-- Adminer 4.7.8 MySQL dump

SET NAMES utf8;
SET time_zone = '+00:00';
SET foreign_key_checks = 0;
SET sql_mode = 'NO_AUTO_VALUE_ON_ZERO';

SET NAMES utf8mb4;

DROP TABLE IF EXISTS `wp_actionscheduler_actions`;
CREATE TABLE `wp_actionscheduler_actions` (
  `action_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `hook` varchar(191) COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `status` varchar(20) COLLATE utf8mb4_unicode_520_ci 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) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
  `schedule` longtext COLLATE utf8mb4_unicode_520_ci 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) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
  PRIMARY KEY (`action_id`),
  KEY `hook` (`hook`),
  KEY `status` (`status`),
  KEY `scheduled_date_gmt` (`scheduled_date_gmt`),
  KEY `args` (`args`),
  KEY `group_id` (`group_id`),
  KEY `last_attempt_gmt` (`last_attempt_gmt`),
  KEY `claim_id_status_scheduled_date_gmt` (`claim_id`,`status`,`scheduled_date_gmt`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

INSERT INTO `wp_actionscheduler_actions` (`action_id`, `hook`, `status`, `scheduled_date_gmt`, `scheduled_date_local`, `args`, `schedule`, `group_id`, `attempts`, `last_attempt_gmt`, `last_attempt_local`, `claim_id`, `extended_args`) VALUES
(17,	'action_scheduler/migration_hook',	'complete',	'2022-12-13 08:53:59',	'2022-12-13 08:53:59',	'[]',	'O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1670921639;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1670921639;}',	1,	1,	'2022-12-13 08:54:08',	'2022-12-13 08:54:08',	0,	NULL),
(18,	'wpforms_process_forms_locator_scan',	'complete',	'2022-12-13 08:54:09',	'2022-12-13 08:54:09',	'{\"tasks_meta_id\":1}',	'O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1670921649;s:18:\"\0*\0first_timestamp\";i:1670921649;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1670921649;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',	2,	1,	'2022-12-13 08:54:13',	'2022-12-13 08:54:13',	0,	NULL),
(20,	'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:{}',	2,	1,	'2022-12-13 08:54:13',	'2022-12-13 08:54:13',	0,	NULL),
(23,	'wpforms_process_forms_locator_save',	'complete',	'0000-00-00 00:00:00',	'0000-00-00 00:00:00',	'{\"tasks_meta_id\":5}',	'O:28:\"ActionScheduler_NullSchedule\":0:{}',	2,	1,	'2022-12-13 08:54:13',	'2022-12-13 08:54:13',	0,	NULL),
(25,	'wpforms_process_forms_locator_scan',	'complete',	'2022-12-13 08:55:00',	'2022-12-13 08:55:00',	'{\"tasks_meta_id\":6}',	'O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1670921700;s:18:\"\0*\0first_timestamp\";i:1670921700;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1670921700;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',	2,	1,	'2022-12-13 08:55:01',	'2022-12-13 08:55:01',	0,	NULL),
(26,	'wpforms_process_forms_locator_save',	'complete',	'0000-00-00 00:00:00',	'0000-00-00 00:00:00',	'{\"tasks_meta_id\":7}',	'O:28:\"ActionScheduler_NullSchedule\":0:{}',	2,	1,	'2022-12-13 08:55:01',	'2022-12-13 08:55:01',	0,	NULL),
(27,	'wpforms_process_forms_locator_scan',	'complete',	'2022-12-14 08:55:01',	'2022-12-14 08:55:01',	'{\"tasks_meta_id\":6}',	'O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1671008101;s:18:\"\0*\0first_timestamp\";i:1670921700;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1671008101;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',	2,	1,	'2022-12-14 08:55:39',	'2022-12-14 08:55:39',	0,	NULL),
(28,	'wpforms_admin_notifications_update',	'complete',	'0000-00-00 00:00:00',	'0000-00-00 00:00:00',	'{\"tasks_meta_id\":8}',	'O:28:\"ActionScheduler_NullSchedule\":0:{}',	2,	1,	'2022-12-14 08:55:39',	'2022-12-14 08:55:39',	0,	NULL),
(29,	'wpforms_process_forms_locator_save',	'complete',	'0000-00-00 00:00:00',	'0000-00-00 00:00:00',	'{\"tasks_meta_id\":9}',	'O:28:\"ActionScheduler_NullSchedule\":0:{}',	2,	1,	'2022-12-14 08:55:39',	'2022-12-14 08:55:39',	0,	NULL),
(30,	'wpforms_process_forms_locator_scan',	'complete',	'2022-12-15 08:55:39',	'2022-12-15 08:55:39',	'{\"tasks_meta_id\":6}',	'O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1671094539;s:18:\"\0*\0first_timestamp\";i:1670921700;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1671094539;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',	2,	1,	'2022-12-15 09:18:23',	'2022-12-15 09:18:23',	0,	NULL),
(31,	'wpforms_process_forms_locator_save',	'complete',	'0000-00-00 00:00:00',	'0000-00-00 00:00:00',	'{\"tasks_meta_id\":10}',	'O:28:\"ActionScheduler_NullSchedule\":0:{}',	2,	1,	'2022-12-15 09:18:23',	'2022-12-15 09:18:23',	0,	NULL),
(33,	'wpforms_admin_notifications_update',	'complete',	'0000-00-00 00:00:00',	'0000-00-00 00:00:00',	'{\"tasks_meta_id\":11}',	'O:28:\"ActionScheduler_NullSchedule\":0:{}',	2,	1,	'2022-12-15 09:19:02',	'2022-12-15 09:19:02',	0,	NULL),
(36,	'action_scheduler/migration_hook',	'complete',	'2022-12-30 09:56:36',	'2022-12-30 09:56:36',	'[]',	'O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1672394196;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1672394196;}',	1,	1,	'2022-12-30 09:59:08',	'2022-12-30 09:59:08',	0,	NULL),
(56,	'aioseo_image_sitemap_scan',	'complete',	'2023-01-02 10:18:40',	'2023-01-02 10:18:40',	'[]',	'O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1672654720;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1672654720;}',	3,	1,	'2023-01-03 08:04:53',	'2023-01-03 08:04:53',	0,	NULL),
(58,	'aioseo_cache_prune',	'pending',	'2023-01-04 08:04:53',	'2023-01-04 08:04:53',	'[]',	'O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1672819493;s:18:\"\0*\0first_timestamp\";i:1672394136;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1672819493;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',	3,	0,	'0000-00-00 00:00:00',	'0000-00-00 00:00:00',	0,	NULL),
(59,	'aioseo_image_sitemap_scan',	'pending',	'2023-01-03 08:19:53',	'2023-01-03 08:19:53',	'[]',	'O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1672733993;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1672733993;}',	3,	0,	'0000-00-00 00:00:00',	'0000-00-00 00:00:00',	0,	NULL);

DROP TABLE IF EXISTS `wp_actionscheduler_claims`;
CREATE TABLE `wp_actionscheduler_claims` (
  `claim_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `date_created_gmt` datetime DEFAULT '0000-00-00 00:00:00',
  PRIMARY KEY (`claim_id`),
  KEY `date_created_gmt` (`date_created_gmt`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;


DROP TABLE IF EXISTS `wp_actionscheduler_groups`;
CREATE TABLE `wp_actionscheduler_groups` (
  `group_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `slug` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL,
  PRIMARY KEY (`group_id`),
  KEY `slug` (`slug`(191))
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

INSERT INTO `wp_actionscheduler_groups` (`group_id`, `slug`) VALUES
(1,	'action-scheduler-migration'),
(2,	'wpforms'),
(3,	'aioseo');

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

INSERT INTO `wp_actionscheduler_logs` (`log_id`, `action_id`, `message`, `log_date_gmt`, `log_date_local`) VALUES
(1,	17,	'action created',	'2022-12-13 08:52:59',	'2022-12-13 08:52:59'),
(2,	17,	'action started via Async Request',	'2022-12-13 08:54:08',	'2022-12-13 08:54:08'),
(3,	17,	'action complete via Async Request',	'2022-12-13 08:54:08',	'2022-12-13 08:54:08'),
(4,	18,	'action created',	'2022-12-13 08:54:09',	'2022-12-13 08:54:09'),
(6,	20,	'action created',	'2022-12-13 08:54:09',	'2022-12-13 08:54:09'),
(9,	20,	'action started via Async Request',	'2022-12-13 08:54:13',	'2022-12-13 08:54:13'),
(10,	20,	'action complete via Async Request',	'2022-12-13 08:54:13',	'2022-12-13 08:54:13'),
(11,	18,	'action started via Async Request',	'2022-12-13 08:54:13',	'2022-12-13 08:54:13'),
(12,	23,	'action created',	'2022-12-13 08:54:13',	'2022-12-13 08:54:13'),
(13,	18,	'action complete via Async Request',	'2022-12-13 08:54:13',	'2022-12-13 08:54:13'),
(15,	23,	'action started via Async Request',	'2022-12-13 08:54:13',	'2022-12-13 08:54:13'),
(16,	23,	'action complete via Async Request',	'2022-12-13 08:54:13',	'2022-12-13 08:54:13'),
(18,	25,	'action created',	'2022-12-13 08:55:00',	'2022-12-13 08:55:00'),
(19,	25,	'action started via WP Cron',	'2022-12-13 08:55:01',	'2022-12-13 08:55:01'),
(20,	26,	'action created',	'2022-12-13 08:55:01',	'2022-12-13 08:55:01'),
(21,	25,	'action complete via WP Cron',	'2022-12-13 08:55:01',	'2022-12-13 08:55:01'),
(22,	27,	'action created',	'2022-12-13 08:55:01',	'2022-12-13 08:55:01'),
(23,	26,	'action started via WP Cron',	'2022-12-13 08:55:01',	'2022-12-13 08:55:01'),
(24,	26,	'action complete via WP Cron',	'2022-12-13 08:55:01',	'2022-12-13 08:55:01'),
(25,	28,	'action created',	'2022-12-14 08:54:21',	'2022-12-14 08:54:21'),
(26,	28,	'action started via WP Cron',	'2022-12-14 08:55:39',	'2022-12-14 08:55:39'),
(27,	28,	'action complete via WP Cron',	'2022-12-14 08:55:39',	'2022-12-14 08:55:39'),
(28,	27,	'action started via WP Cron',	'2022-12-14 08:55:39',	'2022-12-14 08:55:39'),
(29,	29,	'action created',	'2022-12-14 08:55:39',	'2022-12-14 08:55:39'),
(30,	27,	'action complete via WP Cron',	'2022-12-14 08:55:39',	'2022-12-14 08:55:39'),
(31,	30,	'action created',	'2022-12-14 08:55:39',	'2022-12-14 08:55:39'),
(32,	29,	'action started via WP Cron',	'2022-12-14 08:55:39',	'2022-12-14 08:55:39'),
(33,	29,	'action complete via WP Cron',	'2022-12-14 08:55:39',	'2022-12-14 08:55:39'),
(34,	30,	'action started via WP Cron',	'2022-12-15 09:18:22',	'2022-12-15 09:18:22'),
(35,	31,	'action created',	'2022-12-15 09:18:23',	'2022-12-15 09:18:23'),
(36,	30,	'action complete via WP Cron',	'2022-12-15 09:18:23',	'2022-12-15 09:18:23'),
(38,	31,	'action started via WP Cron',	'2022-12-15 09:18:23',	'2022-12-15 09:18:23'),
(39,	31,	'action complete via WP Cron',	'2022-12-15 09:18:23',	'2022-12-15 09:18:23'),
(40,	33,	'action created',	'2022-12-15 09:18:45',	'2022-12-15 09:18:45'),
(41,	33,	'action started via WP Cron',	'2022-12-15 09:19:02',	'2022-12-15 09:19:02'),
(42,	33,	'action complete via WP Cron',	'2022-12-15 09:19:02',	'2022-12-15 09:19:02'),
(49,	36,	'action created',	'2022-12-30 09:55:36',	'2022-12-30 09:55:36'),
(65,	36,	'action started via WP Cron',	'2022-12-30 09:59:07',	'2022-12-30 09:59:07'),
(66,	36,	'action complete via WP Cron',	'2022-12-30 09:59:08',	'2022-12-30 09:59:08'),
(109,	56,	'action created',	'2023-01-02 10:03:40',	'2023-01-02 10:03:40'),
(116,	58,	'action created',	'2023-01-03 08:04:53',	'2023-01-03 08:04:53'),
(117,	56,	'action started via WP Cron',	'2023-01-03 08:04:53',	'2023-01-03 08:04:53'),
(118,	59,	'action created',	'2023-01-03 08:04:53',	'2023-01-03 08:04:53'),
(119,	56,	'action complete via WP Cron',	'2023-01-03 08:04:53',	'2023-01-03 08:04:53');

DROP TABLE IF EXISTS `wp_aioseo_cache`;
CREATE TABLE `wp_aioseo_cache` (
  `id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `key` varchar(80) COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `value` longtext COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `expiration` datetime DEFAULT NULL,
  `created` datetime NOT NULL,
  `updated` datetime NOT NULL,
  PRIMARY KEY (`id`),
  UNIQUE KEY `ndx_aioseo_cache_key` (`key`),
  KEY `ndx_aioseo_cache_expiration` (`expiration`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

INSERT INTO `wp_aioseo_cache` (`id`, `key`, `value`, `expiration`, `created`, `updated`) VALUES
(4,	'admin_help_docs',	's:69504:\"{\"categories\":{\"getting-started\":\"Getting Started\",\"advanced-settings\":\"Advanced Settings\",\"display-settings\":\"Display Settings\",\"general-seo-topics\":\"General SEO Topics\",\"feature-manager\":\"Feature Manager\",\"installation\":\"Installation\"},\"docs\":{\"139798\":{\"title\":\"Checking Your SEO Using the SEO Preview\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/checking-your-seo-using-the-seo-preview\\/\",\"categories\":[\"facebook-settings\",\"post-page-settings\",\"seo-preview\",\"truseo\",\"twitter-settings\"]},\"136509\":{\"title\":\"aioseo_sitemap_lastmod_disable\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/aioseo_sitemap_lastmod_disable\\/\",\"categories\":[\"filter-hooks\"]},\"135249\":{\"title\":\"aioseo_sitemap_rss\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/aioseo_sitemap_rss\\/\",\"categories\":[\"developer-documentation\"]},\"133251\":{\"title\":\"aioseo_user_profile_tab_disable\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/aioseo_user_profile_tab_disable\\/\",\"categories\":[\"filter-hooks\"]},\"131885\":{\"title\":\"Setting Web Page Schema Markup in Your Content\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/setting-web-page-schema-markup-in-your-content\\/\",\"categories\":[\"schema-settings\"]},\"129515\":{\"title\":\"Editing the .htaccess file Using All in One SEO\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/editing-the-htaccess-file-using-all-in-one-seo\\/\",\"categories\":[\"file-editor\"]},\"124292\":{\"title\":\"Using the Emojis in Titles and Descriptions\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/using-the-emojis-in-titles-and-descriptions\\/\",\"categories\":[\"facebook-settings\",\"post-page-settings\",\"search-appearance\",\"social-networks\",\"twitter-settings\"]},\"123164\":{\"title\":\"Google Permissions for the AIOSEO Google Search Console Integration\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/google-permissions-for-oauth\\/\",\"categories\":[\"google-search-console\",\"search-statistics\"]},\"112137\":{\"title\":\"Setting the Schema Type for Individual Content\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/setting-the-schema-type-for-individual-content\\/\",\"categories\":[\"schema-settings\"]},\"112145\":{\"title\":\"Configuring the Schema Settings in All in One SEO\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/configuring-the-schema-settings-in-all-in-one-seo\\/\",\"categories\":[\"schema-settings\"]},\"112153\":{\"title\":\"A Guide to Schema.org Markup for Rich Snippets\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/a-guide-to-schema-org-markup-for-rich-snippets\\/\",\"categories\":[\"schema-settings\"]},\"112438\":{\"title\":\"Creating Reusable Schema Templates in All in One SEO\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/creating-reusable-schema-templates-in-all-in-one-seo\\/\",\"categories\":[\"schema-settings\"]},\"112428\":{\"title\":\"Creating Custom Schema Markup with All in One SEO\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/creating-custom-schema-markup-with-all-in-one-seo\\/\",\"categories\":[\"schema-settings\"]},\"112889\":{\"title\":\"Setting Event Schema Markup in Your Content\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/setting-event-schema-markup-in-your-content\\/\",\"categories\":[\"schema-settings\"]},\"112735\":{\"title\":\"Setting Dataset Schema Markup in Your Content\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/setting-dataset-schema-markup-in-your-content\\/\",\"categories\":[\"schema-settings\"]},\"112711\":{\"title\":\"Setting Article Schema Markup in Your Content\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/setting-article-schema-markup-in-your-content\\/\",\"categories\":[\"schema-settings\"]},\"112164\":{\"title\":\"Setting Course Schema Markup in Your Content\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/setting-course-schema-markup-in-your-content\\/\",\"categories\":[\"schema-settings\"]},\"112933\":{\"title\":\"Setting Job Posting Schema Markup in Your Content\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/setting-job-posting-schema-markup-in-your-content\\/\",\"categories\":[\"schema-settings\"]},\"112926\":{\"title\":\"Setting How-To Schema Markup in Your Content\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/setting-how-to-schema-markup-in-your-content\\/\",\"categories\":[\"schema-settings\"]},\"112916\":{\"title\":\"Setting Fact Check Schema Markup in Your Content\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/setting-fact-check-schema-markup-in-your-content\\/\",\"categories\":[\"schema-settings\"]},\"112727\":{\"title\":\"Setting Book Schema Markup in Your Content\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/setting-book-schema-markup-in-your-content\\/\",\"categories\":[\"schema-settings\"]},\"112243\":{\"title\":\"Setting FAQ Schema Markup in Your Content\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/setting-faq-page-schema-markup-in-your-content\\/\",\"categories\":[\"schema-settings\"]},\"112958\":{\"title\":\"Setting Service Schema Markup in Your Content\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/setting-service-schema-markup-in-your-content\\/\",\"categories\":[\"schema-settings\"]},\"112949\":{\"title\":\"Setting Person Schema Markup in Your Content\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/setting-person-schema-markup-in-your-content\\/\",\"categories\":[\"schema-settings\"]},\"112944\":{\"title\":\"Setting Music Schema Markup in Your Content\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/setting-music-schema-markup-in-your-content\\/\",\"categories\":[\"schema-settings\"]},\"112941\":{\"title\":\"Setting Movie Schema Markup in Your Content\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/setting-movie-schema-markup-in-your-content\\/\",\"categories\":[\"schema-settings\"]},\"112212\":{\"title\":\"Setting Recipe Schema Markup in Your Content\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/setting-recipe-schema-markup-in-your-content\\/\",\"categories\":[\"schema-settings\"]},\"112962\":{\"title\":\"Setting Video Schema Markup in Your Content\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/setting-video-schema-markup-in-your-content\\/\",\"categories\":[\"schema-settings\"]},\"112403\":{\"title\":\"Testing Your Schema in All in One SEO\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/testing-your-schema-in-all-in-one-seo\\/\",\"categories\":[\"schema-settings\"]},\"112226\":{\"title\":\"Setting Software Application Schema Markup in Your Content\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/setting-software-application-schema-markup-in-your-content\\/\",\"categories\":[\"schema-settings\"]},\"112197\":{\"title\":\"Setting Product Schema Markup in Your Content\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/setting-product-schema-markup-in-your-content\\/\",\"categories\":[\"schema-settings\"]},\"119555\":{\"title\":\"How to Use the AIOSEO Feature Manager on a Multisite Network\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/how-to-use-the-aioseo-feature-manager-on-a-multisite-network\\/\",\"categories\":[\"feature-manager\",\"multisite-networks\"]},\"119550\":{\"title\":\"How to Reset the AIOSEO Site Settings on a Multisite Network\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/how-to-reset-the-aioseo-site-settings-on-a-multisite-network\\/\",\"categories\":[\"multisite-networks\",\"network-tools\"]},\"119543\":{\"title\":\"How to Backup and Restore AIOSEO Site Settings on a Multisite Network\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/how-to-backup-and-restore-aioseo-site-settings-on-a-multisite-network\\/\",\"categories\":[\"multisite-networks\",\"network-tools\"]},\"119531\":{\"title\":\"How to Import Settings from Other Plugins on a Multisite Network\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/how-to-import-settings-from-other-plugins-on-a-multisite-network\\/\",\"categories\":[\"multisite-networks\",\"network-tools\"]},\"119519\":{\"title\":\"How to Import and Export AIOSEO Settings and Meta Data on a Multisite Network\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/how-to-import-and-export-aioseo-settings-and-meta-data-on-a-multisite-network\\/\",\"categories\":[\"multisite-networks\",\"network-tools\"]},\"119497\":{\"title\":\"How to Add Your AIOSEO License Key on a WordPress Multisite Network\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/how-to-add-your-aioseo-license-key-on-a-wordpress-multisite-network\\/\",\"categories\":[\"multisite-networks\",\"network-settings\"]},\"111476\":{\"title\":\"Displaying a List of Locations on Your Site\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/displaying-a-list-of-locations-on-your-site\\/\",\"categories\":[\"content-blocks\",\"local-business-seo\"]},\"111473\":{\"title\":\"Displaying Your Business Location Information on Your Site\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/displaying-your-business-location-information-on-your-site\\/\",\"categories\":[\"content-blocks\",\"local-business-seo\"]},\"111459\":{\"title\":\"Displaying Opening Hours on Your Site\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/displaying-opening-hours-on-your-site\\/\",\"categories\":[\"content-blocks\",\"local-business-seo\"]},\"111455\":{\"title\":\"Adding a Map of Your Location to Your Site\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/adding-a-map-of-your-location-to-your-site\\/\",\"categories\":[\"content-blocks\",\"local-business-seo\"]},\"111450\":{\"title\":\"Adding Breadcrumbs to Your Site Using the AIOSEO Breadcrumbs Block\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/adding-breadcrumbs-to-your-site-using-the-aioseo-breadcrumbs-block\\/\",\"categories\":[\"breadcrumbs\",\"content-blocks\"]},\"109878\":{\"title\":\"Adding a Redirect When You Delete Content\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/adding-a-redirect-when-you-delete-content\\/\",\"categories\":[\"redirection-manager\"]},\"109829\":{\"title\":\"Redirecting 404 Content Not Found Using All in One SEO\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/redirecting-404-content-not-found-using-all-in-one-seo\\/\",\"categories\":[\"redirection-manager\"]},\"109916\":{\"title\":\"Using the Image SEO Features in All in One SEO\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/using-the-image-seo-features-in-all-in-one-seo\\/\",\"categories\":[\"image-seo\"]},\"104857\":{\"title\":\"Adding a Table of Contents to Your Site Using All in One SEO\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/adding-a-table-of-contents-to-your-site-using-all-in-one-seo\\/\",\"categories\":[\"content-blocks\"]},\"104616\":{\"title\":\"Adding FAQs to Your Site Using All in One SEO\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/adding-faqs-to-your-site-using-all-in-one-seo\\/\",\"categories\":[\"content-blocks\"]},\"104595\":{\"title\":\"Automatic Redirects When Changing the Post Slug\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/automatic-redirects-when-changing-the-post-slug\\/\",\"categories\":[\"redirection-manager\"]},\"103415\":{\"title\":\"Removing Published Date from Article Schema\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/removing-published-date-from-article-schema\\/\",\"categories\":[\"developer-documentation\"]},\"101250\":{\"title\":\"Outputting AIOSEO\'s data in the HEAD without using wp_head()\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/outputting-aioseos-data-in-the-head-without-using-wp_head\\/\",\"categories\":[\"developer-documentation\"]},\"100154\":{\"title\":\"Automatic Redirects When You Delete Content\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/automatic-redirects-when-you-delete-content\\/\",\"categories\":[\"redirection-manager\"]},\"98532\":{\"title\":\"Localizing AIOSEO Data via the Translations API\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/localizing-aioseo-data-via-the-translations-api\\/\",\"categories\":[\"developer-documentation\"]},\"98576\":{\"title\":\"aioseo_sitemap_term\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/aioseo_sitemap_term\\/\",\"categories\":[\"developer-documentation\"]},\"98575\":{\"title\":\"aioseo_sitemap_post\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/aioseo_sitemap_post\\/\",\"categories\":[\"developer-documentation\"]},\"98566\":{\"title\":\"aioseo_save_term\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/aioseo_save_term\\/\",\"categories\":[\"developer-documentation\"]},\"98565\":{\"title\":\"aioseo_save_post\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/aioseo_save_post\\/\",\"categories\":[\"developer-documentation\"]},\"98557\":{\"title\":\"aioseo_get_term\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/aioseo_get_term\\/\",\"categories\":[\"developer-documentation\"]},\"98554\":{\"title\":\"aioseo_get_post\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/aioseo_get_post\\/\",\"categories\":[\"developer-documentation\"]},\"93967\":{\"title\":\"Importing URLs into the XML Sitemap\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/importing-urls-into-the-xml-sitemap\\/\",\"categories\":[\"xml-sitemap\"]},\"93822\":{\"title\":\"How to Use Crawl Cleanup to Increase Search Engine Crawl Quota\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/crawl-cleanup-best-practices\\/\",\"categories\":[\"advanced-settings\"]},\"90584\":{\"title\":\"How to Add a Temporary Administrator Login to Your Site\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/how-to-add-a-temporary-administrator-login-to-your-site\\/\",\"categories\":[\"frequently-asked-questions\",\"troubleshooting\"]},\"88927\":{\"title\":\"Dashboard Widgets in All in One SEO\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/dashboard-widgets-in-all-in-one-seo\\/\",\"categories\":[\"dashboard\"]},\"86198\":{\"title\":\"How to Strip the Category Base in WordPress\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/how-to-strip-the-category-base-in-wordpress\\/\",\"categories\":[\"category-tag-settings\"]},\"84322\":{\"title\":\"Running shortcodes in All in One SEO\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/running-shortcodes\\/\",\"categories\":[\"advanced-settings\"]},\"84156\":{\"title\":\"Translating Your SEO with WPML\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/translating-your-seo-with-wpml\\/\",\"categories\":[\"post-page-settings\"]},\"80219\":{\"title\":\"How to Verify Your Site with Microsoft Clarity\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/how-to-verify-your-site-with-microsoft-clarity\\/\",\"categories\":[\"webmaster-tools\"]},\"79928\":{\"title\":\"How to Handle Issues With Installing All in One SEO Pro\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/how-to-handle-issues-with-installing-all-in-one-seo-pro\\/\",\"categories\":[\"installation\"]},\"79149\":{\"title\":\"Fetching &amp; Updating AIOSEO Data via the WordPress REST API\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/fetching-updating-aioseo-data-via-the-wordpress-rest-api\\/\",\"categories\":[\"developer-documentation\",\"rest-api\"]},\"77593\":{\"title\":\"How To Fix Javascript Errors\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/how-to-fix-javascript-errors\\/\",\"categories\":[\"troubleshooting\"]},\"77589\":{\"title\":\"Browser Support Policy\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/browser-support-policy\\/\",\"categories\":[\"frequently-asked-questions\"]},\"75143\":{\"title\":\"How to Redirect a Post from the Edit Post Screen\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/how-to-redirect-a-post-from-the-edit-post-screen\\/\",\"categories\":[\"post-page-settings\",\"redirection-manager\"]},\"75686\":{\"title\":\"Preventing the Modified Date for Content from Changing\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/preventing-the-modified-date-for-content-from-changing\\/\",\"categories\":[\"post-page-settings\"]},\"73002\":{\"title\":\"Page Builder Integrations\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/page-builder-integrations\\/\",\"categories\":[\"home-page-settings\",\"post-page-settings\",\"third-party-integrations\",\"truseo\"]},\"73003\":{\"title\":\"Integrating with IndexNow to Instantly Re-index Your Content\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/integrating-with-indexnow-to-instantly-re-index-your-content\\/\",\"categories\":[\"indexnow\",\"webmaster-tools\"]},\"72711\":{\"title\":\"aioseo_page_builder_integration_disable\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/aioseo_page_builder_integration_disable\\/\",\"categories\":[\"filter-hooks\"]},\"68444\":{\"title\":\"An Introduction to Link Assistant \\u2014 The Easy Way to Manage Onsite Links\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/introduction-to-link-assistant\\/\",\"categories\":[\"link-assistant\"]},\"69559\":{\"title\":\"Using the Link Assistant in All in One SEO Pro\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/link-assistant\\/\",\"categories\":[\"link-assistant\"]},\"69594\":{\"title\":\"Internal Links in the Links Report in Link Assistant\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/internal-links-in-the-links-report-in-link-assistant\\/\",\"categories\":[\"link-assistant\"]},\"69596\":{\"title\":\"External Links in the Links Report in Link Assistant\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/external-links-in-the-links-report-in-link-assistant\\/\",\"categories\":[\"link-assistant\"]},\"69921\":{\"title\":\"Link Suggestions in the Links Report in Link Assistant\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/link-suggestions-in-the-links-report-in-link-assistant\\/\",\"categories\":[\"link-assistant\"]},\"69602\":{\"title\":\"Affiliate Links in the Links Report in Link Assistant\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/affiliate-links-in-the-links-report-in-link-assistant\\/\",\"categories\":[\"link-assistant\"]},\"69761\":{\"title\":\"Using the Domains Report in Link Assistant\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/using-the-domains-report-in-link-assistant\\/\",\"categories\":[\"link-assistant\"]},\"69770\":{\"title\":\"Link Assistant Settings\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/link-assistant-settings\\/\",\"categories\":[\"link-assistant\"]},\"68431\":{\"title\":\"aioseo_sitemap_images\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/aioseo_sitemap_images\\/\",\"categories\":[\"filter-hooks\"]},\"66833\":{\"title\":\"Why Is N\\/A Displayed Instead of a Score For My Content?\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/why-is-na-displayed-instead-of-a-score-for-my-content\\/\",\"categories\":[\"frequently-asked-questions\",\"truseo\"]},\"18824\":{\"title\":\"Local Business SEO for a Single Location\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/local-business-seo-for-a-single-location\\/\",\"categories\":[\"local-business-seo\",\"schema-settings\"]},\"35828\":{\"title\":\"Local Business SEO for Multiple Locations\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/local-business-seo-for-multiple-locations\\/\",\"categories\":[\"local-business-seo\"]},\"58476\":{\"title\":\"aioseo_public_taxonomies\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/aioseo_public_taxonomies\\/\",\"categories\":[\"filter-hooks\"]},\"58475\":{\"title\":\"aioseo_public_post_types\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/aioseo_public_post_types\\/\",\"categories\":[\"filter-hooks\"]},\"64776\":{\"title\":\"How Long Does it Take For My Content to Appear on Google?\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/how-long-does-it-take-for-my-content-to-appear-on-google\\/\",\"categories\":[\"frequently-asked-questions\"]},\"35926\":{\"title\":\"Adding a Location in Local SEO Addon\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/adding-a-location-in-local-seo-addon\\/\",\"categories\":[\"local-business-seo\"]},\"61020\":{\"title\":\"How to Display a Favicon in Search Results\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/how-to-display-a-favicon-in-search-results\\/\",\"categories\":[\"frequently-asked-questions\",\"general-seo-topics\"]},\"35956\":{\"title\":\"Displaying Locations on Your Site\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/displaying-locations-on-your-site\\/\",\"categories\":[\"local-business-seo\"]},\"56330\":{\"title\":\"aioseo_sitemap_indexes\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/aioseo_sitemap_indexes\\/\",\"categories\":[\"filter-hooks\"]},\"52689\":{\"title\":\"aioseo_flyout_menu_enable\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/aioseo_flyout_menu_disable\\/\",\"categories\":[\"filter-hooks\"]},\"45698\":{\"title\":\"Displaying your Business Information and Star Ratings on a Map\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/using-places-on-your-maps\\/\",\"categories\":[\"local-business-seo\"]},\"49268\":{\"title\":\"aioseo_access_control_excluded_roles\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/aioseo_access_control_excluded_roles\\/\",\"categories\":[\"filter-hooks\"]},\"44555\":{\"title\":\"Setting up Google Maps for Local SEO\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/setting-up-google-maps\\/\",\"categories\":[\"local-business-seo\"]},\"48189\":{\"title\":\"How to Create an HTML Sitemap\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/html-sitemap\\/\",\"categories\":[\"html-sitemap\"]},\"48365\":{\"title\":\"Using a Widget to Display Your HTML Sitemap\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/using-a-widget-to-display-your-html-sitemap\\/\",\"categories\":[\"html-sitemap\"]},\"48361\":{\"title\":\"Using PHP Code to Display Your HTML Sitemap\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/function-html-sitemap\\/\",\"categories\":[\"html-sitemap\"]},\"48260\":{\"title\":\"Using a Block to Display Your HTML Sitemap\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/using-a-block-to-display-your-html-sitemap\\/\",\"categories\":[\"content-blocks\",\"html-sitemap\"]},\"48222\":{\"title\":\"aioseo_breadcrumbs_separator_symbol\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/aioseo_breadcrumbs_separator_symbol\\/\",\"categories\":[\"filter-hooks\"]},\"48227\":{\"title\":\"aioseo_breadcrumbs_template\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/aioseo_breadcrumbs_template\\/\",\"categories\":[\"filter-hooks\"]},\"48231\":{\"title\":\"aioseo_breadcrumbs_trail\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/aioseo_breadcrumbs_trail\\/\",\"categories\":[\"filter-hooks\"]},\"48232\":{\"title\":\"aioseo_breadcrumbs_link_current_item\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/aioseo_breadcrumbs_link_current_item\\/\",\"categories\":[\"filter-hooks\"]},\"48233\":{\"title\":\"aioseo_breadcrumbs_show_current_item\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/aioseo_breadcrumbs_show_current_item\\/\",\"categories\":[\"filter-hooks\"]},\"48219\":{\"title\":\"aioseo_breadcrumbs_output\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/aioseo_breadcrumbs_output\\/\",\"categories\":[\"filter-hooks\"]},\"48223\":{\"title\":\"aioseo_breadcrumbs_separator\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/aioseo_breadcrumbs_separator\\/\",\"categories\":[\"filter-hooks\"]},\"48238\":{\"title\":\"Using a Shortcode to Display Your HTML Sitemap\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/shortcode-html-sitemap\\/\",\"categories\":[\"html-sitemap\"]},\"45805\":{\"title\":\"aioseo_sitemap_exclude_terms\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/aioseo_sitemap_exclude_terms\\/\",\"categories\":[\"filter-hooks\"]},\"45804\":{\"title\":\"aioseo_sitemap_exclude_posts\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/aioseo_sitemap_exclude_posts\\/\",\"categories\":[\"filter-hooks\"]},\"61002\":{\"title\":\"How to Create a Google Maps API Key\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/how-to-create-a-google-maps-api-key\\/\",\"categories\":[\"local-business-seo\"]},\"45528\":{\"title\":\"aioseo_schema_output\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/aioseo_schema_output\\/\",\"categories\":[\"filter-hooks\"]},\"42995\":{\"title\":\"Using the Headline Analyzer in All in One SEO\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/using-the-headline-analyzer-in-all-in-one-seo\\/\",\"categories\":[\"headline-analyzer\"]},\"42683\":{\"title\":\"How to Perform a Full Site Redirect\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/full-site-redirects\\/\",\"categories\":[\"redirection-manager\"]},\"50988\":{\"title\":\"Displaying Maps on Your Site\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/displaying-maps-on-your-site\\/\",\"categories\":[\"local-business-seo\"]},\"42999\":{\"title\":\"How to Disable the Headline Analyzer\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/how-to-disable-the-headline-analyzer\\/\",\"categories\":[\"advanced-settings\",\"headline-analyzer\"]},\"42975\":{\"title\":\"Installing Addons for All in One SEO Pro\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/installing-addons-for-all-in-one-seo-pro\\/\",\"categories\":[\"installation\"]},\"42854\":{\"title\":\"Creating a Pass Through Redirect\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/creating-a-pass-through-redirect\\/\",\"categories\":[\"redirection-manager\"]},\"41800\":{\"title\":\"Using Custom Rules in the Redirection Manager\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/redirection-manager-custom-rules\\/\",\"categories\":[\"redirection-manager\"]},\"42224\":{\"title\":\"Resetting the Settings in All in One SEO\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/resetting-the-settings-in-all-in-one-seo\\/\",\"categories\":[\"database-tools\"]},\"41884\":{\"title\":\"Setting the Site Name for Facebook\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/setting-the-site-name-for-facebook\\/\",\"categories\":[\"facebook-settings\",\"social-networks\"]},\"41862\":{\"title\":\"How to Get Google to Display the Sitelinks Search Box\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/how-to-get-google-to-display-the-sitelinks-search-box\\/\",\"categories\":[\"schema-settings\"]},\"41851\":{\"title\":\"Setting the SEO Title and Description Format for the Search Results Page\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/setting-the-seo-title-and-description-format-for-the-search-results-page\\/\",\"categories\":[\"content-type-settings\",\"search-appearance\"]},\"41811\":{\"title\":\"SEO Analysis Unable to Connect to Your Site\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/seo-analysis-unable-to-connect-to-your-site\\/\",\"categories\":[\"seo-analysis\",\"troubleshooting\"]},\"41280\":{\"title\":\"How to Renew Your AIOSEO License\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/how-to-renew-your-aioseo-license\\/\",\"categories\":[\"frequently-asked-questions\",\"getting-started\"]},\"41077\":{\"title\":\"Update WordPress: WordPress Versions Supported by AIOSEO\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/update-wordpress\\/\",\"categories\":[\"troubleshooting\"]},\"40587\":{\"title\":\"How to Open the Browser Error Console\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/how-to-open-the-browser-error-console\\/\",\"categories\":[\"troubleshooting\"]},\"40582\":{\"title\":\"How to Enable Debugging in WordPress\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/how-to-enable-debugging-in-wordpress\\/\",\"categories\":[\"troubleshooting\"]},\"40148\":{\"title\":\"What is TruSEO?\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/what-is-truseo\\/\",\"categories\":[\"frequently-asked-questions\",\"truseo\"]},\"39494\":{\"title\":\"Redirecting Attachment Pages\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/redirecting-attachment-pages\\/\",\"categories\":[\"media-settings\",\"search-appearance\"]},\"66310\":{\"title\":\"Selecting the Google Maps APIs to use with All in One SEO\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/selecting-the-google-maps-apis-to-use-with-all-in-one-seo\\/\",\"categories\":[\"local-business-seo\"]},\"38915\":{\"title\":\"Setting Up and Using Breadcrumbs Templates\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/setting-up-and-using-breadcrumbs-templates\\/\",\"categories\":[\"breadcrumbs\"]},\"38610\":{\"title\":\"Displaying Breadcrumbs On Your Site\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/displaying-breadcrumbs-on-your-site\\/\",\"categories\":[\"breadcrumbs\"]},\"36048\":{\"title\":\"Function: aioseo_breadcrumbs()\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/function-aioseo_breadcrumbs\\/\",\"categories\":[\"breadcrumbs\"]},\"36047\":{\"title\":\"Shortcode: [aioseo_breadcrumbs]\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/shortcode-aioseo_breadcrumbs\\/\",\"categories\":[\"breadcrumbs\"]},\"38240\":{\"title\":\"aioseo_social_image_ignore_cover_block\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/aioseo_social_image_ignore_cover_block\\/\",\"categories\":[\"filter-hooks\"]},\"37961\":{\"title\":\"aioseo_classic_editor_disable_emoji_script\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/aioseo_classic_editor_disable_emoji_script\\/\",\"categories\":[\"filter-hooks\"]},\"34923\":{\"title\":\"How to Redirect a Post or Page in All in One SEO\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/how-to-redirect-a-post-or-page-in-all-in-one-seo\\/\",\"categories\":[\"redirection-manager\"]},\"34977\":{\"title\":\"How to Redirect Multiple URLs to the Same Destination\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/how-to-redirect-multiple-urls-to-the-same-destination\\/\",\"categories\":[\"redirection-manager\"]},\"35604\":{\"title\":\"Automatic Redirects When URLs Change in Content\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/automatic-redirects-when-urls-change-in-content\\/\",\"categories\":[\"redirection-manager\"]},\"31460\":{\"title\":\"Enhanced Search Query Conflict\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/enhanced-search-query-conflict\\/\",\"categories\":[\"local-business-seo\"]},\"30850\":{\"title\":\"aioseo_local_business_info_email_icon\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/aioseo_local_business_info_email_icon\\/\",\"categories\":[\"filter-hooks\"]},\"30839\":{\"title\":\"aioseo_local_business_info_location_icon\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/aioseo_local_business_info_location_icon\\/\",\"categories\":[\"filter-hooks\"]},\"30756\":{\"title\":\"aioseo_local_business_get_locations_by_category_posts\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/aioseo_local_business_get_locations_by_category_posts\\/\",\"categories\":[\"filter-hooks\"]},\"30755\":{\"title\":\"aioseo_local_business_get_locations_by_category_args\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/aioseo_local_business_get_locations_by_category_args\\/\",\"categories\":[\"filter-hooks\"]},\"30754\":{\"title\":\"aioseo_local_business_get_location_categories\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/aioseo_local_business_get_location_categories\\/\",\"categories\":[\"filter-hooks\"]},\"30751\":{\"title\":\"aioseo_local_business_get_locations_posts\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/aioseo_local_business_get_locations_posts\\/\",\"categories\":[\"filter-hooks\"]},\"30753\":{\"title\":\"aioseo_local_business_get_location_category_args\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/aioseo_local_business_get_location_category_args\\/\",\"categories\":[\"filter-hooks\"]},\"30759\":{\"title\":\"aioseo_local_business_output_business_info_instance\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/aioseo_local_business_output_business_info_instance\\/\",\"categories\":[\"filter-hooks\"]},\"30760\":{\"title\":\"aioseo_local_business_output_business_info_location_data\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/aioseo_local_business_output_business_info_location_data\\/\",\"categories\":[\"filter-hooks\"]},\"30761\":{\"title\":\"aioseo_local_business_output_location_category_instance\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/aioseo_local_business_output_location_category_instance\\/\",\"categories\":[\"filter-hooks\"]},\"30764\":{\"title\":\"aioseo_local_business_output_location_category_location_data\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/aioseo_local_business_output_location_category_location_data\\/\",\"categories\":[\"filter-hooks\"]},\"30765\":{\"title\":\"aioseo_local_business_output_opening_hours_instance\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/aioseo_local_business_output_opening_hours_instance\\/\",\"categories\":[\"filter-hooks\"]},\"30766\":{\"title\":\"aioseo_local_business_output_opening_hours_data\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/aioseo_local_business_output_opening_hours_data\\/\",\"categories\":[\"filter-hooks\"]},\"30849\":{\"title\":\"aioseo_local_business_info_phone_icon\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/aioseo_local_business_info_phone_icon\\/\",\"categories\":[\"filter-hooks\"]},\"30851\":{\"title\":\"aioseo_local_business_opening_hours_icon\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/aioseo_local_business_opening_hours_icon\\/\",\"categories\":[\"filter-hooks\"]},\"30398\":{\"title\":\"aioseo_local_business_post_type_name\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/aioseo_local_business_post_type_name\\/\",\"categories\":[\"filter-hooks\"]},\"30551\":{\"title\":\"aioseo_local_business_post_type_slug\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/aioseo_local_business_post_type_slug\\/\",\"categories\":[\"filter-hooks\"]},\"30556\":{\"title\":\"aioseo_local_business_post_type_single_label\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/aioseo_local_business_post_type_single_label\\/\",\"categories\":[\"filter-hooks\"]},\"30559\":{\"title\":\"aioseo_local_business_post_type_plural_label\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/aioseo_local_business_post_type_plural_label\\/\",\"categories\":[\"filter-hooks\"]},\"30560\":{\"title\":\"aioseo_local_business_post_type\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/aioseo_local_business_post_type\\/\",\"categories\":[\"filter-hooks\"]},\"30563\":{\"title\":\"aioseo_local_business_taxonomy_name\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/aioseo_local_business_taxonomy_name\\/\",\"categories\":[\"filter-hooks\"]},\"30564\":{\"title\":\"aioseo_local_business_taxonomy_slug\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/aioseo_local_business_taxonomy_slug\\/\",\"categories\":[\"filter-hooks\"]},\"35609\":{\"title\":\"Choosing Which Redirect Type to Use\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/choosing-which-redirect-type-to-use\\/\",\"categories\":[\"redirection-manager\"]},\"35599\":{\"title\":\"Importing Redirects From Other Plugins\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/importing-redirects-from-other-plugins\\/\",\"categories\":[\"redirection-manager\"]},\"35588\":{\"title\":\"Exporting and Importing Redirects\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/exporting-and-importing-redirects\\/\",\"categories\":[\"redirection-manager\"]},\"35579\":{\"title\":\"Logging 404 Errors in All in One SEO\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/logging-404-errors-in-all-in-one-seo\\/\",\"categories\":[\"redirection-manager\"]},\"35552\":{\"title\":\"Logging Redirects in All in One SEO\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/logging-redirects-in-all-in-one-seo\\/\",\"categories\":[\"redirection-manager\"]},\"35570\":{\"title\":\"Redirect GDPR Privacy Information\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/redirect-gdpr-privacy-information\\/\",\"categories\":[\"redirection-manager\"]},\"30863\":{\"title\":\"Local Business SEO - Template overrides\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/local-business-seo-template-overrides\\/\",\"categories\":[\"local-business-seo\"]},\"35133\":{\"title\":\"aioseo_twitter_tags\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/aioseo_twitter_tags\\/\",\"categories\":[\"filter-hooks\"]},\"35132\":{\"title\":\"aioseo_facebook_tags\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/aioseo_facebook_tags\\/\",\"categories\":[\"filter-hooks\"]},\"34993\":{\"title\":\"Ignoring Case Sensitivity in Redirects\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/ignoring-case-sensitivity-in-redirects\\/\",\"categories\":[\"redirection-manager\"]},\"34983\":{\"title\":\"Ignoring the Trailing Slash in Redirects\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/ignoring-the-trailing-slash-in-redirects\\/\",\"categories\":[\"redirection-manager\"]},\"36104\":{\"title\":\"Using Query Parameters With Redirects\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/using-query-parameters-with-redirects\\/\",\"categories\":[\"redirection-manager\"]},\"30565\":{\"title\":\"aioseo_local_business_taxonomy\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/aioseo_local_business_taxonomy\\/\",\"categories\":[\"filter-hooks\"]},\"36115\":{\"title\":\"Caching of Redirects in the Browser\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/caching-of-redirects-in-the-browser\\/\",\"categories\":[\"redirection-manager\"]},\"34701\":{\"title\":\"Adding WooCommerce Product Attributes to SEO Title or Description\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/adding-woocommerce-product-attributes-to-seo-title-or-description\\/\",\"categories\":[\"post-page-settings\",\"search-appearance\",\"woocommerce\"]},\"36111\":{\"title\":\"Selecting the Redirect Method in Redirects\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/selecting-the-redirect-method-in-redirects\\/\",\"categories\":[\"redirection-manager\"]},\"40115\":{\"title\":\"Redirect Manager Cannot Detect Your Server\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/redirect-manager-unknown-web-server\\/\",\"categories\":[\"redirection-manager\"]},\"36369\":{\"title\":\"Using Regex in the Redirection Manager\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/redirect-manager-regex\\/\",\"categories\":[\"redirection-manager\"]},\"31442\":{\"title\":\"Shortcode: [aioseo_local_opening_hours]\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/shortcode-aioseo_local_opening_hours\\/\",\"categories\":[\"local-business-seo\"]},\"31443\":{\"title\":\"Shortcode: [aioseo_local_locations]\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/shortcode-aioseo_local_locations\\/\",\"categories\":[\"local-business-seo\"]},\"34179\":{\"title\":\"Using the Smart Tags in Titles and Descriptions\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/using-the-smart-tags-in-titles-and-descriptions\\/\",\"categories\":[\"post-page-settings\",\"search-appearance\"]},\"31441\":{\"title\":\"Shortcode: [aioseo_local_business_info]\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/shortcode-aioseo_local_business_info\\/\",\"categories\":[\"local-business-seo\"]},\"46122\":{\"title\":\"Shortcode: [aioseo_local_map]\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/shortcode-aioseo_local_map\\/\",\"categories\":[\"local-business-seo\"]},\"33507\":{\"title\":\"What\'s The Difference Between TruSEO and Page Analysis?\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/whats-the-difference-between-truseo-and-page-analysis\\/\",\"categories\":[\"frequently-asked-questions\",\"post-page-settings\",\"truseo\"]},\"33310\":{\"title\":\"Setting Noindex for RSS Feeds\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/setting-noindex-for-rss-feeds\\/\",\"categories\":[\"advanced-settings\",\"search-appearance\"]},\"33130\":{\"title\":\"aioseo_disable_shortcode_parsing\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/aioseo_disable_shortcode_parsing\\/\",\"categories\":[\"filter-hooks\"]},\"32085\":{\"title\":\"aioseo_conflicting_shortcodes\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/aioseo_conflicting_shortcodes\\/\",\"categories\":[\"filter-hooks\"]},\"31992\":{\"title\":\"aioseo_schema_graphs\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/aioseo_schema_graphs\\/\",\"categories\":[\"filter-hooks\"]},\"31589\":{\"title\":\"Understanding the TruSEO Page Analysis Recommendations\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/understanding-the-truseo-page-analysis-recommendations\\/\",\"categories\":[\"post-page-settings\",\"truseo\"]},\"31456\":{\"title\":\"Function: aioseo_local_locations()\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/function-aioseo_local_locations\\/\",\"categories\":[\"local-business-seo\"]},\"31455\":{\"title\":\"Function: aioseo_local_opening_hours()\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/function-aioseo_local_opening_hours\\/\",\"categories\":[\"local-business-seo\"]},\"31451\":{\"title\":\"Function: aioseo_local_business_info()\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/function-aioseo_local_business_info\\/\",\"categories\":[\"local-business-seo\"]},\"46123\":{\"title\":\"Function: aioseo_local_map()\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/function-aioseo_local_map\\/\",\"categories\":[\"local-business-seo\"]},\"31042\":{\"title\":\"Getting Keyphrase Suggestions From Semrush\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/getting-keyphrase-suggestions-from-semrush\\/\",\"categories\":[\"post-page-settings\",\"truseo\"]},\"30773\":{\"title\":\"aioseo_local_business_address_tag_value\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/aioseo_local_business_address_tag_value\\/\",\"categories\":[\"filter-hooks\"]},\"30770\":{\"title\":\"aioseo_local_business_address_tags\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/aioseo_local_business_address_tags\\/\",\"categories\":[\"filter-hooks\"]},\"30567\":{\"title\":\"aioseo_local_business_get_locations_args\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/aioseo_local_business_get_locations_args\\/\",\"categories\":[\"filter-hooks\"]},\"30752\":{\"title\":\"aioseo_local_business_get_location\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/aioseo_local_business_get_location\\/\",\"categories\":[\"filter-hooks\"]},\"30728\":{\"title\":\"Unable to Save Settings Due to Cloudflare Firewall Rules\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/unable-to-save-settings-due-to-cloudflare-firewall-rules\\/\",\"categories\":[\"troubleshooting\"]},\"30318\":{\"title\":\"aioseo_flush_output_buffer\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/aioseo_flush_output_buffer\\/\",\"categories\":[\"filter-hooks\"]},\"18813\":{\"title\":\"Installing All in One SEO Pro\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/installing-all-in-one-seo-pro\\/\",\"categories\":[\"getting-started\",\"installation\"]},\"18973\":{\"title\":\"Beginners Guide for All in One SEO\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/quick-start-guide\\/\",\"categories\":[\"getting-started\"]},\"18820\":{\"title\":\"Setting the SEO Title and Description for Your Content\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/setting-the-seo-title-and-description-for-your-content\\/\",\"categories\":[\"getting-started\",\"post-page-settings\"]},\"18902\":{\"title\":\"How to Create an XML Sitemap\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/how-to-create-an-xml-sitemap\\/\",\"categories\":[\"getting-started\",\"xml-sitemap\"]},\"18859\":{\"title\":\"Beginners Guide to Social Networks Settings for Facebook\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/beginners-guide-to-social-networks-settings-for-facebook\\/\",\"categories\":[\"facebook-settings\",\"getting-started\",\"social-networks\"]},\"18857\":{\"title\":\"Beginners Guide to Social Networks Settings for Twitter\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/beginners-guide-to-social-networks-settings-for-twitter\\/\",\"categories\":[\"getting-started\",\"social-networks\",\"twitter-settings\"]},\"29991\":{\"title\":\"aioseo_disable_link_format\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/aioseo_disable_link_format\\/\",\"categories\":[\"filter-hooks\"]},\"27841\":{\"title\":\"aioseo_thumbnail_size\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/aioseo_thumbnail_size\\/\",\"categories\":[\"filter-hooks\"]},\"27844\":{\"title\":\"Displaying Additional Twitter Data for Written By and Reading Time\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/displaying-additional-twitter-data-for-written-by-and-reading-time\\/\",\"categories\":[\"social-networks\",\"twitter-settings\"]},\"27494\":{\"title\":\"aioseo_meta_views\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/aioseo_meta_views\\/\",\"categories\":[\"filter-hooks\"]},\"27363\":{\"title\":\"Using the SEO Analysis Tool\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/using-the-seo-analysis-tool\\/\",\"categories\":[\"seo-analysis\"]},\"27272\":{\"title\":\"Importing Settings From Other Plugins\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/importing-settings-from-other-plugins\\/\",\"categories\":[\"importer-exporter\",\"seo-data-importer\"]},\"27268\":{\"title\":\"Backing Up and Restoring AIOSEO Settings\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/backing-up-and-restoring-aioseo-settings\\/\",\"categories\":[\"importer-exporter\"]},\"27259\":{\"title\":\"Importing and Exporting AIOSEO Settings and Meta Data\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/importing-and-exporting-aioseo-settings-and-meta-data\\/\",\"categories\":[\"importer-exporter\"]},\"26450\":{\"title\":\"Blank Title Formats Have Been Detected\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/blank-title-formats-detected\\/\",\"categories\":[\"troubleshooting\"]},\"25802\":{\"title\":\"aioseo_sitemap_additional_pages\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/aioseo_sitemap_additional_pages\\/\",\"categories\":[\"filter-hooks\"]},\"24928\":{\"title\":\"Including Custom Fields in the TruSEO Page Analysis\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/including-custom-fields-in-the-seo-page-analysis\\/\",\"categories\":[\"content-type-settings\",\"search-appearance\",\"truseo\"]},\"24285\":{\"title\":\"aioseo_prev_link\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/aioseo_prev_link\\/\",\"categories\":[\"filter-hooks\"]},\"24284\":{\"title\":\"aioseo_next_link\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/aioseo_next_link\\/\",\"categories\":[\"filter-hooks\"]},\"23717\":{\"title\":\"aioseo_canonical_url\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/aioseo_canonical_url\\/\",\"categories\":[\"filter-hooks\"]},\"23604\":{\"title\":\"aioseo_schema_breadcrumbs_home\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/aioseo_schema_breadcrumbs_home\\/\",\"categories\":[\"filter-hooks\"]},\"23448\":{\"title\":\"aioseo_schema_disable\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/aioseo_schema_disable\\/\",\"categories\":[\"filter-hooks\"]},\"23447\":{\"title\":\"aioseo_robots_meta\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/aioseo_robots_meta\\/\",\"categories\":[\"filter-hooks\"]},\"23446\":{\"title\":\"aioseo_disable\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/aioseo_disable\\/\",\"categories\":[\"filter-hooks\"]},\"23441\":{\"title\":\"aioseo_generate_descriptions_from_content\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/aioseo_generate_descriptions_from_content\\/\",\"categories\":[\"filter-hooks\"]},\"23438\":{\"title\":\"aioseo_disable_title_rewrites\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/aioseo_disable_title_rewrites\\/\",\"categories\":[\"filter-hooks\"]},\"23437\":{\"title\":\"aioseo_post_metabox_priority\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/aioseo_post_metabox_priority\\/\",\"categories\":[\"filter-hooks\"]},\"23436\":{\"title\":\"aioseo_show_seo_news\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/aioseo_show_seo_news\\/\",\"categories\":[\"filter-hooks\"]},\"23433\":{\"title\":\"aioseo_show_in_admin_bar\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/aioseo_show_in_admin_bar\\/\",\"categories\":[\"filter-hooks\"]},\"23423\":{\"title\":\"aioseo_keywords\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/aioseo_keywords\\/\",\"categories\":[\"filter-hooks\"]},\"23350\":{\"title\":\"aioseo_title\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/aioseo_title\\/\",\"categories\":[\"filter-hooks\"]},\"23351\":{\"title\":\"aioseo_description\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/aioseo_description\\/\",\"categories\":[\"filter-hooks\"]},\"23415\":{\"title\":\"Troubleshooting Action Scheduler issues with AIOSEO\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/troubleshooting-action-scheduler-issues\\/\",\"categories\":[\"troubleshooting\"]},\"20504\":{\"title\":\"Where Did my SEO Keywords go in All in One SEO v4.0?\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/where-did-my-seo-keywords-go-in-all-in-one-seo-v4-0\\/\",\"categories\":[\"advanced-settings\",\"frequently-asked-questions\",\"post-page-settings\",\"search-appearance\"]},\"18792\":{\"title\":\"Sitemap rewrite rules for NGINX\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/xml-sitemap-rewrite-rules-for-nginx\\/\",\"categories\":[\"rss-sitemap\",\"video-sitemap\",\"xml-sitemap\"]},\"18793\":{\"title\":\"Unfiltered HTML Capability is Required\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/unfiltered-html-capability\\/\",\"categories\":[\"troubleshooting\"]},\"18794\":{\"title\":\"Deprecated Open Graph Settings in All in One SEO version 4.0\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/deprecated-opengraph-settings\\/\",\"categories\":[\"social-networks\"]},\"18795\":{\"title\":\"Why does the character counter for SEO titles show a different count?\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/why-does-the-character-counter-for-seo-titles-show-a-different-count\\/\",\"categories\":[\"frequently-asked-questions\",\"post-page-settings\"]},\"18796\":{\"title\":\"Adding nofollow, sponsored, UGC and title attributes to links\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/adding-nofollow-sponsored-and-title-attributes-to-links\\/\",\"categories\":[\"post-page-settings\"]},\"18797\":{\"title\":\"Setting the SEO for WooCommerce Content\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/setting-the-seo-for-woocommerce-content\\/\",\"categories\":[\"search-appearance\",\"woocommerce\"]},\"18798\":{\"title\":\"All in One SEO uses the WordPress REST API\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/aioseo-uses-rest-api\\/\",\"categories\":[\"frequently-asked-questions\"]},\"18799\":{\"title\":\"How to Remove All Settings and Data When you Uninstall All in One SEO\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/how-to-remove-all-settings-and-data-when-you-uninstall-all-in-one-seo\\/\",\"categories\":[\"advanced-settings\",\"general-settings\"]},\"18800\":{\"title\":\"How to Disable TruSEO Content Analysis\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/how-to-disable-truseo-content-analysis\\/\",\"categories\":[\"advanced-settings\",\"general-settings\",\"truseo\"]},\"18801\":{\"title\":\"Enabling Automatic Updates for All in One SEO\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/enabling-automatic-updates-for-all-in-one-seo\\/\",\"categories\":[\"advanced-settings\",\"general-settings\"]},\"18802\":{\"title\":\"Hiding Plugin Notifications in the Notifications Center\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/hiding-plugin-notifications-in-the-notifications-center\\/\",\"categories\":[\"advanced-settings\",\"general-settings\"]},\"18803\":{\"title\":\"How to Hide the AIOSEO Settings on the Edit Content Screens in WordPress\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/how-to-hide-the-aioseo-settings-on-the-edit-content-screens-in-wordpress\\/\",\"categories\":[\"advanced-settings\",\"content-type-settings\",\"post-page-settings\",\"search-appearance\"]},\"18804\":{\"title\":\"Setting Noindex and Nofollow on Paginated Content\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/setting-noindex-and-nofollow-on-paginated-content\\/\",\"categories\":[\"advanced-settings\",\"search-appearance\"]},\"18805\":{\"title\":\"Setting Unique SEO Titles and Descriptions for Paginated Content\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/setting-unique-seo-titles-and-descriptions-for-paginated-content\\/\",\"categories\":[\"advanced-settings\",\"search-appearance\"]},\"18806\":{\"title\":\"Setting the SEO Title and Description Format for Custom Post Type Archives\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/setting-the-seo-title-and-description-format-for-custom-post-type-archives\\/\",\"categories\":[\"archive-settings\",\"search-appearance\"]},\"18807\":{\"title\":\"Keyword Settings\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/keyword-settings\\/\",\"categories\":[\"advanced-settings\",\"search-appearance\"]},\"18808\":{\"title\":\"Using the Quick Edit Feature in All in One SEO\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/using-the-quick-edit-feature-in-all-in-one-seo\\/\",\"categories\":[\"post-page-settings\"]},\"18809\":{\"title\":\"How to FTP to your web server\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/how-to-ftp-to-your-web-server\\/\",\"categories\":[\"frequently-asked-questions\"]},\"18810\":{\"title\":\"How to manually install All in One SEO Pro when the file is too big\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/how-to-manually-install-all-in-one-seo-pro-when-the-file-is-too-big\\/\",\"categories\":[\"frequently-asked-questions\",\"installation\"]},\"18811\":{\"title\":\"How to Upgrade From All in One SEO Lite to Pro\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/how-to-upgrade-from-all-in-one-seo-lite-to-pro\\/\",\"categories\":[\"getting-started\",\"installation\"]},\"18812\":{\"title\":\"Installation instructions for WordPress.com Users\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/installation-instructions-for-wordpress-com-users\\/\",\"categories\":[\"installation\"]},\"18814\":{\"title\":\"Configuring the Twitter Settings for Your Content\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/configuring-the-twitter-settings-for-your-content\\/\",\"categories\":[\"post-page-settings\",\"social-networks\",\"twitter-settings\"]},\"18815\":{\"title\":\"Configuring the Facebook Settings for Your Content\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/configuring-the-facebook-settings-for-your-content\\/\",\"categories\":[\"facebook-settings\",\"post-page-settings\",\"social-networks\"]},\"18816\":{\"title\":\"Hiding the AIOSEO Column on Taxonomy Screens\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/hiding-the-aioseo-column-on-taxonomy-screens\\/\",\"categories\":[\"advanced-settings\",\"category-tag-settings\",\"general-settings\"]},\"18818\":{\"title\":\"Setting the Sitemap Priority and Frequency for Individual Content\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/setting-the-sitemap-priority-and-frequency-for-individual-content\\/\",\"categories\":[\"post-page-settings\",\"xml-sitemap\"]},\"18819\":{\"title\":\"Setting the Robots Meta for Individual Content\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/setting-the-robots-meta-for-individual-content\\/\",\"categories\":[\"post-page-settings\"]},\"18821\":{\"title\":\"Individual Post\\/Page Settings\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/post-settings\\/\",\"categories\":[\"post-page-settings\"]},\"18822\":{\"title\":\"Bad Bot Blocker\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/bad-bot-blocker\\/\",\"categories\":[\"bad-bot-blocker\"]},\"18823\":{\"title\":\"How to Fix a 404 Error When Viewing Your Sitemap\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/how-to-fix-a-404-error-when-viewing-your-sitemap\\/\",\"categories\":[\"frequently-asked-questions\",\"google-news-sitemap\",\"rss-sitemap\",\"troubleshooting\",\"video-sitemap\",\"xml-sitemap\"]},\"18825\":{\"title\":\"When to use NOINDEX or the robots.txt?\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/when-to-use-noindex-or-the-robots-txt\\/\",\"categories\":[\"frequently-asked-questions\",\"robots-txt\",\"search-appearance\"]},\"18826\":{\"title\":\"Support for Videos Embedded Using the Media Library\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/support-for-videos-embedded-using-the-media-library\\/\",\"categories\":[\"video-sitemap\"]},\"18827\":{\"title\":\"Supported Videos\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/supported-videos\\/\",\"categories\":[\"video-sitemap\"]},\"18828\":{\"title\":\"Performance Settings\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/performance-settings\\/\",\"categories\":[\"performance\"]},\"18830\":{\"title\":\"Setting the SEO Title and Description Format for Author and Date Archives\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/setting-the-seo-title-and-description-format-for-author-and-date-archives\\/\",\"categories\":[\"archive-settings\",\"search-appearance\"]},\"18831\":{\"title\":\"Custom Fields in Titles and Descriptions\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/custom-fields-in-titles-and-descriptions\\/\",\"categories\":[\"content-type-settings\",\"post-page-settings\",\"search-appearance\"]},\"18832\":{\"title\":\"Using the Focus Keyphrase to Analyze Your Content\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/using-the-focus-keyphrase-to-analyze-your-content\\/\",\"categories\":[\"frequently-asked-questions\",\"post-page-settings\",\"truseo\"]},\"18833\":{\"title\":\"Using the Robots.txt Tool in All in One SEO\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/using-the-robots-txt-tool-in-all-in-one-seo\\/\",\"categories\":[\"robots-txt\"]},\"18834\":{\"title\":\"Using the Robots Meta Settings in All in One SEO\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/using-the-robots-meta-settings-in-all-in-one-seo\\/\",\"categories\":[\"advanced-settings\",\"archive-settings\",\"category-tag-settings\",\"content-type-settings\",\"media-settings\",\"post-page-settings\",\"search-appearance\",\"taxonomy-settings\"]},\"18835\":{\"title\":\"Noindex Settings in All in One SEO\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/noindex-settings\\/\",\"categories\":[\"search-appearance\"]},\"18838\":{\"title\":\"Hiding the AIOSEO Admin Bar Menu\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/hiding-the-aioseo-admin-bar-menu\\/\",\"categories\":[\"advanced-settings\",\"general-settings\"]},\"18839\":{\"title\":\"Hiding the AIOSEO Dashboard Widgets\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/hiding-the-aioseo-dashboard-widget\\/\",\"categories\":[\"advanced-settings\",\"general-settings\"]},\"18840\":{\"title\":\"Hiding the AIOSEO Column on All Posts Screens\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/hiding-the-aioseo-column-on-all-posts-screens\\/\",\"categories\":[\"advanced-settings\",\"general-settings\"]},\"18841\":{\"title\":\"Display Settings\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/display-settings\\/\",\"categories\":[\"display-settings\"]},\"18842\":{\"title\":\"Setting the SEO Title and Description Format for Media Attachments\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/setting-the-seo-title-and-description-format-for-media-attachments\\/\",\"categories\":[\"media-settings\",\"search-appearance\"]},\"18843\":{\"title\":\"Showing or Hiding Your Content in Search Results\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/showing-or-hiding-your-content-in-search-results\\/\",\"categories\":[\"archive-settings\",\"category-tag-settings\",\"content-type-settings\",\"media-settings\",\"post-page-settings\",\"search-appearance\",\"taxonomy-settings\"]},\"18844\":{\"title\":\"Content Type Settings\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/custom-post-type-settings\\/\",\"categories\":[\"content-type-settings\",\"search-appearance\"]},\"18845\":{\"title\":\"What Are Media Attachments and Should I Submit Them to Search Engines?\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/what-are-media-attachments-and-should-i-submit-them-to-search-engines\\/\",\"categories\":[\"frequently-asked-questions\",\"media-settings\"]},\"18846\":{\"title\":\"Setting the SEO Title and Description Format for Custom Taxonomies\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/setting-the-seo-title-and-description-format-for-custom-taxonomies\\/\",\"categories\":[\"category-tag-settings\",\"search-appearance\",\"taxonomy-settings\"]},\"18847\":{\"title\":\"Setting the SEO Title and Description Format for Custom Post Types\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/setting-the-seo-title-and-description-format-for-custom-post-types\\/\",\"categories\":[\"content-type-settings\",\"search-appearance\"]},\"18848\":{\"title\":\"Setting the SEO Title and Description Format for Tags\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/setting-the-seo-title-and-description-format-for-tags\\/\",\"categories\":[\"category-tag-settings\",\"search-appearance\",\"taxonomy-settings\"]},\"18849\":{\"title\":\"Setting the SEO Title and Description Format for Categories\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/setting-the-seo-title-and-description-format-for-categories\\/\",\"categories\":[\"category-tag-settings\",\"search-appearance\",\"taxonomy-settings\"]},\"18850\":{\"title\":\"Setting the SEO Title and Description Format for Pages\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/setting-the-seo-title-and-description-format-for-pages\\/\",\"categories\":[\"content-type-settings\",\"post-page-settings\",\"search-appearance\"]},\"18851\":{\"title\":\"Setting the SEO Title and Description Format for Posts\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/setting-the-seo-title-and-description-format-for-posts\\/\",\"categories\":[\"content-type-settings\",\"post-page-settings\",\"search-appearance\"]},\"18852\":{\"title\":\"Title Settings\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/title-settings\\/\",\"categories\":[\"search-appearance\"]},\"18853\":{\"title\":\"Setting the SEO for Your Home Page\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/setting-the-seo-for-your-home-page\\/\",\"categories\":[\"home-page-settings\",\"search-appearance\"]},\"18854\":{\"title\":\"General Settings\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/general-settings\\/\",\"categories\":[\"general-settings\"]},\"18855\":{\"title\":\"How to Add Your License Key in All in One SEO Pro\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/how-to-add-your-license-key-in-all-in-one-seo-pro\\/\",\"categories\":[\"general-settings\",\"getting-started\"]},\"18856\":{\"title\":\"Canonical URLs in All in One SEO\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/canonical-urls-in-all-in-one-seo\\/\",\"categories\":[\"advanced-settings\",\"search-appearance\"]},\"18858\":{\"title\":\"Adding non-WordPress Content to the Video Sitemap\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/adding-non-wordpress-content-to-the-video-sitemap\\/\",\"categories\":[\"video-sitemap\"]},\"18860\":{\"title\":\"Troubleshooting Problems With Sharing Content on Twitter\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/troubleshooting-problems-with-sharing-content-on-twitter\\/\",\"categories\":[\"social-networks\",\"troubleshooting\",\"twitter-settings\"]},\"18861\":{\"title\":\"Troubleshooting Problems With Sharing Content on Facebook\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/troubleshooting-problems-with-sharing-content-on-facebook\\/\",\"categories\":[\"facebook-settings\",\"social-networks\",\"troubleshooting\"]},\"18862\":{\"title\":\"Getting Started With Pinterest Rich Pins\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/using-social-meta-for-pinterest-rich-pins\\/\",\"categories\":[\"pinterest-settings\",\"social-networks\"]},\"18863\":{\"title\":\"Setting the Content Publisher for Twitter\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/setting-the-content-publisher-for-twitter\\/\",\"categories\":[\"social-networks\",\"twitter-settings\"]},\"18865\":{\"title\":\"Submitting a Sitemap to Yandex\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/submitting-a-sitemap-to-yandex\\/\",\"categories\":[\"rss-sitemap\",\"video-sitemap\",\"xml-sitemap\"]},\"18866\":{\"title\":\"Submitting a Sitemap to Bing\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/submitting-a-sitemap-to-bing\\/\",\"categories\":[\"bing-webmaster-tools\",\"rss-sitemap\",\"video-sitemap\",\"xml-sitemap\"]},\"18867\":{\"title\":\"Submitting a Sitemap to Google\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/submitting-a-sitemap-to-google\\/\",\"categories\":[\"google-news-sitemap\",\"google-search-console\",\"rss-sitemap\",\"video-sitemap\",\"xml-sitemap\"]},\"18868\":{\"title\":\"Including Date and Author Archives in Your XML Sitemap\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/including-date-and-author-archives-in-your-xml-sitemap\\/\",\"categories\":[\"xml-sitemap\"]},\"18869\":{\"title\":\"Choosing Which Content to Include in Your Video Sitemap\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/choosing-which-content-to-include-in-your-video-sitemap\\/\",\"categories\":[\"video-sitemap\"]},\"18870\":{\"title\":\"Choosing Which Content to Include in Your XML Sitemap\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/choosing-which-content-to-include-in-your-xml-sitemap\\/\",\"categories\":[\"xml-sitemap\"]},\"18871\":{\"title\":\"Using Sitemap Indexes and Pagination\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/using-sitemap-indexes-and-pagination\\/\",\"categories\":[\"video-sitemap\",\"xml-sitemap\"]},\"18872\":{\"title\":\"How to Disable Sitemaps in All in One SEO\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/how-to-disable-sitemaps-in-all-in-one-seo\\/\",\"categories\":[\"google-news-sitemap\",\"rss-sitemap\",\"video-sitemap\",\"xml-sitemap\"]},\"18873\":{\"title\":\"Baidu Webmaster Tools Verification\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/baidu-webmaster-tools-verification\\/\",\"categories\":[\"webmaster-tools\",\"webmaster-verification\"]},\"18874\":{\"title\":\"Setting Twitter Social Meta for Your Homepage\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/setting-twitter-social-meta-for-your-homepage\\/\",\"categories\":[\"home-page-settings\",\"social-networks\",\"twitter-settings\"]},\"18875\":{\"title\":\"Setting Facebook Social Meta for Your Homepage\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/setting-facebook-social-meta-for-your-homepage\\/\",\"categories\":[\"facebook-settings\",\"home-page-settings\",\"social-networks\"]},\"18876\":{\"title\":\"Setting the Card Type for Twitter\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/setting-the-card-type-for-twitter\\/\",\"categories\":[\"social-networks\",\"twitter-settings\"]},\"18877\":{\"title\":\"Setting the Object Types for Facebook\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/setting-the-object-types-for-facebook\\/\",\"categories\":[\"facebook-settings\",\"social-networks\"]},\"18879\":{\"title\":\"Setting the Priority and Frequency for Content in the Video Sitemap\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/setting-the-priority-and-frequency-for-content-in-the-video-sitemap\\/\",\"categories\":[\"video-sitemap\"]},\"18880\":{\"title\":\"Setting the Priority and Frequency for Content in the XML Sitemap\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/setting-the-priority-and-frequency-for-content-in-the-xml-sitemap\\/\",\"categories\":[\"xml-sitemap\"]},\"18881\":{\"title\":\"How to Exclude Content from Your RSS Sitemap\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/how-to-exclude-content-from-your-rss-sitemap\\/\",\"categories\":[\"rss-sitemap\"]},\"18882\":{\"title\":\"How to Exclude Content from Your Google News Sitemap\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/how-to-exclude-content-from-your-google-news-sitemap\\/\",\"categories\":[\"google-news-sitemap\"]},\"18883\":{\"title\":\"How to Exclude Content from Your Video Sitemap\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/how-to-exclude-content-from-your-video-sitemap\\/\",\"categories\":[\"video-sitemap\"]},\"18884\":{\"title\":\"How to Exclude Content from Your XML Sitemap\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/how-to-exclude-content-from-your-xml-sitemap\\/\",\"categories\":[\"xml-sitemap\"]},\"18885\":{\"title\":\"Setting Article Tags for Facebook\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/setting-article-tags-for-facebook\\/\",\"categories\":[\"facebook-settings\",\"social-networks\"]},\"18886\":{\"title\":\"Setting the Content Author for Twitter\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/setting-the-content-author-for-twitter\\/\",\"categories\":[\"social-networks\",\"twitter-settings\"]},\"18887\":{\"title\":\"Setting the Content Author for Facebook\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/setting-the-content-author-for-facebook\\/\",\"categories\":[\"facebook-settings\",\"social-networks\"]},\"18888\":{\"title\":\"Setting the Content Publisher for Facebook\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/setting-the-content-publisher-for-facebook\\/\",\"categories\":[\"facebook-settings\",\"social-networks\"]},\"18889\":{\"title\":\"How to Create a Google News Sitemap\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/how-to-create-a-google-news-sitemap\\/\",\"categories\":[\"google-news-sitemap\"]},\"18890\":{\"title\":\"Including Videos in Custom Fields in Your Video Sitemap\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/including-videos-in-custom-fields-in-your-video-sitemap\\/\",\"categories\":[\"video-sitemap\"]},\"18891\":{\"title\":\"What is a Dynamically Generated Sitemap and Why is it Better to Use?\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/what-is-a-dynamically-generated-sitemap-and-why-is-it-better-to-use\\/\",\"categories\":[\"frequently-asked-questions\",\"video-sitemap\",\"xml-sitemap\"]},\"18892\":{\"title\":\"How to Create a Video Sitemap\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/how-to-create-a-video-sitemap\\/\",\"categories\":[\"video-sitemap\"]},\"18893\":{\"title\":\"Adding Your Facebook Admin ID\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/adding-your-facebook-admin-id\\/\",\"categories\":[\"facebook-settings\",\"social-networks\"]},\"18894\":{\"title\":\"Adding Your Facebook App ID\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/adding-your-facebook-app-id\\/\",\"categories\":[\"facebook-settings\",\"social-networks\"]},\"18895\":{\"title\":\"Access Control Settings\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/access-control-settings\\/\",\"categories\":[\"access-control-settings\"]},\"18896\":{\"title\":\"Advanced Settings for Google Analytics\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/advanced-settings-for-google-analytics\\/\",\"categories\":[\"google-analytics\"]},\"18897\":{\"title\":\"Miscellaneous Site Verification\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/miscellaneous-site-verification\\/\",\"categories\":[\"webmaster-tools\",\"webmaster-verification\"]},\"18898\":{\"title\":\"Displaying Your Social Media Profiles in Knowledge Panel\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/displaying-your-social-media-profiles-in-knowledge-panel\\/\",\"categories\":[\"schema-settings\",\"social-networks\"]},\"18899\":{\"title\":\"How to Create an RSS Sitemap\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/how-to-create-an-rss-sitemap\\/\",\"categories\":[\"rss-sitemap\"]},\"18900\":{\"title\":\"Excluding Images from the XML Sitemap\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/excluding-images-from-the-xml-sitemap\\/\",\"categories\":[\"xml-sitemap\"]},\"18901\":{\"title\":\"Adding non-WordPress Content to the XML Sitemap\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/adding-non-wordpress-content-to-the-xml-sitemap\\/\",\"categories\":[\"xml-sitemap\"]},\"18903\":{\"title\":\"Setting a Default Image for Twitter\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/setting-a-default-image-for-twitter\\/\",\"categories\":[\"social-networks\",\"twitter-settings\"]},\"18904\":{\"title\":\"Setting a Default Image for Facebook\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/setting-a-default-image-for-facebook\\/\",\"categories\":[\"facebook-settings\",\"social-networks\"]},\"18905\":{\"title\":\"Setting a Title Separator\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/setting-a-title-separator\\/\",\"categories\":[\"search-appearance\"]},\"18906\":{\"title\":\"How to Protect Your Content With RSS Content Settings\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/how-to-protect-your-content-with-rss-content-settings\\/\",\"categories\":[\"rss-content-settings\"]},\"18907\":{\"title\":\"How to Connect Your Site with Google Tag Manager\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/how-to-connect-your-site-with-google-tag-manager\\/\",\"categories\":[\"google-analytics\"]},\"18908\":{\"title\":\"How to Connect Your Site with Google Analytics\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/how-to-connect-your-site-with-google-analytics\\/\",\"categories\":[\"google-analytics\"]},\"18909\":{\"title\":\"How to Verify Your Site with Pinterest\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/how-to-verify-your-site-with-pinterest\\/\",\"categories\":[\"pinterest-settings\",\"social-networks\",\"webmaster-tools\",\"webmaster-verification\"]},\"18910\":{\"title\":\"How to Verify Your Site with Yandex Webmaster Tools\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/how-to-verify-your-site-with-yandex-webmaster-tools\\/\",\"categories\":[\"webmaster-tools\",\"webmaster-verification\"]},\"18911\":{\"title\":\"How to Verify Your Site with Bing Webmaster Tools\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/how-to-verify-your-site-with-bing-webmaster-tools\\/\",\"categories\":[\"bing-webmaster-tools\",\"webmaster-tools\",\"webmaster-verification\"]},\"18912\":{\"title\":\"How to Verify Your Site with Google Search Console\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/how-to-verify-your-site-with-google-search-console\\/\",\"categories\":[\"google-search-console\",\"webmaster-tools\",\"webmaster-verification\"]},\"18913\":{\"title\":\"Usage Tracking\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/usage-tracking\\/\",\"categories\":[\"frequently-asked-questions\"]},\"18915\":{\"title\":\"How do I use All in One SEO in my language?\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/how-do-i-use-all-in-one-seo-in-my-language\\/\",\"categories\":[\"frequently-asked-questions\"]},\"18920\":{\"title\":\"NGINX rewrite rules for Robots.txt\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/nginx-rewrite-rules-for-robots-txt\\/\",\"categories\":[\"robots-txt\"]},\"18927\":{\"title\":\"Supported PHP Versions for All in One SEO\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/supported-php-version\\/\",\"categories\":[\"troubleshooting\"]},\"18929\":{\"title\":\"Using a different CDN for script enqueuing\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/using-a-different-cdn-for-script-enqueuing\\/\",\"categories\":[\"troubleshooting\"]},\"18930\":{\"title\":\"How do I get Google to show sitelinks for my site?\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/how-do-i-get-google-to-show-sitelinks-for-my-site\\/\",\"categories\":[\"frequently-asked-questions\"]},\"18954\":{\"title\":\"How does the import process for SEO data work?\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/how-does-the-import-process-for-seo-data-work\\/\",\"categories\":[\"frequently-asked-questions\",\"importer-exporter\"]},\"18960\":{\"title\":\"Robots.txt Editor for Multisite Networks\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/robots-txt-editor-for-multisite-networks\\/\",\"categories\":[\"multisite-networks\",\"robots-txt\"]},\"18961\":{\"title\":\"What are the minimum requirements for All in One SEO?\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/what-are-the-minimum-requirements-for-all-in-one-seo-pack\\/\",\"categories\":[\"frequently-asked-questions\"]},\"18964\":{\"title\":\"How do I use your API code examples?\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/how-do-i-use-your-api-code-examples\\/\",\"categories\":[\"frequently-asked-questions\"]},\"18969\":{\"title\":\"XML Parsing Error - This page contains the following errors\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/this-page-contains-the-following-errors\\/\",\"categories\":[\"google-news-sitemap\",\"troubleshooting\",\"video-sitemap\",\"xml-sitemap\"]},\"18972\":{\"title\":\"The File Editor or Robots.txt modules are missing\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/the-file-editor-or-robots-txt-modules-are-missing\\/\",\"categories\":[\"frequently-asked-questions\"]},\"18977\":{\"title\":\"Excluding the XML Sitemap from caching\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/excluding-the-xml-sitemap-from-caching\\/\",\"categories\":[\"xml-sitemap\"]},\"18982\":{\"title\":\"Why doesn\'t the title and description I set appear in search results?\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/why-doesnt-the-title-and-description-i-set-appear-in-search-results\\/\",\"categories\":[\"frequently-asked-questions\",\"post-page-settings\"]},\"18983\":{\"title\":\"Can I remove the date from Google search results?\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/can-i-remove-the-date-from-google-search-results\\/\",\"categories\":[\"frequently-asked-questions\"]},\"18985\":{\"title\":\"Setting up HTTPS SSL\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/setting-up-https-ssl\\/\",\"categories\":[\"general-seo-topics\"]},\"18995\":{\"title\":\"How to Increase the WordPress PHP Memory Limit\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/increase-wordpress-php-memory-limit\\/\",\"categories\":[\"troubleshooting\"]},\"19002\":{\"title\":\"Checking Index Status in Google Search Results\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/checking-index-status-in-google-search-results\\/\",\"categories\":[\"general-seo-topics\"]},\"19006\":{\"title\":\"SEO Data Importer\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/seo-data-importer\\/\",\"categories\":[\"seo-data-importer\"]},\"19008\":{\"title\":\"How to troubleshoot issues with All in One SEO\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/how-to-troubleshoot-issues-with-all-in-one-seo-pack\\/\",\"categories\":[\"troubleshooting\"]},\"19010\":{\"title\":\"Quality Guidelines for SEO Titles and Descriptions\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/quality-guidelines-for-seo-titles-and-descriptions\\/\",\"categories\":[\"general-seo-topics\"]},\"19016\":{\"title\":\"Top Tips for Good On-Page SEO\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/top-tips-for-good-on-page-seo\\/\",\"categories\":[\"general-seo-topics\"]},\"19017\":{\"title\":\"Meta Descriptions\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/meta-descriptions\\/\",\"categories\":[\"general-seo-topics\"]},\"19028\":{\"title\":\"What is SEO meta?\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/what-is-seo-meta\\/\",\"categories\":[\"getting-started\"]},\"19029\":{\"title\":\"Social Meta Settings - Individual Page\\/Post Settings\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/social-meta-settings-individual-pagepost-settings\\/\",\"categories\":[\"post-page-settings\",\"social-networks\"]},\"19030\":{\"title\":\"File Editor Module\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/file-editor-module\\/\",\"categories\":[\"file-editor\"]},\"19031\":{\"title\":\"Social Meta Settings\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/social-meta-module\\/\",\"categories\":[\"social-networks\"]},\"19032\":{\"title\":\"Importer & Exporter Module\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/importer-exporter-module\\/\",\"categories\":[\"importer-exporter\"]},\"19034\":{\"title\":\"Feature Manager\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/feature-manager\\/\",\"categories\":[\"feature-manager\"]},\"19035\":{\"title\":\"Advanced Settings for All in One SEO Pack\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/all-in-one-seo-pack-advanced-settings\\/\",\"categories\":[\"advanced-settings\"]}}}\";',	'2023-01-06 09:55:38',	'2022-12-30 09:55:38',	'2022-12-30 09:55:38'),
(73,	'post_overview_data',	'a:5:{s:5:\"total\";i:1;s:16:\"needsImprovement\";i:0;s:4:\"okay\";i:0;s:4:\"good\";i:0;s:21:\"withoutFocusKeyphrase\";i:1;}',	'2023-01-06 10:34:47',	'2022-12-30 10:34:47',	'2022-12-30 10:34:47'),
(82,	'admin_notifications_update',	'i:1672819491;',	'2023-01-04 08:04:51',	'2023-01-03 08:04:51',	'2023-01-03 08:04:51'),
(83,	'attachment_url_to_post_id_d99ed2ddbeefba28910cca4100f73b401b38bc49',	's:4:\"none\";',	'2023-01-04 08:04:55',	'2023-01-03 08:04:55',	'2023-01-03 08:04:55'),
(84,	'wp_notices',	'b:0;',	'2023-01-04 08:05:27',	'2023-01-03 08:05:07',	'2023-01-03 08:05:27'),
(85,	'addons',	'a:8:{i:0;O:8:\"stdClass\":14:{s:3:\"sku\";s:16:\"aioseo-redirects\";s:4:\"name\";s:19:\"Redirection Manager\";s:7:\"version\";s:7:\"1.2.6.1\";s:5:\"image\";N;s:4:\"icon\";s:480:\"PHN2ZyB2aWV3Qm94PSIwIDAgMjQgMjQiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgY2xhc3M9ImFpb3Nlby1yZWRpcmVjdCI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0xMC41OSA5LjE3TDUuNDEgNEw0IDUuNDFMOS4xNyAxMC41OEwxMC41OSA5LjE3Wk0xNC41IDRMMTYuNTQgNi4wNEw0IDE4LjU5TDUuNDEgMjBMMTcuOTYgNy40NkwyMCA5LjVWNEgxNC41Wk0xMy40MiAxNC44MkwxNC44MyAxMy40MUwxNy45NiAxNi41NEwyMCAxNC41VjIwSDE0LjVMMTYuNTUgMTcuOTVMMTMuNDIgMTQuODJaIiBmaWxsPSJjdXJyZW50Q29sb3IiIC8+PC9zdmc+\";s:6:\"levels\";a:4:{i:0;s:8:\"business\";i:1;s:6:\"agency\";i:2;s:3:\"pro\";i:3;s:5:\"elite\";}s:13:\"currentLevels\";a:2:{i:0;s:3:\"pro\";i:1;s:5:\"elite\";}s:15:\"requiresUpgrade\";b:1;s:11:\"description\";s:101:\"<p>Our Redirection Manager allows you to create and manage redirects for 404s or modified posts.</p>\n\";s:18:\"descriptionVersion\";i:0;s:11:\"downloadUrl\";s:0:\"\";s:10:\"productUrl\";s:48:\"https://aioseo.com/features/redirection-manager/\";s:12:\"learnMoreUrl\";s:48:\"https://aioseo.com/features/redirection-manager/\";s:9:\"manageUrl\";s:30:\"https://route#aioseo-redirects\";}i:1;O:8:\"stdClass\":14:{s:3:\"sku\";s:21:\"aioseo-link-assistant\";s:4:\"name\";s:14:\"Link Assistant\";s:7:\"version\";s:6:\"1.0.11\";s:5:\"image\";N;s:4:\"icon\";s:516:\"PHN2ZyB2aWV3Qm94PSIwIDAgMjQgMjQiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0xMSAxNUg3QzUuMzUgMTUgNCAxMy42NSA0IDEyQzQgMTAuMzUgNS4zNSA5IDcgOUgxMVY3SDdDNC4yNCA3IDIgOS4yNCAyIDEyQzIgMTQuNzYgNC4yNCAxNyA3IDE3SDExVjE1Wk0xNyA3SDEzVjlIMTdDMTguNjUgOSAyMCAxMC4zNSAyMCAxMkMyMCAxMy42NSAxOC42NSAxNSAxNyAxNUgxM1YxN0gxN0MxOS43NiAxNyAyMiAxNC43NiAyMiAxMkMyMiA5LjI0IDE5Ljc2IDcgMTcgN1pNMTYgMTFIOFYxM0gxNlYxMVoiIGZpbGw9ImN1cnJlbnRDb2xvciIvPjwvc3ZnPgo=\";s:6:\"levels\";a:3:{i:0;s:6:\"agency\";i:1;s:3:\"pro\";i:2;s:5:\"elite\";}s:13:\"currentLevels\";a:2:{i:0;s:3:\"pro\";i:1;s:5:\"elite\";}s:15:\"requiresUpgrade\";b:1;s:11:\"description\";s:283:\"<p>Super-charge your SEO with Link Assistant! Get relevant suggestions for adding internal links to older content as well as finding any orphaned posts that have no internal links. Use our reporting feature to see all link suggestions or add them directly from any page or post.</p>\n\";s:18:\"descriptionVersion\";i:0;s:11:\"downloadUrl\";s:0:\"\";s:10:\"productUrl\";s:39:\"https://aioseo.com/docs/link-assistant/\";s:12:\"learnMoreUrl\";s:39:\"https://aioseo.com/docs/link-assistant/\";s:9:\"manageUrl\";s:35:\"https://route#aioseo-link-assistant\";}i:2;O:8:\"stdClass\":14:{s:3:\"sku\";s:20:\"aioseo-video-sitemap\";s:4:\"name\";s:13:\"Video Sitemap\";s:7:\"version\";s:5:\"1.1.8\";s:5:\"image\";N;s:4:\"icon\";s:16:\"svg-sitemaps-pro\";s:6:\"levels\";a:5:{i:0;s:10:\"individual\";i:1;s:8:\"business\";i:2;s:6:\"agency\";i:3;s:3:\"pro\";i:4;s:5:\"elite\";}s:13:\"currentLevels\";a:3:{i:0;s:6:\"agency\";i:1;s:3:\"pro\";i:2;s:5:\"elite\";}s:15:\"requiresUpgrade\";b:1;s:11:\"description\";s:243:\"<p>The Video Sitemap works in much the same way as the XML Sitemap module, it generates an XML Sitemap specifically for video content on your site. Search engines use this information to display rich snippet information in search results.</p>\n\";s:18:\"descriptionVersion\";i:0;s:11:\"downloadUrl\";s:0:\"\";s:10:\"productUrl\";s:54:\"https://aioseo.com/docs/how-to-create-a-video-sitemap/\";s:12:\"learnMoreUrl\";s:54:\"https://aioseo.com/docs/how-to-create-a-video-sitemap/\";s:9:\"manageUrl\";s:43:\"https://route#aioseo-sitemaps:video-sitemap\";}i:3;O:8:\"stdClass\":14:{s:3:\"sku\";s:21:\"aioseo-local-business\";s:4:\"name\";s:18:\"Local Business SEO\";s:7:\"version\";s:6:\"1.2.12\";s:5:\"image\";N;s:4:\"icon\";s:18:\"svg-local-business\";s:6:\"levels\";a:5:{i:0;s:8:\"business\";i:1;s:6:\"agency\";i:2;s:4:\"plus\";i:3;s:3:\"pro\";i:4;s:5:\"elite\";}s:13:\"currentLevels\";a:3:{i:0;s:4:\"plus\";i:1;s:3:\"pro\";i:2;s:5:\"elite\";}s:15:\"requiresUpgrade\";b:1;s:11:\"description\";s:253:\"<p>Local Business schema markup enables you to tell Google about your business, including your business name, address and phone number, opening hours and price range. This information may be displayed as a Knowledge Graph card or business carousel.</p>\n\";s:18:\"descriptionVersion\";i:0;s:11:\"downloadUrl\";s:0:\"\";s:10:\"productUrl\";s:43:\"https://aioseo.com/docs/local-business-seo/\";s:12:\"learnMoreUrl\";s:43:\"https://aioseo.com/docs/local-business-seo/\";s:9:\"manageUrl\";s:40:\"https://route#aioseo-local-seo:locations\";}i:4;O:8:\"stdClass\":14:{s:3:\"sku\";s:19:\"aioseo-news-sitemap\";s:4:\"name\";s:12:\"News Sitemap\";s:7:\"version\";s:6:\"1.0.11\";s:5:\"image\";N;s:4:\"icon\";s:16:\"svg-sitemaps-pro\";s:6:\"levels\";a:4:{i:0;s:8:\"business\";i:1;s:6:\"agency\";i:2;s:3:\"pro\";i:3;s:5:\"elite\";}s:13:\"currentLevels\";a:2:{i:0;s:3:\"pro\";i:1;s:5:\"elite\";}s:15:\"requiresUpgrade\";b:1;s:11:\"description\";s:284:\"<p>Our Google News Sitemap lets you control which content you submit to Google News and only contains articles that were published in the last 48 hours. In order to submit a News Sitemap to Google, you must have added your site to Google’s Publisher Center and had it approved.</p>\n\";s:18:\"descriptionVersion\";i:0;s:11:\"downloadUrl\";s:0:\"\";s:10:\"productUrl\";s:60:\"https://aioseo.com/docs/how-to-create-a-google-news-sitemap/\";s:12:\"learnMoreUrl\";s:60:\"https://aioseo.com/docs/how-to-create-a-google-news-sitemap/\";s:9:\"manageUrl\";s:42:\"https://route#aioseo-sitemaps:news-sitemap\";}i:5;O:8:\"stdClass\":14:{s:3:\"sku\";s:16:\"aioseo-index-now\";s:4:\"name\";s:8:\"IndexNow\";s:7:\"version\";s:5:\"1.0.6\";s:5:\"image\";N;s:4:\"icon\";s:16:\"svg-sitemaps-pro\";s:6:\"levels\";a:6:{i:0;s:8:\"business\";i:1;s:6:\"agency\";i:2;s:5:\"basic\";i:3;s:4:\"plus\";i:4;s:3:\"pro\";i:5;s:5:\"elite\";}s:13:\"currentLevels\";a:4:{i:0;s:5:\"basic\";i:1;s:4:\"plus\";i:2;s:3:\"pro\";i:3;s:5:\"elite\";}s:15:\"requiresUpgrade\";b:1;s:11:\"description\";s:193:\"<p>Add IndexNow support to instantly notify search engines when your content has changed. This helps the search engines to prioritize the changes on your website and helps you rank faster.</p>\n\";s:18:\"descriptionVersion\";i:0;s:11:\"downloadUrl\";s:0:\"\";s:10:\"productUrl\";s:28:\"https://aioseo.com/index-now\";s:12:\"learnMoreUrl\";s:28:\"https://aioseo.com/index-now\";s:9:\"manageUrl\";s:45:\"https://route#aioseo-settings:webmaster-tools\";}i:6;O:8:\"stdClass\":14:{s:3:\"sku\";s:15:\"aioseo-rest-api\";s:4:\"name\";s:8:\"REST API\";s:7:\"version\";s:5:\"1.0.3\";s:5:\"image\";N;s:4:\"icon\";s:280:\"PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyNCAyNCIgY2xhc3M9ImFpb3Nlby1jb2RlIj48cGF0aCBkPSJNOS40IDE2LjZMNC44IDEybDQuNi00LjZMOCA2bC02IDYgNiA2IDEuNC0xLjR6bTUuMiAwbDQuNi00LjYtNC42LTQuNkwxNiA2bDYgNi02IDYtMS40LTEuNHoiIGZpbGw9ImN1cnJlbnRDb2xvciIvPjwvc3ZnPg==\";s:6:\"levels\";a:3:{i:0;s:4:\"plus\";i:1;s:3:\"pro\";i:2;s:5:\"elite\";}s:13:\"currentLevels\";a:3:{i:0;s:4:\"plus\";i:1;s:3:\"pro\";i:2;s:5:\"elite\";}s:15:\"requiresUpgrade\";b:1;s:11:\"description\";s:137:\"<p>Manage your post and term SEO meta via the WordPress REST API. This addon also works seamlessly with headless WordPress installs.</p>\n\";s:18:\"descriptionVersion\";i:0;s:11:\"downloadUrl\";s:0:\"\";s:10:\"productUrl\";s:36:\"https://aioseo.com/feature/rest-api/\";s:12:\"learnMoreUrl\";s:36:\"https://aioseo.com/feature/rest-api/\";s:9:\"manageUrl\";s:0:\"\";}i:7;O:8:\"stdClass\":14:{s:3:\"sku\";s:16:\"aioseo-image-seo\";s:4:\"name\";s:9:\"Image SEO\";s:7:\"version\";s:5:\"1.1.3\";s:5:\"image\";N;s:4:\"icon\";s:13:\"svg-image-seo\";s:6:\"levels\";a:5:{i:0;s:8:\"business\";i:1;s:6:\"agency\";i:2;s:4:\"plus\";i:3;s:3:\"pro\";i:4;s:5:\"elite\";}s:13:\"currentLevels\";a:3:{i:0;s:4:\"plus\";i:1;s:3:\"pro\";i:2;s:5:\"elite\";}s:15:\"requiresUpgrade\";b:1;s:11:\"description\";s:148:\"<p>Globally control the Title attribute and Alt text for images in your content. These attributes are essential for both accessibility and SEO.</p>\n\";s:18:\"descriptionVersion\";i:0;s:11:\"downloadUrl\";s:0:\"\";s:10:\"productUrl\";s:71:\"https://aioseo.com/docs/using-the-image-seo-features-in-all-in-one-seo/\";s:12:\"learnMoreUrl\";s:71:\"https://aioseo.com/docs/using-the-image-seo-features-in-all-in-one-seo/\";s:9:\"manageUrl\";s:44:\"https://route#aioseo-search-appearance:media\";}}',	'2023-01-04 08:05:09',	'2023-01-03 08:05:09',	'2023-01-03 08:05:09');

DROP TABLE IF EXISTS `wp_aioseo_notifications`;
CREATE TABLE `wp_aioseo_notifications` (
  `id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `slug` varchar(13) COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `addon` varchar(64) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
  `title` text COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `content` longtext COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `type` varchar(64) COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `level` text COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `notification_id` bigint(20) unsigned DEFAULT NULL,
  `notification_name` varchar(255) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
  `start` datetime DEFAULT NULL,
  `end` datetime DEFAULT NULL,
  `button1_label` varchar(255) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
  `button1_action` varchar(255) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
  `button2_label` varchar(255) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
  `button2_action` varchar(255) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
  `dismissed` tinyint(1) NOT NULL DEFAULT 0,
  `new` tinyint(1) NOT NULL DEFAULT 1,
  `created` datetime NOT NULL,
  `updated` datetime NOT NULL,
  PRIMARY KEY (`id`),
  UNIQUE KEY `ndx_aioseo_notifications_slug` (`slug`),
  KEY `ndx_aioseo_notifications_dates` (`start`,`end`),
  KEY `ndx_aioseo_notifications_type` (`type`),
  KEY `ndx_aioseo_notifications_dismissed` (`dismissed`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

INSERT INTO `wp_aioseo_notifications` (`id`, `slug`, `addon`, `title`, `content`, `type`, `level`, `notification_id`, `notification_name`, `start`, `end`, `button1_label`, `button1_action`, `button2_label`, `button2_action`, `dismissed`, `new`, `created`, `updated`) VALUES
(1,	'63aeb77fd2b8e',	NULL,	'Search Engines Blocked',	'Warning: AIOSEO has detected that you are blocking access to search engines. You can change this in Settings > Reading if this was unintended.',	'error',	'[\"all\"]',	NULL,	'blog-visibility',	'2022-12-30 10:03:43',	NULL,	'Fix Now',	'https://blueroan.netgen.cloud/wp-admin/options-reading.php',	'Remind Me Later',	'http://action#notification/blog-visibility-reminder',	0,	0,	'2022-12-30 10:03:43',	'2022-12-30 10:03:43');

DROP TABLE IF EXISTS `wp_aioseo_posts`;
CREATE TABLE `wp_aioseo_posts` (
  `id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `post_id` bigint(20) unsigned NOT NULL,
  `title` text COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
  `description` text COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
  `keywords` mediumtext COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
  `keyphrases` longtext COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
  `page_analysis` longtext COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
  `canonical_url` text COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
  `og_title` text COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
  `og_description` text COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
  `og_object_type` varchar(64) COLLATE utf8mb4_unicode_520_ci DEFAULT 'default',
  `og_image_type` varchar(64) COLLATE utf8mb4_unicode_520_ci DEFAULT 'default',
  `og_image_url` text COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
  `og_image_width` int(11) DEFAULT NULL,
  `og_image_height` int(11) DEFAULT NULL,
  `og_image_custom_url` text COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
  `og_image_custom_fields` text COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
  `og_video` varchar(255) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
  `og_custom_url` text COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
  `og_article_section` text COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
  `og_article_tags` text COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
  `twitter_use_og` tinyint(1) DEFAULT 0,
  `twitter_card` varchar(64) COLLATE utf8mb4_unicode_520_ci DEFAULT 'default',
  `twitter_image_type` varchar(64) COLLATE utf8mb4_unicode_520_ci DEFAULT 'default',
  `twitter_image_url` text COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
  `twitter_image_custom_url` text COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
  `twitter_image_custom_fields` text COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
  `twitter_title` text COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
  `twitter_description` text COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
  `seo_score` int(11) NOT NULL DEFAULT 0,
  `schema` longtext COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
  `schema_type` varchar(20) COLLATE utf8mb4_unicode_520_ci DEFAULT 'default',
  `schema_type_options` longtext COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
  `pillar_content` tinyint(1) DEFAULT NULL,
  `robots_default` tinyint(1) NOT NULL DEFAULT 1,
  `robots_noindex` tinyint(1) NOT NULL DEFAULT 0,
  `robots_noarchive` tinyint(1) NOT NULL DEFAULT 0,
  `robots_nosnippet` tinyint(1) NOT NULL DEFAULT 0,
  `robots_nofollow` tinyint(1) NOT NULL DEFAULT 0,
  `robots_noimageindex` tinyint(1) NOT NULL DEFAULT 0,
  `robots_noodp` tinyint(1) NOT NULL DEFAULT 0,
  `robots_notranslate` tinyint(1) NOT NULL DEFAULT 0,
  `robots_max_snippet` int(11) DEFAULT NULL,
  `robots_max_videopreview` int(11) DEFAULT NULL,
  `robots_max_imagepreview` varchar(20) COLLATE utf8mb4_unicode_520_ci DEFAULT 'large',
  `images` longtext COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
  `image_scan_date` datetime DEFAULT NULL,
  `priority` tinytext COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
  `frequency` tinytext COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
  `videos` longtext COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
  `video_thumbnail` text COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
  `video_scan_date` datetime DEFAULT NULL,
  `local_seo` longtext COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
  `limit_modified_date` tinyint(1) NOT NULL DEFAULT 0,
  `options` longtext COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
  `created` datetime NOT NULL,
  `updated` datetime NOT NULL,
  PRIMARY KEY (`id`),
  KEY `ndx_aioseo_posts_post_id` (`post_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

INSERT INTO `wp_aioseo_posts` (`id`, `post_id`, `title`, `description`, `keywords`, `keyphrases`, `page_analysis`, `canonical_url`, `og_title`, `og_description`, `og_object_type`, `og_image_type`, `og_image_url`, `og_image_width`, `og_image_height`, `og_image_custom_url`, `og_image_custom_fields`, `og_video`, `og_custom_url`, `og_article_section`, `og_article_tags`, `twitter_use_og`, `twitter_card`, `twitter_image_type`, `twitter_image_url`, `twitter_image_custom_url`, `twitter_image_custom_fields`, `twitter_title`, `twitter_description`, `seo_score`, `schema`, `schema_type`, `schema_type_options`, `pillar_content`, `robots_default`, `robots_noindex`, `robots_noarchive`, `robots_nosnippet`, `robots_nofollow`, `robots_noimageindex`, `robots_noodp`, `robots_notranslate`, `robots_max_snippet`, `robots_max_videopreview`, `robots_max_imagepreview`, `images`, `image_scan_date`, `priority`, `frequency`, `videos`, `video_thumbnail`, `video_scan_date`, `local_seo`, `limit_modified_date`, `options`, `created`, `updated`) VALUES
(1,	760,	'Home - blueroan.netgen.cloud',	'Blue Roan is a 3-star graded pet-friendly venue\nOur goal is to provide high-quality, romantic, comfortable, and affordable self-catering accommodation on the outskirts of the village of Magaliesburg. For animal lovers, we are also pet-friendly by arrangement in most of the units all of which have their own fully fenced and gated private grassy gardens',	NULL,	NULL,	NULL,	NULL,	NULL,	NULL,	'website',	'default',	NULL,	NULL,	NULL,	NULL,	NULL,	NULL,	NULL,	NULL,	NULL,	0,	'default',	'default',	NULL,	NULL,	NULL,	NULL,	NULL,	0,	'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}',	'default',	NULL,	0,	1,	0,	0,	0,	0,	0,	0,	0,	NULL,	NULL,	'large',	'[{\"image:loc\":\"https:\\/\\/blueroan.netgen.cloud\\/wp-content\\/uploads\\/2022\\/12\\/blue-roan-guest-farm-13.jpg\"},{\"image:loc\":\"https:\\/\\/blueroan.netgen.cloud\\/wp-content\\/uploads\\/2022\\/12\\/hammock-in-the-garden.jpg\"},{\"image:loc\":\"https:\\/\\/blueroan.netgen.cloud\\/wp-content\\/uploads\\/2022\\/12\\/tgcsa-full-3-stars.jpg\"},{\"image:loc\":\"https:\\/\\/blueroan.netgen.cloud\\/wp-content\\/uploads\\/2022\\/12\\/Blue-Roan-pool.png\"},{\"image:loc\":\"https:\\/\\/blueroan.netgen.cloud\\/wp-content\\/uploads\\/2022\\/12\\/img-20160605-wa0002-largejpg.png\"},{\"image:loc\":\"https:\\/\\/blueroan.netgen.cloud\\/wp-content\\/uploads\\/2022\\/12\\/Games-Room.png\"},{\"image:loc\":\"https:\\/\\/blueroan.netgen.cloud\\/wp-content\\/uploads\\/2022\\/12\\/red-rose.jpg\"},{\"image:loc\":\"https:\\/\\/blueroan.netgen.cloud\\/wp-content\\/uploads\\/2022\\/12\\/49g.jpg\"},{\"image:loc\":\"https:\\/\\/blueroan.netgen.cloud\\/wp-content\\/uploads\\/2022\\/12\\/AAEAAQAAAAAAAAAAAAAA39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba-1.png\"},{\"image:loc\":\"https:\\/\\/blueroan.netgen.cloud\\/wp-content\\/uploads\\/2022\\/12\\/blue-roan-guest-farm-8.jpg\"},{\"image:loc\":\"https:\\/\\/blueroan.netgen.cloud\\/wp-content\\/uploads\\/2022\\/12\\/Blue-roan-pool-01.jpg\"},{\"image:loc\":\"https:\\/\\/blueroan.netgen.cloud\\/wp-content\\/uploads\\/2022\\/12\\/bird.jpg\"},{\"image:loc\":\"https:\\/\\/websitedemos.net\\/travel-and-tourism-08\\/wp-content\\/uploads\\/sites\\/847\\/2021\\/05\\/testimonial1-150x150.jpg\"},{\"image:loc\":\"https:\\/\\/websitedemos.net\\/travel-and-tourism-08\\/wp-content\\/uploads\\/sites\\/847\\/2021\\/05\\/testimonial4-150x150.jpg\"},{\"image:loc\":\"https:\\/\\/websitedemos.net\\/travel-and-tourism-08\\/wp-content\\/uploads\\/sites\\/847\\/2021\\/05\\/testimonial2-150x150.jpg\"},{\"image:loc\":\"https:\\/\\/websitedemos.net\\/travel-and-tourism-08\\/wp-content\\/uploads\\/sites\\/847\\/2021\\/05\\/testimonial3-150x150.jpg\"}]',	'2022-12-30 09:59:07',	NULL,	NULL,	NULL,	NULL,	NULL,	NULL,	0,	'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false}}',	'2022-12-30 09:56:27',	'2022-12-30 10:02:38'),
(2,	761,	NULL,	NULL,	'[]',	'{\"focus\":{\"keyphrase\":\"\",\"score\":0,\"analysis\":{\"keyphraseInTitle\":{\"score\":0,\"maxScore\":9,\"error\":1}}},\"additional\":[]}',	'{\"analysis\":{\"basic\":{\"metadescriptionLength\":{\"score\":6,\"maxScore\":9,\"error\":1},\"lengthContent\":{\"score\":9,\"maxScore\":9,\"error\":0},\"isInternalLink\":{\"score\":9,\"maxScore\":9,\"error\":0},\"isExternalLink\":{\"score\":9,\"maxScore\":9,\"error\":0},\"errors\":1},\"title\":{\"titleLength\":{\"score\":6,\"maxScore\":9,\"error\":1},\"errors\":1},\"readability\":{\"contentHasAssets\":{\"error\":0,\"score\":5,\"maxScore\":5},\"paragraphLength\":{\"score\":5,\"maxScore\":5,\"error\":0},\"sentenceLength\":{\"score\":9,\"maxScore\":9,\"error\":0},\"passiveVoice\":{\"score\":9,\"maxScore\":9,\"error\":0},\"transitionWords\":{\"score\":3,\"maxScore\":9,\"error\":1},\"consecutiveSentences\":{\"score\":9,\"maxScore\":9,\"error\":0},\"subheadingsDistribution\":{\"score\":9,\"maxScore\":9,\"error\":0},\"calculateFleschReading\":{\"score\":9,\"maxScore\":9,\"error\":0},\"errors\":1}}}',	NULL,	NULL,	NULL,	'default',	'default',	NULL,	NULL,	NULL,	NULL,	NULL,	'',	NULL,	NULL,	'[]',	0,	'default',	'default',	NULL,	NULL,	NULL,	NULL,	NULL,	83,	'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"WebPage\",\"isEnabled\":true},\"graphs\":[]}',	'default',	NULL,	0,	1,	0,	0,	0,	0,	0,	0,	0,	-1,	-1,	'large',	'[{\"image:loc\":\"https:\\/\\/blueroan.netgen.cloud\\/wp-content\\/uploads\\/2022\\/12\\/blue-roan-guest-farm-10.jpg\"},{\"image:loc\":\"https:\\/\\/blueroan.netgen.cloud\\/wp-content\\/uploads\\/2022\\/12\\/Tuscan-bed-1.jpg\"},{\"image:loc\":\"https:\\/\\/blueroan.netgen.cloud\\/wp-content\\/uploads\\/2022\\/12\\/bluebush-king-bed-and-spa-bath.png\"},{\"image:loc\":\"https:\\/\\/blueroan.netgen.cloud\\/wp-content\\/uploads\\/2022\\/12\\/Mexican-lounge.jpg\"},{\"image:loc\":\"https:\\/\\/blueroan.netgen.cloud\\/wp-content\\/uploads\\/2022\\/12\\/Untitled-design-8.png\"},{\"image:loc\":\"https:\\/\\/blueroan.netgen.cloud\\/wp-content\\/uploads\\/2022\\/12\\/blue-roan-guest-farm-8.jpg\"},{\"image:loc\":\"https:\\/\\/blueroan.netgen.cloud\\/wp-content\\/uploads\\/2022\\/12\\/Honeymoon-bed.jpg\"}]',	'2022-12-30 11:03:34',	'default',	'default',	NULL,	NULL,	NULL,	NULL,	0,	'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false}}',	'2022-12-30 09:59:07',	'2022-12-30 11:03:34'),
(3,	762,	NULL,	NULL,	NULL,	NULL,	NULL,	NULL,	NULL,	NULL,	'default',	'default',	NULL,	NULL,	NULL,	NULL,	NULL,	NULL,	NULL,	NULL,	NULL,	0,	'default',	'default',	NULL,	NULL,	NULL,	NULL,	NULL,	0,	'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}',	'default',	NULL,	0,	1,	0,	0,	0,	0,	0,	0,	0,	NULL,	NULL,	'large',	'[{\"image:loc\":\"https:\\/\\/blueroan.netgen.cloud\\/wp-content\\/uploads\\/2022\\/12\\/Blue-Roan-pool.png\"},{\"image:loc\":\"https:\\/\\/blueroan.netgen.cloud\\/wp-content\\/uploads\\/2022\\/12\\/img-20160605-wa0002-largejpg.png\"},{\"image:loc\":\"https:\\/\\/blueroan.netgen.cloud\\/wp-content\\/uploads\\/2022\\/12\\/Games-Room.png\"},{\"image:loc\":\"https:\\/\\/blueroan.netgen.cloud\\/wp-content\\/uploads\\/2022\\/12\\/drone-view-of-walks.png\"},{\"image:loc\":\"https:\\/\\/blueroan.netgen.cloud\\/wp-content\\/uploads\\/2022\\/12\\/49089607_1950305445047847_5177863042771189760_n.png\"},{\"image:loc\":\"https:\\/\\/blueroan.netgen.cloud\\/wp-content\\/uploads\\/2022\\/12\\/Michelle_1.png\"},{\"image:loc\":\"https:\\/\\/blueroan.netgen.cloud\\/wp-content\\/uploads\\/2022\\/12\\/blue-roan-guest-farm-18-1.jpg\"},{\"image:loc\":\"https:\\/\\/blueroan.netgen.cloud\\/wp-content\\/uploads\\/2022\\/12\\/Blue-Roan-pool-1.png\"},{\"image:loc\":\"https:\\/\\/blueroan.netgen.cloud\\/wp-content\\/uploads\\/2022\\/12\\/the-view-from-my-rooms.jpg\"},{\"image:loc\":\"https:\\/\\/blueroan.netgen.cloud\\/wp-content\\/uploads\\/2022\\/12\\/AAEAAQAAAAAAAAAAAAAAJDI0ZWY4NDc1LThjYjYtNDM3YS1iOTliLWNmOWQxYTJkMWU5MQ-1.png\"},{\"image:loc\":\"https:\\/\\/blueroan.netgen.cloud\\/wp-content\\/uploads\\/2022\\/12\\/bird-1.jpg\"},{\"image:loc\":\"https:\\/\\/blueroan.netgen.cloud\\/wp-content\\/uploads\\/2022\\/12\\/two-happy-boxers.jpg\"},{\"image:loc\":\"https:\\/\\/blueroan.netgen.cloud\\/wp-content\\/uploads\\/2022\\/12\\/41b46e52d7427ea1f6f135454e9a012f.png\"},{\"image:loc\":\"https:\\/\\/blueroan.netgen.cloud\\/wp-content\\/uploads\\/2022\\/12\\/Maseke-MTB-MvZ-3-1.png\"},{\"image:loc\":\"https:\\/\\/blueroan.netgen.cloud\\/wp-content\\/uploads\\/2022\\/12\\/activity_2209_280316_original-3.png\"},{\"image:loc\":\"https:\\/\\/blueroan.netgen.cloud\\/wp-content\\/uploads\\/2022\\/12\\/Askari-Game-Lodge-Spa-Wildlife-Giraffe.png\"}]',	'2022-12-30 09:59:07',	NULL,	NULL,	NULL,	NULL,	NULL,	NULL,	0,	'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false}}',	'2022-12-30 09:59:07',	'2022-12-30 09:59:07'),
(4,	763,	NULL,	NULL,	NULL,	NULL,	NULL,	NULL,	NULL,	NULL,	'default',	'default',	NULL,	NULL,	NULL,	NULL,	NULL,	NULL,	NULL,	NULL,	NULL,	0,	'default',	'default',	NULL,	NULL,	NULL,	NULL,	NULL,	0,	'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}',	'default',	NULL,	0,	1,	0,	0,	0,	0,	0,	0,	0,	NULL,	NULL,	'large',	NULL,	'2022-12-30 09:59:07',	NULL,	NULL,	NULL,	NULL,	NULL,	NULL,	0,	'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false}}',	'2022-12-30 09:59:07',	'2022-12-30 09:59:07'),
(5,	933,	NULL,	NULL,	NULL,	NULL,	NULL,	NULL,	NULL,	NULL,	'default',	'default',	NULL,	NULL,	NULL,	NULL,	NULL,	NULL,	NULL,	NULL,	NULL,	0,	'default',	'default',	NULL,	NULL,	NULL,	NULL,	NULL,	0,	'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}',	'default',	NULL,	0,	1,	0,	0,	0,	0,	0,	0,	0,	NULL,	NULL,	'large',	'[{\"image:loc\":\"https:\\/\\/blueroan.netgen.cloud\\/wp-content\\/uploads\\/2022\\/12\\/sun-coming-up-1.jpg\"},{\"image:loc\":\"https:\\/\\/blueroan.netgen.cloud\\/wp-content\\/uploads\\/2022\\/12\\/Blue-roan-pool-01.jpg\"}]',	'2022-12-30 09:59:07',	NULL,	NULL,	NULL,	NULL,	NULL,	NULL,	0,	'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false}}',	'2022-12-30 09:59:07',	'2022-12-30 09:59:07'),
(6,	948,	NULL,	NULL,	NULL,	NULL,	NULL,	NULL,	NULL,	NULL,	'default',	'default',	NULL,	NULL,	NULL,	NULL,	NULL,	NULL,	NULL,	NULL,	NULL,	0,	'default',	'default',	NULL,	NULL,	NULL,	NULL,	NULL,	0,	'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}',	'default',	NULL,	0,	1,	0,	0,	0,	0,	0,	0,	0,	NULL,	NULL,	'large',	'[{\"image:loc\":\"https:\\/\\/blueroan.netgen.cloud\\/wp-content\\/uploads\\/2022\\/12\\/AAEAAQAAAAAAAAAAAAAAJDNlZGQ1OWVmLThiZmMtNDJhNC05MjI1LTVjZGE5NDA4YjA0NA.png\"},{\"image:loc\":\"https:\\/\\/blueroan.netgen.cloud\\/wp-content\\/uploads\\/2022\\/12\\/AAEAAQAAAAAAAAAAAAAAJDYxYzlmY2U0LWJiMGMtNGU4My04YzA3LWZhZGFkODdiOWJhYQ-1.png\"},{\"image:loc\":\"https:\\/\\/blueroan.netgen.cloud\\/wp-content\\/uploads\\/2022\\/12\\/AAEAAQAAAAAAAAAAAAAAJDM0ZDZlYzYxLWY2YTgtNDAzYS1hMGMwLTRiMDFkZTk3ODNjZA-1.png\"},{\"image:loc\":\"https:\\/\\/blueroan.netgen.cloud\\/wp-content\\/uploads\\/2022\\/12\\/AAEAAQAAAAAAAAAAAAAAJGZiMDU2OTJhLTI1YmYtNDFlOS05YzhlLTM1MDc2OTVlZmEwNA.png\"},{\"image:loc\":\"https:\\/\\/blueroan.netgen.cloud\\/wp-content\\/uploads\\/2022\\/12\\/AAEAAQAAAAAAAAAAAAAAJDg5NmY0ZGUxLWE4MTgtNDY5NC1iODFhLTBmN2Q0ZDc5ZWFiNw-1.png\"}]',	'2022-12-30 09:59:07',	NULL,	NULL,	NULL,	NULL,	NULL,	NULL,	0,	'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false}}',	'2022-12-30 09:59:07',	'2022-12-30 09:59:07'),
(7,	987,	NULL,	NULL,	NULL,	NULL,	NULL,	NULL,	NULL,	NULL,	'default',	'default',	NULL,	NULL,	NULL,	NULL,	NULL,	NULL,	NULL,	NULL,	NULL,	0,	'default',	'default',	NULL,	NULL,	NULL,	NULL,	NULL,	0,	'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}',	'default',	NULL,	0,	1,	0,	0,	0,	0,	0,	0,	0,	NULL,	NULL,	'large',	'[{\"image:loc\":\"https:\\/\\/blueroan.netgen.cloud\\/wp-content\\/uploads\\/2022\\/12\\/Tuscan-bed.jpg\"},{\"image:loc\":\"https:\\/\\/blueroan.netgen.cloud\\/wp-content\\/uploads\\/2022\\/12\\/AAEAAQAAAAAAAAAAAAAAJGZjZmVhNGIyLThiY2EtNDUxOS1hMmY1LWZkMmVmYzRhOWIwYw.png\"},{\"image:loc\":\"https:\\/\\/blueroan.netgen.cloud\\/wp-content\\/uploads\\/2022\\/12\\/Tuscan-lounge-2.jpg\"},{\"image:loc\":\"https:\\/\\/blueroan.netgen.cloud\\/wp-content\\/uploads\\/2022\\/12\\/AAEAAQAAAAAAAAAAAAAAJDIzMjZiNmQ1LTk3MTAtNDIxMC05OWE3LWJlMmQxNDliMDVmMQ.png\"},{\"image:loc\":\"https:\\/\\/blueroan.netgen.cloud\\/wp-content\\/uploads\\/2022\\/12\\/AAEAAQAAAAAAAAAAAAAAJDI0ZWY4NDc1LThjYjYtNDM3YS1iOTliLWNmOWQxYTJkMWU5MQ.png\"}]',	'2022-12-30 09:59:07',	NULL,	NULL,	NULL,	NULL,	NULL,	NULL,	0,	'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false}}',	'2022-12-30 09:59:07',	'2022-12-30 09:59:07'),
(8,	1011,	NULL,	NULL,	NULL,	NULL,	NULL,	NULL,	NULL,	NULL,	'default',	'default',	NULL,	NULL,	NULL,	NULL,	NULL,	NULL,	NULL,	NULL,	NULL,	0,	'default',	'default',	NULL,	NULL,	NULL,	NULL,	NULL,	0,	'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}',	'default',	NULL,	0,	1,	0,	0,	0,	0,	0,	0,	0,	NULL,	NULL,	'large',	'[{\"image:loc\":\"https:\\/\\/blueroan.netgen.cloud\\/wp-content\\/uploads\\/2022\\/12\\/241531_798x533.jpg\"},{\"image:loc\":\"https:\\/\\/blueroan.netgen.cloud\\/wp-content\\/uploads\\/2022\\/12\\/241532_798x533.jpg\"},{\"image:loc\":\"https:\\/\\/blueroan.netgen.cloud\\/wp-content\\/uploads\\/2022\\/12\\/241528_798x533.jpg\"},{\"image:loc\":\"https:\\/\\/blueroan.netgen.cloud\\/wp-content\\/uploads\\/2022\\/12\\/Bluebush-kitchen.jpg\"},{\"image:loc\":\"https:\\/\\/blueroan.netgen.cloud\\/wp-content\\/uploads\\/2022\\/12\\/241529_798x533.jpg\"}]',	'2022-12-30 09:59:07',	NULL,	NULL,	NULL,	NULL,	NULL,	NULL,	0,	'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false}}',	'2022-12-30 09:59:07',	'2022-12-30 09:59:07'),
(9,	1030,	NULL,	NULL,	NULL,	NULL,	NULL,	NULL,	NULL,	NULL,	'default',	'default',	NULL,	NULL,	NULL,	NULL,	NULL,	NULL,	NULL,	NULL,	NULL,	0,	'default',	'default',	NULL,	NULL,	NULL,	NULL,	NULL,	0,	'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}',	'default',	NULL,	0,	1,	0,	0,	0,	0,	0,	0,	0,	NULL,	NULL,	'large',	'[{\"image:loc\":\"https:\\/\\/blueroan.netgen.cloud\\/wp-content\\/uploads\\/2022\\/12\\/241538_798x533.jpg\"},{\"image:loc\":\"https:\\/\\/blueroan.netgen.cloud\\/wp-content\\/uploads\\/2022\\/12\\/241542_798x533.jpg\"},{\"image:loc\":\"https:\\/\\/blueroan.netgen.cloud\\/wp-content\\/uploads\\/2022\\/12\\/Mexican-chairs-in-lounge.jpg\"},{\"image:loc\":\"https:\\/\\/blueroan.netgen.cloud\\/wp-content\\/uploads\\/2022\\/12\\/241541_798x533-1.jpg\"},{\"image:loc\":\"https:\\/\\/blueroan.netgen.cloud\\/wp-content\\/uploads\\/2022\\/12\\/241534_798x533.jpg\"}]',	'2022-12-30 09:59:07',	NULL,	NULL,	NULL,	NULL,	NULL,	NULL,	0,	'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false}}',	'2022-12-30 09:59:07',	'2022-12-30 09:59:07'),
(10,	1044,	NULL,	NULL,	NULL,	NULL,	NULL,	NULL,	NULL,	NULL,	'default',	'default',	NULL,	NULL,	NULL,	NULL,	NULL,	NULL,	NULL,	NULL,	NULL,	0,	'default',	'default',	NULL,	NULL,	NULL,	NULL,	NULL,	0,	'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}',	'default',	NULL,	0,	1,	0,	0,	0,	0,	0,	0,	0,	NULL,	NULL,	'large',	'[{\"image:loc\":\"https:\\/\\/blueroan.netgen.cloud\\/wp-content\\/uploads\\/2022\\/12\\/241548_798x533.jpg\"},{\"image:loc\":\"https:\\/\\/blueroan.netgen.cloud\\/wp-content\\/uploads\\/2022\\/12\\/241550_798x533.jpg\"},{\"image:loc\":\"https:\\/\\/blueroan.netgen.cloud\\/wp-content\\/uploads\\/2022\\/12\\/241545_798x533.jpg\"},{\"image:loc\":\"https:\\/\\/blueroan.netgen.cloud\\/wp-content\\/uploads\\/2022\\/12\\/241547_798x533.jpg\"},{\"image:loc\":\"https:\\/\\/blueroan.netgen.cloud\\/wp-content\\/uploads\\/2022\\/12\\/241544_798x533.jpg\"}]',	'2022-12-30 09:59:07',	NULL,	NULL,	NULL,	NULL,	NULL,	NULL,	0,	'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false}}',	'2022-12-30 09:59:07',	'2022-12-30 09:59:07'),
(11,	1062,	NULL,	NULL,	NULL,	NULL,	NULL,	NULL,	NULL,	NULL,	'default',	'default',	NULL,	NULL,	NULL,	NULL,	NULL,	NULL,	NULL,	NULL,	NULL,	0,	'default',	'default',	NULL,	NULL,	NULL,	NULL,	NULL,	0,	'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}',	'default',	NULL,	0,	1,	0,	0,	0,	0,	0,	0,	0,	NULL,	NULL,	'large',	'[{\"image:loc\":\"https:\\/\\/blueroan.netgen.cloud\\/wp-content\\/uploads\\/2022\\/12\\/241555_798x533.jpg\"},{\"image:loc\":\"https:\\/\\/blueroan.netgen.cloud\\/wp-content\\/uploads\\/2022\\/12\\/241557_798x533.jpg\"},{\"image:loc\":\"https:\\/\\/blueroan.netgen.cloud\\/wp-content\\/uploads\\/2022\\/12\\/AAEAAQAAAAAAAAAAAAAAJDMxNjE5ZTMzLTc5NzYtNDBiYi1hNzljLWIzMjMyNmJjYWMzMQ.png\"},{\"image:loc\":\"https:\\/\\/blueroan.netgen.cloud\\/wp-content\\/uploads\\/2022\\/12\\/241553_798x533-1.jpg\"},{\"image:loc\":\"https:\\/\\/blueroan.netgen.cloud\\/wp-content\\/uploads\\/2022\\/12\\/AAEAAQAAAAAAAAAAAAAAJDA2OTI2NjEwLTQ1OWUtNDUwOC05OTBmLTk0YTJhM2U4MjllMA.png\"},{\"image:loc\":\"https:\\/\\/blueroan.netgen.cloud\\/wp-content\\/uploads\\/2022\\/12\\/241551_798x533.jpg\"}]',	'2022-12-30 10:00:03',	NULL,	NULL,	NULL,	NULL,	NULL,	NULL,	0,	'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false}}',	'2022-12-30 10:00:03',	'2022-12-30 10:00:03'),
(12,	1080,	NULL,	NULL,	NULL,	NULL,	NULL,	NULL,	NULL,	NULL,	'default',	'default',	NULL,	NULL,	NULL,	NULL,	NULL,	NULL,	NULL,	NULL,	NULL,	0,	'default',	'default',	NULL,	NULL,	NULL,	NULL,	NULL,	0,	'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}',	'default',	NULL,	0,	1,	0,	0,	0,	0,	0,	0,	0,	NULL,	NULL,	'large',	'[{\"image:loc\":\"https:\\/\\/blueroan.netgen.cloud\\/wp-content\\/uploads\\/2022\\/12\\/Honeymoon-Suite-bed-and-lazyboy-couch.jpg\"},{\"image:loc\":\"https:\\/\\/blueroan.netgen.cloud\\/wp-content\\/uploads\\/2022\\/12\\/Honeymoon-Suite-kitchen-and-dining-table.jpg\"},{\"image:loc\":\"https:\\/\\/blueroan.netgen.cloud\\/wp-content\\/uploads\\/2022\\/12\\/AAEAAQAAAAAAAAAAAAAAJDAxNDM5Y2JmLTQ3YzMtNDA4Ni05ZjZlLTU2YjM4YmI1Y2IxNg.png\"},{\"image:loc\":\"https:\\/\\/blueroan.netgen.cloud\\/wp-content\\/uploads\\/2022\\/12\\/241560_798x533.jpg\"}]',	'2022-12-30 10:00:03',	NULL,	NULL,	NULL,	NULL,	NULL,	NULL,	0,	'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false}}',	'2022-12-30 10:00:03',	'2022-12-30 10:00:03'),
(13,	1,	NULL,	NULL,	NULL,	NULL,	NULL,	NULL,	NULL,	NULL,	'default',	'default',	NULL,	NULL,	NULL,	NULL,	NULL,	NULL,	NULL,	NULL,	NULL,	0,	'default',	'default',	NULL,	NULL,	NULL,	NULL,	NULL,	0,	'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}',	'default',	NULL,	0,	1,	0,	0,	0,	0,	0,	0,	0,	NULL,	NULL,	'large',	NULL,	'2022-12-30 10:00:03',	NULL,	NULL,	NULL,	NULL,	NULL,	NULL,	0,	'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false}}',	'2022-12-30 10:00:03',	'2022-12-30 10:00:03');

DROP TABLE IF EXISTS `wp_commentmeta`;
CREATE TABLE `wp_commentmeta` (
  `meta_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `comment_id` bigint(20) unsigned NOT NULL DEFAULT 0,
  `meta_key` varchar(255) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
  `meta_value` longtext COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
  PRIMARY KEY (`meta_id`),
  KEY `comment_id` (`comment_id`),
  KEY `meta_key` (`meta_key`(191))
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;


DROP TABLE IF EXISTS `wp_comments`;
CREATE TABLE `wp_comments` (
  `comment_ID` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `comment_post_ID` bigint(20) unsigned NOT NULL DEFAULT 0,
  `comment_author` tinytext COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `comment_author_email` varchar(100) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  `comment_author_url` varchar(200) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  `comment_author_IP` varchar(100) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  `comment_date` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `comment_date_gmt` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `comment_content` text COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `comment_karma` int(11) NOT NULL DEFAULT 0,
  `comment_approved` varchar(20) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '1',
  `comment_agent` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  `comment_type` varchar(20) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT 'comment',
  `comment_parent` bigint(20) unsigned NOT NULL DEFAULT 0,
  `user_id` bigint(20) unsigned NOT NULL DEFAULT 0,
  PRIMARY KEY (`comment_ID`),
  KEY `comment_post_ID` (`comment_post_ID`),
  KEY `comment_approved_date_gmt` (`comment_approved`,`comment_date_gmt`),
  KEY `comment_date_gmt` (`comment_date_gmt`),
  KEY `comment_parent` (`comment_parent`),
  KEY `comment_author_email` (`comment_author_email`(10))
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

INSERT INTO `wp_comments` (`comment_ID`, `comment_post_ID`, `comment_author`, `comment_author_email`, `comment_author_url`, `comment_author_IP`, `comment_date`, `comment_date_gmt`, `comment_content`, `comment_karma`, `comment_approved`, `comment_agent`, `comment_type`, `comment_parent`, `user_id`) VALUES
(1,	1,	'A WordPress Commenter',	'wapuu@wordpress.example',	'https://wordpress.org/',	'',	'2022-12-13 08:14:35',	'2022-12-13 08:14:35',	'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);

DROP TABLE IF EXISTS `wp_links`;
CREATE TABLE `wp_links` (
  `link_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `link_url` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  `link_name` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  `link_image` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  `link_target` varchar(25) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  `link_description` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  `link_visible` varchar(20) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT 'Y',
  `link_owner` bigint(20) unsigned NOT NULL DEFAULT 1,
  `link_rating` int(11) NOT NULL DEFAULT 0,
  `link_updated` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `link_rel` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  `link_notes` mediumtext COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `link_rss` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  PRIMARY KEY (`link_id`),
  KEY `link_visible` (`link_visible`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;


DROP TABLE IF EXISTS `wp_options`;
CREATE TABLE `wp_options` (
  `option_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `option_name` varchar(191) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  `option_value` longtext COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `autoload` varchar(20) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT 'yes',
  PRIMARY KEY (`option_id`),
  UNIQUE KEY `option_name` (`option_name`),
  KEY `autoload` (`autoload`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

INSERT INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES
(1,	'siteurl',	'https://blueroan.netgen.cloud',	'yes'),
(2,	'home',	'https://blueroan.netgen.cloud',	'yes'),
(3,	'blogname',	'blueroan.netgen.cloud',	'yes'),
(4,	'blogdescription',	'',	'yes'),
(5,	'users_can_register',	'0',	'yes'),
(6,	'admin_email',	'wordpresssupport@netgen.co.za',	'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',	'',	'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',	'',	'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',	'',	'yes'),
(27,	'moderation_notify',	'1',	'yes'),
(28,	'permalink_structure',	'/%postname%/',	'yes'),
(29,	'rewrite_rules',	'a:97:{s:19:\"sitemap_index\\.xml$\";s:19:\"index.php?sitemap=1\";s:31:\"([^/]+?)-sitemap([0-9]+)?\\.xml$\";s:51:\"index.php?sitemap=$matches[1]&sitemap_n=$matches[2]\";s:24:\"([a-z]+)?-?sitemap\\.xsl$\";s:39:\"index.php?yoast-sitemap-xsl=$matches[1]\";s:11:\"^wp-json/?$\";s:22:\"index.php?rest_route=/\";s:14:\"^wp-json/(.*)?\";s:33:\"index.php?rest_route=/$matches[1]\";s:21:\"^index.php/wp-json/?$\";s:22:\"index.php?rest_route=/\";s:24:\"^index.php/wp-json/(.*)?\";s:33:\"index.php?rest_route=/$matches[1]\";s:17:\"^wp-sitemap\\.xml$\";s:23:\"index.php?sitemap=index\";s:17:\"^wp-sitemap\\.xsl$\";s:36:\"index.php?sitemap-stylesheet=sitemap\";s:23:\"^wp-sitemap-index\\.xsl$\";s:34:\"index.php?sitemap-stylesheet=index\";s:48:\"^wp-sitemap-([a-z]+?)-([a-z\\d_-]+?)-(\\d+?)\\.xml$\";s:75:\"index.php?sitemap=$matches[1]&sitemap-subtype=$matches[2]&paged=$matches[3]\";s:34:\"^wp-sitemap-([a-z]+?)-(\\d+?)\\.xml$\";s:47:\"index.php?sitemap=$matches[1]&paged=$matches[2]\";s:47:\"category/(.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:42:\"category/(.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:23:\"category/(.+?)/embed/?$\";s:46:\"index.php?category_name=$matches[1]&embed=true\";s:35:\"category/(.+?)/page/?([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&paged=$matches[2]\";s:17:\"category/(.+?)/?$\";s:35:\"index.php?category_name=$matches[1]\";s:44:\"tag/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:42:\"index.php?tag=$matches[1]&feed=$matches[2]\";s:39:\"tag/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:42:\"index.php?tag=$matches[1]&feed=$matches[2]\";s:20:\"tag/([^/]+)/embed/?$\";s:36:\"index.php?tag=$matches[1]&embed=true\";s:32:\"tag/([^/]+)/page/?([0-9]{1,})/?$\";s:43:\"index.php?tag=$matches[1]&paged=$matches[2]\";s:14:\"tag/([^/]+)/?$\";s:25:\"index.php?tag=$matches[1]\";s:45:\"type/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?post_format=$matches[1]&feed=$matches[2]\";s:40:\"type/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?post_format=$matches[1]&feed=$matches[2]\";s:21:\"type/([^/]+)/embed/?$\";s:44:\"index.php?post_format=$matches[1]&embed=true\";s:33:\"type/([^/]+)/page/?([0-9]{1,})/?$\";s:51:\"index.php?post_format=$matches[1]&paged=$matches[2]\";s:15:\"type/([^/]+)/?$\";s:33:\"index.php?post_format=$matches[1]\";s:12:\"robots\\.txt$\";s:18:\"index.php?robots=1\";s:13:\"favicon\\.ico$\";s:19:\"index.php?favicon=1\";s:48:\".*wp-(atom|rdf|rss|rss2|feed|commentsrss2)\\.php$\";s:18:\"index.php?feed=old\";s:20:\".*wp-app\\.php(/.*)?$\";s:19:\"index.php?error=403\";s:18:\".*wp-register.php$\";s:23:\"index.php?register=true\";s:32:\"feed/(feed|rdf|rss|rss2|atom)/?$\";s:27:\"index.php?&feed=$matches[1]\";s:27:\"(feed|rdf|rss|rss2|atom)/?$\";s:27:\"index.php?&feed=$matches[1]\";s:8:\"embed/?$\";s:21:\"index.php?&embed=true\";s:20:\"page/?([0-9]{1,})/?$\";s:28:\"index.php?&paged=$matches[1]\";s:27:\"comment-page-([0-9]{1,})/?$\";s:40:\"index.php?&page_id=760&cpage=$matches[1]\";s:41:\"comments/feed/(feed|rdf|rss|rss2|atom)/?$\";s:42:\"index.php?&feed=$matches[1]&withcomments=1\";s:36:\"comments/(feed|rdf|rss|rss2|atom)/?$\";s:42:\"index.php?&feed=$matches[1]&withcomments=1\";s:17:\"comments/embed/?$\";s:21:\"index.php?&embed=true\";s:44:\"search/(.+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:40:\"index.php?s=$matches[1]&feed=$matches[2]\";s:39:\"search/(.+)/(feed|rdf|rss|rss2|atom)/?$\";s:40:\"index.php?s=$matches[1]&feed=$matches[2]\";s:20:\"search/(.+)/embed/?$\";s:34:\"index.php?s=$matches[1]&embed=true\";s:32:\"search/(.+)/page/?([0-9]{1,})/?$\";s:41:\"index.php?s=$matches[1]&paged=$matches[2]\";s:14:\"search/(.+)/?$\";s:23:\"index.php?s=$matches[1]\";s:47:\"author/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?author_name=$matches[1]&feed=$matches[2]\";s:42:\"author/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?author_name=$matches[1]&feed=$matches[2]\";s:23:\"author/([^/]+)/embed/?$\";s:44:\"index.php?author_name=$matches[1]&embed=true\";s:35:\"author/([^/]+)/page/?([0-9]{1,})/?$\";s:51:\"index.php?author_name=$matches[1]&paged=$matches[2]\";s:17:\"author/([^/]+)/?$\";s:33:\"index.php?author_name=$matches[1]\";s:69:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/feed/(feed|rdf|rss|rss2|atom)/?$\";s:80:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&feed=$matches[4]\";s:64:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/(feed|rdf|rss|rss2|atom)/?$\";s:80:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&feed=$matches[4]\";s:45:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/embed/?$\";s:74:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&embed=true\";s:57:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/page/?([0-9]{1,})/?$\";s:81:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&paged=$matches[4]\";s:39:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/?$\";s:63:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]\";s:56:\"([0-9]{4})/([0-9]{1,2})/feed/(feed|rdf|rss|rss2|atom)/?$\";s:64:\"index.php?year=$matches[1]&monthnum=$matches[2]&feed=$matches[3]\";s:51:\"([0-9]{4})/([0-9]{1,2})/(feed|rdf|rss|rss2|atom)/?$\";s:64:\"index.php?year=$matches[1]&monthnum=$matches[2]&feed=$matches[3]\";s:32:\"([0-9]{4})/([0-9]{1,2})/embed/?$\";s:58:\"index.php?year=$matches[1]&monthnum=$matches[2]&embed=true\";s:44:\"([0-9]{4})/([0-9]{1,2})/page/?([0-9]{1,})/?$\";s:65:\"index.php?year=$matches[1]&monthnum=$matches[2]&paged=$matches[3]\";s:26:\"([0-9]{4})/([0-9]{1,2})/?$\";s:47:\"index.php?year=$matches[1]&monthnum=$matches[2]\";s:43:\"([0-9]{4})/feed/(feed|rdf|rss|rss2|atom)/?$\";s:43:\"index.php?year=$matches[1]&feed=$matches[2]\";s:38:\"([0-9]{4})/(feed|rdf|rss|rss2|atom)/?$\";s:43:\"index.php?year=$matches[1]&feed=$matches[2]\";s:19:\"([0-9]{4})/embed/?$\";s:37:\"index.php?year=$matches[1]&embed=true\";s:31:\"([0-9]{4})/page/?([0-9]{1,})/?$\";s:44:\"index.php?year=$matches[1]&paged=$matches[2]\";s:13:\"([0-9]{4})/?$\";s:26:\"index.php?year=$matches[1]\";s:27:\".?.+?/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:37:\".?.+?/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:57:\".?.+?/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:52:\".?.+?/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:52:\".?.+?/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:33:\".?.+?/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:16:\"(.?.+?)/embed/?$\";s:41:\"index.php?pagename=$matches[1]&embed=true\";s:20:\"(.?.+?)/trackback/?$\";s:35:\"index.php?pagename=$matches[1]&tb=1\";s:40:\"(.?.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:47:\"index.php?pagename=$matches[1]&feed=$matches[2]\";s:35:\"(.?.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:47:\"index.php?pagename=$matches[1]&feed=$matches[2]\";s:28:\"(.?.+?)/page/?([0-9]{1,})/?$\";s:48:\"index.php?pagename=$matches[1]&paged=$matches[2]\";s:35:\"(.?.+?)/comment-page-([0-9]{1,})/?$\";s:48:\"index.php?pagename=$matches[1]&cpage=$matches[2]\";s:24:\"(.?.+?)(?:/([0-9]+))?/?$\";s:47:\"index.php?pagename=$matches[1]&page=$matches[2]\";s:27:\"[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:37:\"[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:57:\"[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:52:\"[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:52:\"[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:33:\"[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:16:\"([^/]+)/embed/?$\";s:37:\"index.php?name=$matches[1]&embed=true\";s:20:\"([^/]+)/trackback/?$\";s:31:\"index.php?name=$matches[1]&tb=1\";s:40:\"([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:43:\"index.php?name=$matches[1]&feed=$matches[2]\";s:35:\"([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:43:\"index.php?name=$matches[1]&feed=$matches[2]\";s:28:\"([^/]+)/page/?([0-9]{1,})/?$\";s:44:\"index.php?name=$matches[1]&paged=$matches[2]\";s:35:\"([^/]+)/comment-page-([0-9]{1,})/?$\";s:44:\"index.php?name=$matches[1]&cpage=$matches[2]\";s:24:\"([^/]+)(?:/([0-9]+))?/?$\";s:43:\"index.php?name=$matches[1]&page=$matches[2]\";s:16:\"[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:26:\"[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:46:\"[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:41:\"[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:41:\"[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:22:\"[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";}',	'yes'),
(30,	'hack_file',	'0',	'yes'),
(31,	'blog_charset',	'UTF-8',	'yes'),
(32,	'moderation_keys',	'',	'no'),
(33,	'active_plugins',	'a:6:{i:0;s:27:\"astra-sites/astra-sites.php\";i:1;s:17:\"breeze/breeze.php\";i:2;s:50:\"google-analytics-for-wordpress/googleanalytics.php\";i:3;s:37:\"optinmonster/optin-monster-wp-api.php\";i:4;s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";i:5;s:24:\"wordpress-seo/wp-seo.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-child',	'yes'),
(42,	'comment_registration',	'',	'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',	'0',	'yes'),
(50,	'default_link_category',	'2',	'yes'),
(51,	'show_on_front',	'page',	'yes'),
(52,	'tag_base',	'',	'yes'),
(53,	'show_avatars',	'1',	'yes'),
(54,	'avatar_rating',	'G',	'yes'),
(55,	'upload_url_path',	'',	'yes'),
(56,	'thumbnail_size_w',	'150',	'yes'),
(57,	'thumbnail_size_h',	'150',	'yes'),
(58,	'thumbnail_crop',	'1',	'yes'),
(59,	'medium_size_w',	'300',	'yes'),
(60,	'medium_size_h',	'300',	'yes'),
(61,	'avatar_default',	'mystery',	'yes'),
(62,	'large_size_w',	'1024',	'yes'),
(63,	'large_size_h',	'1024',	'yes'),
(64,	'image_default_link_type',	'none',	'yes'),
(65,	'image_default_size',	'',	'yes'),
(66,	'image_default_align',	'',	'yes'),
(67,	'close_comments_for_old_posts',	'',	'yes'),
(68,	'close_comments_days_old',	'14',	'yes'),
(69,	'thread_comments',	'1',	'yes'),
(70,	'thread_comments_depth',	'5',	'yes'),
(71,	'page_comments',	'',	'yes'),
(72,	'comments_per_page',	'50',	'yes'),
(73,	'default_comments_page',	'newest',	'yes'),
(74,	'comment_order',	'asc',	'yes'),
(75,	'sticky_posts',	'a:0:{}',	'yes'),
(76,	'widget_categories',	'a:3:{i:1;a:0:{}i:2;a:4:{s:5:\"title\";s:0:\"\";s:5:\"count\";i:0;s:12:\"hierarchical\";i:0;s:8:\"dropdown\";i:0;}s:12:\"_multiwidget\";i:1;}',	'yes'),
(77,	'widget_text',	'a:4:{i:2;a:4:{s:5:\"title\";s:15:\"About This Site\";s:4:\"text\";s:85:\"This may be a good place to introduce yourself and your site or include some credits.\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;}i:3;a:4:{s:5:\"title\";s:7:\"Find Us\";s:4:\"text\";s:168:\"<strong>Address</strong>\n123 Main Street\nNew York, NY 10001\n\n<strong>Hours</strong>\nMonday&ndash;Friday: 9:00AM&ndash;5:00PM\nSaturday &amp; Sunday: 11:00AM&ndash;3:00PM\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;}i:5;a:4:{s:5:\"title\";s:7:\"Contact\";s:4:\"text\";s:228:\"7.8 km from Magaliesburg on the\nKoster road, R509, Magaliesburg, 1791\n\nTel: <strong><a href=\"tel:+27825755409\">+ 27 (0) 82 575 5409</a></strong>\nEmail: <strong><a href=\"mailto:blueroan@ugo.co.za\">blueroan@ugo.co.za</a></strong>\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;}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:35:\"litespeed-cache/litespeed-cache.php\";s:47:\"LiteSpeed\\Activation::uninstall_litespeed_cache\";s:50:\"google-analytics-for-wordpress/googleanalytics.php\";s:35:\"monsterinsights_lite_uninstall_hook\";s:37:\"optinmonster/optin-monster-wp-api.php\";s:32:\"optin_monster_api_uninstall_hook\";s:24:\"wordpress-seo/wp-seo.php\";s:14:\"__return_false\";}',	'no'),
(80,	'timezone_string',	'',	'yes'),
(81,	'page_for_posts',	'0',	'yes'),
(82,	'page_on_front',	'760',	'yes'),
(83,	'default_post_format',	'0',	'yes'),
(84,	'link_manager_enabled',	'0',	'yes'),
(85,	'finished_splitting_shared_terms',	'1',	'yes'),
(86,	'site_icon',	'1163',	'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',	'1686471275',	'yes'),
(92,	'disallowed_keys',	'',	'no'),
(93,	'comment_previously_approved',	'1',	'yes'),
(94,	'auto_plugin_theme_update_emails',	'a:0:{}',	'no'),
(95,	'auto_update_core_dev',	'enabled',	'yes'),
(96,	'auto_update_core_minor',	'enabled',	'yes'),
(97,	'auto_update_core_major',	'enabled',	'yes'),
(98,	'wp_force_deactivated_plugins',	'a:0:{}',	'yes'),
(99,	'initial_db_version',	'53496',	'yes'),
(100,	'wp_user_roles',	'a:7:{s:13:\"administrator\";a:2:{s:4:\"name\";s:13:\"Administrator\";s:12:\"capabilities\";a:68:{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:17:\"aioseo_manage_seo\";b:1;s:20:\"aioseo_page_analysis\";b:1;s:28:\"aioseo_page_general_settings\";b:1;s:29:\"aioseo_page_advanced_settings\";b:1;s:27:\"aioseo_page_schema_settings\";b:1;s:27:\"aioseo_page_social_settings\";b:1;s:20:\"wpseo_manage_options\";b:1;}}s:6:\"editor\";a:2:{s:4:\"name\";s:6:\"Editor\";s:12:\"capabilities\";a:41:{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:20:\"aioseo_page_analysis\";b:1;s:28:\"aioseo_page_general_settings\";b:1;s:29:\"aioseo_page_advanced_settings\";b:1;s:27:\"aioseo_page_schema_settings\";b:1;s:27:\"aioseo_page_social_settings\";b:1;s:15:\"wpseo_bulk_edit\";b:1;s:28:\"wpseo_edit_advanced_metadata\";b:1;}}s:6:\"author\";a:2:{s:4:\"name\";s:6:\"Author\";s:12:\"capabilities\";a:15:{s:12:\"upload_files\";b:1;s:10:\"edit_posts\";b:1;s:20:\"edit_published_posts\";b:1;s:13:\"publish_posts\";b:1;s:4:\"read\";b:1;s:7:\"level_2\";b:1;s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;s:12:\"delete_posts\";b:1;s:22:\"delete_published_posts\";b:1;s:20:\"aioseo_page_analysis\";b:1;s:28:\"aioseo_page_general_settings\";b:1;s:29:\"aioseo_page_advanced_settings\";b:1;s:27:\"aioseo_page_schema_settings\";b:1;s:27:\"aioseo_page_social_settings\";b:1;}}s:11:\"contributor\";a:2:{s:4:\"name\";s:11:\"Contributor\";s:12:\"capabilities\";a:10:{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:20:\"aioseo_page_analysis\";b:1;s:28:\"aioseo_page_general_settings\";b:1;s:29:\"aioseo_page_advanced_settings\";b:1;s:27:\"aioseo_page_schema_settings\";b:1;s:27:\"aioseo_page_social_settings\";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:13:\"wpseo_manager\";a:2:{s:4:\"name\";s:11:\"SEO Manager\";s:12:\"capabilities\";a:43:{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:20:\"aioseo_page_analysis\";b:1;s:28:\"aioseo_page_general_settings\";b:1;s:29:\"aioseo_page_advanced_settings\";b:1;s:27:\"aioseo_page_schema_settings\";b:1;s:27:\"aioseo_page_social_settings\";b:1;s:15:\"wpseo_bulk_edit\";b:1;s:28:\"wpseo_edit_advanced_metadata\";b:1;s:20:\"wpseo_manage_options\";b:1;s:23:\"view_site_health_checks\";b:1;}}s:12:\"wpseo_editor\";a:2:{s:4:\"name\";s:10:\"SEO Editor\";s:12:\"capabilities\";a:41:{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:20:\"aioseo_page_analysis\";b:1;s:28:\"aioseo_page_general_settings\";b:1;s:29:\"aioseo_page_advanced_settings\";b:1;s:27:\"aioseo_page_schema_settings\";b:1;s:27:\"aioseo_page_social_settings\";b:1;s:15:\"wpseo_bulk_edit\";b:1;s:28:\"wpseo_edit_advanced_metadata\";b:1;}}}',	'yes'),
(101,	'fresh_site',	'0',	'yes'),
(102,	'user_count',	'2',	'no'),
(103,	'widget_block',	'a:5:{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 -->\";}s:12:\"_multiwidget\";i:1;i:6;a:1:{s:7:\"content\";s:489:\"<!-- wp:shortcode -->\n<iframe src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3585.866195635968!2d27.466637815348356!3d-26.005200183526785!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x1e95f3cf93e0be45%3A0xeb946cc837d4d199!2sBlue%20Roan%20Country%20Lodge%20Magaliesburg!5e0!3m2!1sen!2sza!4v1670942734682!5m2!1sen!2sza\" width=\"400\" height=\"250\" style=\"border:0;\" allowfullscreen=\"\" loading=\"lazy\" referrerpolicy=\"no-referrer-when-downgrade\"></iframe>\n<!-- /wp:shortcode -->\";}}',	'yes'),
(104,	'sidebars_widgets',	'a:8:{s:19:\"wp_inactive_widgets\";a:2:{i:0;s:6:\"text-2\";i:1;s:6:\"text-3\";}s:9:\"sidebar-1\";a:9:{i:0;s:7:\"block-2\";i:1;s:7:\"block-3\";i:2;s:7:\"block-4\";i:3;s:8:\"search-1\";i:4;s:14:\"recent-posts-1\";i:5;s:17:\"recent-comments-1\";i:6;s:10:\"archives-1\";i:7;s:12:\"categories-2\";i:8;s:6:\"meta-1\";}s:13:\"header-widget\";a:0:{}s:15:\"footer-widget-1\";a:1:{i:0;s:7:\"block-6\";}s:15:\"footer-widget-2\";a:1:{i:0;s:10:\"nav_menu-1\";}s:15:\"footer-widget-3\";a:1:{i:0;s:10:\"nav_menu-2\";}s:15:\"footer-widget-4\";a:1:{i:0;s:6:\"text-5\";}s:13:\"array_version\";i:3;}',	'yes'),
(105,	'cron',	'a:11:{i:1672744476;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:1672756629;a:1:{s:18:\"breeze_purge_cache\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:19:\"breeze_varnish_time\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1672758600;a:1:{s:44:\"optin_monster_api_admin_notifications_update\";a:1:{s:32:\"ab4ac09344b84968a0c8367e826a8531\";a:2:{s:8:\"schedule\";b:0;s:4:\"args\";a:1:{i:0;s:6:\"wpcron\";}}}}i:1672776876;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:1672777156;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:1672819564;a:2:{s:13:\"wpseo-reindex\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}s:31:\"wpseo_permalink_structure_check\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1672820076;a:2:{s:30:\"wp_site_health_scheduled_check\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:6:\"weekly\";s:4:\"args\";a:0:{}s:8:\"interval\";i:604800;}}s:32:\"recovery_mode_clean_expired_keys\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1672820356;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:1672820357;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:1673087465;a:1:{s:35:\"monsterinsights_usage_tracking_cron\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:6:\"weekly\";s:4:\"args\";a:0:{}s:8:\"interval\";i:604800;}}}s:7:\"version\";i:2;}',	'yes'),
(106,	'widget_pages',	'a:1:{s:12:\"_multiwidget\";i:1;}',	'yes'),
(107,	'widget_calendar',	'a:1:{s:12:\"_multiwidget\";i:1;}',	'yes'),
(108,	'widget_archives',	'a:2:{i:1;a:3:{s:5:\"title\";s:0:\"\";s:5:\"count\";i:0;s:8:\"dropdown\";i:0;}s:12:\"_multiwidget\";i:1;}',	'yes'),
(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:2:{i:1;a:1:{s:5:\"title\";s:0:\"\";}s:12:\"_multiwidget\";i:1;}',	'yes'),
(114,	'widget_search',	'a:2:{i:1;a:1:{s:5:\"title\";s:0:\"\";}s:12:\"_multiwidget\";i:1;}',	'yes'),
(115,	'widget_recent-posts',	'a:2:{i:1;a:2:{s:5:\"title\";s:0:\"\";s:6:\"number\";i:5;}s:12:\"_multiwidget\";i:1;}',	'yes'),
(116,	'widget_recent-comments',	'a:2:{i:1;a:2:{s:5:\"title\";s:0:\"\";s:6:\"number\";i:5;}s:12:\"_multiwidget\";i:1;}',	'yes'),
(117,	'widget_tag_cloud',	'a:1:{s:12:\"_multiwidget\";i:1;}',	'yes'),
(118,	'widget_nav_menu',	'a:3:{i:1;a:2:{s:5:\"title\";s:9:\"More info\";s:8:\"nav_menu\";i:3;}i:2;a:2:{s:5:\"title\";s:13:\"Customer Help\";s:8:\"nav_menu\";i:2;}s:12:\"_multiwidget\";i:1;}',	'yes'),
(119,	'widget_custom_html',	'a:1:{s:12:\"_multiwidget\";i:1;}',	'yes'),
(121,	'recovery_keys',	'a:0:{}',	'yes'),
(124,	'theme_mods_twentytwentythree',	'a:2:{s:18:\"custom_css_post_id\";i:-1;s:16:\"sidebars_widgets\";a:2:{s:4:\"time\";i:1670920737;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'),
(127,	'https_detection_errors',	'a:0:{}',	'yes'),
(128,	'_site_transient_update_core',	'O:8:\"stdClass\":4:{s:7:\"updates\";a:1:{i:0;O:8:\"stdClass\":10:{s:8:\"response\";s:6:\"latest\";s:8:\"download\";s:59:\"https://downloads.wordpress.org/release/wordpress-6.1.1.zip\";s:6:\"locale\";s:5:\"en_US\";s:8:\"packages\";O:8:\"stdClass\":5:{s:4:\"full\";s:59:\"https://downloads.wordpress.org/release/wordpress-6.1.1.zip\";s:10:\"no_content\";s:70:\"https://downloads.wordpress.org/release/wordpress-6.1.1-no-content.zip\";s:11:\"new_bundled\";s:71:\"https://downloads.wordpress.org/release/wordpress-6.1.1-new-bundled.zip\";s:7:\"partial\";s:0:\"\";s:8:\"rollback\";s:0:\"\";}s:7:\"current\";s:5:\"6.1.1\";s:7:\"version\";s:5:\"6.1.1\";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:1672733719;s:15:\"version_checked\";s:5:\"6.1.1\";s:12:\"translations\";a:0:{}}',	'no'),
(144,	'can_compress_scripts',	'0',	'no'),
(159,	'finished_updating_comment_type',	'1',	'yes'),
(162,	'WPLANG',	'',	'yes'),
(175,	'recently_activated',	'a:1:{s:43:\"all-in-one-seo-pack/all_in_one_seo_pack.php\";i:1672733133;}',	'yes'),
(189,	'__uagb_do_redirect',	'',	'yes'),
(190,	'__uagb_asset_version',	'1671115151',	'yes'),
(191,	'_uagb_allow_file_generation',	'enabled',	'yes'),
(192,	'uagb-version',	'2.1.1',	'yes'),
(206,	'bsf_analytics_installed_time',	'1670920664',	'no'),
(223,	'uag_content_width_set_by',	'Spectra',	'yes'),
(225,	'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'),
(226,	'ast-block-templates-sites-1',	'a:100:{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-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:1:{i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}}s:19:\"related-bb-template\";s:0:\"\";s:26:\"related-elementor-template\";s:0:\"\";s:26:\"related-gutenberg-template\";s:0:\"\";}s: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:2:{i:2483;s:15:\"expert-services\";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: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-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-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: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-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: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: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-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-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: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: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:5:{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: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: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-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: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: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-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: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: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-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-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: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-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-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: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-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: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: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: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:395:\"The Flute Artist template has been designed to reflect the elegance and classic nature of the instrument and the industry. It’s a very calm layout with sober colors and an instant appeal. The homepage begins dark and quickly opens out to include lots of white space, modern, elegant fonts and lots of imagery to set &hellip;<p class=\"read-more\"> <a class=\"\" href=\"\">  Read More &raquo;</a></p>\";s:5:\"pages\";a:4:{s:8:\"id-59103\";a:12:{s:5:\"title\";s:9:\"Biography\";s:18:\"featured-image-url\";s:81:\"https://websitedemos.net/wp-content/uploads/2022/08/flute-artist-08-biography.jpg\";s:19:\"thumbnail-image-url\";s:90:\"https://websitedemos.net/wp-content/uploads/2022/08/flute-artist-08-biography-600x1848.jpg\";s:18:\"astra-page-api-url\";s:64:\"https://websitedemos.net/flute-artist-08/wp-json/wp/v2/pages/652\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:45:\"//websitedemos.net/flute-artist-08/biography/\";s:15:\"astra-sites-tag\";a:1:{i:1566;s:9:\"biography\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}}s:8:\"id-59104\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2022/08/flute-artist-08-contact.jpg\";s:19:\"thumbnail-image-url\";s:87:\"https://websitedemos.net/wp-content/uploads/2022/08/flute-artist-08-contact-600x890.jpg\";s:18:\"astra-page-api-url\";s:64:\"https://websitedemos.net/flute-artist-08/wp-json/wp/v2/pages/656\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:43:\"//websitedemos.net/flute-artist-08/contact/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}s:8:\"id-59105\";a:12:{s:5:\"title\";s:7:\"Gallery\";s:18:\"featured-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2022/08/flute-artist-08-gallery.jpg\";s:19:\"thumbnail-image-url\";s:88:\"https://websitedemos.net/wp-content/uploads/2022/08/flute-artist-08-gallery-600x2369.jpg\";s:18:\"astra-page-api-url\";s:64:\"https://websitedemos.net/flute-artist-08/wp-json/wp/v2/pages/654\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:43:\"//websitedemos.net/flute-artist-08/gallery/\";s:15:\"astra-sites-tag\";a:1:{i:461;s:7:\"gallery\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}}s:8:\"id-59106\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:71:\"https://websitedemos.net/wp-content/uploads/2022/08/flute-artist-08.jpg\";s:19:\"thumbnail-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2022/08/flute-artist-08-600x2761.jpg\";s:18:\"astra-page-api-url\";s:64:\"https://websitedemos.net/flute-artist-08/wp-json/wp/v2/pages/650\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:35:\"//websitedemos.net/flute-artist-08/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}}}s:19:\"related-bb-template\";s:0:\"\";s:26:\"related-elementor-template\";s:0:\"\";s:26:\"related-gutenberg-template\";s:0:\"\";}s:8:\"id-59803\";a:22:{s:5:\"title\";s:18:\"Ayurvedic Products\";s:2:\"id\";i:59803;s:12:\"publish-date\";i:1661245799;s:18:\"featured-image-url\";s:67:\"https://websitedemos.net/wp-content/uploads/2022/08/ayurveda-08.jpg\";s:19:\"thumbnail-image-url\";s:76:\"https://websitedemos.net/wp-content/uploads/2022/08/ayurveda-08-600x2964.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:76:\"https://websitedemos.net/wp-content/uploads/2022/08/ayurveda-08-400x1976.jpg\";s:14:\"astra-site-url\";s:30:\"//websitedemos.net/ayurveda-08\";s:20:\"astra-site-parent-id\";i:2658;s:15:\"astra-sites-tag\";a:5:{i:2650;s:8:\"ayurveda\";i:618;s:9:\"ayurvedic\";i:2643;s:19:\"ayurvedic-treatment\";i:496;s:9:\"ecommerce\";i:1817;s:15:\"ecommerce-store\";}s:16:\"astra-sites-type\";s:4:\"free\";s:19:\"astra-site-category\";a:2:{i:38;s:9:\"ecommerce\";i:39;s:4:\"free\";}s:29:\"astra-sites-template-category\";a:0:{}s:23:\"astra-site-page-builder\";s:9:\"gutenberg\";s:10:\"categories\";a:1:{i:2495;s:9:\"ecommerce\";}s:16:\"required-plugins\";a:3:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}i:1;a:3:{s:4:\"slug\";s:11:\"woocommerce\";s:4:\"init\";s:27:\"woocommerce/woocommerce.php\";s:4:\"name\";s:11:\"WooCommerce\";}i:2;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:11:\"post-status\";s:7:\"publish\";s:12:\"post-content\";s:0:\"\";s:12:\"post-excerpt\";s:0:\"\";s:5:\"pages\";a:3:{s:8:\"id-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: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: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-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: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: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-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: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: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-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-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: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-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-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: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-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-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: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-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-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: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-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: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: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:0:\"\";s:12:\"post-excerpt\";s:0:\"\";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-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: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:19:\"related-bb-template\";s:0:\"\";s:26:\"related-elementor-template\";s:0:\"\";s:26:\"related-gutenberg-template\";s:0:\"\";}s:8:\"id-48431\";a:22:{s:5:\"title\";s:14:\"Simply Natural\";s:2:\"id\";i:48431;s:12:\"publish-date\";i:1603963839;s:18:\"featured-image-url\";s:70:\"https://websitedemos.net/wp-content/uploads/2020/10/plant-store-08.jpg\";s:19:\"thumbnail-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2020/10/plant-store-08-600x2263.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2020/10/plant-store-08-400x1508.jpg\";s:14:\"astra-site-url\";s:33:\"//websitedemos.net/plant-store-08\";s:20:\"astra-site-parent-id\";i:1732;s:15:\"astra-sites-tag\";a:16:{i:2418;s:8:\"commerce\";i:1017;s:10:\"e-commerce\";i:496;s:9:\"ecommerce\";i:2419;s:9:\"eshopping\";i:535;s:6:\"nature\";i:2422;s:13:\"online-market\";i:2420;s:15:\"online-shopping\";i:383;s:12:\"online-store\";i:497;s:11:\"plant-store\";i:495;s:6:\"plants\";i:2421;s:9:\"purchases\";i:2417;s:8:\"reseller\";i:733;s:4:\"shop\";i:2416;s:8:\"shopping\";i:749;s:5:\"store\";i:1024;s:11:\"woocommerce\";}s:16:\"astra-sites-type\";s:4:\"free\";s:19:\"astra-site-category\";a:2:{i:38;s:9:\"ecommerce\";i:39;s:4:\"free\";}s:29:\"astra-sites-template-category\";a:0:{}s:23:\"astra-site-page-builder\";s:9:\"gutenberg\";s:10:\"categories\";a:1:{i:2500;s:12:\"multipurpose\";}s:16:\"required-plugins\";a:7:{i:0;a:3:{s:4:\"slug\";s:13:\"astra-widgets\";s:4:\"init\";s:31:\"astra-widgets/astra-widgets.php\";s:4:\"name\";s:13:\"Astra Widgets\";}i:1;a:3:{s:4:\"slug\";s:27:\"checkout-plugins-stripe-woo\";s:4:\"init\";s:59:\"checkout-plugins-stripe-woo/checkout-plugins-stripe-woo.php\";s:4:\"name\";s:41:\"Checkout Plugins - Stripe for WooCommerce\";}i:2;a:3:{s:4:\"slug\";s:11:\"woocommerce\";s:4:\"init\";s:27:\"woocommerce/woocommerce.php\";s:4:\"name\";s:11:\"WooCommerce\";}i:3;a:3:{s:4:\"slug\";s:29:\"woo-cart-abandonment-recovery\";s:4:\"init\";s:63:\"woo-cart-abandonment-recovery/woo-cart-abandonment-recovery.php\";s:4:\"name\";s:37:\"WooCommerce Cart Abandonment Recovery\";}i:4;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}i:5;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}i:6;a:3:{s:4:\"slug\";s:22:\"variation-swatches-woo\";s:4:\"init\";s:49:\"variation-swatches-woo/variation-swatches-woo.php\";s:4:\"name\";s:34:\"Variation Swatches for WooCommerce\";}}s:11:\"post-status\";s:7:\"publish\";s:12:\"post-content\";s:0:\"\";s:12:\"post-excerpt\";s:0:\"\";s:5:\"pages\";a:4:{s:8:\"id-68346\";a:12:{s:5:\"title\";s:5:\"Store\";s:18:\"featured-image-url\";s:76:\"https://websitedemos.net/wp-content/uploads/2020/10/plant-store-08-store.jpg\";s:19:\"thumbnail-image-url\";s:85:\"https://websitedemos.net/wp-content/uploads/2020/10/plant-store-08-store-600x1973.jpg\";s:18:\"astra-page-api-url\";s:63:\"https://websitedemos.net/plant-store-08/wp-json/wp/v2/pages/118\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:40:\"//websitedemos.net/plant-store-08/store/\";s:15:\"astra-sites-tag\";a:0:{}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:64;s:9:\"ecommerce\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}}s:8:\"id-48432\";a:12:{s:5:\"title\";s:8:\"About Us\";s:18:\"featured-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2020/10/plant-store-08-about-us.jpg\";s:19:\"thumbnail-image-url\";s:88:\"https://websitedemos.net/wp-content/uploads/2020/10/plant-store-08-about-us-600x1926.jpg\";s:18:\"astra-page-api-url\";s:63:\"https://websitedemos.net/plant-store-08/wp-json/wp/v2/pages/119\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:43:\"//websitedemos.net/plant-store-08/about-us/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:64;s:9:\"ecommerce\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}}s:8:\"id-48433\";a:12:{s:5:\"title\";s:10:\"Contact Us\";s:18:\"featured-image-url\";s:81:\"https://websitedemos.net/wp-content/uploads/2020/10/plant-store-08-contact-us.jpg\";s:19:\"thumbnail-image-url\";s:89:\"https://websitedemos.net/wp-content/uploads/2020/10/plant-store-08-contact-us-600x886.jpg\";s:18:\"astra-page-api-url\";s:63:\"https://websitedemos.net/plant-store-08/wp-json/wp/v2/pages/120\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:45:\"//websitedemos.net/plant-store-08/contact-us/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:64;s:9:\"ecommerce\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}s:8:\"id-48434\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:70:\"https://websitedemos.net/wp-content/uploads/2020/10/plant-store-08.jpg\";s:19:\"thumbnail-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2020/10/plant-store-08-600x2263.jpg\";s:18:\"astra-page-api-url\";s:62:\"https://websitedemos.net/plant-store-08/wp-json/wp/v2/pages/15\";s:12:\"dynamic-page\";s:3:\"yes\";s:14:\"astra-page-url\";s:34:\"//websitedemos.net/plant-store-08/\";s:15:\"astra-sites-tag\";a:1:{i:814;s:8:\"homepage\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:64;s:9:\"ecommerce\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}}}s:19:\"related-bb-template\";s:0:\"\";s:26:\"related-elementor-template\";s:0:\"\";s:26:\"related-gutenberg-template\";s:0:\"\";}s:8:\"id-55315\";a:22:{s:5:\"title\";s:14:\"Local Business\";s:2:\"id\";i:55315;s:12:\"publish-date\";i:1621624705;s:18:\"featured-image-url\";s:75:\"https://websitedemos.net/wp-content/uploads/2021/05/local-business-08-1.jpg\";s:19:\"thumbnail-image-url\";s:84:\"https://websitedemos.net/wp-content/uploads/2021/05/local-business-08-1-600x2413.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:84:\"https://websitedemos.net/wp-content/uploads/2021/05/local-business-08-1-400x1609.jpg\";s:14:\"astra-site-url\";s:36:\"//websitedemos.net/local-business-08\";s:20:\"astra-site-parent-id\";i:2066;s:15:\"astra-sites-tag\";a:15:{i:586;s:8:\"car-wash\";i:2085;s:9:\"carpentry\";i:2089;s:16:\"cleaning-company\";i:2088;s:20:\"construction-company\";i:341;s:11:\"electrician\";i:2090;s:16:\"flooring-company\";i:1021;s:14:\"local-business\";i:2086;s:12:\"local-worker\";i:2094;s:8:\"mechanic\";i:2093;s:16:\"painting-company\";i:508;s:8:\"plumbing\";i:2092;s:16:\"plumbing-company\";i:2091;s:15:\"roofing-company\";i:2087;s:20:\"services-maintenance\";i:441;s:10:\"technician\";}s:16:\"astra-sites-type\";s:4:\"free\";s:19:\"astra-site-category\";a:2:{i:27;s:8:\"business\";i:39;s:4:\"free\";}s:29:\"astra-sites-template-category\";a:0:{}s:23:\"astra-site-page-builder\";s:9:\"gutenberg\";s:10:\"categories\";a:1:{i:2471;s:16:\"local-technician\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}i:1;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}s:11:\"post-status\";s:7:\"publish\";s:12:\"post-content\";s:0:\"\";s:12:\"post-excerpt\";s:0:\"\";s:5:\"pages\";a:4:{s:8:\"id-55317\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:83:\"https://websitedemos.net/wp-content/uploads/2021/05/local-business-08-contact-1.jpg\";s:19:\"thumbnail-image-url\";s:91:\"https://websitedemos.net/wp-content/uploads/2021/05/local-business-08-contact-1-600x939.jpg\";s:18:\"astra-page-api-url\";s:65:\"https://websitedemos.net/local-business-08/wp-json/wp/v2/pages/13\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:45:\"//websitedemos.net/local-business-08/contact/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}s:8:\"id-55318\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:75:\"https://websitedemos.net/wp-content/uploads/2021/05/local-business-08-1.jpg\";s:19:\"thumbnail-image-url\";s:84:\"https://websitedemos.net/wp-content/uploads/2021/05/local-business-08-1-600x2413.jpg\";s:18:\"astra-page-api-url\";s:65:\"https://websitedemos.net/local-business-08/wp-json/wp/v2/pages/10\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:37:\"//websitedemos.net/local-business-08/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}}s:8:\"id-55319\";a:12:{s:5:\"title\";s:8:\"Services\";s:18:\"featured-image-url\";s:84:\"https://websitedemos.net/wp-content/uploads/2021/05/local-business-08-services-1.jpg\";s:19:\"thumbnail-image-url\";s:93:\"https://websitedemos.net/wp-content/uploads/2021/05/local-business-08-services-1-600x1283.jpg\";s:18:\"astra-page-api-url\";s:65:\"https://websitedemos.net/local-business-08/wp-json/wp/v2/pages/12\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:46:\"//websitedemos.net/local-business-08/services/\";s:15:\"astra-sites-tag\";a:1:{i:425;s:8:\"services\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}}s:8:\"id-55316\";a:12:{s:5:\"title\";s:5:\"About\";s:18:\"featured-image-url\";s:81:\"https://websitedemos.net/wp-content/uploads/2021/05/local-business-08-about-2.jpg\";s:19:\"thumbnail-image-url\";s:90:\"https://websitedemos.net/wp-content/uploads/2021/05/local-business-08-about-2-600x1662.jpg\";s:18:\"astra-page-api-url\";s:65:\"https://websitedemos.net/local-business-08/wp-json/wp/v2/pages/11\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:43:\"//websitedemos.net/local-business-08/about/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}}}s:19:\"related-bb-template\";s:0:\"\";s:26:\"related-elementor-template\";s:0:\"\";s:26:\"related-gutenberg-template\";s:0:\"\";}s:8:\"id-54338\";a:22:{s:5:\"title\";s:11:\"Steak House\";s:2:\"id\";i:54338;s:12:\"publish-date\";i:1620833417;s:18:\"featured-image-url\";s:70:\"https://websitedemos.net/wp-content/uploads/2021/05/steak-house-08.jpg\";s:19:\"thumbnail-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2021/05/steak-house-08-600x2370.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2021/05/steak-house-08-400x1580.jpg\";s:14:\"astra-site-url\";s:33:\"//websitedemos.net/steak-house-08\";s:20:\"astra-site-parent-id\";i:2025;s:15:\"astra-sites-tag\";a:9:{i:2071;s:15:\"chef-restaurant\";i:336;s:4:\"food\";i:2068;s:15:\"food-and-drinks\";i:2067;s:19:\"food-and-restaurant\";i:2070;s:10:\"food-house\";i:350;s:5:\"hotel\";i:2069;s:25:\"non-vegetarian-restaurant\";i:335;s:10:\"restaurant\";i:2072;s:11:\"steak-house\";}s:16:\"astra-sites-type\";s:4:\"free\";s:19:\"astra-site-category\";a:2:{i:27;s:8:\"business\";i:39;s:4:\"free\";}s:29:\"astra-sites-template-category\";a:0:{}s:23:\"astra-site-page-builder\";s:9:\"gutenberg\";s:10:\"categories\";a:1:{i:2496;s:15:\"restaurant-food\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:11:\"post-status\";s:7:\"publish\";s:12:\"post-content\";s:0:\"\";s:12:\"post-excerpt\";s:0:\"\";s:5:\"pages\";a:4:{s:8:\"id-54341\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:70:\"https://websitedemos.net/wp-content/uploads/2021/05/steak-house-08.jpg\";s:19:\"thumbnail-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2021/05/steak-house-08-600x2370.jpg\";s:18:\"astra-page-api-url\";s:62:\"https://websitedemos.net/steak-house-08/wp-json/wp/v2/pages/10\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:34:\"//websitedemos.net/steak-house-08/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}}s:8:\"id-54339\";a:12:{s:5:\"title\";s:5:\"About\";s:18:\"featured-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2021/05/steak-house-08-about-1.jpg\";s:19:\"thumbnail-image-url\";s:87:\"https://websitedemos.net/wp-content/uploads/2021/05/steak-house-08-about-1-600x1939.jpg\";s:18:\"astra-page-api-url\";s:62:\"https://websitedemos.net/steak-house-08/wp-json/wp/v2/pages/12\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:40:\"//websitedemos.net/steak-house-08/about/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}}s:8:\"id-54340\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2021/05/steak-house-08-contact-1.jpg\";s:19:\"thumbnail-image-url\";s:89:\"https://websitedemos.net/wp-content/uploads/2021/05/steak-house-08-contact-1-600x1150.jpg\";s:18:\"astra-page-api-url\";s:62:\"https://websitedemos.net/steak-house-08/wp-json/wp/v2/pages/14\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:42:\"//websitedemos.net/steak-house-08/contact/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}s:8:\"id-54342\";a:12:{s:5:\"title\";s:4:\"Menu\";s:18:\"featured-image-url\";s:77:\"https://websitedemos.net/wp-content/uploads/2021/05/steak-house-08-menu-1.jpg\";s:19:\"thumbnail-image-url\";s:86:\"https://websitedemos.net/wp-content/uploads/2021/05/steak-house-08-menu-1-600x1663.jpg\";s:18:\"astra-page-api-url\";s:62:\"https://websitedemos.net/steak-house-08/wp-json/wp/v2/pages/13\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:39:\"//websitedemos.net/steak-house-08/menu/\";s:15:\"astra-sites-tag\";a:2:{i:1579;s:9:\"food-menu\";i:565;s:4:\"menu\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}}}s:19:\"related-bb-template\";s:0:\"\";s:26:\"related-elementor-template\";s:0:\"\";s:26:\"related-gutenberg-template\";s:0:\"\";}s:8:\"id-54463\";a:22:{s:5:\"title\";s:14:\"Digital Agency\";s:2:\"id\";i:54463;s:12:\"publish-date\";i:1621459243;s:18:\"featured-image-url\";s:75:\"https://websitedemos.net/wp-content/uploads/2021/05/digital-agency-08-1.jpg\";s:19:\"thumbnail-image-url\";s:84:\"https://websitedemos.net/wp-content/uploads/2021/05/digital-agency-08-1-600x2456.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:84:\"https://websitedemos.net/wp-content/uploads/2021/05/digital-agency-08-1-400x1637.jpg\";s:14:\"astra-site-url\";s:36:\"//websitedemos.net/digital-agency-08\";s:20:\"astra-site-parent-id\";i:2051;s:15:\"astra-sites-tag\";a:13:{i:1587;s:18:\"advertising-agency\";i:663;s:6:\"agency\";i:2050;s:27:\"business-consulting-company\";i:2037;s:13:\"design-agency\";i:2048;s:13:\"design-studio\";i:2039;s:14:\"digital-agency\";i:2036;s:22:\"digital-marketing-firm\";i:2040;s:4:\"firm\";i:2049;s:21:\"graphic-design-studio\";i:2038;s:11:\"it-services\";i:1588;s:16:\"marketing-agency\";i:2035;s:18:\"marketing-services\";i:1762;s:16:\"software-company\";}s:16:\"astra-sites-type\";s:4:\"free\";s:19:\"astra-site-category\";a:2:{i:27;s:8:\"business\";i:39;s:4:\"free\";}s:29:\"astra-sites-template-category\";a:0:{}s:23:\"astra-site-page-builder\";s:9:\"gutenberg\";s:10:\"categories\";a:1:{i:2487;s:6:\"agency\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:11:\"post-status\";s:7:\"publish\";s:12:\"post-content\";s:0:\"\";s:12:\"post-excerpt\";s:0:\"\";s:5:\"pages\";a:4:{s:8:\"id-54464\";a:12:{s:5:\"title\";s:8:\"About Us\";s:18:\"featured-image-url\";s:84:\"https://websitedemos.net/wp-content/uploads/2021/05/digital-agency-08-about-us-2.jpg\";s:19:\"thumbnail-image-url\";s:93:\"https://websitedemos.net/wp-content/uploads/2021/05/digital-agency-08-about-us-2-600x1549.jpg\";s:18:\"astra-page-api-url\";s:66:\"https://websitedemos.net/digital-agency-08/wp-json/wp/v2/pages/139\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:46:\"//websitedemos.net/digital-agency-08/about-us/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}}s:8:\"id-54465\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:83:\"https://websitedemos.net/wp-content/uploads/2021/05/digital-agency-08-contact-1.jpg\";s:19:\"thumbnail-image-url\";s:91:\"https://websitedemos.net/wp-content/uploads/2021/05/digital-agency-08-contact-1-600x969.jpg\";s:18:\"astra-page-api-url\";s:66:\"https://websitedemos.net/digital-agency-08/wp-json/wp/v2/pages/141\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:45:\"//websitedemos.net/digital-agency-08/contact/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}s:8:\"id-54466\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:75:\"https://websitedemos.net/wp-content/uploads/2021/05/digital-agency-08-1.jpg\";s:19:\"thumbnail-image-url\";s:84:\"https://websitedemos.net/wp-content/uploads/2021/05/digital-agency-08-1-600x2456.jpg\";s:18:\"astra-page-api-url\";s:66:\"https://websitedemos.net/digital-agency-08/wp-json/wp/v2/pages/135\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:37:\"//websitedemos.net/digital-agency-08/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}s:8:\"id-54467\";a:12:{s:5:\"title\";s:8:\"Services\";s:18:\"featured-image-url\";s:84:\"https://websitedemos.net/wp-content/uploads/2021/05/digital-agency-08-services-1.jpg\";s:19:\"thumbnail-image-url\";s:93:\"https://websitedemos.net/wp-content/uploads/2021/05/digital-agency-08-services-1-600x1326.jpg\";s:18:\"astra-page-api-url\";s:66:\"https://websitedemos.net/digital-agency-08/wp-json/wp/v2/pages/137\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:46:\"//websitedemos.net/digital-agency-08/services/\";s:15:\"astra-sites-tag\";a:1:{i:425;s:8:\"services\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}}}s:19:\"related-bb-template\";s:0:\"\";s:26:\"related-elementor-template\";s:0:\"\";s:26:\"related-gutenberg-template\";s:0:\"\";}s:8:\"id-57046\";a:22:{s:5:\"title\";s:35:\"Business Coaching &#038; Consulting\";s:2:\"id\";i:57046;s:12:\"publish-date\";i:1626465822;s:18:\"featured-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2021/07/business-consulting-08-1.jpg\";s:19:\"thumbnail-image-url\";s:89:\"https://websitedemos.net/wp-content/uploads/2021/07/business-consulting-08-1-600x2363.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:89:\"https://websitedemos.net/wp-content/uploads/2021/07/business-consulting-08-1-400x1575.jpg\";s:14:\"astra-site-url\";s:41:\"//websitedemos.net/business-consulting-08\";s:20:\"astra-site-parent-id\";i:2261;s:15:\"astra-sites-tag\";a:6:{i:1878;s:14:\"business-coach\";i:1620;s:19:\"business-consultant\";i:1879;s:14:\"business-guide\";i:854;s:5:\"coach\";i:1880;s:6:\"mentor\";i:855;s:20:\"motivational-speaker\";}s:16:\"astra-sites-type\";s:4:\"free\";s:19:\"astra-site-category\";a:2:{i:27;s:8:\"business\";i:39;s:4:\"free\";}s:29:\"astra-sites-template-category\";a:0:{}s:23:\"astra-site-page-builder\";s:9:\"gutenberg\";s:10:\"categories\";a:1:{i:2483;s:15:\"expert-services\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}i:1;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}s:11:\"post-status\";s:7:\"publish\";s:12:\"post-content\";s:0:\"\";s:12:\"post-excerpt\";s:0:\"\";s:5:\"pages\";a:4:{s:8:\"id-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: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: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-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: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: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-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-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: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-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-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-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-48026\";a:22:{s:5:\"title\";s:13:\"Online Course\";s:2:\"id\";i:48026;s:12:\"publish-date\";i:1603830103;s:18:\"featured-image-url\";s:75:\"https://websitedemos.net/wp-content/uploads/2020/10/online-courses-08-1.jpg\";s:19:\"thumbnail-image-url\";s:84:\"https://websitedemos.net/wp-content/uploads/2020/10/online-courses-08-1-600x2031.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:84:\"https://websitedemos.net/wp-content/uploads/2020/10/online-courses-08-1-400x1354.jpg\";s:14:\"astra-site-url\";s:36:\"//websitedemos.net/online-courses-08\";s:20:\"astra-site-parent-id\";i:1694;s:15:\"astra-sites-tag\";a:6:{i:462;s:7:\"courses\";i:468;s:9:\"elearning\";i:467;s:9:\"learndash\";i:460;s:8:\"learning\";i:466;s:14:\"online-courses\";i:975;s:15:\"online-learning\";}s:16:\"astra-sites-type\";s:4:\"free\";s:19:\"astra-site-category\";a:2:{i:27;s:8:\"business\";i:39;s:4:\"free\";}s:29:\"astra-sites-template-category\";a:0:{}s:23:\"astra-site-page-builder\";s:9:\"gutenberg\";s:10:\"categories\";a:1:{i:2494;s:9:\"elearning\";}s:16:\"required-plugins\";a:5:{i:0;a:3:{s:4:\"slug\";s:8:\"sfwd-lms\";s:4:\"init\";s:21:\"sfwd-lms/sfwd_lms.php\";s:4:\"name\";s:13:\"LearnDash LMS\";}i:1;a:3:{s:4:\"slug\";s:21:\"learndash-course-grid\";s:4:\"init\";s:47:\"learndash-course-grid/learndash_course_grid.php\";s:4:\"name\";s:27:\"LearnDash LMS - Course Grid\";}i:2;a:3:{s:4:\"slug\";s:13:\"presto-player\";s:4:\"init\";s:31:\"presto-player/presto-player.php\";s:4:\"name\";s:13:\"Presto Player\";}i:3;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}i:4;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}s:11:\"post-status\";s:7:\"publish\";s:12:\"post-content\";s:0:\"\";s:12:\"post-excerpt\";s:0:\"\";s:5:\"pages\";a:6:{s:8:\"id-48030\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:75:\"https://websitedemos.net/wp-content/uploads/2020/10/online-courses-08-1.jpg\";s:19:\"thumbnail-image-url\";s:84:\"https://websitedemos.net/wp-content/uploads/2020/10/online-courses-08-1-600x2031.jpg\";s:18:\"astra-page-api-url\";s:65:\"https://websitedemos.net/online-courses-08/wp-json/wp/v2/pages/10\";s:12:\"dynamic-page\";s:3:\"yes\";s:14:\"astra-page-url\";s:37:\"//websitedemos.net/online-courses-08/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}}s:8:\"id-48028\";a:12:{s:5:\"title\";s:11:\"All Courses\";s:18:\"featured-image-url\";s:87:\"https://websitedemos.net/wp-content/uploads/2020/10/online-courses-08-all-courses-1.jpg\";s:19:\"thumbnail-image-url\";s:95:\"https://websitedemos.net/wp-content/uploads/2020/10/online-courses-08-all-courses-1-600x936.jpg\";s:18:\"astra-page-api-url\";s:65:\"https://websitedemos.net/online-courses-08/wp-json/wp/v2/pages/14\";s:12:\"dynamic-page\";s:3:\"yes\";s:14:\"astra-page-url\";s:49:\"//websitedemos.net/online-courses-08/all-courses/\";s:15:\"astra-sites-tag\";a:1:{i:462;s:7:\"courses\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}}s:8:\"id-48027\";a:12:{s:5:\"title\";s:8:\"About Us\";s:18:\"featured-image-url\";s:84:\"https://websitedemos.net/wp-content/uploads/2020/10/online-courses-08-about-us-1.jpg\";s:19:\"thumbnail-image-url\";s:93:\"https://websitedemos.net/wp-content/uploads/2020/10/online-courses-08-about-us-1-600x1431.jpg\";s:18:\"astra-page-api-url\";s:65:\"https://websitedemos.net/online-courses-08/wp-json/wp/v2/pages/12\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:46:\"//websitedemos.net/online-courses-08/about-us/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}}s:8:\"id-48031\";a:12:{s:5:\"title\";s:11:\"Instructors\";s:18:\"featured-image-url\";s:87:\"https://websitedemos.net/wp-content/uploads/2020/10/online-courses-08-instructors-1.jpg\";s:19:\"thumbnail-image-url\";s:96:\"https://websitedemos.net/wp-content/uploads/2020/10/online-courses-08-instructors-1-600x1306.jpg\";s:18:\"astra-page-api-url\";s:65:\"https://websitedemos.net/online-courses-08/wp-json/wp/v2/pages/18\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:49:\"//websitedemos.net/online-courses-08/instructors/\";s:15:\"astra-sites-tag\";a:1:{i:1677;s:11:\"instructors\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}}s:8:\"id-48032\";a:12:{s:5:\"title\";s:18:\"Pricing &#038; FAQ\";s:18:\"featured-image-url\";s:89:\"https://websitedemos.net/wp-content/uploads/2020/10/online-courses-08-pricing-and-faq.jpg\";s:19:\"thumbnail-image-url\";s:98:\"https://websitedemos.net/wp-content/uploads/2020/10/online-courses-08-pricing-and-faq-600x1417.jpg\";s:18:\"astra-page-api-url\";s:65:\"https://websitedemos.net/online-courses-08/wp-json/wp/v2/pages/20\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:49:\"//websitedemos.net/online-courses-08/pricing-faq/\";s:15:\"astra-sites-tag\";a:1:{i:585;s:7:\"pricing\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}}s:8:\"id-48029\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:83:\"https://websitedemos.net/wp-content/uploads/2020/10/online-courses-08-contact-1.jpg\";s:19:\"thumbnail-image-url\";s:91:\"https://websitedemos.net/wp-content/uploads/2020/10/online-courses-08-contact-1-600x978.jpg\";s:18:\"astra-page-api-url\";s:65:\"https://websitedemos.net/online-courses-08/wp-json/wp/v2/pages/16\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:45:\"//websitedemos.net/online-courses-08/contact/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}}s:19:\"related-bb-template\";s:0:\"\";s:26:\"related-elementor-template\";s:0:\"\";s:26:\"related-gutenberg-template\";s:0:\"\";}s:8:\"id-48648\";a:22:{s:5:\"title\";s:16:\"Roofing Services\";s:2:\"id\";i:48648;s:12:\"publish-date\";i:1603984605;s:18:\"featured-image-url\";s:75:\"https://websitedemos.net/wp-content/uploads/2020/10/roofing-services-08.jpg\";s:19:\"thumbnail-image-url\";s:84:\"https://websitedemos.net/wp-content/uploads/2020/10/roofing-services-08-600x2864.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:84:\"https://websitedemos.net/wp-content/uploads/2020/10/roofing-services-08-400x1909.jpg\";s:14:\"astra-site-url\";s:38:\"//websitedemos.net/roofing-services-08\";s:20:\"astra-site-parent-id\";i:1754;s:15:\"astra-sites-tag\";a:5:{i:1630;s:18:\"commercial-roofing\";i:1629;s:19:\"residential-roofing\";i:1633;s:11:\"roof-repair\";i:1631;s:16:\"roof-replacement\";i:1632;s:16:\"roofing-services\";}s:16:\"astra-sites-type\";s:4:\"free\";s:19:\"astra-site-category\";a:2:{i:27;s:8:\"business\";i:39;s:4:\"free\";}s:29:\"astra-sites-template-category\";a:3:{i:2795;s:12:\"architecture\";i:2777;s:8:\"business\";i:2818;s:7:\"roofing\";}s:23:\"astra-site-page-builder\";s:9:\"gutenberg\";s:10:\"categories\";a:2:{i:2477;s:13:\"home-services\";i:2471;s:16:\"local-technician\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}i:1;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}s:11:\"post-status\";s:7:\"publish\";s:12:\"post-content\";s:0:\"\";s:12:\"post-excerpt\";s:0:\"\";s:5:\"pages\";a:5:{s:8:\"id-48651\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:75:\"https://websitedemos.net/wp-content/uploads/2020/10/roofing-services-08.jpg\";s:19:\"thumbnail-image-url\";s:84:\"https://websitedemos.net/wp-content/uploads/2020/10/roofing-services-08-600x2864.jpg\";s:18:\"astra-page-api-url\";s:68:\"https://websitedemos.net/roofing-services-08/wp-json/wp/v2/pages/296\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:39:\"//websitedemos.net/roofing-services-08/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}s:8:\"id-48649\";a:12:{s:5:\"title\";s:8:\"About Us\";s:18:\"featured-image-url\";s:84:\"https://websitedemos.net/wp-content/uploads/2020/10/roofing-services-08-about-us.jpg\";s:19:\"thumbnail-image-url\";s:93:\"https://websitedemos.net/wp-content/uploads/2020/10/roofing-services-08-about-us-600x2103.jpg\";s:18:\"astra-page-api-url\";s:68:\"https://websitedemos.net/roofing-services-08/wp-json/wp/v2/pages/297\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:48:\"//websitedemos.net/roofing-services-08/about-us/\";s:15:\"astra-sites-tag\";a:2:{i:352;s:5:\"about\";i:455;s:8:\"about-us\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}}s:8:\"id-48653\";a:12:{s:5:\"title\";s:8:\"Services\";s:18:\"featured-image-url\";s:86:\"https://websitedemos.net/wp-content/uploads/2020/10/roofing-services-08-services-1.jpg\";s:19:\"thumbnail-image-url\";s:95:\"https://websitedemos.net/wp-content/uploads/2020/10/roofing-services-08-services-1-600x2432.jpg\";s:18:\"astra-page-api-url\";s:68:\"https://websitedemos.net/roofing-services-08/wp-json/wp/v2/pages/298\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:48:\"//websitedemos.net/roofing-services-08/services/\";s:15:\"astra-sites-tag\";a:1:{i:425;s:8:\"services\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}}s:8:\"id-48652\";a:12:{s:5:\"title\";s:8:\"Projects\";s:18:\"featured-image-url\";s:86:\"https://websitedemos.net/wp-content/uploads/2020/10/roofing-services-08-projects-1.jpg\";s:19:\"thumbnail-image-url\";s:95:\"https://websitedemos.net/wp-content/uploads/2020/10/roofing-services-08-projects-1-600x1716.jpg\";s:18:\"astra-page-api-url\";s:68:\"https://websitedemos.net/roofing-services-08/wp-json/wp/v2/pages/299\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:48:\"//websitedemos.net/roofing-services-08/projects/\";s:15:\"astra-sites-tag\";a:3:{i:444;s:9:\"portfolio\";i:1613;s:8:\"projects\";i:451;s:4:\"work\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}}s:8:\"id-48650\";a:12:{s:5:\"title\";s:10:\"Contact Us\";s:18:\"featured-image-url\";s:86:\"https://websitedemos.net/wp-content/uploads/2020/10/roofing-services-08-contact-us.jpg\";s:19:\"thumbnail-image-url\";s:95:\"https://websitedemos.net/wp-content/uploads/2020/10/roofing-services-08-contact-us-600x1170.jpg\";s:18:\"astra-page-api-url\";s:68:\"https://websitedemos.net/roofing-services-08/wp-json/wp/v2/pages/300\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:50:\"//websitedemos.net/roofing-services-08/contact-us/\";s:15:\"astra-sites-tag\";a:2:{i:415;s:7:\"contact\";i:377;s:12:\"get-in-touch\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}}s:19:\"related-bb-template\";s:0:\"\";s:26:\"related-elementor-template\";s:0:\"\";s:26:\"related-gutenberg-template\";s:0:\"\";}s:8:\"id-47896\";a:22:{s:5:\"title\";s:25:\"Online Programming Course\";s:2:\"id\";i:47896;s:12:\"publish-date\";i:1603825611;s:18:\"featured-image-url\";s:77:\"https://websitedemos.net/wp-content/uploads/2020/10/online-programming-08.jpg\";s:19:\"thumbnail-image-url\";s:86:\"https://websitedemos.net/wp-content/uploads/2020/10/online-programming-08-600x2335.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:86:\"https://websitedemos.net/wp-content/uploads/2020/10/online-programming-08-400x1557.jpg\";s:14:\"astra-site-url\";s:42:\"//websitedemos.net/online-coding-course-08\";s:20:\"astra-site-parent-id\";i:1681;s:15:\"astra-sites-tag\";a:7:{i:462;s:7:\"courses\";i:469;s:7:\"ecourse\";i:468;s:9:\"elearning\";i:467;s:9:\"learndash\";i:466;s:14:\"online-courses\";i:975;s:15:\"online-learning\";i:1673;s:18:\"programming-course\";}s:16:\"astra-sites-type\";s:4:\"free\";s:19:\"astra-site-category\";a:2:{i:27;s:8:\"business\";i:39;s:4:\"free\";}s:29:\"astra-sites-template-category\";a:0:{}s:23:\"astra-site-page-builder\";s:9:\"gutenberg\";s:10:\"categories\";a:1:{i:2494;s:9:\"elearning\";}s:16:\"required-plugins\";a:5:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}i:1;a:3:{s:4:\"slug\";s:8:\"sfwd-lms\";s:4:\"init\";s:21:\"sfwd-lms/sfwd_lms.php\";s:4:\"name\";s:13:\"LearnDash LMS\";}i:2;a:3:{s:4:\"slug\";s:21:\"learndash-course-grid\";s:4:\"init\";s:47:\"learndash-course-grid/learndash_course_grid.php\";s:4:\"name\";s:27:\"LearnDash LMS - Course Grid\";}i:3;a:3:{s:4:\"slug\";s:13:\"presto-player\";s:4:\"init\";s:31:\"presto-player/presto-player.php\";s:4:\"name\";s:13:\"Presto Player\";}i:4;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:11:\"post-status\";s:7:\"publish\";s:12:\"post-content\";s:0:\"\";s:12:\"post-excerpt\";s:0:\"\";s:5:\"pages\";a:4:{s:8:\"id-47900\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:77:\"https://websitedemos.net/wp-content/uploads/2020/10/online-programming-08.jpg\";s:19:\"thumbnail-image-url\";s:86:\"https://websitedemos.net/wp-content/uploads/2020/10/online-programming-08-600x2335.jpg\";s:18:\"astra-page-api-url\";s:72:\"https://websitedemos.net/online-coding-course-08/wp-json/wp/v2/pages/523\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:43:\"//websitedemos.net/online-coding-course-08/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}}s:8:\"id-47898\";a:12:{s:5:\"title\";s:11:\"All Courses\";s:18:\"featured-image-url\";s:85:\"https://websitedemos.net/wp-content/uploads/2020/10/online-programming-08-courses.jpg\";s:19:\"thumbnail-image-url\";s:94:\"https://websitedemos.net/wp-content/uploads/2020/10/online-programming-08-courses-600x1348.jpg\";s:18:\"astra-page-api-url\";s:72:\"https://websitedemos.net/online-coding-course-08/wp-json/wp/v2/pages/519\";s:12:\"dynamic-page\";s:3:\"yes\";s:14:\"astra-page-url\";s:55:\"//websitedemos.net/online-coding-course-08/all-courses/\";s:15:\"astra-sites-tag\";a:1:{i:462;s:7:\"courses\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:3:{i:0;a:3:{s:4:\"slug\";s:8:\"sfwd-lms\";s:4:\"init\";s:21:\"sfwd-lms/sfwd_lms.php\";s:4:\"name\";s:13:\"LearnDash LMS\";}i:1;a:3:{s:4:\"slug\";s:21:\"learndash-course-grid\";s:4:\"init\";s:47:\"learndash-course-grid/learndash_course_grid.php\";s:4:\"name\";s:27:\"LearnDash LMS - Course Grid\";}i:2;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}}s:8:\"id-47897\";a:12:{s:5:\"title\";s:5:\"About\";s:18:\"featured-image-url\";s:83:\"https://websitedemos.net/wp-content/uploads/2020/10/online-programming-08-about.jpg\";s:19:\"thumbnail-image-url\";s:92:\"https://websitedemos.net/wp-content/uploads/2020/10/online-programming-08-about-600x1986.jpg\";s:18:\"astra-page-api-url\";s:72:\"https://websitedemos.net/online-coding-course-08/wp-json/wp/v2/pages/517\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:49:\"//websitedemos.net/online-coding-course-08/about/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}}s:8:\"id-47899\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:85:\"https://websitedemos.net/wp-content/uploads/2020/10/online-programming-08-contact.jpg\";s:19:\"thumbnail-image-url\";s:94:\"https://websitedemos.net/wp-content/uploads/2020/10/online-programming-08-contact-600x1047.jpg\";s:18:\"astra-page-api-url\";s:72:\"https://websitedemos.net/online-coding-course-08/wp-json/wp/v2/pages/521\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:51:\"//websitedemos.net/online-coding-course-08/contact/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}}}s:19:\"related-bb-template\";s:0:\"\";s:26:\"related-elementor-template\";s:0:\"\";s:26:\"related-gutenberg-template\";s:0:\"\";}s:8:\"id-48149\";a:22:{s:5:\"title\";s:10:\"Life Coach\";s:2:\"id\";i:48149;s:12:\"publish-date\";i:1603893471;s:18:\"featured-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2020/10/life-coach-sara-john-08.jpg\";s:19:\"thumbnail-image-url\";s:88:\"https://websitedemos.net/wp-content/uploads/2020/10/life-coach-sara-john-08-600x1518.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:88:\"https://websitedemos.net/wp-content/uploads/2020/10/life-coach-sara-john-08-400x1012.jpg\";s:14:\"astra-site-url\";s:42:\"//websitedemos.net/life-coach-sara-john-08\";s:20:\"astra-site-parent-id\";i:1704;s:15:\"astra-sites-tag\";a:5:{i:610;s:8:\"coaching\";i:608;s:8:\"guidance\";i:612;s:10:\"life-coach\";i:609;s:9:\"motivator\";i:611;s:16:\"self-improvement\";}s:16:\"astra-sites-type\";s:4:\"free\";s:19:\"astra-site-category\";a:2:{i:38;s:9:\"ecommerce\";i:39;s:4:\"free\";}s:29:\"astra-sites-template-category\";a:6:{i:2839;s:13:\"author-writer\";i:2814;s:9:\"bookstore\";i:2825;s:8:\"coaching\";i:2769;s:9:\"ecommerce\";i:2874;s:10:\"life-coach\";i:2770;s:8:\"personal\";}s:23:\"astra-site-page-builder\";s:9:\"gutenberg\";s:10:\"categories\";a:1:{i:2483;s:15:\"expert-services\";}s:16:\"required-plugins\";a:5:{i:0;a:3:{s:4:\"slug\";s:11:\"woocommerce\";s:4:\"init\";s:27:\"woocommerce/woocommerce.php\";s:4:\"name\";s:11:\"WooCommerce\";}i:1;a:3:{s:4:\"slug\";s:29:\"woo-cart-abandonment-recovery\";s:4:\"init\";s:63:\"woo-cart-abandonment-recovery/woo-cart-abandonment-recovery.php\";s:4:\"name\";s:37:\"WooCommerce Cart Abandonment Recovery\";}i:2;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}i:3;a:3:{s:4:\"slug\";s:22:\"variation-swatches-woo\";s:4:\"init\";s:49:\"variation-swatches-woo/variation-swatches-woo.php\";s:4:\"name\";s:34:\"Variation Swatches for WooCommerce\";}i:4;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}s:11:\"post-status\";s:7:\"publish\";s:12:\"post-content\";s:0:\"\";s:12:\"post-excerpt\";s:0:\"\";s:5:\"pages\";a:5:{s:8:\"id-48171\";a:12:{s:5:\"title\";s:5:\"About\";s:18:\"featured-image-url\";s:87:\"https://websitedemos.net/wp-content/uploads/2020/10/life-coach-sara-john-08-about-4.jpg\";s:19:\"thumbnail-image-url\";s:96:\"https://websitedemos.net/wp-content/uploads/2020/10/life-coach-sara-john-08-about-4-600x1199.jpg\";s:18:\"astra-page-api-url\";s:73:\"https://websitedemos.net/life-coach-sara-john-08/wp-json/wp/v2/pages/1368\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:49:\"//websitedemos.net/life-coach-sara-john-08/about/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:64;s:9:\"ecommerce\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}}s:8:\"id-48172\";a:12:{s:5:\"title\";s:5:\"Books\";s:18:\"featured-image-url\";s:87:\"https://websitedemos.net/wp-content/uploads/2020/10/life-coach-sara-john-08-books-2.jpg\";s:19:\"thumbnail-image-url\";s:96:\"https://websitedemos.net/wp-content/uploads/2020/10/life-coach-sara-john-08-books-2-600x1382.jpg\";s:18:\"astra-page-api-url\";s:73:\"https://websitedemos.net/life-coach-sara-john-08/wp-json/wp/v2/pages/1370\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:49:\"//websitedemos.net/life-coach-sara-john-08/books/\";s:15:\"astra-sites-tag\";a:1:{i:727;s:4:\"book\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:64;s:9:\"ecommerce\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}}s:8:\"id-48173\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:89:\"https://websitedemos.net/wp-content/uploads/2020/10/life-coach-sara-john-08-contact-2.jpg\";s:19:\"thumbnail-image-url\";s:97:\"https://websitedemos.net/wp-content/uploads/2020/10/life-coach-sara-john-08-contact-2-600x738.jpg\";s:18:\"astra-page-api-url\";s:73:\"https://websitedemos.net/life-coach-sara-john-08/wp-json/wp/v2/pages/1372\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:51:\"//websitedemos.net/life-coach-sara-john-08/contact/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:64;s:9:\"ecommerce\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}s:8:\"id-48174\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2020/10/life-coach-sara-john-08.jpg\";s:19:\"thumbnail-image-url\";s:88:\"https://websitedemos.net/wp-content/uploads/2020/10/life-coach-sara-john-08-600x1518.jpg\";s:18:\"astra-page-api-url\";s:73:\"https://websitedemos.net/life-coach-sara-john-08/wp-json/wp/v2/pages/1376\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:43:\"//websitedemos.net/life-coach-sara-john-08/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:64;s:9:\"ecommerce\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}}s:8:\"id-48175\";a:12:{s:5:\"title\";s:12:\"Work With Me\";s:18:\"featured-image-url\";s:92:\"https://websitedemos.net/wp-content/uploads/2020/10/life-coach-sara-john-08-work-with-me.jpg\";s:19:\"thumbnail-image-url\";s:101:\"https://websitedemos.net/wp-content/uploads/2020/10/life-coach-sara-john-08-work-with-me-600x1249.jpg\";s:18:\"astra-page-api-url\";s:73:\"https://websitedemos.net/life-coach-sara-john-08/wp-json/wp/v2/pages/1374\";s:12:\"dynamic-page\";s:3:\"yes\";s:14:\"astra-page-url\";s:56:\"//websitedemos.net/life-coach-sara-john-08/work-with-me/\";s:15:\"astra-sites-tag\";a:1:{i:784;s:12:\"work-with-me\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:64;s:9:\"ecommerce\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}}}s:19:\"related-bb-template\";s:0:\"\";s:26:\"related-elementor-template\";s:0:\"\";s:26:\"related-gutenberg-template\";s:0:\"\";}s:8:\"id-47672\";a:22:{s:5:\"title\";s:15:\"Diagnostics Lab\";s:2:\"id\";i:47672;s:12:\"publish-date\";i:1603984733;s:18:\"featured-image-url\";s:74:\"https://websitedemos.net/wp-content/uploads/2020/10/diagnostics-lab-08.jpg\";s:19:\"thumbnail-image-url\";s:83:\"https://websitedemos.net/wp-content/uploads/2020/10/diagnostics-lab-08-600x3865.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:83:\"https://websitedemos.net/wp-content/uploads/2020/10/diagnostics-lab-08-400x2577.jpg\";s:14:\"astra-site-url\";s:37:\"//websitedemos.net/diagnostics-lab-08\";s:20:\"astra-site-parent-id\";i:1657;s:15:\"astra-sites-tag\";a:4:{i:1637;s:18:\"clinical-diagnosis\";i:1636;s:9:\"diagnosis\";i:1640;s:10:\"laboratory\";i:1638;s:4:\"test\";}s:16:\"astra-sites-type\";s:4:\"free\";s:19:\"astra-site-category\";a:2:{i:27;s:8:\"business\";i:39;s:4:\"free\";}s:29:\"astra-sites-template-category\";a:3:{i:2777;s:8:\"business\";i:2834;s:10:\"healthcare\";i:2841;s:14:\"medical-clinic\";}s:23:\"astra-site-page-builder\";s:9:\"gutenberg\";s:10:\"categories\";a:1:{i:2490;s:10:\"healthcare\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:11:\"post-status\";s:7:\"publish\";s:12:\"post-content\";s:0:\"\";s:12:\"post-excerpt\";s:0:\"\";s:5:\"pages\";a:5:{s:8:\"id-47675\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:74:\"https://websitedemos.net/wp-content/uploads/2020/10/diagnostics-lab-08.jpg\";s:19:\"thumbnail-image-url\";s:83:\"https://websitedemos.net/wp-content/uploads/2020/10/diagnostics-lab-08-600x3865.jpg\";s:18:\"astra-page-api-url\";s:67:\"https://websitedemos.net/diagnostics-lab-08/wp-json/wp/v2/pages/242\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:38:\"//websitedemos.net/diagnostics-lab-08/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}s:8:\"id-47673\";a:12:{s:5:\"title\";s:8:\"About Us\";s:18:\"featured-image-url\";s:83:\"https://websitedemos.net/wp-content/uploads/2020/10/diagnostics-lab-08-about-us.jpg\";s:19:\"thumbnail-image-url\";s:92:\"https://websitedemos.net/wp-content/uploads/2020/10/diagnostics-lab-08-about-us-600x1665.jpg\";s:18:\"astra-page-api-url\";s:67:\"https://websitedemos.net/diagnostics-lab-08/wp-json/wp/v2/pages/247\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:47:\"//websitedemos.net/diagnostics-lab-08/about-us/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}s:8:\"id-47676\";a:12:{s:5:\"title\";s:8:\"Services\";s:18:\"featured-image-url\";s:83:\"https://websitedemos.net/wp-content/uploads/2020/10/diagnostics-lab-08-services.jpg\";s:19:\"thumbnail-image-url\";s:92:\"https://websitedemos.net/wp-content/uploads/2020/10/diagnostics-lab-08-services-600x1566.jpg\";s:18:\"astra-page-api-url\";s:67:\"https://websitedemos.net/diagnostics-lab-08/wp-json/wp/v2/pages/252\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:47:\"//websitedemos.net/diagnostics-lab-08/services/\";s:15:\"astra-sites-tag\";a:2:{i:425;s:8:\"services\";i:451;s:4:\"work\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}s:8:\"id-47677\";a:12:{s:5:\"title\";s:11:\"Testimonial\";s:18:\"featured-image-url\";s:86:\"https://websitedemos.net/wp-content/uploads/2020/10/diagnostics-lab-08-testimonial.jpg\";s:19:\"thumbnail-image-url\";s:95:\"https://websitedemos.net/wp-content/uploads/2020/10/diagnostics-lab-08-testimonial-600x1606.jpg\";s:18:\"astra-page-api-url\";s:67:\"https://websitedemos.net/diagnostics-lab-08/wp-json/wp/v2/pages/254\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:50:\"//websitedemos.net/diagnostics-lab-08/testimonial/\";s:15:\"astra-sites-tag\";a:2:{i:1615;s:7:\"reviews\";i:433;s:12:\"testimonials\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}s:8:\"id-47674\";a:12:{s:5:\"title\";s:10:\"Contact Us\";s:18:\"featured-image-url\";s:85:\"https://websitedemos.net/wp-content/uploads/2020/10/diagnostics-lab-08-contact-us.jpg\";s:19:\"thumbnail-image-url\";s:94:\"https://websitedemos.net/wp-content/uploads/2020/10/diagnostics-lab-08-contact-us-600x1026.jpg\";s:18:\"astra-page-api-url\";s:67:\"https://websitedemos.net/diagnostics-lab-08/wp-json/wp/v2/pages/256\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:49:\"//websitedemos.net/diagnostics-lab-08/contact-us/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}}s:19:\"related-bb-template\";s:0:\"\";s:26:\"related-elementor-template\";s:0:\"\";s:26:\"related-gutenberg-template\";s:0:\"\";}s:8:\"id-48061\";a:22:{s:5:\"title\";s:21:\"Online Cooking Course\";s:2:\"id\";i:48061;s:12:\"publish-date\";i:1603831834;s:18:\"featured-image-url\";s:82:\"https://websitedemos.net/wp-content/uploads/2020/10/online-cooking-course-08-2.jpg\";s:19:\"thumbnail-image-url\";s:91:\"https://websitedemos.net/wp-content/uploads/2020/10/online-cooking-course-08-2-600x1445.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:90:\"https://websitedemos.net/wp-content/uploads/2020/10/online-cooking-course-08-2-400x963.jpg\";s:14:\"astra-site-url\";s:43:\"//websitedemos.net/online-cooking-course-08\";s:20:\"astra-site-parent-id\";i:1696;s:15:\"astra-sites-tag\";a:6:{i:1679;s:14:\"cooking-course\";i:468;s:9:\"elearning\";i:467;s:9:\"learndash\";i:719;s:15:\"online-coaching\";i:466;s:14:\"online-courses\";i:975;s:15:\"online-learning\";}s:16:\"astra-sites-type\";s:4:\"free\";s:19:\"astra-site-category\";a:2:{i:27;s:8:\"business\";i:39;s:4:\"free\";}s:29:\"astra-sites-template-category\";a:5:{i:2835;s:9:\"elearning\";i:2785;s:4:\"food\";i:2880;s:10:\"membership\";i:2827;s:13:\"online-course\";i:2770;s:8:\"personal\";}s:23:\"astra-site-page-builder\";s:9:\"gutenberg\";s:10:\"categories\";a:1:{i:2494;s:9:\"elearning\";}s:16:\"required-plugins\";a:4:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}i:1;a:3:{s:4:\"slug\";s:8:\"sfwd-lms\";s:4:\"init\";s:21:\"sfwd-lms/sfwd_lms.php\";s:4:\"name\";s:13:\"LearnDash LMS\";}i:2;a:3:{s:4:\"slug\";s:21:\"learndash-course-grid\";s:4:\"init\";s:47:\"learndash-course-grid/learndash_course_grid.php\";s:4:\"name\";s:27:\"LearnDash LMS - Course Grid\";}i:3;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:11:\"post-status\";s:7:\"publish\";s:12:\"post-content\";s:0:\"\";s:12:\"post-excerpt\";s:0:\"\";s:5:\"pages\";a:4:{s:8:\"id-48065\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:82:\"https://websitedemos.net/wp-content/uploads/2020/10/online-cooking-course-08-2.jpg\";s:19:\"thumbnail-image-url\";s:91:\"https://websitedemos.net/wp-content/uploads/2020/10/online-cooking-course-08-2-600x1445.jpg\";s:18:\"astra-page-api-url\";s:71:\"https://websitedemos.net/online-cooking-course-08/wp-json/wp/v2/pages/9\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:44:\"//websitedemos.net/online-cooking-course-08/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}s:8:\"id-48063\";a:12:{s:5:\"title\";s:11:\"All Courses\";s:18:\"featured-image-url\";s:94:\"https://websitedemos.net/wp-content/uploads/2020/10/online-cooking-course-08-all-courses-2.jpg\";s:19:\"thumbnail-image-url\";s:103:\"https://websitedemos.net/wp-content/uploads/2020/10/online-cooking-course-08-all-courses-2-600x1153.jpg\";s:18:\"astra-page-api-url\";s:72:\"https://websitedemos.net/online-cooking-course-08/wp-json/wp/v2/pages/10\";s:12:\"dynamic-page\";s:3:\"yes\";s:14:\"astra-page-url\";s:56:\"//websitedemos.net/online-cooking-course-08/all-courses/\";s:15:\"astra-sites-tag\";a:1:{i:462;s:7:\"courses\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:4:{i:0;a:3:{s:4:\"slug\";s:8:\"sfwd-lms\";s:4:\"init\";s:21:\"sfwd-lms/sfwd_lms.php\";s:4:\"name\";s:13:\"LearnDash LMS\";}i:1;a:3:{s:4:\"slug\";s:21:\"learndash-course-grid\";s:4:\"init\";s:47:\"learndash-course-grid/learndash_course_grid.php\";s:4:\"name\";s:27:\"LearnDash LMS - Course Grid\";}i:2;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}i:3;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}s:8:\"id-48062\";a:12:{s:5:\"title\";s:5:\"About\";s:18:\"featured-image-url\";s:88:\"https://websitedemos.net/wp-content/uploads/2020/10/online-cooking-course-08-about-2.jpg\";s:19:\"thumbnail-image-url\";s:97:\"https://websitedemos.net/wp-content/uploads/2020/10/online-cooking-course-08-about-2-600x1190.jpg\";s:18:\"astra-page-api-url\";s:72:\"https://websitedemos.net/online-cooking-course-08/wp-json/wp/v2/pages/11\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:50:\"//websitedemos.net/online-cooking-course-08/about/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}s:8:\"id-48064\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:90:\"https://websitedemos.net/wp-content/uploads/2020/10/online-cooking-course-08-contact-2.jpg\";s:19:\"thumbnail-image-url\";s:98:\"https://websitedemos.net/wp-content/uploads/2020/10/online-cooking-course-08-contact-2-600x859.jpg\";s:18:\"astra-page-api-url\";s:72:\"https://websitedemos.net/online-cooking-course-08/wp-json/wp/v2/pages/12\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:52:\"//websitedemos.net/online-cooking-course-08/contact/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}}s:19:\"related-bb-template\";s:0:\"\";s:26:\"related-elementor-template\";s:0:\"\";s:26:\"related-gutenberg-template\";s:0:\"\";}s:8:\"id-48447\";a:22:{s:5:\"title\";s:21:\"Women Empowerment NGO\";s:2:\"id\";i:48447;s:12:\"publish-date\";i:1603927254;s:18:\"featured-image-url\";s:76:\"https://websitedemos.net/wp-content/uploads/2020/10/women-empowerment-08.jpg\";s:19:\"thumbnail-image-url\";s:76:\"https://websitedemos.net/wp-content/uploads/2020/10/women-empowerment-08.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:76:\"https://websitedemos.net/wp-content/uploads/2020/10/women-empowerment-08.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: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: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: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:85:\"https://websitedemos.net/wp-content/uploads/2020/10/women-empowerment-08-about-us.jpg\";s:19:\"thumbnail-image-url\";s:85:\"https://websitedemos.net/wp-content/uploads/2020/10/women-empowerment-08-about-us.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: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-48449\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:84:\"https://websitedemos.net/wp-content/uploads/2020/10/women-empowerment-08-contact.jpg\";s:19:\"thumbnail-image-url\";s:84:\"https://websitedemos.net/wp-content/uploads/2020/10/women-empowerment-08-contact.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: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-48450\";a:12:{s:5:\"title\";s:6:\"Events\";s:18:\"featured-image-url\";s:83:\"https://websitedemos.net/wp-content/uploads/2020/10/women-empowerment-08-events.jpg\";s:19:\"thumbnail-image-url\";s:83:\"https://websitedemos.net/wp-content/uploads/2020/10/women-empowerment-08-events.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: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-48451\";a:12:{s:5:\"title\";s:7:\"Gallery\";s:18:\"featured-image-url\";s:84:\"https://websitedemos.net/wp-content/uploads/2020/10/women-empowerment-08-gallery.jpg\";s:19:\"thumbnail-image-url\";s:84:\"https://websitedemos.net/wp-content/uploads/2020/10/women-empowerment-08-gallery.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: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-48452\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:76:\"https://websitedemos.net/wp-content/uploads/2020/10/women-empowerment-08.jpg\";s:19:\"thumbnail-image-url\";s:76:\"https://websitedemos.net/wp-content/uploads/2020/10/women-empowerment-08.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: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-48453\";a:12:{s:5:\"title\";s:10:\"What We Do\";s:18:\"featured-image-url\";s:87:\"https://websitedemos.net/wp-content/uploads/2020/10/women-empowerment-08-what-we-do.jpg\";s:19:\"thumbnail-image-url\";s:87:\"https://websitedemos.net/wp-content/uploads/2020/10/women-empowerment-08-what-we-do.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: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:19:\"related-bb-template\";s:0:\"\";s:26:\"related-elementor-template\";s:0:\"\";s:26:\"related-gutenberg-template\";s:0:\"\";}s:8:\"id-48611\";a:22:{s:5:\"title\";s:8:\"Musician\";s:2:\"id\";i:48611;s:12:\"publish-date\";i:1603984612;s:18:\"featured-image-url\";s:69:\"https://websitedemos.net/wp-content/uploads/2020/10/musician-08-1.jpg\";s:19:\"thumbnail-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2020/10/musician-08-1-600x2594.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2020/10/musician-08-1-400x1729.jpg\";s:14:\"astra-site-url\";s:30:\"//websitedemos.net/musician-08\";s:20:\"astra-site-parent-id\";i:1752;s:15:\"astra-sites-tag\";a:5:{i:339;s:6:\"artist\";i:969;s:8:\"musician\";i:1572;s:9:\"performer\";i:1571;s:6:\"singer\";i:1573;s:8:\"vocalist\";}s:16:\"astra-sites-type\";s:4:\"free\";s:19:\"astra-site-category\";a:2:{i:27;s:8:\"business\";i:39;s:4:\"free\";}s:29:\"astra-sites-template-category\";a:0:{}s:23:\"astra-site-page-builder\";s:9:\"gutenberg\";s:10:\"categories\";a:1:{i:2486;s:9:\"art-music\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}i:1;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}s:11:\"post-status\";s:7:\"publish\";s:12:\"post-content\";s:0:\"\";s:12:\"post-excerpt\";s:0:\"\";s:5:\"pages\";a:6:{s:8:\"id-48612\";a:12:{s:5:\"title\";s:6:\"Albums\";s:18:\"featured-image-url\";s:76:\"https://websitedemos.net/wp-content/uploads/2020/10/musician-08-albums-1.jpg\";s:19:\"thumbnail-image-url\";s:85:\"https://websitedemos.net/wp-content/uploads/2020/10/musician-08-albums-1-600x1455.jpg\";s:18:\"astra-page-api-url\";s:60:\"https://websitedemos.net/musician-08/wp-json/wp/v2/pages/437\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:38:\"//websitedemos.net/musician-08/albums/\";s:15:\"astra-sites-tag\";a:2:{i:1565;s:6:\"albums\";i:451;s:4:\"work\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}s:8:\"id-48617\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:69:\"https://websitedemos.net/wp-content/uploads/2020/10/musician-08-1.jpg\";s:19:\"thumbnail-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2020/10/musician-08-1-600x2594.jpg\";s:18:\"astra-page-api-url\";s:60:\"https://websitedemos.net/musician-08/wp-json/wp/v2/pages/296\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:31:\"//websitedemos.net/musician-08/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}s:8:\"id-48613\";a:12:{s:5:\"title\";s:9:\"Biography\";s:18:\"featured-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2020/10/musician-08-biography-1.jpg\";s:19:\"thumbnail-image-url\";s:88:\"https://websitedemos.net/wp-content/uploads/2020/10/musician-08-biography-1-600x1374.jpg\";s:18:\"astra-page-api-url\";s:60:\"https://websitedemos.net/musician-08/wp-json/wp/v2/pages/408\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:41:\"//websitedemos.net/musician-08/biography/\";s:15:\"astra-sites-tag\";a:2:{i:352;s:5:\"about\";i:1566;s:9:\"biography\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}s:8:\"id-48614\";a:12:{s:5:\"title\";s:8:\"Concerts\";s:18:\"featured-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2020/10/musician-08-concerts-1.jpg\";s:19:\"thumbnail-image-url\";s:87:\"https://websitedemos.net/wp-content/uploads/2020/10/musician-08-concerts-1-600x1007.jpg\";s:18:\"astra-page-api-url\";s:60:\"https://websitedemos.net/musician-08/wp-json/wp/v2/pages/432\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:40:\"//websitedemos.net/musician-08/concerts/\";s:15:\"astra-sites-tag\";a:1:{i:755;s:7:\"concert\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}s:8:\"id-48616\";a:12:{s:5:\"title\";s:7:\"Gallery\";s:18:\"featured-image-url\";s:77:\"https://websitedemos.net/wp-content/uploads/2020/10/musician-08-gallery-1.jpg\";s:19:\"thumbnail-image-url\";s:86:\"https://websitedemos.net/wp-content/uploads/2020/10/musician-08-gallery-1-600x1131.jpg\";s:18:\"astra-page-api-url\";s:60:\"https://websitedemos.net/musician-08/wp-json/wp/v2/pages/443\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:39:\"//websitedemos.net/musician-08/gallery/\";s:15:\"astra-sites-tag\";a:2:{i:461;s:7:\"gallery\";i:444;s:9:\"portfolio\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}s:8:\"id-48615\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:77:\"https://websitedemos.net/wp-content/uploads/2020/10/musician-08-contact-1.jpg\";s:19:\"thumbnail-image-url\";s:85:\"https://websitedemos.net/wp-content/uploads/2020/10/musician-08-contact-1-600x827.jpg\";s:18:\"astra-page-api-url\";s:60:\"https://websitedemos.net/musician-08/wp-json/wp/v2/pages/451\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:39:\"//websitedemos.net/musician-08/contact/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}}s:19:\"related-bb-template\";s:0:\"\";s:26:\"related-elementor-template\";s:0:\"\";s:26:\"related-gutenberg-template\";s:0:\"\";}s:8:\"id-55511\";a:22:{s:5:\"title\";s:19:\"Portfolio &#038; CV\";s:2:\"id\";i:55511;s:12:\"publish-date\";i:1622061009;s:18:\"featured-image-url\";s:70:\"https://websitedemos.net/wp-content/uploads/2021/05/portfolio-08-1.jpg\";s:19:\"thumbnail-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2021/05/portfolio-08-1-600x2690.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2021/05/portfolio-08-1-400x1793.jpg\";s:14:\"astra-site-url\";s:31:\"//websitedemos.net/portfolio-08\";s:20:\"astra-site-parent-id\";i:2148;s:15:\"astra-sites-tag\";a:6:{i:2151;s:16:\"curriculum-vitae\";i:2150;s:2:\"cv\";i:1903;s:16:\"personal-website\";i:444;s:9:\"portfolio\";i:2153;s:6:\"resume\";i:2152;s:12:\"work-profile\";}s:16:\"astra-sites-type\";s:4:\"free\";s:19:\"astra-site-category\";a:2:{i:39;s:4:\"free\";i:36;s:5:\"other\";}s:29:\"astra-sites-template-category\";a:0:{}s:23:\"astra-site-page-builder\";s:9:\"gutenberg\";s:10:\"categories\";a:1:{i:2488;s:9:\"portfolio\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}i:1;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}s:11:\"post-status\";s:7:\"publish\";s:12:\"post-content\";s:0:\"\";s:12:\"post-excerpt\";s:0:\"\";s:5:\"pages\";a:5:{s:8:\"id-55512\";a:12:{s:5:\"title\";s:5:\"About\";s:18:\"featured-image-url\";s:76:\"https://websitedemos.net/wp-content/uploads/2021/05/portfolio-08-about-1.jpg\";s:19:\"thumbnail-image-url\";s:85:\"https://websitedemos.net/wp-content/uploads/2021/05/portfolio-08-about-1-600x1828.jpg\";s:18:\"astra-page-api-url\";s:61:\"https://websitedemos.net/portfolio-08/wp-json/wp/v2/pages/345\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:38:\"//websitedemos.net/portfolio-08/about/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:61;s:4:\"free\";i:139;s:5:\"other\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}}s:8:\"id-55513\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2021/05/portfolio-08-contact-1.jpg\";s:19:\"thumbnail-image-url\";s:86:\"https://websitedemos.net/wp-content/uploads/2021/05/portfolio-08-contact-1-600x896.jpg\";s:18:\"astra-page-api-url\";s:61:\"https://websitedemos.net/portfolio-08/wp-json/wp/v2/pages/375\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:40:\"//websitedemos.net/portfolio-08/contact/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:61;s:4:\"free\";i:139;s:5:\"other\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}s:8:\"id-55514\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:70:\"https://websitedemos.net/wp-content/uploads/2021/05/portfolio-08-1.jpg\";s:19:\"thumbnail-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2021/05/portfolio-08-1-600x2690.jpg\";s:18:\"astra-page-api-url\";s:61:\"https://websitedemos.net/portfolio-08/wp-json/wp/v2/pages/298\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:32:\"//websitedemos.net/portfolio-08/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:61;s:4:\"free\";i:139;s:5:\"other\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}}s:8:\"id-55515\";a:12:{s:5:\"title\";s:9:\"Portfolio\";s:18:\"featured-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2021/05/portfolio-08-portfolio-1.jpg\";s:19:\"thumbnail-image-url\";s:89:\"https://websitedemos.net/wp-content/uploads/2021/05/portfolio-08-portfolio-1-600x1826.jpg\";s:18:\"astra-page-api-url\";s:61:\"https://websitedemos.net/portfolio-08/wp-json/wp/v2/pages/366\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:42:\"//websitedemos.net/portfolio-08/portfolio/\";s:15:\"astra-sites-tag\";a:2:{i:444;s:9:\"portfolio\";i:451;s:4:\"work\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:61;s:4:\"free\";i:139;s:5:\"other\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}}s:8:\"id-55516\";a:12:{s:5:\"title\";s:8:\"Services\";s:18:\"featured-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2021/05/portfolio-08-services-1.jpg\";s:19:\"thumbnail-image-url\";s:88:\"https://websitedemos.net/wp-content/uploads/2021/05/portfolio-08-services-1-600x1165.jpg\";s:18:\"astra-page-api-url\";s:61:\"https://websitedemos.net/portfolio-08/wp-json/wp/v2/pages/359\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:41:\"//websitedemos.net/portfolio-08/services/\";s:15:\"astra-sites-tag\";a:1:{i:425;s:8:\"services\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:61;s:4:\"free\";i:139;s:5:\"other\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}}}s:19:\"related-bb-template\";s:0:\"\";s:26:\"related-elementor-template\";s:0:\"\";s:26:\"related-gutenberg-template\";s:0:\"\";}s:8:\"id-48671\";a:22:{s:5:\"title\";s:12:\"Tech Startup\";s:2:\"id\";i:48671;s:12:\"publish-date\";i:1603984602;s:18:\"featured-image-url\";s:71:\"https://websitedemos.net/wp-content/uploads/2020/10/tech-startup-08.jpg\";s:19:\"thumbnail-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2020/10/tech-startup-08-600x2357.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2020/10/tech-startup-08-400x1571.jpg\";s:14:\"astra-site-url\";s:34:\"//websitedemos.net/tech-startup-08\";s:20:\"astra-site-parent-id\";i:1758;s:15:\"astra-sites-tag\";a:7:{i:1761;s:11:\"application\";i:745;s:12:\"organization\";i:1762;s:16:\"software-company\";i:1760;s:13:\"software-firm\";i:1665;s:7:\"startup\";i:1759;s:13:\"tech-business\";i:1763;s:12:\"tech-startup\";}s:16:\"astra-sites-type\";s:4:\"free\";s:19:\"astra-site-category\";a:2:{i:27;s:8:\"business\";i:39;s:4:\"free\";}s:29:\"astra-sites-template-category\";a:0:{}s:23:\"astra-site-page-builder\";s:9:\"gutenberg\";s:10:\"categories\";a:1:{i:2487;s:6:\"agency\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}i:1;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}s:11:\"post-status\";s:7:\"publish\";s:12:\"post-content\";s:0:\"\";s:12:\"post-excerpt\";s:0:\"\";s:5:\"pages\";a:4:{s:8:\"id-48672\";a:12:{s:5:\"title\";s:8:\"About Us\";s:18:\"featured-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2020/10/tech-startup-08-about-us.jpg\";s:19:\"thumbnail-image-url\";s:89:\"https://websitedemos.net/wp-content/uploads/2020/10/tech-startup-08-about-us-600x2175.jpg\";s:18:\"astra-page-api-url\";s:64:\"https://websitedemos.net/tech-startup-08/wp-json/wp/v2/pages/248\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:44:\"//websitedemos.net/tech-startup-08/about-us/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}s:8:\"id-48673\";a:12:{s:5:\"title\";s:8:\"Features\";s:18:\"featured-image-url\";s:82:\"https://websitedemos.net/wp-content/uploads/2020/10/tech-startup-08-features-1.jpg\";s:19:\"thumbnail-image-url\";s:91:\"https://websitedemos.net/wp-content/uploads/2020/10/tech-startup-08-features-1-600x2647.jpg\";s:18:\"astra-page-api-url\";s:64:\"https://websitedemos.net/tech-startup-08/wp-json/wp/v2/pages/249\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:44:\"//websitedemos.net/tech-startup-08/features/\";s:15:\"astra-sites-tag\";a:1:{i:453;s:8:\"features\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}s:8:\"id-48674\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:71:\"https://websitedemos.net/wp-content/uploads/2020/10/tech-startup-08.jpg\";s:19:\"thumbnail-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2020/10/tech-startup-08-600x2357.jpg\";s:18:\"astra-page-api-url\";s:64:\"https://websitedemos.net/tech-startup-08/wp-json/wp/v2/pages/247\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:35:\"//websitedemos.net/tech-startup-08/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}s:8:\"id-48675\";a:12:{s:5:\"title\";s:4:\"Plan\";s:18:\"featured-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2020/10/tech-startup-08-plan-1.jpg\";s:19:\"thumbnail-image-url\";s:87:\"https://websitedemos.net/wp-content/uploads/2020/10/tech-startup-08-plan-1-600x1310.jpg\";s:18:\"astra-page-api-url\";s:64:\"https://websitedemos.net/tech-startup-08/wp-json/wp/v2/pages/250\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:40:\"//websitedemos.net/tech-startup-08/plan/\";s:15:\"astra-sites-tag\";a:2:{i:1663;s:4:\"plan\";i:585;s:7:\"pricing\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}}s:19:\"related-bb-template\";s:0:\"\";s:26:\"related-elementor-template\";s:0:\"\";s:26:\"related-gutenberg-template\";s:0:\"\";}s:8:\"id-48519\";a:22:{s:5:\"title\";s:12:\"Elderly Home\";s:2:\"id\";i:48519;s:12:\"publish-date\";i:1603984628;s:18:\"featured-image-url\";s:71:\"https://websitedemos.net/wp-content/uploads/2020/10/elderly-care-08.jpg\";s:19:\"thumbnail-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2020/10/elderly-care-08-600x2326.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2020/10/elderly-care-08-400x1551.jpg\";s:14:\"astra-site-url\";s:34:\"//websitedemos.net/elderly-care-08\";s:20:\"astra-site-parent-id\";i:1744;s:15:\"astra-sites-tag\";a:5:{i:1598;s:24:\"assisted-living-facility\";i:1596;s:10:\"elder-home\";i:1595;s:11:\"elders-care\";i:1594;s:12:\"old-age-home\";i:1597;s:15:\"retirement-home\";}s:16:\"astra-sites-type\";s:4:\"free\";s:19:\"astra-site-category\";a:2:{i:27;s:8:\"business\";i:39;s:4:\"free\";}s:29:\"astra-sites-template-category\";a:0:{}s:23:\"astra-site-page-builder\";s:9:\"gutenberg\";s:10:\"categories\";a:1:{i:2492;s:10:\"non-profit\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}i:1;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}s:11:\"post-status\";s:7:\"publish\";s:12:\"post-content\";s:0:\"\";s:12:\"post-excerpt\";s:0:\"\";s:5:\"pages\";a:5:{s:8:\"id-48523\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:71:\"https://websitedemos.net/wp-content/uploads/2020/10/elderly-care-08.jpg\";s:19:\"thumbnail-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2020/10/elderly-care-08-600x2326.jpg\";s:18:\"astra-page-api-url\";s:62:\"https://websitedemos.net/elderly-care-08/wp-json/wp/v2/pages/6\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:35:\"//websitedemos.net/elderly-care-08/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}s:8:\"id-48520\";a:12:{s:5:\"title\";s:5:\"About\";s:18:\"featured-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2020/10/elderly-care-08-about-1.jpg\";s:19:\"thumbnail-image-url\";s:88:\"https://websitedemos.net/wp-content/uploads/2020/10/elderly-care-08-about-1-600x1670.jpg\";s:18:\"astra-page-api-url\";s:62:\"https://websitedemos.net/elderly-care-08/wp-json/wp/v2/pages/7\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:41:\"//websitedemos.net/elderly-care-08/about/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}}s:8:\"id-48524\";a:12:{s:5:\"title\";s:8:\"Services\";s:18:\"featured-image-url\";s:82:\"https://websitedemos.net/wp-content/uploads/2020/10/elderly-care-08-services-1.jpg\";s:19:\"thumbnail-image-url\";s:91:\"https://websitedemos.net/wp-content/uploads/2020/10/elderly-care-08-services-1-600x2083.jpg\";s:18:\"astra-page-api-url\";s:62:\"https://websitedemos.net/elderly-care-08/wp-json/wp/v2/pages/8\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:44:\"//websitedemos.net/elderly-care-08/services/\";s:15:\"astra-sites-tag\";a:1:{i:425;s:8:\"services\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}}s:8:\"id-48522\";a:12:{s:5:\"title\";s:10:\"Facilities\";s:18:\"featured-image-url\";s:84:\"https://websitedemos.net/wp-content/uploads/2020/10/elderly-care-08-facilities-1.jpg\";s:19:\"thumbnail-image-url\";s:93:\"https://websitedemos.net/wp-content/uploads/2020/10/elderly-care-08-facilities-1-600x1725.jpg\";s:18:\"astra-page-api-url\";s:62:\"https://websitedemos.net/elderly-care-08/wp-json/wp/v2/pages/9\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:46:\"//websitedemos.net/elderly-care-08/facilities/\";s:15:\"astra-sites-tag\";a:1:{i:1599;s:10:\"facilities\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}}s:8:\"id-48521\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:81:\"https://websitedemos.net/wp-content/uploads/2020/10/elderly-care-08-contact-1.jpg\";s:19:\"thumbnail-image-url\";s:90:\"https://websitedemos.net/wp-content/uploads/2020/10/elderly-care-08-contact-1-600x1222.jpg\";s:18:\"astra-page-api-url\";s:63:\"https://websitedemos.net/elderly-care-08/wp-json/wp/v2/pages/10\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:43:\"//websitedemos.net/elderly-care-08/contact/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}}s:19:\"related-bb-template\";s:0:\"\";s:26:\"related-elementor-template\";s:0:\"\";s:26:\"related-gutenberg-template\";s:0:\"\";}s:8:\"id-47723\";a:22:{s:5:\"title\";s:12:\"Horticulture\";s:2:\"id\";i:47723;s:12:\"publish-date\";i:1603821508;s:18:\"featured-image-url\";s:73:\"https://websitedemos.net/wp-content/uploads/2020/10/horticulture-08-1.jpg\";s:19:\"thumbnail-image-url\";s:82:\"https://websitedemos.net/wp-content/uploads/2020/10/horticulture-08-1-600x2409.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:82:\"https://websitedemos.net/wp-content/uploads/2020/10/horticulture-08-1-400x1606.jpg\";s:14:\"astra-site-url\";s:34:\"//websitedemos.net/horticulture-08\";s:20:\"astra-site-parent-id\";i:1669;s:15:\"astra-sites-tag\";a:4:{i:1601;s:11:\"agriculture\";i:1603;s:13:\"farm-products\";i:632;s:7:\"farming\";i:1602;s:12:\"horticulture\";}s:16:\"astra-sites-type\";s:4:\"free\";s:19:\"astra-site-category\";a:2:{i:27;s:8:\"business\";i:39;s:4:\"free\";}s:29:\"astra-sites-template-category\";a:0:{}s:23:\"astra-site-page-builder\";s:9:\"gutenberg\";s:10:\"categories\";a:1:{i:2476;s:9:\"gardening\";}s:16:\"required-plugins\";a:3:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}i:1;a:3:{s:4:\"slug\";s:13:\"astra-widgets\";s:4:\"init\";s:31:\"astra-widgets/astra-widgets.php\";s:4:\"name\";s:13:\"Astra Widgets\";}i:2;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:11:\"post-status\";s:7:\"publish\";s:12:\"post-content\";s:0:\"\";s:12:\"post-excerpt\";s:0:\"\";s:5:\"pages\";a:5:{s:8:\"id-47725\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:73:\"https://websitedemos.net/wp-content/uploads/2020/10/horticulture-08-1.jpg\";s:19:\"thumbnail-image-url\";s:82:\"https://websitedemos.net/wp-content/uploads/2020/10/horticulture-08-1-600x2409.jpg\";s:18:\"astra-page-api-url\";s:62:\"https://websitedemos.net/horticulture-08/wp-json/wp/v2/pages/5\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:35:\"//websitedemos.net/horticulture-08/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}s:8:\"id-47726\";a:12:{s:5:\"title\";s:8:\"Our Farm\";s:18:\"featured-image-url\";s:76:\"https://websitedemos.net/wp-content/uploads/2020/10/horticulture-08-farm.jpg\";s:19:\"thumbnail-image-url\";s:85:\"https://websitedemos.net/wp-content/uploads/2020/10/horticulture-08-farm-600x2178.jpg\";s:18:\"astra-page-api-url\";s:62:\"https://websitedemos.net/horticulture-08/wp-json/wp/v2/pages/6\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:44:\"//websitedemos.net/horticulture-08/our-farm/\";s:15:\"astra-sites-tag\";a:2:{i:1737;s:4:\"farm\";i:1736;s:8:\"our-farm\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}s:8:\"id-47727\";a:12:{s:5:\"title\";s:11:\"Our Produce\";s:18:\"featured-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2020/10/horticulture-08-produce.jpg\";s:19:\"thumbnail-image-url\";s:88:\"https://websitedemos.net/wp-content/uploads/2020/10/horticulture-08-produce-600x1790.jpg\";s:18:\"astra-page-api-url\";s:62:\"https://websitedemos.net/horticulture-08/wp-json/wp/v2/pages/7\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:47:\"//websitedemos.net/horticulture-08/our-produce/\";s:15:\"astra-sites-tag\";a:1:{i:1606;s:12:\"our-products\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}s:8:\"id-47728\";a:12:{s:5:\"title\";s:12:\"Testimonials\";s:18:\"featured-image-url\";s:86:\"https://websitedemos.net/wp-content/uploads/2020/10/horticulture-08-testimonials-1.jpg\";s:19:\"thumbnail-image-url\";s:95:\"https://websitedemos.net/wp-content/uploads/2020/10/horticulture-08-testimonials-1-600x1433.jpg\";s:18:\"astra-page-api-url\";s:62:\"https://websitedemos.net/horticulture-08/wp-json/wp/v2/pages/8\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:48:\"//websitedemos.net/horticulture-08/testimonials/\";s:15:\"astra-sites-tag\";a:3:{i:1738;s:9:\"feedbacks\";i:432;s:6:\"review\";i:433;s:12:\"testimonials\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}s:8:\"id-47724\";a:12:{s:5:\"title\";s:10:\"Contact Us\";s:18:\"featured-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2020/10/horticulture-08-contact.jpg\";s:19:\"thumbnail-image-url\";s:88:\"https://websitedemos.net/wp-content/uploads/2020/10/horticulture-08-contact-600x1263.jpg\";s:18:\"astra-page-api-url\";s:62:\"https://websitedemos.net/horticulture-08/wp-json/wp/v2/pages/9\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:46:\"//websitedemos.net/horticulture-08/contact-us/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}}s:19:\"related-bb-template\";s:0:\"\";s:26:\"related-elementor-template\";s:0:\"\";s:26:\"related-gutenberg-template\";s:0:\"\";}s:8:\"id-55500\";a:22:{s:5:\"title\";s:6:\"School\";s:2:\"id\";i:55500;s:12:\"publish-date\";i:1622059216;s:18:\"featured-image-url\";s:70:\"https://websitedemos.net/wp-content/uploads/2021/05/school-08-home.jpg\";s:19:\"thumbnail-image-url\";s:70:\"https://websitedemos.net/wp-content/uploads/2021/05/school-08-home.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:70:\"https://websitedemos.net/wp-content/uploads/2021/05/school-08-home.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:0:{}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: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:5:{s:8:\"id-55504\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:73:\"https://websitedemos.net/wp-content/uploads/2021/05/school-08-contact.jpg\";s:19:\"thumbnail-image-url\";s:73:\"https://websitedemos.net/wp-content/uploads/2021/05/school-08-contact.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: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-55501\";a:12:{s:5:\"title\";s:5:\"About\";s:18:\"featured-image-url\";s:71:\"https://websitedemos.net/wp-content/uploads/2021/05/school-08-about.jpg\";s:19:\"thumbnail-image-url\";s:71:\"https://websitedemos.net/wp-content/uploads/2021/05/school-08-about.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:29:\"Ultimate Addons for Gutenberg\";}}}s:8:\"id-55502\";a:12:{s:5:\"title\";s:9:\"Academics\";s:18:\"featured-image-url\";s:75:\"https://websitedemos.net/wp-content/uploads/2021/05/school-08-academics.jpg\";s:19:\"thumbnail-image-url\";s:75:\"https://websitedemos.net/wp-content/uploads/2021/05/school-08-academics.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:0:{}}s:8:\"id-55503\";a:12:{s:5:\"title\";s:10:\"Activities\";s:18:\"featured-image-url\";s:76:\"https://websitedemos.net/wp-content/uploads/2021/05/school-08-activities.jpg\";s:19:\"thumbnail-image-url\";s:76:\"https://websitedemos.net/wp-content/uploads/2021/05/school-08-activities.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:0:{}}s:8:\"id-55505\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:70:\"https://websitedemos.net/wp-content/uploads/2021/05/school-08-home.jpg\";s:19:\"thumbnail-image-url\";s:70:\"https://websitedemos.net/wp-content/uploads/2021/05/school-08-home.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: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: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:79:\"https://websitedemos.net/wp-content/uploads/2020/10/yoga-instructor-08-home.jpg\";s:19:\"thumbnail-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2020/10/yoga-instructor-08-home.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2020/10/yoga-instructor-08-home.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: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: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: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:79:\"https://websitedemos.net/wp-content/uploads/2020/10/yoga-instructor-08-home.jpg\";s:19:\"thumbnail-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2020/10/yoga-instructor-08-home.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:0:{}}s:8:\"id-48632\";a:12:{s:5:\"title\";s:8:\"About Me\";s:18:\"featured-image-url\";s:83:\"https://websitedemos.net/wp-content/uploads/2020/10/yoga-instructor-08-about-me.jpg\";s:19:\"thumbnail-image-url\";s:83:\"https://websitedemos.net/wp-content/uploads/2020/10/yoga-instructor-08-about-me.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:0:{}}s:8:\"id-48633\";a:12:{s:5:\"title\";s:7:\"Classes\";s:18:\"featured-image-url\";s:82:\"https://websitedemos.net/wp-content/uploads/2020/10/yoga-instructor-08-classes.jpg\";s:19:\"thumbnail-image-url\";s:82:\"https://websitedemos.net/wp-content/uploads/2020/10/yoga-instructor-08-classes.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:0:{}}s:8:\"id-48636\";a:12:{s:5:\"title\";s:12:\"Publications\";s:18:\"featured-image-url\";s:87:\"https://websitedemos.net/wp-content/uploads/2020/10/yoga-instructor-08-publications.jpg\";s:19:\"thumbnail-image-url\";s:87:\"https://websitedemos.net/wp-content/uploads/2020/10/yoga-instructor-08-publications.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:0:{}}s:8:\"id-48634\";a:12:{s:5:\"title\";s:7:\"Get Fit\";s:18:\"featured-image-url\";s:82:\"https://websitedemos.net/wp-content/uploads/2020/10/yoga-instructor-08-get-fit.jpg\";s:19:\"thumbnail-image-url\";s:82:\"https://websitedemos.net/wp-content/uploads/2020/10/yoga-instructor-08-get-fit.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: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: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:70:\"https://websitedemos.net/wp-content/uploads/2021/03/recipe-blog-08.jpg\";s:19:\"thumbnail-image-url\";s:70:\"https://websitedemos.net/wp-content/uploads/2021/03/recipe-blog-08.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:70:\"https://websitedemos.net/wp-content/uploads/2021/03/recipe-blog-08.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:0:{}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: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-49940\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:70:\"https://websitedemos.net/wp-content/uploads/2021/03/recipe-blog-08.jpg\";s:19:\"thumbnail-image-url\";s:70:\"https://websitedemos.net/wp-content/uploads/2021/03/recipe-blog-08.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:29:\"Ultimate Addons for Gutenberg\";}}}s:8:\"id-49937\";a:12:{s:5:\"title\";s:8:\"About Me\";s:18:\"featured-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2021/03/recipe-blog-08-about-me.jpg\";s:19:\"thumbnail-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2021/03/recipe-blog-08-about-me.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:0:{}}s:8:\"id-49938\";a:12:{s:5:\"title\";s:4:\"Blog\";s:18:\"featured-image-url\";s:75:\"https://websitedemos.net/wp-content/uploads/2021/03/recipe-blog-08-blog.jpg\";s:19:\"thumbnail-image-url\";s:75:\"https://websitedemos.net/wp-content/uploads/2021/03/recipe-blog-08-blog.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:0:{}}s:8:\"id-49939\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2021/03/recipe-blog-08-contact.jpg\";s:19:\"thumbnail-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2021/03/recipe-blog-08-contact.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: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:19:\"related-bb-template\";s:0:\"\";s:26:\"related-elementor-template\";s:0:\"\";s:26:\"related-gutenberg-template\";s:0:\"\";}s:8:\"id-48591\";a:22:{s:5:\"title\";s:15:\"Cosmetics Store\";s:2:\"id\";i:48591;s:12:\"publish-date\";i:1603984615;s:18:\"featured-image-url\";s:74:\"https://websitedemos.net/wp-content/uploads/2020/10/cosmetics-store-08.jpg\";s:19:\"thumbnail-image-url\";s:83:\"https://websitedemos.net/wp-content/uploads/2020/10/cosmetics-store-08-600x2401.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:83:\"https://websitedemos.net/wp-content/uploads/2020/10/cosmetics-store-08-400x1601.jpg\";s:14:\"astra-site-url\";s:37:\"//websitedemos.net/cosmetics-store-08\";s:20:\"astra-site-parent-id\";i:1748;s:15:\"astra-sites-tag\";a:7:{i:1023;s:6:\"beauty\";i:1465;s:15:\"beauty-products\";i:1466;s:17:\"cosmetic-products\";i:1464;s:14:\"cosmetic-store\";i:1463;s:9:\"cosmetics\";i:496;s:9:\"ecommerce\";i:1024;s:11:\"woocommerce\";}s:16:\"astra-sites-type\";s:4:\"free\";s:19:\"astra-site-category\";a:2:{i:38;s:9:\"ecommerce\";i:39;s:4:\"free\";}s:29:\"astra-sites-template-category\";a:0:{}s:23:\"astra-site-page-builder\";s:9:\"gutenberg\";s:10:\"categories\";a:1:{i:2495;s:9:\"ecommerce\";}s:16:\"required-plugins\";a:5:{i:0;a:3:{s:4:\"slug\";s:27:\"checkout-plugins-stripe-woo\";s:4:\"init\";s:59:\"checkout-plugins-stripe-woo/checkout-plugins-stripe-woo.php\";s:4:\"name\";s:41:\"Checkout Plugins - Stripe for WooCommerce\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}i:2;a:3:{s:4:\"slug\";s:11:\"woocommerce\";s:4:\"init\";s:27:\"woocommerce/woocommerce.php\";s:4:\"name\";s:11:\"WooCommerce\";}i:3;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}i:4;a:3:{s:4:\"slug\";s:22:\"variation-swatches-woo\";s:4:\"init\";s:49:\"variation-swatches-woo/variation-swatches-woo.php\";s:4:\"name\";s:34:\"Variation Swatches for WooCommerce\";}}s:11:\"post-status\";s:7:\"publish\";s:12:\"post-content\";s:0:\"\";s:12:\"post-excerpt\";s:0:\"\";s:5:\"pages\";a:4:{s:8:\"id-48594\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:74:\"https://websitedemos.net/wp-content/uploads/2020/10/cosmetics-store-08.jpg\";s:19:\"thumbnail-image-url\";s:83:\"https://websitedemos.net/wp-content/uploads/2020/10/cosmetics-store-08-600x2401.jpg\";s:18:\"astra-page-api-url\";s:67:\"https://websitedemos.net/cosmetics-store-08/wp-json/wp/v2/pages/542\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:38:\"//websitedemos.net/cosmetics-store-08/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:64;s:9:\"ecommerce\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}}s:8:\"id-48592\";a:12:{s:5:\"title\";s:5:\"About\";s:18:\"featured-image-url\";s:82:\"https://websitedemos.net/wp-content/uploads/2020/10/cosmetics-store-08-about-1.jpg\";s:19:\"thumbnail-image-url\";s:91:\"https://websitedemos.net/wp-content/uploads/2020/10/cosmetics-store-08-about-1-600x1218.jpg\";s:18:\"astra-page-api-url\";s:67:\"https://websitedemos.net/cosmetics-store-08/wp-json/wp/v2/pages/545\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:44:\"//websitedemos.net/cosmetics-store-08/about/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:64;s:9:\"ecommerce\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}}s:8:\"id-48595\";a:12:{s:5:\"title\";s:12:\"Testimonials\";s:18:\"featured-image-url\";s:87:\"https://websitedemos.net/wp-content/uploads/2020/10/cosmetics-store-08-testimonials.jpg\";s:19:\"thumbnail-image-url\";s:96:\"https://websitedemos.net/wp-content/uploads/2020/10/cosmetics-store-08-testimonials-600x1164.jpg\";s:18:\"astra-page-api-url\";s:67:\"https://websitedemos.net/cosmetics-store-08/wp-json/wp/v2/pages/544\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:51:\"//websitedemos.net/cosmetics-store-08/testimonials/\";s:15:\"astra-sites-tag\";a:1:{i:433;s:12:\"testimonials\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:64;s:9:\"ecommerce\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}}s:8:\"id-48593\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:84:\"https://websitedemos.net/wp-content/uploads/2020/10/cosmetics-store-08-contact-1.jpg\";s:19:\"thumbnail-image-url\";s:93:\"https://websitedemos.net/wp-content/uploads/2020/10/cosmetics-store-08-contact-1-600x1187.jpg\";s:18:\"astra-page-api-url\";s:67:\"https://websitedemos.net/cosmetics-store-08/wp-json/wp/v2/pages/546\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:46:\"//websitedemos.net/cosmetics-store-08/contact/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:64;s:9:\"ecommerce\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}}s:19:\"related-bb-template\";s:0:\"\";s:26:\"related-elementor-template\";s:0:\"\";s:26:\"related-gutenberg-template\";s:0:\"\";}s:8:\"id-48318\";a:22:{s:5:\"title\";s:12:\"Nutritionist\";s:2:\"id\";i:48318;s:12:\"publish-date\";i:1603908961;s:18:\"featured-image-url\";s:71:\"https://websitedemos.net/wp-content/uploads/2020/10/nutritionist-08.jpg\";s:19:\"thumbnail-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2020/10/nutritionist-08-600x2730.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2020/10/nutritionist-08-400x1820.jpg\";s:14:\"astra-site-url\";s:34:\"//websitedemos.net/nutritionist-08\";s:20:\"astra-site-parent-id\";i:1722;s:15:\"astra-sites-tag\";a:6:{i:753;s:9:\"dietitian\";i:1726;s:15:\"nutrition-coach\";i:1727;s:18:\"nutrition-coaching\";i:1725;s:17:\"nutrition-trainer\";i:754;s:12:\"nutritionist\";i:1454;s:16:\"personal-trainer\";}s:16:\"astra-sites-type\";s:4:\"free\";s:19:\"astra-site-category\";a:2:{i:27;s:8:\"business\";i:39;s:4:\"free\";}s:29:\"astra-sites-template-category\";a:0:{}s:23:\"astra-site-page-builder\";s:9:\"gutenberg\";s:10:\"categories\";a:1:{i:2480;s:16:\"fitness-wellness\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:11:\"post-status\";s:7:\"publish\";s:12:\"post-content\";s:0:\"\";s:12:\"post-excerpt\";s:0:\"\";s:5:\"pages\";a:6:{s:8:\"id-69529\";a:12:{s:5:\"title\";s:4:\"Blog\";s:18:\"featured-image-url\";s:76:\"https://websitedemos.net/wp-content/uploads/2020/10/nutritionist-08-blog.jpg\";s:19:\"thumbnail-image-url\";s:85:\"https://websitedemos.net/wp-content/uploads/2020/10/nutritionist-08-blog-600x1061.jpg\";s:18:\"astra-page-api-url\";s:64:\"https://websitedemos.net/nutritionist-08/wp-json/wp/v2/pages/728\";s:12:\"dynamic-page\";s:3:\"yes\";s:14:\"astra-page-url\";s:40:\"//websitedemos.net/nutritionist-08/blog/\";s:15:\"astra-sites-tag\";a:0:{}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}}s:8:\"id-48321\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:71:\"https://websitedemos.net/wp-content/uploads/2020/10/nutritionist-08.jpg\";s:19:\"thumbnail-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2020/10/nutritionist-08-600x2730.jpg\";s:18:\"astra-page-api-url\";s:62:\"https://websitedemos.net/nutritionist-08/wp-json/wp/v2/pages/6\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:35:\"//websitedemos.net/nutritionist-08/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}s:8:\"id-48319\";a:12:{s:5:\"title\";s:5:\"About\";s:18:\"featured-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2020/10/nutritionist-08-about-1.jpg\";s:19:\"thumbnail-image-url\";s:88:\"https://websitedemos.net/wp-content/uploads/2020/10/nutritionist-08-about-1-600x1230.jpg\";s:18:\"astra-page-api-url\";s:64:\"https://websitedemos.net/nutritionist-08/wp-json/wp/v2/pages/134\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:41:\"//websitedemos.net/nutritionist-08/about/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:0:{}}s:8:\"id-48322\";a:12:{s:5:\"title\";s:8:\"Programs\";s:18:\"featured-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2020/10/nutritionist-08-programs.jpg\";s:19:\"thumbnail-image-url\";s:89:\"https://websitedemos.net/wp-content/uploads/2020/10/nutritionist-08-programs-600x1480.jpg\";s:18:\"astra-page-api-url\";s:64:\"https://websitedemos.net/nutritionist-08/wp-json/wp/v2/pages/164\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:44:\"//websitedemos.net/nutritionist-08/programs/\";s:15:\"astra-sites-tag\";a:1:{i:989;s:8:\"programs\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}}s:8:\"id-48323\";a:12:{s:5:\"title\";s:15:\"Success Stories\";s:18:\"featured-image-url\";s:89:\"https://websitedemos.net/wp-content/uploads/2020/10/nutritionist-08-success-stories-1.jpg\";s:19:\"thumbnail-image-url\";s:97:\"https://websitedemos.net/wp-content/uploads/2020/10/nutritionist-08-success-stories-1-600x942.jpg\";s:18:\"astra-page-api-url\";s:64:\"https://websitedemos.net/nutritionist-08/wp-json/wp/v2/pages/180\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:51:\"//websitedemos.net/nutritionist-08/success-stories/\";s:15:\"astra-sites-tag\";a:3:{i:432;s:6:\"review\";i:990;s:15:\"success-stories\";i:433;s:12:\"testimonials\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}}s:8:\"id-48320\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:81:\"https://websitedemos.net/wp-content/uploads/2020/10/nutritionist-08-contact-1.jpg\";s:19:\"thumbnail-image-url\";s:89:\"https://websitedemos.net/wp-content/uploads/2020/10/nutritionist-08-contact-1-600x808.jpg\";s:18:\"astra-page-api-url\";s:64:\"https://websitedemos.net/nutritionist-08/wp-json/wp/v2/pages/196\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:43:\"//websitedemos.net/nutritionist-08/contact/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}}s:19:\"related-bb-template\";s:0:\"\";s:26:\"related-elementor-template\";s:0:\"\";s:26:\"related-gutenberg-template\";s:0:\"\";}s:8:\"id-49726\";a:22:{s:5:\"title\";s:12:\"Entrepreneur\";s:2:\"id\";i:49726;s:12:\"publish-date\";i:1612274657;s:18:\"featured-image-url\";s:71:\"https://websitedemos.net/wp-content/uploads/2021/02/entrepreneur-08.jpg\";s:19:\"thumbnail-image-url\";s:71:\"https://websitedemos.net/wp-content/uploads/2021/02/entrepreneur-08.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:71:\"https://websitedemos.net/wp-content/uploads/2021/02/entrepreneur-08.jpg\";s:14:\"astra-site-url\";s:34:\"//websitedemos.net/entrepreneur-08\";s:20:\"astra-site-parent-id\";i:1847;s:15:\"astra-sites-tag\";a:7:{i:795;s:10:\"contractor\";i:1848;s:12:\"entrepreneur\";i:796;s:9:\"executive\";i:801;s:7:\"founder\";i:798;s:7:\"manager\";i:799;s:9:\"organizer\";i:804;s:8:\"promoter\";}s:16:\"astra-sites-type\";s:4:\"free\";s:19:\"astra-site-category\";a:2:{i:27;s:8:\"business\";i:39;s:4:\"free\";}s:29:\"astra-sites-template-category\";a:0:{}s:23:\"astra-site-page-builder\";s:9:\"gutenberg\";s:10:\"categories\";a:1:{i:2483;s:15:\"expert-services\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:29:\"Ultimate Addons for Gutenberg\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:11:\"post-status\";s:7:\"publish\";s:12:\"post-content\";s:0:\"\";s:12:\"post-excerpt\";s:0:\"\";s:5:\"pages\";a:4:{s:8:\"id-49727\";a:12:{s:5:\"title\";s:8:\"About Me\";s:18:\"featured-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2021/02/entrepreneur-08-about-me.jpg\";s:19:\"thumbnail-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2021/02/entrepreneur-08-about-me.jpg\";s:18:\"astra-page-api-url\";s:66:\"https://websitedemos.net/entrepreneur-08/wp-json/wp/v2/pages/25265\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:44:\"//websitedemos.net/entrepreneur-08/about-me/\";s:15:\"astra-sites-tag\";a:1:{i:1007;s:8:\"about-me\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:0:{}}s:8:\"id-49728\";a:12:{s:5:\"title\";s:4:\"Blog\";s:18:\"featured-image-url\";s:76:\"https://websitedemos.net/wp-content/uploads/2021/02/entrepreneur-08-blog.jpg\";s:19:\"thumbnail-image-url\";s:76:\"https://websitedemos.net/wp-content/uploads/2021/02/entrepreneur-08-blog.jpg\";s:18:\"astra-page-api-url\";s:66:\"https://websitedemos.net/entrepreneur-08/wp-json/wp/v2/pages/25266\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:40:\"//websitedemos.net/entrepreneur-08/blog/\";s:15:\"astra-sites-tag\";a:1:{i:480;s:4:\"blog\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:0:{}}s:8:\"id-49729\";a:12:{s:5:\"title\";s:10:\"Contact Me\";s:18:\"featured-image-url\";s:82:\"https://websitedemos.net/wp-content/uploads/2021/02/entrepreneur-08-contact-me.jpg\";s:19:\"thumbnail-image-url\";s:82:\"https://websitedemos.net/wp-content/uploads/2021/02/entrepreneur-08-contact-me.jpg\";s:18:\"astra-page-api-url\";s:66:\"https://websitedemos.net/entrepreneur-08/wp-json/wp/v2/pages/25267\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:46:\"//websitedemos.net/entrepreneur-08/contact-me/\";s:15:\"astra-sites-tag\";a:1:{i:1009;s:10:\"contact-me\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}s:8:\"id-49730\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:71:\"https://websitedemos.net/wp-content/uploads/2021/02/entrepreneur-08.jpg\";s:19:\"thumbnail-image-url\";s:71:\"https://websitedemos.net/wp-content/uploads/2021/02/entrepreneur-08.jpg\";s:18:\"astra-page-api-url\";s:66:\"https://websitedemos.net/entrepreneur-08/wp-json/wp/v2/pages/25264\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:35:\"//websitedemos.net/entrepreneur-08/\";s:15:\"astra-sites-tag\";a:1:{i:814;s:8:\"homepage\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:0:{}}}s:19:\"related-bb-template\";s:0:\"\";s:26:\"related-elementor-template\";s:0:\"\";s:26:\"related-gutenberg-template\";s:0:\"\";}s:8:\"id-48076\";a:22:{s:5:\"title\";s:24:\"Personal Fitness Trainer\";s:2:\"id\";i:48076;s:12:\"publish-date\";i:1603893488;s:18:\"featured-image-url\";s:74:\"https://websitedemos.net/wp-content/uploads/2020/10/fitness-trainer-08.jpg\";s:19:\"thumbnail-image-url\";s:83:\"https://websitedemos.net/wp-content/uploads/2020/10/fitness-trainer-08-600x3142.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:83:\"https://websitedemos.net/wp-content/uploads/2020/10/fitness-trainer-08-400x2094.jpg\";s:14:\"astra-site-url\";s:37:\"//websitedemos.net/fitness-trainer-08\";s:20:\"astra-site-parent-id\";i:1697;s:15:\"astra-sites-tag\";a:9:{i:502;s:8:\"exercise\";i:499;s:7:\"fitness\";i:506;s:19:\"functional-training\";i:500;s:3:\"gym\";i:504;s:11:\"gym-trainer\";i:399;s:8:\"one-page\";i:463;s:11:\"single-page\";i:503;s:7:\"trainer\";i:501;s:8:\"work-out\";}s:16:\"astra-sites-type\";s:4:\"free\";s:19:\"astra-site-category\";a:2:{i:27;s:8:\"business\";i:39;s:4:\"free\";}s:29:\"astra-sites-template-category\";a:0:{}s:23:\"astra-site-page-builder\";s:9:\"gutenberg\";s:10:\"categories\";a:1:{i:2480;s:16:\"fitness-wellness\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}i:1;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}s:11:\"post-status\";s:7:\"publish\";s:12:\"post-content\";s:0:\"\";s:12:\"post-excerpt\";s:0:\"\";s:5:\"pages\";a:1:{s:8:\"id-48077\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:74:\"https://websitedemos.net/wp-content/uploads/2020/10/fitness-trainer-08.jpg\";s:19:\"thumbnail-image-url\";s:83:\"https://websitedemos.net/wp-content/uploads/2020/10/fitness-trainer-08-600x3142.jpg\";s:18:\"astra-page-api-url\";s:66:\"https://websitedemos.net/fitness-trainer-08/wp-json/wp/v2/pages/10\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:38:\"//websitedemos.net/fitness-trainer-08/\";s:15:\"astra-sites-tag\";a:3:{i:423;s:4:\"home\";i:814;s:8:\"homepage\";i:463;s:11:\"single-page\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}}s:19:\"related-bb-template\";s:0:\"\";s:26:\"related-elementor-template\";s:0:\"\";s:26:\"related-gutenberg-template\";s:0:\"\";}s:8:\"id-56682\";a:22:{s:5:\"title\";s:20:\"Chartered Accountant\";s:2:\"id\";i:56682;s:12:\"publish-date\";i:1614963624;s:18:\"featured-image-url\";s:69:\"https://websitedemos.net/wp-content/uploads/2021/03/accountant-08.jpg\";s:19:\"thumbnail-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2021/03/accountant-08-600x2501.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2021/03/accountant-08-400x1667.jpg\";s:14:\"astra-site-url\";s:32:\"//websitedemos.net/accountant-08\";s:20:\"astra-site-parent-id\";i:2252;s:15:\"astra-sites-tag\";a:3:{i:447;s:10:\"accountant\";i:449;s:20:\"chartered-accountant\";i:2254;s:22:\"finance-and-accounting\";}s:16:\"astra-sites-type\";s:4:\"free\";s:19:\"astra-site-category\";a:2:{i:27;s:8:\"business\";i:39;s:4:\"free\";}s:29:\"astra-sites-template-category\";a:0:{}s:23:\"astra-site-page-builder\";s:9:\"gutenberg\";s:10:\"categories\";a:1:{i:2481;s:15:\"finance-service\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:11:\"post-status\";s:7:\"publish\";s:12:\"post-content\";s:0:\"\";s:12:\"post-excerpt\";s:0:\"\";s:5:\"pages\";a:6:{s:8:\"id-56684\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:77:\"https://websitedemos.net/wp-content/uploads/2021/03/accountant-08-contact.jpg\";s:19:\"thumbnail-image-url\";s:85:\"https://websitedemos.net/wp-content/uploads/2021/03/accountant-08-contact-600x975.jpg\";s:18:\"astra-page-api-url\";s:61:\"https://websitedemos.net/accountant-08/wp-json/wp/v2/pages/11\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:41:\"//websitedemos.net/accountant-08/contact/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}s:8:\"id-56685\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:69:\"https://websitedemos.net/wp-content/uploads/2021/03/accountant-08.jpg\";s:19:\"thumbnail-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2021/03/accountant-08-600x2501.jpg\";s:18:\"astra-page-api-url\";s:60:\"https://websitedemos.net/accountant-08/wp-json/wp/v2/pages/6\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:33:\"//websitedemos.net/accountant-08/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}s:8:\"id-56686\";a:12:{s:5:\"title\";s:8:\"Services\";s:18:\"featured-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2021/03/accountant-08-services.jpg\";s:19:\"thumbnail-image-url\";s:87:\"https://websitedemos.net/wp-content/uploads/2021/03/accountant-08-services-600x1364.jpg\";s:18:\"astra-page-api-url\";s:60:\"https://websitedemos.net/accountant-08/wp-json/wp/v2/pages/8\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:42:\"//websitedemos.net/accountant-08/services/\";s:15:\"astra-sites-tag\";a:1:{i:425;s:8:\"services\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}}s:8:\"id-56687\";a:12:{s:5:\"title\";s:12:\"Testimonials\";s:18:\"featured-image-url\";s:82:\"https://websitedemos.net/wp-content/uploads/2021/03/accountant-08-testimonials.jpg\";s:19:\"thumbnail-image-url\";s:91:\"https://websitedemos.net/wp-content/uploads/2021/03/accountant-08-testimonials-600x1326.jpg\";s:18:\"astra-page-api-url\";s:61:\"https://websitedemos.net/accountant-08/wp-json/wp/v2/pages/10\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:46:\"//websitedemos.net/accountant-08/testimonials/\";s:15:\"astra-sites-tag\";a:1:{i:433;s:12:\"testimonials\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}}s:8:\"id-56688\";a:12:{s:5:\"title\";s:13:\"Why Choose Me\";s:18:\"featured-image-url\";s:83:\"https://websitedemos.net/wp-content/uploads/2021/03/accountant-08-why-choose-me.jpg\";s:19:\"thumbnail-image-url\";s:92:\"https://websitedemos.net/wp-content/uploads/2021/03/accountant-08-why-choose-me-600x1040.jpg\";s:18:\"astra-page-api-url\";s:60:\"https://websitedemos.net/accountant-08/wp-json/wp/v2/pages/9\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:47:\"//websitedemos.net/accountant-08/why-choose-me/\";s:15:\"astra-sites-tag\";a:3:{i:453;s:8:\"features\";i:760;s:13:\"why-choose-us\";i:852;s:6:\"why-us\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}}s:8:\"id-56683\";a:12:{s:5:\"title\";s:5:\"About\";s:18:\"featured-image-url\";s:75:\"https://websitedemos.net/wp-content/uploads/2021/03/accountant-08-about.jpg\";s:19:\"thumbnail-image-url\";s:84:\"https://websitedemos.net/wp-content/uploads/2021/03/accountant-08-about-600x1203.jpg\";s:18:\"astra-page-api-url\";s:60:\"https://websitedemos.net/accountant-08/wp-json/wp/v2/pages/7\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:39:\"//websitedemos.net/accountant-08/about/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}}}s:19:\"related-bb-template\";s:0:\"\";s:26:\"related-elementor-template\";s:0:\"\";s:26:\"related-gutenberg-template\";s:0:\"\";}s:8:\"id-48490\";a:22:{s:5:\"title\";s:14:\"Animal Welfare\";s:2:\"id\";i:48490;s:12:\"publish-date\";i:1603984632;s:18:\"featured-image-url\";s:73:\"https://websitedemos.net/wp-content/uploads/2020/10/animal-welfare-08.jpg\";s:19:\"thumbnail-image-url\";s:82:\"https://websitedemos.net/wp-content/uploads/2020/10/animal-welfare-08-600x2724.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:82:\"https://websitedemos.net/wp-content/uploads/2020/10/animal-welfare-08-400x1816.jpg\";s:14:\"astra-site-url\";s:36:\"//websitedemos.net/animal-welfare-08\";s:20:\"astra-site-parent-id\";i:1741;s:15:\"astra-sites-tag\";a:7:{i:625;s:7:\"charity\";i:735;s:6:\"donate\";i:1013;s:8:\"donation\";i:624;s:10:\"foundation\";i:1482;s:6:\"givewp\";i:745;s:12:\"organization\";i:1012;s:7:\"welfare\";}s:16:\"astra-sites-type\";s:4:\"free\";s:19:\"astra-site-category\";a:2:{i:39;s:4:\"free\";i:36;s:5:\"other\";}s:29:\"astra-sites-template-category\";a:0:{}s:23:\"astra-site-page-builder\";s:9:\"gutenberg\";s:10:\"categories\";a:1:{i:2492;s:10:\"non-profit\";}s:16:\"required-plugins\";a:4:{i:0;a:3:{s:4:\"slug\";s:13:\"astra-widgets\";s:4:\"init\";s:31:\"astra-widgets/astra-widgets.php\";s:4:\"name\";s:13:\"Astra Widgets\";}i:1;a:3:{s:4:\"slug\";s:4:\"give\";s:4:\"init\";s:13:\"give/give.php\";s:4:\"name\";s:22:\"Give - Donation Plugin\";}i:2;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}i:3;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}s:11:\"post-status\";s:7:\"publish\";s:12:\"post-content\";s:0:\"\";s:12:\"post-excerpt\";s:0:\"\";s:5:\"pages\";a:13:{s:8:\"id-57940\";a:12:{s:5:\"title\";s:15:\"Donor Dashboard\";s:18:\"featured-image-url\";s:0:\"\";s:19:\"thumbnail-image-url\";s:0:\"\";s:18:\"astra-page-api-url\";s:67:\"https://websitedemos.net/animal-welfare-08/wp-json/wp/v2/pages/1493\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:55:\"//websitedemos.net/animal-welfare-08/donor-dashboard-4/\";s:15:\"astra-sites-tag\";a:0:{}s:15:\"site-pages-type\";a:0:{}s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:0:{}s:16:\"required-plugins\";s:0:\"\";}s:8:\"id-57938\";a:12:{s:5:\"title\";s:15:\"Donor Dashboard\";s:18:\"featured-image-url\";s:0:\"\";s:19:\"thumbnail-image-url\";s:0:\"\";s:18:\"astra-page-api-url\";s:67:\"https://websitedemos.net/animal-welfare-08/wp-json/wp/v2/pages/1491\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:57:\"//websitedemos.net/animal-welfare-08/donor-dashboard-3-3/\";s:15:\"astra-sites-tag\";a:0:{}s:15:\"site-pages-type\";a:0:{}s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:0:{}s:16:\"required-plugins\";s:0:\"\";}s:8:\"id-57939\";a:12:{s:5:\"title\";s:15:\"Donor Dashboard\";s:18:\"featured-image-url\";s:0:\"\";s:19:\"thumbnail-image-url\";s:0:\"\";s:18:\"astra-page-api-url\";s:67:\"https://websitedemos.net/animal-welfare-08/wp-json/wp/v2/pages/1492\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:57:\"//websitedemos.net/animal-welfare-08/donor-dashboard-3-2/\";s:15:\"astra-sites-tag\";a:0:{}s:15:\"site-pages-type\";a:0:{}s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:0:{}s:16:\"required-plugins\";s:0:\"\";}s:8:\"id-57935\";a:12:{s:5:\"title\";s:15:\"Donor Dashboard\";s:18:\"featured-image-url\";s:0:\"\";s:19:\"thumbnail-image-url\";s:0:\"\";s:18:\"astra-page-api-url\";s:67:\"https://websitedemos.net/animal-welfare-08/wp-json/wp/v2/pages/1488\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:55:\"//websitedemos.net/animal-welfare-08/donor-dashboard-3/\";s:15:\"astra-sites-tag\";a:0:{}s:15:\"site-pages-type\";a:0:{}s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:0:{}s:16:\"required-plugins\";s:0:\"\";}s:8:\"id-57936\";a:12:{s:5:\"title\";s:15:\"Donor Dashboard\";s:18:\"featured-image-url\";s:0:\"\";s:19:\"thumbnail-image-url\";s:0:\"\";s:18:\"astra-page-api-url\";s:67:\"https://websitedemos.net/animal-welfare-08/wp-json/wp/v2/pages/1489\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:57:\"//websitedemos.net/animal-welfare-08/donor-dashboard-3-5/\";s:15:\"astra-sites-tag\";a:0:{}s:15:\"site-pages-type\";a:0:{}s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:0:{}s:16:\"required-plugins\";s:0:\"\";}s:8:\"id-57937\";a:12:{s:5:\"title\";s:15:\"Donor Dashboard\";s:18:\"featured-image-url\";s:0:\"\";s:19:\"thumbnail-image-url\";s:0:\"\";s:18:\"astra-page-api-url\";s:67:\"https://websitedemos.net/animal-welfare-08/wp-json/wp/v2/pages/1490\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:57:\"//websitedemos.net/animal-welfare-08/donor-dashboard-3-4/\";s:15:\"astra-sites-tag\";a:0:{}s:15:\"site-pages-type\";a:0:{}s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:0:{}s:16:\"required-plugins\";s:0:\"\";}s:8:\"id-57934\";a:12:{s:5:\"title\";s:15:\"Donor Dashboard\";s:18:\"featured-image-url\";s:0:\"\";s:19:\"thumbnail-image-url\";s:0:\"\";s:18:\"astra-page-api-url\";s:67:\"https://websitedemos.net/animal-welfare-08/wp-json/wp/v2/pages/1486\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:55:\"//websitedemos.net/animal-welfare-08/donor-dashboard-2/\";s:15:\"astra-sites-tag\";a:0:{}s:15:\"site-pages-type\";a:0:{}s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:0:{}s:16:\"required-plugins\";s:0:\"\";}s:8:\"id-57933\";a:12:{s:5:\"title\";s:15:\"Donor Dashboard\";s:18:\"featured-image-url\";s:0:\"\";s:19:\"thumbnail-image-url\";s:0:\"\";s:18:\"astra-page-api-url\";s:67:\"https://websitedemos.net/animal-welfare-08/wp-json/wp/v2/pages/1485\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:53:\"//websitedemos.net/animal-welfare-08/donor-dashboard/\";s:15:\"astra-sites-tag\";a:0:{}s:15:\"site-pages-type\";a:0:{}s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:0:{}s:16:\"required-plugins\";s:0:\"\";}s:8:\"id-48493\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:73:\"https://websitedemos.net/wp-content/uploads/2020/10/animal-welfare-08.jpg\";s:19:\"thumbnail-image-url\";s:82:\"https://websitedemos.net/wp-content/uploads/2020/10/animal-welfare-08-600x2724.jpg\";s:18:\"astra-page-api-url\";s:67:\"https://websitedemos.net/animal-welfare-08/wp-json/wp/v2/pages/1026\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:37:\"//websitedemos.net/animal-welfare-08/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:61;s:4:\"free\";i:139;s:5:\"other\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}}s:8:\"id-48491\";a:12:{s:5:\"title\";s:5:\"About\";s:18:\"featured-image-url\";s:81:\"https://websitedemos.net/wp-content/uploads/2020/10/animal-welfare-08-about-1.jpg\";s:19:\"thumbnail-image-url\";s:90:\"https://websitedemos.net/wp-content/uploads/2020/10/animal-welfare-08-about-1-600x1695.jpg\";s:18:\"astra-page-api-url\";s:67:\"https://websitedemos.net/animal-welfare-08/wp-json/wp/v2/pages/1027\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:43:\"//websitedemos.net/animal-welfare-08/about/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:61;s:4:\"free\";i:139;s:5:\"other\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}}s:8:\"id-48494\";a:12:{s:5:\"title\";s:17:\"See All Campaigns\";s:18:\"featured-image-url\";s:91:\"https://websitedemos.net/wp-content/uploads/2020/10/animal-welfare-08-see-all-campaigns.jpg\";s:19:\"thumbnail-image-url\";s:100:\"https://websitedemos.net/wp-content/uploads/2020/10/animal-welfare-08-see-all-campaigns-600x1711.jpg\";s:18:\"astra-page-api-url\";s:67:\"https://websitedemos.net/animal-welfare-08/wp-json/wp/v2/pages/1028\";s:12:\"dynamic-page\";s:3:\"yes\";s:14:\"astra-page-url\";s:55:\"//websitedemos.net/animal-welfare-08/see-all-campaigns/\";s:15:\"astra-sites-tag\";a:1:{i:1479;s:9:\"campaigns\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:61;s:4:\"free\";i:139;s:5:\"other\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:4:\"give\";s:4:\"init\";s:13:\"give/give.php\";s:4:\"name\";s:22:\"Give - Donation Plugin\";}i:1;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}}s:8:\"id-48495\";a:12:{s:5:\"title\";s:17:\"Star Contributors\";s:18:\"featured-image-url\";s:90:\"https://websitedemos.net/wp-content/uploads/2020/10/animal-welfare-08-star-contributor.jpg\";s:19:\"thumbnail-image-url\";s:99:\"https://websitedemos.net/wp-content/uploads/2020/10/animal-welfare-08-star-contributor-600x1625.jpg\";s:18:\"astra-page-api-url\";s:67:\"https://websitedemos.net/animal-welfare-08/wp-json/wp/v2/pages/1029\";s:12:\"dynamic-page\";s:3:\"yes\";s:14:\"astra-page-url\";s:55:\"//websitedemos.net/animal-welfare-08/star-contributors/\";s:15:\"astra-sites-tag\";a:2:{i:1014;s:10:\"contribute\";i:1481;s:11:\"star-donors\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:61;s:4:\"free\";i:139;s:5:\"other\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:4:\"give\";s:4:\"init\";s:13:\"give/give.php\";s:4:\"name\";s:22:\"Give - Donation Plugin\";}i:1;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}}s:8:\"id-48492\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:83:\"https://websitedemos.net/wp-content/uploads/2020/10/animal-welfare-08-contact-1.jpg\";s:19:\"thumbnail-image-url\";s:92:\"https://websitedemos.net/wp-content/uploads/2020/10/animal-welfare-08-contact-1-600x1230.jpg\";s:18:\"astra-page-api-url\";s:67:\"https://websitedemos.net/animal-welfare-08/wp-json/wp/v2/pages/1030\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:45:\"//websitedemos.net/animal-welfare-08/contact/\";s:15:\"astra-sites-tag\";a:2:{i:415;s:7:\"contact\";i:454;s:10:\"contact-us\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:61;s:4:\"free\";i:139;s:5:\"other\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}}s:19:\"related-bb-template\";s:0:\"\";s:26:\"related-elementor-template\";s:0:\"\";s:26:\"related-gutenberg-template\";s:0:\"\";}s:8:\"id-48442\";a:22:{s:5:\"title\";s:14:\"Dentist Clinic\";s:2:\"id\";i:48442;s:12:\"publish-date\";i:1603913248;s:18:\"featured-image-url\";s:68:\"https://websitedemos.net/wp-content/uploads/2020/10/dentist-08-1.jpg\";s:19:\"thumbnail-image-url\";s:77:\"https://websitedemos.net/wp-content/uploads/2020/10/dentist-08-1-600x2480.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:77:\"https://websitedemos.net/wp-content/uploads/2020/10/dentist-08-1-400x1653.jpg\";s:14:\"astra-site-url\";s:29:\"//websitedemos.net/dentist-08\";s:20:\"astra-site-parent-id\";i:1733;s:15:\"astra-sites-tag\";a:3:{i:338;s:6:\"dental\";i:623;s:7:\"dentist\";i:1734;s:14:\"dentist-clinic\";}s:16:\"astra-sites-type\";s:4:\"free\";s:19:\"astra-site-category\";a:2:{i:27;s:8:\"business\";i:39;s:4:\"free\";}s:29:\"astra-sites-template-category\";a:0:{}s:23:\"astra-site-page-builder\";s:9:\"gutenberg\";s:10:\"categories\";a:1:{i:2490;s:10:\"healthcare\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}i:1;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}s:11:\"post-status\";s:7:\"publish\";s:12:\"post-content\";s:0:\"\";s:12:\"post-excerpt\";s:0:\"\";s:5:\"pages\";a:1:{s:8:\"id-48443\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:68:\"https://websitedemos.net/wp-content/uploads/2020/10/dentist-08-1.jpg\";s:19:\"thumbnail-image-url\";s:77:\"https://websitedemos.net/wp-content/uploads/2020/10/dentist-08-1-600x2480.jpg\";s:18:\"astra-page-api-url\";s:59:\"https://websitedemos.net/dentist-08/wp-json/wp/v2/pages/409\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:30:\"//websitedemos.net/dentist-08/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}}s:19:\"related-bb-template\";s:0:\"\";s:26:\"related-elementor-template\";s:0:\"\";s:26:\"related-gutenberg-template\";s:0:\"\";}s:8:\"id-47862\";a:22:{s:5:\"title\";s:11:\"Pet Sitting\";s:2:\"id\";i:47862;s:12:\"publish-date\";i:1603821511;s:18:\"featured-image-url\";s:70:\"https://websitedemos.net/wp-content/uploads/2020/10/pet-sitting-08.jpg\";s:19:\"thumbnail-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2020/10/pet-sitting-08-600x2415.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2020/10/pet-sitting-08-400x1610.jpg\";s:14:\"astra-site-url\";s:33:\"//websitedemos.net/pet-sitting-08\";s:20:\"astra-site-parent-id\";i:1680;s:15:\"astra-sites-tag\";a:5:{i:374;s:8:\"pet-care\";i:372;s:11:\"pet-minding\";i:371;s:11:\"pet-sitting\";i:373;s:12:\"pet-training\";i:1687;s:11:\"pet-walking\";}s:16:\"astra-sites-type\";s:4:\"free\";s:19:\"astra-site-category\";a:2:{i:27;s:8:\"business\";i:39;s:4:\"free\";}s:29:\"astra-sites-template-category\";a:0:{}s:23:\"astra-site-page-builder\";s:9:\"gutenberg\";s:10:\"categories\";a:1:{i:2472;s:4:\"pets\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}i:1;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}s:11:\"post-status\";s:7:\"publish\";s:12:\"post-content\";s:0:\"\";s:12:\"post-excerpt\";s:0:\"\";s:5:\"pages\";a:4:{s:8:\"id-47864\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:70:\"https://websitedemos.net/wp-content/uploads/2020/10/pet-sitting-08.jpg\";s:19:\"thumbnail-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2020/10/pet-sitting-08-600x2415.jpg\";s:18:\"astra-page-api-url\";s:63:\"https://websitedemos.net/pet-sitting-08/wp-json/wp/v2/pages/506\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:34:\"//websitedemos.net/pet-sitting-08/\";s:15:\"astra-sites-tag\";a:1:{i:814;s:8:\"homepage\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}}s:8:\"id-47866\";a:12:{s:5:\"title\";s:10:\"Who We Are\";s:18:\"featured-image-url\";s:81:\"https://websitedemos.net/wp-content/uploads/2020/10/pet-sitting-08-who-we-are.jpg\";s:19:\"thumbnail-image-url\";s:90:\"https://websitedemos.net/wp-content/uploads/2020/10/pet-sitting-08-who-we-are-600x2193.jpg\";s:18:\"astra-page-api-url\";s:63:\"https://websitedemos.net/pet-sitting-08/wp-json/wp/v2/pages/508\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:45:\"//websitedemos.net/pet-sitting-08/who-we-are/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}}s:8:\"id-47865\";a:12:{s:5:\"title\";s:8:\"Services\";s:18:\"featured-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2020/10/pet-sitting-08-services.jpg\";s:19:\"thumbnail-image-url\";s:88:\"https://websitedemos.net/wp-content/uploads/2020/10/pet-sitting-08-services-600x2250.jpg\";s:18:\"astra-page-api-url\";s:63:\"https://websitedemos.net/pet-sitting-08/wp-json/wp/v2/pages/509\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:43:\"//websitedemos.net/pet-sitting-08/services/\";s:15:\"astra-sites-tag\";a:1:{i:425;s:8:\"services\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}}s:8:\"id-47863\";a:12:{s:5:\"title\";s:12:\"Get In Touch\";s:18:\"featured-image-url\";s:83:\"https://websitedemos.net/wp-content/uploads/2020/10/pet-sitting-08-get-in-touch.jpg\";s:19:\"thumbnail-image-url\";s:92:\"https://websitedemos.net/wp-content/uploads/2020/10/pet-sitting-08-get-in-touch-600x1036.jpg\";s:18:\"astra-page-api-url\";s:63:\"https://websitedemos.net/pet-sitting-08/wp-json/wp/v2/pages/510\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:47:\"//websitedemos.net/pet-sitting-08/get-in-touch/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}}s:19:\"related-bb-template\";s:0:\"\";s:26:\"related-elementor-template\";s:0:\"\";s:26:\"related-gutenberg-template\";s:0:\"\";}s:8:\"id-48300\";a:22:{s:5:\"title\";s:15:\"Custom Printing\";s:2:\"id\";i:48300;s:12:\"publish-date\";i:1603905872;s:18:\"featured-image-url\";s:74:\"https://websitedemos.net/wp-content/uploads/2020/10/custom-printing-08.jpg\";s:19:\"thumbnail-image-url\";s:83:\"https://websitedemos.net/wp-content/uploads/2020/10/custom-printing-08-600x2002.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:83:\"https://websitedemos.net/wp-content/uploads/2020/10/custom-printing-08-400x1335.jpg\";s:14:\"astra-site-url\";s:37:\"//websitedemos.net/custom-printing-08\";s:20:\"astra-site-parent-id\";i:1719;s:15:\"astra-sites-tag\";a:20:{i:2418;s:8:\"commerce\";i:400;s:15:\"custom-printing\";i:1017;s:10:\"e-commerce\";i:496;s:9:\"ecommerce\";i:1817;s:15:\"ecommerce-store\";i:2419;s:9:\"eshopping\";i:881;s:12:\"mug-printing\";i:2422;s:13:\"online-market\";i:732;s:11:\"online-shop\";i:2420;s:15:\"online-shopping\";i:383;s:12:\"online-store\";i:967;s:13:\"product-store\";i:2421;s:9:\"purchases\";i:2417;s:8:\"reseller\";i:733;s:4:\"shop\";i:2416;s:8:\"shopping\";i:749;s:5:\"store\";i:405;s:16:\"t-shirt-printing\";i:966;s:12:\"woo-commerce\";i:1024;s:11:\"woocommerce\";}s:16:\"astra-sites-type\";s:4:\"free\";s:19:\"astra-site-category\";a:2:{i:38;s:9:\"ecommerce\";i:39;s:4:\"free\";}s:29:\"astra-sites-template-category\";a:0:{}s:23:\"astra-site-page-builder\";s:9:\"gutenberg\";s:10:\"categories\";a:1:{i:2495;s:9:\"ecommerce\";}s:16:\"required-plugins\";a:6:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}i:1;a:3:{s:4:\"slug\";s:11:\"woocommerce\";s:4:\"init\";s:27:\"woocommerce/woocommerce.php\";s:4:\"name\";s:11:\"WooCommerce\";}i:2;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}i:3;a:3:{s:4:\"slug\";s:29:\"woo-cart-abandonment-recovery\";s:4:\"init\";s:63:\"woo-cart-abandonment-recovery/woo-cart-abandonment-recovery.php\";s:4:\"name\";s:37:\"WooCommerce Cart Abandonment Recovery\";}i:4;a:3:{s:4:\"slug\";s:13:\"astra-widgets\";s:4:\"init\";s:31:\"astra-widgets/astra-widgets.php\";s:4:\"name\";s:13:\"Astra Widgets\";}i:5;a:3:{s:4:\"slug\";s:22:\"variation-swatches-woo\";s:4:\"init\";s:49:\"variation-swatches-woo/variation-swatches-woo.php\";s:4:\"name\";s:34:\"Variation Swatches for WooCommerce\";}}s:11:\"post-status\";s:7:\"publish\";s:12:\"post-content\";s:0:\"\";s:12:\"post-excerpt\";s:0:\"\";s:5:\"pages\";a:3:{s:8:\"id-48303\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:74:\"https://websitedemos.net/wp-content/uploads/2020/10/custom-printing-08.jpg\";s:19:\"thumbnail-image-url\";s:83:\"https://websitedemos.net/wp-content/uploads/2020/10/custom-printing-08-600x2002.jpg\";s:18:\"astra-page-api-url\";s:68:\"https://websitedemos.net/custom-printing-08/wp-json/wp/v2/pages/2089\";s:12:\"dynamic-page\";s:3:\"yes\";s:14:\"astra-page-url\";s:38:\"//websitedemos.net/custom-printing-08/\";s:15:\"astra-sites-tag\";a:1:{i:814;s:8:\"homepage\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:64;s:9:\"ecommerce\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}}s:8:\"id-48301\";a:12:{s:5:\"title\";s:5:\"About\";s:18:\"featured-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2020/10/custom-printing-08-about.jpg\";s:19:\"thumbnail-image-url\";s:89:\"https://websitedemos.net/wp-content/uploads/2020/10/custom-printing-08-about-600x1552.jpg\";s:18:\"astra-page-api-url\";s:68:\"https://websitedemos.net/custom-printing-08/wp-json/wp/v2/pages/2161\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:44:\"//websitedemos.net/custom-printing-08/about/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:64;s:9:\"ecommerce\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}}s:8:\"id-48302\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:82:\"https://websitedemos.net/wp-content/uploads/2020/10/custom-printing-08-contact.jpg\";s:19:\"thumbnail-image-url\";s:90:\"https://websitedemos.net/wp-content/uploads/2020/10/custom-printing-08-contact-600x554.jpg\";s:18:\"astra-page-api-url\";s:68:\"https://websitedemos.net/custom-printing-08/wp-json/wp/v2/pages/2162\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:46:\"//websitedemos.net/custom-printing-08/contact/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:64;s:9:\"ecommerce\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}}s:19:\"related-bb-template\";s:0:\"\";s:26:\"related-elementor-template\";s:0:\"\";s:26:\"related-gutenberg-template\";s:0:\"\";}s:8:\"id-55455\";a:22:{s:5:\"title\";s:21:\"Professional Services\";s:2:\"id\";i:55455;s:12:\"publish-date\";i:1621891263;s:18:\"featured-image-url\";s:82:\"https://websitedemos.net/wp-content/uploads/2021/05/professional-services-08-2.jpg\";s:19:\"thumbnail-image-url\";s:91:\"https://websitedemos.net/wp-content/uploads/2021/05/professional-services-08-2-600x1765.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:91:\"https://websitedemos.net/wp-content/uploads/2021/05/professional-services-08-2-400x1177.jpg\";s:14:\"astra-site-url\";s:43:\"//websitedemos.net/professional-services-08\";s:20:\"astra-site-parent-id\";i:2123;s:15:\"astra-sites-tag\";a:7:{i:2131;s:15:\"accounting-firm\";i:2135;s:17:\"advisory-services\";i:2134;s:8:\"advocate\";i:2133;s:13:\"advocate-firm\";i:2132;s:13:\"auditing-firm\";i:2136;s:17:\"business-coaching\";i:2129;s:21:\"professional-coaching\";}s:16:\"astra-sites-type\";s:4:\"free\";s:19:\"astra-site-category\";a:2:{i:27;s:8:\"business\";i:39;s:4:\"free\";}s:29:\"astra-sites-template-category\";a:0:{}s:23:\"astra-site-page-builder\";s:9:\"gutenberg\";s:10:\"categories\";a:1:{i:2483;s:15:\"expert-services\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}i:1;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}s:11:\"post-status\";s:7:\"publish\";s:12:\"post-content\";s:0:\"\";s:12:\"post-excerpt\";s:0:\"\";s:5:\"pages\";a:4:{s:8:\"id-55459\";a:12:{s:5:\"title\";s:8:\"Services\";s:18:\"featured-image-url\";s:91:\"https://websitedemos.net/wp-content/uploads/2021/05/professional-services-08-services-1.jpg\";s:19:\"thumbnail-image-url\";s:100:\"https://websitedemos.net/wp-content/uploads/2021/05/professional-services-08-services-1-600x1034.jpg\";s:18:\"astra-page-api-url\";s:71:\"https://websitedemos.net/professional-services-08/wp-json/wp/v2/pages/8\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:53:\"//websitedemos.net/professional-services-08/services/\";s:15:\"astra-sites-tag\";a:1:{i:425;s:8:\"services\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}}s:8:\"id-55456\";a:12:{s:5:\"title\";s:8:\"About Us\";s:18:\"featured-image-url\";s:91:\"https://websitedemos.net/wp-content/uploads/2021/05/professional-services-08-about-us-1.jpg\";s:19:\"thumbnail-image-url\";s:100:\"https://websitedemos.net/wp-content/uploads/2021/05/professional-services-08-about-us-1-600x1490.jpg\";s:18:\"astra-page-api-url\";s:71:\"https://websitedemos.net/professional-services-08/wp-json/wp/v2/pages/7\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:53:\"//websitedemos.net/professional-services-08/about-us/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}}s:8:\"id-55457\";a:12:{s:5:\"title\";s:10:\"Contact Us\";s:18:\"featured-image-url\";s:93:\"https://websitedemos.net/wp-content/uploads/2021/05/professional-services-08-contact-us-1.jpg\";s:19:\"thumbnail-image-url\";s:102:\"https://websitedemos.net/wp-content/uploads/2021/05/professional-services-08-contact-us-1-600x1010.jpg\";s:18:\"astra-page-api-url\";s:71:\"https://websitedemos.net/professional-services-08/wp-json/wp/v2/pages/9\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:55:\"//websitedemos.net/professional-services-08/contact-us/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}s:8:\"id-55458\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:82:\"https://websitedemos.net/wp-content/uploads/2021/05/professional-services-08-2.jpg\";s:19:\"thumbnail-image-url\";s:91:\"https://websitedemos.net/wp-content/uploads/2021/05/professional-services-08-2-600x1765.jpg\";s:18:\"astra-page-api-url\";s:71:\"https://websitedemos.net/professional-services-08/wp-json/wp/v2/pages/6\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:44:\"//websitedemos.net/professional-services-08/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}}}s:19:\"related-bb-template\";s:0:\"\";s:26:\"related-elementor-template\";s:0:\"\";s:26:\"related-gutenberg-template\";s:0:\"\";}s:8:\"id-22317\";a:22:{s:5:\"title\";s:12:\"Photographer\";s:2:\"id\";i:22317;s:12:\"publish-date\";i:1561719372;s:18:\"featured-image-url\";s:73:\"https://websitedemos.net/wp-content/uploads/2019/06/photographer-08-1.jpg\";s:19:\"thumbnail-image-url\";s:82:\"https://websitedemos.net/wp-content/uploads/2019/06/photographer-08-1-600x2538.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:82:\"https://websitedemos.net/wp-content/uploads/2019/06/photographer-08-1-400x1692.jpg\";s:14:\"astra-site-url\";s:34:\"//websitedemos.net/photographer-08\";s:20:\"astra-site-parent-id\";i:75;s:15:\"astra-sites-tag\";a:9:{i:513;s:6:\"camera\";i:482;s:7:\"fashion\";i:515;s:4:\"lens\";i:510;s:9:\"modelling\";i:511;s:12:\"photographer\";i:509;s:11:\"photography\";i:444;s:9:\"portfolio\";i:514;s:11:\"videography\";i:512;s:13:\"wedding-shoot\";}s:16:\"astra-sites-type\";s:4:\"free\";s:19:\"astra-site-category\";a:2:{i:37;s:4:\"blog\";i:39;s:4:\"free\";}s:29:\"astra-sites-template-category\";a:4:{i:2770;s:8:\"personal\";i:2773;s:11:\"photography\";i:2768;s:9:\"portfolio\";i:2831;s:7:\"service\";}s:23:\"astra-site-page-builder\";s:9:\"gutenberg\";s:10:\"categories\";a:2:{i:2485;s:11:\"photography\";i:2488;s:9:\"portfolio\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}s:11:\"post-status\";s:7:\"publish\";s:12:\"post-content\";s:0:\"\";s:12:\"post-excerpt\";s:0:\"\";s:5:\"pages\";a:3:{s:8:\"id-22320\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:73:\"https://websitedemos.net/wp-content/uploads/2019/06/photographer-08-1.jpg\";s:19:\"thumbnail-image-url\";s:82:\"https://websitedemos.net/wp-content/uploads/2019/06/photographer-08-1-600x2538.jpg\";s:18:\"astra-page-api-url\";s:62:\"https://websitedemos.net/photographer-08/wp-json/wp/v2/pages/8\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:35:\"//websitedemos.net/photographer-08/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:74;s:4:\"blog\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}}s:8:\"id-22318\";a:12:{s:5:\"title\";s:5:\"About\";s:18:\"featured-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2019/06/photographer-08-about-1.jpg\";s:19:\"thumbnail-image-url\";s:88:\"https://websitedemos.net/wp-content/uploads/2019/06/photographer-08-about-1-600x1349.jpg\";s:18:\"astra-page-api-url\";s:63:\"https://websitedemos.net/photographer-08/wp-json/wp/v2/pages/26\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:41:\"//websitedemos.net/photographer-08/about/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:74;s:4:\"blog\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}}s:8:\"id-22319\";a:12:{s:5:\"title\";s:4:\"Blog\";s:18:\"featured-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2019/06/photographer-08-blog-1.jpg\";s:19:\"thumbnail-image-url\";s:86:\"https://websitedemos.net/wp-content/uploads/2019/06/photographer-08-blog-1-600x961.jpg\";s:18:\"astra-page-api-url\";s:64:\"https://websitedemos.net/photographer-08/wp-json/wp/v2/pages/267\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:40:\"//websitedemos.net/photographer-08/blog/\";s:15:\"astra-sites-tag\";a:1:{i:480;s:4:\"blog\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:74;s:4:\"blog\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}}}s:19:\"related-bb-template\";s:0:\"\";s:26:\"related-elementor-template\";s:0:\"\";s:26:\"related-gutenberg-template\";s:0:\"\";}s:8:\"id-48391\";a:22:{s:5:\"title\";s:29:\"Windows &#038; Doors Services\";s:2:\"id\";i:48391;s:12:\"publish-date\";i:1603911926;s:18:\"featured-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2020/10/windows-and-doors-08-1.jpg\";s:19:\"thumbnail-image-url\";s:87:\"https://websitedemos.net/wp-content/uploads/2020/10/windows-and-doors-08-1-600x2034.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:87:\"https://websitedemos.net/wp-content/uploads/2020/10/windows-and-doors-08-1-400x1356.jpg\";s:14:\"astra-site-url\";s:39:\"//websitedemos.net/windows-and-doors-08\";s:20:\"astra-site-parent-id\";i:1730;s:15:\"astra-sites-tag\";a:7:{i:435;s:12:\"architecture\";i:440;s:5:\"doors\";i:436;s:8:\"interior\";i:1021;s:14:\"local-business\";i:439;s:14:\"local-services\";i:441;s:10:\"technician\";i:438;s:7:\"windows\";}s:16:\"astra-sites-type\";s:4:\"free\";s:19:\"astra-site-category\";a:2:{i:27;s:8:\"business\";i:39;s:4:\"free\";}s:29:\"astra-sites-template-category\";a:4:{i:2795;s:12:\"architecture\";i:2777;s:8:\"business\";i:2768;s:9:\"portfolio\";i:2831;s:7:\"service\";}s:23:\"astra-site-page-builder\";s:9:\"gutenberg\";s:10:\"categories\";a:1:{i:2471;s:16:\"local-technician\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}i:1;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}s:11:\"post-status\";s:7:\"publish\";s:12:\"post-content\";s:0:\"\";s:12:\"post-excerpt\";s:0:\"\";s:5:\"pages\";a:6:{s:8:\"id-48395\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2020/10/windows-and-doors-08-1.jpg\";s:19:\"thumbnail-image-url\";s:87:\"https://websitedemos.net/wp-content/uploads/2020/10/windows-and-doors-08-1-600x2034.jpg\";s:18:\"astra-page-api-url\";s:68:\"https://websitedemos.net/windows-and-doors-08/wp-json/wp/v2/pages/10\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:40:\"//websitedemos.net/windows-and-doors-08/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}s:8:\"id-48392\";a:12:{s:5:\"title\";s:5:\"About\";s:18:\"featured-image-url\";s:84:\"https://websitedemos.net/wp-content/uploads/2020/10/windows-and-doors-08-about-1.jpg\";s:19:\"thumbnail-image-url\";s:93:\"https://websitedemos.net/wp-content/uploads/2020/10/windows-and-doors-08-about-1-600x1247.jpg\";s:18:\"astra-page-api-url\";s:68:\"https://websitedemos.net/windows-and-doors-08/wp-json/wp/v2/pages/13\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:46:\"//websitedemos.net/windows-and-doors-08/about/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}}s:8:\"id-48397\";a:12:{s:5:\"title\";s:8:\"Services\";s:18:\"featured-image-url\";s:87:\"https://websitedemos.net/wp-content/uploads/2020/10/windows-and-doors-08-services-1.jpg\";s:19:\"thumbnail-image-url\";s:96:\"https://websitedemos.net/wp-content/uploads/2020/10/windows-and-doors-08-services-1-600x1696.jpg\";s:18:\"astra-page-api-url\";s:68:\"https://websitedemos.net/windows-and-doors-08/wp-json/wp/v2/pages/15\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:49:\"//websitedemos.net/windows-and-doors-08/services/\";s:15:\"astra-sites-tag\";a:1:{i:425;s:8:\"services\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}}s:8:\"id-48396\";a:12:{s:5:\"title\";s:9:\"Portfolio\";s:18:\"featured-image-url\";s:88:\"https://websitedemos.net/wp-content/uploads/2020/10/windows-and-doors-08-portfolio-1.jpg\";s:19:\"thumbnail-image-url\";s:97:\"https://websitedemos.net/wp-content/uploads/2020/10/windows-and-doors-08-portfolio-1-600x1310.jpg\";s:18:\"astra-page-api-url\";s:68:\"https://websitedemos.net/windows-and-doors-08/wp-json/wp/v2/pages/12\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:50:\"//websitedemos.net/windows-and-doors-08/portfolio/\";s:15:\"astra-sites-tag\";a:1:{i:444;s:9:\"portfolio\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}}s:8:\"id-48394\";a:12:{s:5:\"title\";s:4:\"FAQs\";s:18:\"featured-image-url\";s:83:\"https://websitedemos.net/wp-content/uploads/2020/10/windows-and-doors-08-faqs-1.jpg\";s:19:\"thumbnail-image-url\";s:91:\"https://websitedemos.net/wp-content/uploads/2020/10/windows-and-doors-08-faqs-1-600x810.jpg\";s:18:\"astra-page-api-url\";s:69:\"https://websitedemos.net/windows-and-doors-08/wp-json/wp/v2/pages/171\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:45:\"//websitedemos.net/windows-and-doors-08/faqs/\";s:15:\"astra-sites-tag\";a:1:{i:426;s:3:\"faq\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}}s:8:\"id-48393\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:86:\"https://websitedemos.net/wp-content/uploads/2020/10/windows-and-doors-08-contact-1.jpg\";s:19:\"thumbnail-image-url\";s:94:\"https://websitedemos.net/wp-content/uploads/2020/10/windows-and-doors-08-contact-1-600x792.jpg\";s:18:\"astra-page-api-url\";s:69:\"https://websitedemos.net/windows-and-doors-08/wp-json/wp/v2/pages/180\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:48:\"//websitedemos.net/windows-and-doors-08/contact/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}}s:19:\"related-bb-template\";s:0:\"\";s:26:\"related-elementor-template\";s:0:\"\";s:26:\"related-gutenberg-template\";s:0:\"\";}s:8:\"id-55398\";a:22:{s:5:\"title\";s:15:\"Salon &amp; Spa\";s:2:\"id\";i:55398;s:12:\"publish-date\";i:1621884270;s:18:\"featured-image-url\";s:66:\"https://websitedemos.net/wp-content/uploads/2021/05/stylist-08.jpg\";s:19:\"thumbnail-image-url\";s:75:\"https://websitedemos.net/wp-content/uploads/2021/05/stylist-08-600x2474.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:75:\"https://websitedemos.net/wp-content/uploads/2021/05/stylist-08-400x1649.jpg\";s:14:\"astra-site-url\";s:29:\"//websitedemos.net/stylist-08\";s:20:\"astra-site-parent-id\";i:2101;s:15:\"astra-sites-tag\";a:11:{i:2102;s:10:\"beautician\";i:2121;s:13:\"beauty-parlor\";i:2106;s:12:\"beauty-salon\";i:2120;s:18:\"fashion-and-beauty\";i:1642;s:10:\"hair-salon\";i:2108;s:11:\"hairdresser\";i:577;s:13:\"makeup-artist\";i:2119;s:13:\"salon-and-spa\";i:530;s:3:\"spa\";i:2107;s:7:\"stylist\";i:619;s:8:\"wellness\";}s:16:\"astra-sites-type\";s:4:\"free\";s:19:\"astra-site-category\";a:2:{i:27;s:8:\"business\";i:39;s:4:\"free\";}s:29:\"astra-sites-template-category\";a:0:{}s:23:\"astra-site-page-builder\";s:9:\"gutenberg\";s:10:\"categories\";a:1:{i:2479;s:6:\"beauty\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:11:\"post-status\";s:7:\"publish\";s:12:\"post-content\";s:0:\"\";s:12:\"post-excerpt\";s:0:\"\";s:5:\"pages\";a:4:{s:8:\"id-55400\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:74:\"https://websitedemos.net/wp-content/uploads/2021/05/stylist-contact-08.jpg\";s:19:\"thumbnail-image-url\";s:82:\"https://websitedemos.net/wp-content/uploads/2021/05/stylist-contact-08-600x879.jpg\";s:18:\"astra-page-api-url\";s:59:\"https://websitedemos.net/stylist-08/wp-json/wp/v2/pages/904\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:38:\"//websitedemos.net/stylist-08/contact/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}s:8:\"id-55399\";a:12:{s:5:\"title\";s:5:\"About\";s:18:\"featured-image-url\";s:72:\"https://websitedemos.net/wp-content/uploads/2021/05/stylist-about-08.jpg\";s:19:\"thumbnail-image-url\";s:81:\"https://websitedemos.net/wp-content/uploads/2021/05/stylist-about-08-600x1247.jpg\";s:18:\"astra-page-api-url\";s:59:\"https://websitedemos.net/stylist-08/wp-json/wp/v2/pages/900\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:36:\"//websitedemos.net/stylist-08/about/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}}s:8:\"id-55402\";a:12:{s:5:\"title\";s:8:\"Services\";s:18:\"featured-image-url\";s:75:\"https://websitedemos.net/wp-content/uploads/2021/05/stylist-services-08.jpg\";s:19:\"thumbnail-image-url\";s:84:\"https://websitedemos.net/wp-content/uploads/2021/05/stylist-services-08-600x1642.jpg\";s:18:\"astra-page-api-url\";s:59:\"https://websitedemos.net/stylist-08/wp-json/wp/v2/pages/902\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:39:\"//websitedemos.net/stylist-08/services/\";s:15:\"astra-sites-tag\";a:1:{i:425;s:8:\"services\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}}s:8:\"id-55401\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:66:\"https://websitedemos.net/wp-content/uploads/2021/05/stylist-08.jpg\";s:19:\"thumbnail-image-url\";s:75:\"https://websitedemos.net/wp-content/uploads/2021/05/stylist-08-600x2474.jpg\";s:18:\"astra-page-api-url\";s:57:\"https://websitedemos.net/stylist-08/wp-json/wp/v2/pages/6\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:30:\"//websitedemos.net/stylist-08/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}}}s:19:\"related-bb-template\";s:0:\"\";s:26:\"related-elementor-template\";s:0:\"\";s:26:\"related-gutenberg-template\";s:0:\"\";}s: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-55310\";a:22:{s:5:\"title\";s:20:\"Travel &amp; Tourism\";s:2:\"id\";i:55310;s:12:\"publish-date\";i:1621612162;s:18:\"featured-image-url\";s:77:\"https://websitedemos.net/wp-content/uploads/2021/05/travel-and-tourism-08.jpg\";s:19:\"thumbnail-image-url\";s:86:\"https://websitedemos.net/wp-content/uploads/2021/05/travel-and-tourism-08-600x2616.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:86:\"https://websitedemos.net/wp-content/uploads/2021/05/travel-and-tourism-08-400x1744.jpg\";s:14:\"astra-site-url\";s:40:\"//websitedemos.net/travel-and-tourism-08\";s:20:\"astra-site-parent-id\";i:2065;s:15:\"astra-sites-tag\";a:17:{i:2073;s:13:\"accommodation\";i:2076;s:18:\"apartments-hostels\";i:1534;s:3:\"bnb\";i:2078;s:14:\"business-hotel\";i:2079;s:10:\"guesthouse\";i:2080;s:8:\"homestay\";i:350;s:5:\"hotel\";i:2081;s:13:\"island-resort\";i:2082;s:12:\"luxury-hotel\";i:714;s:6:\"resort\";i:2077;s:12:\"tour-company\";i:430;s:7:\"tourism\";i:427;s:6:\"travel\";i:428;s:13:\"travel-agency\";i:2075;s:15:\"travel-services\";i:2083;s:8:\"urban-bb\";i:2084;s:15:\"vacation-rental\";}s:16:\"astra-sites-type\";s:4:\"free\";s:19:\"astra-site-category\";a:2:{i:27;s:8:\"business\";i:39;s:4:\"free\";}s:29:\"astra-sites-template-category\";a:0:{}s:23:\"astra-site-page-builder\";s:9:\"gutenberg\";s:10:\"categories\";a:1:{i:2498;s:12:\"hotel-travel\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}i:1;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}s:11:\"post-status\";s:7:\"publish\";s:12:\"post-content\";s:0:\"\";s:12:\"post-excerpt\";s:0:\"\";s:5:\"pages\";a:4:{s:8:\"id-55311\";a:12:{s:5:\"title\";s:9:\"Amenities\";s:18:\"featured-image-url\";s:89:\"https://websitedemos.net/wp-content/uploads/2021/05/travel-and-tourism-08-amenities-1.jpg\";s:19:\"thumbnail-image-url\";s:98:\"https://websitedemos.net/wp-content/uploads/2021/05/travel-and-tourism-08-amenities-1-600x2270.jpg\";s:18:\"astra-page-api-url\";s:69:\"https://websitedemos.net/travel-and-tourism-08/wp-json/wp/v2/pages/12\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:51:\"//websitedemos.net/travel-and-tourism-08/amenities/\";s:15:\"astra-sites-tag\";a:2:{i:777;s:9:\"amenities\";i:1599;s:10:\"facilities\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}}s:8:\"id-55312\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:85:\"https://websitedemos.net/wp-content/uploads/2021/05/travel-and-tourism-08-contact.jpg\";s:19:\"thumbnail-image-url\";s:93:\"https://websitedemos.net/wp-content/uploads/2021/05/travel-and-tourism-08-contact-600x963.jpg\";s:18:\"astra-page-api-url\";s:69:\"https://websitedemos.net/travel-and-tourism-08/wp-json/wp/v2/pages/14\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:49:\"//websitedemos.net/travel-and-tourism-08/contact/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}s:8:\"id-55313\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:77:\"https://websitedemos.net/wp-content/uploads/2021/05/travel-and-tourism-08.jpg\";s:19:\"thumbnail-image-url\";s:86:\"https://websitedemos.net/wp-content/uploads/2021/05/travel-and-tourism-08-600x2616.jpg\";s:18:\"astra-page-api-url\";s:68:\"https://websitedemos.net/travel-and-tourism-08/wp-json/wp/v2/pages/8\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:41:\"//websitedemos.net/travel-and-tourism-08/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}}s:8:\"id-55314\";a:12:{s:5:\"title\";s:5:\"Rooms\";s:18:\"featured-image-url\";s:85:\"https://websitedemos.net/wp-content/uploads/2021/05/travel-and-tourism-08-rooms-1.jpg\";s:19:\"thumbnail-image-url\";s:94:\"https://websitedemos.net/wp-content/uploads/2021/05/travel-and-tourism-08-rooms-1-600x1709.jpg\";s:18:\"astra-page-api-url\";s:69:\"https://websitedemos.net/travel-and-tourism-08/wp-json/wp/v2/pages/10\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:47:\"//websitedemos.net/travel-and-tourism-08/rooms/\";s:15:\"astra-sites-tag\";a:2:{i:2073;s:13:\"accommodation\";i:715;s:5:\"rooms\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}}}s:19:\"related-bb-template\";s:0:\"\";s:26:\"related-elementor-template\";s:0:\"\";s:26:\"related-gutenberg-template\";s:0:\"\";}s: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-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-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-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-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-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-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-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:\"\";}}',	'no'),
(227,	'ast-block-templates-site-requests',	'2',	'no'),
(228,	'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'),
(229,	'ast-block-templates-block-requests',	'4',	'no'),
(230,	'ast_block_templates_fresh_site',	'no',	'no'),
(259,	'current_theme',	'Astra Child',	'yes'),
(260,	'theme_mods_twentytwenty',	'a:4:{i:0;b:0;s:18:\"nav_menu_locations\";a:0:{}s:18:\"custom_css_post_id\";i:-1;s:16:\"sidebars_widgets\";a:2:{s:4:\"time\";i:1670920817;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'),
(261,	'theme_switched',	'',	'yes'),
(266,	'uag_container_global_padding',	'0',	'yes'),
(275,	'theme_mods_ba-hotel-light',	'a:4:{i:0;b:0;s:18:\"nav_menu_locations\";a:0:{}s:18:\"custom_css_post_id\";i:-1;s:16:\"sidebars_widgets\";a:2:{s:4:\"time\";i:1670920879;s:4:\"data\";a:11:{s:19:\"wp_inactive_widgets\";a:2:{i:0;s:6:\"text-2\";i:1;s:6:\"text-3\";}s:4:\"left\";a:0:{}s:5:\"right\";a:3:{i:0;s:7:\"block-2\";i:1;s:7:\"block-3\";i:2;s:7:\"block-4\";}s:13:\"before-header\";a:0:{}s:6:\"header\";a:0:{}s:13:\"before-footer\";a:2:{i:0;s:7:\"block-5\";i:1;s:7:\"block-6\";}s:6:\"footer\";a:0:{}s:11:\"footer-left\";a:0:{}s:18:\"footer-middle-left\";a:0:{}s:19:\"footer-middle-right\";a:0:{}s:12:\"footer-right\";a:0:{}}}}',	'yes'),
(284,	'theme_mods_astra-child',	'a:4:{i:0;b:0;s:18:\"nav_menu_locations\";a:2:{s:7:\"primary\";i:4;s:11:\"mobile_menu\";i:6;}s:18:\"custom_css_post_id\";i:19;s:11:\"custom_logo\";i:789;}',	'yes'),
(286,	'astra-settings',	'a:1956:{s:26:\"blog-single-post-structure\";a:2:{i:0;s:12:\"single-image\";i:1;s:17:\"single-title-meta\";}s:17:\"blog-single-width\";s:7:\"default\";s:21:\"blog-single-max-width\";i:1200;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-3)\";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:12:\"border-color\";s:0:\"\";s:13:\"footer-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:12:\"footer-color\";s:0:\"\";s:17:\"footer-link-color\";s:0:\"\";s:19:\"footer-link-h-color\";s:0:\"\";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:25:\"var(--ast-global-color-5)\";s:14:\"button-h-color\";s:25:\"var(--ast-global-color-5)\";s:15:\"button-bg-color\";s:25:\"var(--ast-global-color-1)\";s:17:\"button-bg-h-color\";s:25:\"var(--ast-global-color-3)\";s:20:\"theme-button-padding\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:2:\"18\";s:5:\"right\";s:2:\"34\";s:6:\"bottom\";s:2:\"18\";s:4:\"left\";s:2:\"34\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:2:\"15\";s:5:\"right\";s:2:\"24\";s:6:\"bottom\";s:2:\"15\";s:4:\"left\";s:2:\"24\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:2:\"13\";s:5:\"right\";s:2:\"21\";s:6:\"bottom\";s:2:\"13\";s:4:\"left\";s:2:\"21\";}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:0;s:37:\"theme-button-border-group-border-size\";a:4:{s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:1:\"0\";}s: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:72:\"Copyright &copy; [current_year] [site_title] | Powered by [theme_author]\";s:20:\"footer-sml-section-2\";s:0:\"\";s:27:\"footer-sml-section-2-credit\";s:72:\"Copyright &copy; [current_year] [site_title] | Powered by [theme_author]\";s:27:\"footer-sml-dist-equal-align\";b:1;s:18:\"footer-sml-divider\";i:1;s:24:\"footer-sml-divider-color\";s:7:\"#7a7a7a\";s:19:\"footer-layout-width\";s:7:\"content\";s:22:\"ast-header-retina-logo\";s:0:\"\";s:21:\"ast-header-logo-width\";s:0:\"\";s:32:\"ast-header-responsive-logo-width\";a:3:{s:7:\"desktop\";i:150;s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";i:150;}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\";i:0;s:6:\"tablet\";i:0;s:6:\"mobile\";i:0;}s:17:\"logo-title-inline\";i:1;s:19:\"disable-primary-nav\";b:0;s:14:\"header-layouts\";s:20:\"header-main-layout-1\";s:22:\"header-main-rt-section\";s:4:\"none\";s:27:\"header-display-outside-menu\";b:0;s:27:\"header-main-rt-section-html\";s:27:\"<button>Contact Us</button>\";s:34:\"header-main-rt-section-button-text\";s:6:\"Button\";s:34:\"header-main-rt-section-button-link\";s:23:\"https://www.wpastra.com\";s:41:\"header-main-rt-section-button-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: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:3:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}}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:1;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: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:\"mobile\";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:12:\"wp-blocks-ui\";s:6:\"legacy\";s:24:\"wp-blocks-global-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:\"em\";s:11:\"tablet-unit\";s:2:\"em\";s:11:\"mobile-unit\";s:2:\"em\";}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:\"\'Open Sans\', sans-serif\";s:17:\"body-font-variant\";s:3:\"400\";s:16:\"body-font-weight\";s:3:\"400\";s:14:\"font-size-body\";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:16:\"body-line-height\";d:1.5;s:18:\"para-margin-bottom\";i:2;s:23:\"underline-content-links\";b:0;s:19:\"body-text-transform\";s:0:\"\";s:20:\"headings-font-family\";s:25:\"\'DM Serif Display\', serif\";s:20:\"headings-font-weight\";s:3:\"400\";s:23:\"headings-text-transform\";s:0:\"\";s:20:\"headings-line-height\";d:1.1;s:20:\"font-size-site-title\";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:22:\"font-size-site-tagline\";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: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:27:\"single-post-outside-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: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\";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:12:\"font-size-h1\";a:6:{s:7:\"desktop\";s:2:\"70\";s:6:\"tablet\";s:2:\"60\";s:6:\"mobile\";s:2:\"38\";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:\"42\";s:6:\"tablet\";s:2:\"34\";s:6:\"mobile\";s:2:\"28\";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:\"28\";s:6:\"tablet\";s:2:\"28\";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-h4\";a:6:{s:7:\"desktop\";s:2:\"24\";s:6:\"tablet\";s:2:\"22\";s:6:\"mobile\";s:2:\"22\";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:\"20\";s:6:\"tablet\";s:2:\"18\";s:6:\"mobile\";s:2:\"18\";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\";i:15;s:6:\"tablet\";s:2:\"15\";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: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:7:\"minimal\";s:23:\"hide-custom-menu-mobile\";i:1;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:0:\"\";s:30:\"transparent-header-retina-logo\";s:0:\"\";s:26:\"different-transparent-logo\";i:0;s:33:\"different-transparent-retina-logo\";i:0;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\";i:0;s:34:\"transparent-header-disable-archive\";i:1;s:45:\"transparent-header-disable-latest-posts-index\";i:1;s:29:\"transparent-header-on-devices\";s:4:\"both\";s:27:\"transparent-header-main-sep\";i:0;s:33:\"transparent-header-main-sep-color\";s:0:\"\";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:0:\"\";s:6:\"mobile\";s:0:\"\";}s:46:\"transparent-header-color-site-title-responsive\";a:3:{s:7:\"desktop\";s:7:\"#ffffff\";s:6:\"tablet\";s:0:\"\";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:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:33:\"transparent-menu-color-responsive\";a:3:{s:7:\"desktop\";s:25:\"var(--ast-global-color-4)\";s:6:\"tablet\";s:25:\"var(--ast-global-color-3)\";s:6:\"mobile\";s:0:\"\";}s:35:\"transparent-menu-h-color-responsive\";a:3:{s:7:\"desktop\";s:25:\"var(--ast-global-color-5)\";s:6:\"tablet\";s:25:\"var(--ast-global-color-2)\";s:6:\"mobile\";s:0:\"\";}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:29:\"breadcrumb-separator-selector\";s:7:\"unicode\";s:20:\"breadcrumb-separator\";s:4:\"\00bb\";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:0:\"\";s:14:\"line-height-h1\";d:1.1;s:14:\"font-family-h2\";s:7:\"inherit\";s:14:\"font-weight-h2\";s:7:\"inherit\";s:17:\"text-transform-h2\";s:0:\"\";s:14:\"line-height-h2\";s:0:\"\";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:\"600\";s:18:\"font-family-button\";s:23:\"\'Open Sans\', sans-serif\";s:16:\"font-size-button\";a:6:{s:7:\"desktop\";s:2:\"12\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";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\";i:2;s:20:\"header-desktop-items\";a:5:{s:5:\"popup\";a:1:{s:13:\"popup_content\";a:1:{i:0;s:11:\"mobile-menu\";}}s:5:\"above\";a:5:{s:10:\"above_left\";a:0:{}s:17:\"above_left_center\";a:0:{}s:12:\"above_center\";a:0:{}s:18:\"above_right_center\";a:0:{}s:11:\"above_right\";a:0:{}}s:7:\"primary\";a:5:{s:12:\"primary_left\";a:2:{i:0;s:4:\"logo\";i:1;s:6:\"menu-1\";}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:1:{i:0;s:8:\"button-1\";}}s:5:\"below\";a:5:{s:10:\"below_left\";a:0:{}s:17:\"below_left_center\";a:0:{}s:12:\"below_center\";a:0:{}s:18:\"below_right_center\";a:0:{}s:11:\"below_right\";a:0:{}}s:4:\"flag\";b:1;}s:19:\"header-mobile-items\";a:5:{s:5:\"popup\";a:1:{s:13:\"popup_content\";a:1:{i:0;s:11:\"mobile-menu\";}}s:5:\"above\";a:3:{s:10:\"above_left\";a:0:{}s:12:\"above_center\";a:0:{}s:11:\"above_right\";a:0:{}}s:7:\"primary\";a:3:{s:12:\"primary_left\";a: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:5:\"below\";a:3:{s:10:\"below_left\";a:0:{}s:12:\"below_center\";a:0:{}s:11:\"below_right\";a:0:{}}s:4:\"flag\";b:1;}s: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: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: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: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:2:\"35\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";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:2:\"25\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:2:\"25\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";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:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";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:\"80\";s:5:\"right\";s:2:\"40\";s:6:\"bottom\";s:2:\"80\";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: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:31:\"section-header-woo-cart-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:30:\"section-header-woo-cart-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:12:\"Reservations\";s:26:\"header-button1-link-option\";a:3:{s:3:\"url\";s:35:\"https://book.nightsbridge.com/11065\";s:7:\"new_tab\";s:1:\"1\";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:\"13\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";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:25:\"var(--ast-global-color-5)\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:25:\"header-button1-back-color\";a:3:{s:7:\"desktop\";s:13:\"rgba(0,0,0,0)\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:27:\"header-button1-text-h-color\";a:3:{s:7:\"desktop\";s:25:\"var(--ast-global-color-1)\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:27:\"header-button1-back-h-color\";a:3:{s:7:\"desktop\";s:25:\"var(--ast-global-color-5)\";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:1:\"1\";s:5:\"right\";s:1:\"1\";s:6:\"bottom\";s:1:\"1\";s:4:\"left\";s:1:\"1\";}s:27:\"header-button1-border-color\";a:3:{s:7:\"desktop\";s:25:\"var(--ast-global-color-5)\";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:\"32\";s:6:\"bottom\";s:2:\"16\";s:4:\"left\";s:2:\"32\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";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:456:\"&lt;iframe src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3585.866195635968!2d27.466637815348356!3d-26.005200183526785!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x1e95f3cf93e0be45%3A0xeb946cc837d4d199!2sBlue%20Roan%20Country%20Lodge%20Magaliesburg!5e0!3m2!1sen!2sza!4v1670942734682!5m2!1sen!2sza\" width=\"600\" height=\"450\" style=\"border:0;\" allowfullscreen=\"\" loading=\"lazy\" referrerpolicy=\"no-referrer-when-downgrade\"&gt;&lt;/iframe&gt;\";s:18:\"footer-html-1color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:23:\"footer-html-1link-color\";a:3:{s:7:\"desktop\";s:0:\"\";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: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-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\";i:24;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\";a:1:{s:7:\"desktop\";s:25:\"var(--ast-global-color-3)\";}s:23:\"footer-social-1-h-color\";a:1:{s:7:\"desktop\";s:25:\"var(--ast-global-color-2)\";}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:2:{s:5:\"items\";a:4:{i:0;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:16:\"instagram-square\";s:5:\"label\";s:9:\"Instagram\";}i:1;a:7:{s:2:\"id\";s:7:\"behance\";s:7:\"enabled\";b:1;s:3:\"url\";s:0:\"\";s:5:\"color\";s:7:\"#1B64F6\";s:10:\"background\";s:11:\"transparent\";s:4:\"icon\";s:11:\"tripadvisor\";s:5:\"label\";s:7:\"Behance\";}i:2;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:14:\"facebook-round\";s:5:\"label\";s:8:\"Facebook\";}i:3;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\";}}s:4:\"flag\";b:1;}s:25:\"footer-social-1-alignment\";a:3:{s:7:\"desktop\";s:4:\"left\";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:0:\"\";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: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-1\";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-1-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:1:\"0\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:2:\"40\";s:4:\"left\";s:1:\"0\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";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: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-menu1-color-responsive\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}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:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}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:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}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\";i:2;s:6:\"bottom\";i:0;s:4:\"left\";i:0;s:5:\"right\";i:0;}s:33:\"header-menu1-menu-stack-on-mobile\";b:1;s:22:\"header-menu1-font-size\";a:6:{s:7:\"desktop\";s:31:\"-667777777777777777777777777777\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";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:9:\"uppercase\";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:2:\"24\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:2:\"40\";s:4:\"left\";s:1:\"0\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";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:1:\"0\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:1:\"0\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:2:\"30\";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: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:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:2:\"40\";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: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:1:{i:0;s:8:\"widget-2\";}s:9:\"primary_2\";a:1:{i:0;s:8:\"widget-3\";}s:9:\"primary_3\";a:1:{i:0;s:8:\"widget-4\";}s:9:\"primary_4\";a:1:{i:0;s:8:\"widget-1\";}s:9:\"primary_5\";a:0:{}s:9:\"primary_6\";a:0:{}}s:5:\"below\";a:6:{s:7:\"below_1\";a:1:{i:0;s:9:\"copyright\";}s:7:\"below_2\";a:0:{}s:7:\"below_3\";a:0:{}s:7:\"below_4\";a:0:{}s:7:\"below_5\";a:0:{}s:7:\"below_6\";a: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:\"4\";s:6:\"layout\";a:3:{s:6:\"mobile\";s:4:\"full\";s:6:\"tablet\";s:7:\"2-equal\";s:7:\"desktop\";s:7:\"4-equal\";}}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:4:\"flag\";b:0;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:7:{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: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:27:\"hb-footer-bg-obj-responsive\";a:3:{s:7:\"desktop\";a:7:{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: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:10:\"flex-start\";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-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: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:\"4\";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:7:\"4-equal\";s:6:\"tablet\";s:7:\"2-equal\";s:6:\"mobile\";s:4:\"full\";s:4:\"flag\";b:0;}s:18:\"hb-footer-main-sep\";i:0;s:24:\"hb-footer-main-sep-color\";s:7:\"#e6e6e6\";s:23:\"footer-copyright-editor\";s:138:\"Copyright [copyright] [current_year] [site_title] | Powered by <a href=\"http://www.netgen.co.za\" target=\"_blank\" rel=\"noopener\">Netgen</a>\";s:22:\"footer-copyright-color\";s:25:\"var(--ast-global-color-3)\";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: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: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:2:\"20\";s:5:\"right\";s:2:\"40\";s:6:\"bottom\";s:2:\"20\";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: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: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: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:\"#2FC1FF\";i:1;s:7:\"#08ACF2\";i:2;s:7:\"#101218\";i:3;s:7:\"#4C5253\";i:4;s:7:\"#F3F6F6\";i:5;s:7:\"#FFFFFF\";i:6;s:7:\"#000000\";i:7;s:7:\"#4B4F58\";i:8;s:7:\"#F6F7F8\";}s:4:\"flag\";b:0;}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: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: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:35:\"header-mobile-menu-color-responsive\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:25:\"var(--ast-global-color-3)\";s:6:\"mobile\";s:7:\"#222222\";}s:40:\"header-mobile-menu-h-bg-color-responsive\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:25:\"var(--ast-global-color-4)\";s:6:\"mobile\";s:7:\"#f7f8f9\";}s:37:\"header-mobile-menu-h-color-responsive\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:25:\"var(--ast-global-color-2)\";s:6:\"mobile\";s:7:\"#000000\";}s:40:\"header-mobile-menu-a-bg-color-responsive\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:25:\"var(--ast-global-color-4)\";s:6:\"mobile\";s:7:\"#f7f8f9\";}s:37:\"header-mobile-menu-a-color-responsive\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:25:\"var(--ast-global-color-2)\";s:6:\"mobile\";s:7:\"#000000\";}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:2:\"18\";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: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:28:\"woo-header-cart-click-action\";s:7:\"default\";s:23:\"woo-slide-in-cart-width\";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:41:\"woo-header-cart-icon-total-label-position\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:25:\"header-woo-cart-icon-size\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:20:\"woo-header-cart-icon\";s:7:\"default\";s:26:\"woo-header-cart-icon-style\";s:7:\"outline\";s:33:\"woo-desktop-cart-flyout-direction\";s:5:\"right\";s:26:\"header-woo-cart-icon-color\";s:0:\"\";s:38:\"transparent-header-woo-cart-icon-color\";s:0:\"\";s:32:\"header-woo-cart-icon-hover-color\";s:0:\"\";s:28:\"woo-header-cart-border-width\";i:2;s:27:\"woo-header-cart-icon-radius\";i:3;s:29:\"woo-header-cart-badge-display\";b:1;s:29:\"woo-header-cart-label-display\";s:33:\"Cart/{cart_total_currency_symbol}\";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\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:38:\"header-woo-cart-background-hover-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";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:59:\"https://websitedemos.net/travel-and-tourism-08/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:18:\"theme-auto-version\";s:5:\"3.9.4\";s:22:\"is_theme_queue_running\";b:0;s:33:\"_astra_pb_compatibility_completed\";b:1;s:21:\"headings-font-variant\";s:3:\"400\";s:38:\"theme-button-border-group-border-color\";s:0:\"\";s:40:\"theme-button-border-group-border-h-color\";s:0:\"\";s:29:\"header-button1-border-h-color\";a:1:{s:7:\"desktop\";s:25:\"var(--ast-global-color-5)\";}s:16:\"hb-inner-spacing\";a:1:{s:7:\"desktop\";i:24;}s:20:\"hbb-footer-separator\";i:1;s:27:\"hbb-footer-top-border-color\";s:7:\"#e9e9e9\";s:35:\"transparent-header-toggle-btn-color\";s:7:\"#ffffff\";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: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:20:\"improve-gb-editor-ui\";b:0;s:30:\"mobile-header-toggle-btn-color\";s:25:\"var(--ast-global-color-5)\";s:42:\"apply-content-background-fullwidth-layouts\";b:0;s:19:\"blocks-legacy-setup\";b:1;s:32:\"customizer-default-layout-update\";b:0;s:15:\"wp-blocks-v2-ui\";b:0;s:33:\"single-product-breadcrumb-disable\";b:0;s:43:\"woocommerce-single-product-fallback-default\";b:1;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;}',	'yes'),
(289,	'_site_transient_update_themes',	'O:8:\"stdClass\":5:{s:12:\"last_checked\";i:1672733160;s:7:\"checked\";a:3:{s:11:\"astra-child\";s:5:\"1.0.0\";s:5:\"astra\";s:5:\"3.9.4\";s:12:\"twentytwenty\";s:3:\"2.1\";}s:8:\"response\";a:0:{}s:9:\"no_update\";a:2:{s:5:\"astra\";a:6:{s:5:\"theme\";s:5:\"astra\";s:11:\"new_version\";s:5:\"3.9.4\";s:3:\"url\";s:35:\"https://wordpress.org/themes/astra/\";s:7:\"package\";s:53:\"https://downloads.wordpress.org/theme/astra.3.9.4.zip\";s:8:\"requires\";s:3:\"5.3\";s:12:\"requires_php\";s:3:\"5.3\";}s:12:\"twentytwenty\";a:6:{s:5:\"theme\";s:12:\"twentytwenty\";s:11:\"new_version\";s:3:\"2.1\";s:3:\"url\";s:42:\"https://wordpress.org/themes/twentytwenty/\";s:7:\"package\";s:58:\"https://downloads.wordpress.org/theme/twentytwenty.2.1.zip\";s:8:\"requires\";s:3:\"4.7\";s:12:\"requires_php\";s:5:\"5.2.4\";}}s:12:\"translations\";a:0:{}}',	'no'),
(298,	'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'),
(299,	'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'),
(300,	'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');
INSERT INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES
(301,	'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'),
(302,	'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'),
(303,	'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:12:\"Testimonials\";s:4:\"slug\";s:12:\"testimonials\";}i:1946;a:3:{s:2:\"id\";i:1946;s:4:\"name\";s:4:\"Text\";s:4:\"slug\";s:4:\"text\";}}',	'no'),
(304,	'astra-sites-requests',	'37',	'no'),
(305,	'astra-sites-and-pages-page-1',	'a:15:{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:1:{i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}}s:19:\"related-bb-template\";s:0:\"\";s:26:\"related-elementor-template\";s:0:\"\";s:26:\"related-gutenberg-template\";s:0:\"\";}s: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:2:{i:2483;s:15:\"expert-services\";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: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-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-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-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-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-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-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: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: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:\"\";}}',	'no'),
(306,	'astra-sites-and-pages-page-2',	'a:15:{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: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:395:\"The Flute Artist template has been designed to reflect the elegance and classic nature of the instrument and the industry. It’s a very calm layout with sober colors and an instant appeal. The homepage begins dark and quickly opens out to include lots of white space, modern, elegant fonts and lots of imagery to set &hellip;<p class=\"read-more\"> <a class=\"\" href=\"\">  Read More &raquo;</a></p>\";s:5:\"pages\";a:4:{s:8:\"id-59103\";a:12:{s:5:\"title\";s:9:\"Biography\";s:18:\"featured-image-url\";s:81:\"https://websitedemos.net/wp-content/uploads/2022/08/flute-artist-08-biography.jpg\";s:19:\"thumbnail-image-url\";s:90:\"https://websitedemos.net/wp-content/uploads/2022/08/flute-artist-08-biography-600x1848.jpg\";s:18:\"astra-page-api-url\";s:64:\"https://websitedemos.net/flute-artist-08/wp-json/wp/v2/pages/652\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:45:\"//websitedemos.net/flute-artist-08/biography/\";s:15:\"astra-sites-tag\";a:1:{i:1566;s:9:\"biography\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}}s:8:\"id-59104\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2022/08/flute-artist-08-contact.jpg\";s:19:\"thumbnail-image-url\";s:87:\"https://websitedemos.net/wp-content/uploads/2022/08/flute-artist-08-contact-600x890.jpg\";s:18:\"astra-page-api-url\";s:64:\"https://websitedemos.net/flute-artist-08/wp-json/wp/v2/pages/656\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:43:\"//websitedemos.net/flute-artist-08/contact/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}s:8:\"id-59105\";a:12:{s:5:\"title\";s:7:\"Gallery\";s:18:\"featured-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2022/08/flute-artist-08-gallery.jpg\";s:19:\"thumbnail-image-url\";s:88:\"https://websitedemos.net/wp-content/uploads/2022/08/flute-artist-08-gallery-600x2369.jpg\";s:18:\"astra-page-api-url\";s:64:\"https://websitedemos.net/flute-artist-08/wp-json/wp/v2/pages/654\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:43:\"//websitedemos.net/flute-artist-08/gallery/\";s:15:\"astra-sites-tag\";a:1:{i:461;s:7:\"gallery\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}}s:8:\"id-59106\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:71:\"https://websitedemos.net/wp-content/uploads/2022/08/flute-artist-08.jpg\";s:19:\"thumbnail-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2022/08/flute-artist-08-600x2761.jpg\";s:18:\"astra-page-api-url\";s:64:\"https://websitedemos.net/flute-artist-08/wp-json/wp/v2/pages/650\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:35:\"//websitedemos.net/flute-artist-08/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}}}s:19:\"related-bb-template\";s:0:\"\";s:26:\"related-elementor-template\";s:0:\"\";s:26:\"related-gutenberg-template\";s:0:\"\";}s:8:\"id-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-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: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: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-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:\"\";}}',	'no'),
(307,	'astra-sites-and-pages-page-3',	'a:15:{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-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: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: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:976:\"<!-- wp:paragraph -->\n<p>Looking for a nature-inspired 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 city 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><li>Well-designed template for nature lovers</li><li>Elegant and serene design</li><li>Natural color palette with customization options</li><li>Professional and flexible layout</li><li>Compatible with popular page builders</li></ul>\n<!-- /wp:list -->\";s:12:\"post-excerpt\";s:79:\"Elegant and serene design for nature lovers to build their nature-related blogs\";s:5:\"pages\";a:4:{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: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-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: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-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:992:\"<!-- wp:paragraph -->\n<p>If you\'re looking for a website template that will be the perfect match for your outdoor-loving, adventure-seeking business, this is it. This outdoor adventure website template is perfect for those who love the outdoors and want to share their passion with the world.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>A clean and professional design combined with 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><li>Professionally designed template for outdoor and adventure lovers</li><li>Attractive design that’s visually appealing</li><li>Fully customizable and flexible layout</li><li>Includes all the correct elements to build an engaging site</li><li>Page builder ready</li></ul>\n<!-- /wp:list -->\";s:12:\"post-excerpt\";s:83:\"Perfect for anyone looking to build a stylish site that reflects the great outdoors\";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-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:\"\";}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:1120:\"<!-- 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 {\"level\":3} -->\n<h3>Key features of the Brandstore template</h3>\n<!-- /wp:heading -->\n\n<!-- wp:list -->\n<ul><li>High converting and lightweight online store template</li><li>Seamless integration with WooCommerce</li><li>Impressive hero image to display your best products and offers</li><li>Host of customization options from colors and typography to layout and more</li><li>Fully responsive and works perfectly well on mobile devices</li></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-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-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: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: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:963:\"<!-- wp:paragraph -->\n<p>The Planet Earth template is a minimalist design that uses graphics to tell the story rather than images. It’s a well thought-out template 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><li>Simple and effective website template</li><li>Uses graphics and illustrations to great effect</li><li>Calm and engaging colors</li><li>Well-designed with excellent page balance</li><li>Full compatibility with leading page builders</li></ul>\n<!-- /wp:list -->\";s:12:\"post-excerpt\";s:73:\"The Planet Earth template is a captivating design with minimalist appeal.\";s:5:\"pages\";a:4:{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: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: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-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.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>This package includes a professionally designed website template, a facility to order online, an online menu, a table booking module so customers can reserve their tables in advance, social media integration, and client testimonials.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>Key features of The Pizzeria template</h2>\n<!-- /wp:heading -->\n\n<!-- wp:list -->\n<ul><li>Professionally and creatively designed template</li><li>Includes everything you need to build a top-notch pizza ordering system</li><li>Visually appealing design</li><li>Placeholders to display the best deals and offers</li><li>Fully customizable and flexible layout</li></ul>\n<!-- /wp:list -->\";s:12:\"post-excerpt\";s:80:\"The perfect pizzeria website template to build an online pizza ordering platform\";s:5:\"pages\";a:5:{s:8:\"id-53594\";a:12:{s:5:\"title\";s:5:\"About\";s:18:\"featured-image-url\";s:73:\"https://websitedemos.net/wp-content/uploads/2021/05/pizzeria-02-about.jpg\";s:19:\"thumbnail-image-url\";s:73:\"https://websitedemos.net/wp-content/uploads/2021/05/pizzeria-02-about.jpg\";s:18:\"astra-page-api-url\";s:60:\"https://websitedemos.net/pizzeria-04/wp-json/wp/v2/pages/860\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:37:\"//websitedemos.net/pizzeria-04/about/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-53595\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:75:\"https://websitedemos.net/wp-content/uploads/2021/05/pizzeria-02-contact.jpg\";s:19:\"thumbnail-image-url\";s:75:\"https://websitedemos.net/wp-content/uploads/2021/05/pizzeria-02-contact.jpg\";s:18:\"astra-page-api-url\";s:61:\"https://websitedemos.net/pizzeria-04/wp-json/wp/v2/pages/1035\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:39:\"//websitedemos.net/pizzeria-04/contact/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}s:8:\"id-53596\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:76:\"https://websitedemos.net/wp-content/uploads/2021/05/pizzeria-homepage-01.jpg\";s:19:\"thumbnail-image-url\";s:76:\"https://websitedemos.net/wp-content/uploads/2021/05/pizzeria-homepage-01.jpg\";s:18:\"astra-page-api-url\";s:59:\"https://websitedemos.net/pizzeria-04/wp-json/wp/v2/pages/11\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:31:\"//websitedemos.net/pizzeria-04/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-53597\";a:12:{s:5:\"title\";s:6:\"Offers\";s:18:\"featured-image-url\";s:74:\"https://websitedemos.net/wp-content/uploads/2021/05/pizzeria-02-offers.jpg\";s:19:\"thumbnail-image-url\";s:74:\"https://websitedemos.net/wp-content/uploads/2021/05/pizzeria-02-offers.jpg\";s:18:\"astra-page-api-url\";s:61:\"https://websitedemos.net/pizzeria-04/wp-json/wp/v2/pages/1018\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:38:\"//websitedemos.net/pizzeria-04/offers/\";s:15:\"astra-sites-tag\";a:1:{i:1969;s:6:\"offers\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-53598\";a:12:{s:5:\"title\";s:8:\"Our Menu\";s:18:\"featured-image-url\";s:76:\"https://websitedemos.net/wp-content/uploads/2021/05/pizzeria-02-our-menu.jpg\";s:19:\"thumbnail-image-url\";s:76:\"https://websitedemos.net/wp-content/uploads/2021/05/pizzeria-02-our-menu.jpg\";s:18:\"astra-page-api-url\";s:60:\"https://websitedemos.net/pizzeria-04/wp-json/wp/v2/pages/648\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:40:\"//websitedemos.net/pizzeria-04/our-menu/\";s:15:\"astra-sites-tag\";a:1:{i:565;s:4:\"menu\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}}s:19:\"related-bb-template\";s:0:\"\";s:26:\"related-elementor-template\";s:0:\"\";s:26:\"related-gutenberg-template\";s:0:\"\";}s: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-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: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: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-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:0:\"\";s:12:\"post-excerpt\";s:0:\"\";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:\"\";}}',	'no'),
(308,	'astra-sites-and-pages-page-4',	'a:15:{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-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-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: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-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-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-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: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-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: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: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-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: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: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:0:\"\";s:12:\"post-excerpt\";s:0:\"\";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-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:1021:\"<!-- 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><li>Contemporary store design with lots of white space</li><li>Plenty of customizable product feature blocks</li><li>Simple header with cart and search elements</li><li>Effective product pages with filters and search</li><li>Extra content pages that can be customized as required</li><li>Fully compatible with drag and drop page builders</li></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-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: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: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: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: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:0:\"\";s:12:\"post-excerpt\";s:0:\"\";s:5:\"pages\";a:4:{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: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: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-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: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-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: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:72:\"Light hearted WordPress food template designed to help promote and sell.\";s:5:\"pages\";a:4:{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: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: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:\"\";}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-53724\";a:22:{s:5:\"title\";s:29:\"Food Blogger &amp; Influencer\";s:2:\"id\";i:53724;s:12:\"publish-date\";i:1623427699;s:18:\"featured-image-url\";s:76:\"https://websitedemos.net/wp-content/uploads/2021/05/food-blogger-02-home.jpg\";s:19:\"thumbnail-image-url\";s:76:\"https://websitedemos.net/wp-content/uploads/2021/05/food-blogger-02-home.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:76:\"https://websitedemos.net/wp-content/uploads/2021/05/food-blogger-02-home.jpg\";s:14:\"astra-site-url\";s:34:\"//websitedemos.net/food-blogger-04\";s:20:\"astra-site-parent-id\";i:2000;s:15:\"astra-sites-tag\";a:9:{i:1652;s:7:\"blogger\";i:1654;s:15:\"content-creator\";i:2173;s:11:\"food-drinks\";i:2171;s:22:\"food-drinks-influencer\";i:2172;s:19:\"food-drinks-vlogger\";i:890;s:12:\"food-blogger\";i:1547;s:10:\"influencer\";i:2163;s:23:\"social-media-influencer\";i:1837;s:7:\"vlogger\";}s:16:\"astra-sites-type\";s:11:\"agency-mini\";s:19:\"astra-site-category\";a:1:{i:37;s:4:\"blog\";}s:29:\"astra-sites-template-category\";a:6:{i:2828;s:4:\"blog\";i:2785;s:4:\"food\";i:2770;s:8:\"personal\";i:2776;s:10:\"restaurant\";i:2801;s:5:\"video\";i:2870;s:4:\"vlog\";}s:23:\"astra-site-page-builder\";s:9:\"elementor\";s:10:\"categories\";a:2:{i:2497;s:4:\"blog\";i:2926;s:5:\"video\";}s:16:\"required-plugins\";a:3:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:23:\"header-footer-elementor\";s:4:\"init\";s:51:\"header-footer-elementor/header-footer-elementor.php\";s:4:\"name\";s:35:\"Elementor - Header, Footer & Blocks\";}i:2;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:11:\"post-status\";s:7:\"publish\";s:12:\"post-content\";s:1027:\"<!-- wp:paragraph -->\n<p>Are you a food blogger, an influencer, or both? Want to build a website and become an authority in your niche? We\'ve got you covered with this Food Blogger &amp; Influencer website template.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>It\'s elegant, professional, and clean — perfect for showcasing your content, be it reviews of exotic new dishes or the latest restaurant in the neighborhood. Plus, it\'s got social media integrations so you can easily share and engage with your audience.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>Key features of the Food Blogger &amp; Influencer template</h2>\n<!-- /wp:heading -->\n\n<!-- wp:list -->\n<ul><li>Clean, professional, and elegant website template</li><li>Easy to use with social media integrations</li><li>Option to include latest review videos as well</li><li>Build your email list with the newsletter sign-up form integrated on the homepage</li><li>Compatible with leading drag and drop page builders</li></ul>\n<!-- /wp:list -->\";s:12:\"post-excerpt\";s:77:\"Perfect website template for food bloggers, influencers or restaurant reviews\";s:5:\"pages\";a:5:{s:8:\"id-53726\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2021/05/food-blogger-02-contact.jpg\";s:19:\"thumbnail-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2021/05/food-blogger-02-contact.jpg\";s:18:\"astra-page-api-url\";s:64:\"https://websitedemos.net/food-blogger-04/wp-json/wp/v2/pages/904\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:43:\"//websitedemos.net/food-blogger-04/contact/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:74;s:4:\"blog\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}s:8:\"id-53725\";a:12:{s:5:\"title\";s:5:\"About\";s:18:\"featured-image-url\";s:77:\"https://websitedemos.net/wp-content/uploads/2021/05/food-blogger-02-about.jpg\";s:19:\"thumbnail-image-url\";s:77:\"https://websitedemos.net/wp-content/uploads/2021/05/food-blogger-02-about.jpg\";s:18:\"astra-page-api-url\";s:64:\"https://websitedemos.net/food-blogger-04/wp-json/wp/v2/pages/462\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:41:\"//websitedemos.net/food-blogger-04/about/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:74;s:4:\"blog\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-53727\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:76:\"https://websitedemos.net/wp-content/uploads/2021/05/food-blogger-02-home.jpg\";s:19:\"thumbnail-image-url\";s:76:\"https://websitedemos.net/wp-content/uploads/2021/05/food-blogger-02-home.jpg\";s:18:\"astra-page-api-url\";s:63:\"https://websitedemos.net/food-blogger-04/wp-json/wp/v2/pages/17\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:35:\"//websitedemos.net/food-blogger-04/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:74;s:4:\"blog\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}s:8:\"id-53728\";a:12:{s:5:\"title\";s:7:\"Reviews\";s:18:\"featured-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2021/05/food-blogger-02-reviews.jpg\";s:19:\"thumbnail-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2021/05/food-blogger-02-reviews.jpg\";s:18:\"astra-page-api-url\";s:64:\"https://websitedemos.net/food-blogger-04/wp-json/wp/v2/pages/709\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:43:\"//websitedemos.net/food-blogger-04/reviews/\";s:15:\"astra-sites-tag\";a:1:{i:432;s:6:\"review\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:74;s:4:\"blog\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}s:8:\"id-53729\";a:12:{s:5:\"title\";s:6:\"Videos\";s:18:\"featured-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2021/05/food-blogger-02-videos.jpg\";s:19:\"thumbnail-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2021/05/food-blogger-02-videos.jpg\";s:18:\"astra-page-api-url\";s:64:\"https://websitedemos.net/food-blogger-04/wp-json/wp/v2/pages/833\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:42:\"//websitedemos.net/food-blogger-04/videos/\";s:15:\"astra-sites-tag\";a:2:{i:2002;s:7:\"updates\";i:2001;s:6:\"videos\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:74;s:4:\"blog\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}}s:19:\"related-bb-template\";i:55865;s:26:\"related-elementor-template\";i:53724;s:26:\"related-gutenberg-template\";s:0:\"\";}}',	'no'),
(309,	'astra-sites-and-pages-page-5',	'a:15:{s:8:\"id-55865\";a:22:{s:5:\"title\";s:29:\"Food Blogger &amp; Influencer\";s:2:\"id\";i:55865;s:12:\"publish-date\";i:1624910279;s:18:\"featured-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2021/06/food-blogger-homepage-bb.jpg\";s:19:\"thumbnail-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2021/06/food-blogger-homepage-bb.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2021/06/food-blogger-homepage-bb.jpg\";s:14:\"astra-site-url\";s:34:\"//websitedemos.net/food-blogger-03\";s:20:\"astra-site-parent-id\";i:2222;s:15:\"astra-sites-tag\";a:9:{i:1652;s:7:\"blogger\";i:1654;s:15:\"content-creator\";i:2172;s:19:\"food-drinks-vlogger\";i:2068;s:15:\"food-and-drinks\";i:2223;s:26:\"food-and-drinks-influencer\";i:890;s:12:\"food-blogger\";i:1547;s:10:\"influencer\";i:2163;s:23:\"social-media-influencer\";i:1837;s:7:\"vlogger\";}s:16:\"astra-sites-type\";s:11:\"agency-mini\";s:19:\"astra-site-category\";a:1:{i:37;s:4:\"blog\";}s:29:\"astra-sites-template-category\";a:0:{}s:23:\"astra-site-page-builder\";s:14:\"beaver-builder\";s:10:\"categories\";a:2:{i:2497;s:4:\"blog\";i:2926;s:5:\"video\";}s:16:\"required-plugins\";a:3:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}i:2;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:11:\"post-status\";s:7:\"publish\";s:12:\"post-content\";s:0:\"\";s:12:\"post-excerpt\";s:0:\"\";s:5:\"pages\";a:5:{s:8:\"id-55866\";a:12:{s:5:\"title\";s:5:\"About\";s:18:\"featured-image-url\";s:77:\"https://websitedemos.net/wp-content/uploads/2021/06/food-blogger-about-bb.jpg\";s:19:\"thumbnail-image-url\";s:77:\"https://websitedemos.net/wp-content/uploads/2021/06/food-blogger-about-bb.jpg\";s:18:\"astra-page-api-url\";s:65:\"https://websitedemos.net/food-blogger-03/wp-json/wp/v2/pages/1069\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:41:\"//websitedemos.net/food-blogger-03/about/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:74;s:4:\"blog\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}}}s:8:\"id-55867\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2021/06/food-blogger-contact-bb.jpg\";s:19:\"thumbnail-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2021/06/food-blogger-contact-bb.jpg\";s:18:\"astra-page-api-url\";s:65:\"https://websitedemos.net/food-blogger-03/wp-json/wp/v2/pages/1085\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:43:\"//websitedemos.net/food-blogger-03/contact/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:74;s:4:\"blog\";}s:16:\"required-plugins\";a:3:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}i:2;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}s:8:\"id-55868\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2021/06/food-blogger-homepage-bb.jpg\";s:19:\"thumbnail-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2021/06/food-blogger-homepage-bb.jpg\";s:18:\"astra-page-api-url\";s:65:\"https://websitedemos.net/food-blogger-03/wp-json/wp/v2/pages/1056\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:35:\"//websitedemos.net/food-blogger-03/\";s:15:\"astra-sites-tag\";a:1:{i:814;s:8:\"homepage\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:74;s:4:\"blog\";}s:16:\"required-plugins\";a:3:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}i:2;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}s:8:\"id-55869\";a:12:{s:5:\"title\";s:7:\"Reviews\";s:18:\"featured-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2021/06/food-blogger-reviews-bb.jpg\";s:19:\"thumbnail-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2021/06/food-blogger-reviews-bb.jpg\";s:18:\"astra-page-api-url\";s:65:\"https://websitedemos.net/food-blogger-03/wp-json/wp/v2/pages/1075\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:43:\"//websitedemos.net/food-blogger-03/reviews/\";s:15:\"astra-sites-tag\";a:1:{i:1615;s:7:\"reviews\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:74;s:4:\"blog\";}s:16:\"required-plugins\";a:3:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}i:2;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}s:8:\"id-55870\";a:12:{s:5:\"title\";s:6:\"Videos\";s:18:\"featured-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2021/06/food-blogger-videos-bb.jpg\";s:19:\"thumbnail-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2021/06/food-blogger-videos-bb.jpg\";s:18:\"astra-page-api-url\";s:65:\"https://websitedemos.net/food-blogger-03/wp-json/wp/v2/pages/1079\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:42:\"//websitedemos.net/food-blogger-03/videos/\";s:15:\"astra-sites-tag\";a:1:{i:2001;s:6:\"videos\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:74;s:4:\"blog\";}s:16:\"required-plugins\";a:3:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}i:2;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}}s:19:\"related-bb-template\";s:0:\"\";s:26:\"related-elementor-template\";s:0:\"\";s:26:\"related-gutenberg-template\";s:0:\"\";}s: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-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: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: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:2:{i:2777;s:8:\"business\";i:2863;s:12:\"landing-page\";}s:23:\"astra-site-page-builder\";s:9:\"elementor\";s:10:\"categories\";a:2:{i:2483;s:15:\"expert-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:0:\"\";s:12:\"post-excerpt\";s:0:\"\";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\";s:0:\"\";s:26:\"related-gutenberg-template\";s:0:\"\";}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-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: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-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: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-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: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: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-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-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-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-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:73:\"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-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-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:1026:\"<!-- 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><li>Elegantly designed and WooCommerce-ready website template</li><li>Impressive layout allows you to promote products clutter-free</li><li>Showcase products based on new arrivals and featured collections</li><li>Fully customizable and flexible template</li><li>Compatible with leading WordPress page builder plugins</li></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-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: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:19:\"related-bb-template\";s:0:\"\";s:26:\"related-elementor-template\";s:0:\"\";s:26:\"related-gutenberg-template\";s:0:\"\";}}',	'no'),
(310,	'astra-sites-and-pages-page-6',	'a:15:{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:1045:\"<!-- 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><li>Clean and simple design that comes with everything you need to build a coaching business</li><li>Seamlessly integrates with popular WordPress LMS plugins</li><li>Create courses from scratch and manage them easily through your dashboard</li><li>Customize just about everything</li><li>Gutenberg and page builder ready</li></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-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-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-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&nbsp;</li><li>Templates look great across all mobile devices</li></ul>\n<!-- /wp:list -->\";s:12:\"post-excerpt\";s:84:\"An impressive website design that will give your marketing firm the perfect branding\";s:5:\"pages\";a:6:{s:8:\"id-55771\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:81:\"https://websitedemos.net/wp-content/uploads/2021/06/marketing-firm-04-contact.jpg\";s:19:\"thumbnail-image-url\";s:81:\"https://websitedemos.net/wp-content/uploads/2021/06/marketing-firm-04-contact.jpg\";s:18:\"astra-page-api-url\";s:65:\"https://websitedemos.net/marketing-firm-04/wp-json/wp/v2/pages/15\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:45:\"//websitedemos.net/marketing-firm-04/contact/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}s:8:\"id-55770\";a:12:{s:5:\"title\";s:5:\"About\";s:18:\"featured-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2021/06/marketing-firm-04-about.jpg\";s:19:\"thumbnail-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2021/06/marketing-firm-04-about.jpg\";s:18:\"astra-page-api-url\";s:65:\"https://websitedemos.net/marketing-firm-04/wp-json/wp/v2/pages/11\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:43:\"//websitedemos.net/marketing-firm-04/about/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-55773\";a:12:{s:5:\"title\";s:7:\"Reviews\";s:18:\"featured-image-url\";s:81:\"https://websitedemos.net/wp-content/uploads/2021/06/marketing-firm-04-reviews.jpg\";s:19:\"thumbnail-image-url\";s:81:\"https://websitedemos.net/wp-content/uploads/2021/06/marketing-firm-04-reviews.jpg\";s:18:\"astra-page-api-url\";s:65:\"https://websitedemos.net/marketing-firm-04/wp-json/wp/v2/pages/13\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:45:\"//websitedemos.net/marketing-firm-04/reviews/\";s:15:\"astra-sites-tag\";a:2:{i:432;s:6:\"review\";i:433;s:12:\"testimonials\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-55772\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2021/06/marketing-firm-04-home.jpg\";s:19:\"thumbnail-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2021/06/marketing-firm-04-home.jpg\";s:18:\"astra-page-api-url\";s:64:\"https://websitedemos.net/marketing-firm-04/wp-json/wp/v2/pages/6\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:37:\"//websitedemos.net/marketing-firm-04/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-55774\";a:12:{s:5:\"title\";s:8:\"Services\";s:18:\"featured-image-url\";s:82:\"https://websitedemos.net/wp-content/uploads/2021/06/marketing-firm-04-services.jpg\";s:19:\"thumbnail-image-url\";s:82:\"https://websitedemos.net/wp-content/uploads/2021/06/marketing-firm-04-services.jpg\";s:18:\"astra-page-api-url\";s:64:\"https://websitedemos.net/marketing-firm-04/wp-json/wp/v2/pages/9\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:46:\"//websitedemos.net/marketing-firm-04/services/\";s:15:\"astra-sites-tag\";a:1:{i:425;s:8:\"services\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-55912\";a:12:{s:5:\"title\";s:4:\"Work\";s:18:\"featured-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2021/06/marketing-firm-04-work.jpg\";s:19:\"thumbnail-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2021/06/marketing-firm-04-work.jpg\";s:18:\"astra-page-api-url\";s:66:\"https://websitedemos.net/marketing-firm-04/wp-json/wp/v2/pages/689\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:42:\"//websitedemos.net/marketing-firm-04/work/\";s:15:\"astra-sites-tag\";a:2:{i:444;s:9:\"portfolio\";i:451;s:4:\"work\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}}s:19:\"related-bb-template\";s:0:\"\";s:26:\"related-elementor-template\";s:0:\"\";s:26:\"related-gutenberg-template\";s:0:\"\";}s: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-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-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: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: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:963:\"<!-- 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><li>Simple, clean design that comes with all the correct elements</li><li>Impressive hero image, best to promote your product line</li><li>Deep integration with WooCommerce, allowing you to sell online quickly</li><li>Simple yet highly effective product pages</li><li>Page builder ready</li></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-58087\";a:12:{s:5:\"title\";s:4:\"Home\";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: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:8:\"id-58086\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:77:\"https://websitedemos.net/wp-content/uploads/2021/09/plant-shop-02-contact.jpg\";s:19:\"thumbnail-image-url\";s:77:\"https://websitedemos.net/wp-content/uploads/2021/09/plant-shop-02-contact.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-58085\";a:12:{s:5:\"title\";s:5:\"About\";s:18:\"featured-image-url\";s:75:\"https://websitedemos.net/wp-content/uploads/2021/09/plant-shop-02-about.jpg\";s:19:\"thumbnail-image-url\";s:75:\"https://websitedemos.net/wp-content/uploads/2021/09/plant-shop-02-about.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: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:987:\"<!-- 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.&nbsp;</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><li>Beautifully designed website template</li><li>Showcase your latest products and best sellers on the homepage</li><li>Offers deals and offers on the homepage</li><li>Build an email list by getting customers to sign up for your newsletter</li><li>SEO-friendly and WooCommerce-ready template</li></ul>\n<!-- /wp:list -->\";s:12:\"post-excerpt\";s:69:\"Well designed eCommerce web template to sell all kinds of furniture\'s\";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:994:\"<!-- 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><li>Modern cycling shop website template designed to engage</li><li>Fully integrates with WooCommerce for an online store</li><li>Attractive product areas and product pages</li><li>Product highlight blocks already built into the design</li><li>Option to add products, pages and sections quickly and easily</li><li>Fully compatible with leading drag and drop page builders</li></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-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: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: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-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: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: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-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: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: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-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: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:19:\"related-bb-template\";s:0:\"\";s:26:\"related-elementor-template\";s:0:\"\";s:26:\"related-gutenberg-template\";s:0:\"\";}}',	'no'),
(311,	'astra-sites-and-pages-page-7',	'a:15:{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-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: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-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: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-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: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: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-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: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: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-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: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: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-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: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-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: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-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: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-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:19:\"related-bb-template\";s:0:\"\";s:26:\"related-elementor-template\";s:0:\"\";s:26:\"related-gutenberg-template\";s:0:\"\";}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-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: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-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: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:85:\"Professional template with nice layout and modern design ideal for limousine rentals.\";s:5:\"pages\";a:5:{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: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: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:1125:\"<!-- 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><li>Beautifully designed and tailor-made for skin cleanser products online store</li><li>From the colors to typography and layout, customize every element to suit your needs</li><li>WooCommerce-ready template that lets you set up your store quickly and easily</li><li>Showcase customer reviews and photos from your social media feed</li><li>Full compatibility with leading page builders</li></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-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: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-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: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.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Promote yourself on the homepage, include training programs, such as private training and group training, reviews and photos of your happy customers, and more to build trust with your potential customers.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>Key features of the Personal Trainer template</h2>\n<!-- /wp:heading -->\n\n<!-- wp:list -->\n<ul><li>Creatively designed website template that’s perfect for the personal trainer in you</li><li>Showcase your various training programs and packages</li><li>Include photos and reviews of your happy customers</li><li>Template incorporates a FAQ section to help customers with their questions</li><li>Impressive background effects</li></ul>\n<!-- /wp:list -->\";s:12:\"post-excerpt\";s:86:\"Professionally designed website templates for the professional personal trainer in you\";s:5:\"pages\";a:1:{s:8:\"id-45565\";a:12:{s:5:\"title\";s:13:\"Trainer Jenny\";s:18:\"featured-image-url\";s:75:\"https://websitedemos.net/wp-content/uploads/2020/03/personal-trainer-04.jpg\";s:19:\"thumbnail-image-url\";s:75:\"https://websitedemos.net/wp-content/uploads/2020/03/personal-trainer-04.jpg\";s:18:\"astra-page-api-url\";s:66:\"https://websitedemos.net/personal-trainer-04/wp-json/wp/v2/pages/5\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:39:\"//websitedemos.net/personal-trainer-04/\";s:15:\"astra-sites-tag\";a:4:{i:423;s:4:\"home\";i:814;s:8:\"homepage\";i:850;s:12:\"landing-page\";i:1458;s:26:\"personal-trainer-home-page\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}}s:19:\"related-bb-template\";i:45573;s:26:\"related-elementor-template\";i:45564;s:26:\"related-gutenberg-template\";s:0:\"\";}s: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:\"\";}}',	'no'),
(312,	'astra-sites-and-pages-page-8',	'a:15:{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:1003:\"<!-- 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><li>Simple, clean, and elegant design, ideal for selling plants online</li><li>Showcase your featured products as well as the latest arrivals</li><li>Easily customize every element of your website to suit your specific requirements</li><li>Fully responsive and WooCommerce-ready template</li><li>Full compatibility with leading page builders</li></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-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: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: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 &amp; Influencer\";s:2:\"id\";i:53742;s:12:\"publish-date\";i:1623425467;s:18:\"featured-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2021/05/travel-blogger-02-home.jpg\";s:19:\"thumbnail-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2021/05/travel-blogger-02-home.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2021/05/travel-blogger-02-home.jpg\";s:14:\"astra-site-url\";s:36:\"//websitedemos.net/travel-blogger-04\";s:20:\"astra-site-parent-id\";i:2003;s:15:\"astra-sites-tag\";a:9:{i:1652;s:7:\"blogger\";i:1654;s:15:\"content-creator\";i:1547;s:10:\"influencer\";i:2163;s:23:\"social-media-influencer\";i:2168;s:19:\"tourism-influencers\";i:2170;s:14:\"travel-tourism\";i:1683;s:14:\"travel-blogger\";i:2167;s:17:\"travel-influencer\";i:2169;s:14:\"travel-vlogger\";}s:16:\"astra-sites-type\";s:11:\"agency-mini\";s:19:\"astra-site-category\";a:1:{i:37;s:4:\"blog\";}s:29:\"astra-sites-template-category\";a:6:{i:2828;s:4:\"blog\";i:2770;s:8:\"personal\";i:2768;s:9:\"portfolio\";i:2775;s:14:\"travel-tourism\";i:2801;s:5:\"video\";i:2870;s:4:\"vlog\";}s:23:\"astra-site-page-builder\";s:9:\"elementor\";s:10:\"categories\";a:2:{i:2497;s:4:\"blog\";i:2926;s:5:\"video\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:11:\"post-status\";s:7:\"publish\";s:12:\"post-content\";s:1061:\"<!-- wp:paragraph -->\n<p>Are you a travel blogger, an influencer, or both? Want to share your travel experiences with the world? Start a blog by using our awe-inspiring Travel Blogger &amp; Influencer template.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The engaging website template is designed to help you promote yourself as the face behind the blog. Additionally, you can publish blogs, upload and share videos, provide insights into your next travel destination, and even integrate your Instagram feed on your homepage.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>Key features of the Travel Blogger &amp; Influencer template</h2>\n<!-- /wp:heading -->\n\n<!-- wp:list -->\n<ul><li>Inspiring website template, perfect for travel bloggers and influencers</li><li>Integrate your Instagram feed on the website</li><li>Upload and share videos of your various travel destinations</li><li>Publish blogs on topics related to travel, destinations, tips, and more</li><li>Fully customizable page builder-ready template</li></ul>\n<!-- /wp:list -->\";s:12:\"post-excerpt\";s:87:\"Awe-inspiring website template for bloggers and influencers to share travel experiences\";s:5:\"pages\";a:9:{s:8:\"id-53743\";a:12:{s:5:\"title\";s:8:\"About me\";s:18:\"featured-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2021/05/travel-blogger-02-about.jpg\";s:19:\"thumbnail-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2021/05/travel-blogger-02-about.jpg\";s:18:\"astra-page-api-url\";s:65:\"https://websitedemos.net/travel-blogger-04/wp-json/wp/v2/pages/19\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:46:\"//websitedemos.net/travel-blogger-04/about-me/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:74;s:4:\"blog\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-53744\";a:12:{s:5:\"title\";s:6:\"Africa\";s:18:\"featured-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2021/05/travel-blogger-02-africa.jpg\";s:19:\"thumbnail-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2021/05/travel-blogger-02-africa.jpg\";s:18:\"astra-page-api-url\";s:65:\"https://websitedemos.net/travel-blogger-04/wp-json/wp/v2/pages/29\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:44:\"//websitedemos.net/travel-blogger-04/africa/\";s:15:\"astra-sites-tag\";a:2:{i:2019;s:6:\"africa\";i:786;s:12:\"travel-place\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:74;s:4:\"blog\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-53745\";a:12:{s:5:\"title\";s:4:\"Asia\";s:18:\"featured-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2021/05/travel-blogger-02-asia.jpg\";s:19:\"thumbnail-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2021/05/travel-blogger-02-asia.jpg\";s:18:\"astra-page-api-url\";s:65:\"https://websitedemos.net/travel-blogger-04/wp-json/wp/v2/pages/31\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:42:\"//websitedemos.net/travel-blogger-04/asia/\";s:15:\"astra-sites-tag\";a:2:{i:2017;s:4:\"asia\";i:786;s:12:\"travel-place\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:74;s:4:\"blog\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-53746\";a:12:{s:5:\"title\";s:11:\"Destination\";s:18:\"featured-image-url\";s:85:\"https://websitedemos.net/wp-content/uploads/2021/05/travel-blogger-02-destination.jpg\";s:19:\"thumbnail-image-url\";s:85:\"https://websitedemos.net/wp-content/uploads/2021/05/travel-blogger-02-destination.jpg\";s:18:\"astra-page-api-url\";s:66:\"https://websitedemos.net/travel-blogger-04/wp-json/wp/v2/pages/367\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:49:\"//websitedemos.net/travel-blogger-04/destination/\";s:15:\"astra-sites-tag\";a:1:{i:785;s:11:\"destination\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:74;s:4:\"blog\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-53747\";a:12:{s:5:\"title\";s:6:\"Europe\";s:18:\"featured-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2021/05/travel-blogger-02-europe.jpg\";s:19:\"thumbnail-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2021/05/travel-blogger-02-europe.jpg\";s:18:\"astra-page-api-url\";s:65:\"https://websitedemos.net/travel-blogger-04/wp-json/wp/v2/pages/27\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:44:\"//websitedemos.net/travel-blogger-04/europe/\";s:15:\"astra-sites-tag\";a:2:{i:2014;s:6:\"europe\";i:786;s:12:\"travel-place\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:74;s:4:\"blog\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-53748\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2021/05/travel-blogger-02-home.jpg\";s:19:\"thumbnail-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2021/05/travel-blogger-02-home.jpg\";s:18:\"astra-page-api-url\";s:64:\"https://websitedemos.net/travel-blogger-04/wp-json/wp/v2/pages/5\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:37:\"//websitedemos.net/travel-blogger-04/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:74;s:4:\"blog\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}s:8:\"id-53749\";a:12:{s:5:\"title\";s:12:\"The Americas\";s:18:\"featured-image-url\";s:86:\"https://websitedemos.net/wp-content/uploads/2021/05/travel-blogger-02-the-americas.jpg\";s:19:\"thumbnail-image-url\";s:86:\"https://websitedemos.net/wp-content/uploads/2021/05/travel-blogger-02-the-americas.jpg\";s:18:\"astra-page-api-url\";s:65:\"https://websitedemos.net/travel-blogger-04/wp-json/wp/v2/pages/35\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:50:\"//websitedemos.net/travel-blogger-04/the-americas/\";s:15:\"astra-sites-tag\";a:2:{i:2015;s:7:\"america\";i:786;s:12:\"travel-place\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:74;s:4:\"blog\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-53750\";a:12:{s:5:\"title\";s:6:\"Videos\";s:18:\"featured-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2021/05/travel-blogger-02-videos.jpg\";s:19:\"thumbnail-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2021/05/travel-blogger-02-videos.jpg\";s:18:\"astra-page-api-url\";s:65:\"https://websitedemos.net/travel-blogger-04/wp-json/wp/v2/pages/23\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:44:\"//websitedemos.net/travel-blogger-04/videos/\";s:15:\"astra-sites-tag\";a:1:{i:2001;s:6:\"videos\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:74;s:4:\"blog\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-53751\";a:12:{s:5:\"title\";s:12:\"Work with me\";s:18:\"featured-image-url\";s:86:\"https://websitedemos.net/wp-content/uploads/2021/05/travel-blogger-02-work-with-me.jpg\";s:19:\"thumbnail-image-url\";s:86:\"https://websitedemos.net/wp-content/uploads/2021/05/travel-blogger-02-work-with-me.jpg\";s:18:\"astra-page-api-url\";s:65:\"https://websitedemos.net/travel-blogger-04/wp-json/wp/v2/pages/25\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:50:\"//websitedemos.net/travel-blogger-04/work-with-me/\";s:15:\"astra-sites-tag\";a:2:{i:415;s:7:\"contact\";i:451;s:4:\"work\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:74;s:4:\"blog\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}}s:19:\"related-bb-template\";i:55717;s:26:\"related-elementor-template\";i:53742;s:26:\"related-gutenberg-template\";s:0:\"\";}s:8:\"id-55717\";a:22:{s:5:\"title\";s:31:\"Travel Blogger &amp; Influencer\";s:2:\"id\";i:55717;s:12:\"publish-date\";i:1624910289;s:18:\"featured-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2021/06/travel-blogger-03-home.jpg\";s:19:\"thumbnail-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2021/06/travel-blogger-03-home.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2021/06/travel-blogger-03-home.jpg\";s:14:\"astra-site-url\";s:36:\"//websitedemos.net/travel-blogger-03\";s:20:\"astra-site-parent-id\";i:2203;s:15:\"astra-sites-tag\";a:9:{i:1652;s:7:\"blogger\";i:1654;s:15:\"content-creator\";i:1547;s:10:\"influencer\";i:2163;s:23:\"social-media-influencer\";i:2168;s:19:\"tourism-influencers\";i:2170;s:14:\"travel-tourism\";i:1683;s:14:\"travel-blogger\";i:2167;s:17:\"travel-influencer\";i:2169;s:14:\"travel-vlogger\";}s:16:\"astra-sites-type\";s:11:\"agency-mini\";s:19:\"astra-site-category\";a:1:{i:37;s:4:\"blog\";}s:29:\"astra-sites-template-category\";a:0:{}s:23:\"astra-site-page-builder\";s:14:\"beaver-builder\";s:10:\"categories\";a:2:{i:2497;s:4:\"blog\";i:2926;s:5:\"video\";}s:16:\"required-plugins\";a:3:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}i:2;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:11:\"post-status\";s:7:\"publish\";s:12:\"post-content\";s:0:\"\";s:12:\"post-excerpt\";s:0:\"\";s:5:\"pages\";a:9:{s:8:\"id-55718\";a:12:{s:5:\"title\";s:8:\"About me\";s:18:\"featured-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2021/05/travel-blogger-02-about.jpg\";s:19:\"thumbnail-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2021/05/travel-blogger-02-about.jpg\";s:18:\"astra-page-api-url\";s:66:\"https://websitedemos.net/travel-blogger-03/wp-json/wp/v2/pages/603\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:46:\"//websitedemos.net/travel-blogger-03/about-me/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:74;s:4:\"blog\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}}}s:8:\"id-55719\";a:12:{s:5:\"title\";s:6:\"Africa\";s:18:\"featured-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2021/05/travel-blogger-02-africa.jpg\";s:19:\"thumbnail-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2021/05/travel-blogger-02-africa.jpg\";s:18:\"astra-page-api-url\";s:66:\"https://websitedemos.net/travel-blogger-03/wp-json/wp/v2/pages/605\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:44:\"//websitedemos.net/travel-blogger-03/africa/\";s:15:\"astra-sites-tag\";a:2:{i:2019;s:6:\"africa\";i:786;s:12:\"travel-place\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:74;s:4:\"blog\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}}}s:8:\"id-55720\";a:12:{s:5:\"title\";s:4:\"Asia\";s:18:\"featured-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2021/05/travel-blogger-02-asia.jpg\";s:19:\"thumbnail-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2021/05/travel-blogger-02-asia.jpg\";s:18:\"astra-page-api-url\";s:66:\"https://websitedemos.net/travel-blogger-03/wp-json/wp/v2/pages/607\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:42:\"//websitedemos.net/travel-blogger-03/asia/\";s:15:\"astra-sites-tag\";a:2:{i:2017;s:4:\"asia\";i:786;s:12:\"travel-place\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:74;s:4:\"blog\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}}}s:8:\"id-55721\";a:12:{s:5:\"title\";s:11:\"Destination\";s:18:\"featured-image-url\";s:85:\"https://websitedemos.net/wp-content/uploads/2021/06/travel-blogger-03-destination.jpg\";s:19:\"thumbnail-image-url\";s:85:\"https://websitedemos.net/wp-content/uploads/2021/06/travel-blogger-03-destination.jpg\";s:18:\"astra-page-api-url\";s:66:\"https://websitedemos.net/travel-blogger-03/wp-json/wp/v2/pages/609\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:49:\"//websitedemos.net/travel-blogger-03/destination/\";s:15:\"astra-sites-tag\";a:1:{i:785;s:11:\"destination\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:74;s:4:\"blog\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}}}s:8:\"id-55722\";a:12:{s:5:\"title\";s:6:\"Europe\";s:18:\"featured-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2021/05/travel-blogger-02-europe.jpg\";s:19:\"thumbnail-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2021/05/travel-blogger-02-europe.jpg\";s:18:\"astra-page-api-url\";s:66:\"https://websitedemos.net/travel-blogger-03/wp-json/wp/v2/pages/611\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:44:\"//websitedemos.net/travel-blogger-03/europe/\";s:15:\"astra-sites-tag\";a:2:{i:2014;s:6:\"europe\";i:786;s:12:\"travel-place\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:74;s:4:\"blog\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}}}s:8:\"id-55723\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2021/06/travel-blogger-03-home.jpg\";s:19:\"thumbnail-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2021/06/travel-blogger-03-home.jpg\";s:18:\"astra-page-api-url\";s:66:\"https://websitedemos.net/travel-blogger-03/wp-json/wp/v2/pages/601\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:37:\"//websitedemos.net/travel-blogger-03/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:74;s:4:\"blog\";}s:16:\"required-plugins\";a:3:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}i:2;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}s:8:\"id-55724\";a:12:{s:5:\"title\";s:12:\"The Americas\";s:18:\"featured-image-url\";s:86:\"https://websitedemos.net/wp-content/uploads/2021/05/travel-blogger-02-the-americas.jpg\";s:19:\"thumbnail-image-url\";s:86:\"https://websitedemos.net/wp-content/uploads/2021/05/travel-blogger-02-the-americas.jpg\";s:18:\"astra-page-api-url\";s:66:\"https://websitedemos.net/travel-blogger-03/wp-json/wp/v2/pages/613\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:50:\"//websitedemos.net/travel-blogger-03/the-americas/\";s:15:\"astra-sites-tag\";a:2:{i:2015;s:7:\"america\";i:786;s:12:\"travel-place\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:74;s:4:\"blog\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}}}s:8:\"id-55725\";a:12:{s:5:\"title\";s:6:\"Videos\";s:18:\"featured-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2021/06/travel-blogger-03-videos.jpg\";s:19:\"thumbnail-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2021/06/travel-blogger-03-videos.jpg\";s:18:\"astra-page-api-url\";s:66:\"https://websitedemos.net/travel-blogger-03/wp-json/wp/v2/pages/615\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:44:\"//websitedemos.net/travel-blogger-03/videos/\";s:15:\"astra-sites-tag\";a:1:{i:2001;s:6:\"videos\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:74;s:4:\"blog\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}}}s:8:\"id-55726\";a:12:{s:5:\"title\";s:12:\"Work with me\";s:18:\"featured-image-url\";s:86:\"https://websitedemos.net/wp-content/uploads/2021/05/travel-blogger-02-work-with-me.jpg\";s:19:\"thumbnail-image-url\";s:86:\"https://websitedemos.net/wp-content/uploads/2021/05/travel-blogger-02-work-with-me.jpg\";s:18:\"astra-page-api-url\";s:66:\"https://websitedemos.net/travel-blogger-03/wp-json/wp/v2/pages/617\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:50:\"//websitedemos.net/travel-blogger-03/work-with-me/\";s:15:\"astra-sites-tag\";a:2:{i:415;s:7:\"contact\";i:784;s:12:\"work-with-me\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:74;s:4:\"blog\";}s:16:\"required-plugins\";a:3:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}i:2;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}}s:19:\"related-bb-template\";s:0:\"\";s:26:\"related-elementor-template\";s:0:\"\";s:26:\"related-gutenberg-template\";s:0:\"\";}s: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 &amp; Suites\";s:18:\"featured-image-url\";s:86:\"https://websitedemos.net/wp-content/uploads/2021/06/heritage-hotel-02-rooms-suites.jpg\";s:19:\"thumbnail-image-url\";s:86:\"https://websitedemos.net/wp-content/uploads/2021/06/heritage-hotel-02-rooms-suites.jpg\";s:18:\"astra-page-api-url\";s:66:\"https://websitedemos.net/heritage-hotel-04/wp-json/wp/v2/pages/644\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:50:\"//websitedemos.net/heritage-hotel-04/rooms-suites/\";s:15:\"astra-sites-tag\";a:2:{i:715;s:5:\"rooms\";i:2179;s:6:\"suites\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}}s:19:\"related-bb-template\";s:0:\"\";s:26:\"related-elementor-template\";s:0:\"\";s:26:\"related-gutenberg-template\";s:0:\"\";}s: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-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-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-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:\"\";}}',	'no'),
(313,	'astra-sites-and-pages-page-9',	'a:15:{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-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: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: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.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Our Digital Agency template does that for you. The beautifully designed template helps you showcase your expertise, promote your services, introduce the team members, and even display testimonials from your happy clients.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>Key features of the Digital Agency template</h2>\n<!-- /wp:heading -->\n\n<!-- wp:list -->\n<ul><li>Professionally designed digital agency template to showcase your expertise</li><li>Template includes done-for-pages, such as an about us, services, and a fully functional contact page</li><li>Customize the website to match your branding, using the global color palette and typography</li><li>Fully functional newsletter subscription form</li><li>Full compatibility with leading page builders</li></ul>\n<!-- /wp:list -->\";s:12:\"post-excerpt\";s:81:\"Build an agency website using our professionally designed Digital Agency template\";s:5:\"pages\";a:4:{s:8:\"id-54400\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:81:\"https://websitedemos.net/wp-content/uploads/2021/05/digital-agency-02-contact.jpg\";s:19:\"thumbnail-image-url\";s:81:\"https://websitedemos.net/wp-content/uploads/2021/05/digital-agency-02-contact.jpg\";s:18:\"astra-page-api-url\";s:66:\"https://websitedemos.net/digital-agency-02/wp-json/wp/v2/pages/114\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:45:\"//websitedemos.net/digital-agency-02/contact/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}s:8:\"id-54399\";a:12:{s:5:\"title\";s:5:\"About\";s:18:\"featured-image-url\";s:81:\"https://websitedemos.net/wp-content/uploads/2021/05/digital-agency-02-about-1.jpg\";s:19:\"thumbnail-image-url\";s:81:\"https://websitedemos.net/wp-content/uploads/2021/05/digital-agency-02-about-1.jpg\";s:18:\"astra-page-api-url\";s:66:\"https://websitedemos.net/digital-agency-02/wp-json/wp/v2/pages/113\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:43:\"//websitedemos.net/digital-agency-02/about/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-54402\";a:12:{s:5:\"title\";s:8:\"Services\";s:18:\"featured-image-url\";s:82:\"https://websitedemos.net/wp-content/uploads/2021/05/digital-agency-02-services.jpg\";s:19:\"thumbnail-image-url\";s:82:\"https://websitedemos.net/wp-content/uploads/2021/05/digital-agency-02-services.jpg\";s:18:\"astra-page-api-url\";s:66:\"https://websitedemos.net/digital-agency-02/wp-json/wp/v2/pages/112\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:46:\"//websitedemos.net/digital-agency-02/services/\";s:15:\"astra-sites-tag\";a:1:{i:425;s:8:\"services\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-54401\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2021/05/digital-agency-02-home.jpg\";s:19:\"thumbnail-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2021/05/digital-agency-02-home.jpg\";s:18:\"astra-page-api-url\";s:64:\"https://websitedemos.net/digital-agency-02/wp-json/wp/v2/pages/6\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:37:\"//websitedemos.net/digital-agency-02/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}}s:19:\"related-bb-template\";s:0:\"\";s:26:\"related-elementor-template\";i:54398;s:26:\"related-gutenberg-template\";i:54463;}s: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-57131\";a:12:{s:5:\"title\";s:24:\"Productivity Improvement\";s:18:\"featured-image-url\";s:109:\"https://websitedemos.net/wp-content/uploads/2021/07/business-consultancy-firm-04-productivity-improvement.jpg\";s:19:\"thumbnail-image-url\";s:109:\"https://websitedemos.net/wp-content/uploads/2021/07/business-consultancy-firm-04-productivity-improvement.jpg\";s:18:\"astra-page-api-url\";s:76:\"https://websitedemos.net/business-consultancy-firm-04/wp-json/wp/v2/pages/38\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:73:\"//websitedemos.net/business-consultancy-firm-04/productivity-improvement/\";s:15:\"astra-sites-tag\";a:2:{i:2303;s:24:\"productivity-improvement\";i:425;s:8:\"services\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-57132\";a:12:{s:5:\"title\";s:21:\"Sales &amp; Marketing\";s:18:\"featured-image-url\";s:100:\"https://websitedemos.net/wp-content/uploads/2021/07/business-consultancy-firm-04-sales-marketing.jpg\";s:19:\"thumbnail-image-url\";s:100:\"https://websitedemos.net/wp-content/uploads/2021/07/business-consultancy-firm-04-sales-marketing.jpg\";s:18:\"astra-page-api-url\";s:76:\"https://websitedemos.net/business-consultancy-firm-04/wp-json/wp/v2/pages/36\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:64:\"//websitedemos.net/business-consultancy-firm-04/sales-marketing/\";s:15:\"astra-sites-tag\";a:2:{i:2301;s:17:\"sales-marketing-2\";i:425;s:8:\"services\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-57133\";a:12:{s:5:\"title\";s:15:\"Success Stories\";s:18:\"featured-image-url\";s:100:\"https://websitedemos.net/wp-content/uploads/2021/07/business-consultancy-firm-04-success-stories.jpg\";s:19:\"thumbnail-image-url\";s:100:\"https://websitedemos.net/wp-content/uploads/2021/07/business-consultancy-firm-04-success-stories.jpg\";s:18:\"astra-page-api-url\";s:76:\"https://websitedemos.net/business-consultancy-firm-04/wp-json/wp/v2/pages/16\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:64:\"//websitedemos.net/business-consultancy-firm-04/success-stories/\";s:15:\"astra-sites-tag\";a:4:{i:780;s:12:\"case-studies\";i:1615;s:7:\"reviews\";i:990;s:15:\"success-stories\";i:2302;s:11:\"testimonial\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-57134\";a:12:{s:5:\"title\";s:21:\"Technology Consulting\";s:18:\"featured-image-url\";s:106:\"https://websitedemos.net/wp-content/uploads/2021/07/business-consultancy-firm-04-technology-consulting.jpg\";s:19:\"thumbnail-image-url\";s:106:\"https://websitedemos.net/wp-content/uploads/2021/07/business-consultancy-firm-04-technology-consulting.jpg\";s:18:\"astra-page-api-url\";s:76:\"https://websitedemos.net/business-consultancy-firm-04/wp-json/wp/v2/pages/40\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:70:\"//websitedemos.net/business-consultancy-firm-04/technology-consulting/\";s:15:\"astra-sites-tag\";a:2:{i:425;s:8:\"services\";i:2291;s:21:\"technology-consulting\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-57135\";a:12:{s:5:\"title\";s:8:\"Training\";s:18:\"featured-image-url\";s:93:\"https://websitedemos.net/wp-content/uploads/2021/07/business-consultancy-firm-04-training.jpg\";s:19:\"thumbnail-image-url\";s:93:\"https://websitedemos.net/wp-content/uploads/2021/07/business-consultancy-firm-04-training.jpg\";s:18:\"astra-page-api-url\";s:76:\"https://websitedemos.net/business-consultancy-firm-04/wp-json/wp/v2/pages/12\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:57:\"//websitedemos.net/business-consultancy-firm-04/training/\";s:15:\"astra-sites-tag\";a:1:{i:721;s:8:\"training\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s: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: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:1002:\"<!-- wp:paragraph -->\n<p>Love the mountains? Want to share your experiences? Whether you’re an individual or an expert who teaches mountaineering, you can easily import the Mountain template and build a website to connect with fellow enthusiasts.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Offer your services on the homepage and in the provided dedicated 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><li>Simple and clean design, ideal for building a website for mountain lovers</li><li>Dedicated section to offer your services on the homepage</li><li>Share breathtaking photos of the mountains</li><li>Call to action button integrated into the top menu</li><li>Compatible with all popular page builders</li></ul>\n<!-- /wp:list -->\";s:12:\"post-excerpt\";s:92:\"Show your love for the mountains by building a fantastic website using the Mountain template\";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:\"\";}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 &amp; Consulting\";s:2:\"id\";i:51295;s:12:\"publish-date\";i:1616784275;s:18:\"featured-image-url\";s:83:\"https://websitedemos.net/wp-content/uploads/2021/03/business-consulting-02-home.jpg\";s:19:\"thumbnail-image-url\";s:83:\"https://websitedemos.net/wp-content/uploads/2021/03/business-consulting-02-home.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:83:\"https://websitedemos.net/wp-content/uploads/2021/03/business-consulting-02-home.jpg\";s:14:\"astra-site-url\";s:41:\"//websitedemos.net/business-consulting-02\";s:20:\"astra-site-parent-id\";i:1859;s:15:\"astra-sites-tag\";a:6:{i:1878;s:14:\"business-coach\";i:1620;s:19:\"business-consultant\";i:1879;s:14:\"business-guide\";i:854;s:5:\"coach\";i:1880;s:6:\"mentor\";i:855;s:20:\"motivational-speaker\";}s:16:\"astra-sites-type\";s:4:\"free\";s:19:\"astra-site-category\";a:2:{i:27;s:8:\"business\";i:39;s:4:\"free\";}s:29:\"astra-sites-template-category\";a:4:{i:2777;s:8:\"business\";i:2825;s:8:\"coaching\";i:2794;s:10:\"consulting\";i:2770;s:8:\"personal\";}s:23:\"astra-site-page-builder\";s:9:\"elementor\";s:10:\"categories\";a:1:{i:2483;s:15:\"expert-services\";}s:16:\"required-plugins\";a:3:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:23:\"header-footer-elementor\";s:4:\"init\";s:51:\"header-footer-elementor/header-footer-elementor.php\";s:4:\"name\";s:35:\"Elementor - Header, Footer & Blocks\";}i:2;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:11:\"post-status\";s:7:\"publish\";s:12:\"post-content\";s:1148:\"<!-- wp:paragraph -->\n<p>If you are an independent consultant offering all kinds of business coaching and consulting services, the Business Coaching &amp; Consulting template is precisely what you need to build a professional-looking website.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The template revolves around you and your services. Promote yourself on the significant hero image while including a CTA button to connect with you. Showcase the various coaching and consulting services you offer and the reviews of your happy clients. It’s all here!</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>Key features of the Business Coaching &amp; Consulting template</h2>\n<!-- /wp:heading -->\n\n<!-- wp:list -->\n<ul><li>Clean and professional-looking website template, perfect for a coaching and consulting business</li><li>Well-placed CTA buttons encouraging prospective clients to connect with you</li><li>Each of the template pages has been well thought out and designed</li><li>The contact page has Google maps integrated and a fully functional form</li><li>Full compatibility with leading page builders</li></ul>\n<!-- /wp:list -->\";s:12:\"post-excerpt\";s:86:\"Professional website templates tailor-made to build a coaching and consulting business\";s:5:\"pages\";a:4:{s:8:\"id-51296\";a:12:{s:5:\"title\";s:5:\"About\";s:18:\"featured-image-url\";s:84:\"https://websitedemos.net/wp-content/uploads/2021/03/business-consulting-02-about.jpg\";s:19:\"thumbnail-image-url\";s:84:\"https://websitedemos.net/wp-content/uploads/2021/03/business-consulting-02-about.jpg\";s:18:\"astra-page-api-url\";s:71:\"https://websitedemos.net/business-consulting-02/wp-json/wp/v2/pages/534\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:48:\"//websitedemos.net/business-consulting-02/about/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-51297\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:86:\"https://websitedemos.net/wp-content/uploads/2021/03/business-consulting-02-contact.jpg\";s:19:\"thumbnail-image-url\";s:86:\"https://websitedemos.net/wp-content/uploads/2021/03/business-consulting-02-contact.jpg\";s:18:\"astra-page-api-url\";s:71:\"https://websitedemos.net/business-consulting-02/wp-json/wp/v2/pages/736\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:50:\"//websitedemos.net/business-consulting-02/contact/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}s:8:\"id-51298\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:83:\"https://websitedemos.net/wp-content/uploads/2021/03/business-consulting-02-home.jpg\";s:19:\"thumbnail-image-url\";s:83:\"https://websitedemos.net/wp-content/uploads/2021/03/business-consulting-02-home.jpg\";s:18:\"astra-page-api-url\";s:69:\"https://websitedemos.net/business-consulting-02/wp-json/wp/v2/pages/6\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:42:\"//websitedemos.net/business-consulting-02/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-51299\";a:12:{s:5:\"title\";s:8:\"Services\";s:18:\"featured-image-url\";s:87:\"https://websitedemos.net/wp-content/uploads/2021/03/business-consulting-02-services.jpg\";s:19:\"thumbnail-image-url\";s:87:\"https://websitedemos.net/wp-content/uploads/2021/03/business-consulting-02-services.jpg\";s:18:\"astra-page-api-url\";s:71:\"https://websitedemos.net/business-consulting-02/wp-json/wp/v2/pages/642\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:51:\"//websitedemos.net/business-consulting-02/services/\";s:15:\"astra-sites-tag\";a:1:{i:425;s:8:\"services\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}}s:19:\"related-bb-template\";i:54427;s:26:\"related-elementor-template\";i:51295;s:26:\"related-gutenberg-template\";i:57046;}s:8:\"id-54427\";a:22:{s:5:\"title\";s:34:\"Business Coaching &amp; Consulting\";s:2:\"id\";i:54427;s:12:\"publish-date\";i:1621451238;s:18:\"featured-image-url\";s:83:\"https://websitedemos.net/wp-content/uploads/2021/03/business-consulting-02-home.jpg\";s:19:\"thumbnail-image-url\";s:83:\"https://websitedemos.net/wp-content/uploads/2021/03/business-consulting-02-home.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:83:\"https://websitedemos.net/wp-content/uploads/2021/03/business-consulting-02-home.jpg\";s:14:\"astra-site-url\";s:41:\"//websitedemos.net/business-consulting-01\";s:20:\"astra-site-parent-id\";i:2032;s:15:\"astra-sites-tag\";a:6:{i:1878;s:14:\"business-coach\";i:1620;s:19:\"business-consultant\";i:1879;s:14:\"business-guide\";i:854;s:5:\"coach\";i:1880;s:6:\"mentor\";i:855;s:20:\"motivational-speaker\";}s:16:\"astra-sites-type\";s:4:\"free\";s:19:\"astra-site-category\";a:2:{i:27;s:8:\"business\";i:39;s:4:\"free\";}s:29:\"astra-sites-template-category\";a:0:{}s:23:\"astra-site-page-builder\";s:14:\"beaver-builder\";s:10:\"categories\";a:1:{i:2483;s:15:\"expert-services\";}s:16:\"required-plugins\";a:3:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:39:\"ultimate-addons-for-beaver-builder-lite\";s:4:\"init\";s:61:\"ultimate-addons-for-beaver-builder-lite/bb-ultimate-addon.php\";s:4:\"name\";s:41:\"Ultimate Addons for Beaver Builder - Lite\";}i:2;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:11:\"post-status\";s:7:\"publish\";s:12:\"post-content\";s:0:\"\";s:12:\"post-excerpt\";s:0:\"\";s:5:\"pages\";a:4:{s:8:\"id-54428\";a:12:{s:5:\"title\";s:5:\"About\";s:18:\"featured-image-url\";s:84:\"https://websitedemos.net/wp-content/uploads/2021/03/business-consulting-02-about.jpg\";s:19:\"thumbnail-image-url\";s:84:\"https://websitedemos.net/wp-content/uploads/2021/03/business-consulting-02-about.jpg\";s:18:\"astra-page-api-url\";s:71:\"https://websitedemos.net/business-consulting-01/wp-json/wp/v2/pages/975\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:48:\"//websitedemos.net/business-consulting-01/about/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:39:\"ultimate-addons-for-beaver-builder-lite\";s:4:\"init\";s:61:\"ultimate-addons-for-beaver-builder-lite/bb-ultimate-addon.php\";s:4:\"name\";s:41:\"Ultimate Addons for Beaver Builder - Lite\";}}}s:8:\"id-54431\";a:12:{s:5:\"title\";s:8:\"Services\";s:18:\"featured-image-url\";s:87:\"https://websitedemos.net/wp-content/uploads/2021/03/business-consulting-02-services.jpg\";s:19:\"thumbnail-image-url\";s:87:\"https://websitedemos.net/wp-content/uploads/2021/03/business-consulting-02-services.jpg\";s:18:\"astra-page-api-url\";s:71:\"https://websitedemos.net/business-consulting-01/wp-json/wp/v2/pages/980\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:51:\"//websitedemos.net/business-consulting-01/services/\";s:15:\"astra-sites-tag\";a:1:{i:425;s:8:\"services\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:39:\"ultimate-addons-for-beaver-builder-lite\";s:4:\"init\";s:61:\"ultimate-addons-for-beaver-builder-lite/bb-ultimate-addon.php\";s:4:\"name\";s:41:\"Ultimate Addons for Beaver Builder - Lite\";}}}s:8:\"id-54429\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:86:\"https://websitedemos.net/wp-content/uploads/2021/03/business-consulting-02-contact.jpg\";s:19:\"thumbnail-image-url\";s:86:\"https://websitedemos.net/wp-content/uploads/2021/03/business-consulting-02-contact.jpg\";s:18:\"astra-page-api-url\";s:71:\"https://websitedemos.net/business-consulting-01/wp-json/wp/v2/pages/983\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:50:\"//websitedemos.net/business-consulting-01/contact/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:3:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:39:\"ultimate-addons-for-beaver-builder-lite\";s:4:\"init\";s:61:\"ultimate-addons-for-beaver-builder-lite/bb-ultimate-addon.php\";s:4:\"name\";s:41:\"Ultimate Addons for Beaver Builder - Lite\";}i:2;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}s:8:\"id-54430\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:83:\"https://websitedemos.net/wp-content/uploads/2021/03/business-consulting-02-home.jpg\";s:19:\"thumbnail-image-url\";s:83:\"https://websitedemos.net/wp-content/uploads/2021/03/business-consulting-02-home.jpg\";s:18:\"astra-page-api-url\";s:71:\"https://websitedemos.net/business-consulting-01/wp-json/wp/v2/pages/968\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:42:\"//websitedemos.net/business-consulting-01/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:39:\"ultimate-addons-for-beaver-builder-lite\";s:4:\"init\";s:61:\"ultimate-addons-for-beaver-builder-lite/bb-ultimate-addon.php\";s:4:\"name\";s:41:\"Ultimate Addons for Beaver Builder - Lite\";}}}}s:19:\"related-bb-template\";s:0:\"\";s:26:\"related-elementor-template\";s:0:\"\";s:26:\"related-gutenberg-template\";s:0:\"\";}s:8:\"id-57046\";a:22:{s:5:\"title\";s:35:\"Business Coaching &#038; Consulting\";s:2:\"id\";i:57046;s:12:\"publish-date\";i:1626465822;s:18:\"featured-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2021/07/business-consulting-08-1.jpg\";s:19:\"thumbnail-image-url\";s:89:\"https://websitedemos.net/wp-content/uploads/2021/07/business-consulting-08-1-600x2363.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:89:\"https://websitedemos.net/wp-content/uploads/2021/07/business-consulting-08-1-400x1575.jpg\";s:14:\"astra-site-url\";s:41:\"//websitedemos.net/business-consulting-08\";s:20:\"astra-site-parent-id\";i:2261;s:15:\"astra-sites-tag\";a:6:{i:1878;s:14:\"business-coach\";i:1620;s:19:\"business-consultant\";i:1879;s:14:\"business-guide\";i:854;s:5:\"coach\";i:1880;s:6:\"mentor\";i:855;s:20:\"motivational-speaker\";}s:16:\"astra-sites-type\";s:4:\"free\";s:19:\"astra-site-category\";a:2:{i:27;s:8:\"business\";i:39;s:4:\"free\";}s:29:\"astra-sites-template-category\";a:0:{}s:23:\"astra-site-page-builder\";s:9:\"gutenberg\";s:10:\"categories\";a:1:{i:2483;s:15:\"expert-services\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}i:1;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}s:11:\"post-status\";s:7:\"publish\";s:12:\"post-content\";s:0:\"\";s:12:\"post-excerpt\";s:0:\"\";s:5:\"pages\";a:4:{s:8:\"id-57047\";a:12:{s:5:\"title\";s:5:\"About\";s:18:\"featured-image-url\";s:86:\"https://websitedemos.net/wp-content/uploads/2021/07/business-consulting-08-about-1.jpg\";s:19:\"thumbnail-image-url\";s:95:\"https://websitedemos.net/wp-content/uploads/2021/07/business-consulting-08-about-1-600x2245.jpg\";s:18:\"astra-page-api-url\";s:71:\"https://websitedemos.net/business-consulting-08/wp-json/wp/v2/pages/964\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:48:\"//websitedemos.net/business-consulting-08/about/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}}s:8:\"id-57048\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:88:\"https://websitedemos.net/wp-content/uploads/2021/07/business-consulting-08-contact-1.jpg\";s:19:\"thumbnail-image-url\";s:97:\"https://websitedemos.net/wp-content/uploads/2021/07/business-consulting-08-contact-1-600x1328.jpg\";s:18:\"astra-page-api-url\";s:71:\"https://websitedemos.net/business-consulting-08/wp-json/wp/v2/pages/968\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:50:\"//websitedemos.net/business-consulting-08/contact/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}s:8:\"id-57049\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2021/07/business-consulting-08-1.jpg\";s:19:\"thumbnail-image-url\";s:89:\"https://websitedemos.net/wp-content/uploads/2021/07/business-consulting-08-1-600x2363.jpg\";s:18:\"astra-page-api-url\";s:71:\"https://websitedemos.net/business-consulting-08/wp-json/wp/v2/pages/961\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:42:\"//websitedemos.net/business-consulting-08/\";s:15:\"astra-sites-tag\";a:0:{}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}}s:8:\"id-57050\";a:12:{s:5:\"title\";s:8:\"Services\";s:18:\"featured-image-url\";s:89:\"https://websitedemos.net/wp-content/uploads/2021/07/business-consulting-08-services-1.jpg\";s:19:\"thumbnail-image-url\";s:98:\"https://websitedemos.net/wp-content/uploads/2021/07/business-consulting-08-services-1-600x2098.jpg\";s:18:\"astra-page-api-url\";s:71:\"https://websitedemos.net/business-consulting-08/wp-json/wp/v2/pages/966\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:51:\"//websitedemos.net/business-consulting-08/services/\";s:15:\"astra-sites-tag\";a:1:{i:425;s:8:\"services\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}}}s:19:\"related-bb-template\";s:0:\"\";s:26:\"related-elementor-template\";s:0:\"\";s:26:\"related-gutenberg-template\";s:0:\"\";}s:8:\"id-57014\";a:22:{s:5:\"title\";s:25:\"Food &amp; Drinks Blogger\";s:2:\"id\";i:57014;s:12:\"publish-date\";i:1626285212;s:18:\"featured-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2021/07/food-drinks-blog-04-home.jpg\";s:19:\"thumbnail-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2021/07/food-drinks-blog-04-home.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2021/07/food-drinks-blog-04-home.jpg\";s:14:\"astra-site-url\";s:38:\"//websitedemos.net/food-drinks-blog-04\";s:20:\"astra-site-parent-id\";i:2259;s:15:\"astra-sites-tag\";a:9:{i:1652;s:7:\"blogger\";i:1654;s:15:\"content-creator\";i:2263;s:19:\"food-drinks-blogger\";i:2171;s:22:\"food-drinks-influencer\";i:2172;s:19:\"food-drinks-vlogger\";i:890;s:12:\"food-blogger\";i:1547;s:10:\"influencer\";i:2163;s:23:\"social-media-influencer\";i:1837;s:7:\"vlogger\";}s:16:\"astra-sites-type\";s:11:\"agency-mini\";s:19:\"astra-site-category\";a:1:{i:37;s:4:\"blog\";}s:29:\"astra-sites-template-category\";a:4:{i:2828;s:4:\"blog\";i:2785;s:4:\"food\";i:2770;s:8:\"personal\";i:2776;s:10:\"restaurant\";}s:23:\"astra-site-page-builder\";s:9:\"elementor\";s:10:\"categories\";a:2:{i:2497;s:4:\"blog\";i:2926;s:5:\"video\";}s:16:\"required-plugins\";a:3:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:18:\"ultimate-elementor\";s:4:\"init\";s:41:\"ultimate-elementor/ultimate-elementor.php\";s:4:\"name\";s:29:\"Ultimate Addons for Elementor\";}i:2;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:11:\"post-status\";s:7:\"publish\";s:12:\"post-content\";s:1069:\"<!-- wp:paragraph -->\n<p>Are you a food and drinks blogger? Want to become an influencer or an authority in your niche? Start by building your online presence. Import our Food &amp; Drinks Blogger template and launch your blog quickly and easily.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The template uses pastel colors that are just perfect for an engaging blog and allows you to share reviews of exotic food and drinks, restaurants, street food places, and recipes on your blog.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>Key features of the Food &amp; Drinks Blogger template</h2>\n<!-- /wp:heading -->\n\n<!-- wp:list -->\n<ul><li>Appealing design that’s sure to enhance user engagement</li><li>Build an email list by using the well-integrated newsletter subscription form placed in the hero section of your homepage</li><li>Publish blogs and reviews on restaurants, recipes, food, drinks, and more</li><li>Upload video reviews as well on your food and drinks blog</li><li>Full compatibility with leading page builders</li></ul>\n<!-- /wp:list -->\";s:12:\"post-excerpt\";s:76:\"Appealing website design, ideal for food and drinks bloggers and influencers\";s:5:\"pages\";a:3:{s:8:\"id-57015\";a:12:{s:5:\"title\";s:5:\"About\";s:18:\"featured-image-url\";s:81:\"https://websitedemos.net/wp-content/uploads/2021/07/food-drinks-blog-04-about.jpg\";s:19:\"thumbnail-image-url\";s:81:\"https://websitedemos.net/wp-content/uploads/2021/07/food-drinks-blog-04-about.jpg\";s:18:\"astra-page-api-url\";s:67:\"https://websitedemos.net/food-drinks-blog-04/wp-json/wp/v2/pages/11\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:45:\"//websitedemos.net/food-drinks-blog-04/about/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:74;s:4:\"blog\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-57016\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2021/07/food-drinks-blog-04-home.jpg\";s:19:\"thumbnail-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2021/07/food-drinks-blog-04-home.jpg\";s:18:\"astra-page-api-url\";s:66:\"https://websitedemos.net/food-drinks-blog-04/wp-json/wp/v2/pages/7\";s:12:\"dynamic-page\";s:3:\"yes\";s:14:\"astra-page-url\";s:39:\"//websitedemos.net/food-drinks-blog-04/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:74;s:4:\"blog\";}s:16:\"required-plugins\";a:3:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:18:\"ultimate-elementor\";s:4:\"init\";s:41:\"ultimate-elementor/ultimate-elementor.php\";s:4:\"name\";s:29:\"Ultimate Addons for Elementor\";}i:2;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}s:8:\"id-57017\";a:12:{s:5:\"title\";s:12:\"Work With Me\";s:18:\"featured-image-url\";s:83:\"https://websitedemos.net/wp-content/uploads/2021/07/food-drinks-blog-04-contact.jpg\";s:19:\"thumbnail-image-url\";s:83:\"https://websitedemos.net/wp-content/uploads/2021/07/food-drinks-blog-04-contact.jpg\";s:18:\"astra-page-api-url\";s:67:\"https://websitedemos.net/food-drinks-blog-04/wp-json/wp/v2/pages/13\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:52:\"//websitedemos.net/food-drinks-blog-04/work-with-me/\";s:15:\"astra-sites-tag\";a:2:{i:415;s:7:\"contact\";i:784;s:12:\"work-with-me\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:74;s:4:\"blog\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}}s:19:\"related-bb-template\";s:0:\"\";s:26:\"related-elementor-template\";s:0:\"\";s:26:\"related-gutenberg-template\";s:0:\"\";}s: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:\"\";}}',	'no');
INSERT INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES
(314,	'astra-sites-and-pages-page-10',	'a:15:{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.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Our Digital Marketing Agency template does that. The template is perfect for your agency website, from done-for-you templates showcasing all your individual services to customer reviews.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\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-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: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: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.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The classy website design is perfect for promoting various fashion brands, products, accessories, clothing, and cosmetics, among other things. Publish blogs and articles on topics related to fashion and upload videos as well on your fashion website.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>Key features of the Fashion Influencer template</h2>\n<!-- /wp:heading -->\n\n<!-- wp:list -->\n<ul><li>Classy and sophisticated-looking template, perfect for a fashion-related website</li><li>Ideal for fashion influencers, bloggers, and just about anyone in the fashion industry</li><li>Showcase various fashion brands, products, blogs, articles, and videos</li><li>Integrate your Instagram feed and share photos with your website visitors</li><li>Fully customizable and responsive website template</li></ul>\n<!-- /wp:list -->\";s:12:\"post-excerpt\";s:84:\"Sophisticated-looking website design that’s perfect for making a fashion statement\";s:5:\"pages\";a:6:{s:8:\"id-53778\";a:12:{s:5:\"title\";s:8:\"About Me\";s:18:\"featured-image-url\";s:83:\"https://websitedemos.net/wp-content/uploads/2021/05/fashion-influencer-02-about.jpg\";s:19:\"thumbnail-image-url\";s:83:\"https://websitedemos.net/wp-content/uploads/2021/05/fashion-influencer-02-about.jpg\";s:18:\"astra-page-api-url\";s:70:\"https://websitedemos.net/fashion-influencer-04/wp-json/wp/v2/pages/670\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:50:\"//websitedemos.net/fashion-influencer-04/about-me/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:74;s:4:\"blog\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-53779\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:85:\"https://websitedemos.net/wp-content/uploads/2021/05/fashion-influencer-02-contact.jpg\";s:19:\"thumbnail-image-url\";s:85:\"https://websitedemos.net/wp-content/uploads/2021/05/fashion-influencer-02-contact.jpg\";s:18:\"astra-page-api-url\";s:70:\"https://websitedemos.net/fashion-influencer-04/wp-json/wp/v2/pages/731\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:49:\"//websitedemos.net/fashion-influencer-04/contact/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:74;s:4:\"blog\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}s:8:\"id-53780\";a:12:{s:5:\"title\";s:12:\"Fashion Tips\";s:18:\"featured-image-url\";s:90:\"https://websitedemos.net/wp-content/uploads/2021/05/fashion-influencer-02-fashion-tips.jpg\";s:19:\"thumbnail-image-url\";s:90:\"https://websitedemos.net/wp-content/uploads/2021/05/fashion-influencer-02-fashion-tips.jpg\";s:18:\"astra-page-api-url\";s:70:\"https://websitedemos.net/fashion-influencer-04/wp-json/wp/v2/pages/805\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:54:\"//websitedemos.net/fashion-influencer-04/fashion-tips/\";s:15:\"astra-sites-tag\";a:3:{i:480;s:4:\"blog\";i:482;s:7:\"fashion\";i:2022;s:4:\"tips\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:74;s:4:\"blog\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-53781\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:82:\"https://websitedemos.net/wp-content/uploads/2021/05/fashion-influencer-02-home.jpg\";s:19:\"thumbnail-image-url\";s:82:\"https://websitedemos.net/wp-content/uploads/2021/05/fashion-influencer-02-home.jpg\";s:18:\"astra-page-api-url\";s:69:\"https://websitedemos.net/fashion-influencer-04/wp-json/wp/v2/pages/28\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:41:\"//websitedemos.net/fashion-influencer-04/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:74;s:4:\"blog\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}s:8:\"id-53782\";a:12:{s:5:\"title\";s:8:\"Lookbook\";s:18:\"featured-image-url\";s:86:\"https://websitedemos.net/wp-content/uploads/2021/05/fashion-influencer-02-lookbook.jpg\";s:19:\"thumbnail-image-url\";s:86:\"https://websitedemos.net/wp-content/uploads/2021/05/fashion-influencer-02-lookbook.jpg\";s:18:\"astra-page-api-url\";s:70:\"https://websitedemos.net/fashion-influencer-04/wp-json/wp/v2/pages/613\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:50:\"//websitedemos.net/fashion-influencer-04/lookbook/\";s:15:\"astra-sites-tag\";a:1:{i:752;s:8:\"lookbook\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:74;s:4:\"blog\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-53783\";a:12:{s:5:\"title\";s:6:\"Shoots\";s:18:\"featured-image-url\";s:84:\"https://websitedemos.net/wp-content/uploads/2021/05/fashion-influencer-02-shoots.jpg\";s:19:\"thumbnail-image-url\";s:84:\"https://websitedemos.net/wp-content/uploads/2021/05/fashion-influencer-02-shoots.jpg\";s:18:\"astra-page-api-url\";s:70:\"https://websitedemos.net/fashion-influencer-04/wp-json/wp/v2/pages/445\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:48:\"//websitedemos.net/fashion-influencer-04/shoots/\";s:15:\"astra-sites-tag\";a:2:{i:2023;s:6:\"shoots\";i:2001;s:6:\"videos\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:74;s:4:\"blog\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}}s:19:\"related-bb-template\";i:55741;s:26:\"related-elementor-template\";i:53777;s:26:\"related-gutenberg-template\";s:0:\"\";}s: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-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-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-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:19:\"related-bb-template\";s:0:\"\";s:26:\"related-elementor-template\";s:0:\"\";s:26:\"related-gutenberg-template\";s:0:\"\";}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-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-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-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-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;}}',	'no'),
(315,	'astra-sites-and-pages-page-11',	'a:15:{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.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The template features a newsletter subscription form that will let you build your newsletter list quickly and easily.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>Key features of the Tech News template</h2>\n<!-- /wp:heading -->\n\n<!-- wp:list -->\n<ul><li>Simple and clutter-free website template, perfect for a technology website</li><li>The package includes well-planned layouts for individual category pages as well</li><li>Build an email list using the well-integrated newsletter subscription form</li><li>The template consists of placeholders for showcasing ads and monetizing your blog</li><li>Compatible with Gutenberg and all popular page builder plugins</li></ul>\n<!-- /wp:list -->\";s:12:\"post-excerpt\";s:75:\"Clean and simple website template, perfect for your technology news website\";s:5:\"pages\";a:4:{s:8:\"id-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: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: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-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: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-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: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.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>You’ll also be able to include a variety of services for your potential clients, along with case studies that will help them understand the process of working with you.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>Key features of the Advertising Agency template</h2>\n<!-- /wp:heading -->\n\n<!-- wp:list -->\n<ul><li>Beautifully designed website template to showcase the creative side of your business</li><li>A fully integrated template that promotes all the services you offer, case studies, customer reviews, and more</li><li>Add photos of your team members on the about page</li><li>A fully functional contact form that has Google maps integrated</li><li>Dedicated page to highlight your completed projects and case studies</li></ul>\n<!-- /wp:list -->\";s:12:\"post-excerpt\";s:87:\"A well-planned and professional layout that allows you to showcase your agency services\";s:5:\"pages\";a:6:{s:8:\"id-55905\";a:12:{s:5:\"title\";s:5:\"About\";s:18:\"featured-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2021/06/promotion-firm-04-about.jpg\";s:19:\"thumbnail-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2021/06/promotion-firm-04-about.jpg\";s:18:\"astra-page-api-url\";s:75:\"https://websitedemos.net/public-relations-agency-04/wp-json/wp/v2/pages/395\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:52:\"//websitedemos.net/public-relations-agency-04/about/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-55906\";a:12:{s:5:\"title\";s:12:\"Case Studies\";s:18:\"featured-image-url\";s:86:\"https://websitedemos.net/wp-content/uploads/2021/06/promotion-firm-04-case-studies.jpg\";s:19:\"thumbnail-image-url\";s:86:\"https://websitedemos.net/wp-content/uploads/2021/06/promotion-firm-04-case-studies.jpg\";s:18:\"astra-page-api-url\";s:76:\"https://websitedemos.net/public-relations-agency-04/wp-json/wp/v2/pages/1105\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:59:\"//websitedemos.net/public-relations-agency-04/case-studies/\";s:15:\"astra-sites-tag\";a:1:{i:780;s:12:\"case-studies\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-55907\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:81:\"https://websitedemos.net/wp-content/uploads/2021/06/promotion-firm-04-contact.jpg\";s:19:\"thumbnail-image-url\";s:81:\"https://websitedemos.net/wp-content/uploads/2021/06/promotion-firm-04-contact.jpg\";s:18:\"astra-page-api-url\";s:75:\"https://websitedemos.net/public-relations-agency-04/wp-json/wp/v2/pages/396\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:54:\"//websitedemos.net/public-relations-agency-04/contact/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}s:8:\"id-55908\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2021/06/promotion-firm-04-home.jpg\";s:19:\"thumbnail-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2021/06/promotion-firm-04-home.jpg\";s:18:\"astra-page-api-url\";s:74:\"https://websitedemos.net/public-relations-agency-04/wp-json/wp/v2/pages/72\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:46:\"//websitedemos.net/public-relations-agency-04/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-55909\";a:12:{s:5:\"title\";s:8:\"Services\";s:18:\"featured-image-url\";s:82:\"https://websitedemos.net/wp-content/uploads/2021/06/promotion-firm-04-services.jpg\";s:19:\"thumbnail-image-url\";s:82:\"https://websitedemos.net/wp-content/uploads/2021/06/promotion-firm-04-services.jpg\";s:18:\"astra-page-api-url\";s:75:\"https://websitedemos.net/public-relations-agency-04/wp-json/wp/v2/pages/394\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:55:\"//websitedemos.net/public-relations-agency-04/services/\";s:15:\"astra-sites-tag\";a:1:{i:425;s:8:\"services\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-55910\";a:12:{s:5:\"title\";s:4:\"Work\";s:18:\"featured-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2021/06/promotion-firm-04-work.jpg\";s:19:\"thumbnail-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2021/06/promotion-firm-04-work.jpg\";s:18:\"astra-page-api-url\";s:75:\"https://websitedemos.net/public-relations-agency-04/wp-json/wp/v2/pages/364\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:51:\"//websitedemos.net/public-relations-agency-04/work/\";s:15:\"astra-sites-tag\";a:2:{i:444;s:9:\"portfolio\";i:451;s:4:\"work\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}}s:19:\"related-bb-template\";s:0:\"\";s:26:\"related-elementor-template\";s:0:\"\";s:26:\"related-gutenberg-template\";s:0:\"\";}s: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.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>An ‘enroll today’ CTA button integrated into the menu allows potential students to immediately sign up for your courses. The well-integrated newsletter subscription form lets you build a list and send tips and tricks to your students.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>Key features of the Learn Digital Marketing template</h2>\n<!-- /wp:heading -->\n\n<!-- wp:list -->\n<ul><li>Build an online platform to offer courses in digital marketing, using our engaging and minimalistic website template</li><li>Well integrated with popular LMS plugins, such as LearnDash, to create, manage, and offer courses online</li><li>Offer additional resources, such as ebooks, and case studies on a specifically designed page</li><li>Fully functional contact form that allows prospective students to get in touch with you</li><li>A customizable and flexible template that can be tweaked to suit your needs</li></ul>\n<!-- /wp:list -->\";s:12:\"post-excerpt\";s:77:\"An ideal website template to offer courses and resources on digital marketing\";s:5:\"pages\";a:6:{s:8:\"id-49814\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:91:\"https://websitedemos.net/wp-content/uploads/2021/02/learn-digital-marketing-02-homepage.jpg\";s:19:\"thumbnail-image-url\";s:91:\"https://websitedemos.net/wp-content/uploads/2021/02/learn-digital-marketing-02-homepage.jpg\";s:18:\"astra-page-api-url\";s:73:\"https://websitedemos.net/learn-digital-marketing-02/wp-json/wp/v2/pages/4\";s:12:\"dynamic-page\";s:3:\"yes\";s:14:\"astra-page-url\";s:46:\"//websitedemos.net/learn-digital-marketing-02/\";s:15:\"astra-sites-tag\";a:1:{i:814;s:8:\"homepage\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-49810\";a:12:{s:5:\"title\";s:5:\"About\";s:18:\"featured-image-url\";s:88:\"https://websitedemos.net/wp-content/uploads/2021/02/learn-digital-marketing-02-about.jpg\";s:19:\"thumbnail-image-url\";s:88:\"https://websitedemos.net/wp-content/uploads/2021/02/learn-digital-marketing-02-about.jpg\";s:18:\"astra-page-api-url\";s:75:\"https://websitedemos.net/learn-digital-marketing-02/wp-json/wp/v2/pages/561\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:52:\"//websitedemos.net/learn-digital-marketing-02/about/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-49813\";a:12:{s:5:\"title\";s:7:\"Courses\";s:18:\"featured-image-url\";s:88:\"https://websitedemos.net/wp-content/uploads/2021/02/digital-marketing-02-all-courses.jpg\";s:19:\"thumbnail-image-url\";s:88:\"https://websitedemos.net/wp-content/uploads/2021/02/digital-marketing-02-all-courses.jpg\";s:18:\"astra-page-api-url\";s:75:\"https://websitedemos.net/learn-digital-marketing-02/wp-json/wp/v2/pages/908\";s:12:\"dynamic-page\";s:3:\"yes\";s:14:\"astra-page-url\";s:58:\"//websitedemos.net/learn-digital-marketing-02/all-courses/\";s:15:\"astra-sites-tag\";a:1:{i:462;s:7:\"courses\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-49815\";a:12:{s:5:\"title\";s:8:\"Resource\";s:18:\"featured-image-url\";s:85:\"https://websitedemos.net/wp-content/uploads/2021/02/digital-marketing-02-resource.jpg\";s:19:\"thumbnail-image-url\";s:85:\"https://websitedemos.net/wp-content/uploads/2021/02/digital-marketing-02-resource.jpg\";s:18:\"astra-page-api-url\";s:75:\"https://websitedemos.net/learn-digital-marketing-02/wp-json/wp/v2/pages/688\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:55:\"//websitedemos.net/learn-digital-marketing-02/resource/\";s:15:\"astra-sites-tag\";a:1:{i:1854;s:8:\"resource\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-49811\";a:12:{s:5:\"title\";s:4:\"Blog\";s:18:\"featured-image-url\";s:87:\"https://websitedemos.net/wp-content/uploads/2021/02/learn-digital-marketing-02-blog.jpg\";s:19:\"thumbnail-image-url\";s:87:\"https://websitedemos.net/wp-content/uploads/2021/02/learn-digital-marketing-02-blog.jpg\";s:18:\"astra-page-api-url\";s:75:\"https://websitedemos.net/learn-digital-marketing-02/wp-json/wp/v2/pages/890\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:51:\"//websitedemos.net/learn-digital-marketing-02/blog/\";s:15:\"astra-sites-tag\";a:1:{i:480;s:4:\"blog\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:29:\"Ultimate Addons for Gutenberg\";}}}s:8:\"id-49812\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:84:\"https://websitedemos.net/wp-content/uploads/2021/02/digital-marketing-02-contact.jpg\";s:19:\"thumbnail-image-url\";s:84:\"https://websitedemos.net/wp-content/uploads/2021/02/digital-marketing-02-contact.jpg\";s:18:\"astra-page-api-url\";s:75:\"https://websitedemos.net/learn-digital-marketing-02/wp-json/wp/v2/pages/812\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:54:\"//websitedemos.net/learn-digital-marketing-02/contact/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}}s:19:\"related-bb-template\";s:0:\"\";s:26:\"related-elementor-template\";i:49809;s:26:\"related-gutenberg-template\";i:56525;}s: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-49241\";a:22:{s:5:\"title\";s:21:\"Catering &amp; Events\";s:2:\"id\";i:49241;s:12:\"publish-date\";i:1607708411;s:18:\"featured-image-url\";s:81:\"https://websitedemos.net/wp-content/uploads/2020/12/catering-services-04-home.jpg\";s:19:\"thumbnail-image-url\";s:81:\"https://websitedemos.net/wp-content/uploads/2020/12/catering-services-04-home.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:81:\"https://websitedemos.net/wp-content/uploads/2020/12/catering-services-04-home.jpg\";s:14:\"astra-site-url\";s:39:\"//websitedemos.net/catering-services-04\";s:20:\"astra-site-parent-id\";i:1788;s:15:\"astra-sites-tag\";a:11:{i:693;s:4:\"cafe\";i:1791;s:17:\"catering-services\";i:1792;s:6:\"caters\";i:792;s:7:\"cooking\";i:1798;s:6:\"dining\";i:1569;s:6:\"events\";i:1789;s:7:\"feeding\";i:336;s:4:\"food\";i:1799;s:13:\"food-festival\";i:1793;s:10:\"meal-serve\";i:1790;s:7:\"serving\";}s:16:\"astra-sites-type\";s:11:\"agency-mini\";s:19:\"astra-site-category\";a:1:{i:27;s:8:\"business\";}s:29:\"astra-sites-template-category\";a:4:{i:2855;s:8:\"catering\";i:2784;s:5:\"event\";i:2785;s:4:\"food\";i:2831;s:7:\"service\";}s:23:\"astra-site-page-builder\";s:9:\"elementor\";s:10:\"categories\";a:1:{i:2489;s:16:\"event-invitation\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:11:\"post-status\";s:7:\"publish\";s:12:\"post-content\";s:1002:\"<!-- wp:paragraph -->\n<p>Have you been looking for a website template that is both easy to use and provides an organized, professional image? Our Catering &amp; Events template is the answer! It comes in various colors to help you stand out from competitors.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Whether corporate events or birthday parties, go ahead and promote your various services and menus on your website. Additionally, include testimonials from your clients to show how happy they are with your services.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>Key features of the Catering &amp; Events template</h2>\n<!-- /wp:heading -->\n\n<!-- wp:list -->\n<ul><li>A creatively designed template that uses vibrant colors</li><li>All templates are well planned out and easy to use</li><li>Showcase the catering services for various events and menus as well</li><li>Include client testimonials on the homepage</li><li>Fully responsive and customizable design</li></ul>\n<!-- /wp:list -->\";s:12:\"post-excerpt\";s:89:\"A perfectly designed template for building a catering and events-related business website\";s:5:\"pages\";a:5:{s:8:\"id-49244\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:81:\"https://websitedemos.net/wp-content/uploads/2020/12/catering-services-04-home.jpg\";s:19:\"thumbnail-image-url\";s:81:\"https://websitedemos.net/wp-content/uploads/2020/12/catering-services-04-home.jpg\";s:18:\"astra-page-api-url\";s:67:\"https://websitedemos.net/catering-services-04/wp-json/wp/v2/pages/5\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:40:\"//websitedemos.net/catering-services-04/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-49242\";a:12:{s:5:\"title\";s:8:\"About Us\";s:18:\"featured-image-url\";s:82:\"https://websitedemos.net/wp-content/uploads/2020/12/catering-services-04-about.jpg\";s:19:\"thumbnail-image-url\";s:82:\"https://websitedemos.net/wp-content/uploads/2020/12/catering-services-04-about.jpg\";s:18:\"astra-page-api-url\";s:69:\"https://websitedemos.net/catering-services-04/wp-json/wp/v2/pages/229\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:49:\"//websitedemos.net/catering-services-04/about-us/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-49245\";a:12:{s:5:\"title\";s:8:\"Services\";s:18:\"featured-image-url\";s:85:\"https://websitedemos.net/wp-content/uploads/2020/12/catering-services-04-services.jpg\";s:19:\"thumbnail-image-url\";s:85:\"https://websitedemos.net/wp-content/uploads/2020/12/catering-services-04-services.jpg\";s:18:\"astra-page-api-url\";s:69:\"https://websitedemos.net/catering-services-04/wp-json/wp/v2/pages/275\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:49:\"//websitedemos.net/catering-services-04/services/\";s:15:\"astra-sites-tag\";a:1:{i:425;s:8:\"services\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-49246\";a:12:{s:5:\"title\";s:12:\"Testimonials\";s:18:\"featured-image-url\";s:89:\"https://websitedemos.net/wp-content/uploads/2020/12/catering-services-04-testimonials.jpg\";s:19:\"thumbnail-image-url\";s:89:\"https://websitedemos.net/wp-content/uploads/2020/12/catering-services-04-testimonials.jpg\";s:18:\"astra-page-api-url\";s:69:\"https://websitedemos.net/catering-services-04/wp-json/wp/v2/pages/315\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:53:\"//websitedemos.net/catering-services-04/testimonials/\";s:15:\"astra-sites-tag\";a:2:{i:432;s:6:\"review\";i:433;s:12:\"testimonials\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-49243\";a:12:{s:5:\"title\";s:10:\"Contact Us\";s:18:\"featured-image-url\";s:84:\"https://websitedemos.net/wp-content/uploads/2020/12/catering-services-04-contact.jpg\";s:19:\"thumbnail-image-url\";s:84:\"https://websitedemos.net/wp-content/uploads/2020/12/catering-services-04-contact.jpg\";s:18:\"astra-page-api-url\";s:69:\"https://websitedemos.net/catering-services-04/wp-json/wp/v2/pages/343\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:51:\"//websitedemos.net/catering-services-04/contact-us/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}}s:19:\"related-bb-template\";s:0:\"\";s:26:\"related-elementor-template\";s:0:\"\";s:26:\"related-gutenberg-template\";s:0:\"\";}s: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:993:\"<!-- 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><li>Build a music school website using our inspiring Music School template</li><li>Accept online applications of prospective students</li><li>A fully compatible template that allows you to offer and manage online courses</li><li>Sell musical instruments online using a WooCommerce-ready template</li><li>Customizable and page-ready template</li></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:1137:\"<!-- wp:paragraph -->\n<p>Want to make a fashion website but don\'t know where to start? Our Fashion Designer template is the perfect place for you. Our template is the ideal home for your fashion designer business with a sleek and sophisticated design.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Promote your clothing or accessories with our modern web design that includes client testimonials and photos from happy customers. Plus, we\'ve included deals and offers to help you get your product noticed by potential customers.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>Key features of the Fashion Designer template</h2>\n<!-- /wp:heading -->\n\n<!-- wp:list -->\n<ul><li>Launch your fashion designer store using our classy website template</li><li>Sell accessories, tops, bottoms, dresses, and more on your online store</li><li>Showcase products based on the latest collections, new arrivals, best sellers, and more</li><li>Well integrated with WooCommerce allowing you to set up and sell immediately&nbsp;</li><li>Customize and tweak every element of your store to suit your website needs</li></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-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: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-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: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;}}',	'no'),
(316,	'astra-sites-and-pages-page-12',	'a:15:{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:69:\"https://websitedemos.net/wp-content/uploads/2020/12/food-truck-04.jpg\";s:19:\"thumbnail-image-url\";s:69:\"https://websitedemos.net/wp-content/uploads/2020/12/food-truck-04.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:69:\"https://websitedemos.net/wp-content/uploads/2020/12/food-truck-04.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:1088:\"<!-- 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><li>Colorful template that’s perfect for food trucks and food businesses</li><li>Fullscreen design that works on any screen size</li><li>Attractive menu areas really stand out</li><li>Customizable content sections throughout</li><li>Full compatibility with leading page builders</li></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:69:\"https://websitedemos.net/wp-content/uploads/2020/12/food-truck-04.jpg\";s:19:\"thumbnail-image-url\";s:69:\"https://websitedemos.net/wp-content/uploads/2020/12/food-truck-04.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: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-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-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: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:19:\"related-bb-template\";s:0:\"\";s:26:\"related-elementor-template\";s:0:\"\";s:26:\"related-gutenberg-template\";s:0:\"\";}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-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:\"\";}}',	'no'),
(317,	'astra-sites-and-pages-page-13',	'a:15:{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 &amp; FAQ\";s:18:\"featured-image-url\";s:81:\"https://websitedemos.net/wp-content/uploads/2020/10/online-courses-02-pricing.jpg\";s:19:\"thumbnail-image-url\";s:81:\"https://websitedemos.net/wp-content/uploads/2020/10/online-courses-02-pricing.jpg\";s:18:\"astra-page-api-url\";s:65:\"https://websitedemos.net/online-courses-02/wp-json/wp/v2/pages/16\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:49:\"//websitedemos.net/online-courses-02/pricing-faq/\";s:15:\"astra-sites-tag\";a:2:{i:426;s:3:\"faq\";i:585;s:7:\"pricing\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-47818\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:83:\"https://websitedemos.net/wp-content/uploads/2020/10/online-courses-02-contact-1.jpg\";s:19:\"thumbnail-image-url\";s:83:\"https://websitedemos.net/wp-content/uploads/2020/10/online-courses-02-contact-1.jpg\";s:18:\"astra-page-api-url\";s:65:\"https://websitedemos.net/online-courses-02/wp-json/wp/v2/pages/12\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:45:\"//websitedemos.net/online-courses-02/contact/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}}s:19:\"related-bb-template\";i:48985;s:26:\"related-elementor-template\";i:47815;s:26:\"related-gutenberg-template\";s:0:\"\";}s: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 &#038; FAQ\";s:18:\"featured-image-url\";s:81:\"https://websitedemos.net/wp-content/uploads/2020/12/online-courses-01-pricing.jpg\";s:19:\"thumbnail-image-url\";s:81:\"https://websitedemos.net/wp-content/uploads/2020/12/online-courses-01-pricing.jpg\";s:18:\"astra-page-api-url\";s:66:\"https://websitedemos.net/online-courses-01/wp-json/wp/v2/pages/740\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:49:\"//websitedemos.net/online-courses-01/pricing-faq/\";s:15:\"astra-sites-tag\";a:1:{i:585;s:7:\"pricing\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:39:\"ultimate-addons-for-beaver-builder-lite\";s:4:\"init\";s:61:\"ultimate-addons-for-beaver-builder-lite/bb-ultimate-addon.php\";s:4:\"name\";s:41:\"Ultimate Addons for Beaver Builder - Lite\";}}}}s:19:\"related-bb-template\";s:0:\"\";s:26:\"related-elementor-template\";s:0:\"\";s:26:\"related-gutenberg-template\";s:0:\"\";}s: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:\"\";}s:8:\"id-48026\";a:22:{s:5:\"title\";s:13:\"Online Course\";s:2:\"id\";i:48026;s:12:\"publish-date\";i:1603830103;s:18:\"featured-image-url\";s:75:\"https://websitedemos.net/wp-content/uploads/2020/10/online-courses-08-1.jpg\";s:19:\"thumbnail-image-url\";s:84:\"https://websitedemos.net/wp-content/uploads/2020/10/online-courses-08-1-600x2031.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:84:\"https://websitedemos.net/wp-content/uploads/2020/10/online-courses-08-1-400x1354.jpg\";s:14:\"astra-site-url\";s:36:\"//websitedemos.net/online-courses-08\";s:20:\"astra-site-parent-id\";i:1694;s:15:\"astra-sites-tag\";a:6:{i:462;s:7:\"courses\";i:468;s:9:\"elearning\";i:467;s:9:\"learndash\";i:460;s:8:\"learning\";i:466;s:14:\"online-courses\";i:975;s:15:\"online-learning\";}s:16:\"astra-sites-type\";s:4:\"free\";s:19:\"astra-site-category\";a:2:{i:27;s:8:\"business\";i:39;s:4:\"free\";}s:29:\"astra-sites-template-category\";a:0:{}s:23:\"astra-site-page-builder\";s:9:\"gutenberg\";s:10:\"categories\";a:1:{i:2494;s:9:\"elearning\";}s:16:\"required-plugins\";a:5:{i:0;a:3:{s:4:\"slug\";s:8:\"sfwd-lms\";s:4:\"init\";s:21:\"sfwd-lms/sfwd_lms.php\";s:4:\"name\";s:13:\"LearnDash LMS\";}i:1;a:3:{s:4:\"slug\";s:21:\"learndash-course-grid\";s:4:\"init\";s:47:\"learndash-course-grid/learndash_course_grid.php\";s:4:\"name\";s:27:\"LearnDash LMS - Course Grid\";}i:2;a:3:{s:4:\"slug\";s:13:\"presto-player\";s:4:\"init\";s:31:\"presto-player/presto-player.php\";s:4:\"name\";s:13:\"Presto Player\";}i:3;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}i:4;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}s:11:\"post-status\";s:7:\"publish\";s:12:\"post-content\";s:0:\"\";s:12:\"post-excerpt\";s:0:\"\";s:5:\"pages\";a:6:{s:8:\"id-48030\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:75:\"https://websitedemos.net/wp-content/uploads/2020/10/online-courses-08-1.jpg\";s:19:\"thumbnail-image-url\";s:84:\"https://websitedemos.net/wp-content/uploads/2020/10/online-courses-08-1-600x2031.jpg\";s:18:\"astra-page-api-url\";s:65:\"https://websitedemos.net/online-courses-08/wp-json/wp/v2/pages/10\";s:12:\"dynamic-page\";s:3:\"yes\";s:14:\"astra-page-url\";s:37:\"//websitedemos.net/online-courses-08/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}}s:8:\"id-48028\";a:12:{s:5:\"title\";s:11:\"All Courses\";s:18:\"featured-image-url\";s:87:\"https://websitedemos.net/wp-content/uploads/2020/10/online-courses-08-all-courses-1.jpg\";s:19:\"thumbnail-image-url\";s:95:\"https://websitedemos.net/wp-content/uploads/2020/10/online-courses-08-all-courses-1-600x936.jpg\";s:18:\"astra-page-api-url\";s:65:\"https://websitedemos.net/online-courses-08/wp-json/wp/v2/pages/14\";s:12:\"dynamic-page\";s:3:\"yes\";s:14:\"astra-page-url\";s:49:\"//websitedemos.net/online-courses-08/all-courses/\";s:15:\"astra-sites-tag\";a:1:{i:462;s:7:\"courses\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}}s:8:\"id-48027\";a:12:{s:5:\"title\";s:8:\"About Us\";s:18:\"featured-image-url\";s:84:\"https://websitedemos.net/wp-content/uploads/2020/10/online-courses-08-about-us-1.jpg\";s:19:\"thumbnail-image-url\";s:93:\"https://websitedemos.net/wp-content/uploads/2020/10/online-courses-08-about-us-1-600x1431.jpg\";s:18:\"astra-page-api-url\";s:65:\"https://websitedemos.net/online-courses-08/wp-json/wp/v2/pages/12\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:46:\"//websitedemos.net/online-courses-08/about-us/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}}s:8:\"id-48031\";a:12:{s:5:\"title\";s:11:\"Instructors\";s:18:\"featured-image-url\";s:87:\"https://websitedemos.net/wp-content/uploads/2020/10/online-courses-08-instructors-1.jpg\";s:19:\"thumbnail-image-url\";s:96:\"https://websitedemos.net/wp-content/uploads/2020/10/online-courses-08-instructors-1-600x1306.jpg\";s:18:\"astra-page-api-url\";s:65:\"https://websitedemos.net/online-courses-08/wp-json/wp/v2/pages/18\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:49:\"//websitedemos.net/online-courses-08/instructors/\";s:15:\"astra-sites-tag\";a:1:{i:1677;s:11:\"instructors\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}}s:8:\"id-48032\";a:12:{s:5:\"title\";s:18:\"Pricing &#038; FAQ\";s:18:\"featured-image-url\";s:89:\"https://websitedemos.net/wp-content/uploads/2020/10/online-courses-08-pricing-and-faq.jpg\";s:19:\"thumbnail-image-url\";s:98:\"https://websitedemos.net/wp-content/uploads/2020/10/online-courses-08-pricing-and-faq-600x1417.jpg\";s:18:\"astra-page-api-url\";s:65:\"https://websitedemos.net/online-courses-08/wp-json/wp/v2/pages/20\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:49:\"//websitedemos.net/online-courses-08/pricing-faq/\";s:15:\"astra-sites-tag\";a:1:{i:585;s:7:\"pricing\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}}s:8:\"id-48029\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:83:\"https://websitedemos.net/wp-content/uploads/2020/10/online-courses-08-contact-1.jpg\";s:19:\"thumbnail-image-url\";s:91:\"https://websitedemos.net/wp-content/uploads/2020/10/online-courses-08-contact-1-600x978.jpg\";s:18:\"astra-page-api-url\";s:65:\"https://websitedemos.net/online-courses-08/wp-json/wp/v2/pages/16\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:45:\"//websitedemos.net/online-courses-08/contact/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}}s:19:\"related-bb-template\";s:0:\"\";s:26:\"related-elementor-template\";s:0:\"\";s:26:\"related-gutenberg-template\";s:0:\"\";}s:8:\"id-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:1043:\"<!-- 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><li>Effective design ideal for life coaches and the wellness niche</li><li>Flexible pages and content areas can be easily personalized</li><li>Integrates with WooCommerce for selling online</li><li>Great use of images, content areas and layout</li><li>Full compatibility with leading page builders</li></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-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: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-57195\";a:12:{s:5:\"title\";s:26:\"Facilities &amp; Amenities\";s:18:\"featured-image-url\";s:82:\"https://websitedemos.net/wp-content/uploads/2021/07/luxury-hotel-04-facilities.jpg\";s:19:\"thumbnail-image-url\";s:82:\"https://websitedemos.net/wp-content/uploads/2021/07/luxury-hotel-04-facilities.jpg\";s:18:\"astra-page-api-url\";s:63:\"https://websitedemos.net/luxury-hotel-04/wp-json/wp/v2/pages/13\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:57:\"//websitedemos.net/luxury-hotel-04/fascilities-amenities/\";s:15:\"astra-sites-tag\";a:2:{i:777;s:9:\"amenities\";i:1599;s:10:\"facilities\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}}s: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:\"\";}}',	'no'),
(318,	'astra-sites-and-pages-page-14',	'a:15:{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:86:\"https://websitedemos.net/wp-content/uploads/2020/10/life-coach-sara-john-08-home-1.jpg\";s:19:\"thumbnail-image-url\";s:86:\"https://websitedemos.net/wp-content/uploads/2020/10/life-coach-sara-john-08-home-1.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:86:\"https://websitedemos.net/wp-content/uploads/2020/10/life-coach-sara-john-08-home-1.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: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:4:{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\";}}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-3.jpg\";s:19:\"thumbnail-image-url\";s:87:\"https://websitedemos.net/wp-content/uploads/2020/10/life-coach-sara-john-08-about-3.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:0:{}}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-1.jpg\";s:19:\"thumbnail-image-url\";s:87:\"https://websitedemos.net/wp-content/uploads/2020/10/life-coach-sara-john-08-books-1.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:0:{}}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-1.jpg\";s:19:\"thumbnail-image-url\";s:89:\"https://websitedemos.net/wp-content/uploads/2020/10/life-coach-sara-john-08-contact-1.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:0:{}}s:8:\"id-48174\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:86:\"https://websitedemos.net/wp-content/uploads/2020/10/life-coach-sara-john-08-home-1.jpg\";s:19:\"thumbnail-image-url\";s:86:\"https://websitedemos.net/wp-content/uploads/2020/10/life-coach-sara-john-08-home-1.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:0:{}}s:8:\"id-48175\";a:12:{s:5:\"title\";s:12:\"Work With Me\";s:18:\"featured-image-url\";s:89:\"https://websitedemos.net/wp-content/uploads/2020/10/life-coach-sara-john-08-pricing-1.jpg\";s:19:\"thumbnail-image-url\";s:89:\"https://websitedemos.net/wp-content/uploads/2020/10/life-coach-sara-john-08-pricing-1.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: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-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 &amp; Development\";s:18:\"featured-image-url\";s:82:\"https://websitedemos.net/wp-content/uploads/2021/03/pharmaceutical-02-research.jpg\";s:19:\"thumbnail-image-url\";s:82:\"https://websitedemos.net/wp-content/uploads/2021/03/pharmaceutical-02-research.jpg\";s:18:\"astra-page-api-url\";s:66:\"https://websitedemos.net/pharmaceutical-02/wp-json/wp/v2/pages/611\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:62:\"//websitedemos.net/pharmaceutical-02/research-and-development/\";s:15:\"astra-sites-tag\";a:2:{i:1887;s:7:\"process\";i:1886;s:8:\"research\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}}s:19:\"related-bb-template\";s:0:\"\";s:26:\"related-elementor-template\";s:0:\"\";s:26:\"related-gutenberg-template\";s:0:\"\";}s: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:1021:\"<!-- 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><li>Relaxed design that lets products shine</li><li>Optional extra sections for books and categories</li><li>Fully compatible with WooCommerce for direct sales</li><li>Customizable sections and pages for any type of store</li><li>Full compatibility with leading page builders</li></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-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: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: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 &amp; Delivery Services\";s:2:\"id\";i:45894;s:12:\"publish-date\";i:1590081799;s:18:\"featured-image-url\";s:71:\"https://websitedemos.net/wp-content/uploads/2020/03/courier-04-home.jpg\";s:19:\"thumbnail-image-url\";s:71:\"https://websitedemos.net/wp-content/uploads/2020/03/courier-04-home.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:71:\"https://websitedemos.net/wp-content/uploads/2020/03/courier-04-home.jpg\";s:14:\"astra-site-url\";s:29:\"//websitedemos.net/courier-04\";s:20:\"astra-site-parent-id\";i:1492;s:15:\"astra-sites-tag\";a:7:{i:1498;s:6:\"bearer\";i:1493;s:7:\"carrier\";i:1494;s:7:\"courier\";i:1497;s:8:\"delivery\";i:1495;s:7:\"express\";i:1500;s:8:\"messager\";i:1496;s:6:\"parcel\";}s:16:\"astra-sites-type\";s:11:\"agency-mini\";s:19:\"astra-site-category\";a:1:{i:27;s:8:\"business\";}s:29:\"astra-sites-template-category\";a:4:{i:2777;s:8:\"business\";i:2854;s:7:\"courier\";i:2831;s:7:\"service\";i:2806;s:14:\"transportation\";}s:23:\"astra-site-page-builder\";s:9:\"elementor\";s:10:\"categories\";a:1:{i:2473;s:9:\"transport\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:11:\"post-status\";s:7:\"publish\";s:12:\"post-content\";s:1052:\"<!-- wp:paragraph -->\n<p>The Courier &amp; Delivery Services template is ideal for couriers, moving firms, delivery services and anyone involved in moving things from A to B. It’s a bright, welcoming design with a bold header, attractive graphics and a strong headline.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>There’s also a booking form above the fold so visitors can engage instantly. The template includes all the sections you would expect in a business website like this. It’s communicative, responsive and includes lots of product and services sections to showcase your offer.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>Key features of the Courier &amp; Delivery Services template</h2>\n<!-- /wp:heading -->\n\n<!-- wp:list -->\n<ul><li>Bright and colorful web template ideal for couriers and delivery services</li><li>Warm welcome as soon as it loads</li><li>Booking form front and center</li><li>Customizable content sections on every page</li><li>Full compatibility with leading page builders</li></ul>\n<!-- /wp:list -->\";s:12:\"post-excerpt\";s:82:\"Bright and colorful web template ideal for couriers and a wide range of businesses\";s:5:\"pages\";a:6:{s:8:\"id-45897\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:71:\"https://websitedemos.net/wp-content/uploads/2020/03/courier-04-home.jpg\";s:19:\"thumbnail-image-url\";s:71:\"https://websitedemos.net/wp-content/uploads/2020/03/courier-04-home.jpg\";s:18:\"astra-page-api-url\";s:57:\"https://websitedemos.net/courier-04/wp-json/wp/v2/pages/7\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:30:\"//websitedemos.net/courier-04/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-45899\";a:12:{s:5:\"title\";s:8:\"Services\";s:18:\"featured-image-url\";s:75:\"https://websitedemos.net/wp-content/uploads/2020/06/courier-04-services.jpg\";s:19:\"thumbnail-image-url\";s:75:\"https://websitedemos.net/wp-content/uploads/2020/06/courier-04-services.jpg\";s:18:\"astra-page-api-url\";s:58:\"https://websitedemos.net/courier-04/wp-json/wp/v2/pages/17\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:39:\"//websitedemos.net/courier-04/services/\";s:15:\"astra-sites-tag\";a:1:{i:425;s:8:\"services\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-45895\";a:12:{s:5:\"title\";s:5:\"About\";s:18:\"featured-image-url\";s:72:\"https://websitedemos.net/wp-content/uploads/2020/03/courier-04-about.jpg\";s:19:\"thumbnail-image-url\";s:72:\"https://websitedemos.net/wp-content/uploads/2020/03/courier-04-about.jpg\";s:18:\"astra-page-api-url\";s:58:\"https://websitedemos.net/courier-04/wp-json/wp/v2/pages/14\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:36:\"//websitedemos.net/courier-04/about/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-45898\";a:12:{s:5:\"title\";s:6:\"Prices\";s:18:\"featured-image-url\";s:73:\"https://websitedemos.net/wp-content/uploads/2020/03/courier-04-prices.jpg\";s:19:\"thumbnail-image-url\";s:73:\"https://websitedemos.net/wp-content/uploads/2020/03/courier-04-prices.jpg\";s:18:\"astra-page-api-url\";s:58:\"https://websitedemos.net/courier-04/wp-json/wp/v2/pages/23\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:37:\"//websitedemos.net/courier-04/prices/\";s:15:\"astra-sites-tag\";a:1:{i:815;s:5:\"price\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-45900\";a:12:{s:5:\"title\";s:12:\"Testimonials\";s:18:\"featured-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2020/03/courier-04-testimonials.jpg\";s:19:\"thumbnail-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2020/03/courier-04-testimonials.jpg\";s:18:\"astra-page-api-url\";s:58:\"https://websitedemos.net/courier-04/wp-json/wp/v2/pages/21\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:43:\"//websitedemos.net/courier-04/testimonials/\";s:15:\"astra-sites-tag\";a:2:{i:432;s:6:\"review\";i:433;s:12:\"testimonials\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-45896\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:74:\"https://websitedemos.net/wp-content/uploads/2020/03/courier-04-contact.jpg\";s:19:\"thumbnail-image-url\";s:74:\"https://websitedemos.net/wp-content/uploads/2020/03/courier-04-contact.jpg\";s:18:\"astra-page-api-url\";s:58:\"https://websitedemos.net/courier-04/wp-json/wp/v2/pages/19\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:38:\"//websitedemos.net/courier-04/contact/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}}s:19:\"related-bb-template\";i:45924;s:26:\"related-elementor-template\";i:45894;s:26:\"related-gutenberg-template\";s:0:\"\";}s:8:\"id-45924\";a:22:{s:5:\"title\";s:31:\"Courier &amp; Delivery Services\";s:2:\"id\";i:45924;s:12:\"publish-date\";i:1590081799;s:18:\"featured-image-url\";s:75:\"https://websitedemos.net/wp-content/uploads/2020/06/courier-03-homepage.jpg\";s:19:\"thumbnail-image-url\";s:75:\"https://websitedemos.net/wp-content/uploads/2020/06/courier-03-homepage.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:75:\"https://websitedemos.net/wp-content/uploads/2020/06/courier-03-homepage.jpg\";s:14:\"astra-site-url\";s:29:\"//websitedemos.net/courier-03\";s:20:\"astra-site-parent-id\";i:1501;s:15:\"astra-sites-tag\";a:7:{i:1498;s:6:\"bearer\";i:1493;s:7:\"carrier\";i:1494;s:7:\"courier\";i:1497;s:8:\"delivery\";i:1495;s:7:\"express\";i:1500;s:8:\"messager\";i:1496;s:6:\"parcel\";}s:16:\"astra-sites-type\";s:11:\"agency-mini\";s:19:\"astra-site-category\";a:1:{i:27;s:8:\"business\";}s:29:\"astra-sites-template-category\";a:0:{}s:23:\"astra-site-page-builder\";s:14:\"beaver-builder\";s:10:\"categories\";a:1:{i:2473;s:9:\"transport\";}s:16:\"required-plugins\";a:4:{i:0;a:3:{s:4:\"slug\";s:11:\"astra-addon\";s:4:\"init\";s:27:\"astra-addon/astra-addon.php\";s:4:\"name\";s:9:\"Astra Pro\";}i:1;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:2;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}i:3;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:11:\"post-status\";s:7:\"publish\";s:12:\"post-content\";s:0:\"\";s:12:\"post-excerpt\";s:0:\"\";s:5:\"pages\";a:6:{s:8:\"id-45927\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:75:\"https://websitedemos.net/wp-content/uploads/2020/06/courier-03-homepage.jpg\";s:19:\"thumbnail-image-url\";s:75:\"https://websitedemos.net/wp-content/uploads/2020/06/courier-03-homepage.jpg\";s:18:\"astra-page-api-url\";s:57:\"https://websitedemos.net/courier-03/wp-json/wp/v2/pages/2\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:30:\"//websitedemos.net/courier-03/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}}}s:8:\"id-45929\";a:12:{s:5:\"title\";s:8:\"Services\";s:18:\"featured-image-url\";s:75:\"https://websitedemos.net/wp-content/uploads/2020/06/courier-03-services.jpg\";s:19:\"thumbnail-image-url\";s:75:\"https://websitedemos.net/wp-content/uploads/2020/06/courier-03-services.jpg\";s:18:\"astra-page-api-url\";s:59:\"https://websitedemos.net/courier-03/wp-json/wp/v2/pages/231\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:39:\"//websitedemos.net/courier-03/services/\";s:15:\"astra-sites-tag\";a:1:{i:425;s:8:\"services\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}}}s:8:\"id-45925\";a:12:{s:5:\"title\";s:5:\"About\";s:18:\"featured-image-url\";s:72:\"https://websitedemos.net/wp-content/uploads/2020/06/courier-03-about.jpg\";s:19:\"thumbnail-image-url\";s:72:\"https://websitedemos.net/wp-content/uploads/2020/06/courier-03-about.jpg\";s:18:\"astra-page-api-url\";s:59:\"https://websitedemos.net/courier-03/wp-json/wp/v2/pages/233\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:36:\"//websitedemos.net/courier-03/about/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}}}s:8:\"id-45928\";a:12:{s:5:\"title\";s:6:\"Prices\";s:18:\"featured-image-url\";s:73:\"https://websitedemos.net/wp-content/uploads/2020/06/courier-03-prices.jpg\";s:19:\"thumbnail-image-url\";s:73:\"https://websitedemos.net/wp-content/uploads/2020/06/courier-03-prices.jpg\";s:18:\"astra-page-api-url\";s:59:\"https://websitedemos.net/courier-03/wp-json/wp/v2/pages/235\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:37:\"//websitedemos.net/courier-03/prices/\";s:15:\"astra-sites-tag\";a:1:{i:815;s:5:\"price\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}}}s:8:\"id-45930\";a:12:{s:5:\"title\";s:12:\"Testimonials\";s:18:\"featured-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2020/06/courier-03-testimonials.jpg\";s:19:\"thumbnail-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2020/06/courier-03-testimonials.jpg\";s:18:\"astra-page-api-url\";s:59:\"https://websitedemos.net/courier-03/wp-json/wp/v2/pages/237\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:43:\"//websitedemos.net/courier-03/testimonials/\";s:15:\"astra-sites-tag\";a:2:{i:432;s:6:\"review\";i:433;s:12:\"testimonials\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}}}s:8:\"id-45926\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:74:\"https://websitedemos.net/wp-content/uploads/2020/06/courier-03-contact.jpg\";s:19:\"thumbnail-image-url\";s:74:\"https://websitedemos.net/wp-content/uploads/2020/06/courier-03-contact.jpg\";s:18:\"astra-page-api-url\";s:59:\"https://websitedemos.net/courier-03/wp-json/wp/v2/pages/239\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:38:\"//websitedemos.net/courier-03/contact/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:3:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}i:2;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}}s:19:\"related-bb-template\";s:0:\"\";s:26:\"related-elementor-template\";s:0:\"\";s:26:\"related-gutenberg-template\";s:0:\"\";}s: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;}}',	'no'),
(319,	'astra-sites-and-pages-page-15',	'a:15:{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:76:\"https://websitedemos.net/wp-content/uploads/2020/10/women-empowerment-08.jpg\";s:19:\"thumbnail-image-url\";s:76:\"https://websitedemos.net/wp-content/uploads/2020/10/women-empowerment-08.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:76:\"https://websitedemos.net/wp-content/uploads/2020/10/women-empowerment-08.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: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: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: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:85:\"https://websitedemos.net/wp-content/uploads/2020/10/women-empowerment-08-about-us.jpg\";s:19:\"thumbnail-image-url\";s:85:\"https://websitedemos.net/wp-content/uploads/2020/10/women-empowerment-08-about-us.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: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-48449\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:84:\"https://websitedemos.net/wp-content/uploads/2020/10/women-empowerment-08-contact.jpg\";s:19:\"thumbnail-image-url\";s:84:\"https://websitedemos.net/wp-content/uploads/2020/10/women-empowerment-08-contact.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: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-48450\";a:12:{s:5:\"title\";s:6:\"Events\";s:18:\"featured-image-url\";s:83:\"https://websitedemos.net/wp-content/uploads/2020/10/women-empowerment-08-events.jpg\";s:19:\"thumbnail-image-url\";s:83:\"https://websitedemos.net/wp-content/uploads/2020/10/women-empowerment-08-events.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: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-48451\";a:12:{s:5:\"title\";s:7:\"Gallery\";s:18:\"featured-image-url\";s:84:\"https://websitedemos.net/wp-content/uploads/2020/10/women-empowerment-08-gallery.jpg\";s:19:\"thumbnail-image-url\";s:84:\"https://websitedemos.net/wp-content/uploads/2020/10/women-empowerment-08-gallery.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: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-48452\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:76:\"https://websitedemos.net/wp-content/uploads/2020/10/women-empowerment-08.jpg\";s:19:\"thumbnail-image-url\";s:76:\"https://websitedemos.net/wp-content/uploads/2020/10/women-empowerment-08.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: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-48453\";a:12:{s:5:\"title\";s:10:\"What We Do\";s:18:\"featured-image-url\";s:87:\"https://websitedemos.net/wp-content/uploads/2020/10/women-empowerment-08-what-we-do.jpg\";s:19:\"thumbnail-image-url\";s:87:\"https://websitedemos.net/wp-content/uploads/2020/10/women-empowerment-08-what-we-do.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: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: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 &amp; CV\";s:2:\"id\";i:55517;s:12:\"publish-date\";i:1622060981;s:18:\"featured-image-url\";s:68:\"https://websitedemos.net/wp-content/uploads/2021/05/portfolio-02.jpg\";s:19:\"thumbnail-image-url\";s:68:\"https://websitedemos.net/wp-content/uploads/2021/05/portfolio-02.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:68:\"https://websitedemos.net/wp-content/uploads/2021/05/portfolio-02.jpg\";s:14:\"astra-site-url\";s:31:\"//websitedemos.net/portfolio-02\";s:20:\"astra-site-parent-id\";i:2149;s:15:\"astra-sites-tag\";a:6:{i:2151;s:16:\"curriculum-vitae\";i:2150;s:2:\"cv\";i:1903;s:16:\"personal-website\";i:444;s:9:\"portfolio\";i:2153;s:6:\"resume\";i:2152;s:12:\"work-profile\";}s:16:\"astra-sites-type\";s:4:\"free\";s:19:\"astra-site-category\";a:2:{i:39;s:4:\"free\";i:36;s:5:\"other\";}s:29:\"astra-sites-template-category\";a:4:{i:2810;s:9:\"freelance\";i:2770;s:8:\"personal\";i:2768;s:9:\"portfolio\";i:2783;s:6:\"resume\";}s:23:\"astra-site-page-builder\";s:9:\"elementor\";s:10:\"categories\";a:1:{i:2488;s:9:\"portfolio\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:11:\"post-status\";s:7:\"publish\";s:12:\"post-content\";s:1096:\"<!-- wp:paragraph -->\n<p>The Portfolio &amp; CV website template is the perfect way to showcase yourself and your skills to potential employers. It has a professional design with calm colors, modern fonts and lots of content areas to show off your skills and experience.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The template includes flexible content areas you can customize to your particular skills and showcase them in the best way possible. The template includes skills graphics and a timeline to easily communicate key still and experience. There’s also an attractive portfolio and contact page to help seal the deal.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>Key features of the Portfolio &amp; CV template</h2>\n<!-- /wp:heading -->\n\n<!-- wp:list -->\n<ul><li>Professional portfolio website with CV elements</li><li>Calm, competent design to showcase skills and experience</li><li>Image-based portfolio, ideal for showcasing previous work</li><li>Graphical skills and timeline elements</li><li>Full compatibility with leading page builders</li></ul>\n<!-- /wp:list -->\";s:12:\"post-excerpt\";s:71:\"Professional web template with portfolio and CV perfect for job seekers\";s:5:\"pages\";a:5:{s:8:\"id-55518\";a:12:{s:5:\"title\";s:5:\"About\";s:18:\"featured-image-url\";s:74:\"https://websitedemos.net/wp-content/uploads/2021/05/portfolio-02-about.jpg\";s:19:\"thumbnail-image-url\";s:74:\"https://websitedemos.net/wp-content/uploads/2021/05/portfolio-02-about.jpg\";s:18:\"astra-page-api-url\";s:60:\"https://websitedemos.net/portfolio-02/wp-json/wp/v2/pages/10\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:38:\"//websitedemos.net/portfolio-02/about/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:61;s:4:\"free\";i:139;s:5:\"other\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-55519\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:76:\"https://websitedemos.net/wp-content/uploads/2021/05/portfolio-02-contact.jpg\";s:19:\"thumbnail-image-url\";s:76:\"https://websitedemos.net/wp-content/uploads/2021/05/portfolio-02-contact.jpg\";s:18:\"astra-page-api-url\";s:60:\"https://websitedemos.net/portfolio-02/wp-json/wp/v2/pages/16\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:40:\"//websitedemos.net/portfolio-02/contact/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:61;s:4:\"free\";i:139;s:5:\"other\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}s:8:\"id-55520\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:68:\"https://websitedemos.net/wp-content/uploads/2021/05/portfolio-02.jpg\";s:19:\"thumbnail-image-url\";s:68:\"https://websitedemos.net/wp-content/uploads/2021/05/portfolio-02.jpg\";s:18:\"astra-page-api-url\";s:59:\"https://websitedemos.net/portfolio-02/wp-json/wp/v2/pages/6\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:32:\"//websitedemos.net/portfolio-02/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:61;s:4:\"free\";i:139;s:5:\"other\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-55521\";a:12:{s:5:\"title\";s:9:\"Portfolio\";s:18:\"featured-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2021/05/portfolio-02-portfolio.jpg\";s:19:\"thumbnail-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2021/05/portfolio-02-portfolio.jpg\";s:18:\"astra-page-api-url\";s:60:\"https://websitedemos.net/portfolio-02/wp-json/wp/v2/pages/14\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:42:\"//websitedemos.net/portfolio-02/portfolio/\";s:15:\"astra-sites-tag\";a:2:{i:444;s:9:\"portfolio\";i:451;s:4:\"work\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:61;s:4:\"free\";i:139;s:5:\"other\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-55522\";a:12:{s:5:\"title\";s:8:\"Services\";s:18:\"featured-image-url\";s:77:\"https://websitedemos.net/wp-content/uploads/2021/05/portfolio-02-services.jpg\";s:19:\"thumbnail-image-url\";s:77:\"https://websitedemos.net/wp-content/uploads/2021/05/portfolio-02-services.jpg\";s:18:\"astra-page-api-url\";s:60:\"https://websitedemos.net/portfolio-02/wp-json/wp/v2/pages/12\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:41:\"//websitedemos.net/portfolio-02/services/\";s:15:\"astra-sites-tag\";a:1:{i:425;s:8:\"services\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:61;s:4:\"free\";i:139;s:5:\"other\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}}s:19:\"related-bb-template\";s:0:\"\";s:26:\"related-elementor-template\";i:55517;s:26:\"related-gutenberg-template\";i:55511;}s:8:\"id-55511\";a:22:{s:5:\"title\";s:19:\"Portfolio &#038; CV\";s:2:\"id\";i:55511;s:12:\"publish-date\";i:1622061009;s:18:\"featured-image-url\";s:70:\"https://websitedemos.net/wp-content/uploads/2021/05/portfolio-08-1.jpg\";s:19:\"thumbnail-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2021/05/portfolio-08-1-600x2690.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2021/05/portfolio-08-1-400x1793.jpg\";s:14:\"astra-site-url\";s:31:\"//websitedemos.net/portfolio-08\";s:20:\"astra-site-parent-id\";i:2148;s:15:\"astra-sites-tag\";a:6:{i:2151;s:16:\"curriculum-vitae\";i:2150;s:2:\"cv\";i:1903;s:16:\"personal-website\";i:444;s:9:\"portfolio\";i:2153;s:6:\"resume\";i:2152;s:12:\"work-profile\";}s:16:\"astra-sites-type\";s:4:\"free\";s:19:\"astra-site-category\";a:2:{i:39;s:4:\"free\";i:36;s:5:\"other\";}s:29:\"astra-sites-template-category\";a:0:{}s:23:\"astra-site-page-builder\";s:9:\"gutenberg\";s:10:\"categories\";a:1:{i:2488;s:9:\"portfolio\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}i:1;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}s:11:\"post-status\";s:7:\"publish\";s:12:\"post-content\";s:0:\"\";s:12:\"post-excerpt\";s:0:\"\";s:5:\"pages\";a:5:{s:8:\"id-55512\";a:12:{s:5:\"title\";s:5:\"About\";s:18:\"featured-image-url\";s:76:\"https://websitedemos.net/wp-content/uploads/2021/05/portfolio-08-about-1.jpg\";s:19:\"thumbnail-image-url\";s:85:\"https://websitedemos.net/wp-content/uploads/2021/05/portfolio-08-about-1-600x1828.jpg\";s:18:\"astra-page-api-url\";s:61:\"https://websitedemos.net/portfolio-08/wp-json/wp/v2/pages/345\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:38:\"//websitedemos.net/portfolio-08/about/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:61;s:4:\"free\";i:139;s:5:\"other\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}}s:8:\"id-55513\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2021/05/portfolio-08-contact-1.jpg\";s:19:\"thumbnail-image-url\";s:86:\"https://websitedemos.net/wp-content/uploads/2021/05/portfolio-08-contact-1-600x896.jpg\";s:18:\"astra-page-api-url\";s:61:\"https://websitedemos.net/portfolio-08/wp-json/wp/v2/pages/375\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:40:\"//websitedemos.net/portfolio-08/contact/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:61;s:4:\"free\";i:139;s:5:\"other\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}s:8:\"id-55514\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:70:\"https://websitedemos.net/wp-content/uploads/2021/05/portfolio-08-1.jpg\";s:19:\"thumbnail-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2021/05/portfolio-08-1-600x2690.jpg\";s:18:\"astra-page-api-url\";s:61:\"https://websitedemos.net/portfolio-08/wp-json/wp/v2/pages/298\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:32:\"//websitedemos.net/portfolio-08/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:61;s:4:\"free\";i:139;s:5:\"other\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}}s:8:\"id-55515\";a:12:{s:5:\"title\";s:9:\"Portfolio\";s:18:\"featured-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2021/05/portfolio-08-portfolio-1.jpg\";s:19:\"thumbnail-image-url\";s:89:\"https://websitedemos.net/wp-content/uploads/2021/05/portfolio-08-portfolio-1-600x1826.jpg\";s:18:\"astra-page-api-url\";s:61:\"https://websitedemos.net/portfolio-08/wp-json/wp/v2/pages/366\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:42:\"//websitedemos.net/portfolio-08/portfolio/\";s:15:\"astra-sites-tag\";a:2:{i:444;s:9:\"portfolio\";i:451;s:4:\"work\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:61;s:4:\"free\";i:139;s:5:\"other\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}}s:8:\"id-55516\";a:12:{s:5:\"title\";s:8:\"Services\";s:18:\"featured-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2021/05/portfolio-08-services-1.jpg\";s:19:\"thumbnail-image-url\";s:88:\"https://websitedemos.net/wp-content/uploads/2021/05/portfolio-08-services-1-600x1165.jpg\";s:18:\"astra-page-api-url\";s:61:\"https://websitedemos.net/portfolio-08/wp-json/wp/v2/pages/359\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:41:\"//websitedemos.net/portfolio-08/services/\";s:15:\"astra-sites-tag\";a:1:{i:425;s:8:\"services\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:61;s:4:\"free\";i:139;s:5:\"other\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}}}s:19:\"related-bb-template\";s:0:\"\";s:26:\"related-elementor-template\";s:0:\"\";s:26:\"related-gutenberg-template\";s:0:\"\";}s:8:\"id-48671\";a:22:{s:5:\"title\";s:12:\"Tech Startup\";s:2:\"id\";i:48671;s:12:\"publish-date\";i:1603984602;s:18:\"featured-image-url\";s:71:\"https://websitedemos.net/wp-content/uploads/2020/10/tech-startup-08.jpg\";s:19:\"thumbnail-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2020/10/tech-startup-08-600x2357.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2020/10/tech-startup-08-400x1571.jpg\";s:14:\"astra-site-url\";s:34:\"//websitedemos.net/tech-startup-08\";s:20:\"astra-site-parent-id\";i:1758;s:15:\"astra-sites-tag\";a:7:{i:1761;s:11:\"application\";i:745;s:12:\"organization\";i:1762;s:16:\"software-company\";i:1760;s:13:\"software-firm\";i:1665;s:7:\"startup\";i:1759;s:13:\"tech-business\";i:1763;s:12:\"tech-startup\";}s:16:\"astra-sites-type\";s:4:\"free\";s:19:\"astra-site-category\";a:2:{i:27;s:8:\"business\";i:39;s:4:\"free\";}s:29:\"astra-sites-template-category\";a:0:{}s:23:\"astra-site-page-builder\";s:9:\"gutenberg\";s:10:\"categories\";a:1:{i:2487;s:6:\"agency\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}i:1;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}s:11:\"post-status\";s:7:\"publish\";s:12:\"post-content\";s:0:\"\";s:12:\"post-excerpt\";s:0:\"\";s:5:\"pages\";a:4:{s:8:\"id-48672\";a:12:{s:5:\"title\";s:8:\"About Us\";s:18:\"featured-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2020/10/tech-startup-08-about-us.jpg\";s:19:\"thumbnail-image-url\";s:89:\"https://websitedemos.net/wp-content/uploads/2020/10/tech-startup-08-about-us-600x2175.jpg\";s:18:\"astra-page-api-url\";s:64:\"https://websitedemos.net/tech-startup-08/wp-json/wp/v2/pages/248\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:44:\"//websitedemos.net/tech-startup-08/about-us/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}s:8:\"id-48673\";a:12:{s:5:\"title\";s:8:\"Features\";s:18:\"featured-image-url\";s:82:\"https://websitedemos.net/wp-content/uploads/2020/10/tech-startup-08-features-1.jpg\";s:19:\"thumbnail-image-url\";s:91:\"https://websitedemos.net/wp-content/uploads/2020/10/tech-startup-08-features-1-600x2647.jpg\";s:18:\"astra-page-api-url\";s:64:\"https://websitedemos.net/tech-startup-08/wp-json/wp/v2/pages/249\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:44:\"//websitedemos.net/tech-startup-08/features/\";s:15:\"astra-sites-tag\";a:1:{i:453;s:8:\"features\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}s:8:\"id-48674\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:71:\"https://websitedemos.net/wp-content/uploads/2020/10/tech-startup-08.jpg\";s:19:\"thumbnail-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2020/10/tech-startup-08-600x2357.jpg\";s:18:\"astra-page-api-url\";s:64:\"https://websitedemos.net/tech-startup-08/wp-json/wp/v2/pages/247\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:35:\"//websitedemos.net/tech-startup-08/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}s:8:\"id-48675\";a:12:{s:5:\"title\";s:4:\"Plan\";s:18:\"featured-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2020/10/tech-startup-08-plan-1.jpg\";s:19:\"thumbnail-image-url\";s:87:\"https://websitedemos.net/wp-content/uploads/2020/10/tech-startup-08-plan-1-600x1310.jpg\";s:18:\"astra-page-api-url\";s:64:\"https://websitedemos.net/tech-startup-08/wp-json/wp/v2/pages/250\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:40:\"//websitedemos.net/tech-startup-08/plan/\";s:15:\"astra-sites-tag\";a:2:{i:1663;s:4:\"plan\";i:585;s:7:\"pricing\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}}s:19:\"related-bb-template\";s:0:\"\";s:26:\"related-elementor-template\";s:0:\"\";s:26:\"related-gutenberg-template\";s:0:\"\";}s:8:\"id-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&#8217;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&#8217;s\";s:18:\"featured-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2020/06/moving-services-04-faq-1.jpg\";s:19:\"thumbnail-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2020/06/moving-services-04-faq-1.jpg\";s:18:\"astra-page-api-url\";s:67:\"https://websitedemos.net/moving-services-03/wp-json/wp/v2/pages/237\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:43:\"//websitedemos.net/moving-services-03/faqs/\";s:15:\"astra-sites-tag\";a:1:{i:426;s:3:\"faq\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}}}s:8:\"id-46307\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:84:\"https://websitedemos.net/wp-content/uploads/2020/06/moving-services-04-contact-2.jpg\";s:19:\"thumbnail-image-url\";s:84:\"https://websitedemos.net/wp-content/uploads/2020/06/moving-services-04-contact-2.jpg\";s:18:\"astra-page-api-url\";s:67:\"https://websitedemos.net/moving-services-03/wp-json/wp/v2/pages/238\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:46:\"//websitedemos.net/moving-services-03/contact/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:3:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}i:2;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}}s:19:\"related-bb-template\";s:0:\"\";s:26:\"related-elementor-template\";s:0:\"\";s:26:\"related-gutenberg-template\";s:0:\"\";}s: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:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s: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 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><li>Bold dark design not afraid to stand out</li><li>Bright contrast color to draw you in</li><li>Excellent content areas ideal for the niche</li><li>Extra pages reflect the homepage design</li><li>Full compatibility with leading page builders</li></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:\"\";}}',	'no'),
(320,	'astra-sites-and-pages-page-16',	'a:15:{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 &amp; Kindergarten\";s:2:\"id\";i:45850;s:12:\"publish-date\";i:1586952785;s:18:\"featured-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2020/04/school-kindergarten-04.jpg\";s:19:\"thumbnail-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2020/04/school-kindergarten-04.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2020/04/school-kindergarten-04.jpg\";s:14:\"astra-site-url\";s:41:\"//websitedemos.net/school-kindergarten-04\";s:20:\"astra-site-parent-id\";i:1487;s:15:\"astra-sites-tag\";a:5:{i:459;s:9:\"education\";i:1490;s:4:\"kids\";i:617;s:12:\"kindergarten\";i:460;s:8:\"learning\";i:456;s:6:\"school\";}s:16:\"astra-sites-type\";s:11:\"agency-mini\";s:19:\"astra-site-category\";a:1:{i:27;s:8:\"business\";}s:29:\"astra-sites-template-category\";a:4:{i:2777;s:8:\"business\";i:2772;s:9:\"education\";i:2862;s:22:\"preschool-kindergarten\";i:2782;s:6:\"school\";}s:23:\"astra-site-page-builder\";s:9:\"elementor\";s:10:\"categories\";a:1:{i:2491;s:22:\"educational-institutes\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:11:\"post-status\";s:7:\"publish\";s:12:\"post-content\";s:1121:\"<!-- wp:paragraph -->\n<p>The School &amp; Kindergarten website template is a bright and energetic design that reflects its target market. It’s friendly, vibrant and inclusive, exactly what you want to see. Using bold colors, handwritten fonts and attractive graphics, it’s perfect for this niche.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The homepage uses bright colors and simple content areas with a few great images to tell the story. It includes areas for classes, testimonials, a gallery, FAQs and contact form, all the things you want to see on a business website. It’s perfect for the learning industry!</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>Key features of the School &amp; Kindergarten template</h2>\n<!-- /wp:heading -->\n\n<!-- wp:list -->\n<ul><li>Bright, energetic design ideal for the target market</li><li>Full page design with colorful backgrounds and attractive fonts</li><li>Flexible content areas configured to be instantly useful for the niche</li><li>Extra pages all reflect the core design</li><li>Full compatibility with leading page builders</li></ul>\n<!-- /wp:list -->\";s:12:\"post-excerpt\";s:76:\"Bright and energetic web template ideal for early learning and kindergartens\";s:5:\"pages\";a:6:{s:8:\"id-45854\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2020/04/school-kindergarten-04.jpg\";s:19:\"thumbnail-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2020/04/school-kindergarten-04.jpg\";s:18:\"astra-page-api-url\";s:69:\"https://websitedemos.net/school-kindergarten-04/wp-json/wp/v2/pages/6\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:42:\"//websitedemos.net/school-kindergarten-04/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-45851\";a:12:{s:5:\"title\";s:8:\"About Us\";s:18:\"featured-image-url\";s:91:\"https://websitedemos.net/wp-content/uploads/2020/03/school-kindergarten-03-wip-about-us.jpg\";s:19:\"thumbnail-image-url\";s:91:\"https://websitedemos.net/wp-content/uploads/2020/03/school-kindergarten-03-wip-about-us.jpg\";s:18:\"astra-page-api-url\";s:69:\"https://websitedemos.net/school-kindergarten-04/wp-json/wp/v2/pages/9\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:51:\"//websitedemos.net/school-kindergarten-04/about-us/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-45855\";a:12:{s:5:\"title\";s:11:\"Parent Info\";s:18:\"featured-image-url\";s:94:\"https://websitedemos.net/wp-content/uploads/2020/03/school-kindergarten-03-wip-parent-info.jpg\";s:19:\"thumbnail-image-url\";s:94:\"https://websitedemos.net/wp-content/uploads/2020/03/school-kindergarten-03-wip-parent-info.jpg\";s:18:\"astra-page-api-url\";s:70:\"https://websitedemos.net/school-kindergarten-04/wp-json/wp/v2/pages/20\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:54:\"//websitedemos.net/school-kindergarten-04/parent-info/\";s:15:\"astra-sites-tag\";a:2:{i:1489;s:11:\"information\";i:1488;s:6:\"parent\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-45852\";a:12:{s:5:\"title\";s:7:\"Classes\";s:18:\"featured-image-url\";s:90:\"https://websitedemos.net/wp-content/uploads/2020/03/school-kindergarten-03-wip-classes.jpg\";s:19:\"thumbnail-image-url\";s:90:\"https://websitedemos.net/wp-content/uploads/2020/03/school-kindergarten-03-wip-classes.jpg\";s:18:\"astra-page-api-url\";s:70:\"https://websitedemos.net/school-kindergarten-04/wp-json/wp/v2/pages/16\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:50:\"//websitedemos.net/school-kindergarten-04/classes/\";s:15:\"astra-sites-tag\";a:1:{i:557;s:7:\"classes\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-45856\";a:12:{s:5:\"title\";s:7:\"Reviews\";s:18:\"featured-image-url\";s:89:\"https://websitedemos.net/wp-content/uploads/2020/03/school-kindergarten-03-wip-review.jpg\";s:19:\"thumbnail-image-url\";s:89:\"https://websitedemos.net/wp-content/uploads/2020/03/school-kindergarten-03-wip-review.jpg\";s:18:\"astra-page-api-url\";s:70:\"https://websitedemos.net/school-kindergarten-04/wp-json/wp/v2/pages/18\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:50:\"//websitedemos.net/school-kindergarten-04/reviews/\";s:15:\"astra-sites-tag\";a:2:{i:432;s:6:\"review\";i:433;s:12:\"testimonials\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-45853\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:90:\"https://websitedemos.net/wp-content/uploads/2020/03/school-kindergarten-03-wip-contact.jpg\";s:19:\"thumbnail-image-url\";s:90:\"https://websitedemos.net/wp-content/uploads/2020/03/school-kindergarten-03-wip-contact.jpg\";s:18:\"astra-page-api-url\";s:70:\"https://websitedemos.net/school-kindergarten-04/wp-json/wp/v2/pages/11\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:50:\"//websitedemos.net/school-kindergarten-04/contact/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}}s:19:\"related-bb-template\";i:45870;s:26:\"related-elementor-template\";i:45850;s:26:\"related-gutenberg-template\";s:0:\"\";}s:8:\"id-45870\";a:22:{s:5:\"title\";s:25:\"School &amp; Kindergarten\";s:2:\"id\";i:45870;s:12:\"publish-date\";i:1586952772;s:18:\"featured-image-url\";s:83:\"https://websitedemos.net/wp-content/uploads/2020/03/school-kindergarten-03-home.jpg\";s:19:\"thumbnail-image-url\";s:83:\"https://websitedemos.net/wp-content/uploads/2020/03/school-kindergarten-03-home.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:83:\"https://websitedemos.net/wp-content/uploads/2020/03/school-kindergarten-03-home.jpg\";s:14:\"astra-site-url\";s:41:\"//websitedemos.net/school-kindergarten-03\";s:20:\"astra-site-parent-id\";i:1491;s:15:\"astra-sites-tag\";a:5:{i:459;s:9:\"education\";i:1490;s:4:\"kids\";i:617;s:12:\"kindergarten\";i:460;s:8:\"learning\";i:456;s:6:\"school\";}s:16:\"astra-sites-type\";s:11:\"agency-mini\";s:19:\"astra-site-category\";a:1:{i:27;s:8:\"business\";}s:29:\"astra-sites-template-category\";a:0:{}s:23:\"astra-site-page-builder\";s:14:\"beaver-builder\";s:10:\"categories\";a:1:{i:2491;s:22:\"educational-institutes\";}s:16:\"required-plugins\";a:3:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}i:2;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:11:\"post-status\";s:7:\"publish\";s:12:\"post-content\";s:0:\"\";s:12:\"post-excerpt\";s:0:\"\";s:5:\"pages\";a:6:{s:8:\"id-45874\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:83:\"https://websitedemos.net/wp-content/uploads/2020/03/school-kindergarten-03-home.jpg\";s:19:\"thumbnail-image-url\";s:83:\"https://websitedemos.net/wp-content/uploads/2020/03/school-kindergarten-03-home.jpg\";s:18:\"astra-page-api-url\";s:69:\"https://websitedemos.net/school-kindergarten-03/wp-json/wp/v2/pages/5\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:42:\"//websitedemos.net/school-kindergarten-03/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}}}s:8:\"id-45871\";a:12:{s:5:\"title\";s:8:\"About Us\";s:18:\"featured-image-url\";s:91:\"https://websitedemos.net/wp-content/uploads/2020/03/school-kindergarten-03-wip-about-us.jpg\";s:19:\"thumbnail-image-url\";s:91:\"https://websitedemos.net/wp-content/uploads/2020/03/school-kindergarten-03-wip-about-us.jpg\";s:18:\"astra-page-api-url\";s:69:\"https://websitedemos.net/school-kindergarten-03/wp-json/wp/v2/pages/7\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:51:\"//websitedemos.net/school-kindergarten-03/about-us/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}}}s:8:\"id-45872\";a:12:{s:5:\"title\";s:7:\"Classes\";s:18:\"featured-image-url\";s:90:\"https://websitedemos.net/wp-content/uploads/2020/03/school-kindergarten-03-wip-classes.jpg\";s:19:\"thumbnail-image-url\";s:90:\"https://websitedemos.net/wp-content/uploads/2020/03/school-kindergarten-03-wip-classes.jpg\";s:18:\"astra-page-api-url\";s:69:\"https://websitedemos.net/school-kindergarten-03/wp-json/wp/v2/pages/9\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:50:\"//websitedemos.net/school-kindergarten-03/classes/\";s:15:\"astra-sites-tag\";a:1:{i:557;s:7:\"classes\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}}}s:8:\"id-45875\";a:12:{s:5:\"title\";s:11:\"Parent Info\";s:18:\"featured-image-url\";s:94:\"https://websitedemos.net/wp-content/uploads/2020/03/school-kindergarten-03-wip-parent-info.jpg\";s:19:\"thumbnail-image-url\";s:94:\"https://websitedemos.net/wp-content/uploads/2020/03/school-kindergarten-03-wip-parent-info.jpg\";s:18:\"astra-page-api-url\";s:70:\"https://websitedemos.net/school-kindergarten-03/wp-json/wp/v2/pages/11\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:54:\"//websitedemos.net/school-kindergarten-03/parent-info/\";s:15:\"astra-sites-tag\";a:2:{i:1489;s:11:\"information\";i:1488;s:6:\"parent\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}}}s:8:\"id-45876\";a:12:{s:5:\"title\";s:6:\"Review\";s:18:\"featured-image-url\";s:89:\"https://websitedemos.net/wp-content/uploads/2020/03/school-kindergarten-03-wip-review.jpg\";s:19:\"thumbnail-image-url\";s:89:\"https://websitedemos.net/wp-content/uploads/2020/03/school-kindergarten-03-wip-review.jpg\";s:18:\"astra-page-api-url\";s:70:\"https://websitedemos.net/school-kindergarten-03/wp-json/wp/v2/pages/13\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:49:\"//websitedemos.net/school-kindergarten-03/review/\";s:15:\"astra-sites-tag\";a:1:{i:432;s:6:\"review\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}}}s:8:\"id-45873\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:90:\"https://websitedemos.net/wp-content/uploads/2020/03/school-kindergarten-03-wip-contact.jpg\";s:19:\"thumbnail-image-url\";s:90:\"https://websitedemos.net/wp-content/uploads/2020/03/school-kindergarten-03-wip-contact.jpg\";s:18:\"astra-page-api-url\";s:70:\"https://websitedemos.net/school-kindergarten-03/wp-json/wp/v2/pages/15\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:50:\"//websitedemos.net/school-kindergarten-03/contact/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:3:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}i:2;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}}s:19:\"related-bb-template\";s:0:\"\";s:26:\"related-elementor-template\";s:0:\"\";s:26:\"related-gutenberg-template\";s:0:\"\";}s: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:70:\"https://websitedemos.net/wp-content/uploads/2021/05/school-08-home.jpg\";s:19:\"thumbnail-image-url\";s:70:\"https://websitedemos.net/wp-content/uploads/2021/05/school-08-home.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:70:\"https://websitedemos.net/wp-content/uploads/2021/05/school-08-home.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:0:{}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: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:5:{s:8:\"id-55504\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:73:\"https://websitedemos.net/wp-content/uploads/2021/05/school-08-contact.jpg\";s:19:\"thumbnail-image-url\";s:73:\"https://websitedemos.net/wp-content/uploads/2021/05/school-08-contact.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: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-55501\";a:12:{s:5:\"title\";s:5:\"About\";s:18:\"featured-image-url\";s:71:\"https://websitedemos.net/wp-content/uploads/2021/05/school-08-about.jpg\";s:19:\"thumbnail-image-url\";s:71:\"https://websitedemos.net/wp-content/uploads/2021/05/school-08-about.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:29:\"Ultimate Addons for Gutenberg\";}}}s:8:\"id-55502\";a:12:{s:5:\"title\";s:9:\"Academics\";s:18:\"featured-image-url\";s:75:\"https://websitedemos.net/wp-content/uploads/2021/05/school-08-academics.jpg\";s:19:\"thumbnail-image-url\";s:75:\"https://websitedemos.net/wp-content/uploads/2021/05/school-08-academics.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:0:{}}s:8:\"id-55503\";a:12:{s:5:\"title\";s:10:\"Activities\";s:18:\"featured-image-url\";s:76:\"https://websitedemos.net/wp-content/uploads/2021/05/school-08-activities.jpg\";s:19:\"thumbnail-image-url\";s:76:\"https://websitedemos.net/wp-content/uploads/2021/05/school-08-activities.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:0:{}}s:8:\"id-55505\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:70:\"https://websitedemos.net/wp-content/uploads/2021/05/school-08-home.jpg\";s:19:\"thumbnail-image-url\";s:70:\"https://websitedemos.net/wp-content/uploads/2021/05/school-08-home.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: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:19:\"related-bb-template\";s:0:\"\";s:26:\"related-elementor-template\";s:0:\"\";s:26:\"related-gutenberg-template\";s:0:\"\";}}',	'no'),
(321,	'astra-sites-and-pages-page-17',	'a:15:{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:1020:\"<!-- 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><li>Colorful website template for online stores</li><li>Lots of areas for products and special offers</li><li>Lots of whitespace as relief from the color</li><li>Product and category pages included</li><li>Full compatibility with leading page builders</li></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:\"\";}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;}}',	'no'),
(322,	'astra-sites-and-pages-page-18',	'a:15:{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:79:\"https://websitedemos.net/wp-content/uploads/2020/10/yoga-instructor-08-home.jpg\";s:19:\"thumbnail-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2020/10/yoga-instructor-08-home.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2020/10/yoga-instructor-08-home.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: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: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: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:79:\"https://websitedemos.net/wp-content/uploads/2020/10/yoga-instructor-08-home.jpg\";s:19:\"thumbnail-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2020/10/yoga-instructor-08-home.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:0:{}}s:8:\"id-48632\";a:12:{s:5:\"title\";s:8:\"About Me\";s:18:\"featured-image-url\";s:83:\"https://websitedemos.net/wp-content/uploads/2020/10/yoga-instructor-08-about-me.jpg\";s:19:\"thumbnail-image-url\";s:83:\"https://websitedemos.net/wp-content/uploads/2020/10/yoga-instructor-08-about-me.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:0:{}}s:8:\"id-48633\";a:12:{s:5:\"title\";s:7:\"Classes\";s:18:\"featured-image-url\";s:82:\"https://websitedemos.net/wp-content/uploads/2020/10/yoga-instructor-08-classes.jpg\";s:19:\"thumbnail-image-url\";s:82:\"https://websitedemos.net/wp-content/uploads/2020/10/yoga-instructor-08-classes.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:0:{}}s:8:\"id-48636\";a:12:{s:5:\"title\";s:12:\"Publications\";s:18:\"featured-image-url\";s:87:\"https://websitedemos.net/wp-content/uploads/2020/10/yoga-instructor-08-publications.jpg\";s:19:\"thumbnail-image-url\";s:87:\"https://websitedemos.net/wp-content/uploads/2020/10/yoga-instructor-08-publications.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:0:{}}s:8:\"id-48634\";a:12:{s:5:\"title\";s:7:\"Get Fit\";s:18:\"featured-image-url\";s:82:\"https://websitedemos.net/wp-content/uploads/2020/10/yoga-instructor-08-get-fit.jpg\";s:19:\"thumbnail-image-url\";s:82:\"https://websitedemos.net/wp-content/uploads/2020/10/yoga-instructor-08-get-fit.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: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: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:70:\"https://websitedemos.net/wp-content/uploads/2021/03/recipe-blog-08.jpg\";s:19:\"thumbnail-image-url\";s:70:\"https://websitedemos.net/wp-content/uploads/2021/03/recipe-blog-08.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:70:\"https://websitedemos.net/wp-content/uploads/2021/03/recipe-blog-08.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:0:{}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: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-49940\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:70:\"https://websitedemos.net/wp-content/uploads/2021/03/recipe-blog-08.jpg\";s:19:\"thumbnail-image-url\";s:70:\"https://websitedemos.net/wp-content/uploads/2021/03/recipe-blog-08.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:29:\"Ultimate Addons for Gutenberg\";}}}s:8:\"id-49937\";a:12:{s:5:\"title\";s:8:\"About Me\";s:18:\"featured-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2021/03/recipe-blog-08-about-me.jpg\";s:19:\"thumbnail-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2021/03/recipe-blog-08-about-me.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:0:{}}s:8:\"id-49938\";a:12:{s:5:\"title\";s:4:\"Blog\";s:18:\"featured-image-url\";s:75:\"https://websitedemos.net/wp-content/uploads/2021/03/recipe-blog-08-blog.jpg\";s:19:\"thumbnail-image-url\";s:75:\"https://websitedemos.net/wp-content/uploads/2021/03/recipe-blog-08-blog.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:0:{}}s:8:\"id-49939\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2021/03/recipe-blog-08-contact.jpg\";s:19:\"thumbnail-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2021/03/recipe-blog-08-contact.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: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: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:947:\"<!-- 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><li>Minimalist eCommerce template with some nice touches</li><li>Great use of images and fonts</li><li>Borderless content areas keep the flow</li><li>Category and product pages included</li><li>Full compatibility with leading page builders</li></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:\"\";}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:\"\";}}',	'no');
INSERT INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES
(323,	'astra-sites-and-pages-page-19',	'a:15:{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:975:\"<!-- 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><li>Classically designed template with a Scandi twist</li><li>Minimalist layout that lets product images stand out</li><li>Relaxed design ideal for a wide range of online stores</li><li>Attractive category and product pages to help you sell</li><li>Full compatibility with leading page builders</li></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:\"\";}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:\"\";}}',	'no'),
(324,	'astra-sites-and-pages-page-20',	'a:15:{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:6:{s:8:\"id-22363\";a:12:{s:5:\"title\";s:4:\"Home\";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:18:\"astra-page-api-url\";s:62:\"https://websitedemos.net/accountant-02/wp-json/wp/v2/pages/127\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:33:\"//websitedemos.net/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-22361\";a:12:{s:5:\"title\";s:5:\"About\";s:18:\"featured-image-url\";s:77:\"https://websitedemos.net/wp-content/uploads/2019/07/accountant-02-about-1.jpg\";s:19:\"thumbnail-image-url\";s:77:\"https://websitedemos.net/wp-content/uploads/2019/07/accountant-02-about-1.jpg\";s:18:\"astra-page-api-url\";s:62:\"https://websitedemos.net/accountant-02/wp-json/wp/v2/pages/128\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:39:\"//websitedemos.net/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-22364\";a:12:{s:5:\"title\";s:8:\"Services\";s:18:\"featured-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2019/07/accountant-02-services-1.jpg\";s:19:\"thumbnail-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2019/07/accountant-02-services-1.jpg\";s:18:\"astra-page-api-url\";s:62:\"https://websitedemos.net/accountant-02/wp-json/wp/v2/pages/129\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:42:\"//websitedemos.net/accountant-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-22366\";a:12:{s:5:\"title\";s:13:\"Why choose me\";s:18:\"featured-image-url\";s:85:\"https://websitedemos.net/wp-content/uploads/2019/07/accountant-02-why-choose-me-1.jpg\";s:19:\"thumbnail-image-url\";s:85:\"https://websitedemos.net/wp-content/uploads/2019/07/accountant-02-why-choose-me-1.jpg\";s:18:\"astra-page-api-url\";s:61:\"https://websitedemos.net/accountant-02/wp-json/wp/v2/pages/12\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:47:\"//websitedemos.net/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:8:\"id-22365\";a:12:{s:5:\"title\";s:12:\"Testimonials\";s:18:\"featured-image-url\";s:84:\"https://websitedemos.net/wp-content/uploads/2019/07/accountant-02-testimonials-1.jpg\";s:19:\"thumbnail-image-url\";s:84:\"https://websitedemos.net/wp-content/uploads/2019/07/accountant-02-testimonials-1.jpg\";s:18:\"astra-page-api-url\";s:61:\"https://websitedemos.net/accountant-02/wp-json/wp/v2/pages/14\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:46:\"//websitedemos.net/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-22362\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2019/07/accountant-02-contact-1.jpg\";s:19:\"thumbnail-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2019/07/accountant-02-contact-1.jpg\";s:18:\"astra-page-api-url\";s:61:\"https://websitedemos.net/accountant-02/wp-json/wp/v2/pages/16\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:41:\"//websitedemos.net/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: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-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-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:\"\";}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-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-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-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-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-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-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:\"\";}}',	'no'),
(325,	'astra-sites-and-pages-page-21',	'a:15:{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:928:\"<!-- 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><li>Youthful eCommerce template with instant appeal</li><li>Uses images and superb layout to create engagement</li><li>Featured product and highlight sections included</li><li>Attractive product and category pages</li><li>Full compatibility with leading page builders</li></ul>\n<!-- /wp:list -->\";s:12:\"post-excerpt\";s:74:\"Youthful eCommerce template designed to sell any kind of product with ease\";s:5:\"pages\";a:3:{s:8:\"id-34067\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:83:\"https://websitedemos.net/wp-content/uploads/2019/10/custom-printing-02-homepage.jpg\";s:19:\"thumbnail-image-url\";s:83:\"https://websitedemos.net/wp-content/uploads/2019/10/custom-printing-02-homepage.jpg\";s:18:\"astra-page-api-url\";s:66:\"https://websitedemos.net/custom-printing-02/wp-json/wp/v2/pages/95\";s:12:\"dynamic-page\";s:3:\"yes\";s:14:\"astra-page-url\";s:38:\"//websitedemos.net/custom-printing-02/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:64;s:9:\"ecommerce\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-22263\";a:12:{s:5:\"title\";s:5:\"About\";s:18:\"featured-image-url\";s:82:\"https://websitedemos.net/wp-content/uploads/2019/06/custom-printing-02-about-1.jpg\";s:19:\"thumbnail-image-url\";s:82:\"https://websitedemos.net/wp-content/uploads/2019/06/custom-printing-02-about-1.jpg\";s:18:\"astra-page-api-url\";s:66:\"https://websitedemos.net/custom-printing-02/wp-json/wp/v2/pages/96\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:44:\"//websitedemos.net/custom-printing-02/about/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:64;s:9:\"ecommerce\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-22265\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:84:\"https://websitedemos.net/wp-content/uploads/2019/06/custom-printing-02-contact-1.jpg\";s:19:\"thumbnail-image-url\";s:95:\"https://websitedemos.net/wp-content/uploads/2019/06/id-22265-custom-printing-contact-resize.jpg\";s:18:\"astra-page-api-url\";s:66:\"https://websitedemos.net/custom-printing-02/wp-json/wp/v2/pages/15\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:46:\"//websitedemos.net/custom-printing-02/contact/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:64;s:9:\"ecommerce\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}}s:19:\"related-bb-template\";i:21821;s:26:\"related-elementor-template\";i:22073;s:26:\"related-gutenberg-template\";i:49095;}s: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:71:\"https://websitedemos.net/wp-content/uploads/2019/06/photographer-08.jpg\";s:19:\"thumbnail-image-url\";s:71:\"https://websitedemos.net/wp-content/uploads/2019/06/photographer-08.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:71:\"https://websitedemos.net/wp-content/uploads/2019/06/photographer-08.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:0:{}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:0:{}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:71:\"https://websitedemos.net/wp-content/uploads/2019/06/photographer-08.jpg\";s:19:\"thumbnail-image-url\";s:71:\"https://websitedemos.net/wp-content/uploads/2019/06/photographer-08.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:0:{}}s:8:\"id-22318\";a:12:{s:5:\"title\";s:5:\"About\";s:18:\"featured-image-url\";s:77:\"https://websitedemos.net/wp-content/uploads/2019/06/photographer-08-about.jpg\";s:19:\"thumbnail-image-url\";s:77:\"https://websitedemos.net/wp-content/uploads/2019/06/photographer-08-about.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:0:{}}s:8:\"id-22319\";a:12:{s:5:\"title\";s:4:\"Blog\";s:18:\"featured-image-url\";s:76:\"https://websitedemos.net/wp-content/uploads/2019/06/photographer-08-blog.jpg\";s:19:\"thumbnail-image-url\";s:76:\"https://websitedemos.net/wp-content/uploads/2019/06/photographer-08-blog.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: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-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:\"\";}}',	'no'),
(326,	'astra-sites-and-pages-page-22',	'a:15:{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 &amp; Doors Services\";s:2:\"id\";i:22060;s:12:\"publish-date\";i:1560433290;s:18:\"featured-image-url\";s:85:\"https://websitedemos.net/wp-content/uploads/2019/07/windows-and-doors-02-homepage.jpg\";s:19:\"thumbnail-image-url\";s:85:\"https://websitedemos.net/wp-content/uploads/2019/07/windows-and-doors-02-homepage.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:85:\"https://websitedemos.net/wp-content/uploads/2019/07/windows-and-doors-02-homepage.jpg\";s:14:\"astra-site-url\";s:39:\"//websitedemos.net/windows-and-doors-02\";s:20:\"astra-site-parent-id\";i:123;s:15:\"astra-sites-tag\";a:7:{i:435;s:12:\"architecture\";i:440;s:5:\"doors\";i:436;s:8:\"interior\";i:1021;s:14:\"local-business\";i:439;s:14:\"local-services\";i:441;s:10:\"technician\";i:438;s:7:\"windows\";}s:16:\"astra-sites-type\";s:4:\"free\";s:19:\"astra-site-category\";a:2:{i:27;s:8:\"business\";i:39;s:4:\"free\";}s:29:\"astra-sites-template-category\";a:4:{i:2795;s:12:\"architecture\";i:2777;s:8:\"business\";i:2768;s:9:\"portfolio\";i:2831;s:7:\"service\";}s:23:\"astra-site-page-builder\";s:9:\"elementor\";s:10:\"categories\";a:1:{i:2471;s:16:\"local-technician\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:11:\"post-status\";s:7:\"publish\";s:12:\"post-content\";s:1035:\"<!-- wp:paragraph -->\n<p>The Windows &amp; Doors Services template opens with a fullscreen image and inquiry form, ideal for the nature of this business. Alternating dark and light backgrounds divide spaces naturally, providing lots of content areas for you to tell your story.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The design is modern and uses complementing colors that create authority and trust, ideal if you’re dealing with big ticket items. The design is infinitely flexible and offers the opportunity to customize everything you see on the page.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>Key features of the Windows &amp; Doors Services template</h2>\n<!-- /wp:heading -->\n\n<!-- wp:list -->\n<ul><li>Modern business website template that creates trust and authority</li><li>Call to action and inquiry form front and center</li><li>Great use of fonts, colors and whitespace</li><li>Supporting pages reflect the core design</li><li>Full compatibility with leading page builders</li></ul>\n<!-- /wp:list -->\";s:12:\"post-excerpt\";s:81:\"Business-oriented web template that could be used for any type of modern business\";s:5:\"pages\";a:6:{s:8:\"id-23164\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:85:\"https://websitedemos.net/wp-content/uploads/2019/07/windows-and-doors-02-homepage.jpg\";s:19:\"thumbnail-image-url\";s:85:\"https://websitedemos.net/wp-content/uploads/2019/07/windows-and-doors-02-homepage.jpg\";s:18:\"astra-page-api-url\";s:67:\"https://websitedemos.net/windows-and-doors-02/wp-json/wp/v2/pages/6\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:40:\"//websitedemos.net/windows-and-doors-02/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}s:8:\"id-23161\";a:12:{s:5:\"title\";s:5:\"About\";s:18:\"featured-image-url\";s:82:\"https://websitedemos.net/wp-content/uploads/2019/07/windows-and-doors-02-about.jpg\";s:19:\"thumbnail-image-url\";s:82:\"https://websitedemos.net/wp-content/uploads/2019/07/windows-and-doors-02-about.jpg\";s:18:\"astra-page-api-url\";s:67:\"https://websitedemos.net/windows-and-doors-02/wp-json/wp/v2/pages/8\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:46:\"//websitedemos.net/windows-and-doors-02/about/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-23166\";a:12:{s:5:\"title\";s:8:\"Services\";s:18:\"featured-image-url\";s:85:\"https://websitedemos.net/wp-content/uploads/2019/07/windows-and-doors-02-services.jpg\";s:19:\"thumbnail-image-url\";s:85:\"https://websitedemos.net/wp-content/uploads/2019/07/windows-and-doors-02-services.jpg\";s:18:\"astra-page-api-url\";s:68:\"https://websitedemos.net/windows-and-doors-02/wp-json/wp/v2/pages/10\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:49:\"//websitedemos.net/windows-and-doors-02/services/\";s:15:\"astra-sites-tag\";a:2:{i:425;s:8:\"services\";i:451;s:4:\"work\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-23165\";a:12:{s:5:\"title\";s:9:\"Portfolio\";s:18:\"featured-image-url\";s:86:\"https://websitedemos.net/wp-content/uploads/2019/07/windows-and-doors-02-portfolio.jpg\";s:19:\"thumbnail-image-url\";s:86:\"https://websitedemos.net/wp-content/uploads/2019/07/windows-and-doors-02-portfolio.jpg\";s:18:\"astra-page-api-url\";s:68:\"https://websitedemos.net/windows-and-doors-02/wp-json/wp/v2/pages/12\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:50:\"//websitedemos.net/windows-and-doors-02/portfolio/\";s:15:\"astra-sites-tag\";a:1:{i:444;s:9:\"portfolio\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-23163\";a:12:{s:5:\"title\";s:11:\"FAQ&#8217;s\";s:18:\"featured-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2019/07/windows-and-doors-02-faq.jpg\";s:19:\"thumbnail-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2019/07/windows-and-doors-02-faq.jpg\";s:18:\"astra-page-api-url\";s:68:\"https://websitedemos.net/windows-and-doors-02/wp-json/wp/v2/pages/14\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:45:\"//websitedemos.net/windows-and-doors-02/faqs/\";s:15:\"astra-sites-tag\";a:1:{i:426;s:3:\"faq\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-23162\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:86:\"https://websitedemos.net/wp-content/uploads/2019/07/windows-and-doors-02-contact-1.jpg\";s:19:\"thumbnail-image-url\";s:86:\"https://websitedemos.net/wp-content/uploads/2019/07/windows-and-doors-02-contact-1.jpg\";s:18:\"astra-page-api-url\";s:68:\"https://websitedemos.net/windows-and-doors-02/wp-json/wp/v2/pages/16\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:48:\"//websitedemos.net/windows-and-doors-02/contact/\";s:15:\"astra-sites-tag\";a:3:{i:415;s:7:\"contact\";i:454;s:10:\"contact-us\";i:377;s:12:\"get-in-touch\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}}s:19:\"related-bb-template\";s:0:\"\";s:26:\"related-elementor-template\";i:22060;s:26:\"related-gutenberg-template\";i:48391;}s:8:\"id-48391\";a:22:{s:5:\"title\";s:29:\"Windows &#038; Doors Services\";s:2:\"id\";i:48391;s:12:\"publish-date\";i:1603911926;s:18:\"featured-image-url\";s:76:\"https://websitedemos.net/wp-content/uploads/2020/10/windows-and-doors-08.jpg\";s:19:\"thumbnail-image-url\";s:76:\"https://websitedemos.net/wp-content/uploads/2020/10/windows-and-doors-08.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:76:\"https://websitedemos.net/wp-content/uploads/2020/10/windows-and-doors-08.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:2:{i:436;s:8:\"interior\";i:442;s:26:\"windows-and-doors-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:0:{}s:23:\"astra-site-page-builder\";s:9:\"gutenberg\";s:10:\"categories\";a:1:{i:2477;s:13:\"home-services\";}s:16:\"required-plugins\";a: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: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:76:\"https://websitedemos.net/wp-content/uploads/2020/10/windows-and-doors-08.jpg\";s:19:\"thumbnail-image-url\";s:76:\"https://websitedemos.net/wp-content/uploads/2020/10/windows-and-doors-08.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: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-48392\";a:12:{s:5:\"title\";s:5:\"About\";s:18:\"featured-image-url\";s:82:\"https://websitedemos.net/wp-content/uploads/2020/10/windows-and-doors-08-about.jpg\";s:19:\"thumbnail-image-url\";s:82:\"https://websitedemos.net/wp-content/uploads/2020/10/windows-and-doors-08-about.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:0:{}}s:8:\"id-48397\";a:12:{s:5:\"title\";s:8:\"Services\";s:18:\"featured-image-url\";s:85:\"https://websitedemos.net/wp-content/uploads/2020/10/windows-and-doors-08-services.jpg\";s:19:\"thumbnail-image-url\";s:85:\"https://websitedemos.net/wp-content/uploads/2020/10/windows-and-doors-08-services.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:0:{}}s:8:\"id-48396\";a:12:{s:5:\"title\";s:9:\"Portfolio\";s:18:\"featured-image-url\";s:86:\"https://websitedemos.net/wp-content/uploads/2020/10/windows-and-doors-08-portfolio.jpg\";s:19:\"thumbnail-image-url\";s:86:\"https://websitedemos.net/wp-content/uploads/2020/10/windows-and-doors-08-portfolio.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:0:{}}s:8:\"id-48394\";a:12:{s:5:\"title\";s:4:\"FAQs\";s:18:\"featured-image-url\";s:81:\"https://websitedemos.net/wp-content/uploads/2020/10/windows-and-doors-08-faqs.jpg\";s:19:\"thumbnail-image-url\";s:81:\"https://websitedemos.net/wp-content/uploads/2020/10/windows-and-doors-08-faqs.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:0:{}}s:8:\"id-48393\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:84:\"https://websitedemos.net/wp-content/uploads/2020/10/windows-and-doors-08-contact.jpg\";s:19:\"thumbnail-image-url\";s:84:\"https://websitedemos.net/wp-content/uploads/2020/10/windows-and-doors-08-contact.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: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: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:997:\"<!-- 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><li>Flexible and accessible design for accountants and other businesses</li><li>Graphical elements add a little fun</li><li>All the important content elements are taken care of</li><li>Supplementary pages reflect the overall design</li><li>Full compatibility with leading page builders</li></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:0:{}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 &amp; Wellness\";s:2:\"id\";i:54393;s:12:\"publish-date\";i:1621457258;s:18:\"featured-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2021/05/health-wellness-02-home.jpg\";s:19:\"thumbnail-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2021/05/health-wellness-02-home.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2021/05/health-wellness-02-home.jpg\";s:14:\"astra-site-url\";s:37:\"//websitedemos.net/health-wellness-02\";s:20:\"astra-site-parent-id\";i:2028;s:15:\"astra-sites-tag\";a:11:{i:337;s:6:\"clinic\";i:338;s:6:\"dental\";i:2047;s:13:\"dental-clinic\";i:601;s:6:\"doctor\";i:2045;s:6:\"health\";i:604;s:10:\"healthcare\";i:603;s:7:\"medical\";i:2046;s:14:\"medical-clinic\";i:621;s:12:\"psychiatrist\";i:2044;s:9:\"therapist\";i:619;s:8:\"wellness\";}s:16:\"astra-sites-type\";s:4:\"free\";s:19:\"astra-site-category\";a:2:{i:27;s:8:\"business\";i:39;s:4:\"free\";}s:29:\"astra-sites-template-category\";a:5:{i:2799;s:7:\"dentist\";i:2867;s:6:\"doctor\";i:2834;s:10:\"healthcare\";i:2780;s:8:\"hospital\";i:2841;s:14:\"medical-clinic\";}s:23:\"astra-site-page-builder\";s:9:\"elementor\";s:10:\"categories\";a:1:{i:2490;s:10:\"healthcare\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:11:\"post-status\";s:7:\"publish\";s:12:\"post-content\";s:1029:\"<!-- wp:paragraph -->\n<p>The Health &amp; Wellness template reflects the clean, crisp feel you would want to see in a dentist or healthcare setting. It’s a modern flat web template with distinct borders, a reassuring blue colorway and modern fonts, ideal for health and wellness.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The template includes lots of content and image sections, service areas, calls to action, testimonials and a simple but effective contact page. Everything you see can be customized to your needs, adding to its appeal.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>Key features of the Health &amp; 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:\"\";}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:\"\";}}',	'no'),
(327,	'astra-sites-and-pages-page-23',	'a:15:{s:8:\"id-55382\";a:22:{s:5:\"title\";s:15:\"Salon &amp; Spa\";s:2:\"id\";i:55382;s:12:\"publish-date\";i:1621863472;s:18:\"featured-image-url\";s:73:\"https://websitedemos.net/wp-content/uploads/2021/05/stylist-02-home-1.jpg\";s:19:\"thumbnail-image-url\";s:73:\"https://websitedemos.net/wp-content/uploads/2021/05/stylist-02-home-1.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:73:\"https://websitedemos.net/wp-content/uploads/2021/05/stylist-02-home-1.jpg\";s:14:\"astra-site-url\";s:29:\"//websitedemos.net/stylist-02\";s:20:\"astra-site-parent-id\";i:2096;s:15:\"astra-sites-tag\";a:11:{i:2102;s:10:\"beautician\";i:2121;s:13:\"beauty-parlor\";i:2106;s:12:\"beauty-salon\";i:2120;s:18:\"fashion-and-beauty\";i:1642;s:10:\"hair-salon\";i:2108;s:11:\"hairdresser\";i:577;s:13:\"makeup-artist\";i:2119;s:13:\"salon-and-spa\";i:530;s:3:\"spa\";i:2107;s:7:\"stylist\";i:619;s:8:\"wellness\";}s:16:\"astra-sites-type\";s:4:\"free\";s:19:\"astra-site-category\";a:2:{i:27;s:8:\"business\";i:39;s:4:\"free\";}s:29:\"astra-sites-template-category\";a:6:{i:2790;s:14:\"beauty-fashion\";i:2777;s:8:\"business\";i:2821;s:14:\"feminine-girly\";i:2890;s:15:\"makeup-cosmetic\";i:2837;s:5:\"salon\";i:2856;s:3:\"spa\";}s:23:\"astra-site-page-builder\";s:9:\"elementor\";s:10:\"categories\";a:1:{i:2479;s:6:\"beauty\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:11:\"post-status\";s:7:\"publish\";s:12:\"post-content\";s:1011:\"<!-- wp:paragraph -->\n<p>The Salon &amp; Spa template is a minimalist design with lots of empty space designed to make your content and images stand out. Despite that minimalism, there is everything here you will need to promote your salon or spa.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The design uses white and pastel colors with a stronger color for calls to action. Image use is plentiful, which is ideal for a visual industry like hair and beauty. There is space to showcase your products and services and an attractive contact form too.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>Key features of the Salon &amp; Spa template</h2>\n<!-- /wp:heading -->\n\n<!-- wp:list -->\n<ul><li>Minimalist design that lets your content stand proud</li><li>Plenty of content and image areas to promote your salon or spa</li><li>Good use of colors to create elegance</li><li>Sample pages already created and ready to use</li><li>Full compatibility with leading page builders</li></ul>\n<!-- /wp:list -->\";s:12:\"post-excerpt\";s:79:\"Minimal design with a lot to say, ideal for the beauty niche and salons or spas\";s:5:\"pages\";a:4:{s:8:\"id-55384\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:76:\"https://websitedemos.net/wp-content/uploads/2021/05/stylist-02-contact-1.jpg\";s:19:\"thumbnail-image-url\";s:76:\"https://websitedemos.net/wp-content/uploads/2021/05/stylist-02-contact-1.jpg\";s:18:\"astra-page-api-url\";s:59:\"https://websitedemos.net/stylist-02/wp-json/wp/v2/pages/816\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:38:\"//websitedemos.net/stylist-02/contact/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}s:8:\"id-55383\";a:12:{s:5:\"title\";s:5:\"About\";s:18:\"featured-image-url\";s:74:\"https://websitedemos.net/wp-content/uploads/2021/05/stylist-02-about-1.jpg\";s:19:\"thumbnail-image-url\";s:74:\"https://websitedemos.net/wp-content/uploads/2021/05/stylist-02-about-1.jpg\";s:18:\"astra-page-api-url\";s:59:\"https://websitedemos.net/stylist-02/wp-json/wp/v2/pages/950\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:36:\"//websitedemos.net/stylist-02/about/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-55385\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:73:\"https://websitedemos.net/wp-content/uploads/2021/05/stylist-02-home-1.jpg\";s:19:\"thumbnail-image-url\";s:73:\"https://websitedemos.net/wp-content/uploads/2021/05/stylist-02-home-1.jpg\";s:18:\"astra-page-api-url\";s:57:\"https://websitedemos.net/stylist-02/wp-json/wp/v2/pages/6\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:30:\"//websitedemos.net/stylist-02/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-55386\";a:12:{s:5:\"title\";s:8:\"Services\";s:18:\"featured-image-url\";s:77:\"https://websitedemos.net/wp-content/uploads/2021/05/stylist-02-services-1.jpg\";s:19:\"thumbnail-image-url\";s:77:\"https://websitedemos.net/wp-content/uploads/2021/05/stylist-02-services-1.jpg\";s:18:\"astra-page-api-url\";s:59:\"https://websitedemos.net/stylist-02/wp-json/wp/v2/pages/996\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:39:\"//websitedemos.net/stylist-02/services/\";s:15:\"astra-sites-tag\";a:1:{i:425;s:8:\"services\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}}s:19:\"related-bb-template\";s:0:\"\";s:26:\"related-elementor-template\";i:55382;s:26:\"related-gutenberg-template\";i:55398;}s:8:\"id-55398\";a:22:{s:5:\"title\";s:15:\"Salon &amp; Spa\";s:2:\"id\";i:55398;s:12:\"publish-date\";i:1621884270;s:18:\"featured-image-url\";s:66:\"https://websitedemos.net/wp-content/uploads/2021/05/stylist-08.jpg\";s:19:\"thumbnail-image-url\";s:75:\"https://websitedemos.net/wp-content/uploads/2021/05/stylist-08-600x2474.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:75:\"https://websitedemos.net/wp-content/uploads/2021/05/stylist-08-400x1649.jpg\";s:14:\"astra-site-url\";s:29:\"//websitedemos.net/stylist-08\";s:20:\"astra-site-parent-id\";i:2101;s:15:\"astra-sites-tag\";a:11:{i:2102;s:10:\"beautician\";i:2121;s:13:\"beauty-parlor\";i:2106;s:12:\"beauty-salon\";i:2120;s:18:\"fashion-and-beauty\";i:1642;s:10:\"hair-salon\";i:2108;s:11:\"hairdresser\";i:577;s:13:\"makeup-artist\";i:2119;s:13:\"salon-and-spa\";i:530;s:3:\"spa\";i:2107;s:7:\"stylist\";i:619;s:8:\"wellness\";}s:16:\"astra-sites-type\";s:4:\"free\";s:19:\"astra-site-category\";a:2:{i:27;s:8:\"business\";i:39;s:4:\"free\";}s:29:\"astra-sites-template-category\";a:0:{}s:23:\"astra-site-page-builder\";s:9:\"gutenberg\";s:10:\"categories\";a:1:{i:2479;s:6:\"beauty\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:11:\"post-status\";s:7:\"publish\";s:12:\"post-content\";s:0:\"\";s:12:\"post-excerpt\";s:0:\"\";s:5:\"pages\";a:4:{s:8:\"id-55400\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:74:\"https://websitedemos.net/wp-content/uploads/2021/05/stylist-contact-08.jpg\";s:19:\"thumbnail-image-url\";s:82:\"https://websitedemos.net/wp-content/uploads/2021/05/stylist-contact-08-600x879.jpg\";s:18:\"astra-page-api-url\";s:59:\"https://websitedemos.net/stylist-08/wp-json/wp/v2/pages/904\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:38:\"//websitedemos.net/stylist-08/contact/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}s:8:\"id-55399\";a:12:{s:5:\"title\";s:5:\"About\";s:18:\"featured-image-url\";s:72:\"https://websitedemos.net/wp-content/uploads/2021/05/stylist-about-08.jpg\";s:19:\"thumbnail-image-url\";s:81:\"https://websitedemos.net/wp-content/uploads/2021/05/stylist-about-08-600x1247.jpg\";s:18:\"astra-page-api-url\";s:59:\"https://websitedemos.net/stylist-08/wp-json/wp/v2/pages/900\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:36:\"//websitedemos.net/stylist-08/about/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}}s:8:\"id-55402\";a:12:{s:5:\"title\";s:8:\"Services\";s:18:\"featured-image-url\";s:75:\"https://websitedemos.net/wp-content/uploads/2021/05/stylist-services-08.jpg\";s:19:\"thumbnail-image-url\";s:84:\"https://websitedemos.net/wp-content/uploads/2021/05/stylist-services-08-600x1642.jpg\";s:18:\"astra-page-api-url\";s:59:\"https://websitedemos.net/stylist-08/wp-json/wp/v2/pages/902\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:39:\"//websitedemos.net/stylist-08/services/\";s:15:\"astra-sites-tag\";a:1:{i:425;s:8:\"services\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}}s:8:\"id-55401\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:66:\"https://websitedemos.net/wp-content/uploads/2021/05/stylist-08.jpg\";s:19:\"thumbnail-image-url\";s:75:\"https://websitedemos.net/wp-content/uploads/2021/05/stylist-08-600x2474.jpg\";s:18:\"astra-page-api-url\";s:57:\"https://websitedemos.net/stylist-08/wp-json/wp/v2/pages/6\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:30:\"//websitedemos.net/stylist-08/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}}}s:19:\"related-bb-template\";s:0:\"\";s:26:\"related-elementor-template\";s:0:\"\";s:26:\"related-gutenberg-template\";s:0:\"\";}s: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:\"\";}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 &amp; Tourism\";s:2:\"id\";i:55223;s:12:\"publish-date\";i:1621605691;s:18:\"featured-image-url\";s:84:\"https://websitedemos.net/wp-content/uploads/2021/05/travel-and-tourism-02-home-2.jpg\";s:19:\"thumbnail-image-url\";s:84:\"https://websitedemos.net/wp-content/uploads/2021/05/travel-and-tourism-02-home-2.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:84:\"https://websitedemos.net/wp-content/uploads/2021/05/travel-and-tourism-02-home-2.jpg\";s:14:\"astra-site-url\";s:40:\"//websitedemos.net/travel-and-tourism-02\";s:20:\"astra-site-parent-id\";i:2054;s:15:\"astra-sites-tag\";a:17:{i:2073;s:13:\"accommodation\";i:2076;s:18:\"apartments-hostels\";i:1534;s:3:\"bnb\";i:2078;s:14:\"business-hotel\";i:2079;s:10:\"guesthouse\";i:2080;s:8:\"homestay\";i:350;s:5:\"hotel\";i:2081;s:13:\"island-resort\";i:2082;s:12:\"luxury-hotel\";i:714;s:6:\"resort\";i:2077;s:12:\"tour-company\";i:430;s:7:\"tourism\";i:427;s:6:\"travel\";i:428;s:13:\"travel-agency\";i:2075;s:15:\"travel-services\";i:2083;s:8:\"urban-bb\";i:2084;s:15:\"vacation-rental\";}s:16:\"astra-sites-type\";s:4:\"free\";s:19:\"astra-site-category\";a:2:{i:27;s:8:\"business\";i:39;s:4:\"free\";}s:29:\"astra-sites-template-category\";a:3:{i:2777;s:8:\"business\";i:2788;s:9:\"hotel-bnb\";i:2775;s:14:\"travel-tourism\";}s:23:\"astra-site-page-builder\";s:9:\"elementor\";s:10:\"categories\";a:1:{i:2498;s:12:\"hotel-travel\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:11:\"post-status\";s:7:\"publish\";s:12:\"post-content\";s:940:\"<!-- wp:paragraph -->\n<p>The Travel &amp; Tourism template has a light, welcoming design that uses the colors of sunshine to welcome you in. It’s a crisp, clean template with lots of whitespace and some very flexible content and image areas.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The template could work for hotels, travel agents, travel bloggers and anyone involved in the travel industry. It’s a customizable theme you could literally turn into any website with minimal effort.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>Key features of the Travel &amp; Tourism template</h2>\n<!-- /wp:heading -->\n\n<!-- wp:list -->\n<ul><li>Light and welcoming design where images rule</li><li>Flexible content areas and layout for full customization</li><li>Ideal for a wide range of travel companies</li><li>Engaging colors and fonts throughout</li><li>Full compatibility with leading page builders</li></ul>\n<!-- /wp:list -->\";s:12:\"post-excerpt\";s:84:\"Light and welcoming website template ideal for the travel industry or travel blogger\";s:5:\"pages\";a:4:{s:8:\"id-55226\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:84:\"https://websitedemos.net/wp-content/uploads/2021/05/travel-and-tourism-02-home-1.jpg\";s:19:\"thumbnail-image-url\";s:84:\"https://websitedemos.net/wp-content/uploads/2021/05/travel-and-tourism-02-home-1.jpg\";s:18:\"astra-page-api-url\";s:68:\"https://websitedemos.net/travel-and-tourism-02/wp-json/wp/v2/pages/8\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:41:\"//websitedemos.net/travel-and-tourism-02/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-55224\";a:12:{s:5:\"title\";s:9:\"Amenities\";s:18:\"featured-image-url\";s:87:\"https://websitedemos.net/wp-content/uploads/2021/05/travel-and-tourism-02-amenities.jpg\";s:19:\"thumbnail-image-url\";s:87:\"https://websitedemos.net/wp-content/uploads/2021/05/travel-and-tourism-02-amenities.jpg\";s:18:\"astra-page-api-url\";s:70:\"https://websitedemos.net/travel-and-tourism-02/wp-json/wp/v2/pages/146\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:51:\"//websitedemos.net/travel-and-tourism-02/amenities/\";s:15:\"astra-sites-tag\";a:1:{i:777;s:9:\"amenities\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-55225\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:85:\"https://websitedemos.net/wp-content/uploads/2021/05/travel-and-tourism-02-contact.jpg\";s:19:\"thumbnail-image-url\";s:85:\"https://websitedemos.net/wp-content/uploads/2021/05/travel-and-tourism-02-contact.jpg\";s:18:\"astra-page-api-url\";s:70:\"https://websitedemos.net/travel-and-tourism-02/wp-json/wp/v2/pages/150\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:49:\"//websitedemos.net/travel-and-tourism-02/contact/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}s:8:\"id-55227\";a:12:{s:5:\"title\";s:5:\"Rooms\";s:18:\"featured-image-url\";s:85:\"https://websitedemos.net/wp-content/uploads/2021/05/travel-and-tourism-02-rooms-1.jpg\";s:19:\"thumbnail-image-url\";s:85:\"https://websitedemos.net/wp-content/uploads/2021/05/travel-and-tourism-02-rooms-1.jpg\";s:18:\"astra-page-api-url\";s:70:\"https://websitedemos.net/travel-and-tourism-02/wp-json/wp/v2/pages/144\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:47:\"//websitedemos.net/travel-and-tourism-02/rooms/\";s:15:\"astra-sites-tag\";a:1:{i:715;s:5:\"rooms\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}}s:19:\"related-bb-template\";s:0:\"\";s:26:\"related-elementor-template\";i:55223;s:26:\"related-gutenberg-template\";i:64772;}s:8:\"id-55310\";a:22:{s:5:\"title\";s:20:\"Travel &amp; Tourism\";s:2:\"id\";i:55310;s:12:\"publish-date\";i:1621612162;s:18:\"featured-image-url\";s:77:\"https://websitedemos.net/wp-content/uploads/2021/05/travel-and-tourism-08.jpg\";s:19:\"thumbnail-image-url\";s:86:\"https://websitedemos.net/wp-content/uploads/2021/05/travel-and-tourism-08-600x2616.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:86:\"https://websitedemos.net/wp-content/uploads/2021/05/travel-and-tourism-08-400x1744.jpg\";s:14:\"astra-site-url\";s:40:\"//websitedemos.net/travel-and-tourism-08\";s:20:\"astra-site-parent-id\";i:2065;s:15:\"astra-sites-tag\";a:17:{i:2073;s:13:\"accommodation\";i:2076;s:18:\"apartments-hostels\";i:1534;s:3:\"bnb\";i:2078;s:14:\"business-hotel\";i:2079;s:10:\"guesthouse\";i:2080;s:8:\"homestay\";i:350;s:5:\"hotel\";i:2081;s:13:\"island-resort\";i:2082;s:12:\"luxury-hotel\";i:714;s:6:\"resort\";i:2077;s:12:\"tour-company\";i:430;s:7:\"tourism\";i:427;s:6:\"travel\";i:428;s:13:\"travel-agency\";i:2075;s:15:\"travel-services\";i:2083;s:8:\"urban-bb\";i:2084;s:15:\"vacation-rental\";}s:16:\"astra-sites-type\";s:4:\"free\";s:19:\"astra-site-category\";a:2:{i:27;s:8:\"business\";i:39;s:4:\"free\";}s:29:\"astra-sites-template-category\";a:0:{}s:23:\"astra-site-page-builder\";s:9:\"gutenberg\";s:10:\"categories\";a:1:{i:2498;s:12:\"hotel-travel\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}i:1;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}s:11:\"post-status\";s:7:\"publish\";s:12:\"post-content\";s:0:\"\";s:12:\"post-excerpt\";s:0:\"\";s:5:\"pages\";a:4:{s:8:\"id-55311\";a:12:{s:5:\"title\";s:9:\"Amenities\";s:18:\"featured-image-url\";s:89:\"https://websitedemos.net/wp-content/uploads/2021/05/travel-and-tourism-08-amenities-1.jpg\";s:19:\"thumbnail-image-url\";s:98:\"https://websitedemos.net/wp-content/uploads/2021/05/travel-and-tourism-08-amenities-1-600x2270.jpg\";s:18:\"astra-page-api-url\";s:69:\"https://websitedemos.net/travel-and-tourism-08/wp-json/wp/v2/pages/12\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:51:\"//websitedemos.net/travel-and-tourism-08/amenities/\";s:15:\"astra-sites-tag\";a:2:{i:777;s:9:\"amenities\";i:1599;s:10:\"facilities\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}}s:8:\"id-55312\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:85:\"https://websitedemos.net/wp-content/uploads/2021/05/travel-and-tourism-08-contact.jpg\";s:19:\"thumbnail-image-url\";s:93:\"https://websitedemos.net/wp-content/uploads/2021/05/travel-and-tourism-08-contact-600x963.jpg\";s:18:\"astra-page-api-url\";s:69:\"https://websitedemos.net/travel-and-tourism-08/wp-json/wp/v2/pages/14\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:49:\"//websitedemos.net/travel-and-tourism-08/contact/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}s:8:\"id-55313\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:77:\"https://websitedemos.net/wp-content/uploads/2021/05/travel-and-tourism-08.jpg\";s:19:\"thumbnail-image-url\";s:86:\"https://websitedemos.net/wp-content/uploads/2021/05/travel-and-tourism-08-600x2616.jpg\";s:18:\"astra-page-api-url\";s:68:\"https://websitedemos.net/travel-and-tourism-08/wp-json/wp/v2/pages/8\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:41:\"//websitedemos.net/travel-and-tourism-08/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}}s:8:\"id-55314\";a:12:{s:5:\"title\";s:5:\"Rooms\";s:18:\"featured-image-url\";s:85:\"https://websitedemos.net/wp-content/uploads/2021/05/travel-and-tourism-08-rooms-1.jpg\";s:19:\"thumbnail-image-url\";s:94:\"https://websitedemos.net/wp-content/uploads/2021/05/travel-and-tourism-08-rooms-1-600x1709.jpg\";s:18:\"astra-page-api-url\";s:69:\"https://websitedemos.net/travel-and-tourism-08/wp-json/wp/v2/pages/10\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:47:\"//websitedemos.net/travel-and-tourism-08/rooms/\";s:15:\"astra-sites-tag\";a:2:{i:2073;s:13:\"accommodation\";i:715;s:5:\"rooms\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}}}s:19:\"related-bb-template\";s:0:\"\";s:26:\"related-elementor-template\";s:0:\"\";s:26:\"related-gutenberg-template\";s:0:\"\";}s: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:\"\";}}',	'no'),
(328,	'astra-sites-and-pages-page-24',	'a:15:{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 &#8211; Learn Photoshop\";s:2:\"id\";i:20919;s:12:\"publish-date\";i:1552457758;s:18:\"featured-image-url\";s:89:\"https://websitedemos.net/wp-content/uploads/2019/07/ecourse-learn-photoshop-04-home-1.jpg\";s:19:\"thumbnail-image-url\";s:89:\"https://websitedemos.net/wp-content/uploads/2019/07/ecourse-learn-photoshop-04-home-1.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:89:\"https://websitedemos.net/wp-content/uploads/2019/07/ecourse-learn-photoshop-04-home-1.jpg\";s:14:\"astra-site-url\";s:45:\"//websitedemos.net/ecourse-learn-photoshop-06\";s:20:\"astra-site-parent-id\";i:124;s:15:\"astra-sites-tag\";a:5:{i:468;s:9:\"elearning\";i:719;s:15:\"online-coaching\";i:975;s:15:\"online-learning\";i:721;s:8:\"training\";i:720;s:9:\"tutorials\";}s:16:\"astra-sites-type\";s:11:\"agency-mini\";s:19:\"astra-site-category\";a:1:{i:27;s:8:\"business\";}s:29:\"astra-sites-template-category\";a:0:{}s:23:\"astra-site-page-builder\";s:5:\"brizy\";s:10:\"categories\";a:0:{}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:11:\"astra-addon\";s:4:\"init\";s:27:\"astra-addon/astra-addon.php\";s:4:\"name\";s:9:\"Astra Pro\";}i:1;a:3:{s:4:\"slug\";s:5:\"brizy\";s:4:\"init\";s:15:\"brizy/brizy.php\";s:4:\"name\";s:5:\"Brizy\";}}s:11:\"post-status\";s:7:\"publish\";s:12:\"post-content\";s:0:\"\";s:12:\"post-excerpt\";s:0:\"\";s:5:\"pages\";a:5:{s:8:\"id-23181\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:89:\"https://websitedemos.net/wp-content/uploads/2019/07/ecourse-learn-photoshop-04-home-1.jpg\";s:19:\"thumbnail-image-url\";s:89:\"https://websitedemos.net/wp-content/uploads/2019/07/ecourse-learn-photoshop-04-home-1.jpg\";s:18:\"astra-page-api-url\";s:75:\"https://websitedemos.net/ecourse-learn-photoshop-06/wp-json/wp/v2/pages/113\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:46:\"//websitedemos.net/ecourse-learn-photoshop-06/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:5:\"brizy\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:5:\"brizy\";s:4:\"init\";s:15:\"brizy/brizy.php\";s:4:\"name\";s:5:\"Brizy\";}}}s:8:\"id-23179\";a:12:{s:5:\"title\";s:5:\"About\";s:18:\"featured-image-url\";s:88:\"https://websitedemos.net/wp-content/uploads/2019/07/ecourse-learn-photoshop-04-about.jpg\";s:19:\"thumbnail-image-url\";s:88:\"https://websitedemos.net/wp-content/uploads/2019/07/ecourse-learn-photoshop-04-about.jpg\";s:18:\"astra-page-api-url\";s:75:\"https://websitedemos.net/ecourse-learn-photoshop-06/wp-json/wp/v2/pages/159\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:52:\"//websitedemos.net/ecourse-learn-photoshop-06/about/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:5:\"brizy\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:5:\"brizy\";s:4:\"init\";s:15:\"brizy/brizy.php\";s:4:\"name\";s:5:\"Brizy\";}}}s:8:\"id-23180\";a:12:{s:5:\"title\";s:7:\"Courses\";s:18:\"featured-image-url\";s:90:\"https://websitedemos.net/wp-content/uploads/2019/07/ecourse-learn-photoshop-04-courses.jpg\";s:19:\"thumbnail-image-url\";s:90:\"https://websitedemos.net/wp-content/uploads/2019/07/ecourse-learn-photoshop-04-courses.jpg\";s:18:\"astra-page-api-url\";s:75:\"https://websitedemos.net/ecourse-learn-photoshop-06/wp-json/wp/v2/pages/165\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:54:\"//websitedemos.net/ecourse-learn-photoshop-06/courses/\";s:15:\"astra-sites-tag\";a:1:{i:462;s:7:\"courses\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:5:\"brizy\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:5:\"brizy\";s:4:\"init\";s:15:\"brizy/brizy.php\";s:4:\"name\";s:5:\"Brizy\";}}}s:8:\"id-23183\";a:12:{s:5:\"title\";s:12:\"Testimonials\";s:18:\"featured-image-url\";s:95:\"https://websitedemos.net/wp-content/uploads/2019/07/ecourse-learn-photoshop-04-testimonials.jpg\";s:19:\"thumbnail-image-url\";s:95:\"https://websitedemos.net/wp-content/uploads/2019/07/ecourse-learn-photoshop-04-testimonials.jpg\";s:18:\"astra-page-api-url\";s:75:\"https://websitedemos.net/ecourse-learn-photoshop-06/wp-json/wp/v2/pages/174\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:59:\"//websitedemos.net/ecourse-learn-photoshop-06/testimonials/\";s:15:\"astra-sites-tag\";a:1:{i:433;s:12:\"testimonials\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:5:\"brizy\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:5:\"brizy\";s:4:\"init\";s:15:\"brizy/brizy.php\";s:4:\"name\";s:5:\"Brizy\";}}}s:8:\"id-23182\";a:12:{s:5:\"title\";s:7:\"Pricing\";s:18:\"featured-image-url\";s:90:\"https://websitedemos.net/wp-content/uploads/2019/07/ecourse-learn-photoshop-04-pricing.jpg\";s:19:\"thumbnail-image-url\";s:90:\"https://websitedemos.net/wp-content/uploads/2019/07/ecourse-learn-photoshop-04-pricing.jpg\";s:18:\"astra-page-api-url\";s:75:\"https://websitedemos.net/ecourse-learn-photoshop-06/wp-json/wp/v2/pages/181\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:54:\"//websitedemos.net/ecourse-learn-photoshop-06/pricing/\";s:15:\"astra-sites-tag\";a:1:{i:585;s:7:\"pricing\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:5:\"brizy\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:5:\"brizy\";s:4:\"init\";s:15:\"brizy/brizy.php\";s:4:\"name\";s:5:\"Brizy\";}}}}s:19:\"related-bb-template\";s:0:\"\";s:26:\"related-elementor-template\";s:0:\"\";s:26:\"related-gutenberg-template\";s:0:\"\";}s: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:\"\";}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:\"\";}}',	'no'),
(329,	'astra-sites-fresh-site',	'no',	'no'),
(333,	'astra-sites-last-export-checksums-latest',	'V#wr%Tw0^AM)',	'no'),
(337,	'astra-sites-batch-status-string',	'All processes are complete',	'no'),
(338,	'astra-blocks-batch-status-string',	'Complete storing data for page 4',	'no'),
(339,	'astra-blocks-requests',	'4',	'no'),
(343,	'astra-sites-all-site-categories-and-tags',	'a:622:{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:2478;s:4:\"name\";s:17:\"Local Storefronts\";}i:406;a:2:{s:2:\"id\";s:6:\"2478-0\";s:4:\"name\";s:5:\"store\";}i:407;a:2:{s:2:\"id\";s:6:\"2478-1\";s:4:\"name\";s:4:\"shop\";}i:408;a:2:{s:2:\"id\";s:6:\"2478-2\";s:4:\"name\";s:10:\"storefront\";}i:409;a:2:{s:2:\"id\";s:6:\"2478-3\";s:4:\"name\";s:16:\"brick and mortar\";}i:410;a:2:{s:2:\"id\";s:6:\"2478-4\";s:4:\"name\";s:6:\"retail\";}i:411;a:2:{s:2:\"id\";s:6:\"2478-5\";s:4:\"name\";s:12:\"departmental\";}i:412;a:2:{s:2:\"id\";s:6:\"2478-6\";s:4:\"name\";s:9:\"shopfront\";}i:413;a:2:{s:2:\"id\";s:6:\"2478-7\";s:4:\"name\";s:4:\"gift\";}i:414;a:2:{s:2:\"id\";s:6:\"2478-8\";s:4:\"name\";s:10:\"bookstores\";}i:415;a:2:{s:2:\"id\";s:6:\"2478-9\";s:4:\"name\";s:6:\"bakery\";}i:416;a:2:{s:2:\"id\";s:7:\"2478-10\";s:4:\"name\";s:4:\"cake\";}i:417;a:2:{s:2:\"id\";s:7:\"2478-11\";s:4:\"name\";s:4:\"cafe\";}i:418;a:2:{s:2:\"id\";i:2471;s:4:\"name\";s:16:\"Local Technician\";}i:419;a:2:{s:2:\"id\";s:6:\"2471-0\";s:4:\"name\";s:5:\"local\";}i:420;a:2:{s:2:\"id\";s:6:\"2471-1\";s:4:\"name\";s:10:\"technician\";}i:421;a:2:{s:2:\"id\";s:6:\"2471-2\";s:4:\"name\";s:8:\"air duct\";}i:422;a:2:{s:2:\"id\";s:6:\"2471-3\";s:4:\"name\";s:9:\"carpenter\";}i:423;a:2:{s:2:\"id\";s:6:\"2471-4\";s:4:\"name\";s:4:\"CCTV\";}i:424;a:2:{s:2:\"id\";s:6:\"2471-5\";s:4:\"name\";s:11:\"electrician\";}i:425;a:2:{s:2:\"id\";s:6:\"2471-6\";s:4:\"name\";s:9:\"furniture\";}i:426;a:2:{s:2:\"id\";s:6:\"2471-7\";s:4:\"name\";s:8:\"handyman\";}i:427;a:2:{s:2:\"id\";s:6:\"2471-8\";s:4:\"name\";s:10:\"remodeling\";}i:428;a:2:{s:2:\"id\";s:6:\"2471-9\";s:4:\"name\";s:4:\"HVAC\";}i:429;a:2:{s:2:\"id\";s:7:\"2471-10\";s:4:\"name\";s:9:\"locksmith\";}i:430;a:2:{s:2:\"id\";s:7:\"2471-11\";s:4:\"name\";s:7:\"plumber\";}i:431;a:2:{s:2:\"id\";s:7:\"2471-12\";s:4:\"name\";s:8:\"plumbing\";}i:432;a:2:{s:2:\"id\";s:7:\"2471-13\";s:4:\"name\";s:8:\"swimming\";}i:433;a:2:{s:2:\"id\";s:7:\"2471-14\";s:4:\"name\";s:4:\"pool\";}i:434;a:2:{s:2:\"id\";s:7:\"2471-15\";s:4:\"name\";s:7:\"roofing\";}i:435;a:2:{s:2:\"id\";s:7:\"2471-16\";s:4:\"name\";s:6:\"window\";}i:436;a:2:{s:2:\"id\";s:7:\"2471-17\";s:4:\"name\";s:12:\"installation\";}i:437;a:2:{s:2:\"id\";s:7:\"2471-18\";s:4:\"name\";s:11:\"maintenance\";}i:438;a:2:{s:2:\"id\";s:7:\"2471-19\";s:4:\"name\";s:6:\"worker\";}i:439;a:2:{s:2:\"id\";s:7:\"2471-20\";s:4:\"name\";s:8:\"services\";}i:440;a:2:{s:2:\"id\";s:7:\"2471-21\";s:4:\"name\";s:7:\"service\";}i:441;a:2:{s:2:\"id\";s:7:\"2471-22\";s:4:\"name\";s:8:\"template\";}i:442;a:2:{s:2:\"id\";s:7:\"2471-23\";s:4:\"name\";s:8:\"business\";}i:443;a:2:{s:2:\"id\";s:7:\"2471-24\";s:4:\"name\";s:5:\"Astra\";}i:444;a:2:{s:2:\"id\";s:7:\"2471-25\";s:4:\"name\";s:7:\"company\";}i:445;a:2:{s:2:\"id\";s:7:\"2471-26\";s:4:\"name\";s:6:\"repair\";}i:446;a:2:{s:2:\"id\";s:7:\"2471-27\";s:4:\"name\";s:7:\"website\";}i:447;a:2:{s:2:\"id\";s:7:\"2471-28\";s:4:\"name\";s:0:\"\";}i:448;a:2:{s:2:\"id\";i:2474;s:4:\"name\";s:13:\"Manufacturing\";}i:449;a:2:{s:2:\"id\";s:6:\"2474-0\";s:4:\"name\";s:8:\"industry\";}i:450;a:2:{s:2:\"id\";s:6:\"2474-1\";s:4:\"name\";s:23:\"industrial manufacturer\";}i:451;a:2:{s:2:\"id\";s:6:\"2474-2\";s:4:\"name\";s:13:\"manufacturing\";}i:452;a:2:{s:2:\"id\";s:6:\"2474-3\";s:4:\"name\";s:8:\"mechanic\";}i:453;a:2:{s:2:\"id\";s:6:\"2474-4\";s:4:\"name\";s:14:\"pharmaceutical\";}i:454;a:2:{s:2:\"id\";s:6:\"2474-5\";s:4:\"name\";s:8:\"template\";}i:455;a:2:{s:2:\"id\";s:6:\"2474-6\";s:4:\"name\";s:5:\"local\";}i:456;a:2:{s:2:\"id\";s:6:\"2474-7\";s:4:\"name\";s:8:\"business\";}i:457;a:2:{s:2:\"id\";s:6:\"2474-8\";s:4:\"name\";s:5:\"Astra\";}i:458;a:2:{s:2:\"id\";s:6:\"2474-9\";s:4:\"name\";s:7:\"company\";}i:459;a:2:{s:2:\"id\";s:7:\"2474-10\";s:4:\"name\";s:7:\"website\";}i:460;a:2:{s:2:\"id\";s:7:\"2474-11\";s:4:\"name\";s:0:\"\";}i:461;a:2:{s:2:\"id\";i:2500;s:4:\"name\";s:12:\"Multipurpose\";}i:462;a:2:{s:2:\"id\";s:6:\"2500-0\";s:4:\"name\";s:5:\"clean\";}i:463;a:2:{s:2:\"id\";s:6:\"2500-1\";s:4:\"name\";s:7:\"minimal\";}i:464;a:2:{s:2:\"id\";s:6:\"2500-2\";s:4:\"name\";s:12:\"multipurpose\";}i:465;a:2:{s:2:\"id\";s:6:\"2500-3\";s:4:\"name\";s:6:\"simple\";}i:466;a:2:{s:2:\"id\";s:6:\"2500-4\";s:4:\"name\";s:7:\"generic\";}i:467;a:2:{s:2:\"id\";i:2492;s:4:\"name\";s:10:\"Non Profit\";}i:468;a:2:{s:2:\"id\";s:6:\"2492-0\";s:4:\"name\";s:7:\"charity\";}i:469;a:2:{s:2:\"id\";s:6:\"2492-1\";s:4:\"name\";s:12:\"organization\";}i:470;a:2:{s:2:\"id\";s:6:\"2492-2\";s:4:\"name\";s:6:\"church\";}i:471;a:2:{s:2:\"id\";s:6:\"2492-3\";s:4:\"name\";s:9:\"nonprofit\";}i:472;a:2:{s:2:\"id\";s:6:\"2492-4\";s:4:\"name\";s:3:\"NGO\";}i:473;a:2:{s:2:\"id\";s:6:\"2492-5\";s:4:\"name\";s:5:\"event\";}i:474;a:2:{s:2:\"id\";s:6:\"2492-6\";s:4:\"name\";s:12:\"crowdfunding\";}i:475;a:2:{s:2:\"id\";s:6:\"2492-7\";s:4:\"name\";s:8:\"campaign\";}i:476;a:2:{s:2:\"id\";s:6:\"2492-8\";s:4:\"name\";s:10:\"fundraiser\";}i:477;a:2:{s:2:\"id\";s:6:\"2492-9\";s:4:\"name\";s:6:\"donate\";}i:478;a:2:{s:2:\"id\";s:7:\"2492-10\";s:4:\"name\";s:8:\"donation\";}i:479;a:2:{s:2:\"id\";s:7:\"2492-11\";s:4:\"name\";s:9:\"community\";}i:480;a:2:{s:2:\"id\";s:7:\"2492-12\";s:4:\"name\";s:8:\"politics\";}i:481;a:2:{s:2:\"id\";s:7:\"2492-13\";s:4:\"name\";s:10:\"politician\";}i:482;a:2:{s:2:\"id\";s:7:\"2492-14\";s:4:\"name\";s:8:\"template\";}i:483;a:2:{s:2:\"id\";s:7:\"2492-15\";s:4:\"name\";s:5:\"Astra\";}i:484;a:2:{s:2:\"id\";s:7:\"2492-16\";s:4:\"name\";s:7:\"website\";}i:485;a:2:{s:2:\"id\";s:7:\"2492-17\";s:4:\"name\";s:0:\"\";}i:486;a:2:{s:2:\"id\";i:2927;s:4:\"name\";s:8:\"One Page\";}i:487;a:2:{s:2:\"id\";s:6:\"2927-0\";s:4:\"name\";s:7:\"onepage\";}i:488;a:2:{s:2:\"id\";s:6:\"2927-1\";s:4:\"name\";s:8:\"one-page\";}i:489;a:2:{s:2:\"id\";s:6:\"2927-2\";s:4:\"name\";s:11:\"single page\";}i:490;a:2:{s:2:\"id\";s:6:\"2927-3\";s:4:\"name\";s:8:\"one page\";}i:491;a:2:{s:2:\"id\";s:6:\"2927-4\";s:4:\"name\";s:7:\"landing\";}i:492;a:2:{s:2:\"id\";i:2472;s:4:\"name\";s:4:\"Pets\";}i:493;a:2:{s:2:\"id\";s:6:\"2472-0\";s:4:\"name\";s:10:\"dog sitter\";}i:494;a:2:{s:2:\"id\";s:6:\"2472-1\";s:4:\"name\";s:3:\"dog\";}i:495;a:2:{s:2:\"id\";s:6:\"2472-2\";s:4:\"name\";s:7:\"walking\";}i:496;a:2:{s:2:\"id\";s:6:\"2472-3\";s:4:\"name\";s:3:\"pet\";}i:497;a:2:{s:2:\"id\";s:6:\"2472-4\";s:4:\"name\";s:8:\"groomers\";}i:498;a:2:{s:2:\"id\";s:6:\"2472-5\";s:4:\"name\";s:12:\"veterinarian\";}i:499;a:2:{s:2:\"id\";s:6:\"2472-6\";s:4:\"name\";s:3:\"vet\";}i:500;a:2:{s:2:\"id\";s:6:\"2472-7\";s:4:\"name\";s:10:\"veterinary\";}i:501;a:2:{s:2:\"id\";s:6:\"2472-8\";s:4:\"name\";s:7:\"service\";}i:502;a:2:{s:2:\"id\";s:6:\"2472-9\";s:4:\"name\";s:8:\"services\";}i:503;a:2:{s:2:\"id\";s:7:\"2472-10\";s:4:\"name\";s:8:\"template\";}i:504;a:2:{s:2:\"id\";s:7:\"2472-11\";s:4:\"name\";s:8:\"business\";}i:505;a:2:{s:2:\"id\";s:7:\"2472-12\";s:4:\"name\";s:5:\"local\";}i:506;a:2:{s:2:\"id\";s:7:\"2472-13\";s:4:\"name\";s:8:\"business\";}i:507;a:2:{s:2:\"id\";s:7:\"2472-14\";s:4:\"name\";s:5:\"Astra\";}i:508;a:2:{s:2:\"id\";s:7:\"2472-15\";s:4:\"name\";s:10:\"consulting\";}i:509;a:2:{s:2:\"id\";s:7:\"2472-16\";s:4:\"name\";s:10:\"consultant\";}i:510;a:2:{s:2:\"id\";s:7:\"2472-17\";s:4:\"name\";s:7:\"website\";}i:511;a:2:{s:2:\"id\";s:7:\"2472-18\";s:4:\"name\";s:0:\"\";}i:512;a:2:{s:2:\"id\";i:2485;s:4:\"name\";s:11:\"Photography\";}i:513;a:2:{s:2:\"id\";s:6:\"2485-0\";s:4:\"name\";s:11:\"photography\";}i:514;a:2:{s:2:\"id\";s:6:\"2485-1\";s:4:\"name\";s:12:\"photographer\";}i:515;a:2:{s:2:\"id\";s:6:\"2485-2\";s:4:\"name\";s:9:\"portfolio\";}i:516;a:2:{s:2:\"id\";s:6:\"2485-3\";s:4:\"name\";s:8:\"portrait\";}i:517;a:2:{s:2:\"id\";s:6:\"2485-4\";s:4:\"name\";s:8:\"template\";}i:518;a:2:{s:2:\"id\";s:6:\"2485-5\";s:4:\"name\";s:5:\"Astra\";}i:519;a:2:{s:2:\"id\";s:6:\"2485-6\";s:4:\"name\";s:7:\"website\";}i:520;a:2:{s:2:\"id\";s:6:\"2485-7\";s:4:\"name\";s:0:\"\";}i:521;a:2:{s:2:\"id\";i:2488;s:4:\"name\";s:9:\"Portfolio\";}i:522;a:2:{s:2:\"id\";s:6:\"2488-0\";s:4:\"name\";s:2:\"UX\";}i:523;a:2:{s:2:\"id\";s:6:\"2488-1\";s:4:\"name\";s:2:\"UI\";}i:524;a:2:{s:2:\"id\";s:6:\"2488-2\";s:4:\"name\";s:9:\"animation\";}i:525;a:2:{s:2:\"id\";s:6:\"2488-3\";s:4:\"name\";s:6:\"resume\";}i:526;a:2:{s:2:\"id\";s:6:\"2488-4\";s:4:\"name\";s:16:\"curriculum vitae\";}i:527;a:2:{s:2:\"id\";s:6:\"2488-5\";s:4:\"name\";s:2:\"cv\";}i:528;a:2:{s:2:\"id\";s:6:\"2488-6\";s:4:\"name\";s:6:\"career\";}i:529;a:2:{s:2:\"id\";s:6:\"2488-7\";s:4:\"name\";s:8:\"animator\";}i:530;a:2:{s:2:\"id\";s:6:\"2488-8\";s:4:\"name\";s:5:\"actor\";}i:531;a:2:{s:2:\"id\";s:6:\"2488-9\";s:4:\"name\";s:6:\"writer\";}i:532;a:2:{s:2:\"id\";s:7:\"2488-10\";s:4:\"name\";s:10:\"voice-over\";}i:533;a:2:{s:2:\"id\";s:7:\"2488-11\";s:4:\"name\";s:12:\"web designer\";}i:534;a:2:{s:2:\"id\";s:7:\"2488-12\";s:4:\"name\";s:17:\"tarot card reader\";}i:535;a:2:{s:2:\"id\";s:7:\"2488-13\";s:4:\"name\";s:11:\"illustrator\";}i:536;a:2:{s:2:\"id\";s:7:\"2488-14\";s:4:\"name\";s:10:\"freelancer\";}i:537;a:2:{s:2:\"id\";s:7:\"2488-15\";s:4:\"name\";s:9:\"freelance\";}i:538;a:2:{s:2:\"id\";s:7:\"2488-16\";s:4:\"name\";s:6:\"author\";}i:539;a:2:{s:2:\"id\";s:7:\"2488-17\";s:4:\"name\";s:6:\"visual\";}i:540;a:2:{s:2:\"id\";s:7:\"2488-18\";s:4:\"name\";s:7:\"student\";}i:541;a:2:{s:2:\"id\";s:7:\"2488-19\";s:4:\"name\";s:11:\"programming\";}i:542;a:2:{s:2:\"id\";s:7:\"2488-20\";s:4:\"name\";s:11:\"photography\";}i:543;a:2:{s:2:\"id\";s:7:\"2488-21\";s:4:\"name\";s:12:\"photographer\";}i:544;a:2:{s:2:\"id\";s:7:\"2488-22\";s:4:\"name\";s:5:\"model\";}i:545;a:2:{s:2:\"id\";s:7:\"2488-23\";s:4:\"name\";s:6:\"online\";}i:546;a:2:{s:2:\"id\";s:7:\"2488-24\";s:4:\"name\";s:8:\"personal\";}i:547;a:2:{s:2:\"id\";s:7:\"2488-25\";s:4:\"name\";s:7:\"website\";}i:548;a:2:{s:2:\"id\";s:7:\"2488-26\";s:4:\"name\";s:8:\"template\";}i:549;a:2:{s:2:\"id\";s:7:\"2488-27\";s:4:\"name\";s:5:\"Astra\";}i:550;a:2:{s:2:\"id\";s:7:\"2488-28\";s:4:\"name\";s:10:\"consulting\";}i:551;a:2:{s:2:\"id\";s:7:\"2488-29\";s:4:\"name\";s:10:\"consultant\";}i:552;a:2:{s:2:\"id\";s:7:\"2488-30\";s:4:\"name\";s:8:\"designer\";}i:553;a:2:{s:2:\"id\";s:7:\"2488-31\";s:4:\"name\";s:6:\"design\";}i:554;a:2:{s:2:\"id\";s:7:\"2488-32\";s:4:\"name\";s:6:\"studio\";}i:555;a:2:{s:2:\"id\";s:7:\"2488-33\";s:4:\"name\";s:6:\"artist\";}i:556;a:2:{s:2:\"id\";s:7:\"2488-34\";s:4:\"name\";s:9:\"developer\";}i:557;a:2:{s:2:\"id\";s:7:\"2488-35\";s:4:\"name\";s:7:\"website\";}i:558;a:2:{s:2:\"id\";s:7:\"2488-36\";s:4:\"name\";s:0:\"\";}i:559;a:2:{s:2:\"id\";i:2484;s:4:\"name\";s:11:\"Real Estate\";}i:560;a:2:{s:2:\"id\";s:6:\"2484-0\";s:4:\"name\";s:4:\"real\";}i:561;a:2:{s:2:\"id\";s:6:\"2484-1\";s:4:\"name\";s:6:\"estate\";}i:562;a:2:{s:2:\"id\";s:6:\"2484-2\";s:4:\"name\";s:8:\"building\";}i:563;a:2:{s:2:\"id\";s:6:\"2484-3\";s:4:\"name\";s:12:\"construction\";}i:564;a:2:{s:2:\"id\";s:6:\"2484-4\";s:4:\"name\";s:10:\"contractor\";}i:565;a:2:{s:2:\"id\";s:6:\"2484-5\";s:4:\"name\";s:5:\"agent\";}i:566;a:2:{s:2:\"id\";s:6:\"2484-6\";s:4:\"name\";s:9:\"architect\";}i:567;a:2:{s:2:\"id\";s:6:\"2484-7\";s:4:\"name\";s:8:\"interior\";}i:568;a:2:{s:2:\"id\";s:6:\"2484-8\";s:4:\"name\";s:4:\"firm\";}i:569;a:2:{s:2:\"id\";s:6:\"2484-9\";s:4:\"name\";s:7:\"service\";}i:570;a:2:{s:2:\"id\";s:7:\"2484-10\";s:4:\"name\";s:8:\"template\";}i:571;a:2:{s:2:\"id\";s:7:\"2484-11\";s:4:\"name\";s:8:\"business\";}i:572;a:2:{s:2:\"id\";s:7:\"2484-12\";s:4:\"name\";s:5:\"Astra\";}i:573;a:2:{s:2:\"id\";s:7:\"2484-13\";s:4:\"name\";s:10:\"consulting\";}i:574;a:2:{s:2:\"id\";s:7:\"2484-14\";s:4:\"name\";s:10:\"consultant\";}i:575;a:2:{s:2:\"id\";s:7:\"2484-15\";s:4:\"name\";s:7:\"company\";}i:576;a:2:{s:2:\"id\";s:7:\"2484-16\";s:4:\"name\";s:8:\"designer\";}i:577;a:2:{s:2:\"id\";s:7:\"2484-17\";s:4:\"name\";s:7:\"website\";}i:578;a:2:{s:2:\"id\";s:7:\"2484-18\";s:4:\"name\";s:8:\"property\";}i:579;a:2:{s:2:\"id\";i:2496;s:4:\"name\";s:17:\"Restaurant & Food\";}i:580;a:2:{s:2:\"id\";s:6:\"2496-0\";s:4:\"name\";s:4:\"food\";}i:581;a:2:{s:2:\"id\";s:6:\"2496-1\";s:4:\"name\";s:10:\"restaurant\";}i:582;a:2:{s:2:\"id\";s:6:\"2496-2\";s:4:\"name\";s:7:\"kitchen\";}i:583;a:2:{s:2:\"id\";s:6:\"2496-3\";s:4:\"name\";s:9:\"breakfast\";}i:584;a:2:{s:2:\"id\";s:6:\"2496-4\";s:4:\"name\";s:6:\"brunch\";}i:585;a:2:{s:2:\"id\";s:6:\"2496-5\";s:4:\"name\";s:6:\"dining\";}i:586;a:2:{s:2:\"id\";s:6:\"2496-6\";s:4:\"name\";s:5:\"diner\";}i:587;a:2:{s:2:\"id\";s:6:\"2496-7\";s:4:\"name\";s:7:\"cooking\";}i:588;a:2:{s:2:\"id\";s:6:\"2496-8\";s:4:\"name\";s:8:\"template\";}i:589;a:2:{s:2:\"id\";s:6:\"2496-9\";s:4:\"name\";s:8:\"business\";}i:590;a:2:{s:2:\"id\";s:7:\"2496-10\";s:4:\"name\";s:5:\"Astra\";}i:591;a:2:{s:2:\"id\";s:7:\"2496-11\";s:4:\"name\";s:7:\"website\";}i:592;a:2:{s:2:\"id\";s:7:\"2496-12\";s:4:\"name\";s:0:\"\";}i:593;a:2:{s:2:\"id\";i:2499;s:4:\"name\";s:10:\"Technology\";}i:594;a:2:{s:2:\"id\";s:6:\"2499-0\";s:4:\"name\";s:4:\"SaaS\";}i:595;a:2:{s:2:\"id\";s:6:\"2499-1\";s:4:\"name\";s:10:\"Mobile App\";}i:596;a:2:{s:2:\"id\";s:6:\"2499-2\";s:4:\"name\";s:4:\"Tech\";}i:597;a:2:{s:2:\"id\";s:6:\"2499-3\";s:4:\"name\";s:7:\"Product\";}i:598;a:2:{s:2:\"id\";s:6:\"2499-4\";s:4:\"name\";s:8:\"Software\";}i:599;a:2:{s:2:\"id\";s:6:\"2499-5\";s:4:\"name\";s:7:\"Startup\";}i:600;a:2:{s:2:\"id\";s:6:\"2499-6\";s:4:\"name\";s:0:\"\";}i:601;a:2:{s:2:\"id\";i:2473;s:4:\"name\";s:9:\"Transport\";}i:602;a:2:{s:2:\"id\";s:6:\"2473-0\";s:4:\"name\";s:6:\"movers\";}i:603;a:2:{s:2:\"id\";s:6:\"2473-1\";s:4:\"name\";s:7:\"packers\";}i:604;a:2:{s:2:\"id\";s:6:\"2473-2\";s:4:\"name\";s:6:\"moving\";}i:605;a:2:{s:2:\"id\";s:6:\"2473-3\";s:4:\"name\";s:6:\"towing\";}i:606;a:2:{s:2:\"id\";s:6:\"2473-4\";s:4:\"name\";s:6:\"rental\";}i:607;a:2:{s:2:\"id\";s:6:\"2473-5\";s:4:\"name\";s:7:\"service\";}i:608;a:2:{s:2:\"id\";s:6:\"2473-6\";s:4:\"name\";s:8:\"services\";}i:609;a:2:{s:2:\"id\";s:6:\"2473-7\";s:4:\"name\";s:8:\"delivery\";}i:610;a:2:{s:2:\"id\";s:6:\"2473-8\";s:4:\"name\";s:8:\"template\";}i:611;a:2:{s:2:\"id\";s:6:\"2473-9\";s:4:\"name\";s:5:\"local\";}i:612;a:2:{s:2:\"id\";s:7:\"2473-10\";s:4:\"name\";s:8:\"business\";}i:613;a:2:{s:2:\"id\";s:7:\"2473-11\";s:4:\"name\";s:5:\"Astra\";}i:614;a:2:{s:2:\"id\";s:7:\"2473-12\";s:4:\"name\";s:7:\"company\";}i:615;a:2:{s:2:\"id\";s:7:\"2473-13\";s:4:\"name\";s:7:\"website\";}i:616;a:2:{s:2:\"id\";s:7:\"2473-14\";s:4:\"name\";s:7:\"courier\";}i:617;a:2:{s:2:\"id\";s:7:\"2473-15\";s:4:\"name\";s:0:\"\";}i:618;a:2:{s:2:\"id\";i:2926;s:4:\"name\";s:5:\"Video\";}i:619;a:2:{s:2:\"id\";s:6:\"2926-0\";s:4:\"name\";s:5:\"video\";}i:620;a:2:{s:2:\"id\";s:6:\"2926-1\";s:4:\"name\";s:4:\"vlog\";}i:621;a:2:{s:2:\"id\";s:6:\"2926-2\";s:4:\"name\";s:7:\"vlogger\";}}',	'no'),
(344,	'astra-sites-all-site-categories',	'a:31:{i:0;a:3:{s:2:\"id\";i:2487;s:4:\"name\";s:6:\"Agency\";s:4:\"slug\";s:6:\"agency\";}i:1;a:3:{s:2:\"id\";i:2486;s:4:\"name\";s:15:\"Art &amp; Music\";s:4:\"slug\";s:9:\"art-music\";}i:2;a:3:{s:2:\"id\";i:2475;s:4:\"name\";s:10:\"Automotive\";s:4:\"slug\";s:10:\"automotive\";}i:3;a:3:{s:2:\"id\";i:2479;s:4:\"name\";s:6:\"Beauty\";s:4:\"slug\";s:6:\"beauty\";}i:4;a:3:{s:2:\"id\";i:2497;s:4:\"name\";s:4:\"Blog\";s:4:\"slug\";s:4:\"blog\";}i:5;a:3:{s:2:\"id\";i:2495;s:4:\"name\";s:9:\"eCommerce\";s:4:\"slug\";s:9:\"ecommerce\";}i:6;a:3:{s:2:\"id\";i:2491;s:4:\"name\";s:22:\"Educational Institutes\";s:4:\"slug\";s:22:\"educational-institutes\";}i:7;a:3:{s:2:\"id\";i:2494;s:4:\"name\";s:9:\"eLearning\";s:4:\"slug\";s:9:\"elearning\";}i:8;a:3:{s:2:\"id\";i:2489;s:4:\"name\";s:16:\"Event Invitation\";s:4:\"slug\";s:16:\"event-invitation\";}i:9;a:3:{s:2:\"id\";i:2483;s:4:\"name\";s:15:\"Expert Services\";s:4:\"slug\";s:15:\"expert-services\";}i:10;a:3:{s:2:\"id\";i:2481;s:4:\"name\";s:15:\"Finance Service\";s:4:\"slug\";s:15:\"finance-service\";}i:11;a:3:{s:2:\"id\";i:2480;s:4:\"name\";s:22:\"Fitness &amp; Wellness\";s:4:\"slug\";s:16:\"fitness-wellness\";}i:12;a:3:{s:2:\"id\";i:2476;s:4:\"name\";s:9:\"Gardening\";s:4:\"slug\";s:9:\"gardening\";}i:13;a:3:{s:2:\"id\";i:2490;s:4:\"name\";s:10:\"Healthcare\";s:4:\"slug\";s:10:\"healthcare\";}i:14;a:3:{s:2:\"id\";i:2477;s:4:\"name\";s:13:\"Home Services\";s:4:\"slug\";s:13:\"home-services\";}i:15;a:3:{s:2:\"id\";i:2498;s:4:\"name\";s:18:\"Hotel &amp; Travel\";s:4:\"slug\";s:12:\"hotel-travel\";}i:16;a:3:{s:2:\"id\";i:2482;s:4:\"name\";s:3:\"Law\";s:4:\"slug\";s:3:\"law\";}i:17;a:3:{s:2:\"id\";i:2478;s:4:\"name\";s:17:\"Local Storefronts\";s:4:\"slug\";s:17:\"local-storefronts\";}i:18;a:3:{s:2:\"id\";i:2471;s:4:\"name\";s:16:\"Local Technician\";s:4:\"slug\";s:16:\"local-technician\";}i:19;a:3:{s:2:\"id\";i:2474;s:4:\"name\";s:13:\"Manufacturing\";s:4:\"slug\";s:13:\"manufacturing\";}i:20;a:3:{s:2:\"id\";i:2500;s:4:\"name\";s:12:\"Multipurpose\";s:4:\"slug\";s:12:\"multipurpose\";}i:21;a:3:{s:2:\"id\";i:2492;s:4:\"name\";s:10:\"Non Profit\";s:4:\"slug\";s:10:\"non-profit\";}i:22;a:3:{s:2:\"id\";i:2927;s:4:\"name\";s:8:\"One Page\";s:4:\"slug\";s:8:\"one-page\";}i:23;a:3:{s:2:\"id\";i:2472;s:4:\"name\";s:4:\"Pets\";s:4:\"slug\";s:4:\"pets\";}i:24;a:3:{s:2:\"id\";i:2485;s:4:\"name\";s:11:\"Photography\";s:4:\"slug\";s:11:\"photography\";}i:25;a:3:{s:2:\"id\";i:2488;s:4:\"name\";s:9:\"Portfolio\";s:4:\"slug\";s:9:\"portfolio\";}i:26;a:3:{s:2:\"id\";i:2484;s:4:\"name\";s:11:\"Real Estate\";s:4:\"slug\";s:11:\"real-estate\";}i:27;a:3:{s:2:\"id\";i:2496;s:4:\"name\";s:21:\"Restaurant &amp; Food\";s:4:\"slug\";s:15:\"restaurant-food\";}i:28;a:3:{s:2:\"id\";i:2499;s:4:\"name\";s:10:\"Technology\";s:4:\"slug\";s:10:\"technology\";}i:29;a:3:{s:2:\"id\";i:2473;s:4:\"name\";s:9:\"Transport\";s:4:\"slug\";s:9:\"transport\";}i:30;a:3:{s:2:\"id\";i:2926;s:4:\"name\";s:5:\"Video\";s:4:\"slug\";s:5:\"video\";}}',	'no'),
(345,	'astra-sites-and-pages-page-25',	'a:15:{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:\"\";}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 &amp; Fitness\";s:2:\"id\";i:21096;s:12:\"publish-date\";i:1552457748;s:18:\"featured-image-url\";s:75:\"https://websitedemos.net/wp-content/uploads/2019/07/fitness-center-home.jpg\";s:19:\"thumbnail-image-url\";s:75:\"https://websitedemos.net/wp-content/uploads/2019/07/fitness-center-home.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:75:\"https://websitedemos.net/wp-content/uploads/2019/07/fitness-center-home.jpg\";s:14:\"astra-site-url\";s:36:\"//websitedemos.net/fitness-center-06\";s:20:\"astra-site-parent-id\";i:162;s:15:\"astra-sites-tag\";a:9:{i:502;s:8:\"exercise\";i:499;s:7:\"fitness\";i:505;s:15:\"fitness-trainer\";i:506;s:19:\"functional-training\";i:500;s:3:\"gym\";i:976;s:14:\"gym-instructor\";i:504;s:11:\"gym-trainer\";i:503;s:7:\"trainer\";i:501;s:8:\"work-out\";}s:16:\"astra-sites-type\";s:11:\"agency-mini\";s:19:\"astra-site-category\";a:1:{i:27;s:8:\"business\";}s:29:\"astra-sites-template-category\";a:0:{}s:23:\"astra-site-page-builder\";s:5:\"brizy\";s:10:\"categories\";a:0:{}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:11:\"astra-addon\";s:4:\"init\";s:27:\"astra-addon/astra-addon.php\";s:4:\"name\";s:9:\"Astra Pro\";}i:1;a:3:{s:4:\"slug\";s:5:\"brizy\";s:4:\"init\";s:15:\"brizy/brizy.php\";s:4:\"name\";s:5:\"Brizy\";}}s:11:\"post-status\";s:7:\"publish\";s:12:\"post-content\";s:0:\"\";s:12:\"post-excerpt\";s:0:\"\";s:5:\"pages\";a:4:{s:8:\"id-23543\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:75:\"https://websitedemos.net/wp-content/uploads/2019/07/fitness-center-home.jpg\";s:19:\"thumbnail-image-url\";s:75:\"https://websitedemos.net/wp-content/uploads/2019/07/fitness-center-home.jpg\";s:18:\"astra-page-api-url\";s:66:\"https://websitedemos.net/fitness-center-06/wp-json/wp/v2/pages/193\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:37:\"//websitedemos.net/fitness-center-06/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:5:\"brizy\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:5:\"brizy\";s:4:\"init\";s:15:\"brizy/brizy.php\";s:4:\"name\";s:5:\"Brizy\";}}}s:8:\"id-23541\";a:12:{s:5:\"title\";s:7:\"Classes\";s:18:\"featured-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2019/07/fitness-center-classes.jpg\";s:19:\"thumbnail-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2019/07/fitness-center-classes.jpg\";s:18:\"astra-page-api-url\";s:66:\"https://websitedemos.net/fitness-center-06/wp-json/wp/v2/pages/241\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:45:\"//websitedemos.net/fitness-center-06/classes/\";s:15:\"astra-sites-tag\";a:1:{i:557;s:7:\"classes\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:5:\"brizy\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:5:\"brizy\";s:4:\"init\";s:15:\"brizy/brizy.php\";s:4:\"name\";s:5:\"Brizy\";}}}s:8:\"id-23539\";a:12:{s:5:\"title\";s:5:\"About\";s:18:\"featured-image-url\";s:76:\"https://websitedemos.net/wp-content/uploads/2019/07/fitness-center-about.jpg\";s:19:\"thumbnail-image-url\";s:76:\"https://websitedemos.net/wp-content/uploads/2019/07/fitness-center-about.jpg\";s:18:\"astra-page-api-url\";s:66:\"https://websitedemos.net/fitness-center-06/wp-json/wp/v2/pages/246\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:43:\"//websitedemos.net/fitness-center-06/about/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:5:\"brizy\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:5:\"brizy\";s:4:\"init\";s:15:\"brizy/brizy.php\";s:4:\"name\";s:5:\"Brizy\";}}}s:8:\"id-23542\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2019/07/fitness-center-contact.jpg\";s:19:\"thumbnail-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2019/07/fitness-center-contact.jpg\";s:18:\"astra-page-api-url\";s:66:\"https://websitedemos.net/fitness-center-06/wp-json/wp/v2/pages/252\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:45:\"//websitedemos.net/fitness-center-06/contact/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:5:\"brizy\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:5:\"brizy\";s:4:\"init\";s:15:\"brizy/brizy.php\";s:4:\"name\";s:5:\"Brizy\";}}}}s:19:\"related-bb-template\";s:0:\"\";s:26:\"related-elementor-template\";s:0:\"\";s:26:\"related-gutenberg-template\";s:0:\"\";}s: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:\"\";}}',	'no'),
(346,	'astra-sites-and-pages-page-26',	'a:15:{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:\"\";}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:\"\";}}',	'no'),
(347,	'astra-sites-and-pages-page-27',	'a:15:{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:1215:\"<!-- wp:paragraph -->\n<p>The Sierra Nature 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 theme!</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>Key features of the Sierra Nature template</h2>\n<!-- /wp:heading -->\n\n<!-- wp:list -->\n<ul><!-- wp:list-item -->\n<li>Powerful opening image with parallax effect</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Alternating dark and light areas within pages works well</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Modern fonts are engaging and easy to read</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Customizable content areas to tell your story</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Full compatibility with leading page builders</li>\n<!-- /wp:list-item --></ul>\n<!-- /wp:list -->\";s:12:\"post-excerpt\";s:81:\"Impactful modern design with lots of modern touches for use in any business niche\";s:5:\"pages\";a:5:{s:8:\"id-23008\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:85:\"https://websitedemos.net/wp-content/uploads/2019/07/sierra-nature-home-screenshot.png\";s:19:\"thumbnail-image-url\";s:85:\"https://websitedemos.net/wp-content/uploads/2019/07/sierra-nature-home-screenshot.png\";s:18:\"astra-page-api-url\";s:63:\"https://websitedemos.net/sierra-nature-02/wp-json/wp/v2/pages/6\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:36:\"//websitedemos.net/sierra-nature-02/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-23005\";a:12:{s:5:\"title\";s:5:\"About\";s:18:\"featured-image-url\";s:86:\"https://websitedemos.net/wp-content/uploads/2019/07/sierra-nature-about-screenshot.png\";s:19:\"thumbnail-image-url\";s:86:\"https://websitedemos.net/wp-content/uploads/2019/07/sierra-nature-about-screenshot.png\";s:18:\"astra-page-api-url\";s:63:\"https://websitedemos.net/sierra-nature-02/wp-json/wp/v2/pages/7\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:42:\"//websitedemos.net/sierra-nature-02/about/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-23010\";a:12:{s:5:\"title\";s:8:\"Services\";s:18:\"featured-image-url\";s:89:\"https://websitedemos.net/wp-content/uploads/2019/07/sierra-nature-services-screenshot.png\";s:19:\"thumbnail-image-url\";s:89:\"https://websitedemos.net/wp-content/uploads/2019/07/sierra-nature-services-screenshot.png\";s:18:\"astra-page-api-url\";s:63:\"https://websitedemos.net/sierra-nature-02/wp-json/wp/v2/pages/8\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:45:\"//websitedemos.net/sierra-nature-02/services/\";s:15:\"astra-sites-tag\";a:1:{i:425;s:8:\"services\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-23009\";a:12:{s:5:\"title\";s:8:\"Projects\";s:18:\"featured-image-url\";s:89:\"https://websitedemos.net/wp-content/uploads/2019/07/sierra-nature-projects-screenshot.png\";s:19:\"thumbnail-image-url\";s:89:\"https://websitedemos.net/wp-content/uploads/2019/07/sierra-nature-projects-screenshot.png\";s:18:\"astra-page-api-url\";s:63:\"https://websitedemos.net/sierra-nature-02/wp-json/wp/v2/pages/9\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:45:\"//websitedemos.net/sierra-nature-02/projects/\";s:15:\"astra-sites-tag\";a:1:{i:424;s:7:\"project\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-23007\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:88:\"https://websitedemos.net/wp-content/uploads/2019/07/sierra-nature-contact-screenshot.png\";s:19:\"thumbnail-image-url\";s:88:\"https://websitedemos.net/wp-content/uploads/2019/07/sierra-nature-contact-screenshot.png\";s:18:\"astra-page-api-url\";s:64:\"https://websitedemos.net/sierra-nature-02/wp-json/wp/v2/pages/10\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:44:\"//websitedemos.net/sierra-nature-02/contact/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}}s:19:\"related-bb-template\";i:19881;s:26:\"related-elementor-template\";i:19814;s:26:\"related-gutenberg-template\";i:48103;}s: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:\"\";}}',	'no');
INSERT INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES
(348,	'astra-sites-and-pages-page-28',	'a:15:{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:926:\"<!-- wp:paragraph -->\n<p>The Sierra Industry 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><li>Full screen image communicates instantly</li><li>Combination of subtle fonts and bold colors</li><li>Customizable content areas throughout</li><li>Equally attractive supplementary pages</li><li>Full compatibility with leading page builders</li></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:\"\";}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\";s:80:\"https://websitedemos.net/wp-content/uploads/2019/07/interior-firm-02-contact.jpg\";s:18:\"astra-page-api-url\";s:64:\"https://websitedemos.net/interior-firm-02/wp-json/wp/v2/pages/15\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:44:\"//websitedemos.net/interior-firm-02/contact/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}}s:19:\"related-bb-template\";i:19598;s:26:\"related-elementor-template\";i:19557;s:26:\"related-gutenberg-template\";i:64831;}s:8:\"id-19598\";a:22:{s:5:\"title\";s:20:\"Interior Design Firm\";s:2:\"id\";i:19598;s:12:\"publish-date\";i:1543819741;s:18:\"featured-image-url\";s:81:\"https://websitedemos.net/wp-content/uploads/2019/07/interior-firm-01-homepage.jpg\";s:19:\"thumbnail-image-url\";s:81:\"https://websitedemos.net/wp-content/uploads/2019/07/interior-firm-01-homepage.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:81:\"https://websitedemos.net/wp-content/uploads/2019/07/interior-firm-01-homepage.jpg\";s:14:\"astra-site-url\";s:35:\"//websitedemos.net/interior-firm-01\";s:20:\"astra-site-parent-id\";i:314;s:15:\"astra-sites-tag\";a:8:{i:435;s:12:\"architecture\";i:979;s:7:\"company\";i:436;s:8:\"interior\";i:434;s:15:\"interior-design\";i:981;s:17:\"interior-designer\";i:422;s:11:\"landscaping\";i:812;s:6:\"office\";i:437;s:6:\"zoning\";}s:16:\"astra-sites-type\";s:4:\"free\";s:19:\"astra-site-category\";a:2:{i:27;s:8:\"business\";i:39;s:4:\"free\";}s:29:\"astra-sites-template-category\";a:0:{}s:23:\"astra-site-page-builder\";s:14:\"beaver-builder\";s:10:\"categories\";a:1:{i:2484;s:11:\"real-estate\";}s:16:\"required-plugins\";a:3:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:39:\"ultimate-addons-for-beaver-builder-lite\";s:4:\"init\";s:61:\"ultimate-addons-for-beaver-builder-lite/bb-ultimate-addon.php\";s:4:\"name\";s:41:\"Ultimate Addons for Beaver Builder - Lite\";}i:2;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:11:\"post-status\";s:7:\"publish\";s:12:\"post-content\";s:0:\"\";s:12:\"post-excerpt\";s:0:\"\";s:5:\"pages\";a:5:{s:8:\"id-25282\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:81:\"https://websitedemos.net/wp-content/uploads/2019/07/interior-firm-01-homepage.jpg\";s:19:\"thumbnail-image-url\";s:81:\"https://websitedemos.net/wp-content/uploads/2019/07/interior-firm-01-homepage.jpg\";s:18:\"astra-page-api-url\";s:63:\"https://websitedemos.net/interior-firm-01/wp-json/wp/v2/pages/5\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:36:\"//websitedemos.net/interior-firm-01/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:39:\"ultimate-addons-for-beaver-builder-lite\";s:4:\"init\";s:61:\"ultimate-addons-for-beaver-builder-lite/bb-ultimate-addon.php\";s:4:\"name\";s:41:\"Ultimate Addons for Beaver Builder - Lite\";}}}s:8:\"id-25283\";a:12:{s:5:\"title\";s:9:\"Portfolio\";s:18:\"featured-image-url\";s:82:\"https://websitedemos.net/wp-content/uploads/2019/07/interior-firm-01-portfolio.jpg\";s:19:\"thumbnail-image-url\";s:82:\"https://websitedemos.net/wp-content/uploads/2019/07/interior-firm-01-portfolio.jpg\";s:18:\"astra-page-api-url\";s:63:\"https://websitedemos.net/interior-firm-01/wp-json/wp/v2/pages/6\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:46:\"//websitedemos.net/interior-firm-01/portfolio/\";s:15:\"astra-sites-tag\";a:1:{i:444;s:9:\"portfolio\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:39:\"ultimate-addons-for-beaver-builder-lite\";s:4:\"init\";s:61:\"ultimate-addons-for-beaver-builder-lite/bb-ultimate-addon.php\";s:4:\"name\";s:41:\"Ultimate Addons for Beaver Builder - Lite\";}}}s:8:\"id-25279\";a:12:{s:5:\"title\";s:5:\"About\";s:18:\"featured-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2019/07/interior-firm-01-about.jpg\";s:19:\"thumbnail-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2019/07/interior-firm-01-about.jpg\";s:18:\"astra-page-api-url\";s:63:\"https://websitedemos.net/interior-firm-01/wp-json/wp/v2/pages/8\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:42:\"//websitedemos.net/interior-firm-01/about/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:39:\"ultimate-addons-for-beaver-builder-lite\";s:4:\"init\";s:61:\"ultimate-addons-for-beaver-builder-lite/bb-ultimate-addon.php\";s:4:\"name\";s:41:\"Ultimate Addons for Beaver Builder - Lite\";}}}s:8:\"id-25284\";a:12:{s:5:\"title\";s:12:\"Testimonials\";s:18:\"featured-image-url\";s:87:\"https://websitedemos.net/wp-content/uploads/2019/07/interior-firm-01-testimonials-1.jpg\";s:19:\"thumbnail-image-url\";s:87:\"https://websitedemos.net/wp-content/uploads/2019/07/interior-firm-01-testimonials-1.jpg\";s:18:\"astra-page-api-url\";s:64:\"https://websitedemos.net/interior-firm-01/wp-json/wp/v2/pages/16\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:49:\"//websitedemos.net/interior-firm-01/testimonials/\";s:15:\"astra-sites-tag\";a:1:{i:433;s:12:\"testimonials\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:39:\"ultimate-addons-for-beaver-builder-lite\";s:4:\"init\";s:61:\"ultimate-addons-for-beaver-builder-lite/bb-ultimate-addon.php\";s:4:\"name\";s:41:\"Ultimate Addons for Beaver Builder - Lite\";}}}s:8:\"id-25281\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2019/07/interior-firm-01-contact.jpg\";s:19:\"thumbnail-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2019/07/interior-firm-01-contact.jpg\";s:18:\"astra-page-api-url\";s:64:\"https://websitedemos.net/interior-firm-01/wp-json/wp/v2/pages/15\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:44:\"//websitedemos.net/interior-firm-01/contact/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:3:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:39:\"ultimate-addons-for-beaver-builder-lite\";s:4:\"init\";s:61:\"ultimate-addons-for-beaver-builder-lite/bb-ultimate-addon.php\";s:4:\"name\";s:41:\"Ultimate Addons for Beaver Builder - Lite\";}i:2;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}}s:19:\"related-bb-template\";s:0:\"\";s:26:\"related-elementor-template\";s:0:\"\";s:26:\"related-gutenberg-template\";s:0:\"\";}s:8:\"id-48496\";a:22:{s:5:\"title\";s:20:\"Interior Design Firm\";s:2:\"id\";i:48496;s:12:\"publish-date\";i:1603984630;s:18:\"featured-image-url\";s:72:\"https://websitedemos.net/wp-content/uploads/2020/10/interior-firm-08.jpg\";s:19:\"thumbnail-image-url\";s:81:\"https://websitedemos.net/wp-content/uploads/2020/10/interior-firm-08-600x2293.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:81:\"https://websitedemos.net/wp-content/uploads/2020/10/interior-firm-08-400x1528.jpg\";s:14:\"astra-site-url\";s:35:\"//websitedemos.net/interior-firm-08\";s:20:\"astra-site-parent-id\";i:1742;s:15:\"astra-sites-tag\";a:6:{i:435;s:12:\"architecture\";i:436;s:8:\"interior\";i:434;s:15:\"interior-design\";i:422;s:11:\"landscaping\";i:1022;s:12:\"professional\";i:437;s:6:\"zoning\";}s:16:\"astra-sites-type\";s:4:\"free\";s:19:\"astra-site-category\";a:2:{i:27;s:8:\"business\";i:39;s:4:\"free\";}s:29:\"astra-sites-template-category\";a:0:{}s:23:\"astra-site-page-builder\";s:9:\"gutenberg\";s:10:\"categories\";a:2:{i:2488;s:9:\"portfolio\";i:2484;s:11:\"real-estate\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:11:\"post-status\";s:7:\"publish\";s:12:\"post-content\";s:0:\"\";s:12:\"post-excerpt\";s:0:\"\";s:5:\"pages\";a:5:{s:8:\"id-48499\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:72:\"https://websitedemos.net/wp-content/uploads/2020/10/interior-firm-08.jpg\";s:19:\"thumbnail-image-url\";s:81:\"https://websitedemos.net/wp-content/uploads/2020/10/interior-firm-08-600x2293.jpg\";s:18:\"astra-page-api-url\";s:66:\"https://websitedemos.net/interior-firm-08/wp-json/wp/v2/pages/1224\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:36:\"//websitedemos.net/interior-firm-08/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}}s:8:\"id-48500\";a:12:{s:5:\"title\";s:9:\"Portfolio\";s:18:\"featured-image-url\";s:81:\"https://websitedemos.net/wp-content/uploads/2020/10/interior-firm-08-projects.jpg\";s:19:\"thumbnail-image-url\";s:90:\"https://websitedemos.net/wp-content/uploads/2020/10/interior-firm-08-projects-600x1792.jpg\";s:18:\"astra-page-api-url\";s:66:\"https://websitedemos.net/interior-firm-08/wp-json/wp/v2/pages/1182\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:46:\"//websitedemos.net/interior-firm-08/portfolio/\";s:15:\"astra-sites-tag\";a:1:{i:444;s:9:\"portfolio\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}}s:8:\"id-48497\";a:12:{s:5:\"title\";s:5:\"About\";s:18:\"featured-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2020/10/interior-firm-08-about-1.jpg\";s:19:\"thumbnail-image-url\";s:89:\"https://websitedemos.net/wp-content/uploads/2020/10/interior-firm-08-about-1-600x1592.jpg\";s:18:\"astra-page-api-url\";s:66:\"https://websitedemos.net/interior-firm-08/wp-json/wp/v2/pages/1184\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:42:\"//websitedemos.net/interior-firm-08/about/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}}s:8:\"id-48501\";a:12:{s:5:\"title\";s:12:\"Testimonials\";s:18:\"featured-image-url\";s:84:\"https://websitedemos.net/wp-content/uploads/2020/10/interior-firm-08-testimonial.jpg\";s:19:\"thumbnail-image-url\";s:93:\"https://websitedemos.net/wp-content/uploads/2020/10/interior-firm-08-testimonial-600x1090.jpg\";s:18:\"astra-page-api-url\";s:66:\"https://websitedemos.net/interior-firm-08/wp-json/wp/v2/pages/1186\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:49:\"//websitedemos.net/interior-firm-08/testimonials/\";s:15:\"astra-sites-tag\";a:1:{i:433;s:12:\"testimonials\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}}s:8:\"id-48498\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:82:\"https://websitedemos.net/wp-content/uploads/2020/10/interior-firm-08-contact-1.jpg\";s:19:\"thumbnail-image-url\";s:91:\"https://websitedemos.net/wp-content/uploads/2020/10/interior-firm-08-contact-1-600x1316.jpg\";s:18:\"astra-page-api-url\";s:66:\"https://websitedemos.net/interior-firm-08/wp-json/wp/v2/pages/1188\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:44:\"//websitedemos.net/interior-firm-08/contact/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}}s:19:\"related-bb-template\";s:0:\"\";s:26:\"related-elementor-template\";s:0:\"\";s:26:\"related-gutenberg-template\";s:0:\"\";}s:8:\"id-19111\";a:22:{s:5:\"title\";s:14:\"A/C Technician\";s:2:\"id\";i:19111;s:12:\"publish-date\";i:1535102708;s:18:\"featured-image-url\";s:74:\"https://websitedemos.net/wp-content/uploads/2019/07/ac-technician-home.jpg\";s:19:\"thumbnail-image-url\";s:74:\"https://websitedemos.net/wp-content/uploads/2019/07/ac-technician-home.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:74:\"https://websitedemos.net/wp-content/uploads/2019/07/ac-technician-home.jpg\";s:14:\"astra-site-url\";s:35:\"//websitedemos.net/ac-technician-01\";s:20:\"astra-site-parent-id\";i:292;s:15:\"astra-sites-tag\";a:4:{i:599;s:9:\"ac-repair\";i:439;s:14:\"local-services\";i:600;s:15:\"repair-services\";i:441;s:10:\"technician\";}s:16:\"astra-sites-type\";s:4:\"free\";s:19:\"astra-site-category\";a:2:{i:27;s:8:\"business\";i:39;s:4:\"free\";}s:29:\"astra-sites-template-category\";a:0:{}s:23:\"astra-site-page-builder\";s:14:\"beaver-builder\";s:10:\"categories\";a:1:{i:2471;s:16:\"local-technician\";}s:16:\"required-plugins\";a:4:{i:0;a:3:{s:4:\"slug\";s:13:\"astra-widgets\";s:4:\"init\";s:31:\"astra-widgets/astra-widgets.php\";s:4:\"name\";s:13:\"Astra Widgets\";}i:1;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:2;a:3:{s:4:\"slug\";s:39:\"ultimate-addons-for-beaver-builder-lite\";s:4:\"init\";s:61:\"ultimate-addons-for-beaver-builder-lite/bb-ultimate-addon.php\";s:4:\"name\";s:41:\"Ultimate Addons for Beaver Builder - Lite\";}i:3;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:11:\"post-status\";s:7:\"publish\";s:12:\"post-content\";s:0:\"\";s:12:\"post-excerpt\";s:0:\"\";s:5:\"pages\";a:4:{s:8:\"id-25048\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:74:\"https://websitedemos.net/wp-content/uploads/2019/07/ac-technician-home.jpg\";s:19:\"thumbnail-image-url\";s:74:\"https://websitedemos.net/wp-content/uploads/2019/07/ac-technician-home.jpg\";s:18:\"astra-page-api-url\";s:63:\"https://websitedemos.net/ac-technician-01/wp-json/wp/v2/pages/6\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:36:\"//websitedemos.net/ac-technician-01/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:39:\"ultimate-addons-for-beaver-builder-lite\";s:4:\"init\";s:61:\"ultimate-addons-for-beaver-builder-lite/bb-ultimate-addon.php\";s:4:\"name\";s:41:\"Ultimate Addons for Beaver Builder - Lite\";}}}s:8:\"id-25049\";a:12:{s:5:\"title\";s:8:\"Services\";s:18:\"featured-image-url\";s:83:\"https://websitedemos.net/wp-content/uploads/2019/07/ac-technician-01-services02.jpg\";s:19:\"thumbnail-image-url\";s:83:\"https://websitedemos.net/wp-content/uploads/2019/07/ac-technician-01-services02.jpg\";s:18:\"astra-page-api-url\";s:63:\"https://websitedemos.net/ac-technician-01/wp-json/wp/v2/pages/8\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:45:\"//websitedemos.net/ac-technician-01/services/\";s:15:\"astra-sites-tag\";a:1:{i:425;s:8:\"services\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:39:\"ultimate-addons-for-beaver-builder-lite\";s:4:\"init\";s:61:\"ultimate-addons-for-beaver-builder-lite/bb-ultimate-addon.php\";s:4:\"name\";s:41:\"Ultimate Addons for Beaver Builder - Lite\";}}}s:8:\"id-25045\";a:12:{s:5:\"title\";s:5:\"About\";s:18:\"featured-image-url\";s:75:\"https://websitedemos.net/wp-content/uploads/2019/07/ac-technician-about.jpg\";s:19:\"thumbnail-image-url\";s:75:\"https://websitedemos.net/wp-content/uploads/2019/07/ac-technician-about.jpg\";s:18:\"astra-page-api-url\";s:63:\"https://websitedemos.net/ac-technician-01/wp-json/wp/v2/pages/7\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:42:\"//websitedemos.net/ac-technician-01/about/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:39:\"ultimate-addons-for-beaver-builder-lite\";s:4:\"init\";s:61:\"ultimate-addons-for-beaver-builder-lite/bb-ultimate-addon.php\";s:4:\"name\";s:41:\"Ultimate Addons for Beaver Builder - Lite\";}}}s:8:\"id-25047\";a:12:{s:5:\"title\";s:10:\"Contact Us\";s:18:\"featured-image-url\";s:77:\"https://websitedemos.net/wp-content/uploads/2019/07/ac-technician-contact.jpg\";s:19:\"thumbnail-image-url\";s:77:\"https://websitedemos.net/wp-content/uploads/2019/07/ac-technician-contact.jpg\";s:18:\"astra-page-api-url\";s:63:\"https://websitedemos.net/ac-technician-01/wp-json/wp/v2/pages/9\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:47:\"//websitedemos.net/ac-technician-01/contact-us/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:3:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:39:\"ultimate-addons-for-beaver-builder-lite\";s:4:\"init\";s:61:\"ultimate-addons-for-beaver-builder-lite/bb-ultimate-addon.php\";s:4:\"name\";s:41:\"Ultimate Addons for Beaver Builder - Lite\";}i:2;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}}s:19:\"related-bb-template\";s:0:\"\";s:26:\"related-elementor-template\";s:0:\"\";s:26:\"related-gutenberg-template\";s:0:\"\";}s:8:\"id-47957\";a:22:{s:5:\"title\";s:18:\"Italian Restaurant\";s:2:\"id\";i:47957;s:12:\"publish-date\";i:1603828772;s:18:\"featured-image-url\";s:77:\"https://websitedemos.net/wp-content/uploads/2020/10/italian-restaurant-08.jpg\";s:19:\"thumbnail-image-url\";s:86:\"https://websitedemos.net/wp-content/uploads/2020/10/italian-restaurant-08-600x2375.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:86:\"https://websitedemos.net/wp-content/uploads/2020/10/italian-restaurant-08-400x1583.jpg\";s:14:\"astra-site-url\";s:40:\"//websitedemos.net/italian-restaurant-08\";s:20:\"astra-site-parent-id\";i:1689;s:15:\"astra-sites-tag\";a:10:{i:562;s:6:\"bistro\";i:972;s:4:\"club\";i:560;s:7:\"cuisine\";i:561;s:6:\"eatery\";i:336;s:4:\"food\";i:350;s:5:\"hotel\";i:563;s:18:\"italian-restaurant\";i:559;s:6:\"outlet\";i:335;s:10:\"restaurant\";i:970;s:6:\"restro\";}s:16:\"astra-sites-type\";s:4:\"free\";s:19:\"astra-site-category\";a:2:{i:27;s:8:\"business\";i:39;s:4:\"free\";}s:29:\"astra-sites-template-category\";a:0:{}s:23:\"astra-site-page-builder\";s:9:\"gutenberg\";s:10:\"categories\";a:1:{i:2496;s:15:\"restaurant-food\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}i:1;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}s:11:\"post-status\";s:7:\"publish\";s:12:\"post-content\";s:0:\"\";s:12:\"post-excerpt\";s:0:\"\";s:5:\"pages\";a:4:{s:8:\"id-47960\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:77:\"https://websitedemos.net/wp-content/uploads/2020/10/italian-restaurant-08.jpg\";s:19:\"thumbnail-image-url\";s:86:\"https://websitedemos.net/wp-content/uploads/2020/10/italian-restaurant-08-600x2375.jpg\";s:18:\"astra-page-api-url\";s:69:\"https://websitedemos.net/italian-restaurant-08/wp-json/wp/v2/pages/56\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:41:\"//websitedemos.net/italian-restaurant-08/\";s:15:\"astra-sites-tag\";a:2:{i:423;s:4:\"home\";i:814;s:8:\"homepage\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}}s:8:\"id-47961\";a:12:{s:5:\"title\";s:4:\"Menu\";s:18:\"featured-image-url\";s:84:\"https://websitedemos.net/wp-content/uploads/2020/10/italian-restaurant-08-menu-2.jpg\";s:19:\"thumbnail-image-url\";s:93:\"https://websitedemos.net/wp-content/uploads/2020/10/italian-restaurant-08-menu-2-600x2011.jpg\";s:18:\"astra-page-api-url\";s:69:\"https://websitedemos.net/italian-restaurant-08/wp-json/wp/v2/pages/54\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:46:\"//websitedemos.net/italian-restaurant-08/menu/\";s:15:\"astra-sites-tag\";a:2:{i:1579;s:9:\"food-menu\";i:565;s:4:\"menu\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}}s:8:\"id-47958\";a:12:{s:5:\"title\";s:5:\"About\";s:18:\"featured-image-url\";s:86:\"https://websitedemos.net/wp-content/uploads/2020/10/italian-restaurant-08-about-us.jpg\";s:19:\"thumbnail-image-url\";s:95:\"https://websitedemos.net/wp-content/uploads/2020/10/italian-restaurant-08-about-us-600x1754.jpg\";s:18:\"astra-page-api-url\";s:69:\"https://websitedemos.net/italian-restaurant-08/wp-json/wp/v2/pages/53\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:47:\"//websitedemos.net/italian-restaurant-08/about/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}}s:8:\"id-47959\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:87:\"https://websitedemos.net/wp-content/uploads/2020/10/italian-restaurant-08-contact-2.jpg\";s:19:\"thumbnail-image-url\";s:96:\"https://websitedemos.net/wp-content/uploads/2020/10/italian-restaurant-08-contact-2-600x1278.jpg\";s:18:\"astra-page-api-url\";s:69:\"https://websitedemos.net/italian-restaurant-08/wp-json/wp/v2/pages/55\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:49:\"//websitedemos.net/italian-restaurant-08/contact/\";s:15:\"astra-sites-tag\";a:2:{i:415;s:7:\"contact\";i:454;s:10:\"contact-us\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}}s:19:\"related-bb-template\";s:0:\"\";s:26:\"related-elementor-template\";s:0:\"\";s:26:\"related-gutenberg-template\";s:0:\"\";}s:8:\"id-18762\";a:22:{s:5:\"title\";s:14:\"A/C Technician\";s:2:\"id\";i:18762;s:12:\"publish-date\";i:1535102425;s:18:\"featured-image-url\";s:98:\"https://websitedemos.net/wp-content/uploads/2019/07/ac-technician-elementor-homepage-sceenshot.jpg\";s:19:\"thumbnail-image-url\";s:98:\"https://websitedemos.net/wp-content/uploads/2019/07/ac-technician-elementor-homepage-sceenshot.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:98:\"https://websitedemos.net/wp-content/uploads/2019/07/ac-technician-elementor-homepage-sceenshot.jpg\";s:14:\"astra-site-url\";s:35:\"//websitedemos.net/ac-technician-02\";s:20:\"astra-site-parent-id\";i:294;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:\"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:941:\"<!-- wp:paragraph -->\n<p>The A/C Technician template is a business-like design with a bold homepage and an illustrative image in the hero section. Combined with a direct call to action in the schedule button, it accomplishes its core goal immediately.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The rest of the template offers opportunities to outline products and services, areas of specialization and testimonials. All things a contractor, trade or business website needs to convert visitors into new customers.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>Key features of the A/C Technician template</h2>\n<!-- /wp:heading -->\n\n<!-- wp:list -->\n<ul><li>Simple, effective website design ideal for the trades</li><li>Effective hero image with call to action</li><li>Customizable content areas for extra content</li><li>Attractive contact form</li><li>Full compatibility with leading page builders</li></ul>\n<!-- /wp:list -->\";s:12:\"post-excerpt\";s:71:\"Effective small business website for tradespeople or service businesses\";s:5:\"pages\";a:4:{s:8:\"id-25072\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:98:\"https://websitedemos.net/wp-content/uploads/2019/07/ac-technician-elementor-homepage-sceenshot.jpg\";s:19:\"thumbnail-image-url\";s:98:\"https://websitedemos.net/wp-content/uploads/2019/07/ac-technician-elementor-homepage-sceenshot.jpg\";s:18:\"astra-page-api-url\";s:63:\"https://websitedemos.net/ac-technician-02/wp-json/wp/v2/pages/6\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:36:\"//websitedemos.net/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-25073\";a:12:{s:5:\"title\";s:8:\"Services\";s:18:\"featured-image-url\";s:81:\"https://websitedemos.net/wp-content/uploads/2019/07/ac-technician-02-services.jpg\";s:19:\"thumbnail-image-url\";s:81:\"https://websitedemos.net/wp-content/uploads/2019/07/ac-technician-02-services.jpg\";s:18:\"astra-page-api-url\";s:63:\"https://websitedemos.net/ac-technician-02/wp-json/wp/v2/pages/8\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:45:\"//websitedemos.net/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:8:\"id-25069\";a:12:{s:5:\"title\";s:5:\"About\";s:18:\"featured-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2019/07/ac-technician-02-about.jpg\";s:19:\"thumbnail-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2019/07/ac-technician-02-about.jpg\";s:18:\"astra-page-api-url\";s:63:\"https://websitedemos.net/ac-technician-02/wp-json/wp/v2/pages/7\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:42:\"//websitedemos.net/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-25071\";a:12:{s:5:\"title\";s:10:\"Contact Us\";s:18:\"featured-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2019/07/ac-technician-02-contact.jpg\";s:19:\"thumbnail-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2019/07/ac-technician-02-contact.jpg\";s:18:\"astra-page-api-url\";s:63:\"https://websitedemos.net/ac-technician-02/wp-json/wp/v2/pages/9\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:47:\"//websitedemos.net/ac-technician-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:19111;s:26:\"related-elementor-template\";i:18762;s:26:\"related-gutenberg-template\";s:0:\"\";}s:8:\"id-18887\";a:22:{s:5:\"title\";s:15:\"MultiMed Clinic\";s:2:\"id\";i:18887;s:12:\"publish-date\";i:1534767021;s:18:\"featured-image-url\";s:72:\"https://websitedemos.net/wp-content/uploads/2019/07/multimed-04-home.jpg\";s:19:\"thumbnail-image-url\";s:72:\"https://websitedemos.net/wp-content/uploads/2019/07/multimed-04-home.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:72:\"https://websitedemos.net/wp-content/uploads/2019/07/multimed-04-home.jpg\";s:14:\"astra-site-url\";s:30:\"//websitedemos.net/multimed-04\";s:20:\"astra-site-parent-id\";i:261;s:15:\"astra-sites-tag\";a:7:{i:337;s:6:\"clinic\";i:601;s:6:\"doctor\";i:604;s:10:\"healthcare\";i:605;s:8:\"hospital\";i:603;s:7:\"medical\";i:606;s:15:\"medical-science\";i:607;s:9:\"treatment\";}s:16:\"astra-sites-type\";s:11:\"agency-mini\";s:19:\"astra-site-category\";a:1:{i:27;s:8:\"business\";}s:29:\"astra-sites-template-category\";a:4:{i:2867;s:6:\"doctor\";i:2834;s:10:\"healthcare\";i:2780;s:8:\"hospital\";i:2841;s:14:\"medical-clinic\";}s:23:\"astra-site-page-builder\";s:9:\"elementor\";s:10:\"categories\";a:1:{i:2490;s:10:\"healthcare\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:11:\"post-status\";s:7:\"publish\";s:12:\"post-content\";s:1019:\"<!-- wp:paragraph -->\n<p>The MultiMed Clinic template engages instantly with a simple header with shaded background image. The use of colors related to medicine tells you exactly what this design is all about, without saying a word.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Talking of words, there are flexible content areas throughout that you can customize to suit your clinic. You can effortlessly outline products and services, surgery times, opening hours, departments and all the information you need to communicate with your audience.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>Key features of the MultiMed Clinic template</h2>\n<!-- /wp:heading -->\n\n<!-- wp:list -->\n<ul><li>Bold opening with colors linked to medicine</li><li>Instantly communicates a message before you read a word</li><li>Customizable content areas throughout the template</li><li>Includes most sections you would expect to see for a clinic</li><li>Full compatibility with leading page builders</li></ul>\n<!-- /wp:list -->\";s:12:\"post-excerpt\";s:81:\"Clean, modern medical website template ideal for clinics, surgeries and hospitals\";s:5:\"pages\";a:6:{s:8:\"id-24729\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:72:\"https://websitedemos.net/wp-content/uploads/2019/07/multimed-04-home.jpg\";s:19:\"thumbnail-image-url\";s:72:\"https://websitedemos.net/wp-content/uploads/2019/07/multimed-04-home.jpg\";s:18:\"astra-page-api-url\";s:58:\"https://websitedemos.net/multimed-04/wp-json/wp/v2/pages/6\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:31:\"//websitedemos.net/multimed-04/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-24724\";a:12:{s:5:\"title\";s:5:\"About\";s:18:\"featured-image-url\";s:73:\"https://websitedemos.net/wp-content/uploads/2019/07/multimed-04-about.jpg\";s:19:\"thumbnail-image-url\";s:73:\"https://websitedemos.net/wp-content/uploads/2019/07/multimed-04-about.jpg\";s:18:\"astra-page-api-url\";s:58:\"https://websitedemos.net/multimed-04/wp-json/wp/v2/pages/7\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:37:\"//websitedemos.net/multimed-04/about/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-24727\";a:12:{s:5:\"title\";s:11:\"Departments\";s:18:\"featured-image-url\";s:72:\"https://websitedemos.net/wp-content/uploads/2019/07/multimed-04-dept.jpg\";s:19:\"thumbnail-image-url\";s:72:\"https://websitedemos.net/wp-content/uploads/2019/07/multimed-04-dept.jpg\";s:18:\"astra-page-api-url\";s:58:\"https://websitedemos.net/multimed-04/wp-json/wp/v2/pages/8\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:43:\"//websitedemos.net/multimed-04/departments/\";s:15:\"astra-sites-tag\";a:1:{i:602;s:11:\"departments\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-24728\";a:12:{s:5:\"title\";s:7:\"Doctors\";s:18:\"featured-image-url\";s:75:\"https://websitedemos.net/wp-content/uploads/2019/07/multimed-04-doctors.jpg\";s:19:\"thumbnail-image-url\";s:75:\"https://websitedemos.net/wp-content/uploads/2019/07/multimed-04-doctors.jpg\";s:18:\"astra-page-api-url\";s:59:\"https://websitedemos.net/multimed-04/wp-json/wp/v2/pages/11\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:39:\"//websitedemos.net/multimed-04/doctors/\";s:15:\"astra-sites-tag\";a:1:{i:601;s:6:\"doctor\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-24730\";a:12:{s:5:\"title\";s:12:\"Testimonials\";s:18:\"featured-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2019/07/multimed-04-testimonials.jpg\";s:19:\"thumbnail-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2019/07/multimed-04-testimonials.jpg\";s:18:\"astra-page-api-url\";s:58:\"https://websitedemos.net/multimed-04/wp-json/wp/v2/pages/9\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:44:\"//websitedemos.net/multimed-04/testimonials/\";s:15:\"astra-sites-tag\";a:1:{i:433;s:12:\"testimonials\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-24726\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:77:\"https://websitedemos.net/wp-content/uploads/2019/07/multimed-04-contact-2.jpg\";s:19:\"thumbnail-image-url\";s:77:\"https://websitedemos.net/wp-content/uploads/2019/07/multimed-04-contact-2.jpg\";s:18:\"astra-page-api-url\";s:59:\"https://websitedemos.net/multimed-04/wp-json/wp/v2/pages/12\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:39:\"//websitedemos.net/multimed-04/contact/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}}s:19:\"related-bb-template\";i:18933;s:26:\"related-elementor-template\";i:18887;s:26:\"related-gutenberg-template\";s:0:\"\";}s:8:\"id-18933\";a:22:{s:5:\"title\";s:15:\"Multimed Clinic\";s:2:\"id\";i:18933;s:12:\"publish-date\";i:1533540957;s:18:\"featured-image-url\";s:72:\"https://websitedemos.net/wp-content/uploads/2019/07/multimed-site-03.jpg\";s:19:\"thumbnail-image-url\";s:72:\"https://websitedemos.net/wp-content/uploads/2019/07/multimed-site-03.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:72:\"https://websitedemos.net/wp-content/uploads/2019/07/multimed-site-03.jpg\";s:14:\"astra-site-url\";s:30:\"//websitedemos.net/multimed-03\";s:20:\"astra-site-parent-id\";i:262;s:15:\"astra-sites-tag\";a:7:{i:337;s:6:\"clinic\";i:601;s:6:\"doctor\";i:604;s:10:\"healthcare\";i:605;s:8:\"hospital\";i:603;s:7:\"medical\";i:606;s:15:\"medical-science\";i:607;s:9:\"treatment\";}s:16:\"astra-sites-type\";s:11:\"agency-mini\";s:19:\"astra-site-category\";a:1:{i:27;s:8:\"business\";}s:29:\"astra-sites-template-category\";a:0:{}s:23:\"astra-site-page-builder\";s:14:\"beaver-builder\";s:10:\"categories\";a:1:{i:2490;s:10:\"healthcare\";}s:16:\"required-plugins\";a:3:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}i:2;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:11:\"post-status\";s:7:\"publish\";s:12:\"post-content\";s:0:\"\";s:12:\"post-excerpt\";s:0:\"\";s:5:\"pages\";a:6:{s:8:\"id-24743\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:72:\"https://websitedemos.net/wp-content/uploads/2019/07/multimed-site-03.jpg\";s:19:\"thumbnail-image-url\";s:72:\"https://websitedemos.net/wp-content/uploads/2019/07/multimed-site-03.jpg\";s:18:\"astra-page-api-url\";s:58:\"https://websitedemos.net/multimed-03/wp-json/wp/v2/pages/9\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:31:\"//websitedemos.net/multimed-03/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}}}s:8:\"id-24738\";a:12:{s:5:\"title\";s:5:\"About\";s:18:\"featured-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2019/07/multimed-03-about-site.jpg\";s:19:\"thumbnail-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2019/07/multimed-03-about-site.jpg\";s:18:\"astra-page-api-url\";s:59:\"https://websitedemos.net/multimed-03/wp-json/wp/v2/pages/10\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:37:\"//websitedemos.net/multimed-03/about/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}}}s:8:\"id-24741\";a:12:{s:5:\"title\";s:11:\"Departments\";s:18:\"featured-image-url\";s:84:\"https://websitedemos.net/wp-content/uploads/2019/07/multimed-03-departments-site.jpg\";s:19:\"thumbnail-image-url\";s:84:\"https://websitedemos.net/wp-content/uploads/2019/07/multimed-03-departments-site.jpg\";s:18:\"astra-page-api-url\";s:59:\"https://websitedemos.net/multimed-03/wp-json/wp/v2/pages/11\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:43:\"//websitedemos.net/multimed-03/departments/\";s:15:\"astra-sites-tag\";a:1:{i:602;s:11:\"departments\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}}}s:8:\"id-24742\";a:12:{s:5:\"title\";s:7:\"Doctors\";s:18:\"featured-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2019/07/multimed-03-doctors-site.jpg\";s:19:\"thumbnail-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2019/07/multimed-03-doctors-site.jpg\";s:18:\"astra-page-api-url\";s:59:\"https://websitedemos.net/multimed-03/wp-json/wp/v2/pages/13\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:39:\"//websitedemos.net/multimed-03/doctors/\";s:15:\"astra-sites-tag\";a:1:{i:601;s:6:\"doctor\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}}}s:8:\"id-24744\";a:12:{s:5:\"title\";s:12:\"Testimonials\";s:18:\"featured-image-url\";s:85:\"https://websitedemos.net/wp-content/uploads/2019/07/multimed-03-testimonials-site.jpg\";s:19:\"thumbnail-image-url\";s:85:\"https://websitedemos.net/wp-content/uploads/2019/07/multimed-03-testimonials-site.jpg\";s:18:\"astra-page-api-url\";s:59:\"https://websitedemos.net/multimed-03/wp-json/wp/v2/pages/12\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:44:\"//websitedemos.net/multimed-03/testimonials/\";s:15:\"astra-sites-tag\";a:1:{i:433;s:12:\"testimonials\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}}}s:8:\"id-24740\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2019/07/multimed-03-contact-site.jpg\";s:19:\"thumbnail-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2019/07/multimed-03-contact-site.jpg\";s:18:\"astra-page-api-url\";s:59:\"https://websitedemos.net/multimed-03/wp-json/wp/v2/pages/14\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:39:\"//websitedemos.net/multimed-03/contact/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:3:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}i:2;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}}s:19:\"related-bb-template\";s:0:\"\";s:26:\"related-elementor-template\";s:0:\"\";s:26:\"related-gutenberg-template\";s:0:\"\";}}',	'no'),
(349,	'astra-sites-and-pages-page-29',	'a:15:{s:8:\"id-18881\";a:22:{s:5:\"title\";s:10:\"University\";s:2:\"id\";i:18881;s:12:\"publish-date\";i:1533194157;s:18:\"featured-image-url\";s:74:\"https://websitedemos.net/wp-content/uploads/2019/07/university-04-home.jpg\";s:19:\"thumbnail-image-url\";s:74:\"https://websitedemos.net/wp-content/uploads/2019/07/university-04-home.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:74:\"https://websitedemos.net/wp-content/uploads/2019/07/university-04-home.jpg\";s:14:\"astra-site-url\";s:32:\"//websitedemos.net/university-04\";s:20:\"astra-site-parent-id\";i:286;s:15:\"astra-sites-tag\";a:5:{i:457;s:7:\"college\";i:459;s:9:\"education\";i:460;s:8:\"learning\";i:456;s:6:\"school\";i:458;s:10:\"university\";}s:16:\"astra-sites-type\";s:11:\"agency-mini\";s:19:\"astra-site-category\";a:1:{i:27;s:8:\"business\";}s:29:\"astra-sites-template-category\";a:3:{i:2840;s:18:\"college-university\";i:2772;s:9:\"education\";i:2782;s:6:\"school\";}s:23:\"astra-site-page-builder\";s:9:\"elementor\";s:10:\"categories\";a:1:{i:2491;s:22:\"educational-institutes\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:11:\"post-status\";s:7:\"publish\";s:12:\"post-content\";s:952:\"<!-- wp:paragraph -->\n<p>The University template opens with an emotive success image that sets the scene. Combined with a central menu and simple header, it achieves a lot with very little. The homepage is largely grayscale but uses color for graphics buttons and images to help them stand out.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The rest of the template is fully customizable with flexible content areas, dedicated course and teacher pages and the opportunity to move, add or change anything you see on the page.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>Key features of the University template</h2>\n<!-- /wp:heading -->\n\n<!-- wp:list -->\n<ul><li>Makes an impact as soon as the homepage loads</li><li>Combines grayscale and color for maximum impact</li><li>Additional course and teacher pages</li><li>Customize everything you see on the page</li><li>Full compatibility with leading page builders</li></ul>\n<!-- /wp:list -->\";s:12:\"post-excerpt\";s:79:\"Well-designed template ideal for schools, colleges and educational institutions\";s:5:\"pages\";a:6:{s:8:\"id-24975\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:74:\"https://websitedemos.net/wp-content/uploads/2019/07/university-04-home.jpg\";s:19:\"thumbnail-image-url\";s:74:\"https://websitedemos.net/wp-content/uploads/2019/07/university-04-home.jpg\";s:18:\"astra-page-api-url\";s:60:\"https://websitedemos.net/university-04/wp-json/wp/v2/pages/4\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:33:\"//websitedemos.net/university-04/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-24970\";a:12:{s:5:\"title\";s:5:\"About\";s:18:\"featured-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2019/07/university-04-about-us.jpg\";s:19:\"thumbnail-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2019/07/university-04-about-us.jpg\";s:18:\"astra-page-api-url\";s:60:\"https://websitedemos.net/university-04/wp-json/wp/v2/pages/6\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:42:\"//websitedemos.net/university-04/about-us/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-24973\";a:12:{s:5:\"title\";s:7:\"Courses\";s:18:\"featured-image-url\";s:81:\"https://websitedemos.net/wp-content/uploads/2019/07/university-04-our-courses.jpg\";s:19:\"thumbnail-image-url\";s:81:\"https://websitedemos.net/wp-content/uploads/2019/07/university-04-our-courses.jpg\";s:18:\"astra-page-api-url\";s:60:\"https://websitedemos.net/university-04/wp-json/wp/v2/pages/7\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:45:\"//websitedemos.net/university-04/our-courses/\";s:15:\"astra-sites-tag\";a:1:{i:462;s:7:\"courses\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-24976\";a:12:{s:5:\"title\";s:8:\"Teachers\";s:18:\"featured-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2019/07/university-04-teachers.jpg\";s:19:\"thumbnail-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2019/07/university-04-teachers.jpg\";s:18:\"astra-page-api-url\";s:60:\"https://websitedemos.net/university-04/wp-json/wp/v2/pages/8\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:42:\"//websitedemos.net/university-04/teachers/\";s:15:\"astra-sites-tag\";a:1:{i:464;s:7:\"teacher\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-24974\";a:12:{s:5:\"title\";s:7:\"Gallery\";s:18:\"featured-image-url\";s:77:\"https://websitedemos.net/wp-content/uploads/2019/07/university-04-gallery.jpg\";s:19:\"thumbnail-image-url\";s:77:\"https://websitedemos.net/wp-content/uploads/2019/07/university-04-gallery.jpg\";s:18:\"astra-page-api-url\";s:60:\"https://websitedemos.net/university-04/wp-json/wp/v2/pages/9\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:41:\"//websitedemos.net/university-04/gallery/\";s:15:\"astra-sites-tag\";a:1:{i:461;s:7:\"gallery\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-24972\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2019/07/university-04-contact-1.jpg\";s:19:\"thumbnail-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2019/07/university-04-contact-1.jpg\";s:18:\"astra-page-api-url\";s:61:\"https://websitedemos.net/university-04/wp-json/wp/v2/pages/10\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:41:\"//websitedemos.net/university-04/contact/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}}s:19:\"related-bb-template\";i:18917;s:26:\"related-elementor-template\";i:18881;s:26:\"related-gutenberg-template\";s:0:\"\";}s:8:\"id-18917\";a:22:{s:5:\"title\";s:10:\"University\";s:2:\"id\";i:18917;s:12:\"publish-date\";i:1533194022;s:18:\"featured-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2019/07/university-03-homepage.jpg\";s:19:\"thumbnail-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2019/07/university-03-homepage.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2019/07/university-03-homepage.jpg\";s:14:\"astra-site-url\";s:32:\"//websitedemos.net/university-03\";s:20:\"astra-site-parent-id\";i:287;s:15:\"astra-sites-tag\";a:5:{i:457;s:7:\"college\";i:459;s:9:\"education\";i:460;s:8:\"learning\";i:456;s:6:\"school\";i:458;s:10:\"university\";}s:16:\"astra-sites-type\";s:11:\"agency-mini\";s:19:\"astra-site-category\";a:1:{i:27;s:8:\"business\";}s:29:\"astra-sites-template-category\";a:0:{}s:23:\"astra-site-page-builder\";s:14:\"beaver-builder\";s:10:\"categories\";a:1:{i:2491;s:22:\"educational-institutes\";}s:16:\"required-plugins\";a:3:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}i:2;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:11:\"post-status\";s:7:\"publish\";s:12:\"post-content\";s:0:\"\";s:12:\"post-excerpt\";s:0:\"\";s:5:\"pages\";a:6:{s:8:\"id-24989\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2019/07/university-03-homepage.jpg\";s:19:\"thumbnail-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2019/07/university-03-homepage.jpg\";s:18:\"astra-page-api-url\";s:60:\"https://websitedemos.net/university-03/wp-json/wp/v2/pages/8\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:33:\"//websitedemos.net/university-03/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}}}s:8:\"id-24984\";a:12:{s:5:\"title\";s:5:\"About\";s:18:\"featured-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2019/07/university-03-about-us-1.jpg\";s:19:\"thumbnail-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2019/07/university-03-about-us-1.jpg\";s:18:\"astra-page-api-url\";s:61:\"https://websitedemos.net/university-03/wp-json/wp/v2/pages/10\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:42:\"//websitedemos.net/university-03/about-us/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}}}s:8:\"id-24987\";a:12:{s:5:\"title\";s:7:\"Courses\";s:18:\"featured-image-url\";s:81:\"https://websitedemos.net/wp-content/uploads/2019/07/university-03-our-courses.jpg\";s:19:\"thumbnail-image-url\";s:81:\"https://websitedemos.net/wp-content/uploads/2019/07/university-03-our-courses.jpg\";s:18:\"astra-page-api-url\";s:61:\"https://websitedemos.net/university-03/wp-json/wp/v2/pages/11\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:45:\"//websitedemos.net/university-03/our-courses/\";s:15:\"astra-sites-tag\";a:1:{i:462;s:7:\"courses\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}}}s:8:\"id-24990\";a:12:{s:5:\"title\";s:8:\"Teachers\";s:18:\"featured-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2019/07/university-03-teachers.jpg\";s:19:\"thumbnail-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2019/07/university-03-teachers.jpg\";s:18:\"astra-page-api-url\";s:61:\"https://websitedemos.net/university-03/wp-json/wp/v2/pages/12\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:42:\"//websitedemos.net/university-03/teachers/\";s:15:\"astra-sites-tag\";a:1:{i:464;s:7:\"teacher\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}}}s:8:\"id-24988\";a:12:{s:5:\"title\";s:7:\"Gallery\";s:18:\"featured-image-url\";s:77:\"https://websitedemos.net/wp-content/uploads/2019/07/university-03-gallery.jpg\";s:19:\"thumbnail-image-url\";s:77:\"https://websitedemos.net/wp-content/uploads/2019/07/university-03-gallery.jpg\";s:18:\"astra-page-api-url\";s:61:\"https://websitedemos.net/university-03/wp-json/wp/v2/pages/13\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:41:\"//websitedemos.net/university-03/gallery/\";s:15:\"astra-sites-tag\";a:1:{i:461;s:7:\"gallery\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}}}s:8:\"id-24986\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2019/07/university-03-contact-1.jpg\";s:19:\"thumbnail-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2019/07/university-03-contact-1.jpg\";s:18:\"astra-page-api-url\";s:61:\"https://websitedemos.net/university-03/wp-json/wp/v2/pages/14\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:41:\"//websitedemos.net/university-03/contact/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:3:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}i:2;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}}s:19:\"related-bb-template\";s:0:\"\";s:26:\"related-elementor-template\";s:0:\"\";s:26:\"related-gutenberg-template\";s:0:\"\";}s:8:\"id-18924\";a:22:{s:5:\"title\";s:12:\"Kindergarten\";s:2:\"id\";i:18924;s:12:\"publish-date\";i:1533194016;s:18:\"featured-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2019/07/kindergarten-03-homepage.jpg\";s:19:\"thumbnail-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2019/07/kindergarten-03-homepage.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2019/07/kindergarten-03-homepage.jpg\";s:14:\"astra-site-url\";s:34:\"//websitedemos.net/kindergarten-03\";s:20:\"astra-site-parent-id\";i:254;s:15:\"astra-sites-tag\";a:4:{i:459;s:9:\"education\";i:617;s:12:\"kindergarten\";i:460;s:8:\"learning\";i:456;s:6:\"school\";}s:16:\"astra-sites-type\";s:11:\"agency-mini\";s:19:\"astra-site-category\";a:1:{i:27;s:8:\"business\";}s:29:\"astra-sites-template-category\";a:0:{}s:23:\"astra-site-page-builder\";s:14:\"beaver-builder\";s:10:\"categories\";a:1:{i:2491;s:22:\"educational-institutes\";}s:16:\"required-plugins\";a:3:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}i:2;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:11:\"post-status\";s:7:\"publish\";s:12:\"post-content\";s:0:\"\";s:12:\"post-excerpt\";s:0:\"\";s:5:\"pages\";a:6:{s:8:\"id-24658\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2019/07/kindergarten-03-homepage.jpg\";s:19:\"thumbnail-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2019/07/kindergarten-03-homepage.jpg\";s:18:\"astra-page-api-url\";s:64:\"https://websitedemos.net/kindergarten-03/wp-json/wp/v2/pages/110\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:35:\"//websitedemos.net/kindergarten-03/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}}}s:8:\"id-24654\";a:12:{s:5:\"title\";s:5:\"About\";s:18:\"featured-image-url\";s:77:\"https://websitedemos.net/wp-content/uploads/2019/07/kindergarten-03-about.jpg\";s:19:\"thumbnail-image-url\";s:77:\"https://websitedemos.net/wp-content/uploads/2019/07/kindergarten-03-about.jpg\";s:18:\"astra-page-api-url\";s:63:\"https://websitedemos.net/kindergarten-03/wp-json/wp/v2/pages/22\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:41:\"//websitedemos.net/kindergarten-03/about/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}}}s:8:\"id-24656\";a:12:{s:5:\"title\";s:7:\"Classes\";s:18:\"featured-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2019/07/kindergarten-03-classes.jpg\";s:19:\"thumbnail-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2019/07/kindergarten-03-classes.jpg\";s:18:\"astra-page-api-url\";s:63:\"https://websitedemos.net/kindergarten-03/wp-json/wp/v2/pages/25\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:43:\"//websitedemos.net/kindergarten-03/classes/\";s:15:\"astra-sites-tag\";a:1:{i:557;s:7:\"classes\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}}}s:8:\"id-43553\";a:12:{s:5:\"title\";s:3:\"FAQ\";s:18:\"featured-image-url\";s:75:\"https://websitedemos.net/wp-content/uploads/2020/02/kindergarten-03-faq.jpg\";s:19:\"thumbnail-image-url\";s:75:\"https://websitedemos.net/wp-content/uploads/2020/02/kindergarten-03-faq.jpg\";s:18:\"astra-page-api-url\";s:63:\"https://websitedemos.net/kindergarten-03/wp-json/wp/v2/pages/26\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:39:\"//websitedemos.net/kindergarten-03/faq/\";s:15:\"astra-sites-tag\";a:1:{i:426;s:3:\"faq\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}}}s:8:\"id-43554\";a:12:{s:5:\"title\";s:7:\"Reviews\";s:18:\"featured-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2020/02/kindergarten-03-reviews.jpg\";s:19:\"thumbnail-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2020/02/kindergarten-03-reviews.jpg\";s:18:\"astra-page-api-url\";s:63:\"https://websitedemos.net/kindergarten-03/wp-json/wp/v2/pages/27\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:43:\"//websitedemos.net/kindergarten-03/reviews/\";s:15:\"astra-sites-tag\";a:2:{i:432;s:6:\"review\";i:433;s:12:\"testimonials\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}}}s:8:\"id-24657\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2019/07/kindergarten-03-contact.jpg\";s:19:\"thumbnail-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2019/07/kindergarten-03-contact.jpg\";s:18:\"astra-page-api-url\";s:63:\"https://websitedemos.net/kindergarten-03/wp-json/wp/v2/pages/23\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:43:\"//websitedemos.net/kindergarten-03/contact/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:3:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}i:2;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}}s:19:\"related-bb-template\";s:0:\"\";s:26:\"related-elementor-template\";s:0:\"\";s:26:\"related-gutenberg-template\";s:0:\"\";}s:8:\"id-18880\";a:22:{s:5:\"title\";s:12:\"Kindergarten\";s:2:\"id\";i:18880;s:12:\"publish-date\";i:1532087995;s:18:\"featured-image-url\";s:76:\"https://websitedemos.net/wp-content/uploads/2019/07/kindergarten-04-home.jpg\";s:19:\"thumbnail-image-url\";s:76:\"https://websitedemos.net/wp-content/uploads/2019/07/kindergarten-04-home.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:76:\"https://websitedemos.net/wp-content/uploads/2019/07/kindergarten-04-home.jpg\";s:14:\"astra-site-url\";s:34:\"//websitedemos.net/kindergarten-04\";s:20:\"astra-site-parent-id\";i:257;s:15:\"astra-sites-tag\";a:4:{i:459;s:9:\"education\";i:617;s:12:\"kindergarten\";i:460;s:8:\"learning\";i:456;s:6:\"school\";}s:16:\"astra-sites-type\";s:11:\"agency-mini\";s:19:\"astra-site-category\";a:1:{i:27;s:8:\"business\";}s:29:\"astra-sites-template-category\";a:3:{i:2772;s:9:\"education\";i:2862;s:22:\"preschool-kindergarten\";i:2782;s:6:\"school\";}s:23:\"astra-site-page-builder\";s:9:\"elementor\";s:10:\"categories\";a:1:{i:2491;s:22:\"educational-institutes\";}s:16:\"required-plugins\";a:3:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:23:\"header-footer-elementor\";s:4:\"init\";s:51:\"header-footer-elementor/header-footer-elementor.php\";s:4:\"name\";s:35:\"Elementor - Header, Footer & Blocks\";}i:2;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:11:\"post-status\";s:7:\"publish\";s:12:\"post-content\";s:1024:\"<!-- wp:paragraph -->\n<p>The Kindergarten web template has a youthful, friendly appearance that’s perfect for the niche. It’s light, bright and welcoming while providing all the information a parent needs to engage.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The use of bold colors helps create an instant atmosphere, while the whitespace relaxes the eyes and helps separate imagery from the content. It’s a well-balanced design that mixes images and graphics seamlessly, while creating an accessible, inclusive feel that will resonate well with your target audience.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>Key features of the Kindergarten template</h2>\n<!-- /wp:heading -->\n\n<!-- wp:list -->\n<ul><li>Bold, bright and youthful design throughout</li><li>Great mix of modern and handwritten fonts</li><li>Images ands graphics combine to create a sense of fun</li><li>Flexible content areas you can change in seconds</li><li>Full compatibility with leading page builders</li></ul>\n<!-- /wp:list -->\";s:12:\"post-excerpt\";s:86:\"Happy, youthful web design ideal for the kindergarten, early school or preschool niche\";s:5:\"pages\";a:6:{s:8:\"id-24686\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:76:\"https://websitedemos.net/wp-content/uploads/2019/07/kindergarten-04-home.jpg\";s:19:\"thumbnail-image-url\";s:76:\"https://websitedemos.net/wp-content/uploads/2019/07/kindergarten-04-home.jpg\";s:18:\"astra-page-api-url\";s:62:\"https://websitedemos.net/kindergarten-04/wp-json/wp/v2/pages/5\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:35:\"//websitedemos.net/kindergarten-04/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-24682\";a:12:{s:5:\"title\";s:5:\"About\";s:18:\"featured-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2019/07/kindergarten-04-about-1.jpg\";s:19:\"thumbnail-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2019/07/kindergarten-04-about-1.jpg\";s:18:\"astra-page-api-url\";s:63:\"https://websitedemos.net/kindergarten-04/wp-json/wp/v2/pages/22\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:41:\"//websitedemos.net/kindergarten-04/about/\";s:15:\"astra-sites-tag\";a:2:{i:352;s:5:\"about\";i:455;s:8:\"about-us\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-24684\";a:12:{s:5:\"title\";s:7:\"Classes\";s:18:\"featured-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2019/07/kindergarten-04-classes.jpg\";s:19:\"thumbnail-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2019/07/kindergarten-04-classes.jpg\";s:18:\"astra-page-api-url\";s:63:\"https://websitedemos.net/kindergarten-04/wp-json/wp/v2/pages/25\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:43:\"//websitedemos.net/kindergarten-04/classes/\";s:15:\"astra-sites-tag\";a:3:{i:557;s:7:\"classes\";i:425;s:8:\"services\";i:451;s:4:\"work\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-31638\";a:12:{s:5:\"title\";s:3:\"FAQ\";s:18:\"featured-image-url\";s:75:\"https://websitedemos.net/wp-content/uploads/2019/07/kindergarten-04-faq.jpg\";s:19:\"thumbnail-image-url\";s:88:\"https://websitedemos.net/wp-content/uploads/2019/07/id-23462-kindergarten-faq-resize.jpg\";s:18:\"astra-page-api-url\";s:63:\"https://websitedemos.net/kindergarten-04/wp-json/wp/v2/pages/26\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:39:\"//websitedemos.net/kindergarten-04/faq/\";s:15:\"astra-sites-tag\";a:2:{i:426;s:3:\"faq\";i:709;s:9:\"questions\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-31639\";a:12:{s:5:\"title\";s:7:\"Reviews\";s:18:\"featured-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2019/07/kindergarten-04-reviews.jpg\";s:19:\"thumbnail-image-url\";s:92:\"https://websitedemos.net/wp-content/uploads/2019/07/id-23464-kindergarten-reviews-resize.jpg\";s:18:\"astra-page-api-url\";s:63:\"https://websitedemos.net/kindergarten-04/wp-json/wp/v2/pages/27\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:43:\"//websitedemos.net/kindergarten-04/reviews/\";s:15:\"astra-sites-tag\";a:2:{i:432;s:6:\"review\";i:433;s:12:\"testimonials\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-24685\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2019/07/kindergarten-04-contact.jpg\";s:19:\"thumbnail-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2019/07/kindergarten-04-contact.jpg\";s:18:\"astra-page-api-url\";s:63:\"https://websitedemos.net/kindergarten-04/wp-json/wp/v2/pages/23\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:43:\"//websitedemos.net/kindergarten-04/contact/\";s:15:\"astra-sites-tag\";a:2:{i:415;s:7:\"contact\";i:454;s:10:\"contact-us\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}}s:19:\"related-bb-template\";i:18924;s:26:\"related-elementor-template\";i:18880;s:26:\"related-gutenberg-template\";s:0:\"\";}s:8:\"id-18790\";a:22:{s:5:\"title\";s:8:\"Ayurveda\";s:2:\"id\";i:18790;s:12:\"publish-date\";i:1531225345;s:18:\"featured-image-url\";s:74:\"https://websitedemos.net/wp-content/uploads/2019/07/ayurveda-04-home-1.jpg\";s:19:\"thumbnail-image-url\";s:74:\"https://websitedemos.net/wp-content/uploads/2019/07/ayurveda-04-home-1.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:74:\"https://websitedemos.net/wp-content/uploads/2019/07/ayurveda-04-home-1.jpg\";s:14:\"astra-site-url\";s:30:\"//websitedemos.net/ayurveda-04\";s:20:\"astra-site-parent-id\";i:226;s:15:\"astra-sites-tag\";a:19:{i:618;s:9:\"ayurvedic\";i:2418;s:8:\"commerce\";i:1017;s:10:\"e-commerce\";i:496;s:9:\"ecommerce\";i:1817;s:15:\"ecommerce-store\";i:2419;s:9:\"eshopping\";i:2422;s:13:\"online-market\";i:732;s:11:\"online-shop\";i:2420;s:15:\"online-shopping\";i:383;s:12:\"online-store\";i:967;s:13:\"product-store\";i:2421;s:9:\"purchases\";i:2417;s:8:\"reseller\";i:733;s:4:\"shop\";i:2416;s:8:\"shopping\";i:749;s:5:\"store\";i:607;s:9:\"treatment\";i:966;s:12:\"woo-commerce\";i:1024;s:11:\"woocommerce\";}s:16:\"astra-sites-type\";s:11:\"agency-mini\";s:19:\"astra-site-category\";a:2:{i:27;s:8:\"business\";i:38;s:9:\"ecommerce\";}s:29:\"astra-sites-template-category\";a:4:{i:2777;s:8:\"business\";i:2769;s:9:\"ecommerce\";i:2830;s:6:\"nature\";i:2857;s:15:\"online-shopping\";}s:23:\"astra-site-page-builder\";s:9:\"elementor\";s:10:\"categories\";a:1:{i:2495;s:9:\"ecommerce\";}s:16:\"required-plugins\";a:7:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:18:\"ultimate-elementor\";s:4:\"init\";s:41:\"ultimate-elementor/ultimate-elementor.php\";s:4:\"name\";s:29:\"Ultimate Addons for Elementor\";}i:2;a:3:{s:4:\"slug\";s:11:\"woocommerce\";s:4:\"init\";s:27:\"woocommerce/woocommerce.php\";s:4:\"name\";s:11:\"WooCommerce\";}i:3;a:3:{s:4:\"slug\";s:29:\"woo-cart-abandonment-recovery\";s:4:\"init\";s:63:\"woo-cart-abandonment-recovery/woo-cart-abandonment-recovery.php\";s:4:\"name\";s:37:\"WooCommerce Cart Abandonment Recovery\";}i:4;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}i:5;a:3:{s:4:\"slug\";s:11:\"astra-addon\";s:4:\"init\";s:27:\"astra-addon/astra-addon.php\";s:4:\"name\";s:9:\"Astra Pro\";}i:6;a:3:{s:4:\"slug\";s:22:\"variation-swatches-woo\";s:4:\"init\";s:49:\"variation-swatches-woo/variation-swatches-woo.php\";s:4:\"name\";s:34:\"Variation Swatches for WooCommerce\";}}s:11:\"post-status\";s:7:\"publish\";s:12:\"post-content\";s:1029:\"<!-- wp:paragraph -->\n<p>The Ayurveda template has been created for the health and wellness niche. It uses calm colors, high quality images and a mixture of attractive fonts to make you feel instantly welcome and receptive to the message.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The use of green, while customizable, helps create a feeling of relaxation expected of the niche. All pages combine content areas, whitespace, calls to action, images and content to help engage. The web template can integrate seamlessly with WooCommerce to create a fully working online store too!</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>Key features of the Ayurveda template</h2>\n<!-- /wp:heading -->\n\n<!-- wp:list -->\n<ul><li>Relaxed design ideal for health and wellness</li><li>Laid back vibe while delivering your core message</li><li>Lots of options for adding content and images</li><li>Can integrate with WooCommerce for an online store</li><li>Full compatibility with leading page builders</li></ul>\n<!-- /wp:list -->\";s:12:\"post-excerpt\";s:70:\"Relaxed website theme ideal for the healthy, wellness and beauty niche\";s:5:\"pages\";a:3:{s:8:\"id-24438\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:74:\"https://websitedemos.net/wp-content/uploads/2019/07/ayurveda-04-home-1.jpg\";s:19:\"thumbnail-image-url\";s:74:\"https://websitedemos.net/wp-content/uploads/2019/07/ayurveda-04-home-1.jpg\";s:18:\"astra-page-api-url\";s:59:\"https://websitedemos.net/ayurveda-04/wp-json/wp/v2/pages/11\";s:12:\"dynamic-page\";s:3:\"yes\";s:14:\"astra-page-url\";s:31:\"//websitedemos.net/ayurveda-04/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:64;s:9:\"ecommerce\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:18:\"ultimate-elementor\";s:4:\"init\";s:41:\"ultimate-elementor/ultimate-elementor.php\";s:4:\"name\";s:29:\"Ultimate Addons for Elementor\";}}}s:8:\"id-24435\";a:12:{s:5:\"title\";s:8:\"About Us\";s:18:\"featured-image-url\";s:75:\"https://websitedemos.net/wp-content/uploads/2019/07/ayurveda-04-about-1.jpg\";s:19:\"thumbnail-image-url\";s:75:\"https://websitedemos.net/wp-content/uploads/2019/07/ayurveda-04-about-1.jpg\";s:18:\"astra-page-api-url\";s:59:\"https://websitedemos.net/ayurveda-04/wp-json/wp/v2/pages/12\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:40:\"//websitedemos.net/ayurveda-04/about-us/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:64;s:9:\"ecommerce\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:18:\"ultimate-elementor\";s:4:\"init\";s:41:\"ultimate-elementor/ultimate-elementor.php\";s:4:\"name\";s:29:\"Ultimate Addons for Elementor\";}}}s:8:\"id-24437\";a:12:{s:5:\"title\";s:10:\"Contact Us\";s:18:\"featured-image-url\";s:77:\"https://websitedemos.net/wp-content/uploads/2019/07/ayurveda-04-contact-1.jpg\";s:19:\"thumbnail-image-url\";s:77:\"https://websitedemos.net/wp-content/uploads/2019/07/ayurveda-04-contact-1.jpg\";s:18:\"astra-page-api-url\";s:59:\"https://websitedemos.net/ayurveda-04/wp-json/wp/v2/pages/13\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:42:\"//websitedemos.net/ayurveda-04/contact-us/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:64;s:9:\"ecommerce\";}s:16:\"required-plugins\";a:3:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:18:\"ultimate-elementor\";s:4:\"init\";s:41:\"ultimate-elementor/ultimate-elementor.php\";s:4:\"name\";s:29:\"Ultimate Addons for Elementor\";}i:2;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}}s:19:\"related-bb-template\";i:18872;s:26:\"related-elementor-template\";i:18790;s:26:\"related-gutenberg-template\";s:0:\"\";}s:8:\"id-18872\";a:22:{s:5:\"title\";s:8:\"Ayurveda\";s:2:\"id\";i:18872;s:12:\"publish-date\";i:1531199534;s:18:\"featured-image-url\";s:76:\"https://websitedemos.net/wp-content/uploads/2019/07/ayurveda-03-homepage.jpg\";s:19:\"thumbnail-image-url\";s:76:\"https://websitedemos.net/wp-content/uploads/2019/07/ayurveda-03-homepage.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:76:\"https://websitedemos.net/wp-content/uploads/2019/07/ayurveda-03-homepage.jpg\";s:14:\"astra-site-url\";s:30:\"//websitedemos.net/ayurveda-03\";s:20:\"astra-site-parent-id\";i:228;s:15:\"astra-sites-tag\";a:19:{i:618;s:9:\"ayurvedic\";i:2418;s:8:\"commerce\";i:1017;s:10:\"e-commerce\";i:496;s:9:\"ecommerce\";i:1817;s:15:\"ecommerce-store\";i:2419;s:9:\"eshopping\";i:2422;s:13:\"online-market\";i:732;s:11:\"online-shop\";i:2420;s:15:\"online-shopping\";i:383;s:12:\"online-store\";i:967;s:13:\"product-store\";i:2421;s:9:\"purchases\";i:2417;s:8:\"reseller\";i:733;s:4:\"shop\";i:2416;s:8:\"shopping\";i:749;s:5:\"store\";i:607;s:9:\"treatment\";i:966;s:12:\"woo-commerce\";i:1024;s:11:\"woocommerce\";}s:16:\"astra-sites-type\";s:11:\"agency-mini\";s:19:\"astra-site-category\";a:2:{i:27;s:8:\"business\";i:38;s:9:\"ecommerce\";}s:29:\"astra-sites-template-category\";a:0:{}s:23:\"astra-site-page-builder\";s:14:\"beaver-builder\";s:10:\"categories\";a:1:{i:2495;s:9:\"ecommerce\";}s:16:\"required-plugins\";a:7:{i:0;a:3:{s:4:\"slug\";s:11:\"astra-addon\";s:4:\"init\";s:27:\"astra-addon/astra-addon.php\";s:4:\"name\";s:9:\"Astra Pro\";}i:1;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:2;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}i:3;a:3:{s:4:\"slug\";s:11:\"woocommerce\";s:4:\"init\";s:27:\"woocommerce/woocommerce.php\";s:4:\"name\";s:11:\"WooCommerce\";}i:4;a:3:{s:4:\"slug\";s:29:\"woo-cart-abandonment-recovery\";s:4:\"init\";s:63:\"woo-cart-abandonment-recovery/woo-cart-abandonment-recovery.php\";s:4:\"name\";s:37:\"WooCommerce Cart Abandonment Recovery\";}i:5;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}i:6;a:3:{s:4:\"slug\";s:22:\"variation-swatches-woo\";s:4:\"init\";s:49:\"variation-swatches-woo/variation-swatches-woo.php\";s:4:\"name\";s:34:\"Variation Swatches for WooCommerce\";}}s:11:\"post-status\";s:7:\"publish\";s:12:\"post-content\";s:0:\"\";s:12:\"post-excerpt\";s:0:\"\";s:5:\"pages\";a:3:{s:8:\"id-24461\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:76:\"https://websitedemos.net/wp-content/uploads/2019/07/ayurveda-03-homepage.jpg\";s:19:\"thumbnail-image-url\";s:76:\"https://websitedemos.net/wp-content/uploads/2019/07/ayurveda-03-homepage.jpg\";s:18:\"astra-page-api-url\";s:59:\"https://websitedemos.net/ayurveda-03/wp-json/wp/v2/pages/11\";s:12:\"dynamic-page\";s:3:\"yes\";s:14:\"astra-page-url\";s:31:\"//websitedemos.net/ayurveda-03/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:64;s:9:\"ecommerce\";}s:16:\"required-plugins\";a:3:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}i:2;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}s:8:\"id-24458\";a:12:{s:5:\"title\";s:8:\"About Us\";s:18:\"featured-image-url\";s:76:\"https://websitedemos.net/wp-content/uploads/2019/07/ayurveda-03-about-us.jpg\";s:19:\"thumbnail-image-url\";s:76:\"https://websitedemos.net/wp-content/uploads/2019/07/ayurveda-03-about-us.jpg\";s:18:\"astra-page-api-url\";s:59:\"https://websitedemos.net/ayurveda-03/wp-json/wp/v2/pages/12\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:40:\"//websitedemos.net/ayurveda-03/about-us/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:64;s:9:\"ecommerce\";}s:16:\"required-plugins\";a:3:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}i:2;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}s:8:\"id-24460\";a:12:{s:5:\"title\";s:10:\"Contact Us\";s:18:\"featured-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2019/07/ayurveda-03-contact-us.jpg\";s:19:\"thumbnail-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2019/07/ayurveda-03-contact-us.jpg\";s:18:\"astra-page-api-url\";s:59:\"https://websitedemos.net/ayurveda-03/wp-json/wp/v2/pages/13\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:42:\"//websitedemos.net/ayurveda-03/contact-us/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:64;s:9:\"ecommerce\";}s:16:\"required-plugins\";a:3:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}i:2;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}}s:19:\"related-bb-template\";s:0:\"\";s:26:\"related-elementor-template\";s:0:\"\";s:26:\"related-gutenberg-template\";s:0:\"\";}s:8:\"id-18871\";a:22:{s:5:\"title\";s:17:\"Gym &amp; Fitness\";s:2:\"id\";i:18871;s:12:\"publish-date\";i:1531199526;s:18:\"featured-image-url\";s:82:\"https://websitedemos.net/wp-content/uploads/2019/07/fitness-center-03-homepage.jpg\";s:19:\"thumbnail-image-url\";s:82:\"https://websitedemos.net/wp-content/uploads/2019/07/fitness-center-03-homepage.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:82:\"https://websitedemos.net/wp-content/uploads/2019/07/fitness-center-03-homepage.jpg\";s:14:\"astra-site-url\";s:36:\"//websitedemos.net/fitness-center-03\";s:20:\"astra-site-parent-id\";i:104;s:15:\"astra-sites-tag\";a:9:{i:502;s:8:\"exercise\";i:499;s:7:\"fitness\";i:505;s:15:\"fitness-trainer\";i:506;s:19:\"functional-training\";i:500;s:3:\"gym\";i:976;s:14:\"gym-instructor\";i:504;s:11:\"gym-trainer\";i:503;s:7:\"trainer\";i:501;s:8:\"work-out\";}s:16:\"astra-sites-type\";s:11:\"agency-mini\";s:19:\"astra-site-category\";a:1:{i:27;s:8:\"business\";}s:29:\"astra-sites-template-category\";a:0:{}s:23:\"astra-site-page-builder\";s:14:\"beaver-builder\";s:10:\"categories\";a:1:{i:2480;s:16:\"fitness-wellness\";}s:16:\"required-plugins\";a:3:{i:0;a:3:{s:4:\"slug\";s:11:\"astra-addon\";s:4:\"init\";s:27:\"astra-addon/astra-addon.php\";s:4:\"name\";s:9:\"Astra Pro\";}i:1;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:2;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}}s:11:\"post-status\";s:7:\"publish\";s:12:\"post-content\";s:0:\"\";s:12:\"post-excerpt\";s:0:\"\";s:5:\"pages\";a:4:{s:8:\"id-22955\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:82:\"https://websitedemos.net/wp-content/uploads/2019/07/fitness-center-03-homepage.jpg\";s:19:\"thumbnail-image-url\";s:82:\"https://websitedemos.net/wp-content/uploads/2019/07/fitness-center-03-homepage.jpg\";s:18:\"astra-page-api-url\";s:66:\"https://websitedemos.net/fitness-center-03/wp-json/wp/v2/pages/130\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:37:\"//websitedemos.net/fitness-center-03/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}}}s:8:\"id-22952\";a:12:{s:5:\"title\";s:7:\"Classes\";s:18:\"featured-image-url\";s:81:\"https://websitedemos.net/wp-content/uploads/2019/07/fitness-center-03-classes.jpg\";s:19:\"thumbnail-image-url\";s:81:\"https://websitedemos.net/wp-content/uploads/2019/07/fitness-center-03-classes.jpg\";s:18:\"astra-page-api-url\";s:65:\"https://websitedemos.net/fitness-center-03/wp-json/wp/v2/pages/41\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:45:\"//websitedemos.net/fitness-center-03/classes/\";s:15:\"astra-sites-tag\";a:1:{i:557;s:7:\"classes\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}}}s:8:\"id-22950\";a:12:{s:5:\"title\";s:5:\"About\";s:18:\"featured-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2019/07/fitness-center-03-about.jpg\";s:19:\"thumbnail-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2019/07/fitness-center-03-about.jpg\";s:18:\"astra-page-api-url\";s:65:\"https://websitedemos.net/fitness-center-03/wp-json/wp/v2/pages/40\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:43:\"//websitedemos.net/fitness-center-03/about/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}}}s:8:\"id-22954\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:81:\"https://websitedemos.net/wp-content/uploads/2019/07/fitness-center-03-contact.jpg\";s:19:\"thumbnail-image-url\";s:81:\"https://websitedemos.net/wp-content/uploads/2019/07/fitness-center-03-contact.jpg\";s:18:\"astra-page-api-url\";s:65:\"https://websitedemos.net/fitness-center-03/wp-json/wp/v2/pages/43\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:45:\"//websitedemos.net/fitness-center-03/contact/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}}}}s:19:\"related-bb-template\";s:0:\"\";s:26:\"related-elementor-template\";s:0:\"\";s:26:\"related-gutenberg-template\";s:0:\"\";}s:8:\"id-18738\";a:22:{s:5:\"title\";s:17:\"Gym &amp; Fitness\";s:2:\"id\";i:18738;s:12:\"publish-date\";i:1531199416;s:18:\"featured-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2019/07/fitness-center-04-home.jpg\";s:19:\"thumbnail-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2019/07/fitness-center-04-home.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2019/07/fitness-center-04-home.jpg\";s:14:\"astra-site-url\";s:36:\"//websitedemos.net/fitness-center-04\";s:20:\"astra-site-parent-id\";i:101;s:15:\"astra-sites-tag\";a:10:{i:502;s:8:\"exercise\";i:499;s:7:\"fitness\";i:505;s:15:\"fitness-trainer\";i:847;s:5:\"green\";i:500;s:3:\"gym\";i:976;s:14:\"gym-instructor\";i:504;s:11:\"gym-trainer\";i:1020;s:8:\"personal\";i:503;s:7:\"trainer\";i:501;s:8:\"work-out\";}s:16:\"astra-sites-type\";s:11:\"agency-mini\";s:19:\"astra-site-category\";a:1:{i:27;s:8:\"business\";}s:29:\"astra-sites-template-category\";a:2:{i:2787;s:11:\"gym-fitness\";i:2770;s:8:\"personal\";}s:23:\"astra-site-page-builder\";s:9:\"elementor\";s:10:\"categories\";a:1:{i:2480;s:16:\"fitness-wellness\";}s:16:\"required-plugins\";a:4:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:18:\"ultimate-elementor\";s:4:\"init\";s:41:\"ultimate-elementor/ultimate-elementor.php\";s:4:\"name\";s:29:\"Ultimate Addons for Elementor\";}i:2;a:3:{s:4:\"slug\";s:9:\"cartflows\";s:4:\"init\";s:23:\"cartflows/cartflows.php\";s:4:\"name\";s:9:\"CartFlows\";}i:3;a:3:{s:4:\"slug\";s:11:\"woocommerce\";s:4:\"init\";s:27:\"woocommerce/woocommerce.php\";s:4:\"name\";s:11:\"WooCommerce\";}}s:11:\"post-status\";s:7:\"publish\";s:12:\"post-content\";s:1084:\"<!-- wp:paragraph -->\n<p>The Gym &amp; Fitness template uses powerful dark design to portray the qualities expected in the niche. It’s a youthful template with dark background, bold white and strong colors along with emotive images to help paint the picture.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The homepage includes some flexible content areas where you can showcase your courses, sessions, equipment or anything you like. All pages reflect the overall aesthetic while offering the information visitors need to engage, book a session or get in touch. It’s the complete package!</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>Key features of the Gym &amp; Fitness template</h2>\n<!-- /wp:heading -->\n\n<!-- wp:list -->\n<ul><li>Dark, powerful website theme designs specifically for the niche</li><li>Great use of dark design to create an awesome first impression</li><li>Customizable colors and content areas throughout</li><li>Can integrate with WooCommerce for selling products</li><li>Full compatibility with leading page builders</li></ul>\n<!-- /wp:list -->\";s:12:\"post-excerpt\";s:84:\"Dark modern web design that’s ideal for use in the exercise, gym and fitness niche\";s:5:\"pages\";a:4:{s:8:\"id-22930\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2019/07/fitness-center-04-home.jpg\";s:19:\"thumbnail-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2019/07/fitness-center-04-home.jpg\";s:18:\"astra-page-api-url\";s:64:\"https://websitedemos.net/fitness-center-04/wp-json/wp/v2/pages/6\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:37:\"//websitedemos.net/fitness-center-04/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:18:\"ultimate-elementor\";s:4:\"init\";s:41:\"ultimate-elementor/ultimate-elementor.php\";s:4:\"name\";s:29:\"Ultimate Addons for Elementor\";}}}s:8:\"id-22928\";a:12:{s:5:\"title\";s:7:\"Classes\";s:18:\"featured-image-url\";s:81:\"https://websitedemos.net/wp-content/uploads/2019/07/fitness-center-04-classes.jpg\";s:19:\"thumbnail-image-url\";s:81:\"https://websitedemos.net/wp-content/uploads/2019/07/fitness-center-04-classes.jpg\";s:18:\"astra-page-api-url\";s:65:\"https://websitedemos.net/fitness-center-04/wp-json/wp/v2/pages/41\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:45:\"//websitedemos.net/fitness-center-04/classes/\";s:15:\"astra-sites-tag\";a:2:{i:557;s:7:\"classes\";i:425;s:8:\"services\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:18:\"ultimate-elementor\";s:4:\"init\";s:41:\"ultimate-elementor/ultimate-elementor.php\";s:4:\"name\";s:29:\"Ultimate Addons for Elementor\";}}}s:8:\"id-22926\";a:12:{s:5:\"title\";s:5:\"About\";s:18:\"featured-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2019/07/fitness-center-04-about.jpg\";s:19:\"thumbnail-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2019/07/fitness-center-04-about.jpg\";s:18:\"astra-page-api-url\";s:65:\"https://websitedemos.net/fitness-center-04/wp-json/wp/v2/pages/40\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:43:\"//websitedemos.net/fitness-center-04/about/\";s:15:\"astra-sites-tag\";a:2:{i:352;s:5:\"about\";i:455;s:8:\"about-us\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:18:\"ultimate-elementor\";s:4:\"init\";s:41:\"ultimate-elementor/ultimate-elementor.php\";s:4:\"name\";s:29:\"Ultimate Addons for Elementor\";}}}s:8:\"id-22929\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:83:\"https://websitedemos.net/wp-content/uploads/2019/07/fitness-center-04-contact-2.jpg\";s:19:\"thumbnail-image-url\";s:83:\"https://websitedemos.net/wp-content/uploads/2019/07/fitness-center-04-contact-2.jpg\";s:18:\"astra-page-api-url\";s:65:\"https://websitedemos.net/fitness-center-04/wp-json/wp/v2/pages/43\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:45:\"//websitedemos.net/fitness-center-04/contact/\";s:15:\"astra-sites-tag\";a:2:{i:415;s:7:\"contact\";i:454;s:10:\"contact-us\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:18:\"ultimate-elementor\";s:4:\"init\";s:41:\"ultimate-elementor/ultimate-elementor.php\";s:4:\"name\";s:29:\"Ultimate Addons for Elementor\";}}}}s:19:\"related-bb-template\";i:18871;s:26:\"related-elementor-template\";i:18738;s:26:\"related-gutenberg-template\";s:0:\"\";}s:8:\"id-18854\";a:22:{s:5:\"title\";s:12:\"Psychiatrist\";s:2:\"id\";i:18854;s:12:\"publish-date\";i:1530855088;s:18:\"featured-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2019/07/psychiatrist-03-homepage.jpg\";s:19:\"thumbnail-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2019/07/psychiatrist-03-homepage.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2019/07/psychiatrist-03-homepage.jpg\";s:14:\"astra-site-url\";s:34:\"//websitedemos.net/psychiatrist-03\";s:20:\"astra-site-parent-id\";i:204;s:15:\"astra-sites-tag\";a:6:{i:608;s:8:\"guidance\";i:399;s:8:\"one-page\";i:621;s:12:\"psychiatrist\";i:622;s:13:\"psychotherapy\";i:463;s:11:\"single-page\";i:619;s:8:\"wellness\";}s:16:\"astra-sites-type\";s:11:\"agency-mini\";s:19:\"astra-site-category\";a:1:{i:27;s:8:\"business\";}s:29:\"astra-sites-template-category\";a:0:{}s:23:\"astra-site-page-builder\";s:14:\"beaver-builder\";s:10:\"categories\";a:1:{i:2490;s:10:\"healthcare\";}s:16:\"required-plugins\";a:4:{i:0;a:3:{s:4:\"slug\";s:11:\"astra-addon\";s:4:\"init\";s:27:\"astra-addon/astra-addon.php\";s:4:\"name\";s:9:\"Astra Pro\";}i:1;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:2;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}i:3;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:11:\"post-status\";s:7:\"publish\";s:12:\"post-content\";s:0:\"\";s:12:\"post-excerpt\";s:0:\"\";s:5:\"pages\";a:1:{s:8:\"id-24071\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2019/07/psychiatrist-03-homepage.jpg\";s:19:\"thumbnail-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2019/07/psychiatrist-03-homepage.jpg\";s:18:\"astra-page-api-url\";s:64:\"https://websitedemos.net/psychiatrist-03/wp-json/wp/v2/pages/422\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:35:\"//websitedemos.net/psychiatrist-03/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:3:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}i:2;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}}s:19:\"related-bb-template\";s:0:\"\";s:26:\"related-elementor-template\";s:0:\"\";s:26:\"related-gutenberg-template\";s:0:\"\";}s:8:\"id-18812\";a:22:{s:5:\"title\";s:12:\"Psychiatrist\";s:2:\"id\";i:18812;s:12:\"publish-date\";i:1530079532;s:18:\"featured-image-url\";s:76:\"https://websitedemos.net/wp-content/uploads/2019/07/psychiatrist-04-home.jpg\";s:19:\"thumbnail-image-url\";s:76:\"https://websitedemos.net/wp-content/uploads/2019/07/psychiatrist-04-home.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:76:\"https://websitedemos.net/wp-content/uploads/2019/07/psychiatrist-04-home.jpg\";s:14:\"astra-site-url\";s:34:\"//websitedemos.net/psychiatrist-04\";s:20:\"astra-site-parent-id\";i:205;s:15:\"astra-sites-tag\";a:7:{i:608;s:8:\"guidance\";i:399;s:8:\"one-page\";i:1020;s:8:\"personal\";i:621;s:12:\"psychiatrist\";i:622;s:13:\"psychotherapy\";i:463;s:11:\"single-page\";i:619;s:8:\"wellness\";}s:16:\"astra-sites-type\";s:11:\"agency-mini\";s:19:\"astra-site-category\";a:1:{i:27;s:8:\"business\";}s:29:\"astra-sites-template-category\";a:5:{i:2867;s:6:\"doctor\";i:2834;s:10:\"healthcare\";i:2770;s:8:\"personal\";i:2831;s:7:\"service\";i:2833;s:20:\"therapy-psychologist\";}s:23:\"astra-site-page-builder\";s:9:\"elementor\";s:10:\"categories\";a:1:{i:2490;s:10:\"healthcare\";}s:16:\"required-plugins\";a:4:{i:0;a:3:{s:4:\"slug\";s:11:\"astra-addon\";s:4:\"init\";s:27:\"astra-addon/astra-addon.php\";s:4:\"name\";s:9:\"Astra Pro\";}i:1;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:2;a:3:{s:4:\"slug\";s:18:\"ultimate-elementor\";s:4:\"init\";s:41:\"ultimate-elementor/ultimate-elementor.php\";s:4:\"name\";s:29:\"Ultimate Addons for Elementor\";}i:3;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:11:\"post-status\";s:7:\"publish\";s:12:\"post-content\";s:1024:\"<!-- wp:paragraph -->\n<p>The Psychiatrist template is a light, welcoming design within a boxed layout. It displays the calm, inclusive design we would expect from the niche along with the essential information you need to communicate to potential patients or partners.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The template uses lots of whitespace combined with a calm green color associated with the medical field. The homepage includes lots of space for services, testimonials, calls to action, session outlines and all the information you need to communicate to your audience.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>Key features of the Psychiatrist template</h2>\n<!-- /wp:heading -->\n\n<!-- wp:list -->\n<ul><li>Light, welcoming design ideal for the medical niche</li><li>Lots of whitespace and calm colors throughout</li><li>Flexible content areas throughout</li><li>Supplementary pages communicate extra information</li><li>Full compatibility with leading page builders</li></ul>\n<!-- /wp:list -->\";s:12:\"post-excerpt\";s:82:\"Modern template ideal for psychiatrists or professionals in the medical profession\";s:5:\"pages\";a:1:{s:8:\"id-24073\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:76:\"https://websitedemos.net/wp-content/uploads/2019/07/psychiatrist-04-home.jpg\";s:19:\"thumbnail-image-url\";s:76:\"https://websitedemos.net/wp-content/uploads/2019/07/psychiatrist-04-home.jpg\";s:18:\"astra-page-api-url\";s:62:\"https://websitedemos.net/psychiatrist-04/wp-json/wp/v2/pages/7\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:35:\"//websitedemos.net/psychiatrist-04/\";s:15:\"astra-sites-tag\";a:2:{i:423;s:4:\"home\";i:746;s:13:\"one-page-site\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:3:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:18:\"ultimate-elementor\";s:4:\"init\";s:41:\"ultimate-elementor/ultimate-elementor.php\";s:4:\"name\";s:29:\"Ultimate Addons for Elementor\";}i:2;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}}s:19:\"related-bb-template\";i:18854;s:26:\"related-elementor-template\";i:18812;s:26:\"related-gutenberg-template\";s:0:\"\";}s:8:\"id-18696\";a:22:{s:5:\"title\";s:31:\"eCourse &#8211; Learn Photoshop\";s:2:\"id\";i:18696;s:12:\"publish-date\";i:1527509495;s:18:\"featured-image-url\";s:91:\"https://websitedemos.net/wp-content/uploads/2019/07/ecourse-learn-photoshop-03-homepage.jpg\";s:19:\"thumbnail-image-url\";s:91:\"https://websitedemos.net/wp-content/uploads/2019/07/ecourse-learn-photoshop-03-homepage.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:91:\"https://websitedemos.net/wp-content/uploads/2019/07/ecourse-learn-photoshop-03-homepage.jpg\";s:14:\"astra-site-url\";s:45:\"//websitedemos.net/ecourse-learn-photoshop-03\";s:20:\"astra-site-parent-id\";i:274;s:15:\"astra-sites-tag\";a:5:{i:468;s:9:\"elearning\";i:719;s:15:\"online-coaching\";i:975;s:15:\"online-learning\";i:721;s:8:\"training\";i:720;s:9:\"tutorials\";}s:16:\"astra-sites-type\";s:11:\"agency-mini\";s:19:\"astra-site-category\";a:1:{i:27;s:8:\"business\";}s:29:\"astra-sites-template-category\";a:0:{}s:23:\"astra-site-page-builder\";s:14:\"beaver-builder\";s:10:\"categories\";a:1:{i:2494;s:9:\"elearning\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}}s:11:\"post-status\";s:7:\"publish\";s:12:\"post-content\";s:0:\"\";s:12:\"post-excerpt\";s:0:\"\";s:5:\"pages\";a:5:{s:8:\"id-24839\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:91:\"https://websitedemos.net/wp-content/uploads/2019/07/ecourse-learn-photoshop-03-homepage.jpg\";s:19:\"thumbnail-image-url\";s:91:\"https://websitedemos.net/wp-content/uploads/2019/07/ecourse-learn-photoshop-03-homepage.jpg\";s:18:\"astra-page-api-url\";s:74:\"https://websitedemos.net/ecourse-learn-photoshop-03/wp-json/wp/v2/pages/64\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:46:\"//websitedemos.net/ecourse-learn-photoshop-03/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}}}s:8:\"id-24836\";a:12:{s:5:\"title\";s:5:\"About\";s:18:\"featured-image-url\";s:90:\"https://websitedemos.net/wp-content/uploads/2019/07/ecourse-learn-photoshop-03-about-1.jpg\";s:19:\"thumbnail-image-url\";s:90:\"https://websitedemos.net/wp-content/uploads/2019/07/ecourse-learn-photoshop-03-about-1.jpg\";s:18:\"astra-page-api-url\";s:74:\"https://websitedemos.net/ecourse-learn-photoshop-03/wp-json/wp/v2/pages/65\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:52:\"//websitedemos.net/ecourse-learn-photoshop-03/about/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}}}s:8:\"id-24838\";a:12:{s:5:\"title\";s:7:\"Courses\";s:18:\"featured-image-url\";s:90:\"https://websitedemos.net/wp-content/uploads/2019/07/ecourse-learn-photoshop-03-courses.jpg\";s:19:\"thumbnail-image-url\";s:90:\"https://websitedemos.net/wp-content/uploads/2019/07/ecourse-learn-photoshop-03-courses.jpg\";s:18:\"astra-page-api-url\";s:74:\"https://websitedemos.net/ecourse-learn-photoshop-03/wp-json/wp/v2/pages/85\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:54:\"//websitedemos.net/ecourse-learn-photoshop-03/courses/\";s:15:\"astra-sites-tag\";a:1:{i:462;s:7:\"courses\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}}}s:8:\"id-24841\";a:12:{s:5:\"title\";s:12:\"Testimonials\";s:18:\"featured-image-url\";s:97:\"https://websitedemos.net/wp-content/uploads/2019/07/ecourse-learn-photoshop-03-testimonials-1.jpg\";s:19:\"thumbnail-image-url\";s:97:\"https://websitedemos.net/wp-content/uploads/2019/07/ecourse-learn-photoshop-03-testimonials-1.jpg\";s:18:\"astra-page-api-url\";s:74:\"https://websitedemos.net/ecourse-learn-photoshop-03/wp-json/wp/v2/pages/86\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:59:\"//websitedemos.net/ecourse-learn-photoshop-03/testimonials/\";s:15:\"astra-sites-tag\";a:2:{i:432;s:6:\"review\";i:433;s:12:\"testimonials\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}}}s:8:\"id-24840\";a:12:{s:5:\"title\";s:7:\"Pricing\";s:18:\"featured-image-url\";s:90:\"https://websitedemos.net/wp-content/uploads/2019/07/ecourse-learn-photoshop-03-pricing.jpg\";s:19:\"thumbnail-image-url\";s:90:\"https://websitedemos.net/wp-content/uploads/2019/07/ecourse-learn-photoshop-03-pricing.jpg\";s:18:\"astra-page-api-url\";s:74:\"https://websitedemos.net/ecourse-learn-photoshop-03/wp-json/wp/v2/pages/10\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:54:\"//websitedemos.net/ecourse-learn-photoshop-03/pricing/\";s:15:\"astra-sites-tag\";a:1:{i:585;s:7:\"pricing\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}}}}s:19:\"related-bb-template\";s:0:\"\";s:26:\"related-elementor-template\";s:0:\"\";s:26:\"related-gutenberg-template\";s:0:\"\";}s:8:\"id-18622\";a:22:{s:5:\"title\";s:20:\"Food and Drinks Blog\";s:2:\"id\";i:18622;s:12:\"publish-date\";i:1526300269;s:18:\"featured-image-url\";s:75:\"https://websitedemos.net/wp-content/uploads/2018/05/fnb-blogger-03-home.jpg\";s:19:\"thumbnail-image-url\";s:75:\"https://websitedemos.net/wp-content/uploads/2018/05/fnb-blogger-03-home.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:75:\"https://websitedemos.net/wp-content/uploads/2018/05/fnb-blogger-03-home.jpg\";s:14:\"astra-site-url\";s:33:\"//websitedemos.net/fnb-blogger-03\";s:20:\"astra-site-parent-id\";i:888;s:15:\"astra-sites-tag\";a:6:{i:728;s:8:\"beverage\";i:729;s:8:\"blogging\";i:336;s:4:\"food\";i:883;s:23:\"food-and-drinks-blogger\";i:890;s:12:\"food-blogger\";i:730;s:7:\"recipes\";}s:16:\"astra-sites-type\";s:11:\"agency-mini\";s:19:\"astra-site-category\";a:1:{i:37;s:4:\"blog\";}s:29:\"astra-sites-template-category\";a:0:{}s:23:\"astra-site-page-builder\";s:14:\"beaver-builder\";s:10:\"categories\";a:1:{i:2497;s:4:\"blog\";}s:16:\"required-plugins\";a:5:{i:0;a:3:{s:4:\"slug\";s:11:\"astra-addon\";s:4:\"init\";s:27:\"astra-addon/astra-addon.php\";s:4:\"name\";s:9:\"Astra Pro\";}i:1;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:2;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}i:3;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:29:\"Ultimate Addons for Gutenberg\";}i:4;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:11:\"post-status\";s:7:\"publish\";s:12:\"post-content\";s:0:\"\";s:12:\"post-excerpt\";s:0:\"\";s:5:\"pages\";a:2:{s:8:\"id-31836\";a:12:{s:5:\"title\";s:8:\"About Me\";s:18:\"featured-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2018/05/fnb-blogger-03-about-me.jpg\";s:19:\"thumbnail-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2018/05/fnb-blogger-03-about-me.jpg\";s:18:\"astra-page-api-url\";s:61:\"https://websitedemos.net/fnb-blogger-03/wp-json/wp/v2/pages/7\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:43:\"//websitedemos.net/fnb-blogger-03/about-me/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:74;s:4:\"blog\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}}}s:8:\"id-31837\";a:12:{s:5:\"title\";s:19:\"Let&#8217;s Connect\";s:18:\"featured-image-url\";s:86:\"https://websitedemos.net/wp-content/uploads/2019/09/fnb-blogger-03-lets-connect-01.jpg\";s:19:\"thumbnail-image-url\";s:83:\"https://websitedemos.net/wp-content/uploads/2019/09/fnb-blogger-03-lets-connect.jpg\";s:18:\"astra-page-api-url\";s:62:\"https://websitedemos.net/fnb-blogger-03/wp-json/wp/v2/pages/22\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:47:\"//websitedemos.net/fnb-blogger-03/lets-connect/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:74;s:4:\"blog\";}s:16:\"required-plugins\";a:3:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}i:2;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}}s:19:\"related-bb-template\";s:0:\"\";s:26:\"related-elementor-template\";s:0:\"\";s:26:\"related-gutenberg-template\";s:0:\"\";}s:8:\"id-18624\";a:22:{s:5:\"title\";s:6:\"Author\";s:2:\"id\";i:18624;s:12:\"publish-date\";i:1526299822;s:18:\"featured-image-url\";s:74:\"https://websitedemos.net/wp-content/uploads/2019/07/author-03-homepage.jpg\";s:19:\"thumbnail-image-url\";s:74:\"https://websitedemos.net/wp-content/uploads/2019/07/author-03-homepage.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:74:\"https://websitedemos.net/wp-content/uploads/2019/07/author-03-homepage.jpg\";s:14:\"astra-site-url\";s:28:\"//websitedemos.net/author-03\";s:20:\"astra-site-parent-id\";i:222;s:15:\"astra-sites-tag\";a:5:{i:724;s:6:\"author\";i:726;s:10:\"literature\";i:723;s:8:\"novelist\";i:722;s:4:\"poet\";i:725;s:6:\"writer\";}s:16:\"astra-sites-type\";s:11:\"agency-mini\";s:19:\"astra-site-category\";a:1:{i:27;s:8:\"business\";}s:29:\"astra-sites-template-category\";a:0:{}s:23:\"astra-site-page-builder\";s:14:\"beaver-builder\";s:10:\"categories\";a:1:{i:2488;s:9:\"portfolio\";}s:16:\"required-plugins\";a:3:{i:0;a:3:{s:4:\"slug\";s:11:\"astra-addon\";s:4:\"init\";s:27:\"astra-addon/astra-addon.php\";s:4:\"name\";s:9:\"Astra Pro\";}i:1;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:2;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}}s:11:\"post-status\";s:7:\"publish\";s:12:\"post-content\";s:0:\"\";s:12:\"post-excerpt\";s:0:\"\";s:5:\"pages\";a:4:{s:8:\"id-24404\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:74:\"https://websitedemos.net/wp-content/uploads/2019/07/author-03-homepage.jpg\";s:19:\"thumbnail-image-url\";s:74:\"https://websitedemos.net/wp-content/uploads/2019/07/author-03-homepage.jpg\";s:18:\"astra-page-api-url\";s:57:\"https://websitedemos.net/author-03/wp-json/wp/v2/pages/10\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:29:\"//websitedemos.net/author-03/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}}}s:8:\"id-24402\";a:12:{s:5:\"title\";s:5:\"Books\";s:18:\"featured-image-url\";s:71:\"https://websitedemos.net/wp-content/uploads/2019/07/author-03-books.jpg\";s:19:\"thumbnail-image-url\";s:71:\"https://websitedemos.net/wp-content/uploads/2019/07/author-03-books.jpg\";s:18:\"astra-page-api-url\";s:57:\"https://websitedemos.net/author-03/wp-json/wp/v2/pages/11\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:35:\"//websitedemos.net/author-03/books/\";s:15:\"astra-sites-tag\";a:1:{i:727;s:4:\"book\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}}}s:8:\"id-24400\";a:12:{s:5:\"title\";s:8:\"About Me\";s:18:\"featured-image-url\";s:71:\"https://websitedemos.net/wp-content/uploads/2019/07/author-03-about.jpg\";s:19:\"thumbnail-image-url\";s:71:\"https://websitedemos.net/wp-content/uploads/2019/07/author-03-about.jpg\";s:18:\"astra-page-api-url\";s:57:\"https://websitedemos.net/author-03/wp-json/wp/v2/pages/12\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:38:\"//websitedemos.net/author-03/about-me/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}}}s:8:\"id-24403\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:73:\"https://websitedemos.net/wp-content/uploads/2019/07/author-03-contact.jpg\";s:19:\"thumbnail-image-url\";s:73:\"https://websitedemos.net/wp-content/uploads/2019/07/author-03-contact.jpg\";s:18:\"astra-page-api-url\";s:57:\"https://websitedemos.net/author-03/wp-json/wp/v2/pages/13\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:37:\"//websitedemos.net/author-03/contact/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}}}}s:19:\"related-bb-template\";s:0:\"\";s:26:\"related-elementor-template\";s:0:\"\";s:26:\"related-gutenberg-template\";s:0:\"\";}s:8:\"id-18636\";a:22:{s:5:\"title\";s:9:\"Jewellery\";s:2:\"id\";i:18636;s:12:\"publish-date\";i:1526295229;s:18:\"featured-image-url\";s:77:\"https://websitedemos.net/wp-content/uploads/2019/07/jewellery-03-homepage.jpg\";s:19:\"thumbnail-image-url\";s:77:\"https://websitedemos.net/wp-content/uploads/2019/07/jewellery-03-homepage.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:77:\"https://websitedemos.net/wp-content/uploads/2019/07/jewellery-03-homepage.jpg\";s:14:\"astra-site-url\";s:31:\"//websitedemos.net/jewellery-03\";s:20:\"astra-site-parent-id\";i:249;s:15:\"astra-sites-tag\";a:18:{i:2418;s:8:\"commerce\";i:1017;s:10:\"e-commerce\";i:496;s:9:\"ecommerce\";i:1817;s:15:\"ecommerce-store\";i:2419;s:9:\"eshopping\";i:2382;s:15:\"jewellery-store\";i:2529;s:13:\"jewelry-store\";i:2383;s:22:\"online-jewellery-store\";i:2422;s:13:\"online-market\";i:732;s:11:\"online-shop\";i:2420;s:15:\"online-shopping\";i:383;s:12:\"online-store\";i:2421;s:9:\"purchases\";i:2417;s:8:\"reseller\";i:733;s:4:\"shop\";i:2416;s:8:\"shopping\";i:966;s:12:\"woo-commerce\";i:1024;s:11:\"woocommerce\";}s:16:\"astra-sites-type\";s:11:\"agency-mini\";s:19:\"astra-site-category\";a:1:{i:38;s:9:\"ecommerce\";}s:29:\"astra-sites-template-category\";a:0:{}s:23:\"astra-site-page-builder\";s:14:\"beaver-builder\";s:10:\"categories\";a:1:{i:2495;s:9:\"ecommerce\";}s:16:\"required-plugins\";a:5:{i:0;a:3:{s:4:\"slug\";s:11:\"astra-addon\";s:4:\"init\";s:27:\"astra-addon/astra-addon.php\";s:4:\"name\";s:9:\"Astra Pro\";}i:1;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:2;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}i:3;a:3:{s:4:\"slug\";s:11:\"woocommerce\";s:4:\"init\";s:27:\"woocommerce/woocommerce.php\";s:4:\"name\";s:11:\"WooCommerce\";}i:4;a:3:{s:4:\"slug\";s:29:\"woo-cart-abandonment-recovery\";s:4:\"init\";s:63:\"woo-cart-abandonment-recovery/woo-cart-abandonment-recovery.php\";s:4:\"name\";s:37:\"WooCommerce Cart Abandonment Recovery\";}}s:11:\"post-status\";s:7:\"publish\";s:12:\"post-content\";s:0:\"\";s:12:\"post-excerpt\";s:0:\"\";s:5:\"pages\";a:3:{s:8:\"id-24626\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:77:\"https://websitedemos.net/wp-content/uploads/2019/07/jewellery-03-homepage.jpg\";s:19:\"thumbnail-image-url\";s:77:\"https://websitedemos.net/wp-content/uploads/2019/07/jewellery-03-homepage.jpg\";s:18:\"astra-page-api-url\";s:59:\"https://websitedemos.net/jewellery-03/wp-json/wp/v2/pages/6\";s:12:\"dynamic-page\";s:3:\"yes\";s:14:\"astra-page-url\";s:32:\"//websitedemos.net/jewellery-03/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:64;s:9:\"ecommerce\";}s:16:\"required-plugins\";a:3:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}i:2;a:3:{s:4:\"slug\";s:11:\"woocommerce\";s:4:\"init\";s:27:\"woocommerce/woocommerce.php\";s:4:\"name\";s:11:\"WooCommerce\";}}}s:8:\"id-24624\";a:12:{s:5:\"title\";s:8:\"About Us\";s:18:\"featured-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2019/07/jewellery-03-about-us-1.jpg\";s:19:\"thumbnail-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2019/07/jewellery-03-about-us-1.jpg\";s:18:\"astra-page-api-url\";s:60:\"https://websitedemos.net/jewellery-03/wp-json/wp/v2/pages/14\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:41:\"//websitedemos.net/jewellery-03/about-us/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:64;s:9:\"ecommerce\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}}}s:8:\"id-24625\";a:12:{s:5:\"title\";s:10:\"Contact Us\";s:18:\"featured-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2019/07/jewellery-03-contact-us.jpg\";s:19:\"thumbnail-image-url\";s:92:\"https://websitedemos.net/wp-content/uploads/2019/07/id-24625-jewellery-contact-us-resize.jpg\";s:18:\"astra-page-api-url\";s:60:\"https://websitedemos.net/jewellery-03/wp-json/wp/v2/pages/53\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:43:\"//websitedemos.net/jewellery-03/contact-us/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:64;s:9:\"ecommerce\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}}}}s:19:\"related-bb-template\";s:0:\"\";s:26:\"related-elementor-template\";s:0:\"\";s:26:\"related-gutenberg-template\";s:0:\"\";}s:8:\"id-18548\";a:22:{s:5:\"title\";s:15:\"Wedding Planner\";s:2:\"id\";i:18548;s:12:\"publish-date\";i:1525174042;s:18:\"featured-image-url\";s:81:\"https://websitedemos.net/wp-content/uploads/2019/07/wedding-planner-04-home-2.jpg\";s:19:\"thumbnail-image-url\";s:81:\"https://websitedemos.net/wp-content/uploads/2019/07/wedding-planner-04-home-2.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:81:\"https://websitedemos.net/wp-content/uploads/2019/07/wedding-planner-04-home-2.jpg\";s:14:\"astra-site-url\";s:37:\"//websitedemos.net/wedding-planner-04\";s:20:\"astra-site-parent-id\";i:272;s:15:\"astra-sites-tag\";a:3:{i:717;s:13:\"event-planner\";i:697;s:7:\"wedding\";i:716;s:15:\"wedding-planner\";}s:16:\"astra-sites-type\";s:11:\"agency-mini\";s:19:\"astra-site-category\";a:1:{i:27;s:8:\"business\";}s:29:\"astra-sites-template-category\";a:3:{i:2784;s:5:\"event\";i:2831;s:7:\"service\";i:2792;s:7:\"wedding\";}s:23:\"astra-site-page-builder\";s:9:\"elementor\";s:10:\"categories\";a:1:{i:2489;s:16:\"event-invitation\";}s:16:\"required-plugins\";a:5:{i:0;a:3:{s:4:\"slug\";s:11:\"astra-addon\";s:4:\"init\";s:27:\"astra-addon/astra-addon.php\";s:4:\"name\";s:9:\"Astra Pro\";}i:1;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:2;a:3:{s:4:\"slug\";s:18:\"ultimate-elementor\";s:4:\"init\";s:41:\"ultimate-elementor/ultimate-elementor.php\";s:4:\"name\";s:29:\"Ultimate Addons for Elementor\";}i:3;a:3:{s:4:\"slug\";s:23:\"header-footer-elementor\";s:4:\"init\";s:51:\"header-footer-elementor/header-footer-elementor.php\";s:4:\"name\";s:35:\"Elementor - Header, Footer & Blocks\";}i:4;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:11:\"post-status\";s:7:\"publish\";s:12:\"post-content\";s:1034:\"<!-- wp:paragraph -->\n<p>The Wedding Planner template has an elegant design ideal for the niche. It balances a romantic feel with a clean look that delivers wide appeal across the varied wedding niche.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The template includes well balanced pages with flexible content areas to show your products and services, showcase previous weddings you planned, include testimonials and all those things we expect from a website like this. With a built-in portfolio, attractive contact page and that composed look, this template is a real winner!</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>Key features of the Wedding Planner template</h2>\n<!-- /wp:heading -->\n\n<!-- wp:list -->\n<ul><li>Elegant design ideal for weddings and wedding planners</li><li>Calm, composed design with instant appeal</li><li>Lots of flexible content areas to add your services</li><li>Portfolio and gallery pages already included</li><li>Full compatibility with leading page builders</li></ul>\n<!-- /wp:list -->\";s:12:\"post-excerpt\";s:61:\"Lovely web template designed for weddings, and event planners\";s:5:\"pages\";a:6:{s:8:\"id-24812\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:81:\"https://websitedemos.net/wp-content/uploads/2019/07/wedding-planner-04-home-2.jpg\";s:19:\"thumbnail-image-url\";s:81:\"https://websitedemos.net/wp-content/uploads/2019/07/wedding-planner-04-home-2.jpg\";s:18:\"astra-page-api-url\";s:67:\"https://websitedemos.net/wedding-planner-04/wp-json/wp/v2/pages/173\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:38:\"//websitedemos.net/wedding-planner-04/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:18:\"ultimate-elementor\";s:4:\"init\";s:41:\"ultimate-elementor/ultimate-elementor.php\";s:4:\"name\";s:29:\"Ultimate Addons for Elementor\";}}}s:8:\"id-24808\";a:12:{s:5:\"title\";s:8:\"About Us\";s:18:\"featured-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2019/07/wedding-planner-04-about.jpg\";s:19:\"thumbnail-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2019/07/wedding-planner-04-about.jpg\";s:18:\"astra-page-api-url\";s:66:\"https://websitedemos.net/wedding-planner-04/wp-json/wp/v2/pages/11\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:47:\"//websitedemos.net/wedding-planner-04/about-us/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:18:\"ultimate-elementor\";s:4:\"init\";s:41:\"ultimate-elementor/ultimate-elementor.php\";s:4:\"name\";s:29:\"Ultimate Addons for Elementor\";}}}s:8:\"id-24813\";a:12:{s:5:\"title\";s:8:\"Services\";s:18:\"featured-image-url\";s:85:\"https://websitedemos.net/wp-content/uploads/2019/07/wedding-planner-04-services-1.jpg\";s:19:\"thumbnail-image-url\";s:85:\"https://websitedemos.net/wp-content/uploads/2019/07/wedding-planner-04-services-1.jpg\";s:18:\"astra-page-api-url\";s:66:\"https://websitedemos.net/wedding-planner-04/wp-json/wp/v2/pages/12\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:47:\"//websitedemos.net/wedding-planner-04/services/\";s:15:\"astra-sites-tag\";a:1:{i:425;s:8:\"services\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:18:\"ultimate-elementor\";s:4:\"init\";s:41:\"ultimate-elementor/ultimate-elementor.php\";s:4:\"name\";s:29:\"Ultimate Addons for Elementor\";}}}s:8:\"id-24811\";a:12:{s:5:\"title\";s:7:\"Gallery\";s:18:\"featured-image-url\";s:84:\"https://websitedemos.net/wp-content/uploads/2019/07/wedding-planner-04-gallery-2.jpg\";s:19:\"thumbnail-image-url\";s:84:\"https://websitedemos.net/wp-content/uploads/2019/07/wedding-planner-04-gallery-2.jpg\";s:18:\"astra-page-api-url\";s:66:\"https://websitedemos.net/wedding-planner-04/wp-json/wp/v2/pages/13\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:46:\"//websitedemos.net/wedding-planner-04/gallery/\";s:15:\"astra-sites-tag\";a:1:{i:461;s:7:\"gallery\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:18:\"ultimate-elementor\";s:4:\"init\";s:41:\"ultimate-elementor/ultimate-elementor.php\";s:4:\"name\";s:29:\"Ultimate Addons for Elementor\";}}}s:8:\"id-24814\";a:12:{s:5:\"title\";s:6:\"Venues\";s:18:\"featured-image-url\";s:81:\"https://websitedemos.net/wp-content/uploads/2019/07/wedding-planner-04-venues.jpg\";s:19:\"thumbnail-image-url\";s:81:\"https://websitedemos.net/wp-content/uploads/2019/07/wedding-planner-04-venues.jpg\";s:18:\"astra-page-api-url\";s:66:\"https://websitedemos.net/wedding-planner-04/wp-json/wp/v2/pages/14\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:45:\"//websitedemos.net/wedding-planner-04/venues/\";s:15:\"astra-sites-tag\";a:1:{i:696;s:5:\"venue\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:18:\"ultimate-elementor\";s:4:\"init\";s:41:\"ultimate-elementor/ultimate-elementor.php\";s:4:\"name\";s:29:\"Ultimate Addons for Elementor\";}}}s:8:\"id-24810\";a:12:{s:5:\"title\";s:10:\"Contact Us\";s:18:\"featured-image-url\";s:82:\"https://websitedemos.net/wp-content/uploads/2019/07/wedding-planner-04-contact.jpg\";s:19:\"thumbnail-image-url\";s:82:\"https://websitedemos.net/wp-content/uploads/2019/07/wedding-planner-04-contact.jpg\";s:18:\"astra-page-api-url\";s:66:\"https://websitedemos.net/wedding-planner-04/wp-json/wp/v2/pages/15\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:49:\"//websitedemos.net/wedding-planner-04/contact-us/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:3:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:18:\"ultimate-elementor\";s:4:\"init\";s:41:\"ultimate-elementor/ultimate-elementor.php\";s:4:\"name\";s:29:\"Ultimate Addons for Elementor\";}i:2;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}}s:19:\"related-bb-template\";i:18556;s:26:\"related-elementor-template\";i:18548;s:26:\"related-gutenberg-template\";s:0:\"\";}}',	'no'),
(350,	'astra-sites-and-pages-page-30',	'a:15:{s:8:\"id-18574\";a:22:{s:5:\"title\";s:31:\"eCourse &#8211; Learn Photoshop\";s:2:\"id\";i:18574;s:12:\"publish-date\";i:1525174025;s:18:\"featured-image-url\";s:89:\"https://websitedemos.net/wp-content/uploads/2019/07/ecourse-learn-photoshop-04-home-1.jpg\";s:19:\"thumbnail-image-url\";s:89:\"https://websitedemos.net/wp-content/uploads/2019/07/ecourse-learn-photoshop-04-home-1.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:89:\"https://websitedemos.net/wp-content/uploads/2019/07/ecourse-learn-photoshop-04-home-1.jpg\";s:14:\"astra-site-url\";s:45:\"//websitedemos.net/ecourse-learn-photoshop-04\";s:20:\"astra-site-parent-id\";i:275;s:15:\"astra-sites-tag\";a:5:{i:468;s:9:\"elearning\";i:719;s:15:\"online-coaching\";i:975;s:15:\"online-learning\";i:721;s:8:\"training\";i:720;s:9:\"tutorials\";}s:16:\"astra-sites-type\";s:11:\"agency-mini\";s:19:\"astra-site-category\";a:1:{i:27;s:8:\"business\";}s:29:\"astra-sites-template-category\";a:4:{i:2825;s:8:\"coaching\";i:2835;s:9:\"elearning\";i:2880;s:10:\"membership\";i:2827;s:13:\"online-course\";}s:23:\"astra-site-page-builder\";s:9:\"elementor\";s:10:\"categories\";a:1:{i:2494;s:9:\"elearning\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}s:11:\"post-status\";s:7:\"publish\";s:12:\"post-content\";s:1047:\"<!-- wp:paragraph -->\n<p>The eCourse &amp; Learn Photoshop template is a crisp, modern template ideal for online learning. It uses reassuring colors and a clean layout with alternating shaded and white areas with a bold color for calls to action.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The template includes a strong homepage with optional content areas and dedicated course pages to help outline your courses, offer demos, encourage purchase or generally help engagement. It’s a professional-looking design that should help build confidence in your brand.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>Key features of the eCourse &amp; Learn Photoshop template</h2>\n<!-- /wp:heading -->\n\n<!-- wp:list -->\n<ul><li>Professional design with wide appeal</li><li>Designed for online learning with dedicated course pages</li><li>Can be adapted for any type of course or niche</li><li>Full compatibility with WooCommerce for selling or subscriptions</li><li>Full compatibility with leading page builders</li></ul>\n<!-- /wp:list -->\";s:12:\"post-excerpt\";s:78:\"Professional web template for LMS, course websites and online learning portals\";s:5:\"pages\";a:5:{s:8:\"id-24853\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:89:\"https://websitedemos.net/wp-content/uploads/2019/07/ecourse-learn-photoshop-04-home-1.jpg\";s:19:\"thumbnail-image-url\";s:89:\"https://websitedemos.net/wp-content/uploads/2019/07/ecourse-learn-photoshop-04-home-1.jpg\";s:18:\"astra-page-api-url\";s:73:\"https://websitedemos.net/ecourse-learn-photoshop-04/wp-json/wp/v2/pages/6\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:46:\"//websitedemos.net/ecourse-learn-photoshop-04/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-24848\";a:12:{s:5:\"title\";s:5:\"About\";s:18:\"featured-image-url\";s:88:\"https://websitedemos.net/wp-content/uploads/2019/07/ecourse-learn-photoshop-04-about.jpg\";s:19:\"thumbnail-image-url\";s:88:\"https://websitedemos.net/wp-content/uploads/2019/07/ecourse-learn-photoshop-04-about.jpg\";s:18:\"astra-page-api-url\";s:73:\"https://websitedemos.net/ecourse-learn-photoshop-04/wp-json/wp/v2/pages/7\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:52:\"//websitedemos.net/ecourse-learn-photoshop-04/about/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-24851\";a:12:{s:5:\"title\";s:7:\"Courses\";s:18:\"featured-image-url\";s:103:\"https://websitedemos.net/wp-content/uploads/2019/07/id-24851-ecourse-learn-photoshop-courses-resize.jpg\";s:19:\"thumbnail-image-url\";s:103:\"https://websitedemos.net/wp-content/uploads/2019/07/id-24851-ecourse-learn-photoshop-courses-resize.jpg\";s:18:\"astra-page-api-url\";s:73:\"https://websitedemos.net/ecourse-learn-photoshop-04/wp-json/wp/v2/pages/8\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:54:\"//websitedemos.net/ecourse-learn-photoshop-04/courses/\";s:15:\"astra-sites-tag\";a:1:{i:462;s:7:\"courses\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-24856\";a:12:{s:5:\"title\";s:12:\"Testimonials\";s:18:\"featured-image-url\";s:95:\"https://websitedemos.net/wp-content/uploads/2019/07/ecourse-learn-photoshop-04-testimonials.jpg\";s:19:\"thumbnail-image-url\";s:95:\"https://websitedemos.net/wp-content/uploads/2019/07/ecourse-learn-photoshop-04-testimonials.jpg\";s:18:\"astra-page-api-url\";s:73:\"https://websitedemos.net/ecourse-learn-photoshop-04/wp-json/wp/v2/pages/9\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:59:\"//websitedemos.net/ecourse-learn-photoshop-04/testimonials/\";s:15:\"astra-sites-tag\";a:1:{i:433;s:12:\"testimonials\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-24854\";a:12:{s:5:\"title\";s:7:\"Pricing\";s:18:\"featured-image-url\";s:103:\"https://websitedemos.net/wp-content/uploads/2019/07/id-24854-ecourse-learn-photoshop-pricing-resize.jpg\";s:19:\"thumbnail-image-url\";s:103:\"https://websitedemos.net/wp-content/uploads/2019/07/id-24854-ecourse-learn-photoshop-pricing-resize.jpg\";s:18:\"astra-page-api-url\";s:74:\"https://websitedemos.net/ecourse-learn-photoshop-04/wp-json/wp/v2/pages/10\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:54:\"//websitedemos.net/ecourse-learn-photoshop-04/pricing/\";s:15:\"astra-sites-tag\";a:1:{i:585;s:7:\"pricing\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}}s:19:\"related-bb-template\";i:18696;s:26:\"related-elementor-template\";i:18574;s:26:\"related-gutenberg-template\";s:0:\"\";}s:8:\"id-18423\";a:22:{s:5:\"title\";s:6:\"Author\";s:2:\"id\";i:18423;s:12:\"publish-date\";i:1524117769;s:18:\"featured-image-url\";s:67:\"https://websitedemos.net/wp-content/uploads/2019/07/author-home.jpg\";s:19:\"thumbnail-image-url\";s:67:\"https://websitedemos.net/wp-content/uploads/2019/07/author-home.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:67:\"https://websitedemos.net/wp-content/uploads/2019/07/author-home.jpg\";s:14:\"astra-site-url\";s:28:\"//websitedemos.net/author-04\";s:20:\"astra-site-parent-id\";i:224;s:15:\"astra-sites-tag\";a:6:{i:724;s:6:\"author\";i:726;s:10:\"literature\";i:723;s:8:\"novelist\";i:1020;s:8:\"personal\";i:722;s:4:\"poet\";i:725;s:6:\"writer\";}s:16:\"astra-sites-type\";s:11:\"agency-mini\";s:19:\"astra-site-category\";a:1:{i:27;s:8:\"business\";}s:29:\"astra-sites-template-category\";a:3:{i:2839;s:13:\"author-writer\";i:2814;s:9:\"bookstore\";i:2769;s:9:\"ecommerce\";}s:23:\"astra-site-page-builder\";s:9:\"elementor\";s:10:\"categories\";a:1:{i:2488;s:9:\"portfolio\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}s:11:\"post-status\";s:7:\"publish\";s:12:\"post-content\";s:949:\"<!-- wp:paragraph -->\n<p>The Author template is ideal for any creative that wants to promote their work. While set up for books, you could promote anything with minimal effort thanks to full page builder compatibility.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The design is light and easygoing, with a new release front and center with a shaded image in the background. Gentle complementing colors draws attention while keeping you relaxed and entices you to explore the template more. Just what you want when showcasing your work!</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>Key features of the Author template</h2>\n<!-- /wp:heading -->\n\n<!-- wp:list -->\n<ul><li>Calm, composed website design</li><li>Configured for creatives to showcase their work</li><li>Tasteful color and font choices throughout</li><li>Book pages let you add a lot of detail</li><li>Full compatibility with leading page builders</li></ul>\n<!-- /wp:list -->\";s:12:\"post-excerpt\";s:83:\"Tasteful web template for freelancers, creatives or agencies to show off their work\";s:5:\"pages\";a:4:{s:8:\"id-24419\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:67:\"https://websitedemos.net/wp-content/uploads/2019/07/author-home.jpg\";s:19:\"thumbnail-image-url\";s:67:\"https://websitedemos.net/wp-content/uploads/2019/07/author-home.jpg\";s:18:\"astra-page-api-url\";s:56:\"https://websitedemos.net/author-04/wp-json/wp/v2/pages/6\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:29:\"//websitedemos.net/author-04/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-24417\";a:12:{s:5:\"title\";s:5:\"Books\";s:18:\"featured-image-url\";s:68:\"https://websitedemos.net/wp-content/uploads/2019/07/author-books.jpg\";s:19:\"thumbnail-image-url\";s:68:\"https://websitedemos.net/wp-content/uploads/2019/07/author-books.jpg\";s:18:\"astra-page-api-url\";s:56:\"https://websitedemos.net/author-04/wp-json/wp/v2/pages/7\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:35:\"//websitedemos.net/author-04/books/\";s:15:\"astra-sites-tag\";a:1:{i:727;s:4:\"book\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-24415\";a:12:{s:5:\"title\";s:8:\"About Me\";s:18:\"featured-image-url\";s:68:\"https://websitedemos.net/wp-content/uploads/2019/07/author-about.jpg\";s:19:\"thumbnail-image-url\";s:68:\"https://websitedemos.net/wp-content/uploads/2019/07/author-about.jpg\";s:18:\"astra-page-api-url\";s:56:\"https://websitedemos.net/author-04/wp-json/wp/v2/pages/8\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:38:\"//websitedemos.net/author-04/about-me/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-24418\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:70:\"https://websitedemos.net/wp-content/uploads/2019/07/author-contact.jpg\";s:19:\"thumbnail-image-url\";s:70:\"https://websitedemos.net/wp-content/uploads/2019/07/author-contact.jpg\";s:18:\"astra-page-api-url\";s:56:\"https://websitedemos.net/author-04/wp-json/wp/v2/pages/9\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:37:\"//websitedemos.net/author-04/contact/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}}s:19:\"related-bb-template\";i:18624;s:26:\"related-elementor-template\";i:18423;s:26:\"related-gutenberg-template\";s:0:\"\";}s:8:\"id-18556\";a:22:{s:5:\"title\";s:15:\"Wedding Planner\";s:2:\"id\";i:18556;s:12:\"publish-date\";i:1524117767;s:18:\"featured-image-url\";s:83:\"https://websitedemos.net/wp-content/uploads/2019/07/wedding-planner-03-homepage.jpg\";s:19:\"thumbnail-image-url\";s:83:\"https://websitedemos.net/wp-content/uploads/2019/07/wedding-planner-03-homepage.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:83:\"https://websitedemos.net/wp-content/uploads/2019/07/wedding-planner-03-homepage.jpg\";s:14:\"astra-site-url\";s:37:\"//websitedemos.net/wedding-planner-03\";s:20:\"astra-site-parent-id\";i:273;s:15:\"astra-sites-tag\";a:3:{i:717;s:13:\"event-planner\";i:697;s:7:\"wedding\";i:716;s:15:\"wedding-planner\";}s:16:\"astra-sites-type\";s:11:\"agency-mini\";s:19:\"astra-site-category\";a:1:{i:27;s:8:\"business\";}s:29:\"astra-sites-template-category\";a:0:{}s:23:\"astra-site-page-builder\";s:14:\"beaver-builder\";s:10:\"categories\";a:1:{i:2489;s:16:\"event-invitation\";}s:16:\"required-plugins\";a:4:{i:0;a:3:{s:4:\"slug\";s:11:\"astra-addon\";s:4:\"init\";s:27:\"astra-addon/astra-addon.php\";s:4:\"name\";s:9:\"Astra Pro\";}i:1;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:2;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}i:3;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:11:\"post-status\";s:7:\"publish\";s:12:\"post-content\";s:1034:\"<!-- wp:paragraph -->\n<p>The Wedding Planner template has an elegant design ideal for the niche. It balances a romantic feel with a clean look that delivers wide appeal across the varied wedding niche.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The template includes well balanced pages with flexible content areas to show your products and services, showcase previous weddings you planned, include testimonials and all those things we expect from a website like this. With a built-in portfolio, attractive contact page and that composed look, this template is a real winner!</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>Key features of the Wedding Planner template</h2>\n<!-- /wp:heading -->\n\n<!-- wp:list -->\n<ul><li>Elegant design ideal for weddings and wedding planners</li><li>Calm, composed design with instant appeal</li><li>Lots of flexible content areas to add your services</li><li>Portfolio and gallery pages already included</li><li>Full compatibility with leading page builders</li></ul>\n<!-- /wp:list -->\";s:12:\"post-excerpt\";s:80:\"Lovely web template designed for weddings, planners and the entire wedding niche\";s:5:\"pages\";a:6:{s:8:\"id-24826\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:83:\"https://websitedemos.net/wp-content/uploads/2019/07/wedding-planner-03-homepage.jpg\";s:19:\"thumbnail-image-url\";s:83:\"https://websitedemos.net/wp-content/uploads/2019/07/wedding-planner-03-homepage.jpg\";s:18:\"astra-page-api-url\";s:65:\"https://websitedemos.net/wedding-planner-03/wp-json/wp/v2/pages/4\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:38:\"//websitedemos.net/wedding-planner-03/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}}}s:8:\"id-24822\";a:12:{s:5:\"title\";s:8:\"About Us\";s:18:\"featured-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2019/07/wedding-planner-03-about.jpg\";s:19:\"thumbnail-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2019/07/wedding-planner-03-about.jpg\";s:18:\"astra-page-api-url\";s:66:\"https://websitedemos.net/wedding-planner-03/wp-json/wp/v2/pages/11\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:47:\"//websitedemos.net/wedding-planner-03/about-us/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}}}s:8:\"id-24827\";a:12:{s:5:\"title\";s:8:\"Services\";s:18:\"featured-image-url\";s:85:\"https://websitedemos.net/wp-content/uploads/2019/07/wedding-planner-03-services-1.jpg\";s:19:\"thumbnail-image-url\";s:85:\"https://websitedemos.net/wp-content/uploads/2019/07/wedding-planner-03-services-1.jpg\";s:18:\"astra-page-api-url\";s:66:\"https://websitedemos.net/wedding-planner-03/wp-json/wp/v2/pages/12\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:47:\"//websitedemos.net/wedding-planner-03/services/\";s:15:\"astra-sites-tag\";a:1:{i:425;s:8:\"services\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}}}s:8:\"id-24825\";a:12:{s:5:\"title\";s:7:\"Gallery\";s:18:\"featured-image-url\";s:84:\"https://websitedemos.net/wp-content/uploads/2019/07/wedding-planner-03-gallery-1.jpg\";s:19:\"thumbnail-image-url\";s:84:\"https://websitedemos.net/wp-content/uploads/2019/07/wedding-planner-03-gallery-1.jpg\";s:18:\"astra-page-api-url\";s:66:\"https://websitedemos.net/wedding-planner-03/wp-json/wp/v2/pages/13\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:46:\"//websitedemos.net/wedding-planner-03/gallery/\";s:15:\"astra-sites-tag\";a:1:{i:461;s:7:\"gallery\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}}}s:8:\"id-24828\";a:12:{s:5:\"title\";s:6:\"Venues\";s:18:\"featured-image-url\";s:83:\"https://websitedemos.net/wp-content/uploads/2019/07/wedding-planner-03-venues-1.jpg\";s:19:\"thumbnail-image-url\";s:83:\"https://websitedemos.net/wp-content/uploads/2019/07/wedding-planner-03-venues-1.jpg\";s:18:\"astra-page-api-url\";s:66:\"https://websitedemos.net/wedding-planner-03/wp-json/wp/v2/pages/14\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:45:\"//websitedemos.net/wedding-planner-03/venues/\";s:15:\"astra-sites-tag\";a:1:{i:696;s:5:\"venue\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}}}s:8:\"id-24824\";a:12:{s:5:\"title\";s:10:\"Contact Us\";s:18:\"featured-image-url\";s:87:\"https://websitedemos.net/wp-content/uploads/2019/07/wedding-planner-03-contact-us-1.jpg\";s:19:\"thumbnail-image-url\";s:87:\"https://websitedemos.net/wp-content/uploads/2019/07/wedding-planner-03-contact-us-1.jpg\";s:18:\"astra-page-api-url\";s:66:\"https://websitedemos.net/wedding-planner-03/wp-json/wp/v2/pages/15\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:49:\"//websitedemos.net/wedding-planner-03/contact-us/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:3:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}i:2;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}}s:19:\"related-bb-template\";s:0:\"\";s:26:\"related-elementor-template\";s:0:\"\";s:26:\"related-gutenberg-template\";s:0:\"\";}s:8:\"id-18507\";a:22:{s:5:\"title\";s:20:\"Food and Drinks Blog\";s:2:\"id\";i:18507;s:12:\"publish-date\";i:1524033185;s:18:\"featured-image-url\";s:72:\"https://websitedemos.net/wp-content/uploads/2018/04/fnb-blogger-04-1.jpg\";s:19:\"thumbnail-image-url\";s:72:\"https://websitedemos.net/wp-content/uploads/2018/04/fnb-blogger-04-1.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:72:\"https://websitedemos.net/wp-content/uploads/2018/04/fnb-blogger-04-1.jpg\";s:14:\"astra-site-url\";s:33:\"//websitedemos.net/fnb-blogger-04\";s:20:\"astra-site-parent-id\";i:355;s:15:\"astra-sites-tag\";a:8:{i:728;s:8:\"beverage\";i:729;s:8:\"blogging\";i:882;s:6:\"drinks\";i:336;s:4:\"food\";i:883;s:23:\"food-and-drinks-blogger\";i:1020;s:8:\"personal\";i:2904;s:6:\"recipe\";i:730;s:7:\"recipes\";}s:16:\"astra-sites-type\";s:11:\"agency-mini\";s:19:\"astra-site-category\";a:1:{i:37;s:4:\"blog\";}s:29:\"astra-sites-template-category\";a:3:{i:2828;s:4:\"blog\";i:2785;s:4:\"food\";i:2813;s:6:\"winery\";}s:23:\"astra-site-page-builder\";s:9:\"elementor\";s:10:\"categories\";a:1:{i:2497;s:4:\"blog\";}s:16:\"required-plugins\";a:5:{i:0;a:3:{s:4:\"slug\";s:11:\"astra-addon\";s:4:\"init\";s:27:\"astra-addon/astra-addon.php\";s:4:\"name\";s:9:\"Astra Pro\";}i:1;a:3:{s:4:\"slug\";s: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:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:29:\"Ultimate Addons for Gutenberg\";}i:4;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:11:\"post-status\";s:7:\"publish\";s:12:\"post-content\";s:1018:\"<!-- wp:paragraph -->\n<p>The Food and Drinks Blog template has a great design that sets it apart from the usual. It opens with a full screen image with space for a headline and call to action before opening out into a traditional blog layout. This helps create a fantastic first impression.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The rest of the template uses a mix of fonts and a well-blended design that mixes the brand colors with minimal layout that lets the blog images shine. A smart sidebar with lots of widget spaces and a range of pre-made category pages completes the look.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>Key features of the Food and Drinks Blog template</h2>\n<!-- /wp:heading -->\n\n<!-- wp:list -->\n<ul><li>Full screen image makes an instant impact</li><li>Composed design combines color and minimalism</li><li>Overall design lets images shine</li><li>Sidebars have lots of space for widgets</li><li>Full compatibility with leading page builders</li></ul>\n<!-- /wp:list -->\";s:12:\"post-excerpt\";s:80:\"Colorful responsive web template for food, drink, entertainment or leisure blogs\";s:5:\"pages\";a:2:{s:8:\"id-28358\";a:12:{s:5:\"title\";s:8:\"About Me\";s:18:\"featured-image-url\";s:81:\"https://websitedemos.net/wp-content/uploads/2019/07/fnb-blogger-04-about-me-2.jpg\";s:19:\"thumbnail-image-url\";s:81:\"https://websitedemos.net/wp-content/uploads/2019/07/fnb-blogger-04-about-me-2.jpg\";s:18:\"astra-page-api-url\";s:61:\"https://websitedemos.net/fnb-blogger-04/wp-json/wp/v2/pages/4\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:43:\"//websitedemos.net/fnb-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:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";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-28360\";a:12:{s:5:\"title\";s:19:\"Let&#8217;s Connect\";s:18:\"featured-image-url\";s:85:\"https://websitedemos.net/wp-content/uploads/2019/07/fnb-blogger-04-lets-connect-2.jpg\";s:19:\"thumbnail-image-url\";s:85:\"https://websitedemos.net/wp-content/uploads/2019/07/fnb-blogger-04-lets-connect-2.jpg\";s:18:\"astra-page-api-url\";s:62:\"https://websitedemos.net/fnb-blogger-04/wp-json/wp/v2/pages/22\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:47:\"//websitedemos.net/fnb-blogger-04/lets-connect/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s: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:19:\"related-bb-template\";i:18622;s:26:\"related-elementor-template\";i:18507;s:26:\"related-gutenberg-template\";s:0:\"\";}s:8:\"id-18492\";a:22:{s:5:\"title\";s:9:\"Jewellery\";s:2:\"id\";i:18492;s:12:\"publish-date\";i:1523528992;s:18:\"featured-image-url\";s:68:\"https://websitedemos.net/wp-content/uploads/2019/07/jewellery-04.jpg\";s:19:\"thumbnail-image-url\";s:68:\"https://websitedemos.net/wp-content/uploads/2019/07/jewellery-04.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:68:\"https://websitedemos.net/wp-content/uploads/2019/07/jewellery-04.jpg\";s:14:\"astra-site-url\";s:31:\"//websitedemos.net/jewellery-04\";s:20:\"astra-site-parent-id\";i:252;s:15:\"astra-sites-tag\";a:18:{i:2418;s:8:\"commerce\";i:1017;s:10:\"e-commerce\";i:496;s:9:\"ecommerce\";i:1817;s:15:\"ecommerce-store\";i:2419;s:9:\"eshopping\";i:2382;s:15:\"jewellery-store\";i:2529;s:13:\"jewelry-store\";i:2383;s:22:\"online-jewellery-store\";i:2422;s:13:\"online-market\";i:732;s:11:\"online-shop\";i:2420;s:15:\"online-shopping\";i:383;s:12:\"online-store\";i:2421;s:9:\"purchases\";i:2417;s:8:\"reseller\";i:733;s:4:\"shop\";i:2416;s:8:\"shopping\";i:966;s:12:\"woo-commerce\";i:1024;s:11:\"woocommerce\";}s:16:\"astra-sites-type\";s:11:\"agency-mini\";s:19:\"astra-site-category\";a:1:{i:38;s:9:\"ecommerce\";}s:29:\"astra-sites-template-category\";a:3:{i:2769;s:9:\"ecommerce\";i:2838;s:9:\"jewellery\";i:2857;s:15:\"online-shopping\";}s:23:\"astra-site-page-builder\";s:9:\"elementor\";s:10:\"categories\";a:1:{i:2495;s:9:\"ecommerce\";}s:16:\"required-plugins\";a:6:{i:0;a:3:{s:4:\"slug\";s:11:\"astra-addon\";s:4:\"init\";s:27:\"astra-addon/astra-addon.php\";s:4:\"name\";s:9:\"Astra Pro\";}i:1;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:2;a:3:{s:4:\"slug\";s:18:\"ultimate-elementor\";s:4:\"init\";s:41:\"ultimate-elementor/ultimate-elementor.php\";s:4:\"name\";s:29:\"Ultimate Addons for Elementor\";}i:3;a:3:{s:4:\"slug\";s:11:\"woocommerce\";s:4:\"init\";s:27:\"woocommerce/woocommerce.php\";s:4:\"name\";s:11:\"WooCommerce\";}i:4;a:3:{s:4:\"slug\";s:29:\"woo-cart-abandonment-recovery\";s:4:\"init\";s:63:\"woo-cart-abandonment-recovery/woo-cart-abandonment-recovery.php\";s:4:\"name\";s:37:\"WooCommerce Cart Abandonment Recovery\";}i:5;a:3:{s:4:\"slug\";s:9:\"cartflows\";s:4:\"init\";s:23:\"cartflows/cartflows.php\";s:4:\"name\";s:9:\"CartFlows\";}}s:11:\"post-status\";s:7:\"publish\";s:12:\"post-content\";s:992:\"<!-- wp:paragraph -->\n<p>The Jewellery template uses a dark design to communicate luxury while showcasing your wares using impactful images. Complementary light fonts with gold accent color helps create a feeling of exclusivity.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The homepage has lots of opportunities to show off your stock using monochrome images, but you could convert them to color if you wanted. Everything about the template can be changed without touching code and the template is fully compatible with WooCommerce so you could start selling immediately.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>Key features of the Jewellery template</h2>\n<!-- /wp:heading -->\n\n<!-- wp:list -->\n<ul><li>Dark design with gold accent creates a luxury feel</li><li>Strong images help sell your items</li><li>Category and product pages included with the template</li><li>WooCommerce-compatible</li><li>Full compatibility with leading page builders</li></ul>\n<!-- /wp:list -->\";s:12:\"post-excerpt\";s:81:\"Luxurious dark web template for selling jewellery, watches and other items online\";s:5:\"pages\";a:3:{s:8:\"id-24635\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:68:\"https://websitedemos.net/wp-content/uploads/2019/07/jewellery-04.jpg\";s:19:\"thumbnail-image-url\";s:68:\"https://websitedemos.net/wp-content/uploads/2019/07/jewellery-04.jpg\";s:18:\"astra-page-api-url\";s:59:\"https://websitedemos.net/jewellery-04/wp-json/wp/v2/pages/5\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:32:\"//websitedemos.net/jewellery-04/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:64;s:9:\"ecommerce\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:18:\"ultimate-elementor\";s:4:\"init\";s:41:\"ultimate-elementor/ultimate-elementor.php\";s:4:\"name\";s:29:\"Ultimate Addons for Elementor\";}}}s:8:\"id-24633\";a:12:{s:5:\"title\";s:8:\"About Us\";s:18:\"featured-image-url\";s:77:\"https://websitedemos.net/wp-content/uploads/2019/07/jewellery-04-about-us.jpg\";s:19:\"thumbnail-image-url\";s:77:\"https://websitedemos.net/wp-content/uploads/2019/07/jewellery-04-about-us.jpg\";s:18:\"astra-page-api-url\";s:60:\"https://websitedemos.net/jewellery-04/wp-json/wp/v2/pages/14\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:41:\"//websitedemos.net/jewellery-04/about-us/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:64;s:9:\"ecommerce\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:18:\"ultimate-elementor\";s:4:\"init\";s:41:\"ultimate-elementor/ultimate-elementor.php\";s:4:\"name\";s:29:\"Ultimate Addons for Elementor\";}}}s:8:\"id-24634\";a:12:{s:5:\"title\";s:10:\"Contact Us\";s:18:\"featured-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2019/07/jewellery-04-contact-us.jpg\";s:19:\"thumbnail-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2019/07/jewellery-04-contact-us.jpg\";s:18:\"astra-page-api-url\";s:60:\"https://websitedemos.net/jewellery-04/wp-json/wp/v2/pages/53\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:43:\"//websitedemos.net/jewellery-04/contact-us/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:64;s:9:\"ecommerce\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:18:\"ultimate-elementor\";s:4:\"init\";s:41:\"ultimate-elementor/ultimate-elementor.php\";s:4:\"name\";s:29:\"Ultimate Addons for Elementor\";}}}}s:19:\"related-bb-template\";i:18636;s:26:\"related-elementor-template\";i:18492;s:26:\"related-gutenberg-template\";s:0:\"\";}s:8:\"id-18399\";a:22:{s:5:\"title\";s:5:\"Hotel\";s:2:\"id\";i:18399;s:12:\"publish-date\";i:1522060654;s:18:\"featured-image-url\";s:73:\"https://websitedemos.net/wp-content/uploads/2019/07/hotel-03-homepage.jpg\";s:19:\"thumbnail-image-url\";s:73:\"https://websitedemos.net/wp-content/uploads/2019/07/hotel-03-homepage.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:73:\"https://websitedemos.net/wp-content/uploads/2019/07/hotel-03-homepage.jpg\";s:14:\"astra-site-url\";s:27:\"//websitedemos.net/hotel-03\";s:20:\"astra-site-parent-id\";i:279;s:15:\"astra-sites-tag\";a:6:{i:560;s:7:\"cuisine\";i:336;s:4:\"food\";i:350;s:5:\"hotel\";i:712;s:5:\"lodge\";i:711;s:5:\"motel\";i:714;s:6:\"resort\";}s:16:\"astra-sites-type\";s:11:\"agency-mini\";s:19:\"astra-site-category\";a:1:{i:27;s:8:\"business\";}s:29:\"astra-sites-template-category\";a:0:{}s:23:\"astra-site-page-builder\";s:14:\"beaver-builder\";s:10:\"categories\";a:1:{i:2498;s:12:\"hotel-travel\";}s:16:\"required-plugins\";a:4:{i:0;a:3:{s:4:\"slug\";s:11:\"astra-addon\";s:4:\"init\";s:27:\"astra-addon/astra-addon.php\";s:4:\"name\";s:9:\"Astra Pro\";}i:1;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:2;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}i:3;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:11:\"post-status\";s:7:\"publish\";s:12:\"post-content\";s:0:\"\";s:12:\"post-excerpt\";s:0:\"\";s:5:\"pages\";a:6:{s:8:\"id-24893\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:73:\"https://websitedemos.net/wp-content/uploads/2019/07/hotel-03-homepage.jpg\";s:19:\"thumbnail-image-url\";s:73:\"https://websitedemos.net/wp-content/uploads/2019/07/hotel-03-homepage.jpg\";s:18:\"astra-page-api-url\";s:57:\"https://websitedemos.net/hotel-03/wp-json/wp/v2/pages/128\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:28:\"//websitedemos.net/hotel-03/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}}}s:8:\"id-24894\";a:12:{s:5:\"title\";s:5:\"Rooms\";s:18:\"featured-image-url\";s:70:\"https://websitedemos.net/wp-content/uploads/2019/07/hotel-03-rooms.jpg\";s:19:\"thumbnail-image-url\";s:70:\"https://websitedemos.net/wp-content/uploads/2019/07/hotel-03-rooms.jpg\";s:18:\"astra-page-api-url\";s:57:\"https://websitedemos.net/hotel-03/wp-json/wp/v2/pages/129\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:34:\"//websitedemos.net/hotel-03/rooms/\";s:15:\"astra-sites-tag\";a:1:{i:715;s:5:\"rooms\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}}}s:8:\"id-24895\";a:12:{s:5:\"title\";s:8:\"Services\";s:18:\"featured-image-url\";s:73:\"https://websitedemos.net/wp-content/uploads/2019/07/hotel-03-services.jpg\";s:19:\"thumbnail-image-url\";s:73:\"https://websitedemos.net/wp-content/uploads/2019/07/hotel-03-services.jpg\";s:18:\"astra-page-api-url\";s:57:\"https://websitedemos.net/hotel-03/wp-json/wp/v2/pages/130\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:37:\"//websitedemos.net/hotel-03/services/\";s:15:\"astra-sites-tag\";a:1:{i:425;s:8:\"services\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}}}s:8:\"id-24892\";a:12:{s:5:\"title\";s:7:\"Gallery\";s:18:\"featured-image-url\";s:72:\"https://websitedemos.net/wp-content/uploads/2019/07/hotel-03-gallery.jpg\";s:19:\"thumbnail-image-url\";s:72:\"https://websitedemos.net/wp-content/uploads/2019/07/hotel-03-gallery.jpg\";s:18:\"astra-page-api-url\";s:57:\"https://websitedemos.net/hotel-03/wp-json/wp/v2/pages/131\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:36:\"//websitedemos.net/hotel-03/gallery/\";s:15:\"astra-sites-tag\";a:1:{i:461;s:7:\"gallery\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}}}s:8:\"id-24896\";a:12:{s:5:\"title\";s:12:\"Testimonials\";s:18:\"featured-image-url\";s:77:\"https://websitedemos.net/wp-content/uploads/2019/07/hotel-03-testimonials.jpg\";s:19:\"thumbnail-image-url\";s:77:\"https://websitedemos.net/wp-content/uploads/2019/07/hotel-03-testimonials.jpg\";s:18:\"astra-page-api-url\";s:56:\"https://websitedemos.net/hotel-03/wp-json/wp/v2/pages/10\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:41:\"//websitedemos.net/hotel-03/testimonials/\";s:15:\"astra-sites-tag\";a:1:{i:433;s:12:\"testimonials\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}}}s:8:\"id-24891\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:72:\"https://websitedemos.net/wp-content/uploads/2019/07/hotel-03-contact.jpg\";s:19:\"thumbnail-image-url\";s:72:\"https://websitedemos.net/wp-content/uploads/2019/07/hotel-03-contact.jpg\";s:18:\"astra-page-api-url\";s:56:\"https://websitedemos.net/hotel-03/wp-json/wp/v2/pages/11\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:36:\"//websitedemos.net/hotel-03/contact/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:3:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}i:2;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}}s:19:\"related-bb-template\";s:0:\"\";s:26:\"related-elementor-template\";s:0:\"\";s:26:\"related-gutenberg-template\";s:0:\"\";}s:8:\"id-18394\";a:22:{s:5:\"title\";s:5:\"Hotel\";s:2:\"id\";i:18394;s:12:\"publish-date\";i:1522060425;s:18:\"featured-image-url\";s:76:\"https://websitedemos.net/wp-content/uploads/2019/07/hotel-04-feb-20-home.jpg\";s:19:\"thumbnail-image-url\";s:76:\"https://websitedemos.net/wp-content/uploads/2019/07/hotel-04-feb-20-home.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:76:\"https://websitedemos.net/wp-content/uploads/2019/07/hotel-04-feb-20-home.jpg\";s:14:\"astra-site-url\";s:27:\"//websitedemos.net/hotel-04\";s:20:\"astra-site-parent-id\";i:282;s:15:\"astra-sites-tag\";a:4:{i:350;s:5:\"hotel\";i:712;s:5:\"lodge\";i:711;s:5:\"motel\";i:714;s:6:\"resort\";}s:16:\"astra-sites-type\";s:11:\"agency-mini\";s:19:\"astra-site-category\";a:1:{i:27;s:8:\"business\";}s:29:\"astra-sites-template-category\";a:2:{i:2788;s:9:\"hotel-bnb\";i:2775;s:14:\"travel-tourism\";}s:23:\"astra-site-page-builder\";s:9:\"elementor\";s:10:\"categories\";a:1:{i:2498;s:12:\"hotel-travel\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:11:\"post-status\";s:7:\"publish\";s:12:\"post-content\";s:1071:\"<!-- wp:paragraph -->\n<p>The Hotel template provides an upmarket feel from the off. It opens with a calm blue color with images of a hotel in the background. The rest of the homepage includes classic fonts and colors outlining all the key information you would want from a hotel along with supplementary pages for rooms, services and booking.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The default theme includes all the essential ingredients for a hotel website but can easily be customized thanks to full compatibility with page builders. Use a booking plugin and you could take room bookings directly off the website too!</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>Key features of the Hotel template</h3>\n<!-- /wp:heading -->\n\n<!-- wp:list -->\n<ul><li>Upmarket template designed for the niche</li><li>All page elements you would expect to see on a hotel website</li><li>Can take bookings alongside a booking plugin</li><li>Excellent service and room pages</li><li>Full compatibility with leading page builders</li></ul>\n<!-- /wp:list -->\";s:12:\"post-excerpt\";s:79:\"Classic website design with great colors designed to showcase your hotel or BnB\";s:5:\"pages\";a:6:{s:8:\"id-24925\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:76:\"https://websitedemos.net/wp-content/uploads/2019/07/hotel-04-feb-20-home.jpg\";s:19:\"thumbnail-image-url\";s:76:\"https://websitedemos.net/wp-content/uploads/2019/07/hotel-04-feb-20-home.jpg\";s:18:\"astra-page-api-url\";s:55:\"https://websitedemos.net/hotel-04/wp-json/wp/v2/pages/6\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:28:\"//websitedemos.net/hotel-04/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-24926\";a:12:{s:5:\"title\";s:5:\"Rooms\";s:18:\"featured-image-url\";s:77:\"https://websitedemos.net/wp-content/uploads/2019/07/hotel-04-feb-20-rooms.jpg\";s:19:\"thumbnail-image-url\";s:77:\"https://websitedemos.net/wp-content/uploads/2019/07/hotel-04-feb-20-rooms.jpg\";s:18:\"astra-page-api-url\";s:55:\"https://websitedemos.net/hotel-04/wp-json/wp/v2/pages/7\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:34:\"//websitedemos.net/hotel-04/rooms/\";s:15:\"astra-sites-tag\";a:1:{i:715;s:5:\"rooms\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-24927\";a:12:{s:5:\"title\";s:8:\"Services\";s:18:\"featured-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2019/07/hotel-04-feb-20-services.jpg\";s:19:\"thumbnail-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2019/07/hotel-04-feb-20-services.jpg\";s:18:\"astra-page-api-url\";s:55:\"https://websitedemos.net/hotel-04/wp-json/wp/v2/pages/8\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:37:\"//websitedemos.net/hotel-04/services/\";s:15:\"astra-sites-tag\";a:1:{i:425;s:8:\"services\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-24924\";a:12:{s:5:\"title\";s:7:\"Gallery\";s:18:\"featured-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2019/07/hotel-04-feb-20-gallery.jpg\";s:19:\"thumbnail-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2019/07/hotel-04-feb-20-gallery.jpg\";s:18:\"astra-page-api-url\";s:55:\"https://websitedemos.net/hotel-04/wp-json/wp/v2/pages/9\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:36:\"//websitedemos.net/hotel-04/gallery/\";s:15:\"astra-sites-tag\";a:1:{i:461;s:7:\"gallery\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-24928\";a:12:{s:5:\"title\";s:12:\"Testimonials\";s:18:\"featured-image-url\";s:83:\"https://websitedemos.net/wp-content/uploads/2019/07/hotel-04-feb-20-testimonial.jpg\";s:19:\"thumbnail-image-url\";s:83:\"https://websitedemos.net/wp-content/uploads/2019/07/hotel-04-feb-20-testimonial.jpg\";s:18:\"astra-page-api-url\";s:56:\"https://websitedemos.net/hotel-04/wp-json/wp/v2/pages/10\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:41:\"//websitedemos.net/hotel-04/testimonials/\";s:15:\"astra-sites-tag\";a:1:{i:433;s:12:\"testimonials\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-24923\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2019/07/hotel-04-feb-20-contact.jpg\";s:19:\"thumbnail-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2019/07/hotel-04-feb-20-contact.jpg\";s:18:\"astra-page-api-url\";s:56:\"https://websitedemos.net/hotel-04/wp-json/wp/v2/pages/11\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:36:\"//websitedemos.net/hotel-04/contact/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}}s:19:\"related-bb-template\";i:18399;s:26:\"related-elementor-template\";i:18394;s:26:\"related-gutenberg-template\";s:0:\"\";}s:8:\"id-18388\";a:22:{s:5:\"title\";s:7:\"eCourse\";s:2:\"id\";i:18388;s:12:\"publish-date\";i:1522057120;s:18:\"featured-image-url\";s:64:\"https://websitedemos.net/wp-content/uploads/2019/07/teach-03.jpg\";s:19:\"thumbnail-image-url\";s:64:\"https://websitedemos.net/wp-content/uploads/2019/07/teach-03.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:64:\"https://websitedemos.net/wp-content/uploads/2019/07/teach-03.jpg\";s:14:\"astra-site-url\";s:27:\"//websitedemos.net/teach-03\";s:20:\"astra-site-parent-id\";i:216;s:15:\"astra-sites-tag\";a:5:{i:468;s:9:\"elearning\";i:719;s:15:\"online-coaching\";i:975;s:15:\"online-learning\";i:721;s:8:\"training\";i:720;s:9:\"tutorials\";}s:16:\"astra-sites-type\";s:11:\"agency-mini\";s:19:\"astra-site-category\";a:1:{i:27;s:8:\"business\";}s:29:\"astra-sites-template-category\";a:0:{}s:23:\"astra-site-page-builder\";s:14:\"beaver-builder\";s:10:\"categories\";a:1:{i:2494;s:9:\"elearning\";}s:16:\"required-plugins\";a:4:{i:0;a:3:{s:4:\"slug\";s:11:\"astra-addon\";s:4:\"init\";s:27:\"astra-addon/astra-addon.php\";s:4:\"name\";s:9:\"Astra Pro\";}i:1;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:2;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}i:3;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:11:\"post-status\";s:7:\"publish\";s:12:\"post-content\";s:0:\"\";s:12:\"post-excerpt\";s:0:\"\";s:5:\"pages\";a:5:{s:8:\"id-24331\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:64:\"https://websitedemos.net/wp-content/uploads/2019/07/teach-03.jpg\";s:19:\"thumbnail-image-url\";s:64:\"https://websitedemos.net/wp-content/uploads/2019/07/teach-03.jpg\";s:18:\"astra-page-api-url\";s:55:\"https://websitedemos.net/teach-03/wp-json/wp/v2/pages/9\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:28:\"//websitedemos.net/teach-03/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}}}s:8:\"id-24328\";a:12:{s:5:\"title\";s:5:\"About\";s:18:\"featured-image-url\";s:70:\"https://websitedemos.net/wp-content/uploads/2019/07/teach-03-about.jpg\";s:19:\"thumbnail-image-url\";s:70:\"https://websitedemos.net/wp-content/uploads/2019/07/teach-03-about.jpg\";s:18:\"astra-page-api-url\";s:56:\"https://websitedemos.net/teach-03/wp-json/wp/v2/pages/50\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:34:\"//websitedemos.net/teach-03/about/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}}}s:8:\"id-24332\";a:12:{s:5:\"title\";s:7:\"Lessons\";s:18:\"featured-image-url\";s:72:\"https://websitedemos.net/wp-content/uploads/2019/07/teach-03-lessons.jpg\";s:19:\"thumbnail-image-url\";s:72:\"https://websitedemos.net/wp-content/uploads/2019/07/teach-03-lessons.jpg\";s:18:\"astra-page-api-url\";s:56:\"https://websitedemos.net/teach-03/wp-json/wp/v2/pages/81\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:36:\"//websitedemos.net/teach-03/lessons/\";s:15:\"astra-sites-tag\";a:1:{i:747;s:7:\"lessons\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}}}s:8:\"id-24333\";a:12:{s:5:\"title\";s:12:\"Testimonials\";s:18:\"featured-image-url\";s:77:\"https://websitedemos.net/wp-content/uploads/2019/07/teach-03-testimonials.jpg\";s:19:\"thumbnail-image-url\";s:77:\"https://websitedemos.net/wp-content/uploads/2019/07/teach-03-testimonials.jpg\";s:18:\"astra-page-api-url\";s:56:\"https://websitedemos.net/teach-03/wp-json/wp/v2/pages/53\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:41:\"//websitedemos.net/teach-03/testimonials/\";s:15:\"astra-sites-tag\";a:1:{i:433;s:12:\"testimonials\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}}}s:8:\"id-24330\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:72:\"https://websitedemos.net/wp-content/uploads/2019/07/teach-03-contact.jpg\";s:19:\"thumbnail-image-url\";s:72:\"https://websitedemos.net/wp-content/uploads/2019/07/teach-03-contact.jpg\";s:18:\"astra-page-api-url\";s:56:\"https://websitedemos.net/teach-03/wp-json/wp/v2/pages/55\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:36:\"//websitedemos.net/teach-03/contact/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:3:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}i:2;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}}s:19:\"related-bb-template\";s:0:\"\";s:26:\"related-elementor-template\";s:0:\"\";s:26:\"related-gutenberg-template\";s:0:\"\";}s:8:\"id-18373\";a:22:{s:5:\"title\";s:12:\"Kids Charity\";s:2:\"id\";i:18373;s:12:\"publish-date\";i:1522056794;s:18:\"featured-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2019/07/kids-charity-03-homepage.jpg\";s:19:\"thumbnail-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2019/07/kids-charity-03-homepage.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2019/07/kids-charity-03-homepage.jpg\";s:14:\"astra-site-url\";s:34:\"//websitedemos.net/kids-charity-03\";s:20:\"astra-site-parent-id\";i:169;s:15:\"astra-sites-tag\";a:6:{i:625;s:7:\"charity\";i:978;s:10:\"child-care\";i:624;s:10:\"foundation\";i:626;s:6:\"giving\";i:977;s:10:\"non-profit\";i:745;s:12:\"organization\";}s:16:\"astra-sites-type\";s:11:\"agency-mini\";s:19:\"astra-site-category\";a:1:{i:36;s:5:\"other\";}s:29:\"astra-sites-template-category\";a:0:{}s:23:\"astra-site-page-builder\";s:14:\"beaver-builder\";s:10:\"categories\";a:1:{i:2492;s:10:\"non-profit\";}s:16:\"required-plugins\";a:5:{i:0;a:3:{s:4:\"slug\";s:11:\"astra-addon\";s:4:\"init\";s:27:\"astra-addon/astra-addon.php\";s:4:\"name\";s:9:\"Astra Pro\";}i:1;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:2;a:3:{s:4:\"slug\";s:4:\"give\";s:4:\"init\";s:13:\"give/give.php\";s:4:\"name\";s:22:\"Give - Donation Plugin\";}i:3;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}i:4;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:11:\"post-status\";s:7:\"publish\";s:12:\"post-content\";s:0:\"\";s:12:\"post-excerpt\";s:0:\"\";s:5:\"pages\";a:7:{s:8:\"id-57942\";a:12:{s:5:\"title\";s:15:\"Donor Dashboard\";s:18:\"featured-image-url\";s:0:\"\";s:19:\"thumbnail-image-url\";s:0:\"\";s:18:\"astra-page-api-url\";s:64:\"https://websitedemos.net/kids-charity-03/wp-json/wp/v2/pages/627\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:51:\"//websitedemos.net/kids-charity-03/donor-dashboard/\";s:15:\"astra-sites-tag\";a:0:{}s:15:\"site-pages-type\";a:0:{}s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:0:{}s:16:\"required-plugins\";s:0:\"\";}s:8:\"id-23608\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2019/07/kids-charity-03-homepage.jpg\";s:19:\"thumbnail-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2019/07/kids-charity-03-homepage.jpg\";s:18:\"astra-page-api-url\";s:64:\"https://websitedemos.net/kids-charity-03/wp-json/wp/v2/pages/121\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:35:\"//websitedemos.net/kids-charity-03/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:139;s:5:\"other\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}}}s:8:\"id-23611\";a:12:{s:5:\"title\";s:10:\"Who we are\";s:18:\"featured-image-url\";s:82:\"https://websitedemos.net/wp-content/uploads/2019/07/kids-charity-03-who-we-are.jpg\";s:19:\"thumbnail-image-url\";s:82:\"https://websitedemos.net/wp-content/uploads/2019/07/kids-charity-03-who-we-are.jpg\";s:18:\"astra-page-api-url\";s:64:\"https://websitedemos.net/kids-charity-03/wp-json/wp/v2/pages/122\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:46:\"//websitedemos.net/kids-charity-03/who-we-are/\";s:15:\"astra-sites-tag\";a:2:{i:352;s:5:\"about\";i:685;s:10:\"who-we-are\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:139;s:5:\"other\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}}}s:8:\"id-23610\";a:12:{s:5:\"title\";s:10:\"What we do\";s:18:\"featured-image-url\";s:82:\"https://websitedemos.net/wp-content/uploads/2019/07/kids-charity-03-what-we-do.jpg\";s:19:\"thumbnail-image-url\";s:82:\"https://websitedemos.net/wp-content/uploads/2019/07/kids-charity-03-what-we-do.jpg\";s:18:\"astra-page-api-url\";s:64:\"https://websitedemos.net/kids-charity-03/wp-json/wp/v2/pages/123\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:46:\"//websitedemos.net/kids-charity-03/what-we-do/\";s:15:\"astra-sites-tag\";a:2:{i:628;s:10:\"what-we-do\";i:451;s:4:\"work\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:139;s:5:\"other\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}}}s:8:\"id-23609\";a:12:{s:5:\"title\";s:12:\"Our Partners\";s:18:\"featured-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2019/07/kids-charity-03-partners.jpg\";s:19:\"thumbnail-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2019/07/kids-charity-03-partners.jpg\";s:18:\"astra-page-api-url\";s:64:\"https://websitedemos.net/kids-charity-03/wp-json/wp/v2/pages/124\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:48:\"//websitedemos.net/kids-charity-03/our-partners/\";s:15:\"astra-sites-tag\";a:2:{i:734;s:8:\"partners\";i:486;s:4:\"team\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:139;s:5:\"other\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}}}s:8:\"id-23606\";a:12:{s:5:\"title\";s:10:\"Contact us\";s:18:\"featured-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2019/07/kids-charity-03-contact.jpg\";s:19:\"thumbnail-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2019/07/kids-charity-03-contact.jpg\";s:18:\"astra-page-api-url\";s:64:\"https://websitedemos.net/kids-charity-03/wp-json/wp/v2/pages/125\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:46:\"//websitedemos.net/kids-charity-03/contact-us/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:139;s:5:\"other\";}s:16:\"required-plugins\";a:3:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}i:2;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}s:8:\"id-23607\";a:12:{s:5:\"title\";s:6:\"Donate\";s:18:\"featured-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2019/07/kids-charity-03-donate.jpg\";s:19:\"thumbnail-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2019/07/kids-charity-03-donate.jpg\";s:18:\"astra-page-api-url\";s:64:\"https://websitedemos.net/kids-charity-03/wp-json/wp/v2/pages/103\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:42:\"//websitedemos.net/kids-charity-03/donate/\";s:15:\"astra-sites-tag\";a:1:{i:735;s:6:\"donate\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:139;s:5:\"other\";}s:16:\"required-plugins\";a:3:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:4:\"give\";s:4:\"init\";s:13:\"give/give.php\";s:4:\"name\";s:22:\"Give - Donation Plugin\";}i:2;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}}}}s:19:\"related-bb-template\";s:0:\"\";s:26:\"related-elementor-template\";s:0:\"\";s:26:\"related-gutenberg-template\";s:0:\"\";}s:8:\"id-18363\";a:22:{s:5:\"title\";s:9:\"theAgency\";s:2:\"id\";i:18363;s:12:\"publish-date\";i:1521183423;s:18:\"featured-image-url\";s:84:\"https://websitedemos.net/wp-content/uploads/2019/07/wordpress-agency-03-homepage.jpg\";s:19:\"thumbnail-image-url\";s:84:\"https://websitedemos.net/wp-content/uploads/2019/07/wordpress-agency-03-homepage.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:84:\"https://websitedemos.net/wp-content/uploads/2019/07/wordpress-agency-03-homepage.jpg\";s:14:\"astra-site-url\";s:38:\"//websitedemos.net/wordpress-agency-03\";s:20:\"astra-site-parent-id\";i:133;s:15:\"astra-sites-tag\";a:6:{i:663;s:6:\"agency\";i:979;s:7:\"company\";i:664;s:16:\"digital-services\";i:812;s:6:\"office\";i:665;s:14:\"service-agency\";i:661;s:7:\"website\";}s:16:\"astra-sites-type\";s:11:\"agency-mini\";s:19:\"astra-site-category\";a:1:{i:27;s:8:\"business\";}s:29:\"astra-sites-template-category\";a:0:{}s:23:\"astra-site-page-builder\";s:14:\"beaver-builder\";s:10:\"categories\";a:1:{i:2487;s:6:\"agency\";}s:16:\"required-plugins\";a:4:{i:0;a:3:{s:4:\"slug\";s:13:\"astra-widgets\";s:4:\"init\";s:31:\"astra-widgets/astra-widgets.php\";s:4:\"name\";s:13:\"Astra Widgets\";}i:1;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:2;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}i:3;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:11:\"post-status\";s:7:\"publish\";s:12:\"post-content\";s:0:\"\";s:12:\"post-excerpt\";s:0:\"\";s:5:\"pages\";a:6:{s:8:\"id-23274\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:84:\"https://websitedemos.net/wp-content/uploads/2019/07/wordpress-agency-03-homepage.jpg\";s:19:\"thumbnail-image-url\";s:84:\"https://websitedemos.net/wp-content/uploads/2019/07/wordpress-agency-03-homepage.jpg\";s:18:\"astra-page-api-url\";s:66:\"https://websitedemos.net/wordpress-agency-03/wp-json/wp/v2/pages/8\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:39:\"//websitedemos.net/wordpress-agency-03/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}}}s:8:\"id-23271\";a:12:{s:5:\"title\";s:5:\"About\";s:18:\"featured-image-url\";s:83:\"https://websitedemos.net/wp-content/uploads/2019/07/wordpress-agency-03-about-1.jpg\";s:19:\"thumbnail-image-url\";s:83:\"https://websitedemos.net/wp-content/uploads/2019/07/wordpress-agency-03-about-1.jpg\";s:18:\"astra-page-api-url\";s:67:\"https://websitedemos.net/wordpress-agency-03/wp-json/wp/v2/pages/25\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:45:\"//websitedemos.net/wordpress-agency-03/about/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}}}s:8:\"id-23276\";a:12:{s:5:\"title\";s:8:\"Services\";s:18:\"featured-image-url\";s:86:\"https://websitedemos.net/wp-content/uploads/2019/07/wordpress-agency-03-services-1.jpg\";s:19:\"thumbnail-image-url\";s:86:\"https://websitedemos.net/wp-content/uploads/2019/07/wordpress-agency-03-services-1.jpg\";s:18:\"astra-page-api-url\";s:67:\"https://websitedemos.net/wordpress-agency-03/wp-json/wp/v2/pages/26\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:48:\"//websitedemos.net/wordpress-agency-03/services/\";s:15:\"astra-sites-tag\";a:1:{i:425;s:8:\"services\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}}}s:8:\"id-23275\";a:12:{s:5:\"title\";s:8:\"Projects\";s:18:\"featured-image-url\";s:86:\"https://websitedemos.net/wp-content/uploads/2019/07/wordpress-agency-03-projects-1.jpg\";s:19:\"thumbnail-image-url\";s:86:\"https://websitedemos.net/wp-content/uploads/2019/07/wordpress-agency-03-projects-1.jpg\";s:18:\"astra-page-api-url\";s:67:\"https://websitedemos.net/wordpress-agency-03/wp-json/wp/v2/pages/27\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:48:\"//websitedemos.net/wordpress-agency-03/projects/\";s:15:\"astra-sites-tag\";a:1:{i:424;s:7:\"project\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}}}s:8:\"id-23277\";a:12:{s:5:\"title\";s:12:\"Testimonials\";s:18:\"featured-image-url\";s:90:\"https://websitedemos.net/wp-content/uploads/2019/07/wordpress-agency-03-testimonials-3.jpg\";s:19:\"thumbnail-image-url\";s:90:\"https://websitedemos.net/wp-content/uploads/2019/07/wordpress-agency-03-testimonials-3.jpg\";s:18:\"astra-page-api-url\";s:67:\"https://websitedemos.net/wordpress-agency-03/wp-json/wp/v2/pages/28\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:52:\"//websitedemos.net/wordpress-agency-03/testimonials/\";s:15:\"astra-sites-tag\";a:1:{i:433;s:12:\"testimonials\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}}}s:8:\"id-23273\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:85:\"https://websitedemos.net/wp-content/uploads/2019/07/wordpress-agency-03-contact-2.jpg\";s:19:\"thumbnail-image-url\";s:85:\"https://websitedemos.net/wp-content/uploads/2019/07/wordpress-agency-03-contact-2.jpg\";s:18:\"astra-page-api-url\";s:67:\"https://websitedemos.net/wordpress-agency-03/wp-json/wp/v2/pages/29\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:47:\"//websitedemos.net/wordpress-agency-03/contact/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:3:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}i:2;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}}s:19:\"related-bb-template\";s:0:\"\";s:26:\"related-elementor-template\";s:0:\"\";s:26:\"related-gutenberg-template\";s:0:\"\";}s:8:\"id-18372\";a:22:{s:5:\"title\";s:5:\"Coach\";s:2:\"id\";i:18372;s:12:\"publish-date\";i:1521183405;s:18:\"featured-image-url\";s:73:\"https://websitedemos.net/wp-content/uploads/2019/07/coach-03-homepage.jpg\";s:19:\"thumbnail-image-url\";s:73:\"https://websitedemos.net/wp-content/uploads/2019/07/coach-03-homepage.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:73:\"https://websitedemos.net/wp-content/uploads/2019/07/coach-03-homepage.jpg\";s:14:\"astra-site-url\";s:27:\"//websitedemos.net/coach-03\";s:20:\"astra-site-parent-id\";i:236;s:15:\"astra-sites-tag\";a:6:{i:854;s:5:\"coach\";i:610;s:8:\"coaching\";i:608;s:8:\"guidance\";i:612;s:10:\"life-coach\";i:609;s:9:\"motivator\";i:611;s:16:\"self-improvement\";}s:16:\"astra-sites-type\";s:11:\"agency-mini\";s:19:\"astra-site-category\";a:1:{i:27;s:8:\"business\";}s:29:\"astra-sites-template-category\";a:0:{}s:23:\"astra-site-page-builder\";s:14:\"beaver-builder\";s:10:\"categories\";a:1:{i:2483;s:15:\"expert-services\";}s:16:\"required-plugins\";a:3:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}i:2;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:11:\"post-status\";s:7:\"publish\";s:12:\"post-content\";s:0:\"\";s:12:\"post-excerpt\";s:0:\"\";s:5:\"pages\";a:5:{s:8:\"id-24510\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:73:\"https://websitedemos.net/wp-content/uploads/2019/07/coach-03-homepage.jpg\";s:19:\"thumbnail-image-url\";s:73:\"https://websitedemos.net/wp-content/uploads/2019/07/coach-03-homepage.jpg\";s:18:\"astra-page-api-url\";s:55:\"https://websitedemos.net/coach-03/wp-json/wp/v2/pages/7\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:28:\"//websitedemos.net/coach-03/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}}}s:8:\"id-24505\";a:12:{s:5:\"title\";s:5:\"About\";s:18:\"featured-image-url\";s:72:\"https://websitedemos.net/wp-content/uploads/2019/07/coach-03-about-1.jpg\";s:19:\"thumbnail-image-url\";s:72:\"https://websitedemos.net/wp-content/uploads/2019/07/coach-03-about-1.jpg\";s:18:\"astra-page-api-url\";s:56:\"https://websitedemos.net/coach-03/wp-json/wp/v2/pages/20\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:34:\"//websitedemos.net/coach-03/about/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}}}s:8:\"id-24509\";a:12:{s:5:\"title\";s:7:\"e-Books\";s:18:\"featured-image-url\";s:72:\"https://websitedemos.net/wp-content/uploads/2019/07/coach-03-e-books.jpg\";s:19:\"thumbnail-image-url\";s:72:\"https://websitedemos.net/wp-content/uploads/2019/07/coach-03-e-books.jpg\";s:18:\"astra-page-api-url\";s:56:\"https://websitedemos.net/coach-03/wp-json/wp/v2/pages/21\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:36:\"//websitedemos.net/coach-03/e-books/\";s:15:\"astra-sites-tag\";a:1:{i:781;s:6:\"e-book\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}}}s:8:\"id-24508\";a:12:{s:5:\"title\";s:7:\"Courses\";s:18:\"featured-image-url\";s:72:\"https://websitedemos.net/wp-content/uploads/2019/07/coach-03-courses.jpg\";s:19:\"thumbnail-image-url\";s:72:\"https://websitedemos.net/wp-content/uploads/2019/07/coach-03-courses.jpg\";s:18:\"astra-page-api-url\";s:56:\"https://websitedemos.net/coach-03/wp-json/wp/v2/pages/22\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:36:\"//websitedemos.net/coach-03/courses/\";s:15:\"astra-sites-tag\";a:1:{i:462;s:7:\"courses\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}}}s:8:\"id-24507\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:72:\"https://websitedemos.net/wp-content/uploads/2019/07/coach-03-contact.jpg\";s:19:\"thumbnail-image-url\";s:72:\"https://websitedemos.net/wp-content/uploads/2019/07/coach-03-contact.jpg\";s:18:\"astra-page-api-url\";s:56:\"https://websitedemos.net/coach-03/wp-json/wp/v2/pages/24\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:36:\"//websitedemos.net/coach-03/contact/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:3:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}i:2;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}}s:19:\"related-bb-template\";s:0:\"\";s:26:\"related-elementor-template\";s:0:\"\";s:26:\"related-gutenberg-template\";s:0:\"\";}s:8:\"id-18361\";a:22:{s:5:\"title\";s:17:\"Five Days Website\";s:2:\"id\";i:18361;s:12:\"publish-date\";i:1521183383;s:18:\"featured-image-url\";s:83:\"https://websitedemos.net/wp-content/uploads/2019/07/creative-agency-03-homepage.jpg\";s:19:\"thumbnail-image-url\";s:83:\"https://websitedemos.net/wp-content/uploads/2019/07/creative-agency-03-homepage.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:83:\"https://websitedemos.net/wp-content/uploads/2019/07/creative-agency-03-homepage.jpg\";s:14:\"astra-site-url\";s:37:\"//websitedemos.net/creative-agency-03\";s:20:\"astra-site-parent-id\";i:178;s:15:\"astra-sites-tag\";a:4:{i:663;s:6:\"agency\";i:664;s:16:\"digital-services\";i:665;s:14:\"service-agency\";i:661;s:7:\"website\";}s:16:\"astra-sites-type\";s:11:\"agency-mini\";s:19:\"astra-site-category\";a:1:{i:27;s:8:\"business\";}s:29:\"astra-sites-template-category\";a:0:{}s:23:\"astra-site-page-builder\";s:14:\"beaver-builder\";s:10:\"categories\";a:1:{i:2487;s:6:\"agency\";}s:16:\"required-plugins\";a:3:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}i:2;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:11:\"post-status\";s:7:\"publish\";s:12:\"post-content\";s:0:\"\";s:12:\"post-excerpt\";s:0:\"\";s:5:\"pages\";a:6:{s:8:\"id-23665\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:83:\"https://websitedemos.net/wp-content/uploads/2019/07/creative-agency-03-homepage.jpg\";s:19:\"thumbnail-image-url\";s:83:\"https://websitedemos.net/wp-content/uploads/2019/07/creative-agency-03-homepage.jpg\";s:18:\"astra-page-api-url\";s:66:\"https://websitedemos.net/creative-agency-03/wp-json/wp/v2/pages/10\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:38:\"//websitedemos.net/creative-agency-03/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}}}s:8:\"id-23667\";a:12:{s:5:\"title\";s:8:\"Services\";s:18:\"featured-image-url\";s:83:\"https://websitedemos.net/wp-content/uploads/2019/07/creative-agency-03-services.jpg\";s:19:\"thumbnail-image-url\";s:83:\"https://websitedemos.net/wp-content/uploads/2019/07/creative-agency-03-services.jpg\";s:18:\"astra-page-api-url\";s:66:\"https://websitedemos.net/creative-agency-03/wp-json/wp/v2/pages/28\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:47:\"//websitedemos.net/creative-agency-03/services/\";s:15:\"astra-sites-tag\";a:1:{i:425;s:8:\"services\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}}}s:8:\"id-23663\";a:12:{s:5:\"title\";s:12:\"Case Studies\";s:18:\"featured-image-url\";s:87:\"https://websitedemos.net/wp-content/uploads/2019/07/creative-agency-03-case-studies.jpg\";s:19:\"thumbnail-image-url\";s:87:\"https://websitedemos.net/wp-content/uploads/2019/07/creative-agency-03-case-studies.jpg\";s:18:\"astra-page-api-url\";s:66:\"https://websitedemos.net/creative-agency-03/wp-json/wp/v2/pages/31\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:51:\"//websitedemos.net/creative-agency-03/case-studies/\";s:15:\"astra-sites-tag\";a:1:{i:780;s:12:\"case-studies\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}}}s:8:\"id-23669\";a:12:{s:5:\"title\";s:12:\"Testimonials\";s:18:\"featured-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2019/07/agency-03-testimonials.jpg\";s:19:\"thumbnail-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2019/07/agency-03-testimonials.jpg\";s:18:\"astra-page-api-url\";s:66:\"https://websitedemos.net/creative-agency-03/wp-json/wp/v2/pages/30\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:51:\"//websitedemos.net/creative-agency-03/testimonials/\";s:15:\"astra-sites-tag\";a:1:{i:433;s:12:\"testimonials\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}}}s:8:\"id-23666\";a:12:{s:5:\"title\";s:6:\"Prices\";s:18:\"featured-image-url\";s:81:\"https://websitedemos.net/wp-content/uploads/2019/07/creative-agency-03-prices.jpg\";s:19:\"thumbnail-image-url\";s:81:\"https://websitedemos.net/wp-content/uploads/2019/07/creative-agency-03-prices.jpg\";s:18:\"astra-page-api-url\";s:66:\"https://websitedemos.net/creative-agency-03/wp-json/wp/v2/pages/29\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:45:\"//websitedemos.net/creative-agency-03/prices/\";s:15:\"astra-sites-tag\";a:2:{i:815;s:5:\"price\";i:585;s:7:\"pricing\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}}}s:8:\"id-23664\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:82:\"https://websitedemos.net/wp-content/uploads/2019/07/creative-agency-03-contact.jpg\";s:19:\"thumbnail-image-url\";s:82:\"https://websitedemos.net/wp-content/uploads/2019/07/creative-agency-03-contact.jpg\";s:18:\"astra-page-api-url\";s:66:\"https://websitedemos.net/creative-agency-03/wp-json/wp/v2/pages/32\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:46:\"//websitedemos.net/creative-agency-03/contact/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:3:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}i:2;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}}s:19:\"related-bb-template\";s:0:\"\";s:26:\"related-elementor-template\";s:0:\"\";s:26:\"related-gutenberg-template\";s:0:\"\";}s:8:\"id-18375\";a:22:{s:5:\"title\";s:16:\"Conference Event\";s:2:\"id\";i:18375;s:12:\"publish-date\";i:1521183449;s:18:\"featured-image-url\";s:84:\"https://websitedemos.net/wp-content/uploads/2019/07/conference-event-03-homepage.jpg\";s:19:\"thumbnail-image-url\";s:84:\"https://websitedemos.net/wp-content/uploads/2019/07/conference-event-03-homepage.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:84:\"https://websitedemos.net/wp-content/uploads/2019/07/conference-event-03-homepage.jpg\";s:14:\"astra-site-url\";s:38:\"//websitedemos.net/conference-event-03\";s:20:\"astra-site-parent-id\";i:175;s:15:\"astra-sites-tag\";a:6:{i:744;s:10:\"conference\";i:742;s:13:\"event-website\";i:743;s:7:\"meeting\";i:399;s:8:\"one-page\";i:745;s:12:\"organization\";i:463;s:11:\"single-page\";}s:16:\"astra-sites-type\";s:11:\"agency-mini\";s:19:\"astra-site-category\";a:1:{i:27;s:8:\"business\";}s:29:\"astra-sites-template-category\";a:0:{}s:23:\"astra-site-page-builder\";s:14:\"beaver-builder\";s:10:\"categories\";a:1:{i:2489;s:16:\"event-invitation\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}}s:11:\"post-status\";s:7:\"publish\";s:12:\"post-content\";s:0:\"\";s:12:\"post-excerpt\";s:0:\"\";s:5:\"pages\";a:1:{s:8:\"id-23637\";a:12:{s:5:\"title\";s:16:\"One Page Website\";s:18:\"featured-image-url\";s:84:\"https://websitedemos.net/wp-content/uploads/2019/07/conference-event-03-homepage.jpg\";s:19:\"thumbnail-image-url\";s:84:\"https://websitedemos.net/wp-content/uploads/2019/07/conference-event-03-homepage.jpg\";s:18:\"astra-page-api-url\";s:67:\"https://websitedemos.net/conference-event-03/wp-json/wp/v2/pages/72\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:39:\"//websitedemos.net/conference-event-03/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}}}}s:19:\"related-bb-template\";s:0:\"\";s:26:\"related-elementor-template\";s:0:\"\";s:26:\"related-gutenberg-template\";s:0:\"\";}s:8:\"id-18310\";a:22:{s:5:\"title\";s:17:\"Five Days Website\";s:2:\"id\";i:18310;s:12:\"publish-date\";i:1520407757;s:18:\"featured-image-url\";s:76:\"https://websitedemos.net/wp-content/uploads/2018/03/creative-agency-04-1.jpg\";s:19:\"thumbnail-image-url\";s:76:\"https://websitedemos.net/wp-content/uploads/2018/03/creative-agency-04-1.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:76:\"https://websitedemos.net/wp-content/uploads/2018/03/creative-agency-04-1.jpg\";s:14:\"astra-site-url\";s:37:\"//websitedemos.net/creative-agency-04\";s:20:\"astra-site-parent-id\";i:181;s:15:\"astra-sites-tag\";a:4:{i:663;s:6:\"agency\";i:664;s:16:\"digital-services\";i:665;s:14:\"service-agency\";i:661;s:7:\"website\";}s:16:\"astra-sites-type\";s:11:\"agency-mini\";s:19:\"astra-site-category\";a:1:{i:27;s:8:\"business\";}s:29:\"astra-sites-template-category\";a:2:{i:2812;s:14:\"digital-agency\";i:2831;s:7:\"service\";}s:23:\"astra-site-page-builder\";s:9:\"elementor\";s:10:\"categories\";a:1:{i:2487;s:6:\"agency\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:11:\"post-status\";s:7:\"publish\";s:12:\"post-content\";s:931:\"<!-- wp:paragraph -->\n<p>The Five Days Website template makes its case right away with a bold, informative banner. That is complemented by a corresponding image and use of modern colors to make everything stand out.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The rest of the template continues that theme with the contrast colors standing out against the whitespace while giving you room to tell your story, share your products and services and communicate with your audience.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>Key features of the Five Days Website template</h3>\n<!-- /wp:heading -->\n\n<!-- wp:list -->\n<ul><li>Communicate your purpose from the very beginning</li><li>Simple, elegant layout with bold colors</li><li>Whitespace counters the boldness to achieve balance</li><li>Flexible layouts and content areas</li><li>Full compatibility with leading page builders</li></ul>\n<!-- /wp:list -->\";s:12:\"post-excerpt\";s:81:\"Energetic web template for digital agencies with bright colors and instant appeal\";s:5:\"pages\";a:6:{s:8:\"id-23703\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:76:\"https://websitedemos.net/wp-content/uploads/2018/03/creative-agency-04-1.jpg\";s:19:\"thumbnail-image-url\";s:76:\"https://websitedemos.net/wp-content/uploads/2018/03/creative-agency-04-1.jpg\";s:18:\"astra-page-api-url\";s:65:\"https://websitedemos.net/creative-agency-04/wp-json/wp/v2/pages/7\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:38:\"//websitedemos.net/creative-agency-04/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-23705\";a:12:{s:5:\"title\";s:8:\"Services\";s:18:\"featured-image-url\";s:98:\"https://websitedemos.net/wp-content/uploads/2019/07/id-23705-five-days-website-services-resize.jpg\";s:19:\"thumbnail-image-url\";s:98:\"https://websitedemos.net/wp-content/uploads/2019/07/id-23705-five-days-website-services-resize.jpg\";s:18:\"astra-page-api-url\";s:66:\"https://websitedemos.net/creative-agency-04/wp-json/wp/v2/pages/28\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:47:\"//websitedemos.net/creative-agency-04/services/\";s:15:\"astra-sites-tag\";a:1:{i:425;s:8:\"services\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-23701\";a:12:{s:5:\"title\";s:12:\"Case Studies\";s:18:\"featured-image-url\";s:87:\"https://websitedemos.net/wp-content/uploads/2019/07/creative-agency-04-case-studies.jpg\";s:19:\"thumbnail-image-url\";s:87:\"https://websitedemos.net/wp-content/uploads/2019/07/creative-agency-04-case-studies.jpg\";s:18:\"astra-page-api-url\";s:66:\"https://websitedemos.net/creative-agency-04/wp-json/wp/v2/pages/31\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:51:\"//websitedemos.net/creative-agency-04/case-studies/\";s:15:\"astra-sites-tag\";a:1:{i:736;s:7:\"studies\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-23707\";a:12:{s:5:\"title\";s:12:\"Testimonials\";s:18:\"featured-image-url\";s:87:\"https://websitedemos.net/wp-content/uploads/2019/07/creative-agency-04-testimonials.jpg\";s:19:\"thumbnail-image-url\";s:87:\"https://websitedemos.net/wp-content/uploads/2019/07/creative-agency-04-testimonials.jpg\";s:18:\"astra-page-api-url\";s:66:\"https://websitedemos.net/creative-agency-04/wp-json/wp/v2/pages/30\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:51:\"//websitedemos.net/creative-agency-04/testimonials/\";s:15:\"astra-sites-tag\";a:1:{i:433;s:12:\"testimonials\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-23704\";a:12:{s:5:\"title\";s:6:\"Prices\";s:18:\"featured-image-url\";s:81:\"https://websitedemos.net/wp-content/uploads/2019/07/creative-agency-04-prices.jpg\";s:19:\"thumbnail-image-url\";s:81:\"https://websitedemos.net/wp-content/uploads/2019/07/creative-agency-04-prices.jpg\";s:18:\"astra-page-api-url\";s:66:\"https://websitedemos.net/creative-agency-04/wp-json/wp/v2/pages/29\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:45:\"//websitedemos.net/creative-agency-04/prices/\";s:15:\"astra-sites-tag\";a:1:{i:585;s:7:\"pricing\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-23702\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:82:\"https://websitedemos.net/wp-content/uploads/2019/07/creative-agency-04-contact.jpg\";s:19:\"thumbnail-image-url\";s:82:\"https://websitedemos.net/wp-content/uploads/2019/07/creative-agency-04-contact.jpg\";s:18:\"astra-page-api-url\";s:66:\"https://websitedemos.net/creative-agency-04/wp-json/wp/v2/pages/32\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:46:\"//websitedemos.net/creative-agency-04/contact/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}}s:19:\"related-bb-template\";i:18361;s:26:\"related-elementor-template\";i:18310;s:26:\"related-gutenberg-template\";s:0:\"\";}s:8:\"id-18306\";a:22:{s:5:\"title\";s:9:\"theAgency\";s:2:\"id\";i:18306;s:12:\"publish-date\";i:1520407419;s:18:\"featured-image-url\";s:77:\"https://websitedemos.net/wp-content/uploads/2019/07/wordpress-agency-04-2.jpg\";s:19:\"thumbnail-image-url\";s:77:\"https://websitedemos.net/wp-content/uploads/2019/07/wordpress-agency-04-2.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:77:\"https://websitedemos.net/wp-content/uploads/2019/07/wordpress-agency-04-2.jpg\";s:14:\"astra-site-url\";s:38:\"//websitedemos.net/wordpress-agency-04\";s:20:\"astra-site-parent-id\";i:141;s:15:\"astra-sites-tag\";a:6:{i:663;s:6:\"agency\";i:979;s:7:\"company\";i:664;s:16:\"digital-services\";i:812;s:6:\"office\";i:665;s:14:\"service-agency\";i:661;s:7:\"website\";}s:16:\"astra-sites-type\";s:11:\"agency-mini\";s:19:\"astra-site-category\";a:1:{i:27;s:8:\"business\";}s:29:\"astra-sites-template-category\";a:4:{i:2777;s:8:\"business\";i:2812;s:14:\"digital-agency\";i:2768;s:9:\"portfolio\";i:2831;s:7:\"service\";}s:23:\"astra-site-page-builder\";s:9:\"elementor\";s:10:\"categories\";a:1:{i:2487;s:6:\"agency\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:11:\"post-status\";s:7:\"publish\";s:12:\"post-content\";s:945:\"<!-- wp:paragraph -->\n<p>theAgency template is a modern dark theme that reflects the cutting-edge nature of many digital agencies. It uses a simple shaded image to great effect along with sans serif fonts and a green colorway to add interest.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The rest of the website template uses darkspace and content areas well and provides lots of opportunities to tell your story, share products and services and use imagery to promote your brand. It’s a very composed template!</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>Key features of the theAgency template</h2>\n<!-- /wp:heading -->\n\n<!-- wp:list -->\n<ul><li>Contemporary dark theme with modern appeal</li><li>Good use of sans serif fonts and color to create atmosphere</li><li>Flexible layout with lots of content space</li><li>Imagery can really stand out</li><li>Full compatibility with leading page builders</li></ul>\n<!-- /wp:list -->\";s:12:\"post-excerpt\";s:91:\"Dark, atmospheric design that’s perfect for digital agencies who want to tell their story\";s:5:\"pages\";a:6:{s:8:\"id-23344\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:77:\"https://websitedemos.net/wp-content/uploads/2019/07/wordpress-agency-04-2.jpg\";s:19:\"thumbnail-image-url\";s:77:\"https://websitedemos.net/wp-content/uploads/2019/07/wordpress-agency-04-2.jpg\";s:18:\"astra-page-api-url\";s:66:\"https://websitedemos.net/wordpress-agency-04/wp-json/wp/v2/pages/6\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:39:\"//websitedemos.net/wordpress-agency-04/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-23341\";a:12:{s:5:\"title\";s:5:\"About\";s:18:\"featured-image-url\";s:83:\"https://websitedemos.net/wp-content/uploads/2019/07/wordpress-agency-04-about-1.jpg\";s:19:\"thumbnail-image-url\";s:83:\"https://websitedemos.net/wp-content/uploads/2019/07/wordpress-agency-04-about-1.jpg\";s:18:\"astra-page-api-url\";s:67:\"https://websitedemos.net/wordpress-agency-04/wp-json/wp/v2/pages/25\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:45:\"//websitedemos.net/wordpress-agency-04/about/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-23346\";a:12:{s:5:\"title\";s:8:\"Services\";s:18:\"featured-image-url\";s:86:\"https://websitedemos.net/wp-content/uploads/2019/07/wordpress-agency-04-services-1.jpg\";s:19:\"thumbnail-image-url\";s:86:\"https://websitedemos.net/wp-content/uploads/2019/07/wordpress-agency-04-services-1.jpg\";s:18:\"astra-page-api-url\";s:67:\"https://websitedemos.net/wordpress-agency-04/wp-json/wp/v2/pages/26\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:48:\"//websitedemos.net/wordpress-agency-04/services/\";s:15:\"astra-sites-tag\";a:1:{i:425;s:8:\"services\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-23345\";a:12:{s:5:\"title\";s:8:\"Projects\";s:18:\"featured-image-url\";s:86:\"https://websitedemos.net/wp-content/uploads/2019/07/wordpress-agency-04-projects-1.jpg\";s:19:\"thumbnail-image-url\";s:86:\"https://websitedemos.net/wp-content/uploads/2019/07/wordpress-agency-04-projects-1.jpg\";s:18:\"astra-page-api-url\";s:67:\"https://websitedemos.net/wordpress-agency-04/wp-json/wp/v2/pages/27\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:48:\"//websitedemos.net/wordpress-agency-04/projects/\";s:15:\"astra-sites-tag\";a:1:{i:424;s:7:\"project\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-23347\";a:12:{s:5:\"title\";s:12:\"Testimonials\";s:18:\"featured-image-url\";s:90:\"https://websitedemos.net/wp-content/uploads/2019/07/wordpress-agency-04-testimonials-3.jpg\";s:19:\"thumbnail-image-url\";s:90:\"https://websitedemos.net/wp-content/uploads/2019/07/wordpress-agency-04-testimonials-3.jpg\";s:18:\"astra-page-api-url\";s:67:\"https://websitedemos.net/wordpress-agency-04/wp-json/wp/v2/pages/28\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:52:\"//websitedemos.net/wordpress-agency-04/testimonials/\";s:15:\"astra-sites-tag\";a:1:{i:433;s:12:\"testimonials\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-23343\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:85:\"https://websitedemos.net/wp-content/uploads/2019/07/wordpress-agency-04-contact-1.jpg\";s:19:\"thumbnail-image-url\";s:85:\"https://websitedemos.net/wp-content/uploads/2019/07/wordpress-agency-04-contact-1.jpg\";s:18:\"astra-page-api-url\";s:67:\"https://websitedemos.net/wordpress-agency-04/wp-json/wp/v2/pages/29\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:47:\"//websitedemos.net/wordpress-agency-04/contact/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}}s:19:\"related-bb-template\";i:18363;s:26:\"related-elementor-template\";i:18306;s:26:\"related-gutenberg-template\";s:0:\"\";}}',	'no'),
(351,	'astra-sites-and-pages-page-31',	'a:15:{s:8:\"id-18325\";a:22:{s:5:\"title\";s:16:\"Conference Event\";s:2:\"id\";i:18325;s:12:\"publish-date\";i:1520407164;s:18:\"featured-image-url\";s:77:\"https://websitedemos.net/wp-content/uploads/2018/03/conference-event-02-1.jpg\";s:19:\"thumbnail-image-url\";s:77:\"https://websitedemos.net/wp-content/uploads/2018/03/conference-event-02-1.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:77:\"https://websitedemos.net/wp-content/uploads/2018/03/conference-event-02-1.jpg\";s:14:\"astra-site-url\";s:38:\"//websitedemos.net/conference-event-02\";s:20:\"astra-site-parent-id\";i:168;s:15:\"astra-sites-tag\";a:6:{i:744;s:10:\"conference\";i:742;s:13:\"event-website\";i:743;s:7:\"meeting\";i:399;s:8:\"one-page\";i:745;s:12:\"organization\";i:463;s:11:\"single-page\";}s:16:\"astra-sites-type\";s:4:\"free\";s:19:\"astra-site-category\";a:2:{i:27;s:8:\"business\";i:39;s:4:\"free\";}s:29:\"astra-sites-template-category\";a:3:{i:2811;s:10:\"conference\";i:2784;s:5:\"event\";i:2771;s:8:\"one-page\";}s:23:\"astra-site-page-builder\";s:9:\"elementor\";s:10:\"categories\";a:2:{i:2489;s:16:\"event-invitation\";i:2927;s:8:\"one-page\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}s:11:\"post-status\";s:7:\"publish\";s:12:\"post-content\";s:983:\"<!-- wp:paragraph -->\n<p>The Conference Event web template uses a minimal scheme with well-chosen fonts to create a professional persona. It utilizes a large image on the homepage to communicate instantly what it’s about to leave little doubt for visitors</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The rest of the template is minimal with flexible content areas, an event schedule section, speaker biography area and supplementary information delegates would need to know along with a booking form and ticketing options.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>Key features of the Conference Event template</h2>\n<!-- /wp:heading -->\n\n<!-- wp:list -->\n<ul><li>Creates a professional persona right away</li><li>Uses images and fonts to communicate intent immediately</li><li>Areas for schedules, speakers and supporting content</li><li>Contact and booking form within the design</li><li>Full compatibility with leading page builders</li></ul>\n<!-- /wp:list -->\";s:12:\"post-excerpt\";s:75:\"Accessible, modern template ideal for conferences or event company websites\";s:5:\"pages\";a:1:{s:8:\"id-23603\";a:12:{s:5:\"title\";s:16:\"One Page Website\";s:18:\"featured-image-url\";s:77:\"https://websitedemos.net/wp-content/uploads/2018/03/conference-event-02-1.jpg\";s:19:\"thumbnail-image-url\";s:77:\"https://websitedemos.net/wp-content/uploads/2018/03/conference-event-02-1.jpg\";s:18:\"astra-page-api-url\";s:66:\"https://websitedemos.net/conference-event-02/wp-json/wp/v2/pages/4\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:39:\"//websitedemos.net/conference-event-02/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}}s:19:\"related-bb-template\";i:18375;s:26:\"related-elementor-template\";i:18325;s:26:\"related-gutenberg-template\";s:0:\"\";}s:8:\"id-18284\";a:22:{s:5:\"title\";s:7:\"eCourse\";s:2:\"id\";i:18284;s:12:\"publish-date\";i:1519723055;s:18:\"featured-image-url\";s:64:\"https://websitedemos.net/wp-content/uploads/2020/01/teach-04.jpg\";s:19:\"thumbnail-image-url\";s:64:\"https://websitedemos.net/wp-content/uploads/2020/01/teach-04.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:64:\"https://websitedemos.net/wp-content/uploads/2020/01/teach-04.jpg\";s:14:\"astra-site-url\";s:27:\"//websitedemos.net/teach-04\";s:20:\"astra-site-parent-id\";i:218;s:15:\"astra-sites-tag\";a:5:{i:468;s:9:\"elearning\";i:719;s:15:\"online-coaching\";i:975;s:15:\"online-learning\";i:721;s:8:\"training\";i:720;s:9:\"tutorials\";}s:16:\"astra-sites-type\";s:11:\"agency-mini\";s:19:\"astra-site-category\";a:1:{i:27;s:8:\"business\";}s:29:\"astra-sites-template-category\";a:4:{i:2825;s:8:\"coaching\";i:2835;s:9:\"elearning\";i:2880;s:10:\"membership\";i:2827;s:13:\"online-course\";}s:23:\"astra-site-page-builder\";s:9:\"elementor\";s:10:\"categories\";a:1:{i:2494;s:9:\"elearning\";}s:16:\"required-plugins\";a:3:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:18:\"ultimate-elementor\";s:4:\"init\";s:41:\"ultimate-elementor/ultimate-elementor.php\";s:4:\"name\";s:29:\"Ultimate Addons for Elementor\";}i:2;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:11:\"post-status\";s:7:\"publish\";s:12:\"post-content\";s:958:\"<!-- wp:paragraph -->\n<p>The eCourse template uses a pleasant full screen header that’s mainly color and a heading to set the scene. It’s a confidence-inspiring opening that is reflected elsewhere in the template.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>This is an eLearning template and has been configured as such, with course listings, course pages, course samples and a video on the main page. Supporting pages build on the first impression by delivering the information you would expect to see on an eLearning website.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>Key features of the eCourse template</h2>\n<!-- /wp:heading -->\n\n<!-- wp:list -->\n<ul><li>Carefully selected colors to inspire confidence</li><li>Content-rich homepage ready to instantly engage</li><li>Options for video and audio within pages</li><li>Well designed supplementary pages</li><li>Full compatibility with leading page builders</li></ul>\n<!-- /wp:list -->\";s:12:\"post-excerpt\";s:68:\"eLearning template that’s ideal for online course websites and LMS\";s:5:\"pages\";a:5:{s:8:\"id-39985\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:64:\"https://websitedemos.net/wp-content/uploads/2020/01/teach-04.jpg\";s:19:\"thumbnail-image-url\";s:64:\"https://websitedemos.net/wp-content/uploads/2020/01/teach-04.jpg\";s:18:\"astra-page-api-url\";s:55:\"https://websitedemos.net/teach-04/wp-json/wp/v2/pages/9\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:28:\"//websitedemos.net/teach-04/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:18:\"ultimate-elementor\";s:4:\"init\";s:41:\"ultimate-elementor/ultimate-elementor.php\";s:4:\"name\";s:29:\"Ultimate Addons for Elementor\";}}}s:8:\"id-39983\";a:12:{s:5:\"title\";s:5:\"About\";s:18:\"featured-image-url\";s:70:\"https://websitedemos.net/wp-content/uploads/2020/01/teach-04-about.jpg\";s:19:\"thumbnail-image-url\";s:70:\"https://websitedemos.net/wp-content/uploads/2020/01/teach-04-about.jpg\";s:18:\"astra-page-api-url\";s:56:\"https://websitedemos.net/teach-04/wp-json/wp/v2/pages/50\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:34:\"//websitedemos.net/teach-04/about/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:18:\"ultimate-elementor\";s:4:\"init\";s:41:\"ultimate-elementor/ultimate-elementor.php\";s:4:\"name\";s:29:\"Ultimate Addons for Elementor\";}}}s:8:\"id-39986\";a:12:{s:5:\"title\";s:7:\"Lessons\";s:18:\"featured-image-url\";s:72:\"https://websitedemos.net/wp-content/uploads/2020/01/teach-04-lessons.jpg\";s:19:\"thumbnail-image-url\";s:72:\"https://websitedemos.net/wp-content/uploads/2020/01/teach-04-lessons.jpg\";s:18:\"astra-page-api-url\";s:56:\"https://websitedemos.net/teach-04/wp-json/wp/v2/pages/81\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:36:\"//websitedemos.net/teach-04/lessons/\";s:15:\"astra-sites-tag\";a:1:{i:747;s:7:\"lessons\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:18:\"ultimate-elementor\";s:4:\"init\";s:41:\"ultimate-elementor/ultimate-elementor.php\";s:4:\"name\";s:29:\"Ultimate Addons for Elementor\";}}}s:8:\"id-39987\";a:12:{s:5:\"title\";s:12:\"Testimonials\";s:18:\"featured-image-url\";s:77:\"https://websitedemos.net/wp-content/uploads/2020/01/teach-04-testimonials.jpg\";s:19:\"thumbnail-image-url\";s:77:\"https://websitedemos.net/wp-content/uploads/2020/01/teach-04-testimonials.jpg\";s:18:\"astra-page-api-url\";s:56:\"https://websitedemos.net/teach-04/wp-json/wp/v2/pages/53\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:41:\"//websitedemos.net/teach-04/testimonials/\";s:15:\"astra-sites-tag\";a:1:{i:433;s:12:\"testimonials\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:18:\"ultimate-elementor\";s:4:\"init\";s:41:\"ultimate-elementor/ultimate-elementor.php\";s:4:\"name\";s:29:\"Ultimate Addons for Elementor\";}}}s:8:\"id-39984\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:72:\"https://websitedemos.net/wp-content/uploads/2020/01/teach-04-contact.jpg\";s:19:\"thumbnail-image-url\";s:72:\"https://websitedemos.net/wp-content/uploads/2020/01/teach-04-contact.jpg\";s:18:\"astra-page-api-url\";s:56:\"https://websitedemos.net/teach-04/wp-json/wp/v2/pages/55\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:36:\"//websitedemos.net/teach-04/contact/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:3:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:18:\"ultimate-elementor\";s:4:\"init\";s:41:\"ultimate-elementor/ultimate-elementor.php\";s:4:\"name\";s:29:\"Ultimate Addons for Elementor\";}i:2;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}}s:19:\"related-bb-template\";i:18388;s:26:\"related-elementor-template\";i:59004;s:26:\"related-gutenberg-template\";s:0:\"\";}s:8:\"id-18265\";a:22:{s:5:\"title\";s:5:\"Coach\";s:2:\"id\";i:18265;s:12:\"publish-date\";i:1518672171;s:18:\"featured-image-url\";s:64:\"https://websitedemos.net/wp-content/uploads/2019/07/coach-02.jpg\";s:19:\"thumbnail-image-url\";s:64:\"https://websitedemos.net/wp-content/uploads/2019/07/coach-02.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:64:\"https://websitedemos.net/wp-content/uploads/2019/07/coach-02.jpg\";s:14:\"astra-site-url\";s:27:\"//websitedemos.net/coach-02\";s:20:\"astra-site-parent-id\";i:220;s:15:\"astra-sites-tag\";a:6:{i:610;s:8:\"coaching\";i:608;s:8:\"guidance\";i:612;s:10:\"life-coach\";i:609;s:9:\"motivator\";i:1020;s:8:\"personal\";i:611;s:16:\"self-improvement\";}s:16:\"astra-sites-type\";s:4:\"free\";s:19:\"astra-site-category\";a:2:{i:27;s:8:\"business\";i:39;s:4:\"free\";}s:29:\"astra-sites-template-category\";a:3:{i:2825;s:8:\"coaching\";i:2835;s:9:\"elearning\";i:2770;s:8:\"personal\";}s:23:\"astra-site-page-builder\";s:9:\"elementor\";s:10:\"categories\";a:1:{i:2483;s:15:\"expert-services\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:11:\"post-status\";s:7:\"publish\";s:12:\"post-content\";s:958:\"<!-- wp:paragraph -->\n<p>The Coach template uses a reassuring blue color known to give confidence. That’s a great choice for a coach, trainer or instructor but can be changed to fit your brand with ease.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The web template uses a standard business layout with a strong hero section and call to action before opening out into service sections, testimonials and a biography section. You can easily add or remove elements with ease and design every page to fit your own.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>Key features of the Coach template</h2>\n<!-- /wp:heading -->\n\n<!-- wp:list -->\n<ul><li>Inspires confidence as soon as it loads</li><li>Includes all page sections you would expect from a business website</li><li>Good use of complementary colors throughout</li><li>Full range of pages you’ll likely need</li><li>Full compatibility with leading page builders</li></ul>\n<!-- /wp:list -->\";s:12:\"post-excerpt\";s:79:\"Confidence-inspiring template with bright colors and strong professional design\";s:5:\"pages\";a:5:{s:8:\"id-24381\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:64:\"https://websitedemos.net/wp-content/uploads/2019/07/coach-02.jpg\";s:19:\"thumbnail-image-url\";s:64:\"https://websitedemos.net/wp-content/uploads/2019/07/coach-02.jpg\";s:18:\"astra-page-api-url\";s:55:\"https://websitedemos.net/coach-02/wp-json/wp/v2/pages/7\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:28:\"//websitedemos.net/coach-02/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-24376\";a:12:{s:5:\"title\";s:5:\"About\";s:18:\"featured-image-url\";s:70:\"https://websitedemos.net/wp-content/uploads/2019/07/coach-02-about.jpg\";s:19:\"thumbnail-image-url\";s:70:\"https://websitedemos.net/wp-content/uploads/2019/07/coach-02-about.jpg\";s:18:\"astra-page-api-url\";s:56:\"https://websitedemos.net/coach-02/wp-json/wp/v2/pages/20\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:34:\"//websitedemos.net/coach-02/about/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-24380\";a:12:{s:5:\"title\";s:7:\"e-Books\";s:18:\"featured-image-url\";s:72:\"https://websitedemos.net/wp-content/uploads/2019/07/coach-02-e-books.jpg\";s:19:\"thumbnail-image-url\";s:72:\"https://websitedemos.net/wp-content/uploads/2019/07/coach-02-e-books.jpg\";s:18:\"astra-page-api-url\";s:56:\"https://websitedemos.net/coach-02/wp-json/wp/v2/pages/21\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:36:\"//websitedemos.net/coach-02/e-books/\";s:15:\"astra-sites-tag\";a:2:{i:727;s:4:\"book\";i:748;s:5:\"ebook\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-24379\";a:12:{s:5:\"title\";s:7:\"Courses\";s:18:\"featured-image-url\";s:72:\"https://websitedemos.net/wp-content/uploads/2019/07/coach-02-courses.jpg\";s:19:\"thumbnail-image-url\";s:72:\"https://websitedemos.net/wp-content/uploads/2019/07/coach-02-courses.jpg\";s:18:\"astra-page-api-url\";s:56:\"https://websitedemos.net/coach-02/wp-json/wp/v2/pages/22\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:36:\"//websitedemos.net/coach-02/courses/\";s:15:\"astra-sites-tag\";a:1:{i:462;s:7:\"courses\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-24378\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:72:\"https://websitedemos.net/wp-content/uploads/2019/07/coach-02-contact.jpg\";s:19:\"thumbnail-image-url\";s:72:\"https://websitedemos.net/wp-content/uploads/2019/07/coach-02-contact.jpg\";s:18:\"astra-page-api-url\";s:56:\"https://websitedemos.net/coach-02/wp-json/wp/v2/pages/24\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:36:\"//websitedemos.net/coach-02/contact/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}}s:19:\"related-bb-template\";i:18372;s:26:\"related-elementor-template\";i:18265;s:26:\"related-gutenberg-template\";i:48342;}s:8:\"id-18266\";a:22:{s:5:\"title\";s:20:\"Motivational Speaker\";s:2:\"id\";i:18266;s:12:\"publish-date\";i:1518672041;s:18:\"featured-image-url\";s:81:\"https://websitedemos.net/wp-content/uploads/2018/02/motivational-speaker-02-1.jpg\";s:19:\"thumbnail-image-url\";s:81:\"https://websitedemos.net/wp-content/uploads/2018/02/motivational-speaker-02-1.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:81:\"https://websitedemos.net/wp-content/uploads/2018/02/motivational-speaker-02-1.jpg\";s:14:\"astra-site-url\";s:42:\"//websitedemos.net/motivational-speaker-02\";s:20:\"astra-site-parent-id\";i:179;s:15:\"astra-sites-tag\";a:6:{i:610;s:8:\"coaching\";i:608;s:8:\"guidance\";i:612;s:10:\"life-coach\";i:609;s:9:\"motivator\";i:1020;s:8:\"personal\";i:611;s:16:\"self-improvement\";}s:16:\"astra-sites-type\";s:4:\"free\";s:19:\"astra-site-category\";a:2:{i:27;s:8:\"business\";i:39;s:4:\"free\";}s:29:\"astra-sites-template-category\";a:3:{i:2825;s:8:\"coaching\";i:2835;s:9:\"elearning\";i:2770;s:8:\"personal\";}s:23:\"astra-site-page-builder\";s:9:\"elementor\";s:10:\"categories\";a:1:{i:2483;s:15:\"expert-services\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:11:\"post-status\";s:7:\"publish\";s:12:\"post-content\";s:971:\"<!-- wp:paragraph -->\n<p>The Motivational Speaker template just oozes positivity, ideal for a motivational speaker or similar niche. It starts off bold with a full screen image and bright colors before opening out into a high contrast business website layout.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>It’s an engaging design with strong colors, lots of content areas, a testimonial section and calls to action. Supporting pages are equally well designed and deliver a fully operational website for very little effort.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>Key features of the Motivational Speaker template</h2>\n<!-- /wp:heading -->\n\n<!-- wp:list -->\n<ul><li>Bold opening that instantly captivates</li><li>Bright, positive vibe that’s perfect for the niche</li><li>Plenty of whitespace to balance the brightness</li><li>Lots of content areas to tell your story</li><li>Full compatibility with leading page builders</li></ul>\n<!-- /wp:list -->\";s:12:\"post-excerpt\";s:88:\"Light, bright template that oozes the positivity and engagement we expect from a speaker\";s:5:\"pages\";a:5:{s:8:\"id-23675\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:81:\"https://websitedemos.net/wp-content/uploads/2018/02/motivational-speaker-02-1.jpg\";s:19:\"thumbnail-image-url\";s:81:\"https://websitedemos.net/wp-content/uploads/2018/02/motivational-speaker-02-1.jpg\";s:18:\"astra-page-api-url\";s:71:\"https://websitedemos.net/motivational-speaker-02/wp-json/wp/v2/pages/19\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:43:\"//websitedemos.net/motivational-speaker-02/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-23670\";a:12:{s:5:\"title\";s:5:\"About\";s:18:\"featured-image-url\";s:85:\"https://websitedemos.net/wp-content/uploads/2019/07/motivational-speaker-02-about.jpg\";s:19:\"thumbnail-image-url\";s:85:\"https://websitedemos.net/wp-content/uploads/2019/07/motivational-speaker-02-about.jpg\";s:18:\"astra-page-api-url\";s:71:\"https://websitedemos.net/motivational-speaker-02/wp-json/wp/v2/pages/22\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:49:\"//websitedemos.net/motivational-speaker-02/about/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-23674\";a:12:{s:5:\"title\";s:7:\"e-Books\";s:18:\"featured-image-url\";s:87:\"https://websitedemos.net/wp-content/uploads/2019/07/motivational-speaker-02-e-books.jpg\";s:19:\"thumbnail-image-url\";s:87:\"https://websitedemos.net/wp-content/uploads/2019/07/motivational-speaker-02-e-books.jpg\";s:18:\"astra-page-api-url\";s:71:\"https://websitedemos.net/motivational-speaker-02/wp-json/wp/v2/pages/24\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:51:\"//websitedemos.net/motivational-speaker-02/e-books/\";s:15:\"astra-sites-tag\";a:2:{i:727;s:4:\"book\";i:748;s:5:\"ebook\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-23673\";a:12:{s:5:\"title\";s:7:\"Courses\";s:18:\"featured-image-url\";s:87:\"https://websitedemos.net/wp-content/uploads/2019/07/motivational-speaker-02-courses.jpg\";s:19:\"thumbnail-image-url\";s:87:\"https://websitedemos.net/wp-content/uploads/2019/07/motivational-speaker-02-courses.jpg\";s:18:\"astra-page-api-url\";s:71:\"https://websitedemos.net/motivational-speaker-02/wp-json/wp/v2/pages/25\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:51:\"//websitedemos.net/motivational-speaker-02/courses/\";s:15:\"astra-sites-tag\";a:1:{i:462;s:7:\"courses\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-23672\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:87:\"https://websitedemos.net/wp-content/uploads/2019/07/motivational-speaker-02-contact.jpg\";s:19:\"thumbnail-image-url\";s:87:\"https://websitedemos.net/wp-content/uploads/2019/07/motivational-speaker-02-contact.jpg\";s:18:\"astra-page-api-url\";s:71:\"https://websitedemos.net/motivational-speaker-02/wp-json/wp/v2/pages/27\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:51:\"//websitedemos.net/motivational-speaker-02/contact/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}}s:19:\"related-bb-template\";i:18384;s:26:\"related-elementor-template\";i:18266;s:26:\"related-gutenberg-template\";i:48231;}s:8:\"id-18384\";a:22:{s:5:\"title\";s:20:\"Motivational Speaker\";s:2:\"id\";i:18384;s:12:\"publish-date\";i:1522057475;s:18:\"featured-image-url\";s:88:\"https://websitedemos.net/wp-content/uploads/2019/07/motivational-speaker-03-homepage.jpg\";s:19:\"thumbnail-image-url\";s:88:\"https://websitedemos.net/wp-content/uploads/2019/07/motivational-speaker-03-homepage.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:88:\"https://websitedemos.net/wp-content/uploads/2019/07/motivational-speaker-03-homepage.jpg\";s:14:\"astra-site-url\";s:42:\"//websitedemos.net/motivational-speaker-03\";s:20:\"astra-site-parent-id\";i:195;s:15:\"astra-sites-tag\";a:6:{i:610;s:8:\"coaching\";i:608;s:8:\"guidance\";i:612;s:10:\"life-coach\";i:855;s:20:\"motivational-speaker\";i:609;s:9:\"motivator\";i:611;s:16:\"self-improvement\";}s:16:\"astra-sites-type\";s:11:\"agency-mini\";s:19:\"astra-site-category\";a:1:{i:27;s:8:\"business\";}s:29:\"astra-sites-template-category\";a:0:{}s:23:\"astra-site-page-builder\";s:14:\"beaver-builder\";s:10:\"categories\";a:1:{i:2483;s:15:\"expert-services\";}s:16:\"required-plugins\";a:3:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}i:2;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:11:\"post-status\";s:7:\"publish\";s:12:\"post-content\";s:0:\"\";s:12:\"post-excerpt\";s:0:\"\";s:5:\"pages\";a:5:{s:8:\"id-23996\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:88:\"https://websitedemos.net/wp-content/uploads/2019/07/motivational-speaker-03-homepage.jpg\";s:19:\"thumbnail-image-url\";s:88:\"https://websitedemos.net/wp-content/uploads/2019/07/motivational-speaker-03-homepage.jpg\";s:18:\"astra-page-api-url\";s:70:\"https://websitedemos.net/motivational-speaker-03/wp-json/wp/v2/pages/7\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:43:\"//websitedemos.net/motivational-speaker-03/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}}}s:8:\"id-23991\";a:12:{s:5:\"title\";s:5:\"About\";s:18:\"featured-image-url\";s:87:\"https://websitedemos.net/wp-content/uploads/2019/07/motivational-speaker-03-about-1.jpg\";s:19:\"thumbnail-image-url\";s:87:\"https://websitedemos.net/wp-content/uploads/2019/07/motivational-speaker-03-about-1.jpg\";s:18:\"astra-page-api-url\";s:71:\"https://websitedemos.net/motivational-speaker-03/wp-json/wp/v2/pages/20\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:49:\"//websitedemos.net/motivational-speaker-03/about/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}}}s:8:\"id-23995\";a:12:{s:5:\"title\";s:7:\"e-Books\";s:18:\"featured-image-url\";s:89:\"https://websitedemos.net/wp-content/uploads/2019/07/motivational-speaker-03-e-books-1.jpg\";s:19:\"thumbnail-image-url\";s:89:\"https://websitedemos.net/wp-content/uploads/2019/07/motivational-speaker-03-e-books-1.jpg\";s:18:\"astra-page-api-url\";s:71:\"https://websitedemos.net/motivational-speaker-03/wp-json/wp/v2/pages/21\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:51:\"//websitedemos.net/motivational-speaker-03/e-books/\";s:15:\"astra-sites-tag\";a:2:{i:727;s:4:\"book\";i:781;s:6:\"e-book\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}}}s:8:\"id-23994\";a:12:{s:5:\"title\";s:7:\"Courses\";s:18:\"featured-image-url\";s:89:\"https://websitedemos.net/wp-content/uploads/2019/07/motivational-speaker-03-courses-1.jpg\";s:19:\"thumbnail-image-url\";s:89:\"https://websitedemos.net/wp-content/uploads/2019/07/motivational-speaker-03-courses-1.jpg\";s:18:\"astra-page-api-url\";s:71:\"https://websitedemos.net/motivational-speaker-03/wp-json/wp/v2/pages/22\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:51:\"//websitedemos.net/motivational-speaker-03/courses/\";s:15:\"astra-sites-tag\";a:1:{i:462;s:7:\"courses\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}}}s:8:\"id-23993\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:89:\"https://websitedemos.net/wp-content/uploads/2019/07/motivational-speaker-03-contact-1.jpg\";s:19:\"thumbnail-image-url\";s:89:\"https://websitedemos.net/wp-content/uploads/2019/07/motivational-speaker-03-contact-1.jpg\";s:18:\"astra-page-api-url\";s:71:\"https://websitedemos.net/motivational-speaker-03/wp-json/wp/v2/pages/24\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:51:\"//websitedemos.net/motivational-speaker-03/contact/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:3:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}i:2;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}}s:19:\"related-bb-template\";s:0:\"\";s:26:\"related-elementor-template\";s:0:\"\";s:26:\"related-gutenberg-template\";s:0:\"\";}s:8:\"id-19755\";a:22:{s:5:\"title\";s:20:\"Motivational Speaker\";s:2:\"id\";i:19755;s:12:\"publish-date\";i:1543500768;s:18:\"featured-image-url\";s:88:\"https://websitedemos.net/wp-content/uploads/2019/07/motivational-speaker-feb-20-home.jpg\";s:19:\"thumbnail-image-url\";s:88:\"https://websitedemos.net/wp-content/uploads/2019/07/motivational-speaker-feb-20-home.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:88:\"https://websitedemos.net/wp-content/uploads/2019/07/motivational-speaker-feb-20-home.jpg\";s:14:\"astra-site-url\";s:42:\"//websitedemos.net/motivational-speaker-05\";s:20:\"astra-site-parent-id\";i:176;s:15:\"astra-sites-tag\";a:5:{i:610;s:8:\"coaching\";i:608;s:8:\"guidance\";i:612;s:10:\"life-coach\";i:609;s:9:\"motivator\";i:611;s:16:\"self-improvement\";}s:16:\"astra-sites-type\";s:4:\"free\";s:19:\"astra-site-category\";a:2:{i:27;s:8:\"business\";i:39;s:4:\"free\";}s:29:\"astra-sites-template-category\";a:0:{}s:23:\"astra-site-page-builder\";s:5:\"brizy\";s:10:\"categories\";a:0:{}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:5:\"brizy\";s:4:\"init\";s:15:\"brizy/brizy.php\";s:4:\"name\";s:5:\"Brizy\";}}s:11:\"post-status\";s:7:\"publish\";s:12:\"post-content\";s:0:\"\";s:12:\"post-excerpt\";s:0:\"\";s:5:\"pages\";a:5:{s:8:\"id-23645\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:88:\"https://websitedemos.net/wp-content/uploads/2019/07/motivational-speaker-feb-20-home.jpg\";s:19:\"thumbnail-image-url\";s:88:\"https://websitedemos.net/wp-content/uploads/2019/07/motivational-speaker-feb-20-home.jpg\";s:18:\"astra-page-api-url\";s:72:\"https://websitedemos.net/motivational-speaker-05/wp-json/wp/v2/pages/122\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:43:\"//websitedemos.net/motivational-speaker-05/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:5:\"brizy\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:5:\"brizy\";s:4:\"init\";s:15:\"brizy/brizy.php\";s:4:\"name\";s:5:\"Brizy\";}}}s:8:\"id-23640\";a:12:{s:5:\"title\";s:5:\"About\";s:18:\"featured-image-url\";s:89:\"https://websitedemos.net/wp-content/uploads/2019/07/motivational-speaker-feb-20-about.jpg\";s:19:\"thumbnail-image-url\";s:89:\"https://websitedemos.net/wp-content/uploads/2019/07/motivational-speaker-feb-20-about.jpg\";s:18:\"astra-page-api-url\";s:72:\"https://websitedemos.net/motivational-speaker-05/wp-json/wp/v2/pages/131\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:49:\"//websitedemos.net/motivational-speaker-05/about/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:5:\"brizy\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:5:\"brizy\";s:4:\"init\";s:15:\"brizy/brizy.php\";s:4:\"name\";s:5:\"Brizy\";}}}s:8:\"id-23644\";a:12:{s:5:\"title\";s:7:\"e-Books\";s:18:\"featured-image-url\";s:90:\"https://websitedemos.net/wp-content/uploads/2019/07/motivational-speaker-feb-20-ebooks.jpg\";s:19:\"thumbnail-image-url\";s:90:\"https://websitedemos.net/wp-content/uploads/2019/07/motivational-speaker-feb-20-ebooks.jpg\";s:18:\"astra-page-api-url\";s:72:\"https://websitedemos.net/motivational-speaker-05/wp-json/wp/v2/pages/137\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:51:\"//websitedemos.net/motivational-speaker-05/e-books/\";s:15:\"astra-sites-tag\";a:1:{i:781;s:6:\"e-book\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:5:\"brizy\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:5:\"brizy\";s:4:\"init\";s:15:\"brizy/brizy.php\";s:4:\"name\";s:5:\"Brizy\";}}}s:8:\"id-23643\";a:12:{s:5:\"title\";s:7:\"Courses\";s:18:\"featured-image-url\";s:91:\"https://websitedemos.net/wp-content/uploads/2019/07/motivational-speaker-feb-20-courses.jpg\";s:19:\"thumbnail-image-url\";s:91:\"https://websitedemos.net/wp-content/uploads/2019/07/motivational-speaker-feb-20-courses.jpg\";s:18:\"astra-page-api-url\";s:72:\"https://websitedemos.net/motivational-speaker-05/wp-json/wp/v2/pages/140\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:51:\"//websitedemos.net/motivational-speaker-05/courses/\";s:15:\"astra-sites-tag\";a:1:{i:462;s:7:\"courses\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:5:\"brizy\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:5:\"brizy\";s:4:\"init\";s:15:\"brizy/brizy.php\";s:4:\"name\";s:5:\"Brizy\";}}}s:8:\"id-23642\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:91:\"https://websitedemos.net/wp-content/uploads/2019/07/motivational-speaker-feb-20-contact.jpg\";s:19:\"thumbnail-image-url\";s:91:\"https://websitedemos.net/wp-content/uploads/2019/07/motivational-speaker-feb-20-contact.jpg\";s:18:\"astra-page-api-url\";s:72:\"https://websitedemos.net/motivational-speaker-05/wp-json/wp/v2/pages/146\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:51:\"//websitedemos.net/motivational-speaker-05/contact/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:5:\"brizy\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:5:\"brizy\";s:4:\"init\";s:15:\"brizy/brizy.php\";s:4:\"name\";s:5:\"Brizy\";}}}}s:19:\"related-bb-template\";s:0:\"\";s:26:\"related-elementor-template\";s:0:\"\";s:26:\"related-gutenberg-template\";s:0:\"\";}s:8:\"id-48342\";a:22:{s:5:\"title\";s:5:\"Coach\";s:2:\"id\";i:48342;s:12:\"publish-date\";i:1603908987;s:18:\"featured-image-url\";s:64:\"https://websitedemos.net/wp-content/uploads/2020/10/coach-08.jpg\";s:19:\"thumbnail-image-url\";s:73:\"https://websitedemos.net/wp-content/uploads/2020/10/coach-08-600x1970.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:73:\"https://websitedemos.net/wp-content/uploads/2020/10/coach-08-400x1313.jpg\";s:14:\"astra-site-url\";s:27:\"//websitedemos.net/coach-08\";s:20:\"astra-site-parent-id\";i:1723;s:15:\"astra-sites-tag\";a:5:{i:610;s:8:\"coaching\";i:608;s:8:\"guidance\";i:612;s:10:\"life-coach\";i:609;s:9:\"motivator\";i:611;s:16:\"self-improvement\";}s:16:\"astra-sites-type\";s:4:\"free\";s:19:\"astra-site-category\";a:2:{i:27;s:8:\"business\";i:39;s:4:\"free\";}s:29:\"astra-sites-template-category\";a:0:{}s:23:\"astra-site-page-builder\";s:9:\"gutenberg\";s:10:\"categories\";a:1:{i:2483;s:15:\"expert-services\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:11:\"post-status\";s:7:\"publish\";s:12:\"post-content\";s:0:\"\";s:12:\"post-excerpt\";s:0:\"\";s:5:\"pages\";a:5:{s:8:\"id-48347\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:64:\"https://websitedemos.net/wp-content/uploads/2020/10/coach-08.jpg\";s:19:\"thumbnail-image-url\";s:73:\"https://websitedemos.net/wp-content/uploads/2020/10/coach-08-600x1970.jpg\";s:18:\"astra-page-api-url\";s:57:\"https://websitedemos.net/coach-08/wp-json/wp/v2/pages/389\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:28:\"//websitedemos.net/coach-08/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}}s:8:\"id-48343\";a:12:{s:5:\"title\";s:5:\"About\";s:18:\"featured-image-url\";s:72:\"https://websitedemos.net/wp-content/uploads/2020/10/coach-08-about-1.jpg\";s:19:\"thumbnail-image-url\";s:81:\"https://websitedemos.net/wp-content/uploads/2020/10/coach-08-about-1-600x1638.jpg\";s:18:\"astra-page-api-url\";s:57:\"https://websitedemos.net/coach-08/wp-json/wp/v2/pages/391\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:34:\"//websitedemos.net/coach-08/about/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}}s:8:\"id-48346\";a:12:{s:5:\"title\";s:6:\"e-Book\";s:18:\"featured-image-url\";s:70:\"https://websitedemos.net/wp-content/uploads/2020/10/coach-08-ebook.jpg\";s:19:\"thumbnail-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2020/10/coach-08-ebook-600x1161.jpg\";s:18:\"astra-page-api-url\";s:57:\"https://websitedemos.net/coach-08/wp-json/wp/v2/pages/393\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:35:\"//websitedemos.net/coach-08/e-book/\";s:15:\"astra-sites-tag\";a:1:{i:748;s:5:\"ebook\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}}s:8:\"id-48345\";a:12:{s:5:\"title\";s:7:\"Courses\";s:18:\"featured-image-url\";s:74:\"https://websitedemos.net/wp-content/uploads/2020/10/coach-08-courses-1.jpg\";s:19:\"thumbnail-image-url\";s:83:\"https://websitedemos.net/wp-content/uploads/2020/10/coach-08-courses-1-600x1018.jpg\";s:18:\"astra-page-api-url\";s:57:\"https://websitedemos.net/coach-08/wp-json/wp/v2/pages/395\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:36:\"//websitedemos.net/coach-08/courses/\";s:15:\"astra-sites-tag\";a:1:{i:462;s:7:\"courses\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}}s:8:\"id-48344\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:74:\"https://websitedemos.net/wp-content/uploads/2020/10/coach-08-contact-1.jpg\";s:19:\"thumbnail-image-url\";s:82:\"https://websitedemos.net/wp-content/uploads/2020/10/coach-08-contact-1-600x855.jpg\";s:18:\"astra-page-api-url\";s:57:\"https://websitedemos.net/coach-08/wp-json/wp/v2/pages/397\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:36:\"//websitedemos.net/coach-08/contact/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}}s:19:\"related-bb-template\";s:0:\"\";s:26:\"related-elementor-template\";s:0:\"\";s:26:\"related-gutenberg-template\";s:0:\"\";}s:8:\"id-18222\";a:22:{s:5:\"title\";s:14:\"Brandstore Pro\";s:2:\"id\";i:18222;s:12:\"publish-date\";i:1516857804;s:18:\"featured-image-url\";s:73:\"https://websitedemos.net/wp-content/uploads/2019/07/store-03-homepage.jpg\";s:19:\"thumbnail-image-url\";s:73:\"https://websitedemos.net/wp-content/uploads/2019/07/store-03-homepage.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:73:\"https://websitedemos.net/wp-content/uploads/2019/07/store-03-homepage.jpg\";s:14:\"astra-site-url\";s:27:\"//websitedemos.net/store-03\";s:20:\"astra-site-parent-id\";i:267;s:15:\"astra-sites-tag\";a:20:{i:639;s:11:\"accessories\";i:638;s:11:\"brand-store\";i:880;s:9:\"cartflows\";i:640;s:11:\"cloth-store\";i:637;s:8:\"clothing\";i:2418;s:8:\"commerce\";i:1017;s:10:\"e-commerce\";i:496;s:9:\"ecommerce\";i:2422;s:13:\"online-market\";i:732;s:11:\"online-shop\";i:2420;s:15:\"online-shopping\";i:383;s:12:\"online-store\";i:967;s:13:\"product-store\";i:2421;s:9:\"purchases\";i:2417;s:8:\"reseller\";i:733;s:4:\"shop\";i:2416;s:8:\"shopping\";i:749;s:5:\"store\";i:966;s:12:\"woo-commerce\";i:1024;s:11:\"woocommerce\";}s:16:\"astra-sites-type\";s:11:\"agency-mini\";s:19:\"astra-site-category\";a:1:{i:38;s:9:\"ecommerce\";}s:29:\"astra-sites-template-category\";a:0:{}s:23:\"astra-site-page-builder\";s:14:\"beaver-builder\";s:10:\"categories\";a:1:{i:2495;s:9:\"ecommerce\";}s:16:\"required-plugins\";a:7:{i:0;a:3:{s:4:\"slug\";s:11:\"astra-addon\";s:4:\"init\";s:27:\"astra-addon/astra-addon.php\";s:4:\"name\";s:9:\"Astra Pro\";}i:1;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:2;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}i:3;a:3:{s:4:\"slug\";s:11:\"woocommerce\";s:4:\"init\";s:27:\"woocommerce/woocommerce.php\";s:4:\"name\";s:11:\"WooCommerce\";}i:4;a:3:{s:4:\"slug\";s:29:\"woo-cart-abandonment-recovery\";s:4:\"init\";s:63:\"woo-cart-abandonment-recovery/woo-cart-abandonment-recovery.php\";s:4:\"name\";s:37:\"WooCommerce Cart Abandonment Recovery\";}i:5;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}i:6;a:3:{s:4:\"slug\";s:22:\"variation-swatches-woo\";s:4:\"init\";s:49:\"variation-swatches-woo/variation-swatches-woo.php\";s:4:\"name\";s:34:\"Variation Swatches for WooCommerce\";}}s:11:\"post-status\";s:7:\"publish\";s:12:\"post-content\";s:0:\"\";s:12:\"post-excerpt\";s:0:\"\";s:5:\"pages\";a:4:{s:8:\"id-24762\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:73:\"https://websitedemos.net/wp-content/uploads/2019/07/store-03-homepage.jpg\";s:19:\"thumbnail-image-url\";s:73:\"https://websitedemos.net/wp-content/uploads/2019/07/store-03-homepage.jpg\";s:18:\"astra-page-api-url\";s:56:\"https://websitedemos.net/store-03/wp-json/wp/v2/pages/14\";s:12:\"dynamic-page\";s:3:\"yes\";s:14:\"astra-page-url\";s:28:\"//websitedemos.net/store-03/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:64;s:9:\"ecommerce\";}s:16:\"required-plugins\";a:3:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}i:2;a:3:{s:4:\"slug\";s:11:\"woocommerce\";s:4:\"init\";s:27:\"woocommerce/woocommerce.php\";s:4:\"name\";s:11:\"WooCommerce\";}}}s:8:\"id-24763\";a:12:{s:5:\"title\";s:11:\"Lookbook 18\";s:18:\"featured-image-url\";s:75:\"https://websitedemos.net/wp-content/uploads/2019/07/store-03-lookbook-1.jpg\";s:19:\"thumbnail-image-url\";s:75:\"https://websitedemos.net/wp-content/uploads/2019/07/store-03-lookbook-1.jpg\";s:18:\"astra-page-api-url\";s:57:\"https://websitedemos.net/store-03/wp-json/wp/v2/pages/592\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:37:\"//websitedemos.net/store-03/lookbook/\";s:15:\"astra-sites-tag\";a:2:{i:752;s:8:\"lookbook\";i:444;s:9:\"portfolio\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:64;s:9:\"ecommerce\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}}}s:8:\"id-24760\";a:12:{s:5:\"title\";s:8:\"About Us\";s:18:\"featured-image-url\";s:70:\"https://websitedemos.net/wp-content/uploads/2019/07/store-03-about.jpg\";s:19:\"thumbnail-image-url\";s:70:\"https://websitedemos.net/wp-content/uploads/2019/07/store-03-about.jpg\";s:18:\"astra-page-api-url\";s:56:\"https://websitedemos.net/store-03/wp-json/wp/v2/pages/25\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:37:\"//websitedemos.net/store-03/about-us/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:64;s:9:\"ecommerce\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}}}s:8:\"id-24761\";a:12:{s:5:\"title\";s:10:\"Contact Us\";s:18:\"featured-image-url\";s:72:\"https://websitedemos.net/wp-content/uploads/2019/07/store-03-contact.jpg\";s:19:\"thumbnail-image-url\";s:72:\"https://websitedemos.net/wp-content/uploads/2019/07/store-03-contact.jpg\";s:18:\"astra-page-api-url\";s:56:\"https://websitedemos.net/store-03/wp-json/wp/v2/pages/27\";s:12:\"dynamic-page\";s:3:\"yes\";s:14:\"astra-page-url\";s:39:\"//websitedemos.net/store-03/contact-us/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:64;s:9:\"ecommerce\";}s:16:\"required-plugins\";a:4:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}i:2;a:3:{s:4:\"slug\";s:11:\"woocommerce\";s:4:\"init\";s:27:\"woocommerce/woocommerce.php\";s:4:\"name\";s:11:\"WooCommerce\";}i:3;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}}s:19:\"related-bb-template\";s:0:\"\";s:26:\"related-elementor-template\";s:0:\"\";s:26:\"related-gutenberg-template\";s:0:\"\";}s:8:\"id-18201\";a:22:{s:5:\"title\";s:23:\"Wanderlust Travel Diary\";s:2:\"id\";i:18201;s:12:\"publish-date\";i:1516775748;s:18:\"featured-image-url\";s:72:\"https://websitedemos.net/wp-content/uploads/2018/01/blog-06-homepage.jpg\";s:19:\"thumbnail-image-url\";s:72:\"https://websitedemos.net/wp-content/uploads/2018/01/blog-06-homepage.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:72:\"https://websitedemos.net/wp-content/uploads/2018/01/blog-06-homepage.jpg\";s:14:\"astra-site-url\";s:26:\"//websitedemos.net/blog-06\";s:20:\"astra-site-parent-id\";i:231;s:15:\"astra-sites-tag\";a:6:{i:544;s:9:\"adventure\";i:480;s:4:\"blog\";i:751;s:11:\"exploration\";i:430;s:7:\"tourism\";i:427;s:6:\"travel\";i:750;s:11:\"travel-blog\";}s:16:\"astra-sites-type\";s:11:\"agency-mini\";s:19:\"astra-site-category\";a:1:{i:37;s:4:\"blog\";}s:29:\"astra-sites-template-category\";a:0:{}s:23:\"astra-site-page-builder\";s:14:\"beaver-builder\";s:10:\"categories\";a:1:{i:2497;s:4:\"blog\";}s:16:\"required-plugins\";a:3:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}i:2;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:11:\"post-status\";s:7:\"publish\";s:12:\"post-content\";s:0:\"\";s:12:\"post-excerpt\";s:0:\"\";s:5:\"pages\";a:2:{s:8:\"id-24469\";a:12:{s:5:\"title\";s:8:\"About Us\";s:18:\"featured-image-url\";s:73:\"https://websitedemos.net/wp-content/uploads/2019/07/net-blog-06-about.jpg\";s:19:\"thumbnail-image-url\";s:73:\"https://websitedemos.net/wp-content/uploads/2019/07/net-blog-06-about.jpg\";s:18:\"astra-page-api-url\";s:55:\"https://websitedemos.net/blog-06/wp-json/wp/v2/pages/26\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:36:\"//websitedemos.net/blog-06/about-us/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:74;s:4:\"blog\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}}}s:8:\"id-24470\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:71:\"https://websitedemos.net/wp-content/uploads/2019/07/blog-06-contact.jpg\";s:19:\"thumbnail-image-url\";s:71:\"https://websitedemos.net/wp-content/uploads/2019/07/blog-06-contact.jpg\";s:18:\"astra-page-api-url\";s:55:\"https://websitedemos.net/blog-06/wp-json/wp/v2/pages/27\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:35:\"//websitedemos.net/blog-06/contact/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:74;s:4:\"blog\";}s:16:\"required-plugins\";a:3:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}i:2;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}}s:19:\"related-bb-template\";s:0:\"\";s:26:\"related-elementor-template\";s:0:\"\";s:26:\"related-gutenberg-template\";s:0:\"\";}s:8:\"id-18124\";a:22:{s:5:\"title\";s:23:\"Wanderlust Travel Diary\";s:2:\"id\";i:18124;s:12:\"publish-date\";i:1516616741;s:18:\"featured-image-url\";s:95:\"https://websitedemos.net/wp-content/uploads/2018/01/id-18124-wanderlust-travel-diary-resize.jpg\";s:19:\"thumbnail-image-url\";s:95:\"https://websitedemos.net/wp-content/uploads/2018/01/id-18124-wanderlust-travel-diary-resize.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:95:\"https://websitedemos.net/wp-content/uploads/2018/01/id-18124-wanderlust-travel-diary-resize.jpg\";s:14:\"astra-site-url\";s:26:\"//websitedemos.net/blog-05\";s:20:\"astra-site-parent-id\";i:232;s:15:\"astra-sites-tag\";a:6:{i:544;s:9:\"adventure\";i:480;s:4:\"blog\";i:751;s:11:\"exploration\";i:430;s:7:\"tourism\";i:427;s:6:\"travel\";i:750;s:11:\"travel-blog\";}s:16:\"astra-sites-type\";s:11:\"agency-mini\";s:19:\"astra-site-category\";a:1:{i:37;s:4:\"blog\";}s:29:\"astra-sites-template-category\";a:3:{i:2828;s:4:\"blog\";i:2830;s:6:\"nature\";i:2775;s:14:\"travel-tourism\";}s:23:\"astra-site-page-builder\";s:9:\"elementor\";s:10:\"categories\";a:1:{i:2497;s:4:\"blog\";}s:16:\"required-plugins\";a:3:{i:0;a:3:{s:4:\"slug\";s:11:\"astra-addon\";s:4:\"init\";s:27:\"astra-addon/astra-addon.php\";s:4:\"name\";s:9:\"Astra Pro\";}i:1;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:2;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:11:\"post-status\";s:7:\"publish\";s:12:\"post-content\";s:964:\"<!-- wp:paragraph -->\n<p>The Wanderlust Travel Diary template uses a blog layout with strong header image and attractive center navigation. The main page opens up to a traditional blog layout that can be customized however you like.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The template is light, airy and engaging and uses a minimal design to allow your posts and images to stand out without getting in the way. All while providing all the engaging features visitors expect.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>Key features of the Wanderlust Travel Diary template</h2>\n<!-- /wp:heading -->\n\n<!-- wp:list -->\n<ul><li>Winning header design with suggestive image and fonts</li><li>Minimal design combined with strong images to create interest</li><li>Subtle widget areas to enable posts to be front and center</li><li>Can be configured for any type of blog</li><li>Full compatibility with leading page builders</li></ul>\n<!-- /wp:list -->\";s:12:\"post-excerpt\";s:85:\"Crisp blog template that delivers the simplicity you’re looking for in storytelling\";s:5:\"pages\";a:2:{s:8:\"id-24476\";a:12:{s:5:\"title\";s:8:\"About Us\";s:18:\"featured-image-url\";s:104:\"https://websitedemos.net/wp-content/uploads/2019/07/id-24476-wanderlust-travel-diary-about-us-resize.jpg\";s:19:\"thumbnail-image-url\";s:104:\"https://websitedemos.net/wp-content/uploads/2019/07/id-24476-wanderlust-travel-diary-about-us-resize.jpg\";s:18:\"astra-page-api-url\";s:55:\"https://websitedemos.net/blog-05/wp-json/wp/v2/pages/26\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:36:\"//websitedemos.net/blog-05/about-us/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:74;s:4:\"blog\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-24477\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:103:\"https://websitedemos.net/wp-content/uploads/2019/07/id-24477-wanderlust-travel-diary-contact-resize.jpg\";s:19:\"thumbnail-image-url\";s:103:\"https://websitedemos.net/wp-content/uploads/2019/07/id-24477-wanderlust-travel-diary-contact-resize.jpg\";s:18:\"astra-page-api-url\";s:55:\"https://websitedemos.net/blog-05/wp-json/wp/v2/pages/27\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:35:\"//websitedemos.net/blog-05/contact/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:74;s:4:\"blog\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}}s:19:\"related-bb-template\";i:18201;s:26:\"related-elementor-template\";i:18124;s:26:\"related-gutenberg-template\";s:0:\"\";}s:8:\"id-48231\";a:22:{s:5:\"title\";s:20:\"Motivational Speaker\";s:2:\"id\";i:48231;s:12:\"publish-date\";i:1603901316;s:18:\"featured-image-url\";s:81:\"https://websitedemos.net/wp-content/uploads/2020/10/motivational-speaker-08-1.jpg\";s:19:\"thumbnail-image-url\";s:90:\"https://websitedemos.net/wp-content/uploads/2020/10/motivational-speaker-08-1-600x1831.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:90:\"https://websitedemos.net/wp-content/uploads/2020/10/motivational-speaker-08-1-400x1220.jpg\";s:14:\"astra-site-url\";s:42:\"//websitedemos.net/motivational-speaker-08\";s:20:\"astra-site-parent-id\";i:1708;s:15:\"astra-sites-tag\";a:3:{i:1545;s:21:\"inspirational-speaker\";i:855;s:20:\"motivational-speaker\";i:1709;s:7:\"speaker\";}s:16:\"astra-sites-type\";s:4:\"free\";s:19:\"astra-site-category\";a:2:{i:37;s:4:\"blog\";i:39;s:4:\"free\";}s:29:\"astra-sites-template-category\";a:0:{}s:23:\"astra-site-page-builder\";s:9:\"gutenberg\";s:10:\"categories\";a:1:{i:2483;s:15:\"expert-services\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}i:1;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}s:11:\"post-status\";s:7:\"publish\";s:12:\"post-content\";s:0:\"\";s:12:\"post-excerpt\";s:0:\"\";s:5:\"pages\";a:4:{s:8:\"id-48235\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:81:\"https://websitedemos.net/wp-content/uploads/2020/10/motivational-speaker-08-1.jpg\";s:19:\"thumbnail-image-url\";s:90:\"https://websitedemos.net/wp-content/uploads/2020/10/motivational-speaker-08-1-600x1831.jpg\";s:18:\"astra-page-api-url\";s:72:\"https://websitedemos.net/motivational-speaker-08/wp-json/wp/v2/pages/624\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:43:\"//websitedemos.net/motivational-speaker-08/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:74;s:4:\"blog\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}}s:8:\"id-48232\";a:12:{s:5:\"title\";s:5:\"About\";s:18:\"featured-image-url\";s:87:\"https://websitedemos.net/wp-content/uploads/2020/10/motivational-speaker-08-about-2.jpg\";s:19:\"thumbnail-image-url\";s:96:\"https://websitedemos.net/wp-content/uploads/2020/10/motivational-speaker-08-about-2-600x1154.jpg\";s:18:\"astra-page-api-url\";s:72:\"https://websitedemos.net/motivational-speaker-08/wp-json/wp/v2/pages/626\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:49:\"//websitedemos.net/motivational-speaker-08/about/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:74;s:4:\"blog\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}}s:8:\"id-48233\";a:12:{s:5:\"title\";s:4:\"Blog\";s:18:\"featured-image-url\";s:86:\"https://websitedemos.net/wp-content/uploads/2020/10/motivational-speaker-08-blog-2.jpg\";s:19:\"thumbnail-image-url\";s:95:\"https://websitedemos.net/wp-content/uploads/2020/10/motivational-speaker-08-blog-2-600x1063.jpg\";s:18:\"astra-page-api-url\";s:72:\"https://websitedemos.net/motivational-speaker-08/wp-json/wp/v2/pages/628\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:48:\"//websitedemos.net/motivational-speaker-08/blog/\";s:15:\"astra-sites-tag\";a:1:{i:480;s:4:\"blog\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:74;s:4:\"blog\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}}s:8:\"id-48234\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:89:\"https://websitedemos.net/wp-content/uploads/2020/10/motivational-speaker-08-contact-2.jpg\";s:19:\"thumbnail-image-url\";s:87:\"https://websitedemos.net/wp-content/uploads/2020/10/motivational-speaker-08-contact.jpg\";s:18:\"astra-page-api-url\";s:72:\"https://websitedemos.net/motivational-speaker-08/wp-json/wp/v2/pages/630\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:51:\"//websitedemos.net/motivational-speaker-08/contact/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:74;s:4:\"blog\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}}s:19:\"related-bb-template\";s:0:\"\";s:26:\"related-elementor-template\";s:0:\"\";s:26:\"related-gutenberg-template\";s:0:\"\";}s:8:\"id-18137\";a:22:{s:5:\"title\";s:14:\"Brandstore Pro\";s:2:\"id\";i:18137;s:12:\"publish-date\";i:1516080827;s:18:\"featured-image-url\";s:66:\"https://websitedemos.net/wp-content/uploads/2018/01/store-04-1.jpg\";s:19:\"thumbnail-image-url\";s:66:\"https://websitedemos.net/wp-content/uploads/2018/01/store-04-1.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:66:\"https://websitedemos.net/wp-content/uploads/2018/01/store-04-1.jpg\";s:14:\"astra-site-url\";s:27:\"//websitedemos.net/store-04\";s:20:\"astra-site-parent-id\";i:269;s:15:\"astra-sites-tag\";a:20:{i:639;s:11:\"accessories\";i:638;s:11:\"brand-store\";i:880;s:9:\"cartflows\";i:640;s:11:\"cloth-store\";i:637;s:8:\"clothing\";i:2418;s:8:\"commerce\";i:1017;s:10:\"e-commerce\";i:496;s:9:\"ecommerce\";i:2422;s:13:\"online-market\";i:732;s:11:\"online-shop\";i:2420;s:15:\"online-shopping\";i:383;s:12:\"online-store\";i:967;s:13:\"product-store\";i:2421;s:9:\"purchases\";i:2417;s:8:\"reseller\";i:733;s:4:\"shop\";i:2416;s:8:\"shopping\";i:749;s:5:\"store\";i:966;s:12:\"woo-commerce\";i:1024;s:11:\"woocommerce\";}s:16:\"astra-sites-type\";s:11:\"agency-mini\";s:19:\"astra-site-category\";a:1:{i:38;s:9:\"ecommerce\";}s:29:\"astra-sites-template-category\";a:4:{i:2777;s:8:\"business\";i:2769;s:9:\"ecommerce\";i:2858;s:16:\"fashion-clothing\";i:2857;s:15:\"online-shopping\";}s:23:\"astra-site-page-builder\";s:9:\"elementor\";s:10:\"categories\";a:1:{i:2495;s:9:\"ecommerce\";}s:16:\"required-plugins\";a:6:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:11:\"woocommerce\";s:4:\"init\";s:27:\"woocommerce/woocommerce.php\";s:4:\"name\";s:11:\"WooCommerce\";}i:2;a:3:{s:4:\"slug\";s:29:\"woo-cart-abandonment-recovery\";s:4:\"init\";s:63:\"woo-cart-abandonment-recovery/woo-cart-abandonment-recovery.php\";s:4:\"name\";s:37:\"WooCommerce Cart Abandonment Recovery\";}i:3;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}i:4;a:3:{s:4:\"slug\";s:11:\"astra-addon\";s:4:\"init\";s:27:\"astra-addon/astra-addon.php\";s:4:\"name\";s:9:\"Astra Pro\";}i:5;a:3:{s:4:\"slug\";s:22:\"variation-swatches-woo\";s:4:\"init\";s:49:\"variation-swatches-woo/variation-swatches-woo.php\";s:4:\"name\";s:34:\"Variation Swatches for WooCommerce\";}}s:11:\"post-status\";s:7:\"publish\";s:12:\"post-content\";s:943:\"<!-- wp:paragraph -->\n<p>The Brandstore Pro template is a strong eCommerce design that provides a full screen slideshow to show off your latest products. The homepage then opens out into colorful product sections balanced by whitespace.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The overall impression created by this template is high quality. This gives confidence to visitors and will help engage and hopefully, convert them into customers. The template is fully compatible with WooCommerce.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>Key features of the Brandstore Pro template</h2>\n<!-- /wp:heading -->\n\n<!-- wp:list -->\n<ul><li>Very engaging storefront design</li><li>Includes lots of options for showcasing products through images</li><li>Feature products section to highlight profitable items</li><li>Fully compatible with WooCommerce</li><li>Full compatibility with leading page builders</li></ul>\n<!-- /wp:list -->\";s:12:\"post-excerpt\";s:82:\"Engaging eCommerce template that could work perfectly for any type of online store\";s:5:\"pages\";a:4:{s:8:\"id-34098\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:66:\"https://websitedemos.net/wp-content/uploads/2018/01/store-04-1.jpg\";s:19:\"thumbnail-image-url\";s:66:\"https://websitedemos.net/wp-content/uploads/2018/01/store-04-1.jpg\";s:18:\"astra-page-api-url\";s:56:\"https://websitedemos.net/store-04/wp-json/wp/v2/pages/14\";s:12:\"dynamic-page\";s:3:\"yes\";s:14:\"astra-page-url\";s:28:\"//websitedemos.net/store-04/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:64;s:9:\"ecommerce\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:11:\"woocommerce\";s:4:\"init\";s:27:\"woocommerce/woocommerce.php\";s:4:\"name\";s:11:\"WooCommerce\";}}}s:8:\"id-24775\";a:12:{s:5:\"title\";s:8:\"Lookbook\";s:18:\"featured-image-url\";s:73:\"https://websitedemos.net/wp-content/uploads/2018/01/store-04-lookbook.jpg\";s:19:\"thumbnail-image-url\";s:73:\"https://websitedemos.net/wp-content/uploads/2018/01/store-04-lookbook.jpg\";s:18:\"astra-page-api-url\";s:57:\"https://websitedemos.net/store-04/wp-json/wp/v2/pages/568\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:37:\"//websitedemos.net/store-04/lookbook/\";s:15:\"astra-sites-tag\";a:2:{i:727;s:4:\"book\";i:752;s:8:\"lookbook\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:64;s:9:\"ecommerce\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-24772\";a:12:{s:5:\"title\";s:8:\"About Us\";s:18:\"featured-image-url\";s:73:\"https://websitedemos.net/wp-content/uploads/2018/01/store-04-about-us.jpg\";s:19:\"thumbnail-image-url\";s:73:\"https://websitedemos.net/wp-content/uploads/2018/01/store-04-about-us.jpg\";s:18:\"astra-page-api-url\";s:56:\"https://websitedemos.net/store-04/wp-json/wp/v2/pages/25\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:37:\"//websitedemos.net/store-04/about-us/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:64;s:9:\"ecommerce\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-24773\";a:12:{s:5:\"title\";s:10:\"Contact Us\";s:18:\"featured-image-url\";s:75:\"https://websitedemos.net/wp-content/uploads/2018/01/store-04-contact-us.jpg\";s:19:\"thumbnail-image-url\";s:75:\"https://websitedemos.net/wp-content/uploads/2018/01/store-04-contact-us.jpg\";s:18:\"astra-page-api-url\";s:56:\"https://websitedemos.net/store-04/wp-json/wp/v2/pages/27\";s:12:\"dynamic-page\";s:3:\"yes\";s:14:\"astra-page-url\";s:39:\"//websitedemos.net/store-04/contact-us/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:64;s:9:\"ecommerce\";}s:16:\"required-plugins\";a:3:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:11:\"woocommerce\";s:4:\"init\";s:27:\"woocommerce/woocommerce.php\";s:4:\"name\";s:11:\"WooCommerce\";}i:2;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}}s:19:\"related-bb-template\";i:18222;s:26:\"related-elementor-template\";i:18137;s:26:\"related-gutenberg-template\";s:0:\"\";}s:8:\"id-21589\";a:22:{s:5:\"title\";s:22:\"Fashion Lifestyle Blog\";s:2:\"id\";i:21589;s:12:\"publish-date\";i:1557898277;s:18:\"featured-image-url\";s:85:\"https://websitedemos.net/wp-content/uploads/2019/07/fashion-lifestyle-02-homepage.jpg\";s:19:\"thumbnail-image-url\";s:85:\"https://websitedemos.net/wp-content/uploads/2019/07/fashion-lifestyle-02-homepage.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:85:\"https://websitedemos.net/wp-content/uploads/2019/07/fashion-lifestyle-02-homepage.jpg\";s:14:\"astra-site-url\";s:39:\"//websitedemos.net/fashion-lifestyle-02\";s:20:\"astra-site-parent-id\";i:137;s:15:\"astra-sites-tag\";a:6:{i:480;s:4:\"blog\";i:482;s:7:\"fashion\";i:479;s:9:\"lifestyle\";i:1020;s:8:\"personal\";i:483;s:16:\"styling-shopping\";i:481;s:5:\"trend\";}s:16:\"astra-sites-type\";s:4:\"free\";s:19:\"astra-site-category\";a:2:{i:37;s:4:\"blog\";i:39;s:4:\"free\";}s:29:\"astra-sites-template-category\";a:3:{i:2790;s:14:\"beauty-fashion\";i:2828;s:4:\"blog\";i:2794;s:10:\"consulting\";}s:23:\"astra-site-page-builder\";s:9:\"elementor\";s:10:\"categories\";a:1:{i:2497;s:4:\"blog\";}s:16:\"required-plugins\";a:4:{i:0;a:3:{s:4:\"slug\";s:13:\"astra-widgets\";s:4:\"init\";s:31:\"astra-widgets/astra-widgets.php\";s:4:\"name\";s:13:\"Astra Widgets\";}i:1;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:2;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:29:\"Ultimate Addons for Gutenberg\";}i:3;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:11:\"post-status\";s:7:\"publish\";s:12:\"post-content\";s:942:\"<!-- wp:paragraph -->\n<p>The Fashion Lifestyle Blog template has a feminine feel with soft colors and fonts and alternating whitespace and content areas. It’s a very stylish design that suits fashion and lifestyle perfectly.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>While designed as a blog, the design could be easily adapted for a website and be used to showcase your creations and even sell them online. All without having to touch a line of code. It really does have everything!</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>Key features of the Fashion Lifestyle Blog template</h2>\n<!-- /wp:heading -->\n\n<!-- wp:list -->\n<ul><li>Stylish feminine blog theme ideal for fashion or lifestyle</li><li>Lovely colors and fonts</li><li>Good use of images throughout the design</li><li>Can be customized to suit any use with minimal effort</li><li>Full compatibility with drag and drop page builders</li></ul>\n<!-- /wp:list -->\";s:12:\"post-excerpt\";s:81:\"Lifestyle blog template design to instantly create a connection with the audience\";s:5:\"pages\";a:3:{s:8:\"id-23319\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:85:\"https://websitedemos.net/wp-content/uploads/2019/07/fashion-lifestyle-02-homepage.jpg\";s:19:\"thumbnail-image-url\";s:85:\"https://websitedemos.net/wp-content/uploads/2019/07/fashion-lifestyle-02-homepage.jpg\";s:18:\"astra-page-api-url\";s:69:\"https://websitedemos.net/fashion-lifestyle-02/wp-json/wp/v2/pages/855\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:40:\"//websitedemos.net/fashion-lifestyle-02/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:74;s:4:\"blog\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-23317\";a:12:{s:5:\"title\";s:4:\"Blog\";s:18:\"featured-image-url\";s:81:\"https://websitedemos.net/wp-content/uploads/2019/07/fashion-lifestyle-02-blog.jpg\";s:19:\"thumbnail-image-url\";s:81:\"https://websitedemos.net/wp-content/uploads/2019/07/fashion-lifestyle-02-blog.jpg\";s:18:\"astra-page-api-url\";s:67:\"https://websitedemos.net/fashion-lifestyle-02/wp-json/wp/v2/pages/9\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:45:\"//websitedemos.net/fashion-lifestyle-02/blog/\";s:15:\"astra-sites-tag\";a:1:{i:480;s:4:\"blog\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:74;s:4:\"blog\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:29:\"Ultimate Addons for Gutenberg\";}}}s:8:\"id-23318\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:84:\"https://websitedemos.net/wp-content/uploads/2019/07/fashion-lifestyle-02-contact.jpg\";s:19:\"thumbnail-image-url\";s:84:\"https://websitedemos.net/wp-content/uploads/2019/07/fashion-lifestyle-02-contact.jpg\";s:18:\"astra-page-api-url\";s:68:\"https://websitedemos.net/fashion-lifestyle-02/wp-json/wp/v2/pages/11\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:51:\"//websitedemos.net/fashion-lifestyle-02/contact-me/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:74;s:4:\"blog\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}}s:19:\"related-bb-template\";s:0:\"\";s:26:\"related-elementor-template\";s:0:\"\";s:26:\"related-gutenberg-template\";s:0:\"\";}s:8:\"id-18108\";a:22:{s:5:\"title\";s:10:\"Sweet Shop\";s:2:\"id\";i:18108;s:12:\"publish-date\";i:1515139635;s:18:\"featured-image-url\";s:71:\"https://websitedemos.net/wp-content/uploads/2019/07/sweet-shop-home.jpg\";s:19:\"thumbnail-image-url\";s:71:\"https://websitedemos.net/wp-content/uploads/2019/07/sweet-shop-home.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:71:\"https://websitedemos.net/wp-content/uploads/2019/07/sweet-shop-home.jpg\";s:14:\"astra-site-url\";s:32:\"//websitedemos.net/sweet-shop-04\";s:20:\"astra-site-parent-id\";i:270;s:15:\"astra-sites-tag\";a:5:{i:758;s:6:\"bakery\";i:383;s:12:\"online-store\";i:749;s:5:\"store\";i:756;s:10:\"sweet-shop\";i:757;s:6:\"sweets\";}s:16:\"astra-sites-type\";s:11:\"agency-mini\";s:19:\"astra-site-category\";a:1:{i:27;s:8:\"business\";}s:29:\"astra-sites-template-category\";a:3:{i:2804;s:11:\"cafe-bakery\";i:2785;s:4:\"food\";i:2776;s:10:\"restaurant\";}s:23:\"astra-site-page-builder\";s:9:\"elementor\";s:10:\"categories\";a:1:{i:2478;s:17:\"local-storefronts\";}s:16:\"required-plugins\";a:4:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:23:\"header-footer-elementor\";s:4:\"init\";s:51:\"header-footer-elementor/header-footer-elementor.php\";s:4:\"name\";s:35:\"Elementor - Header, Footer & Blocks\";}i:2;a:3:{s:4:\"slug\";s:18:\"ultimate-elementor\";s:4:\"init\";s:41:\"ultimate-elementor/ultimate-elementor.php\";s:4:\"name\";s:29:\"Ultimate Addons for Elementor\";}i:3;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:11:\"post-status\";s:7:\"publish\";s:12:\"post-content\";s:954:\"<!-- wp:paragraph -->\n<p>The Sweet Shop website template starts off subtle before opening into bold colors, lovely images and the vibrant atmosphere you would expect from a sweet shop or bakery. It engages from the very moment it loads.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The design is a mix of dark and light, minimalism and bold areas with the option to add product and service areas, showcase your creations, engage with your audience, take orders online and even sell online should you wish to.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>Key features of the Sweet Shop template</h2>\n<!-- /wp:heading -->\n\n<!-- wp:list -->\n<ul><li>Attractive design with a mix of influences</li><li>Lots of opportunities to let imagery sell your products</li><li>Bold, happy colors and fonts help create the mood</li><li>Online order form to boost sales</li><li>Full compatibility with drag and drop page builders</li></ul>\n<!-- /wp:list -->\";s:12:\"post-excerpt\";s:89:\"Delightful template full of color, happiness and life, ideal for sweet shops and bakeries\";s:5:\"pages\";a:5:{s:8:\"id-24788\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:71:\"https://websitedemos.net/wp-content/uploads/2019/07/sweet-shop-home.jpg\";s:19:\"thumbnail-image-url\";s:71:\"https://websitedemos.net/wp-content/uploads/2019/07/sweet-shop-home.jpg\";s:18:\"astra-page-api-url\";s:62:\"https://websitedemos.net/sweet-shop-04/wp-json/wp/v2/pages/212\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:33:\"//websitedemos.net/sweet-shop-04/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:18:\"ultimate-elementor\";s:4:\"init\";s:41:\"ultimate-elementor/ultimate-elementor.php\";s:4:\"name\";s:29:\"Ultimate Addons for Elementor\";}}}s:8:\"id-24784\";a:12:{s:5:\"title\";s:5:\"About\";s:18:\"featured-image-url\";s:72:\"https://websitedemos.net/wp-content/uploads/2019/07/sweet-shop-about.jpg\";s:19:\"thumbnail-image-url\";s:72:\"https://websitedemos.net/wp-content/uploads/2019/07/sweet-shop-about.jpg\";s:18:\"astra-page-api-url\";s:60:\"https://websitedemos.net/sweet-shop-04/wp-json/wp/v2/pages/9\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:39:\"//websitedemos.net/sweet-shop-04/about/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:18:\"ultimate-elementor\";s:4:\"init\";s:41:\"ultimate-elementor/ultimate-elementor.php\";s:4:\"name\";s:29:\"Ultimate Addons for Elementor\";}}}s:8:\"id-24787\";a:12:{s:5:\"title\";s:7:\"Gallery\";s:18:\"featured-image-url\";s:74:\"https://websitedemos.net/wp-content/uploads/2019/07/sweet-shop-gallery.jpg\";s:19:\"thumbnail-image-url\";s:74:\"https://websitedemos.net/wp-content/uploads/2019/07/sweet-shop-gallery.jpg\";s:18:\"astra-page-api-url\";s:61:\"https://websitedemos.net/sweet-shop-04/wp-json/wp/v2/pages/11\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:41:\"//websitedemos.net/sweet-shop-04/gallery/\";s:15:\"astra-sites-tag\";a:1:{i:461;s:7:\"gallery\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:18:\"ultimate-elementor\";s:4:\"init\";s:41:\"ultimate-elementor/ultimate-elementor.php\";s:4:\"name\";s:29:\"Ultimate Addons for Elementor\";}}}s:8:\"id-24789\";a:12:{s:5:\"title\";s:9:\"Our Cakes\";s:18:\"featured-image-url\";s:72:\"https://websitedemos.net/wp-content/uploads/2019/07/sweet-shop-cakes.jpg\";s:19:\"thumbnail-image-url\";s:72:\"https://websitedemos.net/wp-content/uploads/2019/07/sweet-shop-cakes.jpg\";s:18:\"astra-page-api-url\";s:61:\"https://websitedemos.net/sweet-shop-04/wp-json/wp/v2/pages/25\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:43:\"//websitedemos.net/sweet-shop-04/our-cakes/\";s:15:\"astra-sites-tag\";a:1:{i:783;s:4:\"cake\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:18:\"ultimate-elementor\";s:4:\"init\";s:41:\"ultimate-elementor/ultimate-elementor.php\";s:4:\"name\";s:29:\"Ultimate Addons for Elementor\";}}}s:8:\"id-24786\";a:12:{s:5:\"title\";s:10:\"Contact Us\";s:18:\"featured-image-url\";s:74:\"https://websitedemos.net/wp-content/uploads/2019/07/sweet-shop-contact.jpg\";s:19:\"thumbnail-image-url\";s:74:\"https://websitedemos.net/wp-content/uploads/2019/07/sweet-shop-contact.jpg\";s:18:\"astra-page-api-url\";s:61:\"https://websitedemos.net/sweet-shop-04/wp-json/wp/v2/pages/13\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:44:\"//websitedemos.net/sweet-shop-04/contact-us/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:3:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:18:\"ultimate-elementor\";s:4:\"init\";s:41:\"ultimate-elementor/ultimate-elementor.php\";s:4:\"name\";s:29:\"Ultimate Addons for Elementor\";}i:2;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}}s:19:\"related-bb-template\";i:17618;s:26:\"related-elementor-template\";i:18108;s:26:\"related-gutenberg-template\";s:0:\"\";}s:8:\"id-18040\";a:22:{s:5:\"title\";s:10:\"Freelancer\";s:2:\"id\";i:18040;s:12:\"publish-date\";i:1514438765;s:18:\"featured-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2019/07/freelancer-03-homepage.jpg\";s:19:\"thumbnail-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2019/07/freelancer-03-homepage.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2019/07/freelancer-03-homepage.jpg\";s:14:\"astra-site-url\";s:32:\"//websitedemos.net/freelancer-03\";s:20:\"astra-site-parent-id\";i:194;s:15:\"astra-sites-tag\";a:6:{i:339;s:6:\"artist\";i:670;s:8:\"designer\";i:669;s:10:\"freelancer\";i:399;s:8:\"one-page\";i:671;s:16:\"service-provider\";i:463;s:11:\"single-page\";}s:16:\"astra-sites-type\";s:11:\"agency-mini\";s:19:\"astra-site-category\";a:1:{i:27;s:8:\"business\";}s:29:\"astra-sites-template-category\";a:0:{}s:23:\"astra-site-page-builder\";s:14:\"beaver-builder\";s:10:\"categories\";a:1:{i:2488;s:9:\"portfolio\";}s:16:\"required-plugins\";a:4:{i:0;a:3:{s:4:\"slug\";s:13:\"astra-widgets\";s:4:\"init\";s:31:\"astra-widgets/astra-widgets.php\";s:4:\"name\";s:13:\"Astra Widgets\";}i:1;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:2;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}i:3;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:11:\"post-status\";s:7:\"publish\";s:12:\"post-content\";s:0:\"\";s:12:\"post-excerpt\";s:0:\"\";s:5:\"pages\";a:1:{s:8:\"id-23987\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2019/07/freelancer-03-homepage.jpg\";s:19:\"thumbnail-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2019/07/freelancer-03-homepage.jpg\";s:18:\"astra-page-api-url\";s:62:\"https://websitedemos.net/freelancer-03/wp-json/wp/v2/pages/325\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:33:\"//websitedemos.net/freelancer-03/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:3:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}i:2;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}}s:19:\"related-bb-template\";s:0:\"\";s:26:\"related-elementor-template\";s:0:\"\";s:26:\"related-gutenberg-template\";s:0:\"\";}}',	'no'),
(352,	'astra-sites-and-pages-page-32',	'a:15:{s:8:\"id-18103\";a:22:{s:5:\"title\";s:7:\"Charity\";s:2:\"id\";i:18103;s:12:\"publish-date\";i:1515137293;s:18:\"featured-image-url\";s:71:\"https://websitedemos.net/wp-content/uploads/2019/07/charity-04-home.jpg\";s:19:\"thumbnail-image-url\";s:71:\"https://websitedemos.net/wp-content/uploads/2019/07/charity-04-home.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:71:\"https://websitedemos.net/wp-content/uploads/2019/07/charity-04-home.jpg\";s:14:\"astra-site-url\";s:29:\"//websitedemos.net/charity-04\";s:20:\"astra-site-parent-id\";i:145;s:15:\"astra-sites-tag\";a:5:{i:625;s:7:\"charity\";i:624;s:10:\"foundation\";i:626;s:6:\"giving\";i:977;s:10:\"non-profit\";i:745;s:12:\"organization\";}s:16:\"astra-sites-type\";s:11:\"agency-mini\";s:19:\"astra-site-category\";a:1:{i:36;s:5:\"other\";}s:29:\"astra-sites-template-category\";a:3:{i:2786;s:17:\"charity-nonprofit\";i:2872;s:19:\"donation-fundraiser\";i:2871;s:3:\"ngo\";}s:23:\"astra-site-page-builder\";s:9:\"elementor\";s:10:\"categories\";a:1:{i:2492;s:10:\"non-profit\";}s:16:\"required-plugins\";a:3:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:18:\"ultimate-elementor\";s:4:\"init\";s:41:\"ultimate-elementor/ultimate-elementor.php\";s:4:\"name\";s:29:\"Ultimate Addons for Elementor\";}i:2;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:11:\"post-status\";s:7:\"publish\";s:12:\"post-content\";s:932:\"<!-- wp:paragraph -->\n<p>The Charity template opens with an emotive image and headline that sets the mood immediately. It’s a bright, positive template that lets you share your messages while maintaining a giving frame of mind.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The template includes service sections, a portfolio to showcase your good works, a donor section to give thanks, call to action sections to help encourage donations and lots of places to add any content you like.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>Key features of the Charity template</h2>\n<!-- /wp:heading -->\n\n<!-- wp:list -->\n<ul><li>Positive and emotive design that engages well</li><li>Balance of colors, images, content and whitespace</li><li>Opportunities to encourage giving throughout</li><li>Donor section for thanks and encouragement</li><li>Full compatibility with drag and drop page builders</li></ul>\n<!-- /wp:list -->\";s:12:\"post-excerpt\";s:82:\"Well-balanced charity template that encourages giving to charities and good causes\";s:5:\"pages\";a:4:{s:8:\"id-23378\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:71:\"https://websitedemos.net/wp-content/uploads/2019/07/charity-04-home.jpg\";s:19:\"thumbnail-image-url\";s:71:\"https://websitedemos.net/wp-content/uploads/2019/07/charity-04-home.jpg\";s:18:\"astra-page-api-url\";s:58:\"https://websitedemos.net/charity-04/wp-json/wp/v2/pages/10\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:30:\"//websitedemos.net/charity-04/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:139;s:5:\"other\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:18:\"ultimate-elementor\";s:4:\"init\";s:41:\"ultimate-elementor/ultimate-elementor.php\";s:4:\"name\";s:29:\"Ultimate Addons for Elementor\";}}}s:8:\"id-23379\";a:12:{s:5:\"title\";s:10:\"What We Do\";s:18:\"featured-image-url\";s:77:\"https://websitedemos.net/wp-content/uploads/2019/07/charity-04-what-we-do.jpg\";s:19:\"thumbnail-image-url\";s:77:\"https://websitedemos.net/wp-content/uploads/2019/07/charity-04-what-we-do.jpg\";s:18:\"astra-page-api-url\";s:58:\"https://websitedemos.net/charity-04/wp-json/wp/v2/pages/12\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:41:\"//websitedemos.net/charity-04/what-we-do/\";s:15:\"astra-sites-tag\";a:2:{i:628;s:10:\"what-we-do\";i:451;s:4:\"work\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:139;s:5:\"other\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:18:\"ultimate-elementor\";s:4:\"init\";s:41:\"ultimate-elementor/ultimate-elementor.php\";s:4:\"name\";s:29:\"Ultimate Addons for Elementor\";}}}s:8:\"id-23377\";a:12:{s:5:\"title\";s:15:\"Creating Impact\";s:18:\"featured-image-url\";s:84:\"https://websitedemos.net/wp-content/uploads/2019/07/charity-04-making-difference.jpg\";s:19:\"thumbnail-image-url\";s:84:\"https://websitedemos.net/wp-content/uploads/2019/07/charity-04-making-difference.jpg\";s:18:\"astra-page-api-url\";s:58:\"https://websitedemos.net/charity-04/wp-json/wp/v2/pages/14\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:46:\"//websitedemos.net/charity-04/creating-impact/\";s:15:\"astra-sites-tag\";a:1:{i:425;s:8:\"services\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:139;s:5:\"other\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:18:\"ultimate-elementor\";s:4:\"init\";s:41:\"ultimate-elementor/ultimate-elementor.php\";s:4:\"name\";s:29:\"Ultimate Addons for Elementor\";}}}s:8:\"id-23376\";a:12:{s:5:\"title\";s:10:\"Contact Us\";s:18:\"featured-image-url\";s:74:\"https://websitedemos.net/wp-content/uploads/2019/07/charity-04-contact.jpg\";s:19:\"thumbnail-image-url\";s:74:\"https://websitedemos.net/wp-content/uploads/2019/07/charity-04-contact.jpg\";s:18:\"astra-page-api-url\";s:58:\"https://websitedemos.net/charity-04/wp-json/wp/v2/pages/18\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:41:\"//websitedemos.net/charity-04/contact-us/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:139;s:5:\"other\";}s:16:\"required-plugins\";a:3:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:18:\"ultimate-elementor\";s:4:\"init\";s:41:\"ultimate-elementor/ultimate-elementor.php\";s:4:\"name\";s:29:\"Ultimate Addons for Elementor\";}i:2;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}}s:19:\"related-bb-template\";i:17631;s:26:\"related-elementor-template\";i:55334;s:26:\"related-gutenberg-template\";s:0:\"\";}s:8:\"id-18041\";a:22:{s:5:\"title\";s:6:\"Agency\";s:2:\"id\";i:18041;s:12:\"publish-date\";i:1514438706;s:18:\"featured-image-url\";s:74:\"https://websitedemos.net/wp-content/uploads/2019/07/agency-03-homepage.jpg\";s:19:\"thumbnail-image-url\";s:74:\"https://websitedemos.net/wp-content/uploads/2019/07/agency-03-homepage.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:74:\"https://websitedemos.net/wp-content/uploads/2019/07/agency-03-homepage.jpg\";s:14:\"astra-site-url\";s:28:\"//websitedemos.net/agency-03\";s:20:\"astra-site-parent-id\";i:214;s:15:\"astra-sites-tag\";a:6:{i:663;s:6:\"agency\";i:979;s:7:\"company\";i:664;s:16:\"digital-services\";i:812;s:6:\"office\";i:665;s:14:\"service-agency\";i:661;s:7:\"website\";}s:16:\"astra-sites-type\";s:11:\"agency-mini\";s:19:\"astra-site-category\";a:1:{i:27;s:8:\"business\";}s:29:\"astra-sites-template-category\";a:0:{}s:23:\"astra-site-page-builder\";s:14:\"beaver-builder\";s:10:\"categories\";a:1:{i:2487;s:6:\"agency\";}s:16:\"required-plugins\";a:4:{i:0;a:3:{s:4:\"slug\";s:11:\"astra-addon\";s:4:\"init\";s:27:\"astra-addon/astra-addon.php\";s:4:\"name\";s:9:\"Astra Pro\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}i:2;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:3;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}}s:11:\"post-status\";s:7:\"publish\";s:12:\"post-content\";s:0:\"\";s:12:\"post-excerpt\";s:0:\"\";s:5:\"pages\";a:6:{s:8:\"id-24305\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:74:\"https://websitedemos.net/wp-content/uploads/2019/07/agency-03-homepage.jpg\";s:19:\"thumbnail-image-url\";s:74:\"https://websitedemos.net/wp-content/uploads/2019/07/agency-03-homepage.jpg\";s:18:\"astra-page-api-url\";s:56:\"https://websitedemos.net/agency-03/wp-json/wp/v2/pages/2\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:29:\"//websitedemos.net/agency-03/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}}}s:8:\"id-24302\";a:12:{s:5:\"title\";s:5:\"About\";s:18:\"featured-image-url\";s:73:\"https://websitedemos.net/wp-content/uploads/2019/07/agency-03-about-2.jpg\";s:19:\"thumbnail-image-url\";s:73:\"https://websitedemos.net/wp-content/uploads/2019/07/agency-03-about-2.jpg\";s:18:\"astra-page-api-url\";s:57:\"https://websitedemos.net/agency-03/wp-json/wp/v2/pages/62\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:35:\"//websitedemos.net/agency-03/about/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}}}s:8:\"id-24308\";a:12:{s:5:\"title\";s:8:\"Websites\";s:18:\"featured-image-url\";s:76:\"https://websitedemos.net/wp-content/uploads/2019/07/agency-03-websites-2.jpg\";s:19:\"thumbnail-image-url\";s:76:\"https://websitedemos.net/wp-content/uploads/2019/07/agency-03-websites-2.jpg\";s:18:\"astra-page-api-url\";s:57:\"https://websitedemos.net/agency-03/wp-json/wp/v2/pages/97\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:38:\"//websitedemos.net/agency-03/websites/\";s:15:\"astra-sites-tag\";a:2:{i:444;s:9:\"portfolio\";i:451;s:4:\"work\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}}}s:8:\"id-24307\";a:12:{s:5:\"title\";s:7:\"Support\";s:18:\"featured-image-url\";s:75:\"https://websitedemos.net/wp-content/uploads/2019/07/agency-03-support-1.jpg\";s:19:\"thumbnail-image-url\";s:75:\"https://websitedemos.net/wp-content/uploads/2019/07/agency-03-support-1.jpg\";s:18:\"astra-page-api-url\";s:58:\"https://websitedemos.net/agency-03/wp-json/wp/v2/pages/112\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:37:\"//websitedemos.net/agency-03/support/\";s:15:\"astra-sites-tag\";a:1:{i:765;s:7:\"support\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}}}s:8:\"id-24306\";a:12:{s:5:\"title\";s:7:\"Pricing\";s:18:\"featured-image-url\";s:75:\"https://websitedemos.net/wp-content/uploads/2019/07/agency-03-pricing-1.jpg\";s:19:\"thumbnail-image-url\";s:75:\"https://websitedemos.net/wp-content/uploads/2019/07/agency-03-pricing-1.jpg\";s:18:\"astra-page-api-url\";s:58:\"https://websitedemos.net/agency-03/wp-json/wp/v2/pages/132\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:37:\"//websitedemos.net/agency-03/pricing/\";s:15:\"astra-sites-tag\";a:1:{i:585;s:7:\"pricing\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}}}s:8:\"id-24304\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:75:\"https://websitedemos.net/wp-content/uploads/2019/07/agency-03-contact-2.jpg\";s:19:\"thumbnail-image-url\";s:75:\"https://websitedemos.net/wp-content/uploads/2019/07/agency-03-contact-2.jpg\";s:18:\"astra-page-api-url\";s:58:\"https://websitedemos.net/agency-03/wp-json/wp/v2/pages/164\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:37:\"//websitedemos.net/agency-03/contact/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:3:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}i:2;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}}s:19:\"related-bb-template\";s:0:\"\";s:26:\"related-elementor-template\";s:0:\"\";s:26:\"related-gutenberg-template\";s:0:\"\";}s:8:\"id-18036\";a:22:{s:5:\"title\";s:6:\"Artist\";s:2:\"id\";i:18036;s:12:\"publish-date\";i:1514381521;s:18:\"featured-image-url\";s:74:\"https://websitedemos.net/wp-content/uploads/2019/07/artist-01-homepage.jpg\";s:19:\"thumbnail-image-url\";s:74:\"https://websitedemos.net/wp-content/uploads/2019/07/artist-01-homepage.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:74:\"https://websitedemos.net/wp-content/uploads/2019/07/artist-01-homepage.jpg\";s:14:\"astra-site-url\";s:28:\"//websitedemos.net/artist-01\";s:20:\"astra-site-parent-id\";i:146;s:15:\"astra-sites-tag\";a:8:{i:597;s:3:\"art\";i:339;s:6:\"artist\";i:595;s:10:\"exhibition\";i:614;s:7:\"painter\";i:861;s:9:\"paintings\";i:967;s:13:\"product-store\";i:733;s:4:\"shop\";i:966;s:12:\"woo-commerce\";}s:16:\"astra-sites-type\";s:4:\"free\";s:19:\"astra-site-category\";a:2:{i:38;s:9:\"ecommerce\";i:39;s:4:\"free\";}s:29:\"astra-sites-template-category\";a:0:{}s:23:\"astra-site-page-builder\";s:14:\"beaver-builder\";s:10:\"categories\";a:1:{i:2488;s:9:\"portfolio\";}s:16:\"required-plugins\";a:4:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:39:\"ultimate-addons-for-beaver-builder-lite\";s:4:\"init\";s:61:\"ultimate-addons-for-beaver-builder-lite/bb-ultimate-addon.php\";s:4:\"name\";s:41:\"Ultimate Addons for Beaver Builder - Lite\";}i:2;a:3:{s:4:\"slug\";s:11:\"woocommerce\";s:4:\"init\";s:27:\"woocommerce/woocommerce.php\";s:4:\"name\";s:11:\"WooCommerce\";}i:3;a:3:{s:4:\"slug\";s:29:\"woo-cart-abandonment-recovery\";s:4:\"init\";s:63:\"woo-cart-abandonment-recovery/woo-cart-abandonment-recovery.php\";s:4:\"name\";s:37:\"WooCommerce Cart Abandonment Recovery\";}}s:11:\"post-status\";s:7:\"publish\";s:12:\"post-content\";s:0:\"\";s:12:\"post-excerpt\";s:0:\"\";s:5:\"pages\";a:3:{s:8:\"id-23392\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:74:\"https://websitedemos.net/wp-content/uploads/2019/07/artist-01-homepage.jpg\";s:19:\"thumbnail-image-url\";s:74:\"https://websitedemos.net/wp-content/uploads/2019/07/artist-01-homepage.jpg\";s:18:\"astra-page-api-url\";s:56:\"https://websitedemos.net/artist-01/wp-json/wp/v2/pages/9\";s:12:\"dynamic-page\";s:3:\"yes\";s:14:\"astra-page-url\";s:29:\"//websitedemos.net/artist-01/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:64;s:9:\"ecommerce\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:39:\"ultimate-addons-for-beaver-builder-lite\";s:4:\"init\";s:61:\"ultimate-addons-for-beaver-builder-lite/bb-ultimate-addon.php\";s:4:\"name\";s:41:\"Ultimate Addons for Beaver Builder - Lite\";}}}s:8:\"id-23389\";a:12:{s:5:\"title\";s:8:\"About Me\";s:18:\"featured-image-url\";s:71:\"https://websitedemos.net/wp-content/uploads/2019/07/artist-01-about.jpg\";s:19:\"thumbnail-image-url\";s:71:\"https://websitedemos.net/wp-content/uploads/2019/07/artist-01-about.jpg\";s:18:\"astra-page-api-url\";s:57:\"https://websitedemos.net/artist-01/wp-json/wp/v2/pages/10\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:38:\"//websitedemos.net/artist-01/about-me/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:64;s:9:\"ecommerce\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:39:\"ultimate-addons-for-beaver-builder-lite\";s:4:\"init\";s:61:\"ultimate-addons-for-beaver-builder-lite/bb-ultimate-addon.php\";s:4:\"name\";s:41:\"Ultimate Addons for Beaver Builder - Lite\";}}}s:8:\"id-23391\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:73:\"https://websitedemos.net/wp-content/uploads/2019/07/artist-01-contact.jpg\";s:19:\"thumbnail-image-url\";s:73:\"https://websitedemos.net/wp-content/uploads/2019/07/artist-01-contact.jpg\";s:18:\"astra-page-api-url\";s:57:\"https://websitedemos.net/artist-01/wp-json/wp/v2/pages/12\";s:12:\"dynamic-page\";s:3:\"yes\";s:14:\"astra-page-url\";s:37:\"//websitedemos.net/artist-01/contact/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:64;s:9:\"ecommerce\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:39:\"ultimate-addons-for-beaver-builder-lite\";s:4:\"init\";s:61:\"ultimate-addons-for-beaver-builder-lite/bb-ultimate-addon.php\";s:4:\"name\";s:41:\"Ultimate Addons for Beaver Builder - Lite\";}}}}s:19:\"related-bb-template\";s:0:\"\";s:26:\"related-elementor-template\";s:0:\"\";s:26:\"related-gutenberg-template\";s:0:\"\";}s:8:\"id-17985\";a:22:{s:5:\"title\";s:16:\"Freelance Artist\";s:2:\"id\";i:17985;s:12:\"publish-date\";i:1513833063;s:18:\"featured-image-url\";s:82:\"https://websitedemos.net/wp-content/uploads/2019/10/artist-christine-home-page.jpg\";s:19:\"thumbnail-image-url\";s:82:\"https://websitedemos.net/wp-content/uploads/2019/10/artist-christine-home-page.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:82:\"https://websitedemos.net/wp-content/uploads/2019/10/artist-christine-home-page.jpg\";s:14:\"astra-site-url\";s:28:\"//websitedemos.net/artist-02\";s:20:\"astra-site-parent-id\";i:144;s:15:\"astra-sites-tag\";a:9:{i:597;s:3:\"art\";i:339;s:6:\"artist\";i:496;s:9:\"ecommerce\";i:595;s:10:\"exhibition\";i:614;s:7:\"painter\";i:1020;s:8:\"personal\";i:967;s:13:\"product-store\";i:966;s:12:\"woo-commerce\";i:1024;s:11:\"woocommerce\";}s:16:\"astra-sites-type\";s:4:\"free\";s:19:\"astra-site-category\";a:2:{i:38;s:9:\"ecommerce\";i:39;s:4:\"free\";}s:29:\"astra-sites-template-category\";a:4:{i:2802;s:6:\"artist\";i:2769;s:9:\"ecommerce\";i:2810;s:9:\"freelance\";i:2770;s:8:\"personal\";}s:23:\"astra-site-page-builder\";s:9:\"elementor\";s:10:\"categories\";a:1:{i:2488;s:9:\"portfolio\";}s:16:\"required-plugins\";a:3:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:11:\"woocommerce\";s:4:\"init\";s:27:\"woocommerce/woocommerce.php\";s:4:\"name\";s:11:\"WooCommerce\";}i:2;a:3:{s:4:\"slug\";s:29:\"woo-cart-abandonment-recovery\";s:4:\"init\";s:63:\"woo-cart-abandonment-recovery/woo-cart-abandonment-recovery.php\";s:4:\"name\";s:37:\"WooCommerce Cart Abandonment Recovery\";}}s:11:\"post-status\";s:7:\"publish\";s:12:\"post-content\";s:971:\"<!-- wp:paragraph -->\n<p>The Freelance Artist template is instantly engaging. The hero section on the homepage can include an image of you at work to set the scene, along with a short introduction to orient the visitor and engage them.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The rest of the page, and the template, uses minimal design with lots of places to add content, showcase your work in a portfolio, add calls to action and even sell your work online. It’s a complete website template all ready to go!</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>Key features of the Freelance Artist template</h2>\n<!-- /wp:heading -->\n\n<!-- wp:list -->\n<ul><li>Hero section on homepage is very engaging</li><li>Use of strong color and minimalist design makes a statement</li><li>Lots of places to add content</li><li>Can be used with WooCommerce to sell your work online</li><li>Full compatibility with drag and drop page builders</li></ul>\n<!-- /wp:list -->\";s:12:\"post-excerpt\";s:81:\"Imaginative template ideal for artists and other creatives to showcase their work\";s:5:\"pages\";a:3:{s:8:\"id-34089\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:82:\"https://websitedemos.net/wp-content/uploads/2019/10/artist-christine-home-page.jpg\";s:19:\"thumbnail-image-url\";s:82:\"https://websitedemos.net/wp-content/uploads/2019/10/artist-christine-home-page.jpg\";s:18:\"astra-page-api-url\";s:56:\"https://websitedemos.net/artist-02/wp-json/wp/v2/pages/9\";s:12:\"dynamic-page\";s:3:\"yes\";s:14:\"astra-page-url\";s:29:\"//websitedemos.net/artist-02/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:64;s:9:\"ecommerce\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-23371\";a:12:{s:5:\"title\";s:8:\"About Me\";s:18:\"featured-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2019/07/artist-christine-about.jpg\";s:19:\"thumbnail-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2019/07/artist-christine-about.jpg\";s:18:\"astra-page-api-url\";s:57:\"https://websitedemos.net/artist-02/wp-json/wp/v2/pages/10\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:38:\"//websitedemos.net/artist-02/about-me/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:64;s:9:\"ecommerce\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-23373\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2019/07/artist-christine-contact.jpg\";s:19:\"thumbnail-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2019/07/artist-christine-contact.jpg\";s:18:\"astra-page-api-url\";s:57:\"https://websitedemos.net/artist-02/wp-json/wp/v2/pages/12\";s:12:\"dynamic-page\";s:3:\"yes\";s:14:\"astra-page-url\";s:37:\"//websitedemos.net/artist-02/contact/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:64;s:9:\"ecommerce\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}}s:19:\"related-bb-template\";s:0:\"\";s:26:\"related-elementor-template\";s:0:\"\";s:26:\"related-gutenberg-template\";s:0:\"\";}s:8:\"id-17931\";a:22:{s:5:\"title\";s:10:\"Home Decor\";s:2:\"id\";i:17931;s:12:\"publish-date\";i:1511864213;s:18:\"featured-image-url\";s:72:\"https://websitedemos.net/wp-content/uploads/2017/11/blog-04-homepage.jpg\";s:19:\"thumbnail-image-url\";s:72:\"https://websitedemos.net/wp-content/uploads/2017/11/blog-04-homepage.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:72:\"https://websitedemos.net/wp-content/uploads/2017/11/blog-04-homepage.jpg\";s:14:\"astra-site-url\";s:26:\"//websitedemos.net/blog-04\";s:20:\"astra-site-parent-id\";i:233;s:15:\"astra-sites-tag\";a:5:{i:480;s:4:\"blog\";i:863;s:10:\"decor-blog\";i:862;s:10:\"home-decor\";i:434;s:15:\"interior-design\";i:864;s:21:\"interior-design-blogs\";}s:16:\"astra-sites-type\";s:11:\"agency-mini\";s:19:\"astra-site-category\";a:1:{i:37;s:4:\"blog\";}s:29:\"astra-sites-template-category\";a:0:{}s:23:\"astra-site-page-builder\";s:14:\"beaver-builder\";s:10:\"categories\";a:1:{i:2484;s:11:\"real-estate\";}s:16:\"required-plugins\";a:4:{i:0;a:3:{s:4:\"slug\";s:11:\"astra-addon\";s:4:\"init\";s:27:\"astra-addon/astra-addon.php\";s:4:\"name\";s:9:\"Astra Pro\";}i:1;a:3:{s:4:\"slug\";s:35:\"recent-posts-widget-with-thumbnails\";s:4:\"init\";s:75:\"recent-posts-widget-with-thumbnails/recent-posts-widget-with-thumbnails.php\";s:4:\"name\";s:35:\"Recent Posts Widget With Thumbnails\";}i:2;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:3;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}}s:11:\"post-status\";s:7:\"publish\";s:12:\"post-content\";s:0:\"\";s:12:\"post-excerpt\";s:0:\"\";s:5:\"pages\";a:2:{s:8:\"id-24482\";a:12:{s:5:\"title\";s:5:\"About\";s:18:\"featured-image-url\";s:71:\"https://websitedemos.net/wp-content/uploads/2019/07/blog-04-about-1.jpg\";s:19:\"thumbnail-image-url\";s:71:\"https://websitedemos.net/wp-content/uploads/2019/07/blog-04-about-1.jpg\";s:18:\"astra-page-api-url\";s:57:\"https://websitedemos.net/blog-04/wp-json/wp/v2/pages/1884\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:33:\"//websitedemos.net/blog-04/about/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:74;s:4:\"blog\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}}}s:8:\"id-24483\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:71:\"https://websitedemos.net/wp-content/uploads/2019/07/blog-04-contact.jpg\";s:19:\"thumbnail-image-url\";s:90:\"https://websitedemos.net/wp-content/uploads/2019/07/id-24483-home-decor-contact-resize.jpg\";s:18:\"astra-page-api-url\";s:57:\"https://websitedemos.net/blog-04/wp-json/wp/v2/pages/1821\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:35:\"//websitedemos.net/blog-04/contact/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:74;s:4:\"blog\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}}}}s:19:\"related-bb-template\";s:0:\"\";s:26:\"related-elementor-template\";s:0:\"\";s:26:\"related-gutenberg-template\";s:0:\"\";}s:8:\"id-17911\";a:22:{s:5:\"title\";s:10:\"Home Decor\";s:2:\"id\";i:17911;s:12:\"publish-date\";i:1511529926;s:18:\"featured-image-url\";s:65:\"https://websitedemos.net/wp-content/uploads/2017/11/blog-02-1.jpg\";s:19:\"thumbnail-image-url\";s:65:\"https://websitedemos.net/wp-content/uploads/2017/11/blog-02-1.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:65:\"https://websitedemos.net/wp-content/uploads/2017/11/blog-02-1.jpg\";s:14:\"astra-site-url\";s:26:\"//websitedemos.net/blog-02\";s:20:\"astra-site-parent-id\";i:255;s:15:\"astra-sites-tag\";a:5:{i:435;s:12:\"architecture\";i:480;s:4:\"blog\";i:436;s:8:\"interior\";i:434;s:15:\"interior-design\";i:422;s:11:\"landscaping\";}s:16:\"astra-sites-type\";s:11:\"agency-mini\";s:19:\"astra-site-category\";a:1:{i:37;s:4:\"blog\";}s:29:\"astra-sites-template-category\";a:3:{i:2795;s:12:\"architecture\";i:2828;s:4:\"blog\";i:2793;s:15:\"interior-design\";}s:23:\"astra-site-page-builder\";s:9:\"elementor\";s:10:\"categories\";a:1:{i:2484;s:11:\"real-estate\";}s:16:\"required-plugins\";a:3:{i:0;a:3:{s:4:\"slug\";s:11:\"astra-addon\";s:4:\"init\";s:27:\"astra-addon/astra-addon.php\";s:4:\"name\";s:9:\"Astra Pro\";}i:1;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:2;a:3:{s:4:\"slug\";s:35:\"recent-posts-widget-with-thumbnails\";s:4:\"init\";s:75:\"recent-posts-widget-with-thumbnails/recent-posts-widget-with-thumbnails.php\";s:4:\"name\";s:35:\"Recent Posts Widget With Thumbnails\";}}s:11:\"post-status\";s:7:\"publish\";s:12:\"post-content\";s:945:\"<!-- wp:paragraph -->\n<p>The Home Décor template has a stark, crisp appearance that screams modernity from the off. Sans serif fonts, dark and light areas and a bold contrast color are only the beginning.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>This template would work well for furniture bloggers, interior decorators and anyone that could use bold design and the opportunity to show off their images and blog posts within an attractive website.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>Key features of the Home Decor template</h2>\n<!-- /wp:heading -->\n\n<!-- wp:list -->\n<ul><li>Contemporary blog design with dark and light colors</li><li>Bold contrast color makes buttons and calls to action stand out</li><li>Minimalist design allows your posts to stand proud</li><li>Includes most functions you would expect from a blog built in</li><li>Full compatibility with drag and drop page builders</li></ul>\n<!-- /wp:list -->\";s:12:\"post-excerpt\";s:82:\"Bold modern blog theme that’s ideal for any niche including homes and lifestyles\";s:5:\"pages\";a:2:{s:8:\"id-24664\";a:12:{s:5:\"title\";s:5:\"About\";s:18:\"featured-image-url\";s:69:\"https://websitedemos.net/wp-content/uploads/2019/07/blog-02-about.jpg\";s:19:\"thumbnail-image-url\";s:69:\"https://websitedemos.net/wp-content/uploads/2019/07/blog-02-about.jpg\";s:18:\"astra-page-api-url\";s:57:\"https://websitedemos.net/blog-02/wp-json/wp/v2/pages/1884\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:33:\"//websitedemos.net/blog-02/about/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:74;s:4:\"blog\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-24666\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:71:\"https://websitedemos.net/wp-content/uploads/2019/07/blog-02-contact.jpg\";s:19:\"thumbnail-image-url\";s:71:\"https://websitedemos.net/wp-content/uploads/2019/07/blog-02-contact.jpg\";s:18:\"astra-page-api-url\";s:57:\"https://websitedemos.net/blog-02/wp-json/wp/v2/pages/1821\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:35:\"//websitedemos.net/blog-02/contact/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:74;s:4:\"blog\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}}s:19:\"related-bb-template\";i:17931;s:26:\"related-elementor-template\";i:17911;s:26:\"related-gutenberg-template\";s:0:\"\";}s:8:\"id-17697\";a:22:{s:5:\"title\";s:3:\"Spa\";s:2:\"id\";i:17697;s:12:\"publish-date\";i:1509615020;s:18:\"featured-image-url\";s:77:\"https://websitedemos.net/wp-content/uploads/2019/07/lotus-spa-04-homepage.jpg\";s:19:\"thumbnail-image-url\";s:77:\"https://websitedemos.net/wp-content/uploads/2019/07/lotus-spa-04-homepage.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:77:\"https://websitedemos.net/wp-content/uploads/2019/07/lotus-spa-04-homepage.jpg\";s:14:\"astra-site-url\";s:31:\"//websitedemos.net/lotus-spa-04\";s:20:\"astra-site-parent-id\";i:188;s:15:\"astra-sites-tag\";a:11:{i:532;s:11:\"acupressure\";i:1023;s:6:\"beauty\";i:474;s:8:\"grooming\";i:528;s:7:\"massage\";i:527;s:17:\"massage-therapist\";i:529;s:13:\"physiotherapy\";i:531;s:11:\"reflexology\";i:533;s:10:\"relaxation\";i:650;s:5:\"salon\";i:651;s:8:\"skincare\";i:530;s:3:\"spa\";}s:16:\"astra-sites-type\";s:11:\"agency-mini\";s:19:\"astra-site-category\";a:1:{i:27;s:8:\"business\";}s:29:\"astra-sites-template-category\";a:4:{i:2790;s:14:\"beauty-fashion\";i:2821;s:14:\"feminine-girly\";i:2822;s:15:\"massage-therapy\";i:2856;s:3:\"spa\";}s:23:\"astra-site-page-builder\";s:9:\"elementor\";s:10:\"categories\";a:1:{i:2479;s:6:\"beauty\";}s:16:\"required-plugins\";a:3:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:18:\"ultimate-elementor\";s:4:\"init\";s:41:\"ultimate-elementor/ultimate-elementor.php\";s:4:\"name\";s:29:\"Ultimate Addons for Elementor\";}i:2;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:11:\"post-status\";s:7:\"publish\";s:12:\"post-content\";s:884:\"<!-- wp:paragraph -->\n<p>The Spa website template has a relaxed vibe ideal for the industry. It uses comfortable colors, reassuring fonts and images and helps create that caring feel the industry is well known for.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The design includes lots of opportunities to add products and services, testimonials, price lists and booking features. It’s the only template you need to create an online presence for your spa or treatment business.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>Key features of the Spa template</h2>\n<!-- /wp:heading -->\n\n<!-- wp:list -->\n<ul><li>Professional layout with calming design</li><li>Balanced colors and fonts</li><li>Lots of content areas for products and services</li><li>Can integrate with booking plugins</li><li>Full compatibility with drag and drop page builders</li></ul>\n<!-- /wp:list -->\";s:12:\"post-excerpt\";s:84:\"Calm, inviting web design designed especially for spas, salons and beauty businesses\";s:5:\"pages\";a:4:{s:8:\"id-23888\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:77:\"https://websitedemos.net/wp-content/uploads/2019/07/lotus-spa-04-homepage.jpg\";s:19:\"thumbnail-image-url\";s:77:\"https://websitedemos.net/wp-content/uploads/2019/07/lotus-spa-04-homepage.jpg\";s:18:\"astra-page-api-url\";s:62:\"https://websitedemos.net/lotus-spa-04/wp-json/wp/v2/pages/2202\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:32:\"//websitedemos.net/lotus-spa-04/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:3:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:18:\"ultimate-elementor\";s:4:\"init\";s:41:\"ultimate-elementor/ultimate-elementor.php\";s:4:\"name\";s:29:\"Ultimate Addons for Elementor\";}i:2;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}s:8:\"id-23885\";a:12:{s:5:\"title\";s:5:\"About\";s:18:\"featured-image-url\";s:76:\"https://websitedemos.net/wp-content/uploads/2019/07/lotus-spa-04-about-1.jpg\";s:19:\"thumbnail-image-url\";s:76:\"https://websitedemos.net/wp-content/uploads/2019/07/lotus-spa-04-about-1.jpg\";s:18:\"astra-page-api-url\";s:62:\"https://websitedemos.net/lotus-spa-04/wp-json/wp/v2/pages/2208\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:38:\"//websitedemos.net/lotus-spa-04/about/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:18:\"ultimate-elementor\";s:4:\"init\";s:41:\"ultimate-elementor/ultimate-elementor.php\";s:4:\"name\";s:29:\"Ultimate Addons for Elementor\";}}}s:8:\"id-23889\";a:12:{s:5:\"title\";s:8:\"Services\";s:18:\"featured-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2019/07/lotus-spa-04-services-1.jpg\";s:19:\"thumbnail-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2019/07/lotus-spa-04-services-1.jpg\";s:18:\"astra-page-api-url\";s:62:\"https://websitedemos.net/lotus-spa-04/wp-json/wp/v2/pages/2210\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:41:\"//websitedemos.net/lotus-spa-04/services/\";s:15:\"astra-sites-tag\";a:1:{i:425;s:8:\"services\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:3:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:18:\"ultimate-elementor\";s:4:\"init\";s:41:\"ultimate-elementor/ultimate-elementor.php\";s:4:\"name\";s:29:\"Ultimate Addons for Elementor\";}i:2;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}s:8:\"id-23887\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2019/07/lotus-spa-04-contact-1.jpg\";s:19:\"thumbnail-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2019/07/lotus-spa-04-contact-1.jpg\";s:18:\"astra-page-api-url\";s:62:\"https://websitedemos.net/lotus-spa-04/wp-json/wp/v2/pages/2449\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:40:\"//websitedemos.net/lotus-spa-04/contact/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:3:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:18:\"ultimate-elementor\";s:4:\"init\";s:41:\"ultimate-elementor/ultimate-elementor.php\";s:4:\"name\";s:29:\"Ultimate Addons for Elementor\";}i:2;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}}s:19:\"related-bb-template\";i:17562;s:26:\"related-elementor-template\";i:17697;s:26:\"related-gutenberg-template\";s:0:\"\";}s:8:\"id-17702\";a:22:{s:5:\"title\";s:6:\"Agency\";s:2:\"id\";i:17702;s:12:\"publish-date\";i:1509463383;s:18:\"featured-image-url\";s:74:\"https://websitedemos.net/wp-content/uploads/2019/07/agency-04-homepage.jpg\";s:19:\"thumbnail-image-url\";s:74:\"https://websitedemos.net/wp-content/uploads/2019/07/agency-04-homepage.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:74:\"https://websitedemos.net/wp-content/uploads/2019/07/agency-04-homepage.jpg\";s:14:\"astra-site-url\";s:28:\"//websitedemos.net/agency-04\";s:20:\"astra-site-parent-id\";i:213;s:15:\"astra-sites-tag\";a:6:{i:663;s:6:\"agency\";i:979;s:7:\"company\";i:664;s:16:\"digital-services\";i:812;s:6:\"office\";i:665;s:14:\"service-agency\";i:661;s:7:\"website\";}s:16:\"astra-sites-type\";s:11:\"agency-mini\";s:19:\"astra-site-category\";a:1:{i:27;s:8:\"business\";}s:29:\"astra-sites-template-category\";a:4:{i:2777;s:8:\"business\";i:2812;s:14:\"digital-agency\";i:2768;s:9:\"portfolio\";i:2831;s:7:\"service\";}s:23:\"astra-site-page-builder\";s:9:\"elementor\";s:10:\"categories\";a:1:{i:2487;s:6:\"agency\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:11:\"post-status\";s:7:\"publish\";s:12:\"post-content\";s:895:\"<!-- wp:paragraph -->\n<p>The Agency template has been configured for web design agencies but could easily be tweaked for any type of digital agency. It’s colorful, calming and inspires confidence, which should help conversion.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Pages are nicely balanced with a good mix of whitespace and content areas. A range of product and service sections combine to deliver the information visitors need and a reason for them to engage.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>Key features of the Agency template</h2>\n<!-- /wp:heading -->\n\n<!-- wp:list -->\n<ul><li>Calm, collected website design</li><li>Great use of colors and fonts</li><li>Nicely balanced pages with everything a visitor would need</li><li>Additional pages are also ideal for agencies</li><li>Full compatibility with drag and drop page builders</li></ul>\n<!-- /wp:list -->\";s:12:\"post-excerpt\";s:83:\"Clean modern website designed for digital agencies of all kinds to tell their story\";s:5:\"pages\";a:6:{s:8:\"id-24173\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:74:\"https://websitedemos.net/wp-content/uploads/2019/07/agency-04-homepage.jpg\";s:19:\"thumbnail-image-url\";s:74:\"https://websitedemos.net/wp-content/uploads/2019/07/agency-04-homepage.jpg\";s:18:\"astra-page-api-url\";s:56:\"https://websitedemos.net/agency-04/wp-json/wp/v2/pages/2\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:29:\"//websitedemos.net/agency-04/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-24170\";a:12:{s:5:\"title\";s:5:\"About\";s:18:\"featured-image-url\";s:73:\"https://websitedemos.net/wp-content/uploads/2019/07/agency-04-about-1.jpg\";s:19:\"thumbnail-image-url\";s:73:\"https://websitedemos.net/wp-content/uploads/2019/07/agency-04-about-1.jpg\";s:18:\"astra-page-api-url\";s:57:\"https://websitedemos.net/agency-04/wp-json/wp/v2/pages/62\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:35:\"//websitedemos.net/agency-04/about/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-24178\";a:12:{s:5:\"title\";s:8:\"Websites\";s:18:\"featured-image-url\";s:76:\"https://websitedemos.net/wp-content/uploads/2019/07/agency-04-websites-1.jpg\";s:19:\"thumbnail-image-url\";s:76:\"https://websitedemos.net/wp-content/uploads/2019/07/agency-04-websites-1.jpg\";s:18:\"astra-page-api-url\";s:57:\"https://websitedemos.net/agency-04/wp-json/wp/v2/pages/97\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:38:\"//websitedemos.net/agency-04/websites/\";s:15:\"astra-sites-tag\";a:1:{i:661;s:7:\"website\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-24176\";a:12:{s:5:\"title\";s:7:\"Support\";s:18:\"featured-image-url\";s:75:\"https://websitedemos.net/wp-content/uploads/2019/07/agency-04-support-1.jpg\";s:19:\"thumbnail-image-url\";s:75:\"https://websitedemos.net/wp-content/uploads/2019/07/agency-04-support-1.jpg\";s:18:\"astra-page-api-url\";s:58:\"https://websitedemos.net/agency-04/wp-json/wp/v2/pages/112\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:37:\"//websitedemos.net/agency-04/support/\";s:15:\"astra-sites-tag\";a:1:{i:765;s:7:\"support\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-24175\";a:12:{s:5:\"title\";s:7:\"Pricing\";s:18:\"featured-image-url\";s:73:\"https://websitedemos.net/wp-content/uploads/2019/07/agency-04-pricing.jpg\";s:19:\"thumbnail-image-url\";s:73:\"https://websitedemos.net/wp-content/uploads/2019/07/agency-04-pricing.jpg\";s:18:\"astra-page-api-url\";s:58:\"https://websitedemos.net/agency-04/wp-json/wp/v2/pages/132\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:37:\"//websitedemos.net/agency-04/pricing/\";s:15:\"astra-sites-tag\";a:1:{i:585;s:7:\"pricing\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-24172\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:75:\"https://websitedemos.net/wp-content/uploads/2019/07/agency-04-contact-1.jpg\";s:19:\"thumbnail-image-url\";s:75:\"https://websitedemos.net/wp-content/uploads/2019/07/agency-04-contact-1.jpg\";s:18:\"astra-page-api-url\";s:58:\"https://websitedemos.net/agency-04/wp-json/wp/v2/pages/164\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:37:\"//websitedemos.net/agency-04/contact/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}}s:19:\"related-bb-template\";i:18041;s:26:\"related-elementor-template\";i:17702;s:26:\"related-gutenberg-template\";s:0:\"\";}s:8:\"id-17638\";a:22:{s:5:\"title\";s:10:\"Freelancer\";s:2:\"id\";i:17638;s:12:\"publish-date\";i:1507635210;s:18:\"featured-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2019/07/freelancer-04-homepage.jpg\";s:19:\"thumbnail-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2019/07/freelancer-04-homepage.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2019/07/freelancer-04-homepage.jpg\";s:14:\"astra-site-url\";s:32:\"//websitedemos.net/freelancer-04\";s:20:\"astra-site-parent-id\";i:192;s:15:\"astra-sites-tag\";a:5:{i:339;s:6:\"artist\";i:670;s:8:\"designer\";i:669;s:10:\"freelancer\";i:1020;s:8:\"personal\";i:671;s:16:\"service-provider\";}s:16:\"astra-sites-type\";s:11:\"agency-mini\";s:19:\"astra-site-category\";a:1:{i:27;s:8:\"business\";}s:29:\"astra-sites-template-category\";a:4:{i:2802;s:6:\"artist\";i:2810;s:9:\"freelance\";i:2768;s:9:\"portfolio\";i:2831;s:7:\"service\";}s:23:\"astra-site-page-builder\";s:9:\"elementor\";s:10:\"categories\";a:1:{i:2488;s:9:\"portfolio\";}s:16:\"required-plugins\";a:3:{i:0;a:3:{s:4:\"slug\";s:13:\"astra-widgets\";s:4:\"init\";s:31:\"astra-widgets/astra-widgets.php\";s:4:\"name\";s:13:\"Astra Widgets\";}i:1;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:2;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:11:\"post-status\";s:7:\"publish\";s:12:\"post-content\";s:971:\"<!-- wp:paragraph -->\n<p>The Freelancer template is an attractive portfolio design ideal for freelancers or small agencies. It uses a creative graphic with bold color and a mixture of fonts to create a first impression before opening out into an attractive light design.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Pages include lots of white space interspersed with content areas, animations, a portfolio, calls to action and a contact form. All the essential ingredients a budding freelancer needs in their website.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>Key features of the Freelancer template</h3>\n<!-- /wp:heading -->\n\n<!-- wp:list -->\n<ul><li>Engaging design with bold colors</li><li>Nice mix of handwritten and standard fonts</li><li>Plenty of white space to make content stand out</li><li>Portfolio, contact form and calls to action included</li><li>Full compatibility with drag and drop page builders</li></ul>\n<!-- /wp:list -->\";s:12:\"post-excerpt\";s:85:\"Bold, light template ideal for freelancers or new agencies to showcase their services\";s:5:\"pages\";a:1:{s:8:\"id-23977\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2019/07/freelancer-04-homepage.jpg\";s:19:\"thumbnail-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2019/07/freelancer-04-homepage.jpg\";s:18:\"astra-page-api-url\";s:60:\"https://websitedemos.net/freelancer-04/wp-json/wp/v2/pages/6\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:33:\"//websitedemos.net/freelancer-04/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}}s:19:\"related-bb-template\";i:18040;s:26:\"related-elementor-template\";i:17638;s:26:\"related-gutenberg-template\";s:0:\"\";}s:8:\"id-17631\";a:22:{s:5:\"title\";s:7:\"Charity\";s:2:\"id\";i:17631;s:12:\"publish-date\";i:1507628801;s:18:\"featured-image-url\";s:75:\"https://websitedemos.net/wp-content/uploads/2019/07/charity-03-homepage.jpg\";s:19:\"thumbnail-image-url\";s:75:\"https://websitedemos.net/wp-content/uploads/2019/07/charity-03-homepage.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:75:\"https://websitedemos.net/wp-content/uploads/2019/07/charity-03-homepage.jpg\";s:14:\"astra-site-url\";s:29:\"//websitedemos.net/charity-03\";s:20:\"astra-site-parent-id\";i:171;s:15:\"astra-sites-tag\";a:5:{i:625;s:7:\"charity\";i:624;s:10:\"foundation\";i:626;s:6:\"giving\";i:977;s:10:\"non-profit\";i:745;s:12:\"organization\";}s:16:\"astra-sites-type\";s:11:\"agency-mini\";s:19:\"astra-site-category\";a:1:{i:36;s:5:\"other\";}s:29:\"astra-sites-template-category\";a:0:{}s:23:\"astra-site-page-builder\";s:14:\"beaver-builder\";s:10:\"categories\";a:1:{i:2492;s:10:\"non-profit\";}s:16:\"required-plugins\";a:3:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}i:2;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:11:\"post-status\";s:7:\"publish\";s:12:\"post-content\";s:932:\"<!-- wp:paragraph -->\n<p>The Charity template opens with an emotive image and headline that sets the mood immediately. It’s a bright, positive template that lets you share your messages while maintaining a giving frame of mind.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The template includes service sections, a portfolio to showcase your good works, a donor section to give thanks, call to action sections to help encourage donations and lots of places to add any content you like.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>Key features of the Charity template</h2>\n<!-- /wp:heading -->\n\n<!-- wp:list -->\n<ul><li>Positive and emotive design that engages well</li><li>Balance of colors, images, content and whitespace</li><li>Opportunities to encourage giving throughout</li><li>Donor section for thanks and encouragement</li><li>Full compatibility with drag and drop page builders</li></ul>\n<!-- /wp:list -->\";s:12:\"post-excerpt\";s:82:\"Well-balanced charity template that encourages giving to charities and good causes\";s:5:\"pages\";a:4:{s:8:\"id-23624\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:75:\"https://websitedemos.net/wp-content/uploads/2019/07/charity-03-homepage.jpg\";s:19:\"thumbnail-image-url\";s:75:\"https://websitedemos.net/wp-content/uploads/2019/07/charity-03-homepage.jpg\";s:18:\"astra-page-api-url\";s:58:\"https://websitedemos.net/charity-03/wp-json/wp/v2/pages/11\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:30:\"//websitedemos.net/charity-03/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:139;s:5:\"other\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}}}s:8:\"id-23625\";a:12:{s:5:\"title\";s:10:\"What We Do\";s:18:\"featured-image-url\";s:77:\"https://websitedemos.net/wp-content/uploads/2019/07/charity-03-what-we-do.jpg\";s:19:\"thumbnail-image-url\";s:77:\"https://websitedemos.net/wp-content/uploads/2019/07/charity-03-what-we-do.jpg\";s:18:\"astra-page-api-url\";s:58:\"https://websitedemos.net/charity-03/wp-json/wp/v2/pages/13\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:41:\"//websitedemos.net/charity-03/what-we-do/\";s:15:\"astra-sites-tag\";a:3:{i:352;s:5:\"about\";i:628;s:10:\"what-we-do\";i:451;s:4:\"work\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:139;s:5:\"other\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}}}s:8:\"id-23623\";a:12:{s:5:\"title\";s:15:\"Creating Impact\";s:18:\"featured-image-url\";s:75:\"https://websitedemos.net/wp-content/uploads/2019/07/charity-03-creating.jpg\";s:19:\"thumbnail-image-url\";s:75:\"https://websitedemos.net/wp-content/uploads/2019/07/charity-03-creating.jpg\";s:18:\"astra-page-api-url\";s:58:\"https://websitedemos.net/charity-03/wp-json/wp/v2/pages/18\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:46:\"//websitedemos.net/charity-03/creating-impact/\";s:15:\"astra-sites-tag\";a:1:{i:425;s:8:\"services\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:139;s:5:\"other\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}}}s:8:\"id-23622\";a:12:{s:5:\"title\";s:10:\"Contact Us\";s:18:\"featured-image-url\";s:74:\"https://websitedemos.net/wp-content/uploads/2019/07/charity-03-contact.jpg\";s:19:\"thumbnail-image-url\";s:74:\"https://websitedemos.net/wp-content/uploads/2019/07/charity-03-contact.jpg\";s:18:\"astra-page-api-url\";s:58:\"https://websitedemos.net/charity-03/wp-json/wp/v2/pages/22\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:41:\"//websitedemos.net/charity-03/contact-us/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:139;s:5:\"other\";}s:16:\"required-plugins\";a:3:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}i:2;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}}s:19:\"related-bb-template\";s:0:\"\";s:26:\"related-elementor-template\";s:0:\"\";s:26:\"related-gutenberg-template\";s:0:\"\";}s:8:\"id-17624\";a:22:{s:5:\"title\";s:10:\"Car Repair\";s:2:\"id\";i:17624;s:12:\"publish-date\";i:1507201150;s:18:\"featured-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2019/07/car-repair-02-homepage.jpg\";s:19:\"thumbnail-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2019/07/car-repair-02-homepage.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2019/07/car-repair-02-homepage.jpg\";s:14:\"astra-site-url\";s:32:\"//websitedemos.net/car-repair-02\";s:20:\"astra-site-parent-id\";i:296;s:15:\"astra-sites-tag\";a:5:{i:588;s:8:\"car-care\";i:587;s:13:\"car-detailing\";i:666;s:10:\"car-repair\";i:1021;s:14:\"local-business\";i:667;s:11:\"repair-shop\";}s:16:\"astra-sites-type\";s:4:\"free\";s:19:\"astra-site-category\";a:2:{i:27;s:8:\"business\";i:39;s:4:\"free\";}s:29:\"astra-sites-template-category\";a:3:{i:2800;s:14:\"car-automotive\";i:2777;s:8:\"business\";i:2831;s:7:\"service\";}s:23:\"astra-site-page-builder\";s:9:\"elementor\";s:10:\"categories\";a:1:{i:2475;s:10:\"automotive\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:11:\"post-status\";s:7:\"publish\";s:12:\"post-content\";s:907:\"<!-- wp:paragraph -->\n<p>The Car Repair template has a light, refreshing design that draws you in from the very beginning. It opens with a large car image to set the scene, along with a strong call to action to deliver visitor intent.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The rest of the page delivers all the information you need to communicate with the option of adding more if required. Supplementary pages are equally attractive, especially the contact page!</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>Key features of the Car Repair template</h2>\n<!-- /wp:heading -->\n\n<!-- wp:list -->\n<ul><li>Refreshingly modern design ideal for business</li><li>Instant engagement with the strong hero section</li><li>Clear service sections to deliver visitor intent</li><li>Attractive colors and effects</li><li>Full compatibility with drag and drop page builders</li></ul>\n<!-- /wp:list -->\";s:12:\"post-excerpt\";s:63:\"Engaging web template ideal for car repair or the auto industry\";s:5:\"pages\";a:5:{s:8:\"id-25096\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2019/07/car-repair-02-homepage.jpg\";s:19:\"thumbnail-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2019/07/car-repair-02-homepage.jpg\";s:18:\"astra-page-api-url\";s:62:\"https://websitedemos.net/car-repair-02/wp-json/wp/v2/pages/355\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:33:\"//websitedemos.net/car-repair-02/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}s:8:\"id-25093\";a:12:{s:5:\"title\";s:5:\"About\";s:18:\"featured-image-url\";s:77:\"https://websitedemos.net/wp-content/uploads/2019/07/car-repair-02-about-1.jpg\";s:19:\"thumbnail-image-url\";s:77:\"https://websitedemos.net/wp-content/uploads/2019/07/car-repair-02-about-1.jpg\";s:18:\"astra-page-api-url\";s:62:\"https://websitedemos.net/car-repair-02/wp-json/wp/v2/pages/193\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:39:\"//websitedemos.net/car-repair-02/about/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-25098\";a:12:{s:5:\"title\";s:8:\"Services\";s:18:\"featured-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2019/07/car-repair-02-services-1.jpg\";s:19:\"thumbnail-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2019/07/car-repair-02-services-1.jpg\";s:18:\"astra-page-api-url\";s:62:\"https://websitedemos.net/car-repair-02/wp-json/wp/v2/pages/217\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:42:\"//websitedemos.net/car-repair-02/services/\";s:15:\"astra-sites-tag\";a:1:{i:425;s:8:\"services\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-25097\";a:12:{s:5:\"title\";s:9:\"Our Staff\";s:18:\"featured-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2019/07/car-repair-02-our-staff.jpg\";s:19:\"thumbnail-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2019/07/car-repair-02-our-staff.jpg\";s:18:\"astra-page-api-url\";s:62:\"https://websitedemos.net/car-repair-02/wp-json/wp/v2/pages/230\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:43:\"//websitedemos.net/car-repair-02/our-staff/\";s:15:\"astra-sites-tag\";a:2:{i:668;s:5:\"staff\";i:486;s:4:\"team\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-25095\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2019/07/car-repair-02-contact-1.jpg\";s:19:\"thumbnail-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2019/07/car-repair-02-contact-1.jpg\";s:18:\"astra-page-api-url\";s:62:\"https://websitedemos.net/car-repair-02/wp-json/wp/v2/pages/649\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:41:\"//websitedemos.net/car-repair-02/contact/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}}s:19:\"related-bb-template\";s:0:\"\";s:26:\"related-elementor-template\";s:0:\"\";s:26:\"related-gutenberg-template\";s:0:\"\";}s:8:\"id-17630\";a:22:{s:5:\"title\";s:11:\"Electrician\";s:2:\"id\";i:17630;s:12:\"publish-date\";i:1507201098;s:18:\"featured-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2019/07/electrician-01-homepage.jpg\";s:19:\"thumbnail-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2019/07/electrician-01-homepage.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2019/07/electrician-01-homepage.jpg\";s:14:\"astra-site-url\";s:33:\"//websitedemos.net/electrician-01\";s:20:\"astra-site-parent-id\";i:234;s:15:\"astra-sites-tag\";a:3:{i:341;s:11:\"electrician\";i:439;s:14:\"local-services\";i:671;s:16:\"service-provider\";}s:16:\"astra-sites-type\";s:4:\"free\";s:19:\"astra-site-category\";a:2:{i:27;s:8:\"business\";i:39;s:4:\"free\";}s:29:\"astra-sites-template-category\";a:0:{}s:23:\"astra-site-page-builder\";s:14:\"beaver-builder\";s:10:\"categories\";a:1:{i:2471;s:16:\"local-technician\";}s:16:\"required-plugins\";a:3:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:39:\"ultimate-addons-for-beaver-builder-lite\";s:4:\"init\";s:61:\"ultimate-addons-for-beaver-builder-lite/bb-ultimate-addon.php\";s:4:\"name\";s:41:\"Ultimate Addons for Beaver Builder - Lite\";}i:2;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:11:\"post-status\";s:7:\"publish\";s:12:\"post-content\";s:0:\"\";s:12:\"post-excerpt\";s:0:\"\";s:5:\"pages\";a:5:{s:8:\"id-24489\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2019/07/electrician-01-homepage.jpg\";s:19:\"thumbnail-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2019/07/electrician-01-homepage.jpg\";s:18:\"astra-page-api-url\";s:61:\"https://websitedemos.net/electrician-01/wp-json/wp/v2/pages/2\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:34:\"//websitedemos.net/electrician-01/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:3:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:39:\"ultimate-addons-for-beaver-builder-lite\";s:4:\"init\";s:61:\"ultimate-addons-for-beaver-builder-lite/bb-ultimate-addon.php\";s:4:\"name\";s:41:\"Ultimate Addons for Beaver Builder - Lite\";}i:2;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}s:8:\"id-24485\";a:12:{s:5:\"title\";s:8:\"About Us\";s:18:\"featured-image-url\";s:76:\"https://websitedemos.net/wp-content/uploads/2019/07/electrician-01-about.jpg\";s:19:\"thumbnail-image-url\";s:76:\"https://websitedemos.net/wp-content/uploads/2019/07/electrician-01-about.jpg\";s:18:\"astra-page-api-url\";s:62:\"https://websitedemos.net/electrician-01/wp-json/wp/v2/pages/11\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:43:\"//websitedemos.net/electrician-01/about-us/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:3:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:39:\"ultimate-addons-for-beaver-builder-lite\";s:4:\"init\";s:61:\"ultimate-addons-for-beaver-builder-lite/bb-ultimate-addon.php\";s:4:\"name\";s:41:\"Ultimate Addons for Beaver Builder - Lite\";}i:2;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}s:8:\"id-24490\";a:12:{s:5:\"title\";s:8:\"Services\";s:18:\"featured-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2019/07/electrician-01-services.jpg\";s:19:\"thumbnail-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2019/07/electrician-01-services.jpg\";s:18:\"astra-page-api-url\";s:62:\"https://websitedemos.net/electrician-01/wp-json/wp/v2/pages/14\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:43:\"//websitedemos.net/electrician-01/services/\";s:15:\"astra-sites-tag\";a:1:{i:425;s:8:\"services\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:3:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:39:\"ultimate-addons-for-beaver-builder-lite\";s:4:\"init\";s:61:\"ultimate-addons-for-beaver-builder-lite/bb-ultimate-addon.php\";s:4:\"name\";s:41:\"Ultimate Addons for Beaver Builder - Lite\";}i:2;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}s:8:\"id-24488\";a:12:{s:5:\"title\";s:3:\"FAQ\";s:18:\"featured-image-url\";s:74:\"https://websitedemos.net/wp-content/uploads/2019/07/electrician-01-faq.jpg\";s:19:\"thumbnail-image-url\";s:74:\"https://websitedemos.net/wp-content/uploads/2019/07/electrician-01-faq.jpg\";s:18:\"astra-page-api-url\";s:62:\"https://websitedemos.net/electrician-01/wp-json/wp/v2/pages/16\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:38:\"//websitedemos.net/electrician-01/faq/\";s:15:\"astra-sites-tag\";a:2:{i:426;s:3:\"faq\";i:709;s:9:\"questions\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:3:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:39:\"ultimate-addons-for-beaver-builder-lite\";s:4:\"init\";s:61:\"ultimate-addons-for-beaver-builder-lite/bb-ultimate-addon.php\";s:4:\"name\";s:41:\"Ultimate Addons for Beaver Builder - Lite\";}i:2;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}s:8:\"id-24487\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2019/07/electrician-01-contact.jpg\";s:19:\"thumbnail-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2019/07/electrician-01-contact.jpg\";s:18:\"astra-page-api-url\";s:62:\"https://websitedemos.net/electrician-01/wp-json/wp/v2/pages/18\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:42:\"//websitedemos.net/electrician-01/contact/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:3:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:39:\"ultimate-addons-for-beaver-builder-lite\";s:4:\"init\";s:61:\"ultimate-addons-for-beaver-builder-lite/bb-ultimate-addon.php\";s:4:\"name\";s:41:\"Ultimate Addons for Beaver Builder - Lite\";}i:2;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}}s:19:\"related-bb-template\";s:0:\"\";s:26:\"related-elementor-template\";s:0:\"\";s:26:\"related-gutenberg-template\";s:0:\"\";}s:8:\"id-17618\";a:22:{s:5:\"title\";s:10:\"Sweet Shop\";s:2:\"id\";i:17618;s:12:\"publish-date\";i:1507027450;s:18:\"featured-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2019/07/sweet-shop-03-homepage.jpg\";s:19:\"thumbnail-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2019/07/sweet-shop-03-homepage.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2019/07/sweet-shop-03-homepage.jpg\";s:14:\"astra-site-url\";s:32:\"//websitedemos.net/sweet-shop-03\";s:20:\"astra-site-parent-id\";i:271;s:15:\"astra-sites-tag\";a:7:{i:758;s:6:\"bakery\";i:496;s:9:\"ecommerce\";i:383;s:12:\"online-store\";i:749;s:5:\"store\";i:756;s:10:\"sweet-shop\";i:757;s:6:\"sweets\";i:1024;s:11:\"woocommerce\";}s:16:\"astra-sites-type\";s:11:\"agency-mini\";s:19:\"astra-site-category\";a:1:{i:27;s:8:\"business\";}s:29:\"astra-sites-template-category\";a:0:{}s:23:\"astra-site-page-builder\";s:14:\"beaver-builder\";s:10:\"categories\";a:1:{i:2478;s:17:\"local-storefronts\";}s:16:\"required-plugins\";a:4:{i:0;a:3:{s:4:\"slug\";s:11:\"astra-addon\";s:4:\"init\";s:27:\"astra-addon/astra-addon.php\";s:4:\"name\";s:9:\"Astra Pro\";}i:1;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:2;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}i:3;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:11:\"post-status\";s:7:\"publish\";s:12:\"post-content\";s:0:\"\";s:12:\"post-excerpt\";s:0:\"\";s:5:\"pages\";a:5:{s:8:\"id-24800\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2019/07/sweet-shop-03-homepage.jpg\";s:19:\"thumbnail-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2019/07/sweet-shop-03-homepage.jpg\";s:18:\"astra-page-api-url\";s:60:\"https://websitedemos.net/sweet-shop-03/wp-json/wp/v2/pages/7\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:33:\"//websitedemos.net/sweet-shop-03/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}}}s:8:\"id-24796\";a:12:{s:5:\"title\";s:5:\"About\";s:18:\"featured-image-url\";s:77:\"https://websitedemos.net/wp-content/uploads/2019/07/sweet-shop-03-about-2.jpg\";s:19:\"thumbnail-image-url\";s:77:\"https://websitedemos.net/wp-content/uploads/2019/07/sweet-shop-03-about-2.jpg\";s:18:\"astra-page-api-url\";s:60:\"https://websitedemos.net/sweet-shop-03/wp-json/wp/v2/pages/9\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:39:\"//websitedemos.net/sweet-shop-03/about/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}}}s:8:\"id-24799\";a:12:{s:5:\"title\";s:7:\"Gallery\";s:18:\"featured-image-url\";s:77:\"https://websitedemos.net/wp-content/uploads/2019/07/sweet-shop-03-gallery.jpg\";s:19:\"thumbnail-image-url\";s:77:\"https://websitedemos.net/wp-content/uploads/2019/07/sweet-shop-03-gallery.jpg\";s:18:\"astra-page-api-url\";s:61:\"https://websitedemos.net/sweet-shop-03/wp-json/wp/v2/pages/11\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:41:\"//websitedemos.net/sweet-shop-03/gallery/\";s:15:\"astra-sites-tag\";a:1:{i:461;s:7:\"gallery\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}}}s:8:\"id-24801\";a:12:{s:5:\"title\";s:9:\"Our Cakes\";s:18:\"featured-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2019/07/sweet-shop-03-our-cakes.jpg\";s:19:\"thumbnail-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2019/07/sweet-shop-03-our-cakes.jpg\";s:18:\"astra-page-api-url\";s:61:\"https://websitedemos.net/sweet-shop-03/wp-json/wp/v2/pages/25\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:43:\"//websitedemos.net/sweet-shop-03/our-cakes/\";s:15:\"astra-sites-tag\";a:1:{i:783;s:4:\"cake\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}}}s:8:\"id-24798\";a:12:{s:5:\"title\";s:10:\"Contact Us\";s:18:\"featured-image-url\";s:77:\"https://websitedemos.net/wp-content/uploads/2019/07/sweet-shop-03-contact.jpg\";s:19:\"thumbnail-image-url\";s:77:\"https://websitedemos.net/wp-content/uploads/2019/07/sweet-shop-03-contact.jpg\";s:18:\"astra-page-api-url\";s:61:\"https://websitedemos.net/sweet-shop-03/wp-json/wp/v2/pages/13\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:44:\"//websitedemos.net/sweet-shop-03/contact-us/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:3:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}i:2;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}}s:19:\"related-bb-template\";s:0:\"\";s:26:\"related-elementor-template\";s:0:\"\";s:26:\"related-gutenberg-template\";s:0:\"\";}s:8:\"id-17619\";a:22:{s:5:\"title\";s:18:\"Wedding Invitation\";s:2:\"id\";i:17619;s:12:\"publish-date\";i:1507027381;s:18:\"featured-image-url\";s:75:\"https://websitedemos.net/wp-content/uploads/2019/07/wedding-01-homepage.jpg\";s:19:\"thumbnail-image-url\";s:75:\"https://websitedemos.net/wp-content/uploads/2019/07/wedding-01-homepage.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:75:\"https://websitedemos.net/wp-content/uploads/2019/07/wedding-01-homepage.jpg\";s:14:\"astra-site-url\";s:29:\"//websitedemos.net/wedding-01\";s:20:\"astra-site-parent-id\";i:265;s:15:\"astra-sites-tag\";a:5:{i:698;s:10:\"engagement\";i:699;s:10:\"invitation\";i:399;s:8:\"one-page\";i:463;s:11:\"single-page\";i:697;s:7:\"wedding\";}s:16:\"astra-sites-type\";s:4:\"free\";s:19:\"astra-site-category\";a:1:{i:39;s:4:\"free\";}s:29:\"astra-sites-template-category\";a:0:{}s:23:\"astra-site-page-builder\";s:14:\"beaver-builder\";s:10:\"categories\";a:1:{i:2489;s:16:\"event-invitation\";}s:16:\"required-plugins\";a:3:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:39:\"ultimate-addons-for-beaver-builder-lite\";s:4:\"init\";s:61:\"ultimate-addons-for-beaver-builder-lite/bb-ultimate-addon.php\";s:4:\"name\";s:41:\"Ultimate Addons for Beaver Builder - Lite\";}i:2;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:11:\"post-status\";s:7:\"publish\";s:12:\"post-content\";s:0:\"\";s:12:\"post-excerpt\";s:0:\"\";s:5:\"pages\";a:1:{s:8:\"id-24756\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:75:\"https://websitedemos.net/wp-content/uploads/2019/07/wedding-01-homepage.jpg\";s:19:\"thumbnail-image-url\";s:75:\"https://websitedemos.net/wp-content/uploads/2019/07/wedding-01-homepage.jpg\";s:18:\"astra-page-api-url\";s:57:\"https://websitedemos.net/wedding-01/wp-json/wp/v2/pages/2\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:30:\"//websitedemos.net/wedding-01/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:61;s:4:\"free\";}s:16:\"required-plugins\";a:3:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:39:\"ultimate-addons-for-beaver-builder-lite\";s:4:\"init\";s:61:\"ultimate-addons-for-beaver-builder-lite/bb-ultimate-addon.php\";s:4:\"name\";s:41:\"Ultimate Addons for Beaver Builder - Lite\";}i:2;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}}s:19:\"related-bb-template\";s:0:\"\";s:26:\"related-elementor-template\";s:0:\"\";s:26:\"related-gutenberg-template\";s:0:\"\";}s:8:\"id-17616\";a:22:{s:5:\"title\";s:6:\"Lawyer\";s:2:\"id\";i:17616;s:12:\"publish-date\";i:1507027353;s:18:\"featured-image-url\";s:71:\"https://websitedemos.net/wp-content/uploads/2019/07/law-01-homepage.jpg\";s:19:\"thumbnail-image-url\";s:71:\"https://websitedemos.net/wp-content/uploads/2019/07/law-01-homepage.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:71:\"https://websitedemos.net/wp-content/uploads/2019/07/law-01-homepage.jpg\";s:14:\"astra-site-url\";s:25:\"//websitedemos.net/law-01\";s:20:\"astra-site-parent-id\";i:353;s:15:\"astra-sites-tag\";a:7:{i:704;s:13:\"corporate-law\";i:701;s:12:\"criminal-law\";i:703;s:11:\"enforcement\";i:968;s:7:\"justice\";i:702;s:8:\"law-firm\";i:706;s:6:\"lawyer\";i:778;s:5:\"legal\";}s:16:\"astra-sites-type\";s:4:\"free\";s:19:\"astra-site-category\";a:2:{i:27;s:8:\"business\";i:39;s:4:\"free\";}s:29:\"astra-sites-template-category\";a:0:{}s:23:\"astra-site-page-builder\";s:14:\"beaver-builder\";s:10:\"categories\";a:1:{i:2482;s:3:\"law\";}s:16:\"required-plugins\";a:4:{i:0;a:3:{s:4:\"slug\";s:13:\"astra-widgets\";s:4:\"init\";s:31:\"astra-widgets/astra-widgets.php\";s:4:\"name\";s:13:\"Astra Widgets\";}i:1;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:2;a:3:{s:4:\"slug\";s:39:\"ultimate-addons-for-beaver-builder-lite\";s:4:\"init\";s:61:\"ultimate-addons-for-beaver-builder-lite/bb-ultimate-addon.php\";s:4:\"name\";s:41:\"Ultimate Addons for Beaver Builder - Lite\";}i:3;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:11:\"post-status\";s:7:\"publish\";s:12:\"post-content\";s:0:\"\";s:12:\"post-excerpt\";s:0:\"\";s:5:\"pages\";a:5:{s:8:\"id-28283\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:71:\"https://websitedemos.net/wp-content/uploads/2019/07/law-01-homepage.jpg\";s:19:\"thumbnail-image-url\";s:71:\"https://websitedemos.net/wp-content/uploads/2019/07/law-01-homepage.jpg\";s:18:\"astra-page-api-url\";s:53:\"https://websitedemos.net/law-01/wp-json/wp/v2/pages/7\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:26:\"//websitedemos.net/law-01/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:39:\"ultimate-addons-for-beaver-builder-lite\";s:4:\"init\";s:61:\"ultimate-addons-for-beaver-builder-lite/bb-ultimate-addon.php\";s:4:\"name\";s:41:\"Ultimate Addons for Beaver Builder - Lite\";}}}s:8:\"id-28280\";a:12:{s:5:\"title\";s:5:\"About\";s:18:\"featured-image-url\";s:70:\"https://websitedemos.net/wp-content/uploads/2019/07/law-01-about-1.jpg\";s:19:\"thumbnail-image-url\";s:70:\"https://websitedemos.net/wp-content/uploads/2019/07/law-01-about-1.jpg\";s:18:\"astra-page-api-url\";s:53:\"https://websitedemos.net/law-01/wp-json/wp/v2/pages/9\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:32:\"//websitedemos.net/law-01/about/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:39:\"ultimate-addons-for-beaver-builder-lite\";s:4:\"init\";s:61:\"ultimate-addons-for-beaver-builder-lite/bb-ultimate-addon.php\";s:4:\"name\";s:41:\"Ultimate Addons for Beaver Builder - Lite\";}}}s:8:\"id-28284\";a:12:{s:5:\"title\";s:13:\"Practice Area\";s:18:\"featured-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2019/07/law-01-practice-area-1.jpg\";s:19:\"thumbnail-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2019/07/law-01-practice-area-1.jpg\";s:18:\"astra-page-api-url\";s:54:\"https://websitedemos.net/law-01/wp-json/wp/v2/pages/10\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:40:\"//websitedemos.net/law-01/practice-area/\";s:15:\"astra-sites-tag\";a:2:{i:708;s:4:\"area\";i:707;s:13:\"practice-area\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:39:\"ultimate-addons-for-beaver-builder-lite\";s:4:\"init\";s:61:\"ultimate-addons-for-beaver-builder-lite/bb-ultimate-addon.php\";s:4:\"name\";s:41:\"Ultimate Addons for Beaver Builder - Lite\";}}}s:8:\"id-36136\";a:12:{s:5:\"title\";s:3:\"FAQ\";s:18:\"featured-image-url\";s:66:\"https://websitedemos.net/wp-content/uploads/2020/01/law-01-faq.jpg\";s:19:\"thumbnail-image-url\";s:66:\"https://websitedemos.net/wp-content/uploads/2020/01/law-01-faq.jpg\";s:18:\"astra-page-api-url\";s:54:\"https://websitedemos.net/law-01/wp-json/wp/v2/pages/11\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:30:\"//websitedemos.net/law-01/faq/\";s:15:\"astra-sites-tag\";a:1:{i:426;s:3:\"faq\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:39:\"ultimate-addons-for-beaver-builder-lite\";s:4:\"init\";s:61:\"ultimate-addons-for-beaver-builder-lite/bb-ultimate-addon.php\";s:4:\"name\";s:41:\"Ultimate Addons for Beaver Builder - Lite\";}}}s:8:\"id-28282\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:72:\"https://websitedemos.net/wp-content/uploads/2019/07/law-01-contact-2.jpg\";s:19:\"thumbnail-image-url\";s:72:\"https://websitedemos.net/wp-content/uploads/2019/07/law-01-contact-2.jpg\";s:18:\"astra-page-api-url\";s:54:\"https://websitedemos.net/law-01/wp-json/wp/v2/pages/12\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:34:\"//websitedemos.net/law-01/contact/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:3:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:39:\"ultimate-addons-for-beaver-builder-lite\";s:4:\"init\";s:61:\"ultimate-addons-for-beaver-builder-lite/bb-ultimate-addon.php\";s:4:\"name\";s:41:\"Ultimate Addons for Beaver Builder - Lite\";}i:2;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}}s:19:\"related-bb-template\";s:0:\"\";s:26:\"related-elementor-template\";s:0:\"\";s:26:\"related-gutenberg-template\";s:0:\"\";}}',	'no'),
(353,	'astra-sites-and-pages-page-33',	'a:15:{s:8:\"id-17562\";a:22:{s:5:\"title\";s:3:\"Spa\";s:2:\"id\";i:17562;s:12:\"publish-date\";i:1505912623;s:18:\"featured-image-url\";s:77:\"https://websitedemos.net/wp-content/uploads/2019/07/lotus-spa-03-homepage.jpg\";s:19:\"thumbnail-image-url\";s:77:\"https://websitedemos.net/wp-content/uploads/2019/07/lotus-spa-03-homepage.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:77:\"https://websitedemos.net/wp-content/uploads/2019/07/lotus-spa-03-homepage.jpg\";s:14:\"astra-site-url\";s:31:\"//websitedemos.net/lotus-spa-03\";s:20:\"astra-site-parent-id\";i:191;s:15:\"astra-sites-tag\";a:10:{i:532;s:11:\"acupressure\";i:474;s:8:\"grooming\";i:528;s:7:\"massage\";i:527;s:17:\"massage-therapist\";i:529;s:13:\"physiotherapy\";i:531;s:11:\"reflexology\";i:533;s:10:\"relaxation\";i:650;s:5:\"salon\";i:651;s:8:\"skincare\";i:530;s:3:\"spa\";}s:16:\"astra-sites-type\";s:11:\"agency-mini\";s:19:\"astra-site-category\";a:1:{i:27;s:8:\"business\";}s:29:\"astra-sites-template-category\";a:0:{}s:23:\"astra-site-page-builder\";s:14:\"beaver-builder\";s:10:\"categories\";a:1:{i:2479;s:6:\"beauty\";}s:16:\"required-plugins\";a:4:{i:0;a:3:{s:4:\"slug\";s:11:\"astra-addon\";s:4:\"init\";s:27:\"astra-addon/astra-addon.php\";s:4:\"name\";s:9:\"Astra Pro\";}i:1;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:2;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}i:3;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:11:\"post-status\";s:7:\"publish\";s:12:\"post-content\";s:0:\"\";s:12:\"post-excerpt\";s:0:\"\";s:5:\"pages\";a:4:{s:8:\"id-23970\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:77:\"https://websitedemos.net/wp-content/uploads/2019/07/lotus-spa-03-homepage.jpg\";s:19:\"thumbnail-image-url\";s:77:\"https://websitedemos.net/wp-content/uploads/2019/07/lotus-spa-03-homepage.jpg\";s:18:\"astra-page-api-url\";s:62:\"https://websitedemos.net/lotus-spa-03/wp-json/wp/v2/pages/2202\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:32:\"//websitedemos.net/lotus-spa-03/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}}}s:8:\"id-23967\";a:12:{s:5:\"title\";s:5:\"About\";s:18:\"featured-image-url\";s:74:\"https://websitedemos.net/wp-content/uploads/2019/07/lotus-spa-03-about.jpg\";s:19:\"thumbnail-image-url\";s:74:\"https://websitedemos.net/wp-content/uploads/2019/07/lotus-spa-03-about.jpg\";s:18:\"astra-page-api-url\";s:62:\"https://websitedemos.net/lotus-spa-03/wp-json/wp/v2/pages/2208\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:38:\"//websitedemos.net/lotus-spa-03/about/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}}}s:8:\"id-23971\";a:12:{s:5:\"title\";s:8:\"Services\";s:18:\"featured-image-url\";s:77:\"https://websitedemos.net/wp-content/uploads/2019/07/lotus-spa-03-services.jpg\";s:19:\"thumbnail-image-url\";s:77:\"https://websitedemos.net/wp-content/uploads/2019/07/lotus-spa-03-services.jpg\";s:18:\"astra-page-api-url\";s:62:\"https://websitedemos.net/lotus-spa-03/wp-json/wp/v2/pages/2210\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:41:\"//websitedemos.net/lotus-spa-03/services/\";s:15:\"astra-sites-tag\";a:1:{i:425;s:8:\"services\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}}}s:8:\"id-23969\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:76:\"https://websitedemos.net/wp-content/uploads/2019/07/lotus-spa-03-contact.jpg\";s:19:\"thumbnail-image-url\";s:76:\"https://websitedemos.net/wp-content/uploads/2019/07/lotus-spa-03-contact.jpg\";s:18:\"astra-page-api-url\";s:62:\"https://websitedemos.net/lotus-spa-03/wp-json/wp/v2/pages/2449\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:40:\"//websitedemos.net/lotus-spa-03/contact/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:3:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}i:2;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}}s:19:\"related-bb-template\";s:0:\"\";s:26:\"related-elementor-template\";s:0:\"\";s:26:\"related-gutenberg-template\";s:0:\"\";}s:8:\"id-17524\";a:22:{s:5:\"title\";s:13:\"Dental Clinic\";s:2:\"id\";i:17524;s:12:\"publish-date\";i:1505903441;s:18:\"featured-image-url\";s:74:\"https://websitedemos.net/wp-content/uploads/2019/07/dental-01-homepage.jpg\";s:19:\"thumbnail-image-url\";s:74:\"https://websitedemos.net/wp-content/uploads/2019/07/dental-01-homepage.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:74:\"https://websitedemos.net/wp-content/uploads/2019/07/dental-01-homepage.jpg\";s:14:\"astra-site-url\";s:28:\"//websitedemos.net/dental-01\";s:20:\"astra-site-parent-id\";i:229;s:15:\"astra-sites-tag\";a:7:{i:623;s:7:\"dentist\";i:601;s:6:\"doctor\";i:604;s:10:\"healthcare\";i:605;s:8:\"hospital\";i:399;s:8:\"one-page\";i:463;s:11:\"single-page\";i:607;s:9:\"treatment\";}s:16:\"astra-sites-type\";s:4:\"free\";s:19:\"astra-site-category\";a:2:{i:27;s:8:\"business\";i:39;s:4:\"free\";}s:29:\"astra-sites-template-category\";a:0:{}s:23:\"astra-site-page-builder\";s:14:\"beaver-builder\";s:10:\"categories\";a:1:{i:2490;s:10:\"healthcare\";}s:16:\"required-plugins\";a:3:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:39:\"ultimate-addons-for-beaver-builder-lite\";s:4:\"init\";s:61:\"ultimate-addons-for-beaver-builder-lite/bb-ultimate-addon.php\";s:4:\"name\";s:41:\"Ultimate Addons for Beaver Builder - Lite\";}i:2;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:11:\"post-status\";s:7:\"publish\";s:12:\"post-content\";s:0:\"\";s:12:\"post-excerpt\";s:0:\"\";s:5:\"pages\";a:1:{s:8:\"id-24462\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:74:\"https://websitedemos.net/wp-content/uploads/2019/07/dental-01-homepage.jpg\";s:19:\"thumbnail-image-url\";s:74:\"https://websitedemos.net/wp-content/uploads/2019/07/dental-01-homepage.jpg\";s:18:\"astra-page-api-url\";s:56:\"https://websitedemos.net/dental-01/wp-json/wp/v2/pages/6\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:29:\"//websitedemos.net/dental-01/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:3:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:39:\"ultimate-addons-for-beaver-builder-lite\";s:4:\"init\";s:61:\"ultimate-addons-for-beaver-builder-lite/bb-ultimate-addon.php\";s:4:\"name\";s:41:\"Ultimate Addons for Beaver Builder - Lite\";}i:2;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}}s:19:\"related-bb-template\";s:0:\"\";s:26:\"related-elementor-template\";s:0:\"\";s:26:\"related-gutenberg-template\";s:0:\"\";}s:8:\"id-17534\";a:22:{s:5:\"title\";s:14:\"Digital Agency\";s:2:\"id\";i:17534;s:12:\"publish-date\";i:1505892622;s:18:\"featured-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2019/07/digital-agency-homepage.jpg\";s:19:\"thumbnail-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2019/07/digital-agency-homepage.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2019/07/digital-agency-homepage.jpg\";s:14:\"astra-site-url\";s:28:\"//websitedemos.net/agency-02\";s:20:\"astra-site-parent-id\";i:210;s:15:\"astra-sites-tag\";a:6:{i:663;s:6:\"agency\";i:979;s:7:\"company\";i:686;s:9:\"corporate\";i:664;s:16:\"digital-services\";i:812;s:6:\"office\";i:665;s:14:\"service-agency\";}s:16:\"astra-sites-type\";s:4:\"free\";s:19:\"astra-site-category\";a:2:{i:27;s:8:\"business\";i:39;s:4:\"free\";}s:29:\"astra-sites-template-category\";a:3:{i:2777;s:8:\"business\";i:2812;s:14:\"digital-agency\";i:2831;s:7:\"service\";}s:23:\"astra-site-page-builder\";s:9:\"elementor\";s:10:\"categories\";a:1:{i:2487;s:6:\"agency\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:11:\"post-status\";s:7:\"publish\";s:12:\"post-content\";s:1001:\"<!-- wp:paragraph -->\n<p>The Digital Agency template has a thoroughly modern feel with a strong homepage and bold colors. Combined with modern sans serif fonts and complementary design throughout the page, this template is perfect for both startups and more established organizations.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Pages are well laid out and contain everything a visitor would expect to see. All pages are fully customizable using your favorite page builder and can be fully customized to match your brand.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>Key features of the Digital Agency template</h2>\n<!-- /wp:heading -->\n\n<!-- wp:list -->\n<ul><li>Contemporary design ideal for new or more established businesses</li><li>Engaging colors and fonts</li><li>Customizable pages and layout</li><li>Built-in portfolio section and contact forms</li><li>Effective calls to action throughout</li><li>Full compatibility with drag and drop page builders</li></ul>\n<!-- /wp:list -->\";s:12:\"post-excerpt\";s:83:\"Fresh, modern template ideal for showcasing upstarts, startups and digital agencies\";s:5:\"pages\";a:4:{s:8:\"id-24112\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2019/07/digital-agency-homepage.jpg\";s:19:\"thumbnail-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2019/07/digital-agency-homepage.jpg\";s:18:\"astra-page-api-url\";s:56:\"https://websitedemos.net/agency-02/wp-json/wp/v2/pages/2\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:29:\"//websitedemos.net/agency-02/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-24109\";a:12:{s:5:\"title\";s:5:\"About\";s:18:\"featured-image-url\";s:71:\"https://websitedemos.net/wp-content/uploads/2017/09/agency-02-about.jpg\";s:19:\"thumbnail-image-url\";s:71:\"https://websitedemos.net/wp-content/uploads/2017/09/agency-02-about.jpg\";s:18:\"astra-page-api-url\";s:57:\"https://websitedemos.net/agency-02/wp-json/wp/v2/pages/19\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:35:\"//websitedemos.net/agency-02/about/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-24113\";a:12:{s:5:\"title\";s:8:\"Services\";s:18:\"featured-image-url\";s:84:\"https://websitedemos.net/wp-content/uploads/2019/07/digital-agency-services-page.jpg\";s:19:\"thumbnail-image-url\";s:84:\"https://websitedemos.net/wp-content/uploads/2019/07/digital-agency-services-page.jpg\";s:18:\"astra-page-api-url\";s:57:\"https://websitedemos.net/agency-02/wp-json/wp/v2/pages/21\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:38:\"//websitedemos.net/agency-02/services/\";s:15:\"astra-sites-tag\";a:1:{i:425;s:8:\"services\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-24111\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:73:\"https://websitedemos.net/wp-content/uploads/2017/09/agency-02-contact.jpg\";s:19:\"thumbnail-image-url\";s:73:\"https://websitedemos.net/wp-content/uploads/2017/09/agency-02-contact.jpg\";s:18:\"astra-page-api-url\";s:57:\"https://websitedemos.net/agency-02/wp-json/wp/v2/pages/25\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:37:\"//websitedemos.net/agency-02/contact/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}}s:19:\"related-bb-template\";s:0:\"\";s:26:\"related-elementor-template\";s:0:\"\";s:26:\"related-gutenberg-template\";s:0:\"\";}s:8:\"id-17535\";a:22:{s:5:\"title\";s:27:\"Gardening &amp; Landscaping\";s:2:\"id\";i:17535;s:12:\"publish-date\";i:1505892461;s:18:\"featured-image-url\";s:72:\"https://websitedemos.net/wp-content/uploads/2019/07/gardener-02-home.jpg\";s:19:\"thumbnail-image-url\";s:72:\"https://websitedemos.net/wp-content/uploads/2019/07/gardener-02-home.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:72:\"https://websitedemos.net/wp-content/uploads/2019/07/gardener-02-home.jpg\";s:14:\"astra-site-url\";s:30:\"//websitedemos.net/gardener-02\";s:20:\"astra-site-parent-id\";i:307;s:15:\"astra-sites-tag\";a:8:{i:416;s:11:\"garden-care\";i:421;s:18:\"garden-maintenance\";i:420;s:9:\"gardening\";i:422;s:11:\"landscaping\";i:417;s:9:\"lawn-care\";i:1021;s:14:\"local-business\";i:419;s:8:\"planting\";i:418;s:12:\"weed-control\";}s:16:\"astra-sites-type\";s:4:\"free\";s:19:\"astra-site-category\";a:2:{i:27;s:8:\"business\";i:39;s:4:\"free\";}s:29:\"astra-sites-template-category\";a:5:{i:2777;s:8:\"business\";i:2853;s:17:\"florist-gardening\";i:2852;s:11:\"landscaping\";i:2830;s:6:\"nature\";i:2768;s:9:\"portfolio\";}s:23:\"astra-site-page-builder\";s:9:\"elementor\";s:10:\"categories\";a:1:{i:2476;s:9:\"gardening\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:11:\"post-status\";s:7:\"publish\";s:12:\"post-content\";s:1032:\"<!-- wp:paragraph -->\n<p>The Gardening &amp; Landscaping website template is perfect for any business involved with gardening, landscaping, growing or farming. It uses sympathetic green colors throughout but could be easily customized to fit your brand.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Pages are very well-balanced with plenty of content areas and images, calls to action and buttons to help engage. It’s easy to add new content blocks and entire pages thanks to full page builder compatibility.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>Key features of the Gardening &amp; Landscaping template</h2>\n<!-- /wp:heading -->\n\n<!-- wp:list -->\n<ul><li>Well designed pages with flexible content areas</li><li>Fresh design with universal appeal</li><li>Sympathetic colors ideal for the niche</li><li>Lots of opportunities to add extra information or on-page features</li><li>Light, welcoming feel throughout every page</li><li>Full compatibility with drag and drop page builders</li></ul>\n<!-- /wp:list -->\";s:12:\"post-excerpt\";s:80:\"Showcase your gardening or landscaping business with this lovely template design\";s:5:\"pages\";a:5:{s:8:\"id-25221\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:72:\"https://websitedemos.net/wp-content/uploads/2019/07/gardener-02-home.jpg\";s:19:\"thumbnail-image-url\";s:72:\"https://websitedemos.net/wp-content/uploads/2019/07/gardener-02-home.jpg\";s:18:\"astra-page-api-url\";s:58:\"https://websitedemos.net/gardener-02/wp-json/wp/v2/pages/2\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:31:\"//websitedemos.net/gardener-02/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-25217\";a:12:{s:5:\"title\";s:5:\"About\";s:18:\"featured-image-url\";s:73:\"https://websitedemos.net/wp-content/uploads/2019/07/gardener-02-about.jpg\";s:19:\"thumbnail-image-url\";s:73:\"https://websitedemos.net/wp-content/uploads/2019/07/gardener-02-about.jpg\";s:18:\"astra-page-api-url\";s:59:\"https://websitedemos.net/gardener-02/wp-json/wp/v2/pages/12\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:37:\"//websitedemos.net/gardener-02/about/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-25222\";a:12:{s:5:\"title\";s:8:\"Services\";s:18:\"featured-image-url\";s:76:\"https://websitedemos.net/wp-content/uploads/2019/07/gardener-02-services.jpg\";s:19:\"thumbnail-image-url\";s:76:\"https://websitedemos.net/wp-content/uploads/2019/07/gardener-02-services.jpg\";s:18:\"astra-page-api-url\";s:59:\"https://websitedemos.net/gardener-02/wp-json/wp/v2/pages/13\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:40:\"//websitedemos.net/gardener-02/services/\";s:15:\"astra-sites-tag\";a:1:{i:425;s:8:\"services\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-25220\";a:12:{s:5:\"title\";s:7:\"Gallery\";s:18:\"featured-image-url\";s:75:\"https://websitedemos.net/wp-content/uploads/2019/07/gardener-02-gallery.jpg\";s:19:\"thumbnail-image-url\";s:75:\"https://websitedemos.net/wp-content/uploads/2019/07/gardener-02-gallery.jpg\";s:18:\"astra-page-api-url\";s:59:\"https://websitedemos.net/gardener-02/wp-json/wp/v2/pages/14\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:39:\"//websitedemos.net/gardener-02/gallery/\";s:15:\"astra-sites-tag\";a:1:{i:461;s:7:\"gallery\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-25219\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:77:\"https://websitedemos.net/wp-content/uploads/2019/07/gardener-02-contact-1.jpg\";s:19:\"thumbnail-image-url\";s:77:\"https://websitedemos.net/wp-content/uploads/2019/07/gardener-02-contact-1.jpg\";s:18:\"astra-page-api-url\";s:59:\"https://websitedemos.net/gardener-02/wp-json/wp/v2/pages/15\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:39:\"//websitedemos.net/gardener-02/contact/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}}s:19:\"related-bb-template\";s:0:\"\";s:26:\"related-elementor-template\";i:17535;s:26:\"related-gutenberg-template\";i:48562;}s:8:\"id-17531\";a:22:{s:5:\"title\";s:27:\"Gardening &amp; Landscaping\";s:2:\"id\";i:17531;s:12:\"publish-date\";i:1505991876;s:18:\"featured-image-url\";s:76:\"https://websitedemos.net/wp-content/uploads/2019/07/gardener-01-homepage.jpg\";s:19:\"thumbnail-image-url\";s:76:\"https://websitedemos.net/wp-content/uploads/2019/07/gardener-01-homepage.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:76:\"https://websitedemos.net/wp-content/uploads/2019/07/gardener-01-homepage.jpg\";s:14:\"astra-site-url\";s:30:\"//websitedemos.net/gardener-01\";s:20:\"astra-site-parent-id\";i:305;s:15:\"astra-sites-tag\";a:7:{i:416;s:11:\"garden-care\";i:421;s:18:\"garden-maintenance\";i:420;s:9:\"gardening\";i:422;s:11:\"landscaping\";i:417;s:9:\"lawn-care\";i:419;s:8:\"planting\";i:418;s:12:\"weed-control\";}s:16:\"astra-sites-type\";s:4:\"free\";s:19:\"astra-site-category\";a:2:{i:27;s:8:\"business\";i:39;s:4:\"free\";}s:29:\"astra-sites-template-category\";a:0:{}s:23:\"astra-site-page-builder\";s:14:\"beaver-builder\";s:10:\"categories\";a:1:{i:2476;s:9:\"gardening\";}s:16:\"required-plugins\";a:4:{i:0;a:3:{s:4:\"slug\";s:13:\"astra-widgets\";s:4:\"init\";s:31:\"astra-widgets/astra-widgets.php\";s:4:\"name\";s:13:\"Astra Widgets\";}i:1;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:2;a:3:{s:4:\"slug\";s:39:\"ultimate-addons-for-beaver-builder-lite\";s:4:\"init\";s:61:\"ultimate-addons-for-beaver-builder-lite/bb-ultimate-addon.php\";s:4:\"name\";s:41:\"Ultimate Addons for Beaver Builder - Lite\";}i:3;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:11:\"post-status\";s:7:\"publish\";s:12:\"post-content\";s:0:\"\";s:12:\"post-excerpt\";s:0:\"\";s:5:\"pages\";a:5:{s:8:\"id-25194\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:76:\"https://websitedemos.net/wp-content/uploads/2019/07/gardener-01-homepage.jpg\";s:19:\"thumbnail-image-url\";s:76:\"https://websitedemos.net/wp-content/uploads/2019/07/gardener-01-homepage.jpg\";s:18:\"astra-page-api-url\";s:58:\"https://websitedemos.net/gardener-01/wp-json/wp/v2/pages/2\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:31:\"//websitedemos.net/gardener-01/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:39:\"ultimate-addons-for-beaver-builder-lite\";s:4:\"init\";s:61:\"ultimate-addons-for-beaver-builder-lite/bb-ultimate-addon.php\";s:4:\"name\";s:41:\"Ultimate Addons for Beaver Builder - Lite\";}}}s:8:\"id-25190\";a:12:{s:5:\"title\";s:5:\"About\";s:18:\"featured-image-url\";s:73:\"https://websitedemos.net/wp-content/uploads/2019/07/gardener-01-about.jpg\";s:19:\"thumbnail-image-url\";s:73:\"https://websitedemos.net/wp-content/uploads/2019/07/gardener-01-about.jpg\";s:18:\"astra-page-api-url\";s:59:\"https://websitedemos.net/gardener-01/wp-json/wp/v2/pages/12\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:37:\"//websitedemos.net/gardener-01/about/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:39:\"ultimate-addons-for-beaver-builder-lite\";s:4:\"init\";s:61:\"ultimate-addons-for-beaver-builder-lite/bb-ultimate-addon.php\";s:4:\"name\";s:41:\"Ultimate Addons for Beaver Builder - Lite\";}}}s:8:\"id-25195\";a:12:{s:5:\"title\";s:8:\"Services\";s:18:\"featured-image-url\";s:76:\"https://websitedemos.net/wp-content/uploads/2019/07/gardener-01-services.jpg\";s:19:\"thumbnail-image-url\";s:76:\"https://websitedemos.net/wp-content/uploads/2019/07/gardener-01-services.jpg\";s:18:\"astra-page-api-url\";s:59:\"https://websitedemos.net/gardener-01/wp-json/wp/v2/pages/13\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:40:\"//websitedemos.net/gardener-01/services/\";s:15:\"astra-sites-tag\";a:1:{i:425;s:8:\"services\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:39:\"ultimate-addons-for-beaver-builder-lite\";s:4:\"init\";s:61:\"ultimate-addons-for-beaver-builder-lite/bb-ultimate-addon.php\";s:4:\"name\";s:41:\"Ultimate Addons for Beaver Builder - Lite\";}}}s:8:\"id-25193\";a:12:{s:5:\"title\";s:7:\"Gallery\";s:18:\"featured-image-url\";s:75:\"https://websitedemos.net/wp-content/uploads/2019/07/gardener-01-gallery.jpg\";s:19:\"thumbnail-image-url\";s:75:\"https://websitedemos.net/wp-content/uploads/2019/07/gardener-01-gallery.jpg\";s:18:\"astra-page-api-url\";s:59:\"https://websitedemos.net/gardener-01/wp-json/wp/v2/pages/14\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:39:\"//websitedemos.net/gardener-01/gallery/\";s:15:\"astra-sites-tag\";a:1:{i:461;s:7:\"gallery\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:39:\"ultimate-addons-for-beaver-builder-lite\";s:4:\"init\";s:61:\"ultimate-addons-for-beaver-builder-lite/bb-ultimate-addon.php\";s:4:\"name\";s:41:\"Ultimate Addons for Beaver Builder - Lite\";}}}s:8:\"id-25192\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:77:\"https://websitedemos.net/wp-content/uploads/2019/07/gardener-01-contact-2.jpg\";s:19:\"thumbnail-image-url\";s:77:\"https://websitedemos.net/wp-content/uploads/2019/07/gardener-01-contact-2.jpg\";s:18:\"astra-page-api-url\";s:59:\"https://websitedemos.net/gardener-01/wp-json/wp/v2/pages/15\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:39:\"//websitedemos.net/gardener-01/contact/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:3:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:39:\"ultimate-addons-for-beaver-builder-lite\";s:4:\"init\";s:61:\"ultimate-addons-for-beaver-builder-lite/bb-ultimate-addon.php\";s:4:\"name\";s:41:\"Ultimate Addons for Beaver Builder - Lite\";}i:2;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}}s:19:\"related-bb-template\";s:0:\"\";s:26:\"related-elementor-template\";s:0:\"\";s:26:\"related-gutenberg-template\";s:0:\"\";}s:8:\"id-48562\";a:22:{s:5:\"title\";s:27:\"Gardening &amp; Landscaping\";s:2:\"id\";i:48562;s:12:\"publish-date\";i:1603984618;s:18:\"featured-image-url\";s:67:\"https://websitedemos.net/wp-content/uploads/2020/10/gardener-08.jpg\";s:19:\"thumbnail-image-url\";s:76:\"https://websitedemos.net/wp-content/uploads/2020/10/gardener-08-600x2558.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:76:\"https://websitedemos.net/wp-content/uploads/2020/10/gardener-08-400x1705.jpg\";s:14:\"astra-site-url\";s:30:\"//websitedemos.net/gardener-08\";s:20:\"astra-site-parent-id\";i:1746;s:15:\"astra-sites-tag\";a:7:{i:416;s:11:\"garden-care\";i:421;s:18:\"garden-maintenance\";i:420;s:9:\"gardening\";i:422;s:11:\"landscaping\";i:417;s:9:\"lawn-care\";i:419;s:8:\"planting\";i:418;s:12:\"weed-control\";}s:16:\"astra-sites-type\";s:4:\"free\";s:19:\"astra-site-category\";a:2:{i:27;s:8:\"business\";i:39;s:4:\"free\";}s:29:\"astra-sites-template-category\";a:0:{}s:23:\"astra-site-page-builder\";s:9:\"gutenberg\";s:10:\"categories\";a:1:{i:2476;s:9:\"gardening\";}s:16:\"required-plugins\";a:3:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}i:1;a:3:{s:4:\"slug\";s:13:\"astra-widgets\";s:4:\"init\";s:31:\"astra-widgets/astra-widgets.php\";s:4:\"name\";s:13:\"Astra Widgets\";}i:2;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:11:\"post-status\";s:7:\"publish\";s:12:\"post-content\";s:0:\"\";s:12:\"post-excerpt\";s:0:\"\";s:5:\"pages\";a:5:{s:8:\"id-48566\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:67:\"https://websitedemos.net/wp-content/uploads/2020/10/gardener-08.jpg\";s:19:\"thumbnail-image-url\";s:76:\"https://websitedemos.net/wp-content/uploads/2020/10/gardener-08-600x2558.jpg\";s:18:\"astra-page-api-url\";s:58:\"https://websitedemos.net/gardener-08/wp-json/wp/v2/pages/5\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:31:\"//websitedemos.net/gardener-08/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}}s:8:\"id-48563\";a:12:{s:5:\"title\";s:5:\"About\";s:18:\"featured-image-url\";s:75:\"https://websitedemos.net/wp-content/uploads/2020/10/gardener-08-about-1.jpg\";s:19:\"thumbnail-image-url\";s:84:\"https://websitedemos.net/wp-content/uploads/2020/10/gardener-08-about-1-600x1625.jpg\";s:18:\"astra-page-api-url\";s:58:\"https://websitedemos.net/gardener-08/wp-json/wp/v2/pages/7\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:37:\"//websitedemos.net/gardener-08/about/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}}s:8:\"id-48567\";a:12:{s:5:\"title\";s:8:\"Services\";s:18:\"featured-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2020/10/gardener-08-services-1.jpg\";s:19:\"thumbnail-image-url\";s:87:\"https://websitedemos.net/wp-content/uploads/2020/10/gardener-08-services-1-600x1611.jpg\";s:18:\"astra-page-api-url\";s:58:\"https://websitedemos.net/gardener-08/wp-json/wp/v2/pages/9\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:40:\"//websitedemos.net/gardener-08/services/\";s:15:\"astra-sites-tag\";a:1:{i:425;s:8:\"services\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}}s:8:\"id-48565\";a:12:{s:5:\"title\";s:7:\"Gallery\";s:18:\"featured-image-url\";s:77:\"https://websitedemos.net/wp-content/uploads/2020/10/gardener-08-gallery-1.jpg\";s:19:\"thumbnail-image-url\";s:85:\"https://websitedemos.net/wp-content/uploads/2020/10/gardener-08-gallery-1-600x994.jpg\";s:18:\"astra-page-api-url\";s:59:\"https://websitedemos.net/gardener-08/wp-json/wp/v2/pages/11\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:39:\"//websitedemos.net/gardener-08/gallery/\";s:15:\"astra-sites-tag\";a:1:{i:461;s:7:\"gallery\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}}s:8:\"id-48564\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:77:\"https://websitedemos.net/wp-content/uploads/2020/10/gardener-08-contact-1.jpg\";s:19:\"thumbnail-image-url\";s:85:\"https://websitedemos.net/wp-content/uploads/2020/10/gardener-08-contact-1-600x987.jpg\";s:18:\"astra-page-api-url\";s:59:\"https://websitedemos.net/gardener-08/wp-json/wp/v2/pages/13\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:39:\"//websitedemos.net/gardener-08/contact/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}}s:19:\"related-bb-template\";s:0:\"\";s:26:\"related-elementor-template\";s:0:\"\";s:26:\"related-gutenberg-template\";s:0:\"\";}s:8:\"id-19791\";a:22:{s:5:\"title\";s:27:\"Gardening &amp; Landscaping\";s:2:\"id\";i:19791;s:12:\"publish-date\";i:1543500773;s:18:\"featured-image-url\";s:75:\"https://websitedemos.net/wp-content/uploads/2020/01/gardenr-landscaping.jpg\";s:19:\"thumbnail-image-url\";s:75:\"https://websitedemos.net/wp-content/uploads/2020/01/gardenr-landscaping.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:75:\"https://websitedemos.net/wp-content/uploads/2020/01/gardenr-landscaping.jpg\";s:14:\"astra-site-url\";s:30:\"//websitedemos.net/gardener-05\";s:20:\"astra-site-parent-id\";i:277;s:15:\"astra-sites-tag\";a:7:{i:416;s:11:\"garden-care\";i:421;s:18:\"garden-maintenance\";i:420;s:9:\"gardening\";i:422;s:11:\"landscaping\";i:417;s:9:\"lawn-care\";i:419;s:8:\"planting\";i:418;s:12:\"weed-control\";}s:16:\"astra-sites-type\";s:4:\"free\";s:19:\"astra-site-category\";a:2:{i:27;s:8:\"business\";i:39;s:4:\"free\";}s:29:\"astra-sites-template-category\";a:0:{}s:23:\"astra-site-page-builder\";s:5:\"brizy\";s:10:\"categories\";a:0:{}s:16:\"required-plugins\";a:3:{i:0;a:3:{s:4:\"slug\";s:13:\"astra-widgets\";s:4:\"init\";s:31:\"astra-widgets/astra-widgets.php\";s:4:\"name\";s:13:\"Astra Widgets\";}i:1;a:3:{s:4:\"slug\";s:5:\"brizy\";s:4:\"init\";s:15:\"brizy/brizy.php\";s:4:\"name\";s:5:\"Brizy\";}i:2;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:11:\"post-status\";s:7:\"publish\";s:12:\"post-content\";s:0:\"\";s:12:\"post-excerpt\";s:0:\"\";s:5:\"pages\";a:5:{s:8:\"id-24873\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:75:\"https://websitedemos.net/wp-content/uploads/2020/01/gardenr-landscaping.jpg\";s:19:\"thumbnail-image-url\";s:75:\"https://websitedemos.net/wp-content/uploads/2020/01/gardenr-landscaping.jpg\";s:18:\"astra-page-api-url\";s:60:\"https://websitedemos.net/gardener-05/wp-json/wp/v2/pages/750\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:31:\"//websitedemos.net/gardener-05/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:5:\"brizy\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:5:\"brizy\";s:4:\"init\";s:15:\"brizy/brizy.php\";s:4:\"name\";s:5:\"Brizy\";}}}s:8:\"id-24870\";a:12:{s:5:\"title\";s:5:\"About\";s:18:\"featured-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2019/07/gardener-02-feb-20-about.jpg\";s:19:\"thumbnail-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2019/07/gardener-02-feb-20-about.jpg\";s:18:\"astra-page-api-url\";s:60:\"https://websitedemos.net/gardener-05/wp-json/wp/v2/pages/759\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:37:\"//websitedemos.net/gardener-05/about/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:5:\"brizy\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:5:\"brizy\";s:4:\"init\";s:15:\"brizy/brizy.php\";s:4:\"name\";s:5:\"Brizy\";}}}s:8:\"id-24874\";a:12:{s:5:\"title\";s:8:\"Services\";s:18:\"featured-image-url\";s:83:\"https://websitedemos.net/wp-content/uploads/2019/07/gardener-02-feb-20-services.jpg\";s:19:\"thumbnail-image-url\";s:83:\"https://websitedemos.net/wp-content/uploads/2019/07/gardener-02-feb-20-services.jpg\";s:18:\"astra-page-api-url\";s:60:\"https://websitedemos.net/gardener-05/wp-json/wp/v2/pages/763\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:40:\"//websitedemos.net/gardener-05/services/\";s:15:\"astra-sites-tag\";a:1:{i:425;s:8:\"services\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:5:\"brizy\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:5:\"brizy\";s:4:\"init\";s:15:\"brizy/brizy.php\";s:4:\"name\";s:5:\"Brizy\";}}}s:8:\"id-24872\";a:12:{s:5:\"title\";s:7:\"Gallery\";s:18:\"featured-image-url\";s:82:\"https://websitedemos.net/wp-content/uploads/2019/07/gardener-02-feb-20-gallery.jpg\";s:19:\"thumbnail-image-url\";s:82:\"https://websitedemos.net/wp-content/uploads/2019/07/gardener-02-feb-20-gallery.jpg\";s:18:\"astra-page-api-url\";s:60:\"https://websitedemos.net/gardener-05/wp-json/wp/v2/pages/767\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:39:\"//websitedemos.net/gardener-05/gallery/\";s:15:\"astra-sites-tag\";a:1:{i:461;s:7:\"gallery\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:5:\"brizy\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:5:\"brizy\";s:4:\"init\";s:15:\"brizy/brizy.php\";s:4:\"name\";s:5:\"Brizy\";}}}s:8:\"id-24871\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:82:\"https://websitedemos.net/wp-content/uploads/2019/07/gardener-02-feb-20-contact.jpg\";s:19:\"thumbnail-image-url\";s:82:\"https://websitedemos.net/wp-content/uploads/2019/07/gardener-02-feb-20-contact.jpg\";s:18:\"astra-page-api-url\";s:60:\"https://websitedemos.net/gardener-05/wp-json/wp/v2/pages/770\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:39:\"//websitedemos.net/gardener-05/contact/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:5:\"brizy\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:5:\"brizy\";s:4:\"init\";s:15:\"brizy/brizy.php\";s:4:\"name\";s:5:\"Brizy\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}}s:19:\"related-bb-template\";s:0:\"\";s:26:\"related-elementor-template\";s:0:\"\";s:26:\"related-gutenberg-template\";s:0:\"\";}s:8:\"id-55358\";a:22:{s:5:\"title\";s:17:\"Web Design Agency\";s:2:\"id\";i:55358;s:12:\"publish-date\";i:1621624720;s:18:\"featured-image-url\";s:71:\"https://websitedemos.net/wp-content/uploads/2021/05/demo-screenshot.jpg\";s:19:\"thumbnail-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2021/05/demo-screenshot-600x1886.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2021/05/demo-screenshot-400x1257.jpg\";s:14:\"astra-site-url\";s:39:\"//websitedemos.net/web-design-agency-08\";s:20:\"astra-site-parent-id\";i:2095;s:15:\"astra-sites-tag\";a:4:{i:663;s:6:\"agency\";i:399;s:8:\"one-page\";i:463;s:11:\"single-page\";i:2159;s:17:\"web-design-agency\";}s:16:\"astra-sites-type\";s:4:\"free\";s:19:\"astra-site-category\";a:2:{i:39;s:4:\"free\";i:36;s:5:\"other\";}s:29:\"astra-sites-template-category\";a:0:{}s:23:\"astra-site-page-builder\";s:9:\"gutenberg\";s:10:\"categories\";a:1:{i:2487;s:6:\"agency\";}s:16:\"required-plugins\";a:0:{}s:11:\"post-status\";s:7:\"publish\";s:12:\"post-content\";s:0:\"\";s:12:\"post-excerpt\";s:0:\"\";s:5:\"pages\";a:1:{s:8:\"id-55567\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:76:\"https://websitedemos.net/wp-content/uploads/2021/05/web-design-agency-08.jpg\";s:19:\"thumbnail-image-url\";s:76:\"https://websitedemos.net/wp-content/uploads/2021/05/web-design-agency-08.jpg\";s:18:\"astra-page-api-url\";s:67:\"https://websitedemos.net/web-design-agency-08/wp-json/wp/v2/pages/5\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:40:\"//websitedemos.net/web-design-agency-08/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:61;s:4:\"free\";i:139;s:5:\"other\";}s:16:\"required-plugins\";a:0:{}}}s:19:\"related-bb-template\";s:0:\"\";s:26:\"related-elementor-template\";s:0:\"\";s:26:\"related-gutenberg-template\";s:0:\"\";}s:8:\"id-17529\";a:22:{s:5:\"title\";s:12:\"Construction\";s:2:\"id\";i:17529;s:12:\"publish-date\";i:1505892280;s:18:\"featured-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2019/07/construction-01-homepage.jpg\";s:19:\"thumbnail-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2019/07/construction-01-homepage.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2019/07/construction-01-homepage.jpg\";s:14:\"astra-site-url\";s:34:\"//websitedemos.net/construction-01\";s:20:\"astra-site-parent-id\";i:300;s:15:\"astra-sites-tag\";a:6:{i:435;s:12:\"architecture\";i:979;s:7:\"company\";i:484;s:12:\"construction\";i:436;s:8:\"interior\";i:812;s:6:\"office\";i:485;s:11:\"real-estate\";}s:16:\"astra-sites-type\";s:4:\"free\";s:19:\"astra-site-category\";a:2:{i:27;s:8:\"business\";i:39;s:4:\"free\";}s:29:\"astra-sites-template-category\";a:0:{}s:23:\"astra-site-page-builder\";s:14:\"beaver-builder\";s:10:\"categories\";a:1:{i:2484;s:11:\"real-estate\";}s:16:\"required-plugins\";a:4:{i:0;a:3:{s:4:\"slug\";s:13:\"astra-widgets\";s:4:\"init\";s:31:\"astra-widgets/astra-widgets.php\";s:4:\"name\";s:13:\"Astra Widgets\";}i:1;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:2;a:3:{s:4:\"slug\";s:39:\"ultimate-addons-for-beaver-builder-lite\";s:4:\"init\";s:61:\"ultimate-addons-for-beaver-builder-lite/bb-ultimate-addon.php\";s:4:\"name\";s:41:\"Ultimate Addons for Beaver Builder - Lite\";}i:3;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:11:\"post-status\";s:7:\"publish\";s:12:\"post-content\";s:0:\"\";s:12:\"post-excerpt\";s:0:\"\";s:5:\"pages\";a:5:{s:8:\"id-25144\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2019/07/construction-01-homepage.jpg\";s:19:\"thumbnail-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2019/07/construction-01-homepage.jpg\";s:18:\"astra-page-api-url\";s:62:\"https://websitedemos.net/construction-01/wp-json/wp/v2/pages/2\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:35:\"//websitedemos.net/construction-01/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:39:\"ultimate-addons-for-beaver-builder-lite\";s:4:\"init\";s:61:\"ultimate-addons-for-beaver-builder-lite/bb-ultimate-addon.php\";s:4:\"name\";s:41:\"Ultimate Addons for Beaver Builder - Lite\";}}}s:8:\"id-25141\";a:12:{s:5:\"title\";s:5:\"About\";s:18:\"featured-image-url\";s:77:\"https://websitedemos.net/wp-content/uploads/2019/07/construction-01-about.jpg\";s:19:\"thumbnail-image-url\";s:77:\"https://websitedemos.net/wp-content/uploads/2019/07/construction-01-about.jpg\";s:18:\"astra-page-api-url\";s:63:\"https://websitedemos.net/construction-01/wp-json/wp/v2/pages/71\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:41:\"//websitedemos.net/construction-01/about/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:39:\"ultimate-addons-for-beaver-builder-lite\";s:4:\"init\";s:61:\"ultimate-addons-for-beaver-builder-lite/bb-ultimate-addon.php\";s:4:\"name\";s:41:\"Ultimate Addons for Beaver Builder - Lite\";}}}s:8:\"id-25146\";a:12:{s:5:\"title\";s:8:\"Services\";s:18:\"featured-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2019/07/construction-01-services.jpg\";s:19:\"thumbnail-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2019/07/construction-01-services.jpg\";s:18:\"astra-page-api-url\";s:63:\"https://websitedemos.net/construction-01/wp-json/wp/v2/pages/72\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:44:\"//websitedemos.net/construction-01/services/\";s:15:\"astra-sites-tag\";a:1:{i:425;s:8:\"services\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:39:\"ultimate-addons-for-beaver-builder-lite\";s:4:\"init\";s:61:\"ultimate-addons-for-beaver-builder-lite/bb-ultimate-addon.php\";s:4:\"name\";s:41:\"Ultimate Addons for Beaver Builder - Lite\";}}}s:8:\"id-25145\";a:12:{s:5:\"title\";s:8:\"Projects\";s:18:\"featured-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2019/07/construction-01-projects.jpg\";s:19:\"thumbnail-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2019/07/construction-01-projects.jpg\";s:18:\"astra-page-api-url\";s:63:\"https://websitedemos.net/construction-01/wp-json/wp/v2/pages/74\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:44:\"//websitedemos.net/construction-01/projects/\";s:15:\"astra-sites-tag\";a:1:{i:424;s:7:\"project\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:39:\"ultimate-addons-for-beaver-builder-lite\";s:4:\"init\";s:61:\"ultimate-addons-for-beaver-builder-lite/bb-ultimate-addon.php\";s:4:\"name\";s:41:\"Ultimate Addons for Beaver Builder - Lite\";}}}s:8:\"id-25143\";a:12:{s:5:\"title\";s:10:\"Contact Us\";s:18:\"featured-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2019/07/construction-01-contact.jpg\";s:19:\"thumbnail-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2019/07/construction-01-contact.jpg\";s:18:\"astra-page-api-url\";s:63:\"https://websitedemos.net/construction-01/wp-json/wp/v2/pages/73\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:46:\"//websitedemos.net/construction-01/contact-us/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:3:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:39:\"ultimate-addons-for-beaver-builder-lite\";s:4:\"init\";s:61:\"ultimate-addons-for-beaver-builder-lite/bb-ultimate-addon.php\";s:4:\"name\";s:41:\"Ultimate Addons for Beaver Builder - Lite\";}i:2;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}}s:19:\"related-bb-template\";s:0:\"\";s:26:\"related-elementor-template\";s:0:\"\";s:26:\"related-gutenberg-template\";s:0:\"\";}s:8:\"id-17536\";a:22:{s:5:\"title\";s:12:\"Construction\";s:2:\"id\";i:17536;s:12:\"publish-date\";i:1505892261;s:18:\"featured-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2019/07/construction-co-homepage.jpg\";s:19:\"thumbnail-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2019/07/construction-co-homepage.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2019/07/construction-co-homepage.jpg\";s:14:\"astra-site-url\";s:34:\"//websitedemos.net/construction-02\";s:20:\"astra-site-parent-id\";i:302;s:15:\"astra-sites-tag\";a:7:{i:435;s:12:\"architecture\";i:979;s:7:\"company\";i:484;s:12:\"construction\";i:436;s:8:\"interior\";i:812;s:6:\"office\";i:485;s:11:\"real-estate\";i:687;s:6:\"realty\";}s:16:\"astra-sites-type\";s:4:\"free\";s:19:\"astra-site-category\";a:2:{i:27;s:8:\"business\";i:39;s:4:\"free\";}s:29:\"astra-sites-template-category\";a:5:{i:2795;s:12:\"architecture\";i:2836;s:12:\"construction\";i:2793;s:15:\"interior-design\";i:2768;s:9:\"portfolio\";i:2778;s:11:\"real-estate\";}s:23:\"astra-site-page-builder\";s:9:\"elementor\";s:10:\"categories\";a:1:{i:2484;s:11:\"real-estate\";}s:16:\"required-plugins\";a:3:{i:0;a:3:{s:4:\"slug\";s:13:\"astra-widgets\";s:4:\"init\";s:31:\"astra-widgets/astra-widgets.php\";s:4:\"name\";s:13:\"Astra Widgets\";}i:1;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:2;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:11:\"post-status\";s:7:\"publish\";s:12:\"post-content\";s:1038:\"<!-- wp:paragraph -->\n<p>The Construction template is very clean and crisp, ideal for forward-looking businesses. While set up for construction, you could easily use it for architecture, real estate and other business types.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The design uses bright colors and whitespace along with great imagery to create a positive first impression. Something continued effortlessly throughout the template. Thanks to full compatibility with page builders, you can transform this template without touching a line of code!</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>Key features of the Construction template</h2>\n<!-- /wp:heading -->\n\n<!-- wp:list -->\n<ul><li>Clean, crisp business template ideal for business</li><li>Fantastic use of colors, images and whitespace</li><li>Equally attractive extra pages to continue the feel</li><li>Standout engagement buttons</li><li>Flexible content areas on every page</li><li>Full compatibility with drag and drop page builders</li></ul>\n<!-- /wp:list -->\";s:12:\"post-excerpt\";s:81:\"Inspire confidence in new clients with this clean and crisp construction template\";s:5:\"pages\";a:5:{s:8:\"id-25166\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2019/07/construction-co-homepage.jpg\";s:19:\"thumbnail-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2019/07/construction-co-homepage.jpg\";s:18:\"astra-page-api-url\";s:62:\"https://websitedemos.net/construction-02/wp-json/wp/v2/pages/2\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:35:\"//websitedemos.net/construction-02/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-25163\";a:12:{s:5:\"title\";s:5:\"About\";s:18:\"featured-image-url\";s:77:\"https://websitedemos.net/wp-content/uploads/2019/07/construction-02-about.jpg\";s:19:\"thumbnail-image-url\";s:77:\"https://websitedemos.net/wp-content/uploads/2019/07/construction-02-about.jpg\";s:18:\"astra-page-api-url\";s:63:\"https://websitedemos.net/construction-02/wp-json/wp/v2/pages/71\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:41:\"//websitedemos.net/construction-02/about/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-25168\";a:12:{s:5:\"title\";s:8:\"Services\";s:18:\"featured-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2019/07/construction-co-services.jpg\";s:19:\"thumbnail-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2019/07/construction-co-services.jpg\";s:18:\"astra-page-api-url\";s:63:\"https://websitedemos.net/construction-02/wp-json/wp/v2/pages/72\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:44:\"//websitedemos.net/construction-02/services/\";s:15:\"astra-sites-tag\";a:1:{i:425;s:8:\"services\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-25167\";a:12:{s:5:\"title\";s:8:\"Projects\";s:18:\"featured-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2019/07/construction-02-projects.jpg\";s:19:\"thumbnail-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2019/07/construction-02-projects.jpg\";s:18:\"astra-page-api-url\";s:63:\"https://websitedemos.net/construction-02/wp-json/wp/v2/pages/74\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:44:\"//websitedemos.net/construction-02/projects/\";s:15:\"astra-sites-tag\";a:1:{i:424;s:7:\"project\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-25165\";a:12:{s:5:\"title\";s:10:\"Contact Us\";s:18:\"featured-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2019/07/construction-02-contact.jpg\";s:19:\"thumbnail-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2019/07/construction-02-contact.jpg\";s:18:\"astra-page-api-url\";s:63:\"https://websitedemos.net/construction-02/wp-json/wp/v2/pages/73\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:46:\"//websitedemos.net/construction-02/contact-us/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}}s:19:\"related-bb-template\";s:0:\"\";s:26:\"related-elementor-template\";i:58953;s:26:\"related-gutenberg-template\";i:48225;}s:8:\"id-48225\";a:22:{s:5:\"title\";s:12:\"Construction\";s:2:\"id\";i:48225;s:12:\"publish-date\";i:1603905869;s:18:\"featured-image-url\";s:71:\"https://websitedemos.net/wp-content/uploads/2020/10/construction-08.jpg\";s:19:\"thumbnail-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2020/10/construction-08-600x3030.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2020/10/construction-08-400x2020.jpg\";s:14:\"astra-site-url\";s:34:\"//websitedemos.net/construction-08\";s:20:\"astra-site-parent-id\";i:1707;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: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-48228\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:71:\"https://websitedemos.net/wp-content/uploads/2020/10/construction-08.jpg\";s:19:\"thumbnail-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2020/10/construction-08-600x3030.jpg\";s:18:\"astra-page-api-url\";s:65:\"https://websitedemos.net/construction-08/wp-json/wp/v2/pages/1815\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:35:\"//websitedemos.net/construction-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-48226\";a:12:{s:5:\"title\";s:5:\"About\";s:18:\"featured-image-url\";s:77:\"https://websitedemos.net/wp-content/uploads/2020/10/construction-08-about.jpg\";s:19:\"thumbnail-image-url\";s:86:\"https://websitedemos.net/wp-content/uploads/2020/10/construction-08-about-600x1830.jpg\";s:18:\"astra-page-api-url\";s:65:\"https://websitedemos.net/construction-08/wp-json/wp/v2/pages/1816\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:41:\"//websitedemos.net/construction-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-48230\";a:12:{s:5:\"title\";s:8:\"Services\";s:18:\"featured-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2020/10/construction-08-services.jpg\";s:19:\"thumbnail-image-url\";s:89:\"https://websitedemos.net/wp-content/uploads/2020/10/construction-08-services-600x1372.jpg\";s:18:\"astra-page-api-url\";s:65:\"https://websitedemos.net/construction-08/wp-json/wp/v2/pages/1817\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:44:\"//websitedemos.net/construction-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-48229\";a:12:{s:5:\"title\";s:8:\"Projects\";s:18:\"featured-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2020/10/construction-08-projects.jpg\";s:19:\"thumbnail-image-url\";s:89:\"https://websitedemos.net/wp-content/uploads/2020/10/construction-08-projects-600x1712.jpg\";s:18:\"astra-page-api-url\";s:65:\"https://websitedemos.net/construction-08/wp-json/wp/v2/pages/1818\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:44:\"//websitedemos.net/construction-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-48227\";a:12:{s:5:\"title\";s:10:\"Contact Us\";s:18:\"featured-image-url\";s:82:\"https://websitedemos.net/wp-content/uploads/2020/10/construction-08-contact-us.jpg\";s:19:\"thumbnail-image-url\";s:91:\"https://websitedemos.net/wp-content/uploads/2020/10/construction-08-contact-us-600x1078.jpg\";s:18:\"astra-page-api-url\";s:65:\"https://websitedemos.net/construction-08/wp-json/wp/v2/pages/1819\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:46:\"//websitedemos.net/construction-08/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:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"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-17504\";a:22:{s:5:\"title\";s:16:\"Co-Working Space\";s:2:\"id\";i:17504;s:12:\"publish-date\";i:1505739194;s:18:\"featured-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2019/07/co-working-space-02-home.jpg\";s:19:\"thumbnail-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2019/07/co-working-space-02-home.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2019/07/co-working-space-02-home.jpg\";s:14:\"astra-site-url\";s:38:\"//websitedemos.net/co-working-space-02\";s:20:\"astra-site-parent-id\";i:215;s:15:\"astra-sites-tag\";a:7:{i:692;s:8:\"business\";i:693;s:4:\"cafe\";i:694;s:16:\"co-working-place\";i:695;s:13:\"collaboration\";i:979;s:7:\"company\";i:812;s:6:\"office\";i:691;s:10:\"work-place\";}s:16:\"astra-sites-type\";s:4:\"free\";s:19:\"astra-site-category\";a:2:{i:27;s:8:\"business\";i:39;s:4:\"free\";}s:29:\"astra-sites-template-category\";a:1:{i:2777;s:8:\"business\";}s:23:\"astra-site-page-builder\";s:9:\"elementor\";s:10:\"categories\";a:1:{i:2487;s:6:\"agency\";}s:16:\"required-plugins\";a:3:{i:0;a:3:{s:4:\"slug\";s:13:\"astra-widgets\";s:4:\"init\";s:31:\"astra-widgets/astra-widgets.php\";s:4:\"name\";s:13:\"Astra Widgets\";}i:1;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:2;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:11:\"post-status\";s:7:\"publish\";s:12:\"post-content\";s:976:\"<!-- wp:paragraph -->\n<p>The Co-Working Space template provides all the ingredients you need to build an engaging business website. While configured for a coworking space, it could easily be personalized to suit any organization.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The use of modern fonts, clean colors and whitespace throughout keeps the design accessible and engaging. You have lots of options for adding or removing page features and pages thanks to full compatibility with page builders.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>Key features of the Co-Working Space template</h2>\n<!-- /wp:heading -->\n\n<!-- wp:list -->\n<ul><li>Clean, modern business template ideal for any niche</li><li>Great use of imagery and layout</li><li>Includes essential content areas and pages</li><li>Attractive contact page with form</li><li>Designed to be quickly customizable</li><li>Full compatibility with drag and drop page builders</li></ul>\n<!-- /wp:list -->\";s:12:\"post-excerpt\";s:90:\"Light and modern business template designed for real estate businesses or coworking spaces\";s:5:\"pages\";a:5:{s:8:\"id-24320\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2019/07/co-working-space-02-home.jpg\";s:19:\"thumbnail-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2019/07/co-working-space-02-home.jpg\";s:18:\"astra-page-api-url\";s:66:\"https://websitedemos.net/co-working-space-02/wp-json/wp/v2/pages/2\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:39:\"//websitedemos.net/co-working-space-02/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-24316\";a:12:{s:5:\"title\";s:8:\"About Us\";s:18:\"featured-image-url\";s:77:\"https://websitedemos.net/wp-content/uploads/2019/07/co-working-about-page.jpg\";s:19:\"thumbnail-image-url\";s:77:\"https://websitedemos.net/wp-content/uploads/2019/07/co-working-about-page.jpg\";s:18:\"astra-page-api-url\";s:66:\"https://websitedemos.net/co-working-space-02/wp-json/wp/v2/pages/8\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:48:\"//websitedemos.net/co-working-space-02/about-us/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-24317\";a:12:{s:5:\"title\";s:9:\"Amenities\";s:18:\"featured-image-url\";s:85:\"https://websitedemos.net/wp-content/uploads/2019/07/co-working-space-02-aminities.jpg\";s:19:\"thumbnail-image-url\";s:85:\"https://websitedemos.net/wp-content/uploads/2019/07/co-working-space-02-aminities.jpg\";s:18:\"astra-page-api-url\";s:67:\"https://websitedemos.net/co-working-space-02/wp-json/wp/v2/pages/12\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:49:\"//websitedemos.net/co-working-space-02/amenities/\";s:15:\"astra-sites-tag\";a:1:{i:777;s:9:\"amenities\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-24321\";a:12:{s:5:\"title\";s:7:\"Pricing\";s:18:\"featured-image-url\";s:83:\"https://websitedemos.net/wp-content/uploads/2019/07/co-working-space-02-pricing.jpg\";s:19:\"thumbnail-image-url\";s:83:\"https://websitedemos.net/wp-content/uploads/2019/07/co-working-space-02-pricing.jpg\";s:18:\"astra-page-api-url\";s:67:\"https://websitedemos.net/co-working-space-02/wp-json/wp/v2/pages/14\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:47:\"//websitedemos.net/co-working-space-02/pricing/\";s:15:\"astra-sites-tag\";a:1:{i:585;s:7:\"pricing\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-24319\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:83:\"https://websitedemos.net/wp-content/uploads/2019/07/co-working-space-02-contact.jpg\";s:19:\"thumbnail-image-url\";s:83:\"https://websitedemos.net/wp-content/uploads/2019/07/co-working-space-02-contact.jpg\";s:18:\"astra-page-api-url\";s:67:\"https://websitedemos.net/co-working-space-02/wp-json/wp/v2/pages/10\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:47:\"//websitedemos.net/co-working-space-02/contact/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}}s:19:\"related-bb-template\";s:0:\"\";s:26:\"related-elementor-template\";i:45466;s:26:\"related-gutenberg-template\";i:48374;}s:8:\"id-17363\";a:22:{s:5:\"title\";s:16:\"Co-Working Space\";s:2:\"id\";i:17363;s:12:\"publish-date\";i:1503041658;s:18:\"featured-image-url\";s:84:\"https://websitedemos.net/wp-content/uploads/2019/07/co-working-space-01-homepage.jpg\";s:19:\"thumbnail-image-url\";s:84:\"https://websitedemos.net/wp-content/uploads/2019/07/co-working-space-01-homepage.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:84:\"https://websitedemos.net/wp-content/uploads/2019/07/co-working-space-01-homepage.jpg\";s:14:\"astra-site-url\";s:38:\"//websitedemos.net/co-working-space-01\";s:20:\"astra-site-parent-id\";i:217;s:15:\"astra-sites-tag\";a:7:{i:692;s:8:\"business\";i:693;s:4:\"cafe\";i:694;s:16:\"co-working-place\";i:695;s:13:\"collaboration\";i:979;s:7:\"company\";i:812;s:6:\"office\";i:691;s:10:\"work-place\";}s:16:\"astra-sites-type\";s:4:\"free\";s:19:\"astra-site-category\";a:2:{i:27;s:8:\"business\";i:39;s:4:\"free\";}s:29:\"astra-sites-template-category\";a:0:{}s:23:\"astra-site-page-builder\";s:14:\"beaver-builder\";s:10:\"categories\";a:1:{i:2487;s:6:\"agency\";}s:16:\"required-plugins\";a:4:{i:0;a:3:{s:4:\"slug\";s:13:\"astra-widgets\";s:4:\"init\";s:31:\"astra-widgets/astra-widgets.php\";s:4:\"name\";s:13:\"Astra Widgets\";}i:1;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:2;a:3:{s:4:\"slug\";s:39:\"ultimate-addons-for-beaver-builder-lite\";s:4:\"init\";s:61:\"ultimate-addons-for-beaver-builder-lite/bb-ultimate-addon.php\";s:4:\"name\";s:41:\"Ultimate Addons for Beaver Builder - Lite\";}i:3;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:11:\"post-status\";s:7:\"publish\";s:12:\"post-content\";s:0:\"\";s:12:\"post-excerpt\";s:0:\"\";s:5:\"pages\";a:5:{s:8:\"id-24344\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:84:\"https://websitedemos.net/wp-content/uploads/2019/07/co-working-space-01-homepage.jpg\";s:19:\"thumbnail-image-url\";s:84:\"https://websitedemos.net/wp-content/uploads/2019/07/co-working-space-01-homepage.jpg\";s:18:\"astra-page-api-url\";s:66:\"https://websitedemos.net/co-working-space-01/wp-json/wp/v2/pages/2\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:39:\"//websitedemos.net/co-working-space-01/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:39:\"ultimate-addons-for-beaver-builder-lite\";s:4:\"init\";s:61:\"ultimate-addons-for-beaver-builder-lite/bb-ultimate-addon.php\";s:4:\"name\";s:41:\"Ultimate Addons for Beaver Builder - Lite\";}}}s:8:\"id-24340\";a:12:{s:5:\"title\";s:8:\"About Us\";s:18:\"featured-image-url\";s:84:\"https://websitedemos.net/wp-content/uploads/2019/07/co-working-space-01-about-us.jpg\";s:19:\"thumbnail-image-url\";s:84:\"https://websitedemos.net/wp-content/uploads/2019/07/co-working-space-01-about-us.jpg\";s:18:\"astra-page-api-url\";s:67:\"https://websitedemos.net/co-working-space-01/wp-json/wp/v2/pages/37\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:48:\"//websitedemos.net/co-working-space-01/about-us/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:39:\"ultimate-addons-for-beaver-builder-lite\";s:4:\"init\";s:61:\"ultimate-addons-for-beaver-builder-lite/bb-ultimate-addon.php\";s:4:\"name\";s:41:\"Ultimate Addons for Beaver Builder - Lite\";}}}s:8:\"id-24341\";a:12:{s:5:\"title\";s:9:\"Amenities\";s:18:\"featured-image-url\";s:85:\"https://websitedemos.net/wp-content/uploads/2019/07/co-working-space-01-amenities.jpg\";s:19:\"thumbnail-image-url\";s:85:\"https://websitedemos.net/wp-content/uploads/2019/07/co-working-space-01-amenities.jpg\";s:18:\"astra-page-api-url\";s:67:\"https://websitedemos.net/co-working-space-01/wp-json/wp/v2/pages/39\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:49:\"//websitedemos.net/co-working-space-01/amenities/\";s:15:\"astra-sites-tag\";a:1:{i:425;s:8:\"services\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:39:\"ultimate-addons-for-beaver-builder-lite\";s:4:\"init\";s:61:\"ultimate-addons-for-beaver-builder-lite/bb-ultimate-addon.php\";s:4:\"name\";s:41:\"Ultimate Addons for Beaver Builder - Lite\";}}}s:8:\"id-24345\";a:12:{s:5:\"title\";s:7:\"Pricing\";s:18:\"featured-image-url\";s:83:\"https://websitedemos.net/wp-content/uploads/2019/07/co-working-space-01-pricing.jpg\";s:19:\"thumbnail-image-url\";s:83:\"https://websitedemos.net/wp-content/uploads/2019/07/co-working-space-01-pricing.jpg\";s:18:\"astra-page-api-url\";s:67:\"https://websitedemos.net/co-working-space-01/wp-json/wp/v2/pages/40\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:47:\"//websitedemos.net/co-working-space-01/pricing/\";s:15:\"astra-sites-tag\";a:1:{i:585;s:7:\"pricing\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:39:\"ultimate-addons-for-beaver-builder-lite\";s:4:\"init\";s:61:\"ultimate-addons-for-beaver-builder-lite/bb-ultimate-addon.php\";s:4:\"name\";s:41:\"Ultimate Addons for Beaver Builder - Lite\";}}}s:8:\"id-24343\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:83:\"https://websitedemos.net/wp-content/uploads/2019/07/co-working-space-01-contact.jpg\";s:19:\"thumbnail-image-url\";s:83:\"https://websitedemos.net/wp-content/uploads/2019/07/co-working-space-01-contact.jpg\";s:18:\"astra-page-api-url\";s:67:\"https://websitedemos.net/co-working-space-01/wp-json/wp/v2/pages/41\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:47:\"//websitedemos.net/co-working-space-01/contact/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:3:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:39:\"ultimate-addons-for-beaver-builder-lite\";s:4:\"init\";s:61:\"ultimate-addons-for-beaver-builder-lite/bb-ultimate-addon.php\";s:4:\"name\";s:41:\"Ultimate Addons for Beaver Builder - Lite\";}i:2;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}}s:19:\"related-bb-template\";s:0:\"\";s:26:\"related-elementor-template\";s:0:\"\";s:26:\"related-gutenberg-template\";s:0:\"\";}s:8:\"id-48374\";a:22:{s:5:\"title\";s:16:\"Co-Working Space\";s:2:\"id\";i:48374;s:12:\"publish-date\";i:1603963845;s:18:\"featured-image-url\";s:75:\"https://websitedemos.net/wp-content/uploads/2020/10/co-working-space-08.jpg\";s:19:\"thumbnail-image-url\";s:84:\"https://websitedemos.net/wp-content/uploads/2020/10/co-working-space-08-600x2179.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:84:\"https://websitedemos.net/wp-content/uploads/2020/10/co-working-space-08-400x1453.jpg\";s:14:\"astra-site-url\";s:38:\"//websitedemos.net/co-working-space-08\";s:20:\"astra-site-parent-id\";i:1729;s:15:\"astra-sites-tag\";a:5:{i:692;s:8:\"business\";i:694;s:16:\"co-working-place\";i:695;s:13:\"collaboration\";i:1453;s:15:\"coworking-space\";i:691;s:10:\"work-place\";}s:16:\"astra-sites-type\";s:4:\"free\";s:19:\"astra-site-category\";a:2:{i:27;s:8:\"business\";i:39;s:4:\"free\";}s:29:\"astra-sites-template-category\";a:0:{}s:23:\"astra-site-page-builder\";s:9:\"gutenberg\";s:10:\"categories\";a:0:{}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:11:\"post-status\";s:7:\"publish\";s:12:\"post-content\";s:0:\"\";s:12:\"post-excerpt\";s:0:\"\";s:5:\"pages\";a:5:{s:8:\"id-48375\";a:12:{s:5:\"title\";s:8:\"About Us\";s:18:\"featured-image-url\";s:84:\"https://websitedemos.net/wp-content/uploads/2020/10/co-working-space-08-about-us.jpg\";s:19:\"thumbnail-image-url\";s:93:\"https://websitedemos.net/wp-content/uploads/2020/10/co-working-space-08-about-us-600x1618.jpg\";s:18:\"astra-page-api-url\";s:69:\"https://websitedemos.net/co-working-space-08/wp-json/wp/v2/pages/1131\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:48:\"//websitedemos.net/co-working-space-08/about-us/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}}s:8:\"id-48376\";a:12:{s:5:\"title\";s:9:\"Amenities\";s:18:\"featured-image-url\";s:85:\"https://websitedemos.net/wp-content/uploads/2020/10/co-working-space-08-amenities.jpg\";s:19:\"thumbnail-image-url\";s:94:\"https://websitedemos.net/wp-content/uploads/2020/10/co-working-space-08-amenities-600x1915.jpg\";s:18:\"astra-page-api-url\";s:69:\"https://websitedemos.net/co-working-space-08/wp-json/wp/v2/pages/1132\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:49:\"//websitedemos.net/co-working-space-08/amenities/\";s:15:\"astra-sites-tag\";a:1:{i:777;s:9:\"amenities\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}}s:8:\"id-48377\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:86:\"https://websitedemos.net/wp-content/uploads/2020/10/co-working-space-08-contact-us.jpg\";s:19:\"thumbnail-image-url\";s:95:\"https://websitedemos.net/wp-content/uploads/2020/10/co-working-space-08-contact-us-600x1305.jpg\";s:18:\"astra-page-api-url\";s:69:\"https://websitedemos.net/co-working-space-08/wp-json/wp/v2/pages/1133\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:47:\"//websitedemos.net/co-working-space-08/contact/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}s:8:\"id-48378\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:75:\"https://websitedemos.net/wp-content/uploads/2020/10/co-working-space-08.jpg\";s:19:\"thumbnail-image-url\";s:84:\"https://websitedemos.net/wp-content/uploads/2020/10/co-working-space-08-600x2179.jpg\";s:18:\"astra-page-api-url\";s:66:\"https://websitedemos.net/co-working-space-08/wp-json/wp/v2/pages/8\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:39:\"//websitedemos.net/co-working-space-08/\";s:15:\"astra-sites-tag\";a:1:{i:814;s:8:\"homepage\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}}s:8:\"id-48379\";a:12:{s:5:\"title\";s:7:\"Pricing\";s:18:\"featured-image-url\";s:89:\"https://websitedemos.net/wp-content/uploads/2020/10/co-working-space-08-pricing-plans.jpg\";s:19:\"thumbnail-image-url\";s:98:\"https://websitedemos.net/wp-content/uploads/2020/10/co-working-space-08-pricing-plans-600x2176.jpg\";s:18:\"astra-page-api-url\";s:69:\"https://websitedemos.net/co-working-space-08/wp-json/wp/v2/pages/1134\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:47:\"//websitedemos.net/co-working-space-08/pricing/\";s:15:\"astra-sites-tag\";a:1:{i:585;s:7:\"pricing\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}}}s:19:\"related-bb-template\";s:0:\"\";s:26:\"related-elementor-template\";s:0:\"\";s:26:\"related-gutenberg-template\";s:0:\"\";}s:8:\"id-17354\";a:22:{s:5:\"title\";s:18:\"Wedding Invitation\";s:2:\"id\";i:17354;s:12:\"publish-date\";i:1503490197;s:18:\"featured-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2019/07/wedding-invite-onepage.jpg\";s:19:\"thumbnail-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2019/07/wedding-invite-onepage.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2019/07/wedding-invite-onepage.jpg\";s:14:\"astra-site-url\";s:29:\"//websitedemos.net/wedding-02\";s:20:\"astra-site-parent-id\";i:264;s:15:\"astra-sites-tag\";a:5:{i:698;s:10:\"engagement\";i:699;s:10:\"invitation\";i:399;s:8:\"one-page\";i:463;s:11:\"single-page\";i:697;s:7:\"wedding\";}s:16:\"astra-sites-type\";s:4:\"free\";s:19:\"astra-site-category\";a:1:{i:39;s:4:\"free\";}s:29:\"astra-sites-template-category\";a:2:{i:2771;s:8:\"one-page\";i:2792;s:7:\"wedding\";}s:23:\"astra-site-page-builder\";s:9:\"elementor\";s:10:\"categories\";a:2:{i:2489;s:16:\"event-invitation\";i:2927;s:8:\"one-page\";}s:16:\"required-plugins\";a:3:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}i:2;a:3:{s:4:\"slug\";s:6:\"leadin\";s:4:\"init\";s:17:\"leadin/leadin.php\";s:4:\"name\";s:55:\"HubSpot All-In-One Marketing - Forms, Popups, Live Chat\";}}s:11:\"post-status\";s:7:\"publish\";s:12:\"post-content\";s:1031:\"<!-- wp:paragraph -->\n<p>The Wedding Invitation template is a single page that has a romantic design with an engaging header image ideal for showing the happy couple. It’s accompanied by an informative headline and a helpful ‘add to calendar’ button for ease of use.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Further down the page are customizable content blocks for telling your story and for covering the when and where of the wedding. There’s also a helpful map, RSVP form and all the information guests need to know.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>Key features of the Wedding Invitation template</h2>\n<!-- /wp:heading -->\n\n<!-- wp:list -->\n<ul><li>Attractive one page template ideal for weddings</li><li>Romantic colors and design</li><li>Includes all the information you need to communicate</li><li>RSVP form and map within the template</li><li>Fully customizable colors to match your wedding theme</li><li>Full compatibility with drag and drop page builders</li></ul>\n<!-- /wp:list -->\";s:12:\"post-excerpt\";s:84:\"Elegant one-page wedding invitation template with everything you need to communicate\";s:5:\"pages\";a:1:{s:8:\"id-24754\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2019/07/wedding-invite-onepage.jpg\";s:19:\"thumbnail-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2019/07/wedding-invite-onepage.jpg\";s:18:\"astra-page-api-url\";s:57:\"https://websitedemos.net/wedding-02/wp-json/wp/v2/pages/2\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:30:\"//websitedemos.net/wedding-02/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}}s:19:\"related-bb-template\";i:45592;s:26:\"related-elementor-template\";i:58999;s:26:\"related-gutenberg-template\";i:48297;}}',	'no'),
(354,	'astra-sites-and-pages-page-34',	'a:15:{s:8:\"id-48297\";a:22:{s:5:\"title\";s:18:\"Wedding Invitation\";s:2:\"id\";i:48297;s:12:\"publish-date\";i:1603905879;s:18:\"featured-image-url\";s:66:\"https://websitedemos.net/wp-content/uploads/2020/10/wedding-08.jpg\";s:19:\"thumbnail-image-url\";s:75:\"https://websitedemos.net/wp-content/uploads/2020/10/wedding-08-600x2270.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:75:\"https://websitedemos.net/wp-content/uploads/2020/10/wedding-08-400x1513.jpg\";s:14:\"astra-site-url\";s:29:\"//websitedemos.net/wedding-08\";s:20:\"astra-site-parent-id\";i:1716;s:15:\"astra-sites-tag\";a:5:{i:699;s:10:\"invitation\";i:746;s:13:\"one-page-site\";i:463;s:11:\"single-page\";i:697;s:7:\"wedding\";i:1457;s:18:\"wedding-invitation\";}s:16:\"astra-sites-type\";s:4:\"free\";s:19:\"astra-site-category\";a:1:{i:39;s:4:\"free\";}s:29:\"astra-sites-template-category\";a:0:{}s:23:\"astra-site-page-builder\";s:9:\"gutenberg\";s:10:\"categories\";a:1:{i:2489;s:16:\"event-invitation\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:11:\"post-status\";s:7:\"publish\";s:12:\"post-content\";s:0:\"\";s:12:\"post-excerpt\";s:0:\"\";s:5:\"pages\";a:1:{s:8:\"id-48298\";a:12:{s:5:\"title\";s:18:\"Wedding Invitation\";s:18:\"featured-image-url\";s:66:\"https://websitedemos.net/wp-content/uploads/2020/10/wedding-08.jpg\";s:19:\"thumbnail-image-url\";s:75:\"https://websitedemos.net/wp-content/uploads/2020/10/wedding-08-600x2270.jpg\";s:18:\"astra-page-api-url\";s:57:\"https://websitedemos.net/wedding-08/wp-json/wp/v2/pages/6\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:30:\"//websitedemos.net/wedding-08/\";s:15:\"astra-sites-tag\";a:3:{i:423;s:4:\"home\";i:1718;s:7:\"onepage\";i:1457;s:18:\"wedding-invitation\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}}s:19:\"related-bb-template\";s:0:\"\";s:26:\"related-elementor-template\";s:0:\"\";s:26:\"related-gutenberg-template\";s:0:\"\";}s:8:\"id-17366\";a:22:{s:5:\"title\";s:10:\"Car Repair\";s:2:\"id\";i:17366;s:12:\"publish-date\";i:1503484873;s:18:\"featured-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2019/07/car-repair-01-homepage.jpg\";s:19:\"thumbnail-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2019/07/car-repair-01-homepage.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2019/07/car-repair-01-homepage.jpg\";s:14:\"astra-site-url\";s:32:\"//websitedemos.net/car-repair-01\";s:20:\"astra-site-parent-id\";i:298;s:15:\"astra-sites-tag\";a:4:{i:588;s:8:\"car-care\";i:587;s:13:\"car-detailing\";i:666;s:10:\"car-repair\";i:667;s:11:\"repair-shop\";}s:16:\"astra-sites-type\";s:4:\"free\";s:19:\"astra-site-category\";a:2:{i:27;s:8:\"business\";i:39;s:4:\"free\";}s:29:\"astra-sites-template-category\";a:0:{}s:23:\"astra-site-page-builder\";s:14:\"beaver-builder\";s:10:\"categories\";a:1:{i:2475;s:10:\"automotive\";}s:16:\"required-plugins\";a:4:{i:0;a:3:{s:4:\"slug\";s:13:\"astra-widgets\";s:4:\"init\";s:31:\"astra-widgets/astra-widgets.php\";s:4:\"name\";s:13:\"Astra Widgets\";}i:1;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:2;a:3:{s:4:\"slug\";s:39:\"ultimate-addons-for-beaver-builder-lite\";s:4:\"init\";s:61:\"ultimate-addons-for-beaver-builder-lite/bb-ultimate-addon.php\";s:4:\"name\";s:41:\"Ultimate Addons for Beaver Builder - Lite\";}i:3;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:11:\"post-status\";s:7:\"publish\";s:12:\"post-content\";s:0:\"\";s:12:\"post-excerpt\";s:0:\"\";s:5:\"pages\";a:5:{s:8:\"id-25114\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2019/07/car-repair-01-homepage.jpg\";s:19:\"thumbnail-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2019/07/car-repair-01-homepage.jpg\";s:18:\"astra-page-api-url\";s:60:\"https://websitedemos.net/car-repair-01/wp-json/wp/v2/pages/4\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:33:\"//websitedemos.net/car-repair-01/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:3:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:39:\"ultimate-addons-for-beaver-builder-lite\";s:4:\"init\";s:61:\"ultimate-addons-for-beaver-builder-lite/bb-ultimate-addon.php\";s:4:\"name\";s:41:\"Ultimate Addons for Beaver Builder - Lite\";}i:2;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}s:8:\"id-25111\";a:12:{s:5:\"title\";s:5:\"About\";s:18:\"featured-image-url\";s:77:\"https://websitedemos.net/wp-content/uploads/2019/07/car-repair-01-about-1.jpg\";s:19:\"thumbnail-image-url\";s:77:\"https://websitedemos.net/wp-content/uploads/2019/07/car-repair-01-about-1.jpg\";s:18:\"astra-page-api-url\";s:62:\"https://websitedemos.net/car-repair-01/wp-json/wp/v2/pages/193\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:39:\"//websitedemos.net/car-repair-01/about/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:39:\"ultimate-addons-for-beaver-builder-lite\";s:4:\"init\";s:61:\"ultimate-addons-for-beaver-builder-lite/bb-ultimate-addon.php\";s:4:\"name\";s:41:\"Ultimate Addons for Beaver Builder - Lite\";}}}s:8:\"id-25116\";a:12:{s:5:\"title\";s:8:\"Services\";s:18:\"featured-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2019/07/car-repair-01-services.jpg\";s:19:\"thumbnail-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2019/07/car-repair-01-services.jpg\";s:18:\"astra-page-api-url\";s:62:\"https://websitedemos.net/car-repair-01/wp-json/wp/v2/pages/217\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:42:\"//websitedemos.net/car-repair-01/services/\";s:15:\"astra-sites-tag\";a:1:{i:425;s:8:\"services\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:39:\"ultimate-addons-for-beaver-builder-lite\";s:4:\"init\";s:61:\"ultimate-addons-for-beaver-builder-lite/bb-ultimate-addon.php\";s:4:\"name\";s:41:\"Ultimate Addons for Beaver Builder - Lite\";}}}s:8:\"id-25115\";a:12:{s:5:\"title\";s:9:\"Our Staff\";s:18:\"featured-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2019/07/car-repair-01-our-staff.jpg\";s:19:\"thumbnail-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2019/07/car-repair-01-our-staff.jpg\";s:18:\"astra-page-api-url\";s:62:\"https://websitedemos.net/car-repair-01/wp-json/wp/v2/pages/230\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:43:\"//websitedemos.net/car-repair-01/our-staff/\";s:15:\"astra-sites-tag\";a:2:{i:668;s:5:\"staff\";i:486;s:4:\"team\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:39:\"ultimate-addons-for-beaver-builder-lite\";s:4:\"init\";s:61:\"ultimate-addons-for-beaver-builder-lite/bb-ultimate-addon.php\";s:4:\"name\";s:41:\"Ultimate Addons for Beaver Builder - Lite\";}}}s:8:\"id-25113\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:77:\"https://websitedemos.net/wp-content/uploads/2019/07/car-repair-01-contact.jpg\";s:19:\"thumbnail-image-url\";s:77:\"https://websitedemos.net/wp-content/uploads/2019/07/car-repair-01-contact.jpg\";s:18:\"astra-page-api-url\";s:61:\"https://websitedemos.net/car-repair-01/wp-json/wp/v2/pages/28\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:41:\"//websitedemos.net/car-repair-01/contact/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:3:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:39:\"ultimate-addons-for-beaver-builder-lite\";s:4:\"init\";s:61:\"ultimate-addons-for-beaver-builder-lite/bb-ultimate-addon.php\";s:4:\"name\";s:41:\"Ultimate Addons for Beaver Builder - Lite\";}i:2;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}}s:19:\"related-bb-template\";s:0:\"\";s:26:\"related-elementor-template\";s:0:\"\";s:26:\"related-gutenberg-template\";s:0:\"\";}s:8:\"id-56731\";a:22:{s:5:\"title\";s:13:\"Prime Lawyers\";s:2:\"id\";i:56731;s:12:\"publish-date\";i:1626107534;s:18:\"featured-image-url\";s:64:\"https://websitedemos.net/wp-content/uploads/2021/07/law-08-1.jpg\";s:19:\"thumbnail-image-url\";s:73:\"https://websitedemos.net/wp-content/uploads/2021/07/law-08-1-600x2347.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:73:\"https://websitedemos.net/wp-content/uploads/2021/07/law-08-1-400x1565.jpg\";s:14:\"astra-site-url\";s:25:\"//websitedemos.net/law-08\";s:20:\"astra-site-parent-id\";i:2255;s:15:\"astra-sites-tag\";a:7:{i:704;s:13:\"corporate-law\";i:701;s:12:\"criminal-law\";i:703;s:11:\"enforcement\";i:968;s:7:\"justice\";i:702;s:8:\"law-firm\";i:706;s:6:\"lawyer\";i:1022;s:12:\"professional\";}s:16:\"astra-sites-type\";s:4:\"free\";s:19:\"astra-site-category\";a:2:{i:27;s:8:\"business\";i:39;s:4:\"free\";}s:29:\"astra-sites-template-category\";a:0:{}s:23:\"astra-site-page-builder\";s:9:\"gutenberg\";s:10:\"categories\";a:1:{i:2482;s:3:\"law\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}i:1;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}s:11:\"post-status\";s:7:\"publish\";s:12:\"post-content\";s:0:\"\";s:12:\"post-excerpt\";s:0:\"\";s:5:\"pages\";a:5:{s:8:\"id-56736\";a:12:{s:5:\"title\";s:13:\"Practice Area\";s:18:\"featured-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2021/07/law-08-practice-area-1.jpg\";s:19:\"thumbnail-image-url\";s:87:\"https://websitedemos.net/wp-content/uploads/2021/07/law-08-practice-area-1-600x1813.jpg\";s:18:\"astra-page-api-url\";s:53:\"https://websitedemos.net/law-08/wp-json/wp/v2/pages/9\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:40:\"//websitedemos.net/law-08/practice-area/\";s:15:\"astra-sites-tag\";a:2:{i:707;s:13:\"practice-area\";i:425;s:8:\"services\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}}s:8:\"id-56732\";a:12:{s:5:\"title\";s:5:\"About\";s:18:\"featured-image-url\";s:70:\"https://websitedemos.net/wp-content/uploads/2021/07/law-08-about-1.jpg\";s:19:\"thumbnail-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2021/07/law-08-about-1-600x1425.jpg\";s:18:\"astra-page-api-url\";s:53:\"https://websitedemos.net/law-08/wp-json/wp/v2/pages/8\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:32:\"//websitedemos.net/law-08/about/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}}s:8:\"id-56733\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:72:\"https://websitedemos.net/wp-content/uploads/2021/07/law-08-contact-1.jpg\";s:19:\"thumbnail-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2021/07/law-08-contact-1-600x875.jpg\";s:18:\"astra-page-api-url\";s:54:\"https://websitedemos.net/law-08/wp-json/wp/v2/pages/11\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:34:\"//websitedemos.net/law-08/contact/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}s:8:\"id-56734\";a:12:{s:5:\"title\";s:3:\"FAQ\";s:18:\"featured-image-url\";s:68:\"https://websitedemos.net/wp-content/uploads/2021/07/law-08-faq-1.jpg\";s:19:\"thumbnail-image-url\";s:77:\"https://websitedemos.net/wp-content/uploads/2021/07/law-08-faq-1-600x1042.jpg\";s:18:\"astra-page-api-url\";s:54:\"https://websitedemos.net/law-08/wp-json/wp/v2/pages/10\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:30:\"//websitedemos.net/law-08/faq/\";s:15:\"astra-sites-tag\";a:2:{i:426;s:3:\"faq\";i:1476;s:26:\"frequently-asked-questions\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}}s:8:\"id-56735\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:64:\"https://websitedemos.net/wp-content/uploads/2021/07/law-08-1.jpg\";s:19:\"thumbnail-image-url\";s:73:\"https://websitedemos.net/wp-content/uploads/2021/07/law-08-1-600x2347.jpg\";s:18:\"astra-page-api-url\";s:53:\"https://websitedemos.net/law-08/wp-json/wp/v2/pages/7\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:26:\"//websitedemos.net/law-08/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}}}s:19:\"related-bb-template\";s:0:\"\";s:26:\"related-elementor-template\";s:0:\"\";s:26:\"related-gutenberg-template\";s:0:\"\";}s:8:\"id-17337\";a:22:{s:5:\"title\";s:13:\"Prime Lawyers\";s:2:\"id\";i:17337;s:12:\"publish-date\";i:1502425391;s:18:\"featured-image-url\";s:73:\"https://websitedemos.net/wp-content/uploads/2019/07/law-firm-homepage.jpg\";s:19:\"thumbnail-image-url\";s:73:\"https://websitedemos.net/wp-content/uploads/2019/07/law-firm-homepage.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:73:\"https://websitedemos.net/wp-content/uploads/2019/07/law-firm-homepage.jpg\";s:14:\"astra-site-url\";s:25:\"//websitedemos.net/law-02\";s:20:\"astra-site-parent-id\";i:253;s:15:\"astra-sites-tag\";a:7:{i:704;s:13:\"corporate-law\";i:701;s:12:\"criminal-law\";i:703;s:11:\"enforcement\";i:968;s:7:\"justice\";i:702;s:8:\"law-firm\";i:706;s:6:\"lawyer\";i:1022;s:12:\"professional\";}s:16:\"astra-sites-type\";s:4:\"free\";s:19:\"astra-site-category\";a:2:{i:27;s:8:\"business\";i:39;s:4:\"free\";}s:29:\"astra-sites-template-category\";a:2:{i:2777;s:8:\"business\";i:2824;s:8:\"law-firm\";}s:23:\"astra-site-page-builder\";s:9:\"elementor\";s:10:\"categories\";a:1:{i:2482;s:3:\"law\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:11:\"post-status\";s:7:\"publish\";s:12:\"post-content\";s:1050:\"<!-- wp:paragraph -->\n<p>The Prime Lawyers template delivers that professional gravity your firm deserves from the moment you open the page. It’s a professionally-designed template complete with sober colors, lots of content areas and service sections and plenty of space to outline your areas of expertise.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>This is a dark theme that portrays the seriousness of the law without being overbearing. It can be quickly customized to suit any type of lawyer, which is why it’s so popular.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>Key features of the Prime Lawyers template</h2>\n<!-- /wp:heading -->\n\n<!-- wp:list -->\n<ul><li>Well-designed template ideal for the legal profession</li><li>Suitable for law firms, individual lawyers or legal advice</li><li>Lots of areas to outline services and expertise</li><li>Can be customized to suit any brand identity</li><li>Great balance between light and dark</li><li>Full compatibility with drag and drop page builders</li></ul>\n<!-- /wp:list -->\";s:12:\"post-excerpt\";s:84:\"Professional template with sober colors, nice layout and confidence-inspiring design\";s:5:\"pages\";a:5:{s:8:\"id-24652\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:73:\"https://websitedemos.net/wp-content/uploads/2019/07/law-firm-homepage.jpg\";s:19:\"thumbnail-image-url\";s:73:\"https://websitedemos.net/wp-content/uploads/2019/07/law-firm-homepage.jpg\";s:18:\"astra-page-api-url\";s:53:\"https://websitedemos.net/law-02/wp-json/wp/v2/pages/7\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:26:\"//websitedemos.net/law-02/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-24648\";a:12:{s:5:\"title\";s:5:\"About\";s:18:\"featured-image-url\";s:72:\"https://websitedemos.net/wp-content/uploads/2019/07/law-firm-aboutus.jpg\";s:19:\"thumbnail-image-url\";s:72:\"https://websitedemos.net/wp-content/uploads/2019/07/law-firm-aboutus.jpg\";s:18:\"astra-page-api-url\";s:53:\"https://websitedemos.net/law-02/wp-json/wp/v2/pages/9\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:32:\"//websitedemos.net/law-02/about/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-24653\";a:12:{s:5:\"title\";s:13:\"Practice Area\";s:18:\"featured-image-url\";s:83:\"https://websitedemos.net/wp-content/uploads/2019/07/law-firm-practice-area-page.jpg\";s:19:\"thumbnail-image-url\";s:83:\"https://websitedemos.net/wp-content/uploads/2019/07/law-firm-practice-area-page.jpg\";s:18:\"astra-page-api-url\";s:54:\"https://websitedemos.net/law-02/wp-json/wp/v2/pages/10\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:40:\"//websitedemos.net/law-02/practice-area/\";s:15:\"astra-sites-tag\";a:2:{i:708;s:4:\"area\";i:707;s:13:\"practice-area\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-24651\";a:12:{s:5:\"title\";s:3:\"FAQ\";s:18:\"featured-image-url\";s:68:\"https://websitedemos.net/wp-content/uploads/2019/07/law-02-faq-1.jpg\";s:19:\"thumbnail-image-url\";s:68:\"https://websitedemos.net/wp-content/uploads/2019/07/law-02-faq-1.jpg\";s:18:\"astra-page-api-url\";s:54:\"https://websitedemos.net/law-02/wp-json/wp/v2/pages/11\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:30:\"//websitedemos.net/law-02/faq/\";s:15:\"astra-sites-tag\";a:2:{i:426;s:3:\"faq\";i:709;s:9:\"questions\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-24650\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:72:\"https://websitedemos.net/wp-content/uploads/2019/07/law-02-contact-2.jpg\";s:19:\"thumbnail-image-url\";s:72:\"https://websitedemos.net/wp-content/uploads/2019/07/law-02-contact-2.jpg\";s:18:\"astra-page-api-url\";s:54:\"https://websitedemos.net/law-02/wp-json/wp/v2/pages/12\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:34:\"//websitedemos.net/law-02/contact/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}}s:19:\"related-bb-template\";s:0:\"\";s:26:\"related-elementor-template\";i:17337;s:26:\"related-gutenberg-template\";i:56731;}s:8:\"id-17326\";a:22:{s:5:\"title\";s:11:\"Electrician\";s:2:\"id\";i:17326;s:12:\"publish-date\";i:1502182802;s:18:\"featured-image-url\";s:77:\"https://websitedemos.net/wp-content/uploads/2019/07/electrician-home-page.jpg\";s:19:\"thumbnail-image-url\";s:77:\"https://websitedemos.net/wp-content/uploads/2019/07/electrician-home-page.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:77:\"https://websitedemos.net/wp-content/uploads/2019/07/electrician-home-page.jpg\";s:14:\"astra-site-url\";s:33:\"//websitedemos.net/electrician-02\";s:20:\"astra-site-parent-id\";i:237;s:15:\"astra-sites-tag\";a:4:{i:341;s:11:\"electrician\";i:1021;s:14:\"local-business\";i:439;s:14:\"local-services\";i:671;s:16:\"service-provider\";}s:16:\"astra-sites-type\";s:4:\"free\";s:19:\"astra-site-category\";a:2:{i:27;s:8:\"business\";i:39;s:4:\"free\";}s:29:\"astra-sites-template-category\";a:2:{i:2815;s:11:\"electrician\";i:2831;s:7:\"service\";}s:23:\"astra-site-page-builder\";s:9:\"elementor\";s:10:\"categories\";a:1:{i:2471;s:16:\"local-technician\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:11:\"post-status\";s:7:\"publish\";s:12:\"post-content\";s:1050:\"<!-- wp:paragraph -->\n<p>The Electrician website template is simple but effective and wastes no time getting to the point. It opens strong, with a bold full screen image with contact form front and center. The homepage then opens out to include service sections, another contact form and an attractive interactive footer.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The Electrician template also includes service pages, about, FAQs and contact page. You can add more pages in seconds thanks to full compatibility with drag and drop page builders.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>Key features of the Electrician template</h2>\n<!-- /wp:heading -->\n\n<!-- wp:list -->\n<ul><li>Simple, effective electrician template ideal for the industry</li><li>Lots of options for engagement and adding content</li><li>Multiple contact forms to attract leads</li><li>Good use of colors and imagery</li><li>Can be rebranded in minutes to fit your business</li><li>Fully compatible with drag and drop page builders</li></ul>\n<!-- /wp:list -->\";s:12:\"post-excerpt\";s:86:\"Concise and professional electrician template with user intent at the center of it all\";s:5:\"pages\";a:5:{s:8:\"id-24526\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:77:\"https://websitedemos.net/wp-content/uploads/2019/07/electrician-home-page.jpg\";s:19:\"thumbnail-image-url\";s:77:\"https://websitedemos.net/wp-content/uploads/2019/07/electrician-home-page.jpg\";s:18:\"astra-page-api-url\";s:61:\"https://websitedemos.net/electrician-02/wp-json/wp/v2/pages/2\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:34:\"//websitedemos.net/electrician-02/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}s:8:\"id-24522\";a:12:{s:5:\"title\";s:8:\"About Us\";s:18:\"featured-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2019/07/electrician-about-page.jpg\";s:19:\"thumbnail-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2019/07/electrician-about-page.jpg\";s:18:\"astra-page-api-url\";s:62:\"https://websitedemos.net/electrician-02/wp-json/wp/v2/pages/11\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:43:\"//websitedemos.net/electrician-02/about-us/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-24527\";a:12:{s:5:\"title\";s:8:\"Services\";s:18:\"featured-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2019/07/electrician-service-page.jpg\";s:19:\"thumbnail-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2019/07/electrician-service-page.jpg\";s:18:\"astra-page-api-url\";s:62:\"https://websitedemos.net/electrician-02/wp-json/wp/v2/pages/14\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:43:\"//websitedemos.net/electrician-02/services/\";s:15:\"astra-sites-tag\";a:1:{i:425;s:8:\"services\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-24525\";a:12:{s:5:\"title\";s:3:\"FAQ\";s:18:\"featured-image-url\";s:82:\"https://websitedemos.net/wp-content/uploads/2019/07/electrician-faq-screenshot.png\";s:19:\"thumbnail-image-url\";s:82:\"https://websitedemos.net/wp-content/uploads/2019/07/electrician-faq-screenshot.png\";s:18:\"astra-page-api-url\";s:62:\"https://websitedemos.net/electrician-02/wp-json/wp/v2/pages/16\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:38:\"//websitedemos.net/electrician-02/faq/\";s:15:\"astra-sites-tag\";a:1:{i:426;s:3:\"faq\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-24524\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:86:\"https://websitedemos.net/wp-content/uploads/2019/07/electrician-contact-screenshot.png\";s:19:\"thumbnail-image-url\";s:86:\"https://websitedemos.net/wp-content/uploads/2019/07/electrician-contact-screenshot.png\";s:18:\"astra-page-api-url\";s:62:\"https://websitedemos.net/electrician-02/wp-json/wp/v2/pages/18\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:42:\"//websitedemos.net/electrician-02/contact/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}}s:19:\"related-bb-template\";i:17630;s:26:\"related-elementor-template\";i:17326;s:26:\"related-gutenberg-template\";s:0:\"\";}s:8:\"id-17300\";a:22:{s:5:\"title\";s:13:\"Dental Clinic\";s:2:\"id\";i:17300;s:12:\"publish-date\";i:1501666669;s:18:\"featured-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2019/07/dental-clinic-home-page.jpg\";s:19:\"thumbnail-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2019/07/dental-clinic-home-page.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2019/07/dental-clinic-home-page.jpg\";s:14:\"astra-site-url\";s:28:\"//websitedemos.net/dental-02\";s:20:\"astra-site-parent-id\";i:230;s:15:\"astra-sites-tag\";a:8:{i:623;s:7:\"dentist\";i:601;s:6:\"doctor\";i:604;s:10:\"healthcare\";i:605;s:8:\"hospital\";i:399;s:8:\"one-page\";i:1022;s:12:\"professional\";i:463;s:11:\"single-page\";i:607;s:9:\"treatment\";}s:16:\"astra-sites-type\";s:4:\"free\";s:19:\"astra-site-category\";a:2:{i:27;s:8:\"business\";i:39;s:4:\"free\";}s:29:\"astra-sites-template-category\";a:4:{i:2799;s:7:\"dentist\";i:2867;s:6:\"doctor\";i:2834;s:10:\"healthcare\";i:2780;s:8:\"hospital\";}s:23:\"astra-site-page-builder\";s:9:\"elementor\";s:10:\"categories\";a:1:{i:2490;s:10:\"healthcare\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:11:\"post-status\";s:7:\"publish\";s:12:\"post-content\";s:1051:\"<!-- wp:paragraph -->\n<p>The Dental Clinic template is clean, modern and gentle, which is exactly the first impression dentists need to make to engage their audience. The design uses a friendly white and blue design with engaging images throughout.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The template has a range of complementing colors along with a call to action banner, information blocks and a fully operational contact form. Plus, you have the option to move, add or change all blocks and pages across your website.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>Key features of the Dental Clinic template</h2>\n<!-- /wp:heading -->\n\n<!-- wp:list -->\n<ul><li>Clever design reflects the medical nature of the dentist niche</li><li>Clean, modern layout creates a positive first impression</li><li>Good use of colors, fonts and white space</li><li>Includes contact forms and calls to action</li><li>Can be completely customized to fit your brand</li><li>Fully compatible with drag and drop page builders</li></ul>\n<!-- /wp:list -->\";s:12:\"post-excerpt\";s:84:\"Stay on target and on trend with this appealing and welcoming dental clinic template\";s:5:\"pages\";a:1:{s:8:\"id-24468\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2019/07/dental-clinic-home-page.jpg\";s:19:\"thumbnail-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2019/07/dental-clinic-home-page.jpg\";s:18:\"astra-page-api-url\";s:56:\"https://websitedemos.net/dental-02/wp-json/wp/v2/pages/5\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:29:\"//websitedemos.net/dental-02/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}}s:19:\"related-bb-template\";i:17524;s:26:\"related-elementor-template\";i:17300;s:26:\"related-gutenberg-template\";s:0:\"\";}s:8:\"id-38739\";a:22:{s:5:\"title\";s:13:\"Makeup Artist\";s:2:\"id\";i:38739;s:12:\"publish-date\";i:1579109371;s:18:\"featured-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2020/01/makeup-artist-homepage.jpg\";s:19:\"thumbnail-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2020/01/makeup-artist-homepage.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2020/01/makeup-artist-homepage.jpg\";s:14:\"astra-site-url\";s:35:\"//websitedemos.net/makeup-artist-02\";s:20:\"astra-site-parent-id\";i:1125;s:15:\"astra-sites-tag\";a:6:{i:579;s:14:\"bridal-make-up\";i:477;s:9:\"hair-care\";i:575;s:11:\"hair-styles\";i:1126;s:7:\"make-up\";i:1128;s:14:\"make-up-artist\";i:1127;s:9:\"skin-care\";}s:16:\"astra-sites-type\";s:4:\"free\";s:19:\"astra-site-category\";a:2:{i:27;s:8:\"business\";i:39;s:4:\"free\";}s:29:\"astra-sites-template-category\";a:7:{i:2802;s:6:\"artist\";i:2790;s:14:\"beauty-fashion\";i:2821;s:14:\"feminine-girly\";i:2890;s:15:\"makeup-cosmetic\";i:2768;s:9:\"portfolio\";i:2837;s:5:\"salon\";i:2831;s:7:\"service\";}s:23:\"astra-site-page-builder\";s:9:\"elementor\";s:10:\"categories\";a:1:{i:2479;s:6:\"beauty\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:11:\"post-status\";s:7:\"publish\";s:12:\"post-content\";s:1017:\"<!-- wp:paragraph -->\n<p>The Makeup Artist template is a chic design with a strong homepage and complementing service pages. The homepage opens with a strong image and attractive colors before unfolding into a clean, flat template with lots of whitespace to make your content really stand out.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The design includes some well-chosen fonts and colors, but you can easily customize it to suit your brand. Services are front and center and complemented with a price list and review section. Exactly what you expect to see!</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>Key features of the Makeup Artist template</h2>\n<!-- /wp:heading -->\n\n<!-- wp:list -->\n<ul><li>Engaging design that’s perfect for the beauty niche</li><li>Great use of colors, fonts and whitespace</li><li>Engaging service section, pricing and review blocks</li><li>Awesome header and footer all ready to go</li><li>Fully compatible with drag and drop page builders</li></ul>\n<!-- /wp:list -->\";s:12:\"post-excerpt\";s:82:\"Appealing and stylish, two words that sum up the makeup artist template perfectly!\";s:5:\"pages\";a:5:{s:8:\"id-38742\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2020/01/makeup-artist-homepage.jpg\";s:19:\"thumbnail-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2020/01/makeup-artist-homepage.jpg\";s:18:\"astra-page-api-url\";s:63:\"https://websitedemos.net/makeup-artist-02/wp-json/wp/v2/pages/5\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:36:\"//websitedemos.net/makeup-artist-02/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-38740\";a:12:{s:5:\"title\";s:5:\"About\";s:18:\"featured-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2020/01/makeup-artist-02-about.jpg\";s:19:\"thumbnail-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2020/01/makeup-artist-02-about.jpg\";s:18:\"astra-page-api-url\";s:64:\"https://websitedemos.net/makeup-artist-02/wp-json/wp/v2/pages/43\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:42:\"//websitedemos.net/makeup-artist-02/about/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-38744\";a:12:{s:5:\"title\";s:8:\"Services\";s:18:\"featured-image-url\";s:81:\"https://websitedemos.net/wp-content/uploads/2020/01/makeup-artist-02-services.jpg\";s:19:\"thumbnail-image-url\";s:81:\"https://websitedemos.net/wp-content/uploads/2020/01/makeup-artist-02-services.jpg\";s:18:\"astra-page-api-url\";s:64:\"https://websitedemos.net/makeup-artist-02/wp-json/wp/v2/pages/44\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:45:\"//websitedemos.net/makeup-artist-02/services/\";s:15:\"astra-sites-tag\";a:1:{i:425;s:8:\"services\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-38743\";a:12:{s:5:\"title\";s:9:\"Portfolio\";s:18:\"featured-image-url\";s:82:\"https://websitedemos.net/wp-content/uploads/2020/01/makeup-artist-02-portfolio.jpg\";s:19:\"thumbnail-image-url\";s:82:\"https://websitedemos.net/wp-content/uploads/2020/01/makeup-artist-02-portfolio.jpg\";s:18:\"astra-page-api-url\";s:64:\"https://websitedemos.net/makeup-artist-02/wp-json/wp/v2/pages/45\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:46:\"//websitedemos.net/makeup-artist-02/portfolio/\";s:15:\"astra-sites-tag\";a:2:{i:997;s:8:\"our-work\";i:444;s:9:\"portfolio\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-38741\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2020/01/makeup-artist-02-contact.jpg\";s:19:\"thumbnail-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2020/01/makeup-artist-02-contact.jpg\";s:18:\"astra-page-api-url\";s:64:\"https://websitedemos.net/makeup-artist-02/wp-json/wp/v2/pages/46\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:44:\"//websitedemos.net/makeup-artist-02/contact/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}}s:19:\"related-bb-template\";i:38733;s:26:\"related-elementor-template\";i:38739;s:26:\"related-gutenberg-template\";i:48263;}s:8:\"id-38733\";a:22:{s:5:\"title\";s:13:\"Makeup Artist\";s:2:\"id\";i:38733;s:12:\"publish-date\";i:1579109395;s:18:\"featured-image-url\";s:81:\"https://websitedemos.net/wp-content/uploads/2020/02/makeup-artist-01-homepage.jpg\";s:19:\"thumbnail-image-url\";s:81:\"https://websitedemos.net/wp-content/uploads/2020/02/makeup-artist-01-homepage.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:81:\"https://websitedemos.net/wp-content/uploads/2020/02/makeup-artist-01-homepage.jpg\";s:14:\"astra-site-url\";s:35:\"//websitedemos.net/makeup-artist-01\";s:20:\"astra-site-parent-id\";i:1124;s:15:\"astra-sites-tag\";a:5:{i:579;s:14:\"bridal-make-up\";i:477;s:9:\"hair-care\";i:575;s:11:\"hair-styles\";i:982;s:11:\"hairstylist\";i:577;s:13:\"makeup-artist\";}s:16:\"astra-sites-type\";s:4:\"free\";s:19:\"astra-site-category\";a:2:{i:27;s:8:\"business\";i:39;s:4:\"free\";}s:29:\"astra-sites-template-category\";a:0:{}s:23:\"astra-site-page-builder\";s:14:\"beaver-builder\";s:10:\"categories\";a:1:{i:2479;s:6:\"beauty\";}s:16:\"required-plugins\";a:4:{i:0;a:3:{s:4:\"slug\";s:13:\"astra-widgets\";s:4:\"init\";s:31:\"astra-widgets/astra-widgets.php\";s:4:\"name\";s:13:\"Astra Widgets\";}i:1;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:2;a:3:{s:4:\"slug\";s:39:\"ultimate-addons-for-beaver-builder-lite\";s:4:\"init\";s:61:\"ultimate-addons-for-beaver-builder-lite/bb-ultimate-addon.php\";s:4:\"name\";s:41:\"Ultimate Addons for Beaver Builder - Lite\";}i:3;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:11:\"post-status\";s:7:\"publish\";s:12:\"post-content\";s:0:\"\";s:12:\"post-excerpt\";s:0:\"\";s:5:\"pages\";a:5:{s:8:\"id-44089\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:81:\"https://websitedemos.net/wp-content/uploads/2020/02/makeup-artist-01-homepage.jpg\";s:19:\"thumbnail-image-url\";s:81:\"https://websitedemos.net/wp-content/uploads/2020/02/makeup-artist-01-homepage.jpg\";s:18:\"astra-page-api-url\";s:63:\"https://websitedemos.net/makeup-artist-01/wp-json/wp/v2/pages/5\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:36:\"//websitedemos.net/makeup-artist-01/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:39:\"ultimate-addons-for-beaver-builder-lite\";s:4:\"init\";s:61:\"ultimate-addons-for-beaver-builder-lite/bb-ultimate-addon.php\";s:4:\"name\";s:41:\"Ultimate Addons for Beaver Builder - Lite\";}}}s:8:\"id-44087\";a:12:{s:5:\"title\";s:5:\"About\";s:18:\"featured-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2020/02/makeup-artist-01-about.jpg\";s:19:\"thumbnail-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2020/02/makeup-artist-01-about.jpg\";s:18:\"astra-page-api-url\";s:64:\"https://websitedemos.net/makeup-artist-01/wp-json/wp/v2/pages/43\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:42:\"//websitedemos.net/makeup-artist-01/about/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:39:\"ultimate-addons-for-beaver-builder-lite\";s:4:\"init\";s:61:\"ultimate-addons-for-beaver-builder-lite/bb-ultimate-addon.php\";s:4:\"name\";s:41:\"Ultimate Addons for Beaver Builder - Lite\";}}}s:8:\"id-44091\";a:12:{s:5:\"title\";s:8:\"Services\";s:18:\"featured-image-url\";s:81:\"https://websitedemos.net/wp-content/uploads/2020/02/makeup-artist-01-services.jpg\";s:19:\"thumbnail-image-url\";s:81:\"https://websitedemos.net/wp-content/uploads/2020/02/makeup-artist-01-services.jpg\";s:18:\"astra-page-api-url\";s:64:\"https://websitedemos.net/makeup-artist-01/wp-json/wp/v2/pages/44\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:45:\"//websitedemos.net/makeup-artist-01/services/\";s:15:\"astra-sites-tag\";a:1:{i:425;s:8:\"services\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:39:\"ultimate-addons-for-beaver-builder-lite\";s:4:\"init\";s:61:\"ultimate-addons-for-beaver-builder-lite/bb-ultimate-addon.php\";s:4:\"name\";s:41:\"Ultimate Addons for Beaver Builder - Lite\";}}}s:8:\"id-44090\";a:12:{s:5:\"title\";s:9:\"Portfolio\";s:18:\"featured-image-url\";s:82:\"https://websitedemos.net/wp-content/uploads/2020/02/makeup-artist-01-portfolio.jpg\";s:19:\"thumbnail-image-url\";s:82:\"https://websitedemos.net/wp-content/uploads/2020/02/makeup-artist-01-portfolio.jpg\";s:18:\"astra-page-api-url\";s:64:\"https://websitedemos.net/makeup-artist-01/wp-json/wp/v2/pages/45\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:46:\"//websitedemos.net/makeup-artist-01/portfolio/\";s:15:\"astra-sites-tag\";a:2:{i:444;s:9:\"portfolio\";i:424;s:7:\"project\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:39:\"ultimate-addons-for-beaver-builder-lite\";s:4:\"init\";s:61:\"ultimate-addons-for-beaver-builder-lite/bb-ultimate-addon.php\";s:4:\"name\";s:41:\"Ultimate Addons for Beaver Builder - Lite\";}}}s:8:\"id-44088\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2020/02/makeup-artist-01-contact.jpg\";s:19:\"thumbnail-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2020/02/makeup-artist-01-contact.jpg\";s:18:\"astra-page-api-url\";s:64:\"https://websitedemos.net/makeup-artist-01/wp-json/wp/v2/pages/46\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:44:\"//websitedemos.net/makeup-artist-01/contact/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:3:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:39:\"ultimate-addons-for-beaver-builder-lite\";s:4:\"init\";s:61:\"ultimate-addons-for-beaver-builder-lite/bb-ultimate-addon.php\";s:4:\"name\";s:41:\"Ultimate Addons for Beaver Builder - Lite\";}i:2;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}}s:19:\"related-bb-template\";s:0:\"\";s:26:\"related-elementor-template\";s:0:\"\";s:26:\"related-gutenberg-template\";s:0:\"\";}s:8:\"id-48263\";a:22:{s:5:\"title\";s:13:\"Makeup Artist\";s:2:\"id\";i:48263;s:12:\"publish-date\";i:1603908979;s:18:\"featured-image-url\";s:74:\"https://websitedemos.net/wp-content/uploads/2020/10/makeup-artist-08-1.jpg\";s:19:\"thumbnail-image-url\";s:83:\"https://websitedemos.net/wp-content/uploads/2020/10/makeup-artist-08-1-600x2017.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:83:\"https://websitedemos.net/wp-content/uploads/2020/10/makeup-artist-08-1-400x1344.jpg\";s:14:\"astra-site-url\";s:35:\"//websitedemos.net/makeup-artist-08\";s:20:\"astra-site-parent-id\";i:1713;s:15:\"astra-sites-tag\";a:6:{i:579;s:14:\"bridal-make-up\";i:477;s:9:\"hair-care\";i:575;s:11:\"hair-styles\";i:982;s:11:\"hairstylist\";i:577;s:13:\"makeup-artist\";i:1728;s:13:\"makeup-studio\";}s:16:\"astra-sites-type\";s:4:\"free\";s:19:\"astra-site-category\";a:2:{i:27;s:8:\"business\";i:39;s:4:\"free\";}s:29:\"astra-sites-template-category\";a:0:{}s:23:\"astra-site-page-builder\";s:9:\"gutenberg\";s:10:\"categories\";a:1:{i:2479;s:6:\"beauty\";}s:16:\"required-plugins\";a:3:{i:0;a:3:{s:4:\"slug\";s:13:\"astra-widgets\";s:4:\"init\";s:31:\"astra-widgets/astra-widgets.php\";s:4:\"name\";s:13:\"Astra Widgets\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}i:2;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}s:11:\"post-status\";s:7:\"publish\";s:12:\"post-content\";s:0:\"\";s:12:\"post-excerpt\";s:0:\"\";s:5:\"pages\";a:5:{s:8:\"id-48266\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:74:\"https://websitedemos.net/wp-content/uploads/2020/10/makeup-artist-08-1.jpg\";s:19:\"thumbnail-image-url\";s:83:\"https://websitedemos.net/wp-content/uploads/2020/10/makeup-artist-08-1-600x2017.jpg\";s:18:\"astra-page-api-url\";s:66:\"https://websitedemos.net/makeup-artist-08/wp-json/wp/v2/pages/1299\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:36:\"//websitedemos.net/makeup-artist-08/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}}s:8:\"id-48264\";a:12:{s:5:\"title\";s:5:\"About\";s:18:\"featured-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2020/10/makeup-artist-08-about-1.jpg\";s:19:\"thumbnail-image-url\";s:89:\"https://websitedemos.net/wp-content/uploads/2020/10/makeup-artist-08-about-1-600x1155.jpg\";s:18:\"astra-page-api-url\";s:66:\"https://websitedemos.net/makeup-artist-08/wp-json/wp/v2/pages/1300\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:42:\"//websitedemos.net/makeup-artist-08/about/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}}s:8:\"id-48268\";a:12:{s:5:\"title\";s:8:\"Services\";s:18:\"featured-image-url\";s:83:\"https://websitedemos.net/wp-content/uploads/2020/10/makeup-artist-08-services-1.jpg\";s:19:\"thumbnail-image-url\";s:92:\"https://websitedemos.net/wp-content/uploads/2020/10/makeup-artist-08-services-1-600x1450.jpg\";s:18:\"astra-page-api-url\";s:66:\"https://websitedemos.net/makeup-artist-08/wp-json/wp/v2/pages/1301\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:45:\"//websitedemos.net/makeup-artist-08/services/\";s:15:\"astra-sites-tag\";a:1:{i:425;s:8:\"services\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}}s:8:\"id-48267\";a:12:{s:5:\"title\";s:9:\"Portfolio\";s:18:\"featured-image-url\";s:84:\"https://websitedemos.net/wp-content/uploads/2020/10/makeup-artist-08-portfolio-1.jpg\";s:19:\"thumbnail-image-url\";s:93:\"https://websitedemos.net/wp-content/uploads/2020/10/makeup-artist-08-portfolio-1-600x1205.jpg\";s:18:\"astra-page-api-url\";s:66:\"https://websitedemos.net/makeup-artist-08/wp-json/wp/v2/pages/1302\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:46:\"//websitedemos.net/makeup-artist-08/portfolio/\";s:15:\"astra-sites-tag\";a:1:{i:444;s:9:\"portfolio\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}}s:8:\"id-48265\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:82:\"https://websitedemos.net/wp-content/uploads/2020/10/makeup-artist-08-contact-1.jpg\";s:19:\"thumbnail-image-url\";s:90:\"https://websitedemos.net/wp-content/uploads/2020/10/makeup-artist-08-contact-1-600x866.jpg\";s:18:\"astra-page-api-url\";s:66:\"https://websitedemos.net/makeup-artist-08/wp-json/wp/v2/pages/1303\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:44:\"//websitedemos.net/makeup-artist-08/contact/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}}s:19:\"related-bb-template\";s:0:\"\";s:26:\"related-elementor-template\";s:0:\"\";s:26:\"related-gutenberg-template\";s:0:\"\";}s:8:\"id-19799\";a:22:{s:5:\"title\";s:13:\"Makeup Artist\";s:2:\"id\";i:19799;s:12:\"publish-date\";i:1543500772;s:18:\"featured-image-url\";s:74:\"https://websitedemos.net/wp-content/uploads/2020/01/makeup-artist-home.jpg\";s:19:\"thumbnail-image-url\";s:74:\"https://websitedemos.net/wp-content/uploads/2020/01/makeup-artist-home.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:74:\"https://websitedemos.net/wp-content/uploads/2020/01/makeup-artist-home.jpg\";s:14:\"astra-site-url\";s:35:\"//websitedemos.net/makeup-artist-05\";s:20:\"astra-site-parent-id\";i:278;s:15:\"astra-sites-tag\";a:5:{i:579;s:14:\"bridal-make-up\";i:477;s:9:\"hair-care\";i:575;s:11:\"hair-styles\";i:982;s:11:\"hairstylist\";i:577;s:13:\"makeup-artist\";}s:16:\"astra-sites-type\";s:4:\"free\";s:19:\"astra-site-category\";a:2:{i:27;s:8:\"business\";i:39;s:4:\"free\";}s:29:\"astra-sites-template-category\";a:0:{}s:23:\"astra-site-page-builder\";s:5:\"brizy\";s:10:\"categories\";a:0:{}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:5:\"brizy\";s:4:\"init\";s:15:\"brizy/brizy.php\";s:4:\"name\";s:5:\"Brizy\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:11:\"post-status\";s:7:\"publish\";s:12:\"post-content\";s:0:\"\";s:12:\"post-excerpt\";s:0:\"\";s:5:\"pages\";a:5:{s:8:\"id-24882\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:74:\"https://websitedemos.net/wp-content/uploads/2020/01/makeup-artist-home.jpg\";s:19:\"thumbnail-image-url\";s:74:\"https://websitedemos.net/wp-content/uploads/2020/01/makeup-artist-home.jpg\";s:18:\"astra-page-api-url\";s:65:\"https://websitedemos.net/makeup-artist-05/wp-json/wp/v2/pages/962\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:36:\"//websitedemos.net/makeup-artist-05/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:5:\"brizy\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:5:\"brizy\";s:4:\"init\";s:15:\"brizy/brizy.php\";s:4:\"name\";s:5:\"Brizy\";}}}s:8:\"id-24880\";a:12:{s:5:\"title\";s:5:\"About\";s:18:\"featured-image-url\";s:75:\"https://websitedemos.net/wp-content/uploads/2020/01/makeup-artist-about.jpg\";s:19:\"thumbnail-image-url\";s:75:\"https://websitedemos.net/wp-content/uploads/2020/01/makeup-artist-about.jpg\";s:18:\"astra-page-api-url\";s:65:\"https://websitedemos.net/makeup-artist-05/wp-json/wp/v2/pages/968\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:42:\"//websitedemos.net/makeup-artist-05/about/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:5:\"brizy\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:5:\"brizy\";s:4:\"init\";s:15:\"brizy/brizy.php\";s:4:\"name\";s:5:\"Brizy\";}}}s:8:\"id-24884\";a:12:{s:5:\"title\";s:8:\"Services\";s:18:\"featured-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2020/01/makeup-artist-services.jpg\";s:19:\"thumbnail-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2020/01/makeup-artist-services.jpg\";s:18:\"astra-page-api-url\";s:65:\"https://websitedemos.net/makeup-artist-05/wp-json/wp/v2/pages/972\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:45:\"//websitedemos.net/makeup-artist-05/services/\";s:15:\"astra-sites-tag\";a:1:{i:425;s:8:\"services\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:5:\"brizy\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:5:\"brizy\";s:4:\"init\";s:15:\"brizy/brizy.php\";s:4:\"name\";s:5:\"Brizy\";}}}s:8:\"id-24883\";a:12:{s:5:\"title\";s:9:\"Portfolio\";s:18:\"featured-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2020/01/makeup-artist-portfolio.jpg\";s:19:\"thumbnail-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2020/01/makeup-artist-portfolio.jpg\";s:18:\"astra-page-api-url\";s:65:\"https://websitedemos.net/makeup-artist-05/wp-json/wp/v2/pages/977\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:46:\"//websitedemos.net/makeup-artist-05/portfolio/\";s:15:\"astra-sites-tag\";a:1:{i:444;s:9:\"portfolio\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:5:\"brizy\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:5:\"brizy\";s:4:\"init\";s:15:\"brizy/brizy.php\";s:4:\"name\";s:5:\"Brizy\";}}}s:8:\"id-24881\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:77:\"https://websitedemos.net/wp-content/uploads/2020/01/makeup-artist-contact.jpg\";s:19:\"thumbnail-image-url\";s:93:\"https://websitedemos.net/wp-content/uploads/2019/07/id-24881-makeup-artist-contact-resize.jpg\";s:18:\"astra-page-api-url\";s:65:\"https://websitedemos.net/makeup-artist-05/wp-json/wp/v2/pages/983\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:44:\"//websitedemos.net/makeup-artist-05/contact/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:5:\"brizy\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:5:\"brizy\";s:4:\"init\";s:15:\"brizy/brizy.php\";s:4:\"name\";s:5:\"Brizy\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}}s:19:\"related-bb-template\";s:0:\"\";s:26:\"related-elementor-template\";s:0:\"\";s:26:\"related-gutenberg-template\";s:0:\"\";}s:8:\"id-43271\";a:22:{s:5:\"title\";s:17:\"Cleaning Services\";s:2:\"id\";i:43271;s:12:\"publish-date\";i:1580979456;s:18:\"featured-image-url\";s:83:\"https://websitedemos.net/wp-content/uploads/2020/02/cleaning-services-home-page.jpg\";s:19:\"thumbnail-image-url\";s:83:\"https://websitedemos.net/wp-content/uploads/2020/02/cleaning-services-home-page.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:83:\"https://websitedemos.net/wp-content/uploads/2020/02/cleaning-services-home-page.jpg\";s:14:\"astra-site-url\";s:29:\"//websitedemos.net/cleaner-02\";s:20:\"astra-site-parent-id\";i:1406;s:15:\"astra-sites-tag\";a:7:{i:680;s:8:\"cleaning\";i:679;s:17:\"cleaning-services\";i:673;s:19:\"commercial-cleaning\";i:674;s:17:\"domestic-cleaning\";i:1407;s:13:\"house-keeping\";i:676;s:11:\"maintenance\";i:677;s:7:\"washing\";}s:16:\"astra-sites-type\";s:4:\"free\";s:19:\"astra-site-category\";a:2:{i:27;s:8:\"business\";i:39;s:4:\"free\";}s:29:\"astra-sites-template-category\";a:2:{i:2819;s:8:\"cleaning\";i:2831;s:7:\"service\";}s:23:\"astra-site-page-builder\";s:9:\"elementor\";s:10:\"categories\";a:1:{i:2477;s:13:\"home-services\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:11:\"post-status\";s:7:\"publish\";s:12:\"post-content\";s:1005:\"<!-- wp:paragraph -->\n<p>The Cleaning Services template is a strong, modern design with contrasting colors and bold fonts that makes an instant impression. The rest of the design reflects that first impression and includes lots of service sections and optional blocks for extra content.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The template includes readymade service pages, contact pages and about page. You can also quickly add extra pages to suit your particular needs using a drag and drop page builder.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>Key features of the Cleaning Services template</h2>\n<!-- /wp:heading -->\n\n<!-- wp:list -->\n<ul><li>Bold design with characterful contrasting colors</li><li>Service sections and pages already built</li><li>Attractive contact page and calls to action</li><li>Flexible design with limitless customizations</li><li>Testimonial section on the main page</li><li>Fully compatible with drag and drop page builders</li></ul>\n<!-- /wp:list -->\";s:12:\"post-excerpt\";s:80:\"Build instant confidence with this crisp, professional cleaning service template\";s:5:\"pages\";a:5:{s:8:\"id-43275\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:83:\"https://websitedemos.net/wp-content/uploads/2020/02/cleaning-services-home-page.jpg\";s:19:\"thumbnail-image-url\";s:83:\"https://websitedemos.net/wp-content/uploads/2020/02/cleaning-services-home-page.jpg\";s:18:\"astra-page-api-url\";s:57:\"https://websitedemos.net/cleaner-02/wp-json/wp/v2/pages/7\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:30:\"//websitedemos.net/cleaner-02/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-43272\";a:12:{s:5:\"title\";s:5:\"About\";s:18:\"featured-image-url\";s:84:\"https://websitedemos.net/wp-content/uploads/2020/02/cleaning-services-about-page.jpg\";s:19:\"thumbnail-image-url\";s:84:\"https://websitedemos.net/wp-content/uploads/2020/02/cleaning-services-about-page.jpg\";s:18:\"astra-page-api-url\";s:58:\"https://websitedemos.net/cleaner-02/wp-json/wp/v2/pages/21\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:36:\"//websitedemos.net/cleaner-02/about/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-43276\";a:12:{s:5:\"title\";s:11:\"Residential\";s:18:\"featured-image-url\";s:89:\"https://websitedemos.net/wp-content/uploads/2020/02/cleaning-service-residential-page.jpg\";s:19:\"thumbnail-image-url\";s:89:\"https://websitedemos.net/wp-content/uploads/2020/02/cleaning-service-residential-page.jpg\";s:18:\"astra-page-api-url\";s:58:\"https://websitedemos.net/cleaner-02/wp-json/wp/v2/pages/22\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:42:\"//websitedemos.net/cleaner-02/residential/\";s:15:\"astra-sites-tag\";a:2:{i:682;s:11:\"residential\";i:1408;s:7:\"service\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-43273\";a:12:{s:5:\"title\";s:10:\"Commercial\";s:18:\"featured-image-url\";s:88:\"https://websitedemos.net/wp-content/uploads/2020/02/cleaning-service-commercial-page.jpg\";s:19:\"thumbnail-image-url\";s:88:\"https://websitedemos.net/wp-content/uploads/2020/02/cleaning-service-commercial-page.jpg\";s:18:\"astra-page-api-url\";s:58:\"https://websitedemos.net/cleaner-02/wp-json/wp/v2/pages/23\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:41:\"//websitedemos.net/cleaner-02/commercial/\";s:15:\"astra-sites-tag\";a:2:{i:681;s:10:\"commercial\";i:1408;s:7:\"service\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-43274\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:76:\"https://websitedemos.net/wp-content/uploads/2020/02/cleaner-02-contact-1.jpg\";s:19:\"thumbnail-image-url\";s:76:\"https://websitedemos.net/wp-content/uploads/2020/02/cleaner-02-contact-1.jpg\";s:18:\"astra-page-api-url\";s:58:\"https://websitedemos.net/cleaner-02/wp-json/wp/v2/pages/24\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:38:\"//websitedemos.net/cleaner-02/contact/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}}s:19:\"related-bb-template\";s:0:\"\";s:26:\"related-elementor-template\";i:21331;s:26:\"related-gutenberg-template\";i:48269;}s:8:\"id-43284\";a:22:{s:5:\"title\";s:16:\"Cleaning Service\";s:2:\"id\";i:43284;s:12:\"publish-date\";i:1580981779;s:18:\"featured-image-url\";s:75:\"https://websitedemos.net/wp-content/uploads/2020/08/cleaner-01-homepage.jpg\";s:19:\"thumbnail-image-url\";s:75:\"https://websitedemos.net/wp-content/uploads/2020/08/cleaner-01-homepage.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:75:\"https://websitedemos.net/wp-content/uploads/2020/08/cleaner-01-homepage.jpg\";s:14:\"astra-site-url\";s:29:\"//websitedemos.net/cleaner-01\";s:20:\"astra-site-parent-id\";i:1409;s:15:\"astra-sites-tag\";a:7:{i:680;s:8:\"cleaning\";i:679;s:17:\"cleaning-services\";i:673;s:19:\"commercial-cleaning\";i:674;s:17:\"domestic-cleaning\";i:1407;s:13:\"house-keeping\";i:676;s:11:\"maintenance\";i:677;s:7:\"washing\";}s:16:\"astra-sites-type\";s:4:\"free\";s:19:\"astra-site-category\";a:2:{i:27;s:8:\"business\";i:39;s:4:\"free\";}s:29:\"astra-sites-template-category\";a:0:{}s:23:\"astra-site-page-builder\";s:14:\"beaver-builder\";s:10:\"categories\";a:1:{i:2477;s:13:\"home-services\";}s:16:\"required-plugins\";a:3:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:39:\"ultimate-addons-for-beaver-builder-lite\";s:4:\"init\";s:61:\"ultimate-addons-for-beaver-builder-lite/bb-ultimate-addon.php\";s:4:\"name\";s:41:\"Ultimate Addons for Beaver Builder - Lite\";}i:2;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:11:\"post-status\";s:7:\"publish\";s:12:\"post-content\";s:0:\"\";s:12:\"post-excerpt\";s:0:\"\";s:5:\"pages\";a:5:{s:8:\"id-47208\";a:12:{s:5:\"title\";s:5:\"About\";s:18:\"featured-image-url\";s:74:\"https://websitedemos.net/wp-content/uploads/2020/08/cleaner-01-about-1.jpg\";s:19:\"thumbnail-image-url\";s:74:\"https://websitedemos.net/wp-content/uploads/2020/08/cleaner-01-about-1.jpg\";s:18:\"astra-page-api-url\";s:58:\"https://websitedemos.net/cleaner-01/wp-json/wp/v2/pages/21\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:36:\"//websitedemos.net/cleaner-01/about/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:39:\"ultimate-addons-for-beaver-builder-lite\";s:4:\"init\";s:61:\"ultimate-addons-for-beaver-builder-lite/bb-ultimate-addon.php\";s:4:\"name\";s:41:\"Ultimate Addons for Beaver Builder - Lite\";}}}s:8:\"id-47209\";a:12:{s:5:\"title\";s:10:\"Commercial\";s:18:\"featured-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2020/08/cleaner-01-commercial-1.jpg\";s:19:\"thumbnail-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2020/08/cleaner-01-commercial-1.jpg\";s:18:\"astra-page-api-url\";s:58:\"https://websitedemos.net/cleaner-01/wp-json/wp/v2/pages/23\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:41:\"//websitedemos.net/cleaner-01/commercial/\";s:15:\"astra-sites-tag\";a:1:{i:681;s:10:\"commercial\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:39:\"ultimate-addons-for-beaver-builder-lite\";s:4:\"init\";s:61:\"ultimate-addons-for-beaver-builder-lite/bb-ultimate-addon.php\";s:4:\"name\";s:41:\"Ultimate Addons for Beaver Builder - Lite\";}}}s:8:\"id-47210\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:76:\"https://websitedemos.net/wp-content/uploads/2020/08/cleaner-01-contact-1.jpg\";s:19:\"thumbnail-image-url\";s:76:\"https://websitedemos.net/wp-content/uploads/2020/08/cleaner-01-contact-1.jpg\";s:18:\"astra-page-api-url\";s:58:\"https://websitedemos.net/cleaner-01/wp-json/wp/v2/pages/24\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:38:\"//websitedemos.net/cleaner-01/contact/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:3:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:39:\"ultimate-addons-for-beaver-builder-lite\";s:4:\"init\";s:61:\"ultimate-addons-for-beaver-builder-lite/bb-ultimate-addon.php\";s:4:\"name\";s:41:\"Ultimate Addons for Beaver Builder - Lite\";}i:2;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}s:8:\"id-47211\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:75:\"https://websitedemos.net/wp-content/uploads/2020/08/cleaner-01-homepage.jpg\";s:19:\"thumbnail-image-url\";s:75:\"https://websitedemos.net/wp-content/uploads/2020/08/cleaner-01-homepage.jpg\";s:18:\"astra-page-api-url\";s:57:\"https://websitedemos.net/cleaner-01/wp-json/wp/v2/pages/7\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:30:\"//websitedemos.net/cleaner-01/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:39:\"ultimate-addons-for-beaver-builder-lite\";s:4:\"init\";s:61:\"ultimate-addons-for-beaver-builder-lite/bb-ultimate-addon.php\";s:4:\"name\";s:41:\"Ultimate Addons for Beaver Builder - Lite\";}}}s:8:\"id-47212\";a:12:{s:5:\"title\";s:11:\"Residential\";s:18:\"featured-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2020/08/cleaner-01-residential-1.jpg\";s:19:\"thumbnail-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2020/08/cleaner-01-residential-1.jpg\";s:18:\"astra-page-api-url\";s:58:\"https://websitedemos.net/cleaner-01/wp-json/wp/v2/pages/22\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:42:\"//websitedemos.net/cleaner-01/residential/\";s:15:\"astra-sites-tag\";a:1:{i:682;s:11:\"residential\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:39:\"ultimate-addons-for-beaver-builder-lite\";s:4:\"init\";s:61:\"ultimate-addons-for-beaver-builder-lite/bb-ultimate-addon.php\";s:4:\"name\";s:41:\"Ultimate Addons for Beaver Builder - Lite\";}}}}s:19:\"related-bb-template\";s:0:\"\";s:26:\"related-elementor-template\";s:0:\"\";s:26:\"related-gutenberg-template\";s:0:\"\";}s:8:\"id-48269\";a:22:{s:5:\"title\";s:17:\"Cleaning Services\";s:2:\"id\";i:48269;s:12:\"publish-date\";i:1603905875;s:18:\"featured-image-url\";s:66:\"https://websitedemos.net/wp-content/uploads/2020/10/cleaner-08.jpg\";s:19:\"thumbnail-image-url\";s:75:\"https://websitedemos.net/wp-content/uploads/2020/10/cleaner-08-600x2372.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:75:\"https://websitedemos.net/wp-content/uploads/2020/10/cleaner-08-400x1581.jpg\";s:14:\"astra-site-url\";s:29:\"//websitedemos.net/cleaner-08\";s:20:\"astra-site-parent-id\";i:1714;s:15:\"astra-sites-tag\";a:7:{i:680;s:8:\"cleaning\";i:679;s:17:\"cleaning-services\";i:673;s:19:\"commercial-cleaning\";i:674;s:17:\"domestic-cleaning\";i:1407;s:13:\"house-keeping\";i:676;s:11:\"maintenance\";i:677;s:7:\"washing\";}s:16:\"astra-sites-type\";s:4:\"free\";s:19:\"astra-site-category\";a:2:{i:27;s:8:\"business\";i:39;s:4:\"free\";}s:29:\"astra-sites-template-category\";a:0:{}s:23:\"astra-site-page-builder\";s:9:\"gutenberg\";s:10:\"categories\";a:1:{i:2477;s:13:\"home-services\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:11:\"post-status\";s:7:\"publish\";s:12:\"post-content\";s:0:\"\";s:12:\"post-excerpt\";s:0:\"\";s:5:\"pages\";a:5:{s:8:\"id-48273\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:66:\"https://websitedemos.net/wp-content/uploads/2020/10/cleaner-08.jpg\";s:19:\"thumbnail-image-url\";s:75:\"https://websitedemos.net/wp-content/uploads/2020/10/cleaner-08-600x2372.jpg\";s:18:\"astra-page-api-url\";s:60:\"https://websitedemos.net/cleaner-08/wp-json/wp/v2/pages/1696\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:30:\"//websitedemos.net/cleaner-08/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}}s:8:\"id-48270\";a:12:{s:5:\"title\";s:5:\"About\";s:18:\"featured-image-url\";s:74:\"https://websitedemos.net/wp-content/uploads/2020/10/cleaner-08-about-1.jpg\";s:19:\"thumbnail-image-url\";s:83:\"https://websitedemos.net/wp-content/uploads/2020/10/cleaner-08-about-1-600x2045.jpg\";s:18:\"astra-page-api-url\";s:60:\"https://websitedemos.net/cleaner-08/wp-json/wp/v2/pages/1352\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:36:\"//websitedemos.net/cleaner-08/about/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}}s:8:\"id-48274\";a:12:{s:5:\"title\";s:11:\"Residential\";s:18:\"featured-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2020/10/cleaner-08-residential-1.jpg\";s:19:\"thumbnail-image-url\";s:89:\"https://websitedemos.net/wp-content/uploads/2020/10/cleaner-08-residential-1-600x1338.jpg\";s:18:\"astra-page-api-url\";s:60:\"https://websitedemos.net/cleaner-08/wp-json/wp/v2/pages/1348\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:42:\"//websitedemos.net/cleaner-08/residential/\";s:15:\"astra-sites-tag\";a:1:{i:776;s:20:\"residential-cleaning\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}}s:8:\"id-48271\";a:12:{s:5:\"title\";s:10:\"Commercial\";s:18:\"featured-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2020/10/cleaner-08-commercial-1.jpg\";s:19:\"thumbnail-image-url\";s:88:\"https://websitedemos.net/wp-content/uploads/2020/10/cleaner-08-commercial-1-600x1498.jpg\";s:18:\"astra-page-api-url\";s:60:\"https://websitedemos.net/cleaner-08/wp-json/wp/v2/pages/1350\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:41:\"//websitedemos.net/cleaner-08/commercial/\";s:15:\"astra-sites-tag\";a:1:{i:673;s:19:\"commercial-cleaning\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}}s:8:\"id-48272\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:76:\"https://websitedemos.net/wp-content/uploads/2020/10/cleaner-08-contact-1.jpg\";s:19:\"thumbnail-image-url\";s:85:\"https://websitedemos.net/wp-content/uploads/2020/10/cleaner-08-contact-1-600x1054.jpg\";s:18:\"astra-page-api-url\";s:60:\"https://websitedemos.net/cleaner-08/wp-json/wp/v2/pages/1354\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:38:\"//websitedemos.net/cleaner-08/contact/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}}s:19:\"related-bb-template\";s:0:\"\";s:26:\"related-elementor-template\";s:0:\"\";s:26:\"related-gutenberg-template\";s:0:\"\";}s:8:\"id-43296\";a:22:{s:5:\"title\";s:35:\"Residential and Commercial Cleaning\";s:2:\"id\";i:43296;s:12:\"publish-date\";i:1580982304;s:18:\"featured-image-url\";s:72:\"https://websitedemos.net/wp-content/uploads/2020/02/cleaning-05-home.jpg\";s:19:\"thumbnail-image-url\";s:72:\"https://websitedemos.net/wp-content/uploads/2020/02/cleaning-05-home.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:72:\"https://websitedemos.net/wp-content/uploads/2020/02/cleaning-05-home.jpg\";s:14:\"astra-site-url\";s:30:\"//websitedemos.net/cleaning-05\";s:20:\"astra-site-parent-id\";i:1410;s:15:\"astra-sites-tag\";a:7:{i:680;s:8:\"cleaning\";i:679;s:17:\"cleaning-services\";i:673;s:19:\"commercial-cleaning\";i:674;s:17:\"domestic-cleaning\";i:1407;s:13:\"house-keeping\";i:676;s:11:\"maintenance\";i:677;s:7:\"washing\";}s:16:\"astra-sites-type\";s:4:\"free\";s:19:\"astra-site-category\";a:2:{i:27;s:8:\"business\";i:39;s:4:\"free\";}s:29:\"astra-sites-template-category\";a:0:{}s:23:\"astra-site-page-builder\";s:5:\"brizy\";s:10:\"categories\";a:0:{}s:16:\"required-plugins\";a:3:{i:0;a:3:{s:4:\"slug\";s:13:\"astra-widgets\";s:4:\"init\";s:31:\"astra-widgets/astra-widgets.php\";s:4:\"name\";s:13:\"Astra Widgets\";}i:1;a:3:{s:4:\"slug\";s:5:\"brizy\";s:4:\"init\";s:15:\"brizy/brizy.php\";s:4:\"name\";s:5:\"Brizy\";}i:2;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:11:\"post-status\";s:7:\"publish\";s:12:\"post-content\";s:0:\"\";s:12:\"post-excerpt\";s:0:\"\";s:5:\"pages\";a:5:{s:8:\"id-43300\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:72:\"https://websitedemos.net/wp-content/uploads/2020/02/cleaning-05-home.jpg\";s:19:\"thumbnail-image-url\";s:72:\"https://websitedemos.net/wp-content/uploads/2020/02/cleaning-05-home.jpg\";s:18:\"astra-page-api-url\";s:60:\"https://websitedemos.net/cleaning-05/wp-json/wp/v2/pages/664\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:31:\"//websitedemos.net/cleaning-05/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:5:\"brizy\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:5:\"brizy\";s:4:\"init\";s:15:\"brizy/brizy.php\";s:4:\"name\";s:5:\"Brizy\";}}}s:8:\"id-43297\";a:12:{s:5:\"title\";s:5:\"About\";s:18:\"featured-image-url\";s:73:\"https://websitedemos.net/wp-content/uploads/2020/02/cleaning-05-about.jpg\";s:19:\"thumbnail-image-url\";s:73:\"https://websitedemos.net/wp-content/uploads/2020/02/cleaning-05-about.jpg\";s:18:\"astra-page-api-url\";s:60:\"https://websitedemos.net/cleaning-05/wp-json/wp/v2/pages/674\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:37:\"//websitedemos.net/cleaning-05/about/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:5:\"brizy\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:5:\"brizy\";s:4:\"init\";s:15:\"brizy/brizy.php\";s:4:\"name\";s:5:\"Brizy\";}}}s:8:\"id-43301\";a:12:{s:5:\"title\";s:11:\"Residential\";s:18:\"featured-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2020/02/cleaning-05-residential.jpg\";s:19:\"thumbnail-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2020/02/cleaning-05-residential.jpg\";s:18:\"astra-page-api-url\";s:60:\"https://websitedemos.net/cleaning-05/wp-json/wp/v2/pages/679\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:43:\"//websitedemos.net/cleaning-05/residential/\";s:15:\"astra-sites-tag\";a:2:{i:679;s:17:\"cleaning-services\";i:776;s:20:\"residential-cleaning\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:5:\"brizy\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:5:\"brizy\";s:4:\"init\";s:15:\"brizy/brizy.php\";s:4:\"name\";s:5:\"Brizy\";}}}s:8:\"id-43298\";a:12:{s:5:\"title\";s:10:\"Commercial\";s:18:\"featured-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2020/02/cleaning-05-commercial.jpg\";s:19:\"thumbnail-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2020/02/cleaning-05-commercial.jpg\";s:18:\"astra-page-api-url\";s:60:\"https://websitedemos.net/cleaning-05/wp-json/wp/v2/pages/682\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:42:\"//websitedemos.net/cleaning-05/commercial/\";s:15:\"astra-sites-tag\";a:2:{i:679;s:17:\"cleaning-services\";i:673;s:19:\"commercial-cleaning\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:5:\"brizy\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:5:\"brizy\";s:4:\"init\";s:15:\"brizy/brizy.php\";s:4:\"name\";s:5:\"Brizy\";}}}s:8:\"id-43299\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:75:\"https://websitedemos.net/wp-content/uploads/2020/02/cleaning-05-contact.jpg\";s:19:\"thumbnail-image-url\";s:75:\"https://websitedemos.net/wp-content/uploads/2020/02/cleaning-05-contact.jpg\";s:18:\"astra-page-api-url\";s:60:\"https://websitedemos.net/cleaning-05/wp-json/wp/v2/pages/687\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:39:\"//websitedemos.net/cleaning-05/contact/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:5:\"brizy\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:5:\"brizy\";s:4:\"init\";s:15:\"brizy/brizy.php\";s:4:\"name\";s:5:\"Brizy\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}}s:19:\"related-bb-template\";s:0:\"\";s:26:\"related-elementor-template\";s:0:\"\";s:26:\"related-gutenberg-template\";s:0:\"\";}s:8:\"id-54447\";a:22:{s:5:\"title\";s:22:\"Health &#038; Wellness\";s:2:\"id\";i:54447;s:12:\"publish-date\";i:1621454260;s:18:\"featured-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2021/05/health-wellness-home-08.jpg\";s:19:\"thumbnail-image-url\";s:88:\"https://websitedemos.net/wp-content/uploads/2021/05/health-wellness-home-08-600x2273.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:88:\"https://websitedemos.net/wp-content/uploads/2021/05/health-wellness-home-08-400x1515.jpg\";s:14:\"astra-site-url\";s:37:\"//websitedemos.net/health-wellness-08\";s:20:\"astra-site-parent-id\";i:2034;s:15:\"astra-sites-tag\";a:11:{i:337;s:6:\"clinic\";i:338;s:6:\"dental\";i:2047;s:13:\"dental-clinic\";i:601;s:6:\"doctor\";i:2045;s:6:\"health\";i:604;s:10:\"healthcare\";i:603;s:7:\"medical\";i:2046;s:14:\"medical-clinic\";i:621;s:12:\"psychiatrist\";i:2044;s:9:\"therapist\";i:619;s:8:\"wellness\";}s:16:\"astra-sites-type\";s:4:\"free\";s:19:\"astra-site-category\";a:2:{i:27;s:8:\"business\";i:39;s:4:\"free\";}s:29:\"astra-sites-template-category\";a:0:{}s:23:\"astra-site-page-builder\";s:9:\"gutenberg\";s:10:\"categories\";a:1:{i:2490;s:10:\"healthcare\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:11:\"post-status\";s:7:\"publish\";s:12:\"post-content\";s:0:\"\";s:12:\"post-excerpt\";s:0:\"\";s:5:\"pages\";a:4:{s:8:\"id-54449\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:82:\"https://websitedemos.net/wp-content/uploads/2021/05/health-wellness-contact-08.jpg\";s:19:\"thumbnail-image-url\";s:90:\"https://websitedemos.net/wp-content/uploads/2021/05/health-wellness-contact-08-600x852.jpg\";s:18:\"astra-page-api-url\";s:67:\"https://websitedemos.net/health-wellness-08/wp-json/wp/v2/pages/130\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:46:\"//websitedemos.net/health-wellness-08/contact/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}s:8:\"id-54450\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2021/05/health-wellness-home-08.jpg\";s:19:\"thumbnail-image-url\";s:88:\"https://websitedemos.net/wp-content/uploads/2021/05/health-wellness-home-08-600x2273.jpg\";s:18:\"astra-page-api-url\";s:66:\"https://websitedemos.net/health-wellness-08/wp-json/wp/v2/pages/12\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:38:\"//websitedemos.net/health-wellness-08/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}}s:8:\"id-54448\";a:12:{s:5:\"title\";s:5:\"About\";s:18:\"featured-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2021/05/health-wellness-about-08.jpg\";s:19:\"thumbnail-image-url\";s:89:\"https://websitedemos.net/wp-content/uploads/2021/05/health-wellness-about-08-600x1484.jpg\";s:18:\"astra-page-api-url\";s:66:\"https://websitedemos.net/health-wellness-08/wp-json/wp/v2/pages/87\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:44:\"//websitedemos.net/health-wellness-08/about/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}}s:8:\"id-54451\";a:12:{s:5:\"title\";s:8:\"Services\";s:18:\"featured-image-url\";s:83:\"https://websitedemos.net/wp-content/uploads/2021/05/health-wellness-services-08.jpg\";s:19:\"thumbnail-image-url\";s:92:\"https://websitedemos.net/wp-content/uploads/2021/05/health-wellness-services-08-600x1214.jpg\";s:18:\"astra-page-api-url\";s:67:\"https://websitedemos.net/health-wellness-08/wp-json/wp/v2/pages/120\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:47:\"//websitedemos.net/health-wellness-08/services/\";s:15:\"astra-sites-tag\";a:1:{i:425;s:8:\"services\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}}}s:19:\"related-bb-template\";s:0:\"\";s:26:\"related-elementor-template\";s:0:\"\";s:26:\"related-gutenberg-template\";s:0:\"\";}}',	'no'),
(355,	'astra-sites-and-pages-page-35',	'a:6:{s:8:\"id-17299\";a:22:{s:5:\"title\";s:13:\"Hotel and BnB\";s:2:\"id\";i:17299;s:12:\"publish-date\";i:1501666668;s:18:\"featured-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2017/08/hotel-mountain-homepage.jpg\";s:19:\"thumbnail-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2017/08/hotel-mountain-homepage.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2017/08/hotel-mountain-homepage.jpg\";s:14:\"astra-site-url\";s:27:\"//websitedemos.net/hotel-02\";s:20:\"astra-site-parent-id\";i:250;s:15:\"astra-sites-tag\";a:5:{i:1534;s:3:\"bnb\";i:350;s:5:\"hotel\";i:399;s:8:\"one-page\";i:714;s:6:\"resort\";i:463;s:11:\"single-page\";}s:16:\"astra-sites-type\";s:4:\"free\";s:19:\"astra-site-category\";a:2:{i:27;s:8:\"business\";i:39;s:4:\"free\";}s:29:\"astra-sites-template-category\";a:2:{i:2785;s:4:\"food\";i:2788;s:9:\"hotel-bnb\";}s:23:\"astra-site-page-builder\";s:9:\"elementor\";s:10:\"categories\";a:1:{i:2498;s:12:\"hotel-travel\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:11:\"post-status\";s:7:\"publish\";s:12:\"post-content\";s:1096:\"<!-- wp:paragraph -->\n<p>The Hotel and BnB template welcomes you with open arms and provides the warm reception you want from a hotel or BnB website template. The homepage contains all the information guests need while painting the picture of a lifestyle, ideal for the niche.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The design is modern with great balance and all the page features you need to introduce your property and engage with guests. There is also a clear call to action, a gallery page, booking form options and the opportunity to add anything you like to your website.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>Key features of the Hotel and BnB template</h2>\n<!-- /wp:heading -->\n\n<!-- wp:list -->\n<ul><li>Welcoming home page that creates a positive first impression</li><li>Delivers everything visitors need quickly</li><li>Attractive call to action and enquiry buttons</li><li>Portfolio and amenities sections all ready to go</li><li>Fully responsive and works on any screen</li><li>Fully compatible with drag and drop page builders</li></ul>\n<!-- /wp:list -->\";s:12:\"post-excerpt\";s:84:\"Engaging hospitality template that welcomes your hotel and BnB guests with open arms\";s:5:\"pages\";a:1:{s:8:\"id-24627\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2017/08/hotel-mountain-homepage.jpg\";s:19:\"thumbnail-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2017/08/hotel-mountain-homepage.jpg\";s:18:\"astra-page-api-url\";s:55:\"https://websitedemos.net/hotel-02/wp-json/wp/v2/pages/2\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:28:\"//websitedemos.net/hotel-02/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}}s:19:\"related-bb-template\";i:17506;s:26:\"related-elementor-template\";i:17299;s:26:\"related-gutenberg-template\";i:48093;}s:8:\"id-17506\";a:22:{s:5:\"title\";s:13:\"Hotel and BnB\";s:2:\"id\";i:17506;s:12:\"publish-date\";i:1505739180;s:18:\"featured-image-url\";s:73:\"https://websitedemos.net/wp-content/uploads/2019/07/hotel-01-homepage.jpg\";s:19:\"thumbnail-image-url\";s:73:\"https://websitedemos.net/wp-content/uploads/2019/07/hotel-01-homepage.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:73:\"https://websitedemos.net/wp-content/uploads/2019/07/hotel-01-homepage.jpg\";s:14:\"astra-site-url\";s:27:\"//websitedemos.net/hotel-01\";s:20:\"astra-site-parent-id\";i:247;s:15:\"astra-sites-tag\";a:8:{i:560;s:7:\"cuisine\";i:336;s:4:\"food\";i:350;s:5:\"hotel\";i:712;s:5:\"lodge\";i:711;s:5:\"motel\";i:399;s:8:\"one-page\";i:714;s:6:\"resort\";i:463;s:11:\"single-page\";}s:16:\"astra-sites-type\";s:4:\"free\";s:19:\"astra-site-category\";a:2:{i:27;s:8:\"business\";i:39;s:4:\"free\";}s:29:\"astra-sites-template-category\";a:0:{}s:23:\"astra-site-page-builder\";s:14:\"beaver-builder\";s:10:\"categories\";a:1:{i:2498;s:12:\"hotel-travel\";}s:16:\"required-plugins\";a:3:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:39:\"ultimate-addons-for-beaver-builder-lite\";s:4:\"init\";s:61:\"ultimate-addons-for-beaver-builder-lite/bb-ultimate-addon.php\";s:4:\"name\";s:41:\"Ultimate Addons for Beaver Builder - Lite\";}i:2;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:11:\"post-status\";s:7:\"publish\";s:12:\"post-content\";s:0:\"\";s:12:\"post-excerpt\";s:0:\"\";s:5:\"pages\";a:1:{s:8:\"id-24620\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:73:\"https://websitedemos.net/wp-content/uploads/2019/07/hotel-01-homepage.jpg\";s:19:\"thumbnail-image-url\";s:73:\"https://websitedemos.net/wp-content/uploads/2019/07/hotel-01-homepage.jpg\";s:18:\"astra-page-api-url\";s:55:\"https://websitedemos.net/hotel-01/wp-json/wp/v2/pages/2\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:28:\"//websitedemos.net/hotel-01/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:3:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:39:\"ultimate-addons-for-beaver-builder-lite\";s:4:\"init\";s:61:\"ultimate-addons-for-beaver-builder-lite/bb-ultimate-addon.php\";s:4:\"name\";s:41:\"Ultimate Addons for Beaver Builder - Lite\";}i:2;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}}s:19:\"related-bb-template\";s:0:\"\";s:26:\"related-elementor-template\";s:0:\"\";s:26:\"related-gutenberg-template\";s:0:\"\";}s:8:\"id-48093\";a:22:{s:5:\"title\";s:13:\"Hotel and BnB\";s:2:\"id\";i:48093;s:12:\"publish-date\";i:1603893483;s:18:\"featured-image-url\";s:64:\"https://websitedemos.net/wp-content/uploads/2020/10/hotel-08.jpg\";s:19:\"thumbnail-image-url\";s:73:\"https://websitedemos.net/wp-content/uploads/2020/10/hotel-08-600x2604.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:73:\"https://websitedemos.net/wp-content/uploads/2020/10/hotel-08-400x1736.jpg\";s:14:\"astra-site-url\";s:27:\"//websitedemos.net/hotel-08\";s:20:\"astra-site-parent-id\";i:1700;s:15:\"astra-sites-tag\";a:8:{i:560;s:7:\"cuisine\";i:336;s:4:\"food\";i:350;s:5:\"hotel\";i:712;s:5:\"lodge\";i:711;s:5:\"motel\";i:399;s:8:\"one-page\";i:714;s:6:\"resort\";i:463;s:11:\"single-page\";}s:16:\"astra-sites-type\";s:4:\"free\";s:19:\"astra-site-category\";a:2:{i:27;s:8:\"business\";i:39;s:4:\"free\";}s:29:\"astra-sites-template-category\";a:0:{}s:23:\"astra-site-page-builder\";s:9:\"gutenberg\";s:10:\"categories\";a:1:{i:2498;s:12:\"hotel-travel\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:11:\"post-status\";s:7:\"publish\";s:12:\"post-content\";s:0:\"\";s:12:\"post-excerpt\";s:0:\"\";s:5:\"pages\";a:1:{s:8:\"id-48094\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:64:\"https://websitedemos.net/wp-content/uploads/2020/10/hotel-08.jpg\";s:19:\"thumbnail-image-url\";s:73:\"https://websitedemos.net/wp-content/uploads/2020/10/hotel-08-600x2604.jpg\";s:18:\"astra-page-api-url\";s:55:\"https://websitedemos.net/hotel-08/wp-json/wp/v2/pages/6\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:28:\"//websitedemos.net/hotel-08/\";s:15:\"astra-sites-tag\";a:3:{i:423;s:4:\"home\";i:814;s:8:\"homepage\";i:463;s:11:\"single-page\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}}s:19:\"related-bb-template\";s:0:\"\";s:26:\"related-elementor-template\";s:0:\"\";s:26:\"related-gutenberg-template\";s:0:\"\";}s:8:\"id-48304\";a:22:{s:5:\"title\";s:20:\"Health &amp; Fitness\";s:2:\"id\";i:48304;s:12:\"publish-date\";i:1603905166;s:18:\"featured-image-url\";s:73:\"https://websitedemos.net/wp-content/uploads/2020/10/health-fitness-08.jpg\";s:19:\"thumbnail-image-url\";s:73:\"https://websitedemos.net/wp-content/uploads/2020/10/health-fitness-08.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:73:\"https://websitedemos.net/wp-content/uploads/2020/10/health-fitness-08.jpg\";s:14:\"astra-site-url\";s:36:\"//websitedemos.net/health-fitness-08\";s:20:\"astra-site-parent-id\";i:1720;s:15:\"astra-sites-tag\";a:4:{i:499;s:7:\"fitness\";i:521;s:12:\"fitness-blog\";i:1721;s:11:\"health-blog\";i:519;s:14:\"healthy-living\";}s:16:\"astra-sites-type\";s:4:\"free\";s:19:\"astra-site-category\";a:2:{i:37;s:4:\"blog\";i:39;s:4:\"free\";}s:29:\"astra-sites-template-category\";a:0:{}s:23:\"astra-site-page-builder\";s:9:\"gutenberg\";s:10:\"categories\";a:1:{i:2480;s:16:\"fitness-wellness\";}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: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-48307\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:73:\"https://websitedemos.net/wp-content/uploads/2020/10/health-fitness-08.jpg\";s:19:\"thumbnail-image-url\";s:73:\"https://websitedemos.net/wp-content/uploads/2020/10/health-fitness-08.jpg\";s:18:\"astra-page-api-url\";s:66:\"https://websitedemos.net/health-fitness-08/wp-json/wp/v2/pages/910\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:37:\"//websitedemos.net/health-fitness-08/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:4:\"free\";s: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:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}s:8:\"id-48306\";a:12:{s:5:\"title\";s:4:\"Blog\";s:18:\"featured-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2020/10/health-fitness-08-blog.jpg\";s:19:\"thumbnail-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2020/10/health-fitness-08-blog.jpg\";s:18:\"astra-page-api-url\";s:66:\"https://websitedemos.net/health-fitness-08/wp-json/wp/v2/pages/914\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:42:\"//websitedemos.net/health-fitness-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:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}s:8:\"id-48305\";a:12:{s:5:\"title\";s:5:\"About\";s:18:\"featured-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2020/10/health-fitness-08-about.jpg\";s:19:\"thumbnail-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2020/10/health-fitness-08-about.jpg\";s:18:\"astra-page-api-url\";s:66:\"https://websitedemos.net/health-fitness-08/wp-json/wp/v2/pages/912\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:43:\"//websitedemos.net/health-fitness-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:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"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-47918\";a:22:{s:5:\"title\";s:11:\"Travel Blog\";s:2:\"id\";i:47918;s:12:\"publish-date\";i:1603828787;s:18:\"featured-image-url\";s:70:\"https://websitedemos.net/wp-content/uploads/2020/10/travel-08-home.jpg\";s:19:\"thumbnail-image-url\";s:70:\"https://websitedemos.net/wp-content/uploads/2020/10/travel-08-home.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:70:\"https://websitedemos.net/wp-content/uploads/2020/10/travel-08-home.jpg\";s:14:\"astra-site-url\";s:28:\"//websitedemos.net/travel-08\";s:20:\"astra-site-parent-id\";i:1682;s:15:\"astra-sites-tag\";a:5:{i:480;s:4:\"blog\";i:430;s:7:\"tourism\";i:427;s:6:\"travel\";i:750;s:11:\"travel-blog\";i:1683;s:14:\"travel-blogger\";}s:16:\"astra-sites-type\";s:4:\"free\";s:19:\"astra-site-category\";a:2:{i:37;s:4:\"blog\";i:39;s:4:\"free\";}s:29:\"astra-sites-template-category\";a:0:{}s:23:\"astra-site-page-builder\";s:9:\"gutenberg\";s:10:\"categories\";a:1:{i:2497;s:4:\"blog\";}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:11:\"post-status\";s:7:\"publish\";s:12:\"post-content\";s:0:\"\";s:12:\"post-excerpt\";s:0:\"\";s:5:\"pages\";a:4:{s:8:\"id-47922\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:70:\"https://websitedemos.net/wp-content/uploads/2020/10/travel-08-home.jpg\";s:19:\"thumbnail-image-url\";s:70:\"https://websitedemos.net/wp-content/uploads/2020/10/travel-08-home.jpg\";s:18:\"astra-page-api-url\";s:59:\"https://websitedemos.net/travel-08/wp-json/wp/v2/pages/1718\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:29:\"//websitedemos.net/travel-08/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:74;s:4:\"blog\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a: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-47920\";a:12:{s:5:\"title\";s:4:\"Blog\";s:18:\"featured-image-url\";s:70:\"https://websitedemos.net/wp-content/uploads/2020/10/travel-08-blog.jpg\";s:19:\"thumbnail-image-url\";s:70:\"https://websitedemos.net/wp-content/uploads/2020/10/travel-08-blog.jpg\";s:18:\"astra-page-api-url\";s:59:\"https://websitedemos.net/travel-08/wp-json/wp/v2/pages/1722\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:34:\"//websitedemos.net/travel-08/blog/\";s:15:\"astra-sites-tag\";a:1:{i:480;s:4:\"blog\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:74;s:4:\"blog\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:0:{}}s:8:\"id-47919\";a:12:{s:5:\"title\";s:5:\"About\";s:18:\"featured-image-url\";s:71:\"https://websitedemos.net/wp-content/uploads/2020/10/travel-08-about.jpg\";s:19:\"thumbnail-image-url\";s:71:\"https://websitedemos.net/wp-content/uploads/2020/10/travel-08-about.jpg\";s:18:\"astra-page-api-url\";s:59:\"https://websitedemos.net/travel-08/wp-json/wp/v2/pages/1720\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:35:\"//websitedemos.net/travel-08/about/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:74;s:4:\"blog\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a: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-47921\";a:12:{s:5:\"title\";s:11:\"Destination\";s:18:\"featured-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2020/10/travel-08-destinations.jpg\";s:19:\"thumbnail-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2020/10/travel-08-destinations.jpg\";s:18:\"astra-page-api-url\";s:59:\"https://websitedemos.net/travel-08/wp-json/wp/v2/pages/1724\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:41:\"//websitedemos.net/travel-08/destination/\";s:15:\"astra-sites-tag\";a:2:{i:785;s:11:\"destination\";i:425;s:8:\"services\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:74;s:4:\"blog\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a: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-47942\";a:22:{s:5:\"title\";s:8:\"Pet Care\";s:2:\"id\";i:47942;s:12:\"publish-date\";i:1603828778;s:18:\"featured-image-url\";s:74:\"https://websitedemos.net/wp-content/uploads/2020/10/pet-care-08-home-1.jpg\";s:19:\"thumbnail-image-url\";s:74:\"https://websitedemos.net/wp-content/uploads/2020/10/pet-care-08-home-1.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:74:\"https://websitedemos.net/wp-content/uploads/2020/10/pet-care-08-home-1.jpg\";s:14:\"astra-site-url\";s:30:\"//websitedemos.net/pet-care-08\";s:20:\"astra-site-parent-id\";i:1685;s:15:\"astra-sites-tag\";a:7:{i:1688;s:8:\"pet-blog\";i:374;s:8:\"pet-care\";i:1686;s:13:\"pet-care-blog\";i:372;s:11:\"pet-minding\";i:371;s:11:\"pet-sitting\";i:373;s:12:\"pet-training\";i:1687;s:11:\"pet-walking\";}s:16:\"astra-sites-type\";s:4:\"free\";s:19:\"astra-site-category\";a:2:{i:37;s:4:\"blog\";i:39;s:4:\"free\";}s:29:\"astra-sites-template-category\";a: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: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:11:\"post-status\";s:7:\"publish\";s:12:\"post-content\";s:0:\"\";s:12:\"post-excerpt\";s:0:\"\";s:5:\"pages\";a:3:{s:8:\"id-47945\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:74:\"https://websitedemos.net/wp-content/uploads/2020/10/pet-care-08-home-1.jpg\";s:19:\"thumbnail-image-url\";s:74:\"https://websitedemos.net/wp-content/uploads/2020/10/pet-care-08-home-1.jpg\";s:18:\"astra-page-api-url\";s:61:\"https://websitedemos.net/pet-care-08/wp-json/wp/v2/pages/1040\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:31:\"//websitedemos.net/pet-care-08/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:74;s:4:\"blog\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a: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-47943\";a:12:{s:5:\"title\";s:8:\"About Me\";s:18:\"featured-image-url\";s:75:\"https://websitedemos.net/wp-content/uploads/2020/10/pet-care-08-about-1.jpg\";s:19:\"thumbnail-image-url\";s:75:\"https://websitedemos.net/wp-content/uploads/2020/10/pet-care-08-about-1.jpg\";s:18:\"astra-page-api-url\";s:61:\"https://websitedemos.net/pet-care-08/wp-json/wp/v2/pages/1042\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:40:\"//websitedemos.net/pet-care-08/about-me/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:74;s:4:\"blog\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:0:{}}s:8:\"id-47944\";a:12:{s:5:\"title\";s:4:\"Blog\";s:18:\"featured-image-url\";s:74:\"https://websitedemos.net/wp-content/uploads/2020/10/pet-care-08-blog-1.jpg\";s:19:\"thumbnail-image-url\";s:74:\"https://websitedemos.net/wp-content/uploads/2020/10/pet-care-08-blog-1.jpg\";s:18:\"astra-page-api-url\";s:61:\"https://websitedemos.net/pet-care-08/wp-json/wp/v2/pages/1044\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:36:\"//websitedemos.net/pet-care-08/blog/\";s:15:\"astra-sites-tag\";a:1:{i:480;s:4:\"blog\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:74;s:4:\"blog\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:0:{}}}s:19:\"related-bb-template\";s:0:\"\";s:26:\"related-elementor-template\";s:0:\"\";s:26:\"related-gutenberg-template\";s:0:\"\";}}',	'no'),
(356,	'astra-sites-and-pages-page-36',	'a:0:{}',	'no'),
(357,	'astra-sites-and-pages-page-37',	'a:0:{}',	'no'),
(358,	'astra-sites-batch-is-complete',	'yes',	'no'),
(359,	'astra-sites-last-export-checksums',	'V#wr%Tw0^AM)',	'no'),
(360,	'astra_sites_settings',	'a:1:{s:12:\"page_builder\";s:9:\"gutenberg\";}',	'no'),
(365,	'bsf_analytics_optin',	'yes',	'no'),
(369,	'action_scheduler_hybrid_store_demarkation',	'16',	'yes'),
(370,	'schema-ActionScheduler_StoreSchema',	'6.0.1670921579',	'yes'),
(371,	'schema-ActionScheduler_LoggerSchema',	'3.0.1670921579',	'yes'),
(372,	'wpforms_version',	'1.7.8',	'yes'),
(373,	'wpforms_version_lite',	'1.7.8',	'yes'),
(374,	'wpforms_activated',	'a:1:{s:4:\"lite\";i:1670921579;}',	'yes'),
(379,	'action_scheduler_lock_async-request-runner',	'1672733152',	'yes'),
(380,	'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:5:\"1.7.8\";i:1670921579;}',	'yes'),
(381,	'widget_wpforms-widget',	'a:1:{s:12:\"_multiwidget\";i:1;}',	'yes'),
(384,	'wpforms_admin_notices',	'a:1:{s:14:\"review_request\";a:2:{s:4:\"time\";i:1670921579;s:9:\"dismissed\";b:0;}}',	'yes'),
(385,	'astra_sites_wpforms_ids_mapping',	'a:1:{i:369;i:17;}',	'no'),
(386,	'_transient_wpforms_htaccess_file',	'a:3:{s:4:\"size\";i:737;s:5:\"mtime\";i:1670921580;s:5:\"ctime\";i:1670921580;}',	'yes'),
(387,	'_astra_sites_old_customizer_data',	'a:2:{s:14:\"astra-settings\";a:1956:{s:26:\"blog-single-post-structure\";a:2:{i:0;s:12:\"single-image\";i:1;s:17:\"single-title-meta\";}s:17:\"blog-single-width\";s:7:\"default\";s:21:\"blog-single-max-width\";i:1200;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-3)\";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:12:\"border-color\";s:0:\"\";s:13:\"footer-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:12:\"footer-color\";s:0:\"\";s:17:\"footer-link-color\";s:0:\"\";s:19:\"footer-link-h-color\";s:0:\"\";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:25:\"var(--ast-global-color-5)\";s:14:\"button-h-color\";s:25:\"var(--ast-global-color-5)\";s:15:\"button-bg-color\";s:25:\"var(--ast-global-color-1)\";s:17:\"button-bg-h-color\";s:25:\"var(--ast-global-color-3)\";s:20:\"theme-button-padding\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:2:\"18\";s:5:\"right\";s:2:\"34\";s:6:\"bottom\";s:2:\"18\";s:4:\"left\";s:2:\"34\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:2:\"15\";s:5:\"right\";s:2:\"24\";s:6:\"bottom\";s:2:\"15\";s:4:\"left\";s:2:\"24\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:2:\"13\";s:5:\"right\";s:2:\"21\";s:6:\"bottom\";s:2:\"13\";s:4:\"left\";s:2:\"21\";}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:0;s:37:\"theme-button-border-group-border-size\";a:4:{s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:1:\"0\";}s: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:72:\"Copyright &copy; [current_year] [site_title] | Powered by [theme_author]\";s:20:\"footer-sml-section-2\";s:0:\"\";s:27:\"footer-sml-section-2-credit\";s:72:\"Copyright &copy; [current_year] [site_title] | Powered by [theme_author]\";s:27:\"footer-sml-dist-equal-align\";b:1;s:18:\"footer-sml-divider\";i:1;s:24:\"footer-sml-divider-color\";s:7:\"#7a7a7a\";s:19:\"footer-layout-width\";s:7:\"content\";s:22:\"ast-header-retina-logo\";s:0:\"\";s:21:\"ast-header-logo-width\";s:0:\"\";s:32:\"ast-header-responsive-logo-width\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}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\";i:1;s:6:\"tablet\";i:1;s:6:\"mobile\";i:1;}s:31:\"display-site-tagline-responsive\";a:3:{s:7:\"desktop\";i:0;s:6:\"tablet\";i:0;s:6:\"mobile\";i:0;}s:17:\"logo-title-inline\";i:1;s:19:\"disable-primary-nav\";b:0;s:14:\"header-layouts\";s:20:\"header-main-layout-1\";s:22:\"header-main-rt-section\";s:4:\"none\";s:27:\"header-display-outside-menu\";b:0;s:27:\"header-main-rt-section-html\";s:27:\"<button>Contact Us</button>\";s:34:\"header-main-rt-section-button-text\";s:6:\"Button\";s:34:\"header-main-rt-section-button-link\";s:23:\"https://www.wpastra.com\";s:41:\"header-main-rt-section-button-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: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:3:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}}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:1;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: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:\"mobile\";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:12:\"wp-blocks-ui\";s:6:\"legacy\";s:24:\"wp-blocks-global-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:\"em\";s:11:\"tablet-unit\";s:2:\"em\";s:11:\"mobile-unit\";s:2:\"em\";}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:\"\'Open Sans\', sans-serif\";s:17:\"body-font-variant\";s:3:\"400\";s:16:\"body-font-weight\";s:3:\"400\";s:14:\"font-size-body\";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:16:\"body-line-height\";d:1.5;s:18:\"para-margin-bottom\";i:2;s:23:\"underline-content-links\";b:0;s:19:\"body-text-transform\";s:0:\"\";s:20:\"headings-font-family\";s:25:\"\'DM Serif Display\', serif\";s:20:\"headings-font-weight\";s:3:\"400\";s:23:\"headings-text-transform\";s:0:\"\";s:20:\"headings-line-height\";d:1.1;s:20:\"font-size-site-title\";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:22:\"font-size-site-tagline\";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: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:27:\"single-post-outside-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: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\";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:12:\"font-size-h1\";a:6:{s:7:\"desktop\";s:2:\"70\";s:6:\"tablet\";s:2:\"60\";s:6:\"mobile\";s:2:\"38\";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:\"42\";s:6:\"tablet\";s:2:\"34\";s:6:\"mobile\";s:2:\"28\";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:\"28\";s:6:\"tablet\";s:2:\"28\";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-h4\";a:6:{s:7:\"desktop\";s:2:\"24\";s:6:\"tablet\";s:2:\"22\";s:6:\"mobile\";s:2:\"22\";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:\"20\";s:6:\"tablet\";s:2:\"18\";s:6:\"mobile\";s:2:\"18\";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\";i:15;s:6:\"tablet\";s:2:\"15\";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: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:7:\"minimal\";s:23:\"hide-custom-menu-mobile\";i:1;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:0:\"\";s:30:\"transparent-header-retina-logo\";s:0:\"\";s:26:\"different-transparent-logo\";i:0;s:33:\"different-transparent-retina-logo\";i:0;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\";i:0;s:34:\"transparent-header-disable-archive\";i:1;s:45:\"transparent-header-disable-latest-posts-index\";i:1;s:29:\"transparent-header-on-devices\";s:4:\"both\";s:27:\"transparent-header-main-sep\";i:0;s:33:\"transparent-header-main-sep-color\";s:0:\"\";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:0:\"\";s:6:\"mobile\";s:0:\"\";}s:46:\"transparent-header-color-site-title-responsive\";a:3:{s:7:\"desktop\";s:7:\"#ffffff\";s:6:\"tablet\";s:0:\"\";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:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:33:\"transparent-menu-color-responsive\";a:3:{s:7:\"desktop\";s:25:\"var(--ast-global-color-4)\";s:6:\"tablet\";s:25:\"var(--ast-global-color-3)\";s:6:\"mobile\";s:0:\"\";}s:35:\"transparent-menu-h-color-responsive\";a:3:{s:7:\"desktop\";s:25:\"var(--ast-global-color-5)\";s:6:\"tablet\";s:25:\"var(--ast-global-color-2)\";s:6:\"mobile\";s:0:\"\";}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:29:\"breadcrumb-separator-selector\";s:7:\"unicode\";s:20:\"breadcrumb-separator\";s:4:\"\00bb\";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:0:\"\";s:14:\"line-height-h1\";d:1.1;s:14:\"font-family-h2\";s:7:\"inherit\";s:14:\"font-weight-h2\";s:7:\"inherit\";s:17:\"text-transform-h2\";s:0:\"\";s:14:\"line-height-h2\";s:0:\"\";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:\"600\";s:18:\"font-family-button\";s:23:\"\'Open Sans\', sans-serif\";s:16:\"font-size-button\";a:6:{s:7:\"desktop\";s:2:\"12\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";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\";i:2;s:20:\"header-desktop-items\";a:5:{s:5:\"popup\";a:1:{s:13:\"popup_content\";a:1:{i:0;s:11:\"mobile-menu\";}}s:5:\"above\";a:5:{s:10:\"above_left\";a:0:{}s:17:\"above_left_center\";a:0:{}s:12:\"above_center\";a:0:{}s:18:\"above_right_center\";a:0:{}s:11:\"above_right\";a:0:{}}s:7:\"primary\";a:5:{s:12:\"primary_left\";a:2:{i:0;s:4:\"logo\";i:1;s:6:\"menu-1\";}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:1:{i:0;s:8:\"button-1\";}}s:5:\"below\";a:5:{s:10:\"below_left\";a:0:{}s:17:\"below_left_center\";a:0:{}s:12:\"below_center\";a:0:{}s:18:\"below_right_center\";a:0:{}s:11:\"below_right\";a:0:{}}s:4:\"flag\";b:1;}s:19:\"header-mobile-items\";a:5:{s:5:\"popup\";a:1:{s:13:\"popup_content\";a:1:{i:0;s:11:\"mobile-menu\";}}s:5:\"above\";a:3:{s:10:\"above_left\";a:0:{}s:12:\"above_center\";a:0:{}s:11:\"above_right\";a:0:{}}s:7:\"primary\";a:3:{s:12:\"primary_left\";a: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:5:\"below\";a:3:{s:10:\"below_left\";a:0:{}s:12:\"below_center\";a:0:{}s:11:\"below_right\";a:0:{}}s:4:\"flag\";b:0;}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: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: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: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:2:\"35\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";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:2:\"25\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:2:\"25\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";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:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";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:\"80\";s:5:\"right\";s:2:\"40\";s:6:\"bottom\";s:2:\"80\";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: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:31:\"section-header-woo-cart-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:30:\"section-header-woo-cart-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:\"Reservation\";s:26:\"header-button1-link-option\";a:3:{s:3:\"url\";s:1:\"#\";s:7:\"new_tab\";s: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:\"13\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";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:25:\"var(--ast-global-color-5)\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:25:\"header-button1-back-color\";a:3:{s:7:\"desktop\";s:13:\"rgba(0,0,0,0)\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:27:\"header-button1-text-h-color\";a:3:{s:7:\"desktop\";s:25:\"var(--ast-global-color-1)\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:27:\"header-button1-back-h-color\";a:3:{s:7:\"desktop\";s:25:\"var(--ast-global-color-5)\";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:1:\"1\";s:5:\"right\";s:1:\"1\";s:6:\"bottom\";s:1:\"1\";s:4:\"left\";s:1:\"1\";}s:27:\"header-button1-border-color\";a:3:{s:7:\"desktop\";s:25:\"var(--ast-global-color-5)\";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:\"32\";s:6:\"bottom\";s:2:\"16\";s:4:\"left\";s:2:\"32\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";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:22:\"Insert HTML text here.\";s:18:\"footer-html-1color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:23:\"footer-html-1link-color\";a:3:{s:7:\"desktop\";s:0:\"\";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: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-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\";i:24;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\";a:1:{s:7:\"desktop\";s:25:\"var(--ast-global-color-3)\";}s:23:\"footer-social-1-h-color\";a:1:{s:7:\"desktop\";s:25:\"var(--ast-global-color-2)\";}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:2:{s:5:\"items\";a:4:{i:0;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:16:\"instagram-square\";s:5:\"label\";s:9:\"Instagram\";}i:1;a:7:{s:2:\"id\";s:7:\"behance\";s:7:\"enabled\";b:1;s:3:\"url\";s:0:\"\";s:5:\"color\";s:7:\"#1B64F6\";s:10:\"background\";s:11:\"transparent\";s:4:\"icon\";s:11:\"tripadvisor\";s:5:\"label\";s:7:\"Behance\";}i:2;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:14:\"facebook-round\";s:5:\"label\";s:8:\"Facebook\";}i:3;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\";}}s:4:\"flag\";b:1;}s:25:\"footer-social-1-alignment\";a:3:{s:7:\"desktop\";s:4:\"left\";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:0:\"\";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: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-1\";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-1-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:1:\"0\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:2:\"40\";s:4:\"left\";s:1:\"0\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";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: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-menu1-color-responsive\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}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:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}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:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}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\";i:2;s:6:\"bottom\";i:0;s:4:\"left\";i:0;s:5:\"right\";i:0;}s:33:\"header-menu1-menu-stack-on-mobile\";b:1;s:22:\"header-menu1-font-size\";a:6:{s:7:\"desktop\";s:31:\"-667777777777777777777777777777\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";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:9:\"uppercase\";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:2:\"24\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:2:\"40\";s:4:\"left\";s:1:\"0\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";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:1:\"0\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:1:\"0\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:2:\"30\";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: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:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:2:\"40\";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: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:1:{i:0;s:8:\"widget-1\";}s:9:\"primary_2\";a:1:{i:0;s:8:\"widget-2\";}s:9:\"primary_3\";a:1:{i:0;s:8:\"widget-3\";}s:9:\"primary_4\";a:2:{i:0;s:8:\"widget-4\";i:1;s:14:\"social-icons-1\";}s:9:\"primary_5\";a:0:{}s:9:\"primary_6\";a:0:{}}s:5:\"below\";a:6:{s:7:\"below_1\";a:1:{i:0;s:9:\"copyright\";}s:7:\"below_2\";a:0:{}s:7:\"below_3\";a:0:{}s:7:\"below_4\";a:0:{}s:7:\"below_5\";a:0:{}s:7:\"below_6\";a: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:\"4\";s:6:\"layout\";a:3:{s:6:\"mobile\";s:4:\"full\";s:6:\"tablet\";s:7:\"2-equal\";s:7:\"desktop\";s:7:\"4-equal\";}}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:4:\"flag\";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:7:{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: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:27:\"hb-footer-bg-obj-responsive\";a:3:{s:7:\"desktop\";a:7:{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: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:10:\"flex-start\";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-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: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:\"4\";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:7:\"4-equal\";s:6:\"tablet\";s:7:\"2-equal\";s:6:\"mobile\";s:4:\"full\";s:4:\"flag\";b:0;}s:18:\"hb-footer-main-sep\";i:0;s:24:\"hb-footer-main-sep-color\";s:7:\"#e6e6e6\";s:23:\"footer-copyright-editor\";s:75:\"Copyright [copyright] [current_year] [site_title] | Powered by [site_title]\";s:22:\"footer-copyright-color\";s:25:\"var(--ast-global-color-3)\";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: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: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:2:\"20\";s:5:\"right\";s:2:\"40\";s:6:\"bottom\";s:2:\"20\";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: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: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: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:\"#212121\";i:1;s:7:\"#212121\";i:2;s:7:\"#212121\";i:3;s:7:\"#545454\";i:4;s:7:\"#f7f8f9\";i:5;s:7:\"#ffffff\";i:6;s:7:\"#243673\";i:7;s:7:\"#FBFCFF\";i:8;s:7:\"#BFD1FF\";}s:4:\"flag\";b:0;}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: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: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:35:\"header-mobile-menu-color-responsive\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:25:\"var(--ast-global-color-3)\";s:6:\"mobile\";s:7:\"#222222\";}s:40:\"header-mobile-menu-h-bg-color-responsive\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:25:\"var(--ast-global-color-4)\";s:6:\"mobile\";s:7:\"#f7f8f9\";}s:37:\"header-mobile-menu-h-color-responsive\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:25:\"var(--ast-global-color-2)\";s:6:\"mobile\";s:7:\"#000000\";}s:40:\"header-mobile-menu-a-bg-color-responsive\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:25:\"var(--ast-global-color-4)\";s:6:\"mobile\";s:7:\"#f7f8f9\";}s:37:\"header-mobile-menu-a-color-responsive\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:25:\"var(--ast-global-color-2)\";s:6:\"mobile\";s:7:\"#000000\";}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:2:\"18\";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: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:28:\"woo-header-cart-click-action\";s:7:\"default\";s:23:\"woo-slide-in-cart-width\";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:41:\"woo-header-cart-icon-total-label-position\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:25:\"header-woo-cart-icon-size\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:20:\"woo-header-cart-icon\";s:7:\"default\";s:26:\"woo-header-cart-icon-style\";s:7:\"outline\";s:33:\"woo-desktop-cart-flyout-direction\";s:5:\"right\";s:26:\"header-woo-cart-icon-color\";s:0:\"\";s:38:\"transparent-header-woo-cart-icon-color\";s:0:\"\";s:32:\"header-woo-cart-icon-hover-color\";s:0:\"\";s:28:\"woo-header-cart-border-width\";i:2;s:27:\"woo-header-cart-icon-radius\";i:3;s:29:\"woo-header-cart-badge-display\";b:1;s:29:\"woo-header-cart-label-display\";s:33:\"Cart/{cart_total_currency_symbol}\";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\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:38:\"header-woo-cart-background-hover-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";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:59:\"https://websitedemos.net/travel-and-tourism-08/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:18:\"theme-auto-version\";s:5:\"3.9.4\";s:22:\"is_theme_queue_running\";b:0;s:33:\"_astra_pb_compatibility_completed\";b:1;s:21:\"headings-font-variant\";s:3:\"400\";s:38:\"theme-button-border-group-border-color\";s:0:\"\";s:40:\"theme-button-border-group-border-h-color\";s:0:\"\";s:29:\"header-button1-border-h-color\";a:1:{s:7:\"desktop\";s:25:\"var(--ast-global-color-5)\";}s:16:\"hb-inner-spacing\";a:1:{s:7:\"desktop\";i:24;}s:20:\"hbb-footer-separator\";i:1;s:27:\"hbb-footer-top-border-color\";s:7:\"#e9e9e9\";s:35:\"transparent-header-toggle-btn-color\";s:7:\"#ffffff\";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: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:20:\"improve-gb-editor-ui\";b:0;s:30:\"mobile-header-toggle-btn-color\";s:25:\"var(--ast-global-color-5)\";s:42:\"apply-content-background-fullwidth-layouts\";b:0;s:19:\"blocks-legacy-setup\";b:1;s:32:\"customizer-default-layout-update\";b:0;s:15:\"wp-blocks-v2-ui\";b:0;s:33:\"single-product-breadcrumb-disable\";b:0;s:43:\"woocommerce-single-product-fallback-default\";b:1;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:10:\"custom-css\";s:0:\"\";}',	'no'),
(389,	'uagb_beta',	'no',	'yes'),
(390,	'uag_enable_legacy_blocks',	'no',	'yes'),
(391,	'uag_enable_templates_button',	'yes',	'yes'),
(392,	'uag_enable_block_condition',	'disabled',	'yes'),
(393,	'uag_enable_masonry_gallery',	'enabled',	'yes'),
(394,	'uag_enable_block_responsive',	'enabled',	'yes'),
(395,	'uag_select_font_globally',	'a:0:{}',	'yes'),
(396,	'uag_load_select_font_globally',	'disabled',	'yes'),
(397,	'uag_load_gfonts_locally',	'disabled',	'yes'),
(398,	'uag_collapse_panels',	'enabled',	'yes'),
(399,	'uag_copy_paste',	'enabled',	'yes'),
(400,	'uag_preload_local_fonts',	'disabled',	'yes'),
(401,	'uag_enable_coming_soon_mode',	'disabled',	'yes'),
(402,	'uag_container_global_elements_gap',	'20',	'yes'),
(403,	'uag_blocks_editor_spacing',	'0',	'yes'),
(404,	'uag_load_font_awesome_5',	'disabled',	'yes'),
(405,	'uag_auto_block_recovery',	'disabled',	'yes'),
(406,	'uag_content_width',	'1200',	'yes'),
(407,	'st_attachments',	'a:0:{}',	'no'),
(408,	'category_children',	'a:0:{}',	'yes'),
(409,	'_astra_sites_old_site_options',	'a:52:{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:0:\"\";s:18:\"nav_menu_locations\";a:2:{s:7:\"primary\";s:12:\"primary-menu\";s:11:\"mobile_menu\";s:12:\"primary-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\";N;s:21:\"elementor_cpt_support\";N;s:26:\"elementor_css_print_method\";N;s:31:\"elementor_default_generic_fonts\";N;s:31:\"elementor_disable_color_schemes\";N;s:36:\"elementor_disable_typography_schemes\";N;s:28:\"elementor_editor_break_lines\";N;s:28:\"elementor_exclude_user_roles\";N;s:31:\"elementor_global_image_lightbox\";N;s:29:\"elementor_page_title_selector\";N;s:22:\"elementor_scheme_color\";N;s:30:\"elementor_scheme_color-picker]\";N;s:27:\"elementor_scheme_typography\";N;s:31:\"elementor_space_between_widgets\";N;s:37:\"elementor_stretched_section_container\";N;s:23:\"elementor_load_fa4_shim\";N;s:20:\"elementor_active_kit\";N;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\";N;s:41:\"woocommerce_enable_myaccount_registration\";N;s:42:\"woocommerce_registration_generate_username\";N;s:12:\"edd_settings\";N;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:\"#212121\";i:1;s:7:\"#212121\";i:2;s:7:\"#212121\";i:3;s:7:\"#545454\";i:4;s:7:\"#f7f8f9\";i:5;s:7:\"#ffffff\";i:6;s:7:\"#243673\";i:7;s:7:\"#FBFCFF\";i:8;s:7:\"#BFD1FF\";}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:\"#f9f9f9\";i:5;s:7:\"#ffffff\";i:6;s:7:\"#243673\";i:7;s:7:\"#424242\";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:\"#f9f9f9\";i:5;s:7:\"#ffffff\";i:6;s:7:\"#243673\";i:7;s:7:\"#424242\";i:8;s:7:\"#000000\";}}s:4:\"flag\";b:0;}s:24:\"astra-typography-presets\";s:0:\"\";}',	'no'),
(410,	'wpforms_settings',	'a:3:{s:11:\"disable-css\";s:1:\"2\";s:13:\"global-assets\";b:0;s:4:\"gdpr\";b:0;}',	'yes'),
(411,	'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:\"#2FC1FF\";i:1;s:7:\"#08ACF2\";i:2;s:7:\"#101218\";i:3;s:7:\"#4C5253\";i:4;s:7:\"#F3F6F6\";i:5;s:7:\"#FFFFFF\";i:6;s:7:\"#000000\";i:7;s:7:\"#4B4F58\";i:8;s:7:\"#F6F7F8\";}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:\"#f9f9f9\";i:5;s:7:\"#ffffff\";i:6;s:7:\"#243673\";i:7;s:7:\"#424242\";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:\"#f9f9f9\";i:5;s:7:\"#ffffff\";i:6;s:7:\"#243673\";i:7;s:7:\"#424242\";i:8;s:7:\"#000000\";}}s:4:\"flag\";b:0;}',	'yes'),
(412,	'astra-typography-presets',	'',	'yes'),
(413,	'_astra_sites_old_widgets_data',	'a:12:{s:19:\"wp_inactive_widgets\";a:2:{i:0;s:6:\"text-2\";i:1;s:6:\"text-3\";}s:9:\"sidebar-1\";a:9:{i:0;s:7:\"block-2\";i:1;s:7:\"block-3\";i:2;s:7:\"block-4\";i:3;s:8:\"search-1\";i:4;s:14:\"recent-posts-1\";i:5;s:17:\"recent-comments-1\";i:6;s:10:\"archives-1\";i:7;s:12:\"categories-2\";i:8;s:6:\"meta-1\";}s:13:\"header-widget\";a:0:{}s:15:\"footer-widget-1\";a:3:{i:0;s:7:\"block-5\";i:1;s:7:\"block-6\";i:2;s:6:\"text-4\";}s:15:\"footer-widget-2\";a:1:{i:0;s:10:\"nav_menu-1\";}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:13:\"array_version\";i:3;s:15:\"footer-widget-3\";a:1:{i:0;s:10:\"nav_menu-2\";}s:15:\"footer-widget-4\";a:1:{i:0;s:6:\"text-5\";}}',	'no'),
(420,	'astra_sites_import_complete',	'yes',	'no'),
(427,	'astra_sites_recent_import_log_file',	'/home/439471.cloudwaysapps.com/uzrvuznufx/public_html/wp-content/uploads/astra-sites/import-13-Dec-2022-08-53-54-5c9b835e2775226e3e8ba17a1ebd52d5.log',	'no'),
(440,	'ast-block-templates-last-export-checksums-latest',	'iAo47DFeTnsL',	'no');
INSERT INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES
(441,	'ast-block-templates-blocks-2',	'a:100:{s:8:\"id-55965\";a:10:{s:5:\"title\";s:8:\"About 20\";s:18:\"featured-image-url\";s:65:\"https://websitedemos.net/wp-content/uploads/2021/06/about-20g.jpg\";s:19:\"thumbnail-image-url\";s:65:\"https://websitedemos.net/wp-content/uploads/2021/06/about-20g.jpg\";s:3:\"url\";s:48:\"https://websitedemos.net/astra-blocks/about-20g/\";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:5:\"light\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-55960\";a:10:{s:5:\"title\";s:8:\"About 19\";s:18:\"featured-image-url\";s:65:\"https://websitedemos.net/wp-content/uploads/2021/07/about-19g.jpg\";s:19:\"thumbnail-image-url\";s:65:\"https://websitedemos.net/wp-content/uploads/2021/07/about-19g.jpg\";s:3:\"url\";s:48:\"https://websitedemos.net/astra-blocks/about-19g/\";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-55959\";a:10:{s:5:\"title\";s:8:\"About 18\";s:18:\"featured-image-url\";s:65:\"https://websitedemos.net/wp-content/uploads/2021/07/about-18g.jpg\";s:19:\"thumbnail-image-url\";s:65:\"https://websitedemos.net/wp-content/uploads/2021/07/about-18g.jpg\";s:3:\"url\";s:48:\"https://websitedemos.net/astra-blocks/about-18g/\";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-55958\";a:10:{s:5:\"title\";s:8:\"About 17\";s:18:\"featured-image-url\";s:65:\"https://websitedemos.net/wp-content/uploads/2021/07/about-17g.jpg\";s:19:\"thumbnail-image-url\";s:65:\"https://websitedemos.net/wp-content/uploads/2021/07/about-17g.jpg\";s:3:\"url\";s:48:\"https://websitedemos.net/astra-blocks/about-17g/\";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-55952\";a:10:{s:5:\"title\";s:8:\"About 16\";s:18:\"featured-image-url\";s:65:\"https://websitedemos.net/wp-content/uploads/2021/07/about-16g.jpg\";s:19:\"thumbnail-image-url\";s:65:\"https://websitedemos.net/wp-content/uploads/2021/07/about-16g.jpg\";s:3:\"url\";s:48:\"https://websitedemos.net/astra-blocks/about-16g/\";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-55951\";a:10:{s:5:\"title\";s:8:\"About 15\";s:18:\"featured-image-url\";s:65:\"https://websitedemos.net/wp-content/uploads/2021/07/about-15g.jpg\";s:19:\"thumbnail-image-url\";s:65:\"https://websitedemos.net/wp-content/uploads/2021/07/about-15g.jpg\";s:3:\"url\";s:48:\"https://websitedemos.net/astra-blocks/about-15g/\";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-55949\";a:10:{s:5:\"title\";s:8:\"About 14\";s:18:\"featured-image-url\";s:65:\"https://websitedemos.net/wp-content/uploads/2021/07/about-14g.jpg\";s:19:\"thumbnail-image-url\";s:65:\"https://websitedemos.net/wp-content/uploads/2021/07/about-14g.jpg\";s:3:\"url\";s:48:\"https://websitedemos.net/astra-blocks/about-14g/\";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-55102\";a:10:{s:5:\"title\";s:14:\"Single Quote 4\";s:18:\"featured-image-url\";s:71:\"https://websitedemos.net/wp-content/uploads/2021/05/single-quote-4g.jpg\";s:19:\"thumbnail-image-url\";s:71:\"https://websitedemos.net/wp-content/uploads/2021/05/single-quote-4g.jpg\";s:3:\"url\";s:54:\"https://websitedemos.net/astra-blocks/single-quote-4g/\";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:\"gutenberg\";s:6:\"filter\";s:5:\"light\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-55097\";a:10:{s:5:\"title\";s:14:\"Single Quote 3\";s:18:\"featured-image-url\";s:71:\"https://websitedemos.net/wp-content/uploads/2021/05/single-quote-3g.jpg\";s:19:\"thumbnail-image-url\";s:71:\"https://websitedemos.net/wp-content/uploads/2021/05/single-quote-3g.jpg\";s:3:\"url\";s:54:\"https://websitedemos.net/astra-blocks/single-quote-3g/\";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:\"gutenberg\";s:6:\"filter\";s:5:\"light\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-55086\";a:10:{s:5:\"title\";s:14:\"Single Quote 2\";s:18:\"featured-image-url\";s:71:\"https://websitedemos.net/wp-content/uploads/2021/05/single-quote-2g.jpg\";s:19:\"thumbnail-image-url\";s:71:\"https://websitedemos.net/wp-content/uploads/2021/05/single-quote-2g.jpg\";s:3:\"url\";s:54:\"https://websitedemos.net/astra-blocks/single-quote-2g/\";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:\"gutenberg\";s:6:\"filter\";s:5:\"light\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-55081\";a:10:{s:5:\"title\";s:14:\"Single Quote 1\";s:18:\"featured-image-url\";s:71:\"https://websitedemos.net/wp-content/uploads/2021/05/single-quote-1g.jpg\";s:19:\"thumbnail-image-url\";s:71:\"https://websitedemos.net/wp-content/uploads/2021/05/single-quote-1g.jpg\";s:3:\"url\";s:54:\"https://websitedemos.net/astra-blocks/single-quote-1g/\";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:\"gutenberg\";s:6:\"filter\";s:5:\"light\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-54165\";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-1g.jpg\";s:19:\"thumbnail-image-url\";s:66:\"https://websitedemos.net/wp-content/uploads/2021/05/clients-1g.jpg\";s:3:\"url\";s:49:\"https://websitedemos.net/astra-blocks/clients-1g/\";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:\"gutenberg\";s:6:\"filter\";s:5:\"light\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-55983\";a:10:{s:5:\"title\";s:8:\"About 26\";s:18:\"featured-image-url\";s:65:\"https://websitedemos.net/wp-content/uploads/2021/07/about-26g.jpg\";s:19:\"thumbnail-image-url\";s:65:\"https://websitedemos.net/wp-content/uploads/2021/07/about-26g.jpg\";s:3:\"url\";s:48:\"https://websitedemos.net/astra-blocks/about-26g/\";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-55987\";a:10:{s:5:\"title\";s:17:\"Call To Action 10\";s:18:\"featured-image-url\";s:74:\"https://websitedemos.net/wp-content/uploads/2021/06/call-to-action-10g.jpg\";s:19:\"thumbnail-image-url\";s:74:\"https://websitedemos.net/wp-content/uploads/2021/06/call-to-action-10g.jpg\";s:3:\"url\";s:57:\"https://websitedemos.net/astra-blocks/call-to-action-10g/\";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:\"gutenberg\";s:6:\"filter\";s:4:\"dark\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-56036\";a:10:{s:5:\"title\";s:5:\"FAQ 9\";s:18:\"featured-image-url\";s:62:\"https://websitedemos.net/wp-content/uploads/2021/06/faq-9g.jpg\";s:19:\"thumbnail-image-url\";s:62:\"https://websitedemos.net/wp-content/uploads/2021/06/faq-9g.jpg\";s:3:\"url\";s:45:\"https://websitedemos.net/astra-blocks/faq-9g/\";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-56035\";a:10:{s:5:\"title\";s:5:\"FAQ 8\";s:18:\"featured-image-url\";s:62:\"https://websitedemos.net/wp-content/uploads/2021/06/faq-8g.jpg\";s:19:\"thumbnail-image-url\";s:62:\"https://websitedemos.net/wp-content/uploads/2021/06/faq-8g.jpg\";s:3:\"url\";s:45:\"https://websitedemos.net/astra-blocks/faq-8g/\";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-56034\";a:10:{s:5:\"title\";s:5:\"FAQ 7\";s:18:\"featured-image-url\";s:62:\"https://websitedemos.net/wp-content/uploads/2021/06/faq-7g.jpg\";s:19:\"thumbnail-image-url\";s:62:\"https://websitedemos.net/wp-content/uploads/2021/06/faq-7g.jpg\";s:3:\"url\";s:45:\"https://websitedemos.net/astra-blocks/faq-7g/\";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-56033\";a:10:{s:5:\"title\";s:5:\"FAQ 6\";s:18:\"featured-image-url\";s:62:\"https://websitedemos.net/wp-content/uploads/2021/06/faq-6g.jpg\";s:19:\"thumbnail-image-url\";s:62:\"https://websitedemos.net/wp-content/uploads/2021/06/faq-6g.jpg\";s:3:\"url\";s:45:\"https://websitedemos.net/astra-blocks/faq-6g/\";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-56020\";a:10:{s:5:\"title\";s:10:\"Clients 10\";s:18:\"featured-image-url\";s:67:\"https://websitedemos.net/wp-content/uploads/2021/06/clients-10g.jpg\";s:19:\"thumbnail-image-url\";s:67:\"https://websitedemos.net/wp-content/uploads/2021/06/clients-10g.jpg\";s:3:\"url\";s:50:\"https://websitedemos.net/astra-blocks/clients-10g/\";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:\"gutenberg\";s:6:\"filter\";s:4:\"dark\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-56019\";a:10:{s:5:\"title\";s:9:\"Clients 9\";s:18:\"featured-image-url\";s:66:\"https://websitedemos.net/wp-content/uploads/2021/06/clients-9g.jpg\";s:19:\"thumbnail-image-url\";s:66:\"https://websitedemos.net/wp-content/uploads/2021/06/clients-9g.jpg\";s:3:\"url\";s:49:\"https://websitedemos.net/astra-blocks/clients-9g/\";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:\"gutenberg\";s:6:\"filter\";s:4:\"dark\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-56018\";a:10:{s:5:\"title\";s:9:\"Clients 8\";s:18:\"featured-image-url\";s:66:\"https://websitedemos.net/wp-content/uploads/2021/06/clients-8g.jpg\";s:19:\"thumbnail-image-url\";s:66:\"https://websitedemos.net/wp-content/uploads/2021/06/clients-8g.jpg\";s:3:\"url\";s:49:\"https://websitedemos.net/astra-blocks/clients-8g/\";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:\"gutenberg\";s:6:\"filter\";s:4:\"dark\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-56021\";a:10:{s:5:\"title\";s:9:\"Clients 7\";s:18:\"featured-image-url\";s:66:\"https://websitedemos.net/wp-content/uploads/2021/06/clients-7g.jpg\";s:19:\"thumbnail-image-url\";s:66:\"https://websitedemos.net/wp-content/uploads/2021/06/clients-7g.jpg\";s:3:\"url\";s:49:\"https://websitedemos.net/astra-blocks/clients-7g/\";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:\"gutenberg\";s:6:\"filter\";s:4:\"dark\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-56016\";a:10:{s:5:\"title\";s:9:\"Clients 6\";s:18:\"featured-image-url\";s:66:\"https://websitedemos.net/wp-content/uploads/2021/06/clients-6g.jpg\";s:19:\"thumbnail-image-url\";s:66:\"https://websitedemos.net/wp-content/uploads/2021/06/clients-6g.jpg\";s:3:\"url\";s:49:\"https://websitedemos.net/astra-blocks/clients-6g/\";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:\"gutenberg\";s:6:\"filter\";s:4:\"dark\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-56008\";a:10:{s:5:\"title\";s:17:\"Call To Action 17\";s:18:\"featured-image-url\";s:74:\"https://websitedemos.net/wp-content/uploads/2021/06/call-to-action-17g.jpg\";s:19:\"thumbnail-image-url\";s:74:\"https://websitedemos.net/wp-content/uploads/2021/06/call-to-action-17g.jpg\";s:3:\"url\";s:57:\"https://websitedemos.net/astra-blocks/call-to-action-17g/\";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:\"gutenberg\";s:6:\"filter\";s:4:\"dark\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-56009\";a:10:{s:5:\"title\";s:17:\"Call To Action 18\";s:18:\"featured-image-url\";s:74:\"https://websitedemos.net/wp-content/uploads/2021/06/call-to-action-18g.jpg\";s:19:\"thumbnail-image-url\";s:74:\"https://websitedemos.net/wp-content/uploads/2021/06/call-to-action-18g.jpg\";s:3:\"url\";s:57:\"https://websitedemos.net/astra-blocks/call-to-action-18g/\";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:\"gutenberg\";s:6:\"filter\";s:4:\"dark\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-56007\";a:10:{s:5:\"title\";s:17:\"Call To Action 16\";s:18:\"featured-image-url\";s:74:\"https://websitedemos.net/wp-content/uploads/2021/06/call-to-action-16g.jpg\";s:19:\"thumbnail-image-url\";s:74:\"https://websitedemos.net/wp-content/uploads/2021/06/call-to-action-16g.jpg\";s:3:\"url\";s:57:\"https://websitedemos.net/astra-blocks/call-to-action-16g/\";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:\"gutenberg\";s:6:\"filter\";s:4:\"dark\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-56001\";a:10:{s:5:\"title\";s:17:\"Call To Action 13\";s:18:\"featured-image-url\";s:74:\"https://websitedemos.net/wp-content/uploads/2021/06/call-to-action-13g.jpg\";s:19:\"thumbnail-image-url\";s:74:\"https://websitedemos.net/wp-content/uploads/2021/06/call-to-action-13g.jpg\";s:3:\"url\";s:57:\"https://websitedemos.net/astra-blocks/call-to-action-13g/\";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:\"gutenberg\";s:6:\"filter\";s:4:\"dark\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-56002\";a:10:{s:5:\"title\";s:17:\"Call To Action 14\";s:18:\"featured-image-url\";s:74:\"https://websitedemos.net/wp-content/uploads/2021/06/call-to-action-14g.jpg\";s:19:\"thumbnail-image-url\";s:74:\"https://websitedemos.net/wp-content/uploads/2021/06/call-to-action-14g.jpg\";s:3:\"url\";s:57:\"https://websitedemos.net/astra-blocks/call-to-action-14g/\";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:\"gutenberg\";s:6:\"filter\";s:4:\"dark\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-56003\";a:10:{s:5:\"title\";s:17:\"Call To Action 15\";s:18:\"featured-image-url\";s:74:\"https://websitedemos.net/wp-content/uploads/2021/06/call-to-action-15g.jpg\";s:19:\"thumbnail-image-url\";s:74:\"https://websitedemos.net/wp-content/uploads/2021/06/call-to-action-15g.jpg\";s:3:\"url\";s:57:\"https://websitedemos.net/astra-blocks/call-to-action-15g/\";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:\"gutenberg\";s:6:\"filter\";s:4:\"dark\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-55989\";a:10:{s:5:\"title\";s:17:\"Call To Action 12\";s:18:\"featured-image-url\";s:74:\"https://websitedemos.net/wp-content/uploads/2021/06/call-to-action-12g.jpg\";s:19:\"thumbnail-image-url\";s:74:\"https://websitedemos.net/wp-content/uploads/2021/06/call-to-action-12g.jpg\";s:3:\"url\";s:57:\"https://websitedemos.net/astra-blocks/call-to-action-12g/\";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:\"gutenberg\";s:6:\"filter\";s:4:\"dark\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-55988\";a:10:{s:5:\"title\";s:17:\"Call To Action 11\";s:18:\"featured-image-url\";s:74:\"https://websitedemos.net/wp-content/uploads/2021/06/call-to-action-11g.jpg\";s:19:\"thumbnail-image-url\";s:74:\"https://websitedemos.net/wp-content/uploads/2021/06/call-to-action-11g.jpg\";s:3:\"url\";s:57:\"https://websitedemos.net/astra-blocks/call-to-action-11g/\";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:\"gutenberg\";s:6:\"filter\";s:4:\"dark\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-56519\";a:10:{s:5:\"title\";s:11:\"Services 18\";s:18:\"featured-image-url\";s:67:\"https://websitedemos.net/wp-content/uploads/2021/06/services-18.jpg\";s:19:\"thumbnail-image-url\";s:67:\"https://websitedemos.net/wp-content/uploads/2021/06/services-18.jpg\";s:3:\"url\";s:51:\"https://websitedemos.net/astra-blocks/services-18g/\";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:\"gutenberg\";s:6:\"filter\";s:4:\"dark\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-56234\";a:10:{s:5:\"title\";s:7:\"Hero 11\";s:18:\"featured-image-url\";s:64:\"https://websitedemos.net/wp-content/uploads/2021/07/hero-11w.jpg\";s:19:\"thumbnail-image-url\";s:64:\"https://websitedemos.net/wp-content/uploads/2021/07/hero-11w.jpg\";s:3:\"url\";s:47:\"https://websitedemos.net/astra-blocks/hero-11w/\";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:5:\"light\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-56196\";a:10:{s:5:\"title\";s:10:\"Contact 10\";s:18:\"featured-image-url\";s:66:\"https://websitedemos.net/wp-content/uploads/2021/06/contact-5w.jpg\";s:19:\"thumbnail-image-url\";s:66:\"https://websitedemos.net/wp-content/uploads/2021/06/contact-5w.jpg\";s:3:\"url\";s:50:\"https://websitedemos.net/astra-blocks/contact-10g/\";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:5:\"light\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-56451\";a:10:{s:5:\"title\";s:11:\"Portfolio 8\";s:18:\"featured-image-url\";s:67:\"https://websitedemos.net/wp-content/uploads/2021/06/portfolio-8.jpg\";s:19:\"thumbnail-image-url\";s:67:\"https://websitedemos.net/wp-content/uploads/2021/06/portfolio-8.jpg\";s:3:\"url\";s:51:\"https://websitedemos.net/astra-blocks/portfolio-8g/\";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:\"gutenberg\";s:6:\"filter\";s:4:\"dark\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-56455\";a:10:{s:5:\"title\";s:11:\"Portfolio 7\";s:18:\"featured-image-url\";s:67:\"https://websitedemos.net/wp-content/uploads/2021/06/portfolio-7.jpg\";s:19:\"thumbnail-image-url\";s:67:\"https://websitedemos.net/wp-content/uploads/2021/06/portfolio-7.jpg\";s:3:\"url\";s:51:\"https://websitedemos.net/astra-blocks/portfolio-7g/\";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:\"gutenberg\";s:6:\"filter\";s:4:\"dark\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-56449\";a:10:{s:5:\"title\";s:11:\"Portfolio 6\";s:18:\"featured-image-url\";s:67:\"https://websitedemos.net/wp-content/uploads/2021/06/portfolio-6.jpg\";s:19:\"thumbnail-image-url\";s:67:\"https://websitedemos.net/wp-content/uploads/2021/06/portfolio-6.jpg\";s:3:\"url\";s:51:\"https://websitedemos.net/astra-blocks/portfolio-6g/\";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:\"gutenberg\";s:6:\"filter\";s:4:\"dark\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-56437\";a:10:{s:5:\"title\";s:17:\"Subscribe Form 12\";s:18:\"featured-image-url\";s:73:\"https://websitedemos.net/wp-content/uploads/2021/06/subscribe-form-12.jpg\";s:19:\"thumbnail-image-url\";s:73:\"https://websitedemos.net/wp-content/uploads/2021/06/subscribe-form-12.jpg\";s:3:\"url\";s:57:\"https://websitedemos.net/astra-blocks/subscribe-form-12g/\";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:\"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-56436\";a:10:{s:5:\"title\";s:17:\"Subscribe Form 11\";s:18:\"featured-image-url\";s:73:\"https://websitedemos.net/wp-content/uploads/2021/06/subscribe-form-11.jpg\";s:19:\"thumbnail-image-url\";s:73:\"https://websitedemos.net/wp-content/uploads/2021/06/subscribe-form-11.jpg\";s:3:\"url\";s:57:\"https://websitedemos.net/astra-blocks/subscribe-form-11g/\";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:\"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-56435\";a:10:{s:5:\"title\";s:17:\"Subscribe Form 10\";s:18:\"featured-image-url\";s:73:\"https://websitedemos.net/wp-content/uploads/2021/06/subscribe-form-10.jpg\";s:19:\"thumbnail-image-url\";s:73:\"https://websitedemos.net/wp-content/uploads/2021/06/subscribe-form-10.jpg\";s:3:\"url\";s:57:\"https://websitedemos.net/astra-blocks/subscribe-form-10g/\";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:\"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-56421\";a:10:{s:5:\"title\";s:16:\"Subscribe Form 9\";s:18:\"featured-image-url\";s:72:\"https://websitedemos.net/wp-content/uploads/2021/06/subscribe-form-9.jpg\";s:19:\"thumbnail-image-url\";s:72:\"https://websitedemos.net/wp-content/uploads/2021/06/subscribe-form-9.jpg\";s:3:\"url\";s:56:\"https://websitedemos.net/astra-blocks/subscribe-form-9g/\";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:\"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-56423\";a:10:{s:5:\"title\";s:20:\"Location And Hours 6\";s:18:\"featured-image-url\";s:72:\"https://websitedemos.net/wp-content/uploads/2021/06/location-hours-6.jpg\";s:19:\"thumbnail-image-url\";s:72:\"https://websitedemos.net/wp-content/uploads/2021/06/location-hours-6.jpg\";s:3:\"url\";s:60:\"https://websitedemos.net/astra-blocks/location-and-hours-6g/\";s:3:\"tag\";a:1:{i:1957;s:18:\"location-and-hours\";}s:8:\"category\";i:1950;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-56424\";a:10:{s:5:\"title\";s:20:\"Location And Hours 7\";s:18:\"featured-image-url\";s:72:\"https://websitedemos.net/wp-content/uploads/2021/06/location-hours-7.jpg\";s:19:\"thumbnail-image-url\";s:72:\"https://websitedemos.net/wp-content/uploads/2021/06/location-hours-7.jpg\";s:3:\"url\";s:60:\"https://websitedemos.net/astra-blocks/location-and-hours-7g/\";s:3:\"tag\";a:1:{i:1957;s:18:\"location-and-hours\";}s:8:\"category\";i:1950;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-56425\";a:10:{s:5:\"title\";s:20:\"Location And Hours 8\";s:18:\"featured-image-url\";s:72:\"https://websitedemos.net/wp-content/uploads/2021/06/location-hours-8.jpg\";s:19:\"thumbnail-image-url\";s:72:\"https://websitedemos.net/wp-content/uploads/2021/06/location-hours-8.jpg\";s:3:\"url\";s:60:\"https://websitedemos.net/astra-blocks/location-and-hours-8g/\";s:3:\"tag\";a:1:{i:1957;s:18:\"location-and-hours\";}s:8:\"category\";i:1950;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-56426\";a:10:{s:5:\"title\";s:20:\"Location And Hours 9\";s:18:\"featured-image-url\";s:72:\"https://websitedemos.net/wp-content/uploads/2021/06/location-hours-9.jpg\";s:19:\"thumbnail-image-url\";s:72:\"https://websitedemos.net/wp-content/uploads/2021/06/location-hours-9.jpg\";s:3:\"url\";s:60:\"https://websitedemos.net/astra-blocks/location-and-hours-9g/\";s:3:\"tag\";a:1:{i:1957;s:18:\"location-and-hours\";}s:8:\"category\";i:1950;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-56422\";a:10:{s:5:\"title\";s:21:\"Location And Hours 10\";s:18:\"featured-image-url\";s:73:\"https://websitedemos.net/wp-content/uploads/2021/06/location-hours-10.jpg\";s:19:\"thumbnail-image-url\";s:73:\"https://websitedemos.net/wp-content/uploads/2021/06/location-hours-10.jpg\";s:3:\"url\";s:61:\"https://websitedemos.net/astra-blocks/location-and-hours-10g/\";s:3:\"tag\";a:1:{i:1957;s:18:\"location-and-hours\";}s:8:\"category\";i:1950;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-56420\";a:10:{s:5:\"title\";s:16:\"Subscribe Form 8\";s:18:\"featured-image-url\";s:72:\"https://websitedemos.net/wp-content/uploads/2021/06/subscribe-form-8.jpg\";s:19:\"thumbnail-image-url\";s:72:\"https://websitedemos.net/wp-content/uploads/2021/06/subscribe-form-8.jpg\";s:3:\"url\";s:56:\"https://websitedemos.net/astra-blocks/subscribe-form-8g/\";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:\"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-56419\";a:10:{s:5:\"title\";s:16:\"Subscribe Form 7\";s:18:\"featured-image-url\";s:72:\"https://websitedemos.net/wp-content/uploads/2021/06/subscribe-form-7.jpg\";s:19:\"thumbnail-image-url\";s:72:\"https://websitedemos.net/wp-content/uploads/2021/06/subscribe-form-7.jpg\";s:3:\"url\";s:56:\"https://websitedemos.net/astra-blocks/subscribe-form-7g/\";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:\"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-56403\";a:10:{s:5:\"title\";s:7:\"Team 16\";s:18:\"featured-image-url\";s:63:\"https://websitedemos.net/wp-content/uploads/2021/06/team-16.jpg\";s:19:\"thumbnail-image-url\";s:63:\"https://websitedemos.net/wp-content/uploads/2021/06/team-16.jpg\";s:3:\"url\";s:47:\"https://websitedemos.net/astra-blocks/team-16g/\";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:\"gutenberg\";s:6:\"filter\";s:4:\"dark\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-56396\";a:10:{s:5:\"title\";s:7:\"Team 15\";s:18:\"featured-image-url\";s:63:\"https://websitedemos.net/wp-content/uploads/2021/06/team-15.jpg\";s:19:\"thumbnail-image-url\";s:63:\"https://websitedemos.net/wp-content/uploads/2021/06/team-15.jpg\";s:3:\"url\";s:47:\"https://websitedemos.net/astra-blocks/team-15g/\";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:\"gutenberg\";s:6:\"filter\";s:4:\"dark\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-56388\";a:10:{s:5:\"title\";s:7:\"Team 14\";s:18:\"featured-image-url\";s:63:\"https://websitedemos.net/wp-content/uploads/2021/06/team-14.jpg\";s:19:\"thumbnail-image-url\";s:63:\"https://websitedemos.net/wp-content/uploads/2021/06/team-14.jpg\";s:3:\"url\";s:47:\"https://websitedemos.net/astra-blocks/team-14g/\";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:\"gutenberg\";s:6:\"filter\";s:4:\"dark\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-56452\";a:10:{s:5:\"title\";s:11:\"Portfolio 9\";s:18:\"featured-image-url\";s:67:\"https://websitedemos.net/wp-content/uploads/2021/06/portfolio-9.jpg\";s:19:\"thumbnail-image-url\";s:67:\"https://websitedemos.net/wp-content/uploads/2021/06/portfolio-9.jpg\";s:3:\"url\";s:51:\"https://websitedemos.net/astra-blocks/portfolio-9g/\";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:\"gutenberg\";s:6:\"filter\";s:4:\"dark\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-56453\";a:10:{s:5:\"title\";s:12:\"Portfolio 10\";s:18:\"featured-image-url\";s:68:\"https://websitedemos.net/wp-content/uploads/2021/06/portfolio-10.jpg\";s:19:\"thumbnail-image-url\";s:68:\"https://websitedemos.net/wp-content/uploads/2021/06/portfolio-10.jpg\";s:3:\"url\";s:52:\"https://websitedemos.net/astra-blocks/portfolio-10g/\";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:\"gutenberg\";s:6:\"filter\";s:4:\"dark\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-56518\";a:10:{s:5:\"title\";s:11:\"Services 17\";s:18:\"featured-image-url\";s:67:\"https://websitedemos.net/wp-content/uploads/2021/06/services-17.jpg\";s:19:\"thumbnail-image-url\";s:67:\"https://websitedemos.net/wp-content/uploads/2021/06/services-17.jpg\";s:3:\"url\";s:51:\"https://websitedemos.net/astra-blocks/services-17g/\";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:\"gutenberg\";s:6:\"filter\";s:4:\"dark\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-56517\";a:10:{s:5:\"title\";s:11:\"Services 16\";s:18:\"featured-image-url\";s:67:\"https://websitedemos.net/wp-content/uploads/2021/06/services-16.jpg\";s:19:\"thumbnail-image-url\";s:67:\"https://websitedemos.net/wp-content/uploads/2021/06/services-16.jpg\";s:3:\"url\";s:51:\"https://websitedemos.net/astra-blocks/services-16g/\";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:\"gutenberg\";s:6:\"filter\";s:4:\"dark\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-56510\";a:10:{s:5:\"title\";s:11:\"Services 14\";s:18:\"featured-image-url\";s:67:\"https://websitedemos.net/wp-content/uploads/2021/06/services-14.jpg\";s:19:\"thumbnail-image-url\";s:67:\"https://websitedemos.net/wp-content/uploads/2021/06/services-14.jpg\";s:3:\"url\";s:51:\"https://websitedemos.net/astra-blocks/services-14g/\";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:\"gutenberg\";s:6:\"filter\";s:4:\"dark\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-56511\";a:10:{s:5:\"title\";s:11:\"Services 15\";s:18:\"featured-image-url\";s:67:\"https://websitedemos.net/wp-content/uploads/2021/06/services-15.jpg\";s:19:\"thumbnail-image-url\";s:67:\"https://websitedemos.net/wp-content/uploads/2021/06/services-15.jpg\";s:3:\"url\";s:51:\"https://websitedemos.net/astra-blocks/services-15g/\";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:\"gutenberg\";s:6:\"filter\";s:4:\"dark\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-56509\";a:10:{s:5:\"title\";s:11:\"Services 13\";s:18:\"featured-image-url\";s:67:\"https://websitedemos.net/wp-content/uploads/2021/06/services-13.jpg\";s:19:\"thumbnail-image-url\";s:67:\"https://websitedemos.net/wp-content/uploads/2021/06/services-13.jpg\";s:3:\"url\";s:51:\"https://websitedemos.net/astra-blocks/services-13g/\";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:\"gutenberg\";s:6:\"filter\";s:4:\"dark\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-56504\";a:10:{s:5:\"title\";s:11:\"Services 12\";s:18:\"featured-image-url\";s:67:\"https://websitedemos.net/wp-content/uploads/2021/06/services-12.jpg\";s:19:\"thumbnail-image-url\";s:67:\"https://websitedemos.net/wp-content/uploads/2021/06/services-12.jpg\";s:3:\"url\";s:51:\"https://websitedemos.net/astra-blocks/services-12g/\";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:\"gutenberg\";s:6:\"filter\";s:4:\"dark\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-56503\";a:10:{s:5:\"title\";s:11:\"Services 11\";s:18:\"featured-image-url\";s:67:\"https://websitedemos.net/wp-content/uploads/2021/06/services-11.jpg\";s:19:\"thumbnail-image-url\";s:67:\"https://websitedemos.net/wp-content/uploads/2021/06/services-11.jpg\";s:3:\"url\";s:51:\"https://websitedemos.net/astra-blocks/services-11g/\";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:\"gutenberg\";s:6:\"filter\";s:4:\"dark\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-56502\";a:10:{s:5:\"title\";s:11:\"Services 10\";s:18:\"featured-image-url\";s:67:\"https://websitedemos.net/wp-content/uploads/2021/06/services-10.jpg\";s:19:\"thumbnail-image-url\";s:67:\"https://websitedemos.net/wp-content/uploads/2021/06/services-10.jpg\";s:3:\"url\";s:51:\"https://websitedemos.net/astra-blocks/services-10g/\";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:\"gutenberg\";s:6:\"filter\";s:4:\"dark\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-56497\";a:10:{s:5:\"title\";s:14:\"Single Quote 8\";s:18:\"featured-image-url\";s:71:\"https://websitedemos.net/wp-content/uploads/2021/06/single-quote-8g.jpg\";s:19:\"thumbnail-image-url\";s:71:\"https://websitedemos.net/wp-content/uploads/2021/06/single-quote-8g.jpg\";s:3:\"url\";s:54:\"https://websitedemos.net/astra-blocks/single-quote-8g/\";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:\"gutenberg\";s:6:\"filter\";s:4:\"dark\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-56490\";a:10:{s:5:\"title\";s:14:\"Single Quote 7\";s:18:\"featured-image-url\";s:71:\"https://websitedemos.net/wp-content/uploads/2021/06/single-quote-7g.jpg\";s:19:\"thumbnail-image-url\";s:71:\"https://websitedemos.net/wp-content/uploads/2021/06/single-quote-7g.jpg\";s:3:\"url\";s:54:\"https://websitedemos.net/astra-blocks/single-quote-7g/\";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:\"gutenberg\";s:6:\"filter\";s:4:\"dark\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-56489\";a:10:{s:5:\"title\";s:14:\"Single Quote 6\";s:18:\"featured-image-url\";s:71:\"https://websitedemos.net/wp-content/uploads/2021/06/single-quote-6g.jpg\";s:19:\"thumbnail-image-url\";s:71:\"https://websitedemos.net/wp-content/uploads/2021/06/single-quote-6g.jpg\";s:3:\"url\";s:54:\"https://websitedemos.net/astra-blocks/single-quote-6g/\";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:\"gutenberg\";s:6:\"filter\";s:4:\"dark\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-56488\";a:10:{s:5:\"title\";s:14:\"Single Quote 5\";s:18:\"featured-image-url\";s:71:\"https://websitedemos.net/wp-content/uploads/2021/06/single-quote-5g.jpg\";s:19:\"thumbnail-image-url\";s:71:\"https://websitedemos.net/wp-content/uploads/2021/06/single-quote-5g.jpg\";s:3:\"url\";s:54:\"https://websitedemos.net/astra-blocks/single-quote-5g/\";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:\"gutenberg\";s:6:\"filter\";s:4:\"dark\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-56482\";a:10:{s:5:\"title\";s:13:\"Statistics 10\";s:18:\"featured-image-url\";s:70:\"https://websitedemos.net/wp-content/uploads/2021/06/statistics-10g.jpg\";s:19:\"thumbnail-image-url\";s:70:\"https://websitedemos.net/wp-content/uploads/2021/06/statistics-10g.jpg\";s:3:\"url\";s:53:\"https://websitedemos.net/astra-blocks/statistics-10g/\";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:\"gutenberg\";s:6:\"filter\";s:4:\"dark\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-56481\";a:10:{s:5:\"title\";s:12:\"Statistics 9\";s:18:\"featured-image-url\";s:69:\"https://websitedemos.net/wp-content/uploads/2021/06/statistics-9g.jpg\";s:19:\"thumbnail-image-url\";s:69:\"https://websitedemos.net/wp-content/uploads/2021/06/statistics-9g.jpg\";s:3:\"url\";s:52:\"https://websitedemos.net/astra-blocks/statistics-9g/\";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:\"gutenberg\";s:6:\"filter\";s:4:\"dark\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-56474\";a:10:{s:5:\"title\";s:12:\"Statistics 8\";s:18:\"featured-image-url\";s:69:\"https://websitedemos.net/wp-content/uploads/2021/06/statistics-8g.jpg\";s:19:\"thumbnail-image-url\";s:69:\"https://websitedemos.net/wp-content/uploads/2021/06/statistics-8g.jpg\";s:3:\"url\";s:52:\"https://websitedemos.net/astra-blocks/statistics-8g/\";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:\"gutenberg\";s:6:\"filter\";s:4:\"dark\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-56473\";a:10:{s:5:\"title\";s:12:\"Statistics 7\";s:18:\"featured-image-url\";s:69:\"https://websitedemos.net/wp-content/uploads/2021/06/statistics-7g.jpg\";s:19:\"thumbnail-image-url\";s:69:\"https://websitedemos.net/wp-content/uploads/2021/06/statistics-7g.jpg\";s:3:\"url\";s:52:\"https://websitedemos.net/astra-blocks/statistics-7g/\";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:\"gutenberg\";s:6:\"filter\";s:4:\"dark\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-56472\";a:10:{s:5:\"title\";s:12:\"Statistics 6\";s:18:\"featured-image-url\";s:69:\"https://websitedemos.net/wp-content/uploads/2021/06/statistics-6g.jpg\";s:19:\"thumbnail-image-url\";s:69:\"https://websitedemos.net/wp-content/uploads/2021/06/statistics-6g.jpg\";s:3:\"url\";s:52:\"https://websitedemos.net/astra-blocks/statistics-6g/\";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:\"gutenberg\";s:6:\"filter\";s:4:\"dark\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-56376\";a:10:{s:5:\"title\";s:7:\"Team 13\";s:18:\"featured-image-url\";s:63:\"https://websitedemos.net/wp-content/uploads/2021/06/team-13.jpg\";s:19:\"thumbnail-image-url\";s:63:\"https://websitedemos.net/wp-content/uploads/2021/06/team-13.jpg\";s:3:\"url\";s:47:\"https://websitedemos.net/astra-blocks/team-13g/\";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:\"gutenberg\";s:6:\"filter\";s:4:\"dark\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-56375\";a:10:{s:5:\"title\";s:7:\"Team 12\";s:18:\"featured-image-url\";s:63:\"https://websitedemos.net/wp-content/uploads/2021/06/team-12.jpg\";s:19:\"thumbnail-image-url\";s:63:\"https://websitedemos.net/wp-content/uploads/2021/06/team-12.jpg\";s:3:\"url\";s:47:\"https://websitedemos.net/astra-blocks/team-12g/\";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:\"gutenberg\";s:6:\"filter\";s:4:\"dark\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-56235\";a:10:{s:5:\"title\";s:7:\"Hero 12\";s:18:\"featured-image-url\";s:63:\"https://websitedemos.net/wp-content/uploads/2021/07/hero-12.jpg\";s:19:\"thumbnail-image-url\";s:63:\"https://websitedemos.net/wp-content/uploads/2021/07/hero-12.jpg\";s:3:\"url\";s:47:\"https://websitedemos.net/astra-blocks/hero-12w/\";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:5:\"light\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-56297\";a:10:{s:5:\"title\";s:14:\"Main Banner 17\";s:18:\"featured-image-url\";s:71:\"https://websitedemos.net/wp-content/uploads/2021/07/main-banner-17g.jpg\";s:19:\"thumbnail-image-url\";s:71:\"https://websitedemos.net/wp-content/uploads/2021/07/main-banner-17g.jpg\";s:3:\"url\";s:54:\"https://websitedemos.net/astra-blocks/main-banner-17g/\";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:\"gutenberg\";s:6:\"filter\";s:4:\"dark\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-56287\";a:10:{s:5:\"title\";s:15:\"Testimonials 16\";s:18:\"featured-image-url\";s:71:\"https://websitedemos.net/wp-content/uploads/2021/06/testimonials-16.jpg\";s:19:\"thumbnail-image-url\";s:71:\"https://websitedemos.net/wp-content/uploads/2021/06/testimonials-16.jpg\";s:3:\"url\";s:55:\"https://websitedemos.net/astra-blocks/testimonials-16g/\";s:3:\"tag\";a:1:{i:2238;s:12:\"testimonials\";}s:8:\"category\";i:830;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-56296\";a:10:{s:5:\"title\";s:14:\"Main Banner 16\";s:18:\"featured-image-url\";s:71:\"https://websitedemos.net/wp-content/uploads/2021/07/main-banner-16g.jpg\";s:19:\"thumbnail-image-url\";s:71:\"https://websitedemos.net/wp-content/uploads/2021/07/main-banner-16g.jpg\";s:3:\"url\";s:54:\"https://websitedemos.net/astra-blocks/main-banner-16g/\";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:\"gutenberg\";s:6:\"filter\";s:4:\"dark\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-56295\";a:10:{s:5:\"title\";s:14:\"Main Banner 15\";s:18:\"featured-image-url\";s:71:\"https://websitedemos.net/wp-content/uploads/2021/07/main-banner-15g.jpg\";s:19:\"thumbnail-image-url\";s:71:\"https://websitedemos.net/wp-content/uploads/2021/07/main-banner-15g.jpg\";s:3:\"url\";s:54:\"https://websitedemos.net/astra-blocks/main-banner-15g/\";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:\"gutenberg\";s:6:\"filter\";s:4:\"dark\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-56286\";a:10:{s:5:\"title\";s:15:\"Testimonials 15\";s:18:\"featured-image-url\";s:71:\"https://websitedemos.net/wp-content/uploads/2021/06/testimonials-15.jpg\";s:19:\"thumbnail-image-url\";s:71:\"https://websitedemos.net/wp-content/uploads/2021/06/testimonials-15.jpg\";s:3:\"url\";s:55:\"https://websitedemos.net/astra-blocks/testimonials-15g/\";s:3:\"tag\";a:1:{i:2238;s:12:\"testimonials\";}s:8:\"category\";i:830;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-56285\";a:10:{s:5:\"title\";s:15:\"Testimonials 14\";s:18:\"featured-image-url\";s:71:\"https://websitedemos.net/wp-content/uploads/2021/06/testimonials-14.jpg\";s:19:\"thumbnail-image-url\";s:71:\"https://websitedemos.net/wp-content/uploads/2021/06/testimonials-14.jpg\";s:3:\"url\";s:55:\"https://websitedemos.net/astra-blocks/testimonials-14g/\";s:3:\"tag\";a:1:{i:2238;s:12:\"testimonials\";}s:8:\"category\";i:830;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-56260\";a:10:{s:5:\"title\";s:15:\"Testimonials 13\";s:18:\"featured-image-url\";s:71:\"https://websitedemos.net/wp-content/uploads/2021/06/testimonials-13.jpg\";s:19:\"thumbnail-image-url\";s:71:\"https://websitedemos.net/wp-content/uploads/2021/06/testimonials-13.jpg\";s:3:\"url\";s:57:\"https://websitedemos.net/astra-blocks/testimonials-13g-2/\";s:3:\"tag\";a:1:{i:2238;s:12:\"testimonials\";}s:8:\"category\";i:830;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-56265\";a:10:{s:5:\"title\";s:14:\"Main Banner 14\";s:18:\"featured-image-url\";s:71:\"https://websitedemos.net/wp-content/uploads/2021/07/main-banner-14g.jpg\";s:19:\"thumbnail-image-url\";s:71:\"https://websitedemos.net/wp-content/uploads/2021/07/main-banner-14g.jpg\";s:3:\"url\";s:54:\"https://websitedemos.net/astra-blocks/main-banner-14g/\";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:\"gutenberg\";s:6:\"filter\";s:4:\"dark\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-56264\";a:10:{s:5:\"title\";s:14:\"Main Banner 13\";s:18:\"featured-image-url\";s:71:\"https://websitedemos.net/wp-content/uploads/2021/07/main-banner-13g.jpg\";s:19:\"thumbnail-image-url\";s:71:\"https://websitedemos.net/wp-content/uploads/2021/07/main-banner-13g.jpg\";s:3:\"url\";s:54:\"https://websitedemos.net/astra-blocks/main-banner-13g/\";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:\"gutenberg\";s:6:\"filter\";s:4:\"dark\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-56263\";a:10:{s:5:\"title\";s:14:\"Main Banner 12\";s:18:\"featured-image-url\";s:71:\"https://websitedemos.net/wp-content/uploads/2021/07/main-banner-12g.jpg\";s:19:\"thumbnail-image-url\";s:71:\"https://websitedemos.net/wp-content/uploads/2021/07/main-banner-12g.jpg\";s:3:\"url\";s:54:\"https://websitedemos.net/astra-blocks/main-banner-12g/\";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:\"gutenberg\";s:6:\"filter\";s:4:\"dark\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-56262\";a:10:{s:5:\"title\";s:14:\"Main Banner 11\";s:18:\"featured-image-url\";s:71:\"https://websitedemos.net/wp-content/uploads/2021/07/main-banner-11g.jpg\";s:19:\"thumbnail-image-url\";s:71:\"https://websitedemos.net/wp-content/uploads/2021/07/main-banner-11g.jpg\";s:3:\"url\";s:54:\"https://websitedemos.net/astra-blocks/main-banner-11g/\";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:\"gutenberg\";s:6:\"filter\";s:4:\"dark\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-56259\";a:10:{s:5:\"title\";s:15:\"Testimonials 12\";s:18:\"featured-image-url\";s:71:\"https://websitedemos.net/wp-content/uploads/2021/06/testimonials-12.jpg\";s:19:\"thumbnail-image-url\";s:71:\"https://websitedemos.net/wp-content/uploads/2021/06/testimonials-12.jpg\";s:3:\"url\";s:55:\"https://websitedemos.net/astra-blocks/testimonials-12g/\";s:3:\"tag\";a:1:{i:2238;s:12:\"testimonials\";}s:8:\"category\";i:830;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-56258\";a:10:{s:5:\"title\";s:15:\"Testimonials 11\";s:18:\"featured-image-url\";s:71:\"https://websitedemos.net/wp-content/uploads/2021/06/testimonials-11.jpg\";s:19:\"thumbnail-image-url\";s:71:\"https://websitedemos.net/wp-content/uploads/2021/06/testimonials-11.jpg\";s:3:\"url\";s:55:\"https://websitedemos.net/astra-blocks/testimonials-11g/\";s:3:\"tag\";a:1:{i:2238;s:12:\"testimonials\";}s:8:\"category\";i:830;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-56261\";a:10:{s:5:\"title\";s:14:\"Main Banner 10\";s:18:\"featured-image-url\";s:71:\"https://websitedemos.net/wp-content/uploads/2021/07/main-banner-10g.jpg\";s:19:\"thumbnail-image-url\";s:71:\"https://websitedemos.net/wp-content/uploads/2021/07/main-banner-10g.jpg\";s:3:\"url\";s:54:\"https://websitedemos.net/astra-blocks/main-banner-10g/\";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:\"gutenberg\";s:6:\"filter\";s:4:\"dark\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-56298\";a:10:{s:5:\"title\";s:14:\"Main Banner 18\";s:18:\"featured-image-url\";s:71:\"https://websitedemos.net/wp-content/uploads/2021/07/main-banner-18g.jpg\";s:19:\"thumbnail-image-url\";s:71:\"https://websitedemos.net/wp-content/uploads/2021/07/main-banner-18g.jpg\";s:3:\"url\";s:54:\"https://websitedemos.net/astra-blocks/main-banner-18g/\";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:\"gutenberg\";s:6:\"filter\";s:4:\"dark\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-56323\";a:10:{s:5:\"title\";s:15:\"Testimonials 17\";s:18:\"featured-image-url\";s:71:\"https://websitedemos.net/wp-content/uploads/2021/06/testimonials-17.jpg\";s:19:\"thumbnail-image-url\";s:71:\"https://websitedemos.net/wp-content/uploads/2021/06/testimonials-17.jpg\";s:3:\"url\";s:55:\"https://websitedemos.net/astra-blocks/testimonials-17g/\";s:3:\"tag\";a:1:{i:2238;s:12:\"testimonials\";}s:8:\"category\";i:830;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-56369\";a:10:{s:5:\"title\";s:17:\"Image and Text 18\";s:18:\"featured-image-url\";s:73:\"https://websitedemos.net/wp-content/uploads/2021/06/image-and-text-18.jpg\";s:19:\"thumbnail-image-url\";s:73:\"https://websitedemos.net/wp-content/uploads/2021/06/image-and-text-18.jpg\";s:3:\"url\";s:57:\"https://websitedemos.net/astra-blocks/image-and-text-18g/\";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:\"gutenberg\";s:6:\"filter\";s:4:\"dark\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-56368\";a:10:{s:5:\"title\";s:17:\"Image and Text 17\";s:18:\"featured-image-url\";s:73:\"https://websitedemos.net/wp-content/uploads/2021/06/image-and-text-17.jpg\";s:19:\"thumbnail-image-url\";s:73:\"https://websitedemos.net/wp-content/uploads/2021/06/image-and-text-17.jpg\";s:3:\"url\";s:57:\"https://websitedemos.net/astra-blocks/image-and-text-17g/\";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:\"gutenberg\";s:6:\"filter\";s:4:\"dark\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-56367\";a:10:{s:5:\"title\";s:17:\"Image and Text 16\";s:18:\"featured-image-url\";s:73:\"https://websitedemos.net/wp-content/uploads/2021/06/image-and-text-16.jpg\";s:19:\"thumbnail-image-url\";s:73:\"https://websitedemos.net/wp-content/uploads/2021/06/image-and-text-16.jpg\";s:3:\"url\";s:57:\"https://websitedemos.net/astra-blocks/image-and-text-16g/\";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:\"gutenberg\";s:6:\"filter\";s:4:\"dark\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-56361\";a:10:{s:5:\"title\";s:7:\"Team 11\";s:18:\"featured-image-url\";s:63:\"https://websitedemos.net/wp-content/uploads/2021/06/team-11.jpg\";s:19:\"thumbnail-image-url\";s:63:\"https://websitedemos.net/wp-content/uploads/2021/06/team-11.jpg\";s:3:\"url\";s:47:\"https://websitedemos.net/astra-blocks/team-11g/\";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:\"gutenberg\";s:6:\"filter\";s:4:\"dark\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-56360\";a:10:{s:5:\"title\";s:7:\"Team 10\";s:18:\"featured-image-url\";s:63:\"https://websitedemos.net/wp-content/uploads/2021/06/team-10.jpg\";s:19:\"thumbnail-image-url\";s:63:\"https://websitedemos.net/wp-content/uploads/2021/06/team-10.jpg\";s:3:\"url\";s:47:\"https://websitedemos.net/astra-blocks/team-10g/\";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:\"gutenberg\";s:6:\"filter\";s:4:\"dark\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-56359\";a:10:{s:5:\"title\";s:6:\"Team 9\";s:18:\"featured-image-url\";s:62:\"https://websitedemos.net/wp-content/uploads/2021/06/team-9.jpg\";s:19:\"thumbnail-image-url\";s:62:\"https://websitedemos.net/wp-content/uploads/2021/06/team-9.jpg\";s:3:\"url\";s:46:\"https://websitedemos.net/astra-blocks/team-9g/\";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:\"gutenberg\";s:6:\"filter\";s:4:\"dark\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-56330\";a:10:{s:5:\"title\";s:17:\"Image and Text 15\";s:18:\"featured-image-url\";s:73:\"https://websitedemos.net/wp-content/uploads/2021/06/image-and-text-15.jpg\";s:19:\"thumbnail-image-url\";s:73:\"https://websitedemos.net/wp-content/uploads/2021/06/image-and-text-15.jpg\";s:3:\"url\";s:57:\"https://websitedemos.net/astra-blocks/image-and-text-15g/\";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:\"gutenberg\";s:6:\"filter\";s:4:\"dark\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-56329\";a:10:{s:5:\"title\";s:17:\"Image and Text 14\";s:18:\"featured-image-url\";s:73:\"https://websitedemos.net/wp-content/uploads/2021/06/image-and-text-14.jpg\";s:19:\"thumbnail-image-url\";s:73:\"https://websitedemos.net/wp-content/uploads/2021/06/image-and-text-14.jpg\";s:3:\"url\";s:57:\"https://websitedemos.net/astra-blocks/image-and-text-14g/\";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:\"gutenberg\";s:6:\"filter\";s:4:\"dark\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-56327\";a:10:{s:5:\"title\";s:17:\"Image and Text 12\";s:18:\"featured-image-url\";s:73:\"https://websitedemos.net/wp-content/uploads/2021/06/image-and-text-12.jpg\";s:19:\"thumbnail-image-url\";s:73:\"https://websitedemos.net/wp-content/uploads/2021/06/image-and-text-12.jpg\";s:3:\"url\";s:57:\"https://websitedemos.net/astra-blocks/image-and-text-12g/\";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:\"gutenberg\";s:6:\"filter\";s:4:\"dark\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-56370\";a:10:{s:5:\"title\";s:17:\"Image and Text 19\";s:18:\"featured-image-url\";s:73:\"https://websitedemos.net/wp-content/uploads/2021/06/image-and-text-19.jpg\";s:19:\"thumbnail-image-url\";s:73:\"https://websitedemos.net/wp-content/uploads/2021/06/image-and-text-19.jpg\";s:3:\"url\";s:57:\"https://websitedemos.net/astra-blocks/image-and-text-19g/\";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:\"gutenberg\";s:6:\"filter\";s:4:\"dark\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-56328\";a:10:{s:5:\"title\";s:17:\"Image and Text 13\";s:18:\"featured-image-url\";s:73:\"https://websitedemos.net/wp-content/uploads/2021/06/image-and-text-13.jpg\";s:19:\"thumbnail-image-url\";s:73:\"https://websitedemos.net/wp-content/uploads/2021/06/image-and-text-13.jpg\";s:3:\"url\";s:57:\"https://websitedemos.net/astra-blocks/image-and-text-13g/\";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:\"gutenberg\";s:6:\"filter\";s:4:\"dark\";s:16:\"required-plugins\";a:0:{}}}',	'no'),
(442,	'ast-block-templates-blocks-3',	'a:100:{s:8:\"id-56326\";a:10:{s:5:\"title\";s:17:\"Image and Text 11\";s:18:\"featured-image-url\";s:73:\"https://websitedemos.net/wp-content/uploads/2021/06/image-and-text-11.jpg\";s:19:\"thumbnail-image-url\";s:73:\"https://websitedemos.net/wp-content/uploads/2021/06/image-and-text-11.jpg\";s:3:\"url\";s:57:\"https://websitedemos.net/astra-blocks/image-and-text-11g/\";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:\"gutenberg\";s:6:\"filter\";s:4:\"dark\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-56336\";a:10:{s:5:\"title\";s:15:\"Testimonials 20\";s:18:\"featured-image-url\";s:71:\"https://websitedemos.net/wp-content/uploads/2021/06/testimonials-20.jpg\";s:19:\"thumbnail-image-url\";s:71:\"https://websitedemos.net/wp-content/uploads/2021/06/testimonials-20.jpg\";s:3:\"url\";s:55:\"https://websitedemos.net/astra-blocks/testimonials-20g/\";s:3:\"tag\";a:1:{i:2238;s:12:\"testimonials\";}s:8:\"category\";i:830;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-56325\";a:10:{s:5:\"title\";s:15:\"Testimonials 19\";s:18:\"featured-image-url\";s:71:\"https://websitedemos.net/wp-content/uploads/2021/06/testimonials-19.jpg\";s:19:\"thumbnail-image-url\";s:71:\"https://websitedemos.net/wp-content/uploads/2021/06/testimonials-19.jpg\";s:3:\"url\";s:55:\"https://websitedemos.net/astra-blocks/testimonials-19g/\";s:3:\"tag\";a:1:{i:2238;s:12:\"testimonials\";}s:8:\"category\";i:830;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-56324\";a:10:{s:5:\"title\";s:15:\"Testimonials 18\";s:18:\"featured-image-url\";s:71:\"https://websitedemos.net/wp-content/uploads/2021/06/testimonials-18.jpg\";s:19:\"thumbnail-image-url\";s:71:\"https://websitedemos.net/wp-content/uploads/2021/06/testimonials-18.jpg\";s:3:\"url\";s:55:\"https://websitedemos.net/astra-blocks/testimonials-18g/\";s:3:\"tag\";a:1:{i:2238;s:12:\"testimonials\";}s:8:\"category\";i:830;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-56371\";a:10:{s:5:\"title\";s:17:\"Image and Text 20\";s:18:\"featured-image-url\";s:73:\"https://websitedemos.net/wp-content/uploads/2021/06/image-and-text-20.jpg\";s:19:\"thumbnail-image-url\";s:73:\"https://websitedemos.net/wp-content/uploads/2021/06/image-and-text-20.jpg\";s:3:\"url\";s:57:\"https://websitedemos.net/astra-blocks/image-and-text-20g/\";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:\"gutenberg\";s:6:\"filter\";s:4:\"dark\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-54170\";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-2g.jpg\";s:19:\"thumbnail-image-url\";s:66:\"https://websitedemos.net/wp-content/uploads/2021/05/clients-2g.jpg\";s:3:\"url\";s:49:\"https://websitedemos.net/astra-blocks/clients-2g/\";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:\"gutenberg\";s:6:\"filter\";s:5:\"light\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-54167\";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-3g.jpg\";s:19:\"thumbnail-image-url\";s:66:\"https://websitedemos.net/wp-content/uploads/2021/05/clients-3g.jpg\";s:3:\"url\";s:49:\"https://websitedemos.net/astra-blocks/clients-3g/\";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:\"gutenberg\";s:6:\"filter\";s:5:\"light\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-54168\";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-4g.jpg\";s:19:\"thumbnail-image-url\";s:66:\"https://websitedemos.net/wp-content/uploads/2021/05/clients-4g.jpg\";s:3:\"url\";s:49:\"https://websitedemos.net/astra-blocks/clients-4g/\";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:\"gutenberg\";s:6:\"filter\";s:5:\"light\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-54120\";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-1g.jpg\";s:19:\"thumbnail-image-url\";s:69:\"https://websitedemos.net/wp-content/uploads/2021/05/statistics-1g.jpg\";s:3:\"url\";s:52:\"https://websitedemos.net/astra-blocks/statistics-1g/\";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:\"gutenberg\";s:6:\"filter\";s:5:\"light\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-54121\";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-2g.jpg\";s:19:\"thumbnail-image-url\";s:69:\"https://websitedemos.net/wp-content/uploads/2021/05/statistics-2g.jpg\";s:3:\"url\";s:52:\"https://websitedemos.net/astra-blocks/statistics-2g/\";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:\"gutenberg\";s:6:\"filter\";s:5:\"light\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-54122\";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-3g.jpg\";s:19:\"thumbnail-image-url\";s:69:\"https://websitedemos.net/wp-content/uploads/2021/05/statistics-3g.jpg\";s:3:\"url\";s:52:\"https://websitedemos.net/astra-blocks/statistics-3g/\";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:\"gutenberg\";s:6:\"filter\";s:5:\"light\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-54123\";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-4g.jpg\";s:19:\"thumbnail-image-url\";s:69:\"https://websitedemos.net/wp-content/uploads/2021/05/statistics-4g.jpg\";s:3:\"url\";s:52:\"https://websitedemos.net/astra-blocks/statistics-4g/\";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:\"gutenberg\";s:6:\"filter\";s:5:\"light\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-54108\";a:10:{s:5:\"title\";s:14:\"Testimonials 7\";s:18:\"featured-image-url\";s:71:\"https://websitedemos.net/wp-content/uploads/2021/05/testimonial-1gb.jpg\";s:19:\"thumbnail-image-url\";s:71:\"https://websitedemos.net/wp-content/uploads/2021/05/testimonial-1gb.jpg\";s:3:\"url\";s:53:\"https://websitedemos.net/astra-blocks/testimonial-1g/\";s:3:\"tag\";a:1:{i:2238;s:12:\"testimonials\";}s:8:\"category\";i:830;s:9:\"wireframe\";a:0:{}s:12:\"page-builder\";s:9:\"gutenberg\";s:6:\"filter\";s:5:\"light\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-54102\";a:10:{s:5:\"title\";s:14:\"Testimonials 8\";s:18:\"featured-image-url\";s:71:\"https://websitedemos.net/wp-content/uploads/2021/05/testimonial-2gb.jpg\";s:19:\"thumbnail-image-url\";s:71:\"https://websitedemos.net/wp-content/uploads/2021/05/testimonial-2gb.jpg\";s:3:\"url\";s:53:\"https://websitedemos.net/astra-blocks/testimonial-2g/\";s:3:\"tag\";a:1:{i:2238;s:12:\"testimonials\";}s:8:\"category\";i:830;s:9:\"wireframe\";a:0:{}s:12:\"page-builder\";s:9:\"gutenberg\";s:6:\"filter\";s:5:\"light\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-54099\";a:10:{s:5:\"title\";s:14:\"Testimonials 9\";s:18:\"featured-image-url\";s:71:\"https://websitedemos.net/wp-content/uploads/2021/05/testimonial-3gb.jpg\";s:19:\"thumbnail-image-url\";s:71:\"https://websitedemos.net/wp-content/uploads/2021/05/testimonial-3gb.jpg\";s:3:\"url\";s:53:\"https://websitedemos.net/astra-blocks/testimonial-3g/\";s:3:\"tag\";a:1:{i:2238;s:12:\"testimonials\";}s:8:\"category\";i:830;s:9:\"wireframe\";a:0:{}s:12:\"page-builder\";s:9:\"gutenberg\";s:6:\"filter\";s:5:\"light\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-54083\";a:10:{s:5:\"title\";s:15:\"Testimonials 10\";s:18:\"featured-image-url\";s:71:\"https://websitedemos.net/wp-content/uploads/2021/05/testimonial-4gb.jpg\";s:19:\"thumbnail-image-url\";s:71:\"https://websitedemos.net/wp-content/uploads/2021/05/testimonial-4gb.jpg\";s:3:\"url\";s:53:\"https://websitedemos.net/astra-blocks/testimonial-4g/\";s:3:\"tag\";a:1:{i:2238;s:12:\"testimonials\";}s:8:\"category\";i:830;s:9:\"wireframe\";a:0:{}s:12:\"page-builder\";s:9:\"gutenberg\";s:6:\"filter\";s:5:\"light\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-54039\";a:10:{s:5:\"title\";s:6:\"Team 5\";s:18:\"featured-image-url\";s:64:\"https://websitedemos.net/wp-content/uploads/2021/05/team-1gb.jpg\";s:19:\"thumbnail-image-url\";s:64:\"https://websitedemos.net/wp-content/uploads/2021/05/team-1gb.jpg\";s:3:\"url\";s:46:\"https://websitedemos.net/astra-blocks/team-1g/\";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:\"gutenberg\";s:6:\"filter\";s:5:\"light\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-54032\";a:10:{s:5:\"title\";s:6:\"Team 6\";s:18:\"featured-image-url\";s:64:\"https://websitedemos.net/wp-content/uploads/2021/05/team-2gb.jpg\";s:19:\"thumbnail-image-url\";s:64:\"https://websitedemos.net/wp-content/uploads/2021/05/team-2gb.jpg\";s:3:\"url\";s:46:\"https://websitedemos.net/astra-blocks/team-2g/\";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:\"gutenberg\";s:6:\"filter\";s:5:\"light\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-54034\";a:10:{s:5:\"title\";s:6:\"Team 7\";s:18:\"featured-image-url\";s:64:\"https://websitedemos.net/wp-content/uploads/2021/05/team-3gb.jpg\";s:19:\"thumbnail-image-url\";s:64:\"https://websitedemos.net/wp-content/uploads/2021/05/team-3gb.jpg\";s:3:\"url\";s:46:\"https://websitedemos.net/astra-blocks/team-3g/\";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:\"gutenberg\";s:6:\"filter\";s:5:\"light\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-54036\";a:10:{s:5:\"title\";s:6:\"Team 8\";s:18:\"featured-image-url\";s:64:\"https://websitedemos.net/wp-content/uploads/2021/05/team-4gb.jpg\";s:19:\"thumbnail-image-url\";s:64:\"https://websitedemos.net/wp-content/uploads/2021/05/team-4gb.jpg\";s:3:\"url\";s:46:\"https://websitedemos.net/astra-blocks/team-4g/\";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:\"gutenberg\";s:6:\"filter\";s:5:\"light\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-54033\";a:10:{s:5:\"title\";s:10:\"Features 2\";s:18:\"featured-image-url\";s:69:\"https://websitedemos.net/wp-content/uploads/2021/05/features-1g-1.jpg\";s:19:\"thumbnail-image-url\";s:69:\"https://websitedemos.net/wp-content/uploads/2021/05/features-1g-1.jpg\";s:3:\"url\";s:50:\"https://websitedemos.net/astra-blocks/features-1g/\";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:5:\"light\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-54035\";a:10:{s:5:\"title\";s:10:\"Features 4\";s:18:\"featured-image-url\";s:67:\"https://websitedemos.net/wp-content/uploads/2021/05/features-2g.jpg\";s:19:\"thumbnail-image-url\";s:67:\"https://websitedemos.net/wp-content/uploads/2021/05/features-2g.jpg\";s:3:\"url\";s:50:\"https://websitedemos.net/astra-blocks/features-2g/\";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:5:\"light\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-54037\";a:10:{s:5:\"title\";s:10:\"Features 6\";s:18:\"featured-image-url\";s:69:\"https://websitedemos.net/wp-content/uploads/2021/05/features-3g-1.jpg\";s:19:\"thumbnail-image-url\";s:69:\"https://websitedemos.net/wp-content/uploads/2021/05/features-3g-1.jpg\";s:3:\"url\";s:50:\"https://websitedemos.net/astra-blocks/features-3g/\";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:5:\"light\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-54038\";a:10:{s:5:\"title\";s:10:\"Features 7\";s:18:\"featured-image-url\";s:69:\"https://websitedemos.net/wp-content/uploads/2021/05/features-4g-1.jpg\";s:19:\"thumbnail-image-url\";s:69:\"https://websitedemos.net/wp-content/uploads/2021/05/features-4g-1.jpg\";s:3:\"url\";s:50:\"https://websitedemos.net/astra-blocks/features-4g/\";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:5:\"light\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-54040\";a:10:{s:5:\"title\";s:10:\"Features 9\";s:18:\"featured-image-url\";s:69:\"https://websitedemos.net/wp-content/uploads/2021/05/features-5g-1.jpg\";s:19:\"thumbnail-image-url\";s:69:\"https://websitedemos.net/wp-content/uploads/2021/05/features-5g-1.jpg\";s:3:\"url\";s:50:\"https://websitedemos.net/astra-blocks/features-5g/\";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:5:\"light\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-54041\";a:10:{s:5:\"title\";s:11:\"Features 11\";s:18:\"featured-image-url\";s:69:\"https://websitedemos.net/wp-content/uploads/2021/05/features-6g-1.jpg\";s:19:\"thumbnail-image-url\";s:69:\"https://websitedemos.net/wp-content/uploads/2021/05/features-6g-1.jpg\";s:3:\"url\";s:50:\"https://websitedemos.net/astra-blocks/features-6g/\";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:5:\"light\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-53311\";a:10:{s:5:\"title\";s:17:\"Image and Text 10\";s:18:\"featured-image-url\";s:74:\"https://websitedemos.net/wp-content/uploads/2021/05/image-and-text-10g.jpg\";s:19:\"thumbnail-image-url\";s:74:\"https://websitedemos.net/wp-content/uploads/2021/05/image-and-text-10g.jpg\";s:3:\"url\";s:57:\"https://websitedemos.net/astra-blocks/image-and-text-10g/\";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:\"gutenberg\";s:6:\"filter\";s:5:\"light\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-53300\";a:10:{s:5:\"title\";s:16:\"Image and Text 9\";s:18:\"featured-image-url\";s:73:\"https://websitedemos.net/wp-content/uploads/2021/05/image-and-text-9g.jpg\";s:19:\"thumbnail-image-url\";s:73:\"https://websitedemos.net/wp-content/uploads/2021/05/image-and-text-9g.jpg\";s:3:\"url\";s:56:\"https://websitedemos.net/astra-blocks/image-and-text-9g/\";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:\"gutenberg\";s:6:\"filter\";s:5:\"light\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-53277\";a:10:{s:5:\"title\";s:16:\"Image and Text 8\";s:18:\"featured-image-url\";s:73:\"https://websitedemos.net/wp-content/uploads/2021/05/image-and-text-8g.jpg\";s:19:\"thumbnail-image-url\";s:73:\"https://websitedemos.net/wp-content/uploads/2021/05/image-and-text-8g.jpg\";s:3:\"url\";s:56:\"https://websitedemos.net/astra-blocks/image-and-text-8g/\";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:\"gutenberg\";s:6:\"filter\";s:5:\"light\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-53261\";a:10:{s:5:\"title\";s:16:\"Image and Text 7\";s:18:\"featured-image-url\";s:75:\"https://websitedemos.net/wp-content/uploads/2021/05/image-and-text-7g-1.jpg\";s:19:\"thumbnail-image-url\";s:75:\"https://websitedemos.net/wp-content/uploads/2021/05/image-and-text-7g-1.jpg\";s:3:\"url\";s:56:\"https://websitedemos.net/astra-blocks/image-and-text-7g/\";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:\"gutenberg\";s:6:\"filter\";s:5:\"light\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-53248\";a:10:{s:5:\"title\";s:10:\"Services 9\";s:18:\"featured-image-url\";s:68:\"https://websitedemos.net/wp-content/uploads/2021/05/services-5gb.jpg\";s:19:\"thumbnail-image-url\";s:68:\"https://websitedemos.net/wp-content/uploads/2021/05/services-5gb.jpg\";s:3:\"url\";s:50:\"https://websitedemos.net/astra-blocks/services-5g/\";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:\"gutenberg\";s:6:\"filter\";s:5:\"light\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-53247\";a:10:{s:5:\"title\";s:10:\"Services 8\";s:18:\"featured-image-url\";s:68:\"https://websitedemos.net/wp-content/uploads/2021/05/services-4gb.jpg\";s:19:\"thumbnail-image-url\";s:68:\"https://websitedemos.net/wp-content/uploads/2021/05/services-4gb.jpg\";s:3:\"url\";s:50:\"https://websitedemos.net/astra-blocks/services-4g/\";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:\"gutenberg\";s:6:\"filter\";s:5:\"light\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-53246\";a:10:{s:5:\"title\";s:10:\"Services 7\";s:18:\"featured-image-url\";s:68:\"https://websitedemos.net/wp-content/uploads/2021/05/services-3gb.jpg\";s:19:\"thumbnail-image-url\";s:68:\"https://websitedemos.net/wp-content/uploads/2021/05/services-3gb.jpg\";s:3:\"url\";s:50:\"https://websitedemos.net/astra-blocks/services-3g/\";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:\"gutenberg\";s:6:\"filter\";s:5:\"light\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-53238\";a:10:{s:5:\"title\";s:16:\"Subscribe Form 6\";s:18:\"featured-image-url\";s:75:\"https://websitedemos.net/wp-content/uploads/2021/05/subscribe-form-6g-1.jpg\";s:19:\"thumbnail-image-url\";s:75:\"https://websitedemos.net/wp-content/uploads/2021/05/subscribe-form-6g-1.jpg\";s:3:\"url\";s:56:\"https://websitedemos.net/astra-blocks/subscribe-form-6g/\";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:\"gutenberg\";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-53245\";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-2g.jpg\";s:19:\"thumbnail-image-url\";s:67:\"https://websitedemos.net/wp-content/uploads/2021/05/services-2g.jpg\";s:3:\"url\";s:50:\"https://websitedemos.net/astra-blocks/services-2g/\";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:\"gutenberg\";s:6:\"filter\";s:5:\"light\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-53244\";a:10:{s:5:\"title\";s:10:\"Services 6\";s:18:\"featured-image-url\";s:67:\"https://websitedemos.net/wp-content/uploads/2021/05/services-1g.jpg\";s:19:\"thumbnail-image-url\";s:67:\"https://websitedemos.net/wp-content/uploads/2021/05/services-1g.jpg\";s:3:\"url\";s:50:\"https://websitedemos.net/astra-blocks/services-1g/\";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:\"gutenberg\";s:6:\"filter\";s:5:\"light\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-53236\";a:10:{s:5:\"title\";s:16:\"Subscribe Form 5\";s:18:\"featured-image-url\";s:75:\"https://websitedemos.net/wp-content/uploads/2021/05/subscribe-form-5g-1.jpg\";s:19:\"thumbnail-image-url\";s:75:\"https://websitedemos.net/wp-content/uploads/2021/05/subscribe-form-5g-1.jpg\";s:3:\"url\";s:56:\"https://websitedemos.net/astra-blocks/subscribe-form-5g/\";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:\"gutenberg\";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-53235\";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-4g.jpg\";s:19:\"thumbnail-image-url\";s:73:\"https://websitedemos.net/wp-content/uploads/2021/05/subscribe-form-4g.jpg\";s:3:\"url\";s:56:\"https://websitedemos.net/astra-blocks/subscribe-form-4g/\";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:\"gutenberg\";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-53240\";a:10:{s:5:\"title\";s:16:\"Subscribe Form 3\";s:18:\"featured-image-url\";s:75:\"https://websitedemos.net/wp-content/uploads/2021/05/subscribe-form-3g-1.jpg\";s:19:\"thumbnail-image-url\";s:75:\"https://websitedemos.net/wp-content/uploads/2021/05/subscribe-form-3g-1.jpg\";s:3:\"url\";s:56:\"https://websitedemos.net/astra-blocks/subscribe-form-3g/\";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:\"gutenberg\";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-53237\";a:10:{s:5:\"title\";s:16:\"Subscribe Form 2\";s:18:\"featured-image-url\";s:75:\"https://websitedemos.net/wp-content/uploads/2021/05/subscribe-form-2g-1.jpg\";s:19:\"thumbnail-image-url\";s:75:\"https://websitedemos.net/wp-content/uploads/2021/05/subscribe-form-2g-1.jpg\";s:3:\"url\";s:56:\"https://websitedemos.net/astra-blocks/subscribe-form-2g/\";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:\"gutenberg\";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-53239\";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-1g.jpg\";s:19:\"thumbnail-image-url\";s:73:\"https://websitedemos.net/wp-content/uploads/2021/05/subscribe-form-1g.jpg\";s:3:\"url\";s:56:\"https://websitedemos.net/astra-blocks/subscribe-form-1g/\";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:\"gutenberg\";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-53227\";a:10:{s:5:\"title\";s:16:\"Image and Text 6\";s:18:\"featured-image-url\";s:75:\"https://websitedemos.net/wp-content/uploads/2021/05/image-and-text-6g-1.jpg\";s:19:\"thumbnail-image-url\";s:75:\"https://websitedemos.net/wp-content/uploads/2021/05/image-and-text-6g-1.jpg\";s:3:\"url\";s:56:\"https://websitedemos.net/astra-blocks/image-and-text-6g/\";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:\"gutenberg\";s:6:\"filter\";s:5:\"light\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-53220\";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-5g-1.jpg\";s:19:\"thumbnail-image-url\";s:75:\"https://websitedemos.net/wp-content/uploads/2021/05/image-and-text-5g-1.jpg\";s:3:\"url\";s:56:\"https://websitedemos.net/astra-blocks/image-and-text-5g/\";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:\"gutenberg\";s:6:\"filter\";s:5:\"light\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-53204\";a:10:{s:5:\"title\";s:16:\"Image and Text 4\";s:18:\"featured-image-url\";s:75:\"https://websitedemos.net/wp-content/uploads/2021/05/image-and-text-4g-1.jpg\";s:19:\"thumbnail-image-url\";s:75:\"https://websitedemos.net/wp-content/uploads/2021/05/image-and-text-4g-1.jpg\";s:3:\"url\";s:56:\"https://websitedemos.net/astra-blocks/image-and-text-4g/\";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:\"gutenberg\";s:6:\"filter\";s:5:\"light\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-53180\";a:10:{s:5:\"title\";s:16:\"Image and Text 3\";s:18:\"featured-image-url\";s:75:\"https://websitedemos.net/wp-content/uploads/2021/05/image-and-text-3g-1.jpg\";s:19:\"thumbnail-image-url\";s:75:\"https://websitedemos.net/wp-content/uploads/2021/05/image-and-text-3g-1.jpg\";s:3:\"url\";s:56:\"https://websitedemos.net/astra-blocks/image-and-text-3g/\";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:\"gutenberg\";s:6:\"filter\";s:5:\"light\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-53093\";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-1g.jpg\";s:19:\"thumbnail-image-url\";s:77:\"https://websitedemos.net/wp-content/uploads/2021/05/location-and-hours-1g.jpg\";s:3:\"url\";s:60:\"https://websitedemos.net/astra-blocks/location-and-hours-1g/\";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:\"gutenberg\";s:6:\"filter\";s:5:\"light\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-53112\";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-9gb.jpg\";s:19:\"thumbnail-image-url\";s:71:\"https://websitedemos.net/wp-content/uploads/2021/05/main-banner-9gb.jpg\";s:3:\"url\";s:53:\"https://websitedemos.net/astra-blocks/main-banner-9g/\";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:\"gutenberg\";s:6:\"filter\";s:5:\"light\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-53111\";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-8gb.jpg\";s:19:\"thumbnail-image-url\";s:71:\"https://websitedemos.net/wp-content/uploads/2021/05/main-banner-8gb.jpg\";s:3:\"url\";s:53:\"https://websitedemos.net/astra-blocks/main-banner-8g/\";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:\"gutenberg\";s:6:\"filter\";s:5:\"light\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-53094\";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-2g.jpg\";s:19:\"thumbnail-image-url\";s:77:\"https://websitedemos.net/wp-content/uploads/2021/05/location-and-hours-2g.jpg\";s:3:\"url\";s:60:\"https://websitedemos.net/astra-blocks/location-and-hours-2g/\";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:\"gutenberg\";s:6:\"filter\";s:5:\"light\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-53110\";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-7gb.jpg\";s:19:\"thumbnail-image-url\";s:71:\"https://websitedemos.net/wp-content/uploads/2021/05/main-banner-7gb.jpg\";s:3:\"url\";s:53:\"https://websitedemos.net/astra-blocks/main-banner-7g/\";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:\"gutenberg\";s:6:\"filter\";s:5:\"light\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-53109\";a:10:{s:5:\"title\";s:13:\"Main Banner 6\";s:18:\"featured-image-url\";s:71:\"https://websitedemos.net/wp-content/uploads/2021/05/main-banner-6gb.jpg\";s:19:\"thumbnail-image-url\";s:71:\"https://websitedemos.net/wp-content/uploads/2021/05/main-banner-6gb.jpg\";s:3:\"url\";s:53:\"https://websitedemos.net/astra-blocks/main-banner-6g/\";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:\"gutenberg\";s:6:\"filter\";s:5:\"light\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-53095\";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-3g.jpg\";s:19:\"thumbnail-image-url\";s:77:\"https://websitedemos.net/wp-content/uploads/2021/05/location-and-hours-3g.jpg\";s:3:\"url\";s:60:\"https://websitedemos.net/astra-blocks/location-and-hours-3g/\";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:\"gutenberg\";s:6:\"filter\";s:5:\"light\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-53108\";a:10:{s:5:\"title\";s:13:\"Main Banner 5\";s:18:\"featured-image-url\";s:71:\"https://websitedemos.net/wp-content/uploads/2021/05/main-banner-5gb.jpg\";s:19:\"thumbnail-image-url\";s:71:\"https://websitedemos.net/wp-content/uploads/2021/05/main-banner-5gb.jpg\";s:3:\"url\";s:53:\"https://websitedemos.net/astra-blocks/main-banner-5g/\";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:\"gutenberg\";s:6:\"filter\";s:5:\"light\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-53107\";a:10:{s:5:\"title\";s:13:\"Main Banner 4\";s:18:\"featured-image-url\";s:71:\"https://websitedemos.net/wp-content/uploads/2021/05/main-banner-4gb.jpg\";s:19:\"thumbnail-image-url\";s:71:\"https://websitedemos.net/wp-content/uploads/2021/05/main-banner-4gb.jpg\";s:3:\"url\";s:53:\"https://websitedemos.net/astra-blocks/main-banner-4g/\";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:\"gutenberg\";s:6:\"filter\";s:5:\"light\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-53096\";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-4g.jpg\";s:19:\"thumbnail-image-url\";s:77:\"https://websitedemos.net/wp-content/uploads/2021/05/location-and-hours-4g.jpg\";s:3:\"url\";s:60:\"https://websitedemos.net/astra-blocks/location-and-hours-4g/\";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:\"gutenberg\";s:6:\"filter\";s:5:\"light\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-53105\";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-3gb.jpg\";s:19:\"thumbnail-image-url\";s:71:\"https://websitedemos.net/wp-content/uploads/2021/05/main-banner-3gb.jpg\";s:3:\"url\";s:53:\"https://websitedemos.net/astra-blocks/main-banner-3g/\";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:\"gutenberg\";s:6:\"filter\";s:5:\"light\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-53104\";a:10:{s:5:\"title\";s:13:\"Main Banner 2\";s:18:\"featured-image-url\";s:71:\"https://websitedemos.net/wp-content/uploads/2021/05/main-banner-2gb.jpg\";s:19:\"thumbnail-image-url\";s:71:\"https://websitedemos.net/wp-content/uploads/2021/05/main-banner-2gb.jpg\";s:3:\"url\";s:53:\"https://websitedemos.net/astra-blocks/main-banner-2g/\";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:\"gutenberg\";s:6:\"filter\";s:5:\"light\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-53097\";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-5g.jpg\";s:19:\"thumbnail-image-url\";s:77:\"https://websitedemos.net/wp-content/uploads/2021/05/location-and-hours-5g.jpg\";s:3:\"url\";s:60:\"https://websitedemos.net/astra-blocks/location-and-hours-5g/\";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:\"gutenberg\";s:6:\"filter\";s:5:\"light\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-53103\";a:10:{s:5:\"title\";s:13:\"Main Banner 1\";s:18:\"featured-image-url\";s:71:\"https://websitedemos.net/wp-content/uploads/2021/05/main-banner-1gb.jpg\";s:19:\"thumbnail-image-url\";s:71:\"https://websitedemos.net/wp-content/uploads/2021/05/main-banner-1gb.jpg\";s:3:\"url\";s:53:\"https://websitedemos.net/astra-blocks/main-banner-1g/\";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:\"gutenberg\";s:6:\"filter\";s:5:\"light\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-53063\";a:10:{s:5:\"title\";s:16:\"Image and Text 2\";s:18:\"featured-image-url\";s:75:\"https://websitedemos.net/wp-content/uploads/2021/05/image-and-text-2g-1.jpg\";s:19:\"thumbnail-image-url\";s:75:\"https://websitedemos.net/wp-content/uploads/2021/05/image-and-text-2g-1.jpg\";s:3:\"url\";s:56:\"https://websitedemos.net/astra-blocks/image-and-text-2g/\";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:\"gutenberg\";s:6:\"filter\";s:5:\"light\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-53056\";a:10:{s:5:\"title\";s:16:\"Image and Text 1\";s:18:\"featured-image-url\";s:75:\"https://websitedemos.net/wp-content/uploads/2021/05/image-and-text-1g-1.jpg\";s:19:\"thumbnail-image-url\";s:75:\"https://websitedemos.net/wp-content/uploads/2021/05/image-and-text-1g-1.jpg\";s:3:\"url\";s:56:\"https://websitedemos.net/astra-blocks/image-and-text-1g/\";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:\"gutenberg\";s:6:\"filter\";s:5:\"light\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-53053\";a:10:{s:5:\"title\";s:6:\"Text 9\";s:18:\"featured-image-url\";s:63:\"https://websitedemos.net/wp-content/uploads/2021/05/text-9g.jpg\";s:19:\"thumbnail-image-url\";s:63:\"https://websitedemos.net/wp-content/uploads/2021/05/text-9g.jpg\";s:3:\"url\";s:46:\"https://websitedemos.net/astra-blocks/text-9g/\";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:5:\"light\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-53049\";a:10:{s:5:\"title\";s:6:\"Text 8\";s:18:\"featured-image-url\";s:63:\"https://websitedemos.net/wp-content/uploads/2021/05/text-8g.jpg\";s:19:\"thumbnail-image-url\";s:63:\"https://websitedemos.net/wp-content/uploads/2021/05/text-8g.jpg\";s:3:\"url\";s:46:\"https://websitedemos.net/astra-blocks/text-8g/\";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:5:\"light\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-53045\";a:10:{s:5:\"title\";s:6:\"Text 7\";s:18:\"featured-image-url\";s:63:\"https://websitedemos.net/wp-content/uploads/2021/05/text-7g.jpg\";s:19:\"thumbnail-image-url\";s:63:\"https://websitedemos.net/wp-content/uploads/2021/05/text-7g.jpg\";s:3:\"url\";s:46:\"https://websitedemos.net/astra-blocks/text-7g/\";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:5:\"light\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-53043\";a:10:{s:5:\"title\";s:6:\"Text 6\";s:18:\"featured-image-url\";s:63:\"https://websitedemos.net/wp-content/uploads/2021/05/text-6g.jpg\";s:19:\"thumbnail-image-url\";s:63:\"https://websitedemos.net/wp-content/uploads/2021/05/text-6g.jpg\";s:3:\"url\";s:46:\"https://websitedemos.net/astra-blocks/text-6g/\";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:5:\"light\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-53039\";a:10:{s:5:\"title\";s:6:\"Text 5\";s:18:\"featured-image-url\";s:63:\"https://websitedemos.net/wp-content/uploads/2021/05/text-5g.jpg\";s:19:\"thumbnail-image-url\";s:63:\"https://websitedemos.net/wp-content/uploads/2021/05/text-5g.jpg\";s:3:\"url\";s:46:\"https://websitedemos.net/astra-blocks/text-5g/\";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:5:\"light\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-53034\";a:10:{s:5:\"title\";s:6:\"Text 4\";s:18:\"featured-image-url\";s:63:\"https://websitedemos.net/wp-content/uploads/2021/05/text-4g.jpg\";s:19:\"thumbnail-image-url\";s:63:\"https://websitedemos.net/wp-content/uploads/2021/05/text-4g.jpg\";s:3:\"url\";s:46:\"https://websitedemos.net/astra-blocks/text-4g/\";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:5:\"light\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-53030\";a:10:{s:5:\"title\";s:6:\"Text 3\";s:18:\"featured-image-url\";s:63:\"https://websitedemos.net/wp-content/uploads/2021/05/text-3g.jpg\";s:19:\"thumbnail-image-url\";s:63:\"https://websitedemos.net/wp-content/uploads/2021/05/text-3g.jpg\";s:3:\"url\";s:46:\"https://websitedemos.net/astra-blocks/text-3g/\";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:5:\"light\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-52993\";a:10:{s:5:\"title\";s:6:\"Text 2\";s:18:\"featured-image-url\";s:63:\"https://websitedemos.net/wp-content/uploads/2021/05/text-2g.jpg\";s:19:\"thumbnail-image-url\";s:63:\"https://websitedemos.net/wp-content/uploads/2021/05/text-2g.jpg\";s:3:\"url\";s:46:\"https://websitedemos.net/astra-blocks/text-2g/\";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:5:\"light\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-52968\";a:10:{s:5:\"title\";s:5:\"FAQ 5\";s:18:\"featured-image-url\";s:64:\"https://websitedemos.net/wp-content/uploads/2021/05/faq-5g-1.jpg\";s:19:\"thumbnail-image-url\";s:64:\"https://websitedemos.net/wp-content/uploads/2021/05/faq-5g-1.jpg\";s:3:\"url\";s:45:\"https://websitedemos.net/astra-blocks/faq-5g/\";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:\"gutenberg\";s:6:\"filter\";s:5:\"light\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-52965\";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-4g.jpg\";s:19:\"thumbnail-image-url\";s:62:\"https://websitedemos.net/wp-content/uploads/2021/05/faq-4g.jpg\";s:3:\"url\";s:45:\"https://websitedemos.net/astra-blocks/faq-4g/\";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:\"gutenberg\";s:6:\"filter\";s:5:\"light\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-52964\";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-3g.jpg\";s:19:\"thumbnail-image-url\";s:62:\"https://websitedemos.net/wp-content/uploads/2021/05/faq-3g.jpg\";s:3:\"url\";s:45:\"https://websitedemos.net/astra-blocks/faq-3g/\";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:\"gutenberg\";s:6:\"filter\";s:5:\"light\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-52963\";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-2g.jpg\";s:19:\"thumbnail-image-url\";s:62:\"https://websitedemos.net/wp-content/uploads/2021/05/faq-2g.jpg\";s:3:\"url\";s:45:\"https://websitedemos.net/astra-blocks/faq-2g/\";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:\"gutenberg\";s:6:\"filter\";s:5:\"light\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-52975\";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-8g.jpg\";s:19:\"thumbnail-image-url\";s:64:\"https://websitedemos.net/wp-content/uploads/2021/05/about-8g.jpg\";s:3:\"url\";s:47:\"https://websitedemos.net/astra-blocks/about-8g/\";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:5:\"light\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-52974\";a:10:{s:5:\"title\";s:8:\"About 13\";s:18:\"featured-image-url\";s:64:\"https://websitedemos.net/wp-content/uploads/2021/05/about-7g.jpg\";s:19:\"thumbnail-image-url\";s:64:\"https://websitedemos.net/wp-content/uploads/2021/05/about-7g.jpg\";s:3:\"url\";s:47:\"https://websitedemos.net/astra-blocks/about-7g/\";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:5:\"light\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-52973\";a:10:{s:5:\"title\";s:8:\"About 12\";s:18:\"featured-image-url\";s:64:\"https://websitedemos.net/wp-content/uploads/2021/05/about-6g.jpg\";s:19:\"thumbnail-image-url\";s:64:\"https://websitedemos.net/wp-content/uploads/2021/05/about-6g.jpg\";s:3:\"url\";s:47:\"https://websitedemos.net/astra-blocks/about-6g/\";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:5:\"light\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-52971\";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-5g.jpg\";s:19:\"thumbnail-image-url\";s:64:\"https://websitedemos.net/wp-content/uploads/2021/05/about-5g.jpg\";s:3:\"url\";s:47:\"https://websitedemos.net/astra-blocks/about-5g/\";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:5:\"light\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-52970\";a:10:{s:5:\"title\";s:8:\"About 11\";s:18:\"featured-image-url\";s:64:\"https://websitedemos.net/wp-content/uploads/2021/05/about-4g.jpg\";s:19:\"thumbnail-image-url\";s:64:\"https://websitedemos.net/wp-content/uploads/2021/05/about-4g.jpg\";s:3:\"url\";s:47:\"https://websitedemos.net/astra-blocks/about-4g/\";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:5:\"light\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-52969\";a:10:{s:5:\"title\";s:8:\"About 10\";s:18:\"featured-image-url\";s:66:\"https://websitedemos.net/wp-content/uploads/2021/05/about-3g-1.jpg\";s:19:\"thumbnail-image-url\";s:66:\"https://websitedemos.net/wp-content/uploads/2021/05/about-3g-1.jpg\";s:3:\"url\";s:47:\"https://websitedemos.net/astra-blocks/about-3g/\";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:5:\"light\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-52962\";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-1g.jpg\";s:19:\"thumbnail-image-url\";s:62:\"https://websitedemos.net/wp-content/uploads/2021/05/faq-1g.jpg\";s:3:\"url\";s:45:\"https://websitedemos.net/astra-blocks/faq-1g/\";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:\"gutenberg\";s:6:\"filter\";s:5:\"light\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-52967\";a:10:{s:5:\"title\";s:7:\"About 9\";s:18:\"featured-image-url\";s:66:\"https://websitedemos.net/wp-content/uploads/2021/05/about-2g-1.jpg\";s:19:\"thumbnail-image-url\";s:66:\"https://websitedemos.net/wp-content/uploads/2021/05/about-2g-1.jpg\";s:3:\"url\";s:47:\"https://websitedemos.net/astra-blocks/about-2g/\";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:5:\"light\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-52966\";a:10:{s:5:\"title\";s:7:\"About 1\";s:18:\"featured-image-url\";s:66:\"https://websitedemos.net/wp-content/uploads/2021/05/about-1g-1.jpg\";s:19:\"thumbnail-image-url\";s:66:\"https://websitedemos.net/wp-content/uploads/2021/05/about-1g-1.jpg\";s:3:\"url\";s:47:\"https://websitedemos.net/astra-blocks/about-1g/\";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:5:\"light\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-52951\";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-4g.jpg\";s:19:\"thumbnail-image-url\";s:71:\"https://websitedemos.net/wp-content/uploads/2021/05/contact-form-4g.jpg\";s:3:\"url\";s:54:\"https://websitedemos.net/astra-blocks/contact-form-4g/\";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: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-52933\";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-3g.jpg\";s:19:\"thumbnail-image-url\";s:71:\"https://websitedemos.net/wp-content/uploads/2021/05/contact-form-3g.jpg\";s:3:\"url\";s:54:\"https://websitedemos.net/astra-blocks/contact-form-3g/\";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: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-52921\";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-2g.jpg\";s:19:\"thumbnail-image-url\";s:71:\"https://websitedemos.net/wp-content/uploads/2021/05/contact-form-2g.jpg\";s:3:\"url\";s:54:\"https://websitedemos.net/astra-blocks/contact-form-2g/\";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: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-52908\";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-1g.jpg\";s:19:\"thumbnail-image-url\";s:71:\"https://websitedemos.net/wp-content/uploads/2021/05/contact-form-1g.jpg\";s:3:\"url\";s:54:\"https://websitedemos.net/astra-blocks/contact-form-1g/\";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: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-52893\";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-5g.jpg\";s:19:\"thumbnail-image-url\";s:73:\"https://websitedemos.net/wp-content/uploads/2021/05/call-to-action-5g.jpg\";s:3:\"url\";s:56:\"https://websitedemos.net/astra-blocks/call-to-action-5g/\";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:\"gutenberg\";s:6:\"filter\";s:5:\"light\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-52895\";a:10:{s:5:\"title\";s:16:\"Call to Action 9\";s:18:\"featured-image-url\";s:74:\"https://websitedemos.net/wp-content/uploads/2021/05/call-to-action-4gb.jpg\";s:19:\"thumbnail-image-url\";s:74:\"https://websitedemos.net/wp-content/uploads/2021/05/call-to-action-4gb.jpg\";s:3:\"url\";s:56:\"https://websitedemos.net/astra-blocks/call-to-action-4g/\";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:\"gutenberg\";s:6:\"filter\";s:5:\"light\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-52896\";a:10:{s:5:\"title\";s:16:\"Call to Action 8\";s:18:\"featured-image-url\";s:74:\"https://websitedemos.net/wp-content/uploads/2021/05/call-to-action-3gb.jpg\";s:19:\"thumbnail-image-url\";s:74:\"https://websitedemos.net/wp-content/uploads/2021/05/call-to-action-3gb.jpg\";s:3:\"url\";s:56:\"https://websitedemos.net/astra-blocks/call-to-action-3g/\";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:\"gutenberg\";s:6:\"filter\";s:5:\"light\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-52897\";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-2g.jpg\";s:19:\"thumbnail-image-url\";s:73:\"https://websitedemos.net/wp-content/uploads/2021/05/call-to-action-2g.jpg\";s:3:\"url\";s:56:\"https://websitedemos.net/astra-blocks/call-to-action-2g/\";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:\"gutenberg\";s:6:\"filter\";s:5:\"light\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-52894\";a:10:{s:5:\"title\";s:16:\"Call to Action 7\";s:18:\"featured-image-url\";s:73:\"https://websitedemos.net/wp-content/uploads/2021/05/call-to-action-1g.jpg\";s:19:\"thumbnail-image-url\";s:73:\"https://websitedemos.net/wp-content/uploads/2021/05/call-to-action-1g.jpg\";s:3:\"url\";s:56:\"https://websitedemos.net/astra-blocks/call-to-action-1g/\";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:\"gutenberg\";s:6:\"filter\";s:5:\"light\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-52816\";a:10:{s:5:\"title\";s:6:\"Text 1\";s:18:\"featured-image-url\";s:63:\"https://websitedemos.net/wp-content/uploads/2021/05/text-1g.jpg\";s:19:\"thumbnail-image-url\";s:63:\"https://websitedemos.net/wp-content/uploads/2021/05/text-1g.jpg\";s:3:\"url\";s:46:\"https://websitedemos.net/astra-blocks/text-1g/\";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:5:\"light\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-47355\";a:10:{s:5:\"title\";s:14:\"Testimonials 1\";s:18:\"featured-image-url\";s:76:\"https://websitedemos.net/wp-content/uploads/2020/09/testimonials-gb-1w-1.jpg\";s:19:\"thumbnail-image-url\";s:76:\"https://websitedemos.net/wp-content/uploads/2020/09/testimonials-gb-1w-1.jpg\";s:3:\"url\";s:55:\"https://websitedemos.net/astra-blocks/testimonials-1gw/\";s:3:\"tag\";a:1:{i:2238;s:12:\"testimonials\";}s:8:\"category\";i:830;s:9:\"wireframe\";a:0:{}s:12:\"page-builder\";s:9:\"gutenberg\";s:6:\"filter\";s:5:\"light\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-47437\";a:10:{s:5:\"title\";s:6:\"Hero 4\";s:18:\"featured-image-url\";s:68:\"https://websitedemos.net/wp-content/uploads/2020/09/hero-gb-4w-1.jpg\";s:19:\"thumbnail-image-url\";s:68:\"https://websitedemos.net/wp-content/uploads/2020/09/hero-gb-4w-1.jpg\";s:3:\"url\";s:47:\"https://websitedemos.net/astra-blocks/hero-4gw/\";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:5:\"light\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-47433\";a:10:{s:5:\"title\";s:14:\"Testimonials 4\";s:18:\"featured-image-url\";s:76:\"https://websitedemos.net/wp-content/uploads/2020/09/testimonials-gb-4w-1.jpg\";s:19:\"thumbnail-image-url\";s:76:\"https://websitedemos.net/wp-content/uploads/2020/09/testimonials-gb-4w-1.jpg\";s:3:\"url\";s:55:\"https://websitedemos.net/astra-blocks/testimonials-4gw/\";s:3:\"tag\";a:1:{i:2238;s:12:\"testimonials\";}s:8:\"category\";i:830;s:9:\"wireframe\";a:0:{}s:12:\"page-builder\";s:9:\"gutenberg\";s:6:\"filter\";s:5:\"light\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-47438\";a:10:{s:5:\"title\";s:6:\"Hero 5\";s:18:\"featured-image-url\";s:64:\"https://websitedemos.net/wp-content/uploads/2020/09/hero-5gb.jpg\";s:19:\"thumbnail-image-url\";s:64:\"https://websitedemos.net/wp-content/uploads/2020/09/hero-5gb.jpg\";s:3:\"url\";s:47:\"https://websitedemos.net/astra-blocks/hero-5gb/\";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-47445\";a:10:{s:5:\"title\";s:14:\"Testimonials 5\";s:18:\"featured-image-url\";s:76:\"https://websitedemos.net/wp-content/uploads/2020/09/testimonials-gb-5w-1.jpg\";s:19:\"thumbnail-image-url\";s:76:\"https://websitedemos.net/wp-content/uploads/2020/09/testimonials-gb-5w-1.jpg\";s:3:\"url\";s:55:\"https://websitedemos.net/astra-blocks/testimonials-5gw/\";s:3:\"tag\";a:1:{i:2238;s:12:\"testimonials\";}s:8:\"category\";i:830;s:9:\"wireframe\";a:0:{}s:12:\"page-builder\";s:9:\"gutenberg\";s:6:\"filter\";s:5:\"light\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-47439\";a:10:{s:5:\"title\";s:6:\"Hero 6\";s:18:\"featured-image-url\";s:68:\"https://websitedemos.net/wp-content/uploads/2020/09/hero-gb-6b-1.jpg\";s:19:\"thumbnail-image-url\";s:68:\"https://websitedemos.net/wp-content/uploads/2020/09/hero-gb-6b-1.jpg\";s:3:\"url\";s:47:\"https://websitedemos.net/astra-blocks/hero-6gb/\";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-47449\";a:10:{s:5:\"title\";s:14:\"Testimonials 6\";s:18:\"featured-image-url\";s:76:\"https://websitedemos.net/wp-content/uploads/2020/09/testimonials-gb-6w-1.jpg\";s:19:\"thumbnail-image-url\";s:76:\"https://websitedemos.net/wp-content/uploads/2020/09/testimonials-gb-6w-1.jpg\";s:3:\"url\";s:55:\"https://websitedemos.net/astra-blocks/testimonials-6gw/\";s:3:\"tag\";a:1:{i:2238;s:12:\"testimonials\";}s:8:\"category\";i:830;s:9:\"wireframe\";a:0:{}s:12:\"page-builder\";s:9:\"gutenberg\";s:6:\"filter\";s:5:\"light\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-47527\";a:10:{s:5:\"title\";s:10:\"Services 5\";s:18:\"featured-image-url\";s:72:\"https://websitedemos.net/wp-content/uploads/2020/09/services-gb-5w-1.jpg\";s:19:\"thumbnail-image-url\";s:72:\"https://websitedemos.net/wp-content/uploads/2020/09/services-gb-5w-1.jpg\";s:3:\"url\";s:51:\"https://websitedemos.net/astra-blocks/services-5gw/\";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:\"gutenberg\";s:6:\"filter\";s:5:\"light\";s:16:\"required-plugins\";a:0:{}}}',	'no'),
(443,	'ast-block-templates-blocks-4',	'a:43:{s:8:\"id-47419\";a:10:{s:5:\"title\";s:10:\"Features 1\";s:18:\"featured-image-url\";s:72:\"https://websitedemos.net/wp-content/uploads/2020/09/features-gb-1w-1.jpg\";s:19:\"thumbnail-image-url\";s:72:\"https://websitedemos.net/wp-content/uploads/2020/09/features-gb-1w-1.jpg\";s:3:\"url\";s:51:\"https://websitedemos.net/astra-blocks/features-1gw/\";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:5:\"light\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-47434\";a:10:{s:5:\"title\";s:6:\"Hero 1\";s:18:\"featured-image-url\";s:68:\"https://websitedemos.net/wp-content/uploads/2020/09/hero-gb-1w-1.jpg\";s:19:\"thumbnail-image-url\";s:68:\"https://websitedemos.net/wp-content/uploads/2020/09/hero-gb-1w-1.jpg\";s:3:\"url\";s:47:\"https://websitedemos.net/astra-blocks/hero-1gw/\";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:5:\"light\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-47424\";a:10:{s:5:\"title\";s:11:\"Features 10\";s:18:\"featured-image-url\";s:72:\"https://websitedemos.net/wp-content/uploads/2020/09/features-gb-6w-1.jpg\";s:19:\"thumbnail-image-url\";s:72:\"https://websitedemos.net/wp-content/uploads/2020/09/features-gb-6w-1.jpg\";s:3:\"url\";s:51:\"https://websitedemos.net/astra-blocks/features-6gw/\";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:5:\"light\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-47423\";a:10:{s:5:\"title\";s:10:\"Features 8\";s:18:\"featured-image-url\";s:72:\"https://websitedemos.net/wp-content/uploads/2020/09/features-gb-5w-1.jpg\";s:19:\"thumbnail-image-url\";s:72:\"https://websitedemos.net/wp-content/uploads/2020/09/features-gb-5w-1.jpg\";s:3:\"url\";s:51:\"https://websitedemos.net/astra-blocks/features-5gw/\";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:5:\"light\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-47360\";a:10:{s:5:\"title\";s:14:\"Testimonials 2\";s:18:\"featured-image-url\";s:76:\"https://websitedemos.net/wp-content/uploads/2020/09/testimonials-gb-2w-1.jpg\";s:19:\"thumbnail-image-url\";s:76:\"https://websitedemos.net/wp-content/uploads/2020/09/testimonials-gb-2w-1.jpg\";s:3:\"url\";s:55:\"https://websitedemos.net/astra-blocks/testimonials-2gw/\";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:\"gutenberg\";s:6:\"filter\";s:5:\"light\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-47380\";a:10:{s:5:\"title\";s:9:\"Contact 2\";s:18:\"featured-image-url\";s:69:\"https://websitedemos.net/wp-content/uploads/2020/09/contact-gb-2w.jpg\";s:19:\"thumbnail-image-url\";s:69:\"https://websitedemos.net/wp-content/uploads/2020/09/contact-gb-2w.jpg\";s:3:\"url\";s:50:\"https://websitedemos.net/astra-blocks/contact-2gw/\";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: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-47420\";a:10:{s:5:\"title\";s:10:\"Features 3\";s:18:\"featured-image-url\";s:72:\"https://websitedemos.net/wp-content/uploads/2020/09/features-gb-2w-1.jpg\";s:19:\"thumbnail-image-url\";s:72:\"https://websitedemos.net/wp-content/uploads/2020/09/features-gb-2w-1.jpg\";s:3:\"url\";s:51:\"https://websitedemos.net/astra-blocks/features-2gw/\";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:5:\"light\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-47421\";a:10:{s:5:\"title\";s:10:\"Features 5\";s:18:\"featured-image-url\";s:72:\"https://websitedemos.net/wp-content/uploads/2020/09/features-gb-3w-1.jpg\";s:19:\"thumbnail-image-url\";s:72:\"https://websitedemos.net/wp-content/uploads/2020/09/features-gb-3w-1.jpg\";s:3:\"url\";s:51:\"https://websitedemos.net/astra-blocks/features-3gw/\";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:5:\"light\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-47427\";a:10:{s:5:\"title\";s:14:\"Testimonials 3\";s:18:\"featured-image-url\";s:76:\"https://websitedemos.net/wp-content/uploads/2020/09/testimonials-gb-3w-1.jpg\";s:19:\"thumbnail-image-url\";s:76:\"https://websitedemos.net/wp-content/uploads/2020/09/testimonials-gb-3w-1.jpg\";s:3:\"url\";s:55:\"https://websitedemos.net/astra-blocks/testimonials-3gw/\";s:3:\"tag\";a:1:{i:2238;s:12:\"testimonials\";}s:8:\"category\";i:830;s:9:\"wireframe\";a:0:{}s:12:\"page-builder\";s:9:\"gutenberg\";s:6:\"filter\";s:5:\"light\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-47459\";a:10:{s:5:\"title\";s:6:\"Team 1\";s:18:\"featured-image-url\";s:66:\"https://websitedemos.net/wp-content/uploads/2020/09/team-gb-1w.jpg\";s:19:\"thumbnail-image-url\";s:66:\"https://websitedemos.net/wp-content/uploads/2020/09/team-gb-1w.jpg\";s:3:\"url\";s:47:\"https://websitedemos.net/astra-blocks/team-1gw/\";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:\"gutenberg\";s:6:\"filter\";s:5:\"light\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-47472\";a:10:{s:5:\"title\";s:6:\"Team 2\";s:18:\"featured-image-url\";s:66:\"https://websitedemos.net/wp-content/uploads/2020/09/team-gb-2w.jpg\";s:19:\"thumbnail-image-url\";s:66:\"https://websitedemos.net/wp-content/uploads/2020/09/team-gb-2w.jpg\";s:3:\"url\";s:47:\"https://websitedemos.net/astra-blocks/team-2gw/\";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:\"gutenberg\";s:6:\"filter\";s:5:\"light\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-47474\";a:10:{s:5:\"title\";s:6:\"Team 3\";s:18:\"featured-image-url\";s:66:\"https://websitedemos.net/wp-content/uploads/2020/09/team-gb-3w.jpg\";s:19:\"thumbnail-image-url\";s:66:\"https://websitedemos.net/wp-content/uploads/2020/09/team-gb-3w.jpg\";s:3:\"url\";s:47:\"https://websitedemos.net/astra-blocks/team-3gw/\";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:\"gutenberg\";s:6:\"filter\";s:5:\"light\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-47522\";a:10:{s:5:\"title\";s:10:\"Services 3\";s:18:\"featured-image-url\";s:72:\"https://websitedemos.net/wp-content/uploads/2020/09/services-gb-3w-1.jpg\";s:19:\"thumbnail-image-url\";s:72:\"https://websitedemos.net/wp-content/uploads/2020/09/services-gb-3w-1.jpg\";s:3:\"url\";s:51:\"https://websitedemos.net/astra-blocks/services-3gw/\";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:\"gutenberg\";s:6:\"filter\";s:5:\"light\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-47518\";a:10:{s:5:\"title\";s:10:\"Services 1\";s:18:\"featured-image-url\";s:72:\"https://websitedemos.net/wp-content/uploads/2020/09/services-gb-1w-1.jpg\";s:19:\"thumbnail-image-url\";s:72:\"https://websitedemos.net/wp-content/uploads/2020/09/services-gb-1w-1.jpg\";s:3:\"url\";s:51:\"https://websitedemos.net/astra-blocks/services-1gw/\";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:\"gutenberg\";s:6:\"filter\";s:5:\"light\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-47498\";a:10:{s:5:\"title\";s:12:\"Statistics 5\";s:18:\"featured-image-url\";s:72:\"https://websitedemos.net/wp-content/uploads/2020/09/statistics-gb-5w.jpg\";s:19:\"thumbnail-image-url\";s:72:\"https://websitedemos.net/wp-content/uploads/2020/09/statistics-gb-5w.jpg\";s:3:\"url\";s:53:\"https://websitedemos.net/astra-blocks/statistics-5gw/\";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:\"gutenberg\";s:6:\"filter\";s:5:\"light\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-47524\";a:10:{s:5:\"title\";s:10:\"Services 4\";s:18:\"featured-image-url\";s:72:\"https://websitedemos.net/wp-content/uploads/2020/09/services-gb-4w-1.jpg\";s:19:\"thumbnail-image-url\";s:72:\"https://websitedemos.net/wp-content/uploads/2020/09/services-gb-4w-1.jpg\";s:3:\"url\";s:51:\"https://websitedemos.net/astra-blocks/services-4gw/\";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:\"gutenberg\";s:6:\"filter\";s:5:\"light\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-47478\";a:10:{s:5:\"title\";s:6:\"Team 4\";s:18:\"featured-image-url\";s:66:\"https://websitedemos.net/wp-content/uploads/2020/09/team-gb-4w.jpg\";s:19:\"thumbnail-image-url\";s:66:\"https://websitedemos.net/wp-content/uploads/2020/09/team-gb-4w.jpg\";s:3:\"url\";s:47:\"https://websitedemos.net/astra-blocks/team-4gw/\";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:\"gutenberg\";s:6:\"filter\";s:5:\"light\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-47435\";a:10:{s:5:\"title\";s:6:\"Hero 2\";s:18:\"featured-image-url\";s:68:\"https://websitedemos.net/wp-content/uploads/2020/09/hero-gb-2w-1.jpg\";s:19:\"thumbnail-image-url\";s:68:\"https://websitedemos.net/wp-content/uploads/2020/09/hero-gb-2w-1.jpg\";s:3:\"url\";s:47:\"https://websitedemos.net/astra-blocks/hero-2gw/\";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:5:\"light\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-47392\";a:10:{s:5:\"title\";s:16:\"Call To Action 1\";s:18:\"featured-image-url\";s:76:\"https://websitedemos.net/wp-content/uploads/2020/09/call-to-action-gb-1w.jpg\";s:19:\"thumbnail-image-url\";s:76:\"https://websitedemos.net/wp-content/uploads/2020/09/call-to-action-gb-1w.jpg\";s:3:\"url\";s:57:\"https://websitedemos.net/astra-blocks/call-to-action-1gw/\";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:\"gutenberg\";s:6:\"filter\";s:5:\"light\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-47394\";a:10:{s:5:\"title\";s:16:\"Call To Action 2\";s:18:\"featured-image-url\";s:76:\"https://websitedemos.net/wp-content/uploads/2020/09/call-to-action-gb-2w.jpg\";s:19:\"thumbnail-image-url\";s:76:\"https://websitedemos.net/wp-content/uploads/2020/09/call-to-action-gb-2w.jpg\";s:3:\"url\";s:57:\"https://websitedemos.net/astra-blocks/call-to-action-2gw/\";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:\"gutenberg\";s:6:\"filter\";s:5:\"light\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-47397\";a:10:{s:5:\"title\";s:16:\"Call To Action 3\";s:18:\"featured-image-url\";s:76:\"https://websitedemos.net/wp-content/uploads/2020/09/call-to-action-gb-3w.jpg\";s:19:\"thumbnail-image-url\";s:76:\"https://websitedemos.net/wp-content/uploads/2020/09/call-to-action-gb-3w.jpg\";s:3:\"url\";s:57:\"https://websitedemos.net/astra-blocks/call-to-action-3gw/\";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:\"gutenberg\";s:6:\"filter\";s:5:\"light\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-47399\";a:10:{s:5:\"title\";s:16:\"Call To Action 4\";s:18:\"featured-image-url\";s:76:\"https://websitedemos.net/wp-content/uploads/2020/09/call-to-action-gb-4w.jpg\";s:19:\"thumbnail-image-url\";s:76:\"https://websitedemos.net/wp-content/uploads/2020/09/call-to-action-gb-4w.jpg\";s:3:\"url\";s:57:\"https://websitedemos.net/astra-blocks/call-to-action-4gw/\";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:\"gutenberg\";s:6:\"filter\";s:5:\"light\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-47404\";a:10:{s:5:\"title\";s:16:\"Call To Action 6\";s:18:\"featured-image-url\";s:76:\"https://websitedemos.net/wp-content/uploads/2020/09/call-to-action-gb-6w.jpg\";s:19:\"thumbnail-image-url\";s:76:\"https://websitedemos.net/wp-content/uploads/2020/09/call-to-action-gb-6w.jpg\";s:3:\"url\";s:57:\"https://websitedemos.net/astra-blocks/call-to-action-6gw/\";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:\"gutenberg\";s:6:\"filter\";s:5:\"light\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-47378\";a:10:{s:5:\"title\";s:9:\"Contact 1\";s:18:\"featured-image-url\";s:69:\"https://websitedemos.net/wp-content/uploads/2020/09/contact-gb-1w.jpg\";s:19:\"thumbnail-image-url\";s:69:\"https://websitedemos.net/wp-content/uploads/2020/09/contact-gb-1w.jpg\";s:3:\"url\";s:50:\"https://websitedemos.net/astra-blocks/contact-1gw/\";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:5:\"light\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-47383\";a:10:{s:5:\"title\";s:9:\"Contact 3\";s:18:\"featured-image-url\";s:69:\"https://websitedemos.net/wp-content/uploads/2020/09/contact-gb-3w.jpg\";s:19:\"thumbnail-image-url\";s:69:\"https://websitedemos.net/wp-content/uploads/2020/09/contact-gb-3w.jpg\";s:3:\"url\";s:50:\"https://websitedemos.net/astra-blocks/contact-3gw/\";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:5:\"light\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-47385\";a:10:{s:5:\"title\";s:9:\"Contact 4\";s:18:\"featured-image-url\";s:69:\"https://websitedemos.net/wp-content/uploads/2020/09/contact-gb-4w.jpg\";s:19:\"thumbnail-image-url\";s:69:\"https://websitedemos.net/wp-content/uploads/2020/09/contact-gb-4w.jpg\";s:3:\"url\";s:50:\"https://websitedemos.net/astra-blocks/contact-4gw/\";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:5:\"light\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-47389\";a:10:{s:5:\"title\";s:9:\"Contact 5\";s:18:\"featured-image-url\";s:69:\"https://websitedemos.net/wp-content/uploads/2020/09/contact-gb-5b.jpg\";s:19:\"thumbnail-image-url\";s:69:\"https://websitedemos.net/wp-content/uploads/2020/09/contact-gb-5b.jpg\";s:3:\"url\";s:50:\"https://websitedemos.net/astra-blocks/contact-5gb/\";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-47373\";a:10:{s:5:\"title\";s:9:\"Clients 5\";s:18:\"featured-image-url\";s:66:\"https://websitedemos.net/wp-content/uploads/2020/09/clients-4g.jpg\";s:19:\"thumbnail-image-url\";s:66:\"https://websitedemos.net/wp-content/uploads/2020/09/clients-4g.jpg\";s:3:\"url\";s:49:\"https://websitedemos.net/astra-blocks/clients-5g/\";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:\"gutenberg\";s:6:\"filter\";s:5:\"light\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-47337\";a:10:{s:5:\"title\";s:7:\"About 2\";s:18:\"featured-image-url\";s:67:\"https://websitedemos.net/wp-content/uploads/2020/09/about-gb-2w.jpg\";s:19:\"thumbnail-image-url\";s:67:\"https://websitedemos.net/wp-content/uploads/2020/09/about-gb-2w.jpg\";s:3:\"url\";s:48:\"https://websitedemos.net/astra-blocks/about-2gw/\";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:5:\"light\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-47352\";a:10:{s:5:\"title\";s:7:\"About 7\";s:18:\"featured-image-url\";s:67:\"https://websitedemos.net/wp-content/uploads/2020/09/about-gb-7b.jpg\";s:19:\"thumbnail-image-url\";s:67:\"https://websitedemos.net/wp-content/uploads/2020/09/about-gb-7b.jpg\";s:3:\"url\";s:48:\"https://websitedemos.net/astra-blocks/about-7gb/\";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-47343\";a:10:{s:5:\"title\";s:7:\"About 4\";s:18:\"featured-image-url\";s:67:\"https://websitedemos.net/wp-content/uploads/2020/09/about-gb-4w.jpg\";s:19:\"thumbnail-image-url\";s:67:\"https://websitedemos.net/wp-content/uploads/2020/09/about-gb-4w.jpg\";s:3:\"url\";s:48:\"https://websitedemos.net/astra-blocks/about-4gw/\";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:5:\"light\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-47350\";a:10:{s:5:\"title\";s:7:\"About 6\";s:18:\"featured-image-url\";s:67:\"https://websitedemos.net/wp-content/uploads/2020/09/about-gb-6w.jpg\";s:19:\"thumbnail-image-url\";s:67:\"https://websitedemos.net/wp-content/uploads/2020/09/about-gb-6w.jpg\";s:3:\"url\";s:48:\"https://websitedemos.net/astra-blocks/about-6gw/\";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:5:\"light\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-47339\";a:10:{s:5:\"title\";s:7:\"About 3\";s:18:\"featured-image-url\";s:67:\"https://websitedemos.net/wp-content/uploads/2020/09/about-gb-3w.jpg\";s:19:\"thumbnail-image-url\";s:67:\"https://websitedemos.net/wp-content/uploads/2020/09/about-gb-3w.jpg\";s:3:\"url\";s:48:\"https://websitedemos.net/astra-blocks/about-3gw/\";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:5:\"light\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-47457\";a:10:{s:5:\"title\";s:9:\"Heading 4\";s:18:\"featured-image-url\";s:71:\"https://websitedemos.net/wp-content/uploads/2020/09/heading-gb-4w-1.jpg\";s:19:\"thumbnail-image-url\";s:71:\"https://websitedemos.net/wp-content/uploads/2020/09/heading-gb-4w-1.jpg\";s:3:\"url\";s:50:\"https://websitedemos.net/astra-blocks/heading-4gw/\";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:5:\"light\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-47471\";a:10:{s:5:\"title\";s:11:\"Portfolio 5\";s:18:\"featured-image-url\";s:73:\"https://websitedemos.net/wp-content/uploads/2020/09/portfolio-gb-5w-1.jpg\";s:19:\"thumbnail-image-url\";s:73:\"https://websitedemos.net/wp-content/uploads/2020/09/portfolio-gb-5w-1.jpg\";s:3:\"url\";s:52:\"https://websitedemos.net/astra-blocks/portfolio-5gw/\";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:\"gutenberg\";s:6:\"filter\";s:5:\"light\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-47470\";a:10:{s:5:\"title\";s:11:\"Portfolio 4\";s:18:\"featured-image-url\";s:73:\"https://websitedemos.net/wp-content/uploads/2020/09/portfolio-gb-4w-1.jpg\";s:19:\"thumbnail-image-url\";s:73:\"https://websitedemos.net/wp-content/uploads/2020/09/portfolio-gb-4w-1.jpg\";s:3:\"url\";s:52:\"https://websitedemos.net/astra-blocks/portfolio-4gw/\";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:\"gutenberg\";s:6:\"filter\";s:5:\"light\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-47456\";a:10:{s:5:\"title\";s:9:\"Heading 3\";s:18:\"featured-image-url\";s:71:\"https://websitedemos.net/wp-content/uploads/2020/09/heading-gb-3w-1.jpg\";s:19:\"thumbnail-image-url\";s:71:\"https://websitedemos.net/wp-content/uploads/2020/09/heading-gb-3w-1.jpg\";s:3:\"url\";s:50:\"https://websitedemos.net/astra-blocks/heading-3gw/\";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:5:\"light\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-47469\";a:10:{s:5:\"title\";s:11:\"Portfolio 3\";s:18:\"featured-image-url\";s:73:\"https://websitedemos.net/wp-content/uploads/2020/09/portfolio-gb-3w-1.jpg\";s:19:\"thumbnail-image-url\";s:73:\"https://websitedemos.net/wp-content/uploads/2020/09/portfolio-gb-3w-1.jpg\";s:3:\"url\";s:52:\"https://websitedemos.net/astra-blocks/portfolio-3gw/\";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:\"gutenberg\";s:6:\"filter\";s:5:\"light\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-47468\";a:10:{s:5:\"title\";s:11:\"Portfolio 2\";s:18:\"featured-image-url\";s:73:\"https://websitedemos.net/wp-content/uploads/2020/09/portfolio-gb-2w-1.jpg\";s:19:\"thumbnail-image-url\";s:73:\"https://websitedemos.net/wp-content/uploads/2020/09/portfolio-gb-2w-1.jpg\";s:3:\"url\";s:52:\"https://websitedemos.net/astra-blocks/portfolio-2gw/\";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:\"gutenberg\";s:6:\"filter\";s:5:\"light\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-47467\";a:10:{s:5:\"title\";s:11:\"Portfolio 1\";s:18:\"featured-image-url\";s:73:\"https://websitedemos.net/wp-content/uploads/2020/09/portfolio-gb-1w-1.jpg\";s:19:\"thumbnail-image-url\";s:73:\"https://websitedemos.net/wp-content/uploads/2020/09/portfolio-gb-1w-1.jpg\";s:3:\"url\";s:52:\"https://websitedemos.net/astra-blocks/portfolio-1gw/\";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:\"gutenberg\";s:6:\"filter\";s:5:\"light\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-47458\";a:10:{s:5:\"title\";s:9:\"Heading 5\";s:18:\"featured-image-url\";s:71:\"https://websitedemos.net/wp-content/uploads/2020/09/heading-gb-5w-1.jpg\";s:19:\"thumbnail-image-url\";s:71:\"https://websitedemos.net/wp-content/uploads/2020/09/heading-gb-5w-1.jpg\";s:3:\"url\";s:50:\"https://websitedemos.net/astra-blocks/heading-5gw/\";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:5:\"light\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-47455\";a:10:{s:5:\"title\";s:9:\"Heading 2\";s:18:\"featured-image-url\";s:71:\"https://websitedemos.net/wp-content/uploads/2020/09/heading-gb-2w-1.jpg\";s:19:\"thumbnail-image-url\";s:71:\"https://websitedemos.net/wp-content/uploads/2020/09/heading-gb-2w-1.jpg\";s:3:\"url\";s:50:\"https://websitedemos.net/astra-blocks/heading-2gw/\";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:5:\"light\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-47454\";a:10:{s:5:\"title\";s:9:\"Heading 1\";s:18:\"featured-image-url\";s:71:\"https://websitedemos.net/wp-content/uploads/2020/09/heading-gb-1w-1.jpg\";s:19:\"thumbnail-image-url\";s:71:\"https://websitedemos.net/wp-content/uploads/2020/09/heading-gb-1w-1.jpg\";s:3:\"url\";s:50:\"https://websitedemos.net/astra-blocks/heading-1gw/\";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:5:\"light\";s:16:\"required-plugins\";a:0:{}}}',	'no'),
(444,	'ast-block-templates-sites-2',	'a:17:{s:8:\"id-48496\";a:22:{s:5:\"title\";s:20:\"Interior Design Firm\";s:2:\"id\";i:48496;s:12:\"publish-date\";i:1603984630;s:18:\"featured-image-url\";s:72:\"https://websitedemos.net/wp-content/uploads/2020/10/interior-firm-08.jpg\";s:19:\"thumbnail-image-url\";s:81:\"https://websitedemos.net/wp-content/uploads/2020/10/interior-firm-08-600x2293.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:81:\"https://websitedemos.net/wp-content/uploads/2020/10/interior-firm-08-400x1528.jpg\";s:14:\"astra-site-url\";s:35:\"//websitedemos.net/interior-firm-08\";s:20:\"astra-site-parent-id\";i:1742;s:15:\"astra-sites-tag\";a:6:{i:435;s:12:\"architecture\";i:436;s:8:\"interior\";i:434;s:15:\"interior-design\";i:422;s:11:\"landscaping\";i:1022;s:12:\"professional\";i:437;s:6:\"zoning\";}s:16:\"astra-sites-type\";s:4:\"free\";s:19:\"astra-site-category\";a:2:{i:27;s:8:\"business\";i:39;s:4:\"free\";}s:29:\"astra-sites-template-category\";a:0:{}s:23:\"astra-site-page-builder\";s:9:\"gutenberg\";s:10:\"categories\";a:2:{i:2488;s:9:\"portfolio\";i:2484;s:11:\"real-estate\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:11:\"post-status\";s:7:\"publish\";s:12:\"post-content\";s:0:\"\";s:12:\"post-excerpt\";s:0:\"\";s:5:\"pages\";a:5:{s:8:\"id-48499\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:72:\"https://websitedemos.net/wp-content/uploads/2020/10/interior-firm-08.jpg\";s:19:\"thumbnail-image-url\";s:81:\"https://websitedemos.net/wp-content/uploads/2020/10/interior-firm-08-600x2293.jpg\";s:18:\"astra-page-api-url\";s:66:\"https://websitedemos.net/interior-firm-08/wp-json/wp/v2/pages/1224\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:36:\"//websitedemos.net/interior-firm-08/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}}s:8:\"id-48500\";a:12:{s:5:\"title\";s:9:\"Portfolio\";s:18:\"featured-image-url\";s:81:\"https://websitedemos.net/wp-content/uploads/2020/10/interior-firm-08-projects.jpg\";s:19:\"thumbnail-image-url\";s:90:\"https://websitedemos.net/wp-content/uploads/2020/10/interior-firm-08-projects-600x1792.jpg\";s:18:\"astra-page-api-url\";s:66:\"https://websitedemos.net/interior-firm-08/wp-json/wp/v2/pages/1182\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:46:\"//websitedemos.net/interior-firm-08/portfolio/\";s:15:\"astra-sites-tag\";a:1:{i:444;s:9:\"portfolio\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}}s:8:\"id-48497\";a:12:{s:5:\"title\";s:5:\"About\";s:18:\"featured-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2020/10/interior-firm-08-about-1.jpg\";s:19:\"thumbnail-image-url\";s:89:\"https://websitedemos.net/wp-content/uploads/2020/10/interior-firm-08-about-1-600x1592.jpg\";s:18:\"astra-page-api-url\";s:66:\"https://websitedemos.net/interior-firm-08/wp-json/wp/v2/pages/1184\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:42:\"//websitedemos.net/interior-firm-08/about/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}}s:8:\"id-48501\";a:12:{s:5:\"title\";s:12:\"Testimonials\";s:18:\"featured-image-url\";s:84:\"https://websitedemos.net/wp-content/uploads/2020/10/interior-firm-08-testimonial.jpg\";s:19:\"thumbnail-image-url\";s:93:\"https://websitedemos.net/wp-content/uploads/2020/10/interior-firm-08-testimonial-600x1090.jpg\";s:18:\"astra-page-api-url\";s:66:\"https://websitedemos.net/interior-firm-08/wp-json/wp/v2/pages/1186\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:49:\"//websitedemos.net/interior-firm-08/testimonials/\";s:15:\"astra-sites-tag\";a:1:{i:433;s:12:\"testimonials\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}}s:8:\"id-48498\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:82:\"https://websitedemos.net/wp-content/uploads/2020/10/interior-firm-08-contact-1.jpg\";s:19:\"thumbnail-image-url\";s:91:\"https://websitedemos.net/wp-content/uploads/2020/10/interior-firm-08-contact-1-600x1316.jpg\";s:18:\"astra-page-api-url\";s:66:\"https://websitedemos.net/interior-firm-08/wp-json/wp/v2/pages/1188\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:44:\"//websitedemos.net/interior-firm-08/contact/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}}s:19:\"related-bb-template\";s:0:\"\";s:26:\"related-elementor-template\";s:0:\"\";s:26:\"related-gutenberg-template\";s:0:\"\";}s:8:\"id-47957\";a:22:{s:5:\"title\";s:18:\"Italian Restaurant\";s:2:\"id\";i:47957;s:12:\"publish-date\";i:1603828772;s:18:\"featured-image-url\";s:77:\"https://websitedemos.net/wp-content/uploads/2020/10/italian-restaurant-08.jpg\";s:19:\"thumbnail-image-url\";s:86:\"https://websitedemos.net/wp-content/uploads/2020/10/italian-restaurant-08-600x2375.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:86:\"https://websitedemos.net/wp-content/uploads/2020/10/italian-restaurant-08-400x1583.jpg\";s:14:\"astra-site-url\";s:40:\"//websitedemos.net/italian-restaurant-08\";s:20:\"astra-site-parent-id\";i:1689;s:15:\"astra-sites-tag\";a:10:{i:562;s:6:\"bistro\";i:972;s:4:\"club\";i:560;s:7:\"cuisine\";i:561;s:6:\"eatery\";i:336;s:4:\"food\";i:350;s:5:\"hotel\";i:563;s:18:\"italian-restaurant\";i:559;s:6:\"outlet\";i:335;s:10:\"restaurant\";i:970;s:6:\"restro\";}s:16:\"astra-sites-type\";s:4:\"free\";s:19:\"astra-site-category\";a:2:{i:27;s:8:\"business\";i:39;s:4:\"free\";}s:29:\"astra-sites-template-category\";a:0:{}s:23:\"astra-site-page-builder\";s:9:\"gutenberg\";s:10:\"categories\";a:1:{i:2496;s:15:\"restaurant-food\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}i:1;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}s:11:\"post-status\";s:7:\"publish\";s:12:\"post-content\";s:0:\"\";s:12:\"post-excerpt\";s:0:\"\";s:5:\"pages\";a:4:{s:8:\"id-47960\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:77:\"https://websitedemos.net/wp-content/uploads/2020/10/italian-restaurant-08.jpg\";s:19:\"thumbnail-image-url\";s:86:\"https://websitedemos.net/wp-content/uploads/2020/10/italian-restaurant-08-600x2375.jpg\";s:18:\"astra-page-api-url\";s:69:\"https://websitedemos.net/italian-restaurant-08/wp-json/wp/v2/pages/56\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:41:\"//websitedemos.net/italian-restaurant-08/\";s:15:\"astra-sites-tag\";a:2:{i:423;s:4:\"home\";i:814;s:8:\"homepage\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}}s:8:\"id-47961\";a:12:{s:5:\"title\";s:4:\"Menu\";s:18:\"featured-image-url\";s:84:\"https://websitedemos.net/wp-content/uploads/2020/10/italian-restaurant-08-menu-2.jpg\";s:19:\"thumbnail-image-url\";s:93:\"https://websitedemos.net/wp-content/uploads/2020/10/italian-restaurant-08-menu-2-600x2011.jpg\";s:18:\"astra-page-api-url\";s:69:\"https://websitedemos.net/italian-restaurant-08/wp-json/wp/v2/pages/54\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:46:\"//websitedemos.net/italian-restaurant-08/menu/\";s:15:\"astra-sites-tag\";a:2:{i:1579;s:9:\"food-menu\";i:565;s:4:\"menu\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}}s:8:\"id-47958\";a:12:{s:5:\"title\";s:5:\"About\";s:18:\"featured-image-url\";s:86:\"https://websitedemos.net/wp-content/uploads/2020/10/italian-restaurant-08-about-us.jpg\";s:19:\"thumbnail-image-url\";s:95:\"https://websitedemos.net/wp-content/uploads/2020/10/italian-restaurant-08-about-us-600x1754.jpg\";s:18:\"astra-page-api-url\";s:69:\"https://websitedemos.net/italian-restaurant-08/wp-json/wp/v2/pages/53\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:47:\"//websitedemos.net/italian-restaurant-08/about/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}}s:8:\"id-47959\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:87:\"https://websitedemos.net/wp-content/uploads/2020/10/italian-restaurant-08-contact-2.jpg\";s:19:\"thumbnail-image-url\";s:96:\"https://websitedemos.net/wp-content/uploads/2020/10/italian-restaurant-08-contact-2-600x1278.jpg\";s:18:\"astra-page-api-url\";s:69:\"https://websitedemos.net/italian-restaurant-08/wp-json/wp/v2/pages/55\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:49:\"//websitedemos.net/italian-restaurant-08/contact/\";s:15:\"astra-sites-tag\";a:2:{i:415;s:7:\"contact\";i:454;s:10:\"contact-us\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}}s:19:\"related-bb-template\";s:0:\"\";s:26:\"related-elementor-template\";s:0:\"\";s:26:\"related-gutenberg-template\";s:0:\"\";}s:8:\"id-48342\";a:22:{s:5:\"title\";s:5:\"Coach\";s:2:\"id\";i:48342;s:12:\"publish-date\";i:1603908987;s:18:\"featured-image-url\";s:64:\"https://websitedemos.net/wp-content/uploads/2020/10/coach-08.jpg\";s:19:\"thumbnail-image-url\";s:73:\"https://websitedemos.net/wp-content/uploads/2020/10/coach-08-600x1970.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:73:\"https://websitedemos.net/wp-content/uploads/2020/10/coach-08-400x1313.jpg\";s:14:\"astra-site-url\";s:27:\"//websitedemos.net/coach-08\";s:20:\"astra-site-parent-id\";i:1723;s:15:\"astra-sites-tag\";a:5:{i:610;s:8:\"coaching\";i:608;s:8:\"guidance\";i:612;s:10:\"life-coach\";i:609;s:9:\"motivator\";i:611;s:16:\"self-improvement\";}s:16:\"astra-sites-type\";s:4:\"free\";s:19:\"astra-site-category\";a:2:{i:27;s:8:\"business\";i:39;s:4:\"free\";}s:29:\"astra-sites-template-category\";a:0:{}s:23:\"astra-site-page-builder\";s:9:\"gutenberg\";s:10:\"categories\";a:1:{i:2483;s:15:\"expert-services\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:11:\"post-status\";s:7:\"publish\";s:12:\"post-content\";s:0:\"\";s:12:\"post-excerpt\";s:0:\"\";s:5:\"pages\";a:5:{s:8:\"id-48347\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:64:\"https://websitedemos.net/wp-content/uploads/2020/10/coach-08.jpg\";s:19:\"thumbnail-image-url\";s:73:\"https://websitedemos.net/wp-content/uploads/2020/10/coach-08-600x1970.jpg\";s:18:\"astra-page-api-url\";s:57:\"https://websitedemos.net/coach-08/wp-json/wp/v2/pages/389\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:28:\"//websitedemos.net/coach-08/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}}s:8:\"id-48343\";a:12:{s:5:\"title\";s:5:\"About\";s:18:\"featured-image-url\";s:72:\"https://websitedemos.net/wp-content/uploads/2020/10/coach-08-about-1.jpg\";s:19:\"thumbnail-image-url\";s:81:\"https://websitedemos.net/wp-content/uploads/2020/10/coach-08-about-1-600x1638.jpg\";s:18:\"astra-page-api-url\";s:57:\"https://websitedemos.net/coach-08/wp-json/wp/v2/pages/391\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:34:\"//websitedemos.net/coach-08/about/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}}s:8:\"id-48346\";a:12:{s:5:\"title\";s:6:\"e-Book\";s:18:\"featured-image-url\";s:70:\"https://websitedemos.net/wp-content/uploads/2020/10/coach-08-ebook.jpg\";s:19:\"thumbnail-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2020/10/coach-08-ebook-600x1161.jpg\";s:18:\"astra-page-api-url\";s:57:\"https://websitedemos.net/coach-08/wp-json/wp/v2/pages/393\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:35:\"//websitedemos.net/coach-08/e-book/\";s:15:\"astra-sites-tag\";a:1:{i:748;s:5:\"ebook\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}}s:8:\"id-48345\";a:12:{s:5:\"title\";s:7:\"Courses\";s:18:\"featured-image-url\";s:74:\"https://websitedemos.net/wp-content/uploads/2020/10/coach-08-courses-1.jpg\";s:19:\"thumbnail-image-url\";s:83:\"https://websitedemos.net/wp-content/uploads/2020/10/coach-08-courses-1-600x1018.jpg\";s:18:\"astra-page-api-url\";s:57:\"https://websitedemos.net/coach-08/wp-json/wp/v2/pages/395\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:36:\"//websitedemos.net/coach-08/courses/\";s:15:\"astra-sites-tag\";a:1:{i:462;s:7:\"courses\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}}s:8:\"id-48344\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:74:\"https://websitedemos.net/wp-content/uploads/2020/10/coach-08-contact-1.jpg\";s:19:\"thumbnail-image-url\";s:82:\"https://websitedemos.net/wp-content/uploads/2020/10/coach-08-contact-1-600x855.jpg\";s:18:\"astra-page-api-url\";s:57:\"https://websitedemos.net/coach-08/wp-json/wp/v2/pages/397\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:36:\"//websitedemos.net/coach-08/contact/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}}s:19:\"related-bb-template\";s:0:\"\";s:26:\"related-elementor-template\";s:0:\"\";s:26:\"related-gutenberg-template\";s:0:\"\";}s:8:\"id-48231\";a:22:{s:5:\"title\";s:20:\"Motivational Speaker\";s:2:\"id\";i:48231;s:12:\"publish-date\";i:1603901316;s:18:\"featured-image-url\";s:81:\"https://websitedemos.net/wp-content/uploads/2020/10/motivational-speaker-08-1.jpg\";s:19:\"thumbnail-image-url\";s:90:\"https://websitedemos.net/wp-content/uploads/2020/10/motivational-speaker-08-1-600x1831.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:90:\"https://websitedemos.net/wp-content/uploads/2020/10/motivational-speaker-08-1-400x1220.jpg\";s:14:\"astra-site-url\";s:42:\"//websitedemos.net/motivational-speaker-08\";s:20:\"astra-site-parent-id\";i:1708;s:15:\"astra-sites-tag\";a:3:{i:1545;s:21:\"inspirational-speaker\";i:855;s:20:\"motivational-speaker\";i:1709;s:7:\"speaker\";}s:16:\"astra-sites-type\";s:4:\"free\";s:19:\"astra-site-category\";a:2:{i:37;s:4:\"blog\";i:39;s:4:\"free\";}s:29:\"astra-sites-template-category\";a:0:{}s:23:\"astra-site-page-builder\";s:9:\"gutenberg\";s:10:\"categories\";a:1:{i:2483;s:15:\"expert-services\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}i:1;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}s:11:\"post-status\";s:7:\"publish\";s:12:\"post-content\";s:0:\"\";s:12:\"post-excerpt\";s:0:\"\";s:5:\"pages\";a:4:{s:8:\"id-48235\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:81:\"https://websitedemos.net/wp-content/uploads/2020/10/motivational-speaker-08-1.jpg\";s:19:\"thumbnail-image-url\";s:90:\"https://websitedemos.net/wp-content/uploads/2020/10/motivational-speaker-08-1-600x1831.jpg\";s:18:\"astra-page-api-url\";s:72:\"https://websitedemos.net/motivational-speaker-08/wp-json/wp/v2/pages/624\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:43:\"//websitedemos.net/motivational-speaker-08/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:74;s:4:\"blog\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}}s:8:\"id-48232\";a:12:{s:5:\"title\";s:5:\"About\";s:18:\"featured-image-url\";s:87:\"https://websitedemos.net/wp-content/uploads/2020/10/motivational-speaker-08-about-2.jpg\";s:19:\"thumbnail-image-url\";s:96:\"https://websitedemos.net/wp-content/uploads/2020/10/motivational-speaker-08-about-2-600x1154.jpg\";s:18:\"astra-page-api-url\";s:72:\"https://websitedemos.net/motivational-speaker-08/wp-json/wp/v2/pages/626\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:49:\"//websitedemos.net/motivational-speaker-08/about/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:74;s:4:\"blog\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}}s:8:\"id-48233\";a:12:{s:5:\"title\";s:4:\"Blog\";s:18:\"featured-image-url\";s:86:\"https://websitedemos.net/wp-content/uploads/2020/10/motivational-speaker-08-blog-2.jpg\";s:19:\"thumbnail-image-url\";s:95:\"https://websitedemos.net/wp-content/uploads/2020/10/motivational-speaker-08-blog-2-600x1063.jpg\";s:18:\"astra-page-api-url\";s:72:\"https://websitedemos.net/motivational-speaker-08/wp-json/wp/v2/pages/628\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:48:\"//websitedemos.net/motivational-speaker-08/blog/\";s:15:\"astra-sites-tag\";a:1:{i:480;s:4:\"blog\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:74;s:4:\"blog\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}}s:8:\"id-48234\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:89:\"https://websitedemos.net/wp-content/uploads/2020/10/motivational-speaker-08-contact-2.jpg\";s:19:\"thumbnail-image-url\";s:87:\"https://websitedemos.net/wp-content/uploads/2020/10/motivational-speaker-08-contact.jpg\";s:18:\"astra-page-api-url\";s:72:\"https://websitedemos.net/motivational-speaker-08/wp-json/wp/v2/pages/630\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:51:\"//websitedemos.net/motivational-speaker-08/contact/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:74;s:4:\"blog\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}}s:19:\"related-bb-template\";s:0:\"\";s:26:\"related-elementor-template\";s:0:\"\";s:26:\"related-gutenberg-template\";s:0:\"\";}s:8:\"id-48562\";a:22:{s:5:\"title\";s:27:\"Gardening &amp; Landscaping\";s:2:\"id\";i:48562;s:12:\"publish-date\";i:1603984618;s:18:\"featured-image-url\";s:67:\"https://websitedemos.net/wp-content/uploads/2020/10/gardener-08.jpg\";s:19:\"thumbnail-image-url\";s:76:\"https://websitedemos.net/wp-content/uploads/2020/10/gardener-08-600x2558.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:76:\"https://websitedemos.net/wp-content/uploads/2020/10/gardener-08-400x1705.jpg\";s:14:\"astra-site-url\";s:30:\"//websitedemos.net/gardener-08\";s:20:\"astra-site-parent-id\";i:1746;s:15:\"astra-sites-tag\";a:7:{i:416;s:11:\"garden-care\";i:421;s:18:\"garden-maintenance\";i:420;s:9:\"gardening\";i:422;s:11:\"landscaping\";i:417;s:9:\"lawn-care\";i:419;s:8:\"planting\";i:418;s:12:\"weed-control\";}s:16:\"astra-sites-type\";s:4:\"free\";s:19:\"astra-site-category\";a:2:{i:27;s:8:\"business\";i:39;s:4:\"free\";}s:29:\"astra-sites-template-category\";a:0:{}s:23:\"astra-site-page-builder\";s:9:\"gutenberg\";s:10:\"categories\";a:1:{i:2476;s:9:\"gardening\";}s:16:\"required-plugins\";a:3:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}i:1;a:3:{s:4:\"slug\";s:13:\"astra-widgets\";s:4:\"init\";s:31:\"astra-widgets/astra-widgets.php\";s:4:\"name\";s:13:\"Astra Widgets\";}i:2;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:11:\"post-status\";s:7:\"publish\";s:12:\"post-content\";s:0:\"\";s:12:\"post-excerpt\";s:0:\"\";s:5:\"pages\";a:5:{s:8:\"id-48566\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:67:\"https://websitedemos.net/wp-content/uploads/2020/10/gardener-08.jpg\";s:19:\"thumbnail-image-url\";s:76:\"https://websitedemos.net/wp-content/uploads/2020/10/gardener-08-600x2558.jpg\";s:18:\"astra-page-api-url\";s:58:\"https://websitedemos.net/gardener-08/wp-json/wp/v2/pages/5\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:31:\"//websitedemos.net/gardener-08/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}}s:8:\"id-48563\";a:12:{s:5:\"title\";s:5:\"About\";s:18:\"featured-image-url\";s:75:\"https://websitedemos.net/wp-content/uploads/2020/10/gardener-08-about-1.jpg\";s:19:\"thumbnail-image-url\";s:84:\"https://websitedemos.net/wp-content/uploads/2020/10/gardener-08-about-1-600x1625.jpg\";s:18:\"astra-page-api-url\";s:58:\"https://websitedemos.net/gardener-08/wp-json/wp/v2/pages/7\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:37:\"//websitedemos.net/gardener-08/about/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}}s:8:\"id-48567\";a:12:{s:5:\"title\";s:8:\"Services\";s:18:\"featured-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2020/10/gardener-08-services-1.jpg\";s:19:\"thumbnail-image-url\";s:87:\"https://websitedemos.net/wp-content/uploads/2020/10/gardener-08-services-1-600x1611.jpg\";s:18:\"astra-page-api-url\";s:58:\"https://websitedemos.net/gardener-08/wp-json/wp/v2/pages/9\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:40:\"//websitedemos.net/gardener-08/services/\";s:15:\"astra-sites-tag\";a:1:{i:425;s:8:\"services\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}}s:8:\"id-48565\";a:12:{s:5:\"title\";s:7:\"Gallery\";s:18:\"featured-image-url\";s:77:\"https://websitedemos.net/wp-content/uploads/2020/10/gardener-08-gallery-1.jpg\";s:19:\"thumbnail-image-url\";s:85:\"https://websitedemos.net/wp-content/uploads/2020/10/gardener-08-gallery-1-600x994.jpg\";s:18:\"astra-page-api-url\";s:59:\"https://websitedemos.net/gardener-08/wp-json/wp/v2/pages/11\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:39:\"//websitedemos.net/gardener-08/gallery/\";s:15:\"astra-sites-tag\";a:1:{i:461;s:7:\"gallery\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}}s:8:\"id-48564\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:77:\"https://websitedemos.net/wp-content/uploads/2020/10/gardener-08-contact-1.jpg\";s:19:\"thumbnail-image-url\";s:85:\"https://websitedemos.net/wp-content/uploads/2020/10/gardener-08-contact-1-600x987.jpg\";s:18:\"astra-page-api-url\";s:59:\"https://websitedemos.net/gardener-08/wp-json/wp/v2/pages/13\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:39:\"//websitedemos.net/gardener-08/contact/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}}s:19:\"related-bb-template\";s:0:\"\";s:26:\"related-elementor-template\";s:0:\"\";s:26:\"related-gutenberg-template\";s:0:\"\";}s:8:\"id-55358\";a:22:{s:5:\"title\";s:17:\"Web Design Agency\";s:2:\"id\";i:55358;s:12:\"publish-date\";i:1621624720;s:18:\"featured-image-url\";s:71:\"https://websitedemos.net/wp-content/uploads/2021/05/demo-screenshot.jpg\";s:19:\"thumbnail-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2021/05/demo-screenshot-600x1886.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2021/05/demo-screenshot-400x1257.jpg\";s:14:\"astra-site-url\";s:39:\"//websitedemos.net/web-design-agency-08\";s:20:\"astra-site-parent-id\";i:2095;s:15:\"astra-sites-tag\";a:4:{i:663;s:6:\"agency\";i:399;s:8:\"one-page\";i:463;s:11:\"single-page\";i:2159;s:17:\"web-design-agency\";}s:16:\"astra-sites-type\";s:4:\"free\";s:19:\"astra-site-category\";a:2:{i:39;s:4:\"free\";i:36;s:5:\"other\";}s:29:\"astra-sites-template-category\";a:0:{}s:23:\"astra-site-page-builder\";s:9:\"gutenberg\";s:10:\"categories\";a:1:{i:2487;s:6:\"agency\";}s:16:\"required-plugins\";a:0:{}s:11:\"post-status\";s:7:\"publish\";s:12:\"post-content\";s:0:\"\";s:12:\"post-excerpt\";s:0:\"\";s:5:\"pages\";a:1:{s:8:\"id-55567\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:76:\"https://websitedemos.net/wp-content/uploads/2021/05/web-design-agency-08.jpg\";s:19:\"thumbnail-image-url\";s:76:\"https://websitedemos.net/wp-content/uploads/2021/05/web-design-agency-08.jpg\";s:18:\"astra-page-api-url\";s:67:\"https://websitedemos.net/web-design-agency-08/wp-json/wp/v2/pages/5\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:40:\"//websitedemos.net/web-design-agency-08/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:61;s:4:\"free\";i:139;s:5:\"other\";}s:16:\"required-plugins\";a:0:{}}}s:19:\"related-bb-template\";s:0:\"\";s:26:\"related-elementor-template\";s:0:\"\";s:26:\"related-gutenberg-template\";s:0:\"\";}s:8:\"id-48225\";a:22:{s:5:\"title\";s:12:\"Construction\";s:2:\"id\";i:48225;s:12:\"publish-date\";i:1603905869;s:18:\"featured-image-url\";s:71:\"https://websitedemos.net/wp-content/uploads/2020/10/construction-08.jpg\";s:19:\"thumbnail-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2020/10/construction-08-600x3030.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2020/10/construction-08-400x2020.jpg\";s:14:\"astra-site-url\";s:34:\"//websitedemos.net/construction-08\";s:20:\"astra-site-parent-id\";i:1707;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: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-48228\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:71:\"https://websitedemos.net/wp-content/uploads/2020/10/construction-08.jpg\";s:19:\"thumbnail-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2020/10/construction-08-600x3030.jpg\";s:18:\"astra-page-api-url\";s:65:\"https://websitedemos.net/construction-08/wp-json/wp/v2/pages/1815\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:35:\"//websitedemos.net/construction-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-48226\";a:12:{s:5:\"title\";s:5:\"About\";s:18:\"featured-image-url\";s:77:\"https://websitedemos.net/wp-content/uploads/2020/10/construction-08-about.jpg\";s:19:\"thumbnail-image-url\";s:86:\"https://websitedemos.net/wp-content/uploads/2020/10/construction-08-about-600x1830.jpg\";s:18:\"astra-page-api-url\";s:65:\"https://websitedemos.net/construction-08/wp-json/wp/v2/pages/1816\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:41:\"//websitedemos.net/construction-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-48230\";a:12:{s:5:\"title\";s:8:\"Services\";s:18:\"featured-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2020/10/construction-08-services.jpg\";s:19:\"thumbnail-image-url\";s:89:\"https://websitedemos.net/wp-content/uploads/2020/10/construction-08-services-600x1372.jpg\";s:18:\"astra-page-api-url\";s:65:\"https://websitedemos.net/construction-08/wp-json/wp/v2/pages/1817\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:44:\"//websitedemos.net/construction-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-48229\";a:12:{s:5:\"title\";s:8:\"Projects\";s:18:\"featured-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2020/10/construction-08-projects.jpg\";s:19:\"thumbnail-image-url\";s:89:\"https://websitedemos.net/wp-content/uploads/2020/10/construction-08-projects-600x1712.jpg\";s:18:\"astra-page-api-url\";s:65:\"https://websitedemos.net/construction-08/wp-json/wp/v2/pages/1818\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:44:\"//websitedemos.net/construction-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-48227\";a:12:{s:5:\"title\";s:10:\"Contact Us\";s:18:\"featured-image-url\";s:82:\"https://websitedemos.net/wp-content/uploads/2020/10/construction-08-contact-us.jpg\";s:19:\"thumbnail-image-url\";s:91:\"https://websitedemos.net/wp-content/uploads/2020/10/construction-08-contact-us-600x1078.jpg\";s:18:\"astra-page-api-url\";s:65:\"https://websitedemos.net/construction-08/wp-json/wp/v2/pages/1819\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:46:\"//websitedemos.net/construction-08/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:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"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-48374\";a:22:{s:5:\"title\";s:16:\"Co-Working Space\";s:2:\"id\";i:48374;s:12:\"publish-date\";i:1603963845;s:18:\"featured-image-url\";s:75:\"https://websitedemos.net/wp-content/uploads/2020/10/co-working-space-08.jpg\";s:19:\"thumbnail-image-url\";s:84:\"https://websitedemos.net/wp-content/uploads/2020/10/co-working-space-08-600x2179.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:84:\"https://websitedemos.net/wp-content/uploads/2020/10/co-working-space-08-400x1453.jpg\";s:14:\"astra-site-url\";s:38:\"//websitedemos.net/co-working-space-08\";s:20:\"astra-site-parent-id\";i:1729;s:15:\"astra-sites-tag\";a:5:{i:692;s:8:\"business\";i:694;s:16:\"co-working-place\";i:695;s:13:\"collaboration\";i:1453;s:15:\"coworking-space\";i:691;s:10:\"work-place\";}s:16:\"astra-sites-type\";s:4:\"free\";s:19:\"astra-site-category\";a:2:{i:27;s:8:\"business\";i:39;s:4:\"free\";}s:29:\"astra-sites-template-category\";a:0:{}s:23:\"astra-site-page-builder\";s:9:\"gutenberg\";s:10:\"categories\";a:0:{}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:11:\"post-status\";s:7:\"publish\";s:12:\"post-content\";s:0:\"\";s:12:\"post-excerpt\";s:0:\"\";s:5:\"pages\";a:5:{s:8:\"id-48375\";a:12:{s:5:\"title\";s:8:\"About Us\";s:18:\"featured-image-url\";s:84:\"https://websitedemos.net/wp-content/uploads/2020/10/co-working-space-08-about-us.jpg\";s:19:\"thumbnail-image-url\";s:93:\"https://websitedemos.net/wp-content/uploads/2020/10/co-working-space-08-about-us-600x1618.jpg\";s:18:\"astra-page-api-url\";s:69:\"https://websitedemos.net/co-working-space-08/wp-json/wp/v2/pages/1131\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:48:\"//websitedemos.net/co-working-space-08/about-us/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}}s:8:\"id-48376\";a:12:{s:5:\"title\";s:9:\"Amenities\";s:18:\"featured-image-url\";s:85:\"https://websitedemos.net/wp-content/uploads/2020/10/co-working-space-08-amenities.jpg\";s:19:\"thumbnail-image-url\";s:94:\"https://websitedemos.net/wp-content/uploads/2020/10/co-working-space-08-amenities-600x1915.jpg\";s:18:\"astra-page-api-url\";s:69:\"https://websitedemos.net/co-working-space-08/wp-json/wp/v2/pages/1132\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:49:\"//websitedemos.net/co-working-space-08/amenities/\";s:15:\"astra-sites-tag\";a:1:{i:777;s:9:\"amenities\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}}s:8:\"id-48377\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:86:\"https://websitedemos.net/wp-content/uploads/2020/10/co-working-space-08-contact-us.jpg\";s:19:\"thumbnail-image-url\";s:95:\"https://websitedemos.net/wp-content/uploads/2020/10/co-working-space-08-contact-us-600x1305.jpg\";s:18:\"astra-page-api-url\";s:69:\"https://websitedemos.net/co-working-space-08/wp-json/wp/v2/pages/1133\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:47:\"//websitedemos.net/co-working-space-08/contact/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}s:8:\"id-48378\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:75:\"https://websitedemos.net/wp-content/uploads/2020/10/co-working-space-08.jpg\";s:19:\"thumbnail-image-url\";s:84:\"https://websitedemos.net/wp-content/uploads/2020/10/co-working-space-08-600x2179.jpg\";s:18:\"astra-page-api-url\";s:66:\"https://websitedemos.net/co-working-space-08/wp-json/wp/v2/pages/8\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:39:\"//websitedemos.net/co-working-space-08/\";s:15:\"astra-sites-tag\";a:1:{i:814;s:8:\"homepage\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}}s:8:\"id-48379\";a:12:{s:5:\"title\";s:7:\"Pricing\";s:18:\"featured-image-url\";s:89:\"https://websitedemos.net/wp-content/uploads/2020/10/co-working-space-08-pricing-plans.jpg\";s:19:\"thumbnail-image-url\";s:98:\"https://websitedemos.net/wp-content/uploads/2020/10/co-working-space-08-pricing-plans-600x2176.jpg\";s:18:\"astra-page-api-url\";s:69:\"https://websitedemos.net/co-working-space-08/wp-json/wp/v2/pages/1134\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:47:\"//websitedemos.net/co-working-space-08/pricing/\";s:15:\"astra-sites-tag\";a:1:{i:585;s:7:\"pricing\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}}}s:19:\"related-bb-template\";s:0:\"\";s:26:\"related-elementor-template\";s:0:\"\";s:26:\"related-gutenberg-template\";s:0:\"\";}s:8:\"id-48297\";a:22:{s:5:\"title\";s:18:\"Wedding Invitation\";s:2:\"id\";i:48297;s:12:\"publish-date\";i:1603905879;s:18:\"featured-image-url\";s:66:\"https://websitedemos.net/wp-content/uploads/2020/10/wedding-08.jpg\";s:19:\"thumbnail-image-url\";s:75:\"https://websitedemos.net/wp-content/uploads/2020/10/wedding-08-600x2270.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:75:\"https://websitedemos.net/wp-content/uploads/2020/10/wedding-08-400x1513.jpg\";s:14:\"astra-site-url\";s:29:\"//websitedemos.net/wedding-08\";s:20:\"astra-site-parent-id\";i:1716;s:15:\"astra-sites-tag\";a:5:{i:699;s:10:\"invitation\";i:746;s:13:\"one-page-site\";i:463;s:11:\"single-page\";i:697;s:7:\"wedding\";i:1457;s:18:\"wedding-invitation\";}s:16:\"astra-sites-type\";s:4:\"free\";s:19:\"astra-site-category\";a:1:{i:39;s:4:\"free\";}s:29:\"astra-sites-template-category\";a:0:{}s:23:\"astra-site-page-builder\";s:9:\"gutenberg\";s:10:\"categories\";a:1:{i:2489;s:16:\"event-invitation\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:11:\"post-status\";s:7:\"publish\";s:12:\"post-content\";s:0:\"\";s:12:\"post-excerpt\";s:0:\"\";s:5:\"pages\";a:1:{s:8:\"id-48298\";a:12:{s:5:\"title\";s:18:\"Wedding Invitation\";s:18:\"featured-image-url\";s:66:\"https://websitedemos.net/wp-content/uploads/2020/10/wedding-08.jpg\";s:19:\"thumbnail-image-url\";s:75:\"https://websitedemos.net/wp-content/uploads/2020/10/wedding-08-600x2270.jpg\";s:18:\"astra-page-api-url\";s:57:\"https://websitedemos.net/wedding-08/wp-json/wp/v2/pages/6\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:30:\"//websitedemos.net/wedding-08/\";s:15:\"astra-sites-tag\";a:3:{i:423;s:4:\"home\";i:1718;s:7:\"onepage\";i:1457;s:18:\"wedding-invitation\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}}s:19:\"related-bb-template\";s:0:\"\";s:26:\"related-elementor-template\";s:0:\"\";s:26:\"related-gutenberg-template\";s:0:\"\";}s:8:\"id-56731\";a:22:{s:5:\"title\";s:13:\"Prime Lawyers\";s:2:\"id\";i:56731;s:12:\"publish-date\";i:1626107534;s:18:\"featured-image-url\";s:64:\"https://websitedemos.net/wp-content/uploads/2021/07/law-08-1.jpg\";s:19:\"thumbnail-image-url\";s:73:\"https://websitedemos.net/wp-content/uploads/2021/07/law-08-1-600x2347.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:73:\"https://websitedemos.net/wp-content/uploads/2021/07/law-08-1-400x1565.jpg\";s:14:\"astra-site-url\";s:25:\"//websitedemos.net/law-08\";s:20:\"astra-site-parent-id\";i:2255;s:15:\"astra-sites-tag\";a:7:{i:704;s:13:\"corporate-law\";i:701;s:12:\"criminal-law\";i:703;s:11:\"enforcement\";i:968;s:7:\"justice\";i:702;s:8:\"law-firm\";i:706;s:6:\"lawyer\";i:1022;s:12:\"professional\";}s:16:\"astra-sites-type\";s:4:\"free\";s:19:\"astra-site-category\";a:2:{i:27;s:8:\"business\";i:39;s:4:\"free\";}s:29:\"astra-sites-template-category\";a:0:{}s:23:\"astra-site-page-builder\";s:9:\"gutenberg\";s:10:\"categories\";a:1:{i:2482;s:3:\"law\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}i:1;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}s:11:\"post-status\";s:7:\"publish\";s:12:\"post-content\";s:0:\"\";s:12:\"post-excerpt\";s:0:\"\";s:5:\"pages\";a:5:{s:8:\"id-56732\";a:12:{s:5:\"title\";s:5:\"About\";s:18:\"featured-image-url\";s:70:\"https://websitedemos.net/wp-content/uploads/2021/07/law-08-about-1.jpg\";s:19:\"thumbnail-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2021/07/law-08-about-1-600x1425.jpg\";s:18:\"astra-page-api-url\";s:53:\"https://websitedemos.net/law-08/wp-json/wp/v2/pages/8\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:32:\"//websitedemos.net/law-08/about/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}}s:8:\"id-56733\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:72:\"https://websitedemos.net/wp-content/uploads/2021/07/law-08-contact-1.jpg\";s:19:\"thumbnail-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2021/07/law-08-contact-1-600x875.jpg\";s:18:\"astra-page-api-url\";s:54:\"https://websitedemos.net/law-08/wp-json/wp/v2/pages/11\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:34:\"//websitedemos.net/law-08/contact/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}s:8:\"id-56734\";a:12:{s:5:\"title\";s:3:\"FAQ\";s:18:\"featured-image-url\";s:68:\"https://websitedemos.net/wp-content/uploads/2021/07/law-08-faq-1.jpg\";s:19:\"thumbnail-image-url\";s:77:\"https://websitedemos.net/wp-content/uploads/2021/07/law-08-faq-1-600x1042.jpg\";s:18:\"astra-page-api-url\";s:54:\"https://websitedemos.net/law-08/wp-json/wp/v2/pages/10\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:30:\"//websitedemos.net/law-08/faq/\";s:15:\"astra-sites-tag\";a:2:{i:426;s:3:\"faq\";i:1476;s:26:\"frequently-asked-questions\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}}s:8:\"id-56735\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:64:\"https://websitedemos.net/wp-content/uploads/2021/07/law-08-1.jpg\";s:19:\"thumbnail-image-url\";s:73:\"https://websitedemos.net/wp-content/uploads/2021/07/law-08-1-600x2347.jpg\";s:18:\"astra-page-api-url\";s:53:\"https://websitedemos.net/law-08/wp-json/wp/v2/pages/7\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:26:\"//websitedemos.net/law-08/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}}s:8:\"id-56736\";a:12:{s:5:\"title\";s:13:\"Practice Area\";s:18:\"featured-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2021/07/law-08-practice-area-1.jpg\";s:19:\"thumbnail-image-url\";s:87:\"https://websitedemos.net/wp-content/uploads/2021/07/law-08-practice-area-1-600x1813.jpg\";s:18:\"astra-page-api-url\";s:53:\"https://websitedemos.net/law-08/wp-json/wp/v2/pages/9\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:40:\"//websitedemos.net/law-08/practice-area/\";s:15:\"astra-sites-tag\";a:2:{i:707;s:13:\"practice-area\";i:425;s:8:\"services\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}}}s:19:\"related-bb-template\";s:0:\"\";s:26:\"related-elementor-template\";s:0:\"\";s:26:\"related-gutenberg-template\";s:0:\"\";}s:8:\"id-48263\";a:22:{s:5:\"title\";s:13:\"Makeup Artist\";s:2:\"id\";i:48263;s:12:\"publish-date\";i:1603908979;s:18:\"featured-image-url\";s:74:\"https://websitedemos.net/wp-content/uploads/2020/10/makeup-artist-08-1.jpg\";s:19:\"thumbnail-image-url\";s:83:\"https://websitedemos.net/wp-content/uploads/2020/10/makeup-artist-08-1-600x2017.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:83:\"https://websitedemos.net/wp-content/uploads/2020/10/makeup-artist-08-1-400x1344.jpg\";s:14:\"astra-site-url\";s:35:\"//websitedemos.net/makeup-artist-08\";s:20:\"astra-site-parent-id\";i:1713;s:15:\"astra-sites-tag\";a:6:{i:579;s:14:\"bridal-make-up\";i:477;s:9:\"hair-care\";i:575;s:11:\"hair-styles\";i:982;s:11:\"hairstylist\";i:577;s:13:\"makeup-artist\";i:1728;s:13:\"makeup-studio\";}s:16:\"astra-sites-type\";s:4:\"free\";s:19:\"astra-site-category\";a:2:{i:27;s:8:\"business\";i:39;s:4:\"free\";}s:29:\"astra-sites-template-category\";a:0:{}s:23:\"astra-site-page-builder\";s:9:\"gutenberg\";s:10:\"categories\";a:1:{i:2479;s:6:\"beauty\";}s:16:\"required-plugins\";a:3:{i:0;a:3:{s:4:\"slug\";s:13:\"astra-widgets\";s:4:\"init\";s:31:\"astra-widgets/astra-widgets.php\";s:4:\"name\";s:13:\"Astra Widgets\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}i:2;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}s:11:\"post-status\";s:7:\"publish\";s:12:\"post-content\";s:0:\"\";s:12:\"post-excerpt\";s:0:\"\";s:5:\"pages\";a:5:{s:8:\"id-48266\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:74:\"https://websitedemos.net/wp-content/uploads/2020/10/makeup-artist-08-1.jpg\";s:19:\"thumbnail-image-url\";s:83:\"https://websitedemos.net/wp-content/uploads/2020/10/makeup-artist-08-1-600x2017.jpg\";s:18:\"astra-page-api-url\";s:66:\"https://websitedemos.net/makeup-artist-08/wp-json/wp/v2/pages/1299\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:36:\"//websitedemos.net/makeup-artist-08/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}}s:8:\"id-48264\";a:12:{s:5:\"title\";s:5:\"About\";s:18:\"featured-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2020/10/makeup-artist-08-about-1.jpg\";s:19:\"thumbnail-image-url\";s:89:\"https://websitedemos.net/wp-content/uploads/2020/10/makeup-artist-08-about-1-600x1155.jpg\";s:18:\"astra-page-api-url\";s:66:\"https://websitedemos.net/makeup-artist-08/wp-json/wp/v2/pages/1300\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:42:\"//websitedemos.net/makeup-artist-08/about/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}}s:8:\"id-48268\";a:12:{s:5:\"title\";s:8:\"Services\";s:18:\"featured-image-url\";s:83:\"https://websitedemos.net/wp-content/uploads/2020/10/makeup-artist-08-services-1.jpg\";s:19:\"thumbnail-image-url\";s:92:\"https://websitedemos.net/wp-content/uploads/2020/10/makeup-artist-08-services-1-600x1450.jpg\";s:18:\"astra-page-api-url\";s:66:\"https://websitedemos.net/makeup-artist-08/wp-json/wp/v2/pages/1301\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:45:\"//websitedemos.net/makeup-artist-08/services/\";s:15:\"astra-sites-tag\";a:1:{i:425;s:8:\"services\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}}s:8:\"id-48267\";a:12:{s:5:\"title\";s:9:\"Portfolio\";s:18:\"featured-image-url\";s:84:\"https://websitedemos.net/wp-content/uploads/2020/10/makeup-artist-08-portfolio-1.jpg\";s:19:\"thumbnail-image-url\";s:93:\"https://websitedemos.net/wp-content/uploads/2020/10/makeup-artist-08-portfolio-1-600x1205.jpg\";s:18:\"astra-page-api-url\";s:66:\"https://websitedemos.net/makeup-artist-08/wp-json/wp/v2/pages/1302\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:46:\"//websitedemos.net/makeup-artist-08/portfolio/\";s:15:\"astra-sites-tag\";a:1:{i:444;s:9:\"portfolio\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}}s:8:\"id-48265\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:82:\"https://websitedemos.net/wp-content/uploads/2020/10/makeup-artist-08-contact-1.jpg\";s:19:\"thumbnail-image-url\";s:90:\"https://websitedemos.net/wp-content/uploads/2020/10/makeup-artist-08-contact-1-600x866.jpg\";s:18:\"astra-page-api-url\";s:66:\"https://websitedemos.net/makeup-artist-08/wp-json/wp/v2/pages/1303\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:44:\"//websitedemos.net/makeup-artist-08/contact/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}}s:19:\"related-bb-template\";s:0:\"\";s:26:\"related-elementor-template\";s:0:\"\";s:26:\"related-gutenberg-template\";s:0:\"\";}s:8:\"id-48269\";a:22:{s:5:\"title\";s:17:\"Cleaning Services\";s:2:\"id\";i:48269;s:12:\"publish-date\";i:1603905875;s:18:\"featured-image-url\";s:66:\"https://websitedemos.net/wp-content/uploads/2020/10/cleaner-08.jpg\";s:19:\"thumbnail-image-url\";s:75:\"https://websitedemos.net/wp-content/uploads/2020/10/cleaner-08-600x2372.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:75:\"https://websitedemos.net/wp-content/uploads/2020/10/cleaner-08-400x1581.jpg\";s:14:\"astra-site-url\";s:29:\"//websitedemos.net/cleaner-08\";s:20:\"astra-site-parent-id\";i:1714;s:15:\"astra-sites-tag\";a:7:{i:680;s:8:\"cleaning\";i:679;s:17:\"cleaning-services\";i:673;s:19:\"commercial-cleaning\";i:674;s:17:\"domestic-cleaning\";i:1407;s:13:\"house-keeping\";i:676;s:11:\"maintenance\";i:677;s:7:\"washing\";}s:16:\"astra-sites-type\";s:4:\"free\";s:19:\"astra-site-category\";a:2:{i:27;s:8:\"business\";i:39;s:4:\"free\";}s:29:\"astra-sites-template-category\";a:0:{}s:23:\"astra-site-page-builder\";s:9:\"gutenberg\";s:10:\"categories\";a:1:{i:2477;s:13:\"home-services\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:11:\"post-status\";s:7:\"publish\";s:12:\"post-content\";s:0:\"\";s:12:\"post-excerpt\";s:0:\"\";s:5:\"pages\";a:5:{s:8:\"id-48273\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:66:\"https://websitedemos.net/wp-content/uploads/2020/10/cleaner-08.jpg\";s:19:\"thumbnail-image-url\";s:75:\"https://websitedemos.net/wp-content/uploads/2020/10/cleaner-08-600x2372.jpg\";s:18:\"astra-page-api-url\";s:60:\"https://websitedemos.net/cleaner-08/wp-json/wp/v2/pages/1696\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:30:\"//websitedemos.net/cleaner-08/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}}s:8:\"id-48270\";a:12:{s:5:\"title\";s:5:\"About\";s:18:\"featured-image-url\";s:74:\"https://websitedemos.net/wp-content/uploads/2020/10/cleaner-08-about-1.jpg\";s:19:\"thumbnail-image-url\";s:83:\"https://websitedemos.net/wp-content/uploads/2020/10/cleaner-08-about-1-600x2045.jpg\";s:18:\"astra-page-api-url\";s:60:\"https://websitedemos.net/cleaner-08/wp-json/wp/v2/pages/1352\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:36:\"//websitedemos.net/cleaner-08/about/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}}s:8:\"id-48274\";a:12:{s:5:\"title\";s:11:\"Residential\";s:18:\"featured-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2020/10/cleaner-08-residential-1.jpg\";s:19:\"thumbnail-image-url\";s:89:\"https://websitedemos.net/wp-content/uploads/2020/10/cleaner-08-residential-1-600x1338.jpg\";s:18:\"astra-page-api-url\";s:60:\"https://websitedemos.net/cleaner-08/wp-json/wp/v2/pages/1348\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:42:\"//websitedemos.net/cleaner-08/residential/\";s:15:\"astra-sites-tag\";a:1:{i:776;s:20:\"residential-cleaning\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}}s:8:\"id-48271\";a:12:{s:5:\"title\";s:10:\"Commercial\";s:18:\"featured-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2020/10/cleaner-08-commercial-1.jpg\";s:19:\"thumbnail-image-url\";s:88:\"https://websitedemos.net/wp-content/uploads/2020/10/cleaner-08-commercial-1-600x1498.jpg\";s:18:\"astra-page-api-url\";s:60:\"https://websitedemos.net/cleaner-08/wp-json/wp/v2/pages/1350\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:41:\"//websitedemos.net/cleaner-08/commercial/\";s:15:\"astra-sites-tag\";a:1:{i:673;s:19:\"commercial-cleaning\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}}s:8:\"id-48272\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:76:\"https://websitedemos.net/wp-content/uploads/2020/10/cleaner-08-contact-1.jpg\";s:19:\"thumbnail-image-url\";s:85:\"https://websitedemos.net/wp-content/uploads/2020/10/cleaner-08-contact-1-600x1054.jpg\";s:18:\"astra-page-api-url\";s:60:\"https://websitedemos.net/cleaner-08/wp-json/wp/v2/pages/1354\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:38:\"//websitedemos.net/cleaner-08/contact/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}}s:19:\"related-bb-template\";s:0:\"\";s:26:\"related-elementor-template\";s:0:\"\";s:26:\"related-gutenberg-template\";s:0:\"\";}s:8:\"id-54447\";a:22:{s:5:\"title\";s:22:\"Health &#038; Wellness\";s:2:\"id\";i:54447;s:12:\"publish-date\";i:1621454260;s:18:\"featured-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2021/05/health-wellness-home-08.jpg\";s:19:\"thumbnail-image-url\";s:88:\"https://websitedemos.net/wp-content/uploads/2021/05/health-wellness-home-08-600x2273.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:88:\"https://websitedemos.net/wp-content/uploads/2021/05/health-wellness-home-08-400x1515.jpg\";s:14:\"astra-site-url\";s:37:\"//websitedemos.net/health-wellness-08\";s:20:\"astra-site-parent-id\";i:2034;s:15:\"astra-sites-tag\";a:11:{i:337;s:6:\"clinic\";i:338;s:6:\"dental\";i:2047;s:13:\"dental-clinic\";i:601;s:6:\"doctor\";i:2045;s:6:\"health\";i:604;s:10:\"healthcare\";i:603;s:7:\"medical\";i:2046;s:14:\"medical-clinic\";i:621;s:12:\"psychiatrist\";i:2044;s:9:\"therapist\";i:619;s:8:\"wellness\";}s:16:\"astra-sites-type\";s:4:\"free\";s:19:\"astra-site-category\";a:2:{i:27;s:8:\"business\";i:39;s:4:\"free\";}s:29:\"astra-sites-template-category\";a:0:{}s:23:\"astra-site-page-builder\";s:9:\"gutenberg\";s:10:\"categories\";a:1:{i:2490;s:10:\"healthcare\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:11:\"post-status\";s:7:\"publish\";s:12:\"post-content\";s:0:\"\";s:12:\"post-excerpt\";s:0:\"\";s:5:\"pages\";a:4:{s:8:\"id-54449\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:82:\"https://websitedemos.net/wp-content/uploads/2021/05/health-wellness-contact-08.jpg\";s:19:\"thumbnail-image-url\";s:90:\"https://websitedemos.net/wp-content/uploads/2021/05/health-wellness-contact-08-600x852.jpg\";s:18:\"astra-page-api-url\";s:67:\"https://websitedemos.net/health-wellness-08/wp-json/wp/v2/pages/130\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:46:\"//websitedemos.net/health-wellness-08/contact/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}s:8:\"id-54450\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2021/05/health-wellness-home-08.jpg\";s:19:\"thumbnail-image-url\";s:88:\"https://websitedemos.net/wp-content/uploads/2021/05/health-wellness-home-08-600x2273.jpg\";s:18:\"astra-page-api-url\";s:66:\"https://websitedemos.net/health-wellness-08/wp-json/wp/v2/pages/12\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:38:\"//websitedemos.net/health-wellness-08/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}}s:8:\"id-54448\";a:12:{s:5:\"title\";s:5:\"About\";s:18:\"featured-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2021/05/health-wellness-about-08.jpg\";s:19:\"thumbnail-image-url\";s:89:\"https://websitedemos.net/wp-content/uploads/2021/05/health-wellness-about-08-600x1484.jpg\";s:18:\"astra-page-api-url\";s:66:\"https://websitedemos.net/health-wellness-08/wp-json/wp/v2/pages/87\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:44:\"//websitedemos.net/health-wellness-08/about/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}}s:8:\"id-54451\";a:12:{s:5:\"title\";s:8:\"Services\";s:18:\"featured-image-url\";s:83:\"https://websitedemos.net/wp-content/uploads/2021/05/health-wellness-services-08.jpg\";s:19:\"thumbnail-image-url\";s:92:\"https://websitedemos.net/wp-content/uploads/2021/05/health-wellness-services-08-600x1214.jpg\";s:18:\"astra-page-api-url\";s:67:\"https://websitedemos.net/health-wellness-08/wp-json/wp/v2/pages/120\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:47:\"//websitedemos.net/health-wellness-08/services/\";s:15:\"astra-sites-tag\";a:1:{i:425;s:8:\"services\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}}}s:19:\"related-bb-template\";s:0:\"\";s:26:\"related-elementor-template\";s:0:\"\";s:26:\"related-gutenberg-template\";s:0:\"\";}s:8:\"id-48093\";a:22:{s:5:\"title\";s:13:\"Hotel and BnB\";s:2:\"id\";i:48093;s:12:\"publish-date\";i:1603893483;s:18:\"featured-image-url\";s:64:\"https://websitedemos.net/wp-content/uploads/2020/10/hotel-08.jpg\";s:19:\"thumbnail-image-url\";s:73:\"https://websitedemos.net/wp-content/uploads/2020/10/hotel-08-600x2604.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:73:\"https://websitedemos.net/wp-content/uploads/2020/10/hotel-08-400x1736.jpg\";s:14:\"astra-site-url\";s:27:\"//websitedemos.net/hotel-08\";s:20:\"astra-site-parent-id\";i:1700;s:15:\"astra-sites-tag\";a:8:{i:560;s:7:\"cuisine\";i:336;s:4:\"food\";i:350;s:5:\"hotel\";i:712;s:5:\"lodge\";i:711;s:5:\"motel\";i:399;s:8:\"one-page\";i:714;s:6:\"resort\";i:463;s:11:\"single-page\";}s:16:\"astra-sites-type\";s:4:\"free\";s:19:\"astra-site-category\";a:2:{i:27;s:8:\"business\";i:39;s:4:\"free\";}s:29:\"astra-sites-template-category\";a:0:{}s:23:\"astra-site-page-builder\";s:9:\"gutenberg\";s:10:\"categories\";a:1:{i:2498;s:12:\"hotel-travel\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:11:\"post-status\";s:7:\"publish\";s:12:\"post-content\";s:0:\"\";s:12:\"post-excerpt\";s:0:\"\";s:5:\"pages\";a:1:{s:8:\"id-48094\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:64:\"https://websitedemos.net/wp-content/uploads/2020/10/hotel-08.jpg\";s:19:\"thumbnail-image-url\";s:73:\"https://websitedemos.net/wp-content/uploads/2020/10/hotel-08-600x2604.jpg\";s:18:\"astra-page-api-url\";s:55:\"https://websitedemos.net/hotel-08/wp-json/wp/v2/pages/6\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:28:\"//websitedemos.net/hotel-08/\";s:15:\"astra-sites-tag\";a:3:{i:423;s:4:\"home\";i:814;s:8:\"homepage\";i:463;s:11:\"single-page\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}}s:19:\"related-bb-template\";s:0:\"\";s:26:\"related-elementor-template\";s:0:\"\";s:26:\"related-gutenberg-template\";s:0:\"\";}s:8:\"id-48304\";a:22:{s:5:\"title\";s:20:\"Health &amp; Fitness\";s:2:\"id\";i:48304;s:12:\"publish-date\";i:1603905166;s:18:\"featured-image-url\";s:73:\"https://websitedemos.net/wp-content/uploads/2020/10/health-fitness-08.jpg\";s:19:\"thumbnail-image-url\";s:73:\"https://websitedemos.net/wp-content/uploads/2020/10/health-fitness-08.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:73:\"https://websitedemos.net/wp-content/uploads/2020/10/health-fitness-08.jpg\";s:14:\"astra-site-url\";s:36:\"//websitedemos.net/health-fitness-08\";s:20:\"astra-site-parent-id\";i:1720;s:15:\"astra-sites-tag\";a:4:{i:499;s:7:\"fitness\";i:521;s:12:\"fitness-blog\";i:1721;s:11:\"health-blog\";i:519;s:14:\"healthy-living\";}s:16:\"astra-sites-type\";s:4:\"free\";s:19:\"astra-site-category\";a:2:{i:37;s:4:\"blog\";i:39;s:4:\"free\";}s:29:\"astra-sites-template-category\";a:0:{}s:23:\"astra-site-page-builder\";s:9:\"gutenberg\";s:10:\"categories\";a:1:{i:2480;s:16:\"fitness-wellness\";}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: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-48307\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:73:\"https://websitedemos.net/wp-content/uploads/2020/10/health-fitness-08.jpg\";s:19:\"thumbnail-image-url\";s:73:\"https://websitedemos.net/wp-content/uploads/2020/10/health-fitness-08.jpg\";s:18:\"astra-page-api-url\";s:66:\"https://websitedemos.net/health-fitness-08/wp-json/wp/v2/pages/910\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:37:\"//websitedemos.net/health-fitness-08/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:4:\"free\";s: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:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}s:8:\"id-48306\";a:12:{s:5:\"title\";s:4:\"Blog\";s:18:\"featured-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2020/10/health-fitness-08-blog.jpg\";s:19:\"thumbnail-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2020/10/health-fitness-08-blog.jpg\";s:18:\"astra-page-api-url\";s:66:\"https://websitedemos.net/health-fitness-08/wp-json/wp/v2/pages/914\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:42:\"//websitedemos.net/health-fitness-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:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}s:8:\"id-48305\";a:12:{s:5:\"title\";s:5:\"About\";s:18:\"featured-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2020/10/health-fitness-08-about.jpg\";s:19:\"thumbnail-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2020/10/health-fitness-08-about.jpg\";s:18:\"astra-page-api-url\";s:66:\"https://websitedemos.net/health-fitness-08/wp-json/wp/v2/pages/912\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:43:\"//websitedemos.net/health-fitness-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:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"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-47918\";a:22:{s:5:\"title\";s:11:\"Travel Blog\";s:2:\"id\";i:47918;s:12:\"publish-date\";i:1603828787;s:18:\"featured-image-url\";s:65:\"https://websitedemos.net/wp-content/uploads/2020/10/travel-08.jpg\";s:19:\"thumbnail-image-url\";s:74:\"https://websitedemos.net/wp-content/uploads/2020/10/travel-08-600x2232.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:74:\"https://websitedemos.net/wp-content/uploads/2020/10/travel-08-400x1488.jpg\";s:14:\"astra-site-url\";s:28:\"//websitedemos.net/travel-08\";s:20:\"astra-site-parent-id\";i:1682;s:15:\"astra-sites-tag\";a:5:{i:480;s:4:\"blog\";i:430;s:7:\"tourism\";i:427;s:6:\"travel\";i:750;s:11:\"travel-blog\";i:1683;s:14:\"travel-blogger\";}s:16:\"astra-sites-type\";s:4:\"free\";s:19:\"astra-site-category\";a:2:{i:37;s:4:\"blog\";i:39;s:4:\"free\";}s:29:\"astra-sites-template-category\";a:4:{i:2828;s:4:\"blog\";i:2777;s:8:\"business\";i:2831;s:7:\"service\";i:2775;s:14:\"travel-tourism\";}s:23:\"astra-site-page-builder\";s:9:\"gutenberg\";s:10:\"categories\";a:1:{i:2497;s:4:\"blog\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}i:1;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}s:11:\"post-status\";s:7:\"publish\";s:12:\"post-content\";s:0:\"\";s:12:\"post-excerpt\";s:0:\"\";s:5:\"pages\";a:4:{s:8:\"id-47922\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:65:\"https://websitedemos.net/wp-content/uploads/2020/10/travel-08.jpg\";s:19:\"thumbnail-image-url\";s:74:\"https://websitedemos.net/wp-content/uploads/2020/10/travel-08-600x2232.jpg\";s:18:\"astra-page-api-url\";s:59:\"https://websitedemos.net/travel-08/wp-json/wp/v2/pages/1718\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:29:\"//websitedemos.net/travel-08/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:74;s:4:\"blog\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}s:8:\"id-47920\";a:12:{s:5:\"title\";s:4:\"Blog\";s:18:\"featured-image-url\";s:72:\"https://websitedemos.net/wp-content/uploads/2020/10/travel-08-blog-1.jpg\";s:19:\"thumbnail-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2020/10/travel-08-blog-1-600x890.jpg\";s:18:\"astra-page-api-url\";s:59:\"https://websitedemos.net/travel-08/wp-json/wp/v2/pages/1722\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:34:\"//websitedemos.net/travel-08/blog/\";s:15:\"astra-sites-tag\";a:1:{i:480;s:4:\"blog\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:74;s:4:\"blog\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}}s:8:\"id-47919\";a:12:{s:5:\"title\";s:5:\"About\";s:18:\"featured-image-url\";s:73:\"https://websitedemos.net/wp-content/uploads/2020/10/travel-08-about-1.jpg\";s:19:\"thumbnail-image-url\";s:82:\"https://websitedemos.net/wp-content/uploads/2020/10/travel-08-about-1-600x1258.jpg\";s:18:\"astra-page-api-url\";s:59:\"https://websitedemos.net/travel-08/wp-json/wp/v2/pages/1720\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:35:\"//websitedemos.net/travel-08/about/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:74;s:4:\"blog\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}s:8:\"id-47921\";a:12:{s:5:\"title\";s:11:\"Destination\";s:18:\"featured-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2020/10/travel-08-destinations-1.jpg\";s:19:\"thumbnail-image-url\";s:89:\"https://websitedemos.net/wp-content/uploads/2020/10/travel-08-destinations-1-600x1525.jpg\";s:18:\"astra-page-api-url\";s:59:\"https://websitedemos.net/travel-08/wp-json/wp/v2/pages/1724\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:41:\"//websitedemos.net/travel-08/destination/\";s:15:\"astra-sites-tag\";a:2:{i:785;s:11:\"destination\";i:425;s:8:\"services\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:74;s:4:\"blog\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}}}s:19:\"related-bb-template\";s:0:\"\";s:26:\"related-elementor-template\";s:0:\"\";s:26:\"related-gutenberg-template\";s:0:\"\";}s:8:\"id-47942\";a:22:{s:5:\"title\";s:8:\"Pet Care\";s:2:\"id\";i:47942;s:12:\"publish-date\";i:1603828778;s:18:\"featured-image-url\";s:67:\"https://websitedemos.net/wp-content/uploads/2020/10/pet-care-08.jpg\";s:19:\"thumbnail-image-url\";s:76:\"https://websitedemos.net/wp-content/uploads/2020/10/pet-care-08-600x1649.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:76:\"https://websitedemos.net/wp-content/uploads/2020/10/pet-care-08-400x1099.jpg\";s:14:\"astra-site-url\";s:30:\"//websitedemos.net/pet-care-08\";s:20:\"astra-site-parent-id\";i:1685;s:15:\"astra-sites-tag\";a:7:{i:1688;s:8:\"pet-blog\";i:374;s:8:\"pet-care\";i:1686;s:13:\"pet-care-blog\";i:372;s:11:\"pet-minding\";i:371;s:11:\"pet-sitting\";i:373;s:12:\"pet-training\";i:1687;s:11:\"pet-walking\";}s:16:\"astra-sites-type\";s:4:\"free\";s:19:\"astra-site-category\";a:2:{i:37;s:4:\"blog\";i:39;s:4:\"free\";}s:29:\"astra-sites-template-category\";a:3:{i:2777;s:8:\"business\";i:2809;s:10:\"pet-animal\";i:2831;s:7:\"service\";}s:23:\"astra-site-page-builder\";s:9:\"gutenberg\";s:10:\"categories\";a:1:{i:2472;s:4:\"pets\";}s:16:\"required-plugins\";a: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:11:\"post-status\";s:7:\"publish\";s:12:\"post-content\";s:0:\"\";s:12:\"post-excerpt\";s:0:\"\";s:5:\"pages\";a:3:{s:8:\"id-47945\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:67:\"https://websitedemos.net/wp-content/uploads/2020/10/pet-care-08.jpg\";s:19:\"thumbnail-image-url\";s:76:\"https://websitedemos.net/wp-content/uploads/2020/10/pet-care-08-600x1649.jpg\";s:18:\"astra-page-api-url\";s:61:\"https://websitedemos.net/pet-care-08/wp-json/wp/v2/pages/1040\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:31:\"//websitedemos.net/pet-care-08/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:74;s:4:\"blog\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a: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-47943\";a:12:{s:5:\"title\";s:8:\"About Me\";s:18:\"featured-image-url\";s:76:\"https://websitedemos.net/wp-content/uploads/2020/10/pet-care-08-about-me.jpg\";s:19:\"thumbnail-image-url\";s:84:\"https://websitedemos.net/wp-content/uploads/2020/10/pet-care-08-about-me-600x748.jpg\";s:18:\"astra-page-api-url\";s:61:\"https://websitedemos.net/pet-care-08/wp-json/wp/v2/pages/1042\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:40:\"//websitedemos.net/pet-care-08/about-me/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:74;s:4:\"blog\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}}s:8:\"id-47944\";a:12:{s:5:\"title\";s:4:\"Blog\";s:18:\"featured-image-url\";s:74:\"https://websitedemos.net/wp-content/uploads/2020/10/pet-care-08-blog-2.jpg\";s:19:\"thumbnail-image-url\";s:83:\"https://websitedemos.net/wp-content/uploads/2020/10/pet-care-08-blog-2-600x1095.jpg\";s:18:\"astra-page-api-url\";s:61:\"https://websitedemos.net/pet-care-08/wp-json/wp/v2/pages/1044\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:36:\"//websitedemos.net/pet-care-08/blog/\";s:15:\"astra-sites-tag\";a:1:{i:480;s:4:\"blog\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:74;s:4:\"blog\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}}}s:19:\"related-bb-template\";s:0:\"\";s:26:\"related-elementor-template\";s:0:\"\";s:26:\"related-gutenberg-template\";s:0:\"\";}}',	'no'),
(445,	'ast-block-templates-last-export-checksums',	'iAo47DFeTnsL',	'no'),
(446,	'ast-block-templates-last-export-checksums-time',	'1672397020',	'no'),
(477,	'site_logo',	'789',	'yes'),
(1336,	'_transient_health-check-site-status-result',	'{\"good\":18,\"recommended\":2,\"critical\":1}',	'yes'),
(1384,	'wpforms_process_forms_locator_status',	'completed',	'yes'),
(2289,	'wp_calendar_block_has_published_posts',	'1',	'yes'),
(2302,	'nav_menu_options',	'a:1:{s:8:\"auto_add\";a:0:{}}',	'yes'),
(2865,	'litespeed.conf.__activation',	'-1',	'yes'),
(2866,	'litespeed.purge.queue',	'-1',	'yes'),
(2867,	'litespeed.purge.queue2',	'-1',	'yes'),
(2868,	'litespeed.cloud._summary',	'{\"curr_request.ver\":0,\"last_request.ver\":1671114065,\"news.utime\":1671111829,\"curr_request.news\":0,\"last_request.news\":1671111829}',	'yes'),
(2869,	'litespeed.conf._version',	'5.3.1',	'yes'),
(2870,	'litespeed.conf.hash',	'qJcRuFTtt7YEBVyaaydpMiK1GeGBYKQq',	'yes'),
(2871,	'litespeed.conf.auto_upgrade',	'',	'yes'),
(2872,	'litespeed.conf.api_key',	'',	'yes'),
(2873,	'litespeed.conf.server_ip',	'',	'yes'),
(2874,	'litespeed.conf.guest',	'',	'yes'),
(2875,	'litespeed.conf.guest_optm',	'',	'yes'),
(2876,	'litespeed.conf.news',	'1',	'yes'),
(2877,	'litespeed.conf.guest_uas',	'[\"Lighthouse\",\"GTmetrix\",\"Google\",\"Pingdom\",\"bot\",\"PTST\",\"HeadlessChrome\"]',	'yes'),
(2878,	'litespeed.conf.guest_ips',	'[\"208.70.247.157\",\"172.255.48.130\",\"172.255.48.131\",\"172.255.48.132\",\"172.255.48.133\",\"172.255.48.134\",\"172.255.48.135\",\"172.255.48.136\",\"172.255.48.137\",\"172.255.48.138\",\"172.255.48.139\",\"172.255.48.140\",\"172.255.48.141\",\"172.255.48.142\",\"172.255.48.143\",\"172.255.48.144\",\"172.255.48.145\",\"172.255.48.146\",\"172.255.48.147\",\"52.229.122.240\",\"104.214.72.101\",\"13.66.7.11\",\"13.85.24.83\",\"13.85.24.90\",\"13.85.82.26\",\"40.74.242.253\",\"40.74.243.13\",\"40.74.243.176\",\"104.214.48.247\",\"157.55.189.189\",\"104.214.110.135\",\"70.37.83.240\",\"65.52.36.250\",\"13.78.216.56\",\"52.162.212.163\",\"23.96.34.105\",\"65.52.113.236\",\"172.255.61.34\",\"172.255.61.35\",\"172.255.61.36\",\"172.255.61.37\",\"172.255.61.38\",\"172.255.61.39\",\"172.255.61.40\",\"104.41.2.19\",\"191.235.98.164\",\"191.235.99.221\",\"191.232.194.51\",\"52.237.235.185\",\"52.237.250.73\",\"52.237.236.145\",\"104.211.143.8\",\"104.211.165.53\",\"52.172.14.87\",\"40.83.89.214\",\"52.175.57.81\",\"20.188.63.151\",\"20.52.36.49\",\"52.246.165.153\",\"51.144.102.233\",\"13.76.97.224\",\"102.133.169.66\",\"52.231.199.170\",\"13.53.162.7\",\"40.123.218.94\"]',	'yes'),
(2879,	'litespeed.conf.cache',	'1',	'yes'),
(2880,	'litespeed.conf.cache-priv',	'1',	'yes'),
(2881,	'litespeed.conf.cache-commenter',	'1',	'yes'),
(2882,	'litespeed.conf.cache-rest',	'1',	'yes'),
(2883,	'litespeed.conf.cache-page_login',	'1',	'yes'),
(2884,	'litespeed.conf.cache-favicon',	'1',	'yes'),
(2885,	'litespeed.conf.cache-resources',	'1',	'yes'),
(2886,	'litespeed.conf.cache-mobile',	'',	'yes'),
(2887,	'litespeed.conf.cache-mobile_rules',	'[\"Mobile\",\"Android\",\"Silk\\/\",\"Kindle\",\"BlackBerry\",\"Opera Mini\",\"Opera Mobi\"]',	'yes'),
(2888,	'litespeed.conf.cache-browser',	'',	'yes'),
(2889,	'litespeed.conf.cache-exc_useragents',	'[]',	'yes'),
(2890,	'litespeed.conf.cache-exc_cookies',	'[]',	'yes'),
(2891,	'litespeed.conf.cache-exc_qs',	'[]',	'yes'),
(2892,	'litespeed.conf.cache-exc_cat',	'[]',	'yes'),
(2893,	'litespeed.conf.cache-exc_tag',	'[]',	'yes'),
(2894,	'litespeed.conf.cache-force_uri',	'[]',	'yes'),
(2895,	'litespeed.conf.cache-force_pub_uri',	'[]',	'yes'),
(2896,	'litespeed.conf.cache-priv_uri',	'[]',	'yes'),
(2897,	'litespeed.conf.cache-exc',	'[]',	'yes'),
(2898,	'litespeed.conf.cache-exc_roles',	'[]',	'yes'),
(2899,	'litespeed.conf.cache-drop_qs',	'[\"fbclid\",\"gclid\",\"utm*\",\"_ga\"]',	'yes'),
(2900,	'litespeed.conf.cache-ttl_pub',	'604800',	'yes'),
(2901,	'litespeed.conf.cache-ttl_priv',	'1800',	'yes'),
(2902,	'litespeed.conf.cache-ttl_frontpage',	'604800',	'yes'),
(2903,	'litespeed.conf.cache-ttl_feed',	'604800',	'yes'),
(2904,	'litespeed.conf.cache-ttl_rest',	'604800',	'yes'),
(2905,	'litespeed.conf.cache-ttl_browser',	'31557600',	'yes'),
(2906,	'litespeed.conf.cache-ttl_status',	'[\"403 3600\",\"404 3600\",\"500 3600\"]',	'yes'),
(2907,	'litespeed.conf.cache-login_cookie',	'',	'yes'),
(2908,	'litespeed.conf.cache-vary_group',	'[]',	'yes'),
(2909,	'litespeed.conf.purge-upgrade',	'1',	'yes'),
(2910,	'litespeed.conf.purge-stale',	'',	'yes'),
(2911,	'litespeed.conf.purge-post_all',	'',	'yes'),
(2912,	'litespeed.conf.purge-post_f',	'1',	'yes'),
(2913,	'litespeed.conf.purge-post_h',	'1',	'yes'),
(2914,	'litespeed.conf.purge-post_p',	'1',	'yes'),
(2915,	'litespeed.conf.purge-post_pwrp',	'1',	'yes'),
(2916,	'litespeed.conf.purge-post_a',	'1',	'yes'),
(2917,	'litespeed.conf.purge-post_y',	'',	'yes'),
(2918,	'litespeed.conf.purge-post_m',	'1',	'yes'),
(2919,	'litespeed.conf.purge-post_d',	'',	'yes'),
(2920,	'litespeed.conf.purge-post_t',	'1',	'yes'),
(2921,	'litespeed.conf.purge-post_pt',	'1',	'yes'),
(2922,	'litespeed.conf.purge-timed_urls',	'[]',	'yes'),
(2923,	'litespeed.conf.purge-timed_urls_time',	'',	'yes'),
(2924,	'litespeed.conf.purge-hook_all',	'[\"switch_theme\",\"wp_create_nav_menu\",\"wp_update_nav_menu\",\"wp_delete_nav_menu\",\"create_term\",\"edit_terms\",\"delete_term\",\"add_link\",\"edit_link\",\"delete_link\"]',	'yes'),
(2925,	'litespeed.conf.esi',	'',	'yes'),
(2926,	'litespeed.conf.esi-cache_admbar',	'1',	'yes'),
(2927,	'litespeed.conf.esi-cache_commform',	'1',	'yes'),
(2928,	'litespeed.conf.esi-nonce',	'[\"stats_nonce\",\"subscribe_nonce\"]',	'yes'),
(2929,	'litespeed.conf.util-instant_click',	'',	'yes'),
(2930,	'litespeed.conf.util-no_https_vary',	'',	'yes'),
(2931,	'litespeed.conf.debug-disable_all',	'',	'yes'),
(2932,	'litespeed.conf.debug',	'',	'yes'),
(2933,	'litespeed.conf.debug-ips',	'[\"127.0.0.1\"]',	'yes'),
(2934,	'litespeed.conf.debug-level',	'',	'yes'),
(2935,	'litespeed.conf.debug-filesize',	'3',	'yes'),
(2936,	'litespeed.conf.debug-cookie',	'',	'yes'),
(2937,	'litespeed.conf.debug-collaps_qs',	'',	'yes'),
(2938,	'litespeed.conf.debug-inc',	'[]',	'yes'),
(2939,	'litespeed.conf.debug-exc',	'[]',	'yes'),
(2940,	'litespeed.conf.debug-exc_strings',	'[]',	'yes'),
(2941,	'litespeed.conf.db_optm-revisions_max',	'0',	'yes'),
(2942,	'litespeed.conf.db_optm-revisions_age',	'0',	'yes'),
(2943,	'litespeed.conf.optm-css_min',	'',	'yes'),
(2944,	'litespeed.conf.optm-css_comb',	'',	'yes'),
(2945,	'litespeed.conf.optm-css_comb_ext_inl',	'1',	'yes'),
(2946,	'litespeed.conf.optm-ucss',	'',	'yes'),
(2947,	'litespeed.conf.optm-ucss_inline',	'',	'yes'),
(2948,	'litespeed.conf.optm-ucss_whitelist',	'[]',	'yes'),
(2949,	'litespeed.conf.optm-ucss_file_exc_inline',	'[]',	'yes'),
(2950,	'litespeed.conf.optm-ucss_exc',	'[]',	'yes'),
(2951,	'litespeed.conf.optm-css_exc',	'[]',	'yes'),
(2952,	'litespeed.conf.optm-js_min',	'',	'yes'),
(2953,	'litespeed.conf.optm-js_comb',	'',	'yes'),
(2954,	'litespeed.conf.optm-js_comb_ext_inl',	'1',	'yes'),
(2955,	'litespeed.conf.optm-js_exc',	'[\"jquery.js\",\"jquery.min.js\"]',	'yes'),
(2956,	'litespeed.conf.optm-html_min',	'',	'yes'),
(2957,	'litespeed.conf.optm-html_lazy',	'[]',	'yes'),
(2958,	'litespeed.conf.optm-qs_rm',	'',	'yes'),
(2959,	'litespeed.conf.optm-ggfonts_rm',	'',	'yes'),
(2960,	'litespeed.conf.optm-css_async',	'',	'yes'),
(2961,	'litespeed.conf.optm-ccss_per_url',	'',	'yes'),
(2962,	'litespeed.conf.optm-ccss_sep_posttype',	'[\"page\"]',	'yes'),
(2963,	'litespeed.conf.optm-ccss_sep_uri',	'[]',	'yes'),
(2964,	'litespeed.conf.optm-css_async_inline',	'1',	'yes'),
(2965,	'litespeed.conf.optm-css_font_display',	'',	'yes'),
(2966,	'litespeed.conf.optm-js_defer',	'',	'yes'),
(2967,	'litespeed.conf.optm-emoji_rm',	'',	'yes'),
(2968,	'litespeed.conf.optm-noscript_rm',	'',	'yes'),
(2969,	'litespeed.conf.optm-ggfonts_async',	'',	'yes'),
(2970,	'litespeed.conf.optm-exc_roles',	'[]',	'yes'),
(2971,	'litespeed.conf.optm-ccss_con',	'',	'yes'),
(2972,	'litespeed.conf.optm-js_defer_exc',	'[\"jquery.js\",\"jquery.min.js\",\"gtm.js\",\"analytics.js\"]',	'yes'),
(2973,	'litespeed.conf.optm-gm_js_exc',	'[]',	'yes'),
(2974,	'litespeed.conf.optm-dns_prefetch',	'[]',	'yes'),
(2975,	'litespeed.conf.optm-dns_prefetch_ctrl',	'',	'yes'),
(2976,	'litespeed.conf.optm-exc',	'[]',	'yes'),
(2977,	'litespeed.conf.optm-guest_only',	'1',	'yes'),
(2978,	'litespeed.conf.object',	'',	'yes'),
(2979,	'litespeed.conf.object-kind',	'',	'yes'),
(2980,	'litespeed.conf.object-host',	'localhost',	'yes'),
(2981,	'litespeed.conf.object-port',	'11211',	'yes'),
(2982,	'litespeed.conf.object-life',	'360',	'yes'),
(2983,	'litespeed.conf.object-persistent',	'1',	'yes'),
(2984,	'litespeed.conf.object-admin',	'1',	'yes'),
(2985,	'litespeed.conf.object-transients',	'1',	'yes'),
(2986,	'litespeed.conf.object-db_id',	'0',	'yes'),
(2987,	'litespeed.conf.object-user',	'',	'yes'),
(2988,	'litespeed.conf.object-pswd',	'',	'yes'),
(2989,	'litespeed.conf.object-global_groups',	'[\"users\",\"userlogins\",\"useremail\",\"userslugs\",\"usermeta\",\"user_meta\",\"site-transient\",\"site-options\",\"site-lookup\",\"site-details\",\"blog-lookup\",\"blog-details\",\"blog-id-cache\",\"rss\",\"global-posts\",\"global-cache-test\"]',	'yes'),
(2990,	'litespeed.conf.object-non_persistent_groups',	'[\"comment\",\"counts\",\"plugins\",\"wc_session_id\"]',	'yes'),
(2991,	'litespeed.conf.discuss-avatar_cache',	'',	'yes'),
(2992,	'litespeed.conf.discuss-avatar_cron',	'',	'yes'),
(2993,	'litespeed.conf.discuss-avatar_cache_ttl',	'604800',	'yes'),
(2994,	'litespeed.conf.optm-localize',	'',	'yes'),
(2995,	'litespeed.conf.optm-localize_domains',	'[\"### Popular scripts ###\",\"https:\\/\\/platform.twitter.com\\/widgets.js\",\"https:\\/\\/connect.facebook.net\\/en_US\\/fbevents.js\"]',	'yes'),
(2996,	'litespeed.conf.media-lazy',	'',	'yes'),
(2997,	'litespeed.conf.media-lazy_placeholder',	'',	'yes'),
(2998,	'litespeed.conf.media-placeholder_resp',	'',	'yes'),
(2999,	'litespeed.conf.media-placeholder_resp_color',	'#cfd4db',	'yes'),
(3000,	'litespeed.conf.media-placeholder_resp_svg',	'<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"{width}\" height=\"{height}\" viewBox=\"0 0 {width} {height}\"><rect width=\"100%\" height=\"100%\" style=\"fill:{color};fill-opacity: 0.1;\"/></svg>',	'yes'),
(3001,	'litespeed.conf.media-lqip',	'',	'yes'),
(3002,	'litespeed.conf.media-lqip_qual',	'4',	'yes'),
(3003,	'litespeed.conf.media-lqip_min_w',	'150',	'yes'),
(3004,	'litespeed.conf.media-lqip_min_h',	'150',	'yes'),
(3005,	'litespeed.conf.media-placeholder_resp_async',	'1',	'yes'),
(3006,	'litespeed.conf.media-iframe_lazy',	'',	'yes'),
(3007,	'litespeed.conf.media-add_missing_sizes',	'',	'yes'),
(3008,	'litespeed.conf.media-lazy_exc',	'[]',	'yes'),
(3009,	'litespeed.conf.media-lazy_cls_exc',	'[\"wmu-preview-img\"]',	'yes'),
(3010,	'litespeed.conf.media-lazy_parent_cls_exc',	'[]',	'yes'),
(3011,	'litespeed.conf.media-iframe_lazy_cls_exc',	'[]',	'yes'),
(3012,	'litespeed.conf.media-iframe_lazy_parent_cls_exc',	'[]',	'yes'),
(3013,	'litespeed.conf.media-lazy_uri_exc',	'[]',	'yes'),
(3014,	'litespeed.conf.media-lqip_exc',	'[]',	'yes'),
(3015,	'litespeed.conf.media-vpi',	'',	'yes'),
(3016,	'litespeed.conf.media-vpi_cron',	'',	'yes'),
(3017,	'litespeed.conf.img_optm-auto',	'',	'yes'),
(3018,	'litespeed.conf.img_optm-cron',	'1',	'yes'),
(3019,	'litespeed.conf.img_optm-ori',	'1',	'yes'),
(3020,	'litespeed.conf.img_optm-rm_bkup',	'',	'yes'),
(3021,	'litespeed.conf.img_optm-webp',	'',	'yes'),
(3022,	'litespeed.conf.img_optm-lossless',	'',	'yes'),
(3023,	'litespeed.conf.img_optm-exif',	'1',	'yes'),
(3024,	'litespeed.conf.img_optm-webp_attr',	'[\"img.src\",\"div.data-thumb\",\"img.data-src\",\"img.data-lazyload\",\"div.data-large_image\",\"img.retina_logo_url\",\"div.data-parallax-image\",\"div.data-vc-parallax-image\",\"video.poster\"]',	'yes'),
(3025,	'litespeed.conf.img_optm-webp_replace_srcset',	'',	'yes'),
(3026,	'litespeed.conf.img_optm-jpg_quality',	'82',	'yes'),
(3027,	'litespeed.conf.crawler',	'',	'yes'),
(3028,	'litespeed.conf.crawler-usleep',	'500',	'yes'),
(3029,	'litespeed.conf.crawler-run_duration',	'400',	'yes'),
(3030,	'litespeed.conf.crawler-run_interval',	'600',	'yes'),
(3031,	'litespeed.conf.crawler-crawl_interval',	'302400',	'yes'),
(3032,	'litespeed.conf.crawler-threads',	'3',	'yes'),
(3033,	'litespeed.conf.crawler-timeout',	'30',	'yes'),
(3034,	'litespeed.conf.crawler-load_limit',	'1',	'yes'),
(3035,	'litespeed.conf.crawler-sitemap',	'',	'yes'),
(3036,	'litespeed.conf.crawler-drop_domain',	'1',	'yes'),
(3037,	'litespeed.conf.crawler-map_timeout',	'120',	'yes'),
(3038,	'litespeed.conf.crawler-roles',	'[]',	'yes'),
(3039,	'litespeed.conf.crawler-cookies',	'[]',	'yes'),
(3040,	'litespeed.conf.misc-heartbeat_front',	'',	'yes'),
(3041,	'litespeed.conf.misc-heartbeat_front_ttl',	'60',	'yes'),
(3042,	'litespeed.conf.misc-heartbeat_back',	'',	'yes'),
(3043,	'litespeed.conf.misc-heartbeat_back_ttl',	'60',	'yes'),
(3044,	'litespeed.conf.misc-heartbeat_editor',	'',	'yes'),
(3045,	'litespeed.conf.misc-heartbeat_editor_ttl',	'15',	'yes'),
(3046,	'litespeed.conf.cdn',	'',	'yes'),
(3047,	'litespeed.conf.cdn-ori',	'[]',	'yes'),
(3048,	'litespeed.conf.cdn-ori_dir',	'[\"wp-content\",\"wp-includes\"]',	'yes'),
(3049,	'litespeed.conf.cdn-exc',	'[]',	'yes'),
(3050,	'litespeed.conf.cdn-quic',	'',	'yes'),
(3051,	'litespeed.conf.cdn-cloudflare',	'',	'yes'),
(3052,	'litespeed.conf.cdn-cloudflare_email',	'',	'yes'),
(3053,	'litespeed.conf.cdn-cloudflare_key',	'',	'yes'),
(3054,	'litespeed.conf.cdn-cloudflare_name',	'',	'yes'),
(3055,	'litespeed.conf.cdn-cloudflare_zone',	'',	'yes'),
(3056,	'litespeed.conf.cdn-mapping',	'[{\"url\":\"\",\"inc_img\":\"1\",\"inc_css\":\"1\",\"inc_js\":\"1\",\"filetype\":[\".aac\",\".css\",\".eot\",\".gif\",\".jpeg\",\".jpg\",\".js\",\".less\",\".mp3\",\".mp4\",\".ogg\",\".otf\",\".pdf\",\".png\",\".svg\",\".ttf\",\".webp\",\".woff\",\".woff2\"]}]',	'yes'),
(3057,	'litespeed.conf.cdn-attr',	'[\".src\",\".data-src\",\".href\",\".poster\",\"source.srcset\"]',	'yes'),
(3058,	'litespeed.conf.qc-token',	'',	'yes'),
(3059,	'litespeed.conf.qc-nameservers',	'',	'yes'),
(3061,	'litespeed.gui.lscwp_whm_install',	'-1',	'yes'),
(3062,	'litespeed.gui.dismiss',	'-1',	'yes'),
(3063,	'litespeed.gui._summary',	'{\"new_version\":1671716629,\"score\":1672321429}',	'yes'),
(3064,	'litespeed.data.upgrading',	'-1',	'yes'),
(3065,	'litespeed.admin_display.messages',	'[\"<div class=\\\"litespeed_icon notice notice-success is-dismissible\\\"><p>All QUIC.cloud service queues have been cleared.<\\/p><\\/div>\",\"<div class=\\\"litespeed_icon notice notice-success is-dismissible\\\"><p>Purged all caches successfully.<\\/p><\\/div>\"]',	'yes'),
(3066,	'litespeed.optimize.timestamp_purge_css',	'1671114061',	'yes'),
(3264,	'breeze_advanced_settings_120',	'yes',	'yes'),
(3265,	'breeze_basic_settings',	'a:11:{s:13:\"breeze-active\";s:1:\"1\";s:19:\"breeze-cross-origin\";s:1:\"0\";s:20:\"breeze-disable-admin\";a:5:{s:13:\"administrator\";i:0;s:6:\"editor\";i:0;s:6:\"author\";i:0;s:11:\"contributor\";i:0;s:10:\"subscriber\";i:0;}s:23:\"breeze-gzip-compression\";s:1:\"1\";s:20:\"breeze-desktop-cache\";s:1:\"1\";s:19:\"breeze-mobile-cache\";s:1:\"1\";s:20:\"breeze-browser-cache\";s:1:\"1\";s:16:\"breeze-lazy-load\";s:1:\"0\";s:23:\"breeze-lazy-load-native\";s:1:\"0\";s:24:\"breeze-lazy-load-iframes\";s:1:\"0\";s:20:\"breeze-display-clean\";s:1:\"1\";}',	'yes'),
(3266,	'breeze_advanced_settings',	'a:3:{s:19:\"breeze-exclude-urls\";a:0:{}s:20:\"cached-query-strings\";a:0:{}s:15:\"breeze-wp-emoji\";s:1:\"0\";}',	'yes'),
(3267,	'breeze_heartbeat_settings',	'a:4:{s:24:\"breeze-control-heartbeat\";s:1:\"0\";s:22:\"breeze-heartbeat-front\";s:0:\"\";s:25:\"breeze-heartbeat-postedit\";s:0:\"\";s:24:\"breeze-heartbeat-backend\";s:0:\"\";}',	'yes'),
(3268,	'breeze_preload_settings',	'a:3:{s:20:\"breeze-preload-fonts\";a:0:{}s:20:\"breeze-preload-links\";s:1:\"0\";s:20:\"breeze-prefetch-urls\";a:0:{}}',	'yes'),
(3269,	'breeze_file_settings',	'a:4:{s:19:\"breeze-exclude-urls\";a:0:{}s:20:\"cached-query-strings\";a:0:{}s:15:\"breeze-wp-emoji\";s:1:\"0\";s:23:\"breeze-delay-js-scripts\";a:32:{i:0;s:4:\"gtag\";i:1;s:14:\"document.write\";i:2;s:8:\"html5.js\";i:3;s:11:\"show_ads.js\";i:4;s:9:\"google_ad\";i:5;s:17:\"blogcatalog.com/w\";i:6;s:15:\"tweetmeme.com/i\";i:7;s:14:\"mybloglog.com/\";i:8;s:14:\"histats.com/js\";i:9;s:22:\"ads.smowtion.com/ad.js\";i:10;s:34:\"statcounter.com/counter/counter.js\";i:11;s:16:\"widgets.amung.us\";i:12;s:21:\"ws.amazon.com/widgets\";i:13;s:19:\"media.fastclick.net\";i:14;s:5:\"/ads/\";i:15;s:36:\"comment-form-quicktags/quicktags.php\";i:16;s:9:\"edToolbar\";i:17;s:17:\"intensedebate.com\";i:18;s:20:\"scripts.chitika.net/\";i:19;s:9:\"_gaq.push\";i:20;s:12:\"jotform.com/\";i:21;s:16:\"admin-bar.min.js\";i:22;s:21:\"GoogleAnalyticsObject\";i:23;s:20:\"plupload.full.min.js\";i:24;s:17:\"syntaxhighlighter\";i:25;s:11:\"adsbygoogle\";i:26;s:15:\"gist.github.com\";i:27;s:4:\"_stq\";i:28;s:5:\"nonce\";i:29;s:7:\"post_id\";i:30;s:14:\"data-noptimize\";i:31;s:16:\"googletagmanager\";}}',	'yes'),
(3270,	'breeze_cdn_integration',	'a:5:{s:10:\"cdn-active\";s:1:\"0\";s:7:\"cdn-url\";s:0:\"\";s:11:\"cdn-content\";a:2:{i:0;s:11:\"wp-includes\";i:1;s:10:\"wp-content\";}s:19:\"cdn-exclude-content\";a:1:{i:0;s:4:\".php\";}s:17:\"cdn-relative-path\";s:1:\"1\";}',	'yes'),
(3271,	'breeze_varnish_cache',	'a:3:{s:18:\"auto-purge-varnish\";s:1:\"1\";s:24:\"breeze-varnish-server-ip\";s:9:\"127.0.0.1\";s:10:\"breeze-ttl\";i:1440;}',	'yes'),
(3272,	'breeze_first_install',	'no',	'yes'),
(3274,	'breeze_show_incompatibility',	'd751713988987e9331980363e24189ce',	'no'),
(3283,	'astra_partials_config_cache',	'a:2:{s:8:\"settings\";a:746:{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:25:\"var(--ast-global-color-5)\";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:25:\"var(--ast-global-color-5)\";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: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:33:\"astra-settings[button-bg-h-color]\";a:4:{s:7:\"default\";s:25:\"var(--ast-global-color-3)\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";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:\"18\";s:5:\"right\";s:2:\"34\";s:6:\"bottom\";s:2:\"18\";s:4:\"left\";s:2:\"34\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:2:\"15\";s:5:\"right\";s:2:\"24\";s:6:\"bottom\";s:2:\"15\";s:4:\"left\";s:2:\"24\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:2:\"13\";s:5:\"right\";s:2:\"21\";s:6:\"bottom\";s:2:\"13\";s:4:\"left\";s:2:\"21\";}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:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:1:\"0\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:29:\"astra-settings[button-radius]\";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: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:37:\"astra-settings[different-retina-logo]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:38:\"astra-settings[ast-header-retina-logo]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";s:11:\"esc_url_raw\";}s:37:\"astra-settings[different-mobile-logo]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:34:\"astra-settings[mobile-header-logo]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";s:11:\"esc_url_raw\";}s:48:\"astra-settings[ast-header-responsive-logo-width]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";i:150;s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";i:150;}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\";i:0;s:6:\"tablet\";i:0;s:6:\"mobile\";i:0;}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:33:\"astra-settings[logo-title-inline]\";a:4:{s:7:\"default\";i:1;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:47:\"astra-settings[site-identity-title-color-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:39:\"astra-settings[header-color-site-title]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:41:\"astra-settings[header-color-h-site-title]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:41:\"astra-settings[header-color-site-tagline]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:30:\"astra-settings[site-icon-link]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s: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: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: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: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:33:\"astra-settings[blog-single-width]\";a:4:{s:7:\"default\";s:7:\"default\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:37:\"astra-settings[blog-single-max-width]\";a:4:{s:7:\"default\";i:1200;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:53:\"astra-settings[post-single-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:42:\"astra-settings[blog-single-post-structure]\";a:4:{s:7:\"default\";a:2:{i:0;s:12:\"single-image\";i:1;s:17:\"single-title-meta\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";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:32:\"astra-settings[blog-single-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: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: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: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: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: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: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: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: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: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:\"mobile\";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: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:\"#2FC1FF\";i:1;s:7:\"#08ACF2\";i:2;s:7:\"#101218\";i:3;s:7:\"#4C5253\";i:4;s:7:\"#F3F6F6\";i:5;s:7:\"#FFFFFF\";i:6;s:7:\"#000000\";i:7;s:7:\"#4B4F58\";i:8;s:7:\"#F6F7F8\";}s:4:\"flag\";b:0;}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:20:\"astra-color-palettes\";a:4:{s:7:\"default\";a:3:{s:14:\"currentPalette\";s:9:\"palette_1\";s:8:\"palettes\";a:3:{s:9:\"palette_1\";a:9:{i:0;s:7:\"#2FC1FF\";i:1;s:7:\"#08ACF2\";i:2;s:7:\"#101218\";i:3;s:7:\"#4C5253\";i:4;s:7:\"#F3F6F6\";i:5;s:7:\"#FFFFFF\";i:6;s:7:\"#000000\";i:7;s:7:\"#4B4F58\";i:8;s:7:\"#F6F7F8\";}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:\"#f9f9f9\";i:5;s:7:\"#ffffff\";i:6;s:7:\"#243673\";i:7;s:7:\"#424242\";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:\"#f9f9f9\";i:5;s:7:\"#ffffff\";i:6;s:7:\"#243673\";i:7;s:7:\"#424242\";i:8;s:7:\"#000000\";}}s:4:\"flag\";b:0;}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:41:\"astra-settings[theme-color-divider-reset]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:27:\"astra-settings[theme-color]\";a:4:{s:7:\"default\";s: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-3)\";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:0:\"\";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:47:\"astra-settings[font-size-archive-summary-title]\";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:36:\"astra-settings[font-size-page-title]\";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: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:\"\'Open 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: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: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:35:\"astra-settings[body-text-transform]\";a:4:{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[font-size-body]\";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:32:\"astra-settings[body-line-height]\";a:4:{s:7:\"default\";d:1.5;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:25:\"\'DM Serif Display\', serif\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";s:19:\"sanitize_text_field\";}s:37:\"astra-settings[headings-font-variant]\";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:21:\"sanitize_font_variant\";}}s:36:\"astra-settings[headings-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:39:\"astra-settings[headings-text-transform]\";a:4:{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[headings-line-height]\";a:4:{s:7:\"default\";d:1.1;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\";i:2;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:28:\"astra-settings[font-size-h1]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";s:2:\"70\";s:6:\"tablet\";s:2:\"60\";s:6:\"mobile\";s:2:\"38\";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-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:33:\"astra-settings[text-transform-h1]\";a:4:{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[line-height-h1]\";a:4:{s:7:\"default\";d:1.1;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:28:\"astra-settings[font-size-h2]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";s:2:\"42\";s:6:\"tablet\";s:2:\"34\";s:6:\"mobile\";s:2:\"28\";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-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:33:\"astra-settings[text-transform-h2]\";a:4:{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[line-height-h2]\";a:4:{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[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:28:\"astra-settings[font-size-h3]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";s:2:\"28\";s:6:\"tablet\";s:2:\"28\";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-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:33:\"astra-settings[text-transform-h3]\";a:4:{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[line-height-h3]\";a:4:{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[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:28:\"astra-settings[font-size-h4]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";s:2:\"24\";s:6:\"tablet\";s:2:\"22\";s:6:\"mobile\";s:2:\"22\";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-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:33:\"astra-settings[text-transform-h4]\";a:4:{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[line-height-h4]\";a:4:{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[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:28:\"astra-settings[font-size-h5]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";s:2:\"20\";s:6:\"tablet\";s:2:\"18\";s:6:\"mobile\";s:2:\"18\";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-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:33:\"astra-settings[text-transform-h5]\";a:4:{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[line-height-h5]\";a:4:{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[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:28:\"astra-settings[font-size-h6]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";i:15;s:6:\"tablet\";s:2:\"15\";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: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:33:\"astra-settings[text-transform-h6]\";a:4:{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[line-height-h6]\";a:4:{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[font-size-site-title]\";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:38:\"astra-settings[font-size-site-tagline]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";i:15;s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:37:\"astra-settings[ast-single-post-items]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:37:\"astra-settings[font-size-entry-title]\";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: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:41:\"astra-settings[load-google-fonts-locally]\";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[preload-local-fonts]\";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:38:\"astra-settings[flush-local-font-files]\";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: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[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: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-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:50:\"astra-settings[related-posts-title-text-transform]\";a:4:{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-line-height]\";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[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: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-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[related-posts-section-title-text-transform]\";a:4:{s:7:\"default\";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-line-height]\";a:4:{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-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: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-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:49:\"astra-settings[related-posts-meta-text-transform]\";a:4:{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-meta-line-height]\";a:4:{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[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: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-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:52:\"astra-settings[related-posts-content-text-transform]\";a:4:{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[related-posts-content-line-height]\";a:4:{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-bg-color-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:62:\"astra-settings[transparent-header-color-site-title-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:7:\"#ffffff\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:64:\"astra-settings[transparent-header-color-h-site-title-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:49:\"astra-settings[transparent-menu-color-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:25:\"var(--ast-global-color-4)\";s:6:\"tablet\";s:25:\"var(--ast-global-color-3)\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:52:\"astra-settings[transparent-menu-bg-color-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:51:\"astra-settings[transparent-menu-h-color-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:25:\"var(--ast-global-color-5)\";s:6:\"tablet\";s:25:\"var(--ast-global-color-2)\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:52:\"astra-settings[transparent-submenu-color-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:55:\"astra-settings[transparent-submenu-bg-color-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:54:\"astra-settings[transparent-submenu-h-color-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:65:\"astra-settings[transparent-content-section-link-color-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:67:\"astra-settings[transparent-content-section-link-h-color-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:41:\"astra-settings[transparent-header-enable]\";a:4:{s:7:\"default\";i:0;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:50:\"astra-settings[transparent-header-disable-archive]\";a:4:{s:7:\"default\";i:1;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:48:\"astra-settings[transparent-header-disable-index]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:61:\"astra-settings[transparent-header-disable-latest-posts-index]\";a:4:{s:7:\"default\";i:1;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:47:\"astra-settings[transparent-header-disable-page]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:48:\"astra-settings[transparent-header-disable-posts]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:45:\"astra-settings[transparent-header-on-devices]\";a:4:{s:7:\"default\";s:4:\"both\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:42:\"astra-settings[different-transparent-logo]\";a:4:{s:7:\"default\";i:0;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:39:\"astra-settings[transparent-header-logo]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";s:11:\"esc_url_raw\";}s:49:\"astra-settings[different-transparent-retina-logo]\";a:4:{s:7:\"default\";i:0;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:46:\"astra-settings[transparent-header-retina-logo]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";s:11:\"esc_url_raw\";}s:45:\"astra-settings[transparent-header-logo-width]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";i:150;s:6:\"tablet\";i:120;s:6:\"mobile\";i:100;}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[transparent-header-main-sep]\";a:4:{s:7:\"default\";i:0;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:49:\"astra-settings[transparent-header-main-sep-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_alpha_color\";}}s:47:\"astra-settings[divider-sec-transparent-styling]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:41:\"astra-settings[transparent-header-colors]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:46:\"astra-settings[transparent-header-colors-menu]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:49:\"astra-settings[transparent-header-colors-submenu]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:43:\"section-transparent-header-ast-context-tabs\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:61:\"astra-settings[transparent-header-social-text-colors-content]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:67:\"astra-settings[transparent-header-social-background-colors-content]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:53:\"astra-settings[transparent-header-social-icons-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:55:\"astra-settings[transparent-header-social-icons-h-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:56:\"astra-settings[transparent-header-social-icons-bg-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:58:\"astra-settings[transparent-header-social-icons-bg-h-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:52:\"astra-settings[transparent-header-html-colors-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:50:\"astra-settings[transparent-header-html-text-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_alpha_color\";}}s:50:\"astra-settings[transparent-header-html-link-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_alpha_color\";}}s:52:\"astra-settings[transparent-header-html-link-h-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_alpha_color\";}}s:52:\"astra-settings[transparent-header-search-icon-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_alpha_color\";}}s:62:\"astra-settings[transparent-header-search-box-background-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_alpha_color\";}}s:53:\"astra-settings[transparent-header-buttons-text-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:59:\"astra-settings[transparent-header-buttons-background-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:52:\"astra-settings[transparent-header-button-text-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_alpha_color\";}}s:54:\"astra-settings[transparent-header-button-text-h-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_alpha_color\";}}s:50:\"astra-settings[transparent-header-button-bg-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_alpha_color\";}}s:52:\"astra-settings[transparent-header-button-bg-h-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_alpha_color\";}}s:46:\"astra-settings[transparent-account-icon-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_alpha_color\";}}s:51:\"astra-settings[transparent-account-type-text-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_alpha_color\";}}s:51:\"astra-settings[transparent-header-toggle-btn-color]\";a:4:{s:7:\"default\";s:7:\"#ffffff\";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:4:\"\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: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-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:41:\"astra-settings[breadcrumb-text-transform]\";a:4:{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-line-height]\";a:4:{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[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:23:\"\'Open 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:32:\"astra-settings[font-size-button]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";s:2:\"12\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";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-weight-button]\";a:4:{s:7:\"default\";s:3:\"600\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_font_weight\";}}s:37:\"astra-settings[text-transform-button]\";a:4:{s:7:\"default\";s:9:\"uppercase\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:37:\"astra-settings[theme-btn-line-height]\";a:4:{s:7:\"default\";i:1;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:40:\"astra-settings[theme-btn-letter-spacing]\";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:46:\"section-header-builder-layout-ast-context-tabs\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:38:\"astra-settings[cloned-component-track]\";a:4:{s:7:\"default\";a:12:{s:13:\"header-button\";i:2;s:13:\"footer-button\";i:2;s:11:\"header-html\";i:2;s:11:\"footer-html\";i:2;s:11:\"header-menu\";i:2;s:13:\"header-widget\";i:4;s:13:\"footer-widget\";i:4;s:19:\"header-social-icons\";i:1;s:19:\"footer-social-icons\";i:1;s:14:\"header-divider\";i:0;s:14:\"footer-divider\";i:0;s:13:\"removed-items\";a:0:{}}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:30:\"astra-settings[builder-header]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:36:\"astra-settings[header-desktop-items]\";a:4:{s:7:\"default\";a:5:{s:5:\"popup\";a:1:{s:13:\"popup_content\";a:1:{i:0;s:11:\"mobile-menu\";}}s:5:\"above\";a:5:{s:10:\"above_left\";a:0:{}s:17:\"above_left_center\";a:0:{}s:12:\"above_center\";a:0:{}s:18:\"above_right_center\";a:0:{}s:11:\"above_right\";a:0:{}}s:7:\"primary\";a:5:{s:12:\"primary_left\";a:2:{i:0;s:4:\"logo\";i:1;s:6:\"menu-1\";}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:1:{i:0;s:8:\"button-1\";}}s:5:\"below\";a:5:{s:10:\"below_left\";a:0:{}s:17:\"below_left_center\";a:0:{}s:12:\"below_center\";a:0:{}s:18:\"below_right_center\";a:0:{}s:11:\"below_right\";a:0:{}}s:4:\"flag\";b:1;}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:46:\"astra-settings[header-desktop-draggable-items]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:35:\"astra-settings[header-mobile-items]\";a:4:{s:7:\"default\";a:5:{s:5:\"popup\";a:1:{s:13:\"popup_content\";a:1:{i:0;s:11:\"mobile-menu\";}}s:5:\"above\";a:3:{s:10:\"above_left\";a:0:{}s:12:\"above_center\";a:0:{}s:11:\"above_right\";a:0:{}}s:7:\"primary\";a:3:{s:12:\"primary_left\";a: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:5:\"below\";a:3:{s:10:\"below_left\";a:0:{}s:12:\"below_center\";a:0:{}s:11:\"below_right\";a:0:{}}s:4:\"flag\";b:1;}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:45:\"astra-settings[header-mobile-draggable-items]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:41:\"astra-settings[header-mobile-popup-items]\";a:4:{s:7:\"default\";b:0;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:47:\"astra-settings[header-transparent-link-heading]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:39:\"astra-settings[header-transparant-link]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[hb-header-main-layout-width]\";a:4:{s:7:\"default\";s:7:\"content\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:52:\"astra-settings[section-header-builder-layout-margin]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:40:\"astra-settings[header-builder-pro-items]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:46:\"section-footer-builder-layout-ast-context-tabs\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:30:\"astra-settings[builder-footer]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:40:\"astra-settings[footer-bg-obj-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";a: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: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: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:1:{i:0;s:8:\"widget-2\";}s:9:\"primary_2\";a:1:{i:0;s:8:\"widget-3\";}s:9:\"primary_3\";a:1:{i:0;s:8:\"widget-4\";}s:9:\"primary_4\";a:1:{i:0;s:8:\"widget-1\";}s:9:\"primary_5\";a:0:{}s:9:\"primary_6\";a:0:{}}s:5:\"below\";a:6:{s:7:\"below_1\";a:1:{i:0;s:9:\"copyright\";}s:7:\"below_2\";a:0:{}s:7:\"below_3\";a:0:{}s:7:\"below_4\";a:0:{}s:7:\"below_5\";a:0:{}s:7:\"below_6\";a: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:\"4\";s:6:\"layout\";a:3:{s:6:\"mobile\";s:4:\"full\";s:6:\"tablet\";s:7:\"2-equal\";s:7:\"desktop\";s:7:\"4-equal\";}}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:4:\"flag\";b:0;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: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: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:56:\"astra-settings[section-above-header-builder-hide-tablet]\";a:4:{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[section-above-header-builder-hide-mobile]\";a:4:{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-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: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: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:56:\"astra-settings[section-below-header-builder-hide-tablet]\";a:4:{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[section-below-header-builder-hide-mobile]\";a:4:{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[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:65:\"astra-settings[astra-sidebar-widgets-header-widget-1-hide-tablet]\";a:4:{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[astra-sidebar-widgets-header-widget-1-hide-mobile]\";a:4:{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[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:65:\"astra-settings[astra-sidebar-widgets-header-widget-2-hide-tablet]\";a:4:{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[astra-sidebar-widgets-header-widget-2-hide-mobile]\";a:4:{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:\"section-header-mobile-trigger-ast-context-tabs\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:35:\"astra-settings[header-trigger-icon]\";a:4:{s:7:\"default\";s:4:\"menu\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:46:\"astra-settings[mobile-header-toggle-btn-style]\";a:4:{s:7:\"default\";s:7:\"minimal\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:40:\"astra-settings[mobile-header-menu-label]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:46:\"astra-settings[mobile-header-toggle-btn-color]\";a:4:{s:7:\"default\";s: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: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:50:\"astra-settings[mobile-header-toggle-border-radius]\";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: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: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:4:\"type\";s: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:7:{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: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: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:58:\"astra-settings[section-primary-header-builder-hide-tablet]\";a:4:{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[section-primary-header-builder-hide-mobile]\";a:4:{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[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:2:\"35\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";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[title_tagline-hide-tablet]\";a:4:{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[title_tagline-hide-mobile]\";a:4:{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:\"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:12:\"Reservations\";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:35:\"https://book.nightsbridge.com/11065\";s:7:\"new_tab\";s:1:\"1\";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: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:43:\"astra-settings[header-button1-text-h-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:25:\"var(--ast-global-color-1)\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:41:\"astra-settings[header-button1-back-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:13:\"rgba(0,0,0,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: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: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: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:45:\"astra-settings[header-button1-border-h-color]\";a:4:{s:7:\"default\";a:1:{s:7:\"desktop\";s:25:\"var(--ast-global-color-5)\";}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:1:\"1\";s:5:\"right\";s:1:\"1\";s:6:\"bottom\";s:1:\"1\";s:4:\"left\";s:1:\"1\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:44:\"astra-settings[header-button1-border-radius]\";a:4:{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-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:40:\"astra-settings[header-button1-font-size]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";s:2:\"13\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";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-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:45:\"astra-settings[header-button1-text-transform]\";a:4:{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-line-height]\";a:4:{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-button1-letter-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:47:\"astra-settings[section-hb-button-1-hide-tablet]\";a:4:{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[section-hb-button-1-hide-mobile]\";a:4:{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[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:\"32\";s:6:\"bottom\";s:2:\"16\";s:4:\"left\";s:2:\"32\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";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:45:\"astra-settings[section-hb-html-1-hide-tablet]\";a:4:{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[section-hb-html-1-hide-mobile]\";a:4:{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[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:45:\"astra-settings[section-hb-html-2-hide-tablet]\";a:4:{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[section-hb-html-2-hide-mobile]\";a:4:{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[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:45:\"astra-settings[section-hb-menu-1-hide-tablet]\";a:4:{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[section-hb-menu-1-hide-mobile]\";a:4:{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:\"section-hb-menu-1-ast-context-tabs\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:45:\"astra-settings[header-menu1-create-menu-link]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:49:\"astra-settings[header-menu1-menu-hover-animation]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:44:\"astra-settings[header-menu1-submenu-heading]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:42:\"astra-settings[header-menu1-submenu-width]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:56:\"astra-settings[header-menu1-submenu-container-animation]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:54:\"astra-settings[header-menu1-submenu-container-divider]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:48:\"astra-settings[header-menu1-submenu-item-b-size]\";a:4:{s:7:\"default\";s:1:\"1\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:49:\"astra-settings[header-menu1-submenu-item-b-color]\";a:4:{s:7:\"default\";s:7:\"#eaeaea\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_alpha_color\";}}s:47:\"astra-settings[header-menu1-submenu-top-offset]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[header-menu1-submenu-border]\";a:4:{s:7:\"default\";a:4:{s:3:\"top\";i:2;s:6:\"bottom\";i:0;s:4:\"left\";i:0;s:5:\"right\";i:0;}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:44:\"astra-settings[header-menu1-submenu-b-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_alpha_color\";}}s:50:\"astra-settings[header-menu1-submenu-border-radius]\";a:4:{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-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: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-menu1-bg-obj-responsive]\";a:4:{s:7:\"default\";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: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: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-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: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-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:43:\"astra-settings[header-menu1-text-transform]\";a:4:{s:7:\"default\";s:9:\"uppercase\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:38:\"astra-settings[header-menu1-font-size]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";s:31:\"-667777777777777777777777777777\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";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-line-height]\";a:4:{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-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:45:\"astra-settings[section-hb-menu-2-hide-tablet]\";a:4:{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[section-hb-menu-2-hide-mobile]\";a:4:{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:\"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:50:\"astra-settings[header-menu2-submenu-border-radius]\";a:4:{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-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: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: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:43:\"astra-settings[header-menu2-text-transform]\";a:4:{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[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-line-height]\";a:4:{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-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:49:\"astra-settings[section-header-search-hide-tablet]\";a:4:{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[section-header-search-hide-mobile]\";a:4:{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[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:59:\"https://websitedemos.net/travel-and-tourism-08/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: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:50:\"astra-settings[section-header-account-hide-tablet]\";a:4:{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[section-header-account-hide-mobile]\";a:4:{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-hb-social-icons-1-hide-tablet]\";a:4:{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-hb-social-icons-1-hide-mobile]\";a:4:{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[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:38:\"astra-settings[header-social-1-radius]\";a:4:{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[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:25:\"var(--ast-global-color-3)\";s:6:\"mobile\";s:7:\"#222222\";}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: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:7:{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: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:25:\"var(--ast-global-color-2)\";s:6:\"mobile\";s:7:\"#000000\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:56:\"astra-settings[header-mobile-menu-h-bg-color-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:25:\"var(--ast-global-color-4)\";s:6:\"mobile\";s:7:\"#f7f8f9\";}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:25:\"var(--ast-global-color-2)\";s:6:\"mobile\";s:7:\"#000000\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:56:\"astra-settings[header-mobile-menu-a-bg-color-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:25:\"var(--ast-global-color-4)\";s:6:\"mobile\";s:7:\"#f7f8f9\";}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:49:\"astra-settings[header-mobile-menu-text-transform]\";a:4:{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-mobile-menu-font-size]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:2:\"18\";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:46:\"astra-settings[header-mobile-menu-line-height]\";a:4:{s:7:\"default\";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:2:\"25\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:2:\"25\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";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:54:\"astra-settings[section-header-mobile-menu-hide-tablet]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:54:\"astra-settings[section-header-mobile-menu-hide-mobile]\";a:4:{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-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:11:\"postMessage\";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: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: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:56:\"astra-settings[section-above-footer-builder-hide-tablet]\";a:4:{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[section-above-footer-builder-hide-mobile]\";a:4:{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-above-footer-builder-hide-desktop]\";a:4:{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-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:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:36:\"astra-settings[hbb-footer-separator]\";a:4:{s:7:\"default\";i:1;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[hbb-footer-top-border-color]\";a:4:{s:7:\"default\";s:7:\"#e9e9e9\";s:4:\"type\";s: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:7:{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: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: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:2:\"20\";s:5:\"right\";s:2:\"40\";s:6:\"bottom\";s:2:\"20\";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: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:56:\"astra-settings[section-below-footer-builder-hide-tablet]\";a:4:{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[section-below-footer-builder-hide-mobile]\";a:4:{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-below-footer-builder-hide-desktop]\";a:4:{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:\"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:138:\"Copyright [copyright] [current_year] [site_title] | Powered by <a href=\"http://www.netgen.co.za\" target=\"_blank\" rel=\"noopener\">Netgen</a>\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:42:\"astra-settings[footer-copyright-alignment]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:6:\"center\";s:6:\"tablet\";s:6:\"center\";s:6:\"mobile\";s:6:\"center\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:38:\"astra-settings[footer-copyright-color]\";a:4:{s:7:\"default\";s:25:\"var(--ast-global-color-3)\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_alpha_color\";}}s:55:\"astra-settings[section-footer-copyright-margin-divider]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:47:\"astra-settings[section-footer-copyright-margin]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:50:\"astra-settings[font-size-section-footer-copyright]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";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:52:\"astra-settings[section-footer-copyright-hide-tablet]\";a:4:{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-footer-copyright-hide-mobile]\";a:4:{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-footer-copyright-hide-desktop]\";a:4:{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:\"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: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: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:47:\"astra-settings[section-footer-menu-hide-tablet]\";a:4:{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[section-footer-menu-hide-mobile]\";a:4:{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[section-footer-menu-hide-desktop]\";a:4:{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-fb-social-icons-1-hide-tablet]\";a:4:{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-fb-social-icons-1-hide-mobile]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:54:\"astra-settings[section-fb-social-icons-1-hide-desktop]\";a:4:{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[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\";a:1:{s:7:\"desktop\";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:39:\"astra-settings[footer-social-1-h-color]\";a:4:{s:7:\"default\";a:1:{s:7:\"desktop\";s:25:\"var(--ast-global-color-2)\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s: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:2:{s:5:\"items\";a:4:{i:0;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:16:\"instagram-square\";s:5:\"label\";s:9:\"Instagram\";}i:1;a:7:{s:2:\"id\";s:7:\"behance\";s:7:\"enabled\";b:1;s:3:\"url\";s:0:\"\";s:5:\"color\";s:7:\"#1B64F6\";s:10:\"background\";s:11:\"transparent\";s:4:\"icon\";s:11:\"tripadvisor\";s:5:\"label\";s:7:\"Behance\";}i:2;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:14:\"facebook-round\";s:5:\"label\";s:8:\"Facebook\";}i:3;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\";}}s:4:\"flag\";b:1;}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\";i:24;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:38:\"astra-settings[footer-social-1-radius]\";a:4:{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[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: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: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:\"4\";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:7:\"4-equal\";s:6:\"tablet\";s:7:\"2-equal\";s:6:\"mobile\";s:4:\"full\";s:4:\"flag\";b:0;}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:38:\"astra-settings[hb-footer-layout-width]\";a:4:{s:7:\"default\";s:7:\"content\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:44:\"astra-settings[hb-footer-vertical-alignment]\";a:4:{s:7:\"default\";s:10:\"flex-start\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:24:\"astra-settings[hb-stack]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:5:\"stack\";s:6:\"tablet\";s:5:\"stack\";s:6:\"mobile\";s:5:\"stack\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:34:\"astra-settings[hb-footer-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: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:7:{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: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: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:7:\"desktop\";i:24;}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:\"80\";s:5:\"right\";s:2:\"40\";s:6:\"bottom\";s:2:\"80\";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[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:58:\"astra-settings[section-primary-footer-builder-hide-tablet]\";a:4:{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[section-primary-footer-builder-hide-mobile]\";a:4:{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[section-primary-footer-builder-hide-desktop]\";a:4:{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[section-fb-html-1-hide-tablet]\";a:4:{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[section-fb-html-1-hide-mobile]\";a:4:{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[section-fb-html-1-hide-desktop]\";a:4:{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[font-size-section-fb-html-1]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:34:\"section-fb-html-1-ast-context-tabs\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:29:\"astra-settings[footer-html-1]\";a:4:{s:7:\"default\";s:456:\"&lt;iframe src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3585.866195635968!2d27.466637815348356!3d-26.005200183526785!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x1e95f3cf93e0be45%3A0xeb946cc837d4d199!2sBlue%20Roan%20Country%20Lodge%20Magaliesburg!5e0!3m2!1sen!2sza!4v1670942734682!5m2!1sen!2sza\" width=\"600\" height=\"450\" style=\"border:0;\" allowfullscreen=\"\" loading=\"lazy\" referrerpolicy=\"no-referrer-when-downgrade\"&gt;&lt;/iframe&gt;\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:34:\"astra-settings[footer-html-1color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:40:\"astra-settings[footer-html-1-link-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:39:\"astra-settings[footer-html-1link-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:41:\"astra-settings[footer-html-1link-h-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:48:\"astra-settings[section-fb-html-1-margin-divider]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:40:\"astra-settings[section-fb-html-1-margin]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:39:\"astra-settings[footer-html-1-alignment]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:6:\"center\";s:6:\"tablet\";s:6:\"center\";s:6:\"mobile\";s:6:\"center\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:45:\"astra-settings[section-fb-html-2-hide-tablet]\";a:4:{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[section-fb-html-2-hide-mobile]\";a:4:{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[section-fb-html-2-hide-desktop]\";a:4:{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[font-size-section-fb-html-2]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:34:\"section-fb-html-2-ast-context-tabs\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:29:\"astra-settings[footer-html-2]\";a:4:{s:7:\"default\";s:22:\"Insert HTML text here.\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:34:\"astra-settings[footer-html-2color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:40:\"astra-settings[footer-html-2-link-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:39:\"astra-settings[footer-html-2link-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:41:\"astra-settings[footer-html-2link-h-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:48:\"astra-settings[section-fb-html-2-margin-divider]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:40:\"astra-settings[section-fb-html-2-margin]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:39:\"astra-settings[footer-html-2-alignment]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:6:\"center\";s:6:\"tablet\";s:6:\"center\";s:6:\"mobile\";s:6:\"center\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:60:\"astra-settings[astra-sidebar-widgets-footer-widget-1-margin]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:41:\"astra-settings[footer-widget-alignment-1]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:4:\"left\";s:6:\"tablet\";s: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: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-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:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:65:\"astra-settings[astra-sidebar-widgets-footer-widget-1-hide-tablet]\";a:4:{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[astra-sidebar-widgets-footer-widget-1-hide-mobile]\";a:4:{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[astra-sidebar-widgets-footer-widget-1-hide-desktop]\";a:4:{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[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:65:\"astra-settings[astra-sidebar-widgets-footer-widget-2-hide-tablet]\";a:4:{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[astra-sidebar-widgets-footer-widget-2-hide-mobile]\";a:4:{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[astra-sidebar-widgets-footer-widget-2-hide-desktop]\";a:4:{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[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:65:\"astra-settings[astra-sidebar-widgets-footer-widget-3-hide-tablet]\";a:4:{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[astra-sidebar-widgets-footer-widget-3-hide-mobile]\";a:4:{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[astra-sidebar-widgets-footer-widget-3-hide-desktop]\";a:4:{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[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:65:\"astra-settings[astra-sidebar-widgets-footer-widget-4-hide-tablet]\";a:4:{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[astra-sidebar-widgets-footer-widget-4-hide-mobile]\";a:4:{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[astra-sidebar-widgets-footer-widget-4-hide-desktop]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}}s:8:\"partials\";a:40:{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:45:\"astra-settings[display-site-title-responsive]\";a:4:{s:8:\"selector\";s:14:\".site-branding\";s:15:\"render_callback\";s:35:\"Astra_Builder_Header::site_identity\";s:18:\"containerInclusive\";b:1;s:15:\"fallbackRefresh\";b:1;}s:47:\"astra-settings[display-site-tagline-responsive]\";a:4:{s:8:\"selector\";s:14:\".site-branding\";s:15:\"render_callback\";s:35:\"Astra_Builder_Header::site_identity\";s:18:\"containerInclusive\";b:0;s:15:\"fallbackRefresh\";b:1;}s:33:\"astra-settings[logo-title-inline]\";a:4:{s:8:\"selector\";s:14:\".site-branding\";s:15:\"render_callback\";s:35:\"Astra_Builder_Header::site_identity\";s:18:\"containerInclusive\";b:0;s:15:\"fallbackRefresh\";b:1;}s:35:\"astra-settings[related-posts-title]\";a:4:{s:8:\"selector\";s:57:\".ast-related-posts-title-section .ast-related-posts-title\";s:15:\"render_callback\";a:2:{i:0;s:26:\"Astra_Related_Posts_Loader\";i:1;s:26:\"render_related_posts_title\";}s:18:\"containerInclusive\";b:0;s:15:\"fallbackRefresh\";b:1;}s:39:\"astra-settings[transparent-header-logo]\";a:4:{s:8:\"selector\";s:64:\".ast-replace-site-logo-transparent .site-branding .site-logo-img\";s:15:\"render_callback\";s:0:\"\";s:18:\"containerInclusive\";b:0;s:15:\"fallbackRefresh\";b:1;}s:35:\"astra-settings[breadcrumb-position]\";a:4:{s:8:\"selector\";s:54:\".ast-breadcrumbs-wrapper .ast-breadcrumbs .trail-items\";s:15:\"render_callback\";s:0:\"\";s:18:\"containerInclusive\";b:0;s:15:\"fallbackRefresh\";b:1;}s:36:\"astra-settings[header-desktop-items]\";a:4:{s:8:\"selector\";s:9:\"#masthead\";s:15:\"render_callback\";a:2:{i:0;O:20:\"Astra_Builder_Header\":0:{}i:1;s:21:\"header_builder_markup\";}s:18:\"containerInclusive\";b:1;s:15:\"fallbackRefresh\";b:1;}s:35:\"astra-settings[header-mobile-items]\";a:4:{s:8:\"selector\";s:9:\"#masthead\";s:15:\"render_callback\";a:2:{i:0;r:5918;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:5918;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:5918;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:5918;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:5918;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:5918;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:5918;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:5918;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:5939;i:1;s:12:\"above_footer\";}s:18:\"containerInclusive\";b:0;s:15:\"fallbackRefresh\";b:1;}s:25:\"astra-settings[hba-stack]\";a:4:{s:8:\"selector\";s:23:\".site-above-footer-wrap\";s:15:\"render_callback\";a:2:{i:0;r:5939;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:5939;i:1;s:12:\"below_footer\";}s:18:\"containerInclusive\";b:0;s:15:\"fallbackRefresh\";b:1;}s:25:\"astra-settings[hbb-stack]\";a:4:{s:8:\"selector\";s:23:\".site-below-footer-wrap\";s:15:\"render_callback\";a:2:{i:0;r:5939;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:5939;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:5939;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:5939;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:5939;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:5939;i:1;s:14:\"primary_footer\";}s:18:\"containerInclusive\";b:0;s:15:\"fallbackRefresh\";b:1;}s:24:\"astra-settings[hb-stack]\";a:4:{s:8:\"selector\";s:25:\".site-primary-footer-wrap\";s:15:\"render_callback\";a:2:{i:0;r:5939;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:5939;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:5939;i:1;s:13:\"footer_html_2\";}s:18:\"containerInclusive\";s:0:\"\";s:15:\"fallbackRefresh\";b:0;}}}',	'no'),
(4219,	'_transient_timeout_spectra_analytics_action',	'1673343237',	'no'),
(4220,	'_transient_spectra_analytics_action',	'done',	'no'),
(4221,	'spectra_blocks_count_status',	'done',	'yes'),
(4231,	'_transient_timeout_spectra_background_process_action',	'1674552840',	'no'),
(4232,	'_transient_spectra_background_process_action',	'done',	'no'),
(4351,	'_site_transient_timeout_astra-sites-import-check',	'1672905944',	'no'),
(4352,	'_site_transient_astra-sites-import-check',	'true',	'no'),
(4361,	'_site_transient_timeout_browser_a818ab359804517f2549e94c88d03c0b',	'1672905946',	'no'),
(4362,	'_site_transient_browser_a818ab359804517f2549e94c88d03c0b',	'a:10:{s:4:\"name\";s:6:\"Chrome\";s:7:\"version\";s:9:\"108.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'),
(4365,	'_site_transient_timeout_php_check_7ec5f04fef1dc985019fbdb14afad4b2',	'1672905946',	'no'),
(4366,	'_site_transient_php_check_7ec5f04fef1dc985019fbdb14afad4b2',	'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'),
(4406,	'aioseo_options_internal',	'{\"internal\":{\"validLicenseKey\":null,\"lastActiveVersion\":\"4.2.8\",\"migratedVersion\":\"0.0\",\"siteAnalysis\":{\"connectToken\":null,\"score\":0,\"results\":null,\"competitors\":[]},\"headlineAnalysis\":{\"headlines\":[]},\"wizard\":\"{\\\"currentStage\\\":\\\"license-key\\\",\\\"stages\\\":[\\\"category\\\",\\\"additional-information\\\",\\\"features\\\",\\\"search-appearance\\\",\\\"smart-recommendations\\\",\\\"license-key\\\"],\\\"importers\\\":[],\\\"category\\\":{\\\"category\\\":\\\"blog\\\",\\\"categoryOther\\\":null,\\\"siteTitle\\\":\\\"Home - blueroan.netgen.cloud\\\",\\\"metaDescription\\\":\\\"Blue Roan is a 3-star graded pet-friendly venue\\\\nOur goal is to provide high-quality, romantic, comfortable, and affordable self-catering accommodation on the outskirts of the village of Magaliesburg. For animal lovers, we are also pet-friendly by arrangement in most of the units all of which have their own fully fenced and gated private grassy gardens\\\"},\\\"additionalInformation\\\":{\\\"siteRepresents\\\":\\\"organization\\\",\\\"person\\\":null,\\\"organizationName\\\":\\\"blueroan.netgen.cloud\\\",\\\"organizationLogo\\\":\\\"\\\",\\\"personName\\\":null,\\\"personLogo\\\":null,\\\"phone\\\":null,\\\"contactType\\\":null,\\\"contactTypeManual\\\":null,\\\"socialShareImage\\\":\\\"\\\",\\\"social\\\":{\\\"profiles\\\":{\\\"sameUsername\\\":{\\\"enable\\\":false,\\\"username\\\":null,\\\"included\\\":[\\\"facebookPageUrl\\\",\\\"twitterUrl\\\",\\\"pinterestUrl\\\",\\\"instagramUrl\\\",\\\"youtubeUrl\\\",\\\"linkedinUrl\\\"]},\\\"urls\\\":{\\\"facebookPageUrl\\\":null,\\\"twitterUrl\\\":null,\\\"instagramUrl\\\":null,\\\"pinterestUrl\\\":null,\\\"youtubeUrl\\\":null,\\\"linkedinUrl\\\":null,\\\"tumblrUrl\\\":null,\\\"yelpPageUrl\\\":null,\\\"soundCloudUrl\\\":null,\\\"wikipediaUrl\\\":null,\\\"myspaceUrl\\\":null,\\\"googlePlacesUrl\\\":null},\\\"additionalUrls\\\":null}}},\\\"features\\\":[\\\"optimized-search-appearance\\\",\\\"analytics\\\",\\\"conversion-tools\\\",\\\"image-seo\\\",\\\"sitemaps\\\",\\\"redirects\\\",\\\"index-now\\\",\\\"link-assistant\\\",\\\"local-seo\\\"],\\\"searchAppearance\\\":{\\\"underConstruction\\\":true,\\\"postTypes\\\":{\\\"postTypes\\\":{\\\"all\\\":true,\\\"included\\\":[\\\"post\\\",\\\"page\\\",\\\"attachment\\\",\\\"product\\\"]}},\\\"multipleAuthors\\\":true,\\\"redirectAttachmentPages\\\":true},\\\"smartRecommendations\\\":{\\\"accountInfo\\\":\\\"wordpresssupport@netgen.co.za,sinovuyo@netgen.co.za\\\",\\\"usageTracking\\\":false},\\\"licenseKey\\\":null}\",\"category\":\"blog\",\"categoryOther\":null,\"deprecatedOptions\":[]},\"integrations\":{\"semrush\":{\"accessToken\":null,\"tokenType\":null,\"expires\":null,\"refreshToken\":null}},\"database\":{\"installedTables\":\"{\\\"wp_aioseo_posts\\\":[\\\"id\\\",\\\"post_id\\\",\\\"title\\\",\\\"description\\\",\\\"keywords\\\",\\\"keyphrases\\\",\\\"page_analysis\\\",\\\"canonical_url\\\",\\\"og_title\\\",\\\"og_description\\\",\\\"og_object_type\\\",\\\"og_image_type\\\",\\\"og_image_url\\\",\\\"og_image_width\\\",\\\"og_image_height\\\",\\\"og_image_custom_url\\\",\\\"og_image_custom_fields\\\",\\\"og_video\\\",\\\"og_custom_url\\\",\\\"og_article_section\\\",\\\"og_article_tags\\\",\\\"twitter_use_og\\\",\\\"twitter_card\\\",\\\"twitter_image_type\\\",\\\"twitter_image_url\\\",\\\"twitter_image_custom_url\\\",\\\"twitter_image_custom_fields\\\",\\\"twitter_title\\\",\\\"twitter_description\\\",\\\"seo_score\\\",\\\"schema\\\",\\\"schema_type\\\",\\\"schema_type_options\\\",\\\"pillar_content\\\",\\\"robots_default\\\",\\\"robots_noindex\\\",\\\"robots_noarchive\\\",\\\"robots_nosnippet\\\",\\\"robots_nofollow\\\",\\\"robots_noimageindex\\\",\\\"robots_noodp\\\",\\\"robots_notranslate\\\",\\\"robots_max_snippet\\\",\\\"robots_max_videopreview\\\",\\\"robots_max_imagepreview\\\",\\\"images\\\",\\\"image_scan_date\\\",\\\"priority\\\",\\\"frequency\\\",\\\"videos\\\",\\\"video_thumbnail\\\",\\\"video_scan_date\\\",\\\"local_seo\\\",\\\"limit_modified_date\\\",\\\"options\\\",\\\"created\\\",\\\"updated\\\"],\\\"wp_actionscheduler_actions\\\":[],\\\"wp_actionscheduler_groups\\\":[],\\\"wp_actionscheduler_logs\\\":[],\\\"wp_actionscheduler_claims\\\":[],\\\"wp_aioseo_notifications\\\":[]}\"}}',	'yes'),
(4407,	'aioseo_options_internal_lite',	'{\"internal\":{\"activated\":1672394135,\"firstActivated\":1672394135,\"installed\":0,\"connect\":{\"key\":null,\"time\":0,\"network\":false,\"token\":null}}}',	'yes'),
(4408,	'widget_aioseo-breadcrumb-widget',	'a:1:{s:12:\"_multiwidget\";i:1;}',	'yes'),
(4409,	'widget_aioseo-html-sitemap-widget',	'a:1:{s:12:\"_multiwidget\";i:1;}',	'yes'),
(4413,	'aioseo_dynamic_settings_backup',	'{}',	'yes'),
(4414,	'aioseo_options_dynamic_localized',	'a:10:{s:42:\"searchAppearance_taxonomies_category_title\";s:41:\"#taxonomy_title #separator_sa #site_title\";s:52:\"searchAppearance_taxonomies_category_metaDescription\";s:21:\"#taxonomy_description\";s:42:\"searchAppearance_taxonomies_post_tag_title\";s:41:\"#taxonomy_title #separator_sa #site_title\";s:52:\"searchAppearance_taxonomies_post_tag_metaDescription\";s:21:\"#taxonomy_description\";s:37:\"searchAppearance_postTypes_post_title\";s:37:\"#post_title #separator_sa #site_title\";s:47:\"searchAppearance_postTypes_post_metaDescription\";s:13:\"#post_excerpt\";s:37:\"searchAppearance_postTypes_page_title\";s:37:\"#post_title #separator_sa #site_title\";s:47:\"searchAppearance_postTypes_page_metaDescription\";s:13:\"#post_content\";s:43:\"searchAppearance_postTypes_attachment_title\";s:37:\"#post_title #separator_sa #site_title\";s:53:\"searchAppearance_postTypes_attachment_metaDescription\";s:19:\"#attachment_caption\";}',	'yes'),
(4416,	'aioseo_options',	'{\"internal\":[],\"webmasterTools\":{\"google\":\"\",\"bing\":\"\",\"yandex\":\"\",\"baidu\":\"\",\"pinterest\":\"\",\"microsoftClarityProjectId\":\"\",\"norton\":\"\",\"miscellaneousVerification\":\"\"},\"breadcrumbs\":{\"enable\":true,\"separator\":\"&raquo;\",\"homepageLink\":true,\"homepageLabel\":\"Home\",\"breadcrumbPrefix\":\"\",\"archiveFormat\":\"Archives for #breadcrumb_archive_post_type_name\",\"searchResultFormat\":\"Search Results for \'#breadcrumb_search_string\'\",\"errorFormat404\":\"404 - Page Not Found\",\"showCurrentItem\":true,\"linkCurrentItem\":false,\"categoryFullHierarchy\":false,\"showBlogHome\":false},\"rssContent\":{\"before\":\"\",\"after\":\"&lt;p&gt;The post #post_link first appeared on #site_link.&lt;\\/p&gt;\"},\"advanced\":{\"truSeo\":true,\"headlineAnalyzer\":true,\"seoAnalysis\":true,\"dashboardWidgets\":[\"seoSetup\",\"seoOverview\",\"seoNews\"],\"announcements\":true,\"postTypes\":{\"all\":true,\"included\":[\"post\",\"page\",\"product\"]},\"taxonomies\":{\"all\":true,\"included\":[\"category\",\"post_tag\",\"product_cat\",\"product_tag\"]},\"uninstall\":false},\"sitemap\":{\"general\":{\"enable\":true,\"filename\":\"sitemap\",\"indexes\":true,\"linksPerIndex\":1000,\"postTypes\":{\"all\":true,\"included\":[\"post\",\"page\",\"attachment\",\"product\"]},\"taxonomies\":{\"all\":true,\"included\":[\"category\",\"post_tag\",\"product_cat\",\"product_tag\"]},\"author\":false,\"date\":false,\"additionalPages\":{\"enable\":false,\"pages\":[]},\"advancedSettings\":{\"enable\":false,\"excludeImages\":false,\"excludePosts\":[],\"excludeTerms\":[],\"priority\":{\"homePage\":{\"priority\":\"{\\\"label\\\":\\\"default\\\",\\\"value\\\":\\\"default\\\"}\",\"frequency\":\"{\\\"label\\\":\\\"default\\\",\\\"value\\\":\\\"default\\\"}\"},\"postTypes\":{\"grouped\":true,\"priority\":\"{\\\"label\\\":\\\"default\\\",\\\"value\\\":\\\"default\\\"}\",\"frequency\":\"{\\\"label\\\":\\\"default\\\",\\\"value\\\":\\\"default\\\"}\"},\"taxonomies\":{\"grouped\":true,\"priority\":\"{\\\"label\\\":\\\"default\\\",\\\"value\\\":\\\"default\\\"}\",\"frequency\":\"{\\\"label\\\":\\\"default\\\",\\\"value\\\":\\\"default\\\"}\"},\"archive\":{\"priority\":\"{\\\"label\\\":\\\"default\\\",\\\"value\\\":\\\"default\\\"}\",\"frequency\":\"{\\\"label\\\":\\\"default\\\",\\\"value\\\":\\\"default\\\"}\"},\"author\":{\"priority\":\"{\\\"label\\\":\\\"default\\\",\\\"value\\\":\\\"default\\\"}\",\"frequency\":\"{\\\"label\\\":\\\"default\\\",\\\"value\\\":\\\"default\\\"}\"}}}},\"rss\":{\"enable\":true,\"linksPerIndex\":50,\"postTypes\":{\"all\":true,\"included\":[\"post\",\"page\",\"product\"]}},\"html\":{\"enable\":true,\"pageUrl\":\"\",\"postTypes\":{\"all\":true,\"included\":[\"post\",\"page\",\"product\"]},\"taxonomies\":{\"all\":true,\"included\":[\"category\",\"post_tag\",\"product_cat\",\"product_tag\"]},\"sortOrder\":\"publish_date\",\"sortDirection\":\"asc\",\"publicationDate\":true,\"compactArchives\":false,\"advancedSettings\":{\"enable\":false,\"nofollowLinks\":false,\"excludePosts\":[],\"excludeTerms\":[]}}},\"social\":{\"profiles\":{\"sameUsername\":{\"enable\":false,\"username\":\"\",\"included\":[\"facebookPageUrl\",\"twitterUrl\",\"pinterestUrl\",\"instagramUrl\",\"youtubeUrl\",\"linkedinUrl\"]},\"urls\":{\"facebookPageUrl\":\"\",\"twitterUrl\":\"\",\"instagramUrl\":\"\",\"pinterestUrl\":\"\",\"youtubeUrl\":\"\",\"linkedinUrl\":\"\",\"tumblrUrl\":\"\",\"yelpPageUrl\":\"\",\"soundCloudUrl\":\"\",\"wikipediaUrl\":\"\",\"myspaceUrl\":\"\",\"googlePlacesUrl\":\"\"},\"additionalUrls\":\"\"},\"facebook\":{\"general\":{\"enable\":true,\"defaultImageSourcePosts\":\"default\",\"customFieldImagePosts\":\"\",\"defaultImagePosts\":\"\",\"defaultImagePostsWidth\":0,\"defaultImagePostsHeight\":0,\"showAuthor\":true,\"siteName\":\"#site_title #separator_sa #tagline\"},\"homePage\":{\"image\":\"\",\"title\":\"\",\"description\":\"\",\"imageWidth\":0,\"imageHeight\":0,\"objectType\":\"website\"},\"advanced\":{\"enable\":false,\"adminId\":\"\",\"appId\":\"\",\"authorUrl\":\"\",\"generateArticleTags\":false,\"useKeywordsInTags\":true,\"useCategoriesInTags\":true,\"usePostTagsInTags\":true}},\"twitter\":{\"general\":{\"enable\":true,\"useOgData\":false,\"defaultCardType\":\"summary_large_image\",\"defaultImageSourcePosts\":\"default\",\"customFieldImagePosts\":\"\",\"defaultImagePosts\":\"\",\"showAuthor\":true,\"additionalData\":false},\"homePage\":{\"image\":\"\",\"title\":\"\",\"description\":\"\",\"cardType\":\"summary\"}}},\"searchAppearance\":{\"global\":{\"separator\":\"&#45;\",\"siteTitle\":\"#site_title #separator_sa #tagline\",\"metaDescription\":\"#tagline\",\"keywords\":\"\",\"schema\":{\"websiteName\":\"blueroan.netgen.cloud\",\"websiteAlternateName\":\"\",\"siteRepresents\":\"organization\",\"person\":\"\",\"organizationName\":\"blueroan.netgen.cloud\",\"organizationLogo\":\"\",\"personName\":\"\",\"personLogo\":\"\",\"phone\":\"\",\"contactType\":\"\",\"contactTypeManual\":\"\"}},\"advanced\":{\"globalRobotsMeta\":{\"default\":true,\"noindex\":false,\"nofollow\":false,\"noindexPaginated\":true,\"nofollowPaginated\":true,\"noindexFeed\":true,\"noarchive\":false,\"noimageindex\":false,\"notranslate\":false,\"nosnippet\":false,\"noodp\":false,\"maxSnippet\":-1,\"maxVideoPreview\":-1,\"maxImagePreview\":\"large\"},\"sitelinks\":true,\"noIndexEmptyCat\":true,\"removeStopWords\":false,\"noPaginationForCanonical\":true,\"useKeywords\":false,\"keywordsLooking\":true,\"useCategoriesForMetaKeywords\":false,\"useTagsForMetaKeywords\":false,\"dynamicallyGenerateKeywords\":false,\"pagedFormat\":\"- Page #page_number\",\"runShortcodes\":false,\"crawlCleanup\":{\"enable\":false,\"feeds\":{\"global\":true,\"globalComments\":false,\"staticBlogPage\":true,\"authors\":true,\"postComments\":false,\"search\":false,\"attachments\":false,\"archives\":{\"all\":false,\"included\":[]},\"taxonomies\":{\"all\":false,\"included\":[\"category\"]},\"atom\":false,\"rdf\":false,\"paginated\":false},\"removeUnrecognizedQueryArgs\":true,\"allowedQueryArgs\":\"\\/^utm_*\\/\"}},\"archives\":{\"author\":{\"show\":true,\"title\":\"#author_name #separator_sa #site_title\",\"metaDescription\":\"#author_bio\",\"advanced\":{\"robotsMeta\":{\"default\":true,\"noindex\":false,\"nofollow\":false,\"noarchive\":false,\"noimageindex\":false,\"notranslate\":false,\"nosnippet\":false,\"noodp\":false,\"maxSnippet\":-1,\"maxVideoPreview\":-1,\"maxImagePreview\":\"large\"},\"showDateInGooglePreview\":true,\"showPostThumbnailInSearch\":true,\"showMetaBox\":true,\"keywords\":\"\"}},\"date\":{\"show\":true,\"title\":\"#archive_date #separator_sa #site_title\",\"metaDescription\":\"\",\"advanced\":{\"robotsMeta\":{\"default\":true,\"noindex\":false,\"nofollow\":false,\"noarchive\":false,\"noimageindex\":false,\"notranslate\":false,\"nosnippet\":false,\"noodp\":false,\"maxSnippet\":-1,\"maxVideoPreview\":-1,\"maxImagePreview\":\"large\"},\"showDateInGooglePreview\":true,\"showPostThumbnailInSearch\":true,\"showMetaBox\":true,\"keywords\":\"\"}},\"search\":{\"show\":false,\"title\":\"#search_term #separator_sa #site_title\",\"metaDescription\":\"\",\"advanced\":{\"robotsMeta\":{\"default\":false,\"noindex\":true,\"nofollow\":false,\"noarchive\":false,\"noimageindex\":false,\"notranslate\":false,\"nosnippet\":false,\"noodp\":false,\"maxSnippet\":-1,\"maxVideoPreview\":-1,\"maxImagePreview\":\"large\"},\"showDateInGooglePreview\":true,\"showPostThumbnailInSearch\":true,\"showMetaBox\":true,\"keywords\":\"\"}}}},\"tools\":{\"robots\":{\"enable\":false,\"rules\":[],\"robotsDetected\":true},\"importExport\":{\"backup\":{\"lastTime\":\"\",\"data\":\"\"}}},\"deprecated\":{\"webmasterTools\":{\"googleAnalytics\":{\"id\":\"\",\"advanced\":false,\"trackingDomain\":\"\",\"multipleDomains\":false,\"additionalDomains\":\"\",\"anonymizeIp\":false,\"displayAdvertiserTracking\":false,\"excludeUsers\":[],\"trackOutboundLinks\":false,\"enhancedLinkAttribution\":false,\"enhancedEcommerce\":false}},\"searchAppearance\":{\"global\":{\"descriptionFormat\":\"\",\"schema\":{\"enableSchemaMarkup\":true}},\"advanced\":{\"autogenerateDescriptions\":true,\"runShortcodesInDescription\":true,\"useContentForAutogeneratedDescriptions\":false,\"excludePosts\":[],\"excludeTerms\":[]}},\"sitemap\":{\"general\":{\"advancedSettings\":{\"dynamic\":true}}},\"tools\":{\"blocker\":{\"blockBots\":false,\"blockReferer\":false,\"track\":false,\"custom\":{\"enable\":false,\"bots\":\"Abonti\\naggregator\\nAhrefsBot\\nasterias\\nBDCbot\\nBLEXBot\\nBuiltBotTough\\nBullseye\\nBunnySlippers\\nca-crawler\\nCCBot\\nCegbfeieh\\nCheeseBot\\nCherryPicker\\nCopyRightCheck\\ncosmos\\nCrescent\\ndiscobot\\nDittoSpyder\\nDotBot\\nDownload Ninja\\nEasouSpider\\nEmailCollector\\nEmailSiphon\\nEmailWolf\\nEroCrawler\\nExtractorPro\\nFasterfox\\nFeedBooster\\nFoobot\\nGenieo\\ngrub-client\\nHarvest\\nhloader\\nhttplib\\nHTTrack\\nhumanlinks\\nieautodiscovery\\nInfoNaviRobot\\nIstellaBot\\nJava\\/1.\\nJennyBot\\nk2spider\\nKenjin Spider\\nKeyword Density\\/0.9\\nlarbin\\nLexiBot\\nlibWeb\\nlibwww\\nLinkextractorPro\\nlinko\\nLinkScan\\/8.1a Unix\\nLinkWalker\\nLNSpiderguy\\nlwp-trivial\\nmagpie\\nMata Hari\\nMaxPointCrawler\\nMegaIndex\\nMicrosoft URL Control\\nMIIxpc\\nMippin\\nMissigua Locator\\nMister PiX\\nMJ12bot\\nmoget\\nMSIECrawler\\nNetAnts\\nNICErsPRO\\nNiki-Bot\\nNPBot\\nNutch\\nOffline Explorer\\nOpenfind\\npanscient.com\\nPHP\\/5.{\\nProPowerBot\\/2.14\\nProWebWalker\\nPython-urllib\\nQueryN Metasearch\\nRepoMonkey\\nSISTRIX\\nsitecheck.Internetseer.com\\nSiteSnagger\\nSnapPreviewBot\\nSogou\\nSpankBot\\nspanner\\nspbot\\nSpinn3r\\nsuzuran\\nSzukacz\\/1.4\\nTeleport\\nTelesoft\\nThe Intraformant\\nTheNomad\\nTightTwatBot\\nTitan\\ntoCrawl\\/UrlDispatcher\\nTrue_Robot\\nturingos\\nTurnitinBot\\nUbiCrawler\\nUnisterBot\\nURLy Warning\\nVCI\\nWBSearchBot\\nWeb Downloader\\/6.9\\nWeb Image Collector\\nWebAuto\\nWebBandit\\nWebCopier\\nWebEnhancer\\nWebmasterWorldForumBot\\nWebReaper\\nWebSauger\\nWebsite Quester\\nWebster Pro\\nWebStripper\\nWebZip\\nWotbox\\nwsr-agent\\nWWW-Collector-E\\nXenu\\nZao\\nZeus\\nZyBORG\\ncoccoc\\nIncutio\\nlmspider\\nmemoryBot\\nserf\\nUnknown\\nuptime files\",\"referer\":\"semalt.com\\nkambasoft.com\\nsavetubevideo.com\\nbuttons-for-website.com\\nsharebutton.net\\nsoundfrost.org\\nsrecorder.com\\nsoftomix.com\\nsoftomix.net\\nmyprintscreen.com\\njoinandplay.me\\nfbfreegifts.com\\nopenmediasoft.com\\nzazagames.org\\nextener.org\\nopenfrost.com\\nopenfrost.net\\ngooglsucks.com\\nbest-seo-offer.com\\nbuttons-for-your-website.com\\nwww.Get-Free-Traffic-Now.com\\nbest-seo-solution.com\\nbuy-cheap-online.info\\nsite3.free-share-buttons.com\\nwebmaster-traffic.com\"}}}}}',	'yes'),
(4417,	'aioseo_options_lite',	'{\"advanced\":{\"usageTracking\":false}}',	'yes'),
(4418,	'aioseo_options_dynamic',	'{\"sitemap\":{\"priority\":{\"postTypes\":{\"post\":{\"priority\":\"{\\\"label\\\":\\\"default\\\",\\\"value\\\":\\\"default\\\"}\",\"frequency\":\"{\\\"label\\\":\\\"default\\\",\\\"value\\\":\\\"default\\\"}\"},\"page\":{\"priority\":\"{\\\"label\\\":\\\"default\\\",\\\"value\\\":\\\"default\\\"}\",\"frequency\":\"{\\\"label\\\":\\\"default\\\",\\\"value\\\":\\\"default\\\"}\"},\"attachment\":{\"priority\":\"{\\\"label\\\":\\\"default\\\",\\\"value\\\":\\\"default\\\"}\",\"frequency\":\"{\\\"label\\\":\\\"default\\\",\\\"value\\\":\\\"default\\\"}\"}},\"taxonomies\":[]}},\"social\":{\"facebook\":{\"general\":{\"postTypes\":{\"post\":{\"objectType\":\"article\"},\"page\":{\"objectType\":\"article\"},\"attachment\":{\"objectType\":\"article\"}}}}},\"searchAppearance\":{\"postTypes\":{\"post\":{\"show\":true,\"advanced\":{\"robotsMeta\":{\"default\":true,\"noindex\":false,\"nofollow\":false,\"noarchive\":false,\"noimageindex\":false,\"notranslate\":false,\"nosnippet\":false,\"noodp\":false,\"maxSnippet\":-1,\"maxVideoPreview\":-1,\"maxImagePreview\":\"large\"},\"showDateInGooglePreview\":true,\"showPostThumbnailInSearch\":true,\"showMetaBox\":true,\"bulkEditing\":\"enabled\"},\"title\":\"#post_title #separator_sa #site_title\",\"metaDescription\":\"#post_excerpt\",\"schemaType\":\"Article\",\"webPageType\":\"WebPage\",\"articleType\":\"BlogPosting\",\"customFields\":\"\"},\"page\":{\"show\":true,\"advanced\":{\"robotsMeta\":{\"default\":true,\"noindex\":false,\"nofollow\":false,\"noarchive\":false,\"noimageindex\":false,\"notranslate\":false,\"nosnippet\":false,\"noodp\":false,\"maxSnippet\":-1,\"maxVideoPreview\":-1,\"maxImagePreview\":\"large\"},\"showDateInGooglePreview\":true,\"showPostThumbnailInSearch\":true,\"showMetaBox\":true,\"bulkEditing\":\"enabled\"},\"title\":\"#post_title #separator_sa #site_title\",\"metaDescription\":\"#post_content\",\"schemaType\":\"WebPage\",\"webPageType\":\"WebPage\",\"articleType\":\"BlogPosting\",\"customFields\":\"\"},\"attachment\":{\"show\":true,\"advanced\":{\"robotsMeta\":{\"default\":true,\"noindex\":false,\"nofollow\":false,\"noarchive\":false,\"noimageindex\":false,\"notranslate\":false,\"nosnippet\":false,\"noodp\":false,\"maxSnippet\":-1,\"maxVideoPreview\":-1,\"maxImagePreview\":\"large\"},\"showDateInGooglePreview\":true,\"showPostThumbnailInSearch\":true,\"showMetaBox\":true,\"bulkEditing\":\"enabled\"},\"title\":\"#post_title #separator_sa #site_title\",\"metaDescription\":\"#attachment_caption\",\"schemaType\":\"ItemPage\",\"webPageType\":\"ItemPage\",\"articleType\":\"BlogPosting\",\"customFields\":\"\",\"redirectAttachmentUrls\":\"attachment\"}},\"taxonomies\":{\"category\":{\"show\":true,\"advanced\":{\"robotsMeta\":{\"default\":true,\"noindex\":false,\"nofollow\":false,\"noarchive\":false,\"noimageindex\":false,\"notranslate\":false,\"nosnippet\":false,\"noodp\":false,\"maxSnippet\":-1,\"maxVideoPreview\":-1,\"maxImagePreview\":\"large\"},\"showDateInGooglePreview\":true,\"showPostThumbnailInSearch\":true,\"showMetaBox\":true},\"title\":\"#taxonomy_title #separator_sa #site_title\",\"metaDescription\":\"#taxonomy_description\"},\"post_tag\":{\"show\":true,\"advanced\":{\"robotsMeta\":{\"default\":true,\"noindex\":false,\"nofollow\":false,\"noarchive\":false,\"noimageindex\":false,\"notranslate\":false,\"nosnippet\":false,\"noodp\":false,\"maxSnippet\":-1,\"maxVideoPreview\":-1,\"maxImagePreview\":\"large\"},\"showDateInGooglePreview\":true,\"showPostThumbnailInSearch\":true,\"showMetaBox\":true},\"title\":\"#taxonomy_title #separator_sa #site_title\",\"metaDescription\":\"#taxonomy_description\"}},\"archives\":[]}}',	'yes'),
(4424,	'optin_monster_api',	'a:11:{s:3:\"api\";a:0:{}s:10:\"is_expired\";b:0;s:11:\"is_disabled\";b:0;s:10:\"is_invalid\";b:0;s:9:\"installed\";i:1672394406;s:9:\"connected\";s:0:\"\";s:4:\"beta\";b:0;s:12:\"auto_updates\";s:0:\"\";s:14:\"usage_tracking\";b:0;s:18:\"hide_announcements\";b:0;s:7:\"welcome\";a:1:{s:6:\"status\";s:4:\"none\";}}',	'yes'),
(4425,	'omapi_review',	'a:2:{s:4:\"time\";i:1672394406;s:9:\"dismissed\";b:0;}',	'yes'),
(4428,	'widget_optin-monster-api',	'a:1:{s:12:\"_multiwidget\";i:1;}',	'yes'),
(4429,	'widget_monsterinsights-popular-posts-widget',	'a:1:{s:12:\"_multiwidget\";i:1;}',	'yes'),
(4430,	'monsterinsights_settings',	'a:42:{s:22:\"enable_affiliate_links\";b:1;s:15:\"affiliate_links\";a:2:{i:0;a:2:{s:4:\"path\";s:4:\"/go/\";s:5:\"label\";s:9:\"affiliate\";}i:1;a:2:{s:4:\"path\";s:11:\"/recommend/\";s:5:\"label\";s:9:\"affiliate\";}}s:12:\"demographics\";i:1;s:12:\"ignore_users\";a:2:{i:0;s:13:\"administrator\";i:1;s:6:\"editor\";}s:19:\"dashboards_disabled\";i:0;s:13:\"anonymize_ips\";i:0;s:19:\"extensions_of_files\";s:34:\"doc,pdf,ppt,zip,xls,docx,pptx,xlsx\";s:18:\"subdomain_tracking\";s:0:\"\";s:16:\"link_attribution\";b:1;s:16:\"tag_links_in_rss\";b:1;s:12:\"allow_anchor\";i:0;s:16:\"add_allow_linker\";i:0;s:13:\"save_settings\";a:1:{i:0;s:13:\"administrator\";}s:12:\"view_reports\";a:2:{i:0;s:13:\"administrator\";i:1;s:6:\"editor\";}s:11:\"events_mode\";s:2:\"js\";s:13:\"tracking_mode\";s:4:\"gtag\";s:15:\"email_summaries\";s:2:\"on\";s:23:\"summaries_html_template\";s:3:\"yes\";s:25:\"summaries_email_addresses\";a:1:{i:0;a:1:{s:5:\"email\";s:29:\"wordpresssupport@netgen.co.za\";}}s:17:\"automatic_updates\";s:4:\"none\";s:26:\"popular_posts_inline_theme\";s:5:\"alpha\";s:26:\"popular_posts_widget_theme\";s:5:\"alpha\";s:28:\"popular_posts_products_theme\";s:5:\"alpha\";s:30:\"popular_posts_inline_placement\";s:6:\"manual\";s:34:\"popular_posts_widget_theme_columns\";s:1:\"2\";s:36:\"popular_posts_products_theme_columns\";s:1:\"2\";s:26:\"popular_posts_widget_count\";s:1:\"4\";s:28:\"popular_posts_products_count\";s:1:\"4\";s:38:\"popular_posts_widget_theme_meta_author\";s:2:\"on\";s:36:\"popular_posts_widget_theme_meta_date\";s:2:\"on\";s:40:\"popular_posts_widget_theme_meta_comments\";s:2:\"on\";s:39:\"popular_posts_products_theme_meta_price\";s:2:\"on\";s:40:\"popular_posts_products_theme_meta_rating\";s:2:\"on\";s:39:\"popular_posts_products_theme_meta_image\";s:2:\"on\";s:32:\"popular_posts_inline_after_count\";s:3:\"150\";s:36:\"popular_posts_inline_multiple_number\";s:1:\"3\";s:38:\"popular_posts_inline_multiple_distance\";s:3:\"250\";s:39:\"popular_posts_inline_multiple_min_words\";s:3:\"100\";s:31:\"popular_posts_inline_post_types\";a:1:{i:0;s:4:\"post\";}s:31:\"popular_posts_widget_post_types\";a:1:{i:0;s:4:\"post\";}s:19:\"verified_appearance\";s:5:\"light\";s:17:\"verified_position\";s:6:\"center\";}',	'yes'),
(4431,	'monsterinsights_over_time',	'a:4:{s:17:\"installed_version\";s:6:\"8.11.0\";s:14:\"installed_date\";i:1672394447;s:13:\"installed_pro\";b:0;s:14:\"installed_lite\";i:1672394447;}',	'no'),
(4432,	'monsterinsights_db_version',	'7.4.0',	'yes'),
(4433,	'monsterinsights_current_version',	'8.11.0',	'yes'),
(4441,	'om_notifications',	'a:4:{s:7:\"updated\";i:1672733124;s:4:\"feed\";a:0:{}s:6:\"events\";a:0:{}s:9:\"dismissed\";a:0:{}}',	'no'),
(4442,	'optinmonster_upgrade_completed',	'2.11.1',	'yes'),
(4443,	'monsterinsights_usage_tracking_config',	'a:6:{s:3:\"day\";i:6;s:4:\"hour\";i:10;s:6:\"minute\";i:31;s:6:\"second\";i:5;s:6:\"offset\";i:556265;s:8:\"initsend\";i:1673087465;}',	'yes'),
(4452,	'monsterinsights_notifications',	'a:4:{s:6:\"update\";i:1672733111;s:4:\"feed\";a:0:{}s:6:\"events\";a:0:{}s:9:\"dismissed\";a:0:{}}',	'no'),
(4453,	'monsterinsights_notifications_run',	'a:25:{s:37:\"monsterinsights_notification_visitors\";i:1672394633;s:37:\"monsterinsights_notification_audience\";i:1672394633;s:55:\"monsterinsights_notification_mobile_device_high_traffic\";i:1672394633;s:42:\"monsterinsights_notification_mobile_device\";i:1672394633;s:43:\"monsterinsights_notification_upgrade_to_pro\";i:1672394633;s:56:\"monsterinsights_notification_upgrade_to_pro_high_traffic\";i:1672394633;s:40:\"monsterinsights_notification_bounce_rate\";i:1672394633;s:42:\"monsterinsights_notification_dual_tracking\";i:1672394633;s:47:\"monsterinsights_notification_returning_visitors\";i:1672394633;s:45:\"monsterinsights_notification_traffic_dropping\";i:1672394633;s:64:\"monsterinsights_notification_upgrade_for_popular_posts_templates\";i:1672394633;s:57:\"monsterinsights_notification_upgrade_for_events_reporting\";i:1672394633;s:62:\"monsterinsights_notification_upgrade_for_search_console_report\";i:1672394633;s:56:\"monsterinsights_notification_upgrade_for_form_conversion\";i:1672394633;s:56:\"monsterinsights_notification_upgrade_for_email_summaries\";i:1672394633;s:58:\"monsterinsights_notification_upgrade_for_custom_dimensions\";i:1672394633;s:56:\"monsterinsights_notification_upgrade_for_google_optimize\";i:1672394633;s:39:\"monsterinsights_notification_eu_traffic\";i:1672394633;s:56:\"monsterinsights_notification_to_add_more_file_extensions\";i:1672394633;s:53:\"monsterinsights_notification_to_setup_affiliate_links\";i:1672394633;s:46:\"monsterinsights_notification_headline_analyzer\";i:1672394633;s:49:\"monsterinsights_notification_install_optinmonster\";i:1672394633;s:43:\"monsterinsights_notification_install_aioseo\";i:1672394633;s:44:\"monsterinsights_notification_install_wpforms\";i:1672394633;s:43:\"monsterinsights_notification_multiple_gtags\";i:1672394633;}',	'no'),
(4454,	'aioseo_options_localized',	'a:22:{s:28:\"breadcrumbs_breadcrumbPrefix\";s:0:\"\";s:25:\"breadcrumbs_archiveFormat\";s:47:\"Archives for #breadcrumb_archive_post_type_name\";s:30:\"breadcrumbs_searchResultFormat\";s:46:\"Search Results for \'#breadcrumb_search_string\'\";s:26:\"breadcrumbs_errorFormat404\";s:20:\"404 - Page Not Found\";s:32:\"social_facebook_general_siteName\";s:34:\"#site_title #separator_sa #tagline\";s:30:\"social_facebook_homePage_title\";s:0:\"\";s:36:\"social_facebook_homePage_description\";s:0:\"\";s:29:\"social_twitter_homePage_title\";s:0:\"\";s:35:\"social_twitter_homePage_description\";s:0:\"\";s:33:\"searchAppearance_global_siteTitle\";s:34:\"#site_title #separator_sa #tagline\";s:39:\"searchAppearance_global_metaDescription\";s:8:\"#tagline\";s:32:\"searchAppearance_global_keywords\";s:0:\"\";s:37:\"searchAppearance_advanced_pagedFormat\";s:19:\"- Page #page_number\";s:38:\"searchAppearance_archives_author_title\";s:38:\"#author_name #separator_sa #site_title\";s:48:\"searchAppearance_archives_author_metaDescription\";s:11:\"#author_bio\";s:50:\"searchAppearance_archives_author_advanced_keywords\";s:0:\"\";s:36:\"searchAppearance_archives_date_title\";s:39:\"#archive_date #separator_sa #site_title\";s:46:\"searchAppearance_archives_date_metaDescription\";s:0:\"\";s:48:\"searchAppearance_archives_date_advanced_keywords\";s:0:\"\";s:38:\"searchAppearance_archives_search_title\";s:38:\"#search_term #separator_sa #site_title\";s:48:\"searchAppearance_archives_search_metaDescription\";s:0:\"\";s:50:\"searchAppearance_archives_search_advanced_keywords\";s:0:\"\";}',	'yes'),
(4489,	'monsterinsights_review',	'a:2:{s:4:\"time\";i:1672397007;s:9:\"dismissed\";b:0;}',	'yes'),
(4553,	'_site_transient_timeout_bsf_analytics_track',	'1672826620',	'no'),
(4554,	'_site_transient_bsf_analytics_track',	'1',	'no'),
(4565,	'_transient_timeout__omapi_validate',	'1672830268',	'no'),
(4566,	'_transient__omapi_validate',	'1',	'no'),
(4581,	'_transient_timeout_om_notification_count',	'1672776324',	'no'),
(4582,	'_transient_om_notification_count',	'0',	'no'),
(4583,	'_transient_timeout__monsterinsights_addons',	'1672747527',	'no'),
(4584,	'_transient__monsterinsights_addons',	'a:12:{i:0;O:8:\"stdClass\":8:{s:5:\"title\";s:19:\"MonsterInsights Ads\";s:4:\"slug\";s:3:\"ads\";s:7:\"version\";s:5:\"1.8.0\";s:5:\"image\";s:88:\"https://www.monsterinsights.com/wp-content/uploads/2016/09/ads-tracking-addon-banner.png\";s:4:\"icon\";b:0;s:7:\"excerpt\";s:43:\"Track Google Ads conversions automatically.\";s:2:\"id\";i:31099;s:10:\"categories\";a:1:{i:0;s:4:\"Plus\";}}i:1;O:8:\"stdClass\":8:{s:5:\"title\";s:19:\"MonsterInsights AMP\";s:4:\"slug\";s:3:\"amp\";s:7:\"version\";s:5:\"1.6.1\";s:5:\"image\";s:79:\"https://www.monsterinsights.com/wp-content/uploads/2017/06/amp-addon-banner.png\";s:4:\"icon\";b:0;s:7:\"excerpt\";s:108:\"MonsterInsights Google AMP Addon enables accurate tracking of all mobile visitors to your AMP-enabled pages.\";s:2:\"id\";i:101306;s:10:\"categories\";a:1:{i:0;s:4:\"Plus\";}}i:2;O:8:\"stdClass\":8:{s:5:\"title\";s:26:\"MonsterInsights Dimensions\";s:4:\"slug\";s:10:\"dimensions\";s:7:\"version\";s:5:\"2.0.5\";s:5:\"image\";s:93:\"https://www.monsterinsights.com/wp-content/uploads/2016/09/custom-dimensions-addon-banner.png\";s:4:\"icon\";b:0;s:7:\"excerpt\";s:59:\"Track authors, categories, tags, searches, users, and more.\";s:2:\"id\";i:31098;s:10:\"categories\";a:1:{i:0;s:3:\"Pro\";}}i:3;O:8:\"stdClass\":8:{s:5:\"title\";s:25:\"MonsterInsights eCommerce\";s:4:\"slug\";s:9:\"ecommerce\";s:7:\"version\";s:5:\"8.3.8\";s:5:\"image\";s:94:\"https://www.monsterinsights.com/wp-content/uploads/2016/09/ecommerce-tracking-addon-banner.png\";s:4:\"icon\";b:0;s:7:\"excerpt\";s:93:\"Sales tracking for your WooCommerce, Easy Digital Downloads, LifterLMS or MemberPress stores.\";s:2:\"id\";i:31097;s:10:\"categories\";a:1:{i:0;s:3:\"Pro\";}}i:4;O:8:\"stdClass\":8:{s:5:\"title\";s:29:\"MonsterInsights EU Compliance\";s:4:\"slug\";s:13:\"eu-compliance\";s:7:\"version\";s:5:\"2.2.4\";s:5:\"image\";s:72:\"https://www.monsterinsights.com/wp-content/uploads/2018/05/eu-banner.png\";s:4:\"icon\";b:0;s:7:\"excerpt\";s:59:\"Improve compliance with GDPR and other privacy regulations.\";s:2:\"id\";i:137300;s:10:\"categories\";a:1:{i:0;s:5:\"Basic\";}}i:5;O:8:\"stdClass\":8:{s:5:\"title\";s:41:\"MonsterInsights Facebook Instant Articles\";s:4:\"slug\";s:25:\"facebook-instant-articles\";s:7:\"version\";s:5:\"1.2.1\";s:5:\"image\";s:95:\"https://www.monsterinsights.com/wp-content/uploads/2017/06/facebook-instant-articles-banner.png\";s:4:\"icon\";b:0;s:7:\"excerpt\";s:77:\"Integrate Google Analytics and Facebook Instant Articles with just one click.\";s:2:\"id\";i:104944;s:10:\"categories\";a:1:{i:0;s:4:\"Plus\";}}i:6;O:8:\"stdClass\":8:{s:5:\"title\";s:21:\"MonsterInsights Forms\";s:4:\"slug\";s:5:\"forms\";s:7:\"version\";s:5:\"2.2.4\";s:5:\"image\";s:81:\"https://www.monsterinsights.com/wp-content/uploads/2017/06/forms-addon-banner.png\";s:4:\"icon\";b:0;s:7:\"excerpt\";s:70:\"Enable tracking of your form views, submissions, and conversion rates.\";s:2:\"id\";i:104930;s:10:\"categories\";a:1:{i:0;s:3:\"Pro\";}}i:7;O:8:\"stdClass\":8:{s:5:\"title\";s:31:\"MonsterInsights Google Optimize\";s:4:\"slug\";s:15:\"google-optimize\";s:7:\"version\";s:5:\"1.5.1\";s:5:\"image\";s:85:\"https://www.monsterinsights.com/wp-content/uploads/2017/06/google-optimize-banner.png\";s:4:\"icon\";b:0;s:7:\"excerpt\";s:53:\"Easily enable Google Optimize on your WordPress site.\";s:2:\"id\";i:104937;s:10:\"categories\";a:1:{i:0;s:3:\"Pro\";}}i:8;O:8:\"stdClass\":8:{s:5:\"title\";s:21:\"MonsterInsights Media\";s:4:\"slug\";s:5:\"media\";s:7:\"version\";s:5:\"1.0.5\";s:5:\"image\";s:81:\"https://www.monsterinsights.com/wp-content/uploads/2021/12/media-addon-banner.png\";s:4:\"icon\";b:0;s:7:\"excerpt\";s:140:\"The MonsterInsights Media addon makes it super simple to track YouTube and Vimeo embeds along with videos you upload into the Media Library.\";s:2:\"id\";i:506765;s:10:\"categories\";a:1:{i:0;s:4:\"Plus\";}}i:9;O:8:\"stdClass\":8:{s:5:\"title\";s:29:\"MonsterInsights Page Insights\";s:4:\"slug\";s:13:\"page-insights\";s:7:\"version\";s:5:\"1.5.1\";s:5:\"image\";s:89:\"https://www.monsterinsights.com/wp-content/uploads/2018/10/page-insights-addon-banner.png\";s:4:\"icon\";b:0;s:7:\"excerpt\";s:79:\"See important metrics for individual posts / pages in your WordPress dashboard.\";s:2:\"id\";i:166810;s:10:\"categories\";a:1:{i:0;s:4:\"Plus\";}}i:10;O:8:\"stdClass\":8:{s:5:\"title\";s:27:\"MonsterInsights Performance\";s:4:\"slug\";s:11:\"performance\";s:7:\"version\";s:5:\"1.7.2\";s:5:\"image\";s:96:\"https://www.monsterinsights.com/wp-content/uploads/2016/09/performance-tracking-addon-banner.png\";s:4:\"icon\";b:0;s:7:\"excerpt\";s:55:\"Adjust site speed and sample rate for Google Analytics.\";s:2:\"id\";i:31100;s:10:\"categories\";a:1:{i:0;s:4:\"Plus\";}}i:11;O:8:\"stdClass\":8:{s:5:\"title\";s:28:\"MonsterInsights User Journey\";s:4:\"slug\";s:12:\"user-journey\";s:7:\"version\";s:5:\"1.0.6\";s:5:\"image\";s:88:\"https://www.monsterinsights.com/wp-content/uploads/2022/05/user-journey-addon-banner.png\";s:4:\"icon\";b:0;s:7:\"excerpt\";s:86:\"See exactly which steps and for how long each customer took before making a purchase. \";s:2:\"id\";i:562165;s:10:\"categories\";a:1:{i:0;s:3:\"Pro\";}}}',	'no'),
(4586,	'_site_transient_timeout_poptags_40cd750bba9870f18aada2478b24840a',	'1672743946',	'no'),
(4587,	'_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:5902;}s:6:\"widget\";a:3:{s:4:\"name\";s:6:\"widget\";s:4:\"slug\";s:6:\"widget\";s:5:\"count\";i:4808;}s:4:\"post\";a:3:{s:4:\"name\";s:4:\"post\";s:4:\"slug\";s:4:\"post\";s:5:\"count\";i:2777;}s:5:\"admin\";a:3:{s:4:\"name\";s:5:\"admin\";s:4:\"slug\";s:5:\"admin\";s:5:\"count\";i:2647;}s:5:\"posts\";a:3:{s:4:\"name\";s:5:\"posts\";s:4:\"slug\";s:5:\"posts\";s:5:\"count\";i:2045;}s:9:\"shortcode\";a:3:{s:4:\"name\";s:9:\"shortcode\";s:4:\"slug\";s:9:\"shortcode\";s:5:\"count\";i:1899;}s:8:\"comments\";a:3:{s:4:\"name\";s:8:\"comments\";s:4:\"slug\";s:8:\"comments\";s:5:\"count\";i:1894;}s:3:\"seo\";a:3:{s:4:\"name\";s:3:\"seo\";s:4:\"slug\";s:3:\"seo\";s:5:\"count\";i:1609;}s:6:\"images\";a:3:{s:4:\"name\";s:6:\"images\";s:4:\"slug\";s:6:\"images\";s:5:\"count\";i:1559;}s:6:\"google\";a:3:{s:4:\"name\";s:6:\"google\";s:4:\"slug\";s:6:\"google\";s:5:\"count\";i:1541;}s:5:\"image\";a:3:{s:4:\"name\";s:5:\"image\";s:4:\"slug\";s:5:\"image\";s:5:\"count\";i:1539;}s:7:\"twitter\";a:3:{s:4:\"name\";s:7:\"twitter\";s:4:\"slug\";s:7:\"twitter\";s:5:\"count\";i:1516;}s:8:\"facebook\";a:3:{s:4:\"name\";s:8:\"facebook\";s:4:\"slug\";s:8:\"facebook\";s:5:\"count\";i:1501;}s:9:\"ecommerce\";a:3:{s:4:\"name\";s:9:\"ecommerce\";s:4:\"slug\";s:9:\"ecommerce\";s:5:\"count\";i:1444;}s:5:\"email\";a:3:{s:4:\"name\";s:5:\"email\";s:4:\"slug\";s:5:\"email\";s:5:\"count\";i:1355;}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:1266;}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:1140;}s:8:\"security\";a:3:{s:4:\"name\";s:8:\"security\";s:4:\"slug\";s:8:\"security\";s:5:\"count\";i:1040;}s:10:\"e-commerce\";a:3:{s:4:\"name\";s:10:\"e-commerce\";s:4:\"slug\";s:10:\"e-commerce\";s:5:\"count\";i:1010;}s:5:\"video\";a:3:{s:4:\"name\";s:5:\"video\";s:4:\"slug\";s:5:\"video\";s:5:\"count\";i:990;}s:7:\"widgets\";a:3:{s:4:\"name\";s:7:\"widgets\";s:4:\"slug\";s:7:\"widgets\";s:5:\"count\";i:961;}s:5:\"links\";a:3:{s:4:\"name\";s:5:\"links\";s:4:\"slug\";s:5:\"links\";s:5:\"count\";i:901;}s:4:\"spam\";a:3:{s:4:\"name\";s:4:\"spam\";s:4:\"slug\";s:4:\"spam\";s:5:\"count\";i:869;}s:9:\"analytics\";a:3:{s:4:\"name\";s:9:\"analytics\";s:4:\"slug\";s:9:\"analytics\";s:5:\"count\";i:866;}s:7:\"payment\";a:3:{s:4:\"name\";s:7:\"payment\";s:4:\"slug\";s:7:\"payment\";s:5:\"count\";i:862;}s:4:\"form\";a:3:{s:4:\"name\";s:4:\"form\";s:4:\"slug\";s:4:\"form\";s:5:\"count\";i:859;}s:6:\"slider\";a:3:{s:4:\"name\";s:6:\"slider\";s:4:\"slug\";s:6:\"slider\";s:5:\"count\";i:859;}s:7:\"content\";a:3:{s:4:\"name\";s:7:\"content\";s:4:\"slug\";s:7:\"content\";s:5:\"count\";i:856;}s:9:\"gutenberg\";a:3:{s:4:\"name\";s:9:\"gutenberg\";s:4:\"slug\";s:9:\"gutenberg\";s:5:\"count\";i:806;}s:5:\"media\";a:3:{s:4:\"name\";s:5:\"media\";s:4:\"slug\";s:5:\"media\";s:5:\"count\";i:789;}s:10:\"buddypress\";a:3:{s:4:\"name\";s:10:\"buddypress\";s:4:\"slug\";s:10:\"buddypress\";s:5:\"count\";i:779;}s:6:\"search\";a:3:{s:4:\"name\";s:6:\"search\";s:4:\"slug\";s:6:\"search\";s:5:\"count\";i:768;}s:6:\"editor\";a:3:{s:4:\"name\";s:6:\"editor\";s:4:\"slug\";s:6:\"editor\";s:5:\"count\";i:765;}s:5:\"block\";a:3:{s:4:\"name\";s:5:\"block\";s:4:\"slug\";s:5:\"block\";s:5:\"count\";i:761;}s:15:\"payment-gateway\";a:3:{s:4:\"name\";s:15:\"payment gateway\";s:4:\"slug\";s:15:\"payment-gateway\";s:5:\"count\";i:754;}s:3:\"rss\";a:3:{s:4:\"name\";s:3:\"rss\";s:4:\"slug\";s:3:\"rss\";s:5:\"count\";i:730;}s:5:\"pages\";a:3:{s:4:\"name\";s:5:\"pages\";s:4:\"slug\";s:5:\"pages\";s:5:\"count\";i:727;}s:4:\"menu\";a:3:{s:4:\"name\";s:4:\"menu\";s:4:\"slug\";s:4:\"menu\";s:5:\"count\";i:719;}s:12:\"contact-form\";a:3:{s:4:\"name\";s:12:\"contact form\";s:4:\"slug\";s:12:\"contact-form\";s:5:\"count\";i:713;}s:9:\"elementor\";a:3:{s:4:\"name\";s:9:\"elementor\";s:4:\"slug\";s:9:\"elementor\";s:5:\"count\";i:703;}s:5:\"embed\";a:3:{s:4:\"name\";s:5:\"embed\";s:4:\"slug\";s:5:\"embed\";s:5:\"count\";i:682;}s:4:\"feed\";a:3:{s:4:\"name\";s:4:\"feed\";s:4:\"slug\";s:4:\"feed\";s:5:\"count\";i:682;}s:8:\"category\";a:3:{s:4:\"name\";s:8:\"category\";s:4:\"slug\";s:8:\"category\";s:5:\"count\";i:679;}s:4:\"ajax\";a:3:{s:4:\"name\";s:4:\"ajax\";s:4:\"slug\";s:4:\"ajax\";s:5:\"count\";i:671;}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:628;}s:3:\"css\";a:3:{s:4:\"name\";s:3:\"css\";s:4:\"slug\";s:3:\"css\";s:5:\"count\";i:619;}s:9:\"affiliate\";a:3:{s:4:\"name\";s:9:\"affiliate\";s:4:\"slug\";s:9:\"affiliate\";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:604;}s:4:\"link\";a:3:{s:4:\"name\";s:4:\"link\";s:4:\"slug\";s:4:\"link\";s:5:\"count\";i:604;}s:3:\"api\";a:3:{s:4:\"name\";s:3:\"api\";s:4:\"slug\";s:3:\"api\";s:5:\"count\";i:599;}s:5:\"share\";a:3:{s:4:\"name\";s:5:\"share\";s:4:\"slug\";s:5:\"share\";s:5:\"count\";i:590;}s:7:\"contact\";a:3:{s:4:\"name\";s:7:\"contact\";s:4:\"slug\";s:7:\"contact\";s:5:\"count\";i:589;}s:10:\"responsive\";a:3:{s:4:\"name\";s:10:\"responsive\";s:4:\"slug\";s:10:\"responsive\";s:5:\"count\";i:587;}s:9:\"dashboard\";a:3:{s:4:\"name\";s:9:\"dashboard\";s:4:\"slug\";s:9:\"dashboard\";s:5:\"count\";i:584;}s:5:\"theme\";a:3:{s:4:\"name\";s:5:\"theme\";s:4:\"slug\";s:5:\"theme\";s:5:\"count\";i:573;}s:7:\"comment\";a:3:{s:4:\"name\";s:7:\"comment\";s:4:\"slug\";s:7:\"comment\";s:5:\"count\";i:567;}s:3:\"ads\";a:3:{s:4:\"name\";s:3:\"ads\";s:4:\"slug\";s:3:\"ads\";s:5:\"count\";i:567;}s:6:\"custom\";a:3:{s:4:\"name\";s:6:\"custom\";s:4:\"slug\";s:6:\"custom\";s:5:\"count\";i:559;}s:9:\"marketing\";a:3:{s:4:\"name\";s:9:\"marketing\";s:4:\"slug\";s:9:\"marketing\";s:5:\"count\";i:551;}s:8:\"shipping\";a:3:{s:4:\"name\";s:8:\"shipping\";s:4:\"slug\";s:8:\"shipping\";s:5:\"count\";i:550;}s:10:\"categories\";a:3:{s:4:\"name\";s:10:\"categories\";s:4:\"slug\";s:10:\"categories\";s:5:\"count\";i:539;}s:6:\"events\";a:3:{s:4:\"name\";s:6:\"events\";s:4:\"slug\";s:6:\"events\";s:5:\"count\";i:538;}s:4:\"chat\";a:3:{s:4:\"name\";s:4:\"chat\";s:4:\"slug\";s:4:\"chat\";s:5:\"count\";i:537;}s:4:\"user\";a:3:{s:4:\"name\";s:4:\"user\";s:4:\"slug\";s:4:\"user\";s:5:\"count\";i:529;}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:526;}s:6:\"button\";a:3:{s:4:\"name\";s:6:\"button\";s:4:\"slug\";s:6:\"button\";s:5:\"count\";i:524;}s:5:\"forms\";a:3:{s:4:\"name\";s:5:\"forms\";s:4:\"slug\";s:5:\"forms\";s:5:\"count\";i:519;}s:5:\"popup\";a:3:{s:4:\"name\";s:5:\"popup\";s:4:\"slug\";s:5:\"popup\";s:5:\"count\";i:513;}s:6:\"mobile\";a:3:{s:4:\"name\";s:6:\"mobile\";s:4:\"slug\";s:6:\"mobile\";s:5:\"count\";i:509;}s:4:\"tags\";a:3:{s:4:\"name\";s:4:\"tags\";s:4:\"slug\";s:4:\"tags\";s:5:\"count\";i:507;}s:5:\"users\";a:3:{s:4:\"name\";s:5:\"users\";s:4:\"slug\";s:5:\"users\";s:5:\"count\";i:507;}s:8:\"calendar\";a:3:{s:4:\"name\";s:8:\"calendar\";s:4:\"slug\";s:8:\"calendar\";s:5:\"count\";i:495;}s:10:\"newsletter\";a:3:{s:4:\"name\";s:10:\"newsletter\";s:4:\"slug\";s:10:\"newsletter\";s:5:\"count\";i:472;}s:11:\"performance\";a:3:{s:4:\"name\";s:11:\"performance\";s:4:\"slug\";s:11:\"performance\";s:5:\"count\";i:466;}s:10:\"navigation\";a:3:{s:4:\"name\";s:10:\"navigation\";s:4:\"slug\";s:10:\"navigation\";s:5:\"count\";i:465;}s:6:\"blocks\";a:3:{s:4:\"name\";s:6:\"blocks\";s:4:\"slug\";s:6:\"blocks\";s:5:\"count\";i:462;}s:5:\"photo\";a:3:{s:4:\"name\";s:5:\"photo\";s:4:\"slug\";s:5:\"photo\";s:5:\"count\";i:450;}s:9:\"slideshow\";a:3:{s:4:\"name\";s:9:\"slideshow\";s:4:\"slug\";s:9:\"slideshow\";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:444;}s:10:\"statistics\";a:3:{s:4:\"name\";s:10:\"statistics\";s:4:\"slug\";s:10:\"statistics\";s:5:\"count\";i:435;}s:12:\"social-media\";a:3:{s:4:\"name\";s:12:\"social media\";s:4:\"slug\";s:12:\"social-media\";s:5:\"count\";i:430;}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:423;}s:12:\"notification\";a:3:{s:4:\"name\";s:12:\"notification\";s:4:\"slug\";s:12:\"notification\";s:5:\"count\";i:418;}s:4:\"news\";a:3:{s:4:\"name\";s:4:\"news\";s:4:\"slug\";s:4:\"news\";s:5:\"count\";i:416;}s:6:\"import\";a:3:{s:4:\"name\";s:6:\"import\";s:4:\"slug\";s:6:\"import\";s:5:\"count\";i:414;}s:8:\"tracking\";a:3:{s:4:\"name\";s:8:\"tracking\";s:4:\"slug\";s:8:\"tracking\";s:5:\"count\";i:410;}s:7:\"gateway\";a:3:{s:4:\"name\";s:7:\"gateway\";s:4:\"slug\";s:7:\"gateway\";s:5:\"count\";i:410;}s:10:\"shortcodes\";a:3:{s:4:\"name\";s:10:\"shortcodes\";s:4:\"slug\";s:10:\"shortcodes\";s:5:\"count\";i:409;}s:4:\"code\";a:3:{s:4:\"name\";s:4:\"code\";s:4:\"slug\";s:4:\"code\";s:5:\"count\";i:400;}s:7:\"plugins\";a:3:{s:4:\"name\";s:7:\"plugins\";s:4:\"slug\";s:7:\"plugins\";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:394;}s:4:\"meta\";a:3:{s:4:\"name\";s:4:\"meta\";s:4:\"slug\";s:4:\"meta\";s:5:\"count\";i:390;}s:8:\"payments\";a:3:{s:4:\"name\";s:8:\"payments\";s:4:\"slug\";s:8:\"payments\";s:5:\"count\";i:390;}s:5:\"cache\";a:3:{s:4:\"name\";s:5:\"cache\";s:4:\"slug\";s:5:\"cache\";s:5:\"count\";i:388;}s:3:\"url\";a:3:{s:4:\"name\";s:3:\"url\";s:4:\"slug\";s:3:\"url\";s:5:\"count\";i:386;}}',	'no'),
(4590,	'yoast_migrations_free',	'a:1:{s:7:\"version\";s:5:\"19.13\";}',	'yes'),
(4591,	'wpseo',	'a:99:{s:8:\"tracking\";b:0;s:22:\"license_server_version\";b:0;s:15:\"ms_defaults_set\";b:0;s:40:\"ignore_search_engines_discouraged_notice\";b:0;s:19:\"indexing_first_time\";b:1;s:16:\"indexing_started\";b:0;s:15:\"indexing_reason\";s:13:\"first_install\";s:29:\"indexables_indexing_completed\";b:0;s:13:\"index_now_key\";s:0:\"\";s:7:\"version\";s:5:\"19.13\";s:16:\"previous_version\";s:0:\"\";s:20:\"disableadvanced_meta\";b:1;s:30:\"enable_headless_rest_endpoints\";b:1;s:17:\"ryte_indexability\";b:0;s:11:\"baiduverify\";s:0:\"\";s:12:\"googleverify\";s:0:\"\";s:8:\"msverify\";s:0:\"\";s:12:\"yandexverify\";s:0:\"\";s:9:\"site_type\";s:0:\"\";s:20:\"has_multiple_authors\";s:0:\"\";s:16:\"environment_type\";s:0:\"\";s:23:\"content_analysis_active\";b:1;s:23:\"keyword_analysis_active\";b:1;s:34:\"inclusive_language_analysis_active\";b:0;s:21:\"enable_admin_bar_menu\";b:1;s:26:\"enable_cornerstone_content\";b:1;s:18:\"enable_xml_sitemap\";b:1;s:24:\"enable_text_link_counter\";b:1;s:16:\"enable_index_now\";b:1;s:22:\"show_onboarding_notice\";b:1;s:18:\"first_activated_on\";i:1672733164;s:13:\"myyoast-oauth\";b:0;s:26:\"semrush_integration_active\";b:1;s:14:\"semrush_tokens\";a:0:{}s:20:\"semrush_country_code\";s:2:\"us\";s:19:\"permalink_structure\";s:0:\"\";s:8:\"home_url\";s:0:\"\";s:18:\"dynamic_permalinks\";b:0;s:17:\"category_base_url\";s:0:\"\";s:12:\"tag_base_url\";s:0:\"\";s:21:\"custom_taxonomy_slugs\";a:0:{}s:29:\"enable_enhanced_slack_sharing\";b:1;s:25:\"zapier_integration_active\";b:0;s:19:\"zapier_subscription\";a:0:{}s:14:\"zapier_api_key\";s:0:\"\";s:23:\"enable_metabox_insights\";b:1;s:23:\"enable_link_suggestions\";b:1;s:26:\"algolia_integration_active\";b:0;s:14:\"import_cursors\";a:0:{}s:13:\"workouts_data\";a:1:{s:13:\"configuration\";a:1:{s:13:\"finishedSteps\";a:0:{}}}s:28:\"configuration_finished_steps\";a:0:{}s:36:\"dismiss_configuration_workout_notice\";b:0;s:34:\"dismiss_premium_deactivated_notice\";b:0;s:19:\"importing_completed\";a:0:{}s:26:\"wincher_integration_active\";b:1;s:14:\"wincher_tokens\";a:0:{}s:36:\"wincher_automatically_add_keyphrases\";b:0;s:18:\"wincher_website_id\";s:0:\"\";s:28:\"wordproof_integration_active\";b:0;s:29:\"wordproof_integration_changed\";b:0;s:18:\"first_time_install\";b:1;s:34:\"should_redirect_after_install_free\";b:0;s:34:\"activation_redirect_timestamp_free\";i:1672733165;s:18:\"remove_feed_global\";b:0;s:27:\"remove_feed_global_comments\";b:0;s:25:\"remove_feed_post_comments\";b:0;s:19:\"remove_feed_authors\";b:0;s:22:\"remove_feed_categories\";b:0;s:16:\"remove_feed_tags\";b:0;s:29:\"remove_feed_custom_taxonomies\";b:0;s:22:\"remove_feed_post_types\";b:0;s:18:\"remove_feed_search\";b:0;s:21:\"remove_atom_rdf_feeds\";b:0;s:17:\"remove_shortlinks\";b:0;s:21:\"remove_rest_api_links\";b:0;s:20:\"remove_rsd_wlw_links\";b:0;s:19:\"remove_oembed_links\";b:0;s:16:\"remove_generator\";b:0;s:20:\"remove_emoji_scripts\";b:0;s:24:\"remove_powered_by_header\";b:0;s:22:\"remove_pingback_header\";b:0;s:28:\"clean_campaign_tracking_urls\";b:0;s:16:\"clean_permalinks\";b:0;s:32:\"clean_permalinks_extra_variables\";s:0:\"\";s:14:\"search_cleanup\";b:0;s:20:\"search_cleanup_emoji\";b:0;s:23:\"search_cleanup_patterns\";b:0;s:22:\"search_character_limit\";i:50;s:20:\"deny_search_crawling\";b:0;s:21:\"deny_wp_json_crawling\";b:0;s:27:\"redirect_search_pretty_urls\";b:0;s:29:\"least_readability_ignore_list\";a:0:{}s:27:\"least_seo_score_ignore_list\";a:0:{}s:23:\"most_linked_ignore_list\";a:0:{}s:24:\"least_linked_ignore_list\";a:0:{}s:28:\"indexables_page_reading_list\";a:5:{i:0;b:0;i:1;b:0;i:2;b:0;i:3;b:0;i:4;b:0;}s:25:\"indexables_overview_state\";s:21:\"dashboard-not-visited\";s:28:\"last_known_public_post_types\";a:3:{i:0;s:4:\"post\";i:1;s:4:\"page\";i:2;s:10:\"attachment\";}s:28:\"last_known_public_taxonomies\";a:3:{i:0;s:8:\"category\";i:1;s:8:\"post_tag\";i:2;s:11:\"post_format\";}}',	'yes'),
(4592,	'wpseo_titles',	'a:110:{s:17:\"forcerewritetitle\";b:0;s:9:\"separator\";s:7:\"sc-dash\";s:16:\"title-home-wpseo\";s:42:\"%%sitename%% %%page%% %%sep%% %%sitedesc%%\";s:18:\"title-author-wpseo\";s:41:\"%%name%%, Author at %%sitename%% %%page%%\";s:19:\"title-archive-wpseo\";s:38:\"%%date%% %%page%% %%sep%% %%sitename%%\";s:18:\"title-search-wpseo\";s:63:\"You searched for %%searchphrase%% %%page%% %%sep%% %%sitename%%\";s:15:\"title-404-wpseo\";s:35:\"Page not found %%sep%% %%sitename%%\";s:25:\"social-title-author-wpseo\";s:8:\"%%name%%\";s:26:\"social-title-archive-wpseo\";s:8:\"%%date%%\";s:31:\"social-description-author-wpseo\";s:0:\"\";s:32:\"social-description-archive-wpseo\";s:0:\"\";s:29:\"social-image-url-author-wpseo\";s:0:\"\";s:30:\"social-image-url-archive-wpseo\";s:0:\"\";s:28:\"social-image-id-author-wpseo\";i:0;s:29:\"social-image-id-archive-wpseo\";i:0;s:19:\"metadesc-home-wpseo\";s:0:\"\";s:21:\"metadesc-author-wpseo\";s:0:\"\";s:22:\"metadesc-archive-wpseo\";s:0:\"\";s:9:\"rssbefore\";s:0:\"\";s:8:\"rssafter\";s:53:\"The post %%POSTLINK%% appeared first on %%BLOGLINK%%.\";s:20:\"noindex-author-wpseo\";b:0;s:28:\"noindex-author-noposts-wpseo\";b:1;s:21:\"noindex-archive-wpseo\";b:1;s:14:\"disable-author\";b:0;s:12:\"disable-date\";b:0;s:19:\"disable-post_format\";b:0;s:18:\"disable-attachment\";b:1;s:20:\"breadcrumbs-404crumb\";s:25:\"Error 404: Page not found\";s:29:\"breadcrumbs-display-blog-page\";b:1;s:20:\"breadcrumbs-boldlast\";b:0;s:25:\"breadcrumbs-archiveprefix\";s:12:\"Archives for\";s:18:\"breadcrumbs-enable\";b:1;s:16:\"breadcrumbs-home\";s:4:\"Home\";s:18:\"breadcrumbs-prefix\";s:0:\"\";s:24:\"breadcrumbs-searchprefix\";s:16:\"You searched for\";s:15:\"breadcrumbs-sep\";s:2:\"»\";s:12:\"website_name\";s:0:\"\";s:11:\"person_name\";s:0:\"\";s:11:\"person_logo\";s:0:\"\";s:22:\"alternate_website_name\";s:0:\"\";s:12:\"company_logo\";s:0:\"\";s:12:\"company_name\";s:0:\"\";s:22:\"company_alternate_name\";s:0:\"\";s:17:\"company_or_person\";s:7:\"company\";s:25:\"company_or_person_user_id\";b:0;s:17:\"stripcategorybase\";b:0;s:26:\"open_graph_frontpage_title\";s:12:\"%%sitename%%\";s:25:\"open_graph_frontpage_desc\";s:0:\"\";s:26:\"open_graph_frontpage_image\";s:0:\"\";s:10:\"title-post\";s:39:\"%%title%% %%page%% %%sep%% %%sitename%%\";s:13:\"metadesc-post\";s:0:\"\";s:12:\"noindex-post\";b:0;s:23:\"display-metabox-pt-post\";b:1;s:23:\"post_types-post-maintax\";i:0;s:21:\"schema-page-type-post\";s:7:\"WebPage\";s:24:\"schema-article-type-post\";s:7:\"Article\";s:17:\"social-title-post\";s:9:\"%%title%%\";s:23:\"social-description-post\";s:0:\"\";s:21:\"social-image-url-post\";s:0:\"\";s:20:\"social-image-id-post\";i:0;s:10:\"title-page\";s:39:\"%%title%% %%page%% %%sep%% %%sitename%%\";s:13:\"metadesc-page\";s:0:\"\";s:12:\"noindex-page\";b:0;s:23:\"display-metabox-pt-page\";b:1;s:23:\"post_types-page-maintax\";i:0;s:21:\"schema-page-type-page\";s:7:\"WebPage\";s:24:\"schema-article-type-page\";s:4:\"None\";s:17:\"social-title-page\";s:9:\"%%title%%\";s:23:\"social-description-page\";s:0:\"\";s:21:\"social-image-url-page\";s:0:\"\";s:20:\"social-image-id-page\";i:0;s:16:\"title-attachment\";s:39:\"%%title%% %%page%% %%sep%% %%sitename%%\";s:19:\"metadesc-attachment\";s:0:\"\";s:18:\"noindex-attachment\";b:0;s:29:\"display-metabox-pt-attachment\";b:1;s:29:\"post_types-attachment-maintax\";i:0;s:27:\"schema-page-type-attachment\";s:7:\"WebPage\";s:30:\"schema-article-type-attachment\";s:4:\"None\";s:18:\"title-tax-category\";s:53:\"%%term_title%% Archives %%page%% %%sep%% %%sitename%%\";s:21:\"metadesc-tax-category\";s:0:\"\";s:28:\"display-metabox-tax-category\";b:1;s:20:\"noindex-tax-category\";b:0;s:25:\"social-title-tax-category\";s:23:\"%%term_title%% Archives\";s:31:\"social-description-tax-category\";s:0:\"\";s:29:\"social-image-url-tax-category\";s:0:\"\";s:28:\"social-image-id-tax-category\";i:0;s:26:\"taxonomy-category-ptparent\";i:0;s:18:\"title-tax-post_tag\";s:53:\"%%term_title%% Archives %%page%% %%sep%% %%sitename%%\";s:21:\"metadesc-tax-post_tag\";s:0:\"\";s:28:\"display-metabox-tax-post_tag\";b:1;s:20:\"noindex-tax-post_tag\";b:0;s:25:\"social-title-tax-post_tag\";s:23:\"%%term_title%% Archives\";s:31:\"social-description-tax-post_tag\";s:0:\"\";s:29:\"social-image-url-tax-post_tag\";s:0:\"\";s:28:\"social-image-id-tax-post_tag\";i:0;s:26:\"taxonomy-post_tag-ptparent\";i:0;s:21:\"title-tax-post_format\";s:53:\"%%term_title%% Archives %%page%% %%sep%% %%sitename%%\";s:24:\"metadesc-tax-post_format\";s:0:\"\";s:31:\"display-metabox-tax-post_format\";b:1;s:23:\"noindex-tax-post_format\";b:1;s:28:\"social-title-tax-post_format\";s:23:\"%%term_title%% Archives\";s:34:\"social-description-tax-post_format\";s:0:\"\";s:32:\"social-image-url-tax-post_format\";s:0:\"\";s:31:\"social-image-id-tax-post_format\";i:0;s:29:\"taxonomy-post_format-ptparent\";i:0;s:14:\"person_logo_id\";i:0;s:15:\"company_logo_id\";i:0;s:17:\"company_logo_meta\";b:0;s:16:\"person_logo_meta\";b:0;s:29:\"open_graph_frontpage_image_id\";i:0;}',	'yes'),
(4593,	'wpseo_social',	'a:19:{s:13:\"facebook_site\";s:0:\"\";s:13:\"instagram_url\";s:0:\"\";s:12:\"linkedin_url\";s:0:\"\";s:11:\"myspace_url\";s:0:\"\";s:16:\"og_default_image\";s:0:\"\";s:19:\"og_default_image_id\";s:0:\"\";s:18:\"og_frontpage_title\";s:0:\"\";s:17:\"og_frontpage_desc\";s:0:\"\";s:18:\"og_frontpage_image\";s:0:\"\";s:21:\"og_frontpage_image_id\";s:0:\"\";s:9:\"opengraph\";b:1;s:13:\"pinterest_url\";s:0:\"\";s:15:\"pinterestverify\";s:0:\"\";s:7:\"twitter\";b:1;s:12:\"twitter_site\";s:0:\"\";s:17:\"twitter_card_type\";s:19:\"summary_large_image\";s:11:\"youtube_url\";s:0:\"\";s:13:\"wikipedia_url\";s:0:\"\";s:17:\"other_social_urls\";a:0:{}}',	'yes'),
(4597,	'_transient_timeout_wpseo_total_unindexed_posts',	'1672819565',	'no'),
(4598,	'_transient_wpseo_total_unindexed_posts',	'146',	'no'),
(4599,	'_transient_timeout_wpseo_total_unindexed_terms',	'1672819565',	'no'),
(4600,	'_transient_wpseo_total_unindexed_terms',	'1',	'no'),
(4601,	'_transient_timeout_wpseo_total_unindexed_post_type_archives',	'1672819565',	'no'),
(4602,	'_transient_wpseo_total_unindexed_post_type_archives',	'0',	'no'),
(4603,	'_transient_timeout_wpseo_total_unindexed_general_items',	'1672819565',	'no'),
(4604,	'_transient_wpseo_total_unindexed_general_items',	'3',	'no'),
(4605,	'_transient_timeout_wpseo_unindexed_post_link_count',	'1672819565',	'no'),
(4606,	'_transient_wpseo_unindexed_post_link_count',	'13',	'no'),
(4607,	'_transient_timeout_wpseo_unindexed_term_link_count',	'1672819565',	'no'),
(4608,	'_transient_wpseo_unindexed_term_link_count',	'1',	'no'),
(4618,	'_site_transient_update_plugins',	'O:8:\"stdClass\":5:{s:12:\"last_checked\";i:1672733719;s:8:\"response\";a:2:{s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";O:8:\"stdClass\":12:{s:2:\"id\";s:43:\"w.org/plugins/ultimate-addons-for-gutenberg\";s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:6:\"plugin\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:11:\"new_version\";s:5:\"2.2.0\";s:3:\"url\";s:60:\"https://wordpress.org/plugins/ultimate-addons-for-gutenberg/\";s:7:\"package\";s:78:\"https://downloads.wordpress.org/plugin/ultimate-addons-for-gutenberg.2.2.0.zip\";s:5:\"icons\";a:2:{s:2:\"1x\";s:74:\"https://ps.w.org/ultimate-addons-for-gutenberg/assets/icon.svg?rev=2715489\";s:3:\"svg\";s:74:\"https://ps.w.org/ultimate-addons-for-gutenberg/assets/icon.svg?rev=2715489\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:85:\"https://ps.w.org/ultimate-addons-for-gutenberg/assets/banner-1544x500.jpg?rev=2715489\";s:2:\"1x\";s:84:\"https://ps.w.org/ultimate-addons-for-gutenberg/assets/banner-772x250.jpg?rev=2715489\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"4.7\";s:6:\"tested\";s:5:\"6.1.1\";s:12:\"requires_php\";s:3:\"5.6\";}s:27:\"astra-sites/astra-sites.php\";O:8:\"stdClass\":12:{s:2:\"id\";s:25:\"w.org/plugins/astra-sites\";s:4:\"slug\";s:11:\"astra-sites\";s:6:\"plugin\";s:27:\"astra-sites/astra-sites.php\";s:11:\"new_version\";s:6:\"3.1.22\";s:3:\"url\";s:42:\"https://wordpress.org/plugins/astra-sites/\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/plugin/astra-sites.3.1.22.zip\";s:5:\"icons\";a:2:{s:2:\"1x\";s:56:\"https://ps.w.org/astra-sites/assets/icon.svg?rev=2772059\";s:3:\"svg\";s:56:\"https://ps.w.org/astra-sites/assets/icon.svg?rev=2772059\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:67:\"https://ps.w.org/astra-sites/assets/banner-1544x500.jpg?rev=2652631\";s:2:\"1x\";s:66:\"https://ps.w.org/astra-sites/assets/banner-772x250.jpg?rev=2652631\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"4.4\";s:6:\"tested\";s:5:\"6.1.1\";s:12:\"requires_php\";s:3:\"5.3\";}}s:12:\"translations\";a:0:{}s:9:\"no_update\";a:4:{s:17:\"breeze/breeze.php\";O:8:\"stdClass\":10:{s:2:\"id\";s:20:\"w.org/plugins/breeze\";s:4:\"slug\";s:6:\"breeze\";s:6:\"plugin\";s:17:\"breeze/breeze.php\";s:11:\"new_version\";s:6:\"2.0.14\";s:3:\"url\";s:37:\"https://wordpress.org/plugins/breeze/\";s:7:\"package\";s:56:\"https://downloads.wordpress.org/plugin/breeze.2.0.14.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:59:\"https://ps.w.org/breeze/assets/icon-256x256.gif?rev=2594160\";s:2:\"1x\";s:59:\"https://ps.w.org/breeze/assets/icon-128x128.gif?rev=2594160\";}s:7:\"banners\";a:1:{s:2:\"1x\";s:61:\"https://ps.w.org/breeze/assets/banner-772x250.jpg?rev=1705548\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"6.0\";}s:50:\"google-analytics-for-wordpress/googleanalytics.php\";O:8:\"stdClass\":10:{s:2:\"id\";s:44:\"w.org/plugins/google-analytics-for-wordpress\";s:4:\"slug\";s:30:\"google-analytics-for-wordpress\";s:6:\"plugin\";s:50:\"google-analytics-for-wordpress/googleanalytics.php\";s:11:\"new_version\";s:6:\"8.11.0\";s:3:\"url\";s:61:\"https://wordpress.org/plugins/google-analytics-for-wordpress/\";s:7:\"package\";s:80:\"https://downloads.wordpress.org/plugin/google-analytics-for-wordpress.8.11.0.zip\";s:5:\"icons\";a:3:{s:2:\"2x\";s:83:\"https://ps.w.org/google-analytics-for-wordpress/assets/icon-256x256.png?rev=1598927\";s:2:\"1x\";s:75:\"https://ps.w.org/google-analytics-for-wordpress/assets/icon.svg?rev=1598927\";s:3:\"svg\";s:75:\"https://ps.w.org/google-analytics-for-wordpress/assets/icon.svg?rev=1598927\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:86:\"https://ps.w.org/google-analytics-for-wordpress/assets/banner-1544x500.png?rev=2159532\";s:2:\"1x\";s:85:\"https://ps.w.org/google-analytics-for-wordpress/assets/banner-772x250.png?rev=2159532\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:5:\"4.8.0\";}s:37:\"optinmonster/optin-monster-wp-api.php\";O:8:\"stdClass\":10:{s:2:\"id\";s:26:\"w.org/plugins/optinmonster\";s:4:\"slug\";s:12:\"optinmonster\";s:6:\"plugin\";s:37:\"optinmonster/optin-monster-wp-api.php\";s:11:\"new_version\";s:6:\"2.11.1\";s:3:\"url\";s:43:\"https://wordpress.org/plugins/optinmonster/\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/plugin/optinmonster.2.11.1.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:65:\"https://ps.w.org/optinmonster/assets/icon-256x256.png?rev=1145864\";s:2:\"1x\";s:65:\"https://ps.w.org/optinmonster/assets/icon-128x128.png?rev=1145864\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:68:\"https://ps.w.org/optinmonster/assets/banner-1544x500.png?rev=2311621\";s:2:\"1x\";s:67:\"https://ps.w.org/optinmonster/assets/banner-772x250.png?rev=2311621\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:5:\"4.7.0\";}s:24:\"wordpress-seo/wp-seo.php\";O:8:\"stdClass\":10:{s:2:\"id\";s:27:\"w.org/plugins/wordpress-seo\";s:4:\"slug\";s:13:\"wordpress-seo\";s:6:\"plugin\";s:24:\"wordpress-seo/wp-seo.php\";s:11:\"new_version\";s:5:\"19.13\";s:3:\"url\";s:44:\"https://wordpress.org/plugins/wordpress-seo/\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/plugin/wordpress-seo.19.13.zip\";s:5:\"icons\";a:3:{s:2:\"2x\";s:66:\"https://ps.w.org/wordpress-seo/assets/icon-256x256.png?rev=2643727\";s:2:\"1x\";s:58:\"https://ps.w.org/wordpress-seo/assets/icon.svg?rev=2363699\";s:3:\"svg\";s:58:\"https://ps.w.org/wordpress-seo/assets/icon.svg?rev=2363699\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:69:\"https://ps.w.org/wordpress-seo/assets/banner-1544x500.png?rev=2643727\";s:2:\"1x\";s:68:\"https://ps.w.org/wordpress-seo/assets/banner-772x250.png?rev=2643727\";}s:11:\"banners_rtl\";a:2:{s:2:\"2x\";s:73:\"https://ps.w.org/wordpress-seo/assets/banner-1544x500-rtl.png?rev=2643727\";s:2:\"1x\";s:72:\"https://ps.w.org/wordpress-seo/assets/banner-772x250-rtl.png?rev=2643727\";}s:8:\"requires\";s:3:\"5.9\";}}s:7:\"checked\";a:6:{s:17:\"breeze/breeze.php\";s:6:\"2.0.14\";s:50:\"google-analytics-for-wordpress/googleanalytics.php\";s:6:\"8.11.0\";s:37:\"optinmonster/optin-monster-wp-api.php\";s:6:\"2.11.1\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:5:\"2.1.1\";s:27:\"astra-sites/astra-sites.php\";s:6:\"3.1.21\";s:24:\"wordpress-seo/wp-seo.php\";s:5:\"19.13\";}}',	'no'),
(4626,	'_transient_timeout_astra-theme-cron-test-ok',	'1672745724',	'no'),
(4627,	'_transient_astra-theme-cron-test-ok',	'1',	'no'),
(4628,	'_transient_timeout_wpseo_total_unindexed_posts_limited',	'1672743211',	'no'),
(4629,	'_transient_wpseo_total_unindexed_posts_limited',	'2',	'no'),
(4630,	'_site_transient_timeout_wp_remote_block_patterns_3e3bcd3bc6f0a41b5f8a7672e63009d2',	'1672745921',	'no'),
(4631,	'_site_transient_wp_remote_block_patterns_3e3bcd3bc6f0a41b5f8a7672e63009d2',	'a:30:{i:0;O:8:\"stdClass\":7:{s:2:\"id\";i:229105;s:5:\"title\";O:8:\"stdClass\":1:{s:8:\"rendered\";s:26:\"Simple header with tagline\";}s:7:\"content\";O:8:\"stdClass\":2:{s:8:\"rendered\";s:821:\"\n<div class=\"wp-block-group alignfull is-layout-constrained\">\n<div class=\"wp-block-group alignwide is-content-justification-space-between is-layout-flex wp-container-4\" style=\"padding-top:2em;padding-bottom:4em\">\n<div class=\"wp-block-group is-layout-flex\"><div class=\"wp-block-site-logo\"><span class=\"custom-logo-link\"><img decoding=\"async\" src=\"https://s.w.org/images/wmark.png\" class=\"custom-logo\" alt=\"Site logo\"></span></div>\n\n\n<div class=\"wp-block-group is-layout-flow wp-container-1\"><h1 class=\"wp-block-site-title has-medium-font-size\"><a href=\"https://wordpress.org/patterns\" target=\"_self\" rel=\"home\">Block Pattern Directory</a></h1>\n\n<p style=\"margin-top:0px;\" class=\"wp-block-site-tagline has-small-font-size\">Beautifully designed patterns ready to go with a simple copy/paste</p></div>\n</div>\n\n\n</div>\n</div>\n\";s:9:\"protected\";b:0;}s:4:\"meta\";O:8:\"stdClass\":7:{s:13:\"wpop_keywords\";s:0:\"\";s:16:\"wpop_description\";s:92:\"Header with site logo, title and tagline on the left and with navigation links on the right.\";s:19:\"wpop_viewport_width\";i:800;s:16:\"wpop_block_types\";a:0:{}s:11:\"wpop_locale\";s:5:\"en_US\";s:15:\"wpop_wp_version\";s:3:\"6.1\";s:25:\"wpop_contains_block_types\";s:75:\"core/group,core/navigation,core/site-logo,core/site-tagline,core/site-title\";}s:14:\"category_slugs\";a:2:{i:0;s:6:\"header\";i:1;s:9:\"wireframe\";}s:13:\"keyword_slugs\";a:1:{i:0;s:4:\"core\";}s:15:\"pattern_content\";s:944:\"<!-- wp:group {\"align\":\"full\",\"layout\":{\"inherit\":true,\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group alignfull\"><!-- wp:group {\"align\":\"wide\",\"style\":{\"spacing\":{\"padding\":{\"bottom\":\"4em\",\"top\":\"2em\"}}},\"layout\":{\"type\":\"flex\",\"justifyContent\":\"space-between\"}} -->\n<div class=\"wp-block-group alignwide\" style=\"padding-top:2em;padding-bottom:4em\"><!-- wp:group {\"layout\":{\"type\":\"flex\"}} -->\n<div class=\"wp-block-group\"><!-- wp:site-logo {\"width\":60} /-->\n\n<!-- wp:group {\"style\":{\"spacing\":{\"blockGap\":\"var:preset|spacing|30\"}}} -->\n<div class=\"wp-block-group\"><!-- wp:site-title {\"fontSize\":\"medium\"} /-->\n\n<!-- wp:site-tagline {\"style\":{\"spacing\":{\"margin\":{\"top\":\"0px\"}}},\"fontSize\":\"small\"} /--></div>\n<!-- /wp:group --></div>\n<!-- /wp:group -->\n\n<!-- wp:navigation {\"ref\":80,\"layout\":{\"type\":\"flex\",\"setCascadingProperties\":true,\"justifyContent\":\"right\"},\"fontSize\":\"medium\"} /--></div>\n<!-- /wp:group --></div>\n<!-- /wp:group -->\";}i:1;O:8:\"stdClass\":7:{s:2:\"id\";i:229111;s:5:\"title\";O:8:\"stdClass\":1:{s:8:\"rendered\";s:26:\"Site title and menu button\";}s:7:\"content\";O:8:\"stdClass\":2:{s:8:\"rendered\";s:467:\"\n<div class=\"wp-block-group alignfull is-layout-flow\">\n<div class=\"wp-block-group alignwide is-content-justification-space-between is-layout-flex wp-container-8\" style=\"padding-top:2em;padding-bottom:4em\">\n<div class=\"wp-block-group is-layout-flex\"><h1 style=\"font-style:normal;font-weight:700;\" class=\"wp-block-site-title has-medium-font-size\"><a href=\"https://wordpress.org/patterns\" target=\"_self\" rel=\"home\">Block Pattern Directory</a></h1></div>\n\n\n</div>\n</div>\n\";s:9:\"protected\";b:0;}s:4:\"meta\";O:8:\"stdClass\":7:{s:13:\"wpop_keywords\";s:0:\"\";s:16:\"wpop_description\";s:51:\"Header with site title and a hamburger menu button.\";s:19:\"wpop_viewport_width\";i:800;s:16:\"wpop_block_types\";a:0:{}s:11:\"wpop_locale\";s:5:\"en_US\";s:15:\"wpop_wp_version\";s:3:\"6.1\";s:25:\"wpop_contains_block_types\";s:42:\"core/group,core/navigation,core/site-title\";}s:14:\"category_slugs\";a:2:{i:0;s:6:\"header\";i:1;s:9:\"wireframe\";}s:13:\"keyword_slugs\";a:1:{i:0;s:4:\"core\";}s:15:\"pattern_content\";s:753:\"<!-- wp:group {\"align\":\"full\",\"layout\":{\"type\":\"default\"}} -->\n<div class=\"wp-block-group alignfull\"><!-- wp:group {\"align\":\"wide\",\"style\":{\"spacing\":{\"padding\":{\"bottom\":\"4em\",\"top\":\"2em\"}}},\"layout\":{\"type\":\"flex\",\"justifyContent\":\"space-between\"}} -->\n<div class=\"wp-block-group alignwide\" style=\"padding-top:2em;padding-bottom:4em\"><!-- wp:group {\"layout\":{\"type\":\"flex\"}} -->\n<div class=\"wp-block-group\"><!-- wp:site-title {\"style\":{\"typography\":{\"fontStyle\":\"normal\",\"fontWeight\":\"700\"}},\"fontSize\":\"medium\"} /--></div>\n<!-- /wp:group -->\n\n<!-- wp:navigation {\"ref\":80,\"overlayMenu\":\"always\",\"layout\":{\"type\":\"flex\",\"setCascadingProperties\":true,\"justifyContent\":\"right\"},\"fontSize\":\"medium\"} /--></div>\n<!-- /wp:group --></div>\n<!-- /wp:group -->\";}i:2;O:8:\"stdClass\":7:{s:2:\"id\";i:229116;s:5:\"title\";O:8:\"stdClass\":1:{s:8:\"rendered\";s:22:\"Header with hero image\";}s:7:\"content\";O:8:\"stdClass\":2:{s:8:\"rendered\";s:1341:\"\n<div class=\"wp-block-group alignfull is-layout-constrained\">\n<div class=\"wp-block-group alignfull is-content-justification-space-between is-layout-flex wp-container-12\" style=\"padding-top:1em;padding-right:1em;padding-bottom:0em;padding-left:1em\">\n<div class=\"wp-block-group is-layout-flex\"><div class=\"wp-block-site-logo\"><span class=\"custom-logo-link\"><img decoding=\"async\" src=\"https://s.w.org/images/wmark.png\" class=\"custom-logo\" alt=\"Site logo\"></span></div>\n\n<h1 class=\"wp-block-site-title has-medium-font-size\"><a href=\"https://wordpress.org/patterns\" target=\"_self\" rel=\"home\">Block Pattern Directory</a></h1></div>\n\n\n</div>\n\n\n\n<div class=\"wp-block-cover alignfull is-light\" style=\"min-height:490px\"><span aria-hidden=\"true\" class=\"wp-block-cover__background has-background-dim-0 has-background-dim\"></span><img decoding=\"async\" class=\"wp-block-cover__image-background\" alt=\"\" src=\"https://img.rawpixel.com/s3fs-private/rawpixel_images/website_content/a017-eberhard-19-fog-lifts-up-after-raind.jpg?w=1200&amp;h=1200&amp;fit=clip&amp;crop=default&amp;dpr=1&amp;q=75&amp;vib=3&amp;con=3&amp;usm=15&amp;cs=srgb&amp;bg=F4F4F3&amp;ixlib=js-2.2.1&amp;s=f60b088dac6c7cc04eeebf67f600e079\" data-object-fit=\"cover\" /><div class=\"wp-block-cover__inner-container\">\n<p class=\"has-text-align-center has-large-font-size\"></p>\n</div></div>\n</div>\n\";s:9:\"protected\";b:0;}s:4:\"meta\";O:8:\"stdClass\":7:{s:13:\"wpop_keywords\";s:0:\"\";s:16:\"wpop_description\";s:65:\"Header on a white background followed by a full-width hero image.\";s:19:\"wpop_viewport_width\";i:800;s:16:\"wpop_block_types\";a:0:{}s:11:\"wpop_locale\";s:5:\"en_US\";s:15:\"wpop_wp_version\";s:3:\"6.1\";s:25:\"wpop_contains_block_types\";s:83:\"core/cover,core/group,core/navigation,core/paragraph,core/site-logo,core/site-title\";}s:14:\"category_slugs\";a:1:{i:0;s:6:\"header\";}s:13:\"keyword_slugs\";a:1:{i:0;s:4:\"core\";}s:15:\"pattern_content\";s:1962:\"<!-- wp:group {\"align\":\"full\",\"layout\":{\"inherit\":true,\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group alignfull\"><!-- wp:group {\"align\":\"full\",\"style\":{\"spacing\":{\"padding\":{\"bottom\":\"0em\",\"top\":\"1em\",\"right\":\"1em\",\"left\":\"1em\"}}},\"layout\":{\"type\":\"flex\",\"justifyContent\":\"space-between\"}} -->\n<div class=\"wp-block-group alignfull\" style=\"padding-top:1em;padding-right:1em;padding-bottom:0em;padding-left:1em\"><!-- wp:group {\"layout\":{\"type\":\"flex\"}} -->\n<div class=\"wp-block-group\"><!-- wp:site-logo {\"width\":60} /-->\n\n<!-- wp:site-title {\"fontSize\":\"medium\"} /--></div>\n<!-- /wp:group -->\n\n<!-- wp:navigation {\"ref\":80,\"layout\":{\"type\":\"flex\",\"setCascadingProperties\":true,\"justifyContent\":\"right\"},\"fontSize\":\"medium\"} /--></div>\n<!-- /wp:group -->\n\n<!-- wp:cover {\"url\":\"https://img.rawpixel.com/s3fs-private/rawpixel_images/website_content/a017-eberhard-19-fog-lifts-up-after-raind.jpg?w=1200&h=1200&fit=clip&crop=default&dpr=1&q=75&vib=3&con=3&usm=15&cs=srgb&bg=F4F4F3&ixlib=js-2.2.1&s=f60b088dac6c7cc04eeebf67f600e079\",\"id\":null,\"dimRatio\":0,\"minHeight\":490,\"minHeightUnit\":\"px\",\"isDark\":false,\"align\":\"full\"} -->\n<div class=\"wp-block-cover alignfull is-light\" style=\"min-height:490px\"><span aria-hidden=\"true\" class=\"wp-block-cover__background has-background-dim-0 has-background-dim\"></span><img class=\"wp-block-cover__image-background\" alt=\"\" src=\"https://img.rawpixel.com/s3fs-private/rawpixel_images/website_content/a017-eberhard-19-fog-lifts-up-after-raind.jpg?w=1200&amp;h=1200&amp;fit=clip&amp;crop=default&amp;dpr=1&amp;q=75&amp;vib=3&amp;con=3&amp;usm=15&amp;cs=srgb&amp;bg=F4F4F3&amp;ixlib=js-2.2.1&amp;s=f60b088dac6c7cc04eeebf67f600e079\" data-object-fit=\"cover\" /><div class=\"wp-block-cover__inner-container\"><!-- wp:paragraph {\"align\":\"center\",\"placeholder\":\"Write title…\",\"fontSize\":\"large\"} -->\n<p class=\"has-text-align-center has-large-font-size\"></p>\n<!-- /wp:paragraph --></div></div>\n<!-- /wp:cover --></div>\n<!-- /wp:group -->\";}i:3;O:8:\"stdClass\":7:{s:2:\"id\";i:229092;s:5:\"title\";O:8:\"stdClass\":1:{s:8:\"rendered\";s:41:\"Header inside full-width background image\";}s:7:\"content\";O:8:\"stdClass\":2:{s:8:\"rendered\";s:1418:\"\n<div class=\"wp-block-group alignfull is-layout-constrained\">\n<div class=\"wp-block-cover alignfull is-light\" style=\"min-height:680px\"><span aria-hidden=\"true\" class=\"wp-block-cover__background has-black-background-color has-background-dim\"></span><img decoding=\"async\" class=\"wp-block-cover__image-background\" alt=\"\" src=\"https://img.rawpixel.com/s3fs-private/rawpixel_images/website_content/a017-eberhard-cco-the-after-rain.jpg?w=1200&amp;h=1200&amp;fit=clip&amp;crop=default&amp;dpr=1&amp;q=75&amp;vib=3&amp;con=3&amp;usm=15&amp;cs=srgb&amp;bg=F4F4F3&amp;ixlib=js-2.2.1&amp;s=e7b4ca0a0edcc84ba48c1f7ebf02dd5a\" data-object-fit=\"cover\" /><div class=\"wp-block-cover__inner-container\">\n<div class=\"wp-block-columns is-not-stacked-on-mobile is-layout-flex wp-container-18\">\n<div class=\"wp-block-column is-vertically-aligned-center is-layout-flow\">\n<div class=\"wp-block-group is-layout-flex\"><div class=\"wp-block-site-logo\"><span class=\"custom-logo-link\"><img decoding=\"async\" src=\"https://s.w.org/images/wmark.png\" class=\"custom-logo\" alt=\"Site logo\"></span></div>\n\n<h1 class=\"wp-block-site-title has-medium-font-size\"><a href=\"https://wordpress.org/patterns\" target=\"_self\" rel=\"home\">Block Pattern Directory</a></h1></div>\n</div>\n\n\n\n<div class=\"wp-block-column is-vertically-aligned-center is-layout-flow\"></div>\n</div>\n\n\n\n<div style=\"height:480px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n</div></div>\n</div>\n\";s:9:\"protected\";b:0;}s:4:\"meta\";O:8:\"stdClass\":7:{s:13:\"wpop_keywords\";s:0:\"\";s:16:\"wpop_description\";s:100:\"Simple header with logo, site title, navigation and a full-width background image with dark overlay.\";s:19:\"wpop_viewport_width\";i:800;s:16:\"wpop_block_types\";a:0:{}s:11:\"wpop_locale\";s:5:\"en_US\";s:15:\"wpop_wp_version\";s:3:\"6.1\";s:25:\"wpop_contains_block_types\";s:105:\"core/column,core/columns,core/cover,core/group,core/navigation,core/site-logo,core/site-title,core/spacer\";}s:14:\"category_slugs\";a:1:{i:0;s:6:\"header\";}s:13:\"keyword_slugs\";a:1:{i:0;s:4:\"core\";}s:15:\"pattern_content\";s:2028:\"<!-- wp:group {\"align\":\"full\",\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group alignfull\"><!-- wp:cover {\"url\":\"https://img.rawpixel.com/s3fs-private/rawpixel_images/website_content/a017-eberhard-cco-the-after-rain.jpg?w=1200&h=1200&fit=clip&crop=default&dpr=1&q=75&vib=3&con=3&usm=15&cs=srgb&bg=F4F4F3&ixlib=js-2.2.1&s=e7b4ca0a0edcc84ba48c1f7ebf02dd5a\",\"dimRatio\":50,\"overlayColor\":\"black\",\"minHeight\":680,\"contentPosition\":\"center center\",\"isDark\":false,\"align\":\"full\"} -->\n<div class=\"wp-block-cover alignfull is-light\" style=\"min-height:680px\"><span aria-hidden=\"true\" class=\"wp-block-cover__background has-black-background-color has-background-dim\"></span><img class=\"wp-block-cover__image-background\" alt=\"\" src=\"https://img.rawpixel.com/s3fs-private/rawpixel_images/website_content/a017-eberhard-cco-the-after-rain.jpg?w=1200&amp;h=1200&amp;fit=clip&amp;crop=default&amp;dpr=1&amp;q=75&amp;vib=3&amp;con=3&amp;usm=15&amp;cs=srgb&amp;bg=F4F4F3&amp;ixlib=js-2.2.1&amp;s=e7b4ca0a0edcc84ba48c1f7ebf02dd5a\" data-object-fit=\"cover\" /><div class=\"wp-block-cover__inner-container\"><!-- wp:columns {\"isStackedOnMobile\":false} -->\n<div class=\"wp-block-columns is-not-stacked-on-mobile\"><!-- wp:column {\"verticalAlignment\":\"center\"} -->\n<div class=\"wp-block-column is-vertically-aligned-center\"><!-- wp:group {\"layout\":{\"type\":\"flex\"}} -->\n<div class=\"wp-block-group\"><!-- wp:site-logo {\"width\":60} /-->\n\n<!-- wp:site-title {\"fontSize\":\"medium\"} /--></div>\n<!-- /wp:group --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"verticalAlignment\":\"center\",\"layout\":{\"type\":\"default\"}} -->\n<div class=\"wp-block-column is-vertically-aligned-center\"><!-- wp:navigation {\"ref\":80,\"layout\":{\"type\":\"flex\",\"setCascadingProperties\":true,\"justifyContent\":\"right\"},\"fontSize\":\"medium\"} /--></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:spacer {\"height\":\"480px\"} -->\n<div style=\"height:480px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer --></div></div>\n<!-- /wp:cover --></div>\n<!-- /wp:group -->\";}i:4;O:8:\"stdClass\":7:{s:2:\"id\";i:229097;s:5:\"title\";O:8:\"stdClass\":1:{s:8:\"rendered\";s:34:\"Simple header with dark background\";}s:7:\"content\";O:8:\"stdClass\":2:{s:8:\"rendered\";s:785:\"\n<div class=\"wp-elements-89b1d0b7c3b99256e438e69463efaa91 wp-block-group alignfull has-white-color has-black-background-color has-text-color has-background has-link-color is-layout-constrained\">\n<div class=\"wp-block-group alignwide is-content-justification-space-between is-layout-flex wp-container-22\" style=\"padding-top:1em;padding-bottom:1em\">\n<div class=\"wp-block-group is-layout-flex\"><div class=\"wp-block-site-logo\"><span class=\"custom-logo-link\"><img decoding=\"async\" src=\"https://s.w.org/images/wmark.png\" class=\"custom-logo\" alt=\"Site logo\"></span></div>\n\n<h1 class=\"wp-elements-d3cc6515209f0de8407b215e27b6ee7c wp-block-site-title has-medium-font-size\"><a href=\"https://wordpress.org/patterns\" target=\"_self\" rel=\"home\">Block Pattern Directory</a></h1></div>\n\n\n</div>\n</div>\n\";s:9:\"protected\";b:0;}s:4:\"meta\";O:8:\"stdClass\":7:{s:13:\"wpop_keywords\";s:0:\"\";s:16:\"wpop_description\";s:76:\"Simple header with logo, site title, navigation links and a dark background.\";s:19:\"wpop_viewport_width\";i:800;s:16:\"wpop_block_types\";a:0:{}s:11:\"wpop_locale\";s:5:\"en_US\";s:15:\"wpop_wp_version\";s:3:\"6.1\";s:25:\"wpop_contains_block_types\";s:57:\"core/group,core/navigation,core/site-logo,core/site-title\";}s:14:\"category_slugs\";a:2:{i:0;s:6:\"header\";i:1;s:9:\"wireframe\";}s:13:\"keyword_slugs\";a:1:{i:0;s:4:\"core\";}s:15:\"pattern_content\";s:1008:\"<!-- wp:group {\"align\":\"full\",\"style\":{\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|white\"}}}},\"backgroundColor\":\"black\",\"textColor\":\"white\",\"layout\":{\"inherit\":true,\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group alignfull has-white-color has-black-background-color has-text-color has-background has-link-color\"><!-- wp:group {\"align\":\"wide\",\"style\":{\"spacing\":{\"padding\":{\"bottom\":\"1em\",\"top\":\"1em\"}}},\"layout\":{\"type\":\"flex\",\"justifyContent\":\"space-between\"}} -->\n<div class=\"wp-block-group alignwide\" style=\"padding-top:1em;padding-bottom:1em\"><!-- wp:group {\"layout\":{\"type\":\"flex\"}} -->\n<div class=\"wp-block-group\"><!-- wp:site-logo {\"width\":60} /-->\n\n<!-- wp:site-title {\"style\":{\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|background\"}}}},\"fontSize\":\"medium\"} /--></div>\n<!-- /wp:group -->\n\n<!-- wp:navigation {\"ref\":80,\"layout\":{\"type\":\"flex\",\"setCascadingProperties\":true,\"justifyContent\":\"right\"},\"fontSize\":\"medium\"} /--></div>\n<!-- /wp:group --></div>\n<!-- /wp:group -->\";}i:5;O:8:\"stdClass\":7:{s:2:\"id\";i:229101;s:5:\"title\";O:8:\"stdClass\":1:{s:8:\"rendered\";s:29:\"Text-only header with tagline\";}s:7:\"content\";O:8:\"stdClass\":2:{s:8:\"rendered\";s:594:\"\n<div class=\"wp-block-group alignfull is-layout-flow\">\n<div class=\"wp-block-group alignwide is-content-justification-space-between is-layout-flex wp-container-26\" style=\"padding-top:2em;padding-bottom:2em\">\n<div class=\"wp-block-group is-layout-flex\"><h1 style=\"font-style:normal;font-weight:700;\" class=\"wp-block-site-title has-medium-font-size\"><a href=\"https://wordpress.org/patterns\" target=\"_self\" rel=\"home\">Block Pattern Directory</a></h1>\n\n<p class=\"wp-block-site-tagline has-medium-font-size\">Beautifully designed patterns ready to go with a simple copy/paste</p></div>\n\n\n</div>\n</div>\n\";s:9:\"protected\";b:0;}s:4:\"meta\";O:8:\"stdClass\":7:{s:13:\"wpop_keywords\";s:0:\"\";s:16:\"wpop_description\";s:53:\"Header with site title, tagline and navigation links.\";s:19:\"wpop_viewport_width\";i:800;s:16:\"wpop_block_types\";a:0:{}s:11:\"wpop_locale\";s:5:\"en_US\";s:15:\"wpop_wp_version\";s:3:\"6.1\";s:25:\"wpop_contains_block_types\";s:60:\"core/group,core/navigation,core/site-tagline,core/site-title\";}s:14:\"category_slugs\";a:2:{i:0;s:6:\"header\";i:1;s:9:\"wireframe\";}s:13:\"keyword_slugs\";a:1:{i:0;s:4:\"core\";}s:15:\"pattern_content\";s:779:\"<!-- wp:group {\"align\":\"full\",\"layout\":{\"type\":\"default\"}} -->\n<div class=\"wp-block-group alignfull\"><!-- wp:group {\"align\":\"wide\",\"style\":{\"spacing\":{\"padding\":{\"bottom\":\"2em\",\"top\":\"2em\"}}},\"layout\":{\"type\":\"flex\",\"justifyContent\":\"space-between\"}} -->\n<div class=\"wp-block-group alignwide\" style=\"padding-top:2em;padding-bottom:2em\"><!-- wp:group {\"layout\":{\"type\":\"flex\"}} -->\n<div class=\"wp-block-group\"><!-- wp:site-title {\"style\":{\"typography\":{\"fontStyle\":\"normal\",\"fontWeight\":\"700\"}},\"fontSize\":\"medium\"} /-->\n\n<!-- wp:site-tagline {\"fontSize\":\"medium\"} /--></div>\n<!-- /wp:group -->\n\n<!-- wp:navigation {\"ref\":80,\"layout\":{\"type\":\"flex\",\"setCascadingProperties\":true,\"justifyContent\":\"right\"},\"fontSize\":\"medium\"} /--></div>\n<!-- /wp:group --></div>\n<!-- /wp:group -->\";}i:6;O:8:\"stdClass\":7:{s:2:\"id\";i:229080;s:5:\"title\";O:8:\"stdClass\":1:{s:8:\"rendered\";s:25:\"Centered header with logo\";}s:7:\"content\";O:8:\"stdClass\":2:{s:8:\"rendered\";s:482:\"\n<div class=\"wp-block-group alignfull is-layout-flow\" style=\"padding-top:2em;padding-bottom:4em\"><div class=\"is-default-size aligncenter wp-block-site-logo\"><span class=\"custom-logo-link\"><img decoding=\"async\" src=\"https://s.w.org/images/wmark.png\" class=\"custom-logo\" alt=\"Site logo\"></span></div>\n\n<h1 class=\"has-text-align-center wp-block-site-title has-large-font-size\"><a href=\"https://wordpress.org/patterns\" target=\"_self\" rel=\"home\">Block Pattern Directory</a></h1>\n\n</div>\n\";s:9:\"protected\";b:0;}s:4:\"meta\";O:8:\"stdClass\":7:{s:13:\"wpop_keywords\";s:0:\"\";s:16:\"wpop_description\";s:65:\"Center aligned header with logo, site title and navigation links.\";s:19:\"wpop_viewport_width\";i:800;s:16:\"wpop_block_types\";a:0:{}s:11:\"wpop_locale\";s:5:\"en_US\";s:15:\"wpop_wp_version\";s:3:\"6.1\";s:25:\"wpop_contains_block_types\";s:57:\"core/group,core/navigation,core/site-logo,core/site-title\";}s:14:\"category_slugs\";a:2:{i:0;s:6:\"header\";i:1;s:9:\"wireframe\";}s:13:\"keyword_slugs\";a:1:{i:0;s:4:\"core\";}s:15:\"pattern_content\";s:397:\"<!-- wp:group {\"align\":\"full\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"2em\",\"bottom\":\"4em\"}}}} -->\n<div class=\"wp-block-group alignfull\" style=\"padding-top:2em;padding-bottom:4em\"><!-- wp:site-logo {\"align\":\"center\"} /-->\n\n<!-- wp:site-title {\"textAlign\":\"center\",\"fontSize\":\"large\"} /-->\n\n<!-- wp:navigation {\"ref\":80,\"layout\":{\"type\":\"flex\",\"justifyContent\":\"center\"}} /--></div>\n<!-- /wp:group -->\";}i:7;O:8:\"stdClass\":7:{s:2:\"id\";i:229084;s:5:\"title\";O:8:\"stdClass\":1:{s:8:\"rendered\";s:27:\"Header with large font size\";}s:7:\"content\";O:8:\"stdClass\":2:{s:8:\"rendered\";s:404:\"\n<div class=\"wp-block-group alignfull is-content-justification-space-between is-nowrap is-layout-flex wp-container-31\" style=\"padding-top:30px;padding-right:30px;padding-bottom:30px;padding-left:30px\"><h1 style=\"font-style:normal;font-weight:700;\" class=\"wp-block-site-title has-large-font-size\"><a href=\"https://wordpress.org/patterns\" target=\"_self\" rel=\"home\">Block Pattern Directory</a></h1>\n\n</div>\n\";s:9:\"protected\";b:0;}s:4:\"meta\";O:8:\"stdClass\":7:{s:13:\"wpop_keywords\";s:0:\"\";s:16:\"wpop_description\";s:80:\"Header with a large site title and navigation links in the same large font size.\";s:19:\"wpop_viewport_width\";i:800;s:16:\"wpop_block_types\";a:0:{}s:11:\"wpop_locale\";s:5:\"en_US\";s:15:\"wpop_wp_version\";s:3:\"6.1\";s:25:\"wpop_contains_block_types\";s:42:\"core/group,core/navigation,core/site-title\";}s:14:\"category_slugs\";a:2:{i:0;s:6:\"header\";i:1;s:9:\"wireframe\";}s:13:\"keyword_slugs\";a:1:{i:0;s:4:\"core\";}s:15:\"pattern_content\";s:612:\"<!-- wp:group {\"align\":\"full\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"30px\",\"right\":\"30px\",\"bottom\":\"30px\",\"left\":\"30px\"}}},\"layout\":{\"type\":\"flex\",\"flexWrap\":\"nowrap\",\"justifyContent\":\"space-between\"}} -->\n<div class=\"wp-block-group alignfull\" style=\"padding-top:30px;padding-right:30px;padding-bottom:30px;padding-left:30px\"><!-- wp:site-title {\"style\":{\"typography\":{\"fontStyle\":\"normal\",\"fontWeight\":\"700\"}},\"fontSize\":\"large\"} /-->\n\n<!-- wp:navigation {\"ref\":80,\"layout\":{\"type\":\"flex\",\"justifyContent\":\"space-between\"},\"style\":{\"spacing\":{\"blockGap\":\"30px\"}},\"fontSize\":\"large\"} /--></div>\n<!-- /wp:group -->\";}i:8;O:8:\"stdClass\":7:{s:2:\"id\";i:229088;s:5:\"title\";O:8:\"stdClass\":1:{s:8:\"rendered\";s:13:\"Simple header\";}s:7:\"content\";O:8:\"stdClass\":2:{s:8:\"rendered\";s:607:\"\n<div class=\"wp-block-group alignfull is-layout-constrained\">\n<div class=\"wp-block-group alignfull is-content-justification-space-between is-layout-flex wp-container-34\" style=\"padding-top:1em;padding-bottom:1em\">\n<div class=\"wp-block-group is-layout-flex\"><div class=\"wp-block-site-logo\"><span class=\"custom-logo-link\"><img decoding=\"async\" src=\"https://s.w.org/images/wmark.png\" class=\"custom-logo\" alt=\"Site logo\"></span></div>\n\n<h1 class=\"wp-block-site-title has-medium-font-size\"><a href=\"https://wordpress.org/patterns\" target=\"_self\" rel=\"home\">Block Pattern Directory</a></h1></div>\n\n\n</div>\n</div>\n\";s:9:\"protected\";b:0;}s:4:\"meta\";O:8:\"stdClass\":7:{s:13:\"wpop_keywords\";s:0:\"\";s:16:\"wpop_description\";s:51:\"Simple header with logo, site title and navigation.\";s:19:\"wpop_viewport_width\";i:800;s:16:\"wpop_block_types\";a:0:{}s:11:\"wpop_locale\";s:5:\"en_US\";s:15:\"wpop_wp_version\";s:3:\"6.1\";s:25:\"wpop_contains_block_types\";s:57:\"core/group,core/navigation,core/site-logo,core/site-title\";}s:14:\"category_slugs\";a:2:{i:0;s:6:\"header\";i:1;s:9:\"wireframe\";}s:13:\"keyword_slugs\";a:1:{i:0;s:4:\"core\";}s:15:\"pattern_content\";s:721:\"<!-- wp:group {\"align\":\"full\",\"layout\":{\"inherit\":true,\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group alignfull\"><!-- wp:group {\"align\":\"full\",\"style\":{\"spacing\":{\"padding\":{\"bottom\":\"1em\",\"top\":\"1em\"}}},\"layout\":{\"type\":\"flex\",\"justifyContent\":\"space-between\"}} -->\n<div class=\"wp-block-group alignfull\" style=\"padding-top:1em;padding-bottom:1em\"><!-- wp:group {\"layout\":{\"type\":\"flex\"}} -->\n<div class=\"wp-block-group\"><!-- wp:site-logo {\"width\":60} /-->\n\n<!-- wp:site-title {\"fontSize\":\"medium\"} /--></div>\n<!-- /wp:group -->\n\n<!-- wp:navigation {\"ref\":80,\"layout\":{\"type\":\"flex\",\"setCascadingProperties\":true,\"justifyContent\":\"right\"},\"fontSize\":\"medium\"} /--></div>\n<!-- /wp:group --></div>\n<!-- /wp:group -->\";}i:9;O:8:\"stdClass\":7:{s:2:\"id\";i:229123;s:5:\"title\";O:8:\"stdClass\":1:{s:8:\"rendered\";s:15:\"Centered footer\";}s:7:\"content\";O:8:\"stdClass\":2:{s:8:\"rendered\";s:288:\"\n<div class=\"wp-block-group alignfull is-layout-flow\">\n<div class=\"wp-block-group alignfull is-layout-flow\" style=\"padding-top:4em;padding-bottom:2em\">\n<p class=\"has-text-align-center has-small-font-size\">Proudly powered by <a href=\"https://wordpress.org\">WordPress</a></p>\n</div>\n</div>\n\";s:9:\"protected\";b:0;}s:4:\"meta\";O:8:\"stdClass\":7:{s:13:\"wpop_keywords\";s:0:\"\";s:16:\"wpop_description\";s:65:\"Centered footer with the sentence \"Proudly powered by WordPress\".\";s:19:\"wpop_viewport_width\";i:800;s:16:\"wpop_block_types\";a:0:{}s:11:\"wpop_locale\";s:5:\"en_US\";s:15:\"wpop_wp_version\";s:3:\"6.1\";s:25:\"wpop_contains_block_types\";s:25:\"core/group,core/paragraph\";}s:14:\"category_slugs\";a:2:{i:0;s:6:\"footer\";i:1;s:9:\"wireframe\";}s:13:\"keyword_slugs\";a:1:{i:0;s:4:\"core\";}s:15:\"pattern_content\";s:531:\"<!-- wp:group {\"align\":\"full\"} -->\n<div class=\"wp-block-group alignfull\"><!-- wp:group {\"align\":\"full\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"4em\",\"bottom\":\"2em\"}}},\"layout\":{\"inherit\":false}} -->\n<div class=\"wp-block-group alignfull\" style=\"padding-top:4em;padding-bottom:2em\"><!-- wp:paragraph {\"align\":\"center\",\"fontSize\":\"small\"} -->\n<p class=\"has-text-align-center has-small-font-size\">Proudly powered by <a href=\"https://wordpress.org\">WordPress</a></p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:group --></div>\n<!-- /wp:group -->\";}i:10;O:8:\"stdClass\":7:{s:2:\"id\";i:229127;s:5:\"title\";O:8:\"stdClass\":1:{s:8:\"rendered\";s:47:\"Footer with search, site title, and credit line\";}s:7:\"content\";O:8:\"stdClass\":2:{s:8:\"rendered\";s:2016:\"\n<div class=\"wp-block-group alignfull is-layout-constrained\" style=\"padding-top:4em;padding-bottom:2em\">\n<div class=\"wp-block-columns alignwide is-layout-flex wp-container-42\">\n<div class=\"wp-block-column is-layout-flow\" style=\"flex-basis:100%\">\n<div class=\"wp-block-group alignwide is-layout-flow\"><form role=\"search\" method=\"get\" action=\"https://wordpress.org/patterns/\" class=\"wp-block-search__button-outside wp-block-search__icon-button wp-block-search\"><label for=\"wp-block-search__input-38\" class=\"wp-block-search__label screen-reader-text\">Search</label><div class=\"wp-block-search__inside-wrapper \"  style=\"width: 100%\"><input type=\"search\" id=\"wp-block-search__input-38\" class=\"wp-block-search__input wp-block-search__input\" name=\"s\" value=\"\" placeholder=\"\"  style=\"border-width: 1px\" required /><button type=\"submit\" class=\"wp-block-search__button has-icon wp-element-button\"  style=\"border-width: 1px\" aria-label=\"Search\"><svg class=\"search-icon\" viewBox=\"0 0 24 24\" width=\"24\" height=\"24\">\n					<path d=\"M13.5 6C10.5 6 8 8.5 8 11.5c0 1.1.3 2.1.9 3l-3.4 3 1 1.1 3.4-2.9c1 .9 2.2 1.4 3.6 1.4 3 0 5.5-2.5 5.5-5.5C19 8.5 16.5 6 13.5 6zm0 9.5c-2.2 0-4-1.8-4-4s1.8-4 4-4 4 1.8 4 4-1.8 4-4 4z\"></path>\n				</svg></button></div></form></div>\n</div>\n\n\n\n<div class=\"wp-block-column is-layout-flow\" style=\"flex-basis:100%\"></div>\n</div>\n\n\n\n<div style=\"height:140px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n\n\n\n<div class=\"wp-block-columns alignwide are-vertically-aligned-bottom is-layout-flex wp-container-45\">\n<div class=\"wp-block-column is-vertically-aligned-bottom is-layout-flow\"><h1 style=\"font-style:normal;font-weight:700;\" class=\"wp-block-site-title has-medium-font-size\"><a href=\"https://wordpress.org/patterns\" target=\"_self\" rel=\"home\">Block Pattern Directory</a></h1></div>\n\n\n\n<div class=\"wp-block-column is-vertically-aligned-bottom is-layout-flow\">\n<p class=\"has-text-align-right has-small-font-size\">Proudly powered by <a href=\"https://wordpress.org\">WordPress</a></p>\n</div>\n</div>\n</div>\n\";s:9:\"protected\";b:0;}s:4:\"meta\";O:8:\"stdClass\":7:{s:13:\"wpop_keywords\";s:0:\"\";s:16:\"wpop_description\";s:88:\"Footer with search field and site title on the left, and small credit line on the right.\";s:19:\"wpop_viewport_width\";i:800;s:16:\"wpop_block_types\";a:0:{}s:11:\"wpop_locale\";s:5:\"en_US\";s:15:\"wpop_wp_version\";s:3:\"6.1\";s:25:\"wpop_contains_block_types\";s:90:\"core/column,core/columns,core/group,core/paragraph,core/search,core/site-title,core/spacer\";}s:14:\"category_slugs\";a:2:{i:0;s:6:\"footer\";i:1;s:9:\"wireframe\";}s:13:\"keyword_slugs\";a:1:{i:0;s:4:\"core\";}s:15:\"pattern_content\";s:1727:\"<!-- wp:group {\"align\":\"full\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"4em\",\"bottom\":\"2em\"}}},\"layout\":{\"inherit\":true,\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group alignfull\" style=\"padding-top:4em;padding-bottom:2em\"><!-- wp:columns {\"align\":\"wide\"} -->\n<div class=\"wp-block-columns alignwide\"><!-- wp:column {\"width\":\"100%\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:100%\"><!-- wp:group {\"align\":\"wide\"} -->\n<div class=\"wp-block-group alignwide\"><!-- wp:search {\"label\":\"Search\",\"showLabel\":false,\"width\":100,\"widthUnit\":\"%\",\"buttonText\":\"Search\",\"buttonUseIcon\":true,\"style\":{\"border\":{\"width\":\"1px\"}}} /--></div>\n<!-- /wp:group --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"width\":\"100%\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:100%\"></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:spacer {\"height\":\"140px\"} -->\n<div style=\"height:140px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:columns {\"verticalAlignment\":\"bottom\",\"align\":\"wide\"} -->\n<div class=\"wp-block-columns alignwide are-vertically-aligned-bottom\"><!-- wp:column {\"verticalAlignment\":\"bottom\"} -->\n<div class=\"wp-block-column is-vertically-aligned-bottom\"><!-- wp:site-title {\"style\":{\"typography\":{\"fontStyle\":\"normal\",\"fontWeight\":\"700\"}},\"fontSize\":\"medium\"} /--></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"verticalAlignment\":\"bottom\"} -->\n<div class=\"wp-block-column is-vertically-aligned-bottom\"><!-- wp:paragraph {\"align\":\"right\",\"fontSize\":\"small\"} -->\n<p class=\"has-text-align-right has-small-font-size\">Proudly powered by <a href=\"https://wordpress.org\">WordPress</a></p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div>\n<!-- /wp:group -->\";}i:11;O:8:\"stdClass\":7:{s:2:\"id\";i:229131;s:5:\"title\";O:8:\"stdClass\":1:{s:8:\"rendered\";s:38:\"Footer with site title and credit line\";}s:7:\"content\";O:8:\"stdClass\":2:{s:8:\"rendered\";s:518:\"\n<div class=\"wp-block-group alignfull is-layout-flow\">\n<div class=\"wp-block-group alignwide is-content-justification-space-between is-layout-flex wp-container-47\" style=\"padding-top:4em;padding-bottom:2em\"><h1 style=\"font-style:normal;font-weight:700;\" class=\"wp-block-site-title has-medium-font-size\"><a href=\"https://wordpress.org/patterns\" target=\"_self\" rel=\"home\">Block Pattern Directory</a></h1>\n\n\n<p class=\"has-small-font-size\">Proudly powered by <a href=\"https://wordpress.org\">WordPress</a></p>\n</div>\n</div>\n\";s:9:\"protected\";b:0;}s:4:\"meta\";O:8:\"stdClass\":7:{s:13:\"wpop_keywords\";s:0:\"\";s:16:\"wpop_description\";s:64:\"Footer with site title on the left and credit line on the right.\";s:19:\"wpop_viewport_width\";i:800;s:16:\"wpop_block_types\";a:0:{}s:11:\"wpop_locale\";s:5:\"en_US\";s:15:\"wpop_wp_version\";s:3:\"6.1\";s:25:\"wpop_contains_block_types\";s:41:\"core/group,core/paragraph,core/site-title\";}s:14:\"category_slugs\";a:2:{i:0;s:6:\"footer\";i:1;s:9:\"wireframe\";}s:13:\"keyword_slugs\";a:1:{i:0;s:4:\"core\";}s:15:\"pattern_content\";s:692:\"<!-- wp:group {\"align\":\"full\",\"layout\":{\"type\":\"default\"}} -->\n<div class=\"wp-block-group alignfull\"><!-- wp:group {\"align\":\"wide\",\"style\":{\"spacing\":{\"padding\":{\"bottom\":\"2em\",\"top\":\"4em\"}}},\"layout\":{\"type\":\"flex\",\"justifyContent\":\"space-between\",\"verticalAlignment\":\"bottom\"}} -->\n<div class=\"wp-block-group alignwide\" style=\"padding-top:4em;padding-bottom:2em\"><!-- wp:site-title {\"style\":{\"typography\":{\"fontStyle\":\"normal\",\"fontWeight\":\"700\"}},\"fontSize\":\"medium\"} /-->\n\n<!-- wp:paragraph {\"fontSize\":\"small\"} -->\n<p class=\"has-small-font-size\">Proudly powered by <a href=\"https://wordpress.org\">WordPress</a></p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:group --></div>\n<!-- /wp:group -->\";}i:12;O:8:\"stdClass\":7:{s:2:\"id\";i:229135;s:5:\"title\";O:8:\"stdClass\":1:{s:8:\"rendered\";s:38:\"Footer with navigation and credit line\";}s:7:\"content\";O:8:\"stdClass\":2:{s:8:\"rendered\";s:330:\"\n<div class=\"wp-block-group alignfull is-layout-constrained\">\n<div class=\"wp-block-group alignwide is-content-justification-space-between is-layout-flex wp-container-50\" style=\"padding-top:4em;padding-bottom:2em\">\n\n\n<p class=\"has-small-font-size\">Proudly powered by <a href=\"https://wordpress.org\">WordPress</a></p>\n</div>\n</div>\n\";s:9:\"protected\";b:0;}s:4:\"meta\";O:8:\"stdClass\":7:{s:13:\"wpop_keywords\";s:0:\"\";s:16:\"wpop_description\";s:64:\"Footer with navigation on the left and credit line on the right.\";s:19:\"wpop_viewport_width\";i:800;s:16:\"wpop_block_types\";a:0:{}s:11:\"wpop_locale\";s:5:\"en_US\";s:15:\"wpop_wp_version\";s:3:\"6.1\";s:25:\"wpop_contains_block_types\";s:41:\"core/group,core/navigation,core/paragraph\";}s:14:\"category_slugs\";a:2:{i:0;s:6:\"footer\";i:1;s:9:\"wireframe\";}s:13:\"keyword_slugs\";a:1:{i:0;s:4:\"core\";}s:15:\"pattern_content\";s:719:\"<!-- wp:group {\"align\":\"full\",\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group alignfull\"><!-- wp:group {\"align\":\"wide\",\"style\":{\"spacing\":{\"padding\":{\"bottom\":\"2em\",\"top\":\"4em\"}}},\"layout\":{\"type\":\"flex\",\"justifyContent\":\"space-between\",\"verticalAlignment\":\"bottom\"}} -->\n<div class=\"wp-block-group alignwide\" style=\"padding-top:4em;padding-bottom:2em\"><!-- wp:navigation {\"ref\":80,\"layout\":{\"type\":\"flex\",\"setCascadingProperties\":true,\"justifyContent\":\"left\"},\"fontSize\":\"medium\"} /-->\n\n<!-- wp:paragraph {\"fontSize\":\"small\"} -->\n<p class=\"has-small-font-size\">Proudly powered by <a href=\"https://wordpress.org\">WordPress</a></p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:group --></div>\n<!-- /wp:group -->\";}i:13;O:8:\"stdClass\":7:{s:2:\"id\";i:229139;s:5:\"title\";O:8:\"stdClass\":1:{s:8:\"rendered\";s:46:\"Footer with background color and three columns\";}s:7:\"content\";O:8:\"stdClass\":2:{s:8:\"rendered\";s:1252:\"\n<div class=\"wp-elements-61b879d84aac944553e1bd4d3909d18a wp-block-group alignfull has-white-color has-black-background-color has-text-color has-background has-link-color is-layout-flow\" style=\"padding-top:4em;padding-bottom:2em\">\n<div class=\"wp-block-columns is-layout-flex wp-container-55\">\n<div class=\"wp-block-column is-layout-flow\" style=\"flex-basis:50%\"><h1 style=\"font-style:normal;font-weight:700;\" class=\"wp-block-site-title has-medium-font-size\"><a href=\"https://wordpress.org/patterns\" target=\"_self\" rel=\"home\">Block Pattern Directory</a></h1>\n\n<p class=\"wp-block-site-tagline has-medium-font-size\">Beautifully designed patterns ready to go with a simple copy/paste</p></div>\n\n\n\n<div class=\"wp-block-column is-layout-flow\">\n<p><strong>Social Media</strong></p>\n\n\n\n<p><a href=\"#\">Facebook</a><br><a href=\"#\">Instagram</a><br><a href=\"#\">Twitter</a></p>\n</div>\n\n\n\n<div class=\"wp-block-column is-layout-flow\">\n<p><strong>Where We Are</strong></p>\n\n\n\n<p>2020 Lomita Blvd, <br>Torrance, CA 90101<br>United States</p>\n</div>\n</div>\n\n\n\n<div class=\"wp-block-group alignfull is-layout-flow\" style=\"padding-top:4em;padding-bottom:2em\">\n<p class=\"has-text-align-left\">Proudly powered by <a href=\"https://wordpress.org\">WordPress</a></p>\n</div>\n</div>\n\";s:9:\"protected\";b:0;}s:4:\"meta\";O:8:\"stdClass\":7:{s:13:\"wpop_keywords\";s:0:\"\";s:16:\"wpop_description\";s:57:\"Text-only footer with background color and three columns.\";s:19:\"wpop_viewport_width\";i:800;s:16:\"wpop_block_types\";a:0:{}s:11:\"wpop_locale\";s:5:\"en_US\";s:15:\"wpop_wp_version\";s:3:\"6.1\";s:25:\"wpop_contains_block_types\";s:84:\"core/column,core/columns,core/group,core/paragraph,core/site-tagline,core/site-title\";}s:14:\"category_slugs\";a:2:{i:0;s:6:\"footer\";i:1;s:9:\"wireframe\";}s:13:\"keyword_slugs\";a:1:{i:0;s:4:\"core\";}s:15:\"pattern_content\";s:1728:\"<!-- wp:group {\"align\":\"full\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"4em\",\"bottom\":\"2em\"}},\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|white\"}}}},\"backgroundColor\":\"black\",\"textColor\":\"white\",\"layout\":{\"type\":\"default\"}} -->\n<div class=\"wp-block-group alignfull has-white-color has-black-background-color has-text-color has-background has-link-color\" style=\"padding-top:4em;padding-bottom:2em\"><!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column {\"width\":\"50%\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:50%\"><!-- wp:site-title {\"style\":{\"typography\":{\"fontStyle\":\"normal\",\"fontWeight\":\"700\"}},\"fontSize\":\"medium\"} /-->\n\n<!-- wp:site-tagline {\"fontSize\":\"medium\"} /--></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:paragraph -->\n<p><strong>Social Media</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><a href=\"#\">Facebook</a><br><a href=\"#\">Instagram</a><br><a href=\"#\">Twitter</a></p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:paragraph -->\n<p><strong>Where We Are</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>2020 Lomita Blvd, <br>Torrance, CA 90101<br>United States</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:group {\"align\":\"full\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"4em\",\"bottom\":\"2em\"}}},\"layout\":{\"inherit\":false}} -->\n<div class=\"wp-block-group alignfull\" style=\"padding-top:4em;padding-bottom:2em\"><!-- wp:paragraph {\"align\":\"left\"} -->\n<p class=\"has-text-align-left\">Proudly powered by <a href=\"https://wordpress.org\">WordPress</a></p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:group --></div>\n<!-- /wp:group -->\";}i:14;O:8:\"stdClass\":7:{s:2:\"id\";i:229143;s:5:\"title\";O:8:\"stdClass\":1:{s:8:\"rendered\";s:33:\"Centered footer with social links\";}s:7:\"content\";O:8:\"stdClass\":2:{s:8:\"rendered\";s:4341:\"\n<div class=\"wp-block-group alignfull is-layout-flow\" style=\"padding-top:4em;padding-bottom:2em\">\n<div class=\"wp-block-group is-vertical is-layout-flex wp-container-58\"><h1 style=\"font-style:normal;font-weight:700;\" class=\"has-text-align-center wp-block-site-title has-medium-font-size\"><a href=\"https://wordpress.org/patterns\" target=\"_self\" rel=\"home\">Block Pattern Directory</a></h1>\n\n<p class=\"has-text-align-center wp-block-site-tagline has-medium-font-size\">Beautifully designed patterns ready to go with a simple copy/paste</p></div>\n\n\n\n<div style=\"height:8px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n\n\n\n<ul class=\"wp-block-social-links is-style-logos-only is-content-justification-center is-layout-flex wp-container-59\"><li class=\"wp-social-link wp-social-link-instagram wp-block-social-link\"><a href=\"https://#\" class=\"wp-block-social-link-anchor\"><svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" aria-hidden=\"true\" focusable=\"false\"><path d=\"M12,4.622c2.403,0,2.688,0.009,3.637,0.052c0.877,0.04,1.354,0.187,1.671,0.31c0.42,0.163,0.72,0.358,1.035,0.673 c0.315,0.315,0.51,0.615,0.673,1.035c0.123,0.317,0.27,0.794,0.31,1.671c0.043,0.949,0.052,1.234,0.052,3.637 s-0.009,2.688-0.052,3.637c-0.04,0.877-0.187,1.354-0.31,1.671c-0.163,0.42-0.358,0.72-0.673,1.035 c-0.315,0.315-0.615,0.51-1.035,0.673c-0.317,0.123-0.794,0.27-1.671,0.31c-0.949,0.043-1.233,0.052-3.637,0.052 s-2.688-0.009-3.637-0.052c-0.877-0.04-1.354-0.187-1.671-0.31c-0.42-0.163-0.72-0.358-1.035-0.673 c-0.315-0.315-0.51-0.615-0.673-1.035c-0.123-0.317-0.27-0.794-0.31-1.671C4.631,14.688,4.622,14.403,4.622,12 s0.009-2.688,0.052-3.637c0.04-0.877,0.187-1.354,0.31-1.671c0.163-0.42,0.358-0.72,0.673-1.035 c0.315-0.315,0.615-0.51,1.035-0.673c0.317-0.123,0.794-0.27,1.671-0.31C9.312,4.631,9.597,4.622,12,4.622 M12,3 C9.556,3,9.249,3.01,8.289,3.054C7.331,3.098,6.677,3.25,6.105,3.472C5.513,3.702,5.011,4.01,4.511,4.511 c-0.5,0.5-0.808,1.002-1.038,1.594C3.25,6.677,3.098,7.331,3.054,8.289C3.01,9.249,3,9.556,3,12c0,2.444,0.01,2.751,0.054,3.711 c0.044,0.958,0.196,1.612,0.418,2.185c0.23,0.592,0.538,1.094,1.038,1.594c0.5,0.5,1.002,0.808,1.594,1.038 c0.572,0.222,1.227,0.375,2.185,0.418C9.249,20.99,9.556,21,12,21s2.751-0.01,3.711-0.054c0.958-0.044,1.612-0.196,2.185-0.418 c0.592-0.23,1.094-0.538,1.594-1.038c0.5-0.5,0.808-1.002,1.038-1.594c0.222-0.572,0.375-1.227,0.418-2.185 C20.99,14.751,21,14.444,21,12s-0.01-2.751-0.054-3.711c-0.044-0.958-0.196-1.612-0.418-2.185c-0.23-0.592-0.538-1.094-1.038-1.594 c-0.5-0.5-1.002-0.808-1.594-1.038c-0.572-0.222-1.227-0.375-2.185-0.418C14.751,3.01,14.444,3,12,3L12,3z M12,7.378 c-2.552,0-4.622,2.069-4.622,4.622S9.448,16.622,12,16.622s4.622-2.069,4.622-4.622S14.552,7.378,12,7.378z M12,15 c-1.657,0-3-1.343-3-3s1.343-3,3-3s3,1.343,3,3S13.657,15,12,15z M16.804,6.116c-0.596,0-1.08,0.484-1.08,1.08 s0.484,1.08,1.08,1.08c0.596,0,1.08-0.484,1.08-1.08S17.401,6.116,16.804,6.116z\"></path></svg><span class=\"wp-block-social-link-label screen-reader-text\">Instagram</span></a></li>\n\n<li class=\"wp-social-link wp-social-link-twitter wp-block-social-link\"><a href=\"https://#\" class=\"wp-block-social-link-anchor\"><svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" aria-hidden=\"true\" focusable=\"false\"><path d=\"M22.23,5.924c-0.736,0.326-1.527,0.547-2.357,0.646c0.847-0.508,1.498-1.312,1.804-2.27 c-0.793,0.47-1.671,0.812-2.606,0.996C18.324,4.498,17.257,4,16.077,4c-2.266,0-4.103,1.837-4.103,4.103 c0,0.322,0.036,0.635,0.106,0.935C8.67,8.867,5.647,7.234,3.623,4.751C3.27,5.357,3.067,6.062,3.067,6.814 c0,1.424,0.724,2.679,1.825,3.415c-0.673-0.021-1.305-0.206-1.859-0.513c0,0.017,0,0.034,0,0.052c0,1.988,1.414,3.647,3.292,4.023 c-0.344,0.094-0.707,0.144-1.081,0.144c-0.264,0-0.521-0.026-0.772-0.074c0.522,1.63,2.038,2.816,3.833,2.85 c-1.404,1.1-3.174,1.756-5.096,1.756c-0.331,0-0.658-0.019-0.979-0.057c1.816,1.164,3.973,1.843,6.29,1.843 c7.547,0,11.675-6.252,11.675-11.675c0-0.178-0.004-0.355-0.012-0.531C20.985,7.47,21.68,6.747,22.23,5.924z\"></path></svg><span class=\"wp-block-social-link-label screen-reader-text\">Twitter</span></a></li></ul>\n\n\n\n<div style=\"height:8px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n\n\n\n<p class=\"has-text-align-center has-small-font-size\">Proudly powered by <a href=\"https://wordpress.org\">WordPress</a></p>\n</div>\n\";s:9:\"protected\";b:0;}s:4:\"meta\";O:8:\"stdClass\":7:{s:13:\"wpop_keywords\";s:0:\"\";s:16:\"wpop_description\";s:71:\"Footer with centered site title, tagline, social links and credit line.\";s:19:\"wpop_viewport_width\";i:800;s:16:\"wpop_block_types\";a:0:{}s:11:\"wpop_locale\";s:5:\"en_US\";s:15:\"wpop_wp_version\";s:3:\"6.1\";s:25:\"wpop_contains_block_types\";s:106:\"core/group,core/paragraph,core/site-tagline,core/site-title,core/social-link,core/social-links,core/spacer\";}s:14:\"category_slugs\";a:2:{i:0;s:6:\"footer\";i:1;s:9:\"wireframe\";}s:13:\"keyword_slugs\";a:1:{i:0;s:4:\"core\";}s:15:\"pattern_content\";s:1393:\"<!-- wp:group {\"align\":\"full\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"4em\",\"bottom\":\"2em\"}}},\"layout\":{\"inherit\":false}} -->\n<div class=\"wp-block-group alignfull\" style=\"padding-top:4em;padding-bottom:2em\"><!-- wp:group {\"style\":{\"spacing\":{\"blockGap\":\"var:preset|spacing|30\"}},\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\"}} -->\n<div class=\"wp-block-group\"><!-- wp:site-title {\"textAlign\":\"center\",\"style\":{\"typography\":{\"fontStyle\":\"normal\",\"fontWeight\":\"700\"}},\"fontSize\":\"medium\"} /-->\n\n<!-- wp:site-tagline {\"textAlign\":\"center\",\"fontSize\":\"medium\"} /--></div>\n<!-- /wp:group -->\n\n<!-- wp:spacer {\"height\":\"8px\"} -->\n<div style=\"height:8px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:social-links {\"className\":\"is-style-logos-only\",\"layout\":{\"type\":\"flex\",\"justifyContent\":\"center\"}} -->\n<ul class=\"wp-block-social-links is-style-logos-only\"><!-- wp:social-link {\"url\":\"#\",\"service\":\"instagram\"} /-->\n\n<!-- wp:social-link {\"url\":\"#\",\"service\":\"twitter\"} /--></ul>\n<!-- /wp:social-links -->\n\n<!-- wp:spacer {\"height\":\"8px\"} -->\n<div style=\"height:8px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:paragraph {\"align\":\"center\",\"fontSize\":\"small\"} -->\n<p class=\"has-text-align-center has-small-font-size\">Proudly powered by <a href=\"https://wordpress.org\">WordPress</a></p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:group -->\";}i:15;O:8:\"stdClass\":7:{s:2:\"id\";i:229147;s:5:\"title\";O:8:\"stdClass\":1:{s:8:\"rendered\";s:38:\"Footer with credit line and navigation\";}s:7:\"content\";O:8:\"stdClass\":2:{s:8:\"rendered\";s:331:\"\n<div class=\"wp-block-group alignfull is-layout-constrained\">\n<div class=\"wp-block-group alignwide is-content-justification-space-between is-layout-flex wp-container-62\" style=\"padding-top:4em;padding-bottom:2em\">\n<p class=\"has-medium-font-size\">Proudly powered by <a href=\"https://wordpress.org\">WordPress</a></p>\n\n\n</div>\n</div>\n\";s:9:\"protected\";b:0;}s:4:\"meta\";O:8:\"stdClass\":7:{s:13:\"wpop_keywords\";s:0:\"\";s:16:\"wpop_description\";s:64:\"Footer with credit line on the left and navigation on the right.\";s:19:\"wpop_viewport_width\";i:800;s:16:\"wpop_block_types\";a:0:{}s:11:\"wpop_locale\";s:5:\"en_US\";s:15:\"wpop_wp_version\";s:3:\"6.1\";s:25:\"wpop_contains_block_types\";s:41:\"core/group,core/navigation,core/paragraph\";}s:14:\"category_slugs\";a:2:{i:0;s:6:\"footer\";i:1;s:9:\"wireframe\";}s:13:\"keyword_slugs\";a:1:{i:0;s:4:\"core\";}s:15:\"pattern_content\";s:708:\"<!-- wp:group {\"align\":\"full\",\"layout\":{\"inherit\":true,\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group alignfull\"><!-- wp:group {\"align\":\"wide\",\"style\":{\"spacing\":{\"padding\":{\"bottom\":\"2em\",\"top\":\"4em\"}}},\"layout\":{\"type\":\"flex\",\"justifyContent\":\"space-between\"}} -->\n<div class=\"wp-block-group alignwide\" style=\"padding-top:4em;padding-bottom:2em\"><!-- wp:paragraph {\"fontSize\":\"medium\"} -->\n<p class=\"has-medium-font-size\">Proudly powered by <a href=\"https://wordpress.org\">WordPress</a></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:navigation {\"ref\":80,\"layout\":{\"type\":\"flex\",\"setCascadingProperties\":true,\"justifyContent\":\"right\"},\"fontSize\":\"medium\"} /--></div>\n<!-- /wp:group --></div>\n<!-- /wp:group -->\";}i:16;O:8:\"stdClass\":7:{s:2:\"id\";i:229151;s:5:\"title\";O:8:\"stdClass\":1:{s:8:\"rendered\";s:19:\"Left-aligned footer\";}s:7:\"content\";O:8:\"stdClass\":2:{s:8:\"rendered\";s:454:\"\n<div class=\"wp-block-group alignfull is-layout-constrained\" style=\"padding-top:4em;padding-bottom:2em\">\n<div class=\"wp-block-columns is-layout-flex wp-container-66\">\n<div class=\"wp-block-column is-layout-flow\" style=\"flex-basis:80%\">\n<p class=\"has-text-align-left has-medium-font-size\">Proudly powered by <a href=\"https://wordpress.org\">WordPress</a></p>\n</div>\n\n\n\n<div class=\"wp-block-column is-layout-flow\" style=\"flex-basis:20%\"></div>\n</div>\n</div>\n\";s:9:\"protected\";b:0;}s:4:\"meta\";O:8:\"stdClass\":7:{s:13:\"wpop_keywords\";s:0:\"\";s:16:\"wpop_description\";s:44:\"Left-aligned footer with just a credit line.\";s:19:\"wpop_viewport_width\";i:800;s:16:\"wpop_block_types\";a:0:{}s:11:\"wpop_locale\";s:5:\"en_US\";s:15:\"wpop_wp_version\";s:3:\"6.1\";s:25:\"wpop_contains_block_types\";s:50:\"core/column,core/columns,core/group,core/paragraph\";}s:14:\"category_slugs\";a:2:{i:0;s:6:\"footer\";i:1;s:9:\"wireframe\";}s:13:\"keyword_slugs\";a:1:{i:0;s:4:\"core\";}s:15:\"pattern_content\";s:741:\"<!-- wp:group {\"align\":\"full\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"4em\",\"bottom\":\"2em\"}}},\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group alignfull\" style=\"padding-top:4em;padding-bottom:2em\"><!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column {\"width\":\"80%\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:80%\"><!-- wp:paragraph {\"align\":\"left\",\"fontSize\":\"medium\"} -->\n<p class=\"has-text-align-left has-medium-font-size\">Proudly powered by <a href=\"https://wordpress.org\">WordPress</a></p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"width\":\"20%\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:20%\"></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div>\n<!-- /wp:group -->\";}i:17;O:8:\"stdClass\":7:{s:2:\"id\";i:201;s:5:\"title\";O:8:\"stdClass\":1:{s:8:\"rendered\";s:32:\"Three columns with offset images\";}s:7:\"content\";O:8:\"stdClass\":2:{s:8:\"rendered\";s:1204:\"\n<div class=\"wp-block-columns alignwide is-layout-flex wp-container-71\">\n<div class=\"wp-block-column is-layout-flow\" style=\"flex-basis:25%\">\n<figure class=\"wp-block-image size-large is-style-default\"><img decoding=\"async\" src=\"https://s.w.org/images/core/5.8/architecture-01.jpg\" alt=\"Close-up, abstract view of geometric architecture.\" /></figure>\n</div>\n\n\n\n<div class=\"wp-block-column is-layout-flow\" style=\"flex-basis:25%\">\n<div style=\"height:500px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n\n\n\n<div style=\"height:150px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n\n\n\n<figure class=\"wp-block-image size-large\"><img decoding=\"async\" src=\"https://s.w.org/images/core/5.8/architecture-02.jpg\" alt=\"Close-up, angled view of a window on a white building.\" /></figure>\n</div>\n\n\n\n<div class=\"wp-block-column is-layout-flow\" style=\"flex-basis:45%\">\n<figure class=\"wp-block-image size-large is-style-default\"><img decoding=\"async\" src=\"https://s.w.org/images/core/5.8/architecture-03.jpg\" alt=\"Close-up of the corner of a white, geometric building with both sharp points and round corners.\" /></figure>\n\n\n\n<div style=\"height:285px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n</div>\n</div>\n\";s:9:\"protected\";b:0;}s:4:\"meta\";O:8:\"stdClass\":7:{s:13:\"wpop_keywords\";s:0:\"\";s:16:\"wpop_description\";s:33:\"Three columns with offset images.\";s:19:\"wpop_viewport_width\";i:1200;s:16:\"wpop_block_types\";a:0:{}s:11:\"wpop_locale\";s:5:\"en_US\";s:15:\"wpop_wp_version\";s:0:\"\";s:25:\"wpop_contains_block_types\";s:47:\"core/column,core/columns,core/image,core/spacer\";}s:14:\"category_slugs\";a:2:{i:0;s:7:\"gallery\";i:1;s:6:\"images\";}s:13:\"keyword_slugs\";a:1:{i:0;s:4:\"core\";}s:15:\"pattern_content\";s:1753:\"<!-- wp:columns {\"align\":\"wide\"} -->\n<div class=\"wp-block-columns alignwide\"><!-- wp:column {\"width\":\"25%\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:25%\"><!-- wp:image {\"sizeSlug\":\"large\",\"linkDestination\":\"none\",\"className\":\"is-style-default\"} -->\n<figure class=\"wp-block-image size-large is-style-default\"><img src=\"https://s.w.org/images/core/5.8/architecture-01.jpg\" alt=\"Close-up, abstract view of geometric architecture.\" /></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"width\":\"25%\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:25%\"><!-- wp:spacer {\"height\":500} -->\n<div style=\"height:500px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:spacer {\"height\":150} -->\n<div style=\"height:150px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:image {\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://s.w.org/images/core/5.8/architecture-02.jpg\" alt=\"Close-up, angled view of a window on a white building.\" /></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"width\":\"45%\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:45%\"><!-- wp:image {\"sizeSlug\":\"large\",\"linkDestination\":\"none\",\"className\":\"is-style-default\"} -->\n<figure class=\"wp-block-image size-large is-style-default\"><img src=\"https://s.w.org/images/core/5.8/architecture-03.jpg\" alt=\"Close-up of the corner of a white, geometric building with both sharp points and round corners.\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:spacer {\"height\":285} -->\n<div style=\"height:285px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\";}i:18;O:8:\"stdClass\":7:{s:2:\"id\";i:200;s:5:\"title\";O:8:\"stdClass\":1:{s:8:\"rendered\";s:21:\"Three columns of text\";}s:7:\"content\";O:8:\"stdClass\":2:{s:8:\"rendered\";s:952:\"\n<div class=\"wp-block-columns alignfull has-text-color has-background is-layout-flex wp-container-75\" style=\"background-color:#ffffff;color:#000000\">\n<div class=\"wp-block-column is-layout-flow\">\n<h3 class=\"wp-block-heading\" style=\"font-size:24px;line-height:1.3\"><strong><a href=\"http://wordpress.org\">Virtual Tour ↗</a></strong></h3>\n\n\n\n<p>Get a virtual tour of the museum. Ideal for schools and events.</p>\n</div>\n\n\n\n<div class=\"wp-block-column is-layout-flow\">\n<h3 class=\"wp-block-heading\" style=\"font-size:24px;line-height:1.3\"><strong><a href=\"https://wordpress.org\">Current Shows ↗</a></strong></h3>\n\n\n\n<p>Stay updated and see our current exhibitions here.</p>\n</div>\n\n\n\n<div class=\"wp-block-column is-layout-flow\">\n<h3 class=\"wp-block-heading\" style=\"font-size:24px;line-height:1.3\"><strong><a href=\"https://wordpress.org\">Useful Info ↗</a></strong></h3>\n\n\n\n<p>Get to know our opening times, ticket prices and discounts.</p>\n</div>\n</div>\n\";s:9:\"protected\";b:0;}s:4:\"meta\";O:8:\"stdClass\":7:{s:13:\"wpop_keywords\";s:0:\"\";s:16:\"wpop_description\";s:22:\"Three columns of text.\";s:19:\"wpop_viewport_width\";i:1200;s:16:\"wpop_block_types\";a:0:{}s:11:\"wpop_locale\";s:5:\"en_US\";s:15:\"wpop_wp_version\";s:0:\"\";s:25:\"wpop_contains_block_types\";s:52:\"core/column,core/columns,core/heading,core/paragraph\";}s:14:\"category_slugs\";a:3:{i:0;s:7:\"columns\";i:1;s:8:\"featured\";i:2;s:4:\"text\";}s:13:\"keyword_slugs\";a:1:{i:0;s:4:\"core\";}s:15:\"pattern_content\";s:1496:\"<!-- wp:columns {\"align\":\"full\",\"style\":{\"color\":{\"text\":\"#000000\",\"background\":\"#ffffff\"}}} -->\n<div class=\"wp-block-columns alignfull has-text-color has-background\" style=\"background-color:#ffffff;color:#000000\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:heading {\"level\":3,\"style\":{\"typography\":{\"fontSize\":\"24px\",\"lineHeight\":\"1.3\"}}} -->\n<h3 style=\"font-size:24px;line-height:1.3\"><strong><a href=\"http://wordpress.org\">Virtual Tour ↗</a></strong></h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Get a virtual tour of the museum. Ideal for schools and events.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:heading {\"level\":3,\"style\":{\"typography\":{\"fontSize\":\"24px\",\"lineHeight\":\"1.3\"}}} -->\n<h3 style=\"font-size:24px;line-height:1.3\"><strong><a href=\"https://wordpress.org\">Current Shows ↗</a></strong></h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Stay updated and see our current exhibitions here.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:heading {\"level\":3,\"style\":{\"typography\":{\"fontSize\":\"24px\",\"lineHeight\":\"1.3\"}}} -->\n<h3 style=\"font-size:24px;line-height:1.3\"><strong><a href=\"https://wordpress.org\">Useful Info ↗</a></strong></h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Get to know our opening times, ticket prices and discounts.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\";}i:19;O:8:\"stdClass\":7:{s:2:\"id\";i:199;s:5:\"title\";O:8:\"stdClass\":1:{s:8:\"rendered\";s:34:\"Three columns with images and text\";}s:7:\"content\";O:8:\"stdClass\":2:{s:8:\"rendered\";s:2840:\"\n<div class=\"wp-block-group alignfull has-background is-layout-flow\" style=\"background-color:#f8f4e4\">\n<div class=\"wp-block-columns alignwide is-layout-flex wp-container-77\">\n<div class=\"wp-block-column is-layout-flow\">\n<div style=\"height:100px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n\n\n\n<h6 class=\"has-text-color wp-block-heading\" id=\"ecosystem\" style=\"color:#000000\">ECOSYSTEM</h6>\n\n\n\n<p class=\"has-text-color\" style=\"color:#000000;font-size:5vw;line-height:1.1\"><strong>Positive growth.</strong></p>\n\n\n\n<div style=\"height:5px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n</div>\n</div>\n\n\n\n<div class=\"wp-block-columns alignwide is-layout-flex wp-container-81\">\n<div class=\"wp-block-column is-layout-flow\" style=\"flex-basis:33.38%\">\n<p class=\"has-text-color has-extra-small-font-size\" style=\"color:#000000\"><em>Nature</em>, in the common sense, refers to essences unchanged by man; space, the air, the river, the leaf.&nbsp;<em>Art</em>&nbsp;is applied to the mixture of his will with the same things, as in a house, a canal, a statue, a picture. But his operations taken together are so insignificant, a little chipping, baking, patching, and washing, that in an impression so grand as that of the world on the human mind, they do not vary the result.</p>\n</div>\n\n\n\n<div class=\"wp-block-column is-layout-flow\" style=\"flex-basis:33%\">\n<div style=\"height:100px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n\n\n\n<figure class=\"wp-block-image size-large\"><img decoding=\"async\" src=\"https://s.w.org/images/core/5.8/outside-01.jpg\" alt=\"The sun setting through a dense forest.\" /></figure>\n</div>\n\n\n\n<div class=\"wp-block-column is-layout-flow\" style=\"flex-basis:33.62%\">\n<figure class=\"wp-block-image size-large\"><img decoding=\"async\" src=\"https://s.w.org/images/core/5.8/outside-02.jpg\" alt=\"Wind turbines standing on a grassy plain, against a blue sky.\" /></figure>\n</div>\n</div>\n\n\n\n<div class=\"wp-block-columns alignwide is-layout-flex wp-container-84\">\n<div class=\"wp-block-column is-layout-flow\" style=\"flex-basis:67%\">\n<div class=\"wp-block-image\"><figure class=\"alignright size-large\"><img decoding=\"async\" src=\"https://s.w.org/images/core/5.8/outside-03.jpg\" alt=\"The sun shining over a ridge leading down into the shore. In the distance, a car drives down a road.\" /></figure></div>\n</div>\n\n\n\n<div class=\"wp-block-column is-vertically-aligned-center is-layout-flow\" style=\"flex-basis:33%\">\n<p class=\"has-text-color has-extra-small-font-size\" style=\"color:#000000\">Undoubtedly we have no questions to ask which are unanswerable. We must trust the perfection of the creation so far, as to believe that whatever curiosity the order of things has awakened in our minds, the order of things can satisfy. Every man&#8217;s condition is a solution in hieroglyphic to those inquiries he would put.</p>\n</div>\n</div>\n</div>\n\";s:9:\"protected\";b:0;}s:4:\"meta\";O:8:\"stdClass\":7:{s:13:\"wpop_keywords\";s:0:\"\";s:16:\"wpop_description\";s:77:\"Three columns with images and text, with vertical spacing for an offset look.\";s:19:\"wpop_viewport_width\";i:1200;s:16:\"wpop_block_types\";a:0:{}s:11:\"wpop_locale\";s:5:\"en_US\";s:15:\"wpop_wp_version\";s:0:\"\";s:25:\"wpop_contains_block_types\";s:86:\"core/column,core/columns,core/group,core/heading,core/image,core/paragraph,core/spacer\";}s:14:\"category_slugs\";a:2:{i:0;s:7:\"columns\";i:1;s:8:\"featured\";}s:13:\"keyword_slugs\";a:1:{i:0;s:4:\"core\";}s:15:\"pattern_content\";s:3990:\"<!-- wp:group {\"align\":\"full\",\"style\":{\"color\":{\"background\":\"#f8f4e4\"}}} -->\n<div class=\"wp-block-group alignfull has-background\" style=\"background-color:#f8f4e4\"><!-- wp:columns {\"align\":\"wide\"} -->\n<div class=\"wp-block-columns alignwide\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:spacer -->\n<div style=\"height:100px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:heading {\"level\":6,\"style\":{\"color\":{\"text\":\"#000000\"}}} -->\n<h6 class=\"has-text-color\" id=\"ecosystem\" style=\"color:#000000\">ECOSYSTEM</h6>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph {\"style\":{\"typography\":{\"lineHeight\":\"1.1\",\"fontSize\":\"5vw\"},\"color\":{\"text\":\"#000000\"}}} -->\n<p class=\"has-text-color\" style=\"color:#000000;font-size:5vw;line-height:1.1\"><strong>Positive growth.</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:spacer {\"height\":\"5px\"} -->\n<div style=\"height:5px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:columns {\"align\":\"wide\"} -->\n<div class=\"wp-block-columns alignwide\"><!-- wp:column {\"width\":\"33.38%\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:33.38%\"><!-- wp:paragraph {\"style\":{\"color\":{\"text\":\"#000000\"}},\"fontSize\":\"extra-small\"} -->\n<p class=\"has-text-color has-extra-small-font-size\" style=\"color:#000000\"><em>Nature</em>, in the common sense, refers to essences unchanged by man; space, the air, the river, the leaf.&nbsp;<em>Art</em>&nbsp;is applied to the mixture of his will with the same things, as in a house, a canal, a statue, a picture. But his operations taken together are so insignificant, a little chipping, baking, patching, and washing, that in an impression so grand as that of the world on the human mind, they do not vary the result.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"width\":\"33%\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:33%\"><!-- wp:spacer -->\n<div style=\"height:100px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:image {\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://s.w.org/images/core/5.8/outside-01.jpg\" alt=\"The sun setting through a dense forest.\" /></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"width\":\"33.62%\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:33.62%\"><!-- wp:image {\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://s.w.org/images/core/5.8/outside-02.jpg\" alt=\"Wind turbines standing on a grassy plain, against a blue sky.\" /></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:columns {\"align\":\"wide\"} -->\n<div class=\"wp-block-columns alignwide\"><!-- wp:column {\"width\":\"67%\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:67%\"><!-- wp:image {\"align\":\"right\",\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<div class=\"wp-block-image\"><figure class=\"alignright size-large\"><img src=\"https://s.w.org/images/core/5.8/outside-03.jpg\" alt=\"The sun shining over a ridge leading down into the shore. In the distance, a car drives down a road.\" /></figure></div>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"verticalAlignment\":\"center\",\"width\":\"33%\"} -->\n<div class=\"wp-block-column is-vertically-aligned-center\" style=\"flex-basis:33%\"><!-- wp:paragraph {\"style\":{\"color\":{\"text\":\"#000000\"}},\"fontSize\":\"extra-small\"} -->\n<p class=\"has-text-color has-extra-small-font-size\" style=\"color:#000000\">Undoubtedly we have no questions to ask which are unanswerable. We must trust the perfection of the creation so far, as to believe that whatever curiosity the order of things has awakened in our minds, the order of things can satisfy. Every man\'s condition is a solution in hieroglyphic to those inquiries he would put.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div>\n<!-- /wp:group -->\";}i:20;O:8:\"stdClass\":7:{s:2:\"id\";i:197;s:5:\"title\";O:8:\"stdClass\":1:{s:8:\"rendered\";s:39:\"Two columns of text with offset heading\";}s:7:\"content\";O:8:\"stdClass\":2:{s:8:\"rendered\";s:1989:\"\n<div class=\"wp-block-group alignfull has-background is-layout-flow\" style=\"background-color:#f2f0e9\">\n<div style=\"height:70px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n\n\n\n<div class=\"wp-block-columns alignwide are-vertically-aligned-center is-layout-flex wp-container-88\">\n<div class=\"wp-block-column is-layout-flow\" style=\"flex-basis:50%\">\n<p class=\"has-text-color\" style=\"color:#000000;font-size:30px;line-height:1.1\"><strong>Oceanic Inspiration</strong></p>\n</div>\n\n\n\n<div class=\"wp-block-column is-layout-flow\" style=\"flex-basis:50%\">\n<hr class=\"wp-block-separator has-text-color has-background is-style-wide\" style=\"background-color:#000000;color:#000000\" />\n</div>\n</div>\n\n\n\n<div class=\"wp-block-columns alignwide is-layout-flex wp-container-92\">\n<div class=\"wp-block-column is-layout-flow\"></div>\n\n\n\n<div class=\"wp-block-column is-layout-flow\">\n<p class=\"has-text-color has-extra-small-font-size\" style=\"color:#000000\">Winding veils round their heads, the women walked on deck. They were now moving steadily down the river, passing the dark shapes of ships at anchor, and London was a swarm of lights with a pale yellow canopy drooping above it. There were the lights of the great theatres, the lights of the long streets, lights that indicated huge squares of domestic comfort, lights that hung high in air.</p>\n</div>\n\n\n\n<div class=\"wp-block-column is-layout-flow\">\n<p class=\"has-text-color has-extra-small-font-size\" style=\"color:#000000\">No darkness would ever settle upon those lamps, as no darkness had settled upon them for hundreds of years. It seemed dreadful that the town should blaze for ever in the same spot; dreadful at least to people going away to adventure upon the sea, and beholding it as a circumscribed mound, eternally burnt, eternally scarred. From the deck of the ship the great city appeared a crouched and cowardly figure, a sedentary miser.</p>\n</div>\n</div>\n\n\n\n<div style=\"height:40px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n</div>\n\";s:9:\"protected\";b:0;}s:4:\"meta\";O:8:\"stdClass\":7:{s:13:\"wpop_keywords\";s:0:\"\";s:16:\"wpop_description\";s:43:\"Two columns of text with an offset heading.\";s:19:\"wpop_viewport_width\";i:1200;s:16:\"wpop_block_types\";a:0:{}s:11:\"wpop_locale\";s:5:\"en_US\";s:15:\"wpop_wp_version\";s:0:\"\";s:25:\"wpop_contains_block_types\";s:77:\"core/column,core/columns,core/group,core/paragraph,core/separator,core/spacer\";}s:14:\"category_slugs\";a:2:{i:0;s:7:\"columns\";i:1;s:4:\"text\";}s:13:\"keyword_slugs\";a:1:{i:0;s:4:\"core\";}s:15:\"pattern_content\";s:2837:\"<!-- wp:group {\"align\":\"full\",\"style\":{\"color\":{\"background\":\"#f2f0e9\"}}} -->\n<div class=\"wp-block-group alignfull has-background\" style=\"background-color:#f2f0e9\"><!-- wp:spacer {\"height\":70} -->\n<div style=\"height:70px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:columns {\"verticalAlignment\":\"center\",\"align\":\"wide\"} -->\n<div class=\"wp-block-columns alignwide are-vertically-aligned-center\"><!-- wp:column {\"width\":\"50%\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:50%\"><!-- wp:paragraph {\"style\":{\"typography\":{\"lineHeight\":\"1.1\",\"fontSize\":\"30px\"},\"color\":{\"text\":\"#000000\"}}} -->\n<p class=\"has-text-color\" style=\"color:#000000;font-size:30px;line-height:1.1\"><strong>Oceanic Inspiration</strong></p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"width\":\"50%\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:50%\"><!-- wp:separator {\"customColor\":\"#000000\",\"className\":\"is-style-wide\"} -->\n<hr class=\"wp-block-separator has-text-color has-background is-style-wide\" style=\"background-color:#000000;color:#000000\" />\n<!-- /wp:separator --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:columns {\"align\":\"wide\"} -->\n<div class=\"wp-block-columns alignwide\"><!-- wp:column -->\n<div class=\"wp-block-column\"></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:paragraph {\"style\":{\"color\":{\"text\":\"#000000\"}},\"fontSize\":\"extra-small\"} -->\n<p class=\"has-text-color has-extra-small-font-size\" style=\"color:#000000\">Winding veils round their heads, the women walked on deck. They were now moving steadily down the river, passing the dark shapes of ships at anchor, and London was a swarm of lights with a pale yellow canopy drooping above it. There were the lights of the great theatres, the lights of the long streets, lights that indicated huge squares of domestic comfort, lights that hung high in air.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:paragraph {\"style\":{\"color\":{\"text\":\"#000000\"}},\"fontSize\":\"extra-small\"} -->\n<p class=\"has-text-color has-extra-small-font-size\" style=\"color:#000000\">No darkness would ever settle upon those lamps, as no darkness had settled upon them for hundreds of years. It seemed dreadful that the town should blaze for ever in the same spot; dreadful at least to people going away to adventure upon the sea, and beholding it as a circumscribed mound, eternally burnt, eternally scarred. From the deck of the ship the great city appeared a crouched and cowardly figure, a sedentary miser.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:spacer {\"height\":40} -->\n<div style=\"height:40px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer --></div>\n<!-- /wp:group -->\";}i:21;O:8:\"stdClass\":7:{s:2:\"id\";i:196;s:5:\"title\";O:8:\"stdClass\":1:{s:8:\"rendered\";s:41:\"Media and text in a full height container\";}s:7:\"content\";O:8:\"stdClass\":2:{s:8:\"rendered\";s:1243:\"\n<div class=\"wp-block-cover alignfull has-background-dim\" style=\"background-color:#ffffff;min-height:100vh\"><div class=\"wp-block-cover__inner-container\">\n<div class=\"wp-block-media-text alignwide is-stacked-on-mobile is-vertically-aligned-center is-image-fill\" style=\"grid-template-columns:56% auto\"><figure class=\"wp-block-media-text__media\" style=\"background-image:url(https://s.w.org/images/core/5.8/soil.jpg);background-position:50% 50%\"><img decoding=\"async\" src=\"https://s.w.org/images/core/5.8/soil.jpg\" alt=\"Close-up of dried, cracked earth.\" /></figure><div class=\"wp-block-media-text__content\">\n<h2 class=\"has-text-color wp-block-heading\" style=\"color:#000000;font-size:32px\"><strong>What&#8217;s the problem?</strong></h2>\n\n\n\n<p class=\"has-text-color\" style=\"color:#000000;font-size:17px\">Trees are more important today than ever before. More than 10,000 products are reportedly made from trees. Through chemistry, the humble woodpile is yielding chemicals, plastics and fabrics that were beyond comprehension when an axe first felled a Texas tree.</p>\n\n\n\n<div class=\"wp-block-buttons is-layout-flex\">\n<div class=\"wp-block-button is-style-fill\"><a class=\"wp-block-button__link\">Learn more</a></div>\n</div>\n</div></div>\n</div></div>\n\";s:9:\"protected\";b:0;}s:4:\"meta\";O:8:\"stdClass\":7:{s:13:\"wpop_keywords\";s:0:\"\";s:16:\"wpop_description\";s:77:\"Media and text block with image to the left and text and button to the right.\";s:19:\"wpop_viewport_width\";i:1200;s:16:\"wpop_block_types\";a:0:{}s:11:\"wpop_locale\";s:5:\"en_US\";s:15:\"wpop_wp_version\";s:0:\"\";s:25:\"wpop_contains_block_types\";s:79:\"core/button,core/buttons,core/cover,core/heading,core/media-text,core/paragraph\";}s:14:\"category_slugs\";a:1:{i:0;s:6:\"header\";}s:13:\"keyword_slugs\";a:1:{i:0;s:4:\"core\";}s:15:\"pattern_content\";s:1864:\"<!-- wp:cover {\"customOverlayColor\":\"#ffffff\",\"minHeight\":100,\"minHeightUnit\":\"vh\",\"contentPosition\":\"center center\",\"align\":\"full\"} -->\n<div class=\"wp-block-cover alignfull has-background-dim\" style=\"background-color:#ffffff;min-height:100vh\"><div class=\"wp-block-cover__inner-container\"><!-- wp:media-text {\"mediaLink\":\"https:\\/\\/s.w.org\\/images\\/core\\/5.8\\/soil.jpg\",\"mediaType\":\"image\",\"mediaWidth\":56,\"verticalAlignment\":\"center\",\"imageFill\":true} -->\n<div class=\"wp-block-media-text alignwide is-stacked-on-mobile is-vertically-aligned-center is-image-fill\" style=\"grid-template-columns:56% auto\"><figure class=\"wp-block-media-text__media\" style=\"background-image:url(https://s.w.org/images/core/5.8/soil.jpg);background-position:50% 50%\"><img src=\"https://s.w.org/images/core/5.8/soil.jpg\" alt=\"Close-up of dried, cracked earth.\" /></figure><div class=\"wp-block-media-text__content\"><!-- wp:heading {\"style\":{\"typography\":{\"fontSize\":\"32px\"},\"color\":{\"text\":\"#000000\"}}} -->\n<h2 class=\"has-text-color\" style=\"color:#000000;font-size:32px\"><strong>What\'s the problem?</strong></h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph {\"style\":{\"typography\":{\"fontSize\":\"17px\"},\"color\":{\"text\":\"#000000\"}}} -->\n<p class=\"has-text-color\" style=\"color:#000000;font-size:17px\">Trees are more important today than ever before. More than 10,000 products are reportedly made from trees. Through chemistry, the humble woodpile is yielding chemicals, plastics and fabrics that were beyond comprehension when an axe first felled a Texas tree.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:buttons -->\n<div class=\"wp-block-buttons\"><!-- wp:button {\"className\":\"is-style-fill\"} -->\n<div class=\"wp-block-button is-style-fill\"><a class=\"wp-block-button__link\">Learn more</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons --></div></div>\n<!-- /wp:media-text --></div></div>\n<!-- /wp:cover -->\";}i:22;O:8:\"stdClass\":7:{s:2:\"id\";i:195;s:5:\"title\";O:8:\"stdClass\":1:{s:8:\"rendered\";s:38:\"Media and text with image on the right\";}s:7:\"content\";O:8:\"stdClass\":2:{s:8:\"rendered\";s:719:\"\n<div class=\"wp-block-media-text alignfull has-media-on-the-right is-stacked-on-mobile is-vertically-aligned-center is-style-default\" style=\"grid-template-columns:auto 56%\"><figure class=\"wp-block-media-text__media\"><img decoding=\"async\" src=\"https://s.w.org/images/core/5.8/art-02.jpg\" alt=\"A green and brown rural landscape leading into a bright blue ocean and slightly cloudy sky, done in oil paints.\" /></figure><div class=\"wp-block-media-text__content\">\n<h2 class=\"has-text-color wp-block-heading\" style=\"color:#000000\"><strong>Shore with Blue Sea</strong></h2>\n\n\n\n<p class=\"has-text-color\" style=\"color:#636363;font-size:17px;line-height:1.1\">Eleanor Harris&nbsp;(American, 1901-1942)</p>\n</div></div>\n\n\n\n<p></p>\n\";s:9:\"protected\";b:0;}s:4:\"meta\";O:8:\"stdClass\":7:{s:13:\"wpop_keywords\";s:0:\"\";s:16:\"wpop_description\";s:66:\"Media and text block with image to the right and text to the left.\";s:19:\"wpop_viewport_width\";i:1200;s:16:\"wpop_block_types\";a:0:{}s:11:\"wpop_locale\";s:5:\"en_US\";s:15:\"wpop_wp_version\";s:0:\"\";s:25:\"wpop_contains_block_types\";s:43:\"core/heading,core/media-text,core/paragraph\";}s:14:\"category_slugs\";a:1:{i:0;s:6:\"header\";}s:13:\"keyword_slugs\";a:1:{i:0;s:4:\"core\";}s:15:\"pattern_content\";s:1138:\"<!-- wp:media-text {\"align\":\"full\",\"mediaPosition\":\"right\",\"mediaLink\":\"#\",\"mediaType\":\"image\",\"mediaWidth\":56,\"verticalAlignment\":\"center\",\"className\":\"is-style-default\"} -->\n<div class=\"wp-block-media-text alignfull has-media-on-the-right is-stacked-on-mobile is-vertically-aligned-center is-style-default\" style=\"grid-template-columns:auto 56%\"><figure class=\"wp-block-media-text__media\"><img src=\"https://s.w.org/images/core/5.8/art-02.jpg\" alt=\"A green and brown rural landscape leading into a bright blue ocean and slightly cloudy sky, done in oil paints.\" /></figure><div class=\"wp-block-media-text__content\"><!-- wp:heading {\"style\":{\"color\":{\"text\":\"#000000\"}}} -->\n<h2 class=\"has-text-color\" style=\"color:#000000\"><strong>Shore with Blue Sea</strong></h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph {\"style\":{\"typography\":{\"lineHeight\":\"1.1\",\"fontSize\":\"17px\"},\"color\":{\"text\":\"#636363\"}}} -->\n<p class=\"has-text-color\" style=\"color:#636363;font-size:17px;line-height:1.1\">Eleanor Harris&nbsp;(American, 1901-1942)</p>\n<!-- /wp:paragraph --></div></div>\n<!-- /wp:media-text -->\n\n<!-- wp:paragraph -->\n<p></p>\n<!-- /wp:paragraph -->\";}i:23;O:8:\"stdClass\":7:{s:2:\"id\";i:192;s:5:\"title\";O:8:\"stdClass\":1:{s:8:\"rendered\";s:37:\"Media and text with image on the left\";}s:7:\"content\";O:8:\"stdClass\":2:{s:8:\"rendered\";s:554:\"\n<div class=\"wp-block-media-text alignfull is-stacked-on-mobile is-vertically-aligned-center\"><figure class=\"wp-block-media-text__media\"><img decoding=\"async\" src=\"https://s.w.org/images/core/5.8/architecture-04.jpg\" alt=\"Close-up, abstract view of architecture.\" /></figure><div class=\"wp-block-media-text__content\">\n<h3 class=\"has-text-align-center has-text-color wp-block-heading\" style=\"color:#000000\"><strong>Open Spaces</strong></h3>\n\n\n\n<p class=\"has-text-align-center has-extra-small-font-size\"><a href=\"#\">See case study ↗</a></p>\n</div></div>\n\";s:9:\"protected\";b:0;}s:4:\"meta\";O:8:\"stdClass\":7:{s:13:\"wpop_keywords\";s:0:\"\";s:16:\"wpop_description\";s:66:\"Media and text block with image to the left and text to the right.\";s:19:\"wpop_viewport_width\";i:1200;s:16:\"wpop_block_types\";a:0:{}s:11:\"wpop_locale\";s:5:\"en_US\";s:15:\"wpop_wp_version\";s:0:\"\";s:25:\"wpop_contains_block_types\";s:43:\"core/heading,core/media-text,core/paragraph\";}s:14:\"category_slugs\";a:2:{i:0;s:8:\"featured\";i:1;s:6:\"header\";}s:13:\"keyword_slugs\";a:1:{i:0;s:4:\"core\";}s:15:\"pattern_content\";s:827:\"<!-- wp:media-text {\"align\":\"full\",\"mediaType\":\"image\",\"verticalAlignment\":\"center\"} -->\n<div class=\"wp-block-media-text alignfull is-stacked-on-mobile is-vertically-aligned-center\"><figure class=\"wp-block-media-text__media\"><img src=\"https://s.w.org/images/core/5.8/architecture-04.jpg\" alt=\"Close-up, abstract view of architecture.\" /></figure><div class=\"wp-block-media-text__content\"><!-- wp:heading {\"textAlign\":\"center\",\"level\":3,\"style\":{\"color\":{\"text\":\"#000000\"}}} -->\n<h3 class=\"has-text-align-center has-text-color\" style=\"color:#000000\"><strong>Open Spaces</strong></h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph {\"align\":\"center\",\"fontSize\":\"extra-small\"} -->\n<p class=\"has-text-align-center has-extra-small-font-size\"><a href=\"#\">See case study ↗</a></p>\n<!-- /wp:paragraph --></div></div>\n<!-- /wp:media-text -->\";}i:24;O:8:\"stdClass\":7:{s:2:\"id\";i:186;s:5:\"title\";O:8:\"stdClass\":1:{s:8:\"rendered\";s:35:\"Large header with text and a button\";}s:7:\"content\";O:8:\"stdClass\":2:{s:8:\"rendered\";s:1148:\"\n<div class=\"wp-block-cover alignfull has-background-dim-40 has-background-dim has-parallax\" style=\"background-image:url(https://s.w.org/images/core/5.8/art-01.jpg);background-color:#000000;min-height:100vh\"><div class=\"wp-block-cover__inner-container\">\n<h2 class=\"alignwide has-white-color has-text-color wp-block-heading\" style=\"font-size:48px;line-height:1.2\"><strong><em>Overseas:</em></strong><br><strong><em>1500 — 1960</em></strong></h2>\n\n\n\n<div class=\"wp-block-columns alignwide is-layout-flex wp-container-98\">\n<div class=\"wp-block-column is-layout-flow\" style=\"flex-basis:60%\">\n<p class=\"has-text-color\" style=\"color:#ffffff\">An exhibition about the different representations of the ocean throughout time, between the sixteenth and the twentieth century. Taking place in our Open Room in <em>Floor 2</em>.</p>\n\n\n\n<div class=\"wp-block-buttons is-layout-flex\">\n<div class=\"wp-block-button is-style-outline\"><a class=\"wp-block-button__link has-text-color has-background no-border-radius\" style=\"background-color:#000000;color:#ffffff\">Visit</a></div>\n</div>\n</div>\n\n\n\n<div class=\"wp-block-column is-layout-flow\"></div>\n</div>\n</div></div>\n\";s:9:\"protected\";b:0;}s:4:\"meta\";O:8:\"stdClass\":7:{s:13:\"wpop_keywords\";s:0:\"\";s:16:\"wpop_description\";s:62:\"Large header with background image and text and button on top.\";s:19:\"wpop_viewport_width\";i:1200;s:16:\"wpop_block_types\";a:0:{}s:11:\"wpop_locale\";s:5:\"en_US\";s:15:\"wpop_wp_version\";s:0:\"\";s:25:\"wpop_contains_block_types\";s:88:\"core/button,core/buttons,core/column,core/columns,core/cover,core/heading,core/paragraph\";}s:14:\"category_slugs\";a:1:{i:0;s:6:\"header\";}s:13:\"keyword_slugs\";a:1:{i:0;s:4:\"core\";}s:15:\"pattern_content\";s:1871:\"<!-- wp:cover {\"url\":\"https:\\/\\/s.w.org\\/images\\/core\\/5.8\\/art-01.jpg\",\"hasParallax\":true,\"dimRatio\":40,\"customOverlayColor\":\"#000000\",\"minHeight\":100,\"minHeightUnit\":\"vh\",\"contentPosition\":\"center center\",\"align\":\"full\"} -->\n<div class=\"wp-block-cover alignfull has-background-dim-40 has-background-dim has-parallax\" style=\"background-image:url(https://s.w.org/images/core/5.8/art-01.jpg);background-color:#000000;min-height:100vh\"><div class=\"wp-block-cover__inner-container\"><!-- wp:heading {\"style\":{\"typography\":{\"fontSize\":\"48px\",\"lineHeight\":\"1.2\"}},\"className\":\"alignwide has-white-color has-text-color\"} -->\n<h2 class=\"alignwide has-white-color has-text-color\" style=\"font-size:48px;line-height:1.2\"><strong><em>Overseas:</em></strong><br><strong><em>1500 — 1960</em></strong></h2>\n<!-- /wp:heading -->\n\n<!-- wp:columns {\"align\":\"wide\"} -->\n<div class=\"wp-block-columns alignwide\"><!-- wp:column {\"width\":\"60%\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:60%\"><!-- wp:paragraph {\"style\":{\"color\":{\"text\":\"#ffffff\"}}} -->\n<p class=\"has-text-color\" style=\"color:#ffffff\">An exhibition about the different representations of the ocean throughout time, between the sixteenth and the twentieth century. Taking place in our Open Room in <em>Floor 2</em>.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:buttons -->\n<div class=\"wp-block-buttons\"><!-- wp:button {\"borderRadius\":0,\"style\":{\"color\":{\"text\":\"#ffffff\",\"background\":\"#000000\"}},\"className\":\"is-style-outline\"} -->\n<div class=\"wp-block-button is-style-outline\"><a class=\"wp-block-button__link has-text-color has-background no-border-radius\" style=\"background-color:#000000;color:#ffffff\">Visit</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div></div>\n<!-- /wp:cover -->\";}i:25;O:8:\"stdClass\":7:{s:2:\"id\";i:185;s:5:\"title\";O:8:\"stdClass\":1:{s:8:\"rendered\";s:35:\"Large header with left-aligned text\";}s:7:\"content\";O:8:\"stdClass\":2:{s:8:\"rendered\";s:1115:\"\n<div class=\"wp-block-cover alignfull has-background-dim-60 has-background-dim\" style=\"min-height:800px\"><img decoding=\"async\" class=\"wp-block-cover__image-background\" alt=\"\" src=\"https://s.w.org/images/core/5.8/forest.jpg\" data-object-fit=\"cover\" /><div class=\"wp-block-cover__inner-container\">\n<h2 class=\"alignwide has-text-color wp-block-heading\" style=\"color:#ffe074;font-size:64px\">Forest.</h2>\n\n\n\n<div class=\"wp-block-columns alignwide is-layout-flex wp-container-101\">\n<div class=\"wp-block-column is-layout-flow\" style=\"flex-basis:55%\">\n<div style=\"height:330px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n\n\n\n<p class=\"has-text-color\" style=\"color:#ffe074;font-size:12px;line-height:1.3\"><em>Even a child knows how valuable the forest is. The fresh, breathtaking smell of trees. Echoing birds flying above that dense magnitude. A stable climate, a sustainable diverse life and a source of culture. Yet, forests and other ecosystems hang in the balance, threatened to become croplands, pasture, and plantations.</em></p>\n</div>\n\n\n\n<div class=\"wp-block-column is-layout-flow\"></div>\n</div>\n</div></div>\n\";s:9:\"protected\";b:0;}s:4:\"meta\";O:8:\"stdClass\":7:{s:13:\"wpop_keywords\";s:0:\"\";s:16:\"wpop_description\";s:29:\"Cover image with quote on top\";s:19:\"wpop_viewport_width\";i:1200;s:16:\"wpop_block_types\";a:0:{}s:11:\"wpop_locale\";s:5:\"en_US\";s:15:\"wpop_wp_version\";s:0:\"\";s:25:\"wpop_contains_block_types\";s:75:\"core/column,core/columns,core/cover,core/heading,core/paragraph,core/spacer\";}s:14:\"category_slugs\";a:2:{i:0;s:8:\"featured\";i:1;s:6:\"header\";}s:13:\"keyword_slugs\";a:1:{i:0;s:4:\"core\";}s:15:\"pattern_content\";s:1610:\"<!-- wp:cover {\"url\":\"https://s.w.org/images/core/5.8/forest.jpg\",\"dimRatio\":60,\"minHeight\":800,\"align\":\"full\"} -->\n<div class=\"wp-block-cover alignfull has-background-dim-60 has-background-dim\" style=\"min-height:800px\"><img class=\"wp-block-cover__image-background\" alt=\"\" src=\"https://s.w.org/images/core/5.8/forest.jpg\" data-object-fit=\"cover\" /><div class=\"wp-block-cover__inner-container\"><!-- wp:heading {\"align\":\"wide\",\"style\":{\"color\":{\"text\":\"#ffe074\"},\"typography\":{\"fontSize\":\"64px\"}}} -->\n<h2 class=\"alignwide has-text-color\" style=\"color:#ffe074;font-size:64px\">Forest.</h2>\n<!-- /wp:heading -->\n\n<!-- wp:columns {\"align\":\"wide\"} -->\n<div class=\"wp-block-columns alignwide\"><!-- wp:column {\"width\":\"55%\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:55%\"><!-- wp:spacer {\"height\":330} -->\n<div style=\"height:330px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:paragraph {\"style\":{\"color\":{\"text\":\"#ffe074\"},\"typography\":{\"lineHeight\":\"1.3\",\"fontSize\":\"12px\"}}} -->\n<p class=\"has-text-color\" style=\"color:#ffe074;font-size:12px;line-height:1.3\"><em>Even a child knows how valuable the forest is. The fresh, breathtaking smell of trees. Echoing birds flying above that dense magnitude. A stable climate, a sustainable diverse life and a source of culture. Yet, forests and other ecosystems hang in the balance, threatened to become croplands, pasture, and plantations.</em></p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div></div>\n<!-- /wp:cover -->\";}i:26;O:8:\"stdClass\":7:{s:2:\"id\";i:184;s:5:\"title\";O:8:\"stdClass\":1:{s:8:\"rendered\";s:7:\"Heading\";}s:7:\"content\";O:8:\"stdClass\":2:{s:8:\"rendered\";s:526:\"\n<h2 class=\"alignwide wp-block-heading\" id=\"we-re-a-studio-in-berlin-with-an-international-practice-in-architecture-urban-planning-and-interior-design-we-believe-in-sharing-knowledge-and-promoting-dialogue-to-increase-the-creative-potential-of-collaboration\" style=\"font-size:48px;line-height:1.1\">We&#8217;re a studio in Berlin with an international practice in architecture, urban planning and interior design. We believe in sharing knowledge and promoting dialogue to increase the creative potential of collaboration.</h2>\n\";s:9:\"protected\";b:0;}s:4:\"meta\";O:8:\"stdClass\":7:{s:13:\"wpop_keywords\";s:17:\"large text, title\";s:16:\"wpop_description\";s:12:\"Heading text\";s:19:\"wpop_viewport_width\";i:1200;s:16:\"wpop_block_types\";a:1:{i:0;s:12:\"core/heading\";}s:11:\"wpop_locale\";s:5:\"en_US\";s:15:\"wpop_wp_version\";s:0:\"\";s:25:\"wpop_contains_block_types\";s:12:\"core/heading\";}s:14:\"category_slugs\";a:2:{i:0;s:8:\"featured\";i:1;s:4:\"text\";}s:13:\"keyword_slugs\";a:1:{i:0;s:4:\"core\";}s:15:\"pattern_content\";s:621:\"<!-- wp:heading {\"align\":\"wide\",\"style\":{\"typography\":{\"fontSize\":\"48px\",\"lineHeight\":\"1.1\"}}} -->\n<h2 class=\"alignwide\" id=\"we-re-a-studio-in-berlin-with-an-international-practice-in-architecture-urban-planning-and-interior-design-we-believe-in-sharing-knowledge-and-promoting-dialogue-to-increase-the-creative-potential-of-collaboration\" style=\"font-size:48px;line-height:1.1\">We\'re a studio in Berlin with an international practice in architecture, urban planning and interior design. We believe in sharing knowledge and promoting dialogue to increase the creative potential of collaboration.</h2>\n<!-- /wp:heading -->\";}i:27;O:8:\"stdClass\":7:{s:2:\"id\";i:27;s:5:\"title\";O:8:\"stdClass\":1:{s:8:\"rendered\";s:5:\"Quote\";}s:7:\"content\";O:8:\"stdClass\":2:{s:8:\"rendered\";s:673:\"\n<hr class=\"wp-block-separator is-style-default\" />\n\n\n\n<div class=\"wp-block-image is-style-rounded\"><figure class=\"aligncenter size-large is-resized\"><img decoding=\"async\" loading=\"lazy\" src=\"https://s.w.org/images/core/5.8/portrait.jpg\" alt=\"A side profile of a woman in a russet-colored turtleneck and white bag. She looks up with her eyes closed.\" width=\"150\" height=\"150\" /></figure></div>\n\n\n\n<blockquote class=\"wp-block-quote has-text-align-center is-style-large\"><p>&#8220;Contributing makes me feel like I&#8217;m being useful to the planet.&#8221;</p><cite>— Anna Wong, <em>Volunteer</em></cite></blockquote>\n\n\n\n<hr class=\"wp-block-separator is-style-default\" />\n\";s:9:\"protected\";b:0;}s:4:\"meta\";O:8:\"stdClass\":7:{s:13:\"wpop_keywords\";s:0:\"\";s:16:\"wpop_description\";s:0:\"\";s:19:\"wpop_viewport_width\";i:800;s:16:\"wpop_block_types\";a:1:{i:0;s:10:\"core/quote\";}s:11:\"wpop_locale\";s:5:\"en_US\";s:15:\"wpop_wp_version\";s:0:\"\";s:25:\"wpop_contains_block_types\";s:36:\"core/image,core/quote,core/separator\";}s:14:\"category_slugs\";a:1:{i:0;s:4:\"text\";}s:13:\"keyword_slugs\";a:1:{i:0;s:4:\"core\";}s:15:\"pattern_content\";s:1012:\"<!-- wp:separator {\"className\":\"is-style-default\"} -->\n<hr class=\"wp-block-separator is-style-default\" />\n<!-- /wp:separator -->\n\n<!-- wp:image {\"align\":\"center\",\"width\":150,\"height\":150,\"sizeSlug\":\"large\",\"linkDestination\":\"none\",\"className\":\"is-style-rounded\"} -->\n<div class=\"wp-block-image is-style-rounded\"><figure class=\"aligncenter size-large is-resized\"><img src=\"https://s.w.org/images/core/5.8/portrait.jpg\" alt=\"A side profile of a woman in a russet-colored turtleneck and white bag. She looks up with her eyes closed.\" width=\"150\" height=\"150\" /></figure></div>\n<!-- /wp:image -->\n\n<!-- wp:quote {\"align\":\"center\",\"className\":\"is-style-large\"} -->\n<blockquote class=\"wp-block-quote has-text-align-center is-style-large\"><p>\"Contributing makes me feel like I\'m being useful to the planet.\"</p><cite>— Anna Wong, <em>Volunteer</em></cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:separator {\"className\":\"is-style-default\"} -->\n<hr class=\"wp-block-separator is-style-default\" />\n<!-- /wp:separator -->\";}i:28;O:8:\"stdClass\":7:{s:2:\"id\";i:29;s:5:\"title\";O:8:\"stdClass\":1:{s:8:\"rendered\";s:29:\"Two columns of text and title\";}s:7:\"content\";O:8:\"stdClass\":2:{s:8:\"rendered\";s:1424:\"\n<h2 class=\"wp-block-heading\" style=\"font-size:38px;line-height:1.4\"><strong>The voyage had begun, and had begun happily with a soft blue sky, and a calm sea.</strong></h2>\n\n\n\n<div class=\"wp-block-columns is-layout-flex wp-container-104\">\n<div class=\"wp-block-column is-layout-flow\">\n<p style=\"font-size:18px\">They followed her on to the deck. All the smoke and the houses had disappeared, and the ship was out in a wide space of sea very fresh and clear though pale in the early light. They had left London sitting on its mud. A very thin line of shadow tapered on the horizon, scarcely thick enough to stand the burden of Paris, which nevertheless rested upon it. They were free of roads, free of mankind, and the same exhilaration at their freedom ran through them all.</p>\n</div>\n\n\n\n<div class=\"wp-block-column is-layout-flow\">\n<p style=\"font-size:18px\">The ship was making her way steadily through small waves which slapped her and then fizzled like effervescing water, leaving a little border of bubbles and foam on either side. The colourless October sky above was thinly clouded as if by the trail of wood-fire smoke, and the air was wonderfully salt and brisk. Indeed it was too cold to stand still. Mrs. Ambrose drew her arm within her husband&#8217;s, and as they moved off it could be seen from the way in which her sloping cheek turned up to his that she had something private to communicate.</p>\n</div>\n</div>\n\";s:9:\"protected\";b:0;}s:4:\"meta\";O:8:\"stdClass\":7:{s:13:\"wpop_keywords\";s:0:\"\";s:16:\"wpop_description\";s:47:\"Two columns of text preceded by a long heading.\";s:19:\"wpop_viewport_width\";i:1200;s:16:\"wpop_block_types\";a:0:{}s:11:\"wpop_locale\";s:5:\"en_US\";s:15:\"wpop_wp_version\";s:0:\"\";s:25:\"wpop_contains_block_types\";s:52:\"core/column,core/columns,core/heading,core/paragraph\";}s:14:\"category_slugs\";a:2:{i:0;s:7:\"columns\";i:1;s:4:\"text\";}s:13:\"keyword_slugs\";a:1:{i:0;s:4:\"core\";}s:15:\"pattern_content\";s:1711:\"<!-- wp:heading {\"style\":{\"typography\":{\"fontSize\":38,\"lineHeight\":\"1.4\"}}} -->\n<h2 style=\"font-size:38px;line-height:1.4\"><strong>The voyage had begun, and had begun happily with a soft blue sky, and a calm sea.</strong></h2>\n<!-- /wp:heading -->\n\n<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:paragraph {\"style\":{\"typography\":{\"fontSize\":18}}} -->\n<p style=\"font-size:18px\">They followed her on to the deck. All the smoke and the houses had disappeared, and the ship was out in a wide space of sea very fresh and clear though pale in the early light. They had left London sitting on its mud. A very thin line of shadow tapered on the horizon, scarcely thick enough to stand the burden of Paris, which nevertheless rested upon it. They were free of roads, free of mankind, and the same exhilaration at their freedom ran through them all.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:paragraph {\"style\":{\"typography\":{\"fontSize\":18}}} -->\n<p style=\"font-size:18px\">The ship was making her way steadily through small waves which slapped her and then fizzled like effervescing water, leaving a little border of bubbles and foam on either side. The colourless October sky above was thinly clouded as if by the trail of wood-fire smoke, and the air was wonderfully salt and brisk. Indeed it was too cold to stand still. Mrs. Ambrose drew her arm within her husband\'s, and as they moved off it could be seen from the way in which her sloping cheek turned up to his that she had something private to communicate.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\";}i:29;O:8:\"stdClass\":7:{s:2:\"id\";i:19;s:5:\"title\";O:8:\"stdClass\":1:{s:8:\"rendered\";s:23:\"Two images side by side\";}s:7:\"content\";O:8:\"stdClass\":2:{s:8:\"rendered\";s:717:\"\n<figure class=\"wp-block-gallery alignwide columns-2 is-cropped wp-block-gallery-105 is-layout-flex\"><ul class=\"blocks-gallery-grid\"><li class=\"blocks-gallery-item\"><figure><img decoding=\"async\" src=\"https://s.w.org/images/core/5.8/nature-above-01.jpg\" alt=\"An aerial view of waves crashing against a shore.\" data-full-url=\"https://s.w.org/images/core/5.8/nature-above-01.jpg\" data-link=\"#\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img decoding=\"async\" src=\"https://s.w.org/images/core/5.8/nature-above-02.jpg\" alt=\"An aerial view of a field. A road runs through the upper right corner.\" data-full-url=\"https://s.w.org/images/core/5.8/nature-above-02.jpg\" data-link=\"#\" /></figure></li></ul></figure>\n\";s:9:\"protected\";b:0;}s:4:\"meta\";O:8:\"stdClass\":7:{s:13:\"wpop_keywords\";s:0:\"\";s:16:\"wpop_description\";s:41:\"An image gallery with two example images.\";s:19:\"wpop_viewport_width\";i:800;s:16:\"wpop_block_types\";a:0:{}s:11:\"wpop_locale\";s:5:\"en_US\";s:15:\"wpop_wp_version\";s:0:\"\";s:25:\"wpop_contains_block_types\";s:12:\"core/gallery\";}s:14:\"category_slugs\";a:1:{i:0;s:7:\"gallery\";}s:13:\"keyword_slugs\";a:1:{i:0;s:4:\"core\";}s:15:\"pattern_content\";s:737:\"<!-- wp:gallery {\"ids\":[null,null],\"linkTo\":\"none\",\"align\":\"wide\"} -->\n<figure class=\"wp-block-gallery alignwide columns-2 is-cropped\"><ul class=\"blocks-gallery-grid\"><li class=\"blocks-gallery-item\"><figure><img src=\"https://s.w.org/images/core/5.8/nature-above-01.jpg\" alt=\"An aerial view of waves crashing against a shore.\" data-full-url=\"https://s.w.org/images/core/5.8/nature-above-01.jpg\" data-link=\"#\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://s.w.org/images/core/5.8/nature-above-02.jpg\" alt=\"An aerial view of a field. A road runs through the upper right corner.\" data-full-url=\"https://s.w.org/images/core/5.8/nature-above-02.jpg\" data-link=\"#\" /></figure></li></ul></figure>\n<!-- /wp:gallery -->\";}}',	'no'),
(4632,	'_site_transient_timeout_wp_remote_block_patterns_7a1d9460627c7770660bc17a0fca1ae6',	'1672745921',	'no'),
(4633,	'_site_transient_wp_remote_block_patterns_7a1d9460627c7770660bc17a0fca1ae6',	'a:15:{i:0;O:8:\"stdClass\":7:{s:2:\"id\";i:207567;s:5:\"title\";O:8:\"stdClass\":1:{s:8:\"rendered\";s:11:\"Link in Bio\";}s:7:\"content\";O:8:\"stdClass\":2:{s:8:\"rendered\";s:6359:\"\n<div class=\"wp-block-group has-white-background-color has-background is-layout-flow\" style=\"padding-top:var(--wp--preset--spacing--80);padding-right:0;padding-bottom:var(--wp--preset--spacing--80);padding-left:0\"><h1 style=\"font-style:normal;font-weight:700;\" class=\"has-text-align-center wp-block-site-title has-medium-font-size\"><a href=\"https://wordpress.org/patterns\" target=\"_self\" rel=\"home\">Block Pattern Directory</a></h1>\n\n<p class=\"has-text-align-center wp-block-site-tagline\">Beautifully designed patterns ready to go with a simple copy/paste</p>\n\n\n<div style=\"height:20px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n\n\n\n<div class=\"wp-block-buttons is-content-justification-center is-layout-flex wp-container-1\">\n<div class=\"wp-block-button has-custom-width wp-block-button__width-100\"><a class=\"wp-block-button__link wp-element-button\">Watch my latest videos</a></div>\n\n\n\n<div class=\"wp-block-button has-custom-width wp-block-button__width-100\"><a class=\"wp-block-button__link wp-element-button\">Buy merch</a></div>\n\n\n\n<div class=\"wp-block-button has-custom-width wp-block-button__width-100\"><a class=\"wp-block-button__link wp-element-button\">Support me on Patreon</a></div>\n\n\n\n<div class=\"wp-block-button has-custom-width wp-block-button__width-100 is-style-fill\"><a class=\"wp-block-button__link wp-element-button\">Get tickets for my show</a></div>\n</div>\n\n\n\n<ul class=\"wp-block-social-links has-normal-icon-size has-icon-color has-icon-background-color is-content-justification-center is-layout-flex wp-container-2\" style=\"padding-top:var(--wp--preset--spacing--60);padding-bottom:var(--wp--preset--spacing--60)\"><li style=\"color: #000000; background-color: #ffffff; \" class=\"wp-social-link wp-social-link-instagram wp-block-social-link\"><a href=\"https://wordpress.org/patterns/\" class=\"wp-block-social-link-anchor\"><svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" aria-hidden=\"true\" focusable=\"false\"><path d=\"M12,4.622c2.403,0,2.688,0.009,3.637,0.052c0.877,0.04,1.354,0.187,1.671,0.31c0.42,0.163,0.72,0.358,1.035,0.673 c0.315,0.315,0.51,0.615,0.673,1.035c0.123,0.317,0.27,0.794,0.31,1.671c0.043,0.949,0.052,1.234,0.052,3.637 s-0.009,2.688-0.052,3.637c-0.04,0.877-0.187,1.354-0.31,1.671c-0.163,0.42-0.358,0.72-0.673,1.035 c-0.315,0.315-0.615,0.51-1.035,0.673c-0.317,0.123-0.794,0.27-1.671,0.31c-0.949,0.043-1.233,0.052-3.637,0.052 s-2.688-0.009-3.637-0.052c-0.877-0.04-1.354-0.187-1.671-0.31c-0.42-0.163-0.72-0.358-1.035-0.673 c-0.315-0.315-0.51-0.615-0.673-1.035c-0.123-0.317-0.27-0.794-0.31-1.671C4.631,14.688,4.622,14.403,4.622,12 s0.009-2.688,0.052-3.637c0.04-0.877,0.187-1.354,0.31-1.671c0.163-0.42,0.358-0.72,0.673-1.035 c0.315-0.315,0.615-0.51,1.035-0.673c0.317-0.123,0.794-0.27,1.671-0.31C9.312,4.631,9.597,4.622,12,4.622 M12,3 C9.556,3,9.249,3.01,8.289,3.054C7.331,3.098,6.677,3.25,6.105,3.472C5.513,3.702,5.011,4.01,4.511,4.511 c-0.5,0.5-0.808,1.002-1.038,1.594C3.25,6.677,3.098,7.331,3.054,8.289C3.01,9.249,3,9.556,3,12c0,2.444,0.01,2.751,0.054,3.711 c0.044,0.958,0.196,1.612,0.418,2.185c0.23,0.592,0.538,1.094,1.038,1.594c0.5,0.5,1.002,0.808,1.594,1.038 c0.572,0.222,1.227,0.375,2.185,0.418C9.249,20.99,9.556,21,12,21s2.751-0.01,3.711-0.054c0.958-0.044,1.612-0.196,2.185-0.418 c0.592-0.23,1.094-0.538,1.594-1.038c0.5-0.5,0.808-1.002,1.038-1.594c0.222-0.572,0.375-1.227,0.418-2.185 C20.99,14.751,21,14.444,21,12s-0.01-2.751-0.054-3.711c-0.044-0.958-0.196-1.612-0.418-2.185c-0.23-0.592-0.538-1.094-1.038-1.594 c-0.5-0.5-1.002-0.808-1.594-1.038c-0.572-0.222-1.227-0.375-2.185-0.418C14.751,3.01,14.444,3,12,3L12,3z M12,7.378 c-2.552,0-4.622,2.069-4.622,4.622S9.448,16.622,12,16.622s4.622-2.069,4.622-4.622S14.552,7.378,12,7.378z M12,15 c-1.657,0-3-1.343-3-3s1.343-3,3-3s3,1.343,3,3S13.657,15,12,15z M16.804,6.116c-0.596,0-1.08,0.484-1.08,1.08 s0.484,1.08,1.08,1.08c0.596,0,1.08-0.484,1.08-1.08S17.401,6.116,16.804,6.116z\"></path></svg><span class=\"wp-block-social-link-label screen-reader-text\">Instagram</span></a></li>\n\n<li style=\"color: #000000; background-color: #ffffff; \" class=\"wp-social-link wp-social-link-bandcamp wp-block-social-link\"><a href=\"https://wordpress.org/patterns/\" class=\"wp-block-social-link-anchor\"><svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" aria-hidden=\"true\" focusable=\"false\"><path d=\"M15.27 17.289 3 17.289 8.73 6.711 21 6.711 15.27 17.289\"></path></svg><span class=\"wp-block-social-link-label screen-reader-text\">Bandcamp</span></a></li>\n\n<li style=\"color: #000000; background-color: #ffffff; \" class=\"wp-social-link wp-social-link-twitter wp-block-social-link\"><a href=\"https://wordpress.org/patterns/\" class=\"wp-block-social-link-anchor\"><svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" aria-hidden=\"true\" focusable=\"false\"><path d=\"M22.23,5.924c-0.736,0.326-1.527,0.547-2.357,0.646c0.847-0.508,1.498-1.312,1.804-2.27 c-0.793,0.47-1.671,0.812-2.606,0.996C18.324,4.498,17.257,4,16.077,4c-2.266,0-4.103,1.837-4.103,4.103 c0,0.322,0.036,0.635,0.106,0.935C8.67,8.867,5.647,7.234,3.623,4.751C3.27,5.357,3.067,6.062,3.067,6.814 c0,1.424,0.724,2.679,1.825,3.415c-0.673-0.021-1.305-0.206-1.859-0.513c0,0.017,0,0.034,0,0.052c0,1.988,1.414,3.647,3.292,4.023 c-0.344,0.094-0.707,0.144-1.081,0.144c-0.264,0-0.521-0.026-0.772-0.074c0.522,1.63,2.038,2.816,3.833,2.85 c-1.404,1.1-3.174,1.756-5.096,1.756c-0.331,0-0.658-0.019-0.979-0.057c1.816,1.164,3.973,1.843,6.29,1.843 c7.547,0,11.675-6.252,11.675-11.675c0-0.178-0.004-0.355-0.012-0.531C20.985,7.47,21.68,6.747,22.23,5.924z\"></path></svg><span class=\"wp-block-social-link-label screen-reader-text\">Twitter</span></a></li>\n\n<li style=\"color: #000000; background-color: #ffffff; \" class=\"wp-social-link wp-social-link-twitch wp-block-social-link\"><a href=\"https://wordpress.org/patterns/\" class=\"wp-block-social-link-anchor\"><svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" aria-hidden=\"true\" focusable=\"false\"><path d=\"M16.499,8.089h-1.636v4.91h1.636V8.089z M12,8.089h-1.637v4.91H12V8.089z M4.228,3.178L3,6.451v13.092h4.499V22h2.456 l2.454-2.456h3.681L21,14.636V3.178H4.228z M19.364,13.816l-2.864,2.865H12l-2.453,2.453V16.68H5.863V4.814h13.501V13.816z\"></path></svg><span class=\"wp-block-social-link-label screen-reader-text\">Twitch</span></a></li></ul>\n</div>\n\";s:9:\"protected\";b:0;}s:4:\"meta\";O:8:\"stdClass\":7:{s:13:\"wpop_keywords\";s:0:\"\";s:16:\"wpop_description\";s:0:\"\";s:19:\"wpop_viewport_width\";i:800;s:16:\"wpop_block_types\";a:0:{}s:11:\"wpop_locale\";s:5:\"en_US\";s:15:\"wpop_wp_version\";s:3:\"6.1\";s:25:\"wpop_contains_block_types\";s:116:\"core/button,core/buttons,core/group,core/site-tagline,core/site-title,core/social-link,core/social-links,core/spacer\";}s:14:\"category_slugs\";a:2:{i:0;s:8:\"featured\";i:1;s:9:\"wireframe\";}s:13:\"keyword_slugs\";a:0:{}s:15:\"pattern_content\";s:2665:\"<!-- wp:group {\"style\":{\"spacing\":{\"padding\":{\"top\":\"var:preset|spacing|80\",\"right\":\"0\",\"bottom\":\"var:preset|spacing|80\",\"left\":\"0\"}}},\"backgroundColor\":\"white\",\"layout\":{\"type\":\"default\"}} -->\n<div class=\"wp-block-group has-white-background-color has-background\" style=\"padding-top:var(--wp--preset--spacing--80);padding-right:0;padding-bottom:var(--wp--preset--spacing--80);padding-left:0\"><!-- wp:site-title {\"textAlign\":\"center\",\"style\":{\"typography\":{\"fontStyle\":\"normal\",\"fontWeight\":\"700\"}},\"fontSize\":\"medium\"} /-->\n\n<!-- wp:site-tagline {\"textAlign\":\"center\"} /-->\n\n<!-- wp:spacer {\"height\":\"20px\"} -->\n<div style=\"height:20px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:buttons {\"layout\":{\"type\":\"flex\",\"justifyContent\":\"center\"}} -->\n<div class=\"wp-block-buttons\"><!-- wp:button {\"width\":100} -->\n<div class=\"wp-block-button has-custom-width wp-block-button__width-100\"><a class=\"wp-block-button__link wp-element-button\">Watch my latest videos</a></div>\n<!-- /wp:button -->\n\n<!-- wp:button {\"width\":100} -->\n<div class=\"wp-block-button has-custom-width wp-block-button__width-100\"><a class=\"wp-block-button__link wp-element-button\">Buy merch</a></div>\n<!-- /wp:button -->\n\n<!-- wp:button {\"width\":100} -->\n<div class=\"wp-block-button has-custom-width wp-block-button__width-100\"><a class=\"wp-block-button__link wp-element-button\">Support me on Patreon</a></div>\n<!-- /wp:button -->\n\n<!-- wp:button {\"width\":100,\"className\":\"is-style-fill\"} -->\n<div class=\"wp-block-button has-custom-width wp-block-button__width-100 is-style-fill\"><a class=\"wp-block-button__link wp-element-button\">Get tickets for my show</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons -->\n\n<!-- wp:social-links {\"iconColor\":\"black\",\"iconColorValue\":\"#000000\",\"iconBackgroundColor\":\"white\",\"iconBackgroundColorValue\":\"#ffffff\",\"size\":\"has-normal-icon-size\",\"style\":{\"spacing\":{\"blockGap\":{\"top\":\"0\",\"left\":\"0\"},\"padding\":{\"top\":\"var:preset|spacing|60\",\"bottom\":\"var:preset|spacing|60\"}}},\"layout\":{\"type\":\"flex\",\"justifyContent\":\"center\"}} -->\n<ul class=\"wp-block-social-links has-normal-icon-size has-icon-color has-icon-background-color\" style=\"padding-top:var(--wp--preset--spacing--60);padding-bottom:var(--wp--preset--spacing--60)\"><!-- wp:social-link {\"url\":\"https://wordpress.org/patterns/\",\"service\":\"instagram\"} /-->\n\n<!-- wp:social-link {\"url\":\"https://wordpress.org/patterns/\",\"service\":\"bandcamp\"} /-->\n\n<!-- wp:social-link {\"url\":\"https://wordpress.org/patterns/\",\"service\":\"twitter\"} /-->\n\n<!-- wp:social-link {\"url\":\"https://wordpress.org/patterns/\",\"service\":\"twitch\"} /--></ul>\n<!-- /wp:social-links --></div>\n<!-- /wp:group -->\";}i:1;O:8:\"stdClass\":7:{s:2:\"id\";i:732;s:5:\"title\";O:8:\"stdClass\":1:{s:8:\"rendered\";s:21:\"Simple call to action\";}s:7:\"content\";O:8:\"stdClass\":2:{s:8:\"rendered\";s:899:\"\n<div class=\"wp-block-group alignfull has-text-color has-background is-layout-flow\" style=\"background-color:#ffffff;color:#000000\">\n<div style=\"height:64px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n\n\n\n<p class=\"has-text-align-center has-small-font-size\" style=\"line-height:.9\"><strong>GET IN TOUCH</strong></p>\n\n\n\n<h2 class=\"has-text-align-center wp-block-heading\" id=\"schedule-a-visit\" style=\"font-size:59px;line-height:1.15\"><strong>Schedule a Visit</strong></h2>\n\n\n\n<div class=\"wp-block-buttons is-horizontal is-content-justification-center is-layout-flex wp-container-4\">\n<div class=\"wp-block-button has-custom-width wp-block-button__width-50\"><a class=\"wp-block-button__link has-text-color has-background\" style=\"border-radius:50px;background-color:#000000;color:#ffffff\">Contact us</a></div>\n</div>\n\n\n\n<div style=\"height:64px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n</div>\n\";s:9:\"protected\";b:0;}s:4:\"meta\";O:8:\"stdClass\":7:{s:13:\"wpop_keywords\";s:0:\"\";s:16:\"wpop_description\";s:89:\"A container with a white background. Inside is a centered paragraph, heading, and button.\";s:19:\"wpop_viewport_width\";i:800;s:16:\"wpop_block_types\";a:0:{}s:11:\"wpop_locale\";s:5:\"en_US\";s:15:\"wpop_wp_version\";s:0:\"\";s:25:\"wpop_contains_block_types\";s:75:\"core/button,core/buttons,core/group,core/heading,core/paragraph,core/spacer\";}s:14:\"category_slugs\";a:2:{i:0;s:7:\"buttons\";i:1;s:8:\"featured\";}s:13:\"keyword_slugs\";a:0:{}s:15:\"pattern_content\";s:1506:\"<!-- wp:group {\"align\":\"full\",\"style\":{\"color\":{\"text\":\"#000000\",\"background\":\"#ffffff\"}}} -->\n<div class=\"wp-block-group alignfull has-text-color has-background\" style=\"background-color:#ffffff;color:#000000\"><!-- wp:spacer {\"height\":64} -->\n<div style=\"height:64px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:paragraph {\"align\":\"center\",\"style\":{\"typography\":{\"lineHeight\":\".9\"}},\"fontSize\":\"small\"} -->\n<p class=\"has-text-align-center has-small-font-size\" style=\"line-height:.9\"><strong>GET IN TOUCH</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"textAlign\":\"center\",\"style\":{\"typography\":{\"fontSize\":59,\"lineHeight\":\"1.15\"}}} -->\n<h2 class=\"has-text-align-center\" id=\"schedule-a-visit\" style=\"font-size:59px;line-height:1.15\"><strong>Schedule a Visit</strong></h2>\n<!-- /wp:heading -->\n\n<!-- wp:buttons {\"layout\":{\"type\":\"flex\",\"justifyContent\":\"center\",\"orientation\":\"horizontal\"}} -->\n<div class=\"wp-block-buttons\"><!-- wp:button {\"width\":50,\"style\":{\"color\":{\"background\":\"#000000\",\"text\":\"#ffffff\"},\"border\":{\"radius\":\"50px\"}}} -->\n<div class=\"wp-block-button has-custom-width wp-block-button__width-50\"><a class=\"wp-block-button__link has-text-color has-background\" style=\"border-radius:50px;background-color:#000000;color:#ffffff\">Contact us</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons -->\n\n<!-- wp:spacer {\"height\":64} -->\n<div style=\"height:64px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer --></div>\n<!-- /wp:group -->\";}i:2;O:8:\"stdClass\":7:{s:2:\"id\";i:678;s:5:\"title\";O:8:\"stdClass\":1:{s:8:\"rendered\";s:13:\"Pricing table\";}s:7:\"content\";O:8:\"stdClass\":2:{s:8:\"rendered\";s:3340:\"\n<div class=\"wp-block-columns alignwide is-layout-flex wp-container-12\">\n<div class=\"wp-elements-9b0ec38802488b5326b5833c551a99b8 wp-block-column has-text-color has-background has-link-color is-layout-flow\" style=\"background-color:#ffe97d;color:#000000;padding-top:2em;padding-right:2em;padding-bottom:2em;padding-left:2em\">\n<h2 class=\"wp-block-heading\" id=\"single\" style=\"font-size:40px\"><strong>Single</strong></h2>\n\n\n\n<p class=\"has-normal-font-size\" style=\"line-height:1.5\"><strong>Enrich our growing community.</strong> </p>\n\n\n\n<hr class=\"wp-block-separator has-text-color has-background is-style-wide\" style=\"background-color:#000000;color:#000000\" />\n\n\n\n<ul class=\"has-normal-font-size\"><li>General admission and member discounts for one adult</li><li>One free ticket per special exhibition</li><li>Two single-use guest passes per year</li></ul>\n\n\n\n<div class=\"wp-block-buttons alignfull is-horizontal is-content-justification-center is-layout-flex wp-container-6\">\n<div class=\"wp-block-button has-custom-width wp-block-button__width-100\"><a class=\"wp-block-button__link has-white-color has-text-color has-background no-border-radius\" style=\"background-color:#000000\">$110 / year</a></div>\n</div>\n</div>\n\n\n\n<div class=\"wp-elements-9add2e813d78c88d00f9bd37bafd7af9 wp-block-column has-text-color has-background has-link-color is-layout-flow\" style=\"background-color:#d1d1e1;color:#000000;padding-top:2em;padding-right:2em;padding-bottom:2em;padding-left:2em\">\n<h2 class=\"wp-block-heading\" id=\"family\" style=\"font-size:40px\"><strong>Family</strong></h2>\n\n\n\n<p class=\"has-normal-font-size\" style=\"line-height:1.5\"><strong>Support special exhibitions.</strong></p>\n\n\n\n<hr class=\"wp-block-separator is-style-wide\" />\n\n\n\n<ul class=\"has-normal-font-size\"><li>General admission and member discounts for two adults</li><li>Four free tickets per special exhibition</li><li>Four single-use guest passes per year</li></ul>\n\n\n\n<div class=\"wp-block-buttons alignfull is-horizontal is-content-justification-center is-layout-flex wp-container-8\">\n<div class=\"wp-block-button has-custom-width wp-block-button__width-100 is-style-fill\"><a class=\"wp-block-button__link has-white-color has-text-color has-background no-border-radius\" style=\"background-color:#000000\">$200 / year</a></div>\n</div>\n</div>\n\n\n\n<div class=\"wp-elements-2500c6475a3fa956c7c9f0264bdaf6c7 wp-block-column has-text-color has-background has-link-color is-layout-flow\" style=\"background-color:#c0ebf1;color:#000000;padding-top:2em;padding-right:2em;padding-bottom:2em;padding-left:2em\">\n<h2 class=\"wp-block-heading\" id=\"patron\" style=\"font-size:40px\"><strong>Patron</strong></h2>\n\n\n\n<p class=\"has-normal-font-size\"><strong>Take support to the next level.</strong></p>\n\n\n\n<hr class=\"wp-block-separator is-style-wide\" />\n\n\n\n<ul class=\"has-normal-font-size\"><li>General admission and member discounts for two adults</li><li>Five free tickets per special exhibition</li><li>Six single-use guest passes per year</li></ul>\n\n\n\n<div class=\"wp-block-buttons alignfull is-horizontal is-content-justification-center is-layout-flex wp-container-10\">\n<div class=\"wp-block-button has-custom-width wp-block-button__width-100\"><a class=\"wp-block-button__link has-white-color has-text-color has-background no-border-radius\" style=\"background-color:#000000\">$400 / year</a></div>\n</div>\n</div>\n</div>\n\";s:9:\"protected\";b:0;}s:4:\"meta\";O:8:\"stdClass\":7:{s:13:\"wpop_keywords\";s:0:\"\";s:16:\"wpop_description\";s:272:\"Three equal-width columns set up as a pricing table. The left column has a yellow background, the middle column has a light purple background, and the right column has a light blue background. Each column contains a heading, subheading, separator, list, and then a button.\";s:19:\"wpop_viewport_width\";i:1200;s:16:\"wpop_block_types\";a:0:{}s:11:\"wpop_locale\";s:5:\"en_US\";s:15:\"wpop_wp_version\";s:0:\"\";s:25:\"wpop_contains_block_types\";s:102:\"core/button,core/buttons,core/column,core/columns,core/heading,core/list,core/paragraph,core/separator\";}s:14:\"category_slugs\";a:3:{i:0;s:7:\"buttons\";i:1;s:7:\"columns\";i:2;s:8:\"featured\";}s:13:\"keyword_slugs\";a:0:{}s:15:\"pattern_content\";s:5340:\"<!-- wp:columns {\"align\":\"wide\"} -->\n<div class=\"wp-block-columns alignwide\"><!-- wp:column {\"style\":{\"color\":{\"background\":\"#ffe97d\",\"text\":\"#000000\"},\"elements\":{\"link\":{\"color\":{\"text\":\"#000000\"}}},\"spacing\":{\"padding\":{\"top\":\"2em\",\"right\":\"2em\",\"bottom\":\"2em\",\"left\":\"2em\"}}}} -->\n<div class=\"wp-block-column has-text-color has-background has-link-color\" style=\"background-color:#ffe97d;color:#000000;padding-top:2em;padding-right:2em;padding-bottom:2em;padding-left:2em\"><!-- wp:heading {\"style\":{\"typography\":{\"fontSize\":\"40px\"}}} -->\n<h2 id=\"single\" style=\"font-size:40px\"><strong>Single</strong></h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph {\"style\":{\"typography\":{\"lineHeight\":\"1.5\"}},\"fontSize\":\"normal\"} -->\n<p class=\"has-normal-font-size\" style=\"line-height:1.5\"><strong>Enrich our growing community.</strong> </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:separator {\"customColor\":\"#000000\",\"className\":\"is-style-wide\"} -->\n<hr class=\"wp-block-separator has-text-color has-background is-style-wide\" style=\"background-color:#000000;color:#000000\" />\n<!-- /wp:separator -->\n\n<!-- wp:list {\"fontSize\":\"normal\"} -->\n<ul class=\"has-normal-font-size\"><li>General admission and member discounts for one adult</li><li>One free ticket per special exhibition</li><li>Two single-use guest passes per year</li></ul>\n<!-- /wp:list -->\n\n<!-- wp:buttons {\"align\":\"full\",\"layout\":{\"type\":\"flex\",\"justifyContent\":\"center\",\"orientation\":\"horizontal\"}} -->\n<div class=\"wp-block-buttons alignfull\"><!-- wp:button {\"textColor\":\"white\",\"width\":100,\"style\":{\"color\":{\"background\":\"#000000\"},\"border\":{\"radius\":0}}} -->\n<div class=\"wp-block-button has-custom-width wp-block-button__width-100\"><a class=\"wp-block-button__link has-white-color has-text-color has-background no-border-radius\" style=\"background-color:#000000\">$110 / year</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"style\":{\"color\":{\"background\":\"#d1d1e1\",\"text\":\"#000000\"},\"elements\":{\"link\":{\"color\":{\"text\":\"#000000\"}}},\"spacing\":{\"padding\":{\"top\":\"2em\",\"right\":\"2em\",\"bottom\":\"2em\",\"left\":\"2em\"}}}} -->\n<div class=\"wp-block-column has-text-color has-background has-link-color\" style=\"background-color:#d1d1e1;color:#000000;padding-top:2em;padding-right:2em;padding-bottom:2em;padding-left:2em\"><!-- wp:heading {\"style\":{\"typography\":{\"fontSize\":\"40px\"}}} -->\n<h2 id=\"family\" style=\"font-size:40px\"><strong>Family</strong></h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph {\"style\":{\"typography\":{\"lineHeight\":\"1.5\"}},\"fontSize\":\"normal\"} -->\n<p class=\"has-normal-font-size\" style=\"line-height:1.5\"><strong>Support special exhibitions.</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:separator {\"className\":\"is-style-wide\"} -->\n<hr class=\"wp-block-separator is-style-wide\" />\n<!-- /wp:separator -->\n\n<!-- wp:list {\"fontSize\":\"normal\"} -->\n<ul class=\"has-normal-font-size\"><li>General admission and member discounts for two adults</li><li>Four free tickets per special exhibition</li><li>Four single-use guest passes per year</li></ul>\n<!-- /wp:list -->\n\n<!-- wp:buttons {\"align\":\"full\",\"layout\":{\"type\":\"flex\",\"justifyContent\":\"center\",\"orientation\":\"horizontal\"}} -->\n<div class=\"wp-block-buttons alignfull\"><!-- wp:button {\"textColor\":\"white\",\"width\":100,\"style\":{\"color\":{\"background\":\"#000000\"},\"border\":{\"radius\":0}},\"className\":\"is-style-fill\"} -->\n<div class=\"wp-block-button has-custom-width wp-block-button__width-100 is-style-fill\"><a class=\"wp-block-button__link has-white-color has-text-color has-background no-border-radius\" style=\"background-color:#000000\">$200 / year</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"style\":{\"color\":{\"background\":\"#c0ebf1\",\"text\":\"#000000\"},\"elements\":{\"link\":{\"color\":{\"text\":\"#000000\"}}},\"spacing\":{\"padding\":{\"top\":\"2em\",\"right\":\"2em\",\"bottom\":\"2em\",\"left\":\"2em\"}}}} -->\n<div class=\"wp-block-column has-text-color has-background has-link-color\" style=\"background-color:#c0ebf1;color:#000000;padding-top:2em;padding-right:2em;padding-bottom:2em;padding-left:2em\"><!-- wp:heading {\"style\":{\"typography\":{\"fontSize\":\"40px\"}}} -->\n<h2 id=\"patron\" style=\"font-size:40px\"><strong>Patron</strong></h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph {\"fontSize\":\"normal\"} -->\n<p class=\"has-normal-font-size\"><strong>Take support to the next level.</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:separator {\"className\":\"is-style-wide\"} -->\n<hr class=\"wp-block-separator is-style-wide\" />\n<!-- /wp:separator -->\n\n<!-- wp:list {\"fontSize\":\"normal\"} -->\n<ul class=\"has-normal-font-size\"><li>General admission and member discounts for two adults</li><li>Five free tickets per special exhibition</li><li>Six single-use guest passes per year</li></ul>\n<!-- /wp:list -->\n\n<!-- wp:buttons {\"align\":\"full\",\"layout\":{\"type\":\"flex\",\"justifyContent\":\"center\",\"orientation\":\"horizontal\"}} -->\n<div class=\"wp-block-buttons alignfull\"><!-- wp:button {\"textColor\":\"white\",\"width\":100,\"style\":{\"color\":{\"background\":\"#000000\"},\"border\":{\"radius\":0}}} -->\n<div class=\"wp-block-button has-custom-width wp-block-button__width-100\"><a class=\"wp-block-button__link has-white-color has-text-color has-background no-border-radius\" style=\"background-color:#000000\">$400 / year</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\";}i:3;O:8:\"stdClass\":7:{s:2:\"id\";i:669;s:5:\"title\";O:8:\"stdClass\":1:{s:8:\"rendered\";s:31:\"Image and quote on a background\";}s:7:\"content\";O:8:\"stdClass\":2:{s:8:\"rendered\";s:2221:\"\n<div class=\"wp-block-media-text alignwide has-media-on-the-right is-stacked-on-mobile is-vertically-aligned-center has-background\" style=\"background-color:#f1f5c7\"><figure class=\"wp-block-media-text__media\"><img decoding=\"async\" loading=\"lazy\" width=\"1024\" height=\"1024\" src=\"https://s.w.org/patterns/files/2021/06/pear-1-1024x1024.png\" alt=\"\" class=\"wp-image-5263 size-full\" srcset=\"https://s.w.org/patterns/files/2021/06/pear-1-1024x1024.png 1024w, https://s.w.org/patterns/files/2021/06/pear-1-300x300.png 300w, https://s.w.org/patterns/files/2021/06/pear-1-150x150.png 150w, https://s.w.org/patterns/files/2021/06/pear-1-768x768.png 768w, https://s.w.org/patterns/files/2021/06/pear-1.png 1300w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" /></figure><div class=\"wp-block-media-text__content\">\n<div class=\"wp-block-group is-layout-flow\" style=\"padding-top:2em;padding-right:2em;padding-bottom:2em;padding-left:2em\">\n<p style=\"font-size:36px;line-height:1.2\"><strong>Even the bitterest fruit has sugar in it.</strong></p>\n\n\n\n<p class=\"has-extra-small-font-size\">– Terry a O&#8217;Neal</p>\n</div>\n</div></div>\n\n\n\n<div class=\"wp-block-media-text alignwide is-stacked-on-mobile is-vertically-aligned-center has-background\" style=\"background-color:#fffdea\"><figure class=\"wp-block-media-text__media\"><img decoding=\"async\" loading=\"lazy\" width=\"1024\" height=\"1024\" src=\"https://s.w.org/patterns/files/2021/06/pear-half-1024x1024.png\" alt=\"\" class=\"wp-image-673 size-full\" srcset=\"https://s.w.org/patterns/files/2021/06/pear-half-1024x1024.png 1024w, https://s.w.org/patterns/files/2021/06/pear-half-300x300.png 300w, https://s.w.org/patterns/files/2021/06/pear-half-150x150.png 150w, https://s.w.org/patterns/files/2021/06/pear-half-768x768.png 768w, https://s.w.org/patterns/files/2021/06/pear-half.png 1300w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" /></figure><div class=\"wp-block-media-text__content\">\n<div class=\"wp-block-group is-layout-flow\" style=\"padding-top:2em;padding-right:2em;padding-bottom:2em;padding-left:2em\">\n<p style=\"font-size:36px;line-height:1.2\"><strong>The trees that are slow to grow bear the best fruit.</strong></p>\n\n\n\n<p class=\"has-extra-small-font-size\">– Molière</p>\n</div>\n</div></div>\n\";s:9:\"protected\";b:0;}s:4:\"meta\";O:8:\"stdClass\":7:{s:13:\"wpop_keywords\";s:0:\"\";s:16:\"wpop_description\";s:221:\"Two media and text blocks. The top one has a pale green background. The text is on the left and contains a quote, and the image is on the right. The next block underneath has the image on the left, and quote on the right.\";s:19:\"wpop_viewport_width\";i:800;s:16:\"wpop_block_types\";a:0:{}s:11:\"wpop_locale\";s:5:\"en_US\";s:15:\"wpop_wp_version\";s:0:\"\";s:25:\"wpop_contains_block_types\";s:41:\"core/group,core/media-text,core/paragraph\";}s:14:\"category_slugs\";a:3:{i:0;s:8:\"featured\";i:1;s:6:\"images\";i:2;s:4:\"text\";}s:13:\"keyword_slugs\";a:0:{}s:15:\"pattern_content\";s:2404:\"<!-- wp:media-text {\"mediaPosition\":\"right\",\"mediaId\":5263,\"mediaLink\":\"https://wordpress.org/patterns/pattern/image-and-quote-on-a-background/pear-3/\",\"mediaType\":\"image\",\"verticalAlignment\":\"center\",\"style\":{\"color\":{\"background\":\"#f1f5c7\"}}} -->\n<div class=\"wp-block-media-text alignwide has-media-on-the-right is-stacked-on-mobile is-vertically-aligned-center has-background\" style=\"background-color:#f1f5c7\"><figure class=\"wp-block-media-text__media\"><img src=\"https://s.w.org/patterns/files/2021/06/pear-1-1024x1024.png\" alt=\"\" class=\"wp-image-5263 size-full\" /></figure><div class=\"wp-block-media-text__content\"><!-- wp:group {\"style\":{\"spacing\":{\"padding\":{\"top\":\"2em\",\"right\":\"2em\",\"bottom\":\"2em\",\"left\":\"2em\"}}}} -->\n<div class=\"wp-block-group\" style=\"padding-top:2em;padding-right:2em;padding-bottom:2em;padding-left:2em\"><!-- wp:paragraph {\"style\":{\"typography\":{\"lineHeight\":\"1.2\",\"fontSize\":\"36px\"}}} -->\n<p style=\"font-size:36px;line-height:1.2\"><strong>Even the bitterest fruit has sugar in it.</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"fontSize\":\"extra-small\"} -->\n<p class=\"has-extra-small-font-size\">– Terry a O\'Neal</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:group --></div></div>\n<!-- /wp:media-text -->\n\n<!-- wp:media-text {\"mediaId\":673,\"mediaLink\":\"https://wordpress.org/patterns/pear-half/\",\"mediaType\":\"image\",\"verticalAlignment\":\"center\",\"style\":{\"color\":{\"background\":\"#fffdea\"}}} -->\n<div class=\"wp-block-media-text alignwide is-stacked-on-mobile is-vertically-aligned-center has-background\" style=\"background-color:#fffdea\"><figure class=\"wp-block-media-text__media\"><img src=\"https://s.w.org/patterns/files/2021/06/pear-half-1024x1024.png\" alt=\"\" class=\"wp-image-673 size-full\" /></figure><div class=\"wp-block-media-text__content\"><!-- wp:group {\"style\":{\"spacing\":{\"padding\":{\"top\":\"2em\",\"right\":\"2em\",\"bottom\":\"2em\",\"left\":\"2em\"}}}} -->\n<div class=\"wp-block-group\" style=\"padding-top:2em;padding-right:2em;padding-bottom:2em;padding-left:2em\"><!-- wp:paragraph {\"style\":{\"typography\":{\"lineHeight\":\"1.2\",\"fontSize\":\"36px\"}}} -->\n<p style=\"font-size:36px;line-height:1.2\"><strong>The trees that are slow to grow bear the best fruit.</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"fontSize\":\"extra-small\"} -->\n<p class=\"has-extra-small-font-size\">– Molière</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:group --></div></div>\n<!-- /wp:media-text -->\";}i:4;O:8:\"stdClass\":7:{s:2:\"id\";i:591;s:5:\"title\";O:8:\"stdClass\":1:{s:8:\"rendered\";s:5:\"Event\";}s:7:\"content\";O:8:\"stdClass\":2:{s:8:\"rendered\";s:1657:\"\n<div class=\"wp-elements-edf0023baa22d5c3aadb817ac19c1b79 wp-block-media-text alignfull has-media-on-the-right is-stacked-on-mobile is-vertically-aligned-top has-text-color has-background has-link-color\" style=\"background-color:#121c1c;color:#fffdc7;grid-template-columns:auto 60%\"><figure class=\"wp-block-media-text__media\"><img decoding=\"async\" loading=\"lazy\" width=\"1024\" height=\"1024\" src=\"https://s.w.org/patterns/files/2021/06/image-from-rawpixel-id-430289-jpeg-1-1024x1024.jpg\" alt=\"\" class=\"wp-image-590 size-full\" srcset=\"https://s.w.org/patterns/files/2021/06/image-from-rawpixel-id-430289-jpeg-1-1024x1024.jpg 1024w, https://s.w.org/patterns/files/2021/06/image-from-rawpixel-id-430289-jpeg-1-300x300.jpg 300w, https://s.w.org/patterns/files/2021/06/image-from-rawpixel-id-430289-jpeg-1-150x150.jpg 150w, https://s.w.org/patterns/files/2021/06/image-from-rawpixel-id-430289-jpeg-1-768x768.jpg 768w, https://s.w.org/patterns/files/2021/06/image-from-rawpixel-id-430289-jpeg-1-1536x1536.jpg 1536w, https://s.w.org/patterns/files/2021/06/image-from-rawpixel-id-430289-jpeg-1.jpg 1572w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" /></figure><div class=\"wp-block-media-text__content\">\n<div class=\"wp-elements-ee61a3653e44280067f52b6b1f02506c wp-block-group has-link-color is-layout-flow\" style=\"padding-top:2em;padding-right:2em;padding-bottom:2em;padding-left:2em\">\n<h2 class=\"wp-block-heading\" style=\"font-size:48px;font-weight:700;line-height:1.15\">Opening <br>Party</h2>\n\n\n\n<p class=\"wp-elements-0860918d5b16b9e1778b1966b333b980 has-text-color has-link-color\" style=\"color:#fffdc7\"><strong><a href=\"#\">RSVP →</a></strong></p>\n</div>\n</div></div>\n\";s:9:\"protected\";b:0;}s:4:\"meta\";O:8:\"stdClass\":7:{s:13:\"wpop_keywords\";s:0:\"\";s:16:\"wpop_description\";s:0:\"\";s:19:\"wpop_viewport_width\";i:800;s:16:\"wpop_block_types\";a:0:{}s:11:\"wpop_locale\";s:5:\"en_US\";s:15:\"wpop_wp_version\";s:0:\"\";s:25:\"wpop_contains_block_types\";s:54:\"core/group,core/heading,core/media-text,core/paragraph\";}s:14:\"category_slugs\";a:3:{i:0;s:8:\"featured\";i:1;s:6:\"header\";i:2;s:6:\"images\";}s:13:\"keyword_slugs\";a:0:{}s:15:\"pattern_content\";s:1592:\"<!-- wp:media-text {\"align\":\"full\",\"mediaPosition\":\"right\",\"mediaId\":590,\"mediaLink\":\"https://wordpress.org/patterns/image-from-rawpixel-id-430289-jpeg-1/\",\"mediaType\":\"image\",\"mediaWidth\":60,\"verticalAlignment\":\"top\",\"style\":{\"color\":{\"background\":\"#121c1c\",\"text\":\"#fffdc7\"},\"elements\":{\"link\":{\"color\":{\"text\":\"#fffdc7\"}}}}} -->\n<div class=\"wp-block-media-text alignfull has-media-on-the-right is-stacked-on-mobile is-vertically-aligned-top has-text-color has-background has-link-color\" style=\"background-color:#121c1c;color:#fffdc7;grid-template-columns:auto 60%\"><figure class=\"wp-block-media-text__media\"><img src=\"https://s.w.org/patterns/files/2021/06/image-from-rawpixel-id-430289-jpeg-1-1024x1024.jpg\" alt=\"\" class=\"wp-image-590 size-full\" /></figure><div class=\"wp-block-media-text__content\"><!-- wp:group {\"style\":{\"spacing\":{\"padding\":{\"top\":\"2em\",\"right\":\"2em\",\"bottom\":\"2em\",\"left\":\"2em\"}},\"elements\":{\"link\":{\"color\":{\"text\":\"#fffdc7\"}}}}} -->\n<div class=\"wp-block-group has-link-color\" style=\"padding-top:2em;padding-right:2em;padding-bottom:2em;padding-left:2em\"><!-- wp:heading {\"style\":{\"typography\":{\"fontWeight\":\"700\",\"fontSize\":\"48px\",\"lineHeight\":\"1.15\"}}} -->\n<h2 style=\"font-size:48px;font-weight:700;line-height:1.15\">Opening <br>Party</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph {\"style\":{\"elements\":{\"link\":{\"color\":{\"text\":\"#fffdc7\"}}},\"color\":{\"text\":\"#fffdc7\"}}} -->\n<p class=\"has-text-color has-link-color\" style=\"color:#fffdc7\"><strong><a href=\"#\">RSVP →</a></strong></p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:group --></div></div>\n<!-- /wp:media-text -->\";}i:5;O:8:\"stdClass\":7:{s:2:\"id\";i:566;s:5:\"title\";O:8:\"stdClass\":1:{s:8:\"rendered\";s:30:\"Event announcement and details\";}s:7:\"content\";O:8:\"stdClass\":2:{s:8:\"rendered\";s:1614:\"\n<div class=\"wp-elements-b69341fa8ca2b5011df7156020136c46 wp-block-group alignfull has-black-color has-text-color has-background has-link-color is-layout-flow\" style=\"background-color:#d2cdc7\">\n<div style=\"height:50px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n\n\n\n<h2 class=\"alignwide wp-block-heading\" style=\"font-size:46px;font-weight:400;line-height:1.1\">HÉLÈNE DUMAS<br><em>FRAGMENTS</em></h2>\n\n\n\n<h3 class=\"alignwide wp-block-heading\" style=\"font-size:46px;font-weight:400;line-height:1.1\">20/4 — 9/9/2021<br>SOUTH LONDON ART GALLERY</h3>\n\n\n\n<div style=\"height:50px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n\n\n\n<div class=\"wp-block-columns alignwide is-layout-flex wp-container-18\">\n<div class=\"wp-block-column is-layout-flow\" style=\"flex-basis:25%\"></div>\n\n\n\n<div class=\"wp-block-column is-layout-flow\" style=\"flex-basis:75%\">\n<figure class=\"wp-block-image size-full\"><img decoding=\"async\" src=\"https://mywptesting.site/wp-content/uploads/2021/06/Histoire_naturelle_..._-fragments-_-_Upper_cover_C108eee15-1.jpg\" alt=\"\" class=\"wp-image-3173\" /></figure>\n</div>\n</div>\n\n\n\n<div style=\"height:50px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n\n\n\n<div class=\"wp-block-columns alignwide is-layout-flex wp-container-21\">\n<div class=\"wp-block-column is-layout-flow\">\n<p style=\"font-size:25px\">MORE INFO AT: WP.ORG · +44 21 1234 5678</p>\n</div>\n\n\n\n<div class=\"wp-block-column is-layout-flow\">\n<p class=\"has-text-align-right\" style=\"font-size:25px\">INSTAGRAM · <a href=\"#\">TICKETS</a></p>\n</div>\n</div>\n\n\n\n<div style=\"height:50px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n</div>\n\";s:9:\"protected\";b:0;}s:4:\"meta\";O:8:\"stdClass\":7:{s:13:\"wpop_keywords\";s:0:\"\";s:16:\"wpop_description\";s:0:\"\";s:19:\"wpop_viewport_width\";i:800;s:16:\"wpop_block_types\";a:0:{}s:11:\"wpop_locale\";s:5:\"en_US\";s:15:\"wpop_wp_version\";s:0:\"\";s:25:\"wpop_contains_block_types\";s:86:\"core/column,core/columns,core/group,core/heading,core/image,core/paragraph,core/spacer\";}s:14:\"category_slugs\";a:3:{i:0;s:8:\"featured\";i:1;s:6:\"images\";i:2;s:4:\"text\";}s:13:\"keyword_slugs\";a:0:{}s:15:\"pattern_content\";s:2622:\"<!-- wp:group {\"align\":\"full\",\"style\":{\"color\":{\"background\":\"#d2cdc7\"},\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|black\"}}}},\"textColor\":\"black\"} -->\n<div class=\"wp-block-group alignfull has-black-color has-text-color has-background has-link-color\" style=\"background-color:#d2cdc7\"><!-- wp:spacer {\"height\":50} -->\n<div style=\"height:50px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:heading {\"align\":\"wide\",\"style\":{\"typography\":{\"fontSize\":\"46px\",\"lineHeight\":\"1.1\",\"fontWeight\":\"400\"}}} -->\n<h2 class=\"alignwide\" style=\"font-size:46px;font-weight:400;line-height:1.1\">HÉLÈNE DUMAS<br><em>FRAGMENTS</em></h2>\n<!-- /wp:heading -->\n\n<!-- wp:heading {\"level\":3,\"align\":\"wide\",\"style\":{\"typography\":{\"fontSize\":\"46px\",\"lineHeight\":\"1.1\",\"fontWeight\":\"400\"}}} -->\n<h3 class=\"alignwide\" style=\"font-size:46px;font-weight:400;line-height:1.1\">20/4 — 9/9/2021<br>SOUTH LONDON ART GALLERY</h3>\n<!-- /wp:heading -->\n\n<!-- wp:spacer {\"height\":50} -->\n<div style=\"height:50px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:columns {\"align\":\"wide\"} -->\n<div class=\"wp-block-columns alignwide\"><!-- wp:column {\"width\":\"25%\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:25%\"></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"width\":\"75%\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:75%\"><!-- wp:image {\"id\":3173,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://mywptesting.site/wp-content/uploads/2021/06/Histoire_naturelle_..._-fragments-_-_Upper_cover_C108eee15-1.jpg\" alt=\"\" class=\"wp-image-3173\" /></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:spacer {\"height\":50} -->\n<div style=\"height:50px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:columns {\"align\":\"wide\"} -->\n<div class=\"wp-block-columns alignwide\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:paragraph {\"style\":{\"typography\":{\"fontSize\":\"25px\"}}} -->\n<p style=\"font-size:25px\">MORE INFO AT: WP.ORG · +44 21 1234 5678</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:paragraph {\"align\":\"right\",\"style\":{\"typography\":{\"fontSize\":\"25px\"}}} -->\n<p class=\"has-text-align-right\" style=\"font-size:25px\">INSTAGRAM · <a href=\"#\">TICKETS</a></p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:spacer {\"height\":50} -->\n<div style=\"height:50px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer --></div>\n<!-- /wp:group -->\";}i:6;O:8:\"stdClass\":7:{s:2:\"id\";i:573;s:5:\"title\";O:8:\"stdClass\":1:{s:8:\"rendered\";s:37:\"Image on solid color with description\";}s:7:\"content\";O:8:\"stdClass\":2:{s:8:\"rendered\";s:1628:\"\n<div class=\"wp-block-columns alignfull is-layout-flex wp-container-27\">\n<div class=\"wp-block-column is-layout-flow\" style=\"flex-basis:50%\">\n<div class=\"wp-block-cover has-background-dim\" style=\"background-color:#f6f6f6;min-height:600px\"><div class=\"wp-block-cover__inner-container\">\n<div class=\"wp-block-image\"><figure class=\"aligncenter size-medium\"><img decoding=\"async\" loading=\"lazy\" width=\"263\" height=\"300\" src=\"https://s.w.org/patterns/files/2021/06/wire-sculpture-263x300.jpg\" alt=\"\" class=\"wp-image-571\" srcset=\"https://s.w.org/patterns/files/2021/06/wire-sculpture-263x300.jpg 263w, https://s.w.org/patterns/files/2021/06/wire-sculpture-898x1024.jpg 898w, https://s.w.org/patterns/files/2021/06/wire-sculpture-768x875.jpg 768w, https://s.w.org/patterns/files/2021/06/wire-sculpture-1347x1536.jpg 1347w, https://s.w.org/patterns/files/2021/06/wire-sculpture.jpg 1658w\" sizes=\"(max-width: 263px) 100vw, 263px\" /></figure></div>\n</div></div>\n</div>\n\n\n\n<div class=\"wp-block-column is-vertically-aligned-center is-layout-flow\" style=\"padding-top:1em;padding-right:1em;padding-bottom:1em;padding-left:1em\">\n<div class=\"wp-block-columns is-layout-flex wp-container-25\">\n<div class=\"wp-block-column is-layout-flow\" style=\"flex-basis:320px\">\n<p class=\"has-small-font-size\" style=\"line-height:1.6\"><strong>Airplane</strong></p>\n\n\n\n<p class=\"has-small-font-size\" style=\"line-height:1.6\">Copper wire, wood base. I created this piece in late 2008. For this work, I aimed to convey both the industrial heaviness of an airplane, but also the cloudlike floating quality you feel when you’re in one.</p>\n</div>\n</div>\n</div>\n</div>\n\";s:9:\"protected\";b:0;}s:4:\"meta\";O:8:\"stdClass\":7:{s:13:\"wpop_keywords\";s:0:\"\";s:16:\"wpop_description\";s:38:\"Image on solid color with description.\";s:19:\"wpop_viewport_width\";i:1200;s:16:\"wpop_block_types\";a:0:{}s:11:\"wpop_locale\";s:5:\"en_US\";s:15:\"wpop_wp_version\";s:0:\"\";s:25:\"wpop_contains_block_types\";s:61:\"core/column,core/columns,core/cover,core/image,core/paragraph\";}s:14:\"category_slugs\";a:3:{i:0;s:8:\"featured\";i:1;s:6:\"images\";i:2;s:4:\"text\";}s:13:\"keyword_slugs\";a:0:{}s:15:\"pattern_content\";s:1826:\"<!-- wp:columns {\"align\":\"full\"} -->\n<div class=\"wp-block-columns alignfull\"><!-- wp:column {\"width\":\"50%\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:50%\"><!-- wp:cover {\"customOverlayColor\":\"#f6f6f6\",\"minHeight\":600} -->\n<div class=\"wp-block-cover has-background-dim\" style=\"background-color:#f6f6f6;min-height:600px\"><div class=\"wp-block-cover__inner-container\"><!-- wp:image {\"align\":\"center\",\"id\":571,\"sizeSlug\":\"medium\",\"linkDestination\":\"none\"} -->\n<div class=\"wp-block-image\"><figure class=\"aligncenter size-medium\"><img src=\"https://s.w.org/patterns/files/2021/06/wire-sculpture-263x300.jpg\" alt=\"\" class=\"wp-image-571\" /></figure></div>\n<!-- /wp:image --></div></div>\n<!-- /wp:cover --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"verticalAlignment\":\"center\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"1em\",\"right\":\"1em\",\"bottom\":\"1em\",\"left\":\"1em\"}}}} -->\n<div class=\"wp-block-column is-vertically-aligned-center\" style=\"padding-top:1em;padding-right:1em;padding-bottom:1em;padding-left:1em\"><!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column {\"width\":\"320px\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:320px\"><!-- wp:paragraph {\"style\":{\"typography\":{\"lineHeight\":\"1.6\"}},\"fontSize\":\"small\"} -->\n<p class=\"has-small-font-size\" style=\"line-height:1.6\"><strong>Airplane</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"style\":{\"typography\":{\"lineHeight\":\"1.6\"}},\"fontSize\":\"small\"} -->\n<p class=\"has-small-font-size\" style=\"line-height:1.6\">Copper wire, wood base. I created this piece in late 2008. For this work, I aimed to convey both the industrial heaviness of an airplane, but also the cloudlike floating quality you feel when you’re in one.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\";}i:7;O:8:\"stdClass\":7:{s:2:\"id\";i:526;s:5:\"title\";O:8:\"stdClass\":1:{s:8:\"rendered\";s:32:\"Offset images with descriptions.\";}s:7:\"content\";O:8:\"stdClass\":2:{s:8:\"rendered\";s:1754:\"\n<div class=\"wp-block-columns is-layout-flex wp-container-30\">\n<div class=\"wp-block-column is-layout-flow\">\n<figure class=\"wp-block-image size-large\"><img decoding=\"async\" loading=\"lazy\" width=\"793\" height=\"1024\" src=\"https://s.w.org/patterns/files/2021/06/Iris-793x1024.jpg\" alt=\"\" class=\"wp-image-525\" srcset=\"https://s.w.org/patterns/files/2021/06/Iris-793x1024.jpg 793w, https://s.w.org/patterns/files/2021/06/Iris-232x300.jpg 232w, https://s.w.org/patterns/files/2021/06/Iris-768x992.jpg 768w, https://s.w.org/patterns/files/2021/06/Iris-1189x1536.jpg 1189w, https://s.w.org/patterns/files/2021/06/Iris-1586x2048.jpg 1586w, https://s.w.org/patterns/files/2021/06/Iris.jpg 1920w\" sizes=\"(max-width: 793px) 100vw, 793px\" /></figure>\n\n\n\n<p style=\"font-size:14px\"><strong>White Irises</strong><br>Ogawa Kazumasa</p>\n</div>\n\n\n\n<div class=\"wp-block-column is-layout-flow\">\n<div style=\"height:100px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n\n\n\n<p style=\"font-size:14px\"><strong>Cherry Blossom</strong><br>Ogawa Kazumasa</p>\n\n\n\n<figure class=\"wp-block-image size-large\"><img decoding=\"async\" loading=\"lazy\" width=\"707\" height=\"1024\" src=\"https://s.w.org/patterns/files/2021/06/Cherry-Blossom-707x1024.jpg\" alt=\"\" class=\"wp-image-524\" srcset=\"https://s.w.org/patterns/files/2021/06/Cherry-Blossom-707x1024.jpg 707w, https://s.w.org/patterns/files/2021/06/Cherry-Blossom-207x300.jpg 207w, https://s.w.org/patterns/files/2021/06/Cherry-Blossom-768x1112.jpg 768w, https://s.w.org/patterns/files/2021/06/Cherry-Blossom-1061x1536.jpg 1061w, https://s.w.org/patterns/files/2021/06/Cherry-Blossom-1414x2048.jpg 1414w, https://s.w.org/patterns/files/2021/06/Cherry-Blossom-scaled.jpg 1768w\" sizes=\"(max-width: 707px) 100vw, 707px\" /></figure>\n</div>\n</div>\n\";s:9:\"protected\";b:0;}s:4:\"meta\";O:8:\"stdClass\":7:{s:13:\"wpop_keywords\";s:0:\"\";s:16:\"wpop_description\";s:32:\"Offset images with descriptions.\";s:19:\"wpop_viewport_width\";i:1200;s:16:\"wpop_block_types\";a:0:{}s:11:\"wpop_locale\";s:5:\"en_US\";s:15:\"wpop_wp_version\";s:0:\"\";s:25:\"wpop_contains_block_types\";s:62:\"core/column,core/columns,core/image,core/paragraph,core/spacer\";}s:14:\"category_slugs\";a:3:{i:0;s:8:\"featured\";i:1;s:7:\"gallery\";i:2;s:6:\"images\";}s:13:\"keyword_slugs\";a:0:{}s:15:\"pattern_content\";s:1175:\"<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":525,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://s.w.org/patterns/files/2021/06/Iris-793x1024.jpg\" alt=\"\" class=\"wp-image-525\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph {\"style\":{\"typography\":{\"fontSize\":\"14px\"}}} -->\n<p style=\"font-size:14px\"><strong>White Irises</strong><br>Ogawa Kazumasa</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:spacer -->\n<div style=\"height:100px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:paragraph {\"style\":{\"typography\":{\"fontSize\":\"14px\"}}} -->\n<p style=\"font-size:14px\"><strong>Cherry Blossom</strong><br>Ogawa Kazumasa</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":524,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://s.w.org/patterns/files/2021/06/Cherry-Blossom-707x1024.jpg\" alt=\"\" class=\"wp-image-524\" /></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\";}i:8;O:8:\"stdClass\":7:{s:2:\"id\";i:521;s:5:\"title\";O:8:\"stdClass\":1:{s:8:\"rendered\";s:45:\"Image with description below and to the right\";}s:7:\"content\";O:8:\"stdClass\":2:{s:8:\"rendered\";s:1415:\"\n<div class=\"wp-block-columns is-layout-flex wp-container-35\">\n<div class=\"wp-block-column is-layout-flow\" style=\"flex-basis:10%\"></div>\n\n\n\n<div class=\"wp-block-column is-layout-flow\">\n<figure class=\"wp-block-image size-large\"><img decoding=\"async\" loading=\"lazy\" width=\"1024\" height=\"1024\" src=\"https://s.w.org/patterns/files/2021/06/image-from-rawpixel-id-539759-jpeg-1-1024x1024.jpg\" alt=\"Vintage Cupid Illustration\" class=\"wp-image-522\" srcset=\"https://s.w.org/patterns/files/2021/06/image-from-rawpixel-id-539759-jpeg-1-1024x1024.jpg 1024w, https://s.w.org/patterns/files/2021/06/image-from-rawpixel-id-539759-jpeg-1-300x300.jpg 300w, https://s.w.org/patterns/files/2021/06/image-from-rawpixel-id-539759-jpeg-1-150x150.jpg 150w, https://s.w.org/patterns/files/2021/06/image-from-rawpixel-id-539759-jpeg-1-768x768.jpg 768w, https://s.w.org/patterns/files/2021/06/image-from-rawpixel-id-539759-jpeg-1.jpg 1510w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" /></figure>\n</div>\n\n\n\n<div class=\"wp-block-column is-layout-flow\"></div>\n\n\n\n<div class=\"wp-block-column is-layout-flow\" style=\"flex-basis:10%\"></div>\n</div>\n\n\n\n<div class=\"wp-block-columns is-layout-flex wp-container-38\">\n<div class=\"wp-block-column is-layout-flow\"></div>\n\n\n\n<div class=\"wp-block-column is-layout-flow\">\n<p style=\"font-size:14px\"><strong>Cupid in Flight</strong><br>48” x 48” Giclee print on archival paper.</p>\n</div>\n</div>\n\n\n\n<p></p>\n\";s:9:\"protected\";b:0;}s:4:\"meta\";O:8:\"stdClass\":7:{s:13:\"wpop_keywords\";s:0:\"\";s:16:\"wpop_description\";s:46:\"Image with description below and to the right.\";s:19:\"wpop_viewport_width\";i:1200;s:16:\"wpop_block_types\";a:0:{}s:11:\"wpop_locale\";s:5:\"en_US\";s:15:\"wpop_wp_version\";s:0:\"\";s:25:\"wpop_contains_block_types\";s:50:\"core/column,core/columns,core/image,core/paragraph\";}s:14:\"category_slugs\";a:2:{i:0;s:8:\"featured\";i:1;s:6:\"images\";}s:13:\"keyword_slugs\";a:0:{}s:15:\"pattern_content\";s:1241:\"<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column {\"width\":\"10%\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:10%\"></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":522,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://s.w.org/patterns/files/2021/06/image-from-rawpixel-id-539759-jpeg-1-1024x1024.jpg\" alt=\"Vintage Cupid Illustration\" class=\"wp-image-522\" /></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"width\":\"10%\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:10%\"></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:paragraph {\"style\":{\"typography\":{\"fontSize\":\"14px\"}}} -->\n<p style=\"font-size:14px\"><strong>Cupid in Flight</strong><br>48” x 48” Giclee print on archival paper.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:paragraph -->\n<p></p>\n<!-- /wp:paragraph -->\";}i:9;O:8:\"stdClass\":7:{s:2:\"id\";i:502;s:5:\"title\";O:8:\"stdClass\":1:{s:8:\"rendered\";s:13:\"Event details\";}s:7:\"content\";O:8:\"stdClass\":2:{s:8:\"rendered\";s:1509:\"\n<figure class=\"wp-block-image alignwide size-full\"><img decoding=\"async\" loading=\"lazy\" width=\"2560\" height=\"1227\" src=\"https://s.w.org/patterns/files/2021/06/Group-17-scaled.jpg\" alt=\"Image of a woman being carried through the air by swans.\" class=\"wp-image-501\" srcset=\"https://s.w.org/patterns/files/2021/06/Group-17-scaled.jpg 2560w, https://s.w.org/patterns/files/2021/06/Group-17-300x144.jpg 300w, https://s.w.org/patterns/files/2021/06/Group-17-1024x491.jpg 1024w, https://s.w.org/patterns/files/2021/06/Group-17-768x368.jpg 768w, https://s.w.org/patterns/files/2021/06/Group-17-1536x736.jpg 1536w, https://s.w.org/patterns/files/2021/06/Group-17-2048x981.jpg 2048w\" sizes=\"(max-width: 2560px) 100vw, 2560px\" /></figure>\n\n\n\n<div class=\"wp-block-columns alignwide are-vertically-aligned-center is-layout-flex wp-container-43\">\n<div class=\"wp-block-column is-vertically-aligned-center is-layout-flow\">\n<p style=\"line-height:2\"><strong>Location:</strong><br>82 Main St. Brooklyn, NY</p>\n</div>\n\n\n\n<div class=\"wp-block-column is-vertically-aligned-center is-layout-flow\">\n<p style=\"line-height:2\"><strong>Date:</strong><br>October 24, 2021</p>\n</div>\n\n\n\n<div class=\"wp-block-column is-vertically-aligned-center is-layout-flow\">\n<div class=\"wp-block-buttons is-layout-flex\">\n<div class=\"wp-block-button has-custom-width wp-block-button__width-100\"><a class=\"wp-block-button__link has-text-color has-background\" style=\"background-color:#262626;color:#efefef\">Purchase Tickets</a></div>\n</div>\n</div>\n</div>\n\";s:9:\"protected\";b:0;}s:4:\"meta\";O:8:\"stdClass\":7:{s:13:\"wpop_keywords\";s:0:\"\";s:16:\"wpop_description\";s:14:\"Event details.\";s:19:\"wpop_viewport_width\";i:1200;s:16:\"wpop_block_types\";a:0:{}s:11:\"wpop_locale\";s:5:\"en_US\";s:15:\"wpop_wp_version\";s:0:\"\";s:25:\"wpop_contains_block_types\";s:75:\"core/button,core/buttons,core/column,core/columns,core/image,core/paragraph\";}s:14:\"category_slugs\";a:2:{i:0;s:8:\"featured\";i:1;s:4:\"text\";}s:13:\"keyword_slugs\";a:0:{}s:15:\"pattern_content\";s:1624:\"<!-- wp:image {\"align\":\"wide\",\"id\":501,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image alignwide size-full\"><img src=\"https://s.w.org/patterns/files/2021/06/Group-17-scaled.jpg\" alt=\"Image of a woman being carried through the air by swans.\" class=\"wp-image-501\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:columns {\"verticalAlignment\":\"center\",\"align\":\"wide\"} -->\n<div class=\"wp-block-columns alignwide are-vertically-aligned-center\"><!-- wp:column {\"verticalAlignment\":\"center\"} -->\n<div class=\"wp-block-column is-vertically-aligned-center\"><!-- wp:paragraph {\"style\":{\"typography\":{\"lineHeight\":\"2\"}}} -->\n<p style=\"line-height:2\"><strong>Location:</strong><br>82 Main St. Brooklyn, NY</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"verticalAlignment\":\"center\"} -->\n<div class=\"wp-block-column is-vertically-aligned-center\"><!-- wp:paragraph {\"style\":{\"typography\":{\"lineHeight\":\"2\"}}} -->\n<p style=\"line-height:2\"><strong>Date:</strong><br>October 24, 2021</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"verticalAlignment\":\"center\"} -->\n<div class=\"wp-block-column is-vertically-aligned-center\"><!-- wp:buttons -->\n<div class=\"wp-block-buttons\"><!-- wp:button {\"width\":100,\"style\":{\"color\":{\"background\":\"#262626\",\"text\":\"#efefef\"}}} -->\n<div class=\"wp-block-button has-custom-width wp-block-button__width-100\"><a class=\"wp-block-button__link has-text-color has-background\" style=\"background-color:#262626;color:#efefef\">Purchase Tickets</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\";}i:10;O:8:\"stdClass\":7:{s:2:\"id\";i:200;s:5:\"title\";O:8:\"stdClass\":1:{s:8:\"rendered\";s:21:\"Three columns of text\";}s:7:\"content\";O:8:\"stdClass\":2:{s:8:\"rendered\";s:952:\"\n<div class=\"wp-block-columns alignfull has-text-color has-background is-layout-flex wp-container-47\" style=\"background-color:#ffffff;color:#000000\">\n<div class=\"wp-block-column is-layout-flow\">\n<h3 class=\"wp-block-heading\" style=\"font-size:24px;line-height:1.3\"><strong><a href=\"http://wordpress.org\">Virtual Tour ↗</a></strong></h3>\n\n\n\n<p>Get a virtual tour of the museum. Ideal for schools and events.</p>\n</div>\n\n\n\n<div class=\"wp-block-column is-layout-flow\">\n<h3 class=\"wp-block-heading\" style=\"font-size:24px;line-height:1.3\"><strong><a href=\"https://wordpress.org\">Current Shows ↗</a></strong></h3>\n\n\n\n<p>Stay updated and see our current exhibitions here.</p>\n</div>\n\n\n\n<div class=\"wp-block-column is-layout-flow\">\n<h3 class=\"wp-block-heading\" style=\"font-size:24px;line-height:1.3\"><strong><a href=\"https://wordpress.org\">Useful Info ↗</a></strong></h3>\n\n\n\n<p>Get to know our opening times, ticket prices and discounts.</p>\n</div>\n</div>\n\";s:9:\"protected\";b:0;}s:4:\"meta\";O:8:\"stdClass\":7:{s:13:\"wpop_keywords\";s:0:\"\";s:16:\"wpop_description\";s:22:\"Three columns of text.\";s:19:\"wpop_viewport_width\";i:1200;s:16:\"wpop_block_types\";a:0:{}s:11:\"wpop_locale\";s:5:\"en_US\";s:15:\"wpop_wp_version\";s:0:\"\";s:25:\"wpop_contains_block_types\";s:52:\"core/column,core/columns,core/heading,core/paragraph\";}s:14:\"category_slugs\";a:3:{i:0;s:7:\"columns\";i:1;s:8:\"featured\";i:2;s:4:\"text\";}s:13:\"keyword_slugs\";a:1:{i:0;s:4:\"core\";}s:15:\"pattern_content\";s:1496:\"<!-- wp:columns {\"align\":\"full\",\"style\":{\"color\":{\"text\":\"#000000\",\"background\":\"#ffffff\"}}} -->\n<div class=\"wp-block-columns alignfull has-text-color has-background\" style=\"background-color:#ffffff;color:#000000\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:heading {\"level\":3,\"style\":{\"typography\":{\"fontSize\":\"24px\",\"lineHeight\":\"1.3\"}}} -->\n<h3 style=\"font-size:24px;line-height:1.3\"><strong><a href=\"http://wordpress.org\">Virtual Tour ↗</a></strong></h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Get a virtual tour of the museum. Ideal for schools and events.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:heading {\"level\":3,\"style\":{\"typography\":{\"fontSize\":\"24px\",\"lineHeight\":\"1.3\"}}} -->\n<h3 style=\"font-size:24px;line-height:1.3\"><strong><a href=\"https://wordpress.org\">Current Shows ↗</a></strong></h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Stay updated and see our current exhibitions here.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:heading {\"level\":3,\"style\":{\"typography\":{\"fontSize\":\"24px\",\"lineHeight\":\"1.3\"}}} -->\n<h3 style=\"font-size:24px;line-height:1.3\"><strong><a href=\"https://wordpress.org\">Useful Info ↗</a></strong></h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Get to know our opening times, ticket prices and discounts.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\";}i:11;O:8:\"stdClass\":7:{s:2:\"id\";i:199;s:5:\"title\";O:8:\"stdClass\":1:{s:8:\"rendered\";s:34:\"Three columns with images and text\";}s:7:\"content\";O:8:\"stdClass\":2:{s:8:\"rendered\";s:2840:\"\n<div class=\"wp-block-group alignfull has-background is-layout-flow\" style=\"background-color:#f8f4e4\">\n<div class=\"wp-block-columns alignwide is-layout-flex wp-container-49\">\n<div class=\"wp-block-column is-layout-flow\">\n<div style=\"height:100px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n\n\n\n<h6 class=\"has-text-color wp-block-heading\" id=\"ecosystem\" style=\"color:#000000\">ECOSYSTEM</h6>\n\n\n\n<p class=\"has-text-color\" style=\"color:#000000;font-size:5vw;line-height:1.1\"><strong>Positive growth.</strong></p>\n\n\n\n<div style=\"height:5px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n</div>\n</div>\n\n\n\n<div class=\"wp-block-columns alignwide is-layout-flex wp-container-53\">\n<div class=\"wp-block-column is-layout-flow\" style=\"flex-basis:33.38%\">\n<p class=\"has-text-color has-extra-small-font-size\" style=\"color:#000000\"><em>Nature</em>, in the common sense, refers to essences unchanged by man; space, the air, the river, the leaf.&nbsp;<em>Art</em>&nbsp;is applied to the mixture of his will with the same things, as in a house, a canal, a statue, a picture. But his operations taken together are so insignificant, a little chipping, baking, patching, and washing, that in an impression so grand as that of the world on the human mind, they do not vary the result.</p>\n</div>\n\n\n\n<div class=\"wp-block-column is-layout-flow\" style=\"flex-basis:33%\">\n<div style=\"height:100px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n\n\n\n<figure class=\"wp-block-image size-large\"><img decoding=\"async\" src=\"https://s.w.org/images/core/5.8/outside-01.jpg\" alt=\"The sun setting through a dense forest.\" /></figure>\n</div>\n\n\n\n<div class=\"wp-block-column is-layout-flow\" style=\"flex-basis:33.62%\">\n<figure class=\"wp-block-image size-large\"><img decoding=\"async\" src=\"https://s.w.org/images/core/5.8/outside-02.jpg\" alt=\"Wind turbines standing on a grassy plain, against a blue sky.\" /></figure>\n</div>\n</div>\n\n\n\n<div class=\"wp-block-columns alignwide is-layout-flex wp-container-56\">\n<div class=\"wp-block-column is-layout-flow\" style=\"flex-basis:67%\">\n<div class=\"wp-block-image\"><figure class=\"alignright size-large\"><img decoding=\"async\" src=\"https://s.w.org/images/core/5.8/outside-03.jpg\" alt=\"The sun shining over a ridge leading down into the shore. In the distance, a car drives down a road.\" /></figure></div>\n</div>\n\n\n\n<div class=\"wp-block-column is-vertically-aligned-center is-layout-flow\" style=\"flex-basis:33%\">\n<p class=\"has-text-color has-extra-small-font-size\" style=\"color:#000000\">Undoubtedly we have no questions to ask which are unanswerable. We must trust the perfection of the creation so far, as to believe that whatever curiosity the order of things has awakened in our minds, the order of things can satisfy. Every man&#8217;s condition is a solution in hieroglyphic to those inquiries he would put.</p>\n</div>\n</div>\n</div>\n\";s:9:\"protected\";b:0;}s:4:\"meta\";O:8:\"stdClass\":7:{s:13:\"wpop_keywords\";s:0:\"\";s:16:\"wpop_description\";s:77:\"Three columns with images and text, with vertical spacing for an offset look.\";s:19:\"wpop_viewport_width\";i:1200;s:16:\"wpop_block_types\";a:0:{}s:11:\"wpop_locale\";s:5:\"en_US\";s:15:\"wpop_wp_version\";s:0:\"\";s:25:\"wpop_contains_block_types\";s:86:\"core/column,core/columns,core/group,core/heading,core/image,core/paragraph,core/spacer\";}s:14:\"category_slugs\";a:2:{i:0;s:7:\"columns\";i:1;s:8:\"featured\";}s:13:\"keyword_slugs\";a:1:{i:0;s:4:\"core\";}s:15:\"pattern_content\";s:3990:\"<!-- wp:group {\"align\":\"full\",\"style\":{\"color\":{\"background\":\"#f8f4e4\"}}} -->\n<div class=\"wp-block-group alignfull has-background\" style=\"background-color:#f8f4e4\"><!-- wp:columns {\"align\":\"wide\"} -->\n<div class=\"wp-block-columns alignwide\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:spacer -->\n<div style=\"height:100px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:heading {\"level\":6,\"style\":{\"color\":{\"text\":\"#000000\"}}} -->\n<h6 class=\"has-text-color\" id=\"ecosystem\" style=\"color:#000000\">ECOSYSTEM</h6>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph {\"style\":{\"typography\":{\"lineHeight\":\"1.1\",\"fontSize\":\"5vw\"},\"color\":{\"text\":\"#000000\"}}} -->\n<p class=\"has-text-color\" style=\"color:#000000;font-size:5vw;line-height:1.1\"><strong>Positive growth.</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:spacer {\"height\":\"5px\"} -->\n<div style=\"height:5px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:columns {\"align\":\"wide\"} -->\n<div class=\"wp-block-columns alignwide\"><!-- wp:column {\"width\":\"33.38%\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:33.38%\"><!-- wp:paragraph {\"style\":{\"color\":{\"text\":\"#000000\"}},\"fontSize\":\"extra-small\"} -->\n<p class=\"has-text-color has-extra-small-font-size\" style=\"color:#000000\"><em>Nature</em>, in the common sense, refers to essences unchanged by man; space, the air, the river, the leaf.&nbsp;<em>Art</em>&nbsp;is applied to the mixture of his will with the same things, as in a house, a canal, a statue, a picture. But his operations taken together are so insignificant, a little chipping, baking, patching, and washing, that in an impression so grand as that of the world on the human mind, they do not vary the result.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"width\":\"33%\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:33%\"><!-- wp:spacer -->\n<div style=\"height:100px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:image {\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://s.w.org/images/core/5.8/outside-01.jpg\" alt=\"The sun setting through a dense forest.\" /></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"width\":\"33.62%\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:33.62%\"><!-- wp:image {\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://s.w.org/images/core/5.8/outside-02.jpg\" alt=\"Wind turbines standing on a grassy plain, against a blue sky.\" /></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:columns {\"align\":\"wide\"} -->\n<div class=\"wp-block-columns alignwide\"><!-- wp:column {\"width\":\"67%\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:67%\"><!-- wp:image {\"align\":\"right\",\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<div class=\"wp-block-image\"><figure class=\"alignright size-large\"><img src=\"https://s.w.org/images/core/5.8/outside-03.jpg\" alt=\"The sun shining over a ridge leading down into the shore. In the distance, a car drives down a road.\" /></figure></div>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"verticalAlignment\":\"center\",\"width\":\"33%\"} -->\n<div class=\"wp-block-column is-vertically-aligned-center\" style=\"flex-basis:33%\"><!-- wp:paragraph {\"style\":{\"color\":{\"text\":\"#000000\"}},\"fontSize\":\"extra-small\"} -->\n<p class=\"has-text-color has-extra-small-font-size\" style=\"color:#000000\">Undoubtedly we have no questions to ask which are unanswerable. We must trust the perfection of the creation so far, as to believe that whatever curiosity the order of things has awakened in our minds, the order of things can satisfy. Every man\'s condition is a solution in hieroglyphic to those inquiries he would put.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div>\n<!-- /wp:group -->\";}i:12;O:8:\"stdClass\":7:{s:2:\"id\";i:192;s:5:\"title\";O:8:\"stdClass\":1:{s:8:\"rendered\";s:37:\"Media and text with image on the left\";}s:7:\"content\";O:8:\"stdClass\":2:{s:8:\"rendered\";s:554:\"\n<div class=\"wp-block-media-text alignfull is-stacked-on-mobile is-vertically-aligned-center\"><figure class=\"wp-block-media-text__media\"><img decoding=\"async\" src=\"https://s.w.org/images/core/5.8/architecture-04.jpg\" alt=\"Close-up, abstract view of architecture.\" /></figure><div class=\"wp-block-media-text__content\">\n<h3 class=\"has-text-align-center has-text-color wp-block-heading\" style=\"color:#000000\"><strong>Open Spaces</strong></h3>\n\n\n\n<p class=\"has-text-align-center has-extra-small-font-size\"><a href=\"#\">See case study ↗</a></p>\n</div></div>\n\";s:9:\"protected\";b:0;}s:4:\"meta\";O:8:\"stdClass\":7:{s:13:\"wpop_keywords\";s:0:\"\";s:16:\"wpop_description\";s:66:\"Media and text block with image to the left and text to the right.\";s:19:\"wpop_viewport_width\";i:1200;s:16:\"wpop_block_types\";a:0:{}s:11:\"wpop_locale\";s:5:\"en_US\";s:15:\"wpop_wp_version\";s:0:\"\";s:25:\"wpop_contains_block_types\";s:43:\"core/heading,core/media-text,core/paragraph\";}s:14:\"category_slugs\";a:2:{i:0;s:8:\"featured\";i:1;s:6:\"header\";}s:13:\"keyword_slugs\";a:1:{i:0;s:4:\"core\";}s:15:\"pattern_content\";s:827:\"<!-- wp:media-text {\"align\":\"full\",\"mediaType\":\"image\",\"verticalAlignment\":\"center\"} -->\n<div class=\"wp-block-media-text alignfull is-stacked-on-mobile is-vertically-aligned-center\"><figure class=\"wp-block-media-text__media\"><img src=\"https://s.w.org/images/core/5.8/architecture-04.jpg\" alt=\"Close-up, abstract view of architecture.\" /></figure><div class=\"wp-block-media-text__content\"><!-- wp:heading {\"textAlign\":\"center\",\"level\":3,\"style\":{\"color\":{\"text\":\"#000000\"}}} -->\n<h3 class=\"has-text-align-center has-text-color\" style=\"color:#000000\"><strong>Open Spaces</strong></h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph {\"align\":\"center\",\"fontSize\":\"extra-small\"} -->\n<p class=\"has-text-align-center has-extra-small-font-size\"><a href=\"#\">See case study ↗</a></p>\n<!-- /wp:paragraph --></div></div>\n<!-- /wp:media-text -->\";}i:13;O:8:\"stdClass\":7:{s:2:\"id\";i:185;s:5:\"title\";O:8:\"stdClass\":1:{s:8:\"rendered\";s:35:\"Large header with left-aligned text\";}s:7:\"content\";O:8:\"stdClass\":2:{s:8:\"rendered\";s:1114:\"\n<div class=\"wp-block-cover alignfull has-background-dim-60 has-background-dim\" style=\"min-height:800px\"><img decoding=\"async\" class=\"wp-block-cover__image-background\" alt=\"\" src=\"https://s.w.org/images/core/5.8/forest.jpg\" data-object-fit=\"cover\" /><div class=\"wp-block-cover__inner-container\">\n<h2 class=\"alignwide has-text-color wp-block-heading\" style=\"color:#ffe074;font-size:64px\">Forest.</h2>\n\n\n\n<div class=\"wp-block-columns alignwide is-layout-flex wp-container-60\">\n<div class=\"wp-block-column is-layout-flow\" style=\"flex-basis:55%\">\n<div style=\"height:330px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n\n\n\n<p class=\"has-text-color\" style=\"color:#ffe074;font-size:12px;line-height:1.3\"><em>Even a child knows how valuable the forest is. The fresh, breathtaking smell of trees. Echoing birds flying above that dense magnitude. A stable climate, a sustainable diverse life and a source of culture. Yet, forests and other ecosystems hang in the balance, threatened to become croplands, pasture, and plantations.</em></p>\n</div>\n\n\n\n<div class=\"wp-block-column is-layout-flow\"></div>\n</div>\n</div></div>\n\";s:9:\"protected\";b:0;}s:4:\"meta\";O:8:\"stdClass\":7:{s:13:\"wpop_keywords\";s:0:\"\";s:16:\"wpop_description\";s:29:\"Cover image with quote on top\";s:19:\"wpop_viewport_width\";i:1200;s:16:\"wpop_block_types\";a:0:{}s:11:\"wpop_locale\";s:5:\"en_US\";s:15:\"wpop_wp_version\";s:0:\"\";s:25:\"wpop_contains_block_types\";s:75:\"core/column,core/columns,core/cover,core/heading,core/paragraph,core/spacer\";}s:14:\"category_slugs\";a:2:{i:0;s:8:\"featured\";i:1;s:6:\"header\";}s:13:\"keyword_slugs\";a:1:{i:0;s:4:\"core\";}s:15:\"pattern_content\";s:1610:\"<!-- wp:cover {\"url\":\"https://s.w.org/images/core/5.8/forest.jpg\",\"dimRatio\":60,\"minHeight\":800,\"align\":\"full\"} -->\n<div class=\"wp-block-cover alignfull has-background-dim-60 has-background-dim\" style=\"min-height:800px\"><img class=\"wp-block-cover__image-background\" alt=\"\" src=\"https://s.w.org/images/core/5.8/forest.jpg\" data-object-fit=\"cover\" /><div class=\"wp-block-cover__inner-container\"><!-- wp:heading {\"align\":\"wide\",\"style\":{\"color\":{\"text\":\"#ffe074\"},\"typography\":{\"fontSize\":\"64px\"}}} -->\n<h2 class=\"alignwide has-text-color\" style=\"color:#ffe074;font-size:64px\">Forest.</h2>\n<!-- /wp:heading -->\n\n<!-- wp:columns {\"align\":\"wide\"} -->\n<div class=\"wp-block-columns alignwide\"><!-- wp:column {\"width\":\"55%\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:55%\"><!-- wp:spacer {\"height\":330} -->\n<div style=\"height:330px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:paragraph {\"style\":{\"color\":{\"text\":\"#ffe074\"},\"typography\":{\"lineHeight\":\"1.3\",\"fontSize\":\"12px\"}}} -->\n<p class=\"has-text-color\" style=\"color:#ffe074;font-size:12px;line-height:1.3\"><em>Even a child knows how valuable the forest is. The fresh, breathtaking smell of trees. Echoing birds flying above that dense magnitude. A stable climate, a sustainable diverse life and a source of culture. Yet, forests and other ecosystems hang in the balance, threatened to become croplands, pasture, and plantations.</em></p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div></div>\n<!-- /wp:cover -->\";}i:14;O:8:\"stdClass\":7:{s:2:\"id\";i:184;s:5:\"title\";O:8:\"stdClass\":1:{s:8:\"rendered\";s:7:\"Heading\";}s:7:\"content\";O:8:\"stdClass\":2:{s:8:\"rendered\";s:526:\"\n<h2 class=\"alignwide wp-block-heading\" id=\"we-re-a-studio-in-berlin-with-an-international-practice-in-architecture-urban-planning-and-interior-design-we-believe-in-sharing-knowledge-and-promoting-dialogue-to-increase-the-creative-potential-of-collaboration\" style=\"font-size:48px;line-height:1.1\">We&#8217;re a studio in Berlin with an international practice in architecture, urban planning and interior design. We believe in sharing knowledge and promoting dialogue to increase the creative potential of collaboration.</h2>\n\";s:9:\"protected\";b:0;}s:4:\"meta\";O:8:\"stdClass\":7:{s:13:\"wpop_keywords\";s:17:\"large text, title\";s:16:\"wpop_description\";s:12:\"Heading text\";s:19:\"wpop_viewport_width\";i:1200;s:16:\"wpop_block_types\";a:1:{i:0;s:12:\"core/heading\";}s:11:\"wpop_locale\";s:5:\"en_US\";s:15:\"wpop_wp_version\";s:0:\"\";s:25:\"wpop_contains_block_types\";s:12:\"core/heading\";}s:14:\"category_slugs\";a:2:{i:0;s:8:\"featured\";i:1;s:4:\"text\";}s:13:\"keyword_slugs\";a:1:{i:0;s:4:\"core\";}s:15:\"pattern_content\";s:621:\"<!-- wp:heading {\"align\":\"wide\",\"style\":{\"typography\":{\"fontSize\":\"48px\",\"lineHeight\":\"1.1\"}}} -->\n<h2 class=\"alignwide\" id=\"we-re-a-studio-in-berlin-with-an-international-practice-in-architecture-urban-planning-and-interior-design-we-believe-in-sharing-knowledge-and-promoting-dialogue-to-increase-the-creative-potential-of-collaboration\" style=\"font-size:48px;line-height:1.1\">We\'re a studio in Berlin with an international practice in architecture, urban planning and interior design. We believe in sharing knowledge and promoting dialogue to increase the creative potential of collaboration.</h2>\n<!-- /wp:heading -->\";}}',	'no'),
(4634,	'_site_transient_timeout_theme_roots',	'1672744122',	'no'),
(4635,	'_site_transient_theme_roots',	'a:3:{s:11:\"astra-child\";s:7:\"/themes\";s:5:\"astra\";s:7:\"/themes\";s:12:\"twentytwenty\";s:7:\"/themes\";}',	'no'),
(4640,	'_transient_timeout_global_styles_astra-child',	'1672742487',	'no'),
(4641,	'_transient_global_styles_astra-child',	'body{--wp--preset--color--black: #000000;--wp--preset--color--cyan-bluish-gray: #abb8c3;--wp--preset--color--white: #ffffff;--wp--preset--color--pale-pink: #f78da7;--wp--preset--color--vivid-red: #cf2e2e;--wp--preset--color--luminous-vivid-orange: #ff6900;--wp--preset--color--luminous-vivid-amber: #fcb900;--wp--preset--color--light-green-cyan: #7bdcb5;--wp--preset--color--vivid-green-cyan: #00d084;--wp--preset--color--pale-cyan-blue: #8ed1fc;--wp--preset--color--vivid-cyan-blue: #0693e3;--wp--preset--color--vivid-purple: #9b51e0;--wp--preset--color--ast-global-color-0: var(--ast-global-color-0);--wp--preset--color--ast-global-color-1: var(--ast-global-color-1);--wp--preset--color--ast-global-color-2: var(--ast-global-color-2);--wp--preset--color--ast-global-color-3: var(--ast-global-color-3);--wp--preset--color--ast-global-color-4: var(--ast-global-color-4);--wp--preset--color--ast-global-color-5: var(--ast-global-color-5);--wp--preset--color--ast-global-color-6: var(--ast-global-color-6);--wp--preset--color--ast-global-color-7: var(--ast-global-color-7);--wp--preset--color--ast-global-color-8: var(--ast-global-color-8);--wp--preset--gradient--vivid-cyan-blue-to-vivid-purple: linear-gradient(135deg,rgba(6,147,227,1) 0%,rgb(155,81,224) 100%);--wp--preset--gradient--light-green-cyan-to-vivid-green-cyan: linear-gradient(135deg,rgb(122,220,180) 0%,rgb(0,208,130) 100%);--wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange: linear-gradient(135deg,rgba(252,185,0,1) 0%,rgba(255,105,0,1) 100%);--wp--preset--gradient--luminous-vivid-orange-to-vivid-red: linear-gradient(135deg,rgba(255,105,0,1) 0%,rgb(207,46,46) 100%);--wp--preset--gradient--very-light-gray-to-cyan-bluish-gray: linear-gradient(135deg,rgb(238,238,238) 0%,rgb(169,184,195) 100%);--wp--preset--gradient--cool-to-warm-spectrum: linear-gradient(135deg,rgb(74,234,220) 0%,rgb(151,120,209) 20%,rgb(207,42,186) 40%,rgb(238,44,130) 60%,rgb(251,105,98) 80%,rgb(254,248,76) 100%);--wp--preset--gradient--blush-light-purple: linear-gradient(135deg,rgb(255,206,236) 0%,rgb(152,150,240) 100%);--wp--preset--gradient--blush-bordeaux: linear-gradient(135deg,rgb(254,205,165) 0%,rgb(254,45,45) 50%,rgb(107,0,62) 100%);--wp--preset--gradient--luminous-dusk: linear-gradient(135deg,rgb(255,203,112) 0%,rgb(199,81,192) 50%,rgb(65,88,208) 100%);--wp--preset--gradient--pale-ocean: linear-gradient(135deg,rgb(255,245,203) 0%,rgb(182,227,212) 50%,rgb(51,167,181) 100%);--wp--preset--gradient--electric-grass: linear-gradient(135deg,rgb(202,248,128) 0%,rgb(113,206,126) 100%);--wp--preset--gradient--midnight: linear-gradient(135deg,rgb(2,3,129) 0%,rgb(40,116,252) 100%);--wp--preset--duotone--dark-grayscale: url(\'#wp-duotone-dark-grayscale\');--wp--preset--duotone--grayscale: url(\'#wp-duotone-grayscale\');--wp--preset--duotone--purple-yellow: url(\'#wp-duotone-purple-yellow\');--wp--preset--duotone--blue-red: url(\'#wp-duotone-blue-red\');--wp--preset--duotone--midnight: url(\'#wp-duotone-midnight\');--wp--preset--duotone--magenta-yellow: url(\'#wp-duotone-magenta-yellow\');--wp--preset--duotone--purple-green: url(\'#wp-duotone-purple-green\');--wp--preset--duotone--blue-orange: url(\'#wp-duotone-blue-orange\');--wp--preset--font-size--small: 13px;--wp--preset--font-size--medium: 20px;--wp--preset--font-size--large: 36px;--wp--preset--font-size--x-large: 42px;--wp--preset--spacing--20: 0.44rem;--wp--preset--spacing--30: 0.67rem;--wp--preset--spacing--40: 1rem;--wp--preset--spacing--50: 1.5rem;--wp--preset--spacing--60: 2.25rem;--wp--preset--spacing--70: 3.38rem;--wp--preset--spacing--80: 5.06rem;}body { margin: 0;--wp--style--global--content-size: var(--wp--custom--ast-content-width-size);--wp--style--global--wide-size: var(--wp--custom--ast-wide-width-size); }.wp-site-blocks > .alignleft { float: left; margin-right: 2em; }.wp-site-blocks > .alignright { float: right; margin-left: 2em; }.wp-site-blocks > .aligncenter { justify-content: center; margin-left: auto; margin-right: auto; }.wp-site-blocks > * { margin-block-start: 0; margin-block-end: 0; }.wp-site-blocks > * + * { margin-block-start: 24px; }body { --wp--style--block-gap: 24px; }body .is-layout-flow > *{margin-block-start: 0;margin-block-end: 0;}body .is-layout-flow > * + *{margin-block-start: 24px;margin-block-end: 0;}body .is-layout-constrained > *{margin-block-start: 0;margin-block-end: 0;}body .is-layout-constrained > * + *{margin-block-start: 24px;margin-block-end: 0;}body .is-layout-flex{gap: 24px;}body .is-layout-flow > .alignleft{float: left;margin-inline-start: 0;margin-inline-end: 2em;}body .is-layout-flow > .alignright{float: right;margin-inline-start: 2em;margin-inline-end: 0;}body .is-layout-flow > .aligncenter{margin-left: auto !important;margin-right: auto !important;}body .is-layout-constrained > .alignleft{float: left;margin-inline-start: 0;margin-inline-end: 2em;}body .is-layout-constrained > .alignright{float: right;margin-inline-start: 2em;margin-inline-end: 0;}body .is-layout-constrained > .aligncenter{margin-left: auto !important;margin-right: auto !important;}body .is-layout-constrained > :where(:not(.alignleft):not(.alignright):not(.alignfull)){max-width: var(--wp--style--global--content-size);margin-left: auto !important;margin-right: auto !important;}body .is-layout-constrained > .alignwide{max-width: var(--wp--style--global--wide-size);}body .is-layout-flex{display: flex;}body .is-layout-flex{flex-wrap: wrap;align-items: center;}body .is-layout-flex > *{margin: 0;}body{padding-top: 0px;padding-right: 0px;padding-bottom: 0px;padding-left: 0px;}a:where(:not(.wp-element-button)){text-decoration: none;}.wp-element-button, .wp-block-button__link{background-color: #32373c;border-width: 0;color: #fff;font-family: inherit;font-size: inherit;line-height: inherit;padding: calc(0.667em + 2px) calc(1.333em + 2px);text-decoration: none;}.has-black-color{color: var(--wp--preset--color--black) !important;}.has-cyan-bluish-gray-color{color: var(--wp--preset--color--cyan-bluish-gray) !important;}.has-white-color{color: var(--wp--preset--color--white) !important;}.has-pale-pink-color{color: var(--wp--preset--color--pale-pink) !important;}.has-vivid-red-color{color: var(--wp--preset--color--vivid-red) !important;}.has-luminous-vivid-orange-color{color: var(--wp--preset--color--luminous-vivid-orange) !important;}.has-luminous-vivid-amber-color{color: var(--wp--preset--color--luminous-vivid-amber) !important;}.has-light-green-cyan-color{color: var(--wp--preset--color--light-green-cyan) !important;}.has-vivid-green-cyan-color{color: var(--wp--preset--color--vivid-green-cyan) !important;}.has-pale-cyan-blue-color{color: var(--wp--preset--color--pale-cyan-blue) !important;}.has-vivid-cyan-blue-color{color: var(--wp--preset--color--vivid-cyan-blue) !important;}.has-vivid-purple-color{color: var(--wp--preset--color--vivid-purple) !important;}.has-ast-global-color-0-color{color: var(--wp--preset--color--ast-global-color-0) !important;}.has-ast-global-color-1-color{color: var(--wp--preset--color--ast-global-color-1) !important;}.has-ast-global-color-2-color{color: var(--wp--preset--color--ast-global-color-2) !important;}.has-ast-global-color-3-color{color: var(--wp--preset--color--ast-global-color-3) !important;}.has-ast-global-color-4-color{color: var(--wp--preset--color--ast-global-color-4) !important;}.has-ast-global-color-5-color{color: var(--wp--preset--color--ast-global-color-5) !important;}.has-ast-global-color-6-color{color: var(--wp--preset--color--ast-global-color-6) !important;}.has-ast-global-color-7-color{color: var(--wp--preset--color--ast-global-color-7) !important;}.has-ast-global-color-8-color{color: var(--wp--preset--color--ast-global-color-8) !important;}.has-black-background-color{background-color: var(--wp--preset--color--black) !important;}.has-cyan-bluish-gray-background-color{background-color: var(--wp--preset--color--cyan-bluish-gray) !important;}.has-white-background-color{background-color: var(--wp--preset--color--white) !important;}.has-pale-pink-background-color{background-color: var(--wp--preset--color--pale-pink) !important;}.has-vivid-red-background-color{background-color: var(--wp--preset--color--vivid-red) !important;}.has-luminous-vivid-orange-background-color{background-color: var(--wp--preset--color--luminous-vivid-orange) !important;}.has-luminous-vivid-amber-background-color{background-color: var(--wp--preset--color--luminous-vivid-amber) !important;}.has-light-green-cyan-background-color{background-color: var(--wp--preset--color--light-green-cyan) !important;}.has-vivid-green-cyan-background-color{background-color: var(--wp--preset--color--vivid-green-cyan) !important;}.has-pale-cyan-blue-background-color{background-color: var(--wp--preset--color--pale-cyan-blue) !important;}.has-vivid-cyan-blue-background-color{background-color: var(--wp--preset--color--vivid-cyan-blue) !important;}.has-vivid-purple-background-color{background-color: var(--wp--preset--color--vivid-purple) !important;}.has-ast-global-color-0-background-color{background-color: var(--wp--preset--color--ast-global-color-0) !important;}.has-ast-global-color-1-background-color{background-color: var(--wp--preset--color--ast-global-color-1) !important;}.has-ast-global-color-2-background-color{background-color: var(--wp--preset--color--ast-global-color-2) !important;}.has-ast-global-color-3-background-color{background-color: var(--wp--preset--color--ast-global-color-3) !important;}.has-ast-global-color-4-background-color{background-color: var(--wp--preset--color--ast-global-color-4) !important;}.has-ast-global-color-5-background-color{background-color: var(--wp--preset--color--ast-global-color-5) !important;}.has-ast-global-color-6-background-color{background-color: var(--wp--preset--color--ast-global-color-6) !important;}.has-ast-global-color-7-background-color{background-color: var(--wp--preset--color--ast-global-color-7) !important;}.has-ast-global-color-8-background-color{background-color: var(--wp--preset--color--ast-global-color-8) !important;}.has-black-border-color{border-color: var(--wp--preset--color--black) !important;}.has-cyan-bluish-gray-border-color{border-color: var(--wp--preset--color--cyan-bluish-gray) !important;}.has-white-border-color{border-color: var(--wp--preset--color--white) !important;}.has-pale-pink-border-color{border-color: var(--wp--preset--color--pale-pink) !important;}.has-vivid-red-border-color{border-color: var(--wp--preset--color--vivid-red) !important;}.has-luminous-vivid-orange-border-color{border-color: var(--wp--preset--color--luminous-vivid-orange) !important;}.has-luminous-vivid-amber-border-color{border-color: var(--wp--preset--color--luminous-vivid-amber) !important;}.has-light-green-cyan-border-color{border-color: var(--wp--preset--color--light-green-cyan) !important;}.has-vivid-green-cyan-border-color{border-color: var(--wp--preset--color--vivid-green-cyan) !important;}.has-pale-cyan-blue-border-color{border-color: var(--wp--preset--color--pale-cyan-blue) !important;}.has-vivid-cyan-blue-border-color{border-color: var(--wp--preset--color--vivid-cyan-blue) !important;}.has-vivid-purple-border-color{border-color: var(--wp--preset--color--vivid-purple) !important;}.has-ast-global-color-0-border-color{border-color: var(--wp--preset--color--ast-global-color-0) !important;}.has-ast-global-color-1-border-color{border-color: var(--wp--preset--color--ast-global-color-1) !important;}.has-ast-global-color-2-border-color{border-color: var(--wp--preset--color--ast-global-color-2) !important;}.has-ast-global-color-3-border-color{border-color: var(--wp--preset--color--ast-global-color-3) !important;}.has-ast-global-color-4-border-color{border-color: var(--wp--preset--color--ast-global-color-4) !important;}.has-ast-global-color-5-border-color{border-color: var(--wp--preset--color--ast-global-color-5) !important;}.has-ast-global-color-6-border-color{border-color: var(--wp--preset--color--ast-global-color-6) !important;}.has-ast-global-color-7-border-color{border-color: var(--wp--preset--color--ast-global-color-7) !important;}.has-ast-global-color-8-border-color{border-color: var(--wp--preset--color--ast-global-color-8) !important;}.has-vivid-cyan-blue-to-vivid-purple-gradient-background{background: var(--wp--preset--gradient--vivid-cyan-blue-to-vivid-purple) !important;}.has-light-green-cyan-to-vivid-green-cyan-gradient-background{background: var(--wp--preset--gradient--light-green-cyan-to-vivid-green-cyan) !important;}.has-luminous-vivid-amber-to-luminous-vivid-orange-gradient-background{background: var(--wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange) !important;}.has-luminous-vivid-orange-to-vivid-red-gradient-background{background: var(--wp--preset--gradient--luminous-vivid-orange-to-vivid-red) !important;}.has-very-light-gray-to-cyan-bluish-gray-gradient-background{background: var(--wp--preset--gradient--very-light-gray-to-cyan-bluish-gray) !important;}.has-cool-to-warm-spectrum-gradient-background{background: var(--wp--preset--gradient--cool-to-warm-spectrum) !important;}.has-blush-light-purple-gradient-background{background: var(--wp--preset--gradient--blush-light-purple) !important;}.has-blush-bordeaux-gradient-background{background: var(--wp--preset--gradient--blush-bordeaux) !important;}.has-luminous-dusk-gradient-background{background: var(--wp--preset--gradient--luminous-dusk) !important;}.has-pale-ocean-gradient-background{background: var(--wp--preset--gradient--pale-ocean) !important;}.has-electric-grass-gradient-background{background: var(--wp--preset--gradient--electric-grass) !important;}.has-midnight-gradient-background{background: var(--wp--preset--gradient--midnight) !important;}.has-small-font-size{font-size: var(--wp--preset--font-size--small) !important;}.has-medium-font-size{font-size: var(--wp--preset--font-size--medium) !important;}.has-large-font-size{font-size: var(--wp--preset--font-size--large) !important;}.has-x-large-font-size{font-size: var(--wp--preset--font-size--x-large) !important;}',	'no'),
(4643,	'_transient_timeout_global_styles_svg_filters_astra-child',	'1672742487',	'no'),
(4644,	'_transient_global_styles_svg_filters_astra-child',	'<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 0 0\" width=\"0\" height=\"0\" focusable=\"false\" role=\"none\" style=\"visibility: hidden; position: absolute; left: -9999px; overflow: hidden;\" ><defs><filter id=\"wp-duotone-dark-grayscale\"><feColorMatrix color-interpolation-filters=\"sRGB\" type=\"matrix\" values=\" .299 .587 .114 0 0 .299 .587 .114 0 0 .299 .587 .114 0 0 .299 .587 .114 0 0 \" /><feComponentTransfer color-interpolation-filters=\"sRGB\" ><feFuncR type=\"table\" tableValues=\"0 0.49803921568627\" /><feFuncG type=\"table\" tableValues=\"0 0.49803921568627\" /><feFuncB type=\"table\" tableValues=\"0 0.49803921568627\" /><feFuncA type=\"table\" tableValues=\"1 1\" /></feComponentTransfer><feComposite in2=\"SourceGraphic\" operator=\"in\" /></filter></defs></svg><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 0 0\" width=\"0\" height=\"0\" focusable=\"false\" role=\"none\" style=\"visibility: hidden; position: absolute; left: -9999px; overflow: hidden;\" ><defs><filter id=\"wp-duotone-grayscale\"><feColorMatrix color-interpolation-filters=\"sRGB\" type=\"matrix\" values=\" .299 .587 .114 0 0 .299 .587 .114 0 0 .299 .587 .114 0 0 .299 .587 .114 0 0 \" /><feComponentTransfer color-interpolation-filters=\"sRGB\" ><feFuncR type=\"table\" tableValues=\"0 1\" /><feFuncG type=\"table\" tableValues=\"0 1\" /><feFuncB type=\"table\" tableValues=\"0 1\" /><feFuncA type=\"table\" tableValues=\"1 1\" /></feComponentTransfer><feComposite in2=\"SourceGraphic\" operator=\"in\" /></filter></defs></svg><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 0 0\" width=\"0\" height=\"0\" focusable=\"false\" role=\"none\" style=\"visibility: hidden; position: absolute; left: -9999px; overflow: hidden;\" ><defs><filter id=\"wp-duotone-purple-yellow\"><feColorMatrix color-interpolation-filters=\"sRGB\" type=\"matrix\" values=\" .299 .587 .114 0 0 .299 .587 .114 0 0 .299 .587 .114 0 0 .299 .587 .114 0 0 \" /><feComponentTransfer color-interpolation-filters=\"sRGB\" ><feFuncR type=\"table\" tableValues=\"0.54901960784314 0.98823529411765\" /><feFuncG type=\"table\" tableValues=\"0 1\" /><feFuncB type=\"table\" tableValues=\"0.71764705882353 0.25490196078431\" /><feFuncA type=\"table\" tableValues=\"1 1\" /></feComponentTransfer><feComposite in2=\"SourceGraphic\" operator=\"in\" /></filter></defs></svg><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 0 0\" width=\"0\" height=\"0\" focusable=\"false\" role=\"none\" style=\"visibility: hidden; position: absolute; left: -9999px; overflow: hidden;\" ><defs><filter id=\"wp-duotone-blue-red\"><feColorMatrix color-interpolation-filters=\"sRGB\" type=\"matrix\" values=\" .299 .587 .114 0 0 .299 .587 .114 0 0 .299 .587 .114 0 0 .299 .587 .114 0 0 \" /><feComponentTransfer color-interpolation-filters=\"sRGB\" ><feFuncR type=\"table\" tableValues=\"0 1\" /><feFuncG type=\"table\" tableValues=\"0 0.27843137254902\" /><feFuncB type=\"table\" tableValues=\"0.5921568627451 0.27843137254902\" /><feFuncA type=\"table\" tableValues=\"1 1\" /></feComponentTransfer><feComposite in2=\"SourceGraphic\" operator=\"in\" /></filter></defs></svg><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 0 0\" width=\"0\" height=\"0\" focusable=\"false\" role=\"none\" style=\"visibility: hidden; position: absolute; left: -9999px; overflow: hidden;\" ><defs><filter id=\"wp-duotone-midnight\"><feColorMatrix color-interpolation-filters=\"sRGB\" type=\"matrix\" values=\" .299 .587 .114 0 0 .299 .587 .114 0 0 .299 .587 .114 0 0 .299 .587 .114 0 0 \" /><feComponentTransfer color-interpolation-filters=\"sRGB\" ><feFuncR type=\"table\" tableValues=\"0 0\" /><feFuncG type=\"table\" tableValues=\"0 0.64705882352941\" /><feFuncB type=\"table\" tableValues=\"0 1\" /><feFuncA type=\"table\" tableValues=\"1 1\" /></feComponentTransfer><feComposite in2=\"SourceGraphic\" operator=\"in\" /></filter></defs></svg><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 0 0\" width=\"0\" height=\"0\" focusable=\"false\" role=\"none\" style=\"visibility: hidden; position: absolute; left: -9999px; overflow: hidden;\" ><defs><filter id=\"wp-duotone-magenta-yellow\"><feColorMatrix color-interpolation-filters=\"sRGB\" type=\"matrix\" values=\" .299 .587 .114 0 0 .299 .587 .114 0 0 .299 .587 .114 0 0 .299 .587 .114 0 0 \" /><feComponentTransfer color-interpolation-filters=\"sRGB\" ><feFuncR type=\"table\" tableValues=\"0.78039215686275 1\" /><feFuncG type=\"table\" tableValues=\"0 0.94901960784314\" /><feFuncB type=\"table\" tableValues=\"0.35294117647059 0.47058823529412\" /><feFuncA type=\"table\" tableValues=\"1 1\" /></feComponentTransfer><feComposite in2=\"SourceGraphic\" operator=\"in\" /></filter></defs></svg><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 0 0\" width=\"0\" height=\"0\" focusable=\"false\" role=\"none\" style=\"visibility: hidden; position: absolute; left: -9999px; overflow: hidden;\" ><defs><filter id=\"wp-duotone-purple-green\"><feColorMatrix color-interpolation-filters=\"sRGB\" type=\"matrix\" values=\" .299 .587 .114 0 0 .299 .587 .114 0 0 .299 .587 .114 0 0 .299 .587 .114 0 0 \" /><feComponentTransfer color-interpolation-filters=\"sRGB\" ><feFuncR type=\"table\" tableValues=\"0.65098039215686 0.40392156862745\" /><feFuncG type=\"table\" tableValues=\"0 1\" /><feFuncB type=\"table\" tableValues=\"0.44705882352941 0.4\" /><feFuncA type=\"table\" tableValues=\"1 1\" /></feComponentTransfer><feComposite in2=\"SourceGraphic\" operator=\"in\" /></filter></defs></svg><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 0 0\" width=\"0\" height=\"0\" focusable=\"false\" role=\"none\" style=\"visibility: hidden; position: absolute; left: -9999px; overflow: hidden;\" ><defs><filter id=\"wp-duotone-blue-orange\"><feColorMatrix color-interpolation-filters=\"sRGB\" type=\"matrix\" values=\" .299 .587 .114 0 0 .299 .587 .114 0 0 .299 .587 .114 0 0 .299 .587 .114 0 0 \" /><feComponentTransfer color-interpolation-filters=\"sRGB\" ><feFuncR type=\"table\" tableValues=\"0.098039215686275 1\" /><feFuncG type=\"table\" tableValues=\"0 0.66274509803922\" /><feFuncB type=\"table\" tableValues=\"0.84705882352941 0.41960784313725\" /><feFuncA type=\"table\" tableValues=\"1 1\" /></feComponentTransfer><feComposite in2=\"SourceGraphic\" operator=\"in\" /></filter></defs></svg>',	'no');

DROP TABLE IF EXISTS `wp_postmeta`;
CREATE TABLE `wp_postmeta` (
  `meta_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `post_id` bigint(20) unsigned NOT NULL DEFAULT 0,
  `meta_key` varchar(255) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
  `meta_value` longtext COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
  PRIMARY KEY (`meta_id`),
  KEY `post_id` (`post_id`),
  KEY `meta_key` (`meta_key`(191))
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(2,	3,	'_wp_page_template',	'default'),
(26,	1,	'_uag_page_assets',	'a:9:{s:3:\"css\";s:263:\".uag-blocks-common-selector{z-index:var(--z-index-desktop) !important}@media (max-width: 976px){.uag-blocks-common-selector{z-index:var(--z-index-tablet) !important}}@media (max-width: 767px){.uag-blocks-common-selector{z-index:var(--z-index-mobile) !important}}\n\";s:2:\"js\";s:0:\"\";s:18:\"current_block_list\";a:7:{i:0;s:14:\"core/paragraph\";i:1;s:11:\"core/search\";i:2;s:10:\"core/group\";i:3;s:12:\"core/heading\";i:4;s:17:\"core/latest-posts\";i:5;s:20:\"core/latest-comments\";i:6;s:14:\"core/shortcode\";}s:8:\"uag_flag\";b:0;s:11:\"uag_version\";s:10:\"1671113733\";s:6:\"gfonts\";a:0:{}s:10:\"gfonts_url\";s:0:\"\";s:12:\"gfonts_files\";a:0:{}s:14:\"uag_faq_layout\";b:0;}'),
(28,	1,	'_post_excerpt',	' Welcome to WordPress. This is your first post. Edit or delete it, then start writing!'),
(32,	17,	'_astra_sites_imported_wp_forms',	'1'),
(119,	119,	'_wp_attached_file',	'2021/05/testimonial1.jpg'),
(120,	119,	'_wp_attachment_metadata',	'a:6:{s:5:\"width\";i:250;s:6:\"height\";i:250;s:4:\"file\";s:24:\"2021/05/testimonial1.jpg\";s:8:\"filesize\";i:11264;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:24:\"testimonial1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5849;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(121,	119,	'_wxr_import_user_slug',	'rishabhm'),
(122,	119,	'_astra_sites_imported_post',	'1'),
(123,	119,	'_astra_sites_enable_for_batch',	'1'),
(124,	119,	'_astra_sites_image_hash',	'6541092098b465bde5714732be03954a2cb08b63'),
(125,	119,	'_elementor_source_image_hash',	'6541092098b465bde5714732be03954a2cb08b63'),
(126,	120,	'_wp_attached_file',	'2021/05/testimonial2.jpg'),
(127,	120,	'_wp_attachment_metadata',	'a:6:{s:5:\"width\";i:250;s:6:\"height\";i:250;s:4:\"file\";s:24:\"2021/05/testimonial2.jpg\";s:8:\"filesize\";i:10087;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:24:\"testimonial2-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5717;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(128,	120,	'_wxr_import_user_slug',	'rishabhm'),
(129,	120,	'_astra_sites_imported_post',	'1'),
(130,	120,	'_astra_sites_enable_for_batch',	'1'),
(131,	120,	'_astra_sites_image_hash',	'cdf02f57cb095e94ffce807c26891bd8a24ad9f4'),
(132,	120,	'_elementor_source_image_hash',	'cdf02f57cb095e94ffce807c26891bd8a24ad9f4'),
(133,	121,	'_wp_attached_file',	'2021/05/testimonial3.jpg'),
(134,	121,	'_wp_attachment_metadata',	'a:6:{s:5:\"width\";i:250;s:6:\"height\";i:250;s:4:\"file\";s:24:\"2021/05/testimonial3.jpg\";s:8:\"filesize\";i:8748;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:24:\"testimonial3-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4760;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(135,	121,	'_wxr_import_user_slug',	'rishabhm'),
(136,	121,	'_astra_sites_imported_post',	'1'),
(137,	121,	'_astra_sites_enable_for_batch',	'1'),
(138,	121,	'_astra_sites_image_hash',	'1205eb9e6397e59c788b3fcdc843995a7a1dc028'),
(139,	121,	'_elementor_source_image_hash',	'1205eb9e6397e59c788b3fcdc843995a7a1dc028'),
(140,	122,	'_wp_attached_file',	'2021/05/testimonial4.jpg'),
(141,	122,	'_wp_attachment_metadata',	'a:6:{s:5:\"width\";i:250;s:6:\"height\";i:250;s:4:\"file\";s:24:\"2021/05/testimonial4.jpg\";s:8:\"filesize\";i:16584;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:24:\"testimonial4-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7226;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(142,	122,	'_wxr_import_user_slug',	'rishabhm'),
(143,	122,	'_astra_sites_imported_post',	'1'),
(144,	122,	'_astra_sites_enable_for_batch',	'1'),
(145,	122,	'_astra_sites_image_hash',	'88d1d9d9fed1c99f792e755e6bc9af4fc14c2bc4'),
(146,	122,	'_elementor_source_image_hash',	'88d1d9d9fed1c99f792e755e6bc9af4fc14c2bc4'),
(301,	302,	'_menu_item_type',	'post_type'),
(302,	302,	'_menu_item_object_id',	'760'),
(303,	302,	'_menu_item_object',	'page'),
(304,	302,	'_menu_item_classes',	'a:1:{i:0;s:0:\"\";}'),
(305,	302,	'_wxr_import_user_slug',	'rishabhm'),
(307,	302,	'_astra_sites_imported_post',	'1'),
(308,	302,	'_astra_sites_enable_for_batch',	'1'),
(316,	760,	'site-sidebar-layout',	'no-sidebar'),
(317,	760,	'site-content-layout',	'plain-container'),
(318,	760,	'theme-transparent-header-meta',	'enabled'),
(319,	760,	'_yoast_wpseo_estimated-reading-time-minutes',	'5'),
(320,	760,	'site-post-title',	'disabled'),
(321,	760,	'ast-featured-img',	'disabled'),
(322,	760,	'astra-main-page-id',	'55313'),
(323,	760,	'ast_ist_mapping',	'O:8:\"stdClass\":0:{}'),
(324,	760,	'ast_self_id_55313',	'1'),
(325,	760,	'_yoast_wpseo_content_score',	'90'),
(326,	760,	'_wxr_import_user_slug',	'rishabhm'),
(327,	760,	'_astra_sites_imported_post',	'1'),
(328,	760,	'_astra_sites_enable_for_batch',	'1'),
(329,	761,	'site-sidebar-layout',	'no-sidebar'),
(330,	761,	'site-content-layout',	'plain-container'),
(331,	761,	'theme-transparent-header-meta',	'enabled'),
(332,	761,	'_yoast_wpseo_estimated-reading-time-minutes',	'4'),
(333,	761,	'site-post-title',	'disabled'),
(334,	761,	'ast-featured-img',	'disabled'),
(335,	761,	'_yoast_wpseo_content_score',	'90'),
(336,	761,	'astra-main-page-id',	'55314'),
(337,	761,	'ast_ist_mapping',	'O:8:\"stdClass\":0:{}'),
(338,	761,	'ast_self_id_55314',	'1'),
(339,	761,	'_wxr_import_user_slug',	'rishabhm'),
(340,	761,	'_astra_sites_imported_post',	'1'),
(341,	761,	'_astra_sites_enable_for_batch',	'1'),
(342,	762,	'site-sidebar-layout',	'no-sidebar'),
(343,	762,	'site-content-layout',	'plain-container'),
(344,	762,	'theme-transparent-header-meta',	'enabled'),
(345,	762,	'_yoast_wpseo_estimated-reading-time-minutes',	'5'),
(346,	762,	'site-post-title',	'disabled'),
(347,	762,	'ast-featured-img',	'disabled'),
(348,	762,	'_yoast_wpseo_content_score',	'90'),
(349,	762,	'astra-main-page-id',	'55311'),
(350,	762,	'ast_ist_mapping',	'O:8:\"stdClass\":0:{}'),
(351,	762,	'ast_self_id_55311',	'1'),
(352,	762,	'_wxr_import_user_slug',	'rishabhm'),
(353,	762,	'_astra_sites_imported_post',	'1'),
(354,	762,	'_astra_sites_enable_for_batch',	'1'),
(355,	763,	'site-sidebar-layout',	'no-sidebar'),
(356,	763,	'site-content-layout',	'plain-container'),
(357,	763,	'theme-transparent-header-meta',	'enabled'),
(358,	763,	'_yoast_wpseo_estimated-reading-time-minutes',	'1'),
(359,	763,	'site-post-title',	'disabled'),
(360,	763,	'ast-featured-img',	'disabled'),
(361,	763,	'_yoast_wpseo_content_score',	'90'),
(362,	763,	'_oembed_0fe4e54f935f28f89b9269df7f66a803',	'{{unknown}}'),
(363,	763,	'_oembed_5444039eddffd81f11237a029d8e136a',	'{{unknown}}'),
(364,	763,	'astra-main-page-id',	'55312'),
(365,	763,	'ast_ist_mapping',	'O:8:\"stdClass\":0:{}'),
(366,	763,	'ast_self_id_55312',	'1'),
(367,	763,	'_wxr_import_user_slug',	'rishabhm'),
(368,	763,	'_astra_sites_imported_post',	'1'),
(369,	763,	'_astra_sites_enable_for_batch',	'1'),
(370,	303,	'_menu_item_type',	'post_type'),
(371,	303,	'_menu_item_object_id',	'761'),
(372,	303,	'_menu_item_object',	'page'),
(373,	303,	'_menu_item_classes',	'a:1:{i:0;s:0:\"\";}'),
(374,	303,	'_wxr_import_user_slug',	'rishabhm'),
(375,	303,	'_astra_sites_imported_post',	'1'),
(376,	303,	'_astra_sites_enable_for_batch',	'1'),
(377,	304,	'_menu_item_type',	'post_type'),
(378,	304,	'_menu_item_object_id',	'762'),
(379,	304,	'_menu_item_object',	'page'),
(380,	304,	'_menu_item_classes',	'a:1:{i:0;s:0:\"\";}'),
(381,	304,	'_wxr_import_user_slug',	'rishabhm'),
(382,	304,	'_astra_sites_imported_post',	'1'),
(383,	304,	'_astra_sites_enable_for_batch',	'1'),
(384,	305,	'_menu_item_type',	'post_type'),
(385,	305,	'_menu_item_object_id',	'763'),
(386,	305,	'_menu_item_object',	'page'),
(387,	305,	'_menu_item_classes',	'a:1:{i:0;s:0:\"\";}'),
(388,	305,	'_wxr_import_user_slug',	'rishabhm'),
(389,	305,	'_astra_sites_imported_post',	'1'),
(390,	305,	'_astra_sites_enable_for_batch',	'1'),
(391,	356,	'_wxr_import_user_slug',	'rishabhm'),
(392,	356,	'_astra_sites_imported_post',	'1'),
(393,	356,	'_astra_sites_enable_for_batch',	'1'),
(394,	364,	'_wxr_import_user_slug',	'rishabhm'),
(395,	364,	'_astra_sites_imported_post',	'1'),
(396,	364,	'_astra_sites_enable_for_batch',	'1'),
(421,	388,	'_menu_item_type',	'custom'),
(422,	388,	'_menu_item_object_id',	'388'),
(423,	388,	'_menu_item_object',	'custom'),
(424,	388,	'_menu_item_classes',	'a:1:{i:0;s:0:\"\";}'),
(425,	388,	'_menu_item_url',	'/amenities/#nearby-visits'),
(426,	388,	'_wxr_import_user_slug',	'rishabhm'),
(427,	388,	'_astra_sites_imported_post',	'1'),
(428,	388,	'_astra_sites_enable_for_batch',	'1'),
(429,	389,	'_menu_item_type',	'custom'),
(430,	389,	'_menu_item_object_id',	'389'),
(431,	389,	'_menu_item_object',	'custom'),
(432,	389,	'_menu_item_classes',	'a:1:{i:0;s:0:\"\";}'),
(433,	389,	'_menu_item_url',	'/contact/'),
(434,	389,	'_wxr_import_user_slug',	'rishabhm'),
(435,	389,	'_astra_sites_imported_post',	'1'),
(436,	389,	'_astra_sites_enable_for_batch',	'1'),
(437,	391,	'_menu_item_type',	'custom'),
(438,	391,	'_menu_item_object_id',	'391'),
(439,	391,	'_menu_item_object',	'custom'),
(440,	391,	'_menu_item_classes',	'a:1:{i:0;s:0:\"\";}'),
(441,	391,	'_menu_item_url',	'mailto:blueroan@ugo.co.za'),
(442,	391,	'_wxr_import_user_slug',	'rishabhm'),
(443,	391,	'_astra_sites_imported_post',	'1'),
(444,	391,	'_astra_sites_enable_for_batch',	'1'),
(445,	392,	'_menu_item_type',	'custom'),
(446,	392,	'_menu_item_object_id',	'392'),
(447,	392,	'_menu_item_object',	'custom'),
(448,	392,	'_menu_item_classes',	'a:1:{i:0;s:0:\"\";}'),
(449,	392,	'_menu_item_url',	'mailto:blueroan@ugo.co.za'),
(450,	392,	'_wxr_import_user_slug',	'rishabhm'),
(451,	392,	'_astra_sites_imported_post',	'1'),
(452,	392,	'_astra_sites_enable_for_batch',	'1'),
(453,	393,	'_menu_item_type',	'custom'),
(454,	393,	'_menu_item_object_id',	'393'),
(455,	393,	'_menu_item_object',	'custom'),
(456,	393,	'_menu_item_classes',	'a:1:{i:0;s:0:\"\";}'),
(457,	393,	'_menu_item_url',	'/faqs'),
(458,	393,	'_wxr_import_user_slug',	'rishabhm'),
(459,	393,	'_astra_sites_imported_post',	'1'),
(460,	393,	'_astra_sites_enable_for_batch',	'1'),
(469,	395,	'_menu_item_type',	'custom'),
(470,	395,	'_menu_item_object_id',	'395'),
(471,	395,	'_menu_item_object',	'custom'),
(472,	395,	'_menu_item_classes',	'a:1:{i:0;s:0:\"\";}'),
(473,	395,	'_menu_item_url',	'https://www.google.co.za/maps/place/Blue+Roan+Country+Lodge+Magaliesburg/@-26.0052002,27.4666378,17z/data=!3m1!4b1!4m8!3m7!1s0x1e95f3cf93e0be45:0xeb946cc837d4d199!5m2!4m1!1i2!8m2!3d-26.0052002!4d27.4688265'),
(474,	395,	'_wxr_import_user_slug',	'rishabhm'),
(475,	395,	'_astra_sites_imported_post',	'1'),
(476,	395,	'_astra_sites_enable_for_batch',	'1'),
(477,	488,	'_wxr_import_user_slug',	'kalpeshb'),
(478,	488,	'_astra_sites_imported_post',	'1'),
(479,	488,	'_astra_sites_enable_for_batch',	'1'),
(480,	486,	'_wxr_import_user_slug',	'kalpeshb'),
(481,	486,	'_wxr_import_term',	'a:3:{s:8:\"taxonomy\";s:8:\"wp_theme\";s:4:\"slug\";s:5:\"astra\";s:4:\"name\";s:5:\"astra\";}'),
(482,	486,	'_astra_sites_imported_post',	'1'),
(483,	486,	'_astra_sites_enable_for_batch',	'1'),
(484,	767,	'_wp_attached_file',	'2022/12/default.png'),
(485,	767,	'_wp_attachment_metadata',	'a:6:{s:5:\"width\";i:48;s:6:\"height\";i:64;s:4:\"file\";s:19:\"2022/12/default.png\";s:8:\"filesize\";i:168;s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(486,	767,	'_astra_sites_image_hash',	'72254166b2bad8cd722a6a168ef44dfd064da4b8'),
(487,	767,	'_astra_sites_imported_post',	'1'),
(488,	767,	'_astra_sites_enable_for_batch',	'1'),
(545,	369,	'wpforms_form_locations',	'a:0:{}'),
(546,	760,	'_edit_lock',	'1672133575:2'),
(547,	782,	'_wp_attached_file',	'2022/12/Blue-roan-pool-01.jpg'),
(548,	782,	'_wp_attachment_metadata',	'a:6:{s:5:\"width\";i:800;s:6:\"height\";i:534;s:4:\"file\";s:29:\"2022/12/Blue-roan-pool-01.jpg\";s:8:\"filesize\";i:100981;s:5:\"sizes\";a:3:{s:6:\"medium\";a:5:{s:4:\"file\";s:29:\"Blue-roan-pool-01-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:17856;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:29:\"Blue-roan-pool-01-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6818;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:29:\"Blue-roan-pool-01-768x513.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:513;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:106661;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(552,	784,	'_wp_attached_file',	'2022/12/Blue-Roan-pool.jpg'),
(553,	784,	'_wp_attachment_metadata',	'a:6:{s:5:\"width\";i:1000;s:6:\"height\";i:667;s:4:\"file\";s:26:\"2022/12/Blue-Roan-pool.jpg\";s:8:\"filesize\";i:154801;s:5:\"sizes\";a:3:{s:6:\"medium\";a:5:{s:4:\"file\";s:26:\"Blue-Roan-pool-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:15822;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:26:\"Blue-Roan-pool-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6094;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:26:\"Blue-Roan-pool-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:93718;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(565,	789,	'_wp_attached_file',	'2022/12/cropped-Blue_Roan_Logo.png'),
(566,	789,	'_wp_attachment_context',	'custom-logo'),
(567,	789,	'_wp_attachment_metadata',	'a:6:{s:5:\"width\";i:214;s:6:\"height\";i:171;s:4:\"file\";s:34:\"2022/12/cropped-Blue_Roan_Logo.png\";s:8:\"filesize\";i:39770;s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:34:\"cropped-Blue_Roan_Logo-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:31501;}s:13:\"ast-logo-size\";a:5:{s:4:\"file\";s:34:\"cropped-Blue_Roan_Logo-150x120.png\";s:5:\"width\";i:150;s:6:\"height\";i:120;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:26050;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(568,	790,	'_wp_trash_meta_status',	'publish'),
(569,	790,	'_wp_trash_meta_time',	'1670922434'),
(575,	794,	'_wp_attached_file',	'2022/12/210-2108726_too-great-for-us-tourism-grading-council-of-south-5.png'),
(576,	794,	'_wp_attachment_metadata',	'a:6:{s:5:\"width\";i:484;s:6:\"height\";i:324;s:4:\"file\";s:75:\"2022/12/210-2108726_too-great-for-us-tourism-grading-council-of-south-5.png\";s:8:\"filesize\";i:60602;s:5:\"sizes\";a:2:{s:6:\"medium\";a:5:{s:4:\"file\";s:75:\"210-2108726_too-great-for-us-tourism-grading-council-of-south-5-300x201.png\";s:5:\"width\";i:300;s:6:\"height\";i:201;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:37396;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:75:\"210-2108726_too-great-for-us-tourism-grading-council-of-south-5-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:18973;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(583,	797,	'_wp_attached_file',	'2022/12/blue-roan-guest-farm-13.jpg'),
(584,	797,	'_wp_attachment_metadata',	'a:6:{s:5:\"width\";i:1000;s:6:\"height\";i:667;s:4:\"file\";s:35:\"2022/12/blue-roan-guest-farm-13.jpg\";s:8:\"filesize\";i:201183;s:5:\"sizes\";a:3:{s:6:\"medium\";a:5:{s:4:\"file\";s:35:\"blue-roan-guest-farm-13-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:18012;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:35:\"blue-roan-guest-farm-13-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6919;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:35:\"blue-roan-guest-farm-13-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:115999;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(585,	799,	'_wp_attached_file',	'2022/12/hammock-in-the-garden.jpg'),
(586,	799,	'_wp_attachment_metadata',	'a:6:{s:5:\"width\";i:600;s:6:\"height\";i:400;s:4:\"file\";s:33:\"2022/12/hammock-in-the-garden.jpg\";s:8:\"filesize\";i:78884;s:5:\"sizes\";a:2:{s:6:\"medium\";a:5:{s:4:\"file\";s:33:\"hammock-in-the-garden-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:21971;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:33:\"hammock-in-the-garden-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8995;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(597,	762,	'_edit_lock',	'1672743868:2'),
(614,	809,	'_wp_attached_file',	'2022/12/26759994757_767d9794fd_b.jpg'),
(615,	809,	'_wp_attachment_metadata',	'a:6:{s:5:\"width\";i:1024;s:6:\"height\";i:683;s:4:\"file\";s:36:\"2022/12/26759994757_767d9794fd_b.jpg\";s:8:\"filesize\";i:143610;s:5:\"sizes\";a:3:{s:6:\"medium\";a:5:{s:4:\"file\";s:36:\"26759994757_767d9794fd_b-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:9817;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:36:\"26759994757_767d9794fd_b-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4220;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:36:\"26759994757_767d9794fd_b-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:54902;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:9:\"Peet Astn\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(623,	789,	'_oembed_0a364e3531c7031180ed70756860cedb',	'{{unknown}}'),
(624,	816,	'_wp_attached_file',	'2022/12/blue-roan-guest-farm-18.jpg'),
(625,	816,	'_wp_attachment_metadata',	'a:6:{s:5:\"width\";i:1200;s:6:\"height\";i:900;s:4:\"file\";s:35:\"2022/12/blue-roan-guest-farm-18.jpg\";s:8:\"filesize\";i:241183;s:5:\"sizes\";a:4:{s:6:\"medium\";a:5:{s:4:\"file\";s:35:\"blue-roan-guest-farm-18-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:11371;}s:5:\"large\";a:5:{s:4:\"file\";s:36:\"blue-roan-guest-farm-18-1024x768.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:135398;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:35:\"blue-roan-guest-farm-18-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4005;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:35:\"blue-roan-guest-farm-18-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:74353;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(634,	761,	'_edit_last',	'2'),
(635,	761,	'_edit_lock',	'1672742413:2'),
(650,	825,	'_wp_trash_meta_status',	'publish'),
(651,	825,	'_wp_trash_meta_time',	'1670929740'),
(658,	828,	'_wp_attached_file',	'2022/12/Blue-Roan-pool.png'),
(659,	828,	'_wp_attachment_metadata',	'a:6:{s:5:\"width\";i:370;s:6:\"height\";i:440;s:4:\"file\";s:26:\"2022/12/Blue-Roan-pool.png\";s:8:\"filesize\";i:255511;s:5:\"sizes\";a:2:{s:6:\"medium\";a:5:{s:4:\"file\";s:26:\"Blue-Roan-pool-252x300.png\";s:5:\"width\";i:252;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:119077;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:26:\"Blue-Roan-pool-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:39162;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(660,	828,	'_wp_attachment_image_alt',	'Blue Roan\'s rock pool'),
(661,	829,	'_wp_attached_file',	'2022/12/img-20160605-wa0002-largejpg.png'),
(662,	829,	'_wp_attachment_metadata',	'a:6:{s:5:\"width\";i:370;s:6:\"height\";i:440;s:4:\"file\";s:40:\"2022/12/img-20160605-wa0002-largejpg.png\";s:8:\"filesize\";i:234915;s:5:\"sizes\";a:2:{s:6:\"medium\";a:5:{s:4:\"file\";s:40:\"img-20160605-wa0002-largejpg-252x300.png\";s:5:\"width\";i:252;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:105427;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:40:\"img-20160605-wa0002-largejpg-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:36094;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(663,	830,	'_wp_attached_file',	'2022/12/ef9d0188da11e2bc56788f5619d9d539.png'),
(664,	830,	'_wp_attachment_metadata',	'a:6:{s:5:\"width\";i:370;s:6:\"height\";i:440;s:4:\"file\";s:44:\"2022/12/ef9d0188da11e2bc56788f5619d9d539.png\";s:8:\"filesize\";i:260505;s:5:\"sizes\";a:2:{s:6:\"medium\";a:5:{s:4:\"file\";s:44:\"ef9d0188da11e2bc56788f5619d9d539-252x300.png\";s:5:\"width\";i:252;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:120910;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:44:\"ef9d0188da11e2bc56788f5619d9d539-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:41015;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(671,	834,	'_wp_attached_file',	'2022/12/red-rose.jpg'),
(672,	834,	'_wp_attachment_metadata',	'a:6:{s:5:\"width\";i:1200;s:6:\"height\";i:800;s:4:\"file\";s:20:\"2022/12/red-rose.jpg\";s:8:\"filesize\";i:129221;s:5:\"sizes\";a:4:{s:6:\"medium\";a:5:{s:4:\"file\";s:20:\"red-rose-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:12039;}s:5:\"large\";a:5:{s:4:\"file\";s:21:\"red-rose-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:81116;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:20:\"red-rose-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5658;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:20:\"red-rose-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:50063;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(673,	835,	'_wp_attached_file',	'2022/12/blue-roan-guest-farm-14.jpg'),
(674,	835,	'_wp_attachment_metadata',	'a:6:{s:5:\"width\";i:1000;s:6:\"height\";i:667;s:4:\"file\";s:35:\"2022/12/blue-roan-guest-farm-14.jpg\";s:8:\"filesize\";i:90354;s:5:\"sizes\";a:3:{s:6:\"medium\";a:5:{s:4:\"file\";s:35:\"blue-roan-guest-farm-14-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:9991;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:35:\"blue-roan-guest-farm-14-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4254;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:35:\"blue-roan-guest-farm-14-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:56603;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(675,	837,	'_wp_attached_file',	'2022/12/blue-roan-guest-farm-8.jpg'),
(676,	837,	'_wp_attachment_metadata',	'a:6:{s:5:\"width\";i:1200;s:6:\"height\";i:795;s:4:\"file\";s:34:\"2022/12/blue-roan-guest-farm-8.jpg\";s:8:\"filesize\";i:208219;s:5:\"sizes\";a:4:{s:6:\"medium\";a:5:{s:4:\"file\";s:34:\"blue-roan-guest-farm-8-300x199.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:199;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:12735;}s:5:\"large\";a:5:{s:4:\"file\";s:35:\"blue-roan-guest-farm-8-1024x678.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:678;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:122376;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:34:\"blue-roan-guest-farm-8-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5828;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:34:\"blue-roan-guest-farm-8-768x509.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:509;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:70075;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(677,	838,	'_wp_attached_file',	'2022/12/49g.jpg'),
(678,	838,	'_wp_attachment_metadata',	'a:6:{s:5:\"width\";i:650;s:6:\"height\";i:450;s:4:\"file\";s:15:\"2022/12/49g.jpg\";s:8:\"filesize\";i:315296;s:5:\"sizes\";a:2:{s:6:\"medium\";a:5:{s:4:\"file\";s:15:\"49g-300x208.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:208;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:19666;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:15:\"49g-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8619;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(679,	839,	'_wp_attached_file',	'2022/12/blue-roan-country-lodge-1.jpg'),
(680,	839,	'_wp_attachment_metadata',	'a:6:{s:5:\"width\";i:1200;s:6:\"height\";i:675;s:4:\"file\";s:37:\"2022/12/blue-roan-country-lodge-1.jpg\";s:8:\"filesize\";i:207492;s:5:\"sizes\";a:4:{s:6:\"medium\";a:5:{s:4:\"file\";s:37:\"blue-roan-country-lodge-1-300x169.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:14268;}s:5:\"large\";a:5:{s:4:\"file\";s:38:\"blue-roan-country-lodge-1-1024x576.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:125787;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:37:\"blue-roan-country-lodge-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6738;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:37:\"blue-roan-country-lodge-1-768x432.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:432;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:75190;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(693,	849,	'_wp_attached_file',	'2022/12/48g.jpg'),
(694,	849,	'_wp_attachment_metadata',	'a:6:{s:5:\"width\";i:650;s:6:\"height\";i:450;s:4:\"file\";s:15:\"2022/12/48g.jpg\";s:8:\"filesize\";i:420550;s:5:\"sizes\";a:2:{s:6:\"medium\";a:5:{s:4:\"file\";s:15:\"48g-300x208.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:208;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:24365;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:15:\"48g-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8840;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(701,	852,	'_wp_attached_file',	'2022/12/blue-roan-guest-farm-12.jpg'),
(702,	852,	'_wp_attachment_metadata',	'a:6:{s:5:\"width\";i:1200;s:6:\"height\";i:795;s:4:\"file\";s:35:\"2022/12/blue-roan-guest-farm-12.jpg\";s:8:\"filesize\";i:214847;s:5:\"sizes\";a:4:{s:6:\"medium\";a:5:{s:4:\"file\";s:35:\"blue-roan-guest-farm-12-300x199.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:199;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:10665;}s:5:\"large\";a:5:{s:4:\"file\";s:36:\"blue-roan-guest-farm-12-1024x678.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:678;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:122661;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:35:\"blue-roan-guest-farm-12-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4634;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:35:\"blue-roan-guest-farm-12-768x509.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:509;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:67292;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(722,	863,	'_wp_attached_file',	'2022/12/blue-roan-guest-farm-10.jpg'),
(723,	863,	'_wp_attachment_metadata',	'a:6:{s:5:\"width\";i:1000;s:6:\"height\";i:667;s:4:\"file\";s:35:\"2022/12/blue-roan-guest-farm-10.jpg\";s:8:\"filesize\";i:149768;s:5:\"sizes\";a:3:{s:6:\"medium\";a:5:{s:4:\"file\";s:35:\"blue-roan-guest-farm-10-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:16534;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:35:\"blue-roan-guest-farm-10-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6740;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:35:\"blue-roan-guest-farm-10-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:91124;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(724,	864,	'_wp_attached_file',	'2022/12/tuscan-suite-raised-bed-and-settee.jpg'),
(725,	864,	'_wp_attachment_metadata',	'a:6:{s:5:\"width\";i:600;s:6:\"height\";i:400;s:4:\"file\";s:46:\"2022/12/tuscan-suite-raised-bed-and-settee.jpg\";s:8:\"filesize\";i:41923;s:5:\"sizes\";a:2:{s:6:\"medium\";a:5:{s:4:\"file\";s:46:\"tuscan-suite-raised-bed-and-settee-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:13964;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:46:\"tuscan-suite-raised-bed-and-settee-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6180;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(748,	879,	'_wp_attached_file',	'2022/12/blue-roan-guest-farm-11.jpg'),
(749,	879,	'_wp_attachment_metadata',	'a:6:{s:5:\"width\";i:1000;s:6:\"height\";i:667;s:4:\"file\";s:35:\"2022/12/blue-roan-guest-farm-11.jpg\";s:8:\"filesize\";i:175055;s:5:\"sizes\";a:3:{s:6:\"medium\";a:5:{s:4:\"file\";s:35:\"blue-roan-guest-farm-11-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:19126;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:35:\"blue-roan-guest-farm-11-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8196;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:35:\"blue-roan-guest-farm-11-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:106289;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(752,	881,	'_wp_attached_file',	'2022/12/bluebush-king-bed-and-spa-bath.png'),
(753,	881,	'_wp_attachment_metadata',	'a:6:{s:5:\"width\";i:1000;s:6:\"height\";i:667;s:4:\"file\";s:42:\"2022/12/bluebush-king-bed-and-spa-bath.png\";s:8:\"filesize\";i:1195033;s:5:\"sizes\";a:3:{s:6:\"medium\";a:5:{s:4:\"file\";s:42:\"bluebush-king-bed-and-spa-bath-300x200.png\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:86969;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:42:\"bluebush-king-bed-and-spa-bath-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:36303;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:42:\"bluebush-king-bed-and-spa-bath-768x512.png\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:414921;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(758,	885,	'_wp_attached_file',	'2022/12/acacia-lounge.jpg'),
(759,	885,	'_wp_attachment_metadata',	'a:6:{s:5:\"width\";i:600;s:6:\"height\";i:400;s:4:\"file\";s:25:\"2022/12/acacia-lounge.jpg\";s:8:\"filesize\";i:37270;s:5:\"sizes\";a:2:{s:6:\"medium\";a:5:{s:4:\"file\";s:25:\"acacia-lounge-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:12843;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:25:\"acacia-lounge-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5664;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(764,	763,	'_edit_lock',	'1671112930:2'),
(765,	891,	'_wp_attached_file',	'2022/12/sun-coming-up.jpg'),
(766,	891,	'_wp_attachment_metadata',	'a:6:{s:5:\"width\";i:1200;s:6:\"height\";i:800;s:4:\"file\";s:25:\"2022/12/sun-coming-up.jpg\";s:8:\"filesize\";i:238877;s:5:\"sizes\";a:4:{s:6:\"medium\";a:5:{s:4:\"file\";s:25:\"sun-coming-up-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:14527;}s:5:\"large\";a:5:{s:4:\"file\";s:26:\"sun-coming-up-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:143149;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:25:\"sun-coming-up-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6462;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:25:\"sun-coming-up-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:85134;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(776,	895,	'_edit_lock',	'1670942822:2'),
(777,	895,	'_wp_trash_meta_status',	'publish'),
(778,	895,	'_wp_trash_meta_time',	'1670942830'),
(785,	896,	'_wp_attached_file',	'2022/12/AAEAAQAAAAAAAAAAAAAAJDkwZDA0NDg0LWIwNTctNGVlNy05Y2NjLWNjNDllODBmZTI3OA.png'),
(786,	896,	'_wp_attachment_metadata',	'a:6:{s:5:\"width\";i:1300;s:6:\"height\";i:861;s:4:\"file\";s:82:\"2022/12/AAEAAQAAAAAAAAAAAAAAJDkwZDA0NDg0LWIwNTctNGVlNy05Y2NjLWNjNDllODBmZTI3OA.png\";s:8:\"filesize\";i:1088370;s:5:\"sizes\";a:4:{s:6:\"medium\";a:5:{s:4:\"file\";s:82:\"AAEAAQAAAAAAAAAAAAAAJDkwZDA0NDg0LWIwNTctNGVlNy05Y2NjLWNjNDllODBmZTI3OA-300x199.png\";s:5:\"width\";i:300;s:6:\"height\";i:199;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:75181;}s:5:\"large\";a:5:{s:4:\"file\";s:83:\"AAEAAQAAAAAAAAAAAAAAJDkwZDA0NDg0LWIwNTctNGVlNy05Y2NjLWNjNDllODBmZTI3OA-1024x678.png\";s:5:\"width\";i:1024;s:6:\"height\";i:678;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:693620;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:82:\"AAEAAQAAAAAAAAAAAAAAJDkwZDA0NDg0LWIwNTctNGVlNy05Y2NjLWNjNDllODBmZTI3OA-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:30502;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:82:\"AAEAAQAAAAAAAAAAAAAAJDkwZDA0NDg0LWIwNTctNGVlNy05Y2NjLWNjNDllODBmZTI3OA-768x509.png\";s:5:\"width\";i:768;s:6:\"height\";i:509;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:417277;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"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,	896,	'_wp_attachment_image_alt',	'Honeymoon suite bedroom'),
(788,	899,	'_wp_attached_file',	'2022/12/AAEAAQAAAAAAAAAAAAAA39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba.png'),
(789,	899,	'_wp_attachment_metadata',	'a:6:{s:5:\"width\";i:1200;s:6:\"height\";i:900;s:4:\"file\";s:132:\"2022/12/AAEAAQAAAAAAAAAAAAAA39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba.png\";s:8:\"filesize\";i:2338048;s:5:\"sizes\";a:4:{s:6:\"medium\";a:5:{s:4:\"file\";s:132:\"AAEAAQAAAAAAAAAAAAAA39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba-300x225.png\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:137267;}s:5:\"large\";a:5:{s:4:\"file\";s:133:\"AAEAAQAAAAAAAAAAAAAA39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba-1024x768.png\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:1578947;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:132:\"AAEAAQAAAAAAAAAAAAAA39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:45983;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:132:\"AAEAAQAAAAAAAAAAAAAA39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba-768x576.png\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:895559;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(801,	905,	'_wp_attached_file',	'2022/12/AAEAAQAAAAAAAAAAAAAA39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba-1.png'),
(802,	905,	'_wp_attachment_metadata',	'a:6:{s:5:\"width\";i:1200;s:6:\"height\";i:900;s:4:\"file\";s:134:\"2022/12/AAEAAQAAAAAAAAAAAAAA39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba-1.png\";s:8:\"filesize\";i:2338048;s:5:\"sizes\";a:4:{s:6:\"medium\";a:5:{s:4:\"file\";s:134:\"AAEAAQAAAAAAAAAAAAAA39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba-1-300x225.png\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:137267;}s:5:\"large\";a:5:{s:4:\"file\";s:135:\"AAEAAQAAAAAAAAAAAAAA39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba-1-1024x768.png\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:1578947;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:134:\"AAEAAQAAAAAAAAAAAAAA39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba-1-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:45983;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:134:\"AAEAAQAAAAAAAAAAAAAA39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba-1-768x576.png\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:895559;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(803,	907,	'_wp_attached_file',	'2022/12/241565_xl.jpg'),
(804,	907,	'_wp_attachment_metadata',	'a:6:{s:5:\"width\";i:800;s:6:\"height\";i:534;s:4:\"file\";s:21:\"2022/12/241565_xl.jpg\";s:8:\"filesize\";i:90717;s:5:\"sizes\";a:3:{s:6:\"medium\";a:5:{s:4:\"file\";s:21:\"241565_xl-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:16901;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:21:\"241565_xl-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6830;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:21:\"241565_xl-768x513.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:513;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:96245;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(805,	908,	'_wp_attached_file',	'2022/12/241506_xl.jpg'),
(806,	908,	'_wp_attachment_metadata',	'a:6:{s:5:\"width\";i:800;s:6:\"height\";i:534;s:4:\"file\";s:21:\"2022/12/241506_xl.jpg\";s:8:\"filesize\";i:88225;s:5:\"sizes\";a:3:{s:6:\"medium\";a:5:{s:4:\"file\";s:21:\"241506_xl-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:15749;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:21:\"241506_xl-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6177;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:21:\"241506_xl-768x513.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:513;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:93870;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(807,	909,	'_wp_attached_file',	'2022/12/blueroanfarm_118-x_large.jpg'),
(808,	909,	'_wp_attachment_metadata',	'a:6:{s:5:\"width\";i:1440;s:6:\"height\";i:691;s:4:\"file\";s:36:\"2022/12/blueroanfarm_118-x_large.jpg\";s:8:\"filesize\";i:149353;s:5:\"sizes\";a:4:{s:6:\"medium\";a:5:{s:4:\"file\";s:36:\"blueroanfarm_118-x_large-300x144.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:144;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:10414;}s:5:\"large\";a:5:{s:4:\"file\";s:37:\"blueroanfarm_118-x_large-1024x491.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:491;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:83412;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:36:\"blueroanfarm_118-x_large-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5739;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:36:\"blueroanfarm_118-x_large-768x369.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:369;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:51406;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(809,	910,	'_wp_attached_file',	'2022/12/bird.jpg'),
(810,	910,	'_wp_attachment_metadata',	'a:6:{s:5:\"width\";i:1200;s:6:\"height\";i:800;s:4:\"file\";s:16:\"2022/12/bird.jpg\";s:8:\"filesize\";i:232484;s:5:\"sizes\";a:4:{s:6:\"medium\";a:5:{s:4:\"file\";s:16:\"bird-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:19160;}s:5:\"large\";a:5:{s:4:\"file\";s:17:\"bird-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:152502;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:16:\"bird-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7984;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:16:\"bird-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:94667;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(817,	914,	'_wp_attached_file',	'2022/12/bird.png'),
(818,	914,	'_wp_attachment_metadata',	'a:6:{s:5:\"width\";i:1200;s:6:\"height\";i:800;s:4:\"file\";s:16:\"2022/12/bird.png\";s:8:\"filesize\";i:2494493;s:5:\"sizes\";a:4:{s:6:\"medium\";a:5:{s:4:\"file\";s:16:\"bird-300x200.png\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:124073;}s:5:\"large\";a:5:{s:4:\"file\";s:17:\"bird-1024x683.png\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:1133643;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:16:\"bird-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:48774;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:16:\"bird-768x512.png\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:683296;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(822,	916,	'_wp_attached_file',	'2022/12/our-family-of-dogs.jpg'),
(823,	916,	'_wp_attachment_metadata',	'a:6:{s:5:\"width\";i:600;s:6:\"height\";i:400;s:4:\"file\";s:30:\"2022/12/our-family-of-dogs.jpg\";s:8:\"filesize\";i:63421;s:5:\"sizes\";a:2:{s:6:\"medium\";a:5:{s:4:\"file\";s:30:\"our-family-of-dogs-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:17990;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:30:\"our-family-of-dogs-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7991;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(827,	920,	'_wp_attached_file',	'2022/12/AAEAAQAAAAAAAAAAAAAA39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba-2.png'),
(828,	920,	'_wp_attachment_metadata',	'a:6:{s:5:\"width\";i:1200;s:6:\"height\";i:900;s:4:\"file\";s:134:\"2022/12/AAEAAQAAAAAAAAAAAAAA39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba-2.png\";s:8:\"filesize\";i:2338048;s:5:\"sizes\";a:4:{s:6:\"medium\";a:5:{s:4:\"file\";s:134:\"AAEAAQAAAAAAAAAAAAAA39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba-2-300x225.png\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:137267;}s:5:\"large\";a:5:{s:4:\"file\";s:135:\"AAEAAQAAAAAAAAAAAAAA39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba-2-1024x768.png\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:1578947;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:134:\"AAEAAQAAAAAAAAAAAAAA39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba-2-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:45983;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:134:\"AAEAAQAAAAAAAAAAAAAA39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba-2-768x576.png\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:895559;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"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,	928,	'_edit_lock',	'1671003705:2'),
(842,	928,	'_wp_trash_meta_status',	'publish'),
(843,	928,	'_wp_trash_meta_time',	'1671003726'),
(847,	392,	'_menu_item_menu_item_parent',	'0'),
(848,	392,	'_menu_item_target',	''),
(849,	392,	'_menu_item_xfn',	''),
(850,	392,	'_wp_old_date',	'2021-05-12'),
(851,	929,	'_wp_trash_meta_status',	'publish'),
(852,	929,	'_wp_trash_meta_time',	'1671004461'),
(853,	930,	'_edit_lock',	'1671004484:2'),
(854,	391,	'_menu_item_menu_item_parent',	'0'),
(855,	391,	'_menu_item_target',	''),
(856,	391,	'_menu_item_xfn',	''),
(857,	391,	'_wp_old_date',	'2021-05-12'),
(858,	395,	'_menu_item_menu_item_parent',	'0'),
(859,	395,	'_menu_item_target',	'_blank'),
(860,	395,	'_menu_item_xfn',	''),
(861,	395,	'_wp_old_date',	'2021-05-12'),
(862,	930,	'_wp_trash_meta_status',	'publish'),
(863,	930,	'_wp_trash_meta_time',	'1671004515'),
(864,	931,	'_wp_trash_meta_status',	'publish'),
(865,	931,	'_wp_trash_meta_time',	'1671004531'),
(868,	932,	'_wp_trash_meta_status',	'publish'),
(869,	932,	'_wp_trash_meta_time',	'1671004572'),
(872,	933,	'_edit_lock',	'1671112819:2'),
(880,	937,	'_wp_attached_file',	'2022/12/morning-view.jpg'),
(881,	937,	'_wp_attachment_metadata',	'a:6:{s:5:\"width\";i:1920;s:6:\"height\";i:700;s:4:\"file\";s:24:\"2022/12/morning-view.jpg\";s:8:\"filesize\";i:268760;s:5:\"sizes\";a:5:{s:6:\"medium\";a:5:{s:4:\"file\";s:24:\"morning-view-300x109.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:109;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:11242;}s:5:\"large\";a:5:{s:4:\"file\";s:25:\"morning-view-1024x373.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:373;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:80263;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:24:\"morning-view-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7264;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:24:\"morning-view-768x280.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:280;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:48849;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:25:\"morning-view-1536x560.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:560;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:161364;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(882,	937,	'_ast_block_templates_image_hash',	'e33ac99597e4e1017b85f1cd197432c3b5051b17'),
(883,	933,	'_uag_custom_page_level_css',	''),
(884,	933,	'site-content-layout',	'page-builder'),
(885,	933,	'theme-transparent-header-meta',	'enabled'),
(886,	933,	'adv-header-id-meta',	''),
(887,	933,	'stick-header-meta',	''),
(888,	933,	'site-post-title',	'disabled'),
(891,	933,	'_edit_last',	'2'),
(892,	393,	'_menu_item_menu_item_parent',	'0'),
(893,	393,	'_menu_item_target',	''),
(894,	393,	'_menu_item_xfn',	''),
(895,	393,	'_wp_old_date',	'2021-05-12'),
(896,	940,	'_wp_trash_meta_status',	'publish'),
(897,	940,	'_wp_trash_meta_time',	'1671004839'),
(912,	948,	'_edit_lock',	'1671112136:2'),
(915,	948,	'_uag_custom_page_level_css',	''),
(916,	948,	'site-post-title',	'disabled'),
(917,	948,	'theme-transparent-header-meta',	'enabled'),
(918,	948,	'adv-header-id-meta',	''),
(919,	948,	'stick-header-meta',	''),
(920,	948,	'site-content-layout',	'plain-container'),
(921,	948,	'ast-global-header-display',	''),
(928,	955,	'_wp_attached_file',	'2022/12/AAEAAQAAAAAAAAAAAAAAJDNlZGQ1OWVmLThiZmMtNDJhNC05MjI1LTVjZGE5NDA4YjA0NA.png'),
(929,	955,	'_wp_attachment_metadata',	'a:6:{s:5:\"width\";i:1000;s:6:\"height\";i:667;s:4:\"file\";s:82:\"2022/12/AAEAAQAAAAAAAAAAAAAAJDNlZGQ1OWVmLThiZmMtNDJhNC05MjI1LTVjZGE5NDA4YjA0NA.png\";s:8:\"filesize\";i:1027028;s:5:\"sizes\";a:3:{s:6:\"medium\";a:5:{s:4:\"file\";s:82:\"AAEAAQAAAAAAAAAAAAAAJDNlZGQ1OWVmLThiZmMtNDJhNC05MjI1LTVjZGE5NDA4YjA0NA-300x200.png\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:104671;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:82:\"AAEAAQAAAAAAAAAAAAAAJDNlZGQ1OWVmLThiZmMtNDJhNC05MjI1LTVjZGE5NDA4YjA0NA-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:40217;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:82:\"AAEAAQAAAAAAAAAAAAAAJDNlZGQ1OWVmLThiZmMtNDJhNC05MjI1LTVjZGE5NDA4YjA0NA-768x512.png\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:616023;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(930,	956,	'_wp_attached_file',	'2022/12/AAEAAQAAAAAAAAAAAAAAJDM0ZDZlYzYxLWY2YTgtNDAzYS1hMGMwLTRiMDFkZTk3ODNjZA-1.png'),
(931,	956,	'_wp_attachment_metadata',	'a:6:{s:5:\"width\";i:1000;s:6:\"height\";i:667;s:4:\"file\";s:84:\"2022/12/AAEAAQAAAAAAAAAAAAAAJDM0ZDZlYzYxLWY2YTgtNDAzYS1hMGMwLTRiMDFkZTk3ODNjZA-1.png\";s:8:\"filesize\";i:947698;s:5:\"sizes\";a:3:{s:6:\"medium\";a:5:{s:4:\"file\";s:84:\"AAEAAQAAAAAAAAAAAAAAJDM0ZDZlYzYxLWY2YTgtNDAzYS1hMGMwLTRiMDFkZTk3ODNjZA-1-300x200.png\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:99961;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:84:\"AAEAAQAAAAAAAAAAAAAAJDM0ZDZlYzYxLWY2YTgtNDAzYS1hMGMwLTRiMDFkZTk3ODNjZA-1-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:39737;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:84:\"AAEAAQAAAAAAAAAAAAAAJDM0ZDZlYzYxLWY2YTgtNDAzYS1hMGMwLTRiMDFkZTk3ODNjZA-1-768x512.png\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:568670;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(936,	963,	'_wp_attached_file',	'2022/12/AAEAAQAAAAAAAAAAAAAAJGZiMDU2OTJhLTI1YmYtNDFlOS05YzhlLTM1MDc2OTVlZmEwNA.png'),
(937,	963,	'_wp_attachment_metadata',	'a:6:{s:5:\"width\";i:1000;s:6:\"height\";i:667;s:4:\"file\";s:82:\"2022/12/AAEAAQAAAAAAAAAAAAAAJGZiMDU2OTJhLTI1YmYtNDFlOS05YzhlLTM1MDc2OTVlZmEwNA.png\";s:8:\"filesize\";i:839485;s:5:\"sizes\";a:3:{s:6:\"medium\";a:5:{s:4:\"file\";s:82:\"AAEAAQAAAAAAAAAAAAAAJGZiMDU2OTJhLTI1YmYtNDFlOS05YzhlLTM1MDc2OTVlZmEwNA-300x200.png\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:93215;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:82:\"AAEAAQAAAAAAAAAAAAAAJGZiMDU2OTJhLTI1YmYtNDFlOS05YzhlLTM1MDc2OTVlZmEwNA-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:38114;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:82:\"AAEAAQAAAAAAAAAAAAAAJGZiMDU2OTJhLTI1YmYtNDFlOS05YzhlLTM1MDc2OTVlZmEwNA-768x512.png\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:516297;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(942,	967,	'_wp_attached_file',	'2022/12/AAEAAQAAAAAAAAAAAAAAJDg5NmY0ZGUxLWE4MTgtNDY5NC1iODFhLTBmN2Q0ZDc5ZWFiNw.png'),
(943,	967,	'_wp_attachment_metadata',	'a:6:{s:5:\"width\";i:1000;s:6:\"height\";i:667;s:4:\"file\";s:82:\"2022/12/AAEAAQAAAAAAAAAAAAAAJDg5NmY0ZGUxLWE4MTgtNDY5NC1iODFhLTBmN2Q0ZDc5ZWFiNw.png\";s:8:\"filesize\";i:1348989;s:5:\"sizes\";a:3:{s:6:\"medium\";a:5:{s:4:\"file\";s:82:\"AAEAAQAAAAAAAAAAAAAAJDg5NmY0ZGUxLWE4MTgtNDY5NC1iODFhLTBmN2Q0ZDc5ZWFiNw-300x200.png\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:123472;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:82:\"AAEAAQAAAAAAAAAAAAAAJDg5NmY0ZGUxLWE4MTgtNDY5NC1iODFhLTBmN2Q0ZDc5ZWFiNw-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:46426;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:82:\"AAEAAQAAAAAAAAAAAAAAJDg5NmY0ZGUxLWE4MTgtNDY5NC1iODFhLTBmN2Q0ZDc5ZWFiNw-768x512.png\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:767337;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(944,	968,	'_wp_attached_file',	'2022/12/AAEAAQAAAAAAAAAAAAAAJDYxYzlmY2U0LWJiMGMtNGU4My04YzA3LWZhZGFkODdiOWJhYQ.png'),
(945,	968,	'_wp_attachment_metadata',	'a:6:{s:5:\"width\";i:540;s:6:\"height\";i:810;s:4:\"file\";s:82:\"2022/12/AAEAAQAAAAAAAAAAAAAAJDYxYzlmY2U0LWJiMGMtNGU4My04YzA3LWZhZGFkODdiOWJhYQ.png\";s:8:\"filesize\";i:566799;s:5:\"sizes\";a:2:{s:6:\"medium\";a:5:{s:4:\"file\";s:82:\"AAEAAQAAAAAAAAAAAAAAJDYxYzlmY2U0LWJiMGMtNGU4My04YzA3LWZhZGFkODdiOWJhYQ-200x300.png\";s:5:\"width\";i:200;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:92474;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:82:\"AAEAAQAAAAAAAAAAAAAAJDYxYzlmY2U0LWJiMGMtNGU4My04YzA3LWZhZGFkODdiOWJhYQ-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:36338;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(946,	969,	'_wp_attached_file',	'2022/12/AAEAAQAAAAAAAAAAAAAAJDYxYzlmY2U0LWJiMGMtNGU4My04YzA3LWZhZGFkODdiOWJhYQ-1.png'),
(947,	969,	'_wp_attachment_metadata',	'a:6:{s:5:\"width\";i:500;s:6:\"height\";i:334;s:4:\"file\";s:84:\"2022/12/AAEAAQAAAAAAAAAAAAAAJDYxYzlmY2U0LWJiMGMtNGU4My04YzA3LWZhZGFkODdiOWJhYQ-1.png\";s:8:\"filesize\";i:372333;s:5:\"sizes\";a:2:{s:6:\"medium\";a:5:{s:4:\"file\";s:84:\"AAEAAQAAAAAAAAAAAAAAJDYxYzlmY2U0LWJiMGMtNGU4My04YzA3LWZhZGFkODdiOWJhYQ-1-300x200.png\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:90336;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:84:\"AAEAAQAAAAAAAAAAAAAAJDYxYzlmY2U0LWJiMGMtNGU4My04YzA3LWZhZGFkODdiOWJhYQ-1-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:35865;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(954,	973,	'_wp_trash_meta_status',	'publish'),
(955,	973,	'_wp_trash_meta_time',	'1671013094'),
(979,	987,	'_edit_lock',	'1671800207:2'),
(982,	987,	'_uag_custom_page_level_css',	''),
(983,	987,	'theme-transparent-header-meta',	'enabled'),
(984,	987,	'adv-header-id-meta',	''),
(985,	987,	'stick-header-meta',	''),
(988,	987,	'site-content-layout',	'plain-container'),
(989,	987,	'site-post-title',	'disabled'),
(994,	992,	'_wp_attached_file',	'2022/12/AAEAAQAAAAAAAAAAAAAAJDhhMDc2NjU5LTcwNjEtNGZjMS04ZWI4LWJmZmYzNzdkMWZkNA.png'),
(995,	992,	'_wp_attachment_metadata',	'a:6:{s:5:\"width\";i:1000;s:6:\"height\";i:667;s:4:\"file\";s:82:\"2022/12/AAEAAQAAAAAAAAAAAAAAJDhhMDc2NjU5LTcwNjEtNGZjMS04ZWI4LWJmZmYzNzdkMWZkNA.png\";s:8:\"filesize\";i:868042;s:5:\"sizes\";a:3:{s:6:\"medium\";a:5:{s:4:\"file\";s:82:\"AAEAAQAAAAAAAAAAAAAAJDhhMDc2NjU5LTcwNjEtNGZjMS04ZWI4LWJmZmYzNzdkMWZkNA-300x200.png\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:98904;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:82:\"AAEAAQAAAAAAAAAAAAAAJDhhMDc2NjU5LTcwNjEtNGZjMS04ZWI4LWJmZmYzNzdkMWZkNA-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:39794;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:82:\"AAEAAQAAAAAAAAAAAAAAJDhhMDc2NjU5LTcwNjEtNGZjMS04ZWI4LWJmZmYzNzdkMWZkNA-768x512.png\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:541500;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(996,	992,	'_wp_attachment_image_alt',	'The Tuscan Suite at Blue Roan Country Lodge'),
(1001,	997,	'_wp_attached_file',	'2022/12/AAEAAQAAAAAAAAAAAAAAJDIzMjZiNmQ1LTk3MTAtNDIxMC05OWE3LWJlMmQxNDliMDVmMQ.png'),
(1002,	997,	'_wp_attachment_metadata',	'a:6:{s:5:\"width\";i:1000;s:6:\"height\";i:667;s:4:\"file\";s:82:\"2022/12/AAEAAQAAAAAAAAAAAAAAJDIzMjZiNmQ1LTk3MTAtNDIxMC05OWE3LWJlMmQxNDliMDVmMQ.png\";s:8:\"filesize\";i:1014280;s:5:\"sizes\";a:3:{s:6:\"medium\";a:5:{s:4:\"file\";s:82:\"AAEAAQAAAAAAAAAAAAAAJDIzMjZiNmQ1LTk3MTAtNDIxMC05OWE3LWJlMmQxNDliMDVmMQ-300x200.png\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:110910;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:82:\"AAEAAQAAAAAAAAAAAAAAJDIzMjZiNmQ1LTk3MTAtNDIxMC05OWE3LWJlMmQxNDliMDVmMQ-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:44697;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:82:\"AAEAAQAAAAAAAAAAAAAAJDIzMjZiNmQ1LTk3MTAtNDIxMC05OWE3LWJlMmQxNDliMDVmMQ-768x512.png\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:622377;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"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,	999,	'_wp_attached_file',	'2022/12/AAEAAQAAAAAAAAAAAAAAJDI0ZWY4NDc1LThjYjYtNDM3YS1iOTliLWNmOWQxYTJkMWU5MQ.png'),
(1006,	999,	'_wp_attachment_metadata',	'a:6:{s:5:\"width\";i:1000;s:6:\"height\";i:667;s:4:\"file\";s:82:\"2022/12/AAEAAQAAAAAAAAAAAAAAJDI0ZWY4NDc1LThjYjYtNDM3YS1iOTliLWNmOWQxYTJkMWU5MQ.png\";s:8:\"filesize\";i:1090418;s:5:\"sizes\";a:3:{s:6:\"medium\";a:5:{s:4:\"file\";s:82:\"AAEAAQAAAAAAAAAAAAAAJDI0ZWY4NDc1LThjYjYtNDM3YS1iOTliLWNmOWQxYTJkMWU5MQ-300x200.png\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:116647;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:82:\"AAEAAQAAAAAAAAAAAAAAJDI0ZWY4NDc1LThjYjYtNDM3YS1iOTliLWNmOWQxYTJkMWU5MQ-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:48137;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:82:\"AAEAAQAAAAAAAAAAAAAAJDI0ZWY4NDc1LThjYjYtNDM3YS1iOTliLWNmOWQxYTJkMWU5MQ-768x512.png\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:659323;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"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,	1001,	'_wp_attached_file',	'2022/12/AAEAAQAAAAAAAAAAAAAAJGZjZmVhNGIyLThiY2EtNDUxOS1hMmY1LWZkMmVmYzRhOWIwYw.png'),
(1008,	1001,	'_wp_attachment_metadata',	'a:6:{s:5:\"width\";i:1000;s:6:\"height\";i:667;s:4:\"file\";s:82:\"2022/12/AAEAAQAAAAAAAAAAAAAAJGZjZmVhNGIyLThiY2EtNDUxOS1hMmY1LWZkMmVmYzRhOWIwYw.png\";s:8:\"filesize\";i:1127936;s:5:\"sizes\";a:3:{s:6:\"medium\";a:5:{s:4:\"file\";s:82:\"AAEAAQAAAAAAAAAAAAAAJGZjZmVhNGIyLThiY2EtNDUxOS1hMmY1LWZkMmVmYzRhOWIwYw-300x200.png\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:114842;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:82:\"AAEAAQAAAAAAAAAAAAAAJGZjZmVhNGIyLThiY2EtNDUxOS1hMmY1LWZkMmVmYzRhOWIwYw-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:45865;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:82:\"AAEAAQAAAAAAAAAAAAAAJGZjZmVhNGIyLThiY2EtNDUxOS1hMmY1LWZkMmVmYzRhOWIwYw-768x512.png\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:672110;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(1009,	1002,	'_wp_attached_file',	'2022/12/535481_13100313530016835586.jpg'),
(1010,	1002,	'_wp_attachment_metadata',	'a:6:{s:5:\"width\";i:367;s:6:\"height\";i:275;s:4:\"file\";s:39:\"2022/12/535481_13100313530016835586.jpg\";s:8:\"filesize\";i:20439;s:5:\"sizes\";a:2:{s:6:\"medium\";a:5:{s:4:\"file\";s:39:\"535481_13100313530016835586-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:15597;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:39:\"535481_13100313530016835586-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6090;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"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,	1003,	'_wp_attached_file',	'2022/12/241523_798x533.jpg'),
(1012,	1003,	'_wp_attachment_metadata',	'a:6:{s:5:\"width\";i:798;s:6:\"height\";i:533;s:4:\"file\";s:26:\"2022/12/241523_798x533.jpg\";s:8:\"filesize\";i:70222;s:5:\"sizes\";a:3:{s:6:\"medium\";a:5:{s:4:\"file\";s:26:\"241523_798x533-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:15274;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:26:\"241523_798x533-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6534;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:26:\"241523_798x533-768x513.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:513;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:72958;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(1019,	1007,	'_wp_attached_file',	'2022/12/AAEAAQAAAAAAAAAAAAAAJDg5NmY0ZGUxLWE4MTgtNDY5NC1iODFhLTBmN2Q0ZDc5ZWFiNw-1.png'),
(1020,	1007,	'_wp_attachment_metadata',	'a:6:{s:5:\"width\";i:1000;s:6:\"height\";i:667;s:4:\"file\";s:84:\"2022/12/AAEAAQAAAAAAAAAAAAAAJDg5NmY0ZGUxLWE4MTgtNDY5NC1iODFhLTBmN2Q0ZDc5ZWFiNw-1.png\";s:8:\"filesize\";i:1348989;s:5:\"sizes\";a:3:{s:6:\"medium\";a:5:{s:4:\"file\";s:84:\"AAEAAQAAAAAAAAAAAAAAJDg5NmY0ZGUxLWE4MTgtNDY5NC1iODFhLTBmN2Q0ZDc5ZWFiNw-1-300x200.png\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:123472;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:84:\"AAEAAQAAAAAAAAAAAAAAJDg5NmY0ZGUxLWE4MTgtNDY5NC1iODFhLTBmN2Q0ZDc5ZWFiNw-1-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:46426;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:84:\"AAEAAQAAAAAAAAAAAAAAJDg5NmY0ZGUxLWE4MTgtNDY5NC1iODFhLTBmN2Q0ZDc5ZWFiNw-1-768x512.png\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:767337;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(1027,	1011,	'_edit_lock',	'1671459417:2'),
(1028,	1011,	'_uag_custom_page_level_css',	''),
(1029,	1011,	'site-content-layout',	'plain-container'),
(1030,	1011,	'site-post-title',	'disabled'),
(1031,	1011,	'theme-transparent-header-meta',	'enabled'),
(1032,	1011,	'adv-header-id-meta',	''),
(1033,	1011,	'stick-header-meta',	''),
(1038,	1016,	'_wp_attached_file',	'2022/12/AAEAAQAAAAAAAAAAAAAAJGQzMWY4ODAwLTRlMDYtNDYwMy1iOTJkLWRmZGI3NmI4N2ZiZg.png'),
(1039,	1016,	'_wp_attachment_metadata',	'a:6:{s:5:\"width\";i:1000;s:6:\"height\";i:667;s:4:\"file\";s:82:\"2022/12/AAEAAQAAAAAAAAAAAAAAJGQzMWY4ODAwLTRlMDYtNDYwMy1iOTJkLWRmZGI3NmI4N2ZiZg.png\";s:8:\"filesize\";i:738928;s:5:\"sizes\";a:3:{s:6:\"medium\";a:5:{s:4:\"file\";s:82:\"AAEAAQAAAAAAAAAAAAAAJGQzMWY4ODAwLTRlMDYtNDYwMy1iOTJkLWRmZGI3NmI4N2ZiZg-300x200.png\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:90689;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:82:\"AAEAAQAAAAAAAAAAAAAAJGQzMWY4ODAwLTRlMDYtNDYwMy1iOTJkLWRmZGI3NmI4N2ZiZg-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:37465;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:82:\"AAEAAQAAAAAAAAAAAAAAJGQzMWY4ODAwLTRlMDYtNDYwMy1iOTJkLWRmZGI3NmI4N2ZiZg-768x512.png\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:468042;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(1044,	1021,	'_wp_attached_file',	'2022/12/241531_798x533.jpg'),
(1045,	1021,	'_wp_attachment_metadata',	'a:6:{s:5:\"width\";i:798;s:6:\"height\";i:533;s:4:\"file\";s:26:\"2022/12/241531_798x533.jpg\";s:8:\"filesize\";i:68297;s:5:\"sizes\";a:3:{s:6:\"medium\";a:5:{s:4:\"file\";s:26:\"241531_798x533-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:14232;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:26:\"241531_798x533-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6285;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:26:\"241531_798x533-768x513.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:513;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:70325;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(1046,	1022,	'_wp_attached_file',	'2022/12/241532_798x533.jpg'),
(1047,	1022,	'_wp_attachment_metadata',	'a:6:{s:5:\"width\";i:798;s:6:\"height\";i:533;s:4:\"file\";s:26:\"2022/12/241532_798x533.jpg\";s:8:\"filesize\";i:71795;s:5:\"sizes\";a:3:{s:6:\"medium\";a:5:{s:4:\"file\";s:26:\"241532_798x533-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:13848;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:26:\"241532_798x533-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5823;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:26:\"241532_798x533-768x513.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:513;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:73741;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(1048,	1023,	'_wp_attached_file',	'2022/12/241528_798x533.jpg'),
(1049,	1023,	'_wp_attachment_metadata',	'a:6:{s:5:\"width\";i:798;s:6:\"height\";i:533;s:4:\"file\";s:26:\"2022/12/241528_798x533.jpg\";s:8:\"filesize\";i:84668;s:5:\"sizes\";a:3:{s:6:\"medium\";a:5:{s:4:\"file\";s:26:\"241528_798x533-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:14641;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:26:\"241528_798x533-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6465;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:26:\"241528_798x533-768x513.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:513;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:84516;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(1050,	1024,	'_wp_attached_file',	'2022/12/241530_798x533.jpg'),
(1051,	1024,	'_wp_attachment_metadata',	'a:6:{s:5:\"width\";i:798;s:6:\"height\";i:533;s:4:\"file\";s:26:\"2022/12/241530_798x533.jpg\";s:8:\"filesize\";i:67578;s:5:\"sizes\";a:3:{s:6:\"medium\";a:5:{s:4:\"file\";s:26:\"241530_798x533-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:13546;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:26:\"241530_798x533-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5816;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:26:\"241530_798x533-768x513.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:513;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:69294;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(1052,	1025,	'_wp_attached_file',	'2022/12/241529_798x533.jpg'),
(1053,	1025,	'_wp_attachment_metadata',	'a:6:{s:5:\"width\";i:798;s:6:\"height\";i:533;s:4:\"file\";s:26:\"2022/12/241529_798x533.jpg\";s:8:\"filesize\";i:105763;s:5:\"sizes\";a:3:{s:6:\"medium\";a:5:{s:4:\"file\";s:26:\"241529_798x533-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:19075;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:26:\"241529_798x533-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7885;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:26:\"241529_798x533-768x513.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:513;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:105847;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(1062,	1030,	'_edit_lock',	'1672215567:2'),
(1063,	1030,	'_uag_custom_page_level_css',	''),
(1064,	1030,	'site-content-layout',	'plain-container'),
(1065,	1030,	'site-post-title',	'disabled'),
(1066,	1030,	'theme-transparent-header-meta',	'enabled'),
(1067,	1030,	'adv-header-id-meta',	''),
(1068,	1030,	'stick-header-meta',	''),
(1073,	1035,	'_wp_attached_file',	'2022/12/241538_798x533.jpg'),
(1074,	1035,	'_wp_attachment_metadata',	'a:6:{s:5:\"width\";i:798;s:6:\"height\";i:533;s:4:\"file\";s:26:\"2022/12/241538_798x533.jpg\";s:8:\"filesize\";i:55682;s:5:\"sizes\";a:3:{s:6:\"medium\";a:5:{s:4:\"file\";s:26:\"241538_798x533-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:11855;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:26:\"241538_798x533-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4552;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:26:\"241538_798x533-768x513.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:513;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:57552;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(1075,	1036,	'_wp_attached_file',	'2022/12/241542_798x533.jpg'),
(1076,	1036,	'_wp_attachment_metadata',	'a:6:{s:5:\"width\";i:798;s:6:\"height\";i:533;s:4:\"file\";s:26:\"2022/12/241542_798x533.jpg\";s:8:\"filesize\";i:72617;s:5:\"sizes\";a:3:{s:6:\"medium\";a:5:{s:4:\"file\";s:26:\"241542_798x533-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:13944;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:26:\"241542_798x533-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5889;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:26:\"241542_798x533-768x513.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:513;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:74228;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(1077,	1037,	'_wp_attached_file',	'2022/12/241541_798x533.jpg'),
(1078,	1037,	'_wp_attachment_metadata',	'a:6:{s:5:\"width\";i:798;s:6:\"height\";i:533;s:4:\"file\";s:26:\"2022/12/241541_798x533.jpg\";s:8:\"filesize\";i:71179;s:5:\"sizes\";a:3:{s:6:\"medium\";a:5:{s:4:\"file\";s:26:\"241541_798x533-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:15713;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:26:\"241541_798x533-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7393;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:26:\"241541_798x533-768x513.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:513;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:73994;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(1079,	1038,	'_wp_attached_file',	'2022/12/241536_798x533.jpg'),
(1080,	1038,	'_wp_attachment_metadata',	'a:6:{s:5:\"width\";i:798;s:6:\"height\";i:533;s:4:\"file\";s:26:\"2022/12/241536_798x533.jpg\";s:8:\"filesize\";i:93852;s:5:\"sizes\";a:3:{s:6:\"medium\";a:5:{s:4:\"file\";s:26:\"241536_798x533-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:17133;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:26:\"241536_798x533-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7189;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:26:\"241536_798x533-768x513.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:513;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:94147;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(1081,	1039,	'_wp_attached_file',	'2022/12/241541_798x533-1.jpg'),
(1082,	1039,	'_wp_attachment_metadata',	'a:6:{s:5:\"width\";i:798;s:6:\"height\";i:533;s:4:\"file\";s:28:\"2022/12/241541_798x533-1.jpg\";s:8:\"filesize\";i:71179;s:5:\"sizes\";a:3:{s:6:\"medium\";a:5:{s:4:\"file\";s:28:\"241541_798x533-1-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:15713;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:28:\"241541_798x533-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7393;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:28:\"241541_798x533-1-768x513.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:513;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:73994;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(1083,	1040,	'_wp_attached_file',	'2022/12/241534_798x533.jpg'),
(1084,	1040,	'_wp_attachment_metadata',	'a:6:{s:5:\"width\";i:798;s:6:\"height\";i:533;s:4:\"file\";s:26:\"2022/12/241534_798x533.jpg\";s:8:\"filesize\";i:101805;s:5:\"sizes\";a:3:{s:6:\"medium\";a:5:{s:4:\"file\";s:26:\"241534_798x533-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:19305;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:26:\"241534_798x533-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7466;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:26:\"241534_798x533-768x513.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:513;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:101896;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(1091,	1044,	'_edit_lock',	'1671459679:2'),
(1092,	1044,	'_uag_custom_page_level_css',	''),
(1093,	1044,	'site-content-layout',	'plain-container'),
(1094,	1044,	'site-post-title',	'disabled'),
(1095,	1044,	'theme-transparent-header-meta',	'enabled'),
(1096,	1044,	'adv-header-id-meta',	''),
(1097,	1044,	'stick-header-meta',	''),
(1102,	1049,	'_wp_attached_file',	'2022/12/241548_798x533.jpg'),
(1103,	1049,	'_wp_attachment_metadata',	'a:6:{s:5:\"width\";i:798;s:6:\"height\";i:533;s:4:\"file\";s:26:\"2022/12/241548_798x533.jpg\";s:8:\"filesize\";i:77673;s:5:\"sizes\";a:3:{s:6:\"medium\";a:5:{s:4:\"file\";s:26:\"241548_798x533-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:15343;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:26:\"241548_798x533-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6351;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:26:\"241548_798x533-768x513.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:513;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:78680;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"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,	1051,	'_wp_attached_file',	'2022/12/241550_798x533.jpg'),
(1107,	1051,	'_wp_attachment_metadata',	'a:6:{s:5:\"width\";i:798;s:6:\"height\";i:533;s:4:\"file\";s:26:\"2022/12/241550_798x533.jpg\";s:8:\"filesize\";i:66792;s:5:\"sizes\";a:3:{s:6:\"medium\";a:5:{s:4:\"file\";s:26:\"241550_798x533-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:14145;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:26:\"241550_798x533-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6322;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:26:\"241550_798x533-768x513.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:513;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:69260;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(1108,	1052,	'_wp_attached_file',	'2022/12/241545_798x533.jpg'),
(1109,	1052,	'_wp_attachment_metadata',	'a:6:{s:5:\"width\";i:798;s:6:\"height\";i:533;s:4:\"file\";s:26:\"2022/12/241545_798x533.jpg\";s:8:\"filesize\";i:80490;s:5:\"sizes\";a:3:{s:6:\"medium\";a:5:{s:4:\"file\";s:26:\"241545_798x533-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:13554;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:26:\"241545_798x533-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5932;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:26:\"241545_798x533-768x513.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:513;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:80860;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(1110,	1054,	'_wp_attached_file',	'2022/12/241547_798x533.jpg'),
(1111,	1054,	'_wp_attachment_metadata',	'a:6:{s:5:\"width\";i:798;s:6:\"height\";i:533;s:4:\"file\";s:26:\"2022/12/241547_798x533.jpg\";s:8:\"filesize\";i:76337;s:5:\"sizes\";a:3:{s:6:\"medium\";a:5:{s:4:\"file\";s:26:\"241547_798x533-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:14541;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:26:\"241547_798x533-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5967;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:26:\"241547_798x533-768x513.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:513;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:77522;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(1112,	1055,	'_wp_attached_file',	'2022/12/241544_798x533.jpg'),
(1113,	1055,	'_wp_attachment_metadata',	'a:6:{s:5:\"width\";i:798;s:6:\"height\";i:533;s:4:\"file\";s:26:\"2022/12/241544_798x533.jpg\";s:8:\"filesize\";i:89093;s:5:\"sizes\";a:3:{s:6:\"medium\";a:5:{s:4:\"file\";s:26:\"241544_798x533-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:17403;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:26:\"241544_798x533-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7551;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:26:\"241544_798x533-768x513.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:513;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:90227;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"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,	1062,	'_edit_lock',	'1671020135:2'),
(1123,	1062,	'_uag_custom_page_level_css',	''),
(1124,	1062,	'site-content-layout',	'plain-container'),
(1125,	1062,	'site-post-title',	'disabled'),
(1126,	1062,	'theme-transparent-header-meta',	'enabled'),
(1127,	1062,	'adv-header-id-meta',	''),
(1128,	1062,	'stick-header-meta',	''),
(1131,	1065,	'_wp_attached_file',	'2022/12/AAEAAQAAAAAAAAAAAAAAJGUwYjk4MjFjLTA2NjUtNGYwNi05MGMxLTczNzQwMTViNjkxMg.png'),
(1132,	1065,	'_wp_attachment_metadata',	'a:6:{s:5:\"width\";i:1080;s:6:\"height\";i:715;s:4:\"file\";s:82:\"2022/12/AAEAAQAAAAAAAAAAAAAAJGUwYjk4MjFjLTA2NjUtNGYwNi05MGMxLTczNzQwMTViNjkxMg.png\";s:8:\"filesize\";i:1077382;s:5:\"sizes\";a:4:{s:6:\"medium\";a:5:{s:4:\"file\";s:82:\"AAEAAQAAAAAAAAAAAAAAJGUwYjk4MjFjLTA2NjUtNGYwNi05MGMxLTczNzQwMTViNjkxMg-300x199.png\";s:5:\"width\";i:300;s:6:\"height\";i:199;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:95528;}s:5:\"large\";a:5:{s:4:\"file\";s:83:\"AAEAAQAAAAAAAAAAAAAAJGUwYjk4MjFjLTA2NjUtNGYwNi05MGMxLTczNzQwMTViNjkxMg-1024x678.png\";s:5:\"width\";i:1024;s:6:\"height\";i:678;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:891482;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:82:\"AAEAAQAAAAAAAAAAAAAAJGUwYjk4MjFjLTA2NjUtNGYwNi05MGMxLTczNzQwMTViNjkxMg-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:39754;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:82:\"AAEAAQAAAAAAAAAAAAAAJGUwYjk4MjFjLTA2NjUtNGYwNi05MGMxLTczNzQwMTViNjkxMg-768x508.png\";s:5:\"width\";i:768;s:6:\"height\";i:508;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:533059;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(1135,	1069,	'_wp_attached_file',	'2022/12/241557_798x533.jpg'),
(1136,	1069,	'_wp_attachment_metadata',	'a:6:{s:5:\"width\";i:798;s:6:\"height\";i:533;s:4:\"file\";s:26:\"2022/12/241557_798x533.jpg\";s:8:\"filesize\";i:61633;s:5:\"sizes\";a:3:{s:6:\"medium\";a:5:{s:4:\"file\";s:26:\"241557_798x533-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:12348;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:26:\"241557_798x533-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4925;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:26:\"241557_798x533-768x513.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:513;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:63074;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(1137,	1070,	'_wp_attached_file',	'2022/12/241555_798x533.jpg'),
(1138,	1070,	'_wp_attachment_metadata',	'a:6:{s:5:\"width\";i:798;s:6:\"height\";i:533;s:4:\"file\";s:26:\"2022/12/241555_798x533.jpg\";s:8:\"filesize\";i:54530;s:5:\"sizes\";a:3:{s:6:\"medium\";a:5:{s:4:\"file\";s:26:\"241555_798x533-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:11158;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:26:\"241555_798x533-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4687;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:26:\"241555_798x533-768x513.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:513;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:56382;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(1139,	1071,	'_wp_attached_file',	'2022/12/AAEAAQAAAAAAAAAAAAAAJDMxNjE5ZTMzLTc5NzYtNDBiYi1hNzljLWIzMjMyNmJjYWMzMQ.png'),
(1140,	1071,	'_wp_attachment_metadata',	'a:6:{s:5:\"width\";i:1080;s:6:\"height\";i:715;s:4:\"file\";s:82:\"2022/12/AAEAAQAAAAAAAAAAAAAAJDMxNjE5ZTMzLTc5NzYtNDBiYi1hNzljLWIzMjMyNmJjYWMzMQ.png\";s:8:\"filesize\";i:1113771;s:5:\"sizes\";a:4:{s:6:\"medium\";a:5:{s:4:\"file\";s:82:\"AAEAAQAAAAAAAAAAAAAAJDMxNjE5ZTMzLTc5NzYtNDBiYi1hNzljLWIzMjMyNmJjYWMzMQ-300x199.png\";s:5:\"width\";i:300;s:6:\"height\";i:199;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:92210;}s:5:\"large\";a:5:{s:4:\"file\";s:83:\"AAEAAQAAAAAAAAAAAAAAJDMxNjE5ZTMzLTc5NzYtNDBiYi1hNzljLWIzMjMyNmJjYWMzMQ-1024x678.png\";s:5:\"width\";i:1024;s:6:\"height\";i:678;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:926076;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:82:\"AAEAAQAAAAAAAAAAAAAAJDMxNjE5ZTMzLTc5NzYtNDBiYi1hNzljLWIzMjMyNmJjYWMzMQ-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:37739;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:82:\"AAEAAQAAAAAAAAAAAAAAJDMxNjE5ZTMzLTc5NzYtNDBiYi1hNzljLWIzMjMyNmJjYWMzMQ-768x508.png\";s:5:\"width\";i:768;s:6:\"height\";i:508;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:548164;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(1141,	1072,	'_wp_attached_file',	'2022/12/241553_798x533-1.jpg'),
(1142,	1072,	'_wp_attachment_metadata',	'a:6:{s:5:\"width\";i:798;s:6:\"height\";i:533;s:4:\"file\";s:28:\"2022/12/241553_798x533-1.jpg\";s:8:\"filesize\";i:65387;s:5:\"sizes\";a:3:{s:6:\"medium\";a:5:{s:4:\"file\";s:28:\"241553_798x533-1-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:13149;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:28:\"241553_798x533-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5383;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:28:\"241553_798x533-1-768x513.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:513;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:67189;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(1143,	1073,	'_wp_attached_file',	'2022/12/241551_798x533.jpg'),
(1144,	1073,	'_wp_attachment_metadata',	'a:6:{s:5:\"width\";i:798;s:6:\"height\";i:533;s:4:\"file\";s:26:\"2022/12/241551_798x533.jpg\";s:8:\"filesize\";i:91633;s:5:\"sizes\";a:3:{s:6:\"medium\";a:5:{s:4:\"file\";s:26:\"241551_798x533-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:18180;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:26:\"241551_798x533-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7640;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:26:\"241551_798x533-768x513.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:513;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:92511;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(1145,	1074,	'_wp_attached_file',	'2022/12/AAEAAQAAAAAAAAAAAAAAJDA2OTI2NjEwLTQ1OWUtNDUwOC05OTBmLTk0YTJhM2U4MjllMA.png'),
(1146,	1074,	'_wp_attachment_metadata',	'a:6:{s:5:\"width\";i:1080;s:6:\"height\";i:715;s:4:\"file\";s:82:\"2022/12/AAEAAQAAAAAAAAAAAAAAJDA2OTI2NjEwLTQ1OWUtNDUwOC05OTBmLTk0YTJhM2U4MjllMA.png\";s:8:\"filesize\";i:1358822;s:5:\"sizes\";a:4:{s:6:\"medium\";a:5:{s:4:\"file\";s:82:\"AAEAAQAAAAAAAAAAAAAAJDA2OTI2NjEwLTQ1OWUtNDUwOC05OTBmLTk0YTJhM2U4MjllMA-300x199.png\";s:5:\"width\";i:300;s:6:\"height\";i:199;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:110936;}s:5:\"large\";a:5:{s:4:\"file\";s:83:\"AAEAAQAAAAAAAAAAAAAAJDA2OTI2NjEwLTQ1OWUtNDUwOC05OTBmLTk0YTJhM2U4MjllMA-1024x678.png\";s:5:\"width\";i:1024;s:6:\"height\";i:678;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:1129495;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:82:\"AAEAAQAAAAAAAAAAAAAAJDA2OTI2NjEwLTQ1OWUtNDUwOC05OTBmLTk0YTJhM2U4MjllMA-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:44421;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:82:\"AAEAAQAAAAAAAAAAAAAAJDA2OTI2NjEwLTQ1OWUtNDUwOC05OTBmLTk0YTJhM2U4MjllMA-768x508.png\";s:5:\"width\";i:768;s:6:\"height\";i:508;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:666332;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(1155,	1080,	'_edit_lock',	'1671711293:2'),
(1156,	1080,	'_uag_custom_page_level_css',	''),
(1157,	1080,	'site-content-layout',	'plain-container'),
(1158,	1080,	'site-post-title',	'disabled'),
(1159,	1080,	'theme-transparent-header-meta',	'enabled'),
(1160,	1080,	'adv-header-id-meta',	''),
(1161,	1080,	'stick-header-meta',	''),
(1164,	1062,	'_uag_page_assets',	'a:9:{s:3:\"css\";s:24505:\".wp-block-uagb-container{display:flex;position:relative;box-sizing:border-box;z-index:2;transition-property:box-shadow;transition-duration:0.2s;transition-timing-function:ease}.wp-block-uagb-container.uagb-is-root-container{margin-left:auto;margin-right:auto}.wp-block-uagb-container.alignfull.uagb-is-root-container .uagb-container-inner-blocks-wrap{display:flex;position:relative;box-sizing:border-box;margin-left:auto !important;margin-right:auto !important;z-index:2}.wp-block-uagb-container>*:not(.uagb-container__shape){z-index:2}.wp-block-uagb-container .uagb-container__video-wrap{height:100%;width:100%;top:0;left:0;position:absolute;overflow:hidden;z-index:0;-webkit-transition:opacity 1s;-o-transition:opacity 1s;transition:opacity 1s}.wp-block-uagb-container .uagb-container__video-wrap video{max-width:100%;width:100%;height:100%;margin:0;line-height:1;border:none;display:inline-block;vertical-align:baseline;-o-object-fit:cover;object-fit:cover;background-size:cover}body .wp-block-uagb-container>.uagb-container-inner-blocks-wrap>*:not(.wp-block-uagb-container):not(.wp-block-uagb-column):not(.wp-block-uagb-container):not(.wp-block-uagb-section):not(.uagb-container__shape):not(.uagb-container__video-wrap):not(.wp-block-spectra-pro-register),body .wp-block-uagb-container>.uagb-container-inner-blocks-wrap,body .wp-block-uagb-container>*:not(.wp-block-uagb-container):not(.wp-block-uagb-column):not(.wp-block-uagb-container):not(.wp-block-uagb-section):not(.uagb-container__shape):not(.uagb-container__video-wrap):not(.wp-block-uagb-image):not(.wp-block-spectra-pro-register){min-width:unset !important;width:100%}.ast-plain-container .editor-styles-wrapper .block-editor-block-list__layout.is-root-container .uagb-is-root-container.wp-block-uagb-container.alignwide{margin-left:auto;margin-right:auto}.uagb-container__shape{overflow:hidden;position:absolute;left:0;width:100%;line-height:0;direction:ltr;z-index:1}.uagb-container__shape-top{top:-3px}.uagb-container__shape-bottom{bottom:-3px}.uagb-container__shape.uagb-container__invert.uagb-container__shape-bottom,.uagb-container__shape.uagb-container__invert.uagb-container__shape-top{-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.uagb-container__shape.uagb-container__shape-flip svg{transform:translateX(-50%) rotateY(180deg)}.uagb-container__shape svg{display:block;width:-webkit-calc(100% + 1.3px);width:calc(100% + 1.3px);position:relative;left:50%;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%)}.uagb-container__shape .uagb-container__shape-fill{-webkit-transform-origin:center;-ms-transform-origin:center;transform-origin:center;-webkit-transform:rotateY(0deg);transform:rotateY(0deg)}.uagb-container__shape.uagb-container__shape-above-content{z-index:9;pointer-events:none}\n.wp-block-uagb-advanced-heading .uagb-heading-text{margin:0}.wp-block-uagb-advanced-heading .uagb-desc-text{margin:0}.wp-block-uagb-advanced-heading .uagb-separator{font-size:0;border-top-style:solid;display:inline-block;margin:0 0 10px 0}.wp-block-uagb-advanced-heading .uagb-highlight{color:#f78a0c;border:0;transition:all 0.3s ease}.uag-highlight-toolbar{border-left:0;border-top:0;border-bottom:0;border-radius:0;border-right-color:#1e1e1e}.uag-highlight-toolbar .components-button{border-radius:0;outline:none}.uag-highlight-toolbar .components-button.is-primary{color:#fff}\n.wp-block-uagb-container.uagb-block-b9913231{box-shadow: 0px 0px   #00000070 ;padding-top: 220px;padding-bottom: 150px;padding-left: 0px;padding-right: 0px;margin-top:  !important;margin-bottom:  !important;row-gap: 20px;column-gap: 20px;overflow: visible;background-image: linear-gradient(to right, rgba(42,42,42,0.5), rgba(42,42,42,0.5)), url(https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAAJGUwYjk4MjFjLTA2NjUtNGYwNi05MGMxLTczNzQwMTViNjkxMg.png);;background-repeat: no-repeat;background-position: 49% 80%;background-size: cover;background-attachment: scroll;}.wp-block-uagb-container.uagb-block-b9913231.wp-block-uagb-container{color: inherit;border-color: #4B4F58;}.wp-block-uagb-container.uagb-is-root-container .uagb-block-b9913231{max-width: 100%;width: 100%;}.wp-block-uagb-container.uagb-block-b9913231 .uagb-container__shape-top svg{width: calc( 100% + 1.3px );}.wp-block-uagb-container.uagb-block-b9913231 .uagb-container__shape.uagb-container__shape-top .uagb-container__shape-fill{fill: rgba(51,51,51,1);}.wp-block-uagb-container.uagb-block-b9913231 .uagb-container__shape-bottom svg{width: calc( 100% + 1.3px );}.wp-block-uagb-container.uagb-block-b9913231 .uagb-container__shape.uagb-container__shape-bottom .uagb-container__shape-fill{fill: rgba(51,51,51,1);}.wp-block-uagb-container.uagb-block-b9913231 .uagb-container__video-wrap{background-image: linear-gradient(to right, rgba(42,42,42,0.5), rgba(42,42,42,0.5)), url(https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAAJGUwYjk4MjFjLTA2NjUtNGYwNi05MGMxLTczNzQwMTViNjkxMg.png);;background-repeat: no-repeat;background-position: 49% 80%;background-size: cover;background-attachment: scroll;}.wp-block-uagb-container.uagb-block-b9913231 .uagb-container__video-wrap video{opacity: 0.5;}.wp-block-uagb-container.uagb-is-root-container.alignfull.uagb-block-b9913231 > .uagb-container-inner-blocks-wrap{--inner-content-custom-width: min( 100%, 1200px);max-width: var(--inner-content-custom-width);width: 100%;flex-direction: column;align-items: center;justify-content: center;flex-wrap: nowrap;row-gap: 20px;column-gap: 20px;}.uagb-block-1185327c.wp-block-uagb-advanced-heading .uagb-heading-text{color: var(--ast-global-color-5);margin-bottom: 20px;}.uagb-block-1185327c.wp-block-uagb-advanced-heading {padding-top: 0%;padding-right: 50%;padding-bottom: 0%;padding-left: 0%;}.uagb-block-1185327c.wp-block-uagb-advanced-heading .uagb-desc-text{color: var(--ast-global-color-4);margin-bottom: 15px;}.uagb-block-1185327c.wp-block-uagb-advanced-heading .uagb-highlight{font-style: normal;background: #007cba;color: #fff;-webkit-text-fill-color: #fff;}.uagb-block-1185327c.wp-block-uagb-advanced-heading .uagb-highlight::-moz-selection{color: #fff;background: #007cba;-webkit-text-fill-color: #fff;}.uagb-block-1185327c.wp-block-uagb-advanced-heading .uagb-highlight::selection{color: #fff;background: #007cba;-webkit-text-fill-color: #fff;}.uagb-block-1185327c.wp-block-uagb-advanced-heading .uagb-separator{border-top-style: solid;border-top-width: 2px;width: 12%;border-color: #0170b9;margin-bottom: 15px;}.uagb-block-1185327c .uagb-desc-text{font-size: 16px;}.wp-block-uagb-container.uagb-block-3169deca{box-shadow: 0px 0px   #00000070 ;padding-top: 120px;padding-bottom: 60px;padding-left: 0px;padding-right: 0px;margin-top:  !important;margin-bottom:  !important;row-gap: 0px;column-gap: 20px;overflow: visible;background-color: var(--ast-global-color-5);;}.wp-block-uagb-container.uagb-block-3169deca.wp-block-uagb-container{color: inherit;border-color: #4B4F58;}.wp-block-uagb-container.uagb-is-root-container .uagb-block-3169deca{max-width: 100%;width: 100%;}.wp-block-uagb-container.uagb-block-3169deca .uagb-container__shape-top svg{width: calc( 100% + 1.3px );}.wp-block-uagb-container.uagb-block-3169deca .uagb-container__shape.uagb-container__shape-top .uagb-container__shape-fill{fill: rgba(51,51,51,1);}.wp-block-uagb-container.uagb-block-3169deca .uagb-container__shape-bottom svg{width: calc( 100% + 1.3px );}.wp-block-uagb-container.uagb-block-3169deca .uagb-container__shape.uagb-container__shape-bottom .uagb-container__shape-fill{fill: rgba(51,51,51,1);}.wp-block-uagb-container.uagb-block-3169deca .uagb-container__video-wrap{background-color: var(--ast-global-color-5);;}.wp-block-uagb-container.uagb-block-3169deca .uagb-container__video-wrap video{opacity: 1;}.wp-block-uagb-container.uagb-is-root-container.alignfull.uagb-block-3169deca > .uagb-container-inner-blocks-wrap{--inner-content-custom-width: min( 100%, 1200px);max-width: var(--inner-content-custom-width);width: 100%;flex-direction: column;align-items: center;justify-content: center;flex-wrap: nowrap;row-gap: 0px;column-gap: 20px;}.wp-block-uagb-container.uagb-block-98388eaa{box-shadow: 0px 0px   #00000070 ;padding-top: 0px;padding-bottom: 0px;padding-left: 0px;padding-right: 0px;margin-top:  !important;margin-bottom:  !important;row-gap: 20px;column-gap: 0px;overflow: visible;flex-direction: row;align-items: flex-end;justify-content: flex-end;flex-wrap: nowrap;}.wp-block-uagb-container.uagb-block-98388eaa.wp-block-uagb-container{color: inherit;border-color: #4B4F58;}.wp-block-uagb-container.uagb-is-root-container .uagb-block-98388eaa{max-width: 100%;width: 100%;}.wp-block-uagb-container.uagb-block-98388eaa .uagb-container__shape-top svg{width: calc( 100% + 1.3px );}.wp-block-uagb-container.uagb-block-98388eaa .uagb-container__shape.uagb-container__shape-top .uagb-container__shape-fill{fill: rgba(51,51,51,1);}.wp-block-uagb-container.uagb-block-98388eaa .uagb-container__shape-bottom svg{width: calc( 100% + 1.3px );}.wp-block-uagb-container.uagb-block-98388eaa .uagb-container__shape.uagb-container__shape-bottom .uagb-container__shape-fill{fill: rgba(51,51,51,1);}.wp-block-uagb-container.uagb-block-98388eaa .uagb-container__video-wrap video{opacity: 1;}.wp-block-uagb-container.uagb-is-root-container.alignfull.uagb-block-98388eaa > .uagb-container-inner-blocks-wrap{--inner-content-custom-width: min( 100%, 1200px);max-width: var(--inner-content-custom-width);width: 100%;flex-direction: row;align-items: flex-end;justify-content: flex-end;flex-wrap: nowrap;row-gap: 20px;column-gap: 0px;}.uagb-block-00095392.wp-block-uagb-advanced-heading .uagb-heading-text{margin-bottom: 20px;}.uagb-block-00095392.wp-block-uagb-advanced-heading .uagb-desc-text{margin-bottom: 15px;}.uagb-block-00095392.wp-block-uagb-advanced-heading .uagb-highlight{font-style: normal;background: #007cba;color: #fff;-webkit-text-fill-color: #fff;}.uagb-block-00095392.wp-block-uagb-advanced-heading .uagb-highlight::-moz-selection{color: #fff;background: #007cba;-webkit-text-fill-color: #fff;}.uagb-block-00095392.wp-block-uagb-advanced-heading .uagb-highlight::selection{color: #fff;background: #007cba;-webkit-text-fill-color: #fff;}.uagb-block-00095392.wp-block-uagb-advanced-heading .uagb-separator{border-top-style: solid;border-top-width: 2px;width: 12%;border-color: #0170b9;margin-bottom: 15px;}.uagb-block-00095392 .uagb-desc-text{font-size: 16px;}.uagb-icon-list__wrap{display:flex;align-items:flex-start;justify-content:flex-start}.wp-block-uagb-icon-list-child{padding:0;transition:all 0.2s;display:inline-flex;color:#3a3a3a;align-items:center;text-decoration:none;box-shadow:none}.wp-block-uagb-icon-list-child span.uagb-icon-list__source-wrap{display:block;align-items:center}.uagb-icon-list__source-wrap svg{display:block}.uagb-icon-list__source-image{width:40px}.uagb-icon-list__outer-wrap .uagb-icon-list__content-wrap{color:#3a3a3a;display:flex;align-items:center}\n.wp-block-uagb-icon-list-child{position:relative}.wp-block-uagb-icon-list-child>a{position:absolute;top:0;left:0;width:100%;height:100%}img.uagb-icon-list__source-image{max-width:unset}.wp-block-uagb-icon-list-child .uagb-icon-list__label{word-break:break-word}\n.wp-block-uagb-container.uagb-block-8da17877{box-shadow: 0px 0px   #00000070 ;padding-top: 144px;padding-bottom: 144px;padding-left: 40px;padding-right: 40px;margin-top:  !important;margin-bottom:  !important;row-gap: 20px;column-gap: 20px;overflow: visible;background-image: linear-gradient(to right, rgba(42,42,42,0.65), rgba(42,42,42,0.65)), url(https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAA39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba.png);;background-repeat: no-repeat;background-position: 50% 50%;background-size: cover;background-attachment: scroll;}.wp-block-uagb-container.uagb-block-8da17877.wp-block-uagb-container{color: inherit;border-color: #4B4F58;}.wp-block-uagb-container.uagb-is-root-container .uagb-block-8da17877{max-width: 100%;width: 100%;}.wp-block-uagb-container.uagb-block-8da17877 .uagb-container__shape-top svg{width: calc( 100% + 1.3px );}.wp-block-uagb-container.uagb-block-8da17877 .uagb-container__shape.uagb-container__shape-top .uagb-container__shape-fill{fill: rgba(51,51,51,1);}.wp-block-uagb-container.uagb-block-8da17877 .uagb-container__shape-bottom svg{width: calc( 100% + 1.3px );}.wp-block-uagb-container.uagb-block-8da17877 .uagb-container__shape.uagb-container__shape-bottom .uagb-container__shape-fill{fill: rgba(51,51,51,1);}.wp-block-uagb-container.uagb-block-8da17877 .uagb-container__video-wrap{background-image: linear-gradient(to right, rgba(42,42,42,0.65), rgba(42,42,42,0.65)), url(https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAA39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba.png);;background-repeat: no-repeat;background-position: 50% 50%;background-size: cover;background-attachment: scroll;}.wp-block-uagb-container.uagb-block-8da17877 .uagb-container__video-wrap video{opacity: 0.5;}.wp-block-uagb-container.uagb-is-root-container.alignfull.uagb-block-8da17877 > .uagb-container-inner-blocks-wrap{--inner-content-custom-width: min( 100%, 781px);max-width: var(--inner-content-custom-width);width: 100%;flex-direction: column;align-items: center;justify-content: center;flex-wrap: nowrap;row-gap: 20px;column-gap: 20px;}.uagb-block-6c2b44de.wp-block-uagb-advanced-heading .uagb-heading-text{color: var(--ast-global-color-5);margin-bottom: 20px;}.uagb-block-6c2b44de.wp-block-uagb-advanced-heading {text-align: center;}.uagb-block-6c2b44de.wp-block-uagb-advanced-heading .uagb-desc-text{color: var(--ast-global-color-4);margin-bottom: 15px;}.uagb-block-6c2b44de.wp-block-uagb-advanced-heading .uagb-highlight{font-style: normal;background: #007cba;color: #fff;-webkit-text-fill-color: #fff;}.uagb-block-6c2b44de.wp-block-uagb-advanced-heading .uagb-highlight::-moz-selection{color: #fff;background: #007cba;-webkit-text-fill-color: #fff;}.uagb-block-6c2b44de.wp-block-uagb-advanced-heading .uagb-highlight::selection{color: #fff;background: #007cba;-webkit-text-fill-color: #fff;}.uagb-block-6c2b44de.wp-block-uagb-advanced-heading .uagb-separator{border-top-style: solid;border-top-width: 2px;width: 12%;border-color: #0170b9;margin-bottom: 15px;}.uagb-block-87c9485e.wp-block-uagb-advanced-heading .uagb-heading-text{margin-bottom: 15px;}.uagb-block-87c9485e.wp-block-uagb-advanced-heading {text-align: center;padding-top: 60px;padding-right: 0px;padding-bottom: 0px;padding-left: 0px;}.uagb-block-87c9485e.wp-block-uagb-advanced-heading a{color: var(--ast-global-color-8);}.uagb-block-87c9485e.wp-block-uagb-advanced-heading a:hover{color: var(--ast-global-color-1);}.uagb-block-87c9485e.wp-block-uagb-advanced-heading .uagb-desc-text{color: var(--ast-global-color-4);margin-bottom: 15px;}.uagb-block-87c9485e.wp-block-uagb-advanced-heading .uagb-highlight{font-style: normal;background: #007cba;color: #fff;-webkit-text-fill-color: #fff;}.uagb-block-87c9485e.wp-block-uagb-advanced-heading .uagb-highlight::-moz-selection{color: #fff;background: #007cba;-webkit-text-fill-color: #fff;}.uagb-block-87c9485e.wp-block-uagb-advanced-heading .uagb-highlight::selection{color: #fff;background: #007cba;-webkit-text-fill-color: #fff;}.uagb-block-87c9485e.wp-block-uagb-advanced-heading .uagb-separator{border-top-style: solid;border-top-width: 2px;width: 12%;border-color: #0170b9;margin-bottom: 15px;}.uagb-block-87c9485e .uagb-desc-text{text-transform: uppercase;font-size: 16px;letter-spacing: 2px;}.wp-block-uagb-icon-list.uagb-block-6bf2b487 .uagb-icon-list__source-image{width: 40px;}.wp-block-uagb-icon-list.uagb-block-6bf2b487 .wp-block-uagb-icon-list-child .uagb-icon-list__source-wrap svg{width: 40px;height: 40px;font-size: 40px;color: var(--ast-global-color-5);fill: var(--ast-global-color-5);}.wp-block-uagb-icon-list.uagb-block-6bf2b487 .wp-block-uagb-icon-list-child .uagb-icon-list__source-wrap{padding: 0px;border-radius: 0px;border-width: 0px;align-self: center;}.wp-block-uagb-icon-list.uagb-block-6bf2b487 .wp-block-uagb-icon-list-child .uagb-icon-list__label{font-size: 48px;text-decoration: !important;font-weight: 600;line-height: em;color: var(--ast-global-color-5);}.wp-block-uagb-icon-list.uagb-block-6bf2b487 .uagb-icon-list__wrap{display: flex;flex-direction: column;justify-content: center;-webkit-box-pack: center;-ms-flex-pack: center;-webkit-box-align: center;-ms-flex-align: center;align-items: center;padding-top: 0px;padding-right: 0px;padding-bottom: 24px;padding-left: 0px;}.wp-block-uagb-icon-list.uagb-block-6bf2b487 .uagb-icon-list__label{text-align: center;}.wp-block-uagb-icon-list.uagb-block-6bf2b487 .wp-block-uagb-icon-list-child{text-align: center;}.wp-block-uagb-icon-list.uagb-block-6bf2b487.wp-block-uagb-icon-list .wp-block-uagb-icon-list-child{margin-left: 0;margin-right: 0;margin-bottom: 10px;}.wp-block-uagb-icon-list.uagb-block-6bf2b487 .uagb-icon-list__source-wrap{margin-right: 15px;}.uagb-block-4c3f8c04.wp-block-uagb-icon-list-child .uagb-icon-list__source-wrap{background:  !important;border-color:  !important;}.uagb-block-4c3f8c04.wp-block-uagb-icon-list-child:hover .uagb-icon-list__source-wrap{background:  !important;border-color:  !important;}.uagb-block-33e14baf.wp-block-uagb-icon-list-child .uagb-icon-list__source-wrap{background:  !important;border-color:  !important;}.uagb-block-33e14baf.wp-block-uagb-icon-list-child:hover .uagb-icon-list__source-wrap{background:  !important;border-color:  !important;}@media only screen and (max-width: 976px) {.wp-block-uagb-container.uagb-block-b9913231{padding-top: 170px;padding-bottom: 160px;padding-left: 30px;padding-right: 30px;margin-top:  !important;margin-bottom:  !important;}.wp-block-uagb-container.uagb-is-root-container .uagb-block-b9913231{width: 100%;}.wp-block-uagb-container.uagb-is-root-container.alignfull.uagb-block-b9913231 > .uagb-container-inner-blocks-wrap{--inner-content-custom-width: min( 100%, 1024px);max-width: var(--inner-content-custom-width);width: 100%;}.uagb-block-1185327c.wp-block-uagb-advanced-heading {padding-top: 0%;padding-right: 20%;padding-bottom: 0%;padding-left: 0%;}.wp-block-uagb-container.uagb-block-3169deca{padding-top: 80px;padding-bottom: 80px;padding-left: 30px;padding-right: 30px;margin-top:  !important;margin-bottom:  !important;background-color: var(--ast-global-color-5);;}.wp-block-uagb-container.uagb-is-root-container .uagb-block-3169deca{width: 100%;}.wp-block-uagb-container.uagb-is-root-container.alignfull.uagb-block-3169deca > .uagb-container-inner-blocks-wrap{--inner-content-custom-width: min( 100%, 1024px);max-width: var(--inner-content-custom-width);width: 100%;}.wp-block-uagb-container.uagb-block-98388eaa{padding-top: 0px;padding-bottom: 0px;padding-left: 0px;padding-right: 0px;margin-top:  !important;margin-bottom:  !important;align-items: flex-end;justify-content: space-between;}.wp-block-uagb-container.uagb-is-root-container .uagb-block-98388eaa{width: 100%;}.wp-block-uagb-container.uagb-is-root-container.alignfull.uagb-block-98388eaa > .uagb-container-inner-blocks-wrap{--inner-content-custom-width: min( 100%, 1024px);max-width: var(--inner-content-custom-width);width: 100%;align-items: flex-end;justify-content: space-between;}.wp-block-uagb-container.uagb-block-8da17877{padding-top: 80px;padding-bottom: 80px;padding-left: 40px;padding-right: 40px;margin-top:  !important;margin-bottom:  !important;}.wp-block-uagb-container.uagb-is-root-container .uagb-block-8da17877{width: 100%;}.wp-block-uagb-container.uagb-is-root-container.alignfull.uagb-block-8da17877 > .uagb-container-inner-blocks-wrap{--inner-content-custom-width: min( 100%, 781px);max-width: var(--inner-content-custom-width);width: 100%;}.wp-block-uagb-icon-list.uagb-block-6bf2b487 .uagb-icon-list__source-image{width: 32px;}.wp-block-uagb-icon-list.uagb-block-6bf2b487 .wp-block-uagb-icon-list-child .uagb-icon-list__source-wrap svg{width: 32px;height: 32px;font-size: 32px;}.wp-block-uagb-icon-list.uagb-block-6bf2b487 .wp-block-uagb-icon-list-child .uagb-icon-list__source-wrap {padding: 0px;border-width: 0px;align-self: center;}.wp-block-uagb-icon-list.uagb-block-6bf2b487 .wp-block-uagb-icon-list-child .uagb-icon-list__label{font-size: 40px;}.wp-block-uagb-icon-list.uagb-block-6bf2b487 .uagb-icon-list__wrap{display: flex;flex-direction: column;justify-content: center;-webkit-box-pack: center;-ms-flex-pack: center;-webkit-box-align: center;-ms-flex-align: center;align-items: center;}.wp-block-uagb-icon-list.uagb-block-6bf2b487.wp-block-uagb-icon-list .wp-block-uagb-icon-list-child{margin-left: 0;margin-right: 0;margin-bottom: 10px;}}@media only screen and (max-width: 767px) {.wp-block-uagb-container.uagb-block-b9913231{padding-top: 180px;padding-bottom: 80px;padding-left: 20px;padding-right: 20px;margin-top:  !important;margin-bottom:  !important;}.wp-block-uagb-container.uagb-is-root-container .uagb-block-b9913231{max-width: 100%;width: 100%;}.wp-block-uagb-container.uagb-is-root-container.alignfull.uagb-block-b9913231 > .uagb-container-inner-blocks-wrap{--inner-content-custom-width: min( 100%, 767px);max-width: var(--inner-content-custom-width);width: 100%;flex-wrap: wrap;}.uagb-block-1185327c.wp-block-uagb-advanced-heading {padding-top: 0px;padding-right: 0px;padding-bottom: 0px;padding-left: 0px;}.uagb-block-1185327c .uagb-desc-text{font-size: 15px;}.wp-block-uagb-container.uagb-block-3169deca{padding-top: 80px;padding-bottom: 80px;padding-left: 20px;padding-right: 20px;margin-top:  !important;margin-bottom:  !important;background-color: var(--ast-global-color-5);;}.wp-block-uagb-container.uagb-is-root-container .uagb-block-3169deca{max-width: 100%;width: 100%;}.wp-block-uagb-container.uagb-is-root-container.alignfull.uagb-block-3169deca > .uagb-container-inner-blocks-wrap{--inner-content-custom-width: min( 100%, 767px);max-width: var(--inner-content-custom-width);width: 100%;flex-wrap: wrap;}.wp-block-uagb-container.uagb-block-98388eaa{padding-top: 0px;padding-bottom: 0px;padding-left: 0px;padding-right: 0px;margin-top:  !important;margin-bottom:  !important;row-gap: 20px;flex-wrap: wrap;}.wp-block-uagb-container.uagb-is-root-container .uagb-block-98388eaa{max-width: 100%;width: 100%;}.wp-block-uagb-container.uagb-is-root-container.alignfull.uagb-block-98388eaa > .uagb-container-inner-blocks-wrap{--inner-content-custom-width: min( 100%, 767px);max-width: var(--inner-content-custom-width);width: 100%;flex-wrap: wrap;row-gap: 20px;}.wp-block-uagb-container.uagb-block-8da17877{padding-top: 64px;padding-bottom: 64px;padding-left: 24px;padding-right: 24px;margin-top:  !important;margin-bottom:  !important;}.wp-block-uagb-container.uagb-is-root-container .uagb-block-8da17877{max-width: 100%;width: 100%;}.wp-block-uagb-container.uagb-is-root-container.alignfull.uagb-block-8da17877 > .uagb-container-inner-blocks-wrap{--inner-content-custom-width: min( 100%, 767px);max-width: var(--inner-content-custom-width);width: 100%;flex-wrap: wrap;}.uagb-block-87c9485e.wp-block-uagb-advanced-heading {padding-top: 30px;padding-right: 0px;padding-bottom: 0px;padding-left: 0px;}.uagb-block-87c9485e .uagb-desc-text{font-size: 15px;}.wp-block-uagb-icon-list.uagb-block-6bf2b487 .uagb-icon-list__source-image{width: 24px;}.wp-block-uagb-icon-list.uagb-block-6bf2b487 .wp-block-uagb-icon-list-child .uagb-icon-list__source-wrap svg{width: 24px;height: 24px;font-size: 24px;}.wp-block-uagb-icon-list.uagb-block-6bf2b487 .wp-block-uagb-icon-list-child .uagb-icon-list__source-wrap{padding: 0px;border-width: 0px;align-self: center;}.wp-block-uagb-icon-list.uagb-block-6bf2b487 .wp-block-uagb-icon-list-child .uagb-icon-list__label{font-size: 28px;}.wp-block-uagb-icon-list.uagb-block-6bf2b487 .uagb-icon-list__wrap{display: flex;flex-direction: column;justify-content: center;-webkit-box-pack: center;-ms-flex-pack: center;-webkit-box-align: center;-ms-flex-align: center;align-items: center;}.wp-block-uagb-icon-list.uagb-block-6bf2b487.wp-block-uagb-icon-list .wp-block-uagb-icon-list-child{margin-left: 0;margin-right: 0;margin-bottom: 10px;}}.uag-blocks-common-selector{z-index:var(--z-index-desktop) !important}@media (max-width: 976px){.uag-blocks-common-selector{z-index:var(--z-index-tablet) !important}}@media (max-width: 767px){.uag-blocks-common-selector{z-index:var(--z-index-mobile) !important}}\n\";s:2:\"js\";s:0:\"\";s:18:\"current_block_list\";a:18:{i:0;s:14:\"uagb/container\";i:1;s:21:\"uagb/advanced-heading\";i:2;s:12:\"core/columns\";i:3;s:11:\"core/column\";i:4;s:12:\"core/heading\";i:5;s:14:\"core/paragraph\";i:6;s:9:\"core/list\";i:7;s:14:\"core/list-item\";i:9;s:10:\"core/image\";i:10;s:12:\"core/buttons\";i:11;s:11:\"core/button\";i:12;s:14:\"uagb/icon-list\";i:13;s:20:\"uagb/icon-list-child\";i:14;s:11:\"core/search\";i:15;s:10:\"core/group\";i:16;s:17:\"core/latest-posts\";i:17;s:20:\"core/latest-comments\";i:18;s:14:\"core/shortcode\";}s:8:\"uag_flag\";b:1;s:11:\"uag_version\";s:10:\"1671115151\";s:6:\"gfonts\";a:0:{}s:10:\"gfonts_url\";s:0:\"\";s:12:\"gfonts_files\";a:0:{}s:14:\"uag_faq_layout\";b:0;}'),
(1166,	1083,	'_wp_attached_file',	'2022/12/241561_798x533.jpg'),
(1167,	1083,	'_wp_attachment_metadata',	'a:6:{s:5:\"width\";i:798;s:6:\"height\";i:533;s:4:\"file\";s:26:\"2022/12/241561_798x533.jpg\";s:8:\"filesize\";i:95146;s:5:\"sizes\";a:3:{s:6:\"medium\";a:5:{s:4:\"file\";s:26:\"241561_798x533-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:18312;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:26:\"241561_798x533-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7649;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:26:\"241561_798x533-768x513.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:513;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:96107;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(1168,	1084,	'_wp_attached_file',	'2022/12/AAEAAQAAAAAAAAAAAAAAJGIyOGVmY2E0LWRmMDktNGJiYS04YzQ0LTZkNTZhMDg3NGQyZg.png'),
(1169,	1084,	'_wp_attachment_metadata',	'a:6:{s:5:\"width\";i:1000;s:6:\"height\";i:667;s:4:\"file\";s:82:\"2022/12/AAEAAQAAAAAAAAAAAAAAJGIyOGVmY2E0LWRmMDktNGJiYS04YzQ0LTZkNTZhMDg3NGQyZg.png\";s:8:\"filesize\";i:945326;s:5:\"sizes\";a:3:{s:6:\"medium\";a:5:{s:4:\"file\";s:82:\"AAEAAQAAAAAAAAAAAAAAJGIyOGVmY2E0LWRmMDktNGJiYS04YzQ0LTZkNTZhMDg3NGQyZg-300x200.png\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:106005;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:82:\"AAEAAQAAAAAAAAAAAAAAJGIyOGVmY2E0LWRmMDktNGJiYS04YzQ0LTZkNTZhMDg3NGQyZg-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:43426;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:82:\"AAEAAQAAAAAAAAAAAAAAJGIyOGVmY2E0LWRmMDktNGJiYS04YzQ0LTZkNTZhMDg3NGQyZg-768x512.png\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:554845;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(1174,	1088,	'_wp_attached_file',	'2022/12/241563_798x533.jpg'),
(1175,	1088,	'_wp_attachment_metadata',	'a:6:{s:5:\"width\";i:798;s:6:\"height\";i:533;s:4:\"file\";s:26:\"2022/12/241563_798x533.jpg\";s:8:\"filesize\";i:49910;s:5:\"sizes\";a:3:{s:6:\"medium\";a:5:{s:4:\"file\";s:26:\"241563_798x533-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:11282;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:26:\"241563_798x533-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5071;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:26:\"241563_798x533-768x513.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:513;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:52441;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(1176,	1088,	'_wp_attachment_image_alt',	'The bedroom in the honeymoon suite at Blue Roan country lodge'),
(1181,	1092,	'_wp_attached_file',	'2022/12/AAEAAQAAAAAAAAAAAAAAJDAxNDM5Y2JmLTQ3YzMtNDA4Ni05ZjZlLTU2YjM4YmI1Y2IxNg.png'),
(1182,	1092,	'_wp_attachment_metadata',	'a:6:{s:5:\"width\";i:1000;s:6:\"height\";i:662;s:4:\"file\";s:82:\"2022/12/AAEAAQAAAAAAAAAAAAAAJDAxNDM5Y2JmLTQ3YzMtNDA4Ni05ZjZlLTU2YjM4YmI1Y2IxNg.png\";s:8:\"filesize\";i:1119985;s:5:\"sizes\";a:3:{s:6:\"medium\";a:5:{s:4:\"file\";s:82:\"AAEAAQAAAAAAAAAAAAAAJDAxNDM5Y2JmLTQ3YzMtNDA4Ni05ZjZlLTU2YjM4YmI1Y2IxNg-300x199.png\";s:5:\"width\";i:300;s:6:\"height\";i:199;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:115860;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:82:\"AAEAAQAAAAAAAAAAAAAAJDAxNDM5Y2JmLTQ3YzMtNDA4Ni05ZjZlLTU2YjM4YmI1Y2IxNg-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:45996;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:82:\"AAEAAQAAAAAAAAAAAAAAJDAxNDM5Y2JmLTQ3YzMtNDA4Ni05ZjZlLTU2YjM4YmI1Y2IxNg-768x508.png\";s:5:\"width\";i:768;s:6:\"height\";i:508;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:647453;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(1183,	1093,	'_wp_attached_file',	'2022/12/241560_798x533.jpg'),
(1184,	1093,	'_wp_attachment_metadata',	'a:6:{s:5:\"width\";i:798;s:6:\"height\";i:533;s:4:\"file\";s:26:\"2022/12/241560_798x533.jpg\";s:8:\"filesize\";i:137859;s:5:\"sizes\";a:3:{s:6:\"medium\";a:5:{s:4:\"file\";s:26:\"241560_798x533-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:24065;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:26:\"241560_798x533-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:9263;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:26:\"241560_798x533-768x513.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:513;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:134963;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(1187,	1095,	'_wp_attached_file',	'2022/12/241559_798x533.jpg'),
(1188,	1095,	'_wp_attachment_metadata',	'a:6:{s:5:\"width\";i:798;s:6:\"height\";i:533;s:4:\"file\";s:26:\"2022/12/241559_798x533.jpg\";s:8:\"filesize\";i:101561;s:5:\"sizes\";a:3:{s:6:\"medium\";a:5:{s:4:\"file\";s:26:\"241559_798x533-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:17726;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:26:\"241559_798x533-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6935;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:26:\"241559_798x533-768x513.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:513;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:100890;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(1205,	1103,	'_edit_lock',	'1671028108:2'),
(1206,	1103,	'_wp_trash_meta_status',	'publish'),
(1207,	1103,	'_wp_trash_meta_time',	'1671028134'),
(1209,	1105,	'_wp_trash_meta_status',	'publish'),
(1210,	1105,	'_wp_trash_meta_time',	'1671028199'),
(1216,	1112,	'_wp_attached_file',	'2022/12/AAEAAQAAAAAAAAAAAAAAae9cd2d00d05fadf3fd277242a492f05278bf6b193be1e60a1dded842397014f9bfa5dd7fa9154944b4b35b3f4cf30f874ec.png'),
(1217,	1112,	'_wp_attachment_metadata',	'a:6:{s:5:\"width\";i:1200;s:6:\"height\";i:900;s:4:\"file\";s:132:\"2022/12/AAEAAQAAAAAAAAAAAAAAae9cd2d00d05fadf3fd277242a492f05278bf6b193be1e60a1dded842397014f9bfa5dd7fa9154944b4b35b3f4cf30f874ec.png\";s:8:\"filesize\";i:1628170;s:5:\"sizes\";a:4:{s:6:\"medium\";a:5:{s:4:\"file\";s:132:\"AAEAAQAAAAAAAAAAAAAAae9cd2d00d05fadf3fd277242a492f05278bf6b193be1e60a1dded842397014f9bfa5dd7fa9154944b4b35b3f4cf30f874ec-300x225.png\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:111094;}s:5:\"large\";a:5:{s:4:\"file\";s:133:\"AAEAAQAAAAAAAAAAAAAAae9cd2d00d05fadf3fd277242a492f05278bf6b193be1e60a1dded842397014f9bfa5dd7fa9154944b4b35b3f4cf30f874ec-1024x768.png\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:1133100;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:132:\"AAEAAQAAAAAAAAAAAAAAae9cd2d00d05fadf3fd277242a492f05278bf6b193be1e60a1dded842397014f9bfa5dd7fa9154944b4b35b3f4cf30f874ec-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:39218;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:132:\"AAEAAQAAAAAAAAAAAAAAae9cd2d00d05fadf3fd277242a492f05278bf6b193be1e60a1dded842397014f9bfa5dd7fa9154944b4b35b3f4cf30f874ec-768x576.png\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:663624;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"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,	1113,	'_wp_attached_file',	'2022/12/sun-coming-up-1.jpg'),
(1219,	1113,	'_wp_attachment_metadata',	'a:6:{s:5:\"width\";i:1200;s:6:\"height\";i:800;s:4:\"file\";s:27:\"2022/12/sun-coming-up-1.jpg\";s:8:\"filesize\";i:221751;s:5:\"sizes\";a:4:{s:6:\"medium\";a:5:{s:4:\"file\";s:27:\"sun-coming-up-1-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:16036;}s:5:\"large\";a:5:{s:4:\"file\";s:28:\"sun-coming-up-1-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:137887;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:27:\"sun-coming-up-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6640;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:27:\"sun-coming-up-1-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:83125;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(1277,	1139,	'_wp_trash_meta_status',	'publish'),
(1278,	1139,	'_wp_trash_meta_time',	'1671032151'),
(1280,	1140,	'_wp_trash_meta_status',	'publish'),
(1281,	1140,	'_wp_trash_meta_time',	'1671032226'),
(1299,	1149,	'_edit_lock',	'1671098102:2'),
(1300,	1149,	'_wp_trash_meta_status',	'publish'),
(1301,	1149,	'_wp_trash_meta_time',	'1671098105'),
(1303,	1150,	'_wp_trash_meta_status',	'publish'),
(1304,	1150,	'_wp_trash_meta_time',	'1671098145'),
(1306,	389,	'_menu_item_menu_item_parent',	'0'),
(1307,	389,	'_menu_item_target',	''),
(1308,	389,	'_menu_item_xfn',	''),
(1309,	389,	'_wp_old_date',	'2021-05-12'),
(1310,	1151,	'_wp_trash_meta_status',	'publish'),
(1311,	1151,	'_wp_trash_meta_time',	'1671098185'),
(1320,	1155,	'_edit_lock',	'1671100085:2'),
(1321,	1155,	'_wp_trash_meta_status',	'publish'),
(1322,	1155,	'_wp_trash_meta_time',	'1671100086'),
(1338,	1163,	'_wp_attached_file',	'2022/12/cropped-cropped-Blue_Roan_Logo.png'),
(1339,	1163,	'_wp_attachment_context',	'site-icon'),
(1340,	1163,	'_wp_attachment_metadata',	'a:6:{s:5:\"width\";i:512;s:6:\"height\";i:512;s:4:\"file\";s:42:\"2022/12/cropped-cropped-Blue_Roan_Logo.png\";s:8:\"filesize\";i:195334;s:5:\"sizes\";a:6:{s:6:\"medium\";a:5:{s:4:\"file\";s:42:\"cropped-cropped-Blue_Roan_Logo-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:94211;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:42:\"cropped-cropped-Blue_Roan_Logo-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:32809;}s:13:\"site_icon-270\";a:5:{s:4:\"file\";s:42:\"cropped-cropped-Blue_Roan_Logo-270x270.png\";s:5:\"width\";i:270;s:6:\"height\";i:270;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:80893;}s:13:\"site_icon-192\";a:5:{s:4:\"file\";s:42:\"cropped-cropped-Blue_Roan_Logo-192x192.png\";s:5:\"width\";i:192;s:6:\"height\";i:192;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:47667;}s:13:\"site_icon-180\";a:5:{s:4:\"file\";s:42:\"cropped-cropped-Blue_Roan_Logo-180x180.png\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:43101;}s:12:\"site_icon-32\";a:5:{s:4:\"file\";s:40:\"cropped-cropped-Blue_Roan_Logo-32x32.png\";s:5:\"width\";i:32;s:6:\"height\";i:32;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:2984;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(1341,	1164,	'_wp_trash_meta_status',	'publish'),
(1342,	1164,	'_wp_trash_meta_time',	'1671100469'),
(1364,	1163,	'_oembed_47c9b5c18bcd50b4ced140b2b2eb4bee',	'{{unknown}}'),
(1375,	1183,	'_wp_attached_file',	'2022/12/eyJidWNrZXQiOiJhc3NldHMuYWxsdHJhaWxzLmNvbSIsImtleSI6InVwbG9hZHMvcGhvdG8vaW1hZ2UvNDMxNzk4MTAvYjZkYTAz.png'),
(1376,	1183,	'_wp_attachment_metadata',	'a:6:{s:5:\"width\";i:375;s:6:\"height\";i:500;s:4:\"file\";s:112:\"2022/12/eyJidWNrZXQiOiJhc3NldHMuYWxsdHJhaWxzLmNvbSIsImtleSI6InVwbG9hZHMvcGhvdG8vaW1hZ2UvNDMxNzk4MTAvYjZkYTAz.png\";s:8:\"filesize\";i:334889;s:5:\"sizes\";a:2:{s:6:\"medium\";a:5:{s:4:\"file\";s:112:\"eyJidWNrZXQiOiJhc3NldHMuYWxsdHJhaWxzLmNvbSIsImtleSI6InVwbG9hZHMvcGhvdG8vaW1hZ2UvNDMxNzk4MTAvYjZkYTAz-225x300.png\";s:5:\"width\";i:225;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:116540;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:112:\"eyJidWNrZXQiOiJhc3NldHMuYWxsdHJhaWxzLmNvbSIsImtleSI6InVwbG9hZHMvcGhvdG8vaW1hZ2UvNDMxNzk4MTAvYjZkYTAz-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:44244;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(1377,	1184,	'_wp_attached_file',	'2022/12/download-3.png'),
(1378,	1184,	'_wp_attachment_metadata',	'a:6:{s:5:\"width\";i:259;s:6:\"height\";i:194;s:4:\"file\";s:22:\"2022/12/download-3.png\";s:8:\"filesize\";i:93537;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:22:\"download-3-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:40855;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(1379,	1185,	'_wp_attached_file',	'2022/12/49089607_1950305445047847_5177863042771189760_n.png'),
(1380,	1185,	'_wp_attachment_metadata',	'a:6:{s:5:\"width\";i:370;s:6:\"height\";i:440;s:4:\"file\";s:59:\"2022/12/49089607_1950305445047847_5177863042771189760_n.png\";s:8:\"filesize\";i:278394;s:5:\"sizes\";a:2:{s:6:\"medium\";a:5:{s:4:\"file\";s:59:\"49089607_1950305445047847_5177863042771189760_n-252x300.png\";s:5:\"width\";i:252;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:126657;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:59:\"49089607_1950305445047847_5177863042771189760_n-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:41927;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(1385,	1188,	'_wp_attached_file',	'2022/12/49089607_1950305445047847_5177863042771189760_n-1.png'),
(1386,	1188,	'_wp_attachment_metadata',	'a:6:{s:5:\"width\";i:1366;s:6:\"height\";i:1500;s:4:\"file\";s:61:\"2022/12/49089607_1950305445047847_5177863042771189760_n-1.png\";s:8:\"filesize\";i:3731156;s:5:\"sizes\";a:4:{s:6:\"medium\";a:5:{s:4:\"file\";s:61:\"49089607_1950305445047847_5177863042771189760_n-1-273x300.png\";s:5:\"width\";i:273;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:140484;}s:5:\"large\";a:5:{s:4:\"file\";s:62:\"49089607_1950305445047847_5177863042771189760_n-1-933x1024.png\";s:5:\"width\";i:933;s:6:\"height\";i:1024;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:1342983;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:61:\"49089607_1950305445047847_5177863042771189760_n-1-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:42345;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:61:\"49089607_1950305445047847_5177863042771189760_n-1-768x843.png\";s:5:\"width\";i:768;s:6:\"height\";i:843;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:951084;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(1389,	1191,	'_wp_attached_file',	'2022/12/Michelle_1.jpg'),
(1390,	1191,	'_wp_attachment_metadata',	'a:6:{s:5:\"width\";i:1024;s:6:\"height\";i:576;s:4:\"file\";s:22:\"2022/12/Michelle_1.jpg\";s:8:\"filesize\";i:326592;s:5:\"sizes\";a:3:{s:6:\"medium\";a:5:{s:4:\"file\";s:22:\"Michelle_1-300x169.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:28362;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:22:\"Michelle_1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:20596;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:22:\"Michelle_1-768x432.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:432;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:102434;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"5\";s:6:\"credit\";s:6:\"Picasa\";s:6:\"camera\";s:21:\"Canon EOS 5D Mark III\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1384817887\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"28\";s:3:\"iso\";s:3:\"800\";s:13:\"shutter_speed\";s:5:\"0.004\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(1397,	1196,	'_wp_attached_file',	'2022/12/Michelle_1.png'),
(1398,	1196,	'_wp_attachment_metadata',	'a:6:{s:5:\"width\";i:370;s:6:\"height\";i:440;s:4:\"file\";s:22:\"2022/12/Michelle_1.png\";s:8:\"filesize\";i:324334;s:5:\"sizes\";a:2:{s:6:\"medium\";a:5:{s:4:\"file\";s:22:\"Michelle_1-252x300.png\";s:5:\"width\";i:252;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:138111;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:22:\"Michelle_1-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:44722;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(1399,	1198,	'_wp_attached_file',	'2022/12/eyJidWNrZXQiOiJhc3NldHMuYWxsdHJhaWxzLmNvbSIsImtleSI6InVwbG9hZHMvcGhvdG8vaW1hZ2UvNDMxNzk4MTAvYjZkYTAz-1.png'),
(1400,	1198,	'_wp_attachment_metadata',	'a:6:{s:5:\"width\";i:370;s:6:\"height\";i:440;s:4:\"file\";s:114:\"2022/12/eyJidWNrZXQiOiJhc3NldHMuYWxsdHJhaWxzLmNvbSIsImtleSI6InVwbG9hZHMvcGhvdG8vaW1hZ2UvNDMxNzk4MTAvYjZkYTAz-1.png\";s:8:\"filesize\";i:258108;s:5:\"sizes\";a:2:{s:6:\"medium\";a:5:{s:4:\"file\";s:114:\"eyJidWNrZXQiOiJhc3NldHMuYWxsdHJhaWxzLmNvbSIsImtleSI6InVwbG9hZHMvcGhvdG8vaW1hZ2UvNDMxNzk4MTAvYjZkYTAz-1-252x300.png\";s:5:\"width\";i:252;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:124630;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:114:\"eyJidWNrZXQiOiJhc3NldHMuYWxsdHJhaWxzLmNvbSIsImtleSI6InVwbG9hZHMvcGhvdG8vaW1hZ2UvNDMxNzk4MTAvYjZkYTAz-1-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:42072;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(1414,	1207,	'_wp_attached_file',	'2022/12/photo0jpg.jpg'),
(1415,	1207,	'_wp_attachment_metadata',	'a:6:{s:5:\"width\";i:1200;s:6:\"height\";i:900;s:4:\"file\";s:21:\"2022/12/photo0jpg.jpg\";s:8:\"filesize\";i:382262;s:5:\"sizes\";a:4:{s:6:\"medium\";a:5:{s:4:\"file\";s:21:\"photo0jpg-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:20499;}s:5:\"large\";a:5:{s:4:\"file\";s:22:\"photo0jpg-1024x768.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:219587;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:21:\"photo0jpg-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7356;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:21:\"photo0jpg-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:125256;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(1416,	1208,	'_wp_attached_file',	'2022/12/blue-roan-guest-farm-18-1.jpg'),
(1417,	1208,	'_wp_attachment_metadata',	'a:6:{s:5:\"width\";i:1200;s:6:\"height\";i:900;s:4:\"file\";s:37:\"2022/12/blue-roan-guest-farm-18-1.jpg\";s:8:\"filesize\";i:241183;s:5:\"sizes\";a:4:{s:6:\"medium\";a:5:{s:4:\"file\";s:37:\"blue-roan-guest-farm-18-1-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:11371;}s:5:\"large\";a:5:{s:4:\"file\";s:38:\"blue-roan-guest-farm-18-1-1024x768.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:135398;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:37:\"blue-roan-guest-farm-18-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4005;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:37:\"blue-roan-guest-farm-18-1-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:74353;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(1420,	1210,	'_wp_attached_file',	'2022/12/Blue-Roan-pool-1.png'),
(1421,	1210,	'_wp_attachment_metadata',	'a:6:{s:5:\"width\";i:370;s:6:\"height\";i:440;s:4:\"file\";s:28:\"2022/12/Blue-Roan-pool-1.png\";s:8:\"filesize\";i:255511;s:5:\"sizes\";a:2:{s:6:\"medium\";a:5:{s:4:\"file\";s:28:\"Blue-Roan-pool-1-252x300.png\";s:5:\"width\";i:252;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:119077;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:28:\"Blue-Roan-pool-1-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:39162;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(1422,	1211,	'_wp_attached_file',	'2022/12/the-view-from-my-rooms.jpg'),
(1423,	1211,	'_wp_attachment_metadata',	'a:6:{s:5:\"width\";i:1200;s:6:\"height\";i:900;s:4:\"file\";s:34:\"2022/12/the-view-from-my-rooms.jpg\";s:8:\"filesize\";i:280750;s:5:\"sizes\";a:4:{s:6:\"medium\";a:5:{s:4:\"file\";s:34:\"the-view-from-my-rooms-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:17761;}s:5:\"large\";a:5:{s:4:\"file\";s:35:\"the-view-from-my-rooms-1024x768.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:174157;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:34:\"the-view-from-my-rooms-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6001;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:34:\"the-view-from-my-rooms-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:104287;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(1426,	1213,	'_wp_attached_file',	'2022/12/AAEAAQAAAAAAAAAAAAAAJDI0ZWY4NDc1LThjYjYtNDM3YS1iOTliLWNmOWQxYTJkMWU5MQ-1.png'),
(1427,	1213,	'_wp_attachment_metadata',	'a:6:{s:5:\"width\";i:1000;s:6:\"height\";i:667;s:4:\"file\";s:84:\"2022/12/AAEAAQAAAAAAAAAAAAAAJDI0ZWY4NDc1LThjYjYtNDM3YS1iOTliLWNmOWQxYTJkMWU5MQ-1.png\";s:8:\"filesize\";i:1090418;s:5:\"sizes\";a:3:{s:6:\"medium\";a:5:{s:4:\"file\";s:84:\"AAEAAQAAAAAAAAAAAAAAJDI0ZWY4NDc1LThjYjYtNDM3YS1iOTliLWNmOWQxYTJkMWU5MQ-1-300x200.png\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:116647;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:84:\"AAEAAQAAAAAAAAAAAAAAJDI0ZWY4NDc1LThjYjYtNDM3YS1iOTliLWNmOWQxYTJkMWU5MQ-1-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:48137;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:84:\"AAEAAQAAAAAAAAAAAAAAJDI0ZWY4NDc1LThjYjYtNDM3YS1iOTliLWNmOWQxYTJkMWU5MQ-1-768x512.png\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:659323;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(1428,	1215,	'_wp_attached_file',	'2022/12/bird-1.jpg'),
(1429,	1215,	'_wp_attachment_metadata',	'a:6:{s:5:\"width\";i:1200;s:6:\"height\";i:800;s:4:\"file\";s:18:\"2022/12/bird-1.jpg\";s:8:\"filesize\";i:257877;s:5:\"sizes\";a:4:{s:6:\"medium\";a:5:{s:4:\"file\";s:18:\"bird-1-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:19209;}s:5:\"large\";a:5:{s:4:\"file\";s:19:\"bird-1-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:166433;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:18:\"bird-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7846;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:18:\"bird-1-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:102407;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(1430,	1216,	'_wp_attached_file',	'2022/12/two-happy-boxers.jpg'),
(1431,	1216,	'_wp_attachment_metadata',	'a:6:{s:5:\"width\";i:1200;s:6:\"height\";i:900;s:4:\"file\";s:28:\"2022/12/two-happy-boxers.jpg\";s:8:\"filesize\";i:384966;s:5:\"sizes\";a:4:{s:6:\"medium\";a:5:{s:4:\"file\";s:28:\"two-happy-boxers-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:17373;}s:5:\"large\";a:5:{s:4:\"file\";s:29:\"two-happy-boxers-1024x768.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:214687;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:28:\"two-happy-boxers-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6056;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:28:\"two-happy-boxers-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:117558;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(1438,	1222,	'_wp_attached_file',	'2022/12/41b46e52d7427ea1f6f135454e9a012f.png'),
(1439,	1222,	'_wp_attachment_metadata',	'a:6:{s:5:\"width\";i:370;s:6:\"height\";i:440;s:4:\"file\";s:44:\"2022/12/41b46e52d7427ea1f6f135454e9a012f.png\";s:8:\"filesize\";i:326854;s:5:\"sizes\";a:2:{s:6:\"medium\";a:5:{s:4:\"file\";s:44:\"41b46e52d7427ea1f6f135454e9a012f-252x300.png\";s:5:\"width\";i:252;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:145496;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:44:\"41b46e52d7427ea1f6f135454e9a012f-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:45781;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(1442,	1225,	'_wp_attached_file',	'2022/12/IMG-20180619-WA0004.png'),
(1443,	1225,	'_wp_attachment_metadata',	'a:6:{s:5:\"width\";i:370;s:6:\"height\";i:440;s:4:\"file\";s:31:\"2022/12/IMG-20180619-WA0004.png\";s:8:\"filesize\";i:276116;s:5:\"sizes\";a:2:{s:6:\"medium\";a:5:{s:4:\"file\";s:31:\"IMG-20180619-WA0004-252x300.png\";s:5:\"width\";i:252;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:115526;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:31:\"IMG-20180619-WA0004-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:35263;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(1454,	1235,	'_wp_attached_file',	'2022/12/Maseke-MTB-MvZ-3-1024x683-1.png'),
(1455,	1235,	'_wp_attachment_metadata',	'a:6:{s:5:\"width\";i:370;s:6:\"height\";i:440;s:4:\"file\";s:39:\"2022/12/Maseke-MTB-MvZ-3-1024x683-1.png\";s:8:\"filesize\";i:262132;s:5:\"sizes\";a:2:{s:6:\"medium\";a:5:{s:4:\"file\";s:39:\"Maseke-MTB-MvZ-3-1024x683-1-252x300.png\";s:5:\"width\";i:252;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:114822;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:39:\"Maseke-MTB-MvZ-3-1024x683-1-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:38190;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(1504,	388,	'_menu_item_menu_item_parent',	'0'),
(1505,	388,	'_menu_item_target',	''),
(1506,	388,	'_menu_item_xfn',	''),
(1507,	388,	'_wp_old_date',	'2021-05-12'),
(1508,	1269,	'_wp_trash_meta_status',	'publish'),
(1509,	1269,	'_wp_trash_meta_time',	'1671110575'),
(1513,	1270,	'_wp_trash_meta_status',	'publish'),
(1514,	1270,	'_wp_trash_meta_time',	'1671110641'),
(1517,	1271,	'_wp_trash_meta_status',	'publish'),
(1518,	1271,	'_wp_trash_meta_time',	'1671110693'),
(1521,	1272,	'_wp_trash_meta_status',	'publish'),
(1522,	1272,	'_wp_trash_meta_time',	'1671110732'),
(1532,	391,	'_wp_old_date',	'2022-12-14'),
(1533,	392,	'_wp_old_date',	'2022-12-14'),
(1534,	393,	'_wp_old_date',	'2022-12-14'),
(1535,	395,	'_wp_old_date',	'2022-12-14'),
(1536,	1277,	'_menu_item_type',	'post_type'),
(1537,	1277,	'_menu_item_menu_item_parent',	'0'),
(1538,	1277,	'_menu_item_object_id',	'760'),
(1539,	1277,	'_menu_item_object',	'page'),
(1540,	1277,	'_menu_item_target',	''),
(1541,	1277,	'_menu_item_classes',	'a:1:{i:0;s:0:\"\";}'),
(1542,	1277,	'_menu_item_xfn',	''),
(1543,	1277,	'_menu_item_url',	''),
(1545,	1278,	'_menu_item_type',	'post_type'),
(1546,	1278,	'_menu_item_menu_item_parent',	'0'),
(1547,	1278,	'_menu_item_object_id',	'761'),
(1548,	1278,	'_menu_item_object',	'page'),
(1549,	1278,	'_menu_item_target',	''),
(1550,	1278,	'_menu_item_classes',	'a:1:{i:0;s:0:\"\";}'),
(1551,	1278,	'_menu_item_xfn',	''),
(1552,	1278,	'_menu_item_url',	''),
(1554,	1279,	'_menu_item_type',	'post_type'),
(1555,	1279,	'_menu_item_menu_item_parent',	'0'),
(1556,	1279,	'_menu_item_object_id',	'762'),
(1557,	1279,	'_menu_item_object',	'page'),
(1558,	1279,	'_menu_item_target',	''),
(1559,	1279,	'_menu_item_classes',	'a:1:{i:0;s:0:\"\";}'),
(1560,	1279,	'_menu_item_xfn',	''),
(1561,	1279,	'_menu_item_url',	''),
(1563,	1280,	'_menu_item_type',	'post_type'),
(1564,	1280,	'_menu_item_menu_item_parent',	'0'),
(1565,	1280,	'_menu_item_object_id',	'763'),
(1566,	1280,	'_menu_item_object',	'page'),
(1567,	1280,	'_menu_item_target',	''),
(1568,	1280,	'_menu_item_classes',	'a:1:{i:0;s:0:\"\";}'),
(1569,	1280,	'_menu_item_xfn',	''),
(1570,	1280,	'_menu_item_url',	''),
(1572,	1281,	'_menu_item_type',	'post_type'),
(1573,	1281,	'_menu_item_menu_item_parent',	'1278'),
(1574,	1281,	'_menu_item_object_id',	'1044'),
(1575,	1281,	'_menu_item_object',	'page'),
(1576,	1281,	'_menu_item_target',	''),
(1577,	1281,	'_menu_item_classes',	'a:1:{i:0;s:0:\"\";}'),
(1578,	1281,	'_menu_item_xfn',	''),
(1579,	1281,	'_menu_item_url',	''),
(1581,	1282,	'_menu_item_type',	'post_type'),
(1582,	1282,	'_menu_item_menu_item_parent',	'1278'),
(1583,	1282,	'_menu_item_object_id',	'948'),
(1584,	1282,	'_menu_item_object',	'page'),
(1585,	1282,	'_menu_item_target',	''),
(1586,	1282,	'_menu_item_classes',	'a:1:{i:0;s:0:\"\";}'),
(1587,	1282,	'_menu_item_xfn',	''),
(1588,	1282,	'_menu_item_url',	''),
(1590,	1283,	'_menu_item_type',	'post_type'),
(1591,	1283,	'_menu_item_menu_item_parent',	'1278'),
(1592,	1283,	'_menu_item_object_id',	'1011'),
(1593,	1283,	'_menu_item_object',	'page'),
(1594,	1283,	'_menu_item_target',	''),
(1595,	1283,	'_menu_item_classes',	'a:1:{i:0;s:0:\"\";}'),
(1596,	1283,	'_menu_item_xfn',	''),
(1597,	1283,	'_menu_item_url',	''),
(1599,	1284,	'_menu_item_type',	'post_type'),
(1600,	1284,	'_menu_item_menu_item_parent',	'1278'),
(1601,	1284,	'_menu_item_object_id',	'1062'),
(1602,	1284,	'_menu_item_object',	'page'),
(1603,	1284,	'_menu_item_target',	''),
(1604,	1284,	'_menu_item_classes',	'a:1:{i:0;s:0:\"\";}'),
(1605,	1284,	'_menu_item_xfn',	''),
(1606,	1284,	'_menu_item_url',	''),
(1608,	1285,	'_menu_item_type',	'post_type'),
(1609,	1285,	'_menu_item_menu_item_parent',	'1278'),
(1610,	1285,	'_menu_item_object_id',	'1080'),
(1611,	1285,	'_menu_item_object',	'page'),
(1612,	1285,	'_menu_item_target',	''),
(1613,	1285,	'_menu_item_classes',	'a:1:{i:0;s:0:\"\";}'),
(1614,	1285,	'_menu_item_xfn',	''),
(1615,	1285,	'_menu_item_url',	''),
(1617,	1286,	'_menu_item_type',	'post_type'),
(1618,	1286,	'_menu_item_menu_item_parent',	'1278'),
(1619,	1286,	'_menu_item_object_id',	'1030'),
(1620,	1286,	'_menu_item_object',	'page'),
(1621,	1286,	'_menu_item_target',	''),
(1622,	1286,	'_menu_item_classes',	'a:1:{i:0;s:0:\"\";}'),
(1623,	1286,	'_menu_item_xfn',	''),
(1624,	1286,	'_menu_item_url',	''),
(1626,	1287,	'_menu_item_type',	'post_type'),
(1627,	1287,	'_menu_item_menu_item_parent',	'1278'),
(1628,	1287,	'_menu_item_object_id',	'987'),
(1629,	1287,	'_menu_item_object',	'page'),
(1630,	1287,	'_menu_item_target',	''),
(1631,	1287,	'_menu_item_classes',	'a:1:{i:0;s:0:\"\";}'),
(1632,	1287,	'_menu_item_xfn',	''),
(1633,	1287,	'_menu_item_url',	''),
(1635,	1288,	'_menu_item_type',	'post_type'),
(1636,	1288,	'_menu_item_menu_item_parent',	'0'),
(1637,	1288,	'_menu_item_object_id',	'933'),
(1638,	1288,	'_menu_item_object',	'page'),
(1639,	1288,	'_menu_item_target',	''),
(1640,	1288,	'_menu_item_classes',	'a:1:{i:0;s:0:\"\";}'),
(1641,	1288,	'_menu_item_xfn',	''),
(1642,	1288,	'_menu_item_url',	''),
(1652,	948,	'_edit_last',	'2'),
(1653,	948,	'_uag_page_assets',	'a:9:{s:3:\"css\";s:24411:\".wp-block-uagb-container{display:flex;position:relative;box-sizing:border-box;z-index:2;transition-property:box-shadow;transition-duration:0.2s;transition-timing-function:ease}.wp-block-uagb-container.uagb-is-root-container{margin-left:auto;margin-right:auto}.wp-block-uagb-container.alignfull.uagb-is-root-container .uagb-container-inner-blocks-wrap{display:flex;position:relative;box-sizing:border-box;margin-left:auto !important;margin-right:auto !important;z-index:2}.wp-block-uagb-container>*:not(.uagb-container__shape){z-index:2}.wp-block-uagb-container .uagb-container__video-wrap{height:100%;width:100%;top:0;left:0;position:absolute;overflow:hidden;z-index:0;-webkit-transition:opacity 1s;-o-transition:opacity 1s;transition:opacity 1s}.wp-block-uagb-container .uagb-container__video-wrap video{max-width:100%;width:100%;height:100%;margin:0;line-height:1;border:none;display:inline-block;vertical-align:baseline;-o-object-fit:cover;object-fit:cover;background-size:cover}body .wp-block-uagb-container>.uagb-container-inner-blocks-wrap>*:not(.wp-block-uagb-container):not(.wp-block-uagb-column):not(.wp-block-uagb-container):not(.wp-block-uagb-section):not(.uagb-container__shape):not(.uagb-container__video-wrap):not(.wp-block-spectra-pro-register),body .wp-block-uagb-container>.uagb-container-inner-blocks-wrap,body .wp-block-uagb-container>*:not(.wp-block-uagb-container):not(.wp-block-uagb-column):not(.wp-block-uagb-container):not(.wp-block-uagb-section):not(.uagb-container__shape):not(.uagb-container__video-wrap):not(.wp-block-uagb-image):not(.wp-block-spectra-pro-register){min-width:unset !important;width:100%}.ast-plain-container .editor-styles-wrapper .block-editor-block-list__layout.is-root-container .uagb-is-root-container.wp-block-uagb-container.alignwide{margin-left:auto;margin-right:auto}.uagb-container__shape{overflow:hidden;position:absolute;left:0;width:100%;line-height:0;direction:ltr;z-index:1}.uagb-container__shape-top{top:-3px}.uagb-container__shape-bottom{bottom:-3px}.uagb-container__shape.uagb-container__invert.uagb-container__shape-bottom,.uagb-container__shape.uagb-container__invert.uagb-container__shape-top{-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.uagb-container__shape.uagb-container__shape-flip svg{transform:translateX(-50%) rotateY(180deg)}.uagb-container__shape svg{display:block;width:-webkit-calc(100% + 1.3px);width:calc(100% + 1.3px);position:relative;left:50%;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%)}.uagb-container__shape .uagb-container__shape-fill{-webkit-transform-origin:center;-ms-transform-origin:center;transform-origin:center;-webkit-transform:rotateY(0deg);transform:rotateY(0deg)}.uagb-container__shape.uagb-container__shape-above-content{z-index:9;pointer-events:none}\n.wp-block-uagb-advanced-heading .uagb-heading-text{margin:0}.wp-block-uagb-advanced-heading .uagb-desc-text{margin:0}.wp-block-uagb-advanced-heading .uagb-separator{font-size:0;border-top-style:solid;display:inline-block;margin:0 0 10px 0}.wp-block-uagb-advanced-heading .uagb-highlight{color:#f78a0c;border:0;transition:all 0.3s ease}.uag-highlight-toolbar{border-left:0;border-top:0;border-bottom:0;border-radius:0;border-right-color:#1e1e1e}.uag-highlight-toolbar .components-button{border-radius:0;outline:none}.uag-highlight-toolbar .components-button.is-primary{color:#fff}\n.wp-block-uagb-container.uagb-block-866b5b93{box-shadow: 0px 0px   #00000070 ;padding-top: 220px;padding-bottom: 150px;padding-left: 0px;padding-right: 0px;margin-top:  !important;margin-bottom:  !important;row-gap: 20px;column-gap: 20px;overflow: visible;background-image: linear-gradient(to right, rgba(42,42,42,0.5), rgba(42,42,42,0.5)), url(https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-10.jpg);;background-repeat: no-repeat;background-position: 47% 54%;background-size: cover;background-attachment: scroll;}.wp-block-uagb-container.uagb-block-866b5b93.wp-block-uagb-container{color: inherit;border-color: #4B4F58;}.wp-block-uagb-container.uagb-is-root-container .uagb-block-866b5b93{max-width: 100%;width: 100%;}.wp-block-uagb-container.uagb-block-866b5b93 .uagb-container__shape-top svg{width: calc( 100% + 1.3px );}.wp-block-uagb-container.uagb-block-866b5b93 .uagb-container__shape.uagb-container__shape-top .uagb-container__shape-fill{fill: rgba(51,51,51,1);}.wp-block-uagb-container.uagb-block-866b5b93 .uagb-container__shape-bottom svg{width: calc( 100% + 1.3px );}.wp-block-uagb-container.uagb-block-866b5b93 .uagb-container__shape.uagb-container__shape-bottom .uagb-container__shape-fill{fill: rgba(51,51,51,1);}.wp-block-uagb-container.uagb-block-866b5b93 .uagb-container__video-wrap{background-image: linear-gradient(to right, rgba(42,42,42,0.5), rgba(42,42,42,0.5)), url(https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-10.jpg);;background-repeat: no-repeat;background-position: 47% 54%;background-size: cover;background-attachment: scroll;}.wp-block-uagb-container.uagb-block-866b5b93 .uagb-container__video-wrap video{opacity: 0.5;}.wp-block-uagb-container.uagb-is-root-container.alignfull.uagb-block-866b5b93 > .uagb-container-inner-blocks-wrap{--inner-content-custom-width: min( 100%, 1200px);max-width: var(--inner-content-custom-width);width: 100%;flex-direction: column;align-items: center;justify-content: center;flex-wrap: nowrap;row-gap: 20px;column-gap: 20px;}.uagb-block-6e93ca6f.wp-block-uagb-advanced-heading .uagb-heading-text{color: var(--ast-global-color-5);margin-bottom: 20px;}.uagb-block-6e93ca6f.wp-block-uagb-advanced-heading {padding-top: 0%;padding-right: 50%;padding-bottom: 0%;padding-left: 0%;}.uagb-block-6e93ca6f.wp-block-uagb-advanced-heading .uagb-desc-text{color: var(--ast-global-color-4);margin-bottom: 15px;}.uagb-block-6e93ca6f.wp-block-uagb-advanced-heading .uagb-highlight{font-style: normal;background: #007cba;color: #fff;-webkit-text-fill-color: #fff;}.uagb-block-6e93ca6f.wp-block-uagb-advanced-heading .uagb-highlight::-moz-selection{color: #fff;background: #007cba;-webkit-text-fill-color: #fff;}.uagb-block-6e93ca6f.wp-block-uagb-advanced-heading .uagb-highlight::selection{color: #fff;background: #007cba;-webkit-text-fill-color: #fff;}.uagb-block-6e93ca6f.wp-block-uagb-advanced-heading .uagb-separator{border-top-style: solid;border-top-width: 2px;width: 12%;border-color: #0170b9;margin-bottom: 15px;}.uagb-block-6e93ca6f .uagb-desc-text{font-size: 16px;}.wp-block-uagb-container.uagb-block-a94cdebe{box-shadow: 0px 0px   #00000070 ;padding-top: 120px;padding-bottom: 60px;padding-left: 0px;padding-right: 0px;margin-top:  !important;margin-bottom:  !important;row-gap: 0px;column-gap: 20px;overflow: visible;background-color: var(--ast-global-color-5);;}.wp-block-uagb-container.uagb-block-a94cdebe.wp-block-uagb-container{color: inherit;border-color: #4B4F58;}.wp-block-uagb-container.uagb-is-root-container .uagb-block-a94cdebe{max-width: 100%;width: 100%;}.wp-block-uagb-container.uagb-block-a94cdebe .uagb-container__shape-top svg{width: calc( 100% + 1.3px );}.wp-block-uagb-container.uagb-block-a94cdebe .uagb-container__shape.uagb-container__shape-top .uagb-container__shape-fill{fill: rgba(51,51,51,1);}.wp-block-uagb-container.uagb-block-a94cdebe .uagb-container__shape-bottom svg{width: calc( 100% + 1.3px );}.wp-block-uagb-container.uagb-block-a94cdebe .uagb-container__shape.uagb-container__shape-bottom .uagb-container__shape-fill{fill: rgba(51,51,51,1);}.wp-block-uagb-container.uagb-block-a94cdebe .uagb-container__video-wrap{background-color: var(--ast-global-color-5);;}.wp-block-uagb-container.uagb-block-a94cdebe .uagb-container__video-wrap video{opacity: 1;}.wp-block-uagb-container.uagb-is-root-container.alignfull.uagb-block-a94cdebe > .uagb-container-inner-blocks-wrap{--inner-content-custom-width: min( 100%, 1200px);max-width: var(--inner-content-custom-width);width: 100%;flex-direction: column;align-items: center;justify-content: center;flex-wrap: nowrap;row-gap: 0px;column-gap: 20px;}.wp-block-uagb-container.uagb-block-f4b2f151{box-shadow: 0px 0px   #00000070 ;padding-top: 0px;padding-bottom: 0px;padding-left: 0px;padding-right: 0px;margin-top:  !important;margin-bottom:  !important;row-gap: 20px;column-gap: 0px;overflow: visible;flex-direction: row;align-items: flex-end;justify-content: flex-end;flex-wrap: nowrap;}.wp-block-uagb-container.uagb-block-f4b2f151.wp-block-uagb-container{color: inherit;border-color: #4B4F58;}.wp-block-uagb-container.uagb-is-root-container .uagb-block-f4b2f151{max-width: 100%;width: 100%;}.wp-block-uagb-container.uagb-block-f4b2f151 .uagb-container__shape-top svg{width: calc( 100% + 1.3px );}.wp-block-uagb-container.uagb-block-f4b2f151 .uagb-container__shape.uagb-container__shape-top .uagb-container__shape-fill{fill: rgba(51,51,51,1);}.wp-block-uagb-container.uagb-block-f4b2f151 .uagb-container__shape-bottom svg{width: calc( 100% + 1.3px );}.wp-block-uagb-container.uagb-block-f4b2f151 .uagb-container__shape.uagb-container__shape-bottom .uagb-container__shape-fill{fill: rgba(51,51,51,1);}.wp-block-uagb-container.uagb-block-f4b2f151 .uagb-container__video-wrap video{opacity: 1;}.wp-block-uagb-container.uagb-is-root-container.alignfull.uagb-block-f4b2f151 > .uagb-container-inner-blocks-wrap{--inner-content-custom-width: min( 100%, 1200px);max-width: var(--inner-content-custom-width);width: 100%;flex-direction: row;align-items: flex-end;justify-content: flex-end;flex-wrap: nowrap;row-gap: 20px;column-gap: 0px;}.uagb-block-02d81959.wp-block-uagb-advanced-heading .uagb-heading-text{margin-bottom: 20px;}.uagb-block-02d81959.wp-block-uagb-advanced-heading .uagb-desc-text{margin-bottom: 15px;}.uagb-block-02d81959.wp-block-uagb-advanced-heading .uagb-highlight{font-style: normal;background: #007cba;color: #fff;-webkit-text-fill-color: #fff;}.uagb-block-02d81959.wp-block-uagb-advanced-heading .uagb-highlight::-moz-selection{color: #fff;background: #007cba;-webkit-text-fill-color: #fff;}.uagb-block-02d81959.wp-block-uagb-advanced-heading .uagb-highlight::selection{color: #fff;background: #007cba;-webkit-text-fill-color: #fff;}.uagb-block-02d81959.wp-block-uagb-advanced-heading .uagb-separator{border-top-style: solid;border-top-width: 2px;width: 12%;border-color: #0170b9;margin-bottom: 15px;}.uagb-block-02d81959 .uagb-desc-text{font-size: 16px;}.uagb-icon-list__wrap{display:flex;align-items:flex-start;justify-content:flex-start}.wp-block-uagb-icon-list-child{padding:0;transition:all 0.2s;display:inline-flex;color:#3a3a3a;align-items:center;text-decoration:none;box-shadow:none}.wp-block-uagb-icon-list-child span.uagb-icon-list__source-wrap{display:block;align-items:center}.uagb-icon-list__source-wrap svg{display:block}.uagb-icon-list__source-image{width:40px}.uagb-icon-list__outer-wrap .uagb-icon-list__content-wrap{color:#3a3a3a;display:flex;align-items:center}\n.wp-block-uagb-icon-list-child{position:relative}.wp-block-uagb-icon-list-child>a{position:absolute;top:0;left:0;width:100%;height:100%}img.uagb-icon-list__source-image{max-width:unset}.wp-block-uagb-icon-list-child .uagb-icon-list__label{word-break:break-word}\n.wp-block-uagb-container.uagb-block-0051297a{box-shadow: 0px 0px   #00000070 ;padding-top: 144px;padding-bottom: 144px;padding-left: 40px;padding-right: 40px;margin-top:  !important;margin-bottom:  !important;row-gap: 20px;column-gap: 20px;overflow: visible;background-image: linear-gradient(to right, rgba(42,42,42,0.65), rgba(42,42,42,0.65)), url(https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAA39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba.png);;background-repeat: no-repeat;background-position: 50% 50%;background-size: cover;background-attachment: scroll;}.wp-block-uagb-container.uagb-block-0051297a.wp-block-uagb-container{color: inherit;border-color: #4B4F58;}.wp-block-uagb-container.uagb-is-root-container .uagb-block-0051297a{max-width: 100%;width: 100%;}.wp-block-uagb-container.uagb-block-0051297a .uagb-container__shape-top svg{width: calc( 100% + 1.3px );}.wp-block-uagb-container.uagb-block-0051297a .uagb-container__shape.uagb-container__shape-top .uagb-container__shape-fill{fill: rgba(51,51,51,1);}.wp-block-uagb-container.uagb-block-0051297a .uagb-container__shape-bottom svg{width: calc( 100% + 1.3px );}.wp-block-uagb-container.uagb-block-0051297a .uagb-container__shape.uagb-container__shape-bottom .uagb-container__shape-fill{fill: rgba(51,51,51,1);}.wp-block-uagb-container.uagb-block-0051297a .uagb-container__video-wrap{background-image: linear-gradient(to right, rgba(42,42,42,0.65), rgba(42,42,42,0.65)), url(https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAA39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba.png);;background-repeat: no-repeat;background-position: 50% 50%;background-size: cover;background-attachment: scroll;}.wp-block-uagb-container.uagb-block-0051297a .uagb-container__video-wrap video{opacity: 0.5;}.wp-block-uagb-container.uagb-is-root-container.alignfull.uagb-block-0051297a > .uagb-container-inner-blocks-wrap{--inner-content-custom-width: min( 100%, 781px);max-width: var(--inner-content-custom-width);width: 100%;flex-direction: column;align-items: center;justify-content: center;flex-wrap: nowrap;row-gap: 20px;column-gap: 20px;}.uagb-block-d494fa84.wp-block-uagb-advanced-heading .uagb-heading-text{color: var(--ast-global-color-5);margin-bottom: 20px;}.uagb-block-d494fa84.wp-block-uagb-advanced-heading {text-align: center;}.uagb-block-d494fa84.wp-block-uagb-advanced-heading .uagb-desc-text{color: var(--ast-global-color-4);margin-bottom: 15px;}.uagb-block-d494fa84.wp-block-uagb-advanced-heading .uagb-highlight{font-style: normal;background: #007cba;color: #fff;-webkit-text-fill-color: #fff;}.uagb-block-d494fa84.wp-block-uagb-advanced-heading .uagb-highlight::-moz-selection{color: #fff;background: #007cba;-webkit-text-fill-color: #fff;}.uagb-block-d494fa84.wp-block-uagb-advanced-heading .uagb-highlight::selection{color: #fff;background: #007cba;-webkit-text-fill-color: #fff;}.uagb-block-d494fa84.wp-block-uagb-advanced-heading .uagb-separator{border-top-style: solid;border-top-width: 2px;width: 12%;border-color: #0170b9;margin-bottom: 15px;}.uagb-block-770edb95.wp-block-uagb-advanced-heading .uagb-heading-text{margin-bottom: 15px;}.uagb-block-770edb95.wp-block-uagb-advanced-heading {text-align: center;padding-top: 60px;padding-right: 0px;padding-bottom: 0px;padding-left: 0px;}.uagb-block-770edb95.wp-block-uagb-advanced-heading a{color: var(--ast-global-color-8);}.uagb-block-770edb95.wp-block-uagb-advanced-heading a:hover{color: var(--ast-global-color-1);}.uagb-block-770edb95.wp-block-uagb-advanced-heading .uagb-desc-text{color: var(--ast-global-color-4);margin-bottom: 15px;}.uagb-block-770edb95.wp-block-uagb-advanced-heading .uagb-highlight{font-style: normal;background: #007cba;color: #fff;-webkit-text-fill-color: #fff;}.uagb-block-770edb95.wp-block-uagb-advanced-heading .uagb-highlight::-moz-selection{color: #fff;background: #007cba;-webkit-text-fill-color: #fff;}.uagb-block-770edb95.wp-block-uagb-advanced-heading .uagb-highlight::selection{color: #fff;background: #007cba;-webkit-text-fill-color: #fff;}.uagb-block-770edb95.wp-block-uagb-advanced-heading .uagb-separator{border-top-style: solid;border-top-width: 2px;width: 12%;border-color: #0170b9;margin-bottom: 15px;}.uagb-block-770edb95 .uagb-desc-text{text-transform: uppercase;font-size: 16px;letter-spacing: 2px;}.wp-block-uagb-icon-list.uagb-block-0cd91940 .uagb-icon-list__source-image{width: 40px;}.wp-block-uagb-icon-list.uagb-block-0cd91940 .wp-block-uagb-icon-list-child .uagb-icon-list__source-wrap svg{width: 40px;height: 40px;font-size: 40px;color: var(--ast-global-color-5);fill: var(--ast-global-color-5);}.wp-block-uagb-icon-list.uagb-block-0cd91940 .wp-block-uagb-icon-list-child .uagb-icon-list__source-wrap{padding: 0px;border-radius: 0px;border-width: 0px;align-self: center;}.wp-block-uagb-icon-list.uagb-block-0cd91940 .wp-block-uagb-icon-list-child .uagb-icon-list__label{font-size: 48px;text-decoration: !important;font-weight: 600;line-height: em;color: var(--ast-global-color-5);}.wp-block-uagb-icon-list.uagb-block-0cd91940 .uagb-icon-list__wrap{display: flex;flex-direction: column;justify-content: center;-webkit-box-pack: center;-ms-flex-pack: center;-webkit-box-align: center;-ms-flex-align: center;align-items: center;padding-top: 0px;padding-right: 0px;padding-bottom: 24px;padding-left: 0px;}.wp-block-uagb-icon-list.uagb-block-0cd91940 .uagb-icon-list__label{text-align: center;}.wp-block-uagb-icon-list.uagb-block-0cd91940 .wp-block-uagb-icon-list-child{text-align: center;}.wp-block-uagb-icon-list.uagb-block-0cd91940.wp-block-uagb-icon-list .wp-block-uagb-icon-list-child{margin-left: 0;margin-right: 0;margin-bottom: 10px;}.wp-block-uagb-icon-list.uagb-block-0cd91940 .uagb-icon-list__source-wrap{margin-right: 15px;}.uagb-block-f3f732d6.wp-block-uagb-icon-list-child .uagb-icon-list__source-wrap{background:  !important;border-color:  !important;}.uagb-block-f3f732d6.wp-block-uagb-icon-list-child:hover .uagb-icon-list__source-wrap{background:  !important;border-color:  !important;}.uagb-block-1cd8a3da.wp-block-uagb-icon-list-child .uagb-icon-list__source-wrap{background:  !important;border-color:  !important;}.uagb-block-1cd8a3da.wp-block-uagb-icon-list-child:hover .uagb-icon-list__source-wrap{background:  !important;border-color:  !important;}@media only screen and (max-width: 976px) {.wp-block-uagb-container.uagb-block-866b5b93{padding-top: 170px;padding-bottom: 160px;padding-left: 30px;padding-right: 30px;margin-top:  !important;margin-bottom:  !important;}.wp-block-uagb-container.uagb-is-root-container .uagb-block-866b5b93{width: 100%;}.wp-block-uagb-container.uagb-is-root-container.alignfull.uagb-block-866b5b93 > .uagb-container-inner-blocks-wrap{--inner-content-custom-width: min( 100%, 1024px);max-width: var(--inner-content-custom-width);width: 100%;}.uagb-block-6e93ca6f.wp-block-uagb-advanced-heading {padding-top: 0%;padding-right: 20%;padding-bottom: 0%;padding-left: 0%;}.wp-block-uagb-container.uagb-block-a94cdebe{padding-top: 80px;padding-bottom: 80px;padding-left: 30px;padding-right: 30px;margin-top:  !important;margin-bottom:  !important;background-color: var(--ast-global-color-5);;}.wp-block-uagb-container.uagb-is-root-container .uagb-block-a94cdebe{width: 100%;}.wp-block-uagb-container.uagb-is-root-container.alignfull.uagb-block-a94cdebe > .uagb-container-inner-blocks-wrap{--inner-content-custom-width: min( 100%, 1024px);max-width: var(--inner-content-custom-width);width: 100%;}.wp-block-uagb-container.uagb-block-f4b2f151{padding-top: 0px;padding-bottom: 0px;padding-left: 0px;padding-right: 0px;margin-top:  !important;margin-bottom:  !important;align-items: flex-end;justify-content: space-between;}.wp-block-uagb-container.uagb-is-root-container .uagb-block-f4b2f151{width: 100%;}.wp-block-uagb-container.uagb-is-root-container.alignfull.uagb-block-f4b2f151 > .uagb-container-inner-blocks-wrap{--inner-content-custom-width: min( 100%, 1024px);max-width: var(--inner-content-custom-width);width: 100%;align-items: flex-end;justify-content: space-between;}.wp-block-uagb-container.uagb-block-0051297a{padding-top: 80px;padding-bottom: 80px;padding-left: 40px;padding-right: 40px;margin-top:  !important;margin-bottom:  !important;}.wp-block-uagb-container.uagb-is-root-container .uagb-block-0051297a{width: 100%;}.wp-block-uagb-container.uagb-is-root-container.alignfull.uagb-block-0051297a > .uagb-container-inner-blocks-wrap{--inner-content-custom-width: min( 100%, 781px);max-width: var(--inner-content-custom-width);width: 100%;}.wp-block-uagb-icon-list.uagb-block-0cd91940 .uagb-icon-list__source-image{width: 32px;}.wp-block-uagb-icon-list.uagb-block-0cd91940 .wp-block-uagb-icon-list-child .uagb-icon-list__source-wrap svg{width: 32px;height: 32px;font-size: 32px;}.wp-block-uagb-icon-list.uagb-block-0cd91940 .wp-block-uagb-icon-list-child .uagb-icon-list__source-wrap {padding: 0px;border-width: 0px;align-self: center;}.wp-block-uagb-icon-list.uagb-block-0cd91940 .wp-block-uagb-icon-list-child .uagb-icon-list__label{font-size: 40px;}.wp-block-uagb-icon-list.uagb-block-0cd91940 .uagb-icon-list__wrap{display: flex;flex-direction: column;justify-content: center;-webkit-box-pack: center;-ms-flex-pack: center;-webkit-box-align: center;-ms-flex-align: center;align-items: center;}.wp-block-uagb-icon-list.uagb-block-0cd91940.wp-block-uagb-icon-list .wp-block-uagb-icon-list-child{margin-left: 0;margin-right: 0;margin-bottom: 10px;}}@media only screen and (max-width: 767px) {.wp-block-uagb-container.uagb-block-866b5b93{padding-top: 180px;padding-bottom: 80px;padding-left: 20px;padding-right: 20px;margin-top:  !important;margin-bottom:  !important;}.wp-block-uagb-container.uagb-is-root-container .uagb-block-866b5b93{max-width: 100%;width: 100%;}.wp-block-uagb-container.uagb-is-root-container.alignfull.uagb-block-866b5b93 > .uagb-container-inner-blocks-wrap{--inner-content-custom-width: min( 100%, 767px);max-width: var(--inner-content-custom-width);width: 100%;flex-wrap: wrap;}.uagb-block-6e93ca6f.wp-block-uagb-advanced-heading {padding-top: 0px;padding-right: 0px;padding-bottom: 0px;padding-left: 0px;}.uagb-block-6e93ca6f .uagb-desc-text{font-size: 15px;}.wp-block-uagb-container.uagb-block-a94cdebe{padding-top: 80px;padding-bottom: 80px;padding-left: 20px;padding-right: 20px;margin-top:  !important;margin-bottom:  !important;background-color: var(--ast-global-color-5);;}.wp-block-uagb-container.uagb-is-root-container .uagb-block-a94cdebe{max-width: 100%;width: 100%;}.wp-block-uagb-container.uagb-is-root-container.alignfull.uagb-block-a94cdebe > .uagb-container-inner-blocks-wrap{--inner-content-custom-width: min( 100%, 767px);max-width: var(--inner-content-custom-width);width: 100%;flex-wrap: wrap;}.wp-block-uagb-container.uagb-block-f4b2f151{padding-top: 0px;padding-bottom: 0px;padding-left: 0px;padding-right: 0px;margin-top:  !important;margin-bottom:  !important;row-gap: 20px;flex-wrap: wrap;}.wp-block-uagb-container.uagb-is-root-container .uagb-block-f4b2f151{max-width: 100%;width: 100%;}.wp-block-uagb-container.uagb-is-root-container.alignfull.uagb-block-f4b2f151 > .uagb-container-inner-blocks-wrap{--inner-content-custom-width: min( 100%, 767px);max-width: var(--inner-content-custom-width);width: 100%;flex-wrap: wrap;row-gap: 20px;}.wp-block-uagb-container.uagb-block-0051297a{padding-top: 64px;padding-bottom: 64px;padding-left: 24px;padding-right: 24px;margin-top:  !important;margin-bottom:  !important;}.wp-block-uagb-container.uagb-is-root-container .uagb-block-0051297a{max-width: 100%;width: 100%;}.wp-block-uagb-container.uagb-is-root-container.alignfull.uagb-block-0051297a > .uagb-container-inner-blocks-wrap{--inner-content-custom-width: min( 100%, 767px);max-width: var(--inner-content-custom-width);width: 100%;flex-wrap: wrap;}.uagb-block-770edb95.wp-block-uagb-advanced-heading {padding-top: 30px;padding-right: 0px;padding-bottom: 0px;padding-left: 0px;}.uagb-block-770edb95 .uagb-desc-text{font-size: 15px;}.wp-block-uagb-icon-list.uagb-block-0cd91940 .uagb-icon-list__source-image{width: 24px;}.wp-block-uagb-icon-list.uagb-block-0cd91940 .wp-block-uagb-icon-list-child .uagb-icon-list__source-wrap svg{width: 24px;height: 24px;font-size: 24px;}.wp-block-uagb-icon-list.uagb-block-0cd91940 .wp-block-uagb-icon-list-child .uagb-icon-list__source-wrap{padding: 0px;border-width: 0px;align-self: center;}.wp-block-uagb-icon-list.uagb-block-0cd91940 .wp-block-uagb-icon-list-child .uagb-icon-list__label{font-size: 28px;}.wp-block-uagb-icon-list.uagb-block-0cd91940 .uagb-icon-list__wrap{display: flex;flex-direction: column;justify-content: center;-webkit-box-pack: center;-ms-flex-pack: center;-webkit-box-align: center;-ms-flex-align: center;align-items: center;}.wp-block-uagb-icon-list.uagb-block-0cd91940.wp-block-uagb-icon-list .wp-block-uagb-icon-list-child{margin-left: 0;margin-right: 0;margin-bottom: 10px;}}.uag-blocks-common-selector{z-index:var(--z-index-desktop) !important}@media (max-width: 976px){.uag-blocks-common-selector{z-index:var(--z-index-tablet) !important}}@media (max-width: 767px){.uag-blocks-common-selector{z-index:var(--z-index-mobile) !important}}\n\";s:2:\"js\";s:0:\"\";s:18:\"current_block_list\";a:18:{i:0;s:14:\"uagb/container\";i:1;s:21:\"uagb/advanced-heading\";i:2;s:12:\"core/columns\";i:3;s:11:\"core/column\";i:4;s:12:\"core/heading\";i:5;s:14:\"core/paragraph\";i:6;s:9:\"core/list\";i:7;s:14:\"core/list-item\";i:9;s:10:\"core/image\";i:10;s:12:\"core/buttons\";i:11;s:11:\"core/button\";i:12;s:14:\"uagb/icon-list\";i:13;s:20:\"uagb/icon-list-child\";i:14;s:11:\"core/search\";i:15;s:10:\"core/group\";i:16;s:17:\"core/latest-posts\";i:17;s:20:\"core/latest-comments\";i:18;s:14:\"core/shortcode\";}s:8:\"uag_flag\";b:1;s:11:\"uag_version\";s:10:\"1671115151\";s:6:\"gfonts\";a:0:{}s:10:\"gfonts_url\";s:0:\"\";s:12:\"gfonts_files\";a:0:{}s:14:\"uag_faq_layout\";b:0;}'),
(1659,	763,	'_edit_last',	'2'),
(1666,	1296,	'_wp_trash_meta_status',	'publish'),
(1667,	1296,	'_wp_trash_meta_time',	'1671112563'),
(1668,	1298,	'_wp_trash_meta_status',	'publish'),
(1669,	1298,	'_wp_trash_meta_time',	'1671112604'),
(1673,	1301,	'_edit_lock',	'1671112755:2'),
(1676,	1301,	'_wp_trash_meta_status',	'publish'),
(1677,	1301,	'_wp_trash_meta_time',	'1671112757'),
(1680,	933,	'_uag_page_assets',	'a:9:{s:3:\"css\";s:13182:\".wp-block-uagb-container{display:flex;position:relative;box-sizing:border-box;z-index:2;transition-property:box-shadow;transition-duration:0.2s;transition-timing-function:ease}.wp-block-uagb-container.uagb-is-root-container{margin-left:auto;margin-right:auto}.wp-block-uagb-container.alignfull.uagb-is-root-container .uagb-container-inner-blocks-wrap{display:flex;position:relative;box-sizing:border-box;margin-left:auto !important;margin-right:auto !important;z-index:2}.wp-block-uagb-container>*:not(.uagb-container__shape){z-index:2}.wp-block-uagb-container .uagb-container__video-wrap{height:100%;width:100%;top:0;left:0;position:absolute;overflow:hidden;z-index:0;-webkit-transition:opacity 1s;-o-transition:opacity 1s;transition:opacity 1s}.wp-block-uagb-container .uagb-container__video-wrap video{max-width:100%;width:100%;height:100%;margin:0;line-height:1;border:none;display:inline-block;vertical-align:baseline;-o-object-fit:cover;object-fit:cover;background-size:cover}body .wp-block-uagb-container>.uagb-container-inner-blocks-wrap>*:not(.wp-block-uagb-container):not(.wp-block-uagb-column):not(.wp-block-uagb-container):not(.wp-block-uagb-section):not(.uagb-container__shape):not(.uagb-container__video-wrap):not(.wp-block-spectra-pro-register),body .wp-block-uagb-container>.uagb-container-inner-blocks-wrap,body .wp-block-uagb-container>*:not(.wp-block-uagb-container):not(.wp-block-uagb-column):not(.wp-block-uagb-container):not(.wp-block-uagb-section):not(.uagb-container__shape):not(.uagb-container__video-wrap):not(.wp-block-uagb-image):not(.wp-block-spectra-pro-register){min-width:unset !important;width:100%}.ast-plain-container .editor-styles-wrapper .block-editor-block-list__layout.is-root-container .uagb-is-root-container.wp-block-uagb-container.alignwide{margin-left:auto;margin-right:auto}.uagb-container__shape{overflow:hidden;position:absolute;left:0;width:100%;line-height:0;direction:ltr;z-index:1}.uagb-container__shape-top{top:-3px}.uagb-container__shape-bottom{bottom:-3px}.uagb-container__shape.uagb-container__invert.uagb-container__shape-bottom,.uagb-container__shape.uagb-container__invert.uagb-container__shape-top{-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.uagb-container__shape.uagb-container__shape-flip svg{transform:translateX(-50%) rotateY(180deg)}.uagb-container__shape svg{display:block;width:-webkit-calc(100% + 1.3px);width:calc(100% + 1.3px);position:relative;left:50%;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%)}.uagb-container__shape .uagb-container__shape-fill{-webkit-transform-origin:center;-ms-transform-origin:center;transform-origin:center;-webkit-transform:rotateY(0deg);transform:rotateY(0deg)}.uagb-container__shape.uagb-container__shape-above-content{z-index:9;pointer-events:none}\n.wp-block-uagb-faq{width:100%}.wp-block-uagb-faq.uagb-faq-layout-accordion .uagb-faq-child__outer-wrap .uagb-faq-questions-button{cursor:pointer}.wp-block-uagb-faq .uagb-faq-content{margin-bottom:0}.uagb-faq-layout-grid.uagb-faq-equal-height.uagb-faq__wrap .uagb-faq-child__outer-wrap,.uagb-faq-layout-grid.uagb-faq-equal-height.uagb-faq__wrap .uagb-faq-item{height:100%}body[class*=\"astra\"] .uagb-faq-questions{line-height:normal}.uagb-faq-item{overflow:hidden}\n.wp-block-uagb-faq-child .uagb-faq-questions-button{display:flex;align-items:center}.wp-block-uagb-faq-child .uagb-faq-questions-button .uagb-faq-icon-wrap{display:flex;align-items:center}.wp-block-uagb-faq-child .uagb-faq-questions-button .uagb-question{width:100%;margin-top:0;margin-bottom:0}.wp-block-uagb-faq-child .uagb-icon svg,.wp-block-uagb-faq-child .uagb-icon-active svg{width:15px;height:15px;font-size:15px}.wp-block-uagb-faq-child.uagb-faq-child__outer-wrap.uagb-faq-item .uagb-icon-active,.wp-block-uagb-faq-child.uagb-faq-child__outer-wrap.uagb-faq-item.uagb-faq-item-active .uagb-icon,.wp-block-uagb-faq-child.uagb-faq-child__outer-wrap .uagb-faq-item .uagb-icon-active,.wp-block-uagb-faq-child.uagb-faq-child__outer-wrap .uagb-faq-item.uagb-faq-item-active .uagb-icon{display:none;width:0;padding:0;height:0;margin:0}.wp-block-uagb-faq-child.uagb-faq-child__outer-wrap.uagb-faq-item .uagb-icon,.wp-block-uagb-faq-child.uagb-faq-child__outer-wrap.uagb-faq-item.uagb-faq-item-active .uagb-icon-active,.wp-block-uagb-faq-child.uagb-faq-child__outer-wrap .uagb-faq-item .uagb-icon,.wp-block-uagb-faq-child.uagb-faq-child__outer-wrap .uagb-faq-item.uagb-faq-item-active .uagb-icon-active{display:flex;width:auto;height:auto}.uagb-faq-layout-grid .uagb-faq-child__outer-wrap.uagb-faq-item .uagb-icon,.uagb-faq-layout-grid .uagb-faq-child__outer-wrap.uagb-faq-item.uagb-faq-item-active .uagb-icon-active,.uagb-faq-layout-grid .uagb-faq-child__outer-wrap .uagb-faq-item .uagb-icon,.uagb-faq-layout-grid .uagb-faq-child__outer-wrap .uagb-faq-item.uagb-faq-item-active .uagb-icon-active{display:none}.uagb-faq-layout-grid .uagb-faq-child__outer-wrap.uagb-faq-item span.uagb-icon-active.uagb-faq-icon-wrap,.uagb-faq-layout-grid .uagb-faq-child__outer-wrap.uagb-faq-item.uagb-faq-item-active .uagb-icon-active,.uagb-faq-layout-grid .uagb-faq-child__outer-wrap .uagb-faq-item span.uagb-icon-active.uagb-faq-icon-wrap,.uagb-faq-layout-grid .uagb-faq-child__outer-wrap .uagb-faq-item.uagb-faq-item-active .uagb-icon-active{display:none}\n.wp-block-uagb-container.uagb-block-b3a01548{box-shadow: 0px 0px   #00000070 ;padding-top: 0px;padding-bottom: 0px;padding-left: 0px;padding-right: 0px;margin-top:  !important;margin-bottom:  !important;row-gap: 20px;column-gap: 20px;overflow: visible;}.wp-block-uagb-container.uagb-block-b3a01548.wp-block-uagb-container{color: inherit;border-color: #4B4F58;}.wp-block-uagb-container.uagb-is-root-container .uagb-block-b3a01548{max-width: 100%;width: 100%;}.wp-block-uagb-container.uagb-block-b3a01548 .uagb-container__shape-top svg{width: calc( 100% + 1.3px );}.wp-block-uagb-container.uagb-block-b3a01548 .uagb-container__shape.uagb-container__shape-top .uagb-container__shape-fill{fill: rgba(51,51,51,1);}.wp-block-uagb-container.uagb-block-b3a01548 .uagb-container__shape-bottom svg{width: calc( 100% + 1.3px );}.wp-block-uagb-container.uagb-block-b3a01548 .uagb-container__shape.uagb-container__shape-bottom .uagb-container__shape-fill{fill: rgba(51,51,51,1);}.wp-block-uagb-container.uagb-block-b3a01548 .uagb-container__video-wrap video{opacity: 1;}.wp-block-uagb-container.uagb-is-root-container.alignfull.uagb-block-b3a01548 > .uagb-container-inner-blocks-wrap{--inner-content-custom-width: min( 100%, 1200px);max-width: var(--inner-content-custom-width);width: 100%;flex-direction: column;align-items: center;justify-content: center;flex-wrap: nowrap;row-gap: 20px;column-gap: 20px;}.uagb-block-4a573467 .uagb-icon svg{width: 12px;height: 12px;font-size: 12px;}.uagb-block-4a573467 .uagb-icon-active svg{width: 12px;height: 12px;font-size: 12px;}.uagb-block-4a573467 .uagb-faq-child__outer-wrap{margin-bottom: 10px;}.uagb-block-4a573467 .uagb-faq-item{background-color: transparent;border-top-width: 1px;border-left-width: 1px;border-right-width: 1px;border-bottom-width: 1px;border-top-left-radius: 2px;border-top-right-radius: 2px;border-bottom-left-radius: 2px;border-bottom-right-radius: 2px;border-color: #D2D2D2;border-style: solid;}.uagb-block-4a573467 .uagb-faq-questions-button{padding-top: 15px;padding-bottom: 15px;padding-right: 15px;padding-left: 15px;}.uagb-block-4a573467 .uagb-faq-content{padding-top: 0px;padding-bottom: 15px;padding-right: 15px;padding-left: 15px;}.uagb-block-4a573467 .uagb-faq-content span{margin-top: 0px;margin-bottom: 15px;margin-right: 15px;margin-left: 15px;}.uagb-block-4a573467.uagb-faq-icon-row .uagb-faq-item .uagb-faq-icon-wrap{margin-right: 10px;}.uagb-block-4a573467.uagb-faq-icon-row-reverse .uagb-faq-item .uagb-faq-icon-wrap{margin-left: 10px;}.uagb-block-4a573467 .uagb-faq-item .uagb-faq-questions-button.uagb-faq-questions{flex-direction: row-reverse;}.uagb-block-4a573467 .wp-block-uagb-faq-child.uagb-faq-child__outer-wrap .uagb-faq-content {display: none;}.uagb-block-85cf5c76 .uagb-icon svg{width: 12px;height: 12px;font-size: 12px;}.uagb-block-85cf5c76 .uagb-icon-active svg{width: 12px;height: 12px;font-size: 12px;}.uagb-block-85cf5c76 .uagb-faq-child__outer-wrap{margin-bottom: 10px;}.uagb-block-85cf5c76 .uagb-faq-item{background-color: #F5F5F5;border-top-left-radius: 2px;border-top-right-radius: 2px;border-bottom-left-radius: 2px;border-bottom-right-radius: 2px;border-color: #D2D2D2;border-style: none;}.uagb-block-85cf5c76 .uagb-faq-questions-button{padding-top: 15px;padding-bottom: 15px;padding-right: 15px;padding-left: 15px;}.uagb-block-85cf5c76 .uagb-faq-content{padding-top: 0px;padding-bottom: 15px;padding-right: 15px;padding-left: 15px;}.uagb-block-85cf5c76 .uagb-faq-content span{margin-top: 0px;margin-bottom: 15px;margin-right: 15px;margin-left: 15px;}.uagb-block-85cf5c76.uagb-faq-icon-row .uagb-faq-item .uagb-faq-icon-wrap{margin-right: 10px;}.uagb-block-85cf5c76.uagb-faq-icon-row-reverse .uagb-faq-item .uagb-faq-icon-wrap{margin-left: 10px;}.uagb-block-85cf5c76 .uagb-faq-item .uagb-faq-questions-button.uagb-faq-questions{flex-direction: row-reverse;}.uagb-block-85cf5c76 .wp-block-uagb-faq-child.uagb-faq-child__outer-wrap .uagb-faq-content {display: none;}@media only screen and (max-width: 976px) {.wp-block-uagb-container.uagb-block-b3a01548{padding-top: 0px;padding-bottom: 0px;padding-left: 0px;padding-right: 0px;margin-top:  !important;margin-bottom:  !important;}.wp-block-uagb-container.uagb-is-root-container .uagb-block-b3a01548{width: 100%;}.wp-block-uagb-container.uagb-is-root-container.alignfull.uagb-block-b3a01548 > .uagb-container-inner-blocks-wrap{--inner-content-custom-width: min( 100%, 1024px);max-width: var(--inner-content-custom-width);width: 100%;}.uagb-block-4a573467.uagb-faq-icon-row .uagb-faq-item .uagb-faq-icon-wrap{margin-right: 10px;}.uagb-block-4a573467.uagb-faq-icon-row-reverse .uagb-faq-item .uagb-faq-icon-wrap{margin-left: 10px;}.uagb-block-4a573467 .uagb-faq-questions-button{padding-top: 10px;padding-bottom: 10px;padding-right: 10px;padding-left: 10px;}.uagb-block-4a573467 .uagb-faq-content{padding-top: 10px;padding-bottom: 10px;padding-right: 10px;padding-left: 10px;}.uagb-block-4a573467 .uagb-faq-content span{margin-top: 10px;margin-bottom: 10px;margin-right: 10px;margin-left: 10px;}.uagb-block-4a573467 .uagb-faq-item{border-style: solid;border-color: #D2D2D2;}.uagb-block-85cf5c76.uagb-faq-icon-row .uagb-faq-item .uagb-faq-icon-wrap{margin-right: 10px;}.uagb-block-85cf5c76.uagb-faq-icon-row-reverse .uagb-faq-item .uagb-faq-icon-wrap{margin-left: 10px;}.uagb-block-85cf5c76 .uagb-faq-questions-button{padding-top: 10px;padding-bottom: 10px;padding-right: 10px;padding-left: 10px;}.uagb-block-85cf5c76 .uagb-faq-content{padding-top: 10px;padding-bottom: 10px;padding-right: 10px;padding-left: 10px;}.uagb-block-85cf5c76 .uagb-faq-content span{margin-top: 10px;margin-bottom: 10px;margin-right: 10px;margin-left: 10px;}.uagb-block-85cf5c76 .uagb-faq-item{border-style: none;border-color: #D2D2D2;}}@media only screen and (max-width: 767px) {.wp-block-uagb-container.uagb-block-b3a01548{padding-top: 0px;padding-bottom: 0px;padding-left: 0px;padding-right: 0px;margin-top:  !important;margin-bottom:  !important;}.wp-block-uagb-container.uagb-is-root-container .uagb-block-b3a01548{max-width: 100%;width: 100%;}.wp-block-uagb-container.uagb-is-root-container.alignfull.uagb-block-b3a01548 > .uagb-container-inner-blocks-wrap{--inner-content-custom-width: min( 100%, 767px);max-width: var(--inner-content-custom-width);width: 100%;flex-wrap: wrap;}.uagb-block-4a573467.uagb-faq-icon-row .uagb-faq-item .uagb-faq-icon-wrap{margin-right: 10px;}.uagb-block-4a573467 .uagb-faq-item{border-style: solid;border-color: #D2D2D2;}.uagb-block-4a573467.uagb-faq-icon-row-reverse .uagb-faq-item .uagb-faq-icon-wrap{margin-left: 10px;}.uagb-block-4a573467 .uagb-faq-questions-button{padding-top: 10px;padding-bottom: 10px;padding-right: 10px;padding-left: 10px;}.uagb-block-4a573467 .uagb-faq-content{padding-top: 10px;padding-bottom: 10px;padding-right: 10px;padding-left: 10px;}.uagb-block-4a573467 .uagb-faq-content span{margin-top: 10px;margin-bottom: 10px;margin-right: 10px;margin-left: 10px;}.uagb-block-85cf5c76.uagb-faq-icon-row .uagb-faq-item .uagb-faq-icon-wrap{margin-right: 10px;}.uagb-block-85cf5c76 .uagb-faq-item{border-style: none;border-color: #D2D2D2;}.uagb-block-85cf5c76.uagb-faq-icon-row-reverse .uagb-faq-item .uagb-faq-icon-wrap{margin-left: 10px;}.uagb-block-85cf5c76 .uagb-faq-questions-button{padding-top: 10px;padding-bottom: 10px;padding-right: 10px;padding-left: 10px;}.uagb-block-85cf5c76 .uagb-faq-content{padding-top: 10px;padding-bottom: 10px;padding-right: 10px;padding-left: 10px;}.uagb-block-85cf5c76 .uagb-faq-content span{margin-top: 10px;margin-bottom: 10px;margin-right: 10px;margin-left: 10px;}}.uag-blocks-common-selector{z-index:var(--z-index-desktop) !important}@media (max-width: 976px){.uag-blocks-common-selector{z-index:var(--z-index-tablet) !important}}@media (max-width: 767px){.uag-blocks-common-selector{z-index:var(--z-index-mobile) !important}}\n\";s:2:\"js\";s:0:\"\";s:18:\"current_block_list\";a:15:{i:0;s:10:\"core/cover\";i:1;s:11:\"core/spacer\";i:2;s:12:\"core/columns\";i:3;s:11:\"core/column\";i:4;s:12:\"core/heading\";i:5;s:14:\"uagb/container\";i:6;s:8:\"uagb/faq\";i:7;s:14:\"uagb/faq-child\";i:8;s:12:\"core/buttons\";i:9;s:11:\"core/button\";i:10;s:11:\"core/search\";i:11;s:10:\"core/group\";i:12;s:17:\"core/latest-posts\";i:13;s:20:\"core/latest-comments\";i:14;s:14:\"core/shortcode\";}s:8:\"uag_flag\";b:1;s:11:\"uag_version\";s:10:\"1671115151\";s:6:\"gfonts\";a:0:{}s:10:\"gfonts_url\";s:0:\"\";s:12:\"gfonts_files\";a:0:{}s:14:\"uag_faq_layout\";b:1;}'),
(1683,	763,	'_uag_page_assets',	'a:9:{s:3:\"css\";s:22410:\".wp-block-uagb-container{display:flex;position:relative;box-sizing:border-box;z-index:2;transition-property:box-shadow;transition-duration:0.2s;transition-timing-function:ease}.wp-block-uagb-container.uagb-is-root-container{margin-left:auto;margin-right:auto}.wp-block-uagb-container.alignfull.uagb-is-root-container .uagb-container-inner-blocks-wrap{display:flex;position:relative;box-sizing:border-box;margin-left:auto !important;margin-right:auto !important;z-index:2}.wp-block-uagb-container>*:not(.uagb-container__shape){z-index:2}.wp-block-uagb-container .uagb-container__video-wrap{height:100%;width:100%;top:0;left:0;position:absolute;overflow:hidden;z-index:0;-webkit-transition:opacity 1s;-o-transition:opacity 1s;transition:opacity 1s}.wp-block-uagb-container .uagb-container__video-wrap video{max-width:100%;width:100%;height:100%;margin:0;line-height:1;border:none;display:inline-block;vertical-align:baseline;-o-object-fit:cover;object-fit:cover;background-size:cover}body .wp-block-uagb-container>.uagb-container-inner-blocks-wrap>*:not(.wp-block-uagb-container):not(.wp-block-uagb-column):not(.wp-block-uagb-container):not(.wp-block-uagb-section):not(.uagb-container__shape):not(.uagb-container__video-wrap):not(.wp-block-spectra-pro-register),body .wp-block-uagb-container>.uagb-container-inner-blocks-wrap,body .wp-block-uagb-container>*:not(.wp-block-uagb-container):not(.wp-block-uagb-column):not(.wp-block-uagb-container):not(.wp-block-uagb-section):not(.uagb-container__shape):not(.uagb-container__video-wrap):not(.wp-block-uagb-image):not(.wp-block-spectra-pro-register){min-width:unset !important;width:100%}.ast-plain-container .editor-styles-wrapper .block-editor-block-list__layout.is-root-container .uagb-is-root-container.wp-block-uagb-container.alignwide{margin-left:auto;margin-right:auto}.uagb-container__shape{overflow:hidden;position:absolute;left:0;width:100%;line-height:0;direction:ltr;z-index:1}.uagb-container__shape-top{top:-3px}.uagb-container__shape-bottom{bottom:-3px}.uagb-container__shape.uagb-container__invert.uagb-container__shape-bottom,.uagb-container__shape.uagb-container__invert.uagb-container__shape-top{-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.uagb-container__shape.uagb-container__shape-flip svg{transform:translateX(-50%) rotateY(180deg)}.uagb-container__shape svg{display:block;width:-webkit-calc(100% + 1.3px);width:calc(100% + 1.3px);position:relative;left:50%;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%)}.uagb-container__shape .uagb-container__shape-fill{-webkit-transform-origin:center;-ms-transform-origin:center;transform-origin:center;-webkit-transform:rotateY(0deg);transform:rotateY(0deg)}.uagb-container__shape.uagb-container__shape-above-content{z-index:9;pointer-events:none}\n.wp-block-uagb-advanced-heading .uagb-heading-text{margin:0}.wp-block-uagb-advanced-heading .uagb-desc-text{margin:0}.wp-block-uagb-advanced-heading .uagb-separator{font-size:0;border-top-style:solid;display:inline-block;margin:0 0 10px 0}.wp-block-uagb-advanced-heading .uagb-highlight{color:#f78a0c;border:0;transition:all 0.3s ease}.uag-highlight-toolbar{border-left:0;border-top:0;border-bottom:0;border-radius:0;border-right-color:#1e1e1e}.uag-highlight-toolbar .components-button{border-radius:0;outline:none}.uag-highlight-toolbar .components-button.is-primary{color:#fff}\n.wp-block-uagb-container.uagb-block-d552f7f8{box-shadow: 0px 0px   #00000070 ;padding-top: 220px;padding-bottom: 150px;padding-left: 0px;padding-right: 0px;margin-top:  !important;margin-bottom:  !important;row-gap: 20px;column-gap: 20px;overflow: visible;background-image: linear-gradient(to right, rgba(42,42,42,0.5), rgba(42,42,42,0.5)), url(https://blueroan.netgen.cloud/wp-content/uploads/2022/12/sun-coming-up.jpg);;background-repeat: no-repeat;background-position: 60% 78%;background-size: cover;background-attachment: scroll;}.wp-block-uagb-container.uagb-block-d552f7f8.wp-block-uagb-container{color: inherit;border-color: #4B4F58;}.wp-block-uagb-container.uagb-is-root-container .uagb-block-d552f7f8{max-width: 100%;width: 100%;}.wp-block-uagb-container.uagb-block-d552f7f8 .uagb-container__shape-top svg{width: calc( 100% + 1.3px );}.wp-block-uagb-container.uagb-block-d552f7f8 .uagb-container__shape.uagb-container__shape-top .uagb-container__shape-fill{fill: rgba(51,51,51,1);}.wp-block-uagb-container.uagb-block-d552f7f8 .uagb-container__shape-bottom svg{width: calc( 100% + 1.3px );}.wp-block-uagb-container.uagb-block-d552f7f8 .uagb-container__shape.uagb-container__shape-bottom .uagb-container__shape-fill{fill: rgba(51,51,51,1);}.wp-block-uagb-container.uagb-block-d552f7f8 .uagb-container__video-wrap{background-image: linear-gradient(to right, rgba(42,42,42,0.5), rgba(42,42,42,0.5)), url(https://blueroan.netgen.cloud/wp-content/uploads/2022/12/sun-coming-up.jpg);;background-repeat: no-repeat;background-position: 60% 78%;background-size: cover;background-attachment: scroll;}.wp-block-uagb-container.uagb-block-d552f7f8 .uagb-container__video-wrap video{opacity: 0.5;}.wp-block-uagb-container.uagb-is-root-container.alignfull.uagb-block-d552f7f8 > .uagb-container-inner-blocks-wrap{--inner-content-custom-width: min( 100%, 1200px);max-width: var(--inner-content-custom-width);width: 100%;flex-direction: column;align-items: center;justify-content: center;flex-wrap: nowrap;row-gap: 20px;column-gap: 20px;}.uagb-block-565c7c3f.wp-block-uagb-advanced-heading .uagb-heading-text{color: var(--ast-global-color-5);margin-bottom: 20px;}.uagb-block-565c7c3f.wp-block-uagb-advanced-heading {padding-top: 0%;padding-right: 50%;padding-bottom: 0%;padding-left: 0%;}.uagb-block-565c7c3f.wp-block-uagb-advanced-heading .uagb-desc-text{color: var(--ast-global-color-4);margin-bottom: 15px;}.uagb-block-565c7c3f.wp-block-uagb-advanced-heading .uagb-highlight{font-style: normal;background: #007cba;color: #fff;-webkit-text-fill-color: #fff;}.uagb-block-565c7c3f.wp-block-uagb-advanced-heading .uagb-highlight::-moz-selection{color: #fff;background: #007cba;-webkit-text-fill-color: #fff;}.uagb-block-565c7c3f.wp-block-uagb-advanced-heading .uagb-highlight::selection{color: #fff;background: #007cba;-webkit-text-fill-color: #fff;}.uagb-block-565c7c3f.wp-block-uagb-advanced-heading .uagb-separator{border-top-style: solid;border-top-width: 2px;width: 12%;border-color: #0170b9;margin-bottom: 15px;}.uagb-block-565c7c3f .uagb-desc-text{font-size: 16px;}.wp-block-uagb-container.uagb-block-d8db17d8{box-shadow: 0px 0px   #00000070 ;padding-top: 100px;padding-bottom: 100px;padding-left: 0px;padding-right: 0px;margin-top:  !important;margin-bottom:  !important;row-gap: 20px;column-gap: 0px;overflow: visible;background-color: var(--ast-global-color-5);;}.wp-block-uagb-container.uagb-block-d8db17d8.wp-block-uagb-container{color: inherit;border-color: #4B4F58;}.wp-block-uagb-container.uagb-is-root-container .uagb-block-d8db17d8{max-width: 100%;width: 100%;}.wp-block-uagb-container.uagb-block-d8db17d8 .uagb-container__shape-top svg{width: calc( 100% + 1.3px );}.wp-block-uagb-container.uagb-block-d8db17d8 .uagb-container__shape.uagb-container__shape-top .uagb-container__shape-fill{fill: rgba(51,51,51,1);}.wp-block-uagb-container.uagb-block-d8db17d8 .uagb-container__shape-bottom svg{width: calc( 100% + 1.3px );}.wp-block-uagb-container.uagb-block-d8db17d8 .uagb-container__shape.uagb-container__shape-bottom .uagb-container__shape-fill{fill: rgba(51,51,51,1);}.wp-block-uagb-container.uagb-block-d8db17d8 .uagb-container__video-wrap{background-color: var(--ast-global-color-5);;}.wp-block-uagb-container.uagb-block-d8db17d8 .uagb-container__video-wrap video{opacity: 1;}.wp-block-uagb-container.uagb-is-root-container.alignfull.uagb-block-d8db17d8 > .uagb-container-inner-blocks-wrap{--inner-content-custom-width: min( 100%, 1200px);max-width: var(--inner-content-custom-width);width: 100%;flex-direction: row;align-items: flex-start;justify-content: center;flex-wrap: nowrap;row-gap: 20px;column-gap: 0px;}.wp-block-uagb-container.uagb-block-e17ce2a5{box-shadow: 0px 0px   #00000070 ;padding-top: 30px;padding-bottom: 0px;padding-left: 0px;padding-right: 100px;margin-top:  !important;margin-bottom:  !important;row-gap: 0px;column-gap: 20px;overflow: visible;flex-direction: column;align-items: center;justify-content: center;flex-wrap: nowrap;}.wp-block-uagb-container.uagb-block-e17ce2a5.wp-block-uagb-container{color: inherit;border-color: #4B4F58;}.wp-block-uagb-container.uagb-is-root-container .uagb-block-e17ce2a5{max-width: 100%;width: 100%;}.wp-block-uagb-container.uagb-block-e17ce2a5 .uagb-container__shape-top svg{width: calc( 100% + 1.3px );}.wp-block-uagb-container.uagb-block-e17ce2a5 .uagb-container__shape.uagb-container__shape-top .uagb-container__shape-fill{fill: rgba(51,51,51,1);}.wp-block-uagb-container.uagb-block-e17ce2a5 .uagb-container__shape-bottom svg{width: calc( 100% + 1.3px );}.wp-block-uagb-container.uagb-block-e17ce2a5 .uagb-container__shape.uagb-container__shape-bottom .uagb-container__shape-fill{fill: rgba(51,51,51,1);}.wp-block-uagb-container.uagb-block-e17ce2a5 .uagb-container__video-wrap video{opacity: 1;}.wp-block-uagb-container.uagb-is-root-container.alignfull.uagb-block-e17ce2a5 > .uagb-container-inner-blocks-wrap{--inner-content-custom-width: min( 100%, 1200px);max-width: var(--inner-content-custom-width);width: 100%;flex-direction: column;align-items: center;justify-content: center;flex-wrap: nowrap;row-gap: 0px;column-gap: 20px;}.uagb-block-521c98ed.wp-block-uagb-advanced-heading .uagb-heading-text{margin-bottom: 10px;}.uagb-block-521c98ed.wp-block-uagb-advanced-heading .uagb-desc-text{margin-bottom: 15px;}.uagb-block-521c98ed.wp-block-uagb-advanced-heading .uagb-highlight{font-style: normal;background: #007cba;color: #fff;-webkit-text-fill-color: #fff;}.uagb-block-521c98ed.wp-block-uagb-advanced-heading .uagb-highlight::-moz-selection{color: #fff;background: #007cba;-webkit-text-fill-color: #fff;}.uagb-block-521c98ed.wp-block-uagb-advanced-heading .uagb-highlight::selection{color: #fff;background: #007cba;-webkit-text-fill-color: #fff;}.uagb-block-521c98ed.wp-block-uagb-advanced-heading .uagb-separator{border-top-style: solid;border-top-width: 2px;width: 12%;border-color: #0170b9;margin-bottom: 15px;}.uagb-block-27c92f21.wp-block-uagb-advanced-heading .uagb-heading-text{margin-bottom: 0px;}.uagb-block-27c92f21.wp-block-uagb-advanced-heading .uagb-desc-text{margin-bottom: 15px;}.uagb-block-27c92f21.wp-block-uagb-advanced-heading .uagb-highlight{font-style: normal;background: #007cba;color: #fff;-webkit-text-fill-color: #fff;}.uagb-block-27c92f21.wp-block-uagb-advanced-heading .uagb-highlight::-moz-selection{color: #fff;background: #007cba;-webkit-text-fill-color: #fff;}.uagb-block-27c92f21.wp-block-uagb-advanced-heading .uagb-highlight::selection{color: #fff;background: #007cba;-webkit-text-fill-color: #fff;}.uagb-block-27c92f21.wp-block-uagb-advanced-heading .uagb-separator{border-top-style: solid;border-top-width: 2px;width: 12%;border-color: #0170b9;margin-bottom: 15px;}.uagb-block-a2c566e6.wp-block-uagb-advanced-heading .uagb-heading-text{margin-bottom: 10px;}.uagb-block-a2c566e6.wp-block-uagb-advanced-heading {padding-top: 35px;padding-right: 0px;padding-bottom: 0px;padding-left: 0px;}.uagb-block-a2c566e6.wp-block-uagb-advanced-heading .uagb-desc-text{margin-bottom: 15px;}.uagb-block-a2c566e6.wp-block-uagb-advanced-heading .uagb-highlight{font-style: normal;background: #007cba;color: #fff;-webkit-text-fill-color: #fff;}.uagb-block-a2c566e6.wp-block-uagb-advanced-heading .uagb-highlight::-moz-selection{color: #fff;background: #007cba;-webkit-text-fill-color: #fff;}.uagb-block-a2c566e6.wp-block-uagb-advanced-heading .uagb-highlight::selection{color: #fff;background: #007cba;-webkit-text-fill-color: #fff;}.uagb-block-a2c566e6.wp-block-uagb-advanced-heading .uagb-separator{border-top-style: solid;border-top-width: 2px;width: 12%;border-color: #0170b9;margin-bottom: 15px;}.uagb-block-08dc66dc.wp-block-uagb-advanced-heading .uagb-heading-text{margin-bottom: 0px;}.uagb-block-08dc66dc.wp-block-uagb-advanced-heading .uagb-desc-text{margin-bottom: 15px;}.uagb-block-08dc66dc.wp-block-uagb-advanced-heading .uagb-highlight{font-style: normal;background: #007cba;color: #fff;-webkit-text-fill-color: #fff;}.uagb-block-08dc66dc.wp-block-uagb-advanced-heading .uagb-highlight::-moz-selection{color: #fff;background: #007cba;-webkit-text-fill-color: #fff;}.uagb-block-08dc66dc.wp-block-uagb-advanced-heading .uagb-highlight::selection{color: #fff;background: #007cba;-webkit-text-fill-color: #fff;}.uagb-block-08dc66dc.wp-block-uagb-advanced-heading .uagb-separator{border-top-style: solid;border-top-width: 2px;width: 12%;border-color: #0170b9;margin-bottom: 15px;}.uagb-block-724996fd.wp-block-uagb-advanced-heading .uagb-heading-text{margin-bottom: 10px;}.uagb-block-724996fd.wp-block-uagb-advanced-heading {padding-top: 35px;padding-right: 0px;padding-bottom: 0px;padding-left: 0px;}.uagb-block-724996fd.wp-block-uagb-advanced-heading .uagb-desc-text{margin-bottom: 15px;}.uagb-block-724996fd.wp-block-uagb-advanced-heading .uagb-highlight{font-style: normal;background: #007cba;color: #fff;-webkit-text-fill-color: #fff;}.uagb-block-724996fd.wp-block-uagb-advanced-heading .uagb-highlight::-moz-selection{color: #fff;background: #007cba;-webkit-text-fill-color: #fff;}.uagb-block-724996fd.wp-block-uagb-advanced-heading .uagb-highlight::selection{color: #fff;background: #007cba;-webkit-text-fill-color: #fff;}.uagb-block-724996fd.wp-block-uagb-advanced-heading .uagb-separator{border-top-style: solid;border-top-width: 2px;width: 12%;border-color: #0170b9;margin-bottom: 15px;}.uagb-block-99fce543.wp-block-uagb-advanced-heading .uagb-heading-text{margin-bottom: 0px;}.uagb-block-99fce543.wp-block-uagb-advanced-heading .uagb-desc-text{margin-bottom: 15px;}.uagb-block-99fce543.wp-block-uagb-advanced-heading .uagb-highlight{font-style: normal;background: #007cba;color: #fff;-webkit-text-fill-color: #fff;}.uagb-block-99fce543.wp-block-uagb-advanced-heading .uagb-highlight::-moz-selection{color: #fff;background: #007cba;-webkit-text-fill-color: #fff;}.uagb-block-99fce543.wp-block-uagb-advanced-heading .uagb-highlight::selection{color: #fff;background: #007cba;-webkit-text-fill-color: #fff;}.uagb-block-99fce543.wp-block-uagb-advanced-heading .uagb-separator{border-top-style: solid;border-top-width: 2px;width: 12%;border-color: #0170b9;margin-bottom: 15px;}.wp-block-uagb-container.uagb-block-45ef62e1{box-shadow: 0px 0px   #00000070 ;padding-top: 0px;padding-bottom: 0px;padding-left: 0px;padding-right: 0px;margin-top:  !important;margin-bottom:  !important;row-gap: 20px;column-gap: 20px;overflow: visible;flex-direction: column;align-items: center;justify-content: center;flex-wrap: nowrap;}.wp-block-uagb-container.uagb-block-45ef62e1.wp-block-uagb-container{color: inherit;border-color: #4B4F58;}.wp-block-uagb-container.uagb-is-root-container .uagb-block-45ef62e1{max-width: 100%;width: 100%;}.wp-block-uagb-container.uagb-block-45ef62e1 .uagb-container__shape-top svg{width: calc( 100% + 1.3px );}.wp-block-uagb-container.uagb-block-45ef62e1 .uagb-container__shape.uagb-container__shape-top .uagb-container__shape-fill{fill: rgba(51,51,51,1);}.wp-block-uagb-container.uagb-block-45ef62e1 .uagb-container__shape-bottom svg{width: calc( 100% + 1.3px );}.wp-block-uagb-container.uagb-block-45ef62e1 .uagb-container__shape.uagb-container__shape-bottom .uagb-container__shape-fill{fill: rgba(51,51,51,1);}.wp-block-uagb-container.uagb-block-45ef62e1 .uagb-container__video-wrap video{opacity: 1;}.wp-block-uagb-container.uagb-is-root-container.alignfull.uagb-block-45ef62e1 > .uagb-container-inner-blocks-wrap{--inner-content-custom-width: min( 100%, 1200px);max-width: var(--inner-content-custom-width);width: 100%;flex-direction: column;align-items: center;justify-content: center;flex-wrap: nowrap;row-gap: 20px;column-gap: 20px;}.wp-block-uagb-container.uagb-block-b43993d6{box-shadow: 0px 0px   #00000070 ;padding-top: 0px;padding-bottom: 0px;padding-left: 0px;padding-right: 0px;margin-top:  !important;margin-bottom:  !important;row-gap: 20px;column-gap: 20px;overflow: visible;flex-direction: column;align-items: center;justify-content: center;flex-wrap: nowrap;}.wp-block-uagb-container.uagb-block-b43993d6.wp-block-uagb-container{color: inherit;border-color: #4B4F58;}.wp-block-uagb-container.uagb-is-root-container .uagb-block-b43993d6{max-width: 100%;width: 100%;}.wp-block-uagb-container.uagb-block-b43993d6 .uagb-container__shape-top svg{width: calc( 100% + 1.3px );}.wp-block-uagb-container.uagb-block-b43993d6 .uagb-container__shape.uagb-container__shape-top .uagb-container__shape-fill{fill: rgba(51,51,51,1);}.wp-block-uagb-container.uagb-block-b43993d6 .uagb-container__shape-bottom svg{width: calc( 100% + 1.3px );}.wp-block-uagb-container.uagb-block-b43993d6 .uagb-container__shape.uagb-container__shape-bottom .uagb-container__shape-fill{fill: rgba(51,51,51,1);}.wp-block-uagb-container.uagb-block-b43993d6 .uagb-container__video-wrap video{opacity: 1;}@media only screen and (max-width: 976px) {.wp-block-uagb-container.uagb-block-d552f7f8{padding-top: 170px;padding-bottom: 160px;padding-left: 30px;padding-right: 30px;margin-top:  !important;margin-bottom:  !important;}.wp-block-uagb-container.uagb-is-root-container .uagb-block-d552f7f8{width: 100%;}.wp-block-uagb-container.uagb-is-root-container.alignfull.uagb-block-d552f7f8 > .uagb-container-inner-blocks-wrap{--inner-content-custom-width: min( 100%, 1024px);max-width: var(--inner-content-custom-width);width: 100%;}.uagb-block-565c7c3f.wp-block-uagb-advanced-heading {padding-top: 0%;padding-right: 20%;padding-bottom: 0%;padding-left: 0%;}.wp-block-uagb-container.uagb-block-d8db17d8{padding-top: 80px;padding-bottom: 80px;padding-left: 30px;padding-right: 30px;margin-top:  !important;margin-bottom:  !important;background-color: var(--ast-global-color-5);;}.wp-block-uagb-container.uagb-is-root-container .uagb-block-d8db17d8{width: 100%;}.wp-block-uagb-container.uagb-is-root-container.alignfull.uagb-block-d8db17d8 > .uagb-container-inner-blocks-wrap{--inner-content-custom-width: min( 100%, 1024px);max-width: var(--inner-content-custom-width);width: 100%;}.wp-block-uagb-container.uagb-block-e17ce2a5{padding-top: 30px;padding-bottom: 0px;padding-left: 0px;padding-right: 0px;margin-top:  !important;margin-bottom:  !important;}.wp-block-uagb-container.uagb-is-root-container .uagb-block-e17ce2a5{width: 100%;}.wp-block-uagb-container.uagb-is-root-container.alignfull.uagb-block-e17ce2a5 > .uagb-container-inner-blocks-wrap{--inner-content-custom-width: min( 100%, 1024px);max-width: var(--inner-content-custom-width);width: 100%;}.wp-block-uagb-container.uagb-block-45ef62e1{padding-top: 0px;padding-bottom: 0px;padding-left: 0px;padding-right: 0px;margin-top:  !important;margin-bottom:  !important;}.wp-block-uagb-container.uagb-is-root-container .uagb-block-45ef62e1{width: 100%;}.wp-block-uagb-container.uagb-is-root-container.alignfull.uagb-block-45ef62e1 > .uagb-container-inner-blocks-wrap{--inner-content-custom-width: min( 100%, 1024px);max-width: var(--inner-content-custom-width);width: 100%;}.wp-block-uagb-container.uagb-block-b43993d6{padding-top: 0px;padding-bottom: 0px;padding-left: 0px;padding-right: 0px;margin-top:  !important;margin-bottom:  !important;}.wp-block-uagb-container.uagb-is-root-container .uagb-block-b43993d6{width: 100%;}}@media only screen and (max-width: 767px) {.wp-block-uagb-container.uagb-block-d552f7f8{padding-top: 180px;padding-bottom: 80px;padding-left: 20px;padding-right: 20px;margin-top:  !important;margin-bottom:  !important;}.wp-block-uagb-container.uagb-is-root-container .uagb-block-d552f7f8{max-width: 100%;width: 100%;}.wp-block-uagb-container.uagb-is-root-container.alignfull.uagb-block-d552f7f8 > .uagb-container-inner-blocks-wrap{--inner-content-custom-width: min( 100%, 767px);max-width: var(--inner-content-custom-width);width: 100%;flex-wrap: wrap;}.uagb-block-565c7c3f.wp-block-uagb-advanced-heading {padding-top: 0px;padding-right: 0px;padding-bottom: 0px;padding-left: 0px;}.uagb-block-565c7c3f .uagb-desc-text{font-size: 15px;}.wp-block-uagb-container.uagb-block-d8db17d8{padding-top: 80px;padding-bottom: 80px;padding-left: 20px;padding-right: 20px;margin-top:  !important;margin-bottom:  !important;row-gap: 50px;background-color: var(--ast-global-color-5);;}.wp-block-uagb-container.uagb-is-root-container .uagb-block-d8db17d8{max-width: 100%;width: 100%;}.wp-block-uagb-container.uagb-is-root-container.alignfull.uagb-block-d8db17d8 > .uagb-container-inner-blocks-wrap{--inner-content-custom-width: min( 100%, 767px);max-width: var(--inner-content-custom-width);width: 100%;flex-wrap: wrap;row-gap: 50px;}.wp-block-uagb-container.uagb-block-e17ce2a5{padding-top: 0px;padding-bottom: 0px;padding-left: 0px;padding-right: 0px;margin-top:  !important;margin-bottom:  !important;flex-wrap: wrap;}.wp-block-uagb-container.uagb-is-root-container .uagb-block-e17ce2a5{max-width: 100%;width: 100%;}.wp-block-uagb-container.uagb-is-root-container.alignfull.uagb-block-e17ce2a5 > .uagb-container-inner-blocks-wrap{--inner-content-custom-width: min( 100%, 767px);max-width: var(--inner-content-custom-width);width: 100%;flex-wrap: wrap;}.wp-block-uagb-container.uagb-block-45ef62e1{padding-top: 0px;padding-bottom: 0px;padding-left: 0px;padding-right: 0px;margin-top:  !important;margin-bottom:  !important;flex-wrap: wrap;}.wp-block-uagb-container.uagb-is-root-container .uagb-block-45ef62e1{max-width: 100%;width: 100%;}.wp-block-uagb-container.uagb-is-root-container.alignfull.uagb-block-45ef62e1 > .uagb-container-inner-blocks-wrap{--inner-content-custom-width: min( 100%, 767px);max-width: var(--inner-content-custom-width);width: 100%;flex-wrap: wrap;}.wp-block-uagb-container.uagb-block-b43993d6{padding-top: 0px;padding-bottom: 0px;padding-left: 0px;padding-right: 0px;margin-top:  !important;margin-bottom:  !important;flex-wrap: wrap;}.wp-block-uagb-container.uagb-is-root-container .uagb-block-b43993d6{max-width: 100%;width: 100%;}}.uag-blocks-common-selector{z-index:var(--z-index-desktop) !important}@media (max-width: 976px){.uag-blocks-common-selector{z-index:var(--z-index-tablet) !important}}@media (max-width: 767px){.uag-blocks-common-selector{z-index:var(--z-index-mobile) !important}}\n\";s:2:\"js\";s:0:\"\";s:18:\"current_block_list\";a:8:{i:0;s:14:\"uagb/container\";i:1;s:21:\"uagb/advanced-heading\";i:3;s:12:\"core/heading\";i:4;s:11:\"core/search\";i:5;s:10:\"core/group\";i:6;s:17:\"core/latest-posts\";i:7;s:20:\"core/latest-comments\";i:8;s:14:\"core/shortcode\";}s:8:\"uag_flag\";b:1;s:11:\"uag_version\";s:10:\"1671115151\";s:6:\"gfonts\";a:0:{}s:10:\"gfonts_url\";s:0:\"\";s:12:\"gfonts_files\";a:0:{}s:14:\"uag_faq_layout\";b:0;}'),
(1685,	1306,	'_edit_lock',	'1671113006:2'),
(1686,	1306,	'_wp_trash_meta_status',	'publish'),
(1687,	1306,	'_wp_trash_meta_time',	'1671113027'),
(1693,	1308,	'_wp_trash_meta_status',	'publish'),
(1694,	1308,	'_wp_trash_meta_time',	'1671113517'),
(1698,	1309,	'_wp_trash_meta_status',	'publish'),
(1699,	1309,	'_wp_trash_meta_time',	'1671113734'),
(1702,	1,	'_uag_css_file_name',	'uag-css-1-1671113745.css'),
(1707,	1310,	'_wp_trash_meta_status',	'publish'),
(1708,	1310,	'_wp_trash_meta_time',	'1671115151'),
(1718,	933,	'_uag_css_file_name',	'uag-css-933-1671115414.css'),
(1720,	948,	'_uag_css_file_name',	'uag-css-948-1671115792.css'),
(1721,	763,	'_uag_css_file_name',	'uag-css-763-1671116020.css'),
(1722,	1313,	'_wp_attached_file',	'2022/12/quad-biking-6.png'),
(1723,	1313,	'_wp_attachment_metadata',	'a:6:{s:5:\"width\";i:444;s:6:\"height\";i:480;s:4:\"file\";s:25:\"2022/12/quad-biking-6.png\";s:8:\"filesize\";i:536297;s:5:\"sizes\";a:2:{s:6:\"medium\";a:5:{s:4:\"file\";s:25:\"quad-biking-6-278x300.png\";s:5:\"width\";i:278;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:169538;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:25:\"quad-biking-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:47211;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(1726,	1317,	'_wp_attached_file',	'2022/12/activity_2209_280316_original.png'),
(1727,	1317,	'_wp_attachment_metadata',	'a:6:{s:5:\"width\";i:1038;s:6:\"height\";i:1436;s:4:\"file\";s:41:\"2022/12/activity_2209_280316_original.png\";s:8:\"filesize\";i:3637074;s:5:\"sizes\";a:4:{s:6:\"medium\";a:5:{s:4:\"file\";s:41:\"activity_2209_280316_original-217x300.png\";s:5:\"width\";i:217;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:130455;}s:5:\"large\";a:5:{s:4:\"file\";s:42:\"activity_2209_280316_original-740x1024.png\";s:5:\"width\";i:740;s:6:\"height\";i:1024;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:1439796;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:41:\"activity_2209_280316_original-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:48882;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:42:\"activity_2209_280316_original-768x1062.png\";s:5:\"width\";i:768;s:6:\"height\";i:1062;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:1546921;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(1742,	1325,	'_wp_attached_file',	'2022/12/activity_2209_280316_original.jpg'),
(1743,	1325,	'_wp_attachment_metadata',	'a:6:{s:5:\"width\";i:2048;s:6:\"height\";i:1536;s:4:\"file\";s:41:\"2022/12/activity_2209_280316_original.jpg\";s:8:\"filesize\";i:889937;s:5:\"sizes\";a:5:{s:6:\"medium\";a:5:{s:4:\"file\";s:41:\"activity_2209_280316_original-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:19399;}s:5:\"large\";a:5:{s:4:\"file\";s:42:\"activity_2209_280316_original-1024x768.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:202341;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:41:\"activity_2209_280316_original-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7282;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:41:\"activity_2209_280316_original-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:116314;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:43:\"activity_2209_280316_original-1536x1152.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1152;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:477556;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(1744,	1326,	'_wp_attached_file',	'2022/12/quad-biking-6-1.png'),
(1745,	1326,	'_wp_attachment_metadata',	'a:6:{s:5:\"width\";i:444;s:6:\"height\";i:480;s:4:\"file\";s:27:\"2022/12/quad-biking-6-1.png\";s:8:\"filesize\";i:536297;s:5:\"sizes\";a:2:{s:6:\"medium\";a:5:{s:4:\"file\";s:27:\"quad-biking-6-1-278x300.png\";s:5:\"width\";i:278;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:169538;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:27:\"quad-biking-6-1-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:47211;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(1752,	1331,	'_wp_attached_file',	'2022/12/quad-biking-magliesburg.png'),
(1753,	1331,	'_wp_attachment_metadata',	'a:6:{s:5:\"width\";i:370;s:6:\"height\";i:400;s:4:\"file\";s:35:\"2022/12/quad-biking-magliesburg.png\";s:8:\"filesize\";i:299573;s:5:\"sizes\";a:2:{s:6:\"medium\";a:5:{s:4:\"file\";s:35:\"quad-biking-magliesburg-278x300.png\";s:5:\"width\";i:278;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:162689;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:35:\"quad-biking-magliesburg-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:46648;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(1762,	1337,	'_wp_attached_file',	'2022/12/activity_2209_280316_original-1.png'),
(1763,	1337,	'_wp_attachment_metadata',	'a:6:{s:5:\"width\";i:370;s:6:\"height\";i:400;s:4:\"file\";s:43:\"2022/12/activity_2209_280316_original-1.png\";s:8:\"filesize\";i:305091;s:5:\"sizes\";a:2:{s:6:\"medium\";a:5:{s:4:\"file\";s:43:\"activity_2209_280316_original-1-278x300.png\";s:5:\"width\";i:278;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:161413;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:43:\"activity_2209_280316_original-1-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:46942;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(1764,	1338,	'_wp_attached_file',	'2022/12/activity_2209_280316_original-2.png'),
(1765,	1338,	'_wp_attachment_metadata',	'a:6:{s:5:\"width\";i:370;s:6:\"height\";i:430;s:4:\"file\";s:43:\"2022/12/activity_2209_280316_original-2.png\";s:8:\"filesize\";i:310279;s:5:\"sizes\";a:2:{s:6:\"medium\";a:5:{s:4:\"file\";s:43:\"activity_2209_280316_original-2-258x300.png\";s:5:\"width\";i:258;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:146994;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:43:\"activity_2209_280316_original-2-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:47118;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(1766,	1339,	'_wp_attached_file',	'2022/12/activity_2209_280316_original-3.png'),
(1767,	1339,	'_wp_attachment_metadata',	'a:6:{s:5:\"width\";i:370;s:6:\"height\";i:443;s:4:\"file\";s:43:\"2022/12/activity_2209_280316_original-3.png\";s:8:\"filesize\";i:309000;s:5:\"sizes\";a:2:{s:6:\"medium\";a:5:{s:4:\"file\";s:43:\"activity_2209_280316_original-3-251x300.png\";s:5:\"width\";i:251;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:140711;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:43:\"activity_2209_280316_original-3-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:46923;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(1770,	1342,	'_wp_attached_file',	'2022/12/Askari-Game-Lodge-Spa-Wildlife-Giraffe.png'),
(1771,	1342,	'_wp_attachment_metadata',	'a:6:{s:5:\"width\";i:370;s:6:\"height\";i:440;s:4:\"file\";s:50:\"2022/12/Askari-Game-Lodge-Spa-Wildlife-Giraffe.png\";s:8:\"filesize\";i:280374;s:5:\"sizes\";a:2:{s:6:\"medium\";a:5:{s:4:\"file\";s:50:\"Askari-Game-Lodge-Spa-Wildlife-Giraffe-252x300.png\";s:5:\"width\";i:252;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:126430;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:50:\"Askari-Game-Lodge-Spa-Wildlife-Giraffe-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:43653;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(1775,	1062,	'_uag_css_file_name',	'uag-css-1062-1671448358.css'),
(1779,	1344,	'_wp_attached_file',	'2022/12/tgcsa-full-3-stars.jpg'),
(1780,	1344,	'_wp_attachment_metadata',	'a:6:{s:5:\"width\";i:1412;s:6:\"height\";i:504;s:4:\"file\";s:30:\"2022/12/tgcsa-full-3-stars.jpg\";s:8:\"filesize\";i:104641;s:5:\"sizes\";a:4:{s:6:\"medium\";a:5:{s:4:\"file\";s:30:\"tgcsa-full-3-stars-300x107.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:107;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8938;}s:5:\"large\";a:5:{s:4:\"file\";s:31:\"tgcsa-full-3-stars-1024x366.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:366;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:43183;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:30:\"tgcsa-full-3-stars-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6976;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:30:\"tgcsa-full-3-stars-768x274.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:274;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:29507;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(1784,	1346,	'_wp_attached_file',	'2022/12/Honeymoon-Suite-kitchen-and-dining-table-scaled.jpg'),
(1785,	1346,	'_wp_attachment_metadata',	'a:7:{s:5:\"width\";i:2560;s:6:\"height\";i:1920;s:4:\"file\";s:59:\"2022/12/Honeymoon-Suite-kitchen-and-dining-table-scaled.jpg\";s:8:\"filesize\";i:641756;s:5:\"sizes\";a:6:{s:6:\"medium\";a:5:{s:4:\"file\";s:52:\"Honeymoon-Suite-kitchen-and-dining-table-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:27595;}s:5:\"large\";a:5:{s:4:\"file\";s:53:\"Honeymoon-Suite-kitchen-and-dining-table-1024x768.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:139493;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:52:\"Honeymoon-Suite-kitchen-and-dining-table-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:17607;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:52:\"Honeymoon-Suite-kitchen-and-dining-table-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:90305;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:54:\"Honeymoon-Suite-kitchen-and-dining-table-1536x1152.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1152;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:265066;}s:9:\"2048x2048\";a:5:{s:4:\"file\";s:54:\"Honeymoon-Suite-kitchen-and-dining-table-2048x1536.jpg\";s:5:\"width\";i:2048;s:6:\"height\";i:1536;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:430873;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"2.8\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:24:\"Canon DIGITAL IXUS 95 IS\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1661503317\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:3:\"6.2\";s:3:\"iso\";s:3:\"400\";s:13:\"shutter_speed\";s:17:\"0.076923076923077\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}s:14:\"original_image\";s:44:\"Honeymoon-Suite-kitchen-and-dining-table.jpg\";}'),
(1788,	1348,	'_wp_attached_file',	'2022/12/Bluebush-kitchen-scaled.jpg'),
(1789,	1348,	'_wp_attachment_metadata',	'a:7:{s:5:\"width\";i:2560;s:6:\"height\";i:1920;s:4:\"file\";s:35:\"2022/12/Bluebush-kitchen-scaled.jpg\";s:8:\"filesize\";i:556828;s:5:\"sizes\";a:6:{s:6:\"medium\";a:5:{s:4:\"file\";s:28:\"Bluebush-kitchen-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:22243;}s:5:\"large\";a:5:{s:4:\"file\";s:29:\"Bluebush-kitchen-1024x768.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:107874;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:28:\"Bluebush-kitchen-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:14869;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:28:\"Bluebush-kitchen-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:69063;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:30:\"Bluebush-kitchen-1536x1152.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1152;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:212821;}s:9:\"2048x2048\";a:5:{s:4:\"file\";s:30:\"Bluebush-kitchen-2048x1536.jpg\";s:5:\"width\";i:2048;s:6:\"height\";i:1536;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:360309;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"2.8\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:24:\"Canon DIGITAL IXUS 95 IS\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1661513325\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:3:\"6.2\";s:3:\"iso\";s:3:\"200\";s:13:\"shutter_speed\";s:4:\"0.02\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}s:14:\"original_image\";s:20:\"Bluebush-kitchen.jpg\";}'),
(1790,	1011,	'_uag_page_assets',	'a:9:{s:3:\"css\";s:24505:\".wp-block-uagb-container{display:flex;position:relative;box-sizing:border-box;z-index:2;transition-property:box-shadow;transition-duration:0.2s;transition-timing-function:ease}.wp-block-uagb-container.uagb-is-root-container{margin-left:auto;margin-right:auto}.wp-block-uagb-container.alignfull.uagb-is-root-container .uagb-container-inner-blocks-wrap{display:flex;position:relative;box-sizing:border-box;margin-left:auto !important;margin-right:auto !important;z-index:2}.wp-block-uagb-container>*:not(.uagb-container__shape){z-index:2}.wp-block-uagb-container .uagb-container__video-wrap{height:100%;width:100%;top:0;left:0;position:absolute;overflow:hidden;z-index:0;-webkit-transition:opacity 1s;-o-transition:opacity 1s;transition:opacity 1s}.wp-block-uagb-container .uagb-container__video-wrap video{max-width:100%;width:100%;height:100%;margin:0;line-height:1;border:none;display:inline-block;vertical-align:baseline;-o-object-fit:cover;object-fit:cover;background-size:cover}body .wp-block-uagb-container>.uagb-container-inner-blocks-wrap>*:not(.wp-block-uagb-container):not(.wp-block-uagb-column):not(.wp-block-uagb-container):not(.wp-block-uagb-section):not(.uagb-container__shape):not(.uagb-container__video-wrap):not(.wp-block-spectra-pro-register),body .wp-block-uagb-container>.uagb-container-inner-blocks-wrap,body .wp-block-uagb-container>*:not(.wp-block-uagb-container):not(.wp-block-uagb-column):not(.wp-block-uagb-container):not(.wp-block-uagb-section):not(.uagb-container__shape):not(.uagb-container__video-wrap):not(.wp-block-uagb-image):not(.wp-block-spectra-pro-register){min-width:unset !important;width:100%}.ast-plain-container .editor-styles-wrapper .block-editor-block-list__layout.is-root-container .uagb-is-root-container.wp-block-uagb-container.alignwide{margin-left:auto;margin-right:auto}.uagb-container__shape{overflow:hidden;position:absolute;left:0;width:100%;line-height:0;direction:ltr;z-index:1}.uagb-container__shape-top{top:-3px}.uagb-container__shape-bottom{bottom:-3px}.uagb-container__shape.uagb-container__invert.uagb-container__shape-bottom,.uagb-container__shape.uagb-container__invert.uagb-container__shape-top{-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.uagb-container__shape.uagb-container__shape-flip svg{transform:translateX(-50%) rotateY(180deg)}.uagb-container__shape svg{display:block;width:-webkit-calc(100% + 1.3px);width:calc(100% + 1.3px);position:relative;left:50%;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%)}.uagb-container__shape .uagb-container__shape-fill{-webkit-transform-origin:center;-ms-transform-origin:center;transform-origin:center;-webkit-transform:rotateY(0deg);transform:rotateY(0deg)}.uagb-container__shape.uagb-container__shape-above-content{z-index:9;pointer-events:none}\n.wp-block-uagb-advanced-heading .uagb-heading-text{margin:0}.wp-block-uagb-advanced-heading .uagb-desc-text{margin:0}.wp-block-uagb-advanced-heading .uagb-separator{font-size:0;border-top-style:solid;display:inline-block;margin:0 0 10px 0}.wp-block-uagb-advanced-heading .uagb-highlight{color:#f78a0c;border:0;transition:all 0.3s ease}.uag-highlight-toolbar{border-left:0;border-top:0;border-bottom:0;border-radius:0;border-right-color:#1e1e1e}.uag-highlight-toolbar .components-button{border-radius:0;outline:none}.uag-highlight-toolbar .components-button.is-primary{color:#fff}\n.wp-block-uagb-container.uagb-block-f17eb9d0{box-shadow: 0px 0px   #00000070 ;padding-top: 220px;padding-bottom: 150px;padding-left: 0px;padding-right: 0px;margin-top:  !important;margin-bottom:  !important;row-gap: 20px;column-gap: 20px;overflow: visible;background-image: linear-gradient(to right, rgba(42,42,42,0.5), rgba(42,42,42,0.5)), url(https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAAJGQzMWY4ODAwLTRlMDYtNDYwMy1iOTJkLWRmZGI3NmI4N2ZiZg.png);;background-repeat: no-repeat;background-position: 47% 54%;background-size: cover;background-attachment: scroll;}.wp-block-uagb-container.uagb-block-f17eb9d0.wp-block-uagb-container{color: inherit;border-color: #4B4F58;}.wp-block-uagb-container.uagb-is-root-container .uagb-block-f17eb9d0{max-width: 100%;width: 100%;}.wp-block-uagb-container.uagb-block-f17eb9d0 .uagb-container__shape-top svg{width: calc( 100% + 1.3px );}.wp-block-uagb-container.uagb-block-f17eb9d0 .uagb-container__shape.uagb-container__shape-top .uagb-container__shape-fill{fill: rgba(51,51,51,1);}.wp-block-uagb-container.uagb-block-f17eb9d0 .uagb-container__shape-bottom svg{width: calc( 100% + 1.3px );}.wp-block-uagb-container.uagb-block-f17eb9d0 .uagb-container__shape.uagb-container__shape-bottom .uagb-container__shape-fill{fill: rgba(51,51,51,1);}.wp-block-uagb-container.uagb-block-f17eb9d0 .uagb-container__video-wrap{background-image: linear-gradient(to right, rgba(42,42,42,0.5), rgba(42,42,42,0.5)), url(https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAAJGQzMWY4ODAwLTRlMDYtNDYwMy1iOTJkLWRmZGI3NmI4N2ZiZg.png);;background-repeat: no-repeat;background-position: 47% 54%;background-size: cover;background-attachment: scroll;}.wp-block-uagb-container.uagb-block-f17eb9d0 .uagb-container__video-wrap video{opacity: 0.5;}.wp-block-uagb-container.uagb-is-root-container.alignfull.uagb-block-f17eb9d0 > .uagb-container-inner-blocks-wrap{--inner-content-custom-width: min( 100%, 1200px);max-width: var(--inner-content-custom-width);width: 100%;flex-direction: column;align-items: center;justify-content: center;flex-wrap: nowrap;row-gap: 20px;column-gap: 20px;}.uagb-block-620c7d63.wp-block-uagb-advanced-heading .uagb-heading-text{color: var(--ast-global-color-5);margin-bottom: 20px;}.uagb-block-620c7d63.wp-block-uagb-advanced-heading {padding-top: 0%;padding-right: 50%;padding-bottom: 0%;padding-left: 0%;}.uagb-block-620c7d63.wp-block-uagb-advanced-heading .uagb-desc-text{color: var(--ast-global-color-4);margin-bottom: 15px;}.uagb-block-620c7d63.wp-block-uagb-advanced-heading .uagb-highlight{font-style: normal;background: #007cba;color: #fff;-webkit-text-fill-color: #fff;}.uagb-block-620c7d63.wp-block-uagb-advanced-heading .uagb-highlight::-moz-selection{color: #fff;background: #007cba;-webkit-text-fill-color: #fff;}.uagb-block-620c7d63.wp-block-uagb-advanced-heading .uagb-highlight::selection{color: #fff;background: #007cba;-webkit-text-fill-color: #fff;}.uagb-block-620c7d63.wp-block-uagb-advanced-heading .uagb-separator{border-top-style: solid;border-top-width: 2px;width: 12%;border-color: #0170b9;margin-bottom: 15px;}.uagb-block-620c7d63 .uagb-desc-text{font-size: 16px;}.wp-block-uagb-container.uagb-block-2555daaf{box-shadow: 0px 0px   #00000070 ;padding-top: 120px;padding-bottom: 60px;padding-left: 0px;padding-right: 0px;margin-top:  !important;margin-bottom:  !important;row-gap: 0px;column-gap: 20px;overflow: visible;background-color: var(--ast-global-color-5);;}.wp-block-uagb-container.uagb-block-2555daaf.wp-block-uagb-container{color: inherit;border-color: #4B4F58;}.wp-block-uagb-container.uagb-is-root-container .uagb-block-2555daaf{max-width: 100%;width: 100%;}.wp-block-uagb-container.uagb-block-2555daaf .uagb-container__shape-top svg{width: calc( 100% + 1.3px );}.wp-block-uagb-container.uagb-block-2555daaf .uagb-container__shape.uagb-container__shape-top .uagb-container__shape-fill{fill: rgba(51,51,51,1);}.wp-block-uagb-container.uagb-block-2555daaf .uagb-container__shape-bottom svg{width: calc( 100% + 1.3px );}.wp-block-uagb-container.uagb-block-2555daaf .uagb-container__shape.uagb-container__shape-bottom .uagb-container__shape-fill{fill: rgba(51,51,51,1);}.wp-block-uagb-container.uagb-block-2555daaf .uagb-container__video-wrap{background-color: var(--ast-global-color-5);;}.wp-block-uagb-container.uagb-block-2555daaf .uagb-container__video-wrap video{opacity: 1;}.wp-block-uagb-container.uagb-is-root-container.alignfull.uagb-block-2555daaf > .uagb-container-inner-blocks-wrap{--inner-content-custom-width: min( 100%, 1200px);max-width: var(--inner-content-custom-width);width: 100%;flex-direction: column;align-items: center;justify-content: center;flex-wrap: nowrap;row-gap: 0px;column-gap: 20px;}.wp-block-uagb-container.uagb-block-4c714d01{box-shadow: 0px 0px   #00000070 ;padding-top: 0px;padding-bottom: 0px;padding-left: 0px;padding-right: 0px;margin-top:  !important;margin-bottom:  !important;row-gap: 20px;column-gap: 0px;overflow: visible;flex-direction: row;align-items: flex-end;justify-content: flex-end;flex-wrap: nowrap;}.wp-block-uagb-container.uagb-block-4c714d01.wp-block-uagb-container{color: inherit;border-color: #4B4F58;}.wp-block-uagb-container.uagb-is-root-container .uagb-block-4c714d01{max-width: 100%;width: 100%;}.wp-block-uagb-container.uagb-block-4c714d01 .uagb-container__shape-top svg{width: calc( 100% + 1.3px );}.wp-block-uagb-container.uagb-block-4c714d01 .uagb-container__shape.uagb-container__shape-top .uagb-container__shape-fill{fill: rgba(51,51,51,1);}.wp-block-uagb-container.uagb-block-4c714d01 .uagb-container__shape-bottom svg{width: calc( 100% + 1.3px );}.wp-block-uagb-container.uagb-block-4c714d01 .uagb-container__shape.uagb-container__shape-bottom .uagb-container__shape-fill{fill: rgba(51,51,51,1);}.wp-block-uagb-container.uagb-block-4c714d01 .uagb-container__video-wrap video{opacity: 1;}.wp-block-uagb-container.uagb-is-root-container.alignfull.uagb-block-4c714d01 > .uagb-container-inner-blocks-wrap{--inner-content-custom-width: min( 100%, 1200px);max-width: var(--inner-content-custom-width);width: 100%;flex-direction: row;align-items: flex-end;justify-content: flex-end;flex-wrap: nowrap;row-gap: 20px;column-gap: 0px;}.uagb-block-72792a55.wp-block-uagb-advanced-heading .uagb-heading-text{margin-bottom: 20px;}.uagb-block-72792a55.wp-block-uagb-advanced-heading .uagb-desc-text{margin-bottom: 15px;}.uagb-block-72792a55.wp-block-uagb-advanced-heading .uagb-highlight{font-style: normal;background: #007cba;color: #fff;-webkit-text-fill-color: #fff;}.uagb-block-72792a55.wp-block-uagb-advanced-heading .uagb-highlight::-moz-selection{color: #fff;background: #007cba;-webkit-text-fill-color: #fff;}.uagb-block-72792a55.wp-block-uagb-advanced-heading .uagb-highlight::selection{color: #fff;background: #007cba;-webkit-text-fill-color: #fff;}.uagb-block-72792a55.wp-block-uagb-advanced-heading .uagb-separator{border-top-style: solid;border-top-width: 2px;width: 12%;border-color: #0170b9;margin-bottom: 15px;}.uagb-block-72792a55 .uagb-desc-text{font-size: 16px;}.uagb-icon-list__wrap{display:flex;align-items:flex-start;justify-content:flex-start}.wp-block-uagb-icon-list-child{padding:0;transition:all 0.2s;display:inline-flex;color:#3a3a3a;align-items:center;text-decoration:none;box-shadow:none}.wp-block-uagb-icon-list-child span.uagb-icon-list__source-wrap{display:block;align-items:center}.uagb-icon-list__source-wrap svg{display:block}.uagb-icon-list__source-image{width:40px}.uagb-icon-list__outer-wrap .uagb-icon-list__content-wrap{color:#3a3a3a;display:flex;align-items:center}\n.wp-block-uagb-icon-list-child{position:relative}.wp-block-uagb-icon-list-child>a{position:absolute;top:0;left:0;width:100%;height:100%}img.uagb-icon-list__source-image{max-width:unset}.wp-block-uagb-icon-list-child .uagb-icon-list__label{word-break:break-word}\n.wp-block-uagb-container.uagb-block-d536f13d{box-shadow: 0px 0px   #00000070 ;padding-top: 144px;padding-bottom: 144px;padding-left: 40px;padding-right: 40px;margin-top:  !important;margin-bottom:  !important;row-gap: 20px;column-gap: 20px;overflow: visible;background-image: linear-gradient(to right, rgba(42,42,42,0.65), rgba(42,42,42,0.65)), url(https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAA39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba.png);;background-repeat: no-repeat;background-position: 50% 50%;background-size: cover;background-attachment: scroll;}.wp-block-uagb-container.uagb-block-d536f13d.wp-block-uagb-container{color: inherit;border-color: #4B4F58;}.wp-block-uagb-container.uagb-is-root-container .uagb-block-d536f13d{max-width: 100%;width: 100%;}.wp-block-uagb-container.uagb-block-d536f13d .uagb-container__shape-top svg{width: calc( 100% + 1.3px );}.wp-block-uagb-container.uagb-block-d536f13d .uagb-container__shape.uagb-container__shape-top .uagb-container__shape-fill{fill: rgba(51,51,51,1);}.wp-block-uagb-container.uagb-block-d536f13d .uagb-container__shape-bottom svg{width: calc( 100% + 1.3px );}.wp-block-uagb-container.uagb-block-d536f13d .uagb-container__shape.uagb-container__shape-bottom .uagb-container__shape-fill{fill: rgba(51,51,51,1);}.wp-block-uagb-container.uagb-block-d536f13d .uagb-container__video-wrap{background-image: linear-gradient(to right, rgba(42,42,42,0.65), rgba(42,42,42,0.65)), url(https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAA39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba.png);;background-repeat: no-repeat;background-position: 50% 50%;background-size: cover;background-attachment: scroll;}.wp-block-uagb-container.uagb-block-d536f13d .uagb-container__video-wrap video{opacity: 0.5;}.wp-block-uagb-container.uagb-is-root-container.alignfull.uagb-block-d536f13d > .uagb-container-inner-blocks-wrap{--inner-content-custom-width: min( 100%, 781px);max-width: var(--inner-content-custom-width);width: 100%;flex-direction: column;align-items: center;justify-content: center;flex-wrap: nowrap;row-gap: 20px;column-gap: 20px;}.uagb-block-c9e98bd4.wp-block-uagb-advanced-heading .uagb-heading-text{color: var(--ast-global-color-5);margin-bottom: 20px;}.uagb-block-c9e98bd4.wp-block-uagb-advanced-heading {text-align: center;}.uagb-block-c9e98bd4.wp-block-uagb-advanced-heading .uagb-desc-text{color: var(--ast-global-color-4);margin-bottom: 15px;}.uagb-block-c9e98bd4.wp-block-uagb-advanced-heading .uagb-highlight{font-style: normal;background: #007cba;color: #fff;-webkit-text-fill-color: #fff;}.uagb-block-c9e98bd4.wp-block-uagb-advanced-heading .uagb-highlight::-moz-selection{color: #fff;background: #007cba;-webkit-text-fill-color: #fff;}.uagb-block-c9e98bd4.wp-block-uagb-advanced-heading .uagb-highlight::selection{color: #fff;background: #007cba;-webkit-text-fill-color: #fff;}.uagb-block-c9e98bd4.wp-block-uagb-advanced-heading .uagb-separator{border-top-style: solid;border-top-width: 2px;width: 12%;border-color: #0170b9;margin-bottom: 15px;}.uagb-block-2038e9c4.wp-block-uagb-advanced-heading .uagb-heading-text{margin-bottom: 15px;}.uagb-block-2038e9c4.wp-block-uagb-advanced-heading {text-align: center;padding-top: 60px;padding-right: 0px;padding-bottom: 0px;padding-left: 0px;}.uagb-block-2038e9c4.wp-block-uagb-advanced-heading a{color: var(--ast-global-color-8);}.uagb-block-2038e9c4.wp-block-uagb-advanced-heading a:hover{color: var(--ast-global-color-1);}.uagb-block-2038e9c4.wp-block-uagb-advanced-heading .uagb-desc-text{color: var(--ast-global-color-4);margin-bottom: 15px;}.uagb-block-2038e9c4.wp-block-uagb-advanced-heading .uagb-highlight{font-style: normal;background: #007cba;color: #fff;-webkit-text-fill-color: #fff;}.uagb-block-2038e9c4.wp-block-uagb-advanced-heading .uagb-highlight::-moz-selection{color: #fff;background: #007cba;-webkit-text-fill-color: #fff;}.uagb-block-2038e9c4.wp-block-uagb-advanced-heading .uagb-highlight::selection{color: #fff;background: #007cba;-webkit-text-fill-color: #fff;}.uagb-block-2038e9c4.wp-block-uagb-advanced-heading .uagb-separator{border-top-style: solid;border-top-width: 2px;width: 12%;border-color: #0170b9;margin-bottom: 15px;}.uagb-block-2038e9c4 .uagb-desc-text{text-transform: uppercase;font-size: 16px;letter-spacing: 2px;}.wp-block-uagb-icon-list.uagb-block-eb7866bf .uagb-icon-list__source-image{width: 40px;}.wp-block-uagb-icon-list.uagb-block-eb7866bf .wp-block-uagb-icon-list-child .uagb-icon-list__source-wrap svg{width: 40px;height: 40px;font-size: 40px;color: var(--ast-global-color-5);fill: var(--ast-global-color-5);}.wp-block-uagb-icon-list.uagb-block-eb7866bf .wp-block-uagb-icon-list-child .uagb-icon-list__source-wrap{padding: 0px;border-radius: 0px;border-width: 0px;align-self: center;}.wp-block-uagb-icon-list.uagb-block-eb7866bf .wp-block-uagb-icon-list-child .uagb-icon-list__label{font-size: 48px;text-decoration: !important;font-weight: 600;line-height: em;color: var(--ast-global-color-5);}.wp-block-uagb-icon-list.uagb-block-eb7866bf .uagb-icon-list__wrap{display: flex;flex-direction: column;justify-content: center;-webkit-box-pack: center;-ms-flex-pack: center;-webkit-box-align: center;-ms-flex-align: center;align-items: center;padding-top: 0px;padding-right: 0px;padding-bottom: 24px;padding-left: 0px;}.wp-block-uagb-icon-list.uagb-block-eb7866bf .uagb-icon-list__label{text-align: center;}.wp-block-uagb-icon-list.uagb-block-eb7866bf .wp-block-uagb-icon-list-child{text-align: center;}.wp-block-uagb-icon-list.uagb-block-eb7866bf.wp-block-uagb-icon-list .wp-block-uagb-icon-list-child{margin-left: 0;margin-right: 0;margin-bottom: 10px;}.wp-block-uagb-icon-list.uagb-block-eb7866bf .uagb-icon-list__source-wrap{margin-right: 15px;}.uagb-block-53111de1.wp-block-uagb-icon-list-child .uagb-icon-list__source-wrap{background:  !important;border-color:  !important;}.uagb-block-53111de1.wp-block-uagb-icon-list-child:hover .uagb-icon-list__source-wrap{background:  !important;border-color:  !important;}.uagb-block-e6ae6a9c.wp-block-uagb-icon-list-child .uagb-icon-list__source-wrap{background:  !important;border-color:  !important;}.uagb-block-e6ae6a9c.wp-block-uagb-icon-list-child:hover .uagb-icon-list__source-wrap{background:  !important;border-color:  !important;}@media only screen and (max-width: 976px) {.wp-block-uagb-container.uagb-block-f17eb9d0{padding-top: 170px;padding-bottom: 160px;padding-left: 30px;padding-right: 30px;margin-top:  !important;margin-bottom:  !important;}.wp-block-uagb-container.uagb-is-root-container .uagb-block-f17eb9d0{width: 100%;}.wp-block-uagb-container.uagb-is-root-container.alignfull.uagb-block-f17eb9d0 > .uagb-container-inner-blocks-wrap{--inner-content-custom-width: min( 100%, 1024px);max-width: var(--inner-content-custom-width);width: 100%;}.uagb-block-620c7d63.wp-block-uagb-advanced-heading {padding-top: 0%;padding-right: 20%;padding-bottom: 0%;padding-left: 0%;}.wp-block-uagb-container.uagb-block-2555daaf{padding-top: 80px;padding-bottom: 80px;padding-left: 30px;padding-right: 30px;margin-top:  !important;margin-bottom:  !important;background-color: var(--ast-global-color-5);;}.wp-block-uagb-container.uagb-is-root-container .uagb-block-2555daaf{width: 100%;}.wp-block-uagb-container.uagb-is-root-container.alignfull.uagb-block-2555daaf > .uagb-container-inner-blocks-wrap{--inner-content-custom-width: min( 100%, 1024px);max-width: var(--inner-content-custom-width);width: 100%;}.wp-block-uagb-container.uagb-block-4c714d01{padding-top: 0px;padding-bottom: 0px;padding-left: 0px;padding-right: 0px;margin-top:  !important;margin-bottom:  !important;align-items: flex-end;justify-content: space-between;}.wp-block-uagb-container.uagb-is-root-container .uagb-block-4c714d01{width: 100%;}.wp-block-uagb-container.uagb-is-root-container.alignfull.uagb-block-4c714d01 > .uagb-container-inner-blocks-wrap{--inner-content-custom-width: min( 100%, 1024px);max-width: var(--inner-content-custom-width);width: 100%;align-items: flex-end;justify-content: space-between;}.wp-block-uagb-container.uagb-block-d536f13d{padding-top: 80px;padding-bottom: 80px;padding-left: 40px;padding-right: 40px;margin-top:  !important;margin-bottom:  !important;}.wp-block-uagb-container.uagb-is-root-container .uagb-block-d536f13d{width: 100%;}.wp-block-uagb-container.uagb-is-root-container.alignfull.uagb-block-d536f13d > .uagb-container-inner-blocks-wrap{--inner-content-custom-width: min( 100%, 781px);max-width: var(--inner-content-custom-width);width: 100%;}.wp-block-uagb-icon-list.uagb-block-eb7866bf .uagb-icon-list__source-image{width: 32px;}.wp-block-uagb-icon-list.uagb-block-eb7866bf .wp-block-uagb-icon-list-child .uagb-icon-list__source-wrap svg{width: 32px;height: 32px;font-size: 32px;}.wp-block-uagb-icon-list.uagb-block-eb7866bf .wp-block-uagb-icon-list-child .uagb-icon-list__source-wrap {padding: 0px;border-width: 0px;align-self: center;}.wp-block-uagb-icon-list.uagb-block-eb7866bf .wp-block-uagb-icon-list-child .uagb-icon-list__label{font-size: 40px;}.wp-block-uagb-icon-list.uagb-block-eb7866bf .uagb-icon-list__wrap{display: flex;flex-direction: column;justify-content: center;-webkit-box-pack: center;-ms-flex-pack: center;-webkit-box-align: center;-ms-flex-align: center;align-items: center;}.wp-block-uagb-icon-list.uagb-block-eb7866bf.wp-block-uagb-icon-list .wp-block-uagb-icon-list-child{margin-left: 0;margin-right: 0;margin-bottom: 10px;}}@media only screen and (max-width: 767px) {.wp-block-uagb-container.uagb-block-f17eb9d0{padding-top: 180px;padding-bottom: 80px;padding-left: 20px;padding-right: 20px;margin-top:  !important;margin-bottom:  !important;}.wp-block-uagb-container.uagb-is-root-container .uagb-block-f17eb9d0{max-width: 100%;width: 100%;}.wp-block-uagb-container.uagb-is-root-container.alignfull.uagb-block-f17eb9d0 > .uagb-container-inner-blocks-wrap{--inner-content-custom-width: min( 100%, 767px);max-width: var(--inner-content-custom-width);width: 100%;flex-wrap: wrap;}.uagb-block-620c7d63.wp-block-uagb-advanced-heading {padding-top: 0px;padding-right: 0px;padding-bottom: 0px;padding-left: 0px;}.uagb-block-620c7d63 .uagb-desc-text{font-size: 15px;}.wp-block-uagb-container.uagb-block-2555daaf{padding-top: 80px;padding-bottom: 80px;padding-left: 20px;padding-right: 20px;margin-top:  !important;margin-bottom:  !important;background-color: var(--ast-global-color-5);;}.wp-block-uagb-container.uagb-is-root-container .uagb-block-2555daaf{max-width: 100%;width: 100%;}.wp-block-uagb-container.uagb-is-root-container.alignfull.uagb-block-2555daaf > .uagb-container-inner-blocks-wrap{--inner-content-custom-width: min( 100%, 767px);max-width: var(--inner-content-custom-width);width: 100%;flex-wrap: wrap;}.wp-block-uagb-container.uagb-block-4c714d01{padding-top: 0px;padding-bottom: 0px;padding-left: 0px;padding-right: 0px;margin-top:  !important;margin-bottom:  !important;row-gap: 20px;flex-wrap: wrap;}.wp-block-uagb-container.uagb-is-root-container .uagb-block-4c714d01{max-width: 100%;width: 100%;}.wp-block-uagb-container.uagb-is-root-container.alignfull.uagb-block-4c714d01 > .uagb-container-inner-blocks-wrap{--inner-content-custom-width: min( 100%, 767px);max-width: var(--inner-content-custom-width);width: 100%;flex-wrap: wrap;row-gap: 20px;}.wp-block-uagb-container.uagb-block-d536f13d{padding-top: 64px;padding-bottom: 64px;padding-left: 24px;padding-right: 24px;margin-top:  !important;margin-bottom:  !important;}.wp-block-uagb-container.uagb-is-root-container .uagb-block-d536f13d{max-width: 100%;width: 100%;}.wp-block-uagb-container.uagb-is-root-container.alignfull.uagb-block-d536f13d > .uagb-container-inner-blocks-wrap{--inner-content-custom-width: min( 100%, 767px);max-width: var(--inner-content-custom-width);width: 100%;flex-wrap: wrap;}.uagb-block-2038e9c4.wp-block-uagb-advanced-heading {padding-top: 30px;padding-right: 0px;padding-bottom: 0px;padding-left: 0px;}.uagb-block-2038e9c4 .uagb-desc-text{font-size: 15px;}.wp-block-uagb-icon-list.uagb-block-eb7866bf .uagb-icon-list__source-image{width: 24px;}.wp-block-uagb-icon-list.uagb-block-eb7866bf .wp-block-uagb-icon-list-child .uagb-icon-list__source-wrap svg{width: 24px;height: 24px;font-size: 24px;}.wp-block-uagb-icon-list.uagb-block-eb7866bf .wp-block-uagb-icon-list-child .uagb-icon-list__source-wrap{padding: 0px;border-width: 0px;align-self: center;}.wp-block-uagb-icon-list.uagb-block-eb7866bf .wp-block-uagb-icon-list-child .uagb-icon-list__label{font-size: 28px;}.wp-block-uagb-icon-list.uagb-block-eb7866bf .uagb-icon-list__wrap{display: flex;flex-direction: column;justify-content: center;-webkit-box-pack: center;-ms-flex-pack: center;-webkit-box-align: center;-ms-flex-align: center;align-items: center;}.wp-block-uagb-icon-list.uagb-block-eb7866bf.wp-block-uagb-icon-list .wp-block-uagb-icon-list-child{margin-left: 0;margin-right: 0;margin-bottom: 10px;}}.uag-blocks-common-selector{z-index:var(--z-index-desktop) !important}@media (max-width: 976px){.uag-blocks-common-selector{z-index:var(--z-index-tablet) !important}}@media (max-width: 767px){.uag-blocks-common-selector{z-index:var(--z-index-mobile) !important}}\n\";s:2:\"js\";s:0:\"\";s:18:\"current_block_list\";a:18:{i:0;s:14:\"uagb/container\";i:1;s:21:\"uagb/advanced-heading\";i:2;s:12:\"core/columns\";i:3;s:11:\"core/column\";i:4;s:12:\"core/heading\";i:5;s:14:\"core/paragraph\";i:6;s:9:\"core/list\";i:7;s:14:\"core/list-item\";i:9;s:10:\"core/image\";i:10;s:12:\"core/buttons\";i:11;s:11:\"core/button\";i:12;s:14:\"uagb/icon-list\";i:13;s:20:\"uagb/icon-list-child\";i:14;s:11:\"core/search\";i:15;s:10:\"core/group\";i:16;s:17:\"core/latest-posts\";i:17;s:20:\"core/latest-comments\";i:18;s:14:\"core/shortcode\";}s:8:\"uag_flag\";b:1;s:11:\"uag_version\";s:10:\"1671115151\";s:6:\"gfonts\";a:0:{}s:10:\"gfonts_url\";s:0:\"\";s:12:\"gfonts_files\";a:0:{}s:14:\"uag_faq_layout\";b:0;}'),
(1791,	1011,	'_uag_css_file_name',	'uag-css-1011-1671459562.css'),
(1792,	1350,	'_wp_attached_file',	'2022/12/Acacia-lounge-1-scaled.jpg'),
(1793,	1350,	'_wp_attachment_metadata',	'a:7:{s:5:\"width\";i:2560;s:6:\"height\";i:1920;s:4:\"file\";s:34:\"2022/12/Acacia-lounge-1-scaled.jpg\";s:8:\"filesize\";i:605073;s:5:\"sizes\";a:6:{s:6:\"medium\";a:5:{s:4:\"file\";s:27:\"Acacia-lounge-1-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:24359;}s:5:\"large\";a:5:{s:4:\"file\";s:28:\"Acacia-lounge-1-1024x768.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:122700;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:27:\"Acacia-lounge-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:16151;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:27:\"Acacia-lounge-1-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:77341;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:29:\"Acacia-lounge-1-1536x1152.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1152;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:241011;}s:9:\"2048x2048\";a:5:{s:4:\"file\";s:29:\"Acacia-lounge-1-2048x1536.jpg\";s:5:\"width\";i:2048;s:6:\"height\";i:1536;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:401523;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"2.8\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:24:\"Canon DIGITAL IXUS 95 IS\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1661513529\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:3:\"6.2\";s:3:\"iso\";s:3:\"400\";s:13:\"shutter_speed\";s:5:\"0.025\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}s:14:\"original_image\";s:19:\"Acacia-lounge-1.jpg\";}'),
(1794,	1044,	'_uag_page_assets',	'a:9:{s:3:\"css\";s:24409:\".wp-block-uagb-container{display:flex;position:relative;box-sizing:border-box;z-index:2;transition-property:box-shadow;transition-duration:0.2s;transition-timing-function:ease}.wp-block-uagb-container.uagb-is-root-container{margin-left:auto;margin-right:auto}.wp-block-uagb-container.alignfull.uagb-is-root-container .uagb-container-inner-blocks-wrap{display:flex;position:relative;box-sizing:border-box;margin-left:auto !important;margin-right:auto !important;z-index:2}.wp-block-uagb-container>*:not(.uagb-container__shape){z-index:2}.wp-block-uagb-container .uagb-container__video-wrap{height:100%;width:100%;top:0;left:0;position:absolute;overflow:hidden;z-index:0;-webkit-transition:opacity 1s;-o-transition:opacity 1s;transition:opacity 1s}.wp-block-uagb-container .uagb-container__video-wrap video{max-width:100%;width:100%;height:100%;margin:0;line-height:1;border:none;display:inline-block;vertical-align:baseline;-o-object-fit:cover;object-fit:cover;background-size:cover}body .wp-block-uagb-container>.uagb-container-inner-blocks-wrap>*:not(.wp-block-uagb-container):not(.wp-block-uagb-column):not(.wp-block-uagb-container):not(.wp-block-uagb-section):not(.uagb-container__shape):not(.uagb-container__video-wrap):not(.wp-block-spectra-pro-register),body .wp-block-uagb-container>.uagb-container-inner-blocks-wrap,body .wp-block-uagb-container>*:not(.wp-block-uagb-container):not(.wp-block-uagb-column):not(.wp-block-uagb-container):not(.wp-block-uagb-section):not(.uagb-container__shape):not(.uagb-container__video-wrap):not(.wp-block-uagb-image):not(.wp-block-spectra-pro-register){min-width:unset !important;width:100%}.ast-plain-container .editor-styles-wrapper .block-editor-block-list__layout.is-root-container .uagb-is-root-container.wp-block-uagb-container.alignwide{margin-left:auto;margin-right:auto}.uagb-container__shape{overflow:hidden;position:absolute;left:0;width:100%;line-height:0;direction:ltr;z-index:1}.uagb-container__shape-top{top:-3px}.uagb-container__shape-bottom{bottom:-3px}.uagb-container__shape.uagb-container__invert.uagb-container__shape-bottom,.uagb-container__shape.uagb-container__invert.uagb-container__shape-top{-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.uagb-container__shape.uagb-container__shape-flip svg{transform:translateX(-50%) rotateY(180deg)}.uagb-container__shape svg{display:block;width:-webkit-calc(100% + 1.3px);width:calc(100% + 1.3px);position:relative;left:50%;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%)}.uagb-container__shape .uagb-container__shape-fill{-webkit-transform-origin:center;-ms-transform-origin:center;transform-origin:center;-webkit-transform:rotateY(0deg);transform:rotateY(0deg)}.uagb-container__shape.uagb-container__shape-above-content{z-index:9;pointer-events:none}\n.wp-block-uagb-advanced-heading .uagb-heading-text{margin:0}.wp-block-uagb-advanced-heading .uagb-desc-text{margin:0}.wp-block-uagb-advanced-heading .uagb-separator{font-size:0;border-top-style:solid;display:inline-block;margin:0 0 10px 0}.wp-block-uagb-advanced-heading .uagb-highlight{color:#f78a0c;border:0;transition:all 0.3s ease}.uag-highlight-toolbar{border-left:0;border-top:0;border-bottom:0;border-radius:0;border-right-color:#1e1e1e}.uag-highlight-toolbar .components-button{border-radius:0;outline:none}.uag-highlight-toolbar .components-button.is-primary{color:#fff}\n.wp-block-uagb-container.uagb-block-755fcbcf{box-shadow: 0px 0px   #00000070 ;padding-top: 220px;padding-bottom: 150px;padding-left: 0px;padding-right: 0px;margin-top:  !important;margin-bottom:  !important;row-gap: 20px;column-gap: 20px;overflow: visible;background-image: linear-gradient(to right, rgba(42,42,42,0.5), rgba(42,42,42,0.5)), url(https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Acacia-lounge-1-scaled.jpg);;background-repeat: no-repeat;background-position: 47% 54%;background-size: cover;background-attachment: scroll;}.wp-block-uagb-container.uagb-block-755fcbcf.wp-block-uagb-container{color: inherit;border-color: #4B4F58;}.wp-block-uagb-container.uagb-is-root-container .uagb-block-755fcbcf{max-width: 100%;width: 100%;}.wp-block-uagb-container.uagb-block-755fcbcf .uagb-container__shape-top svg{width: calc( 100% + 1.3px );}.wp-block-uagb-container.uagb-block-755fcbcf .uagb-container__shape.uagb-container__shape-top .uagb-container__shape-fill{fill: rgba(51,51,51,1);}.wp-block-uagb-container.uagb-block-755fcbcf .uagb-container__shape-bottom svg{width: calc( 100% + 1.3px );}.wp-block-uagb-container.uagb-block-755fcbcf .uagb-container__shape.uagb-container__shape-bottom .uagb-container__shape-fill{fill: rgba(51,51,51,1);}.wp-block-uagb-container.uagb-block-755fcbcf .uagb-container__video-wrap{background-image: linear-gradient(to right, rgba(42,42,42,0.5), rgba(42,42,42,0.5)), url(https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Acacia-lounge-1-scaled.jpg);;background-repeat: no-repeat;background-position: 47% 54%;background-size: cover;background-attachment: scroll;}.wp-block-uagb-container.uagb-block-755fcbcf .uagb-container__video-wrap video{opacity: 0.5;}.wp-block-uagb-container.uagb-is-root-container.alignfull.uagb-block-755fcbcf > .uagb-container-inner-blocks-wrap{--inner-content-custom-width: min( 100%, 1200px);max-width: var(--inner-content-custom-width);width: 100%;flex-direction: column;align-items: center;justify-content: center;flex-wrap: nowrap;row-gap: 20px;column-gap: 20px;}.uagb-block-3be8afa6.wp-block-uagb-advanced-heading .uagb-heading-text{color: var(--ast-global-color-5);margin-bottom: 20px;}.uagb-block-3be8afa6.wp-block-uagb-advanced-heading {padding-top: 0%;padding-right: 50%;padding-bottom: 0%;padding-left: 0%;}.uagb-block-3be8afa6.wp-block-uagb-advanced-heading .uagb-desc-text{color: var(--ast-global-color-4);margin-bottom: 15px;}.uagb-block-3be8afa6.wp-block-uagb-advanced-heading .uagb-highlight{font-style: normal;background: #007cba;color: #fff;-webkit-text-fill-color: #fff;}.uagb-block-3be8afa6.wp-block-uagb-advanced-heading .uagb-highlight::-moz-selection{color: #fff;background: #007cba;-webkit-text-fill-color: #fff;}.uagb-block-3be8afa6.wp-block-uagb-advanced-heading .uagb-highlight::selection{color: #fff;background: #007cba;-webkit-text-fill-color: #fff;}.uagb-block-3be8afa6.wp-block-uagb-advanced-heading .uagb-separator{border-top-style: solid;border-top-width: 2px;width: 12%;border-color: #0170b9;margin-bottom: 15px;}.uagb-block-3be8afa6 .uagb-desc-text{font-size: 16px;}.wp-block-uagb-container.uagb-block-336b0d07{box-shadow: 0px 0px   #00000070 ;padding-top: 120px;padding-bottom: 60px;padding-left: 0px;padding-right: 0px;margin-top:  !important;margin-bottom:  !important;row-gap: 0px;column-gap: 20px;overflow: visible;background-color: var(--ast-global-color-5);;}.wp-block-uagb-container.uagb-block-336b0d07.wp-block-uagb-container{color: inherit;border-color: #4B4F58;}.wp-block-uagb-container.uagb-is-root-container .uagb-block-336b0d07{max-width: 100%;width: 100%;}.wp-block-uagb-container.uagb-block-336b0d07 .uagb-container__shape-top svg{width: calc( 100% + 1.3px );}.wp-block-uagb-container.uagb-block-336b0d07 .uagb-container__shape.uagb-container__shape-top .uagb-container__shape-fill{fill: rgba(51,51,51,1);}.wp-block-uagb-container.uagb-block-336b0d07 .uagb-container__shape-bottom svg{width: calc( 100% + 1.3px );}.wp-block-uagb-container.uagb-block-336b0d07 .uagb-container__shape.uagb-container__shape-bottom .uagb-container__shape-fill{fill: rgba(51,51,51,1);}.wp-block-uagb-container.uagb-block-336b0d07 .uagb-container__video-wrap{background-color: var(--ast-global-color-5);;}.wp-block-uagb-container.uagb-block-336b0d07 .uagb-container__video-wrap video{opacity: 1;}.wp-block-uagb-container.uagb-is-root-container.alignfull.uagb-block-336b0d07 > .uagb-container-inner-blocks-wrap{--inner-content-custom-width: min( 100%, 1200px);max-width: var(--inner-content-custom-width);width: 100%;flex-direction: column;align-items: center;justify-content: center;flex-wrap: nowrap;row-gap: 0px;column-gap: 20px;}.wp-block-uagb-container.uagb-block-c4df434b{box-shadow: 0px 0px   #00000070 ;padding-top: 0px;padding-bottom: 0px;padding-left: 0px;padding-right: 0px;margin-top:  !important;margin-bottom:  !important;row-gap: 20px;column-gap: 0px;overflow: visible;flex-direction: row;align-items: flex-end;justify-content: flex-end;flex-wrap: nowrap;}.wp-block-uagb-container.uagb-block-c4df434b.wp-block-uagb-container{color: inherit;border-color: #4B4F58;}.wp-block-uagb-container.uagb-is-root-container .uagb-block-c4df434b{max-width: 100%;width: 100%;}.wp-block-uagb-container.uagb-block-c4df434b .uagb-container__shape-top svg{width: calc( 100% + 1.3px );}.wp-block-uagb-container.uagb-block-c4df434b .uagb-container__shape.uagb-container__shape-top .uagb-container__shape-fill{fill: rgba(51,51,51,1);}.wp-block-uagb-container.uagb-block-c4df434b .uagb-container__shape-bottom svg{width: calc( 100% + 1.3px );}.wp-block-uagb-container.uagb-block-c4df434b .uagb-container__shape.uagb-container__shape-bottom .uagb-container__shape-fill{fill: rgba(51,51,51,1);}.wp-block-uagb-container.uagb-block-c4df434b .uagb-container__video-wrap video{opacity: 1;}.wp-block-uagb-container.uagb-is-root-container.alignfull.uagb-block-c4df434b > .uagb-container-inner-blocks-wrap{--inner-content-custom-width: min( 100%, 1200px);max-width: var(--inner-content-custom-width);width: 100%;flex-direction: row;align-items: flex-end;justify-content: flex-end;flex-wrap: nowrap;row-gap: 20px;column-gap: 0px;}.uagb-block-95b4be22.wp-block-uagb-advanced-heading .uagb-heading-text{margin-bottom: 20px;}.uagb-block-95b4be22.wp-block-uagb-advanced-heading .uagb-desc-text{margin-bottom: 15px;}.uagb-block-95b4be22.wp-block-uagb-advanced-heading .uagb-highlight{font-style: normal;background: #007cba;color: #fff;-webkit-text-fill-color: #fff;}.uagb-block-95b4be22.wp-block-uagb-advanced-heading .uagb-highlight::-moz-selection{color: #fff;background: #007cba;-webkit-text-fill-color: #fff;}.uagb-block-95b4be22.wp-block-uagb-advanced-heading .uagb-highlight::selection{color: #fff;background: #007cba;-webkit-text-fill-color: #fff;}.uagb-block-95b4be22.wp-block-uagb-advanced-heading .uagb-separator{border-top-style: solid;border-top-width: 2px;width: 12%;border-color: #0170b9;margin-bottom: 15px;}.uagb-block-95b4be22 .uagb-desc-text{font-size: 16px;}.uagb-icon-list__wrap{display:flex;align-items:flex-start;justify-content:flex-start}.wp-block-uagb-icon-list-child{padding:0;transition:all 0.2s;display:inline-flex;color:#3a3a3a;align-items:center;text-decoration:none;box-shadow:none}.wp-block-uagb-icon-list-child span.uagb-icon-list__source-wrap{display:block;align-items:center}.uagb-icon-list__source-wrap svg{display:block}.uagb-icon-list__source-image{width:40px}.uagb-icon-list__outer-wrap .uagb-icon-list__content-wrap{color:#3a3a3a;display:flex;align-items:center}\n.wp-block-uagb-icon-list-child{position:relative}.wp-block-uagb-icon-list-child>a{position:absolute;top:0;left:0;width:100%;height:100%}img.uagb-icon-list__source-image{max-width:unset}.wp-block-uagb-icon-list-child .uagb-icon-list__label{word-break:break-word}\n.wp-block-uagb-container.uagb-block-47e7ff3a{box-shadow: 0px 0px   #00000070 ;padding-top: 144px;padding-bottom: 144px;padding-left: 40px;padding-right: 40px;margin-top:  !important;margin-bottom:  !important;row-gap: 20px;column-gap: 20px;overflow: visible;background-image: linear-gradient(to right, rgba(42,42,42,0.65), rgba(42,42,42,0.65)), url(https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAA39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba.png);;background-repeat: no-repeat;background-position: 50% 50%;background-size: cover;background-attachment: scroll;}.wp-block-uagb-container.uagb-block-47e7ff3a.wp-block-uagb-container{color: inherit;border-color: #4B4F58;}.wp-block-uagb-container.uagb-is-root-container .uagb-block-47e7ff3a{max-width: 100%;width: 100%;}.wp-block-uagb-container.uagb-block-47e7ff3a .uagb-container__shape-top svg{width: calc( 100% + 1.3px );}.wp-block-uagb-container.uagb-block-47e7ff3a .uagb-container__shape.uagb-container__shape-top .uagb-container__shape-fill{fill: rgba(51,51,51,1);}.wp-block-uagb-container.uagb-block-47e7ff3a .uagb-container__shape-bottom svg{width: calc( 100% + 1.3px );}.wp-block-uagb-container.uagb-block-47e7ff3a .uagb-container__shape.uagb-container__shape-bottom .uagb-container__shape-fill{fill: rgba(51,51,51,1);}.wp-block-uagb-container.uagb-block-47e7ff3a .uagb-container__video-wrap{background-image: linear-gradient(to right, rgba(42,42,42,0.65), rgba(42,42,42,0.65)), url(https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAA39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba.png);;background-repeat: no-repeat;background-position: 50% 50%;background-size: cover;background-attachment: scroll;}.wp-block-uagb-container.uagb-block-47e7ff3a .uagb-container__video-wrap video{opacity: 0.5;}.wp-block-uagb-container.uagb-is-root-container.alignfull.uagb-block-47e7ff3a > .uagb-container-inner-blocks-wrap{--inner-content-custom-width: min( 100%, 781px);max-width: var(--inner-content-custom-width);width: 100%;flex-direction: column;align-items: center;justify-content: center;flex-wrap: nowrap;row-gap: 20px;column-gap: 20px;}.uagb-block-f92a5ead.wp-block-uagb-advanced-heading .uagb-heading-text{color: var(--ast-global-color-5);margin-bottom: 20px;}.uagb-block-f92a5ead.wp-block-uagb-advanced-heading {text-align: center;}.uagb-block-f92a5ead.wp-block-uagb-advanced-heading .uagb-desc-text{color: var(--ast-global-color-4);margin-bottom: 15px;}.uagb-block-f92a5ead.wp-block-uagb-advanced-heading .uagb-highlight{font-style: normal;background: #007cba;color: #fff;-webkit-text-fill-color: #fff;}.uagb-block-f92a5ead.wp-block-uagb-advanced-heading .uagb-highlight::-moz-selection{color: #fff;background: #007cba;-webkit-text-fill-color: #fff;}.uagb-block-f92a5ead.wp-block-uagb-advanced-heading .uagb-highlight::selection{color: #fff;background: #007cba;-webkit-text-fill-color: #fff;}.uagb-block-f92a5ead.wp-block-uagb-advanced-heading .uagb-separator{border-top-style: solid;border-top-width: 2px;width: 12%;border-color: #0170b9;margin-bottom: 15px;}.uagb-block-a409ca07.wp-block-uagb-advanced-heading .uagb-heading-text{margin-bottom: 15px;}.uagb-block-a409ca07.wp-block-uagb-advanced-heading {text-align: center;padding-top: 60px;padding-right: 0px;padding-bottom: 0px;padding-left: 0px;}.uagb-block-a409ca07.wp-block-uagb-advanced-heading a{color: var(--ast-global-color-8);}.uagb-block-a409ca07.wp-block-uagb-advanced-heading a:hover{color: var(--ast-global-color-1);}.uagb-block-a409ca07.wp-block-uagb-advanced-heading .uagb-desc-text{color: var(--ast-global-color-4);margin-bottom: 15px;}.uagb-block-a409ca07.wp-block-uagb-advanced-heading .uagb-highlight{font-style: normal;background: #007cba;color: #fff;-webkit-text-fill-color: #fff;}.uagb-block-a409ca07.wp-block-uagb-advanced-heading .uagb-highlight::-moz-selection{color: #fff;background: #007cba;-webkit-text-fill-color: #fff;}.uagb-block-a409ca07.wp-block-uagb-advanced-heading .uagb-highlight::selection{color: #fff;background: #007cba;-webkit-text-fill-color: #fff;}.uagb-block-a409ca07.wp-block-uagb-advanced-heading .uagb-separator{border-top-style: solid;border-top-width: 2px;width: 12%;border-color: #0170b9;margin-bottom: 15px;}.uagb-block-a409ca07 .uagb-desc-text{text-transform: uppercase;font-size: 16px;letter-spacing: 2px;}.wp-block-uagb-icon-list.uagb-block-0020ae2a .uagb-icon-list__source-image{width: 40px;}.wp-block-uagb-icon-list.uagb-block-0020ae2a .wp-block-uagb-icon-list-child .uagb-icon-list__source-wrap svg{width: 40px;height: 40px;font-size: 40px;color: var(--ast-global-color-5);fill: var(--ast-global-color-5);}.wp-block-uagb-icon-list.uagb-block-0020ae2a .wp-block-uagb-icon-list-child .uagb-icon-list__source-wrap{padding: 0px;border-radius: 0px;border-width: 0px;align-self: center;}.wp-block-uagb-icon-list.uagb-block-0020ae2a .wp-block-uagb-icon-list-child .uagb-icon-list__label{font-size: 48px;text-decoration: !important;font-weight: 600;line-height: em;color: var(--ast-global-color-5);}.wp-block-uagb-icon-list.uagb-block-0020ae2a .uagb-icon-list__wrap{display: flex;flex-direction: column;justify-content: center;-webkit-box-pack: center;-ms-flex-pack: center;-webkit-box-align: center;-ms-flex-align: center;align-items: center;padding-top: 0px;padding-right: 0px;padding-bottom: 24px;padding-left: 0px;}.wp-block-uagb-icon-list.uagb-block-0020ae2a .uagb-icon-list__label{text-align: center;}.wp-block-uagb-icon-list.uagb-block-0020ae2a .wp-block-uagb-icon-list-child{text-align: center;}.wp-block-uagb-icon-list.uagb-block-0020ae2a.wp-block-uagb-icon-list .wp-block-uagb-icon-list-child{margin-left: 0;margin-right: 0;margin-bottom: 10px;}.wp-block-uagb-icon-list.uagb-block-0020ae2a .uagb-icon-list__source-wrap{margin-right: 15px;}.uagb-block-6cec3efd.wp-block-uagb-icon-list-child .uagb-icon-list__source-wrap{background:  !important;border-color:  !important;}.uagb-block-6cec3efd.wp-block-uagb-icon-list-child:hover .uagb-icon-list__source-wrap{background:  !important;border-color:  !important;}.uagb-block-6c40396c.wp-block-uagb-icon-list-child .uagb-icon-list__source-wrap{background:  !important;border-color:  !important;}.uagb-block-6c40396c.wp-block-uagb-icon-list-child:hover .uagb-icon-list__source-wrap{background:  !important;border-color:  !important;}@media only screen and (max-width: 976px) {.wp-block-uagb-container.uagb-block-755fcbcf{padding-top: 170px;padding-bottom: 160px;padding-left: 30px;padding-right: 30px;margin-top:  !important;margin-bottom:  !important;}.wp-block-uagb-container.uagb-is-root-container .uagb-block-755fcbcf{width: 100%;}.wp-block-uagb-container.uagb-is-root-container.alignfull.uagb-block-755fcbcf > .uagb-container-inner-blocks-wrap{--inner-content-custom-width: min( 100%, 1024px);max-width: var(--inner-content-custom-width);width: 100%;}.uagb-block-3be8afa6.wp-block-uagb-advanced-heading {padding-top: 0%;padding-right: 20%;padding-bottom: 0%;padding-left: 0%;}.wp-block-uagb-container.uagb-block-336b0d07{padding-top: 80px;padding-bottom: 80px;padding-left: 30px;padding-right: 30px;margin-top:  !important;margin-bottom:  !important;background-color: var(--ast-global-color-5);;}.wp-block-uagb-container.uagb-is-root-container .uagb-block-336b0d07{width: 100%;}.wp-block-uagb-container.uagb-is-root-container.alignfull.uagb-block-336b0d07 > .uagb-container-inner-blocks-wrap{--inner-content-custom-width: min( 100%, 1024px);max-width: var(--inner-content-custom-width);width: 100%;}.wp-block-uagb-container.uagb-block-c4df434b{padding-top: 0px;padding-bottom: 0px;padding-left: 0px;padding-right: 0px;margin-top:  !important;margin-bottom:  !important;align-items: flex-end;justify-content: space-between;}.wp-block-uagb-container.uagb-is-root-container .uagb-block-c4df434b{width: 100%;}.wp-block-uagb-container.uagb-is-root-container.alignfull.uagb-block-c4df434b > .uagb-container-inner-blocks-wrap{--inner-content-custom-width: min( 100%, 1024px);max-width: var(--inner-content-custom-width);width: 100%;align-items: flex-end;justify-content: space-between;}.wp-block-uagb-container.uagb-block-47e7ff3a{padding-top: 80px;padding-bottom: 80px;padding-left: 40px;padding-right: 40px;margin-top:  !important;margin-bottom:  !important;}.wp-block-uagb-container.uagb-is-root-container .uagb-block-47e7ff3a{width: 100%;}.wp-block-uagb-container.uagb-is-root-container.alignfull.uagb-block-47e7ff3a > .uagb-container-inner-blocks-wrap{--inner-content-custom-width: min( 100%, 781px);max-width: var(--inner-content-custom-width);width: 100%;}.wp-block-uagb-icon-list.uagb-block-0020ae2a .uagb-icon-list__source-image{width: 32px;}.wp-block-uagb-icon-list.uagb-block-0020ae2a .wp-block-uagb-icon-list-child .uagb-icon-list__source-wrap svg{width: 32px;height: 32px;font-size: 32px;}.wp-block-uagb-icon-list.uagb-block-0020ae2a .wp-block-uagb-icon-list-child .uagb-icon-list__source-wrap {padding: 0px;border-width: 0px;align-self: center;}.wp-block-uagb-icon-list.uagb-block-0020ae2a .wp-block-uagb-icon-list-child .uagb-icon-list__label{font-size: 40px;}.wp-block-uagb-icon-list.uagb-block-0020ae2a .uagb-icon-list__wrap{display: flex;flex-direction: column;justify-content: center;-webkit-box-pack: center;-ms-flex-pack: center;-webkit-box-align: center;-ms-flex-align: center;align-items: center;}.wp-block-uagb-icon-list.uagb-block-0020ae2a.wp-block-uagb-icon-list .wp-block-uagb-icon-list-child{margin-left: 0;margin-right: 0;margin-bottom: 10px;}}@media only screen and (max-width: 767px) {.wp-block-uagb-container.uagb-block-755fcbcf{padding-top: 180px;padding-bottom: 80px;padding-left: 20px;padding-right: 20px;margin-top:  !important;margin-bottom:  !important;}.wp-block-uagb-container.uagb-is-root-container .uagb-block-755fcbcf{max-width: 100%;width: 100%;}.wp-block-uagb-container.uagb-is-root-container.alignfull.uagb-block-755fcbcf > .uagb-container-inner-blocks-wrap{--inner-content-custom-width: min( 100%, 767px);max-width: var(--inner-content-custom-width);width: 100%;flex-wrap: wrap;}.uagb-block-3be8afa6.wp-block-uagb-advanced-heading {padding-top: 0px;padding-right: 0px;padding-bottom: 0px;padding-left: 0px;}.uagb-block-3be8afa6 .uagb-desc-text{font-size: 15px;}.wp-block-uagb-container.uagb-block-336b0d07{padding-top: 80px;padding-bottom: 80px;padding-left: 20px;padding-right: 20px;margin-top:  !important;margin-bottom:  !important;background-color: var(--ast-global-color-5);;}.wp-block-uagb-container.uagb-is-root-container .uagb-block-336b0d07{max-width: 100%;width: 100%;}.wp-block-uagb-container.uagb-is-root-container.alignfull.uagb-block-336b0d07 > .uagb-container-inner-blocks-wrap{--inner-content-custom-width: min( 100%, 767px);max-width: var(--inner-content-custom-width);width: 100%;flex-wrap: wrap;}.wp-block-uagb-container.uagb-block-c4df434b{padding-top: 0px;padding-bottom: 0px;padding-left: 0px;padding-right: 0px;margin-top:  !important;margin-bottom:  !important;row-gap: 20px;flex-wrap: wrap;}.wp-block-uagb-container.uagb-is-root-container .uagb-block-c4df434b{max-width: 100%;width: 100%;}.wp-block-uagb-container.uagb-is-root-container.alignfull.uagb-block-c4df434b > .uagb-container-inner-blocks-wrap{--inner-content-custom-width: min( 100%, 767px);max-width: var(--inner-content-custom-width);width: 100%;flex-wrap: wrap;row-gap: 20px;}.wp-block-uagb-container.uagb-block-47e7ff3a{padding-top: 64px;padding-bottom: 64px;padding-left: 24px;padding-right: 24px;margin-top:  !important;margin-bottom:  !important;}.wp-block-uagb-container.uagb-is-root-container .uagb-block-47e7ff3a{max-width: 100%;width: 100%;}.wp-block-uagb-container.uagb-is-root-container.alignfull.uagb-block-47e7ff3a > .uagb-container-inner-blocks-wrap{--inner-content-custom-width: min( 100%, 767px);max-width: var(--inner-content-custom-width);width: 100%;flex-wrap: wrap;}.uagb-block-a409ca07.wp-block-uagb-advanced-heading {padding-top: 30px;padding-right: 0px;padding-bottom: 0px;padding-left: 0px;}.uagb-block-a409ca07 .uagb-desc-text{font-size: 15px;}.wp-block-uagb-icon-list.uagb-block-0020ae2a .uagb-icon-list__source-image{width: 24px;}.wp-block-uagb-icon-list.uagb-block-0020ae2a .wp-block-uagb-icon-list-child .uagb-icon-list__source-wrap svg{width: 24px;height: 24px;font-size: 24px;}.wp-block-uagb-icon-list.uagb-block-0020ae2a .wp-block-uagb-icon-list-child .uagb-icon-list__source-wrap{padding: 0px;border-width: 0px;align-self: center;}.wp-block-uagb-icon-list.uagb-block-0020ae2a .wp-block-uagb-icon-list-child .uagb-icon-list__label{font-size: 28px;}.wp-block-uagb-icon-list.uagb-block-0020ae2a .uagb-icon-list__wrap{display: flex;flex-direction: column;justify-content: center;-webkit-box-pack: center;-ms-flex-pack: center;-webkit-box-align: center;-ms-flex-align: center;align-items: center;}.wp-block-uagb-icon-list.uagb-block-0020ae2a.wp-block-uagb-icon-list .wp-block-uagb-icon-list-child{margin-left: 0;margin-right: 0;margin-bottom: 10px;}}.uag-blocks-common-selector{z-index:var(--z-index-desktop) !important}@media (max-width: 976px){.uag-blocks-common-selector{z-index:var(--z-index-tablet) !important}}@media (max-width: 767px){.uag-blocks-common-selector{z-index:var(--z-index-mobile) !important}}\n\";s:2:\"js\";s:0:\"\";s:18:\"current_block_list\";a:18:{i:0;s:14:\"uagb/container\";i:1;s:21:\"uagb/advanced-heading\";i:2;s:12:\"core/columns\";i:3;s:11:\"core/column\";i:4;s:12:\"core/heading\";i:5;s:14:\"core/paragraph\";i:6;s:9:\"core/list\";i:7;s:14:\"core/list-item\";i:9;s:10:\"core/image\";i:10;s:12:\"core/buttons\";i:11;s:11:\"core/button\";i:12;s:14:\"uagb/icon-list\";i:13;s:20:\"uagb/icon-list-child\";i:14;s:11:\"core/search\";i:15;s:10:\"core/group\";i:16;s:17:\"core/latest-posts\";i:17;s:20:\"core/latest-comments\";i:18;s:14:\"core/shortcode\";}s:8:\"uag_flag\";b:1;s:11:\"uag_version\";s:10:\"1671115151\";s:6:\"gfonts\";a:0:{}s:10:\"gfonts_url\";s:0:\"\";s:12:\"gfonts_files\";a:0:{}s:14:\"uag_faq_layout\";b:0;}'),
(1795,	1044,	'_uag_css_file_name',	'uag-css-1044-1671459687.css'),
(1796,	1354,	'_wp_attached_file',	'2022/12/Games-Room.png'),
(1797,	1354,	'_wp_attachment_metadata',	'a:6:{s:5:\"width\";i:370;s:6:\"height\";i:440;s:4:\"file\";s:22:\"2022/12/Games-Room.png\";s:8:\"filesize\";i:244832;s:5:\"sizes\";a:2:{s:6:\"medium\";a:5:{s:4:\"file\";s:22:\"Games-Room-252x300.png\";s:5:\"width\";i:252;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:107295;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:22:\"Games-Room-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:36390;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(1805,	1358,	'_wp_attached_file',	'2022/12/drone-view-of-walks.png'),
(1806,	1358,	'_wp_attachment_metadata',	'a:6:{s:5:\"width\";i:370;s:6:\"height\";i:440;s:4:\"file\";s:31:\"2022/12/drone-view-of-walks.png\";s:8:\"filesize\";i:273391;s:5:\"sizes\";a:2:{s:6:\"medium\";a:5:{s:4:\"file\";s:31:\"drone-view-of-walks-252x300.png\";s:5:\"width\";i:252;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:120014;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:31:\"drone-view-of-walks-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:39265;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(1812,	1364,	'_wp_attached_file',	'2022/12/Acacia-lounge-2-scaled.jpg'),
(1813,	1364,	'_wp_attachment_metadata',	'a:7:{s:5:\"width\";i:1440;s:6:\"height\";i:2560;s:4:\"file\";s:34:\"2022/12/Acacia-lounge-2-scaled.jpg\";s:8:\"filesize\";i:635994;s:5:\"sizes\";a:6:{s:6:\"medium\";a:5:{s:4:\"file\";s:27:\"Acacia-lounge-2-169x300.jpg\";s:5:\"width\";i:169;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:76467;}s:5:\"large\";a:5:{s:4:\"file\";s:28:\"Acacia-lounge-2-576x1024.jpg\";s:5:\"width\";i:576;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:177882;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:27:\"Acacia-lounge-2-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:70840;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:28:\"Acacia-lounge-2-768x1365.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1365;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:255505;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:28:\"Acacia-lounge-2-864x1536.jpg\";s:5:\"width\";i:864;s:6:\"height\";i:1536;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:299908;}s:9:\"2048x2048\";a:5:{s:4:\"file\";s:29:\"Acacia-lounge-2-1152x2048.jpg\";s:5:\"width\";i:1152;s:6:\"height\";i:2048;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:454194;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"2\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:8:\"SM-A315F\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1671614870\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:3:\"4.6\";s:3:\"iso\";s:3:\"400\";s:13:\"shutter_speed\";s:8:\"0.050002\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:1;s:8:\"keywords\";a:0:{}}s:14:\"original_image\";s:19:\"Acacia-lounge-2.jpg\";}'),
(1814,	1365,	'_wp_attached_file',	'2022/12/Honeymoon-bed-scaled.jpg'),
(1815,	1365,	'_wp_attachment_metadata',	'a:7:{s:5:\"width\";i:2560;s:6:\"height\";i:1920;s:4:\"file\";s:32:\"2022/12/Honeymoon-bed-scaled.jpg\";s:8:\"filesize\";i:698844;s:5:\"sizes\";a:6:{s:6:\"medium\";a:5:{s:4:\"file\";s:25:\"Honeymoon-bed-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:23252;}s:5:\"large\";a:5:{s:4:\"file\";s:26:\"Honeymoon-bed-1024x768.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:129098;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:25:\"Honeymoon-bed-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:15418;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:25:\"Honeymoon-bed-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:79515;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:27:\"Honeymoon-bed-1536x1152.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1152;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:265698;}s:9:\"2048x2048\";a:5:{s:4:\"file\";s:27:\"Honeymoon-bed-2048x1536.jpg\";s:5:\"width\";i:2048;s:6:\"height\";i:1536;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:455413;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"2.8\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:24:\"Canon DIGITAL IXUS 95 IS\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1671548430\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:3:\"6.2\";s:3:\"iso\";s:3:\"400\";s:13:\"shutter_speed\";s:17:\"0.066666666666667\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}s:14:\"original_image\";s:17:\"Honeymoon-bed.jpg\";}'),
(1816,	1367,	'_wp_attached_file',	'2022/12/Untitled-design-8.png'),
(1817,	1367,	'_wp_attachment_metadata',	'a:6:{s:5:\"width\";i:3648;s:6:\"height\";i:2736;s:4:\"file\";s:29:\"2022/12/Untitled-design-8.png\";s:8:\"filesize\";i:8233970;s:5:\"sizes\";a:6:{s:6:\"medium\";a:5:{s:4:\"file\";s:29:\"Untitled-design-8-300x225.png\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:111699;}s:5:\"large\";a:5:{s:4:\"file\";s:30:\"Untitled-design-8-1024x768.png\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:1060442;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:29:\"Untitled-design-8-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:39874;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:29:\"Untitled-design-8-768x576.png\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:641709;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:31:\"Untitled-design-8-1536x1152.png\";s:5:\"width\";i:1536;s:6:\"height\";i:1152;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:2071436;}s:9:\"2048x2048\";a:5:{s:4:\"file\";s:31:\"Untitled-design-8-2048x1536.png\";s:5:\"width\";i:2048;s:6:\"height\";i:1536;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:3246698;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(1910,	760,	'_uag_page_assets',	'a:9:{s:3:\"css\";s:119175:\".wp-block-uagb-container{display:flex;position:relative;box-sizing:border-box;z-index:2;transition-property:box-shadow;transition-duration:0.2s;transition-timing-function:ease}.wp-block-uagb-container.uagb-is-root-container{margin-left:auto;margin-right:auto}.wp-block-uagb-container.alignfull.uagb-is-root-container .uagb-container-inner-blocks-wrap{display:flex;position:relative;box-sizing:border-box;margin-left:auto !important;margin-right:auto !important;z-index:2}.wp-block-uagb-container>*:not(.uagb-container__shape){z-index:2}.wp-block-uagb-container .uagb-container__video-wrap{height:100%;width:100%;top:0;left:0;position:absolute;overflow:hidden;z-index:0;-webkit-transition:opacity 1s;-o-transition:opacity 1s;transition:opacity 1s}.wp-block-uagb-container .uagb-container__video-wrap video{max-width:100%;width:100%;height:100%;margin:0;line-height:1;border:none;display:inline-block;vertical-align:baseline;-o-object-fit:cover;object-fit:cover;background-size:cover}body .wp-block-uagb-container>.uagb-container-inner-blocks-wrap>*:not(.wp-block-uagb-container):not(.wp-block-uagb-column):not(.wp-block-uagb-container):not(.wp-block-uagb-section):not(.uagb-container__shape):not(.uagb-container__video-wrap):not(.wp-block-spectra-pro-register),body .wp-block-uagb-container>.uagb-container-inner-blocks-wrap,body .wp-block-uagb-container>*:not(.wp-block-uagb-container):not(.wp-block-uagb-column):not(.wp-block-uagb-container):not(.wp-block-uagb-section):not(.uagb-container__shape):not(.uagb-container__video-wrap):not(.wp-block-uagb-image):not(.wp-block-spectra-pro-register){min-width:unset !important;width:100%}.ast-plain-container .editor-styles-wrapper .block-editor-block-list__layout.is-root-container .uagb-is-root-container.wp-block-uagb-container.alignwide{margin-left:auto;margin-right:auto}.uagb-container__shape{overflow:hidden;position:absolute;left:0;width:100%;line-height:0;direction:ltr;z-index:1}.uagb-container__shape-top{top:-3px}.uagb-container__shape-bottom{bottom:-3px}.uagb-container__shape.uagb-container__invert.uagb-container__shape-bottom,.uagb-container__shape.uagb-container__invert.uagb-container__shape-top{-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.uagb-container__shape.uagb-container__shape-flip svg{transform:translateX(-50%) rotateY(180deg)}.uagb-container__shape svg{display:block;width:-webkit-calc(100% + 1.3px);width:calc(100% + 1.3px);position:relative;left:50%;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%)}.uagb-container__shape .uagb-container__shape-fill{-webkit-transform-origin:center;-ms-transform-origin:center;transform-origin:center;-webkit-transform:rotateY(0deg);transform:rotateY(0deg)}.uagb-container__shape.uagb-container__shape-above-content{z-index:9;pointer-events:none}\n.uagb-ifb-content>svg *{-webkit-transition:all 0.2s;-o-transition:all 0.2s;transition:all 0.2s}.uagb-ifb-content>svg,.uagb-ifb-content{display:inline-block}.uagb-ifb-content>svg{vertical-align:middle;width:inherit;height:inherit;font-style:initial}.uagb-ifb-content .uagb-ifb-icon-wrap svg{box-sizing:content-box;width:inherit;height:inherit}.uagb-ifb-button-wrapper:empty{display:none}div.uagb-ifb-button-wrapper a.uagb-infobox-cta-link,div.uagb-ifb-cta a.uagb-infobox-cta-link,.entry .entry-content a.uagb-infobox-cta-link,a.uagb-infobox-link-wrap,.entry .entry-content a.uagb-infobox-link-wrap{text-decoration:none;align-items:center}a.uagb-infobox-cta-link:hover,.entry .entry-content a.uagb-infobox-cta-link:hover,a.uagb-infobox-link-wrap:hover,.entry .entry-content a.uagb-infobox-link-wrap:hover .entry .entry-content a.uagb-infobox-cta-link:hover{color:inherit}.uagb-infobox-icon-left-title.uagb-infobox-image-valign-middle .uagb-ifb-title-wrap,.uagb-infobox-icon-right-title.uagb-infobox-image-valign-middle .uagb-ifb-title-wrap,.uagb-infobox-image-valign-middle .uagb-ifb-icon-wrap,.uagb-infobox-image-valign-middle .uagb-ifb-image-content,.uagb-infobox-icon-left.uagb-infobox-image-valign-middle .uagb-ifb-content,.uagb-infobox-icon-right.uagb-infobox-image-valign-middle .uagb-ifb-content{-ms-flex-item-align:center;-webkit-align-self:center;align-self:center}.uagb-infobox-icon-left-title.uagb-infobox-image-valign-top .uagb-ifb-title-wrap,.uagb-infobox-icon-right-title.uagb-infobox-image-valign-top .uagb-ifb-title-wrap,.uagb-infobox-image-valign-top .uagb-ifb-icon-wrap,.uagb-infobox-image-valign-top .uagb-ifb-image-content,.uagb-infobox-icon-left.uagb-infobox-image-valign-top .uagb-ifb-content,.uagb-infobox-icon-right.uagb-infobox-image-valign-top .uagb-ifb-content{-webkit-align-self:self-start;align-self:self-start}.uagb-infobox-left{justify-content:flex-start;text-align:left;-webkit-box-pack:start;-ms-flex-pack:start;-webkit-justify-content:flex-start;-moz-box-pack:start}.uagb-infobox-center{justify-content:center;text-align:center;-webkit-box-pack:center;-ms-flex-pack:center;-webkit-justify-content:center;-moz-box-pack:center}.uagb-infobox-right{justify-content:flex-end;text-align:right;-webkit-box-pack:end;-ms-flex-pack:end;-webkit-justify-content:flex-end;-moz-box-pack:end}.uagb-infobox-icon-above-title.uagb-infobox__content-wrap,.uagb-infobox-icon-below-title.uagb-infobox__content-wrap{display:block;width:100%}.uagb-infobox-icon-left-title .uagb-ifb-content>svg,.uagb-infobox-icon-left .uagb-ifb-content>svg{margin-right:10px}.uagb-infobox-icon-right-title .uagb-ifb-content>svg,.uagb-infobox-icon-right .uagb-ifb-content>svg{margin-left:10px}.uagb-infobox-icon-left.uagb-infobox__content-wrap,.uagb-infobox-icon-right.uagb-infobox__content-wrap,.uagb-infobox-icon-left-title .uagb-ifb-left-title-image,.uagb-infobox-icon-right-title .uagb-ifb-right-title-image{display:-webkit-box;display:-ms-flexbox;display:-webkit-flex;display:-moz-box;display:flex;-js-display:flex}.uagb-infobox-icon-left-title .uagb-ifb-left-title-image .uagb-ifb-image-content,.uagb-infobox-icon-right-title .uagb-ifb-right-title-image .uagb-ifb-image-content,.uagb-infobox-icon-left .uagb-ifb-image-content,.uagb-infobox-icon-right .uagb-ifb-image-content{flex-shrink:0}.uagb-infobox-icon-left-title .uagb-ifb-left-title-image .uagb-ifb-title-wrap,.uagb-infobox-icon-right-title .uagb-ifb-right-title-image .uagb-ifb-title-wrap,.uagb-infobox-icon-left .uagb-ifb-content,.uagb-infobox-icon-right .uagb-ifb-content{flex-grow:1}.uagb-infobox-icon-right.uagb-infobox__content-wrap,.uagb-infobox-icon-right-title .uagb-ifb-right-title-image{-webkit-box-pack:end;-ms-flex-pack:end;-webkit-justify-content:flex-end;-moz-box-pack:end;justify-content:flex-end}.uagb-ifb-content img{position:relative;display:inline-block;line-height:0;width:auto;height:auto !important;max-width:100%;border-radius:inherit;-webkit-box-sizing:content-box;-moz-box-sizing:content-box;-webkit-border-radius:inherit}.uagb-infobox-module-link{position:absolute;top:0;right:0;bottom:0;left:0;z-index:4;width:100%;height:100%}.uagb-edit-mode .uagb-infobox-module-link{z-index:2}.uagb-infobox-link-icon-after{margin-right:0;margin-left:5px}.uagb-infobox-link-icon-before{margin-right:5px;margin-left:0}.uagb-infobox-link-icon{-webkit-transition:all 200ms linear;transition:all 200ms linear}.uagb-infobox__content-wrap{box-sizing:border-box;position:relative;width:100%;word-break:break-word;z-index:1}.uagb-ifb-separator{display:inline-block;margin:0;border-top-color:#333;border-top-style:solid;border-top-width:2px;line-height:0}.uagb-ifb-button-wrapper{line-height:1}.uagb-ifb-button-wrapper .uagb-infobox-cta-link{cursor:pointer}.uagb-ifb-button-wrapper .wp-block-button__link svg{fill:currentColor}.uagb-infobox__content-wrap a{-webkit-box-shadow:none;box-shadow:none;text-decoration:none}.uagb-ifb-title-wrap{width:100%}.uagb-ifb-title-wrap .uagb-ifb-title-prefix{display:block;padding:0;margin:0}.uagb-infobox__content-wrap.uagb-infobox__content-wrap{position:relative}.uagb-ifb-content{width:100%}.uagb-infobox__content-wrap.uagb-infobox,.uagb-ifb-content,.uagb-ifb-title-wrap,.uagb-ifb-title-prefix *,svg.dashicon.dashicons-upload{z-index:1}a.uagb-infobox-link-wrap{color:inherit}.uagb-ifb-content p:empty{display:none}.uagb-infobox__content-wrap .uagb-ifb-content img{display:inline-block;max-width:100%}.uagb-infobox__content-wrap .uagb-ifb-content svg{display:inline-block}.uagb-infobox__content-wrap .uagb-ifb-icon-wrap,.uagb-infobox-icon-left .uagb-ifb-image-content,.uagb-infobox-icon-right .uagb-ifb-image-content{box-sizing:content-box}.uagb-infobox-cta-link>svg{vertical-align:middle;width:15px;height:15px;font-size:15px}.uagb-infobox-cta-link{display:inline-flex}.block-editor-page #wpwrap .uagb-infobox-cta-link svg,.uagb-infobox-cta-link svg{font-style:normal}.uagb-infobox-icon-left-title .uagb-ifb-icon-wrap,.uagb-infobox-icon-left .uagb-ifb-icon-wrap{margin-right:10px}.uagb-infobox-icon-right-title .uagb-ifb-icon-wrap,.uagb-infobox-icon-right .uagb-ifb-icon-wrap{margin-left:10px}.uagb-infobox-icon-left .uagb-ifb-left-right-wrap,.uagb-infobox-icon-right .uagb-ifb-left-right-wrap,.uagb-infobox-icon-left-title .uagb-ifb-left-title-image,.uagb-infobox-icon-right-title .uagb-ifb-right-title-image{display:-webkit-box;display:-ms-flexbox;display:flex}.uagb-infobox-icon-right .uagb-ifb-left-right-wrap,.uagb-infobox-icon-right-title .uagb-ifb-right-title-image{-webkit-box-pack:end;-ms-flex-pack:end;-webkit-justify-content:flex-end;-moz-box-pack:end;justify-content:flex-end}a.uagb-infbox__link-to-all{position:absolute;top:0;left:0;z-index:3;width:100%;height:100%;box-shadow:none;text-decoration:none;-webkit-box-shadow:none}@media only screen and (max-width: 976px){.uagb-infobox-stacked-tablet.uagb-infobox__content-wrap .uagb-ifb-image-content{padding:0;margin-bottom:20px}.uagb-infobox-stacked-tablet.uagb-reverse-order-tablet.uagb-infobox__content-wrap{display:-webkit-inline-box;display:-ms-inline-flexbox;display:-webkit-inline-flex;display:-moz-inline-box;display:inline-flex;flex-direction:column-reverse;-js-display:inline-flex;-webkit-box-orient:vertical;-webkit-box-direction:reverse;-ms-flex-direction:column-reverse;-webkit-flex-direction:column-reverse;-moz-box-orient:vertical;-moz-box-direction:reverse}.uagb-infobox-stacked-tablet.uagb-infobox__content-wrap .uagb-ifb-content,.uagb-infobox-stacked-tablet.uagb-infobox__content-wrap .uagb-ifb-icon-wrap,.uagb-infobox-stacked-tablet.uagb-infobox__content-wrap .uagb-ifb-image-content{display:block;width:100%;text-align:center}.uagb-infobox-stacked-tablet.uagb-infobox__content-wrap .uagb-ifb-icon-wrap,.uagb-infobox-stacked-tablet.uagb-infobox__content-wrap .uagb-ifb-image-content{margin-right:0;margin-left:0}.uagb-infobox-stacked-tablet.uagb-infobox__content-wrap{display:inline-block}.uagb-infobox-icon-left-title.uagb-infobox-stacked-tablet .uagb-ifb-image-content,.uagb-infobox-icon-left-title.uagb-infobox-stacked-tablet .uagb-ifb-icon-wrap,.uagb-infobox-icon-left.uagb-infobox-stacked-tablet .uagb-ifb-image-content,.uagb-infobox-icon-left.uagb-infobox-stacked-tablet .uagb-ifb-icon-wrap{margin-right:0}.uagb-infobox-icon-right-title.uagb-infobox-stacked-tablet .uagb-ifb-image-content,.uagb-infobox-icon-right-title.uagb-infobox-stacked-tablet .uagb-ifb-icon-wrap,.uagb-infobox-icon-right.uagb-infobox-stacked-tablet .uagb-ifb-image-content,.uagb-infobox-icon-right.uagb-infobox-stacked-tablet .uagb-ifb-icon-wrap{margin-left:0}.uagb-infobox-icon-left-title .uagb-ifb-separator{margin:10px 0}}@media screen and (max-width: 767px){.uagb-infobox-stacked-mobile.uagb-infobox__content-wrap{display:inline-block}.uagb-infobox-stacked-mobile.uagb-infobox__content-wrap .uagb-ifb-image-content,.uagb-infobox-stacked-mobile.uagb-infobox__content-wrap .uagb-ifb-icon-wrap{padding:0;margin-bottom:20px;margin-right:0;margin-left:0}.uagb-infobox-stacked-mobile.uagb-infobox__content-wrap.uagb-reverse-order-mobile{display:-webkit-inline-box;display:-ms-inline-flexbox;display:-webkit-inline-flex;display:-moz-inline-box;display:inline-flex;flex-direction:column-reverse;-js-display:inline-flex;-webkit-box-orient:vertical;-webkit-box-direction:reverse;-ms-flex-direction:column-reverse;-webkit-flex-direction:column-reverse;-moz-box-orient:vertical;-moz-box-direction:reverse}.uagb-infobox-stacked-mobile.uagb-infobox__content-wrap .uagb-ifb-image-content,.uagb-infobox-stacked-mobile.uagb-infobox__content-wrap .uagb-ifb-icon-wrap,.uagb-infobox-stacked-mobile.uagb-infobox__content-wrap .uagb-ifb-content{display:block;width:100%;text-align:center}.uagb-infobox-icon-left-title.uagb-infobox-stacked-mobile .uagb-ifb-image-content,.uagb-infobox-icon-left-title.uagb-infobox-stacked-mobile .uagb-ifb-icon-wrap,.uagb-infobox-icon-left.uagb-infobox-stacked-mobile .uagb-ifb-image-content,.uagb-infobox-icon-left.uagb-infobox-stacked-mobile .uagb-ifb-icon-wrap{margin-right:0}.uagb-infobox-icon-right-title.uagb-infobox-stacked-mobile .uagb-ifb-image-content,.uagb-infobox-icon-right-title.uagb-infobox-stacked-mobile .uagb-ifb-icon-wrap,.uagb-infobox-icon-right.uagb-infobox-stacked-mobile .uagb-ifb-image-content,.uagb-infobox-icon-right.uagb-infobox-stacked-mobile .uagb-ifb-icon-wrap{margin-left:0}.uagb-infobox-icon-left-title .uagb-ifb-separator{margin:10px 0}}.uagb-ifb-icon svg{width:inherit;height:inherit;vertical-align:middle}.uagb-ifb-button-icon{height:15px;width:15px;font-size:15px;vertical-align:middle}.uagb-ifb-button-icon svg{height:inherit;width:inherit;display:inline-block}.uagb-ifb-button-icon.uagb-ifb-align-icon-after{float:right}.uagb-ifb-cta-button{display:inline-block}.uagb-disable-link{pointer-events:none}\n.wp-block-uagb-container.uagb-block-3b163f7a{min-height: 95vh;box-shadow: 0px 0px   #00000070 ;padding-top: 0px;padding-bottom: 0px;padding-left: 40px;padding-right: 40px;margin-top:  !important;margin-bottom:  !important;row-gap: 20px;column-gap: 20px;overflow: visible;background-image: linear-gradient(to right, rgba(42,42,42,0.35), rgba(42,42,42,0.35)), url(https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Blue-Roan-pool.jpg);;background-repeat: no-repeat;background-position: 50% 25%;background-size: cover;background-attachment: scroll;}.wp-block-uagb-container.uagb-block-3b163f7a.wp-block-uagb-container{color: inherit;border-color: #4B4F58;}.wp-block-uagb-container.uagb-is-root-container .uagb-block-3b163f7a{max-width: 100%;width: 100%;}.wp-block-uagb-container.uagb-block-3b163f7a .uagb-container__shape-top svg{width: calc( 100% + 1.3px );}.wp-block-uagb-container.uagb-block-3b163f7a .uagb-container__shape.uagb-container__shape-top .uagb-container__shape-fill{fill: rgba(51,51,51,1);}.wp-block-uagb-container.uagb-block-3b163f7a .uagb-container__shape-bottom svg{width: calc( 100% + 1.3px );}.wp-block-uagb-container.uagb-block-3b163f7a .uagb-container__shape.uagb-container__shape-bottom .uagb-container__shape-fill{fill: rgba(51,51,51,1);}.wp-block-uagb-container.uagb-block-3b163f7a .uagb-container__video-wrap{background-image: linear-gradient(to right, rgba(42,42,42,0.35), rgba(42,42,42,0.35)), url(https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Blue-Roan-pool.jpg);;background-repeat: no-repeat;background-position: 50% 25%;background-size: cover;background-attachment: scroll;}.wp-block-uagb-container.uagb-block-3b163f7a .uagb-container__video-wrap video{opacity: 0.5;}.wp-block-uagb-container.uagb-is-root-container.alignfull.uagb-block-3b163f7a > .uagb-container-inner-blocks-wrap{--inner-content-custom-width: min( 100%, 1200px);max-width: var(--inner-content-custom-width);width: 100%;flex-direction: column;align-items: flex-start;justify-content: center;flex-wrap: nowrap;row-gap: 20px;column-gap: 20px;}.uagb-block-ef267882 .uagb-ifb-icon{width: 30px;line-height: 30px;}.uagb-block-ef267882 .uagb-ifb-icon > span{font-size: 30px;width: 30px;line-height: 30px;color: #333;}.uagb-block-ef267882 .uagb-ifb-icon svg{fill: #333;}.uagb-block-ef267882.uagb-infobox__content-wrap .uagb-ifb-icon-wrap svg{width: 30px;height: 30px;line-height: 30px;font-size: 30px;color: #333;fill: #333;}.uagb-block-ef267882 .uagb-ifb-content .uagb-ifb-icon-wrap svg{line-height: 30px;font-size: 30px;color: #333;fill: #333;}.uagb-block-ef267882 .uagb-iconbox-icon-wrap{margin: auto;display: inline-block;line-height: 30px;box-sizing: content-box;width: 30px;height: 30px;padding-left: 0px;padding-right: 0px;padding-top: 0px;padding-bottom: 0px;}.uagb-block-ef267882.uagb-infobox__content-wrap .uagb-ifb-icon-wrap > svg{padding-left: 0px;padding-right: 0px;padding-top: 0px;padding-bottom: 0px;}.uagb-block-ef267882.uagb-infobox__content-wrap .uagb-ifb-content .uagb-ifb-icon-wrap > svg{padding-left: 0px;padding-right: 0px;padding-top: 0px;padding-bottom: 0px;}.uagb-block-ef267882 .uagb-ifb-content .uagb-ifb-left-title-image svg{width: 30px;line-height: 30px;font-size: 30px;color: #333;fill: #333;}.uagb-block-ef267882 .uagb-ifb-content .uagb-ifb-right-title-image svg{width: 30px;line-height: 30px;font-size: 30px;color: #333;fill: #333;}.uagb-block-ef267882 .uagb-infobox__content-wrap .uagb-ifb-imgicon-wrap{padding-left: 0px;padding-right: 0px;padding-top: 0px;padding-bottom: 0px;}.uagb-block-ef267882 .uagb-infobox .uagb-ifb-image-content img{border-radius: 0px;}.uagb-block-ef267882.uagb-infobox__content-wrap img{padding-left: 0px;padding-right: 0px;padding-top: 0px;padding-bottom: 0px;border-radius: 0px;}.uagb-block-ef267882.uagb-infobox__content-wrap .uagb-ifb-content .uagb-ifb-right-title-image > img{padding-left: 0px;padding-right: 0px;padding-top: 0px;padding-bottom: 0px;border-radius: 0px;}.uagb-block-ef267882.uagb-infobox__content-wrap .uagb-ifb-content .uagb-ifb-left-title-image > img{padding-left: 0px;padding-right: 0px;padding-top: 0px;padding-bottom: 0px;border-radius: 0px;}.uagb-block-ef267882.uagb-infobox__content-wrap .uagb-ifb-content > img{padding-left: 0px;padding-right: 0px;padding-top: 0px;padding-bottom: 0px;border-radius: 0px;}.uagb-block-ef267882 .uagb-ifb-title-prefix{margin-bottom: 10px;margin-top: 5px;}.uagb-block-ef267882.wp-block-uagb-info-box .uagb-ifb-title{color: var(--ast-global-color-5);margin-bottom: 20px;}.uagb-block-ef267882.wp-block-uagb-info-box .uagb-ifb-desc{color: var(--ast-global-color-5);margin-bottom: 40px;}.uagb-block-ef267882 .uagb-ifb-separator{width: 30%;border-top-width: 2px;border-top-color: #333;border-top-style: solid;margin-bottom: 0px;}.uagb-block-ef267882 .uagb-infobox__content-wrap .uagb-ifb-separator{width: 30%;border-top-width: 2px;border-top-color: #333;border-top-style: solid;}.uagb-block-ef267882 .uagb-ifb-align-icon-after{margin-left: 5px;}.uagb-block-ef267882 .uagb-ifb-align-icon-before{margin-right: 5px;}.uagb-block-ef267882.uagb-infobox__content-wrap .uagb-ifb-content svg{box-sizing: content-box;}.uagb-block-ef267882.uagb-infobox__content-wrap .uagb-ifb-content img{box-sizing: content-box;}.uagb-block-ef267882 .uagb-infobox__content-wrap{text-align: left;}.uagb-block-ef267882.uagb-infobox-icon-above-title{text-align: left;}.uagb-block-ef267882.uagb-infobox__content-wrap{padding-top: 5%;padding-right: 40%;padding-bottom: 0%;padding-left: 0%;}.uagb-block-ef267882.uagb-infobox__content-wrap .uagb-infobox-cta-link > svg {margin-left: 5px;}.uagb-block-ef267882 .uagb-ifb-desc{font-size: 17px;}.wp-block-uagb-advanced-heading .uagb-heading-text{margin:0}.wp-block-uagb-advanced-heading .uagb-desc-text{margin:0}.wp-block-uagb-advanced-heading .uagb-separator{font-size:0;border-top-style:solid;display:inline-block;margin:0 0 10px 0}.wp-block-uagb-advanced-heading .uagb-highlight{color:#f78a0c;border:0;transition:all 0.3s ease}.uag-highlight-toolbar{border-left:0;border-top:0;border-bottom:0;border-radius:0;border-right-color:#1e1e1e}.uag-highlight-toolbar .components-button{border-radius:0;outline:none}.uag-highlight-toolbar .components-button.is-primary{color:#fff}\n.wp-block-uagb-image__figure{position:relative;display:inline-block;max-width:100%;height:auto;margin:0}.wp-block-uagb-image__figure img{height:auto;max-width:100%}.wp-block-uagb-image__figure>a{display:inline-block}.wp-block-uagb-image__figure figcaption{text-align:center;margin-top:0.5em;margin-bottom:1em}.wp-block-uagb-image--align-left{text-align:left}.wp-block-uagb-image--align-right{text-align:right}.wp-block-uagb-image--align-center{text-align:center}.wp-block-uagb-image--align-full .wp-block-uagb-image__figure{margin-left:calc(50% - 50vw);margin-right:calc(50% - 50vw);max-width:100vw;width:100vw;height:auto}.wp-block-uagb-image--align-full .wp-block-uagb-image__figure img{height:auto;width:100% !important}.wp-block-uagb-image--align-wide .wp-block-uagb-image__figure img{height:auto;width:100%}.wp-block-uagb-image--layout-overlay__color-wrapper{position:absolute;left:0;top:0;right:0;bottom:0;opacity:0.2;background:rgba(0,0,0,0.5);transition:opacity 0.35s ease-in-out}.wp-block-uagb-image--layout-overlay-link{position:absolute;left:0;right:0;bottom:0;top:0}.wp-block-uagb-image--layout-overlay .wp-block-uagb-image__figure:hover .wp-block-uagb-image--layout-overlay__color-wrapper{opacity:1}.wp-block-uagb-image--layout-overlay__inner{position:absolute;left:15px;right:15px;bottom:15px;top:15px;display:flex;align-items:center;justify-content:center;flex-direction:column;border-color:#fff;transition:0.35s ease-in-out}.wp-block-uagb-image--layout-overlay__inner.top-left,.wp-block-uagb-image--layout-overlay__inner.top-center,.wp-block-uagb-image--layout-overlay__inner.top-right{justify-content:flex-start}.wp-block-uagb-image--layout-overlay__inner.bottom-left,.wp-block-uagb-image--layout-overlay__inner.bottom-center,.wp-block-uagb-image--layout-overlay__inner.bottom-right{justify-content:flex-end}.wp-block-uagb-image--layout-overlay__inner.top-left,.wp-block-uagb-image--layout-overlay__inner.center-left,.wp-block-uagb-image--layout-overlay__inner.bottom-left{align-items:flex-start}.wp-block-uagb-image--layout-overlay__inner.top-right,.wp-block-uagb-image--layout-overlay__inner.center-right,.wp-block-uagb-image--layout-overlay__inner.bottom-right{align-items:flex-end}.wp-block-uagb-image--layout-overlay__inner .uagb-image-heading{color:#fff;transition:transform 0.35s, opacity 0.35s ease-in-out;transform:translate3d(0, 24px, 0)}.wp-block-uagb-image--layout-overlay__inner .uagb-image-separator{width:30%;border-top-width:2px;border-top-color:#fff;border-top-style:solid;margin-bottom:10px;opacity:0;transition:transform 0.4s, opacity 0.4s ease-in-out;transform:translate3d(0, 30px, 0)}.wp-block-uagb-image--layout-overlay__inner .uagb-image-caption{opacity:0;overflow:visible;color:#fff;transition:transform 0.45s, opacity 0.45s ease-in-out;transform:translate3d(0, 35px, 0)}.wp-block-uagb-image--layout-overlay__inner:hover .uagb-image-heading,.wp-block-uagb-image--layout-overlay__inner:hover .uagb-image-separator,.wp-block-uagb-image--layout-overlay__inner:hover .uagb-image-caption{opacity:1;transform:translate3d(0, 0, 0)}.wp-block-uagb-image--effect-zoomin .wp-block-uagb-image__figure{overflow:hidden}.wp-block-uagb-image--effect-zoomin .wp-block-uagb-image__figure img{transform:scale(1);transition:transform 0.35s ease-in-out}.wp-block-uagb-image--effect-zoomin .wp-block-uagb-image__figure:hover img{transform:scale(1.05)}.wp-block-uagb-image--effect-slide .wp-block-uagb-image__figure{overflow:hidden}.wp-block-uagb-image--effect-slide .wp-block-uagb-image__figure img{width:calc(100% + 40px) !important;max-width:none !important;transform:translate3d(-40px, 0, 0);transition:transform 0.35s ease-in-out}.wp-block-uagb-image--effect-slide .wp-block-uagb-image__figure:hover img{transform:translate3d(0, 0, 0)}.wp-block-uagb-image--effect-grayscale img{filter:grayscale(0%);transition:0.35s ease-in-out}.wp-block-uagb-image--effect-grayscale:hover img{filter:grayscale(100%)}.wp-block-uagb-image--effect-blur img{filter:blur(0);transition:0.35s ease-in-out}.wp-block-uagb-image--effect-blur:hover img{filter:blur(3px)}\n.wp-block-uagb-container.uagb-block-60c1731e{box-shadow: 0px 0px   #00000070 ;padding-top: 60px;padding-bottom: 60px;padding-left: 0px;padding-right: 0px;margin-top:  !important;margin-bottom:  !important;row-gap: 20px;column-gap: 60px;overflow: visible;background-color: var(--ast-global-color-5);;}.wp-block-uagb-container.uagb-block-60c1731e.wp-block-uagb-container{color: inherit;border-color: #4B4F58;}.wp-block-uagb-container.uagb-is-root-container .uagb-block-60c1731e{max-width: 100%;width: 100%;}.wp-block-uagb-container.uagb-block-60c1731e .uagb-container__shape-top svg{width: calc( 100% + 1.3px );}.wp-block-uagb-container.uagb-block-60c1731e .uagb-container__shape.uagb-container__shape-top .uagb-container__shape-fill{fill: rgba(51,51,51,1);}.wp-block-uagb-container.uagb-block-60c1731e .uagb-container__shape-bottom svg{width: calc( 100% + 1.3px );}.wp-block-uagb-container.uagb-block-60c1731e .uagb-container__shape.uagb-container__shape-bottom .uagb-container__shape-fill{fill: rgba(51,51,51,1);}.wp-block-uagb-container.uagb-block-60c1731e .uagb-container__video-wrap{background-color: var(--ast-global-color-5);;}.wp-block-uagb-container.uagb-block-60c1731e .uagb-container__video-wrap video{opacity: 1;}.wp-block-uagb-container.uagb-is-root-container.alignfull.uagb-block-60c1731e > .uagb-container-inner-blocks-wrap{--inner-content-custom-width: min( 100%, 1200px);max-width: var(--inner-content-custom-width);width: 100%;flex-direction: row;align-items: flex-start;justify-content: center;flex-wrap: nowrap;row-gap: 20px;column-gap: 60px;}.wp-block-uagb-container.uagb-block-f9f4908e{box-shadow: 0px 0px   #00000070 ;padding-top: 0px;padding-bottom: 0px;padding-left: 0px;padding-right: 0px;margin-top:  !important;margin-bottom:  !important;row-gap: 20px;column-gap: 20px;overflow: visible;flex-direction: column;align-items: center;justify-content: center;flex-wrap: nowrap;}.wp-block-uagb-container.uagb-block-f9f4908e.wp-block-uagb-container{color: inherit;border-color: #4B4F58;}.wp-block-uagb-container.uagb-is-root-container .uagb-block-f9f4908e{max-width: 50%;width: 100%;}.wp-block-uagb-container.uagb-block-f9f4908e .uagb-container__shape-top svg{width: calc( 100% + 1.3px );}.wp-block-uagb-container.uagb-block-f9f4908e .uagb-container__shape.uagb-container__shape-top .uagb-container__shape-fill{fill: rgba(51,51,51,1);}.wp-block-uagb-container.uagb-block-f9f4908e .uagb-container__shape-bottom svg{width: calc( 100% + 1.3px );}.wp-block-uagb-container.uagb-block-f9f4908e .uagb-container__shape.uagb-container__shape-bottom .uagb-container__shape-fill{fill: rgba(51,51,51,1);}.wp-block-uagb-container.uagb-block-f9f4908e .uagb-container__video-wrap video{opacity: 1;}.wp-block-uagb-container.uagb-is-root-container.alignfull.uagb-block-f9f4908e > .uagb-container-inner-blocks-wrap{--inner-content-custom-width: min( 100%, 1200px);max-width: var(--inner-content-custom-width);width: 100%;flex-direction: column;align-items: center;justify-content: center;flex-wrap: nowrap;row-gap: 20px;column-gap: 20px;}.wp-block-uagb-container.uagb-block-bee89110{box-shadow: 0px 0px   #00000070 ;padding-top: 0px;padding-bottom: 0px;padding-left: 0px;padding-right: 0px;margin-top:  !important;margin-bottom:  !important;row-gap: 20px;column-gap: 20px;overflow: visible;flex-direction: column;align-items: center;justify-content: center;flex-wrap: nowrap;}.wp-block-uagb-container.uagb-block-bee89110.wp-block-uagb-container{color: inherit;border-color: #4B4F58;}.wp-block-uagb-container.uagb-is-root-container .uagb-block-bee89110{max-width: 50%;width: 100%;}.wp-block-uagb-container.uagb-block-bee89110 .uagb-container__shape-top svg{width: calc( 100% + 1.3px );}.wp-block-uagb-container.uagb-block-bee89110 .uagb-container__shape.uagb-container__shape-top .uagb-container__shape-fill{fill: rgba(51,51,51,1);}.wp-block-uagb-container.uagb-block-bee89110 .uagb-container__shape-bottom svg{width: calc( 100% + 1.3px );}.wp-block-uagb-container.uagb-block-bee89110 .uagb-container__shape.uagb-container__shape-bottom .uagb-container__shape-fill{fill: rgba(51,51,51,1);}.wp-block-uagb-container.uagb-block-bee89110 .uagb-container__video-wrap video{opacity: 1;}.wp-block-uagb-container.uagb-is-root-container.alignfull.uagb-block-bee89110 > .uagb-container-inner-blocks-wrap{--inner-content-custom-width: min( 100%, 1200px);max-width: var(--inner-content-custom-width);width: 100%;flex-direction: column;align-items: center;justify-content: center;flex-wrap: nowrap;row-gap: 20px;column-gap: 20px;}.uagb-block-3bca32ac.wp-block-uagb-advanced-heading .uagb-heading-text{margin-bottom: 20px;}.uagb-block-3bca32ac.wp-block-uagb-advanced-heading .uagb-desc-text{margin-bottom: 15px;}.uagb-block-3bca32ac.wp-block-uagb-advanced-heading .uagb-highlight{font-style: normal;background: #007cba;color: #fff;-webkit-text-fill-color: #fff;}.uagb-block-3bca32ac.wp-block-uagb-advanced-heading .uagb-highlight::-moz-selection{color: #fff;background: #007cba;-webkit-text-fill-color: #fff;}.uagb-block-3bca32ac.wp-block-uagb-advanced-heading .uagb-highlight::selection{color: #fff;background: #007cba;-webkit-text-fill-color: #fff;}.uagb-block-3bca32ac.wp-block-uagb-advanced-heading .uagb-separator{border-top-style: solid;border-top-width: 2px;width: 12%;border-color: #0170b9;margin-bottom: 15px;}.uagb-block-3bca32ac .uagb-desc-text{font-size: 16px;}.uagb-block-0a75c380.wp-block-uagb-image{margin-top: 20px;margin-right: 0px;margin-bottom: 0px;margin-left: 0px;text-align: left;}.uagb-block-0a75c380.wp-block-uagb-image--layout-default figure img{box-shadow: 0px 0px   #00000070 ;}.uagb-block-0a75c380.wp-block-uagb-image .wp-block-uagb-image__figure figcaption{font-style: normal;text-align: center;}.uagb-block-0a75c380.wp-block-uagb-image--layout-overlay figure img{box-shadow: 0px 0px   #00000070 ;}.uagb-block-0a75c380.wp-block-uagb-image--layout-overlay .wp-block-uagb-image--layout-overlay__color-wrapper{opacity: 0.2;}.uagb-block-0a75c380.wp-block-uagb-image--layout-overlay .wp-block-uagb-image--layout-overlay__inner{left: 15px;right: 15px;top: 15px;bottom: 15px;}.uagb-block-0a75c380.wp-block-uagb-image--layout-overlay .wp-block-uagb-image--layout-overlay__inner .uagb-image-heading{font-style: normal;line-height: emem;color: #fff;opacity: 1;}.uagb-block-0a75c380.wp-block-uagb-image--layout-overlay .wp-block-uagb-image--layout-overlay__inner .uagb-image-heading a{color: #fff;}.uagb-block-0a75c380.wp-block-uagb-image--layout-overlay .wp-block-uagb-image--layout-overlay__inner .uagb-image-caption{opacity: 0;}.uagb-block-0a75c380.wp-block-uagb-image--layout-overlay .wp-block-uagb-image__figure:hover .wp-block-uagb-image--layout-overlay__color-wrapper{opacity: 1;}.uagb-block-0a75c380.wp-block-uagb-image .wp-block-uagb-image--layout-overlay__inner .uagb-image-separator{width: 30%;border-top-width: 2px;border-top-color: #fff;opacity: 0;}.uagb-block-0a75c380.wp-block-uagb-image .wp-block-uagb-image__figure img{width: px;height: auto;}.uagb-block-0a75c380.wp-block-uagb-image .wp-block-uagb-image__figure:hover .wp-block-uagb-image--layout-overlay__inner .uagb-image-caption{opacity: 1;}.uagb-block-0a75c380.wp-block-uagb-image .wp-block-uagb-image__figure:hover .wp-block-uagb-image--layout-overlay__inner .uagb-image-separator{opacity: 1;}.wp-block-uagb-container.uagb-block-bb0e1c53{box-shadow: 0px 0px   #00000070 ;padding-top: 0px;padding-bottom: 0px;padding-left: 0px;padding-right: 0px;margin-top:  !important;margin-bottom:  !important;row-gap: 0px;column-gap: 0px;overflow: visible;background-color: var(--ast-global-color-5);;}.wp-block-uagb-container.uagb-block-bb0e1c53.wp-block-uagb-container{color: inherit;border-color: #4B4F58;}.wp-block-uagb-container.uagb-is-root-container .uagb-block-bb0e1c53{max-width: 100%;width: 100%;}.wp-block-uagb-container.uagb-block-bb0e1c53 .uagb-container__shape-top svg{width: calc( 100% + 1.3px );}.wp-block-uagb-container.uagb-block-bb0e1c53 .uagb-container__shape.uagb-container__shape-top .uagb-container__shape-fill{fill: rgba(51,51,51,1);}.wp-block-uagb-container.uagb-block-bb0e1c53 .uagb-container__shape-bottom svg{width: calc( 100% + 1.3px );}.wp-block-uagb-container.uagb-block-bb0e1c53 .uagb-container__shape.uagb-container__shape-bottom .uagb-container__shape-fill{fill: rgba(51,51,51,1);}.wp-block-uagb-container.uagb-block-bb0e1c53 .uagb-container__video-wrap{background-color: var(--ast-global-color-5);;}.wp-block-uagb-container.uagb-block-bb0e1c53 .uagb-container__video-wrap video{opacity: 1;}.wp-block-uagb-container.uagb-is-root-container.alignfull.uagb-block-bb0e1c53 > .uagb-container-inner-blocks-wrap{--inner-content-custom-width: min( 100%, 1200px);max-width: var(--inner-content-custom-width);width: 100%;flex-direction: row;align-items: flex-start;justify-content: center;flex-wrap: nowrap;row-gap: 0px;column-gap: 0px;}.uagb-buttons__outer-wrap .uagb-buttons__wrap{display:inline-flex;width:100%}.uagb-buttons__outer-wrap a{color:inherit}.uagb-buttons__outer-wrap.uagb-btn__small-btn .uagb-buttons-repeater.wp-block-button__link{padding:5px 10px}.uagb-buttons__outer-wrap.uagb-btn__medium-btn .uagb-buttons-repeater.wp-block-button__link{padding:12px 24px}.uagb-buttons__outer-wrap.uagb-btn__large-btn .uagb-buttons-repeater.wp-block-button__link{padding:20px 30px}.uagb-buttons__outer-wrap.uagb-btn__extralarge-btn .uagb-buttons-repeater.wp-block-button__link{padding:30px 65px}@media (max-width: 976px){.uagb-buttons__outer-wrap.uagb-btn-tablet__small-btn .uagb-buttons-repeater.wp-block-button__link{padding:5px 10px}.uagb-buttons__outer-wrap.uagb-btn-tablet__medium-btn .uagb-buttons-repeater.wp-block-button__link{padding:12px 24px}.uagb-buttons__outer-wrap.uagb-btn-tablet__large-btn .uagb-buttons-repeater.wp-block-button__link{padding:20px 30px}.uagb-buttons__outer-wrap.uagb-btn-tablet__extralarge-btn .uagb-buttons-repeater.wp-block-button__link{padding:30px 65px}}@media (max-width: 767px){.uagb-buttons__outer-wrap.uagb-btn-mobile__small-btn .uagb-buttons-repeater.wp-block-button__link{padding:5px 10px}.uagb-buttons__outer-wrap.uagb-btn-mobile__medium-btn .uagb-buttons-repeater.wp-block-button__link{padding:12px 24px}.uagb-buttons__outer-wrap.uagb-btn-mobile__large-btn .uagb-buttons-repeater.wp-block-button__link{padding:20px 30px}.uagb-buttons__outer-wrap.uagb-btn-mobile__extralarge-btn .uagb-buttons-repeater.wp-block-button__link{padding:30px 65px}}\n.uagb-buttons-repeater{display:flex;justify-content:center;align-items:center}.uagb-buttons-repeater a.uagb-button__link{display:flex;justify-content:center}.uagb-buttons-repeater .uagb-button__icon{font-size:inherit;display:flex;align-items:center}.uagb-buttons-repeater .uagb-button__icon svg{fill:currentColor;width:inherit;height:inherit}\n.wp-block-uagb-container.uagb-block-d092308c{box-shadow: 0px 0px   #00000070 ;padding-top: 50px;padding-bottom: 100px;padding-left: 0px;padding-right: 0px;margin-top:  !important;margin-bottom:  !important;row-gap: 0px;column-gap: 20px;overflow: visible;background-color: var(--ast-global-color-5);;}.wp-block-uagb-container.uagb-block-d092308c.wp-block-uagb-container{color: inherit;border-color: #4B4F58;}.wp-block-uagb-container.uagb-is-root-container .uagb-block-d092308c{max-width: 100%;width: 100%;}.wp-block-uagb-container.uagb-block-d092308c .uagb-container__shape-top svg{width: calc( 100% + 1.3px );}.wp-block-uagb-container.uagb-block-d092308c .uagb-container__shape.uagb-container__shape-top .uagb-container__shape-fill{fill: rgba(51,51,51,1);}.wp-block-uagb-container.uagb-block-d092308c .uagb-container__shape-bottom svg{width: calc( 100% + 1.3px );}.wp-block-uagb-container.uagb-block-d092308c .uagb-container__shape.uagb-container__shape-bottom .uagb-container__shape-fill{fill: rgba(51,51,51,1);}.wp-block-uagb-container.uagb-block-d092308c .uagb-container__video-wrap{background-color: var(--ast-global-color-5);;}.wp-block-uagb-container.uagb-block-d092308c .uagb-container__video-wrap video{opacity: 1;}.wp-block-uagb-container.uagb-is-root-container.alignfull.uagb-block-d092308c > .uagb-container-inner-blocks-wrap{--inner-content-custom-width: min( 100%, 1200px);max-width: var(--inner-content-custom-width);width: 100%;flex-direction: column;align-items: center;justify-content: center;flex-wrap: nowrap;row-gap: 0px;column-gap: 20px;}.wp-block-uagb-container.uagb-block-8e8575a3{box-shadow: 0px 0px   #00000070 ;padding-top: 0px;padding-bottom: 0px;padding-left: 0px;padding-right: 0px;margin-top:  !important;margin-bottom:  !important;row-gap: 20px;column-gap: 0px;overflow: visible;flex-direction: row;align-items: flex-end;justify-content: flex-end;flex-wrap: nowrap;}.wp-block-uagb-container.uagb-block-8e8575a3.wp-block-uagb-container{color: inherit;border-color: #4B4F58;}.wp-block-uagb-container.uagb-is-root-container .uagb-block-8e8575a3{max-width: 100%;width: 100%;}.wp-block-uagb-container.uagb-block-8e8575a3 .uagb-container__shape-top svg{width: calc( 100% + 1.3px );}.wp-block-uagb-container.uagb-block-8e8575a3 .uagb-container__shape.uagb-container__shape-top .uagb-container__shape-fill{fill: rgba(51,51,51,1);}.wp-block-uagb-container.uagb-block-8e8575a3 .uagb-container__shape-bottom svg{width: calc( 100% + 1.3px );}.wp-block-uagb-container.uagb-block-8e8575a3 .uagb-container__shape.uagb-container__shape-bottom .uagb-container__shape-fill{fill: rgba(51,51,51,1);}.wp-block-uagb-container.uagb-block-8e8575a3 .uagb-container__video-wrap video{opacity: 1;}.wp-block-uagb-container.uagb-is-root-container.alignfull.uagb-block-8e8575a3 > .uagb-container-inner-blocks-wrap{--inner-content-custom-width: min( 100%, 1200px);max-width: var(--inner-content-custom-width);width: 100%;flex-direction: row;align-items: flex-end;justify-content: flex-end;flex-wrap: nowrap;row-gap: 20px;column-gap: 0px;}.uagb-block-96c5a32e.wp-block-uagb-advanced-heading .uagb-heading-text{margin-bottom: 20px;}.uagb-block-96c5a32e.wp-block-uagb-advanced-heading .uagb-desc-text{margin-bottom: 15px;}.uagb-block-96c5a32e.wp-block-uagb-advanced-heading .uagb-highlight{font-style: normal;background: #007cba;color: #fff;-webkit-text-fill-color: #fff;}.uagb-block-96c5a32e.wp-block-uagb-advanced-heading .uagb-highlight::-moz-selection{color: #fff;background: #007cba;-webkit-text-fill-color: #fff;}.uagb-block-96c5a32e.wp-block-uagb-advanced-heading .uagb-highlight::selection{color: #fff;background: #007cba;-webkit-text-fill-color: #fff;}.uagb-block-96c5a32e.wp-block-uagb-advanced-heading .uagb-separator{border-top-style: solid;border-top-width: 2px;width: 12%;border-color: #0170b9;margin-bottom: 15px;}.uagb-block-96c5a32e .uagb-desc-text{font-size: 16px;}.uagb-block-ced1e313.wp-block-uagb-buttons.uagb-buttons__outer-wrap .uagb-buttons__wrap {column-gap: 0px;align-items: center;}.uagb-block-ced1e313.uagb-buttons__outer-wrap .uagb-buttons__wrap {justify-content: right;align-items: flex-end;}.wp-block-uagb-buttons .uagb-block-1f5e5c04 .uagb-buttons-repeater.wp-block-button__link{border-top-width: 1px;border-left-width: 1px;border-right-width: 1px;border-bottom-width: 1px;border-top-left-radius: 2px;border-top-right-radius: 2px;border-bottom-left-radius: 2px;border-bottom-right-radius: 2px;border-color: #333;border-style: solid;}.wp-block-uagb-buttons .uagb-block-1f5e5c04 .uagb-buttons-repeater.wp-block-button__link:hover{border-color: #333;}.wp-block-uagb-buttons .uagb-block-1f5e5c04.wp-block-button.is-style-outline .uagb-button__wrapper .wp-block-button__link.uagb-buttons-repeater{border-top-width: 1px;border-left-width: 1px;border-right-width: 1px;border-bottom-width: 1px;border-top-left-radius: 2px;border-top-right-radius: 2px;border-bottom-left-radius: 2px;border-bottom-right-radius: 2px;border-color: #333;border-style: solid;}.wp-block-uagb-buttons .uagb-block-1f5e5c04.wp-block-button.is-style-outline .uagb-button__wrapper .wp-block-button__link.uagb-buttons-repeater:hover{border-color: #333;}.wp-block-uagb-buttons .uagb-block-1f5e5c04 .uagb-buttons-repeater .uagb-button__icon > svg{width: 15px;height: 15px;}.wp-block-uagb-buttons .uagb-block-1f5e5c04 .uagb-buttons-repeater .uagb-button__icon-position-after{margin-left: 8px;}.wp-block-uagb-buttons .uagb-block-1f5e5c04 .uagb-buttons-repeater .uagb-button__icon-position-before{margin-right: 8px;}.wp-block-uagb-buttons .uagb-block-1f5e5c04 .uagb-button__link{text-transform: normal;text-decoration: none;}.wp-block-uagb-container.uagb-block-4f2ef7d7{box-shadow: 0px 0px   #00000070 ;padding-top: 0px;padding-bottom: 0px;padding-left: 0px;padding-right: 0px;margin-top: 50px !important;margin-bottom: 20px !important;margin-left: 0px;margin-right: 0px;row-gap: 20px;column-gap: 48px;overflow: visible;flex-direction: row;align-items: center;justify-content: center;flex-wrap: nowrap;}.wp-block-uagb-container.uagb-block-4f2ef7d7.wp-block-uagb-container{color: inherit;border-color: #4B4F58;}.wp-block-uagb-container.uagb-is-root-container .uagb-block-4f2ef7d7{max-width: 100%;width: 100%;}.wp-block-uagb-container.uagb-block-4f2ef7d7 .uagb-container__shape-top svg{width: calc( 100% + 1.3px );}.wp-block-uagb-container.uagb-block-4f2ef7d7 .uagb-container__shape.uagb-container__shape-top .uagb-container__shape-fill{fill: rgba(51,51,51,1);}.wp-block-uagb-container.uagb-block-4f2ef7d7 .uagb-container__shape-bottom svg{width: calc( 100% + 1.3px );}.wp-block-uagb-container.uagb-block-4f2ef7d7 .uagb-container__shape.uagb-container__shape-bottom .uagb-container__shape-fill{fill: rgba(51,51,51,1);}.wp-block-uagb-container.uagb-block-4f2ef7d7 .uagb-container__video-wrap video{opacity: 1;}.wp-block-uagb-container.uagb-is-root-container.alignfull.uagb-block-4f2ef7d7 > .uagb-container-inner-blocks-wrap{--inner-content-custom-width: min( 100%, 1200px);max-width: var(--inner-content-custom-width);width: 100%;flex-direction: row;align-items: center;justify-content: center;flex-wrap: nowrap;row-gap: 20px;column-gap: 48px;}.wp-block-uagb-container.uagb-block-60ded15f{box-shadow: 0px 0px   #00000070 ;padding-top: 0px;padding-bottom: 104px;padding-left: 40px;padding-right: 40px;margin-top:  !important;margin-bottom:  !important;row-gap: 0px;column-gap: 20px;overflow: visible;background-color: var(--ast-global-color-5);;}.wp-block-uagb-container.uagb-block-60ded15f.wp-block-uagb-container{color: inherit;border-color: #4B4F58;}.wp-block-uagb-container.uagb-is-root-container .uagb-block-60ded15f{max-width: 100%;width: 100%;}.wp-block-uagb-container.uagb-block-60ded15f .uagb-container__shape-top svg{width: calc( 100% + 1.3px );}.wp-block-uagb-container.uagb-block-60ded15f .uagb-container__shape.uagb-container__shape-top .uagb-container__shape-fill{fill: rgba(51,51,51,1);}.wp-block-uagb-container.uagb-block-60ded15f .uagb-container__shape-bottom svg{width: calc( 100% + 1.3px );}.wp-block-uagb-container.uagb-block-60ded15f .uagb-container__shape.uagb-container__shape-bottom .uagb-container__shape-fill{fill: rgba(51,51,51,1);}.wp-block-uagb-container.uagb-block-60ded15f .uagb-container__video-wrap{background-color: var(--ast-global-color-5);;}.wp-block-uagb-container.uagb-block-60ded15f .uagb-container__video-wrap video{opacity: 1;}.wp-block-uagb-container.uagb-is-root-container.alignfull.uagb-block-60ded15f > .uagb-container-inner-blocks-wrap{--inner-content-custom-width: min( 100%, 1200px);max-width: var(--inner-content-custom-width);width: 100%;flex-direction: column;align-items: center;justify-content: center;flex-wrap: nowrap;row-gap: 0px;column-gap: 20px;}.uagb-block-cc6b5fbb.wp-block-uagb-advanced-heading .uagb-heading-text{margin-bottom: 20px;}.uagb-block-cc6b5fbb.wp-block-uagb-advanced-heading {text-align: center;padding-bottom: 20px;}.uagb-block-cc6b5fbb.wp-block-uagb-advanced-heading .uagb-desc-text{margin-bottom: 15px;}.uagb-block-cc6b5fbb.wp-block-uagb-advanced-heading .uagb-highlight{font-style: normal;background: #007cba;color: #fff;-webkit-text-fill-color: #fff;}.uagb-block-cc6b5fbb.wp-block-uagb-advanced-heading .uagb-highlight::-moz-selection{color: #fff;background: #007cba;-webkit-text-fill-color: #fff;}.uagb-block-cc6b5fbb.wp-block-uagb-advanced-heading .uagb-highlight::selection{color: #fff;background: #007cba;-webkit-text-fill-color: #fff;}.uagb-block-cc6b5fbb.wp-block-uagb-advanced-heading .uagb-separator{border-top-style: solid;border-top-width: 2px;width: 12%;border-color: #0170b9;margin-bottom: 15px;}.uagb-block-cc6b5fbb .uagb-desc-text{font-size: 16px;}.wp-block-uagb-container.uagb-block-0b3ca352{box-shadow: 0px 0px   #00000070 ;padding-top: 0px;padding-bottom: 0px;padding-left: 0px;padding-right: 0px;margin-top: 20px !important;margin-bottom: 0px !important;margin-left: 0px;margin-right: 0px;row-gap: 20px;column-gap: 24px;overflow: visible;flex-direction: row;align-items: flex-start;justify-content: center;flex-wrap: nowrap;}.wp-block-uagb-container.uagb-block-0b3ca352.wp-block-uagb-container{color: inherit;border-color: #4B4F58;}.wp-block-uagb-container.uagb-is-root-container .uagb-block-0b3ca352{max-width: 100%;width: 100%;}.wp-block-uagb-container.uagb-block-0b3ca352 .uagb-container__shape-top svg{width: calc( 100% + 1.3px );}.wp-block-uagb-container.uagb-block-0b3ca352 .uagb-container__shape.uagb-container__shape-top .uagb-container__shape-fill{fill: rgba(51,51,51,1);}.wp-block-uagb-container.uagb-block-0b3ca352 .uagb-container__shape-bottom svg{width: calc( 100% + 1.3px );}.wp-block-uagb-container.uagb-block-0b3ca352 .uagb-container__shape.uagb-container__shape-bottom .uagb-container__shape-fill{fill: rgba(51,51,51,1);}.wp-block-uagb-container.uagb-block-0b3ca352 .uagb-container__video-wrap video{opacity: 1;}.wp-block-uagb-container.uagb-is-root-container.alignfull.uagb-block-0b3ca352 > .uagb-container-inner-blocks-wrap{--inner-content-custom-width: min( 100%, 1200px);max-width: var(--inner-content-custom-width);width: 100%;flex-direction: row;align-items: flex-start;justify-content: center;flex-wrap: nowrap;row-gap: 20px;column-gap: 24px;}.wp-block-uagb-container.uagb-block-c89d92b9{box-shadow: 0px 0px   #00000070 ;padding-top: 0px;padding-bottom: 0px;padding-left: 0px;padding-right: 0px;margin-top:  !important;margin-bottom:  !important;row-gap: 24px;column-gap: 20px;overflow: visible;flex-direction: column;align-items: center;justify-content: center;flex-wrap: nowrap;}.wp-block-uagb-container.uagb-block-c89d92b9.wp-block-uagb-container{color: inherit;border-color: #4B4F58;}.wp-block-uagb-container.uagb-is-root-container .uagb-block-c89d92b9{max-width: 32%;width: 100%;}.wp-block-uagb-container.uagb-block-c89d92b9 .uagb-container__shape-top svg{width: calc( 100% + 1.3px );}.wp-block-uagb-container.uagb-block-c89d92b9 .uagb-container__shape.uagb-container__shape-top .uagb-container__shape-fill{fill: rgba(51,51,51,1);}.wp-block-uagb-container.uagb-block-c89d92b9 .uagb-container__shape-bottom svg{width: calc( 100% + 1.3px );}.wp-block-uagb-container.uagb-block-c89d92b9 .uagb-container__shape.uagb-container__shape-bottom .uagb-container__shape-fill{fill: rgba(51,51,51,1);}.wp-block-uagb-container.uagb-block-c89d92b9 .uagb-container__video-wrap video{opacity: 1;}.wp-block-uagb-container.uagb-is-root-container.alignfull.uagb-block-c89d92b9 > .uagb-container-inner-blocks-wrap{--inner-content-custom-width: min( 100%, 1200px);max-width: var(--inner-content-custom-width);width: 100%;flex-direction: column;align-items: center;justify-content: center;flex-wrap: nowrap;row-gap: 24px;column-gap: 20px;}.uagb-block-f3648cd4.wp-block-uagb-image--layout-default figure img{box-shadow: 0px 0px   #00000070 ;}.uagb-block-f3648cd4.wp-block-uagb-image .wp-block-uagb-image__figure figcaption{font-style: normal;text-align: center;}.uagb-block-f3648cd4.wp-block-uagb-image--layout-overlay figure img{box-shadow: 0px 0px   #00000070 ;}.uagb-block-f3648cd4.wp-block-uagb-image--layout-overlay .wp-block-uagb-image--layout-overlay__color-wrapper{opacity: 0.2;}.uagb-block-f3648cd4.wp-block-uagb-image--layout-overlay .wp-block-uagb-image--layout-overlay__inner{left: 15px;right: 15px;top: 15px;bottom: 15px;}.uagb-block-f3648cd4.wp-block-uagb-image--layout-overlay .wp-block-uagb-image--layout-overlay__inner .uagb-image-heading{font-style: normal;line-height: emem;color: #fff;opacity: 1;}.uagb-block-f3648cd4.wp-block-uagb-image--layout-overlay .wp-block-uagb-image--layout-overlay__inner .uagb-image-heading a{color: #fff;}.uagb-block-f3648cd4.wp-block-uagb-image--layout-overlay .wp-block-uagb-image--layout-overlay__inner .uagb-image-caption{opacity: 0;}.uagb-block-f3648cd4.wp-block-uagb-image--layout-overlay .wp-block-uagb-image__figure:hover .wp-block-uagb-image--layout-overlay__color-wrapper{opacity: 1;}.uagb-block-f3648cd4.wp-block-uagb-image .wp-block-uagb-image--layout-overlay__inner .uagb-image-separator{width: 30%;border-top-width: 2px;border-top-color: #fff;opacity: 0;}.uagb-block-f3648cd4.wp-block-uagb-image .wp-block-uagb-image__figure img{width: 385px;height: 284px;}.uagb-block-f3648cd4.wp-block-uagb-image .wp-block-uagb-image__figure:hover .wp-block-uagb-image--layout-overlay__inner .uagb-image-caption{opacity: 1;}.uagb-block-f3648cd4.wp-block-uagb-image .wp-block-uagb-image__figure:hover .wp-block-uagb-image--layout-overlay__inner .uagb-image-separator{opacity: 1;}.uagb-block-1be927d2.wp-block-uagb-image--layout-default figure img{box-shadow: 0px 0px   #00000070 ;}.uagb-block-1be927d2.wp-block-uagb-image .wp-block-uagb-image__figure figcaption{font-style: normal;text-align: center;}.uagb-block-1be927d2.wp-block-uagb-image--layout-overlay figure img{box-shadow: 0px 0px   #00000070 ;}.uagb-block-1be927d2.wp-block-uagb-image--layout-overlay .wp-block-uagb-image--layout-overlay__color-wrapper{opacity: 0.2;}.uagb-block-1be927d2.wp-block-uagb-image--layout-overlay .wp-block-uagb-image--layout-overlay__inner{left: 15px;right: 15px;top: 15px;bottom: 15px;}.uagb-block-1be927d2.wp-block-uagb-image--layout-overlay .wp-block-uagb-image--layout-overlay__inner .uagb-image-heading{font-style: normal;line-height: emem;color: #fff;opacity: 1;}.uagb-block-1be927d2.wp-block-uagb-image--layout-overlay .wp-block-uagb-image--layout-overlay__inner .uagb-image-heading a{color: #fff;}.uagb-block-1be927d2.wp-block-uagb-image--layout-overlay .wp-block-uagb-image--layout-overlay__inner .uagb-image-caption{opacity: 0;}.uagb-block-1be927d2.wp-block-uagb-image--layout-overlay .wp-block-uagb-image__figure:hover .wp-block-uagb-image--layout-overlay__color-wrapper{opacity: 1;}.uagb-block-1be927d2.wp-block-uagb-image .wp-block-uagb-image--layout-overlay__inner .uagb-image-separator{width: 30%;border-top-width: 2px;border-top-color: #fff;opacity: 0;}.uagb-block-1be927d2.wp-block-uagb-image .wp-block-uagb-image__figure img{width: 385px;height: 284px;}.uagb-block-1be927d2.wp-block-uagb-image .wp-block-uagb-image__figure:hover .wp-block-uagb-image--layout-overlay__inner .uagb-image-caption{opacity: 1;}.uagb-block-1be927d2.wp-block-uagb-image .wp-block-uagb-image__figure:hover .wp-block-uagb-image--layout-overlay__inner .uagb-image-separator{opacity: 1;}.wp-block-uagb-container.uagb-block-30022d08{box-shadow: 0px 0px   #00000070 ;padding-top: 0px;padding-bottom: 0px;padding-left: 0px;padding-right: 0px;margin-top:  !important;margin-bottom:  !important;row-gap: 20px;column-gap: 20px;overflow: visible;flex-direction: column;align-items: center;justify-content: center;flex-wrap: nowrap;}.wp-block-uagb-container.uagb-block-30022d08.wp-block-uagb-container{color: inherit;border-color: #4B4F58;}.wp-block-uagb-container.uagb-is-root-container .uagb-block-30022d08{max-width: 67%;width: 100%;}.wp-block-uagb-container.uagb-block-30022d08 .uagb-container__shape-top svg{width: calc( 100% + 1.3px );}.wp-block-uagb-container.uagb-block-30022d08 .uagb-container__shape.uagb-container__shape-top .uagb-container__shape-fill{fill: rgba(51,51,51,1);}.wp-block-uagb-container.uagb-block-30022d08 .uagb-container__shape-bottom svg{width: calc( 100% + 1.3px );}.wp-block-uagb-container.uagb-block-30022d08 .uagb-container__shape.uagb-container__shape-bottom .uagb-container__shape-fill{fill: rgba(51,51,51,1);}.wp-block-uagb-container.uagb-block-30022d08 .uagb-container__video-wrap video{opacity: 1;}.wp-block-uagb-container.uagb-is-root-container.alignfull.uagb-block-30022d08 > .uagb-container-inner-blocks-wrap{--inner-content-custom-width: min( 100%, 1200px);max-width: var(--inner-content-custom-width);width: 100%;flex-direction: column;align-items: center;justify-content: center;flex-wrap: nowrap;row-gap: 20px;column-gap: 20px;}.uagb-block-9af8b71b.wp-block-uagb-image--layout-default figure img{box-shadow: 0px 0px   #00000070 ;}.uagb-block-9af8b71b.wp-block-uagb-image .wp-block-uagb-image__figure figcaption{font-style: normal;text-align: center;}.uagb-block-9af8b71b.wp-block-uagb-image--layout-overlay figure img{box-shadow: 0px 0px   #00000070 ;}.uagb-block-9af8b71b.wp-block-uagb-image--layout-overlay .wp-block-uagb-image--layout-overlay__color-wrapper{opacity: 0.2;}.uagb-block-9af8b71b.wp-block-uagb-image--layout-overlay .wp-block-uagb-image--layout-overlay__inner{left: 15px;right: 15px;top: 15px;bottom: 15px;}.uagb-block-9af8b71b.wp-block-uagb-image--layout-overlay .wp-block-uagb-image--layout-overlay__inner .uagb-image-heading{font-style: normal;line-height: emem;color: #fff;opacity: 1;}.uagb-block-9af8b71b.wp-block-uagb-image--layout-overlay .wp-block-uagb-image--layout-overlay__inner .uagb-image-heading a{color: #fff;}.uagb-block-9af8b71b.wp-block-uagb-image--layout-overlay .wp-block-uagb-image--layout-overlay__inner .uagb-image-caption{opacity: 0;}.uagb-block-9af8b71b.wp-block-uagb-image--layout-overlay .wp-block-uagb-image__figure:hover .wp-block-uagb-image--layout-overlay__color-wrapper{opacity: 1;}.uagb-block-9af8b71b.wp-block-uagb-image .wp-block-uagb-image--layout-overlay__inner .uagb-image-separator{width: 30%;border-top-width: 2px;border-top-color: #fff;opacity: 0;}.uagb-block-9af8b71b.wp-block-uagb-image .wp-block-uagb-image__figure img{width: px;height: auto;}.uagb-block-9af8b71b.wp-block-uagb-image .wp-block-uagb-image__figure:hover .wp-block-uagb-image--layout-overlay__inner .uagb-image-caption{opacity: 1;}.uagb-block-9af8b71b.wp-block-uagb-image .wp-block-uagb-image__figure:hover .wp-block-uagb-image--layout-overlay__inner .uagb-image-separator{opacity: 1;}.wp-block-uagb-container.uagb-block-5636ebeb{box-shadow: 0px 0px   #00000070 ;padding-top: 0px;padding-bottom: 0px;padding-left: 0px;padding-right: 0px;margin-top: 24px !important;margin-bottom: 0px !important;margin-left: 0px;margin-right: 0px;row-gap: 20px;column-gap: 24px;overflow: visible;flex-direction: row;align-items: flex-start;justify-content: center;flex-wrap: nowrap;}.wp-block-uagb-container.uagb-block-5636ebeb.wp-block-uagb-container{color: inherit;border-color: #4B4F58;}.wp-block-uagb-container.uagb-is-root-container .uagb-block-5636ebeb{max-width: 100%;width: 100%;}.wp-block-uagb-container.uagb-block-5636ebeb .uagb-container__shape-top svg{width: calc( 100% + 1.3px );}.wp-block-uagb-container.uagb-block-5636ebeb .uagb-container__shape.uagb-container__shape-top .uagb-container__shape-fill{fill: rgba(51,51,51,1);}.wp-block-uagb-container.uagb-block-5636ebeb .uagb-container__shape-bottom svg{width: calc( 100% + 1.3px );}.wp-block-uagb-container.uagb-block-5636ebeb .uagb-container__shape.uagb-container__shape-bottom .uagb-container__shape-fill{fill: rgba(51,51,51,1);}.wp-block-uagb-container.uagb-block-5636ebeb .uagb-container__video-wrap video{opacity: 1;}.wp-block-uagb-container.uagb-is-root-container.alignfull.uagb-block-5636ebeb > .uagb-container-inner-blocks-wrap{--inner-content-custom-width: min( 100%, 1200px);max-width: var(--inner-content-custom-width);width: 100%;flex-direction: row;align-items: flex-start;justify-content: center;flex-wrap: nowrap;row-gap: 20px;column-gap: 24px;}.wp-block-uagb-container.uagb-block-8e7addc5{box-shadow: 0px 0px   #00000070 ;padding-top: 0px;padding-bottom: 0px;padding-left: 0px;padding-right: 0px;margin-top:  !important;margin-bottom:  !important;row-gap: 20px;column-gap: 20px;overflow: visible;flex-direction: column;align-items: center;justify-content: center;flex-wrap: nowrap;}.wp-block-uagb-container.uagb-block-8e7addc5.wp-block-uagb-container{color: inherit;border-color: #4B4F58;}.wp-block-uagb-container.uagb-is-root-container .uagb-block-8e7addc5{max-width: 67%;width: 100%;}.wp-block-uagb-container.uagb-block-8e7addc5 .uagb-container__shape-top svg{width: calc( 100% + 1.3px );}.wp-block-uagb-container.uagb-block-8e7addc5 .uagb-container__shape.uagb-container__shape-top .uagb-container__shape-fill{fill: rgba(51,51,51,1);}.wp-block-uagb-container.uagb-block-8e7addc5 .uagb-container__shape-bottom svg{width: calc( 100% + 1.3px );}.wp-block-uagb-container.uagb-block-8e7addc5 .uagb-container__shape.uagb-container__shape-bottom .uagb-container__shape-fill{fill: rgba(51,51,51,1);}.wp-block-uagb-container.uagb-block-8e7addc5 .uagb-container__video-wrap video{opacity: 1;}.wp-block-uagb-container.uagb-is-root-container.alignfull.uagb-block-8e7addc5 > .uagb-container-inner-blocks-wrap{--inner-content-custom-width: min( 100%, 1200px);max-width: var(--inner-content-custom-width);width: 100%;flex-direction: column;align-items: center;justify-content: center;flex-wrap: nowrap;row-gap: 20px;column-gap: 20px;}.wp-block-uagb-container.uagb-block-6f4af303{box-shadow: 0px 0px   #00000070 ;padding-top: 0px;padding-bottom: 0px;padding-left: 0px;padding-right: 0px;margin-top:  !important;margin-bottom:  !important;row-gap: 24px;column-gap: 20px;overflow: visible;flex-direction: column;align-items: center;justify-content: center;flex-wrap: nowrap;}.wp-block-uagb-container.uagb-block-6f4af303.wp-block-uagb-container{color: inherit;border-color: #4B4F58;}.wp-block-uagb-container.uagb-is-root-container .uagb-block-6f4af303{max-width: 32%;width: 100%;}.wp-block-uagb-container.uagb-block-6f4af303 .uagb-container__shape-top svg{width: calc( 100% + 1.3px );}.wp-block-uagb-container.uagb-block-6f4af303 .uagb-container__shape.uagb-container__shape-top .uagb-container__shape-fill{fill: rgba(51,51,51,1);}.wp-block-uagb-container.uagb-block-6f4af303 .uagb-container__shape-bottom svg{width: calc( 100% + 1.3px );}.wp-block-uagb-container.uagb-block-6f4af303 .uagb-container__shape.uagb-container__shape-bottom .uagb-container__shape-fill{fill: rgba(51,51,51,1);}.wp-block-uagb-container.uagb-block-6f4af303 .uagb-container__video-wrap video{opacity: 1;}.wp-block-uagb-container.uagb-is-root-container.alignfull.uagb-block-6f4af303 > .uagb-container-inner-blocks-wrap{--inner-content-custom-width: min( 100%, 1200px);max-width: var(--inner-content-custom-width);width: 100%;flex-direction: column;align-items: center;justify-content: center;flex-wrap: nowrap;row-gap: 24px;column-gap: 20px;}.uagb-block-4c5c32c6.wp-block-uagb-image--layout-default figure img{box-shadow: 0px 0px   #00000070 ;}.uagb-block-4c5c32c6.wp-block-uagb-image .wp-block-uagb-image__figure figcaption{font-style: normal;text-align: center;}.uagb-block-4c5c32c6.wp-block-uagb-image--layout-overlay figure img{box-shadow: 0px 0px   #00000070 ;}.uagb-block-4c5c32c6.wp-block-uagb-image--layout-overlay .wp-block-uagb-image--layout-overlay__color-wrapper{opacity: 0.2;}.uagb-block-4c5c32c6.wp-block-uagb-image--layout-overlay .wp-block-uagb-image--layout-overlay__inner{left: 15px;right: 15px;top: 15px;bottom: 15px;}.uagb-block-4c5c32c6.wp-block-uagb-image--layout-overlay .wp-block-uagb-image--layout-overlay__inner .uagb-image-heading{font-style: normal;line-height: emem;color: #fff;opacity: 1;}.uagb-block-4c5c32c6.wp-block-uagb-image--layout-overlay .wp-block-uagb-image--layout-overlay__inner .uagb-image-heading a{color: #fff;}.uagb-block-4c5c32c6.wp-block-uagb-image--layout-overlay .wp-block-uagb-image--layout-overlay__inner .uagb-image-caption{opacity: 0;}.uagb-block-4c5c32c6.wp-block-uagb-image--layout-overlay .wp-block-uagb-image__figure:hover .wp-block-uagb-image--layout-overlay__color-wrapper{opacity: 1;}.uagb-block-4c5c32c6.wp-block-uagb-image .wp-block-uagb-image--layout-overlay__inner .uagb-image-separator{width: 30%;border-top-width: 2px;border-top-color: #fff;opacity: 0;}.uagb-block-4c5c32c6.wp-block-uagb-image .wp-block-uagb-image__figure img{width: 385px;height: 250px;}.uagb-block-4c5c32c6.wp-block-uagb-image .wp-block-uagb-image__figure:hover .wp-block-uagb-image--layout-overlay__inner .uagb-image-caption{opacity: 1;}.uagb-block-4c5c32c6.wp-block-uagb-image .wp-block-uagb-image__figure:hover .wp-block-uagb-image--layout-overlay__inner .uagb-image-separator{opacity: 1;}.uagb-block-33f1db1a.wp-block-uagb-image--layout-default figure img{box-shadow: 0px 0px   #00000070 ;}.uagb-block-33f1db1a.wp-block-uagb-image .wp-block-uagb-image__figure figcaption{font-style: normal;text-align: center;}.uagb-block-33f1db1a.wp-block-uagb-image--layout-overlay figure img{box-shadow: 0px 0px   #00000070 ;}.uagb-block-33f1db1a.wp-block-uagb-image--layout-overlay .wp-block-uagb-image--layout-overlay__color-wrapper{opacity: 0.2;}.uagb-block-33f1db1a.wp-block-uagb-image--layout-overlay .wp-block-uagb-image--layout-overlay__inner{left: 15px;right: 15px;top: 15px;bottom: 15px;}.uagb-block-33f1db1a.wp-block-uagb-image--layout-overlay .wp-block-uagb-image--layout-overlay__inner .uagb-image-heading{font-style: normal;line-height: emem;color: #fff;opacity: 1;}.uagb-block-33f1db1a.wp-block-uagb-image--layout-overlay .wp-block-uagb-image--layout-overlay__inner .uagb-image-heading a{color: #fff;}.uagb-block-33f1db1a.wp-block-uagb-image--layout-overlay .wp-block-uagb-image--layout-overlay__inner .uagb-image-caption{opacity: 0;}.uagb-block-33f1db1a.wp-block-uagb-image--layout-overlay .wp-block-uagb-image__figure:hover .wp-block-uagb-image--layout-overlay__color-wrapper{opacity: 1;}.uagb-block-33f1db1a.wp-block-uagb-image .wp-block-uagb-image--layout-overlay__inner .uagb-image-separator{width: 30%;border-top-width: 2px;border-top-color: #fff;opacity: 0;}.uagb-block-33f1db1a.wp-block-uagb-image .wp-block-uagb-image__figure img{width: 385px;height: 250px;}.uagb-block-33f1db1a.wp-block-uagb-image .wp-block-uagb-image__figure:hover .wp-block-uagb-image--layout-overlay__inner .uagb-image-caption{opacity: 1;}.uagb-block-33f1db1a.wp-block-uagb-image .wp-block-uagb-image__figure:hover .wp-block-uagb-image--layout-overlay__inner .uagb-image-separator{opacity: 1;}.uagb-testimonial__wrap{box-sizing:border-box}.uagb-testimonial__wrap,.uagb-testimonial__wrap *{transition:all 0.2s}.uagb-icon-wrap .uagb-icon{display:inline-block}.uagb-tm__image,.uagb-testimonial__wrap,.uagb-tm__content,.uagb-tm__text-wrap{position:relative}.uagb-tm__imgicon-style-circle .uagb-tm__image img{border-radius:100%}.uagb-tm__imgicon-style-square .uagb-tm__image img{border-radius:0%}.uagb-tm__image img,.slick-slide .uagb-tm__image img{display:inline-block;box-sizing:content-box}.uagb-tm__content{overflow:hidden;text-align:center;word-break:break-word;border-radius:inherit}.uagb-tm__image-position-left .uagb-tm__content,.uagb-tm__image-position-right .uagb-tm__content{display:flex}.uagb-tm__meta-inner{display:inline;width:100%;line-height:1}.uagb-tm__image-position-bottom .uagb-tm__image-content,.uagb-tm__image-position-bottom .uagb-testimonial-details{display:table-cell;vertical-align:middle}.uagb-tm__image-position-bottom .uagb-tm__image-content{padding-right:10px}.uagb-tm__author-name,.uagb-tm__company{display:block}.uagb-tm__image-aligned-middle .uagb-tm__image-content{align-self:center}.uagb-tm__author-name{font-size:30px;line-height:16px}.uagb-tm__company{font-size:15px;font-style:normal;line-height:16px;color:#888}.uagb-tm__overlay{height:100%;width:100%;top:0;left:0;position:absolute;background:transparent}.uagb-tm__items{visibility:hidden}.uagb-tm__items.slick-initialized{visibility:visible}.uagb-tm__image-position-top .uagb-tm__image-content{display:flex;justify-content:center}.uagb-slick-carousel.uagb-tm__arrow-outside .slick-next{right:-45px}.uagb-slick-carousel.uagb-tm__arrow-inside .slick-prev{left:25px;z-index:1}.uagb-slick-carousel.uagb-tm__arrow-inside .slick-next{right:25px}[dir=\"rtl\"] .uagb-tm__arrow-inside.uagb-slick-carousel .slick-prev{left:auto;right:25px}[dir=\"rtl\"] .uagb-tm__arrow-inside.uagb-slick-carousel .slick-next{left:25px;right:auto}[dir=\"rtl\"] .uagb-tm__arrow-outside.uagb-slick-carousel .slick-prev{right:auto;left:-45px}[dir=\"rtl\"] .uagb-tm__arrow-outside.uagb-slick-carousel .slick-next{left:auto;right:-45px}@media (min-width: 1025px){.wp-block-uagb-testimonial.uagb-post__carousel_notset .slick-slide:last-child .uagb-testimonial__wrap{padding-right:0}.wp-block-uagb-testimonial.uagb-post__carousel_notset .slick-slide:first-child .uagb-testimonial__wrap{padding-left:0}.wp-block-uagb-testimonial.uagb-post__carousel_notset .uagb-testimonial__wrap{margin-bottom:0}}@media (max-width: 976px){.wp-block-uagb-testimonial.uagb-post__carousel_notset-tablet .uagb-testimonial__wrap{margin-bottom:0}.wp-block-uagb-testimonial.uagb-post__carousel_notset-tablet .slick-slide:last-child .uagb-testimonial__wrap{padding-right:0}.wp-block-uagb-testimonial.uagb-post__carousel_notset-tablet .slick-slide:first-child .uagb-testimonial__wrap{padding-left:0}.uagb-tm-stacked-tablet.uagb-tm__image-position-bottom .uagb-tm__image-content,.uagb-tm-stacked-tablet.uagb-tm__image-position-bottom .uagb-testimonial-details{display:block;vertical-align:middle}.uagb-tm-stacked-tablet.uagb-tm__image-position-left .uagb-tm__content,.uagb-tm-stacked-tablet.uagb-tm__image-position-right .uagb-tm__content{display:block}.uagb-tm-stacked-tablet.uagb-tm__image-position-right.uagb-tm-reverse-order-tablet .uagb-tm__content{display:inline-flex;flex-direction:column-reverse}.uagb-tm-stacked-tablet.uagb-tm__image-aligned-top .uagb-tm__image-content{display:inline-flex;align-self:center}.uagb-slick-carousel.uagb-tm__arrow-outside .slick-prev{left:-10px;z-index:1}.uagb-slick-carousel.uagb-tm__arrow-outside .slick-next{right:-10px}[dir=\"rtl\"] .uagb-slick-carousel.uagb-tm__arrow-outside .slick-prev{left:auto;right:15px}[dir=\"rtl\"] .uagb-slick-carousel.uagb-tm__arrow-outside .slick-next{left:15px;right:auto}}@media (max-width: 768px){.wp-block-uagb-testimonial.uagb-post__carousel_notset-mobile .uagb-testimonial__wrap{margin-bottom:0}.wp-block-uagb-testimonial.uagb-post__carousel_notset-mobile .slick-slide:last-child .uagb-testimonial__wrap{padding-right:0}.wp-block-uagb-testimonial.uagb-post__carousel_notset-mobile .slick-slide:first-child .uagb-testimonial__wrap{padding-left:0}.uagb-tm-stacked-mobile.uagb-tm__image-position-bottom .uagb-tm__image-content,.uagb-tm-stacked-mobile.uagb-tm__image-position-bottom .uagb-testimonial-details{display:block;vertical-align:middle}.uagb-tm-stacked-mobile.uagb-tm__image-position-left .uagb-tm__content,.uagb-tm-stacked-mobile.uagb-tm__image-position-right .uagb-tm__content{display:block}.uagb-tm-stacked-mobile.uagb-tm__image-position-right.uagb-tm-reverse-order-mobile .uagb-tm__content{display:inline-flex;flex-direction:column-reverse}.uagb-tm-stacked-mobile.uagb-tm__image-aligned-top .uagb-tm__image-content{display:inline-flex;align-self:center}}\n.wp-block-uagb-container.uagb-block-e3f51205{box-shadow: 0px 0px   #00000070 ;padding-top: 40px;padding-bottom: 104px;padding-left: 40px;padding-right: 40px;margin-top:  !important;margin-bottom:  !important;row-gap: 0px;column-gap: 20px;overflow: visible;background-color: var(--ast-global-color-5);;}.wp-block-uagb-container.uagb-block-e3f51205.wp-block-uagb-container{color: inherit;border-color: #4B4F58;}.wp-block-uagb-container.uagb-is-root-container .uagb-block-e3f51205{max-width: 100%;width: 100%;}.wp-block-uagb-container.uagb-block-e3f51205 .uagb-container__shape-top svg{width: calc( 100% + 1.3px );}.wp-block-uagb-container.uagb-block-e3f51205 .uagb-container__shape.uagb-container__shape-top .uagb-container__shape-fill{fill: rgba(51,51,51,1);}.wp-block-uagb-container.uagb-block-e3f51205 .uagb-container__shape-bottom svg{width: calc( 100% + 1.3px );}.wp-block-uagb-container.uagb-block-e3f51205 .uagb-container__shape.uagb-container__shape-bottom .uagb-container__shape-fill{fill: rgba(51,51,51,1);}.wp-block-uagb-container.uagb-block-e3f51205 .uagb-container__video-wrap{background-color: var(--ast-global-color-5);;}.wp-block-uagb-container.uagb-block-e3f51205 .uagb-container__video-wrap video{opacity: 1;}.wp-block-uagb-container.uagb-is-root-container.alignfull.uagb-block-e3f51205 > .uagb-container-inner-blocks-wrap{--inner-content-custom-width: min( 100%, 1200px);max-width: var(--inner-content-custom-width);width: 100%;flex-direction: column;align-items: center;justify-content: center;flex-wrap: nowrap;row-gap: 0px;column-gap: 20px;}.uagb-block-cad0d924.wp-block-uagb-advanced-heading .uagb-heading-text{margin-bottom: 20px;}.uagb-block-cad0d924.wp-block-uagb-advanced-heading {text-align: center;padding-bottom: 20px;}.uagb-block-cad0d924.wp-block-uagb-advanced-heading .uagb-desc-text{margin-bottom: 15px;}.uagb-block-cad0d924.wp-block-uagb-advanced-heading .uagb-highlight{font-style: normal;background: #007cba;color: #fff;-webkit-text-fill-color: #fff;}.uagb-block-cad0d924.wp-block-uagb-advanced-heading .uagb-highlight::-moz-selection{color: #fff;background: #007cba;-webkit-text-fill-color: #fff;}.uagb-block-cad0d924.wp-block-uagb-advanced-heading .uagb-highlight::selection{color: #fff;background: #007cba;-webkit-text-fill-color: #fff;}.uagb-block-cad0d924.wp-block-uagb-advanced-heading .uagb-separator{border-top-style: solid;border-top-width: 2px;width: 12%;border-color: #0170b9;margin-bottom: 15px;}.uagb-block-cad0d924 .uagb-desc-text{font-size: 16px;}.wp-block-uagb-container.uagb-block-d77a6a11{box-shadow: 0px 0px   #00000070 ;padding-top: 0px;padding-bottom: 0px;padding-left: 0px;padding-right: 0px;margin-top: 40px !important;margin-bottom: 0px !important;margin-left: 0px;margin-right: 0px;row-gap: 20px;column-gap: 90px;overflow: visible;flex-direction: row;align-items: center;justify-content: center;flex-wrap: nowrap;}.wp-block-uagb-container.uagb-block-d77a6a11.wp-block-uagb-container{color: inherit;border-color: #4B4F58;}.wp-block-uagb-container.uagb-is-root-container .uagb-block-d77a6a11{max-width: 100%;width: 100%;}.wp-block-uagb-container.uagb-block-d77a6a11 .uagb-container__shape-top svg{width: calc( 100% + 1.3px );}.wp-block-uagb-container.uagb-block-d77a6a11 .uagb-container__shape.uagb-container__shape-top .uagb-container__shape-fill{fill: rgba(51,51,51,1);}.wp-block-uagb-container.uagb-block-d77a6a11 .uagb-container__shape-bottom svg{width: calc( 100% + 1.3px );}.wp-block-uagb-container.uagb-block-d77a6a11 .uagb-container__shape.uagb-container__shape-bottom .uagb-container__shape-fill{fill: rgba(51,51,51,1);}.wp-block-uagb-container.uagb-block-d77a6a11 .uagb-container__video-wrap video{opacity: 1;}.wp-block-uagb-container.uagb-is-root-container.alignfull.uagb-block-d77a6a11 > .uagb-container-inner-blocks-wrap{--inner-content-custom-width: min( 100%, 1200px);max-width: var(--inner-content-custom-width);width: 100%;flex-direction: row;align-items: center;justify-content: center;flex-wrap: nowrap;row-gap: 20px;column-gap: 90px;}.wp-block-uagb-container.uagb-block-69135e23{box-shadow: 0px 0px   #00000070 ;padding-top: 0px;padding-bottom: 0px;padding-left: 0px;padding-right: 0px;margin-top:  !important;margin-bottom:  !important;row-gap: 20px;column-gap: 20px;overflow: visible;flex-direction: column;align-items: center;justify-content: center;flex-wrap: nowrap;}.wp-block-uagb-container.uagb-block-69135e23.wp-block-uagb-container{color: inherit;border-color: #4B4F58;}.wp-block-uagb-container.uagb-is-root-container .uagb-block-69135e23{max-width: 50%;width: 100%;}.wp-block-uagb-container.uagb-block-69135e23 .uagb-container__shape-top svg{width: calc( 100% + 1.3px );}.wp-block-uagb-container.uagb-block-69135e23 .uagb-container__shape.uagb-container__shape-top .uagb-container__shape-fill{fill: rgba(51,51,51,1);}.wp-block-uagb-container.uagb-block-69135e23 .uagb-container__shape-bottom svg{width: calc( 100% + 1.3px );}.wp-block-uagb-container.uagb-block-69135e23 .uagb-container__shape.uagb-container__shape-bottom .uagb-container__shape-fill{fill: rgba(51,51,51,1);}.wp-block-uagb-container.uagb-block-69135e23 .uagb-container__video-wrap video{opacity: 1;}.wp-block-uagb-container.uagb-is-root-container.alignfull.uagb-block-69135e23 > .uagb-container-inner-blocks-wrap{--inner-content-custom-width: min( 100%, 1200px);max-width: var(--inner-content-custom-width);width: 100%;flex-direction: column;align-items: center;justify-content: center;flex-wrap: nowrap;row-gap: 20px;column-gap: 20px;}.uagb-block-3829acac .uagb-testimonial__wrap{margin-bottom: 10px;padding-left: 0.5px;padding-right: 0.5px;}.uagb-block-3829acac .uagb-tm__content{text-align: left;padding-top: 0px;padding-bottom: 0px;padding-left: 0px;padding-right: 0px;}.uagb-block-3829acac .uagb-testimonial__wrap .uagb-tm__image-content{text-align: left;padding-top: 0px;padding-bottom: 0px;padding-left: 0px;padding-right: 15px;}.uagb-block-3829acac .uagb-tm__image img{width: 32px;max-width: 32px;}.uagb-block-3829acac .uagb-tm__author-name{color: #333;margin-bottom: 1px;}.uagb-block-3829acac .uagb-tm__company{font-style: normal;color: #888888;}.uagb-block-3829acac .uagb-tm__desc{font-weight: 600;font-size: 16px;line-height: 1.6em;color: var(--ast-global-color-3);margin-bottom: 20px;}.uagb-block-3829acac .uagb-testimonial__wrap .uagb-tm__content{border-top-width: 1px;border-left-width: 1px;border-right-width: 1px;border-bottom-width: 1px;border-style: none;}.uagb-block-3829acac ul.slick-dots li button:before{color: #333;}.uagb-block-3829acac ul.slick-dots li.slick-active button:before{color: #333;}.uagb-block-3829acac .uagb-tm__image-position-top .uagb-tm__image-content{justify-content: flex-start;}.uagb-block-3829acac  .uagb-testimonial__wrap.uagb-tm__bg-type-color .uagb-tm__content{background-color: #eeeeee;}.uagb-block-3829acac  .uagb-testimonial__wrap.uagb-tm__bg-type-image .uagb-tm__content{background-position: center center;background-repeat: no-repeat;background-size: cover;}.uagb-block-3829acac.uagb-slick-carousel{padding: 0;}.uagb-block-3829acac  .uagb-tm__author-name{font-weight: 500;font-size: 14px;line-height: 1em;}.uagb-block-e63ca56d .uagb-testimonial__wrap{margin-bottom: 10px;padding-left: 0.5px;padding-right: 0.5px;}.uagb-block-e63ca56d .uagb-tm__content{text-align: left;padding-top: 0px;padding-bottom: 0px;padding-left: 0px;padding-right: 0px;}.uagb-block-e63ca56d .uagb-testimonial__wrap .uagb-tm__image-content{text-align: left;padding-top: 0px;padding-bottom: 0px;padding-left: 0px;padding-right: 15px;}.uagb-block-e63ca56d .uagb-tm__image img{width: 32px;max-width: 32px;}.uagb-block-e63ca56d .uagb-tm__author-name{color: #333;margin-bottom: 1px;}.uagb-block-e63ca56d .uagb-tm__company{font-style: normal;color: #888888;}.uagb-block-e63ca56d .uagb-tm__desc{font-weight: 600;font-size: 16px;line-height: 1.6em;color: var(--ast-global-color-3);margin-bottom: 20px;}.uagb-block-e63ca56d .uagb-testimonial__wrap .uagb-tm__content{border-top-width: 1px;border-left-width: 1px;border-right-width: 1px;border-bottom-width: 1px;border-style: none;}.uagb-block-e63ca56d ul.slick-dots li button:before{color: #333;}.uagb-block-e63ca56d ul.slick-dots li.slick-active button:before{color: #333;}.uagb-block-e63ca56d .uagb-tm__image-position-top .uagb-tm__image-content{justify-content: flex-start;}.uagb-block-e63ca56d  .uagb-testimonial__wrap.uagb-tm__bg-type-color .uagb-tm__content{background-color: #eeeeee;}.uagb-block-e63ca56d  .uagb-testimonial__wrap.uagb-tm__bg-type-image .uagb-tm__content{background-position: center center;background-repeat: no-repeat;background-size: cover;}.uagb-block-e63ca56d.uagb-slick-carousel{padding: 0;}.uagb-block-e63ca56d  .uagb-tm__author-name{font-weight: 500;font-size: 14px;line-height: 1em;}.wp-block-uagb-container.uagb-block-57a2361b{box-shadow: 0px 0px   #00000070 ;padding-top: 0px;padding-bottom: 0px;padding-left: 0px;padding-right: 0px;margin-top:  !important;margin-bottom:  !important;row-gap: 20px;column-gap: 20px;overflow: visible;flex-direction: column;align-items: center;justify-content: center;flex-wrap: nowrap;}.wp-block-uagb-container.uagb-block-57a2361b.wp-block-uagb-container{color: inherit;border-color: #4B4F58;}.wp-block-uagb-container.uagb-is-root-container .uagb-block-57a2361b{max-width: 50%;width: 100%;}.wp-block-uagb-container.uagb-block-57a2361b .uagb-container__shape-top svg{width: calc( 100% + 1.3px );}.wp-block-uagb-container.uagb-block-57a2361b .uagb-container__shape.uagb-container__shape-top .uagb-container__shape-fill{fill: rgba(51,51,51,1);}.wp-block-uagb-container.uagb-block-57a2361b .uagb-container__shape-bottom svg{width: calc( 100% + 1.3px );}.wp-block-uagb-container.uagb-block-57a2361b .uagb-container__shape.uagb-container__shape-bottom .uagb-container__shape-fill{fill: rgba(51,51,51,1);}.wp-block-uagb-container.uagb-block-57a2361b .uagb-container__video-wrap video{opacity: 1;}.wp-block-uagb-container.uagb-is-root-container.alignfull.uagb-block-57a2361b > .uagb-container-inner-blocks-wrap{--inner-content-custom-width: min( 100%, 1200px);max-width: var(--inner-content-custom-width);width: 100%;flex-direction: column;align-items: center;justify-content: center;flex-wrap: nowrap;row-gap: 20px;column-gap: 20px;}.uagb-block-47df6d55 .uagb-testimonial__wrap{margin-bottom: 10px;padding-left: 0.5px;padding-right: 0.5px;}.uagb-block-47df6d55 .uagb-tm__content{text-align: left;padding-top: 0px;padding-bottom: 0px;padding-left: 0px;padding-right: 0px;}.uagb-block-47df6d55 .uagb-testimonial__wrap .uagb-tm__image-content{text-align: left;padding-top: 0px;padding-bottom: 0px;padding-left: 0px;padding-right: 15px;}.uagb-block-47df6d55 .uagb-tm__image img{width: 32px;max-width: 32px;}.uagb-block-47df6d55 .uagb-tm__author-name{color: #333;margin-bottom: 1px;}.uagb-block-47df6d55 .uagb-tm__company{font-style: normal;color: #888888;}.uagb-block-47df6d55 .uagb-tm__desc{font-weight: 600;font-size: 16px;line-height: 1.6em;color: var(--ast-global-color-3);margin-bottom: 20px;}.uagb-block-47df6d55 .uagb-testimonial__wrap .uagb-tm__content{border-top-width: 1px;border-left-width: 1px;border-right-width: 1px;border-bottom-width: 1px;border-style: none;}.uagb-block-47df6d55 ul.slick-dots li button:before{color: #333;}.uagb-block-47df6d55 ul.slick-dots li.slick-active button:before{color: #333;}.uagb-block-47df6d55 .uagb-tm__image-position-top .uagb-tm__image-content{justify-content: flex-start;}.uagb-block-47df6d55  .uagb-testimonial__wrap.uagb-tm__bg-type-color .uagb-tm__content{background-color: #eeeeee;}.uagb-block-47df6d55  .uagb-testimonial__wrap.uagb-tm__bg-type-image .uagb-tm__content{background-position: center center;background-repeat: no-repeat;background-size: cover;}.uagb-block-47df6d55.uagb-slick-carousel{padding: 0;}.uagb-block-47df6d55  .uagb-tm__author-name{font-weight: 500;font-size: 14px;line-height: 1em;}.uagb-block-0ecd2bb1 .uagb-testimonial__wrap{margin-bottom: 10px;padding-left: 0.5px;padding-right: 0.5px;}.uagb-block-0ecd2bb1 .uagb-tm__content{text-align: left;padding-top: 0px;padding-bottom: 0px;padding-left: 0px;padding-right: 0px;}.uagb-block-0ecd2bb1 .uagb-testimonial__wrap .uagb-tm__image-content{text-align: left;padding-top: 0px;padding-bottom: 0px;padding-left: 0px;padding-right: 15px;}.uagb-block-0ecd2bb1 .uagb-tm__image img{width: 32px;max-width: 32px;}.uagb-block-0ecd2bb1 .uagb-tm__author-name{color: #333;margin-bottom: 1px;}.uagb-block-0ecd2bb1 .uagb-tm__company{font-style: normal;color: #888888;}.uagb-block-0ecd2bb1 .uagb-tm__desc{font-weight: 600;font-size: 16px;line-height: 1.6em;color: var(--ast-global-color-3);margin-bottom: 20px;}.uagb-block-0ecd2bb1 .uagb-testimonial__wrap .uagb-tm__content{border-top-width: 1px;border-left-width: 1px;border-right-width: 1px;border-bottom-width: 1px;border-style: none;}.uagb-block-0ecd2bb1 ul.slick-dots li button:before{color: #333;}.uagb-block-0ecd2bb1 ul.slick-dots li.slick-active button:before{color: #333;}.uagb-block-0ecd2bb1 .uagb-tm__image-position-top .uagb-tm__image-content{justify-content: flex-start;}.uagb-block-0ecd2bb1  .uagb-testimonial__wrap.uagb-tm__bg-type-color .uagb-tm__content{background-color: #eeeeee;}.uagb-block-0ecd2bb1  .uagb-testimonial__wrap.uagb-tm__bg-type-image .uagb-tm__content{background-position: center center;background-repeat: no-repeat;background-size: cover;}.uagb-block-0ecd2bb1.uagb-slick-carousel{padding: 0;}.uagb-block-0ecd2bb1  .uagb-tm__author-name{font-weight: 500;font-size: 14px;line-height: 1em;}.uagb-icon-list__wrap{display:flex;align-items:flex-start;justify-content:flex-start}.wp-block-uagb-icon-list-child{padding:0;transition:all 0.2s;display:inline-flex;color:#3a3a3a;align-items:center;text-decoration:none;box-shadow:none}.wp-block-uagb-icon-list-child span.uagb-icon-list__source-wrap{display:block;align-items:center}.uagb-icon-list__source-wrap svg{display:block}.uagb-icon-list__source-image{width:40px}.uagb-icon-list__outer-wrap .uagb-icon-list__content-wrap{color:#3a3a3a;display:flex;align-items:center}\n.wp-block-uagb-icon-list-child{position:relative}.wp-block-uagb-icon-list-child>a{position:absolute;top:0;left:0;width:100%;height:100%}img.uagb-icon-list__source-image{max-width:unset}.wp-block-uagb-icon-list-child .uagb-icon-list__label{word-break:break-word}\n.wp-block-uagb-container.uagb-block-95ffd8cd{box-shadow: 0px 0px   #00000070 ;padding-top: 144px;padding-bottom: 144px;padding-left: 40px;padding-right: 40px;margin-top:  !important;margin-bottom:  !important;row-gap: 20px;column-gap: 20px;overflow: visible;background-image: linear-gradient(to right, rgba(42,42,42,0.65), rgba(42,42,42,0.65)), url(https://blueroan.netgen.cloud/wp-content/uploads/2022/12/26759994757_767d9794fd_b.jpg);;background-repeat: no-repeat;background-position: 50% 50%;background-size: cover;background-attachment: scroll;}.wp-block-uagb-container.uagb-block-95ffd8cd.wp-block-uagb-container{color: inherit;border-color: #4B4F58;}.wp-block-uagb-container.uagb-is-root-container .uagb-block-95ffd8cd{max-width: 100%;width: 100%;}.wp-block-uagb-container.uagb-block-95ffd8cd .uagb-container__shape-top svg{width: calc( 100% + 1.3px );}.wp-block-uagb-container.uagb-block-95ffd8cd .uagb-container__shape.uagb-container__shape-top .uagb-container__shape-fill{fill: rgba(51,51,51,1);}.wp-block-uagb-container.uagb-block-95ffd8cd .uagb-container__shape-bottom svg{width: calc( 100% + 1.3px );}.wp-block-uagb-container.uagb-block-95ffd8cd .uagb-container__shape.uagb-container__shape-bottom .uagb-container__shape-fill{fill: rgba(51,51,51,1);}.wp-block-uagb-container.uagb-block-95ffd8cd .uagb-container__video-wrap{background-image: linear-gradient(to right, rgba(42,42,42,0.65), rgba(42,42,42,0.65)), url(https://blueroan.netgen.cloud/wp-content/uploads/2022/12/26759994757_767d9794fd_b.jpg);;background-repeat: no-repeat;background-position: 50% 50%;background-size: cover;background-attachment: scroll;}.wp-block-uagb-container.uagb-block-95ffd8cd .uagb-container__video-wrap video{opacity: 0.5;}.wp-block-uagb-container.uagb-is-root-container.alignfull.uagb-block-95ffd8cd > .uagb-container-inner-blocks-wrap{--inner-content-custom-width: min( 100%, 781px);max-width: var(--inner-content-custom-width);width: 100%;flex-direction: column;align-items: center;justify-content: center;flex-wrap: nowrap;row-gap: 20px;column-gap: 20px;}.uagb-block-3c833c7d.wp-block-uagb-advanced-heading .uagb-heading-text{color: var(--ast-global-color-5);margin-bottom: 20px;}.uagb-block-3c833c7d.wp-block-uagb-advanced-heading {text-align: center;}.uagb-block-3c833c7d.wp-block-uagb-advanced-heading .uagb-desc-text{color: var(--ast-global-color-4);margin-bottom: 15px;}.uagb-block-3c833c7d.wp-block-uagb-advanced-heading .uagb-highlight{font-style: normal;background: #007cba;color: #fff;-webkit-text-fill-color: #fff;}.uagb-block-3c833c7d.wp-block-uagb-advanced-heading .uagb-highlight::-moz-selection{color: #fff;background: #007cba;-webkit-text-fill-color: #fff;}.uagb-block-3c833c7d.wp-block-uagb-advanced-heading .uagb-highlight::selection{color: #fff;background: #007cba;-webkit-text-fill-color: #fff;}.uagb-block-3c833c7d.wp-block-uagb-advanced-heading .uagb-separator{border-top-style: solid;border-top-width: 2px;width: 12%;border-color: #0170b9;margin-bottom: 15px;}.uagb-block-3e5a4b8f.wp-block-uagb-advanced-heading .uagb-heading-text{margin-bottom: 15px;}.uagb-block-3e5a4b8f.wp-block-uagb-advanced-heading {text-align: center;padding-top: 60px;padding-right: 0px;padding-bottom: 0px;padding-left: 0px;}.uagb-block-3e5a4b8f.wp-block-uagb-advanced-heading a{color: var(--ast-global-color-5);}.uagb-block-3e5a4b8f.wp-block-uagb-advanced-heading a:hover{color: var(--ast-global-color-0);}.uagb-block-3e5a4b8f.wp-block-uagb-advanced-heading .uagb-desc-text{color: var(--ast-global-color-4);margin-bottom: 15px;}.uagb-block-3e5a4b8f.wp-block-uagb-advanced-heading .uagb-highlight{font-style: normal;background: #007cba;color: #fff;-webkit-text-fill-color: #fff;}.uagb-block-3e5a4b8f.wp-block-uagb-advanced-heading .uagb-highlight::-moz-selection{color: #fff;background: #007cba;-webkit-text-fill-color: #fff;}.uagb-block-3e5a4b8f.wp-block-uagb-advanced-heading .uagb-highlight::selection{color: #fff;background: #007cba;-webkit-text-fill-color: #fff;}.uagb-block-3e5a4b8f.wp-block-uagb-advanced-heading .uagb-separator{border-top-style: solid;border-top-width: 2px;width: 12%;border-color: #0170b9;margin-bottom: 15px;}.uagb-block-3e5a4b8f .uagb-desc-text{text-transform: uppercase;font-size: 16px;letter-spacing: 2px;}.wp-block-uagb-icon-list.uagb-block-3e5bf679 .uagb-icon-list__source-image{width: 40px;}.wp-block-uagb-icon-list.uagb-block-3e5bf679 .wp-block-uagb-icon-list-child .uagb-icon-list__source-wrap svg{width: 40px;height: 40px;font-size: 40px;color: var(--ast-global-color-5);fill: var(--ast-global-color-5);}.wp-block-uagb-icon-list.uagb-block-3e5bf679 .wp-block-uagb-icon-list-child .uagb-icon-list__source-wrap{padding: 0px;border-radius: 0px;border-width: 0px;align-self: center;}.wp-block-uagb-icon-list.uagb-block-3e5bf679 .wp-block-uagb-icon-list-child .uagb-icon-list__label{font-size: 48px;text-decoration: !important;font-weight: 600;line-height: em;color: var(--ast-global-color-5);}.wp-block-uagb-icon-list.uagb-block-3e5bf679 .uagb-icon-list__wrap{display: flex;flex-direction: column;justify-content: center;-webkit-box-pack: center;-ms-flex-pack: center;-webkit-box-align: center;-ms-flex-align: center;align-items: center;padding-top: 0px;padding-right: 0px;padding-bottom: 24px;padding-left: 0px;}.wp-block-uagb-icon-list.uagb-block-3e5bf679 .uagb-icon-list__label{text-align: center;}.wp-block-uagb-icon-list.uagb-block-3e5bf679 .wp-block-uagb-icon-list-child{text-align: center;}.wp-block-uagb-icon-list.uagb-block-3e5bf679.wp-block-uagb-icon-list .wp-block-uagb-icon-list-child{margin-left: 0;margin-right: 0;margin-bottom: 10px;}.wp-block-uagb-icon-list.uagb-block-3e5bf679 .uagb-icon-list__source-wrap{margin-right: 15px;}.uagb-block-1e726ca4.wp-block-uagb-icon-list-child .uagb-icon-list__source-wrap{background:  !important;border-color:  !important;}.uagb-block-1e726ca4.wp-block-uagb-icon-list-child:hover .uagb-icon-list__source-wrap{background:  !important;border-color:  !important;}.uagb-block-8a7b57ca.wp-block-uagb-icon-list-child .uagb-icon-list__source-wrap{background:  !important;border-color:  !important;}.uagb-block-8a7b57ca.wp-block-uagb-icon-list-child:hover .uagb-icon-list__source-wrap{background:  !important;border-color:  !important;}@media only screen and (max-width: 976px) {.wp-block-uagb-container.uagb-block-3b163f7a{min-height: 70vh;padding-top: 120px;padding-bottom: 120px;padding-left: 40px;padding-right: 40px;margin-top:  !important;margin-bottom:  !important;}.wp-block-uagb-container.uagb-is-root-container .uagb-block-3b163f7a{width: 100%;}.wp-block-uagb-container.uagb-is-root-container.alignfull.uagb-block-3b163f7a > .uagb-container-inner-blocks-wrap{--inner-content-custom-width: min( 100%, 1024px);max-width: var(--inner-content-custom-width);width: 100%;}.uagb-block-ef267882.wp-block-uagb-info-box .uagb-ifb-title{margin-bottom: px;}.uagb-block-ef267882.wp-block-uagb-info-box .uagb-ifb-desc{margin-bottom: 40px;margin-top: 0px;margin-left: 0px;margin-right: 64px;}.uagb-block-ef267882.uagb-infobox__content-wrap .uagb-ifb-icon-wrap > svg{width: 30px;height: 30px;line-height: 30px;font-size: 30px;}.uagb-block-ef267882.uagb-infobox__content-wrap .uagb-ifb-content .uagb-ifb-icon-wrap > svg{line-height: 30px;font-size: 30px;}.uagb-block-ef267882.uagb-infobox__content-wrap .uagb-ifb-content img{box-sizing: content-box;}.uagb-block-ef267882 .uagb-ifb-icon{width: 30px;line-height: 30px;}.uagb-block-ef267882 .uagb-ifb-icon > span{font-size: 30px;width: 30px;line-height: 30px;}.uagb-block-ef267882 .uagb-iconbox-icon-wrap{width: 30px;height: 30px;line-height: 30px;}.uagb-block-ef267882 .uagb-ifb-content .uagb-ifb-left-title-image > svg{width: 30px;line-height: 30px;font-size: 30px;}.uagb-block-ef267882 .uagb-ifb-content .uagb-ifb-right-title-image > svg{width: 30px;line-height: 30px;font-size: 30px;}.uagb-block-ef267882.uagb-infobox__content-wrap{padding-top: 0px;padding-right: 64px;padding-bottom: 0px;padding-left: 0px;}.uagb-block-ef267882.uagb-infobox__content-wrap .uagb-infobox-cta-link > svg {margin-left: 5px;}.wp-block-uagb-container.uagb-block-60c1731e{padding-top: 80px;padding-bottom: 80px;padding-left: 40px;padding-right: 40px;margin-top:  !important;margin-bottom:  !important;column-gap: 50px;background-color: var(--ast-global-color-5);;}.wp-block-uagb-container.uagb-is-root-container .uagb-block-60c1731e{width: 100%;}.wp-block-uagb-container.uagb-is-root-container.alignfull.uagb-block-60c1731e > .uagb-container-inner-blocks-wrap{--inner-content-custom-width: min( 100%, 1024px);max-width: var(--inner-content-custom-width);width: 100%;column-gap: 50px;}.wp-block-uagb-container.uagb-block-f9f4908e{padding-top: 0px;padding-bottom: 0px;padding-left: 0px;padding-right: 0px;margin-top:  !important;margin-bottom:  !important;}.wp-block-uagb-container.uagb-is-root-container .uagb-block-f9f4908e{width: 100%;}.wp-block-uagb-container.uagb-is-root-container.alignfull.uagb-block-f9f4908e > .uagb-container-inner-blocks-wrap{--inner-content-custom-width: min( 100%, 1024px);max-width: var(--inner-content-custom-width);width: 100%;}.wp-block-uagb-container.uagb-block-bee89110{padding-top: 0px;padding-bottom: 0px;padding-left: 0px;padding-right: 0px;margin-top:  !important;margin-bottom:  !important;}.wp-block-uagb-container.uagb-is-root-container .uagb-block-bee89110{width: 100%;}.wp-block-uagb-container.uagb-is-root-container.alignfull.uagb-block-bee89110 > .uagb-container-inner-blocks-wrap{--inner-content-custom-width: min( 100%, 1024px);max-width: var(--inner-content-custom-width);width: 100%;}.uagb-block-0a75c380.wp-block-uagb-image .wp-block-uagb-image__figure img{width: px;height: auto;}.wp-block-uagb-container.uagb-block-bb0e1c53{padding-top: 80px;padding-bottom: 80px;padding-left: 40px;padding-right: 40px;margin-top:  !important;margin-bottom:  !important;column-gap: 50px;background-color: var(--ast-global-color-5);;}.wp-block-uagb-container.uagb-is-root-container .uagb-block-bb0e1c53{width: 100%;}.wp-block-uagb-container.uagb-is-root-container.alignfull.uagb-block-bb0e1c53 > .uagb-container-inner-blocks-wrap{--inner-content-custom-width: min( 100%, 1024px);max-width: var(--inner-content-custom-width);width: 100%;column-gap: 50px;}.wp-block-uagb-container.uagb-block-d092308c{padding-top: 50px;padding-bottom: 25px;padding-left: 20px;padding-right: 20px;margin-top:  !important;margin-bottom:  !important;background-color: var(--ast-global-color-5);;}.wp-block-uagb-container.uagb-is-root-container .uagb-block-d092308c{width: 100%;}.wp-block-uagb-container.uagb-is-root-container.alignfull.uagb-block-d092308c > .uagb-container-inner-blocks-wrap{--inner-content-custom-width: min( 100%, 1024px);max-width: var(--inner-content-custom-width);width: 100%;}.wp-block-uagb-container.uagb-block-8e8575a3{padding-top: 0px;padding-bottom: 0px;padding-left: 0px;padding-right: 0px;margin-top:  !important;margin-bottom:  !important;align-items: flex-end;justify-content: space-between;}.wp-block-uagb-container.uagb-is-root-container .uagb-block-8e8575a3{width: 100%;}.wp-block-uagb-container.uagb-is-root-container.alignfull.uagb-block-8e8575a3 > .uagb-container-inner-blocks-wrap{--inner-content-custom-width: min( 100%, 1024px);max-width: var(--inner-content-custom-width);width: 100%;align-items: flex-end;justify-content: space-between;}.uagb-block-ced1e313.wp-block-uagb-buttons.uagb-buttons__outer-wrap .uagb-buttons__wrap{align-items: center;}.uagb-block-ced1e313.uagb-buttons__outer-wrap .uagb-buttons__wrap {justify-content: right;align-items: flex-end;}.wp-block-uagb-buttons .uagb-block-1f5e5c04 .uagb-buttons-repeater.wp-block-button__link{border-style: solid;border-color: #333;}.wp-block-uagb-buttons .uagb-block-1f5e5c04.wp-block-button.is-style-outline .uagb-button__wrapper .wp-block-button__link.uagb-buttons-repeater{border-style: solid;border-color: #333;}.wp-block-uagb-container.uagb-block-4f2ef7d7{padding-top: 0px;padding-bottom: 0px;padding-left: 0px;padding-right: 0px;margin-top: 50px !important;margin-bottom: 20px !important;margin-left: 0px;margin-right: 0px;column-gap: 20px;align-items: flex-start;}.wp-block-uagb-container.uagb-is-root-container .uagb-block-4f2ef7d7{width: 100%;}.wp-block-uagb-container.uagb-is-root-container.alignfull.uagb-block-4f2ef7d7 > .uagb-container-inner-blocks-wrap{--inner-content-custom-width: min( 100%, 1024px);max-width: var(--inner-content-custom-width);width: 100%;align-items: flex-start;column-gap: 20px;}.wp-block-uagb-container.uagb-block-60ded15f{padding-top: 80px;padding-bottom: 80px;padding-left: 40px;padding-right: 40px;margin-top:  !important;margin-bottom:  !important;background-color: var(--ast-global-color-5);;}.wp-block-uagb-container.uagb-is-root-container .uagb-block-60ded15f{width: 100%;}.wp-block-uagb-container.uagb-is-root-container.alignfull.uagb-block-60ded15f > .uagb-container-inner-blocks-wrap{--inner-content-custom-width: min( 100%, 1024px);max-width: var(--inner-content-custom-width);width: 100%;}.wp-block-uagb-container.uagb-block-0b3ca352{padding-top: 0px;padding-bottom: 0px;padding-left: 0px;padding-right: 0px;margin-top: 20px !important;margin-bottom: 0px !important;margin-left: 0px;margin-right: 0px;column-gap: 20px;}.wp-block-uagb-container.uagb-is-root-container .uagb-block-0b3ca352{width: 100%;}.wp-block-uagb-container.uagb-is-root-container.alignfull.uagb-block-0b3ca352 > .uagb-container-inner-blocks-wrap{--inner-content-custom-width: min( 100%, 1024px);max-width: var(--inner-content-custom-width);width: 100%;column-gap: 20px;}.wp-block-uagb-container.uagb-block-c89d92b9{padding-top: 0px;padding-bottom: 0px;padding-left: 0px;padding-right: 0px;margin-top:  !important;margin-bottom:  !important;row-gap: 20px;}.wp-block-uagb-container.uagb-is-root-container .uagb-block-c89d92b9{width: 100%;}.wp-block-uagb-container.uagb-is-root-container.alignfull.uagb-block-c89d92b9 > .uagb-container-inner-blocks-wrap{--inner-content-custom-width: min( 100%, 1024px);max-width: var(--inner-content-custom-width);width: 100%;row-gap: 20px;}.uagb-block-f3648cd4.wp-block-uagb-image .wp-block-uagb-image__figure img{width: 385px;height: auto;}.uagb-block-1be927d2.wp-block-uagb-image .wp-block-uagb-image__figure img{width: 385px;height: auto;}.wp-block-uagb-container.uagb-block-30022d08{padding-top: 0px;padding-bottom: 0px;padding-left: 0px;padding-right: 0px;margin-top:  !important;margin-bottom:  !important;}.wp-block-uagb-container.uagb-is-root-container .uagb-block-30022d08{width: 100%;}.wp-block-uagb-container.uagb-is-root-container.alignfull.uagb-block-30022d08 > .uagb-container-inner-blocks-wrap{--inner-content-custom-width: min( 100%, 1024px);max-width: var(--inner-content-custom-width);width: 100%;}.uagb-block-9af8b71b.wp-block-uagb-image .wp-block-uagb-image__figure img{width: px;height: auto;}.wp-block-uagb-container.uagb-block-5636ebeb{padding-top: 0px;padding-bottom: 0px;padding-left: 0px;padding-right: 0px;margin-top: 20px !important;margin-bottom: 0px !important;margin-left: 0px;margin-right: 0px;column-gap: 20px;}.wp-block-uagb-container.uagb-is-root-container .uagb-block-5636ebeb{width: 100%;}.wp-block-uagb-container.uagb-is-root-container.alignfull.uagb-block-5636ebeb > .uagb-container-inner-blocks-wrap{--inner-content-custom-width: min( 100%, 1024px);max-width: var(--inner-content-custom-width);width: 100%;column-gap: 20px;}.wp-block-uagb-container.uagb-block-8e7addc5{padding-top: 0px;padding-bottom: 0px;padding-left: 0px;padding-right: 0px;margin-top:  !important;margin-bottom:  !important;}.wp-block-uagb-container.uagb-is-root-container .uagb-block-8e7addc5{width: 100%;}.wp-block-uagb-container.uagb-is-root-container.alignfull.uagb-block-8e7addc5 > .uagb-container-inner-blocks-wrap{--inner-content-custom-width: min( 100%, 1024px);max-width: var(--inner-content-custom-width);width: 100%;}.wp-block-uagb-container.uagb-block-6f4af303{padding-top: 0px;padding-bottom: 0px;padding-left: 0px;padding-right: 0px;margin-top:  !important;margin-bottom:  !important;row-gap: 20px;}.wp-block-uagb-container.uagb-is-root-container .uagb-block-6f4af303{width: 100%;}.wp-block-uagb-container.uagb-is-root-container.alignfull.uagb-block-6f4af303 > .uagb-container-inner-blocks-wrap{--inner-content-custom-width: min( 100%, 1024px);max-width: var(--inner-content-custom-width);width: 100%;row-gap: 20px;}.uagb-block-4c5c32c6.wp-block-uagb-image .wp-block-uagb-image__figure img{width: 385px;height: auto;}.uagb-block-33f1db1a.wp-block-uagb-image .wp-block-uagb-image__figure img{width: 385px;height: auto;}.wp-block-uagb-container.uagb-block-e3f51205{padding-top: 80px;padding-bottom: 80px;padding-left: 40px;padding-right: 40px;margin-top:  !important;margin-bottom:  !important;background-color: var(--ast-global-color-5);;}.wp-block-uagb-container.uagb-is-root-container .uagb-block-e3f51205{width: 100%;}.wp-block-uagb-container.uagb-is-root-container.alignfull.uagb-block-e3f51205 > .uagb-container-inner-blocks-wrap{--inner-content-custom-width: min( 100%, 1024px);max-width: var(--inner-content-custom-width);width: 100%;}.wp-block-uagb-container.uagb-block-d77a6a11{padding-top: 0px;padding-bottom: 0px;padding-left: 0px;padding-right: 0px;margin-top: 40px !important;margin-bottom: 0px !important;margin-left: 0px;margin-right: 0px;}.wp-block-uagb-container.uagb-is-root-container .uagb-block-d77a6a11{width: 100%;}.wp-block-uagb-container.uagb-is-root-container.alignfull.uagb-block-d77a6a11 > .uagb-container-inner-blocks-wrap{--inner-content-custom-width: min( 100%, 1024px);max-width: var(--inner-content-custom-width);width: 100%;}.wp-block-uagb-container.uagb-block-69135e23{padding-top: 0px;padding-bottom: 0px;padding-left: 0px;padding-right: 0px;margin-top:  !important;margin-bottom:  !important;}.wp-block-uagb-container.uagb-is-root-container .uagb-block-69135e23{width: 100%;}.wp-block-uagb-container.uagb-is-root-container.alignfull.uagb-block-69135e23 > .uagb-container-inner-blocks-wrap{--inner-content-custom-width: min( 100%, 1024px);max-width: var(--inner-content-custom-width);width: 100%;}.uagb-block-3829acac .uagb-testimonial__wrap{padding-left: 5px;padding-right: 5px;margin-bottom: 10px;}.uagb-block-3829acac .uagb-tm__author-name{margin-bottom: px;}.uagb-block-3829acac .uagb-testimonial__wrap .uagb-tm__content{border-style: none;}.uagb-block-3829acac .uagb-tm__content{text-align: left;}.uagb-block-3829acac  .uagb-testimonial__wrap .uagb-tm__image-content{text-align: left;}.uagb-block-e63ca56d .uagb-testimonial__wrap{padding-left: 5px;padding-right: 5px;margin-bottom: 10px;}.uagb-block-e63ca56d .uagb-tm__author-name{margin-bottom: px;}.uagb-block-e63ca56d .uagb-testimonial__wrap .uagb-tm__content{border-style: none;}.uagb-block-e63ca56d .uagb-tm__content{text-align: left;}.uagb-block-e63ca56d  .uagb-testimonial__wrap .uagb-tm__image-content{text-align: left;}.wp-block-uagb-container.uagb-block-57a2361b{padding-top: 0px;padding-bottom: 0px;padding-left: 0px;padding-right: 0px;margin-top:  !important;margin-bottom:  !important;}.wp-block-uagb-container.uagb-is-root-container .uagb-block-57a2361b{width: 100%;}.wp-block-uagb-container.uagb-is-root-container.alignfull.uagb-block-57a2361b > .uagb-container-inner-blocks-wrap{--inner-content-custom-width: min( 100%, 1024px);max-width: var(--inner-content-custom-width);width: 100%;}.uagb-block-47df6d55 .uagb-testimonial__wrap{padding-left: 5px;padding-right: 5px;margin-bottom: 10px;}.uagb-block-47df6d55 .uagb-tm__author-name{margin-bottom: px;}.uagb-block-47df6d55 .uagb-testimonial__wrap .uagb-tm__content{border-style: none;}.uagb-block-47df6d55 .uagb-tm__content{text-align: left;}.uagb-block-47df6d55  .uagb-testimonial__wrap .uagb-tm__image-content{text-align: left;}.uagb-block-0ecd2bb1 .uagb-testimonial__wrap{padding-left: 5px;padding-right: 5px;margin-bottom: 10px;}.uagb-block-0ecd2bb1 .uagb-tm__author-name{margin-bottom: px;}.uagb-block-0ecd2bb1 .uagb-testimonial__wrap .uagb-tm__content{border-style: none;}.uagb-block-0ecd2bb1 .uagb-tm__content{text-align: left;}.uagb-block-0ecd2bb1  .uagb-testimonial__wrap .uagb-tm__image-content{text-align: left;}.wp-block-uagb-container.uagb-block-95ffd8cd{padding-top: 80px;padding-bottom: 80px;padding-left: 40px;padding-right: 40px;margin-top:  !important;margin-bottom:  !important;}.wp-block-uagb-container.uagb-is-root-container .uagb-block-95ffd8cd{width: 100%;}.wp-block-uagb-container.uagb-is-root-container.alignfull.uagb-block-95ffd8cd > .uagb-container-inner-blocks-wrap{--inner-content-custom-width: min( 100%, 781px);max-width: var(--inner-content-custom-width);width: 100%;}.wp-block-uagb-icon-list.uagb-block-3e5bf679 .uagb-icon-list__source-image{width: 32px;}.wp-block-uagb-icon-list.uagb-block-3e5bf679 .wp-block-uagb-icon-list-child .uagb-icon-list__source-wrap svg{width: 32px;height: 32px;font-size: 32px;}.wp-block-uagb-icon-list.uagb-block-3e5bf679 .wp-block-uagb-icon-list-child .uagb-icon-list__source-wrap {padding: 0px;border-width: 0px;align-self: center;}.wp-block-uagb-icon-list.uagb-block-3e5bf679 .wp-block-uagb-icon-list-child .uagb-icon-list__label{font-size: 40px;}.wp-block-uagb-icon-list.uagb-block-3e5bf679 .uagb-icon-list__wrap{display: flex;flex-direction: column;justify-content: center;-webkit-box-pack: center;-ms-flex-pack: center;-webkit-box-align: center;-ms-flex-align: center;align-items: center;}.wp-block-uagb-icon-list.uagb-block-3e5bf679.wp-block-uagb-icon-list .wp-block-uagb-icon-list-child{margin-left: 0;margin-right: 0;margin-bottom: 10px;}}@media only screen and (max-width: 767px) {.wp-block-uagb-container.uagb-block-3b163f7a{min-height: 80vh;padding-top: 150px;padding-bottom: 150px;padding-left: 20px;padding-right: 20px;margin-top:  !important;margin-bottom:  !important;}.wp-block-uagb-container.uagb-is-root-container .uagb-block-3b163f7a{max-width: 100%;width: 100%;}.wp-block-uagb-container.uagb-is-root-container.alignfull.uagb-block-3b163f7a > .uagb-container-inner-blocks-wrap{--inner-content-custom-width: min( 100%, 767px);max-width: var(--inner-content-custom-width);width: 100%;flex-wrap: wrap;}.uagb-block-ef267882.wp-block-uagb-info-box .uagb-ifb-title{margin-bottom: px;}.uagb-block-ef267882.wp-block-uagb-info-box .uagb-ifb-desc{margin-bottom: 40px;margin-top: 0px;margin-left: 0px;margin-right: 0px;}.uagb-block-ef267882.uagb-infobox__content-wrap .uagb-ifb-icon-wrap > svg{width: 30px;height: 30px;line-height: 30px;font-size: 30px;}.uagb-block-ef267882.uagb-infobox__content-wrap .uagb-ifb-content .uagb-ifb-icon-wrap > svg{line-height: 30px;font-size: 30px;}.uagb-block-ef267882 .uagb-ifb-content .uagb-ifb-left-title-image > svg{width: 30px;line-height: 30px;font-size: 30px;}.uagb-block-ef267882 .uagb-ifb-content .uagb-ifb-right-title-image > svg{width: 30px;line-height: 30px;font-size: 30px;}.uagb-block-ef267882.uagb-infobox__content-wrap .uagb-ifb-content img{box-sizing: content-box;}.uagb-block-ef267882 .uagb-ifb-icon{width: 30px;line-height: 30px;}.uagb-block-ef267882 .uagb-ifb-icon > span{font-size: 30px;width: 30px;line-height: 30px;}.uagb-block-ef267882 .uagb-iconbox-icon-wrap{width: 30px;height: 30px;line-height: 30px;}.uagb-block-ef267882.uagb-infobox__content-wrap{padding-top: 0px;padding-right: 0px;padding-bottom: 0px;padding-left: 0px;}.uagb-block-ef267882.uagb-infobox__content-wrap .uagb-infobox-cta-link > svg {margin-left: 5px;}.uagb-block-ef267882 .uagb-ifb-desc{font-size: 15px;}.wp-block-uagb-container.uagb-block-60c1731e{padding-top: 64px;padding-bottom: 64px;padding-left: 24px;padding-right: 24px;margin-top:  !important;margin-bottom:  !important;background-color: var(--ast-global-color-5);;}.wp-block-uagb-container.uagb-is-root-container .uagb-block-60c1731e{max-width: 100%;width: 100%;}.wp-block-uagb-container.uagb-is-root-container.alignfull.uagb-block-60c1731e > .uagb-container-inner-blocks-wrap{--inner-content-custom-width: min( 100%, 767px);max-width: var(--inner-content-custom-width);width: 100%;flex-direction: column-reverse;flex-wrap: wrap;}.wp-block-uagb-container.uagb-block-f9f4908e{padding-top: 0px;padding-bottom: 0px;padding-left: 0px;padding-right: 0px;margin-top:  !important;margin-bottom:  !important;flex-wrap: wrap;}.wp-block-uagb-container.uagb-is-root-container .uagb-block-f9f4908e{max-width: 100%;width: 100%;}.wp-block-uagb-container.uagb-is-root-container.alignfull.uagb-block-f9f4908e > .uagb-container-inner-blocks-wrap{--inner-content-custom-width: min( 100%, 767px);max-width: var(--inner-content-custom-width);width: 100%;flex-wrap: wrap;}.wp-block-uagb-container.uagb-block-bee89110{padding-top: 0px;padding-bottom: 0px;padding-left: 0px;padding-right: 0px;margin-top:  !important;margin-bottom:  !important;flex-wrap: wrap;}.wp-block-uagb-container.uagb-is-root-container .uagb-block-bee89110{max-width: 100%;width: 100%;}.wp-block-uagb-container.uagb-is-root-container.alignfull.uagb-block-bee89110 > .uagb-container-inner-blocks-wrap{--inner-content-custom-width: min( 100%, 767px);max-width: var(--inner-content-custom-width);width: 100%;flex-wrap: wrap;}.uagb-block-3bca32ac .uagb-desc-text{font-size: 15px;}.uagb-block-0a75c380.wp-block-uagb-image .wp-block-uagb-image__figure img{width: px;height: auto;}.uagb-block-0a75c380.wp-block-uagb-image{margin-top: 0px;margin-right: 0px;margin-bottom: 0px;margin-left: 0px;}.wp-block-uagb-container.uagb-block-bb0e1c53{padding-top: 64px;padding-bottom: 64px;padding-left: 24px;padding-right: 24px;margin-top:  !important;margin-bottom:  !important;background-color: var(--ast-global-color-5);;}.wp-block-uagb-container.uagb-is-root-container .uagb-block-bb0e1c53{max-width: 100%;width: 100%;}.wp-block-uagb-container.uagb-is-root-container.alignfull.uagb-block-bb0e1c53 > .uagb-container-inner-blocks-wrap{--inner-content-custom-width: min( 100%, 767px);max-width: var(--inner-content-custom-width);width: 100%;flex-direction: column-reverse;flex-wrap: wrap;}.wp-block-uagb-container.uagb-block-d092308c{padding-top: 50px;padding-bottom: 20px;padding-left: 20px;padding-right: 20px;margin-top:  !important;margin-bottom:  !important;background-color: var(--ast-global-color-5);;}.wp-block-uagb-container.uagb-is-root-container .uagb-block-d092308c{max-width: 100%;width: 100%;}.wp-block-uagb-container.uagb-is-root-container.alignfull.uagb-block-d092308c > .uagb-container-inner-blocks-wrap{--inner-content-custom-width: min( 100%, 767px);max-width: var(--inner-content-custom-width);width: 100%;flex-wrap: wrap;}.wp-block-uagb-container.uagb-block-8e8575a3{padding-top: 0px;padding-bottom: 0px;padding-left: 0px;padding-right: 0px;margin-top:  !important;margin-bottom:  !important;row-gap: 30px;flex-wrap: wrap;}.wp-block-uagb-container.uagb-is-root-container .uagb-block-8e8575a3{max-width: 100%;width: 100%;}.wp-block-uagb-container.uagb-is-root-container.alignfull.uagb-block-8e8575a3 > .uagb-container-inner-blocks-wrap{--inner-content-custom-width: min( 100%, 767px);max-width: var(--inner-content-custom-width);width: 100%;flex-wrap: wrap;row-gap: 30px;}.uagb-block-ced1e313.wp-block-uagb-buttons.uagb-buttons__outer-wrap .uagb-buttons__wrap{align-items: center;}.uagb-block-ced1e313.uagb-buttons__outer-wrap .uagb-buttons__wrap {justify-content: left;align-items: flex-start;}.wp-block-uagb-buttons .uagb-block-1f5e5c04 .uagb-buttons-repeater.wp-block-button__link{border-style: solid;border-color: #333;}.wp-block-uagb-buttons .uagb-block-1f5e5c04.wp-block-button.is-style-outline .uagb-button__wrapper .wp-block-button__link.uagb-buttons-repeater{border-style: solid;border-color: #333;}.wp-block-uagb-container.uagb-block-4f2ef7d7{padding-top: 0px;padding-bottom: 0px;padding-left: 0px;padding-right: 0px;margin-top: 50px !important;margin-bottom: 20px !important;margin-left: 0px;margin-right: 0px;row-gap: 65px;flex-wrap: wrap;}.wp-block-uagb-container.uagb-is-root-container .uagb-block-4f2ef7d7{max-width: 100%;width: 100%;}.wp-block-uagb-container.uagb-is-root-container.alignfull.uagb-block-4f2ef7d7 > .uagb-container-inner-blocks-wrap{--inner-content-custom-width: min( 100%, 767px);max-width: var(--inner-content-custom-width);width: 100%;flex-wrap: wrap;row-gap: 65px;}.wp-block-uagb-container.uagb-block-60ded15f{padding-top: 64px;padding-bottom: 64px;padding-left: 24px;padding-right: 24px;margin-top:  !important;margin-bottom:  !important;background-color: var(--ast-global-color-5);;}.wp-block-uagb-container.uagb-is-root-container .uagb-block-60ded15f{max-width: 100%;width: 100%;}.wp-block-uagb-container.uagb-is-root-container.alignfull.uagb-block-60ded15f > .uagb-container-inner-blocks-wrap{--inner-content-custom-width: min( 100%, 767px);max-width: var(--inner-content-custom-width);width: 100%;flex-wrap: wrap;}.uagb-block-cc6b5fbb.wp-block-uagb-advanced-heading {text-align: left;}.wp-block-uagb-container.uagb-block-0b3ca352{padding-top: 0px;padding-bottom: 0px;padding-left: 0px;padding-right: 0px;margin-top: 20px !important;margin-bottom: 0px !important;margin-left: 0px;margin-right: 0px;row-gap: 24px;flex-wrap: wrap;}.wp-block-uagb-container.uagb-is-root-container .uagb-block-0b3ca352{max-width: 100%;width: 100%;}.wp-block-uagb-container.uagb-is-root-container.alignfull.uagb-block-0b3ca352 > .uagb-container-inner-blocks-wrap{--inner-content-custom-width: min( 100%, 767px);max-width: var(--inner-content-custom-width);width: 100%;flex-wrap: wrap;row-gap: 24px;}.wp-block-uagb-container.uagb-block-c89d92b9{padding-top: 0px;padding-bottom: 0px;padding-left: 0px;padding-right: 0px;margin-top:  !important;margin-bottom:  !important;row-gap: 24px;flex-wrap: wrap;}.wp-block-uagb-container.uagb-is-root-container .uagb-block-c89d92b9{max-width: 100%;width: 100%;}.wp-block-uagb-container.uagb-is-root-container.alignfull.uagb-block-c89d92b9 > .uagb-container-inner-blocks-wrap{--inner-content-custom-width: min( 100%, 767px);max-width: var(--inner-content-custom-width);width: 100%;flex-wrap: wrap;row-gap: 24px;}.uagb-block-f3648cd4.wp-block-uagb-image .wp-block-uagb-image__figure img{width: 385px;height: auto;}.uagb-block-1be927d2.wp-block-uagb-image .wp-block-uagb-image__figure img{width: 385px;height: auto;}.wp-block-uagb-container.uagb-block-30022d08{padding-top: 0px;padding-bottom: 0px;padding-left: 0px;padding-right: 0px;margin-top:  !important;margin-bottom:  !important;flex-wrap: wrap;}.wp-block-uagb-container.uagb-is-root-container .uagb-block-30022d08{max-width: 100%;width: 100%;}.wp-block-uagb-container.uagb-is-root-container.alignfull.uagb-block-30022d08 > .uagb-container-inner-blocks-wrap{--inner-content-custom-width: min( 100%, 767px);max-width: var(--inner-content-custom-width);width: 100%;flex-wrap: wrap;}.uagb-block-9af8b71b.wp-block-uagb-image .wp-block-uagb-image__figure img{width: px;height: auto;}.wp-block-uagb-container.uagb-block-5636ebeb{padding-top: 0px;padding-bottom: 0px;padding-left: 0px;padding-right: 0px;margin-top: 24px !important;margin-bottom: 0px !important;margin-left: 0px;margin-right: 0px;flex-wrap: wrap;}.wp-block-uagb-container.uagb-is-root-container .uagb-block-5636ebeb{max-width: 100%;width: 100%;}.wp-block-uagb-container.uagb-is-root-container.alignfull.uagb-block-5636ebeb > .uagb-container-inner-blocks-wrap{--inner-content-custom-width: min( 100%, 767px);max-width: var(--inner-content-custom-width);width: 100%;flex-wrap: wrap;}.wp-block-uagb-container.uagb-block-8e7addc5{padding-top: 0px;padding-bottom: 0px;padding-left: 0px;padding-right: 0px;margin-top:  !important;margin-bottom:  !important;flex-wrap: wrap;}.wp-block-uagb-container.uagb-is-root-container .uagb-block-8e7addc5{max-width: 100%;width: 100%;}.wp-block-uagb-container.uagb-is-root-container.alignfull.uagb-block-8e7addc5 > .uagb-container-inner-blocks-wrap{--inner-content-custom-width: min( 100%, 767px);max-width: var(--inner-content-custom-width);width: 100%;flex-wrap: wrap;}.wp-block-uagb-container.uagb-block-6f4af303{padding-top: 0px;padding-bottom: 0px;padding-left: 0px;padding-right: 0px;margin-top:  !important;margin-bottom:  !important;flex-wrap: wrap;}.wp-block-uagb-container.uagb-is-root-container .uagb-block-6f4af303{max-width: 100%;width: 100%;}.wp-block-uagb-container.uagb-is-root-container.alignfull.uagb-block-6f4af303 > .uagb-container-inner-blocks-wrap{--inner-content-custom-width: min( 100%, 767px);max-width: var(--inner-content-custom-width);width: 100%;flex-wrap: wrap;}.uagb-block-4c5c32c6.wp-block-uagb-image .wp-block-uagb-image__figure img{width: 385px;height: auto;}.uagb-block-33f1db1a.wp-block-uagb-image .wp-block-uagb-image__figure img{width: 385px;height: auto;}.wp-block-uagb-container.uagb-block-e3f51205{padding-top: 64px;padding-bottom: 64px;padding-left: 24px;padding-right: 24px;margin-top:  !important;margin-bottom:  !important;background-color: var(--ast-global-color-5);;}.wp-block-uagb-container.uagb-is-root-container .uagb-block-e3f51205{max-width: 100%;width: 100%;}.wp-block-uagb-container.uagb-is-root-container.alignfull.uagb-block-e3f51205 > .uagb-container-inner-blocks-wrap{--inner-content-custom-width: min( 100%, 767px);max-width: var(--inner-content-custom-width);width: 100%;flex-wrap: wrap;}.uagb-block-cad0d924.wp-block-uagb-advanced-heading {text-align: left;}.wp-block-uagb-container.uagb-block-d77a6a11{padding-top: 0px;padding-bottom: 0px;padding-left: 0px;padding-right: 0px;margin-top: 40px !important;margin-bottom: 0px !important;margin-left: 0px;margin-right: 0px;row-gap: 40px;flex-wrap: wrap;}.wp-block-uagb-container.uagb-is-root-container .uagb-block-d77a6a11{max-width: 100%;width: 100%;}.wp-block-uagb-container.uagb-is-root-container.alignfull.uagb-block-d77a6a11 > .uagb-container-inner-blocks-wrap{--inner-content-custom-width: min( 100%, 767px);max-width: var(--inner-content-custom-width);width: 100%;flex-wrap: wrap;row-gap: 40px;}.wp-block-uagb-container.uagb-block-69135e23{padding-top: 0px;padding-bottom: 0px;padding-left: 0px;padding-right: 0px;margin-top:  !important;margin-bottom:  !important;flex-wrap: wrap;}.wp-block-uagb-container.uagb-is-root-container .uagb-block-69135e23{max-width: 100%;width: 100%;}.wp-block-uagb-container.uagb-is-root-container.alignfull.uagb-block-69135e23 > .uagb-container-inner-blocks-wrap{--inner-content-custom-width: min( 100%, 767px);max-width: var(--inner-content-custom-width);width: 100%;flex-wrap: wrap;}.uagb-block-3829acac .uagb-testimonial__wrap{padding-left: 5px;padding-right: 5px;margin-bottom: 10px;}.uagb-block-3829acac .uagb-tm__author-name{margin-bottom: px;}.uagb-block-3829acac .uagb-testimonial__wrap .uagb-tm__content{border-style: none;}.uagb-block-3829acac .uagb-tm__content{text-align: left;}.uagb-block-3829acac  .uagb-testimonial__wrap .uagb-tm__image-content{text-align: left;}.uagb-block-e63ca56d .uagb-testimonial__wrap{padding-left: 5px;padding-right: 5px;margin-bottom: 10px;}.uagb-block-e63ca56d .uagb-tm__author-name{margin-bottom: px;}.uagb-block-e63ca56d .uagb-testimonial__wrap .uagb-tm__content{border-style: none;}.uagb-block-e63ca56d .uagb-tm__content{text-align: left;}.uagb-block-e63ca56d  .uagb-testimonial__wrap .uagb-tm__image-content{text-align: left;}.wp-block-uagb-container.uagb-block-57a2361b{padding-top: 0px;padding-bottom: 0px;padding-left: 0px;padding-right: 0px;margin-top:  !important;margin-bottom:  !important;flex-wrap: wrap;}.wp-block-uagb-container.uagb-is-root-container .uagb-block-57a2361b{max-width: 100%;width: 100%;}.wp-block-uagb-container.uagb-is-root-container.alignfull.uagb-block-57a2361b > .uagb-container-inner-blocks-wrap{--inner-content-custom-width: min( 100%, 767px);max-width: var(--inner-content-custom-width);width: 100%;flex-wrap: wrap;}.uagb-block-47df6d55 .uagb-testimonial__wrap{padding-left: 5px;padding-right: 5px;margin-bottom: 10px;}.uagb-block-47df6d55 .uagb-tm__author-name{margin-bottom: px;}.uagb-block-47df6d55 .uagb-testimonial__wrap .uagb-tm__content{border-style: none;}.uagb-block-47df6d55 .uagb-tm__content{text-align: left;}.uagb-block-47df6d55  .uagb-testimonial__wrap .uagb-tm__image-content{text-align: left;}.uagb-block-0ecd2bb1 .uagb-testimonial__wrap{padding-left: 5px;padding-right: 5px;margin-bottom: 10px;}.uagb-block-0ecd2bb1 .uagb-tm__author-name{margin-bottom: px;}.uagb-block-0ecd2bb1 .uagb-testimonial__wrap .uagb-tm__content{border-style: none;}.uagb-block-0ecd2bb1 .uagb-tm__content{text-align: left;}.uagb-block-0ecd2bb1  .uagb-testimonial__wrap .uagb-tm__image-content{text-align: left;}.wp-block-uagb-container.uagb-block-95ffd8cd{padding-top: 64px;padding-bottom: 64px;padding-left: 24px;padding-right: 24px;margin-top:  !important;margin-bottom:  !important;}.wp-block-uagb-container.uagb-is-root-container .uagb-block-95ffd8cd{max-width: 100%;width: 100%;}.wp-block-uagb-container.uagb-is-root-container.alignfull.uagb-block-95ffd8cd > .uagb-container-inner-blocks-wrap{--inner-content-custom-width: min( 100%, 767px);max-width: var(--inner-content-custom-width);width: 100%;flex-wrap: wrap;}.uagb-block-3e5a4b8f.wp-block-uagb-advanced-heading {padding-top: 30px;padding-right: 0px;padding-bottom: 0px;padding-left: 0px;}.uagb-block-3e5a4b8f .uagb-desc-text{font-size: 15px;}.wp-block-uagb-icon-list.uagb-block-3e5bf679 .uagb-icon-list__source-image{width: 24px;}.wp-block-uagb-icon-list.uagb-block-3e5bf679 .wp-block-uagb-icon-list-child .uagb-icon-list__source-wrap svg{width: 24px;height: 24px;font-size: 24px;}.wp-block-uagb-icon-list.uagb-block-3e5bf679 .wp-block-uagb-icon-list-child .uagb-icon-list__source-wrap{padding: 0px;border-width: 0px;align-self: center;}.wp-block-uagb-icon-list.uagb-block-3e5bf679 .wp-block-uagb-icon-list-child .uagb-icon-list__label{font-size: 28px;}.wp-block-uagb-icon-list.uagb-block-3e5bf679 .uagb-icon-list__wrap{display: flex;flex-direction: column;justify-content: center;-webkit-box-pack: center;-ms-flex-pack: center;-webkit-box-align: center;-ms-flex-align: center;align-items: center;}.wp-block-uagb-icon-list.uagb-block-3e5bf679.wp-block-uagb-icon-list .wp-block-uagb-icon-list-child{margin-left: 0;margin-right: 0;margin-bottom: 10px;}}.uag-blocks-common-selector{z-index:var(--z-index-desktop) !important}@media (max-width: 976px){.uag-blocks-common-selector{z-index:var(--z-index-tablet) !important}}@media (max-width: 767px){.uag-blocks-common-selector{z-index:var(--z-index-mobile) !important}}\n\";s:2:\"js\";s:7309:\"document.addEventListener(\"DOMContentLoaded\", function(){ jQuery( document ).ready( function() {\n	if( jQuery( \'.uagb-block-3829acac\' ).length > 0 ){\n	jQuery( \'.uagb-block-3829acac\' ).find( \".is-carousel\" ).slick( {\"slidesToShow\":1,\"slidesToScroll\":1,\"autoplaySpeed\":\"2000\",\"autoplay\":true,\"infinite\":true,\"pauseOnHover\":true,\"speed\":\"500\",\"arrows\":true,\"dots\":true,\"rtl\":false,\"prevArrow\":\"<button type=\'button\' data-role=\'none\' class=\'slick-prev\' aria-label=\'Previous\' tabindex=\'0\' role=\'button\' style=\'border-color: #333;border-radius:0px;border-width:0px\'><svg xmlns=\'https://www.w3.org/2000/svg\' viewBox=\'0 0 256 512\' height =\'20\' width = \'20\' fill =\'#333\'  ><path d=\'M31.7 239l136-136c9.4-9.4 24.6-9.4 33.9 0l22.6 22.6c9.4 9.4 9.4 24.6 0 33.9L127.9 256l96.4 96.4c9.4 9.4 9.4 24.6 0 33.9L201.7 409c-9.4 9.4-24.6 9.4-33.9 0l-136-136c-9.5-9.4-9.5-24.6-.1-34z\'></path></svg></button>\",\"nextArrow\":\"<button type=\'button\' data-role=\'none\' class=\'slick-next\' aria-label=\'Next\' tabindex=\'0\' role=\'button\' style=\'border-color: #333;border-radius:0px;border-width:0px\'><svg xmlns=\'https://www.w3.org/2000/svg\' viewBox=\'0 0 256 512\' height =\'20\' width = \'20\' fill =\'#333\' ><path d=\'M224.3 273l-136 136c-9.4 9.4-24.6 9.4-33.9 0l-22.6-22.6c-9.4-9.4-9.4-24.6 0-33.9l96.4-96.4-96.4-96.4c-9.4-9.4-9.4-24.6 0-33.9L54.3 103c9.4-9.4 24.6-9.4 33.9 0l136 136c9.5 9.4 9.5 24.6.1 34z\'></path></svg></button>\",\"responsive\":[{\"breakpoint\":1024,\"settings\":{\"slidesToShow\":1,\"slidesToScroll\":1}},{\"breakpoint\":767,\"settings\":{\"slidesToShow\":1,\"slidesToScroll\":1}}]} );\n	}\n	var $scope = jQuery( \'.uagb-block-3829acac\' );\n	var enableEqualHeight = ( \'\' );\n			if( enableEqualHeight ){\n				$scope.imagesLoaded( function() {\n					UAGBTestimonialCarousel._setHeight( $scope );\n				});\n\n				$scope.on( \"afterChange\", function() {\n					UAGBTestimonialCarousel._setHeight( $scope );\n				} );\n			}\n} );\njQuery( document ).ready( function() {\n	if( jQuery( \'.uagb-block-e63ca56d\' ).length > 0 ){\n	jQuery( \'.uagb-block-e63ca56d\' ).find( \".is-carousel\" ).slick( {\"slidesToShow\":1,\"slidesToScroll\":1,\"autoplaySpeed\":\"2000\",\"autoplay\":true,\"infinite\":true,\"pauseOnHover\":true,\"speed\":\"500\",\"arrows\":true,\"dots\":true,\"rtl\":false,\"prevArrow\":\"<button type=\'button\' data-role=\'none\' class=\'slick-prev\' aria-label=\'Previous\' tabindex=\'0\' role=\'button\' style=\'border-color: #333;border-radius:0px;border-width:0px\'><svg xmlns=\'https://www.w3.org/2000/svg\' viewBox=\'0 0 256 512\' height =\'20\' width = \'20\' fill =\'#333\'  ><path d=\'M31.7 239l136-136c9.4-9.4 24.6-9.4 33.9 0l22.6 22.6c9.4 9.4 9.4 24.6 0 33.9L127.9 256l96.4 96.4c9.4 9.4 9.4 24.6 0 33.9L201.7 409c-9.4 9.4-24.6 9.4-33.9 0l-136-136c-9.5-9.4-9.5-24.6-.1-34z\'></path></svg></button>\",\"nextArrow\":\"<button type=\'button\' data-role=\'none\' class=\'slick-next\' aria-label=\'Next\' tabindex=\'0\' role=\'button\' style=\'border-color: #333;border-radius:0px;border-width:0px\'><svg xmlns=\'https://www.w3.org/2000/svg\' viewBox=\'0 0 256 512\' height =\'20\' width = \'20\' fill =\'#333\' ><path d=\'M224.3 273l-136 136c-9.4 9.4-24.6 9.4-33.9 0l-22.6-22.6c-9.4-9.4-9.4-24.6 0-33.9l96.4-96.4-96.4-96.4c-9.4-9.4-9.4-24.6 0-33.9L54.3 103c9.4-9.4 24.6-9.4 33.9 0l136 136c9.5 9.4 9.5 24.6.1 34z\'></path></svg></button>\",\"responsive\":[{\"breakpoint\":1024,\"settings\":{\"slidesToShow\":1,\"slidesToScroll\":1}},{\"breakpoint\":767,\"settings\":{\"slidesToShow\":1,\"slidesToScroll\":1}}]} );\n	}\n	var $scope = jQuery( \'.uagb-block-e63ca56d\' );\n	var enableEqualHeight = ( \'\' );\n			if( enableEqualHeight ){\n				$scope.imagesLoaded( function() {\n					UAGBTestimonialCarousel._setHeight( $scope );\n				});\n\n				$scope.on( \"afterChange\", function() {\n					UAGBTestimonialCarousel._setHeight( $scope );\n				} );\n			}\n} );\njQuery( document ).ready( function() {\n	if( jQuery( \'.uagb-block-47df6d55\' ).length > 0 ){\n	jQuery( \'.uagb-block-47df6d55\' ).find( \".is-carousel\" ).slick( {\"slidesToShow\":1,\"slidesToScroll\":1,\"autoplaySpeed\":\"2000\",\"autoplay\":true,\"infinite\":true,\"pauseOnHover\":true,\"speed\":\"500\",\"arrows\":true,\"dots\":true,\"rtl\":false,\"prevArrow\":\"<button type=\'button\' data-role=\'none\' class=\'slick-prev\' aria-label=\'Previous\' tabindex=\'0\' role=\'button\' style=\'border-color: #333;border-radius:0px;border-width:0px\'><svg xmlns=\'https://www.w3.org/2000/svg\' viewBox=\'0 0 256 512\' height =\'20\' width = \'20\' fill =\'#333\'  ><path d=\'M31.7 239l136-136c9.4-9.4 24.6-9.4 33.9 0l22.6 22.6c9.4 9.4 9.4 24.6 0 33.9L127.9 256l96.4 96.4c9.4 9.4 9.4 24.6 0 33.9L201.7 409c-9.4 9.4-24.6 9.4-33.9 0l-136-136c-9.5-9.4-9.5-24.6-.1-34z\'></path></svg></button>\",\"nextArrow\":\"<button type=\'button\' data-role=\'none\' class=\'slick-next\' aria-label=\'Next\' tabindex=\'0\' role=\'button\' style=\'border-color: #333;border-radius:0px;border-width:0px\'><svg xmlns=\'https://www.w3.org/2000/svg\' viewBox=\'0 0 256 512\' height =\'20\' width = \'20\' fill =\'#333\' ><path d=\'M224.3 273l-136 136c-9.4 9.4-24.6 9.4-33.9 0l-22.6-22.6c-9.4-9.4-9.4-24.6 0-33.9l96.4-96.4-96.4-96.4c-9.4-9.4-9.4-24.6 0-33.9L54.3 103c9.4-9.4 24.6-9.4 33.9 0l136 136c9.5 9.4 9.5 24.6.1 34z\'></path></svg></button>\",\"responsive\":[{\"breakpoint\":1024,\"settings\":{\"slidesToShow\":1,\"slidesToScroll\":1}},{\"breakpoint\":767,\"settings\":{\"slidesToShow\":1,\"slidesToScroll\":1}}]} );\n	}\n	var $scope = jQuery( \'.uagb-block-47df6d55\' );\n	var enableEqualHeight = ( \'\' );\n			if( enableEqualHeight ){\n				$scope.imagesLoaded( function() {\n					UAGBTestimonialCarousel._setHeight( $scope );\n				});\n\n				$scope.on( \"afterChange\", function() {\n					UAGBTestimonialCarousel._setHeight( $scope );\n				} );\n			}\n} );\njQuery( document ).ready( function() {\n	if( jQuery( \'.uagb-block-0ecd2bb1\' ).length > 0 ){\n	jQuery( \'.uagb-block-0ecd2bb1\' ).find( \".is-carousel\" ).slick( {\"slidesToShow\":1,\"slidesToScroll\":1,\"autoplaySpeed\":\"2000\",\"autoplay\":true,\"infinite\":true,\"pauseOnHover\":true,\"speed\":\"500\",\"arrows\":true,\"dots\":true,\"rtl\":false,\"prevArrow\":\"<button type=\'button\' data-role=\'none\' class=\'slick-prev\' aria-label=\'Previous\' tabindex=\'0\' role=\'button\' style=\'border-color: #333;border-radius:0px;border-width:0px\'><svg xmlns=\'https://www.w3.org/2000/svg\' viewBox=\'0 0 256 512\' height =\'20\' width = \'20\' fill =\'#333\'  ><path d=\'M31.7 239l136-136c9.4-9.4 24.6-9.4 33.9 0l22.6 22.6c9.4 9.4 9.4 24.6 0 33.9L127.9 256l96.4 96.4c9.4 9.4 9.4 24.6 0 33.9L201.7 409c-9.4 9.4-24.6 9.4-33.9 0l-136-136c-9.5-9.4-9.5-24.6-.1-34z\'></path></svg></button>\",\"nextArrow\":\"<button type=\'button\' data-role=\'none\' class=\'slick-next\' aria-label=\'Next\' tabindex=\'0\' role=\'button\' style=\'border-color: #333;border-radius:0px;border-width:0px\'><svg xmlns=\'https://www.w3.org/2000/svg\' viewBox=\'0 0 256 512\' height =\'20\' width = \'20\' fill =\'#333\' ><path d=\'M224.3 273l-136 136c-9.4 9.4-24.6 9.4-33.9 0l-22.6-22.6c-9.4-9.4-9.4-24.6 0-33.9l96.4-96.4-96.4-96.4c-9.4-9.4-9.4-24.6 0-33.9L54.3 103c9.4-9.4 24.6-9.4 33.9 0l136 136c9.5 9.4 9.5 24.6.1 34z\'></path></svg></button>\",\"responsive\":[{\"breakpoint\":1024,\"settings\":{\"slidesToShow\":1,\"slidesToScroll\":1}},{\"breakpoint\":767,\"settings\":{\"slidesToShow\":1,\"slidesToScroll\":1}}]} );\n	}\n	var $scope = jQuery( \'.uagb-block-0ecd2bb1\' );\n	var enableEqualHeight = ( \'\' );\n			if( enableEqualHeight ){\n				$scope.imagesLoaded( function() {\n					UAGBTestimonialCarousel._setHeight( $scope );\n				});\n\n				$scope.on( \"afterChange\", function() {\n					UAGBTestimonialCarousel._setHeight( $scope );\n				} );\n			}\n} );\n })\";s:18:\"current_block_list\";a:21:{i:0;s:14:\"uagb/container\";i:1;s:10:\"core/group\";i:2;s:13:\"uagb/info-box\";i:3;s:12:\"core/buttons\";i:4;s:11:\"core/button\";i:7;s:10:\"core/image\";i:8;s:14:\"core/paragraph\";i:10;s:21:\"uagb/advanced-heading\";i:11;s:10:\"uagb/image\";i:12;s:12:\"uagb/buttons\";i:13;s:18:\"uagb/buttons-child\";i:15;s:12:\"core/columns\";i:16;s:11:\"core/column\";i:17;s:12:\"core/heading\";i:20;s:16:\"uagb/testimonial\";i:21;s:14:\"uagb/icon-list\";i:22;s:20:\"uagb/icon-list-child\";i:23;s:11:\"core/search\";i:24;s:17:\"core/latest-posts\";i:25;s:20:\"core/latest-comments\";i:26;s:14:\"core/shortcode\";}s:8:\"uag_flag\";b:1;s:11:\"uag_version\";s:10:\"1671115151\";s:6:\"gfonts\";a:0:{}s:10:\"gfonts_url\";s:0:\"\";s:12:\"gfonts_files\";a:0:{}s:14:\"uag_faq_layout\";b:0;}'),
(1911,	760,	'_uag_css_file_name',	'uag-css-760-1671696726.css'),
(1912,	760,	'_uag_js_file_name',	'uag-js-760-1671696726.js'),
(1913,	1411,	'_wp_attached_file',	'2022/12/Honeymoon-Suite-bed-and-lazyboy-couch-scaled.jpg'),
(1914,	1411,	'_wp_attachment_metadata',	'a:7:{s:5:\"width\";i:2560;s:6:\"height\";i:1920;s:4:\"file\";s:56:\"2022/12/Honeymoon-Suite-bed-and-lazyboy-couch-scaled.jpg\";s:8:\"filesize\";i:741416;s:5:\"sizes\";a:6:{s:6:\"medium\";a:5:{s:4:\"file\";s:49:\"Honeymoon-Suite-bed-and-lazyboy-couch-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:22438;}s:5:\"large\";a:5:{s:4:\"file\";s:50:\"Honeymoon-Suite-bed-and-lazyboy-couch-1024x768.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:125100;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:49:\"Honeymoon-Suite-bed-and-lazyboy-couch-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:15104;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:49:\"Honeymoon-Suite-bed-and-lazyboy-couch-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:75745;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:51:\"Honeymoon-Suite-bed-and-lazyboy-couch-1536x1152.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1152;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:265439;}s:9:\"2048x2048\";a:5:{s:4:\"file\";s:51:\"Honeymoon-Suite-bed-and-lazyboy-couch-2048x1536.jpg\";s:5:\"width\";i:2048;s:6:\"height\";i:1536;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:470928;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"2.8\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:24:\"Canon DIGITAL IXUS 95 IS\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1671548357\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:3:\"6.2\";s:3:\"iso\";s:3:\"800\";s:13:\"shutter_speed\";s:5:\"0.125\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}s:14:\"original_image\";s:41:\"Honeymoon-Suite-bed-and-lazyboy-couch.jpg\";}'),
(1915,	1080,	'_uag_page_assets',	'a:9:{s:3:\"css\";s:30449:\".wp-block-uagb-container{display:flex;position:relative;box-sizing:border-box;z-index:2;transition-property:box-shadow;transition-duration:0.2s;transition-timing-function:ease}.wp-block-uagb-container.uagb-is-root-container{margin-left:auto;margin-right:auto}.wp-block-uagb-container.alignfull.uagb-is-root-container .uagb-container-inner-blocks-wrap{display:flex;position:relative;box-sizing:border-box;margin-left:auto !important;margin-right:auto !important;z-index:2}.wp-block-uagb-container>*:not(.uagb-container__shape){z-index:2}.wp-block-uagb-container .uagb-container__video-wrap{height:100%;width:100%;top:0;left:0;position:absolute;overflow:hidden;z-index:0;-webkit-transition:opacity 1s;-o-transition:opacity 1s;transition:opacity 1s}.wp-block-uagb-container .uagb-container__video-wrap video{max-width:100%;width:100%;height:100%;margin:0;line-height:1;border:none;display:inline-block;vertical-align:baseline;-o-object-fit:cover;object-fit:cover;background-size:cover}body .wp-block-uagb-container>.uagb-container-inner-blocks-wrap>*:not(.wp-block-uagb-container):not(.wp-block-uagb-column):not(.wp-block-uagb-container):not(.wp-block-uagb-section):not(.uagb-container__shape):not(.uagb-container__video-wrap):not(.wp-block-spectra-pro-register),body .wp-block-uagb-container>.uagb-container-inner-blocks-wrap,body .wp-block-uagb-container>*:not(.wp-block-uagb-container):not(.wp-block-uagb-column):not(.wp-block-uagb-container):not(.wp-block-uagb-section):not(.uagb-container__shape):not(.uagb-container__video-wrap):not(.wp-block-uagb-image):not(.wp-block-spectra-pro-register){min-width:unset !important;width:100%}.ast-plain-container .editor-styles-wrapper .block-editor-block-list__layout.is-root-container .uagb-is-root-container.wp-block-uagb-container.alignwide{margin-left:auto;margin-right:auto}.uagb-container__shape{overflow:hidden;position:absolute;left:0;width:100%;line-height:0;direction:ltr;z-index:1}.uagb-container__shape-top{top:-3px}.uagb-container__shape-bottom{bottom:-3px}.uagb-container__shape.uagb-container__invert.uagb-container__shape-bottom,.uagb-container__shape.uagb-container__invert.uagb-container__shape-top{-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.uagb-container__shape.uagb-container__shape-flip svg{transform:translateX(-50%) rotateY(180deg)}.uagb-container__shape svg{display:block;width:-webkit-calc(100% + 1.3px);width:calc(100% + 1.3px);position:relative;left:50%;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%)}.uagb-container__shape .uagb-container__shape-fill{-webkit-transform-origin:center;-ms-transform-origin:center;transform-origin:center;-webkit-transform:rotateY(0deg);transform:rotateY(0deg)}.uagb-container__shape.uagb-container__shape-above-content{z-index:9;pointer-events:none}\n.wp-block-uagb-advanced-heading .uagb-heading-text{margin:0}.wp-block-uagb-advanced-heading .uagb-desc-text{margin:0}.wp-block-uagb-advanced-heading .uagb-separator{font-size:0;border-top-style:solid;display:inline-block;margin:0 0 10px 0}.wp-block-uagb-advanced-heading .uagb-highlight{color:#f78a0c;border:0;transition:all 0.3s ease}.uag-highlight-toolbar{border-left:0;border-top:0;border-bottom:0;border-radius:0;border-right-color:#1e1e1e}.uag-highlight-toolbar .components-button{border-radius:0;outline:none}.uag-highlight-toolbar .components-button.is-primary{color:#fff}\n.wp-block-uagb-container.uagb-block-d0083ef0{box-shadow: 0px 0px   #00000070 ;padding-top: 220px;padding-bottom: 150px;padding-left: 0px;padding-right: 0px;margin-top:  !important;margin-bottom:  !important;row-gap: 20px;column-gap: 20px;overflow: visible;background-image: linear-gradient(to right, rgba(42,42,42,0.5), rgba(42,42,42,0.5)), url(https://blueroan.netgen.cloud/wp-content/uploads/2022/12/241559_798x533.jpg);;background-repeat: no-repeat;background-position: 60% 65%;background-size: cover;background-attachment: scroll;}.wp-block-uagb-container.uagb-block-d0083ef0.wp-block-uagb-container{color: inherit;border-color: #4B4F58;}.wp-block-uagb-container.uagb-is-root-container .uagb-block-d0083ef0{max-width: 100%;width: 100%;}.wp-block-uagb-container.uagb-block-d0083ef0 .uagb-container__shape-top svg{width: calc( 100% + 1.3px );}.wp-block-uagb-container.uagb-block-d0083ef0 .uagb-container__shape.uagb-container__shape-top .uagb-container__shape-fill{fill: rgba(51,51,51,1);}.wp-block-uagb-container.uagb-block-d0083ef0 .uagb-container__shape-bottom svg{width: calc( 100% + 1.3px );}.wp-block-uagb-container.uagb-block-d0083ef0 .uagb-container__shape.uagb-container__shape-bottom .uagb-container__shape-fill{fill: rgba(51,51,51,1);}.wp-block-uagb-container.uagb-block-d0083ef0 .uagb-container__video-wrap{background-image: linear-gradient(to right, rgba(42,42,42,0.5), rgba(42,42,42,0.5)), url(https://blueroan.netgen.cloud/wp-content/uploads/2022/12/241559_798x533.jpg);;background-repeat: no-repeat;background-position: 60% 65%;background-size: cover;background-attachment: scroll;}.wp-block-uagb-container.uagb-block-d0083ef0 .uagb-container__video-wrap video{opacity: 0.5;}.wp-block-uagb-container.uagb-is-root-container.alignfull.uagb-block-d0083ef0 > .uagb-container-inner-blocks-wrap{--inner-content-custom-width: min( 100%, 1200px);max-width: var(--inner-content-custom-width);width: 100%;flex-direction: column;align-items: center;justify-content: center;flex-wrap: nowrap;row-gap: 20px;column-gap: 20px;}.uagb-block-00ca712d.wp-block-uagb-advanced-heading .uagb-heading-text{color: var(--ast-global-color-5);margin-bottom: 20px;}.uagb-block-00ca712d.wp-block-uagb-advanced-heading {padding-top: 0%;padding-right: 50%;padding-bottom: 0%;padding-left: 0%;}.uagb-block-00ca712d.wp-block-uagb-advanced-heading .uagb-desc-text{color: var(--ast-global-color-4);margin-bottom: 15px;}.uagb-block-00ca712d.wp-block-uagb-advanced-heading .uagb-highlight{font-style: normal;background: #007cba;color: #fff;-webkit-text-fill-color: #fff;}.uagb-block-00ca712d.wp-block-uagb-advanced-heading .uagb-highlight::-moz-selection{color: #fff;background: #007cba;-webkit-text-fill-color: #fff;}.uagb-block-00ca712d.wp-block-uagb-advanced-heading .uagb-highlight::selection{color: #fff;background: #007cba;-webkit-text-fill-color: #fff;}.uagb-block-00ca712d.wp-block-uagb-advanced-heading .uagb-separator{border-top-style: solid;border-top-width: 2px;width: 12%;border-color: #0170b9;margin-bottom: 15px;}.uagb-block-00ca712d .uagb-desc-text{font-size: 16px;}.wp-block-uagb-image__figure{position:relative;display:inline-block;max-width:100%;height:auto;margin:0}.wp-block-uagb-image__figure img{height:auto;max-width:100%}.wp-block-uagb-image__figure>a{display:inline-block}.wp-block-uagb-image__figure figcaption{text-align:center;margin-top:0.5em;margin-bottom:1em}.wp-block-uagb-image--align-left{text-align:left}.wp-block-uagb-image--align-right{text-align:right}.wp-block-uagb-image--align-center{text-align:center}.wp-block-uagb-image--align-full .wp-block-uagb-image__figure{margin-left:calc(50% - 50vw);margin-right:calc(50% - 50vw);max-width:100vw;width:100vw;height:auto}.wp-block-uagb-image--align-full .wp-block-uagb-image__figure img{height:auto;width:100% !important}.wp-block-uagb-image--align-wide .wp-block-uagb-image__figure img{height:auto;width:100%}.wp-block-uagb-image--layout-overlay__color-wrapper{position:absolute;left:0;top:0;right:0;bottom:0;opacity:0.2;background:rgba(0,0,0,0.5);transition:opacity 0.35s ease-in-out}.wp-block-uagb-image--layout-overlay-link{position:absolute;left:0;right:0;bottom:0;top:0}.wp-block-uagb-image--layout-overlay .wp-block-uagb-image__figure:hover .wp-block-uagb-image--layout-overlay__color-wrapper{opacity:1}.wp-block-uagb-image--layout-overlay__inner{position:absolute;left:15px;right:15px;bottom:15px;top:15px;display:flex;align-items:center;justify-content:center;flex-direction:column;border-color:#fff;transition:0.35s ease-in-out}.wp-block-uagb-image--layout-overlay__inner.top-left,.wp-block-uagb-image--layout-overlay__inner.top-center,.wp-block-uagb-image--layout-overlay__inner.top-right{justify-content:flex-start}.wp-block-uagb-image--layout-overlay__inner.bottom-left,.wp-block-uagb-image--layout-overlay__inner.bottom-center,.wp-block-uagb-image--layout-overlay__inner.bottom-right{justify-content:flex-end}.wp-block-uagb-image--layout-overlay__inner.top-left,.wp-block-uagb-image--layout-overlay__inner.center-left,.wp-block-uagb-image--layout-overlay__inner.bottom-left{align-items:flex-start}.wp-block-uagb-image--layout-overlay__inner.top-right,.wp-block-uagb-image--layout-overlay__inner.center-right,.wp-block-uagb-image--layout-overlay__inner.bottom-right{align-items:flex-end}.wp-block-uagb-image--layout-overlay__inner .uagb-image-heading{color:#fff;transition:transform 0.35s, opacity 0.35s ease-in-out;transform:translate3d(0, 24px, 0)}.wp-block-uagb-image--layout-overlay__inner .uagb-image-separator{width:30%;border-top-width:2px;border-top-color:#fff;border-top-style:solid;margin-bottom:10px;opacity:0;transition:transform 0.4s, opacity 0.4s ease-in-out;transform:translate3d(0, 30px, 0)}.wp-block-uagb-image--layout-overlay__inner .uagb-image-caption{opacity:0;overflow:visible;color:#fff;transition:transform 0.45s, opacity 0.45s ease-in-out;transform:translate3d(0, 35px, 0)}.wp-block-uagb-image--layout-overlay__inner:hover .uagb-image-heading,.wp-block-uagb-image--layout-overlay__inner:hover .uagb-image-separator,.wp-block-uagb-image--layout-overlay__inner:hover .uagb-image-caption{opacity:1;transform:translate3d(0, 0, 0)}.wp-block-uagb-image--effect-zoomin .wp-block-uagb-image__figure{overflow:hidden}.wp-block-uagb-image--effect-zoomin .wp-block-uagb-image__figure img{transform:scale(1);transition:transform 0.35s ease-in-out}.wp-block-uagb-image--effect-zoomin .wp-block-uagb-image__figure:hover img{transform:scale(1.05)}.wp-block-uagb-image--effect-slide .wp-block-uagb-image__figure{overflow:hidden}.wp-block-uagb-image--effect-slide .wp-block-uagb-image__figure img{width:calc(100% + 40px) !important;max-width:none !important;transform:translate3d(-40px, 0, 0);transition:transform 0.35s ease-in-out}.wp-block-uagb-image--effect-slide .wp-block-uagb-image__figure:hover img{transform:translate3d(0, 0, 0)}.wp-block-uagb-image--effect-grayscale img{filter:grayscale(0%);transition:0.35s ease-in-out}.wp-block-uagb-image--effect-grayscale:hover img{filter:grayscale(100%)}.wp-block-uagb-image--effect-blur img{filter:blur(0);transition:0.35s ease-in-out}.wp-block-uagb-image--effect-blur:hover img{filter:blur(3px)}\n.wp-block-uagb-container.uagb-block-ababd1c4{box-shadow: 0px 0px   #00000070 ;padding-top: 120px;padding-bottom: 60px;padding-left: 0px;padding-right: 0px;margin-top:  !important;margin-bottom:  !important;row-gap: 0px;column-gap: 20px;overflow: visible;background-color: var(--ast-global-color-5);;}.wp-block-uagb-container.uagb-block-ababd1c4.wp-block-uagb-container{color: inherit;border-color: #4B4F58;}.wp-block-uagb-container.uagb-is-root-container .uagb-block-ababd1c4{max-width: 100%;width: 100%;}.wp-block-uagb-container.uagb-block-ababd1c4 .uagb-container__shape-top svg{width: calc( 100% + 1.3px );}.wp-block-uagb-container.uagb-block-ababd1c4 .uagb-container__shape.uagb-container__shape-top .uagb-container__shape-fill{fill: rgba(51,51,51,1);}.wp-block-uagb-container.uagb-block-ababd1c4 .uagb-container__shape-bottom svg{width: calc( 100% + 1.3px );}.wp-block-uagb-container.uagb-block-ababd1c4 .uagb-container__shape.uagb-container__shape-bottom .uagb-container__shape-fill{fill: rgba(51,51,51,1);}.wp-block-uagb-container.uagb-block-ababd1c4 .uagb-container__video-wrap{background-color: var(--ast-global-color-5);;}.wp-block-uagb-container.uagb-block-ababd1c4 .uagb-container__video-wrap video{opacity: 1;}.wp-block-uagb-container.uagb-is-root-container.alignfull.uagb-block-ababd1c4 > .uagb-container-inner-blocks-wrap{--inner-content-custom-width: min( 100%, 1200px);max-width: var(--inner-content-custom-width);width: 100%;flex-direction: column;align-items: center;justify-content: center;flex-wrap: nowrap;row-gap: 0px;column-gap: 20px;}.wp-block-uagb-container.uagb-block-b6b2fda1{box-shadow: 0px 0px   #00000070 ;padding-top: 0px;padding-bottom: 0px;padding-left: 0px;padding-right: 0px;margin-top:  !important;margin-bottom:  !important;row-gap: 20px;column-gap: 0px;overflow: visible;flex-direction: row;align-items: flex-end;justify-content: flex-end;flex-wrap: nowrap;}.wp-block-uagb-container.uagb-block-b6b2fda1.wp-block-uagb-container{color: inherit;border-color: #4B4F58;}.wp-block-uagb-container.uagb-is-root-container .uagb-block-b6b2fda1{max-width: 100%;width: 100%;}.wp-block-uagb-container.uagb-block-b6b2fda1 .uagb-container__shape-top svg{width: calc( 100% + 1.3px );}.wp-block-uagb-container.uagb-block-b6b2fda1 .uagb-container__shape.uagb-container__shape-top .uagb-container__shape-fill{fill: rgba(51,51,51,1);}.wp-block-uagb-container.uagb-block-b6b2fda1 .uagb-container__shape-bottom svg{width: calc( 100% + 1.3px );}.wp-block-uagb-container.uagb-block-b6b2fda1 .uagb-container__shape.uagb-container__shape-bottom .uagb-container__shape-fill{fill: rgba(51,51,51,1);}.wp-block-uagb-container.uagb-block-b6b2fda1 .uagb-container__video-wrap video{opacity: 1;}.wp-block-uagb-container.uagb-is-root-container.alignfull.uagb-block-b6b2fda1 > .uagb-container-inner-blocks-wrap{--inner-content-custom-width: min( 100%, 1200px);max-width: var(--inner-content-custom-width);width: 100%;flex-direction: row;align-items: flex-end;justify-content: flex-end;flex-wrap: nowrap;row-gap: 20px;column-gap: 0px;}.uagb-block-6bf6876f.wp-block-uagb-advanced-heading .uagb-heading-text{margin-bottom: 20px;}.uagb-block-6bf6876f.wp-block-uagb-advanced-heading .uagb-desc-text{margin-bottom: 15px;}.uagb-block-6bf6876f.wp-block-uagb-advanced-heading .uagb-highlight{font-style: normal;background: #007cba;color: #fff;-webkit-text-fill-color: #fff;}.uagb-block-6bf6876f.wp-block-uagb-advanced-heading .uagb-highlight::-moz-selection{color: #fff;background: #007cba;-webkit-text-fill-color: #fff;}.uagb-block-6bf6876f.wp-block-uagb-advanced-heading .uagb-highlight::selection{color: #fff;background: #007cba;-webkit-text-fill-color: #fff;}.uagb-block-6bf6876f.wp-block-uagb-advanced-heading .uagb-separator{border-top-style: solid;border-top-width: 2px;width: 12%;border-color: #0170b9;margin-bottom: 15px;}.uagb-block-6bf6876f .uagb-desc-text{font-size: 16px;}.uagb-block-45918bad.wp-block-uagb-image--layout-default figure img{box-shadow: 0px 0px   #00000070 ;}.uagb-block-45918bad.wp-block-uagb-image .wp-block-uagb-image__figure figcaption{font-style: normal;text-align: center;}.uagb-block-45918bad.wp-block-uagb-image--layout-overlay figure img{box-shadow: 0px 0px   #00000070 ;}.uagb-block-45918bad.wp-block-uagb-image--layout-overlay .wp-block-uagb-image--layout-overlay__color-wrapper{opacity: 0.2;}.uagb-block-45918bad.wp-block-uagb-image--layout-overlay .wp-block-uagb-image--layout-overlay__inner{left: 15px;right: 15px;top: 15px;bottom: 15px;}.uagb-block-45918bad.wp-block-uagb-image--layout-overlay .wp-block-uagb-image--layout-overlay__inner .uagb-image-heading{font-style: normal;line-height: emem;color: #fff;opacity: 1;}.uagb-block-45918bad.wp-block-uagb-image--layout-overlay .wp-block-uagb-image--layout-overlay__inner .uagb-image-heading a{color: #fff;}.uagb-block-45918bad.wp-block-uagb-image--layout-overlay .wp-block-uagb-image--layout-overlay__inner .uagb-image-caption{opacity: 0;}.uagb-block-45918bad.wp-block-uagb-image--layout-overlay .wp-block-uagb-image__figure:hover .wp-block-uagb-image--layout-overlay__color-wrapper{opacity: 1;}.uagb-block-45918bad.wp-block-uagb-image .wp-block-uagb-image--layout-overlay__inner .uagb-image-separator{width: 30%;border-top-width: 2px;border-top-color: #fff;opacity: 0;}.uagb-block-45918bad.wp-block-uagb-image .wp-block-uagb-image__figure img{width: 1024px;height: auto;}.uagb-block-45918bad.wp-block-uagb-image .wp-block-uagb-image__figure:hover .wp-block-uagb-image--layout-overlay__inner .uagb-image-caption{opacity: 1;}.uagb-block-45918bad.wp-block-uagb-image .wp-block-uagb-image__figure:hover .wp-block-uagb-image--layout-overlay__inner .uagb-image-separator{opacity: 1;}.uagb-icon-list__wrap{display:flex;align-items:flex-start;justify-content:flex-start}.wp-block-uagb-icon-list-child{padding:0;transition:all 0.2s;display:inline-flex;color:#3a3a3a;align-items:center;text-decoration:none;box-shadow:none}.wp-block-uagb-icon-list-child span.uagb-icon-list__source-wrap{display:block;align-items:center}.uagb-icon-list__source-wrap svg{display:block}.uagb-icon-list__source-image{width:40px}.uagb-icon-list__outer-wrap .uagb-icon-list__content-wrap{color:#3a3a3a;display:flex;align-items:center}\n.wp-block-uagb-icon-list-child{position:relative}.wp-block-uagb-icon-list-child>a{position:absolute;top:0;left:0;width:100%;height:100%}img.uagb-icon-list__source-image{max-width:unset}.wp-block-uagb-icon-list-child .uagb-icon-list__label{word-break:break-word}\n.wp-block-uagb-container.uagb-block-ab29d9cd{box-shadow: 0px 0px   #00000070 ;padding-top: 144px;padding-bottom: 144px;padding-left: 40px;padding-right: 40px;margin-top:  !important;margin-bottom:  !important;row-gap: 20px;column-gap: 20px;overflow: visible;background-image: linear-gradient(to right, rgba(42,42,42,0.65), rgba(42,42,42,0.65)), url(https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAA39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba.png);;background-repeat: no-repeat;background-position: 50% 50%;background-size: cover;background-attachment: scroll;}.wp-block-uagb-container.uagb-block-ab29d9cd.wp-block-uagb-container{color: inherit;border-color: #4B4F58;}.wp-block-uagb-container.uagb-is-root-container .uagb-block-ab29d9cd{max-width: 100%;width: 100%;}.wp-block-uagb-container.uagb-block-ab29d9cd .uagb-container__shape-top svg{width: calc( 100% + 1.3px );}.wp-block-uagb-container.uagb-block-ab29d9cd .uagb-container__shape.uagb-container__shape-top .uagb-container__shape-fill{fill: rgba(51,51,51,1);}.wp-block-uagb-container.uagb-block-ab29d9cd .uagb-container__shape-bottom svg{width: calc( 100% + 1.3px );}.wp-block-uagb-container.uagb-block-ab29d9cd .uagb-container__shape.uagb-container__shape-bottom .uagb-container__shape-fill{fill: rgba(51,51,51,1);}.wp-block-uagb-container.uagb-block-ab29d9cd .uagb-container__video-wrap{background-image: linear-gradient(to right, rgba(42,42,42,0.65), rgba(42,42,42,0.65)), url(https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAA39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba.png);;background-repeat: no-repeat;background-position: 50% 50%;background-size: cover;background-attachment: scroll;}.wp-block-uagb-container.uagb-block-ab29d9cd .uagb-container__video-wrap video{opacity: 0.5;}.wp-block-uagb-container.uagb-is-root-container.alignfull.uagb-block-ab29d9cd > .uagb-container-inner-blocks-wrap{--inner-content-custom-width: min( 100%, 781px);max-width: var(--inner-content-custom-width);width: 100%;flex-direction: column;align-items: center;justify-content: center;flex-wrap: nowrap;row-gap: 20px;column-gap: 20px;}.uagb-block-61e87db3.wp-block-uagb-advanced-heading .uagb-heading-text{color: var(--ast-global-color-5);margin-bottom: 20px;}.uagb-block-61e87db3.wp-block-uagb-advanced-heading {text-align: center;}.uagb-block-61e87db3.wp-block-uagb-advanced-heading .uagb-desc-text{color: var(--ast-global-color-4);margin-bottom: 15px;}.uagb-block-61e87db3.wp-block-uagb-advanced-heading .uagb-highlight{font-style: normal;background: #007cba;color: #fff;-webkit-text-fill-color: #fff;}.uagb-block-61e87db3.wp-block-uagb-advanced-heading .uagb-highlight::-moz-selection{color: #fff;background: #007cba;-webkit-text-fill-color: #fff;}.uagb-block-61e87db3.wp-block-uagb-advanced-heading .uagb-highlight::selection{color: #fff;background: #007cba;-webkit-text-fill-color: #fff;}.uagb-block-61e87db3.wp-block-uagb-advanced-heading .uagb-separator{border-top-style: solid;border-top-width: 2px;width: 12%;border-color: #0170b9;margin-bottom: 15px;}.uagb-block-cfd91c28.wp-block-uagb-advanced-heading .uagb-heading-text{margin-bottom: 15px;}.uagb-block-cfd91c28.wp-block-uagb-advanced-heading {text-align: center;padding-top: 60px;padding-right: 0px;padding-bottom: 0px;padding-left: 0px;}.uagb-block-cfd91c28.wp-block-uagb-advanced-heading a{color: var(--ast-global-color-8);}.uagb-block-cfd91c28.wp-block-uagb-advanced-heading a:hover{color: var(--ast-global-color-1);}.uagb-block-cfd91c28.wp-block-uagb-advanced-heading .uagb-desc-text{color: var(--ast-global-color-4);margin-bottom: 15px;}.uagb-block-cfd91c28.wp-block-uagb-advanced-heading .uagb-highlight{font-style: normal;background: #007cba;color: #fff;-webkit-text-fill-color: #fff;}.uagb-block-cfd91c28.wp-block-uagb-advanced-heading .uagb-highlight::-moz-selection{color: #fff;background: #007cba;-webkit-text-fill-color: #fff;}.uagb-block-cfd91c28.wp-block-uagb-advanced-heading .uagb-highlight::selection{color: #fff;background: #007cba;-webkit-text-fill-color: #fff;}.uagb-block-cfd91c28.wp-block-uagb-advanced-heading .uagb-separator{border-top-style: solid;border-top-width: 2px;width: 12%;border-color: #0170b9;margin-bottom: 15px;}.uagb-block-cfd91c28 .uagb-desc-text{text-transform: uppercase;font-size: 16px;letter-spacing: 2px;}.wp-block-uagb-icon-list.uagb-block-a4345fa5 .uagb-icon-list__source-image{width: 40px;}.wp-block-uagb-icon-list.uagb-block-a4345fa5 .wp-block-uagb-icon-list-child .uagb-icon-list__source-wrap svg{width: 40px;height: 40px;font-size: 40px;color: var(--ast-global-color-5);fill: var(--ast-global-color-5);}.wp-block-uagb-icon-list.uagb-block-a4345fa5 .wp-block-uagb-icon-list-child .uagb-icon-list__source-wrap{padding: 0px;border-radius: 0px;border-width: 0px;align-self: center;}.wp-block-uagb-icon-list.uagb-block-a4345fa5 .wp-block-uagb-icon-list-child .uagb-icon-list__label{font-size: 48px;text-decoration: !important;font-weight: 600;line-height: em;color: var(--ast-global-color-5);}.wp-block-uagb-icon-list.uagb-block-a4345fa5 .uagb-icon-list__wrap{display: flex;flex-direction: column;justify-content: center;-webkit-box-pack: center;-ms-flex-pack: center;-webkit-box-align: center;-ms-flex-align: center;align-items: center;padding-top: 0px;padding-right: 0px;padding-bottom: 24px;padding-left: 0px;}.wp-block-uagb-icon-list.uagb-block-a4345fa5 .uagb-icon-list__label{text-align: center;}.wp-block-uagb-icon-list.uagb-block-a4345fa5 .wp-block-uagb-icon-list-child{text-align: center;}.wp-block-uagb-icon-list.uagb-block-a4345fa5.wp-block-uagb-icon-list .wp-block-uagb-icon-list-child{margin-left: 0;margin-right: 0;margin-bottom: 10px;}.wp-block-uagb-icon-list.uagb-block-a4345fa5 .uagb-icon-list__source-wrap{margin-right: 15px;}.uagb-block-abc5852b.wp-block-uagb-icon-list-child .uagb-icon-list__source-wrap{background:  !important;border-color:  !important;}.uagb-block-abc5852b.wp-block-uagb-icon-list-child:hover .uagb-icon-list__source-wrap{background:  !important;border-color:  !important;}.uagb-block-ffa64bfb.wp-block-uagb-icon-list-child .uagb-icon-list__source-wrap{background:  !important;border-color:  !important;}.uagb-block-ffa64bfb.wp-block-uagb-icon-list-child:hover .uagb-icon-list__source-wrap{background:  !important;border-color:  !important;}@media only screen and (max-width: 976px) {.wp-block-uagb-container.uagb-block-d0083ef0{padding-top: 170px;padding-bottom: 160px;padding-left: 30px;padding-right: 30px;margin-top:  !important;margin-bottom:  !important;}.wp-block-uagb-container.uagb-is-root-container .uagb-block-d0083ef0{width: 100%;}.wp-block-uagb-container.uagb-is-root-container.alignfull.uagb-block-d0083ef0 > .uagb-container-inner-blocks-wrap{--inner-content-custom-width: min( 100%, 1024px);max-width: var(--inner-content-custom-width);width: 100%;}.uagb-block-00ca712d.wp-block-uagb-advanced-heading {padding-top: 0%;padding-right: 20%;padding-bottom: 0%;padding-left: 0%;}.wp-block-uagb-container.uagb-block-ababd1c4{padding-top: 80px;padding-bottom: 80px;padding-left: 30px;padding-right: 30px;margin-top:  !important;margin-bottom:  !important;background-color: var(--ast-global-color-5);;}.wp-block-uagb-container.uagb-is-root-container .uagb-block-ababd1c4{width: 100%;}.wp-block-uagb-container.uagb-is-root-container.alignfull.uagb-block-ababd1c4 > .uagb-container-inner-blocks-wrap{--inner-content-custom-width: min( 100%, 1024px);max-width: var(--inner-content-custom-width);width: 100%;}.wp-block-uagb-container.uagb-block-b6b2fda1{padding-top: 0px;padding-bottom: 0px;padding-left: 0px;padding-right: 0px;margin-top:  !important;margin-bottom:  !important;align-items: flex-end;justify-content: space-between;}.wp-block-uagb-container.uagb-is-root-container .uagb-block-b6b2fda1{width: 100%;}.wp-block-uagb-container.uagb-is-root-container.alignfull.uagb-block-b6b2fda1 > .uagb-container-inner-blocks-wrap{--inner-content-custom-width: min( 100%, 1024px);max-width: var(--inner-content-custom-width);width: 100%;align-items: flex-end;justify-content: space-between;}.uagb-block-45918bad.wp-block-uagb-image .wp-block-uagb-image__figure img{width: 1024px;height: auto;}.wp-block-uagb-container.uagb-block-ab29d9cd{padding-top: 80px;padding-bottom: 80px;padding-left: 40px;padding-right: 40px;margin-top:  !important;margin-bottom:  !important;}.wp-block-uagb-container.uagb-is-root-container .uagb-block-ab29d9cd{width: 100%;}.wp-block-uagb-container.uagb-is-root-container.alignfull.uagb-block-ab29d9cd > .uagb-container-inner-blocks-wrap{--inner-content-custom-width: min( 100%, 781px);max-width: var(--inner-content-custom-width);width: 100%;}.wp-block-uagb-icon-list.uagb-block-a4345fa5 .uagb-icon-list__source-image{width: 32px;}.wp-block-uagb-icon-list.uagb-block-a4345fa5 .wp-block-uagb-icon-list-child .uagb-icon-list__source-wrap svg{width: 32px;height: 32px;font-size: 32px;}.wp-block-uagb-icon-list.uagb-block-a4345fa5 .wp-block-uagb-icon-list-child .uagb-icon-list__source-wrap {padding: 0px;border-width: 0px;align-self: center;}.wp-block-uagb-icon-list.uagb-block-a4345fa5 .wp-block-uagb-icon-list-child .uagb-icon-list__label{font-size: 40px;}.wp-block-uagb-icon-list.uagb-block-a4345fa5 .uagb-icon-list__wrap{display: flex;flex-direction: column;justify-content: center;-webkit-box-pack: center;-ms-flex-pack: center;-webkit-box-align: center;-ms-flex-align: center;align-items: center;}.wp-block-uagb-icon-list.uagb-block-a4345fa5.wp-block-uagb-icon-list .wp-block-uagb-icon-list-child{margin-left: 0;margin-right: 0;margin-bottom: 10px;}}@media only screen and (max-width: 767px) {.wp-block-uagb-container.uagb-block-d0083ef0{padding-top: 180px;padding-bottom: 80px;padding-left: 20px;padding-right: 20px;margin-top:  !important;margin-bottom:  !important;}.wp-block-uagb-container.uagb-is-root-container .uagb-block-d0083ef0{max-width: 100%;width: 100%;}.wp-block-uagb-container.uagb-is-root-container.alignfull.uagb-block-d0083ef0 > .uagb-container-inner-blocks-wrap{--inner-content-custom-width: min( 100%, 767px);max-width: var(--inner-content-custom-width);width: 100%;flex-wrap: wrap;}.uagb-block-00ca712d.wp-block-uagb-advanced-heading {padding-top: 0px;padding-right: 0px;padding-bottom: 0px;padding-left: 0px;}.uagb-block-00ca712d .uagb-desc-text{font-size: 15px;}.wp-block-uagb-container.uagb-block-ababd1c4{padding-top: 80px;padding-bottom: 80px;padding-left: 20px;padding-right: 20px;margin-top:  !important;margin-bottom:  !important;background-color: var(--ast-global-color-5);;}.wp-block-uagb-container.uagb-is-root-container .uagb-block-ababd1c4{max-width: 100%;width: 100%;}.wp-block-uagb-container.uagb-is-root-container.alignfull.uagb-block-ababd1c4 > .uagb-container-inner-blocks-wrap{--inner-content-custom-width: min( 100%, 767px);max-width: var(--inner-content-custom-width);width: 100%;flex-wrap: wrap;}.wp-block-uagb-container.uagb-block-b6b2fda1{padding-top: 0px;padding-bottom: 0px;padding-left: 0px;padding-right: 0px;margin-top:  !important;margin-bottom:  !important;row-gap: 20px;flex-wrap: wrap;}.wp-block-uagb-container.uagb-is-root-container .uagb-block-b6b2fda1{max-width: 100%;width: 100%;}.wp-block-uagb-container.uagb-is-root-container.alignfull.uagb-block-b6b2fda1 > .uagb-container-inner-blocks-wrap{--inner-content-custom-width: min( 100%, 767px);max-width: var(--inner-content-custom-width);width: 100%;flex-wrap: wrap;row-gap: 20px;}.uagb-block-45918bad.wp-block-uagb-image .wp-block-uagb-image__figure img{width: 1024px;height: auto;}.wp-block-uagb-container.uagb-block-ab29d9cd{padding-top: 64px;padding-bottom: 64px;padding-left: 24px;padding-right: 24px;margin-top:  !important;margin-bottom:  !important;}.wp-block-uagb-container.uagb-is-root-container .uagb-block-ab29d9cd{max-width: 100%;width: 100%;}.wp-block-uagb-container.uagb-is-root-container.alignfull.uagb-block-ab29d9cd > .uagb-container-inner-blocks-wrap{--inner-content-custom-width: min( 100%, 767px);max-width: var(--inner-content-custom-width);width: 100%;flex-wrap: wrap;}.uagb-block-cfd91c28.wp-block-uagb-advanced-heading {padding-top: 30px;padding-right: 0px;padding-bottom: 0px;padding-left: 0px;}.uagb-block-cfd91c28 .uagb-desc-text{font-size: 15px;}.wp-block-uagb-icon-list.uagb-block-a4345fa5 .uagb-icon-list__source-image{width: 24px;}.wp-block-uagb-icon-list.uagb-block-a4345fa5 .wp-block-uagb-icon-list-child .uagb-icon-list__source-wrap svg{width: 24px;height: 24px;font-size: 24px;}.wp-block-uagb-icon-list.uagb-block-a4345fa5 .wp-block-uagb-icon-list-child .uagb-icon-list__source-wrap{padding: 0px;border-width: 0px;align-self: center;}.wp-block-uagb-icon-list.uagb-block-a4345fa5 .wp-block-uagb-icon-list-child .uagb-icon-list__label{font-size: 28px;}.wp-block-uagb-icon-list.uagb-block-a4345fa5 .uagb-icon-list__wrap{display: flex;flex-direction: column;justify-content: center;-webkit-box-pack: center;-ms-flex-pack: center;-webkit-box-align: center;-ms-flex-align: center;align-items: center;}.wp-block-uagb-icon-list.uagb-block-a4345fa5.wp-block-uagb-icon-list .wp-block-uagb-icon-list-child{margin-left: 0;margin-right: 0;margin-bottom: 10px;}}.uag-blocks-common-selector{z-index:var(--z-index-desktop) !important}@media (max-width: 976px){.uag-blocks-common-selector{z-index:var(--z-index-tablet) !important}}@media (max-width: 767px){.uag-blocks-common-selector{z-index:var(--z-index-mobile) !important}}\n\";s:2:\"js\";s:0:\"\";s:18:\"current_block_list\";a:19:{i:0;s:14:\"uagb/container\";i:1;s:21:\"uagb/advanced-heading\";i:2;s:12:\"core/columns\";i:3;s:11:\"core/column\";i:4;s:12:\"core/heading\";i:5;s:14:\"core/paragraph\";i:6;s:9:\"core/list\";i:7;s:14:\"core/list-item\";i:9;s:10:\"uagb/image\";i:12;s:10:\"core/image\";i:13;s:12:\"core/buttons\";i:14;s:11:\"core/button\";i:15;s:14:\"uagb/icon-list\";i:16;s:20:\"uagb/icon-list-child\";i:17;s:11:\"core/search\";i:18;s:10:\"core/group\";i:19;s:17:\"core/latest-posts\";i:20;s:20:\"core/latest-comments\";i:21;s:14:\"core/shortcode\";}s:8:\"uag_flag\";b:1;s:11:\"uag_version\";s:10:\"1671115151\";s:6:\"gfonts\";a:0:{}s:10:\"gfonts_url\";s:0:\"\";s:12:\"gfonts_files\";a:0:{}s:14:\"uag_faq_layout\";b:0;}'),
(1916,	1080,	'_uag_css_file_name',	'uag-css-1080-1671711340.css'),
(1918,	1414,	'_wp_attached_file',	'2022/12/Mexican-lounge-scaled.jpg'),
(1919,	1414,	'_wp_attachment_metadata',	'a:7:{s:5:\"width\";i:2560;s:6:\"height\";i:1440;s:4:\"file\";s:33:\"2022/12/Mexican-lounge-scaled.jpg\";s:8:\"filesize\";i:470054;s:5:\"sizes\";a:6:{s:6:\"medium\";a:5:{s:4:\"file\";s:26:\"Mexican-lounge-300x169.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:66009;}s:5:\"large\";a:5:{s:4:\"file\";s:27:\"Mexican-lounge-1024x576.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:152881;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:26:\"Mexican-lounge-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:58973;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:26:\"Mexican-lounge-768x432.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:432;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:115675;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:27:\"Mexican-lounge-1536x864.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:864;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:243374;}s:9:\"2048x2048\";a:5:{s:4:\"file\";s:28:\"Mexican-lounge-2048x1152.jpg\";s:5:\"width\";i:2048;s:6:\"height\";i:1152;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:350194;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"2\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:8:\"SM-A315F\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1671783915\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:3:\"4.6\";s:3:\"iso\";s:3:\"200\";s:13:\"shutter_speed\";s:16:\"0.03030303030303\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:1;s:8:\"keywords\";a:0:{}}s:14:\"original_image\";s:18:\"Mexican-lounge.jpg\";}'),
(1920,	1415,	'_wp_attached_file',	'2022/12/Tuscan-bed-scaled.jpg'),
(1921,	1415,	'_wp_attachment_metadata',	'a:7:{s:5:\"width\";i:2560;s:6:\"height\";i:1920;s:4:\"file\";s:29:\"2022/12/Tuscan-bed-scaled.jpg\";s:8:\"filesize\";i:713337;s:5:\"sizes\";a:6:{s:6:\"medium\";a:5:{s:4:\"file\";s:22:\"Tuscan-bed-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:25448;}s:5:\"large\";a:5:{s:4:\"file\";s:23:\"Tuscan-bed-1024x768.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:137356;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:22:\"Tuscan-bed-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:16365;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:22:\"Tuscan-bed-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:85885;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:24:\"Tuscan-bed-1536x1152.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1152;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:276239;}s:9:\"2048x2048\";a:5:{s:4:\"file\";s:24:\"Tuscan-bed-2048x1536.jpg\";s:5:\"width\";i:2048;s:6:\"height\";i:1536;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:466575;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"2.8\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:24:\"Canon DIGITAL IXUS 95 IS\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1661512982\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:3:\"6.2\";s:3:\"iso\";s:3:\"320\";s:13:\"shutter_speed\";s:5:\"0.025\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}s:14:\"original_image\";s:14:\"Tuscan-bed.jpg\";}'),
(1924,	1418,	'_wp_attached_file',	'2022/12/Tuscan-bed-1-scaled.jpg'),
(1925,	1418,	'_wp_attachment_metadata',	'a:7:{s:5:\"width\";i:2560;s:6:\"height\";i:1920;s:4:\"file\";s:31:\"2022/12/Tuscan-bed-1-scaled.jpg\";s:8:\"filesize\";i:713337;s:5:\"sizes\";a:6:{s:6:\"medium\";a:5:{s:4:\"file\";s:24:\"Tuscan-bed-1-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:25448;}s:5:\"large\";a:5:{s:4:\"file\";s:25:\"Tuscan-bed-1-1024x768.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:137356;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:24:\"Tuscan-bed-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:16365;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:24:\"Tuscan-bed-1-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:85885;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:26:\"Tuscan-bed-1-1536x1152.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1152;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:276239;}s:9:\"2048x2048\";a:5:{s:4:\"file\";s:26:\"Tuscan-bed-1-2048x1536.jpg\";s:5:\"width\";i:2048;s:6:\"height\";i:1536;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:466575;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"2.8\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:24:\"Canon DIGITAL IXUS 95 IS\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1661512982\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:3:\"6.2\";s:3:\"iso\";s:3:\"320\";s:13:\"shutter_speed\";s:5:\"0.025\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}s:14:\"original_image\";s:16:\"Tuscan-bed-1.jpg\";}'),
(1926,	1420,	'_wp_attached_file',	'2022/12/Tuscan-lounge-scaled.jpg'),
(1927,	1420,	'_wp_attachment_metadata',	'a:7:{s:5:\"width\";i:2560;s:6:\"height\";i:1920;s:4:\"file\";s:32:\"2022/12/Tuscan-lounge-scaled.jpg\";s:8:\"filesize\";i:692358;s:5:\"sizes\";a:6:{s:6:\"medium\";a:5:{s:4:\"file\";s:25:\"Tuscan-lounge-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:25597;}s:5:\"large\";a:5:{s:4:\"file\";s:26:\"Tuscan-lounge-1024x768.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:135798;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:25:\"Tuscan-lounge-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:16259;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:25:\"Tuscan-lounge-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:85403;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:27:\"Tuscan-lounge-1536x1152.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1152;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:272578;}s:9:\"2048x2048\";a:5:{s:4:\"file\";s:27:\"Tuscan-lounge-2048x1536.jpg\";s:5:\"width\";i:2048;s:6:\"height\";i:1536;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:457661;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"2.8\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:24:\"Canon DIGITAL IXUS 95 IS\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1661512975\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:3:\"6.2\";s:3:\"iso\";s:3:\"200\";s:13:\"shutter_speed\";s:4:\"0.02\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}s:14:\"original_image\";s:17:\"Tuscan-lounge.jpg\";}'),
(1928,	1422,	'_wp_attached_file',	'2022/12/Tuscan-lounge-1-scaled.jpg'),
(1929,	1422,	'_wp_attachment_metadata',	'a:7:{s:5:\"width\";i:2560;s:6:\"height\";i:1920;s:4:\"file\";s:34:\"2022/12/Tuscan-lounge-1-scaled.jpg\";s:8:\"filesize\";i:692358;s:5:\"sizes\";a:6:{s:6:\"medium\";a:5:{s:4:\"file\";s:27:\"Tuscan-lounge-1-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:25597;}s:5:\"large\";a:5:{s:4:\"file\";s:28:\"Tuscan-lounge-1-1024x768.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:135798;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:27:\"Tuscan-lounge-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:16259;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:27:\"Tuscan-lounge-1-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:85403;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:29:\"Tuscan-lounge-1-1536x1152.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1152;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:272578;}s:9:\"2048x2048\";a:5:{s:4:\"file\";s:29:\"Tuscan-lounge-1-2048x1536.jpg\";s:5:\"width\";i:2048;s:6:\"height\";i:1536;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:457661;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"2.8\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:24:\"Canon DIGITAL IXUS 95 IS\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1661512975\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:3:\"6.2\";s:3:\"iso\";s:3:\"200\";s:13:\"shutter_speed\";s:4:\"0.02\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}s:14:\"original_image\";s:19:\"Tuscan-lounge-1.jpg\";}'),
(1936,	1424,	'_wp_attached_file',	'2022/12/Mexican-lounge-1-scaled.jpg'),
(1937,	1424,	'_wp_attachment_metadata',	'a:7:{s:5:\"width\";i:2560;s:6:\"height\";i:1440;s:4:\"file\";s:35:\"2022/12/Mexican-lounge-1-scaled.jpg\";s:8:\"filesize\";i:470054;s:5:\"sizes\";a:6:{s:6:\"medium\";a:5:{s:4:\"file\";s:28:\"Mexican-lounge-1-300x169.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:66009;}s:5:\"large\";a:5:{s:4:\"file\";s:29:\"Mexican-lounge-1-1024x576.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:152881;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:28:\"Mexican-lounge-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:58973;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:28:\"Mexican-lounge-1-768x432.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:432;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:115675;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:29:\"Mexican-lounge-1-1536x864.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:864;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:243374;}s:9:\"2048x2048\";a:5:{s:4:\"file\";s:30:\"Mexican-lounge-1-2048x1152.jpg\";s:5:\"width\";i:2048;s:6:\"height\";i:1152;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:350194;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"2\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:8:\"SM-A315F\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1671783915\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:3:\"4.6\";s:3:\"iso\";s:3:\"200\";s:13:\"shutter_speed\";s:16:\"0.03030303030303\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:1;s:8:\"keywords\";a:0:{}}s:14:\"original_image\";s:20:\"Mexican-lounge-1.jpg\";}'),
(1938,	1429,	'_wp_attached_file',	'2022/12/Tuscan-lounge-2-scaled.jpg'),
(1939,	1429,	'_wp_attachment_metadata',	'a:7:{s:5:\"width\";i:2560;s:6:\"height\";i:1920;s:4:\"file\";s:34:\"2022/12/Tuscan-lounge-2-scaled.jpg\";s:8:\"filesize\";i:692358;s:5:\"sizes\";a:6:{s:6:\"medium\";a:5:{s:4:\"file\";s:27:\"Tuscan-lounge-2-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:25597;}s:5:\"large\";a:5:{s:4:\"file\";s:28:\"Tuscan-lounge-2-1024x768.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:135798;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:27:\"Tuscan-lounge-2-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:16259;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:27:\"Tuscan-lounge-2-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:85403;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:29:\"Tuscan-lounge-2-1536x1152.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1152;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:272578;}s:9:\"2048x2048\";a:5:{s:4:\"file\";s:29:\"Tuscan-lounge-2-2048x1536.jpg\";s:5:\"width\";i:2048;s:6:\"height\";i:1536;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:457661;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"2.8\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:24:\"Canon DIGITAL IXUS 95 IS\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1661512975\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:3:\"6.2\";s:3:\"iso\";s:3:\"200\";s:13:\"shutter_speed\";s:4:\"0.02\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}s:14:\"original_image\";s:19:\"Tuscan-lounge-2.jpg\";}'),
(1944,	1432,	'_wp_attached_file',	'2022/12/Tuscan-bed-2-scaled.jpg'),
(1945,	1432,	'_wp_attachment_metadata',	'a:7:{s:5:\"width\";i:2560;s:6:\"height\";i:1920;s:4:\"file\";s:31:\"2022/12/Tuscan-bed-2-scaled.jpg\";s:8:\"filesize\";i:713337;s:5:\"sizes\";a:6:{s:6:\"medium\";a:5:{s:4:\"file\";s:24:\"Tuscan-bed-2-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:25448;}s:5:\"large\";a:5:{s:4:\"file\";s:25:\"Tuscan-bed-2-1024x768.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:137356;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:24:\"Tuscan-bed-2-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:16365;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:24:\"Tuscan-bed-2-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:85885;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:26:\"Tuscan-bed-2-1536x1152.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1152;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:276239;}s:9:\"2048x2048\";a:5:{s:4:\"file\";s:26:\"Tuscan-bed-2-2048x1536.jpg\";s:5:\"width\";i:2048;s:6:\"height\";i:1536;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:466575;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"2.8\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:24:\"Canon DIGITAL IXUS 95 IS\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1661512982\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:3:\"6.2\";s:3:\"iso\";s:3:\"320\";s:13:\"shutter_speed\";s:5:\"0.025\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}s:14:\"original_image\";s:16:\"Tuscan-bed-2.jpg\";}'),
(1946,	987,	'_uag_page_assets',	'a:9:{s:3:\"css\";s:32448:\".wp-block-uagb-container{display:flex;position:relative;box-sizing:border-box;z-index:2;transition-property:box-shadow;transition-duration:0.2s;transition-timing-function:ease}.wp-block-uagb-container.uagb-is-root-container{margin-left:auto;margin-right:auto}.wp-block-uagb-container.alignfull.uagb-is-root-container .uagb-container-inner-blocks-wrap{display:flex;position:relative;box-sizing:border-box;margin-left:auto !important;margin-right:auto !important;z-index:2}.wp-block-uagb-container>*:not(.uagb-container__shape){z-index:2}.wp-block-uagb-container .uagb-container__video-wrap{height:100%;width:100%;top:0;left:0;position:absolute;overflow:hidden;z-index:0;-webkit-transition:opacity 1s;-o-transition:opacity 1s;transition:opacity 1s}.wp-block-uagb-container .uagb-container__video-wrap video{max-width:100%;width:100%;height:100%;margin:0;line-height:1;border:none;display:inline-block;vertical-align:baseline;-o-object-fit:cover;object-fit:cover;background-size:cover}body .wp-block-uagb-container>.uagb-container-inner-blocks-wrap>*:not(.wp-block-uagb-container):not(.wp-block-uagb-column):not(.wp-block-uagb-container):not(.wp-block-uagb-section):not(.uagb-container__shape):not(.uagb-container__video-wrap):not(.wp-block-spectra-pro-register),body .wp-block-uagb-container>.uagb-container-inner-blocks-wrap,body .wp-block-uagb-container>*:not(.wp-block-uagb-container):not(.wp-block-uagb-column):not(.wp-block-uagb-container):not(.wp-block-uagb-section):not(.uagb-container__shape):not(.uagb-container__video-wrap):not(.wp-block-uagb-image):not(.wp-block-spectra-pro-register){min-width:unset !important;width:100%}.ast-plain-container .editor-styles-wrapper .block-editor-block-list__layout.is-root-container .uagb-is-root-container.wp-block-uagb-container.alignwide{margin-left:auto;margin-right:auto}.uagb-container__shape{overflow:hidden;position:absolute;left:0;width:100%;line-height:0;direction:ltr;z-index:1}.uagb-container__shape-top{top:-3px}.uagb-container__shape-bottom{bottom:-3px}.uagb-container__shape.uagb-container__invert.uagb-container__shape-bottom,.uagb-container__shape.uagb-container__invert.uagb-container__shape-top{-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.uagb-container__shape.uagb-container__shape-flip svg{transform:translateX(-50%) rotateY(180deg)}.uagb-container__shape svg{display:block;width:-webkit-calc(100% + 1.3px);width:calc(100% + 1.3px);position:relative;left:50%;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%)}.uagb-container__shape .uagb-container__shape-fill{-webkit-transform-origin:center;-ms-transform-origin:center;transform-origin:center;-webkit-transform:rotateY(0deg);transform:rotateY(0deg)}.uagb-container__shape.uagb-container__shape-above-content{z-index:9;pointer-events:none}\n.wp-block-uagb-advanced-heading .uagb-heading-text{margin:0}.wp-block-uagb-advanced-heading .uagb-desc-text{margin:0}.wp-block-uagb-advanced-heading .uagb-separator{font-size:0;border-top-style:solid;display:inline-block;margin:0 0 10px 0}.wp-block-uagb-advanced-heading .uagb-highlight{color:#f78a0c;border:0;transition:all 0.3s ease}.uag-highlight-toolbar{border-left:0;border-top:0;border-bottom:0;border-radius:0;border-right-color:#1e1e1e}.uag-highlight-toolbar .components-button{border-radius:0;outline:none}.uag-highlight-toolbar .components-button.is-primary{color:#fff}\n.wp-block-uagb-container.uagb-block-c832f089{box-shadow: 0px 0px   #00000070 ;padding-top: 220px;padding-bottom: 150px;padding-left: 0px;padding-right: 0px;margin-top:  !important;margin-bottom:  !important;row-gap: 20px;column-gap: 20px;overflow: visible;background-image: linear-gradient(to right, rgba(42,42,42,0.5), rgba(42,42,42,0.5)), url(https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Tuscan-bed-2-scaled.jpg);;background-repeat: no-repeat;background-position: 47% 54%;background-size: cover;background-attachment: scroll;}.wp-block-uagb-container.uagb-block-c832f089.wp-block-uagb-container{color: inherit;border-color: #4B4F58;}.wp-block-uagb-container.uagb-is-root-container .uagb-block-c832f089{max-width: 100%;width: 100%;}.wp-block-uagb-container.uagb-block-c832f089 .uagb-container__shape-top svg{width: calc( 100% + 1.3px );}.wp-block-uagb-container.uagb-block-c832f089 .uagb-container__shape.uagb-container__shape-top .uagb-container__shape-fill{fill: rgba(51,51,51,1);}.wp-block-uagb-container.uagb-block-c832f089 .uagb-container__shape-bottom svg{width: calc( 100% + 1.3px );}.wp-block-uagb-container.uagb-block-c832f089 .uagb-container__shape.uagb-container__shape-bottom .uagb-container__shape-fill{fill: rgba(51,51,51,1);}.wp-block-uagb-container.uagb-block-c832f089 .uagb-container__video-wrap{background-image: linear-gradient(to right, rgba(42,42,42,0.5), rgba(42,42,42,0.5)), url(https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Tuscan-bed-2-scaled.jpg);;background-repeat: no-repeat;background-position: 47% 54%;background-size: cover;background-attachment: scroll;}.wp-block-uagb-container.uagb-block-c832f089 .uagb-container__video-wrap video{opacity: 0.5;}.wp-block-uagb-container.uagb-is-root-container.alignfull.uagb-block-c832f089 > .uagb-container-inner-blocks-wrap{--inner-content-custom-width: min( 100%, 1200px);max-width: var(--inner-content-custom-width);width: 100%;flex-direction: column;align-items: center;justify-content: center;flex-wrap: nowrap;row-gap: 20px;column-gap: 20px;}.uagb-block-8368c955.wp-block-uagb-advanced-heading .uagb-heading-text{color: var(--ast-global-color-5);margin-bottom: 20px;}.uagb-block-8368c955.wp-block-uagb-advanced-heading {padding-top: 0%;padding-right: 50%;padding-bottom: 0%;padding-left: 0%;}.uagb-block-8368c955.wp-block-uagb-advanced-heading .uagb-desc-text{color: var(--ast-global-color-4);margin-bottom: 15px;}.uagb-block-8368c955.wp-block-uagb-advanced-heading .uagb-highlight{font-style: normal;background: #007cba;color: #fff;-webkit-text-fill-color: #fff;}.uagb-block-8368c955.wp-block-uagb-advanced-heading .uagb-highlight::-moz-selection{color: #fff;background: #007cba;-webkit-text-fill-color: #fff;}.uagb-block-8368c955.wp-block-uagb-advanced-heading .uagb-highlight::selection{color: #fff;background: #007cba;-webkit-text-fill-color: #fff;}.uagb-block-8368c955.wp-block-uagb-advanced-heading .uagb-separator{border-top-style: solid;border-top-width: 2px;width: 12%;border-color: #0170b9;margin-bottom: 15px;}.uagb-block-8368c955 .uagb-desc-text{font-size: 16px;}.wp-block-uagb-image__figure{position:relative;display:inline-block;max-width:100%;height:auto;margin:0}.wp-block-uagb-image__figure img{height:auto;max-width:100%}.wp-block-uagb-image__figure>a{display:inline-block}.wp-block-uagb-image__figure figcaption{text-align:center;margin-top:0.5em;margin-bottom:1em}.wp-block-uagb-image--align-left{text-align:left}.wp-block-uagb-image--align-right{text-align:right}.wp-block-uagb-image--align-center{text-align:center}.wp-block-uagb-image--align-full .wp-block-uagb-image__figure{margin-left:calc(50% - 50vw);margin-right:calc(50% - 50vw);max-width:100vw;width:100vw;height:auto}.wp-block-uagb-image--align-full .wp-block-uagb-image__figure img{height:auto;width:100% !important}.wp-block-uagb-image--align-wide .wp-block-uagb-image__figure img{height:auto;width:100%}.wp-block-uagb-image--layout-overlay__color-wrapper{position:absolute;left:0;top:0;right:0;bottom:0;opacity:0.2;background:rgba(0,0,0,0.5);transition:opacity 0.35s ease-in-out}.wp-block-uagb-image--layout-overlay-link{position:absolute;left:0;right:0;bottom:0;top:0}.wp-block-uagb-image--layout-overlay .wp-block-uagb-image__figure:hover .wp-block-uagb-image--layout-overlay__color-wrapper{opacity:1}.wp-block-uagb-image--layout-overlay__inner{position:absolute;left:15px;right:15px;bottom:15px;top:15px;display:flex;align-items:center;justify-content:center;flex-direction:column;border-color:#fff;transition:0.35s ease-in-out}.wp-block-uagb-image--layout-overlay__inner.top-left,.wp-block-uagb-image--layout-overlay__inner.top-center,.wp-block-uagb-image--layout-overlay__inner.top-right{justify-content:flex-start}.wp-block-uagb-image--layout-overlay__inner.bottom-left,.wp-block-uagb-image--layout-overlay__inner.bottom-center,.wp-block-uagb-image--layout-overlay__inner.bottom-right{justify-content:flex-end}.wp-block-uagb-image--layout-overlay__inner.top-left,.wp-block-uagb-image--layout-overlay__inner.center-left,.wp-block-uagb-image--layout-overlay__inner.bottom-left{align-items:flex-start}.wp-block-uagb-image--layout-overlay__inner.top-right,.wp-block-uagb-image--layout-overlay__inner.center-right,.wp-block-uagb-image--layout-overlay__inner.bottom-right{align-items:flex-end}.wp-block-uagb-image--layout-overlay__inner .uagb-image-heading{color:#fff;transition:transform 0.35s, opacity 0.35s ease-in-out;transform:translate3d(0, 24px, 0)}.wp-block-uagb-image--layout-overlay__inner .uagb-image-separator{width:30%;border-top-width:2px;border-top-color:#fff;border-top-style:solid;margin-bottom:10px;opacity:0;transition:transform 0.4s, opacity 0.4s ease-in-out;transform:translate3d(0, 30px, 0)}.wp-block-uagb-image--layout-overlay__inner .uagb-image-caption{opacity:0;overflow:visible;color:#fff;transition:transform 0.45s, opacity 0.45s ease-in-out;transform:translate3d(0, 35px, 0)}.wp-block-uagb-image--layout-overlay__inner:hover .uagb-image-heading,.wp-block-uagb-image--layout-overlay__inner:hover .uagb-image-separator,.wp-block-uagb-image--layout-overlay__inner:hover .uagb-image-caption{opacity:1;transform:translate3d(0, 0, 0)}.wp-block-uagb-image--effect-zoomin .wp-block-uagb-image__figure{overflow:hidden}.wp-block-uagb-image--effect-zoomin .wp-block-uagb-image__figure img{transform:scale(1);transition:transform 0.35s ease-in-out}.wp-block-uagb-image--effect-zoomin .wp-block-uagb-image__figure:hover img{transform:scale(1.05)}.wp-block-uagb-image--effect-slide .wp-block-uagb-image__figure{overflow:hidden}.wp-block-uagb-image--effect-slide .wp-block-uagb-image__figure img{width:calc(100% + 40px) !important;max-width:none !important;transform:translate3d(-40px, 0, 0);transition:transform 0.35s ease-in-out}.wp-block-uagb-image--effect-slide .wp-block-uagb-image__figure:hover img{transform:translate3d(0, 0, 0)}.wp-block-uagb-image--effect-grayscale img{filter:grayscale(0%);transition:0.35s ease-in-out}.wp-block-uagb-image--effect-grayscale:hover img{filter:grayscale(100%)}.wp-block-uagb-image--effect-blur img{filter:blur(0);transition:0.35s ease-in-out}.wp-block-uagb-image--effect-blur:hover img{filter:blur(3px)}\n.wp-block-uagb-container.uagb-block-e86c01a4{box-shadow: 0px 0px   #00000070 ;padding-top: 120px;padding-bottom: 60px;padding-left: 0px;padding-right: 0px;margin-top:  !important;margin-bottom:  !important;row-gap: 0px;column-gap: 20px;overflow: visible;background-color: var(--ast-global-color-5);;}.wp-block-uagb-container.uagb-block-e86c01a4.wp-block-uagb-container{color: inherit;border-color: #4B4F58;}.wp-block-uagb-container.uagb-is-root-container .uagb-block-e86c01a4{max-width: 100%;width: 100%;}.wp-block-uagb-container.uagb-block-e86c01a4 .uagb-container__shape-top svg{width: calc( 100% + 1.3px );}.wp-block-uagb-container.uagb-block-e86c01a4 .uagb-container__shape.uagb-container__shape-top .uagb-container__shape-fill{fill: rgba(51,51,51,1);}.wp-block-uagb-container.uagb-block-e86c01a4 .uagb-container__shape-bottom svg{width: calc( 100% + 1.3px );}.wp-block-uagb-container.uagb-block-e86c01a4 .uagb-container__shape.uagb-container__shape-bottom .uagb-container__shape-fill{fill: rgba(51,51,51,1);}.wp-block-uagb-container.uagb-block-e86c01a4 .uagb-container__video-wrap{background-color: var(--ast-global-color-5);;}.wp-block-uagb-container.uagb-block-e86c01a4 .uagb-container__video-wrap video{opacity: 1;}.wp-block-uagb-container.uagb-is-root-container.alignfull.uagb-block-e86c01a4 > .uagb-container-inner-blocks-wrap{--inner-content-custom-width: min( 100%, 1200px);max-width: var(--inner-content-custom-width);width: 100%;flex-direction: column;align-items: center;justify-content: center;flex-wrap: nowrap;row-gap: 0px;column-gap: 20px;}.wp-block-uagb-container.uagb-block-a6d94901{box-shadow: 0px 0px   #00000070 ;padding-top: 0px;padding-bottom: 0px;padding-left: 0px;padding-right: 0px;margin-top:  !important;margin-bottom:  !important;row-gap: 20px;column-gap: 0px;overflow: visible;flex-direction: row;align-items: flex-end;justify-content: flex-end;flex-wrap: nowrap;}.wp-block-uagb-container.uagb-block-a6d94901.wp-block-uagb-container{color: inherit;border-color: #4B4F58;}.wp-block-uagb-container.uagb-is-root-container .uagb-block-a6d94901{max-width: 100%;width: 100%;}.wp-block-uagb-container.uagb-block-a6d94901 .uagb-container__shape-top svg{width: calc( 100% + 1.3px );}.wp-block-uagb-container.uagb-block-a6d94901 .uagb-container__shape.uagb-container__shape-top .uagb-container__shape-fill{fill: rgba(51,51,51,1);}.wp-block-uagb-container.uagb-block-a6d94901 .uagb-container__shape-bottom svg{width: calc( 100% + 1.3px );}.wp-block-uagb-container.uagb-block-a6d94901 .uagb-container__shape.uagb-container__shape-bottom .uagb-container__shape-fill{fill: rgba(51,51,51,1);}.wp-block-uagb-container.uagb-block-a6d94901 .uagb-container__video-wrap video{opacity: 1;}.wp-block-uagb-container.uagb-is-root-container.alignfull.uagb-block-a6d94901 > .uagb-container-inner-blocks-wrap{--inner-content-custom-width: min( 100%, 1200px);max-width: var(--inner-content-custom-width);width: 100%;flex-direction: row;align-items: flex-end;justify-content: flex-end;flex-wrap: nowrap;row-gap: 20px;column-gap: 0px;}.uagb-block-ec36a438.wp-block-uagb-advanced-heading .uagb-heading-text{margin-bottom: 20px;}.uagb-block-ec36a438.wp-block-uagb-advanced-heading .uagb-desc-text{margin-bottom: 15px;}.uagb-block-ec36a438.wp-block-uagb-advanced-heading .uagb-highlight{font-style: normal;background: #007cba;color: #fff;-webkit-text-fill-color: #fff;}.uagb-block-ec36a438.wp-block-uagb-advanced-heading .uagb-highlight::-moz-selection{color: #fff;background: #007cba;-webkit-text-fill-color: #fff;}.uagb-block-ec36a438.wp-block-uagb-advanced-heading .uagb-highlight::selection{color: #fff;background: #007cba;-webkit-text-fill-color: #fff;}.uagb-block-ec36a438.wp-block-uagb-advanced-heading .uagb-separator{border-top-style: solid;border-top-width: 2px;width: 12%;border-color: #0170b9;margin-bottom: 15px;}.uagb-block-ec36a438 .uagb-desc-text{font-size: 16px;}.uagb-block-09a0fac5.wp-block-uagb-image--layout-default figure img{box-shadow: 0px 0px   #00000070 ;}.uagb-block-09a0fac5.wp-block-uagb-image .wp-block-uagb-image__figure figcaption{font-style: normal;text-align: center;}.uagb-block-09a0fac5.wp-block-uagb-image--layout-overlay figure img{box-shadow: 0px 0px   #00000070 ;}.uagb-block-09a0fac5.wp-block-uagb-image--layout-overlay .wp-block-uagb-image--layout-overlay__color-wrapper{opacity: 0.2;}.uagb-block-09a0fac5.wp-block-uagb-image--layout-overlay .wp-block-uagb-image--layout-overlay__inner{left: 15px;right: 15px;top: 15px;bottom: 15px;}.uagb-block-09a0fac5.wp-block-uagb-image--layout-overlay .wp-block-uagb-image--layout-overlay__inner .uagb-image-heading{font-style: normal;line-height: emem;color: #fff;opacity: 1;}.uagb-block-09a0fac5.wp-block-uagb-image--layout-overlay .wp-block-uagb-image--layout-overlay__inner .uagb-image-heading a{color: #fff;}.uagb-block-09a0fac5.wp-block-uagb-image--layout-overlay .wp-block-uagb-image--layout-overlay__inner .uagb-image-caption{opacity: 0;}.uagb-block-09a0fac5.wp-block-uagb-image--layout-overlay .wp-block-uagb-image__figure:hover .wp-block-uagb-image--layout-overlay__color-wrapper{opacity: 1;}.uagb-block-09a0fac5.wp-block-uagb-image .wp-block-uagb-image--layout-overlay__inner .uagb-image-separator{width: 30%;border-top-width: 2px;border-top-color: #fff;opacity: 0;}.uagb-block-09a0fac5.wp-block-uagb-image .wp-block-uagb-image__figure img{width: 1024px;height: auto;}.uagb-block-09a0fac5.wp-block-uagb-image .wp-block-uagb-image__figure:hover .wp-block-uagb-image--layout-overlay__inner .uagb-image-caption{opacity: 1;}.uagb-block-09a0fac5.wp-block-uagb-image .wp-block-uagb-image__figure:hover .wp-block-uagb-image--layout-overlay__inner .uagb-image-separator{opacity: 1;}.uagb-block-b3138dd7.wp-block-uagb-image--layout-default figure img{box-shadow: 0px 0px   #00000070 ;}.uagb-block-b3138dd7.wp-block-uagb-image .wp-block-uagb-image__figure figcaption{font-style: normal;text-align: center;}.uagb-block-b3138dd7.wp-block-uagb-image--layout-overlay figure img{box-shadow: 0px 0px   #00000070 ;}.uagb-block-b3138dd7.wp-block-uagb-image--layout-overlay .wp-block-uagb-image--layout-overlay__color-wrapper{opacity: 0.2;}.uagb-block-b3138dd7.wp-block-uagb-image--layout-overlay .wp-block-uagb-image--layout-overlay__inner{left: 15px;right: 15px;top: 15px;bottom: 15px;}.uagb-block-b3138dd7.wp-block-uagb-image--layout-overlay .wp-block-uagb-image--layout-overlay__inner .uagb-image-heading{font-style: normal;line-height: emem;color: #fff;opacity: 1;}.uagb-block-b3138dd7.wp-block-uagb-image--layout-overlay .wp-block-uagb-image--layout-overlay__inner .uagb-image-heading a{color: #fff;}.uagb-block-b3138dd7.wp-block-uagb-image--layout-overlay .wp-block-uagb-image--layout-overlay__inner .uagb-image-caption{opacity: 0;}.uagb-block-b3138dd7.wp-block-uagb-image--layout-overlay .wp-block-uagb-image__figure:hover .wp-block-uagb-image--layout-overlay__color-wrapper{opacity: 1;}.uagb-block-b3138dd7.wp-block-uagb-image .wp-block-uagb-image--layout-overlay__inner .uagb-image-separator{width: 30%;border-top-width: 2px;border-top-color: #fff;opacity: 0;}.uagb-block-b3138dd7.wp-block-uagb-image .wp-block-uagb-image__figure img{width: 1024px;height: auto;}.uagb-block-b3138dd7.wp-block-uagb-image .wp-block-uagb-image__figure:hover .wp-block-uagb-image--layout-overlay__inner .uagb-image-caption{opacity: 1;}.uagb-block-b3138dd7.wp-block-uagb-image .wp-block-uagb-image__figure:hover .wp-block-uagb-image--layout-overlay__inner .uagb-image-separator{opacity: 1;}.uagb-icon-list__wrap{display:flex;align-items:flex-start;justify-content:flex-start}.wp-block-uagb-icon-list-child{padding:0;transition:all 0.2s;display:inline-flex;color:#3a3a3a;align-items:center;text-decoration:none;box-shadow:none}.wp-block-uagb-icon-list-child span.uagb-icon-list__source-wrap{display:block;align-items:center}.uagb-icon-list__source-wrap svg{display:block}.uagb-icon-list__source-image{width:40px}.uagb-icon-list__outer-wrap .uagb-icon-list__content-wrap{color:#3a3a3a;display:flex;align-items:center}\n.wp-block-uagb-icon-list-child{position:relative}.wp-block-uagb-icon-list-child>a{position:absolute;top:0;left:0;width:100%;height:100%}img.uagb-icon-list__source-image{max-width:unset}.wp-block-uagb-icon-list-child .uagb-icon-list__label{word-break:break-word}\n.wp-block-uagb-container.uagb-block-493d4b92{box-shadow: 0px 0px   #00000070 ;padding-top: 144px;padding-bottom: 144px;padding-left: 40px;padding-right: 40px;margin-top:  !important;margin-bottom:  !important;row-gap: 20px;column-gap: 20px;overflow: visible;background-image: linear-gradient(to right, rgba(42,42,42,0.65), rgba(42,42,42,0.65)), url(https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAA39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba.png);;background-repeat: no-repeat;background-position: 50% 50%;background-size: cover;background-attachment: scroll;}.wp-block-uagb-container.uagb-block-493d4b92.wp-block-uagb-container{color: inherit;border-color: #4B4F58;}.wp-block-uagb-container.uagb-is-root-container .uagb-block-493d4b92{max-width: 100%;width: 100%;}.wp-block-uagb-container.uagb-block-493d4b92 .uagb-container__shape-top svg{width: calc( 100% + 1.3px );}.wp-block-uagb-container.uagb-block-493d4b92 .uagb-container__shape.uagb-container__shape-top .uagb-container__shape-fill{fill: rgba(51,51,51,1);}.wp-block-uagb-container.uagb-block-493d4b92 .uagb-container__shape-bottom svg{width: calc( 100% + 1.3px );}.wp-block-uagb-container.uagb-block-493d4b92 .uagb-container__shape.uagb-container__shape-bottom .uagb-container__shape-fill{fill: rgba(51,51,51,1);}.wp-block-uagb-container.uagb-block-493d4b92 .uagb-container__video-wrap{background-image: linear-gradient(to right, rgba(42,42,42,0.65), rgba(42,42,42,0.65)), url(https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAA39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba.png);;background-repeat: no-repeat;background-position: 50% 50%;background-size: cover;background-attachment: scroll;}.wp-block-uagb-container.uagb-block-493d4b92 .uagb-container__video-wrap video{opacity: 0.5;}.wp-block-uagb-container.uagb-is-root-container.alignfull.uagb-block-493d4b92 > .uagb-container-inner-blocks-wrap{--inner-content-custom-width: min( 100%, 781px);max-width: var(--inner-content-custom-width);width: 100%;flex-direction: column;align-items: center;justify-content: center;flex-wrap: nowrap;row-gap: 20px;column-gap: 20px;}.uagb-block-079c9ba3.wp-block-uagb-advanced-heading .uagb-heading-text{color: var(--ast-global-color-5);margin-bottom: 20px;}.uagb-block-079c9ba3.wp-block-uagb-advanced-heading {text-align: center;}.uagb-block-079c9ba3.wp-block-uagb-advanced-heading .uagb-desc-text{color: var(--ast-global-color-4);margin-bottom: 15px;}.uagb-block-079c9ba3.wp-block-uagb-advanced-heading .uagb-highlight{font-style: normal;background: #007cba;color: #fff;-webkit-text-fill-color: #fff;}.uagb-block-079c9ba3.wp-block-uagb-advanced-heading .uagb-highlight::-moz-selection{color: #fff;background: #007cba;-webkit-text-fill-color: #fff;}.uagb-block-079c9ba3.wp-block-uagb-advanced-heading .uagb-highlight::selection{color: #fff;background: #007cba;-webkit-text-fill-color: #fff;}.uagb-block-079c9ba3.wp-block-uagb-advanced-heading .uagb-separator{border-top-style: solid;border-top-width: 2px;width: 12%;border-color: #0170b9;margin-bottom: 15px;}.uagb-block-2ffbbc37.wp-block-uagb-advanced-heading .uagb-heading-text{margin-bottom: 15px;}.uagb-block-2ffbbc37.wp-block-uagb-advanced-heading {text-align: center;padding-top: 60px;padding-right: 0px;padding-bottom: 0px;padding-left: 0px;}.uagb-block-2ffbbc37.wp-block-uagb-advanced-heading a{color: var(--ast-global-color-8);}.uagb-block-2ffbbc37.wp-block-uagb-advanced-heading a:hover{color: var(--ast-global-color-1);}.uagb-block-2ffbbc37.wp-block-uagb-advanced-heading .uagb-desc-text{color: var(--ast-global-color-4);margin-bottom: 15px;}.uagb-block-2ffbbc37.wp-block-uagb-advanced-heading .uagb-highlight{font-style: normal;background: #007cba;color: #fff;-webkit-text-fill-color: #fff;}.uagb-block-2ffbbc37.wp-block-uagb-advanced-heading .uagb-highlight::-moz-selection{color: #fff;background: #007cba;-webkit-text-fill-color: #fff;}.uagb-block-2ffbbc37.wp-block-uagb-advanced-heading .uagb-highlight::selection{color: #fff;background: #007cba;-webkit-text-fill-color: #fff;}.uagb-block-2ffbbc37.wp-block-uagb-advanced-heading .uagb-separator{border-top-style: solid;border-top-width: 2px;width: 12%;border-color: #0170b9;margin-bottom: 15px;}.uagb-block-2ffbbc37 .uagb-desc-text{text-transform: uppercase;font-size: 16px;letter-spacing: 2px;}.wp-block-uagb-icon-list.uagb-block-e37f9813 .uagb-icon-list__source-image{width: 40px;}.wp-block-uagb-icon-list.uagb-block-e37f9813 .wp-block-uagb-icon-list-child .uagb-icon-list__source-wrap svg{width: 40px;height: 40px;font-size: 40px;color: var(--ast-global-color-5);fill: var(--ast-global-color-5);}.wp-block-uagb-icon-list.uagb-block-e37f9813 .wp-block-uagb-icon-list-child .uagb-icon-list__source-wrap{padding: 0px;border-radius: 0px;border-width: 0px;align-self: center;}.wp-block-uagb-icon-list.uagb-block-e37f9813 .wp-block-uagb-icon-list-child .uagb-icon-list__label{font-size: 48px;text-decoration: !important;font-weight: 600;line-height: em;color: var(--ast-global-color-5);}.wp-block-uagb-icon-list.uagb-block-e37f9813 .uagb-icon-list__wrap{display: flex;flex-direction: column;justify-content: center;-webkit-box-pack: center;-ms-flex-pack: center;-webkit-box-align: center;-ms-flex-align: center;align-items: center;padding-top: 0px;padding-right: 0px;padding-bottom: 24px;padding-left: 0px;}.wp-block-uagb-icon-list.uagb-block-e37f9813 .uagb-icon-list__label{text-align: center;}.wp-block-uagb-icon-list.uagb-block-e37f9813 .wp-block-uagb-icon-list-child{text-align: center;}.wp-block-uagb-icon-list.uagb-block-e37f9813.wp-block-uagb-icon-list .wp-block-uagb-icon-list-child{margin-left: 0;margin-right: 0;margin-bottom: 10px;}.wp-block-uagb-icon-list.uagb-block-e37f9813 .uagb-icon-list__source-wrap{margin-right: 15px;}.uagb-block-d121236f.wp-block-uagb-icon-list-child .uagb-icon-list__source-wrap{background:  !important;border-color:  !important;}.uagb-block-d121236f.wp-block-uagb-icon-list-child:hover .uagb-icon-list__source-wrap{background:  !important;border-color:  !important;}.uagb-block-f88d59dc.wp-block-uagb-icon-list-child .uagb-icon-list__source-wrap{background:  !important;border-color:  !important;}.uagb-block-f88d59dc.wp-block-uagb-icon-list-child:hover .uagb-icon-list__source-wrap{background:  !important;border-color:  !important;}@media only screen and (max-width: 976px) {.wp-block-uagb-container.uagb-block-c832f089{padding-top: 170px;padding-bottom: 160px;padding-left: 30px;padding-right: 30px;margin-top:  !important;margin-bottom:  !important;}.wp-block-uagb-container.uagb-is-root-container .uagb-block-c832f089{width: 100%;}.wp-block-uagb-container.uagb-is-root-container.alignfull.uagb-block-c832f089 > .uagb-container-inner-blocks-wrap{--inner-content-custom-width: min( 100%, 1024px);max-width: var(--inner-content-custom-width);width: 100%;}.uagb-block-8368c955.wp-block-uagb-advanced-heading {padding-top: 0%;padding-right: 20%;padding-bottom: 0%;padding-left: 0%;}.wp-block-uagb-container.uagb-block-e86c01a4{padding-top: 80px;padding-bottom: 80px;padding-left: 30px;padding-right: 30px;margin-top:  !important;margin-bottom:  !important;background-color: var(--ast-global-color-5);;}.wp-block-uagb-container.uagb-is-root-container .uagb-block-e86c01a4{width: 100%;}.wp-block-uagb-container.uagb-is-root-container.alignfull.uagb-block-e86c01a4 > .uagb-container-inner-blocks-wrap{--inner-content-custom-width: min( 100%, 1024px);max-width: var(--inner-content-custom-width);width: 100%;}.wp-block-uagb-container.uagb-block-a6d94901{padding-top: 0px;padding-bottom: 0px;padding-left: 0px;padding-right: 0px;margin-top:  !important;margin-bottom:  !important;align-items: flex-end;justify-content: space-between;}.wp-block-uagb-container.uagb-is-root-container .uagb-block-a6d94901{width: 100%;}.wp-block-uagb-container.uagb-is-root-container.alignfull.uagb-block-a6d94901 > .uagb-container-inner-blocks-wrap{--inner-content-custom-width: min( 100%, 1024px);max-width: var(--inner-content-custom-width);width: 100%;align-items: flex-end;justify-content: space-between;}.uagb-block-09a0fac5.wp-block-uagb-image .wp-block-uagb-image__figure img{width: 1024px;height: auto;}.uagb-block-b3138dd7.wp-block-uagb-image .wp-block-uagb-image__figure img{width: 1024px;height: auto;}.wp-block-uagb-container.uagb-block-493d4b92{padding-top: 80px;padding-bottom: 80px;padding-left: 40px;padding-right: 40px;margin-top:  !important;margin-bottom:  !important;}.wp-block-uagb-container.uagb-is-root-container .uagb-block-493d4b92{width: 100%;}.wp-block-uagb-container.uagb-is-root-container.alignfull.uagb-block-493d4b92 > .uagb-container-inner-blocks-wrap{--inner-content-custom-width: min( 100%, 781px);max-width: var(--inner-content-custom-width);width: 100%;}.wp-block-uagb-icon-list.uagb-block-e37f9813 .uagb-icon-list__source-image{width: 32px;}.wp-block-uagb-icon-list.uagb-block-e37f9813 .wp-block-uagb-icon-list-child .uagb-icon-list__source-wrap svg{width: 32px;height: 32px;font-size: 32px;}.wp-block-uagb-icon-list.uagb-block-e37f9813 .wp-block-uagb-icon-list-child .uagb-icon-list__source-wrap {padding: 0px;border-width: 0px;align-self: center;}.wp-block-uagb-icon-list.uagb-block-e37f9813 .wp-block-uagb-icon-list-child .uagb-icon-list__label{font-size: 40px;}.wp-block-uagb-icon-list.uagb-block-e37f9813 .uagb-icon-list__wrap{display: flex;flex-direction: column;justify-content: center;-webkit-box-pack: center;-ms-flex-pack: center;-webkit-box-align: center;-ms-flex-align: center;align-items: center;}.wp-block-uagb-icon-list.uagb-block-e37f9813.wp-block-uagb-icon-list .wp-block-uagb-icon-list-child{margin-left: 0;margin-right: 0;margin-bottom: 10px;}}@media only screen and (max-width: 767px) {.wp-block-uagb-container.uagb-block-c832f089{padding-top: 180px;padding-bottom: 80px;padding-left: 20px;padding-right: 20px;margin-top:  !important;margin-bottom:  !important;}.wp-block-uagb-container.uagb-is-root-container .uagb-block-c832f089{max-width: 100%;width: 100%;}.wp-block-uagb-container.uagb-is-root-container.alignfull.uagb-block-c832f089 > .uagb-container-inner-blocks-wrap{--inner-content-custom-width: min( 100%, 767px);max-width: var(--inner-content-custom-width);width: 100%;flex-wrap: wrap;}.uagb-block-8368c955.wp-block-uagb-advanced-heading {padding-top: 0px;padding-right: 0px;padding-bottom: 0px;padding-left: 0px;}.uagb-block-8368c955 .uagb-desc-text{font-size: 15px;}.wp-block-uagb-container.uagb-block-e86c01a4{padding-top: 80px;padding-bottom: 80px;padding-left: 20px;padding-right: 20px;margin-top:  !important;margin-bottom:  !important;background-color: var(--ast-global-color-5);;}.wp-block-uagb-container.uagb-is-root-container .uagb-block-e86c01a4{max-width: 100%;width: 100%;}.wp-block-uagb-container.uagb-is-root-container.alignfull.uagb-block-e86c01a4 > .uagb-container-inner-blocks-wrap{--inner-content-custom-width: min( 100%, 767px);max-width: var(--inner-content-custom-width);width: 100%;flex-wrap: wrap;}.wp-block-uagb-container.uagb-block-a6d94901{padding-top: 0px;padding-bottom: 0px;padding-left: 0px;padding-right: 0px;margin-top:  !important;margin-bottom:  !important;row-gap: 20px;flex-wrap: wrap;}.wp-block-uagb-container.uagb-is-root-container .uagb-block-a6d94901{max-width: 100%;width: 100%;}.wp-block-uagb-container.uagb-is-root-container.alignfull.uagb-block-a6d94901 > .uagb-container-inner-blocks-wrap{--inner-content-custom-width: min( 100%, 767px);max-width: var(--inner-content-custom-width);width: 100%;flex-wrap: wrap;row-gap: 20px;}.uagb-block-09a0fac5.wp-block-uagb-image .wp-block-uagb-image__figure img{width: 1024px;height: auto;}.uagb-block-b3138dd7.wp-block-uagb-image .wp-block-uagb-image__figure img{width: 1024px;height: auto;}.wp-block-uagb-container.uagb-block-493d4b92{padding-top: 64px;padding-bottom: 64px;padding-left: 24px;padding-right: 24px;margin-top:  !important;margin-bottom:  !important;}.wp-block-uagb-container.uagb-is-root-container .uagb-block-493d4b92{max-width: 100%;width: 100%;}.wp-block-uagb-container.uagb-is-root-container.alignfull.uagb-block-493d4b92 > .uagb-container-inner-blocks-wrap{--inner-content-custom-width: min( 100%, 767px);max-width: var(--inner-content-custom-width);width: 100%;flex-wrap: wrap;}.uagb-block-2ffbbc37.wp-block-uagb-advanced-heading {padding-top: 30px;padding-right: 0px;padding-bottom: 0px;padding-left: 0px;}.uagb-block-2ffbbc37 .uagb-desc-text{font-size: 15px;}.wp-block-uagb-icon-list.uagb-block-e37f9813 .uagb-icon-list__source-image{width: 24px;}.wp-block-uagb-icon-list.uagb-block-e37f9813 .wp-block-uagb-icon-list-child .uagb-icon-list__source-wrap svg{width: 24px;height: 24px;font-size: 24px;}.wp-block-uagb-icon-list.uagb-block-e37f9813 .wp-block-uagb-icon-list-child .uagb-icon-list__source-wrap{padding: 0px;border-width: 0px;align-self: center;}.wp-block-uagb-icon-list.uagb-block-e37f9813 .wp-block-uagb-icon-list-child .uagb-icon-list__label{font-size: 28px;}.wp-block-uagb-icon-list.uagb-block-e37f9813 .uagb-icon-list__wrap{display: flex;flex-direction: column;justify-content: center;-webkit-box-pack: center;-ms-flex-pack: center;-webkit-box-align: center;-ms-flex-align: center;align-items: center;}.wp-block-uagb-icon-list.uagb-block-e37f9813.wp-block-uagb-icon-list .wp-block-uagb-icon-list-child{margin-left: 0;margin-right: 0;margin-bottom: 10px;}}.uag-blocks-common-selector{z-index:var(--z-index-desktop) !important}@media (max-width: 976px){.uag-blocks-common-selector{z-index:var(--z-index-tablet) !important}}@media (max-width: 767px){.uag-blocks-common-selector{z-index:var(--z-index-mobile) !important}}\n\";s:2:\"js\";s:0:\"\";s:18:\"current_block_list\";a:19:{i:0;s:14:\"uagb/container\";i:1;s:21:\"uagb/advanced-heading\";i:2;s:12:\"core/columns\";i:3;s:11:\"core/column\";i:4;s:12:\"core/heading\";i:5;s:14:\"core/paragraph\";i:6;s:9:\"core/list\";i:7;s:14:\"core/list-item\";i:9;s:10:\"uagb/image\";i:12;s:10:\"core/image\";i:13;s:12:\"core/buttons\";i:14;s:11:\"core/button\";i:15;s:14:\"uagb/icon-list\";i:16;s:20:\"uagb/icon-list-child\";i:17;s:11:\"core/search\";i:18;s:10:\"core/group\";i:19;s:17:\"core/latest-posts\";i:20;s:20:\"core/latest-comments\";i:21;s:14:\"core/shortcode\";}s:8:\"uag_flag\";b:1;s:11:\"uag_version\";s:10:\"1671115151\";s:6:\"gfonts\";a:0:{}s:10:\"gfonts_url\";s:0:\"\";s:12:\"gfonts_files\";a:0:{}s:14:\"uag_faq_layout\";b:0;}'),
(1947,	987,	'_uag_css_file_name',	'uag-css-987-1671799650.css'),
(1948,	1434,	'_wp_attached_file',	'2022/12/Mexican-lounge-2-scaled.jpg'),
(1949,	1434,	'_wp_attachment_metadata',	'a:7:{s:5:\"width\";i:2560;s:6:\"height\";i:1440;s:4:\"file\";s:35:\"2022/12/Mexican-lounge-2-scaled.jpg\";s:8:\"filesize\";i:470054;s:5:\"sizes\";a:6:{s:6:\"medium\";a:5:{s:4:\"file\";s:28:\"Mexican-lounge-2-300x169.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:66009;}s:5:\"large\";a:5:{s:4:\"file\";s:29:\"Mexican-lounge-2-1024x576.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:152881;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:28:\"Mexican-lounge-2-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:58973;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:28:\"Mexican-lounge-2-768x432.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:432;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:115675;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:29:\"Mexican-lounge-2-1536x864.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:864;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:243374;}s:9:\"2048x2048\";a:5:{s:4:\"file\";s:30:\"Mexican-lounge-2-2048x1152.jpg\";s:5:\"width\";i:2048;s:6:\"height\";i:1152;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:350194;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"2\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:8:\"SM-A315F\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1671783915\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:3:\"4.6\";s:3:\"iso\";s:3:\"200\";s:13:\"shutter_speed\";s:16:\"0.03030303030303\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:1;s:8:\"keywords\";a:0:{}}s:14:\"original_image\";s:20:\"Mexican-lounge-2.jpg\";}'),
(1956,	1438,	'_wp_attached_file',	'2022/12/Mexican-chairs-in-lounge-scaled.jpg'),
(1957,	1438,	'_wp_attachment_metadata',	'a:7:{s:5:\"width\";i:2560;s:6:\"height\";i:1920;s:4:\"file\";s:43:\"2022/12/Mexican-chairs-in-lounge-scaled.jpg\";s:8:\"filesize\";i:641893;s:5:\"sizes\";a:6:{s:6:\"medium\";a:5:{s:4:\"file\";s:36:\"Mexican-chairs-in-lounge-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:28499;}s:5:\"large\";a:5:{s:4:\"file\";s:37:\"Mexican-chairs-in-lounge-1024x768.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:139879;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:36:\"Mexican-chairs-in-lounge-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:18025;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:36:\"Mexican-chairs-in-lounge-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:91360;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:38:\"Mexican-chairs-in-lounge-1536x1152.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1152;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:265244;}s:9:\"2048x2048\";a:5:{s:4:\"file\";s:38:\"Mexican-chairs-in-lounge-2048x1536.jpg\";s:5:\"width\";i:2048;s:6:\"height\";i:1536;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:431607;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"2.8\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:24:\"Canon DIGITAL IXUS 95 IS\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1661512580\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:3:\"6.2\";s:3:\"iso\";s:3:\"400\";s:13:\"shutter_speed\";s:5:\"0.125\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}s:14:\"original_image\";s:28:\"Mexican-chairs-in-lounge.jpg\";}'),
(1958,	1030,	'_uag_page_assets',	'a:9:{s:3:\"css\";s:30467:\".wp-block-uagb-container{display:flex;position:relative;box-sizing:border-box;z-index:2;transition-property:box-shadow;transition-duration:0.2s;transition-timing-function:ease}.wp-block-uagb-container.uagb-is-root-container{margin-left:auto;margin-right:auto}.wp-block-uagb-container.alignfull.uagb-is-root-container .uagb-container-inner-blocks-wrap{display:flex;position:relative;box-sizing:border-box;margin-left:auto !important;margin-right:auto !important;z-index:2}.wp-block-uagb-container>*:not(.uagb-container__shape){z-index:2}.wp-block-uagb-container .uagb-container__video-wrap{height:100%;width:100%;top:0;left:0;position:absolute;overflow:hidden;z-index:0;-webkit-transition:opacity 1s;-o-transition:opacity 1s;transition:opacity 1s}.wp-block-uagb-container .uagb-container__video-wrap video{max-width:100%;width:100%;height:100%;margin:0;line-height:1;border:none;display:inline-block;vertical-align:baseline;-o-object-fit:cover;object-fit:cover;background-size:cover}body .wp-block-uagb-container>.uagb-container-inner-blocks-wrap>*:not(.wp-block-uagb-container):not(.wp-block-uagb-column):not(.wp-block-uagb-container):not(.wp-block-uagb-section):not(.uagb-container__shape):not(.uagb-container__video-wrap):not(.wp-block-spectra-pro-register),body .wp-block-uagb-container>.uagb-container-inner-blocks-wrap,body .wp-block-uagb-container>*:not(.wp-block-uagb-container):not(.wp-block-uagb-column):not(.wp-block-uagb-container):not(.wp-block-uagb-section):not(.uagb-container__shape):not(.uagb-container__video-wrap):not(.wp-block-uagb-image):not(.wp-block-spectra-pro-register){min-width:unset !important;width:100%}.ast-plain-container .editor-styles-wrapper .block-editor-block-list__layout.is-root-container .uagb-is-root-container.wp-block-uagb-container.alignwide{margin-left:auto;margin-right:auto}.uagb-container__shape{overflow:hidden;position:absolute;left:0;width:100%;line-height:0;direction:ltr;z-index:1}.uagb-container__shape-top{top:-3px}.uagb-container__shape-bottom{bottom:-3px}.uagb-container__shape.uagb-container__invert.uagb-container__shape-bottom,.uagb-container__shape.uagb-container__invert.uagb-container__shape-top{-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.uagb-container__shape.uagb-container__shape-flip svg{transform:translateX(-50%) rotateY(180deg)}.uagb-container__shape svg{display:block;width:-webkit-calc(100% + 1.3px);width:calc(100% + 1.3px);position:relative;left:50%;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%)}.uagb-container__shape .uagb-container__shape-fill{-webkit-transform-origin:center;-ms-transform-origin:center;transform-origin:center;-webkit-transform:rotateY(0deg);transform:rotateY(0deg)}.uagb-container__shape.uagb-container__shape-above-content{z-index:9;pointer-events:none}\n.wp-block-uagb-advanced-heading .uagb-heading-text{margin:0}.wp-block-uagb-advanced-heading .uagb-desc-text{margin:0}.wp-block-uagb-advanced-heading .uagb-separator{font-size:0;border-top-style:solid;display:inline-block;margin:0 0 10px 0}.wp-block-uagb-advanced-heading .uagb-highlight{color:#f78a0c;border:0;transition:all 0.3s ease}.uag-highlight-toolbar{border-left:0;border-top:0;border-bottom:0;border-radius:0;border-right-color:#1e1e1e}.uag-highlight-toolbar .components-button{border-radius:0;outline:none}.uag-highlight-toolbar .components-button.is-primary{color:#fff}\n.wp-block-uagb-container.uagb-block-9bbb140d{box-shadow: 0px 0px   #00000070 ;padding-top: 220px;padding-bottom: 150px;padding-left: 0px;padding-right: 0px;margin-top:  !important;margin-bottom:  !important;row-gap: 20px;column-gap: 20px;overflow: visible;background-image: linear-gradient(to right, rgba(42,42,42,0.5), rgba(42,42,42,0.5)), url(https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Mexican-lounge-2-scaled.jpg);;background-repeat: no-repeat;background-position: 47% 54%;background-size: cover;background-attachment: scroll;}.wp-block-uagb-container.uagb-block-9bbb140d.wp-block-uagb-container{color: inherit;border-color: #4B4F58;}.wp-block-uagb-container.uagb-is-root-container .uagb-block-9bbb140d{max-width: 100%;width: 100%;}.wp-block-uagb-container.uagb-block-9bbb140d .uagb-container__shape-top svg{width: calc( 100% + 1.3px );}.wp-block-uagb-container.uagb-block-9bbb140d .uagb-container__shape.uagb-container__shape-top .uagb-container__shape-fill{fill: rgba(51,51,51,1);}.wp-block-uagb-container.uagb-block-9bbb140d .uagb-container__shape-bottom svg{width: calc( 100% + 1.3px );}.wp-block-uagb-container.uagb-block-9bbb140d .uagb-container__shape.uagb-container__shape-bottom .uagb-container__shape-fill{fill: rgba(51,51,51,1);}.wp-block-uagb-container.uagb-block-9bbb140d .uagb-container__video-wrap{background-image: linear-gradient(to right, rgba(42,42,42,0.5), rgba(42,42,42,0.5)), url(https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Mexican-lounge-2-scaled.jpg);;background-repeat: no-repeat;background-position: 47% 54%;background-size: cover;background-attachment: scroll;}.wp-block-uagb-container.uagb-block-9bbb140d .uagb-container__video-wrap video{opacity: 0.5;}.wp-block-uagb-container.uagb-is-root-container.alignfull.uagb-block-9bbb140d > .uagb-container-inner-blocks-wrap{--inner-content-custom-width: min( 100%, 1200px);max-width: var(--inner-content-custom-width);width: 100%;flex-direction: column;align-items: center;justify-content: center;flex-wrap: nowrap;row-gap: 20px;column-gap: 20px;}.uagb-block-06709ef3.wp-block-uagb-advanced-heading .uagb-heading-text{color: var(--ast-global-color-5);margin-bottom: 20px;}.uagb-block-06709ef3.wp-block-uagb-advanced-heading {padding-top: 0%;padding-right: 50%;padding-bottom: 0%;padding-left: 0%;}.uagb-block-06709ef3.wp-block-uagb-advanced-heading .uagb-desc-text{color: var(--ast-global-color-4);margin-bottom: 15px;}.uagb-block-06709ef3.wp-block-uagb-advanced-heading .uagb-highlight{font-style: normal;background: #007cba;color: #fff;-webkit-text-fill-color: #fff;}.uagb-block-06709ef3.wp-block-uagb-advanced-heading .uagb-highlight::-moz-selection{color: #fff;background: #007cba;-webkit-text-fill-color: #fff;}.uagb-block-06709ef3.wp-block-uagb-advanced-heading .uagb-highlight::selection{color: #fff;background: #007cba;-webkit-text-fill-color: #fff;}.uagb-block-06709ef3.wp-block-uagb-advanced-heading .uagb-separator{border-top-style: solid;border-top-width: 2px;width: 12%;border-color: #0170b9;margin-bottom: 15px;}.uagb-block-06709ef3 .uagb-desc-text{font-size: 16px;}.wp-block-uagb-image__figure{position:relative;display:inline-block;max-width:100%;height:auto;margin:0}.wp-block-uagb-image__figure img{height:auto;max-width:100%}.wp-block-uagb-image__figure>a{display:inline-block}.wp-block-uagb-image__figure figcaption{text-align:center;margin-top:0.5em;margin-bottom:1em}.wp-block-uagb-image--align-left{text-align:left}.wp-block-uagb-image--align-right{text-align:right}.wp-block-uagb-image--align-center{text-align:center}.wp-block-uagb-image--align-full .wp-block-uagb-image__figure{margin-left:calc(50% - 50vw);margin-right:calc(50% - 50vw);max-width:100vw;width:100vw;height:auto}.wp-block-uagb-image--align-full .wp-block-uagb-image__figure img{height:auto;width:100% !important}.wp-block-uagb-image--align-wide .wp-block-uagb-image__figure img{height:auto;width:100%}.wp-block-uagb-image--layout-overlay__color-wrapper{position:absolute;left:0;top:0;right:0;bottom:0;opacity:0.2;background:rgba(0,0,0,0.5);transition:opacity 0.35s ease-in-out}.wp-block-uagb-image--layout-overlay-link{position:absolute;left:0;right:0;bottom:0;top:0}.wp-block-uagb-image--layout-overlay .wp-block-uagb-image__figure:hover .wp-block-uagb-image--layout-overlay__color-wrapper{opacity:1}.wp-block-uagb-image--layout-overlay__inner{position:absolute;left:15px;right:15px;bottom:15px;top:15px;display:flex;align-items:center;justify-content:center;flex-direction:column;border-color:#fff;transition:0.35s ease-in-out}.wp-block-uagb-image--layout-overlay__inner.top-left,.wp-block-uagb-image--layout-overlay__inner.top-center,.wp-block-uagb-image--layout-overlay__inner.top-right{justify-content:flex-start}.wp-block-uagb-image--layout-overlay__inner.bottom-left,.wp-block-uagb-image--layout-overlay__inner.bottom-center,.wp-block-uagb-image--layout-overlay__inner.bottom-right{justify-content:flex-end}.wp-block-uagb-image--layout-overlay__inner.top-left,.wp-block-uagb-image--layout-overlay__inner.center-left,.wp-block-uagb-image--layout-overlay__inner.bottom-left{align-items:flex-start}.wp-block-uagb-image--layout-overlay__inner.top-right,.wp-block-uagb-image--layout-overlay__inner.center-right,.wp-block-uagb-image--layout-overlay__inner.bottom-right{align-items:flex-end}.wp-block-uagb-image--layout-overlay__inner .uagb-image-heading{color:#fff;transition:transform 0.35s, opacity 0.35s ease-in-out;transform:translate3d(0, 24px, 0)}.wp-block-uagb-image--layout-overlay__inner .uagb-image-separator{width:30%;border-top-width:2px;border-top-color:#fff;border-top-style:solid;margin-bottom:10px;opacity:0;transition:transform 0.4s, opacity 0.4s ease-in-out;transform:translate3d(0, 30px, 0)}.wp-block-uagb-image--layout-overlay__inner .uagb-image-caption{opacity:0;overflow:visible;color:#fff;transition:transform 0.45s, opacity 0.45s ease-in-out;transform:translate3d(0, 35px, 0)}.wp-block-uagb-image--layout-overlay__inner:hover .uagb-image-heading,.wp-block-uagb-image--layout-overlay__inner:hover .uagb-image-separator,.wp-block-uagb-image--layout-overlay__inner:hover .uagb-image-caption{opacity:1;transform:translate3d(0, 0, 0)}.wp-block-uagb-image--effect-zoomin .wp-block-uagb-image__figure{overflow:hidden}.wp-block-uagb-image--effect-zoomin .wp-block-uagb-image__figure img{transform:scale(1);transition:transform 0.35s ease-in-out}.wp-block-uagb-image--effect-zoomin .wp-block-uagb-image__figure:hover img{transform:scale(1.05)}.wp-block-uagb-image--effect-slide .wp-block-uagb-image__figure{overflow:hidden}.wp-block-uagb-image--effect-slide .wp-block-uagb-image__figure img{width:calc(100% + 40px) !important;max-width:none !important;transform:translate3d(-40px, 0, 0);transition:transform 0.35s ease-in-out}.wp-block-uagb-image--effect-slide .wp-block-uagb-image__figure:hover img{transform:translate3d(0, 0, 0)}.wp-block-uagb-image--effect-grayscale img{filter:grayscale(0%);transition:0.35s ease-in-out}.wp-block-uagb-image--effect-grayscale:hover img{filter:grayscale(100%)}.wp-block-uagb-image--effect-blur img{filter:blur(0);transition:0.35s ease-in-out}.wp-block-uagb-image--effect-blur:hover img{filter:blur(3px)}\n.wp-block-uagb-container.uagb-block-6b621f4b{box-shadow: 0px 0px   #00000070 ;padding-top: 120px;padding-bottom: 60px;padding-left: 0px;padding-right: 0px;margin-top:  !important;margin-bottom:  !important;row-gap: 0px;column-gap: 20px;overflow: visible;background-color: var(--ast-global-color-5);;}.wp-block-uagb-container.uagb-block-6b621f4b.wp-block-uagb-container{color: inherit;border-color: #4B4F58;}.wp-block-uagb-container.uagb-is-root-container .uagb-block-6b621f4b{max-width: 100%;width: 100%;}.wp-block-uagb-container.uagb-block-6b621f4b .uagb-container__shape-top svg{width: calc( 100% + 1.3px );}.wp-block-uagb-container.uagb-block-6b621f4b .uagb-container__shape.uagb-container__shape-top .uagb-container__shape-fill{fill: rgba(51,51,51,1);}.wp-block-uagb-container.uagb-block-6b621f4b .uagb-container__shape-bottom svg{width: calc( 100% + 1.3px );}.wp-block-uagb-container.uagb-block-6b621f4b .uagb-container__shape.uagb-container__shape-bottom .uagb-container__shape-fill{fill: rgba(51,51,51,1);}.wp-block-uagb-container.uagb-block-6b621f4b .uagb-container__video-wrap{background-color: var(--ast-global-color-5);;}.wp-block-uagb-container.uagb-block-6b621f4b .uagb-container__video-wrap video{opacity: 1;}.wp-block-uagb-container.uagb-is-root-container.alignfull.uagb-block-6b621f4b > .uagb-container-inner-blocks-wrap{--inner-content-custom-width: min( 100%, 1200px);max-width: var(--inner-content-custom-width);width: 100%;flex-direction: column;align-items: center;justify-content: center;flex-wrap: nowrap;row-gap: 0px;column-gap: 20px;}.wp-block-uagb-container.uagb-block-4124ffc8{box-shadow: 0px 0px   #00000070 ;padding-top: 0px;padding-bottom: 0px;padding-left: 0px;padding-right: 0px;margin-top:  !important;margin-bottom:  !important;row-gap: 20px;column-gap: 0px;overflow: visible;flex-direction: row;align-items: flex-end;justify-content: flex-end;flex-wrap: nowrap;}.wp-block-uagb-container.uagb-block-4124ffc8.wp-block-uagb-container{color: inherit;border-color: #4B4F58;}.wp-block-uagb-container.uagb-is-root-container .uagb-block-4124ffc8{max-width: 100%;width: 100%;}.wp-block-uagb-container.uagb-block-4124ffc8 .uagb-container__shape-top svg{width: calc( 100% + 1.3px );}.wp-block-uagb-container.uagb-block-4124ffc8 .uagb-container__shape.uagb-container__shape-top .uagb-container__shape-fill{fill: rgba(51,51,51,1);}.wp-block-uagb-container.uagb-block-4124ffc8 .uagb-container__shape-bottom svg{width: calc( 100% + 1.3px );}.wp-block-uagb-container.uagb-block-4124ffc8 .uagb-container__shape.uagb-container__shape-bottom .uagb-container__shape-fill{fill: rgba(51,51,51,1);}.wp-block-uagb-container.uagb-block-4124ffc8 .uagb-container__video-wrap video{opacity: 1;}.wp-block-uagb-container.uagb-is-root-container.alignfull.uagb-block-4124ffc8 > .uagb-container-inner-blocks-wrap{--inner-content-custom-width: min( 100%, 1200px);max-width: var(--inner-content-custom-width);width: 100%;flex-direction: row;align-items: flex-end;justify-content: flex-end;flex-wrap: nowrap;row-gap: 20px;column-gap: 0px;}.uagb-block-c51849a3.wp-block-uagb-advanced-heading .uagb-heading-text{margin-bottom: 20px;}.uagb-block-c51849a3.wp-block-uagb-advanced-heading .uagb-desc-text{margin-bottom: 15px;}.uagb-block-c51849a3.wp-block-uagb-advanced-heading .uagb-highlight{font-style: normal;background: #007cba;color: #fff;-webkit-text-fill-color: #fff;}.uagb-block-c51849a3.wp-block-uagb-advanced-heading .uagb-highlight::-moz-selection{color: #fff;background: #007cba;-webkit-text-fill-color: #fff;}.uagb-block-c51849a3.wp-block-uagb-advanced-heading .uagb-highlight::selection{color: #fff;background: #007cba;-webkit-text-fill-color: #fff;}.uagb-block-c51849a3.wp-block-uagb-advanced-heading .uagb-separator{border-top-style: solid;border-top-width: 2px;width: 12%;border-color: #0170b9;margin-bottom: 15px;}.uagb-block-c51849a3 .uagb-desc-text{font-size: 16px;}.uagb-block-7d9c02ab.wp-block-uagb-image--layout-default figure img{box-shadow: 0px 0px   #00000070 ;}.uagb-block-7d9c02ab.wp-block-uagb-image .wp-block-uagb-image__figure figcaption{font-style: normal;text-align: center;}.uagb-block-7d9c02ab.wp-block-uagb-image--layout-overlay figure img{box-shadow: 0px 0px   #00000070 ;}.uagb-block-7d9c02ab.wp-block-uagb-image--layout-overlay .wp-block-uagb-image--layout-overlay__color-wrapper{opacity: 0.2;}.uagb-block-7d9c02ab.wp-block-uagb-image--layout-overlay .wp-block-uagb-image--layout-overlay__inner{left: 15px;right: 15px;top: 15px;bottom: 15px;}.uagb-block-7d9c02ab.wp-block-uagb-image--layout-overlay .wp-block-uagb-image--layout-overlay__inner .uagb-image-heading{font-style: normal;line-height: emem;color: #fff;opacity: 1;}.uagb-block-7d9c02ab.wp-block-uagb-image--layout-overlay .wp-block-uagb-image--layout-overlay__inner .uagb-image-heading a{color: #fff;}.uagb-block-7d9c02ab.wp-block-uagb-image--layout-overlay .wp-block-uagb-image--layout-overlay__inner .uagb-image-caption{opacity: 0;}.uagb-block-7d9c02ab.wp-block-uagb-image--layout-overlay .wp-block-uagb-image__figure:hover .wp-block-uagb-image--layout-overlay__color-wrapper{opacity: 1;}.uagb-block-7d9c02ab.wp-block-uagb-image .wp-block-uagb-image--layout-overlay__inner .uagb-image-separator{width: 30%;border-top-width: 2px;border-top-color: #fff;opacity: 0;}.uagb-block-7d9c02ab.wp-block-uagb-image .wp-block-uagb-image__figure img{width: 1024px;height: auto;}.uagb-block-7d9c02ab.wp-block-uagb-image .wp-block-uagb-image__figure:hover .wp-block-uagb-image--layout-overlay__inner .uagb-image-caption{opacity: 1;}.uagb-block-7d9c02ab.wp-block-uagb-image .wp-block-uagb-image__figure:hover .wp-block-uagb-image--layout-overlay__inner .uagb-image-separator{opacity: 1;}.uagb-icon-list__wrap{display:flex;align-items:flex-start;justify-content:flex-start}.wp-block-uagb-icon-list-child{padding:0;transition:all 0.2s;display:inline-flex;color:#3a3a3a;align-items:center;text-decoration:none;box-shadow:none}.wp-block-uagb-icon-list-child span.uagb-icon-list__source-wrap{display:block;align-items:center}.uagb-icon-list__source-wrap svg{display:block}.uagb-icon-list__source-image{width:40px}.uagb-icon-list__outer-wrap .uagb-icon-list__content-wrap{color:#3a3a3a;display:flex;align-items:center}\n.wp-block-uagb-icon-list-child{position:relative}.wp-block-uagb-icon-list-child>a{position:absolute;top:0;left:0;width:100%;height:100%}img.uagb-icon-list__source-image{max-width:unset}.wp-block-uagb-icon-list-child .uagb-icon-list__label{word-break:break-word}\n.wp-block-uagb-container.uagb-block-2da7a625{box-shadow: 0px 0px   #00000070 ;padding-top: 144px;padding-bottom: 144px;padding-left: 40px;padding-right: 40px;margin-top:  !important;margin-bottom:  !important;row-gap: 20px;column-gap: 20px;overflow: visible;background-image: linear-gradient(to right, rgba(42,42,42,0.65), rgba(42,42,42,0.65)), url(https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAA39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba.png);;background-repeat: no-repeat;background-position: 50% 50%;background-size: cover;background-attachment: scroll;}.wp-block-uagb-container.uagb-block-2da7a625.wp-block-uagb-container{color: inherit;border-color: #4B4F58;}.wp-block-uagb-container.uagb-is-root-container .uagb-block-2da7a625{max-width: 100%;width: 100%;}.wp-block-uagb-container.uagb-block-2da7a625 .uagb-container__shape-top svg{width: calc( 100% + 1.3px );}.wp-block-uagb-container.uagb-block-2da7a625 .uagb-container__shape.uagb-container__shape-top .uagb-container__shape-fill{fill: rgba(51,51,51,1);}.wp-block-uagb-container.uagb-block-2da7a625 .uagb-container__shape-bottom svg{width: calc( 100% + 1.3px );}.wp-block-uagb-container.uagb-block-2da7a625 .uagb-container__shape.uagb-container__shape-bottom .uagb-container__shape-fill{fill: rgba(51,51,51,1);}.wp-block-uagb-container.uagb-block-2da7a625 .uagb-container__video-wrap{background-image: linear-gradient(to right, rgba(42,42,42,0.65), rgba(42,42,42,0.65)), url(https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAA39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba.png);;background-repeat: no-repeat;background-position: 50% 50%;background-size: cover;background-attachment: scroll;}.wp-block-uagb-container.uagb-block-2da7a625 .uagb-container__video-wrap video{opacity: 0.5;}.wp-block-uagb-container.uagb-is-root-container.alignfull.uagb-block-2da7a625 > .uagb-container-inner-blocks-wrap{--inner-content-custom-width: min( 100%, 781px);max-width: var(--inner-content-custom-width);width: 100%;flex-direction: column;align-items: center;justify-content: center;flex-wrap: nowrap;row-gap: 20px;column-gap: 20px;}.uagb-block-cbc9881d.wp-block-uagb-advanced-heading .uagb-heading-text{color: var(--ast-global-color-5);margin-bottom: 20px;}.uagb-block-cbc9881d.wp-block-uagb-advanced-heading {text-align: center;}.uagb-block-cbc9881d.wp-block-uagb-advanced-heading .uagb-desc-text{color: var(--ast-global-color-4);margin-bottom: 15px;}.uagb-block-cbc9881d.wp-block-uagb-advanced-heading .uagb-highlight{font-style: normal;background: #007cba;color: #fff;-webkit-text-fill-color: #fff;}.uagb-block-cbc9881d.wp-block-uagb-advanced-heading .uagb-highlight::-moz-selection{color: #fff;background: #007cba;-webkit-text-fill-color: #fff;}.uagb-block-cbc9881d.wp-block-uagb-advanced-heading .uagb-highlight::selection{color: #fff;background: #007cba;-webkit-text-fill-color: #fff;}.uagb-block-cbc9881d.wp-block-uagb-advanced-heading .uagb-separator{border-top-style: solid;border-top-width: 2px;width: 12%;border-color: #0170b9;margin-bottom: 15px;}.uagb-block-119ca9cd.wp-block-uagb-advanced-heading .uagb-heading-text{margin-bottom: 15px;}.uagb-block-119ca9cd.wp-block-uagb-advanced-heading {text-align: center;padding-top: 60px;padding-right: 0px;padding-bottom: 0px;padding-left: 0px;}.uagb-block-119ca9cd.wp-block-uagb-advanced-heading a{color: var(--ast-global-color-8);}.uagb-block-119ca9cd.wp-block-uagb-advanced-heading a:hover{color: var(--ast-global-color-1);}.uagb-block-119ca9cd.wp-block-uagb-advanced-heading .uagb-desc-text{color: var(--ast-global-color-4);margin-bottom: 15px;}.uagb-block-119ca9cd.wp-block-uagb-advanced-heading .uagb-highlight{font-style: normal;background: #007cba;color: #fff;-webkit-text-fill-color: #fff;}.uagb-block-119ca9cd.wp-block-uagb-advanced-heading .uagb-highlight::-moz-selection{color: #fff;background: #007cba;-webkit-text-fill-color: #fff;}.uagb-block-119ca9cd.wp-block-uagb-advanced-heading .uagb-highlight::selection{color: #fff;background: #007cba;-webkit-text-fill-color: #fff;}.uagb-block-119ca9cd.wp-block-uagb-advanced-heading .uagb-separator{border-top-style: solid;border-top-width: 2px;width: 12%;border-color: #0170b9;margin-bottom: 15px;}.uagb-block-119ca9cd .uagb-desc-text{text-transform: uppercase;font-size: 16px;letter-spacing: 2px;}.wp-block-uagb-icon-list.uagb-block-04357b43 .uagb-icon-list__source-image{width: 40px;}.wp-block-uagb-icon-list.uagb-block-04357b43 .wp-block-uagb-icon-list-child .uagb-icon-list__source-wrap svg{width: 40px;height: 40px;font-size: 40px;color: var(--ast-global-color-5);fill: var(--ast-global-color-5);}.wp-block-uagb-icon-list.uagb-block-04357b43 .wp-block-uagb-icon-list-child .uagb-icon-list__source-wrap{padding: 0px;border-radius: 0px;border-width: 0px;align-self: center;}.wp-block-uagb-icon-list.uagb-block-04357b43 .wp-block-uagb-icon-list-child .uagb-icon-list__label{font-size: 48px;text-decoration: !important;font-weight: 600;line-height: em;color: var(--ast-global-color-5);}.wp-block-uagb-icon-list.uagb-block-04357b43 .uagb-icon-list__wrap{display: flex;flex-direction: column;justify-content: center;-webkit-box-pack: center;-ms-flex-pack: center;-webkit-box-align: center;-ms-flex-align: center;align-items: center;padding-top: 0px;padding-right: 0px;padding-bottom: 24px;padding-left: 0px;}.wp-block-uagb-icon-list.uagb-block-04357b43 .uagb-icon-list__label{text-align: center;}.wp-block-uagb-icon-list.uagb-block-04357b43 .wp-block-uagb-icon-list-child{text-align: center;}.wp-block-uagb-icon-list.uagb-block-04357b43.wp-block-uagb-icon-list .wp-block-uagb-icon-list-child{margin-left: 0;margin-right: 0;margin-bottom: 10px;}.wp-block-uagb-icon-list.uagb-block-04357b43 .uagb-icon-list__source-wrap{margin-right: 15px;}.uagb-block-d5c01199.wp-block-uagb-icon-list-child .uagb-icon-list__source-wrap{background:  !important;border-color:  !important;}.uagb-block-d5c01199.wp-block-uagb-icon-list-child:hover .uagb-icon-list__source-wrap{background:  !important;border-color:  !important;}.uagb-block-594e56c5.wp-block-uagb-icon-list-child .uagb-icon-list__source-wrap{background:  !important;border-color:  !important;}.uagb-block-594e56c5.wp-block-uagb-icon-list-child:hover .uagb-icon-list__source-wrap{background:  !important;border-color:  !important;}@media only screen and (max-width: 976px) {.wp-block-uagb-container.uagb-block-9bbb140d{padding-top: 170px;padding-bottom: 160px;padding-left: 30px;padding-right: 30px;margin-top:  !important;margin-bottom:  !important;}.wp-block-uagb-container.uagb-is-root-container .uagb-block-9bbb140d{width: 100%;}.wp-block-uagb-container.uagb-is-root-container.alignfull.uagb-block-9bbb140d > .uagb-container-inner-blocks-wrap{--inner-content-custom-width: min( 100%, 1024px);max-width: var(--inner-content-custom-width);width: 100%;}.uagb-block-06709ef3.wp-block-uagb-advanced-heading {padding-top: 0%;padding-right: 20%;padding-bottom: 0%;padding-left: 0%;}.wp-block-uagb-container.uagb-block-6b621f4b{padding-top: 80px;padding-bottom: 80px;padding-left: 30px;padding-right: 30px;margin-top:  !important;margin-bottom:  !important;background-color: var(--ast-global-color-5);;}.wp-block-uagb-container.uagb-is-root-container .uagb-block-6b621f4b{width: 100%;}.wp-block-uagb-container.uagb-is-root-container.alignfull.uagb-block-6b621f4b > .uagb-container-inner-blocks-wrap{--inner-content-custom-width: min( 100%, 1024px);max-width: var(--inner-content-custom-width);width: 100%;}.wp-block-uagb-container.uagb-block-4124ffc8{padding-top: 0px;padding-bottom: 0px;padding-left: 0px;padding-right: 0px;margin-top:  !important;margin-bottom:  !important;align-items: flex-end;justify-content: space-between;}.wp-block-uagb-container.uagb-is-root-container .uagb-block-4124ffc8{width: 100%;}.wp-block-uagb-container.uagb-is-root-container.alignfull.uagb-block-4124ffc8 > .uagb-container-inner-blocks-wrap{--inner-content-custom-width: min( 100%, 1024px);max-width: var(--inner-content-custom-width);width: 100%;align-items: flex-end;justify-content: space-between;}.uagb-block-7d9c02ab.wp-block-uagb-image .wp-block-uagb-image__figure img{width: 1024px;height: auto;}.wp-block-uagb-container.uagb-block-2da7a625{padding-top: 80px;padding-bottom: 80px;padding-left: 40px;padding-right: 40px;margin-top:  !important;margin-bottom:  !important;}.wp-block-uagb-container.uagb-is-root-container .uagb-block-2da7a625{width: 100%;}.wp-block-uagb-container.uagb-is-root-container.alignfull.uagb-block-2da7a625 > .uagb-container-inner-blocks-wrap{--inner-content-custom-width: min( 100%, 781px);max-width: var(--inner-content-custom-width);width: 100%;}.wp-block-uagb-icon-list.uagb-block-04357b43 .uagb-icon-list__source-image{width: 32px;}.wp-block-uagb-icon-list.uagb-block-04357b43 .wp-block-uagb-icon-list-child .uagb-icon-list__source-wrap svg{width: 32px;height: 32px;font-size: 32px;}.wp-block-uagb-icon-list.uagb-block-04357b43 .wp-block-uagb-icon-list-child .uagb-icon-list__source-wrap {padding: 0px;border-width: 0px;align-self: center;}.wp-block-uagb-icon-list.uagb-block-04357b43 .wp-block-uagb-icon-list-child .uagb-icon-list__label{font-size: 40px;}.wp-block-uagb-icon-list.uagb-block-04357b43 .uagb-icon-list__wrap{display: flex;flex-direction: column;justify-content: center;-webkit-box-pack: center;-ms-flex-pack: center;-webkit-box-align: center;-ms-flex-align: center;align-items: center;}.wp-block-uagb-icon-list.uagb-block-04357b43.wp-block-uagb-icon-list .wp-block-uagb-icon-list-child{margin-left: 0;margin-right: 0;margin-bottom: 10px;}}@media only screen and (max-width: 767px) {.wp-block-uagb-container.uagb-block-9bbb140d{padding-top: 180px;padding-bottom: 80px;padding-left: 20px;padding-right: 20px;margin-top:  !important;margin-bottom:  !important;}.wp-block-uagb-container.uagb-is-root-container .uagb-block-9bbb140d{max-width: 100%;width: 100%;}.wp-block-uagb-container.uagb-is-root-container.alignfull.uagb-block-9bbb140d > .uagb-container-inner-blocks-wrap{--inner-content-custom-width: min( 100%, 767px);max-width: var(--inner-content-custom-width);width: 100%;flex-wrap: wrap;}.uagb-block-06709ef3.wp-block-uagb-advanced-heading {padding-top: 0px;padding-right: 0px;padding-bottom: 0px;padding-left: 0px;}.uagb-block-06709ef3 .uagb-desc-text{font-size: 15px;}.wp-block-uagb-container.uagb-block-6b621f4b{padding-top: 80px;padding-bottom: 80px;padding-left: 20px;padding-right: 20px;margin-top:  !important;margin-bottom:  !important;background-color: var(--ast-global-color-5);;}.wp-block-uagb-container.uagb-is-root-container .uagb-block-6b621f4b{max-width: 100%;width: 100%;}.wp-block-uagb-container.uagb-is-root-container.alignfull.uagb-block-6b621f4b > .uagb-container-inner-blocks-wrap{--inner-content-custom-width: min( 100%, 767px);max-width: var(--inner-content-custom-width);width: 100%;flex-wrap: wrap;}.wp-block-uagb-container.uagb-block-4124ffc8{padding-top: 0px;padding-bottom: 0px;padding-left: 0px;padding-right: 0px;margin-top:  !important;margin-bottom:  !important;row-gap: 20px;flex-wrap: wrap;}.wp-block-uagb-container.uagb-is-root-container .uagb-block-4124ffc8{max-width: 100%;width: 100%;}.wp-block-uagb-container.uagb-is-root-container.alignfull.uagb-block-4124ffc8 > .uagb-container-inner-blocks-wrap{--inner-content-custom-width: min( 100%, 767px);max-width: var(--inner-content-custom-width);width: 100%;flex-wrap: wrap;row-gap: 20px;}.uagb-block-7d9c02ab.wp-block-uagb-image .wp-block-uagb-image__figure img{width: 1024px;height: auto;}.wp-block-uagb-container.uagb-block-2da7a625{padding-top: 64px;padding-bottom: 64px;padding-left: 24px;padding-right: 24px;margin-top:  !important;margin-bottom:  !important;}.wp-block-uagb-container.uagb-is-root-container .uagb-block-2da7a625{max-width: 100%;width: 100%;}.wp-block-uagb-container.uagb-is-root-container.alignfull.uagb-block-2da7a625 > .uagb-container-inner-blocks-wrap{--inner-content-custom-width: min( 100%, 767px);max-width: var(--inner-content-custom-width);width: 100%;flex-wrap: wrap;}.uagb-block-119ca9cd.wp-block-uagb-advanced-heading {padding-top: 30px;padding-right: 0px;padding-bottom: 0px;padding-left: 0px;}.uagb-block-119ca9cd .uagb-desc-text{font-size: 15px;}.wp-block-uagb-icon-list.uagb-block-04357b43 .uagb-icon-list__source-image{width: 24px;}.wp-block-uagb-icon-list.uagb-block-04357b43 .wp-block-uagb-icon-list-child .uagb-icon-list__source-wrap svg{width: 24px;height: 24px;font-size: 24px;}.wp-block-uagb-icon-list.uagb-block-04357b43 .wp-block-uagb-icon-list-child .uagb-icon-list__source-wrap{padding: 0px;border-width: 0px;align-self: center;}.wp-block-uagb-icon-list.uagb-block-04357b43 .wp-block-uagb-icon-list-child .uagb-icon-list__label{font-size: 28px;}.wp-block-uagb-icon-list.uagb-block-04357b43 .uagb-icon-list__wrap{display: flex;flex-direction: column;justify-content: center;-webkit-box-pack: center;-ms-flex-pack: center;-webkit-box-align: center;-ms-flex-align: center;align-items: center;}.wp-block-uagb-icon-list.uagb-block-04357b43.wp-block-uagb-icon-list .wp-block-uagb-icon-list-child{margin-left: 0;margin-right: 0;margin-bottom: 10px;}}.uag-blocks-common-selector{z-index:var(--z-index-desktop) !important}@media (max-width: 976px){.uag-blocks-common-selector{z-index:var(--z-index-tablet) !important}}@media (max-width: 767px){.uag-blocks-common-selector{z-index:var(--z-index-mobile) !important}}\n\";s:2:\"js\";s:0:\"\";s:18:\"current_block_list\";a:19:{i:0;s:14:\"uagb/container\";i:1;s:21:\"uagb/advanced-heading\";i:2;s:12:\"core/columns\";i:3;s:11:\"core/column\";i:4;s:12:\"core/heading\";i:5;s:14:\"core/paragraph\";i:6;s:9:\"core/list\";i:7;s:14:\"core/list-item\";i:9;s:10:\"core/image\";i:13;s:10:\"uagb/image\";i:14;s:12:\"core/buttons\";i:15;s:11:\"core/button\";i:16;s:14:\"uagb/icon-list\";i:17;s:20:\"uagb/icon-list-child\";i:18;s:11:\"core/search\";i:19;s:10:\"core/group\";i:20;s:17:\"core/latest-posts\";i:21;s:20:\"core/latest-comments\";i:22;s:14:\"core/shortcode\";}s:8:\"uag_flag\";b:1;s:11:\"uag_version\";s:10:\"1671115151\";s:6:\"gfonts\";a:0:{}s:10:\"gfonts_url\";s:0:\"\";s:12:\"gfonts_files\";a:0:{}s:14:\"uag_faq_layout\";b:0;}'),
(1959,	1030,	'_uag_css_file_name',	'uag-css-1030-1672215562.css'),
(1960,	761,	'_aioseo_title',	NULL),
(1961,	761,	'_aioseo_description',	NULL),
(1962,	761,	'_aioseo_keywords',	''),
(1963,	761,	'_aioseo_og_title',	NULL),
(1964,	761,	'_aioseo_og_description',	NULL),
(1965,	761,	'_aioseo_og_article_section',	''),
(1966,	761,	'_aioseo_og_article_tags',	''),
(1967,	761,	'_aioseo_twitter_title',	NULL),
(1968,	761,	'_aioseo_twitter_description',	NULL),
(1971,	761,	'_yoast_wpseo_metadesc',	'We are pet-friendly by arrangement as each unit is separately fenced with its own grassy garden with a garden gate leading to the generous park area where pets can socialize. We also have lovely safe off-leash walking trails on our property and beyond. Our units are very luxurious with everything you would need and very homely and charming. Regrettably no children or group bookings.'),
(1972,	761,	'_yoast_wpseo_wordproof_timestamp',	'');

DROP TABLE IF EXISTS `wp_posts`;
CREATE TABLE `wp_posts` (
  `ID` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `post_author` bigint(20) unsigned NOT NULL DEFAULT 0,
  `post_date` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `post_date_gmt` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `post_content` longtext COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `post_title` text COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `post_excerpt` text COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `post_status` varchar(20) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT 'publish',
  `comment_status` varchar(20) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT 'open',
  `ping_status` varchar(20) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT 'open',
  `post_password` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  `post_name` varchar(200) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  `to_ping` text COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `pinged` text COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `post_modified` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `post_modified_gmt` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `post_content_filtered` longtext COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `post_parent` bigint(20) unsigned NOT NULL DEFAULT 0,
  `guid` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  `menu_order` int(11) NOT NULL DEFAULT 0,
  `post_type` varchar(20) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT 'post',
  `post_mime_type` varchar(100) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  `comment_count` bigint(20) NOT NULL DEFAULT 0,
  PRIMARY KEY (`ID`),
  KEY `post_name` (`post_name`(191)),
  KEY `type_status_date` (`post_type`,`post_status`,`post_date`,`ID`),
  KEY `post_parent` (`post_parent`),
  KEY `post_author` (`post_author`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(1,	1,	'2022-12-13 08:14:35',	'2022-12-13 08:14:35',	'<!-- 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',	'',	'',	'2022-12-13 08:14:35',	'2022-12-13 08:14:35',	'',	0,	'https://blueroan.netgen.cloud/?p=1',	0,	'post',	'',	1),
(3,	1,	'2022-12-13 08:14:35',	'2022-12-13 08:14:35',	'<!-- wp:heading --><h2>Who we are</h2><!-- /wp:heading --><!-- wp:paragraph --><p><strong class=\"privacy-policy-tutorial\">Suggested text: </strong>Our website address is: https://blueroan.netgen.cloud.</p><!-- /wp:paragraph --><!-- wp:heading --><h2>Comments</h2><!-- /wp:heading --><!-- wp:paragraph --><p><strong class=\"privacy-policy-tutorial\">Suggested text: </strong>When visitors leave comments on the site we collect the data shown in the comments form, and also the visitor&#8217;s IP address and browser user agent string to help spam detection.</p><!-- /wp:paragraph --><!-- wp:paragraph --><p>An anonymized string created from your email address (also called a hash) may be provided to the Gravatar service to see if you are using it. The Gravatar service privacy policy is available here: https://automattic.com/privacy/. After approval of your comment, your profile picture is visible to the public in the context of your comment.</p><!-- /wp:paragraph --><!-- wp:heading --><h2>Media</h2><!-- /wp:heading --><!-- wp:paragraph --><p><strong class=\"privacy-policy-tutorial\">Suggested text: </strong>If you upload images to the website, you should avoid uploading images with embedded location data (EXIF GPS) included. Visitors to the website can download and extract any location data from images on the website.</p><!-- /wp:paragraph --><!-- wp:heading --><h2>Cookies</h2><!-- /wp:heading --><!-- wp:paragraph --><p><strong class=\"privacy-policy-tutorial\">Suggested text: </strong>If you leave a comment on our site you may opt-in to saving your name, email address and website in cookies. These are for your convenience so that you do not have to fill in your details again when you leave another comment. These cookies will last for one year.</p><!-- /wp:paragraph --><!-- wp:paragraph --><p>If you visit our login page, we will set a temporary cookie to determine if your browser accepts cookies. This cookie contains no personal data and is discarded when you close your browser.</p><!-- /wp:paragraph --><!-- wp:paragraph --><p>When you log in, we will also set up several cookies to save your login information and your screen display choices. Login cookies last for two days, and screen options cookies last for a year. If you select &quot;Remember Me&quot;, your login will persist for two weeks. If you log out of your account, the login cookies will be removed.</p><!-- /wp:paragraph --><!-- wp:paragraph --><p>If you edit or publish an article, an additional cookie will be saved in your browser. This cookie includes no personal data and simply indicates the post ID of the article you just edited. It expires after 1 day.</p><!-- /wp:paragraph --><!-- wp:heading --><h2>Embedded content from other websites</h2><!-- /wp:heading --><!-- wp:paragraph --><p><strong class=\"privacy-policy-tutorial\">Suggested text: </strong>Articles on this site may include embedded content (e.g. videos, images, articles, etc.). Embedded content from other websites behaves in the exact same way as if the visitor has visited the other website.</p><!-- /wp:paragraph --><!-- wp:paragraph --><p>These websites may collect data about you, use cookies, embed additional third-party tracking, and monitor your interaction with that embedded content, including tracking your interaction with the embedded content if you have an account and are logged in to that website.</p><!-- /wp:paragraph --><!-- wp:heading --><h2>Who we share your data with</h2><!-- /wp:heading --><!-- wp:paragraph --><p><strong class=\"privacy-policy-tutorial\">Suggested text: </strong>If you request a password reset, your IP address will be included in the reset email.</p><!-- /wp:paragraph --><!-- wp:heading --><h2>How long we retain your data</h2><!-- /wp:heading --><!-- wp:paragraph --><p><strong class=\"privacy-policy-tutorial\">Suggested text: </strong>If you leave a comment, the comment and its metadata are retained indefinitely. This is so we can recognize and approve any follow-up comments automatically instead of holding them in a moderation queue.</p><!-- /wp:paragraph --><!-- wp:paragraph --><p>For users that register on our website (if any), we also store the personal information they provide in their user profile. All users can see, edit, or delete their personal information at any time (except they cannot change their username). Website administrators can also see and edit that information.</p><!-- /wp:paragraph --><!-- wp:heading --><h2>What rights you have over your data</h2><!-- /wp:heading --><!-- wp:paragraph --><p><strong class=\"privacy-policy-tutorial\">Suggested text: </strong>If you have an account on this site, or have left comments, you can request to receive an exported file of the personal data we hold about you, including any data you have provided to us. You can also request that we erase any personal data we hold about you. This does not include any data we are obliged to keep for administrative, legal, or security purposes.</p><!-- /wp:paragraph --><!-- wp:heading --><h2>Where your data is sent</h2><!-- /wp:heading --><!-- wp:paragraph --><p><strong class=\"privacy-policy-tutorial\">Suggested text: </strong>Visitor comments may be checked through an automated spam detection service.</p><!-- /wp:paragraph -->',	'Privacy Policy',	'',	'draft',	'closed',	'open',	'',	'privacy-policy',	'',	'',	'2022-12-13 08:14:35',	'2022-12-13 08:14:35',	'',	0,	'https://blueroan.netgen.cloud/?page_id=3',	0,	'page',	'',	0),
(17,	2,	'2022-12-13 08:53:00',	'2022-12-13 08:53:00',	'{\"fields\":{\"0\":{\"id\":\"0\",\"type\":\"name\",\"label\":\"Name\",\"format\":\"simple\",\"description\":\"\",\"required\":\"1\",\"size\":\"large\",\"simple_placeholder\":\"\",\"simple_default\":\"\",\"first_placeholder\":\"\",\"first_default\":\"\",\"middle_placeholder\":\"\",\"middle_default\":\"\",\"last_placeholder\":\"\",\"last_default\":\"\",\"css\":\"\"},\"1\":{\"id\":\"1\",\"type\":\"email\",\"label\":\"Email\",\"description\":\"\",\"required\":\"1\",\"size\":\"large\",\"placeholder\":\"\",\"confirmation_placeholder\":\"\",\"default_value\":\"\",\"css\":\"\",\"filter_type\":\"\",\"allowlist\":\"\",\"denylist\":\"\"},\"4\":{\"id\":\"4\",\"type\":\"text\",\"label\":\"Subject\",\"description\":\"\",\"required\":\"1\",\"size\":\"large\",\"placeholder\":\"\",\"limit_count\":\"1\",\"limit_mode\":\"characters\",\"default_value\":\"\",\"css\":\"\",\"input_mask\":\"\"},\"2\":{\"id\":\"2\",\"type\":\"textarea\",\"label\":\"Message\",\"description\":\"\",\"required\":\"1\",\"size\":\"medium\",\"placeholder\":\"\",\"limit_count\":\"1\",\"limit_mode\":\"characters\",\"default_value\":\"\",\"css\":\"\"}},\"id\":17,\"field_id\":5,\"settings\":{\"form_title\":\"Contact Form\",\"form_desc\":\"\",\"form_class\":\"\",\"submit_text\":\"Submit\",\"submit_text_processing\":\"Sending...\",\"submit_class\":\"\",\"antispam\":\"1\",\"notification_enable\":\"1\",\"notifications\":{\"1\":{\"email\":\"{admin_email}\",\"subject\":\"New Entry: Simple Contact Form\",\"sender_name\":\"Home Stay\",\"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\":\"146\",\"redirect\":\"\"}}},\"meta\":{\"template\":\"contact\"}}',	'Contact Form',	'',	'publish',	'closed',	'closed',	'',	'contact-form',	'',	'',	'2022-12-13 08:53:00',	'2022-12-13 08:53:00',	'',	0,	'https://blueroan.netgen.cloud/?post_type=wpforms&#038;p=17',	0,	'wpforms',	'',	0),
(18,	2,	'2022-12-13 08:53:00',	'2022-12-13 08:53:00',	'{\"fields\":{\"0\":{\"id\":\"0\",\"type\":\"name\",\"label\":\"Name\",\"format\":\"simple\",\"description\":\"\",\"required\":\"1\",\"size\":\"large\",\"simple_placeholder\":\"\",\"simple_default\":\"\",\"first_placeholder\":\"\",\"first_default\":\"\",\"middle_placeholder\":\"\",\"middle_default\":\"\",\"last_placeholder\":\"\",\"last_default\":\"\",\"css\":\"\"},\"1\":{\"id\":\"1\",\"type\":\"email\",\"label\":\"Email\",\"description\":\"\",\"required\":\"1\",\"size\":\"large\",\"placeholder\":\"\",\"confirmation_placeholder\":\"\",\"default_value\":\"\",\"css\":\"\",\"filter_type\":\"\",\"allowlist\":\"\",\"denylist\":\"\"},\"4\":{\"id\":\"4\",\"type\":\"text\",\"label\":\"Subject\",\"description\":\"\",\"required\":\"1\",\"size\":\"large\",\"placeholder\":\"\",\"limit_count\":\"1\",\"limit_mode\":\"characters\",\"default_value\":\"\",\"css\":\"\",\"input_mask\":\"\"},\"2\":{\"id\":\"2\",\"type\":\"textarea\",\"label\":\"Message\",\"description\":\"\",\"required\":\"1\",\"size\":\"medium\",\"placeholder\":\"\",\"limit_count\":\"1\",\"limit_mode\":\"characters\",\"default_value\":\"\",\"css\":\"\"}},\"id\":17,\"field_id\":5,\"settings\":{\"form_title\":\"Contact Form\",\"form_desc\":\"\",\"form_class\":\"\",\"submit_text\":\"Submit\",\"submit_text_processing\":\"Sending...\",\"submit_class\":\"\",\"antispam\":\"1\",\"notification_enable\":\"1\",\"notifications\":{\"1\":{\"email\":\"{admin_email}\",\"subject\":\"New Entry: Simple Contact Form\",\"sender_name\":\"Home Stay\",\"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\":\"146\",\"redirect\":\"\"}}},\"meta\":{\"template\":\"contact\"}}',	'Contact Form',	'',	'inherit',	'closed',	'closed',	'',	'17-revision-v1',	'',	'',	'2022-12-13 08:53:00',	'2022-12-13 08:53:00',	'',	17,	'https://blueroan.netgen.cloud/?p=18',	0,	'revision',	'',	0),
(19,	2,	'2022-12-13 08:53:00',	'2022-12-13 08:53:00',	'.faq-tel-no a {\ncolor: white !important; \n}\n\n.faq-tel-no a:hover {\ncolor: #2fc1ff !important; \n}\n\nh5 {\nborder: solid 1px black \n}\n\nh5 {\npadding: 15px;\nbackground-color: #08acf2;\ncolor: white !important; \n}\n\nh5 a {\ncolor: white !important; \n}\n\nh5 a:hover {\ncolor: #4C5253 !important; \n}',	'astra-child',	'',	'publish',	'closed',	'closed',	'',	'astra-child',	'',	'',	'2022-12-15 14:03:47',	'2022-12-15 14:03:47',	'',	0,	'https://blueroan.netgen.cloud/index.php/2022/12/13/astra-child/',	0,	'custom_css',	'',	0),
(20,	2,	'2022-12-13 08:53:00',	'2022-12-13 08:53:00',	'',	'astra-child',	'',	'inherit',	'closed',	'closed',	'',	'19-revision-v1',	'',	'',	'2022-12-13 08:53:00',	'2022-12-13 08:53:00',	'',	19,	'https://blueroan.netgen.cloud/?p=20',	0,	'revision',	'',	0),
(119,	2,	'2021-05-11 05:02:02',	'2021-05-11 05:02:02',	'',	'testimonial1',	'',	'inherit',	'open',	'closed',	'',	'testimonial1',	'',	'',	'2021-05-11 05:02:02',	'2021-05-11 05:02:02',	'',	0,	'https://blueroan.netgen.cloud/wp-content/uploads/2021/05/testimonial1.jpg',	0,	'attachment',	'image/jpeg',	0),
(120,	2,	'2021-05-11 05:02:03',	'2021-05-11 05:02:03',	'',	'testimonial2',	'',	'inherit',	'open',	'closed',	'',	'testimonial2',	'',	'',	'2021-05-11 05:02:03',	'2021-05-11 05:02:03',	'',	0,	'https://blueroan.netgen.cloud/wp-content/uploads/2021/05/testimonial2.jpg',	0,	'attachment',	'image/jpeg',	0),
(121,	2,	'2021-05-11 05:02:05',	'2021-05-11 05:02:05',	'',	'testimonial3',	'',	'inherit',	'open',	'closed',	'',	'testimonial3',	'',	'',	'2021-05-11 05:02:05',	'2021-05-11 05:02:05',	'',	0,	'https://blueroan.netgen.cloud/wp-content/uploads/2021/05/testimonial3.jpg',	0,	'attachment',	'image/jpeg',	0),
(122,	2,	'2021-05-11 05:02:06',	'2021-05-11 05:02:06',	'',	'testimonial4',	'',	'inherit',	'open',	'closed',	'',	'testimonial4',	'',	'',	'2021-05-11 05:02:06',	'2021-05-11 05:02:06',	'',	0,	'https://blueroan.netgen.cloud/wp-content/uploads/2021/05/testimonial4.jpg',	0,	'attachment',	'image/jpeg',	0),
(302,	2,	'2021-05-12 05:38:12',	'2021-05-12 05:38:12',	' ',	'',	'',	'publish',	'closed',	'closed',	'',	'302',	'',	'',	'2021-05-12 05:38:12',	'2021-05-12 05:38:12',	'',	0,	'https://blueroan.netgen.cloud/index.php/2021/05/12/302/',	1,	'nav_menu_item',	'',	0),
(303,	2,	'2021-05-12 05:38:12',	'2021-05-12 05:38:12',	' ',	'',	'',	'publish',	'closed',	'closed',	'',	'303',	'',	'',	'2021-05-12 05:38:12',	'2021-05-12 05:38:12',	'',	0,	'https://blueroan.netgen.cloud/index.php/2021/05/12/303/',	2,	'nav_menu_item',	'',	0),
(304,	2,	'2021-05-12 05:38:12',	'2021-05-12 05:38:12',	' ',	'',	'',	'publish',	'closed',	'closed',	'',	'304',	'',	'',	'2021-05-12 05:38:12',	'2021-05-12 05:38:12',	'',	0,	'https://blueroan.netgen.cloud/index.php/2021/05/12/304/',	3,	'nav_menu_item',	'',	0),
(305,	2,	'2021-05-12 05:38:12',	'2021-05-12 05:38:12',	' ',	'',	'',	'publish',	'closed',	'closed',	'',	'305',	'',	'',	'2021-05-12 05:38:12',	'2021-05-12 05:38:12',	'',	0,	'https://blueroan.netgen.cloud/index.php/2021/05/12/305/',	4,	'nav_menu_item',	'',	0),
(356,	2,	'2021-05-12 09:24:48',	'2021-05-12 09:24:48',	'<!-- wp:cover {\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/background-img-1.jpg\",\"id\":54,\"dimRatio\":65,\"overlayColor\":\"ast-global-color-0\",\"focalPoint\":{\"x\":\"0.50\",\"y\":\"0.20\"},\"minHeight\":600,\"align\":\"full\"} -->\n<div class=\"wp-block-cover alignfull has-background-dim-70 has-ast-global-color-0-background-color has-background-dim\" style=\"min-height:600px\"><img class=\"wp-block-cover__image-background wp-image-54\" alt=\"\" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/background-img-1.jpg\" style=\"object-position:50% 20%\" data-object-fit=\"cover\" data-object-position=\"50% 20%\"/><div class=\"wp-block-cover__inner-container\"><!-- wp:heading {\"textAlign\":\"center\",\"textColor\":\"white\"} -->\n<h2 class=\"has-text-align-center has-white-color has-text-color\">Plan an Unforgettable Experience in Mykonos Today!</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph {\"align\":\"center\"} -->\n<p class=\"has-text-align-center\">We can help you fit your stay and experience within your allotted budget.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"textAlign\":\"center\",\"level\":5,\"textColor\":\"white\"} -->\n<h5 class=\"has-text-align-center has-white-color has-text-color\">Book Your Stay Now</h5>\n<!-- /wp:heading -->\n\n<!-- wp:heading {\"textAlign\":\"center\",\"textColor\":\"white\"} -->\n<h2 class=\"has-text-align-center has-white-color has-text-color\">+1-123 456 7890</h2>\n<!-- /wp:heading --></div></div>\n<!-- /wp:cover -->',	'Footer CTA',	'',	'publish',	'closed',	'closed',	'',	'untitled-reusable-block',	'',	'',	'2022-12-13 08:53:13',	'2022-12-13 08:53:13',	'',	0,	'https://blueroan.netgen.cloud/index.php/2021/05/12/untitled-reusable-block/',	0,	'wp_block',	'',	0),
(364,	2,	'2021-05-12 09:30:36',	'2021-05-12 09:30:36',	'<!-- wp:cover {\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/about-banner.jpg\",\"id\":164,\"customOverlayColor\":\"#222222\",\"focalPoint\":{\"x\":\"0.50\",\"y\":\"0.00\"},\"minHeight\":65,\"minHeightUnit\":\"vh\",\"align\":\"full\"} -->\n<div class=\"wp-block-cover alignfull has-background-dim\" style=\"background-color:#222222;min-height:65vh\"><img class=\"wp-block-cover__image-background wp-image-164\" alt=\"\" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/about-banner.jpg\" style=\"object-position:50% 0%\" data-object-fit=\"cover\" data-object-position=\"50% 0%\"/><div class=\"wp-block-cover__inner-container\"><!-- wp:heading {\"level\":1,\"textColor\":\"white\"} -->\n<h1 class=\"has-white-color has-text-color\">Contact Us</h1>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Cursus tempus, tincidunt quis sem sapien id non eget sed in consequat tellus <br>phasellus orci in semper elit porttitor eget metus, aliquet egestas aliquet erat <br>congue eget urna diam, tellus at leo.</p>\n<!-- /wp:paragraph --></div></div>\n<!-- /wp:cover -->',	'Inner Header',	'',	'publish',	'closed',	'closed',	'',	'untitled-reusable-block-2',	'',	'',	'2022-12-13 08:53:13',	'2022-12-13 08:53:13',	'',	0,	'https://blueroan.netgen.cloud/index.php/2021/05/12/untitled-reusable-block-2/',	0,	'wp_block',	'',	0),
(388,	2,	'2022-12-15 13:25:32',	'2021-05-12 10:08:43',	'',	'Nearby Visits',	'',	'publish',	'closed',	'closed',	'',	'nearby-visits',	'',	'',	'2022-12-15 13:25:32',	'2022-12-15 13:25:32',	'',	0,	'https://blueroan.netgen.cloud/index.php/2021/05/12/nearby-visits/',	1,	'nav_menu_item',	'',	0),
(389,	2,	'2022-12-15 09:56:24',	'2021-05-12 10:08:43',	'',	'Contact Us',	'',	'publish',	'closed',	'closed',	'',	'contact-us',	'',	'',	'2022-12-15 09:56:24',	'2022-12-15 09:56:24',	'',	0,	'https://blueroan.netgen.cloud/index.php/2021/05/12/contact-us/',	2,	'nav_menu_item',	'',	0),
(391,	2,	'2022-12-15 13:35:52',	'2021-05-12 10:09:54',	'',	'Guest Support',	'',	'publish',	'closed',	'closed',	'',	'guest-support',	'',	'',	'2022-12-15 13:35:52',	'2022-12-15 13:35:52',	'',	0,	'https://blueroan.netgen.cloud/index.php/2021/05/12/guest-support/',	1,	'nav_menu_item',	'',	0),
(392,	2,	'2022-12-15 13:35:52',	'2021-05-12 10:09:54',	'',	'Guest Feedback',	'',	'publish',	'closed',	'closed',	'',	'guest-feedback',	'',	'',	'2022-12-15 13:35:52',	'2022-12-15 13:35:52',	'',	0,	'https://blueroan.netgen.cloud/index.php/2021/05/12/guest-feedback/',	2,	'nav_menu_item',	'',	0),
(393,	2,	'2022-12-15 13:35:52',	'2021-05-12 10:09:55',	'',	'FAQs',	'',	'publish',	'closed',	'closed',	'',	'faqs',	'',	'',	'2022-12-15 13:35:52',	'2022-12-15 13:35:52',	'',	0,	'https://blueroan.netgen.cloud/index.php/2021/05/12/faqs/',	3,	'nav_menu_item',	'',	0),
(395,	2,	'2022-12-15 13:35:52',	'2021-05-12 10:09:55',	'',	'Location',	'',	'publish',	'closed',	'closed',	'',	'location',	'',	'',	'2022-12-15 13:35:52',	'2022-12-15 13:35:52',	'',	0,	'https://blueroan.netgen.cloud/index.php/2021/05/12/location/',	4,	'nav_menu_item',	'',	0),
(486,	2,	'2022-06-13 12:00:50',	'2022-06-13 12:00:50',	'{\\\"version\\\": 2, \\\"isGlobalStylesUserThemeJSON\\\": true }',	'Custom Styles',	'',	'publish',	'closed',	'closed',	'',	'wp-global-styles-astra',	'',	'',	'2022-06-13 12:00:50',	'2022-06-13 12:00:50',	'',	0,	'https://blueroan.netgen.cloud/index.php/2022/06/13/wp-global-styles-astra/',	0,	'wp_global_styles',	'',	0),
(488,	2,	'2022-06-13 12:32:34',	'2022-06-13 12:32:34',	'<!-- wp:cover {\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/background-img-1.jpg\",\"id\":54,\"dimRatio\":65,\"overlayColor\":\"ast-global-color-0\",\"focalPoint\":{\"x\":\"0.50\",\"y\":\"0.20\"},\"minHeight\":600,\"align\":\"full\"} -->\n<div class=\"wp-block-cover alignfull\" style=\"min-height:600px\"><span aria-hidden=\"true\" class=\"wp-block-cover__background has-ast-global-color-0-background-color has-background-dim-70 has-background-dim\"></span><img class=\"wp-block-cover__image-background wp-image-54\" alt=\"\" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/background-img-1.jpg\" style=\"object-position:50% 20%\" data-object-fit=\"cover\" data-object-position=\"50% 20%\"/><div class=\"wp-block-cover__inner-container\"><!-- wp:heading {\"textAlign\":\"center\",\"textColor\":\"white\"} -->\n<h2 class=\"has-text-align-center has-white-color has-text-color\">Plan an Unforgettable Experience in Mykonos Today!</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph {\"align\":\"center\"} -->\n<p class=\"has-text-align-center\">We can help you fit your stay and experience within your allotted budget.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"textAlign\":\"center\",\"level\":5,\"textColor\":\"white\"} -->\n<h5 class=\"has-text-align-center has-white-color has-text-color\">Book Your Stay Now</h5>\n<!-- /wp:heading -->\n\n<!-- wp:heading {\"textAlign\":\"center\",\"textColor\":\"white\"} -->\n<h2 class=\"has-text-align-center has-white-color has-text-color\">+1-123 456 7890</h2>\n<!-- /wp:heading --></div></div>\n<!-- /wp:cover -->',	'Footer CTA',	'',	'publish',	'closed',	'closed',	'',	'footer-cta',	'',	'',	'2022-12-13 08:53:13',	'2022-12-13 08:53:13',	'',	0,	'https://blueroan.netgen.cloud/index.php/2022/06/13/footer-cta/',	0,	'wp_block',	'',	0),
(760,	2,	'2021-05-12 05:15:06',	'2021-05-12 05:15:06',	'<!-- wp:uagb/container {\"block_id\":\"3b163f7a\",\"minHeightDesktop\":95,\"minHeightTablet\":70,\"minHeightMobile\":80,\"minHeightType\":\"vh\",\"alignItemsDesktop\":\"flex-start\",\"backgroundType\":\"image\",\"backgroundImageDesktop\":{\"uploading\":false,\"date\":1670921854000,\"filename\":\"Blue-Roan-pool.jpg\",\"menuOrder\":0,\"uploadedTo\":760,\"type\":\"image\",\"subtype\":\"jpeg\",\"id\":784,\"title\":\"Blue Roan - pool\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Blue-Roan-pool.jpg\",\"link\":\"https://blueroan.netgen.cloud/home/blue-roan-pool/\",\"alt\":\"\",\"author\":\"2\",\"description\":\"\",\"caption\":\"\",\"name\":\"blue-roan-pool\",\"status\":\"inherit\",\"modified\":1670921854000,\"mime\":\"image/jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-includes/images/media/default.png\",\"dateFormatted\":\"December 13, 2022\",\"nonces\":{\"update\":\"51a12ed09e\",\"delete\":\"5174068551\",\"edit\":\"1de0721407\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=784\\u0026action=edit\",\"meta\":false,\"authorName\":\"Netgen Support\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/profile.php\",\"uploadedToTitle\":\"Home\",\"uploadedToLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=760\\u0026action=edit\",\"filesizeInBytes\":154801,\"filesizeHumanReadable\":\"151 KB\",\"context\":\"\",\"height\":667,\"width\":1000,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Blue-Roan-pool-150x150.jpg\",\"orientation\":\"landscape\"},\"medium\":{\"height\":200,\"width\":300,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Blue-Roan-pool-300x200.jpg\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Blue-Roan-pool.jpg\",\"height\":667,\"width\":1000,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"backgroundPositionDesktop\":{\"x\":0.5,\"y\":0.25},\"backgroundImageColor\":\"rgba(42,42,42,0.35)\",\"topPaddingDesktop\":0,\"bottomPaddingDesktop\":0,\"leftPaddingDesktop\":40,\"rightPaddingDesktop\":40,\"topPaddingTablet\":120,\"bottomPaddingTablet\":120,\"leftPaddingTablet\":40,\"rightPaddingTablet\":40,\"topPaddingMobile\":150,\"bottomPaddingMobile\":150,\"leftPaddingMobile\":20,\"rightPaddingMobile\":20,\"paddingLink\":false,\"variationSelected\":true,\"isBlockRootParent\":true,\"overlayType\":\"color\",\"minHeightTypeTablet\":\"vh\",\"minHeightTypeMobile\":\"vh\"} -->\n<div class=\"wp-block-uagb-container uagb-block-3b163f7a alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:group {\"layout\":{\"inherit\":true,\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group\"><!-- wp:uagb/info-box {\"classMigrate\":true,\"headingAlign\":\"left\",\"headingColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"subHeadingColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"headingTag\":\"h1\",\"subHeadFontSize\":17,\"subHeadFontSizeMobile\":15,\"headSpace\":20,\"subHeadSpace\":40,\"block_id\":\"ef267882\",\"ctaIcon\":\"\",\"ctaText\":\"Book Your Stay Now\",\"ctaLink\":\"https://book.nightsbridge.com/11065\",\"ctaBtnLinkColor\":\"var(\\u002d\\u002dast-global-color-2)\",\"ctaLinkHoverColor\":\"var(\\u002d\\u002dast-global-color-2)\",\"ctaBgColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"ctaBgHoverColor\":\"var(\\u002d\\u002dast-global-color-4)\",\"ctaBorderColor\":\"\",\"ctaBorderStyle\":\"\",\"ctaBorderWidth\":\"\",\"ctaBorderRadius\":\"\",\"iconImage\":{\"url\":\"\",\"alt\":\"InfoBox placeholder img\"},\"showIcon\":false,\"paddingBtnTop\":18,\"paddingBtnBottom\":18,\"paddingBtnLeft\":34,\"paddingBtnRight\":34,\"blockTopPadding\":5,\"blockRightPadding\":40,\"blockLeftPadding\":0,\"blockBottomPadding\":0,\"blockTopPaddingTablet\":0,\"blockRightPaddingTablet\":64,\"blockLeftPaddingTablet\":0,\"blockBottomPaddingTablet\":0,\"blockTopPaddingMobile\":0,\"blockRightPaddingMobile\":0,\"blockLeftPaddingMobile\":0,\"blockBottomPaddingMobile\":0,\"blockPaddingUnit\":\"%\",\"blockPaddingLink\":false,\"subHeadMarginTopTablet\":0,\"subHeadMarginRightTablet\":64,\"subHeadTabletSpace\":40,\"subHeadMarginLeftTablet\":0,\"subHeadMarginTopMobile\":0,\"subHeadMarginRightMobile\":0,\"subHeadMobileSpace\":40,\"subHeadMarginLeftMobile\":0,\"btnBorderTopWidth\":1,\"btnBorderLeftWidth\":1,\"btnBorderRightWidth\":1,\"btnBorderBottomWidth\":1,\"btnBorderTopLeftRadius\":0,\"btnBorderTopRightRadius\":0,\"btnBorderBottomLeftRadius\":0,\"btnBorderBottomRightRadius\":0,\"btnBorderStyle\":\"none\",\"btnBorderColor\":\"#333\"} -->\n<div class=\"wp-block-uagb-info-box uagb-block-ef267882 uagb-infobox__content-wrap  uagb-infobox-icon-above-title uagb-infobox-image-valign-top\"><div class=\"uagb-ifb-content\"><div class=\"uagb-ifb-title-wrap\"><h1 class=\"uagb-ifb-title\">Magaliesburg pet friendly self-catering accommodation</h1></div><p class=\"uagb-ifb-desc\">Romantic pet-friendly self-catering accommodation in Magaliesburg, Gauteng.</p></div></div>\n<!-- /wp:uagb/info-box --></div>\n<!-- /wp:group -->\n\n<!-- wp:buttons {\"layout\":{\"type\":\"flex\",\"justifyContent\":\"left\",\"orientation\":\"horizontal\"},\"style\":{\"spacing\":{\"blockGap\":\"var:preset|spacing|50\"}}} -->\n<div class=\"wp-block-buttons\"><!-- wp:button {\"backgroundColor\":\"ast-global-color-5\",\"textColor\":\"ast-global-color-2\",\"width\":25,\"style\":{\"spacing\":{\"padding\":{\"top\":\"var:preset|spacing|50\",\"right\":\"var:preset|spacing|30\",\"bottom\":\"var:preset|spacing|50\",\"left\":\"var:preset|spacing|30\"}}},\"className\":\"is-style-fill\",\"UAGHideMob\":true,\"UAGResponsiveConditions\":true} -->\n<div class=\"wp-block-button has-custom-width wp-block-button__width-25 is-style-fill uag-hide-mob\" id=\"https://book.nightsbridge.com/11065\"><a class=\"wp-block-button__link has-ast-global-color-2-color has-ast-global-color-5-background-color has-text-color has-background wp-element-button\" href=\"https://book.nightsbridge.com/11065\" style=\"padding-top:var(--wp--preset--spacing--50);padding-right:var(--wp--preset--spacing--30);padding-bottom:var(--wp--preset--spacing--50);padding-left:var(--wp--preset--spacing--30)\" rel=\"https://book.nightsbridge.com/11065\">book your stay now</a></div>\n<!-- /wp:button -->\n\n<!-- wp:button {\"backgroundColor\":\"ast-global-color-5\",\"textColor\":\"ast-global-color-2\",\"width\":25,\"style\":{\"spacing\":{\"padding\":{\"top\":\"var:preset|spacing|50\",\"right\":\"var:preset|spacing|30\",\"bottom\":\"var:preset|spacing|50\",\"left\":\"var:preset|spacing|30\"}}},\"className\":\"is-style-fill\",\"UAGHideMob\":true,\"UAGDisplayConditions\":\"userstate\",\"UAGResponsiveConditions\":true} -->\n<div class=\"wp-block-button has-custom-width wp-block-button__width-25 is-style-fill uag-hide-mob\" id=\"https://book.nightsbridge.com/11065\"><a class=\"wp-block-button__link has-ast-global-color-2-color has-ast-global-color-5-background-color has-text-color has-background wp-element-button\" href=\"https://book.nightsbridge.com/11065\" style=\"padding-top:var(--wp--preset--spacing--50);padding-right:var(--wp--preset--spacing--30);padding-bottom:var(--wp--preset--spacing--50);padding-left:var(--wp--preset--spacing--30)\" target=\"_blank\" rel=\"https://book.nightsbridge.com/11065 noopener\">Check availability</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons -->\n\n<!-- wp:buttons {\"layout\":{\"type\":\"flex\",\"justifyContent\":\"left\",\"orientation\":\"horizontal\"},\"style\":{\"spacing\":{\"blockGap\":\"var:preset|spacing|50\"}}} -->\n<div class=\"wp-block-buttons\"><!-- wp:button {\"backgroundColor\":\"ast-global-color-5\",\"textColor\":\"ast-global-color-2\",\"width\":50,\"style\":{\"spacing\":{\"padding\":{\"top\":\"var:preset|spacing|20\",\"right\":\"var:preset|spacing|20\",\"bottom\":\"var:preset|spacing|20\",\"left\":\"var:preset|spacing|20\"}},\"border\":{\"radius\":\"0px\"}},\"className\":\"is-style-fill\",\"fontSize\":\"small\",\"UAGHideDesktop\":true,\"UAGHideTab\":true,\"UAGResponsiveConditions\":true} -->\n<div class=\"wp-block-button has-custom-width wp-block-button__width-50 has-custom-font-size is-style-fill has-small-font-size uag-hide-desktop uag-hide-tab\"><a class=\"wp-block-button__link has-ast-global-color-2-color has-ast-global-color-5-background-color has-text-color has-background wp-element-button\" href=\"https://book.nightsbridge.com/11065\" style=\"border-radius:0px;padding-top:var(--wp--preset--spacing--20);padding-right:var(--wp--preset--spacing--20);padding-bottom:var(--wp--preset--spacing--20);padding-left:var(--wp--preset--spacing--20)\" rel=\"\">book your stay now</a></div>\n<!-- /wp:button -->\n\n<!-- wp:button {\"backgroundColor\":\"ast-global-color-5\",\"textColor\":\"ast-global-color-2\",\"width\":50,\"style\":{\"spacing\":{\"padding\":{\"top\":\"var:preset|spacing|20\",\"right\":\"var:preset|spacing|20\",\"bottom\":\"var:preset|spacing|20\",\"left\":\"var:preset|spacing|20\"}},\"border\":{\"radius\":\"0px\"}},\"className\":\"is-style-fill\",\"fontSize\":\"small\",\"UAGHideDesktop\":true,\"UAGHideTab\":true,\"UAGResponsiveConditions\":true} -->\n<div class=\"wp-block-button has-custom-width wp-block-button__width-50 has-custom-font-size is-style-fill has-small-font-size uag-hide-desktop uag-hide-tab\"><a class=\"wp-block-button__link has-ast-global-color-2-color has-ast-global-color-5-background-color has-text-color has-background wp-element-button\" href=\"https://book.nightsbridge.com/11065\" style=\"border-radius:0px;padding-top:var(--wp--preset--spacing--20);padding-right:var(--wp--preset--spacing--20);padding-bottom:var(--wp--preset--spacing--20);padding-left:var(--wp--preset--spacing--20)\" rel=\"\">Check availability</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons -->\n\n<!-- wp:buttons -->\n<div class=\"wp-block-buttons\"><!-- wp:button /--></div>\n<!-- /wp:buttons --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"60c1731e\",\"directionDesktop\":\"row\",\"directionMobile\":\"column-reverse\",\"alignItemsDesktop\":\"flex-start\",\"backgroundType\":\"color\",\"backgroundSizeTablet\":\"cover\",\"backgroundSizeMobile\":\"cover\",\"backgroundColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"topPaddingDesktop\":60,\"bottomPaddingDesktop\":60,\"topPaddingTablet\":80,\"bottomPaddingTablet\":80,\"leftPaddingTablet\":40,\"rightPaddingTablet\":40,\"topPaddingMobile\":64,\"bottomPaddingMobile\":64,\"leftPaddingMobile\":24,\"rightPaddingMobile\":24,\"paddingLink\":false,\"variationSelected\":true,\"columnGapDesktop\":60,\"columnGapTablet\":50,\"isBlockRootParent\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-60c1731e alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/container {\"block_id\":\"f9f4908e\",\"widthDesktop\":50,\"variationSelected\":true,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-f9f4908e\"><!-- wp:image {\"id\":797,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-13.jpg\" alt=\"\" class=\"wp-image-797\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>We have 7 lovely brick&nbsp;<strong>self-catering</strong>&nbsp;units, each one private and with its own character and theme. &nbsp;They are designed exclusively for couples with or without pets wanting a romantic and peaceful place to connect, re-connect, celebrate special occasions, or somewhere quiet and comfortable to come for a holiday</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:buttons -->\n<div class=\"wp-block-buttons\"><!-- wp:button -->\n<div class=\"wp-block-button\"><a class=\"wp-block-button__link wp-element-button\" href=\"/accommodation/\">View accomodation</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"bee89110\",\"widthDesktop\":50,\"leftPaddingDesktop\":0,\"paddingLink\":false,\"variationSelected\":true,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-bee89110\"><!-- wp:uagb/advanced-heading {\"block_id\":\"3bca32ac\",\"classMigrate\":true,\"headingDescToggle\":true,\"subHeadingColor\":\"\",\"headSpace\":20,\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-3bca32ac\"><h2 class=\"uagb-heading-text\"><strong>Blue Roan is a 3-star graded pet-friendly venue</strong></h2><p class=\"uagb-desc-text\">Our goal is to provide high-quality, romantic, comfortable, and affordable self-catering accommodation on the outskirts of the village of &nbsp;Magaliesburg. &nbsp;For animal lovers, we are also&nbsp;pet-friendly&nbsp;by arrangement in most of the units all of which have their own fully fenced and gated private grassy gardens.</p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/image {\"block_id\":\"0a75c380\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/hammock-in-the-garden.jpg\",\"align\":\"left\",\"id\":799,\"linkDestination\":\"none\",\"naturalWidth\":600,\"naturalHeight\":400,\"sizeSlug\":\"full\",\"sizeSlugTablet\":\"full\",\"sizeSlugMobile\":\"full\",\"imageTopMargin\":20,\"imageRightMargin\":0,\"imageLeftMargin\":0,\"imageBottomMargin\":0,\"imageTopMarginMobile\":0,\"imageRightMarginMobile\":0,\"imageLeftMarginMobile\":0,\"imageBottomMarginMobile\":0,\"imageMarginLink\":false} -->\n<div class=\"wp-block-uagb-image uagb-block-0a75c380 wp-block-uagb-image--layout-default wp-block-uagb-image--effect-static wp-block-uagb-image--align-left\"><figure class=\"wp-block-uagb-image__figure\"><img srcset=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/hammock-in-the-garden.jpg \" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/hammock-in-the-garden.jpg\" alt=\"\" class=\"uag-image-799\" width=\"\" height=\"\" title=\"\" loading=\"lazy\"/></figure></div>\n<!-- /wp:uagb/image --></div>\n<!-- /wp:uagb/container --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"bb0e1c53\",\"directionDesktop\":\"row\",\"directionMobile\":\"column-reverse\",\"alignItemsDesktop\":\"flex-start\",\"backgroundType\":\"color\",\"backgroundSizeTablet\":\"cover\",\"backgroundSizeMobile\":\"cover\",\"backgroundColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"topPaddingDesktop\":0,\"bottomPaddingDesktop\":0,\"topPaddingTablet\":80,\"bottomPaddingTablet\":80,\"leftPaddingTablet\":40,\"rightPaddingTablet\":40,\"topPaddingMobile\":64,\"bottomPaddingMobile\":64,\"leftPaddingMobile\":24,\"rightPaddingMobile\":24,\"paddingLink\":false,\"variationSelected\":true,\"rowGapDesktop\":0,\"columnGapDesktop\":0,\"columnGapTablet\":50,\"isBlockRootParent\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-bb0e1c53 alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:image {\"align\":\"center\",\"id\":1344,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image aligncenter size-large\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/tgcsa-full-3-stars-1024x366.jpg\" alt=\"\" class=\"wp-image-1344\"/></figure>\n<!-- /wp:image --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"d092308c\",\"backgroundType\":\"color\",\"backgroundSizeTablet\":\"cover\",\"backgroundSizeMobile\":\"cover\",\"backgroundColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"topPaddingDesktop\":50,\"bottomPaddingDesktop\":100,\"topPaddingTablet\":50,\"bottomPaddingTablet\":25,\"leftPaddingTablet\":20,\"rightPaddingTablet\":20,\"topPaddingMobile\":50,\"bottomPaddingMobile\":20,\"leftPaddingMobile\":20,\"rightPaddingMobile\":20,\"paddingLink\":false,\"variationSelected\":true,\"rowGapDesktop\":0,\"isBlockRootParent\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-d092308c alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/container {\"block_id\":\"8e8575a3\",\"directionDesktop\":\"row\",\"alignItemsDesktop\":\"flex-end\",\"alignItemsTablet\":\"flex-end\",\"justifyContentDesktop\":\"flex-end\",\"justifyContentTablet\":\"space-between\",\"variationSelected\":true,\"rowGapMobile\":30,\"columnGapDesktop\":0} -->\n<div class=\"wp-block-uagb-container uagb-block-8e8575a3\"><!-- wp:uagb/advanced-heading {\"block_id\":\"96c5a32e\",\"classMigrate\":true,\"headingDescToggle\":true,\"subHeadingColor\":\"\",\"headSpace\":20,\"subHeadFontSize\":16} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-96c5a32e\"><h2 class=\"uagb-heading-text\">Amenities &amp; Interests ​</h2><p class=\"uagb-desc-text\">The Blue Roan Country Lodge is situated just 5 minutes from the village of Magaliesburg on a tar road so easy access for all cars. &nbsp;We have panoramic views of the Magaliesberg mountain range and our farm is the perfect place for a relaxing getaway in the country. &nbsp;As we are only 70 km from JHB and Pretoria, it is only an hour’s drive.</p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/buttons {\"block_id\":\"ced1e313\",\"classMigrate\":true,\"childMigrate\":true,\"align\":\"right\",\"alignTablet\":\"right\",\"alignMobile\":\"left\",\"gap\":0} -->\n<div class=\"wp-block-uagb-buttons uagb-buttons__outer-wrap uagb-btn__default-btn uagb-btn-tablet__default-btn uagb-btn-mobile__default-btn uagb-block-ced1e313\"><div class=\"uagb-buttons__wrap uagb-buttons-layout-wrap\"><!-- wp:uagb/buttons-child {\"block_id\":\"1f5e5c04\",\"label\":\"View All\",\"link\":\"/amenities/\",\"hColor\":\"\",\"borderWidth\":\"\",\"borderRadius\":\"\",\"borderStyle\":\"\",\"borderColor\":\"\",\"borderHColor\":\"\",\"btnBorderTopWidth\":1,\"btnBorderLeftWidth\":1,\"btnBorderRightWidth\":1,\"btnBorderBottomWidth\":1,\"btnBorderTopLeftRadius\":2,\"btnBorderTopRightRadius\":2,\"btnBorderBottomLeftRadius\":2,\"btnBorderBottomRightRadius\":2,\"btnBorderStyle\":\"solid\",\"btnBorderColor\":\"#333\",\"btnBorderHColor\":\"#333\"} -->\n<div class=\"wp-block-uagb-buttons-child uagb-buttons__outer-wrap uagb-block-1f5e5c04 wp-block-button is-style-outline\"><div class=\"uagb-button__wrapper\"><a class=\"uagb-buttons-repeater wp-block-button__link\" href=\"/amenities/\" rel=\"follow noopener\" target=\"_self\"><div class=\"uagb-button__link\">View All</div></a></div></div>\n<!-- /wp:uagb/buttons-child --></div></div>\n<!-- /wp:uagb/buttons --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"4f2ef7d7\",\"directionDesktop\":\"row\",\"alignItemsTablet\":\"flex-start\",\"paddingLink\":false,\"topMarginDesktop\":50,\"bottomMarginDesktop\":20,\"leftMarginDesktop\":0,\"rightMarginDesktop\":0,\"marginLink\":false,\"variationSelected\":true,\"rowGapMobile\":65,\"columnGapDesktop\":48,\"columnGapTablet\":20} -->\n<div class=\"wp-block-uagb-container uagb-block-4f2ef7d7\"><!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"align\":\"center\",\"id\":828,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image aligncenter size-full\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Blue-Roan-pool.png\" alt=\"Blue Roan\'s rock pool\" class=\"wp-image-828\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>A relaxing rock Pool​</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>We have a lovely sparkling blue rock pool next to a thatched Lapa. &nbsp;&nbsp;Lie on recliners on the green lawn or sit on the swing chair in the Lapa and enjoy the panoramic view of the Magaliesberg mountain range.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":829,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/img-20160605-wa0002-largejpg.png\" alt=\"\" class=\"wp-image-829\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>Braai facilities </h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>What can compare to a burning fire under the star-lit African sky? Nothing beats the flavor of cooking over an open flame.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":1354,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Games-Room.png\" alt=\"\" class=\"wp-image-1354\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>A games room </h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>The reception is also a games room for those who enjoy darts or playing pool. &nbsp;Take a selection of DVDs back to your room and watch movies on your own DVD player. &nbsp;There is also a selection of board games and music CDs that you can borrow.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div>\n<!-- /wp:uagb/container --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"60ded15f\",\"backgroundType\":\"color\",\"backgroundSizeTablet\":\"cover\",\"backgroundSizeMobile\":\"cover\",\"backgroundColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"bottomPaddingDesktop\":104,\"leftPaddingDesktop\":40,\"rightPaddingDesktop\":40,\"topPaddingTablet\":80,\"bottomPaddingTablet\":80,\"leftPaddingTablet\":40,\"rightPaddingTablet\":40,\"topPaddingMobile\":64,\"bottomPaddingMobile\":64,\"leftPaddingMobile\":24,\"rightPaddingMobile\":24,\"paddingLink\":false,\"variationSelected\":true,\"rowGapDesktop\":0,\"isBlockRootParent\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-60ded15f alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/advanced-heading {\"block_id\":\"cc6b5fbb\",\"classMigrate\":true,\"headingDescToggle\":true,\"headingAlign\":\"center\",\"headingAlignMobile\":\"left\",\"subHeadingColor\":\"\",\"headSpace\":20,\"subHeadFontSize\":16,\"blockBottomPadding\":20} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-cc6b5fbb\"><h2 class=\"uagb-heading-text\">Our Inside Pictures​</h2><p class=\"uagb-desc-text\">Take a look at some pretty pictures captured in and around our premises.</p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/container {\"block_id\":\"0b3ca352\",\"directionDesktop\":\"row\",\"alignItemsDesktop\":\"flex-start\",\"topMarginDesktop\":20,\"bottomMarginDesktop\":0,\"leftMarginDesktop\":0,\"rightMarginDesktop\":0,\"marginLink\":false,\"variationSelected\":true,\"rowGapMobile\":24,\"columnGapDesktop\":24,\"columnGapTablet\":20} -->\n<div class=\"wp-block-uagb-container uagb-block-0b3ca352\"><!-- wp:uagb/container {\"block_id\":\"c89d92b9\",\"widthDesktop\":32,\"variationSelected\":true,\"rowGapDesktop\":24,\"rowGapTablet\":20,\"rowGapMobile\":24,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-c89d92b9\"><!-- wp:uagb/image {\"block_id\":\"f3648cd4\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/red-rose-1024x683.jpg\",\"id\":834,\"linkDestination\":\"none\",\"width\":385,\"height\":284,\"naturalWidth\":1024,\"naturalHeight\":683,\"sizeSlug\":\"large\",\"sizeSlugTablet\":\"large\",\"sizeSlugMobile\":\"large\",\"customHeightSetDesktop\":true} -->\n<div class=\"wp-block-uagb-image uagb-block-f3648cd4 wp-block-uagb-image--layout-default wp-block-uagb-image--effect-static wp-block-uagb-image--align-none\"><figure class=\"wp-block-uagb-image__figure\"><img srcset=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/red-rose-1024x683.jpg \" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/red-rose-1024x683.jpg\" alt=\"\" class=\"uag-image-834\" width=\"385\" height=\"284\" title=\"\" loading=\"lazy\"/></figure></div>\n<!-- /wp:uagb/image -->\n\n<!-- wp:uagb/image {\"block_id\":\"1be927d2\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/49g.jpg\",\"id\":838,\"linkDestination\":\"none\",\"width\":385,\"height\":284,\"naturalWidth\":650,\"naturalHeight\":450,\"sizeSlug\":\"full\",\"sizeSlugTablet\":\"full\",\"sizeSlugMobile\":\"full\",\"customHeightSetDesktop\":true} -->\n<div class=\"wp-block-uagb-image uagb-block-1be927d2 wp-block-uagb-image--layout-default wp-block-uagb-image--effect-static wp-block-uagb-image--align-none\"><figure class=\"wp-block-uagb-image__figure\"><img srcset=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/49g.jpg \" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/49g.jpg\" alt=\"\" class=\"uag-image-838\" width=\"385\" height=\"284\" title=\"\" loading=\"lazy\"/></figure></div>\n<!-- /wp:uagb/image --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"30022d08\",\"widthDesktop\":67,\"variationSelected\":true,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-30022d08\"><!-- wp:uagb/image {\"block_id\":\"9af8b71b\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAA39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba-1-1024x768.png\",\"id\":905,\"linkDestination\":\"none\",\"naturalWidth\":1024,\"naturalHeight\":768,\"sizeSlug\":\"large\",\"sizeSlugTablet\":\"large\",\"sizeSlugMobile\":\"large\"} -->\n<div class=\"wp-block-uagb-image uagb-block-9af8b71b wp-block-uagb-image--layout-default wp-block-uagb-image--effect-static wp-block-uagb-image--align-none\"><figure class=\"wp-block-uagb-image__figure\"><img srcset=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAA39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba-1-1024x768.png \" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAA39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba-1-1024x768.png\" alt=\"\" class=\"uag-image-905\" width=\"\" height=\"\" title=\"\" loading=\"lazy\"/></figure></div>\n<!-- /wp:uagb/image --></div>\n<!-- /wp:uagb/container --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"5636ebeb\",\"directionDesktop\":\"row\",\"alignItemsDesktop\":\"flex-start\",\"topMarginDesktop\":24,\"bottomMarginDesktop\":0,\"leftMarginDesktop\":0,\"rightMarginDesktop\":0,\"topMarginTablet\":20,\"bottomMarginTablet\":0,\"leftMarginTablet\":0,\"rightMarginTablet\":0,\"topMarginMobile\":24,\"bottomMarginMobile\":0,\"leftMarginMobile\":0,\"rightMarginMobile\":0,\"marginLink\":false,\"variationSelected\":true,\"columnGapDesktop\":24,\"columnGapTablet\":20} -->\n<div class=\"wp-block-uagb-container uagb-block-5636ebeb\"><!-- wp:uagb/container {\"block_id\":\"8e7addc5\",\"widthDesktop\":67,\"variationSelected\":true,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-8e7addc5\"><!-- wp:image {\"id\":837,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-8-1024x678.jpg\" alt=\"\" class=\"wp-image-837\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"6f4af303\",\"widthDesktop\":32,\"variationSelected\":true,\"rowGapDesktop\":24,\"rowGapTablet\":20,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-6f4af303\"><!-- wp:uagb/image {\"block_id\":\"4c5c32c6\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Blue-roan-pool-01.jpg\",\"id\":782,\"linkDestination\":\"none\",\"width\":385,\"height\":250,\"naturalWidth\":800,\"naturalHeight\":534,\"sizeSlug\":\"full\",\"sizeSlugTablet\":\"full\",\"sizeSlugMobile\":\"full\",\"customHeightSetDesktop\":true} -->\n<div class=\"wp-block-uagb-image uagb-block-4c5c32c6 wp-block-uagb-image--layout-default wp-block-uagb-image--effect-static wp-block-uagb-image--align-none\"><figure class=\"wp-block-uagb-image__figure\"><img srcset=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Blue-roan-pool-01.jpg \" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Blue-roan-pool-01.jpg\" alt=\"\" class=\"uag-image-782\" width=\"385\" height=\"250\" title=\"\" loading=\"lazy\"/></figure></div>\n<!-- /wp:uagb/image -->\n\n<!-- wp:uagb/image {\"block_id\":\"33f1db1a\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/bird-1024x683.jpg\",\"id\":910,\"linkDestination\":\"none\",\"width\":385,\"height\":250,\"naturalWidth\":1024,\"naturalHeight\":683,\"sizeSlug\":\"large\",\"sizeSlugTablet\":\"large\",\"sizeSlugMobile\":\"large\",\"customHeightSetDesktop\":true} -->\n<div class=\"wp-block-uagb-image uagb-block-33f1db1a wp-block-uagb-image--layout-default wp-block-uagb-image--effect-static wp-block-uagb-image--align-none\"><figure class=\"wp-block-uagb-image__figure\"><img srcset=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/bird-1024x683.jpg \" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/bird-1024x683.jpg\" alt=\"\" class=\"uag-image-910\" width=\"385\" height=\"250\" title=\"\" loading=\"lazy\"/></figure></div>\n<!-- /wp:uagb/image --></div>\n<!-- /wp:uagb/container --></div>\n<!-- /wp:uagb/container --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"e3f51205\",\"backgroundType\":\"color\",\"backgroundSizeTablet\":\"cover\",\"backgroundSizeMobile\":\"cover\",\"backgroundColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"topPaddingDesktop\":40,\"bottomPaddingDesktop\":104,\"leftPaddingDesktop\":40,\"rightPaddingDesktop\":40,\"topPaddingTablet\":80,\"bottomPaddingTablet\":80,\"leftPaddingTablet\":40,\"rightPaddingTablet\":40,\"topPaddingMobile\":64,\"bottomPaddingMobile\":64,\"leftPaddingMobile\":24,\"rightPaddingMobile\":24,\"paddingLink\":false,\"variationSelected\":true,\"rowGapDesktop\":0,\"isBlockRootParent\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-e3f51205 alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/advanced-heading {\"block_id\":\"cad0d924\",\"classMigrate\":true,\"headingDescToggle\":true,\"headingAlign\":\"center\",\"headingAlignMobile\":\"left\",\"subHeadingColor\":\"\",\"headSpace\":20,\"subHeadFontSize\":16,\"blockBottomPadding\":20} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-cad0d924\"><h2 class=\"uagb-heading-text\">What Our Guests Say​</h2><p class=\"uagb-desc-text\">We take pride in serving our guests the best experience. </p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/container {\"block_id\":\"d77a6a11\",\"directionDesktop\":\"row\",\"topMarginDesktop\":40,\"bottomMarginDesktop\":0,\"leftMarginDesktop\":0,\"rightMarginDesktop\":0,\"marginLink\":false,\"variationSelected\":true,\"rowGapMobile\":40,\"columnGapDesktop\":90} -->\n<div class=\"wp-block-uagb-container uagb-block-d77a6a11\"><!-- wp:uagb/container {\"block_id\":\"69135e23\",\"widthDesktop\":50,\"variationSelected\":true,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-69135e23\"><!-- wp:uagb/testimonial {\"test_item_count\":1,\"classMigrate\":true,\"test_block\":[{\"description\":\"\\u0022Thank you for a most enjoyable weekend stay and for making our anniversary so special.  Thank you for your kind and lovely friendship which we really appreciate!!!\\u0022​\",\"name\":\"\\u003cstrong\\u003eBrenda and Theuns\\u003c/strong\\u003e\",\"company\":\"\",\"image\":{\"id\":119,\"title\":\"testimonial1\",\"filename\":\"testimonial1.jpg\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/testimonial1.jpg\",\"link\":\"https://blueroan.netgen.cloud/testimonial1/\",\"alt\":\"\",\"author\":\"34\",\"description\":\"\",\"caption\":\"\",\"name\":\"testimonial1\",\"status\":\"inherit\",\"uploadedTo\":0,\"date\":\"2021-05-11T05:02:02.000Z\",\"modified\":\"2021-05-11T05:02:02.000Z\",\"menuOrder\":0,\"mime\":\"image/jpeg\",\"type\":\"image\",\"subtype\":\"jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/default.png\",\"dateFormatted\":\"May 11, 2021\",\"nonces\":{\"update\":\"b92fe40c3d\",\"delete\":\"643c1eb8f1\",\"edit\":\"d3e7d56b1d\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=119\\u0026action=edit\",\"meta\":false,\"authorName\":\"Rishabh\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/user-edit.php?user_id=34\",\"filesizeInBytes\":11264,\"filesizeHumanReadable\":\"11 KB\",\"context\":\"\",\"height\":250,\"width\":250,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/testimonial1-150x150.jpg\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/testimonial1.jpg\",\"height\":250,\"width\":250,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}}}],\"headingAlign\":\"left\",\"headingAlignTablet\":\"left\",\"headingAlignMobile\":\"left\",\"descColor\":\"var(\\u002d\\u002dast-global-color-3)\",\"nameFontSize\":14,\"nameLineHeight\":1,\"descFontSize\":16,\"descFontWeight\":\"600\",\"nameSpace\":1,\"block_id\":\"3829acac\",\"iconImage\":{\"url\":\"\",\"alt\":\"InfoBox placeholder img\"},\"imageWidth\":32,\"columnGap\":1,\"borderStyle\":\"\",\"paddingTop\":0,\"paddingBottom\":0,\"paddingLeft\":0,\"paddingRight\":0,\"spacingLink\":true,\"imgpaddingTop\":0,\"imgpaddingRight\":15,\"imgpaddingBottom\":0,\"imgpaddingLeft\":0,\"overallBorderStyle\":\"none\",\"imgTagHeight\":32,\"imgTagWidth\":150} -->\n<div class=\"wp-block-uagb-testimonial uagb-slick-carousel uagb-tm__arrow-outside uagb-block-3829acac uagb-post__carousel_notset uagb-post__carousel_notset-tablet uagb-post__carousel_notset-mobile\"><div class=\"is-carousel uagb-tm__columns-1 uagb-tm__items\"><div class=\"uagb-testimonial__wrap  uagb-tm__imgicon-style-circle uagb-tm__image-position-bottom uagb-tm__bg-type-none \"><div class=\"uagb-tm__content\"><div class=\"uagb-tm__overlay\"></div><div class=\"uagb-tm__text-wrap\"><div class=\"uagb-tm__desc\">\"Thank you for a most enjoyable weekend stay and for making our anniversary so special.  Thank you for your kind and lovely friendship which we really appreciate!!!\"​</div><div class=\"uagb-tm__meta-inner\"><div class=\"uagb-tm__image-content\"><div class=\"uagb-tm__image\"><img class=\"uagb-tm-img-src\" src=\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/testimonial1-150x150.jpg\" alt=\"\" width=\"32\" height=\"32\" loading=\"lazy\"/></div></div><div class=\"uagb-testimonial-details\"><span class=\"uagb-tm__author-name\"><strong>Brenda and Theuns</strong></span><span class=\"uagb-tm__company\"></span></div></div></div></div></div></div></div>\n<!-- /wp:uagb/testimonial -->\n\n<!-- wp:uagb/testimonial {\"test_item_count\":1,\"classMigrate\":true,\"test_block\":[{\"description\":\"\\u0022Breaking away from city life and coming out to a most wonderful romantic weekend away.  The unit is so comfortable.  Thank you for your great hospitality - we had an awesome time here.  Go well - with love\\u0022​\",\"name\":\"\\u003cstrong\\u003e\\u003cstrong\\u003e\\u003cstrong\\u003eLiz \\u0026amp; Eddie\\u003c/strong\\u003e\\u003c/strong\\u003e\\u003c/strong\\u003e\",\"company\":\"\",\"image\":{\"id\":122,\"title\":\"testimonial4\",\"filename\":\"testimonial4.jpg\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/testimonial4.jpg\",\"link\":\"https://blueroan.netgen.cloud/testimonial4/\",\"alt\":\"\",\"author\":\"34\",\"description\":\"\",\"caption\":\"\",\"name\":\"testimonial4\",\"status\":\"inherit\",\"uploadedTo\":0,\"date\":\"2021-05-11T05:02:06.000Z\",\"modified\":\"2021-05-11T05:02:06.000Z\",\"menuOrder\":0,\"mime\":\"image/jpeg\",\"type\":\"image\",\"subtype\":\"jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/default.png\",\"dateFormatted\":\"May 11, 2021\",\"nonces\":{\"update\":\"4e34860add\",\"delete\":\"9e126a55cd\",\"edit\":\"33ffd3c040\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=122\\u0026action=edit\",\"meta\":false,\"authorName\":\"Rishabh\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/user-edit.php?user_id=34\",\"filesizeInBytes\":16584,\"filesizeHumanReadable\":\"16 KB\",\"context\":\"\",\"height\":250,\"width\":250,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/testimonial4-150x150.jpg\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/testimonial4.jpg\",\"height\":250,\"width\":250,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}}}],\"headingAlign\":\"left\",\"headingAlignTablet\":\"left\",\"headingAlignMobile\":\"left\",\"descColor\":\"var(\\u002d\\u002dast-global-color-3)\",\"nameFontSize\":14,\"nameLineHeight\":1,\"descFontSize\":16,\"descFontWeight\":\"600\",\"nameSpace\":1,\"block_id\":\"e63ca56d\",\"iconImage\":{\"url\":\"\",\"alt\":\"InfoBox placeholder img\"},\"imageWidth\":32,\"columnGap\":1,\"borderStyle\":\"\",\"paddingTop\":0,\"paddingBottom\":0,\"paddingLeft\":0,\"paddingRight\":0,\"spacingLink\":true,\"imgpaddingTop\":0,\"imgpaddingRight\":15,\"imgpaddingBottom\":0,\"imgpaddingLeft\":0,\"overallBorderStyle\":\"none\",\"imgTagHeight\":32,\"imgTagWidth\":150} -->\n<div class=\"wp-block-uagb-testimonial uagb-slick-carousel uagb-tm__arrow-outside uagb-block-e63ca56d uagb-post__carousel_notset uagb-post__carousel_notset-tablet uagb-post__carousel_notset-mobile\"><div class=\"is-carousel uagb-tm__columns-1 uagb-tm__items\"><div class=\"uagb-testimonial__wrap  uagb-tm__imgicon-style-circle uagb-tm__image-position-bottom uagb-tm__bg-type-none \"><div class=\"uagb-tm__content\"><div class=\"uagb-tm__overlay\"></div><div class=\"uagb-tm__text-wrap\"><div class=\"uagb-tm__desc\">\"Breaking away from city life and coming out to a most wonderful romantic weekend away.  The unit is so comfortable.  Thank you for your great hospitality - we had an awesome time here.  Go well - with love\"​</div><div class=\"uagb-tm__meta-inner\"><div class=\"uagb-tm__image-content\"><div class=\"uagb-tm__image\"><img class=\"uagb-tm-img-src\" src=\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/testimonial4-150x150.jpg\" alt=\"\" width=\"32\" height=\"32\" loading=\"lazy\"/></div></div><div class=\"uagb-testimonial-details\"><span class=\"uagb-tm__author-name\"><strong><strong><strong>Liz &amp; Eddie</strong></strong></strong></span><span class=\"uagb-tm__company\"></span></div></div></div></div></div></div></div>\n<!-- /wp:uagb/testimonial --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"57a2361b\",\"widthDesktop\":50,\"variationSelected\":true,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-57a2361b\"><!-- wp:uagb/testimonial {\"test_item_count\":1,\"classMigrate\":true,\"test_block\":[{\"description\":\"\\u0022Judy, what a wonderful place you have here - we were so delighted to spend the weekend here, so tranquil, peaceful, and beautiful. You made us feel right at home. Definitely a place worth 5 stars! Go well.\\u0022​\",\"name\":\"\\u003cstrong\\u003e\\u003cstrong\\u003eBrian\\u003c/strong\\u003e\\u003c/strong\\u003e \\u003cstrong\\u003e\\u003cstrong\\u003e\\u003cstrong\\u003eand \\u003cstrong\\u003eMariska\\u003c/strong\\u003e\\u003c/strong\\u003e\\u003cbr\\u003e\\u003c/strong\\u003e\\u003c/strong\\u003e\",\"company\":\"\",\"image\":{\"id\":120,\"title\":\"testimonial2\",\"filename\":\"testimonial2.jpg\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/testimonial2.jpg\",\"link\":\"https://blueroan.netgen.cloud/testimonial2/\",\"alt\":\"\",\"author\":\"34\",\"description\":\"\",\"caption\":\"\",\"name\":\"testimonial2\",\"status\":\"inherit\",\"uploadedTo\":0,\"date\":\"2021-05-11T05:02:03.000Z\",\"modified\":\"2021-05-11T05:02:03.000Z\",\"menuOrder\":0,\"mime\":\"image/jpeg\",\"type\":\"image\",\"subtype\":\"jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/default.png\",\"dateFormatted\":\"May 11, 2021\",\"nonces\":{\"update\":\"1ee6412858\",\"delete\":\"4414a2ccbf\",\"edit\":\"bde7b1f490\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=120\\u0026action=edit\",\"meta\":false,\"authorName\":\"Rishabh\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/user-edit.php?user_id=34\",\"filesizeInBytes\":10087,\"filesizeHumanReadable\":\"10 KB\",\"context\":\"\",\"height\":250,\"width\":250,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/testimonial2-150x150.jpg\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/testimonial2.jpg\",\"height\":250,\"width\":250,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}}}],\"headingAlign\":\"left\",\"headingAlignTablet\":\"left\",\"headingAlignMobile\":\"left\",\"descColor\":\"var(\\u002d\\u002dast-global-color-3)\",\"nameFontSize\":14,\"nameLineHeight\":1,\"descFontSize\":16,\"descFontWeight\":\"600\",\"nameSpace\":1,\"block_id\":\"47df6d55\",\"iconImage\":{\"url\":\"\",\"alt\":\"InfoBox placeholder img\"},\"imageWidth\":32,\"columnGap\":1,\"borderStyle\":\"\",\"paddingTop\":0,\"paddingBottom\":0,\"paddingLeft\":0,\"paddingRight\":0,\"spacingLink\":true,\"imgpaddingTop\":0,\"imgpaddingRight\":15,\"imgpaddingBottom\":0,\"imgpaddingLeft\":0,\"overallBorderStyle\":\"none\",\"imgTagHeight\":32,\"imgTagWidth\":150} -->\n<div class=\"wp-block-uagb-testimonial uagb-slick-carousel uagb-tm__arrow-outside uagb-block-47df6d55 uagb-post__carousel_notset uagb-post__carousel_notset-tablet uagb-post__carousel_notset-mobile\"><div class=\"is-carousel uagb-tm__columns-1 uagb-tm__items\"><div class=\"uagb-testimonial__wrap  uagb-tm__imgicon-style-circle uagb-tm__image-position-bottom uagb-tm__bg-type-none \"><div class=\"uagb-tm__content\"><div class=\"uagb-tm__overlay\"></div><div class=\"uagb-tm__text-wrap\"><div class=\"uagb-tm__desc\">\"Judy, what a wonderful place you have here - we were so delighted to spend the weekend here, so tranquil, peaceful, and beautiful. You made us feel right at home. Definitely a place worth 5 stars! Go well.\"​</div><div class=\"uagb-tm__meta-inner\"><div class=\"uagb-tm__image-content\"><div class=\"uagb-tm__image\"><img class=\"uagb-tm-img-src\" src=\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/testimonial2-150x150.jpg\" alt=\"\" width=\"32\" height=\"32\" loading=\"lazy\"/></div></div><div class=\"uagb-testimonial-details\"><span class=\"uagb-tm__author-name\"><strong><strong>Brian</strong></strong> <strong><strong><strong>and <strong>Mariska</strong></strong><br></strong></strong></span><span class=\"uagb-tm__company\"></span></div></div></div></div></div></div></div>\n<!-- /wp:uagb/testimonial -->\n\n<!-- wp:uagb/testimonial {\"test_item_count\":1,\"classMigrate\":true,\"test_block\":[{\"description\":\"\\u0022Thank you for the most wonderful time, Judy!  This was the most peaceful and perfect place to get engaged!  We will most certainly be back!!!  Your hospitality cannot be topped!\\u0022​\",\"name\":\"\\u003cstrong\\u003e\\u003cstrong\\u003e\\u003cstrong\\u003e\\u003cstrong\\u003eBrett and Kelly\\u003c/strong\\u003e\\u003c/strong\\u003e\\u003c/strong\\u003e\\u003c/strong\\u003e\",\"company\":\"\",\"image\":{\"id\":121,\"title\":\"testimonial3\",\"filename\":\"testimonial3.jpg\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/testimonial3.jpg\",\"link\":\"https://blueroan.netgen.cloud/testimonial3/\",\"alt\":\"\",\"author\":\"34\",\"description\":\"\",\"caption\":\"\",\"name\":\"testimonial3\",\"status\":\"inherit\",\"uploadedTo\":0,\"date\":\"2021-05-11T05:02:05.000Z\",\"modified\":\"2021-05-11T05:02:05.000Z\",\"menuOrder\":0,\"mime\":\"image/jpeg\",\"type\":\"image\",\"subtype\":\"jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/default.png\",\"dateFormatted\":\"May 11, 2021\",\"nonces\":{\"update\":\"290653da5d\",\"delete\":\"90a4fb2d63\",\"edit\":\"ff8a64e56e\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=121\\u0026action=edit\",\"meta\":false,\"authorName\":\"Rishabh\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/user-edit.php?user_id=34\",\"filesizeInBytes\":8748,\"filesizeHumanReadable\":\"9 KB\",\"context\":\"\",\"height\":250,\"width\":250,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/testimonial3-150x150.jpg\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/testimonial3.jpg\",\"height\":250,\"width\":250,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}}}],\"headingAlign\":\"left\",\"headingAlignTablet\":\"left\",\"headingAlignMobile\":\"left\",\"descColor\":\"var(\\u002d\\u002dast-global-color-3)\",\"nameFontSize\":14,\"nameLineHeight\":1,\"descFontSize\":16,\"descFontWeight\":\"600\",\"nameSpace\":1,\"block_id\":\"0ecd2bb1\",\"iconImage\":{\"url\":\"\",\"alt\":\"InfoBox placeholder img\"},\"imageWidth\":32,\"columnGap\":1,\"borderStyle\":\"\",\"paddingTop\":0,\"paddingBottom\":0,\"paddingLeft\":0,\"paddingRight\":0,\"spacingLink\":true,\"imgpaddingTop\":0,\"imgpaddingRight\":15,\"imgpaddingBottom\":0,\"imgpaddingLeft\":0,\"overallBorderStyle\":\"none\",\"imgTagHeight\":32,\"imgTagWidth\":150} -->\n<div class=\"wp-block-uagb-testimonial uagb-slick-carousel uagb-tm__arrow-outside uagb-block-0ecd2bb1 uagb-post__carousel_notset uagb-post__carousel_notset-tablet uagb-post__carousel_notset-mobile\"><div class=\"is-carousel uagb-tm__columns-1 uagb-tm__items\"><div class=\"uagb-testimonial__wrap  uagb-tm__imgicon-style-circle uagb-tm__image-position-bottom uagb-tm__bg-type-none \"><div class=\"uagb-tm__content\"><div class=\"uagb-tm__overlay\"></div><div class=\"uagb-tm__text-wrap\"><div class=\"uagb-tm__desc\">\"Thank you for the most wonderful time, Judy!  This was the most peaceful and perfect place to get engaged!  We will most certainly be back!!!  Your hospitality cannot be topped!\"​</div><div class=\"uagb-tm__meta-inner\"><div class=\"uagb-tm__image-content\"><div class=\"uagb-tm__image\"><img class=\"uagb-tm-img-src\" src=\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/testimonial3-150x150.jpg\" alt=\"\" width=\"32\" height=\"32\" loading=\"lazy\"/></div></div><div class=\"uagb-testimonial-details\"><span class=\"uagb-tm__author-name\"><strong><strong><strong><strong>Brett and Kelly</strong></strong></strong></strong></span><span class=\"uagb-tm__company\"></span></div></div></div></div></div></div></div>\n<!-- /wp:uagb/testimonial --></div>\n<!-- /wp:uagb/container --></div>\n<!-- /wp:uagb/container --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"95ffd8cd\",\"innerContentCustomWidthDesktop\":781,\"innerContentCustomWidthTablet\":781,\"backgroundType\":\"image\",\"backgroundImageDesktop\":{\"id\":809,\"title\":\"26759994757_767d9794fd_b\",\"filename\":\"26759994757_767d9794fd_b.jpg\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/26759994757_767d9794fd_b.jpg\",\"link\":\"https://blueroan.netgen.cloud/?attachment_id=809\",\"alt\":\"\",\"author\":\"2\",\"description\":\"\",\"caption\":\"\",\"name\":\"26759994757_767d9794fd_b\",\"status\":\"inherit\",\"uploadedTo\":805,\"date\":\"2022-12-13T09:51:53.000Z\",\"modified\":\"2022-12-13T09:51:53.000Z\",\"menuOrder\":0,\"mime\":\"image/jpeg\",\"type\":\"image\",\"subtype\":\"jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-includes/images/media/default.png\",\"dateFormatted\":\"December 13, 2022\",\"nonces\":{\"update\":\"39b5c0eef1\",\"delete\":\"fde92abd83\",\"edit\":\"3923face9e\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=809\\u0026action=edit\",\"meta\":false,\"authorName\":\"Netgen Support\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/profile.php\",\"uploadedToTitle\":\"Magaliesburg\",\"uploadedToLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=805\\u0026action=edit\",\"filesizeInBytes\":143610,\"filesizeHumanReadable\":\"140 KB\",\"context\":\"\",\"height\":683,\"width\":1024,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/26759994757_767d9794fd_b-150x150.jpg\",\"orientation\":\"landscape\"},\"medium\":{\"height\":200,\"width\":300,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/26759994757_767d9794fd_b-300x200.jpg\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/26759994757_767d9794fd_b.jpg\",\"height\":683,\"width\":1024,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"backgroundImageColor\":\"rgba(42,42,42,0.65)\",\"topPaddingDesktop\":144,\"bottomPaddingDesktop\":144,\"leftPaddingDesktop\":40,\"rightPaddingDesktop\":40,\"topPaddingTablet\":80,\"bottomPaddingTablet\":80,\"leftPaddingTablet\":40,\"rightPaddingTablet\":40,\"topPaddingMobile\":64,\"bottomPaddingMobile\":64,\"leftPaddingMobile\":24,\"rightPaddingMobile\":24,\"paddingLink\":false,\"variationSelected\":true,\"isBlockRootParent\":true,\"overlayType\":\"color\"} -->\n<div class=\"wp-block-uagb-container uagb-block-95ffd8cd alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/advanced-heading {\"block_id\":\"3c833c7d\",\"classMigrate\":true,\"headingDescToggle\":true,\"headingAlign\":\"center\",\"headingColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"subHeadingColor\":\"var(\\u002d\\u002dast-global-color-4)\",\"headSpace\":20} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-3c833c7d\"><h2 class=\"uagb-heading-text\">Plan an Unforgettable Experience at <br>Blue Roan!</h2><p class=\"uagb-desc-text\">Blue Roan is a 3-star graded pet-friendly venue</p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/advanced-heading {\"block_id\":\"3e5a4b8f\",\"classMigrate\":true,\"headingTitleToggle\":false,\"headingDescToggle\":true,\"headingAlign\":\"center\",\"subHeadingColor\":\"var(\\u002d\\u002dast-global-color-4)\",\"subHeadTransform\":\"uppercase\",\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"subHeadLetterSpacing\":2,\"blockTopPadding\":60,\"blockRightPadding\":0,\"blockLeftPadding\":0,\"blockBottomPadding\":0,\"blockTopPaddingMobile\":30,\"blockRightPaddingMobile\":0,\"blockLeftPaddingMobile\":0,\"blockBottomPaddingMobile\":0,\"linkColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"linkHColor\":\"var(\\u002d\\u002dast-global-color-0)\"} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-3e5a4b8f\"><p class=\"uagb-desc-text\"><a href=\"https://book.nightsbridge.com/11065\" target=\"_blank\" rel=\"noreferrer noopener\">BOOK YOUR STAY NOW​</a></p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/icon-list {\"block_id\":\"3e5bf679\",\"classMigrate\":true,\"childMigrate\":true,\"align\":\"center\",\"parentIcon\":\"phone\",\"size\":40,\"sizeMobile\":24,\"sizeTablet\":32,\"fontSize\":48,\"fontSizeMobile\":28,\"fontSizeTablet\":40,\"fontWeight\":\"600\",\"iconColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"labelColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"blockTopPadding\":0,\"blockRightPadding\":0,\"blockLeftPadding\":0,\"blockBottomPadding\":24,\"blockPaddingLink\":false} -->\n<div class=\"wp-block-uagb-icon-list uagb-block-3e5bf679\"><div class=\"uagb-icon-list__wrap\"><!-- wp:uagb/icon-list-child {\"block_id\":\"1e726ca4\",\"label\":\" + 27 (0) 82 575 5409\",\"label_color\":\"\",\"link\":\"tel:+27825755409\",\"disableLink\":true,\"fromParentIcon\":\"phone\",\"imageSizeChild\":40} -->\n<div class=\"wp-block-uagb-icon-list-child uagb-block-1e726ca4\"><a target=\"_self\" aria-label=\" + 27 (0) 82 575 5409\" rel=\"noopener noreferrer\" href=\"tel:+27825755409\"> </a><span class=\"uagb-icon-list__source-wrap\"><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M511.2 387l-23.25 100.8c-3.266 14.25-15.79 24.22-30.46 24.22C205.2 512 0 306.8 0 54.5c0-14.66 9.969-27.2 24.22-30.45l100.8-23.25C139.7-2.602 154.7 5.018 160.8 18.92l46.52 108.5c5.438 12.78 1.77 27.67-8.98 36.45L144.5 207.1c33.98 69.22 90.26 125.5 159.5 159.5l44.08-53.8c8.688-10.78 23.69-14.51 36.47-8.975l108.5 46.51C506.1 357.2 514.6 372.4 511.2 387z\"></path></svg></span><span class=\"uagb-icon-list__label\"> + 27 (0) 82 575 5409</span></div>\n<!-- /wp:uagb/icon-list-child -->\n\n<!-- wp:uagb/icon-list-child {\"block_id\":\"8a7b57ca\",\"label\":\"blueroan@ugo.co.za\",\"icon\":\"envelope\",\"label_color\":\"\",\"link\":\"mailto:blueroan@ugo.co.za\",\"disableLink\":true,\"fromParentIcon\":\"phone\",\"imageSizeChild\":40} -->\n<div class=\"wp-block-uagb-icon-list-child uagb-block-8a7b57ca\"><a target=\"_self\" aria-label=\"blueroan@ugo.co.za\" rel=\"noopener noreferrer\" href=\"mailto:blueroan@ugo.co.za\"> </a><span class=\"uagb-icon-list__source-wrap\"><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M464 64C490.5 64 512 85.49 512 112C512 127.1 504.9 141.3 492.8 150.4L275.2 313.6C263.8 322.1 248.2 322.1 236.8 313.6L19.2 150.4C7.113 141.3 0 127.1 0 112C0 85.49 21.49 64 48 64H464zM217.6 339.2C240.4 356.3 271.6 356.3 294.4 339.2L512 176V384C512 419.3 483.3 448 448 448H64C28.65 448 0 419.3 0 384V176L217.6 339.2z\"></path></svg></span><span class=\"uagb-icon-list__label\">blueroan@ugo.co.za</span></div>\n<!-- /wp:uagb/icon-list-child --></div></div>\n<!-- /wp:uagb/icon-list --></div></div>\n<!-- /wp:uagb/container -->',	'Home',	'',	'publish',	'closed',	'closed',	'',	'home',	'',	'',	'2022-12-22 08:11:57',	'2022-12-22 08:11:57',	'',	0,	'https://blueroan.netgen.cloud/index.php/home/',	0,	'page',	'',	0),
(761,	2,	'2021-05-12 05:15:20',	'2021-05-12 05:15:20',	'<!-- wp:uagb/container {\"block_id\":\"002f6a4f\",\"backgroundType\":\"image\",\"backgroundImageDesktop\":{\"id\":797,\"title\":\"blue-roan-guest-farm (13)\",\"filename\":\"blue-roan-guest-farm-13.jpg\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-13.jpg\",\"link\":\"https://blueroan.netgen.cloud/home/blue-roan-guest-farm-13/\",\"alt\":\"\",\"author\":\"2\",\"description\":\"\",\"caption\":\"\",\"name\":\"blue-roan-guest-farm-13\",\"status\":\"inherit\",\"uploadedTo\":760,\"date\":\"2022-12-13T09:37:10.000Z\",\"modified\":\"2022-12-13T09:37:10.000Z\",\"menuOrder\":0,\"mime\":\"image/jpeg\",\"type\":\"image\",\"subtype\":\"jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-includes/images/media/default.png\",\"dateFormatted\":\"December 13, 2022\",\"nonces\":{\"update\":\"88c7dafe15\",\"delete\":\"0e63c986af\",\"edit\":\"ba0aad2d7f\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=797\\u0026action=edit\",\"meta\":false,\"authorName\":\"Netgen Support\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/profile.php\",\"uploadedToTitle\":\"Home\",\"uploadedToLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=760\\u0026action=edit\",\"filesizeInBytes\":201183,\"filesizeHumanReadable\":\"196 KB\",\"context\":\"\",\"height\":667,\"width\":1000,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-13-150x150.jpg\",\"orientation\":\"landscape\"},\"medium\":{\"height\":200,\"width\":300,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-13-300x200.jpg\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-13.jpg\",\"height\":667,\"width\":1000,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"backgroundPositionDesktop\":{\"x\":0.62,\"y\":0.78},\"backgroundSizeTablet\":\"cover\",\"backgroundSizeMobile\":\"cover\",\"backgroundColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"backgroundImageColor\":\"rgba(42,42,42,0.5)\",\"topPaddingDesktop\":220,\"bottomPaddingDesktop\":150,\"topPaddingTablet\":170,\"bottomPaddingTablet\":160,\"leftPaddingTablet\":30,\"rightPaddingTablet\":30,\"topPaddingMobile\":180,\"bottomPaddingMobile\":80,\"leftPaddingMobile\":20,\"rightPaddingMobile\":20,\"paddingLink\":false,\"variationSelected\":true,\"isBlockRootParent\":true,\"overlayType\":\"color\"} -->\n<div class=\"wp-block-uagb-container uagb-block-002f6a4f alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/advanced-heading {\"block_id\":\"67a722e2\",\"classMigrate\":true,\"headingDescToggle\":true,\"headingColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"subHeadingColor\":\"var(\\u002d\\u002dast-global-color-4)\",\"headingTag\":\"h1\",\"headSpace\":20,\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"blockTopPadding\":0,\"blockRightPadding\":50,\"blockLeftPadding\":0,\"blockBottomPadding\":0,\"blockTopPaddingTablet\":0,\"blockRightPaddingTablet\":20,\"blockLeftPaddingTablet\":0,\"blockBottomPaddingTablet\":0,\"blockTopPaddingMobile\":0,\"blockRightPaddingMobile\":0,\"blockLeftPaddingMobile\":0,\"blockBottomPaddingMobile\":0,\"blockPaddingUnit\":\"%\",\"blockPaddingUnitTablet\":\"%\"} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-67a722e2\"><h1 class=\"uagb-heading-text\">Rooms &amp; Accommodation​</h1><p class=\"uagb-desc-text\">If you are looking for a home away from home, even a place your dog can come along then take a closer look into the rooms we offer and pick the one for you.</p></div>\n<!-- /wp:uagb/advanced-heading --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"37515a57\",\"backgroundType\":\"color\",\"backgroundSizeTablet\":\"cover\",\"backgroundSizeMobile\":\"cover\",\"backgroundColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"topPaddingDesktop\":120,\"bottomPaddingDesktop\":120,\"topPaddingTablet\":80,\"bottomPaddingTablet\":80,\"leftPaddingTablet\":30,\"rightPaddingTablet\":30,\"topPaddingMobile\":80,\"bottomPaddingMobile\":80,\"leftPaddingMobile\":20,\"rightPaddingMobile\":20,\"paddingLink\":false,\"variationSelected\":true,\"rowGapDesktop\":0,\"isBlockRootParent\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-37515a57 alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/container {\"block_id\":\"319abb3f\",\"directionDesktop\":\"row\",\"alignItemsDesktop\":\"flex-end\",\"alignItemsTablet\":\"flex-end\",\"justifyContentDesktop\":\"flex-end\",\"justifyContentTablet\":\"space-between\",\"variationSelected\":true,\"rowGapMobile\":20,\"columnGapDesktop\":0} -->\n<div class=\"wp-block-uagb-container uagb-block-319abb3f\"><!-- wp:uagb/advanced-heading {\"block_id\":\"8f2beb7c\",\"classMigrate\":true,\"headingDescToggle\":true,\"subHeadingColor\":\"\",\"headSpace\":20,\"subHeadFontSize\":16} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-8f2beb7c\"><h2 class=\"uagb-heading-text\">Come &amp; Stay With Us​</h2><p class=\"uagb-desc-text\">There are 7 excellent brick self-catering units available, each private and with a distinctive personality and theme. They are particularly made for pet-free or pet-owning couples looking for a romantic and serene setting to reconnect, celebrate special occasions, or simply unwind on a holiday.<br><br>We are pet-friendly by arrangement as each unit is separately fenced with its own grassy garden with a garden gate leading to the generous park area where pets can socialize. &nbsp;We also have lovely safe off-leash walking trails on our property and beyond. &nbsp;Our units are very luxurious with everything you would need and very homely and charming. Regrettably no children or group bookings.  </p></div>\n<!-- /wp:uagb/advanced-heading --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"69ca2f82\",\"directionDesktop\":\"row\",\"alignItemsTablet\":\"flex-start\",\"justifyContentDesktop\":\"flex-start\",\"topMarginDesktop\":54,\"bottomMarginDesktop\":0,\"leftMarginDesktop\":0,\"rightMarginDesktop\":0,\"marginLink\":false,\"variationSelected\":true,\"rowGapMobile\":0,\"columnGapDesktop\":0} -->\n<div class=\"wp-block-uagb-container uagb-block-69ca2f82\"><!-- wp:uagb/container {\"block_id\":\"0a3b936c\",\"widthDesktop\":50,\"bottomPaddingDesktop\":20,\"rightPaddingDesktop\":32,\"bottomPaddingTablet\":35,\"rightPaddingTablet\":15,\"bottomPaddingMobile\":65,\"paddingLink\":false,\"topMarginDesktop\":0,\"bottomMarginDesktop\":0,\"leftMarginDesktop\":5,\"rightMarginDesktop\":5,\"topMarginMobile\":0,\"bottomMarginMobile\":0,\"leftMarginMobile\":0,\"rightMarginMobile\":0,\"marginLink\":false,\"variationSelected\":true,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-0a3b936c\"><!-- wp:uagb/info-box {\"classMigrate\":true,\"headingAlign\":\"left\",\"headingColor\":\"\",\"subHeadingColor\":\"\",\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"source_type\":\"image\",\"block_id\":\"dc416d24\",\"ctaIcon\":\"\",\"ctaType\":\"text\",\"ctaText\":\"\\u003ca href=\\u0022/the-barn/\\u0022 data-type=\\u0022URL\\u0022 data-id=\\u0022/the-barn/\\u0022\\u003eREAD MORE\\u003c/a\\u003e\",\"ctaLink\":\"/the-barn/\",\"ctaLinkColor\":\"var(\\u002d\\u002dast-global-color-0)\",\"ctaDecoration\":\"underline\",\"ctaFontSize\":12,\"ctaFontWeight\":\"600\",\"ctaLetterSpacing\":2,\"ctaBorderColor\":\"\",\"ctaBorderStyle\":\"\",\"ctaBorderWidth\":\"\",\"ctaBorderRadius\":\"\",\"iconBottomMargin\":30,\"iconImage\":{\"uploading\":false,\"date\":1670936674000,\"filename\":\"blue-roan-guest-farm-10.jpg\",\"menuOrder\":0,\"uploadedTo\":761,\"type\":\"image\",\"subtype\":\"jpeg\",\"id\":863,\"title\":\"blue-roan-guest-farm (10)\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-10.jpg\",\"link\":\"https://blueroan.netgen.cloud/accommodation/blue-roan-guest-farm-10/\",\"alt\":\"\",\"author\":\"2\",\"description\":\"\",\"caption\":\"\",\"name\":\"blue-roan-guest-farm-10\",\"status\":\"inherit\",\"modified\":1670936674000,\"mime\":\"image/jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-includes/images/media/default.png\",\"dateFormatted\":\"December 13, 2022\",\"nonces\":{\"update\":\"1a7491aa65\",\"delete\":\"dc6afaa89c\",\"edit\":\"7635ee35fb\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=863\\u0026action=edit\",\"meta\":false,\"authorName\":\"Netgen Support\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/profile.php\",\"uploadedToTitle\":\"Accommodation\",\"uploadedToLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=761\\u0026action=edit\",\"filesizeInBytes\":149768,\"filesizeHumanReadable\":\"146 KB\",\"context\":\"\",\"height\":667,\"width\":1000,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-10-150x150.jpg\",\"orientation\":\"landscape\"},\"medium\":{\"height\":200,\"width\":300,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-10-300x200.jpg\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-10.jpg\",\"height\":667,\"width\":1000,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"imageSize\":\"full\",\"imageWidth\":100,\"imageWidthMobile\":100,\"imageWidthTablet\":100,\"paddingBtnTop\":10,\"paddingBtnBottom\":10,\"paddingBtnLeft\":14,\"paddingBtnRight\":14,\"imageWidthUnit\":\"%\",\"imageWidthUnitTablet\":\"%\",\"imageWidthUnitMobile\":\"%\",\"subHeadTopMargin\":0,\"subHeadRightMargin\":40,\"subHeadLeftMargin\":0,\"subHeadMarginTopTablet\":0,\"subHeadMarginRightTablet\":0,\"subHeadTabletSpace\":20,\"subHeadMarginLeftTablet\":0,\"imgTagHeight\":66,\"imgTagWidth\":1000,\"btnBorderTopWidth\":1,\"btnBorderLeftWidth\":1,\"btnBorderRightWidth\":1,\"btnBorderBottomWidth\":1,\"btnBorderTopLeftRadius\":0,\"btnBorderTopRightRadius\":0,\"btnBorderBottomLeftRadius\":0,\"btnBorderBottomRightRadius\":0,\"btnBorderStyle\":\"solid\",\"btnBorderColor\":\"#333\"} -->\n<div class=\"wp-block-uagb-info-box uagb-block-dc416d24 uagb-infobox__content-wrap  uagb-infobox-icon-above-title uagb-infobox-image-valign-top\"><div class=\"uagb-ifb-content\"><div class=\"uagb-ifb-image-content\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-10.jpg\" alt=\"\" width=\"100\" height=\"66\" loading=\"lazy\"/></div><div class=\"uagb-ifb-title-wrap\"><h3 class=\"uagb-ifb-title\">The Barn </h3></div><p class=\"uagb-ifb-desc\">Rustic beams and exposed wood are all hallmarks of our barn-style suite. This is an open-plan unit with lots of windows with a raised king bed on a platform that faces the TV and the mountains.</p><div class=\"uagb-ifb-button-wrapper wp-block-button\"><a href=\"/the-barn/\" target=\"_self\" class=\"uagb-infobox-cta-link\" rel=\"noopener noreferrer\" alt=\"\"><span class=\"uagb-inline-editing\">READ MORE</span></a></div></div></div>\n<!-- /wp:uagb/info-box --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"6a503d70\",\"widthDesktop\":50,\"bottomPaddingDesktop\":20,\"rightPaddingDesktop\":32,\"bottomPaddingTablet\":35,\"rightPaddingTablet\":15,\"bottomPaddingMobile\":65,\"paddingLink\":false,\"topMarginDesktop\":0,\"bottomMarginDesktop\":0,\"leftMarginDesktop\":5,\"rightMarginDesktop\":5,\"topMarginMobile\":0,\"bottomMarginMobile\":0,\"leftMarginMobile\":0,\"rightMarginMobile\":0,\"marginLink\":false,\"variationSelected\":true,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-6a503d70\"><!-- wp:uagb/info-box {\"classMigrate\":true,\"headingAlign\":\"left\",\"headingColor\":\"\",\"subHeadingColor\":\"\",\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"source_type\":\"image\",\"block_id\":\"610e1b71\",\"ctaIcon\":\"\",\"ctaType\":\"text\",\"ctaText\":\"READ MORE\",\"ctaLink\":\"/the-tuscan-suite/\",\"ctaLinkColor\":\"var(\\u002d\\u002dast-global-color-0)\",\"ctaDecoration\":\"underline\",\"ctaFontSize\":12,\"ctaFontWeight\":\"600\",\"ctaLetterSpacing\":2,\"ctaBorderColor\":\"\",\"ctaBorderStyle\":\"\",\"ctaBorderWidth\":\"\",\"ctaBorderRadius\":\"\",\"iconBottomMargin\":30,\"iconImage\":{\"uploading\":false,\"date\":1671793552000,\"filename\":\"Tuscan-bed-1-scaled.jpg\",\"menuOrder\":0,\"uploadedTo\":761,\"type\":\"image\",\"subtype\":\"jpeg\",\"id\":1418,\"title\":\"Tuscan bed\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Tuscan-bed-1-scaled.jpg\",\"link\":\"https://blueroan.netgen.cloud/accommodation/tuscan-bed-2/\",\"alt\":\"\",\"author\":\"2\",\"description\":\"\",\"caption\":\"\",\"name\":\"tuscan-bed-2\",\"status\":\"inherit\",\"modified\":1671793552000,\"mime\":\"image/jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-includes/images/media/default.png\",\"dateFormatted\":\"December 23, 2022\",\"nonces\":{\"update\":\"ba92fb9c39\",\"delete\":\"55404e2fb4\",\"edit\":\"0e4d071f08\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=1418\\u0026action=edit\",\"meta\":false,\"authorName\":\"Netgen Support\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/profile.php\",\"uploadedToTitle\":\"Accommodation\",\"uploadedToLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=761\\u0026action=edit\",\"filesizeInBytes\":713337,\"filesizeHumanReadable\":\"697 KB\",\"context\":\"\",\"originalImageURL\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Tuscan-bed-1.jpg\",\"originalImageName\":\"Tuscan-bed-1.jpg\",\"height\":1920,\"width\":2560,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Tuscan-bed-1-150x150.jpg\",\"orientation\":\"landscape\"},\"medium\":{\"height\":225,\"width\":300,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Tuscan-bed-1-300x225.jpg\",\"orientation\":\"landscape\"},\"large\":{\"height\":768,\"width\":1024,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Tuscan-bed-1-1024x768.jpg\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Tuscan-bed-1-scaled.jpg\",\"height\":1920,\"width\":2560,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"imageSize\":\"full\",\"imageWidth\":100,\"imageWidthMobile\":100,\"imageWidthTablet\":100,\"paddingBtnTop\":10,\"paddingBtnBottom\":10,\"paddingBtnLeft\":14,\"paddingBtnRight\":14,\"imageWidthUnit\":\"%\",\"imageWidthUnitTablet\":\"%\",\"imageWidthUnitMobile\":\"%\",\"subHeadTopMargin\":0,\"subHeadRightMargin\":40,\"subHeadLeftMargin\":0,\"subHeadMarginTopTablet\":0,\"subHeadMarginRightTablet\":0,\"subHeadTabletSpace\":20,\"subHeadMarginLeftTablet\":0,\"imgTagHeight\":75,\"imgTagWidth\":2560,\"btnBorderTopWidth\":1,\"btnBorderLeftWidth\":1,\"btnBorderRightWidth\":1,\"btnBorderBottomWidth\":1,\"btnBorderTopLeftRadius\":0,\"btnBorderTopRightRadius\":0,\"btnBorderBottomLeftRadius\":0,\"btnBorderBottomRightRadius\":0,\"btnBorderStyle\":\"solid\",\"btnBorderColor\":\"#333\"} -->\n<div class=\"wp-block-uagb-info-box uagb-block-610e1b71 uagb-infobox__content-wrap  uagb-infobox-icon-above-title uagb-infobox-image-valign-top\"><div class=\"uagb-ifb-content\"><div class=\"uagb-ifb-image-content\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Tuscan-bed-1-scaled.jpg\" alt=\"\" width=\"100\" height=\"75\" loading=\"lazy\"/></div><div class=\"uagb-ifb-title-wrap\"><h3 class=\"uagb-ifb-title\">The Tuscan Suite </h3></div><p class=\"uagb-ifb-desc\">Terra-cotta tiles, textured wall treatments, gorgeous, intricate murals,&nbsp;and simple, durable furniture with elegant iron accents are all characteristics of Tuscan interior design.</p><div class=\"uagb-ifb-button-wrapper wp-block-button\"><a href=\"/the-tuscan-suite/\" target=\"_self\" class=\"uagb-infobox-cta-link\" rel=\"noopener noreferrer\" alt=\"\"><span class=\"uagb-inline-editing\">READ MORE</span></a></div></div></div>\n<!-- /wp:uagb/info-box --></div>\n<!-- /wp:uagb/container --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"49071ec0\",\"directionDesktop\":\"row\",\"alignItemsTablet\":\"flex-start\",\"justifyContentDesktop\":\"flex-start\",\"topMarginDesktop\":54,\"bottomMarginDesktop\":0,\"leftMarginDesktop\":0,\"rightMarginDesktop\":0,\"topMarginMobile\":0,\"bottomMarginMobile\":0,\"leftMarginMobile\":0,\"rightMarginMobile\":0,\"marginLink\":false,\"variationSelected\":true,\"rowGapMobile\":0,\"columnGapDesktop\":0} -->\n<div class=\"wp-block-uagb-container uagb-block-49071ec0\"><!-- wp:uagb/container {\"block_id\":\"45e27972\",\"widthDesktop\":50,\"bottomPaddingDesktop\":20,\"rightPaddingDesktop\":32,\"bottomPaddingTablet\":35,\"leftPaddingTablet\":0,\"rightPaddingTablet\":15,\"bottomPaddingMobile\":65,\"paddingLink\":false,\"topMarginDesktop\":0,\"bottomMarginDesktop\":0,\"leftMarginDesktop\":5,\"rightMarginDesktop\":5,\"topMarginMobile\":0,\"bottomMarginMobile\":0,\"leftMarginMobile\":0,\"rightMarginMobile\":0,\"marginLink\":false,\"variationSelected\":true,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-45e27972\"><!-- wp:uagb/info-box {\"classMigrate\":true,\"headingAlign\":\"left\",\"headingColor\":\"\",\"subHeadingColor\":\"\",\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"source_type\":\"image\",\"block_id\":\"d2409b6e\",\"ctaIcon\":\"\",\"ctaType\":\"text\",\"ctaText\":\"READ MORE\",\"ctaLink\":\"/the-bluebush/\",\"ctaLinkColor\":\"var(\\u002d\\u002dast-global-color-0)\",\"ctaDecoration\":\"underline\",\"ctaFontSize\":12,\"ctaFontWeight\":\"600\",\"ctaLetterSpacing\":2,\"ctaBorderColor\":\"\",\"ctaBorderStyle\":\"\",\"ctaBorderWidth\":\"\",\"ctaBorderRadius\":\"\",\"iconBottomMargin\":30,\"iconImage\":{\"uploading\":false,\"date\":1670938945000,\"filename\":\"bluebush-king-bed-and-spa-bath.png\",\"menuOrder\":0,\"uploadedTo\":761,\"type\":\"image\",\"subtype\":\"png\",\"id\":881,\"title\":\"bluebush-king-bed-and-spa-bath\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/bluebush-king-bed-and-spa-bath.png\",\"link\":\"https://blueroan.netgen.cloud/accommodation/bluebush-king-bed-and-spa-bath/\",\"alt\":\"\",\"author\":\"2\",\"description\":\"\",\"caption\":\"\",\"name\":\"bluebush-king-bed-and-spa-bath\",\"status\":\"inherit\",\"modified\":1670938945000,\"mime\":\"image/png\",\"icon\":\"https://blueroan.netgen.cloud/wp-includes/images/media/default.png\",\"dateFormatted\":\"December 13, 2022\",\"nonces\":{\"update\":\"e1c334788a\",\"delete\":\"b219c40b29\",\"edit\":\"273b944edc\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=881\\u0026action=edit\",\"meta\":false,\"authorName\":\"Netgen Support\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/profile.php\",\"uploadedToTitle\":\"Accommodation\",\"uploadedToLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=761\\u0026action=edit\",\"filesizeInBytes\":1195033,\"filesizeHumanReadable\":\"1 MB\",\"context\":\"\",\"height\":667,\"width\":1000,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/bluebush-king-bed-and-spa-bath-150x150.png\",\"orientation\":\"landscape\"},\"medium\":{\"height\":200,\"width\":300,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/bluebush-king-bed-and-spa-bath-300x200.png\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/bluebush-king-bed-and-spa-bath.png\",\"height\":667,\"width\":1000,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"imageSize\":\"full\",\"imageWidth\":100,\"imageWidthMobile\":100,\"imageWidthTablet\":100,\"paddingBtnTop\":10,\"paddingBtnBottom\":10,\"paddingBtnLeft\":14,\"paddingBtnRight\":14,\"imageWidthUnit\":\"%\",\"imageWidthUnitTablet\":\"%\",\"imageWidthUnitMobile\":\"%\",\"subHeadTopMargin\":0,\"subHeadRightMargin\":40,\"subHeadLeftMargin\":0,\"subHeadMarginTopTablet\":0,\"subHeadMarginRightTablet\":0,\"subHeadTabletSpace\":20,\"subHeadMarginLeftTablet\":0,\"imgTagHeight\":66,\"imgTagWidth\":1000,\"btnBorderTopWidth\":1,\"btnBorderLeftWidth\":1,\"btnBorderRightWidth\":1,\"btnBorderBottomWidth\":1,\"btnBorderTopLeftRadius\":0,\"btnBorderTopRightRadius\":0,\"btnBorderBottomLeftRadius\":0,\"btnBorderBottomRightRadius\":0,\"btnBorderStyle\":\"solid\",\"btnBorderColor\":\"#333\"} -->\n<div class=\"wp-block-uagb-info-box uagb-block-d2409b6e uagb-infobox__content-wrap  uagb-infobox-icon-above-title uagb-infobox-image-valign-top\"><div class=\"uagb-ifb-content\"><div class=\"uagb-ifb-image-content\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/bluebush-king-bed-and-spa-bath.png\" alt=\"\" width=\"100\" height=\"66\" loading=\"lazy\"/></div><div class=\"uagb-ifb-title-wrap\"><h3 class=\"uagb-ifb-title\">The Bluebush </h3></div><p class=\"uagb-ifb-desc\">A warm and comforting suite with a very homely feeling. Settle in and alleviate like you would at home. Relax with a perfect corner-shaped spa bath and open-plan&nbsp;living area.</p><div class=\"uagb-ifb-button-wrapper wp-block-button\"><a href=\"/the-bluebush/\" target=\"_self\" class=\"uagb-infobox-cta-link\" rel=\"noopener noreferrer\" alt=\"\"><span class=\"uagb-inline-editing\">READ MORE</span></a></div></div></div>\n<!-- /wp:uagb/info-box --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"9113c78c\",\"widthDesktop\":50,\"bottomPaddingDesktop\":20,\"rightPaddingDesktop\":32,\"bottomPaddingTablet\":35,\"rightPaddingTablet\":15,\"bottomPaddingMobile\":65,\"paddingLink\":false,\"topMarginDesktop\":0,\"bottomMarginDesktop\":0,\"leftMarginDesktop\":5,\"rightMarginDesktop\":5,\"topMarginMobile\":0,\"bottomMarginMobile\":0,\"leftMarginMobile\":0,\"rightMarginMobile\":0,\"marginLink\":false,\"variationSelected\":true,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-9113c78c\"><!-- wp:uagb/info-box {\"classMigrate\":true,\"headingAlign\":\"left\",\"headingColor\":\"\",\"subHeadingColor\":\"\",\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"source_type\":\"image\",\"block_id\":\"f6a9f174\",\"ctaIcon\":\"\",\"ctaType\":\"text\",\"ctaText\":\"READ MORE\",\"ctaLink\":\"/the-mexican-loft/\",\"ctaLinkColor\":\"var(\\u002d\\u002dast-global-color-0)\",\"ctaDecoration\":\"underline\",\"ctaFontSize\":12,\"ctaFontWeight\":\"600\",\"ctaLetterSpacing\":2,\"ctaBorderColor\":\"\",\"ctaBorderStyle\":\"\",\"ctaBorderWidth\":\"\",\"ctaBorderRadius\":\"\",\"iconBottomMargin\":30,\"iconImage\":{\"uploading\":false,\"date\":1671792813000,\"filename\":\"Mexican-lounge-scaled.jpg\",\"menuOrder\":0,\"uploadedTo\":761,\"type\":\"image\",\"subtype\":\"jpeg\",\"id\":1414,\"title\":\"Mexican lounge\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Mexican-lounge-scaled.jpg\",\"link\":\"https://blueroan.netgen.cloud/accommodation/mexican-lounge/\",\"alt\":\"\",\"author\":\"2\",\"description\":\"\",\"caption\":\"\",\"name\":\"mexican-lounge\",\"status\":\"inherit\",\"modified\":1671792813000,\"mime\":\"image/jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-includes/images/media/default.png\",\"dateFormatted\":\"December 23, 2022\",\"nonces\":{\"update\":\"bee2a34b7c\",\"delete\":\"eedfc00600\",\"edit\":\"e22c6f6722\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=1414\\u0026action=edit\",\"meta\":false,\"authorName\":\"Netgen Support\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/profile.php\",\"uploadedToTitle\":\"Accommodation\",\"uploadedToLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=761\\u0026action=edit\",\"filesizeInBytes\":470054,\"filesizeHumanReadable\":\"459 KB\",\"context\":\"\",\"originalImageURL\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Mexican-lounge.jpg\",\"originalImageName\":\"Mexican-lounge.jpg\",\"height\":1440,\"width\":2560,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Mexican-lounge-150x150.jpg\",\"orientation\":\"landscape\"},\"medium\":{\"height\":169,\"width\":300,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Mexican-lounge-300x169.jpg\",\"orientation\":\"landscape\"},\"large\":{\"height\":576,\"width\":1024,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Mexican-lounge-1024x576.jpg\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Mexican-lounge-scaled.jpg\",\"height\":1440,\"width\":2560,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"imageSize\":\"full\",\"imageWidth\":100,\"imageWidthMobile\":100,\"imageWidthTablet\":100,\"paddingBtnTop\":10,\"paddingBtnBottom\":10,\"paddingBtnLeft\":14,\"paddingBtnRight\":14,\"imageWidthUnit\":\"%\",\"imageWidthUnitTablet\":\"%\",\"imageWidthUnitMobile\":\"%\",\"subHeadTopMargin\":0,\"subHeadRightMargin\":40,\"subHeadLeftMargin\":0,\"subHeadMarginTopTablet\":0,\"subHeadMarginRightTablet\":0,\"subHeadTabletSpace\":20,\"subHeadMarginLeftTablet\":0,\"imgTagHeight\":56,\"imgTagWidth\":2560,\"btnBorderTopWidth\":1,\"btnBorderLeftWidth\":1,\"btnBorderRightWidth\":1,\"btnBorderBottomWidth\":1,\"btnBorderTopLeftRadius\":0,\"btnBorderTopRightRadius\":0,\"btnBorderBottomLeftRadius\":0,\"btnBorderBottomRightRadius\":0,\"btnBorderStyle\":\"solid\",\"btnBorderColor\":\"#333\"} -->\n<div class=\"wp-block-uagb-info-box uagb-block-f6a9f174 uagb-infobox__content-wrap  uagb-infobox-icon-above-title uagb-infobox-image-valign-top\"><div class=\"uagb-ifb-content\"><div class=\"uagb-ifb-image-content\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Mexican-lounge-scaled.jpg\" alt=\"\" width=\"100\" height=\"56\" loading=\"lazy\"/></div><div class=\"uagb-ifb-title-wrap\"><h3 class=\"uagb-ifb-title\">The Mexican Loft </h3></div><p class=\"uagb-ifb-desc\">This Mexican-inspired unit is full of bold colors and rustic furnishings. This design style has a multifarious feel, mixing rustic wood, authentic art, textiles, and a vivid palette of color</p><div class=\"uagb-ifb-button-wrapper wp-block-button\"><a href=\"/the-mexican-loft/\" target=\"_self\" class=\"uagb-infobox-cta-link\" rel=\"noopener noreferrer\" alt=\"\"><span class=\"uagb-inline-editing\">READ MORE</span></a></div></div></div>\n<!-- /wp:uagb/info-box --></div>\n<!-- /wp:uagb/container --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"48093a24\",\"directionDesktop\":\"row\",\"justifyContentDesktop\":\"flex-start\",\"topMarginDesktop\":54,\"bottomMarginDesktop\":0,\"leftMarginDesktop\":0,\"rightMarginDesktop\":0,\"topMarginMobile\":0,\"bottomMarginMobile\":0,\"leftMarginMobile\":0,\"rightMarginMobile\":0,\"marginLink\":false,\"variationSelected\":true,\"rowGapMobile\":0,\"columnGapDesktop\":0} -->\n<div class=\"wp-block-uagb-container uagb-block-48093a24\"><!-- wp:uagb/container {\"block_id\":\"69a0dd95\",\"widthDesktop\":50,\"bottomPaddingDesktop\":20,\"rightPaddingDesktop\":32,\"bottomPaddingTablet\":35,\"rightPaddingTablet\":15,\"bottomPaddingMobile\":65,\"paddingLink\":false,\"topMarginDesktop\":0,\"bottomMarginDesktop\":0,\"leftMarginDesktop\":5,\"rightMarginDesktop\":5,\"topMarginMobile\":0,\"bottomMarginMobile\":0,\"leftMarginMobile\":0,\"rightMarginMobile\":0,\"marginLink\":false,\"variationSelected\":true,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-69a0dd95\"><!-- wp:uagb/info-box {\"classMigrate\":true,\"headingAlign\":\"left\",\"headingColor\":\"\",\"subHeadingColor\":\"\",\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"source_type\":\"image\",\"block_id\":\"5f3189c6\",\"ctaIcon\":\"\",\"ctaType\":\"text\",\"ctaText\":\"READ MORE\",\"ctaLink\":\"/the-acacia/\",\"ctaLinkColor\":\"var(\\u002d\\u002dast-global-color-0)\",\"ctaDecoration\":\"underline\",\"ctaFontSize\":12,\"ctaFontWeight\":\"600\",\"ctaLetterSpacing\":2,\"ctaBorderColor\":\"\",\"ctaBorderStyle\":\"\",\"ctaBorderWidth\":\"\",\"ctaBorderRadius\":\"\",\"iconBottomMargin\":30,\"iconImage\":{\"uploading\":false,\"date\":1671617789000,\"filename\":\"Untitled-design-8.png\",\"menuOrder\":0,\"uploadedTo\":761,\"type\":\"image\",\"subtype\":\"png\",\"id\":1367,\"title\":\"Untitled design (8)\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Untitled-design-8.png\",\"link\":\"https://blueroan.netgen.cloud/accommodation/untitled-design-8/\",\"alt\":\"\",\"author\":\"2\",\"description\":\"\",\"caption\":\"\",\"name\":\"untitled-design-8\",\"status\":\"inherit\",\"modified\":1671617789000,\"mime\":\"image/png\",\"icon\":\"https://blueroan.netgen.cloud/wp-includes/images/media/default.png\",\"dateFormatted\":\"December 21, 2022\",\"nonces\":{\"update\":\"a4f9ab1277\",\"delete\":\"0a02bad2bf\",\"edit\":\"1453f03067\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=1367\\u0026action=edit\",\"meta\":false,\"authorName\":\"Netgen Support\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/profile.php\",\"uploadedToTitle\":\"Accommodation\",\"uploadedToLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=761\\u0026action=edit\",\"filesizeInBytes\":8233970,\"filesizeHumanReadable\":\"8 MB\",\"context\":\"\",\"height\":2736,\"width\":3648,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Untitled-design-8-150x150.png\",\"orientation\":\"landscape\"},\"medium\":{\"height\":225,\"width\":300,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Untitled-design-8-300x225.png\",\"orientation\":\"landscape\"},\"large\":{\"height\":768,\"width\":1024,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Untitled-design-8-1024x768.png\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Untitled-design-8.png\",\"height\":2736,\"width\":3648,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"imageSize\":\"full\",\"imageWidth\":100,\"imageWidthMobile\":100,\"imageWidthTablet\":100,\"paddingBtnTop\":10,\"paddingBtnBottom\":10,\"paddingBtnLeft\":14,\"paddingBtnRight\":14,\"imageWidthUnit\":\"%\",\"imageWidthUnitTablet\":\"%\",\"imageWidthUnitMobile\":\"%\",\"subHeadTopMargin\":0,\"subHeadRightMargin\":40,\"subHeadLeftMargin\":0,\"subHeadMarginTopTablet\":0,\"subHeadMarginRightTablet\":0,\"subHeadTabletSpace\":20,\"subHeadMarginLeftTablet\":0,\"imgTagHeight\":75,\"imgTagWidth\":3648,\"btnBorderTopWidth\":1,\"btnBorderLeftWidth\":1,\"btnBorderRightWidth\":1,\"btnBorderBottomWidth\":1,\"btnBorderTopLeftRadius\":0,\"btnBorderTopRightRadius\":0,\"btnBorderBottomLeftRadius\":0,\"btnBorderBottomRightRadius\":0,\"btnBorderStyle\":\"solid\",\"btnBorderColor\":\"#333\"} -->\n<div class=\"wp-block-uagb-info-box uagb-block-5f3189c6 uagb-infobox__content-wrap  uagb-infobox-icon-above-title uagb-infobox-image-valign-top\"><div class=\"uagb-ifb-content\"><div class=\"uagb-ifb-image-content\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Untitled-design-8.png\" alt=\"\" width=\"100\" height=\"75\" loading=\"lazy\"/></div><div class=\"uagb-ifb-title-wrap\"><h3 class=\"uagb-ifb-title\">The Acacia </h3></div><p class=\"uagb-ifb-desc\">The Acacia tree inspired the name of our largest unit. The wide open-concept living space of this rustic, rough-hewn unit opens onto a covered patio with a brick braai area.</p><div class=\"uagb-ifb-button-wrapper wp-block-button\"><a href=\"/the-acacia/\" target=\"_self\" class=\"uagb-infobox-cta-link\" rel=\"noopener noreferrer\" alt=\"\"><span class=\"uagb-inline-editing\">READ MORE</span></a></div></div></div>\n<!-- /wp:uagb/info-box --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"19aaa3ab\",\"widthDesktop\":50,\"bottomPaddingDesktop\":20,\"rightPaddingDesktop\":32,\"bottomPaddingTablet\":35,\"rightPaddingTablet\":15,\"paddingLink\":false,\"topMarginDesktop\":0,\"bottomMarginDesktop\":0,\"leftMarginDesktop\":5,\"rightMarginDesktop\":5,\"topMarginMobile\":0,\"bottomMarginMobile\":0,\"leftMarginMobile\":0,\"rightMarginMobile\":0,\"marginLink\":false,\"variationSelected\":true,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-19aaa3ab\"><!-- wp:uagb/info-box {\"classMigrate\":true,\"headingAlign\":\"left\",\"headingColor\":\"\",\"subHeadingColor\":\"\",\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"source_type\":\"image\",\"block_id\":\"3f5189de\",\"ctaIcon\":\"\",\"ctaType\":\"text\",\"ctaText\":\"READ MORE\",\"ctaLink\":\"/the-greek-villa/\",\"ctaLinkColor\":\"var(\\u002d\\u002dast-global-color-0)\",\"ctaDecoration\":\"underline\",\"ctaFontSize\":12,\"ctaFontWeight\":\"600\",\"ctaLetterSpacing\":2,\"ctaBorderColor\":\"\",\"ctaBorderStyle\":\"\",\"ctaBorderWidth\":\"\",\"ctaBorderRadius\":\"\",\"iconBottomMargin\":30,\"iconImage\":{\"id\":837,\"title\":\"blue-roan-guest-farm-8\",\"filename\":\"blue-roan-guest-farm-8.jpg\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-8.jpg\",\"link\":\"https://blueroan.netgen.cloud/home/blue-roan-guest-farm-8/\",\"alt\":\"\",\"author\":\"2\",\"description\":\"\",\"caption\":\"\",\"name\":\"blue-roan-guest-farm-8\",\"status\":\"inherit\",\"uploadedTo\":760,\"date\":\"2022-12-13T11:55:28.000Z\",\"modified\":\"2022-12-13T11:55:28.000Z\",\"menuOrder\":0,\"mime\":\"image/jpeg\",\"type\":\"image\",\"subtype\":\"jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-includes/images/media/default.png\",\"dateFormatted\":\"December 13, 2022\",\"nonces\":{\"update\":\"e297386797\",\"delete\":\"bce21c37a3\",\"edit\":\"b27dcb4293\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=837\\u0026action=edit\",\"meta\":false,\"authorName\":\"Netgen Support\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/profile.php\",\"uploadedToTitle\":\"Home\",\"uploadedToLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=760\\u0026action=edit\",\"filesizeInBytes\":208219,\"filesizeHumanReadable\":\"203 KB\",\"context\":\"\",\"height\":795,\"width\":1200,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-8-150x150.jpg\",\"orientation\":\"landscape\"},\"medium\":{\"height\":199,\"width\":300,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-8-300x199.jpg\",\"orientation\":\"landscape\"},\"large\":{\"height\":678,\"width\":1024,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-8-1024x678.jpg\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-8.jpg\",\"height\":795,\"width\":1200,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"imageSize\":\"full\",\"imageWidth\":100,\"imageWidthMobile\":100,\"imageWidthTablet\":100,\"paddingBtnTop\":10,\"paddingBtnBottom\":10,\"paddingBtnLeft\":14,\"paddingBtnRight\":14,\"imageWidthUnit\":\"%\",\"imageWidthUnitTablet\":\"%\",\"imageWidthUnitMobile\":\"%\",\"subHeadTopMargin\":0,\"subHeadRightMargin\":40,\"subHeadLeftMargin\":0,\"subHeadMarginTopTablet\":0,\"subHeadMarginRightTablet\":0,\"subHeadTabletSpace\":20,\"subHeadMarginLeftTablet\":0,\"imgTagHeight\":66,\"imgTagWidth\":1200,\"btnBorderTopWidth\":1,\"btnBorderLeftWidth\":1,\"btnBorderRightWidth\":1,\"btnBorderBottomWidth\":1,\"btnBorderTopLeftRadius\":0,\"btnBorderTopRightRadius\":0,\"btnBorderBottomLeftRadius\":0,\"btnBorderBottomRightRadius\":0,\"btnBorderStyle\":\"solid\",\"btnBorderColor\":\"#333\"} -->\n<div class=\"wp-block-uagb-info-box uagb-block-3f5189de uagb-infobox__content-wrap  uagb-infobox-icon-above-title uagb-infobox-image-valign-top\"><div class=\"uagb-ifb-content\"><div class=\"uagb-ifb-image-content\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-8.jpg\" alt=\"\" width=\"100\" height=\"66\" loading=\"lazy\"/></div><div class=\"uagb-ifb-title-wrap\"><h3 class=\"uagb-ifb-title\">The Greek Villa </h3></div><p class=\"uagb-ifb-desc\">Designed like a Greek villa this Mediterranean style reflects a relaxed atmosphere with its dominant white walls and blue ceilings with lovely rustic furnishings</p><div class=\"uagb-ifb-button-wrapper wp-block-button\"><a href=\"/the-greek-villa/\" target=\"_self\" class=\"uagb-infobox-cta-link\" rel=\"noopener noreferrer\" alt=\"\"><span class=\"uagb-inline-editing\">READ MORE</span></a></div></div></div>\n<!-- /wp:uagb/info-box --></div>\n<!-- /wp:uagb/container --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"92e91d08\",\"directionDesktop\":\"row\",\"justifyContentDesktop\":\"flex-start\",\"topMarginDesktop\":54,\"bottomMarginDesktop\":0,\"leftMarginDesktop\":0,\"rightMarginDesktop\":0,\"topMarginMobile\":0,\"bottomMarginMobile\":0,\"leftMarginMobile\":0,\"rightMarginMobile\":0,\"marginLink\":false,\"variationSelected\":true,\"rowGapMobile\":0,\"columnGapDesktop\":0} -->\n<div class=\"wp-block-uagb-container uagb-block-92e91d08\"><!-- wp:uagb/container {\"block_id\":\"5d8c79db\",\"widthDesktop\":50,\"bottomPaddingDesktop\":20,\"rightPaddingDesktop\":32,\"bottomPaddingTablet\":35,\"rightPaddingTablet\":15,\"bottomPaddingMobile\":65,\"paddingLink\":false,\"topMarginDesktop\":0,\"bottomMarginDesktop\":0,\"leftMarginDesktop\":5,\"rightMarginDesktop\":5,\"topMarginMobile\":0,\"bottomMarginMobile\":0,\"leftMarginMobile\":0,\"rightMarginMobile\":0,\"marginLink\":false,\"variationSelected\":true,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-5d8c79db\"><!-- wp:uagb/info-box {\"classMigrate\":true,\"headingAlign\":\"left\",\"headingColor\":\"\",\"subHeadingColor\":\"\",\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"source_type\":\"image\",\"block_id\":\"146aed91\",\"ctaIcon\":\"\",\"ctaType\":\"text\",\"ctaText\":\"READ MORE\",\"ctaLink\":\"/the-honeymoon-suite/\",\"ctaLinkColor\":\"var(\\u002d\\u002dast-global-color-0)\",\"ctaDecoration\":\"underline\",\"ctaFontSize\":12,\"ctaFontWeight\":\"600\",\"ctaLetterSpacing\":2,\"ctaBorderColor\":\"\",\"ctaBorderStyle\":\"\",\"ctaBorderWidth\":\"\",\"ctaBorderRadius\":\"\",\"iconBottomMargin\":30,\"iconImage\":{\"uploading\":false,\"date\":1671616764000,\"filename\":\"Honeymoon-bed-scaled.jpg\",\"menuOrder\":0,\"uploadedTo\":761,\"type\":\"image\",\"subtype\":\"jpeg\",\"id\":1365,\"title\":\"Honeymoon bed\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Honeymoon-bed-scaled.jpg\",\"link\":\"https://blueroan.netgen.cloud/accommodation/honeymoon-bed/\",\"alt\":\"\",\"author\":\"2\",\"description\":\"\",\"caption\":\"\",\"name\":\"honeymoon-bed\",\"status\":\"inherit\",\"modified\":1671616764000,\"mime\":\"image/jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-includes/images/media/default.png\",\"dateFormatted\":\"December 21, 2022\",\"nonces\":{\"update\":\"98057a9f17\",\"delete\":\"4fdef1107d\",\"edit\":\"ffc19c6d9a\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=1365\\u0026action=edit\",\"meta\":false,\"authorName\":\"Netgen Support\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/profile.php\",\"uploadedToTitle\":\"Accommodation\",\"uploadedToLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=761\\u0026action=edit\",\"filesizeInBytes\":698844,\"filesizeHumanReadable\":\"682 KB\",\"context\":\"\",\"originalImageURL\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Honeymoon-bed.jpg\",\"originalImageName\":\"Honeymoon-bed.jpg\",\"height\":1920,\"width\":2560,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Honeymoon-bed-150x150.jpg\",\"orientation\":\"landscape\"},\"medium\":{\"height\":225,\"width\":300,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Honeymoon-bed-300x225.jpg\",\"orientation\":\"landscape\"},\"large\":{\"height\":768,\"width\":1024,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Honeymoon-bed-1024x768.jpg\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Honeymoon-bed-scaled.jpg\",\"height\":1920,\"width\":2560,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"imageSize\":\"full\",\"imageWidth\":100,\"imageWidthMobile\":100,\"imageWidthTablet\":100,\"paddingBtnTop\":10,\"paddingBtnBottom\":10,\"paddingBtnLeft\":14,\"paddingBtnRight\":14,\"imageWidthUnit\":\"%\",\"imageWidthUnitTablet\":\"%\",\"imageWidthUnitMobile\":\"%\",\"subHeadTopMargin\":0,\"subHeadRightMargin\":40,\"subHeadLeftMargin\":0,\"subHeadMarginTopTablet\":0,\"subHeadMarginRightTablet\":0,\"subHeadTabletSpace\":20,\"subHeadMarginLeftTablet\":0,\"imgTagHeight\":75,\"imgTagWidth\":2560,\"btnBorderTopWidth\":1,\"btnBorderLeftWidth\":1,\"btnBorderRightWidth\":1,\"btnBorderBottomWidth\":1,\"btnBorderTopLeftRadius\":0,\"btnBorderTopRightRadius\":0,\"btnBorderBottomLeftRadius\":0,\"btnBorderBottomRightRadius\":0,\"btnBorderStyle\":\"solid\",\"btnBorderColor\":\"#333\"} -->\n<div class=\"wp-block-uagb-info-box uagb-block-146aed91 uagb-infobox__content-wrap  uagb-infobox-icon-above-title uagb-infobox-image-valign-top\"><div class=\"uagb-ifb-content\"><div class=\"uagb-ifb-image-content\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Honeymoon-bed-scaled.jpg\" alt=\"\" width=\"100\" height=\"75\" loading=\"lazy\"/></div><div class=\"uagb-ifb-title-wrap\"><h3 class=\"uagb-ifb-title\">The Honeymoon suite</h3></div><p class=\"uagb-ifb-desc\">This&nbsp;<a href=\"https://www.collinsdictionary.com/dictionary/english/suite\">suite</a>&nbsp;is perfect for couples - This is an open-plan unit attached to the side of the main house, completely private with its own entrance, own garden, and carport.&nbsp;</p><div class=\"uagb-ifb-button-wrapper wp-block-button\"><a href=\"/the-honeymoon-suite/\" target=\"_self\" class=\"uagb-infobox-cta-link\" rel=\"noopener noreferrer\" alt=\"\"><span class=\"uagb-inline-editing\">READ MORE</span></a></div></div></div>\n<!-- /wp:uagb/info-box --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"470ac569\",\"widthDesktop\":50,\"bottomPaddingDesktop\":20,\"rightPaddingDesktop\":32,\"bottomPaddingTablet\":35,\"rightPaddingTablet\":15,\"paddingLink\":false,\"topMarginDesktop\":0,\"bottomMarginDesktop\":0,\"leftMarginDesktop\":5,\"rightMarginDesktop\":5,\"topMarginMobile\":0,\"bottomMarginMobile\":0,\"leftMarginMobile\":0,\"rightMarginMobile\":0,\"marginLink\":false,\"variationSelected\":true,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-470ac569\"></div>\n<!-- /wp:uagb/container --></div>\n<!-- /wp:uagb/container --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"3e33a337\",\"innerContentCustomWidthDesktop\":781,\"innerContentCustomWidthTablet\":781,\"backgroundType\":\"image\",\"backgroundImageDesktop\":{\"uploading\":false,\"date\":1670943271000,\"filename\":\"AAEAAQAAAAAAAAAAAAAA39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba.png\",\"menuOrder\":0,\"uploadedTo\":761,\"type\":\"image\",\"subtype\":\"png\",\"id\":899,\"title\":\"AAEAAQAAAAAAAAAAAAAA39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAA39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba.png\",\"link\":\"https://blueroan.netgen.cloud/accommodation/aaeaaqaaaaaaaaaaaaaa39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba/\",\"alt\":\"\",\"author\":\"2\",\"description\":\"\",\"caption\":\"\",\"name\":\"aaeaaqaaaaaaaaaaaaaa39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba\",\"status\":\"inherit\",\"modified\":1670943271000,\"mime\":\"image/png\",\"icon\":\"https://blueroan.netgen.cloud/wp-includes/images/media/default.png\",\"dateFormatted\":\"December 13, 2022\",\"nonces\":{\"update\":\"45b2b6c69b\",\"delete\":\"75d81c42ab\",\"edit\":\"88fae030a9\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=899\\u0026action=edit\",\"meta\":false,\"authorName\":\"Netgen Support\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/profile.php\",\"uploadedToTitle\":\"Accommodation\",\"uploadedToLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=761\\u0026action=edit\",\"filesizeInBytes\":2338048,\"filesizeHumanReadable\":\"2 MB\",\"context\":\"\",\"height\":900,\"width\":1200,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAA39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba-150x150.png\",\"orientation\":\"landscape\"},\"medium\":{\"height\":225,\"width\":300,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAA39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba-300x225.png\",\"orientation\":\"landscape\"},\"large\":{\"height\":768,\"width\":1024,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAA39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba-1024x768.png\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAA39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba.png\",\"height\":900,\"width\":1200,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"backgroundImageColor\":\"rgba(42,42,42,0.65)\",\"topPaddingDesktop\":144,\"bottomPaddingDesktop\":144,\"leftPaddingDesktop\":40,\"rightPaddingDesktop\":40,\"topPaddingTablet\":80,\"bottomPaddingTablet\":80,\"leftPaddingTablet\":40,\"rightPaddingTablet\":40,\"topPaddingMobile\":64,\"bottomPaddingMobile\":64,\"leftPaddingMobile\":24,\"rightPaddingMobile\":24,\"paddingLink\":false,\"variationSelected\":true,\"isBlockRootParent\":true,\"overlayType\":\"color\"} -->\n<div class=\"wp-block-uagb-container uagb-block-3e33a337 alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/advanced-heading {\"block_id\":\"bb989c98\",\"classMigrate\":true,\"headingDescToggle\":true,\"headingAlign\":\"center\",\"headingColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"subHeadingColor\":\"var(\\u002d\\u002dast-global-color-4)\",\"headSpace\":20} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-bb989c98\"><h2 class=\"uagb-heading-text\">Make your stay at Blue Roan unforgettable!</h2><p class=\"uagb-desc-text\">We can help you fit your stay and experience within your allotted budget.</p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/advanced-heading {\"block_id\":\"3a76253d\",\"classMigrate\":true,\"headingTitleToggle\":false,\"headingDescToggle\":true,\"headingAlign\":\"center\",\"subHeadingColor\":\"var(\\u002d\\u002dast-global-color-4)\",\"subHeadTransform\":\"uppercase\",\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"subHeadLetterSpacing\":2,\"blockTopPadding\":60,\"blockRightPadding\":0,\"blockLeftPadding\":0,\"blockBottomPadding\":0,\"blockTopPaddingMobile\":30,\"blockRightPaddingMobile\":0,\"blockLeftPaddingMobile\":0,\"blockBottomPaddingMobile\":0} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-3a76253d\"><p class=\"uagb-desc-text\">BOOK YOUR STAY NOW​</p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/icon-list {\"block_id\":\"d1ab756f\",\"classMigrate\":true,\"childMigrate\":true,\"align\":\"center\",\"parentIcon\":\"phone\",\"size\":40,\"sizeMobile\":24,\"sizeTablet\":32,\"fontSize\":48,\"fontSizeMobile\":28,\"fontSizeTablet\":40,\"fontWeight\":\"600\",\"iconColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"labelColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"blockTopPadding\":0,\"blockRightPadding\":0,\"blockLeftPadding\":0,\"blockBottomPadding\":24,\"blockPaddingLink\":false} -->\n<div class=\"wp-block-uagb-icon-list uagb-block-d1ab756f\"><div class=\"uagb-icon-list__wrap\"><!-- wp:uagb/icon-list-child {\"block_id\":\"0eee17c0\",\"label\":\" + 27 (0) 82 575 5409\",\"label_color\":\"\",\"link\":\"tel:+27825755409\",\"disableLink\":true,\"fromParentIcon\":\"phone\",\"imageSizeChild\":40} -->\n<div class=\"wp-block-uagb-icon-list-child uagb-block-0eee17c0\"><a target=\"_self\" aria-label=\" + 27 (0) 82 575 5409\" rel=\"noopener noreferrer\" href=\"tel:+27825755409\"> </a><span class=\"uagb-icon-list__source-wrap\"><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M511.2 387l-23.25 100.8c-3.266 14.25-15.79 24.22-30.46 24.22C205.2 512 0 306.8 0 54.5c0-14.66 9.969-27.2 24.22-30.45l100.8-23.25C139.7-2.602 154.7 5.018 160.8 18.92l46.52 108.5c5.438 12.78 1.77 27.67-8.98 36.45L144.5 207.1c33.98 69.22 90.26 125.5 159.5 159.5l44.08-53.8c8.688-10.78 23.69-14.51 36.47-8.975l108.5 46.51C506.1 357.2 514.6 372.4 511.2 387z\"></path></svg></span><span class=\"uagb-icon-list__label\"> + 27 (0) 82 575 5409</span></div>\n<!-- /wp:uagb/icon-list-child -->\n\n<!-- wp:uagb/icon-list-child {\"block_id\":\"854e9992\",\"label\":\"blueroan@ugo.co.za\",\"icon\":\"envelope\",\"label_color\":\"\",\"link\":\"mailto:blueroan@ugo.co.za\",\"disableLink\":true,\"fromParentIcon\":\"phone\",\"imageSizeChild\":40} -->\n<div class=\"wp-block-uagb-icon-list-child uagb-block-854e9992\"><a target=\"_self\" aria-label=\"blueroan@ugo.co.za\" rel=\"noopener noreferrer\" href=\"mailto:blueroan@ugo.co.za\"> </a><span class=\"uagb-icon-list__source-wrap\"><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M464 64C490.5 64 512 85.49 512 112C512 127.1 504.9 141.3 492.8 150.4L275.2 313.6C263.8 322.1 248.2 322.1 236.8 313.6L19.2 150.4C7.113 141.3 0 127.1 0 112C0 85.49 21.49 64 48 64H464zM217.6 339.2C240.4 356.3 271.6 356.3 294.4 339.2L512 176V384C512 419.3 483.3 448 448 448H64C28.65 448 0 419.3 0 384V176L217.6 339.2z\"></path></svg></span><span class=\"uagb-icon-list__label\">blueroan@ugo.co.za</span></div>\n<!-- /wp:uagb/icon-list-child --></div></div>\n<!-- /wp:uagb/icon-list --></div></div>\n<!-- /wp:uagb/container -->',	'Accommodation',	'',	'publish',	'closed',	'closed',	'',	'accommodation',	'',	'',	'2023-01-03 10:40:11',	'2023-01-03 10:40:11',	'',	0,	'https://blueroan.netgen.cloud/index.php/rooms/',	0,	'page',	'',	0),
(762,	2,	'2021-05-12 05:15:54',	'2021-05-12 05:15:54',	'<!-- wp:uagb/container {\"block_id\":\"42116af1\",\"backgroundType\":\"image\",\"backgroundImageDesktop\":{\"id\":1007,\"title\":\"AAEAAQAAAAAAAAAAAAAAJDg5NmY0ZGUxLWE4MTgtNDY5NC1iODFhLTBmN2Q0ZDc5ZWFiNw-1\",\"filename\":\"AAEAAQAAAAAAAAAAAAAAJDg5NmY0ZGUxLWE4MTgtNDY5NC1iODFhLTBmN2Q0ZDc5ZWFiNw-1.png\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAAJDg5NmY0ZGUxLWE4MTgtNDY5NC1iODFhLTBmN2Q0ZDc5ZWFiNw-1.png\",\"link\":\"https://blueroan.netgen.cloud/the-barn/aaeaaqaaaaaaaaaaaaaajdg5nmy0zguxlwe4mtgtndy5nc1iodfhltbmn2q0zdc5zwfinw-1/\",\"alt\":\"\",\"author\":\"2\",\"description\":\"\",\"caption\":\"\",\"name\":\"aaeaaqaaaaaaaaaaaaaajdg5nmy0zguxlwe4mtgtndy5nc1iodfhltbmn2q0zdc5zwfinw-1\",\"status\":\"inherit\",\"uploadedTo\":948,\"date\":\"2022-12-14T10:50:25.000Z\",\"modified\":\"2022-12-14T10:50:25.000Z\",\"menuOrder\":0,\"mime\":\"image/png\",\"type\":\"image\",\"subtype\":\"png\",\"icon\":\"https://blueroan.netgen.cloud/wp-includes/images/media/default.png\",\"dateFormatted\":\"December 14, 2022\",\"nonces\":{\"update\":\"483f8bdf3d\",\"delete\":\"0a7ebc92ef\",\"edit\":\"6bc1c6a685\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=1007\\u0026action=edit\",\"meta\":false,\"authorName\":\"Netgen Support\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/profile.php\",\"uploadedToTitle\":\"The Barn\",\"uploadedToLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=948\\u0026action=edit\",\"filesizeInBytes\":1348989,\"filesizeHumanReadable\":\"1 MB\",\"context\":\"\",\"height\":667,\"width\":1000,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAAJDg5NmY0ZGUxLWE4MTgtNDY5NC1iODFhLTBmN2Q0ZDc5ZWFiNw-1-150x150.png\",\"orientation\":\"landscape\"},\"medium\":{\"height\":200,\"width\":300,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAAJDg5NmY0ZGUxLWE4MTgtNDY5NC1iODFhLTBmN2Q0ZDc5ZWFiNw-1-300x200.png\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAAJDg5NmY0ZGUxLWE4MTgtNDY5NC1iODFhLTBmN2Q0ZDc5ZWFiNw-1.png\",\"height\":667,\"width\":1000,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"backgroundPositionDesktop\":{\"x\":0.61,\"y\":0.52},\"backgroundSizeTablet\":\"cover\",\"backgroundSizeMobile\":\"cover\",\"backgroundColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"backgroundImageColor\":\"rgba(42,42,42,0.5)\",\"topPaddingDesktop\":220,\"bottomPaddingDesktop\":150,\"topPaddingTablet\":170,\"bottomPaddingTablet\":160,\"leftPaddingTablet\":30,\"rightPaddingTablet\":30,\"topPaddingMobile\":180,\"bottomPaddingMobile\":80,\"leftPaddingMobile\":20,\"rightPaddingMobile\":20,\"paddingLink\":false,\"variationSelected\":true,\"isBlockRootParent\":true,\"overlayType\":\"color\"} -->\n<div class=\"wp-block-uagb-container uagb-block-42116af1 alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/advanced-heading {\"block_id\":\"746e3a36\",\"classMigrate\":true,\"headingDescToggle\":true,\"headingColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"subHeadingColor\":\"var(\\u002d\\u002dast-global-color-4)\",\"headingTag\":\"h1\",\"headSpace\":20,\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"blockTopPadding\":0,\"blockRightPadding\":50,\"blockLeftPadding\":0,\"blockBottomPadding\":0,\"blockTopPaddingTablet\":0,\"blockRightPaddingTablet\":20,\"blockLeftPaddingTablet\":0,\"blockBottomPaddingTablet\":0,\"blockTopPaddingMobile\":0,\"blockRightPaddingMobile\":0,\"blockLeftPaddingMobile\":0,\"blockBottomPaddingMobile\":0,\"blockPaddingUnit\":\"%\",\"blockPaddingUnitTablet\":\"%\"} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-746e3a36\"><h1 class=\"uagb-heading-text\">Amenities &amp; Interests​</h1><p class=\"uagb-desc-text\">We do not give you just rooms to stay in. We give you an environment where you can experience the best while on a holiday with us. </p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:buttons -->\n<div class=\"wp-block-buttons\"><!-- wp:button -->\n<div class=\"wp-block-button\"><a class=\"wp-block-button__link wp-element-button\" href=\"https://book.nightsbridge.com/11065\" target=\"_blank\" rel=\"noreferrer noopener\">BOOK NOW</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"7fb080d3\",\"backgroundType\":\"color\",\"backgroundSizeTablet\":\"cover\",\"backgroundSizeMobile\":\"cover\",\"backgroundColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"topPaddingDesktop\":50,\"bottomPaddingDesktop\":100,\"topPaddingTablet\":50,\"bottomPaddingTablet\":25,\"leftPaddingTablet\":20,\"rightPaddingTablet\":20,\"topPaddingMobile\":50,\"bottomPaddingMobile\":20,\"leftPaddingMobile\":20,\"rightPaddingMobile\":20,\"paddingLink\":false,\"variationSelected\":true,\"rowGapDesktop\":0,\"isBlockRootParent\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-7fb080d3 alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/container {\"block_id\":\"cb3f1e3c\",\"directionDesktop\":\"row\",\"alignItemsTablet\":\"flex-start\",\"paddingLink\":false,\"topMarginDesktop\":50,\"bottomMarginDesktop\":20,\"leftMarginDesktop\":0,\"rightMarginDesktop\":0,\"marginLink\":false,\"variationSelected\":true,\"rowGapMobile\":65,\"columnGapDesktop\":48,\"columnGapTablet\":20} -->\n<div class=\"wp-block-uagb-container uagb-block-cb3f1e3c\"><!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"align\":\"center\",\"id\":828,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image aligncenter size-full\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Blue-Roan-pool.png\" alt=\"Blue Roan\'s rock pool\" class=\"wp-image-828\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>A relaxing rock Pool​</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>We have a lovely sparkling blue rock pool next to a thatched Lapa. &nbsp;&nbsp;Lie on recliners on the green lawn or sit on the swing chair in the Lapa and enjoy the panoramic view of the Magaliesberg mountain range.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":829,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/img-20160605-wa0002-largejpg.png\" alt=\"\" class=\"wp-image-829\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>Braai facilities </h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>What can compare to a burning fire under the star-lit African sky? Nothing beats the flavor of cooking over an open flame.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":1354,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Games-Room.png\" alt=\"\" class=\"wp-image-1354\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>A games room </h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>The reception is also a games room for those who enjoy darts or playing pool. &nbsp;Take a selection of DVDs back to your room and watch movies on your own DVD player. &nbsp;There is also a selection of board games and music CDs that you can borrow.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"align\":\"center\",\"id\":1358,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image aligncenter size-full\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/drone-view-of-walks.png\" alt=\"\" class=\"wp-image-1358\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>Walking or hiking </h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>There is a well-kept walking trail on our property with plenty of bird life and some benches along the way. &nbsp;It is safe for dogs to run off-leash as it is completely fenced all around. &nbsp;For those who enjoy long walks and hikes, it is safe to cross onto neighbouring farms and go as far as the eye can see.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":1185,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/49089607_1950305445047847_5177863042771189760_n.png\" alt=\"\" class=\"wp-image-1185\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>Mountain biking </h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Bring your mountain bikes and explore the surrounding countryside on safe off-road tracks on our property and on neighbouring farms.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":1196,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Michelle_1.png\" alt=\"\" class=\"wp-image-1196\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>Horse riding </h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Interested riders can book at one of the recommended horse-riding establishments listed further down this page.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"661d6e04\",\"innerContentWidth\":\"alignfull\",\"directionDesktop\":\"row\",\"wrapTablet\":\"wrap\",\"variationSelected\":true,\"rowGapTablet\":0,\"columnGapDesktop\":0,\"isBlockRootParent\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-661d6e04 alignfull uagb-is-root-container\"><!-- wp:uagb/container {\"block_id\":\"79657ede\",\"widthDesktop\":25,\"widthTablet\":50,\"variationSelected\":true,\"widthSetByUser\":true,\"UAGHideMob\":true,\"UAGResponsiveConditions\":true} -->\n<div class=\"wp-block-uagb-container uag-hide-mob uagb-block-79657ede\"><!-- wp:uagb/image {\"block_id\":\"e4e1cad9\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-18-1-1024x768.jpg\",\"id\":1208,\"linkDestination\":\"none\",\"width\":480,\"height\":500,\"naturalWidth\":1024,\"naturalHeight\":768,\"sizeSlug\":\"large\",\"sizeSlugTablet\":\"large\",\"sizeSlugMobile\":\"large\",\"customHeightSetDesktop\":true} -->\n<div class=\"wp-block-uagb-image uagb-block-e4e1cad9 wp-block-uagb-image--layout-default wp-block-uagb-image--effect-static wp-block-uagb-image--align-none\"><figure class=\"wp-block-uagb-image__figure\"><img srcset=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-18-1-1024x768.jpg \" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-18-1-1024x768.jpg\" alt=\"\" class=\"uag-image-1208\" width=\"480\" height=\"500\" title=\"\" loading=\"lazy\"/></figure></div>\n<!-- /wp:uagb/image --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"2578bf39\",\"widthDesktop\":25,\"widthTablet\":50,\"variationSelected\":true,\"widthSetByUser\":true,\"UAGHideMob\":true,\"UAGResponsiveConditions\":true} -->\n<div class=\"wp-block-uagb-container uag-hide-mob uagb-block-2578bf39\"><!-- wp:uagb/image {\"block_id\":\"3e5c9043\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Blue-Roan-pool-1.png\",\"id\":1210,\"linkDestination\":\"none\",\"width\":480,\"height\":500,\"naturalWidth\":370,\"naturalHeight\":440,\"sizeSlug\":\"full\",\"sizeSlugTablet\":\"full\",\"sizeSlugMobile\":\"full\",\"customHeightSetDesktop\":true} -->\n<div class=\"wp-block-uagb-image uagb-block-3e5c9043 wp-block-uagb-image--layout-default wp-block-uagb-image--effect-static wp-block-uagb-image--align-none\"><figure class=\"wp-block-uagb-image__figure\"><img srcset=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Blue-Roan-pool-1.png \" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Blue-Roan-pool-1.png\" alt=\"\" class=\"uag-image-1210\" width=\"480\" height=\"500\" title=\"\" loading=\"lazy\"/></figure></div>\n<!-- /wp:uagb/image --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"023d1bd8\",\"widthDesktop\":50,\"widthTablet\":100,\"variationSelected\":true,\"columnGapDesktop\":20,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-023d1bd8\"><!-- wp:uagb/image {\"block_id\":\"f3e8de89\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/the-view-from-my-rooms-1024x768.jpg\",\"id\":1211,\"linkDestination\":\"none\",\"width\":960,\"height\":500,\"naturalWidth\":1024,\"naturalHeight\":768,\"sizeSlug\":\"large\",\"sizeSlugTablet\":\"large\",\"sizeSlugMobile\":\"large\",\"customHeightSetDesktop\":true} -->\n<div class=\"wp-block-uagb-image uagb-block-f3e8de89 wp-block-uagb-image--layout-default wp-block-uagb-image--effect-static wp-block-uagb-image--align-none\"><figure class=\"wp-block-uagb-image__figure\"><img srcset=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/the-view-from-my-rooms-1024x768.jpg \" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/the-view-from-my-rooms-1024x768.jpg\" alt=\"\" class=\"uag-image-1211\" width=\"960\" height=\"500\" title=\"\" loading=\"lazy\"/></figure></div>\n<!-- /wp:uagb/image --></div>\n<!-- /wp:uagb/container --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"a0993491\",\"innerContentWidth\":\"alignfull\",\"directionDesktop\":\"row\",\"wrapTablet\":\"wrap\",\"variationSelected\":true,\"rowGapTablet\":0,\"columnGapDesktop\":0,\"isBlockRootParent\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-a0993491 alignfull uagb-is-root-container\"><!-- wp:uagb/container {\"block_id\":\"9ce9590e\",\"widthDesktop\":50,\"widthTablet\":100,\"variationSelected\":true,\"columnGapDesktop\":20,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-9ce9590e\"><!-- wp:uagb/image {\"block_id\":\"ca389a74\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAAJDI0ZWY4NDc1LThjYjYtNDM3YS1iOTliLWNmOWQxYTJkMWU5MQ-1.png\",\"id\":1213,\"linkDestination\":\"none\",\"width\":960,\"height\":500,\"naturalWidth\":1000,\"naturalHeight\":667,\"sizeSlug\":\"full\",\"sizeSlugTablet\":\"full\",\"sizeSlugMobile\":\"full\",\"customHeightSetDesktop\":true} -->\n<div class=\"wp-block-uagb-image uagb-block-ca389a74 wp-block-uagb-image--layout-default wp-block-uagb-image--effect-static wp-block-uagb-image--align-none\"><figure class=\"wp-block-uagb-image__figure\"><img srcset=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAAJDI0ZWY4NDc1LThjYjYtNDM3YS1iOTliLWNmOWQxYTJkMWU5MQ-1.png \" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAAJDI0ZWY4NDc1LThjYjYtNDM3YS1iOTliLWNmOWQxYTJkMWU5MQ-1.png\" alt=\"\" class=\"uag-image-1213\" width=\"960\" height=\"500\" title=\"\" loading=\"lazy\"/></figure></div>\n<!-- /wp:uagb/image --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"fc1b8c6a\",\"widthDesktop\":25,\"variationSelected\":true,\"widthSetByUser\":true,\"UAGHideMob\":true,\"UAGResponsiveConditions\":true} -->\n<div class=\"wp-block-uagb-container uag-hide-mob uagb-block-fc1b8c6a\"><!-- wp:uagb/image {\"block_id\":\"2efdce22\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/bird-1-1024x683.jpg\",\"id\":1215,\"linkDestination\":\"none\",\"width\":480,\"height\":500,\"naturalWidth\":1024,\"naturalHeight\":683,\"sizeSlug\":\"large\",\"sizeSlugTablet\":\"large\",\"sizeSlugMobile\":\"large\",\"customHeightSetDesktop\":true} -->\n<div class=\"wp-block-uagb-image uagb-block-2efdce22 wp-block-uagb-image--layout-default wp-block-uagb-image--effect-static wp-block-uagb-image--align-none\"><figure class=\"wp-block-uagb-image__figure\"><img srcset=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/bird-1-1024x683.jpg \" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/bird-1-1024x683.jpg\" alt=\"\" class=\"uag-image-1215\" width=\"480\" height=\"500\" title=\"\" loading=\"lazy\"/></figure></div>\n<!-- /wp:uagb/image --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"fb0df873\",\"widthDesktop\":25,\"variationSelected\":true,\"widthSetByUser\":true,\"UAGHideMob\":true,\"UAGResponsiveConditions\":true} -->\n<div class=\"wp-block-uagb-container uag-hide-mob uagb-block-fb0df873\"><!-- wp:uagb/image {\"block_id\":\"62221973\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/two-happy-boxers-1024x768.jpg\",\"id\":1216,\"linkDestination\":\"none\",\"width\":480,\"height\":500,\"naturalWidth\":1024,\"naturalHeight\":768,\"sizeSlug\":\"large\",\"sizeSlugTablet\":\"large\",\"sizeSlugMobile\":\"large\",\"customHeightSetDesktop\":true} -->\n<div class=\"wp-block-uagb-image uagb-block-62221973 wp-block-uagb-image--layout-default wp-block-uagb-image--effect-static wp-block-uagb-image--align-none\"><figure class=\"wp-block-uagb-image__figure\"><img srcset=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/two-happy-boxers-1024x768.jpg \" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/two-happy-boxers-1024x768.jpg\" alt=\"\" class=\"uag-image-1216\" width=\"480\" height=\"500\" title=\"\" loading=\"lazy\"/></figure></div>\n<!-- /wp:uagb/image --></div>\n<!-- /wp:uagb/container --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"8741deb0\",\"backgroundType\":\"color\",\"backgroundSizeTablet\":\"cover\",\"backgroundSizeMobile\":\"cover\",\"backgroundColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"topPaddingDesktop\":120,\"bottomPaddingDesktop\":0,\"topPaddingTablet\":80,\"bottomPaddingTablet\":80,\"leftPaddingTablet\":30,\"rightPaddingTablet\":30,\"topPaddingMobile\":80,\"bottomPaddingMobile\":80,\"leftPaddingMobile\":20,\"rightPaddingMobile\":20,\"paddingLink\":false,\"variationSelected\":true,\"rowGapDesktop\":0,\"rowGapTablet\":0,\"isBlockRootParent\":true} -->\n<div id=\"nearby-visits\" class=\"wp-block-uagb-container uagb-block-8741deb0 alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/container {\"block_id\":\"09ee106f\",\"directionDesktop\":\"row\",\"alignItemsDesktop\":\"flex-end\",\"alignItemsTablet\":\"flex-end\",\"justifyContentDesktop\":\"flex-end\",\"justifyContentTablet\":\"space-between\",\"variationSelected\":true,\"rowGapMobile\":30,\"columnGapDesktop\":0} -->\n<div class=\"wp-block-uagb-container uagb-block-09ee106f\"><!-- wp:uagb/advanced-heading {\"block_id\":\"7f4d1592\",\"classMigrate\":true,\"headingDescToggle\":true,\"subHeadingColor\":\"\",\"headSpace\":20,\"subHeadFontSize\":16} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-7f4d1592\"><h2 class=\"uagb-heading-text\">Things to do in the area of Magaliesburg<br></h2><p class=\"uagb-desc-text\">Looking for more? Well, we believe that every guest walks into our lodge for the best experience. And, we are determined to do that.</p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/buttons {\"block_id\":\"247c080d\",\"classMigrate\":true,\"childMigrate\":true,\"align\":\"right\",\"alignTablet\":\"right\",\"alignMobile\":\"left\",\"gap\":0} -->\n<div class=\"wp-block-uagb-buttons uagb-buttons__outer-wrap uagb-btn__default-btn uagb-btn-tablet__default-btn uagb-btn-mobile__default-btn uagb-block-247c080d\"><div class=\"uagb-buttons__wrap uagb-buttons-layout-wrap\"><!-- wp:uagb/buttons-child {\"block_id\":\"db25e22b\",\"label\":\"Reservations\",\"link\":\"https://book.nightsbridge.com/11065\",\"hColor\":\"\",\"opensInNewTab\":true,\"borderWidth\":\"\",\"borderRadius\":\"\",\"borderStyle\":\"\",\"borderColor\":\"\",\"borderHColor\":\"\",\"btnBorderTopWidth\":1,\"btnBorderLeftWidth\":1,\"btnBorderRightWidth\":1,\"btnBorderBottomWidth\":1,\"btnBorderTopLeftRadius\":2,\"btnBorderTopRightRadius\":2,\"btnBorderBottomLeftRadius\":2,\"btnBorderBottomRightRadius\":2,\"btnBorderStyle\":\"solid\",\"btnBorderColor\":\"#333\",\"btnBorderHColor\":\"#333\"} -->\n<div class=\"wp-block-uagb-buttons-child uagb-buttons__outer-wrap uagb-block-db25e22b wp-block-button is-style-outline\"><div class=\"uagb-button__wrapper\"><a class=\"uagb-buttons-repeater wp-block-button__link\" href=\"https://book.nightsbridge.com/11065\" rel=\"follow noopener\" target=\"_blank\"><div class=\"uagb-button__link\">Reservations</div></a></div></div>\n<!-- /wp:uagb/buttons-child --></div></div>\n<!-- /wp:uagb/buttons --></div>\n<!-- /wp:uagb/container --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"89e27168\",\"backgroundType\":\"color\",\"backgroundSizeTablet\":\"cover\",\"backgroundSizeMobile\":\"cover\",\"backgroundColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"topPaddingDesktop\":50,\"bottomPaddingDesktop\":100,\"topPaddingTablet\":50,\"bottomPaddingTablet\":25,\"leftPaddingTablet\":20,\"rightPaddingTablet\":20,\"topPaddingMobile\":50,\"bottomPaddingMobile\":20,\"leftPaddingMobile\":20,\"rightPaddingMobile\":20,\"paddingLink\":false,\"variationSelected\":true,\"rowGapDesktop\":0,\"isBlockRootParent\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-89e27168 alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/container {\"block_id\":\"3b459d2e\",\"directionDesktop\":\"row\",\"alignItemsTablet\":\"flex-start\",\"paddingLink\":false,\"topMarginDesktop\":50,\"bottomMarginDesktop\":20,\"leftMarginDesktop\":0,\"rightMarginDesktop\":0,\"marginLink\":false,\"variationSelected\":true,\"rowGapMobile\":65,\"columnGapDesktop\":48,\"columnGapTablet\":20} -->\n<div class=\"wp-block-uagb-container uagb-block-3b459d2e\"><!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"align\":\"center\",\"id\":1222,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image aligncenter size-full\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/41b46e52d7427ea1f6f135454e9a012f.png\" alt=\"\" class=\"wp-image-1222\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"textAlign\":\"center\",\"level\":3} -->\n<h3 class=\"has-text-align-center\">Fishing </h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>The dam has trout (stocked), bass, vlei Kuper and carp. Fly fishers seeking a unique challenge visit our establishment in search of the large &amp; small scale Yellow fish.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:buttons -->\n<div class=\"wp-block-buttons\"><!-- wp:button {\"align\":\"left\"} -->\n<div class=\"wp-block-button alignleft\"><a class=\"wp-block-button__link wp-element-button\" href=\"https://www.sundowner.co.za/rooms/magalies-barbus-haven/\" target=\"_blank\" rel=\"noreferrer noopener\">Barbus Haven</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons -->\n\n<!-- wp:paragraph -->\n<p>The opportunity to fish for Rainbow Trout or the elusive Brown Trout. Kingfisher offers rod hires at their venue. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:buttons -->\n<div class=\"wp-block-buttons\"><!-- wp:button {\"align\":\"left\"} -->\n<div class=\"wp-block-button alignleft\"><a class=\"wp-block-button__link wp-element-button\" href=\"https://www.thekingfisherlodge.co.za/activities/\" target=\"_blank\" rel=\"noreferrer noopener\">Kingfisher</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":1235,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Maseke-MTB-MvZ-3-1024x683-1.png\" alt=\"\" class=\"wp-image-1235\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>Mountain biking </h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>It is a privately owned nature reserve that offers mountain biking.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:spacer {\"height\":\"20px\"} -->\n<div style=\"height:20px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:buttons -->\n<div class=\"wp-block-buttons\"><!-- wp:button -->\n<div class=\"wp-block-button\"><a class=\"wp-block-button__link wp-element-button\" href=\"http://ingwebushcamp.yolasite.com/\" target=\"_blank\" rel=\"noreferrer noopener\">Ingwe Bush Camp&nbsp;</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons -->\n\n<!-- wp:paragraph -->\n<p>With over 80km of trails, Van Gaalen&nbsp;has something to offer for every kind of athlete, from beginner to advanced.<br></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:buttons -->\n<div class=\"wp-block-buttons\"><!-- wp:button -->\n<div class=\"wp-block-button\"><a class=\"wp-block-button__link wp-element-button\" href=\"https://www.vangaalen.co.za/products\" target=\"_blank\" rel=\"noreferrer noopener\">Van Gaalen\'s</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":1339,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/activity_2209_280316_original-3.png\" alt=\"\" class=\"wp-image-1339\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>Quad biking </h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>We have quads suitable for kiddies, tweens, teens, and adults. We have mini quads and fully automatic 150cc quads.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:spacer {\"height\":\"2px\"} -->\n<div style=\"height:2px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:buttons -->\n<div class=\"wp-block-buttons\"><!-- wp:button -->\n<div class=\"wp-block-button\"><a class=\"wp-block-button__link wp-element-button\" href=\"https://www.saddlecreekadventures.co.za/activity/quad-biking/\" target=\"_blank\" rel=\"noreferrer noopener\">Saddle Creek Ranch</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons -->\n\n<!-- wp:paragraph -->\n<p>A 700-meter monster track, the longest and most exciting track in Gauteng!</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:spacer {\"height\":\"2px\"} -->\n<div style=\"height:2px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:buttons -->\n<div class=\"wp-block-buttons\"><!-- wp:button -->\n<div class=\"wp-block-button\"><a class=\"wp-block-button__link wp-element-button\" href=\"http://www.swartkrans.co.za/\" target=\"_blank\" rel=\"noreferrer noopener\">Swartkrans Go-Karting&nbsp;</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"align\":\"center\",\"id\":1196,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image aligncenter size-full\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Michelle_1.png\" alt=\"\" class=\"wp-image-1196\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>Horse riding </h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Join us for an unforgettable horse riding experience in the peaceful countryside, with beautiful mountain scenery and lovely bush trails.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:buttons -->\n<div class=\"wp-block-buttons\"><!-- wp:button -->\n<div class=\"wp-block-button\"><a class=\"wp-block-button__link wp-element-button\" href=\"https://www.saddlecreekadventures.co.za/activity/horse-riding/\" target=\"_blank\" rel=\"noreferrer noopener\">Saddle Creek Ranch</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":1342,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Askari-Game-Lodge-Spa-Wildlife-Giraffe.png\" alt=\"\" class=\"wp-image-1342\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>Game drives </h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Enjoy a thrilling and educational adventure with our experienced guides.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:spacer {\"height\":\"2px\"} -->\n<div style=\"height:2px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:buttons -->\n<div class=\"wp-block-buttons\"><!-- wp:button -->\n<div class=\"wp-block-button\"><a class=\"wp-block-button__link wp-element-button\" href=\"https://www.rhinolion.co.za/visitors-guide/activity-index/game-drives/\" target=\"_blank\" rel=\"noreferrer noopener\">Rhino &amp; Lion Park</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons -->\n\n<!-- wp:paragraph -->\n<p>Our guided game-viewing drives take place each day in the morning and afternoon, as this is when the animals are most active.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:buttons -->\n<div class=\"wp-block-buttons\"><!-- wp:button -->\n<div class=\"wp-block-button\"><a class=\"wp-block-button__link wp-element-button\" href=\"https://www.africanhillslodge.co.za/experience/\" target=\"_blank\" rel=\"noreferrer noopener\">Askari Game Lodge</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:spacer {\"height\":\"12px\"} -->\n<div style=\"height:12px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:heading -->\n<h2>Other activites </h2>\n<!-- /wp:heading -->\n\n<!-- wp:uagb/faq {\"block_id\":\"e5ab7210\",\"expandFirstItem\":false,\"boxBgColor\":\"#F5F5F5\",\"borderStyle\":\"\",\"borderWidth\":\"\",\"borderRadius\":\"\",\"borderColor\":\"\",\"vquestionPaddingDesktop\":15,\"hquestionPaddingDesktop\":15,\"iconAlign\":\"row-reverse\",\"schema\":\"{\\u0022@context\\u0022:\\u0022https://schema.org\\u0022,\\u0022@type\\u0022:\\u0022FAQPage\\u0022,\\u0022@id\\u0022:\\u0022https://blueroan.netgen.cloud/amenities/\\u0022,\\u0022mainEntity\\u0022:[{\\u0022@type\\u0022:\\u0022Question\\u0022,\\u0022name\\u0022:\\u0022\\u003cstrong\\u003ePUBS / MICRO BREWERIES\\u003c/strong\\u003e\\u0022,\\u0022acceptedAnswer\\u0022:{\\u0022@type\\u0022:\\u0022Answer\\u0022,\\u0022text\\u0022:\\u0022Black Horse   \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27825613246\\\\\\u0022\\u003e082 561 3246\\u003cbr\\u003e\\u003c/a\\u003eBrauhaus am Dam   \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27878025519\\\\\\u0022\\u003e087 802 5519\\u003c/a\\u003e / \\u003ca href=\\\\\\u0022tel:+27729201742\\\\\\u0022\\u003e072 920 1742\\u003c/a\\u003e\\u003cbr\\u003eHartleys Elephant Bar   \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27145772301\\\\\\u0022\\u003e014 577 2301\\u003cbr\\u003e\\u003c/a\\u003eThatchwood Pub   \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27837091672\\\\\\u0022\\u003e083 709 1672\\u003cbr\\u003e\\u003c/a\\u003eMonate Citrus Kelder   \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27122580712\\\\\\u0022\\u003e012 258 0712\\u003c/a\\u003e\\u0022}},{\\u0022@type\\u0022:\\u0022Question\\u0022,\\u0022name\\u0022:\\u0022\\u003cstrong\\u003eTEA GARDENS / RESTAURANTS   \\u003c/strong\\u003e\\u0022,\\u0022acceptedAnswer\\u0022:{\\u0022@type\\u0022:\\u0022Answer\\u0022,\\u0022text\\u0022:\\u0022Black Horse   \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27825613246\\\\\\u0022\\u003e082 561 3246\\u003cbr\\u003e\\u003c/a\\u003eBrauhaus am Dam   \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27878025519\\\\\\u0022\\u003e087 802 5519\\u003c/a\\u003e / \\u003ca href=\\\\\\u0022tel:+27729201742\\\\\\u0022\\u003e072 920 1742\\u003c/a\\u003e\\u003cbr\\u003eMelon Rouge   \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27796806050\\\\\\u0022\\u003e079 680 6050\\u003cbr\\u003e\\u003c/a\\u003eMount Grace Hotel   \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27145775600\\\\\\u0022\\u003e014 577 5600\\u003cbr\\u003e\\u003c/a\\u003eValley Lodge Hotel   \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27145771301\\\\\\u0022\\u003e014 577 1301\\u003cbr\\u003e\\u003c/a\\u003eLa Classique Ristorante   \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27145774006\\\\\\u0022\\u003e014 577 4006\\u003c/a\\u003e\\u0022}},{\\u0022@type\\u0022:\\u0022Question\\u0022,\\u0022name\\u0022:\\u0022\\u003cstrong\\u003eSHOPPING\\u003c/strong\\u003e  \\u0022,\\u0022acceptedAnswer\\u0022:{\\u0022@type\\u0022:\\u0022Answer\\u0022,\\u0022text\\u0022:\\u0022If Only Antiques    \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27827878825\\\\\\u0022\\u003e082 787 8825\\u003cbr\\u003e\\u003c/a\\u003ePuss in Boots   \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27145773562\\\\\\u0022\\u003e014 577 3562\\u003c/a\\u003e\\u0022}},{\\u0022@type\\u0022:\\u0022Question\\u0022,\\u0022name\\u0022:\\u0022\\u003cstrong\\u003eSPORTS \\u0026amp; ADVENTURE\\u003c/strong\\u003e\\u0022,\\u0022acceptedAnswer\\u0022:{\\u0022@type\\u0022:\\u0022Answer\\u0022,\\u0022text\\u0022:\\u0022Tandem Paragliding flips  \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27823221824\\\\\\u0022\\u003e0823221824\\u003c/a\\u003e\\u003cbr\\u003eMountain Sanctuary Park   \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27145340114\\\\\\u0022\\u003e014 534 0114\\u003cbr\\u003e\\u003c/a\\u003eBill Harrops Original Balloon Safaris   \\u003ca href=\\\\\\u0022tel:+27145771733\\\\\\u0022\\u003e014 577 1733\\u003c/a\\u003e / \\u003ca href=\\\\\\u0022tel:+27837520036\\\\\\u0022\\u003e083 752 0036\\u003c/a\\u003e\\u003cbr\\u003ePecanwood Golf Course   \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27122440112\\\\\\u0022\\u003e012 244 0112\\u003cbr\\u003e\\u003c/a\\u003eAir Ventures Hot Air Balloons   \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27117935782\\\\\\u0022\\u003e011 793 5782\\u003cbr\\u003e\\u003c/a\\u003eGliding   \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27835266966\\\\\\u0022\\u003e083 526 6966\\u003cbr\\u003e\\u003c/a\\u003eMagaliesberg Canopy Tours   \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27145350150\\\\\\u0022\\u003e014 535 0150\\u003cbr\\u003e\\u003c/a\\u003eWild Cave Adventures   \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27824862464\\\\\\u0022\\u003e082 486 2464\\u003cbr\\u003e\\u003c/a\\u003eMiracle Waters Dive Gateway   \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27832359840\\\\\\u0022\\u003e083 235 9840\\u003c/a\\u003e\\u0022}},{\\u0022@type\\u0022:\\u0022Question\\u0022,\\u0022name\\u0022:\\u0022\\u003cstrong\\u003eHEALTH SPAS\\u003c/strong\\u003e\\u0022,\\u0022acceptedAnswer\\u0022:{\\u0022@type\\u0022:\\u0022Answer\\u0022,\\u0022text\\u0022:\\u0022Whispering Pines   \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27145771536\\\\\\u0022\\u003e014 577 1536\\u003cbr\\u003e\\u003c/a\\u003eMount Grace Spa   \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27145775600\\\\\\u0022\\u003e014 577 5600\\u003cbr\\u003e\\u003c/a\\u003eValley Lodge Spa   \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27145771301\\\\\\u0022\\u003e014 577 1301\\u003cbr\\u003e\\u003c/a\\u003eRosewell Spa   \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27145771172\\\\\\u0022\\u003e014 577 1172\\u003cbr\\u003e\\u003c/a\\u003eSparkling Waters   \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27145350019\\\\\\u0022\\u003e014 535 0019\\u003c/a\\u003e\\u0022}},{\\u0022@type\\u0022:\\u0022Question\\u0022,\\u0022name\\u0022:\\u0022\\u003cstrong\\u003ePLACES OF INTEREST\\u003c/strong\\u003e\\u0022,\\u0022acceptedAnswer\\u0022:{\\u0022@type\\u0022:\\u0022Answer\\u0022,\\u0022text\\u0022:\\u0022Maropeng Visitors Centre   \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27145779000\\\\\\u0022\\u003e014 577 9000\\u003cbr\\u003e\\u003c/a\\u003eSterkfontein Caves   \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27116683200\\\\\\u0022\\u003e011 668 3200\\u003cbr\\u003e\\u003c/a\\u003eBlaaubank Gold Mine   \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27825673111\\\\\\u0022\\u003e082 567 3111\\u003cbr\\u003e\\u003c/a\\u003eVan Gaalen Cheese Farm   \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27122071289\\\\\\u0022\\u003e012 207 1289\\u003cbr\\u003e\\u003c/a\\u003eHartebeespoort Cableway   \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27722412654\\\\\\u0022\\u003e072 241 2654\\u003cbr\\u003e\\u003c/a\\u003eElephant Sanctuary             \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27122580423\\\\\\u0022\\u003e012 258 0423\\u003cbr\\u003e\\u003c/a\\u003eTeam Gel   \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27114622894\\\\\\u0022\\u003e011 462 2894\\u003c/a\\u003e / \\u003ca href=\\\\\\u0022tel:+27833207623\\\\\\u0022\\u003e083 320 7623\\u003c/a\\u003e\\u003cbr\\u003eMonate Citrus Kelder   \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27122580712\\\\\\u0022\\u003e012 258 0712\\u003cbr\\u003e\\u003c/a\\u003eLiving Jewels   \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27119566444\\\\\\u0022\\u003e011 956 6444\\u003cbr\\u003e\\u003c/a\\u003eBlaaubank Candle Dipping   \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27145774609\\\\\\u0022\\u003e014 577 4609\\u003cbr\\u003e\\u003c/a\\u003eVeggie Picking \\u0026amp; Strawberry Picking \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27122071116\\\\\\u0022\\u003e012 207 1116\\u003c/a\\u003e\\u0022}}]}\",\"questionLeftPaddingDesktop\":15,\"questionBottomPaddingDesktop\":15,\"answerTopPadding\":0,\"answerRightPadding\":15,\"answerBottomPadding\":15,\"answerLeftPadding\":15,\"answerTopPaddingTablet\":10,\"answerRightPaddingTablet\":10,\"answerBottomPaddingTablet\":10,\"answerLeftPaddingTablet\":10,\"answerTopPaddingMobile\":10,\"answerRightPaddingMobile\":10,\"answerBottomPaddingMobile\":10,\"answerLeftPaddingMobile\":10,\"overallBorderTopWidth\":1,\"overallBorderLeftWidth\":1,\"overallBorderRightWidth\":1,\"overallBorderBottomWidth\":1,\"overallBorderTopLeftRadius\":2,\"overallBorderTopRightRadius\":2,\"overallBorderBottomLeftRadius\":2,\"overallBorderBottomRightRadius\":2,\"overallBorderStyle\":\"none\",\"overallBorderColor\":\"#D2D2D2\"} -->\n<div class=\"wp-block-uagb-faq uagb-faq__outer-wrap uagb-block-e5ab7210 uagb-faq-icon-row-reverse uagb-faq-layout-accordion uagb-faq-expand-first-false uagb-faq-inactive-other-true uagb-faq__wrap uagb-buttons-layout-wrap uagb-faq-equal-height\" data-faqtoggle=\"true\" role=\"tablist\"><!-- wp:uagb/faq-child {\"block_id\":\"ae9201a1\",\"question\":\"\\u003cstrong\\u003ePUBS / MICRO BREWERIES\\u003c/strong\\u003e\",\"answer\":\"Black Horse   \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27825613246\\u0022\\u003e082 561 3246\\u003cbr\\u003e\\u003c/a\\u003eBrauhaus am Dam   \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27878025519\\u0022\\u003e087 802 5519\\u003c/a\\u003e / \\u003ca href=\\u0022tel:+27729201742\\u0022\\u003e072 920 1742\\u003c/a\\u003e\\u003cbr\\u003eHartleys Elephant Bar   \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27145772301\\u0022\\u003e014 577 2301\\u003cbr\\u003e\\u003c/a\\u003eThatchwood Pub   \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27837091672\\u0022\\u003e083 709 1672\\u003cbr\\u003e\\u003c/a\\u003eMonate Citrus Kelder   \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27122580712\\u0022\\u003e012 258 0712\\u003c/a\\u003e\"} -->\n<div class=\"wp-block-uagb-faq-child uagb-faq-child__outer-wrap uagb-faq-item uagb-block-ae9201a1\" role=\"tab\" tabindex=\"0\"><div class=\"uagb-faq-questions-button uagb-faq-questions\"><span class=\"uagb-icon uagb-faq-icon-wrap\"><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 448 512\"><path d=\"M432 256c0 17.69-14.33 32.01-32 32.01H256v144c0 17.69-14.33 31.99-32 31.99s-32-14.3-32-31.99v-144H48c-17.67 0-32-14.32-32-32.01s14.33-31.99 32-31.99H192v-144c0-17.69 14.33-32.01 32-32.01s32 14.32 32 32.01v144h144C417.7 224 432 238.3 432 256z\"></path></svg></span><span class=\"uagb-icon-active uagb-faq-icon-wrap\"><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 448 512\"><path d=\"M400 288h-352c-17.69 0-32-14.32-32-32.01s14.31-31.99 32-31.99h352c17.69 0 32 14.3 32 31.99S417.7 288 400 288z\"></path></svg></span><span class=\"uagb-question\"><strong>PUBS / MICRO BREWERIES</strong></span></div><p class=\"uagb-faq-content\">Black Horse   <br><a href=\"tel:+27825613246\">082 561 3246<br></a>Brauhaus am Dam   <br><a href=\"tel:+27878025519\">087 802 5519</a> / <a href=\"tel:+27729201742\">072 920 1742</a><br>Hartleys Elephant Bar   <br><a href=\"tel:+27145772301\">014 577 2301<br></a>Thatchwood Pub   <br><a href=\"tel:+27837091672\">083 709 1672<br></a>Monate Citrus Kelder   <br><a href=\"tel:+27122580712\">012 258 0712</a></p></div>\n<!-- /wp:uagb/faq-child -->\n\n<!-- wp:uagb/faq-child {\"block_id\":\"fae6b45e\",\"question\":\"\\u003cstrong\\u003eTEA GARDENS / RESTAURANTS   \\u003c/strong\\u003e\",\"answer\":\"Black Horse   \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27825613246\\u0022\\u003e082 561 3246\\u003cbr\\u003e\\u003c/a\\u003eBrauhaus am Dam   \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27878025519\\u0022\\u003e087 802 5519\\u003c/a\\u003e / \\u003ca href=\\u0022tel:+27729201742\\u0022\\u003e072 920 1742\\u003c/a\\u003e\\u003cbr\\u003eMelon Rouge   \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27796806050\\u0022\\u003e079 680 6050\\u003cbr\\u003e\\u003c/a\\u003eMount Grace Hotel   \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27145775600\\u0022\\u003e014 577 5600\\u003cbr\\u003e\\u003c/a\\u003eValley Lodge Hotel   \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27145771301\\u0022\\u003e014 577 1301\\u003cbr\\u003e\\u003c/a\\u003eLa Classique Ristorante   \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27145774006\\u0022\\u003e014 577 4006\\u003c/a\\u003e\"} -->\n<div class=\"wp-block-uagb-faq-child uagb-faq-child__outer-wrap uagb-faq-item uagb-block-fae6b45e\" role=\"tab\" tabindex=\"0\"><div class=\"uagb-faq-questions-button uagb-faq-questions\"><span class=\"uagb-icon uagb-faq-icon-wrap\"><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 448 512\"><path d=\"M432 256c0 17.69-14.33 32.01-32 32.01H256v144c0 17.69-14.33 31.99-32 31.99s-32-14.3-32-31.99v-144H48c-17.67 0-32-14.32-32-32.01s14.33-31.99 32-31.99H192v-144c0-17.69 14.33-32.01 32-32.01s32 14.32 32 32.01v144h144C417.7 224 432 238.3 432 256z\"></path></svg></span><span class=\"uagb-icon-active uagb-faq-icon-wrap\"><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 448 512\"><path d=\"M400 288h-352c-17.69 0-32-14.32-32-32.01s14.31-31.99 32-31.99h352c17.69 0 32 14.3 32 31.99S417.7 288 400 288z\"></path></svg></span><span class=\"uagb-question\"><strong>TEA GARDENS / RESTAURANTS   </strong></span></div><p class=\"uagb-faq-content\">Black Horse   <br><a href=\"tel:+27825613246\">082 561 3246<br></a>Brauhaus am Dam   <br><a href=\"tel:+27878025519\">087 802 5519</a> / <a href=\"tel:+27729201742\">072 920 1742</a><br>Melon Rouge   <br><a href=\"tel:+27796806050\">079 680 6050<br></a>Mount Grace Hotel   <br><a href=\"tel:+27145775600\">014 577 5600<br></a>Valley Lodge Hotel   <br><a href=\"tel:+27145771301\">014 577 1301<br></a>La Classique Ristorante   <br><a href=\"tel:+27145774006\">014 577 4006</a></p></div>\n<!-- /wp:uagb/faq-child -->\n\n<!-- wp:uagb/faq-child {\"block_id\":\"59f71976\",\"question\":\"\\u003cstrong\\u003eSHOPPING\\u003c/strong\\u003e  \",\"answer\":\"If Only Antiques    \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27827878825\\u0022\\u003e082 787 8825\\u003cbr\\u003e\\u003c/a\\u003ePuss in Boots   \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27145773562\\u0022\\u003e014 577 3562\\u003c/a\\u003e\"} -->\n<div class=\"wp-block-uagb-faq-child uagb-faq-child__outer-wrap uagb-faq-item uagb-block-59f71976\" role=\"tab\" tabindex=\"0\"><div class=\"uagb-faq-questions-button uagb-faq-questions\"><span class=\"uagb-icon uagb-faq-icon-wrap\"><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 448 512\"><path d=\"M432 256c0 17.69-14.33 32.01-32 32.01H256v144c0 17.69-14.33 31.99-32 31.99s-32-14.3-32-31.99v-144H48c-17.67 0-32-14.32-32-32.01s14.33-31.99 32-31.99H192v-144c0-17.69 14.33-32.01 32-32.01s32 14.32 32 32.01v144h144C417.7 224 432 238.3 432 256z\"></path></svg></span><span class=\"uagb-icon-active uagb-faq-icon-wrap\"><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 448 512\"><path d=\"M400 288h-352c-17.69 0-32-14.32-32-32.01s14.31-31.99 32-31.99h352c17.69 0 32 14.3 32 31.99S417.7 288 400 288z\"></path></svg></span><span class=\"uagb-question\"><strong>SHOPPING</strong>  </span></div><p class=\"uagb-faq-content\">If Only Antiques    <br><a href=\"tel:+27827878825\">082 787 8825<br></a>Puss in Boots   <br><a href=\"tel:+27145773562\">014 577 3562</a></p></div>\n<!-- /wp:uagb/faq-child -->\n\n<!-- wp:uagb/faq-child {\"block_id\":\"76c48223\",\"question\":\"\\u003cstrong\\u003eSPORTS \\u0026amp; ADVENTURE\\u003c/strong\\u003e\",\"answer\":\"Tandem Paragliding flips  \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27823221824\\u0022\\u003e0823221824\\u003c/a\\u003e\\u003cbr\\u003eMountain Sanctuary Park   \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27145340114\\u0022\\u003e014 534 0114\\u003cbr\\u003e\\u003c/a\\u003eBill Harrops Original Balloon Safaris   \\u003ca href=\\u0022tel:+27145771733\\u0022\\u003e014 577 1733\\u003c/a\\u003e / \\u003ca href=\\u0022tel:+27837520036\\u0022\\u003e083 752 0036\\u003c/a\\u003e\\u003cbr\\u003ePecanwood Golf Course   \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27122440112\\u0022\\u003e012 244 0112\\u003cbr\\u003e\\u003c/a\\u003eAir Ventures Hot Air Balloons   \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27117935782\\u0022\\u003e011 793 5782\\u003cbr\\u003e\\u003c/a\\u003eGliding   \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27835266966\\u0022\\u003e083 526 6966\\u003cbr\\u003e\\u003c/a\\u003eMagaliesberg Canopy Tours   \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27145350150\\u0022\\u003e014 535 0150\\u003cbr\\u003e\\u003c/a\\u003eWild Cave Adventures   \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27824862464\\u0022\\u003e082 486 2464\\u003cbr\\u003e\\u003c/a\\u003eMiracle Waters Dive Gateway   \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27832359840\\u0022\\u003e083 235 9840\\u003c/a\\u003e\"} -->\n<div class=\"wp-block-uagb-faq-child uagb-faq-child__outer-wrap uagb-faq-item uagb-block-76c48223\" role=\"tab\" tabindex=\"0\"><div class=\"uagb-faq-questions-button uagb-faq-questions\"><span class=\"uagb-icon uagb-faq-icon-wrap\"><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 448 512\"><path d=\"M432 256c0 17.69-14.33 32.01-32 32.01H256v144c0 17.69-14.33 31.99-32 31.99s-32-14.3-32-31.99v-144H48c-17.67 0-32-14.32-32-32.01s14.33-31.99 32-31.99H192v-144c0-17.69 14.33-32.01 32-32.01s32 14.32 32 32.01v144h144C417.7 224 432 238.3 432 256z\"></path></svg></span><span class=\"uagb-icon-active uagb-faq-icon-wrap\"><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 448 512\"><path d=\"M400 288h-352c-17.69 0-32-14.32-32-32.01s14.31-31.99 32-31.99h352c17.69 0 32 14.3 32 31.99S417.7 288 400 288z\"></path></svg></span><span class=\"uagb-question\"><strong>SPORTS &amp; ADVENTURE</strong></span></div><p class=\"uagb-faq-content\">Tandem Paragliding flips  <br><a href=\"tel:+27823221824\">0823221824</a><br>Mountain Sanctuary Park   <br><a href=\"tel:+27145340114\">014 534 0114<br></a>Bill Harrops Original Balloon Safaris   <a href=\"tel:+27145771733\">014 577 1733</a> / <a href=\"tel:+27837520036\">083 752 0036</a><br>Pecanwood Golf Course   <br><a href=\"tel:+27122440112\">012 244 0112<br></a>Air Ventures Hot Air Balloons   <br><a href=\"tel:+27117935782\">011 793 5782<br></a>Gliding   <br><a href=\"tel:+27835266966\">083 526 6966<br></a>Magaliesberg Canopy Tours   <br><a href=\"tel:+27145350150\">014 535 0150<br></a>Wild Cave Adventures   <br><a href=\"tel:+27824862464\">082 486 2464<br></a>Miracle Waters Dive Gateway   <br><a href=\"tel:+27832359840\">083 235 9840</a></p></div>\n<!-- /wp:uagb/faq-child -->\n\n<!-- wp:uagb/faq-child {\"block_id\":\"0167eb57\",\"question\":\"\\u003cstrong\\u003eHEALTH SPAS\\u003c/strong\\u003e\",\"answer\":\"Whispering Pines   \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27145771536\\u0022\\u003e014 577 1536\\u003cbr\\u003e\\u003c/a\\u003eMount Grace Spa   \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27145775600\\u0022\\u003e014 577 5600\\u003cbr\\u003e\\u003c/a\\u003eValley Lodge Spa   \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27145771301\\u0022\\u003e014 577 1301\\u003cbr\\u003e\\u003c/a\\u003eRosewell Spa   \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27145771172\\u0022\\u003e014 577 1172\\u003cbr\\u003e\\u003c/a\\u003eSparkling Waters   \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27145350019\\u0022\\u003e014 535 0019\\u003c/a\\u003e\"} -->\n<div class=\"wp-block-uagb-faq-child uagb-faq-child__outer-wrap uagb-faq-item uagb-block-0167eb57\" role=\"tab\" tabindex=\"0\"><div class=\"uagb-faq-questions-button uagb-faq-questions\"><span class=\"uagb-icon uagb-faq-icon-wrap\"><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 448 512\"><path d=\"M432 256c0 17.69-14.33 32.01-32 32.01H256v144c0 17.69-14.33 31.99-32 31.99s-32-14.3-32-31.99v-144H48c-17.67 0-32-14.32-32-32.01s14.33-31.99 32-31.99H192v-144c0-17.69 14.33-32.01 32-32.01s32 14.32 32 32.01v144h144C417.7 224 432 238.3 432 256z\"></path></svg></span><span class=\"uagb-icon-active uagb-faq-icon-wrap\"><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 448 512\"><path d=\"M400 288h-352c-17.69 0-32-14.32-32-32.01s14.31-31.99 32-31.99h352c17.69 0 32 14.3 32 31.99S417.7 288 400 288z\"></path></svg></span><span class=\"uagb-question\"><strong>HEALTH SPAS</strong></span></div><p class=\"uagb-faq-content\">Whispering Pines   <br><a href=\"tel:+27145771536\">014 577 1536<br></a>Mount Grace Spa   <br><a href=\"tel:+27145775600\">014 577 5600<br></a>Valley Lodge Spa   <br><a href=\"tel:+27145771301\">014 577 1301<br></a>Rosewell Spa   <br><a href=\"tel:+27145771172\">014 577 1172<br></a>Sparkling Waters   <br><a href=\"tel:+27145350019\">014 535 0019</a></p></div>\n<!-- /wp:uagb/faq-child -->\n\n<!-- wp:uagb/faq-child {\"block_id\":\"6480dad2\",\"question\":\"\\u003cstrong\\u003ePLACES OF INTEREST\\u003c/strong\\u003e\",\"answer\":\"Maropeng Visitors Centre   \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27145779000\\u0022\\u003e014 577 9000\\u003cbr\\u003e\\u003c/a\\u003eSterkfontein Caves   \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27116683200\\u0022\\u003e011 668 3200\\u003cbr\\u003e\\u003c/a\\u003eBlaaubank Gold Mine   \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27825673111\\u0022\\u003e082 567 3111\\u003cbr\\u003e\\u003c/a\\u003eVan Gaalen Cheese Farm   \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27122071289\\u0022\\u003e012 207 1289\\u003cbr\\u003e\\u003c/a\\u003eHartebeespoort Cableway   \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27722412654\\u0022\\u003e072 241 2654\\u003cbr\\u003e\\u003c/a\\u003eElephant Sanctuary             \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27122580423\\u0022\\u003e012 258 0423\\u003cbr\\u003e\\u003c/a\\u003eTeam Gel   \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27114622894\\u0022\\u003e011 462 2894\\u003c/a\\u003e / \\u003ca href=\\u0022tel:+27833207623\\u0022\\u003e083 320 7623\\u003c/a\\u003e\\u003cbr\\u003eMonate Citrus Kelder   \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27122580712\\u0022\\u003e012 258 0712\\u003cbr\\u003e\\u003c/a\\u003eLiving Jewels   \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27119566444\\u0022\\u003e011 956 6444\\u003cbr\\u003e\\u003c/a\\u003eBlaaubank Candle Dipping   \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27145774609\\u0022\\u003e014 577 4609\\u003cbr\\u003e\\u003c/a\\u003eVeggie Picking \\u0026amp; Strawberry Picking \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27122071116\\u0022\\u003e012 207 1116\\u003c/a\\u003e\"} -->\n<div class=\"wp-block-uagb-faq-child uagb-faq-child__outer-wrap uagb-faq-item uagb-block-6480dad2\" role=\"tab\" tabindex=\"0\"><div class=\"uagb-faq-questions-button uagb-faq-questions\"><span class=\"uagb-icon uagb-faq-icon-wrap\"><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 448 512\"><path d=\"M432 256c0 17.69-14.33 32.01-32 32.01H256v144c0 17.69-14.33 31.99-32 31.99s-32-14.3-32-31.99v-144H48c-17.67 0-32-14.32-32-32.01s14.33-31.99 32-31.99H192v-144c0-17.69 14.33-32.01 32-32.01s32 14.32 32 32.01v144h144C417.7 224 432 238.3 432 256z\"></path></svg></span><span class=\"uagb-icon-active uagb-faq-icon-wrap\"><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 448 512\"><path d=\"M400 288h-352c-17.69 0-32-14.32-32-32.01s14.31-31.99 32-31.99h352c17.69 0 32 14.3 32 31.99S417.7 288 400 288z\"></path></svg></span><span class=\"uagb-question\"><strong>PLACES OF INTEREST</strong></span></div><p class=\"uagb-faq-content\">Maropeng Visitors Centre   <br><a href=\"tel:+27145779000\">014 577 9000<br></a>Sterkfontein Caves   <br><a href=\"tel:+27116683200\">011 668 3200<br></a>Blaaubank Gold Mine   <br><a href=\"tel:+27825673111\">082 567 3111<br></a>Van Gaalen Cheese Farm   <br><a href=\"tel:+27122071289\">012 207 1289<br></a>Hartebeespoort Cableway   <br><a href=\"tel:+27722412654\">072 241 2654<br></a>Elephant Sanctuary             <br><a href=\"tel:+27122580423\">012 258 0423<br></a>Team Gel   <br><a href=\"tel:+27114622894\">011 462 2894</a> / <a href=\"tel:+27833207623\">083 320 7623</a><br>Monate Citrus Kelder   <br><a href=\"tel:+27122580712\">012 258 0712<br></a>Living Jewels   <br><a href=\"tel:+27119566444\">011 956 6444<br></a>Blaaubank Candle Dipping   <br><a href=\"tel:+27145774609\">014 577 4609<br></a>Veggie Picking &amp; Strawberry Picking <br><a href=\"tel:+27122071116\">012 207 1116</a></p></div>\n<!-- /wp:uagb/faq-child --></div>\n<!-- /wp:uagb/faq --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"f29158cb\",\"innerContentCustomWidthDesktop\":781,\"innerContentCustomWidthTablet\":781,\"backgroundType\":\"image\",\"backgroundImageDesktop\":{\"id\":907,\"title\":\"241565_xl\",\"filename\":\"241565_xl.jpg\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/241565_xl.jpg\",\"link\":\"https://blueroan.netgen.cloud/home/241565_xl/\",\"alt\":\"\",\"author\":\"2\",\"description\":\"\",\"caption\":\"\",\"name\":\"241565_xl\",\"status\":\"inherit\",\"uploadedTo\":760,\"date\":\"2022-12-13T15:04:35.000Z\",\"modified\":\"2022-12-13T15:04:35.000Z\",\"menuOrder\":0,\"mime\":\"image/jpeg\",\"type\":\"image\",\"subtype\":\"jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-includes/images/media/default.png\",\"dateFormatted\":\"December 13, 2022\",\"nonces\":{\"update\":\"8ba15922a4\",\"delete\":\"e660ddd200\",\"edit\":\"57c3a4b066\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=907\\u0026action=edit\",\"meta\":false,\"authorName\":\"Netgen Support\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/profile.php\",\"uploadedToTitle\":\"Home\",\"uploadedToLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=760\\u0026action=edit\",\"filesizeInBytes\":90717,\"filesizeHumanReadable\":\"89 KB\",\"context\":\"\",\"height\":534,\"width\":800,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/241565_xl-150x150.jpg\",\"orientation\":\"landscape\"},\"medium\":{\"height\":200,\"width\":300,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/241565_xl-300x200.jpg\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/241565_xl.jpg\",\"height\":534,\"width\":800,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"backgroundImageColor\":\"rgba(42,42,42,0.65)\",\"topPaddingDesktop\":144,\"bottomPaddingDesktop\":144,\"leftPaddingDesktop\":40,\"rightPaddingDesktop\":40,\"topPaddingTablet\":80,\"bottomPaddingTablet\":80,\"leftPaddingTablet\":40,\"rightPaddingTablet\":40,\"topPaddingMobile\":64,\"bottomPaddingMobile\":64,\"leftPaddingMobile\":24,\"rightPaddingMobile\":24,\"paddingLink\":false,\"variationSelected\":true,\"isBlockRootParent\":true,\"overlayType\":\"color\"} -->\n<div class=\"wp-block-uagb-container uagb-block-f29158cb alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/advanced-heading {\"block_id\":\"8f31bc99\",\"classMigrate\":true,\"headingDescToggle\":true,\"headingAlign\":\"center\",\"headingColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"subHeadingColor\":\"var(\\u002d\\u002dast-global-color-4)\",\"headSpace\":20} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-8f31bc99\"><h2 class=\"uagb-heading-text\">Create Memorable Moments at Blue Roan!</h2><p class=\"uagb-desc-text\">Blue Roan is a 4-star graded pet-friendly venue</p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/advanced-heading {\"block_id\":\"01711d15\",\"classMigrate\":true,\"headingTitleToggle\":false,\"headingDescToggle\":true,\"headingAlign\":\"center\",\"subHeadingColor\":\"var(\\u002d\\u002dast-global-color-4)\",\"subHeadTransform\":\"uppercase\",\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"subHeadLetterSpacing\":2,\"blockTopPadding\":60,\"blockRightPadding\":0,\"blockLeftPadding\":0,\"blockBottomPadding\":0,\"blockTopPaddingMobile\":30,\"blockRightPaddingMobile\":0,\"blockLeftPaddingMobile\":0,\"blockBottomPaddingMobile\":0,\"linkColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"linkHColor\":\"var(\\u002d\\u002dast-global-color-0)\"} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-01711d15\"><p class=\"uagb-desc-text\"><a href=\"https://book.nightsbridge.com/11065\" target=\"_blank\" rel=\"noreferrer noopener\">BOOK YOUR STAY NOW​</a></p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/icon-list {\"block_id\":\"49563947\",\"classMigrate\":true,\"childMigrate\":true,\"align\":\"center\",\"parentIcon\":\"phone\",\"size\":40,\"sizeMobile\":24,\"sizeTablet\":32,\"fontSize\":48,\"fontSizeMobile\":28,\"fontSizeTablet\":40,\"fontWeight\":\"600\",\"iconColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"labelColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"blockTopPadding\":0,\"blockRightPadding\":0,\"blockLeftPadding\":0,\"blockBottomPadding\":24,\"blockPaddingLink\":false} -->\n<div class=\"wp-block-uagb-icon-list uagb-block-49563947\"><div class=\"uagb-icon-list__wrap\"><!-- wp:uagb/icon-list-child {\"block_id\":\"d853dbb9\",\"label\":\"+ 27 (0) 82 575 5409\",\"label_color\":\"\",\"link\":\"tel:+27825755409\",\"disableLink\":true,\"fromParentIcon\":\"phone\",\"imageSizeChild\":40} -->\n<div class=\"wp-block-uagb-icon-list-child uagb-block-d853dbb9\"><a target=\"_self\" aria-label=\"+ 27 (0) 82 575 5409\" rel=\"noopener noreferrer\" href=\"tel:+27825755409\"> </a><span class=\"uagb-icon-list__source-wrap\"><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M511.2 387l-23.25 100.8c-3.266 14.25-15.79 24.22-30.46 24.22C205.2 512 0 306.8 0 54.5c0-14.66 9.969-27.2 24.22-30.45l100.8-23.25C139.7-2.602 154.7 5.018 160.8 18.92l46.52 108.5c5.438 12.78 1.77 27.67-8.98 36.45L144.5 207.1c33.98 69.22 90.26 125.5 159.5 159.5l44.08-53.8c8.688-10.78 23.69-14.51 36.47-8.975l108.5 46.51C506.1 357.2 514.6 372.4 511.2 387z\"></path></svg></span><span class=\"uagb-icon-list__label\">+ 27 (0) 82 575 5409</span></div>\n<!-- /wp:uagb/icon-list-child -->\n\n<!-- wp:uagb/icon-list-child {\"block_id\":\"56345d5d\",\"label\":\" blueroan@ugo.co.za\",\"icon\":\"envelope\",\"label_color\":\"\",\"link\":\"mailto: blueroan@ugo.co.za\",\"disableLink\":true} -->\n<div class=\"wp-block-uagb-icon-list-child uagb-block-56345d5d\"><a target=\"_self\" aria-label=\" blueroan@ugo.co.za\" rel=\"noopener noreferrer\" href=\"mailto:blueroan@ugo.co.za\"> </a><span class=\"uagb-icon-list__source-wrap\"><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M464 64C490.5 64 512 85.49 512 112C512 127.1 504.9 141.3 492.8 150.4L275.2 313.6C263.8 322.1 248.2 322.1 236.8 313.6L19.2 150.4C7.113 141.3 0 127.1 0 112C0 85.49 21.49 64 48 64H464zM217.6 339.2C240.4 356.3 271.6 356.3 294.4 339.2L512 176V384C512 419.3 483.3 448 448 448H64C28.65 448 0 419.3 0 384V176L217.6 339.2z\"></path></svg></span><span class=\"uagb-icon-list__label\"> blueroan@ugo.co.za</span></div>\n<!-- /wp:uagb/icon-list-child --></div></div>\n<!-- /wp:uagb/icon-list --></div></div>\n<!-- /wp:uagb/container -->',	'Amenities',	'',	'publish',	'closed',	'closed',	'',	'amenities',	'',	'',	'2022-12-19 14:27:35',	'2022-12-19 14:27:35',	'',	0,	'https://blueroan.netgen.cloud/index.php/amenities/',	0,	'page',	'',	0),
(763,	2,	'2021-05-12 05:16:09',	'2021-05-12 05:16:09',	'<!-- wp:uagb/container {\"block_id\":\"d552f7f8\",\"backgroundType\":\"image\",\"backgroundImageDesktop\":{\"uploading\":false,\"date\":1670942633000,\"filename\":\"sun-coming-up.jpg\",\"menuOrder\":0,\"uploadedTo\":763,\"type\":\"image\",\"subtype\":\"jpeg\",\"id\":891,\"title\":\"sun-coming-up\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/sun-coming-up.jpg\",\"link\":\"https://blueroan.netgen.cloud/contact/sun-coming-up/\",\"alt\":\"\",\"author\":\"2\",\"description\":\"\",\"caption\":\"\",\"name\":\"sun-coming-up\",\"status\":\"inherit\",\"modified\":1670942633000,\"mime\":\"image/jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-includes/images/media/default.png\",\"dateFormatted\":\"December 13, 2022\",\"nonces\":{\"update\":\"0b6ba1e912\",\"delete\":\"ed9c1b4aaf\",\"edit\":\"102223bebb\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=891\\u0026action=edit\",\"meta\":false,\"authorName\":\"Netgen Support\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/profile.php\",\"uploadedToTitle\":\"Contact\",\"uploadedToLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=763\\u0026action=edit\",\"filesizeInBytes\":238877,\"filesizeHumanReadable\":\"233 KB\",\"context\":\"\",\"height\":800,\"width\":1200,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/sun-coming-up-150x150.jpg\",\"orientation\":\"landscape\"},\"medium\":{\"height\":200,\"width\":300,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/sun-coming-up-300x200.jpg\",\"orientation\":\"landscape\"},\"large\":{\"height\":683,\"width\":1024,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/sun-coming-up-1024x683.jpg\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/sun-coming-up.jpg\",\"height\":800,\"width\":1200,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"backgroundPositionDesktop\":{\"x\":0.6,\"y\":0.78},\"backgroundSizeTablet\":\"cover\",\"backgroundSizeMobile\":\"cover\",\"backgroundColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"backgroundImageColor\":\"rgba(42,42,42,0.5)\",\"topPaddingDesktop\":220,\"bottomPaddingDesktop\":150,\"topPaddingTablet\":170,\"bottomPaddingTablet\":160,\"leftPaddingTablet\":30,\"rightPaddingTablet\":30,\"topPaddingMobile\":180,\"bottomPaddingMobile\":80,\"leftPaddingMobile\":20,\"rightPaddingMobile\":20,\"paddingLink\":false,\"variationSelected\":true,\"isBlockRootParent\":true,\"overlayType\":\"color\"} -->\n<div class=\"wp-block-uagb-container uagb-block-d552f7f8 alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/advanced-heading {\"block_id\":\"565c7c3f\",\"classMigrate\":true,\"headingDescToggle\":true,\"headingColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"subHeadingColor\":\"var(\\u002d\\u002dast-global-color-4)\",\"headingTag\":\"h1\",\"headSpace\":20,\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"blockTopPadding\":0,\"blockRightPadding\":50,\"blockLeftPadding\":0,\"blockBottomPadding\":0,\"blockTopPaddingTablet\":0,\"blockRightPaddingTablet\":20,\"blockLeftPaddingTablet\":0,\"blockBottomPaddingTablet\":0,\"blockTopPaddingMobile\":0,\"blockRightPaddingMobile\":0,\"blockLeftPaddingMobile\":0,\"blockBottomPaddingMobile\":0,\"blockPaddingUnit\":\"%\",\"blockPaddingUnitTablet\":\"%\"} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-565c7c3f\"><h1 class=\"uagb-heading-text\">Contact Us​</h1><p class=\"uagb-desc-text\">Do you want to enquire about our pricing or arrangements we can help you with? Give us a call or send us an email. </p></div>\n<!-- /wp:uagb/advanced-heading --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"d8db17d8\",\"directionDesktop\":\"row\",\"alignItemsDesktop\":\"flex-start\",\"backgroundType\":\"color\",\"backgroundSizeTablet\":\"cover\",\"backgroundSizeMobile\":\"cover\",\"backgroundColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"topPaddingDesktop\":100,\"bottomPaddingDesktop\":100,\"topPaddingTablet\":80,\"bottomPaddingTablet\":80,\"leftPaddingTablet\":30,\"rightPaddingTablet\":30,\"topPaddingMobile\":80,\"bottomPaddingMobile\":80,\"leftPaddingMobile\":20,\"rightPaddingMobile\":20,\"paddingLink\":false,\"variationSelected\":true,\"rowGapMobile\":50,\"columnGapDesktop\":0,\"isBlockRootParent\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-d8db17d8 alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/container {\"block_id\":\"e17ce2a5\",\"topPaddingDesktop\":30,\"rightPaddingDesktop\":100,\"topPaddingTablet\":30,\"paddingLink\":false,\"variationSelected\":true,\"rowGapDesktop\":0,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-e17ce2a5\"><!-- wp:uagb/advanced-heading {\"block_id\":\"521c98ed\",\"classMigrate\":true,\"headingTag\":\"h6\",\"headSpace\":10} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-521c98ed\"><h6 class=\"uagb-heading-text\">Contact</h6></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/advanced-heading {\"block_id\":\"27c92f21\",\"classMigrate\":true,\"headingTag\":\"h4\",\"headSpace\":0} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-27c92f21\"><h4 class=\"uagb-heading-text\">Tel:&nbsp;<strong><a href=\"tel:+27825755409\">+ 27 (0) 82 575 5409</a></strong><br>Email:&nbsp;<strong><a href=\"mailto:blueroan@ugo.co.za\">blueroan@ugo.co.za</a></strong></h4></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/advanced-heading {\"block_id\":\"a2c566e6\",\"classMigrate\":true,\"headingTag\":\"h6\",\"headSpace\":10,\"blockTopPadding\":35,\"blockRightPadding\":0,\"blockLeftPadding\":0,\"blockBottomPadding\":0} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-a2c566e6\"><h6 class=\"uagb-heading-text\">Check-in &amp; Check-out times </h6></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/advanced-heading {\"block_id\":\"08dc66dc\",\"classMigrate\":true,\"headingTag\":\"h4\",\"headSpace\":0} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-08dc66dc\"><h4 class=\"uagb-heading-text\">Check-in after 14:00 and before 20:00<br>Check out by 10:00 am</h4></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/advanced-heading {\"block_id\":\"724996fd\",\"classMigrate\":true,\"headingTag\":\"h6\",\"headSpace\":10,\"blockTopPadding\":35,\"blockRightPadding\":0,\"blockLeftPadding\":0,\"blockBottomPadding\":0} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-724996fd\"><h6 class=\"uagb-heading-text\">Location​</h6></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/advanced-heading {\"block_id\":\"99fce543\",\"classMigrate\":true,\"headingTag\":\"h4\",\"headSpace\":0} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-99fce543\"><h4 class=\"uagb-heading-text\">7.8 km from Magaliesburg on the<br>Koster road, R509, Magaliesburg, 1791</h4></div>\n<!-- /wp:uagb/advanced-heading --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"45ef62e1\",\"variationSelected\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-45ef62e1\"><!-- wp:heading -->\n<h2>More info </h2>\n<!-- /wp:heading -->\n\n<!-- wp:heading {\"textAlign\":\"center\",\"level\":5} -->\n<h5 class=\"has-text-align-center\"><a href=\"/faqs/\">FAQs </a></h5>\n<!-- /wp:heading -->\n\n<!-- wp:heading {\"textAlign\":\"center\",\"level\":5} -->\n<h5 class=\"has-text-align-center\"><a href=\"/faqs/#pet-policy\">Pet Policy </a></h5>\n<!-- /wp:heading -->\n\n<!-- wp:heading {\"textAlign\":\"center\",\"level\":5} -->\n<h5 class=\"has-text-align-center\"><a href=\"mailto: blueroan@ugo.co.za\">Email feedback or support </a></h5>\n<!-- /wp:heading -->\n\n<!-- wp:heading {\"textAlign\":\"center\",\"level\":5} -->\n<h5 class=\"has-text-align-center\"><a href=\"https://www.google.co.za/maps/place/Blue+Roan+Country+Lodge+Magaliesburg/@-26.0052002,27.4666378,17z/data=!3m1!4b1!4m8!3m7!1s0x1e95f3cf93e0be45:0xeb946cc837d4d199!5m2!4m1!1i2!8m2!3d-26.0052002!4d27.4688265\" target=\"_blank\" rel=\"noreferrer noopener\">Our location</a></h5>\n<!-- /wp:heading -->\n\n<!-- wp:heading {\"textAlign\":\"center\",\"level\":5} -->\n<h5 class=\"has-text-align-center\"><a href=\"/amenities/#nearby-visits\">Local interests</a></h5>\n<!-- /wp:heading --></div>\n<!-- /wp:uagb/container --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"b43993d6\",\"innerContentWidth\":\"alignfull\",\"variationSelected\":true,\"isBlockRootParent\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-b43993d6 alignfull uagb-is-root-container\"></div>\n<!-- /wp:uagb/container -->',	'Contact',	'',	'publish',	'closed',	'closed',	'',	'contact',	'',	'',	'2022-12-15 14:02:10',	'2022-12-15 14:02:10',	'',	0,	'https://blueroan.netgen.cloud/index.php/contact/',	0,	'page',	'',	0),
(764,	2,	'2022-12-13 08:53:13',	'2022-12-13 08:53:13',	'<!-- wp:cover {\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/background-img-1.jpg\",\"id\":54,\"dimRatio\":65,\"overlayColor\":\"ast-global-color-0\",\"focalPoint\":{\"x\":\"0.50\",\"y\":\"0.20\"},\"minHeight\":600,\"align\":\"full\"} -->\n<div class=\"wp-block-cover alignfull\" style=\"min-height:600px\"><span aria-hidden=\"true\" class=\"wp-block-cover__background has-ast-global-color-0-background-color has-background-dim-70 has-background-dim\"></span><img class=\"wp-block-cover__image-background wp-image-54\" alt=\"\" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/background-img-1.jpg\" style=\"object-position:50% 20%\" data-object-fit=\"cover\" data-object-position=\"50% 20%\"/><div class=\"wp-block-cover__inner-container\"><!-- wp:heading {\"textAlign\":\"center\",\"textColor\":\"white\"} -->\n<h2 class=\"has-text-align-center has-white-color has-text-color\">Plan an Unforgettable Experience in Mykonos Today!</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph {\"align\":\"center\"} -->\n<p class=\"has-text-align-center\">We can help you fit your stay and experience within your allotted budget.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"textAlign\":\"center\",\"level\":5,\"textColor\":\"white\"} -->\n<h5 class=\"has-text-align-center has-white-color has-text-color\">Book Your Stay Now</h5>\n<!-- /wp:heading -->\n\n<!-- wp:heading {\"textAlign\":\"center\",\"textColor\":\"white\"} -->\n<h2 class=\"has-text-align-center has-white-color has-text-color\">+1-123 456 7890</h2>\n<!-- /wp:heading --></div></div>\n<!-- /wp:cover -->',	'Footer CTA',	'',	'inherit',	'closed',	'closed',	'',	'488-revision-v1',	'',	'',	'2022-12-13 08:53:13',	'2022-12-13 08:53:13',	'',	488,	'https://blueroan.netgen.cloud/?p=764',	0,	'revision',	'',	0),
(765,	2,	'2022-12-13 08:53:13',	'2022-12-13 08:53:13',	'<!-- wp:cover {\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/about-banner.jpg\",\"id\":164,\"customOverlayColor\":\"#222222\",\"focalPoint\":{\"x\":\"0.50\",\"y\":\"0.00\"},\"minHeight\":65,\"minHeightUnit\":\"vh\",\"align\":\"full\"} -->\n<div class=\"wp-block-cover alignfull has-background-dim\" style=\"background-color:#222222;min-height:65vh\"><img class=\"wp-block-cover__image-background wp-image-164\" alt=\"\" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/about-banner.jpg\" style=\"object-position:50% 0%\" data-object-fit=\"cover\" data-object-position=\"50% 0%\"/><div class=\"wp-block-cover__inner-container\"><!-- wp:heading {\"level\":1,\"textColor\":\"white\"} -->\n<h1 class=\"has-white-color has-text-color\">Contact Us</h1>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Cursus tempus, tincidunt quis sem sapien id non eget sed in consequat tellus <br>phasellus orci in semper elit porttitor eget metus, aliquet egestas aliquet erat <br>congue eget urna diam, tellus at leo.</p>\n<!-- /wp:paragraph --></div></div>\n<!-- /wp:cover -->',	'Inner Header',	'',	'inherit',	'closed',	'closed',	'',	'364-revision-v1',	'',	'',	'2022-12-13 08:53:13',	'2022-12-13 08:53:13',	'',	364,	'https://blueroan.netgen.cloud/?p=765',	0,	'revision',	'',	0),
(766,	2,	'2022-12-13 08:53:13',	'2022-12-13 08:53:13',	'<!-- wp:cover {\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/background-img-1.jpg\",\"id\":54,\"dimRatio\":65,\"overlayColor\":\"ast-global-color-0\",\"focalPoint\":{\"x\":\"0.50\",\"y\":\"0.20\"},\"minHeight\":600,\"align\":\"full\"} -->\n<div class=\"wp-block-cover alignfull has-background-dim-70 has-ast-global-color-0-background-color has-background-dim\" style=\"min-height:600px\"><img class=\"wp-block-cover__image-background wp-image-54\" alt=\"\" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/background-img-1.jpg\" style=\"object-position:50% 20%\" data-object-fit=\"cover\" data-object-position=\"50% 20%\"/><div class=\"wp-block-cover__inner-container\"><!-- wp:heading {\"textAlign\":\"center\",\"textColor\":\"white\"} -->\n<h2 class=\"has-text-align-center has-white-color has-text-color\">Plan an Unforgettable Experience in Mykonos Today!</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph {\"align\":\"center\"} -->\n<p class=\"has-text-align-center\">We can help you fit your stay and experience within your allotted budget.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"textAlign\":\"center\",\"level\":5,\"textColor\":\"white\"} -->\n<h5 class=\"has-text-align-center has-white-color has-text-color\">Book Your Stay Now</h5>\n<!-- /wp:heading -->\n\n<!-- wp:heading {\"textAlign\":\"center\",\"textColor\":\"white\"} -->\n<h2 class=\"has-text-align-center has-white-color has-text-color\">+1-123 456 7890</h2>\n<!-- /wp:heading --></div></div>\n<!-- /wp:cover -->',	'Footer CTA',	'',	'inherit',	'closed',	'closed',	'',	'356-revision-v1',	'',	'',	'2022-12-13 08:53:13',	'2022-12-13 08:53:13',	'',	356,	'https://blueroan.netgen.cloud/?p=766',	0,	'revision',	'',	0),
(767,	2,	'2022-12-13 08:53:13',	'2022-12-13 08:53:13',	'',	'default.png',	'',	'inherit',	'open',	'closed',	'',	'default-png',	'',	'',	'2022-12-13 08:53:13',	'2022-12-13 08:53:13',	'',	0,	'https://blueroan.netgen.cloud/wp-content/uploads/2022/12/default.png',	0,	'attachment',	'image/png',	0),
(768,	2,	'2022-12-13 08:53:13',	'2022-12-13 08:53:13',	'<!-- wp:uagb/container {\"block_id\":\"51a26fbe\",\"backgroundType\":\"image\",\"backgroundImageDesktop\":{\"id\":297,\"title\":\"contact-banner\",\"filename\":\"contact-banner.jpg\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/contact-banner.jpg\",\"link\":\"https://blueroan.netgen.cloud/contact-banner/\",\"alt\":\"\",\"author\":\"34\",\"description\":\"\",\"caption\":\"\",\"name\":\"contact-banner\",\"status\":\"inherit\",\"uploadedTo\":0,\"date\":\"2021-05-11T12:47:20.000Z\",\"modified\":\"2021-05-11T12:47:20.000Z\",\"menuOrder\":0,\"mime\":\"image/jpeg\",\"type\":\"image\",\"subtype\":\"jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/default.png\",\"dateFormatted\":\"May 11, 2021\",\"nonces\":{\"update\":\"1749e64c58\",\"delete\":\"5b02bbd812\",\"edit\":\"ae15437a25\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=297\\u0026action=edit\",\"meta\":false,\"authorName\":\"Rishabh\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/user-edit.php?user_id=34\",\"filesizeInBytes\":468468,\"filesizeHumanReadable\":\"457 KB\",\"context\":\"\",\"height\":800,\"width\":1920,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/contact-banner-150x150.jpg\",\"orientation\":\"landscape\"},\"medium\":{\"height\":125,\"width\":300,\"url\":\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/contact-banner-300x125.jpg\",\"orientation\":\"landscape\"},\"large\":{\"height\":427,\"width\":1024,\"url\":\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/contact-banner-1024x427.jpg\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/contact-banner.jpg\",\"height\":800,\"width\":1920,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"backgroundPositionDesktop\":{\"x\":\"0.50\",\"y\":\"0.00\"},\"backgroundSizeTablet\":\"cover\",\"backgroundSizeMobile\":\"cover\",\"backgroundColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"backgroundImageColor\":\"rgba(42,42,42,0.5)\",\"topPaddingDesktop\":220,\"bottomPaddingDesktop\":150,\"topPaddingTablet\":170,\"bottomPaddingTablet\":160,\"leftPaddingTablet\":30,\"rightPaddingTablet\":30,\"topPaddingMobile\":180,\"bottomPaddingMobile\":80,\"leftPaddingMobile\":20,\"rightPaddingMobile\":20,\"paddingLink\":false,\"variationSelected\":true,\"isBlockRootParent\":true,\"overlayType\":\"color\"} -->\n<div class=\"wp-block-uagb-container uagb-block-51a26fbe alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/advanced-heading {\"block_id\":\"be2e7c31\",\"classMigrate\":true,\"headingDescToggle\":true,\"headingColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"subHeadingColor\":\"var(\\u002d\\u002dast-global-color-4)\",\"headingTag\":\"h1\",\"headSpace\":20,\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"blockTopPadding\":0,\"blockRightPadding\":50,\"blockLeftPadding\":0,\"blockBottomPadding\":0,\"blockTopPaddingTablet\":0,\"blockRightPaddingTablet\":20,\"blockLeftPaddingTablet\":0,\"blockBottomPaddingTablet\":0,\"blockTopPaddingMobile\":0,\"blockRightPaddingMobile\":0,\"blockLeftPaddingMobile\":0,\"blockBottomPaddingMobile\":0,\"blockPaddingUnit\":\"%\",\"blockPaddingUnitTablet\":\"%\"} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-be2e7c31\"><h1 class=\"uagb-heading-text\">Contact Us​</h1><p class=\"uagb-desc-text\">Do you want to enquire about our pricing, current offers and arrangements we can help you with? Give us a call or send in your concerns through the form below.</p></div>\n<!-- /wp:uagb/advanced-heading --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"42450d6b\",\"directionDesktop\":\"row\",\"alignItemsDesktop\":\"flex-start\",\"backgroundType\":\"color\",\"backgroundSizeTablet\":\"cover\",\"backgroundSizeMobile\":\"cover\",\"backgroundColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"topPaddingDesktop\":100,\"bottomPaddingDesktop\":100,\"topPaddingTablet\":80,\"bottomPaddingTablet\":80,\"leftPaddingTablet\":30,\"rightPaddingTablet\":30,\"topPaddingMobile\":80,\"bottomPaddingMobile\":80,\"leftPaddingMobile\":20,\"rightPaddingMobile\":20,\"paddingLink\":false,\"variationSelected\":true,\"rowGapMobile\":50,\"columnGapDesktop\":0,\"isBlockRootParent\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-42450d6b alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/container {\"block_id\":\"e74ee634\",\"widthDesktop\":50,\"topPaddingDesktop\":30,\"rightPaddingDesktop\":100,\"topPaddingTablet\":30,\"paddingLink\":false,\"variationSelected\":true,\"rowGapDesktop\":0,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-e74ee634\"><!-- wp:uagb/advanced-heading {\"block_id\":\"480236a1\",\"classMigrate\":true,\"headingTag\":\"h6\",\"headSpace\":10} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-480236a1\"><h6 class=\"uagb-heading-text\">Reception Office​</h6></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/advanced-heading {\"block_id\":\"16d7ba33\",\"classMigrate\":true,\"headingTag\":\"h4\",\"headSpace\":0} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-16d7ba33\"><h4 class=\"uagb-heading-text\">2855 Nelsonville Rd, Boston, Massachusetts (MA), 40107​</h4></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/advanced-heading {\"block_id\":\"6be9a16f\",\"classMigrate\":true,\"headingTag\":\"h6\",\"headSpace\":10,\"blockTopPadding\":35,\"blockRightPadding\":0,\"blockLeftPadding\":0,\"blockBottomPadding\":0} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-6be9a16f\"><h6 class=\"uagb-heading-text\">Reception Hours​</h6></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/advanced-heading {\"block_id\":\"4237f3bb\",\"classMigrate\":true,\"headingTag\":\"h4\",\"headSpace\":0} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-4237f3bb\"><h4 class=\"uagb-heading-text\">7:30 AM - 11:00 PM​</h4></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/advanced-heading {\"block_id\":\"77f27141\",\"classMigrate\":true,\"headingTag\":\"h6\",\"headSpace\":10,\"blockTopPadding\":35,\"blockRightPadding\":0,\"blockLeftPadding\":0,\"blockBottomPadding\":0} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-77f27141\"><h6 class=\"uagb-heading-text\">Contact​</h6></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/advanced-heading {\"block_id\":\"710c37ad\",\"classMigrate\":true,\"headingTag\":\"h4\",\"headSpace\":0} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-710c37ad\"><h4 class=\"uagb-heading-text\">+1-123 456 7890​</h4></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/advanced-heading {\"block_id\":\"c1412aeb\",\"classMigrate\":true,\"headingTag\":\"h4\",\"headSpace\":0,\"blockTopPadding\":10,\"blockRightPadding\":0,\"blockLeftPadding\":0,\"blockBottomPadding\":0} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-c1412aeb\"><h4 class=\"uagb-heading-text\">contact@info.com​</h4></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/advanced-heading {\"block_id\":\"25b195eb\",\"classMigrate\":true,\"headingTag\":\"h6\",\"headSpace\":10,\"blockTopPadding\":35,\"blockRightPadding\":0,\"blockLeftPadding\":0,\"blockBottomPadding\":0} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-25b195eb\"><h6 class=\"uagb-heading-text\">Follow Us​</h6></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/social-share {\"classMigrate\":true,\"childMigrate\":true,\"block_id\":\"6874c64b\",\"align\":\"left\",\"alignTablet\":\"left\",\"alignMobile\":\"left\",\"gap\":24,\"size\":18,\"bgSize\":0,\"iconColor\":\"var(\\u002d\\u002dast-global-color-0)\",\"iconHoverColor\":\"#444444\"} -->\n<div class=\"wp-block-uagb-social-share uagb-social-share__outer-wrap uagb-social-share__layout-horizontal uagb-block-6874c64b\"><!-- wp:uagb/social-share-child {\"block_id\":\"e7f38cd0\",\"current_url\":\"https://blueroan.netgen.cloud/contact/\",\"icon\":\"instagram\",\"parentSize\":18} -->\n<div class=\"wp-block-uagb-social-share-child uagb-ss-repeater uagb-ss__wrapper uagb-block-e7f38cd0\"><a class=\"uagb-ss__link\" data-href=\"https://www.facebook.com/sharer.php?u=\" rel=\"noopener noreferrer\"><span class=\"uagb-ss__source-wrap\"><span class=\"uagb-ss__source-icon\"><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 448 512\"><path d=\"M224.1 141c-63.6 0-114.9 51.3-114.9 114.9s51.3 114.9 114.9 114.9S339 319.5 339 255.9 287.7 141 224.1 141zm0 189.6c-41.1 0-74.7-33.5-74.7-74.7s33.5-74.7 74.7-74.7 74.7 33.5 74.7 74.7-33.6 74.7-74.7 74.7zm146.4-194.3c0 14.9-12 26.8-26.8 26.8-14.9 0-26.8-12-26.8-26.8s12-26.8 26.8-26.8 26.8 12 26.8 26.8zm76.1 27.2c-1.7-35.9-9.9-67.7-36.2-93.9-26.2-26.2-58-34.4-93.9-36.2-37-2.1-147.9-2.1-184.9 0-35.8 1.7-67.6 9.9-93.9 36.1s-34.4 58-36.2 93.9c-2.1 37-2.1 147.9 0 184.9 1.7 35.9 9.9 67.7 36.2 93.9s58 34.4 93.9 36.2c37 2.1 147.9 2.1 184.9 0 35.9-1.7 67.7-9.9 93.9-36.2 26.2-26.2 34.4-58 36.2-93.9 2.1-37 2.1-147.8 0-184.8zM398.8 388c-7.8 19.6-22.9 34.7-42.6 42.6-29.5 11.7-99.5 9-132.1 9s-102.7 2.6-132.1-9c-19.6-7.8-34.7-22.9-42.6-42.6-11.7-29.5-9-99.5-9-132.1s-2.6-102.7 9-132.1c7.8-19.6 22.9-34.7 42.6-42.6 29.5-11.7 99.5-9 132.1-9s102.7-2.6 132.1 9c19.6 7.8 34.7 22.9 42.6 42.6 11.7 29.5 9 99.5 9 132.1s2.7 102.7-9 132.1z\"></path></svg></span></span></a></div>\n<!-- /wp:uagb/social-share-child -->\n\n<!-- wp:uagb/social-share-child {\"block_id\":\"ab092026\",\"type\":\"twitter\",\"current_url\":\"https://blueroan.netgen.cloud/contact/\",\"icon\":\"yelp\",\"parentSize\":18} -->\n<div class=\"wp-block-uagb-social-share-child uagb-ss-repeater uagb-ss__wrapper uagb-block-ab092026\"><a class=\"uagb-ss__link\" data-href=\"https://twitter.com/share?url=\" rel=\"noopener noreferrer\"><span class=\"uagb-ss__source-wrap\"><span class=\"uagb-ss__source-icon\"><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 384 512\"><path d=\"M42.9 240.3l99.62 48.61c19.2 9.4 16.2 37.51-4.5 42.71L30.5 358.5a22.79 22.79 0 0 1 -28.21-19.6 197.2 197.2 0 0 1 9-85.32 22.8 22.8 0 0 1 31.61-13.21zm44 239.3a199.4 199.4 0 0 0 79.42 32.11A22.78 22.78 0 0 0 192.9 490l3.9-110.8c.7-21.3-25.5-31.91-39.81-16.1l-74.21 82.4a22.82 22.82 0 0 0 4.09 34.09zm145.3-109.9l58.81 94a22.93 22.93 0 0 0 34 5.5 198.4 198.4 0 0 0 52.71-67.61A23 23 0 0 0 364.2 370l-105.4-34.26c-20.31-6.5-37.81 15.8-26.51 33.91zm148.3-132.2a197.4 197.4 0 0 0 -50.41-69.31 22.85 22.85 0 0 0 -34 4.4l-62 91.92c-11.9 17.7 4.7 40.61 25.2 34.71L366 268.6a23 23 0 0 0 14.61-31.21zM62.11 30.18a22.86 22.86 0 0 0 -9.9 32l104.1 180.4c11.7 20.2 42.61 11.9 42.61-11.4V22.88a22.67 22.67 0 0 0 -24.5-22.8 320.4 320.4 0 0 0 -112.3 30.1z\"></path></svg></span></span></a></div>\n<!-- /wp:uagb/social-share-child -->\n\n<!-- wp:uagb/social-share-child {\"block_id\":\"9a2fe6ae\",\"type\":\"pinterest\",\"current_url\":\"https://blueroan.netgen.cloud/contact/\",\"parentSize\":18} -->\n<div class=\"wp-block-uagb-social-share-child uagb-ss-repeater uagb-ss__wrapper uagb-block-9a2fe6ae\"><a class=\"uagb-ss__link\" data-href=\"https://pinterest.com/pin/create/link/?url=\" rel=\"noopener noreferrer\"><span class=\"uagb-ss__source-wrap\"><span class=\"uagb-ss__source-icon\"><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M504 256C504 119 393 8 256 8S8 119 8 256c0 123.8 90.69 226.4 209.3 245V327.7h-63V256h63v-54.64c0-62.15 37-96.48 93.67-96.48 27.14 0 55.52 4.84 55.52 4.84v61h-31.28c-30.8 0-40.41 19.12-40.41 38.73V256h68.78l-11 71.69h-57.78V501C413.3 482.4 504 379.8 504 256z\"></path></svg></span></span></a></div>\n<!-- /wp:uagb/social-share-child -->\n\n<!-- wp:uagb/social-share-child {\"block_id\":\"f0e884df\",\"type\":\"linkedin\",\"current_url\":\"https://blueroan.netgen.cloud/contact/\",\"icon\":\"twitter\",\"parentSize\":18} -->\n<div class=\"wp-block-uagb-social-share-child uagb-ss-repeater uagb-ss__wrapper uagb-block-f0e884df\"><a class=\"uagb-ss__link\" data-href=\"https://www.linkedin.com/shareArticle?url=\" rel=\"noopener noreferrer\"><span class=\"uagb-ss__source-wrap\"><span class=\"uagb-ss__source-icon\"><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M459.4 151.7c.325 4.548 .325 9.097 .325 13.65 0 138.7-105.6 298.6-298.6 298.6-59.45 0-114.7-17.22-161.1-47.11 8.447 .974 16.57 1.299 25.34 1.299 49.06 0 94.21-16.57 130.3-44.83-46.13-.975-84.79-31.19-98.11-72.77 6.498 .974 12.99 1.624 19.82 1.624 9.421 0 18.84-1.3 27.61-3.573-48.08-9.747-84.14-51.98-84.14-102.1v-1.299c13.97 7.797 30.21 12.67 47.43 13.32-28.26-18.84-46.78-51.01-46.78-87.39 0-19.49 5.197-37.36 14.29-52.95 51.65 63.67 129.3 105.3 216.4 109.8-1.624-7.797-2.599-15.92-2.599-24.04 0-57.83 46.78-104.9 104.9-104.9 30.21 0 57.5 12.67 76.67 33.14 23.72-4.548 46.46-13.32 66.6-25.34-7.798 24.37-24.37 44.83-46.13 57.83 21.12-2.273 41.58-8.122 60.43-16.24-14.29 20.79-32.16 39.31-52.63 54.25z\"></path></svg></span></span></a></div>\n<!-- /wp:uagb/social-share-child --></div>\n<!-- /wp:uagb/social-share --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"1acbdfe1\",\"widthDesktop\":50,\"variationSelected\":true,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-1acbdfe1\"><!-- wp:wpforms/form-selector {\"formId\":\"369\"} /--></div>\n<!-- /wp:uagb/container --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"ea66088c\",\"innerContentWidth\":\"alignfull\",\"variationSelected\":true,\"isBlockRootParent\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-ea66088c alignfull uagb-is-root-container\"><!-- wp:uagb/google-map {\"block_id\":\"dde48934\",\"height\":500,\"zoom\":10} -->\n<div class=\"wp-block-uagb-google-map uagb-google-map__wrap uagb-block-dde48934\"><iframe class=\"uagb-google-map__iframe\" title=\"Google Map for Brainstorm Force\" src=\"https://www.google.com/maps/embed/v1/place?key=AIzaSyAsd_d46higiozY-zNqtr7zdA81Soswje4&amp;q=Brainstorm%20Force&amp;zoom=10&amp;language=en\" width=\"640\" height=\"500\" loading=\"lazy\"></iframe></div>\n<!-- /wp:uagb/google-map --></div>\n<!-- /wp:uagb/container -->',	'Contact',	'',	'inherit',	'closed',	'closed',	'',	'763-revision-v1',	'',	'',	'2022-12-13 08:53:13',	'2022-12-13 08:53:13',	'',	763,	'https://blueroan.netgen.cloud/?p=768',	0,	'revision',	'',	0),
(778,	2,	'2022-12-13 08:53:15',	'2022-12-13 08:53:15',	'<!-- wp:uagb/container {\"block_id\":\"52193235\",\"backgroundType\":\"image\",\"backgroundImageDesktop\":{\"id\":229,\"title\":\"amenities-banner\",\"filename\":\"amenities-banner.jpg\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/amenities-banner.jpg\",\"link\":\"https://blueroan.netgen.cloud/amenities-banner/\",\"alt\":\"\",\"author\":\"34\",\"description\":\"\",\"caption\":\"\",\"name\":\"amenities-banner\",\"status\":\"inherit\",\"uploadedTo\":0,\"date\":\"2021-05-11T09:55:10.000Z\",\"modified\":\"2021-05-11T09:55:10.000Z\",\"menuOrder\":0,\"mime\":\"image/jpeg\",\"type\":\"image\",\"subtype\":\"jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/default.png\",\"dateFormatted\":\"May 11, 2021\",\"nonces\":{\"update\":\"1a1690ea3c\",\"delete\":\"7a8501add2\",\"edit\":\"b11b972b93\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=229\\u0026action=edit\",\"meta\":false,\"authorName\":\"Rishabh\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/user-edit.php?user_id=34\",\"filesizeInBytes\":292603,\"filesizeHumanReadable\":\"286 KB\",\"context\":\"\",\"height\":800,\"width\":1920,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/amenities-banner-150x150.jpg\",\"orientation\":\"landscape\"},\"medium\":{\"height\":125,\"width\":300,\"url\":\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/amenities-banner-300x125.jpg\",\"orientation\":\"landscape\"},\"large\":{\"height\":427,\"width\":1024,\"url\":\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/amenities-banner-1024x427.jpg\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/amenities-banner.jpg\",\"height\":800,\"width\":1920,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"backgroundPositionDesktop\":{\"x\":\"0.50\",\"y\":\"0.00\"},\"backgroundSizeTablet\":\"cover\",\"backgroundSizeMobile\":\"cover\",\"backgroundColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"backgroundImageColor\":\"rgba(42,42,42,0.5)\",\"topPaddingDesktop\":220,\"bottomPaddingDesktop\":150,\"topPaddingTablet\":170,\"bottomPaddingTablet\":160,\"leftPaddingTablet\":30,\"rightPaddingTablet\":30,\"topPaddingMobile\":180,\"bottomPaddingMobile\":80,\"leftPaddingMobile\":20,\"rightPaddingMobile\":20,\"paddingLink\":false,\"variationSelected\":true,\"isBlockRootParent\":true,\"overlayType\":\"color\"} -->\n<div class=\"wp-block-uagb-container uagb-block-52193235 alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/advanced-heading {\"block_id\":\"6a27ee57\",\"classMigrate\":true,\"headingDescToggle\":true,\"headingColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"subHeadingColor\":\"var(\\u002d\\u002dast-global-color-4)\",\"headingTag\":\"h1\",\"headSpace\":20,\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"blockTopPadding\":0,\"blockRightPadding\":50,\"blockLeftPadding\":0,\"blockBottomPadding\":0,\"blockTopPaddingTablet\":0,\"blockRightPaddingTablet\":20,\"blockLeftPaddingTablet\":0,\"blockBottomPaddingTablet\":0,\"blockTopPaddingMobile\":0,\"blockRightPaddingMobile\":0,\"blockLeftPaddingMobile\":0,\"blockBottomPaddingMobile\":0,\"blockPaddingUnit\":\"%\",\"blockPaddingUnitTablet\":\"%\"} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-6a27ee57\"><h1 class=\"uagb-heading-text\">Amenities &amp; Facilities​</h1><p class=\"uagb-desc-text\">We do not give you just rooms to stay. We give you an environment so you can experience the best while on a holiday with us. Walk into our hotel and enjoy a refreshing, rejuvenating, day-off with us.</p></div>\n<!-- /wp:uagb/advanced-heading --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"f3a5f335\",\"backgroundType\":\"color\",\"backgroundSizeTablet\":\"cover\",\"backgroundSizeMobile\":\"cover\",\"backgroundColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"topPaddingDesktop\":120,\"bottomPaddingDesktop\":120,\"topPaddingTablet\":80,\"bottomPaddingTablet\":80,\"leftPaddingTablet\":30,\"rightPaddingTablet\":30,\"topPaddingMobile\":80,\"bottomPaddingMobile\":80,\"leftPaddingMobile\":20,\"rightPaddingMobile\":20,\"paddingLink\":false,\"variationSelected\":true,\"rowGapDesktop\":0,\"rowGapTablet\":0,\"rowGapMobile\":0,\"isBlockRootParent\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-f3a5f335 alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/container {\"block_id\":\"14ae48d2\",\"directionDesktop\":\"row\",\"alignItemsDesktop\":\"flex-end\",\"alignItemsTablet\":\"flex-end\",\"justifyContentDesktop\":\"flex-end\",\"justifyContentTablet\":\"space-between\",\"variationSelected\":true,\"rowGapMobile\":30,\"columnGapDesktop\":0} -->\n<div class=\"wp-block-uagb-container uagb-block-14ae48d2\"><!-- wp:uagb/advanced-heading {\"block_id\":\"29d404bc\",\"classMigrate\":true,\"headingDescToggle\":true,\"subHeadingColor\":\"\",\"headSpace\":20,\"subHeadFontSize\":16} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-29d404bc\"><h2 class=\"uagb-heading-text\">Amenities​</h2><p class=\"uagb-desc-text\">Cursus tempus, tincidunt quis sem sapien id non eget sed in consequat tellus phasellus orci in semper elit porttitor eget metus.​</p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/buttons {\"block_id\":\"90a8deac\",\"classMigrate\":true,\"childMigrate\":true,\"align\":\"right\",\"alignTablet\":\"right\",\"alignMobile\":\"left\",\"gap\":0} -->\n<div class=\"wp-block-uagb-buttons uagb-buttons__outer-wrap uagb-btn__default-btn uagb-btn-tablet__default-btn uagb-btn-mobile__default-btn uagb-block-90a8deac\"><div class=\"uagb-buttons__wrap uagb-buttons-layout-wrap\"><!-- wp:uagb/buttons-child {\"block_id\":\"10a0f518\",\"label\":\"Get Bookings\",\"link\":\"#\",\"hColor\":\"\",\"borderWidth\":\"\",\"borderRadius\":\"\",\"borderStyle\":\"\",\"borderColor\":\"\",\"borderHColor\":\"\",\"btnBorderTopWidth\":1,\"btnBorderLeftWidth\":1,\"btnBorderRightWidth\":1,\"btnBorderBottomWidth\":1,\"btnBorderTopLeftRadius\":2,\"btnBorderTopRightRadius\":2,\"btnBorderBottomLeftRadius\":2,\"btnBorderBottomRightRadius\":2,\"btnBorderStyle\":\"solid\",\"btnBorderColor\":\"#333\",\"btnBorderHColor\":\"#333\"} -->\n<div class=\"wp-block-uagb-buttons-child uagb-buttons__outer-wrap uagb-block-10a0f518 wp-block-button is-style-outline\"><div class=\"uagb-button__wrapper\"><a class=\"uagb-buttons-repeater wp-block-button__link\" href=\"#\" rel=\"follow noopener\" target=\"_self\"><div class=\"uagb-button__link\">Get Bookings</div></a></div></div>\n<!-- /wp:uagb/buttons-child --></div></div>\n<!-- /wp:uagb/buttons --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"c320c9c9\",\"directionDesktop\":\"row\",\"alignItemsTablet\":\"flex-start\",\"paddingLink\":false,\"topMarginDesktop\":54,\"bottomMarginDesktop\":0,\"leftMarginDesktop\":0,\"rightMarginDesktop\":0,\"topMarginTablet\":30,\"bottomMarginTablet\":0,\"leftMarginTablet\":0,\"rightMarginTablet\":0,\"marginLink\":false,\"variationSelected\":true,\"rowGapMobile\":65,\"columnGapDesktop\":48,\"columnGapTablet\":20} -->\n<div class=\"wp-block-uagb-container uagb-block-c320c9c9\"><!-- wp:uagb/info-box {\"classMigrate\":true,\"headingAlign\":\"left\",\"headingColor\":\"\",\"subHeadingColor\":\"\",\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"source_type\":\"image\",\"block_id\":\"67e8b428\",\"ctaIcon\":\"\",\"ctaType\":\"text\",\"ctaText\":\"READ MORE\",\"ctaLinkColor\":\"var(\\u002d\\u002dast-global-color-0)\",\"ctaDecoration\":\"underline\",\"ctaFontSize\":12,\"ctaFontWeight\":\"600\",\"ctaLetterSpacing\":2,\"ctaBorderColor\":\"\",\"ctaBorderStyle\":\"\",\"ctaBorderWidth\":\"\",\"ctaBorderRadius\":\"\",\"iconBottomMargin\":30,\"iconImage\":{\"id\":90,\"title\":\"swimming-pool\",\"filename\":\"swimming-pool.jpg\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/swimming-pool.jpg\",\"link\":\"https://blueroan.netgen.cloud/swimming-pool/\",\"alt\":\"\",\"author\":\"34\",\"description\":\"\",\"caption\":\"\",\"name\":\"swimming-pool\",\"status\":\"inherit\",\"uploadedTo\":0,\"date\":\"2021-05-07T14:28:45.000Z\",\"modified\":\"2021-05-07T14:28:45.000Z\",\"menuOrder\":0,\"mime\":\"image/jpeg\",\"type\":\"image\",\"subtype\":\"jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/default.png\",\"dateFormatted\":\"May 7, 2021\",\"nonces\":{\"update\":\"971c957832\",\"delete\":\"8fb57461ba\",\"edit\":\"e9a8bb1d06\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=90\\u0026action=edit\",\"meta\":false,\"authorName\":\"Rishabh\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/user-edit.php?user_id=34\",\"filesizeInBytes\":29663,\"filesizeHumanReadable\":\"29 KB\",\"context\":\"\",\"height\":440,\"width\":370,\"orientation\":\"portrait\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/swimming-pool-150x150.jpg\",\"orientation\":\"landscape\"},\"medium\":{\"height\":300,\"width\":252,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/swimming-pool-252x300-1.jpg\",\"orientation\":\"portrait\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/swimming-pool.jpg\",\"height\":440,\"width\":370,\"orientation\":\"portrait\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"imageSize\":\"full\",\"imageWidth\":100,\"imageWidthMobile\":100,\"imageWidthTablet\":100,\"paddingBtnTop\":10,\"paddingBtnBottom\":10,\"paddingBtnLeft\":14,\"paddingBtnRight\":14,\"imageWidthUnit\":\"%\",\"imageWidthUnitTablet\":\"%\",\"imageWidthUnitMobile\":\"%\",\"subHeadTopMargin\":0,\"subHeadRightMargin\":40,\"subHeadLeftMargin\":0,\"subHeadMarginTopTablet\":0,\"subHeadMarginRightTablet\":0,\"subHeadTabletSpace\":20,\"subHeadMarginLeftTablet\":0,\"imgTagHeight\":118,\"imgTagWidth\":370,\"btnBorderTopWidth\":1,\"btnBorderLeftWidth\":1,\"btnBorderRightWidth\":1,\"btnBorderBottomWidth\":1,\"btnBorderTopLeftRadius\":0,\"btnBorderTopRightRadius\":0,\"btnBorderBottomLeftRadius\":0,\"btnBorderBottomRightRadius\":0,\"btnBorderStyle\":\"solid\",\"btnBorderColor\":\"#333\"} -->\n<div class=\"wp-block-uagb-info-box uagb-block-67e8b428 uagb-infobox__content-wrap  uagb-infobox-icon-above-title uagb-infobox-image-valign-top\"><div class=\"uagb-ifb-content\"><div class=\"uagb-ifb-image-content\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/swimming-pool.jpg\" alt=\"\" width=\"100\" height=\"118\" loading=\"lazy\"/></div><div class=\"uagb-ifb-title-wrap\"><h3 class=\"uagb-ifb-title\">An Infinite-edge Pool​</h3></div><p class=\"uagb-ifb-desc\">Experience the joy of swimming in our infinity-edge pool that gives you a nice picturesque view.</p><div class=\"uagb-ifb-button-wrapper wp-block-button\"><a href=\"\" target=\"_self\" class=\"uagb-infobox-cta-link uagb-disable-link\" rel=\"noopener noreferrer\" alt=\"\"><span class=\"uagb-inline-editing\">READ MORE</span></a></div></div></div>\n<!-- /wp:uagb/info-box -->\n\n<!-- wp:uagb/info-box {\"classMigrate\":true,\"headingAlign\":\"left\",\"headingColor\":\"\",\"subHeadingColor\":\"\",\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"source_type\":\"image\",\"block_id\":\"98820e68\",\"ctaIcon\":\"\",\"ctaType\":\"text\",\"ctaText\":\"READ MORE\",\"ctaLinkColor\":\"var(\\u002d\\u002dast-global-color-0)\",\"ctaDecoration\":\"underline\",\"ctaFontSize\":12,\"ctaFontWeight\":\"600\",\"ctaLetterSpacing\":2,\"ctaBorderColor\":\"\",\"ctaBorderStyle\":\"\",\"ctaBorderWidth\":\"\",\"ctaBorderRadius\":\"\",\"iconBottomMargin\":30,\"iconImage\":{\"id\":235,\"title\":\"spa\",\"filename\":\"spa.jpg\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/spa.jpg\",\"link\":\"https://blueroan.netgen.cloud/spa/\",\"alt\":\"\",\"author\":\"34\",\"description\":\"\",\"caption\":\"\",\"name\":\"spa\",\"status\":\"inherit\",\"uploadedTo\":0,\"date\":\"2021-05-11T10:14:20.000Z\",\"modified\":\"2021-05-11T10:14:20.000Z\",\"menuOrder\":0,\"mime\":\"image/jpeg\",\"type\":\"image\",\"subtype\":\"jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/default.png\",\"dateFormatted\":\"May 11, 2021\",\"nonces\":{\"update\":\"580ee12d5e\",\"delete\":\"261a8e7a22\",\"edit\":\"6139a47c8c\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=235\\u0026action=edit\",\"meta\":false,\"authorName\":\"Rishabh\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/user-edit.php?user_id=34\",\"filesizeInBytes\":27664,\"filesizeHumanReadable\":\"27 KB\",\"context\":\"\",\"height\":440,\"width\":370,\"orientation\":\"portrait\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/spa-150x150.jpg\",\"orientation\":\"landscape\"},\"medium\":{\"height\":300,\"width\":252,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/spa-252x300-1.jpg\",\"orientation\":\"portrait\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/spa.jpg\",\"height\":440,\"width\":370,\"orientation\":\"portrait\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"imageSize\":\"full\",\"imageWidth\":100,\"imageWidthMobile\":100,\"imageWidthTablet\":100,\"paddingBtnTop\":10,\"paddingBtnBottom\":10,\"paddingBtnLeft\":14,\"paddingBtnRight\":14,\"imageWidthUnit\":\"%\",\"imageWidthUnitTablet\":\"%\",\"imageWidthUnitMobile\":\"%\",\"subHeadTopMargin\":0,\"subHeadRightMargin\":40,\"subHeadLeftMargin\":0,\"subHeadMarginTopTablet\":0,\"subHeadMarginRightTablet\":0,\"subHeadTabletSpace\":20,\"subHeadMarginLeftTablet\":0,\"imgTagHeight\":118,\"imgTagWidth\":370,\"btnBorderTopWidth\":1,\"btnBorderLeftWidth\":1,\"btnBorderRightWidth\":1,\"btnBorderBottomWidth\":1,\"btnBorderTopLeftRadius\":0,\"btnBorderTopRightRadius\":0,\"btnBorderBottomLeftRadius\":0,\"btnBorderBottomRightRadius\":0,\"btnBorderStyle\":\"solid\",\"btnBorderColor\":\"#333\"} -->\n<div class=\"wp-block-uagb-info-box uagb-block-98820e68 uagb-infobox__content-wrap  uagb-infobox-icon-above-title uagb-infobox-image-valign-top\"><div class=\"uagb-ifb-content\"><div class=\"uagb-ifb-image-content\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/spa.jpg\" alt=\"\" width=\"100\" height=\"118\" loading=\"lazy\"/></div><div class=\"uagb-ifb-title-wrap\"><h3 class=\"uagb-ifb-title\">An Iconic Spa​</h3></div><p class=\"uagb-ifb-desc\">Set forth on an exquisite wellness journey to refresh, re-energize and rejuvenate at our iconic spa.</p><div class=\"uagb-ifb-button-wrapper wp-block-button\"><a href=\"\" target=\"_self\" class=\"uagb-infobox-cta-link uagb-disable-link\" rel=\"noopener noreferrer\" alt=\"\"><span class=\"uagb-inline-editing\">READ MORE</span></a></div></div></div>\n<!-- /wp:uagb/info-box -->\n\n<!-- wp:uagb/info-box {\"classMigrate\":true,\"headingAlign\":\"left\",\"headingColor\":\"\",\"subHeadingColor\":\"\",\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"source_type\":\"image\",\"block_id\":\"d6803530\",\"ctaIcon\":\"\",\"ctaType\":\"text\",\"ctaText\":\"READ MORE\",\"ctaLinkColor\":\"var(\\u002d\\u002dast-global-color-0)\",\"ctaDecoration\":\"underline\",\"ctaFontSize\":12,\"ctaFontWeight\":\"600\",\"ctaLetterSpacing\":2,\"ctaBorderColor\":\"\",\"ctaBorderStyle\":\"\",\"ctaBorderWidth\":\"\",\"ctaBorderRadius\":\"\",\"iconBottomMargin\":30,\"iconImage\":{\"id\":115,\"title\":\"rooms\",\"filename\":\"rooms.jpg\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/rooms.jpg\",\"link\":\"https://blueroan.netgen.cloud/rooms-2/\",\"alt\":\"\",\"author\":\"34\",\"description\":\"\",\"caption\":\"\",\"name\":\"rooms-2\",\"status\":\"inherit\",\"uploadedTo\":0,\"date\":\"2021-05-11T04:53:41.000Z\",\"modified\":\"2021-05-11T04:53:41.000Z\",\"menuOrder\":0,\"mime\":\"image/jpeg\",\"type\":\"image\",\"subtype\":\"jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/default.png\",\"dateFormatted\":\"May 11, 2021\",\"nonces\":{\"update\":\"4e23be63e1\",\"delete\":\"0c10fb0869\",\"edit\":\"714e3ba079\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=115\\u0026action=edit\",\"meta\":false,\"authorName\":\"Rishabh\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/user-edit.php?user_id=34\",\"filesizeInBytes\":31085,\"filesizeHumanReadable\":\"30 KB\",\"context\":\"\",\"height\":440,\"width\":370,\"orientation\":\"portrait\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/rooms-150x150.jpg\",\"orientation\":\"landscape\"},\"medium\":{\"height\":300,\"width\":252,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/rooms-252x300-1.jpg\",\"orientation\":\"portrait\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/rooms.jpg\",\"height\":440,\"width\":370,\"orientation\":\"portrait\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"imageSize\":\"full\",\"imageWidth\":100,\"imageWidthMobile\":100,\"imageWidthTablet\":100,\"paddingBtnTop\":10,\"paddingBtnBottom\":10,\"paddingBtnLeft\":14,\"paddingBtnRight\":14,\"imageWidthUnit\":\"%\",\"imageWidthUnitTablet\":\"%\",\"imageWidthUnitMobile\":\"%\",\"subHeadTopMargin\":0,\"subHeadRightMargin\":40,\"subHeadLeftMargin\":0,\"subHeadMarginTopTablet\":0,\"subHeadMarginRightTablet\":0,\"subHeadTabletSpace\":20,\"subHeadMarginLeftTablet\":0,\"imgTagHeight\":118,\"imgTagWidth\":370,\"btnBorderTopWidth\":1,\"btnBorderLeftWidth\":1,\"btnBorderRightWidth\":1,\"btnBorderBottomWidth\":1,\"btnBorderTopLeftRadius\":0,\"btnBorderTopRightRadius\":0,\"btnBorderBottomLeftRadius\":0,\"btnBorderBottomRightRadius\":0,\"btnBorderStyle\":\"solid\",\"btnBorderColor\":\"#333\"} -->\n<div class=\"wp-block-uagb-info-box uagb-block-d6803530 uagb-infobox__content-wrap  uagb-infobox-icon-above-title uagb-infobox-image-valign-top\"><div class=\"uagb-ifb-content\"><div class=\"uagb-ifb-image-content\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/rooms.jpg\" alt=\"\" width=\"100\" height=\"118\" loading=\"lazy\"/></div><div class=\"uagb-ifb-title-wrap\"><h3 class=\"uagb-ifb-title\">In-house Restaurants​</h3></div><p class=\"uagb-ifb-desc\">We have three in-house restaurants offering different cuisines that you can choose from.</p><div class=\"uagb-ifb-button-wrapper wp-block-button\"><a href=\"\" target=\"_self\" class=\"uagb-infobox-cta-link uagb-disable-link\" rel=\"noopener noreferrer\" alt=\"\"><span class=\"uagb-inline-editing\">READ MORE</span></a></div></div></div>\n<!-- /wp:uagb/info-box --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"860e0890\",\"directionDesktop\":\"row\",\"alignItemsTablet\":\"flex-start\",\"topPaddingMobile\":65,\"paddingLink\":false,\"topMarginDesktop\":48,\"bottomMarginDesktop\":0,\"leftMarginDesktop\":0,\"rightMarginDesktop\":0,\"topMarginTablet\":20,\"bottomMarginTablet\":0,\"leftMarginTablet\":0,\"rightMarginTablet\":0,\"marginLink\":false,\"variationSelected\":true,\"rowGapMobile\":65,\"columnGapDesktop\":48,\"columnGapTablet\":20} -->\n<div class=\"wp-block-uagb-container uagb-block-860e0890\"><!-- wp:uagb/info-box {\"classMigrate\":true,\"headingAlign\":\"left\",\"headingColor\":\"\",\"subHeadingColor\":\"\",\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"source_type\":\"image\",\"block_id\":\"be72bd1c\",\"ctaIcon\":\"\",\"ctaType\":\"text\",\"ctaText\":\"READ MORE\",\"ctaLinkColor\":\"var(\\u002d\\u002dast-global-color-0)\",\"ctaDecoration\":\"underline\",\"ctaFontSize\":12,\"ctaFontWeight\":\"600\",\"ctaLetterSpacing\":2,\"ctaBorderColor\":\"\",\"ctaBorderStyle\":\"\",\"ctaBorderWidth\":\"\",\"ctaBorderRadius\":\"\",\"iconBottomMargin\":30,\"iconImage\":{\"id\":238,\"title\":\"bathtub\",\"filename\":\"bathtub.jpg\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/bathtub.jpg\",\"link\":\"https://blueroan.netgen.cloud/bathtub/\",\"alt\":\"\",\"author\":\"34\",\"description\":\"\",\"caption\":\"\",\"name\":\"bathtub\",\"status\":\"inherit\",\"uploadedTo\":0,\"date\":\"2021-05-11T10:44:17.000Z\",\"modified\":\"2021-05-11T10:44:17.000Z\",\"menuOrder\":0,\"mime\":\"image/jpeg\",\"type\":\"image\",\"subtype\":\"jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/default.png\",\"dateFormatted\":\"May 11, 2021\",\"nonces\":{\"update\":\"29793a5dce\",\"delete\":\"4acd90ad70\",\"edit\":\"57a620e1e6\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=238\\u0026action=edit\",\"meta\":false,\"authorName\":\"Rishabh\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/user-edit.php?user_id=34\",\"filesizeInBytes\":25801,\"filesizeHumanReadable\":\"25 KB\",\"context\":\"\",\"height\":440,\"width\":370,\"orientation\":\"portrait\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/bathtub-150x150.jpg\",\"orientation\":\"landscape\"},\"medium\":{\"height\":300,\"width\":252,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/bathtub-252x300-1.jpg\",\"orientation\":\"portrait\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/bathtub.jpg\",\"height\":440,\"width\":370,\"orientation\":\"portrait\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"imageSize\":\"full\",\"imageWidth\":100,\"imageWidthMobile\":100,\"imageWidthTablet\":100,\"paddingBtnTop\":10,\"paddingBtnBottom\":10,\"paddingBtnLeft\":14,\"paddingBtnRight\":14,\"imageWidthUnit\":\"%\",\"imageWidthUnitTablet\":\"%\",\"imageWidthUnitMobile\":\"%\",\"subHeadTopMargin\":0,\"subHeadRightMargin\":40,\"subHeadLeftMargin\":0,\"subHeadMarginTopTablet\":0,\"subHeadMarginRightTablet\":0,\"subHeadTabletSpace\":20,\"subHeadMarginLeftTablet\":0,\"imgTagHeight\":118,\"imgTagWidth\":370,\"btnBorderTopWidth\":1,\"btnBorderLeftWidth\":1,\"btnBorderRightWidth\":1,\"btnBorderBottomWidth\":1,\"btnBorderTopLeftRadius\":0,\"btnBorderTopRightRadius\":0,\"btnBorderBottomLeftRadius\":0,\"btnBorderBottomRightRadius\":0,\"btnBorderStyle\":\"solid\",\"btnBorderColor\":\"#333\"} -->\n<div class=\"wp-block-uagb-info-box uagb-block-be72bd1c uagb-infobox__content-wrap  uagb-infobox-icon-above-title uagb-infobox-image-valign-top\"><div class=\"uagb-ifb-content\"><div class=\"uagb-ifb-image-content\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/bathtub.jpg\" alt=\"\" width=\"100\" height=\"118\" loading=\"lazy\"/></div><div class=\"uagb-ifb-title-wrap\"><h3 class=\"uagb-ifb-title\">Deep Soaking Bath-tub​</h3></div><p class=\"uagb-ifb-desc\">Take a dip into these special bath-tubs to soak into a refreshing vacation mode that you’ve wanted.</p><div class=\"uagb-ifb-button-wrapper wp-block-button\"><a href=\"\" target=\"_self\" class=\"uagb-infobox-cta-link uagb-disable-link\" rel=\"noopener noreferrer\" alt=\"\"><span class=\"uagb-inline-editing\">READ MORE</span></a></div></div></div>\n<!-- /wp:uagb/info-box -->\n\n<!-- wp:uagb/info-box {\"classMigrate\":true,\"headingAlign\":\"left\",\"headingColor\":\"\",\"subHeadingColor\":\"\",\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"source_type\":\"image\",\"block_id\":\"5642194d\",\"ctaIcon\":\"\",\"ctaType\":\"text\",\"ctaText\":\"READ MORE\",\"ctaLinkColor\":\"var(\\u002d\\u002dast-global-color-0)\",\"ctaDecoration\":\"underline\",\"ctaFontSize\":12,\"ctaFontWeight\":\"600\",\"ctaLetterSpacing\":2,\"ctaBorderColor\":\"\",\"ctaBorderStyle\":\"\",\"ctaBorderWidth\":\"\",\"ctaBorderRadius\":\"\",\"iconBottomMargin\":30,\"iconImage\":{\"id\":239,\"title\":\"computer\",\"filename\":\"computer.jpg\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/computer.jpg\",\"link\":\"https://blueroan.netgen.cloud/computer/\",\"alt\":\"\",\"author\":\"34\",\"description\":\"\",\"caption\":\"\",\"name\":\"computer\",\"status\":\"inherit\",\"uploadedTo\":0,\"date\":\"2021-05-11T10:52:29.000Z\",\"modified\":\"2021-05-11T10:52:29.000Z\",\"menuOrder\":0,\"mime\":\"image/jpeg\",\"type\":\"image\",\"subtype\":\"jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/default.png\",\"dateFormatted\":\"May 11, 2021\",\"nonces\":{\"update\":\"c93d357559\",\"delete\":\"e315522836\",\"edit\":\"9dcded08ba\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=239\\u0026action=edit\",\"meta\":false,\"authorName\":\"Rishabh\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/user-edit.php?user_id=34\",\"filesizeInBytes\":26197,\"filesizeHumanReadable\":\"26 KB\",\"context\":\"\",\"height\":440,\"width\":370,\"orientation\":\"portrait\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/computer-150x150.jpg\",\"orientation\":\"landscape\"},\"medium\":{\"height\":300,\"width\":252,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/computer-252x300-1.jpg\",\"orientation\":\"portrait\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/computer.jpg\",\"height\":440,\"width\":370,\"orientation\":\"portrait\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"imageSize\":\"full\",\"imageWidth\":100,\"imageWidthMobile\":100,\"imageWidthTablet\":100,\"paddingBtnTop\":10,\"paddingBtnBottom\":10,\"paddingBtnLeft\":14,\"paddingBtnRight\":14,\"imageWidthUnit\":\"%\",\"imageWidthUnitTablet\":\"%\",\"imageWidthUnitMobile\":\"%\",\"subHeadTopMargin\":0,\"subHeadRightMargin\":40,\"subHeadLeftMargin\":0,\"subHeadMarginTopTablet\":0,\"subHeadMarginRightTablet\":0,\"subHeadTabletSpace\":20,\"subHeadMarginLeftTablet\":0,\"imgTagHeight\":118,\"imgTagWidth\":370,\"btnBorderTopWidth\":1,\"btnBorderLeftWidth\":1,\"btnBorderRightWidth\":1,\"btnBorderBottomWidth\":1,\"btnBorderTopLeftRadius\":0,\"btnBorderTopRightRadius\":0,\"btnBorderBottomLeftRadius\":0,\"btnBorderBottomRightRadius\":0,\"btnBorderStyle\":\"solid\",\"btnBorderColor\":\"#333\"} -->\n<div class=\"wp-block-uagb-info-box uagb-block-5642194d uagb-infobox__content-wrap  uagb-infobox-icon-above-title uagb-infobox-image-valign-top\"><div class=\"uagb-ifb-content\"><div class=\"uagb-ifb-image-content\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/computer.jpg\" alt=\"\" width=\"100\" height=\"118\" loading=\"lazy\"/></div><div class=\"uagb-ifb-title-wrap\"><h3 class=\"uagb-ifb-title\">Guest Computer &amp; WiFi​</h3></div><p class=\"uagb-ifb-desc\">We offer special computers and WiFi for guests who’d like to stay connected while on vacation.</p><div class=\"uagb-ifb-button-wrapper wp-block-button\"><a href=\"\" target=\"_self\" class=\"uagb-infobox-cta-link uagb-disable-link\" rel=\"noopener noreferrer\" alt=\"\"><span class=\"uagb-inline-editing\">READ MORE</span></a></div></div></div>\n<!-- /wp:uagb/info-box -->\n\n<!-- wp:uagb/info-box {\"classMigrate\":true,\"headingAlign\":\"left\",\"headingColor\":\"\",\"subHeadingColor\":\"\",\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"source_type\":\"image\",\"block_id\":\"d92f1d4c\",\"ctaIcon\":\"\",\"ctaType\":\"text\",\"ctaText\":\"READ MORE\",\"ctaLinkColor\":\"var(\\u002d\\u002dast-global-color-0)\",\"ctaDecoration\":\"underline\",\"ctaFontSize\":12,\"ctaFontWeight\":\"600\",\"ctaLetterSpacing\":2,\"ctaBorderColor\":\"\",\"ctaBorderStyle\":\"\",\"ctaBorderWidth\":\"\",\"ctaBorderRadius\":\"\",\"iconBottomMargin\":30,\"iconImage\":{\"id\":237,\"title\":\"concierge\",\"filename\":\"concierge.jpg\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/concierge.jpg\",\"link\":\"https://blueroan.netgen.cloud/concierge/\",\"alt\":\"\",\"author\":\"34\",\"description\":\"\",\"caption\":\"\",\"name\":\"concierge\",\"status\":\"inherit\",\"uploadedTo\":0,\"date\":\"2021-05-11T10:34:38.000Z\",\"modified\":\"2021-05-11T10:34:38.000Z\",\"menuOrder\":0,\"mime\":\"image/jpeg\",\"type\":\"image\",\"subtype\":\"jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/default.png\",\"dateFormatted\":\"May 11, 2021\",\"nonces\":{\"update\":\"ddeaf2c47b\",\"delete\":\"8c12e990c8\",\"edit\":\"7b5113c612\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=237\\u0026action=edit\",\"meta\":false,\"authorName\":\"Rishabh\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/user-edit.php?user_id=34\",\"filesizeInBytes\":32483,\"filesizeHumanReadable\":\"32 KB\",\"context\":\"\",\"height\":440,\"width\":370,\"orientation\":\"portrait\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/concierge-150x150.jpg\",\"orientation\":\"landscape\"},\"medium\":{\"height\":300,\"width\":252,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/concierge-252x300-1.jpg\",\"orientation\":\"portrait\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/concierge.jpg\",\"height\":440,\"width\":370,\"orientation\":\"portrait\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"imageSize\":\"full\",\"imageWidth\":100,\"imageWidthMobile\":100,\"imageWidthTablet\":100,\"paddingBtnTop\":10,\"paddingBtnBottom\":10,\"paddingBtnLeft\":14,\"paddingBtnRight\":14,\"imageWidthUnit\":\"%\",\"imageWidthUnitTablet\":\"%\",\"imageWidthUnitMobile\":\"%\",\"subHeadTopMargin\":0,\"subHeadRightMargin\":40,\"subHeadLeftMargin\":0,\"subHeadMarginTopTablet\":0,\"subHeadMarginRightTablet\":0,\"subHeadTabletSpace\":20,\"subHeadMarginLeftTablet\":0,\"imgTagHeight\":118,\"imgTagWidth\":370,\"btnBorderTopWidth\":1,\"btnBorderLeftWidth\":1,\"btnBorderRightWidth\":1,\"btnBorderBottomWidth\":1,\"btnBorderTopLeftRadius\":0,\"btnBorderTopRightRadius\":0,\"btnBorderBottomLeftRadius\":0,\"btnBorderBottomRightRadius\":0,\"btnBorderStyle\":\"solid\",\"btnBorderColor\":\"#333\"} -->\n<div class=\"wp-block-uagb-info-box uagb-block-d92f1d4c uagb-infobox__content-wrap  uagb-infobox-icon-above-title uagb-infobox-image-valign-top\"><div class=\"uagb-ifb-content\"><div class=\"uagb-ifb-image-content\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/concierge.jpg\" alt=\"\" width=\"100\" height=\"118\" loading=\"lazy\"/></div><div class=\"uagb-ifb-title-wrap\"><h3 class=\"uagb-ifb-title\">24 Hour Concierge​</h3></div><p class=\"uagb-ifb-desc\">We have three in-house restaurants offering different cuisines that you can choose from.</p><div class=\"uagb-ifb-button-wrapper wp-block-button\"><a href=\"\" target=\"_self\" class=\"uagb-infobox-cta-link uagb-disable-link\" rel=\"noopener noreferrer\" alt=\"\"><span class=\"uagb-inline-editing\">READ MORE</span></a></div></div></div>\n<!-- /wp:uagb/info-box --></div>\n<!-- /wp:uagb/container --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"d6e24698\",\"innerContentWidth\":\"alignfull\",\"directionDesktop\":\"row\",\"wrapTablet\":\"wrap\",\"variationSelected\":true,\"rowGapTablet\":0,\"columnGapDesktop\":0,\"isBlockRootParent\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-d6e24698 alignfull uagb-is-root-container\"><!-- wp:uagb/container {\"block_id\":\"d7c3c679\",\"widthDesktop\":25,\"widthTablet\":50,\"variationSelected\":true,\"widthSetByUser\":true,\"UAGHideMob\":true,\"UAGResponsiveConditions\":true} -->\n<div class=\"wp-block-uagb-container uag-hide-mob uagb-block-d7c3c679\"><!-- wp:uagb/image {\"block_id\":\"5b232b41\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/amenities-1.jpg\",\"id\":220,\"linkDestination\":\"none\",\"width\":480,\"height\":500,\"naturalWidth\":480,\"naturalHeight\":500,\"sizeSlug\":\"full\",\"sizeSlugTablet\":\"full\",\"sizeSlugMobile\":\"full\"} -->\n<div class=\"wp-block-uagb-image uagb-block-5b232b41 wp-block-uagb-image--layout-default wp-block-uagb-image--effect-static wp-block-uagb-image--align-none\"><figure class=\"wp-block-uagb-image__figure\"><img srcset=\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/amenities-1.jpg \" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/amenities-1.jpg\" alt=\"\" class=\"uag-image-220\" width=\"480\" height=\"500\" title=\"\" loading=\"lazy\"/></figure></div>\n<!-- /wp:uagb/image --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"641b7bdd\",\"widthDesktop\":25,\"widthTablet\":50,\"variationSelected\":true,\"widthSetByUser\":true,\"UAGHideMob\":true,\"UAGResponsiveConditions\":true} -->\n<div class=\"wp-block-uagb-container uag-hide-mob uagb-block-641b7bdd\"><!-- wp:uagb/image {\"block_id\":\"6245e28e\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/amenities-3.jpg\",\"id\":222,\"linkDestination\":\"none\",\"naturalWidth\":480,\"naturalHeight\":500,\"sizeSlug\":\"full\",\"sizeSlugTablet\":\"full\",\"sizeSlugMobile\":\"full\"} -->\n<div class=\"wp-block-uagb-image uagb-block-6245e28e wp-block-uagb-image--layout-default wp-block-uagb-image--effect-static wp-block-uagb-image--align-none\"><figure class=\"wp-block-uagb-image__figure\"><img srcset=\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/amenities-3.jpg \" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/amenities-3.jpg\" alt=\"\" class=\"uag-image-222\" width=\"\" height=\"\" title=\"\" loading=\"lazy\"/></figure></div>\n<!-- /wp:uagb/image --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"a62baf20\",\"widthDesktop\":50,\"widthTablet\":100,\"variationSelected\":true,\"columnGapDesktop\":20,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-a62baf20\"><!-- wp:uagb/image {\"block_id\":\"5a25bc12\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/amenities-5.jpg\",\"id\":224,\"linkDestination\":\"none\",\"width\":960,\"height\":500,\"naturalWidth\":960,\"naturalHeight\":500,\"sizeSlug\":\"full\",\"sizeSlugTablet\":\"full\",\"sizeSlugMobile\":\"full\"} -->\n<div class=\"wp-block-uagb-image uagb-block-5a25bc12 wp-block-uagb-image--layout-default wp-block-uagb-image--effect-static wp-block-uagb-image--align-none\"><figure class=\"wp-block-uagb-image__figure\"><img srcset=\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/amenities-5.jpg \" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/amenities-5.jpg\" alt=\"\" class=\"uag-image-224\" width=\"960\" height=\"500\" title=\"\" loading=\"lazy\"/></figure></div>\n<!-- /wp:uagb/image --></div>\n<!-- /wp:uagb/container --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"41455a39\",\"innerContentWidth\":\"alignfull\",\"directionDesktop\":\"row\",\"wrapTablet\":\"wrap\",\"variationSelected\":true,\"rowGapTablet\":0,\"columnGapDesktop\":0,\"isBlockRootParent\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-41455a39 alignfull uagb-is-root-container\"><!-- wp:uagb/container {\"block_id\":\"59498ef7\",\"widthDesktop\":50,\"widthTablet\":100,\"variationSelected\":true,\"columnGapDesktop\":20,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-59498ef7\"><!-- wp:uagb/image {\"block_id\":\"d4077773\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/amenities-6-1.jpg\",\"id\":230,\"linkDestination\":\"none\",\"naturalWidth\":960,\"naturalHeight\":500,\"sizeSlug\":\"full\",\"sizeSlugTablet\":\"full\",\"sizeSlugMobile\":\"full\"} -->\n<div class=\"wp-block-uagb-image uagb-block-d4077773 wp-block-uagb-image--layout-default wp-block-uagb-image--effect-static wp-block-uagb-image--align-none\"><figure class=\"wp-block-uagb-image__figure\"><img srcset=\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/amenities-6-1.jpg \" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/amenities-6-1.jpg\" alt=\"\" class=\"uag-image-230\" width=\"\" height=\"\" title=\"\" loading=\"lazy\"/></figure></div>\n<!-- /wp:uagb/image --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"c7a7b5a5\",\"widthDesktop\":25,\"variationSelected\":true,\"widthSetByUser\":true,\"UAGHideMob\":true,\"UAGResponsiveConditions\":true} -->\n<div class=\"wp-block-uagb-container uag-hide-mob uagb-block-c7a7b5a5\"><!-- wp:uagb/image {\"block_id\":\"b5dfb78b\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/amenities-2.jpg\",\"id\":221,\"linkDestination\":\"none\",\"naturalWidth\":480,\"naturalHeight\":500,\"sizeSlug\":\"full\",\"sizeSlugTablet\":\"full\",\"sizeSlugMobile\":\"full\"} -->\n<div class=\"wp-block-uagb-image uagb-block-b5dfb78b wp-block-uagb-image--layout-default wp-block-uagb-image--effect-static wp-block-uagb-image--align-none\"><figure class=\"wp-block-uagb-image__figure\"><img srcset=\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/amenities-2.jpg \" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/amenities-2.jpg\" alt=\"\" class=\"uag-image-221\" width=\"\" height=\"\" title=\"\" loading=\"lazy\"/></figure></div>\n<!-- /wp:uagb/image --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"102d5b48\",\"widthDesktop\":25,\"variationSelected\":true,\"widthSetByUser\":true,\"UAGHideMob\":true,\"UAGResponsiveConditions\":true} -->\n<div class=\"wp-block-uagb-container uag-hide-mob uagb-block-102d5b48\"><!-- wp:uagb/image {\"block_id\":\"9863168d\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/amenities-4.jpg\",\"id\":223,\"linkDestination\":\"none\",\"naturalWidth\":480,\"naturalHeight\":500,\"sizeSlug\":\"full\",\"sizeSlugTablet\":\"full\",\"sizeSlugMobile\":\"full\"} -->\n<div class=\"wp-block-uagb-image uagb-block-9863168d wp-block-uagb-image--layout-default wp-block-uagb-image--effect-static wp-block-uagb-image--align-none\"><figure class=\"wp-block-uagb-image__figure\"><img srcset=\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/amenities-4.jpg \" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/amenities-4.jpg\" alt=\"\" class=\"uag-image-223\" width=\"\" height=\"\" title=\"\" loading=\"lazy\"/></figure></div>\n<!-- /wp:uagb/image --></div>\n<!-- /wp:uagb/container --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"86e29606\",\"backgroundType\":\"color\",\"backgroundSizeTablet\":\"cover\",\"backgroundSizeMobile\":\"cover\",\"backgroundColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"topPaddingDesktop\":120,\"bottomPaddingDesktop\":120,\"topPaddingTablet\":80,\"bottomPaddingTablet\":80,\"leftPaddingTablet\":30,\"rightPaddingTablet\":30,\"topPaddingMobile\":80,\"bottomPaddingMobile\":80,\"leftPaddingMobile\":20,\"rightPaddingMobile\":20,\"paddingLink\":false,\"variationSelected\":true,\"rowGapDesktop\":0,\"rowGapTablet\":0,\"isBlockRootParent\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-86e29606 alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/container {\"block_id\":\"06d386f3\",\"directionDesktop\":\"row\",\"alignItemsDesktop\":\"flex-end\",\"alignItemsTablet\":\"flex-end\",\"justifyContentDesktop\":\"flex-end\",\"justifyContentTablet\":\"space-between\",\"variationSelected\":true,\"rowGapMobile\":30,\"columnGapDesktop\":0} -->\n<div class=\"wp-block-uagb-container uagb-block-06d386f3\"><!-- wp:uagb/advanced-heading {\"block_id\":\"dedeeaca\",\"classMigrate\":true,\"headingDescToggle\":true,\"subHeadingColor\":\"\",\"headSpace\":20,\"subHeadFontSize\":16} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-dedeeaca\"><h2 class=\"uagb-heading-text\">Other Perks &amp; Facilities ​</h2><p class=\"uagb-desc-text\">Looking for more? Well, we believe that every guest walks into our hotel for the best experience. And, we are determined to do that.</p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/buttons {\"block_id\":\"7cc57834\",\"classMigrate\":true,\"childMigrate\":true,\"align\":\"right\",\"alignTablet\":\"right\",\"alignMobile\":\"left\",\"gap\":0} -->\n<div class=\"wp-block-uagb-buttons uagb-buttons__outer-wrap uagb-btn__default-btn uagb-btn-tablet__default-btn uagb-btn-mobile__default-btn uagb-block-7cc57834\"><div class=\"uagb-buttons__wrap uagb-buttons-layout-wrap\"><!-- wp:uagb/buttons-child {\"block_id\":\"4d1222b3\",\"label\":\"Get Bookings\",\"link\":\"#\",\"hColor\":\"\",\"borderWidth\":\"\",\"borderRadius\":\"\",\"borderStyle\":\"\",\"borderColor\":\"\",\"borderHColor\":\"\",\"btnBorderTopWidth\":1,\"btnBorderLeftWidth\":1,\"btnBorderRightWidth\":1,\"btnBorderBottomWidth\":1,\"btnBorderTopLeftRadius\":2,\"btnBorderTopRightRadius\":2,\"btnBorderBottomLeftRadius\":2,\"btnBorderBottomRightRadius\":2,\"btnBorderStyle\":\"solid\",\"btnBorderColor\":\"#333\",\"btnBorderHColor\":\"#333\"} -->\n<div class=\"wp-block-uagb-buttons-child uagb-buttons__outer-wrap uagb-block-4d1222b3 wp-block-button is-style-outline\"><div class=\"uagb-button__wrapper\"><a class=\"uagb-buttons-repeater wp-block-button__link\" href=\"#\" rel=\"follow noopener\" target=\"_self\"><div class=\"uagb-button__link\">Get Bookings</div></a></div></div>\n<!-- /wp:uagb/buttons-child --></div></div>\n<!-- /wp:uagb/buttons --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"6174ab5d\",\"directionDesktop\":\"row\",\"alignItemsTablet\":\"flex-start\",\"paddingLink\":false,\"topMarginDesktop\":54,\"bottomMarginDesktop\":0,\"leftMarginDesktop\":0,\"rightMarginDesktop\":0,\"topMarginTablet\":30,\"bottomMarginTablet\":0,\"leftMarginTablet\":0,\"rightMarginTablet\":0,\"marginLink\":false,\"variationSelected\":true,\"rowGapMobile\":65,\"columnGapDesktop\":48,\"columnGapTablet\":20} -->\n<div class=\"wp-block-uagb-container uagb-block-6174ab5d\"><!-- wp:uagb/info-box {\"classMigrate\":true,\"headingAlign\":\"left\",\"headingColor\":\"\",\"subHeadingColor\":\"\",\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"source_type\":\"image\",\"block_id\":\"bc5caedb\",\"ctaType\":\"text\",\"ctaText\":\"READ MORE\",\"ctaLinkColor\":\"var(\\u002d\\u002dast-global-color-0)\",\"ctaDecoration\":\"underline\",\"ctaFontSize\":12,\"ctaFontWeight\":\"600\",\"ctaLetterSpacing\":2,\"ctaBorderStyle\":\"\",\"iconBottomMargin\":30,\"iconImage\":{\"id\":240,\"title\":\"terrace\",\"filename\":\"terrace.jpg\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/terrace.jpg\",\"link\":\"https://blueroan.netgen.cloud/terrace/\",\"alt\":\"\",\"author\":\"34\",\"description\":\"\",\"caption\":\"\",\"name\":\"terrace\",\"status\":\"inherit\",\"uploadedTo\":0,\"date\":\"2021-05-11T10:54:04.000Z\",\"modified\":\"2021-05-11T10:54:04.000Z\",\"menuOrder\":0,\"mime\":\"image/jpeg\",\"type\":\"image\",\"subtype\":\"jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/default.png\",\"dateFormatted\":\"May 11, 2021\",\"nonces\":{\"update\":\"6de8720da3\",\"delete\":\"d7905e75b9\",\"edit\":\"e7132a7b3e\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=240\\u0026action=edit\",\"meta\":false,\"authorName\":\"Rishabh\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/user-edit.php?user_id=34\",\"filesizeInBytes\":40742,\"filesizeHumanReadable\":\"40 KB\",\"context\":\"\",\"height\":440,\"width\":370,\"orientation\":\"portrait\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/terrace-150x150.jpg\",\"orientation\":\"landscape\"},\"medium\":{\"height\":300,\"width\":252,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/terrace-252x300-1.jpg\",\"orientation\":\"portrait\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/terrace.jpg\",\"height\":440,\"width\":370,\"orientation\":\"portrait\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"imageSize\":\"full\",\"imageWidth\":100,\"imageWidthMobile\":100,\"imageWidthTablet\":100,\"paddingBtnTop\":10,\"paddingBtnBottom\":10,\"paddingBtnLeft\":14,\"paddingBtnRight\":14,\"imageWidthUnit\":\"%\",\"imageWidthUnitTablet\":\"%\",\"imageWidthUnitMobile\":\"%\",\"subHeadTopMargin\":0,\"subHeadRightMargin\":40,\"subHeadLeftMargin\":0,\"subHeadMarginTopTablet\":0,\"subHeadMarginRightTablet\":0,\"subHeadTabletSpace\":20,\"subHeadMarginLeftTablet\":0,\"btnBorderStyle\":\"solid\"} -->\n<div class=\"wp-block-uagb-info-box uagb-block-bc5caedb uagb-infobox__content-wrap  uagb-infobox-icon-above-title uagb-infobox-image-valign-top\"><div class=\"uagb-ifb-content\"><div class=\"uagb-ifb-image-content\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/terrace.jpg\" alt=\"\"/></div><div class=\"uagb-ifb-title-wrap\"><h3 class=\"uagb-ifb-title\">Ocean View Terrace​</h3></div><p class=\"uagb-ifb-desc\">Among the scenic beauty of the city we also have an ocean view terrace for every suite in our hotel.</p><div class=\"uagb-ifb-button-wrapper wp-block-button\"><a href=\"#\" target=\"_self\" class=\"uagb-infobox-cta-link\" rel=\"noopener noreferrer\" alt=\"\"><span class=\"uagb-inline-editing\">READ MORE</span></a></div></div></div>\n<!-- /wp:uagb/info-box -->\n\n<!-- wp:uagb/info-box {\"classMigrate\":true,\"headingAlign\":\"left\",\"headingColor\":\"\",\"subHeadingColor\":\"\",\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"source_type\":\"image\",\"block_id\":\"be927766\",\"ctaType\":\"text\",\"ctaText\":\"READ MORE\",\"ctaLinkColor\":\"var(\\u002d\\u002dast-global-color-0)\",\"ctaDecoration\":\"underline\",\"ctaFontSize\":12,\"ctaFontWeight\":\"600\",\"ctaLetterSpacing\":2,\"ctaBorderStyle\":\"\",\"iconBottomMargin\":30,\"iconImage\":{\"id\":89,\"title\":\"food\",\"filename\":\"food.jpg\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/food.jpg\",\"link\":\"https://blueroan.netgen.cloud/food/\",\"alt\":\"\",\"author\":\"34\",\"description\":\"\",\"caption\":\"\",\"name\":\"food\",\"status\":\"inherit\",\"uploadedTo\":0,\"date\":\"2021-05-07T14:24:52.000Z\",\"modified\":\"2021-05-07T14:24:52.000Z\",\"menuOrder\":0,\"mime\":\"image/jpeg\",\"type\":\"image\",\"subtype\":\"jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/default.png\",\"dateFormatted\":\"May 7, 2021\",\"nonces\":{\"update\":\"b06173e227\",\"delete\":\"7de0e70fba\",\"edit\":\"7dc3d40920\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=89\\u0026action=edit\",\"meta\":false,\"authorName\":\"Rishabh\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/user-edit.php?user_id=34\",\"filesizeInBytes\":41933,\"filesizeHumanReadable\":\"41 KB\",\"context\":\"\",\"height\":440,\"width\":370,\"orientation\":\"portrait\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/food-150x150.jpg\",\"orientation\":\"landscape\"},\"medium\":{\"height\":300,\"width\":252,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/food-252x300-1.jpg\",\"orientation\":\"portrait\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/food.jpg\",\"height\":440,\"width\":370,\"orientation\":\"portrait\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"imageSize\":\"full\",\"imageWidth\":100,\"imageWidthMobile\":100,\"imageWidthTablet\":100,\"paddingBtnTop\":10,\"paddingBtnBottom\":10,\"paddingBtnLeft\":14,\"paddingBtnRight\":14,\"imageWidthUnit\":\"%\",\"imageWidthUnitTablet\":\"%\",\"imageWidthUnitMobile\":\"%\",\"subHeadTopMargin\":0,\"subHeadRightMargin\":40,\"subHeadLeftMargin\":0,\"subHeadMarginTopTablet\":0,\"subHeadMarginRightTablet\":0,\"subHeadTabletSpace\":20,\"subHeadMarginLeftTablet\":0,\"btnBorderStyle\":\"solid\"} -->\n<div class=\"wp-block-uagb-info-box uagb-block-be927766 uagb-infobox__content-wrap  uagb-infobox-icon-above-title uagb-infobox-image-valign-top\"><div class=\"uagb-ifb-content\"><div class=\"uagb-ifb-image-content\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/food.jpg\" alt=\"\"/></div><div class=\"uagb-ifb-title-wrap\"><h3 class=\"uagb-ifb-title\">Delicious Food​</h3></div><p class=\"uagb-ifb-desc\">We have team chefs from across the world. So you can enjoy the delicacies anytime during your stay.</p><div class=\"uagb-ifb-button-wrapper wp-block-button\"><a href=\"#\" target=\"_self\" class=\"uagb-infobox-cta-link\" rel=\"noopener noreferrer\" alt=\"\"><span class=\"uagb-inline-editing\">READ MORE</span></a></div></div></div>\n<!-- /wp:uagb/info-box -->\n\n<!-- wp:uagb/info-box {\"classMigrate\":true,\"headingAlign\":\"left\",\"headingColor\":\"\",\"subHeadingColor\":\"\",\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"source_type\":\"image\",\"block_id\":\"762a0a59\",\"ctaType\":\"text\",\"ctaText\":\"READ MORE\",\"ctaLinkColor\":\"var(\\u002d\\u002dast-global-color-0)\",\"ctaDecoration\":\"underline\",\"ctaFontSize\":12,\"ctaFontWeight\":\"600\",\"ctaLetterSpacing\":2,\"ctaBorderStyle\":\"\",\"iconBottomMargin\":30,\"iconImage\":{\"id\":241,\"title\":\"beach\",\"filename\":\"beach.jpg\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/beach.jpg\",\"link\":\"https://blueroan.netgen.cloud/beach/\",\"alt\":\"\",\"author\":\"34\",\"description\":\"\",\"caption\":\"\",\"name\":\"beach\",\"status\":\"inherit\",\"uploadedTo\":0,\"date\":\"2021-05-11T10:56:06.000Z\",\"modified\":\"2021-05-11T10:56:06.000Z\",\"menuOrder\":0,\"mime\":\"image/jpeg\",\"type\":\"image\",\"subtype\":\"jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/default.png\",\"dateFormatted\":\"May 11, 2021\",\"nonces\":{\"update\":\"65c348aac8\",\"delete\":\"6d551f7cf4\",\"edit\":\"026ca70d91\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=241\\u0026action=edit\",\"meta\":false,\"authorName\":\"Rishabh\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/user-edit.php?user_id=34\",\"filesizeInBytes\":38094,\"filesizeHumanReadable\":\"37 KB\",\"context\":\"\",\"height\":440,\"width\":370,\"orientation\":\"portrait\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/beach-150x150.jpg\",\"orientation\":\"landscape\"},\"medium\":{\"height\":300,\"width\":252,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/beach-252x300-1.jpg\",\"orientation\":\"portrait\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/beach.jpg\",\"height\":440,\"width\":370,\"orientation\":\"portrait\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"imageSize\":\"full\",\"imageWidth\":100,\"imageWidthMobile\":100,\"imageWidthTablet\":100,\"paddingBtnTop\":10,\"paddingBtnBottom\":10,\"paddingBtnLeft\":14,\"paddingBtnRight\":14,\"imageWidthUnit\":\"%\",\"imageWidthUnitTablet\":\"%\",\"imageWidthUnitMobile\":\"%\",\"subHeadTopMargin\":0,\"subHeadRightMargin\":40,\"subHeadLeftMargin\":0,\"subHeadMarginTopTablet\":0,\"subHeadMarginRightTablet\":0,\"subHeadTabletSpace\":20,\"subHeadMarginLeftTablet\":0,\"btnBorderStyle\":\"solid\"} -->\n<div class=\"wp-block-uagb-info-box uagb-block-762a0a59 uagb-infobox__content-wrap  uagb-infobox-icon-above-title uagb-infobox-image-valign-top\"><div class=\"uagb-ifb-content\"><div class=\"uagb-ifb-image-content\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/beach.jpg\" alt=\"\"/></div><div class=\"uagb-ifb-title-wrap\"><h3 class=\"uagb-ifb-title\">Private Beach​</h3></div><p class=\"uagb-ifb-desc\">Want to take a dip into the sea? All our guests get complimentary access to our private beach.</p><div class=\"uagb-ifb-button-wrapper wp-block-button\"><a href=\"#\" target=\"_self\" class=\"uagb-infobox-cta-link\" rel=\"noopener noreferrer\" alt=\"\"><span class=\"uagb-inline-editing\">READ MORE</span></a></div></div></div>\n<!-- /wp:uagb/info-box --></div>\n<!-- /wp:uagb/container --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"b12f76eb\",\"innerContentCustomWidthDesktop\":781,\"innerContentCustomWidthTablet\":781,\"backgroundType\":\"image\",\"backgroundImageDesktop\":{\"id\":54,\"title\":\"background-img\",\"filename\":\"background-img-1.jpg\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/background-img-1.jpg\",\"link\":\"https://blueroan.netgen.cloud/background-img-2/\",\"alt\":\"\",\"author\":\"34\",\"description\":\"\",\"caption\":\"\",\"name\":\"background-img-2\",\"status\":\"inherit\",\"uploadedTo\":0,\"date\":\"2021-05-07T10:11:37.000Z\",\"modified\":\"2021-05-07T10:11:37.000Z\",\"menuOrder\":0,\"mime\":\"image/jpeg\",\"type\":\"image\",\"subtype\":\"jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/default.png\",\"dateFormatted\":\"May 7, 2021\",\"nonces\":{\"update\":\"bb999636b9\",\"delete\":\"d2e1375bc4\",\"edit\":\"005dd2f0c9\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=54\\u0026action=edit\",\"meta\":false,\"authorName\":\"Rishabh\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/user-edit.php?user_id=34\",\"filesizeInBytes\":338858,\"filesizeHumanReadable\":\"331 KB\",\"context\":\"\",\"height\":1080,\"width\":1920,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/background-img-1-150x150.jpg\",\"orientation\":\"landscape\"},\"medium\":{\"height\":169,\"width\":300,\"url\":\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/background-img-1-300x169.jpg\",\"orientation\":\"landscape\"},\"large\":{\"height\":576,\"width\":1024,\"url\":\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/background-img-1-1024x576.jpg\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/background-img-1.jpg\",\"height\":1080,\"width\":1920,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"backgroundImageColor\":\"rgba(42,42,42,0.65)\",\"topPaddingDesktop\":144,\"bottomPaddingDesktop\":144,\"leftPaddingDesktop\":40,\"rightPaddingDesktop\":40,\"topPaddingTablet\":80,\"bottomPaddingTablet\":80,\"leftPaddingTablet\":40,\"rightPaddingTablet\":40,\"topPaddingMobile\":64,\"bottomPaddingMobile\":64,\"leftPaddingMobile\":24,\"rightPaddingMobile\":24,\"paddingLink\":false,\"variationSelected\":true,\"isBlockRootParent\":true,\"overlayType\":\"color\"} -->\n<div class=\"wp-block-uagb-container uagb-block-b12f76eb alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/advanced-heading {\"block_id\":\"01942d74\",\"classMigrate\":true,\"headingDescToggle\":true,\"headingAlign\":\"center\",\"headingColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"subHeadingColor\":\"var(\\u002d\\u002dast-global-color-4)\",\"headSpace\":20} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-01942d74\"><h2 class=\"uagb-heading-text\">Plan an Unforgettable Experience in Mykonos Today!</h2><p class=\"uagb-desc-text\">We can help you fit your stay and experience within your allotted budget.</p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/advanced-heading {\"block_id\":\"d58d4f41\",\"classMigrate\":true,\"headingTitleToggle\":false,\"headingDescToggle\":true,\"headingAlign\":\"center\",\"subHeadingColor\":\"var(\\u002d\\u002dast-global-color-4)\",\"subHeadTransform\":\"uppercase\",\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"subHeadLetterSpacing\":2,\"blockTopPadding\":60,\"blockRightPadding\":0,\"blockLeftPadding\":0,\"blockBottomPadding\":0,\"blockTopPaddingMobile\":30,\"blockRightPaddingMobile\":0,\"blockLeftPaddingMobile\":0,\"blockBottomPaddingMobile\":0} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-d58d4f41\"><p class=\"uagb-desc-text\">BOOK YOUR STAY NOW​</p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/icon-list {\"block_id\":\"24193def\",\"classMigrate\":true,\"childMigrate\":true,\"align\":\"center\",\"parentIcon\":\"phone\",\"size\":40,\"sizeMobile\":24,\"sizeTablet\":32,\"fontSize\":48,\"fontSizeMobile\":28,\"fontSizeTablet\":40,\"fontWeight\":\"600\",\"iconColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"labelColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"blockTopPadding\":0,\"blockRightPadding\":0,\"blockLeftPadding\":0,\"blockBottomPadding\":24,\"blockPaddingLink\":false} -->\n<div class=\"wp-block-uagb-icon-list uagb-block-24193def\"><div class=\"uagb-icon-list__wrap\"><!-- wp:uagb/icon-list-child {\"block_id\":\"8f444d12\",\"label\":\"+1-123 456 7890​\",\"label_color\":\"\",\"fromParentIcon\":\"phone\",\"imageSizeChild\":40} -->\n<div class=\"wp-block-uagb-icon-list-child uagb-block-8f444d12\"><span class=\"uagb-icon-list__source-wrap\"><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M511.2 387l-23.25 100.8c-3.266 14.25-15.79 24.22-30.46 24.22C205.2 512 0 306.8 0 54.5c0-14.66 9.969-27.2 24.22-30.45l100.8-23.25C139.7-2.602 154.7 5.018 160.8 18.92l46.52 108.5c5.438 12.78 1.77 27.67-8.98 36.45L144.5 207.1c33.98 69.22 90.26 125.5 159.5 159.5l44.08-53.8c8.688-10.78 23.69-14.51 36.47-8.975l108.5 46.51C506.1 357.2 514.6 372.4 511.2 387z\"></path></svg></span><span class=\"uagb-icon-list__label\">+1-123 456 7890​</span></div>\n<!-- /wp:uagb/icon-list-child --></div></div>\n<!-- /wp:uagb/icon-list --></div></div>\n<!-- /wp:uagb/container -->',	'Amenities',	'',	'inherit',	'closed',	'closed',	'',	'762-revision-v1',	'',	'',	'2022-12-13 08:53:15',	'2022-12-13 08:53:15',	'',	762,	'https://blueroan.netgen.cloud/?p=778',	0,	'revision',	'',	0),
(779,	2,	'2022-12-13 08:53:15',	'2022-12-13 08:53:15',	'<!-- wp:uagb/container {\"block_id\":\"aed43fe0\",\"backgroundType\":\"image\",\"backgroundImageDesktop\":{\"id\":164,\"title\":\"about-banner\",\"filename\":\"about-banner.jpg\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/about-banner.jpg\",\"link\":\"https://blueroan.netgen.cloud/about-banner/\",\"alt\":\"\",\"author\":\"34\",\"description\":\"\",\"caption\":\"\",\"name\":\"about-banner\",\"status\":\"inherit\",\"uploadedTo\":0,\"date\":\"2021-05-11T06:02:02.000Z\",\"modified\":\"2021-05-11T06:02:02.000Z\",\"menuOrder\":0,\"mime\":\"image/jpeg\",\"type\":\"image\",\"subtype\":\"jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/default.png\",\"dateFormatted\":\"May 11, 2021\",\"nonces\":{\"update\":\"cdd3915af5\",\"delete\":\"1a38f699ec\",\"edit\":\"120eca5e82\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=164\\u0026action=edit\",\"meta\":false,\"authorName\":\"Rishabh\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/user-edit.php?user_id=34\",\"filesizeInBytes\":127909,\"filesizeHumanReadable\":\"125 KB\",\"context\":\"\",\"height\":800,\"width\":1920,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/about-banner-150x150.jpg\",\"orientation\":\"landscape\"},\"medium\":{\"height\":125,\"width\":300,\"url\":\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/about-banner-300x125.jpg\",\"orientation\":\"landscape\"},\"large\":{\"height\":427,\"width\":1024,\"url\":\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/about-banner-1024x427.jpg\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/about-banner.jpg\",\"height\":800,\"width\":1920,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"backgroundPositionDesktop\":{\"x\":\"0.50\",\"y\":\"0.00\"},\"backgroundSizeTablet\":\"cover\",\"backgroundSizeMobile\":\"cover\",\"backgroundColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"backgroundImageColor\":\"rgba(42,42,42,0.5)\",\"topPaddingDesktop\":220,\"bottomPaddingDesktop\":150,\"topPaddingTablet\":170,\"bottomPaddingTablet\":160,\"leftPaddingTablet\":30,\"rightPaddingTablet\":30,\"topPaddingMobile\":180,\"bottomPaddingMobile\":80,\"leftPaddingMobile\":20,\"rightPaddingMobile\":20,\"paddingLink\":false,\"variationSelected\":true,\"isBlockRootParent\":true,\"overlayType\":\"color\"} -->\n<div class=\"wp-block-uagb-container uagb-block-aed43fe0 alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/advanced-heading {\"block_id\":\"c6fe0afe\",\"classMigrate\":true,\"headingDescToggle\":true,\"headingColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"subHeadingColor\":\"var(\\u002d\\u002dast-global-color-4)\",\"headingTag\":\"h1\",\"headSpace\":20,\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"blockTopPadding\":0,\"blockRightPadding\":50,\"blockLeftPadding\":0,\"blockBottomPadding\":0,\"blockTopPaddingTablet\":0,\"blockRightPaddingTablet\":20,\"blockLeftPaddingTablet\":0,\"blockBottomPaddingTablet\":0,\"blockTopPaddingMobile\":0,\"blockRightPaddingMobile\":0,\"blockLeftPaddingMobile\":0,\"blockBottomPaddingMobile\":0,\"blockPaddingUnit\":\"%\",\"blockPaddingUnitTablet\":\"%\"} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-c6fe0afe\"><h1 class=\"uagb-heading-text\">Rooms &amp; Accommodation​</h1><p class=\"uagb-desc-text\">If you are looking for a home away from home, just walk in here. You can get both, an incredible and relaxing experience while you are on a holiday. Take a closer look into the rooms we offer and pick the one for you.</p></div>\n<!-- /wp:uagb/advanced-heading --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"a3877503\",\"backgroundType\":\"color\",\"backgroundSizeTablet\":\"cover\",\"backgroundSizeMobile\":\"cover\",\"backgroundColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"topPaddingDesktop\":120,\"bottomPaddingDesktop\":120,\"topPaddingTablet\":80,\"bottomPaddingTablet\":80,\"leftPaddingTablet\":30,\"rightPaddingTablet\":30,\"topPaddingMobile\":80,\"bottomPaddingMobile\":80,\"leftPaddingMobile\":20,\"rightPaddingMobile\":20,\"paddingLink\":false,\"variationSelected\":true,\"rowGapDesktop\":0,\"isBlockRootParent\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-a3877503 alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/container {\"block_id\":\"ee278402\",\"directionDesktop\":\"row\",\"alignItemsDesktop\":\"flex-end\",\"alignItemsTablet\":\"flex-end\",\"justifyContentDesktop\":\"flex-end\",\"justifyContentTablet\":\"space-between\",\"variationSelected\":true,\"rowGapMobile\":20,\"columnGapDesktop\":0} -->\n<div class=\"wp-block-uagb-container uagb-block-ee278402\"><!-- wp:uagb/advanced-heading {\"block_id\":\"5d7efed6\",\"classMigrate\":true,\"headingDescToggle\":true,\"subHeadingColor\":\"\",\"headSpace\":20,\"subHeadFontSize\":16} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-5d7efed6\"><h2 class=\"uagb-heading-text\">Come &amp; Stay With Us​</h2><p class=\"uagb-desc-text\">Pick any of our hotel rooms to experience the delightful decor, complemented with modern amenities for a comfortable stay.​</p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/buttons {\"block_id\":\"7e388974\",\"classMigrate\":true,\"childMigrate\":true,\"align\":\"right\",\"alignTablet\":\"right\",\"alignMobile\":\"left\",\"gap\":0} -->\n<div class=\"wp-block-uagb-buttons uagb-buttons__outer-wrap uagb-btn__default-btn uagb-btn-tablet__default-btn uagb-btn-mobile__default-btn uagb-block-7e388974\"><div class=\"uagb-buttons__wrap uagb-buttons-layout-wrap\"><!-- wp:uagb/buttons-child {\"block_id\":\"aa7725e1\",\"label\":\"View All\",\"link\":\"#\",\"hColor\":\"\",\"borderWidth\":\"\",\"borderRadius\":\"\",\"borderStyle\":\"\",\"borderColor\":\"\",\"borderHColor\":\"\",\"btnBorderTopWidth\":1,\"btnBorderLeftWidth\":1,\"btnBorderRightWidth\":1,\"btnBorderBottomWidth\":1,\"btnBorderTopLeftRadius\":2,\"btnBorderTopRightRadius\":2,\"btnBorderBottomLeftRadius\":2,\"btnBorderBottomRightRadius\":2,\"btnBorderStyle\":\"solid\",\"btnBorderColor\":\"#333\",\"btnBorderHColor\":\"#333\"} -->\n<div class=\"wp-block-uagb-buttons-child uagb-buttons__outer-wrap uagb-block-aa7725e1 wp-block-button is-style-outline\"><div class=\"uagb-button__wrapper\"><a class=\"uagb-buttons-repeater wp-block-button__link\" href=\"#\" rel=\"follow noopener\" target=\"_self\"><div class=\"uagb-button__link\">View All</div></a></div></div>\n<!-- /wp:uagb/buttons-child --></div></div>\n<!-- /wp:uagb/buttons --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"66deba63\",\"directionDesktop\":\"row\",\"alignItemsTablet\":\"flex-start\",\"justifyContentDesktop\":\"flex-start\",\"topMarginDesktop\":54,\"bottomMarginDesktop\":0,\"leftMarginDesktop\":0,\"rightMarginDesktop\":0,\"marginLink\":false,\"variationSelected\":true,\"rowGapMobile\":0,\"columnGapDesktop\":0} -->\n<div class=\"wp-block-uagb-container uagb-block-66deba63\"><!-- wp:uagb/container {\"block_id\":\"12ae4e90\",\"widthDesktop\":50,\"bottomPaddingDesktop\":20,\"rightPaddingDesktop\":32,\"bottomPaddingTablet\":35,\"rightPaddingTablet\":15,\"bottomPaddingMobile\":65,\"paddingLink\":false,\"topMarginDesktop\":0,\"bottomMarginDesktop\":0,\"leftMarginDesktop\":5,\"rightMarginDesktop\":5,\"topMarginMobile\":0,\"bottomMarginMobile\":0,\"leftMarginMobile\":0,\"rightMarginMobile\":0,\"marginLink\":false,\"variationSelected\":true,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-12ae4e90\"><!-- wp:uagb/info-box {\"classMigrate\":true,\"headingAlign\":\"left\",\"headingColor\":\"\",\"subHeadingColor\":\"\",\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"source_type\":\"image\",\"block_id\":\"9712c5e8\",\"ctaIcon\":\"\",\"ctaType\":\"text\",\"ctaText\":\"READ MORE\",\"ctaLinkColor\":\"var(\\u002d\\u002dast-global-color-0)\",\"ctaDecoration\":\"underline\",\"ctaFontSize\":12,\"ctaFontWeight\":\"600\",\"ctaLetterSpacing\":2,\"ctaBorderColor\":\"\",\"ctaBorderStyle\":\"\",\"ctaBorderWidth\":\"\",\"ctaBorderRadius\":\"\",\"iconBottomMargin\":30,\"iconImage\":{\"id\":279,\"title\":\"room-1\",\"filename\":\"room-1.jpg\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/room-1.jpg\",\"link\":\"https://blueroan.netgen.cloud/room-1/\",\"alt\":\"\",\"author\":\"34\",\"description\":\"\",\"caption\":\"\",\"name\":\"room-1\",\"status\":\"inherit\",\"uploadedTo\":0,\"date\":\"2021-05-11T11:38:49.000Z\",\"modified\":\"2021-05-11T11:38:49.000Z\",\"menuOrder\":0,\"mime\":\"image/jpeg\",\"type\":\"image\",\"subtype\":\"jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/default.png\",\"dateFormatted\":\"May 11, 2021\",\"nonces\":{\"update\":\"9857a9a1e0\",\"delete\":\"d6d3444d17\",\"edit\":\"9c14b53f03\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=279\\u0026action=edit\",\"meta\":false,\"authorName\":\"Rishabh\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/user-edit.php?user_id=34\",\"filesizeInBytes\":37544,\"filesizeHumanReadable\":\"37 KB\",\"context\":\"\",\"height\":400,\"width\":600,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/room-1-150x150.jpg\",\"orientation\":\"landscape\"},\"medium\":{\"height\":200,\"width\":300,\"url\":\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/room-1-300x200.jpg\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/room-1.jpg\",\"height\":400,\"width\":600,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"imageSize\":\"full\",\"imageWidth\":100,\"imageWidthMobile\":100,\"imageWidthTablet\":100,\"paddingBtnTop\":10,\"paddingBtnBottom\":10,\"paddingBtnLeft\":14,\"paddingBtnRight\":14,\"imageWidthUnit\":\"%\",\"imageWidthUnitTablet\":\"%\",\"imageWidthUnitMobile\":\"%\",\"subHeadTopMargin\":0,\"subHeadRightMargin\":40,\"subHeadLeftMargin\":0,\"subHeadMarginTopTablet\":0,\"subHeadMarginRightTablet\":0,\"subHeadTabletSpace\":20,\"subHeadMarginLeftTablet\":0,\"imgTagHeight\":66,\"imgTagWidth\":600,\"btnBorderTopWidth\":1,\"btnBorderLeftWidth\":1,\"btnBorderRightWidth\":1,\"btnBorderBottomWidth\":1,\"btnBorderTopLeftRadius\":0,\"btnBorderTopRightRadius\":0,\"btnBorderBottomLeftRadius\":0,\"btnBorderBottomRightRadius\":0,\"btnBorderStyle\":\"solid\",\"btnBorderColor\":\"#333\"} -->\n<div class=\"wp-block-uagb-info-box uagb-block-9712c5e8 uagb-infobox__content-wrap  uagb-infobox-icon-above-title uagb-infobox-image-valign-top\"><div class=\"uagb-ifb-content\"><div class=\"uagb-ifb-image-content\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/room-1.jpg\" alt=\"\" width=\"100\" height=\"66\" loading=\"lazy\"/></div><div class=\"uagb-ifb-title-wrap\"><h3 class=\"uagb-ifb-title\">Double Deluxe Room​</h3></div><p class=\"uagb-ifb-desc\">Our double deluxe rooms are complemented with modern and luxurious amenities for a wonderful stay.</p><div class=\"uagb-ifb-button-wrapper wp-block-button\"><a href=\"\" target=\"_self\" class=\"uagb-infobox-cta-link uagb-disable-link\" rel=\"noopener noreferrer\" alt=\"\"><span class=\"uagb-inline-editing\">READ MORE</span></a></div></div></div>\n<!-- /wp:uagb/info-box --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"c631ecbb\",\"widthDesktop\":50,\"bottomPaddingDesktop\":20,\"rightPaddingDesktop\":32,\"bottomPaddingTablet\":35,\"rightPaddingTablet\":15,\"bottomPaddingMobile\":65,\"paddingLink\":false,\"topMarginDesktop\":0,\"bottomMarginDesktop\":0,\"leftMarginDesktop\":5,\"rightMarginDesktop\":5,\"topMarginMobile\":0,\"bottomMarginMobile\":0,\"leftMarginMobile\":0,\"rightMarginMobile\":0,\"marginLink\":false,\"variationSelected\":true,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-c631ecbb\"><!-- wp:uagb/info-box {\"classMigrate\":true,\"headingAlign\":\"left\",\"headingColor\":\"\",\"subHeadingColor\":\"\",\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"source_type\":\"image\",\"block_id\":\"bf9e5538\",\"ctaIcon\":\"\",\"ctaType\":\"text\",\"ctaText\":\"READ MORE\",\"ctaLinkColor\":\"var(\\u002d\\u002dast-global-color-0)\",\"ctaDecoration\":\"underline\",\"ctaFontSize\":12,\"ctaFontWeight\":\"600\",\"ctaLetterSpacing\":2,\"ctaBorderColor\":\"\",\"ctaBorderStyle\":\"\",\"ctaBorderWidth\":\"\",\"ctaBorderRadius\":\"\",\"iconBottomMargin\":30,\"iconImage\":{\"id\":286,\"title\":\"room-2\",\"filename\":\"room-2.jpg\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/room-2.jpg\",\"link\":\"https://blueroan.netgen.cloud/room-2/\",\"alt\":\"\",\"author\":\"34\",\"description\":\"\",\"caption\":\"\",\"name\":\"room-2\",\"status\":\"inherit\",\"uploadedTo\":0,\"date\":\"2021-05-11T12:36:42.000Z\",\"modified\":\"2021-05-11T12:36:42.000Z\",\"menuOrder\":0,\"mime\":\"image/jpeg\",\"type\":\"image\",\"subtype\":\"jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/default.png\",\"dateFormatted\":\"May 11, 2021\",\"nonces\":{\"update\":\"87f5d7a5f5\",\"delete\":\"4e81d94b20\",\"edit\":\"5fab6e72b2\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=286\\u0026action=edit\",\"meta\":false,\"authorName\":\"Rishabh\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/user-edit.php?user_id=34\",\"filesizeInBytes\":43720,\"filesizeHumanReadable\":\"43 KB\",\"context\":\"\",\"height\":400,\"width\":600,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/room-2-150x150.jpg\",\"orientation\":\"landscape\"},\"medium\":{\"height\":200,\"width\":300,\"url\":\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/room-2-300x200.jpg\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/room-2.jpg\",\"height\":400,\"width\":600,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"imageSize\":\"full\",\"imageWidth\":100,\"imageWidthMobile\":100,\"imageWidthTablet\":100,\"paddingBtnTop\":10,\"paddingBtnBottom\":10,\"paddingBtnLeft\":14,\"paddingBtnRight\":14,\"imageWidthUnit\":\"%\",\"imageWidthUnitTablet\":\"%\",\"imageWidthUnitMobile\":\"%\",\"subHeadTopMargin\":0,\"subHeadRightMargin\":40,\"subHeadLeftMargin\":0,\"subHeadMarginTopTablet\":0,\"subHeadMarginRightTablet\":0,\"subHeadTabletSpace\":20,\"subHeadMarginLeftTablet\":0,\"imgTagHeight\":66,\"imgTagWidth\":600,\"btnBorderTopWidth\":1,\"btnBorderLeftWidth\":1,\"btnBorderRightWidth\":1,\"btnBorderBottomWidth\":1,\"btnBorderTopLeftRadius\":0,\"btnBorderTopRightRadius\":0,\"btnBorderBottomLeftRadius\":0,\"btnBorderBottomRightRadius\":0,\"btnBorderStyle\":\"solid\",\"btnBorderColor\":\"#333\"} -->\n<div class=\"wp-block-uagb-info-box uagb-block-bf9e5538 uagb-infobox__content-wrap  uagb-infobox-icon-above-title uagb-infobox-image-valign-top\"><div class=\"uagb-ifb-content\"><div class=\"uagb-ifb-image-content\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/room-2.jpg\" alt=\"\" width=\"100\" height=\"66\" loading=\"lazy\"/></div><div class=\"uagb-ifb-title-wrap\"><h3 class=\"uagb-ifb-title\">Double Club Room​</h3></div><p class=\"uagb-ifb-desc\">We offer 15 club rooms designed with a vibrant touch to enhance your spirits for a happening holiday.​</p><div class=\"uagb-ifb-button-wrapper wp-block-button\"><a href=\"\" target=\"_self\" class=\"uagb-infobox-cta-link uagb-disable-link\" rel=\"noopener noreferrer\" alt=\"\"><span class=\"uagb-inline-editing\">READ MORE</span></a></div></div></div>\n<!-- /wp:uagb/info-box --></div>\n<!-- /wp:uagb/container --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"32447897\",\"directionDesktop\":\"row\",\"alignItemsTablet\":\"flex-start\",\"justifyContentDesktop\":\"flex-start\",\"topMarginDesktop\":54,\"bottomMarginDesktop\":0,\"leftMarginDesktop\":0,\"rightMarginDesktop\":0,\"topMarginMobile\":0,\"bottomMarginMobile\":0,\"leftMarginMobile\":0,\"rightMarginMobile\":0,\"marginLink\":false,\"variationSelected\":true,\"rowGapMobile\":0,\"columnGapDesktop\":0} -->\n<div class=\"wp-block-uagb-container uagb-block-32447897\"><!-- wp:uagb/container {\"block_id\":\"5b113c97\",\"widthDesktop\":50,\"bottomPaddingDesktop\":20,\"rightPaddingDesktop\":32,\"bottomPaddingTablet\":35,\"leftPaddingTablet\":0,\"rightPaddingTablet\":15,\"bottomPaddingMobile\":65,\"paddingLink\":false,\"topMarginDesktop\":0,\"bottomMarginDesktop\":0,\"leftMarginDesktop\":5,\"rightMarginDesktop\":5,\"topMarginMobile\":0,\"bottomMarginMobile\":0,\"leftMarginMobile\":0,\"rightMarginMobile\":0,\"marginLink\":false,\"variationSelected\":true,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-5b113c97\"><!-- wp:uagb/info-box {\"classMigrate\":true,\"headingAlign\":\"left\",\"headingColor\":\"\",\"subHeadingColor\":\"\",\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"source_type\":\"image\",\"block_id\":\"5fe1f59d\",\"ctaIcon\":\"\",\"ctaType\":\"text\",\"ctaText\":\"READ MORE\",\"ctaLinkColor\":\"var(\\u002d\\u002dast-global-color-0)\",\"ctaDecoration\":\"underline\",\"ctaFontSize\":12,\"ctaFontWeight\":\"600\",\"ctaLetterSpacing\":2,\"ctaBorderColor\":\"\",\"ctaBorderStyle\":\"\",\"ctaBorderWidth\":\"\",\"ctaBorderRadius\":\"\",\"iconBottomMargin\":30,\"iconImage\":{\"id\":288,\"title\":\"room-3\",\"filename\":\"room-3-1.jpg\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/room-3-1.jpg\",\"link\":\"https://blueroan.netgen.cloud/room-3-2/\",\"alt\":\"\",\"author\":\"34\",\"description\":\"\",\"caption\":\"\",\"name\":\"room-3-2\",\"status\":\"inherit\",\"uploadedTo\":0,\"date\":\"2021-05-11T12:38:58.000Z\",\"modified\":\"2021-05-11T12:38:58.000Z\",\"menuOrder\":0,\"mime\":\"image/jpeg\",\"type\":\"image\",\"subtype\":\"jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/default.png\",\"dateFormatted\":\"May 11, 2021\",\"nonces\":{\"update\":\"13dbecb562\",\"delete\":\"d65fb58bac\",\"edit\":\"dc499da5fa\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=288\\u0026action=edit\",\"meta\":false,\"authorName\":\"Rishabh\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/user-edit.php?user_id=34\",\"filesizeInBytes\":26280,\"filesizeHumanReadable\":\"26 KB\",\"context\":\"\",\"height\":400,\"width\":600,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/room-3-1-150x150.jpg\",\"orientation\":\"landscape\"},\"medium\":{\"height\":200,\"width\":300,\"url\":\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/room-3-1-300x200.jpg\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/room-3-1.jpg\",\"height\":400,\"width\":600,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"imageSize\":\"full\",\"imageWidth\":100,\"imageWidthMobile\":100,\"imageWidthTablet\":100,\"paddingBtnTop\":10,\"paddingBtnBottom\":10,\"paddingBtnLeft\":14,\"paddingBtnRight\":14,\"imageWidthUnit\":\"%\",\"imageWidthUnitTablet\":\"%\",\"imageWidthUnitMobile\":\"%\",\"subHeadTopMargin\":0,\"subHeadRightMargin\":40,\"subHeadLeftMargin\":0,\"subHeadMarginTopTablet\":0,\"subHeadMarginRightTablet\":0,\"subHeadTabletSpace\":20,\"subHeadMarginLeftTablet\":0,\"imgTagHeight\":66,\"imgTagWidth\":600,\"btnBorderTopWidth\":1,\"btnBorderLeftWidth\":1,\"btnBorderRightWidth\":1,\"btnBorderBottomWidth\":1,\"btnBorderTopLeftRadius\":0,\"btnBorderTopRightRadius\":0,\"btnBorderBottomLeftRadius\":0,\"btnBorderBottomRightRadius\":0,\"btnBorderStyle\":\"solid\",\"btnBorderColor\":\"#333\"} -->\n<div class=\"wp-block-uagb-info-box uagb-block-5fe1f59d uagb-infobox__content-wrap  uagb-infobox-icon-above-title uagb-infobox-image-valign-top\"><div class=\"uagb-ifb-content\"><div class=\"uagb-ifb-image-content\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/room-3-1.jpg\" alt=\"\" width=\"100\" height=\"66\" loading=\"lazy\"/></div><div class=\"uagb-ifb-title-wrap\"><h3 class=\"uagb-ifb-title\">Standard Suite​</h3></div><p class=\"uagb-ifb-desc\">If you are looking for a room that gives you both space and luxury at a reasonable price, this is the one for you.</p><div class=\"uagb-ifb-button-wrapper wp-block-button\"><a href=\"\" target=\"_self\" class=\"uagb-infobox-cta-link uagb-disable-link\" rel=\"noopener noreferrer\" alt=\"\"><span class=\"uagb-inline-editing\">READ MORE</span></a></div></div></div>\n<!-- /wp:uagb/info-box --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"db614ad7\",\"widthDesktop\":50,\"bottomPaddingDesktop\":20,\"rightPaddingDesktop\":32,\"bottomPaddingTablet\":35,\"rightPaddingTablet\":15,\"bottomPaddingMobile\":65,\"paddingLink\":false,\"topMarginDesktop\":0,\"bottomMarginDesktop\":0,\"leftMarginDesktop\":5,\"rightMarginDesktop\":5,\"topMarginMobile\":0,\"bottomMarginMobile\":0,\"leftMarginMobile\":0,\"rightMarginMobile\":0,\"marginLink\":false,\"variationSelected\":true,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-db614ad7\"><!-- wp:uagb/info-box {\"classMigrate\":true,\"headingAlign\":\"left\",\"headingColor\":\"\",\"subHeadingColor\":\"\",\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"source_type\":\"image\",\"block_id\":\"ad95b748\",\"ctaIcon\":\"\",\"ctaType\":\"text\",\"ctaText\":\"READ MORE\",\"ctaLinkColor\":\"var(\\u002d\\u002dast-global-color-0)\",\"ctaDecoration\":\"underline\",\"ctaFontSize\":12,\"ctaFontWeight\":\"600\",\"ctaLetterSpacing\":2,\"ctaBorderColor\":\"\",\"ctaBorderStyle\":\"\",\"ctaBorderWidth\":\"\",\"ctaBorderRadius\":\"\",\"iconBottomMargin\":30,\"iconImage\":{\"id\":284,\"title\":\"room-4\",\"filename\":\"room-4-1.jpg\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/room-4-1.jpg\",\"link\":\"https://blueroan.netgen.cloud/room-4-2/\",\"alt\":\"\",\"author\":\"34\",\"description\":\"\",\"caption\":\"\",\"name\":\"room-4-2\",\"status\":\"inherit\",\"uploadedTo\":0,\"date\":\"2021-05-11T12:34:14.000Z\",\"modified\":\"2021-05-11T12:34:14.000Z\",\"menuOrder\":0,\"mime\":\"image/jpeg\",\"type\":\"image\",\"subtype\":\"jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/default.png\",\"dateFormatted\":\"May 11, 2021\",\"nonces\":{\"update\":\"7cafb104e4\",\"delete\":\"c76125dda4\",\"edit\":\"a40254c450\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=284\\u0026action=edit\",\"meta\":false,\"authorName\":\"Rishabh\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/user-edit.php?user_id=34\",\"filesizeInBytes\":40918,\"filesizeHumanReadable\":\"40 KB\",\"context\":\"\",\"height\":400,\"width\":600,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/room-4-1-150x150.jpg\",\"orientation\":\"landscape\"},\"medium\":{\"height\":200,\"width\":300,\"url\":\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/room-4-1-300x200.jpg\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/room-4-1.jpg\",\"height\":400,\"width\":600,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"imageSize\":\"full\",\"imageWidth\":100,\"imageWidthMobile\":100,\"imageWidthTablet\":100,\"paddingBtnTop\":10,\"paddingBtnBottom\":10,\"paddingBtnLeft\":14,\"paddingBtnRight\":14,\"imageWidthUnit\":\"%\",\"imageWidthUnitTablet\":\"%\",\"imageWidthUnitMobile\":\"%\",\"subHeadTopMargin\":0,\"subHeadRightMargin\":40,\"subHeadLeftMargin\":0,\"subHeadMarginTopTablet\":0,\"subHeadMarginRightTablet\":0,\"subHeadTabletSpace\":20,\"subHeadMarginLeftTablet\":0,\"imgTagHeight\":66,\"imgTagWidth\":600,\"btnBorderTopWidth\":1,\"btnBorderLeftWidth\":1,\"btnBorderRightWidth\":1,\"btnBorderBottomWidth\":1,\"btnBorderTopLeftRadius\":0,\"btnBorderTopRightRadius\":0,\"btnBorderBottomLeftRadius\":0,\"btnBorderBottomRightRadius\":0,\"btnBorderStyle\":\"solid\",\"btnBorderColor\":\"#333\"} -->\n<div class=\"wp-block-uagb-info-box uagb-block-ad95b748 uagb-infobox__content-wrap  uagb-infobox-icon-above-title uagb-infobox-image-valign-top\"><div class=\"uagb-ifb-content\"><div class=\"uagb-ifb-image-content\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/room-4-1.jpg\" alt=\"\" width=\"100\" height=\"66\" loading=\"lazy\"/></div><div class=\"uagb-ifb-title-wrap\"><h3 class=\"uagb-ifb-title\">Executive Suite​</h3></div><p class=\"uagb-ifb-desc\">Experience luxury in style in our executive suites. These rooms also give you a beautiful view of the city.</p><div class=\"uagb-ifb-button-wrapper wp-block-button\"><a href=\"\" target=\"_self\" class=\"uagb-infobox-cta-link uagb-disable-link\" rel=\"noopener noreferrer\" alt=\"\"><span class=\"uagb-inline-editing\">READ MORE</span></a></div></div></div>\n<!-- /wp:uagb/info-box --></div>\n<!-- /wp:uagb/container --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"26d3a0c4\",\"directionDesktop\":\"row\",\"justifyContentDesktop\":\"flex-start\",\"topMarginDesktop\":54,\"bottomMarginDesktop\":0,\"leftMarginDesktop\":0,\"rightMarginDesktop\":0,\"topMarginMobile\":0,\"bottomMarginMobile\":0,\"leftMarginMobile\":0,\"rightMarginMobile\":0,\"marginLink\":false,\"variationSelected\":true,\"rowGapMobile\":0,\"columnGapDesktop\":0} -->\n<div class=\"wp-block-uagb-container uagb-block-26d3a0c4\"><!-- wp:uagb/container {\"block_id\":\"3d463e8d\",\"widthDesktop\":50,\"bottomPaddingDesktop\":20,\"rightPaddingDesktop\":32,\"bottomPaddingTablet\":35,\"rightPaddingTablet\":15,\"bottomPaddingMobile\":65,\"paddingLink\":false,\"topMarginDesktop\":0,\"bottomMarginDesktop\":0,\"leftMarginDesktop\":5,\"rightMarginDesktop\":5,\"topMarginMobile\":0,\"bottomMarginMobile\":0,\"leftMarginMobile\":0,\"rightMarginMobile\":0,\"marginLink\":false,\"variationSelected\":true,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-3d463e8d\"><!-- wp:uagb/info-box {\"classMigrate\":true,\"headingAlign\":\"left\",\"headingColor\":\"\",\"subHeadingColor\":\"\",\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"source_type\":\"image\",\"block_id\":\"36ea0e34\",\"ctaIcon\":\"\",\"ctaType\":\"text\",\"ctaText\":\"READ MORE\",\"ctaLinkColor\":\"var(\\u002d\\u002dast-global-color-0)\",\"ctaDecoration\":\"underline\",\"ctaFontSize\":12,\"ctaFontWeight\":\"600\",\"ctaLetterSpacing\":2,\"ctaBorderColor\":\"\",\"ctaBorderStyle\":\"\",\"ctaBorderWidth\":\"\",\"ctaBorderRadius\":\"\",\"iconBottomMargin\":30,\"iconImage\":{\"id\":289,\"title\":\"room-5\",\"filename\":\"room-5.jpg\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/room-5.jpg\",\"link\":\"https://blueroan.netgen.cloud/room-5/\",\"alt\":\"\",\"author\":\"34\",\"description\":\"\",\"caption\":\"\",\"name\":\"room-5\",\"status\":\"inherit\",\"uploadedTo\":0,\"date\":\"2021-05-11T12:41:05.000Z\",\"modified\":\"2021-05-11T12:41:05.000Z\",\"menuOrder\":0,\"mime\":\"image/jpeg\",\"type\":\"image\",\"subtype\":\"jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/default.png\",\"dateFormatted\":\"May 11, 2021\",\"nonces\":{\"update\":\"67479f178f\",\"delete\":\"0a3770770f\",\"edit\":\"881fd0ea74\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=289\\u0026action=edit\",\"meta\":false,\"authorName\":\"Rishabh\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/user-edit.php?user_id=34\",\"filesizeInBytes\":49173,\"filesizeHumanReadable\":\"48 KB\",\"context\":\"\",\"height\":400,\"width\":600,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/room-5-150x150.jpg\",\"orientation\":\"landscape\"},\"medium\":{\"height\":200,\"width\":300,\"url\":\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/room-5-300x200.jpg\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/room-5.jpg\",\"height\":400,\"width\":600,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"imageSize\":\"full\",\"imageWidth\":100,\"imageWidthMobile\":100,\"imageWidthTablet\":100,\"paddingBtnTop\":10,\"paddingBtnBottom\":10,\"paddingBtnLeft\":14,\"paddingBtnRight\":14,\"imageWidthUnit\":\"%\",\"imageWidthUnitTablet\":\"%\",\"imageWidthUnitMobile\":\"%\",\"subHeadTopMargin\":0,\"subHeadRightMargin\":40,\"subHeadLeftMargin\":0,\"subHeadMarginTopTablet\":0,\"subHeadMarginRightTablet\":0,\"subHeadTabletSpace\":20,\"subHeadMarginLeftTablet\":0,\"imgTagHeight\":66,\"imgTagWidth\":600,\"btnBorderTopWidth\":1,\"btnBorderLeftWidth\":1,\"btnBorderRightWidth\":1,\"btnBorderBottomWidth\":1,\"btnBorderTopLeftRadius\":0,\"btnBorderTopRightRadius\":0,\"btnBorderBottomLeftRadius\":0,\"btnBorderBottomRightRadius\":0,\"btnBorderStyle\":\"solid\",\"btnBorderColor\":\"#333\"} -->\n<div class=\"wp-block-uagb-info-box uagb-block-36ea0e34 uagb-infobox__content-wrap  uagb-infobox-icon-above-title uagb-infobox-image-valign-top\"><div class=\"uagb-ifb-content\"><div class=\"uagb-ifb-image-content\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/room-5.jpg\" alt=\"\" width=\"100\" height=\"66\" loading=\"lazy\"/></div><div class=\"uagb-ifb-title-wrap\"><h3 class=\"uagb-ifb-title\">Grand Suite​</h3></div><p class=\"uagb-ifb-desc\">This is the second-highest ranked room in our hotel that offers luxury with the most advanced amenities.</p><div class=\"uagb-ifb-button-wrapper wp-block-button\"><a href=\"\" target=\"_self\" class=\"uagb-infobox-cta-link uagb-disable-link\" rel=\"noopener noreferrer\" alt=\"\"><span class=\"uagb-inline-editing\">READ MORE</span></a></div></div></div>\n<!-- /wp:uagb/info-box --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"f4f5199f\",\"widthDesktop\":50,\"bottomPaddingDesktop\":20,\"rightPaddingDesktop\":32,\"bottomPaddingTablet\":35,\"rightPaddingTablet\":15,\"paddingLink\":false,\"topMarginDesktop\":0,\"bottomMarginDesktop\":0,\"leftMarginDesktop\":5,\"rightMarginDesktop\":5,\"topMarginMobile\":0,\"bottomMarginMobile\":0,\"leftMarginMobile\":0,\"rightMarginMobile\":0,\"marginLink\":false,\"variationSelected\":true,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-f4f5199f\"><!-- wp:uagb/info-box {\"classMigrate\":true,\"headingAlign\":\"left\",\"headingColor\":\"\",\"subHeadingColor\":\"\",\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"source_type\":\"image\",\"block_id\":\"f1bba4f3\",\"ctaIcon\":\"\",\"ctaType\":\"text\",\"ctaText\":\"READ MORE\",\"ctaLinkColor\":\"var(\\u002d\\u002dast-global-color-0)\",\"ctaDecoration\":\"underline\",\"ctaFontSize\":12,\"ctaFontWeight\":\"600\",\"ctaLetterSpacing\":2,\"ctaBorderColor\":\"\",\"ctaBorderStyle\":\"\",\"ctaBorderWidth\":\"\",\"ctaBorderRadius\":\"\",\"iconBottomMargin\":30,\"iconImage\":{\"id\":290,\"title\":\"room-6\",\"filename\":\"room-6.jpg\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/room-6.jpg\",\"link\":\"https://blueroan.netgen.cloud/room-6/\",\"alt\":\"\",\"author\":\"34\",\"description\":\"\",\"caption\":\"\",\"name\":\"room-6\",\"status\":\"inherit\",\"uploadedTo\":0,\"date\":\"2021-05-11T12:42:24.000Z\",\"modified\":\"2021-05-11T12:42:24.000Z\",\"menuOrder\":0,\"mime\":\"image/jpeg\",\"type\":\"image\",\"subtype\":\"jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/default.png\",\"dateFormatted\":\"May 11, 2021\",\"nonces\":{\"update\":\"ca0f21bc6b\",\"delete\":\"aeb89ca3d4\",\"edit\":\"4be159def3\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=290\\u0026action=edit\",\"meta\":false,\"authorName\":\"Rishabh\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/user-edit.php?user_id=34\",\"filesizeInBytes\":50081,\"filesizeHumanReadable\":\"49 KB\",\"context\":\"\",\"height\":400,\"width\":600,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/room-6-150x150.jpg\",\"orientation\":\"landscape\"},\"medium\":{\"height\":200,\"width\":300,\"url\":\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/room-6-300x200.jpg\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/room-6.jpg\",\"height\":400,\"width\":600,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"imageSize\":\"full\",\"imageWidth\":100,\"imageWidthMobile\":100,\"imageWidthTablet\":100,\"paddingBtnTop\":10,\"paddingBtnBottom\":10,\"paddingBtnLeft\":14,\"paddingBtnRight\":14,\"imageWidthUnit\":\"%\",\"imageWidthUnitTablet\":\"%\",\"imageWidthUnitMobile\":\"%\",\"subHeadTopMargin\":0,\"subHeadRightMargin\":40,\"subHeadLeftMargin\":0,\"subHeadMarginTopTablet\":0,\"subHeadMarginRightTablet\":0,\"subHeadTabletSpace\":20,\"subHeadMarginLeftTablet\":0,\"imgTagHeight\":66,\"imgTagWidth\":600,\"btnBorderTopWidth\":1,\"btnBorderLeftWidth\":1,\"btnBorderRightWidth\":1,\"btnBorderBottomWidth\":1,\"btnBorderTopLeftRadius\":0,\"btnBorderTopRightRadius\":0,\"btnBorderBottomLeftRadius\":0,\"btnBorderBottomRightRadius\":0,\"btnBorderStyle\":\"solid\",\"btnBorderColor\":\"#333\"} -->\n<div class=\"wp-block-uagb-info-box uagb-block-f1bba4f3 uagb-infobox__content-wrap  uagb-infobox-icon-above-title uagb-infobox-image-valign-top\"><div class=\"uagb-ifb-content\"><div class=\"uagb-ifb-image-content\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/room-6.jpg\" alt=\"\" width=\"100\" height=\"66\" loading=\"lazy\"/></div><div class=\"uagb-ifb-title-wrap\"><h3 class=\"uagb-ifb-title\">Presidential Suite​</h3></div><p class=\"uagb-ifb-desc\">Wish to live like a king? Here’s the top presidential suite where you can spend the best days of your life.</p><div class=\"uagb-ifb-button-wrapper wp-block-button\"><a href=\"\" target=\"_self\" class=\"uagb-infobox-cta-link uagb-disable-link\" rel=\"noopener noreferrer\" alt=\"\"><span class=\"uagb-inline-editing\">READ MORE</span></a></div></div></div>\n<!-- /wp:uagb/info-box --></div>\n<!-- /wp:uagb/container --></div>\n<!-- /wp:uagb/container --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"06eb7107\",\"innerContentCustomWidthDesktop\":781,\"innerContentCustomWidthTablet\":781,\"backgroundType\":\"image\",\"backgroundImageDesktop\":{\"id\":54,\"title\":\"background-img\",\"filename\":\"background-img-1.jpg\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/background-img-1.jpg\",\"link\":\"https://blueroan.netgen.cloud/background-img-2/\",\"alt\":\"\",\"author\":\"34\",\"description\":\"\",\"caption\":\"\",\"name\":\"background-img-2\",\"status\":\"inherit\",\"uploadedTo\":0,\"date\":\"2021-05-07T10:11:37.000Z\",\"modified\":\"2021-05-07T10:11:37.000Z\",\"menuOrder\":0,\"mime\":\"image/jpeg\",\"type\":\"image\",\"subtype\":\"jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/default.png\",\"dateFormatted\":\"May 7, 2021\",\"nonces\":{\"update\":\"bb999636b9\",\"delete\":\"d2e1375bc4\",\"edit\":\"005dd2f0c9\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=54\\u0026action=edit\",\"meta\":false,\"authorName\":\"Rishabh\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/user-edit.php?user_id=34\",\"filesizeInBytes\":338858,\"filesizeHumanReadable\":\"331 KB\",\"context\":\"\",\"height\":1080,\"width\":1920,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/background-img-1-150x150.jpg\",\"orientation\":\"landscape\"},\"medium\":{\"height\":169,\"width\":300,\"url\":\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/background-img-1-300x169.jpg\",\"orientation\":\"landscape\"},\"large\":{\"height\":576,\"width\":1024,\"url\":\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/background-img-1-1024x576.jpg\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/background-img-1.jpg\",\"height\":1080,\"width\":1920,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"backgroundImageColor\":\"rgba(42,42,42,0.65)\",\"topPaddingDesktop\":144,\"bottomPaddingDesktop\":144,\"leftPaddingDesktop\":40,\"rightPaddingDesktop\":40,\"topPaddingTablet\":80,\"bottomPaddingTablet\":80,\"leftPaddingTablet\":40,\"rightPaddingTablet\":40,\"topPaddingMobile\":64,\"bottomPaddingMobile\":64,\"leftPaddingMobile\":24,\"rightPaddingMobile\":24,\"paddingLink\":false,\"variationSelected\":true,\"isBlockRootParent\":true,\"overlayType\":\"color\"} -->\n<div class=\"wp-block-uagb-container uagb-block-06eb7107 alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/advanced-heading {\"block_id\":\"19981042\",\"classMigrate\":true,\"headingDescToggle\":true,\"headingAlign\":\"center\",\"headingColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"subHeadingColor\":\"var(\\u002d\\u002dast-global-color-4)\",\"headSpace\":20} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-19981042\"><h2 class=\"uagb-heading-text\">Plan an Unforgettable Experience in Mykonos Today!</h2><p class=\"uagb-desc-text\">We can help you fit your stay and experience within your allotted budget.</p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/advanced-heading {\"block_id\":\"6335df6f\",\"classMigrate\":true,\"headingTitleToggle\":false,\"headingDescToggle\":true,\"headingAlign\":\"center\",\"subHeadingColor\":\"var(\\u002d\\u002dast-global-color-4)\",\"subHeadTransform\":\"uppercase\",\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"subHeadLetterSpacing\":2,\"blockTopPadding\":60,\"blockRightPadding\":0,\"blockLeftPadding\":0,\"blockBottomPadding\":0,\"blockTopPaddingMobile\":30,\"blockRightPaddingMobile\":0,\"blockLeftPaddingMobile\":0,\"blockBottomPaddingMobile\":0} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-6335df6f\"><p class=\"uagb-desc-text\">BOOK YOUR STAY NOW​</p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/icon-list {\"block_id\":\"52514852\",\"classMigrate\":true,\"childMigrate\":true,\"align\":\"center\",\"parentIcon\":\"phone\",\"size\":40,\"sizeMobile\":24,\"sizeTablet\":32,\"fontSize\":48,\"fontSizeMobile\":28,\"fontSizeTablet\":40,\"fontWeight\":\"600\",\"iconColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"labelColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"blockTopPadding\":0,\"blockRightPadding\":0,\"blockLeftPadding\":0,\"blockBottomPadding\":24,\"blockPaddingLink\":false} -->\n<div class=\"wp-block-uagb-icon-list uagb-block-52514852\"><div class=\"uagb-icon-list__wrap\"><!-- wp:uagb/icon-list-child {\"block_id\":\"ae47bf85\",\"label\":\"+1-123 456 7890​\",\"label_color\":\"\",\"fromParentIcon\":\"phone\",\"imageSizeChild\":40} -->\n<div class=\"wp-block-uagb-icon-list-child uagb-block-ae47bf85\"><span class=\"uagb-icon-list__source-wrap\"><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M511.2 387l-23.25 100.8c-3.266 14.25-15.79 24.22-30.46 24.22C205.2 512 0 306.8 0 54.5c0-14.66 9.969-27.2 24.22-30.45l100.8-23.25C139.7-2.602 154.7 5.018 160.8 18.92l46.52 108.5c5.438 12.78 1.77 27.67-8.98 36.45L144.5 207.1c33.98 69.22 90.26 125.5 159.5 159.5l44.08-53.8c8.688-10.78 23.69-14.51 36.47-8.975l108.5 46.51C506.1 357.2 514.6 372.4 511.2 387z\"></path></svg></span><span class=\"uagb-icon-list__label\">+1-123 456 7890​</span></div>\n<!-- /wp:uagb/icon-list-child --></div></div>\n<!-- /wp:uagb/icon-list --></div></div>\n<!-- /wp:uagb/container -->',	'Rooms',	'',	'inherit',	'closed',	'closed',	'',	'761-revision-v1',	'',	'',	'2022-12-13 08:53:15',	'2022-12-13 08:53:15',	'',	761,	'https://blueroan.netgen.cloud/?p=779',	0,	'revision',	'',	0),
(780,	2,	'2022-12-13 08:53:16',	'2022-12-13 08:53:16',	'<!-- wp:uagb/container {\"block_id\":\"c13296fb\",\"minHeightDesktop\":95,\"minHeightTablet\":70,\"minHeightMobile\":80,\"minHeightType\":\"vh\",\"alignItemsDesktop\":\"flex-start\",\"backgroundType\":\"image\",\"backgroundImageDesktop\":{\"id\":127,\"title\":\"hero-banner\",\"filename\":\"hero-banner.jpg\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/hero-banner.jpg\",\"link\":\"https://blueroan.netgen.cloud/hero-banner/\",\"alt\":\"\",\"author\":\"34\",\"description\":\"\",\"caption\":\"\",\"name\":\"hero-banner\",\"status\":\"inherit\",\"uploadedTo\":0,\"date\":\"2021-05-11T05:18:45.000Z\",\"modified\":\"2021-05-11T05:18:45.000Z\",\"menuOrder\":0,\"mime\":\"image/jpeg\",\"type\":\"image\",\"subtype\":\"jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/default.png\",\"dateFormatted\":\"May 11, 2021\",\"nonces\":{\"update\":\"22c2f0f07a\",\"delete\":\"2914b6c14d\",\"edit\":\"f082ae5e83\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=127\\u0026action=edit\",\"meta\":false,\"authorName\":\"Rishabh\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/user-edit.php?user_id=34\",\"filesizeInBytes\":187080,\"filesizeHumanReadable\":\"183 KB\",\"context\":\"\",\"height\":1080,\"width\":1920,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/hero-banner-150x150.jpg\",\"orientation\":\"landscape\"},\"medium\":{\"height\":169,\"width\":300,\"url\":\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/hero-banner-300x169.jpg\",\"orientation\":\"landscape\"},\"large\":{\"height\":576,\"width\":1024,\"url\":\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/hero-banner-1024x576.jpg\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/hero-banner.jpg\",\"height\":1080,\"width\":1920,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"backgroundPositionDesktop\":{\"x\":\"0.50\",\"y\":\"0.00\"},\"backgroundImageColor\":\"rgba(42,42,42,0.35)\",\"topPaddingDesktop\":0,\"bottomPaddingDesktop\":0,\"leftPaddingDesktop\":40,\"rightPaddingDesktop\":40,\"topPaddingTablet\":120,\"bottomPaddingTablet\":120,\"leftPaddingTablet\":40,\"rightPaddingTablet\":40,\"topPaddingMobile\":150,\"bottomPaddingMobile\":150,\"leftPaddingMobile\":20,\"rightPaddingMobile\":20,\"paddingLink\":false,\"variationSelected\":true,\"isBlockRootParent\":true,\"overlayType\":\"color\",\"minHeightTypeTablet\":\"vh\",\"minHeightTypeMobile\":\"vh\"} -->\n<div class=\"wp-block-uagb-container uagb-block-c13296fb alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/info-box {\"classMigrate\":true,\"headingAlign\":\"left\",\"headingColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"subHeadingColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"headingTag\":\"h1\",\"subHeadFontSize\":17,\"subHeadFontSizeMobile\":15,\"headSpace\":20,\"subHeadSpace\":40,\"block_id\":\"93fe0bff\",\"ctaIcon\":\"\",\"ctaType\":\"button\",\"ctaText\":\"Book Your Stay Now\",\"ctaLink\":\"#\",\"ctaBtnLinkColor\":\"var(\\u002d\\u002dast-global-color-2)\",\"ctaLinkHoverColor\":\"var(\\u002d\\u002dast-global-color-2)\",\"ctaBgColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"ctaBgHoverColor\":\"var(\\u002d\\u002dast-global-color-4)\",\"ctaBorderColor\":\"\",\"ctaBorderStyle\":\"\",\"ctaBorderWidth\":\"\",\"ctaBorderRadius\":\"\",\"iconImage\":{\"url\":\"\",\"alt\":\"InfoBox placeholder img\"},\"showIcon\":false,\"paddingBtnTop\":18,\"paddingBtnBottom\":18,\"paddingBtnLeft\":34,\"paddingBtnRight\":34,\"blockTopPadding\":0,\"blockRightPadding\":40,\"blockLeftPadding\":0,\"blockBottomPadding\":0,\"blockTopPaddingTablet\":0,\"blockRightPaddingTablet\":64,\"blockLeftPaddingTablet\":0,\"blockBottomPaddingTablet\":0,\"blockTopPaddingMobile\":0,\"blockRightPaddingMobile\":0,\"blockLeftPaddingMobile\":0,\"blockBottomPaddingMobile\":0,\"blockPaddingUnit\":\"%\",\"blockPaddingLink\":false,\"subHeadMarginTopTablet\":0,\"subHeadMarginRightTablet\":64,\"subHeadTabletSpace\":40,\"subHeadMarginLeftTablet\":0,\"subHeadMarginTopMobile\":0,\"subHeadMarginRightMobile\":0,\"subHeadMobileSpace\":40,\"subHeadMarginLeftMobile\":0,\"btnBorderTopWidth\":1,\"btnBorderLeftWidth\":1,\"btnBorderRightWidth\":1,\"btnBorderBottomWidth\":1,\"btnBorderTopLeftRadius\":0,\"btnBorderTopRightRadius\":0,\"btnBorderBottomLeftRadius\":0,\"btnBorderBottomRightRadius\":0,\"btnBorderStyle\":\"none\",\"btnBorderColor\":\"#333\"} -->\n<div class=\"wp-block-uagb-info-box uagb-block-93fe0bff uagb-infobox__content-wrap  uagb-infobox-icon-above-title uagb-infobox-image-valign-top\"><div class=\"uagb-ifb-content\"><div class=\"uagb-ifb-title-wrap\"><h1 class=\"uagb-ifb-title\">The Perfect Hotel in Mykonos​</h1></div><p class=\"uagb-ifb-desc\">If you are looking for a perfect holiday experience with memories to cherish you are at the right place. Let’s plan a reasonable stay for you.</p><div class=\"uagb-ifb-button-wrapper wp-block-button\"><a href=\"#\" class=\"uagb-infobox-cta-link wp-block-button__link\" target=\"_self\" rel=\"noopener noreferrer\" alt=\"\"><span class=\"uagb-inline-editing\">Book Your Stay Now</span></a></div></div></div>\n<!-- /wp:uagb/info-box --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"4b16b302\",\"directionDesktop\":\"row\",\"directionMobile\":\"column-reverse\",\"alignItemsDesktop\":\"flex-start\",\"backgroundType\":\"color\",\"backgroundSizeTablet\":\"cover\",\"backgroundSizeMobile\":\"cover\",\"backgroundColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"topPaddingDesktop\":104,\"bottomPaddingDesktop\":104,\"topPaddingTablet\":80,\"bottomPaddingTablet\":80,\"leftPaddingTablet\":40,\"rightPaddingTablet\":40,\"topPaddingMobile\":64,\"bottomPaddingMobile\":64,\"leftPaddingMobile\":24,\"rightPaddingMobile\":24,\"paddingLink\":false,\"variationSelected\":true,\"columnGapDesktop\":60,\"columnGapTablet\":50,\"isBlockRootParent\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-4b16b302 alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/container {\"block_id\":\"e549eeb4\",\"widthDesktop\":50,\"variationSelected\":true,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-e549eeb4\"><!-- wp:uagb/info-box {\"classMigrate\":true,\"headingAlign\":\"left\",\"subHeadingColor\":\"\",\"subHeadFontSize\":16,\"subHeadFontSizeTablet\":16,\"subHeadFontSizeMobile\":15,\"subHeadSpace\":40,\"source_type\":\"image\",\"block_id\":\"46b83ce8\",\"ctaType\":\"button\",\"ctaText\":\"Know More\",\"ctaBtnLinkColor\":\"\",\"ctaBgColor\":\"\",\"ctaBorderColor\":\"\",\"ctaBorderStyle\":\"\",\"ctaBorderWidth\":\"\",\"ctaBorderRadius\":\"\",\"iconBottomMargin\":40,\"iconImage\":{\"id\":69,\"title\":\"about-us\",\"filename\":\"about-us.jpg\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/about-us.jpg\",\"link\":\"https://blueroan.netgen.cloud/about-us/\",\"alt\":\"\",\"author\":\"34\",\"description\":\"\",\"caption\":\"\",\"name\":\"about-us\",\"status\":\"inherit\",\"uploadedTo\":0,\"date\":\"2021-05-07T13:03:13.000Z\",\"modified\":\"2021-05-07T13:03:13.000Z\",\"menuOrder\":0,\"mime\":\"image/jpeg\",\"type\":\"image\",\"subtype\":\"jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/default.png\",\"dateFormatted\":\"May 7, 2021\",\"nonces\":{\"update\":\"d56f3c3ec2\",\"delete\":\"c1c4f821d9\",\"edit\":\"76cf8b74c4\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=69\\u0026action=edit\",\"meta\":false,\"authorName\":\"Rishabh\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/user-edit.php?user_id=34\",\"filesizeInBytes\":49863,\"filesizeHumanReadable\":\"49 KB\",\"context\":\"\",\"height\":504,\"width\":504,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/about-us-150x150.jpg\",\"orientation\":\"landscape\"},\"medium\":{\"height\":300,\"width\":300,\"url\":\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/about-us-300x300.jpg\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/about-us.jpg\",\"height\":504,\"width\":504,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"imageSize\":\"full\",\"imageWidth\":100,\"imageWidthMobile\":100,\"imageWidthTablet\":100,\"showTitle\":false,\"paddingBtnTop\":18,\"paddingBtnBottom\":18,\"paddingBtnLeft\":34,\"paddingBtnRight\":34,\"imageWidthUnit\":\"%\",\"imageWidthUnitTablet\":\"%\",\"imageWidthUnitMobile\":\"%\",\"subHeadTopMargin\":0,\"subHeadRightMargin\":48,\"subHeadLeftMargin\":0,\"subHeadMarginTopTablet\":0,\"subHeadMarginRightTablet\":0,\"subHeadTabletSpace\":40,\"subHeadMarginLeftTablet\":0,\"imgTagHeight\":100,\"imgTagWidth\":504,\"btnBorderTopWidth\":1,\"btnBorderLeftWidth\":1,\"btnBorderRightWidth\":1,\"btnBorderBottomWidth\":1,\"btnBorderTopLeftRadius\":0,\"btnBorderTopRightRadius\":0,\"btnBorderBottomLeftRadius\":0,\"btnBorderBottomRightRadius\":0,\"btnBorderStyle\":\"solid\",\"btnBorderColor\":\"#333\"} -->\n<div class=\"wp-block-uagb-info-box uagb-block-46b83ce8 uagb-infobox__content-wrap  uagb-infobox-icon-above-title uagb-infobox-image-valign-top\"><div class=\"uagb-ifb-content\"><div class=\"uagb-ifb-image-content\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/about-us.jpg\" alt=\"\" width=\"100\" height=\"100\" loading=\"lazy\"/></div><div class=\"uagb-ifb-title-wrap\"></div><p class=\"uagb-ifb-desc\">Surrounded by scenic beauty and attractive tourist attractions we make it convenient for you to visit all the beautiful places with our inhouse guide. We can also help you arrange transport facilities for an easier commute to nearby places.</p><div class=\"uagb-ifb-button-wrapper wp-block-button\"><a href=\"\" class=\"uagb-infobox-cta-link wp-block-button__link  uagb-disable-link\" target=\"_self\" rel=\"noopener noreferrer\" alt=\"\"><span class=\"uagb-inline-editing\">Know More</span><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M504.3 273.6l-112.1 104c-6.992 6.484-17.18 8.218-25.94 4.406c-8.758-3.812-14.42-12.45-14.42-21.1L351.9 288H32C14.33 288 .0002 273.7 .0002 255.1S14.33 224 32 224h319.9l0-72c0-9.547 5.66-18.19 14.42-22c8.754-3.809 18.95-2.075 25.94 4.41l112.1 104C514.6 247.9 514.6 264.1 504.3 273.6z\"></path></svg></a></div></div></div>\n<!-- /wp:uagb/info-box --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"fbb2ed79\",\"widthDesktop\":50,\"leftPaddingDesktop\":0,\"paddingLink\":false,\"variationSelected\":true,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-fbb2ed79\"><!-- wp:uagb/advanced-heading {\"block_id\":\"b212c393\",\"classMigrate\":true,\"headingDescToggle\":true,\"subHeadingColor\":\"\",\"headSpace\":20,\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-b212c393\"><h2 class=\"uagb-heading-text\">Experience the Life of Mykonos City​</h2><p class=\"uagb-desc-text\"><strong>We will help you experience Mykonos life in its true sense. From living among the residents to eating authentic delicacies you are sure to walk home with memories and wonderful moments.</strong></p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/image {\"block_id\":\"db153869\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/about-us-2-1.jpg\",\"align\":\"left\",\"id\":88,\"linkDestination\":\"none\",\"width\":504,\"height\":504,\"naturalWidth\":504,\"naturalHeight\":504,\"sizeSlug\":\"full\",\"sizeSlugTablet\":\"full\",\"sizeSlugMobile\":\"full\",\"imageTopMargin\":20,\"imageRightMargin\":0,\"imageLeftMargin\":0,\"imageBottomMargin\":0,\"imageTopMarginMobile\":0,\"imageRightMarginMobile\":0,\"imageLeftMarginMobile\":0,\"imageBottomMarginMobile\":0,\"imageMarginLink\":false} -->\n<div class=\"wp-block-uagb-image uagb-block-db153869 wp-block-uagb-image--layout-default wp-block-uagb-image--effect-static wp-block-uagb-image--align-left\"><figure class=\"wp-block-uagb-image__figure\"><img srcset=\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/about-us-2-1.jpg \" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/about-us-2-1.jpg\" alt=\"\" class=\"uag-image-88\" width=\"504\" height=\"504\" title=\"\" loading=\"lazy\"/></figure></div>\n<!-- /wp:uagb/image --></div>\n<!-- /wp:uagb/container --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"bde76c00\",\"backgroundType\":\"color\",\"backgroundSizeTablet\":\"cover\",\"backgroundSizeMobile\":\"cover\",\"backgroundColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"topPaddingDesktop\":50,\"bottomPaddingDesktop\":100,\"topPaddingTablet\":50,\"bottomPaddingTablet\":25,\"leftPaddingTablet\":20,\"rightPaddingTablet\":20,\"topPaddingMobile\":50,\"bottomPaddingMobile\":20,\"leftPaddingMobile\":20,\"rightPaddingMobile\":20,\"paddingLink\":false,\"variationSelected\":true,\"rowGapDesktop\":0,\"isBlockRootParent\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-bde76c00 alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/container {\"block_id\":\"93037e41\",\"directionDesktop\":\"row\",\"alignItemsDesktop\":\"flex-end\",\"alignItemsTablet\":\"flex-end\",\"justifyContentDesktop\":\"flex-end\",\"justifyContentTablet\":\"space-between\",\"variationSelected\":true,\"rowGapMobile\":30,\"columnGapDesktop\":0} -->\n<div class=\"wp-block-uagb-container uagb-block-93037e41\"><!-- wp:uagb/advanced-heading {\"block_id\":\"b7641b80\",\"classMigrate\":true,\"headingDescToggle\":true,\"subHeadingColor\":\"\",\"headSpace\":20,\"subHeadFontSize\":16} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-b7641b80\"><h2 class=\"uagb-heading-text\">Amenities &amp; Facilities​</h2><p class=\"uagb-desc-text\">If you are looking for a relaxing, refreshing and rejuvenating experience altogether, we offer all of that under one roof.</p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/buttons {\"block_id\":\"90c30d89\",\"classMigrate\":true,\"childMigrate\":true,\"align\":\"right\",\"alignTablet\":\"right\",\"alignMobile\":\"left\",\"gap\":0} -->\n<div class=\"wp-block-uagb-buttons uagb-buttons__outer-wrap uagb-btn__default-btn uagb-btn-tablet__default-btn uagb-btn-mobile__default-btn uagb-block-90c30d89\"><div class=\"uagb-buttons__wrap uagb-buttons-layout-wrap\"><!-- wp:uagb/buttons-child {\"block_id\":\"ad5d0136\",\"label\":\"View All\",\"link\":\"#\",\"hColor\":\"\",\"borderWidth\":\"\",\"borderRadius\":\"\",\"borderStyle\":\"\",\"borderColor\":\"\",\"borderHColor\":\"\",\"btnBorderTopWidth\":1,\"btnBorderLeftWidth\":1,\"btnBorderRightWidth\":1,\"btnBorderBottomWidth\":1,\"btnBorderTopLeftRadius\":2,\"btnBorderTopRightRadius\":2,\"btnBorderBottomLeftRadius\":2,\"btnBorderBottomRightRadius\":2,\"btnBorderStyle\":\"solid\",\"btnBorderColor\":\"#333\",\"btnBorderHColor\":\"#333\"} -->\n<div class=\"wp-block-uagb-buttons-child uagb-buttons__outer-wrap uagb-block-ad5d0136 wp-block-button is-style-outline\"><div class=\"uagb-button__wrapper\"><a class=\"uagb-buttons-repeater wp-block-button__link\" href=\"#\" rel=\"follow noopener\" target=\"_self\"><div class=\"uagb-button__link\">View All</div></a></div></div>\n<!-- /wp:uagb/buttons-child --></div></div>\n<!-- /wp:uagb/buttons --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"9a5c3e36\",\"directionDesktop\":\"row\",\"alignItemsTablet\":\"flex-start\",\"paddingLink\":false,\"topMarginDesktop\":50,\"bottomMarginDesktop\":20,\"leftMarginDesktop\":0,\"rightMarginDesktop\":0,\"marginLink\":false,\"variationSelected\":true,\"rowGapMobile\":65,\"columnGapDesktop\":48,\"columnGapTablet\":20} -->\n<div class=\"wp-block-uagb-container uagb-block-9a5c3e36\"><!-- wp:uagb/info-box {\"classMigrate\":true,\"headingAlign\":\"left\",\"headingColor\":\"\",\"subHeadingColor\":\"\",\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"source_type\":\"image\",\"block_id\":\"02f7c948\",\"ctaType\":\"text\",\"ctaText\":\"READ MORE\",\"ctaLinkColor\":\"var(\\u002d\\u002dast-global-color-0)\",\"ctaDecoration\":\"underline\",\"ctaFontSize\":12,\"ctaFontWeight\":\"600\",\"ctaLetterSpacing\":2,\"ctaBorderColor\":\"\",\"ctaBorderStyle\":\"\",\"ctaBorderWidth\":\"\",\"ctaBorderRadius\":\"\",\"iconBottomMargin\":30,\"iconImage\":{\"id\":90,\"title\":\"swimming-pool\",\"filename\":\"swimming-pool.jpg\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/swimming-pool.jpg\",\"link\":\"https://blueroan.netgen.cloud/swimming-pool/\",\"alt\":\"\",\"author\":\"34\",\"description\":\"\",\"caption\":\"\",\"name\":\"swimming-pool\",\"status\":\"inherit\",\"uploadedTo\":0,\"date\":\"2021-05-07T14:28:45.000Z\",\"modified\":\"2021-05-07T14:28:45.000Z\",\"menuOrder\":0,\"mime\":\"image/jpeg\",\"type\":\"image\",\"subtype\":\"jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/default.png\",\"dateFormatted\":\"May 7, 2021\",\"nonces\":{\"update\":\"971c957832\",\"delete\":\"8fb57461ba\",\"edit\":\"e9a8bb1d06\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=90\\u0026action=edit\",\"meta\":false,\"authorName\":\"Rishabh\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/user-edit.php?user_id=34\",\"filesizeInBytes\":29663,\"filesizeHumanReadable\":\"29 KB\",\"context\":\"\",\"height\":440,\"width\":370,\"orientation\":\"portrait\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/swimming-pool-150x150.jpg\",\"orientation\":\"landscape\"},\"medium\":{\"height\":300,\"width\":252,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/swimming-pool-252x300-1.jpg\",\"orientation\":\"portrait\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/swimming-pool.jpg\",\"height\":440,\"width\":370,\"orientation\":\"portrait\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"imageSize\":\"full\",\"imageWidth\":100,\"imageWidthMobile\":100,\"imageWidthTablet\":100,\"paddingBtnTop\":10,\"paddingBtnBottom\":10,\"paddingBtnLeft\":14,\"paddingBtnRight\":14,\"imageWidthUnit\":\"%\",\"imageWidthUnitTablet\":\"%\",\"imageWidthUnitMobile\":\"%\",\"subHeadTopMargin\":0,\"subHeadRightMargin\":40,\"subHeadLeftMargin\":0,\"subHeadMarginTopTablet\":0,\"subHeadMarginRightTablet\":0,\"subHeadTabletSpace\":20,\"subHeadMarginLeftTablet\":0,\"imgTagHeight\":118,\"imgTagWidth\":370,\"btnBorderTopWidth\":1,\"btnBorderLeftWidth\":1,\"btnBorderRightWidth\":1,\"btnBorderBottomWidth\":1,\"btnBorderTopLeftRadius\":0,\"btnBorderTopRightRadius\":0,\"btnBorderBottomLeftRadius\":0,\"btnBorderBottomRightRadius\":0,\"btnBorderStyle\":\"solid\",\"btnBorderColor\":\"#333\"} -->\n<div class=\"wp-block-uagb-info-box uagb-block-02f7c948 uagb-infobox__content-wrap  uagb-infobox-icon-above-title uagb-infobox-image-valign-top\"><div class=\"uagb-ifb-content\"><div class=\"uagb-ifb-image-content\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/swimming-pool.jpg\" alt=\"\" width=\"100\" height=\"118\" loading=\"lazy\"/></div><div class=\"uagb-ifb-title-wrap\"><h3 class=\"uagb-ifb-title\">An Infinite-edge Pool​</h3></div><p class=\"uagb-ifb-desc\">Experience the joy of swimming in our infinity-edge pool that gives you a nice picturesque view.</p><div class=\"uagb-ifb-button-wrapper wp-block-button\"><a href=\"\" target=\"_self\" class=\"uagb-infobox-cta-link uagb-disable-link\" rel=\"noopener noreferrer\" alt=\"\"><span class=\"uagb-inline-editing\">READ MORE</span><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M504.3 273.6l-112.1 104c-6.992 6.484-17.18 8.218-25.94 4.406c-8.758-3.812-14.42-12.45-14.42-21.1L351.9 288H32C14.33 288 .0002 273.7 .0002 255.1S14.33 224 32 224h319.9l0-72c0-9.547 5.66-18.19 14.42-22c8.754-3.809 18.95-2.075 25.94 4.41l112.1 104C514.6 247.9 514.6 264.1 504.3 273.6z\"></path></svg></a></div></div></div>\n<!-- /wp:uagb/info-box -->\n\n<!-- wp:uagb/info-box {\"classMigrate\":true,\"headingAlign\":\"left\",\"headingColor\":\"\",\"subHeadingColor\":\"\",\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"source_type\":\"image\",\"block_id\":\"44e51197\",\"ctaType\":\"text\",\"ctaText\":\"READ MORE\",\"ctaLinkColor\":\"var(\\u002d\\u002dast-global-color-0)\",\"ctaDecoration\":\"underline\",\"ctaFontSize\":12,\"ctaFontWeight\":\"600\",\"ctaLetterSpacing\":2,\"ctaBorderColor\":\"\",\"ctaBorderStyle\":\"\",\"ctaBorderWidth\":\"\",\"ctaBorderRadius\":\"\",\"iconBottomMargin\":30,\"iconImage\":{\"id\":235,\"title\":\"spa\",\"filename\":\"spa.jpg\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/spa.jpg\",\"link\":\"https://blueroan.netgen.cloud/spa/\",\"alt\":\"\",\"author\":\"34\",\"description\":\"\",\"caption\":\"\",\"name\":\"spa\",\"status\":\"inherit\",\"uploadedTo\":0,\"date\":\"2021-05-11T10:14:20.000Z\",\"modified\":\"2021-05-11T10:14:20.000Z\",\"menuOrder\":0,\"mime\":\"image/jpeg\",\"type\":\"image\",\"subtype\":\"jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/default.png\",\"dateFormatted\":\"May 11, 2021\",\"nonces\":{\"update\":\"580ee12d5e\",\"delete\":\"261a8e7a22\",\"edit\":\"6139a47c8c\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=235\\u0026action=edit\",\"meta\":false,\"authorName\":\"Rishabh\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/user-edit.php?user_id=34\",\"filesizeInBytes\":27664,\"filesizeHumanReadable\":\"27 KB\",\"context\":\"\",\"height\":440,\"width\":370,\"orientation\":\"portrait\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/spa-150x150.jpg\",\"orientation\":\"landscape\"},\"medium\":{\"height\":300,\"width\":252,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/spa-252x300-1.jpg\",\"orientation\":\"portrait\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/spa.jpg\",\"height\":440,\"width\":370,\"orientation\":\"portrait\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"imageSize\":\"full\",\"imageWidth\":100,\"imageWidthMobile\":100,\"imageWidthTablet\":100,\"paddingBtnTop\":10,\"paddingBtnBottom\":10,\"paddingBtnLeft\":14,\"paddingBtnRight\":14,\"imageWidthUnit\":\"%\",\"imageWidthUnitTablet\":\"%\",\"imageWidthUnitMobile\":\"%\",\"subHeadTopMargin\":0,\"subHeadRightMargin\":40,\"subHeadLeftMargin\":0,\"subHeadMarginTopTablet\":0,\"subHeadMarginRightTablet\":0,\"subHeadTabletSpace\":20,\"subHeadMarginLeftTablet\":0,\"imgTagHeight\":118,\"imgTagWidth\":370,\"btnBorderTopWidth\":1,\"btnBorderLeftWidth\":1,\"btnBorderRightWidth\":1,\"btnBorderBottomWidth\":1,\"btnBorderTopLeftRadius\":0,\"btnBorderTopRightRadius\":0,\"btnBorderBottomLeftRadius\":0,\"btnBorderBottomRightRadius\":0,\"btnBorderStyle\":\"solid\",\"btnBorderColor\":\"#333\"} -->\n<div class=\"wp-block-uagb-info-box uagb-block-44e51197 uagb-infobox__content-wrap  uagb-infobox-icon-above-title uagb-infobox-image-valign-top\"><div class=\"uagb-ifb-content\"><div class=\"uagb-ifb-image-content\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/spa.jpg\" alt=\"\" width=\"100\" height=\"118\" loading=\"lazy\"/></div><div class=\"uagb-ifb-title-wrap\"><h3 class=\"uagb-ifb-title\">An Iconic Spa​</h3></div><p class=\"uagb-ifb-desc\">Set forth on an exquisite wellness journey to refresh, re-energize and rejuvenate at our iconic spa.</p><div class=\"uagb-ifb-button-wrapper wp-block-button\"><a href=\"\" target=\"_self\" class=\"uagb-infobox-cta-link uagb-disable-link\" rel=\"noopener noreferrer\" alt=\"\"><span class=\"uagb-inline-editing\">READ MORE</span><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M504.3 273.6l-112.1 104c-6.992 6.484-17.18 8.218-25.94 4.406c-8.758-3.812-14.42-12.45-14.42-21.1L351.9 288H32C14.33 288 .0002 273.7 .0002 255.1S14.33 224 32 224h319.9l0-72c0-9.547 5.66-18.19 14.42-22c8.754-3.809 18.95-2.075 25.94 4.41l112.1 104C514.6 247.9 514.6 264.1 504.3 273.6z\"></path></svg></a></div></div></div>\n<!-- /wp:uagb/info-box -->\n\n<!-- wp:uagb/info-box {\"classMigrate\":true,\"headingAlign\":\"left\",\"headingColor\":\"\",\"subHeadingColor\":\"\",\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"source_type\":\"image\",\"block_id\":\"92c4a04d\",\"ctaType\":\"text\",\"ctaText\":\"READ MORE\",\"ctaLinkColor\":\"var(\\u002d\\u002dast-global-color-0)\",\"ctaDecoration\":\"underline\",\"ctaFontSize\":12,\"ctaFontWeight\":\"600\",\"ctaLetterSpacing\":2,\"ctaBorderColor\":\"\",\"ctaBorderStyle\":\"\",\"ctaBorderWidth\":\"\",\"ctaBorderRadius\":\"\",\"iconBottomMargin\":30,\"iconImage\":{\"id\":115,\"title\":\"rooms\",\"filename\":\"rooms.jpg\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/rooms.jpg\",\"link\":\"https://blueroan.netgen.cloud/rooms-2/\",\"alt\":\"\",\"author\":\"34\",\"description\":\"\",\"caption\":\"\",\"name\":\"rooms-2\",\"status\":\"inherit\",\"uploadedTo\":0,\"date\":\"2021-05-11T04:53:41.000Z\",\"modified\":\"2021-05-11T04:53:41.000Z\",\"menuOrder\":0,\"mime\":\"image/jpeg\",\"type\":\"image\",\"subtype\":\"jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/default.png\",\"dateFormatted\":\"May 11, 2021\",\"nonces\":{\"update\":\"4e23be63e1\",\"delete\":\"0c10fb0869\",\"edit\":\"714e3ba079\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=115\\u0026action=edit\",\"meta\":false,\"authorName\":\"Rishabh\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/user-edit.php?user_id=34\",\"filesizeInBytes\":31085,\"filesizeHumanReadable\":\"30 KB\",\"context\":\"\",\"height\":440,\"width\":370,\"orientation\":\"portrait\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/rooms-150x150.jpg\",\"orientation\":\"landscape\"},\"medium\":{\"height\":300,\"width\":252,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/rooms-252x300-1.jpg\",\"orientation\":\"portrait\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/rooms.jpg\",\"height\":440,\"width\":370,\"orientation\":\"portrait\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"imageSize\":\"full\",\"imageWidth\":100,\"imageWidthMobile\":100,\"imageWidthTablet\":100,\"paddingBtnTop\":10,\"paddingBtnBottom\":10,\"paddingBtnLeft\":14,\"paddingBtnRight\":14,\"imageWidthUnit\":\"%\",\"imageWidthUnitTablet\":\"%\",\"imageWidthUnitMobile\":\"%\",\"subHeadTopMargin\":0,\"subHeadRightMargin\":40,\"subHeadLeftMargin\":0,\"subHeadMarginTopTablet\":0,\"subHeadMarginRightTablet\":0,\"subHeadTabletSpace\":20,\"subHeadMarginLeftTablet\":0,\"imgTagHeight\":118,\"imgTagWidth\":370,\"btnBorderTopWidth\":1,\"btnBorderLeftWidth\":1,\"btnBorderRightWidth\":1,\"btnBorderBottomWidth\":1,\"btnBorderTopLeftRadius\":0,\"btnBorderTopRightRadius\":0,\"btnBorderBottomLeftRadius\":0,\"btnBorderBottomRightRadius\":0,\"btnBorderStyle\":\"solid\",\"btnBorderColor\":\"#333\"} -->\n<div class=\"wp-block-uagb-info-box uagb-block-92c4a04d uagb-infobox__content-wrap  uagb-infobox-icon-above-title uagb-infobox-image-valign-top\"><div class=\"uagb-ifb-content\"><div class=\"uagb-ifb-image-content\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/rooms.jpg\" alt=\"\" width=\"100\" height=\"118\" loading=\"lazy\"/></div><div class=\"uagb-ifb-title-wrap\"><h3 class=\"uagb-ifb-title\">In-house Restaurants​</h3></div><p class=\"uagb-ifb-desc\">We have three in-house restaurants offering different cuisines that you can choose from.</p><div class=\"uagb-ifb-button-wrapper wp-block-button\"><a href=\"\" target=\"_self\" class=\"uagb-infobox-cta-link uagb-disable-link\" rel=\"noopener noreferrer\" alt=\"\"><span class=\"uagb-inline-editing\">READ MORE</span><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M504.3 273.6l-112.1 104c-6.992 6.484-17.18 8.218-25.94 4.406c-8.758-3.812-14.42-12.45-14.42-21.1L351.9 288H32C14.33 288 .0002 273.7 .0002 255.1S14.33 224 32 224h319.9l0-72c0-9.547 5.66-18.19 14.42-22c8.754-3.809 18.95-2.075 25.94 4.41l112.1 104C514.6 247.9 514.6 264.1 504.3 273.6z\"></path></svg></a></div></div></div>\n<!-- /wp:uagb/info-box --></div>\n<!-- /wp:uagb/container --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"b4f98ccc\",\"backgroundType\":\"color\",\"backgroundSizeTablet\":\"cover\",\"backgroundSizeMobile\":\"cover\",\"backgroundColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"bottomPaddingDesktop\":104,\"leftPaddingDesktop\":40,\"rightPaddingDesktop\":40,\"topPaddingTablet\":80,\"bottomPaddingTablet\":80,\"leftPaddingTablet\":40,\"rightPaddingTablet\":40,\"topPaddingMobile\":64,\"bottomPaddingMobile\":64,\"leftPaddingMobile\":24,\"rightPaddingMobile\":24,\"paddingLink\":false,\"variationSelected\":true,\"rowGapDesktop\":0,\"isBlockRootParent\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-b4f98ccc alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/advanced-heading {\"block_id\":\"3abf33ce\",\"classMigrate\":true,\"headingDescToggle\":true,\"headingAlign\":\"center\",\"headingAlignMobile\":\"left\",\"subHeadingColor\":\"\",\"headSpace\":20,\"subHeadFontSize\":16,\"blockBottomPadding\":20} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-3abf33ce\"><h2 class=\"uagb-heading-text\">Our Inside Pictures​</h2><p class=\"uagb-desc-text\">Take a look at some pretty pictures captured in and around our premises.</p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/container {\"block_id\":\"c4892f6b\",\"directionDesktop\":\"row\",\"alignItemsDesktop\":\"flex-start\",\"topMarginDesktop\":20,\"bottomMarginDesktop\":0,\"leftMarginDesktop\":0,\"rightMarginDesktop\":0,\"marginLink\":false,\"variationSelected\":true,\"rowGapMobile\":24,\"columnGapDesktop\":24,\"columnGapTablet\":20} -->\n<div class=\"wp-block-uagb-container uagb-block-c4892f6b\"><!-- wp:uagb/container {\"block_id\":\"f5d2dfdf\",\"widthDesktop\":32,\"variationSelected\":true,\"rowGapDesktop\":24,\"rowGapTablet\":20,\"rowGapMobile\":24,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-f5d2dfdf\"><!-- wp:uagb/image {\"block_id\":\"6f0d8376\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/gallery-1.jpg\",\"id\":105,\"linkDestination\":\"none\",\"width\":388,\"height\":240,\"naturalWidth\":388,\"naturalHeight\":240,\"sizeSlug\":\"full\",\"sizeSlugTablet\":\"full\",\"sizeSlugMobile\":\"full\"} -->\n<div class=\"wp-block-uagb-image uagb-block-6f0d8376 wp-block-uagb-image--layout-default wp-block-uagb-image--effect-static wp-block-uagb-image--align-none\"><figure class=\"wp-block-uagb-image__figure\"><img srcset=\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/gallery-1.jpg \" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/gallery-1.jpg\" alt=\"\" class=\"uag-image-105\" width=\"388\" height=\"240\" title=\"\" loading=\"lazy\"/></figure></div>\n<!-- /wp:uagb/image -->\n\n<!-- wp:uagb/image {\"block_id\":\"c1026c31\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/gallery-6.jpg\",\"id\":110,\"linkDestination\":\"none\",\"naturalWidth\":388,\"naturalHeight\":240,\"sizeSlug\":\"full\",\"sizeSlugTablet\":\"full\",\"sizeSlugMobile\":\"full\"} -->\n<div class=\"wp-block-uagb-image uagb-block-c1026c31 wp-block-uagb-image--layout-default wp-block-uagb-image--effect-static wp-block-uagb-image--align-none\"><figure class=\"wp-block-uagb-image__figure\"><img srcset=\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/gallery-6.jpg \" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/gallery-6.jpg\" alt=\"\" class=\"uag-image-110\" width=\"\" height=\"\" title=\"\" loading=\"lazy\"/></figure></div>\n<!-- /wp:uagb/image --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"56053fba\",\"widthDesktop\":67,\"variationSelected\":true,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-56053fba\"><!-- wp:uagb/image {\"block_id\":\"78599ad3\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/gallery-2.jpg\",\"id\":106,\"linkDestination\":\"none\",\"width\":788,\"widthTablet\":780,\"height\":504,\"heightTablet\":0,\"naturalWidth\":788,\"naturalHeight\":504,\"sizeSlug\":\"full\",\"sizeSlugTablet\":\"full\",\"sizeSlugMobile\":\"full\",\"customHeightSetDesktop\":true} -->\n<div class=\"wp-block-uagb-image uagb-block-78599ad3 wp-block-uagb-image--layout-default wp-block-uagb-image--effect-static wp-block-uagb-image--align-none\"><figure class=\"wp-block-uagb-image__figure\"><img srcset=\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/gallery-2.jpg \" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/gallery-2.jpg\" alt=\"\" class=\"uag-image-106\" width=\"788\" height=\"504\" title=\"\" loading=\"lazy\"/></figure></div>\n<!-- /wp:uagb/image --></div>\n<!-- /wp:uagb/container --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"03e7bf5b\",\"directionDesktop\":\"row\",\"alignItemsDesktop\":\"flex-start\",\"topMarginDesktop\":24,\"bottomMarginDesktop\":0,\"leftMarginDesktop\":0,\"rightMarginDesktop\":0,\"topMarginTablet\":20,\"bottomMarginTablet\":0,\"leftMarginTablet\":0,\"rightMarginTablet\":0,\"topMarginMobile\":24,\"bottomMarginMobile\":0,\"leftMarginMobile\":0,\"rightMarginMobile\":0,\"marginLink\":false,\"variationSelected\":true,\"columnGapDesktop\":24,\"columnGapTablet\":20} -->\n<div class=\"wp-block-uagb-container uagb-block-03e7bf5b\"><!-- wp:uagb/container {\"block_id\":\"1d77c18c\",\"widthDesktop\":67,\"variationSelected\":true,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-1d77c18c\"><!-- wp:uagb/image {\"block_id\":\"3e505bd6\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/gallery-3.jpg\",\"id\":107,\"linkDestination\":\"none\",\"width\":788,\"height\":504,\"naturalWidth\":788,\"naturalHeight\":504,\"sizeSlug\":\"full\",\"sizeSlugTablet\":\"full\",\"sizeSlugMobile\":\"full\",\"customHeightSetDesktop\":true} -->\n<div class=\"wp-block-uagb-image uagb-block-3e505bd6 wp-block-uagb-image--layout-default wp-block-uagb-image--effect-static wp-block-uagb-image--align-none\"><figure class=\"wp-block-uagb-image__figure\"><img srcset=\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/gallery-3.jpg \" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/gallery-3.jpg\" alt=\"\" class=\"uag-image-107\" width=\"788\" height=\"504\" title=\"\" loading=\"lazy\"/></figure></div>\n<!-- /wp:uagb/image --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"470673c0\",\"widthDesktop\":32,\"variationSelected\":true,\"rowGapDesktop\":24,\"rowGapTablet\":20,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-470673c0\"><!-- wp:uagb/image {\"block_id\":\"fb6f4cac\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/gallery-5.jpg\",\"id\":109,\"linkDestination\":\"none\",\"width\":388,\"height\":240,\"naturalWidth\":388,\"naturalHeight\":240,\"sizeSlug\":\"full\",\"sizeSlugTablet\":\"full\",\"sizeSlugMobile\":\"full\"} -->\n<div class=\"wp-block-uagb-image uagb-block-fb6f4cac wp-block-uagb-image--layout-default wp-block-uagb-image--effect-static wp-block-uagb-image--align-none\"><figure class=\"wp-block-uagb-image__figure\"><img srcset=\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/gallery-5.jpg \" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/gallery-5.jpg\" alt=\"\" class=\"uag-image-109\" width=\"388\" height=\"240\" title=\"\" loading=\"lazy\"/></figure></div>\n<!-- /wp:uagb/image -->\n\n<!-- wp:uagb/image {\"block_id\":\"fa417d27\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/gallery-4.jpg\",\"id\":108,\"linkDestination\":\"none\",\"naturalWidth\":388,\"naturalHeight\":240,\"sizeSlug\":\"full\",\"sizeSlugTablet\":\"full\",\"sizeSlugMobile\":\"full\"} -->\n<div class=\"wp-block-uagb-image uagb-block-fa417d27 wp-block-uagb-image--layout-default wp-block-uagb-image--effect-static wp-block-uagb-image--align-none\"><figure class=\"wp-block-uagb-image__figure\"><img srcset=\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/gallery-4.jpg \" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/gallery-4.jpg\" alt=\"\" class=\"uag-image-108\" width=\"\" height=\"\" title=\"\" loading=\"lazy\"/></figure></div>\n<!-- /wp:uagb/image --></div>\n<!-- /wp:uagb/container --></div>\n<!-- /wp:uagb/container --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"a667cf03\",\"backgroundType\":\"color\",\"backgroundSizeTablet\":\"cover\",\"backgroundSizeMobile\":\"cover\",\"backgroundColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"topPaddingDesktop\":40,\"bottomPaddingDesktop\":104,\"leftPaddingDesktop\":40,\"rightPaddingDesktop\":40,\"topPaddingTablet\":80,\"bottomPaddingTablet\":80,\"leftPaddingTablet\":40,\"rightPaddingTablet\":40,\"topPaddingMobile\":64,\"bottomPaddingMobile\":64,\"leftPaddingMobile\":24,\"rightPaddingMobile\":24,\"paddingLink\":false,\"variationSelected\":true,\"rowGapDesktop\":0,\"isBlockRootParent\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-a667cf03 alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/advanced-heading {\"block_id\":\"1df46c1e\",\"classMigrate\":true,\"headingDescToggle\":true,\"headingAlign\":\"center\",\"headingAlignMobile\":\"left\",\"subHeadingColor\":\"\",\"headSpace\":20,\"subHeadFontSize\":16,\"blockBottomPadding\":20} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-1df46c1e\"><h2 class=\"uagb-heading-text\">What Our Guests Say​</h2><p class=\"uagb-desc-text\">We take pride in serving our guests with the best experience. Read what they say.</p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/container {\"block_id\":\"3351c1a0\",\"directionDesktop\":\"row\",\"topMarginDesktop\":40,\"bottomMarginDesktop\":0,\"leftMarginDesktop\":0,\"rightMarginDesktop\":0,\"marginLink\":false,\"variationSelected\":true,\"rowGapMobile\":40,\"columnGapDesktop\":90} -->\n<div class=\"wp-block-uagb-container uagb-block-3351c1a0\"><!-- wp:uagb/container {\"block_id\":\"d67dbe91\",\"widthDesktop\":50,\"variationSelected\":true,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-d67dbe91\"><!-- wp:uagb/star-rating {\"block_id\":\"478c2dee\",\"rating\":4.5,\"color\":\"var(\\u002d\\u002dast-global-color-2)\"} -->\n<div class=\"wp-block-uagb-star-rating uagb-block-478c2dee\"><div class=\"uag-star-rating\" title=\"4.5/5\"><span class=\"uag-star\">★</span><span class=\"uag-star\">★</span><span class=\"uag-star\">★</span><span class=\"uag-star\">★</span><span class=\"uag-star\">★</span></div></div>\n<!-- /wp:uagb/star-rating -->\n\n<!-- wp:uagb/testimonial {\"test_item_count\":1,\"classMigrate\":true,\"test_block\":[{\"description\":\"\\u0022Proin nulla mauris et volutpat adipiscing suspendisse vehicula blandit sagittis orci etiam morbi elit etiam semper eu lacus pretium hac nisl leo amet ullamcorper.\\u0022​\",\"name\":\"\\u003cstrong\\u003eEMILY HUNT​\\u003c/strong\\u003e\",\"company\":\"\",\"image\":{\"id\":119,\"title\":\"testimonial1\",\"filename\":\"testimonial1.jpg\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/testimonial1.jpg\",\"link\":\"https://blueroan.netgen.cloud/testimonial1/\",\"alt\":\"\",\"author\":\"34\",\"description\":\"\",\"caption\":\"\",\"name\":\"testimonial1\",\"status\":\"inherit\",\"uploadedTo\":0,\"date\":\"2021-05-11T05:02:02.000Z\",\"modified\":\"2021-05-11T05:02:02.000Z\",\"menuOrder\":0,\"mime\":\"image/jpeg\",\"type\":\"image\",\"subtype\":\"jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/default.png\",\"dateFormatted\":\"May 11, 2021\",\"nonces\":{\"update\":\"b92fe40c3d\",\"delete\":\"643c1eb8f1\",\"edit\":\"d3e7d56b1d\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=119\\u0026action=edit\",\"meta\":false,\"authorName\":\"Rishabh\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/user-edit.php?user_id=34\",\"filesizeInBytes\":11264,\"filesizeHumanReadable\":\"11 KB\",\"context\":\"\",\"height\":250,\"width\":250,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/testimonial1-150x150.jpg\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/testimonial1.jpg\",\"height\":250,\"width\":250,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}}}],\"headingAlign\":\"left\",\"headingAlignTablet\":\"left\",\"headingAlignMobile\":\"left\",\"descColor\":\"var(\\u002d\\u002dast-global-color-3)\",\"nameFontSize\":14,\"nameLineHeight\":1,\"descFontSize\":16,\"descFontWeight\":\"600\",\"nameSpace\":1,\"block_id\":\"da8028ca\",\"iconImage\":{\"url\":\"\",\"alt\":\"InfoBox placeholder img\"},\"imageWidth\":32,\"columnGap\":1,\"borderStyle\":\"\",\"paddingTop\":0,\"paddingBottom\":0,\"paddingLeft\":0,\"paddingRight\":0,\"spacingLink\":true,\"imgpaddingTop\":0,\"imgpaddingRight\":15,\"imgpaddingBottom\":0,\"imgpaddingLeft\":0,\"overallBorderStyle\":\"none\",\"imgTagHeight\":32,\"imgTagWidth\":150} -->\n<div class=\"wp-block-uagb-testimonial uagb-slick-carousel uagb-tm__arrow-outside uagb-block-da8028ca uagb-post__carousel_notset uagb-post__carousel_notset-tablet uagb-post__carousel_notset-mobile\"><div class=\"is-carousel uagb-tm__columns-1 uagb-tm__items\"><div class=\"uagb-testimonial__wrap  uagb-tm__imgicon-style-circle uagb-tm__image-position-bottom uagb-tm__bg-type-none \"><div class=\"uagb-tm__content\"><div class=\"uagb-tm__overlay\"></div><div class=\"uagb-tm__text-wrap\"><div class=\"uagb-tm__desc\">\"Proin nulla mauris et volutpat adipiscing suspendisse vehicula blandit sagittis orci etiam morbi elit etiam semper eu lacus pretium hac nisl leo amet ullamcorper.\"​</div><div class=\"uagb-tm__meta-inner\"><div class=\"uagb-tm__image-content\"><div class=\"uagb-tm__image\"><img class=\"uagb-tm-img-src\" src=\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/testimonial1-150x150.jpg\" alt=\"\" width=\"32\" height=\"32\" loading=\"lazy\"/></div></div><div class=\"uagb-testimonial-details\"><span class=\"uagb-tm__author-name\"><strong>EMILY HUNT​</strong></span><span class=\"uagb-tm__company\"></span></div></div></div></div></div></div></div>\n<!-- /wp:uagb/testimonial -->\n\n<!-- wp:uagb/star-rating {\"block_id\":\"12aae74a\",\"rating\":4.5,\"color\":\"var(\\u002d\\u002dast-global-color-2)\",\"blockTopMargin\":30,\"blockRightMargin\":0,\"blockLeftMargin\":0,\"blockBottomMargin\":0,\"blockTopMarginMobile\":20,\"blockRightMarginMobile\":0,\"blockLeftMarginMobile\":0,\"blockBottomMarginMobile\":0} -->\n<div class=\"wp-block-uagb-star-rating uagb-block-12aae74a\"><div class=\"uag-star-rating\" title=\"4.5/5\"><span class=\"uag-star\">★</span><span class=\"uag-star\">★</span><span class=\"uag-star\">★</span><span class=\"uag-star\">★</span><span class=\"uag-star\">★</span></div></div>\n<!-- /wp:uagb/star-rating -->\n\n<!-- wp:uagb/testimonial {\"test_item_count\":1,\"classMigrate\":true,\"test_block\":[{\"description\":\"\\u0022Proin nulla mauris et volutpat adipiscing suspendisse vehicula blandit sagittis orci etiam morbi elit etiam semper eu lacus pretium hac nisl leo amet ullamcorper.\\u0022​\",\"name\":\"\\u003cstrong\\u003e\\u003cstrong\\u003eJULIE ROBINSON​\\u003c/strong\\u003e\\u003c/strong\\u003e\",\"company\":\"\",\"image\":{\"id\":122,\"title\":\"testimonial4\",\"filename\":\"testimonial4.jpg\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/testimonial4.jpg\",\"link\":\"https://blueroan.netgen.cloud/testimonial4/\",\"alt\":\"\",\"author\":\"34\",\"description\":\"\",\"caption\":\"\",\"name\":\"testimonial4\",\"status\":\"inherit\",\"uploadedTo\":0,\"date\":\"2021-05-11T05:02:06.000Z\",\"modified\":\"2021-05-11T05:02:06.000Z\",\"menuOrder\":0,\"mime\":\"image/jpeg\",\"type\":\"image\",\"subtype\":\"jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/default.png\",\"dateFormatted\":\"May 11, 2021\",\"nonces\":{\"update\":\"4e34860add\",\"delete\":\"9e126a55cd\",\"edit\":\"33ffd3c040\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=122\\u0026action=edit\",\"meta\":false,\"authorName\":\"Rishabh\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/user-edit.php?user_id=34\",\"filesizeInBytes\":16584,\"filesizeHumanReadable\":\"16 KB\",\"context\":\"\",\"height\":250,\"width\":250,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/testimonial4-150x150.jpg\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/testimonial4.jpg\",\"height\":250,\"width\":250,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}}}],\"headingAlign\":\"left\",\"headingAlignTablet\":\"left\",\"headingAlignMobile\":\"left\",\"descColor\":\"var(\\u002d\\u002dast-global-color-3)\",\"nameFontSize\":14,\"nameLineHeight\":1,\"descFontSize\":16,\"descFontWeight\":\"600\",\"nameSpace\":1,\"block_id\":\"1df08b20\",\"iconImage\":{\"url\":\"\",\"alt\":\"InfoBox placeholder img\"},\"imageWidth\":32,\"columnGap\":1,\"borderStyle\":\"\",\"paddingTop\":0,\"paddingBottom\":0,\"paddingLeft\":0,\"paddingRight\":0,\"spacingLink\":true,\"imgpaddingTop\":0,\"imgpaddingRight\":15,\"imgpaddingBottom\":0,\"imgpaddingLeft\":0,\"overallBorderStyle\":\"none\",\"imgTagHeight\":32,\"imgTagWidth\":150} -->\n<div class=\"wp-block-uagb-testimonial uagb-slick-carousel uagb-tm__arrow-outside uagb-block-1df08b20 uagb-post__carousel_notset uagb-post__carousel_notset-tablet uagb-post__carousel_notset-mobile\"><div class=\"is-carousel uagb-tm__columns-1 uagb-tm__items\"><div class=\"uagb-testimonial__wrap  uagb-tm__imgicon-style-circle uagb-tm__image-position-bottom uagb-tm__bg-type-none \"><div class=\"uagb-tm__content\"><div class=\"uagb-tm__overlay\"></div><div class=\"uagb-tm__text-wrap\"><div class=\"uagb-tm__desc\">\"Proin nulla mauris et volutpat adipiscing suspendisse vehicula blandit sagittis orci etiam morbi elit etiam semper eu lacus pretium hac nisl leo amet ullamcorper.\"​</div><div class=\"uagb-tm__meta-inner\"><div class=\"uagb-tm__image-content\"><div class=\"uagb-tm__image\"><img class=\"uagb-tm-img-src\" src=\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/testimonial4-150x150.jpg\" alt=\"\" width=\"32\" height=\"32\" loading=\"lazy\"/></div></div><div class=\"uagb-testimonial-details\"><span class=\"uagb-tm__author-name\"><strong><strong>JULIE ROBINSON​</strong></strong></span><span class=\"uagb-tm__company\"></span></div></div></div></div></div></div></div>\n<!-- /wp:uagb/testimonial --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"51a9a777\",\"widthDesktop\":50,\"variationSelected\":true,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-51a9a777\"><!-- wp:uagb/star-rating {\"block_id\":\"2f48d3cf\",\"rating\":4.5,\"color\":\"var(\\u002d\\u002dast-global-color-2)\"} -->\n<div class=\"wp-block-uagb-star-rating uagb-block-2f48d3cf\"><div class=\"uag-star-rating\" title=\"4.5/5\"><span class=\"uag-star\">★</span><span class=\"uag-star\">★</span><span class=\"uag-star\">★</span><span class=\"uag-star\">★</span><span class=\"uag-star\">★</span></div></div>\n<!-- /wp:uagb/star-rating -->\n\n<!-- wp:uagb/testimonial {\"test_item_count\":1,\"classMigrate\":true,\"test_block\":[{\"description\":\"\\u0022Proin nulla mauris et volutpat adipiscing suspendisse vehicula blandit sagittis orci etiam morbi elit etiam semper eu lacus pretium hac nisl leo amet ullamcorper.\\u0022​\",\"name\":\"\\u003cstrong\\u003e\\u003cstrong\\u003eMORGAN JONATHAN​\\u003c/strong\\u003e\\u003c/strong\\u003e\",\"company\":\"\",\"image\":{\"id\":120,\"title\":\"testimonial2\",\"filename\":\"testimonial2.jpg\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/testimonial2.jpg\",\"link\":\"https://blueroan.netgen.cloud/testimonial2/\",\"alt\":\"\",\"author\":\"34\",\"description\":\"\",\"caption\":\"\",\"name\":\"testimonial2\",\"status\":\"inherit\",\"uploadedTo\":0,\"date\":\"2021-05-11T05:02:03.000Z\",\"modified\":\"2021-05-11T05:02:03.000Z\",\"menuOrder\":0,\"mime\":\"image/jpeg\",\"type\":\"image\",\"subtype\":\"jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/default.png\",\"dateFormatted\":\"May 11, 2021\",\"nonces\":{\"update\":\"1ee6412858\",\"delete\":\"4414a2ccbf\",\"edit\":\"bde7b1f490\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=120\\u0026action=edit\",\"meta\":false,\"authorName\":\"Rishabh\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/user-edit.php?user_id=34\",\"filesizeInBytes\":10087,\"filesizeHumanReadable\":\"10 KB\",\"context\":\"\",\"height\":250,\"width\":250,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/testimonial2-150x150.jpg\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/testimonial2.jpg\",\"height\":250,\"width\":250,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}}}],\"headingAlign\":\"left\",\"headingAlignTablet\":\"left\",\"headingAlignMobile\":\"left\",\"descColor\":\"var(\\u002d\\u002dast-global-color-3)\",\"nameFontSize\":14,\"nameLineHeight\":1,\"descFontSize\":16,\"descFontWeight\":\"600\",\"nameSpace\":1,\"block_id\":\"724da2f1\",\"iconImage\":{\"url\":\"\",\"alt\":\"InfoBox placeholder img\"},\"imageWidth\":32,\"columnGap\":1,\"borderStyle\":\"\",\"paddingTop\":0,\"paddingBottom\":0,\"paddingLeft\":0,\"paddingRight\":0,\"spacingLink\":true,\"imgpaddingTop\":0,\"imgpaddingRight\":15,\"imgpaddingBottom\":0,\"imgpaddingLeft\":0,\"overallBorderStyle\":\"none\",\"imgTagHeight\":32,\"imgTagWidth\":150} -->\n<div class=\"wp-block-uagb-testimonial uagb-slick-carousel uagb-tm__arrow-outside uagb-block-724da2f1 uagb-post__carousel_notset uagb-post__carousel_notset-tablet uagb-post__carousel_notset-mobile\"><div class=\"is-carousel uagb-tm__columns-1 uagb-tm__items\"><div class=\"uagb-testimonial__wrap  uagb-tm__imgicon-style-circle uagb-tm__image-position-bottom uagb-tm__bg-type-none \"><div class=\"uagb-tm__content\"><div class=\"uagb-tm__overlay\"></div><div class=\"uagb-tm__text-wrap\"><div class=\"uagb-tm__desc\">\"Proin nulla mauris et volutpat adipiscing suspendisse vehicula blandit sagittis orci etiam morbi elit etiam semper eu lacus pretium hac nisl leo amet ullamcorper.\"​</div><div class=\"uagb-tm__meta-inner\"><div class=\"uagb-tm__image-content\"><div class=\"uagb-tm__image\"><img class=\"uagb-tm-img-src\" src=\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/testimonial2-150x150.jpg\" alt=\"\" width=\"32\" height=\"32\" loading=\"lazy\"/></div></div><div class=\"uagb-testimonial-details\"><span class=\"uagb-tm__author-name\"><strong><strong>MORGAN JONATHAN​</strong></strong></span><span class=\"uagb-tm__company\"></span></div></div></div></div></div></div></div>\n<!-- /wp:uagb/testimonial -->\n\n<!-- wp:uagb/star-rating {\"block_id\":\"7f251657\",\"rating\":4.5,\"color\":\"var(\\u002d\\u002dast-global-color-2)\",\"blockTopMargin\":30,\"blockRightMargin\":0,\"blockLeftMargin\":0,\"blockBottomMargin\":0,\"blockTopMarginMobile\":20,\"blockRightMarginMobile\":0,\"blockLeftMarginMobile\":0,\"blockBottomMarginMobile\":0} -->\n<div class=\"wp-block-uagb-star-rating uagb-block-7f251657\"><div class=\"uag-star-rating\" title=\"4.5/5\"><span class=\"uag-star\">★</span><span class=\"uag-star\">★</span><span class=\"uag-star\">★</span><span class=\"uag-star\">★</span><span class=\"uag-star\">★</span></div></div>\n<!-- /wp:uagb/star-rating -->\n\n<!-- wp:uagb/testimonial {\"test_item_count\":1,\"classMigrate\":true,\"test_block\":[{\"description\":\"\\u0022Proin nulla mauris et volutpat adipiscing suspendisse vehicula blandit sagittis orci etiam morbi elit etiam semper eu lacus pretium hac nisl leo amet ullamcorper.\\u0022​\",\"name\":\"\\u003cstrong\\u003e\\u003cstrong\\u003e\\u003cstrong\\u003eJAMES BROOK​\\u003c/strong\\u003e\\u003c/strong\\u003e\\u003c/strong\\u003e\",\"company\":\"\",\"image\":{\"id\":121,\"title\":\"testimonial3\",\"filename\":\"testimonial3.jpg\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/testimonial3.jpg\",\"link\":\"https://blueroan.netgen.cloud/testimonial3/\",\"alt\":\"\",\"author\":\"34\",\"description\":\"\",\"caption\":\"\",\"name\":\"testimonial3\",\"status\":\"inherit\",\"uploadedTo\":0,\"date\":\"2021-05-11T05:02:05.000Z\",\"modified\":\"2021-05-11T05:02:05.000Z\",\"menuOrder\":0,\"mime\":\"image/jpeg\",\"type\":\"image\",\"subtype\":\"jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/default.png\",\"dateFormatted\":\"May 11, 2021\",\"nonces\":{\"update\":\"290653da5d\",\"delete\":\"90a4fb2d63\",\"edit\":\"ff8a64e56e\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=121\\u0026action=edit\",\"meta\":false,\"authorName\":\"Rishabh\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/user-edit.php?user_id=34\",\"filesizeInBytes\":8748,\"filesizeHumanReadable\":\"9 KB\",\"context\":\"\",\"height\":250,\"width\":250,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/testimonial3-150x150.jpg\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/testimonial3.jpg\",\"height\":250,\"width\":250,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}}}],\"headingAlign\":\"left\",\"headingAlignTablet\":\"left\",\"headingAlignMobile\":\"left\",\"descColor\":\"var(\\u002d\\u002dast-global-color-3)\",\"nameFontSize\":14,\"nameLineHeight\":1,\"descFontSize\":16,\"descFontWeight\":\"600\",\"nameSpace\":1,\"block_id\":\"35b76ea7\",\"iconImage\":{\"url\":\"\",\"alt\":\"InfoBox placeholder img\"},\"imageWidth\":32,\"columnGap\":1,\"borderStyle\":\"\",\"paddingTop\":0,\"paddingBottom\":0,\"paddingLeft\":0,\"paddingRight\":0,\"spacingLink\":true,\"imgpaddingTop\":0,\"imgpaddingRight\":15,\"imgpaddingBottom\":0,\"imgpaddingLeft\":0,\"overallBorderStyle\":\"none\",\"imgTagHeight\":32,\"imgTagWidth\":150} -->\n<div class=\"wp-block-uagb-testimonial uagb-slick-carousel uagb-tm__arrow-outside uagb-block-35b76ea7 uagb-post__carousel_notset uagb-post__carousel_notset-tablet uagb-post__carousel_notset-mobile\"><div class=\"is-carousel uagb-tm__columns-1 uagb-tm__items\"><div class=\"uagb-testimonial__wrap  uagb-tm__imgicon-style-circle uagb-tm__image-position-bottom uagb-tm__bg-type-none \"><div class=\"uagb-tm__content\"><div class=\"uagb-tm__overlay\"></div><div class=\"uagb-tm__text-wrap\"><div class=\"uagb-tm__desc\">\"Proin nulla mauris et volutpat adipiscing suspendisse vehicula blandit sagittis orci etiam morbi elit etiam semper eu lacus pretium hac nisl leo amet ullamcorper.\"​</div><div class=\"uagb-tm__meta-inner\"><div class=\"uagb-tm__image-content\"><div class=\"uagb-tm__image\"><img class=\"uagb-tm-img-src\" src=\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/testimonial3-150x150.jpg\" alt=\"\" width=\"32\" height=\"32\" loading=\"lazy\"/></div></div><div class=\"uagb-testimonial-details\"><span class=\"uagb-tm__author-name\"><strong><strong><strong>JAMES BROOK​</strong></strong></strong></span><span class=\"uagb-tm__company\"></span></div></div></div></div></div></div></div>\n<!-- /wp:uagb/testimonial --></div>\n<!-- /wp:uagb/container --></div>\n<!-- /wp:uagb/container --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"e446aec2\",\"innerContentCustomWidthDesktop\":781,\"innerContentCustomWidthTablet\":781,\"backgroundType\":\"image\",\"backgroundImageDesktop\":{\"id\":54,\"title\":\"background-img\",\"filename\":\"background-img-1.jpg\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/background-img-1.jpg\",\"link\":\"https://blueroan.netgen.cloud/background-img-2/\",\"alt\":\"\",\"author\":\"34\",\"description\":\"\",\"caption\":\"\",\"name\":\"background-img-2\",\"status\":\"inherit\",\"uploadedTo\":0,\"date\":\"2021-05-07T10:11:37.000Z\",\"modified\":\"2021-05-07T10:11:37.000Z\",\"menuOrder\":0,\"mime\":\"image/jpeg\",\"type\":\"image\",\"subtype\":\"jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/default.png\",\"dateFormatted\":\"May 7, 2021\",\"nonces\":{\"update\":\"bb999636b9\",\"delete\":\"d2e1375bc4\",\"edit\":\"005dd2f0c9\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=54\\u0026action=edit\",\"meta\":false,\"authorName\":\"Rishabh\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/user-edit.php?user_id=34\",\"filesizeInBytes\":338858,\"filesizeHumanReadable\":\"331 KB\",\"context\":\"\",\"height\":1080,\"width\":1920,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/background-img-1-150x150.jpg\",\"orientation\":\"landscape\"},\"medium\":{\"height\":169,\"width\":300,\"url\":\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/background-img-1-300x169.jpg\",\"orientation\":\"landscape\"},\"large\":{\"height\":576,\"width\":1024,\"url\":\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/background-img-1-1024x576.jpg\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/background-img-1.jpg\",\"height\":1080,\"width\":1920,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"backgroundImageColor\":\"rgba(42,42,42,0.65)\",\"topPaddingDesktop\":144,\"bottomPaddingDesktop\":144,\"leftPaddingDesktop\":40,\"rightPaddingDesktop\":40,\"topPaddingTablet\":80,\"bottomPaddingTablet\":80,\"leftPaddingTablet\":40,\"rightPaddingTablet\":40,\"topPaddingMobile\":64,\"bottomPaddingMobile\":64,\"leftPaddingMobile\":24,\"rightPaddingMobile\":24,\"paddingLink\":false,\"variationSelected\":true,\"isBlockRootParent\":true,\"overlayType\":\"color\"} -->\n<div class=\"wp-block-uagb-container uagb-block-e446aec2 alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/advanced-heading {\"block_id\":\"3828a87d\",\"classMigrate\":true,\"headingDescToggle\":true,\"headingAlign\":\"center\",\"headingColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"subHeadingColor\":\"var(\\u002d\\u002dast-global-color-4)\",\"headSpace\":20} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-3828a87d\"><h2 class=\"uagb-heading-text\">Plan an Unforgettable Experience in Mykonos Today!</h2><p class=\"uagb-desc-text\">We can help you fit your stay and experience within your allotted budget.</p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/advanced-heading {\"block_id\":\"9819632d\",\"classMigrate\":true,\"headingTitleToggle\":false,\"headingDescToggle\":true,\"headingAlign\":\"center\",\"subHeadingColor\":\"var(\\u002d\\u002dast-global-color-4)\",\"subHeadTransform\":\"uppercase\",\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"subHeadLetterSpacing\":2,\"blockTopPadding\":60,\"blockRightPadding\":0,\"blockLeftPadding\":0,\"blockBottomPadding\":0,\"blockTopPaddingMobile\":30,\"blockRightPaddingMobile\":0,\"blockLeftPaddingMobile\":0,\"blockBottomPaddingMobile\":0} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-9819632d\"><p class=\"uagb-desc-text\">BOOK YOUR STAY NOW​</p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/icon-list {\"block_id\":\"70139f06\",\"classMigrate\":true,\"childMigrate\":true,\"align\":\"center\",\"parentIcon\":\"phone\",\"size\":40,\"sizeMobile\":24,\"sizeTablet\":32,\"fontSize\":48,\"fontSizeMobile\":28,\"fontSizeTablet\":40,\"fontWeight\":\"600\",\"iconColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"labelColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"blockTopPadding\":0,\"blockRightPadding\":0,\"blockLeftPadding\":0,\"blockBottomPadding\":24,\"blockPaddingLink\":false} -->\n<div class=\"wp-block-uagb-icon-list uagb-block-70139f06\"><div class=\"uagb-icon-list__wrap\"><!-- wp:uagb/icon-list-child {\"block_id\":\"820b084e\",\"label\":\"+1-123 456 7890​\",\"label_color\":\"\",\"fromParentIcon\":\"phone\",\"imageSizeChild\":40} -->\n<div class=\"wp-block-uagb-icon-list-child uagb-block-820b084e\"><span class=\"uagb-icon-list__source-wrap\"><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M511.2 387l-23.25 100.8c-3.266 14.25-15.79 24.22-30.46 24.22C205.2 512 0 306.8 0 54.5c0-14.66 9.969-27.2 24.22-30.45l100.8-23.25C139.7-2.602 154.7 5.018 160.8 18.92l46.52 108.5c5.438 12.78 1.77 27.67-8.98 36.45L144.5 207.1c33.98 69.22 90.26 125.5 159.5 159.5l44.08-53.8c8.688-10.78 23.69-14.51 36.47-8.975l108.5 46.51C506.1 357.2 514.6 372.4 511.2 387z\"></path></svg></span><span class=\"uagb-icon-list__label\">+1-123 456 7890​</span></div>\n<!-- /wp:uagb/icon-list-child --></div></div>\n<!-- /wp:uagb/icon-list --></div></div>\n<!-- /wp:uagb/container -->',	'Home',	'',	'inherit',	'closed',	'closed',	'',	'760-revision-v1',	'',	'',	'2022-12-13 08:53:16',	'2022-12-13 08:53:16',	'',	760,	'https://blueroan.netgen.cloud/?p=780',	0,	'revision',	'',	0),
(781,	2,	'2022-12-13 08:55:30',	'2022-12-13 08:55:30',	'{\"version\": 2, \"isGlobalStylesUserThemeJSON\": true }',	'Custom Styles',	'',	'publish',	'closed',	'closed',	'',	'wp-global-styles-astra-child',	'',	'',	'2022-12-13 08:55:30',	'2022-12-13 08:55:30',	'',	0,	'https://blueroan.netgen.cloud/wp-global-styles-astra-child/',	0,	'wp_global_styles',	'',	0),
(782,	2,	'2022-12-13 08:56:01',	'2022-12-13 08:56:01',	'',	'Blue roan - pool 01',	'',	'inherit',	'open',	'closed',	'',	'blue-roan-pool-01',	'',	'',	'2022-12-13 08:56:01',	'2022-12-13 08:56:01',	'',	760,	'https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Blue-roan-pool-01.jpg',	0,	'attachment',	'image/jpeg',	0),
(783,	2,	'2022-12-13 08:56:14',	'2022-12-13 08:56:14',	'<!-- wp:uagb/container {\"block_id\":\"064aaf6d\",\"minHeightDesktop\":95,\"minHeightTablet\":70,\"minHeightMobile\":80,\"minHeightType\":\"vh\",\"alignItemsDesktop\":\"flex-start\",\"backgroundType\":\"image\",\"backgroundImageDesktop\":{\"uploading\":false,\"date\":1670921761000,\"filename\":\"Blue-roan-pool-01.jpg\",\"menuOrder\":0,\"uploadedTo\":760,\"type\":\"image\",\"subtype\":\"jpeg\",\"id\":782,\"title\":\"Blue roan - pool 01\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Blue-roan-pool-01.jpg\",\"link\":\"https://blueroan.netgen.cloud/home/blue-roan-pool-01/\",\"alt\":\"\",\"author\":\"2\",\"description\":\"\",\"caption\":\"\",\"name\":\"blue-roan-pool-01\",\"status\":\"inherit\",\"modified\":1670921761000,\"mime\":\"image/jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-includes/images/media/default.png\",\"dateFormatted\":\"December 13, 2022\",\"nonces\":{\"update\":\"3e1af05d46\",\"delete\":\"9f56b61906\",\"edit\":\"1e30919602\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=782\\u0026action=edit\",\"meta\":false,\"authorName\":\"Netgen Support\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/profile.php\",\"uploadedToTitle\":\"Home\",\"uploadedToLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=760\\u0026action=edit\",\"filesizeInBytes\":100981,\"filesizeHumanReadable\":\"99 KB\",\"context\":\"\",\"height\":534,\"width\":800,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Blue-roan-pool-01-150x150.jpg\",\"orientation\":\"landscape\"},\"medium\":{\"height\":200,\"width\":300,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Blue-roan-pool-01-300x200.jpg\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Blue-roan-pool-01.jpg\",\"height\":534,\"width\":800,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"backgroundPositionDesktop\":{\"x\":0.48,\"y\":0.19},\"backgroundImageColor\":\"rgba(42,42,42,0.35)\",\"topPaddingDesktop\":0,\"bottomPaddingDesktop\":0,\"leftPaddingDesktop\":40,\"rightPaddingDesktop\":40,\"topPaddingTablet\":120,\"bottomPaddingTablet\":120,\"leftPaddingTablet\":40,\"rightPaddingTablet\":40,\"topPaddingMobile\":150,\"bottomPaddingMobile\":150,\"leftPaddingMobile\":20,\"rightPaddingMobile\":20,\"paddingLink\":false,\"variationSelected\":true,\"isBlockRootParent\":true,\"overlayType\":\"color\",\"minHeightTypeTablet\":\"vh\",\"minHeightTypeMobile\":\"vh\"} -->\n<div class=\"wp-block-uagb-container uagb-block-064aaf6d alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/info-box {\"classMigrate\":true,\"headingAlign\":\"left\",\"headingColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"subHeadingColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"headingTag\":\"h1\",\"subHeadFontSize\":17,\"subHeadFontSizeMobile\":15,\"headSpace\":20,\"subHeadSpace\":40,\"block_id\":\"9fb39d07\",\"ctaIcon\":\"\",\"ctaType\":\"button\",\"ctaText\":\"Book Your Stay Now\",\"ctaLink\":\"#\",\"ctaBtnLinkColor\":\"var(\\u002d\\u002dast-global-color-2)\",\"ctaLinkHoverColor\":\"var(\\u002d\\u002dast-global-color-2)\",\"ctaBgColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"ctaBgHoverColor\":\"var(\\u002d\\u002dast-global-color-4)\",\"ctaBorderColor\":\"\",\"ctaBorderStyle\":\"\",\"ctaBorderWidth\":\"\",\"ctaBorderRadius\":\"\",\"iconImage\":{\"url\":\"\",\"alt\":\"InfoBox placeholder img\"},\"showIcon\":false,\"paddingBtnTop\":18,\"paddingBtnBottom\":18,\"paddingBtnLeft\":34,\"paddingBtnRight\":34,\"blockTopPadding\":0,\"blockRightPadding\":40,\"blockLeftPadding\":0,\"blockBottomPadding\":0,\"blockTopPaddingTablet\":0,\"blockRightPaddingTablet\":64,\"blockLeftPaddingTablet\":0,\"blockBottomPaddingTablet\":0,\"blockTopPaddingMobile\":0,\"blockRightPaddingMobile\":0,\"blockLeftPaddingMobile\":0,\"blockBottomPaddingMobile\":0,\"blockPaddingUnit\":\"%\",\"blockPaddingLink\":false,\"subHeadMarginTopTablet\":0,\"subHeadMarginRightTablet\":64,\"subHeadTabletSpace\":40,\"subHeadMarginLeftTablet\":0,\"subHeadMarginTopMobile\":0,\"subHeadMarginRightMobile\":0,\"subHeadMobileSpace\":40,\"subHeadMarginLeftMobile\":0,\"btnBorderTopWidth\":1,\"btnBorderLeftWidth\":1,\"btnBorderRightWidth\":1,\"btnBorderBottomWidth\":1,\"btnBorderTopLeftRadius\":0,\"btnBorderTopRightRadius\":0,\"btnBorderBottomLeftRadius\":0,\"btnBorderBottomRightRadius\":0,\"btnBorderStyle\":\"none\",\"btnBorderColor\":\"#333\"} -->\n<div class=\"wp-block-uagb-info-box uagb-block-9fb39d07 uagb-infobox__content-wrap  uagb-infobox-icon-above-title uagb-infobox-image-valign-top\"><div class=\"uagb-ifb-content\"><div class=\"uagb-ifb-title-wrap\"><h1 class=\"uagb-ifb-title\">The Perfect Hotel in Mykonos​</h1></div><p class=\"uagb-ifb-desc\">If you are looking for a perfect holiday experience with memories to cherish you are at the right place. Let’s plan a reasonable stay for you.</p><div class=\"uagb-ifb-button-wrapper wp-block-button\"><a href=\"#\" class=\"uagb-infobox-cta-link wp-block-button__link\" target=\"_self\" rel=\"noopener noreferrer\" alt=\"\"><span class=\"uagb-inline-editing\">Book Your Stay Now</span></a></div></div></div>\n<!-- /wp:uagb/info-box --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"eeb5b81d\",\"directionDesktop\":\"row\",\"directionMobile\":\"column-reverse\",\"alignItemsDesktop\":\"flex-start\",\"backgroundType\":\"color\",\"backgroundSizeTablet\":\"cover\",\"backgroundSizeMobile\":\"cover\",\"backgroundColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"topPaddingDesktop\":104,\"bottomPaddingDesktop\":104,\"topPaddingTablet\":80,\"bottomPaddingTablet\":80,\"leftPaddingTablet\":40,\"rightPaddingTablet\":40,\"topPaddingMobile\":64,\"bottomPaddingMobile\":64,\"leftPaddingMobile\":24,\"rightPaddingMobile\":24,\"paddingLink\":false,\"variationSelected\":true,\"columnGapDesktop\":60,\"columnGapTablet\":50,\"isBlockRootParent\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-eeb5b81d alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/container {\"block_id\":\"0a72d41d\",\"widthDesktop\":50,\"variationSelected\":true,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-0a72d41d\"><!-- wp:uagb/info-box {\"classMigrate\":true,\"headingAlign\":\"left\",\"subHeadingColor\":\"\",\"subHeadFontSize\":16,\"subHeadFontSizeTablet\":16,\"subHeadFontSizeMobile\":15,\"subHeadSpace\":40,\"source_type\":\"image\",\"block_id\":\"4173e8a1\",\"ctaType\":\"button\",\"ctaText\":\"Know More\",\"ctaBtnLinkColor\":\"\",\"ctaBgColor\":\"\",\"ctaBorderColor\":\"\",\"ctaBorderStyle\":\"\",\"ctaBorderWidth\":\"\",\"ctaBorderRadius\":\"\",\"iconBottomMargin\":40,\"iconImage\":{\"id\":69,\"title\":\"about-us\",\"filename\":\"about-us.jpg\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/about-us.jpg\",\"link\":\"https://blueroan.netgen.cloud/about-us/\",\"alt\":\"\",\"author\":\"34\",\"description\":\"\",\"caption\":\"\",\"name\":\"about-us\",\"status\":\"inherit\",\"uploadedTo\":0,\"date\":\"2021-05-07T13:03:13.000Z\",\"modified\":\"2021-05-07T13:03:13.000Z\",\"menuOrder\":0,\"mime\":\"image/jpeg\",\"type\":\"image\",\"subtype\":\"jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/default.png\",\"dateFormatted\":\"May 7, 2021\",\"nonces\":{\"update\":\"d56f3c3ec2\",\"delete\":\"c1c4f821d9\",\"edit\":\"76cf8b74c4\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=69\\u0026action=edit\",\"meta\":false,\"authorName\":\"Rishabh\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/user-edit.php?user_id=34\",\"filesizeInBytes\":49863,\"filesizeHumanReadable\":\"49 KB\",\"context\":\"\",\"height\":504,\"width\":504,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/about-us-150x150.jpg\",\"orientation\":\"landscape\"},\"medium\":{\"height\":300,\"width\":300,\"url\":\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/about-us-300x300.jpg\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/about-us.jpg\",\"height\":504,\"width\":504,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"imageSize\":\"full\",\"imageWidth\":100,\"imageWidthMobile\":100,\"imageWidthTablet\":100,\"showTitle\":false,\"paddingBtnTop\":18,\"paddingBtnBottom\":18,\"paddingBtnLeft\":34,\"paddingBtnRight\":34,\"imageWidthUnit\":\"%\",\"imageWidthUnitTablet\":\"%\",\"imageWidthUnitMobile\":\"%\",\"subHeadTopMargin\":0,\"subHeadRightMargin\":48,\"subHeadLeftMargin\":0,\"subHeadMarginTopTablet\":0,\"subHeadMarginRightTablet\":0,\"subHeadTabletSpace\":40,\"subHeadMarginLeftTablet\":0,\"imgTagHeight\":100,\"imgTagWidth\":504,\"btnBorderTopWidth\":1,\"btnBorderLeftWidth\":1,\"btnBorderRightWidth\":1,\"btnBorderBottomWidth\":1,\"btnBorderTopLeftRadius\":0,\"btnBorderTopRightRadius\":0,\"btnBorderBottomLeftRadius\":0,\"btnBorderBottomRightRadius\":0,\"btnBorderStyle\":\"solid\",\"btnBorderColor\":\"#333\"} -->\n<div class=\"wp-block-uagb-info-box uagb-block-4173e8a1 uagb-infobox__content-wrap  uagb-infobox-icon-above-title uagb-infobox-image-valign-top\"><div class=\"uagb-ifb-content\"><div class=\"uagb-ifb-image-content\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/about-us.jpg\" alt=\"\" width=\"100\" height=\"100\" loading=\"lazy\"/></div><div class=\"uagb-ifb-title-wrap\"></div><p class=\"uagb-ifb-desc\">Surrounded by scenic beauty and attractive tourist attractions we make it convenient for you to visit all the beautiful places with our inhouse guide. We can also help you arrange transport facilities for an easier commute to nearby places.</p><div class=\"uagb-ifb-button-wrapper wp-block-button\"><a href=\"\" class=\"uagb-infobox-cta-link wp-block-button__link  uagb-disable-link\" target=\"_self\" rel=\"noopener noreferrer\" alt=\"\"><span class=\"uagb-inline-editing\">Know More</span><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M504.3 273.6l-112.1 104c-6.992 6.484-17.18 8.218-25.94 4.406c-8.758-3.812-14.42-12.45-14.42-21.1L351.9 288H32C14.33 288 .0002 273.7 .0002 255.1S14.33 224 32 224h319.9l0-72c0-9.547 5.66-18.19 14.42-22c8.754-3.809 18.95-2.075 25.94 4.41l112.1 104C514.6 247.9 514.6 264.1 504.3 273.6z\"></path></svg></a></div></div></div>\n<!-- /wp:uagb/info-box --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"9290f86c\",\"widthDesktop\":50,\"leftPaddingDesktop\":0,\"paddingLink\":false,\"variationSelected\":true,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-9290f86c\"><!-- wp:uagb/advanced-heading {\"block_id\":\"e8c7f569\",\"classMigrate\":true,\"headingDescToggle\":true,\"subHeadingColor\":\"\",\"headSpace\":20,\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-e8c7f569\"><h2 class=\"uagb-heading-text\">Experience the Life of Mykonos City​</h2><p class=\"uagb-desc-text\"><strong>We will help you experience Mykonos life in its true sense. From living among the residents to eating authentic delicacies you are sure to walk home with memories and wonderful moments.</strong></p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/image {\"block_id\":\"9a4eca7b\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/about-us-2-1.jpg\",\"align\":\"left\",\"id\":88,\"linkDestination\":\"none\",\"width\":504,\"height\":504,\"naturalWidth\":504,\"naturalHeight\":504,\"sizeSlug\":\"full\",\"sizeSlugTablet\":\"full\",\"sizeSlugMobile\":\"full\",\"imageTopMargin\":20,\"imageRightMargin\":0,\"imageLeftMargin\":0,\"imageBottomMargin\":0,\"imageTopMarginMobile\":0,\"imageRightMarginMobile\":0,\"imageLeftMarginMobile\":0,\"imageBottomMarginMobile\":0,\"imageMarginLink\":false} -->\n<div class=\"wp-block-uagb-image uagb-block-9a4eca7b wp-block-uagb-image--layout-default wp-block-uagb-image--effect-static wp-block-uagb-image--align-left\"><figure class=\"wp-block-uagb-image__figure\"><img srcset=\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/about-us-2-1.jpg \" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/about-us-2-1.jpg\" alt=\"\" class=\"uag-image-88\" width=\"504\" height=\"504\" title=\"\" loading=\"lazy\"/></figure></div>\n<!-- /wp:uagb/image --></div>\n<!-- /wp:uagb/container --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"81021ac3\",\"backgroundType\":\"color\",\"backgroundSizeTablet\":\"cover\",\"backgroundSizeMobile\":\"cover\",\"backgroundColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"topPaddingDesktop\":50,\"bottomPaddingDesktop\":100,\"topPaddingTablet\":50,\"bottomPaddingTablet\":25,\"leftPaddingTablet\":20,\"rightPaddingTablet\":20,\"topPaddingMobile\":50,\"bottomPaddingMobile\":20,\"leftPaddingMobile\":20,\"rightPaddingMobile\":20,\"paddingLink\":false,\"variationSelected\":true,\"rowGapDesktop\":0,\"isBlockRootParent\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-81021ac3 alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/container {\"block_id\":\"c8eb0032\",\"directionDesktop\":\"row\",\"alignItemsDesktop\":\"flex-end\",\"alignItemsTablet\":\"flex-end\",\"justifyContentDesktop\":\"flex-end\",\"justifyContentTablet\":\"space-between\",\"variationSelected\":true,\"rowGapMobile\":30,\"columnGapDesktop\":0} -->\n<div class=\"wp-block-uagb-container uagb-block-c8eb0032\"><!-- wp:uagb/advanced-heading {\"block_id\":\"85bfe9e4\",\"classMigrate\":true,\"headingDescToggle\":true,\"subHeadingColor\":\"\",\"headSpace\":20,\"subHeadFontSize\":16} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-85bfe9e4\"><h2 class=\"uagb-heading-text\">Amenities &amp; Facilities​</h2><p class=\"uagb-desc-text\">If you are looking for a relaxing, refreshing and rejuvenating experience altogether, we offer all of that under one roof.</p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/buttons {\"block_id\":\"f3d6a4bb\",\"classMigrate\":true,\"childMigrate\":true,\"align\":\"right\",\"alignTablet\":\"right\",\"alignMobile\":\"left\",\"gap\":0} -->\n<div class=\"wp-block-uagb-buttons uagb-buttons__outer-wrap uagb-btn__default-btn uagb-btn-tablet__default-btn uagb-btn-mobile__default-btn uagb-block-f3d6a4bb\"><div class=\"uagb-buttons__wrap uagb-buttons-layout-wrap\"><!-- wp:uagb/buttons-child {\"block_id\":\"8e885e3e\",\"label\":\"View All\",\"link\":\"#\",\"hColor\":\"\",\"borderWidth\":\"\",\"borderRadius\":\"\",\"borderStyle\":\"\",\"borderColor\":\"\",\"borderHColor\":\"\",\"btnBorderTopWidth\":1,\"btnBorderLeftWidth\":1,\"btnBorderRightWidth\":1,\"btnBorderBottomWidth\":1,\"btnBorderTopLeftRadius\":2,\"btnBorderTopRightRadius\":2,\"btnBorderBottomLeftRadius\":2,\"btnBorderBottomRightRadius\":2,\"btnBorderStyle\":\"solid\",\"btnBorderColor\":\"#333\",\"btnBorderHColor\":\"#333\"} -->\n<div class=\"wp-block-uagb-buttons-child uagb-buttons__outer-wrap uagb-block-8e885e3e wp-block-button is-style-outline\"><div class=\"uagb-button__wrapper\"><a class=\"uagb-buttons-repeater wp-block-button__link\" href=\"#\" rel=\"follow noopener\" target=\"_self\"><div class=\"uagb-button__link\">View All</div></a></div></div>\n<!-- /wp:uagb/buttons-child --></div></div>\n<!-- /wp:uagb/buttons --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"8d6a7acf\",\"directionDesktop\":\"row\",\"alignItemsTablet\":\"flex-start\",\"paddingLink\":false,\"topMarginDesktop\":50,\"bottomMarginDesktop\":20,\"leftMarginDesktop\":0,\"rightMarginDesktop\":0,\"marginLink\":false,\"variationSelected\":true,\"rowGapMobile\":65,\"columnGapDesktop\":48,\"columnGapTablet\":20} -->\n<div class=\"wp-block-uagb-container uagb-block-8d6a7acf\"><!-- wp:uagb/info-box {\"classMigrate\":true,\"headingAlign\":\"left\",\"headingColor\":\"\",\"subHeadingColor\":\"\",\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"source_type\":\"image\",\"block_id\":\"676b1c4b\",\"ctaType\":\"text\",\"ctaText\":\"READ MORE\",\"ctaLinkColor\":\"var(\\u002d\\u002dast-global-color-0)\",\"ctaDecoration\":\"underline\",\"ctaFontSize\":12,\"ctaFontWeight\":\"600\",\"ctaLetterSpacing\":2,\"ctaBorderColor\":\"\",\"ctaBorderStyle\":\"\",\"ctaBorderWidth\":\"\",\"ctaBorderRadius\":\"\",\"iconBottomMargin\":30,\"iconImage\":{\"id\":90,\"title\":\"swimming-pool\",\"filename\":\"swimming-pool.jpg\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/swimming-pool.jpg\",\"link\":\"https://blueroan.netgen.cloud/swimming-pool/\",\"alt\":\"\",\"author\":\"34\",\"description\":\"\",\"caption\":\"\",\"name\":\"swimming-pool\",\"status\":\"inherit\",\"uploadedTo\":0,\"date\":\"2021-05-07T14:28:45.000Z\",\"modified\":\"2021-05-07T14:28:45.000Z\",\"menuOrder\":0,\"mime\":\"image/jpeg\",\"type\":\"image\",\"subtype\":\"jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/default.png\",\"dateFormatted\":\"May 7, 2021\",\"nonces\":{\"update\":\"971c957832\",\"delete\":\"8fb57461ba\",\"edit\":\"e9a8bb1d06\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=90\\u0026action=edit\",\"meta\":false,\"authorName\":\"Rishabh\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/user-edit.php?user_id=34\",\"filesizeInBytes\":29663,\"filesizeHumanReadable\":\"29 KB\",\"context\":\"\",\"height\":440,\"width\":370,\"orientation\":\"portrait\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/swimming-pool-150x150.jpg\",\"orientation\":\"landscape\"},\"medium\":{\"height\":300,\"width\":252,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/swimming-pool-252x300-1.jpg\",\"orientation\":\"portrait\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/swimming-pool.jpg\",\"height\":440,\"width\":370,\"orientation\":\"portrait\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"imageSize\":\"full\",\"imageWidth\":100,\"imageWidthMobile\":100,\"imageWidthTablet\":100,\"paddingBtnTop\":10,\"paddingBtnBottom\":10,\"paddingBtnLeft\":14,\"paddingBtnRight\":14,\"imageWidthUnit\":\"%\",\"imageWidthUnitTablet\":\"%\",\"imageWidthUnitMobile\":\"%\",\"subHeadTopMargin\":0,\"subHeadRightMargin\":40,\"subHeadLeftMargin\":0,\"subHeadMarginTopTablet\":0,\"subHeadMarginRightTablet\":0,\"subHeadTabletSpace\":20,\"subHeadMarginLeftTablet\":0,\"imgTagHeight\":118,\"imgTagWidth\":370,\"btnBorderTopWidth\":1,\"btnBorderLeftWidth\":1,\"btnBorderRightWidth\":1,\"btnBorderBottomWidth\":1,\"btnBorderTopLeftRadius\":0,\"btnBorderTopRightRadius\":0,\"btnBorderBottomLeftRadius\":0,\"btnBorderBottomRightRadius\":0,\"btnBorderStyle\":\"solid\",\"btnBorderColor\":\"#333\"} -->\n<div class=\"wp-block-uagb-info-box uagb-block-676b1c4b uagb-infobox__content-wrap  uagb-infobox-icon-above-title uagb-infobox-image-valign-top\"><div class=\"uagb-ifb-content\"><div class=\"uagb-ifb-image-content\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/swimming-pool.jpg\" alt=\"\" width=\"100\" height=\"118\" loading=\"lazy\"/></div><div class=\"uagb-ifb-title-wrap\"><h3 class=\"uagb-ifb-title\">An Infinite-edge Pool​</h3></div><p class=\"uagb-ifb-desc\">Experience the joy of swimming in our infinity-edge pool that gives you a nice picturesque view.</p><div class=\"uagb-ifb-button-wrapper wp-block-button\"><a href=\"\" target=\"_self\" class=\"uagb-infobox-cta-link uagb-disable-link\" rel=\"noopener noreferrer\" alt=\"\"><span class=\"uagb-inline-editing\">READ MORE</span><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M504.3 273.6l-112.1 104c-6.992 6.484-17.18 8.218-25.94 4.406c-8.758-3.812-14.42-12.45-14.42-21.1L351.9 288H32C14.33 288 .0002 273.7 .0002 255.1S14.33 224 32 224h319.9l0-72c0-9.547 5.66-18.19 14.42-22c8.754-3.809 18.95-2.075 25.94 4.41l112.1 104C514.6 247.9 514.6 264.1 504.3 273.6z\"></path></svg></a></div></div></div>\n<!-- /wp:uagb/info-box -->\n\n<!-- wp:uagb/info-box {\"classMigrate\":true,\"headingAlign\":\"left\",\"headingColor\":\"\",\"subHeadingColor\":\"\",\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"source_type\":\"image\",\"block_id\":\"aa6861dc\",\"ctaType\":\"text\",\"ctaText\":\"READ MORE\",\"ctaLinkColor\":\"var(\\u002d\\u002dast-global-color-0)\",\"ctaDecoration\":\"underline\",\"ctaFontSize\":12,\"ctaFontWeight\":\"600\",\"ctaLetterSpacing\":2,\"ctaBorderColor\":\"\",\"ctaBorderStyle\":\"\",\"ctaBorderWidth\":\"\",\"ctaBorderRadius\":\"\",\"iconBottomMargin\":30,\"iconImage\":{\"id\":235,\"title\":\"spa\",\"filename\":\"spa.jpg\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/spa.jpg\",\"link\":\"https://blueroan.netgen.cloud/spa/\",\"alt\":\"\",\"author\":\"34\",\"description\":\"\",\"caption\":\"\",\"name\":\"spa\",\"status\":\"inherit\",\"uploadedTo\":0,\"date\":\"2021-05-11T10:14:20.000Z\",\"modified\":\"2021-05-11T10:14:20.000Z\",\"menuOrder\":0,\"mime\":\"image/jpeg\",\"type\":\"image\",\"subtype\":\"jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/default.png\",\"dateFormatted\":\"May 11, 2021\",\"nonces\":{\"update\":\"580ee12d5e\",\"delete\":\"261a8e7a22\",\"edit\":\"6139a47c8c\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=235\\u0026action=edit\",\"meta\":false,\"authorName\":\"Rishabh\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/user-edit.php?user_id=34\",\"filesizeInBytes\":27664,\"filesizeHumanReadable\":\"27 KB\",\"context\":\"\",\"height\":440,\"width\":370,\"orientation\":\"portrait\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/spa-150x150.jpg\",\"orientation\":\"landscape\"},\"medium\":{\"height\":300,\"width\":252,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/spa-252x300-1.jpg\",\"orientation\":\"portrait\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/spa.jpg\",\"height\":440,\"width\":370,\"orientation\":\"portrait\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"imageSize\":\"full\",\"imageWidth\":100,\"imageWidthMobile\":100,\"imageWidthTablet\":100,\"paddingBtnTop\":10,\"paddingBtnBottom\":10,\"paddingBtnLeft\":14,\"paddingBtnRight\":14,\"imageWidthUnit\":\"%\",\"imageWidthUnitTablet\":\"%\",\"imageWidthUnitMobile\":\"%\",\"subHeadTopMargin\":0,\"subHeadRightMargin\":40,\"subHeadLeftMargin\":0,\"subHeadMarginTopTablet\":0,\"subHeadMarginRightTablet\":0,\"subHeadTabletSpace\":20,\"subHeadMarginLeftTablet\":0,\"imgTagHeight\":118,\"imgTagWidth\":370,\"btnBorderTopWidth\":1,\"btnBorderLeftWidth\":1,\"btnBorderRightWidth\":1,\"btnBorderBottomWidth\":1,\"btnBorderTopLeftRadius\":0,\"btnBorderTopRightRadius\":0,\"btnBorderBottomLeftRadius\":0,\"btnBorderBottomRightRadius\":0,\"btnBorderStyle\":\"solid\",\"btnBorderColor\":\"#333\"} -->\n<div class=\"wp-block-uagb-info-box uagb-block-aa6861dc uagb-infobox__content-wrap  uagb-infobox-icon-above-title uagb-infobox-image-valign-top\"><div class=\"uagb-ifb-content\"><div class=\"uagb-ifb-image-content\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/spa.jpg\" alt=\"\" width=\"100\" height=\"118\" loading=\"lazy\"/></div><div class=\"uagb-ifb-title-wrap\"><h3 class=\"uagb-ifb-title\">An Iconic Spa​</h3></div><p class=\"uagb-ifb-desc\">Set forth on an exquisite wellness journey to refresh, re-energize and rejuvenate at our iconic spa.</p><div class=\"uagb-ifb-button-wrapper wp-block-button\"><a href=\"\" target=\"_self\" class=\"uagb-infobox-cta-link uagb-disable-link\" rel=\"noopener noreferrer\" alt=\"\"><span class=\"uagb-inline-editing\">READ MORE</span><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M504.3 273.6l-112.1 104c-6.992 6.484-17.18 8.218-25.94 4.406c-8.758-3.812-14.42-12.45-14.42-21.1L351.9 288H32C14.33 288 .0002 273.7 .0002 255.1S14.33 224 32 224h319.9l0-72c0-9.547 5.66-18.19 14.42-22c8.754-3.809 18.95-2.075 25.94 4.41l112.1 104C514.6 247.9 514.6 264.1 504.3 273.6z\"></path></svg></a></div></div></div>\n<!-- /wp:uagb/info-box -->\n\n<!-- wp:uagb/info-box {\"classMigrate\":true,\"headingAlign\":\"left\",\"headingColor\":\"\",\"subHeadingColor\":\"\",\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"source_type\":\"image\",\"block_id\":\"26802954\",\"ctaType\":\"text\",\"ctaText\":\"READ MORE\",\"ctaLinkColor\":\"var(\\u002d\\u002dast-global-color-0)\",\"ctaDecoration\":\"underline\",\"ctaFontSize\":12,\"ctaFontWeight\":\"600\",\"ctaLetterSpacing\":2,\"ctaBorderColor\":\"\",\"ctaBorderStyle\":\"\",\"ctaBorderWidth\":\"\",\"ctaBorderRadius\":\"\",\"iconBottomMargin\":30,\"iconImage\":{\"id\":115,\"title\":\"rooms\",\"filename\":\"rooms.jpg\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/rooms.jpg\",\"link\":\"https://blueroan.netgen.cloud/rooms-2/\",\"alt\":\"\",\"author\":\"34\",\"description\":\"\",\"caption\":\"\",\"name\":\"rooms-2\",\"status\":\"inherit\",\"uploadedTo\":0,\"date\":\"2021-05-11T04:53:41.000Z\",\"modified\":\"2021-05-11T04:53:41.000Z\",\"menuOrder\":0,\"mime\":\"image/jpeg\",\"type\":\"image\",\"subtype\":\"jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/default.png\",\"dateFormatted\":\"May 11, 2021\",\"nonces\":{\"update\":\"4e23be63e1\",\"delete\":\"0c10fb0869\",\"edit\":\"714e3ba079\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=115\\u0026action=edit\",\"meta\":false,\"authorName\":\"Rishabh\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/user-edit.php?user_id=34\",\"filesizeInBytes\":31085,\"filesizeHumanReadable\":\"30 KB\",\"context\":\"\",\"height\":440,\"width\":370,\"orientation\":\"portrait\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/rooms-150x150.jpg\",\"orientation\":\"landscape\"},\"medium\":{\"height\":300,\"width\":252,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/rooms-252x300-1.jpg\",\"orientation\":\"portrait\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/rooms.jpg\",\"height\":440,\"width\":370,\"orientation\":\"portrait\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"imageSize\":\"full\",\"imageWidth\":100,\"imageWidthMobile\":100,\"imageWidthTablet\":100,\"paddingBtnTop\":10,\"paddingBtnBottom\":10,\"paddingBtnLeft\":14,\"paddingBtnRight\":14,\"imageWidthUnit\":\"%\",\"imageWidthUnitTablet\":\"%\",\"imageWidthUnitMobile\":\"%\",\"subHeadTopMargin\":0,\"subHeadRightMargin\":40,\"subHeadLeftMargin\":0,\"subHeadMarginTopTablet\":0,\"subHeadMarginRightTablet\":0,\"subHeadTabletSpace\":20,\"subHeadMarginLeftTablet\":0,\"imgTagHeight\":118,\"imgTagWidth\":370,\"btnBorderTopWidth\":1,\"btnBorderLeftWidth\":1,\"btnBorderRightWidth\":1,\"btnBorderBottomWidth\":1,\"btnBorderTopLeftRadius\":0,\"btnBorderTopRightRadius\":0,\"btnBorderBottomLeftRadius\":0,\"btnBorderBottomRightRadius\":0,\"btnBorderStyle\":\"solid\",\"btnBorderColor\":\"#333\"} -->\n<div class=\"wp-block-uagb-info-box uagb-block-26802954 uagb-infobox__content-wrap  uagb-infobox-icon-above-title uagb-infobox-image-valign-top\"><div class=\"uagb-ifb-content\"><div class=\"uagb-ifb-image-content\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/rooms.jpg\" alt=\"\" width=\"100\" height=\"118\" loading=\"lazy\"/></div><div class=\"uagb-ifb-title-wrap\"><h3 class=\"uagb-ifb-title\">In-house Restaurants​</h3></div><p class=\"uagb-ifb-desc\">We have three in-house restaurants offering different cuisines that you can choose from.</p><div class=\"uagb-ifb-button-wrapper wp-block-button\"><a href=\"\" target=\"_self\" class=\"uagb-infobox-cta-link uagb-disable-link\" rel=\"noopener noreferrer\" alt=\"\"><span class=\"uagb-inline-editing\">READ MORE</span><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M504.3 273.6l-112.1 104c-6.992 6.484-17.18 8.218-25.94 4.406c-8.758-3.812-14.42-12.45-14.42-21.1L351.9 288H32C14.33 288 .0002 273.7 .0002 255.1S14.33 224 32 224h319.9l0-72c0-9.547 5.66-18.19 14.42-22c8.754-3.809 18.95-2.075 25.94 4.41l112.1 104C514.6 247.9 514.6 264.1 504.3 273.6z\"></path></svg></a></div></div></div>\n<!-- /wp:uagb/info-box --></div>\n<!-- /wp:uagb/container --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"36f4c39d\",\"backgroundType\":\"color\",\"backgroundSizeTablet\":\"cover\",\"backgroundSizeMobile\":\"cover\",\"backgroundColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"bottomPaddingDesktop\":104,\"leftPaddingDesktop\":40,\"rightPaddingDesktop\":40,\"topPaddingTablet\":80,\"bottomPaddingTablet\":80,\"leftPaddingTablet\":40,\"rightPaddingTablet\":40,\"topPaddingMobile\":64,\"bottomPaddingMobile\":64,\"leftPaddingMobile\":24,\"rightPaddingMobile\":24,\"paddingLink\":false,\"variationSelected\":true,\"rowGapDesktop\":0,\"isBlockRootParent\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-36f4c39d alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/advanced-heading {\"block_id\":\"332305f8\",\"classMigrate\":true,\"headingDescToggle\":true,\"headingAlign\":\"center\",\"headingAlignMobile\":\"left\",\"subHeadingColor\":\"\",\"headSpace\":20,\"subHeadFontSize\":16,\"blockBottomPadding\":20} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-332305f8\"><h2 class=\"uagb-heading-text\">Our Inside Pictures​</h2><p class=\"uagb-desc-text\">Take a look at some pretty pictures captured in and around our premises.</p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/container {\"block_id\":\"a0920218\",\"directionDesktop\":\"row\",\"alignItemsDesktop\":\"flex-start\",\"topMarginDesktop\":20,\"bottomMarginDesktop\":0,\"leftMarginDesktop\":0,\"rightMarginDesktop\":0,\"marginLink\":false,\"variationSelected\":true,\"rowGapMobile\":24,\"columnGapDesktop\":24,\"columnGapTablet\":20} -->\n<div class=\"wp-block-uagb-container uagb-block-a0920218\"><!-- wp:uagb/container {\"block_id\":\"13014dc7\",\"widthDesktop\":32,\"variationSelected\":true,\"rowGapDesktop\":24,\"rowGapTablet\":20,\"rowGapMobile\":24,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-13014dc7\"><!-- wp:uagb/image {\"block_id\":\"1b6793ec\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/gallery-1.jpg\",\"id\":105,\"linkDestination\":\"none\",\"width\":388,\"height\":240,\"naturalWidth\":388,\"naturalHeight\":240,\"sizeSlug\":\"full\",\"sizeSlugTablet\":\"full\",\"sizeSlugMobile\":\"full\"} -->\n<div class=\"wp-block-uagb-image uagb-block-1b6793ec wp-block-uagb-image--layout-default wp-block-uagb-image--effect-static wp-block-uagb-image--align-none\"><figure class=\"wp-block-uagb-image__figure\"><img srcset=\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/gallery-1.jpg \" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/gallery-1.jpg\" alt=\"\" class=\"uag-image-105\" width=\"388\" height=\"240\" title=\"\" loading=\"lazy\"/></figure></div>\n<!-- /wp:uagb/image -->\n\n<!-- wp:uagb/image {\"block_id\":\"997d73aa\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/gallery-6.jpg\",\"id\":110,\"linkDestination\":\"none\",\"naturalWidth\":388,\"naturalHeight\":240,\"sizeSlug\":\"full\",\"sizeSlugTablet\":\"full\",\"sizeSlugMobile\":\"full\"} -->\n<div class=\"wp-block-uagb-image uagb-block-997d73aa wp-block-uagb-image--layout-default wp-block-uagb-image--effect-static wp-block-uagb-image--align-none\"><figure class=\"wp-block-uagb-image__figure\"><img srcset=\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/gallery-6.jpg \" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/gallery-6.jpg\" alt=\"\" class=\"uag-image-110\" width=\"\" height=\"\" title=\"\" loading=\"lazy\"/></figure></div>\n<!-- /wp:uagb/image --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"3ed1deb2\",\"widthDesktop\":67,\"variationSelected\":true,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-3ed1deb2\"><!-- wp:uagb/image {\"block_id\":\"2484e38f\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/gallery-2.jpg\",\"id\":106,\"linkDestination\":\"none\",\"width\":788,\"widthTablet\":780,\"height\":504,\"heightTablet\":0,\"naturalWidth\":788,\"naturalHeight\":504,\"sizeSlug\":\"full\",\"sizeSlugTablet\":\"full\",\"sizeSlugMobile\":\"full\",\"customHeightSetDesktop\":true} -->\n<div class=\"wp-block-uagb-image uagb-block-2484e38f wp-block-uagb-image--layout-default wp-block-uagb-image--effect-static wp-block-uagb-image--align-none\"><figure class=\"wp-block-uagb-image__figure\"><img srcset=\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/gallery-2.jpg \" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/gallery-2.jpg\" alt=\"\" class=\"uag-image-106\" width=\"788\" height=\"504\" title=\"\" loading=\"lazy\"/></figure></div>\n<!-- /wp:uagb/image --></div>\n<!-- /wp:uagb/container --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"14806b70\",\"directionDesktop\":\"row\",\"alignItemsDesktop\":\"flex-start\",\"topMarginDesktop\":24,\"bottomMarginDesktop\":0,\"leftMarginDesktop\":0,\"rightMarginDesktop\":0,\"topMarginTablet\":20,\"bottomMarginTablet\":0,\"leftMarginTablet\":0,\"rightMarginTablet\":0,\"topMarginMobile\":24,\"bottomMarginMobile\":0,\"leftMarginMobile\":0,\"rightMarginMobile\":0,\"marginLink\":false,\"variationSelected\":true,\"columnGapDesktop\":24,\"columnGapTablet\":20} -->\n<div class=\"wp-block-uagb-container uagb-block-14806b70\"><!-- wp:uagb/container {\"block_id\":\"0506f5ee\",\"widthDesktop\":67,\"variationSelected\":true,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-0506f5ee\"><!-- wp:uagb/image {\"block_id\":\"d1d839f3\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/gallery-3.jpg\",\"id\":107,\"linkDestination\":\"none\",\"width\":788,\"height\":504,\"naturalWidth\":788,\"naturalHeight\":504,\"sizeSlug\":\"full\",\"sizeSlugTablet\":\"full\",\"sizeSlugMobile\":\"full\",\"customHeightSetDesktop\":true} -->\n<div class=\"wp-block-uagb-image uagb-block-d1d839f3 wp-block-uagb-image--layout-default wp-block-uagb-image--effect-static wp-block-uagb-image--align-none\"><figure class=\"wp-block-uagb-image__figure\"><img srcset=\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/gallery-3.jpg \" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/gallery-3.jpg\" alt=\"\" class=\"uag-image-107\" width=\"788\" height=\"504\" title=\"\" loading=\"lazy\"/></figure></div>\n<!-- /wp:uagb/image --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"226c58e2\",\"widthDesktop\":32,\"variationSelected\":true,\"rowGapDesktop\":24,\"rowGapTablet\":20,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-226c58e2\"><!-- wp:uagb/image {\"block_id\":\"7ddcb32d\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/gallery-5.jpg\",\"id\":109,\"linkDestination\":\"none\",\"width\":388,\"height\":240,\"naturalWidth\":388,\"naturalHeight\":240,\"sizeSlug\":\"full\",\"sizeSlugTablet\":\"full\",\"sizeSlugMobile\":\"full\"} -->\n<div class=\"wp-block-uagb-image uagb-block-7ddcb32d wp-block-uagb-image--layout-default wp-block-uagb-image--effect-static wp-block-uagb-image--align-none\"><figure class=\"wp-block-uagb-image__figure\"><img srcset=\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/gallery-5.jpg \" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/gallery-5.jpg\" alt=\"\" class=\"uag-image-109\" width=\"388\" height=\"240\" title=\"\" loading=\"lazy\"/></figure></div>\n<!-- /wp:uagb/image -->\n\n<!-- wp:uagb/image {\"block_id\":\"eac8828c\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/gallery-4.jpg\",\"id\":108,\"linkDestination\":\"none\",\"naturalWidth\":388,\"naturalHeight\":240,\"sizeSlug\":\"full\",\"sizeSlugTablet\":\"full\",\"sizeSlugMobile\":\"full\"} -->\n<div class=\"wp-block-uagb-image uagb-block-eac8828c wp-block-uagb-image--layout-default wp-block-uagb-image--effect-static wp-block-uagb-image--align-none\"><figure class=\"wp-block-uagb-image__figure\"><img srcset=\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/gallery-4.jpg \" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/gallery-4.jpg\" alt=\"\" class=\"uag-image-108\" width=\"\" height=\"\" title=\"\" loading=\"lazy\"/></figure></div>\n<!-- /wp:uagb/image --></div>\n<!-- /wp:uagb/container --></div>\n<!-- /wp:uagb/container --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"d51de645\",\"backgroundType\":\"color\",\"backgroundSizeTablet\":\"cover\",\"backgroundSizeMobile\":\"cover\",\"backgroundColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"topPaddingDesktop\":40,\"bottomPaddingDesktop\":104,\"leftPaddingDesktop\":40,\"rightPaddingDesktop\":40,\"topPaddingTablet\":80,\"bottomPaddingTablet\":80,\"leftPaddingTablet\":40,\"rightPaddingTablet\":40,\"topPaddingMobile\":64,\"bottomPaddingMobile\":64,\"leftPaddingMobile\":24,\"rightPaddingMobile\":24,\"paddingLink\":false,\"variationSelected\":true,\"rowGapDesktop\":0,\"isBlockRootParent\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-d51de645 alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/advanced-heading {\"block_id\":\"6123a064\",\"classMigrate\":true,\"headingDescToggle\":true,\"headingAlign\":\"center\",\"headingAlignMobile\":\"left\",\"subHeadingColor\":\"\",\"headSpace\":20,\"subHeadFontSize\":16,\"blockBottomPadding\":20} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-6123a064\"><h2 class=\"uagb-heading-text\">What Our Guests Say​</h2><p class=\"uagb-desc-text\">We take pride in serving our guests with the best experience. Read what they say.</p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/container {\"block_id\":\"db886393\",\"directionDesktop\":\"row\",\"topMarginDesktop\":40,\"bottomMarginDesktop\":0,\"leftMarginDesktop\":0,\"rightMarginDesktop\":0,\"marginLink\":false,\"variationSelected\":true,\"rowGapMobile\":40,\"columnGapDesktop\":90} -->\n<div class=\"wp-block-uagb-container uagb-block-db886393\"><!-- wp:uagb/container {\"block_id\":\"10b97802\",\"widthDesktop\":50,\"variationSelected\":true,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-10b97802\"><!-- wp:uagb/star-rating {\"block_id\":\"e8e51f45\",\"rating\":4.5,\"color\":\"var(\\u002d\\u002dast-global-color-2)\"} -->\n<div class=\"wp-block-uagb-star-rating uagb-block-e8e51f45\"><div class=\"uag-star-rating\" title=\"4.5/5\"><span class=\"uag-star\">★</span><span class=\"uag-star\">★</span><span class=\"uag-star\">★</span><span class=\"uag-star\">★</span><span class=\"uag-star\">★</span></div></div>\n<!-- /wp:uagb/star-rating -->\n\n<!-- wp:uagb/testimonial {\"test_item_count\":1,\"classMigrate\":true,\"test_block\":[{\"description\":\"\\u0022Proin nulla mauris et volutpat adipiscing suspendisse vehicula blandit sagittis orci etiam morbi elit etiam semper eu lacus pretium hac nisl leo amet ullamcorper.\\u0022​\",\"name\":\"\\u003cstrong\\u003eEMILY HUNT​\\u003c/strong\\u003e\",\"company\":\"\",\"image\":{\"id\":119,\"title\":\"testimonial1\",\"filename\":\"testimonial1.jpg\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/testimonial1.jpg\",\"link\":\"https://blueroan.netgen.cloud/testimonial1/\",\"alt\":\"\",\"author\":\"34\",\"description\":\"\",\"caption\":\"\",\"name\":\"testimonial1\",\"status\":\"inherit\",\"uploadedTo\":0,\"date\":\"2021-05-11T05:02:02.000Z\",\"modified\":\"2021-05-11T05:02:02.000Z\",\"menuOrder\":0,\"mime\":\"image/jpeg\",\"type\":\"image\",\"subtype\":\"jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/default.png\",\"dateFormatted\":\"May 11, 2021\",\"nonces\":{\"update\":\"b92fe40c3d\",\"delete\":\"643c1eb8f1\",\"edit\":\"d3e7d56b1d\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=119\\u0026action=edit\",\"meta\":false,\"authorName\":\"Rishabh\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/user-edit.php?user_id=34\",\"filesizeInBytes\":11264,\"filesizeHumanReadable\":\"11 KB\",\"context\":\"\",\"height\":250,\"width\":250,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/testimonial1-150x150.jpg\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/testimonial1.jpg\",\"height\":250,\"width\":250,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}}}],\"headingAlign\":\"left\",\"headingAlignTablet\":\"left\",\"headingAlignMobile\":\"left\",\"descColor\":\"var(\\u002d\\u002dast-global-color-3)\",\"nameFontSize\":14,\"nameLineHeight\":1,\"descFontSize\":16,\"descFontWeight\":\"600\",\"nameSpace\":1,\"block_id\":\"dd823497\",\"iconImage\":{\"url\":\"\",\"alt\":\"InfoBox placeholder img\"},\"imageWidth\":32,\"columnGap\":1,\"borderStyle\":\"\",\"paddingTop\":0,\"paddingBottom\":0,\"paddingLeft\":0,\"paddingRight\":0,\"spacingLink\":true,\"imgpaddingTop\":0,\"imgpaddingRight\":15,\"imgpaddingBottom\":0,\"imgpaddingLeft\":0,\"overallBorderStyle\":\"none\",\"imgTagHeight\":32,\"imgTagWidth\":150} -->\n<div class=\"wp-block-uagb-testimonial uagb-slick-carousel uagb-tm__arrow-outside uagb-block-dd823497 uagb-post__carousel_notset uagb-post__carousel_notset-tablet uagb-post__carousel_notset-mobile\"><div class=\"is-carousel uagb-tm__columns-1 uagb-tm__items\"><div class=\"uagb-testimonial__wrap  uagb-tm__imgicon-style-circle uagb-tm__image-position-bottom uagb-tm__bg-type-none \"><div class=\"uagb-tm__content\"><div class=\"uagb-tm__overlay\"></div><div class=\"uagb-tm__text-wrap\"><div class=\"uagb-tm__desc\">\"Proin nulla mauris et volutpat adipiscing suspendisse vehicula blandit sagittis orci etiam morbi elit etiam semper eu lacus pretium hac nisl leo amet ullamcorper.\"​</div><div class=\"uagb-tm__meta-inner\"><div class=\"uagb-tm__image-content\"><div class=\"uagb-tm__image\"><img class=\"uagb-tm-img-src\" src=\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/testimonial1-150x150.jpg\" alt=\"\" width=\"32\" height=\"32\" loading=\"lazy\"/></div></div><div class=\"uagb-testimonial-details\"><span class=\"uagb-tm__author-name\"><strong>EMILY HUNT​</strong></span><span class=\"uagb-tm__company\"></span></div></div></div></div></div></div></div>\n<!-- /wp:uagb/testimonial -->\n\n<!-- wp:uagb/star-rating {\"block_id\":\"ddac14d7\",\"rating\":4.5,\"color\":\"var(\\u002d\\u002dast-global-color-2)\",\"blockTopMargin\":30,\"blockRightMargin\":0,\"blockLeftMargin\":0,\"blockBottomMargin\":0,\"blockTopMarginMobile\":20,\"blockRightMarginMobile\":0,\"blockLeftMarginMobile\":0,\"blockBottomMarginMobile\":0} -->\n<div class=\"wp-block-uagb-star-rating uagb-block-ddac14d7\"><div class=\"uag-star-rating\" title=\"4.5/5\"><span class=\"uag-star\">★</span><span class=\"uag-star\">★</span><span class=\"uag-star\">★</span><span class=\"uag-star\">★</span><span class=\"uag-star\">★</span></div></div>\n<!-- /wp:uagb/star-rating -->\n\n<!-- wp:uagb/testimonial {\"test_item_count\":1,\"classMigrate\":true,\"test_block\":[{\"description\":\"\\u0022Proin nulla mauris et volutpat adipiscing suspendisse vehicula blandit sagittis orci etiam morbi elit etiam semper eu lacus pretium hac nisl leo amet ullamcorper.\\u0022​\",\"name\":\"\\u003cstrong\\u003e\\u003cstrong\\u003eJULIE ROBINSON​\\u003c/strong\\u003e\\u003c/strong\\u003e\",\"company\":\"\",\"image\":{\"id\":122,\"title\":\"testimonial4\",\"filename\":\"testimonial4.jpg\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/testimonial4.jpg\",\"link\":\"https://blueroan.netgen.cloud/testimonial4/\",\"alt\":\"\",\"author\":\"34\",\"description\":\"\",\"caption\":\"\",\"name\":\"testimonial4\",\"status\":\"inherit\",\"uploadedTo\":0,\"date\":\"2021-05-11T05:02:06.000Z\",\"modified\":\"2021-05-11T05:02:06.000Z\",\"menuOrder\":0,\"mime\":\"image/jpeg\",\"type\":\"image\",\"subtype\":\"jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/default.png\",\"dateFormatted\":\"May 11, 2021\",\"nonces\":{\"update\":\"4e34860add\",\"delete\":\"9e126a55cd\",\"edit\":\"33ffd3c040\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=122\\u0026action=edit\",\"meta\":false,\"authorName\":\"Rishabh\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/user-edit.php?user_id=34\",\"filesizeInBytes\":16584,\"filesizeHumanReadable\":\"16 KB\",\"context\":\"\",\"height\":250,\"width\":250,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/testimonial4-150x150.jpg\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/testimonial4.jpg\",\"height\":250,\"width\":250,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}}}],\"headingAlign\":\"left\",\"headingAlignTablet\":\"left\",\"headingAlignMobile\":\"left\",\"descColor\":\"var(\\u002d\\u002dast-global-color-3)\",\"nameFontSize\":14,\"nameLineHeight\":1,\"descFontSize\":16,\"descFontWeight\":\"600\",\"nameSpace\":1,\"block_id\":\"983066ff\",\"iconImage\":{\"url\":\"\",\"alt\":\"InfoBox placeholder img\"},\"imageWidth\":32,\"columnGap\":1,\"borderStyle\":\"\",\"paddingTop\":0,\"paddingBottom\":0,\"paddingLeft\":0,\"paddingRight\":0,\"spacingLink\":true,\"imgpaddingTop\":0,\"imgpaddingRight\":15,\"imgpaddingBottom\":0,\"imgpaddingLeft\":0,\"overallBorderStyle\":\"none\",\"imgTagHeight\":32,\"imgTagWidth\":150} -->\n<div class=\"wp-block-uagb-testimonial uagb-slick-carousel uagb-tm__arrow-outside uagb-block-983066ff uagb-post__carousel_notset uagb-post__carousel_notset-tablet uagb-post__carousel_notset-mobile\"><div class=\"is-carousel uagb-tm__columns-1 uagb-tm__items\"><div class=\"uagb-testimonial__wrap  uagb-tm__imgicon-style-circle uagb-tm__image-position-bottom uagb-tm__bg-type-none \"><div class=\"uagb-tm__content\"><div class=\"uagb-tm__overlay\"></div><div class=\"uagb-tm__text-wrap\"><div class=\"uagb-tm__desc\">\"Proin nulla mauris et volutpat adipiscing suspendisse vehicula blandit sagittis orci etiam morbi elit etiam semper eu lacus pretium hac nisl leo amet ullamcorper.\"​</div><div class=\"uagb-tm__meta-inner\"><div class=\"uagb-tm__image-content\"><div class=\"uagb-tm__image\"><img class=\"uagb-tm-img-src\" src=\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/testimonial4-150x150.jpg\" alt=\"\" width=\"32\" height=\"32\" loading=\"lazy\"/></div></div><div class=\"uagb-testimonial-details\"><span class=\"uagb-tm__author-name\"><strong><strong>JULIE ROBINSON​</strong></strong></span><span class=\"uagb-tm__company\"></span></div></div></div></div></div></div></div>\n<!-- /wp:uagb/testimonial --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"3cedc1d9\",\"widthDesktop\":50,\"variationSelected\":true,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-3cedc1d9\"><!-- wp:uagb/star-rating {\"block_id\":\"d341be09\",\"rating\":4.5,\"color\":\"var(\\u002d\\u002dast-global-color-2)\"} -->\n<div class=\"wp-block-uagb-star-rating uagb-block-d341be09\"><div class=\"uag-star-rating\" title=\"4.5/5\"><span class=\"uag-star\">★</span><span class=\"uag-star\">★</span><span class=\"uag-star\">★</span><span class=\"uag-star\">★</span><span class=\"uag-star\">★</span></div></div>\n<!-- /wp:uagb/star-rating -->\n\n<!-- wp:uagb/testimonial {\"test_item_count\":1,\"classMigrate\":true,\"test_block\":[{\"description\":\"\\u0022Proin nulla mauris et volutpat adipiscing suspendisse vehicula blandit sagittis orci etiam morbi elit etiam semper eu lacus pretium hac nisl leo amet ullamcorper.\\u0022​\",\"name\":\"\\u003cstrong\\u003e\\u003cstrong\\u003eMORGAN JONATHAN​\\u003c/strong\\u003e\\u003c/strong\\u003e\",\"company\":\"\",\"image\":{\"id\":120,\"title\":\"testimonial2\",\"filename\":\"testimonial2.jpg\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/testimonial2.jpg\",\"link\":\"https://blueroan.netgen.cloud/testimonial2/\",\"alt\":\"\",\"author\":\"34\",\"description\":\"\",\"caption\":\"\",\"name\":\"testimonial2\",\"status\":\"inherit\",\"uploadedTo\":0,\"date\":\"2021-05-11T05:02:03.000Z\",\"modified\":\"2021-05-11T05:02:03.000Z\",\"menuOrder\":0,\"mime\":\"image/jpeg\",\"type\":\"image\",\"subtype\":\"jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/default.png\",\"dateFormatted\":\"May 11, 2021\",\"nonces\":{\"update\":\"1ee6412858\",\"delete\":\"4414a2ccbf\",\"edit\":\"bde7b1f490\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=120\\u0026action=edit\",\"meta\":false,\"authorName\":\"Rishabh\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/user-edit.php?user_id=34\",\"filesizeInBytes\":10087,\"filesizeHumanReadable\":\"10 KB\",\"context\":\"\",\"height\":250,\"width\":250,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/testimonial2-150x150.jpg\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/testimonial2.jpg\",\"height\":250,\"width\":250,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}}}],\"headingAlign\":\"left\",\"headingAlignTablet\":\"left\",\"headingAlignMobile\":\"left\",\"descColor\":\"var(\\u002d\\u002dast-global-color-3)\",\"nameFontSize\":14,\"nameLineHeight\":1,\"descFontSize\":16,\"descFontWeight\":\"600\",\"nameSpace\":1,\"block_id\":\"f393d89f\",\"iconImage\":{\"url\":\"\",\"alt\":\"InfoBox placeholder img\"},\"imageWidth\":32,\"columnGap\":1,\"borderStyle\":\"\",\"paddingTop\":0,\"paddingBottom\":0,\"paddingLeft\":0,\"paddingRight\":0,\"spacingLink\":true,\"imgpaddingTop\":0,\"imgpaddingRight\":15,\"imgpaddingBottom\":0,\"imgpaddingLeft\":0,\"overallBorderStyle\":\"none\",\"imgTagHeight\":32,\"imgTagWidth\":150} -->\n<div class=\"wp-block-uagb-testimonial uagb-slick-carousel uagb-tm__arrow-outside uagb-block-f393d89f uagb-post__carousel_notset uagb-post__carousel_notset-tablet uagb-post__carousel_notset-mobile\"><div class=\"is-carousel uagb-tm__columns-1 uagb-tm__items\"><div class=\"uagb-testimonial__wrap  uagb-tm__imgicon-style-circle uagb-tm__image-position-bottom uagb-tm__bg-type-none \"><div class=\"uagb-tm__content\"><div class=\"uagb-tm__overlay\"></div><div class=\"uagb-tm__text-wrap\"><div class=\"uagb-tm__desc\">\"Proin nulla mauris et volutpat adipiscing suspendisse vehicula blandit sagittis orci etiam morbi elit etiam semper eu lacus pretium hac nisl leo amet ullamcorper.\"​</div><div class=\"uagb-tm__meta-inner\"><div class=\"uagb-tm__image-content\"><div class=\"uagb-tm__image\"><img class=\"uagb-tm-img-src\" src=\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/testimonial2-150x150.jpg\" alt=\"\" width=\"32\" height=\"32\" loading=\"lazy\"/></div></div><div class=\"uagb-testimonial-details\"><span class=\"uagb-tm__author-name\"><strong><strong>MORGAN JONATHAN​</strong></strong></span><span class=\"uagb-tm__company\"></span></div></div></div></div></div></div></div>\n<!-- /wp:uagb/testimonial -->\n\n<!-- wp:uagb/star-rating {\"block_id\":\"eb9dbdca\",\"rating\":4.5,\"color\":\"var(\\u002d\\u002dast-global-color-2)\",\"blockTopMargin\":30,\"blockRightMargin\":0,\"blockLeftMargin\":0,\"blockBottomMargin\":0,\"blockTopMarginMobile\":20,\"blockRightMarginMobile\":0,\"blockLeftMarginMobile\":0,\"blockBottomMarginMobile\":0} -->\n<div class=\"wp-block-uagb-star-rating uagb-block-eb9dbdca\"><div class=\"uag-star-rating\" title=\"4.5/5\"><span class=\"uag-star\">★</span><span class=\"uag-star\">★</span><span class=\"uag-star\">★</span><span class=\"uag-star\">★</span><span class=\"uag-star\">★</span></div></div>\n<!-- /wp:uagb/star-rating -->\n\n<!-- wp:uagb/testimonial {\"test_item_count\":1,\"classMigrate\":true,\"test_block\":[{\"description\":\"\\u0022Proin nulla mauris et volutpat adipiscing suspendisse vehicula blandit sagittis orci etiam morbi elit etiam semper eu lacus pretium hac nisl leo amet ullamcorper.\\u0022​\",\"name\":\"\\u003cstrong\\u003e\\u003cstrong\\u003e\\u003cstrong\\u003eJAMES BROOK​\\u003c/strong\\u003e\\u003c/strong\\u003e\\u003c/strong\\u003e\",\"company\":\"\",\"image\":{\"id\":121,\"title\":\"testimonial3\",\"filename\":\"testimonial3.jpg\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/testimonial3.jpg\",\"link\":\"https://blueroan.netgen.cloud/testimonial3/\",\"alt\":\"\",\"author\":\"34\",\"description\":\"\",\"caption\":\"\",\"name\":\"testimonial3\",\"status\":\"inherit\",\"uploadedTo\":0,\"date\":\"2021-05-11T05:02:05.000Z\",\"modified\":\"2021-05-11T05:02:05.000Z\",\"menuOrder\":0,\"mime\":\"image/jpeg\",\"type\":\"image\",\"subtype\":\"jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/default.png\",\"dateFormatted\":\"May 11, 2021\",\"nonces\":{\"update\":\"290653da5d\",\"delete\":\"90a4fb2d63\",\"edit\":\"ff8a64e56e\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=121\\u0026action=edit\",\"meta\":false,\"authorName\":\"Rishabh\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/user-edit.php?user_id=34\",\"filesizeInBytes\":8748,\"filesizeHumanReadable\":\"9 KB\",\"context\":\"\",\"height\":250,\"width\":250,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/testimonial3-150x150.jpg\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/testimonial3.jpg\",\"height\":250,\"width\":250,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}}}],\"headingAlign\":\"left\",\"headingAlignTablet\":\"left\",\"headingAlignMobile\":\"left\",\"descColor\":\"var(\\u002d\\u002dast-global-color-3)\",\"nameFontSize\":14,\"nameLineHeight\":1,\"descFontSize\":16,\"descFontWeight\":\"600\",\"nameSpace\":1,\"block_id\":\"0d795de9\",\"iconImage\":{\"url\":\"\",\"alt\":\"InfoBox placeholder img\"},\"imageWidth\":32,\"columnGap\":1,\"borderStyle\":\"\",\"paddingTop\":0,\"paddingBottom\":0,\"paddingLeft\":0,\"paddingRight\":0,\"spacingLink\":true,\"imgpaddingTop\":0,\"imgpaddingRight\":15,\"imgpaddingBottom\":0,\"imgpaddingLeft\":0,\"overallBorderStyle\":\"none\",\"imgTagHeight\":32,\"imgTagWidth\":150} -->\n<div class=\"wp-block-uagb-testimonial uagb-slick-carousel uagb-tm__arrow-outside uagb-block-0d795de9 uagb-post__carousel_notset uagb-post__carousel_notset-tablet uagb-post__carousel_notset-mobile\"><div class=\"is-carousel uagb-tm__columns-1 uagb-tm__items\"><div class=\"uagb-testimonial__wrap  uagb-tm__imgicon-style-circle uagb-tm__image-position-bottom uagb-tm__bg-type-none \"><div class=\"uagb-tm__content\"><div class=\"uagb-tm__overlay\"></div><div class=\"uagb-tm__text-wrap\"><div class=\"uagb-tm__desc\">\"Proin nulla mauris et volutpat adipiscing suspendisse vehicula blandit sagittis orci etiam morbi elit etiam semper eu lacus pretium hac nisl leo amet ullamcorper.\"​</div><div class=\"uagb-tm__meta-inner\"><div class=\"uagb-tm__image-content\"><div class=\"uagb-tm__image\"><img class=\"uagb-tm-img-src\" src=\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/testimonial3-150x150.jpg\" alt=\"\" width=\"32\" height=\"32\" loading=\"lazy\"/></div></div><div class=\"uagb-testimonial-details\"><span class=\"uagb-tm__author-name\"><strong><strong><strong>JAMES BROOK​</strong></strong></strong></span><span class=\"uagb-tm__company\"></span></div></div></div></div></div></div></div>\n<!-- /wp:uagb/testimonial --></div>\n<!-- /wp:uagb/container --></div>\n<!-- /wp:uagb/container --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"b3b47807\",\"innerContentCustomWidthDesktop\":781,\"innerContentCustomWidthTablet\":781,\"backgroundType\":\"image\",\"backgroundImageDesktop\":{\"id\":54,\"title\":\"background-img\",\"filename\":\"background-img-1.jpg\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/background-img-1.jpg\",\"link\":\"https://blueroan.netgen.cloud/background-img-2/\",\"alt\":\"\",\"author\":\"34\",\"description\":\"\",\"caption\":\"\",\"name\":\"background-img-2\",\"status\":\"inherit\",\"uploadedTo\":0,\"date\":\"2021-05-07T10:11:37.000Z\",\"modified\":\"2021-05-07T10:11:37.000Z\",\"menuOrder\":0,\"mime\":\"image/jpeg\",\"type\":\"image\",\"subtype\":\"jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/default.png\",\"dateFormatted\":\"May 7, 2021\",\"nonces\":{\"update\":\"bb999636b9\",\"delete\":\"d2e1375bc4\",\"edit\":\"005dd2f0c9\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=54\\u0026action=edit\",\"meta\":false,\"authorName\":\"Rishabh\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/user-edit.php?user_id=34\",\"filesizeInBytes\":338858,\"filesizeHumanReadable\":\"331 KB\",\"context\":\"\",\"height\":1080,\"width\":1920,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/background-img-1-150x150.jpg\",\"orientation\":\"landscape\"},\"medium\":{\"height\":169,\"width\":300,\"url\":\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/background-img-1-300x169.jpg\",\"orientation\":\"landscape\"},\"large\":{\"height\":576,\"width\":1024,\"url\":\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/background-img-1-1024x576.jpg\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/background-img-1.jpg\",\"height\":1080,\"width\":1920,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"backgroundImageColor\":\"rgba(42,42,42,0.65)\",\"topPaddingDesktop\":144,\"bottomPaddingDesktop\":144,\"leftPaddingDesktop\":40,\"rightPaddingDesktop\":40,\"topPaddingTablet\":80,\"bottomPaddingTablet\":80,\"leftPaddingTablet\":40,\"rightPaddingTablet\":40,\"topPaddingMobile\":64,\"bottomPaddingMobile\":64,\"leftPaddingMobile\":24,\"rightPaddingMobile\":24,\"paddingLink\":false,\"variationSelected\":true,\"isBlockRootParent\":true,\"overlayType\":\"color\"} -->\n<div class=\"wp-block-uagb-container uagb-block-b3b47807 alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/advanced-heading {\"block_id\":\"279d2b5a\",\"classMigrate\":true,\"headingDescToggle\":true,\"headingAlign\":\"center\",\"headingColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"subHeadingColor\":\"var(\\u002d\\u002dast-global-color-4)\",\"headSpace\":20} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-279d2b5a\"><h2 class=\"uagb-heading-text\">Plan an Unforgettable Experience in Mykonos Today!</h2><p class=\"uagb-desc-text\">We can help you fit your stay and experience within your allotted budget.</p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/advanced-heading {\"block_id\":\"a8ba9359\",\"classMigrate\":true,\"headingTitleToggle\":false,\"headingDescToggle\":true,\"headingAlign\":\"center\",\"subHeadingColor\":\"var(\\u002d\\u002dast-global-color-4)\",\"subHeadTransform\":\"uppercase\",\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"subHeadLetterSpacing\":2,\"blockTopPadding\":60,\"blockRightPadding\":0,\"blockLeftPadding\":0,\"blockBottomPadding\":0,\"blockTopPaddingMobile\":30,\"blockRightPaddingMobile\":0,\"blockLeftPaddingMobile\":0,\"blockBottomPaddingMobile\":0} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-a8ba9359\"><p class=\"uagb-desc-text\">BOOK YOUR STAY NOW​</p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/icon-list {\"block_id\":\"86720078\",\"classMigrate\":true,\"childMigrate\":true,\"align\":\"center\",\"parentIcon\":\"phone\",\"size\":40,\"sizeMobile\":24,\"sizeTablet\":32,\"fontSize\":48,\"fontSizeMobile\":28,\"fontSizeTablet\":40,\"fontWeight\":\"600\",\"iconColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"labelColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"blockTopPadding\":0,\"blockRightPadding\":0,\"blockLeftPadding\":0,\"blockBottomPadding\":24,\"blockPaddingLink\":false} -->\n<div class=\"wp-block-uagb-icon-list uagb-block-86720078\"><div class=\"uagb-icon-list__wrap\"><!-- wp:uagb/icon-list-child {\"block_id\":\"6ed77861\",\"label\":\"+1-123 456 7890​\",\"label_color\":\"\",\"fromParentIcon\":\"phone\",\"imageSizeChild\":40} -->\n<div class=\"wp-block-uagb-icon-list-child uagb-block-6ed77861\"><span class=\"uagb-icon-list__source-wrap\"><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M511.2 387l-23.25 100.8c-3.266 14.25-15.79 24.22-30.46 24.22C205.2 512 0 306.8 0 54.5c0-14.66 9.969-27.2 24.22-30.45l100.8-23.25C139.7-2.602 154.7 5.018 160.8 18.92l46.52 108.5c5.438 12.78 1.77 27.67-8.98 36.45L144.5 207.1c33.98 69.22 90.26 125.5 159.5 159.5l44.08-53.8c8.688-10.78 23.69-14.51 36.47-8.975l108.5 46.51C506.1 357.2 514.6 372.4 511.2 387z\"></path></svg></span><span class=\"uagb-icon-list__label\">+1-123 456 7890​</span></div>\n<!-- /wp:uagb/icon-list-child --></div></div>\n<!-- /wp:uagb/icon-list --></div></div>\n<!-- /wp:uagb/container -->',	'Home',	'',	'inherit',	'closed',	'closed',	'',	'760-revision-v1',	'',	'',	'2022-12-13 08:56:14',	'2022-12-13 08:56:14',	'',	760,	'https://blueroan.netgen.cloud/?p=783',	0,	'revision',	'',	0),
(784,	2,	'2022-12-13 08:57:34',	'2022-12-13 08:57:34',	'',	'Blue Roan - pool',	'',	'inherit',	'open',	'closed',	'',	'blue-roan-pool',	'',	'',	'2022-12-13 08:57:34',	'2022-12-13 08:57:34',	'',	760,	'https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Blue-Roan-pool.jpg',	0,	'attachment',	'image/jpeg',	0),
(785,	2,	'2022-12-13 08:57:52',	'2022-12-13 08:57:52',	'<!-- wp:uagb/container {\"block_id\":\"d85ff112\",\"minHeightDesktop\":95,\"minHeightTablet\":70,\"minHeightMobile\":80,\"minHeightType\":\"vh\",\"alignItemsDesktop\":\"flex-start\",\"backgroundType\":\"image\",\"backgroundImageDesktop\":{\"uploading\":false,\"date\":1670921854000,\"filename\":\"Blue-Roan-pool.jpg\",\"menuOrder\":0,\"uploadedTo\":760,\"type\":\"image\",\"subtype\":\"jpeg\",\"id\":784,\"title\":\"Blue Roan - pool\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Blue-Roan-pool.jpg\",\"link\":\"https://blueroan.netgen.cloud/home/blue-roan-pool/\",\"alt\":\"\",\"author\":\"2\",\"description\":\"\",\"caption\":\"\",\"name\":\"blue-roan-pool\",\"status\":\"inherit\",\"modified\":1670921854000,\"mime\":\"image/jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-includes/images/media/default.png\",\"dateFormatted\":\"December 13, 2022\",\"nonces\":{\"update\":\"51a12ed09e\",\"delete\":\"5174068551\",\"edit\":\"1de0721407\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=784\\u0026action=edit\",\"meta\":false,\"authorName\":\"Netgen Support\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/profile.php\",\"uploadedToTitle\":\"Home\",\"uploadedToLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=760\\u0026action=edit\",\"filesizeInBytes\":154801,\"filesizeHumanReadable\":\"151 KB\",\"context\":\"\",\"height\":667,\"width\":1000,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Blue-Roan-pool-150x150.jpg\",\"orientation\":\"landscape\"},\"medium\":{\"height\":200,\"width\":300,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Blue-Roan-pool-300x200.jpg\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Blue-Roan-pool.jpg\",\"height\":667,\"width\":1000,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"backgroundPositionDesktop\":{\"x\":0.5,\"y\":0.25},\"backgroundImageColor\":\"rgba(42,42,42,0.35)\",\"topPaddingDesktop\":0,\"bottomPaddingDesktop\":0,\"leftPaddingDesktop\":40,\"rightPaddingDesktop\":40,\"topPaddingTablet\":120,\"bottomPaddingTablet\":120,\"leftPaddingTablet\":40,\"rightPaddingTablet\":40,\"topPaddingMobile\":150,\"bottomPaddingMobile\":150,\"leftPaddingMobile\":20,\"rightPaddingMobile\":20,\"paddingLink\":false,\"variationSelected\":true,\"isBlockRootParent\":true,\"overlayType\":\"color\",\"minHeightTypeTablet\":\"vh\",\"minHeightTypeMobile\":\"vh\"} -->\n<div class=\"wp-block-uagb-container uagb-block-d85ff112 alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/info-box {\"classMigrate\":true,\"headingAlign\":\"left\",\"headingColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"subHeadingColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"headingTag\":\"h1\",\"subHeadFontSize\":17,\"subHeadFontSizeMobile\":15,\"headSpace\":20,\"subHeadSpace\":40,\"block_id\":\"3ffa383c\",\"ctaIcon\":\"\",\"ctaType\":\"button\",\"ctaText\":\"Book Your Stay Now\",\"ctaLink\":\"#\",\"ctaBtnLinkColor\":\"var(\\u002d\\u002dast-global-color-2)\",\"ctaLinkHoverColor\":\"var(\\u002d\\u002dast-global-color-2)\",\"ctaBgColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"ctaBgHoverColor\":\"var(\\u002d\\u002dast-global-color-4)\",\"ctaBorderColor\":\"\",\"ctaBorderStyle\":\"\",\"ctaBorderWidth\":\"\",\"ctaBorderRadius\":\"\",\"iconImage\":{\"url\":\"\",\"alt\":\"InfoBox placeholder img\"},\"showIcon\":false,\"paddingBtnTop\":18,\"paddingBtnBottom\":18,\"paddingBtnLeft\":34,\"paddingBtnRight\":34,\"blockTopPadding\":0,\"blockRightPadding\":40,\"blockLeftPadding\":0,\"blockBottomPadding\":0,\"blockTopPaddingTablet\":0,\"blockRightPaddingTablet\":64,\"blockLeftPaddingTablet\":0,\"blockBottomPaddingTablet\":0,\"blockTopPaddingMobile\":0,\"blockRightPaddingMobile\":0,\"blockLeftPaddingMobile\":0,\"blockBottomPaddingMobile\":0,\"blockPaddingUnit\":\"%\",\"blockPaddingLink\":false,\"subHeadMarginTopTablet\":0,\"subHeadMarginRightTablet\":64,\"subHeadTabletSpace\":40,\"subHeadMarginLeftTablet\":0,\"subHeadMarginTopMobile\":0,\"subHeadMarginRightMobile\":0,\"subHeadMobileSpace\":40,\"subHeadMarginLeftMobile\":0,\"btnBorderTopWidth\":1,\"btnBorderLeftWidth\":1,\"btnBorderRightWidth\":1,\"btnBorderBottomWidth\":1,\"btnBorderTopLeftRadius\":0,\"btnBorderTopRightRadius\":0,\"btnBorderBottomLeftRadius\":0,\"btnBorderBottomRightRadius\":0,\"btnBorderStyle\":\"none\",\"btnBorderColor\":\"#333\"} -->\n<div class=\"wp-block-uagb-info-box uagb-block-3ffa383c uagb-infobox__content-wrap  uagb-infobox-icon-above-title uagb-infobox-image-valign-top\"><div class=\"uagb-ifb-content\"><div class=\"uagb-ifb-title-wrap\"><h1 class=\"uagb-ifb-title\">The Perfect Hotel in Mykonos​</h1></div><p class=\"uagb-ifb-desc\">If you are looking for a perfect holiday experience with memories to cherish you are at the right place. Let’s plan a reasonable stay for you.</p><div class=\"uagb-ifb-button-wrapper wp-block-button\"><a href=\"#\" class=\"uagb-infobox-cta-link wp-block-button__link\" target=\"_self\" rel=\"noopener noreferrer\" alt=\"\"><span class=\"uagb-inline-editing\">Book Your Stay Now</span></a></div></div></div>\n<!-- /wp:uagb/info-box --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"089583e3\",\"directionDesktop\":\"row\",\"directionMobile\":\"column-reverse\",\"alignItemsDesktop\":\"flex-start\",\"backgroundType\":\"color\",\"backgroundSizeTablet\":\"cover\",\"backgroundSizeMobile\":\"cover\",\"backgroundColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"topPaddingDesktop\":104,\"bottomPaddingDesktop\":104,\"topPaddingTablet\":80,\"bottomPaddingTablet\":80,\"leftPaddingTablet\":40,\"rightPaddingTablet\":40,\"topPaddingMobile\":64,\"bottomPaddingMobile\":64,\"leftPaddingMobile\":24,\"rightPaddingMobile\":24,\"paddingLink\":false,\"variationSelected\":true,\"columnGapDesktop\":60,\"columnGapTablet\":50,\"isBlockRootParent\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-089583e3 alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/container {\"block_id\":\"ae8e44cb\",\"widthDesktop\":50,\"variationSelected\":true,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-ae8e44cb\"><!-- wp:uagb/info-box {\"classMigrate\":true,\"headingAlign\":\"left\",\"subHeadingColor\":\"\",\"subHeadFontSize\":16,\"subHeadFontSizeTablet\":16,\"subHeadFontSizeMobile\":15,\"subHeadSpace\":40,\"source_type\":\"image\",\"block_id\":\"dd39c85e\",\"ctaType\":\"button\",\"ctaText\":\"Know More\",\"ctaBtnLinkColor\":\"\",\"ctaBgColor\":\"\",\"ctaBorderColor\":\"\",\"ctaBorderStyle\":\"\",\"ctaBorderWidth\":\"\",\"ctaBorderRadius\":\"\",\"iconBottomMargin\":40,\"iconImage\":{\"id\":69,\"title\":\"about-us\",\"filename\":\"about-us.jpg\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/about-us.jpg\",\"link\":\"https://blueroan.netgen.cloud/about-us/\",\"alt\":\"\",\"author\":\"34\",\"description\":\"\",\"caption\":\"\",\"name\":\"about-us\",\"status\":\"inherit\",\"uploadedTo\":0,\"date\":\"2021-05-07T13:03:13.000Z\",\"modified\":\"2021-05-07T13:03:13.000Z\",\"menuOrder\":0,\"mime\":\"image/jpeg\",\"type\":\"image\",\"subtype\":\"jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/default.png\",\"dateFormatted\":\"May 7, 2021\",\"nonces\":{\"update\":\"d56f3c3ec2\",\"delete\":\"c1c4f821d9\",\"edit\":\"76cf8b74c4\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=69\\u0026action=edit\",\"meta\":false,\"authorName\":\"Rishabh\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/user-edit.php?user_id=34\",\"filesizeInBytes\":49863,\"filesizeHumanReadable\":\"49 KB\",\"context\":\"\",\"height\":504,\"width\":504,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/about-us-150x150.jpg\",\"orientation\":\"landscape\"},\"medium\":{\"height\":300,\"width\":300,\"url\":\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/about-us-300x300.jpg\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/about-us.jpg\",\"height\":504,\"width\":504,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"imageSize\":\"full\",\"imageWidth\":100,\"imageWidthMobile\":100,\"imageWidthTablet\":100,\"showTitle\":false,\"paddingBtnTop\":18,\"paddingBtnBottom\":18,\"paddingBtnLeft\":34,\"paddingBtnRight\":34,\"imageWidthUnit\":\"%\",\"imageWidthUnitTablet\":\"%\",\"imageWidthUnitMobile\":\"%\",\"subHeadTopMargin\":0,\"subHeadRightMargin\":48,\"subHeadLeftMargin\":0,\"subHeadMarginTopTablet\":0,\"subHeadMarginRightTablet\":0,\"subHeadTabletSpace\":40,\"subHeadMarginLeftTablet\":0,\"imgTagHeight\":100,\"imgTagWidth\":504,\"btnBorderTopWidth\":1,\"btnBorderLeftWidth\":1,\"btnBorderRightWidth\":1,\"btnBorderBottomWidth\":1,\"btnBorderTopLeftRadius\":0,\"btnBorderTopRightRadius\":0,\"btnBorderBottomLeftRadius\":0,\"btnBorderBottomRightRadius\":0,\"btnBorderStyle\":\"solid\",\"btnBorderColor\":\"#333\"} -->\n<div class=\"wp-block-uagb-info-box uagb-block-dd39c85e uagb-infobox__content-wrap  uagb-infobox-icon-above-title uagb-infobox-image-valign-top\"><div class=\"uagb-ifb-content\"><div class=\"uagb-ifb-image-content\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/about-us.jpg\" alt=\"\" width=\"100\" height=\"100\" loading=\"lazy\"/></div><div class=\"uagb-ifb-title-wrap\"></div><p class=\"uagb-ifb-desc\">Surrounded by scenic beauty and attractive tourist attractions we make it convenient for you to visit all the beautiful places with our inhouse guide. We can also help you arrange transport facilities for an easier commute to nearby places.</p><div class=\"uagb-ifb-button-wrapper wp-block-button\"><a href=\"\" class=\"uagb-infobox-cta-link wp-block-button__link  uagb-disable-link\" target=\"_self\" rel=\"noopener noreferrer\" alt=\"\"><span class=\"uagb-inline-editing\">Know More</span><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M504.3 273.6l-112.1 104c-6.992 6.484-17.18 8.218-25.94 4.406c-8.758-3.812-14.42-12.45-14.42-21.1L351.9 288H32C14.33 288 .0002 273.7 .0002 255.1S14.33 224 32 224h319.9l0-72c0-9.547 5.66-18.19 14.42-22c8.754-3.809 18.95-2.075 25.94 4.41l112.1 104C514.6 247.9 514.6 264.1 504.3 273.6z\"></path></svg></a></div></div></div>\n<!-- /wp:uagb/info-box --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"c5508dc4\",\"widthDesktop\":50,\"leftPaddingDesktop\":0,\"paddingLink\":false,\"variationSelected\":true,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-c5508dc4\"><!-- wp:uagb/advanced-heading {\"block_id\":\"8185bd7c\",\"classMigrate\":true,\"headingDescToggle\":true,\"subHeadingColor\":\"\",\"headSpace\":20,\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-8185bd7c\"><h2 class=\"uagb-heading-text\">Experience the Life of Mykonos City​</h2><p class=\"uagb-desc-text\"><strong>We will help you experience Mykonos life in its true sense. From living among the residents to eating authentic delicacies you are sure to walk home with memories and wonderful moments.</strong></p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/image {\"block_id\":\"8b29f8b7\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/about-us-2-1.jpg\",\"align\":\"left\",\"id\":88,\"linkDestination\":\"none\",\"width\":504,\"height\":504,\"naturalWidth\":504,\"naturalHeight\":504,\"sizeSlug\":\"full\",\"sizeSlugTablet\":\"full\",\"sizeSlugMobile\":\"full\",\"imageTopMargin\":20,\"imageRightMargin\":0,\"imageLeftMargin\":0,\"imageBottomMargin\":0,\"imageTopMarginMobile\":0,\"imageRightMarginMobile\":0,\"imageLeftMarginMobile\":0,\"imageBottomMarginMobile\":0,\"imageMarginLink\":false} -->\n<div class=\"wp-block-uagb-image uagb-block-8b29f8b7 wp-block-uagb-image--layout-default wp-block-uagb-image--effect-static wp-block-uagb-image--align-left\"><figure class=\"wp-block-uagb-image__figure\"><img srcset=\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/about-us-2-1.jpg \" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/about-us-2-1.jpg\" alt=\"\" class=\"uag-image-88\" width=\"504\" height=\"504\" title=\"\" loading=\"lazy\"/></figure></div>\n<!-- /wp:uagb/image --></div>\n<!-- /wp:uagb/container --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"011c1dc7\",\"backgroundType\":\"color\",\"backgroundSizeTablet\":\"cover\",\"backgroundSizeMobile\":\"cover\",\"backgroundColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"topPaddingDesktop\":50,\"bottomPaddingDesktop\":100,\"topPaddingTablet\":50,\"bottomPaddingTablet\":25,\"leftPaddingTablet\":20,\"rightPaddingTablet\":20,\"topPaddingMobile\":50,\"bottomPaddingMobile\":20,\"leftPaddingMobile\":20,\"rightPaddingMobile\":20,\"paddingLink\":false,\"variationSelected\":true,\"rowGapDesktop\":0,\"isBlockRootParent\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-011c1dc7 alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/container {\"block_id\":\"d8b88e15\",\"directionDesktop\":\"row\",\"alignItemsDesktop\":\"flex-end\",\"alignItemsTablet\":\"flex-end\",\"justifyContentDesktop\":\"flex-end\",\"justifyContentTablet\":\"space-between\",\"variationSelected\":true,\"rowGapMobile\":30,\"columnGapDesktop\":0} -->\n<div class=\"wp-block-uagb-container uagb-block-d8b88e15\"><!-- wp:uagb/advanced-heading {\"block_id\":\"2b513520\",\"classMigrate\":true,\"headingDescToggle\":true,\"subHeadingColor\":\"\",\"headSpace\":20,\"subHeadFontSize\":16} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-2b513520\"><h2 class=\"uagb-heading-text\">Amenities &amp; Facilities​</h2><p class=\"uagb-desc-text\">If you are looking for a relaxing, refreshing and rejuvenating experience altogether, we offer all of that under one roof.</p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/buttons {\"block_id\":\"0adb9d4d\",\"classMigrate\":true,\"childMigrate\":true,\"align\":\"right\",\"alignTablet\":\"right\",\"alignMobile\":\"left\",\"gap\":0} -->\n<div class=\"wp-block-uagb-buttons uagb-buttons__outer-wrap uagb-btn__default-btn uagb-btn-tablet__default-btn uagb-btn-mobile__default-btn uagb-block-0adb9d4d\"><div class=\"uagb-buttons__wrap uagb-buttons-layout-wrap\"><!-- wp:uagb/buttons-child {\"block_id\":\"bd0d95ff\",\"label\":\"View All\",\"link\":\"#\",\"hColor\":\"\",\"borderWidth\":\"\",\"borderRadius\":\"\",\"borderStyle\":\"\",\"borderColor\":\"\",\"borderHColor\":\"\",\"btnBorderTopWidth\":1,\"btnBorderLeftWidth\":1,\"btnBorderRightWidth\":1,\"btnBorderBottomWidth\":1,\"btnBorderTopLeftRadius\":2,\"btnBorderTopRightRadius\":2,\"btnBorderBottomLeftRadius\":2,\"btnBorderBottomRightRadius\":2,\"btnBorderStyle\":\"solid\",\"btnBorderColor\":\"#333\",\"btnBorderHColor\":\"#333\"} -->\n<div class=\"wp-block-uagb-buttons-child uagb-buttons__outer-wrap uagb-block-bd0d95ff wp-block-button is-style-outline\"><div class=\"uagb-button__wrapper\"><a class=\"uagb-buttons-repeater wp-block-button__link\" href=\"#\" rel=\"follow noopener\" target=\"_self\"><div class=\"uagb-button__link\">View All</div></a></div></div>\n<!-- /wp:uagb/buttons-child --></div></div>\n<!-- /wp:uagb/buttons --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"e7498a5a\",\"directionDesktop\":\"row\",\"alignItemsTablet\":\"flex-start\",\"paddingLink\":false,\"topMarginDesktop\":50,\"bottomMarginDesktop\":20,\"leftMarginDesktop\":0,\"rightMarginDesktop\":0,\"marginLink\":false,\"variationSelected\":true,\"rowGapMobile\":65,\"columnGapDesktop\":48,\"columnGapTablet\":20} -->\n<div class=\"wp-block-uagb-container uagb-block-e7498a5a\"><!-- wp:uagb/info-box {\"classMigrate\":true,\"headingAlign\":\"left\",\"headingColor\":\"\",\"subHeadingColor\":\"\",\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"source_type\":\"image\",\"block_id\":\"c890d2d7\",\"ctaType\":\"text\",\"ctaText\":\"READ MORE\",\"ctaLinkColor\":\"var(\\u002d\\u002dast-global-color-0)\",\"ctaDecoration\":\"underline\",\"ctaFontSize\":12,\"ctaFontWeight\":\"600\",\"ctaLetterSpacing\":2,\"ctaBorderColor\":\"\",\"ctaBorderStyle\":\"\",\"ctaBorderWidth\":\"\",\"ctaBorderRadius\":\"\",\"iconBottomMargin\":30,\"iconImage\":{\"id\":90,\"title\":\"swimming-pool\",\"filename\":\"swimming-pool.jpg\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/swimming-pool.jpg\",\"link\":\"https://blueroan.netgen.cloud/swimming-pool/\",\"alt\":\"\",\"author\":\"34\",\"description\":\"\",\"caption\":\"\",\"name\":\"swimming-pool\",\"status\":\"inherit\",\"uploadedTo\":0,\"date\":\"2021-05-07T14:28:45.000Z\",\"modified\":\"2021-05-07T14:28:45.000Z\",\"menuOrder\":0,\"mime\":\"image/jpeg\",\"type\":\"image\",\"subtype\":\"jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/default.png\",\"dateFormatted\":\"May 7, 2021\",\"nonces\":{\"update\":\"971c957832\",\"delete\":\"8fb57461ba\",\"edit\":\"e9a8bb1d06\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=90\\u0026action=edit\",\"meta\":false,\"authorName\":\"Rishabh\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/user-edit.php?user_id=34\",\"filesizeInBytes\":29663,\"filesizeHumanReadable\":\"29 KB\",\"context\":\"\",\"height\":440,\"width\":370,\"orientation\":\"portrait\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/swimming-pool-150x150.jpg\",\"orientation\":\"landscape\"},\"medium\":{\"height\":300,\"width\":252,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/swimming-pool-252x300-1.jpg\",\"orientation\":\"portrait\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/swimming-pool.jpg\",\"height\":440,\"width\":370,\"orientation\":\"portrait\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"imageSize\":\"full\",\"imageWidth\":100,\"imageWidthMobile\":100,\"imageWidthTablet\":100,\"paddingBtnTop\":10,\"paddingBtnBottom\":10,\"paddingBtnLeft\":14,\"paddingBtnRight\":14,\"imageWidthUnit\":\"%\",\"imageWidthUnitTablet\":\"%\",\"imageWidthUnitMobile\":\"%\",\"subHeadTopMargin\":0,\"subHeadRightMargin\":40,\"subHeadLeftMargin\":0,\"subHeadMarginTopTablet\":0,\"subHeadMarginRightTablet\":0,\"subHeadTabletSpace\":20,\"subHeadMarginLeftTablet\":0,\"imgTagHeight\":118,\"imgTagWidth\":370,\"btnBorderTopWidth\":1,\"btnBorderLeftWidth\":1,\"btnBorderRightWidth\":1,\"btnBorderBottomWidth\":1,\"btnBorderTopLeftRadius\":0,\"btnBorderTopRightRadius\":0,\"btnBorderBottomLeftRadius\":0,\"btnBorderBottomRightRadius\":0,\"btnBorderStyle\":\"solid\",\"btnBorderColor\":\"#333\"} -->\n<div class=\"wp-block-uagb-info-box uagb-block-c890d2d7 uagb-infobox__content-wrap  uagb-infobox-icon-above-title uagb-infobox-image-valign-top\"><div class=\"uagb-ifb-content\"><div class=\"uagb-ifb-image-content\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/swimming-pool.jpg\" alt=\"\" width=\"100\" height=\"118\" loading=\"lazy\"/></div><div class=\"uagb-ifb-title-wrap\"><h3 class=\"uagb-ifb-title\">An Infinite-edge Pool​</h3></div><p class=\"uagb-ifb-desc\">Experience the joy of swimming in our infinity-edge pool that gives you a nice picturesque view.</p><div class=\"uagb-ifb-button-wrapper wp-block-button\"><a href=\"\" target=\"_self\" class=\"uagb-infobox-cta-link uagb-disable-link\" rel=\"noopener noreferrer\" alt=\"\"><span class=\"uagb-inline-editing\">READ MORE</span><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M504.3 273.6l-112.1 104c-6.992 6.484-17.18 8.218-25.94 4.406c-8.758-3.812-14.42-12.45-14.42-21.1L351.9 288H32C14.33 288 .0002 273.7 .0002 255.1S14.33 224 32 224h319.9l0-72c0-9.547 5.66-18.19 14.42-22c8.754-3.809 18.95-2.075 25.94 4.41l112.1 104C514.6 247.9 514.6 264.1 504.3 273.6z\"></path></svg></a></div></div></div>\n<!-- /wp:uagb/info-box -->\n\n<!-- wp:uagb/info-box {\"classMigrate\":true,\"headingAlign\":\"left\",\"headingColor\":\"\",\"subHeadingColor\":\"\",\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"source_type\":\"image\",\"block_id\":\"ac6111ea\",\"ctaType\":\"text\",\"ctaText\":\"READ MORE\",\"ctaLinkColor\":\"var(\\u002d\\u002dast-global-color-0)\",\"ctaDecoration\":\"underline\",\"ctaFontSize\":12,\"ctaFontWeight\":\"600\",\"ctaLetterSpacing\":2,\"ctaBorderColor\":\"\",\"ctaBorderStyle\":\"\",\"ctaBorderWidth\":\"\",\"ctaBorderRadius\":\"\",\"iconBottomMargin\":30,\"iconImage\":{\"id\":235,\"title\":\"spa\",\"filename\":\"spa.jpg\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/spa.jpg\",\"link\":\"https://blueroan.netgen.cloud/spa/\",\"alt\":\"\",\"author\":\"34\",\"description\":\"\",\"caption\":\"\",\"name\":\"spa\",\"status\":\"inherit\",\"uploadedTo\":0,\"date\":\"2021-05-11T10:14:20.000Z\",\"modified\":\"2021-05-11T10:14:20.000Z\",\"menuOrder\":0,\"mime\":\"image/jpeg\",\"type\":\"image\",\"subtype\":\"jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/default.png\",\"dateFormatted\":\"May 11, 2021\",\"nonces\":{\"update\":\"580ee12d5e\",\"delete\":\"261a8e7a22\",\"edit\":\"6139a47c8c\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=235\\u0026action=edit\",\"meta\":false,\"authorName\":\"Rishabh\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/user-edit.php?user_id=34\",\"filesizeInBytes\":27664,\"filesizeHumanReadable\":\"27 KB\",\"context\":\"\",\"height\":440,\"width\":370,\"orientation\":\"portrait\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/spa-150x150.jpg\",\"orientation\":\"landscape\"},\"medium\":{\"height\":300,\"width\":252,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/spa-252x300-1.jpg\",\"orientation\":\"portrait\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/spa.jpg\",\"height\":440,\"width\":370,\"orientation\":\"portrait\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"imageSize\":\"full\",\"imageWidth\":100,\"imageWidthMobile\":100,\"imageWidthTablet\":100,\"paddingBtnTop\":10,\"paddingBtnBottom\":10,\"paddingBtnLeft\":14,\"paddingBtnRight\":14,\"imageWidthUnit\":\"%\",\"imageWidthUnitTablet\":\"%\",\"imageWidthUnitMobile\":\"%\",\"subHeadTopMargin\":0,\"subHeadRightMargin\":40,\"subHeadLeftMargin\":0,\"subHeadMarginTopTablet\":0,\"subHeadMarginRightTablet\":0,\"subHeadTabletSpace\":20,\"subHeadMarginLeftTablet\":0,\"imgTagHeight\":118,\"imgTagWidth\":370,\"btnBorderTopWidth\":1,\"btnBorderLeftWidth\":1,\"btnBorderRightWidth\":1,\"btnBorderBottomWidth\":1,\"btnBorderTopLeftRadius\":0,\"btnBorderTopRightRadius\":0,\"btnBorderBottomLeftRadius\":0,\"btnBorderBottomRightRadius\":0,\"btnBorderStyle\":\"solid\",\"btnBorderColor\":\"#333\"} -->\n<div class=\"wp-block-uagb-info-box uagb-block-ac6111ea uagb-infobox__content-wrap  uagb-infobox-icon-above-title uagb-infobox-image-valign-top\"><div class=\"uagb-ifb-content\"><div class=\"uagb-ifb-image-content\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/spa.jpg\" alt=\"\" width=\"100\" height=\"118\" loading=\"lazy\"/></div><div class=\"uagb-ifb-title-wrap\"><h3 class=\"uagb-ifb-title\">An Iconic Spa​</h3></div><p class=\"uagb-ifb-desc\">Set forth on an exquisite wellness journey to refresh, re-energize and rejuvenate at our iconic spa.</p><div class=\"uagb-ifb-button-wrapper wp-block-button\"><a href=\"\" target=\"_self\" class=\"uagb-infobox-cta-link uagb-disable-link\" rel=\"noopener noreferrer\" alt=\"\"><span class=\"uagb-inline-editing\">READ MORE</span><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M504.3 273.6l-112.1 104c-6.992 6.484-17.18 8.218-25.94 4.406c-8.758-3.812-14.42-12.45-14.42-21.1L351.9 288H32C14.33 288 .0002 273.7 .0002 255.1S14.33 224 32 224h319.9l0-72c0-9.547 5.66-18.19 14.42-22c8.754-3.809 18.95-2.075 25.94 4.41l112.1 104C514.6 247.9 514.6 264.1 504.3 273.6z\"></path></svg></a></div></div></div>\n<!-- /wp:uagb/info-box -->\n\n<!-- wp:uagb/info-box {\"classMigrate\":true,\"headingAlign\":\"left\",\"headingColor\":\"\",\"subHeadingColor\":\"\",\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"source_type\":\"image\",\"block_id\":\"03b1dbdf\",\"ctaType\":\"text\",\"ctaText\":\"READ MORE\",\"ctaLinkColor\":\"var(\\u002d\\u002dast-global-color-0)\",\"ctaDecoration\":\"underline\",\"ctaFontSize\":12,\"ctaFontWeight\":\"600\",\"ctaLetterSpacing\":2,\"ctaBorderColor\":\"\",\"ctaBorderStyle\":\"\",\"ctaBorderWidth\":\"\",\"ctaBorderRadius\":\"\",\"iconBottomMargin\":30,\"iconImage\":{\"id\":115,\"title\":\"rooms\",\"filename\":\"rooms.jpg\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/rooms.jpg\",\"link\":\"https://blueroan.netgen.cloud/rooms-2/\",\"alt\":\"\",\"author\":\"34\",\"description\":\"\",\"caption\":\"\",\"name\":\"rooms-2\",\"status\":\"inherit\",\"uploadedTo\":0,\"date\":\"2021-05-11T04:53:41.000Z\",\"modified\":\"2021-05-11T04:53:41.000Z\",\"menuOrder\":0,\"mime\":\"image/jpeg\",\"type\":\"image\",\"subtype\":\"jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/default.png\",\"dateFormatted\":\"May 11, 2021\",\"nonces\":{\"update\":\"4e23be63e1\",\"delete\":\"0c10fb0869\",\"edit\":\"714e3ba079\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=115\\u0026action=edit\",\"meta\":false,\"authorName\":\"Rishabh\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/user-edit.php?user_id=34\",\"filesizeInBytes\":31085,\"filesizeHumanReadable\":\"30 KB\",\"context\":\"\",\"height\":440,\"width\":370,\"orientation\":\"portrait\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/rooms-150x150.jpg\",\"orientation\":\"landscape\"},\"medium\":{\"height\":300,\"width\":252,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/rooms-252x300-1.jpg\",\"orientation\":\"portrait\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/rooms.jpg\",\"height\":440,\"width\":370,\"orientation\":\"portrait\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"imageSize\":\"full\",\"imageWidth\":100,\"imageWidthMobile\":100,\"imageWidthTablet\":100,\"paddingBtnTop\":10,\"paddingBtnBottom\":10,\"paddingBtnLeft\":14,\"paddingBtnRight\":14,\"imageWidthUnit\":\"%\",\"imageWidthUnitTablet\":\"%\",\"imageWidthUnitMobile\":\"%\",\"subHeadTopMargin\":0,\"subHeadRightMargin\":40,\"subHeadLeftMargin\":0,\"subHeadMarginTopTablet\":0,\"subHeadMarginRightTablet\":0,\"subHeadTabletSpace\":20,\"subHeadMarginLeftTablet\":0,\"imgTagHeight\":118,\"imgTagWidth\":370,\"btnBorderTopWidth\":1,\"btnBorderLeftWidth\":1,\"btnBorderRightWidth\":1,\"btnBorderBottomWidth\":1,\"btnBorderTopLeftRadius\":0,\"btnBorderTopRightRadius\":0,\"btnBorderBottomLeftRadius\":0,\"btnBorderBottomRightRadius\":0,\"btnBorderStyle\":\"solid\",\"btnBorderColor\":\"#333\"} -->\n<div class=\"wp-block-uagb-info-box uagb-block-03b1dbdf uagb-infobox__content-wrap  uagb-infobox-icon-above-title uagb-infobox-image-valign-top\"><div class=\"uagb-ifb-content\"><div class=\"uagb-ifb-image-content\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/rooms.jpg\" alt=\"\" width=\"100\" height=\"118\" loading=\"lazy\"/></div><div class=\"uagb-ifb-title-wrap\"><h3 class=\"uagb-ifb-title\">In-house Restaurants​</h3></div><p class=\"uagb-ifb-desc\">We have three in-house restaurants offering different cuisines that you can choose from.</p><div class=\"uagb-ifb-button-wrapper wp-block-button\"><a href=\"\" target=\"_self\" class=\"uagb-infobox-cta-link uagb-disable-link\" rel=\"noopener noreferrer\" alt=\"\"><span class=\"uagb-inline-editing\">READ MORE</span><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M504.3 273.6l-112.1 104c-6.992 6.484-17.18 8.218-25.94 4.406c-8.758-3.812-14.42-12.45-14.42-21.1L351.9 288H32C14.33 288 .0002 273.7 .0002 255.1S14.33 224 32 224h319.9l0-72c0-9.547 5.66-18.19 14.42-22c8.754-3.809 18.95-2.075 25.94 4.41l112.1 104C514.6 247.9 514.6 264.1 504.3 273.6z\"></path></svg></a></div></div></div>\n<!-- /wp:uagb/info-box --></div>\n<!-- /wp:uagb/container --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"4bc3fd2d\",\"backgroundType\":\"color\",\"backgroundSizeTablet\":\"cover\",\"backgroundSizeMobile\":\"cover\",\"backgroundColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"bottomPaddingDesktop\":104,\"leftPaddingDesktop\":40,\"rightPaddingDesktop\":40,\"topPaddingTablet\":80,\"bottomPaddingTablet\":80,\"leftPaddingTablet\":40,\"rightPaddingTablet\":40,\"topPaddingMobile\":64,\"bottomPaddingMobile\":64,\"leftPaddingMobile\":24,\"rightPaddingMobile\":24,\"paddingLink\":false,\"variationSelected\":true,\"rowGapDesktop\":0,\"isBlockRootParent\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-4bc3fd2d alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/advanced-heading {\"block_id\":\"5157533d\",\"classMigrate\":true,\"headingDescToggle\":true,\"headingAlign\":\"center\",\"headingAlignMobile\":\"left\",\"subHeadingColor\":\"\",\"headSpace\":20,\"subHeadFontSize\":16,\"blockBottomPadding\":20} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-5157533d\"><h2 class=\"uagb-heading-text\">Our Inside Pictures​</h2><p class=\"uagb-desc-text\">Take a look at some pretty pictures captured in and around our premises.</p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/container {\"block_id\":\"678deb8d\",\"directionDesktop\":\"row\",\"alignItemsDesktop\":\"flex-start\",\"topMarginDesktop\":20,\"bottomMarginDesktop\":0,\"leftMarginDesktop\":0,\"rightMarginDesktop\":0,\"marginLink\":false,\"variationSelected\":true,\"rowGapMobile\":24,\"columnGapDesktop\":24,\"columnGapTablet\":20} -->\n<div class=\"wp-block-uagb-container uagb-block-678deb8d\"><!-- wp:uagb/container {\"block_id\":\"3e7dc11c\",\"widthDesktop\":32,\"variationSelected\":true,\"rowGapDesktop\":24,\"rowGapTablet\":20,\"rowGapMobile\":24,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-3e7dc11c\"><!-- wp:uagb/image {\"block_id\":\"8c13946f\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/gallery-1.jpg\",\"id\":105,\"linkDestination\":\"none\",\"width\":388,\"height\":240,\"naturalWidth\":388,\"naturalHeight\":240,\"sizeSlug\":\"full\",\"sizeSlugTablet\":\"full\",\"sizeSlugMobile\":\"full\"} -->\n<div class=\"wp-block-uagb-image uagb-block-8c13946f wp-block-uagb-image--layout-default wp-block-uagb-image--effect-static wp-block-uagb-image--align-none\"><figure class=\"wp-block-uagb-image__figure\"><img srcset=\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/gallery-1.jpg \" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/gallery-1.jpg\" alt=\"\" class=\"uag-image-105\" width=\"388\" height=\"240\" title=\"\" loading=\"lazy\"/></figure></div>\n<!-- /wp:uagb/image -->\n\n<!-- wp:uagb/image {\"block_id\":\"a160e739\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/gallery-6.jpg\",\"id\":110,\"linkDestination\":\"none\",\"naturalWidth\":388,\"naturalHeight\":240,\"sizeSlug\":\"full\",\"sizeSlugTablet\":\"full\",\"sizeSlugMobile\":\"full\"} -->\n<div class=\"wp-block-uagb-image uagb-block-a160e739 wp-block-uagb-image--layout-default wp-block-uagb-image--effect-static wp-block-uagb-image--align-none\"><figure class=\"wp-block-uagb-image__figure\"><img srcset=\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/gallery-6.jpg \" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/gallery-6.jpg\" alt=\"\" class=\"uag-image-110\" width=\"\" height=\"\" title=\"\" loading=\"lazy\"/></figure></div>\n<!-- /wp:uagb/image --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"bf213573\",\"widthDesktop\":67,\"variationSelected\":true,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-bf213573\"><!-- wp:uagb/image {\"block_id\":\"7249d5f4\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/gallery-2.jpg\",\"id\":106,\"linkDestination\":\"none\",\"width\":788,\"widthTablet\":780,\"height\":504,\"heightTablet\":0,\"naturalWidth\":788,\"naturalHeight\":504,\"sizeSlug\":\"full\",\"sizeSlugTablet\":\"full\",\"sizeSlugMobile\":\"full\",\"customHeightSetDesktop\":true} -->\n<div class=\"wp-block-uagb-image uagb-block-7249d5f4 wp-block-uagb-image--layout-default wp-block-uagb-image--effect-static wp-block-uagb-image--align-none\"><figure class=\"wp-block-uagb-image__figure\"><img srcset=\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/gallery-2.jpg \" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/gallery-2.jpg\" alt=\"\" class=\"uag-image-106\" width=\"788\" height=\"504\" title=\"\" loading=\"lazy\"/></figure></div>\n<!-- /wp:uagb/image --></div>\n<!-- /wp:uagb/container --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"e581d27b\",\"directionDesktop\":\"row\",\"alignItemsDesktop\":\"flex-start\",\"topMarginDesktop\":24,\"bottomMarginDesktop\":0,\"leftMarginDesktop\":0,\"rightMarginDesktop\":0,\"topMarginTablet\":20,\"bottomMarginTablet\":0,\"leftMarginTablet\":0,\"rightMarginTablet\":0,\"topMarginMobile\":24,\"bottomMarginMobile\":0,\"leftMarginMobile\":0,\"rightMarginMobile\":0,\"marginLink\":false,\"variationSelected\":true,\"columnGapDesktop\":24,\"columnGapTablet\":20} -->\n<div class=\"wp-block-uagb-container uagb-block-e581d27b\"><!-- wp:uagb/container {\"block_id\":\"41c7db81\",\"widthDesktop\":67,\"variationSelected\":true,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-41c7db81\"><!-- wp:uagb/image {\"block_id\":\"39c114fd\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/gallery-3.jpg\",\"id\":107,\"linkDestination\":\"none\",\"width\":788,\"height\":504,\"naturalWidth\":788,\"naturalHeight\":504,\"sizeSlug\":\"full\",\"sizeSlugTablet\":\"full\",\"sizeSlugMobile\":\"full\",\"customHeightSetDesktop\":true} -->\n<div class=\"wp-block-uagb-image uagb-block-39c114fd wp-block-uagb-image--layout-default wp-block-uagb-image--effect-static wp-block-uagb-image--align-none\"><figure class=\"wp-block-uagb-image__figure\"><img srcset=\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/gallery-3.jpg \" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/gallery-3.jpg\" alt=\"\" class=\"uag-image-107\" width=\"788\" height=\"504\" title=\"\" loading=\"lazy\"/></figure></div>\n<!-- /wp:uagb/image --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"9b510e3b\",\"widthDesktop\":32,\"variationSelected\":true,\"rowGapDesktop\":24,\"rowGapTablet\":20,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-9b510e3b\"><!-- wp:uagb/image {\"block_id\":\"5ccb472f\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/gallery-5.jpg\",\"id\":109,\"linkDestination\":\"none\",\"width\":388,\"height\":240,\"naturalWidth\":388,\"naturalHeight\":240,\"sizeSlug\":\"full\",\"sizeSlugTablet\":\"full\",\"sizeSlugMobile\":\"full\"} -->\n<div class=\"wp-block-uagb-image uagb-block-5ccb472f wp-block-uagb-image--layout-default wp-block-uagb-image--effect-static wp-block-uagb-image--align-none\"><figure class=\"wp-block-uagb-image__figure\"><img srcset=\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/gallery-5.jpg \" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/gallery-5.jpg\" alt=\"\" class=\"uag-image-109\" width=\"388\" height=\"240\" title=\"\" loading=\"lazy\"/></figure></div>\n<!-- /wp:uagb/image -->\n\n<!-- wp:uagb/image {\"block_id\":\"beeaa39f\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/gallery-4.jpg\",\"id\":108,\"linkDestination\":\"none\",\"naturalWidth\":388,\"naturalHeight\":240,\"sizeSlug\":\"full\",\"sizeSlugTablet\":\"full\",\"sizeSlugMobile\":\"full\"} -->\n<div class=\"wp-block-uagb-image uagb-block-beeaa39f wp-block-uagb-image--layout-default wp-block-uagb-image--effect-static wp-block-uagb-image--align-none\"><figure class=\"wp-block-uagb-image__figure\"><img srcset=\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/gallery-4.jpg \" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/gallery-4.jpg\" alt=\"\" class=\"uag-image-108\" width=\"\" height=\"\" title=\"\" loading=\"lazy\"/></figure></div>\n<!-- /wp:uagb/image --></div>\n<!-- /wp:uagb/container --></div>\n<!-- /wp:uagb/container --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"46adc754\",\"backgroundType\":\"color\",\"backgroundSizeTablet\":\"cover\",\"backgroundSizeMobile\":\"cover\",\"backgroundColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"topPaddingDesktop\":40,\"bottomPaddingDesktop\":104,\"leftPaddingDesktop\":40,\"rightPaddingDesktop\":40,\"topPaddingTablet\":80,\"bottomPaddingTablet\":80,\"leftPaddingTablet\":40,\"rightPaddingTablet\":40,\"topPaddingMobile\":64,\"bottomPaddingMobile\":64,\"leftPaddingMobile\":24,\"rightPaddingMobile\":24,\"paddingLink\":false,\"variationSelected\":true,\"rowGapDesktop\":0,\"isBlockRootParent\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-46adc754 alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/advanced-heading {\"block_id\":\"0c1818fe\",\"classMigrate\":true,\"headingDescToggle\":true,\"headingAlign\":\"center\",\"headingAlignMobile\":\"left\",\"subHeadingColor\":\"\",\"headSpace\":20,\"subHeadFontSize\":16,\"blockBottomPadding\":20} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-0c1818fe\"><h2 class=\"uagb-heading-text\">What Our Guests Say​</h2><p class=\"uagb-desc-text\">We take pride in serving our guests with the best experience. Read what they say.</p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/container {\"block_id\":\"c79d29d3\",\"directionDesktop\":\"row\",\"topMarginDesktop\":40,\"bottomMarginDesktop\":0,\"leftMarginDesktop\":0,\"rightMarginDesktop\":0,\"marginLink\":false,\"variationSelected\":true,\"rowGapMobile\":40,\"columnGapDesktop\":90} -->\n<div class=\"wp-block-uagb-container uagb-block-c79d29d3\"><!-- wp:uagb/container {\"block_id\":\"ed6d9edd\",\"widthDesktop\":50,\"variationSelected\":true,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-ed6d9edd\"><!-- wp:uagb/star-rating {\"block_id\":\"6a42bf29\",\"rating\":4.5,\"color\":\"var(\\u002d\\u002dast-global-color-2)\"} -->\n<div class=\"wp-block-uagb-star-rating uagb-block-6a42bf29\"><div class=\"uag-star-rating\" title=\"4.5/5\"><span class=\"uag-star\">★</span><span class=\"uag-star\">★</span><span class=\"uag-star\">★</span><span class=\"uag-star\">★</span><span class=\"uag-star\">★</span></div></div>\n<!-- /wp:uagb/star-rating -->\n\n<!-- wp:uagb/testimonial {\"test_item_count\":1,\"classMigrate\":true,\"test_block\":[{\"description\":\"\\u0022Proin nulla mauris et volutpat adipiscing suspendisse vehicula blandit sagittis orci etiam morbi elit etiam semper eu lacus pretium hac nisl leo amet ullamcorper.\\u0022​\",\"name\":\"\\u003cstrong\\u003eEMILY HUNT​\\u003c/strong\\u003e\",\"company\":\"\",\"image\":{\"id\":119,\"title\":\"testimonial1\",\"filename\":\"testimonial1.jpg\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/testimonial1.jpg\",\"link\":\"https://blueroan.netgen.cloud/testimonial1/\",\"alt\":\"\",\"author\":\"34\",\"description\":\"\",\"caption\":\"\",\"name\":\"testimonial1\",\"status\":\"inherit\",\"uploadedTo\":0,\"date\":\"2021-05-11T05:02:02.000Z\",\"modified\":\"2021-05-11T05:02:02.000Z\",\"menuOrder\":0,\"mime\":\"image/jpeg\",\"type\":\"image\",\"subtype\":\"jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/default.png\",\"dateFormatted\":\"May 11, 2021\",\"nonces\":{\"update\":\"b92fe40c3d\",\"delete\":\"643c1eb8f1\",\"edit\":\"d3e7d56b1d\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=119\\u0026action=edit\",\"meta\":false,\"authorName\":\"Rishabh\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/user-edit.php?user_id=34\",\"filesizeInBytes\":11264,\"filesizeHumanReadable\":\"11 KB\",\"context\":\"\",\"height\":250,\"width\":250,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/testimonial1-150x150.jpg\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/testimonial1.jpg\",\"height\":250,\"width\":250,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}}}],\"headingAlign\":\"left\",\"headingAlignTablet\":\"left\",\"headingAlignMobile\":\"left\",\"descColor\":\"var(\\u002d\\u002dast-global-color-3)\",\"nameFontSize\":14,\"nameLineHeight\":1,\"descFontSize\":16,\"descFontWeight\":\"600\",\"nameSpace\":1,\"block_id\":\"94ac205d\",\"iconImage\":{\"url\":\"\",\"alt\":\"InfoBox placeholder img\"},\"imageWidth\":32,\"columnGap\":1,\"borderStyle\":\"\",\"paddingTop\":0,\"paddingBottom\":0,\"paddingLeft\":0,\"paddingRight\":0,\"spacingLink\":true,\"imgpaddingTop\":0,\"imgpaddingRight\":15,\"imgpaddingBottom\":0,\"imgpaddingLeft\":0,\"overallBorderStyle\":\"none\",\"imgTagHeight\":32,\"imgTagWidth\":150} -->\n<div class=\"wp-block-uagb-testimonial uagb-slick-carousel uagb-tm__arrow-outside uagb-block-94ac205d uagb-post__carousel_notset uagb-post__carousel_notset-tablet uagb-post__carousel_notset-mobile\"><div class=\"is-carousel uagb-tm__columns-1 uagb-tm__items\"><div class=\"uagb-testimonial__wrap  uagb-tm__imgicon-style-circle uagb-tm__image-position-bottom uagb-tm__bg-type-none \"><div class=\"uagb-tm__content\"><div class=\"uagb-tm__overlay\"></div><div class=\"uagb-tm__text-wrap\"><div class=\"uagb-tm__desc\">\"Proin nulla mauris et volutpat adipiscing suspendisse vehicula blandit sagittis orci etiam morbi elit etiam semper eu lacus pretium hac nisl leo amet ullamcorper.\"​</div><div class=\"uagb-tm__meta-inner\"><div class=\"uagb-tm__image-content\"><div class=\"uagb-tm__image\"><img class=\"uagb-tm-img-src\" src=\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/testimonial1-150x150.jpg\" alt=\"\" width=\"32\" height=\"32\" loading=\"lazy\"/></div></div><div class=\"uagb-testimonial-details\"><span class=\"uagb-tm__author-name\"><strong>EMILY HUNT​</strong></span><span class=\"uagb-tm__company\"></span></div></div></div></div></div></div></div>\n<!-- /wp:uagb/testimonial -->\n\n<!-- wp:uagb/star-rating {\"block_id\":\"f1fa53c8\",\"rating\":4.5,\"color\":\"var(\\u002d\\u002dast-global-color-2)\",\"blockTopMargin\":30,\"blockRightMargin\":0,\"blockLeftMargin\":0,\"blockBottomMargin\":0,\"blockTopMarginMobile\":20,\"blockRightMarginMobile\":0,\"blockLeftMarginMobile\":0,\"blockBottomMarginMobile\":0} -->\n<div class=\"wp-block-uagb-star-rating uagb-block-f1fa53c8\"><div class=\"uag-star-rating\" title=\"4.5/5\"><span class=\"uag-star\">★</span><span class=\"uag-star\">★</span><span class=\"uag-star\">★</span><span class=\"uag-star\">★</span><span class=\"uag-star\">★</span></div></div>\n<!-- /wp:uagb/star-rating -->\n\n<!-- wp:uagb/testimonial {\"test_item_count\":1,\"classMigrate\":true,\"test_block\":[{\"description\":\"\\u0022Proin nulla mauris et volutpat adipiscing suspendisse vehicula blandit sagittis orci etiam morbi elit etiam semper eu lacus pretium hac nisl leo amet ullamcorper.\\u0022​\",\"name\":\"\\u003cstrong\\u003e\\u003cstrong\\u003eJULIE ROBINSON​\\u003c/strong\\u003e\\u003c/strong\\u003e\",\"company\":\"\",\"image\":{\"id\":122,\"title\":\"testimonial4\",\"filename\":\"testimonial4.jpg\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/testimonial4.jpg\",\"link\":\"https://blueroan.netgen.cloud/testimonial4/\",\"alt\":\"\",\"author\":\"34\",\"description\":\"\",\"caption\":\"\",\"name\":\"testimonial4\",\"status\":\"inherit\",\"uploadedTo\":0,\"date\":\"2021-05-11T05:02:06.000Z\",\"modified\":\"2021-05-11T05:02:06.000Z\",\"menuOrder\":0,\"mime\":\"image/jpeg\",\"type\":\"image\",\"subtype\":\"jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/default.png\",\"dateFormatted\":\"May 11, 2021\",\"nonces\":{\"update\":\"4e34860add\",\"delete\":\"9e126a55cd\",\"edit\":\"33ffd3c040\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=122\\u0026action=edit\",\"meta\":false,\"authorName\":\"Rishabh\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/user-edit.php?user_id=34\",\"filesizeInBytes\":16584,\"filesizeHumanReadable\":\"16 KB\",\"context\":\"\",\"height\":250,\"width\":250,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/testimonial4-150x150.jpg\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/testimonial4.jpg\",\"height\":250,\"width\":250,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}}}],\"headingAlign\":\"left\",\"headingAlignTablet\":\"left\",\"headingAlignMobile\":\"left\",\"descColor\":\"var(\\u002d\\u002dast-global-color-3)\",\"nameFontSize\":14,\"nameLineHeight\":1,\"descFontSize\":16,\"descFontWeight\":\"600\",\"nameSpace\":1,\"block_id\":\"92ce58ee\",\"iconImage\":{\"url\":\"\",\"alt\":\"InfoBox placeholder img\"},\"imageWidth\":32,\"columnGap\":1,\"borderStyle\":\"\",\"paddingTop\":0,\"paddingBottom\":0,\"paddingLeft\":0,\"paddingRight\":0,\"spacingLink\":true,\"imgpaddingTop\":0,\"imgpaddingRight\":15,\"imgpaddingBottom\":0,\"imgpaddingLeft\":0,\"overallBorderStyle\":\"none\",\"imgTagHeight\":32,\"imgTagWidth\":150} -->\n<div class=\"wp-block-uagb-testimonial uagb-slick-carousel uagb-tm__arrow-outside uagb-block-92ce58ee uagb-post__carousel_notset uagb-post__carousel_notset-tablet uagb-post__carousel_notset-mobile\"><div class=\"is-carousel uagb-tm__columns-1 uagb-tm__items\"><div class=\"uagb-testimonial__wrap  uagb-tm__imgicon-style-circle uagb-tm__image-position-bottom uagb-tm__bg-type-none \"><div class=\"uagb-tm__content\"><div class=\"uagb-tm__overlay\"></div><div class=\"uagb-tm__text-wrap\"><div class=\"uagb-tm__desc\">\"Proin nulla mauris et volutpat adipiscing suspendisse vehicula blandit sagittis orci etiam morbi elit etiam semper eu lacus pretium hac nisl leo amet ullamcorper.\"​</div><div class=\"uagb-tm__meta-inner\"><div class=\"uagb-tm__image-content\"><div class=\"uagb-tm__image\"><img class=\"uagb-tm-img-src\" src=\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/testimonial4-150x150.jpg\" alt=\"\" width=\"32\" height=\"32\" loading=\"lazy\"/></div></div><div class=\"uagb-testimonial-details\"><span class=\"uagb-tm__author-name\"><strong><strong>JULIE ROBINSON​</strong></strong></span><span class=\"uagb-tm__company\"></span></div></div></div></div></div></div></div>\n<!-- /wp:uagb/testimonial --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"5b8fb2f6\",\"widthDesktop\":50,\"variationSelected\":true,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-5b8fb2f6\"><!-- wp:uagb/star-rating {\"block_id\":\"c623df42\",\"rating\":4.5,\"color\":\"var(\\u002d\\u002dast-global-color-2)\"} -->\n<div class=\"wp-block-uagb-star-rating uagb-block-c623df42\"><div class=\"uag-star-rating\" title=\"4.5/5\"><span class=\"uag-star\">★</span><span class=\"uag-star\">★</span><span class=\"uag-star\">★</span><span class=\"uag-star\">★</span><span class=\"uag-star\">★</span></div></div>\n<!-- /wp:uagb/star-rating -->\n\n<!-- wp:uagb/testimonial {\"test_item_count\":1,\"classMigrate\":true,\"test_block\":[{\"description\":\"\\u0022Proin nulla mauris et volutpat adipiscing suspendisse vehicula blandit sagittis orci etiam morbi elit etiam semper eu lacus pretium hac nisl leo amet ullamcorper.\\u0022​\",\"name\":\"\\u003cstrong\\u003e\\u003cstrong\\u003eMORGAN JONATHAN​\\u003c/strong\\u003e\\u003c/strong\\u003e\",\"company\":\"\",\"image\":{\"id\":120,\"title\":\"testimonial2\",\"filename\":\"testimonial2.jpg\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/testimonial2.jpg\",\"link\":\"https://blueroan.netgen.cloud/testimonial2/\",\"alt\":\"\",\"author\":\"34\",\"description\":\"\",\"caption\":\"\",\"name\":\"testimonial2\",\"status\":\"inherit\",\"uploadedTo\":0,\"date\":\"2021-05-11T05:02:03.000Z\",\"modified\":\"2021-05-11T05:02:03.000Z\",\"menuOrder\":0,\"mime\":\"image/jpeg\",\"type\":\"image\",\"subtype\":\"jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/default.png\",\"dateFormatted\":\"May 11, 2021\",\"nonces\":{\"update\":\"1ee6412858\",\"delete\":\"4414a2ccbf\",\"edit\":\"bde7b1f490\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=120\\u0026action=edit\",\"meta\":false,\"authorName\":\"Rishabh\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/user-edit.php?user_id=34\",\"filesizeInBytes\":10087,\"filesizeHumanReadable\":\"10 KB\",\"context\":\"\",\"height\":250,\"width\":250,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/testimonial2-150x150.jpg\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/testimonial2.jpg\",\"height\":250,\"width\":250,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}}}],\"headingAlign\":\"left\",\"headingAlignTablet\":\"left\",\"headingAlignMobile\":\"left\",\"descColor\":\"var(\\u002d\\u002dast-global-color-3)\",\"nameFontSize\":14,\"nameLineHeight\":1,\"descFontSize\":16,\"descFontWeight\":\"600\",\"nameSpace\":1,\"block_id\":\"731ecbb0\",\"iconImage\":{\"url\":\"\",\"alt\":\"InfoBox placeholder img\"},\"imageWidth\":32,\"columnGap\":1,\"borderStyle\":\"\",\"paddingTop\":0,\"paddingBottom\":0,\"paddingLeft\":0,\"paddingRight\":0,\"spacingLink\":true,\"imgpaddingTop\":0,\"imgpaddingRight\":15,\"imgpaddingBottom\":0,\"imgpaddingLeft\":0,\"overallBorderStyle\":\"none\",\"imgTagHeight\":32,\"imgTagWidth\":150} -->\n<div class=\"wp-block-uagb-testimonial uagb-slick-carousel uagb-tm__arrow-outside uagb-block-731ecbb0 uagb-post__carousel_notset uagb-post__carousel_notset-tablet uagb-post__carousel_notset-mobile\"><div class=\"is-carousel uagb-tm__columns-1 uagb-tm__items\"><div class=\"uagb-testimonial__wrap  uagb-tm__imgicon-style-circle uagb-tm__image-position-bottom uagb-tm__bg-type-none \"><div class=\"uagb-tm__content\"><div class=\"uagb-tm__overlay\"></div><div class=\"uagb-tm__text-wrap\"><div class=\"uagb-tm__desc\">\"Proin nulla mauris et volutpat adipiscing suspendisse vehicula blandit sagittis orci etiam morbi elit etiam semper eu lacus pretium hac nisl leo amet ullamcorper.\"​</div><div class=\"uagb-tm__meta-inner\"><div class=\"uagb-tm__image-content\"><div class=\"uagb-tm__image\"><img class=\"uagb-tm-img-src\" src=\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/testimonial2-150x150.jpg\" alt=\"\" width=\"32\" height=\"32\" loading=\"lazy\"/></div></div><div class=\"uagb-testimonial-details\"><span class=\"uagb-tm__author-name\"><strong><strong>MORGAN JONATHAN​</strong></strong></span><span class=\"uagb-tm__company\"></span></div></div></div></div></div></div></div>\n<!-- /wp:uagb/testimonial -->\n\n<!-- wp:uagb/star-rating {\"block_id\":\"5f1c4269\",\"rating\":4.5,\"color\":\"var(\\u002d\\u002dast-global-color-2)\",\"blockTopMargin\":30,\"blockRightMargin\":0,\"blockLeftMargin\":0,\"blockBottomMargin\":0,\"blockTopMarginMobile\":20,\"blockRightMarginMobile\":0,\"blockLeftMarginMobile\":0,\"blockBottomMarginMobile\":0} -->\n<div class=\"wp-block-uagb-star-rating uagb-block-5f1c4269\"><div class=\"uag-star-rating\" title=\"4.5/5\"><span class=\"uag-star\">★</span><span class=\"uag-star\">★</span><span class=\"uag-star\">★</span><span class=\"uag-star\">★</span><span class=\"uag-star\">★</span></div></div>\n<!-- /wp:uagb/star-rating -->\n\n<!-- wp:uagb/testimonial {\"test_item_count\":1,\"classMigrate\":true,\"test_block\":[{\"description\":\"\\u0022Proin nulla mauris et volutpat adipiscing suspendisse vehicula blandit sagittis orci etiam morbi elit etiam semper eu lacus pretium hac nisl leo amet ullamcorper.\\u0022​\",\"name\":\"\\u003cstrong\\u003e\\u003cstrong\\u003e\\u003cstrong\\u003eJAMES BROOK​\\u003c/strong\\u003e\\u003c/strong\\u003e\\u003c/strong\\u003e\",\"company\":\"\",\"image\":{\"id\":121,\"title\":\"testimonial3\",\"filename\":\"testimonial3.jpg\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/testimonial3.jpg\",\"link\":\"https://blueroan.netgen.cloud/testimonial3/\",\"alt\":\"\",\"author\":\"34\",\"description\":\"\",\"caption\":\"\",\"name\":\"testimonial3\",\"status\":\"inherit\",\"uploadedTo\":0,\"date\":\"2021-05-11T05:02:05.000Z\",\"modified\":\"2021-05-11T05:02:05.000Z\",\"menuOrder\":0,\"mime\":\"image/jpeg\",\"type\":\"image\",\"subtype\":\"jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/default.png\",\"dateFormatted\":\"May 11, 2021\",\"nonces\":{\"update\":\"290653da5d\",\"delete\":\"90a4fb2d63\",\"edit\":\"ff8a64e56e\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=121\\u0026action=edit\",\"meta\":false,\"authorName\":\"Rishabh\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/user-edit.php?user_id=34\",\"filesizeInBytes\":8748,\"filesizeHumanReadable\":\"9 KB\",\"context\":\"\",\"height\":250,\"width\":250,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/testimonial3-150x150.jpg\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/testimonial3.jpg\",\"height\":250,\"width\":250,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}}}],\"headingAlign\":\"left\",\"headingAlignTablet\":\"left\",\"headingAlignMobile\":\"left\",\"descColor\":\"var(\\u002d\\u002dast-global-color-3)\",\"nameFontSize\":14,\"nameLineHeight\":1,\"descFontSize\":16,\"descFontWeight\":\"600\",\"nameSpace\":1,\"block_id\":\"47ebd9f0\",\"iconImage\":{\"url\":\"\",\"alt\":\"InfoBox placeholder img\"},\"imageWidth\":32,\"columnGap\":1,\"borderStyle\":\"\",\"paddingTop\":0,\"paddingBottom\":0,\"paddingLeft\":0,\"paddingRight\":0,\"spacingLink\":true,\"imgpaddingTop\":0,\"imgpaddingRight\":15,\"imgpaddingBottom\":0,\"imgpaddingLeft\":0,\"overallBorderStyle\":\"none\",\"imgTagHeight\":32,\"imgTagWidth\":150} -->\n<div class=\"wp-block-uagb-testimonial uagb-slick-carousel uagb-tm__arrow-outside uagb-block-47ebd9f0 uagb-post__carousel_notset uagb-post__carousel_notset-tablet uagb-post__carousel_notset-mobile\"><div class=\"is-carousel uagb-tm__columns-1 uagb-tm__items\"><div class=\"uagb-testimonial__wrap  uagb-tm__imgicon-style-circle uagb-tm__image-position-bottom uagb-tm__bg-type-none \"><div class=\"uagb-tm__content\"><div class=\"uagb-tm__overlay\"></div><div class=\"uagb-tm__text-wrap\"><div class=\"uagb-tm__desc\">\"Proin nulla mauris et volutpat adipiscing suspendisse vehicula blandit sagittis orci etiam morbi elit etiam semper eu lacus pretium hac nisl leo amet ullamcorper.\"​</div><div class=\"uagb-tm__meta-inner\"><div class=\"uagb-tm__image-content\"><div class=\"uagb-tm__image\"><img class=\"uagb-tm-img-src\" src=\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/testimonial3-150x150.jpg\" alt=\"\" width=\"32\" height=\"32\" loading=\"lazy\"/></div></div><div class=\"uagb-testimonial-details\"><span class=\"uagb-tm__author-name\"><strong><strong><strong>JAMES BROOK​</strong></strong></strong></span><span class=\"uagb-tm__company\"></span></div></div></div></div></div></div></div>\n<!-- /wp:uagb/testimonial --></div>\n<!-- /wp:uagb/container --></div>\n<!-- /wp:uagb/container --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"0a627dc2\",\"innerContentCustomWidthDesktop\":781,\"innerContentCustomWidthTablet\":781,\"backgroundType\":\"image\",\"backgroundImageDesktop\":{\"id\":54,\"title\":\"background-img\",\"filename\":\"background-img-1.jpg\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/background-img-1.jpg\",\"link\":\"https://blueroan.netgen.cloud/background-img-2/\",\"alt\":\"\",\"author\":\"34\",\"description\":\"\",\"caption\":\"\",\"name\":\"background-img-2\",\"status\":\"inherit\",\"uploadedTo\":0,\"date\":\"2021-05-07T10:11:37.000Z\",\"modified\":\"2021-05-07T10:11:37.000Z\",\"menuOrder\":0,\"mime\":\"image/jpeg\",\"type\":\"image\",\"subtype\":\"jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/default.png\",\"dateFormatted\":\"May 7, 2021\",\"nonces\":{\"update\":\"bb999636b9\",\"delete\":\"d2e1375bc4\",\"edit\":\"005dd2f0c9\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=54\\u0026action=edit\",\"meta\":false,\"authorName\":\"Rishabh\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/user-edit.php?user_id=34\",\"filesizeInBytes\":338858,\"filesizeHumanReadable\":\"331 KB\",\"context\":\"\",\"height\":1080,\"width\":1920,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/background-img-1-150x150.jpg\",\"orientation\":\"landscape\"},\"medium\":{\"height\":169,\"width\":300,\"url\":\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/background-img-1-300x169.jpg\",\"orientation\":\"landscape\"},\"large\":{\"height\":576,\"width\":1024,\"url\":\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/background-img-1-1024x576.jpg\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/background-img-1.jpg\",\"height\":1080,\"width\":1920,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"backgroundImageColor\":\"rgba(42,42,42,0.65)\",\"topPaddingDesktop\":144,\"bottomPaddingDesktop\":144,\"leftPaddingDesktop\":40,\"rightPaddingDesktop\":40,\"topPaddingTablet\":80,\"bottomPaddingTablet\":80,\"leftPaddingTablet\":40,\"rightPaddingTablet\":40,\"topPaddingMobile\":64,\"bottomPaddingMobile\":64,\"leftPaddingMobile\":24,\"rightPaddingMobile\":24,\"paddingLink\":false,\"variationSelected\":true,\"isBlockRootParent\":true,\"overlayType\":\"color\"} -->\n<div class=\"wp-block-uagb-container uagb-block-0a627dc2 alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/advanced-heading {\"block_id\":\"8424d617\",\"classMigrate\":true,\"headingDescToggle\":true,\"headingAlign\":\"center\",\"headingColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"subHeadingColor\":\"var(\\u002d\\u002dast-global-color-4)\",\"headSpace\":20} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-8424d617\"><h2 class=\"uagb-heading-text\">Plan an Unforgettable Experience in Mykonos Today!</h2><p class=\"uagb-desc-text\">We can help you fit your stay and experience within your allotted budget.</p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/advanced-heading {\"block_id\":\"02f985e7\",\"classMigrate\":true,\"headingTitleToggle\":false,\"headingDescToggle\":true,\"headingAlign\":\"center\",\"subHeadingColor\":\"var(\\u002d\\u002dast-global-color-4)\",\"subHeadTransform\":\"uppercase\",\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"subHeadLetterSpacing\":2,\"blockTopPadding\":60,\"blockRightPadding\":0,\"blockLeftPadding\":0,\"blockBottomPadding\":0,\"blockTopPaddingMobile\":30,\"blockRightPaddingMobile\":0,\"blockLeftPaddingMobile\":0,\"blockBottomPaddingMobile\":0} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-02f985e7\"><p class=\"uagb-desc-text\">BOOK YOUR STAY NOW​</p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/icon-list {\"block_id\":\"0c6095f7\",\"classMigrate\":true,\"childMigrate\":true,\"align\":\"center\",\"parentIcon\":\"phone\",\"size\":40,\"sizeMobile\":24,\"sizeTablet\":32,\"fontSize\":48,\"fontSizeMobile\":28,\"fontSizeTablet\":40,\"fontWeight\":\"600\",\"iconColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"labelColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"blockTopPadding\":0,\"blockRightPadding\":0,\"blockLeftPadding\":0,\"blockBottomPadding\":24,\"blockPaddingLink\":false} -->\n<div class=\"wp-block-uagb-icon-list uagb-block-0c6095f7\"><div class=\"uagb-icon-list__wrap\"><!-- wp:uagb/icon-list-child {\"block_id\":\"784eabaf\",\"label\":\"+1-123 456 7890​\",\"label_color\":\"\",\"fromParentIcon\":\"phone\",\"imageSizeChild\":40} -->\n<div class=\"wp-block-uagb-icon-list-child uagb-block-784eabaf\"><span class=\"uagb-icon-list__source-wrap\"><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M511.2 387l-23.25 100.8c-3.266 14.25-15.79 24.22-30.46 24.22C205.2 512 0 306.8 0 54.5c0-14.66 9.969-27.2 24.22-30.45l100.8-23.25C139.7-2.602 154.7 5.018 160.8 18.92l46.52 108.5c5.438 12.78 1.77 27.67-8.98 36.45L144.5 207.1c33.98 69.22 90.26 125.5 159.5 159.5l44.08-53.8c8.688-10.78 23.69-14.51 36.47-8.975l108.5 46.51C506.1 357.2 514.6 372.4 511.2 387z\"></path></svg></span><span class=\"uagb-icon-list__label\">+1-123 456 7890​</span></div>\n<!-- /wp:uagb/icon-list-child --></div></div>\n<!-- /wp:uagb/icon-list --></div></div>\n<!-- /wp:uagb/container -->',	'Home',	'',	'inherit',	'closed',	'closed',	'',	'760-revision-v1',	'',	'',	'2022-12-13 08:57:52',	'2022-12-13 08:57:52',	'',	760,	'https://blueroan.netgen.cloud/?p=785',	0,	'revision',	'',	0),
(786,	2,	'2022-12-13 09:04:53',	'2022-12-13 09:04:53',	'<!-- wp:uagb/container {\"block_id\":\"0c6317da\",\"minHeightDesktop\":95,\"minHeightTablet\":70,\"minHeightMobile\":80,\"minHeightType\":\"vh\",\"alignItemsDesktop\":\"flex-start\",\"backgroundType\":\"image\",\"backgroundImageDesktop\":{\"uploading\":false,\"date\":1670921854000,\"filename\":\"Blue-Roan-pool.jpg\",\"menuOrder\":0,\"uploadedTo\":760,\"type\":\"image\",\"subtype\":\"jpeg\",\"id\":784,\"title\":\"Blue Roan - pool\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Blue-Roan-pool.jpg\",\"link\":\"https://blueroan.netgen.cloud/home/blue-roan-pool/\",\"alt\":\"\",\"author\":\"2\",\"description\":\"\",\"caption\":\"\",\"name\":\"blue-roan-pool\",\"status\":\"inherit\",\"modified\":1670921854000,\"mime\":\"image/jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-includes/images/media/default.png\",\"dateFormatted\":\"December 13, 2022\",\"nonces\":{\"update\":\"51a12ed09e\",\"delete\":\"5174068551\",\"edit\":\"1de0721407\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=784\\u0026action=edit\",\"meta\":false,\"authorName\":\"Netgen Support\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/profile.php\",\"uploadedToTitle\":\"Home\",\"uploadedToLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=760\\u0026action=edit\",\"filesizeInBytes\":154801,\"filesizeHumanReadable\":\"151 KB\",\"context\":\"\",\"height\":667,\"width\":1000,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Blue-Roan-pool-150x150.jpg\",\"orientation\":\"landscape\"},\"medium\":{\"height\":200,\"width\":300,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Blue-Roan-pool-300x200.jpg\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Blue-Roan-pool.jpg\",\"height\":667,\"width\":1000,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"backgroundPositionDesktop\":{\"x\":0.5,\"y\":0.25},\"backgroundImageColor\":\"rgba(42,42,42,0.35)\",\"topPaddingDesktop\":0,\"bottomPaddingDesktop\":0,\"leftPaddingDesktop\":40,\"rightPaddingDesktop\":40,\"topPaddingTablet\":120,\"bottomPaddingTablet\":120,\"leftPaddingTablet\":40,\"rightPaddingTablet\":40,\"topPaddingMobile\":150,\"bottomPaddingMobile\":150,\"leftPaddingMobile\":20,\"rightPaddingMobile\":20,\"paddingLink\":false,\"variationSelected\":true,\"isBlockRootParent\":true,\"overlayType\":\"color\",\"minHeightTypeTablet\":\"vh\",\"minHeightTypeMobile\":\"vh\"} -->\n<div class=\"wp-block-uagb-container uagb-block-0c6317da alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/info-box {\"classMigrate\":true,\"headingAlign\":\"left\",\"headingColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"subHeadingColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"headingTag\":\"h1\",\"subHeadFontSize\":17,\"subHeadFontSizeMobile\":15,\"headSpace\":20,\"subHeadSpace\":40,\"block_id\":\"7fec4256\",\"ctaIcon\":\"\",\"ctaType\":\"button\",\"ctaText\":\"Book Your Stay Now\",\"ctaLink\":\"#\",\"ctaBtnLinkColor\":\"var(\\u002d\\u002dast-global-color-2)\",\"ctaLinkHoverColor\":\"var(\\u002d\\u002dast-global-color-2)\",\"ctaBgColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"ctaBgHoverColor\":\"var(\\u002d\\u002dast-global-color-4)\",\"ctaBorderColor\":\"\",\"ctaBorderStyle\":\"\",\"ctaBorderWidth\":\"\",\"ctaBorderRadius\":\"\",\"iconImage\":{\"url\":\"\",\"alt\":\"InfoBox placeholder img\"},\"showIcon\":false,\"paddingBtnTop\":18,\"paddingBtnBottom\":18,\"paddingBtnLeft\":34,\"paddingBtnRight\":34,\"blockTopPadding\":0,\"blockRightPadding\":40,\"blockLeftPadding\":0,\"blockBottomPadding\":0,\"blockTopPaddingTablet\":0,\"blockRightPaddingTablet\":64,\"blockLeftPaddingTablet\":0,\"blockBottomPaddingTablet\":0,\"blockTopPaddingMobile\":0,\"blockRightPaddingMobile\":0,\"blockLeftPaddingMobile\":0,\"blockBottomPaddingMobile\":0,\"blockPaddingUnit\":\"%\",\"blockPaddingLink\":false,\"subHeadMarginTopTablet\":0,\"subHeadMarginRightTablet\":64,\"subHeadTabletSpace\":40,\"subHeadMarginLeftTablet\":0,\"subHeadMarginTopMobile\":0,\"subHeadMarginRightMobile\":0,\"subHeadMobileSpace\":40,\"subHeadMarginLeftMobile\":0,\"btnBorderTopWidth\":1,\"btnBorderLeftWidth\":1,\"btnBorderRightWidth\":1,\"btnBorderBottomWidth\":1,\"btnBorderTopLeftRadius\":0,\"btnBorderTopRightRadius\":0,\"btnBorderBottomLeftRadius\":0,\"btnBorderBottomRightRadius\":0,\"btnBorderStyle\":\"none\",\"btnBorderColor\":\"#333\"} -->\n<div class=\"wp-block-uagb-info-box uagb-block-7fec4256 uagb-infobox__content-wrap  uagb-infobox-icon-above-title uagb-infobox-image-valign-top\"><div class=\"uagb-ifb-content\"><div class=\"uagb-ifb-title-wrap\"><h1 class=\"uagb-ifb-title\"><strong>Magaliesburg pet friendly self-catering accommodation</strong></h1></div><p class=\"uagb-ifb-desc\">If you are looking for a perfect holiday experience with memories to cherish you are at the right place. Let’s plan a reasonable stay for you.</p><div class=\"uagb-ifb-button-wrapper wp-block-button\"><a href=\"#\" class=\"uagb-infobox-cta-link wp-block-button__link\" target=\"_self\" rel=\"noopener noreferrer\" alt=\"\"><span class=\"uagb-inline-editing\">Book Your Stay Now</span></a></div></div></div>\n<!-- /wp:uagb/info-box --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"a8bde2f2\",\"directionDesktop\":\"row\",\"directionMobile\":\"column-reverse\",\"alignItemsDesktop\":\"flex-start\",\"backgroundType\":\"color\",\"backgroundSizeTablet\":\"cover\",\"backgroundSizeMobile\":\"cover\",\"backgroundColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"topPaddingDesktop\":104,\"bottomPaddingDesktop\":104,\"topPaddingTablet\":80,\"bottomPaddingTablet\":80,\"leftPaddingTablet\":40,\"rightPaddingTablet\":40,\"topPaddingMobile\":64,\"bottomPaddingMobile\":64,\"leftPaddingMobile\":24,\"rightPaddingMobile\":24,\"paddingLink\":false,\"variationSelected\":true,\"columnGapDesktop\":60,\"columnGapTablet\":50,\"isBlockRootParent\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-a8bde2f2 alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/container {\"block_id\":\"6dc41edc\",\"widthDesktop\":50,\"variationSelected\":true,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-6dc41edc\"><!-- wp:uagb/info-box {\"classMigrate\":true,\"headingAlign\":\"left\",\"subHeadingColor\":\"\",\"subHeadFontSize\":16,\"subHeadFontSizeTablet\":16,\"subHeadFontSizeMobile\":15,\"subHeadSpace\":40,\"source_type\":\"image\",\"block_id\":\"774a954b\",\"ctaType\":\"button\",\"ctaText\":\"Know More\",\"ctaBtnLinkColor\":\"\",\"ctaBgColor\":\"\",\"ctaBorderColor\":\"\",\"ctaBorderStyle\":\"\",\"ctaBorderWidth\":\"\",\"ctaBorderRadius\":\"\",\"iconBottomMargin\":40,\"iconImage\":{\"id\":69,\"title\":\"about-us\",\"filename\":\"about-us.jpg\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/about-us.jpg\",\"link\":\"https://blueroan.netgen.cloud/about-us/\",\"alt\":\"\",\"author\":\"34\",\"description\":\"\",\"caption\":\"\",\"name\":\"about-us\",\"status\":\"inherit\",\"uploadedTo\":0,\"date\":\"2021-05-07T13:03:13.000Z\",\"modified\":\"2021-05-07T13:03:13.000Z\",\"menuOrder\":0,\"mime\":\"image/jpeg\",\"type\":\"image\",\"subtype\":\"jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/default.png\",\"dateFormatted\":\"May 7, 2021\",\"nonces\":{\"update\":\"d56f3c3ec2\",\"delete\":\"c1c4f821d9\",\"edit\":\"76cf8b74c4\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=69\\u0026action=edit\",\"meta\":false,\"authorName\":\"Rishabh\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/user-edit.php?user_id=34\",\"filesizeInBytes\":49863,\"filesizeHumanReadable\":\"49 KB\",\"context\":\"\",\"height\":504,\"width\":504,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/about-us-150x150.jpg\",\"orientation\":\"landscape\"},\"medium\":{\"height\":300,\"width\":300,\"url\":\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/about-us-300x300.jpg\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/about-us.jpg\",\"height\":504,\"width\":504,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"imageSize\":\"full\",\"imageWidth\":100,\"imageWidthMobile\":100,\"imageWidthTablet\":100,\"showTitle\":false,\"paddingBtnTop\":18,\"paddingBtnBottom\":18,\"paddingBtnLeft\":34,\"paddingBtnRight\":34,\"imageWidthUnit\":\"%\",\"imageWidthUnitTablet\":\"%\",\"imageWidthUnitMobile\":\"%\",\"subHeadTopMargin\":0,\"subHeadRightMargin\":48,\"subHeadLeftMargin\":0,\"subHeadMarginTopTablet\":0,\"subHeadMarginRightTablet\":0,\"subHeadTabletSpace\":40,\"subHeadMarginLeftTablet\":0,\"imgTagHeight\":100,\"imgTagWidth\":504,\"btnBorderTopWidth\":1,\"btnBorderLeftWidth\":1,\"btnBorderRightWidth\":1,\"btnBorderBottomWidth\":1,\"btnBorderTopLeftRadius\":0,\"btnBorderTopRightRadius\":0,\"btnBorderBottomLeftRadius\":0,\"btnBorderBottomRightRadius\":0,\"btnBorderStyle\":\"solid\",\"btnBorderColor\":\"#333\"} -->\n<div class=\"wp-block-uagb-info-box uagb-block-774a954b uagb-infobox__content-wrap  uagb-infobox-icon-above-title uagb-infobox-image-valign-top\"><div class=\"uagb-ifb-content\"><div class=\"uagb-ifb-image-content\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/about-us.jpg\" alt=\"\" width=\"100\" height=\"100\" loading=\"lazy\"/></div><div class=\"uagb-ifb-title-wrap\"></div><p class=\"uagb-ifb-desc\">Surrounded by scenic beauty and attractive tourist attractions we make it convenient for you to visit all the beautiful places with our inhouse guide. We can also help you arrange transport facilities for an easier commute to nearby places.</p><div class=\"uagb-ifb-button-wrapper wp-block-button\"><a href=\"\" class=\"uagb-infobox-cta-link wp-block-button__link  uagb-disable-link\" target=\"_self\" rel=\"noopener noreferrer\" alt=\"\"><span class=\"uagb-inline-editing\">Know More</span><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M504.3 273.6l-112.1 104c-6.992 6.484-17.18 8.218-25.94 4.406c-8.758-3.812-14.42-12.45-14.42-21.1L351.9 288H32C14.33 288 .0002 273.7 .0002 255.1S14.33 224 32 224h319.9l0-72c0-9.547 5.66-18.19 14.42-22c8.754-3.809 18.95-2.075 25.94 4.41l112.1 104C514.6 247.9 514.6 264.1 504.3 273.6z\"></path></svg></a></div></div></div>\n<!-- /wp:uagb/info-box --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"abca7848\",\"widthDesktop\":50,\"leftPaddingDesktop\":0,\"paddingLink\":false,\"variationSelected\":true,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-abca7848\"><!-- wp:uagb/advanced-heading {\"block_id\":\"a2e817ee\",\"classMigrate\":true,\"headingDescToggle\":true,\"subHeadingColor\":\"\",\"headSpace\":20,\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-a2e817ee\"><h2 class=\"uagb-heading-text\">Experience the Life of Mykonos City​</h2><p class=\"uagb-desc-text\"><strong>We will help you experience Mykonos life in its true sense. From living among the residents to eating authentic delicacies you are sure to walk home with memories and wonderful moments.</strong></p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/image {\"block_id\":\"4fb4133a\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/about-us-2-1.jpg\",\"align\":\"left\",\"id\":88,\"linkDestination\":\"none\",\"width\":504,\"height\":504,\"naturalWidth\":504,\"naturalHeight\":504,\"sizeSlug\":\"full\",\"sizeSlugTablet\":\"full\",\"sizeSlugMobile\":\"full\",\"imageTopMargin\":20,\"imageRightMargin\":0,\"imageLeftMargin\":0,\"imageBottomMargin\":0,\"imageTopMarginMobile\":0,\"imageRightMarginMobile\":0,\"imageLeftMarginMobile\":0,\"imageBottomMarginMobile\":0,\"imageMarginLink\":false} -->\n<div class=\"wp-block-uagb-image uagb-block-4fb4133a wp-block-uagb-image--layout-default wp-block-uagb-image--effect-static wp-block-uagb-image--align-left\"><figure class=\"wp-block-uagb-image__figure\"><img srcset=\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/about-us-2-1.jpg \" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/about-us-2-1.jpg\" alt=\"\" class=\"uag-image-88\" width=\"504\" height=\"504\" title=\"\" loading=\"lazy\"/></figure></div>\n<!-- /wp:uagb/image --></div>\n<!-- /wp:uagb/container --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"abe3fb49\",\"backgroundType\":\"color\",\"backgroundSizeTablet\":\"cover\",\"backgroundSizeMobile\":\"cover\",\"backgroundColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"topPaddingDesktop\":50,\"bottomPaddingDesktop\":100,\"topPaddingTablet\":50,\"bottomPaddingTablet\":25,\"leftPaddingTablet\":20,\"rightPaddingTablet\":20,\"topPaddingMobile\":50,\"bottomPaddingMobile\":20,\"leftPaddingMobile\":20,\"rightPaddingMobile\":20,\"paddingLink\":false,\"variationSelected\":true,\"rowGapDesktop\":0,\"isBlockRootParent\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-abe3fb49 alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/container {\"block_id\":\"8ac39e0c\",\"directionDesktop\":\"row\",\"alignItemsDesktop\":\"flex-end\",\"alignItemsTablet\":\"flex-end\",\"justifyContentDesktop\":\"flex-end\",\"justifyContentTablet\":\"space-between\",\"variationSelected\":true,\"rowGapMobile\":30,\"columnGapDesktop\":0} -->\n<div class=\"wp-block-uagb-container uagb-block-8ac39e0c\"><!-- wp:uagb/advanced-heading {\"block_id\":\"cb7739a9\",\"classMigrate\":true,\"headingDescToggle\":true,\"subHeadingColor\":\"\",\"headSpace\":20,\"subHeadFontSize\":16} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-cb7739a9\"><h2 class=\"uagb-heading-text\">Amenities &amp; Facilities​</h2><p class=\"uagb-desc-text\">If you are looking for a relaxing, refreshing and rejuvenating experience altogether, we offer all of that under one roof.</p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/buttons {\"block_id\":\"dbb7a5dd\",\"classMigrate\":true,\"childMigrate\":true,\"align\":\"right\",\"alignTablet\":\"right\",\"alignMobile\":\"left\",\"gap\":0} -->\n<div class=\"wp-block-uagb-buttons uagb-buttons__outer-wrap uagb-btn__default-btn uagb-btn-tablet__default-btn uagb-btn-mobile__default-btn uagb-block-dbb7a5dd\"><div class=\"uagb-buttons__wrap uagb-buttons-layout-wrap\"><!-- wp:uagb/buttons-child {\"block_id\":\"2126e709\",\"label\":\"View All\",\"link\":\"#\",\"hColor\":\"\",\"borderWidth\":\"\",\"borderRadius\":\"\",\"borderStyle\":\"\",\"borderColor\":\"\",\"borderHColor\":\"\",\"btnBorderTopWidth\":1,\"btnBorderLeftWidth\":1,\"btnBorderRightWidth\":1,\"btnBorderBottomWidth\":1,\"btnBorderTopLeftRadius\":2,\"btnBorderTopRightRadius\":2,\"btnBorderBottomLeftRadius\":2,\"btnBorderBottomRightRadius\":2,\"btnBorderStyle\":\"solid\",\"btnBorderColor\":\"#333\",\"btnBorderHColor\":\"#333\"} -->\n<div class=\"wp-block-uagb-buttons-child uagb-buttons__outer-wrap uagb-block-2126e709 wp-block-button is-style-outline\"><div class=\"uagb-button__wrapper\"><a class=\"uagb-buttons-repeater wp-block-button__link\" href=\"#\" rel=\"follow noopener\" target=\"_self\"><div class=\"uagb-button__link\">View All</div></a></div></div>\n<!-- /wp:uagb/buttons-child --></div></div>\n<!-- /wp:uagb/buttons --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"50ac9eec\",\"directionDesktop\":\"row\",\"alignItemsTablet\":\"flex-start\",\"paddingLink\":false,\"topMarginDesktop\":50,\"bottomMarginDesktop\":20,\"leftMarginDesktop\":0,\"rightMarginDesktop\":0,\"marginLink\":false,\"variationSelected\":true,\"rowGapMobile\":65,\"columnGapDesktop\":48,\"columnGapTablet\":20} -->\n<div class=\"wp-block-uagb-container uagb-block-50ac9eec\"><!-- wp:uagb/info-box {\"classMigrate\":true,\"headingAlign\":\"left\",\"headingColor\":\"\",\"subHeadingColor\":\"\",\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"source_type\":\"image\",\"block_id\":\"3b052ad9\",\"ctaType\":\"text\",\"ctaText\":\"READ MORE\",\"ctaLinkColor\":\"var(\\u002d\\u002dast-global-color-0)\",\"ctaDecoration\":\"underline\",\"ctaFontSize\":12,\"ctaFontWeight\":\"600\",\"ctaLetterSpacing\":2,\"ctaBorderColor\":\"\",\"ctaBorderStyle\":\"\",\"ctaBorderWidth\":\"\",\"ctaBorderRadius\":\"\",\"iconBottomMargin\":30,\"iconImage\":{\"id\":90,\"title\":\"swimming-pool\",\"filename\":\"swimming-pool.jpg\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/swimming-pool.jpg\",\"link\":\"https://blueroan.netgen.cloud/swimming-pool/\",\"alt\":\"\",\"author\":\"34\",\"description\":\"\",\"caption\":\"\",\"name\":\"swimming-pool\",\"status\":\"inherit\",\"uploadedTo\":0,\"date\":\"2021-05-07T14:28:45.000Z\",\"modified\":\"2021-05-07T14:28:45.000Z\",\"menuOrder\":0,\"mime\":\"image/jpeg\",\"type\":\"image\",\"subtype\":\"jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/default.png\",\"dateFormatted\":\"May 7, 2021\",\"nonces\":{\"update\":\"971c957832\",\"delete\":\"8fb57461ba\",\"edit\":\"e9a8bb1d06\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=90\\u0026action=edit\",\"meta\":false,\"authorName\":\"Rishabh\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/user-edit.php?user_id=34\",\"filesizeInBytes\":29663,\"filesizeHumanReadable\":\"29 KB\",\"context\":\"\",\"height\":440,\"width\":370,\"orientation\":\"portrait\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/swimming-pool-150x150.jpg\",\"orientation\":\"landscape\"},\"medium\":{\"height\":300,\"width\":252,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/swimming-pool-252x300-1.jpg\",\"orientation\":\"portrait\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/swimming-pool.jpg\",\"height\":440,\"width\":370,\"orientation\":\"portrait\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"imageSize\":\"full\",\"imageWidth\":100,\"imageWidthMobile\":100,\"imageWidthTablet\":100,\"paddingBtnTop\":10,\"paddingBtnBottom\":10,\"paddingBtnLeft\":14,\"paddingBtnRight\":14,\"imageWidthUnit\":\"%\",\"imageWidthUnitTablet\":\"%\",\"imageWidthUnitMobile\":\"%\",\"subHeadTopMargin\":0,\"subHeadRightMargin\":40,\"subHeadLeftMargin\":0,\"subHeadMarginTopTablet\":0,\"subHeadMarginRightTablet\":0,\"subHeadTabletSpace\":20,\"subHeadMarginLeftTablet\":0,\"imgTagHeight\":118,\"imgTagWidth\":370,\"btnBorderTopWidth\":1,\"btnBorderLeftWidth\":1,\"btnBorderRightWidth\":1,\"btnBorderBottomWidth\":1,\"btnBorderTopLeftRadius\":0,\"btnBorderTopRightRadius\":0,\"btnBorderBottomLeftRadius\":0,\"btnBorderBottomRightRadius\":0,\"btnBorderStyle\":\"solid\",\"btnBorderColor\":\"#333\"} -->\n<div class=\"wp-block-uagb-info-box uagb-block-3b052ad9 uagb-infobox__content-wrap  uagb-infobox-icon-above-title uagb-infobox-image-valign-top\"><div class=\"uagb-ifb-content\"><div class=\"uagb-ifb-image-content\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/swimming-pool.jpg\" alt=\"\" width=\"100\" height=\"118\" loading=\"lazy\"/></div><div class=\"uagb-ifb-title-wrap\"><h3 class=\"uagb-ifb-title\">An Infinite-edge Pool​</h3></div><p class=\"uagb-ifb-desc\">Experience the joy of swimming in our infinity-edge pool that gives you a nice picturesque view.</p><div class=\"uagb-ifb-button-wrapper wp-block-button\"><a href=\"\" target=\"_self\" class=\"uagb-infobox-cta-link uagb-disable-link\" rel=\"noopener noreferrer\" alt=\"\"><span class=\"uagb-inline-editing\">READ MORE</span><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M504.3 273.6l-112.1 104c-6.992 6.484-17.18 8.218-25.94 4.406c-8.758-3.812-14.42-12.45-14.42-21.1L351.9 288H32C14.33 288 .0002 273.7 .0002 255.1S14.33 224 32 224h319.9l0-72c0-9.547 5.66-18.19 14.42-22c8.754-3.809 18.95-2.075 25.94 4.41l112.1 104C514.6 247.9 514.6 264.1 504.3 273.6z\"></path></svg></a></div></div></div>\n<!-- /wp:uagb/info-box -->\n\n<!-- wp:uagb/info-box {\"classMigrate\":true,\"headingAlign\":\"left\",\"headingColor\":\"\",\"subHeadingColor\":\"\",\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"source_type\":\"image\",\"block_id\":\"7081582f\",\"ctaType\":\"text\",\"ctaText\":\"READ MORE\",\"ctaLinkColor\":\"var(\\u002d\\u002dast-global-color-0)\",\"ctaDecoration\":\"underline\",\"ctaFontSize\":12,\"ctaFontWeight\":\"600\",\"ctaLetterSpacing\":2,\"ctaBorderColor\":\"\",\"ctaBorderStyle\":\"\",\"ctaBorderWidth\":\"\",\"ctaBorderRadius\":\"\",\"iconBottomMargin\":30,\"iconImage\":{\"id\":235,\"title\":\"spa\",\"filename\":\"spa.jpg\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/spa.jpg\",\"link\":\"https://blueroan.netgen.cloud/spa/\",\"alt\":\"\",\"author\":\"34\",\"description\":\"\",\"caption\":\"\",\"name\":\"spa\",\"status\":\"inherit\",\"uploadedTo\":0,\"date\":\"2021-05-11T10:14:20.000Z\",\"modified\":\"2021-05-11T10:14:20.000Z\",\"menuOrder\":0,\"mime\":\"image/jpeg\",\"type\":\"image\",\"subtype\":\"jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/default.png\",\"dateFormatted\":\"May 11, 2021\",\"nonces\":{\"update\":\"580ee12d5e\",\"delete\":\"261a8e7a22\",\"edit\":\"6139a47c8c\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=235\\u0026action=edit\",\"meta\":false,\"authorName\":\"Rishabh\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/user-edit.php?user_id=34\",\"filesizeInBytes\":27664,\"filesizeHumanReadable\":\"27 KB\",\"context\":\"\",\"height\":440,\"width\":370,\"orientation\":\"portrait\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/spa-150x150.jpg\",\"orientation\":\"landscape\"},\"medium\":{\"height\":300,\"width\":252,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/spa-252x300-1.jpg\",\"orientation\":\"portrait\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/spa.jpg\",\"height\":440,\"width\":370,\"orientation\":\"portrait\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"imageSize\":\"full\",\"imageWidth\":100,\"imageWidthMobile\":100,\"imageWidthTablet\":100,\"paddingBtnTop\":10,\"paddingBtnBottom\":10,\"paddingBtnLeft\":14,\"paddingBtnRight\":14,\"imageWidthUnit\":\"%\",\"imageWidthUnitTablet\":\"%\",\"imageWidthUnitMobile\":\"%\",\"subHeadTopMargin\":0,\"subHeadRightMargin\":40,\"subHeadLeftMargin\":0,\"subHeadMarginTopTablet\":0,\"subHeadMarginRightTablet\":0,\"subHeadTabletSpace\":20,\"subHeadMarginLeftTablet\":0,\"imgTagHeight\":118,\"imgTagWidth\":370,\"btnBorderTopWidth\":1,\"btnBorderLeftWidth\":1,\"btnBorderRightWidth\":1,\"btnBorderBottomWidth\":1,\"btnBorderTopLeftRadius\":0,\"btnBorderTopRightRadius\":0,\"btnBorderBottomLeftRadius\":0,\"btnBorderBottomRightRadius\":0,\"btnBorderStyle\":\"solid\",\"btnBorderColor\":\"#333\"} -->\n<div class=\"wp-block-uagb-info-box uagb-block-7081582f uagb-infobox__content-wrap  uagb-infobox-icon-above-title uagb-infobox-image-valign-top\"><div class=\"uagb-ifb-content\"><div class=\"uagb-ifb-image-content\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/spa.jpg\" alt=\"\" width=\"100\" height=\"118\" loading=\"lazy\"/></div><div class=\"uagb-ifb-title-wrap\"><h3 class=\"uagb-ifb-title\">An Iconic Spa​</h3></div><p class=\"uagb-ifb-desc\">Set forth on an exquisite wellness journey to refresh, re-energize and rejuvenate at our iconic spa.</p><div class=\"uagb-ifb-button-wrapper wp-block-button\"><a href=\"\" target=\"_self\" class=\"uagb-infobox-cta-link uagb-disable-link\" rel=\"noopener noreferrer\" alt=\"\"><span class=\"uagb-inline-editing\">READ MORE</span><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M504.3 273.6l-112.1 104c-6.992 6.484-17.18 8.218-25.94 4.406c-8.758-3.812-14.42-12.45-14.42-21.1L351.9 288H32C14.33 288 .0002 273.7 .0002 255.1S14.33 224 32 224h319.9l0-72c0-9.547 5.66-18.19 14.42-22c8.754-3.809 18.95-2.075 25.94 4.41l112.1 104C514.6 247.9 514.6 264.1 504.3 273.6z\"></path></svg></a></div></div></div>\n<!-- /wp:uagb/info-box -->\n\n<!-- wp:uagb/info-box {\"classMigrate\":true,\"headingAlign\":\"left\",\"headingColor\":\"\",\"subHeadingColor\":\"\",\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"source_type\":\"image\",\"block_id\":\"82651bce\",\"ctaType\":\"text\",\"ctaText\":\"READ MORE\",\"ctaLinkColor\":\"var(\\u002d\\u002dast-global-color-0)\",\"ctaDecoration\":\"underline\",\"ctaFontSize\":12,\"ctaFontWeight\":\"600\",\"ctaLetterSpacing\":2,\"ctaBorderColor\":\"\",\"ctaBorderStyle\":\"\",\"ctaBorderWidth\":\"\",\"ctaBorderRadius\":\"\",\"iconBottomMargin\":30,\"iconImage\":{\"id\":115,\"title\":\"rooms\",\"filename\":\"rooms.jpg\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/rooms.jpg\",\"link\":\"https://blueroan.netgen.cloud/rooms-2/\",\"alt\":\"\",\"author\":\"34\",\"description\":\"\",\"caption\":\"\",\"name\":\"rooms-2\",\"status\":\"inherit\",\"uploadedTo\":0,\"date\":\"2021-05-11T04:53:41.000Z\",\"modified\":\"2021-05-11T04:53:41.000Z\",\"menuOrder\":0,\"mime\":\"image/jpeg\",\"type\":\"image\",\"subtype\":\"jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/default.png\",\"dateFormatted\":\"May 11, 2021\",\"nonces\":{\"update\":\"4e23be63e1\",\"delete\":\"0c10fb0869\",\"edit\":\"714e3ba079\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=115\\u0026action=edit\",\"meta\":false,\"authorName\":\"Rishabh\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/user-edit.php?user_id=34\",\"filesizeInBytes\":31085,\"filesizeHumanReadable\":\"30 KB\",\"context\":\"\",\"height\":440,\"width\":370,\"orientation\":\"portrait\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/rooms-150x150.jpg\",\"orientation\":\"landscape\"},\"medium\":{\"height\":300,\"width\":252,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/rooms-252x300-1.jpg\",\"orientation\":\"portrait\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/rooms.jpg\",\"height\":440,\"width\":370,\"orientation\":\"portrait\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"imageSize\":\"full\",\"imageWidth\":100,\"imageWidthMobile\":100,\"imageWidthTablet\":100,\"paddingBtnTop\":10,\"paddingBtnBottom\":10,\"paddingBtnLeft\":14,\"paddingBtnRight\":14,\"imageWidthUnit\":\"%\",\"imageWidthUnitTablet\":\"%\",\"imageWidthUnitMobile\":\"%\",\"subHeadTopMargin\":0,\"subHeadRightMargin\":40,\"subHeadLeftMargin\":0,\"subHeadMarginTopTablet\":0,\"subHeadMarginRightTablet\":0,\"subHeadTabletSpace\":20,\"subHeadMarginLeftTablet\":0,\"imgTagHeight\":118,\"imgTagWidth\":370,\"btnBorderTopWidth\":1,\"btnBorderLeftWidth\":1,\"btnBorderRightWidth\":1,\"btnBorderBottomWidth\":1,\"btnBorderTopLeftRadius\":0,\"btnBorderTopRightRadius\":0,\"btnBorderBottomLeftRadius\":0,\"btnBorderBottomRightRadius\":0,\"btnBorderStyle\":\"solid\",\"btnBorderColor\":\"#333\"} -->\n<div class=\"wp-block-uagb-info-box uagb-block-82651bce uagb-infobox__content-wrap  uagb-infobox-icon-above-title uagb-infobox-image-valign-top\"><div class=\"uagb-ifb-content\"><div class=\"uagb-ifb-image-content\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/rooms.jpg\" alt=\"\" width=\"100\" height=\"118\" loading=\"lazy\"/></div><div class=\"uagb-ifb-title-wrap\"><h3 class=\"uagb-ifb-title\">In-house Restaurants​</h3></div><p class=\"uagb-ifb-desc\">We have three in-house restaurants offering different cuisines that you can choose from.</p><div class=\"uagb-ifb-button-wrapper wp-block-button\"><a href=\"\" target=\"_self\" class=\"uagb-infobox-cta-link uagb-disable-link\" rel=\"noopener noreferrer\" alt=\"\"><span class=\"uagb-inline-editing\">READ MORE</span><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M504.3 273.6l-112.1 104c-6.992 6.484-17.18 8.218-25.94 4.406c-8.758-3.812-14.42-12.45-14.42-21.1L351.9 288H32C14.33 288 .0002 273.7 .0002 255.1S14.33 224 32 224h319.9l0-72c0-9.547 5.66-18.19 14.42-22c8.754-3.809 18.95-2.075 25.94 4.41l112.1 104C514.6 247.9 514.6 264.1 504.3 273.6z\"></path></svg></a></div></div></div>\n<!-- /wp:uagb/info-box --></div>\n<!-- /wp:uagb/container --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"e0dd1450\",\"backgroundType\":\"color\",\"backgroundSizeTablet\":\"cover\",\"backgroundSizeMobile\":\"cover\",\"backgroundColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"bottomPaddingDesktop\":104,\"leftPaddingDesktop\":40,\"rightPaddingDesktop\":40,\"topPaddingTablet\":80,\"bottomPaddingTablet\":80,\"leftPaddingTablet\":40,\"rightPaddingTablet\":40,\"topPaddingMobile\":64,\"bottomPaddingMobile\":64,\"leftPaddingMobile\":24,\"rightPaddingMobile\":24,\"paddingLink\":false,\"variationSelected\":true,\"rowGapDesktop\":0,\"isBlockRootParent\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-e0dd1450 alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/advanced-heading {\"block_id\":\"59e97b90\",\"classMigrate\":true,\"headingDescToggle\":true,\"headingAlign\":\"center\",\"headingAlignMobile\":\"left\",\"subHeadingColor\":\"\",\"headSpace\":20,\"subHeadFontSize\":16,\"blockBottomPadding\":20} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-59e97b90\"><h2 class=\"uagb-heading-text\">Our Inside Pictures​</h2><p class=\"uagb-desc-text\">Take a look at some pretty pictures captured in and around our premises.</p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/container {\"block_id\":\"c2ecf000\",\"directionDesktop\":\"row\",\"alignItemsDesktop\":\"flex-start\",\"topMarginDesktop\":20,\"bottomMarginDesktop\":0,\"leftMarginDesktop\":0,\"rightMarginDesktop\":0,\"marginLink\":false,\"variationSelected\":true,\"rowGapMobile\":24,\"columnGapDesktop\":24,\"columnGapTablet\":20} -->\n<div class=\"wp-block-uagb-container uagb-block-c2ecf000\"><!-- wp:uagb/container {\"block_id\":\"c6a68d52\",\"widthDesktop\":32,\"variationSelected\":true,\"rowGapDesktop\":24,\"rowGapTablet\":20,\"rowGapMobile\":24,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-c6a68d52\"><!-- wp:uagb/image {\"block_id\":\"af0e3608\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/gallery-1.jpg\",\"id\":105,\"linkDestination\":\"none\",\"width\":388,\"height\":240,\"naturalWidth\":388,\"naturalHeight\":240,\"sizeSlug\":\"full\",\"sizeSlugTablet\":\"full\",\"sizeSlugMobile\":\"full\"} -->\n<div class=\"wp-block-uagb-image uagb-block-af0e3608 wp-block-uagb-image--layout-default wp-block-uagb-image--effect-static wp-block-uagb-image--align-none\"><figure class=\"wp-block-uagb-image__figure\"><img srcset=\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/gallery-1.jpg \" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/gallery-1.jpg\" alt=\"\" class=\"uag-image-105\" width=\"388\" height=\"240\" title=\"\" loading=\"lazy\"/></figure></div>\n<!-- /wp:uagb/image -->\n\n<!-- wp:uagb/image {\"block_id\":\"05122957\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/gallery-6.jpg\",\"id\":110,\"linkDestination\":\"none\",\"naturalWidth\":388,\"naturalHeight\":240,\"sizeSlug\":\"full\",\"sizeSlugTablet\":\"full\",\"sizeSlugMobile\":\"full\"} -->\n<div class=\"wp-block-uagb-image uagb-block-05122957 wp-block-uagb-image--layout-default wp-block-uagb-image--effect-static wp-block-uagb-image--align-none\"><figure class=\"wp-block-uagb-image__figure\"><img srcset=\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/gallery-6.jpg \" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/gallery-6.jpg\" alt=\"\" class=\"uag-image-110\" width=\"\" height=\"\" title=\"\" loading=\"lazy\"/></figure></div>\n<!-- /wp:uagb/image --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"ff727403\",\"widthDesktop\":67,\"variationSelected\":true,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-ff727403\"><!-- wp:uagb/image {\"block_id\":\"c733a959\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/gallery-2.jpg\",\"id\":106,\"linkDestination\":\"none\",\"width\":788,\"widthTablet\":780,\"height\":504,\"heightTablet\":0,\"naturalWidth\":788,\"naturalHeight\":504,\"sizeSlug\":\"full\",\"sizeSlugTablet\":\"full\",\"sizeSlugMobile\":\"full\",\"customHeightSetDesktop\":true} -->\n<div class=\"wp-block-uagb-image uagb-block-c733a959 wp-block-uagb-image--layout-default wp-block-uagb-image--effect-static wp-block-uagb-image--align-none\"><figure class=\"wp-block-uagb-image__figure\"><img srcset=\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/gallery-2.jpg \" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/gallery-2.jpg\" alt=\"\" class=\"uag-image-106\" width=\"788\" height=\"504\" title=\"\" loading=\"lazy\"/></figure></div>\n<!-- /wp:uagb/image --></div>\n<!-- /wp:uagb/container --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"9a01a462\",\"directionDesktop\":\"row\",\"alignItemsDesktop\":\"flex-start\",\"topMarginDesktop\":24,\"bottomMarginDesktop\":0,\"leftMarginDesktop\":0,\"rightMarginDesktop\":0,\"topMarginTablet\":20,\"bottomMarginTablet\":0,\"leftMarginTablet\":0,\"rightMarginTablet\":0,\"topMarginMobile\":24,\"bottomMarginMobile\":0,\"leftMarginMobile\":0,\"rightMarginMobile\":0,\"marginLink\":false,\"variationSelected\":true,\"columnGapDesktop\":24,\"columnGapTablet\":20} -->\n<div class=\"wp-block-uagb-container uagb-block-9a01a462\"><!-- wp:uagb/container {\"block_id\":\"b408d6a7\",\"widthDesktop\":67,\"variationSelected\":true,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-b408d6a7\"><!-- wp:uagb/image {\"block_id\":\"ca4f13f5\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/gallery-3.jpg\",\"id\":107,\"linkDestination\":\"none\",\"width\":788,\"height\":504,\"naturalWidth\":788,\"naturalHeight\":504,\"sizeSlug\":\"full\",\"sizeSlugTablet\":\"full\",\"sizeSlugMobile\":\"full\",\"customHeightSetDesktop\":true} -->\n<div class=\"wp-block-uagb-image uagb-block-ca4f13f5 wp-block-uagb-image--layout-default wp-block-uagb-image--effect-static wp-block-uagb-image--align-none\"><figure class=\"wp-block-uagb-image__figure\"><img srcset=\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/gallery-3.jpg \" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/gallery-3.jpg\" alt=\"\" class=\"uag-image-107\" width=\"788\" height=\"504\" title=\"\" loading=\"lazy\"/></figure></div>\n<!-- /wp:uagb/image --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"d1464209\",\"widthDesktop\":32,\"variationSelected\":true,\"rowGapDesktop\":24,\"rowGapTablet\":20,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-d1464209\"><!-- wp:uagb/image {\"block_id\":\"ea921efb\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/gallery-5.jpg\",\"id\":109,\"linkDestination\":\"none\",\"width\":388,\"height\":240,\"naturalWidth\":388,\"naturalHeight\":240,\"sizeSlug\":\"full\",\"sizeSlugTablet\":\"full\",\"sizeSlugMobile\":\"full\"} -->\n<div class=\"wp-block-uagb-image uagb-block-ea921efb wp-block-uagb-image--layout-default wp-block-uagb-image--effect-static wp-block-uagb-image--align-none\"><figure class=\"wp-block-uagb-image__figure\"><img srcset=\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/gallery-5.jpg \" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/gallery-5.jpg\" alt=\"\" class=\"uag-image-109\" width=\"388\" height=\"240\" title=\"\" loading=\"lazy\"/></figure></div>\n<!-- /wp:uagb/image -->\n\n<!-- wp:uagb/image {\"block_id\":\"ff985fad\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/gallery-4.jpg\",\"id\":108,\"linkDestination\":\"none\",\"naturalWidth\":388,\"naturalHeight\":240,\"sizeSlug\":\"full\",\"sizeSlugTablet\":\"full\",\"sizeSlugMobile\":\"full\"} -->\n<div class=\"wp-block-uagb-image uagb-block-ff985fad wp-block-uagb-image--layout-default wp-block-uagb-image--effect-static wp-block-uagb-image--align-none\"><figure class=\"wp-block-uagb-image__figure\"><img srcset=\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/gallery-4.jpg \" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/gallery-4.jpg\" alt=\"\" class=\"uag-image-108\" width=\"\" height=\"\" title=\"\" loading=\"lazy\"/></figure></div>\n<!-- /wp:uagb/image --></div>\n<!-- /wp:uagb/container --></div>\n<!-- /wp:uagb/container --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"1e4d8925\",\"backgroundType\":\"color\",\"backgroundSizeTablet\":\"cover\",\"backgroundSizeMobile\":\"cover\",\"backgroundColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"topPaddingDesktop\":40,\"bottomPaddingDesktop\":104,\"leftPaddingDesktop\":40,\"rightPaddingDesktop\":40,\"topPaddingTablet\":80,\"bottomPaddingTablet\":80,\"leftPaddingTablet\":40,\"rightPaddingTablet\":40,\"topPaddingMobile\":64,\"bottomPaddingMobile\":64,\"leftPaddingMobile\":24,\"rightPaddingMobile\":24,\"paddingLink\":false,\"variationSelected\":true,\"rowGapDesktop\":0,\"isBlockRootParent\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-1e4d8925 alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/advanced-heading {\"block_id\":\"b0f8cdab\",\"classMigrate\":true,\"headingDescToggle\":true,\"headingAlign\":\"center\",\"headingAlignMobile\":\"left\",\"subHeadingColor\":\"\",\"headSpace\":20,\"subHeadFontSize\":16,\"blockBottomPadding\":20} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-b0f8cdab\"><h2 class=\"uagb-heading-text\">What Our Guests Say​</h2><p class=\"uagb-desc-text\">We take pride in serving our guests with the best experience. Read what they say.</p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/container {\"block_id\":\"65301aea\",\"directionDesktop\":\"row\",\"topMarginDesktop\":40,\"bottomMarginDesktop\":0,\"leftMarginDesktop\":0,\"rightMarginDesktop\":0,\"marginLink\":false,\"variationSelected\":true,\"rowGapMobile\":40,\"columnGapDesktop\":90} -->\n<div class=\"wp-block-uagb-container uagb-block-65301aea\"><!-- wp:uagb/container {\"block_id\":\"9fd3d0fd\",\"widthDesktop\":50,\"variationSelected\":true,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-9fd3d0fd\"><!-- wp:uagb/star-rating {\"block_id\":\"831f7aaf\",\"rating\":4.5,\"color\":\"var(\\u002d\\u002dast-global-color-2)\"} -->\n<div class=\"wp-block-uagb-star-rating uagb-block-831f7aaf\"><div class=\"uag-star-rating\" title=\"4.5/5\"><span class=\"uag-star\">★</span><span class=\"uag-star\">★</span><span class=\"uag-star\">★</span><span class=\"uag-star\">★</span><span class=\"uag-star\">★</span></div></div>\n<!-- /wp:uagb/star-rating -->\n\n<!-- wp:uagb/testimonial {\"test_item_count\":1,\"classMigrate\":true,\"test_block\":[{\"description\":\"\\u0022Proin nulla mauris et volutpat adipiscing suspendisse vehicula blandit sagittis orci etiam morbi elit etiam semper eu lacus pretium hac nisl leo amet ullamcorper.\\u0022​\",\"name\":\"\\u003cstrong\\u003eEMILY HUNT​\\u003c/strong\\u003e\",\"company\":\"\",\"image\":{\"id\":119,\"title\":\"testimonial1\",\"filename\":\"testimonial1.jpg\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/testimonial1.jpg\",\"link\":\"https://blueroan.netgen.cloud/testimonial1/\",\"alt\":\"\",\"author\":\"34\",\"description\":\"\",\"caption\":\"\",\"name\":\"testimonial1\",\"status\":\"inherit\",\"uploadedTo\":0,\"date\":\"2021-05-11T05:02:02.000Z\",\"modified\":\"2021-05-11T05:02:02.000Z\",\"menuOrder\":0,\"mime\":\"image/jpeg\",\"type\":\"image\",\"subtype\":\"jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/default.png\",\"dateFormatted\":\"May 11, 2021\",\"nonces\":{\"update\":\"b92fe40c3d\",\"delete\":\"643c1eb8f1\",\"edit\":\"d3e7d56b1d\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=119\\u0026action=edit\",\"meta\":false,\"authorName\":\"Rishabh\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/user-edit.php?user_id=34\",\"filesizeInBytes\":11264,\"filesizeHumanReadable\":\"11 KB\",\"context\":\"\",\"height\":250,\"width\":250,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/testimonial1-150x150.jpg\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/testimonial1.jpg\",\"height\":250,\"width\":250,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}}}],\"headingAlign\":\"left\",\"headingAlignTablet\":\"left\",\"headingAlignMobile\":\"left\",\"descColor\":\"var(\\u002d\\u002dast-global-color-3)\",\"nameFontSize\":14,\"nameLineHeight\":1,\"descFontSize\":16,\"descFontWeight\":\"600\",\"nameSpace\":1,\"block_id\":\"986975d6\",\"iconImage\":{\"url\":\"\",\"alt\":\"InfoBox placeholder img\"},\"imageWidth\":32,\"columnGap\":1,\"borderStyle\":\"\",\"paddingTop\":0,\"paddingBottom\":0,\"paddingLeft\":0,\"paddingRight\":0,\"spacingLink\":true,\"imgpaddingTop\":0,\"imgpaddingRight\":15,\"imgpaddingBottom\":0,\"imgpaddingLeft\":0,\"overallBorderStyle\":\"none\",\"imgTagHeight\":32,\"imgTagWidth\":150} -->\n<div class=\"wp-block-uagb-testimonial uagb-slick-carousel uagb-tm__arrow-outside uagb-block-986975d6 uagb-post__carousel_notset uagb-post__carousel_notset-tablet uagb-post__carousel_notset-mobile\"><div class=\"is-carousel uagb-tm__columns-1 uagb-tm__items\"><div class=\"uagb-testimonial__wrap  uagb-tm__imgicon-style-circle uagb-tm__image-position-bottom uagb-tm__bg-type-none \"><div class=\"uagb-tm__content\"><div class=\"uagb-tm__overlay\"></div><div class=\"uagb-tm__text-wrap\"><div class=\"uagb-tm__desc\">\"Proin nulla mauris et volutpat adipiscing suspendisse vehicula blandit sagittis orci etiam morbi elit etiam semper eu lacus pretium hac nisl leo amet ullamcorper.\"​</div><div class=\"uagb-tm__meta-inner\"><div class=\"uagb-tm__image-content\"><div class=\"uagb-tm__image\"><img class=\"uagb-tm-img-src\" src=\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/testimonial1-150x150.jpg\" alt=\"\" width=\"32\" height=\"32\" loading=\"lazy\"/></div></div><div class=\"uagb-testimonial-details\"><span class=\"uagb-tm__author-name\"><strong>EMILY HUNT​</strong></span><span class=\"uagb-tm__company\"></span></div></div></div></div></div></div></div>\n<!-- /wp:uagb/testimonial -->\n\n<!-- wp:uagb/star-rating {\"block_id\":\"493d7bd6\",\"rating\":4.5,\"color\":\"var(\\u002d\\u002dast-global-color-2)\",\"blockTopMargin\":30,\"blockRightMargin\":0,\"blockLeftMargin\":0,\"blockBottomMargin\":0,\"blockTopMarginMobile\":20,\"blockRightMarginMobile\":0,\"blockLeftMarginMobile\":0,\"blockBottomMarginMobile\":0} -->\n<div class=\"wp-block-uagb-star-rating uagb-block-493d7bd6\"><div class=\"uag-star-rating\" title=\"4.5/5\"><span class=\"uag-star\">★</span><span class=\"uag-star\">★</span><span class=\"uag-star\">★</span><span class=\"uag-star\">★</span><span class=\"uag-star\">★</span></div></div>\n<!-- /wp:uagb/star-rating -->\n\n<!-- wp:uagb/testimonial {\"test_item_count\":1,\"classMigrate\":true,\"test_block\":[{\"description\":\"\\u0022Proin nulla mauris et volutpat adipiscing suspendisse vehicula blandit sagittis orci etiam morbi elit etiam semper eu lacus pretium hac nisl leo amet ullamcorper.\\u0022​\",\"name\":\"\\u003cstrong\\u003e\\u003cstrong\\u003eJULIE ROBINSON​\\u003c/strong\\u003e\\u003c/strong\\u003e\",\"company\":\"\",\"image\":{\"id\":122,\"title\":\"testimonial4\",\"filename\":\"testimonial4.jpg\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/testimonial4.jpg\",\"link\":\"https://blueroan.netgen.cloud/testimonial4/\",\"alt\":\"\",\"author\":\"34\",\"description\":\"\",\"caption\":\"\",\"name\":\"testimonial4\",\"status\":\"inherit\",\"uploadedTo\":0,\"date\":\"2021-05-11T05:02:06.000Z\",\"modified\":\"2021-05-11T05:02:06.000Z\",\"menuOrder\":0,\"mime\":\"image/jpeg\",\"type\":\"image\",\"subtype\":\"jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/default.png\",\"dateFormatted\":\"May 11, 2021\",\"nonces\":{\"update\":\"4e34860add\",\"delete\":\"9e126a55cd\",\"edit\":\"33ffd3c040\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=122\\u0026action=edit\",\"meta\":false,\"authorName\":\"Rishabh\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/user-edit.php?user_id=34\",\"filesizeInBytes\":16584,\"filesizeHumanReadable\":\"16 KB\",\"context\":\"\",\"height\":250,\"width\":250,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/testimonial4-150x150.jpg\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/testimonial4.jpg\",\"height\":250,\"width\":250,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}}}],\"headingAlign\":\"left\",\"headingAlignTablet\":\"left\",\"headingAlignMobile\":\"left\",\"descColor\":\"var(\\u002d\\u002dast-global-color-3)\",\"nameFontSize\":14,\"nameLineHeight\":1,\"descFontSize\":16,\"descFontWeight\":\"600\",\"nameSpace\":1,\"block_id\":\"98327128\",\"iconImage\":{\"url\":\"\",\"alt\":\"InfoBox placeholder img\"},\"imageWidth\":32,\"columnGap\":1,\"borderStyle\":\"\",\"paddingTop\":0,\"paddingBottom\":0,\"paddingLeft\":0,\"paddingRight\":0,\"spacingLink\":true,\"imgpaddingTop\":0,\"imgpaddingRight\":15,\"imgpaddingBottom\":0,\"imgpaddingLeft\":0,\"overallBorderStyle\":\"none\",\"imgTagHeight\":32,\"imgTagWidth\":150} -->\n<div class=\"wp-block-uagb-testimonial uagb-slick-carousel uagb-tm__arrow-outside uagb-block-98327128 uagb-post__carousel_notset uagb-post__carousel_notset-tablet uagb-post__carousel_notset-mobile\"><div class=\"is-carousel uagb-tm__columns-1 uagb-tm__items\"><div class=\"uagb-testimonial__wrap  uagb-tm__imgicon-style-circle uagb-tm__image-position-bottom uagb-tm__bg-type-none \"><div class=\"uagb-tm__content\"><div class=\"uagb-tm__overlay\"></div><div class=\"uagb-tm__text-wrap\"><div class=\"uagb-tm__desc\">\"Proin nulla mauris et volutpat adipiscing suspendisse vehicula blandit sagittis orci etiam morbi elit etiam semper eu lacus pretium hac nisl leo amet ullamcorper.\"​</div><div class=\"uagb-tm__meta-inner\"><div class=\"uagb-tm__image-content\"><div class=\"uagb-tm__image\"><img class=\"uagb-tm-img-src\" src=\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/testimonial4-150x150.jpg\" alt=\"\" width=\"32\" height=\"32\" loading=\"lazy\"/></div></div><div class=\"uagb-testimonial-details\"><span class=\"uagb-tm__author-name\"><strong><strong>JULIE ROBINSON​</strong></strong></span><span class=\"uagb-tm__company\"></span></div></div></div></div></div></div></div>\n<!-- /wp:uagb/testimonial --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"6be2f60f\",\"widthDesktop\":50,\"variationSelected\":true,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-6be2f60f\"><!-- wp:uagb/star-rating {\"block_id\":\"ee5c5b43\",\"rating\":4.5,\"color\":\"var(\\u002d\\u002dast-global-color-2)\"} -->\n<div class=\"wp-block-uagb-star-rating uagb-block-ee5c5b43\"><div class=\"uag-star-rating\" title=\"4.5/5\"><span class=\"uag-star\">★</span><span class=\"uag-star\">★</span><span class=\"uag-star\">★</span><span class=\"uag-star\">★</span><span class=\"uag-star\">★</span></div></div>\n<!-- /wp:uagb/star-rating -->\n\n<!-- wp:uagb/testimonial {\"test_item_count\":1,\"classMigrate\":true,\"test_block\":[{\"description\":\"\\u0022Proin nulla mauris et volutpat adipiscing suspendisse vehicula blandit sagittis orci etiam morbi elit etiam semper eu lacus pretium hac nisl leo amet ullamcorper.\\u0022​\",\"name\":\"\\u003cstrong\\u003e\\u003cstrong\\u003eMORGAN JONATHAN​\\u003c/strong\\u003e\\u003c/strong\\u003e\",\"company\":\"\",\"image\":{\"id\":120,\"title\":\"testimonial2\",\"filename\":\"testimonial2.jpg\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/testimonial2.jpg\",\"link\":\"https://blueroan.netgen.cloud/testimonial2/\",\"alt\":\"\",\"author\":\"34\",\"description\":\"\",\"caption\":\"\",\"name\":\"testimonial2\",\"status\":\"inherit\",\"uploadedTo\":0,\"date\":\"2021-05-11T05:02:03.000Z\",\"modified\":\"2021-05-11T05:02:03.000Z\",\"menuOrder\":0,\"mime\":\"image/jpeg\",\"type\":\"image\",\"subtype\":\"jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/default.png\",\"dateFormatted\":\"May 11, 2021\",\"nonces\":{\"update\":\"1ee6412858\",\"delete\":\"4414a2ccbf\",\"edit\":\"bde7b1f490\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=120\\u0026action=edit\",\"meta\":false,\"authorName\":\"Rishabh\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/user-edit.php?user_id=34\",\"filesizeInBytes\":10087,\"filesizeHumanReadable\":\"10 KB\",\"context\":\"\",\"height\":250,\"width\":250,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/testimonial2-150x150.jpg\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/testimonial2.jpg\",\"height\":250,\"width\":250,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}}}],\"headingAlign\":\"left\",\"headingAlignTablet\":\"left\",\"headingAlignMobile\":\"left\",\"descColor\":\"var(\\u002d\\u002dast-global-color-3)\",\"nameFontSize\":14,\"nameLineHeight\":1,\"descFontSize\":16,\"descFontWeight\":\"600\",\"nameSpace\":1,\"block_id\":\"ce81ffac\",\"iconImage\":{\"url\":\"\",\"alt\":\"InfoBox placeholder img\"},\"imageWidth\":32,\"columnGap\":1,\"borderStyle\":\"\",\"paddingTop\":0,\"paddingBottom\":0,\"paddingLeft\":0,\"paddingRight\":0,\"spacingLink\":true,\"imgpaddingTop\":0,\"imgpaddingRight\":15,\"imgpaddingBottom\":0,\"imgpaddingLeft\":0,\"overallBorderStyle\":\"none\",\"imgTagHeight\":32,\"imgTagWidth\":150} -->\n<div class=\"wp-block-uagb-testimonial uagb-slick-carousel uagb-tm__arrow-outside uagb-block-ce81ffac uagb-post__carousel_notset uagb-post__carousel_notset-tablet uagb-post__carousel_notset-mobile\"><div class=\"is-carousel uagb-tm__columns-1 uagb-tm__items\"><div class=\"uagb-testimonial__wrap  uagb-tm__imgicon-style-circle uagb-tm__image-position-bottom uagb-tm__bg-type-none \"><div class=\"uagb-tm__content\"><div class=\"uagb-tm__overlay\"></div><div class=\"uagb-tm__text-wrap\"><div class=\"uagb-tm__desc\">\"Proin nulla mauris et volutpat adipiscing suspendisse vehicula blandit sagittis orci etiam morbi elit etiam semper eu lacus pretium hac nisl leo amet ullamcorper.\"​</div><div class=\"uagb-tm__meta-inner\"><div class=\"uagb-tm__image-content\"><div class=\"uagb-tm__image\"><img class=\"uagb-tm-img-src\" src=\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/testimonial2-150x150.jpg\" alt=\"\" width=\"32\" height=\"32\" loading=\"lazy\"/></div></div><div class=\"uagb-testimonial-details\"><span class=\"uagb-tm__author-name\"><strong><strong>MORGAN JONATHAN​</strong></strong></span><span class=\"uagb-tm__company\"></span></div></div></div></div></div></div></div>\n<!-- /wp:uagb/testimonial -->\n\n<!-- wp:uagb/star-rating {\"block_id\":\"fe8e391f\",\"rating\":4.5,\"color\":\"var(\\u002d\\u002dast-global-color-2)\",\"blockTopMargin\":30,\"blockRightMargin\":0,\"blockLeftMargin\":0,\"blockBottomMargin\":0,\"blockTopMarginMobile\":20,\"blockRightMarginMobile\":0,\"blockLeftMarginMobile\":0,\"blockBottomMarginMobile\":0} -->\n<div class=\"wp-block-uagb-star-rating uagb-block-fe8e391f\"><div class=\"uag-star-rating\" title=\"4.5/5\"><span class=\"uag-star\">★</span><span class=\"uag-star\">★</span><span class=\"uag-star\">★</span><span class=\"uag-star\">★</span><span class=\"uag-star\">★</span></div></div>\n<!-- /wp:uagb/star-rating -->\n\n<!-- wp:uagb/testimonial {\"test_item_count\":1,\"classMigrate\":true,\"test_block\":[{\"description\":\"\\u0022Proin nulla mauris et volutpat adipiscing suspendisse vehicula blandit sagittis orci etiam morbi elit etiam semper eu lacus pretium hac nisl leo amet ullamcorper.\\u0022​\",\"name\":\"\\u003cstrong\\u003e\\u003cstrong\\u003e\\u003cstrong\\u003eJAMES BROOK​\\u003c/strong\\u003e\\u003c/strong\\u003e\\u003c/strong\\u003e\",\"company\":\"\",\"image\":{\"id\":121,\"title\":\"testimonial3\",\"filename\":\"testimonial3.jpg\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/testimonial3.jpg\",\"link\":\"https://blueroan.netgen.cloud/testimonial3/\",\"alt\":\"\",\"author\":\"34\",\"description\":\"\",\"caption\":\"\",\"name\":\"testimonial3\",\"status\":\"inherit\",\"uploadedTo\":0,\"date\":\"2021-05-11T05:02:05.000Z\",\"modified\":\"2021-05-11T05:02:05.000Z\",\"menuOrder\":0,\"mime\":\"image/jpeg\",\"type\":\"image\",\"subtype\":\"jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/default.png\",\"dateFormatted\":\"May 11, 2021\",\"nonces\":{\"update\":\"290653da5d\",\"delete\":\"90a4fb2d63\",\"edit\":\"ff8a64e56e\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=121\\u0026action=edit\",\"meta\":false,\"authorName\":\"Rishabh\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/user-edit.php?user_id=34\",\"filesizeInBytes\":8748,\"filesizeHumanReadable\":\"9 KB\",\"context\":\"\",\"height\":250,\"width\":250,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/testimonial3-150x150.jpg\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/testimonial3.jpg\",\"height\":250,\"width\":250,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}}}],\"headingAlign\":\"left\",\"headingAlignTablet\":\"left\",\"headingAlignMobile\":\"left\",\"descColor\":\"var(\\u002d\\u002dast-global-color-3)\",\"nameFontSize\":14,\"nameLineHeight\":1,\"descFontSize\":16,\"descFontWeight\":\"600\",\"nameSpace\":1,\"block_id\":\"1a6f033c\",\"iconImage\":{\"url\":\"\",\"alt\":\"InfoBox placeholder img\"},\"imageWidth\":32,\"columnGap\":1,\"borderStyle\":\"\",\"paddingTop\":0,\"paddingBottom\":0,\"paddingLeft\":0,\"paddingRight\":0,\"spacingLink\":true,\"imgpaddingTop\":0,\"imgpaddingRight\":15,\"imgpaddingBottom\":0,\"imgpaddingLeft\":0,\"overallBorderStyle\":\"none\",\"imgTagHeight\":32,\"imgTagWidth\":150} -->\n<div class=\"wp-block-uagb-testimonial uagb-slick-carousel uagb-tm__arrow-outside uagb-block-1a6f033c uagb-post__carousel_notset uagb-post__carousel_notset-tablet uagb-post__carousel_notset-mobile\"><div class=\"is-carousel uagb-tm__columns-1 uagb-tm__items\"><div class=\"uagb-testimonial__wrap  uagb-tm__imgicon-style-circle uagb-tm__image-position-bottom uagb-tm__bg-type-none \"><div class=\"uagb-tm__content\"><div class=\"uagb-tm__overlay\"></div><div class=\"uagb-tm__text-wrap\"><div class=\"uagb-tm__desc\">\"Proin nulla mauris et volutpat adipiscing suspendisse vehicula blandit sagittis orci etiam morbi elit etiam semper eu lacus pretium hac nisl leo amet ullamcorper.\"​</div><div class=\"uagb-tm__meta-inner\"><div class=\"uagb-tm__image-content\"><div class=\"uagb-tm__image\"><img class=\"uagb-tm-img-src\" src=\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/testimonial3-150x150.jpg\" alt=\"\" width=\"32\" height=\"32\" loading=\"lazy\"/></div></div><div class=\"uagb-testimonial-details\"><span class=\"uagb-tm__author-name\"><strong><strong><strong>JAMES BROOK​</strong></strong></strong></span><span class=\"uagb-tm__company\"></span></div></div></div></div></div></div></div>\n<!-- /wp:uagb/testimonial --></div>\n<!-- /wp:uagb/container --></div>\n<!-- /wp:uagb/container --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"6f15d91f\",\"innerContentCustomWidthDesktop\":781,\"innerContentCustomWidthTablet\":781,\"backgroundType\":\"image\",\"backgroundImageDesktop\":{\"id\":54,\"title\":\"background-img\",\"filename\":\"background-img-1.jpg\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/background-img-1.jpg\",\"link\":\"https://blueroan.netgen.cloud/background-img-2/\",\"alt\":\"\",\"author\":\"34\",\"description\":\"\",\"caption\":\"\",\"name\":\"background-img-2\",\"status\":\"inherit\",\"uploadedTo\":0,\"date\":\"2021-05-07T10:11:37.000Z\",\"modified\":\"2021-05-07T10:11:37.000Z\",\"menuOrder\":0,\"mime\":\"image/jpeg\",\"type\":\"image\",\"subtype\":\"jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/default.png\",\"dateFormatted\":\"May 7, 2021\",\"nonces\":{\"update\":\"bb999636b9\",\"delete\":\"d2e1375bc4\",\"edit\":\"005dd2f0c9\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=54\\u0026action=edit\",\"meta\":false,\"authorName\":\"Rishabh\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/user-edit.php?user_id=34\",\"filesizeInBytes\":338858,\"filesizeHumanReadable\":\"331 KB\",\"context\":\"\",\"height\":1080,\"width\":1920,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/background-img-1-150x150.jpg\",\"orientation\":\"landscape\"},\"medium\":{\"height\":169,\"width\":300,\"url\":\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/background-img-1-300x169.jpg\",\"orientation\":\"landscape\"},\"large\":{\"height\":576,\"width\":1024,\"url\":\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/background-img-1-1024x576.jpg\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/background-img-1.jpg\",\"height\":1080,\"width\":1920,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"backgroundImageColor\":\"rgba(42,42,42,0.65)\",\"topPaddingDesktop\":144,\"bottomPaddingDesktop\":144,\"leftPaddingDesktop\":40,\"rightPaddingDesktop\":40,\"topPaddingTablet\":80,\"bottomPaddingTablet\":80,\"leftPaddingTablet\":40,\"rightPaddingTablet\":40,\"topPaddingMobile\":64,\"bottomPaddingMobile\":64,\"leftPaddingMobile\":24,\"rightPaddingMobile\":24,\"paddingLink\":false,\"variationSelected\":true,\"isBlockRootParent\":true,\"overlayType\":\"color\"} -->\n<div class=\"wp-block-uagb-container uagb-block-6f15d91f alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/advanced-heading {\"block_id\":\"cf8f79e8\",\"classMigrate\":true,\"headingDescToggle\":true,\"headingAlign\":\"center\",\"headingColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"subHeadingColor\":\"var(\\u002d\\u002dast-global-color-4)\",\"headSpace\":20} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-cf8f79e8\"><h2 class=\"uagb-heading-text\">Plan an Unforgettable Experience in Mykonos Today!</h2><p class=\"uagb-desc-text\">We can help you fit your stay and experience within your allotted budget.</p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/advanced-heading {\"block_id\":\"425b9b64\",\"classMigrate\":true,\"headingTitleToggle\":false,\"headingDescToggle\":true,\"headingAlign\":\"center\",\"subHeadingColor\":\"var(\\u002d\\u002dast-global-color-4)\",\"subHeadTransform\":\"uppercase\",\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"subHeadLetterSpacing\":2,\"blockTopPadding\":60,\"blockRightPadding\":0,\"blockLeftPadding\":0,\"blockBottomPadding\":0,\"blockTopPaddingMobile\":30,\"blockRightPaddingMobile\":0,\"blockLeftPaddingMobile\":0,\"blockBottomPaddingMobile\":0} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-425b9b64\"><p class=\"uagb-desc-text\">BOOK YOUR STAY NOW​</p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/icon-list {\"block_id\":\"a6987357\",\"classMigrate\":true,\"childMigrate\":true,\"align\":\"center\",\"parentIcon\":\"phone\",\"size\":40,\"sizeMobile\":24,\"sizeTablet\":32,\"fontSize\":48,\"fontSizeMobile\":28,\"fontSizeTablet\":40,\"fontWeight\":\"600\",\"iconColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"labelColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"blockTopPadding\":0,\"blockRightPadding\":0,\"blockLeftPadding\":0,\"blockBottomPadding\":24,\"blockPaddingLink\":false} -->\n<div class=\"wp-block-uagb-icon-list uagb-block-a6987357\"><div class=\"uagb-icon-list__wrap\"><!-- wp:uagb/icon-list-child {\"block_id\":\"2dc5a9c0\",\"label\":\"+1-123 456 7890​\",\"label_color\":\"\",\"fromParentIcon\":\"phone\",\"imageSizeChild\":40} -->\n<div class=\"wp-block-uagb-icon-list-child uagb-block-2dc5a9c0\"><span class=\"uagb-icon-list__source-wrap\"><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M511.2 387l-23.25 100.8c-3.266 14.25-15.79 24.22-30.46 24.22C205.2 512 0 306.8 0 54.5c0-14.66 9.969-27.2 24.22-30.45l100.8-23.25C139.7-2.602 154.7 5.018 160.8 18.92l46.52 108.5c5.438 12.78 1.77 27.67-8.98 36.45L144.5 207.1c33.98 69.22 90.26 125.5 159.5 159.5l44.08-53.8c8.688-10.78 23.69-14.51 36.47-8.975l108.5 46.51C506.1 357.2 514.6 372.4 511.2 387z\"></path></svg></span><span class=\"uagb-icon-list__label\">+1-123 456 7890​</span></div>\n<!-- /wp:uagb/icon-list-child --></div></div>\n<!-- /wp:uagb/icon-list --></div></div>\n<!-- /wp:uagb/container -->',	'Home',	'',	'inherit',	'closed',	'closed',	'',	'760-revision-v1',	'',	'',	'2022-12-13 09:04:53',	'2022-12-13 09:04:53',	'',	760,	'https://blueroan.netgen.cloud/?p=786',	0,	'revision',	'',	0),
(787,	2,	'2022-12-13 09:05:56',	'2022-12-13 09:05:56',	'<!-- wp:uagb/container {\"block_id\":\"8ab96132\",\"minHeightDesktop\":95,\"minHeightTablet\":70,\"minHeightMobile\":80,\"minHeightType\":\"vh\",\"alignItemsDesktop\":\"flex-start\",\"backgroundType\":\"image\",\"backgroundImageDesktop\":{\"uploading\":false,\"date\":1670921854000,\"filename\":\"Blue-Roan-pool.jpg\",\"menuOrder\":0,\"uploadedTo\":760,\"type\":\"image\",\"subtype\":\"jpeg\",\"id\":784,\"title\":\"Blue Roan - pool\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Blue-Roan-pool.jpg\",\"link\":\"https://blueroan.netgen.cloud/home/blue-roan-pool/\",\"alt\":\"\",\"author\":\"2\",\"description\":\"\",\"caption\":\"\",\"name\":\"blue-roan-pool\",\"status\":\"inherit\",\"modified\":1670921854000,\"mime\":\"image/jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-includes/images/media/default.png\",\"dateFormatted\":\"December 13, 2022\",\"nonces\":{\"update\":\"51a12ed09e\",\"delete\":\"5174068551\",\"edit\":\"1de0721407\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=784\\u0026action=edit\",\"meta\":false,\"authorName\":\"Netgen Support\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/profile.php\",\"uploadedToTitle\":\"Home\",\"uploadedToLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=760\\u0026action=edit\",\"filesizeInBytes\":154801,\"filesizeHumanReadable\":\"151 KB\",\"context\":\"\",\"height\":667,\"width\":1000,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Blue-Roan-pool-150x150.jpg\",\"orientation\":\"landscape\"},\"medium\":{\"height\":200,\"width\":300,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Blue-Roan-pool-300x200.jpg\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Blue-Roan-pool.jpg\",\"height\":667,\"width\":1000,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"backgroundPositionDesktop\":{\"x\":0.5,\"y\":0.25},\"backgroundImageColor\":\"rgba(42,42,42,0.35)\",\"topPaddingDesktop\":0,\"bottomPaddingDesktop\":0,\"leftPaddingDesktop\":40,\"rightPaddingDesktop\":40,\"topPaddingTablet\":120,\"bottomPaddingTablet\":120,\"leftPaddingTablet\":40,\"rightPaddingTablet\":40,\"topPaddingMobile\":150,\"bottomPaddingMobile\":150,\"leftPaddingMobile\":20,\"rightPaddingMobile\":20,\"paddingLink\":false,\"variationSelected\":true,\"isBlockRootParent\":true,\"overlayType\":\"color\",\"minHeightTypeTablet\":\"vh\",\"minHeightTypeMobile\":\"vh\"} -->\n<div class=\"wp-block-uagb-container uagb-block-8ab96132 alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/info-box {\"classMigrate\":true,\"headingAlign\":\"left\",\"headingColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"subHeadingColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"headingTag\":\"h1\",\"subHeadFontSize\":17,\"subHeadFontSizeMobile\":15,\"headSpace\":20,\"subHeadSpace\":40,\"block_id\":\"ee53b53a\",\"ctaIcon\":\"\",\"ctaType\":\"button\",\"ctaText\":\"Book Your Stay Now\",\"ctaLink\":\"#\",\"ctaBtnLinkColor\":\"var(\\u002d\\u002dast-global-color-2)\",\"ctaLinkHoverColor\":\"var(\\u002d\\u002dast-global-color-2)\",\"ctaBgColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"ctaBgHoverColor\":\"var(\\u002d\\u002dast-global-color-4)\",\"ctaBorderColor\":\"\",\"ctaBorderStyle\":\"\",\"ctaBorderWidth\":\"\",\"ctaBorderRadius\":\"\",\"iconImage\":{\"url\":\"\",\"alt\":\"InfoBox placeholder img\"},\"showIcon\":false,\"paddingBtnTop\":18,\"paddingBtnBottom\":18,\"paddingBtnLeft\":34,\"paddingBtnRight\":34,\"blockTopPadding\":0,\"blockRightPadding\":40,\"blockLeftPadding\":0,\"blockBottomPadding\":0,\"blockTopPaddingTablet\":0,\"blockRightPaddingTablet\":64,\"blockLeftPaddingTablet\":0,\"blockBottomPaddingTablet\":0,\"blockTopPaddingMobile\":0,\"blockRightPaddingMobile\":0,\"blockLeftPaddingMobile\":0,\"blockBottomPaddingMobile\":0,\"blockPaddingUnit\":\"%\",\"blockPaddingLink\":false,\"subHeadMarginTopTablet\":0,\"subHeadMarginRightTablet\":64,\"subHeadTabletSpace\":40,\"subHeadMarginLeftTablet\":0,\"subHeadMarginTopMobile\":0,\"subHeadMarginRightMobile\":0,\"subHeadMobileSpace\":40,\"subHeadMarginLeftMobile\":0,\"btnBorderTopWidth\":1,\"btnBorderLeftWidth\":1,\"btnBorderRightWidth\":1,\"btnBorderBottomWidth\":1,\"btnBorderTopLeftRadius\":0,\"btnBorderTopRightRadius\":0,\"btnBorderBottomLeftRadius\":0,\"btnBorderBottomRightRadius\":0,\"btnBorderStyle\":\"none\",\"btnBorderColor\":\"#333\"} -->\n<div class=\"wp-block-uagb-info-box uagb-block-ee53b53a uagb-infobox__content-wrap  uagb-infobox-icon-above-title uagb-infobox-image-valign-top\"><div class=\"uagb-ifb-content\"><div class=\"uagb-ifb-title-wrap\"><h1 class=\"uagb-ifb-title\"><strong>Magaliesburg pet friendly self-catering accommodation</strong></h1></div><p class=\"uagb-ifb-desc\">Romantic pet-friendly self-catering accommodation in Magaliesburg, Gauteng.</p><div class=\"uagb-ifb-button-wrapper wp-block-button\"><a href=\"#\" class=\"uagb-infobox-cta-link wp-block-button__link\" target=\"_self\" rel=\"noopener noreferrer\" alt=\"\"><span class=\"uagb-inline-editing\">Book Your Stay Now</span></a></div></div></div>\n<!-- /wp:uagb/info-box --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"aaa4b834\",\"directionDesktop\":\"row\",\"directionMobile\":\"column-reverse\",\"alignItemsDesktop\":\"flex-start\",\"backgroundType\":\"color\",\"backgroundSizeTablet\":\"cover\",\"backgroundSizeMobile\":\"cover\",\"backgroundColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"topPaddingDesktop\":104,\"bottomPaddingDesktop\":104,\"topPaddingTablet\":80,\"bottomPaddingTablet\":80,\"leftPaddingTablet\":40,\"rightPaddingTablet\":40,\"topPaddingMobile\":64,\"bottomPaddingMobile\":64,\"leftPaddingMobile\":24,\"rightPaddingMobile\":24,\"paddingLink\":false,\"variationSelected\":true,\"columnGapDesktop\":60,\"columnGapTablet\":50,\"isBlockRootParent\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-aaa4b834 alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/container {\"block_id\":\"665d0f29\",\"widthDesktop\":50,\"variationSelected\":true,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-665d0f29\"><!-- wp:uagb/info-box {\"classMigrate\":true,\"headingAlign\":\"left\",\"subHeadingColor\":\"\",\"subHeadFontSize\":16,\"subHeadFontSizeTablet\":16,\"subHeadFontSizeMobile\":15,\"subHeadSpace\":40,\"source_type\":\"image\",\"block_id\":\"2c2e6c13\",\"ctaType\":\"button\",\"ctaText\":\"Know More\",\"ctaBtnLinkColor\":\"\",\"ctaBgColor\":\"\",\"ctaBorderColor\":\"\",\"ctaBorderStyle\":\"\",\"ctaBorderWidth\":\"\",\"ctaBorderRadius\":\"\",\"iconBottomMargin\":40,\"iconImage\":{\"id\":69,\"title\":\"about-us\",\"filename\":\"about-us.jpg\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/about-us.jpg\",\"link\":\"https://blueroan.netgen.cloud/about-us/\",\"alt\":\"\",\"author\":\"34\",\"description\":\"\",\"caption\":\"\",\"name\":\"about-us\",\"status\":\"inherit\",\"uploadedTo\":0,\"date\":\"2021-05-07T13:03:13.000Z\",\"modified\":\"2021-05-07T13:03:13.000Z\",\"menuOrder\":0,\"mime\":\"image/jpeg\",\"type\":\"image\",\"subtype\":\"jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/default.png\",\"dateFormatted\":\"May 7, 2021\",\"nonces\":{\"update\":\"d56f3c3ec2\",\"delete\":\"c1c4f821d9\",\"edit\":\"76cf8b74c4\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=69\\u0026action=edit\",\"meta\":false,\"authorName\":\"Rishabh\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/user-edit.php?user_id=34\",\"filesizeInBytes\":49863,\"filesizeHumanReadable\":\"49 KB\",\"context\":\"\",\"height\":504,\"width\":504,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/about-us-150x150.jpg\",\"orientation\":\"landscape\"},\"medium\":{\"height\":300,\"width\":300,\"url\":\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/about-us-300x300.jpg\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/about-us.jpg\",\"height\":504,\"width\":504,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"imageSize\":\"full\",\"imageWidth\":100,\"imageWidthMobile\":100,\"imageWidthTablet\":100,\"showTitle\":false,\"paddingBtnTop\":18,\"paddingBtnBottom\":18,\"paddingBtnLeft\":34,\"paddingBtnRight\":34,\"imageWidthUnit\":\"%\",\"imageWidthUnitTablet\":\"%\",\"imageWidthUnitMobile\":\"%\",\"subHeadTopMargin\":0,\"subHeadRightMargin\":48,\"subHeadLeftMargin\":0,\"subHeadMarginTopTablet\":0,\"subHeadMarginRightTablet\":0,\"subHeadTabletSpace\":40,\"subHeadMarginLeftTablet\":0,\"imgTagHeight\":100,\"imgTagWidth\":504,\"btnBorderTopWidth\":1,\"btnBorderLeftWidth\":1,\"btnBorderRightWidth\":1,\"btnBorderBottomWidth\":1,\"btnBorderTopLeftRadius\":0,\"btnBorderTopRightRadius\":0,\"btnBorderBottomLeftRadius\":0,\"btnBorderBottomRightRadius\":0,\"btnBorderStyle\":\"solid\",\"btnBorderColor\":\"#333\"} -->\n<div class=\"wp-block-uagb-info-box uagb-block-2c2e6c13 uagb-infobox__content-wrap  uagb-infobox-icon-above-title uagb-infobox-image-valign-top\"><div class=\"uagb-ifb-content\"><div class=\"uagb-ifb-image-content\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/about-us.jpg\" alt=\"\" width=\"100\" height=\"100\" loading=\"lazy\"/></div><div class=\"uagb-ifb-title-wrap\"></div><p class=\"uagb-ifb-desc\">Surrounded by scenic beauty and attractive tourist attractions we make it convenient for you to visit all the beautiful places with our inhouse guide. We can also help you arrange transport facilities for an easier commute to nearby places.</p><div class=\"uagb-ifb-button-wrapper wp-block-button\"><a href=\"\" class=\"uagb-infobox-cta-link wp-block-button__link  uagb-disable-link\" target=\"_self\" rel=\"noopener noreferrer\" alt=\"\"><span class=\"uagb-inline-editing\">Know More</span><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M504.3 273.6l-112.1 104c-6.992 6.484-17.18 8.218-25.94 4.406c-8.758-3.812-14.42-12.45-14.42-21.1L351.9 288H32C14.33 288 .0002 273.7 .0002 255.1S14.33 224 32 224h319.9l0-72c0-9.547 5.66-18.19 14.42-22c8.754-3.809 18.95-2.075 25.94 4.41l112.1 104C514.6 247.9 514.6 264.1 504.3 273.6z\"></path></svg></a></div></div></div>\n<!-- /wp:uagb/info-box --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"c866c154\",\"widthDesktop\":50,\"leftPaddingDesktop\":0,\"paddingLink\":false,\"variationSelected\":true,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-c866c154\"><!-- wp:uagb/advanced-heading {\"block_id\":\"d53fd7c1\",\"classMigrate\":true,\"headingDescToggle\":true,\"subHeadingColor\":\"\",\"headSpace\":20,\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-d53fd7c1\"><h2 class=\"uagb-heading-text\">Experience the Life of Mykonos City​</h2><p class=\"uagb-desc-text\"><strong>We will help you experience Mykonos life in its true sense. From living among the residents to eating authentic delicacies you are sure to walk home with memories and wonderful moments.</strong></p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/image {\"block_id\":\"8d6f590b\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/about-us-2-1.jpg\",\"align\":\"left\",\"id\":88,\"linkDestination\":\"none\",\"width\":504,\"height\":504,\"naturalWidth\":504,\"naturalHeight\":504,\"sizeSlug\":\"full\",\"sizeSlugTablet\":\"full\",\"sizeSlugMobile\":\"full\",\"imageTopMargin\":20,\"imageRightMargin\":0,\"imageLeftMargin\":0,\"imageBottomMargin\":0,\"imageTopMarginMobile\":0,\"imageRightMarginMobile\":0,\"imageLeftMarginMobile\":0,\"imageBottomMarginMobile\":0,\"imageMarginLink\":false} -->\n<div class=\"wp-block-uagb-image uagb-block-8d6f590b wp-block-uagb-image--layout-default wp-block-uagb-image--effect-static wp-block-uagb-image--align-left\"><figure class=\"wp-block-uagb-image__figure\"><img srcset=\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/about-us-2-1.jpg \" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/about-us-2-1.jpg\" alt=\"\" class=\"uag-image-88\" width=\"504\" height=\"504\" title=\"\" loading=\"lazy\"/></figure></div>\n<!-- /wp:uagb/image --></div>\n<!-- /wp:uagb/container --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"28af10cd\",\"backgroundType\":\"color\",\"backgroundSizeTablet\":\"cover\",\"backgroundSizeMobile\":\"cover\",\"backgroundColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"topPaddingDesktop\":50,\"bottomPaddingDesktop\":100,\"topPaddingTablet\":50,\"bottomPaddingTablet\":25,\"leftPaddingTablet\":20,\"rightPaddingTablet\":20,\"topPaddingMobile\":50,\"bottomPaddingMobile\":20,\"leftPaddingMobile\":20,\"rightPaddingMobile\":20,\"paddingLink\":false,\"variationSelected\":true,\"rowGapDesktop\":0,\"isBlockRootParent\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-28af10cd alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/container {\"block_id\":\"753b7c68\",\"directionDesktop\":\"row\",\"alignItemsDesktop\":\"flex-end\",\"alignItemsTablet\":\"flex-end\",\"justifyContentDesktop\":\"flex-end\",\"justifyContentTablet\":\"space-between\",\"variationSelected\":true,\"rowGapMobile\":30,\"columnGapDesktop\":0} -->\n<div class=\"wp-block-uagb-container uagb-block-753b7c68\"><!-- wp:uagb/advanced-heading {\"block_id\":\"aeb334bc\",\"classMigrate\":true,\"headingDescToggle\":true,\"subHeadingColor\":\"\",\"headSpace\":20,\"subHeadFontSize\":16} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-aeb334bc\"><h2 class=\"uagb-heading-text\">Amenities &amp; Facilities​</h2><p class=\"uagb-desc-text\">If you are looking for a relaxing, refreshing and rejuvenating experience altogether, we offer all of that under one roof.</p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/buttons {\"block_id\":\"9e049b83\",\"classMigrate\":true,\"childMigrate\":true,\"align\":\"right\",\"alignTablet\":\"right\",\"alignMobile\":\"left\",\"gap\":0} -->\n<div class=\"wp-block-uagb-buttons uagb-buttons__outer-wrap uagb-btn__default-btn uagb-btn-tablet__default-btn uagb-btn-mobile__default-btn uagb-block-9e049b83\"><div class=\"uagb-buttons__wrap uagb-buttons-layout-wrap\"><!-- wp:uagb/buttons-child {\"block_id\":\"37ec64ad\",\"label\":\"View All\",\"link\":\"#\",\"hColor\":\"\",\"borderWidth\":\"\",\"borderRadius\":\"\",\"borderStyle\":\"\",\"borderColor\":\"\",\"borderHColor\":\"\",\"btnBorderTopWidth\":1,\"btnBorderLeftWidth\":1,\"btnBorderRightWidth\":1,\"btnBorderBottomWidth\":1,\"btnBorderTopLeftRadius\":2,\"btnBorderTopRightRadius\":2,\"btnBorderBottomLeftRadius\":2,\"btnBorderBottomRightRadius\":2,\"btnBorderStyle\":\"solid\",\"btnBorderColor\":\"#333\",\"btnBorderHColor\":\"#333\"} -->\n<div class=\"wp-block-uagb-buttons-child uagb-buttons__outer-wrap uagb-block-37ec64ad wp-block-button is-style-outline\"><div class=\"uagb-button__wrapper\"><a class=\"uagb-buttons-repeater wp-block-button__link\" href=\"#\" rel=\"follow noopener\" target=\"_self\"><div class=\"uagb-button__link\">View All</div></a></div></div>\n<!-- /wp:uagb/buttons-child --></div></div>\n<!-- /wp:uagb/buttons --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"2787536c\",\"directionDesktop\":\"row\",\"alignItemsTablet\":\"flex-start\",\"paddingLink\":false,\"topMarginDesktop\":50,\"bottomMarginDesktop\":20,\"leftMarginDesktop\":0,\"rightMarginDesktop\":0,\"marginLink\":false,\"variationSelected\":true,\"rowGapMobile\":65,\"columnGapDesktop\":48,\"columnGapTablet\":20} -->\n<div class=\"wp-block-uagb-container uagb-block-2787536c\"><!-- wp:uagb/info-box {\"classMigrate\":true,\"headingAlign\":\"left\",\"headingColor\":\"\",\"subHeadingColor\":\"\",\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"source_type\":\"image\",\"block_id\":\"5a445328\",\"ctaType\":\"text\",\"ctaText\":\"READ MORE\",\"ctaLinkColor\":\"var(\\u002d\\u002dast-global-color-0)\",\"ctaDecoration\":\"underline\",\"ctaFontSize\":12,\"ctaFontWeight\":\"600\",\"ctaLetterSpacing\":2,\"ctaBorderColor\":\"\",\"ctaBorderStyle\":\"\",\"ctaBorderWidth\":\"\",\"ctaBorderRadius\":\"\",\"iconBottomMargin\":30,\"iconImage\":{\"id\":90,\"title\":\"swimming-pool\",\"filename\":\"swimming-pool.jpg\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/swimming-pool.jpg\",\"link\":\"https://blueroan.netgen.cloud/swimming-pool/\",\"alt\":\"\",\"author\":\"34\",\"description\":\"\",\"caption\":\"\",\"name\":\"swimming-pool\",\"status\":\"inherit\",\"uploadedTo\":0,\"date\":\"2021-05-07T14:28:45.000Z\",\"modified\":\"2021-05-07T14:28:45.000Z\",\"menuOrder\":0,\"mime\":\"image/jpeg\",\"type\":\"image\",\"subtype\":\"jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/default.png\",\"dateFormatted\":\"May 7, 2021\",\"nonces\":{\"update\":\"971c957832\",\"delete\":\"8fb57461ba\",\"edit\":\"e9a8bb1d06\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=90\\u0026action=edit\",\"meta\":false,\"authorName\":\"Rishabh\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/user-edit.php?user_id=34\",\"filesizeInBytes\":29663,\"filesizeHumanReadable\":\"29 KB\",\"context\":\"\",\"height\":440,\"width\":370,\"orientation\":\"portrait\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/swimming-pool-150x150.jpg\",\"orientation\":\"landscape\"},\"medium\":{\"height\":300,\"width\":252,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/swimming-pool-252x300-1.jpg\",\"orientation\":\"portrait\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/swimming-pool.jpg\",\"height\":440,\"width\":370,\"orientation\":\"portrait\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"imageSize\":\"full\",\"imageWidth\":100,\"imageWidthMobile\":100,\"imageWidthTablet\":100,\"paddingBtnTop\":10,\"paddingBtnBottom\":10,\"paddingBtnLeft\":14,\"paddingBtnRight\":14,\"imageWidthUnit\":\"%\",\"imageWidthUnitTablet\":\"%\",\"imageWidthUnitMobile\":\"%\",\"subHeadTopMargin\":0,\"subHeadRightMargin\":40,\"subHeadLeftMargin\":0,\"subHeadMarginTopTablet\":0,\"subHeadMarginRightTablet\":0,\"subHeadTabletSpace\":20,\"subHeadMarginLeftTablet\":0,\"imgTagHeight\":118,\"imgTagWidth\":370,\"btnBorderTopWidth\":1,\"btnBorderLeftWidth\":1,\"btnBorderRightWidth\":1,\"btnBorderBottomWidth\":1,\"btnBorderTopLeftRadius\":0,\"btnBorderTopRightRadius\":0,\"btnBorderBottomLeftRadius\":0,\"btnBorderBottomRightRadius\":0,\"btnBorderStyle\":\"solid\",\"btnBorderColor\":\"#333\"} -->\n<div class=\"wp-block-uagb-info-box uagb-block-5a445328 uagb-infobox__content-wrap  uagb-infobox-icon-above-title uagb-infobox-image-valign-top\"><div class=\"uagb-ifb-content\"><div class=\"uagb-ifb-image-content\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/swimming-pool.jpg\" alt=\"\" width=\"100\" height=\"118\" loading=\"lazy\"/></div><div class=\"uagb-ifb-title-wrap\"><h3 class=\"uagb-ifb-title\">An Infinite-edge Pool​</h3></div><p class=\"uagb-ifb-desc\">Experience the joy of swimming in our infinity-edge pool that gives you a nice picturesque view.</p><div class=\"uagb-ifb-button-wrapper wp-block-button\"><a href=\"\" target=\"_self\" class=\"uagb-infobox-cta-link uagb-disable-link\" rel=\"noopener noreferrer\" alt=\"\"><span class=\"uagb-inline-editing\">READ MORE</span><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M504.3 273.6l-112.1 104c-6.992 6.484-17.18 8.218-25.94 4.406c-8.758-3.812-14.42-12.45-14.42-21.1L351.9 288H32C14.33 288 .0002 273.7 .0002 255.1S14.33 224 32 224h319.9l0-72c0-9.547 5.66-18.19 14.42-22c8.754-3.809 18.95-2.075 25.94 4.41l112.1 104C514.6 247.9 514.6 264.1 504.3 273.6z\"></path></svg></a></div></div></div>\n<!-- /wp:uagb/info-box -->\n\n<!-- wp:uagb/info-box {\"classMigrate\":true,\"headingAlign\":\"left\",\"headingColor\":\"\",\"subHeadingColor\":\"\",\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"source_type\":\"image\",\"block_id\":\"9972cb84\",\"ctaType\":\"text\",\"ctaText\":\"READ MORE\",\"ctaLinkColor\":\"var(\\u002d\\u002dast-global-color-0)\",\"ctaDecoration\":\"underline\",\"ctaFontSize\":12,\"ctaFontWeight\":\"600\",\"ctaLetterSpacing\":2,\"ctaBorderColor\":\"\",\"ctaBorderStyle\":\"\",\"ctaBorderWidth\":\"\",\"ctaBorderRadius\":\"\",\"iconBottomMargin\":30,\"iconImage\":{\"id\":235,\"title\":\"spa\",\"filename\":\"spa.jpg\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/spa.jpg\",\"link\":\"https://blueroan.netgen.cloud/spa/\",\"alt\":\"\",\"author\":\"34\",\"description\":\"\",\"caption\":\"\",\"name\":\"spa\",\"status\":\"inherit\",\"uploadedTo\":0,\"date\":\"2021-05-11T10:14:20.000Z\",\"modified\":\"2021-05-11T10:14:20.000Z\",\"menuOrder\":0,\"mime\":\"image/jpeg\",\"type\":\"image\",\"subtype\":\"jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/default.png\",\"dateFormatted\":\"May 11, 2021\",\"nonces\":{\"update\":\"580ee12d5e\",\"delete\":\"261a8e7a22\",\"edit\":\"6139a47c8c\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=235\\u0026action=edit\",\"meta\":false,\"authorName\":\"Rishabh\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/user-edit.php?user_id=34\",\"filesizeInBytes\":27664,\"filesizeHumanReadable\":\"27 KB\",\"context\":\"\",\"height\":440,\"width\":370,\"orientation\":\"portrait\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/spa-150x150.jpg\",\"orientation\":\"landscape\"},\"medium\":{\"height\":300,\"width\":252,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/spa-252x300-1.jpg\",\"orientation\":\"portrait\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/spa.jpg\",\"height\":440,\"width\":370,\"orientation\":\"portrait\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"imageSize\":\"full\",\"imageWidth\":100,\"imageWidthMobile\":100,\"imageWidthTablet\":100,\"paddingBtnTop\":10,\"paddingBtnBottom\":10,\"paddingBtnLeft\":14,\"paddingBtnRight\":14,\"imageWidthUnit\":\"%\",\"imageWidthUnitTablet\":\"%\",\"imageWidthUnitMobile\":\"%\",\"subHeadTopMargin\":0,\"subHeadRightMargin\":40,\"subHeadLeftMargin\":0,\"subHeadMarginTopTablet\":0,\"subHeadMarginRightTablet\":0,\"subHeadTabletSpace\":20,\"subHeadMarginLeftTablet\":0,\"imgTagHeight\":118,\"imgTagWidth\":370,\"btnBorderTopWidth\":1,\"btnBorderLeftWidth\":1,\"btnBorderRightWidth\":1,\"btnBorderBottomWidth\":1,\"btnBorderTopLeftRadius\":0,\"btnBorderTopRightRadius\":0,\"btnBorderBottomLeftRadius\":0,\"btnBorderBottomRightRadius\":0,\"btnBorderStyle\":\"solid\",\"btnBorderColor\":\"#333\"} -->\n<div class=\"wp-block-uagb-info-box uagb-block-9972cb84 uagb-infobox__content-wrap  uagb-infobox-icon-above-title uagb-infobox-image-valign-top\"><div class=\"uagb-ifb-content\"><div class=\"uagb-ifb-image-content\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/spa.jpg\" alt=\"\" width=\"100\" height=\"118\" loading=\"lazy\"/></div><div class=\"uagb-ifb-title-wrap\"><h3 class=\"uagb-ifb-title\">An Iconic Spa​</h3></div><p class=\"uagb-ifb-desc\">Set forth on an exquisite wellness journey to refresh, re-energize and rejuvenate at our iconic spa.</p><div class=\"uagb-ifb-button-wrapper wp-block-button\"><a href=\"\" target=\"_self\" class=\"uagb-infobox-cta-link uagb-disable-link\" rel=\"noopener noreferrer\" alt=\"\"><span class=\"uagb-inline-editing\">READ MORE</span><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M504.3 273.6l-112.1 104c-6.992 6.484-17.18 8.218-25.94 4.406c-8.758-3.812-14.42-12.45-14.42-21.1L351.9 288H32C14.33 288 .0002 273.7 .0002 255.1S14.33 224 32 224h319.9l0-72c0-9.547 5.66-18.19 14.42-22c8.754-3.809 18.95-2.075 25.94 4.41l112.1 104C514.6 247.9 514.6 264.1 504.3 273.6z\"></path></svg></a></div></div></div>\n<!-- /wp:uagb/info-box -->\n\n<!-- wp:uagb/info-box {\"classMigrate\":true,\"headingAlign\":\"left\",\"headingColor\":\"\",\"subHeadingColor\":\"\",\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"source_type\":\"image\",\"block_id\":\"76e78016\",\"ctaType\":\"text\",\"ctaText\":\"READ MORE\",\"ctaLinkColor\":\"var(\\u002d\\u002dast-global-color-0)\",\"ctaDecoration\":\"underline\",\"ctaFontSize\":12,\"ctaFontWeight\":\"600\",\"ctaLetterSpacing\":2,\"ctaBorderColor\":\"\",\"ctaBorderStyle\":\"\",\"ctaBorderWidth\":\"\",\"ctaBorderRadius\":\"\",\"iconBottomMargin\":30,\"iconImage\":{\"id\":115,\"title\":\"rooms\",\"filename\":\"rooms.jpg\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/rooms.jpg\",\"link\":\"https://blueroan.netgen.cloud/rooms-2/\",\"alt\":\"\",\"author\":\"34\",\"description\":\"\",\"caption\":\"\",\"name\":\"rooms-2\",\"status\":\"inherit\",\"uploadedTo\":0,\"date\":\"2021-05-11T04:53:41.000Z\",\"modified\":\"2021-05-11T04:53:41.000Z\",\"menuOrder\":0,\"mime\":\"image/jpeg\",\"type\":\"image\",\"subtype\":\"jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/default.png\",\"dateFormatted\":\"May 11, 2021\",\"nonces\":{\"update\":\"4e23be63e1\",\"delete\":\"0c10fb0869\",\"edit\":\"714e3ba079\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=115\\u0026action=edit\",\"meta\":false,\"authorName\":\"Rishabh\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/user-edit.php?user_id=34\",\"filesizeInBytes\":31085,\"filesizeHumanReadable\":\"30 KB\",\"context\":\"\",\"height\":440,\"width\":370,\"orientation\":\"portrait\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/rooms-150x150.jpg\",\"orientation\":\"landscape\"},\"medium\":{\"height\":300,\"width\":252,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/rooms-252x300-1.jpg\",\"orientation\":\"portrait\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/rooms.jpg\",\"height\":440,\"width\":370,\"orientation\":\"portrait\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"imageSize\":\"full\",\"imageWidth\":100,\"imageWidthMobile\":100,\"imageWidthTablet\":100,\"paddingBtnTop\":10,\"paddingBtnBottom\":10,\"paddingBtnLeft\":14,\"paddingBtnRight\":14,\"imageWidthUnit\":\"%\",\"imageWidthUnitTablet\":\"%\",\"imageWidthUnitMobile\":\"%\",\"subHeadTopMargin\":0,\"subHeadRightMargin\":40,\"subHeadLeftMargin\":0,\"subHeadMarginTopTablet\":0,\"subHeadMarginRightTablet\":0,\"subHeadTabletSpace\":20,\"subHeadMarginLeftTablet\":0,\"imgTagHeight\":118,\"imgTagWidth\":370,\"btnBorderTopWidth\":1,\"btnBorderLeftWidth\":1,\"btnBorderRightWidth\":1,\"btnBorderBottomWidth\":1,\"btnBorderTopLeftRadius\":0,\"btnBorderTopRightRadius\":0,\"btnBorderBottomLeftRadius\":0,\"btnBorderBottomRightRadius\":0,\"btnBorderStyle\":\"solid\",\"btnBorderColor\":\"#333\"} -->\n<div class=\"wp-block-uagb-info-box uagb-block-76e78016 uagb-infobox__content-wrap  uagb-infobox-icon-above-title uagb-infobox-image-valign-top\"><div class=\"uagb-ifb-content\"><div class=\"uagb-ifb-image-content\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/rooms.jpg\" alt=\"\" width=\"100\" height=\"118\" loading=\"lazy\"/></div><div class=\"uagb-ifb-title-wrap\"><h3 class=\"uagb-ifb-title\">In-house Restaurants​</h3></div><p class=\"uagb-ifb-desc\">We have three in-house restaurants offering different cuisines that you can choose from.</p><div class=\"uagb-ifb-button-wrapper wp-block-button\"><a href=\"\" target=\"_self\" class=\"uagb-infobox-cta-link uagb-disable-link\" rel=\"noopener noreferrer\" alt=\"\"><span class=\"uagb-inline-editing\">READ MORE</span><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M504.3 273.6l-112.1 104c-6.992 6.484-17.18 8.218-25.94 4.406c-8.758-3.812-14.42-12.45-14.42-21.1L351.9 288H32C14.33 288 .0002 273.7 .0002 255.1S14.33 224 32 224h319.9l0-72c0-9.547 5.66-18.19 14.42-22c8.754-3.809 18.95-2.075 25.94 4.41l112.1 104C514.6 247.9 514.6 264.1 504.3 273.6z\"></path></svg></a></div></div></div>\n<!-- /wp:uagb/info-box --></div>\n<!-- /wp:uagb/container --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"60a1ec13\",\"backgroundType\":\"color\",\"backgroundSizeTablet\":\"cover\",\"backgroundSizeMobile\":\"cover\",\"backgroundColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"bottomPaddingDesktop\":104,\"leftPaddingDesktop\":40,\"rightPaddingDesktop\":40,\"topPaddingTablet\":80,\"bottomPaddingTablet\":80,\"leftPaddingTablet\":40,\"rightPaddingTablet\":40,\"topPaddingMobile\":64,\"bottomPaddingMobile\":64,\"leftPaddingMobile\":24,\"rightPaddingMobile\":24,\"paddingLink\":false,\"variationSelected\":true,\"rowGapDesktop\":0,\"isBlockRootParent\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-60a1ec13 alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/advanced-heading {\"block_id\":\"60dd11bf\",\"classMigrate\":true,\"headingDescToggle\":true,\"headingAlign\":\"center\",\"headingAlignMobile\":\"left\",\"subHeadingColor\":\"\",\"headSpace\":20,\"subHeadFontSize\":16,\"blockBottomPadding\":20} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-60dd11bf\"><h2 class=\"uagb-heading-text\">Our Inside Pictures​</h2><p class=\"uagb-desc-text\">Take a look at some pretty pictures captured in and around our premises.</p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/container {\"block_id\":\"084989ea\",\"directionDesktop\":\"row\",\"alignItemsDesktop\":\"flex-start\",\"topMarginDesktop\":20,\"bottomMarginDesktop\":0,\"leftMarginDesktop\":0,\"rightMarginDesktop\":0,\"marginLink\":false,\"variationSelected\":true,\"rowGapMobile\":24,\"columnGapDesktop\":24,\"columnGapTablet\":20} -->\n<div class=\"wp-block-uagb-container uagb-block-084989ea\"><!-- wp:uagb/container {\"block_id\":\"69c672b7\",\"widthDesktop\":32,\"variationSelected\":true,\"rowGapDesktop\":24,\"rowGapTablet\":20,\"rowGapMobile\":24,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-69c672b7\"><!-- wp:uagb/image {\"block_id\":\"4dd0cb7f\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/gallery-1.jpg\",\"id\":105,\"linkDestination\":\"none\",\"width\":388,\"height\":240,\"naturalWidth\":388,\"naturalHeight\":240,\"sizeSlug\":\"full\",\"sizeSlugTablet\":\"full\",\"sizeSlugMobile\":\"full\"} -->\n<div class=\"wp-block-uagb-image uagb-block-4dd0cb7f wp-block-uagb-image--layout-default wp-block-uagb-image--effect-static wp-block-uagb-image--align-none\"><figure class=\"wp-block-uagb-image__figure\"><img srcset=\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/gallery-1.jpg \" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/gallery-1.jpg\" alt=\"\" class=\"uag-image-105\" width=\"388\" height=\"240\" title=\"\" loading=\"lazy\"/></figure></div>\n<!-- /wp:uagb/image -->\n\n<!-- wp:uagb/image {\"block_id\":\"2df7dc57\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/gallery-6.jpg\",\"id\":110,\"linkDestination\":\"none\",\"naturalWidth\":388,\"naturalHeight\":240,\"sizeSlug\":\"full\",\"sizeSlugTablet\":\"full\",\"sizeSlugMobile\":\"full\"} -->\n<div class=\"wp-block-uagb-image uagb-block-2df7dc57 wp-block-uagb-image--layout-default wp-block-uagb-image--effect-static wp-block-uagb-image--align-none\"><figure class=\"wp-block-uagb-image__figure\"><img srcset=\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/gallery-6.jpg \" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/gallery-6.jpg\" alt=\"\" class=\"uag-image-110\" width=\"\" height=\"\" title=\"\" loading=\"lazy\"/></figure></div>\n<!-- /wp:uagb/image --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"5db50ab2\",\"widthDesktop\":67,\"variationSelected\":true,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-5db50ab2\"><!-- wp:uagb/image {\"block_id\":\"7a886af2\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/gallery-2.jpg\",\"id\":106,\"linkDestination\":\"none\",\"width\":788,\"widthTablet\":780,\"height\":504,\"heightTablet\":0,\"naturalWidth\":788,\"naturalHeight\":504,\"sizeSlug\":\"full\",\"sizeSlugTablet\":\"full\",\"sizeSlugMobile\":\"full\",\"customHeightSetDesktop\":true} -->\n<div class=\"wp-block-uagb-image uagb-block-7a886af2 wp-block-uagb-image--layout-default wp-block-uagb-image--effect-static wp-block-uagb-image--align-none\"><figure class=\"wp-block-uagb-image__figure\"><img srcset=\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/gallery-2.jpg \" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/gallery-2.jpg\" alt=\"\" class=\"uag-image-106\" width=\"788\" height=\"504\" title=\"\" loading=\"lazy\"/></figure></div>\n<!-- /wp:uagb/image --></div>\n<!-- /wp:uagb/container --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"182ebd40\",\"directionDesktop\":\"row\",\"alignItemsDesktop\":\"flex-start\",\"topMarginDesktop\":24,\"bottomMarginDesktop\":0,\"leftMarginDesktop\":0,\"rightMarginDesktop\":0,\"topMarginTablet\":20,\"bottomMarginTablet\":0,\"leftMarginTablet\":0,\"rightMarginTablet\":0,\"topMarginMobile\":24,\"bottomMarginMobile\":0,\"leftMarginMobile\":0,\"rightMarginMobile\":0,\"marginLink\":false,\"variationSelected\":true,\"columnGapDesktop\":24,\"columnGapTablet\":20} -->\n<div class=\"wp-block-uagb-container uagb-block-182ebd40\"><!-- wp:uagb/container {\"block_id\":\"1037b47d\",\"widthDesktop\":67,\"variationSelected\":true,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-1037b47d\"><!-- wp:uagb/image {\"block_id\":\"b9524ac6\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/gallery-3.jpg\",\"id\":107,\"linkDestination\":\"none\",\"width\":788,\"height\":504,\"naturalWidth\":788,\"naturalHeight\":504,\"sizeSlug\":\"full\",\"sizeSlugTablet\":\"full\",\"sizeSlugMobile\":\"full\",\"customHeightSetDesktop\":true} -->\n<div class=\"wp-block-uagb-image uagb-block-b9524ac6 wp-block-uagb-image--layout-default wp-block-uagb-image--effect-static wp-block-uagb-image--align-none\"><figure class=\"wp-block-uagb-image__figure\"><img srcset=\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/gallery-3.jpg \" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/gallery-3.jpg\" alt=\"\" class=\"uag-image-107\" width=\"788\" height=\"504\" title=\"\" loading=\"lazy\"/></figure></div>\n<!-- /wp:uagb/image --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"2f426f38\",\"widthDesktop\":32,\"variationSelected\":true,\"rowGapDesktop\":24,\"rowGapTablet\":20,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-2f426f38\"><!-- wp:uagb/image {\"block_id\":\"b9e19eef\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/gallery-5.jpg\",\"id\":109,\"linkDestination\":\"none\",\"width\":388,\"height\":240,\"naturalWidth\":388,\"naturalHeight\":240,\"sizeSlug\":\"full\",\"sizeSlugTablet\":\"full\",\"sizeSlugMobile\":\"full\"} -->\n<div class=\"wp-block-uagb-image uagb-block-b9e19eef wp-block-uagb-image--layout-default wp-block-uagb-image--effect-static wp-block-uagb-image--align-none\"><figure class=\"wp-block-uagb-image__figure\"><img srcset=\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/gallery-5.jpg \" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/gallery-5.jpg\" alt=\"\" class=\"uag-image-109\" width=\"388\" height=\"240\" title=\"\" loading=\"lazy\"/></figure></div>\n<!-- /wp:uagb/image -->\n\n<!-- wp:uagb/image {\"block_id\":\"64ed2f2a\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/gallery-4.jpg\",\"id\":108,\"linkDestination\":\"none\",\"naturalWidth\":388,\"naturalHeight\":240,\"sizeSlug\":\"full\",\"sizeSlugTablet\":\"full\",\"sizeSlugMobile\":\"full\"} -->\n<div class=\"wp-block-uagb-image uagb-block-64ed2f2a wp-block-uagb-image--layout-default wp-block-uagb-image--effect-static wp-block-uagb-image--align-none\"><figure class=\"wp-block-uagb-image__figure\"><img srcset=\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/gallery-4.jpg \" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/gallery-4.jpg\" alt=\"\" class=\"uag-image-108\" width=\"\" height=\"\" title=\"\" loading=\"lazy\"/></figure></div>\n<!-- /wp:uagb/image --></div>\n<!-- /wp:uagb/container --></div>\n<!-- /wp:uagb/container --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"fcd4d410\",\"backgroundType\":\"color\",\"backgroundSizeTablet\":\"cover\",\"backgroundSizeMobile\":\"cover\",\"backgroundColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"topPaddingDesktop\":40,\"bottomPaddingDesktop\":104,\"leftPaddingDesktop\":40,\"rightPaddingDesktop\":40,\"topPaddingTablet\":80,\"bottomPaddingTablet\":80,\"leftPaddingTablet\":40,\"rightPaddingTablet\":40,\"topPaddingMobile\":64,\"bottomPaddingMobile\":64,\"leftPaddingMobile\":24,\"rightPaddingMobile\":24,\"paddingLink\":false,\"variationSelected\":true,\"rowGapDesktop\":0,\"isBlockRootParent\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-fcd4d410 alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/advanced-heading {\"block_id\":\"50a1338a\",\"classMigrate\":true,\"headingDescToggle\":true,\"headingAlign\":\"center\",\"headingAlignMobile\":\"left\",\"subHeadingColor\":\"\",\"headSpace\":20,\"subHeadFontSize\":16,\"blockBottomPadding\":20} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-50a1338a\"><h2 class=\"uagb-heading-text\">What Our Guests Say​</h2><p class=\"uagb-desc-text\">We take pride in serving our guests with the best experience. Read what they say.</p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/container {\"block_id\":\"18210c38\",\"directionDesktop\":\"row\",\"topMarginDesktop\":40,\"bottomMarginDesktop\":0,\"leftMarginDesktop\":0,\"rightMarginDesktop\":0,\"marginLink\":false,\"variationSelected\":true,\"rowGapMobile\":40,\"columnGapDesktop\":90} -->\n<div class=\"wp-block-uagb-container uagb-block-18210c38\"><!-- wp:uagb/container {\"block_id\":\"6fe5906d\",\"widthDesktop\":50,\"variationSelected\":true,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-6fe5906d\"><!-- wp:uagb/star-rating {\"block_id\":\"2a2d93fc\",\"rating\":4.5,\"color\":\"var(\\u002d\\u002dast-global-color-2)\"} -->\n<div class=\"wp-block-uagb-star-rating uagb-block-2a2d93fc\"><div class=\"uag-star-rating\" title=\"4.5/5\"><span class=\"uag-star\">★</span><span class=\"uag-star\">★</span><span class=\"uag-star\">★</span><span class=\"uag-star\">★</span><span class=\"uag-star\">★</span></div></div>\n<!-- /wp:uagb/star-rating -->\n\n<!-- wp:uagb/testimonial {\"test_item_count\":1,\"classMigrate\":true,\"test_block\":[{\"description\":\"\\u0022Proin nulla mauris et volutpat adipiscing suspendisse vehicula blandit sagittis orci etiam morbi elit etiam semper eu lacus pretium hac nisl leo amet ullamcorper.\\u0022​\",\"name\":\"\\u003cstrong\\u003eEMILY HUNT​\\u003c/strong\\u003e\",\"company\":\"\",\"image\":{\"id\":119,\"title\":\"testimonial1\",\"filename\":\"testimonial1.jpg\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/testimonial1.jpg\",\"link\":\"https://blueroan.netgen.cloud/testimonial1/\",\"alt\":\"\",\"author\":\"34\",\"description\":\"\",\"caption\":\"\",\"name\":\"testimonial1\",\"status\":\"inherit\",\"uploadedTo\":0,\"date\":\"2021-05-11T05:02:02.000Z\",\"modified\":\"2021-05-11T05:02:02.000Z\",\"menuOrder\":0,\"mime\":\"image/jpeg\",\"type\":\"image\",\"subtype\":\"jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/default.png\",\"dateFormatted\":\"May 11, 2021\",\"nonces\":{\"update\":\"b92fe40c3d\",\"delete\":\"643c1eb8f1\",\"edit\":\"d3e7d56b1d\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=119\\u0026action=edit\",\"meta\":false,\"authorName\":\"Rishabh\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/user-edit.php?user_id=34\",\"filesizeInBytes\":11264,\"filesizeHumanReadable\":\"11 KB\",\"context\":\"\",\"height\":250,\"width\":250,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/testimonial1-150x150.jpg\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/testimonial1.jpg\",\"height\":250,\"width\":250,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}}}],\"headingAlign\":\"left\",\"headingAlignTablet\":\"left\",\"headingAlignMobile\":\"left\",\"descColor\":\"var(\\u002d\\u002dast-global-color-3)\",\"nameFontSize\":14,\"nameLineHeight\":1,\"descFontSize\":16,\"descFontWeight\":\"600\",\"nameSpace\":1,\"block_id\":\"c584bc5a\",\"iconImage\":{\"url\":\"\",\"alt\":\"InfoBox placeholder img\"},\"imageWidth\":32,\"columnGap\":1,\"borderStyle\":\"\",\"paddingTop\":0,\"paddingBottom\":0,\"paddingLeft\":0,\"paddingRight\":0,\"spacingLink\":true,\"imgpaddingTop\":0,\"imgpaddingRight\":15,\"imgpaddingBottom\":0,\"imgpaddingLeft\":0,\"overallBorderStyle\":\"none\",\"imgTagHeight\":32,\"imgTagWidth\":150} -->\n<div class=\"wp-block-uagb-testimonial uagb-slick-carousel uagb-tm__arrow-outside uagb-block-c584bc5a uagb-post__carousel_notset uagb-post__carousel_notset-tablet uagb-post__carousel_notset-mobile\"><div class=\"is-carousel uagb-tm__columns-1 uagb-tm__items\"><div class=\"uagb-testimonial__wrap  uagb-tm__imgicon-style-circle uagb-tm__image-position-bottom uagb-tm__bg-type-none \"><div class=\"uagb-tm__content\"><div class=\"uagb-tm__overlay\"></div><div class=\"uagb-tm__text-wrap\"><div class=\"uagb-tm__desc\">\"Proin nulla mauris et volutpat adipiscing suspendisse vehicula blandit sagittis orci etiam morbi elit etiam semper eu lacus pretium hac nisl leo amet ullamcorper.\"​</div><div class=\"uagb-tm__meta-inner\"><div class=\"uagb-tm__image-content\"><div class=\"uagb-tm__image\"><img class=\"uagb-tm-img-src\" src=\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/testimonial1-150x150.jpg\" alt=\"\" width=\"32\" height=\"32\" loading=\"lazy\"/></div></div><div class=\"uagb-testimonial-details\"><span class=\"uagb-tm__author-name\"><strong>EMILY HUNT​</strong></span><span class=\"uagb-tm__company\"></span></div></div></div></div></div></div></div>\n<!-- /wp:uagb/testimonial -->\n\n<!-- wp:uagb/star-rating {\"block_id\":\"0ba47c0a\",\"rating\":4.5,\"color\":\"var(\\u002d\\u002dast-global-color-2)\",\"blockTopMargin\":30,\"blockRightMargin\":0,\"blockLeftMargin\":0,\"blockBottomMargin\":0,\"blockTopMarginMobile\":20,\"blockRightMarginMobile\":0,\"blockLeftMarginMobile\":0,\"blockBottomMarginMobile\":0} -->\n<div class=\"wp-block-uagb-star-rating uagb-block-0ba47c0a\"><div class=\"uag-star-rating\" title=\"4.5/5\"><span class=\"uag-star\">★</span><span class=\"uag-star\">★</span><span class=\"uag-star\">★</span><span class=\"uag-star\">★</span><span class=\"uag-star\">★</span></div></div>\n<!-- /wp:uagb/star-rating -->\n\n<!-- wp:uagb/testimonial {\"test_item_count\":1,\"classMigrate\":true,\"test_block\":[{\"description\":\"\\u0022Proin nulla mauris et volutpat adipiscing suspendisse vehicula blandit sagittis orci etiam morbi elit etiam semper eu lacus pretium hac nisl leo amet ullamcorper.\\u0022​\",\"name\":\"\\u003cstrong\\u003e\\u003cstrong\\u003eJULIE ROBINSON​\\u003c/strong\\u003e\\u003c/strong\\u003e\",\"company\":\"\",\"image\":{\"id\":122,\"title\":\"testimonial4\",\"filename\":\"testimonial4.jpg\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/testimonial4.jpg\",\"link\":\"https://blueroan.netgen.cloud/testimonial4/\",\"alt\":\"\",\"author\":\"34\",\"description\":\"\",\"caption\":\"\",\"name\":\"testimonial4\",\"status\":\"inherit\",\"uploadedTo\":0,\"date\":\"2021-05-11T05:02:06.000Z\",\"modified\":\"2021-05-11T05:02:06.000Z\",\"menuOrder\":0,\"mime\":\"image/jpeg\",\"type\":\"image\",\"subtype\":\"jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/default.png\",\"dateFormatted\":\"May 11, 2021\",\"nonces\":{\"update\":\"4e34860add\",\"delete\":\"9e126a55cd\",\"edit\":\"33ffd3c040\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=122\\u0026action=edit\",\"meta\":false,\"authorName\":\"Rishabh\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/user-edit.php?user_id=34\",\"filesizeInBytes\":16584,\"filesizeHumanReadable\":\"16 KB\",\"context\":\"\",\"height\":250,\"width\":250,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/testimonial4-150x150.jpg\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/testimonial4.jpg\",\"height\":250,\"width\":250,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}}}],\"headingAlign\":\"left\",\"headingAlignTablet\":\"left\",\"headingAlignMobile\":\"left\",\"descColor\":\"var(\\u002d\\u002dast-global-color-3)\",\"nameFontSize\":14,\"nameLineHeight\":1,\"descFontSize\":16,\"descFontWeight\":\"600\",\"nameSpace\":1,\"block_id\":\"2bea28eb\",\"iconImage\":{\"url\":\"\",\"alt\":\"InfoBox placeholder img\"},\"imageWidth\":32,\"columnGap\":1,\"borderStyle\":\"\",\"paddingTop\":0,\"paddingBottom\":0,\"paddingLeft\":0,\"paddingRight\":0,\"spacingLink\":true,\"imgpaddingTop\":0,\"imgpaddingRight\":15,\"imgpaddingBottom\":0,\"imgpaddingLeft\":0,\"overallBorderStyle\":\"none\",\"imgTagHeight\":32,\"imgTagWidth\":150} -->\n<div class=\"wp-block-uagb-testimonial uagb-slick-carousel uagb-tm__arrow-outside uagb-block-2bea28eb uagb-post__carousel_notset uagb-post__carousel_notset-tablet uagb-post__carousel_notset-mobile\"><div class=\"is-carousel uagb-tm__columns-1 uagb-tm__items\"><div class=\"uagb-testimonial__wrap  uagb-tm__imgicon-style-circle uagb-tm__image-position-bottom uagb-tm__bg-type-none \"><div class=\"uagb-tm__content\"><div class=\"uagb-tm__overlay\"></div><div class=\"uagb-tm__text-wrap\"><div class=\"uagb-tm__desc\">\"Proin nulla mauris et volutpat adipiscing suspendisse vehicula blandit sagittis orci etiam morbi elit etiam semper eu lacus pretium hac nisl leo amet ullamcorper.\"​</div><div class=\"uagb-tm__meta-inner\"><div class=\"uagb-tm__image-content\"><div class=\"uagb-tm__image\"><img class=\"uagb-tm-img-src\" src=\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/testimonial4-150x150.jpg\" alt=\"\" width=\"32\" height=\"32\" loading=\"lazy\"/></div></div><div class=\"uagb-testimonial-details\"><span class=\"uagb-tm__author-name\"><strong><strong>JULIE ROBINSON​</strong></strong></span><span class=\"uagb-tm__company\"></span></div></div></div></div></div></div></div>\n<!-- /wp:uagb/testimonial --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"c07ef2b6\",\"widthDesktop\":50,\"variationSelected\":true,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-c07ef2b6\"><!-- wp:uagb/star-rating {\"block_id\":\"d1449011\",\"rating\":4.5,\"color\":\"var(\\u002d\\u002dast-global-color-2)\"} -->\n<div class=\"wp-block-uagb-star-rating uagb-block-d1449011\"><div class=\"uag-star-rating\" title=\"4.5/5\"><span class=\"uag-star\">★</span><span class=\"uag-star\">★</span><span class=\"uag-star\">★</span><span class=\"uag-star\">★</span><span class=\"uag-star\">★</span></div></div>\n<!-- /wp:uagb/star-rating -->\n\n<!-- wp:uagb/testimonial {\"test_item_count\":1,\"classMigrate\":true,\"test_block\":[{\"description\":\"\\u0022Proin nulla mauris et volutpat adipiscing suspendisse vehicula blandit sagittis orci etiam morbi elit etiam semper eu lacus pretium hac nisl leo amet ullamcorper.\\u0022​\",\"name\":\"\\u003cstrong\\u003e\\u003cstrong\\u003eMORGAN JONATHAN​\\u003c/strong\\u003e\\u003c/strong\\u003e\",\"company\":\"\",\"image\":{\"id\":120,\"title\":\"testimonial2\",\"filename\":\"testimonial2.jpg\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/testimonial2.jpg\",\"link\":\"https://blueroan.netgen.cloud/testimonial2/\",\"alt\":\"\",\"author\":\"34\",\"description\":\"\",\"caption\":\"\",\"name\":\"testimonial2\",\"status\":\"inherit\",\"uploadedTo\":0,\"date\":\"2021-05-11T05:02:03.000Z\",\"modified\":\"2021-05-11T05:02:03.000Z\",\"menuOrder\":0,\"mime\":\"image/jpeg\",\"type\":\"image\",\"subtype\":\"jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/default.png\",\"dateFormatted\":\"May 11, 2021\",\"nonces\":{\"update\":\"1ee6412858\",\"delete\":\"4414a2ccbf\",\"edit\":\"bde7b1f490\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=120\\u0026action=edit\",\"meta\":false,\"authorName\":\"Rishabh\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/user-edit.php?user_id=34\",\"filesizeInBytes\":10087,\"filesizeHumanReadable\":\"10 KB\",\"context\":\"\",\"height\":250,\"width\":250,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/testimonial2-150x150.jpg\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/testimonial2.jpg\",\"height\":250,\"width\":250,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}}}],\"headingAlign\":\"left\",\"headingAlignTablet\":\"left\",\"headingAlignMobile\":\"left\",\"descColor\":\"var(\\u002d\\u002dast-global-color-3)\",\"nameFontSize\":14,\"nameLineHeight\":1,\"descFontSize\":16,\"descFontWeight\":\"600\",\"nameSpace\":1,\"block_id\":\"7edd2350\",\"iconImage\":{\"url\":\"\",\"alt\":\"InfoBox placeholder img\"},\"imageWidth\":32,\"columnGap\":1,\"borderStyle\":\"\",\"paddingTop\":0,\"paddingBottom\":0,\"paddingLeft\":0,\"paddingRight\":0,\"spacingLink\":true,\"imgpaddingTop\":0,\"imgpaddingRight\":15,\"imgpaddingBottom\":0,\"imgpaddingLeft\":0,\"overallBorderStyle\":\"none\",\"imgTagHeight\":32,\"imgTagWidth\":150} -->\n<div class=\"wp-block-uagb-testimonial uagb-slick-carousel uagb-tm__arrow-outside uagb-block-7edd2350 uagb-post__carousel_notset uagb-post__carousel_notset-tablet uagb-post__carousel_notset-mobile\"><div class=\"is-carousel uagb-tm__columns-1 uagb-tm__items\"><div class=\"uagb-testimonial__wrap  uagb-tm__imgicon-style-circle uagb-tm__image-position-bottom uagb-tm__bg-type-none \"><div class=\"uagb-tm__content\"><div class=\"uagb-tm__overlay\"></div><div class=\"uagb-tm__text-wrap\"><div class=\"uagb-tm__desc\">\"Proin nulla mauris et volutpat adipiscing suspendisse vehicula blandit sagittis orci etiam morbi elit etiam semper eu lacus pretium hac nisl leo amet ullamcorper.\"​</div><div class=\"uagb-tm__meta-inner\"><div class=\"uagb-tm__image-content\"><div class=\"uagb-tm__image\"><img class=\"uagb-tm-img-src\" src=\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/testimonial2-150x150.jpg\" alt=\"\" width=\"32\" height=\"32\" loading=\"lazy\"/></div></div><div class=\"uagb-testimonial-details\"><span class=\"uagb-tm__author-name\"><strong><strong>MORGAN JONATHAN​</strong></strong></span><span class=\"uagb-tm__company\"></span></div></div></div></div></div></div></div>\n<!-- /wp:uagb/testimonial -->\n\n<!-- wp:uagb/star-rating {\"block_id\":\"47e6d32b\",\"rating\":4.5,\"color\":\"var(\\u002d\\u002dast-global-color-2)\",\"blockTopMargin\":30,\"blockRightMargin\":0,\"blockLeftMargin\":0,\"blockBottomMargin\":0,\"blockTopMarginMobile\":20,\"blockRightMarginMobile\":0,\"blockLeftMarginMobile\":0,\"blockBottomMarginMobile\":0} -->\n<div class=\"wp-block-uagb-star-rating uagb-block-47e6d32b\"><div class=\"uag-star-rating\" title=\"4.5/5\"><span class=\"uag-star\">★</span><span class=\"uag-star\">★</span><span class=\"uag-star\">★</span><span class=\"uag-star\">★</span><span class=\"uag-star\">★</span></div></div>\n<!-- /wp:uagb/star-rating -->\n\n<!-- wp:uagb/testimonial {\"test_item_count\":1,\"classMigrate\":true,\"test_block\":[{\"description\":\"\\u0022Proin nulla mauris et volutpat adipiscing suspendisse vehicula blandit sagittis orci etiam morbi elit etiam semper eu lacus pretium hac nisl leo amet ullamcorper.\\u0022​\",\"name\":\"\\u003cstrong\\u003e\\u003cstrong\\u003e\\u003cstrong\\u003eJAMES BROOK​\\u003c/strong\\u003e\\u003c/strong\\u003e\\u003c/strong\\u003e\",\"company\":\"\",\"image\":{\"id\":121,\"title\":\"testimonial3\",\"filename\":\"testimonial3.jpg\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/testimonial3.jpg\",\"link\":\"https://blueroan.netgen.cloud/testimonial3/\",\"alt\":\"\",\"author\":\"34\",\"description\":\"\",\"caption\":\"\",\"name\":\"testimonial3\",\"status\":\"inherit\",\"uploadedTo\":0,\"date\":\"2021-05-11T05:02:05.000Z\",\"modified\":\"2021-05-11T05:02:05.000Z\",\"menuOrder\":0,\"mime\":\"image/jpeg\",\"type\":\"image\",\"subtype\":\"jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/default.png\",\"dateFormatted\":\"May 11, 2021\",\"nonces\":{\"update\":\"290653da5d\",\"delete\":\"90a4fb2d63\",\"edit\":\"ff8a64e56e\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=121\\u0026action=edit\",\"meta\":false,\"authorName\":\"Rishabh\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/user-edit.php?user_id=34\",\"filesizeInBytes\":8748,\"filesizeHumanReadable\":\"9 KB\",\"context\":\"\",\"height\":250,\"width\":250,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/testimonial3-150x150.jpg\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/testimonial3.jpg\",\"height\":250,\"width\":250,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}}}],\"headingAlign\":\"left\",\"headingAlignTablet\":\"left\",\"headingAlignMobile\":\"left\",\"descColor\":\"var(\\u002d\\u002dast-global-color-3)\",\"nameFontSize\":14,\"nameLineHeight\":1,\"descFontSize\":16,\"descFontWeight\":\"600\",\"nameSpace\":1,\"block_id\":\"842e84b7\",\"iconImage\":{\"url\":\"\",\"alt\":\"InfoBox placeholder img\"},\"imageWidth\":32,\"columnGap\":1,\"borderStyle\":\"\",\"paddingTop\":0,\"paddingBottom\":0,\"paddingLeft\":0,\"paddingRight\":0,\"spacingLink\":true,\"imgpaddingTop\":0,\"imgpaddingRight\":15,\"imgpaddingBottom\":0,\"imgpaddingLeft\":0,\"overallBorderStyle\":\"none\",\"imgTagHeight\":32,\"imgTagWidth\":150} -->\n<div class=\"wp-block-uagb-testimonial uagb-slick-carousel uagb-tm__arrow-outside uagb-block-842e84b7 uagb-post__carousel_notset uagb-post__carousel_notset-tablet uagb-post__carousel_notset-mobile\"><div class=\"is-carousel uagb-tm__columns-1 uagb-tm__items\"><div class=\"uagb-testimonial__wrap  uagb-tm__imgicon-style-circle uagb-tm__image-position-bottom uagb-tm__bg-type-none \"><div class=\"uagb-tm__content\"><div class=\"uagb-tm__overlay\"></div><div class=\"uagb-tm__text-wrap\"><div class=\"uagb-tm__desc\">\"Proin nulla mauris et volutpat adipiscing suspendisse vehicula blandit sagittis orci etiam morbi elit etiam semper eu lacus pretium hac nisl leo amet ullamcorper.\"​</div><div class=\"uagb-tm__meta-inner\"><div class=\"uagb-tm__image-content\"><div class=\"uagb-tm__image\"><img class=\"uagb-tm-img-src\" src=\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/testimonial3-150x150.jpg\" alt=\"\" width=\"32\" height=\"32\" loading=\"lazy\"/></div></div><div class=\"uagb-testimonial-details\"><span class=\"uagb-tm__author-name\"><strong><strong><strong>JAMES BROOK​</strong></strong></strong></span><span class=\"uagb-tm__company\"></span></div></div></div></div></div></div></div>\n<!-- /wp:uagb/testimonial --></div>\n<!-- /wp:uagb/container --></div>\n<!-- /wp:uagb/container --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"1372e4eb\",\"innerContentCustomWidthDesktop\":781,\"innerContentCustomWidthTablet\":781,\"backgroundType\":\"image\",\"backgroundImageDesktop\":{\"id\":54,\"title\":\"background-img\",\"filename\":\"background-img-1.jpg\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/background-img-1.jpg\",\"link\":\"https://blueroan.netgen.cloud/background-img-2/\",\"alt\":\"\",\"author\":\"34\",\"description\":\"\",\"caption\":\"\",\"name\":\"background-img-2\",\"status\":\"inherit\",\"uploadedTo\":0,\"date\":\"2021-05-07T10:11:37.000Z\",\"modified\":\"2021-05-07T10:11:37.000Z\",\"menuOrder\":0,\"mime\":\"image/jpeg\",\"type\":\"image\",\"subtype\":\"jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/default.png\",\"dateFormatted\":\"May 7, 2021\",\"nonces\":{\"update\":\"bb999636b9\",\"delete\":\"d2e1375bc4\",\"edit\":\"005dd2f0c9\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=54\\u0026action=edit\",\"meta\":false,\"authorName\":\"Rishabh\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/user-edit.php?user_id=34\",\"filesizeInBytes\":338858,\"filesizeHumanReadable\":\"331 KB\",\"context\":\"\",\"height\":1080,\"width\":1920,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/background-img-1-150x150.jpg\",\"orientation\":\"landscape\"},\"medium\":{\"height\":169,\"width\":300,\"url\":\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/background-img-1-300x169.jpg\",\"orientation\":\"landscape\"},\"large\":{\"height\":576,\"width\":1024,\"url\":\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/background-img-1-1024x576.jpg\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/background-img-1.jpg\",\"height\":1080,\"width\":1920,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"backgroundImageColor\":\"rgba(42,42,42,0.65)\",\"topPaddingDesktop\":144,\"bottomPaddingDesktop\":144,\"leftPaddingDesktop\":40,\"rightPaddingDesktop\":40,\"topPaddingTablet\":80,\"bottomPaddingTablet\":80,\"leftPaddingTablet\":40,\"rightPaddingTablet\":40,\"topPaddingMobile\":64,\"bottomPaddingMobile\":64,\"leftPaddingMobile\":24,\"rightPaddingMobile\":24,\"paddingLink\":false,\"variationSelected\":true,\"isBlockRootParent\":true,\"overlayType\":\"color\"} -->\n<div class=\"wp-block-uagb-container uagb-block-1372e4eb alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/advanced-heading {\"block_id\":\"8c9b949b\",\"classMigrate\":true,\"headingDescToggle\":true,\"headingAlign\":\"center\",\"headingColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"subHeadingColor\":\"var(\\u002d\\u002dast-global-color-4)\",\"headSpace\":20} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-8c9b949b\"><h2 class=\"uagb-heading-text\">Plan an Unforgettable Experience in Mykonos Today!</h2><p class=\"uagb-desc-text\">We can help you fit your stay and experience within your allotted budget.</p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/advanced-heading {\"block_id\":\"8f3f14e4\",\"classMigrate\":true,\"headingTitleToggle\":false,\"headingDescToggle\":true,\"headingAlign\":\"center\",\"subHeadingColor\":\"var(\\u002d\\u002dast-global-color-4)\",\"subHeadTransform\":\"uppercase\",\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"subHeadLetterSpacing\":2,\"blockTopPadding\":60,\"blockRightPadding\":0,\"blockLeftPadding\":0,\"blockBottomPadding\":0,\"blockTopPaddingMobile\":30,\"blockRightPaddingMobile\":0,\"blockLeftPaddingMobile\":0,\"blockBottomPaddingMobile\":0} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-8f3f14e4\"><p class=\"uagb-desc-text\">BOOK YOUR STAY NOW​</p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/icon-list {\"block_id\":\"ce28514c\",\"classMigrate\":true,\"childMigrate\":true,\"align\":\"center\",\"parentIcon\":\"phone\",\"size\":40,\"sizeMobile\":24,\"sizeTablet\":32,\"fontSize\":48,\"fontSizeMobile\":28,\"fontSizeTablet\":40,\"fontWeight\":\"600\",\"iconColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"labelColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"blockTopPadding\":0,\"blockRightPadding\":0,\"blockLeftPadding\":0,\"blockBottomPadding\":24,\"blockPaddingLink\":false} -->\n<div class=\"wp-block-uagb-icon-list uagb-block-ce28514c\"><div class=\"uagb-icon-list__wrap\"><!-- wp:uagb/icon-list-child {\"block_id\":\"76a582c8\",\"label\":\"+1-123 456 7890​\",\"label_color\":\"\",\"fromParentIcon\":\"phone\",\"imageSizeChild\":40} -->\n<div class=\"wp-block-uagb-icon-list-child uagb-block-76a582c8\"><span class=\"uagb-icon-list__source-wrap\"><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M511.2 387l-23.25 100.8c-3.266 14.25-15.79 24.22-30.46 24.22C205.2 512 0 306.8 0 54.5c0-14.66 9.969-27.2 24.22-30.45l100.8-23.25C139.7-2.602 154.7 5.018 160.8 18.92l46.52 108.5c5.438 12.78 1.77 27.67-8.98 36.45L144.5 207.1c33.98 69.22 90.26 125.5 159.5 159.5l44.08-53.8c8.688-10.78 23.69-14.51 36.47-8.975l108.5 46.51C506.1 357.2 514.6 372.4 511.2 387z\"></path></svg></span><span class=\"uagb-icon-list__label\">+1-123 456 7890​</span></div>\n<!-- /wp:uagb/icon-list-child --></div></div>\n<!-- /wp:uagb/icon-list --></div></div>\n<!-- /wp:uagb/container -->',	'Home',	'',	'inherit',	'closed',	'closed',	'',	'760-revision-v1',	'',	'',	'2022-12-13 09:05:56',	'2022-12-13 09:05:56',	'',	760,	'https://blueroan.netgen.cloud/?p=787',	0,	'revision',	'',	0),
(789,	2,	'2022-12-13 09:06:47',	'2022-12-13 09:06:47',	'https://blueroan.netgen.cloud/wp-content/uploads/2022/12/cropped-Blue_Roan_Logo.png',	'cropped-Blue_Roan_Logo.png',	'',	'inherit',	'open',	'closed',	'',	'cropped-blue_roan_logo-png',	'',	'',	'2022-12-13 09:06:47',	'2022-12-13 09:06:47',	'',	0,	'https://blueroan.netgen.cloud/wp-content/uploads/2022/12/cropped-Blue_Roan_Logo.png',	0,	'attachment',	'image/png',	0),
(790,	2,	'2022-12-13 09:07:14',	'2022-12-13 09:07:14',	'{\n    \"astra-child::custom_logo\": {\n        \"value\": 789,\n        \"type\": \"theme_mod\",\n        \"user_id\": 2,\n        \"date_modified_gmt\": \"2022-12-13 09:07:14\"\n    },\n    \"astra-settings[display-site-title-responsive]\": {\n        \"value\": {\n            \"desktop\": false,\n            \"tablet\": 1,\n            \"mobile\": 1\n        },\n        \"type\": \"option\",\n        \"user_id\": 2,\n        \"date_modified_gmt\": \"2022-12-13 09:07:14\"\n    }\n}',	'',	'',	'trash',	'closed',	'closed',	'',	'474cd323-1346-444a-8eb0-3a9d213c0179',	'',	'',	'2022-12-13 09:07:14',	'2022-12-13 09:07:14',	'',	0,	'https://blueroan.netgen.cloud/474cd323-1346-444a-8eb0-3a9d213c0179/',	0,	'customize_changeset',	'',	0),
(792,	2,	'2022-12-13 09:09:03',	'2022-12-13 09:09:03',	'<!-- wp:uagb/container {\"block_id\":\"13aca990\",\"minHeightDesktop\":95,\"minHeightTablet\":70,\"minHeightMobile\":80,\"minHeightType\":\"vh\",\"alignItemsDesktop\":\"flex-start\",\"backgroundType\":\"image\",\"backgroundImageDesktop\":{\"uploading\":false,\"date\":1670921854000,\"filename\":\"Blue-Roan-pool.jpg\",\"menuOrder\":0,\"uploadedTo\":760,\"type\":\"image\",\"subtype\":\"jpeg\",\"id\":784,\"title\":\"Blue Roan - pool\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Blue-Roan-pool.jpg\",\"link\":\"https://blueroan.netgen.cloud/home/blue-roan-pool/\",\"alt\":\"\",\"author\":\"2\",\"description\":\"\",\"caption\":\"\",\"name\":\"blue-roan-pool\",\"status\":\"inherit\",\"modified\":1670921854000,\"mime\":\"image/jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-includes/images/media/default.png\",\"dateFormatted\":\"December 13, 2022\",\"nonces\":{\"update\":\"51a12ed09e\",\"delete\":\"5174068551\",\"edit\":\"1de0721407\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=784\\u0026action=edit\",\"meta\":false,\"authorName\":\"Netgen Support\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/profile.php\",\"uploadedToTitle\":\"Home\",\"uploadedToLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=760\\u0026action=edit\",\"filesizeInBytes\":154801,\"filesizeHumanReadable\":\"151 KB\",\"context\":\"\",\"height\":667,\"width\":1000,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Blue-Roan-pool-150x150.jpg\",\"orientation\":\"landscape\"},\"medium\":{\"height\":200,\"width\":300,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Blue-Roan-pool-300x200.jpg\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Blue-Roan-pool.jpg\",\"height\":667,\"width\":1000,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"backgroundPositionDesktop\":{\"x\":0.5,\"y\":0.25},\"backgroundImageColor\":\"rgba(42,42,42,0.35)\",\"topPaddingDesktop\":0,\"bottomPaddingDesktop\":0,\"leftPaddingDesktop\":40,\"rightPaddingDesktop\":40,\"topPaddingTablet\":120,\"bottomPaddingTablet\":120,\"leftPaddingTablet\":40,\"rightPaddingTablet\":40,\"topPaddingMobile\":150,\"bottomPaddingMobile\":150,\"leftPaddingMobile\":20,\"rightPaddingMobile\":20,\"paddingLink\":false,\"variationSelected\":true,\"isBlockRootParent\":true,\"overlayType\":\"color\",\"minHeightTypeTablet\":\"vh\",\"minHeightTypeMobile\":\"vh\"} -->\n<div class=\"wp-block-uagb-container uagb-block-13aca990 alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/info-box {\"classMigrate\":true,\"headingAlign\":\"left\",\"headingColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"subHeadingColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"headingTag\":\"h1\",\"subHeadFontSize\":17,\"subHeadFontSizeMobile\":15,\"headSpace\":20,\"subHeadSpace\":40,\"block_id\":\"d319cb9b\",\"ctaIcon\":\"\",\"ctaType\":\"button\",\"ctaText\":\"Book Your Stay Now\",\"ctaLink\":\"#\",\"ctaBtnLinkColor\":\"var(\\u002d\\u002dast-global-color-2)\",\"ctaLinkHoverColor\":\"var(\\u002d\\u002dast-global-color-2)\",\"ctaBgColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"ctaBgHoverColor\":\"var(\\u002d\\u002dast-global-color-4)\",\"ctaBorderColor\":\"\",\"ctaBorderStyle\":\"\",\"ctaBorderWidth\":\"\",\"ctaBorderRadius\":\"\",\"iconImage\":{\"url\":\"\",\"alt\":\"InfoBox placeholder img\"},\"showIcon\":false,\"paddingBtnTop\":18,\"paddingBtnBottom\":18,\"paddingBtnLeft\":34,\"paddingBtnRight\":34,\"blockTopPadding\":0,\"blockRightPadding\":40,\"blockLeftPadding\":0,\"blockBottomPadding\":0,\"blockTopPaddingTablet\":0,\"blockRightPaddingTablet\":64,\"blockLeftPaddingTablet\":0,\"blockBottomPaddingTablet\":0,\"blockTopPaddingMobile\":0,\"blockRightPaddingMobile\":0,\"blockLeftPaddingMobile\":0,\"blockBottomPaddingMobile\":0,\"blockPaddingUnit\":\"%\",\"blockPaddingLink\":false,\"subHeadMarginTopTablet\":0,\"subHeadMarginRightTablet\":64,\"subHeadTabletSpace\":40,\"subHeadMarginLeftTablet\":0,\"subHeadMarginTopMobile\":0,\"subHeadMarginRightMobile\":0,\"subHeadMobileSpace\":40,\"subHeadMarginLeftMobile\":0,\"btnBorderTopWidth\":1,\"btnBorderLeftWidth\":1,\"btnBorderRightWidth\":1,\"btnBorderBottomWidth\":1,\"btnBorderTopLeftRadius\":0,\"btnBorderTopRightRadius\":0,\"btnBorderBottomLeftRadius\":0,\"btnBorderBottomRightRadius\":0,\"btnBorderStyle\":\"none\",\"btnBorderColor\":\"#333\"} -->\n<div class=\"wp-block-uagb-info-box uagb-block-d319cb9b uagb-infobox__content-wrap  uagb-infobox-icon-above-title uagb-infobox-image-valign-top\"><div class=\"uagb-ifb-content\"><div class=\"uagb-ifb-title-wrap\"><h1 class=\"uagb-ifb-title\"><strong>Magaliesburg pet friendly self-catering accommodation</strong></h1></div><p class=\"uagb-ifb-desc\">Romantic pet-friendly self-catering accommodation in Magaliesburg, Gauteng.</p><div class=\"uagb-ifb-button-wrapper wp-block-button\"><a href=\"#\" class=\"uagb-infobox-cta-link wp-block-button__link\" target=\"_self\" rel=\"noopener noreferrer\" alt=\"\"><span class=\"uagb-inline-editing\">Book Your Stay Now</span></a></div></div></div>\n<!-- /wp:uagb/info-box --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"70865d26\",\"directionDesktop\":\"row\",\"directionMobile\":\"column-reverse\",\"alignItemsDesktop\":\"flex-start\",\"backgroundType\":\"color\",\"backgroundSizeTablet\":\"cover\",\"backgroundSizeMobile\":\"cover\",\"backgroundColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"topPaddingDesktop\":104,\"bottomPaddingDesktop\":104,\"topPaddingTablet\":80,\"bottomPaddingTablet\":80,\"leftPaddingTablet\":40,\"rightPaddingTablet\":40,\"topPaddingMobile\":64,\"bottomPaddingMobile\":64,\"leftPaddingMobile\":24,\"rightPaddingMobile\":24,\"paddingLink\":false,\"variationSelected\":true,\"columnGapDesktop\":60,\"columnGapTablet\":50,\"isBlockRootParent\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-70865d26 alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/container {\"block_id\":\"8427ebb8\",\"widthDesktop\":50,\"variationSelected\":true,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-8427ebb8\"><!-- wp:uagb/info-box {\"classMigrate\":true,\"headingAlign\":\"left\",\"subHeadingColor\":\"\",\"subHeadFontSize\":16,\"subHeadFontSizeTablet\":16,\"subHeadFontSizeMobile\":15,\"subHeadSpace\":40,\"source_type\":\"image\",\"block_id\":\"332da736\",\"ctaType\":\"button\",\"ctaText\":\"Know More\",\"ctaBtnLinkColor\":\"\",\"ctaBgColor\":\"\",\"ctaBorderColor\":\"\",\"ctaBorderStyle\":\"\",\"ctaBorderWidth\":\"\",\"ctaBorderRadius\":\"\",\"iconBottomMargin\":40,\"iconImage\":{\"id\":69,\"title\":\"about-us\",\"filename\":\"about-us.jpg\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/about-us.jpg\",\"link\":\"https://blueroan.netgen.cloud/about-us/\",\"alt\":\"\",\"author\":\"34\",\"description\":\"\",\"caption\":\"\",\"name\":\"about-us\",\"status\":\"inherit\",\"uploadedTo\":0,\"date\":\"2021-05-07T13:03:13.000Z\",\"modified\":\"2021-05-07T13:03:13.000Z\",\"menuOrder\":0,\"mime\":\"image/jpeg\",\"type\":\"image\",\"subtype\":\"jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/default.png\",\"dateFormatted\":\"May 7, 2021\",\"nonces\":{\"update\":\"d56f3c3ec2\",\"delete\":\"c1c4f821d9\",\"edit\":\"76cf8b74c4\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=69\\u0026action=edit\",\"meta\":false,\"authorName\":\"Rishabh\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/user-edit.php?user_id=34\",\"filesizeInBytes\":49863,\"filesizeHumanReadable\":\"49 KB\",\"context\":\"\",\"height\":504,\"width\":504,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/about-us-150x150.jpg\",\"orientation\":\"landscape\"},\"medium\":{\"height\":300,\"width\":300,\"url\":\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/about-us-300x300.jpg\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/about-us.jpg\",\"height\":504,\"width\":504,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"imageSize\":\"full\",\"imageWidth\":100,\"imageWidthMobile\":100,\"imageWidthTablet\":100,\"showTitle\":false,\"paddingBtnTop\":18,\"paddingBtnBottom\":18,\"paddingBtnLeft\":34,\"paddingBtnRight\":34,\"imageWidthUnit\":\"%\",\"imageWidthUnitTablet\":\"%\",\"imageWidthUnitMobile\":\"%\",\"subHeadTopMargin\":0,\"subHeadRightMargin\":48,\"subHeadLeftMargin\":0,\"subHeadMarginTopTablet\":0,\"subHeadMarginRightTablet\":0,\"subHeadTabletSpace\":40,\"subHeadMarginLeftTablet\":0,\"imgTagHeight\":100,\"imgTagWidth\":504,\"btnBorderTopWidth\":1,\"btnBorderLeftWidth\":1,\"btnBorderRightWidth\":1,\"btnBorderBottomWidth\":1,\"btnBorderTopLeftRadius\":0,\"btnBorderTopRightRadius\":0,\"btnBorderBottomLeftRadius\":0,\"btnBorderBottomRightRadius\":0,\"btnBorderStyle\":\"solid\",\"btnBorderColor\":\"#333\"} -->\n<div class=\"wp-block-uagb-info-box uagb-block-332da736 uagb-infobox__content-wrap  uagb-infobox-icon-above-title uagb-infobox-image-valign-top\"><div class=\"uagb-ifb-content\"><div class=\"uagb-ifb-image-content\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/about-us.jpg\" alt=\"\" width=\"100\" height=\"100\" loading=\"lazy\"/></div><div class=\"uagb-ifb-title-wrap\"></div><p class=\"uagb-ifb-desc\">Surrounded by scenic beauty and attractive tourist attractions we make it convenient for you to visit all the beautiful places with our inhouse guide. We can also help you arrange transport facilities for an easier commute to nearby places.</p><div class=\"uagb-ifb-button-wrapper wp-block-button\"><a href=\"\" class=\"uagb-infobox-cta-link wp-block-button__link  uagb-disable-link\" target=\"_self\" rel=\"noopener noreferrer\" alt=\"\"><span class=\"uagb-inline-editing\">Know More</span><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M504.3 273.6l-112.1 104c-6.992 6.484-17.18 8.218-25.94 4.406c-8.758-3.812-14.42-12.45-14.42-21.1L351.9 288H32C14.33 288 .0002 273.7 .0002 255.1S14.33 224 32 224h319.9l0-72c0-9.547 5.66-18.19 14.42-22c8.754-3.809 18.95-2.075 25.94 4.41l112.1 104C514.6 247.9 514.6 264.1 504.3 273.6z\"></path></svg></a></div></div></div>\n<!-- /wp:uagb/info-box --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"4cabcae1\",\"widthDesktop\":50,\"leftPaddingDesktop\":0,\"paddingLink\":false,\"variationSelected\":true,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-4cabcae1\"><!-- wp:uagb/advanced-heading {\"block_id\":\"673a025f\",\"classMigrate\":true,\"headingDescToggle\":true,\"subHeadingColor\":\"\",\"headSpace\":20,\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-673a025f\"><h2 class=\"uagb-heading-text\"><strong>Blue Roan is a 4-star graded pet-friendly venue</strong></h2><p class=\"uagb-desc-text\">Our goal is to provide high-quality, romantic, comfortable, and affordable self-catering accommodation on the outskirts of the village of  Magaliesburg.  For animal lovers, we are also pet-friendly by arrangement in most of the units all of which have their own fully fenced and gated private grassy gardens.</p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/image {\"block_id\":\"3c84529c\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/about-us-2-1.jpg\",\"align\":\"left\",\"id\":88,\"linkDestination\":\"none\",\"width\":504,\"height\":504,\"naturalWidth\":504,\"naturalHeight\":504,\"sizeSlug\":\"full\",\"sizeSlugTablet\":\"full\",\"sizeSlugMobile\":\"full\",\"imageTopMargin\":20,\"imageRightMargin\":0,\"imageLeftMargin\":0,\"imageBottomMargin\":0,\"imageTopMarginMobile\":0,\"imageRightMarginMobile\":0,\"imageLeftMarginMobile\":0,\"imageBottomMarginMobile\":0,\"imageMarginLink\":false} -->\n<div class=\"wp-block-uagb-image uagb-block-3c84529c wp-block-uagb-image--layout-default wp-block-uagb-image--effect-static wp-block-uagb-image--align-left\"><figure class=\"wp-block-uagb-image__figure\"><img srcset=\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/about-us-2-1.jpg \" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/about-us-2-1.jpg\" alt=\"\" class=\"uag-image-88\" width=\"504\" height=\"504\" title=\"\" loading=\"lazy\"/></figure></div>\n<!-- /wp:uagb/image --></div>\n<!-- /wp:uagb/container --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"d9c24ce4\",\"backgroundType\":\"color\",\"backgroundSizeTablet\":\"cover\",\"backgroundSizeMobile\":\"cover\",\"backgroundColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"topPaddingDesktop\":50,\"bottomPaddingDesktop\":100,\"topPaddingTablet\":50,\"bottomPaddingTablet\":25,\"leftPaddingTablet\":20,\"rightPaddingTablet\":20,\"topPaddingMobile\":50,\"bottomPaddingMobile\":20,\"leftPaddingMobile\":20,\"rightPaddingMobile\":20,\"paddingLink\":false,\"variationSelected\":true,\"rowGapDesktop\":0,\"isBlockRootParent\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-d9c24ce4 alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/container {\"block_id\":\"d88485b0\",\"directionDesktop\":\"row\",\"alignItemsDesktop\":\"flex-end\",\"alignItemsTablet\":\"flex-end\",\"justifyContentDesktop\":\"flex-end\",\"justifyContentTablet\":\"space-between\",\"variationSelected\":true,\"rowGapMobile\":30,\"columnGapDesktop\":0} -->\n<div class=\"wp-block-uagb-container uagb-block-d88485b0\"><!-- wp:uagb/advanced-heading {\"block_id\":\"e62f95e9\",\"classMigrate\":true,\"headingDescToggle\":true,\"subHeadingColor\":\"\",\"headSpace\":20,\"subHeadFontSize\":16} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-e62f95e9\"><h2 class=\"uagb-heading-text\">Amenities &amp; Facilities​</h2><p class=\"uagb-desc-text\">If you are looking for a relaxing, refreshing and rejuvenating experience altogether, we offer all of that under one roof.</p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/buttons {\"block_id\":\"75682181\",\"classMigrate\":true,\"childMigrate\":true,\"align\":\"right\",\"alignTablet\":\"right\",\"alignMobile\":\"left\",\"gap\":0} -->\n<div class=\"wp-block-uagb-buttons uagb-buttons__outer-wrap uagb-btn__default-btn uagb-btn-tablet__default-btn uagb-btn-mobile__default-btn uagb-block-75682181\"><div class=\"uagb-buttons__wrap uagb-buttons-layout-wrap\"><!-- wp:uagb/buttons-child {\"block_id\":\"033aff59\",\"label\":\"View All\",\"link\":\"#\",\"hColor\":\"\",\"borderWidth\":\"\",\"borderRadius\":\"\",\"borderStyle\":\"\",\"borderColor\":\"\",\"borderHColor\":\"\",\"btnBorderTopWidth\":1,\"btnBorderLeftWidth\":1,\"btnBorderRightWidth\":1,\"btnBorderBottomWidth\":1,\"btnBorderTopLeftRadius\":2,\"btnBorderTopRightRadius\":2,\"btnBorderBottomLeftRadius\":2,\"btnBorderBottomRightRadius\":2,\"btnBorderStyle\":\"solid\",\"btnBorderColor\":\"#333\",\"btnBorderHColor\":\"#333\"} -->\n<div class=\"wp-block-uagb-buttons-child uagb-buttons__outer-wrap uagb-block-033aff59 wp-block-button is-style-outline\"><div class=\"uagb-button__wrapper\"><a class=\"uagb-buttons-repeater wp-block-button__link\" href=\"#\" rel=\"follow noopener\" target=\"_self\"><div class=\"uagb-button__link\">View All</div></a></div></div>\n<!-- /wp:uagb/buttons-child --></div></div>\n<!-- /wp:uagb/buttons --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"c76d7420\",\"directionDesktop\":\"row\",\"alignItemsTablet\":\"flex-start\",\"paddingLink\":false,\"topMarginDesktop\":50,\"bottomMarginDesktop\":20,\"leftMarginDesktop\":0,\"rightMarginDesktop\":0,\"marginLink\":false,\"variationSelected\":true,\"rowGapMobile\":65,\"columnGapDesktop\":48,\"columnGapTablet\":20} -->\n<div class=\"wp-block-uagb-container uagb-block-c76d7420\"><!-- wp:uagb/info-box {\"classMigrate\":true,\"headingAlign\":\"left\",\"headingColor\":\"\",\"subHeadingColor\":\"\",\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"source_type\":\"image\",\"block_id\":\"3383ae2b\",\"ctaType\":\"text\",\"ctaText\":\"READ MORE\",\"ctaLinkColor\":\"var(\\u002d\\u002dast-global-color-0)\",\"ctaDecoration\":\"underline\",\"ctaFontSize\":12,\"ctaFontWeight\":\"600\",\"ctaLetterSpacing\":2,\"ctaBorderColor\":\"\",\"ctaBorderStyle\":\"\",\"ctaBorderWidth\":\"\",\"ctaBorderRadius\":\"\",\"iconBottomMargin\":30,\"iconImage\":{\"id\":90,\"title\":\"swimming-pool\",\"filename\":\"swimming-pool.jpg\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/swimming-pool.jpg\",\"link\":\"https://blueroan.netgen.cloud/swimming-pool/\",\"alt\":\"\",\"author\":\"34\",\"description\":\"\",\"caption\":\"\",\"name\":\"swimming-pool\",\"status\":\"inherit\",\"uploadedTo\":0,\"date\":\"2021-05-07T14:28:45.000Z\",\"modified\":\"2021-05-07T14:28:45.000Z\",\"menuOrder\":0,\"mime\":\"image/jpeg\",\"type\":\"image\",\"subtype\":\"jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/default.png\",\"dateFormatted\":\"May 7, 2021\",\"nonces\":{\"update\":\"971c957832\",\"delete\":\"8fb57461ba\",\"edit\":\"e9a8bb1d06\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=90\\u0026action=edit\",\"meta\":false,\"authorName\":\"Rishabh\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/user-edit.php?user_id=34\",\"filesizeInBytes\":29663,\"filesizeHumanReadable\":\"29 KB\",\"context\":\"\",\"height\":440,\"width\":370,\"orientation\":\"portrait\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/swimming-pool-150x150.jpg\",\"orientation\":\"landscape\"},\"medium\":{\"height\":300,\"width\":252,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/swimming-pool-252x300-1.jpg\",\"orientation\":\"portrait\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/swimming-pool.jpg\",\"height\":440,\"width\":370,\"orientation\":\"portrait\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"imageSize\":\"full\",\"imageWidth\":100,\"imageWidthMobile\":100,\"imageWidthTablet\":100,\"paddingBtnTop\":10,\"paddingBtnBottom\":10,\"paddingBtnLeft\":14,\"paddingBtnRight\":14,\"imageWidthUnit\":\"%\",\"imageWidthUnitTablet\":\"%\",\"imageWidthUnitMobile\":\"%\",\"subHeadTopMargin\":0,\"subHeadRightMargin\":40,\"subHeadLeftMargin\":0,\"subHeadMarginTopTablet\":0,\"subHeadMarginRightTablet\":0,\"subHeadTabletSpace\":20,\"subHeadMarginLeftTablet\":0,\"imgTagHeight\":118,\"imgTagWidth\":370,\"btnBorderTopWidth\":1,\"btnBorderLeftWidth\":1,\"btnBorderRightWidth\":1,\"btnBorderBottomWidth\":1,\"btnBorderTopLeftRadius\":0,\"btnBorderTopRightRadius\":0,\"btnBorderBottomLeftRadius\":0,\"btnBorderBottomRightRadius\":0,\"btnBorderStyle\":\"solid\",\"btnBorderColor\":\"#333\"} -->\n<div class=\"wp-block-uagb-info-box uagb-block-3383ae2b uagb-infobox__content-wrap  uagb-infobox-icon-above-title uagb-infobox-image-valign-top\"><div class=\"uagb-ifb-content\"><div class=\"uagb-ifb-image-content\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/swimming-pool.jpg\" alt=\"\" width=\"100\" height=\"118\" loading=\"lazy\"/></div><div class=\"uagb-ifb-title-wrap\"><h3 class=\"uagb-ifb-title\">An Infinite-edge Pool​</h3></div><p class=\"uagb-ifb-desc\">Experience the joy of swimming in our infinity-edge pool that gives you a nice picturesque view.</p><div class=\"uagb-ifb-button-wrapper wp-block-button\"><a href=\"\" target=\"_self\" class=\"uagb-infobox-cta-link uagb-disable-link\" rel=\"noopener noreferrer\" alt=\"\"><span class=\"uagb-inline-editing\">READ MORE</span><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M504.3 273.6l-112.1 104c-6.992 6.484-17.18 8.218-25.94 4.406c-8.758-3.812-14.42-12.45-14.42-21.1L351.9 288H32C14.33 288 .0002 273.7 .0002 255.1S14.33 224 32 224h319.9l0-72c0-9.547 5.66-18.19 14.42-22c8.754-3.809 18.95-2.075 25.94 4.41l112.1 104C514.6 247.9 514.6 264.1 504.3 273.6z\"></path></svg></a></div></div></div>\n<!-- /wp:uagb/info-box -->\n\n<!-- wp:uagb/info-box {\"classMigrate\":true,\"headingAlign\":\"left\",\"headingColor\":\"\",\"subHeadingColor\":\"\",\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"source_type\":\"image\",\"block_id\":\"ee54b125\",\"ctaType\":\"text\",\"ctaText\":\"READ MORE\",\"ctaLinkColor\":\"var(\\u002d\\u002dast-global-color-0)\",\"ctaDecoration\":\"underline\",\"ctaFontSize\":12,\"ctaFontWeight\":\"600\",\"ctaLetterSpacing\":2,\"ctaBorderColor\":\"\",\"ctaBorderStyle\":\"\",\"ctaBorderWidth\":\"\",\"ctaBorderRadius\":\"\",\"iconBottomMargin\":30,\"iconImage\":{\"id\":235,\"title\":\"spa\",\"filename\":\"spa.jpg\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/spa.jpg\",\"link\":\"https://blueroan.netgen.cloud/spa/\",\"alt\":\"\",\"author\":\"34\",\"description\":\"\",\"caption\":\"\",\"name\":\"spa\",\"status\":\"inherit\",\"uploadedTo\":0,\"date\":\"2021-05-11T10:14:20.000Z\",\"modified\":\"2021-05-11T10:14:20.000Z\",\"menuOrder\":0,\"mime\":\"image/jpeg\",\"type\":\"image\",\"subtype\":\"jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/default.png\",\"dateFormatted\":\"May 11, 2021\",\"nonces\":{\"update\":\"580ee12d5e\",\"delete\":\"261a8e7a22\",\"edit\":\"6139a47c8c\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=235\\u0026action=edit\",\"meta\":false,\"authorName\":\"Rishabh\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/user-edit.php?user_id=34\",\"filesizeInBytes\":27664,\"filesizeHumanReadable\":\"27 KB\",\"context\":\"\",\"height\":440,\"width\":370,\"orientation\":\"portrait\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/spa-150x150.jpg\",\"orientation\":\"landscape\"},\"medium\":{\"height\":300,\"width\":252,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/spa-252x300-1.jpg\",\"orientation\":\"portrait\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/spa.jpg\",\"height\":440,\"width\":370,\"orientation\":\"portrait\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"imageSize\":\"full\",\"imageWidth\":100,\"imageWidthMobile\":100,\"imageWidthTablet\":100,\"paddingBtnTop\":10,\"paddingBtnBottom\":10,\"paddingBtnLeft\":14,\"paddingBtnRight\":14,\"imageWidthUnit\":\"%\",\"imageWidthUnitTablet\":\"%\",\"imageWidthUnitMobile\":\"%\",\"subHeadTopMargin\":0,\"subHeadRightMargin\":40,\"subHeadLeftMargin\":0,\"subHeadMarginTopTablet\":0,\"subHeadMarginRightTablet\":0,\"subHeadTabletSpace\":20,\"subHeadMarginLeftTablet\":0,\"imgTagHeight\":118,\"imgTagWidth\":370,\"btnBorderTopWidth\":1,\"btnBorderLeftWidth\":1,\"btnBorderRightWidth\":1,\"btnBorderBottomWidth\":1,\"btnBorderTopLeftRadius\":0,\"btnBorderTopRightRadius\":0,\"btnBorderBottomLeftRadius\":0,\"btnBorderBottomRightRadius\":0,\"btnBorderStyle\":\"solid\",\"btnBorderColor\":\"#333\"} -->\n<div class=\"wp-block-uagb-info-box uagb-block-ee54b125 uagb-infobox__content-wrap  uagb-infobox-icon-above-title uagb-infobox-image-valign-top\"><div class=\"uagb-ifb-content\"><div class=\"uagb-ifb-image-content\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/spa.jpg\" alt=\"\" width=\"100\" height=\"118\" loading=\"lazy\"/></div><div class=\"uagb-ifb-title-wrap\"><h3 class=\"uagb-ifb-title\">An Iconic Spa​</h3></div><p class=\"uagb-ifb-desc\">Set forth on an exquisite wellness journey to refresh, re-energize and rejuvenate at our iconic spa.</p><div class=\"uagb-ifb-button-wrapper wp-block-button\"><a href=\"\" target=\"_self\" class=\"uagb-infobox-cta-link uagb-disable-link\" rel=\"noopener noreferrer\" alt=\"\"><span class=\"uagb-inline-editing\">READ MORE</span><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M504.3 273.6l-112.1 104c-6.992 6.484-17.18 8.218-25.94 4.406c-8.758-3.812-14.42-12.45-14.42-21.1L351.9 288H32C14.33 288 .0002 273.7 .0002 255.1S14.33 224 32 224h319.9l0-72c0-9.547 5.66-18.19 14.42-22c8.754-3.809 18.95-2.075 25.94 4.41l112.1 104C514.6 247.9 514.6 264.1 504.3 273.6z\"></path></svg></a></div></div></div>\n<!-- /wp:uagb/info-box -->\n\n<!-- wp:uagb/info-box {\"classMigrate\":true,\"headingAlign\":\"left\",\"headingColor\":\"\",\"subHeadingColor\":\"\",\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"source_type\":\"image\",\"block_id\":\"1a74791e\",\"ctaType\":\"text\",\"ctaText\":\"READ MORE\",\"ctaLinkColor\":\"var(\\u002d\\u002dast-global-color-0)\",\"ctaDecoration\":\"underline\",\"ctaFontSize\":12,\"ctaFontWeight\":\"600\",\"ctaLetterSpacing\":2,\"ctaBorderColor\":\"\",\"ctaBorderStyle\":\"\",\"ctaBorderWidth\":\"\",\"ctaBorderRadius\":\"\",\"iconBottomMargin\":30,\"iconImage\":{\"id\":115,\"title\":\"rooms\",\"filename\":\"rooms.jpg\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/rooms.jpg\",\"link\":\"https://blueroan.netgen.cloud/rooms-2/\",\"alt\":\"\",\"author\":\"34\",\"description\":\"\",\"caption\":\"\",\"name\":\"rooms-2\",\"status\":\"inherit\",\"uploadedTo\":0,\"date\":\"2021-05-11T04:53:41.000Z\",\"modified\":\"2021-05-11T04:53:41.000Z\",\"menuOrder\":0,\"mime\":\"image/jpeg\",\"type\":\"image\",\"subtype\":\"jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/default.png\",\"dateFormatted\":\"May 11, 2021\",\"nonces\":{\"update\":\"4e23be63e1\",\"delete\":\"0c10fb0869\",\"edit\":\"714e3ba079\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=115\\u0026action=edit\",\"meta\":false,\"authorName\":\"Rishabh\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/user-edit.php?user_id=34\",\"filesizeInBytes\":31085,\"filesizeHumanReadable\":\"30 KB\",\"context\":\"\",\"height\":440,\"width\":370,\"orientation\":\"portrait\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/rooms-150x150.jpg\",\"orientation\":\"landscape\"},\"medium\":{\"height\":300,\"width\":252,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/rooms-252x300-1.jpg\",\"orientation\":\"portrait\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/rooms.jpg\",\"height\":440,\"width\":370,\"orientation\":\"portrait\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"imageSize\":\"full\",\"imageWidth\":100,\"imageWidthMobile\":100,\"imageWidthTablet\":100,\"paddingBtnTop\":10,\"paddingBtnBottom\":10,\"paddingBtnLeft\":14,\"paddingBtnRight\":14,\"imageWidthUnit\":\"%\",\"imageWidthUnitTablet\":\"%\",\"imageWidthUnitMobile\":\"%\",\"subHeadTopMargin\":0,\"subHeadRightMargin\":40,\"subHeadLeftMargin\":0,\"subHeadMarginTopTablet\":0,\"subHeadMarginRightTablet\":0,\"subHeadTabletSpace\":20,\"subHeadMarginLeftTablet\":0,\"imgTagHeight\":118,\"imgTagWidth\":370,\"btnBorderTopWidth\":1,\"btnBorderLeftWidth\":1,\"btnBorderRightWidth\":1,\"btnBorderBottomWidth\":1,\"btnBorderTopLeftRadius\":0,\"btnBorderTopRightRadius\":0,\"btnBorderBottomLeftRadius\":0,\"btnBorderBottomRightRadius\":0,\"btnBorderStyle\":\"solid\",\"btnBorderColor\":\"#333\"} -->\n<div class=\"wp-block-uagb-info-box uagb-block-1a74791e uagb-infobox__content-wrap  uagb-infobox-icon-above-title uagb-infobox-image-valign-top\"><div class=\"uagb-ifb-content\"><div class=\"uagb-ifb-image-content\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/rooms.jpg\" alt=\"\" width=\"100\" height=\"118\" loading=\"lazy\"/></div><div class=\"uagb-ifb-title-wrap\"><h3 class=\"uagb-ifb-title\">In-house Restaurants​</h3></div><p class=\"uagb-ifb-desc\">We have three in-house restaurants offering different cuisines that you can choose from.</p><div class=\"uagb-ifb-button-wrapper wp-block-button\"><a href=\"\" target=\"_self\" class=\"uagb-infobox-cta-link uagb-disable-link\" rel=\"noopener noreferrer\" alt=\"\"><span class=\"uagb-inline-editing\">READ MORE</span><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M504.3 273.6l-112.1 104c-6.992 6.484-17.18 8.218-25.94 4.406c-8.758-3.812-14.42-12.45-14.42-21.1L351.9 288H32C14.33 288 .0002 273.7 .0002 255.1S14.33 224 32 224h319.9l0-72c0-9.547 5.66-18.19 14.42-22c8.754-3.809 18.95-2.075 25.94 4.41l112.1 104C514.6 247.9 514.6 264.1 504.3 273.6z\"></path></svg></a></div></div></div>\n<!-- /wp:uagb/info-box --></div>\n<!-- /wp:uagb/container --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"fdb921bc\",\"backgroundType\":\"color\",\"backgroundSizeTablet\":\"cover\",\"backgroundSizeMobile\":\"cover\",\"backgroundColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"bottomPaddingDesktop\":104,\"leftPaddingDesktop\":40,\"rightPaddingDesktop\":40,\"topPaddingTablet\":80,\"bottomPaddingTablet\":80,\"leftPaddingTablet\":40,\"rightPaddingTablet\":40,\"topPaddingMobile\":64,\"bottomPaddingMobile\":64,\"leftPaddingMobile\":24,\"rightPaddingMobile\":24,\"paddingLink\":false,\"variationSelected\":true,\"rowGapDesktop\":0,\"isBlockRootParent\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-fdb921bc alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/advanced-heading {\"block_id\":\"dfacbe91\",\"classMigrate\":true,\"headingDescToggle\":true,\"headingAlign\":\"center\",\"headingAlignMobile\":\"left\",\"subHeadingColor\":\"\",\"headSpace\":20,\"subHeadFontSize\":16,\"blockBottomPadding\":20} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-dfacbe91\"><h2 class=\"uagb-heading-text\">Our Inside Pictures​</h2><p class=\"uagb-desc-text\">Take a look at some pretty pictures captured in and around our premises.</p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/container {\"block_id\":\"beb06a39\",\"directionDesktop\":\"row\",\"alignItemsDesktop\":\"flex-start\",\"topMarginDesktop\":20,\"bottomMarginDesktop\":0,\"leftMarginDesktop\":0,\"rightMarginDesktop\":0,\"marginLink\":false,\"variationSelected\":true,\"rowGapMobile\":24,\"columnGapDesktop\":24,\"columnGapTablet\":20} -->\n<div class=\"wp-block-uagb-container uagb-block-beb06a39\"><!-- wp:uagb/container {\"block_id\":\"d1ac278a\",\"widthDesktop\":32,\"variationSelected\":true,\"rowGapDesktop\":24,\"rowGapTablet\":20,\"rowGapMobile\":24,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-d1ac278a\"><!-- wp:uagb/image {\"block_id\":\"e83e3cf1\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/gallery-1.jpg\",\"id\":105,\"linkDestination\":\"none\",\"width\":388,\"height\":240,\"naturalWidth\":388,\"naturalHeight\":240,\"sizeSlug\":\"full\",\"sizeSlugTablet\":\"full\",\"sizeSlugMobile\":\"full\"} -->\n<div class=\"wp-block-uagb-image uagb-block-e83e3cf1 wp-block-uagb-image--layout-default wp-block-uagb-image--effect-static wp-block-uagb-image--align-none\"><figure class=\"wp-block-uagb-image__figure\"><img srcset=\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/gallery-1.jpg \" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/gallery-1.jpg\" alt=\"\" class=\"uag-image-105\" width=\"388\" height=\"240\" title=\"\" loading=\"lazy\"/></figure></div>\n<!-- /wp:uagb/image -->\n\n<!-- wp:uagb/image {\"block_id\":\"8b2b428d\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/gallery-6.jpg\",\"id\":110,\"linkDestination\":\"none\",\"naturalWidth\":388,\"naturalHeight\":240,\"sizeSlug\":\"full\",\"sizeSlugTablet\":\"full\",\"sizeSlugMobile\":\"full\"} -->\n<div class=\"wp-block-uagb-image uagb-block-8b2b428d wp-block-uagb-image--layout-default wp-block-uagb-image--effect-static wp-block-uagb-image--align-none\"><figure class=\"wp-block-uagb-image__figure\"><img srcset=\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/gallery-6.jpg \" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/gallery-6.jpg\" alt=\"\" class=\"uag-image-110\" width=\"\" height=\"\" title=\"\" loading=\"lazy\"/></figure></div>\n<!-- /wp:uagb/image --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"5d197afc\",\"widthDesktop\":67,\"variationSelected\":true,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-5d197afc\"><!-- wp:uagb/image {\"block_id\":\"907ad183\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/gallery-2.jpg\",\"id\":106,\"linkDestination\":\"none\",\"width\":788,\"widthTablet\":780,\"height\":504,\"heightTablet\":0,\"naturalWidth\":788,\"naturalHeight\":504,\"sizeSlug\":\"full\",\"sizeSlugTablet\":\"full\",\"sizeSlugMobile\":\"full\",\"customHeightSetDesktop\":true} -->\n<div class=\"wp-block-uagb-image uagb-block-907ad183 wp-block-uagb-image--layout-default wp-block-uagb-image--effect-static wp-block-uagb-image--align-none\"><figure class=\"wp-block-uagb-image__figure\"><img srcset=\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/gallery-2.jpg \" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/gallery-2.jpg\" alt=\"\" class=\"uag-image-106\" width=\"788\" height=\"504\" title=\"\" loading=\"lazy\"/></figure></div>\n<!-- /wp:uagb/image --></div>\n<!-- /wp:uagb/container --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"14983e43\",\"directionDesktop\":\"row\",\"alignItemsDesktop\":\"flex-start\",\"topMarginDesktop\":24,\"bottomMarginDesktop\":0,\"leftMarginDesktop\":0,\"rightMarginDesktop\":0,\"topMarginTablet\":20,\"bottomMarginTablet\":0,\"leftMarginTablet\":0,\"rightMarginTablet\":0,\"topMarginMobile\":24,\"bottomMarginMobile\":0,\"leftMarginMobile\":0,\"rightMarginMobile\":0,\"marginLink\":false,\"variationSelected\":true,\"columnGapDesktop\":24,\"columnGapTablet\":20} -->\n<div class=\"wp-block-uagb-container uagb-block-14983e43\"><!-- wp:uagb/container {\"block_id\":\"f2869d98\",\"widthDesktop\":67,\"variationSelected\":true,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-f2869d98\"><!-- wp:uagb/image {\"block_id\":\"d011b6db\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/gallery-3.jpg\",\"id\":107,\"linkDestination\":\"none\",\"width\":788,\"height\":504,\"naturalWidth\":788,\"naturalHeight\":504,\"sizeSlug\":\"full\",\"sizeSlugTablet\":\"full\",\"sizeSlugMobile\":\"full\",\"customHeightSetDesktop\":true} -->\n<div class=\"wp-block-uagb-image uagb-block-d011b6db wp-block-uagb-image--layout-default wp-block-uagb-image--effect-static wp-block-uagb-image--align-none\"><figure class=\"wp-block-uagb-image__figure\"><img srcset=\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/gallery-3.jpg \" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/gallery-3.jpg\" alt=\"\" class=\"uag-image-107\" width=\"788\" height=\"504\" title=\"\" loading=\"lazy\"/></figure></div>\n<!-- /wp:uagb/image --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"693ebc5e\",\"widthDesktop\":32,\"variationSelected\":true,\"rowGapDesktop\":24,\"rowGapTablet\":20,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-693ebc5e\"><!-- wp:uagb/image {\"block_id\":\"069ee7db\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/gallery-5.jpg\",\"id\":109,\"linkDestination\":\"none\",\"width\":388,\"height\":240,\"naturalWidth\":388,\"naturalHeight\":240,\"sizeSlug\":\"full\",\"sizeSlugTablet\":\"full\",\"sizeSlugMobile\":\"full\"} -->\n<div class=\"wp-block-uagb-image uagb-block-069ee7db wp-block-uagb-image--layout-default wp-block-uagb-image--effect-static wp-block-uagb-image--align-none\"><figure class=\"wp-block-uagb-image__figure\"><img srcset=\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/gallery-5.jpg \" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/gallery-5.jpg\" alt=\"\" class=\"uag-image-109\" width=\"388\" height=\"240\" title=\"\" loading=\"lazy\"/></figure></div>\n<!-- /wp:uagb/image -->\n\n<!-- wp:uagb/image {\"block_id\":\"78abbe3f\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/gallery-4.jpg\",\"id\":108,\"linkDestination\":\"none\",\"naturalWidth\":388,\"naturalHeight\":240,\"sizeSlug\":\"full\",\"sizeSlugTablet\":\"full\",\"sizeSlugMobile\":\"full\"} -->\n<div class=\"wp-block-uagb-image uagb-block-78abbe3f wp-block-uagb-image--layout-default wp-block-uagb-image--effect-static wp-block-uagb-image--align-none\"><figure class=\"wp-block-uagb-image__figure\"><img srcset=\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/gallery-4.jpg \" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/gallery-4.jpg\" alt=\"\" class=\"uag-image-108\" width=\"\" height=\"\" title=\"\" loading=\"lazy\"/></figure></div>\n<!-- /wp:uagb/image --></div>\n<!-- /wp:uagb/container --></div>\n<!-- /wp:uagb/container --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"18e5c685\",\"backgroundType\":\"color\",\"backgroundSizeTablet\":\"cover\",\"backgroundSizeMobile\":\"cover\",\"backgroundColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"topPaddingDesktop\":40,\"bottomPaddingDesktop\":104,\"leftPaddingDesktop\":40,\"rightPaddingDesktop\":40,\"topPaddingTablet\":80,\"bottomPaddingTablet\":80,\"leftPaddingTablet\":40,\"rightPaddingTablet\":40,\"topPaddingMobile\":64,\"bottomPaddingMobile\":64,\"leftPaddingMobile\":24,\"rightPaddingMobile\":24,\"paddingLink\":false,\"variationSelected\":true,\"rowGapDesktop\":0,\"isBlockRootParent\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-18e5c685 alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/advanced-heading {\"block_id\":\"4ea76525\",\"classMigrate\":true,\"headingDescToggle\":true,\"headingAlign\":\"center\",\"headingAlignMobile\":\"left\",\"subHeadingColor\":\"\",\"headSpace\":20,\"subHeadFontSize\":16,\"blockBottomPadding\":20} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-4ea76525\"><h2 class=\"uagb-heading-text\">What Our Guests Say​</h2><p class=\"uagb-desc-text\">We take pride in serving our guests with the best experience. Read what they say.</p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/container {\"block_id\":\"f5a37a91\",\"directionDesktop\":\"row\",\"topMarginDesktop\":40,\"bottomMarginDesktop\":0,\"leftMarginDesktop\":0,\"rightMarginDesktop\":0,\"marginLink\":false,\"variationSelected\":true,\"rowGapMobile\":40,\"columnGapDesktop\":90} -->\n<div class=\"wp-block-uagb-container uagb-block-f5a37a91\"><!-- wp:uagb/container {\"block_id\":\"df613857\",\"widthDesktop\":50,\"variationSelected\":true,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-df613857\"><!-- wp:uagb/star-rating {\"block_id\":\"a5571c8c\",\"rating\":4.5,\"color\":\"var(\\u002d\\u002dast-global-color-2)\"} -->\n<div class=\"wp-block-uagb-star-rating uagb-block-a5571c8c\"><div class=\"uag-star-rating\" title=\"4.5/5\"><span class=\"uag-star\">★</span><span class=\"uag-star\">★</span><span class=\"uag-star\">★</span><span class=\"uag-star\">★</span><span class=\"uag-star\">★</span></div></div>\n<!-- /wp:uagb/star-rating -->\n\n<!-- wp:uagb/testimonial {\"test_item_count\":1,\"classMigrate\":true,\"test_block\":[{\"description\":\"\\u0022Proin nulla mauris et volutpat adipiscing suspendisse vehicula blandit sagittis orci etiam morbi elit etiam semper eu lacus pretium hac nisl leo amet ullamcorper.\\u0022​\",\"name\":\"\\u003cstrong\\u003eEMILY HUNT​\\u003c/strong\\u003e\",\"company\":\"\",\"image\":{\"id\":119,\"title\":\"testimonial1\",\"filename\":\"testimonial1.jpg\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/testimonial1.jpg\",\"link\":\"https://blueroan.netgen.cloud/testimonial1/\",\"alt\":\"\",\"author\":\"34\",\"description\":\"\",\"caption\":\"\",\"name\":\"testimonial1\",\"status\":\"inherit\",\"uploadedTo\":0,\"date\":\"2021-05-11T05:02:02.000Z\",\"modified\":\"2021-05-11T05:02:02.000Z\",\"menuOrder\":0,\"mime\":\"image/jpeg\",\"type\":\"image\",\"subtype\":\"jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/default.png\",\"dateFormatted\":\"May 11, 2021\",\"nonces\":{\"update\":\"b92fe40c3d\",\"delete\":\"643c1eb8f1\",\"edit\":\"d3e7d56b1d\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=119\\u0026action=edit\",\"meta\":false,\"authorName\":\"Rishabh\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/user-edit.php?user_id=34\",\"filesizeInBytes\":11264,\"filesizeHumanReadable\":\"11 KB\",\"context\":\"\",\"height\":250,\"width\":250,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/testimonial1-150x150.jpg\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/testimonial1.jpg\",\"height\":250,\"width\":250,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}}}],\"headingAlign\":\"left\",\"headingAlignTablet\":\"left\",\"headingAlignMobile\":\"left\",\"descColor\":\"var(\\u002d\\u002dast-global-color-3)\",\"nameFontSize\":14,\"nameLineHeight\":1,\"descFontSize\":16,\"descFontWeight\":\"600\",\"nameSpace\":1,\"block_id\":\"eda3142d\",\"iconImage\":{\"url\":\"\",\"alt\":\"InfoBox placeholder img\"},\"imageWidth\":32,\"columnGap\":1,\"borderStyle\":\"\",\"paddingTop\":0,\"paddingBottom\":0,\"paddingLeft\":0,\"paddingRight\":0,\"spacingLink\":true,\"imgpaddingTop\":0,\"imgpaddingRight\":15,\"imgpaddingBottom\":0,\"imgpaddingLeft\":0,\"overallBorderStyle\":\"none\",\"imgTagHeight\":32,\"imgTagWidth\":150} -->\n<div class=\"wp-block-uagb-testimonial uagb-slick-carousel uagb-tm__arrow-outside uagb-block-eda3142d uagb-post__carousel_notset uagb-post__carousel_notset-tablet uagb-post__carousel_notset-mobile\"><div class=\"is-carousel uagb-tm__columns-1 uagb-tm__items\"><div class=\"uagb-testimonial__wrap  uagb-tm__imgicon-style-circle uagb-tm__image-position-bottom uagb-tm__bg-type-none \"><div class=\"uagb-tm__content\"><div class=\"uagb-tm__overlay\"></div><div class=\"uagb-tm__text-wrap\"><div class=\"uagb-tm__desc\">\"Proin nulla mauris et volutpat adipiscing suspendisse vehicula blandit sagittis orci etiam morbi elit etiam semper eu lacus pretium hac nisl leo amet ullamcorper.\"​</div><div class=\"uagb-tm__meta-inner\"><div class=\"uagb-tm__image-content\"><div class=\"uagb-tm__image\"><img class=\"uagb-tm-img-src\" src=\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/testimonial1-150x150.jpg\" alt=\"\" width=\"32\" height=\"32\" loading=\"lazy\"/></div></div><div class=\"uagb-testimonial-details\"><span class=\"uagb-tm__author-name\"><strong>EMILY HUNT​</strong></span><span class=\"uagb-tm__company\"></span></div></div></div></div></div></div></div>\n<!-- /wp:uagb/testimonial -->\n\n<!-- wp:uagb/star-rating {\"block_id\":\"789f3849\",\"rating\":4.5,\"color\":\"var(\\u002d\\u002dast-global-color-2)\",\"blockTopMargin\":30,\"blockRightMargin\":0,\"blockLeftMargin\":0,\"blockBottomMargin\":0,\"blockTopMarginMobile\":20,\"blockRightMarginMobile\":0,\"blockLeftMarginMobile\":0,\"blockBottomMarginMobile\":0} -->\n<div class=\"wp-block-uagb-star-rating uagb-block-789f3849\"><div class=\"uag-star-rating\" title=\"4.5/5\"><span class=\"uag-star\">★</span><span class=\"uag-star\">★</span><span class=\"uag-star\">★</span><span class=\"uag-star\">★</span><span class=\"uag-star\">★</span></div></div>\n<!-- /wp:uagb/star-rating -->\n\n<!-- wp:uagb/testimonial {\"test_item_count\":1,\"classMigrate\":true,\"test_block\":[{\"description\":\"\\u0022Proin nulla mauris et volutpat adipiscing suspendisse vehicula blandit sagittis orci etiam morbi elit etiam semper eu lacus pretium hac nisl leo amet ullamcorper.\\u0022​\",\"name\":\"\\u003cstrong\\u003e\\u003cstrong\\u003eJULIE ROBINSON​\\u003c/strong\\u003e\\u003c/strong\\u003e\",\"company\":\"\",\"image\":{\"id\":122,\"title\":\"testimonial4\",\"filename\":\"testimonial4.jpg\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/testimonial4.jpg\",\"link\":\"https://blueroan.netgen.cloud/testimonial4/\",\"alt\":\"\",\"author\":\"34\",\"description\":\"\",\"caption\":\"\",\"name\":\"testimonial4\",\"status\":\"inherit\",\"uploadedTo\":0,\"date\":\"2021-05-11T05:02:06.000Z\",\"modified\":\"2021-05-11T05:02:06.000Z\",\"menuOrder\":0,\"mime\":\"image/jpeg\",\"type\":\"image\",\"subtype\":\"jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/default.png\",\"dateFormatted\":\"May 11, 2021\",\"nonces\":{\"update\":\"4e34860add\",\"delete\":\"9e126a55cd\",\"edit\":\"33ffd3c040\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=122\\u0026action=edit\",\"meta\":false,\"authorName\":\"Rishabh\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/user-edit.php?user_id=34\",\"filesizeInBytes\":16584,\"filesizeHumanReadable\":\"16 KB\",\"context\":\"\",\"height\":250,\"width\":250,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/testimonial4-150x150.jpg\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/testimonial4.jpg\",\"height\":250,\"width\":250,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}}}],\"headingAlign\":\"left\",\"headingAlignTablet\":\"left\",\"headingAlignMobile\":\"left\",\"descColor\":\"var(\\u002d\\u002dast-global-color-3)\",\"nameFontSize\":14,\"nameLineHeight\":1,\"descFontSize\":16,\"descFontWeight\":\"600\",\"nameSpace\":1,\"block_id\":\"29300cd3\",\"iconImage\":{\"url\":\"\",\"alt\":\"InfoBox placeholder img\"},\"imageWidth\":32,\"columnGap\":1,\"borderStyle\":\"\",\"paddingTop\":0,\"paddingBottom\":0,\"paddingLeft\":0,\"paddingRight\":0,\"spacingLink\":true,\"imgpaddingTop\":0,\"imgpaddingRight\":15,\"imgpaddingBottom\":0,\"imgpaddingLeft\":0,\"overallBorderStyle\":\"none\",\"imgTagHeight\":32,\"imgTagWidth\":150} -->\n<div class=\"wp-block-uagb-testimonial uagb-slick-carousel uagb-tm__arrow-outside uagb-block-29300cd3 uagb-post__carousel_notset uagb-post__carousel_notset-tablet uagb-post__carousel_notset-mobile\"><div class=\"is-carousel uagb-tm__columns-1 uagb-tm__items\"><div class=\"uagb-testimonial__wrap  uagb-tm__imgicon-style-circle uagb-tm__image-position-bottom uagb-tm__bg-type-none \"><div class=\"uagb-tm__content\"><div class=\"uagb-tm__overlay\"></div><div class=\"uagb-tm__text-wrap\"><div class=\"uagb-tm__desc\">\"Proin nulla mauris et volutpat adipiscing suspendisse vehicula blandit sagittis orci etiam morbi elit etiam semper eu lacus pretium hac nisl leo amet ullamcorper.\"​</div><div class=\"uagb-tm__meta-inner\"><div class=\"uagb-tm__image-content\"><div class=\"uagb-tm__image\"><img class=\"uagb-tm-img-src\" src=\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/testimonial4-150x150.jpg\" alt=\"\" width=\"32\" height=\"32\" loading=\"lazy\"/></div></div><div class=\"uagb-testimonial-details\"><span class=\"uagb-tm__author-name\"><strong><strong>JULIE ROBINSON​</strong></strong></span><span class=\"uagb-tm__company\"></span></div></div></div></div></div></div></div>\n<!-- /wp:uagb/testimonial --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"81b4984f\",\"widthDesktop\":50,\"variationSelected\":true,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-81b4984f\"><!-- wp:uagb/star-rating {\"block_id\":\"f787d02d\",\"rating\":4.5,\"color\":\"var(\\u002d\\u002dast-global-color-2)\"} -->\n<div class=\"wp-block-uagb-star-rating uagb-block-f787d02d\"><div class=\"uag-star-rating\" title=\"4.5/5\"><span class=\"uag-star\">★</span><span class=\"uag-star\">★</span><span class=\"uag-star\">★</span><span class=\"uag-star\">★</span><span class=\"uag-star\">★</span></div></div>\n<!-- /wp:uagb/star-rating -->\n\n<!-- wp:uagb/testimonial {\"test_item_count\":1,\"classMigrate\":true,\"test_block\":[{\"description\":\"\\u0022Proin nulla mauris et volutpat adipiscing suspendisse vehicula blandit sagittis orci etiam morbi elit etiam semper eu lacus pretium hac nisl leo amet ullamcorper.\\u0022​\",\"name\":\"\\u003cstrong\\u003e\\u003cstrong\\u003eMORGAN JONATHAN​\\u003c/strong\\u003e\\u003c/strong\\u003e\",\"company\":\"\",\"image\":{\"id\":120,\"title\":\"testimonial2\",\"filename\":\"testimonial2.jpg\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/testimonial2.jpg\",\"link\":\"https://blueroan.netgen.cloud/testimonial2/\",\"alt\":\"\",\"author\":\"34\",\"description\":\"\",\"caption\":\"\",\"name\":\"testimonial2\",\"status\":\"inherit\",\"uploadedTo\":0,\"date\":\"2021-05-11T05:02:03.000Z\",\"modified\":\"2021-05-11T05:02:03.000Z\",\"menuOrder\":0,\"mime\":\"image/jpeg\",\"type\":\"image\",\"subtype\":\"jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/default.png\",\"dateFormatted\":\"May 11, 2021\",\"nonces\":{\"update\":\"1ee6412858\",\"delete\":\"4414a2ccbf\",\"edit\":\"bde7b1f490\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=120\\u0026action=edit\",\"meta\":false,\"authorName\":\"Rishabh\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/user-edit.php?user_id=34\",\"filesizeInBytes\":10087,\"filesizeHumanReadable\":\"10 KB\",\"context\":\"\",\"height\":250,\"width\":250,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/testimonial2-150x150.jpg\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/testimonial2.jpg\",\"height\":250,\"width\":250,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}}}],\"headingAlign\":\"left\",\"headingAlignTablet\":\"left\",\"headingAlignMobile\":\"left\",\"descColor\":\"var(\\u002d\\u002dast-global-color-3)\",\"nameFontSize\":14,\"nameLineHeight\":1,\"descFontSize\":16,\"descFontWeight\":\"600\",\"nameSpace\":1,\"block_id\":\"a486bb1e\",\"iconImage\":{\"url\":\"\",\"alt\":\"InfoBox placeholder img\"},\"imageWidth\":32,\"columnGap\":1,\"borderStyle\":\"\",\"paddingTop\":0,\"paddingBottom\":0,\"paddingLeft\":0,\"paddingRight\":0,\"spacingLink\":true,\"imgpaddingTop\":0,\"imgpaddingRight\":15,\"imgpaddingBottom\":0,\"imgpaddingLeft\":0,\"overallBorderStyle\":\"none\",\"imgTagHeight\":32,\"imgTagWidth\":150} -->\n<div class=\"wp-block-uagb-testimonial uagb-slick-carousel uagb-tm__arrow-outside uagb-block-a486bb1e uagb-post__carousel_notset uagb-post__carousel_notset-tablet uagb-post__carousel_notset-mobile\"><div class=\"is-carousel uagb-tm__columns-1 uagb-tm__items\"><div class=\"uagb-testimonial__wrap  uagb-tm__imgicon-style-circle uagb-tm__image-position-bottom uagb-tm__bg-type-none \"><div class=\"uagb-tm__content\"><div class=\"uagb-tm__overlay\"></div><div class=\"uagb-tm__text-wrap\"><div class=\"uagb-tm__desc\">\"Proin nulla mauris et volutpat adipiscing suspendisse vehicula blandit sagittis orci etiam morbi elit etiam semper eu lacus pretium hac nisl leo amet ullamcorper.\"​</div><div class=\"uagb-tm__meta-inner\"><div class=\"uagb-tm__image-content\"><div class=\"uagb-tm__image\"><img class=\"uagb-tm-img-src\" src=\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/testimonial2-150x150.jpg\" alt=\"\" width=\"32\" height=\"32\" loading=\"lazy\"/></div></div><div class=\"uagb-testimonial-details\"><span class=\"uagb-tm__author-name\"><strong><strong>MORGAN JONATHAN​</strong></strong></span><span class=\"uagb-tm__company\"></span></div></div></div></div></div></div></div>\n<!-- /wp:uagb/testimonial -->\n\n<!-- wp:uagb/star-rating {\"block_id\":\"cd12b79a\",\"rating\":4.5,\"color\":\"var(\\u002d\\u002dast-global-color-2)\",\"blockTopMargin\":30,\"blockRightMargin\":0,\"blockLeftMargin\":0,\"blockBottomMargin\":0,\"blockTopMarginMobile\":20,\"blockRightMarginMobile\":0,\"blockLeftMarginMobile\":0,\"blockBottomMarginMobile\":0} -->\n<div class=\"wp-block-uagb-star-rating uagb-block-cd12b79a\"><div class=\"uag-star-rating\" title=\"4.5/5\"><span class=\"uag-star\">★</span><span class=\"uag-star\">★</span><span class=\"uag-star\">★</span><span class=\"uag-star\">★</span><span class=\"uag-star\">★</span></div></div>\n<!-- /wp:uagb/star-rating -->\n\n<!-- wp:uagb/testimonial {\"test_item_count\":1,\"classMigrate\":true,\"test_block\":[{\"description\":\"\\u0022Proin nulla mauris et volutpat adipiscing suspendisse vehicula blandit sagittis orci etiam morbi elit etiam semper eu lacus pretium hac nisl leo amet ullamcorper.\\u0022​\",\"name\":\"\\u003cstrong\\u003e\\u003cstrong\\u003e\\u003cstrong\\u003eJAMES BROOK​\\u003c/strong\\u003e\\u003c/strong\\u003e\\u003c/strong\\u003e\",\"company\":\"\",\"image\":{\"id\":121,\"title\":\"testimonial3\",\"filename\":\"testimonial3.jpg\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/testimonial3.jpg\",\"link\":\"https://blueroan.netgen.cloud/testimonial3/\",\"alt\":\"\",\"author\":\"34\",\"description\":\"\",\"caption\":\"\",\"name\":\"testimonial3\",\"status\":\"inherit\",\"uploadedTo\":0,\"date\":\"2021-05-11T05:02:05.000Z\",\"modified\":\"2021-05-11T05:02:05.000Z\",\"menuOrder\":0,\"mime\":\"image/jpeg\",\"type\":\"image\",\"subtype\":\"jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/default.png\",\"dateFormatted\":\"May 11, 2021\",\"nonces\":{\"update\":\"290653da5d\",\"delete\":\"90a4fb2d63\",\"edit\":\"ff8a64e56e\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=121\\u0026action=edit\",\"meta\":false,\"authorName\":\"Rishabh\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/user-edit.php?user_id=34\",\"filesizeInBytes\":8748,\"filesizeHumanReadable\":\"9 KB\",\"context\":\"\",\"height\":250,\"width\":250,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/testimonial3-150x150.jpg\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/testimonial3.jpg\",\"height\":250,\"width\":250,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}}}],\"headingAlign\":\"left\",\"headingAlignTablet\":\"left\",\"headingAlignMobile\":\"left\",\"descColor\":\"var(\\u002d\\u002dast-global-color-3)\",\"nameFontSize\":14,\"nameLineHeight\":1,\"descFontSize\":16,\"descFontWeight\":\"600\",\"nameSpace\":1,\"block_id\":\"0e498a26\",\"iconImage\":{\"url\":\"\",\"alt\":\"InfoBox placeholder img\"},\"imageWidth\":32,\"columnGap\":1,\"borderStyle\":\"\",\"paddingTop\":0,\"paddingBottom\":0,\"paddingLeft\":0,\"paddingRight\":0,\"spacingLink\":true,\"imgpaddingTop\":0,\"imgpaddingRight\":15,\"imgpaddingBottom\":0,\"imgpaddingLeft\":0,\"overallBorderStyle\":\"none\",\"imgTagHeight\":32,\"imgTagWidth\":150} -->\n<div class=\"wp-block-uagb-testimonial uagb-slick-carousel uagb-tm__arrow-outside uagb-block-0e498a26 uagb-post__carousel_notset uagb-post__carousel_notset-tablet uagb-post__carousel_notset-mobile\"><div class=\"is-carousel uagb-tm__columns-1 uagb-tm__items\"><div class=\"uagb-testimonial__wrap  uagb-tm__imgicon-style-circle uagb-tm__image-position-bottom uagb-tm__bg-type-none \"><div class=\"uagb-tm__content\"><div class=\"uagb-tm__overlay\"></div><div class=\"uagb-tm__text-wrap\"><div class=\"uagb-tm__desc\">\"Proin nulla mauris et volutpat adipiscing suspendisse vehicula blandit sagittis orci etiam morbi elit etiam semper eu lacus pretium hac nisl leo amet ullamcorper.\"​</div><div class=\"uagb-tm__meta-inner\"><div class=\"uagb-tm__image-content\"><div class=\"uagb-tm__image\"><img class=\"uagb-tm-img-src\" src=\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/testimonial3-150x150.jpg\" alt=\"\" width=\"32\" height=\"32\" loading=\"lazy\"/></div></div><div class=\"uagb-testimonial-details\"><span class=\"uagb-tm__author-name\"><strong><strong><strong>JAMES BROOK​</strong></strong></strong></span><span class=\"uagb-tm__company\"></span></div></div></div></div></div></div></div>\n<!-- /wp:uagb/testimonial --></div>\n<!-- /wp:uagb/container --></div>\n<!-- /wp:uagb/container --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"6155af8e\",\"innerContentCustomWidthDesktop\":781,\"innerContentCustomWidthTablet\":781,\"backgroundType\":\"image\",\"backgroundImageDesktop\":{\"id\":54,\"title\":\"background-img\",\"filename\":\"background-img-1.jpg\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/background-img-1.jpg\",\"link\":\"https://blueroan.netgen.cloud/background-img-2/\",\"alt\":\"\",\"author\":\"34\",\"description\":\"\",\"caption\":\"\",\"name\":\"background-img-2\",\"status\":\"inherit\",\"uploadedTo\":0,\"date\":\"2021-05-07T10:11:37.000Z\",\"modified\":\"2021-05-07T10:11:37.000Z\",\"menuOrder\":0,\"mime\":\"image/jpeg\",\"type\":\"image\",\"subtype\":\"jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/default.png\",\"dateFormatted\":\"May 7, 2021\",\"nonces\":{\"update\":\"bb999636b9\",\"delete\":\"d2e1375bc4\",\"edit\":\"005dd2f0c9\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=54\\u0026action=edit\",\"meta\":false,\"authorName\":\"Rishabh\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/user-edit.php?user_id=34\",\"filesizeInBytes\":338858,\"filesizeHumanReadable\":\"331 KB\",\"context\":\"\",\"height\":1080,\"width\":1920,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/background-img-1-150x150.jpg\",\"orientation\":\"landscape\"},\"medium\":{\"height\":169,\"width\":300,\"url\":\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/background-img-1-300x169.jpg\",\"orientation\":\"landscape\"},\"large\":{\"height\":576,\"width\":1024,\"url\":\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/background-img-1-1024x576.jpg\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/background-img-1.jpg\",\"height\":1080,\"width\":1920,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"backgroundImageColor\":\"rgba(42,42,42,0.65)\",\"topPaddingDesktop\":144,\"bottomPaddingDesktop\":144,\"leftPaddingDesktop\":40,\"rightPaddingDesktop\":40,\"topPaddingTablet\":80,\"bottomPaddingTablet\":80,\"leftPaddingTablet\":40,\"rightPaddingTablet\":40,\"topPaddingMobile\":64,\"bottomPaddingMobile\":64,\"leftPaddingMobile\":24,\"rightPaddingMobile\":24,\"paddingLink\":false,\"variationSelected\":true,\"isBlockRootParent\":true,\"overlayType\":\"color\"} -->\n<div class=\"wp-block-uagb-container uagb-block-6155af8e alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/advanced-heading {\"block_id\":\"50ed0320\",\"classMigrate\":true,\"headingDescToggle\":true,\"headingAlign\":\"center\",\"headingColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"subHeadingColor\":\"var(\\u002d\\u002dast-global-color-4)\",\"headSpace\":20} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-50ed0320\"><h2 class=\"uagb-heading-text\">Plan an Unforgettable Experience in Mykonos Today!</h2><p class=\"uagb-desc-text\">We can help you fit your stay and experience within your allotted budget.</p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/advanced-heading {\"block_id\":\"32d6f7ad\",\"classMigrate\":true,\"headingTitleToggle\":false,\"headingDescToggle\":true,\"headingAlign\":\"center\",\"subHeadingColor\":\"var(\\u002d\\u002dast-global-color-4)\",\"subHeadTransform\":\"uppercase\",\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"subHeadLetterSpacing\":2,\"blockTopPadding\":60,\"blockRightPadding\":0,\"blockLeftPadding\":0,\"blockBottomPadding\":0,\"blockTopPaddingMobile\":30,\"blockRightPaddingMobile\":0,\"blockLeftPaddingMobile\":0,\"blockBottomPaddingMobile\":0} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-32d6f7ad\"><p class=\"uagb-desc-text\">BOOK YOUR STAY NOW​</p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/icon-list {\"block_id\":\"6f2eb390\",\"classMigrate\":true,\"childMigrate\":true,\"align\":\"center\",\"parentIcon\":\"phone\",\"size\":40,\"sizeMobile\":24,\"sizeTablet\":32,\"fontSize\":48,\"fontSizeMobile\":28,\"fontSizeTablet\":40,\"fontWeight\":\"600\",\"iconColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"labelColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"blockTopPadding\":0,\"blockRightPadding\":0,\"blockLeftPadding\":0,\"blockBottomPadding\":24,\"blockPaddingLink\":false} -->\n<div class=\"wp-block-uagb-icon-list uagb-block-6f2eb390\"><div class=\"uagb-icon-list__wrap\"><!-- wp:uagb/icon-list-child {\"block_id\":\"5f4d3391\",\"label\":\"+1-123 456 7890​\",\"label_color\":\"\",\"fromParentIcon\":\"phone\",\"imageSizeChild\":40} -->\n<div class=\"wp-block-uagb-icon-list-child uagb-block-5f4d3391\"><span class=\"uagb-icon-list__source-wrap\"><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M511.2 387l-23.25 100.8c-3.266 14.25-15.79 24.22-30.46 24.22C205.2 512 0 306.8 0 54.5c0-14.66 9.969-27.2 24.22-30.45l100.8-23.25C139.7-2.602 154.7 5.018 160.8 18.92l46.52 108.5c5.438 12.78 1.77 27.67-8.98 36.45L144.5 207.1c33.98 69.22 90.26 125.5 159.5 159.5l44.08-53.8c8.688-10.78 23.69-14.51 36.47-8.975l108.5 46.51C506.1 357.2 514.6 372.4 511.2 387z\"></path></svg></span><span class=\"uagb-icon-list__label\">+1-123 456 7890​</span></div>\n<!-- /wp:uagb/icon-list-child --></div></div>\n<!-- /wp:uagb/icon-list --></div></div>\n<!-- /wp:uagb/container -->',	'Home',	'',	'inherit',	'closed',	'closed',	'',	'760-revision-v1',	'',	'',	'2022-12-13 09:09:03',	'2022-12-13 09:09:03',	'',	760,	'https://blueroan.netgen.cloud/?p=792',	0,	'revision',	'',	0),
(794,	2,	'2022-12-13 09:20:09',	'2022-12-13 09:20:09',	'',	'210-2108726_too-great-for-us-tourism-grading-council-of-south (5)',	'',	'inherit',	'open',	'closed',	'',	'210-2108726_too-great-for-us-tourism-grading-council-of-south-5',	'',	'',	'2022-12-13 09:20:09',	'2022-12-13 09:20:09',	'',	760,	'https://blueroan.netgen.cloud/wp-content/uploads/2022/12/210-2108726_too-great-for-us-tourism-grading-council-of-south-5.png',	0,	'attachment',	'image/png',	0),
(795,	2,	'2022-12-13 09:20:28',	'2022-12-13 09:20:28',	'<!-- wp:uagb/container {\"block_id\":\"8f5a2e8d\",\"minHeightDesktop\":95,\"minHeightTablet\":70,\"minHeightMobile\":80,\"minHeightType\":\"vh\",\"alignItemsDesktop\":\"flex-start\",\"backgroundType\":\"image\",\"backgroundImageDesktop\":{\"uploading\":false,\"date\":1670921854000,\"filename\":\"Blue-Roan-pool.jpg\",\"menuOrder\":0,\"uploadedTo\":760,\"type\":\"image\",\"subtype\":\"jpeg\",\"id\":784,\"title\":\"Blue Roan - pool\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Blue-Roan-pool.jpg\",\"link\":\"https://blueroan.netgen.cloud/home/blue-roan-pool/\",\"alt\":\"\",\"author\":\"2\",\"description\":\"\",\"caption\":\"\",\"name\":\"blue-roan-pool\",\"status\":\"inherit\",\"modified\":1670921854000,\"mime\":\"image/jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-includes/images/media/default.png\",\"dateFormatted\":\"December 13, 2022\",\"nonces\":{\"update\":\"51a12ed09e\",\"delete\":\"5174068551\",\"edit\":\"1de0721407\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=784\\u0026action=edit\",\"meta\":false,\"authorName\":\"Netgen Support\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/profile.php\",\"uploadedToTitle\":\"Home\",\"uploadedToLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=760\\u0026action=edit\",\"filesizeInBytes\":154801,\"filesizeHumanReadable\":\"151 KB\",\"context\":\"\",\"height\":667,\"width\":1000,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Blue-Roan-pool-150x150.jpg\",\"orientation\":\"landscape\"},\"medium\":{\"height\":200,\"width\":300,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Blue-Roan-pool-300x200.jpg\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Blue-Roan-pool.jpg\",\"height\":667,\"width\":1000,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"backgroundPositionDesktop\":{\"x\":0.5,\"y\":0.25},\"backgroundImageColor\":\"rgba(42,42,42,0.35)\",\"topPaddingDesktop\":0,\"bottomPaddingDesktop\":0,\"leftPaddingDesktop\":40,\"rightPaddingDesktop\":40,\"topPaddingTablet\":120,\"bottomPaddingTablet\":120,\"leftPaddingTablet\":40,\"rightPaddingTablet\":40,\"topPaddingMobile\":150,\"bottomPaddingMobile\":150,\"leftPaddingMobile\":20,\"rightPaddingMobile\":20,\"paddingLink\":false,\"variationSelected\":true,\"isBlockRootParent\":true,\"overlayType\":\"color\",\"minHeightTypeTablet\":\"vh\",\"minHeightTypeMobile\":\"vh\"} -->\n<div class=\"wp-block-uagb-container uagb-block-8f5a2e8d alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/info-box {\"classMigrate\":true,\"headingAlign\":\"left\",\"headingColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"subHeadingColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"headingTag\":\"h1\",\"subHeadFontSize\":17,\"subHeadFontSizeMobile\":15,\"headSpace\":20,\"subHeadSpace\":40,\"block_id\":\"09d3330d\",\"ctaIcon\":\"\",\"ctaType\":\"button\",\"ctaText\":\"Book Your Stay Now\",\"ctaLink\":\"#\",\"ctaBtnLinkColor\":\"var(\\u002d\\u002dast-global-color-2)\",\"ctaLinkHoverColor\":\"var(\\u002d\\u002dast-global-color-2)\",\"ctaBgColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"ctaBgHoverColor\":\"var(\\u002d\\u002dast-global-color-4)\",\"ctaBorderColor\":\"\",\"ctaBorderStyle\":\"\",\"ctaBorderWidth\":\"\",\"ctaBorderRadius\":\"\",\"iconImage\":{\"url\":\"\",\"alt\":\"InfoBox placeholder img\"},\"showIcon\":false,\"paddingBtnTop\":18,\"paddingBtnBottom\":18,\"paddingBtnLeft\":34,\"paddingBtnRight\":34,\"blockTopPadding\":0,\"blockRightPadding\":40,\"blockLeftPadding\":0,\"blockBottomPadding\":0,\"blockTopPaddingTablet\":0,\"blockRightPaddingTablet\":64,\"blockLeftPaddingTablet\":0,\"blockBottomPaddingTablet\":0,\"blockTopPaddingMobile\":0,\"blockRightPaddingMobile\":0,\"blockLeftPaddingMobile\":0,\"blockBottomPaddingMobile\":0,\"blockPaddingUnit\":\"%\",\"blockPaddingLink\":false,\"subHeadMarginTopTablet\":0,\"subHeadMarginRightTablet\":64,\"subHeadTabletSpace\":40,\"subHeadMarginLeftTablet\":0,\"subHeadMarginTopMobile\":0,\"subHeadMarginRightMobile\":0,\"subHeadMobileSpace\":40,\"subHeadMarginLeftMobile\":0,\"btnBorderTopWidth\":1,\"btnBorderLeftWidth\":1,\"btnBorderRightWidth\":1,\"btnBorderBottomWidth\":1,\"btnBorderTopLeftRadius\":0,\"btnBorderTopRightRadius\":0,\"btnBorderBottomLeftRadius\":0,\"btnBorderBottomRightRadius\":0,\"btnBorderStyle\":\"none\",\"btnBorderColor\":\"#333\"} -->\n<div class=\"wp-block-uagb-info-box uagb-block-09d3330d uagb-infobox__content-wrap  uagb-infobox-icon-above-title uagb-infobox-image-valign-top\"><div class=\"uagb-ifb-content\"><div class=\"uagb-ifb-title-wrap\"><h1 class=\"uagb-ifb-title\"><strong>Magaliesburg pet friendly self-catering accommodation</strong></h1></div><p class=\"uagb-ifb-desc\">Romantic pet-friendly self-catering accommodation in Magaliesburg, Gauteng.</p><div class=\"uagb-ifb-button-wrapper wp-block-button\"><a href=\"#\" class=\"uagb-infobox-cta-link wp-block-button__link\" target=\"_self\" rel=\"noopener noreferrer\" alt=\"\"><span class=\"uagb-inline-editing\">Book Your Stay Now</span></a></div></div></div>\n<!-- /wp:uagb/info-box --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"1cef2e53\",\"directionDesktop\":\"row\",\"directionMobile\":\"column-reverse\",\"alignItemsDesktop\":\"flex-start\",\"backgroundType\":\"color\",\"backgroundSizeTablet\":\"cover\",\"backgroundSizeMobile\":\"cover\",\"backgroundColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"topPaddingDesktop\":104,\"bottomPaddingDesktop\":104,\"topPaddingTablet\":80,\"bottomPaddingTablet\":80,\"leftPaddingTablet\":40,\"rightPaddingTablet\":40,\"topPaddingMobile\":64,\"bottomPaddingMobile\":64,\"leftPaddingMobile\":24,\"rightPaddingMobile\":24,\"paddingLink\":false,\"variationSelected\":true,\"columnGapDesktop\":60,\"columnGapTablet\":50,\"isBlockRootParent\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-1cef2e53 alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:image {\"align\":\"center\",\"id\":794,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image aligncenter size-full\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/210-2108726_too-great-for-us-tourism-grading-council-of-south-5.png\" alt=\"\" class=\"wp-image-794\"/></figure>\n<!-- /wp:image --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"61bcdcd6\",\"directionDesktop\":\"row\",\"directionMobile\":\"column-reverse\",\"alignItemsDesktop\":\"flex-start\",\"backgroundType\":\"color\",\"backgroundSizeTablet\":\"cover\",\"backgroundSizeMobile\":\"cover\",\"backgroundColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"topPaddingDesktop\":104,\"bottomPaddingDesktop\":104,\"topPaddingTablet\":80,\"bottomPaddingTablet\":80,\"leftPaddingTablet\":40,\"rightPaddingTablet\":40,\"topPaddingMobile\":64,\"bottomPaddingMobile\":64,\"leftPaddingMobile\":24,\"rightPaddingMobile\":24,\"paddingLink\":false,\"variationSelected\":true,\"columnGapDesktop\":60,\"columnGapTablet\":50,\"isBlockRootParent\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-61bcdcd6 alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/container {\"block_id\":\"0736441c\",\"widthDesktop\":50,\"variationSelected\":true,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-0736441c\"><!-- wp:uagb/info-box {\"classMigrate\":true,\"headingAlign\":\"left\",\"subHeadingColor\":\"\",\"subHeadFontSize\":16,\"subHeadFontSizeTablet\":16,\"subHeadFontSizeMobile\":15,\"subHeadSpace\":40,\"source_type\":\"image\",\"block_id\":\"555bd317\",\"ctaType\":\"button\",\"ctaText\":\"Know More\",\"ctaBtnLinkColor\":\"\",\"ctaBgColor\":\"\",\"ctaBorderColor\":\"\",\"ctaBorderStyle\":\"\",\"ctaBorderWidth\":\"\",\"ctaBorderRadius\":\"\",\"iconBottomMargin\":40,\"iconImage\":{\"id\":69,\"title\":\"about-us\",\"filename\":\"about-us.jpg\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/about-us.jpg\",\"link\":\"https://blueroan.netgen.cloud/about-us/\",\"alt\":\"\",\"author\":\"34\",\"description\":\"\",\"caption\":\"\",\"name\":\"about-us\",\"status\":\"inherit\",\"uploadedTo\":0,\"date\":\"2021-05-07T13:03:13.000Z\",\"modified\":\"2021-05-07T13:03:13.000Z\",\"menuOrder\":0,\"mime\":\"image/jpeg\",\"type\":\"image\",\"subtype\":\"jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/default.png\",\"dateFormatted\":\"May 7, 2021\",\"nonces\":{\"update\":\"d56f3c3ec2\",\"delete\":\"c1c4f821d9\",\"edit\":\"76cf8b74c4\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=69\\u0026action=edit\",\"meta\":false,\"authorName\":\"Rishabh\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/user-edit.php?user_id=34\",\"filesizeInBytes\":49863,\"filesizeHumanReadable\":\"49 KB\",\"context\":\"\",\"height\":504,\"width\":504,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/about-us-150x150.jpg\",\"orientation\":\"landscape\"},\"medium\":{\"height\":300,\"width\":300,\"url\":\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/about-us-300x300.jpg\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/about-us.jpg\",\"height\":504,\"width\":504,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"imageSize\":\"full\",\"imageWidth\":100,\"imageWidthMobile\":100,\"imageWidthTablet\":100,\"showTitle\":false,\"paddingBtnTop\":18,\"paddingBtnBottom\":18,\"paddingBtnLeft\":34,\"paddingBtnRight\":34,\"imageWidthUnit\":\"%\",\"imageWidthUnitTablet\":\"%\",\"imageWidthUnitMobile\":\"%\",\"subHeadTopMargin\":0,\"subHeadRightMargin\":48,\"subHeadLeftMargin\":0,\"subHeadMarginTopTablet\":0,\"subHeadMarginRightTablet\":0,\"subHeadTabletSpace\":40,\"subHeadMarginLeftTablet\":0,\"imgTagHeight\":100,\"imgTagWidth\":504,\"btnBorderTopWidth\":1,\"btnBorderLeftWidth\":1,\"btnBorderRightWidth\":1,\"btnBorderBottomWidth\":1,\"btnBorderTopLeftRadius\":0,\"btnBorderTopRightRadius\":0,\"btnBorderBottomLeftRadius\":0,\"btnBorderBottomRightRadius\":0,\"btnBorderStyle\":\"solid\",\"btnBorderColor\":\"#333\"} -->\n<div class=\"wp-block-uagb-info-box uagb-block-555bd317 uagb-infobox__content-wrap  uagb-infobox-icon-above-title uagb-infobox-image-valign-top\"><div class=\"uagb-ifb-content\"><div class=\"uagb-ifb-image-content\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/about-us.jpg\" alt=\"\" width=\"100\" height=\"100\" loading=\"lazy\"/></div><div class=\"uagb-ifb-title-wrap\"></div><p class=\"uagb-ifb-desc\">Surrounded by scenic beauty and attractive tourist attractions we make it convenient for you to visit all the beautiful places with our inhouse guide. We can also help you arrange transport facilities for an easier commute to nearby places.</p><div class=\"uagb-ifb-button-wrapper wp-block-button\"><a href=\"\" class=\"uagb-infobox-cta-link wp-block-button__link  uagb-disable-link\" target=\"_self\" rel=\"noopener noreferrer\" alt=\"\"><span class=\"uagb-inline-editing\">Know More</span><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M504.3 273.6l-112.1 104c-6.992 6.484-17.18 8.218-25.94 4.406c-8.758-3.812-14.42-12.45-14.42-21.1L351.9 288H32C14.33 288 .0002 273.7 .0002 255.1S14.33 224 32 224h319.9l0-72c0-9.547 5.66-18.19 14.42-22c8.754-3.809 18.95-2.075 25.94 4.41l112.1 104C514.6 247.9 514.6 264.1 504.3 273.6z\"></path></svg></a></div></div></div>\n<!-- /wp:uagb/info-box --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"d3fbcf76\",\"widthDesktop\":50,\"leftPaddingDesktop\":0,\"paddingLink\":false,\"variationSelected\":true,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-d3fbcf76\"><!-- wp:uagb/advanced-heading {\"block_id\":\"047d0351\",\"classMigrate\":true,\"headingDescToggle\":true,\"subHeadingColor\":\"\",\"headSpace\":20,\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-047d0351\"><h2 class=\"uagb-heading-text\"><strong>Blue Roan is a 4-star graded pet-friendly venue</strong></h2><p class=\"uagb-desc-text\">Our goal is to provide high-quality, romantic, comfortable, and affordable self-catering accommodation on the outskirts of the village of &nbsp;Magaliesburg. &nbsp;For animal lovers, we are also&nbsp;pet-friendly&nbsp;by arrangement in most of the units all of which have their own fully fenced and gated private grassy gardens.</p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/image {\"block_id\":\"8187513e\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/about-us-2-1.jpg\",\"align\":\"left\",\"id\":88,\"linkDestination\":\"none\",\"width\":504,\"height\":504,\"naturalWidth\":504,\"naturalHeight\":504,\"sizeSlug\":\"full\",\"sizeSlugTablet\":\"full\",\"sizeSlugMobile\":\"full\",\"imageTopMargin\":20,\"imageRightMargin\":0,\"imageLeftMargin\":0,\"imageBottomMargin\":0,\"imageTopMarginMobile\":0,\"imageRightMarginMobile\":0,\"imageLeftMarginMobile\":0,\"imageBottomMarginMobile\":0,\"imageMarginLink\":false} -->\n<div class=\"wp-block-uagb-image uagb-block-8187513e wp-block-uagb-image--layout-default wp-block-uagb-image--effect-static wp-block-uagb-image--align-left\"><figure class=\"wp-block-uagb-image__figure\"><img srcset=\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/about-us-2-1.jpg \" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/about-us-2-1.jpg\" alt=\"\" class=\"uag-image-88\" width=\"504\" height=\"504\" title=\"\" loading=\"lazy\"/></figure></div>\n<!-- /wp:uagb/image --></div>\n<!-- /wp:uagb/container --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"2e46cd9a\",\"backgroundType\":\"color\",\"backgroundSizeTablet\":\"cover\",\"backgroundSizeMobile\":\"cover\",\"backgroundColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"topPaddingDesktop\":50,\"bottomPaddingDesktop\":100,\"topPaddingTablet\":50,\"bottomPaddingTablet\":25,\"leftPaddingTablet\":20,\"rightPaddingTablet\":20,\"topPaddingMobile\":50,\"bottomPaddingMobile\":20,\"leftPaddingMobile\":20,\"rightPaddingMobile\":20,\"paddingLink\":false,\"variationSelected\":true,\"rowGapDesktop\":0,\"isBlockRootParent\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-2e46cd9a alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/container {\"block_id\":\"6955ffb7\",\"directionDesktop\":\"row\",\"alignItemsDesktop\":\"flex-end\",\"alignItemsTablet\":\"flex-end\",\"justifyContentDesktop\":\"flex-end\",\"justifyContentTablet\":\"space-between\",\"variationSelected\":true,\"rowGapMobile\":30,\"columnGapDesktop\":0} -->\n<div class=\"wp-block-uagb-container uagb-block-6955ffb7\"><!-- wp:uagb/advanced-heading {\"block_id\":\"051b161e\",\"classMigrate\":true,\"headingDescToggle\":true,\"subHeadingColor\":\"\",\"headSpace\":20,\"subHeadFontSize\":16} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-051b161e\"><h2 class=\"uagb-heading-text\">Amenities &amp; Facilities​</h2><p class=\"uagb-desc-text\">If you are looking for a relaxing, refreshing and rejuvenating experience altogether, we offer all of that under one roof.</p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/buttons {\"block_id\":\"0e6c3e63\",\"classMigrate\":true,\"childMigrate\":true,\"align\":\"right\",\"alignTablet\":\"right\",\"alignMobile\":\"left\",\"gap\":0} -->\n<div class=\"wp-block-uagb-buttons uagb-buttons__outer-wrap uagb-btn__default-btn uagb-btn-tablet__default-btn uagb-btn-mobile__default-btn uagb-block-0e6c3e63\"><div class=\"uagb-buttons__wrap uagb-buttons-layout-wrap\"><!-- wp:uagb/buttons-child {\"block_id\":\"ee2e396c\",\"label\":\"View All\",\"link\":\"#\",\"hColor\":\"\",\"borderWidth\":\"\",\"borderRadius\":\"\",\"borderStyle\":\"\",\"borderColor\":\"\",\"borderHColor\":\"\",\"btnBorderTopWidth\":1,\"btnBorderLeftWidth\":1,\"btnBorderRightWidth\":1,\"btnBorderBottomWidth\":1,\"btnBorderTopLeftRadius\":2,\"btnBorderTopRightRadius\":2,\"btnBorderBottomLeftRadius\":2,\"btnBorderBottomRightRadius\":2,\"btnBorderStyle\":\"solid\",\"btnBorderColor\":\"#333\",\"btnBorderHColor\":\"#333\"} -->\n<div class=\"wp-block-uagb-buttons-child uagb-buttons__outer-wrap uagb-block-ee2e396c wp-block-button is-style-outline\"><div class=\"uagb-button__wrapper\"><a class=\"uagb-buttons-repeater wp-block-button__link\" href=\"#\" rel=\"follow noopener\" target=\"_self\"><div class=\"uagb-button__link\">View All</div></a></div></div>\n<!-- /wp:uagb/buttons-child --></div></div>\n<!-- /wp:uagb/buttons --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"a6225a06\",\"directionDesktop\":\"row\",\"alignItemsTablet\":\"flex-start\",\"paddingLink\":false,\"topMarginDesktop\":50,\"bottomMarginDesktop\":20,\"leftMarginDesktop\":0,\"rightMarginDesktop\":0,\"marginLink\":false,\"variationSelected\":true,\"rowGapMobile\":65,\"columnGapDesktop\":48,\"columnGapTablet\":20} -->\n<div class=\"wp-block-uagb-container uagb-block-a6225a06\"><!-- wp:uagb/info-box {\"classMigrate\":true,\"headingAlign\":\"left\",\"headingColor\":\"\",\"subHeadingColor\":\"\",\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"source_type\":\"image\",\"block_id\":\"2bf29bb8\",\"ctaType\":\"text\",\"ctaText\":\"READ MORE\",\"ctaLinkColor\":\"var(\\u002d\\u002dast-global-color-0)\",\"ctaDecoration\":\"underline\",\"ctaFontSize\":12,\"ctaFontWeight\":\"600\",\"ctaLetterSpacing\":2,\"ctaBorderColor\":\"\",\"ctaBorderStyle\":\"\",\"ctaBorderWidth\":\"\",\"ctaBorderRadius\":\"\",\"iconBottomMargin\":30,\"iconImage\":{\"id\":90,\"title\":\"swimming-pool\",\"filename\":\"swimming-pool.jpg\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/swimming-pool.jpg\",\"link\":\"https://blueroan.netgen.cloud/swimming-pool/\",\"alt\":\"\",\"author\":\"34\",\"description\":\"\",\"caption\":\"\",\"name\":\"swimming-pool\",\"status\":\"inherit\",\"uploadedTo\":0,\"date\":\"2021-05-07T14:28:45.000Z\",\"modified\":\"2021-05-07T14:28:45.000Z\",\"menuOrder\":0,\"mime\":\"image/jpeg\",\"type\":\"image\",\"subtype\":\"jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/default.png\",\"dateFormatted\":\"May 7, 2021\",\"nonces\":{\"update\":\"971c957832\",\"delete\":\"8fb57461ba\",\"edit\":\"e9a8bb1d06\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=90\\u0026action=edit\",\"meta\":false,\"authorName\":\"Rishabh\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/user-edit.php?user_id=34\",\"filesizeInBytes\":29663,\"filesizeHumanReadable\":\"29 KB\",\"context\":\"\",\"height\":440,\"width\":370,\"orientation\":\"portrait\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/swimming-pool-150x150.jpg\",\"orientation\":\"landscape\"},\"medium\":{\"height\":300,\"width\":252,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/swimming-pool-252x300-1.jpg\",\"orientation\":\"portrait\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/swimming-pool.jpg\",\"height\":440,\"width\":370,\"orientation\":\"portrait\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"imageSize\":\"full\",\"imageWidth\":100,\"imageWidthMobile\":100,\"imageWidthTablet\":100,\"paddingBtnTop\":10,\"paddingBtnBottom\":10,\"paddingBtnLeft\":14,\"paddingBtnRight\":14,\"imageWidthUnit\":\"%\",\"imageWidthUnitTablet\":\"%\",\"imageWidthUnitMobile\":\"%\",\"subHeadTopMargin\":0,\"subHeadRightMargin\":40,\"subHeadLeftMargin\":0,\"subHeadMarginTopTablet\":0,\"subHeadMarginRightTablet\":0,\"subHeadTabletSpace\":20,\"subHeadMarginLeftTablet\":0,\"imgTagHeight\":118,\"imgTagWidth\":370,\"btnBorderTopWidth\":1,\"btnBorderLeftWidth\":1,\"btnBorderRightWidth\":1,\"btnBorderBottomWidth\":1,\"btnBorderTopLeftRadius\":0,\"btnBorderTopRightRadius\":0,\"btnBorderBottomLeftRadius\":0,\"btnBorderBottomRightRadius\":0,\"btnBorderStyle\":\"solid\",\"btnBorderColor\":\"#333\"} -->\n<div class=\"wp-block-uagb-info-box uagb-block-2bf29bb8 uagb-infobox__content-wrap  uagb-infobox-icon-above-title uagb-infobox-image-valign-top\"><div class=\"uagb-ifb-content\"><div class=\"uagb-ifb-image-content\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/swimming-pool.jpg\" alt=\"\" width=\"100\" height=\"118\" loading=\"lazy\"/></div><div class=\"uagb-ifb-title-wrap\"><h3 class=\"uagb-ifb-title\">An Infinite-edge Pool​</h3></div><p class=\"uagb-ifb-desc\">Experience the joy of swimming in our infinity-edge pool that gives you a nice picturesque view.</p><div class=\"uagb-ifb-button-wrapper wp-block-button\"><a href=\"\" target=\"_self\" class=\"uagb-infobox-cta-link uagb-disable-link\" rel=\"noopener noreferrer\" alt=\"\"><span class=\"uagb-inline-editing\">READ MORE</span><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M504.3 273.6l-112.1 104c-6.992 6.484-17.18 8.218-25.94 4.406c-8.758-3.812-14.42-12.45-14.42-21.1L351.9 288H32C14.33 288 .0002 273.7 .0002 255.1S14.33 224 32 224h319.9l0-72c0-9.547 5.66-18.19 14.42-22c8.754-3.809 18.95-2.075 25.94 4.41l112.1 104C514.6 247.9 514.6 264.1 504.3 273.6z\"></path></svg></a></div></div></div>\n<!-- /wp:uagb/info-box -->\n\n<!-- wp:uagb/info-box {\"classMigrate\":true,\"headingAlign\":\"left\",\"headingColor\":\"\",\"subHeadingColor\":\"\",\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"source_type\":\"image\",\"block_id\":\"cdd9b8f0\",\"ctaType\":\"text\",\"ctaText\":\"READ MORE\",\"ctaLinkColor\":\"var(\\u002d\\u002dast-global-color-0)\",\"ctaDecoration\":\"underline\",\"ctaFontSize\":12,\"ctaFontWeight\":\"600\",\"ctaLetterSpacing\":2,\"ctaBorderColor\":\"\",\"ctaBorderStyle\":\"\",\"ctaBorderWidth\":\"\",\"ctaBorderRadius\":\"\",\"iconBottomMargin\":30,\"iconImage\":{\"id\":235,\"title\":\"spa\",\"filename\":\"spa.jpg\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/spa.jpg\",\"link\":\"https://blueroan.netgen.cloud/spa/\",\"alt\":\"\",\"author\":\"34\",\"description\":\"\",\"caption\":\"\",\"name\":\"spa\",\"status\":\"inherit\",\"uploadedTo\":0,\"date\":\"2021-05-11T10:14:20.000Z\",\"modified\":\"2021-05-11T10:14:20.000Z\",\"menuOrder\":0,\"mime\":\"image/jpeg\",\"type\":\"image\",\"subtype\":\"jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/default.png\",\"dateFormatted\":\"May 11, 2021\",\"nonces\":{\"update\":\"580ee12d5e\",\"delete\":\"261a8e7a22\",\"edit\":\"6139a47c8c\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=235\\u0026action=edit\",\"meta\":false,\"authorName\":\"Rishabh\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/user-edit.php?user_id=34\",\"filesizeInBytes\":27664,\"filesizeHumanReadable\":\"27 KB\",\"context\":\"\",\"height\":440,\"width\":370,\"orientation\":\"portrait\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/spa-150x150.jpg\",\"orientation\":\"landscape\"},\"medium\":{\"height\":300,\"width\":252,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/spa-252x300-1.jpg\",\"orientation\":\"portrait\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/spa.jpg\",\"height\":440,\"width\":370,\"orientation\":\"portrait\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"imageSize\":\"full\",\"imageWidth\":100,\"imageWidthMobile\":100,\"imageWidthTablet\":100,\"paddingBtnTop\":10,\"paddingBtnBottom\":10,\"paddingBtnLeft\":14,\"paddingBtnRight\":14,\"imageWidthUnit\":\"%\",\"imageWidthUnitTablet\":\"%\",\"imageWidthUnitMobile\":\"%\",\"subHeadTopMargin\":0,\"subHeadRightMargin\":40,\"subHeadLeftMargin\":0,\"subHeadMarginTopTablet\":0,\"subHeadMarginRightTablet\":0,\"subHeadTabletSpace\":20,\"subHeadMarginLeftTablet\":0,\"imgTagHeight\":118,\"imgTagWidth\":370,\"btnBorderTopWidth\":1,\"btnBorderLeftWidth\":1,\"btnBorderRightWidth\":1,\"btnBorderBottomWidth\":1,\"btnBorderTopLeftRadius\":0,\"btnBorderTopRightRadius\":0,\"btnBorderBottomLeftRadius\":0,\"btnBorderBottomRightRadius\":0,\"btnBorderStyle\":\"solid\",\"btnBorderColor\":\"#333\"} -->\n<div class=\"wp-block-uagb-info-box uagb-block-cdd9b8f0 uagb-infobox__content-wrap  uagb-infobox-icon-above-title uagb-infobox-image-valign-top\"><div class=\"uagb-ifb-content\"><div class=\"uagb-ifb-image-content\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/spa.jpg\" alt=\"\" width=\"100\" height=\"118\" loading=\"lazy\"/></div><div class=\"uagb-ifb-title-wrap\"><h3 class=\"uagb-ifb-title\">An Iconic Spa​</h3></div><p class=\"uagb-ifb-desc\">Set forth on an exquisite wellness journey to refresh, re-energize and rejuvenate at our iconic spa.</p><div class=\"uagb-ifb-button-wrapper wp-block-button\"><a href=\"\" target=\"_self\" class=\"uagb-infobox-cta-link uagb-disable-link\" rel=\"noopener noreferrer\" alt=\"\"><span class=\"uagb-inline-editing\">READ MORE</span><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M504.3 273.6l-112.1 104c-6.992 6.484-17.18 8.218-25.94 4.406c-8.758-3.812-14.42-12.45-14.42-21.1L351.9 288H32C14.33 288 .0002 273.7 .0002 255.1S14.33 224 32 224h319.9l0-72c0-9.547 5.66-18.19 14.42-22c8.754-3.809 18.95-2.075 25.94 4.41l112.1 104C514.6 247.9 514.6 264.1 504.3 273.6z\"></path></svg></a></div></div></div>\n<!-- /wp:uagb/info-box -->\n\n<!-- wp:uagb/info-box {\"classMigrate\":true,\"headingAlign\":\"left\",\"headingColor\":\"\",\"subHeadingColor\":\"\",\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"source_type\":\"image\",\"block_id\":\"6cadb408\",\"ctaType\":\"text\",\"ctaText\":\"READ MORE\",\"ctaLinkColor\":\"var(\\u002d\\u002dast-global-color-0)\",\"ctaDecoration\":\"underline\",\"ctaFontSize\":12,\"ctaFontWeight\":\"600\",\"ctaLetterSpacing\":2,\"ctaBorderColor\":\"\",\"ctaBorderStyle\":\"\",\"ctaBorderWidth\":\"\",\"ctaBorderRadius\":\"\",\"iconBottomMargin\":30,\"iconImage\":{\"id\":115,\"title\":\"rooms\",\"filename\":\"rooms.jpg\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/rooms.jpg\",\"link\":\"https://blueroan.netgen.cloud/rooms-2/\",\"alt\":\"\",\"author\":\"34\",\"description\":\"\",\"caption\":\"\",\"name\":\"rooms-2\",\"status\":\"inherit\",\"uploadedTo\":0,\"date\":\"2021-05-11T04:53:41.000Z\",\"modified\":\"2021-05-11T04:53:41.000Z\",\"menuOrder\":0,\"mime\":\"image/jpeg\",\"type\":\"image\",\"subtype\":\"jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/default.png\",\"dateFormatted\":\"May 11, 2021\",\"nonces\":{\"update\":\"4e23be63e1\",\"delete\":\"0c10fb0869\",\"edit\":\"714e3ba079\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=115\\u0026action=edit\",\"meta\":false,\"authorName\":\"Rishabh\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/user-edit.php?user_id=34\",\"filesizeInBytes\":31085,\"filesizeHumanReadable\":\"30 KB\",\"context\":\"\",\"height\":440,\"width\":370,\"orientation\":\"portrait\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/rooms-150x150.jpg\",\"orientation\":\"landscape\"},\"medium\":{\"height\":300,\"width\":252,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/rooms-252x300-1.jpg\",\"orientation\":\"portrait\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/rooms.jpg\",\"height\":440,\"width\":370,\"orientation\":\"portrait\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"imageSize\":\"full\",\"imageWidth\":100,\"imageWidthMobile\":100,\"imageWidthTablet\":100,\"paddingBtnTop\":10,\"paddingBtnBottom\":10,\"paddingBtnLeft\":14,\"paddingBtnRight\":14,\"imageWidthUnit\":\"%\",\"imageWidthUnitTablet\":\"%\",\"imageWidthUnitMobile\":\"%\",\"subHeadTopMargin\":0,\"subHeadRightMargin\":40,\"subHeadLeftMargin\":0,\"subHeadMarginTopTablet\":0,\"subHeadMarginRightTablet\":0,\"subHeadTabletSpace\":20,\"subHeadMarginLeftTablet\":0,\"imgTagHeight\":118,\"imgTagWidth\":370,\"btnBorderTopWidth\":1,\"btnBorderLeftWidth\":1,\"btnBorderRightWidth\":1,\"btnBorderBottomWidth\":1,\"btnBorderTopLeftRadius\":0,\"btnBorderTopRightRadius\":0,\"btnBorderBottomLeftRadius\":0,\"btnBorderBottomRightRadius\":0,\"btnBorderStyle\":\"solid\",\"btnBorderColor\":\"#333\"} -->\n<div class=\"wp-block-uagb-info-box uagb-block-6cadb408 uagb-infobox__content-wrap  uagb-infobox-icon-above-title uagb-infobox-image-valign-top\"><div class=\"uagb-ifb-content\"><div class=\"uagb-ifb-image-content\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/rooms.jpg\" alt=\"\" width=\"100\" height=\"118\" loading=\"lazy\"/></div><div class=\"uagb-ifb-title-wrap\"><h3 class=\"uagb-ifb-title\">In-house Restaurants​</h3></div><p class=\"uagb-ifb-desc\">We have three in-house restaurants offering different cuisines that you can choose from.</p><div class=\"uagb-ifb-button-wrapper wp-block-button\"><a href=\"\" target=\"_self\" class=\"uagb-infobox-cta-link uagb-disable-link\" rel=\"noopener noreferrer\" alt=\"\"><span class=\"uagb-inline-editing\">READ MORE</span><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M504.3 273.6l-112.1 104c-6.992 6.484-17.18 8.218-25.94 4.406c-8.758-3.812-14.42-12.45-14.42-21.1L351.9 288H32C14.33 288 .0002 273.7 .0002 255.1S14.33 224 32 224h319.9l0-72c0-9.547 5.66-18.19 14.42-22c8.754-3.809 18.95-2.075 25.94 4.41l112.1 104C514.6 247.9 514.6 264.1 504.3 273.6z\"></path></svg></a></div></div></div>\n<!-- /wp:uagb/info-box --></div>\n<!-- /wp:uagb/container --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"5e87ec0c\",\"backgroundType\":\"color\",\"backgroundSizeTablet\":\"cover\",\"backgroundSizeMobile\":\"cover\",\"backgroundColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"bottomPaddingDesktop\":104,\"leftPaddingDesktop\":40,\"rightPaddingDesktop\":40,\"topPaddingTablet\":80,\"bottomPaddingTablet\":80,\"leftPaddingTablet\":40,\"rightPaddingTablet\":40,\"topPaddingMobile\":64,\"bottomPaddingMobile\":64,\"leftPaddingMobile\":24,\"rightPaddingMobile\":24,\"paddingLink\":false,\"variationSelected\":true,\"rowGapDesktop\":0,\"isBlockRootParent\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-5e87ec0c alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/advanced-heading {\"block_id\":\"48c19392\",\"classMigrate\":true,\"headingDescToggle\":true,\"headingAlign\":\"center\",\"headingAlignMobile\":\"left\",\"subHeadingColor\":\"\",\"headSpace\":20,\"subHeadFontSize\":16,\"blockBottomPadding\":20} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-48c19392\"><h2 class=\"uagb-heading-text\">Our Inside Pictures​</h2><p class=\"uagb-desc-text\">Take a look at some pretty pictures captured in and around our premises.</p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/container {\"block_id\":\"5204ce22\",\"directionDesktop\":\"row\",\"alignItemsDesktop\":\"flex-start\",\"topMarginDesktop\":20,\"bottomMarginDesktop\":0,\"leftMarginDesktop\":0,\"rightMarginDesktop\":0,\"marginLink\":false,\"variationSelected\":true,\"rowGapMobile\":24,\"columnGapDesktop\":24,\"columnGapTablet\":20} -->\n<div class=\"wp-block-uagb-container uagb-block-5204ce22\"><!-- wp:uagb/container {\"block_id\":\"4f4edeeb\",\"widthDesktop\":32,\"variationSelected\":true,\"rowGapDesktop\":24,\"rowGapTablet\":20,\"rowGapMobile\":24,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-4f4edeeb\"><!-- wp:uagb/image {\"block_id\":\"41480fdc\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/gallery-1.jpg\",\"id\":105,\"linkDestination\":\"none\",\"width\":388,\"height\":240,\"naturalWidth\":388,\"naturalHeight\":240,\"sizeSlug\":\"full\",\"sizeSlugTablet\":\"full\",\"sizeSlugMobile\":\"full\"} -->\n<div class=\"wp-block-uagb-image uagb-block-41480fdc wp-block-uagb-image--layout-default wp-block-uagb-image--effect-static wp-block-uagb-image--align-none\"><figure class=\"wp-block-uagb-image__figure\"><img srcset=\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/gallery-1.jpg \" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/gallery-1.jpg\" alt=\"\" class=\"uag-image-105\" width=\"388\" height=\"240\" title=\"\" loading=\"lazy\"/></figure></div>\n<!-- /wp:uagb/image -->\n\n<!-- wp:uagb/image {\"block_id\":\"22adc256\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/gallery-6.jpg\",\"id\":110,\"linkDestination\":\"none\",\"naturalWidth\":388,\"naturalHeight\":240,\"sizeSlug\":\"full\",\"sizeSlugTablet\":\"full\",\"sizeSlugMobile\":\"full\"} -->\n<div class=\"wp-block-uagb-image uagb-block-22adc256 wp-block-uagb-image--layout-default wp-block-uagb-image--effect-static wp-block-uagb-image--align-none\"><figure class=\"wp-block-uagb-image__figure\"><img srcset=\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/gallery-6.jpg \" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/gallery-6.jpg\" alt=\"\" class=\"uag-image-110\" width=\"\" height=\"\" title=\"\" loading=\"lazy\"/></figure></div>\n<!-- /wp:uagb/image --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"9b380644\",\"widthDesktop\":67,\"variationSelected\":true,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-9b380644\"><!-- wp:uagb/image {\"block_id\":\"2d07fcce\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/gallery-2.jpg\",\"id\":106,\"linkDestination\":\"none\",\"width\":788,\"widthTablet\":780,\"height\":504,\"heightTablet\":0,\"naturalWidth\":788,\"naturalHeight\":504,\"sizeSlug\":\"full\",\"sizeSlugTablet\":\"full\",\"sizeSlugMobile\":\"full\",\"customHeightSetDesktop\":true} -->\n<div class=\"wp-block-uagb-image uagb-block-2d07fcce wp-block-uagb-image--layout-default wp-block-uagb-image--effect-static wp-block-uagb-image--align-none\"><figure class=\"wp-block-uagb-image__figure\"><img srcset=\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/gallery-2.jpg \" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/gallery-2.jpg\" alt=\"\" class=\"uag-image-106\" width=\"788\" height=\"504\" title=\"\" loading=\"lazy\"/></figure></div>\n<!-- /wp:uagb/image --></div>\n<!-- /wp:uagb/container --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"a2955810\",\"directionDesktop\":\"row\",\"alignItemsDesktop\":\"flex-start\",\"topMarginDesktop\":24,\"bottomMarginDesktop\":0,\"leftMarginDesktop\":0,\"rightMarginDesktop\":0,\"topMarginTablet\":20,\"bottomMarginTablet\":0,\"leftMarginTablet\":0,\"rightMarginTablet\":0,\"topMarginMobile\":24,\"bottomMarginMobile\":0,\"leftMarginMobile\":0,\"rightMarginMobile\":0,\"marginLink\":false,\"variationSelected\":true,\"columnGapDesktop\":24,\"columnGapTablet\":20} -->\n<div class=\"wp-block-uagb-container uagb-block-a2955810\"><!-- wp:uagb/container {\"block_id\":\"d5daa19b\",\"widthDesktop\":67,\"variationSelected\":true,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-d5daa19b\"><!-- wp:uagb/image {\"block_id\":\"77c9980d\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/gallery-3.jpg\",\"id\":107,\"linkDestination\":\"none\",\"width\":788,\"height\":504,\"naturalWidth\":788,\"naturalHeight\":504,\"sizeSlug\":\"full\",\"sizeSlugTablet\":\"full\",\"sizeSlugMobile\":\"full\",\"customHeightSetDesktop\":true} -->\n<div class=\"wp-block-uagb-image uagb-block-77c9980d wp-block-uagb-image--layout-default wp-block-uagb-image--effect-static wp-block-uagb-image--align-none\"><figure class=\"wp-block-uagb-image__figure\"><img srcset=\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/gallery-3.jpg \" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/gallery-3.jpg\" alt=\"\" class=\"uag-image-107\" width=\"788\" height=\"504\" title=\"\" loading=\"lazy\"/></figure></div>\n<!-- /wp:uagb/image --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"486370c7\",\"widthDesktop\":32,\"variationSelected\":true,\"rowGapDesktop\":24,\"rowGapTablet\":20,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-486370c7\"><!-- wp:uagb/image {\"block_id\":\"5b9cda9c\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/gallery-5.jpg\",\"id\":109,\"linkDestination\":\"none\",\"width\":388,\"height\":240,\"naturalWidth\":388,\"naturalHeight\":240,\"sizeSlug\":\"full\",\"sizeSlugTablet\":\"full\",\"sizeSlugMobile\":\"full\"} -->\n<div class=\"wp-block-uagb-image uagb-block-5b9cda9c wp-block-uagb-image--layout-default wp-block-uagb-image--effect-static wp-block-uagb-image--align-none\"><figure class=\"wp-block-uagb-image__figure\"><img srcset=\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/gallery-5.jpg \" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/gallery-5.jpg\" alt=\"\" class=\"uag-image-109\" width=\"388\" height=\"240\" title=\"\" loading=\"lazy\"/></figure></div>\n<!-- /wp:uagb/image -->\n\n<!-- wp:uagb/image {\"block_id\":\"0dbb13ae\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/gallery-4.jpg\",\"id\":108,\"linkDestination\":\"none\",\"naturalWidth\":388,\"naturalHeight\":240,\"sizeSlug\":\"full\",\"sizeSlugTablet\":\"full\",\"sizeSlugMobile\":\"full\"} -->\n<div class=\"wp-block-uagb-image uagb-block-0dbb13ae wp-block-uagb-image--layout-default wp-block-uagb-image--effect-static wp-block-uagb-image--align-none\"><figure class=\"wp-block-uagb-image__figure\"><img srcset=\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/gallery-4.jpg \" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/gallery-4.jpg\" alt=\"\" class=\"uag-image-108\" width=\"\" height=\"\" title=\"\" loading=\"lazy\"/></figure></div>\n<!-- /wp:uagb/image --></div>\n<!-- /wp:uagb/container --></div>\n<!-- /wp:uagb/container --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"10203b88\",\"backgroundType\":\"color\",\"backgroundSizeTablet\":\"cover\",\"backgroundSizeMobile\":\"cover\",\"backgroundColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"topPaddingDesktop\":40,\"bottomPaddingDesktop\":104,\"leftPaddingDesktop\":40,\"rightPaddingDesktop\":40,\"topPaddingTablet\":80,\"bottomPaddingTablet\":80,\"leftPaddingTablet\":40,\"rightPaddingTablet\":40,\"topPaddingMobile\":64,\"bottomPaddingMobile\":64,\"leftPaddingMobile\":24,\"rightPaddingMobile\":24,\"paddingLink\":false,\"variationSelected\":true,\"rowGapDesktop\":0,\"isBlockRootParent\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-10203b88 alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/advanced-heading {\"block_id\":\"78287f69\",\"classMigrate\":true,\"headingDescToggle\":true,\"headingAlign\":\"center\",\"headingAlignMobile\":\"left\",\"subHeadingColor\":\"\",\"headSpace\":20,\"subHeadFontSize\":16,\"blockBottomPadding\":20} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-78287f69\"><h2 class=\"uagb-heading-text\">What Our Guests Say​</h2><p class=\"uagb-desc-text\">We take pride in serving our guests with the best experience. Read what they say.</p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/container {\"block_id\":\"f8a3e6b4\",\"directionDesktop\":\"row\",\"topMarginDesktop\":40,\"bottomMarginDesktop\":0,\"leftMarginDesktop\":0,\"rightMarginDesktop\":0,\"marginLink\":false,\"variationSelected\":true,\"rowGapMobile\":40,\"columnGapDesktop\":90} -->\n<div class=\"wp-block-uagb-container uagb-block-f8a3e6b4\"><!-- wp:uagb/container {\"block_id\":\"ca5815ac\",\"widthDesktop\":50,\"variationSelected\":true,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-ca5815ac\"><!-- wp:uagb/star-rating {\"block_id\":\"b5d55e19\",\"rating\":4.5,\"color\":\"var(\\u002d\\u002dast-global-color-2)\"} -->\n<div class=\"wp-block-uagb-star-rating uagb-block-b5d55e19\"><div class=\"uag-star-rating\" title=\"4.5/5\"><span class=\"uag-star\">★</span><span class=\"uag-star\">★</span><span class=\"uag-star\">★</span><span class=\"uag-star\">★</span><span class=\"uag-star\">★</span></div></div>\n<!-- /wp:uagb/star-rating -->\n\n<!-- wp:uagb/testimonial {\"test_item_count\":1,\"classMigrate\":true,\"test_block\":[{\"description\":\"\\u0022Proin nulla mauris et volutpat adipiscing suspendisse vehicula blandit sagittis orci etiam morbi elit etiam semper eu lacus pretium hac nisl leo amet ullamcorper.\\u0022​\",\"name\":\"\\u003cstrong\\u003eEMILY HUNT​\\u003c/strong\\u003e\",\"company\":\"\",\"image\":{\"id\":119,\"title\":\"testimonial1\",\"filename\":\"testimonial1.jpg\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/testimonial1.jpg\",\"link\":\"https://blueroan.netgen.cloud/testimonial1/\",\"alt\":\"\",\"author\":\"34\",\"description\":\"\",\"caption\":\"\",\"name\":\"testimonial1\",\"status\":\"inherit\",\"uploadedTo\":0,\"date\":\"2021-05-11T05:02:02.000Z\",\"modified\":\"2021-05-11T05:02:02.000Z\",\"menuOrder\":0,\"mime\":\"image/jpeg\",\"type\":\"image\",\"subtype\":\"jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/default.png\",\"dateFormatted\":\"May 11, 2021\",\"nonces\":{\"update\":\"b92fe40c3d\",\"delete\":\"643c1eb8f1\",\"edit\":\"d3e7d56b1d\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=119\\u0026action=edit\",\"meta\":false,\"authorName\":\"Rishabh\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/user-edit.php?user_id=34\",\"filesizeInBytes\":11264,\"filesizeHumanReadable\":\"11 KB\",\"context\":\"\",\"height\":250,\"width\":250,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/testimonial1-150x150.jpg\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/testimonial1.jpg\",\"height\":250,\"width\":250,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}}}],\"headingAlign\":\"left\",\"headingAlignTablet\":\"left\",\"headingAlignMobile\":\"left\",\"descColor\":\"var(\\u002d\\u002dast-global-color-3)\",\"nameFontSize\":14,\"nameLineHeight\":1,\"descFontSize\":16,\"descFontWeight\":\"600\",\"nameSpace\":1,\"block_id\":\"728ba327\",\"iconImage\":{\"url\":\"\",\"alt\":\"InfoBox placeholder img\"},\"imageWidth\":32,\"columnGap\":1,\"borderStyle\":\"\",\"paddingTop\":0,\"paddingBottom\":0,\"paddingLeft\":0,\"paddingRight\":0,\"spacingLink\":true,\"imgpaddingTop\":0,\"imgpaddingRight\":15,\"imgpaddingBottom\":0,\"imgpaddingLeft\":0,\"overallBorderStyle\":\"none\",\"imgTagHeight\":32,\"imgTagWidth\":150} -->\n<div class=\"wp-block-uagb-testimonial uagb-slick-carousel uagb-tm__arrow-outside uagb-block-728ba327 uagb-post__carousel_notset uagb-post__carousel_notset-tablet uagb-post__carousel_notset-mobile\"><div class=\"is-carousel uagb-tm__columns-1 uagb-tm__items\"><div class=\"uagb-testimonial__wrap  uagb-tm__imgicon-style-circle uagb-tm__image-position-bottom uagb-tm__bg-type-none \"><div class=\"uagb-tm__content\"><div class=\"uagb-tm__overlay\"></div><div class=\"uagb-tm__text-wrap\"><div class=\"uagb-tm__desc\">\"Proin nulla mauris et volutpat adipiscing suspendisse vehicula blandit sagittis orci etiam morbi elit etiam semper eu lacus pretium hac nisl leo amet ullamcorper.\"​</div><div class=\"uagb-tm__meta-inner\"><div class=\"uagb-tm__image-content\"><div class=\"uagb-tm__image\"><img class=\"uagb-tm-img-src\" src=\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/testimonial1-150x150.jpg\" alt=\"\" width=\"32\" height=\"32\" loading=\"lazy\"/></div></div><div class=\"uagb-testimonial-details\"><span class=\"uagb-tm__author-name\"><strong>EMILY HUNT​</strong></span><span class=\"uagb-tm__company\"></span></div></div></div></div></div></div></div>\n<!-- /wp:uagb/testimonial -->\n\n<!-- wp:uagb/star-rating {\"block_id\":\"02116e62\",\"rating\":4.5,\"color\":\"var(\\u002d\\u002dast-global-color-2)\",\"blockTopMargin\":30,\"blockRightMargin\":0,\"blockLeftMargin\":0,\"blockBottomMargin\":0,\"blockTopMarginMobile\":20,\"blockRightMarginMobile\":0,\"blockLeftMarginMobile\":0,\"blockBottomMarginMobile\":0} -->\n<div class=\"wp-block-uagb-star-rating uagb-block-02116e62\"><div class=\"uag-star-rating\" title=\"4.5/5\"><span class=\"uag-star\">★</span><span class=\"uag-star\">★</span><span class=\"uag-star\">★</span><span class=\"uag-star\">★</span><span class=\"uag-star\">★</span></div></div>\n<!-- /wp:uagb/star-rating -->\n\n<!-- wp:uagb/testimonial {\"test_item_count\":1,\"classMigrate\":true,\"test_block\":[{\"description\":\"\\u0022Proin nulla mauris et volutpat adipiscing suspendisse vehicula blandit sagittis orci etiam morbi elit etiam semper eu lacus pretium hac nisl leo amet ullamcorper.\\u0022​\",\"name\":\"\\u003cstrong\\u003e\\u003cstrong\\u003eJULIE ROBINSON​\\u003c/strong\\u003e\\u003c/strong\\u003e\",\"company\":\"\",\"image\":{\"id\":122,\"title\":\"testimonial4\",\"filename\":\"testimonial4.jpg\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/testimonial4.jpg\",\"link\":\"https://blueroan.netgen.cloud/testimonial4/\",\"alt\":\"\",\"author\":\"34\",\"description\":\"\",\"caption\":\"\",\"name\":\"testimonial4\",\"status\":\"inherit\",\"uploadedTo\":0,\"date\":\"2021-05-11T05:02:06.000Z\",\"modified\":\"2021-05-11T05:02:06.000Z\",\"menuOrder\":0,\"mime\":\"image/jpeg\",\"type\":\"image\",\"subtype\":\"jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/default.png\",\"dateFormatted\":\"May 11, 2021\",\"nonces\":{\"update\":\"4e34860add\",\"delete\":\"9e126a55cd\",\"edit\":\"33ffd3c040\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=122\\u0026action=edit\",\"meta\":false,\"authorName\":\"Rishabh\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/user-edit.php?user_id=34\",\"filesizeInBytes\":16584,\"filesizeHumanReadable\":\"16 KB\",\"context\":\"\",\"height\":250,\"width\":250,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/testimonial4-150x150.jpg\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/testimonial4.jpg\",\"height\":250,\"width\":250,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}}}],\"headingAlign\":\"left\",\"headingAlignTablet\":\"left\",\"headingAlignMobile\":\"left\",\"descColor\":\"var(\\u002d\\u002dast-global-color-3)\",\"nameFontSize\":14,\"nameLineHeight\":1,\"descFontSize\":16,\"descFontWeight\":\"600\",\"nameSpace\":1,\"block_id\":\"4fb4e214\",\"iconImage\":{\"url\":\"\",\"alt\":\"InfoBox placeholder img\"},\"imageWidth\":32,\"columnGap\":1,\"borderStyle\":\"\",\"paddingTop\":0,\"paddingBottom\":0,\"paddingLeft\":0,\"paddingRight\":0,\"spacingLink\":true,\"imgpaddingTop\":0,\"imgpaddingRight\":15,\"imgpaddingBottom\":0,\"imgpaddingLeft\":0,\"overallBorderStyle\":\"none\",\"imgTagHeight\":32,\"imgTagWidth\":150} -->\n<div class=\"wp-block-uagb-testimonial uagb-slick-carousel uagb-tm__arrow-outside uagb-block-4fb4e214 uagb-post__carousel_notset uagb-post__carousel_notset-tablet uagb-post__carousel_notset-mobile\"><div class=\"is-carousel uagb-tm__columns-1 uagb-tm__items\"><div class=\"uagb-testimonial__wrap  uagb-tm__imgicon-style-circle uagb-tm__image-position-bottom uagb-tm__bg-type-none \"><div class=\"uagb-tm__content\"><div class=\"uagb-tm__overlay\"></div><div class=\"uagb-tm__text-wrap\"><div class=\"uagb-tm__desc\">\"Proin nulla mauris et volutpat adipiscing suspendisse vehicula blandit sagittis orci etiam morbi elit etiam semper eu lacus pretium hac nisl leo amet ullamcorper.\"​</div><div class=\"uagb-tm__meta-inner\"><div class=\"uagb-tm__image-content\"><div class=\"uagb-tm__image\"><img class=\"uagb-tm-img-src\" src=\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/testimonial4-150x150.jpg\" alt=\"\" width=\"32\" height=\"32\" loading=\"lazy\"/></div></div><div class=\"uagb-testimonial-details\"><span class=\"uagb-tm__author-name\"><strong><strong>JULIE ROBINSON​</strong></strong></span><span class=\"uagb-tm__company\"></span></div></div></div></div></div></div></div>\n<!-- /wp:uagb/testimonial --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"f3415bc3\",\"widthDesktop\":50,\"variationSelected\":true,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-f3415bc3\"><!-- wp:uagb/star-rating {\"block_id\":\"f4ec9613\",\"rating\":4.5,\"color\":\"var(\\u002d\\u002dast-global-color-2)\"} -->\n<div class=\"wp-block-uagb-star-rating uagb-block-f4ec9613\"><div class=\"uag-star-rating\" title=\"4.5/5\"><span class=\"uag-star\">★</span><span class=\"uag-star\">★</span><span class=\"uag-star\">★</span><span class=\"uag-star\">★</span><span class=\"uag-star\">★</span></div></div>\n<!-- /wp:uagb/star-rating -->\n\n<!-- wp:uagb/testimonial {\"test_item_count\":1,\"classMigrate\":true,\"test_block\":[{\"description\":\"\\u0022Proin nulla mauris et volutpat adipiscing suspendisse vehicula blandit sagittis orci etiam morbi elit etiam semper eu lacus pretium hac nisl leo amet ullamcorper.\\u0022​\",\"name\":\"\\u003cstrong\\u003e\\u003cstrong\\u003eMORGAN JONATHAN​\\u003c/strong\\u003e\\u003c/strong\\u003e\",\"company\":\"\",\"image\":{\"id\":120,\"title\":\"testimonial2\",\"filename\":\"testimonial2.jpg\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/testimonial2.jpg\",\"link\":\"https://blueroan.netgen.cloud/testimonial2/\",\"alt\":\"\",\"author\":\"34\",\"description\":\"\",\"caption\":\"\",\"name\":\"testimonial2\",\"status\":\"inherit\",\"uploadedTo\":0,\"date\":\"2021-05-11T05:02:03.000Z\",\"modified\":\"2021-05-11T05:02:03.000Z\",\"menuOrder\":0,\"mime\":\"image/jpeg\",\"type\":\"image\",\"subtype\":\"jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/default.png\",\"dateFormatted\":\"May 11, 2021\",\"nonces\":{\"update\":\"1ee6412858\",\"delete\":\"4414a2ccbf\",\"edit\":\"bde7b1f490\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=120\\u0026action=edit\",\"meta\":false,\"authorName\":\"Rishabh\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/user-edit.php?user_id=34\",\"filesizeInBytes\":10087,\"filesizeHumanReadable\":\"10 KB\",\"context\":\"\",\"height\":250,\"width\":250,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/testimonial2-150x150.jpg\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/testimonial2.jpg\",\"height\":250,\"width\":250,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}}}],\"headingAlign\":\"left\",\"headingAlignTablet\":\"left\",\"headingAlignMobile\":\"left\",\"descColor\":\"var(\\u002d\\u002dast-global-color-3)\",\"nameFontSize\":14,\"nameLineHeight\":1,\"descFontSize\":16,\"descFontWeight\":\"600\",\"nameSpace\":1,\"block_id\":\"68ea63a4\",\"iconImage\":{\"url\":\"\",\"alt\":\"InfoBox placeholder img\"},\"imageWidth\":32,\"columnGap\":1,\"borderStyle\":\"\",\"paddingTop\":0,\"paddingBottom\":0,\"paddingLeft\":0,\"paddingRight\":0,\"spacingLink\":true,\"imgpaddingTop\":0,\"imgpaddingRight\":15,\"imgpaddingBottom\":0,\"imgpaddingLeft\":0,\"overallBorderStyle\":\"none\",\"imgTagHeight\":32,\"imgTagWidth\":150} -->\n<div class=\"wp-block-uagb-testimonial uagb-slick-carousel uagb-tm__arrow-outside uagb-block-68ea63a4 uagb-post__carousel_notset uagb-post__carousel_notset-tablet uagb-post__carousel_notset-mobile\"><div class=\"is-carousel uagb-tm__columns-1 uagb-tm__items\"><div class=\"uagb-testimonial__wrap  uagb-tm__imgicon-style-circle uagb-tm__image-position-bottom uagb-tm__bg-type-none \"><div class=\"uagb-tm__content\"><div class=\"uagb-tm__overlay\"></div><div class=\"uagb-tm__text-wrap\"><div class=\"uagb-tm__desc\">\"Proin nulla mauris et volutpat adipiscing suspendisse vehicula blandit sagittis orci etiam morbi elit etiam semper eu lacus pretium hac nisl leo amet ullamcorper.\"​</div><div class=\"uagb-tm__meta-inner\"><div class=\"uagb-tm__image-content\"><div class=\"uagb-tm__image\"><img class=\"uagb-tm-img-src\" src=\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/testimonial2-150x150.jpg\" alt=\"\" width=\"32\" height=\"32\" loading=\"lazy\"/></div></div><div class=\"uagb-testimonial-details\"><span class=\"uagb-tm__author-name\"><strong><strong>MORGAN JONATHAN​</strong></strong></span><span class=\"uagb-tm__company\"></span></div></div></div></div></div></div></div>\n<!-- /wp:uagb/testimonial -->\n\n<!-- wp:uagb/star-rating {\"block_id\":\"d717cea7\",\"rating\":4.5,\"color\":\"var(\\u002d\\u002dast-global-color-2)\",\"blockTopMargin\":30,\"blockRightMargin\":0,\"blockLeftMargin\":0,\"blockBottomMargin\":0,\"blockTopMarginMobile\":20,\"blockRightMarginMobile\":0,\"blockLeftMarginMobile\":0,\"blockBottomMarginMobile\":0} -->\n<div class=\"wp-block-uagb-star-rating uagb-block-d717cea7\"><div class=\"uag-star-rating\" title=\"4.5/5\"><span class=\"uag-star\">★</span><span class=\"uag-star\">★</span><span class=\"uag-star\">★</span><span class=\"uag-star\">★</span><span class=\"uag-star\">★</span></div></div>\n<!-- /wp:uagb/star-rating -->\n\n<!-- wp:uagb/testimonial {\"test_item_count\":1,\"classMigrate\":true,\"test_block\":[{\"description\":\"\\u0022Proin nulla mauris et volutpat adipiscing suspendisse vehicula blandit sagittis orci etiam morbi elit etiam semper eu lacus pretium hac nisl leo amet ullamcorper.\\u0022​\",\"name\":\"\\u003cstrong\\u003e\\u003cstrong\\u003e\\u003cstrong\\u003eJAMES BROOK​\\u003c/strong\\u003e\\u003c/strong\\u003e\\u003c/strong\\u003e\",\"company\":\"\",\"image\":{\"id\":121,\"title\":\"testimonial3\",\"filename\":\"testimonial3.jpg\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/testimonial3.jpg\",\"link\":\"https://blueroan.netgen.cloud/testimonial3/\",\"alt\":\"\",\"author\":\"34\",\"description\":\"\",\"caption\":\"\",\"name\":\"testimonial3\",\"status\":\"inherit\",\"uploadedTo\":0,\"date\":\"2021-05-11T05:02:05.000Z\",\"modified\":\"2021-05-11T05:02:05.000Z\",\"menuOrder\":0,\"mime\":\"image/jpeg\",\"type\":\"image\",\"subtype\":\"jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/default.png\",\"dateFormatted\":\"May 11, 2021\",\"nonces\":{\"update\":\"290653da5d\",\"delete\":\"90a4fb2d63\",\"edit\":\"ff8a64e56e\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=121\\u0026action=edit\",\"meta\":false,\"authorName\":\"Rishabh\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/user-edit.php?user_id=34\",\"filesizeInBytes\":8748,\"filesizeHumanReadable\":\"9 KB\",\"context\":\"\",\"height\":250,\"width\":250,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/testimonial3-150x150.jpg\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/testimonial3.jpg\",\"height\":250,\"width\":250,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}}}],\"headingAlign\":\"left\",\"headingAlignTablet\":\"left\",\"headingAlignMobile\":\"left\",\"descColor\":\"var(\\u002d\\u002dast-global-color-3)\",\"nameFontSize\":14,\"nameLineHeight\":1,\"descFontSize\":16,\"descFontWeight\":\"600\",\"nameSpace\":1,\"block_id\":\"3c26cdbc\",\"iconImage\":{\"url\":\"\",\"alt\":\"InfoBox placeholder img\"},\"imageWidth\":32,\"columnGap\":1,\"borderStyle\":\"\",\"paddingTop\":0,\"paddingBottom\":0,\"paddingLeft\":0,\"paddingRight\":0,\"spacingLink\":true,\"imgpaddingTop\":0,\"imgpaddingRight\":15,\"imgpaddingBottom\":0,\"imgpaddingLeft\":0,\"overallBorderStyle\":\"none\",\"imgTagHeight\":32,\"imgTagWidth\":150} -->\n<div class=\"wp-block-uagb-testimonial uagb-slick-carousel uagb-tm__arrow-outside uagb-block-3c26cdbc uagb-post__carousel_notset uagb-post__carousel_notset-tablet uagb-post__carousel_notset-mobile\"><div class=\"is-carousel uagb-tm__columns-1 uagb-tm__items\"><div class=\"uagb-testimonial__wrap  uagb-tm__imgicon-style-circle uagb-tm__image-position-bottom uagb-tm__bg-type-none \"><div class=\"uagb-tm__content\"><div class=\"uagb-tm__overlay\"></div><div class=\"uagb-tm__text-wrap\"><div class=\"uagb-tm__desc\">\"Proin nulla mauris et volutpat adipiscing suspendisse vehicula blandit sagittis orci etiam morbi elit etiam semper eu lacus pretium hac nisl leo amet ullamcorper.\"​</div><div class=\"uagb-tm__meta-inner\"><div class=\"uagb-tm__image-content\"><div class=\"uagb-tm__image\"><img class=\"uagb-tm-img-src\" src=\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/testimonial3-150x150.jpg\" alt=\"\" width=\"32\" height=\"32\" loading=\"lazy\"/></div></div><div class=\"uagb-testimonial-details\"><span class=\"uagb-tm__author-name\"><strong><strong><strong>JAMES BROOK​</strong></strong></strong></span><span class=\"uagb-tm__company\"></span></div></div></div></div></div></div></div>\n<!-- /wp:uagb/testimonial --></div>\n<!-- /wp:uagb/container --></div>\n<!-- /wp:uagb/container --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"9028cd43\",\"innerContentCustomWidthDesktop\":781,\"innerContentCustomWidthTablet\":781,\"backgroundType\":\"image\",\"backgroundImageDesktop\":{\"id\":54,\"title\":\"background-img\",\"filename\":\"background-img-1.jpg\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/background-img-1.jpg\",\"link\":\"https://blueroan.netgen.cloud/background-img-2/\",\"alt\":\"\",\"author\":\"34\",\"description\":\"\",\"caption\":\"\",\"name\":\"background-img-2\",\"status\":\"inherit\",\"uploadedTo\":0,\"date\":\"2021-05-07T10:11:37.000Z\",\"modified\":\"2021-05-07T10:11:37.000Z\",\"menuOrder\":0,\"mime\":\"image/jpeg\",\"type\":\"image\",\"subtype\":\"jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/default.png\",\"dateFormatted\":\"May 7, 2021\",\"nonces\":{\"update\":\"bb999636b9\",\"delete\":\"d2e1375bc4\",\"edit\":\"005dd2f0c9\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=54\\u0026action=edit\",\"meta\":false,\"authorName\":\"Rishabh\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/user-edit.php?user_id=34\",\"filesizeInBytes\":338858,\"filesizeHumanReadable\":\"331 KB\",\"context\":\"\",\"height\":1080,\"width\":1920,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/background-img-1-150x150.jpg\",\"orientation\":\"landscape\"},\"medium\":{\"height\":169,\"width\":300,\"url\":\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/background-img-1-300x169.jpg\",\"orientation\":\"landscape\"},\"large\":{\"height\":576,\"width\":1024,\"url\":\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/background-img-1-1024x576.jpg\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/background-img-1.jpg\",\"height\":1080,\"width\":1920,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"backgroundImageColor\":\"rgba(42,42,42,0.65)\",\"topPaddingDesktop\":144,\"bottomPaddingDesktop\":144,\"leftPaddingDesktop\":40,\"rightPaddingDesktop\":40,\"topPaddingTablet\":80,\"bottomPaddingTablet\":80,\"leftPaddingTablet\":40,\"rightPaddingTablet\":40,\"topPaddingMobile\":64,\"bottomPaddingMobile\":64,\"leftPaddingMobile\":24,\"rightPaddingMobile\":24,\"paddingLink\":false,\"variationSelected\":true,\"isBlockRootParent\":true,\"overlayType\":\"color\"} -->\n<div class=\"wp-block-uagb-container uagb-block-9028cd43 alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/advanced-heading {\"block_id\":\"f94aab1c\",\"classMigrate\":true,\"headingDescToggle\":true,\"headingAlign\":\"center\",\"headingColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"subHeadingColor\":\"var(\\u002d\\u002dast-global-color-4)\",\"headSpace\":20} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-f94aab1c\"><h2 class=\"uagb-heading-text\">Plan an Unforgettable Experience in Mykonos Today!</h2><p class=\"uagb-desc-text\">We can help you fit your stay and experience within your allotted budget.</p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/advanced-heading {\"block_id\":\"bbf89e49\",\"classMigrate\":true,\"headingTitleToggle\":false,\"headingDescToggle\":true,\"headingAlign\":\"center\",\"subHeadingColor\":\"var(\\u002d\\u002dast-global-color-4)\",\"subHeadTransform\":\"uppercase\",\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"subHeadLetterSpacing\":2,\"blockTopPadding\":60,\"blockRightPadding\":0,\"blockLeftPadding\":0,\"blockBottomPadding\":0,\"blockTopPaddingMobile\":30,\"blockRightPaddingMobile\":0,\"blockLeftPaddingMobile\":0,\"blockBottomPaddingMobile\":0} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-bbf89e49\"><p class=\"uagb-desc-text\">BOOK YOUR STAY NOW​</p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/icon-list {\"block_id\":\"8ae3f979\",\"classMigrate\":true,\"childMigrate\":true,\"align\":\"center\",\"parentIcon\":\"phone\",\"size\":40,\"sizeMobile\":24,\"sizeTablet\":32,\"fontSize\":48,\"fontSizeMobile\":28,\"fontSizeTablet\":40,\"fontWeight\":\"600\",\"iconColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"labelColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"blockTopPadding\":0,\"blockRightPadding\":0,\"blockLeftPadding\":0,\"blockBottomPadding\":24,\"blockPaddingLink\":false} -->\n<div class=\"wp-block-uagb-icon-list uagb-block-8ae3f979\"><div class=\"uagb-icon-list__wrap\"><!-- wp:uagb/icon-list-child {\"block_id\":\"02af0f8f\",\"label\":\"+1-123 456 7890​\",\"label_color\":\"\",\"fromParentIcon\":\"phone\",\"imageSizeChild\":40} -->\n<div class=\"wp-block-uagb-icon-list-child uagb-block-02af0f8f\"><span class=\"uagb-icon-list__source-wrap\"><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M511.2 387l-23.25 100.8c-3.266 14.25-15.79 24.22-30.46 24.22C205.2 512 0 306.8 0 54.5c0-14.66 9.969-27.2 24.22-30.45l100.8-23.25C139.7-2.602 154.7 5.018 160.8 18.92l46.52 108.5c5.438 12.78 1.77 27.67-8.98 36.45L144.5 207.1c33.98 69.22 90.26 125.5 159.5 159.5l44.08-53.8c8.688-10.78 23.69-14.51 36.47-8.975l108.5 46.51C506.1 357.2 514.6 372.4 511.2 387z\"></path></svg></span><span class=\"uagb-icon-list__label\">+1-123 456 7890​</span></div>\n<!-- /wp:uagb/icon-list-child --></div></div>\n<!-- /wp:uagb/icon-list --></div></div>\n<!-- /wp:uagb/container -->',	'Home',	'',	'inherit',	'closed',	'closed',	'',	'760-revision-v1',	'',	'',	'2022-12-13 09:20:28',	'2022-12-13 09:20:28',	'',	760,	'https://blueroan.netgen.cloud/?p=795',	0,	'revision',	'',	0),
(796,	2,	'2022-12-13 09:21:04',	'2022-12-13 09:21:04',	'<!-- wp:uagb/container {\"block_id\":\"1b736eeb\",\"minHeightDesktop\":95,\"minHeightTablet\":70,\"minHeightMobile\":80,\"minHeightType\":\"vh\",\"alignItemsDesktop\":\"flex-start\",\"backgroundType\":\"image\",\"backgroundImageDesktop\":{\"uploading\":false,\"date\":1670921854000,\"filename\":\"Blue-Roan-pool.jpg\",\"menuOrder\":0,\"uploadedTo\":760,\"type\":\"image\",\"subtype\":\"jpeg\",\"id\":784,\"title\":\"Blue Roan - pool\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Blue-Roan-pool.jpg\",\"link\":\"https://blueroan.netgen.cloud/home/blue-roan-pool/\",\"alt\":\"\",\"author\":\"2\",\"description\":\"\",\"caption\":\"\",\"name\":\"blue-roan-pool\",\"status\":\"inherit\",\"modified\":1670921854000,\"mime\":\"image/jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-includes/images/media/default.png\",\"dateFormatted\":\"December 13, 2022\",\"nonces\":{\"update\":\"51a12ed09e\",\"delete\":\"5174068551\",\"edit\":\"1de0721407\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=784\\u0026action=edit\",\"meta\":false,\"authorName\":\"Netgen Support\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/profile.php\",\"uploadedToTitle\":\"Home\",\"uploadedToLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=760\\u0026action=edit\",\"filesizeInBytes\":154801,\"filesizeHumanReadable\":\"151 KB\",\"context\":\"\",\"height\":667,\"width\":1000,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Blue-Roan-pool-150x150.jpg\",\"orientation\":\"landscape\"},\"medium\":{\"height\":200,\"width\":300,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Blue-Roan-pool-300x200.jpg\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Blue-Roan-pool.jpg\",\"height\":667,\"width\":1000,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"backgroundPositionDesktop\":{\"x\":0.5,\"y\":0.25},\"backgroundImageColor\":\"rgba(42,42,42,0.35)\",\"topPaddingDesktop\":0,\"bottomPaddingDesktop\":0,\"leftPaddingDesktop\":40,\"rightPaddingDesktop\":40,\"topPaddingTablet\":120,\"bottomPaddingTablet\":120,\"leftPaddingTablet\":40,\"rightPaddingTablet\":40,\"topPaddingMobile\":150,\"bottomPaddingMobile\":150,\"leftPaddingMobile\":20,\"rightPaddingMobile\":20,\"paddingLink\":false,\"variationSelected\":true,\"isBlockRootParent\":true,\"overlayType\":\"color\",\"minHeightTypeTablet\":\"vh\",\"minHeightTypeMobile\":\"vh\"} -->\n<div class=\"wp-block-uagb-container uagb-block-1b736eeb alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/info-box {\"classMigrate\":true,\"headingAlign\":\"left\",\"headingColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"subHeadingColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"headingTag\":\"h1\",\"subHeadFontSize\":17,\"subHeadFontSizeMobile\":15,\"headSpace\":20,\"subHeadSpace\":40,\"block_id\":\"eae52826\",\"ctaIcon\":\"\",\"ctaType\":\"button\",\"ctaText\":\"Book Your Stay Now\",\"ctaLink\":\"#\",\"ctaBtnLinkColor\":\"var(\\u002d\\u002dast-global-color-2)\",\"ctaLinkHoverColor\":\"var(\\u002d\\u002dast-global-color-2)\",\"ctaBgColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"ctaBgHoverColor\":\"var(\\u002d\\u002dast-global-color-4)\",\"ctaBorderColor\":\"\",\"ctaBorderStyle\":\"\",\"ctaBorderWidth\":\"\",\"ctaBorderRadius\":\"\",\"iconImage\":{\"url\":\"\",\"alt\":\"InfoBox placeholder img\"},\"showIcon\":false,\"paddingBtnTop\":18,\"paddingBtnBottom\":18,\"paddingBtnLeft\":34,\"paddingBtnRight\":34,\"blockTopPadding\":0,\"blockRightPadding\":40,\"blockLeftPadding\":0,\"blockBottomPadding\":0,\"blockTopPaddingTablet\":0,\"blockRightPaddingTablet\":64,\"blockLeftPaddingTablet\":0,\"blockBottomPaddingTablet\":0,\"blockTopPaddingMobile\":0,\"blockRightPaddingMobile\":0,\"blockLeftPaddingMobile\":0,\"blockBottomPaddingMobile\":0,\"blockPaddingUnit\":\"%\",\"blockPaddingLink\":false,\"subHeadMarginTopTablet\":0,\"subHeadMarginRightTablet\":64,\"subHeadTabletSpace\":40,\"subHeadMarginLeftTablet\":0,\"subHeadMarginTopMobile\":0,\"subHeadMarginRightMobile\":0,\"subHeadMobileSpace\":40,\"subHeadMarginLeftMobile\":0,\"btnBorderTopWidth\":1,\"btnBorderLeftWidth\":1,\"btnBorderRightWidth\":1,\"btnBorderBottomWidth\":1,\"btnBorderTopLeftRadius\":0,\"btnBorderTopRightRadius\":0,\"btnBorderBottomLeftRadius\":0,\"btnBorderBottomRightRadius\":0,\"btnBorderStyle\":\"none\",\"btnBorderColor\":\"#333\"} -->\n<div class=\"wp-block-uagb-info-box uagb-block-eae52826 uagb-infobox__content-wrap  uagb-infobox-icon-above-title uagb-infobox-image-valign-top\"><div class=\"uagb-ifb-content\"><div class=\"uagb-ifb-title-wrap\"><h1 class=\"uagb-ifb-title\"><strong>Magaliesburg pet friendly self-catering accommodation</strong></h1></div><p class=\"uagb-ifb-desc\">Romantic pet-friendly self-catering accommodation in Magaliesburg, Gauteng.</p><div class=\"uagb-ifb-button-wrapper wp-block-button\"><a href=\"#\" class=\"uagb-infobox-cta-link wp-block-button__link\" target=\"_self\" rel=\"noopener noreferrer\" alt=\"\"><span class=\"uagb-inline-editing\">Book Your Stay Now</span></a></div></div></div>\n<!-- /wp:uagb/info-box --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"38cd74a3\",\"directionDesktop\":\"row\",\"directionMobile\":\"column-reverse\",\"alignItemsDesktop\":\"flex-start\",\"backgroundType\":\"color\",\"backgroundSizeTablet\":\"cover\",\"backgroundSizeMobile\":\"cover\",\"backgroundColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"topPaddingDesktop\":0,\"bottomPaddingDesktop\":0,\"topPaddingTablet\":80,\"bottomPaddingTablet\":80,\"leftPaddingTablet\":40,\"rightPaddingTablet\":40,\"topPaddingMobile\":64,\"bottomPaddingMobile\":64,\"leftPaddingMobile\":24,\"rightPaddingMobile\":24,\"paddingLink\":false,\"variationSelected\":true,\"rowGapDesktop\":0,\"columnGapDesktop\":0,\"columnGapTablet\":50,\"isBlockRootParent\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-38cd74a3 alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:image {\"align\":\"center\",\"id\":794,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image aligncenter size-full\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/210-2108726_too-great-for-us-tourism-grading-council-of-south-5.png\" alt=\"\" class=\"wp-image-794\"/></figure>\n<!-- /wp:image --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"f667d724\",\"directionDesktop\":\"row\",\"directionMobile\":\"column-reverse\",\"alignItemsDesktop\":\"flex-start\",\"backgroundType\":\"color\",\"backgroundSizeTablet\":\"cover\",\"backgroundSizeMobile\":\"cover\",\"backgroundColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"topPaddingDesktop\":104,\"bottomPaddingDesktop\":104,\"topPaddingTablet\":80,\"bottomPaddingTablet\":80,\"leftPaddingTablet\":40,\"rightPaddingTablet\":40,\"topPaddingMobile\":64,\"bottomPaddingMobile\":64,\"leftPaddingMobile\":24,\"rightPaddingMobile\":24,\"paddingLink\":false,\"variationSelected\":true,\"columnGapDesktop\":60,\"columnGapTablet\":50,\"isBlockRootParent\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-f667d724 alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/container {\"block_id\":\"e1c84bad\",\"widthDesktop\":50,\"variationSelected\":true,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-e1c84bad\"><!-- wp:uagb/info-box {\"classMigrate\":true,\"headingAlign\":\"left\",\"subHeadingColor\":\"\",\"subHeadFontSize\":16,\"subHeadFontSizeTablet\":16,\"subHeadFontSizeMobile\":15,\"subHeadSpace\":40,\"source_type\":\"image\",\"block_id\":\"64001798\",\"ctaType\":\"button\",\"ctaText\":\"Know More\",\"ctaBtnLinkColor\":\"\",\"ctaBgColor\":\"\",\"ctaBorderColor\":\"\",\"ctaBorderStyle\":\"\",\"ctaBorderWidth\":\"\",\"ctaBorderRadius\":\"\",\"iconBottomMargin\":40,\"iconImage\":{\"id\":69,\"title\":\"about-us\",\"filename\":\"about-us.jpg\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/about-us.jpg\",\"link\":\"https://blueroan.netgen.cloud/about-us/\",\"alt\":\"\",\"author\":\"34\",\"description\":\"\",\"caption\":\"\",\"name\":\"about-us\",\"status\":\"inherit\",\"uploadedTo\":0,\"date\":\"2021-05-07T13:03:13.000Z\",\"modified\":\"2021-05-07T13:03:13.000Z\",\"menuOrder\":0,\"mime\":\"image/jpeg\",\"type\":\"image\",\"subtype\":\"jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/default.png\",\"dateFormatted\":\"May 7, 2021\",\"nonces\":{\"update\":\"d56f3c3ec2\",\"delete\":\"c1c4f821d9\",\"edit\":\"76cf8b74c4\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=69\\u0026action=edit\",\"meta\":false,\"authorName\":\"Rishabh\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/user-edit.php?user_id=34\",\"filesizeInBytes\":49863,\"filesizeHumanReadable\":\"49 KB\",\"context\":\"\",\"height\":504,\"width\":504,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/about-us-150x150.jpg\",\"orientation\":\"landscape\"},\"medium\":{\"height\":300,\"width\":300,\"url\":\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/about-us-300x300.jpg\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/about-us.jpg\",\"height\":504,\"width\":504,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"imageSize\":\"full\",\"imageWidth\":100,\"imageWidthMobile\":100,\"imageWidthTablet\":100,\"showTitle\":false,\"paddingBtnTop\":18,\"paddingBtnBottom\":18,\"paddingBtnLeft\":34,\"paddingBtnRight\":34,\"imageWidthUnit\":\"%\",\"imageWidthUnitTablet\":\"%\",\"imageWidthUnitMobile\":\"%\",\"subHeadTopMargin\":0,\"subHeadRightMargin\":48,\"subHeadLeftMargin\":0,\"subHeadMarginTopTablet\":0,\"subHeadMarginRightTablet\":0,\"subHeadTabletSpace\":40,\"subHeadMarginLeftTablet\":0,\"imgTagHeight\":100,\"imgTagWidth\":504,\"btnBorderTopWidth\":1,\"btnBorderLeftWidth\":1,\"btnBorderRightWidth\":1,\"btnBorderBottomWidth\":1,\"btnBorderTopLeftRadius\":0,\"btnBorderTopRightRadius\":0,\"btnBorderBottomLeftRadius\":0,\"btnBorderBottomRightRadius\":0,\"btnBorderStyle\":\"solid\",\"btnBorderColor\":\"#333\"} -->\n<div class=\"wp-block-uagb-info-box uagb-block-64001798 uagb-infobox__content-wrap  uagb-infobox-icon-above-title uagb-infobox-image-valign-top\"><div class=\"uagb-ifb-content\"><div class=\"uagb-ifb-image-content\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/about-us.jpg\" alt=\"\" width=\"100\" height=\"100\" loading=\"lazy\"/></div><div class=\"uagb-ifb-title-wrap\"></div><p class=\"uagb-ifb-desc\">Surrounded by scenic beauty and attractive tourist attractions we make it convenient for you to visit all the beautiful places with our inhouse guide. We can also help you arrange transport facilities for an easier commute to nearby places.</p><div class=\"uagb-ifb-button-wrapper wp-block-button\"><a href=\"\" class=\"uagb-infobox-cta-link wp-block-button__link  uagb-disable-link\" target=\"_self\" rel=\"noopener noreferrer\" alt=\"\"><span class=\"uagb-inline-editing\">Know More</span><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M504.3 273.6l-112.1 104c-6.992 6.484-17.18 8.218-25.94 4.406c-8.758-3.812-14.42-12.45-14.42-21.1L351.9 288H32C14.33 288 .0002 273.7 .0002 255.1S14.33 224 32 224h319.9l0-72c0-9.547 5.66-18.19 14.42-22c8.754-3.809 18.95-2.075 25.94 4.41l112.1 104C514.6 247.9 514.6 264.1 504.3 273.6z\"></path></svg></a></div></div></div>\n<!-- /wp:uagb/info-box --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"3a1ad93e\",\"widthDesktop\":50,\"leftPaddingDesktop\":0,\"paddingLink\":false,\"variationSelected\":true,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-3a1ad93e\"><!-- wp:uagb/advanced-heading {\"block_id\":\"cfbd51a0\",\"classMigrate\":true,\"headingDescToggle\":true,\"subHeadingColor\":\"\",\"headSpace\":20,\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-cfbd51a0\"><h2 class=\"uagb-heading-text\"><strong>Blue Roan is a 4-star graded pet-friendly venue</strong></h2><p class=\"uagb-desc-text\">Our goal is to provide high-quality, romantic, comfortable, and affordable self-catering accommodation on the outskirts of the village of &nbsp;Magaliesburg. &nbsp;For animal lovers, we are also&nbsp;pet-friendly&nbsp;by arrangement in most of the units all of which have their own fully fenced and gated private grassy gardens.</p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/image {\"block_id\":\"df2d9b25\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/about-us-2-1.jpg\",\"align\":\"left\",\"id\":88,\"linkDestination\":\"none\",\"width\":504,\"height\":504,\"naturalWidth\":504,\"naturalHeight\":504,\"sizeSlug\":\"full\",\"sizeSlugTablet\":\"full\",\"sizeSlugMobile\":\"full\",\"imageTopMargin\":20,\"imageRightMargin\":0,\"imageLeftMargin\":0,\"imageBottomMargin\":0,\"imageTopMarginMobile\":0,\"imageRightMarginMobile\":0,\"imageLeftMarginMobile\":0,\"imageBottomMarginMobile\":0,\"imageMarginLink\":false} -->\n<div class=\"wp-block-uagb-image uagb-block-df2d9b25 wp-block-uagb-image--layout-default wp-block-uagb-image--effect-static wp-block-uagb-image--align-left\"><figure class=\"wp-block-uagb-image__figure\"><img srcset=\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/about-us-2-1.jpg \" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/about-us-2-1.jpg\" alt=\"\" class=\"uag-image-88\" width=\"504\" height=\"504\" title=\"\" loading=\"lazy\"/></figure></div>\n<!-- /wp:uagb/image --></div>\n<!-- /wp:uagb/container --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"f7fbc058\",\"backgroundType\":\"color\",\"backgroundSizeTablet\":\"cover\",\"backgroundSizeMobile\":\"cover\",\"backgroundColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"topPaddingDesktop\":50,\"bottomPaddingDesktop\":100,\"topPaddingTablet\":50,\"bottomPaddingTablet\":25,\"leftPaddingTablet\":20,\"rightPaddingTablet\":20,\"topPaddingMobile\":50,\"bottomPaddingMobile\":20,\"leftPaddingMobile\":20,\"rightPaddingMobile\":20,\"paddingLink\":false,\"variationSelected\":true,\"rowGapDesktop\":0,\"isBlockRootParent\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-f7fbc058 alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/container {\"block_id\":\"bce14f04\",\"directionDesktop\":\"row\",\"alignItemsDesktop\":\"flex-end\",\"alignItemsTablet\":\"flex-end\",\"justifyContentDesktop\":\"flex-end\",\"justifyContentTablet\":\"space-between\",\"variationSelected\":true,\"rowGapMobile\":30,\"columnGapDesktop\":0} -->\n<div class=\"wp-block-uagb-container uagb-block-bce14f04\"><!-- wp:uagb/advanced-heading {\"block_id\":\"17b43c54\",\"classMigrate\":true,\"headingDescToggle\":true,\"subHeadingColor\":\"\",\"headSpace\":20,\"subHeadFontSize\":16} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-17b43c54\"><h2 class=\"uagb-heading-text\">Amenities &amp; Facilities​</h2><p class=\"uagb-desc-text\">If you are looking for a relaxing, refreshing and rejuvenating experience altogether, we offer all of that under one roof.</p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/buttons {\"block_id\":\"0ae516c2\",\"classMigrate\":true,\"childMigrate\":true,\"align\":\"right\",\"alignTablet\":\"right\",\"alignMobile\":\"left\",\"gap\":0} -->\n<div class=\"wp-block-uagb-buttons uagb-buttons__outer-wrap uagb-btn__default-btn uagb-btn-tablet__default-btn uagb-btn-mobile__default-btn uagb-block-0ae516c2\"><div class=\"uagb-buttons__wrap uagb-buttons-layout-wrap\"><!-- wp:uagb/buttons-child {\"block_id\":\"d963b837\",\"label\":\"View All\",\"link\":\"#\",\"hColor\":\"\",\"borderWidth\":\"\",\"borderRadius\":\"\",\"borderStyle\":\"\",\"borderColor\":\"\",\"borderHColor\":\"\",\"btnBorderTopWidth\":1,\"btnBorderLeftWidth\":1,\"btnBorderRightWidth\":1,\"btnBorderBottomWidth\":1,\"btnBorderTopLeftRadius\":2,\"btnBorderTopRightRadius\":2,\"btnBorderBottomLeftRadius\":2,\"btnBorderBottomRightRadius\":2,\"btnBorderStyle\":\"solid\",\"btnBorderColor\":\"#333\",\"btnBorderHColor\":\"#333\"} -->\n<div class=\"wp-block-uagb-buttons-child uagb-buttons__outer-wrap uagb-block-d963b837 wp-block-button is-style-outline\"><div class=\"uagb-button__wrapper\"><a class=\"uagb-buttons-repeater wp-block-button__link\" href=\"#\" rel=\"follow noopener\" target=\"_self\"><div class=\"uagb-button__link\">View All</div></a></div></div>\n<!-- /wp:uagb/buttons-child --></div></div>\n<!-- /wp:uagb/buttons --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"536e7d57\",\"directionDesktop\":\"row\",\"alignItemsTablet\":\"flex-start\",\"paddingLink\":false,\"topMarginDesktop\":50,\"bottomMarginDesktop\":20,\"leftMarginDesktop\":0,\"rightMarginDesktop\":0,\"marginLink\":false,\"variationSelected\":true,\"rowGapMobile\":65,\"columnGapDesktop\":48,\"columnGapTablet\":20} -->\n<div class=\"wp-block-uagb-container uagb-block-536e7d57\"><!-- wp:uagb/info-box {\"classMigrate\":true,\"headingAlign\":\"left\",\"headingColor\":\"\",\"subHeadingColor\":\"\",\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"source_type\":\"image\",\"block_id\":\"60ff4301\",\"ctaType\":\"text\",\"ctaText\":\"READ MORE\",\"ctaLinkColor\":\"var(\\u002d\\u002dast-global-color-0)\",\"ctaDecoration\":\"underline\",\"ctaFontSize\":12,\"ctaFontWeight\":\"600\",\"ctaLetterSpacing\":2,\"ctaBorderColor\":\"\",\"ctaBorderStyle\":\"\",\"ctaBorderWidth\":\"\",\"ctaBorderRadius\":\"\",\"iconBottomMargin\":30,\"iconImage\":{\"id\":90,\"title\":\"swimming-pool\",\"filename\":\"swimming-pool.jpg\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/swimming-pool.jpg\",\"link\":\"https://blueroan.netgen.cloud/swimming-pool/\",\"alt\":\"\",\"author\":\"34\",\"description\":\"\",\"caption\":\"\",\"name\":\"swimming-pool\",\"status\":\"inherit\",\"uploadedTo\":0,\"date\":\"2021-05-07T14:28:45.000Z\",\"modified\":\"2021-05-07T14:28:45.000Z\",\"menuOrder\":0,\"mime\":\"image/jpeg\",\"type\":\"image\",\"subtype\":\"jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/default.png\",\"dateFormatted\":\"May 7, 2021\",\"nonces\":{\"update\":\"971c957832\",\"delete\":\"8fb57461ba\",\"edit\":\"e9a8bb1d06\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=90\\u0026action=edit\",\"meta\":false,\"authorName\":\"Rishabh\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/user-edit.php?user_id=34\",\"filesizeInBytes\":29663,\"filesizeHumanReadable\":\"29 KB\",\"context\":\"\",\"height\":440,\"width\":370,\"orientation\":\"portrait\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/swimming-pool-150x150.jpg\",\"orientation\":\"landscape\"},\"medium\":{\"height\":300,\"width\":252,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/swimming-pool-252x300-1.jpg\",\"orientation\":\"portrait\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/swimming-pool.jpg\",\"height\":440,\"width\":370,\"orientation\":\"portrait\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"imageSize\":\"full\",\"imageWidth\":100,\"imageWidthMobile\":100,\"imageWidthTablet\":100,\"paddingBtnTop\":10,\"paddingBtnBottom\":10,\"paddingBtnLeft\":14,\"paddingBtnRight\":14,\"imageWidthUnit\":\"%\",\"imageWidthUnitTablet\":\"%\",\"imageWidthUnitMobile\":\"%\",\"subHeadTopMargin\":0,\"subHeadRightMargin\":40,\"subHeadLeftMargin\":0,\"subHeadMarginTopTablet\":0,\"subHeadMarginRightTablet\":0,\"subHeadTabletSpace\":20,\"subHeadMarginLeftTablet\":0,\"imgTagHeight\":118,\"imgTagWidth\":370,\"btnBorderTopWidth\":1,\"btnBorderLeftWidth\":1,\"btnBorderRightWidth\":1,\"btnBorderBottomWidth\":1,\"btnBorderTopLeftRadius\":0,\"btnBorderTopRightRadius\":0,\"btnBorderBottomLeftRadius\":0,\"btnBorderBottomRightRadius\":0,\"btnBorderStyle\":\"solid\",\"btnBorderColor\":\"#333\"} -->\n<div class=\"wp-block-uagb-info-box uagb-block-60ff4301 uagb-infobox__content-wrap  uagb-infobox-icon-above-title uagb-infobox-image-valign-top\"><div class=\"uagb-ifb-content\"><div class=\"uagb-ifb-image-content\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/swimming-pool.jpg\" alt=\"\" width=\"100\" height=\"118\" loading=\"lazy\"/></div><div class=\"uagb-ifb-title-wrap\"><h3 class=\"uagb-ifb-title\">An Infinite-edge Pool​</h3></div><p class=\"uagb-ifb-desc\">Experience the joy of swimming in our infinity-edge pool that gives you a nice picturesque view.</p><div class=\"uagb-ifb-button-wrapper wp-block-button\"><a href=\"\" target=\"_self\" class=\"uagb-infobox-cta-link uagb-disable-link\" rel=\"noopener noreferrer\" alt=\"\"><span class=\"uagb-inline-editing\">READ MORE</span><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M504.3 273.6l-112.1 104c-6.992 6.484-17.18 8.218-25.94 4.406c-8.758-3.812-14.42-12.45-14.42-21.1L351.9 288H32C14.33 288 .0002 273.7 .0002 255.1S14.33 224 32 224h319.9l0-72c0-9.547 5.66-18.19 14.42-22c8.754-3.809 18.95-2.075 25.94 4.41l112.1 104C514.6 247.9 514.6 264.1 504.3 273.6z\"></path></svg></a></div></div></div>\n<!-- /wp:uagb/info-box -->\n\n<!-- wp:uagb/info-box {\"classMigrate\":true,\"headingAlign\":\"left\",\"headingColor\":\"\",\"subHeadingColor\":\"\",\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"source_type\":\"image\",\"block_id\":\"ea091ee0\",\"ctaType\":\"text\",\"ctaText\":\"READ MORE\",\"ctaLinkColor\":\"var(\\u002d\\u002dast-global-color-0)\",\"ctaDecoration\":\"underline\",\"ctaFontSize\":12,\"ctaFontWeight\":\"600\",\"ctaLetterSpacing\":2,\"ctaBorderColor\":\"\",\"ctaBorderStyle\":\"\",\"ctaBorderWidth\":\"\",\"ctaBorderRadius\":\"\",\"iconBottomMargin\":30,\"iconImage\":{\"id\":235,\"title\":\"spa\",\"filename\":\"spa.jpg\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/spa.jpg\",\"link\":\"https://blueroan.netgen.cloud/spa/\",\"alt\":\"\",\"author\":\"34\",\"description\":\"\",\"caption\":\"\",\"name\":\"spa\",\"status\":\"inherit\",\"uploadedTo\":0,\"date\":\"2021-05-11T10:14:20.000Z\",\"modified\":\"2021-05-11T10:14:20.000Z\",\"menuOrder\":0,\"mime\":\"image/jpeg\",\"type\":\"image\",\"subtype\":\"jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/default.png\",\"dateFormatted\":\"May 11, 2021\",\"nonces\":{\"update\":\"580ee12d5e\",\"delete\":\"261a8e7a22\",\"edit\":\"6139a47c8c\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=235\\u0026action=edit\",\"meta\":false,\"authorName\":\"Rishabh\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/user-edit.php?user_id=34\",\"filesizeInBytes\":27664,\"filesizeHumanReadable\":\"27 KB\",\"context\":\"\",\"height\":440,\"width\":370,\"orientation\":\"portrait\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/spa-150x150.jpg\",\"orientation\":\"landscape\"},\"medium\":{\"height\":300,\"width\":252,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/spa-252x300-1.jpg\",\"orientation\":\"portrait\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/spa.jpg\",\"height\":440,\"width\":370,\"orientation\":\"portrait\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"imageSize\":\"full\",\"imageWidth\":100,\"imageWidthMobile\":100,\"imageWidthTablet\":100,\"paddingBtnTop\":10,\"paddingBtnBottom\":10,\"paddingBtnLeft\":14,\"paddingBtnRight\":14,\"imageWidthUnit\":\"%\",\"imageWidthUnitTablet\":\"%\",\"imageWidthUnitMobile\":\"%\",\"subHeadTopMargin\":0,\"subHeadRightMargin\":40,\"subHeadLeftMargin\":0,\"subHeadMarginTopTablet\":0,\"subHeadMarginRightTablet\":0,\"subHeadTabletSpace\":20,\"subHeadMarginLeftTablet\":0,\"imgTagHeight\":118,\"imgTagWidth\":370,\"btnBorderTopWidth\":1,\"btnBorderLeftWidth\":1,\"btnBorderRightWidth\":1,\"btnBorderBottomWidth\":1,\"btnBorderTopLeftRadius\":0,\"btnBorderTopRightRadius\":0,\"btnBorderBottomLeftRadius\":0,\"btnBorderBottomRightRadius\":0,\"btnBorderStyle\":\"solid\",\"btnBorderColor\":\"#333\"} -->\n<div class=\"wp-block-uagb-info-box uagb-block-ea091ee0 uagb-infobox__content-wrap  uagb-infobox-icon-above-title uagb-infobox-image-valign-top\"><div class=\"uagb-ifb-content\"><div class=\"uagb-ifb-image-content\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/spa.jpg\" alt=\"\" width=\"100\" height=\"118\" loading=\"lazy\"/></div><div class=\"uagb-ifb-title-wrap\"><h3 class=\"uagb-ifb-title\">An Iconic Spa​</h3></div><p class=\"uagb-ifb-desc\">Set forth on an exquisite wellness journey to refresh, re-energize and rejuvenate at our iconic spa.</p><div class=\"uagb-ifb-button-wrapper wp-block-button\"><a href=\"\" target=\"_self\" class=\"uagb-infobox-cta-link uagb-disable-link\" rel=\"noopener noreferrer\" alt=\"\"><span class=\"uagb-inline-editing\">READ MORE</span><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M504.3 273.6l-112.1 104c-6.992 6.484-17.18 8.218-25.94 4.406c-8.758-3.812-14.42-12.45-14.42-21.1L351.9 288H32C14.33 288 .0002 273.7 .0002 255.1S14.33 224 32 224h319.9l0-72c0-9.547 5.66-18.19 14.42-22c8.754-3.809 18.95-2.075 25.94 4.41l112.1 104C514.6 247.9 514.6 264.1 504.3 273.6z\"></path></svg></a></div></div></div>\n<!-- /wp:uagb/info-box -->\n\n<!-- wp:uagb/info-box {\"classMigrate\":true,\"headingAlign\":\"left\",\"headingColor\":\"\",\"subHeadingColor\":\"\",\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"source_type\":\"image\",\"block_id\":\"060ed541\",\"ctaType\":\"text\",\"ctaText\":\"READ MORE\",\"ctaLinkColor\":\"var(\\u002d\\u002dast-global-color-0)\",\"ctaDecoration\":\"underline\",\"ctaFontSize\":12,\"ctaFontWeight\":\"600\",\"ctaLetterSpacing\":2,\"ctaBorderColor\":\"\",\"ctaBorderStyle\":\"\",\"ctaBorderWidth\":\"\",\"ctaBorderRadius\":\"\",\"iconBottomMargin\":30,\"iconImage\":{\"id\":115,\"title\":\"rooms\",\"filename\":\"rooms.jpg\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/rooms.jpg\",\"link\":\"https://blueroan.netgen.cloud/rooms-2/\",\"alt\":\"\",\"author\":\"34\",\"description\":\"\",\"caption\":\"\",\"name\":\"rooms-2\",\"status\":\"inherit\",\"uploadedTo\":0,\"date\":\"2021-05-11T04:53:41.000Z\",\"modified\":\"2021-05-11T04:53:41.000Z\",\"menuOrder\":0,\"mime\":\"image/jpeg\",\"type\":\"image\",\"subtype\":\"jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/default.png\",\"dateFormatted\":\"May 11, 2021\",\"nonces\":{\"update\":\"4e23be63e1\",\"delete\":\"0c10fb0869\",\"edit\":\"714e3ba079\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=115\\u0026action=edit\",\"meta\":false,\"authorName\":\"Rishabh\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/user-edit.php?user_id=34\",\"filesizeInBytes\":31085,\"filesizeHumanReadable\":\"30 KB\",\"context\":\"\",\"height\":440,\"width\":370,\"orientation\":\"portrait\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/rooms-150x150.jpg\",\"orientation\":\"landscape\"},\"medium\":{\"height\":300,\"width\":252,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/rooms-252x300-1.jpg\",\"orientation\":\"portrait\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/rooms.jpg\",\"height\":440,\"width\":370,\"orientation\":\"portrait\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"imageSize\":\"full\",\"imageWidth\":100,\"imageWidthMobile\":100,\"imageWidthTablet\":100,\"paddingBtnTop\":10,\"paddingBtnBottom\":10,\"paddingBtnLeft\":14,\"paddingBtnRight\":14,\"imageWidthUnit\":\"%\",\"imageWidthUnitTablet\":\"%\",\"imageWidthUnitMobile\":\"%\",\"subHeadTopMargin\":0,\"subHeadRightMargin\":40,\"subHeadLeftMargin\":0,\"subHeadMarginTopTablet\":0,\"subHeadMarginRightTablet\":0,\"subHeadTabletSpace\":20,\"subHeadMarginLeftTablet\":0,\"imgTagHeight\":118,\"imgTagWidth\":370,\"btnBorderTopWidth\":1,\"btnBorderLeftWidth\":1,\"btnBorderRightWidth\":1,\"btnBorderBottomWidth\":1,\"btnBorderTopLeftRadius\":0,\"btnBorderTopRightRadius\":0,\"btnBorderBottomLeftRadius\":0,\"btnBorderBottomRightRadius\":0,\"btnBorderStyle\":\"solid\",\"btnBorderColor\":\"#333\"} -->\n<div class=\"wp-block-uagb-info-box uagb-block-060ed541 uagb-infobox__content-wrap  uagb-infobox-icon-above-title uagb-infobox-image-valign-top\"><div class=\"uagb-ifb-content\"><div class=\"uagb-ifb-image-content\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/rooms.jpg\" alt=\"\" width=\"100\" height=\"118\" loading=\"lazy\"/></div><div class=\"uagb-ifb-title-wrap\"><h3 class=\"uagb-ifb-title\">In-house Restaurants​</h3></div><p class=\"uagb-ifb-desc\">We have three in-house restaurants offering different cuisines that you can choose from.</p><div class=\"uagb-ifb-button-wrapper wp-block-button\"><a href=\"\" target=\"_self\" class=\"uagb-infobox-cta-link uagb-disable-link\" rel=\"noopener noreferrer\" alt=\"\"><span class=\"uagb-inline-editing\">READ MORE</span><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M504.3 273.6l-112.1 104c-6.992 6.484-17.18 8.218-25.94 4.406c-8.758-3.812-14.42-12.45-14.42-21.1L351.9 288H32C14.33 288 .0002 273.7 .0002 255.1S14.33 224 32 224h319.9l0-72c0-9.547 5.66-18.19 14.42-22c8.754-3.809 18.95-2.075 25.94 4.41l112.1 104C514.6 247.9 514.6 264.1 504.3 273.6z\"></path></svg></a></div></div></div>\n<!-- /wp:uagb/info-box --></div>\n<!-- /wp:uagb/container --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"56f1dce7\",\"backgroundType\":\"color\",\"backgroundSizeTablet\":\"cover\",\"backgroundSizeMobile\":\"cover\",\"backgroundColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"bottomPaddingDesktop\":104,\"leftPaddingDesktop\":40,\"rightPaddingDesktop\":40,\"topPaddingTablet\":80,\"bottomPaddingTablet\":80,\"leftPaddingTablet\":40,\"rightPaddingTablet\":40,\"topPaddingMobile\":64,\"bottomPaddingMobile\":64,\"leftPaddingMobile\":24,\"rightPaddingMobile\":24,\"paddingLink\":false,\"variationSelected\":true,\"rowGapDesktop\":0,\"isBlockRootParent\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-56f1dce7 alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/advanced-heading {\"block_id\":\"c7d079db\",\"classMigrate\":true,\"headingDescToggle\":true,\"headingAlign\":\"center\",\"headingAlignMobile\":\"left\",\"subHeadingColor\":\"\",\"headSpace\":20,\"subHeadFontSize\":16,\"blockBottomPadding\":20} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-c7d079db\"><h2 class=\"uagb-heading-text\">Our Inside Pictures​</h2><p class=\"uagb-desc-text\">Take a look at some pretty pictures captured in and around our premises.</p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/container {\"block_id\":\"23ea08b7\",\"directionDesktop\":\"row\",\"alignItemsDesktop\":\"flex-start\",\"topMarginDesktop\":20,\"bottomMarginDesktop\":0,\"leftMarginDesktop\":0,\"rightMarginDesktop\":0,\"marginLink\":false,\"variationSelected\":true,\"rowGapMobile\":24,\"columnGapDesktop\":24,\"columnGapTablet\":20} -->\n<div class=\"wp-block-uagb-container uagb-block-23ea08b7\"><!-- wp:uagb/container {\"block_id\":\"be4a64bc\",\"widthDesktop\":32,\"variationSelected\":true,\"rowGapDesktop\":24,\"rowGapTablet\":20,\"rowGapMobile\":24,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-be4a64bc\"><!-- wp:uagb/image {\"block_id\":\"f42c8950\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/gallery-1.jpg\",\"id\":105,\"linkDestination\":\"none\",\"width\":388,\"height\":240,\"naturalWidth\":388,\"naturalHeight\":240,\"sizeSlug\":\"full\",\"sizeSlugTablet\":\"full\",\"sizeSlugMobile\":\"full\"} -->\n<div class=\"wp-block-uagb-image uagb-block-f42c8950 wp-block-uagb-image--layout-default wp-block-uagb-image--effect-static wp-block-uagb-image--align-none\"><figure class=\"wp-block-uagb-image__figure\"><img srcset=\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/gallery-1.jpg \" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/gallery-1.jpg\" alt=\"\" class=\"uag-image-105\" width=\"388\" height=\"240\" title=\"\" loading=\"lazy\"/></figure></div>\n<!-- /wp:uagb/image -->\n\n<!-- wp:uagb/image {\"block_id\":\"c01525f2\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/gallery-6.jpg\",\"id\":110,\"linkDestination\":\"none\",\"naturalWidth\":388,\"naturalHeight\":240,\"sizeSlug\":\"full\",\"sizeSlugTablet\":\"full\",\"sizeSlugMobile\":\"full\"} -->\n<div class=\"wp-block-uagb-image uagb-block-c01525f2 wp-block-uagb-image--layout-default wp-block-uagb-image--effect-static wp-block-uagb-image--align-none\"><figure class=\"wp-block-uagb-image__figure\"><img srcset=\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/gallery-6.jpg \" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/gallery-6.jpg\" alt=\"\" class=\"uag-image-110\" width=\"\" height=\"\" title=\"\" loading=\"lazy\"/></figure></div>\n<!-- /wp:uagb/image --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"73d0559f\",\"widthDesktop\":67,\"variationSelected\":true,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-73d0559f\"><!-- wp:uagb/image {\"block_id\":\"bfcaacc2\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/gallery-2.jpg\",\"id\":106,\"linkDestination\":\"none\",\"width\":788,\"widthTablet\":780,\"height\":504,\"heightTablet\":0,\"naturalWidth\":788,\"naturalHeight\":504,\"sizeSlug\":\"full\",\"sizeSlugTablet\":\"full\",\"sizeSlugMobile\":\"full\",\"customHeightSetDesktop\":true} -->\n<div class=\"wp-block-uagb-image uagb-block-bfcaacc2 wp-block-uagb-image--layout-default wp-block-uagb-image--effect-static wp-block-uagb-image--align-none\"><figure class=\"wp-block-uagb-image__figure\"><img srcset=\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/gallery-2.jpg \" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/gallery-2.jpg\" alt=\"\" class=\"uag-image-106\" width=\"788\" height=\"504\" title=\"\" loading=\"lazy\"/></figure></div>\n<!-- /wp:uagb/image --></div>\n<!-- /wp:uagb/container --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"0449aacd\",\"directionDesktop\":\"row\",\"alignItemsDesktop\":\"flex-start\",\"topMarginDesktop\":24,\"bottomMarginDesktop\":0,\"leftMarginDesktop\":0,\"rightMarginDesktop\":0,\"topMarginTablet\":20,\"bottomMarginTablet\":0,\"leftMarginTablet\":0,\"rightMarginTablet\":0,\"topMarginMobile\":24,\"bottomMarginMobile\":0,\"leftMarginMobile\":0,\"rightMarginMobile\":0,\"marginLink\":false,\"variationSelected\":true,\"columnGapDesktop\":24,\"columnGapTablet\":20} -->\n<div class=\"wp-block-uagb-container uagb-block-0449aacd\"><!-- wp:uagb/container {\"block_id\":\"db2d4079\",\"widthDesktop\":67,\"variationSelected\":true,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-db2d4079\"><!-- wp:uagb/image {\"block_id\":\"f667d833\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/gallery-3.jpg\",\"id\":107,\"linkDestination\":\"none\",\"width\":788,\"height\":504,\"naturalWidth\":788,\"naturalHeight\":504,\"sizeSlug\":\"full\",\"sizeSlugTablet\":\"full\",\"sizeSlugMobile\":\"full\",\"customHeightSetDesktop\":true} -->\n<div class=\"wp-block-uagb-image uagb-block-f667d833 wp-block-uagb-image--layout-default wp-block-uagb-image--effect-static wp-block-uagb-image--align-none\"><figure class=\"wp-block-uagb-image__figure\"><img srcset=\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/gallery-3.jpg \" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/gallery-3.jpg\" alt=\"\" class=\"uag-image-107\" width=\"788\" height=\"504\" title=\"\" loading=\"lazy\"/></figure></div>\n<!-- /wp:uagb/image --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"b7e29d8b\",\"widthDesktop\":32,\"variationSelected\":true,\"rowGapDesktop\":24,\"rowGapTablet\":20,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-b7e29d8b\"><!-- wp:uagb/image {\"block_id\":\"39b3b94e\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/gallery-5.jpg\",\"id\":109,\"linkDestination\":\"none\",\"width\":388,\"height\":240,\"naturalWidth\":388,\"naturalHeight\":240,\"sizeSlug\":\"full\",\"sizeSlugTablet\":\"full\",\"sizeSlugMobile\":\"full\"} -->\n<div class=\"wp-block-uagb-image uagb-block-39b3b94e wp-block-uagb-image--layout-default wp-block-uagb-image--effect-static wp-block-uagb-image--align-none\"><figure class=\"wp-block-uagb-image__figure\"><img srcset=\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/gallery-5.jpg \" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/gallery-5.jpg\" alt=\"\" class=\"uag-image-109\" width=\"388\" height=\"240\" title=\"\" loading=\"lazy\"/></figure></div>\n<!-- /wp:uagb/image -->\n\n<!-- wp:uagb/image {\"block_id\":\"fdd57bf5\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/gallery-4.jpg\",\"id\":108,\"linkDestination\":\"none\",\"naturalWidth\":388,\"naturalHeight\":240,\"sizeSlug\":\"full\",\"sizeSlugTablet\":\"full\",\"sizeSlugMobile\":\"full\"} -->\n<div class=\"wp-block-uagb-image uagb-block-fdd57bf5 wp-block-uagb-image--layout-default wp-block-uagb-image--effect-static wp-block-uagb-image--align-none\"><figure class=\"wp-block-uagb-image__figure\"><img srcset=\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/gallery-4.jpg \" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/gallery-4.jpg\" alt=\"\" class=\"uag-image-108\" width=\"\" height=\"\" title=\"\" loading=\"lazy\"/></figure></div>\n<!-- /wp:uagb/image --></div>\n<!-- /wp:uagb/container --></div>\n<!-- /wp:uagb/container --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"7918d85d\",\"backgroundType\":\"color\",\"backgroundSizeTablet\":\"cover\",\"backgroundSizeMobile\":\"cover\",\"backgroundColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"topPaddingDesktop\":40,\"bottomPaddingDesktop\":104,\"leftPaddingDesktop\":40,\"rightPaddingDesktop\":40,\"topPaddingTablet\":80,\"bottomPaddingTablet\":80,\"leftPaddingTablet\":40,\"rightPaddingTablet\":40,\"topPaddingMobile\":64,\"bottomPaddingMobile\":64,\"leftPaddingMobile\":24,\"rightPaddingMobile\":24,\"paddingLink\":false,\"variationSelected\":true,\"rowGapDesktop\":0,\"isBlockRootParent\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-7918d85d alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/advanced-heading {\"block_id\":\"a921108c\",\"classMigrate\":true,\"headingDescToggle\":true,\"headingAlign\":\"center\",\"headingAlignMobile\":\"left\",\"subHeadingColor\":\"\",\"headSpace\":20,\"subHeadFontSize\":16,\"blockBottomPadding\":20} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-a921108c\"><h2 class=\"uagb-heading-text\">What Our Guests Say​</h2><p class=\"uagb-desc-text\">We take pride in serving our guests with the best experience. Read what they say.</p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/container {\"block_id\":\"3ff92171\",\"directionDesktop\":\"row\",\"topMarginDesktop\":40,\"bottomMarginDesktop\":0,\"leftMarginDesktop\":0,\"rightMarginDesktop\":0,\"marginLink\":false,\"variationSelected\":true,\"rowGapMobile\":40,\"columnGapDesktop\":90} -->\n<div class=\"wp-block-uagb-container uagb-block-3ff92171\"><!-- wp:uagb/container {\"block_id\":\"4b708096\",\"widthDesktop\":50,\"variationSelected\":true,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-4b708096\"><!-- wp:uagb/star-rating {\"block_id\":\"5bc37902\",\"rating\":4.5,\"color\":\"var(\\u002d\\u002dast-global-color-2)\"} -->\n<div class=\"wp-block-uagb-star-rating uagb-block-5bc37902\"><div class=\"uag-star-rating\" title=\"4.5/5\"><span class=\"uag-star\">★</span><span class=\"uag-star\">★</span><span class=\"uag-star\">★</span><span class=\"uag-star\">★</span><span class=\"uag-star\">★</span></div></div>\n<!-- /wp:uagb/star-rating -->\n\n<!-- wp:uagb/testimonial {\"test_item_count\":1,\"classMigrate\":true,\"test_block\":[{\"description\":\"\\u0022Proin nulla mauris et volutpat adipiscing suspendisse vehicula blandit sagittis orci etiam morbi elit etiam semper eu lacus pretium hac nisl leo amet ullamcorper.\\u0022​\",\"name\":\"\\u003cstrong\\u003eEMILY HUNT​\\u003c/strong\\u003e\",\"company\":\"\",\"image\":{\"id\":119,\"title\":\"testimonial1\",\"filename\":\"testimonial1.jpg\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/testimonial1.jpg\",\"link\":\"https://blueroan.netgen.cloud/testimonial1/\",\"alt\":\"\",\"author\":\"34\",\"description\":\"\",\"caption\":\"\",\"name\":\"testimonial1\",\"status\":\"inherit\",\"uploadedTo\":0,\"date\":\"2021-05-11T05:02:02.000Z\",\"modified\":\"2021-05-11T05:02:02.000Z\",\"menuOrder\":0,\"mime\":\"image/jpeg\",\"type\":\"image\",\"subtype\":\"jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/default.png\",\"dateFormatted\":\"May 11, 2021\",\"nonces\":{\"update\":\"b92fe40c3d\",\"delete\":\"643c1eb8f1\",\"edit\":\"d3e7d56b1d\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=119\\u0026action=edit\",\"meta\":false,\"authorName\":\"Rishabh\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/user-edit.php?user_id=34\",\"filesizeInBytes\":11264,\"filesizeHumanReadable\":\"11 KB\",\"context\":\"\",\"height\":250,\"width\":250,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/testimonial1-150x150.jpg\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/testimonial1.jpg\",\"height\":250,\"width\":250,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}}}],\"headingAlign\":\"left\",\"headingAlignTablet\":\"left\",\"headingAlignMobile\":\"left\",\"descColor\":\"var(\\u002d\\u002dast-global-color-3)\",\"nameFontSize\":14,\"nameLineHeight\":1,\"descFontSize\":16,\"descFontWeight\":\"600\",\"nameSpace\":1,\"block_id\":\"a11fc5ae\",\"iconImage\":{\"url\":\"\",\"alt\":\"InfoBox placeholder img\"},\"imageWidth\":32,\"columnGap\":1,\"borderStyle\":\"\",\"paddingTop\":0,\"paddingBottom\":0,\"paddingLeft\":0,\"paddingRight\":0,\"spacingLink\":true,\"imgpaddingTop\":0,\"imgpaddingRight\":15,\"imgpaddingBottom\":0,\"imgpaddingLeft\":0,\"overallBorderStyle\":\"none\",\"imgTagHeight\":32,\"imgTagWidth\":150} -->\n<div class=\"wp-block-uagb-testimonial uagb-slick-carousel uagb-tm__arrow-outside uagb-block-a11fc5ae uagb-post__carousel_notset uagb-post__carousel_notset-tablet uagb-post__carousel_notset-mobile\"><div class=\"is-carousel uagb-tm__columns-1 uagb-tm__items\"><div class=\"uagb-testimonial__wrap  uagb-tm__imgicon-style-circle uagb-tm__image-position-bottom uagb-tm__bg-type-none \"><div class=\"uagb-tm__content\"><div class=\"uagb-tm__overlay\"></div><div class=\"uagb-tm__text-wrap\"><div class=\"uagb-tm__desc\">\"Proin nulla mauris et volutpat adipiscing suspendisse vehicula blandit sagittis orci etiam morbi elit etiam semper eu lacus pretium hac nisl leo amet ullamcorper.\"​</div><div class=\"uagb-tm__meta-inner\"><div class=\"uagb-tm__image-content\"><div class=\"uagb-tm__image\"><img class=\"uagb-tm-img-src\" src=\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/testimonial1-150x150.jpg\" alt=\"\" width=\"32\" height=\"32\" loading=\"lazy\"/></div></div><div class=\"uagb-testimonial-details\"><span class=\"uagb-tm__author-name\"><strong>EMILY HUNT​</strong></span><span class=\"uagb-tm__company\"></span></div></div></div></div></div></div></div>\n<!-- /wp:uagb/testimonial -->\n\n<!-- wp:uagb/star-rating {\"block_id\":\"ba461e68\",\"rating\":4.5,\"color\":\"var(\\u002d\\u002dast-global-color-2)\",\"blockTopMargin\":30,\"blockRightMargin\":0,\"blockLeftMargin\":0,\"blockBottomMargin\":0,\"blockTopMarginMobile\":20,\"blockRightMarginMobile\":0,\"blockLeftMarginMobile\":0,\"blockBottomMarginMobile\":0} -->\n<div class=\"wp-block-uagb-star-rating uagb-block-ba461e68\"><div class=\"uag-star-rating\" title=\"4.5/5\"><span class=\"uag-star\">★</span><span class=\"uag-star\">★</span><span class=\"uag-star\">★</span><span class=\"uag-star\">★</span><span class=\"uag-star\">★</span></div></div>\n<!-- /wp:uagb/star-rating -->\n\n<!-- wp:uagb/testimonial {\"test_item_count\":1,\"classMigrate\":true,\"test_block\":[{\"description\":\"\\u0022Proin nulla mauris et volutpat adipiscing suspendisse vehicula blandit sagittis orci etiam morbi elit etiam semper eu lacus pretium hac nisl leo amet ullamcorper.\\u0022​\",\"name\":\"\\u003cstrong\\u003e\\u003cstrong\\u003eJULIE ROBINSON​\\u003c/strong\\u003e\\u003c/strong\\u003e\",\"company\":\"\",\"image\":{\"id\":122,\"title\":\"testimonial4\",\"filename\":\"testimonial4.jpg\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/testimonial4.jpg\",\"link\":\"https://blueroan.netgen.cloud/testimonial4/\",\"alt\":\"\",\"author\":\"34\",\"description\":\"\",\"caption\":\"\",\"name\":\"testimonial4\",\"status\":\"inherit\",\"uploadedTo\":0,\"date\":\"2021-05-11T05:02:06.000Z\",\"modified\":\"2021-05-11T05:02:06.000Z\",\"menuOrder\":0,\"mime\":\"image/jpeg\",\"type\":\"image\",\"subtype\":\"jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/default.png\",\"dateFormatted\":\"May 11, 2021\",\"nonces\":{\"update\":\"4e34860add\",\"delete\":\"9e126a55cd\",\"edit\":\"33ffd3c040\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=122\\u0026action=edit\",\"meta\":false,\"authorName\":\"Rishabh\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/user-edit.php?user_id=34\",\"filesizeInBytes\":16584,\"filesizeHumanReadable\":\"16 KB\",\"context\":\"\",\"height\":250,\"width\":250,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/testimonial4-150x150.jpg\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/testimonial4.jpg\",\"height\":250,\"width\":250,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}}}],\"headingAlign\":\"left\",\"headingAlignTablet\":\"left\",\"headingAlignMobile\":\"left\",\"descColor\":\"var(\\u002d\\u002dast-global-color-3)\",\"nameFontSize\":14,\"nameLineHeight\":1,\"descFontSize\":16,\"descFontWeight\":\"600\",\"nameSpace\":1,\"block_id\":\"2ec3b7cc\",\"iconImage\":{\"url\":\"\",\"alt\":\"InfoBox placeholder img\"},\"imageWidth\":32,\"columnGap\":1,\"borderStyle\":\"\",\"paddingTop\":0,\"paddingBottom\":0,\"paddingLeft\":0,\"paddingRight\":0,\"spacingLink\":true,\"imgpaddingTop\":0,\"imgpaddingRight\":15,\"imgpaddingBottom\":0,\"imgpaddingLeft\":0,\"overallBorderStyle\":\"none\",\"imgTagHeight\":32,\"imgTagWidth\":150} -->\n<div class=\"wp-block-uagb-testimonial uagb-slick-carousel uagb-tm__arrow-outside uagb-block-2ec3b7cc uagb-post__carousel_notset uagb-post__carousel_notset-tablet uagb-post__carousel_notset-mobile\"><div class=\"is-carousel uagb-tm__columns-1 uagb-tm__items\"><div class=\"uagb-testimonial__wrap  uagb-tm__imgicon-style-circle uagb-tm__image-position-bottom uagb-tm__bg-type-none \"><div class=\"uagb-tm__content\"><div class=\"uagb-tm__overlay\"></div><div class=\"uagb-tm__text-wrap\"><div class=\"uagb-tm__desc\">\"Proin nulla mauris et volutpat adipiscing suspendisse vehicula blandit sagittis orci etiam morbi elit etiam semper eu lacus pretium hac nisl leo amet ullamcorper.\"​</div><div class=\"uagb-tm__meta-inner\"><div class=\"uagb-tm__image-content\"><div class=\"uagb-tm__image\"><img class=\"uagb-tm-img-src\" src=\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/testimonial4-150x150.jpg\" alt=\"\" width=\"32\" height=\"32\" loading=\"lazy\"/></div></div><div class=\"uagb-testimonial-details\"><span class=\"uagb-tm__author-name\"><strong><strong>JULIE ROBINSON​</strong></strong></span><span class=\"uagb-tm__company\"></span></div></div></div></div></div></div></div>\n<!-- /wp:uagb/testimonial --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"fbfe0ff1\",\"widthDesktop\":50,\"variationSelected\":true,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-fbfe0ff1\"><!-- wp:uagb/star-rating {\"block_id\":\"38948c8e\",\"rating\":4.5,\"color\":\"var(\\u002d\\u002dast-global-color-2)\"} -->\n<div class=\"wp-block-uagb-star-rating uagb-block-38948c8e\"><div class=\"uag-star-rating\" title=\"4.5/5\"><span class=\"uag-star\">★</span><span class=\"uag-star\">★</span><span class=\"uag-star\">★</span><span class=\"uag-star\">★</span><span class=\"uag-star\">★</span></div></div>\n<!-- /wp:uagb/star-rating -->\n\n<!-- wp:uagb/testimonial {\"test_item_count\":1,\"classMigrate\":true,\"test_block\":[{\"description\":\"\\u0022Proin nulla mauris et volutpat adipiscing suspendisse vehicula blandit sagittis orci etiam morbi elit etiam semper eu lacus pretium hac nisl leo amet ullamcorper.\\u0022​\",\"name\":\"\\u003cstrong\\u003e\\u003cstrong\\u003eMORGAN JONATHAN​\\u003c/strong\\u003e\\u003c/strong\\u003e\",\"company\":\"\",\"image\":{\"id\":120,\"title\":\"testimonial2\",\"filename\":\"testimonial2.jpg\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/testimonial2.jpg\",\"link\":\"https://blueroan.netgen.cloud/testimonial2/\",\"alt\":\"\",\"author\":\"34\",\"description\":\"\",\"caption\":\"\",\"name\":\"testimonial2\",\"status\":\"inherit\",\"uploadedTo\":0,\"date\":\"2021-05-11T05:02:03.000Z\",\"modified\":\"2021-05-11T05:02:03.000Z\",\"menuOrder\":0,\"mime\":\"image/jpeg\",\"type\":\"image\",\"subtype\":\"jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/default.png\",\"dateFormatted\":\"May 11, 2021\",\"nonces\":{\"update\":\"1ee6412858\",\"delete\":\"4414a2ccbf\",\"edit\":\"bde7b1f490\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=120\\u0026action=edit\",\"meta\":false,\"authorName\":\"Rishabh\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/user-edit.php?user_id=34\",\"filesizeInBytes\":10087,\"filesizeHumanReadable\":\"10 KB\",\"context\":\"\",\"height\":250,\"width\":250,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/testimonial2-150x150.jpg\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/testimonial2.jpg\",\"height\":250,\"width\":250,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}}}],\"headingAlign\":\"left\",\"headingAlignTablet\":\"left\",\"headingAlignMobile\":\"left\",\"descColor\":\"var(\\u002d\\u002dast-global-color-3)\",\"nameFontSize\":14,\"nameLineHeight\":1,\"descFontSize\":16,\"descFontWeight\":\"600\",\"nameSpace\":1,\"block_id\":\"3a705e9b\",\"iconImage\":{\"url\":\"\",\"alt\":\"InfoBox placeholder img\"},\"imageWidth\":32,\"columnGap\":1,\"borderStyle\":\"\",\"paddingTop\":0,\"paddingBottom\":0,\"paddingLeft\":0,\"paddingRight\":0,\"spacingLink\":true,\"imgpaddingTop\":0,\"imgpaddingRight\":15,\"imgpaddingBottom\":0,\"imgpaddingLeft\":0,\"overallBorderStyle\":\"none\",\"imgTagHeight\":32,\"imgTagWidth\":150} -->\n<div class=\"wp-block-uagb-testimonial uagb-slick-carousel uagb-tm__arrow-outside uagb-block-3a705e9b uagb-post__carousel_notset uagb-post__carousel_notset-tablet uagb-post__carousel_notset-mobile\"><div class=\"is-carousel uagb-tm__columns-1 uagb-tm__items\"><div class=\"uagb-testimonial__wrap  uagb-tm__imgicon-style-circle uagb-tm__image-position-bottom uagb-tm__bg-type-none \"><div class=\"uagb-tm__content\"><div class=\"uagb-tm__overlay\"></div><div class=\"uagb-tm__text-wrap\"><div class=\"uagb-tm__desc\">\"Proin nulla mauris et volutpat adipiscing suspendisse vehicula blandit sagittis orci etiam morbi elit etiam semper eu lacus pretium hac nisl leo amet ullamcorper.\"​</div><div class=\"uagb-tm__meta-inner\"><div class=\"uagb-tm__image-content\"><div class=\"uagb-tm__image\"><img class=\"uagb-tm-img-src\" src=\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/testimonial2-150x150.jpg\" alt=\"\" width=\"32\" height=\"32\" loading=\"lazy\"/></div></div><div class=\"uagb-testimonial-details\"><span class=\"uagb-tm__author-name\"><strong><strong>MORGAN JONATHAN​</strong></strong></span><span class=\"uagb-tm__company\"></span></div></div></div></div></div></div></div>\n<!-- /wp:uagb/testimonial -->\n\n<!-- wp:uagb/star-rating {\"block_id\":\"c4504548\",\"rating\":4.5,\"color\":\"var(\\u002d\\u002dast-global-color-2)\",\"blockTopMargin\":30,\"blockRightMargin\":0,\"blockLeftMargin\":0,\"blockBottomMargin\":0,\"blockTopMarginMobile\":20,\"blockRightMarginMobile\":0,\"blockLeftMarginMobile\":0,\"blockBottomMarginMobile\":0} -->\n<div class=\"wp-block-uagb-star-rating uagb-block-c4504548\"><div class=\"uag-star-rating\" title=\"4.5/5\"><span class=\"uag-star\">★</span><span class=\"uag-star\">★</span><span class=\"uag-star\">★</span><span class=\"uag-star\">★</span><span class=\"uag-star\">★</span></div></div>\n<!-- /wp:uagb/star-rating -->\n\n<!-- wp:uagb/testimonial {\"test_item_count\":1,\"classMigrate\":true,\"test_block\":[{\"description\":\"\\u0022Proin nulla mauris et volutpat adipiscing suspendisse vehicula blandit sagittis orci etiam morbi elit etiam semper eu lacus pretium hac nisl leo amet ullamcorper.\\u0022​\",\"name\":\"\\u003cstrong\\u003e\\u003cstrong\\u003e\\u003cstrong\\u003eJAMES BROOK​\\u003c/strong\\u003e\\u003c/strong\\u003e\\u003c/strong\\u003e\",\"company\":\"\",\"image\":{\"id\":121,\"title\":\"testimonial3\",\"filename\":\"testimonial3.jpg\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/testimonial3.jpg\",\"link\":\"https://blueroan.netgen.cloud/testimonial3/\",\"alt\":\"\",\"author\":\"34\",\"description\":\"\",\"caption\":\"\",\"name\":\"testimonial3\",\"status\":\"inherit\",\"uploadedTo\":0,\"date\":\"2021-05-11T05:02:05.000Z\",\"modified\":\"2021-05-11T05:02:05.000Z\",\"menuOrder\":0,\"mime\":\"image/jpeg\",\"type\":\"image\",\"subtype\":\"jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/default.png\",\"dateFormatted\":\"May 11, 2021\",\"nonces\":{\"update\":\"290653da5d\",\"delete\":\"90a4fb2d63\",\"edit\":\"ff8a64e56e\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=121\\u0026action=edit\",\"meta\":false,\"authorName\":\"Rishabh\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/user-edit.php?user_id=34\",\"filesizeInBytes\":8748,\"filesizeHumanReadable\":\"9 KB\",\"context\":\"\",\"height\":250,\"width\":250,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/testimonial3-150x150.jpg\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/testimonial3.jpg\",\"height\":250,\"width\":250,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}}}],\"headingAlign\":\"left\",\"headingAlignTablet\":\"left\",\"headingAlignMobile\":\"left\",\"descColor\":\"var(\\u002d\\u002dast-global-color-3)\",\"nameFontSize\":14,\"nameLineHeight\":1,\"descFontSize\":16,\"descFontWeight\":\"600\",\"nameSpace\":1,\"block_id\":\"bf3dcae4\",\"iconImage\":{\"url\":\"\",\"alt\":\"InfoBox placeholder img\"},\"imageWidth\":32,\"columnGap\":1,\"borderStyle\":\"\",\"paddingTop\":0,\"paddingBottom\":0,\"paddingLeft\":0,\"paddingRight\":0,\"spacingLink\":true,\"imgpaddingTop\":0,\"imgpaddingRight\":15,\"imgpaddingBottom\":0,\"imgpaddingLeft\":0,\"overallBorderStyle\":\"none\",\"imgTagHeight\":32,\"imgTagWidth\":150} -->\n<div class=\"wp-block-uagb-testimonial uagb-slick-carousel uagb-tm__arrow-outside uagb-block-bf3dcae4 uagb-post__carousel_notset uagb-post__carousel_notset-tablet uagb-post__carousel_notset-mobile\"><div class=\"is-carousel uagb-tm__columns-1 uagb-tm__items\"><div class=\"uagb-testimonial__wrap  uagb-tm__imgicon-style-circle uagb-tm__image-position-bottom uagb-tm__bg-type-none \"><div class=\"uagb-tm__content\"><div class=\"uagb-tm__overlay\"></div><div class=\"uagb-tm__text-wrap\"><div class=\"uagb-tm__desc\">\"Proin nulla mauris et volutpat adipiscing suspendisse vehicula blandit sagittis orci etiam morbi elit etiam semper eu lacus pretium hac nisl leo amet ullamcorper.\"​</div><div class=\"uagb-tm__meta-inner\"><div class=\"uagb-tm__image-content\"><div class=\"uagb-tm__image\"><img class=\"uagb-tm-img-src\" src=\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/testimonial3-150x150.jpg\" alt=\"\" width=\"32\" height=\"32\" loading=\"lazy\"/></div></div><div class=\"uagb-testimonial-details\"><span class=\"uagb-tm__author-name\"><strong><strong><strong>JAMES BROOK​</strong></strong></strong></span><span class=\"uagb-tm__company\"></span></div></div></div></div></div></div></div>\n<!-- /wp:uagb/testimonial --></div>\n<!-- /wp:uagb/container --></div>\n<!-- /wp:uagb/container --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"9380f71e\",\"innerContentCustomWidthDesktop\":781,\"innerContentCustomWidthTablet\":781,\"backgroundType\":\"image\",\"backgroundImageDesktop\":{\"id\":54,\"title\":\"background-img\",\"filename\":\"background-img-1.jpg\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/background-img-1.jpg\",\"link\":\"https://blueroan.netgen.cloud/background-img-2/\",\"alt\":\"\",\"author\":\"34\",\"description\":\"\",\"caption\":\"\",\"name\":\"background-img-2\",\"status\":\"inherit\",\"uploadedTo\":0,\"date\":\"2021-05-07T10:11:37.000Z\",\"modified\":\"2021-05-07T10:11:37.000Z\",\"menuOrder\":0,\"mime\":\"image/jpeg\",\"type\":\"image\",\"subtype\":\"jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/default.png\",\"dateFormatted\":\"May 7, 2021\",\"nonces\":{\"update\":\"bb999636b9\",\"delete\":\"d2e1375bc4\",\"edit\":\"005dd2f0c9\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=54\\u0026action=edit\",\"meta\":false,\"authorName\":\"Rishabh\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/user-edit.php?user_id=34\",\"filesizeInBytes\":338858,\"filesizeHumanReadable\":\"331 KB\",\"context\":\"\",\"height\":1080,\"width\":1920,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/background-img-1-150x150.jpg\",\"orientation\":\"landscape\"},\"medium\":{\"height\":169,\"width\":300,\"url\":\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/background-img-1-300x169.jpg\",\"orientation\":\"landscape\"},\"large\":{\"height\":576,\"width\":1024,\"url\":\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/background-img-1-1024x576.jpg\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/background-img-1.jpg\",\"height\":1080,\"width\":1920,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"backgroundImageColor\":\"rgba(42,42,42,0.65)\",\"topPaddingDesktop\":144,\"bottomPaddingDesktop\":144,\"leftPaddingDesktop\":40,\"rightPaddingDesktop\":40,\"topPaddingTablet\":80,\"bottomPaddingTablet\":80,\"leftPaddingTablet\":40,\"rightPaddingTablet\":40,\"topPaddingMobile\":64,\"bottomPaddingMobile\":64,\"leftPaddingMobile\":24,\"rightPaddingMobile\":24,\"paddingLink\":false,\"variationSelected\":true,\"isBlockRootParent\":true,\"overlayType\":\"color\"} -->\n<div class=\"wp-block-uagb-container uagb-block-9380f71e alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/advanced-heading {\"block_id\":\"5dbbd71d\",\"classMigrate\":true,\"headingDescToggle\":true,\"headingAlign\":\"center\",\"headingColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"subHeadingColor\":\"var(\\u002d\\u002dast-global-color-4)\",\"headSpace\":20} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-5dbbd71d\"><h2 class=\"uagb-heading-text\">Plan an Unforgettable Experience in Mykonos Today!</h2><p class=\"uagb-desc-text\">We can help you fit your stay and experience within your allotted budget.</p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/advanced-heading {\"block_id\":\"5e28711d\",\"classMigrate\":true,\"headingTitleToggle\":false,\"headingDescToggle\":true,\"headingAlign\":\"center\",\"subHeadingColor\":\"var(\\u002d\\u002dast-global-color-4)\",\"subHeadTransform\":\"uppercase\",\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"subHeadLetterSpacing\":2,\"blockTopPadding\":60,\"blockRightPadding\":0,\"blockLeftPadding\":0,\"blockBottomPadding\":0,\"blockTopPaddingMobile\":30,\"blockRightPaddingMobile\":0,\"blockLeftPaddingMobile\":0,\"blockBottomPaddingMobile\":0} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-5e28711d\"><p class=\"uagb-desc-text\">BOOK YOUR STAY NOW​</p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/icon-list {\"block_id\":\"ff1b29e2\",\"classMigrate\":true,\"childMigrate\":true,\"align\":\"center\",\"parentIcon\":\"phone\",\"size\":40,\"sizeMobile\":24,\"sizeTablet\":32,\"fontSize\":48,\"fontSizeMobile\":28,\"fontSizeTablet\":40,\"fontWeight\":\"600\",\"iconColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"labelColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"blockTopPadding\":0,\"blockRightPadding\":0,\"blockLeftPadding\":0,\"blockBottomPadding\":24,\"blockPaddingLink\":false} -->\n<div class=\"wp-block-uagb-icon-list uagb-block-ff1b29e2\"><div class=\"uagb-icon-list__wrap\"><!-- wp:uagb/icon-list-child {\"block_id\":\"f23dc502\",\"label\":\"+1-123 456 7890​\",\"label_color\":\"\",\"fromParentIcon\":\"phone\",\"imageSizeChild\":40} -->\n<div class=\"wp-block-uagb-icon-list-child uagb-block-f23dc502\"><span class=\"uagb-icon-list__source-wrap\"><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M511.2 387l-23.25 100.8c-3.266 14.25-15.79 24.22-30.46 24.22C205.2 512 0 306.8 0 54.5c0-14.66 9.969-27.2 24.22-30.45l100.8-23.25C139.7-2.602 154.7 5.018 160.8 18.92l46.52 108.5c5.438 12.78 1.77 27.67-8.98 36.45L144.5 207.1c33.98 69.22 90.26 125.5 159.5 159.5l44.08-53.8c8.688-10.78 23.69-14.51 36.47-8.975l108.5 46.51C506.1 357.2 514.6 372.4 511.2 387z\"></path></svg></span><span class=\"uagb-icon-list__label\">+1-123 456 7890​</span></div>\n<!-- /wp:uagb/icon-list-child --></div></div>\n<!-- /wp:uagb/icon-list --></div></div>\n<!-- /wp:uagb/container -->',	'Home',	'',	'inherit',	'closed',	'closed',	'',	'760-revision-v1',	'',	'',	'2022-12-13 09:21:04',	'2022-12-13 09:21:04',	'',	760,	'https://blueroan.netgen.cloud/?p=796',	0,	'revision',	'',	0),
(797,	2,	'2022-12-13 09:37:10',	'2022-12-13 09:37:10',	'',	'blue-roan-guest-farm (13)',	'',	'inherit',	'open',	'closed',	'',	'blue-roan-guest-farm-13',	'',	'',	'2022-12-13 09:37:10',	'2022-12-13 09:37:10',	'',	760,	'https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-13.jpg',	0,	'attachment',	'image/jpeg',	0),
(799,	2,	'2022-12-13 09:37:36',	'2022-12-13 09:37:36',	'',	'hammock-in-the-garden',	'',	'inherit',	'open',	'closed',	'',	'hammock-in-the-garden',	'',	'',	'2022-12-13 09:37:36',	'2022-12-13 09:37:36',	'',	760,	'https://blueroan.netgen.cloud/wp-content/uploads/2022/12/hammock-in-the-garden.jpg',	0,	'attachment',	'image/jpeg',	0),
(800,	2,	'2022-12-13 09:37:43',	'2022-12-13 09:37:43',	'<!-- wp:uagb/container {\"block_id\":\"948e0c82\",\"minHeightDesktop\":95,\"minHeightTablet\":70,\"minHeightMobile\":80,\"minHeightType\":\"vh\",\"alignItemsDesktop\":\"flex-start\",\"backgroundType\":\"image\",\"backgroundImageDesktop\":{\"uploading\":false,\"date\":1670921854000,\"filename\":\"Blue-Roan-pool.jpg\",\"menuOrder\":0,\"uploadedTo\":760,\"type\":\"image\",\"subtype\":\"jpeg\",\"id\":784,\"title\":\"Blue Roan - pool\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Blue-Roan-pool.jpg\",\"link\":\"https://blueroan.netgen.cloud/home/blue-roan-pool/\",\"alt\":\"\",\"author\":\"2\",\"description\":\"\",\"caption\":\"\",\"name\":\"blue-roan-pool\",\"status\":\"inherit\",\"modified\":1670921854000,\"mime\":\"image/jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-includes/images/media/default.png\",\"dateFormatted\":\"December 13, 2022\",\"nonces\":{\"update\":\"51a12ed09e\",\"delete\":\"5174068551\",\"edit\":\"1de0721407\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=784\\u0026action=edit\",\"meta\":false,\"authorName\":\"Netgen Support\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/profile.php\",\"uploadedToTitle\":\"Home\",\"uploadedToLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=760\\u0026action=edit\",\"filesizeInBytes\":154801,\"filesizeHumanReadable\":\"151 KB\",\"context\":\"\",\"height\":667,\"width\":1000,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Blue-Roan-pool-150x150.jpg\",\"orientation\":\"landscape\"},\"medium\":{\"height\":200,\"width\":300,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Blue-Roan-pool-300x200.jpg\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Blue-Roan-pool.jpg\",\"height\":667,\"width\":1000,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"backgroundPositionDesktop\":{\"x\":0.5,\"y\":0.25},\"backgroundImageColor\":\"rgba(42,42,42,0.35)\",\"topPaddingDesktop\":0,\"bottomPaddingDesktop\":0,\"leftPaddingDesktop\":40,\"rightPaddingDesktop\":40,\"topPaddingTablet\":120,\"bottomPaddingTablet\":120,\"leftPaddingTablet\":40,\"rightPaddingTablet\":40,\"topPaddingMobile\":150,\"bottomPaddingMobile\":150,\"leftPaddingMobile\":20,\"rightPaddingMobile\":20,\"paddingLink\":false,\"variationSelected\":true,\"isBlockRootParent\":true,\"overlayType\":\"color\",\"minHeightTypeTablet\":\"vh\",\"minHeightTypeMobile\":\"vh\"} -->\n<div class=\"wp-block-uagb-container uagb-block-948e0c82 alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/info-box {\"classMigrate\":true,\"headingAlign\":\"left\",\"headingColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"subHeadingColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"headingTag\":\"h1\",\"subHeadFontSize\":17,\"subHeadFontSizeMobile\":15,\"headSpace\":20,\"subHeadSpace\":40,\"block_id\":\"a8c1fae0\",\"ctaIcon\":\"\",\"ctaType\":\"button\",\"ctaText\":\"Book Your Stay Now\",\"ctaLink\":\"#\",\"ctaBtnLinkColor\":\"var(\\u002d\\u002dast-global-color-2)\",\"ctaLinkHoverColor\":\"var(\\u002d\\u002dast-global-color-2)\",\"ctaBgColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"ctaBgHoverColor\":\"var(\\u002d\\u002dast-global-color-4)\",\"ctaBorderColor\":\"\",\"ctaBorderStyle\":\"\",\"ctaBorderWidth\":\"\",\"ctaBorderRadius\":\"\",\"iconImage\":{\"url\":\"\",\"alt\":\"InfoBox placeholder img\"},\"showIcon\":false,\"paddingBtnTop\":18,\"paddingBtnBottom\":18,\"paddingBtnLeft\":34,\"paddingBtnRight\":34,\"blockTopPadding\":0,\"blockRightPadding\":40,\"blockLeftPadding\":0,\"blockBottomPadding\":0,\"blockTopPaddingTablet\":0,\"blockRightPaddingTablet\":64,\"blockLeftPaddingTablet\":0,\"blockBottomPaddingTablet\":0,\"blockTopPaddingMobile\":0,\"blockRightPaddingMobile\":0,\"blockLeftPaddingMobile\":0,\"blockBottomPaddingMobile\":0,\"blockPaddingUnit\":\"%\",\"blockPaddingLink\":false,\"subHeadMarginTopTablet\":0,\"subHeadMarginRightTablet\":64,\"subHeadTabletSpace\":40,\"subHeadMarginLeftTablet\":0,\"subHeadMarginTopMobile\":0,\"subHeadMarginRightMobile\":0,\"subHeadMobileSpace\":40,\"subHeadMarginLeftMobile\":0,\"btnBorderTopWidth\":1,\"btnBorderLeftWidth\":1,\"btnBorderRightWidth\":1,\"btnBorderBottomWidth\":1,\"btnBorderTopLeftRadius\":0,\"btnBorderTopRightRadius\":0,\"btnBorderBottomLeftRadius\":0,\"btnBorderBottomRightRadius\":0,\"btnBorderStyle\":\"none\",\"btnBorderColor\":\"#333\"} -->\n<div class=\"wp-block-uagb-info-box uagb-block-a8c1fae0 uagb-infobox__content-wrap  uagb-infobox-icon-above-title uagb-infobox-image-valign-top\"><div class=\"uagb-ifb-content\"><div class=\"uagb-ifb-title-wrap\"><h1 class=\"uagb-ifb-title\"><strong>Magaliesburg pet friendly self-catering accommodation</strong></h1></div><p class=\"uagb-ifb-desc\">Romantic pet-friendly self-catering accommodation in Magaliesburg, Gauteng.</p><div class=\"uagb-ifb-button-wrapper wp-block-button\"><a href=\"#\" class=\"uagb-infobox-cta-link wp-block-button__link\" target=\"_self\" rel=\"noopener noreferrer\" alt=\"\"><span class=\"uagb-inline-editing\">Book Your Stay Now</span></a></div></div></div>\n<!-- /wp:uagb/info-box --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"652d2a79\",\"directionDesktop\":\"row\",\"directionMobile\":\"column-reverse\",\"alignItemsDesktop\":\"flex-start\",\"backgroundType\":\"color\",\"backgroundSizeTablet\":\"cover\",\"backgroundSizeMobile\":\"cover\",\"backgroundColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"topPaddingDesktop\":0,\"bottomPaddingDesktop\":0,\"topPaddingTablet\":80,\"bottomPaddingTablet\":80,\"leftPaddingTablet\":40,\"rightPaddingTablet\":40,\"topPaddingMobile\":64,\"bottomPaddingMobile\":64,\"leftPaddingMobile\":24,\"rightPaddingMobile\":24,\"paddingLink\":false,\"variationSelected\":true,\"rowGapDesktop\":0,\"columnGapDesktop\":0,\"columnGapTablet\":50,\"isBlockRootParent\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-652d2a79 alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:image {\"align\":\"center\",\"id\":794,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image aligncenter size-full\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/210-2108726_too-great-for-us-tourism-grading-council-of-south-5.png\" alt=\"\" class=\"wp-image-794\"/></figure>\n<!-- /wp:image --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"98eeccf4\",\"directionDesktop\":\"row\",\"directionMobile\":\"column-reverse\",\"alignItemsDesktop\":\"flex-start\",\"backgroundType\":\"color\",\"backgroundSizeTablet\":\"cover\",\"backgroundSizeMobile\":\"cover\",\"backgroundColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"topPaddingDesktop\":104,\"bottomPaddingDesktop\":104,\"topPaddingTablet\":80,\"bottomPaddingTablet\":80,\"leftPaddingTablet\":40,\"rightPaddingTablet\":40,\"topPaddingMobile\":64,\"bottomPaddingMobile\":64,\"leftPaddingMobile\":24,\"rightPaddingMobile\":24,\"paddingLink\":false,\"variationSelected\":true,\"columnGapDesktop\":60,\"columnGapTablet\":50,\"isBlockRootParent\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-98eeccf4 alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/container {\"block_id\":\"46617051\",\"widthDesktop\":50,\"variationSelected\":true,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-46617051\"><!-- wp:uagb/info-box {\"classMigrate\":true,\"headingAlign\":\"left\",\"subHeadingColor\":\"\",\"subHeadFontSize\":16,\"subHeadFontSizeTablet\":16,\"subHeadFontSizeMobile\":15,\"subHeadSpace\":40,\"source_type\":\"image\",\"block_id\":\"5dd44364\",\"ctaType\":\"button\",\"ctaText\":\"Know More\",\"ctaBtnLinkColor\":\"\",\"ctaBgColor\":\"\",\"ctaBorderColor\":\"\",\"ctaBorderStyle\":\"\",\"ctaBorderWidth\":\"\",\"ctaBorderRadius\":\"\",\"iconBottomMargin\":40,\"iconImage\":{\"uploading\":false,\"date\":1670924230000,\"filename\":\"blue-roan-guest-farm-13.jpg\",\"menuOrder\":0,\"uploadedTo\":760,\"type\":\"image\",\"subtype\":\"jpeg\",\"id\":797,\"title\":\"blue-roan-guest-farm (13)\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-13.jpg\",\"link\":\"https://blueroan.netgen.cloud/home/blue-roan-guest-farm-13/\",\"alt\":\"\",\"author\":\"2\",\"description\":\"\",\"caption\":\"\",\"name\":\"blue-roan-guest-farm-13\",\"status\":\"inherit\",\"modified\":1670924230000,\"mime\":\"image/jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-includes/images/media/default.png\",\"dateFormatted\":\"December 13, 2022\",\"nonces\":{\"update\":\"46afd12e5c\",\"delete\":\"03dbfb32cd\",\"edit\":\"2bed0c26fe\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=797\\u0026action=edit\",\"meta\":false,\"authorName\":\"Netgen Support\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/profile.php\",\"uploadedToTitle\":\"Home\",\"uploadedToLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=760\\u0026action=edit\",\"filesizeInBytes\":201183,\"filesizeHumanReadable\":\"196 KB\",\"context\":\"\",\"height\":667,\"width\":1000,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-13-150x150.jpg\",\"orientation\":\"landscape\"},\"medium\":{\"height\":200,\"width\":300,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-13-300x200.jpg\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-13.jpg\",\"height\":667,\"width\":1000,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"imageSize\":\"full\",\"imageWidth\":100,\"imageWidthMobile\":100,\"imageWidthTablet\":100,\"showTitle\":false,\"paddingBtnTop\":18,\"paddingBtnBottom\":18,\"paddingBtnLeft\":34,\"paddingBtnRight\":34,\"imageWidthUnit\":\"%\",\"imageWidthUnitTablet\":\"%\",\"imageWidthUnitMobile\":\"%\",\"subHeadTopMargin\":0,\"subHeadRightMargin\":48,\"subHeadLeftMargin\":0,\"subHeadMarginTopTablet\":0,\"subHeadMarginRightTablet\":0,\"subHeadTabletSpace\":40,\"subHeadMarginLeftTablet\":0,\"imgTagHeight\":66,\"imgTagWidth\":1000,\"btnBorderTopWidth\":1,\"btnBorderLeftWidth\":1,\"btnBorderRightWidth\":1,\"btnBorderBottomWidth\":1,\"btnBorderTopLeftRadius\":0,\"btnBorderTopRightRadius\":0,\"btnBorderBottomLeftRadius\":0,\"btnBorderBottomRightRadius\":0,\"btnBorderStyle\":\"solid\",\"btnBorderColor\":\"#333\"} -->\n<div class=\"wp-block-uagb-info-box uagb-block-5dd44364 uagb-infobox__content-wrap  uagb-infobox-icon-above-title uagb-infobox-image-valign-top\"><div class=\"uagb-ifb-content\"><div class=\"uagb-ifb-image-content\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-13.jpg\" alt=\"\" width=\"100\" height=\"66\" loading=\"lazy\"/></div><div class=\"uagb-ifb-title-wrap\"></div><p class=\"uagb-ifb-desc\">Surrounded by scenic beauty and attractive tourist attractions we make it convenient for you to visit all the beautiful places with our inhouse guide. We can also help you arrange transport facilities for an easier commute to nearby places.</p><div class=\"uagb-ifb-button-wrapper wp-block-button\"><a href=\"\" class=\"uagb-infobox-cta-link wp-block-button__link  uagb-disable-link\" target=\"_self\" rel=\"noopener noreferrer\" alt=\"\"><span class=\"uagb-inline-editing\">Know More</span><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M504.3 273.6l-112.1 104c-6.992 6.484-17.18 8.218-25.94 4.406c-8.758-3.812-14.42-12.45-14.42-21.1L351.9 288H32C14.33 288 .0002 273.7 .0002 255.1S14.33 224 32 224h319.9l0-72c0-9.547 5.66-18.19 14.42-22c8.754-3.809 18.95-2.075 25.94 4.41l112.1 104C514.6 247.9 514.6 264.1 504.3 273.6z\"></path></svg></a></div></div></div>\n<!-- /wp:uagb/info-box --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"b0c49fcb\",\"widthDesktop\":50,\"leftPaddingDesktop\":0,\"paddingLink\":false,\"variationSelected\":true,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-b0c49fcb\"><!-- wp:uagb/advanced-heading {\"block_id\":\"d9ffe7c5\",\"classMigrate\":true,\"headingDescToggle\":true,\"subHeadingColor\":\"\",\"headSpace\":20,\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-d9ffe7c5\"><h2 class=\"uagb-heading-text\"><strong>Blue Roan is a 4-star graded pet-friendly venue</strong></h2><p class=\"uagb-desc-text\">Our goal is to provide high-quality, romantic, comfortable, and affordable self-catering accommodation on the outskirts of the village of &nbsp;Magaliesburg. &nbsp;For animal lovers, we are also&nbsp;pet-friendly&nbsp;by arrangement in most of the units all of which have their own fully fenced and gated private grassy gardens.</p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/image {\"block_id\":\"48a2bb21\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/hammock-in-the-garden.jpg\",\"align\":\"left\",\"id\":799,\"linkDestination\":\"none\",\"naturalWidth\":600,\"naturalHeight\":400,\"sizeSlug\":\"full\",\"sizeSlugTablet\":\"full\",\"sizeSlugMobile\":\"full\",\"imageTopMargin\":20,\"imageRightMargin\":0,\"imageLeftMargin\":0,\"imageBottomMargin\":0,\"imageTopMarginMobile\":0,\"imageRightMarginMobile\":0,\"imageLeftMarginMobile\":0,\"imageBottomMarginMobile\":0,\"imageMarginLink\":false} -->\n<div class=\"wp-block-uagb-image uagb-block-48a2bb21 wp-block-uagb-image--layout-default wp-block-uagb-image--effect-static wp-block-uagb-image--align-left\"><figure class=\"wp-block-uagb-image__figure\"><img srcset=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/hammock-in-the-garden.jpg \" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/hammock-in-the-garden.jpg\" alt=\"\" class=\"uag-image-799\" title=\"\" loading=\"lazy\"/></figure></div>\n<!-- /wp:uagb/image --></div>\n<!-- /wp:uagb/container --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"3cdd7009\",\"backgroundType\":\"color\",\"backgroundSizeTablet\":\"cover\",\"backgroundSizeMobile\":\"cover\",\"backgroundColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"topPaddingDesktop\":50,\"bottomPaddingDesktop\":100,\"topPaddingTablet\":50,\"bottomPaddingTablet\":25,\"leftPaddingTablet\":20,\"rightPaddingTablet\":20,\"topPaddingMobile\":50,\"bottomPaddingMobile\":20,\"leftPaddingMobile\":20,\"rightPaddingMobile\":20,\"paddingLink\":false,\"variationSelected\":true,\"rowGapDesktop\":0,\"isBlockRootParent\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-3cdd7009 alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/container {\"block_id\":\"54775b50\",\"directionDesktop\":\"row\",\"alignItemsDesktop\":\"flex-end\",\"alignItemsTablet\":\"flex-end\",\"justifyContentDesktop\":\"flex-end\",\"justifyContentTablet\":\"space-between\",\"variationSelected\":true,\"rowGapMobile\":30,\"columnGapDesktop\":0} -->\n<div class=\"wp-block-uagb-container uagb-block-54775b50\"><!-- wp:uagb/advanced-heading {\"block_id\":\"60d43e20\",\"classMigrate\":true,\"headingDescToggle\":true,\"subHeadingColor\":\"\",\"headSpace\":20,\"subHeadFontSize\":16} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-60d43e20\"><h2 class=\"uagb-heading-text\">Amenities &amp; Facilities​</h2><p class=\"uagb-desc-text\">If you are looking for a relaxing, refreshing and rejuvenating experience altogether, we offer all of that under one roof.</p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/buttons {\"block_id\":\"47d00bee\",\"classMigrate\":true,\"childMigrate\":true,\"align\":\"right\",\"alignTablet\":\"right\",\"alignMobile\":\"left\",\"gap\":0} -->\n<div class=\"wp-block-uagb-buttons uagb-buttons__outer-wrap uagb-btn__default-btn uagb-btn-tablet__default-btn uagb-btn-mobile__default-btn uagb-block-47d00bee\"><div class=\"uagb-buttons__wrap uagb-buttons-layout-wrap\"><!-- wp:uagb/buttons-child {\"block_id\":\"1d450340\",\"label\":\"View All\",\"link\":\"#\",\"hColor\":\"\",\"borderWidth\":\"\",\"borderRadius\":\"\",\"borderStyle\":\"\",\"borderColor\":\"\",\"borderHColor\":\"\",\"btnBorderTopWidth\":1,\"btnBorderLeftWidth\":1,\"btnBorderRightWidth\":1,\"btnBorderBottomWidth\":1,\"btnBorderTopLeftRadius\":2,\"btnBorderTopRightRadius\":2,\"btnBorderBottomLeftRadius\":2,\"btnBorderBottomRightRadius\":2,\"btnBorderStyle\":\"solid\",\"btnBorderColor\":\"#333\",\"btnBorderHColor\":\"#333\"} -->\n<div class=\"wp-block-uagb-buttons-child uagb-buttons__outer-wrap uagb-block-1d450340 wp-block-button is-style-outline\"><div class=\"uagb-button__wrapper\"><a class=\"uagb-buttons-repeater wp-block-button__link\" href=\"#\" rel=\"follow noopener\" target=\"_self\"><div class=\"uagb-button__link\">View All</div></a></div></div>\n<!-- /wp:uagb/buttons-child --></div></div>\n<!-- /wp:uagb/buttons --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"93d9763c\",\"directionDesktop\":\"row\",\"alignItemsTablet\":\"flex-start\",\"paddingLink\":false,\"topMarginDesktop\":50,\"bottomMarginDesktop\":20,\"leftMarginDesktop\":0,\"rightMarginDesktop\":0,\"marginLink\":false,\"variationSelected\":true,\"rowGapMobile\":65,\"columnGapDesktop\":48,\"columnGapTablet\":20} -->\n<div class=\"wp-block-uagb-container uagb-block-93d9763c\"><!-- wp:uagb/info-box {\"classMigrate\":true,\"headingAlign\":\"left\",\"headingColor\":\"\",\"subHeadingColor\":\"\",\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"source_type\":\"image\",\"block_id\":\"10e2b70c\",\"ctaType\":\"text\",\"ctaText\":\"READ MORE\",\"ctaLinkColor\":\"var(\\u002d\\u002dast-global-color-0)\",\"ctaDecoration\":\"underline\",\"ctaFontSize\":12,\"ctaFontWeight\":\"600\",\"ctaLetterSpacing\":2,\"ctaBorderColor\":\"\",\"ctaBorderStyle\":\"\",\"ctaBorderWidth\":\"\",\"ctaBorderRadius\":\"\",\"iconBottomMargin\":30,\"iconImage\":{\"id\":90,\"title\":\"swimming-pool\",\"filename\":\"swimming-pool.jpg\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/swimming-pool.jpg\",\"link\":\"https://blueroan.netgen.cloud/swimming-pool/\",\"alt\":\"\",\"author\":\"34\",\"description\":\"\",\"caption\":\"\",\"name\":\"swimming-pool\",\"status\":\"inherit\",\"uploadedTo\":0,\"date\":\"2021-05-07T14:28:45.000Z\",\"modified\":\"2021-05-07T14:28:45.000Z\",\"menuOrder\":0,\"mime\":\"image/jpeg\",\"type\":\"image\",\"subtype\":\"jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/default.png\",\"dateFormatted\":\"May 7, 2021\",\"nonces\":{\"update\":\"971c957832\",\"delete\":\"8fb57461ba\",\"edit\":\"e9a8bb1d06\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=90\\u0026action=edit\",\"meta\":false,\"authorName\":\"Rishabh\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/user-edit.php?user_id=34\",\"filesizeInBytes\":29663,\"filesizeHumanReadable\":\"29 KB\",\"context\":\"\",\"height\":440,\"width\":370,\"orientation\":\"portrait\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/swimming-pool-150x150.jpg\",\"orientation\":\"landscape\"},\"medium\":{\"height\":300,\"width\":252,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/swimming-pool-252x300-1.jpg\",\"orientation\":\"portrait\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/swimming-pool.jpg\",\"height\":440,\"width\":370,\"orientation\":\"portrait\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"imageSize\":\"full\",\"imageWidth\":100,\"imageWidthMobile\":100,\"imageWidthTablet\":100,\"paddingBtnTop\":10,\"paddingBtnBottom\":10,\"paddingBtnLeft\":14,\"paddingBtnRight\":14,\"imageWidthUnit\":\"%\",\"imageWidthUnitTablet\":\"%\",\"imageWidthUnitMobile\":\"%\",\"subHeadTopMargin\":0,\"subHeadRightMargin\":40,\"subHeadLeftMargin\":0,\"subHeadMarginTopTablet\":0,\"subHeadMarginRightTablet\":0,\"subHeadTabletSpace\":20,\"subHeadMarginLeftTablet\":0,\"imgTagHeight\":118,\"imgTagWidth\":370,\"btnBorderTopWidth\":1,\"btnBorderLeftWidth\":1,\"btnBorderRightWidth\":1,\"btnBorderBottomWidth\":1,\"btnBorderTopLeftRadius\":0,\"btnBorderTopRightRadius\":0,\"btnBorderBottomLeftRadius\":0,\"btnBorderBottomRightRadius\":0,\"btnBorderStyle\":\"solid\",\"btnBorderColor\":\"#333\"} -->\n<div class=\"wp-block-uagb-info-box uagb-block-10e2b70c uagb-infobox__content-wrap  uagb-infobox-icon-above-title uagb-infobox-image-valign-top\"><div class=\"uagb-ifb-content\"><div class=\"uagb-ifb-image-content\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/swimming-pool.jpg\" alt=\"\" width=\"100\" height=\"118\" loading=\"lazy\"/></div><div class=\"uagb-ifb-title-wrap\"><h3 class=\"uagb-ifb-title\">An Infinite-edge Pool​</h3></div><p class=\"uagb-ifb-desc\">Experience the joy of swimming in our infinity-edge pool that gives you a nice picturesque view.</p><div class=\"uagb-ifb-button-wrapper wp-block-button\"><a href=\"\" target=\"_self\" class=\"uagb-infobox-cta-link uagb-disable-link\" rel=\"noopener noreferrer\" alt=\"\"><span class=\"uagb-inline-editing\">READ MORE</span><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M504.3 273.6l-112.1 104c-6.992 6.484-17.18 8.218-25.94 4.406c-8.758-3.812-14.42-12.45-14.42-21.1L351.9 288H32C14.33 288 .0002 273.7 .0002 255.1S14.33 224 32 224h319.9l0-72c0-9.547 5.66-18.19 14.42-22c8.754-3.809 18.95-2.075 25.94 4.41l112.1 104C514.6 247.9 514.6 264.1 504.3 273.6z\"></path></svg></a></div></div></div>\n<!-- /wp:uagb/info-box -->\n\n<!-- wp:uagb/info-box {\"classMigrate\":true,\"headingAlign\":\"left\",\"headingColor\":\"\",\"subHeadingColor\":\"\",\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"source_type\":\"image\",\"block_id\":\"0fd54aa8\",\"ctaType\":\"text\",\"ctaText\":\"READ MORE\",\"ctaLinkColor\":\"var(\\u002d\\u002dast-global-color-0)\",\"ctaDecoration\":\"underline\",\"ctaFontSize\":12,\"ctaFontWeight\":\"600\",\"ctaLetterSpacing\":2,\"ctaBorderColor\":\"\",\"ctaBorderStyle\":\"\",\"ctaBorderWidth\":\"\",\"ctaBorderRadius\":\"\",\"iconBottomMargin\":30,\"iconImage\":{\"id\":235,\"title\":\"spa\",\"filename\":\"spa.jpg\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/spa.jpg\",\"link\":\"https://blueroan.netgen.cloud/spa/\",\"alt\":\"\",\"author\":\"34\",\"description\":\"\",\"caption\":\"\",\"name\":\"spa\",\"status\":\"inherit\",\"uploadedTo\":0,\"date\":\"2021-05-11T10:14:20.000Z\",\"modified\":\"2021-05-11T10:14:20.000Z\",\"menuOrder\":0,\"mime\":\"image/jpeg\",\"type\":\"image\",\"subtype\":\"jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/default.png\",\"dateFormatted\":\"May 11, 2021\",\"nonces\":{\"update\":\"580ee12d5e\",\"delete\":\"261a8e7a22\",\"edit\":\"6139a47c8c\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=235\\u0026action=edit\",\"meta\":false,\"authorName\":\"Rishabh\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/user-edit.php?user_id=34\",\"filesizeInBytes\":27664,\"filesizeHumanReadable\":\"27 KB\",\"context\":\"\",\"height\":440,\"width\":370,\"orientation\":\"portrait\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/spa-150x150.jpg\",\"orientation\":\"landscape\"},\"medium\":{\"height\":300,\"width\":252,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/spa-252x300-1.jpg\",\"orientation\":\"portrait\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/spa.jpg\",\"height\":440,\"width\":370,\"orientation\":\"portrait\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"imageSize\":\"full\",\"imageWidth\":100,\"imageWidthMobile\":100,\"imageWidthTablet\":100,\"paddingBtnTop\":10,\"paddingBtnBottom\":10,\"paddingBtnLeft\":14,\"paddingBtnRight\":14,\"imageWidthUnit\":\"%\",\"imageWidthUnitTablet\":\"%\",\"imageWidthUnitMobile\":\"%\",\"subHeadTopMargin\":0,\"subHeadRightMargin\":40,\"subHeadLeftMargin\":0,\"subHeadMarginTopTablet\":0,\"subHeadMarginRightTablet\":0,\"subHeadTabletSpace\":20,\"subHeadMarginLeftTablet\":0,\"imgTagHeight\":118,\"imgTagWidth\":370,\"btnBorderTopWidth\":1,\"btnBorderLeftWidth\":1,\"btnBorderRightWidth\":1,\"btnBorderBottomWidth\":1,\"btnBorderTopLeftRadius\":0,\"btnBorderTopRightRadius\":0,\"btnBorderBottomLeftRadius\":0,\"btnBorderBottomRightRadius\":0,\"btnBorderStyle\":\"solid\",\"btnBorderColor\":\"#333\"} -->\n<div class=\"wp-block-uagb-info-box uagb-block-0fd54aa8 uagb-infobox__content-wrap  uagb-infobox-icon-above-title uagb-infobox-image-valign-top\"><div class=\"uagb-ifb-content\"><div class=\"uagb-ifb-image-content\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/spa.jpg\" alt=\"\" width=\"100\" height=\"118\" loading=\"lazy\"/></div><div class=\"uagb-ifb-title-wrap\"><h3 class=\"uagb-ifb-title\">An Iconic Spa​</h3></div><p class=\"uagb-ifb-desc\">Set forth on an exquisite wellness journey to refresh, re-energize and rejuvenate at our iconic spa.</p><div class=\"uagb-ifb-button-wrapper wp-block-button\"><a href=\"\" target=\"_self\" class=\"uagb-infobox-cta-link uagb-disable-link\" rel=\"noopener noreferrer\" alt=\"\"><span class=\"uagb-inline-editing\">READ MORE</span><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M504.3 273.6l-112.1 104c-6.992 6.484-17.18 8.218-25.94 4.406c-8.758-3.812-14.42-12.45-14.42-21.1L351.9 288H32C14.33 288 .0002 273.7 .0002 255.1S14.33 224 32 224h319.9l0-72c0-9.547 5.66-18.19 14.42-22c8.754-3.809 18.95-2.075 25.94 4.41l112.1 104C514.6 247.9 514.6 264.1 504.3 273.6z\"></path></svg></a></div></div></div>\n<!-- /wp:uagb/info-box -->\n\n<!-- wp:uagb/info-box {\"classMigrate\":true,\"headingAlign\":\"left\",\"headingColor\":\"\",\"subHeadingColor\":\"\",\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"source_type\":\"image\",\"block_id\":\"93110d33\",\"ctaType\":\"text\",\"ctaText\":\"READ MORE\",\"ctaLinkColor\":\"var(\\u002d\\u002dast-global-color-0)\",\"ctaDecoration\":\"underline\",\"ctaFontSize\":12,\"ctaFontWeight\":\"600\",\"ctaLetterSpacing\":2,\"ctaBorderColor\":\"\",\"ctaBorderStyle\":\"\",\"ctaBorderWidth\":\"\",\"ctaBorderRadius\":\"\",\"iconBottomMargin\":30,\"iconImage\":{\"id\":115,\"title\":\"rooms\",\"filename\":\"rooms.jpg\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/rooms.jpg\",\"link\":\"https://blueroan.netgen.cloud/rooms-2/\",\"alt\":\"\",\"author\":\"34\",\"description\":\"\",\"caption\":\"\",\"name\":\"rooms-2\",\"status\":\"inherit\",\"uploadedTo\":0,\"date\":\"2021-05-11T04:53:41.000Z\",\"modified\":\"2021-05-11T04:53:41.000Z\",\"menuOrder\":0,\"mime\":\"image/jpeg\",\"type\":\"image\",\"subtype\":\"jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/default.png\",\"dateFormatted\":\"May 11, 2021\",\"nonces\":{\"update\":\"4e23be63e1\",\"delete\":\"0c10fb0869\",\"edit\":\"714e3ba079\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=115\\u0026action=edit\",\"meta\":false,\"authorName\":\"Rishabh\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/user-edit.php?user_id=34\",\"filesizeInBytes\":31085,\"filesizeHumanReadable\":\"30 KB\",\"context\":\"\",\"height\":440,\"width\":370,\"orientation\":\"portrait\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/rooms-150x150.jpg\",\"orientation\":\"landscape\"},\"medium\":{\"height\":300,\"width\":252,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/rooms-252x300-1.jpg\",\"orientation\":\"portrait\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/rooms.jpg\",\"height\":440,\"width\":370,\"orientation\":\"portrait\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"imageSize\":\"full\",\"imageWidth\":100,\"imageWidthMobile\":100,\"imageWidthTablet\":100,\"paddingBtnTop\":10,\"paddingBtnBottom\":10,\"paddingBtnLeft\":14,\"paddingBtnRight\":14,\"imageWidthUnit\":\"%\",\"imageWidthUnitTablet\":\"%\",\"imageWidthUnitMobile\":\"%\",\"subHeadTopMargin\":0,\"subHeadRightMargin\":40,\"subHeadLeftMargin\":0,\"subHeadMarginTopTablet\":0,\"subHeadMarginRightTablet\":0,\"subHeadTabletSpace\":20,\"subHeadMarginLeftTablet\":0,\"imgTagHeight\":118,\"imgTagWidth\":370,\"btnBorderTopWidth\":1,\"btnBorderLeftWidth\":1,\"btnBorderRightWidth\":1,\"btnBorderBottomWidth\":1,\"btnBorderTopLeftRadius\":0,\"btnBorderTopRightRadius\":0,\"btnBorderBottomLeftRadius\":0,\"btnBorderBottomRightRadius\":0,\"btnBorderStyle\":\"solid\",\"btnBorderColor\":\"#333\"} -->\n<div class=\"wp-block-uagb-info-box uagb-block-93110d33 uagb-infobox__content-wrap  uagb-infobox-icon-above-title uagb-infobox-image-valign-top\"><div class=\"uagb-ifb-content\"><div class=\"uagb-ifb-image-content\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/rooms.jpg\" alt=\"\" width=\"100\" height=\"118\" loading=\"lazy\"/></div><div class=\"uagb-ifb-title-wrap\"><h3 class=\"uagb-ifb-title\">In-house Restaurants​</h3></div><p class=\"uagb-ifb-desc\">We have three in-house restaurants offering different cuisines that you can choose from.</p><div class=\"uagb-ifb-button-wrapper wp-block-button\"><a href=\"\" target=\"_self\" class=\"uagb-infobox-cta-link uagb-disable-link\" rel=\"noopener noreferrer\" alt=\"\"><span class=\"uagb-inline-editing\">READ MORE</span><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M504.3 273.6l-112.1 104c-6.992 6.484-17.18 8.218-25.94 4.406c-8.758-3.812-14.42-12.45-14.42-21.1L351.9 288H32C14.33 288 .0002 273.7 .0002 255.1S14.33 224 32 224h319.9l0-72c0-9.547 5.66-18.19 14.42-22c8.754-3.809 18.95-2.075 25.94 4.41l112.1 104C514.6 247.9 514.6 264.1 504.3 273.6z\"></path></svg></a></div></div></div>\n<!-- /wp:uagb/info-box --></div>\n<!-- /wp:uagb/container --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"c763fbb3\",\"backgroundType\":\"color\",\"backgroundSizeTablet\":\"cover\",\"backgroundSizeMobile\":\"cover\",\"backgroundColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"bottomPaddingDesktop\":104,\"leftPaddingDesktop\":40,\"rightPaddingDesktop\":40,\"topPaddingTablet\":80,\"bottomPaddingTablet\":80,\"leftPaddingTablet\":40,\"rightPaddingTablet\":40,\"topPaddingMobile\":64,\"bottomPaddingMobile\":64,\"leftPaddingMobile\":24,\"rightPaddingMobile\":24,\"paddingLink\":false,\"variationSelected\":true,\"rowGapDesktop\":0,\"isBlockRootParent\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-c763fbb3 alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/advanced-heading {\"block_id\":\"131036b2\",\"classMigrate\":true,\"headingDescToggle\":true,\"headingAlign\":\"center\",\"headingAlignMobile\":\"left\",\"subHeadingColor\":\"\",\"headSpace\":20,\"subHeadFontSize\":16,\"blockBottomPadding\":20} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-131036b2\"><h2 class=\"uagb-heading-text\">Our Inside Pictures​</h2><p class=\"uagb-desc-text\">Take a look at some pretty pictures captured in and around our premises.</p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/container {\"block_id\":\"54ea08e0\",\"directionDesktop\":\"row\",\"alignItemsDesktop\":\"flex-start\",\"topMarginDesktop\":20,\"bottomMarginDesktop\":0,\"leftMarginDesktop\":0,\"rightMarginDesktop\":0,\"marginLink\":false,\"variationSelected\":true,\"rowGapMobile\":24,\"columnGapDesktop\":24,\"columnGapTablet\":20} -->\n<div class=\"wp-block-uagb-container uagb-block-54ea08e0\"><!-- wp:uagb/container {\"block_id\":\"9fabf02b\",\"widthDesktop\":32,\"variationSelected\":true,\"rowGapDesktop\":24,\"rowGapTablet\":20,\"rowGapMobile\":24,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-9fabf02b\"><!-- wp:uagb/image {\"block_id\":\"e904c0d5\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/gallery-1.jpg\",\"id\":105,\"linkDestination\":\"none\",\"width\":388,\"height\":240,\"naturalWidth\":388,\"naturalHeight\":240,\"sizeSlug\":\"full\",\"sizeSlugTablet\":\"full\",\"sizeSlugMobile\":\"full\"} -->\n<div class=\"wp-block-uagb-image uagb-block-e904c0d5 wp-block-uagb-image--layout-default wp-block-uagb-image--effect-static wp-block-uagb-image--align-none\"><figure class=\"wp-block-uagb-image__figure\"><img srcset=\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/gallery-1.jpg \" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/gallery-1.jpg\" alt=\"\" class=\"uag-image-105\" width=\"388\" height=\"240\" title=\"\" loading=\"lazy\"/></figure></div>\n<!-- /wp:uagb/image -->\n\n<!-- wp:uagb/image {\"block_id\":\"0e522dd2\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/gallery-6.jpg\",\"id\":110,\"linkDestination\":\"none\",\"naturalWidth\":388,\"naturalHeight\":240,\"sizeSlug\":\"full\",\"sizeSlugTablet\":\"full\",\"sizeSlugMobile\":\"full\"} -->\n<div class=\"wp-block-uagb-image uagb-block-0e522dd2 wp-block-uagb-image--layout-default wp-block-uagb-image--effect-static wp-block-uagb-image--align-none\"><figure class=\"wp-block-uagb-image__figure\"><img srcset=\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/gallery-6.jpg \" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/gallery-6.jpg\" alt=\"\" class=\"uag-image-110\" width=\"\" height=\"\" title=\"\" loading=\"lazy\"/></figure></div>\n<!-- /wp:uagb/image --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"2865fcdf\",\"widthDesktop\":67,\"variationSelected\":true,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-2865fcdf\"><!-- wp:uagb/image {\"block_id\":\"72e50c1b\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/gallery-2.jpg\",\"id\":106,\"linkDestination\":\"none\",\"width\":788,\"widthTablet\":780,\"height\":504,\"heightTablet\":0,\"naturalWidth\":788,\"naturalHeight\":504,\"sizeSlug\":\"full\",\"sizeSlugTablet\":\"full\",\"sizeSlugMobile\":\"full\",\"customHeightSetDesktop\":true} -->\n<div class=\"wp-block-uagb-image uagb-block-72e50c1b wp-block-uagb-image--layout-default wp-block-uagb-image--effect-static wp-block-uagb-image--align-none\"><figure class=\"wp-block-uagb-image__figure\"><img srcset=\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/gallery-2.jpg \" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/gallery-2.jpg\" alt=\"\" class=\"uag-image-106\" width=\"788\" height=\"504\" title=\"\" loading=\"lazy\"/></figure></div>\n<!-- /wp:uagb/image --></div>\n<!-- /wp:uagb/container --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"36e13d7c\",\"directionDesktop\":\"row\",\"alignItemsDesktop\":\"flex-start\",\"topMarginDesktop\":24,\"bottomMarginDesktop\":0,\"leftMarginDesktop\":0,\"rightMarginDesktop\":0,\"topMarginTablet\":20,\"bottomMarginTablet\":0,\"leftMarginTablet\":0,\"rightMarginTablet\":0,\"topMarginMobile\":24,\"bottomMarginMobile\":0,\"leftMarginMobile\":0,\"rightMarginMobile\":0,\"marginLink\":false,\"variationSelected\":true,\"columnGapDesktop\":24,\"columnGapTablet\":20} -->\n<div class=\"wp-block-uagb-container uagb-block-36e13d7c\"><!-- wp:uagb/container {\"block_id\":\"5586b9eb\",\"widthDesktop\":67,\"variationSelected\":true,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-5586b9eb\"><!-- wp:uagb/image {\"block_id\":\"f3d819a8\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/gallery-3.jpg\",\"id\":107,\"linkDestination\":\"none\",\"width\":788,\"height\":504,\"naturalWidth\":788,\"naturalHeight\":504,\"sizeSlug\":\"full\",\"sizeSlugTablet\":\"full\",\"sizeSlugMobile\":\"full\",\"customHeightSetDesktop\":true} -->\n<div class=\"wp-block-uagb-image uagb-block-f3d819a8 wp-block-uagb-image--layout-default wp-block-uagb-image--effect-static wp-block-uagb-image--align-none\"><figure class=\"wp-block-uagb-image__figure\"><img srcset=\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/gallery-3.jpg \" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/gallery-3.jpg\" alt=\"\" class=\"uag-image-107\" width=\"788\" height=\"504\" title=\"\" loading=\"lazy\"/></figure></div>\n<!-- /wp:uagb/image --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"00e458e7\",\"widthDesktop\":32,\"variationSelected\":true,\"rowGapDesktop\":24,\"rowGapTablet\":20,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-00e458e7\"><!-- wp:uagb/image {\"block_id\":\"41ddae5d\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/gallery-5.jpg\",\"id\":109,\"linkDestination\":\"none\",\"width\":388,\"height\":240,\"naturalWidth\":388,\"naturalHeight\":240,\"sizeSlug\":\"full\",\"sizeSlugTablet\":\"full\",\"sizeSlugMobile\":\"full\"} -->\n<div class=\"wp-block-uagb-image uagb-block-41ddae5d wp-block-uagb-image--layout-default wp-block-uagb-image--effect-static wp-block-uagb-image--align-none\"><figure class=\"wp-block-uagb-image__figure\"><img srcset=\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/gallery-5.jpg \" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/gallery-5.jpg\" alt=\"\" class=\"uag-image-109\" width=\"388\" height=\"240\" title=\"\" loading=\"lazy\"/></figure></div>\n<!-- /wp:uagb/image -->\n\n<!-- wp:uagb/image {\"block_id\":\"0f72664c\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/gallery-4.jpg\",\"id\":108,\"linkDestination\":\"none\",\"naturalWidth\":388,\"naturalHeight\":240,\"sizeSlug\":\"full\",\"sizeSlugTablet\":\"full\",\"sizeSlugMobile\":\"full\"} -->\n<div class=\"wp-block-uagb-image uagb-block-0f72664c wp-block-uagb-image--layout-default wp-block-uagb-image--effect-static wp-block-uagb-image--align-none\"><figure class=\"wp-block-uagb-image__figure\"><img srcset=\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/gallery-4.jpg \" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/gallery-4.jpg\" alt=\"\" class=\"uag-image-108\" width=\"\" height=\"\" title=\"\" loading=\"lazy\"/></figure></div>\n<!-- /wp:uagb/image --></div>\n<!-- /wp:uagb/container --></div>\n<!-- /wp:uagb/container --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"ee5c2482\",\"backgroundType\":\"color\",\"backgroundSizeTablet\":\"cover\",\"backgroundSizeMobile\":\"cover\",\"backgroundColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"topPaddingDesktop\":40,\"bottomPaddingDesktop\":104,\"leftPaddingDesktop\":40,\"rightPaddingDesktop\":40,\"topPaddingTablet\":80,\"bottomPaddingTablet\":80,\"leftPaddingTablet\":40,\"rightPaddingTablet\":40,\"topPaddingMobile\":64,\"bottomPaddingMobile\":64,\"leftPaddingMobile\":24,\"rightPaddingMobile\":24,\"paddingLink\":false,\"variationSelected\":true,\"rowGapDesktop\":0,\"isBlockRootParent\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-ee5c2482 alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/advanced-heading {\"block_id\":\"4905a9bf\",\"classMigrate\":true,\"headingDescToggle\":true,\"headingAlign\":\"center\",\"headingAlignMobile\":\"left\",\"subHeadingColor\":\"\",\"headSpace\":20,\"subHeadFontSize\":16,\"blockBottomPadding\":20} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-4905a9bf\"><h2 class=\"uagb-heading-text\">What Our Guests Say​</h2><p class=\"uagb-desc-text\">We take pride in serving our guests with the best experience. Read what they say.</p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/container {\"block_id\":\"2031ce18\",\"directionDesktop\":\"row\",\"topMarginDesktop\":40,\"bottomMarginDesktop\":0,\"leftMarginDesktop\":0,\"rightMarginDesktop\":0,\"marginLink\":false,\"variationSelected\":true,\"rowGapMobile\":40,\"columnGapDesktop\":90} -->\n<div class=\"wp-block-uagb-container uagb-block-2031ce18\"><!-- wp:uagb/container {\"block_id\":\"193a5a97\",\"widthDesktop\":50,\"variationSelected\":true,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-193a5a97\"><!-- wp:uagb/star-rating {\"block_id\":\"0fc1f812\",\"rating\":4.5,\"color\":\"var(\\u002d\\u002dast-global-color-2)\"} -->\n<div class=\"wp-block-uagb-star-rating uagb-block-0fc1f812\"><div class=\"uag-star-rating\" title=\"4.5/5\"><span class=\"uag-star\">★</span><span class=\"uag-star\">★</span><span class=\"uag-star\">★</span><span class=\"uag-star\">★</span><span class=\"uag-star\">★</span></div></div>\n<!-- /wp:uagb/star-rating -->\n\n<!-- wp:uagb/testimonial {\"test_item_count\":1,\"classMigrate\":true,\"test_block\":[{\"description\":\"\\u0022Proin nulla mauris et volutpat adipiscing suspendisse vehicula blandit sagittis orci etiam morbi elit etiam semper eu lacus pretium hac nisl leo amet ullamcorper.\\u0022​\",\"name\":\"\\u003cstrong\\u003eEMILY HUNT​\\u003c/strong\\u003e\",\"company\":\"\",\"image\":{\"id\":119,\"title\":\"testimonial1\",\"filename\":\"testimonial1.jpg\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/testimonial1.jpg\",\"link\":\"https://blueroan.netgen.cloud/testimonial1/\",\"alt\":\"\",\"author\":\"34\",\"description\":\"\",\"caption\":\"\",\"name\":\"testimonial1\",\"status\":\"inherit\",\"uploadedTo\":0,\"date\":\"2021-05-11T05:02:02.000Z\",\"modified\":\"2021-05-11T05:02:02.000Z\",\"menuOrder\":0,\"mime\":\"image/jpeg\",\"type\":\"image\",\"subtype\":\"jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/default.png\",\"dateFormatted\":\"May 11, 2021\",\"nonces\":{\"update\":\"b92fe40c3d\",\"delete\":\"643c1eb8f1\",\"edit\":\"d3e7d56b1d\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=119\\u0026action=edit\",\"meta\":false,\"authorName\":\"Rishabh\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/user-edit.php?user_id=34\",\"filesizeInBytes\":11264,\"filesizeHumanReadable\":\"11 KB\",\"context\":\"\",\"height\":250,\"width\":250,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/testimonial1-150x150.jpg\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/testimonial1.jpg\",\"height\":250,\"width\":250,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}}}],\"headingAlign\":\"left\",\"headingAlignTablet\":\"left\",\"headingAlignMobile\":\"left\",\"descColor\":\"var(\\u002d\\u002dast-global-color-3)\",\"nameFontSize\":14,\"nameLineHeight\":1,\"descFontSize\":16,\"descFontWeight\":\"600\",\"nameSpace\":1,\"block_id\":\"32aa3dd3\",\"iconImage\":{\"url\":\"\",\"alt\":\"InfoBox placeholder img\"},\"imageWidth\":32,\"columnGap\":1,\"borderStyle\":\"\",\"paddingTop\":0,\"paddingBottom\":0,\"paddingLeft\":0,\"paddingRight\":0,\"spacingLink\":true,\"imgpaddingTop\":0,\"imgpaddingRight\":15,\"imgpaddingBottom\":0,\"imgpaddingLeft\":0,\"overallBorderStyle\":\"none\",\"imgTagHeight\":32,\"imgTagWidth\":150} -->\n<div class=\"wp-block-uagb-testimonial uagb-slick-carousel uagb-tm__arrow-outside uagb-block-32aa3dd3 uagb-post__carousel_notset uagb-post__carousel_notset-tablet uagb-post__carousel_notset-mobile\"><div class=\"is-carousel uagb-tm__columns-1 uagb-tm__items\"><div class=\"uagb-testimonial__wrap  uagb-tm__imgicon-style-circle uagb-tm__image-position-bottom uagb-tm__bg-type-none \"><div class=\"uagb-tm__content\"><div class=\"uagb-tm__overlay\"></div><div class=\"uagb-tm__text-wrap\"><div class=\"uagb-tm__desc\">\"Proin nulla mauris et volutpat adipiscing suspendisse vehicula blandit sagittis orci etiam morbi elit etiam semper eu lacus pretium hac nisl leo amet ullamcorper.\"​</div><div class=\"uagb-tm__meta-inner\"><div class=\"uagb-tm__image-content\"><div class=\"uagb-tm__image\"><img class=\"uagb-tm-img-src\" src=\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/testimonial1-150x150.jpg\" alt=\"\" width=\"32\" height=\"32\" loading=\"lazy\"/></div></div><div class=\"uagb-testimonial-details\"><span class=\"uagb-tm__author-name\"><strong>EMILY HUNT​</strong></span><span class=\"uagb-tm__company\"></span></div></div></div></div></div></div></div>\n<!-- /wp:uagb/testimonial -->\n\n<!-- wp:uagb/star-rating {\"block_id\":\"af02f64d\",\"rating\":4.5,\"color\":\"var(\\u002d\\u002dast-global-color-2)\",\"blockTopMargin\":30,\"blockRightMargin\":0,\"blockLeftMargin\":0,\"blockBottomMargin\":0,\"blockTopMarginMobile\":20,\"blockRightMarginMobile\":0,\"blockLeftMarginMobile\":0,\"blockBottomMarginMobile\":0} -->\n<div class=\"wp-block-uagb-star-rating uagb-block-af02f64d\"><div class=\"uag-star-rating\" title=\"4.5/5\"><span class=\"uag-star\">★</span><span class=\"uag-star\">★</span><span class=\"uag-star\">★</span><span class=\"uag-star\">★</span><span class=\"uag-star\">★</span></div></div>\n<!-- /wp:uagb/star-rating -->\n\n<!-- wp:uagb/testimonial {\"test_item_count\":1,\"classMigrate\":true,\"test_block\":[{\"description\":\"\\u0022Proin nulla mauris et volutpat adipiscing suspendisse vehicula blandit sagittis orci etiam morbi elit etiam semper eu lacus pretium hac nisl leo amet ullamcorper.\\u0022​\",\"name\":\"\\u003cstrong\\u003e\\u003cstrong\\u003eJULIE ROBINSON​\\u003c/strong\\u003e\\u003c/strong\\u003e\",\"company\":\"\",\"image\":{\"id\":122,\"title\":\"testimonial4\",\"filename\":\"testimonial4.jpg\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/testimonial4.jpg\",\"link\":\"https://blueroan.netgen.cloud/testimonial4/\",\"alt\":\"\",\"author\":\"34\",\"description\":\"\",\"caption\":\"\",\"name\":\"testimonial4\",\"status\":\"inherit\",\"uploadedTo\":0,\"date\":\"2021-05-11T05:02:06.000Z\",\"modified\":\"2021-05-11T05:02:06.000Z\",\"menuOrder\":0,\"mime\":\"image/jpeg\",\"type\":\"image\",\"subtype\":\"jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/default.png\",\"dateFormatted\":\"May 11, 2021\",\"nonces\":{\"update\":\"4e34860add\",\"delete\":\"9e126a55cd\",\"edit\":\"33ffd3c040\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=122\\u0026action=edit\",\"meta\":false,\"authorName\":\"Rishabh\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/user-edit.php?user_id=34\",\"filesizeInBytes\":16584,\"filesizeHumanReadable\":\"16 KB\",\"context\":\"\",\"height\":250,\"width\":250,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/testimonial4-150x150.jpg\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/testimonial4.jpg\",\"height\":250,\"width\":250,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}}}],\"headingAlign\":\"left\",\"headingAlignTablet\":\"left\",\"headingAlignMobile\":\"left\",\"descColor\":\"var(\\u002d\\u002dast-global-color-3)\",\"nameFontSize\":14,\"nameLineHeight\":1,\"descFontSize\":16,\"descFontWeight\":\"600\",\"nameSpace\":1,\"block_id\":\"9822a971\",\"iconImage\":{\"url\":\"\",\"alt\":\"InfoBox placeholder img\"},\"imageWidth\":32,\"columnGap\":1,\"borderStyle\":\"\",\"paddingTop\":0,\"paddingBottom\":0,\"paddingLeft\":0,\"paddingRight\":0,\"spacingLink\":true,\"imgpaddingTop\":0,\"imgpaddingRight\":15,\"imgpaddingBottom\":0,\"imgpaddingLeft\":0,\"overallBorderStyle\":\"none\",\"imgTagHeight\":32,\"imgTagWidth\":150} -->\n<div class=\"wp-block-uagb-testimonial uagb-slick-carousel uagb-tm__arrow-outside uagb-block-9822a971 uagb-post__carousel_notset uagb-post__carousel_notset-tablet uagb-post__carousel_notset-mobile\"><div class=\"is-carousel uagb-tm__columns-1 uagb-tm__items\"><div class=\"uagb-testimonial__wrap  uagb-tm__imgicon-style-circle uagb-tm__image-position-bottom uagb-tm__bg-type-none \"><div class=\"uagb-tm__content\"><div class=\"uagb-tm__overlay\"></div><div class=\"uagb-tm__text-wrap\"><div class=\"uagb-tm__desc\">\"Proin nulla mauris et volutpat adipiscing suspendisse vehicula blandit sagittis orci etiam morbi elit etiam semper eu lacus pretium hac nisl leo amet ullamcorper.\"​</div><div class=\"uagb-tm__meta-inner\"><div class=\"uagb-tm__image-content\"><div class=\"uagb-tm__image\"><img class=\"uagb-tm-img-src\" src=\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/testimonial4-150x150.jpg\" alt=\"\" width=\"32\" height=\"32\" loading=\"lazy\"/></div></div><div class=\"uagb-testimonial-details\"><span class=\"uagb-tm__author-name\"><strong><strong>JULIE ROBINSON​</strong></strong></span><span class=\"uagb-tm__company\"></span></div></div></div></div></div></div></div>\n<!-- /wp:uagb/testimonial --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"ec9badb8\",\"widthDesktop\":50,\"variationSelected\":true,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-ec9badb8\"><!-- wp:uagb/star-rating {\"block_id\":\"4d6d5746\",\"rating\":4.5,\"color\":\"var(\\u002d\\u002dast-global-color-2)\"} -->\n<div class=\"wp-block-uagb-star-rating uagb-block-4d6d5746\"><div class=\"uag-star-rating\" title=\"4.5/5\"><span class=\"uag-star\">★</span><span class=\"uag-star\">★</span><span class=\"uag-star\">★</span><span class=\"uag-star\">★</span><span class=\"uag-star\">★</span></div></div>\n<!-- /wp:uagb/star-rating -->\n\n<!-- wp:uagb/testimonial {\"test_item_count\":1,\"classMigrate\":true,\"test_block\":[{\"description\":\"\\u0022Proin nulla mauris et volutpat adipiscing suspendisse vehicula blandit sagittis orci etiam morbi elit etiam semper eu lacus pretium hac nisl leo amet ullamcorper.\\u0022​\",\"name\":\"\\u003cstrong\\u003e\\u003cstrong\\u003eMORGAN JONATHAN​\\u003c/strong\\u003e\\u003c/strong\\u003e\",\"company\":\"\",\"image\":{\"id\":120,\"title\":\"testimonial2\",\"filename\":\"testimonial2.jpg\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/testimonial2.jpg\",\"link\":\"https://blueroan.netgen.cloud/testimonial2/\",\"alt\":\"\",\"author\":\"34\",\"description\":\"\",\"caption\":\"\",\"name\":\"testimonial2\",\"status\":\"inherit\",\"uploadedTo\":0,\"date\":\"2021-05-11T05:02:03.000Z\",\"modified\":\"2021-05-11T05:02:03.000Z\",\"menuOrder\":0,\"mime\":\"image/jpeg\",\"type\":\"image\",\"subtype\":\"jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/default.png\",\"dateFormatted\":\"May 11, 2021\",\"nonces\":{\"update\":\"1ee6412858\",\"delete\":\"4414a2ccbf\",\"edit\":\"bde7b1f490\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=120\\u0026action=edit\",\"meta\":false,\"authorName\":\"Rishabh\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/user-edit.php?user_id=34\",\"filesizeInBytes\":10087,\"filesizeHumanReadable\":\"10 KB\",\"context\":\"\",\"height\":250,\"width\":250,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/testimonial2-150x150.jpg\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/testimonial2.jpg\",\"height\":250,\"width\":250,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}}}],\"headingAlign\":\"left\",\"headingAlignTablet\":\"left\",\"headingAlignMobile\":\"left\",\"descColor\":\"var(\\u002d\\u002dast-global-color-3)\",\"nameFontSize\":14,\"nameLineHeight\":1,\"descFontSize\":16,\"descFontWeight\":\"600\",\"nameSpace\":1,\"block_id\":\"1289b8ca\",\"iconImage\":{\"url\":\"\",\"alt\":\"InfoBox placeholder img\"},\"imageWidth\":32,\"columnGap\":1,\"borderStyle\":\"\",\"paddingTop\":0,\"paddingBottom\":0,\"paddingLeft\":0,\"paddingRight\":0,\"spacingLink\":true,\"imgpaddingTop\":0,\"imgpaddingRight\":15,\"imgpaddingBottom\":0,\"imgpaddingLeft\":0,\"overallBorderStyle\":\"none\",\"imgTagHeight\":32,\"imgTagWidth\":150} -->\n<div class=\"wp-block-uagb-testimonial uagb-slick-carousel uagb-tm__arrow-outside uagb-block-1289b8ca uagb-post__carousel_notset uagb-post__carousel_notset-tablet uagb-post__carousel_notset-mobile\"><div class=\"is-carousel uagb-tm__columns-1 uagb-tm__items\"><div class=\"uagb-testimonial__wrap  uagb-tm__imgicon-style-circle uagb-tm__image-position-bottom uagb-tm__bg-type-none \"><div class=\"uagb-tm__content\"><div class=\"uagb-tm__overlay\"></div><div class=\"uagb-tm__text-wrap\"><div class=\"uagb-tm__desc\">\"Proin nulla mauris et volutpat adipiscing suspendisse vehicula blandit sagittis orci etiam morbi elit etiam semper eu lacus pretium hac nisl leo amet ullamcorper.\"​</div><div class=\"uagb-tm__meta-inner\"><div class=\"uagb-tm__image-content\"><div class=\"uagb-tm__image\"><img class=\"uagb-tm-img-src\" src=\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/testimonial2-150x150.jpg\" alt=\"\" width=\"32\" height=\"32\" loading=\"lazy\"/></div></div><div class=\"uagb-testimonial-details\"><span class=\"uagb-tm__author-name\"><strong><strong>MORGAN JONATHAN​</strong></strong></span><span class=\"uagb-tm__company\"></span></div></div></div></div></div></div></div>\n<!-- /wp:uagb/testimonial -->\n\n<!-- wp:uagb/star-rating {\"block_id\":\"b4af6bd0\",\"rating\":4.5,\"color\":\"var(\\u002d\\u002dast-global-color-2)\",\"blockTopMargin\":30,\"blockRightMargin\":0,\"blockLeftMargin\":0,\"blockBottomMargin\":0,\"blockTopMarginMobile\":20,\"blockRightMarginMobile\":0,\"blockLeftMarginMobile\":0,\"blockBottomMarginMobile\":0} -->\n<div class=\"wp-block-uagb-star-rating uagb-block-b4af6bd0\"><div class=\"uag-star-rating\" title=\"4.5/5\"><span class=\"uag-star\">★</span><span class=\"uag-star\">★</span><span class=\"uag-star\">★</span><span class=\"uag-star\">★</span><span class=\"uag-star\">★</span></div></div>\n<!-- /wp:uagb/star-rating -->\n\n<!-- wp:uagb/testimonial {\"test_item_count\":1,\"classMigrate\":true,\"test_block\":[{\"description\":\"\\u0022Proin nulla mauris et volutpat adipiscing suspendisse vehicula blandit sagittis orci etiam morbi elit etiam semper eu lacus pretium hac nisl leo amet ullamcorper.\\u0022​\",\"name\":\"\\u003cstrong\\u003e\\u003cstrong\\u003e\\u003cstrong\\u003eJAMES BROOK​\\u003c/strong\\u003e\\u003c/strong\\u003e\\u003c/strong\\u003e\",\"company\":\"\",\"image\":{\"id\":121,\"title\":\"testimonial3\",\"filename\":\"testimonial3.jpg\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/testimonial3.jpg\",\"link\":\"https://blueroan.netgen.cloud/testimonial3/\",\"alt\":\"\",\"author\":\"34\",\"description\":\"\",\"caption\":\"\",\"name\":\"testimonial3\",\"status\":\"inherit\",\"uploadedTo\":0,\"date\":\"2021-05-11T05:02:05.000Z\",\"modified\":\"2021-05-11T05:02:05.000Z\",\"menuOrder\":0,\"mime\":\"image/jpeg\",\"type\":\"image\",\"subtype\":\"jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/default.png\",\"dateFormatted\":\"May 11, 2021\",\"nonces\":{\"update\":\"290653da5d\",\"delete\":\"90a4fb2d63\",\"edit\":\"ff8a64e56e\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=121\\u0026action=edit\",\"meta\":false,\"authorName\":\"Rishabh\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/user-edit.php?user_id=34\",\"filesizeInBytes\":8748,\"filesizeHumanReadable\":\"9 KB\",\"context\":\"\",\"height\":250,\"width\":250,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/testimonial3-150x150.jpg\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/testimonial3.jpg\",\"height\":250,\"width\":250,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}}}],\"headingAlign\":\"left\",\"headingAlignTablet\":\"left\",\"headingAlignMobile\":\"left\",\"descColor\":\"var(\\u002d\\u002dast-global-color-3)\",\"nameFontSize\":14,\"nameLineHeight\":1,\"descFontSize\":16,\"descFontWeight\":\"600\",\"nameSpace\":1,\"block_id\":\"09ed2103\",\"iconImage\":{\"url\":\"\",\"alt\":\"InfoBox placeholder img\"},\"imageWidth\":32,\"columnGap\":1,\"borderStyle\":\"\",\"paddingTop\":0,\"paddingBottom\":0,\"paddingLeft\":0,\"paddingRight\":0,\"spacingLink\":true,\"imgpaddingTop\":0,\"imgpaddingRight\":15,\"imgpaddingBottom\":0,\"imgpaddingLeft\":0,\"overallBorderStyle\":\"none\",\"imgTagHeight\":32,\"imgTagWidth\":150} -->\n<div class=\"wp-block-uagb-testimonial uagb-slick-carousel uagb-tm__arrow-outside uagb-block-09ed2103 uagb-post__carousel_notset uagb-post__carousel_notset-tablet uagb-post__carousel_notset-mobile\"><div class=\"is-carousel uagb-tm__columns-1 uagb-tm__items\"><div class=\"uagb-testimonial__wrap  uagb-tm__imgicon-style-circle uagb-tm__image-position-bottom uagb-tm__bg-type-none \"><div class=\"uagb-tm__content\"><div class=\"uagb-tm__overlay\"></div><div class=\"uagb-tm__text-wrap\"><div class=\"uagb-tm__desc\">\"Proin nulla mauris et volutpat adipiscing suspendisse vehicula blandit sagittis orci etiam morbi elit etiam semper eu lacus pretium hac nisl leo amet ullamcorper.\"​</div><div class=\"uagb-tm__meta-inner\"><div class=\"uagb-tm__image-content\"><div class=\"uagb-tm__image\"><img class=\"uagb-tm-img-src\" src=\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/testimonial3-150x150.jpg\" alt=\"\" width=\"32\" height=\"32\" loading=\"lazy\"/></div></div><div class=\"uagb-testimonial-details\"><span class=\"uagb-tm__author-name\"><strong><strong><strong>JAMES BROOK​</strong></strong></strong></span><span class=\"uagb-tm__company\"></span></div></div></div></div></div></div></div>\n<!-- /wp:uagb/testimonial --></div>\n<!-- /wp:uagb/container --></div>\n<!-- /wp:uagb/container --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"1596826d\",\"innerContentCustomWidthDesktop\":781,\"innerContentCustomWidthTablet\":781,\"backgroundType\":\"image\",\"backgroundImageDesktop\":{\"id\":54,\"title\":\"background-img\",\"filename\":\"background-img-1.jpg\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/background-img-1.jpg\",\"link\":\"https://blueroan.netgen.cloud/background-img-2/\",\"alt\":\"\",\"author\":\"34\",\"description\":\"\",\"caption\":\"\",\"name\":\"background-img-2\",\"status\":\"inherit\",\"uploadedTo\":0,\"date\":\"2021-05-07T10:11:37.000Z\",\"modified\":\"2021-05-07T10:11:37.000Z\",\"menuOrder\":0,\"mime\":\"image/jpeg\",\"type\":\"image\",\"subtype\":\"jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/default.png\",\"dateFormatted\":\"May 7, 2021\",\"nonces\":{\"update\":\"bb999636b9\",\"delete\":\"d2e1375bc4\",\"edit\":\"005dd2f0c9\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=54\\u0026action=edit\",\"meta\":false,\"authorName\":\"Rishabh\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/user-edit.php?user_id=34\",\"filesizeInBytes\":338858,\"filesizeHumanReadable\":\"331 KB\",\"context\":\"\",\"height\":1080,\"width\":1920,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/background-img-1-150x150.jpg\",\"orientation\":\"landscape\"},\"medium\":{\"height\":169,\"width\":300,\"url\":\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/background-img-1-300x169.jpg\",\"orientation\":\"landscape\"},\"large\":{\"height\":576,\"width\":1024,\"url\":\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/background-img-1-1024x576.jpg\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/background-img-1.jpg\",\"height\":1080,\"width\":1920,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"backgroundImageColor\":\"rgba(42,42,42,0.65)\",\"topPaddingDesktop\":144,\"bottomPaddingDesktop\":144,\"leftPaddingDesktop\":40,\"rightPaddingDesktop\":40,\"topPaddingTablet\":80,\"bottomPaddingTablet\":80,\"leftPaddingTablet\":40,\"rightPaddingTablet\":40,\"topPaddingMobile\":64,\"bottomPaddingMobile\":64,\"leftPaddingMobile\":24,\"rightPaddingMobile\":24,\"paddingLink\":false,\"variationSelected\":true,\"isBlockRootParent\":true,\"overlayType\":\"color\"} -->\n<div class=\"wp-block-uagb-container uagb-block-1596826d alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/advanced-heading {\"block_id\":\"71585210\",\"classMigrate\":true,\"headingDescToggle\":true,\"headingAlign\":\"center\",\"headingColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"subHeadingColor\":\"var(\\u002d\\u002dast-global-color-4)\",\"headSpace\":20} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-71585210\"><h2 class=\"uagb-heading-text\">Plan an Unforgettable Experience in Mykonos Today!</h2><p class=\"uagb-desc-text\">We can help you fit your stay and experience within your allotted budget.</p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/advanced-heading {\"block_id\":\"16a66879\",\"classMigrate\":true,\"headingTitleToggle\":false,\"headingDescToggle\":true,\"headingAlign\":\"center\",\"subHeadingColor\":\"var(\\u002d\\u002dast-global-color-4)\",\"subHeadTransform\":\"uppercase\",\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"subHeadLetterSpacing\":2,\"blockTopPadding\":60,\"blockRightPadding\":0,\"blockLeftPadding\":0,\"blockBottomPadding\":0,\"blockTopPaddingMobile\":30,\"blockRightPaddingMobile\":0,\"blockLeftPaddingMobile\":0,\"blockBottomPaddingMobile\":0} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-16a66879\"><p class=\"uagb-desc-text\">BOOK YOUR STAY NOW​</p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/icon-list {\"block_id\":\"70823111\",\"classMigrate\":true,\"childMigrate\":true,\"align\":\"center\",\"parentIcon\":\"phone\",\"size\":40,\"sizeMobile\":24,\"sizeTablet\":32,\"fontSize\":48,\"fontSizeMobile\":28,\"fontSizeTablet\":40,\"fontWeight\":\"600\",\"iconColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"labelColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"blockTopPadding\":0,\"blockRightPadding\":0,\"blockLeftPadding\":0,\"blockBottomPadding\":24,\"blockPaddingLink\":false} -->\n<div class=\"wp-block-uagb-icon-list uagb-block-70823111\"><div class=\"uagb-icon-list__wrap\"><!-- wp:uagb/icon-list-child {\"block_id\":\"c8ac7fd5\",\"label\":\"+1-123 456 7890​\",\"label_color\":\"\",\"fromParentIcon\":\"phone\",\"imageSizeChild\":40} -->\n<div class=\"wp-block-uagb-icon-list-child uagb-block-c8ac7fd5\"><span class=\"uagb-icon-list__source-wrap\"><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M511.2 387l-23.25 100.8c-3.266 14.25-15.79 24.22-30.46 24.22C205.2 512 0 306.8 0 54.5c0-14.66 9.969-27.2 24.22-30.45l100.8-23.25C139.7-2.602 154.7 5.018 160.8 18.92l46.52 108.5c5.438 12.78 1.77 27.67-8.98 36.45L144.5 207.1c33.98 69.22 90.26 125.5 159.5 159.5l44.08-53.8c8.688-10.78 23.69-14.51 36.47-8.975l108.5 46.51C506.1 357.2 514.6 372.4 511.2 387z\"></path></svg></span><span class=\"uagb-icon-list__label\">+1-123 456 7890​</span></div>\n<!-- /wp:uagb/icon-list-child --></div></div>\n<!-- /wp:uagb/icon-list --></div></div>\n<!-- /wp:uagb/container -->',	'Home',	'',	'inherit',	'closed',	'closed',	'',	'760-revision-v1',	'',	'',	'2022-12-13 09:37:43',	'2022-12-13 09:37:43',	'',	760,	'https://blueroan.netgen.cloud/?p=800',	0,	'revision',	'',	0),
(801,	2,	'2022-12-13 09:39:04',	'2022-12-13 09:39:04',	'<!-- wp:uagb/container {\"block_id\":\"2cb0c6d4\",\"minHeightDesktop\":95,\"minHeightTablet\":70,\"minHeightMobile\":80,\"minHeightType\":\"vh\",\"alignItemsDesktop\":\"flex-start\",\"backgroundType\":\"image\",\"backgroundImageDesktop\":{\"uploading\":false,\"date\":1670921854000,\"filename\":\"Blue-Roan-pool.jpg\",\"menuOrder\":0,\"uploadedTo\":760,\"type\":\"image\",\"subtype\":\"jpeg\",\"id\":784,\"title\":\"Blue Roan - pool\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Blue-Roan-pool.jpg\",\"link\":\"https://blueroan.netgen.cloud/home/blue-roan-pool/\",\"alt\":\"\",\"author\":\"2\",\"description\":\"\",\"caption\":\"\",\"name\":\"blue-roan-pool\",\"status\":\"inherit\",\"modified\":1670921854000,\"mime\":\"image/jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-includes/images/media/default.png\",\"dateFormatted\":\"December 13, 2022\",\"nonces\":{\"update\":\"51a12ed09e\",\"delete\":\"5174068551\",\"edit\":\"1de0721407\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=784\\u0026action=edit\",\"meta\":false,\"authorName\":\"Netgen Support\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/profile.php\",\"uploadedToTitle\":\"Home\",\"uploadedToLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=760\\u0026action=edit\",\"filesizeInBytes\":154801,\"filesizeHumanReadable\":\"151 KB\",\"context\":\"\",\"height\":667,\"width\":1000,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Blue-Roan-pool-150x150.jpg\",\"orientation\":\"landscape\"},\"medium\":{\"height\":200,\"width\":300,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Blue-Roan-pool-300x200.jpg\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Blue-Roan-pool.jpg\",\"height\":667,\"width\":1000,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"backgroundPositionDesktop\":{\"x\":0.5,\"y\":0.25},\"backgroundImageColor\":\"rgba(42,42,42,0.35)\",\"topPaddingDesktop\":0,\"bottomPaddingDesktop\":0,\"leftPaddingDesktop\":40,\"rightPaddingDesktop\":40,\"topPaddingTablet\":120,\"bottomPaddingTablet\":120,\"leftPaddingTablet\":40,\"rightPaddingTablet\":40,\"topPaddingMobile\":150,\"bottomPaddingMobile\":150,\"leftPaddingMobile\":20,\"rightPaddingMobile\":20,\"paddingLink\":false,\"variationSelected\":true,\"isBlockRootParent\":true,\"overlayType\":\"color\",\"minHeightTypeTablet\":\"vh\",\"minHeightTypeMobile\":\"vh\"} -->\n<div class=\"wp-block-uagb-container uagb-block-2cb0c6d4 alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/info-box {\"classMigrate\":true,\"headingAlign\":\"left\",\"headingColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"subHeadingColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"headingTag\":\"h1\",\"subHeadFontSize\":17,\"subHeadFontSizeMobile\":15,\"headSpace\":20,\"subHeadSpace\":40,\"block_id\":\"45a0edf6\",\"ctaIcon\":\"\",\"ctaType\":\"button\",\"ctaText\":\"Book Your Stay Now\",\"ctaLink\":\"#\",\"ctaBtnLinkColor\":\"var(\\u002d\\u002dast-global-color-2)\",\"ctaLinkHoverColor\":\"var(\\u002d\\u002dast-global-color-2)\",\"ctaBgColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"ctaBgHoverColor\":\"var(\\u002d\\u002dast-global-color-4)\",\"ctaBorderColor\":\"\",\"ctaBorderStyle\":\"\",\"ctaBorderWidth\":\"\",\"ctaBorderRadius\":\"\",\"iconImage\":{\"url\":\"\",\"alt\":\"InfoBox placeholder img\"},\"showIcon\":false,\"paddingBtnTop\":18,\"paddingBtnBottom\":18,\"paddingBtnLeft\":34,\"paddingBtnRight\":34,\"blockTopPadding\":0,\"blockRightPadding\":40,\"blockLeftPadding\":0,\"blockBottomPadding\":0,\"blockTopPaddingTablet\":0,\"blockRightPaddingTablet\":64,\"blockLeftPaddingTablet\":0,\"blockBottomPaddingTablet\":0,\"blockTopPaddingMobile\":0,\"blockRightPaddingMobile\":0,\"blockLeftPaddingMobile\":0,\"blockBottomPaddingMobile\":0,\"blockPaddingUnit\":\"%\",\"blockPaddingLink\":false,\"subHeadMarginTopTablet\":0,\"subHeadMarginRightTablet\":64,\"subHeadTabletSpace\":40,\"subHeadMarginLeftTablet\":0,\"subHeadMarginTopMobile\":0,\"subHeadMarginRightMobile\":0,\"subHeadMobileSpace\":40,\"subHeadMarginLeftMobile\":0,\"btnBorderTopWidth\":1,\"btnBorderLeftWidth\":1,\"btnBorderRightWidth\":1,\"btnBorderBottomWidth\":1,\"btnBorderTopLeftRadius\":0,\"btnBorderTopRightRadius\":0,\"btnBorderBottomLeftRadius\":0,\"btnBorderBottomRightRadius\":0,\"btnBorderStyle\":\"none\",\"btnBorderColor\":\"#333\"} -->\n<div class=\"wp-block-uagb-info-box uagb-block-45a0edf6 uagb-infobox__content-wrap  uagb-infobox-icon-above-title uagb-infobox-image-valign-top\"><div class=\"uagb-ifb-content\"><div class=\"uagb-ifb-title-wrap\"><h1 class=\"uagb-ifb-title\"><strong>Magaliesburg pet friendly self-catering accommodation</strong></h1></div><p class=\"uagb-ifb-desc\">Romantic pet-friendly self-catering accommodation in Magaliesburg, Gauteng.</p><div class=\"uagb-ifb-button-wrapper wp-block-button\"><a href=\"#\" class=\"uagb-infobox-cta-link wp-block-button__link\" target=\"_self\" rel=\"noopener noreferrer\" alt=\"\"><span class=\"uagb-inline-editing\">Book Your Stay Now</span></a></div></div></div>\n<!-- /wp:uagb/info-box --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"fdc39a30\",\"directionDesktop\":\"row\",\"directionMobile\":\"column-reverse\",\"alignItemsDesktop\":\"flex-start\",\"backgroundType\":\"color\",\"backgroundSizeTablet\":\"cover\",\"backgroundSizeMobile\":\"cover\",\"backgroundColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"topPaddingDesktop\":0,\"bottomPaddingDesktop\":0,\"topPaddingTablet\":80,\"bottomPaddingTablet\":80,\"leftPaddingTablet\":40,\"rightPaddingTablet\":40,\"topPaddingMobile\":64,\"bottomPaddingMobile\":64,\"leftPaddingMobile\":24,\"rightPaddingMobile\":24,\"paddingLink\":false,\"variationSelected\":true,\"rowGapDesktop\":0,\"columnGapDesktop\":0,\"columnGapTablet\":50,\"isBlockRootParent\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-fdc39a30 alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:image {\"align\":\"center\",\"id\":794,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image aligncenter size-full\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/210-2108726_too-great-for-us-tourism-grading-council-of-south-5.png\" alt=\"\" class=\"wp-image-794\"/></figure>\n<!-- /wp:image --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"48a3905e\",\"directionDesktop\":\"row\",\"directionMobile\":\"column-reverse\",\"alignItemsDesktop\":\"flex-start\",\"backgroundType\":\"color\",\"backgroundSizeTablet\":\"cover\",\"backgroundSizeMobile\":\"cover\",\"backgroundColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"topPaddingDesktop\":104,\"bottomPaddingDesktop\":104,\"topPaddingTablet\":80,\"bottomPaddingTablet\":80,\"leftPaddingTablet\":40,\"rightPaddingTablet\":40,\"topPaddingMobile\":64,\"bottomPaddingMobile\":64,\"leftPaddingMobile\":24,\"rightPaddingMobile\":24,\"paddingLink\":false,\"variationSelected\":true,\"columnGapDesktop\":60,\"columnGapTablet\":50,\"isBlockRootParent\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-48a3905e alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/container {\"block_id\":\"f42baa22\",\"widthDesktop\":50,\"variationSelected\":true,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-f42baa22\"><!-- wp:uagb/info-box {\"classMigrate\":true,\"headingAlign\":\"left\",\"subHeadingColor\":\"\",\"subHeadFontSize\":16,\"subHeadFontSizeTablet\":16,\"subHeadFontSizeMobile\":15,\"subHeadSpace\":40,\"source_type\":\"image\",\"block_id\":\"0a67bbfd\",\"ctaType\":\"button\",\"ctaText\":\"Know More\",\"ctaBtnLinkColor\":\"\",\"ctaBgColor\":\"\",\"ctaBorderColor\":\"\",\"ctaBorderStyle\":\"\",\"ctaBorderWidth\":\"\",\"ctaBorderRadius\":\"\",\"iconBottomMargin\":40,\"iconImage\":{\"uploading\":false,\"date\":1670924230000,\"filename\":\"blue-roan-guest-farm-13.jpg\",\"menuOrder\":0,\"uploadedTo\":760,\"type\":\"image\",\"subtype\":\"jpeg\",\"id\":797,\"title\":\"blue-roan-guest-farm (13)\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-13.jpg\",\"link\":\"https://blueroan.netgen.cloud/home/blue-roan-guest-farm-13/\",\"alt\":\"\",\"author\":\"2\",\"description\":\"\",\"caption\":\"\",\"name\":\"blue-roan-guest-farm-13\",\"status\":\"inherit\",\"modified\":1670924230000,\"mime\":\"image/jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-includes/images/media/default.png\",\"dateFormatted\":\"December 13, 2022\",\"nonces\":{\"update\":\"46afd12e5c\",\"delete\":\"03dbfb32cd\",\"edit\":\"2bed0c26fe\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=797\\u0026action=edit\",\"meta\":false,\"authorName\":\"Netgen Support\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/profile.php\",\"uploadedToTitle\":\"Home\",\"uploadedToLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=760\\u0026action=edit\",\"filesizeInBytes\":201183,\"filesizeHumanReadable\":\"196 KB\",\"context\":\"\",\"height\":667,\"width\":1000,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-13-150x150.jpg\",\"orientation\":\"landscape\"},\"medium\":{\"height\":200,\"width\":300,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-13-300x200.jpg\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-13.jpg\",\"height\":667,\"width\":1000,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"imageSize\":\"full\",\"imageWidth\":100,\"imageWidthMobile\":100,\"imageWidthTablet\":100,\"showTitle\":false,\"paddingBtnTop\":18,\"paddingBtnBottom\":18,\"paddingBtnLeft\":34,\"paddingBtnRight\":34,\"imageWidthUnit\":\"%\",\"imageWidthUnitTablet\":\"%\",\"imageWidthUnitMobile\":\"%\",\"subHeadTopMargin\":0,\"subHeadRightMargin\":48,\"subHeadLeftMargin\":0,\"subHeadMarginTopTablet\":0,\"subHeadMarginRightTablet\":0,\"subHeadTabletSpace\":40,\"subHeadMarginLeftTablet\":0,\"imgTagHeight\":66,\"imgTagWidth\":1000,\"btnBorderTopWidth\":1,\"btnBorderLeftWidth\":1,\"btnBorderRightWidth\":1,\"btnBorderBottomWidth\":1,\"btnBorderTopLeftRadius\":0,\"btnBorderTopRightRadius\":0,\"btnBorderBottomLeftRadius\":0,\"btnBorderBottomRightRadius\":0,\"btnBorderStyle\":\"solid\",\"btnBorderColor\":\"#333\"} -->\n<div class=\"wp-block-uagb-info-box uagb-block-0a67bbfd uagb-infobox__content-wrap  uagb-infobox-icon-above-title uagb-infobox-image-valign-top\"><div class=\"uagb-ifb-content\"><div class=\"uagb-ifb-image-content\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-13.jpg\" alt=\"\" width=\"100\" height=\"66\" loading=\"lazy\"/></div><div class=\"uagb-ifb-title-wrap\"></div><p class=\"uagb-ifb-desc\">The Blue Roan Country Lodge is situated just 5 minutes from the village of Magaliesburg on a tar road so easy access for all cars.  We have panoramic views of the Magaliesberg mountain range and our farm is the perfect place for a relaxing getaway in the country.  As we are only 70 km from JHB and Pretoria, it is only an hour’s drive.<br></p><div class=\"uagb-ifb-button-wrapper wp-block-button\"><a href=\"\" class=\"uagb-infobox-cta-link wp-block-button__link  uagb-disable-link\" target=\"_self\" rel=\"noopener noreferrer\" alt=\"\"><span class=\"uagb-inline-editing\">Know More</span><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M504.3 273.6l-112.1 104c-6.992 6.484-17.18 8.218-25.94 4.406c-8.758-3.812-14.42-12.45-14.42-21.1L351.9 288H32C14.33 288 .0002 273.7 .0002 255.1S14.33 224 32 224h319.9l0-72c0-9.547 5.66-18.19 14.42-22c8.754-3.809 18.95-2.075 25.94 4.41l112.1 104C514.6 247.9 514.6 264.1 504.3 273.6z\"></path></svg></a></div></div></div>\n<!-- /wp:uagb/info-box --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"e1558055\",\"widthDesktop\":50,\"leftPaddingDesktop\":0,\"paddingLink\":false,\"variationSelected\":true,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-e1558055\"><!-- wp:uagb/advanced-heading {\"block_id\":\"a2b022bf\",\"classMigrate\":true,\"headingDescToggle\":true,\"subHeadingColor\":\"\",\"headSpace\":20,\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-a2b022bf\"><h2 class=\"uagb-heading-text\"><strong>Blue Roan is a 4-star graded pet-friendly venue</strong></h2><p class=\"uagb-desc-text\">Our goal is to provide high-quality, romantic, comfortable, and affordable self-catering accommodation on the outskirts of the village of &nbsp;Magaliesburg. &nbsp;For animal lovers, we are also&nbsp;pet-friendly&nbsp;by arrangement in most of the units all of which have their own fully fenced and gated private grassy gardens.</p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/image {\"block_id\":\"3853ca10\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/hammock-in-the-garden.jpg\",\"align\":\"left\",\"id\":799,\"linkDestination\":\"none\",\"naturalWidth\":600,\"naturalHeight\":400,\"sizeSlug\":\"full\",\"sizeSlugTablet\":\"full\",\"sizeSlugMobile\":\"full\",\"imageTopMargin\":20,\"imageRightMargin\":0,\"imageLeftMargin\":0,\"imageBottomMargin\":0,\"imageTopMarginMobile\":0,\"imageRightMarginMobile\":0,\"imageLeftMarginMobile\":0,\"imageBottomMarginMobile\":0,\"imageMarginLink\":false} -->\n<div class=\"wp-block-uagb-image uagb-block-3853ca10 wp-block-uagb-image--layout-default wp-block-uagb-image--effect-static wp-block-uagb-image--align-left\"><figure class=\"wp-block-uagb-image__figure\"><img srcset=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/hammock-in-the-garden.jpg \" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/hammock-in-the-garden.jpg\" alt=\"\" class=\"uag-image-799\" width=\"\" height=\"\" title=\"\" loading=\"lazy\"/></figure></div>\n<!-- /wp:uagb/image --></div>\n<!-- /wp:uagb/container --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"52731a73\",\"backgroundType\":\"color\",\"backgroundSizeTablet\":\"cover\",\"backgroundSizeMobile\":\"cover\",\"backgroundColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"topPaddingDesktop\":50,\"bottomPaddingDesktop\":100,\"topPaddingTablet\":50,\"bottomPaddingTablet\":25,\"leftPaddingTablet\":20,\"rightPaddingTablet\":20,\"topPaddingMobile\":50,\"bottomPaddingMobile\":20,\"leftPaddingMobile\":20,\"rightPaddingMobile\":20,\"paddingLink\":false,\"variationSelected\":true,\"rowGapDesktop\":0,\"isBlockRootParent\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-52731a73 alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/container {\"block_id\":\"9d6d145e\",\"directionDesktop\":\"row\",\"alignItemsDesktop\":\"flex-end\",\"alignItemsTablet\":\"flex-end\",\"justifyContentDesktop\":\"flex-end\",\"justifyContentTablet\":\"space-between\",\"variationSelected\":true,\"rowGapMobile\":30,\"columnGapDesktop\":0} -->\n<div class=\"wp-block-uagb-container uagb-block-9d6d145e\"><!-- wp:uagb/advanced-heading {\"block_id\":\"2ebb558e\",\"classMigrate\":true,\"headingDescToggle\":true,\"subHeadingColor\":\"\",\"headSpace\":20,\"subHeadFontSize\":16} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-2ebb558e\"><h2 class=\"uagb-heading-text\">Amenities &amp; Facilities​</h2><p class=\"uagb-desc-text\">If you are looking for a relaxing, refreshing and rejuvenating experience altogether, we offer all of that under one roof.</p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/buttons {\"block_id\":\"0c1a1c73\",\"classMigrate\":true,\"childMigrate\":true,\"align\":\"right\",\"alignTablet\":\"right\",\"alignMobile\":\"left\",\"gap\":0} -->\n<div class=\"wp-block-uagb-buttons uagb-buttons__outer-wrap uagb-btn__default-btn uagb-btn-tablet__default-btn uagb-btn-mobile__default-btn uagb-block-0c1a1c73\"><div class=\"uagb-buttons__wrap uagb-buttons-layout-wrap\"><!-- wp:uagb/buttons-child {\"block_id\":\"d2dd7859\",\"label\":\"View All\",\"link\":\"#\",\"hColor\":\"\",\"borderWidth\":\"\",\"borderRadius\":\"\",\"borderStyle\":\"\",\"borderColor\":\"\",\"borderHColor\":\"\",\"btnBorderTopWidth\":1,\"btnBorderLeftWidth\":1,\"btnBorderRightWidth\":1,\"btnBorderBottomWidth\":1,\"btnBorderTopLeftRadius\":2,\"btnBorderTopRightRadius\":2,\"btnBorderBottomLeftRadius\":2,\"btnBorderBottomRightRadius\":2,\"btnBorderStyle\":\"solid\",\"btnBorderColor\":\"#333\",\"btnBorderHColor\":\"#333\"} -->\n<div class=\"wp-block-uagb-buttons-child uagb-buttons__outer-wrap uagb-block-d2dd7859 wp-block-button is-style-outline\"><div class=\"uagb-button__wrapper\"><a class=\"uagb-buttons-repeater wp-block-button__link\" href=\"#\" rel=\"follow noopener\" target=\"_self\"><div class=\"uagb-button__link\">View All</div></a></div></div>\n<!-- /wp:uagb/buttons-child --></div></div>\n<!-- /wp:uagb/buttons --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"82eceff7\",\"directionDesktop\":\"row\",\"alignItemsTablet\":\"flex-start\",\"paddingLink\":false,\"topMarginDesktop\":50,\"bottomMarginDesktop\":20,\"leftMarginDesktop\":0,\"rightMarginDesktop\":0,\"marginLink\":false,\"variationSelected\":true,\"rowGapMobile\":65,\"columnGapDesktop\":48,\"columnGapTablet\":20} -->\n<div class=\"wp-block-uagb-container uagb-block-82eceff7\"><!-- wp:uagb/info-box {\"classMigrate\":true,\"headingAlign\":\"left\",\"headingColor\":\"\",\"subHeadingColor\":\"\",\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"source_type\":\"image\",\"block_id\":\"f32b9c34\",\"ctaType\":\"text\",\"ctaText\":\"READ MORE\",\"ctaLinkColor\":\"var(\\u002d\\u002dast-global-color-0)\",\"ctaDecoration\":\"underline\",\"ctaFontSize\":12,\"ctaFontWeight\":\"600\",\"ctaLetterSpacing\":2,\"ctaBorderColor\":\"\",\"ctaBorderStyle\":\"\",\"ctaBorderWidth\":\"\",\"ctaBorderRadius\":\"\",\"iconBottomMargin\":30,\"iconImage\":{\"id\":90,\"title\":\"swimming-pool\",\"filename\":\"swimming-pool.jpg\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/swimming-pool.jpg\",\"link\":\"https://blueroan.netgen.cloud/swimming-pool/\",\"alt\":\"\",\"author\":\"34\",\"description\":\"\",\"caption\":\"\",\"name\":\"swimming-pool\",\"status\":\"inherit\",\"uploadedTo\":0,\"date\":\"2021-05-07T14:28:45.000Z\",\"modified\":\"2021-05-07T14:28:45.000Z\",\"menuOrder\":0,\"mime\":\"image/jpeg\",\"type\":\"image\",\"subtype\":\"jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/default.png\",\"dateFormatted\":\"May 7, 2021\",\"nonces\":{\"update\":\"971c957832\",\"delete\":\"8fb57461ba\",\"edit\":\"e9a8bb1d06\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=90\\u0026action=edit\",\"meta\":false,\"authorName\":\"Rishabh\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/user-edit.php?user_id=34\",\"filesizeInBytes\":29663,\"filesizeHumanReadable\":\"29 KB\",\"context\":\"\",\"height\":440,\"width\":370,\"orientation\":\"portrait\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/swimming-pool-150x150.jpg\",\"orientation\":\"landscape\"},\"medium\":{\"height\":300,\"width\":252,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/swimming-pool-252x300-1.jpg\",\"orientation\":\"portrait\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/swimming-pool.jpg\",\"height\":440,\"width\":370,\"orientation\":\"portrait\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"imageSize\":\"full\",\"imageWidth\":100,\"imageWidthMobile\":100,\"imageWidthTablet\":100,\"paddingBtnTop\":10,\"paddingBtnBottom\":10,\"paddingBtnLeft\":14,\"paddingBtnRight\":14,\"imageWidthUnit\":\"%\",\"imageWidthUnitTablet\":\"%\",\"imageWidthUnitMobile\":\"%\",\"subHeadTopMargin\":0,\"subHeadRightMargin\":40,\"subHeadLeftMargin\":0,\"subHeadMarginTopTablet\":0,\"subHeadMarginRightTablet\":0,\"subHeadTabletSpace\":20,\"subHeadMarginLeftTablet\":0,\"imgTagHeight\":118,\"imgTagWidth\":370,\"btnBorderTopWidth\":1,\"btnBorderLeftWidth\":1,\"btnBorderRightWidth\":1,\"btnBorderBottomWidth\":1,\"btnBorderTopLeftRadius\":0,\"btnBorderTopRightRadius\":0,\"btnBorderBottomLeftRadius\":0,\"btnBorderBottomRightRadius\":0,\"btnBorderStyle\":\"solid\",\"btnBorderColor\":\"#333\"} -->\n<div class=\"wp-block-uagb-info-box uagb-block-f32b9c34 uagb-infobox__content-wrap  uagb-infobox-icon-above-title uagb-infobox-image-valign-top\"><div class=\"uagb-ifb-content\"><div class=\"uagb-ifb-image-content\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/swimming-pool.jpg\" alt=\"\" width=\"100\" height=\"118\" loading=\"lazy\"/></div><div class=\"uagb-ifb-title-wrap\"><h3 class=\"uagb-ifb-title\">An Infinite-edge Pool​</h3></div><p class=\"uagb-ifb-desc\">Experience the joy of swimming in our infinity-edge pool that gives you a nice picturesque view.</p><div class=\"uagb-ifb-button-wrapper wp-block-button\"><a href=\"\" target=\"_self\" class=\"uagb-infobox-cta-link uagb-disable-link\" rel=\"noopener noreferrer\" alt=\"\"><span class=\"uagb-inline-editing\">READ MORE</span><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M504.3 273.6l-112.1 104c-6.992 6.484-17.18 8.218-25.94 4.406c-8.758-3.812-14.42-12.45-14.42-21.1L351.9 288H32C14.33 288 .0002 273.7 .0002 255.1S14.33 224 32 224h319.9l0-72c0-9.547 5.66-18.19 14.42-22c8.754-3.809 18.95-2.075 25.94 4.41l112.1 104C514.6 247.9 514.6 264.1 504.3 273.6z\"></path></svg></a></div></div></div>\n<!-- /wp:uagb/info-box -->\n\n<!-- wp:uagb/info-box {\"classMigrate\":true,\"headingAlign\":\"left\",\"headingColor\":\"\",\"subHeadingColor\":\"\",\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"source_type\":\"image\",\"block_id\":\"40dd754e\",\"ctaType\":\"text\",\"ctaText\":\"READ MORE\",\"ctaLinkColor\":\"var(\\u002d\\u002dast-global-color-0)\",\"ctaDecoration\":\"underline\",\"ctaFontSize\":12,\"ctaFontWeight\":\"600\",\"ctaLetterSpacing\":2,\"ctaBorderColor\":\"\",\"ctaBorderStyle\":\"\",\"ctaBorderWidth\":\"\",\"ctaBorderRadius\":\"\",\"iconBottomMargin\":30,\"iconImage\":{\"id\":235,\"title\":\"spa\",\"filename\":\"spa.jpg\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/spa.jpg\",\"link\":\"https://blueroan.netgen.cloud/spa/\",\"alt\":\"\",\"author\":\"34\",\"description\":\"\",\"caption\":\"\",\"name\":\"spa\",\"status\":\"inherit\",\"uploadedTo\":0,\"date\":\"2021-05-11T10:14:20.000Z\",\"modified\":\"2021-05-11T10:14:20.000Z\",\"menuOrder\":0,\"mime\":\"image/jpeg\",\"type\":\"image\",\"subtype\":\"jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/default.png\",\"dateFormatted\":\"May 11, 2021\",\"nonces\":{\"update\":\"580ee12d5e\",\"delete\":\"261a8e7a22\",\"edit\":\"6139a47c8c\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=235\\u0026action=edit\",\"meta\":false,\"authorName\":\"Rishabh\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/user-edit.php?user_id=34\",\"filesizeInBytes\":27664,\"filesizeHumanReadable\":\"27 KB\",\"context\":\"\",\"height\":440,\"width\":370,\"orientation\":\"portrait\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/spa-150x150.jpg\",\"orientation\":\"landscape\"},\"medium\":{\"height\":300,\"width\":252,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/spa-252x300-1.jpg\",\"orientation\":\"portrait\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/spa.jpg\",\"height\":440,\"width\":370,\"orientation\":\"portrait\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"imageSize\":\"full\",\"imageWidth\":100,\"imageWidthMobile\":100,\"imageWidthTablet\":100,\"paddingBtnTop\":10,\"paddingBtnBottom\":10,\"paddingBtnLeft\":14,\"paddingBtnRight\":14,\"imageWidthUnit\":\"%\",\"imageWidthUnitTablet\":\"%\",\"imageWidthUnitMobile\":\"%\",\"subHeadTopMargin\":0,\"subHeadRightMargin\":40,\"subHeadLeftMargin\":0,\"subHeadMarginTopTablet\":0,\"subHeadMarginRightTablet\":0,\"subHeadTabletSpace\":20,\"subHeadMarginLeftTablet\":0,\"imgTagHeight\":118,\"imgTagWidth\":370,\"btnBorderTopWidth\":1,\"btnBorderLeftWidth\":1,\"btnBorderRightWidth\":1,\"btnBorderBottomWidth\":1,\"btnBorderTopLeftRadius\":0,\"btnBorderTopRightRadius\":0,\"btnBorderBottomLeftRadius\":0,\"btnBorderBottomRightRadius\":0,\"btnBorderStyle\":\"solid\",\"btnBorderColor\":\"#333\"} -->\n<div class=\"wp-block-uagb-info-box uagb-block-40dd754e uagb-infobox__content-wrap  uagb-infobox-icon-above-title uagb-infobox-image-valign-top\"><div class=\"uagb-ifb-content\"><div class=\"uagb-ifb-image-content\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/spa.jpg\" alt=\"\" width=\"100\" height=\"118\" loading=\"lazy\"/></div><div class=\"uagb-ifb-title-wrap\"><h3 class=\"uagb-ifb-title\">An Iconic Spa​</h3></div><p class=\"uagb-ifb-desc\">Set forth on an exquisite wellness journey to refresh, re-energize and rejuvenate at our iconic spa.</p><div class=\"uagb-ifb-button-wrapper wp-block-button\"><a href=\"\" target=\"_self\" class=\"uagb-infobox-cta-link uagb-disable-link\" rel=\"noopener noreferrer\" alt=\"\"><span class=\"uagb-inline-editing\">READ MORE</span><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M504.3 273.6l-112.1 104c-6.992 6.484-17.18 8.218-25.94 4.406c-8.758-3.812-14.42-12.45-14.42-21.1L351.9 288H32C14.33 288 .0002 273.7 .0002 255.1S14.33 224 32 224h319.9l0-72c0-9.547 5.66-18.19 14.42-22c8.754-3.809 18.95-2.075 25.94 4.41l112.1 104C514.6 247.9 514.6 264.1 504.3 273.6z\"></path></svg></a></div></div></div>\n<!-- /wp:uagb/info-box -->\n\n<!-- wp:uagb/info-box {\"classMigrate\":true,\"headingAlign\":\"left\",\"headingColor\":\"\",\"subHeadingColor\":\"\",\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"source_type\":\"image\",\"block_id\":\"cbac05bd\",\"ctaType\":\"text\",\"ctaText\":\"READ MORE\",\"ctaLinkColor\":\"var(\\u002d\\u002dast-global-color-0)\",\"ctaDecoration\":\"underline\",\"ctaFontSize\":12,\"ctaFontWeight\":\"600\",\"ctaLetterSpacing\":2,\"ctaBorderColor\":\"\",\"ctaBorderStyle\":\"\",\"ctaBorderWidth\":\"\",\"ctaBorderRadius\":\"\",\"iconBottomMargin\":30,\"iconImage\":{\"id\":115,\"title\":\"rooms\",\"filename\":\"rooms.jpg\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/rooms.jpg\",\"link\":\"https://blueroan.netgen.cloud/rooms-2/\",\"alt\":\"\",\"author\":\"34\",\"description\":\"\",\"caption\":\"\",\"name\":\"rooms-2\",\"status\":\"inherit\",\"uploadedTo\":0,\"date\":\"2021-05-11T04:53:41.000Z\",\"modified\":\"2021-05-11T04:53:41.000Z\",\"menuOrder\":0,\"mime\":\"image/jpeg\",\"type\":\"image\",\"subtype\":\"jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/default.png\",\"dateFormatted\":\"May 11, 2021\",\"nonces\":{\"update\":\"4e23be63e1\",\"delete\":\"0c10fb0869\",\"edit\":\"714e3ba079\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=115\\u0026action=edit\",\"meta\":false,\"authorName\":\"Rishabh\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/user-edit.php?user_id=34\",\"filesizeInBytes\":31085,\"filesizeHumanReadable\":\"30 KB\",\"context\":\"\",\"height\":440,\"width\":370,\"orientation\":\"portrait\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/rooms-150x150.jpg\",\"orientation\":\"landscape\"},\"medium\":{\"height\":300,\"width\":252,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/rooms-252x300-1.jpg\",\"orientation\":\"portrait\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/rooms.jpg\",\"height\":440,\"width\":370,\"orientation\":\"portrait\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"imageSize\":\"full\",\"imageWidth\":100,\"imageWidthMobile\":100,\"imageWidthTablet\":100,\"paddingBtnTop\":10,\"paddingBtnBottom\":10,\"paddingBtnLeft\":14,\"paddingBtnRight\":14,\"imageWidthUnit\":\"%\",\"imageWidthUnitTablet\":\"%\",\"imageWidthUnitMobile\":\"%\",\"subHeadTopMargin\":0,\"subHeadRightMargin\":40,\"subHeadLeftMargin\":0,\"subHeadMarginTopTablet\":0,\"subHeadMarginRightTablet\":0,\"subHeadTabletSpace\":20,\"subHeadMarginLeftTablet\":0,\"imgTagHeight\":118,\"imgTagWidth\":370,\"btnBorderTopWidth\":1,\"btnBorderLeftWidth\":1,\"btnBorderRightWidth\":1,\"btnBorderBottomWidth\":1,\"btnBorderTopLeftRadius\":0,\"btnBorderTopRightRadius\":0,\"btnBorderBottomLeftRadius\":0,\"btnBorderBottomRightRadius\":0,\"btnBorderStyle\":\"solid\",\"btnBorderColor\":\"#333\"} -->\n<div class=\"wp-block-uagb-info-box uagb-block-cbac05bd uagb-infobox__content-wrap  uagb-infobox-icon-above-title uagb-infobox-image-valign-top\"><div class=\"uagb-ifb-content\"><div class=\"uagb-ifb-image-content\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/rooms.jpg\" alt=\"\" width=\"100\" height=\"118\" loading=\"lazy\"/></div><div class=\"uagb-ifb-title-wrap\"><h3 class=\"uagb-ifb-title\">In-house Restaurants​</h3></div><p class=\"uagb-ifb-desc\">We have three in-house restaurants offering different cuisines that you can choose from.</p><div class=\"uagb-ifb-button-wrapper wp-block-button\"><a href=\"\" target=\"_self\" class=\"uagb-infobox-cta-link uagb-disable-link\" rel=\"noopener noreferrer\" alt=\"\"><span class=\"uagb-inline-editing\">READ MORE</span><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M504.3 273.6l-112.1 104c-6.992 6.484-17.18 8.218-25.94 4.406c-8.758-3.812-14.42-12.45-14.42-21.1L351.9 288H32C14.33 288 .0002 273.7 .0002 255.1S14.33 224 32 224h319.9l0-72c0-9.547 5.66-18.19 14.42-22c8.754-3.809 18.95-2.075 25.94 4.41l112.1 104C514.6 247.9 514.6 264.1 504.3 273.6z\"></path></svg></a></div></div></div>\n<!-- /wp:uagb/info-box --></div>\n<!-- /wp:uagb/container --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"a69c7ea8\",\"backgroundType\":\"color\",\"backgroundSizeTablet\":\"cover\",\"backgroundSizeMobile\":\"cover\",\"backgroundColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"bottomPaddingDesktop\":104,\"leftPaddingDesktop\":40,\"rightPaddingDesktop\":40,\"topPaddingTablet\":80,\"bottomPaddingTablet\":80,\"leftPaddingTablet\":40,\"rightPaddingTablet\":40,\"topPaddingMobile\":64,\"bottomPaddingMobile\":64,\"leftPaddingMobile\":24,\"rightPaddingMobile\":24,\"paddingLink\":false,\"variationSelected\":true,\"rowGapDesktop\":0,\"isBlockRootParent\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-a69c7ea8 alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/advanced-heading {\"block_id\":\"7789c20f\",\"classMigrate\":true,\"headingDescToggle\":true,\"headingAlign\":\"center\",\"headingAlignMobile\":\"left\",\"subHeadingColor\":\"\",\"headSpace\":20,\"subHeadFontSize\":16,\"blockBottomPadding\":20} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-7789c20f\"><h2 class=\"uagb-heading-text\">Our Inside Pictures​</h2><p class=\"uagb-desc-text\">Take a look at some pretty pictures captured in and around our premises.</p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/container {\"block_id\":\"1ba5eae2\",\"directionDesktop\":\"row\",\"alignItemsDesktop\":\"flex-start\",\"topMarginDesktop\":20,\"bottomMarginDesktop\":0,\"leftMarginDesktop\":0,\"rightMarginDesktop\":0,\"marginLink\":false,\"variationSelected\":true,\"rowGapMobile\":24,\"columnGapDesktop\":24,\"columnGapTablet\":20} -->\n<div class=\"wp-block-uagb-container uagb-block-1ba5eae2\"><!-- wp:uagb/container {\"block_id\":\"b1e033b2\",\"widthDesktop\":32,\"variationSelected\":true,\"rowGapDesktop\":24,\"rowGapTablet\":20,\"rowGapMobile\":24,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-b1e033b2\"><!-- wp:uagb/image {\"block_id\":\"58eab397\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/gallery-1.jpg\",\"id\":105,\"linkDestination\":\"none\",\"width\":388,\"height\":240,\"naturalWidth\":388,\"naturalHeight\":240,\"sizeSlug\":\"full\",\"sizeSlugTablet\":\"full\",\"sizeSlugMobile\":\"full\"} -->\n<div class=\"wp-block-uagb-image uagb-block-58eab397 wp-block-uagb-image--layout-default wp-block-uagb-image--effect-static wp-block-uagb-image--align-none\"><figure class=\"wp-block-uagb-image__figure\"><img srcset=\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/gallery-1.jpg \" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/gallery-1.jpg\" alt=\"\" class=\"uag-image-105\" width=\"388\" height=\"240\" title=\"\" loading=\"lazy\"/></figure></div>\n<!-- /wp:uagb/image -->\n\n<!-- wp:uagb/image {\"block_id\":\"15f921a1\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/gallery-6.jpg\",\"id\":110,\"linkDestination\":\"none\",\"naturalWidth\":388,\"naturalHeight\":240,\"sizeSlug\":\"full\",\"sizeSlugTablet\":\"full\",\"sizeSlugMobile\":\"full\"} -->\n<div class=\"wp-block-uagb-image uagb-block-15f921a1 wp-block-uagb-image--layout-default wp-block-uagb-image--effect-static wp-block-uagb-image--align-none\"><figure class=\"wp-block-uagb-image__figure\"><img srcset=\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/gallery-6.jpg \" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/gallery-6.jpg\" alt=\"\" class=\"uag-image-110\" width=\"\" height=\"\" title=\"\" loading=\"lazy\"/></figure></div>\n<!-- /wp:uagb/image --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"05ec0eb9\",\"widthDesktop\":67,\"variationSelected\":true,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-05ec0eb9\"><!-- wp:uagb/image {\"block_id\":\"519913fa\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/gallery-2.jpg\",\"id\":106,\"linkDestination\":\"none\",\"width\":788,\"widthTablet\":780,\"height\":504,\"heightTablet\":0,\"naturalWidth\":788,\"naturalHeight\":504,\"sizeSlug\":\"full\",\"sizeSlugTablet\":\"full\",\"sizeSlugMobile\":\"full\",\"customHeightSetDesktop\":true} -->\n<div class=\"wp-block-uagb-image uagb-block-519913fa wp-block-uagb-image--layout-default wp-block-uagb-image--effect-static wp-block-uagb-image--align-none\"><figure class=\"wp-block-uagb-image__figure\"><img srcset=\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/gallery-2.jpg \" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/gallery-2.jpg\" alt=\"\" class=\"uag-image-106\" width=\"788\" height=\"504\" title=\"\" loading=\"lazy\"/></figure></div>\n<!-- /wp:uagb/image --></div>\n<!-- /wp:uagb/container --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"3510ae28\",\"directionDesktop\":\"row\",\"alignItemsDesktop\":\"flex-start\",\"topMarginDesktop\":24,\"bottomMarginDesktop\":0,\"leftMarginDesktop\":0,\"rightMarginDesktop\":0,\"topMarginTablet\":20,\"bottomMarginTablet\":0,\"leftMarginTablet\":0,\"rightMarginTablet\":0,\"topMarginMobile\":24,\"bottomMarginMobile\":0,\"leftMarginMobile\":0,\"rightMarginMobile\":0,\"marginLink\":false,\"variationSelected\":true,\"columnGapDesktop\":24,\"columnGapTablet\":20} -->\n<div class=\"wp-block-uagb-container uagb-block-3510ae28\"><!-- wp:uagb/container {\"block_id\":\"1f776dc6\",\"widthDesktop\":67,\"variationSelected\":true,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-1f776dc6\"><!-- wp:uagb/image {\"block_id\":\"6902f109\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/gallery-3.jpg\",\"id\":107,\"linkDestination\":\"none\",\"width\":788,\"height\":504,\"naturalWidth\":788,\"naturalHeight\":504,\"sizeSlug\":\"full\",\"sizeSlugTablet\":\"full\",\"sizeSlugMobile\":\"full\",\"customHeightSetDesktop\":true} -->\n<div class=\"wp-block-uagb-image uagb-block-6902f109 wp-block-uagb-image--layout-default wp-block-uagb-image--effect-static wp-block-uagb-image--align-none\"><figure class=\"wp-block-uagb-image__figure\"><img srcset=\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/gallery-3.jpg \" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/gallery-3.jpg\" alt=\"\" class=\"uag-image-107\" width=\"788\" height=\"504\" title=\"\" loading=\"lazy\"/></figure></div>\n<!-- /wp:uagb/image --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"3b29dce3\",\"widthDesktop\":32,\"variationSelected\":true,\"rowGapDesktop\":24,\"rowGapTablet\":20,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-3b29dce3\"><!-- wp:uagb/image {\"block_id\":\"560919d9\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/gallery-5.jpg\",\"id\":109,\"linkDestination\":\"none\",\"width\":388,\"height\":240,\"naturalWidth\":388,\"naturalHeight\":240,\"sizeSlug\":\"full\",\"sizeSlugTablet\":\"full\",\"sizeSlugMobile\":\"full\"} -->\n<div class=\"wp-block-uagb-image uagb-block-560919d9 wp-block-uagb-image--layout-default wp-block-uagb-image--effect-static wp-block-uagb-image--align-none\"><figure class=\"wp-block-uagb-image__figure\"><img srcset=\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/gallery-5.jpg \" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/gallery-5.jpg\" alt=\"\" class=\"uag-image-109\" width=\"388\" height=\"240\" title=\"\" loading=\"lazy\"/></figure></div>\n<!-- /wp:uagb/image -->\n\n<!-- wp:uagb/image {\"block_id\":\"00bbbb8d\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/gallery-4.jpg\",\"id\":108,\"linkDestination\":\"none\",\"naturalWidth\":388,\"naturalHeight\":240,\"sizeSlug\":\"full\",\"sizeSlugTablet\":\"full\",\"sizeSlugMobile\":\"full\"} -->\n<div class=\"wp-block-uagb-image uagb-block-00bbbb8d wp-block-uagb-image--layout-default wp-block-uagb-image--effect-static wp-block-uagb-image--align-none\"><figure class=\"wp-block-uagb-image__figure\"><img srcset=\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/gallery-4.jpg \" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/gallery-4.jpg\" alt=\"\" class=\"uag-image-108\" width=\"\" height=\"\" title=\"\" loading=\"lazy\"/></figure></div>\n<!-- /wp:uagb/image --></div>\n<!-- /wp:uagb/container --></div>\n<!-- /wp:uagb/container --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"87521a19\",\"backgroundType\":\"color\",\"backgroundSizeTablet\":\"cover\",\"backgroundSizeMobile\":\"cover\",\"backgroundColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"topPaddingDesktop\":40,\"bottomPaddingDesktop\":104,\"leftPaddingDesktop\":40,\"rightPaddingDesktop\":40,\"topPaddingTablet\":80,\"bottomPaddingTablet\":80,\"leftPaddingTablet\":40,\"rightPaddingTablet\":40,\"topPaddingMobile\":64,\"bottomPaddingMobile\":64,\"leftPaddingMobile\":24,\"rightPaddingMobile\":24,\"paddingLink\":false,\"variationSelected\":true,\"rowGapDesktop\":0,\"isBlockRootParent\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-87521a19 alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/advanced-heading {\"block_id\":\"0bce6af5\",\"classMigrate\":true,\"headingDescToggle\":true,\"headingAlign\":\"center\",\"headingAlignMobile\":\"left\",\"subHeadingColor\":\"\",\"headSpace\":20,\"subHeadFontSize\":16,\"blockBottomPadding\":20} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-0bce6af5\"><h2 class=\"uagb-heading-text\">What Our Guests Say​</h2><p class=\"uagb-desc-text\">We take pride in serving our guests with the best experience. Read what they say.</p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/container {\"block_id\":\"043b507a\",\"directionDesktop\":\"row\",\"topMarginDesktop\":40,\"bottomMarginDesktop\":0,\"leftMarginDesktop\":0,\"rightMarginDesktop\":0,\"marginLink\":false,\"variationSelected\":true,\"rowGapMobile\":40,\"columnGapDesktop\":90} -->\n<div class=\"wp-block-uagb-container uagb-block-043b507a\"><!-- wp:uagb/container {\"block_id\":\"9e9704f8\",\"widthDesktop\":50,\"variationSelected\":true,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-9e9704f8\"><!-- wp:uagb/star-rating {\"block_id\":\"643750f9\",\"rating\":4.5,\"color\":\"var(\\u002d\\u002dast-global-color-2)\"} -->\n<div class=\"wp-block-uagb-star-rating uagb-block-643750f9\"><div class=\"uag-star-rating\" title=\"4.5/5\"><span class=\"uag-star\">★</span><span class=\"uag-star\">★</span><span class=\"uag-star\">★</span><span class=\"uag-star\">★</span><span class=\"uag-star\">★</span></div></div>\n<!-- /wp:uagb/star-rating -->\n\n<!-- wp:uagb/testimonial {\"test_item_count\":1,\"classMigrate\":true,\"test_block\":[{\"description\":\"\\u0022Proin nulla mauris et volutpat adipiscing suspendisse vehicula blandit sagittis orci etiam morbi elit etiam semper eu lacus pretium hac nisl leo amet ullamcorper.\\u0022​\",\"name\":\"\\u003cstrong\\u003eEMILY HUNT​\\u003c/strong\\u003e\",\"company\":\"\",\"image\":{\"id\":119,\"title\":\"testimonial1\",\"filename\":\"testimonial1.jpg\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/testimonial1.jpg\",\"link\":\"https://blueroan.netgen.cloud/testimonial1/\",\"alt\":\"\",\"author\":\"34\",\"description\":\"\",\"caption\":\"\",\"name\":\"testimonial1\",\"status\":\"inherit\",\"uploadedTo\":0,\"date\":\"2021-05-11T05:02:02.000Z\",\"modified\":\"2021-05-11T05:02:02.000Z\",\"menuOrder\":0,\"mime\":\"image/jpeg\",\"type\":\"image\",\"subtype\":\"jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/default.png\",\"dateFormatted\":\"May 11, 2021\",\"nonces\":{\"update\":\"b92fe40c3d\",\"delete\":\"643c1eb8f1\",\"edit\":\"d3e7d56b1d\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=119\\u0026action=edit\",\"meta\":false,\"authorName\":\"Rishabh\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/user-edit.php?user_id=34\",\"filesizeInBytes\":11264,\"filesizeHumanReadable\":\"11 KB\",\"context\":\"\",\"height\":250,\"width\":250,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/testimonial1-150x150.jpg\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/testimonial1.jpg\",\"height\":250,\"width\":250,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}}}],\"headingAlign\":\"left\",\"headingAlignTablet\":\"left\",\"headingAlignMobile\":\"left\",\"descColor\":\"var(\\u002d\\u002dast-global-color-3)\",\"nameFontSize\":14,\"nameLineHeight\":1,\"descFontSize\":16,\"descFontWeight\":\"600\",\"nameSpace\":1,\"block_id\":\"d983e57f\",\"iconImage\":{\"url\":\"\",\"alt\":\"InfoBox placeholder img\"},\"imageWidth\":32,\"columnGap\":1,\"borderStyle\":\"\",\"paddingTop\":0,\"paddingBottom\":0,\"paddingLeft\":0,\"paddingRight\":0,\"spacingLink\":true,\"imgpaddingTop\":0,\"imgpaddingRight\":15,\"imgpaddingBottom\":0,\"imgpaddingLeft\":0,\"overallBorderStyle\":\"none\",\"imgTagHeight\":32,\"imgTagWidth\":150} -->\n<div class=\"wp-block-uagb-testimonial uagb-slick-carousel uagb-tm__arrow-outside uagb-block-d983e57f uagb-post__carousel_notset uagb-post__carousel_notset-tablet uagb-post__carousel_notset-mobile\"><div class=\"is-carousel uagb-tm__columns-1 uagb-tm__items\"><div class=\"uagb-testimonial__wrap  uagb-tm__imgicon-style-circle uagb-tm__image-position-bottom uagb-tm__bg-type-none \"><div class=\"uagb-tm__content\"><div class=\"uagb-tm__overlay\"></div><div class=\"uagb-tm__text-wrap\"><div class=\"uagb-tm__desc\">\"Proin nulla mauris et volutpat adipiscing suspendisse vehicula blandit sagittis orci etiam morbi elit etiam semper eu lacus pretium hac nisl leo amet ullamcorper.\"​</div><div class=\"uagb-tm__meta-inner\"><div class=\"uagb-tm__image-content\"><div class=\"uagb-tm__image\"><img class=\"uagb-tm-img-src\" src=\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/testimonial1-150x150.jpg\" alt=\"\" width=\"32\" height=\"32\" loading=\"lazy\"/></div></div><div class=\"uagb-testimonial-details\"><span class=\"uagb-tm__author-name\"><strong>EMILY HUNT​</strong></span><span class=\"uagb-tm__company\"></span></div></div></div></div></div></div></div>\n<!-- /wp:uagb/testimonial -->\n\n<!-- wp:uagb/star-rating {\"block_id\":\"0672ca13\",\"rating\":4.5,\"color\":\"var(\\u002d\\u002dast-global-color-2)\",\"blockTopMargin\":30,\"blockRightMargin\":0,\"blockLeftMargin\":0,\"blockBottomMargin\":0,\"blockTopMarginMobile\":20,\"blockRightMarginMobile\":0,\"blockLeftMarginMobile\":0,\"blockBottomMarginMobile\":0} -->\n<div class=\"wp-block-uagb-star-rating uagb-block-0672ca13\"><div class=\"uag-star-rating\" title=\"4.5/5\"><span class=\"uag-star\">★</span><span class=\"uag-star\">★</span><span class=\"uag-star\">★</span><span class=\"uag-star\">★</span><span class=\"uag-star\">★</span></div></div>\n<!-- /wp:uagb/star-rating -->\n\n<!-- wp:uagb/testimonial {\"test_item_count\":1,\"classMigrate\":true,\"test_block\":[{\"description\":\"\\u0022Proin nulla mauris et volutpat adipiscing suspendisse vehicula blandit sagittis orci etiam morbi elit etiam semper eu lacus pretium hac nisl leo amet ullamcorper.\\u0022​\",\"name\":\"\\u003cstrong\\u003e\\u003cstrong\\u003eJULIE ROBINSON​\\u003c/strong\\u003e\\u003c/strong\\u003e\",\"company\":\"\",\"image\":{\"id\":122,\"title\":\"testimonial4\",\"filename\":\"testimonial4.jpg\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/testimonial4.jpg\",\"link\":\"https://blueroan.netgen.cloud/testimonial4/\",\"alt\":\"\",\"author\":\"34\",\"description\":\"\",\"caption\":\"\",\"name\":\"testimonial4\",\"status\":\"inherit\",\"uploadedTo\":0,\"date\":\"2021-05-11T05:02:06.000Z\",\"modified\":\"2021-05-11T05:02:06.000Z\",\"menuOrder\":0,\"mime\":\"image/jpeg\",\"type\":\"image\",\"subtype\":\"jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/default.png\",\"dateFormatted\":\"May 11, 2021\",\"nonces\":{\"update\":\"4e34860add\",\"delete\":\"9e126a55cd\",\"edit\":\"33ffd3c040\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=122\\u0026action=edit\",\"meta\":false,\"authorName\":\"Rishabh\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/user-edit.php?user_id=34\",\"filesizeInBytes\":16584,\"filesizeHumanReadable\":\"16 KB\",\"context\":\"\",\"height\":250,\"width\":250,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/testimonial4-150x150.jpg\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/testimonial4.jpg\",\"height\":250,\"width\":250,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}}}],\"headingAlign\":\"left\",\"headingAlignTablet\":\"left\",\"headingAlignMobile\":\"left\",\"descColor\":\"var(\\u002d\\u002dast-global-color-3)\",\"nameFontSize\":14,\"nameLineHeight\":1,\"descFontSize\":16,\"descFontWeight\":\"600\",\"nameSpace\":1,\"block_id\":\"bd3255a5\",\"iconImage\":{\"url\":\"\",\"alt\":\"InfoBox placeholder img\"},\"imageWidth\":32,\"columnGap\":1,\"borderStyle\":\"\",\"paddingTop\":0,\"paddingBottom\":0,\"paddingLeft\":0,\"paddingRight\":0,\"spacingLink\":true,\"imgpaddingTop\":0,\"imgpaddingRight\":15,\"imgpaddingBottom\":0,\"imgpaddingLeft\":0,\"overallBorderStyle\":\"none\",\"imgTagHeight\":32,\"imgTagWidth\":150} -->\n<div class=\"wp-block-uagb-testimonial uagb-slick-carousel uagb-tm__arrow-outside uagb-block-bd3255a5 uagb-post__carousel_notset uagb-post__carousel_notset-tablet uagb-post__carousel_notset-mobile\"><div class=\"is-carousel uagb-tm__columns-1 uagb-tm__items\"><div class=\"uagb-testimonial__wrap  uagb-tm__imgicon-style-circle uagb-tm__image-position-bottom uagb-tm__bg-type-none \"><div class=\"uagb-tm__content\"><div class=\"uagb-tm__overlay\"></div><div class=\"uagb-tm__text-wrap\"><div class=\"uagb-tm__desc\">\"Proin nulla mauris et volutpat adipiscing suspendisse vehicula blandit sagittis orci etiam morbi elit etiam semper eu lacus pretium hac nisl leo amet ullamcorper.\"​</div><div class=\"uagb-tm__meta-inner\"><div class=\"uagb-tm__image-content\"><div class=\"uagb-tm__image\"><img class=\"uagb-tm-img-src\" src=\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/testimonial4-150x150.jpg\" alt=\"\" width=\"32\" height=\"32\" loading=\"lazy\"/></div></div><div class=\"uagb-testimonial-details\"><span class=\"uagb-tm__author-name\"><strong><strong>JULIE ROBINSON​</strong></strong></span><span class=\"uagb-tm__company\"></span></div></div></div></div></div></div></div>\n<!-- /wp:uagb/testimonial --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"5f37ee7a\",\"widthDesktop\":50,\"variationSelected\":true,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-5f37ee7a\"><!-- wp:uagb/star-rating {\"block_id\":\"471aa15e\",\"rating\":4.5,\"color\":\"var(\\u002d\\u002dast-global-color-2)\"} -->\n<div class=\"wp-block-uagb-star-rating uagb-block-471aa15e\"><div class=\"uag-star-rating\" title=\"4.5/5\"><span class=\"uag-star\">★</span><span class=\"uag-star\">★</span><span class=\"uag-star\">★</span><span class=\"uag-star\">★</span><span class=\"uag-star\">★</span></div></div>\n<!-- /wp:uagb/star-rating -->\n\n<!-- wp:uagb/testimonial {\"test_item_count\":1,\"classMigrate\":true,\"test_block\":[{\"description\":\"\\u0022Proin nulla mauris et volutpat adipiscing suspendisse vehicula blandit sagittis orci etiam morbi elit etiam semper eu lacus pretium hac nisl leo amet ullamcorper.\\u0022​\",\"name\":\"\\u003cstrong\\u003e\\u003cstrong\\u003eMORGAN JONATHAN​\\u003c/strong\\u003e\\u003c/strong\\u003e\",\"company\":\"\",\"image\":{\"id\":120,\"title\":\"testimonial2\",\"filename\":\"testimonial2.jpg\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/testimonial2.jpg\",\"link\":\"https://blueroan.netgen.cloud/testimonial2/\",\"alt\":\"\",\"author\":\"34\",\"description\":\"\",\"caption\":\"\",\"name\":\"testimonial2\",\"status\":\"inherit\",\"uploadedTo\":0,\"date\":\"2021-05-11T05:02:03.000Z\",\"modified\":\"2021-05-11T05:02:03.000Z\",\"menuOrder\":0,\"mime\":\"image/jpeg\",\"type\":\"image\",\"subtype\":\"jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/default.png\",\"dateFormatted\":\"May 11, 2021\",\"nonces\":{\"update\":\"1ee6412858\",\"delete\":\"4414a2ccbf\",\"edit\":\"bde7b1f490\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=120\\u0026action=edit\",\"meta\":false,\"authorName\":\"Rishabh\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/user-edit.php?user_id=34\",\"filesizeInBytes\":10087,\"filesizeHumanReadable\":\"10 KB\",\"context\":\"\",\"height\":250,\"width\":250,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/testimonial2-150x150.jpg\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/testimonial2.jpg\",\"height\":250,\"width\":250,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}}}],\"headingAlign\":\"left\",\"headingAlignTablet\":\"left\",\"headingAlignMobile\":\"left\",\"descColor\":\"var(\\u002d\\u002dast-global-color-3)\",\"nameFontSize\":14,\"nameLineHeight\":1,\"descFontSize\":16,\"descFontWeight\":\"600\",\"nameSpace\":1,\"block_id\":\"bf4b8409\",\"iconImage\":{\"url\":\"\",\"alt\":\"InfoBox placeholder img\"},\"imageWidth\":32,\"columnGap\":1,\"borderStyle\":\"\",\"paddingTop\":0,\"paddingBottom\":0,\"paddingLeft\":0,\"paddingRight\":0,\"spacingLink\":true,\"imgpaddingTop\":0,\"imgpaddingRight\":15,\"imgpaddingBottom\":0,\"imgpaddingLeft\":0,\"overallBorderStyle\":\"none\",\"imgTagHeight\":32,\"imgTagWidth\":150} -->\n<div class=\"wp-block-uagb-testimonial uagb-slick-carousel uagb-tm__arrow-outside uagb-block-bf4b8409 uagb-post__carousel_notset uagb-post__carousel_notset-tablet uagb-post__carousel_notset-mobile\"><div class=\"is-carousel uagb-tm__columns-1 uagb-tm__items\"><div class=\"uagb-testimonial__wrap  uagb-tm__imgicon-style-circle uagb-tm__image-position-bottom uagb-tm__bg-type-none \"><div class=\"uagb-tm__content\"><div class=\"uagb-tm__overlay\"></div><div class=\"uagb-tm__text-wrap\"><div class=\"uagb-tm__desc\">\"Proin nulla mauris et volutpat adipiscing suspendisse vehicula blandit sagittis orci etiam morbi elit etiam semper eu lacus pretium hac nisl leo amet ullamcorper.\"​</div><div class=\"uagb-tm__meta-inner\"><div class=\"uagb-tm__image-content\"><div class=\"uagb-tm__image\"><img class=\"uagb-tm-img-src\" src=\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/testimonial2-150x150.jpg\" alt=\"\" width=\"32\" height=\"32\" loading=\"lazy\"/></div></div><div class=\"uagb-testimonial-details\"><span class=\"uagb-tm__author-name\"><strong><strong>MORGAN JONATHAN​</strong></strong></span><span class=\"uagb-tm__company\"></span></div></div></div></div></div></div></div>\n<!-- /wp:uagb/testimonial -->\n\n<!-- wp:uagb/star-rating {\"block_id\":\"7a8ebe77\",\"rating\":4.5,\"color\":\"var(\\u002d\\u002dast-global-color-2)\",\"blockTopMargin\":30,\"blockRightMargin\":0,\"blockLeftMargin\":0,\"blockBottomMargin\":0,\"blockTopMarginMobile\":20,\"blockRightMarginMobile\":0,\"blockLeftMarginMobile\":0,\"blockBottomMarginMobile\":0} -->\n<div class=\"wp-block-uagb-star-rating uagb-block-7a8ebe77\"><div class=\"uag-star-rating\" title=\"4.5/5\"><span class=\"uag-star\">★</span><span class=\"uag-star\">★</span><span class=\"uag-star\">★</span><span class=\"uag-star\">★</span><span class=\"uag-star\">★</span></div></div>\n<!-- /wp:uagb/star-rating -->\n\n<!-- wp:uagb/testimonial {\"test_item_count\":1,\"classMigrate\":true,\"test_block\":[{\"description\":\"\\u0022Proin nulla mauris et volutpat adipiscing suspendisse vehicula blandit sagittis orci etiam morbi elit etiam semper eu lacus pretium hac nisl leo amet ullamcorper.\\u0022​\",\"name\":\"\\u003cstrong\\u003e\\u003cstrong\\u003e\\u003cstrong\\u003eJAMES BROOK​\\u003c/strong\\u003e\\u003c/strong\\u003e\\u003c/strong\\u003e\",\"company\":\"\",\"image\":{\"id\":121,\"title\":\"testimonial3\",\"filename\":\"testimonial3.jpg\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/testimonial3.jpg\",\"link\":\"https://blueroan.netgen.cloud/testimonial3/\",\"alt\":\"\",\"author\":\"34\",\"description\":\"\",\"caption\":\"\",\"name\":\"testimonial3\",\"status\":\"inherit\",\"uploadedTo\":0,\"date\":\"2021-05-11T05:02:05.000Z\",\"modified\":\"2021-05-11T05:02:05.000Z\",\"menuOrder\":0,\"mime\":\"image/jpeg\",\"type\":\"image\",\"subtype\":\"jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/default.png\",\"dateFormatted\":\"May 11, 2021\",\"nonces\":{\"update\":\"290653da5d\",\"delete\":\"90a4fb2d63\",\"edit\":\"ff8a64e56e\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=121\\u0026action=edit\",\"meta\":false,\"authorName\":\"Rishabh\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/user-edit.php?user_id=34\",\"filesizeInBytes\":8748,\"filesizeHumanReadable\":\"9 KB\",\"context\":\"\",\"height\":250,\"width\":250,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/testimonial3-150x150.jpg\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/testimonial3.jpg\",\"height\":250,\"width\":250,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}}}],\"headingAlign\":\"left\",\"headingAlignTablet\":\"left\",\"headingAlignMobile\":\"left\",\"descColor\":\"var(\\u002d\\u002dast-global-color-3)\",\"nameFontSize\":14,\"nameLineHeight\":1,\"descFontSize\":16,\"descFontWeight\":\"600\",\"nameSpace\":1,\"block_id\":\"fe8c83bf\",\"iconImage\":{\"url\":\"\",\"alt\":\"InfoBox placeholder img\"},\"imageWidth\":32,\"columnGap\":1,\"borderStyle\":\"\",\"paddingTop\":0,\"paddingBottom\":0,\"paddingLeft\":0,\"paddingRight\":0,\"spacingLink\":true,\"imgpaddingTop\":0,\"imgpaddingRight\":15,\"imgpaddingBottom\":0,\"imgpaddingLeft\":0,\"overallBorderStyle\":\"none\",\"imgTagHeight\":32,\"imgTagWidth\":150} -->\n<div class=\"wp-block-uagb-testimonial uagb-slick-carousel uagb-tm__arrow-outside uagb-block-fe8c83bf uagb-post__carousel_notset uagb-post__carousel_notset-tablet uagb-post__carousel_notset-mobile\"><div class=\"is-carousel uagb-tm__columns-1 uagb-tm__items\"><div class=\"uagb-testimonial__wrap  uagb-tm__imgicon-style-circle uagb-tm__image-position-bottom uagb-tm__bg-type-none \"><div class=\"uagb-tm__content\"><div class=\"uagb-tm__overlay\"></div><div class=\"uagb-tm__text-wrap\"><div class=\"uagb-tm__desc\">\"Proin nulla mauris et volutpat adipiscing suspendisse vehicula blandit sagittis orci etiam morbi elit etiam semper eu lacus pretium hac nisl leo amet ullamcorper.\"​</div><div class=\"uagb-tm__meta-inner\"><div class=\"uagb-tm__image-content\"><div class=\"uagb-tm__image\"><img class=\"uagb-tm-img-src\" src=\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/testimonial3-150x150.jpg\" alt=\"\" width=\"32\" height=\"32\" loading=\"lazy\"/></div></div><div class=\"uagb-testimonial-details\"><span class=\"uagb-tm__author-name\"><strong><strong><strong>JAMES BROOK​</strong></strong></strong></span><span class=\"uagb-tm__company\"></span></div></div></div></div></div></div></div>\n<!-- /wp:uagb/testimonial --></div>\n<!-- /wp:uagb/container --></div>\n<!-- /wp:uagb/container --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"e3b13fb6\",\"innerContentCustomWidthDesktop\":781,\"innerContentCustomWidthTablet\":781,\"backgroundType\":\"image\",\"backgroundImageDesktop\":{\"id\":54,\"title\":\"background-img\",\"filename\":\"background-img-1.jpg\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/background-img-1.jpg\",\"link\":\"https://blueroan.netgen.cloud/background-img-2/\",\"alt\":\"\",\"author\":\"34\",\"description\":\"\",\"caption\":\"\",\"name\":\"background-img-2\",\"status\":\"inherit\",\"uploadedTo\":0,\"date\":\"2021-05-07T10:11:37.000Z\",\"modified\":\"2021-05-07T10:11:37.000Z\",\"menuOrder\":0,\"mime\":\"image/jpeg\",\"type\":\"image\",\"subtype\":\"jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/default.png\",\"dateFormatted\":\"May 7, 2021\",\"nonces\":{\"update\":\"bb999636b9\",\"delete\":\"d2e1375bc4\",\"edit\":\"005dd2f0c9\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=54\\u0026action=edit\",\"meta\":false,\"authorName\":\"Rishabh\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/user-edit.php?user_id=34\",\"filesizeInBytes\":338858,\"filesizeHumanReadable\":\"331 KB\",\"context\":\"\",\"height\":1080,\"width\":1920,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/background-img-1-150x150.jpg\",\"orientation\":\"landscape\"},\"medium\":{\"height\":169,\"width\":300,\"url\":\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/background-img-1-300x169.jpg\",\"orientation\":\"landscape\"},\"large\":{\"height\":576,\"width\":1024,\"url\":\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/background-img-1-1024x576.jpg\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/background-img-1.jpg\",\"height\":1080,\"width\":1920,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"backgroundImageColor\":\"rgba(42,42,42,0.65)\",\"topPaddingDesktop\":144,\"bottomPaddingDesktop\":144,\"leftPaddingDesktop\":40,\"rightPaddingDesktop\":40,\"topPaddingTablet\":80,\"bottomPaddingTablet\":80,\"leftPaddingTablet\":40,\"rightPaddingTablet\":40,\"topPaddingMobile\":64,\"bottomPaddingMobile\":64,\"leftPaddingMobile\":24,\"rightPaddingMobile\":24,\"paddingLink\":false,\"variationSelected\":true,\"isBlockRootParent\":true,\"overlayType\":\"color\"} -->\n<div class=\"wp-block-uagb-container uagb-block-e3b13fb6 alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/advanced-heading {\"block_id\":\"69505435\",\"classMigrate\":true,\"headingDescToggle\":true,\"headingAlign\":\"center\",\"headingColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"subHeadingColor\":\"var(\\u002d\\u002dast-global-color-4)\",\"headSpace\":20} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-69505435\"><h2 class=\"uagb-heading-text\">Plan an Unforgettable Experience in Mykonos Today!</h2><p class=\"uagb-desc-text\">We can help you fit your stay and experience within your allotted budget.</p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/advanced-heading {\"block_id\":\"7f40be12\",\"classMigrate\":true,\"headingTitleToggle\":false,\"headingDescToggle\":true,\"headingAlign\":\"center\",\"subHeadingColor\":\"var(\\u002d\\u002dast-global-color-4)\",\"subHeadTransform\":\"uppercase\",\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"subHeadLetterSpacing\":2,\"blockTopPadding\":60,\"blockRightPadding\":0,\"blockLeftPadding\":0,\"blockBottomPadding\":0,\"blockTopPaddingMobile\":30,\"blockRightPaddingMobile\":0,\"blockLeftPaddingMobile\":0,\"blockBottomPaddingMobile\":0} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-7f40be12\"><p class=\"uagb-desc-text\">BOOK YOUR STAY NOW​</p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/icon-list {\"block_id\":\"352ddbf3\",\"classMigrate\":true,\"childMigrate\":true,\"align\":\"center\",\"parentIcon\":\"phone\",\"size\":40,\"sizeMobile\":24,\"sizeTablet\":32,\"fontSize\":48,\"fontSizeMobile\":28,\"fontSizeTablet\":40,\"fontWeight\":\"600\",\"iconColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"labelColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"blockTopPadding\":0,\"blockRightPadding\":0,\"blockLeftPadding\":0,\"blockBottomPadding\":24,\"blockPaddingLink\":false} -->\n<div class=\"wp-block-uagb-icon-list uagb-block-352ddbf3\"><div class=\"uagb-icon-list__wrap\"><!-- wp:uagb/icon-list-child {\"block_id\":\"27d8c3b3\",\"label\":\"+1-123 456 7890​\",\"label_color\":\"\",\"fromParentIcon\":\"phone\",\"imageSizeChild\":40} -->\n<div class=\"wp-block-uagb-icon-list-child uagb-block-27d8c3b3\"><span class=\"uagb-icon-list__source-wrap\"><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M511.2 387l-23.25 100.8c-3.266 14.25-15.79 24.22-30.46 24.22C205.2 512 0 306.8 0 54.5c0-14.66 9.969-27.2 24.22-30.45l100.8-23.25C139.7-2.602 154.7 5.018 160.8 18.92l46.52 108.5c5.438 12.78 1.77 27.67-8.98 36.45L144.5 207.1c33.98 69.22 90.26 125.5 159.5 159.5l44.08-53.8c8.688-10.78 23.69-14.51 36.47-8.975l108.5 46.51C506.1 357.2 514.6 372.4 511.2 387z\"></path></svg></span><span class=\"uagb-icon-list__label\">+1-123 456 7890​</span></div>\n<!-- /wp:uagb/icon-list-child --></div></div>\n<!-- /wp:uagb/icon-list --></div></div>\n<!-- /wp:uagb/container -->',	'Home',	'',	'inherit',	'closed',	'closed',	'',	'760-revision-v1',	'',	'',	'2022-12-13 09:39:04',	'2022-12-13 09:39:04',	'',	760,	'https://blueroan.netgen.cloud/?p=801',	0,	'revision',	'',	0),
(802,	2,	'2022-12-13 09:39:43',	'2022-12-13 09:39:43',	'<!-- wp:uagb/container {\"block_id\":\"41fc88de\",\"minHeightDesktop\":95,\"minHeightTablet\":70,\"minHeightMobile\":80,\"minHeightType\":\"vh\",\"alignItemsDesktop\":\"flex-start\",\"backgroundType\":\"image\",\"backgroundImageDesktop\":{\"uploading\":false,\"date\":1670921854000,\"filename\":\"Blue-Roan-pool.jpg\",\"menuOrder\":0,\"uploadedTo\":760,\"type\":\"image\",\"subtype\":\"jpeg\",\"id\":784,\"title\":\"Blue Roan - pool\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Blue-Roan-pool.jpg\",\"link\":\"https://blueroan.netgen.cloud/home/blue-roan-pool/\",\"alt\":\"\",\"author\":\"2\",\"description\":\"\",\"caption\":\"\",\"name\":\"blue-roan-pool\",\"status\":\"inherit\",\"modified\":1670921854000,\"mime\":\"image/jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-includes/images/media/default.png\",\"dateFormatted\":\"December 13, 2022\",\"nonces\":{\"update\":\"51a12ed09e\",\"delete\":\"5174068551\",\"edit\":\"1de0721407\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=784\\u0026action=edit\",\"meta\":false,\"authorName\":\"Netgen Support\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/profile.php\",\"uploadedToTitle\":\"Home\",\"uploadedToLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=760\\u0026action=edit\",\"filesizeInBytes\":154801,\"filesizeHumanReadable\":\"151 KB\",\"context\":\"\",\"height\":667,\"width\":1000,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Blue-Roan-pool-150x150.jpg\",\"orientation\":\"landscape\"},\"medium\":{\"height\":200,\"width\":300,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Blue-Roan-pool-300x200.jpg\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Blue-Roan-pool.jpg\",\"height\":667,\"width\":1000,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"backgroundPositionDesktop\":{\"x\":0.5,\"y\":0.25},\"backgroundImageColor\":\"rgba(42,42,42,0.35)\",\"topPaddingDesktop\":0,\"bottomPaddingDesktop\":0,\"leftPaddingDesktop\":40,\"rightPaddingDesktop\":40,\"topPaddingTablet\":120,\"bottomPaddingTablet\":120,\"leftPaddingTablet\":40,\"rightPaddingTablet\":40,\"topPaddingMobile\":150,\"bottomPaddingMobile\":150,\"leftPaddingMobile\":20,\"rightPaddingMobile\":20,\"paddingLink\":false,\"variationSelected\":true,\"isBlockRootParent\":true,\"overlayType\":\"color\",\"minHeightTypeTablet\":\"vh\",\"minHeightTypeMobile\":\"vh\"} -->\n<div class=\"wp-block-uagb-container uagb-block-41fc88de alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/info-box {\"classMigrate\":true,\"headingAlign\":\"left\",\"headingColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"subHeadingColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"headingTag\":\"h1\",\"subHeadFontSize\":17,\"subHeadFontSizeMobile\":15,\"headSpace\":20,\"subHeadSpace\":40,\"block_id\":\"1732e26d\",\"ctaIcon\":\"\",\"ctaType\":\"button\",\"ctaText\":\"Book Your Stay Now\",\"ctaLink\":\"#\",\"ctaBtnLinkColor\":\"var(\\u002d\\u002dast-global-color-2)\",\"ctaLinkHoverColor\":\"var(\\u002d\\u002dast-global-color-2)\",\"ctaBgColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"ctaBgHoverColor\":\"var(\\u002d\\u002dast-global-color-4)\",\"ctaBorderColor\":\"\",\"ctaBorderStyle\":\"\",\"ctaBorderWidth\":\"\",\"ctaBorderRadius\":\"\",\"iconImage\":{\"url\":\"\",\"alt\":\"InfoBox placeholder img\"},\"showIcon\":false,\"paddingBtnTop\":18,\"paddingBtnBottom\":18,\"paddingBtnLeft\":34,\"paddingBtnRight\":34,\"blockTopPadding\":0,\"blockRightPadding\":40,\"blockLeftPadding\":0,\"blockBottomPadding\":0,\"blockTopPaddingTablet\":0,\"blockRightPaddingTablet\":64,\"blockLeftPaddingTablet\":0,\"blockBottomPaddingTablet\":0,\"blockTopPaddingMobile\":0,\"blockRightPaddingMobile\":0,\"blockLeftPaddingMobile\":0,\"blockBottomPaddingMobile\":0,\"blockPaddingUnit\":\"%\",\"blockPaddingLink\":false,\"subHeadMarginTopTablet\":0,\"subHeadMarginRightTablet\":64,\"subHeadTabletSpace\":40,\"subHeadMarginLeftTablet\":0,\"subHeadMarginTopMobile\":0,\"subHeadMarginRightMobile\":0,\"subHeadMobileSpace\":40,\"subHeadMarginLeftMobile\":0,\"btnBorderTopWidth\":1,\"btnBorderLeftWidth\":1,\"btnBorderRightWidth\":1,\"btnBorderBottomWidth\":1,\"btnBorderTopLeftRadius\":0,\"btnBorderTopRightRadius\":0,\"btnBorderBottomLeftRadius\":0,\"btnBorderBottomRightRadius\":0,\"btnBorderStyle\":\"none\",\"btnBorderColor\":\"#333\"} -->\n<div class=\"wp-block-uagb-info-box uagb-block-1732e26d uagb-infobox__content-wrap  uagb-infobox-icon-above-title uagb-infobox-image-valign-top\"><div class=\"uagb-ifb-content\"><div class=\"uagb-ifb-title-wrap\"><h1 class=\"uagb-ifb-title\"><strong>Magaliesburg pet friendly self-catering accommodation</strong></h1></div><p class=\"uagb-ifb-desc\">Romantic pet-friendly self-catering accommodation in Magaliesburg, Gauteng.</p><div class=\"uagb-ifb-button-wrapper wp-block-button\"><a href=\"#\" class=\"uagb-infobox-cta-link wp-block-button__link\" target=\"_self\" rel=\"noopener noreferrer\" alt=\"\"><span class=\"uagb-inline-editing\">Book Your Stay Now</span></a></div></div></div>\n<!-- /wp:uagb/info-box --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"ee9f5289\",\"directionDesktop\":\"row\",\"directionMobile\":\"column-reverse\",\"alignItemsDesktop\":\"flex-start\",\"backgroundType\":\"color\",\"backgroundSizeTablet\":\"cover\",\"backgroundSizeMobile\":\"cover\",\"backgroundColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"topPaddingDesktop\":0,\"bottomPaddingDesktop\":0,\"topPaddingTablet\":80,\"bottomPaddingTablet\":80,\"leftPaddingTablet\":40,\"rightPaddingTablet\":40,\"topPaddingMobile\":64,\"bottomPaddingMobile\":64,\"leftPaddingMobile\":24,\"rightPaddingMobile\":24,\"paddingLink\":false,\"variationSelected\":true,\"rowGapDesktop\":0,\"columnGapDesktop\":0,\"columnGapTablet\":50,\"isBlockRootParent\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-ee9f5289 alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:image {\"align\":\"center\",\"id\":794,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image aligncenter size-full\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/210-2108726_too-great-for-us-tourism-grading-council-of-south-5.png\" alt=\"\" class=\"wp-image-794\"/></figure>\n<!-- /wp:image --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"9faaefb7\",\"directionDesktop\":\"row\",\"directionMobile\":\"column-reverse\",\"alignItemsDesktop\":\"flex-start\",\"backgroundType\":\"color\",\"backgroundSizeTablet\":\"cover\",\"backgroundSizeMobile\":\"cover\",\"backgroundColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"topPaddingDesktop\":60,\"bottomPaddingDesktop\":60,\"topPaddingTablet\":80,\"bottomPaddingTablet\":80,\"leftPaddingTablet\":40,\"rightPaddingTablet\":40,\"topPaddingMobile\":64,\"bottomPaddingMobile\":64,\"leftPaddingMobile\":24,\"rightPaddingMobile\":24,\"paddingLink\":false,\"variationSelected\":true,\"columnGapDesktop\":60,\"columnGapTablet\":50,\"isBlockRootParent\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-9faaefb7 alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/container {\"block_id\":\"f750966d\",\"widthDesktop\":50,\"variationSelected\":true,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-f750966d\"><!-- wp:uagb/info-box {\"classMigrate\":true,\"headingAlign\":\"left\",\"subHeadingColor\":\"\",\"subHeadFontSize\":16,\"subHeadFontSizeTablet\":16,\"subHeadFontSizeMobile\":15,\"subHeadSpace\":40,\"source_type\":\"image\",\"block_id\":\"5cb97e6e\",\"ctaType\":\"button\",\"ctaText\":\"Know More\",\"ctaBtnLinkColor\":\"\",\"ctaBgColor\":\"\",\"ctaBorderColor\":\"\",\"ctaBorderStyle\":\"\",\"ctaBorderWidth\":\"\",\"ctaBorderRadius\":\"\",\"iconBottomMargin\":40,\"iconImage\":{\"uploading\":false,\"date\":1670924230000,\"filename\":\"blue-roan-guest-farm-13.jpg\",\"menuOrder\":0,\"uploadedTo\":760,\"type\":\"image\",\"subtype\":\"jpeg\",\"id\":797,\"title\":\"blue-roan-guest-farm (13)\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-13.jpg\",\"link\":\"https://blueroan.netgen.cloud/home/blue-roan-guest-farm-13/\",\"alt\":\"\",\"author\":\"2\",\"description\":\"\",\"caption\":\"\",\"name\":\"blue-roan-guest-farm-13\",\"status\":\"inherit\",\"modified\":1670924230000,\"mime\":\"image/jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-includes/images/media/default.png\",\"dateFormatted\":\"December 13, 2022\",\"nonces\":{\"update\":\"46afd12e5c\",\"delete\":\"03dbfb32cd\",\"edit\":\"2bed0c26fe\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=797\\u0026action=edit\",\"meta\":false,\"authorName\":\"Netgen Support\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/profile.php\",\"uploadedToTitle\":\"Home\",\"uploadedToLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=760\\u0026action=edit\",\"filesizeInBytes\":201183,\"filesizeHumanReadable\":\"196 KB\",\"context\":\"\",\"height\":667,\"width\":1000,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-13-150x150.jpg\",\"orientation\":\"landscape\"},\"medium\":{\"height\":200,\"width\":300,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-13-300x200.jpg\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-13.jpg\",\"height\":667,\"width\":1000,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"imageSize\":\"full\",\"imageWidth\":100,\"imageWidthMobile\":100,\"imageWidthTablet\":100,\"showTitle\":false,\"paddingBtnTop\":18,\"paddingBtnBottom\":18,\"paddingBtnLeft\":34,\"paddingBtnRight\":34,\"imageWidthUnit\":\"%\",\"imageWidthUnitTablet\":\"%\",\"imageWidthUnitMobile\":\"%\",\"subHeadTopMargin\":0,\"subHeadRightMargin\":48,\"subHeadLeftMargin\":0,\"subHeadMarginTopTablet\":0,\"subHeadMarginRightTablet\":0,\"subHeadTabletSpace\":40,\"subHeadMarginLeftTablet\":0,\"imgTagHeight\":66,\"imgTagWidth\":1000,\"btnBorderTopWidth\":1,\"btnBorderLeftWidth\":1,\"btnBorderRightWidth\":1,\"btnBorderBottomWidth\":1,\"btnBorderTopLeftRadius\":0,\"btnBorderTopRightRadius\":0,\"btnBorderBottomLeftRadius\":0,\"btnBorderBottomRightRadius\":0,\"btnBorderStyle\":\"solid\",\"btnBorderColor\":\"#333\"} -->\n<div class=\"wp-block-uagb-info-box uagb-block-5cb97e6e uagb-infobox__content-wrap  uagb-infobox-icon-above-title uagb-infobox-image-valign-top\"><div class=\"uagb-ifb-content\"><div class=\"uagb-ifb-image-content\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-13.jpg\" alt=\"\" width=\"100\" height=\"66\" loading=\"lazy\"/></div><div class=\"uagb-ifb-title-wrap\"></div><p class=\"uagb-ifb-desc\">The Blue Roan Country Lodge is situated just 5 minutes from the village of Magaliesburg on a tar road so easy access for all cars. &nbsp;We have panoramic views of the Magaliesberg mountain range and our farm is the perfect place for a relaxing getaway in the country. &nbsp;As we are only 70 km from JHB and Pretoria, it is only an hour’s drive.<br></p><div class=\"uagb-ifb-button-wrapper wp-block-button\"><a href=\"\" class=\"uagb-infobox-cta-link wp-block-button__link  uagb-disable-link\" target=\"_self\" rel=\"noopener noreferrer\" alt=\"\"><span class=\"uagb-inline-editing\">Know More</span><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M504.3 273.6l-112.1 104c-6.992 6.484-17.18 8.218-25.94 4.406c-8.758-3.812-14.42-12.45-14.42-21.1L351.9 288H32C14.33 288 .0002 273.7 .0002 255.1S14.33 224 32 224h319.9l0-72c0-9.547 5.66-18.19 14.42-22c8.754-3.809 18.95-2.075 25.94 4.41l112.1 104C514.6 247.9 514.6 264.1 504.3 273.6z\"></path></svg></a></div></div></div>\n<!-- /wp:uagb/info-box --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"66fcaa90\",\"widthDesktop\":50,\"leftPaddingDesktop\":0,\"paddingLink\":false,\"variationSelected\":true,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-66fcaa90\"><!-- wp:uagb/advanced-heading {\"block_id\":\"8c85504d\",\"classMigrate\":true,\"headingDescToggle\":true,\"subHeadingColor\":\"\",\"headSpace\":20,\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-8c85504d\"><h2 class=\"uagb-heading-text\"><strong>Blue Roan is a 4-star graded pet-friendly venue</strong></h2><p class=\"uagb-desc-text\">Our goal is to provide high-quality, romantic, comfortable, and affordable self-catering accommodation on the outskirts of the village of &nbsp;Magaliesburg. &nbsp;For animal lovers, we are also&nbsp;pet-friendly&nbsp;by arrangement in most of the units all of which have their own fully fenced and gated private grassy gardens.</p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/image {\"block_id\":\"03b7d9c5\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/hammock-in-the-garden.jpg\",\"align\":\"left\",\"id\":799,\"linkDestination\":\"none\",\"naturalWidth\":600,\"naturalHeight\":400,\"sizeSlug\":\"full\",\"sizeSlugTablet\":\"full\",\"sizeSlugMobile\":\"full\",\"imageTopMargin\":20,\"imageRightMargin\":0,\"imageLeftMargin\":0,\"imageBottomMargin\":0,\"imageTopMarginMobile\":0,\"imageRightMarginMobile\":0,\"imageLeftMarginMobile\":0,\"imageBottomMarginMobile\":0,\"imageMarginLink\":false} -->\n<div class=\"wp-block-uagb-image uagb-block-03b7d9c5 wp-block-uagb-image--layout-default wp-block-uagb-image--effect-static wp-block-uagb-image--align-left\"><figure class=\"wp-block-uagb-image__figure\"><img srcset=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/hammock-in-the-garden.jpg \" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/hammock-in-the-garden.jpg\" alt=\"\" class=\"uag-image-799\" width=\"\" height=\"\" title=\"\" loading=\"lazy\"/></figure></div>\n<!-- /wp:uagb/image --></div>\n<!-- /wp:uagb/container --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"9f9a7c1f\",\"backgroundType\":\"color\",\"backgroundSizeTablet\":\"cover\",\"backgroundSizeMobile\":\"cover\",\"backgroundColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"topPaddingDesktop\":50,\"bottomPaddingDesktop\":100,\"topPaddingTablet\":50,\"bottomPaddingTablet\":25,\"leftPaddingTablet\":20,\"rightPaddingTablet\":20,\"topPaddingMobile\":50,\"bottomPaddingMobile\":20,\"leftPaddingMobile\":20,\"rightPaddingMobile\":20,\"paddingLink\":false,\"variationSelected\":true,\"rowGapDesktop\":0,\"isBlockRootParent\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-9f9a7c1f alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/container {\"block_id\":\"4a7be85b\",\"directionDesktop\":\"row\",\"alignItemsDesktop\":\"flex-end\",\"alignItemsTablet\":\"flex-end\",\"justifyContentDesktop\":\"flex-end\",\"justifyContentTablet\":\"space-between\",\"variationSelected\":true,\"rowGapMobile\":30,\"columnGapDesktop\":0} -->\n<div class=\"wp-block-uagb-container uagb-block-4a7be85b\"><!-- wp:uagb/advanced-heading {\"block_id\":\"dc45b44c\",\"classMigrate\":true,\"headingDescToggle\":true,\"subHeadingColor\":\"\",\"headSpace\":20,\"subHeadFontSize\":16} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-dc45b44c\"><h2 class=\"uagb-heading-text\">Amenities &amp; Facilities​</h2><p class=\"uagb-desc-text\">If you are looking for a relaxing, refreshing and rejuvenating experience altogether, we offer all of that under one roof.</p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/buttons {\"block_id\":\"6f60f755\",\"classMigrate\":true,\"childMigrate\":true,\"align\":\"right\",\"alignTablet\":\"right\",\"alignMobile\":\"left\",\"gap\":0} -->\n<div class=\"wp-block-uagb-buttons uagb-buttons__outer-wrap uagb-btn__default-btn uagb-btn-tablet__default-btn uagb-btn-mobile__default-btn uagb-block-6f60f755\"><div class=\"uagb-buttons__wrap uagb-buttons-layout-wrap\"><!-- wp:uagb/buttons-child {\"block_id\":\"d49a86d4\",\"label\":\"View All\",\"link\":\"#\",\"hColor\":\"\",\"borderWidth\":\"\",\"borderRadius\":\"\",\"borderStyle\":\"\",\"borderColor\":\"\",\"borderHColor\":\"\",\"btnBorderTopWidth\":1,\"btnBorderLeftWidth\":1,\"btnBorderRightWidth\":1,\"btnBorderBottomWidth\":1,\"btnBorderTopLeftRadius\":2,\"btnBorderTopRightRadius\":2,\"btnBorderBottomLeftRadius\":2,\"btnBorderBottomRightRadius\":2,\"btnBorderStyle\":\"solid\",\"btnBorderColor\":\"#333\",\"btnBorderHColor\":\"#333\"} -->\n<div class=\"wp-block-uagb-buttons-child uagb-buttons__outer-wrap uagb-block-d49a86d4 wp-block-button is-style-outline\"><div class=\"uagb-button__wrapper\"><a class=\"uagb-buttons-repeater wp-block-button__link\" href=\"#\" rel=\"follow noopener\" target=\"_self\"><div class=\"uagb-button__link\">View All</div></a></div></div>\n<!-- /wp:uagb/buttons-child --></div></div>\n<!-- /wp:uagb/buttons --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"25e3e418\",\"directionDesktop\":\"row\",\"alignItemsTablet\":\"flex-start\",\"paddingLink\":false,\"topMarginDesktop\":50,\"bottomMarginDesktop\":20,\"leftMarginDesktop\":0,\"rightMarginDesktop\":0,\"marginLink\":false,\"variationSelected\":true,\"rowGapMobile\":65,\"columnGapDesktop\":48,\"columnGapTablet\":20} -->\n<div class=\"wp-block-uagb-container uagb-block-25e3e418\"><!-- wp:uagb/info-box {\"classMigrate\":true,\"headingAlign\":\"left\",\"headingColor\":\"\",\"subHeadingColor\":\"\",\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"source_type\":\"image\",\"block_id\":\"33a86767\",\"ctaType\":\"text\",\"ctaText\":\"READ MORE\",\"ctaLinkColor\":\"var(\\u002d\\u002dast-global-color-0)\",\"ctaDecoration\":\"underline\",\"ctaFontSize\":12,\"ctaFontWeight\":\"600\",\"ctaLetterSpacing\":2,\"ctaBorderColor\":\"\",\"ctaBorderStyle\":\"\",\"ctaBorderWidth\":\"\",\"ctaBorderRadius\":\"\",\"iconBottomMargin\":30,\"iconImage\":{\"id\":90,\"title\":\"swimming-pool\",\"filename\":\"swimming-pool.jpg\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/swimming-pool.jpg\",\"link\":\"https://blueroan.netgen.cloud/swimming-pool/\",\"alt\":\"\",\"author\":\"34\",\"description\":\"\",\"caption\":\"\",\"name\":\"swimming-pool\",\"status\":\"inherit\",\"uploadedTo\":0,\"date\":\"2021-05-07T14:28:45.000Z\",\"modified\":\"2021-05-07T14:28:45.000Z\",\"menuOrder\":0,\"mime\":\"image/jpeg\",\"type\":\"image\",\"subtype\":\"jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/default.png\",\"dateFormatted\":\"May 7, 2021\",\"nonces\":{\"update\":\"971c957832\",\"delete\":\"8fb57461ba\",\"edit\":\"e9a8bb1d06\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=90\\u0026action=edit\",\"meta\":false,\"authorName\":\"Rishabh\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/user-edit.php?user_id=34\",\"filesizeInBytes\":29663,\"filesizeHumanReadable\":\"29 KB\",\"context\":\"\",\"height\":440,\"width\":370,\"orientation\":\"portrait\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/swimming-pool-150x150.jpg\",\"orientation\":\"landscape\"},\"medium\":{\"height\":300,\"width\":252,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/swimming-pool-252x300-1.jpg\",\"orientation\":\"portrait\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/swimming-pool.jpg\",\"height\":440,\"width\":370,\"orientation\":\"portrait\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"imageSize\":\"full\",\"imageWidth\":100,\"imageWidthMobile\":100,\"imageWidthTablet\":100,\"paddingBtnTop\":10,\"paddingBtnBottom\":10,\"paddingBtnLeft\":14,\"paddingBtnRight\":14,\"imageWidthUnit\":\"%\",\"imageWidthUnitTablet\":\"%\",\"imageWidthUnitMobile\":\"%\",\"subHeadTopMargin\":0,\"subHeadRightMargin\":40,\"subHeadLeftMargin\":0,\"subHeadMarginTopTablet\":0,\"subHeadMarginRightTablet\":0,\"subHeadTabletSpace\":20,\"subHeadMarginLeftTablet\":0,\"imgTagHeight\":118,\"imgTagWidth\":370,\"btnBorderTopWidth\":1,\"btnBorderLeftWidth\":1,\"btnBorderRightWidth\":1,\"btnBorderBottomWidth\":1,\"btnBorderTopLeftRadius\":0,\"btnBorderTopRightRadius\":0,\"btnBorderBottomLeftRadius\":0,\"btnBorderBottomRightRadius\":0,\"btnBorderStyle\":\"solid\",\"btnBorderColor\":\"#333\"} -->\n<div class=\"wp-block-uagb-info-box uagb-block-33a86767 uagb-infobox__content-wrap  uagb-infobox-icon-above-title uagb-infobox-image-valign-top\"><div class=\"uagb-ifb-content\"><div class=\"uagb-ifb-image-content\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/swimming-pool.jpg\" alt=\"\" width=\"100\" height=\"118\" loading=\"lazy\"/></div><div class=\"uagb-ifb-title-wrap\"><h3 class=\"uagb-ifb-title\">An Infinite-edge Pool​</h3></div><p class=\"uagb-ifb-desc\">Experience the joy of swimming in our infinity-edge pool that gives you a nice picturesque view.</p><div class=\"uagb-ifb-button-wrapper wp-block-button\"><a href=\"\" target=\"_self\" class=\"uagb-infobox-cta-link uagb-disable-link\" rel=\"noopener noreferrer\" alt=\"\"><span class=\"uagb-inline-editing\">READ MORE</span><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M504.3 273.6l-112.1 104c-6.992 6.484-17.18 8.218-25.94 4.406c-8.758-3.812-14.42-12.45-14.42-21.1L351.9 288H32C14.33 288 .0002 273.7 .0002 255.1S14.33 224 32 224h319.9l0-72c0-9.547 5.66-18.19 14.42-22c8.754-3.809 18.95-2.075 25.94 4.41l112.1 104C514.6 247.9 514.6 264.1 504.3 273.6z\"></path></svg></a></div></div></div>\n<!-- /wp:uagb/info-box -->\n\n<!-- wp:uagb/info-box {\"classMigrate\":true,\"headingAlign\":\"left\",\"headingColor\":\"\",\"subHeadingColor\":\"\",\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"source_type\":\"image\",\"block_id\":\"7220a2c2\",\"ctaType\":\"text\",\"ctaText\":\"READ MORE\",\"ctaLinkColor\":\"var(\\u002d\\u002dast-global-color-0)\",\"ctaDecoration\":\"underline\",\"ctaFontSize\":12,\"ctaFontWeight\":\"600\",\"ctaLetterSpacing\":2,\"ctaBorderColor\":\"\",\"ctaBorderStyle\":\"\",\"ctaBorderWidth\":\"\",\"ctaBorderRadius\":\"\",\"iconBottomMargin\":30,\"iconImage\":{\"id\":235,\"title\":\"spa\",\"filename\":\"spa.jpg\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/spa.jpg\",\"link\":\"https://blueroan.netgen.cloud/spa/\",\"alt\":\"\",\"author\":\"34\",\"description\":\"\",\"caption\":\"\",\"name\":\"spa\",\"status\":\"inherit\",\"uploadedTo\":0,\"date\":\"2021-05-11T10:14:20.000Z\",\"modified\":\"2021-05-11T10:14:20.000Z\",\"menuOrder\":0,\"mime\":\"image/jpeg\",\"type\":\"image\",\"subtype\":\"jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/default.png\",\"dateFormatted\":\"May 11, 2021\",\"nonces\":{\"update\":\"580ee12d5e\",\"delete\":\"261a8e7a22\",\"edit\":\"6139a47c8c\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=235\\u0026action=edit\",\"meta\":false,\"authorName\":\"Rishabh\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/user-edit.php?user_id=34\",\"filesizeInBytes\":27664,\"filesizeHumanReadable\":\"27 KB\",\"context\":\"\",\"height\":440,\"width\":370,\"orientation\":\"portrait\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/spa-150x150.jpg\",\"orientation\":\"landscape\"},\"medium\":{\"height\":300,\"width\":252,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/spa-252x300-1.jpg\",\"orientation\":\"portrait\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/spa.jpg\",\"height\":440,\"width\":370,\"orientation\":\"portrait\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"imageSize\":\"full\",\"imageWidth\":100,\"imageWidthMobile\":100,\"imageWidthTablet\":100,\"paddingBtnTop\":10,\"paddingBtnBottom\":10,\"paddingBtnLeft\":14,\"paddingBtnRight\":14,\"imageWidthUnit\":\"%\",\"imageWidthUnitTablet\":\"%\",\"imageWidthUnitMobile\":\"%\",\"subHeadTopMargin\":0,\"subHeadRightMargin\":40,\"subHeadLeftMargin\":0,\"subHeadMarginTopTablet\":0,\"subHeadMarginRightTablet\":0,\"subHeadTabletSpace\":20,\"subHeadMarginLeftTablet\":0,\"imgTagHeight\":118,\"imgTagWidth\":370,\"btnBorderTopWidth\":1,\"btnBorderLeftWidth\":1,\"btnBorderRightWidth\":1,\"btnBorderBottomWidth\":1,\"btnBorderTopLeftRadius\":0,\"btnBorderTopRightRadius\":0,\"btnBorderBottomLeftRadius\":0,\"btnBorderBottomRightRadius\":0,\"btnBorderStyle\":\"solid\",\"btnBorderColor\":\"#333\"} -->\n<div class=\"wp-block-uagb-info-box uagb-block-7220a2c2 uagb-infobox__content-wrap  uagb-infobox-icon-above-title uagb-infobox-image-valign-top\"><div class=\"uagb-ifb-content\"><div class=\"uagb-ifb-image-content\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/spa.jpg\" alt=\"\" width=\"100\" height=\"118\" loading=\"lazy\"/></div><div class=\"uagb-ifb-title-wrap\"><h3 class=\"uagb-ifb-title\">An Iconic Spa​</h3></div><p class=\"uagb-ifb-desc\">Set forth on an exquisite wellness journey to refresh, re-energize and rejuvenate at our iconic spa.</p><div class=\"uagb-ifb-button-wrapper wp-block-button\"><a href=\"\" target=\"_self\" class=\"uagb-infobox-cta-link uagb-disable-link\" rel=\"noopener noreferrer\" alt=\"\"><span class=\"uagb-inline-editing\">READ MORE</span><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M504.3 273.6l-112.1 104c-6.992 6.484-17.18 8.218-25.94 4.406c-8.758-3.812-14.42-12.45-14.42-21.1L351.9 288H32C14.33 288 .0002 273.7 .0002 255.1S14.33 224 32 224h319.9l0-72c0-9.547 5.66-18.19 14.42-22c8.754-3.809 18.95-2.075 25.94 4.41l112.1 104C514.6 247.9 514.6 264.1 504.3 273.6z\"></path></svg></a></div></div></div>\n<!-- /wp:uagb/info-box -->\n\n<!-- wp:uagb/info-box {\"classMigrate\":true,\"headingAlign\":\"left\",\"headingColor\":\"\",\"subHeadingColor\":\"\",\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"source_type\":\"image\",\"block_id\":\"65044801\",\"ctaType\":\"text\",\"ctaText\":\"READ MORE\",\"ctaLinkColor\":\"var(\\u002d\\u002dast-global-color-0)\",\"ctaDecoration\":\"underline\",\"ctaFontSize\":12,\"ctaFontWeight\":\"600\",\"ctaLetterSpacing\":2,\"ctaBorderColor\":\"\",\"ctaBorderStyle\":\"\",\"ctaBorderWidth\":\"\",\"ctaBorderRadius\":\"\",\"iconBottomMargin\":30,\"iconImage\":{\"id\":115,\"title\":\"rooms\",\"filename\":\"rooms.jpg\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/rooms.jpg\",\"link\":\"https://blueroan.netgen.cloud/rooms-2/\",\"alt\":\"\",\"author\":\"34\",\"description\":\"\",\"caption\":\"\",\"name\":\"rooms-2\",\"status\":\"inherit\",\"uploadedTo\":0,\"date\":\"2021-05-11T04:53:41.000Z\",\"modified\":\"2021-05-11T04:53:41.000Z\",\"menuOrder\":0,\"mime\":\"image/jpeg\",\"type\":\"image\",\"subtype\":\"jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/default.png\",\"dateFormatted\":\"May 11, 2021\",\"nonces\":{\"update\":\"4e23be63e1\",\"delete\":\"0c10fb0869\",\"edit\":\"714e3ba079\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=115\\u0026action=edit\",\"meta\":false,\"authorName\":\"Rishabh\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/user-edit.php?user_id=34\",\"filesizeInBytes\":31085,\"filesizeHumanReadable\":\"30 KB\",\"context\":\"\",\"height\":440,\"width\":370,\"orientation\":\"portrait\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/rooms-150x150.jpg\",\"orientation\":\"landscape\"},\"medium\":{\"height\":300,\"width\":252,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/rooms-252x300-1.jpg\",\"orientation\":\"portrait\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/rooms.jpg\",\"height\":440,\"width\":370,\"orientation\":\"portrait\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"imageSize\":\"full\",\"imageWidth\":100,\"imageWidthMobile\":100,\"imageWidthTablet\":100,\"paddingBtnTop\":10,\"paddingBtnBottom\":10,\"paddingBtnLeft\":14,\"paddingBtnRight\":14,\"imageWidthUnit\":\"%\",\"imageWidthUnitTablet\":\"%\",\"imageWidthUnitMobile\":\"%\",\"subHeadTopMargin\":0,\"subHeadRightMargin\":40,\"subHeadLeftMargin\":0,\"subHeadMarginTopTablet\":0,\"subHeadMarginRightTablet\":0,\"subHeadTabletSpace\":20,\"subHeadMarginLeftTablet\":0,\"imgTagHeight\":118,\"imgTagWidth\":370,\"btnBorderTopWidth\":1,\"btnBorderLeftWidth\":1,\"btnBorderRightWidth\":1,\"btnBorderBottomWidth\":1,\"btnBorderTopLeftRadius\":0,\"btnBorderTopRightRadius\":0,\"btnBorderBottomLeftRadius\":0,\"btnBorderBottomRightRadius\":0,\"btnBorderStyle\":\"solid\",\"btnBorderColor\":\"#333\"} -->\n<div class=\"wp-block-uagb-info-box uagb-block-65044801 uagb-infobox__content-wrap  uagb-infobox-icon-above-title uagb-infobox-image-valign-top\"><div class=\"uagb-ifb-content\"><div class=\"uagb-ifb-image-content\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/rooms.jpg\" alt=\"\" width=\"100\" height=\"118\" loading=\"lazy\"/></div><div class=\"uagb-ifb-title-wrap\"><h3 class=\"uagb-ifb-title\">In-house Restaurants​</h3></div><p class=\"uagb-ifb-desc\">We have three in-house restaurants offering different cuisines that you can choose from.</p><div class=\"uagb-ifb-button-wrapper wp-block-button\"><a href=\"\" target=\"_self\" class=\"uagb-infobox-cta-link uagb-disable-link\" rel=\"noopener noreferrer\" alt=\"\"><span class=\"uagb-inline-editing\">READ MORE</span><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M504.3 273.6l-112.1 104c-6.992 6.484-17.18 8.218-25.94 4.406c-8.758-3.812-14.42-12.45-14.42-21.1L351.9 288H32C14.33 288 .0002 273.7 .0002 255.1S14.33 224 32 224h319.9l0-72c0-9.547 5.66-18.19 14.42-22c8.754-3.809 18.95-2.075 25.94 4.41l112.1 104C514.6 247.9 514.6 264.1 504.3 273.6z\"></path></svg></a></div></div></div>\n<!-- /wp:uagb/info-box --></div>\n<!-- /wp:uagb/container --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"50179ce7\",\"backgroundType\":\"color\",\"backgroundSizeTablet\":\"cover\",\"backgroundSizeMobile\":\"cover\",\"backgroundColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"bottomPaddingDesktop\":104,\"leftPaddingDesktop\":40,\"rightPaddingDesktop\":40,\"topPaddingTablet\":80,\"bottomPaddingTablet\":80,\"leftPaddingTablet\":40,\"rightPaddingTablet\":40,\"topPaddingMobile\":64,\"bottomPaddingMobile\":64,\"leftPaddingMobile\":24,\"rightPaddingMobile\":24,\"paddingLink\":false,\"variationSelected\":true,\"rowGapDesktop\":0,\"isBlockRootParent\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-50179ce7 alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/advanced-heading {\"block_id\":\"9bbb010a\",\"classMigrate\":true,\"headingDescToggle\":true,\"headingAlign\":\"center\",\"headingAlignMobile\":\"left\",\"subHeadingColor\":\"\",\"headSpace\":20,\"subHeadFontSize\":16,\"blockBottomPadding\":20} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-9bbb010a\"><h2 class=\"uagb-heading-text\">Our Inside Pictures​</h2><p class=\"uagb-desc-text\">Take a look at some pretty pictures captured in and around our premises.</p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/container {\"block_id\":\"e8e42271\",\"directionDesktop\":\"row\",\"alignItemsDesktop\":\"flex-start\",\"topMarginDesktop\":20,\"bottomMarginDesktop\":0,\"leftMarginDesktop\":0,\"rightMarginDesktop\":0,\"marginLink\":false,\"variationSelected\":true,\"rowGapMobile\":24,\"columnGapDesktop\":24,\"columnGapTablet\":20} -->\n<div class=\"wp-block-uagb-container uagb-block-e8e42271\"><!-- wp:uagb/container {\"block_id\":\"0ff8ee9e\",\"widthDesktop\":32,\"variationSelected\":true,\"rowGapDesktop\":24,\"rowGapTablet\":20,\"rowGapMobile\":24,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-0ff8ee9e\"><!-- wp:uagb/image {\"block_id\":\"d80de794\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/gallery-1.jpg\",\"id\":105,\"linkDestination\":\"none\",\"width\":388,\"height\":240,\"naturalWidth\":388,\"naturalHeight\":240,\"sizeSlug\":\"full\",\"sizeSlugTablet\":\"full\",\"sizeSlugMobile\":\"full\"} -->\n<div class=\"wp-block-uagb-image uagb-block-d80de794 wp-block-uagb-image--layout-default wp-block-uagb-image--effect-static wp-block-uagb-image--align-none\"><figure class=\"wp-block-uagb-image__figure\"><img srcset=\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/gallery-1.jpg \" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/gallery-1.jpg\" alt=\"\" class=\"uag-image-105\" width=\"388\" height=\"240\" title=\"\" loading=\"lazy\"/></figure></div>\n<!-- /wp:uagb/image -->\n\n<!-- wp:uagb/image {\"block_id\":\"9cfe7359\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/gallery-6.jpg\",\"id\":110,\"linkDestination\":\"none\",\"naturalWidth\":388,\"naturalHeight\":240,\"sizeSlug\":\"full\",\"sizeSlugTablet\":\"full\",\"sizeSlugMobile\":\"full\"} -->\n<div class=\"wp-block-uagb-image uagb-block-9cfe7359 wp-block-uagb-image--layout-default wp-block-uagb-image--effect-static wp-block-uagb-image--align-none\"><figure class=\"wp-block-uagb-image__figure\"><img srcset=\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/gallery-6.jpg \" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/gallery-6.jpg\" alt=\"\" class=\"uag-image-110\" width=\"\" height=\"\" title=\"\" loading=\"lazy\"/></figure></div>\n<!-- /wp:uagb/image --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"c45156a0\",\"widthDesktop\":67,\"variationSelected\":true,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-c45156a0\"><!-- wp:uagb/image {\"block_id\":\"fec0bc93\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/gallery-2.jpg\",\"id\":106,\"linkDestination\":\"none\",\"width\":788,\"widthTablet\":780,\"height\":504,\"heightTablet\":0,\"naturalWidth\":788,\"naturalHeight\":504,\"sizeSlug\":\"full\",\"sizeSlugTablet\":\"full\",\"sizeSlugMobile\":\"full\",\"customHeightSetDesktop\":true} -->\n<div class=\"wp-block-uagb-image uagb-block-fec0bc93 wp-block-uagb-image--layout-default wp-block-uagb-image--effect-static wp-block-uagb-image--align-none\"><figure class=\"wp-block-uagb-image__figure\"><img srcset=\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/gallery-2.jpg \" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/gallery-2.jpg\" alt=\"\" class=\"uag-image-106\" width=\"788\" height=\"504\" title=\"\" loading=\"lazy\"/></figure></div>\n<!-- /wp:uagb/image --></div>\n<!-- /wp:uagb/container --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"1fec813b\",\"directionDesktop\":\"row\",\"alignItemsDesktop\":\"flex-start\",\"topMarginDesktop\":24,\"bottomMarginDesktop\":0,\"leftMarginDesktop\":0,\"rightMarginDesktop\":0,\"topMarginTablet\":20,\"bottomMarginTablet\":0,\"leftMarginTablet\":0,\"rightMarginTablet\":0,\"topMarginMobile\":24,\"bottomMarginMobile\":0,\"leftMarginMobile\":0,\"rightMarginMobile\":0,\"marginLink\":false,\"variationSelected\":true,\"columnGapDesktop\":24,\"columnGapTablet\":20} -->\n<div class=\"wp-block-uagb-container uagb-block-1fec813b\"><!-- wp:uagb/container {\"block_id\":\"f3aa293c\",\"widthDesktop\":67,\"variationSelected\":true,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-f3aa293c\"><!-- wp:uagb/image {\"block_id\":\"887f3bef\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/gallery-3.jpg\",\"id\":107,\"linkDestination\":\"none\",\"width\":788,\"height\":504,\"naturalWidth\":788,\"naturalHeight\":504,\"sizeSlug\":\"full\",\"sizeSlugTablet\":\"full\",\"sizeSlugMobile\":\"full\",\"customHeightSetDesktop\":true} -->\n<div class=\"wp-block-uagb-image uagb-block-887f3bef wp-block-uagb-image--layout-default wp-block-uagb-image--effect-static wp-block-uagb-image--align-none\"><figure class=\"wp-block-uagb-image__figure\"><img srcset=\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/gallery-3.jpg \" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/gallery-3.jpg\" alt=\"\" class=\"uag-image-107\" width=\"788\" height=\"504\" title=\"\" loading=\"lazy\"/></figure></div>\n<!-- /wp:uagb/image --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"b86dfe89\",\"widthDesktop\":32,\"variationSelected\":true,\"rowGapDesktop\":24,\"rowGapTablet\":20,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-b86dfe89\"><!-- wp:uagb/image {\"block_id\":\"8fe57282\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/gallery-5.jpg\",\"id\":109,\"linkDestination\":\"none\",\"width\":388,\"height\":240,\"naturalWidth\":388,\"naturalHeight\":240,\"sizeSlug\":\"full\",\"sizeSlugTablet\":\"full\",\"sizeSlugMobile\":\"full\"} -->\n<div class=\"wp-block-uagb-image uagb-block-8fe57282 wp-block-uagb-image--layout-default wp-block-uagb-image--effect-static wp-block-uagb-image--align-none\"><figure class=\"wp-block-uagb-image__figure\"><img srcset=\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/gallery-5.jpg \" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/gallery-5.jpg\" alt=\"\" class=\"uag-image-109\" width=\"388\" height=\"240\" title=\"\" loading=\"lazy\"/></figure></div>\n<!-- /wp:uagb/image -->\n\n<!-- wp:uagb/image {\"block_id\":\"ba279f3f\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/gallery-4.jpg\",\"id\":108,\"linkDestination\":\"none\",\"naturalWidth\":388,\"naturalHeight\":240,\"sizeSlug\":\"full\",\"sizeSlugTablet\":\"full\",\"sizeSlugMobile\":\"full\"} -->\n<div class=\"wp-block-uagb-image uagb-block-ba279f3f wp-block-uagb-image--layout-default wp-block-uagb-image--effect-static wp-block-uagb-image--align-none\"><figure class=\"wp-block-uagb-image__figure\"><img srcset=\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/gallery-4.jpg \" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/gallery-4.jpg\" alt=\"\" class=\"uag-image-108\" width=\"\" height=\"\" title=\"\" loading=\"lazy\"/></figure></div>\n<!-- /wp:uagb/image --></div>\n<!-- /wp:uagb/container --></div>\n<!-- /wp:uagb/container --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"30bba0a0\",\"backgroundType\":\"color\",\"backgroundSizeTablet\":\"cover\",\"backgroundSizeMobile\":\"cover\",\"backgroundColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"topPaddingDesktop\":40,\"bottomPaddingDesktop\":104,\"leftPaddingDesktop\":40,\"rightPaddingDesktop\":40,\"topPaddingTablet\":80,\"bottomPaddingTablet\":80,\"leftPaddingTablet\":40,\"rightPaddingTablet\":40,\"topPaddingMobile\":64,\"bottomPaddingMobile\":64,\"leftPaddingMobile\":24,\"rightPaddingMobile\":24,\"paddingLink\":false,\"variationSelected\":true,\"rowGapDesktop\":0,\"isBlockRootParent\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-30bba0a0 alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/advanced-heading {\"block_id\":\"829ebc00\",\"classMigrate\":true,\"headingDescToggle\":true,\"headingAlign\":\"center\",\"headingAlignMobile\":\"left\",\"subHeadingColor\":\"\",\"headSpace\":20,\"subHeadFontSize\":16,\"blockBottomPadding\":20} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-829ebc00\"><h2 class=\"uagb-heading-text\">What Our Guests Say​</h2><p class=\"uagb-desc-text\">We take pride in serving our guests with the best experience. Read what they say.</p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/container {\"block_id\":\"a2877e48\",\"directionDesktop\":\"row\",\"topMarginDesktop\":40,\"bottomMarginDesktop\":0,\"leftMarginDesktop\":0,\"rightMarginDesktop\":0,\"marginLink\":false,\"variationSelected\":true,\"rowGapMobile\":40,\"columnGapDesktop\":90} -->\n<div class=\"wp-block-uagb-container uagb-block-a2877e48\"><!-- wp:uagb/container {\"block_id\":\"ec0b306e\",\"widthDesktop\":50,\"variationSelected\":true,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-ec0b306e\"><!-- wp:uagb/star-rating {\"block_id\":\"ac9f68e0\",\"rating\":4.5,\"color\":\"var(\\u002d\\u002dast-global-color-2)\"} -->\n<div class=\"wp-block-uagb-star-rating uagb-block-ac9f68e0\"><div class=\"uag-star-rating\" title=\"4.5/5\"><span class=\"uag-star\">★</span><span class=\"uag-star\">★</span><span class=\"uag-star\">★</span><span class=\"uag-star\">★</span><span class=\"uag-star\">★</span></div></div>\n<!-- /wp:uagb/star-rating -->\n\n<!-- wp:uagb/testimonial {\"test_item_count\":1,\"classMigrate\":true,\"test_block\":[{\"description\":\"\\u0022Proin nulla mauris et volutpat adipiscing suspendisse vehicula blandit sagittis orci etiam morbi elit etiam semper eu lacus pretium hac nisl leo amet ullamcorper.\\u0022​\",\"name\":\"\\u003cstrong\\u003eEMILY HUNT​\\u003c/strong\\u003e\",\"company\":\"\",\"image\":{\"id\":119,\"title\":\"testimonial1\",\"filename\":\"testimonial1.jpg\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/testimonial1.jpg\",\"link\":\"https://blueroan.netgen.cloud/testimonial1/\",\"alt\":\"\",\"author\":\"34\",\"description\":\"\",\"caption\":\"\",\"name\":\"testimonial1\",\"status\":\"inherit\",\"uploadedTo\":0,\"date\":\"2021-05-11T05:02:02.000Z\",\"modified\":\"2021-05-11T05:02:02.000Z\",\"menuOrder\":0,\"mime\":\"image/jpeg\",\"type\":\"image\",\"subtype\":\"jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/default.png\",\"dateFormatted\":\"May 11, 2021\",\"nonces\":{\"update\":\"b92fe40c3d\",\"delete\":\"643c1eb8f1\",\"edit\":\"d3e7d56b1d\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=119\\u0026action=edit\",\"meta\":false,\"authorName\":\"Rishabh\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/user-edit.php?user_id=34\",\"filesizeInBytes\":11264,\"filesizeHumanReadable\":\"11 KB\",\"context\":\"\",\"height\":250,\"width\":250,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/testimonial1-150x150.jpg\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/testimonial1.jpg\",\"height\":250,\"width\":250,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}}}],\"headingAlign\":\"left\",\"headingAlignTablet\":\"left\",\"headingAlignMobile\":\"left\",\"descColor\":\"var(\\u002d\\u002dast-global-color-3)\",\"nameFontSize\":14,\"nameLineHeight\":1,\"descFontSize\":16,\"descFontWeight\":\"600\",\"nameSpace\":1,\"block_id\":\"b84a7195\",\"iconImage\":{\"url\":\"\",\"alt\":\"InfoBox placeholder img\"},\"imageWidth\":32,\"columnGap\":1,\"borderStyle\":\"\",\"paddingTop\":0,\"paddingBottom\":0,\"paddingLeft\":0,\"paddingRight\":0,\"spacingLink\":true,\"imgpaddingTop\":0,\"imgpaddingRight\":15,\"imgpaddingBottom\":0,\"imgpaddingLeft\":0,\"overallBorderStyle\":\"none\",\"imgTagHeight\":32,\"imgTagWidth\":150} -->\n<div class=\"wp-block-uagb-testimonial uagb-slick-carousel uagb-tm__arrow-outside uagb-block-b84a7195 uagb-post__carousel_notset uagb-post__carousel_notset-tablet uagb-post__carousel_notset-mobile\"><div class=\"is-carousel uagb-tm__columns-1 uagb-tm__items\"><div class=\"uagb-testimonial__wrap  uagb-tm__imgicon-style-circle uagb-tm__image-position-bottom uagb-tm__bg-type-none \"><div class=\"uagb-tm__content\"><div class=\"uagb-tm__overlay\"></div><div class=\"uagb-tm__text-wrap\"><div class=\"uagb-tm__desc\">\"Proin nulla mauris et volutpat adipiscing suspendisse vehicula blandit sagittis orci etiam morbi elit etiam semper eu lacus pretium hac nisl leo amet ullamcorper.\"​</div><div class=\"uagb-tm__meta-inner\"><div class=\"uagb-tm__image-content\"><div class=\"uagb-tm__image\"><img class=\"uagb-tm-img-src\" src=\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/testimonial1-150x150.jpg\" alt=\"\" width=\"32\" height=\"32\" loading=\"lazy\"/></div></div><div class=\"uagb-testimonial-details\"><span class=\"uagb-tm__author-name\"><strong>EMILY HUNT​</strong></span><span class=\"uagb-tm__company\"></span></div></div></div></div></div></div></div>\n<!-- /wp:uagb/testimonial -->\n\n<!-- wp:uagb/star-rating {\"block_id\":\"d2605c3d\",\"rating\":4.5,\"color\":\"var(\\u002d\\u002dast-global-color-2)\",\"blockTopMargin\":30,\"blockRightMargin\":0,\"blockLeftMargin\":0,\"blockBottomMargin\":0,\"blockTopMarginMobile\":20,\"blockRightMarginMobile\":0,\"blockLeftMarginMobile\":0,\"blockBottomMarginMobile\":0} -->\n<div class=\"wp-block-uagb-star-rating uagb-block-d2605c3d\"><div class=\"uag-star-rating\" title=\"4.5/5\"><span class=\"uag-star\">★</span><span class=\"uag-star\">★</span><span class=\"uag-star\">★</span><span class=\"uag-star\">★</span><span class=\"uag-star\">★</span></div></div>\n<!-- /wp:uagb/star-rating -->\n\n<!-- wp:uagb/testimonial {\"test_item_count\":1,\"classMigrate\":true,\"test_block\":[{\"description\":\"\\u0022Proin nulla mauris et volutpat adipiscing suspendisse vehicula blandit sagittis orci etiam morbi elit etiam semper eu lacus pretium hac nisl leo amet ullamcorper.\\u0022​\",\"name\":\"\\u003cstrong\\u003e\\u003cstrong\\u003eJULIE ROBINSON​\\u003c/strong\\u003e\\u003c/strong\\u003e\",\"company\":\"\",\"image\":{\"id\":122,\"title\":\"testimonial4\",\"filename\":\"testimonial4.jpg\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/testimonial4.jpg\",\"link\":\"https://blueroan.netgen.cloud/testimonial4/\",\"alt\":\"\",\"author\":\"34\",\"description\":\"\",\"caption\":\"\",\"name\":\"testimonial4\",\"status\":\"inherit\",\"uploadedTo\":0,\"date\":\"2021-05-11T05:02:06.000Z\",\"modified\":\"2021-05-11T05:02:06.000Z\",\"menuOrder\":0,\"mime\":\"image/jpeg\",\"type\":\"image\",\"subtype\":\"jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/default.png\",\"dateFormatted\":\"May 11, 2021\",\"nonces\":{\"update\":\"4e34860add\",\"delete\":\"9e126a55cd\",\"edit\":\"33ffd3c040\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=122\\u0026action=edit\",\"meta\":false,\"authorName\":\"Rishabh\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/user-edit.php?user_id=34\",\"filesizeInBytes\":16584,\"filesizeHumanReadable\":\"16 KB\",\"context\":\"\",\"height\":250,\"width\":250,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/testimonial4-150x150.jpg\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/testimonial4.jpg\",\"height\":250,\"width\":250,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}}}],\"headingAlign\":\"left\",\"headingAlignTablet\":\"left\",\"headingAlignMobile\":\"left\",\"descColor\":\"var(\\u002d\\u002dast-global-color-3)\",\"nameFontSize\":14,\"nameLineHeight\":1,\"descFontSize\":16,\"descFontWeight\":\"600\",\"nameSpace\":1,\"block_id\":\"e7c3a6f5\",\"iconImage\":{\"url\":\"\",\"alt\":\"InfoBox placeholder img\"},\"imageWidth\":32,\"columnGap\":1,\"borderStyle\":\"\",\"paddingTop\":0,\"paddingBottom\":0,\"paddingLeft\":0,\"paddingRight\":0,\"spacingLink\":true,\"imgpaddingTop\":0,\"imgpaddingRight\":15,\"imgpaddingBottom\":0,\"imgpaddingLeft\":0,\"overallBorderStyle\":\"none\",\"imgTagHeight\":32,\"imgTagWidth\":150} -->\n<div class=\"wp-block-uagb-testimonial uagb-slick-carousel uagb-tm__arrow-outside uagb-block-e7c3a6f5 uagb-post__carousel_notset uagb-post__carousel_notset-tablet uagb-post__carousel_notset-mobile\"><div class=\"is-carousel uagb-tm__columns-1 uagb-tm__items\"><div class=\"uagb-testimonial__wrap  uagb-tm__imgicon-style-circle uagb-tm__image-position-bottom uagb-tm__bg-type-none \"><div class=\"uagb-tm__content\"><div class=\"uagb-tm__overlay\"></div><div class=\"uagb-tm__text-wrap\"><div class=\"uagb-tm__desc\">\"Proin nulla mauris et volutpat adipiscing suspendisse vehicula blandit sagittis orci etiam morbi elit etiam semper eu lacus pretium hac nisl leo amet ullamcorper.\"​</div><div class=\"uagb-tm__meta-inner\"><div class=\"uagb-tm__image-content\"><div class=\"uagb-tm__image\"><img class=\"uagb-tm-img-src\" src=\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/testimonial4-150x150.jpg\" alt=\"\" width=\"32\" height=\"32\" loading=\"lazy\"/></div></div><div class=\"uagb-testimonial-details\"><span class=\"uagb-tm__author-name\"><strong><strong>JULIE ROBINSON​</strong></strong></span><span class=\"uagb-tm__company\"></span></div></div></div></div></div></div></div>\n<!-- /wp:uagb/testimonial --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"ae5ec2a3\",\"widthDesktop\":50,\"variationSelected\":true,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-ae5ec2a3\"><!-- wp:uagb/star-rating {\"block_id\":\"709bd41f\",\"rating\":4.5,\"color\":\"var(\\u002d\\u002dast-global-color-2)\"} -->\n<div class=\"wp-block-uagb-star-rating uagb-block-709bd41f\"><div class=\"uag-star-rating\" title=\"4.5/5\"><span class=\"uag-star\">★</span><span class=\"uag-star\">★</span><span class=\"uag-star\">★</span><span class=\"uag-star\">★</span><span class=\"uag-star\">★</span></div></div>\n<!-- /wp:uagb/star-rating -->\n\n<!-- wp:uagb/testimonial {\"test_item_count\":1,\"classMigrate\":true,\"test_block\":[{\"description\":\"\\u0022Proin nulla mauris et volutpat adipiscing suspendisse vehicula blandit sagittis orci etiam morbi elit etiam semper eu lacus pretium hac nisl leo amet ullamcorper.\\u0022​\",\"name\":\"\\u003cstrong\\u003e\\u003cstrong\\u003eMORGAN JONATHAN​\\u003c/strong\\u003e\\u003c/strong\\u003e\",\"company\":\"\",\"image\":{\"id\":120,\"title\":\"testimonial2\",\"filename\":\"testimonial2.jpg\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/testimonial2.jpg\",\"link\":\"https://blueroan.netgen.cloud/testimonial2/\",\"alt\":\"\",\"author\":\"34\",\"description\":\"\",\"caption\":\"\",\"name\":\"testimonial2\",\"status\":\"inherit\",\"uploadedTo\":0,\"date\":\"2021-05-11T05:02:03.000Z\",\"modified\":\"2021-05-11T05:02:03.000Z\",\"menuOrder\":0,\"mime\":\"image/jpeg\",\"type\":\"image\",\"subtype\":\"jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/default.png\",\"dateFormatted\":\"May 11, 2021\",\"nonces\":{\"update\":\"1ee6412858\",\"delete\":\"4414a2ccbf\",\"edit\":\"bde7b1f490\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=120\\u0026action=edit\",\"meta\":false,\"authorName\":\"Rishabh\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/user-edit.php?user_id=34\",\"filesizeInBytes\":10087,\"filesizeHumanReadable\":\"10 KB\",\"context\":\"\",\"height\":250,\"width\":250,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/testimonial2-150x150.jpg\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/testimonial2.jpg\",\"height\":250,\"width\":250,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}}}],\"headingAlign\":\"left\",\"headingAlignTablet\":\"left\",\"headingAlignMobile\":\"left\",\"descColor\":\"var(\\u002d\\u002dast-global-color-3)\",\"nameFontSize\":14,\"nameLineHeight\":1,\"descFontSize\":16,\"descFontWeight\":\"600\",\"nameSpace\":1,\"block_id\":\"0b1e436e\",\"iconImage\":{\"url\":\"\",\"alt\":\"InfoBox placeholder img\"},\"imageWidth\":32,\"columnGap\":1,\"borderStyle\":\"\",\"paddingTop\":0,\"paddingBottom\":0,\"paddingLeft\":0,\"paddingRight\":0,\"spacingLink\":true,\"imgpaddingTop\":0,\"imgpaddingRight\":15,\"imgpaddingBottom\":0,\"imgpaddingLeft\":0,\"overallBorderStyle\":\"none\",\"imgTagHeight\":32,\"imgTagWidth\":150} -->\n<div class=\"wp-block-uagb-testimonial uagb-slick-carousel uagb-tm__arrow-outside uagb-block-0b1e436e uagb-post__carousel_notset uagb-post__carousel_notset-tablet uagb-post__carousel_notset-mobile\"><div class=\"is-carousel uagb-tm__columns-1 uagb-tm__items\"><div class=\"uagb-testimonial__wrap  uagb-tm__imgicon-style-circle uagb-tm__image-position-bottom uagb-tm__bg-type-none \"><div class=\"uagb-tm__content\"><div class=\"uagb-tm__overlay\"></div><div class=\"uagb-tm__text-wrap\"><div class=\"uagb-tm__desc\">\"Proin nulla mauris et volutpat adipiscing suspendisse vehicula blandit sagittis orci etiam morbi elit etiam semper eu lacus pretium hac nisl leo amet ullamcorper.\"​</div><div class=\"uagb-tm__meta-inner\"><div class=\"uagb-tm__image-content\"><div class=\"uagb-tm__image\"><img class=\"uagb-tm-img-src\" src=\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/testimonial2-150x150.jpg\" alt=\"\" width=\"32\" height=\"32\" loading=\"lazy\"/></div></div><div class=\"uagb-testimonial-details\"><span class=\"uagb-tm__author-name\"><strong><strong>MORGAN JONATHAN​</strong></strong></span><span class=\"uagb-tm__company\"></span></div></div></div></div></div></div></div>\n<!-- /wp:uagb/testimonial -->\n\n<!-- wp:uagb/star-rating {\"block_id\":\"97597a81\",\"rating\":4.5,\"color\":\"var(\\u002d\\u002dast-global-color-2)\",\"blockTopMargin\":30,\"blockRightMargin\":0,\"blockLeftMargin\":0,\"blockBottomMargin\":0,\"blockTopMarginMobile\":20,\"blockRightMarginMobile\":0,\"blockLeftMarginMobile\":0,\"blockBottomMarginMobile\":0} -->\n<div class=\"wp-block-uagb-star-rating uagb-block-97597a81\"><div class=\"uag-star-rating\" title=\"4.5/5\"><span class=\"uag-star\">★</span><span class=\"uag-star\">★</span><span class=\"uag-star\">★</span><span class=\"uag-star\">★</span><span class=\"uag-star\">★</span></div></div>\n<!-- /wp:uagb/star-rating -->\n\n<!-- wp:uagb/testimonial {\"test_item_count\":1,\"classMigrate\":true,\"test_block\":[{\"description\":\"\\u0022Proin nulla mauris et volutpat adipiscing suspendisse vehicula blandit sagittis orci etiam morbi elit etiam semper eu lacus pretium hac nisl leo amet ullamcorper.\\u0022​\",\"name\":\"\\u003cstrong\\u003e\\u003cstrong\\u003e\\u003cstrong\\u003eJAMES BROOK​\\u003c/strong\\u003e\\u003c/strong\\u003e\\u003c/strong\\u003e\",\"company\":\"\",\"image\":{\"id\":121,\"title\":\"testimonial3\",\"filename\":\"testimonial3.jpg\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/testimonial3.jpg\",\"link\":\"https://blueroan.netgen.cloud/testimonial3/\",\"alt\":\"\",\"author\":\"34\",\"description\":\"\",\"caption\":\"\",\"name\":\"testimonial3\",\"status\":\"inherit\",\"uploadedTo\":0,\"date\":\"2021-05-11T05:02:05.000Z\",\"modified\":\"2021-05-11T05:02:05.000Z\",\"menuOrder\":0,\"mime\":\"image/jpeg\",\"type\":\"image\",\"subtype\":\"jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/default.png\",\"dateFormatted\":\"May 11, 2021\",\"nonces\":{\"update\":\"290653da5d\",\"delete\":\"90a4fb2d63\",\"edit\":\"ff8a64e56e\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=121\\u0026action=edit\",\"meta\":false,\"authorName\":\"Rishabh\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/user-edit.php?user_id=34\",\"filesizeInBytes\":8748,\"filesizeHumanReadable\":\"9 KB\",\"context\":\"\",\"height\":250,\"width\":250,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/testimonial3-150x150.jpg\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/testimonial3.jpg\",\"height\":250,\"width\":250,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}}}],\"headingAlign\":\"left\",\"headingAlignTablet\":\"left\",\"headingAlignMobile\":\"left\",\"descColor\":\"var(\\u002d\\u002dast-global-color-3)\",\"nameFontSize\":14,\"nameLineHeight\":1,\"descFontSize\":16,\"descFontWeight\":\"600\",\"nameSpace\":1,\"block_id\":\"364f0693\",\"iconImage\":{\"url\":\"\",\"alt\":\"InfoBox placeholder img\"},\"imageWidth\":32,\"columnGap\":1,\"borderStyle\":\"\",\"paddingTop\":0,\"paddingBottom\":0,\"paddingLeft\":0,\"paddingRight\":0,\"spacingLink\":true,\"imgpaddingTop\":0,\"imgpaddingRight\":15,\"imgpaddingBottom\":0,\"imgpaddingLeft\":0,\"overallBorderStyle\":\"none\",\"imgTagHeight\":32,\"imgTagWidth\":150} -->\n<div class=\"wp-block-uagb-testimonial uagb-slick-carousel uagb-tm__arrow-outside uagb-block-364f0693 uagb-post__carousel_notset uagb-post__carousel_notset-tablet uagb-post__carousel_notset-mobile\"><div class=\"is-carousel uagb-tm__columns-1 uagb-tm__items\"><div class=\"uagb-testimonial__wrap  uagb-tm__imgicon-style-circle uagb-tm__image-position-bottom uagb-tm__bg-type-none \"><div class=\"uagb-tm__content\"><div class=\"uagb-tm__overlay\"></div><div class=\"uagb-tm__text-wrap\"><div class=\"uagb-tm__desc\">\"Proin nulla mauris et volutpat adipiscing suspendisse vehicula blandit sagittis orci etiam morbi elit etiam semper eu lacus pretium hac nisl leo amet ullamcorper.\"​</div><div class=\"uagb-tm__meta-inner\"><div class=\"uagb-tm__image-content\"><div class=\"uagb-tm__image\"><img class=\"uagb-tm-img-src\" src=\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/testimonial3-150x150.jpg\" alt=\"\" width=\"32\" height=\"32\" loading=\"lazy\"/></div></div><div class=\"uagb-testimonial-details\"><span class=\"uagb-tm__author-name\"><strong><strong><strong>JAMES BROOK​</strong></strong></strong></span><span class=\"uagb-tm__company\"></span></div></div></div></div></div></div></div>\n<!-- /wp:uagb/testimonial --></div>\n<!-- /wp:uagb/container --></div>\n<!-- /wp:uagb/container --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"9df2b4e1\",\"innerContentCustomWidthDesktop\":781,\"innerContentCustomWidthTablet\":781,\"backgroundType\":\"image\",\"backgroundImageDesktop\":{\"id\":54,\"title\":\"background-img\",\"filename\":\"background-img-1.jpg\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/background-img-1.jpg\",\"link\":\"https://blueroan.netgen.cloud/background-img-2/\",\"alt\":\"\",\"author\":\"34\",\"description\":\"\",\"caption\":\"\",\"name\":\"background-img-2\",\"status\":\"inherit\",\"uploadedTo\":0,\"date\":\"2021-05-07T10:11:37.000Z\",\"modified\":\"2021-05-07T10:11:37.000Z\",\"menuOrder\":0,\"mime\":\"image/jpeg\",\"type\":\"image\",\"subtype\":\"jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/default.png\",\"dateFormatted\":\"May 7, 2021\",\"nonces\":{\"update\":\"bb999636b9\",\"delete\":\"d2e1375bc4\",\"edit\":\"005dd2f0c9\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=54\\u0026action=edit\",\"meta\":false,\"authorName\":\"Rishabh\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/user-edit.php?user_id=34\",\"filesizeInBytes\":338858,\"filesizeHumanReadable\":\"331 KB\",\"context\":\"\",\"height\":1080,\"width\":1920,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/background-img-1-150x150.jpg\",\"orientation\":\"landscape\"},\"medium\":{\"height\":169,\"width\":300,\"url\":\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/background-img-1-300x169.jpg\",\"orientation\":\"landscape\"},\"large\":{\"height\":576,\"width\":1024,\"url\":\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/background-img-1-1024x576.jpg\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/background-img-1.jpg\",\"height\":1080,\"width\":1920,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"backgroundImageColor\":\"rgba(42,42,42,0.65)\",\"topPaddingDesktop\":144,\"bottomPaddingDesktop\":144,\"leftPaddingDesktop\":40,\"rightPaddingDesktop\":40,\"topPaddingTablet\":80,\"bottomPaddingTablet\":80,\"leftPaddingTablet\":40,\"rightPaddingTablet\":40,\"topPaddingMobile\":64,\"bottomPaddingMobile\":64,\"leftPaddingMobile\":24,\"rightPaddingMobile\":24,\"paddingLink\":false,\"variationSelected\":true,\"isBlockRootParent\":true,\"overlayType\":\"color\"} -->\n<div class=\"wp-block-uagb-container uagb-block-9df2b4e1 alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/advanced-heading {\"block_id\":\"f1789b8a\",\"classMigrate\":true,\"headingDescToggle\":true,\"headingAlign\":\"center\",\"headingColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"subHeadingColor\":\"var(\\u002d\\u002dast-global-color-4)\",\"headSpace\":20} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-f1789b8a\"><h2 class=\"uagb-heading-text\">Plan an Unforgettable Experience in Mykonos Today!</h2><p class=\"uagb-desc-text\">We can help you fit your stay and experience within your allotted budget.</p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/advanced-heading {\"block_id\":\"a4b20906\",\"classMigrate\":true,\"headingTitleToggle\":false,\"headingDescToggle\":true,\"headingAlign\":\"center\",\"subHeadingColor\":\"var(\\u002d\\u002dast-global-color-4)\",\"subHeadTransform\":\"uppercase\",\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"subHeadLetterSpacing\":2,\"blockTopPadding\":60,\"blockRightPadding\":0,\"blockLeftPadding\":0,\"blockBottomPadding\":0,\"blockTopPaddingMobile\":30,\"blockRightPaddingMobile\":0,\"blockLeftPaddingMobile\":0,\"blockBottomPaddingMobile\":0} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-a4b20906\"><p class=\"uagb-desc-text\">BOOK YOUR STAY NOW​</p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/icon-list {\"block_id\":\"27a75af4\",\"classMigrate\":true,\"childMigrate\":true,\"align\":\"center\",\"parentIcon\":\"phone\",\"size\":40,\"sizeMobile\":24,\"sizeTablet\":32,\"fontSize\":48,\"fontSizeMobile\":28,\"fontSizeTablet\":40,\"fontWeight\":\"600\",\"iconColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"labelColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"blockTopPadding\":0,\"blockRightPadding\":0,\"blockLeftPadding\":0,\"blockBottomPadding\":24,\"blockPaddingLink\":false} -->\n<div class=\"wp-block-uagb-icon-list uagb-block-27a75af4\"><div class=\"uagb-icon-list__wrap\"><!-- wp:uagb/icon-list-child {\"block_id\":\"21febe0b\",\"label\":\"+1-123 456 7890​\",\"label_color\":\"\",\"fromParentIcon\":\"phone\",\"imageSizeChild\":40} -->\n<div class=\"wp-block-uagb-icon-list-child uagb-block-21febe0b\"><span class=\"uagb-icon-list__source-wrap\"><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M511.2 387l-23.25 100.8c-3.266 14.25-15.79 24.22-30.46 24.22C205.2 512 0 306.8 0 54.5c0-14.66 9.969-27.2 24.22-30.45l100.8-23.25C139.7-2.602 154.7 5.018 160.8 18.92l46.52 108.5c5.438 12.78 1.77 27.67-8.98 36.45L144.5 207.1c33.98 69.22 90.26 125.5 159.5 159.5l44.08-53.8c8.688-10.78 23.69-14.51 36.47-8.975l108.5 46.51C506.1 357.2 514.6 372.4 511.2 387z\"></path></svg></span><span class=\"uagb-icon-list__label\">+1-123 456 7890​</span></div>\n<!-- /wp:uagb/icon-list-child --></div></div>\n<!-- /wp:uagb/icon-list --></div></div>\n<!-- /wp:uagb/container -->',	'Home',	'',	'inherit',	'closed',	'closed',	'',	'760-revision-v1',	'',	'',	'2022-12-13 09:39:43',	'2022-12-13 09:39:43',	'',	760,	'https://blueroan.netgen.cloud/?p=802',	0,	'revision',	'',	0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(804,	2,	'2022-12-13 09:45:27',	'2022-12-13 09:45:27',	'<!-- wp:uagb/container {\"block_id\":\"e92d5a2a\",\"backgroundType\":\"image\",\"backgroundImageDesktop\":{\"id\":229,\"title\":\"amenities-banner\",\"filename\":\"amenities-banner.jpg\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/amenities-banner.jpg\",\"link\":\"https://blueroan.netgen.cloud/amenities-banner/\",\"alt\":\"\",\"author\":\"34\",\"description\":\"\",\"caption\":\"\",\"name\":\"amenities-banner\",\"status\":\"inherit\",\"uploadedTo\":0,\"date\":\"2021-05-11T09:55:10.000Z\",\"modified\":\"2021-05-11T09:55:10.000Z\",\"menuOrder\":0,\"mime\":\"image/jpeg\",\"type\":\"image\",\"subtype\":\"jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/default.png\",\"dateFormatted\":\"May 11, 2021\",\"nonces\":{\"update\":\"1a1690ea3c\",\"delete\":\"7a8501add2\",\"edit\":\"b11b972b93\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=229\\u0026action=edit\",\"meta\":false,\"authorName\":\"Rishabh\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/user-edit.php?user_id=34\",\"filesizeInBytes\":292603,\"filesizeHumanReadable\":\"286 KB\",\"context\":\"\",\"height\":800,\"width\":1920,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/amenities-banner-150x150.jpg\",\"orientation\":\"landscape\"},\"medium\":{\"height\":125,\"width\":300,\"url\":\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/amenities-banner-300x125.jpg\",\"orientation\":\"landscape\"},\"large\":{\"height\":427,\"width\":1024,\"url\":\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/amenities-banner-1024x427.jpg\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/amenities-banner.jpg\",\"height\":800,\"width\":1920,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"backgroundPositionDesktop\":{\"x\":\"0.50\",\"y\":\"0.00\"},\"backgroundSizeTablet\":\"cover\",\"backgroundSizeMobile\":\"cover\",\"backgroundColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"backgroundImageColor\":\"rgba(42,42,42,0.5)\",\"topPaddingDesktop\":220,\"bottomPaddingDesktop\":150,\"topPaddingTablet\":170,\"bottomPaddingTablet\":160,\"leftPaddingTablet\":30,\"rightPaddingTablet\":30,\"topPaddingMobile\":180,\"bottomPaddingMobile\":80,\"leftPaddingMobile\":20,\"rightPaddingMobile\":20,\"paddingLink\":false,\"variationSelected\":true,\"isBlockRootParent\":true,\"overlayType\":\"color\"} -->\n<div class=\"wp-block-uagb-container uagb-block-e92d5a2a alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/advanced-heading {\"block_id\":\"0db3c3db\",\"classMigrate\":true,\"headingDescToggle\":true,\"headingColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"subHeadingColor\":\"var(\\u002d\\u002dast-global-color-4)\",\"headingTag\":\"h1\",\"headSpace\":20,\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"blockTopPadding\":0,\"blockRightPadding\":50,\"blockLeftPadding\":0,\"blockBottomPadding\":0,\"blockTopPaddingTablet\":0,\"blockRightPaddingTablet\":20,\"blockLeftPaddingTablet\":0,\"blockBottomPaddingTablet\":0,\"blockTopPaddingMobile\":0,\"blockRightPaddingMobile\":0,\"blockLeftPaddingMobile\":0,\"blockBottomPaddingMobile\":0,\"blockPaddingUnit\":\"%\",\"blockPaddingUnitTablet\":\"%\"} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-0db3c3db\"><h1 class=\"uagb-heading-text\">Amenities &amp; Facilities​</h1><p class=\"uagb-desc-text\">We do not give you just rooms to stay. We give you an environment so you can experience the best while on a holiday with us. Walk into our hotel and enjoy a refreshing, rejuvenating, day-off with us.</p></div>\n<!-- /wp:uagb/advanced-heading --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"297de358\",\"backgroundType\":\"color\",\"backgroundSizeTablet\":\"cover\",\"backgroundSizeMobile\":\"cover\",\"backgroundColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"topPaddingDesktop\":120,\"bottomPaddingDesktop\":120,\"topPaddingTablet\":80,\"bottomPaddingTablet\":80,\"leftPaddingTablet\":30,\"rightPaddingTablet\":30,\"topPaddingMobile\":80,\"bottomPaddingMobile\":80,\"leftPaddingMobile\":20,\"rightPaddingMobile\":20,\"paddingLink\":false,\"variationSelected\":true,\"rowGapDesktop\":0,\"rowGapTablet\":0,\"rowGapMobile\":0,\"isBlockRootParent\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-297de358 alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/container {\"block_id\":\"32e79b6f\",\"directionDesktop\":\"row\",\"alignItemsDesktop\":\"flex-end\",\"alignItemsTablet\":\"flex-end\",\"justifyContentDesktop\":\"flex-end\",\"justifyContentTablet\":\"space-between\",\"variationSelected\":true,\"rowGapMobile\":30,\"columnGapDesktop\":0} -->\n<div class=\"wp-block-uagb-container uagb-block-32e79b6f\"><!-- wp:uagb/advanced-heading {\"block_id\":\"fee83d0e\",\"classMigrate\":true,\"headingDescToggle\":true,\"subHeadingColor\":\"\",\"headSpace\":20,\"subHeadFontSize\":16} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-fee83d0e\"><h2 class=\"uagb-heading-text\">Amenities​</h2><p class=\"uagb-desc-text\">Cursus tempus, tincidunt quis sem sapien id non eget sed in consequat tellus phasellus orci in semper elit porttitor eget metus.​</p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/buttons {\"block_id\":\"bdf2457f\",\"classMigrate\":true,\"childMigrate\":true,\"align\":\"right\",\"alignTablet\":\"right\",\"alignMobile\":\"left\",\"gap\":0} -->\n<div class=\"wp-block-uagb-buttons uagb-buttons__outer-wrap uagb-btn__default-btn uagb-btn-tablet__default-btn uagb-btn-mobile__default-btn uagb-block-bdf2457f\"><div class=\"uagb-buttons__wrap uagb-buttons-layout-wrap\"><!-- wp:uagb/buttons-child {\"block_id\":\"e54de1ec\",\"label\":\"Get Bookings\",\"link\":\"#\",\"hColor\":\"\",\"borderWidth\":\"\",\"borderRadius\":\"\",\"borderStyle\":\"\",\"borderColor\":\"\",\"borderHColor\":\"\",\"btnBorderTopWidth\":1,\"btnBorderLeftWidth\":1,\"btnBorderRightWidth\":1,\"btnBorderBottomWidth\":1,\"btnBorderTopLeftRadius\":2,\"btnBorderTopRightRadius\":2,\"btnBorderBottomLeftRadius\":2,\"btnBorderBottomRightRadius\":2,\"btnBorderStyle\":\"solid\",\"btnBorderColor\":\"#333\",\"btnBorderHColor\":\"#333\"} -->\n<div class=\"wp-block-uagb-buttons-child uagb-buttons__outer-wrap uagb-block-e54de1ec wp-block-button is-style-outline\"><div class=\"uagb-button__wrapper\"><a class=\"uagb-buttons-repeater wp-block-button__link\" href=\"#\" rel=\"follow noopener\" target=\"_self\"><div class=\"uagb-button__link\">Get Bookings</div></a></div></div>\n<!-- /wp:uagb/buttons-child --></div></div>\n<!-- /wp:uagb/buttons --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"6fe0e08a\",\"directionDesktop\":\"row\",\"alignItemsTablet\":\"flex-start\",\"paddingLink\":false,\"topMarginDesktop\":54,\"bottomMarginDesktop\":0,\"leftMarginDesktop\":0,\"rightMarginDesktop\":0,\"topMarginTablet\":30,\"bottomMarginTablet\":0,\"leftMarginTablet\":0,\"rightMarginTablet\":0,\"marginLink\":false,\"variationSelected\":true,\"rowGapMobile\":65,\"columnGapDesktop\":48,\"columnGapTablet\":20} -->\n<div class=\"wp-block-uagb-container uagb-block-6fe0e08a\"><!-- wp:uagb/info-box {\"classMigrate\":true,\"headingAlign\":\"left\",\"headingColor\":\"\",\"subHeadingColor\":\"\",\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"source_type\":\"image\",\"block_id\":\"c31617ad\",\"ctaIcon\":\"\",\"ctaType\":\"text\",\"ctaText\":\"READ MORE\",\"ctaLinkColor\":\"var(\\u002d\\u002dast-global-color-0)\",\"ctaDecoration\":\"underline\",\"ctaFontSize\":12,\"ctaFontWeight\":\"600\",\"ctaLetterSpacing\":2,\"ctaBorderColor\":\"\",\"ctaBorderStyle\":\"\",\"ctaBorderWidth\":\"\",\"ctaBorderRadius\":\"\",\"iconBottomMargin\":30,\"iconImage\":{\"id\":90,\"title\":\"swimming-pool\",\"filename\":\"swimming-pool.jpg\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/swimming-pool.jpg\",\"link\":\"https://blueroan.netgen.cloud/swimming-pool/\",\"alt\":\"\",\"author\":\"34\",\"description\":\"\",\"caption\":\"\",\"name\":\"swimming-pool\",\"status\":\"inherit\",\"uploadedTo\":0,\"date\":\"2021-05-07T14:28:45.000Z\",\"modified\":\"2021-05-07T14:28:45.000Z\",\"menuOrder\":0,\"mime\":\"image/jpeg\",\"type\":\"image\",\"subtype\":\"jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/default.png\",\"dateFormatted\":\"May 7, 2021\",\"nonces\":{\"update\":\"971c957832\",\"delete\":\"8fb57461ba\",\"edit\":\"e9a8bb1d06\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=90\\u0026action=edit\",\"meta\":false,\"authorName\":\"Rishabh\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/user-edit.php?user_id=34\",\"filesizeInBytes\":29663,\"filesizeHumanReadable\":\"29 KB\",\"context\":\"\",\"height\":440,\"width\":370,\"orientation\":\"portrait\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/swimming-pool-150x150.jpg\",\"orientation\":\"landscape\"},\"medium\":{\"height\":300,\"width\":252,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/swimming-pool-252x300-1.jpg\",\"orientation\":\"portrait\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/swimming-pool.jpg\",\"height\":440,\"width\":370,\"orientation\":\"portrait\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"imageSize\":\"full\",\"imageWidth\":100,\"imageWidthMobile\":100,\"imageWidthTablet\":100,\"paddingBtnTop\":10,\"paddingBtnBottom\":10,\"paddingBtnLeft\":14,\"paddingBtnRight\":14,\"imageWidthUnit\":\"%\",\"imageWidthUnitTablet\":\"%\",\"imageWidthUnitMobile\":\"%\",\"subHeadTopMargin\":0,\"subHeadRightMargin\":40,\"subHeadLeftMargin\":0,\"subHeadMarginTopTablet\":0,\"subHeadMarginRightTablet\":0,\"subHeadTabletSpace\":20,\"subHeadMarginLeftTablet\":0,\"imgTagHeight\":118,\"imgTagWidth\":370,\"btnBorderTopWidth\":1,\"btnBorderLeftWidth\":1,\"btnBorderRightWidth\":1,\"btnBorderBottomWidth\":1,\"btnBorderTopLeftRadius\":0,\"btnBorderTopRightRadius\":0,\"btnBorderBottomLeftRadius\":0,\"btnBorderBottomRightRadius\":0,\"btnBorderStyle\":\"solid\",\"btnBorderColor\":\"#333\"} -->\n<div class=\"wp-block-uagb-info-box uagb-block-c31617ad uagb-infobox__content-wrap  uagb-infobox-icon-above-title uagb-infobox-image-valign-top\"><div class=\"uagb-ifb-content\"><div class=\"uagb-ifb-image-content\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/swimming-pool.jpg\" alt=\"\" width=\"100\" height=\"118\" loading=\"lazy\"/></div><div class=\"uagb-ifb-title-wrap\"><h3 class=\"uagb-ifb-title\">An Infinite-edge Pool​</h3></div><p class=\"uagb-ifb-desc\">Experience the joy of swimming in our infinity-edge pool that gives you a nice picturesque view.</p><div class=\"uagb-ifb-button-wrapper wp-block-button\"><a href=\"\" target=\"_self\" class=\"uagb-infobox-cta-link uagb-disable-link\" rel=\"noopener noreferrer\" alt=\"\"><span class=\"uagb-inline-editing\">READ MORE</span></a></div></div></div>\n<!-- /wp:uagb/info-box -->\n\n<!-- wp:uagb/info-box {\"classMigrate\":true,\"headingAlign\":\"left\",\"headingColor\":\"\",\"subHeadingColor\":\"\",\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"source_type\":\"image\",\"block_id\":\"cd622c39\",\"ctaIcon\":\"\",\"ctaType\":\"text\",\"ctaText\":\"READ MORE\",\"ctaLinkColor\":\"var(\\u002d\\u002dast-global-color-0)\",\"ctaDecoration\":\"underline\",\"ctaFontSize\":12,\"ctaFontWeight\":\"600\",\"ctaLetterSpacing\":2,\"ctaBorderColor\":\"\",\"ctaBorderStyle\":\"\",\"ctaBorderWidth\":\"\",\"ctaBorderRadius\":\"\",\"iconBottomMargin\":30,\"iconImage\":{\"id\":235,\"title\":\"spa\",\"filename\":\"spa.jpg\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/spa.jpg\",\"link\":\"https://blueroan.netgen.cloud/spa/\",\"alt\":\"\",\"author\":\"34\",\"description\":\"\",\"caption\":\"\",\"name\":\"spa\",\"status\":\"inherit\",\"uploadedTo\":0,\"date\":\"2021-05-11T10:14:20.000Z\",\"modified\":\"2021-05-11T10:14:20.000Z\",\"menuOrder\":0,\"mime\":\"image/jpeg\",\"type\":\"image\",\"subtype\":\"jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/default.png\",\"dateFormatted\":\"May 11, 2021\",\"nonces\":{\"update\":\"580ee12d5e\",\"delete\":\"261a8e7a22\",\"edit\":\"6139a47c8c\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=235\\u0026action=edit\",\"meta\":false,\"authorName\":\"Rishabh\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/user-edit.php?user_id=34\",\"filesizeInBytes\":27664,\"filesizeHumanReadable\":\"27 KB\",\"context\":\"\",\"height\":440,\"width\":370,\"orientation\":\"portrait\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/spa-150x150.jpg\",\"orientation\":\"landscape\"},\"medium\":{\"height\":300,\"width\":252,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/spa-252x300-1.jpg\",\"orientation\":\"portrait\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/spa.jpg\",\"height\":440,\"width\":370,\"orientation\":\"portrait\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"imageSize\":\"full\",\"imageWidth\":100,\"imageWidthMobile\":100,\"imageWidthTablet\":100,\"paddingBtnTop\":10,\"paddingBtnBottom\":10,\"paddingBtnLeft\":14,\"paddingBtnRight\":14,\"imageWidthUnit\":\"%\",\"imageWidthUnitTablet\":\"%\",\"imageWidthUnitMobile\":\"%\",\"subHeadTopMargin\":0,\"subHeadRightMargin\":40,\"subHeadLeftMargin\":0,\"subHeadMarginTopTablet\":0,\"subHeadMarginRightTablet\":0,\"subHeadTabletSpace\":20,\"subHeadMarginLeftTablet\":0,\"imgTagHeight\":118,\"imgTagWidth\":370,\"btnBorderTopWidth\":1,\"btnBorderLeftWidth\":1,\"btnBorderRightWidth\":1,\"btnBorderBottomWidth\":1,\"btnBorderTopLeftRadius\":0,\"btnBorderTopRightRadius\":0,\"btnBorderBottomLeftRadius\":0,\"btnBorderBottomRightRadius\":0,\"btnBorderStyle\":\"solid\",\"btnBorderColor\":\"#333\"} -->\n<div class=\"wp-block-uagb-info-box uagb-block-cd622c39 uagb-infobox__content-wrap  uagb-infobox-icon-above-title uagb-infobox-image-valign-top\"><div class=\"uagb-ifb-content\"><div class=\"uagb-ifb-image-content\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/spa.jpg\" alt=\"\" width=\"100\" height=\"118\" loading=\"lazy\"/></div><div class=\"uagb-ifb-title-wrap\"><h3 class=\"uagb-ifb-title\">An Iconic Spa​</h3></div><p class=\"uagb-ifb-desc\">Set forth on an exquisite wellness journey to refresh, re-energize and rejuvenate at our iconic spa.</p><div class=\"uagb-ifb-button-wrapper wp-block-button\"><a href=\"\" target=\"_self\" class=\"uagb-infobox-cta-link uagb-disable-link\" rel=\"noopener noreferrer\" alt=\"\"><span class=\"uagb-inline-editing\">READ MORE</span></a></div></div></div>\n<!-- /wp:uagb/info-box -->\n\n<!-- wp:uagb/info-box {\"classMigrate\":true,\"headingAlign\":\"left\",\"headingColor\":\"\",\"subHeadingColor\":\"\",\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"source_type\":\"image\",\"block_id\":\"d035c20a\",\"ctaIcon\":\"\",\"ctaType\":\"text\",\"ctaText\":\"READ MORE\",\"ctaLinkColor\":\"var(\\u002d\\u002dast-global-color-0)\",\"ctaDecoration\":\"underline\",\"ctaFontSize\":12,\"ctaFontWeight\":\"600\",\"ctaLetterSpacing\":2,\"ctaBorderColor\":\"\",\"ctaBorderStyle\":\"\",\"ctaBorderWidth\":\"\",\"ctaBorderRadius\":\"\",\"iconBottomMargin\":30,\"iconImage\":{\"id\":115,\"title\":\"rooms\",\"filename\":\"rooms.jpg\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/rooms.jpg\",\"link\":\"https://blueroan.netgen.cloud/rooms-2/\",\"alt\":\"\",\"author\":\"34\",\"description\":\"\",\"caption\":\"\",\"name\":\"rooms-2\",\"status\":\"inherit\",\"uploadedTo\":0,\"date\":\"2021-05-11T04:53:41.000Z\",\"modified\":\"2021-05-11T04:53:41.000Z\",\"menuOrder\":0,\"mime\":\"image/jpeg\",\"type\":\"image\",\"subtype\":\"jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/default.png\",\"dateFormatted\":\"May 11, 2021\",\"nonces\":{\"update\":\"4e23be63e1\",\"delete\":\"0c10fb0869\",\"edit\":\"714e3ba079\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=115\\u0026action=edit\",\"meta\":false,\"authorName\":\"Rishabh\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/user-edit.php?user_id=34\",\"filesizeInBytes\":31085,\"filesizeHumanReadable\":\"30 KB\",\"context\":\"\",\"height\":440,\"width\":370,\"orientation\":\"portrait\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/rooms-150x150.jpg\",\"orientation\":\"landscape\"},\"medium\":{\"height\":300,\"width\":252,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/rooms-252x300-1.jpg\",\"orientation\":\"portrait\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/rooms.jpg\",\"height\":440,\"width\":370,\"orientation\":\"portrait\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"imageSize\":\"full\",\"imageWidth\":100,\"imageWidthMobile\":100,\"imageWidthTablet\":100,\"paddingBtnTop\":10,\"paddingBtnBottom\":10,\"paddingBtnLeft\":14,\"paddingBtnRight\":14,\"imageWidthUnit\":\"%\",\"imageWidthUnitTablet\":\"%\",\"imageWidthUnitMobile\":\"%\",\"subHeadTopMargin\":0,\"subHeadRightMargin\":40,\"subHeadLeftMargin\":0,\"subHeadMarginTopTablet\":0,\"subHeadMarginRightTablet\":0,\"subHeadTabletSpace\":20,\"subHeadMarginLeftTablet\":0,\"imgTagHeight\":118,\"imgTagWidth\":370,\"btnBorderTopWidth\":1,\"btnBorderLeftWidth\":1,\"btnBorderRightWidth\":1,\"btnBorderBottomWidth\":1,\"btnBorderTopLeftRadius\":0,\"btnBorderTopRightRadius\":0,\"btnBorderBottomLeftRadius\":0,\"btnBorderBottomRightRadius\":0,\"btnBorderStyle\":\"solid\",\"btnBorderColor\":\"#333\"} -->\n<div class=\"wp-block-uagb-info-box uagb-block-d035c20a uagb-infobox__content-wrap  uagb-infobox-icon-above-title uagb-infobox-image-valign-top\"><div class=\"uagb-ifb-content\"><div class=\"uagb-ifb-image-content\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/rooms.jpg\" alt=\"\" width=\"100\" height=\"118\" loading=\"lazy\"/></div><div class=\"uagb-ifb-title-wrap\"><h3 class=\"uagb-ifb-title\">In-house Restaurants​</h3></div><p class=\"uagb-ifb-desc\">We have three in-house restaurants offering different cuisines that you can choose from.</p><div class=\"uagb-ifb-button-wrapper wp-block-button\"><a href=\"\" target=\"_self\" class=\"uagb-infobox-cta-link uagb-disable-link\" rel=\"noopener noreferrer\" alt=\"\"><span class=\"uagb-inline-editing\">READ MORE</span></a></div></div></div>\n<!-- /wp:uagb/info-box --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"579dbe1a\",\"directionDesktop\":\"row\",\"alignItemsTablet\":\"flex-start\",\"topPaddingMobile\":65,\"paddingLink\":false,\"topMarginDesktop\":48,\"bottomMarginDesktop\":0,\"leftMarginDesktop\":0,\"rightMarginDesktop\":0,\"topMarginTablet\":20,\"bottomMarginTablet\":0,\"leftMarginTablet\":0,\"rightMarginTablet\":0,\"marginLink\":false,\"variationSelected\":true,\"rowGapMobile\":65,\"columnGapDesktop\":48,\"columnGapTablet\":20} -->\n<div class=\"wp-block-uagb-container uagb-block-579dbe1a\"><!-- wp:uagb/info-box {\"classMigrate\":true,\"headingAlign\":\"left\",\"headingColor\":\"\",\"subHeadingColor\":\"\",\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"source_type\":\"image\",\"block_id\":\"d0818192\",\"ctaIcon\":\"\",\"ctaType\":\"text\",\"ctaText\":\"READ MORE\",\"ctaLinkColor\":\"var(\\u002d\\u002dast-global-color-0)\",\"ctaDecoration\":\"underline\",\"ctaFontSize\":12,\"ctaFontWeight\":\"600\",\"ctaLetterSpacing\":2,\"ctaBorderColor\":\"\",\"ctaBorderStyle\":\"\",\"ctaBorderWidth\":\"\",\"ctaBorderRadius\":\"\",\"iconBottomMargin\":30,\"iconImage\":{\"id\":238,\"title\":\"bathtub\",\"filename\":\"bathtub.jpg\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/bathtub.jpg\",\"link\":\"https://blueroan.netgen.cloud/bathtub/\",\"alt\":\"\",\"author\":\"34\",\"description\":\"\",\"caption\":\"\",\"name\":\"bathtub\",\"status\":\"inherit\",\"uploadedTo\":0,\"date\":\"2021-05-11T10:44:17.000Z\",\"modified\":\"2021-05-11T10:44:17.000Z\",\"menuOrder\":0,\"mime\":\"image/jpeg\",\"type\":\"image\",\"subtype\":\"jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/default.png\",\"dateFormatted\":\"May 11, 2021\",\"nonces\":{\"update\":\"29793a5dce\",\"delete\":\"4acd90ad70\",\"edit\":\"57a620e1e6\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=238\\u0026action=edit\",\"meta\":false,\"authorName\":\"Rishabh\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/user-edit.php?user_id=34\",\"filesizeInBytes\":25801,\"filesizeHumanReadable\":\"25 KB\",\"context\":\"\",\"height\":440,\"width\":370,\"orientation\":\"portrait\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/bathtub-150x150.jpg\",\"orientation\":\"landscape\"},\"medium\":{\"height\":300,\"width\":252,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/bathtub-252x300-1.jpg\",\"orientation\":\"portrait\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/bathtub.jpg\",\"height\":440,\"width\":370,\"orientation\":\"portrait\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"imageSize\":\"full\",\"imageWidth\":100,\"imageWidthMobile\":100,\"imageWidthTablet\":100,\"paddingBtnTop\":10,\"paddingBtnBottom\":10,\"paddingBtnLeft\":14,\"paddingBtnRight\":14,\"imageWidthUnit\":\"%\",\"imageWidthUnitTablet\":\"%\",\"imageWidthUnitMobile\":\"%\",\"subHeadTopMargin\":0,\"subHeadRightMargin\":40,\"subHeadLeftMargin\":0,\"subHeadMarginTopTablet\":0,\"subHeadMarginRightTablet\":0,\"subHeadTabletSpace\":20,\"subHeadMarginLeftTablet\":0,\"imgTagHeight\":118,\"imgTagWidth\":370,\"btnBorderTopWidth\":1,\"btnBorderLeftWidth\":1,\"btnBorderRightWidth\":1,\"btnBorderBottomWidth\":1,\"btnBorderTopLeftRadius\":0,\"btnBorderTopRightRadius\":0,\"btnBorderBottomLeftRadius\":0,\"btnBorderBottomRightRadius\":0,\"btnBorderStyle\":\"solid\",\"btnBorderColor\":\"#333\"} -->\n<div class=\"wp-block-uagb-info-box uagb-block-d0818192 uagb-infobox__content-wrap  uagb-infobox-icon-above-title uagb-infobox-image-valign-top\"><div class=\"uagb-ifb-content\"><div class=\"uagb-ifb-image-content\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/bathtub.jpg\" alt=\"\" width=\"100\" height=\"118\" loading=\"lazy\"/></div><div class=\"uagb-ifb-title-wrap\"><h3 class=\"uagb-ifb-title\">Deep Soaking Bath-tub​</h3></div><p class=\"uagb-ifb-desc\">Take a dip into these special bath-tubs to soak into a refreshing vacation mode that you’ve wanted.</p><div class=\"uagb-ifb-button-wrapper wp-block-button\"><a href=\"\" target=\"_self\" class=\"uagb-infobox-cta-link uagb-disable-link\" rel=\"noopener noreferrer\" alt=\"\"><span class=\"uagb-inline-editing\">READ MORE</span></a></div></div></div>\n<!-- /wp:uagb/info-box -->\n\n<!-- wp:uagb/info-box {\"classMigrate\":true,\"headingAlign\":\"left\",\"headingColor\":\"\",\"subHeadingColor\":\"\",\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"source_type\":\"image\",\"block_id\":\"0f401fa7\",\"ctaIcon\":\"\",\"ctaType\":\"text\",\"ctaText\":\"READ MORE\",\"ctaLinkColor\":\"var(\\u002d\\u002dast-global-color-0)\",\"ctaDecoration\":\"underline\",\"ctaFontSize\":12,\"ctaFontWeight\":\"600\",\"ctaLetterSpacing\":2,\"ctaBorderColor\":\"\",\"ctaBorderStyle\":\"\",\"ctaBorderWidth\":\"\",\"ctaBorderRadius\":\"\",\"iconBottomMargin\":30,\"iconImage\":{\"id\":239,\"title\":\"computer\",\"filename\":\"computer.jpg\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/computer.jpg\",\"link\":\"https://blueroan.netgen.cloud/computer/\",\"alt\":\"\",\"author\":\"34\",\"description\":\"\",\"caption\":\"\",\"name\":\"computer\",\"status\":\"inherit\",\"uploadedTo\":0,\"date\":\"2021-05-11T10:52:29.000Z\",\"modified\":\"2021-05-11T10:52:29.000Z\",\"menuOrder\":0,\"mime\":\"image/jpeg\",\"type\":\"image\",\"subtype\":\"jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/default.png\",\"dateFormatted\":\"May 11, 2021\",\"nonces\":{\"update\":\"c93d357559\",\"delete\":\"e315522836\",\"edit\":\"9dcded08ba\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=239\\u0026action=edit\",\"meta\":false,\"authorName\":\"Rishabh\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/user-edit.php?user_id=34\",\"filesizeInBytes\":26197,\"filesizeHumanReadable\":\"26 KB\",\"context\":\"\",\"height\":440,\"width\":370,\"orientation\":\"portrait\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/computer-150x150.jpg\",\"orientation\":\"landscape\"},\"medium\":{\"height\":300,\"width\":252,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/computer-252x300-1.jpg\",\"orientation\":\"portrait\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/computer.jpg\",\"height\":440,\"width\":370,\"orientation\":\"portrait\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"imageSize\":\"full\",\"imageWidth\":100,\"imageWidthMobile\":100,\"imageWidthTablet\":100,\"paddingBtnTop\":10,\"paddingBtnBottom\":10,\"paddingBtnLeft\":14,\"paddingBtnRight\":14,\"imageWidthUnit\":\"%\",\"imageWidthUnitTablet\":\"%\",\"imageWidthUnitMobile\":\"%\",\"subHeadTopMargin\":0,\"subHeadRightMargin\":40,\"subHeadLeftMargin\":0,\"subHeadMarginTopTablet\":0,\"subHeadMarginRightTablet\":0,\"subHeadTabletSpace\":20,\"subHeadMarginLeftTablet\":0,\"imgTagHeight\":118,\"imgTagWidth\":370,\"btnBorderTopWidth\":1,\"btnBorderLeftWidth\":1,\"btnBorderRightWidth\":1,\"btnBorderBottomWidth\":1,\"btnBorderTopLeftRadius\":0,\"btnBorderTopRightRadius\":0,\"btnBorderBottomLeftRadius\":0,\"btnBorderBottomRightRadius\":0,\"btnBorderStyle\":\"solid\",\"btnBorderColor\":\"#333\"} -->\n<div class=\"wp-block-uagb-info-box uagb-block-0f401fa7 uagb-infobox__content-wrap  uagb-infobox-icon-above-title uagb-infobox-image-valign-top\"><div class=\"uagb-ifb-content\"><div class=\"uagb-ifb-image-content\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/computer.jpg\" alt=\"\" width=\"100\" height=\"118\" loading=\"lazy\"/></div><div class=\"uagb-ifb-title-wrap\"><h3 class=\"uagb-ifb-title\">Guest Computer &amp; WiFi​</h3></div><p class=\"uagb-ifb-desc\">We offer special computers and WiFi for guests who’d like to stay connected while on vacation.</p><div class=\"uagb-ifb-button-wrapper wp-block-button\"><a href=\"\" target=\"_self\" class=\"uagb-infobox-cta-link uagb-disable-link\" rel=\"noopener noreferrer\" alt=\"\"><span class=\"uagb-inline-editing\">READ MORE</span></a></div></div></div>\n<!-- /wp:uagb/info-box -->\n\n<!-- wp:uagb/info-box {\"classMigrate\":true,\"headingAlign\":\"left\",\"headingColor\":\"\",\"subHeadingColor\":\"\",\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"source_type\":\"image\",\"block_id\":\"11c723d9\",\"ctaIcon\":\"\",\"ctaType\":\"text\",\"ctaText\":\"READ MORE\",\"ctaLinkColor\":\"var(\\u002d\\u002dast-global-color-0)\",\"ctaDecoration\":\"underline\",\"ctaFontSize\":12,\"ctaFontWeight\":\"600\",\"ctaLetterSpacing\":2,\"ctaBorderColor\":\"\",\"ctaBorderStyle\":\"\",\"ctaBorderWidth\":\"\",\"ctaBorderRadius\":\"\",\"iconBottomMargin\":30,\"iconImage\":{\"id\":237,\"title\":\"concierge\",\"filename\":\"concierge.jpg\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/concierge.jpg\",\"link\":\"https://blueroan.netgen.cloud/concierge/\",\"alt\":\"\",\"author\":\"34\",\"description\":\"\",\"caption\":\"\",\"name\":\"concierge\",\"status\":\"inherit\",\"uploadedTo\":0,\"date\":\"2021-05-11T10:34:38.000Z\",\"modified\":\"2021-05-11T10:34:38.000Z\",\"menuOrder\":0,\"mime\":\"image/jpeg\",\"type\":\"image\",\"subtype\":\"jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/default.png\",\"dateFormatted\":\"May 11, 2021\",\"nonces\":{\"update\":\"ddeaf2c47b\",\"delete\":\"8c12e990c8\",\"edit\":\"7b5113c612\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=237\\u0026action=edit\",\"meta\":false,\"authorName\":\"Rishabh\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/user-edit.php?user_id=34\",\"filesizeInBytes\":32483,\"filesizeHumanReadable\":\"32 KB\",\"context\":\"\",\"height\":440,\"width\":370,\"orientation\":\"portrait\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/concierge-150x150.jpg\",\"orientation\":\"landscape\"},\"medium\":{\"height\":300,\"width\":252,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/concierge-252x300-1.jpg\",\"orientation\":\"portrait\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/concierge.jpg\",\"height\":440,\"width\":370,\"orientation\":\"portrait\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"imageSize\":\"full\",\"imageWidth\":100,\"imageWidthMobile\":100,\"imageWidthTablet\":100,\"paddingBtnTop\":10,\"paddingBtnBottom\":10,\"paddingBtnLeft\":14,\"paddingBtnRight\":14,\"imageWidthUnit\":\"%\",\"imageWidthUnitTablet\":\"%\",\"imageWidthUnitMobile\":\"%\",\"subHeadTopMargin\":0,\"subHeadRightMargin\":40,\"subHeadLeftMargin\":0,\"subHeadMarginTopTablet\":0,\"subHeadMarginRightTablet\":0,\"subHeadTabletSpace\":20,\"subHeadMarginLeftTablet\":0,\"imgTagHeight\":118,\"imgTagWidth\":370,\"btnBorderTopWidth\":1,\"btnBorderLeftWidth\":1,\"btnBorderRightWidth\":1,\"btnBorderBottomWidth\":1,\"btnBorderTopLeftRadius\":0,\"btnBorderTopRightRadius\":0,\"btnBorderBottomLeftRadius\":0,\"btnBorderBottomRightRadius\":0,\"btnBorderStyle\":\"solid\",\"btnBorderColor\":\"#333\"} -->\n<div class=\"wp-block-uagb-info-box uagb-block-11c723d9 uagb-infobox__content-wrap  uagb-infobox-icon-above-title uagb-infobox-image-valign-top\"><div class=\"uagb-ifb-content\"><div class=\"uagb-ifb-image-content\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/concierge.jpg\" alt=\"\" width=\"100\" height=\"118\" loading=\"lazy\"/></div><div class=\"uagb-ifb-title-wrap\"><h3 class=\"uagb-ifb-title\">24 Hour Concierge​</h3></div><p class=\"uagb-ifb-desc\">We have three in-house restaurants offering different cuisines that you can choose from.</p><div class=\"uagb-ifb-button-wrapper wp-block-button\"><a href=\"\" target=\"_self\" class=\"uagb-infobox-cta-link uagb-disable-link\" rel=\"noopener noreferrer\" alt=\"\"><span class=\"uagb-inline-editing\">READ MORE</span></a></div></div></div>\n<!-- /wp:uagb/info-box --></div>\n<!-- /wp:uagb/container --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"79a18541\",\"innerContentWidth\":\"alignfull\",\"directionDesktop\":\"row\",\"wrapTablet\":\"wrap\",\"variationSelected\":true,\"rowGapTablet\":0,\"columnGapDesktop\":0,\"isBlockRootParent\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-79a18541 alignfull uagb-is-root-container\"><!-- wp:uagb/container {\"block_id\":\"98321f63\",\"widthDesktop\":25,\"widthTablet\":50,\"variationSelected\":true,\"widthSetByUser\":true,\"UAGHideMob\":true,\"UAGResponsiveConditions\":true} -->\n<div class=\"wp-block-uagb-container uag-hide-mob uagb-block-98321f63\"><!-- wp:uagb/image {\"block_id\":\"220ffbde\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/amenities-1.jpg\",\"id\":220,\"linkDestination\":\"none\",\"width\":480,\"height\":500,\"naturalWidth\":480,\"naturalHeight\":500,\"sizeSlug\":\"full\",\"sizeSlugTablet\":\"full\",\"sizeSlugMobile\":\"full\"} -->\n<div class=\"wp-block-uagb-image uagb-block-220ffbde wp-block-uagb-image--layout-default wp-block-uagb-image--effect-static wp-block-uagb-image--align-none\"><figure class=\"wp-block-uagb-image__figure\"><img srcset=\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/amenities-1.jpg \" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/amenities-1.jpg\" alt=\"\" class=\"uag-image-220\" width=\"480\" height=\"500\" title=\"\" loading=\"lazy\"/></figure></div>\n<!-- /wp:uagb/image --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"68101a6e\",\"widthDesktop\":25,\"widthTablet\":50,\"variationSelected\":true,\"widthSetByUser\":true,\"UAGHideMob\":true,\"UAGResponsiveConditions\":true} -->\n<div class=\"wp-block-uagb-container uag-hide-mob uagb-block-68101a6e\"><!-- wp:uagb/image {\"block_id\":\"de9e9bd4\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/amenities-3.jpg\",\"id\":222,\"linkDestination\":\"none\",\"naturalWidth\":480,\"naturalHeight\":500,\"sizeSlug\":\"full\",\"sizeSlugTablet\":\"full\",\"sizeSlugMobile\":\"full\"} -->\n<div class=\"wp-block-uagb-image uagb-block-de9e9bd4 wp-block-uagb-image--layout-default wp-block-uagb-image--effect-static wp-block-uagb-image--align-none\"><figure class=\"wp-block-uagb-image__figure\"><img srcset=\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/amenities-3.jpg \" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/amenities-3.jpg\" alt=\"\" class=\"uag-image-222\" width=\"\" height=\"\" title=\"\" loading=\"lazy\"/></figure></div>\n<!-- /wp:uagb/image --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"06b09b93\",\"widthDesktop\":50,\"widthTablet\":100,\"variationSelected\":true,\"columnGapDesktop\":20,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-06b09b93\"><!-- wp:uagb/image {\"block_id\":\"f069c4de\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/amenities-5.jpg\",\"id\":224,\"linkDestination\":\"none\",\"width\":960,\"height\":500,\"naturalWidth\":960,\"naturalHeight\":500,\"sizeSlug\":\"full\",\"sizeSlugTablet\":\"full\",\"sizeSlugMobile\":\"full\"} -->\n<div class=\"wp-block-uagb-image uagb-block-f069c4de wp-block-uagb-image--layout-default wp-block-uagb-image--effect-static wp-block-uagb-image--align-none\"><figure class=\"wp-block-uagb-image__figure\"><img srcset=\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/amenities-5.jpg \" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/amenities-5.jpg\" alt=\"\" class=\"uag-image-224\" width=\"960\" height=\"500\" title=\"\" loading=\"lazy\"/></figure></div>\n<!-- /wp:uagb/image --></div>\n<!-- /wp:uagb/container --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"a2abced5\",\"innerContentWidth\":\"alignfull\",\"directionDesktop\":\"row\",\"wrapTablet\":\"wrap\",\"variationSelected\":true,\"rowGapTablet\":0,\"columnGapDesktop\":0,\"isBlockRootParent\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-a2abced5 alignfull uagb-is-root-container\"><!-- wp:uagb/container {\"block_id\":\"00800832\",\"widthDesktop\":50,\"widthTablet\":100,\"variationSelected\":true,\"columnGapDesktop\":20,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-00800832\"><!-- wp:uagb/image {\"block_id\":\"e518d611\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/amenities-6-1.jpg\",\"id\":230,\"linkDestination\":\"none\",\"naturalWidth\":960,\"naturalHeight\":500,\"sizeSlug\":\"full\",\"sizeSlugTablet\":\"full\",\"sizeSlugMobile\":\"full\"} -->\n<div class=\"wp-block-uagb-image uagb-block-e518d611 wp-block-uagb-image--layout-default wp-block-uagb-image--effect-static wp-block-uagb-image--align-none\"><figure class=\"wp-block-uagb-image__figure\"><img srcset=\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/amenities-6-1.jpg \" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/amenities-6-1.jpg\" alt=\"\" class=\"uag-image-230\" width=\"\" height=\"\" title=\"\" loading=\"lazy\"/></figure></div>\n<!-- /wp:uagb/image --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"84dd687a\",\"widthDesktop\":25,\"variationSelected\":true,\"widthSetByUser\":true,\"UAGHideMob\":true,\"UAGResponsiveConditions\":true} -->\n<div class=\"wp-block-uagb-container uag-hide-mob uagb-block-84dd687a\"><!-- wp:uagb/image {\"block_id\":\"4b57b33b\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/amenities-2.jpg\",\"id\":221,\"linkDestination\":\"none\",\"naturalWidth\":480,\"naturalHeight\":500,\"sizeSlug\":\"full\",\"sizeSlugTablet\":\"full\",\"sizeSlugMobile\":\"full\"} -->\n<div class=\"wp-block-uagb-image uagb-block-4b57b33b wp-block-uagb-image--layout-default wp-block-uagb-image--effect-static wp-block-uagb-image--align-none\"><figure class=\"wp-block-uagb-image__figure\"><img srcset=\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/amenities-2.jpg \" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/amenities-2.jpg\" alt=\"\" class=\"uag-image-221\" width=\"\" height=\"\" title=\"\" loading=\"lazy\"/></figure></div>\n<!-- /wp:uagb/image --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"69c2235b\",\"widthDesktop\":25,\"variationSelected\":true,\"widthSetByUser\":true,\"UAGHideMob\":true,\"UAGResponsiveConditions\":true} -->\n<div class=\"wp-block-uagb-container uag-hide-mob uagb-block-69c2235b\"><!-- wp:uagb/image {\"block_id\":\"ba874185\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/amenities-4.jpg\",\"id\":223,\"linkDestination\":\"none\",\"naturalWidth\":480,\"naturalHeight\":500,\"sizeSlug\":\"full\",\"sizeSlugTablet\":\"full\",\"sizeSlugMobile\":\"full\"} -->\n<div class=\"wp-block-uagb-image uagb-block-ba874185 wp-block-uagb-image--layout-default wp-block-uagb-image--effect-static wp-block-uagb-image--align-none\"><figure class=\"wp-block-uagb-image__figure\"><img srcset=\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/amenities-4.jpg \" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/amenities-4.jpg\" alt=\"\" class=\"uag-image-223\" width=\"\" height=\"\" title=\"\" loading=\"lazy\"/></figure></div>\n<!-- /wp:uagb/image --></div>\n<!-- /wp:uagb/container --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"34dcbd4f\",\"backgroundType\":\"color\",\"backgroundSizeTablet\":\"cover\",\"backgroundSizeMobile\":\"cover\",\"backgroundColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"topPaddingDesktop\":120,\"bottomPaddingDesktop\":120,\"topPaddingTablet\":80,\"bottomPaddingTablet\":80,\"leftPaddingTablet\":30,\"rightPaddingTablet\":30,\"topPaddingMobile\":80,\"bottomPaddingMobile\":80,\"leftPaddingMobile\":20,\"rightPaddingMobile\":20,\"paddingLink\":false,\"variationSelected\":true,\"rowGapDesktop\":0,\"rowGapTablet\":0,\"isBlockRootParent\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-34dcbd4f alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/container {\"block_id\":\"05c3c8ad\",\"directionDesktop\":\"row\",\"alignItemsDesktop\":\"flex-end\",\"alignItemsTablet\":\"flex-end\",\"justifyContentDesktop\":\"flex-end\",\"justifyContentTablet\":\"space-between\",\"variationSelected\":true,\"rowGapMobile\":30,\"columnGapDesktop\":0} -->\n<div class=\"wp-block-uagb-container uagb-block-05c3c8ad\"><!-- wp:uagb/advanced-heading {\"block_id\":\"e38be5e5\",\"classMigrate\":true,\"headingDescToggle\":true,\"subHeadingColor\":\"\",\"headSpace\":20,\"subHeadFontSize\":16} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-e38be5e5\"><h2 class=\"uagb-heading-text\">Other Perks &amp; Facilities ​</h2><p class=\"uagb-desc-text\">Looking for more? Well, we believe that every guest walks into our hotel for the best experience. And, we are determined to do that.</p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/buttons {\"block_id\":\"f76463fd\",\"classMigrate\":true,\"childMigrate\":true,\"align\":\"right\",\"alignTablet\":\"right\",\"alignMobile\":\"left\",\"gap\":0} -->\n<div class=\"wp-block-uagb-buttons uagb-buttons__outer-wrap uagb-btn__default-btn uagb-btn-tablet__default-btn uagb-btn-mobile__default-btn uagb-block-f76463fd\"><div class=\"uagb-buttons__wrap uagb-buttons-layout-wrap\"><!-- wp:uagb/buttons-child {\"block_id\":\"9135b1a0\",\"label\":\"Get Bookings\",\"link\":\"#\",\"hColor\":\"\",\"borderStyle\":\"\",\"borderColor\":\"\",\"borderHColor\":\"\",\"btnBorderTopWidth\":1,\"btnBorderLeftWidth\":1,\"btnBorderRightWidth\":1,\"btnBorderBottomWidth\":1,\"btnBorderTopLeftRadius\":2,\"btnBorderTopRightRadius\":2,\"btnBorderBottomLeftRadius\":2,\"btnBorderBottomRightRadius\":2,\"btnBorderStyle\":\"solid\",\"btnBorderColor\":\"#333\",\"btnBorderHColor\":\"#333\"} -->\n<div class=\"wp-block-uagb-buttons-child uagb-buttons__outer-wrap uagb-block-9135b1a0 wp-block-button is-style-outline\"><div class=\"uagb-button__wrapper\"><a class=\"uagb-buttons-repeater wp-block-button__link\" href=\"#\" rel=\"follow noopener\" target=\"_self\"><div class=\"uagb-button__link\">Get Bookings</div></a></div></div>\n<!-- /wp:uagb/buttons-child --></div></div>\n<!-- /wp:uagb/buttons --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"244859e0\",\"directionDesktop\":\"row\",\"alignItemsTablet\":\"flex-start\",\"paddingLink\":false,\"topMarginDesktop\":54,\"bottomMarginDesktop\":0,\"leftMarginDesktop\":0,\"rightMarginDesktop\":0,\"topMarginTablet\":30,\"bottomMarginTablet\":0,\"leftMarginTablet\":0,\"rightMarginTablet\":0,\"marginLink\":false,\"variationSelected\":true,\"rowGapMobile\":65,\"columnGapDesktop\":48,\"columnGapTablet\":20} -->\n<div class=\"wp-block-uagb-container uagb-block-244859e0\"><!-- wp:uagb/info-box {\"classMigrate\":true,\"headingAlign\":\"left\",\"headingColor\":\"\",\"subHeadingColor\":\"\",\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"source_type\":\"image\",\"block_id\":\"bc5caedb\",\"ctaType\":\"text\",\"ctaText\":\"READ MORE\",\"ctaLinkColor\":\"var(\\u002d\\u002dast-global-color-0)\",\"ctaDecoration\":\"underline\",\"ctaFontSize\":12,\"ctaFontWeight\":\"600\",\"ctaLetterSpacing\":2,\"ctaBorderStyle\":\"\",\"iconBottomMargin\":30,\"iconImage\":{\"id\":240,\"title\":\"terrace\",\"filename\":\"terrace.jpg\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/terrace.jpg\",\"link\":\"https://blueroan.netgen.cloud/terrace/\",\"alt\":\"\",\"author\":\"34\",\"description\":\"\",\"caption\":\"\",\"name\":\"terrace\",\"status\":\"inherit\",\"uploadedTo\":0,\"date\":\"2021-05-11T10:54:04.000Z\",\"modified\":\"2021-05-11T10:54:04.000Z\",\"menuOrder\":0,\"mime\":\"image/jpeg\",\"type\":\"image\",\"subtype\":\"jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/default.png\",\"dateFormatted\":\"May 11, 2021\",\"nonces\":{\"update\":\"6de8720da3\",\"delete\":\"d7905e75b9\",\"edit\":\"e7132a7b3e\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=240\\u0026action=edit\",\"meta\":false,\"authorName\":\"Rishabh\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/user-edit.php?user_id=34\",\"filesizeInBytes\":40742,\"filesizeHumanReadable\":\"40 KB\",\"context\":\"\",\"height\":440,\"width\":370,\"orientation\":\"portrait\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/terrace-150x150.jpg\",\"orientation\":\"landscape\"},\"medium\":{\"height\":300,\"width\":252,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/terrace-252x300-1.jpg\",\"orientation\":\"portrait\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/terrace.jpg\",\"height\":440,\"width\":370,\"orientation\":\"portrait\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"imageSize\":\"full\",\"imageWidth\":100,\"imageWidthMobile\":100,\"imageWidthTablet\":100,\"paddingBtnTop\":10,\"paddingBtnBottom\":10,\"paddingBtnLeft\":14,\"paddingBtnRight\":14,\"imageWidthUnit\":\"%\",\"imageWidthUnitTablet\":\"%\",\"imageWidthUnitMobile\":\"%\",\"subHeadTopMargin\":0,\"subHeadRightMargin\":40,\"subHeadLeftMargin\":0,\"subHeadMarginTopTablet\":0,\"subHeadMarginRightTablet\":0,\"subHeadTabletSpace\":20,\"subHeadMarginLeftTablet\":0,\"btnBorderStyle\":\"solid\"} -->\n<div class=\"wp-block-uagb-info-box uagb-block-bc5caedb uagb-infobox__content-wrap  uagb-infobox-icon-above-title uagb-infobox-image-valign-top\"><div class=\"uagb-ifb-content\"><div class=\"uagb-ifb-image-content\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/terrace.jpg\" alt=\"\"/></div><div class=\"uagb-ifb-title-wrap\"><h3 class=\"uagb-ifb-title\">Ocean View Terrace​</h3></div><p class=\"uagb-ifb-desc\">Among the scenic beauty of the city we also have an ocean view terrace for every suite in our hotel.</p><div class=\"uagb-ifb-button-wrapper wp-block-button\"><a href=\"#\" target=\"_self\" class=\"uagb-infobox-cta-link\" rel=\"noopener noreferrer\" alt=\"\"><span class=\"uagb-inline-editing\">READ MORE</span></a></div></div></div>\n<!-- /wp:uagb/info-box -->\n\n<!-- wp:uagb/info-box {\"classMigrate\":true,\"headingAlign\":\"left\",\"headingColor\":\"\",\"subHeadingColor\":\"\",\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"source_type\":\"image\",\"block_id\":\"be927766\",\"ctaType\":\"text\",\"ctaText\":\"READ MORE\",\"ctaLinkColor\":\"var(\\u002d\\u002dast-global-color-0)\",\"ctaDecoration\":\"underline\",\"ctaFontSize\":12,\"ctaFontWeight\":\"600\",\"ctaLetterSpacing\":2,\"ctaBorderStyle\":\"\",\"iconBottomMargin\":30,\"iconImage\":{\"id\":89,\"title\":\"food\",\"filename\":\"food.jpg\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/food.jpg\",\"link\":\"https://blueroan.netgen.cloud/food/\",\"alt\":\"\",\"author\":\"34\",\"description\":\"\",\"caption\":\"\",\"name\":\"food\",\"status\":\"inherit\",\"uploadedTo\":0,\"date\":\"2021-05-07T14:24:52.000Z\",\"modified\":\"2021-05-07T14:24:52.000Z\",\"menuOrder\":0,\"mime\":\"image/jpeg\",\"type\":\"image\",\"subtype\":\"jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/default.png\",\"dateFormatted\":\"May 7, 2021\",\"nonces\":{\"update\":\"b06173e227\",\"delete\":\"7de0e70fba\",\"edit\":\"7dc3d40920\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=89\\u0026action=edit\",\"meta\":false,\"authorName\":\"Rishabh\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/user-edit.php?user_id=34\",\"filesizeInBytes\":41933,\"filesizeHumanReadable\":\"41 KB\",\"context\":\"\",\"height\":440,\"width\":370,\"orientation\":\"portrait\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/food-150x150.jpg\",\"orientation\":\"landscape\"},\"medium\":{\"height\":300,\"width\":252,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/food-252x300-1.jpg\",\"orientation\":\"portrait\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/food.jpg\",\"height\":440,\"width\":370,\"orientation\":\"portrait\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"imageSize\":\"full\",\"imageWidth\":100,\"imageWidthMobile\":100,\"imageWidthTablet\":100,\"paddingBtnTop\":10,\"paddingBtnBottom\":10,\"paddingBtnLeft\":14,\"paddingBtnRight\":14,\"imageWidthUnit\":\"%\",\"imageWidthUnitTablet\":\"%\",\"imageWidthUnitMobile\":\"%\",\"subHeadTopMargin\":0,\"subHeadRightMargin\":40,\"subHeadLeftMargin\":0,\"subHeadMarginTopTablet\":0,\"subHeadMarginRightTablet\":0,\"subHeadTabletSpace\":20,\"subHeadMarginLeftTablet\":0,\"btnBorderStyle\":\"solid\"} -->\n<div class=\"wp-block-uagb-info-box uagb-block-be927766 uagb-infobox__content-wrap  uagb-infobox-icon-above-title uagb-infobox-image-valign-top\"><div class=\"uagb-ifb-content\"><div class=\"uagb-ifb-image-content\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/food.jpg\" alt=\"\"/></div><div class=\"uagb-ifb-title-wrap\"><h3 class=\"uagb-ifb-title\">Delicious Food​</h3></div><p class=\"uagb-ifb-desc\">We have team chefs from across the world. So you can enjoy the delicacies anytime during your stay.</p><div class=\"uagb-ifb-button-wrapper wp-block-button\"><a href=\"#\" target=\"_self\" class=\"uagb-infobox-cta-link\" rel=\"noopener noreferrer\" alt=\"\"><span class=\"uagb-inline-editing\">READ MORE</span></a></div></div></div>\n<!-- /wp:uagb/info-box -->\n\n<!-- wp:uagb/info-box {\"classMigrate\":true,\"headingAlign\":\"left\",\"headingColor\":\"\",\"subHeadingColor\":\"\",\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"source_type\":\"image\",\"block_id\":\"762a0a59\",\"ctaType\":\"text\",\"ctaText\":\"READ MORE\",\"ctaLinkColor\":\"var(\\u002d\\u002dast-global-color-0)\",\"ctaDecoration\":\"underline\",\"ctaFontSize\":12,\"ctaFontWeight\":\"600\",\"ctaLetterSpacing\":2,\"ctaBorderStyle\":\"\",\"iconBottomMargin\":30,\"iconImage\":{\"id\":241,\"title\":\"beach\",\"filename\":\"beach.jpg\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/beach.jpg\",\"link\":\"https://blueroan.netgen.cloud/beach/\",\"alt\":\"\",\"author\":\"34\",\"description\":\"\",\"caption\":\"\",\"name\":\"beach\",\"status\":\"inherit\",\"uploadedTo\":0,\"date\":\"2021-05-11T10:56:06.000Z\",\"modified\":\"2021-05-11T10:56:06.000Z\",\"menuOrder\":0,\"mime\":\"image/jpeg\",\"type\":\"image\",\"subtype\":\"jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/default.png\",\"dateFormatted\":\"May 11, 2021\",\"nonces\":{\"update\":\"65c348aac8\",\"delete\":\"6d551f7cf4\",\"edit\":\"026ca70d91\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=241\\u0026action=edit\",\"meta\":false,\"authorName\":\"Rishabh\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/user-edit.php?user_id=34\",\"filesizeInBytes\":38094,\"filesizeHumanReadable\":\"37 KB\",\"context\":\"\",\"height\":440,\"width\":370,\"orientation\":\"portrait\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/beach-150x150.jpg\",\"orientation\":\"landscape\"},\"medium\":{\"height\":300,\"width\":252,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/beach-252x300-1.jpg\",\"orientation\":\"portrait\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/beach.jpg\",\"height\":440,\"width\":370,\"orientation\":\"portrait\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"imageSize\":\"full\",\"imageWidth\":100,\"imageWidthMobile\":100,\"imageWidthTablet\":100,\"paddingBtnTop\":10,\"paddingBtnBottom\":10,\"paddingBtnLeft\":14,\"paddingBtnRight\":14,\"imageWidthUnit\":\"%\",\"imageWidthUnitTablet\":\"%\",\"imageWidthUnitMobile\":\"%\",\"subHeadTopMargin\":0,\"subHeadRightMargin\":40,\"subHeadLeftMargin\":0,\"subHeadMarginTopTablet\":0,\"subHeadMarginRightTablet\":0,\"subHeadTabletSpace\":20,\"subHeadMarginLeftTablet\":0,\"btnBorderStyle\":\"solid\"} -->\n<div class=\"wp-block-uagb-info-box uagb-block-762a0a59 uagb-infobox__content-wrap  uagb-infobox-icon-above-title uagb-infobox-image-valign-top\"><div class=\"uagb-ifb-content\"><div class=\"uagb-ifb-image-content\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/beach.jpg\" alt=\"\"/></div><div class=\"uagb-ifb-title-wrap\"><h3 class=\"uagb-ifb-title\">Private Beach​</h3></div><p class=\"uagb-ifb-desc\">Want to take a dip into the sea? All our guests get complimentary access to our private beach.</p><div class=\"uagb-ifb-button-wrapper wp-block-button\"><a href=\"#\" target=\"_self\" class=\"uagb-infobox-cta-link\" rel=\"noopener noreferrer\" alt=\"\"><span class=\"uagb-inline-editing\">READ MORE</span></a></div></div></div>\n<!-- /wp:uagb/info-box --></div>\n<!-- /wp:uagb/container --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"7dbd4ff9\",\"innerContentCustomWidthDesktop\":781,\"innerContentCustomWidthTablet\":781,\"backgroundType\":\"image\",\"backgroundImageDesktop\":{\"id\":54,\"title\":\"background-img\",\"filename\":\"background-img-1.jpg\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/background-img-1.jpg\",\"link\":\"https://blueroan.netgen.cloud/background-img-2/\",\"alt\":\"\",\"author\":\"34\",\"description\":\"\",\"caption\":\"\",\"name\":\"background-img-2\",\"status\":\"inherit\",\"uploadedTo\":0,\"date\":\"2021-05-07T10:11:37.000Z\",\"modified\":\"2021-05-07T10:11:37.000Z\",\"menuOrder\":0,\"mime\":\"image/jpeg\",\"type\":\"image\",\"subtype\":\"jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/default.png\",\"dateFormatted\":\"May 7, 2021\",\"nonces\":{\"update\":\"bb999636b9\",\"delete\":\"d2e1375bc4\",\"edit\":\"005dd2f0c9\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=54\\u0026action=edit\",\"meta\":false,\"authorName\":\"Rishabh\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/user-edit.php?user_id=34\",\"filesizeInBytes\":338858,\"filesizeHumanReadable\":\"331 KB\",\"context\":\"\",\"height\":1080,\"width\":1920,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/background-img-1-150x150.jpg\",\"orientation\":\"landscape\"},\"medium\":{\"height\":169,\"width\":300,\"url\":\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/background-img-1-300x169.jpg\",\"orientation\":\"landscape\"},\"large\":{\"height\":576,\"width\":1024,\"url\":\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/background-img-1-1024x576.jpg\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/background-img-1.jpg\",\"height\":1080,\"width\":1920,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"backgroundImageColor\":\"rgba(42,42,42,0.65)\",\"topPaddingDesktop\":144,\"bottomPaddingDesktop\":144,\"leftPaddingDesktop\":40,\"rightPaddingDesktop\":40,\"topPaddingTablet\":80,\"bottomPaddingTablet\":80,\"leftPaddingTablet\":40,\"rightPaddingTablet\":40,\"topPaddingMobile\":64,\"bottomPaddingMobile\":64,\"leftPaddingMobile\":24,\"rightPaddingMobile\":24,\"paddingLink\":false,\"variationSelected\":true,\"isBlockRootParent\":true,\"overlayType\":\"color\"} -->\n<div class=\"wp-block-uagb-container uagb-block-7dbd4ff9 alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/advanced-heading {\"block_id\":\"38cd0fb7\",\"classMigrate\":true,\"headingDescToggle\":true,\"headingAlign\":\"center\",\"headingColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"subHeadingColor\":\"var(\\u002d\\u002dast-global-color-4)\",\"headSpace\":20} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-38cd0fb7\"><h2 class=\"uagb-heading-text\">Plan an Unforgettable Experience in Mykonos Today!</h2><p class=\"uagb-desc-text\">We can help you fit your stay and experience within your allotted budget.</p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/advanced-heading {\"block_id\":\"929807a4\",\"classMigrate\":true,\"headingTitleToggle\":false,\"headingDescToggle\":true,\"headingAlign\":\"center\",\"subHeadingColor\":\"var(\\u002d\\u002dast-global-color-4)\",\"subHeadTransform\":\"uppercase\",\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"subHeadLetterSpacing\":2,\"blockTopPadding\":60,\"blockRightPadding\":0,\"blockLeftPadding\":0,\"blockBottomPadding\":0,\"blockTopPaddingMobile\":30,\"blockRightPaddingMobile\":0,\"blockLeftPaddingMobile\":0,\"blockBottomPaddingMobile\":0} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-929807a4\"><p class=\"uagb-desc-text\">BOOK YOUR STAY NOW​</p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/icon-list {\"block_id\":\"230daca1\",\"classMigrate\":true,\"childMigrate\":true,\"align\":\"center\",\"parentIcon\":\"phone\",\"size\":40,\"sizeMobile\":24,\"sizeTablet\":32,\"fontSize\":48,\"fontSizeMobile\":28,\"fontSizeTablet\":40,\"fontWeight\":\"600\",\"iconColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"labelColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"blockTopPadding\":0,\"blockRightPadding\":0,\"blockLeftPadding\":0,\"blockBottomPadding\":24,\"blockPaddingLink\":false} -->\n<div class=\"wp-block-uagb-icon-list uagb-block-230daca1\"><div class=\"uagb-icon-list__wrap\"><!-- wp:uagb/icon-list-child {\"block_id\":\"2bfe914c\",\"label\":\"+1-123 456 7890​\",\"label_color\":\"\",\"fromParentIcon\":\"phone\",\"imageSizeChild\":40} -->\n<div class=\"wp-block-uagb-icon-list-child uagb-block-2bfe914c\"><span class=\"uagb-icon-list__source-wrap\"><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M511.2 387l-23.25 100.8c-3.266 14.25-15.79 24.22-30.46 24.22C205.2 512 0 306.8 0 54.5c0-14.66 9.969-27.2 24.22-30.45l100.8-23.25C139.7-2.602 154.7 5.018 160.8 18.92l46.52 108.5c5.438 12.78 1.77 27.67-8.98 36.45L144.5 207.1c33.98 69.22 90.26 125.5 159.5 159.5l44.08-53.8c8.688-10.78 23.69-14.51 36.47-8.975l108.5 46.51C506.1 357.2 514.6 372.4 511.2 387z\"></path></svg></span><span class=\"uagb-icon-list__label\">+1-123 456 7890​</span></div>\n<!-- /wp:uagb/icon-list-child --></div></div>\n<!-- /wp:uagb/icon-list --></div></div>\n<!-- /wp:uagb/container -->',	'Amenities',	'',	'inherit',	'closed',	'closed',	'',	'762-revision-v1',	'',	'',	'2022-12-13 09:45:27',	'2022-12-13 09:45:27',	'',	762,	'https://blueroan.netgen.cloud/?p=804',	0,	'revision',	'',	0),
(809,	2,	'2022-12-13 09:51:53',	'2022-12-13 09:51:53',	'',	'26759994757_767d9794fd_b',	'',	'inherit',	'open',	'closed',	'',	'26759994757_767d9794fd_b',	'',	'',	'2022-12-13 09:51:53',	'2022-12-13 09:51:53',	'',	0,	'https://blueroan.netgen.cloud/wp-content/uploads/2022/12/26759994757_767d9794fd_b.jpg',	0,	'attachment',	'image/jpeg',	0),
(816,	2,	'2022-12-13 10:11:39',	'2022-12-13 10:11:39',	'',	'blue-roan-guest-farm (18)',	'',	'inherit',	'open',	'closed',	'',	'blue-roan-guest-farm-18',	'',	'',	'2022-12-13 10:11:39',	'2022-12-13 10:11:39',	'',	0,	'https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-18.jpg',	0,	'attachment',	'image/jpeg',	0),
(818,	2,	'2022-12-13 10:36:48',	'2022-12-13 10:36:48',	'<!-- wp:uagb/container {\"block_id\":\"aed43fe0\",\"backgroundType\":\"image\",\"backgroundImageDesktop\":{\"id\":164,\"title\":\"about-banner\",\"filename\":\"about-banner.jpg\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/about-banner.jpg\",\"link\":\"https://blueroan.netgen.cloud/about-banner/\",\"alt\":\"\",\"author\":\"34\",\"description\":\"\",\"caption\":\"\",\"name\":\"about-banner\",\"status\":\"inherit\",\"uploadedTo\":0,\"date\":\"2021-05-11T06:02:02.000Z\",\"modified\":\"2021-05-11T06:02:02.000Z\",\"menuOrder\":0,\"mime\":\"image/jpeg\",\"type\":\"image\",\"subtype\":\"jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/default.png\",\"dateFormatted\":\"May 11, 2021\",\"nonces\":{\"update\":\"cdd3915af5\",\"delete\":\"1a38f699ec\",\"edit\":\"120eca5e82\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=164\\u0026action=edit\",\"meta\":false,\"authorName\":\"Rishabh\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/user-edit.php?user_id=34\",\"filesizeInBytes\":127909,\"filesizeHumanReadable\":\"125 KB\",\"context\":\"\",\"height\":800,\"width\":1920,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/about-banner-150x150.jpg\",\"orientation\":\"landscape\"},\"medium\":{\"height\":125,\"width\":300,\"url\":\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/about-banner-300x125.jpg\",\"orientation\":\"landscape\"},\"large\":{\"height\":427,\"width\":1024,\"url\":\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/about-banner-1024x427.jpg\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/about-banner.jpg\",\"height\":800,\"width\":1920,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"backgroundPositionDesktop\":{\"x\":\"0.50\",\"y\":\"0.00\"},\"backgroundSizeTablet\":\"cover\",\"backgroundSizeMobile\":\"cover\",\"backgroundColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"backgroundImageColor\":\"rgba(42,42,42,0.5)\",\"topPaddingDesktop\":220,\"bottomPaddingDesktop\":150,\"topPaddingTablet\":170,\"bottomPaddingTablet\":160,\"leftPaddingTablet\":30,\"rightPaddingTablet\":30,\"topPaddingMobile\":180,\"bottomPaddingMobile\":80,\"leftPaddingMobile\":20,\"rightPaddingMobile\":20,\"paddingLink\":false,\"variationSelected\":true,\"isBlockRootParent\":true,\"overlayType\":\"color\"} -->\n<div class=\"wp-block-uagb-container uagb-block-aed43fe0 alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/advanced-heading {\"block_id\":\"c6fe0afe\",\"classMigrate\":true,\"headingDescToggle\":true,\"headingColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"subHeadingColor\":\"var(\\u002d\\u002dast-global-color-4)\",\"headingTag\":\"h1\",\"headSpace\":20,\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"blockTopPadding\":0,\"blockRightPadding\":50,\"blockLeftPadding\":0,\"blockBottomPadding\":0,\"blockTopPaddingTablet\":0,\"blockRightPaddingTablet\":20,\"blockLeftPaddingTablet\":0,\"blockBottomPaddingTablet\":0,\"blockTopPaddingMobile\":0,\"blockRightPaddingMobile\":0,\"blockLeftPaddingMobile\":0,\"blockBottomPaddingMobile\":0,\"blockPaddingUnit\":\"%\",\"blockPaddingUnitTablet\":\"%\"} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-c6fe0afe\"><h1 class=\"uagb-heading-text\">Rooms &amp; Accommodation​</h1><p class=\"uagb-desc-text\">If you are looking for a home away from home, just walk in here. You can get both, an incredible and relaxing experience while you are on a holiday. Take a closer look into the rooms we offer and pick the one for you.</p></div>\n<!-- /wp:uagb/advanced-heading --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"a3877503\",\"backgroundType\":\"color\",\"backgroundSizeTablet\":\"cover\",\"backgroundSizeMobile\":\"cover\",\"backgroundColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"topPaddingDesktop\":120,\"bottomPaddingDesktop\":120,\"topPaddingTablet\":80,\"bottomPaddingTablet\":80,\"leftPaddingTablet\":30,\"rightPaddingTablet\":30,\"topPaddingMobile\":80,\"bottomPaddingMobile\":80,\"leftPaddingMobile\":20,\"rightPaddingMobile\":20,\"paddingLink\":false,\"variationSelected\":true,\"rowGapDesktop\":0,\"isBlockRootParent\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-a3877503 alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/container {\"block_id\":\"ee278402\",\"directionDesktop\":\"row\",\"alignItemsDesktop\":\"flex-end\",\"alignItemsTablet\":\"flex-end\",\"justifyContentDesktop\":\"flex-end\",\"justifyContentTablet\":\"space-between\",\"variationSelected\":true,\"rowGapMobile\":20,\"columnGapDesktop\":0} -->\n<div class=\"wp-block-uagb-container uagb-block-ee278402\"><!-- wp:uagb/advanced-heading {\"block_id\":\"5d7efed6\",\"classMigrate\":true,\"headingDescToggle\":true,\"subHeadingColor\":\"\",\"headSpace\":20,\"subHeadFontSize\":16} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-5d7efed6\"><h2 class=\"uagb-heading-text\">Come &amp; Stay With Us​</h2><p class=\"uagb-desc-text\">Pick any of our hotel rooms to experience the delightful decor, complemented with modern amenities for a comfortable stay.​</p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/buttons {\"block_id\":\"7e388974\",\"classMigrate\":true,\"childMigrate\":true,\"align\":\"right\",\"alignTablet\":\"right\",\"alignMobile\":\"left\",\"gap\":0} -->\n<div class=\"wp-block-uagb-buttons uagb-buttons__outer-wrap uagb-btn__default-btn uagb-btn-tablet__default-btn uagb-btn-mobile__default-btn uagb-block-7e388974\"><div class=\"uagb-buttons__wrap uagb-buttons-layout-wrap\"><!-- wp:uagb/buttons-child {\"block_id\":\"aa7725e1\",\"label\":\"View All\",\"link\":\"#\",\"hColor\":\"\",\"borderWidth\":\"\",\"borderRadius\":\"\",\"borderStyle\":\"\",\"borderColor\":\"\",\"borderHColor\":\"\",\"btnBorderTopWidth\":1,\"btnBorderLeftWidth\":1,\"btnBorderRightWidth\":1,\"btnBorderBottomWidth\":1,\"btnBorderTopLeftRadius\":2,\"btnBorderTopRightRadius\":2,\"btnBorderBottomLeftRadius\":2,\"btnBorderBottomRightRadius\":2,\"btnBorderStyle\":\"solid\",\"btnBorderColor\":\"#333\",\"btnBorderHColor\":\"#333\"} -->\n<div class=\"wp-block-uagb-buttons-child uagb-buttons__outer-wrap uagb-block-aa7725e1 wp-block-button is-style-outline\"><div class=\"uagb-button__wrapper\"><a class=\"uagb-buttons-repeater wp-block-button__link\" href=\"#\" rel=\"follow noopener\" target=\"_self\"><div class=\"uagb-button__link\">View All</div></a></div></div>\n<!-- /wp:uagb/buttons-child --></div></div>\n<!-- /wp:uagb/buttons --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"66deba63\",\"directionDesktop\":\"row\",\"alignItemsTablet\":\"flex-start\",\"justifyContentDesktop\":\"flex-start\",\"topMarginDesktop\":54,\"bottomMarginDesktop\":0,\"leftMarginDesktop\":0,\"rightMarginDesktop\":0,\"marginLink\":false,\"variationSelected\":true,\"rowGapMobile\":0,\"columnGapDesktop\":0} -->\n<div class=\"wp-block-uagb-container uagb-block-66deba63\"><!-- wp:uagb/container {\"block_id\":\"12ae4e90\",\"widthDesktop\":50,\"bottomPaddingDesktop\":20,\"rightPaddingDesktop\":32,\"bottomPaddingTablet\":35,\"rightPaddingTablet\":15,\"bottomPaddingMobile\":65,\"paddingLink\":false,\"topMarginDesktop\":0,\"bottomMarginDesktop\":0,\"leftMarginDesktop\":5,\"rightMarginDesktop\":5,\"topMarginMobile\":0,\"bottomMarginMobile\":0,\"leftMarginMobile\":0,\"rightMarginMobile\":0,\"marginLink\":false,\"variationSelected\":true,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-12ae4e90\"><!-- wp:uagb/info-box {\"classMigrate\":true,\"headingAlign\":\"left\",\"headingColor\":\"\",\"subHeadingColor\":\"\",\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"source_type\":\"image\",\"block_id\":\"9712c5e8\",\"ctaIcon\":\"\",\"ctaType\":\"text\",\"ctaText\":\"READ MORE\",\"ctaLinkColor\":\"var(\\u002d\\u002dast-global-color-0)\",\"ctaDecoration\":\"underline\",\"ctaFontSize\":12,\"ctaFontWeight\":\"600\",\"ctaLetterSpacing\":2,\"ctaBorderColor\":\"\",\"ctaBorderStyle\":\"\",\"ctaBorderWidth\":\"\",\"ctaBorderRadius\":\"\",\"iconBottomMargin\":30,\"iconImage\":{\"id\":279,\"title\":\"room-1\",\"filename\":\"room-1.jpg\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/room-1.jpg\",\"link\":\"https://blueroan.netgen.cloud/room-1/\",\"alt\":\"\",\"author\":\"34\",\"description\":\"\",\"caption\":\"\",\"name\":\"room-1\",\"status\":\"inherit\",\"uploadedTo\":0,\"date\":\"2021-05-11T11:38:49.000Z\",\"modified\":\"2021-05-11T11:38:49.000Z\",\"menuOrder\":0,\"mime\":\"image/jpeg\",\"type\":\"image\",\"subtype\":\"jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/default.png\",\"dateFormatted\":\"May 11, 2021\",\"nonces\":{\"update\":\"9857a9a1e0\",\"delete\":\"d6d3444d17\",\"edit\":\"9c14b53f03\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=279\\u0026action=edit\",\"meta\":false,\"authorName\":\"Rishabh\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/user-edit.php?user_id=34\",\"filesizeInBytes\":37544,\"filesizeHumanReadable\":\"37 KB\",\"context\":\"\",\"height\":400,\"width\":600,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/room-1-150x150.jpg\",\"orientation\":\"landscape\"},\"medium\":{\"height\":200,\"width\":300,\"url\":\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/room-1-300x200.jpg\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/room-1.jpg\",\"height\":400,\"width\":600,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"imageSize\":\"full\",\"imageWidth\":100,\"imageWidthMobile\":100,\"imageWidthTablet\":100,\"paddingBtnTop\":10,\"paddingBtnBottom\":10,\"paddingBtnLeft\":14,\"paddingBtnRight\":14,\"imageWidthUnit\":\"%\",\"imageWidthUnitTablet\":\"%\",\"imageWidthUnitMobile\":\"%\",\"subHeadTopMargin\":0,\"subHeadRightMargin\":40,\"subHeadLeftMargin\":0,\"subHeadMarginTopTablet\":0,\"subHeadMarginRightTablet\":0,\"subHeadTabletSpace\":20,\"subHeadMarginLeftTablet\":0,\"imgTagHeight\":66,\"imgTagWidth\":600,\"btnBorderTopWidth\":1,\"btnBorderLeftWidth\":1,\"btnBorderRightWidth\":1,\"btnBorderBottomWidth\":1,\"btnBorderTopLeftRadius\":0,\"btnBorderTopRightRadius\":0,\"btnBorderBottomLeftRadius\":0,\"btnBorderBottomRightRadius\":0,\"btnBorderStyle\":\"solid\",\"btnBorderColor\":\"#333\"} -->\n<div class=\"wp-block-uagb-info-box uagb-block-9712c5e8 uagb-infobox__content-wrap  uagb-infobox-icon-above-title uagb-infobox-image-valign-top\"><div class=\"uagb-ifb-content\"><div class=\"uagb-ifb-image-content\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/room-1.jpg\" alt=\"\" width=\"100\" height=\"66\" loading=\"lazy\"/></div><div class=\"uagb-ifb-title-wrap\"><h3 class=\"uagb-ifb-title\">Double Deluxe Room​</h3></div><p class=\"uagb-ifb-desc\">Our double deluxe rooms are complemented with modern and luxurious amenities for a wonderful stay.</p><div class=\"uagb-ifb-button-wrapper wp-block-button\"><a href=\"\" target=\"_self\" class=\"uagb-infobox-cta-link uagb-disable-link\" rel=\"noopener noreferrer\" alt=\"\"><span class=\"uagb-inline-editing\">READ MORE</span></a></div></div></div>\n<!-- /wp:uagb/info-box --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"c631ecbb\",\"widthDesktop\":50,\"bottomPaddingDesktop\":20,\"rightPaddingDesktop\":32,\"bottomPaddingTablet\":35,\"rightPaddingTablet\":15,\"bottomPaddingMobile\":65,\"paddingLink\":false,\"topMarginDesktop\":0,\"bottomMarginDesktop\":0,\"leftMarginDesktop\":5,\"rightMarginDesktop\":5,\"topMarginMobile\":0,\"bottomMarginMobile\":0,\"leftMarginMobile\":0,\"rightMarginMobile\":0,\"marginLink\":false,\"variationSelected\":true,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-c631ecbb\"><!-- wp:uagb/info-box {\"classMigrate\":true,\"headingAlign\":\"left\",\"headingColor\":\"\",\"subHeadingColor\":\"\",\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"source_type\":\"image\",\"block_id\":\"bf9e5538\",\"ctaIcon\":\"\",\"ctaType\":\"text\",\"ctaText\":\"READ MORE\",\"ctaLinkColor\":\"var(\\u002d\\u002dast-global-color-0)\",\"ctaDecoration\":\"underline\",\"ctaFontSize\":12,\"ctaFontWeight\":\"600\",\"ctaLetterSpacing\":2,\"ctaBorderColor\":\"\",\"ctaBorderStyle\":\"\",\"ctaBorderWidth\":\"\",\"ctaBorderRadius\":\"\",\"iconBottomMargin\":30,\"iconImage\":{\"id\":286,\"title\":\"room-2\",\"filename\":\"room-2.jpg\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/room-2.jpg\",\"link\":\"https://blueroan.netgen.cloud/room-2/\",\"alt\":\"\",\"author\":\"34\",\"description\":\"\",\"caption\":\"\",\"name\":\"room-2\",\"status\":\"inherit\",\"uploadedTo\":0,\"date\":\"2021-05-11T12:36:42.000Z\",\"modified\":\"2021-05-11T12:36:42.000Z\",\"menuOrder\":0,\"mime\":\"image/jpeg\",\"type\":\"image\",\"subtype\":\"jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/default.png\",\"dateFormatted\":\"May 11, 2021\",\"nonces\":{\"update\":\"87f5d7a5f5\",\"delete\":\"4e81d94b20\",\"edit\":\"5fab6e72b2\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=286\\u0026action=edit\",\"meta\":false,\"authorName\":\"Rishabh\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/user-edit.php?user_id=34\",\"filesizeInBytes\":43720,\"filesizeHumanReadable\":\"43 KB\",\"context\":\"\",\"height\":400,\"width\":600,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/room-2-150x150.jpg\",\"orientation\":\"landscape\"},\"medium\":{\"height\":200,\"width\":300,\"url\":\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/room-2-300x200.jpg\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/room-2.jpg\",\"height\":400,\"width\":600,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"imageSize\":\"full\",\"imageWidth\":100,\"imageWidthMobile\":100,\"imageWidthTablet\":100,\"paddingBtnTop\":10,\"paddingBtnBottom\":10,\"paddingBtnLeft\":14,\"paddingBtnRight\":14,\"imageWidthUnit\":\"%\",\"imageWidthUnitTablet\":\"%\",\"imageWidthUnitMobile\":\"%\",\"subHeadTopMargin\":0,\"subHeadRightMargin\":40,\"subHeadLeftMargin\":0,\"subHeadMarginTopTablet\":0,\"subHeadMarginRightTablet\":0,\"subHeadTabletSpace\":20,\"subHeadMarginLeftTablet\":0,\"imgTagHeight\":66,\"imgTagWidth\":600,\"btnBorderTopWidth\":1,\"btnBorderLeftWidth\":1,\"btnBorderRightWidth\":1,\"btnBorderBottomWidth\":1,\"btnBorderTopLeftRadius\":0,\"btnBorderTopRightRadius\":0,\"btnBorderBottomLeftRadius\":0,\"btnBorderBottomRightRadius\":0,\"btnBorderStyle\":\"solid\",\"btnBorderColor\":\"#333\"} -->\n<div class=\"wp-block-uagb-info-box uagb-block-bf9e5538 uagb-infobox__content-wrap  uagb-infobox-icon-above-title uagb-infobox-image-valign-top\"><div class=\"uagb-ifb-content\"><div class=\"uagb-ifb-image-content\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/room-2.jpg\" alt=\"\" width=\"100\" height=\"66\" loading=\"lazy\"/></div><div class=\"uagb-ifb-title-wrap\"><h3 class=\"uagb-ifb-title\">Double Club Room​</h3></div><p class=\"uagb-ifb-desc\">We offer 15 club rooms designed with a vibrant touch to enhance your spirits for a happening holiday.​</p><div class=\"uagb-ifb-button-wrapper wp-block-button\"><a href=\"\" target=\"_self\" class=\"uagb-infobox-cta-link uagb-disable-link\" rel=\"noopener noreferrer\" alt=\"\"><span class=\"uagb-inline-editing\">READ MORE</span></a></div></div></div>\n<!-- /wp:uagb/info-box --></div>\n<!-- /wp:uagb/container --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"32447897\",\"directionDesktop\":\"row\",\"alignItemsTablet\":\"flex-start\",\"justifyContentDesktop\":\"flex-start\",\"topMarginDesktop\":54,\"bottomMarginDesktop\":0,\"leftMarginDesktop\":0,\"rightMarginDesktop\":0,\"topMarginMobile\":0,\"bottomMarginMobile\":0,\"leftMarginMobile\":0,\"rightMarginMobile\":0,\"marginLink\":false,\"variationSelected\":true,\"rowGapMobile\":0,\"columnGapDesktop\":0} -->\n<div class=\"wp-block-uagb-container uagb-block-32447897\"><!-- wp:uagb/container {\"block_id\":\"5b113c97\",\"widthDesktop\":50,\"bottomPaddingDesktop\":20,\"rightPaddingDesktop\":32,\"bottomPaddingTablet\":35,\"leftPaddingTablet\":0,\"rightPaddingTablet\":15,\"bottomPaddingMobile\":65,\"paddingLink\":false,\"topMarginDesktop\":0,\"bottomMarginDesktop\":0,\"leftMarginDesktop\":5,\"rightMarginDesktop\":5,\"topMarginMobile\":0,\"bottomMarginMobile\":0,\"leftMarginMobile\":0,\"rightMarginMobile\":0,\"marginLink\":false,\"variationSelected\":true,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-5b113c97\"><!-- wp:uagb/info-box {\"classMigrate\":true,\"headingAlign\":\"left\",\"headingColor\":\"\",\"subHeadingColor\":\"\",\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"source_type\":\"image\",\"block_id\":\"5fe1f59d\",\"ctaIcon\":\"\",\"ctaType\":\"text\",\"ctaText\":\"READ MORE\",\"ctaLinkColor\":\"var(\\u002d\\u002dast-global-color-0)\",\"ctaDecoration\":\"underline\",\"ctaFontSize\":12,\"ctaFontWeight\":\"600\",\"ctaLetterSpacing\":2,\"ctaBorderColor\":\"\",\"ctaBorderStyle\":\"\",\"ctaBorderWidth\":\"\",\"ctaBorderRadius\":\"\",\"iconBottomMargin\":30,\"iconImage\":{\"id\":288,\"title\":\"room-3\",\"filename\":\"room-3-1.jpg\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/room-3-1.jpg\",\"link\":\"https://blueroan.netgen.cloud/room-3-2/\",\"alt\":\"\",\"author\":\"34\",\"description\":\"\",\"caption\":\"\",\"name\":\"room-3-2\",\"status\":\"inherit\",\"uploadedTo\":0,\"date\":\"2021-05-11T12:38:58.000Z\",\"modified\":\"2021-05-11T12:38:58.000Z\",\"menuOrder\":0,\"mime\":\"image/jpeg\",\"type\":\"image\",\"subtype\":\"jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/default.png\",\"dateFormatted\":\"May 11, 2021\",\"nonces\":{\"update\":\"13dbecb562\",\"delete\":\"d65fb58bac\",\"edit\":\"dc499da5fa\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=288\\u0026action=edit\",\"meta\":false,\"authorName\":\"Rishabh\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/user-edit.php?user_id=34\",\"filesizeInBytes\":26280,\"filesizeHumanReadable\":\"26 KB\",\"context\":\"\",\"height\":400,\"width\":600,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/room-3-1-150x150.jpg\",\"orientation\":\"landscape\"},\"medium\":{\"height\":200,\"width\":300,\"url\":\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/room-3-1-300x200.jpg\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/room-3-1.jpg\",\"height\":400,\"width\":600,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"imageSize\":\"full\",\"imageWidth\":100,\"imageWidthMobile\":100,\"imageWidthTablet\":100,\"paddingBtnTop\":10,\"paddingBtnBottom\":10,\"paddingBtnLeft\":14,\"paddingBtnRight\":14,\"imageWidthUnit\":\"%\",\"imageWidthUnitTablet\":\"%\",\"imageWidthUnitMobile\":\"%\",\"subHeadTopMargin\":0,\"subHeadRightMargin\":40,\"subHeadLeftMargin\":0,\"subHeadMarginTopTablet\":0,\"subHeadMarginRightTablet\":0,\"subHeadTabletSpace\":20,\"subHeadMarginLeftTablet\":0,\"imgTagHeight\":66,\"imgTagWidth\":600,\"btnBorderTopWidth\":1,\"btnBorderLeftWidth\":1,\"btnBorderRightWidth\":1,\"btnBorderBottomWidth\":1,\"btnBorderTopLeftRadius\":0,\"btnBorderTopRightRadius\":0,\"btnBorderBottomLeftRadius\":0,\"btnBorderBottomRightRadius\":0,\"btnBorderStyle\":\"solid\",\"btnBorderColor\":\"#333\"} -->\n<div class=\"wp-block-uagb-info-box uagb-block-5fe1f59d uagb-infobox__content-wrap  uagb-infobox-icon-above-title uagb-infobox-image-valign-top\"><div class=\"uagb-ifb-content\"><div class=\"uagb-ifb-image-content\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/room-3-1.jpg\" alt=\"\" width=\"100\" height=\"66\" loading=\"lazy\"/></div><div class=\"uagb-ifb-title-wrap\"><h3 class=\"uagb-ifb-title\">Standard Suite​</h3></div><p class=\"uagb-ifb-desc\">If you are looking for a room that gives you both space and luxury at a reasonable price, this is the one for you.</p><div class=\"uagb-ifb-button-wrapper wp-block-button\"><a href=\"\" target=\"_self\" class=\"uagb-infobox-cta-link uagb-disable-link\" rel=\"noopener noreferrer\" alt=\"\"><span class=\"uagb-inline-editing\">READ MORE</span></a></div></div></div>\n<!-- /wp:uagb/info-box --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"db614ad7\",\"widthDesktop\":50,\"bottomPaddingDesktop\":20,\"rightPaddingDesktop\":32,\"bottomPaddingTablet\":35,\"rightPaddingTablet\":15,\"bottomPaddingMobile\":65,\"paddingLink\":false,\"topMarginDesktop\":0,\"bottomMarginDesktop\":0,\"leftMarginDesktop\":5,\"rightMarginDesktop\":5,\"topMarginMobile\":0,\"bottomMarginMobile\":0,\"leftMarginMobile\":0,\"rightMarginMobile\":0,\"marginLink\":false,\"variationSelected\":true,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-db614ad7\"><!-- wp:uagb/info-box {\"classMigrate\":true,\"headingAlign\":\"left\",\"headingColor\":\"\",\"subHeadingColor\":\"\",\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"source_type\":\"image\",\"block_id\":\"ad95b748\",\"ctaIcon\":\"\",\"ctaType\":\"text\",\"ctaText\":\"READ MORE\",\"ctaLinkColor\":\"var(\\u002d\\u002dast-global-color-0)\",\"ctaDecoration\":\"underline\",\"ctaFontSize\":12,\"ctaFontWeight\":\"600\",\"ctaLetterSpacing\":2,\"ctaBorderColor\":\"\",\"ctaBorderStyle\":\"\",\"ctaBorderWidth\":\"\",\"ctaBorderRadius\":\"\",\"iconBottomMargin\":30,\"iconImage\":{\"id\":284,\"title\":\"room-4\",\"filename\":\"room-4-1.jpg\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/room-4-1.jpg\",\"link\":\"https://blueroan.netgen.cloud/room-4-2/\",\"alt\":\"\",\"author\":\"34\",\"description\":\"\",\"caption\":\"\",\"name\":\"room-4-2\",\"status\":\"inherit\",\"uploadedTo\":0,\"date\":\"2021-05-11T12:34:14.000Z\",\"modified\":\"2021-05-11T12:34:14.000Z\",\"menuOrder\":0,\"mime\":\"image/jpeg\",\"type\":\"image\",\"subtype\":\"jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/default.png\",\"dateFormatted\":\"May 11, 2021\",\"nonces\":{\"update\":\"7cafb104e4\",\"delete\":\"c76125dda4\",\"edit\":\"a40254c450\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=284\\u0026action=edit\",\"meta\":false,\"authorName\":\"Rishabh\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/user-edit.php?user_id=34\",\"filesizeInBytes\":40918,\"filesizeHumanReadable\":\"40 KB\",\"context\":\"\",\"height\":400,\"width\":600,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/room-4-1-150x150.jpg\",\"orientation\":\"landscape\"},\"medium\":{\"height\":200,\"width\":300,\"url\":\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/room-4-1-300x200.jpg\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/room-4-1.jpg\",\"height\":400,\"width\":600,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"imageSize\":\"full\",\"imageWidth\":100,\"imageWidthMobile\":100,\"imageWidthTablet\":100,\"paddingBtnTop\":10,\"paddingBtnBottom\":10,\"paddingBtnLeft\":14,\"paddingBtnRight\":14,\"imageWidthUnit\":\"%\",\"imageWidthUnitTablet\":\"%\",\"imageWidthUnitMobile\":\"%\",\"subHeadTopMargin\":0,\"subHeadRightMargin\":40,\"subHeadLeftMargin\":0,\"subHeadMarginTopTablet\":0,\"subHeadMarginRightTablet\":0,\"subHeadTabletSpace\":20,\"subHeadMarginLeftTablet\":0,\"imgTagHeight\":66,\"imgTagWidth\":600,\"btnBorderTopWidth\":1,\"btnBorderLeftWidth\":1,\"btnBorderRightWidth\":1,\"btnBorderBottomWidth\":1,\"btnBorderTopLeftRadius\":0,\"btnBorderTopRightRadius\":0,\"btnBorderBottomLeftRadius\":0,\"btnBorderBottomRightRadius\":0,\"btnBorderStyle\":\"solid\",\"btnBorderColor\":\"#333\"} -->\n<div class=\"wp-block-uagb-info-box uagb-block-ad95b748 uagb-infobox__content-wrap  uagb-infobox-icon-above-title uagb-infobox-image-valign-top\"><div class=\"uagb-ifb-content\"><div class=\"uagb-ifb-image-content\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/room-4-1.jpg\" alt=\"\" width=\"100\" height=\"66\" loading=\"lazy\"/></div><div class=\"uagb-ifb-title-wrap\"><h3 class=\"uagb-ifb-title\">Executive Suite​</h3></div><p class=\"uagb-ifb-desc\">Experience luxury in style in our executive suites. These rooms also give you a beautiful view of the city.</p><div class=\"uagb-ifb-button-wrapper wp-block-button\"><a href=\"\" target=\"_self\" class=\"uagb-infobox-cta-link uagb-disable-link\" rel=\"noopener noreferrer\" alt=\"\"><span class=\"uagb-inline-editing\">READ MORE</span></a></div></div></div>\n<!-- /wp:uagb/info-box --></div>\n<!-- /wp:uagb/container --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"26d3a0c4\",\"directionDesktop\":\"row\",\"justifyContentDesktop\":\"flex-start\",\"topMarginDesktop\":54,\"bottomMarginDesktop\":0,\"leftMarginDesktop\":0,\"rightMarginDesktop\":0,\"topMarginMobile\":0,\"bottomMarginMobile\":0,\"leftMarginMobile\":0,\"rightMarginMobile\":0,\"marginLink\":false,\"variationSelected\":true,\"rowGapMobile\":0,\"columnGapDesktop\":0} -->\n<div class=\"wp-block-uagb-container uagb-block-26d3a0c4\"><!-- wp:uagb/container {\"block_id\":\"3d463e8d\",\"widthDesktop\":50,\"bottomPaddingDesktop\":20,\"rightPaddingDesktop\":32,\"bottomPaddingTablet\":35,\"rightPaddingTablet\":15,\"bottomPaddingMobile\":65,\"paddingLink\":false,\"topMarginDesktop\":0,\"bottomMarginDesktop\":0,\"leftMarginDesktop\":5,\"rightMarginDesktop\":5,\"topMarginMobile\":0,\"bottomMarginMobile\":0,\"leftMarginMobile\":0,\"rightMarginMobile\":0,\"marginLink\":false,\"variationSelected\":true,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-3d463e8d\"><!-- wp:uagb/info-box {\"classMigrate\":true,\"headingAlign\":\"left\",\"headingColor\":\"\",\"subHeadingColor\":\"\",\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"source_type\":\"image\",\"block_id\":\"36ea0e34\",\"ctaIcon\":\"\",\"ctaType\":\"text\",\"ctaText\":\"READ MORE\",\"ctaLinkColor\":\"var(\\u002d\\u002dast-global-color-0)\",\"ctaDecoration\":\"underline\",\"ctaFontSize\":12,\"ctaFontWeight\":\"600\",\"ctaLetterSpacing\":2,\"ctaBorderColor\":\"\",\"ctaBorderStyle\":\"\",\"ctaBorderWidth\":\"\",\"ctaBorderRadius\":\"\",\"iconBottomMargin\":30,\"iconImage\":{\"id\":289,\"title\":\"room-5\",\"filename\":\"room-5.jpg\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/room-5.jpg\",\"link\":\"https://blueroan.netgen.cloud/room-5/\",\"alt\":\"\",\"author\":\"34\",\"description\":\"\",\"caption\":\"\",\"name\":\"room-5\",\"status\":\"inherit\",\"uploadedTo\":0,\"date\":\"2021-05-11T12:41:05.000Z\",\"modified\":\"2021-05-11T12:41:05.000Z\",\"menuOrder\":0,\"mime\":\"image/jpeg\",\"type\":\"image\",\"subtype\":\"jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/default.png\",\"dateFormatted\":\"May 11, 2021\",\"nonces\":{\"update\":\"67479f178f\",\"delete\":\"0a3770770f\",\"edit\":\"881fd0ea74\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=289\\u0026action=edit\",\"meta\":false,\"authorName\":\"Rishabh\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/user-edit.php?user_id=34\",\"filesizeInBytes\":49173,\"filesizeHumanReadable\":\"48 KB\",\"context\":\"\",\"height\":400,\"width\":600,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/room-5-150x150.jpg\",\"orientation\":\"landscape\"},\"medium\":{\"height\":200,\"width\":300,\"url\":\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/room-5-300x200.jpg\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/room-5.jpg\",\"height\":400,\"width\":600,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"imageSize\":\"full\",\"imageWidth\":100,\"imageWidthMobile\":100,\"imageWidthTablet\":100,\"paddingBtnTop\":10,\"paddingBtnBottom\":10,\"paddingBtnLeft\":14,\"paddingBtnRight\":14,\"imageWidthUnit\":\"%\",\"imageWidthUnitTablet\":\"%\",\"imageWidthUnitMobile\":\"%\",\"subHeadTopMargin\":0,\"subHeadRightMargin\":40,\"subHeadLeftMargin\":0,\"subHeadMarginTopTablet\":0,\"subHeadMarginRightTablet\":0,\"subHeadTabletSpace\":20,\"subHeadMarginLeftTablet\":0,\"imgTagHeight\":66,\"imgTagWidth\":600,\"btnBorderTopWidth\":1,\"btnBorderLeftWidth\":1,\"btnBorderRightWidth\":1,\"btnBorderBottomWidth\":1,\"btnBorderTopLeftRadius\":0,\"btnBorderTopRightRadius\":0,\"btnBorderBottomLeftRadius\":0,\"btnBorderBottomRightRadius\":0,\"btnBorderStyle\":\"solid\",\"btnBorderColor\":\"#333\"} -->\n<div class=\"wp-block-uagb-info-box uagb-block-36ea0e34 uagb-infobox__content-wrap  uagb-infobox-icon-above-title uagb-infobox-image-valign-top\"><div class=\"uagb-ifb-content\"><div class=\"uagb-ifb-image-content\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/room-5.jpg\" alt=\"\" width=\"100\" height=\"66\" loading=\"lazy\"/></div><div class=\"uagb-ifb-title-wrap\"><h3 class=\"uagb-ifb-title\">Grand Suite​</h3></div><p class=\"uagb-ifb-desc\">This is the second-highest ranked room in our hotel that offers luxury with the most advanced amenities.</p><div class=\"uagb-ifb-button-wrapper wp-block-button\"><a href=\"\" target=\"_self\" class=\"uagb-infobox-cta-link uagb-disable-link\" rel=\"noopener noreferrer\" alt=\"\"><span class=\"uagb-inline-editing\">READ MORE</span></a></div></div></div>\n<!-- /wp:uagb/info-box --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"f4f5199f\",\"widthDesktop\":50,\"bottomPaddingDesktop\":20,\"rightPaddingDesktop\":32,\"bottomPaddingTablet\":35,\"rightPaddingTablet\":15,\"paddingLink\":false,\"topMarginDesktop\":0,\"bottomMarginDesktop\":0,\"leftMarginDesktop\":5,\"rightMarginDesktop\":5,\"topMarginMobile\":0,\"bottomMarginMobile\":0,\"leftMarginMobile\":0,\"rightMarginMobile\":0,\"marginLink\":false,\"variationSelected\":true,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-f4f5199f\"><!-- wp:uagb/info-box {\"classMigrate\":true,\"headingAlign\":\"left\",\"headingColor\":\"\",\"subHeadingColor\":\"\",\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"source_type\":\"image\",\"block_id\":\"f1bba4f3\",\"ctaIcon\":\"\",\"ctaType\":\"text\",\"ctaText\":\"READ MORE\",\"ctaLinkColor\":\"var(\\u002d\\u002dast-global-color-0)\",\"ctaDecoration\":\"underline\",\"ctaFontSize\":12,\"ctaFontWeight\":\"600\",\"ctaLetterSpacing\":2,\"ctaBorderColor\":\"\",\"ctaBorderStyle\":\"\",\"ctaBorderWidth\":\"\",\"ctaBorderRadius\":\"\",\"iconBottomMargin\":30,\"iconImage\":{\"id\":290,\"title\":\"room-6\",\"filename\":\"room-6.jpg\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/room-6.jpg\",\"link\":\"https://blueroan.netgen.cloud/room-6/\",\"alt\":\"\",\"author\":\"34\",\"description\":\"\",\"caption\":\"\",\"name\":\"room-6\",\"status\":\"inherit\",\"uploadedTo\":0,\"date\":\"2021-05-11T12:42:24.000Z\",\"modified\":\"2021-05-11T12:42:24.000Z\",\"menuOrder\":0,\"mime\":\"image/jpeg\",\"type\":\"image\",\"subtype\":\"jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/default.png\",\"dateFormatted\":\"May 11, 2021\",\"nonces\":{\"update\":\"ca0f21bc6b\",\"delete\":\"aeb89ca3d4\",\"edit\":\"4be159def3\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=290\\u0026action=edit\",\"meta\":false,\"authorName\":\"Rishabh\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/user-edit.php?user_id=34\",\"filesizeInBytes\":50081,\"filesizeHumanReadable\":\"49 KB\",\"context\":\"\",\"height\":400,\"width\":600,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/room-6-150x150.jpg\",\"orientation\":\"landscape\"},\"medium\":{\"height\":200,\"width\":300,\"url\":\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/room-6-300x200.jpg\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/room-6.jpg\",\"height\":400,\"width\":600,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"imageSize\":\"full\",\"imageWidth\":100,\"imageWidthMobile\":100,\"imageWidthTablet\":100,\"paddingBtnTop\":10,\"paddingBtnBottom\":10,\"paddingBtnLeft\":14,\"paddingBtnRight\":14,\"imageWidthUnit\":\"%\",\"imageWidthUnitTablet\":\"%\",\"imageWidthUnitMobile\":\"%\",\"subHeadTopMargin\":0,\"subHeadRightMargin\":40,\"subHeadLeftMargin\":0,\"subHeadMarginTopTablet\":0,\"subHeadMarginRightTablet\":0,\"subHeadTabletSpace\":20,\"subHeadMarginLeftTablet\":0,\"imgTagHeight\":66,\"imgTagWidth\":600,\"btnBorderTopWidth\":1,\"btnBorderLeftWidth\":1,\"btnBorderRightWidth\":1,\"btnBorderBottomWidth\":1,\"btnBorderTopLeftRadius\":0,\"btnBorderTopRightRadius\":0,\"btnBorderBottomLeftRadius\":0,\"btnBorderBottomRightRadius\":0,\"btnBorderStyle\":\"solid\",\"btnBorderColor\":\"#333\"} -->\n<div class=\"wp-block-uagb-info-box uagb-block-f1bba4f3 uagb-infobox__content-wrap  uagb-infobox-icon-above-title uagb-infobox-image-valign-top\"><div class=\"uagb-ifb-content\"><div class=\"uagb-ifb-image-content\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/room-6.jpg\" alt=\"\" width=\"100\" height=\"66\" loading=\"lazy\"/></div><div class=\"uagb-ifb-title-wrap\"><h3 class=\"uagb-ifb-title\">Presidential Suite​</h3></div><p class=\"uagb-ifb-desc\">Wish to live like a king? Here’s the top presidential suite where you can spend the best days of your life.</p><div class=\"uagb-ifb-button-wrapper wp-block-button\"><a href=\"\" target=\"_self\" class=\"uagb-infobox-cta-link uagb-disable-link\" rel=\"noopener noreferrer\" alt=\"\"><span class=\"uagb-inline-editing\">READ MORE</span></a></div></div></div>\n<!-- /wp:uagb/info-box --></div>\n<!-- /wp:uagb/container --></div>\n<!-- /wp:uagb/container --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"06eb7107\",\"innerContentCustomWidthDesktop\":781,\"innerContentCustomWidthTablet\":781,\"backgroundType\":\"image\",\"backgroundImageDesktop\":{\"id\":54,\"title\":\"background-img\",\"filename\":\"background-img-1.jpg\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/background-img-1.jpg\",\"link\":\"https://blueroan.netgen.cloud/background-img-2/\",\"alt\":\"\",\"author\":\"34\",\"description\":\"\",\"caption\":\"\",\"name\":\"background-img-2\",\"status\":\"inherit\",\"uploadedTo\":0,\"date\":\"2021-05-07T10:11:37.000Z\",\"modified\":\"2021-05-07T10:11:37.000Z\",\"menuOrder\":0,\"mime\":\"image/jpeg\",\"type\":\"image\",\"subtype\":\"jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/default.png\",\"dateFormatted\":\"May 7, 2021\",\"nonces\":{\"update\":\"bb999636b9\",\"delete\":\"d2e1375bc4\",\"edit\":\"005dd2f0c9\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=54\\u0026action=edit\",\"meta\":false,\"authorName\":\"Rishabh\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/user-edit.php?user_id=34\",\"filesizeInBytes\":338858,\"filesizeHumanReadable\":\"331 KB\",\"context\":\"\",\"height\":1080,\"width\":1920,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/background-img-1-150x150.jpg\",\"orientation\":\"landscape\"},\"medium\":{\"height\":169,\"width\":300,\"url\":\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/background-img-1-300x169.jpg\",\"orientation\":\"landscape\"},\"large\":{\"height\":576,\"width\":1024,\"url\":\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/background-img-1-1024x576.jpg\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/background-img-1.jpg\",\"height\":1080,\"width\":1920,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"backgroundImageColor\":\"rgba(42,42,42,0.65)\",\"topPaddingDesktop\":144,\"bottomPaddingDesktop\":144,\"leftPaddingDesktop\":40,\"rightPaddingDesktop\":40,\"topPaddingTablet\":80,\"bottomPaddingTablet\":80,\"leftPaddingTablet\":40,\"rightPaddingTablet\":40,\"topPaddingMobile\":64,\"bottomPaddingMobile\":64,\"leftPaddingMobile\":24,\"rightPaddingMobile\":24,\"paddingLink\":false,\"variationSelected\":true,\"isBlockRootParent\":true,\"overlayType\":\"color\"} -->\n<div class=\"wp-block-uagb-container uagb-block-06eb7107 alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/advanced-heading {\"block_id\":\"19981042\",\"classMigrate\":true,\"headingDescToggle\":true,\"headingAlign\":\"center\",\"headingColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"subHeadingColor\":\"var(\\u002d\\u002dast-global-color-4)\",\"headSpace\":20} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-19981042\"><h2 class=\"uagb-heading-text\">Plan an Unforgettable Experience in Mykonos Today!</h2><p class=\"uagb-desc-text\">We can help you fit your stay and experience within your allotted budget.</p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/advanced-heading {\"block_id\":\"6335df6f\",\"classMigrate\":true,\"headingTitleToggle\":false,\"headingDescToggle\":true,\"headingAlign\":\"center\",\"subHeadingColor\":\"var(\\u002d\\u002dast-global-color-4)\",\"subHeadTransform\":\"uppercase\",\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"subHeadLetterSpacing\":2,\"blockTopPadding\":60,\"blockRightPadding\":0,\"blockLeftPadding\":0,\"blockBottomPadding\":0,\"blockTopPaddingMobile\":30,\"blockRightPaddingMobile\":0,\"blockLeftPaddingMobile\":0,\"blockBottomPaddingMobile\":0} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-6335df6f\"><p class=\"uagb-desc-text\">BOOK YOUR STAY NOW​</p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/icon-list {\"block_id\":\"52514852\",\"classMigrate\":true,\"childMigrate\":true,\"align\":\"center\",\"parentIcon\":\"phone\",\"size\":40,\"sizeMobile\":24,\"sizeTablet\":32,\"fontSize\":48,\"fontSizeMobile\":28,\"fontSizeTablet\":40,\"fontWeight\":\"600\",\"iconColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"labelColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"blockTopPadding\":0,\"blockRightPadding\":0,\"blockLeftPadding\":0,\"blockBottomPadding\":24,\"blockPaddingLink\":false} -->\n<div class=\"wp-block-uagb-icon-list uagb-block-52514852\"><div class=\"uagb-icon-list__wrap\"><!-- wp:uagb/icon-list-child {\"block_id\":\"ae47bf85\",\"label\":\"+1-123 456 7890​\",\"label_color\":\"\",\"fromParentIcon\":\"phone\",\"imageSizeChild\":40} -->\n<div class=\"wp-block-uagb-icon-list-child uagb-block-ae47bf85\"><span class=\"uagb-icon-list__source-wrap\"><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M511.2 387l-23.25 100.8c-3.266 14.25-15.79 24.22-30.46 24.22C205.2 512 0 306.8 0 54.5c0-14.66 9.969-27.2 24.22-30.45l100.8-23.25C139.7-2.602 154.7 5.018 160.8 18.92l46.52 108.5c5.438 12.78 1.77 27.67-8.98 36.45L144.5 207.1c33.98 69.22 90.26 125.5 159.5 159.5l44.08-53.8c8.688-10.78 23.69-14.51 36.47-8.975l108.5 46.51C506.1 357.2 514.6 372.4 511.2 387z\"></path></svg></span><span class=\"uagb-icon-list__label\">+1-123 456 7890​</span></div>\n<!-- /wp:uagb/icon-list-child --></div></div>\n<!-- /wp:uagb/icon-list --></div></div>\n<!-- /wp:uagb/container -->',	'Accommodation',	'',	'inherit',	'closed',	'closed',	'',	'761-revision-v1',	'',	'',	'2022-12-13 10:36:48',	'2022-12-13 10:36:48',	'',	761,	'https://blueroan.netgen.cloud/?p=818',	0,	'revision',	'',	0),
(820,	2,	'2022-12-13 10:51:07',	'2022-12-13 10:51:07',	'<!-- wp:uagb/container {\"block_id\":\"c78aaf0a\",\"minHeightDesktop\":95,\"minHeightTablet\":70,\"minHeightMobile\":80,\"minHeightType\":\"vh\",\"alignItemsDesktop\":\"flex-start\",\"backgroundType\":\"image\",\"backgroundImageDesktop\":{\"uploading\":false,\"date\":1670921854000,\"filename\":\"Blue-Roan-pool.jpg\",\"menuOrder\":0,\"uploadedTo\":760,\"type\":\"image\",\"subtype\":\"jpeg\",\"id\":784,\"title\":\"Blue Roan - pool\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Blue-Roan-pool.jpg\",\"link\":\"https://blueroan.netgen.cloud/home/blue-roan-pool/\",\"alt\":\"\",\"author\":\"2\",\"description\":\"\",\"caption\":\"\",\"name\":\"blue-roan-pool\",\"status\":\"inherit\",\"modified\":1670921854000,\"mime\":\"image/jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-includes/images/media/default.png\",\"dateFormatted\":\"December 13, 2022\",\"nonces\":{\"update\":\"51a12ed09e\",\"delete\":\"5174068551\",\"edit\":\"1de0721407\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=784\\u0026action=edit\",\"meta\":false,\"authorName\":\"Netgen Support\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/profile.php\",\"uploadedToTitle\":\"Home\",\"uploadedToLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=760\\u0026action=edit\",\"filesizeInBytes\":154801,\"filesizeHumanReadable\":\"151 KB\",\"context\":\"\",\"height\":667,\"width\":1000,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Blue-Roan-pool-150x150.jpg\",\"orientation\":\"landscape\"},\"medium\":{\"height\":200,\"width\":300,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Blue-Roan-pool-300x200.jpg\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Blue-Roan-pool.jpg\",\"height\":667,\"width\":1000,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"backgroundPositionDesktop\":{\"x\":0.5,\"y\":0.25},\"backgroundImageColor\":\"rgba(42,42,42,0.35)\",\"topPaddingDesktop\":0,\"bottomPaddingDesktop\":0,\"leftPaddingDesktop\":40,\"rightPaddingDesktop\":40,\"topPaddingTablet\":120,\"bottomPaddingTablet\":120,\"leftPaddingTablet\":40,\"rightPaddingTablet\":40,\"topPaddingMobile\":150,\"bottomPaddingMobile\":150,\"leftPaddingMobile\":20,\"rightPaddingMobile\":20,\"paddingLink\":false,\"variationSelected\":true,\"isBlockRootParent\":true,\"overlayType\":\"color\",\"minHeightTypeTablet\":\"vh\",\"minHeightTypeMobile\":\"vh\"} -->\n<div class=\"wp-block-uagb-container uagb-block-c78aaf0a alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/info-box {\"classMigrate\":true,\"headingAlign\":\"left\",\"headingColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"subHeadingColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"headingTag\":\"h1\",\"subHeadFontSize\":17,\"subHeadFontSizeMobile\":15,\"headSpace\":20,\"subHeadSpace\":40,\"block_id\":\"d83cce7e\",\"ctaIcon\":\"\",\"ctaType\":\"button\",\"ctaText\":\"Book Your Stay Now\",\"ctaLink\":\"#\",\"ctaBtnLinkColor\":\"var(\\u002d\\u002dast-global-color-2)\",\"ctaLinkHoverColor\":\"var(\\u002d\\u002dast-global-color-2)\",\"ctaBgColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"ctaBgHoverColor\":\"var(\\u002d\\u002dast-global-color-4)\",\"ctaBorderColor\":\"\",\"ctaBorderStyle\":\"\",\"ctaBorderWidth\":\"\",\"ctaBorderRadius\":\"\",\"iconImage\":{\"url\":\"\",\"alt\":\"InfoBox placeholder img\"},\"showIcon\":false,\"paddingBtnTop\":18,\"paddingBtnBottom\":18,\"paddingBtnLeft\":34,\"paddingBtnRight\":34,\"blockTopPadding\":0,\"blockRightPadding\":40,\"blockLeftPadding\":0,\"blockBottomPadding\":0,\"blockTopPaddingTablet\":0,\"blockRightPaddingTablet\":64,\"blockLeftPaddingTablet\":0,\"blockBottomPaddingTablet\":0,\"blockTopPaddingMobile\":0,\"blockRightPaddingMobile\":0,\"blockLeftPaddingMobile\":0,\"blockBottomPaddingMobile\":0,\"blockPaddingUnit\":\"%\",\"blockPaddingLink\":false,\"subHeadMarginTopTablet\":0,\"subHeadMarginRightTablet\":64,\"subHeadTabletSpace\":40,\"subHeadMarginLeftTablet\":0,\"subHeadMarginTopMobile\":0,\"subHeadMarginRightMobile\":0,\"subHeadMobileSpace\":40,\"subHeadMarginLeftMobile\":0,\"btnBorderTopWidth\":1,\"btnBorderLeftWidth\":1,\"btnBorderRightWidth\":1,\"btnBorderBottomWidth\":1,\"btnBorderTopLeftRadius\":0,\"btnBorderTopRightRadius\":0,\"btnBorderBottomLeftRadius\":0,\"btnBorderBottomRightRadius\":0,\"btnBorderStyle\":\"none\",\"btnBorderColor\":\"#333\"} -->\n<div class=\"wp-block-uagb-info-box uagb-block-d83cce7e uagb-infobox__content-wrap  uagb-infobox-icon-above-title uagb-infobox-image-valign-top\"><div class=\"uagb-ifb-content\"><div class=\"uagb-ifb-title-wrap\"><h1 class=\"uagb-ifb-title\"><strong>Magaliesburg pet friendly self-catering accommodation</strong></h1></div><p class=\"uagb-ifb-desc\">Romantic pet-friendly self-catering accommodation in Magaliesburg, Gauteng.</p><div class=\"uagb-ifb-button-wrapper wp-block-button\"><a href=\"#\" class=\"uagb-infobox-cta-link wp-block-button__link\" target=\"_self\" rel=\"noopener noreferrer\" alt=\"\"><span class=\"uagb-inline-editing\">Book Your Stay Now</span></a></div></div></div>\n<!-- /wp:uagb/info-box --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"60e48518\",\"directionDesktop\":\"row\",\"directionMobile\":\"column-reverse\",\"alignItemsDesktop\":\"flex-start\",\"backgroundType\":\"color\",\"backgroundSizeTablet\":\"cover\",\"backgroundSizeMobile\":\"cover\",\"backgroundColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"topPaddingDesktop\":0,\"bottomPaddingDesktop\":0,\"topPaddingTablet\":80,\"bottomPaddingTablet\":80,\"leftPaddingTablet\":40,\"rightPaddingTablet\":40,\"topPaddingMobile\":64,\"bottomPaddingMobile\":64,\"leftPaddingMobile\":24,\"rightPaddingMobile\":24,\"paddingLink\":false,\"variationSelected\":true,\"rowGapDesktop\":0,\"columnGapDesktop\":0,\"columnGapTablet\":50,\"isBlockRootParent\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-60e48518 alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:image {\"align\":\"center\",\"id\":794,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image aligncenter size-full\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/210-2108726_too-great-for-us-tourism-grading-council-of-south-5.png\" alt=\"\" class=\"wp-image-794\"/></figure>\n<!-- /wp:image --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"b3c35f67\",\"directionDesktop\":\"row\",\"directionMobile\":\"column-reverse\",\"alignItemsDesktop\":\"flex-start\",\"backgroundType\":\"color\",\"backgroundSizeTablet\":\"cover\",\"backgroundSizeMobile\":\"cover\",\"backgroundColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"topPaddingDesktop\":60,\"bottomPaddingDesktop\":60,\"topPaddingTablet\":80,\"bottomPaddingTablet\":80,\"leftPaddingTablet\":40,\"rightPaddingTablet\":40,\"topPaddingMobile\":64,\"bottomPaddingMobile\":64,\"leftPaddingMobile\":24,\"rightPaddingMobile\":24,\"paddingLink\":false,\"variationSelected\":true,\"columnGapDesktop\":60,\"columnGapTablet\":50,\"isBlockRootParent\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-b3c35f67 alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/container {\"block_id\":\"b89c8657\",\"widthDesktop\":50,\"variationSelected\":true,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-b89c8657\"><!-- wp:uagb/info-box {\"classMigrate\":true,\"headingAlign\":\"left\",\"subHeadingColor\":\"\",\"subHeadFontSize\":16,\"subHeadFontSizeTablet\":16,\"subHeadFontSizeMobile\":15,\"subHeadSpace\":40,\"source_type\":\"image\",\"block_id\":\"ec95302c\",\"ctaType\":\"button\",\"ctaText\":\"\\u003ca href=\\u0022/accommodation/\\u0022\\u003eKnow More\\u003c/a\\u003e\",\"ctaBtnLinkColor\":\"\",\"ctaBgColor\":\"\",\"ctaBorderColor\":\"\",\"ctaBorderStyle\":\"\",\"ctaBorderWidth\":\"\",\"ctaBorderRadius\":\"\",\"iconBottomMargin\":40,\"iconImage\":{\"uploading\":false,\"date\":1670924230000,\"filename\":\"blue-roan-guest-farm-13.jpg\",\"menuOrder\":0,\"uploadedTo\":760,\"type\":\"image\",\"subtype\":\"jpeg\",\"id\":797,\"title\":\"blue-roan-guest-farm (13)\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-13.jpg\",\"link\":\"https://blueroan.netgen.cloud/home/blue-roan-guest-farm-13/\",\"alt\":\"\",\"author\":\"2\",\"description\":\"\",\"caption\":\"\",\"name\":\"blue-roan-guest-farm-13\",\"status\":\"inherit\",\"modified\":1670924230000,\"mime\":\"image/jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-includes/images/media/default.png\",\"dateFormatted\":\"December 13, 2022\",\"nonces\":{\"update\":\"46afd12e5c\",\"delete\":\"03dbfb32cd\",\"edit\":\"2bed0c26fe\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=797\\u0026action=edit\",\"meta\":false,\"authorName\":\"Netgen Support\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/profile.php\",\"uploadedToTitle\":\"Home\",\"uploadedToLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=760\\u0026action=edit\",\"filesizeInBytes\":201183,\"filesizeHumanReadable\":\"196 KB\",\"context\":\"\",\"height\":667,\"width\":1000,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-13-150x150.jpg\",\"orientation\":\"landscape\"},\"medium\":{\"height\":200,\"width\":300,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-13-300x200.jpg\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-13.jpg\",\"height\":667,\"width\":1000,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"imageSize\":\"full\",\"imageWidth\":100,\"imageWidthMobile\":100,\"imageWidthTablet\":100,\"showTitle\":false,\"paddingBtnTop\":18,\"paddingBtnBottom\":18,\"paddingBtnLeft\":34,\"paddingBtnRight\":34,\"imageWidthUnit\":\"%\",\"imageWidthUnitTablet\":\"%\",\"imageWidthUnitMobile\":\"%\",\"subHeadTopMargin\":0,\"subHeadRightMargin\":48,\"subHeadLeftMargin\":0,\"subHeadMarginTopTablet\":0,\"subHeadMarginRightTablet\":0,\"subHeadTabletSpace\":40,\"subHeadMarginLeftTablet\":0,\"imgTagHeight\":66,\"imgTagWidth\":1000,\"btnBorderTopWidth\":1,\"btnBorderLeftWidth\":1,\"btnBorderRightWidth\":1,\"btnBorderBottomWidth\":1,\"btnBorderTopLeftRadius\":0,\"btnBorderTopRightRadius\":0,\"btnBorderBottomLeftRadius\":0,\"btnBorderBottomRightRadius\":0,\"btnBorderStyle\":\"solid\",\"btnBorderColor\":\"#333\"} -->\n<div class=\"wp-block-uagb-info-box uagb-block-ec95302c uagb-infobox__content-wrap  uagb-infobox-icon-above-title uagb-infobox-image-valign-top\"><div class=\"uagb-ifb-content\"><div class=\"uagb-ifb-image-content\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-13.jpg\" alt=\"\" width=\"100\" height=\"66\" loading=\"lazy\"/></div><div class=\"uagb-ifb-title-wrap\"></div><p class=\"uagb-ifb-desc\">The Blue Roan Country Lodge is situated just 5 minutes from the village of Magaliesburg on a tar road so easy access for all cars. &nbsp;We have panoramic views of the Magaliesberg mountain range and our farm is the perfect place for a relaxing getaway in the country. &nbsp;As we are only 70 km from JHB and Pretoria, it is only an hour’s drive.<br></p><div class=\"uagb-ifb-button-wrapper wp-block-button\"><a href=\"\" class=\"uagb-infobox-cta-link wp-block-button__link  uagb-disable-link\" target=\"_self\" rel=\"noopener noreferrer\" alt=\"\"><span class=\"uagb-inline-editing\">Know More</span><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M504.3 273.6l-112.1 104c-6.992 6.484-17.18 8.218-25.94 4.406c-8.758-3.812-14.42-12.45-14.42-21.1L351.9 288H32C14.33 288 .0002 273.7 .0002 255.1S14.33 224 32 224h319.9l0-72c0-9.547 5.66-18.19 14.42-22c8.754-3.809 18.95-2.075 25.94 4.41l112.1 104C514.6 247.9 514.6 264.1 504.3 273.6z\"></path></svg></a></div></div></div>\n<!-- /wp:uagb/info-box --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"115b36c9\",\"widthDesktop\":50,\"leftPaddingDesktop\":0,\"paddingLink\":false,\"variationSelected\":true,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-115b36c9\"><!-- wp:uagb/advanced-heading {\"block_id\":\"b80f2767\",\"classMigrate\":true,\"headingDescToggle\":true,\"subHeadingColor\":\"\",\"headSpace\":20,\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-b80f2767\"><h2 class=\"uagb-heading-text\"><strong>Blue Roan is a 4-star graded pet-friendly venue</strong></h2><p class=\"uagb-desc-text\">Our goal is to provide high-quality, romantic, comfortable, and affordable self-catering accommodation on the outskirts of the village of &nbsp;Magaliesburg. &nbsp;For animal lovers, we are also&nbsp;pet-friendly&nbsp;by arrangement in most of the units all of which have their own fully fenced and gated private grassy gardens.</p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/image {\"block_id\":\"1d19ae9c\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/hammock-in-the-garden.jpg\",\"align\":\"left\",\"id\":799,\"linkDestination\":\"none\",\"naturalWidth\":600,\"naturalHeight\":400,\"sizeSlug\":\"full\",\"sizeSlugTablet\":\"full\",\"sizeSlugMobile\":\"full\",\"imageTopMargin\":20,\"imageRightMargin\":0,\"imageLeftMargin\":0,\"imageBottomMargin\":0,\"imageTopMarginMobile\":0,\"imageRightMarginMobile\":0,\"imageLeftMarginMobile\":0,\"imageBottomMarginMobile\":0,\"imageMarginLink\":false} -->\n<div class=\"wp-block-uagb-image uagb-block-1d19ae9c wp-block-uagb-image--layout-default wp-block-uagb-image--effect-static wp-block-uagb-image--align-left\"><figure class=\"wp-block-uagb-image__figure\"><img srcset=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/hammock-in-the-garden.jpg \" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/hammock-in-the-garden.jpg\" alt=\"\" class=\"uag-image-799\" width=\"\" height=\"\" title=\"\" loading=\"lazy\"/></figure></div>\n<!-- /wp:uagb/image --></div>\n<!-- /wp:uagb/container --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"c7514aa4\",\"backgroundType\":\"color\",\"backgroundSizeTablet\":\"cover\",\"backgroundSizeMobile\":\"cover\",\"backgroundColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"topPaddingDesktop\":50,\"bottomPaddingDesktop\":100,\"topPaddingTablet\":50,\"bottomPaddingTablet\":25,\"leftPaddingTablet\":20,\"rightPaddingTablet\":20,\"topPaddingMobile\":50,\"bottomPaddingMobile\":20,\"leftPaddingMobile\":20,\"rightPaddingMobile\":20,\"paddingLink\":false,\"variationSelected\":true,\"rowGapDesktop\":0,\"isBlockRootParent\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-c7514aa4 alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/container {\"block_id\":\"b4a4e121\",\"directionDesktop\":\"row\",\"alignItemsDesktop\":\"flex-end\",\"alignItemsTablet\":\"flex-end\",\"justifyContentDesktop\":\"flex-end\",\"justifyContentTablet\":\"space-between\",\"variationSelected\":true,\"rowGapMobile\":30,\"columnGapDesktop\":0} -->\n<div class=\"wp-block-uagb-container uagb-block-b4a4e121\"><!-- wp:uagb/advanced-heading {\"block_id\":\"a5c22302\",\"classMigrate\":true,\"headingDescToggle\":true,\"subHeadingColor\":\"\",\"headSpace\":20,\"subHeadFontSize\":16} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-a5c22302\"><h2 class=\"uagb-heading-text\">Amenities &amp; Facilities​</h2><p class=\"uagb-desc-text\">If you are looking for a relaxing, refreshing and rejuvenating experience altogether, we offer all of that under one roof.</p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/buttons {\"block_id\":\"26606825\",\"classMigrate\":true,\"childMigrate\":true,\"align\":\"right\",\"alignTablet\":\"right\",\"alignMobile\":\"left\",\"gap\":0} -->\n<div class=\"wp-block-uagb-buttons uagb-buttons__outer-wrap uagb-btn__default-btn uagb-btn-tablet__default-btn uagb-btn-mobile__default-btn uagb-block-26606825\"><div class=\"uagb-buttons__wrap uagb-buttons-layout-wrap\"><!-- wp:uagb/buttons-child {\"block_id\":\"71ec5742\",\"label\":\"View All\",\"link\":\"#\",\"hColor\":\"\",\"borderWidth\":\"\",\"borderRadius\":\"\",\"borderStyle\":\"\",\"borderColor\":\"\",\"borderHColor\":\"\",\"btnBorderTopWidth\":1,\"btnBorderLeftWidth\":1,\"btnBorderRightWidth\":1,\"btnBorderBottomWidth\":1,\"btnBorderTopLeftRadius\":2,\"btnBorderTopRightRadius\":2,\"btnBorderBottomLeftRadius\":2,\"btnBorderBottomRightRadius\":2,\"btnBorderStyle\":\"solid\",\"btnBorderColor\":\"#333\",\"btnBorderHColor\":\"#333\"} -->\n<div class=\"wp-block-uagb-buttons-child uagb-buttons__outer-wrap uagb-block-71ec5742 wp-block-button is-style-outline\"><div class=\"uagb-button__wrapper\"><a class=\"uagb-buttons-repeater wp-block-button__link\" href=\"#\" rel=\"follow noopener\" target=\"_self\"><div class=\"uagb-button__link\">View All</div></a></div></div>\n<!-- /wp:uagb/buttons-child --></div></div>\n<!-- /wp:uagb/buttons --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"90c3b9af\",\"directionDesktop\":\"row\",\"alignItemsTablet\":\"flex-start\",\"paddingLink\":false,\"topMarginDesktop\":50,\"bottomMarginDesktop\":20,\"leftMarginDesktop\":0,\"rightMarginDesktop\":0,\"marginLink\":false,\"variationSelected\":true,\"rowGapMobile\":65,\"columnGapDesktop\":48,\"columnGapTablet\":20} -->\n<div class=\"wp-block-uagb-container uagb-block-90c3b9af\"><!-- wp:uagb/info-box {\"classMigrate\":true,\"headingAlign\":\"left\",\"headingColor\":\"\",\"subHeadingColor\":\"\",\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"source_type\":\"image\",\"block_id\":\"2147439b\",\"ctaType\":\"text\",\"ctaText\":\"READ MORE\",\"ctaLinkColor\":\"var(\\u002d\\u002dast-global-color-0)\",\"ctaDecoration\":\"underline\",\"ctaFontSize\":12,\"ctaFontWeight\":\"600\",\"ctaLetterSpacing\":2,\"ctaBorderColor\":\"\",\"ctaBorderStyle\":\"\",\"ctaBorderWidth\":\"\",\"ctaBorderRadius\":\"\",\"iconBottomMargin\":30,\"iconImage\":{\"id\":90,\"title\":\"swimming-pool\",\"filename\":\"swimming-pool.jpg\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/swimming-pool.jpg\",\"link\":\"https://blueroan.netgen.cloud/swimming-pool/\",\"alt\":\"\",\"author\":\"34\",\"description\":\"\",\"caption\":\"\",\"name\":\"swimming-pool\",\"status\":\"inherit\",\"uploadedTo\":0,\"date\":\"2021-05-07T14:28:45.000Z\",\"modified\":\"2021-05-07T14:28:45.000Z\",\"menuOrder\":0,\"mime\":\"image/jpeg\",\"type\":\"image\",\"subtype\":\"jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/default.png\",\"dateFormatted\":\"May 7, 2021\",\"nonces\":{\"update\":\"971c957832\",\"delete\":\"8fb57461ba\",\"edit\":\"e9a8bb1d06\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=90\\u0026action=edit\",\"meta\":false,\"authorName\":\"Rishabh\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/user-edit.php?user_id=34\",\"filesizeInBytes\":29663,\"filesizeHumanReadable\":\"29 KB\",\"context\":\"\",\"height\":440,\"width\":370,\"orientation\":\"portrait\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/swimming-pool-150x150.jpg\",\"orientation\":\"landscape\"},\"medium\":{\"height\":300,\"width\":252,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/swimming-pool-252x300-1.jpg\",\"orientation\":\"portrait\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/swimming-pool.jpg\",\"height\":440,\"width\":370,\"orientation\":\"portrait\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"imageSize\":\"full\",\"imageWidth\":100,\"imageWidthMobile\":100,\"imageWidthTablet\":100,\"paddingBtnTop\":10,\"paddingBtnBottom\":10,\"paddingBtnLeft\":14,\"paddingBtnRight\":14,\"imageWidthUnit\":\"%\",\"imageWidthUnitTablet\":\"%\",\"imageWidthUnitMobile\":\"%\",\"subHeadTopMargin\":0,\"subHeadRightMargin\":40,\"subHeadLeftMargin\":0,\"subHeadMarginTopTablet\":0,\"subHeadMarginRightTablet\":0,\"subHeadTabletSpace\":20,\"subHeadMarginLeftTablet\":0,\"imgTagHeight\":118,\"imgTagWidth\":370,\"btnBorderTopWidth\":1,\"btnBorderLeftWidth\":1,\"btnBorderRightWidth\":1,\"btnBorderBottomWidth\":1,\"btnBorderTopLeftRadius\":0,\"btnBorderTopRightRadius\":0,\"btnBorderBottomLeftRadius\":0,\"btnBorderBottomRightRadius\":0,\"btnBorderStyle\":\"solid\",\"btnBorderColor\":\"#333\"} -->\n<div class=\"wp-block-uagb-info-box uagb-block-2147439b uagb-infobox__content-wrap  uagb-infobox-icon-above-title uagb-infobox-image-valign-top\"><div class=\"uagb-ifb-content\"><div class=\"uagb-ifb-image-content\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/swimming-pool.jpg\" alt=\"\" width=\"100\" height=\"118\" loading=\"lazy\"/></div><div class=\"uagb-ifb-title-wrap\"><h3 class=\"uagb-ifb-title\">An Infinite-edge Pool​</h3></div><p class=\"uagb-ifb-desc\">Experience the joy of swimming in our infinity-edge pool that gives you a nice picturesque view.</p><div class=\"uagb-ifb-button-wrapper wp-block-button\"><a href=\"\" target=\"_self\" class=\"uagb-infobox-cta-link uagb-disable-link\" rel=\"noopener noreferrer\" alt=\"\"><span class=\"uagb-inline-editing\">READ MORE</span><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M504.3 273.6l-112.1 104c-6.992 6.484-17.18 8.218-25.94 4.406c-8.758-3.812-14.42-12.45-14.42-21.1L351.9 288H32C14.33 288 .0002 273.7 .0002 255.1S14.33 224 32 224h319.9l0-72c0-9.547 5.66-18.19 14.42-22c8.754-3.809 18.95-2.075 25.94 4.41l112.1 104C514.6 247.9 514.6 264.1 504.3 273.6z\"></path></svg></a></div></div></div>\n<!-- /wp:uagb/info-box -->\n\n<!-- wp:uagb/info-box {\"classMigrate\":true,\"headingAlign\":\"left\",\"headingColor\":\"\",\"subHeadingColor\":\"\",\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"source_type\":\"image\",\"block_id\":\"0368c4de\",\"ctaType\":\"text\",\"ctaText\":\"READ MORE\",\"ctaLinkColor\":\"var(\\u002d\\u002dast-global-color-0)\",\"ctaDecoration\":\"underline\",\"ctaFontSize\":12,\"ctaFontWeight\":\"600\",\"ctaLetterSpacing\":2,\"ctaBorderColor\":\"\",\"ctaBorderStyle\":\"\",\"ctaBorderWidth\":\"\",\"ctaBorderRadius\":\"\",\"iconBottomMargin\":30,\"iconImage\":{\"id\":235,\"title\":\"spa\",\"filename\":\"spa.jpg\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/spa.jpg\",\"link\":\"https://blueroan.netgen.cloud/spa/\",\"alt\":\"\",\"author\":\"34\",\"description\":\"\",\"caption\":\"\",\"name\":\"spa\",\"status\":\"inherit\",\"uploadedTo\":0,\"date\":\"2021-05-11T10:14:20.000Z\",\"modified\":\"2021-05-11T10:14:20.000Z\",\"menuOrder\":0,\"mime\":\"image/jpeg\",\"type\":\"image\",\"subtype\":\"jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/default.png\",\"dateFormatted\":\"May 11, 2021\",\"nonces\":{\"update\":\"580ee12d5e\",\"delete\":\"261a8e7a22\",\"edit\":\"6139a47c8c\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=235\\u0026action=edit\",\"meta\":false,\"authorName\":\"Rishabh\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/user-edit.php?user_id=34\",\"filesizeInBytes\":27664,\"filesizeHumanReadable\":\"27 KB\",\"context\":\"\",\"height\":440,\"width\":370,\"orientation\":\"portrait\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/spa-150x150.jpg\",\"orientation\":\"landscape\"},\"medium\":{\"height\":300,\"width\":252,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/spa-252x300-1.jpg\",\"orientation\":\"portrait\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/spa.jpg\",\"height\":440,\"width\":370,\"orientation\":\"portrait\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"imageSize\":\"full\",\"imageWidth\":100,\"imageWidthMobile\":100,\"imageWidthTablet\":100,\"paddingBtnTop\":10,\"paddingBtnBottom\":10,\"paddingBtnLeft\":14,\"paddingBtnRight\":14,\"imageWidthUnit\":\"%\",\"imageWidthUnitTablet\":\"%\",\"imageWidthUnitMobile\":\"%\",\"subHeadTopMargin\":0,\"subHeadRightMargin\":40,\"subHeadLeftMargin\":0,\"subHeadMarginTopTablet\":0,\"subHeadMarginRightTablet\":0,\"subHeadTabletSpace\":20,\"subHeadMarginLeftTablet\":0,\"imgTagHeight\":118,\"imgTagWidth\":370,\"btnBorderTopWidth\":1,\"btnBorderLeftWidth\":1,\"btnBorderRightWidth\":1,\"btnBorderBottomWidth\":1,\"btnBorderTopLeftRadius\":0,\"btnBorderTopRightRadius\":0,\"btnBorderBottomLeftRadius\":0,\"btnBorderBottomRightRadius\":0,\"btnBorderStyle\":\"solid\",\"btnBorderColor\":\"#333\"} -->\n<div class=\"wp-block-uagb-info-box uagb-block-0368c4de uagb-infobox__content-wrap  uagb-infobox-icon-above-title uagb-infobox-image-valign-top\"><div class=\"uagb-ifb-content\"><div class=\"uagb-ifb-image-content\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/spa.jpg\" alt=\"\" width=\"100\" height=\"118\" loading=\"lazy\"/></div><div class=\"uagb-ifb-title-wrap\"><h3 class=\"uagb-ifb-title\">An Iconic Spa​</h3></div><p class=\"uagb-ifb-desc\">Set forth on an exquisite wellness journey to refresh, re-energize and rejuvenate at our iconic spa.</p><div class=\"uagb-ifb-button-wrapper wp-block-button\"><a href=\"\" target=\"_self\" class=\"uagb-infobox-cta-link uagb-disable-link\" rel=\"noopener noreferrer\" alt=\"\"><span class=\"uagb-inline-editing\">READ MORE</span><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M504.3 273.6l-112.1 104c-6.992 6.484-17.18 8.218-25.94 4.406c-8.758-3.812-14.42-12.45-14.42-21.1L351.9 288H32C14.33 288 .0002 273.7 .0002 255.1S14.33 224 32 224h319.9l0-72c0-9.547 5.66-18.19 14.42-22c8.754-3.809 18.95-2.075 25.94 4.41l112.1 104C514.6 247.9 514.6 264.1 504.3 273.6z\"></path></svg></a></div></div></div>\n<!-- /wp:uagb/info-box -->\n\n<!-- wp:uagb/info-box {\"classMigrate\":true,\"headingAlign\":\"left\",\"headingColor\":\"\",\"subHeadingColor\":\"\",\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"source_type\":\"image\",\"block_id\":\"49387cb7\",\"ctaType\":\"text\",\"ctaText\":\"READ MORE\",\"ctaLinkColor\":\"var(\\u002d\\u002dast-global-color-0)\",\"ctaDecoration\":\"underline\",\"ctaFontSize\":12,\"ctaFontWeight\":\"600\",\"ctaLetterSpacing\":2,\"ctaBorderColor\":\"\",\"ctaBorderStyle\":\"\",\"ctaBorderWidth\":\"\",\"ctaBorderRadius\":\"\",\"iconBottomMargin\":30,\"iconImage\":{\"id\":115,\"title\":\"rooms\",\"filename\":\"rooms.jpg\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/rooms.jpg\",\"link\":\"https://blueroan.netgen.cloud/rooms-2/\",\"alt\":\"\",\"author\":\"34\",\"description\":\"\",\"caption\":\"\",\"name\":\"rooms-2\",\"status\":\"inherit\",\"uploadedTo\":0,\"date\":\"2021-05-11T04:53:41.000Z\",\"modified\":\"2021-05-11T04:53:41.000Z\",\"menuOrder\":0,\"mime\":\"image/jpeg\",\"type\":\"image\",\"subtype\":\"jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/default.png\",\"dateFormatted\":\"May 11, 2021\",\"nonces\":{\"update\":\"4e23be63e1\",\"delete\":\"0c10fb0869\",\"edit\":\"714e3ba079\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=115\\u0026action=edit\",\"meta\":false,\"authorName\":\"Rishabh\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/user-edit.php?user_id=34\",\"filesizeInBytes\":31085,\"filesizeHumanReadable\":\"30 KB\",\"context\":\"\",\"height\":440,\"width\":370,\"orientation\":\"portrait\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/rooms-150x150.jpg\",\"orientation\":\"landscape\"},\"medium\":{\"height\":300,\"width\":252,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/rooms-252x300-1.jpg\",\"orientation\":\"portrait\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/rooms.jpg\",\"height\":440,\"width\":370,\"orientation\":\"portrait\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"imageSize\":\"full\",\"imageWidth\":100,\"imageWidthMobile\":100,\"imageWidthTablet\":100,\"paddingBtnTop\":10,\"paddingBtnBottom\":10,\"paddingBtnLeft\":14,\"paddingBtnRight\":14,\"imageWidthUnit\":\"%\",\"imageWidthUnitTablet\":\"%\",\"imageWidthUnitMobile\":\"%\",\"subHeadTopMargin\":0,\"subHeadRightMargin\":40,\"subHeadLeftMargin\":0,\"subHeadMarginTopTablet\":0,\"subHeadMarginRightTablet\":0,\"subHeadTabletSpace\":20,\"subHeadMarginLeftTablet\":0,\"imgTagHeight\":118,\"imgTagWidth\":370,\"btnBorderTopWidth\":1,\"btnBorderLeftWidth\":1,\"btnBorderRightWidth\":1,\"btnBorderBottomWidth\":1,\"btnBorderTopLeftRadius\":0,\"btnBorderTopRightRadius\":0,\"btnBorderBottomLeftRadius\":0,\"btnBorderBottomRightRadius\":0,\"btnBorderStyle\":\"solid\",\"btnBorderColor\":\"#333\"} -->\n<div class=\"wp-block-uagb-info-box uagb-block-49387cb7 uagb-infobox__content-wrap  uagb-infobox-icon-above-title uagb-infobox-image-valign-top\"><div class=\"uagb-ifb-content\"><div class=\"uagb-ifb-image-content\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/rooms.jpg\" alt=\"\" width=\"100\" height=\"118\" loading=\"lazy\"/></div><div class=\"uagb-ifb-title-wrap\"><h3 class=\"uagb-ifb-title\">In-house Restaurants​</h3></div><p class=\"uagb-ifb-desc\">We have three in-house restaurants offering different cuisines that you can choose from.</p><div class=\"uagb-ifb-button-wrapper wp-block-button\"><a href=\"\" target=\"_self\" class=\"uagb-infobox-cta-link uagb-disable-link\" rel=\"noopener noreferrer\" alt=\"\"><span class=\"uagb-inline-editing\">READ MORE</span><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M504.3 273.6l-112.1 104c-6.992 6.484-17.18 8.218-25.94 4.406c-8.758-3.812-14.42-12.45-14.42-21.1L351.9 288H32C14.33 288 .0002 273.7 .0002 255.1S14.33 224 32 224h319.9l0-72c0-9.547 5.66-18.19 14.42-22c8.754-3.809 18.95-2.075 25.94 4.41l112.1 104C514.6 247.9 514.6 264.1 504.3 273.6z\"></path></svg></a></div></div></div>\n<!-- /wp:uagb/info-box --></div>\n<!-- /wp:uagb/container --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"9bbaa4fb\",\"backgroundType\":\"color\",\"backgroundSizeTablet\":\"cover\",\"backgroundSizeMobile\":\"cover\",\"backgroundColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"bottomPaddingDesktop\":104,\"leftPaddingDesktop\":40,\"rightPaddingDesktop\":40,\"topPaddingTablet\":80,\"bottomPaddingTablet\":80,\"leftPaddingTablet\":40,\"rightPaddingTablet\":40,\"topPaddingMobile\":64,\"bottomPaddingMobile\":64,\"leftPaddingMobile\":24,\"rightPaddingMobile\":24,\"paddingLink\":false,\"variationSelected\":true,\"rowGapDesktop\":0,\"isBlockRootParent\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-9bbaa4fb alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/advanced-heading {\"block_id\":\"e39912aa\",\"classMigrate\":true,\"headingDescToggle\":true,\"headingAlign\":\"center\",\"headingAlignMobile\":\"left\",\"subHeadingColor\":\"\",\"headSpace\":20,\"subHeadFontSize\":16,\"blockBottomPadding\":20} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-e39912aa\"><h2 class=\"uagb-heading-text\">Our Inside Pictures​</h2><p class=\"uagb-desc-text\">Take a look at some pretty pictures captured in and around our premises.</p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/container {\"block_id\":\"198ea087\",\"directionDesktop\":\"row\",\"alignItemsDesktop\":\"flex-start\",\"topMarginDesktop\":20,\"bottomMarginDesktop\":0,\"leftMarginDesktop\":0,\"rightMarginDesktop\":0,\"marginLink\":false,\"variationSelected\":true,\"rowGapMobile\":24,\"columnGapDesktop\":24,\"columnGapTablet\":20} -->\n<div class=\"wp-block-uagb-container uagb-block-198ea087\"><!-- wp:uagb/container {\"block_id\":\"82a9ac4e\",\"widthDesktop\":32,\"variationSelected\":true,\"rowGapDesktop\":24,\"rowGapTablet\":20,\"rowGapMobile\":24,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-82a9ac4e\"><!-- wp:uagb/image {\"block_id\":\"3258261a\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/gallery-1.jpg\",\"id\":105,\"linkDestination\":\"none\",\"width\":388,\"height\":240,\"naturalWidth\":388,\"naturalHeight\":240,\"sizeSlug\":\"full\",\"sizeSlugTablet\":\"full\",\"sizeSlugMobile\":\"full\"} -->\n<div class=\"wp-block-uagb-image uagb-block-3258261a wp-block-uagb-image--layout-default wp-block-uagb-image--effect-static wp-block-uagb-image--align-none\"><figure class=\"wp-block-uagb-image__figure\"><img srcset=\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/gallery-1.jpg \" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/gallery-1.jpg\" alt=\"\" class=\"uag-image-105\" width=\"388\" height=\"240\" title=\"\" loading=\"lazy\"/></figure></div>\n<!-- /wp:uagb/image -->\n\n<!-- wp:uagb/image {\"block_id\":\"589ecb62\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/gallery-6.jpg\",\"id\":110,\"linkDestination\":\"none\",\"naturalWidth\":388,\"naturalHeight\":240,\"sizeSlug\":\"full\",\"sizeSlugTablet\":\"full\",\"sizeSlugMobile\":\"full\"} -->\n<div class=\"wp-block-uagb-image uagb-block-589ecb62 wp-block-uagb-image--layout-default wp-block-uagb-image--effect-static wp-block-uagb-image--align-none\"><figure class=\"wp-block-uagb-image__figure\"><img srcset=\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/gallery-6.jpg \" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/gallery-6.jpg\" alt=\"\" class=\"uag-image-110\" width=\"\" height=\"\" title=\"\" loading=\"lazy\"/></figure></div>\n<!-- /wp:uagb/image --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"66615f9c\",\"widthDesktop\":67,\"variationSelected\":true,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-66615f9c\"><!-- wp:uagb/image {\"block_id\":\"d98106f4\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/gallery-2.jpg\",\"id\":106,\"linkDestination\":\"none\",\"width\":788,\"widthTablet\":780,\"height\":504,\"heightTablet\":0,\"naturalWidth\":788,\"naturalHeight\":504,\"sizeSlug\":\"full\",\"sizeSlugTablet\":\"full\",\"sizeSlugMobile\":\"full\",\"customHeightSetDesktop\":true} -->\n<div class=\"wp-block-uagb-image uagb-block-d98106f4 wp-block-uagb-image--layout-default wp-block-uagb-image--effect-static wp-block-uagb-image--align-none\"><figure class=\"wp-block-uagb-image__figure\"><img srcset=\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/gallery-2.jpg \" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/gallery-2.jpg\" alt=\"\" class=\"uag-image-106\" width=\"788\" height=\"504\" title=\"\" loading=\"lazy\"/></figure></div>\n<!-- /wp:uagb/image --></div>\n<!-- /wp:uagb/container --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"5e81aa63\",\"directionDesktop\":\"row\",\"alignItemsDesktop\":\"flex-start\",\"topMarginDesktop\":24,\"bottomMarginDesktop\":0,\"leftMarginDesktop\":0,\"rightMarginDesktop\":0,\"topMarginTablet\":20,\"bottomMarginTablet\":0,\"leftMarginTablet\":0,\"rightMarginTablet\":0,\"topMarginMobile\":24,\"bottomMarginMobile\":0,\"leftMarginMobile\":0,\"rightMarginMobile\":0,\"marginLink\":false,\"variationSelected\":true,\"columnGapDesktop\":24,\"columnGapTablet\":20} -->\n<div class=\"wp-block-uagb-container uagb-block-5e81aa63\"><!-- wp:uagb/container {\"block_id\":\"e7039d4a\",\"widthDesktop\":67,\"variationSelected\":true,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-e7039d4a\"><!-- wp:uagb/image {\"block_id\":\"77732865\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/gallery-3.jpg\",\"id\":107,\"linkDestination\":\"none\",\"width\":788,\"height\":504,\"naturalWidth\":788,\"naturalHeight\":504,\"sizeSlug\":\"full\",\"sizeSlugTablet\":\"full\",\"sizeSlugMobile\":\"full\",\"customHeightSetDesktop\":true} -->\n<div class=\"wp-block-uagb-image uagb-block-77732865 wp-block-uagb-image--layout-default wp-block-uagb-image--effect-static wp-block-uagb-image--align-none\"><figure class=\"wp-block-uagb-image__figure\"><img srcset=\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/gallery-3.jpg \" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/gallery-3.jpg\" alt=\"\" class=\"uag-image-107\" width=\"788\" height=\"504\" title=\"\" loading=\"lazy\"/></figure></div>\n<!-- /wp:uagb/image --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"65b09f07\",\"widthDesktop\":32,\"variationSelected\":true,\"rowGapDesktop\":24,\"rowGapTablet\":20,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-65b09f07\"><!-- wp:uagb/image {\"block_id\":\"18715797\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/gallery-5.jpg\",\"id\":109,\"linkDestination\":\"none\",\"width\":388,\"height\":240,\"naturalWidth\":388,\"naturalHeight\":240,\"sizeSlug\":\"full\",\"sizeSlugTablet\":\"full\",\"sizeSlugMobile\":\"full\"} -->\n<div class=\"wp-block-uagb-image uagb-block-18715797 wp-block-uagb-image--layout-default wp-block-uagb-image--effect-static wp-block-uagb-image--align-none\"><figure class=\"wp-block-uagb-image__figure\"><img srcset=\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/gallery-5.jpg \" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/gallery-5.jpg\" alt=\"\" class=\"uag-image-109\" width=\"388\" height=\"240\" title=\"\" loading=\"lazy\"/></figure></div>\n<!-- /wp:uagb/image -->\n\n<!-- wp:uagb/image {\"block_id\":\"8b200418\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/gallery-4.jpg\",\"id\":108,\"linkDestination\":\"none\",\"naturalWidth\":388,\"naturalHeight\":240,\"sizeSlug\":\"full\",\"sizeSlugTablet\":\"full\",\"sizeSlugMobile\":\"full\"} -->\n<div class=\"wp-block-uagb-image uagb-block-8b200418 wp-block-uagb-image--layout-default wp-block-uagb-image--effect-static wp-block-uagb-image--align-none\"><figure class=\"wp-block-uagb-image__figure\"><img srcset=\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/gallery-4.jpg \" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/gallery-4.jpg\" alt=\"\" class=\"uag-image-108\" width=\"\" height=\"\" title=\"\" loading=\"lazy\"/></figure></div>\n<!-- /wp:uagb/image --></div>\n<!-- /wp:uagb/container --></div>\n<!-- /wp:uagb/container --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"fe2eb8d7\",\"backgroundType\":\"color\",\"backgroundSizeTablet\":\"cover\",\"backgroundSizeMobile\":\"cover\",\"backgroundColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"topPaddingDesktop\":40,\"bottomPaddingDesktop\":104,\"leftPaddingDesktop\":40,\"rightPaddingDesktop\":40,\"topPaddingTablet\":80,\"bottomPaddingTablet\":80,\"leftPaddingTablet\":40,\"rightPaddingTablet\":40,\"topPaddingMobile\":64,\"bottomPaddingMobile\":64,\"leftPaddingMobile\":24,\"rightPaddingMobile\":24,\"paddingLink\":false,\"variationSelected\":true,\"rowGapDesktop\":0,\"isBlockRootParent\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-fe2eb8d7 alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/advanced-heading {\"block_id\":\"12c91e12\",\"classMigrate\":true,\"headingDescToggle\":true,\"headingAlign\":\"center\",\"headingAlignMobile\":\"left\",\"subHeadingColor\":\"\",\"headSpace\":20,\"subHeadFontSize\":16,\"blockBottomPadding\":20} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-12c91e12\"><h2 class=\"uagb-heading-text\">What Our Guests Say​</h2><p class=\"uagb-desc-text\">We take pride in serving our guests with the best experience. Read what they say.</p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/container {\"block_id\":\"c11a9830\",\"directionDesktop\":\"row\",\"topMarginDesktop\":40,\"bottomMarginDesktop\":0,\"leftMarginDesktop\":0,\"rightMarginDesktop\":0,\"marginLink\":false,\"variationSelected\":true,\"rowGapMobile\":40,\"columnGapDesktop\":90} -->\n<div class=\"wp-block-uagb-container uagb-block-c11a9830\"><!-- wp:uagb/container {\"block_id\":\"ee83222e\",\"widthDesktop\":50,\"variationSelected\":true,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-ee83222e\"><!-- wp:uagb/star-rating {\"block_id\":\"8c2906f6\",\"rating\":4.5,\"color\":\"var(\\u002d\\u002dast-global-color-2)\"} -->\n<div class=\"wp-block-uagb-star-rating uagb-block-8c2906f6\"><div class=\"uag-star-rating\" title=\"4.5/5\"><span class=\"uag-star\">★</span><span class=\"uag-star\">★</span><span class=\"uag-star\">★</span><span class=\"uag-star\">★</span><span class=\"uag-star\">★</span></div></div>\n<!-- /wp:uagb/star-rating -->\n\n<!-- wp:uagb/testimonial {\"test_item_count\":1,\"classMigrate\":true,\"test_block\":[{\"description\":\"\\u0022Proin nulla mauris et volutpat adipiscing suspendisse vehicula blandit sagittis orci etiam morbi elit etiam semper eu lacus pretium hac nisl leo amet ullamcorper.\\u0022​\",\"name\":\"\\u003cstrong\\u003eEMILY HUNT​\\u003c/strong\\u003e\",\"company\":\"\",\"image\":{\"id\":119,\"title\":\"testimonial1\",\"filename\":\"testimonial1.jpg\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/testimonial1.jpg\",\"link\":\"https://blueroan.netgen.cloud/testimonial1/\",\"alt\":\"\",\"author\":\"34\",\"description\":\"\",\"caption\":\"\",\"name\":\"testimonial1\",\"status\":\"inherit\",\"uploadedTo\":0,\"date\":\"2021-05-11T05:02:02.000Z\",\"modified\":\"2021-05-11T05:02:02.000Z\",\"menuOrder\":0,\"mime\":\"image/jpeg\",\"type\":\"image\",\"subtype\":\"jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/default.png\",\"dateFormatted\":\"May 11, 2021\",\"nonces\":{\"update\":\"b92fe40c3d\",\"delete\":\"643c1eb8f1\",\"edit\":\"d3e7d56b1d\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=119\\u0026action=edit\",\"meta\":false,\"authorName\":\"Rishabh\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/user-edit.php?user_id=34\",\"filesizeInBytes\":11264,\"filesizeHumanReadable\":\"11 KB\",\"context\":\"\",\"height\":250,\"width\":250,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/testimonial1-150x150.jpg\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/testimonial1.jpg\",\"height\":250,\"width\":250,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}}}],\"headingAlign\":\"left\",\"headingAlignTablet\":\"left\",\"headingAlignMobile\":\"left\",\"descColor\":\"var(\\u002d\\u002dast-global-color-3)\",\"nameFontSize\":14,\"nameLineHeight\":1,\"descFontSize\":16,\"descFontWeight\":\"600\",\"nameSpace\":1,\"block_id\":\"2b369da9\",\"iconImage\":{\"url\":\"\",\"alt\":\"InfoBox placeholder img\"},\"imageWidth\":32,\"columnGap\":1,\"borderStyle\":\"\",\"paddingTop\":0,\"paddingBottom\":0,\"paddingLeft\":0,\"paddingRight\":0,\"spacingLink\":true,\"imgpaddingTop\":0,\"imgpaddingRight\":15,\"imgpaddingBottom\":0,\"imgpaddingLeft\":0,\"overallBorderStyle\":\"none\",\"imgTagHeight\":32,\"imgTagWidth\":150} -->\n<div class=\"wp-block-uagb-testimonial uagb-slick-carousel uagb-tm__arrow-outside uagb-block-2b369da9 uagb-post__carousel_notset uagb-post__carousel_notset-tablet uagb-post__carousel_notset-mobile\"><div class=\"is-carousel uagb-tm__columns-1 uagb-tm__items\"><div class=\"uagb-testimonial__wrap  uagb-tm__imgicon-style-circle uagb-tm__image-position-bottom uagb-tm__bg-type-none \"><div class=\"uagb-tm__content\"><div class=\"uagb-tm__overlay\"></div><div class=\"uagb-tm__text-wrap\"><div class=\"uagb-tm__desc\">\"Proin nulla mauris et volutpat adipiscing suspendisse vehicula blandit sagittis orci etiam morbi elit etiam semper eu lacus pretium hac nisl leo amet ullamcorper.\"​</div><div class=\"uagb-tm__meta-inner\"><div class=\"uagb-tm__image-content\"><div class=\"uagb-tm__image\"><img class=\"uagb-tm-img-src\" src=\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/testimonial1-150x150.jpg\" alt=\"\" width=\"32\" height=\"32\" loading=\"lazy\"/></div></div><div class=\"uagb-testimonial-details\"><span class=\"uagb-tm__author-name\"><strong>EMILY HUNT​</strong></span><span class=\"uagb-tm__company\"></span></div></div></div></div></div></div></div>\n<!-- /wp:uagb/testimonial -->\n\n<!-- wp:uagb/star-rating {\"block_id\":\"df408acd\",\"rating\":4.5,\"color\":\"var(\\u002d\\u002dast-global-color-2)\",\"blockTopMargin\":30,\"blockRightMargin\":0,\"blockLeftMargin\":0,\"blockBottomMargin\":0,\"blockTopMarginMobile\":20,\"blockRightMarginMobile\":0,\"blockLeftMarginMobile\":0,\"blockBottomMarginMobile\":0} -->\n<div class=\"wp-block-uagb-star-rating uagb-block-df408acd\"><div class=\"uag-star-rating\" title=\"4.5/5\"><span class=\"uag-star\">★</span><span class=\"uag-star\">★</span><span class=\"uag-star\">★</span><span class=\"uag-star\">★</span><span class=\"uag-star\">★</span></div></div>\n<!-- /wp:uagb/star-rating -->\n\n<!-- wp:uagb/testimonial {\"test_item_count\":1,\"classMigrate\":true,\"test_block\":[{\"description\":\"\\u0022Proin nulla mauris et volutpat adipiscing suspendisse vehicula blandit sagittis orci etiam morbi elit etiam semper eu lacus pretium hac nisl leo amet ullamcorper.\\u0022​\",\"name\":\"\\u003cstrong\\u003e\\u003cstrong\\u003eJULIE ROBINSON​\\u003c/strong\\u003e\\u003c/strong\\u003e\",\"company\":\"\",\"image\":{\"id\":122,\"title\":\"testimonial4\",\"filename\":\"testimonial4.jpg\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/testimonial4.jpg\",\"link\":\"https://blueroan.netgen.cloud/testimonial4/\",\"alt\":\"\",\"author\":\"34\",\"description\":\"\",\"caption\":\"\",\"name\":\"testimonial4\",\"status\":\"inherit\",\"uploadedTo\":0,\"date\":\"2021-05-11T05:02:06.000Z\",\"modified\":\"2021-05-11T05:02:06.000Z\",\"menuOrder\":0,\"mime\":\"image/jpeg\",\"type\":\"image\",\"subtype\":\"jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/default.png\",\"dateFormatted\":\"May 11, 2021\",\"nonces\":{\"update\":\"4e34860add\",\"delete\":\"9e126a55cd\",\"edit\":\"33ffd3c040\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=122\\u0026action=edit\",\"meta\":false,\"authorName\":\"Rishabh\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/user-edit.php?user_id=34\",\"filesizeInBytes\":16584,\"filesizeHumanReadable\":\"16 KB\",\"context\":\"\",\"height\":250,\"width\":250,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/testimonial4-150x150.jpg\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/testimonial4.jpg\",\"height\":250,\"width\":250,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}}}],\"headingAlign\":\"left\",\"headingAlignTablet\":\"left\",\"headingAlignMobile\":\"left\",\"descColor\":\"var(\\u002d\\u002dast-global-color-3)\",\"nameFontSize\":14,\"nameLineHeight\":1,\"descFontSize\":16,\"descFontWeight\":\"600\",\"nameSpace\":1,\"block_id\":\"bebdc96e\",\"iconImage\":{\"url\":\"\",\"alt\":\"InfoBox placeholder img\"},\"imageWidth\":32,\"columnGap\":1,\"borderStyle\":\"\",\"paddingTop\":0,\"paddingBottom\":0,\"paddingLeft\":0,\"paddingRight\":0,\"spacingLink\":true,\"imgpaddingTop\":0,\"imgpaddingRight\":15,\"imgpaddingBottom\":0,\"imgpaddingLeft\":0,\"overallBorderStyle\":\"none\",\"imgTagHeight\":32,\"imgTagWidth\":150} -->\n<div class=\"wp-block-uagb-testimonial uagb-slick-carousel uagb-tm__arrow-outside uagb-block-bebdc96e uagb-post__carousel_notset uagb-post__carousel_notset-tablet uagb-post__carousel_notset-mobile\"><div class=\"is-carousel uagb-tm__columns-1 uagb-tm__items\"><div class=\"uagb-testimonial__wrap  uagb-tm__imgicon-style-circle uagb-tm__image-position-bottom uagb-tm__bg-type-none \"><div class=\"uagb-tm__content\"><div class=\"uagb-tm__overlay\"></div><div class=\"uagb-tm__text-wrap\"><div class=\"uagb-tm__desc\">\"Proin nulla mauris et volutpat adipiscing suspendisse vehicula blandit sagittis orci etiam morbi elit etiam semper eu lacus pretium hac nisl leo amet ullamcorper.\"​</div><div class=\"uagb-tm__meta-inner\"><div class=\"uagb-tm__image-content\"><div class=\"uagb-tm__image\"><img class=\"uagb-tm-img-src\" src=\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/testimonial4-150x150.jpg\" alt=\"\" width=\"32\" height=\"32\" loading=\"lazy\"/></div></div><div class=\"uagb-testimonial-details\"><span class=\"uagb-tm__author-name\"><strong><strong>JULIE ROBINSON​</strong></strong></span><span class=\"uagb-tm__company\"></span></div></div></div></div></div></div></div>\n<!-- /wp:uagb/testimonial --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"78212deb\",\"widthDesktop\":50,\"variationSelected\":true,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-78212deb\"><!-- wp:uagb/star-rating {\"block_id\":\"f8220ac2\",\"rating\":4.5,\"color\":\"var(\\u002d\\u002dast-global-color-2)\"} -->\n<div class=\"wp-block-uagb-star-rating uagb-block-f8220ac2\"><div class=\"uag-star-rating\" title=\"4.5/5\"><span class=\"uag-star\">★</span><span class=\"uag-star\">★</span><span class=\"uag-star\">★</span><span class=\"uag-star\">★</span><span class=\"uag-star\">★</span></div></div>\n<!-- /wp:uagb/star-rating -->\n\n<!-- wp:uagb/testimonial {\"test_item_count\":1,\"classMigrate\":true,\"test_block\":[{\"description\":\"\\u0022Proin nulla mauris et volutpat adipiscing suspendisse vehicula blandit sagittis orci etiam morbi elit etiam semper eu lacus pretium hac nisl leo amet ullamcorper.\\u0022​\",\"name\":\"\\u003cstrong\\u003e\\u003cstrong\\u003eMORGAN JONATHAN​\\u003c/strong\\u003e\\u003c/strong\\u003e\",\"company\":\"\",\"image\":{\"id\":120,\"title\":\"testimonial2\",\"filename\":\"testimonial2.jpg\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/testimonial2.jpg\",\"link\":\"https://blueroan.netgen.cloud/testimonial2/\",\"alt\":\"\",\"author\":\"34\",\"description\":\"\",\"caption\":\"\",\"name\":\"testimonial2\",\"status\":\"inherit\",\"uploadedTo\":0,\"date\":\"2021-05-11T05:02:03.000Z\",\"modified\":\"2021-05-11T05:02:03.000Z\",\"menuOrder\":0,\"mime\":\"image/jpeg\",\"type\":\"image\",\"subtype\":\"jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/default.png\",\"dateFormatted\":\"May 11, 2021\",\"nonces\":{\"update\":\"1ee6412858\",\"delete\":\"4414a2ccbf\",\"edit\":\"bde7b1f490\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=120\\u0026action=edit\",\"meta\":false,\"authorName\":\"Rishabh\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/user-edit.php?user_id=34\",\"filesizeInBytes\":10087,\"filesizeHumanReadable\":\"10 KB\",\"context\":\"\",\"height\":250,\"width\":250,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/testimonial2-150x150.jpg\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/testimonial2.jpg\",\"height\":250,\"width\":250,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}}}],\"headingAlign\":\"left\",\"headingAlignTablet\":\"left\",\"headingAlignMobile\":\"left\",\"descColor\":\"var(\\u002d\\u002dast-global-color-3)\",\"nameFontSize\":14,\"nameLineHeight\":1,\"descFontSize\":16,\"descFontWeight\":\"600\",\"nameSpace\":1,\"block_id\":\"d7f692ef\",\"iconImage\":{\"url\":\"\",\"alt\":\"InfoBox placeholder img\"},\"imageWidth\":32,\"columnGap\":1,\"borderStyle\":\"\",\"paddingTop\":0,\"paddingBottom\":0,\"paddingLeft\":0,\"paddingRight\":0,\"spacingLink\":true,\"imgpaddingTop\":0,\"imgpaddingRight\":15,\"imgpaddingBottom\":0,\"imgpaddingLeft\":0,\"overallBorderStyle\":\"none\",\"imgTagHeight\":32,\"imgTagWidth\":150} -->\n<div class=\"wp-block-uagb-testimonial uagb-slick-carousel uagb-tm__arrow-outside uagb-block-d7f692ef uagb-post__carousel_notset uagb-post__carousel_notset-tablet uagb-post__carousel_notset-mobile\"><div class=\"is-carousel uagb-tm__columns-1 uagb-tm__items\"><div class=\"uagb-testimonial__wrap  uagb-tm__imgicon-style-circle uagb-tm__image-position-bottom uagb-tm__bg-type-none \"><div class=\"uagb-tm__content\"><div class=\"uagb-tm__overlay\"></div><div class=\"uagb-tm__text-wrap\"><div class=\"uagb-tm__desc\">\"Proin nulla mauris et volutpat adipiscing suspendisse vehicula blandit sagittis orci etiam morbi elit etiam semper eu lacus pretium hac nisl leo amet ullamcorper.\"​</div><div class=\"uagb-tm__meta-inner\"><div class=\"uagb-tm__image-content\"><div class=\"uagb-tm__image\"><img class=\"uagb-tm-img-src\" src=\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/testimonial2-150x150.jpg\" alt=\"\" width=\"32\" height=\"32\" loading=\"lazy\"/></div></div><div class=\"uagb-testimonial-details\"><span class=\"uagb-tm__author-name\"><strong><strong>MORGAN JONATHAN​</strong></strong></span><span class=\"uagb-tm__company\"></span></div></div></div></div></div></div></div>\n<!-- /wp:uagb/testimonial -->\n\n<!-- wp:uagb/star-rating {\"block_id\":\"05d579b2\",\"rating\":4.5,\"color\":\"var(\\u002d\\u002dast-global-color-2)\",\"blockTopMargin\":30,\"blockRightMargin\":0,\"blockLeftMargin\":0,\"blockBottomMargin\":0,\"blockTopMarginMobile\":20,\"blockRightMarginMobile\":0,\"blockLeftMarginMobile\":0,\"blockBottomMarginMobile\":0} -->\n<div class=\"wp-block-uagb-star-rating uagb-block-05d579b2\"><div class=\"uag-star-rating\" title=\"4.5/5\"><span class=\"uag-star\">★</span><span class=\"uag-star\">★</span><span class=\"uag-star\">★</span><span class=\"uag-star\">★</span><span class=\"uag-star\">★</span></div></div>\n<!-- /wp:uagb/star-rating -->\n\n<!-- wp:uagb/testimonial {\"test_item_count\":1,\"classMigrate\":true,\"test_block\":[{\"description\":\"\\u0022Proin nulla mauris et volutpat adipiscing suspendisse vehicula blandit sagittis orci etiam morbi elit etiam semper eu lacus pretium hac nisl leo amet ullamcorper.\\u0022​\",\"name\":\"\\u003cstrong\\u003e\\u003cstrong\\u003e\\u003cstrong\\u003eJAMES BROOK​\\u003c/strong\\u003e\\u003c/strong\\u003e\\u003c/strong\\u003e\",\"company\":\"\",\"image\":{\"id\":121,\"title\":\"testimonial3\",\"filename\":\"testimonial3.jpg\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/testimonial3.jpg\",\"link\":\"https://blueroan.netgen.cloud/testimonial3/\",\"alt\":\"\",\"author\":\"34\",\"description\":\"\",\"caption\":\"\",\"name\":\"testimonial3\",\"status\":\"inherit\",\"uploadedTo\":0,\"date\":\"2021-05-11T05:02:05.000Z\",\"modified\":\"2021-05-11T05:02:05.000Z\",\"menuOrder\":0,\"mime\":\"image/jpeg\",\"type\":\"image\",\"subtype\":\"jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/default.png\",\"dateFormatted\":\"May 11, 2021\",\"nonces\":{\"update\":\"290653da5d\",\"delete\":\"90a4fb2d63\",\"edit\":\"ff8a64e56e\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=121\\u0026action=edit\",\"meta\":false,\"authorName\":\"Rishabh\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/user-edit.php?user_id=34\",\"filesizeInBytes\":8748,\"filesizeHumanReadable\":\"9 KB\",\"context\":\"\",\"height\":250,\"width\":250,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/testimonial3-150x150.jpg\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/testimonial3.jpg\",\"height\":250,\"width\":250,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}}}],\"headingAlign\":\"left\",\"headingAlignTablet\":\"left\",\"headingAlignMobile\":\"left\",\"descColor\":\"var(\\u002d\\u002dast-global-color-3)\",\"nameFontSize\":14,\"nameLineHeight\":1,\"descFontSize\":16,\"descFontWeight\":\"600\",\"nameSpace\":1,\"block_id\":\"1a7fb73e\",\"iconImage\":{\"url\":\"\",\"alt\":\"InfoBox placeholder img\"},\"imageWidth\":32,\"columnGap\":1,\"borderStyle\":\"\",\"paddingTop\":0,\"paddingBottom\":0,\"paddingLeft\":0,\"paddingRight\":0,\"spacingLink\":true,\"imgpaddingTop\":0,\"imgpaddingRight\":15,\"imgpaddingBottom\":0,\"imgpaddingLeft\":0,\"overallBorderStyle\":\"none\",\"imgTagHeight\":32,\"imgTagWidth\":150} -->\n<div class=\"wp-block-uagb-testimonial uagb-slick-carousel uagb-tm__arrow-outside uagb-block-1a7fb73e uagb-post__carousel_notset uagb-post__carousel_notset-tablet uagb-post__carousel_notset-mobile\"><div class=\"is-carousel uagb-tm__columns-1 uagb-tm__items\"><div class=\"uagb-testimonial__wrap  uagb-tm__imgicon-style-circle uagb-tm__image-position-bottom uagb-tm__bg-type-none \"><div class=\"uagb-tm__content\"><div class=\"uagb-tm__overlay\"></div><div class=\"uagb-tm__text-wrap\"><div class=\"uagb-tm__desc\">\"Proin nulla mauris et volutpat adipiscing suspendisse vehicula blandit sagittis orci etiam morbi elit etiam semper eu lacus pretium hac nisl leo amet ullamcorper.\"​</div><div class=\"uagb-tm__meta-inner\"><div class=\"uagb-tm__image-content\"><div class=\"uagb-tm__image\"><img class=\"uagb-tm-img-src\" src=\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/testimonial3-150x150.jpg\" alt=\"\" width=\"32\" height=\"32\" loading=\"lazy\"/></div></div><div class=\"uagb-testimonial-details\"><span class=\"uagb-tm__author-name\"><strong><strong><strong>JAMES BROOK​</strong></strong></strong></span><span class=\"uagb-tm__company\"></span></div></div></div></div></div></div></div>\n<!-- /wp:uagb/testimonial --></div>\n<!-- /wp:uagb/container --></div>\n<!-- /wp:uagb/container --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"1ad2101a\",\"innerContentCustomWidthDesktop\":781,\"innerContentCustomWidthTablet\":781,\"backgroundType\":\"image\",\"backgroundImageDesktop\":{\"id\":54,\"title\":\"background-img\",\"filename\":\"background-img-1.jpg\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/background-img-1.jpg\",\"link\":\"https://blueroan.netgen.cloud/background-img-2/\",\"alt\":\"\",\"author\":\"34\",\"description\":\"\",\"caption\":\"\",\"name\":\"background-img-2\",\"status\":\"inherit\",\"uploadedTo\":0,\"date\":\"2021-05-07T10:11:37.000Z\",\"modified\":\"2021-05-07T10:11:37.000Z\",\"menuOrder\":0,\"mime\":\"image/jpeg\",\"type\":\"image\",\"subtype\":\"jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/default.png\",\"dateFormatted\":\"May 7, 2021\",\"nonces\":{\"update\":\"bb999636b9\",\"delete\":\"d2e1375bc4\",\"edit\":\"005dd2f0c9\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=54\\u0026action=edit\",\"meta\":false,\"authorName\":\"Rishabh\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/user-edit.php?user_id=34\",\"filesizeInBytes\":338858,\"filesizeHumanReadable\":\"331 KB\",\"context\":\"\",\"height\":1080,\"width\":1920,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/background-img-1-150x150.jpg\",\"orientation\":\"landscape\"},\"medium\":{\"height\":169,\"width\":300,\"url\":\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/background-img-1-300x169.jpg\",\"orientation\":\"landscape\"},\"large\":{\"height\":576,\"width\":1024,\"url\":\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/background-img-1-1024x576.jpg\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/background-img-1.jpg\",\"height\":1080,\"width\":1920,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"backgroundImageColor\":\"rgba(42,42,42,0.65)\",\"topPaddingDesktop\":144,\"bottomPaddingDesktop\":144,\"leftPaddingDesktop\":40,\"rightPaddingDesktop\":40,\"topPaddingTablet\":80,\"bottomPaddingTablet\":80,\"leftPaddingTablet\":40,\"rightPaddingTablet\":40,\"topPaddingMobile\":64,\"bottomPaddingMobile\":64,\"leftPaddingMobile\":24,\"rightPaddingMobile\":24,\"paddingLink\":false,\"variationSelected\":true,\"isBlockRootParent\":true,\"overlayType\":\"color\"} -->\n<div class=\"wp-block-uagb-container uagb-block-1ad2101a alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/advanced-heading {\"block_id\":\"307152cc\",\"classMigrate\":true,\"headingDescToggle\":true,\"headingAlign\":\"center\",\"headingColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"subHeadingColor\":\"var(\\u002d\\u002dast-global-color-4)\",\"headSpace\":20} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-307152cc\"><h2 class=\"uagb-heading-text\">Plan an Unforgettable Experience in Mykonos Today!</h2><p class=\"uagb-desc-text\">We can help you fit your stay and experience within your allotted budget.</p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/advanced-heading {\"block_id\":\"8d0dbab2\",\"classMigrate\":true,\"headingTitleToggle\":false,\"headingDescToggle\":true,\"headingAlign\":\"center\",\"subHeadingColor\":\"var(\\u002d\\u002dast-global-color-4)\",\"subHeadTransform\":\"uppercase\",\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"subHeadLetterSpacing\":2,\"blockTopPadding\":60,\"blockRightPadding\":0,\"blockLeftPadding\":0,\"blockBottomPadding\":0,\"blockTopPaddingMobile\":30,\"blockRightPaddingMobile\":0,\"blockLeftPaddingMobile\":0,\"blockBottomPaddingMobile\":0} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-8d0dbab2\"><p class=\"uagb-desc-text\">BOOK YOUR STAY NOW​</p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/icon-list {\"block_id\":\"53782d53\",\"classMigrate\":true,\"childMigrate\":true,\"align\":\"center\",\"parentIcon\":\"phone\",\"size\":40,\"sizeMobile\":24,\"sizeTablet\":32,\"fontSize\":48,\"fontSizeMobile\":28,\"fontSizeTablet\":40,\"fontWeight\":\"600\",\"iconColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"labelColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"blockTopPadding\":0,\"blockRightPadding\":0,\"blockLeftPadding\":0,\"blockBottomPadding\":24,\"blockPaddingLink\":false} -->\n<div class=\"wp-block-uagb-icon-list uagb-block-53782d53\"><div class=\"uagb-icon-list__wrap\"><!-- wp:uagb/icon-list-child {\"block_id\":\"13e86d21\",\"label\":\"+1-123 456 7890​\",\"label_color\":\"\",\"fromParentIcon\":\"phone\",\"imageSizeChild\":40} -->\n<div class=\"wp-block-uagb-icon-list-child uagb-block-13e86d21\"><span class=\"uagb-icon-list__source-wrap\"><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M511.2 387l-23.25 100.8c-3.266 14.25-15.79 24.22-30.46 24.22C205.2 512 0 306.8 0 54.5c0-14.66 9.969-27.2 24.22-30.45l100.8-23.25C139.7-2.602 154.7 5.018 160.8 18.92l46.52 108.5c5.438 12.78 1.77 27.67-8.98 36.45L144.5 207.1c33.98 69.22 90.26 125.5 159.5 159.5l44.08-53.8c8.688-10.78 23.69-14.51 36.47-8.975l108.5 46.51C506.1 357.2 514.6 372.4 511.2 387z\"></path></svg></span><span class=\"uagb-icon-list__label\">+1-123 456 7890​</span></div>\n<!-- /wp:uagb/icon-list-child --></div></div>\n<!-- /wp:uagb/icon-list --></div></div>\n<!-- /wp:uagb/container -->',	'Home',	'',	'inherit',	'closed',	'closed',	'',	'760-revision-v1',	'',	'',	'2022-12-13 10:51:07',	'2022-12-13 10:51:07',	'',	760,	'https://blueroan.netgen.cloud/?p=820',	0,	'revision',	'',	0),
(821,	2,	'2022-12-13 10:51:50',	'2022-12-13 10:51:50',	'<!-- wp:uagb/container {\"block_id\":\"f585e89a\",\"minHeightDesktop\":95,\"minHeightTablet\":70,\"minHeightMobile\":80,\"minHeightType\":\"vh\",\"alignItemsDesktop\":\"flex-start\",\"backgroundType\":\"image\",\"backgroundImageDesktop\":{\"uploading\":false,\"date\":1670921854000,\"filename\":\"Blue-Roan-pool.jpg\",\"menuOrder\":0,\"uploadedTo\":760,\"type\":\"image\",\"subtype\":\"jpeg\",\"id\":784,\"title\":\"Blue Roan - pool\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Blue-Roan-pool.jpg\",\"link\":\"https://blueroan.netgen.cloud/home/blue-roan-pool/\",\"alt\":\"\",\"author\":\"2\",\"description\":\"\",\"caption\":\"\",\"name\":\"blue-roan-pool\",\"status\":\"inherit\",\"modified\":1670921854000,\"mime\":\"image/jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-includes/images/media/default.png\",\"dateFormatted\":\"December 13, 2022\",\"nonces\":{\"update\":\"51a12ed09e\",\"delete\":\"5174068551\",\"edit\":\"1de0721407\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=784\\u0026action=edit\",\"meta\":false,\"authorName\":\"Netgen Support\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/profile.php\",\"uploadedToTitle\":\"Home\",\"uploadedToLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=760\\u0026action=edit\",\"filesizeInBytes\":154801,\"filesizeHumanReadable\":\"151 KB\",\"context\":\"\",\"height\":667,\"width\":1000,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Blue-Roan-pool-150x150.jpg\",\"orientation\":\"landscape\"},\"medium\":{\"height\":200,\"width\":300,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Blue-Roan-pool-300x200.jpg\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Blue-Roan-pool.jpg\",\"height\":667,\"width\":1000,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"backgroundPositionDesktop\":{\"x\":0.5,\"y\":0.25},\"backgroundImageColor\":\"rgba(42,42,42,0.35)\",\"topPaddingDesktop\":0,\"bottomPaddingDesktop\":0,\"leftPaddingDesktop\":40,\"rightPaddingDesktop\":40,\"topPaddingTablet\":120,\"bottomPaddingTablet\":120,\"leftPaddingTablet\":40,\"rightPaddingTablet\":40,\"topPaddingMobile\":150,\"bottomPaddingMobile\":150,\"leftPaddingMobile\":20,\"rightPaddingMobile\":20,\"paddingLink\":false,\"variationSelected\":true,\"isBlockRootParent\":true,\"overlayType\":\"color\",\"minHeightTypeTablet\":\"vh\",\"minHeightTypeMobile\":\"vh\"} -->\n<div class=\"wp-block-uagb-container uagb-block-f585e89a alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/info-box {\"classMigrate\":true,\"headingAlign\":\"left\",\"headingColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"subHeadingColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"headingTag\":\"h1\",\"subHeadFontSize\":17,\"subHeadFontSizeMobile\":15,\"headSpace\":20,\"subHeadSpace\":40,\"block_id\":\"8460d09a\",\"ctaIcon\":\"\",\"ctaType\":\"button\",\"ctaText\":\"Book Your Stay Now\",\"ctaLink\":\"#\",\"ctaBtnLinkColor\":\"var(\\u002d\\u002dast-global-color-2)\",\"ctaLinkHoverColor\":\"var(\\u002d\\u002dast-global-color-2)\",\"ctaBgColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"ctaBgHoverColor\":\"var(\\u002d\\u002dast-global-color-4)\",\"ctaBorderColor\":\"\",\"ctaBorderStyle\":\"\",\"ctaBorderWidth\":\"\",\"ctaBorderRadius\":\"\",\"iconImage\":{\"url\":\"\",\"alt\":\"InfoBox placeholder img\"},\"showIcon\":false,\"paddingBtnTop\":18,\"paddingBtnBottom\":18,\"paddingBtnLeft\":34,\"paddingBtnRight\":34,\"blockTopPadding\":0,\"blockRightPadding\":40,\"blockLeftPadding\":0,\"blockBottomPadding\":0,\"blockTopPaddingTablet\":0,\"blockRightPaddingTablet\":64,\"blockLeftPaddingTablet\":0,\"blockBottomPaddingTablet\":0,\"blockTopPaddingMobile\":0,\"blockRightPaddingMobile\":0,\"blockLeftPaddingMobile\":0,\"blockBottomPaddingMobile\":0,\"blockPaddingUnit\":\"%\",\"blockPaddingLink\":false,\"subHeadMarginTopTablet\":0,\"subHeadMarginRightTablet\":64,\"subHeadTabletSpace\":40,\"subHeadMarginLeftTablet\":0,\"subHeadMarginTopMobile\":0,\"subHeadMarginRightMobile\":0,\"subHeadMobileSpace\":40,\"subHeadMarginLeftMobile\":0,\"btnBorderTopWidth\":1,\"btnBorderLeftWidth\":1,\"btnBorderRightWidth\":1,\"btnBorderBottomWidth\":1,\"btnBorderTopLeftRadius\":0,\"btnBorderTopRightRadius\":0,\"btnBorderBottomLeftRadius\":0,\"btnBorderBottomRightRadius\":0,\"btnBorderStyle\":\"none\",\"btnBorderColor\":\"#333\"} -->\n<div class=\"wp-block-uagb-info-box uagb-block-8460d09a uagb-infobox__content-wrap  uagb-infobox-icon-above-title uagb-infobox-image-valign-top\"><div class=\"uagb-ifb-content\"><div class=\"uagb-ifb-title-wrap\"><h1 class=\"uagb-ifb-title\"><strong>Magaliesburg pet friendly self-catering accommodation</strong></h1></div><p class=\"uagb-ifb-desc\">Romantic pet-friendly self-catering accommodation in Magaliesburg, Gauteng.</p><div class=\"uagb-ifb-button-wrapper wp-block-button\"><a href=\"#\" class=\"uagb-infobox-cta-link wp-block-button__link\" target=\"_self\" rel=\"noopener noreferrer\" alt=\"\"><span class=\"uagb-inline-editing\">Book Your Stay Now</span></a></div></div></div>\n<!-- /wp:uagb/info-box --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"e8d12291\",\"directionDesktop\":\"row\",\"directionMobile\":\"column-reverse\",\"alignItemsDesktop\":\"flex-start\",\"backgroundType\":\"color\",\"backgroundSizeTablet\":\"cover\",\"backgroundSizeMobile\":\"cover\",\"backgroundColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"topPaddingDesktop\":0,\"bottomPaddingDesktop\":0,\"topPaddingTablet\":80,\"bottomPaddingTablet\":80,\"leftPaddingTablet\":40,\"rightPaddingTablet\":40,\"topPaddingMobile\":64,\"bottomPaddingMobile\":64,\"leftPaddingMobile\":24,\"rightPaddingMobile\":24,\"paddingLink\":false,\"variationSelected\":true,\"rowGapDesktop\":0,\"columnGapDesktop\":0,\"columnGapTablet\":50,\"isBlockRootParent\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-e8d12291 alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:image {\"align\":\"center\",\"id\":794,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image aligncenter size-full\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/210-2108726_too-great-for-us-tourism-grading-council-of-south-5.png\" alt=\"\" class=\"wp-image-794\"/></figure>\n<!-- /wp:image --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"75a4f2c5\",\"directionDesktop\":\"row\",\"directionMobile\":\"column-reverse\",\"alignItemsDesktop\":\"flex-start\",\"backgroundType\":\"color\",\"backgroundSizeTablet\":\"cover\",\"backgroundSizeMobile\":\"cover\",\"backgroundColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"topPaddingDesktop\":60,\"bottomPaddingDesktop\":60,\"topPaddingTablet\":80,\"bottomPaddingTablet\":80,\"leftPaddingTablet\":40,\"rightPaddingTablet\":40,\"topPaddingMobile\":64,\"bottomPaddingMobile\":64,\"leftPaddingMobile\":24,\"rightPaddingMobile\":24,\"paddingLink\":false,\"variationSelected\":true,\"columnGapDesktop\":60,\"columnGapTablet\":50,\"isBlockRootParent\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-75a4f2c5 alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/container {\"block_id\":\"893d688e\",\"widthDesktop\":50,\"variationSelected\":true,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-893d688e\"><!-- wp:uagb/info-box {\"classMigrate\":true,\"headingAlign\":\"left\",\"subHeadingColor\":\"\",\"subHeadFontSize\":16,\"subHeadFontSizeTablet\":16,\"subHeadFontSizeMobile\":15,\"subHeadSpace\":40,\"source_type\":\"image\",\"block_id\":\"84893050\",\"ctaType\":\"button\",\"ctaText\":\"\\u003ca href=\\u0022/accommodation/\\u0022\\u003eKnow More\\u003c/a\\u003e\",\"ctaBtnLinkColor\":\"\",\"ctaBgColor\":\"\",\"ctaBorderColor\":\"\",\"ctaBorderStyle\":\"\",\"ctaBorderWidth\":\"\",\"ctaBorderRadius\":\"\",\"iconBottomMargin\":40,\"iconImage\":{\"uploading\":false,\"date\":1670924230000,\"filename\":\"blue-roan-guest-farm-13.jpg\",\"menuOrder\":0,\"uploadedTo\":760,\"type\":\"image\",\"subtype\":\"jpeg\",\"id\":797,\"title\":\"blue-roan-guest-farm (13)\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-13.jpg\",\"link\":\"https://blueroan.netgen.cloud/home/blue-roan-guest-farm-13/\",\"alt\":\"\",\"author\":\"2\",\"description\":\"\",\"caption\":\"\",\"name\":\"blue-roan-guest-farm-13\",\"status\":\"inherit\",\"modified\":1670924230000,\"mime\":\"image/jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-includes/images/media/default.png\",\"dateFormatted\":\"December 13, 2022\",\"nonces\":{\"update\":\"46afd12e5c\",\"delete\":\"03dbfb32cd\",\"edit\":\"2bed0c26fe\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=797\\u0026action=edit\",\"meta\":false,\"authorName\":\"Netgen Support\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/profile.php\",\"uploadedToTitle\":\"Home\",\"uploadedToLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=760\\u0026action=edit\",\"filesizeInBytes\":201183,\"filesizeHumanReadable\":\"196 KB\",\"context\":\"\",\"height\":667,\"width\":1000,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-13-150x150.jpg\",\"orientation\":\"landscape\"},\"medium\":{\"height\":200,\"width\":300,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-13-300x200.jpg\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-13.jpg\",\"height\":667,\"width\":1000,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"imageSize\":\"full\",\"imageWidth\":100,\"imageWidthMobile\":100,\"imageWidthTablet\":100,\"showTitle\":false,\"paddingBtnTop\":18,\"paddingBtnBottom\":18,\"paddingBtnLeft\":34,\"paddingBtnRight\":34,\"imageWidthUnit\":\"%\",\"imageWidthUnitTablet\":\"%\",\"imageWidthUnitMobile\":\"%\",\"subHeadTopMargin\":0,\"subHeadRightMargin\":48,\"subHeadLeftMargin\":0,\"subHeadMarginTopTablet\":0,\"subHeadMarginRightTablet\":0,\"subHeadTabletSpace\":40,\"subHeadMarginLeftTablet\":0,\"imgTagHeight\":66,\"imgTagWidth\":1000,\"btnBorderTopWidth\":1,\"btnBorderLeftWidth\":1,\"btnBorderRightWidth\":1,\"btnBorderBottomWidth\":1,\"btnBorderTopLeftRadius\":0,\"btnBorderTopRightRadius\":0,\"btnBorderBottomLeftRadius\":0,\"btnBorderBottomRightRadius\":0,\"btnBorderStyle\":\"solid\",\"btnBorderColor\":\"#333\"} -->\n<div class=\"wp-block-uagb-info-box uagb-block-84893050 uagb-infobox__content-wrap  uagb-infobox-icon-above-title uagb-infobox-image-valign-top\"><div class=\"uagb-ifb-content\"><div class=\"uagb-ifb-image-content\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-13.jpg\" alt=\"\" width=\"100\" height=\"66\" loading=\"lazy\"/></div><div class=\"uagb-ifb-title-wrap\"></div><p class=\"uagb-ifb-desc\">The Blue Roan Country Lodge is situated just 5 minutes from the village of Magaliesburg on a tar road so easy access for all cars. &nbsp;We have panoramic views of the Magaliesberg mountain range and our farm is the perfect place for a relaxing getaway in the country. &nbsp;As we are only 70 km from JHB and Pretoria, it is only an hour’s drive.<br></p><div class=\"uagb-ifb-button-wrapper wp-block-button\"><a href=\"\" class=\"uagb-infobox-cta-link wp-block-button__link  uagb-disable-link\" target=\"_self\" rel=\"noopener noreferrer\" alt=\"\"><span class=\"uagb-inline-editing\">Know More</span><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M504.3 273.6l-112.1 104c-6.992 6.484-17.18 8.218-25.94 4.406c-8.758-3.812-14.42-12.45-14.42-21.1L351.9 288H32C14.33 288 .0002 273.7 .0002 255.1S14.33 224 32 224h319.9l0-72c0-9.547 5.66-18.19 14.42-22c8.754-3.809 18.95-2.075 25.94 4.41l112.1 104C514.6 247.9 514.6 264.1 504.3 273.6z\"></path></svg></a></div></div></div>\n<!-- /wp:uagb/info-box --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"c99688cb\",\"widthDesktop\":50,\"leftPaddingDesktop\":0,\"paddingLink\":false,\"variationSelected\":true,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-c99688cb\"><!-- wp:uagb/advanced-heading {\"block_id\":\"a450161b\",\"classMigrate\":true,\"headingDescToggle\":true,\"subHeadingColor\":\"\",\"headSpace\":20,\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-a450161b\"><h2 class=\"uagb-heading-text\"><strong>Blue Roan is a 4-star graded pet-friendly venue</strong></h2><p class=\"uagb-desc-text\">Our goal is to provide high-quality, romantic, comfortable, and affordable self-catering accommodation on the outskirts of the village of &nbsp;Magaliesburg. &nbsp;For animal lovers, we are also&nbsp;pet-friendly&nbsp;by arrangement in most of the units all of which have their own fully fenced and gated private grassy gardens.</p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/image {\"block_id\":\"cd28abfd\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/hammock-in-the-garden.jpg\",\"align\":\"left\",\"id\":799,\"linkDestination\":\"none\",\"naturalWidth\":600,\"naturalHeight\":400,\"sizeSlug\":\"full\",\"sizeSlugTablet\":\"full\",\"sizeSlugMobile\":\"full\",\"imageTopMargin\":20,\"imageRightMargin\":0,\"imageLeftMargin\":0,\"imageBottomMargin\":0,\"imageTopMarginMobile\":0,\"imageRightMarginMobile\":0,\"imageLeftMarginMobile\":0,\"imageBottomMarginMobile\":0,\"imageMarginLink\":false} -->\n<div class=\"wp-block-uagb-image uagb-block-cd28abfd wp-block-uagb-image--layout-default wp-block-uagb-image--effect-static wp-block-uagb-image--align-left\"><figure class=\"wp-block-uagb-image__figure\"><img srcset=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/hammock-in-the-garden.jpg \" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/hammock-in-the-garden.jpg\" alt=\"\" class=\"uag-image-799\" width=\"\" height=\"\" title=\"\" loading=\"lazy\"/></figure></div>\n<!-- /wp:uagb/image --></div>\n<!-- /wp:uagb/container --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"cee224d2\",\"backgroundType\":\"color\",\"backgroundSizeTablet\":\"cover\",\"backgroundSizeMobile\":\"cover\",\"backgroundColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"topPaddingDesktop\":50,\"bottomPaddingDesktop\":100,\"topPaddingTablet\":50,\"bottomPaddingTablet\":25,\"leftPaddingTablet\":20,\"rightPaddingTablet\":20,\"topPaddingMobile\":50,\"bottomPaddingMobile\":20,\"leftPaddingMobile\":20,\"rightPaddingMobile\":20,\"paddingLink\":false,\"variationSelected\":true,\"rowGapDesktop\":0,\"isBlockRootParent\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-cee224d2 alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/container {\"block_id\":\"6fda9793\",\"directionDesktop\":\"row\",\"alignItemsDesktop\":\"flex-end\",\"alignItemsTablet\":\"flex-end\",\"justifyContentDesktop\":\"flex-end\",\"justifyContentTablet\":\"space-between\",\"variationSelected\":true,\"rowGapMobile\":30,\"columnGapDesktop\":0} -->\n<div class=\"wp-block-uagb-container uagb-block-6fda9793\"><!-- wp:uagb/advanced-heading {\"block_id\":\"35ade8b2\",\"classMigrate\":true,\"headingDescToggle\":true,\"subHeadingColor\":\"\",\"headSpace\":20,\"subHeadFontSize\":16} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-35ade8b2\"><h2 class=\"uagb-heading-text\">Amenities &amp; Facilities​</h2><p class=\"uagb-desc-text\">If you are looking for a relaxing, refreshing and rejuvenating experience altogether, we offer all of that under one roof.</p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/buttons {\"block_id\":\"20e8a0ff\",\"classMigrate\":true,\"childMigrate\":true,\"align\":\"right\",\"alignTablet\":\"right\",\"alignMobile\":\"left\",\"gap\":0} -->\n<div class=\"wp-block-uagb-buttons uagb-buttons__outer-wrap uagb-btn__default-btn uagb-btn-tablet__default-btn uagb-btn-mobile__default-btn uagb-block-20e8a0ff\"><div class=\"uagb-buttons__wrap uagb-buttons-layout-wrap\"><!-- wp:uagb/buttons-child {\"block_id\":\"1d37d58c\",\"label\":\"View All\",\"link\":\"#\",\"hColor\":\"\",\"borderWidth\":\"\",\"borderRadius\":\"\",\"borderStyle\":\"\",\"borderColor\":\"\",\"borderHColor\":\"\",\"btnBorderTopWidth\":1,\"btnBorderLeftWidth\":1,\"btnBorderRightWidth\":1,\"btnBorderBottomWidth\":1,\"btnBorderTopLeftRadius\":2,\"btnBorderTopRightRadius\":2,\"btnBorderBottomLeftRadius\":2,\"btnBorderBottomRightRadius\":2,\"btnBorderStyle\":\"solid\",\"btnBorderColor\":\"#333\",\"btnBorderHColor\":\"#333\"} -->\n<div class=\"wp-block-uagb-buttons-child uagb-buttons__outer-wrap uagb-block-1d37d58c wp-block-button is-style-outline\"><div class=\"uagb-button__wrapper\"><a class=\"uagb-buttons-repeater wp-block-button__link\" href=\"#\" rel=\"follow noopener\" target=\"_self\"><div class=\"uagb-button__link\">View All</div></a></div></div>\n<!-- /wp:uagb/buttons-child --></div></div>\n<!-- /wp:uagb/buttons --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"a876b1bc\",\"directionDesktop\":\"row\",\"alignItemsTablet\":\"flex-start\",\"paddingLink\":false,\"topMarginDesktop\":50,\"bottomMarginDesktop\":20,\"leftMarginDesktop\":0,\"rightMarginDesktop\":0,\"marginLink\":false,\"variationSelected\":true,\"rowGapMobile\":65,\"columnGapDesktop\":48,\"columnGapTablet\":20} -->\n<div class=\"wp-block-uagb-container uagb-block-a876b1bc\"><!-- wp:uagb/info-box {\"classMigrate\":true,\"headingAlign\":\"left\",\"headingColor\":\"\",\"subHeadingColor\":\"\",\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"source_type\":\"image\",\"block_id\":\"d2b587a8\",\"ctaType\":\"text\",\"ctaText\":\"READ MORE\",\"ctaLinkColor\":\"var(\\u002d\\u002dast-global-color-0)\",\"ctaDecoration\":\"underline\",\"ctaFontSize\":12,\"ctaFontWeight\":\"600\",\"ctaLetterSpacing\":2,\"ctaBorderColor\":\"\",\"ctaBorderStyle\":\"\",\"ctaBorderWidth\":\"\",\"ctaBorderRadius\":\"\",\"iconBottomMargin\":30,\"iconImage\":{\"id\":90,\"title\":\"swimming-pool\",\"filename\":\"swimming-pool.jpg\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/swimming-pool.jpg\",\"link\":\"https://blueroan.netgen.cloud/swimming-pool/\",\"alt\":\"\",\"author\":\"34\",\"description\":\"\",\"caption\":\"\",\"name\":\"swimming-pool\",\"status\":\"inherit\",\"uploadedTo\":0,\"date\":\"2021-05-07T14:28:45.000Z\",\"modified\":\"2021-05-07T14:28:45.000Z\",\"menuOrder\":0,\"mime\":\"image/jpeg\",\"type\":\"image\",\"subtype\":\"jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/default.png\",\"dateFormatted\":\"May 7, 2021\",\"nonces\":{\"update\":\"971c957832\",\"delete\":\"8fb57461ba\",\"edit\":\"e9a8bb1d06\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=90\\u0026action=edit\",\"meta\":false,\"authorName\":\"Rishabh\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/user-edit.php?user_id=34\",\"filesizeInBytes\":29663,\"filesizeHumanReadable\":\"29 KB\",\"context\":\"\",\"height\":440,\"width\":370,\"orientation\":\"portrait\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/swimming-pool-150x150.jpg\",\"orientation\":\"landscape\"},\"medium\":{\"height\":300,\"width\":252,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/swimming-pool-252x300-1.jpg\",\"orientation\":\"portrait\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/swimming-pool.jpg\",\"height\":440,\"width\":370,\"orientation\":\"portrait\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"imageSize\":\"full\",\"imageWidth\":100,\"imageWidthMobile\":100,\"imageWidthTablet\":100,\"paddingBtnTop\":10,\"paddingBtnBottom\":10,\"paddingBtnLeft\":14,\"paddingBtnRight\":14,\"imageWidthUnit\":\"%\",\"imageWidthUnitTablet\":\"%\",\"imageWidthUnitMobile\":\"%\",\"subHeadTopMargin\":0,\"subHeadRightMargin\":40,\"subHeadLeftMargin\":0,\"subHeadMarginTopTablet\":0,\"subHeadMarginRightTablet\":0,\"subHeadTabletSpace\":20,\"subHeadMarginLeftTablet\":0,\"imgTagHeight\":118,\"imgTagWidth\":370,\"btnBorderTopWidth\":1,\"btnBorderLeftWidth\":1,\"btnBorderRightWidth\":1,\"btnBorderBottomWidth\":1,\"btnBorderTopLeftRadius\":0,\"btnBorderTopRightRadius\":0,\"btnBorderBottomLeftRadius\":0,\"btnBorderBottomRightRadius\":0,\"btnBorderStyle\":\"solid\",\"btnBorderColor\":\"#333\"} -->\n<div class=\"wp-block-uagb-info-box uagb-block-d2b587a8 uagb-infobox__content-wrap  uagb-infobox-icon-above-title uagb-infobox-image-valign-top\"><div class=\"uagb-ifb-content\"><div class=\"uagb-ifb-image-content\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/swimming-pool.jpg\" alt=\"\" width=\"100\" height=\"118\" loading=\"lazy\"/></div><div class=\"uagb-ifb-title-wrap\"><h3 class=\"uagb-ifb-title\">An Infinite-edge Pool​</h3></div><p class=\"uagb-ifb-desc\">Experience the joy of swimming in our infinity-edge pool that gives you a nice picturesque view.</p><div class=\"uagb-ifb-button-wrapper wp-block-button\"><a href=\"\" target=\"_self\" class=\"uagb-infobox-cta-link uagb-disable-link\" rel=\"noopener noreferrer\" alt=\"\"><span class=\"uagb-inline-editing\">READ MORE</span><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M504.3 273.6l-112.1 104c-6.992 6.484-17.18 8.218-25.94 4.406c-8.758-3.812-14.42-12.45-14.42-21.1L351.9 288H32C14.33 288 .0002 273.7 .0002 255.1S14.33 224 32 224h319.9l0-72c0-9.547 5.66-18.19 14.42-22c8.754-3.809 18.95-2.075 25.94 4.41l112.1 104C514.6 247.9 514.6 264.1 504.3 273.6z\"></path></svg></a></div></div></div>\n<!-- /wp:uagb/info-box -->\n\n<!-- wp:uagb/info-box {\"classMigrate\":true,\"headingAlign\":\"left\",\"headingColor\":\"\",\"subHeadingColor\":\"\",\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"source_type\":\"image\",\"block_id\":\"e38ce3f2\",\"ctaType\":\"text\",\"ctaText\":\"READ MORE\",\"ctaLinkColor\":\"var(\\u002d\\u002dast-global-color-0)\",\"ctaDecoration\":\"underline\",\"ctaFontSize\":12,\"ctaFontWeight\":\"600\",\"ctaLetterSpacing\":2,\"ctaBorderColor\":\"\",\"ctaBorderStyle\":\"\",\"ctaBorderWidth\":\"\",\"ctaBorderRadius\":\"\",\"iconBottomMargin\":30,\"iconImage\":{\"id\":235,\"title\":\"spa\",\"filename\":\"spa.jpg\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/spa.jpg\",\"link\":\"https://blueroan.netgen.cloud/spa/\",\"alt\":\"\",\"author\":\"34\",\"description\":\"\",\"caption\":\"\",\"name\":\"spa\",\"status\":\"inherit\",\"uploadedTo\":0,\"date\":\"2021-05-11T10:14:20.000Z\",\"modified\":\"2021-05-11T10:14:20.000Z\",\"menuOrder\":0,\"mime\":\"image/jpeg\",\"type\":\"image\",\"subtype\":\"jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/default.png\",\"dateFormatted\":\"May 11, 2021\",\"nonces\":{\"update\":\"580ee12d5e\",\"delete\":\"261a8e7a22\",\"edit\":\"6139a47c8c\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=235\\u0026action=edit\",\"meta\":false,\"authorName\":\"Rishabh\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/user-edit.php?user_id=34\",\"filesizeInBytes\":27664,\"filesizeHumanReadable\":\"27 KB\",\"context\":\"\",\"height\":440,\"width\":370,\"orientation\":\"portrait\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/spa-150x150.jpg\",\"orientation\":\"landscape\"},\"medium\":{\"height\":300,\"width\":252,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/spa-252x300-1.jpg\",\"orientation\":\"portrait\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/spa.jpg\",\"height\":440,\"width\":370,\"orientation\":\"portrait\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"imageSize\":\"full\",\"imageWidth\":100,\"imageWidthMobile\":100,\"imageWidthTablet\":100,\"paddingBtnTop\":10,\"paddingBtnBottom\":10,\"paddingBtnLeft\":14,\"paddingBtnRight\":14,\"imageWidthUnit\":\"%\",\"imageWidthUnitTablet\":\"%\",\"imageWidthUnitMobile\":\"%\",\"subHeadTopMargin\":0,\"subHeadRightMargin\":40,\"subHeadLeftMargin\":0,\"subHeadMarginTopTablet\":0,\"subHeadMarginRightTablet\":0,\"subHeadTabletSpace\":20,\"subHeadMarginLeftTablet\":0,\"imgTagHeight\":118,\"imgTagWidth\":370,\"btnBorderTopWidth\":1,\"btnBorderLeftWidth\":1,\"btnBorderRightWidth\":1,\"btnBorderBottomWidth\":1,\"btnBorderTopLeftRadius\":0,\"btnBorderTopRightRadius\":0,\"btnBorderBottomLeftRadius\":0,\"btnBorderBottomRightRadius\":0,\"btnBorderStyle\":\"solid\",\"btnBorderColor\":\"#333\"} -->\n<div class=\"wp-block-uagb-info-box uagb-block-e38ce3f2 uagb-infobox__content-wrap  uagb-infobox-icon-above-title uagb-infobox-image-valign-top\"><div class=\"uagb-ifb-content\"><div class=\"uagb-ifb-image-content\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/spa.jpg\" alt=\"\" width=\"100\" height=\"118\" loading=\"lazy\"/></div><div class=\"uagb-ifb-title-wrap\"><h3 class=\"uagb-ifb-title\">An Iconic Spa​</h3></div><p class=\"uagb-ifb-desc\">Set forth on an exquisite wellness journey to refresh, re-energize and rejuvenate at our iconic spa.</p><div class=\"uagb-ifb-button-wrapper wp-block-button\"><a href=\"\" target=\"_self\" class=\"uagb-infobox-cta-link uagb-disable-link\" rel=\"noopener noreferrer\" alt=\"\"><span class=\"uagb-inline-editing\">READ MORE</span><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M504.3 273.6l-112.1 104c-6.992 6.484-17.18 8.218-25.94 4.406c-8.758-3.812-14.42-12.45-14.42-21.1L351.9 288H32C14.33 288 .0002 273.7 .0002 255.1S14.33 224 32 224h319.9l0-72c0-9.547 5.66-18.19 14.42-22c8.754-3.809 18.95-2.075 25.94 4.41l112.1 104C514.6 247.9 514.6 264.1 504.3 273.6z\"></path></svg></a></div></div></div>\n<!-- /wp:uagb/info-box -->\n\n<!-- wp:uagb/info-box {\"classMigrate\":true,\"headingAlign\":\"left\",\"headingColor\":\"\",\"subHeadingColor\":\"\",\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"source_type\":\"image\",\"block_id\":\"30dc7204\",\"ctaType\":\"text\",\"ctaText\":\"READ MORE\",\"ctaLinkColor\":\"var(\\u002d\\u002dast-global-color-0)\",\"ctaDecoration\":\"underline\",\"ctaFontSize\":12,\"ctaFontWeight\":\"600\",\"ctaLetterSpacing\":2,\"ctaBorderColor\":\"\",\"ctaBorderStyle\":\"\",\"ctaBorderWidth\":\"\",\"ctaBorderRadius\":\"\",\"iconBottomMargin\":30,\"iconImage\":{\"id\":115,\"title\":\"rooms\",\"filename\":\"rooms.jpg\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/rooms.jpg\",\"link\":\"https://blueroan.netgen.cloud/rooms-2/\",\"alt\":\"\",\"author\":\"34\",\"description\":\"\",\"caption\":\"\",\"name\":\"rooms-2\",\"status\":\"inherit\",\"uploadedTo\":0,\"date\":\"2021-05-11T04:53:41.000Z\",\"modified\":\"2021-05-11T04:53:41.000Z\",\"menuOrder\":0,\"mime\":\"image/jpeg\",\"type\":\"image\",\"subtype\":\"jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/default.png\",\"dateFormatted\":\"May 11, 2021\",\"nonces\":{\"update\":\"4e23be63e1\",\"delete\":\"0c10fb0869\",\"edit\":\"714e3ba079\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=115\\u0026action=edit\",\"meta\":false,\"authorName\":\"Rishabh\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/user-edit.php?user_id=34\",\"filesizeInBytes\":31085,\"filesizeHumanReadable\":\"30 KB\",\"context\":\"\",\"height\":440,\"width\":370,\"orientation\":\"portrait\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/rooms-150x150.jpg\",\"orientation\":\"landscape\"},\"medium\":{\"height\":300,\"width\":252,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/rooms-252x300-1.jpg\",\"orientation\":\"portrait\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/rooms.jpg\",\"height\":440,\"width\":370,\"orientation\":\"portrait\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"imageSize\":\"full\",\"imageWidth\":100,\"imageWidthMobile\":100,\"imageWidthTablet\":100,\"paddingBtnTop\":10,\"paddingBtnBottom\":10,\"paddingBtnLeft\":14,\"paddingBtnRight\":14,\"imageWidthUnit\":\"%\",\"imageWidthUnitTablet\":\"%\",\"imageWidthUnitMobile\":\"%\",\"subHeadTopMargin\":0,\"subHeadRightMargin\":40,\"subHeadLeftMargin\":0,\"subHeadMarginTopTablet\":0,\"subHeadMarginRightTablet\":0,\"subHeadTabletSpace\":20,\"subHeadMarginLeftTablet\":0,\"imgTagHeight\":118,\"imgTagWidth\":370,\"btnBorderTopWidth\":1,\"btnBorderLeftWidth\":1,\"btnBorderRightWidth\":1,\"btnBorderBottomWidth\":1,\"btnBorderTopLeftRadius\":0,\"btnBorderTopRightRadius\":0,\"btnBorderBottomLeftRadius\":0,\"btnBorderBottomRightRadius\":0,\"btnBorderStyle\":\"solid\",\"btnBorderColor\":\"#333\"} -->\n<div class=\"wp-block-uagb-info-box uagb-block-30dc7204 uagb-infobox__content-wrap  uagb-infobox-icon-above-title uagb-infobox-image-valign-top\"><div class=\"uagb-ifb-content\"><div class=\"uagb-ifb-image-content\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/rooms.jpg\" alt=\"\" width=\"100\" height=\"118\" loading=\"lazy\"/></div><div class=\"uagb-ifb-title-wrap\"><h3 class=\"uagb-ifb-title\">In-house Restaurants​</h3></div><p class=\"uagb-ifb-desc\">We have three in-house restaurants offering different cuisines that you can choose from.</p><div class=\"uagb-ifb-button-wrapper wp-block-button\"><a href=\"\" target=\"_self\" class=\"uagb-infobox-cta-link uagb-disable-link\" rel=\"noopener noreferrer\" alt=\"\"><span class=\"uagb-inline-editing\">READ MORE</span><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M504.3 273.6l-112.1 104c-6.992 6.484-17.18 8.218-25.94 4.406c-8.758-3.812-14.42-12.45-14.42-21.1L351.9 288H32C14.33 288 .0002 273.7 .0002 255.1S14.33 224 32 224h319.9l0-72c0-9.547 5.66-18.19 14.42-22c8.754-3.809 18.95-2.075 25.94 4.41l112.1 104C514.6 247.9 514.6 264.1 504.3 273.6z\"></path></svg></a></div></div></div>\n<!-- /wp:uagb/info-box --></div>\n<!-- /wp:uagb/container --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"349d79d6\",\"backgroundType\":\"color\",\"backgroundSizeTablet\":\"cover\",\"backgroundSizeMobile\":\"cover\",\"backgroundColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"bottomPaddingDesktop\":104,\"leftPaddingDesktop\":40,\"rightPaddingDesktop\":40,\"topPaddingTablet\":80,\"bottomPaddingTablet\":80,\"leftPaddingTablet\":40,\"rightPaddingTablet\":40,\"topPaddingMobile\":64,\"bottomPaddingMobile\":64,\"leftPaddingMobile\":24,\"rightPaddingMobile\":24,\"paddingLink\":false,\"variationSelected\":true,\"rowGapDesktop\":0,\"isBlockRootParent\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-349d79d6 alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/advanced-heading {\"block_id\":\"484a7bab\",\"classMigrate\":true,\"headingDescToggle\":true,\"headingAlign\":\"center\",\"headingAlignMobile\":\"left\",\"subHeadingColor\":\"\",\"headSpace\":20,\"subHeadFontSize\":16,\"blockBottomPadding\":20} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-484a7bab\"><h2 class=\"uagb-heading-text\">Our Inside Pictures​</h2><p class=\"uagb-desc-text\">Take a look at some pretty pictures captured in and around our premises.</p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/container {\"block_id\":\"51ef6403\",\"directionDesktop\":\"row\",\"alignItemsDesktop\":\"flex-start\",\"topMarginDesktop\":20,\"bottomMarginDesktop\":0,\"leftMarginDesktop\":0,\"rightMarginDesktop\":0,\"marginLink\":false,\"variationSelected\":true,\"rowGapMobile\":24,\"columnGapDesktop\":24,\"columnGapTablet\":20} -->\n<div class=\"wp-block-uagb-container uagb-block-51ef6403\"><!-- wp:uagb/container {\"block_id\":\"45739a36\",\"widthDesktop\":32,\"variationSelected\":true,\"rowGapDesktop\":24,\"rowGapTablet\":20,\"rowGapMobile\":24,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-45739a36\"><!-- wp:uagb/image {\"block_id\":\"28f1bead\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/gallery-1.jpg\",\"id\":105,\"linkDestination\":\"none\",\"width\":388,\"height\":240,\"naturalWidth\":388,\"naturalHeight\":240,\"sizeSlug\":\"full\",\"sizeSlugTablet\":\"full\",\"sizeSlugMobile\":\"full\"} -->\n<div class=\"wp-block-uagb-image uagb-block-28f1bead wp-block-uagb-image--layout-default wp-block-uagb-image--effect-static wp-block-uagb-image--align-none\"><figure class=\"wp-block-uagb-image__figure\"><img srcset=\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/gallery-1.jpg \" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/gallery-1.jpg\" alt=\"\" class=\"uag-image-105\" width=\"388\" height=\"240\" title=\"\" loading=\"lazy\"/></figure></div>\n<!-- /wp:uagb/image -->\n\n<!-- wp:uagb/image {\"block_id\":\"132840c6\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/gallery-6.jpg\",\"id\":110,\"linkDestination\":\"none\",\"naturalWidth\":388,\"naturalHeight\":240,\"sizeSlug\":\"full\",\"sizeSlugTablet\":\"full\",\"sizeSlugMobile\":\"full\"} -->\n<div class=\"wp-block-uagb-image uagb-block-132840c6 wp-block-uagb-image--layout-default wp-block-uagb-image--effect-static wp-block-uagb-image--align-none\"><figure class=\"wp-block-uagb-image__figure\"><img srcset=\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/gallery-6.jpg \" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/gallery-6.jpg\" alt=\"\" class=\"uag-image-110\" width=\"\" height=\"\" title=\"\" loading=\"lazy\"/></figure></div>\n<!-- /wp:uagb/image --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"302b2431\",\"widthDesktop\":67,\"variationSelected\":true,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-302b2431\"><!-- wp:uagb/image {\"block_id\":\"90426942\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/gallery-2.jpg\",\"id\":106,\"linkDestination\":\"none\",\"width\":788,\"widthTablet\":780,\"height\":504,\"heightTablet\":0,\"naturalWidth\":788,\"naturalHeight\":504,\"sizeSlug\":\"full\",\"sizeSlugTablet\":\"full\",\"sizeSlugMobile\":\"full\",\"customHeightSetDesktop\":true} -->\n<div class=\"wp-block-uagb-image uagb-block-90426942 wp-block-uagb-image--layout-default wp-block-uagb-image--effect-static wp-block-uagb-image--align-none\"><figure class=\"wp-block-uagb-image__figure\"><img srcset=\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/gallery-2.jpg \" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/gallery-2.jpg\" alt=\"\" class=\"uag-image-106\" width=\"788\" height=\"504\" title=\"\" loading=\"lazy\"/></figure></div>\n<!-- /wp:uagb/image --></div>\n<!-- /wp:uagb/container --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"0e74e85e\",\"directionDesktop\":\"row\",\"alignItemsDesktop\":\"flex-start\",\"topMarginDesktop\":24,\"bottomMarginDesktop\":0,\"leftMarginDesktop\":0,\"rightMarginDesktop\":0,\"topMarginTablet\":20,\"bottomMarginTablet\":0,\"leftMarginTablet\":0,\"rightMarginTablet\":0,\"topMarginMobile\":24,\"bottomMarginMobile\":0,\"leftMarginMobile\":0,\"rightMarginMobile\":0,\"marginLink\":false,\"variationSelected\":true,\"columnGapDesktop\":24,\"columnGapTablet\":20} -->\n<div class=\"wp-block-uagb-container uagb-block-0e74e85e\"><!-- wp:uagb/container {\"block_id\":\"d14fb095\",\"widthDesktop\":67,\"variationSelected\":true,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-d14fb095\"><!-- wp:uagb/image {\"block_id\":\"371852dc\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/gallery-3.jpg\",\"id\":107,\"linkDestination\":\"none\",\"width\":788,\"height\":504,\"naturalWidth\":788,\"naturalHeight\":504,\"sizeSlug\":\"full\",\"sizeSlugTablet\":\"full\",\"sizeSlugMobile\":\"full\",\"customHeightSetDesktop\":true} -->\n<div class=\"wp-block-uagb-image uagb-block-371852dc wp-block-uagb-image--layout-default wp-block-uagb-image--effect-static wp-block-uagb-image--align-none\"><figure class=\"wp-block-uagb-image__figure\"><img srcset=\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/gallery-3.jpg \" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/gallery-3.jpg\" alt=\"\" class=\"uag-image-107\" width=\"788\" height=\"504\" title=\"\" loading=\"lazy\"/></figure></div>\n<!-- /wp:uagb/image --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"2cedf752\",\"widthDesktop\":32,\"variationSelected\":true,\"rowGapDesktop\":24,\"rowGapTablet\":20,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-2cedf752\"><!-- wp:uagb/image {\"block_id\":\"fa68fc55\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/gallery-5.jpg\",\"id\":109,\"linkDestination\":\"none\",\"width\":388,\"height\":240,\"naturalWidth\":388,\"naturalHeight\":240,\"sizeSlug\":\"full\",\"sizeSlugTablet\":\"full\",\"sizeSlugMobile\":\"full\"} -->\n<div class=\"wp-block-uagb-image uagb-block-fa68fc55 wp-block-uagb-image--layout-default wp-block-uagb-image--effect-static wp-block-uagb-image--align-none\"><figure class=\"wp-block-uagb-image__figure\"><img srcset=\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/gallery-5.jpg \" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/gallery-5.jpg\" alt=\"\" class=\"uag-image-109\" width=\"388\" height=\"240\" title=\"\" loading=\"lazy\"/></figure></div>\n<!-- /wp:uagb/image -->\n\n<!-- wp:uagb/image {\"block_id\":\"b15a6efc\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/gallery-4.jpg\",\"id\":108,\"linkDestination\":\"none\",\"naturalWidth\":388,\"naturalHeight\":240,\"sizeSlug\":\"full\",\"sizeSlugTablet\":\"full\",\"sizeSlugMobile\":\"full\"} -->\n<div class=\"wp-block-uagb-image uagb-block-b15a6efc wp-block-uagb-image--layout-default wp-block-uagb-image--effect-static wp-block-uagb-image--align-none\"><figure class=\"wp-block-uagb-image__figure\"><img srcset=\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/gallery-4.jpg \" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/gallery-4.jpg\" alt=\"\" class=\"uag-image-108\" width=\"\" height=\"\" title=\"\" loading=\"lazy\"/></figure></div>\n<!-- /wp:uagb/image --></div>\n<!-- /wp:uagb/container --></div>\n<!-- /wp:uagb/container --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"a6d0fabb\",\"backgroundType\":\"color\",\"backgroundSizeTablet\":\"cover\",\"backgroundSizeMobile\":\"cover\",\"backgroundColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"topPaddingDesktop\":40,\"bottomPaddingDesktop\":104,\"leftPaddingDesktop\":40,\"rightPaddingDesktop\":40,\"topPaddingTablet\":80,\"bottomPaddingTablet\":80,\"leftPaddingTablet\":40,\"rightPaddingTablet\":40,\"topPaddingMobile\":64,\"bottomPaddingMobile\":64,\"leftPaddingMobile\":24,\"rightPaddingMobile\":24,\"paddingLink\":false,\"variationSelected\":true,\"rowGapDesktop\":0,\"isBlockRootParent\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-a6d0fabb alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/advanced-heading {\"block_id\":\"1534e4f3\",\"classMigrate\":true,\"headingDescToggle\":true,\"headingAlign\":\"center\",\"headingAlignMobile\":\"left\",\"subHeadingColor\":\"\",\"headSpace\":20,\"subHeadFontSize\":16,\"blockBottomPadding\":20} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-1534e4f3\"><h2 class=\"uagb-heading-text\">What Our Guests Say​</h2><p class=\"uagb-desc-text\">We take pride in serving our guests with the best experience. Read what they say.</p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/container {\"block_id\":\"1a6a6ccc\",\"directionDesktop\":\"row\",\"topMarginDesktop\":40,\"bottomMarginDesktop\":0,\"leftMarginDesktop\":0,\"rightMarginDesktop\":0,\"marginLink\":false,\"variationSelected\":true,\"rowGapMobile\":40,\"columnGapDesktop\":90} -->\n<div class=\"wp-block-uagb-container uagb-block-1a6a6ccc\"><!-- wp:uagb/container {\"block_id\":\"a04fcc24\",\"widthDesktop\":50,\"variationSelected\":true,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-a04fcc24\"><!-- wp:uagb/star-rating {\"block_id\":\"18c4899d\",\"rating\":4.5,\"color\":\"var(\\u002d\\u002dast-global-color-2)\"} -->\n<div class=\"wp-block-uagb-star-rating uagb-block-18c4899d\"><div class=\"uag-star-rating\" title=\"4.5/5\"><span class=\"uag-star\">★</span><span class=\"uag-star\">★</span><span class=\"uag-star\">★</span><span class=\"uag-star\">★</span><span class=\"uag-star\">★</span></div></div>\n<!-- /wp:uagb/star-rating -->\n\n<!-- wp:uagb/testimonial {\"test_item_count\":1,\"classMigrate\":true,\"test_block\":[{\"description\":\"\\u0022Proin nulla mauris et volutpat adipiscing suspendisse vehicula blandit sagittis orci etiam morbi elit etiam semper eu lacus pretium hac nisl leo amet ullamcorper.\\u0022​\",\"name\":\"\\u003cstrong\\u003eEMILY HUNT​\\u003c/strong\\u003e\",\"company\":\"\",\"image\":{\"id\":119,\"title\":\"testimonial1\",\"filename\":\"testimonial1.jpg\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/testimonial1.jpg\",\"link\":\"https://blueroan.netgen.cloud/testimonial1/\",\"alt\":\"\",\"author\":\"34\",\"description\":\"\",\"caption\":\"\",\"name\":\"testimonial1\",\"status\":\"inherit\",\"uploadedTo\":0,\"date\":\"2021-05-11T05:02:02.000Z\",\"modified\":\"2021-05-11T05:02:02.000Z\",\"menuOrder\":0,\"mime\":\"image/jpeg\",\"type\":\"image\",\"subtype\":\"jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/default.png\",\"dateFormatted\":\"May 11, 2021\",\"nonces\":{\"update\":\"b92fe40c3d\",\"delete\":\"643c1eb8f1\",\"edit\":\"d3e7d56b1d\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=119\\u0026action=edit\",\"meta\":false,\"authorName\":\"Rishabh\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/user-edit.php?user_id=34\",\"filesizeInBytes\":11264,\"filesizeHumanReadable\":\"11 KB\",\"context\":\"\",\"height\":250,\"width\":250,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/testimonial1-150x150.jpg\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/testimonial1.jpg\",\"height\":250,\"width\":250,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}}}],\"headingAlign\":\"left\",\"headingAlignTablet\":\"left\",\"headingAlignMobile\":\"left\",\"descColor\":\"var(\\u002d\\u002dast-global-color-3)\",\"nameFontSize\":14,\"nameLineHeight\":1,\"descFontSize\":16,\"descFontWeight\":\"600\",\"nameSpace\":1,\"block_id\":\"9e4e8916\",\"iconImage\":{\"url\":\"\",\"alt\":\"InfoBox placeholder img\"},\"imageWidth\":32,\"columnGap\":1,\"borderStyle\":\"\",\"paddingTop\":0,\"paddingBottom\":0,\"paddingLeft\":0,\"paddingRight\":0,\"spacingLink\":true,\"imgpaddingTop\":0,\"imgpaddingRight\":15,\"imgpaddingBottom\":0,\"imgpaddingLeft\":0,\"overallBorderStyle\":\"none\",\"imgTagHeight\":32,\"imgTagWidth\":150} -->\n<div class=\"wp-block-uagb-testimonial uagb-slick-carousel uagb-tm__arrow-outside uagb-block-9e4e8916 uagb-post__carousel_notset uagb-post__carousel_notset-tablet uagb-post__carousel_notset-mobile\"><div class=\"is-carousel uagb-tm__columns-1 uagb-tm__items\"><div class=\"uagb-testimonial__wrap  uagb-tm__imgicon-style-circle uagb-tm__image-position-bottom uagb-tm__bg-type-none \"><div class=\"uagb-tm__content\"><div class=\"uagb-tm__overlay\"></div><div class=\"uagb-tm__text-wrap\"><div class=\"uagb-tm__desc\">\"Proin nulla mauris et volutpat adipiscing suspendisse vehicula blandit sagittis orci etiam morbi elit etiam semper eu lacus pretium hac nisl leo amet ullamcorper.\"​</div><div class=\"uagb-tm__meta-inner\"><div class=\"uagb-tm__image-content\"><div class=\"uagb-tm__image\"><img class=\"uagb-tm-img-src\" src=\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/testimonial1-150x150.jpg\" alt=\"\" width=\"32\" height=\"32\" loading=\"lazy\"/></div></div><div class=\"uagb-testimonial-details\"><span class=\"uagb-tm__author-name\"><strong>EMILY HUNT​</strong></span><span class=\"uagb-tm__company\"></span></div></div></div></div></div></div></div>\n<!-- /wp:uagb/testimonial -->\n\n<!-- wp:uagb/star-rating {\"block_id\":\"2388ec31\",\"rating\":4.5,\"color\":\"var(\\u002d\\u002dast-global-color-2)\",\"blockTopMargin\":30,\"blockRightMargin\":0,\"blockLeftMargin\":0,\"blockBottomMargin\":0,\"blockTopMarginMobile\":20,\"blockRightMarginMobile\":0,\"blockLeftMarginMobile\":0,\"blockBottomMarginMobile\":0} -->\n<div class=\"wp-block-uagb-star-rating uagb-block-2388ec31\"><div class=\"uag-star-rating\" title=\"4.5/5\"><span class=\"uag-star\">★</span><span class=\"uag-star\">★</span><span class=\"uag-star\">★</span><span class=\"uag-star\">★</span><span class=\"uag-star\">★</span></div></div>\n<!-- /wp:uagb/star-rating -->\n\n<!-- wp:uagb/testimonial {\"test_item_count\":1,\"classMigrate\":true,\"test_block\":[{\"description\":\"\\u0022Proin nulla mauris et volutpat adipiscing suspendisse vehicula blandit sagittis orci etiam morbi elit etiam semper eu lacus pretium hac nisl leo amet ullamcorper.\\u0022​\",\"name\":\"\\u003cstrong\\u003e\\u003cstrong\\u003eJULIE ROBINSON​\\u003c/strong\\u003e\\u003c/strong\\u003e\",\"company\":\"\",\"image\":{\"id\":122,\"title\":\"testimonial4\",\"filename\":\"testimonial4.jpg\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/testimonial4.jpg\",\"link\":\"https://blueroan.netgen.cloud/testimonial4/\",\"alt\":\"\",\"author\":\"34\",\"description\":\"\",\"caption\":\"\",\"name\":\"testimonial4\",\"status\":\"inherit\",\"uploadedTo\":0,\"date\":\"2021-05-11T05:02:06.000Z\",\"modified\":\"2021-05-11T05:02:06.000Z\",\"menuOrder\":0,\"mime\":\"image/jpeg\",\"type\":\"image\",\"subtype\":\"jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/default.png\",\"dateFormatted\":\"May 11, 2021\",\"nonces\":{\"update\":\"4e34860add\",\"delete\":\"9e126a55cd\",\"edit\":\"33ffd3c040\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=122\\u0026action=edit\",\"meta\":false,\"authorName\":\"Rishabh\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/user-edit.php?user_id=34\",\"filesizeInBytes\":16584,\"filesizeHumanReadable\":\"16 KB\",\"context\":\"\",\"height\":250,\"width\":250,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/testimonial4-150x150.jpg\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/testimonial4.jpg\",\"height\":250,\"width\":250,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}}}],\"headingAlign\":\"left\",\"headingAlignTablet\":\"left\",\"headingAlignMobile\":\"left\",\"descColor\":\"var(\\u002d\\u002dast-global-color-3)\",\"nameFontSize\":14,\"nameLineHeight\":1,\"descFontSize\":16,\"descFontWeight\":\"600\",\"nameSpace\":1,\"block_id\":\"2109b085\",\"iconImage\":{\"url\":\"\",\"alt\":\"InfoBox placeholder img\"},\"imageWidth\":32,\"columnGap\":1,\"borderStyle\":\"\",\"paddingTop\":0,\"paddingBottom\":0,\"paddingLeft\":0,\"paddingRight\":0,\"spacingLink\":true,\"imgpaddingTop\":0,\"imgpaddingRight\":15,\"imgpaddingBottom\":0,\"imgpaddingLeft\":0,\"overallBorderStyle\":\"none\",\"imgTagHeight\":32,\"imgTagWidth\":150} -->\n<div class=\"wp-block-uagb-testimonial uagb-slick-carousel uagb-tm__arrow-outside uagb-block-2109b085 uagb-post__carousel_notset uagb-post__carousel_notset-tablet uagb-post__carousel_notset-mobile\"><div class=\"is-carousel uagb-tm__columns-1 uagb-tm__items\"><div class=\"uagb-testimonial__wrap  uagb-tm__imgicon-style-circle uagb-tm__image-position-bottom uagb-tm__bg-type-none \"><div class=\"uagb-tm__content\"><div class=\"uagb-tm__overlay\"></div><div class=\"uagb-tm__text-wrap\"><div class=\"uagb-tm__desc\">\"Proin nulla mauris et volutpat adipiscing suspendisse vehicula blandit sagittis orci etiam morbi elit etiam semper eu lacus pretium hac nisl leo amet ullamcorper.\"​</div><div class=\"uagb-tm__meta-inner\"><div class=\"uagb-tm__image-content\"><div class=\"uagb-tm__image\"><img class=\"uagb-tm-img-src\" src=\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/testimonial4-150x150.jpg\" alt=\"\" width=\"32\" height=\"32\" loading=\"lazy\"/></div></div><div class=\"uagb-testimonial-details\"><span class=\"uagb-tm__author-name\"><strong><strong>JULIE ROBINSON​</strong></strong></span><span class=\"uagb-tm__company\"></span></div></div></div></div></div></div></div>\n<!-- /wp:uagb/testimonial --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"16300da7\",\"widthDesktop\":50,\"variationSelected\":true,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-16300da7\"><!-- wp:uagb/star-rating {\"block_id\":\"6fa44671\",\"rating\":4.5,\"color\":\"var(\\u002d\\u002dast-global-color-2)\"} -->\n<div class=\"wp-block-uagb-star-rating uagb-block-6fa44671\"><div class=\"uag-star-rating\" title=\"4.5/5\"><span class=\"uag-star\">★</span><span class=\"uag-star\">★</span><span class=\"uag-star\">★</span><span class=\"uag-star\">★</span><span class=\"uag-star\">★</span></div></div>\n<!-- /wp:uagb/star-rating -->\n\n<!-- wp:uagb/testimonial {\"test_item_count\":1,\"classMigrate\":true,\"test_block\":[{\"description\":\"\\u0022Proin nulla mauris et volutpat adipiscing suspendisse vehicula blandit sagittis orci etiam morbi elit etiam semper eu lacus pretium hac nisl leo amet ullamcorper.\\u0022​\",\"name\":\"\\u003cstrong\\u003e\\u003cstrong\\u003eMORGAN JONATHAN​\\u003c/strong\\u003e\\u003c/strong\\u003e\",\"company\":\"\",\"image\":{\"id\":120,\"title\":\"testimonial2\",\"filename\":\"testimonial2.jpg\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/testimonial2.jpg\",\"link\":\"https://blueroan.netgen.cloud/testimonial2/\",\"alt\":\"\",\"author\":\"34\",\"description\":\"\",\"caption\":\"\",\"name\":\"testimonial2\",\"status\":\"inherit\",\"uploadedTo\":0,\"date\":\"2021-05-11T05:02:03.000Z\",\"modified\":\"2021-05-11T05:02:03.000Z\",\"menuOrder\":0,\"mime\":\"image/jpeg\",\"type\":\"image\",\"subtype\":\"jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/default.png\",\"dateFormatted\":\"May 11, 2021\",\"nonces\":{\"update\":\"1ee6412858\",\"delete\":\"4414a2ccbf\",\"edit\":\"bde7b1f490\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=120\\u0026action=edit\",\"meta\":false,\"authorName\":\"Rishabh\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/user-edit.php?user_id=34\",\"filesizeInBytes\":10087,\"filesizeHumanReadable\":\"10 KB\",\"context\":\"\",\"height\":250,\"width\":250,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/testimonial2-150x150.jpg\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/testimonial2.jpg\",\"height\":250,\"width\":250,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}}}],\"headingAlign\":\"left\",\"headingAlignTablet\":\"left\",\"headingAlignMobile\":\"left\",\"descColor\":\"var(\\u002d\\u002dast-global-color-3)\",\"nameFontSize\":14,\"nameLineHeight\":1,\"descFontSize\":16,\"descFontWeight\":\"600\",\"nameSpace\":1,\"block_id\":\"54949b48\",\"iconImage\":{\"url\":\"\",\"alt\":\"InfoBox placeholder img\"},\"imageWidth\":32,\"columnGap\":1,\"borderStyle\":\"\",\"paddingTop\":0,\"paddingBottom\":0,\"paddingLeft\":0,\"paddingRight\":0,\"spacingLink\":true,\"imgpaddingTop\":0,\"imgpaddingRight\":15,\"imgpaddingBottom\":0,\"imgpaddingLeft\":0,\"overallBorderStyle\":\"none\",\"imgTagHeight\":32,\"imgTagWidth\":150} -->\n<div class=\"wp-block-uagb-testimonial uagb-slick-carousel uagb-tm__arrow-outside uagb-block-54949b48 uagb-post__carousel_notset uagb-post__carousel_notset-tablet uagb-post__carousel_notset-mobile\"><div class=\"is-carousel uagb-tm__columns-1 uagb-tm__items\"><div class=\"uagb-testimonial__wrap  uagb-tm__imgicon-style-circle uagb-tm__image-position-bottom uagb-tm__bg-type-none \"><div class=\"uagb-tm__content\"><div class=\"uagb-tm__overlay\"></div><div class=\"uagb-tm__text-wrap\"><div class=\"uagb-tm__desc\">\"Proin nulla mauris et volutpat adipiscing suspendisse vehicula blandit sagittis orci etiam morbi elit etiam semper eu lacus pretium hac nisl leo amet ullamcorper.\"​</div><div class=\"uagb-tm__meta-inner\"><div class=\"uagb-tm__image-content\"><div class=\"uagb-tm__image\"><img class=\"uagb-tm-img-src\" src=\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/testimonial2-150x150.jpg\" alt=\"\" width=\"32\" height=\"32\" loading=\"lazy\"/></div></div><div class=\"uagb-testimonial-details\"><span class=\"uagb-tm__author-name\"><strong><strong>MORGAN JONATHAN​</strong></strong></span><span class=\"uagb-tm__company\"></span></div></div></div></div></div></div></div>\n<!-- /wp:uagb/testimonial -->\n\n<!-- wp:uagb/star-rating {\"block_id\":\"e6af2278\",\"rating\":4.5,\"color\":\"var(\\u002d\\u002dast-global-color-2)\",\"blockTopMargin\":30,\"blockRightMargin\":0,\"blockLeftMargin\":0,\"blockBottomMargin\":0,\"blockTopMarginMobile\":20,\"blockRightMarginMobile\":0,\"blockLeftMarginMobile\":0,\"blockBottomMarginMobile\":0} -->\n<div class=\"wp-block-uagb-star-rating uagb-block-e6af2278\"><div class=\"uag-star-rating\" title=\"4.5/5\"><span class=\"uag-star\">★</span><span class=\"uag-star\">★</span><span class=\"uag-star\">★</span><span class=\"uag-star\">★</span><span class=\"uag-star\">★</span></div></div>\n<!-- /wp:uagb/star-rating -->\n\n<!-- wp:uagb/testimonial {\"test_item_count\":1,\"classMigrate\":true,\"test_block\":[{\"description\":\"\\u0022Proin nulla mauris et volutpat adipiscing suspendisse vehicula blandit sagittis orci etiam morbi elit etiam semper eu lacus pretium hac nisl leo amet ullamcorper.\\u0022​\",\"name\":\"\\u003cstrong\\u003e\\u003cstrong\\u003e\\u003cstrong\\u003eJAMES BROOK​\\u003c/strong\\u003e\\u003c/strong\\u003e\\u003c/strong\\u003e\",\"company\":\"\",\"image\":{\"id\":121,\"title\":\"testimonial3\",\"filename\":\"testimonial3.jpg\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/testimonial3.jpg\",\"link\":\"https://blueroan.netgen.cloud/testimonial3/\",\"alt\":\"\",\"author\":\"34\",\"description\":\"\",\"caption\":\"\",\"name\":\"testimonial3\",\"status\":\"inherit\",\"uploadedTo\":0,\"date\":\"2021-05-11T05:02:05.000Z\",\"modified\":\"2021-05-11T05:02:05.000Z\",\"menuOrder\":0,\"mime\":\"image/jpeg\",\"type\":\"image\",\"subtype\":\"jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/default.png\",\"dateFormatted\":\"May 11, 2021\",\"nonces\":{\"update\":\"290653da5d\",\"delete\":\"90a4fb2d63\",\"edit\":\"ff8a64e56e\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=121\\u0026action=edit\",\"meta\":false,\"authorName\":\"Rishabh\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/user-edit.php?user_id=34\",\"filesizeInBytes\":8748,\"filesizeHumanReadable\":\"9 KB\",\"context\":\"\",\"height\":250,\"width\":250,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/testimonial3-150x150.jpg\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/testimonial3.jpg\",\"height\":250,\"width\":250,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}}}],\"headingAlign\":\"left\",\"headingAlignTablet\":\"left\",\"headingAlignMobile\":\"left\",\"descColor\":\"var(\\u002d\\u002dast-global-color-3)\",\"nameFontSize\":14,\"nameLineHeight\":1,\"descFontSize\":16,\"descFontWeight\":\"600\",\"nameSpace\":1,\"block_id\":\"12b4252e\",\"iconImage\":{\"url\":\"\",\"alt\":\"InfoBox placeholder img\"},\"imageWidth\":32,\"columnGap\":1,\"borderStyle\":\"\",\"paddingTop\":0,\"paddingBottom\":0,\"paddingLeft\":0,\"paddingRight\":0,\"spacingLink\":true,\"imgpaddingTop\":0,\"imgpaddingRight\":15,\"imgpaddingBottom\":0,\"imgpaddingLeft\":0,\"overallBorderStyle\":\"none\",\"imgTagHeight\":32,\"imgTagWidth\":150} -->\n<div class=\"wp-block-uagb-testimonial uagb-slick-carousel uagb-tm__arrow-outside uagb-block-12b4252e uagb-post__carousel_notset uagb-post__carousel_notset-tablet uagb-post__carousel_notset-mobile\"><div class=\"is-carousel uagb-tm__columns-1 uagb-tm__items\"><div class=\"uagb-testimonial__wrap  uagb-tm__imgicon-style-circle uagb-tm__image-position-bottom uagb-tm__bg-type-none \"><div class=\"uagb-tm__content\"><div class=\"uagb-tm__overlay\"></div><div class=\"uagb-tm__text-wrap\"><div class=\"uagb-tm__desc\">\"Proin nulla mauris et volutpat adipiscing suspendisse vehicula blandit sagittis orci etiam morbi elit etiam semper eu lacus pretium hac nisl leo amet ullamcorper.\"​</div><div class=\"uagb-tm__meta-inner\"><div class=\"uagb-tm__image-content\"><div class=\"uagb-tm__image\"><img class=\"uagb-tm-img-src\" src=\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/testimonial3-150x150.jpg\" alt=\"\" width=\"32\" height=\"32\" loading=\"lazy\"/></div></div><div class=\"uagb-testimonial-details\"><span class=\"uagb-tm__author-name\"><strong><strong><strong>JAMES BROOK​</strong></strong></strong></span><span class=\"uagb-tm__company\"></span></div></div></div></div></div></div></div>\n<!-- /wp:uagb/testimonial --></div>\n<!-- /wp:uagb/container --></div>\n<!-- /wp:uagb/container --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"b969f9f0\",\"innerContentCustomWidthDesktop\":781,\"innerContentCustomWidthTablet\":781,\"backgroundType\":\"image\",\"backgroundImageDesktop\":{\"id\":54,\"title\":\"background-img\",\"filename\":\"background-img-1.jpg\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/background-img-1.jpg\",\"link\":\"https://blueroan.netgen.cloud/background-img-2/\",\"alt\":\"\",\"author\":\"34\",\"description\":\"\",\"caption\":\"\",\"name\":\"background-img-2\",\"status\":\"inherit\",\"uploadedTo\":0,\"date\":\"2021-05-07T10:11:37.000Z\",\"modified\":\"2021-05-07T10:11:37.000Z\",\"menuOrder\":0,\"mime\":\"image/jpeg\",\"type\":\"image\",\"subtype\":\"jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/default.png\",\"dateFormatted\":\"May 7, 2021\",\"nonces\":{\"update\":\"bb999636b9\",\"delete\":\"d2e1375bc4\",\"edit\":\"005dd2f0c9\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=54\\u0026action=edit\",\"meta\":false,\"authorName\":\"Rishabh\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/user-edit.php?user_id=34\",\"filesizeInBytes\":338858,\"filesizeHumanReadable\":\"331 KB\",\"context\":\"\",\"height\":1080,\"width\":1920,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/background-img-1-150x150.jpg\",\"orientation\":\"landscape\"},\"medium\":{\"height\":169,\"width\":300,\"url\":\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/background-img-1-300x169.jpg\",\"orientation\":\"landscape\"},\"large\":{\"height\":576,\"width\":1024,\"url\":\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/background-img-1-1024x576.jpg\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/background-img-1.jpg\",\"height\":1080,\"width\":1920,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"backgroundImageColor\":\"rgba(42,42,42,0.65)\",\"topPaddingDesktop\":144,\"bottomPaddingDesktop\":144,\"leftPaddingDesktop\":40,\"rightPaddingDesktop\":40,\"topPaddingTablet\":80,\"bottomPaddingTablet\":80,\"leftPaddingTablet\":40,\"rightPaddingTablet\":40,\"topPaddingMobile\":64,\"bottomPaddingMobile\":64,\"leftPaddingMobile\":24,\"rightPaddingMobile\":24,\"paddingLink\":false,\"variationSelected\":true,\"isBlockRootParent\":true,\"overlayType\":\"color\"} -->\n<div class=\"wp-block-uagb-container uagb-block-b969f9f0 alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/advanced-heading {\"block_id\":\"8723946b\",\"classMigrate\":true,\"headingDescToggle\":true,\"headingAlign\":\"center\",\"headingColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"subHeadingColor\":\"var(\\u002d\\u002dast-global-color-4)\",\"headSpace\":20} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-8723946b\"><h2 class=\"uagb-heading-text\">Plan an Unforgettable Experience in Mykonos Today!</h2><p class=\"uagb-desc-text\">We can help you fit your stay and experience within your allotted budget.</p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/advanced-heading {\"block_id\":\"9a190df8\",\"classMigrate\":true,\"headingTitleToggle\":false,\"headingDescToggle\":true,\"headingAlign\":\"center\",\"subHeadingColor\":\"var(\\u002d\\u002dast-global-color-4)\",\"subHeadTransform\":\"uppercase\",\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"subHeadLetterSpacing\":2,\"blockTopPadding\":60,\"blockRightPadding\":0,\"blockLeftPadding\":0,\"blockBottomPadding\":0,\"blockTopPaddingMobile\":30,\"blockRightPaddingMobile\":0,\"blockLeftPaddingMobile\":0,\"blockBottomPaddingMobile\":0} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-9a190df8\"><p class=\"uagb-desc-text\">BOOK YOUR STAY NOW​</p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/icon-list {\"block_id\":\"6505d674\",\"classMigrate\":true,\"childMigrate\":true,\"align\":\"center\",\"parentIcon\":\"phone\",\"size\":40,\"sizeMobile\":24,\"sizeTablet\":32,\"fontSize\":48,\"fontSizeMobile\":28,\"fontSizeTablet\":40,\"fontWeight\":\"600\",\"iconColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"labelColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"blockTopPadding\":0,\"blockRightPadding\":0,\"blockLeftPadding\":0,\"blockBottomPadding\":24,\"blockPaddingLink\":false} -->\n<div class=\"wp-block-uagb-icon-list uagb-block-6505d674\"><div class=\"uagb-icon-list__wrap\"><!-- wp:uagb/icon-list-child {\"block_id\":\"ca98f6cb\",\"label\":\"+1-123 456 7890​\",\"label_color\":\"\",\"fromParentIcon\":\"phone\",\"imageSizeChild\":40} -->\n<div class=\"wp-block-uagb-icon-list-child uagb-block-ca98f6cb\"><span class=\"uagb-icon-list__source-wrap\"><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M511.2 387l-23.25 100.8c-3.266 14.25-15.79 24.22-30.46 24.22C205.2 512 0 306.8 0 54.5c0-14.66 9.969-27.2 24.22-30.45l100.8-23.25C139.7-2.602 154.7 5.018 160.8 18.92l46.52 108.5c5.438 12.78 1.77 27.67-8.98 36.45L144.5 207.1c33.98 69.22 90.26 125.5 159.5 159.5l44.08-53.8c8.688-10.78 23.69-14.51 36.47-8.975l108.5 46.51C506.1 357.2 514.6 372.4 511.2 387z\"></path></svg></span><span class=\"uagb-icon-list__label\">+1-123 456 7890​</span></div>\n<!-- /wp:uagb/icon-list-child --></div></div>\n<!-- /wp:uagb/icon-list --></div></div>\n<!-- /wp:uagb/container -->',	'Home',	'',	'inherit',	'closed',	'closed',	'',	'760-revision-v1',	'',	'',	'2022-12-13 10:51:50',	'2022-12-13 10:51:50',	'',	760,	'https://blueroan.netgen.cloud/?p=821',	0,	'revision',	'',	0),
(823,	2,	'2022-12-13 10:53:54',	'2022-12-13 10:53:54',	'<!-- wp:uagb/container {\"block_id\":\"c756627f\",\"minHeightDesktop\":95,\"minHeightTablet\":70,\"minHeightMobile\":80,\"minHeightType\":\"vh\",\"alignItemsDesktop\":\"flex-start\",\"backgroundType\":\"image\",\"backgroundImageDesktop\":{\"uploading\":false,\"date\":1670921854000,\"filename\":\"Blue-Roan-pool.jpg\",\"menuOrder\":0,\"uploadedTo\":760,\"type\":\"image\",\"subtype\":\"jpeg\",\"id\":784,\"title\":\"Blue Roan - pool\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Blue-Roan-pool.jpg\",\"link\":\"https://blueroan.netgen.cloud/home/blue-roan-pool/\",\"alt\":\"\",\"author\":\"2\",\"description\":\"\",\"caption\":\"\",\"name\":\"blue-roan-pool\",\"status\":\"inherit\",\"modified\":1670921854000,\"mime\":\"image/jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-includes/images/media/default.png\",\"dateFormatted\":\"December 13, 2022\",\"nonces\":{\"update\":\"51a12ed09e\",\"delete\":\"5174068551\",\"edit\":\"1de0721407\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=784\\u0026action=edit\",\"meta\":false,\"authorName\":\"Netgen Support\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/profile.php\",\"uploadedToTitle\":\"Home\",\"uploadedToLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=760\\u0026action=edit\",\"filesizeInBytes\":154801,\"filesizeHumanReadable\":\"151 KB\",\"context\":\"\",\"height\":667,\"width\":1000,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Blue-Roan-pool-150x150.jpg\",\"orientation\":\"landscape\"},\"medium\":{\"height\":200,\"width\":300,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Blue-Roan-pool-300x200.jpg\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Blue-Roan-pool.jpg\",\"height\":667,\"width\":1000,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"backgroundPositionDesktop\":{\"x\":0.5,\"y\":0.25},\"backgroundImageColor\":\"rgba(42,42,42,0.35)\",\"topPaddingDesktop\":0,\"bottomPaddingDesktop\":0,\"leftPaddingDesktop\":40,\"rightPaddingDesktop\":40,\"topPaddingTablet\":120,\"bottomPaddingTablet\":120,\"leftPaddingTablet\":40,\"rightPaddingTablet\":40,\"topPaddingMobile\":150,\"bottomPaddingMobile\":150,\"leftPaddingMobile\":20,\"rightPaddingMobile\":20,\"paddingLink\":false,\"variationSelected\":true,\"isBlockRootParent\":true,\"overlayType\":\"color\",\"minHeightTypeTablet\":\"vh\",\"minHeightTypeMobile\":\"vh\"} -->\n<div class=\"wp-block-uagb-container uagb-block-c756627f alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/info-box {\"classMigrate\":true,\"headingAlign\":\"left\",\"headingColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"subHeadingColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"headingTag\":\"h1\",\"subHeadFontSize\":17,\"subHeadFontSizeMobile\":15,\"headSpace\":20,\"subHeadSpace\":40,\"block_id\":\"1dcd9540\",\"ctaIcon\":\"\",\"ctaType\":\"button\",\"ctaText\":\"Book Your Stay Now\",\"ctaLink\":\"#\",\"ctaBtnLinkColor\":\"var(\\u002d\\u002dast-global-color-2)\",\"ctaLinkHoverColor\":\"var(\\u002d\\u002dast-global-color-2)\",\"ctaBgColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"ctaBgHoverColor\":\"var(\\u002d\\u002dast-global-color-4)\",\"ctaBorderColor\":\"\",\"ctaBorderStyle\":\"\",\"ctaBorderWidth\":\"\",\"ctaBorderRadius\":\"\",\"iconImage\":{\"url\":\"\",\"alt\":\"InfoBox placeholder img\"},\"showIcon\":false,\"paddingBtnTop\":18,\"paddingBtnBottom\":18,\"paddingBtnLeft\":34,\"paddingBtnRight\":34,\"blockTopPadding\":0,\"blockRightPadding\":40,\"blockLeftPadding\":0,\"blockBottomPadding\":0,\"blockTopPaddingTablet\":0,\"blockRightPaddingTablet\":64,\"blockLeftPaddingTablet\":0,\"blockBottomPaddingTablet\":0,\"blockTopPaddingMobile\":0,\"blockRightPaddingMobile\":0,\"blockLeftPaddingMobile\":0,\"blockBottomPaddingMobile\":0,\"blockPaddingUnit\":\"%\",\"blockPaddingLink\":false,\"subHeadMarginTopTablet\":0,\"subHeadMarginRightTablet\":64,\"subHeadTabletSpace\":40,\"subHeadMarginLeftTablet\":0,\"subHeadMarginTopMobile\":0,\"subHeadMarginRightMobile\":0,\"subHeadMobileSpace\":40,\"subHeadMarginLeftMobile\":0,\"btnBorderTopWidth\":1,\"btnBorderLeftWidth\":1,\"btnBorderRightWidth\":1,\"btnBorderBottomWidth\":1,\"btnBorderTopLeftRadius\":0,\"btnBorderTopRightRadius\":0,\"btnBorderBottomLeftRadius\":0,\"btnBorderBottomRightRadius\":0,\"btnBorderStyle\":\"none\",\"btnBorderColor\":\"#333\"} -->\n<div class=\"wp-block-uagb-info-box uagb-block-1dcd9540 uagb-infobox__content-wrap  uagb-infobox-icon-above-title uagb-infobox-image-valign-top\"><div class=\"uagb-ifb-content\"><div class=\"uagb-ifb-title-wrap\"><h1 class=\"uagb-ifb-title\"><strong>Magaliesburg pet friendly self-catering accommodation</strong></h1></div><p class=\"uagb-ifb-desc\">Romantic pet-friendly self-catering accommodation in Magaliesburg, Gauteng.</p><div class=\"uagb-ifb-button-wrapper wp-block-button\"><a href=\"#\" class=\"uagb-infobox-cta-link wp-block-button__link\" target=\"_self\" rel=\"noopener noreferrer\" alt=\"\"><span class=\"uagb-inline-editing\">Book Your Stay Now</span></a></div></div></div>\n<!-- /wp:uagb/info-box --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"3cfb0981\",\"directionDesktop\":\"row\",\"directionMobile\":\"column-reverse\",\"alignItemsDesktop\":\"flex-start\",\"backgroundType\":\"color\",\"backgroundSizeTablet\":\"cover\",\"backgroundSizeMobile\":\"cover\",\"backgroundColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"topPaddingDesktop\":0,\"bottomPaddingDesktop\":0,\"topPaddingTablet\":80,\"bottomPaddingTablet\":80,\"leftPaddingTablet\":40,\"rightPaddingTablet\":40,\"topPaddingMobile\":64,\"bottomPaddingMobile\":64,\"leftPaddingMobile\":24,\"rightPaddingMobile\":24,\"paddingLink\":false,\"variationSelected\":true,\"rowGapDesktop\":0,\"columnGapDesktop\":0,\"columnGapTablet\":50,\"isBlockRootParent\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-3cfb0981 alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:image {\"align\":\"center\",\"id\":794,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image aligncenter size-full\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/210-2108726_too-great-for-us-tourism-grading-council-of-south-5.png\" alt=\"\" class=\"wp-image-794\"/></figure>\n<!-- /wp:image --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"aab73768\",\"directionDesktop\":\"row\",\"directionMobile\":\"column-reverse\",\"alignItemsDesktop\":\"flex-start\",\"backgroundType\":\"color\",\"backgroundSizeTablet\":\"cover\",\"backgroundSizeMobile\":\"cover\",\"backgroundColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"topPaddingDesktop\":60,\"bottomPaddingDesktop\":60,\"topPaddingTablet\":80,\"bottomPaddingTablet\":80,\"leftPaddingTablet\":40,\"rightPaddingTablet\":40,\"topPaddingMobile\":64,\"bottomPaddingMobile\":64,\"leftPaddingMobile\":24,\"rightPaddingMobile\":24,\"paddingLink\":false,\"variationSelected\":true,\"columnGapDesktop\":60,\"columnGapTablet\":50,\"isBlockRootParent\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-aab73768 alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/container {\"block_id\":\"70b3dcbf\",\"widthDesktop\":50,\"variationSelected\":true,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-70b3dcbf\"><!-- wp:image {\"id\":797,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-13.jpg\" alt=\"\" class=\"wp-image-797\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The Blue Roan Country Lodge is situated just 5 minutes from the village of Magaliesburg on a tar road so easy access for all cars.  We have panoramic views of the Magaliesberg mountain range and our farm is the perfect place for a relaxing getaway in the country.  As we are only 70 km from JHB and Pretoria, it is only an hour’s drive.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:buttons -->\n<div class=\"wp-block-buttons\"><!-- wp:button -->\n<div class=\"wp-block-button\"><a class=\"wp-block-button__link wp-element-button\" href=\"/accomodation/\">View accomodation</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"f0ea1334\",\"widthDesktop\":50,\"leftPaddingDesktop\":0,\"paddingLink\":false,\"variationSelected\":true,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-f0ea1334\"><!-- wp:uagb/advanced-heading {\"block_id\":\"6d66c08b\",\"classMigrate\":true,\"headingDescToggle\":true,\"subHeadingColor\":\"\",\"headSpace\":20,\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-6d66c08b\"><h2 class=\"uagb-heading-text\"><strong>Blue Roan is a 4-star graded pet-friendly venue</strong></h2><p class=\"uagb-desc-text\">Our goal is to provide high-quality, romantic, comfortable, and affordable self-catering accommodation on the outskirts of the village of &nbsp;Magaliesburg. &nbsp;For animal lovers, we are also&nbsp;pet-friendly&nbsp;by arrangement in most of the units all of which have their own fully fenced and gated private grassy gardens.</p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/image {\"block_id\":\"9804c697\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/hammock-in-the-garden.jpg\",\"align\":\"left\",\"id\":799,\"linkDestination\":\"none\",\"naturalWidth\":600,\"naturalHeight\":400,\"sizeSlug\":\"full\",\"sizeSlugTablet\":\"full\",\"sizeSlugMobile\":\"full\",\"imageTopMargin\":20,\"imageRightMargin\":0,\"imageLeftMargin\":0,\"imageBottomMargin\":0,\"imageTopMarginMobile\":0,\"imageRightMarginMobile\":0,\"imageLeftMarginMobile\":0,\"imageBottomMarginMobile\":0,\"imageMarginLink\":false} -->\n<div class=\"wp-block-uagb-image uagb-block-9804c697 wp-block-uagb-image--layout-default wp-block-uagb-image--effect-static wp-block-uagb-image--align-left\"><figure class=\"wp-block-uagb-image__figure\"><img srcset=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/hammock-in-the-garden.jpg \" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/hammock-in-the-garden.jpg\" alt=\"\" class=\"uag-image-799\" width=\"\" height=\"\" title=\"\" loading=\"lazy\"/></figure></div>\n<!-- /wp:uagb/image --></div>\n<!-- /wp:uagb/container --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"bc3ecab0\",\"backgroundType\":\"color\",\"backgroundSizeTablet\":\"cover\",\"backgroundSizeMobile\":\"cover\",\"backgroundColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"topPaddingDesktop\":50,\"bottomPaddingDesktop\":100,\"topPaddingTablet\":50,\"bottomPaddingTablet\":25,\"leftPaddingTablet\":20,\"rightPaddingTablet\":20,\"topPaddingMobile\":50,\"bottomPaddingMobile\":20,\"leftPaddingMobile\":20,\"rightPaddingMobile\":20,\"paddingLink\":false,\"variationSelected\":true,\"rowGapDesktop\":0,\"isBlockRootParent\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-bc3ecab0 alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/container {\"block_id\":\"f2c66802\",\"directionDesktop\":\"row\",\"alignItemsDesktop\":\"flex-end\",\"alignItemsTablet\":\"flex-end\",\"justifyContentDesktop\":\"flex-end\",\"justifyContentTablet\":\"space-between\",\"variationSelected\":true,\"rowGapMobile\":30,\"columnGapDesktop\":0} -->\n<div class=\"wp-block-uagb-container uagb-block-f2c66802\"><!-- wp:uagb/advanced-heading {\"block_id\":\"6520c32c\",\"classMigrate\":true,\"headingDescToggle\":true,\"subHeadingColor\":\"\",\"headSpace\":20,\"subHeadFontSize\":16} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-6520c32c\"><h2 class=\"uagb-heading-text\">Amenities &amp; Facilities​</h2><p class=\"uagb-desc-text\">If you are looking for a relaxing, refreshing and rejuvenating experience altogether, we offer all of that under one roof.</p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/buttons {\"block_id\":\"a36b52c7\",\"classMigrate\":true,\"childMigrate\":true,\"align\":\"right\",\"alignTablet\":\"right\",\"alignMobile\":\"left\",\"gap\":0} -->\n<div class=\"wp-block-uagb-buttons uagb-buttons__outer-wrap uagb-btn__default-btn uagb-btn-tablet__default-btn uagb-btn-mobile__default-btn uagb-block-a36b52c7\"><div class=\"uagb-buttons__wrap uagb-buttons-layout-wrap\"><!-- wp:uagb/buttons-child {\"block_id\":\"a0ae79a4\",\"label\":\"View All\",\"link\":\"#\",\"hColor\":\"\",\"borderWidth\":\"\",\"borderRadius\":\"\",\"borderStyle\":\"\",\"borderColor\":\"\",\"borderHColor\":\"\",\"btnBorderTopWidth\":1,\"btnBorderLeftWidth\":1,\"btnBorderRightWidth\":1,\"btnBorderBottomWidth\":1,\"btnBorderTopLeftRadius\":2,\"btnBorderTopRightRadius\":2,\"btnBorderBottomLeftRadius\":2,\"btnBorderBottomRightRadius\":2,\"btnBorderStyle\":\"solid\",\"btnBorderColor\":\"#333\",\"btnBorderHColor\":\"#333\"} -->\n<div class=\"wp-block-uagb-buttons-child uagb-buttons__outer-wrap uagb-block-a0ae79a4 wp-block-button is-style-outline\"><div class=\"uagb-button__wrapper\"><a class=\"uagb-buttons-repeater wp-block-button__link\" href=\"#\" rel=\"follow noopener\" target=\"_self\"><div class=\"uagb-button__link\">View All</div></a></div></div>\n<!-- /wp:uagb/buttons-child --></div></div>\n<!-- /wp:uagb/buttons --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"b512dbb1\",\"directionDesktop\":\"row\",\"alignItemsTablet\":\"flex-start\",\"paddingLink\":false,\"topMarginDesktop\":50,\"bottomMarginDesktop\":20,\"leftMarginDesktop\":0,\"rightMarginDesktop\":0,\"marginLink\":false,\"variationSelected\":true,\"rowGapMobile\":65,\"columnGapDesktop\":48,\"columnGapTablet\":20} -->\n<div class=\"wp-block-uagb-container uagb-block-b512dbb1\"><!-- wp:uagb/info-box {\"classMigrate\":true,\"headingAlign\":\"left\",\"headingColor\":\"\",\"subHeadingColor\":\"\",\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"source_type\":\"image\",\"block_id\":\"7a6deb7b\",\"ctaType\":\"text\",\"ctaText\":\"READ MORE\",\"ctaLinkColor\":\"var(\\u002d\\u002dast-global-color-0)\",\"ctaDecoration\":\"underline\",\"ctaFontSize\":12,\"ctaFontWeight\":\"600\",\"ctaLetterSpacing\":2,\"ctaBorderColor\":\"\",\"ctaBorderStyle\":\"\",\"ctaBorderWidth\":\"\",\"ctaBorderRadius\":\"\",\"iconBottomMargin\":30,\"iconImage\":{\"id\":90,\"title\":\"swimming-pool\",\"filename\":\"swimming-pool.jpg\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/swimming-pool.jpg\",\"link\":\"https://blueroan.netgen.cloud/swimming-pool/\",\"alt\":\"\",\"author\":\"34\",\"description\":\"\",\"caption\":\"\",\"name\":\"swimming-pool\",\"status\":\"inherit\",\"uploadedTo\":0,\"date\":\"2021-05-07T14:28:45.000Z\",\"modified\":\"2021-05-07T14:28:45.000Z\",\"menuOrder\":0,\"mime\":\"image/jpeg\",\"type\":\"image\",\"subtype\":\"jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/default.png\",\"dateFormatted\":\"May 7, 2021\",\"nonces\":{\"update\":\"971c957832\",\"delete\":\"8fb57461ba\",\"edit\":\"e9a8bb1d06\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=90\\u0026action=edit\",\"meta\":false,\"authorName\":\"Rishabh\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/user-edit.php?user_id=34\",\"filesizeInBytes\":29663,\"filesizeHumanReadable\":\"29 KB\",\"context\":\"\",\"height\":440,\"width\":370,\"orientation\":\"portrait\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/swimming-pool-150x150.jpg\",\"orientation\":\"landscape\"},\"medium\":{\"height\":300,\"width\":252,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/swimming-pool-252x300-1.jpg\",\"orientation\":\"portrait\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/swimming-pool.jpg\",\"height\":440,\"width\":370,\"orientation\":\"portrait\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"imageSize\":\"full\",\"imageWidth\":100,\"imageWidthMobile\":100,\"imageWidthTablet\":100,\"paddingBtnTop\":10,\"paddingBtnBottom\":10,\"paddingBtnLeft\":14,\"paddingBtnRight\":14,\"imageWidthUnit\":\"%\",\"imageWidthUnitTablet\":\"%\",\"imageWidthUnitMobile\":\"%\",\"subHeadTopMargin\":0,\"subHeadRightMargin\":40,\"subHeadLeftMargin\":0,\"subHeadMarginTopTablet\":0,\"subHeadMarginRightTablet\":0,\"subHeadTabletSpace\":20,\"subHeadMarginLeftTablet\":0,\"imgTagHeight\":118,\"imgTagWidth\":370,\"btnBorderTopWidth\":1,\"btnBorderLeftWidth\":1,\"btnBorderRightWidth\":1,\"btnBorderBottomWidth\":1,\"btnBorderTopLeftRadius\":0,\"btnBorderTopRightRadius\":0,\"btnBorderBottomLeftRadius\":0,\"btnBorderBottomRightRadius\":0,\"btnBorderStyle\":\"solid\",\"btnBorderColor\":\"#333\"} -->\n<div class=\"wp-block-uagb-info-box uagb-block-7a6deb7b uagb-infobox__content-wrap  uagb-infobox-icon-above-title uagb-infobox-image-valign-top\"><div class=\"uagb-ifb-content\"><div class=\"uagb-ifb-image-content\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/swimming-pool.jpg\" alt=\"\" width=\"100\" height=\"118\" loading=\"lazy\"/></div><div class=\"uagb-ifb-title-wrap\"><h3 class=\"uagb-ifb-title\">An Infinite-edge Pool​</h3></div><p class=\"uagb-ifb-desc\">Experience the joy of swimming in our infinity-edge pool that gives you a nice picturesque view.</p><div class=\"uagb-ifb-button-wrapper wp-block-button\"><a href=\"\" target=\"_self\" class=\"uagb-infobox-cta-link uagb-disable-link\" rel=\"noopener noreferrer\" alt=\"\"><span class=\"uagb-inline-editing\">READ MORE</span><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M504.3 273.6l-112.1 104c-6.992 6.484-17.18 8.218-25.94 4.406c-8.758-3.812-14.42-12.45-14.42-21.1L351.9 288H32C14.33 288 .0002 273.7 .0002 255.1S14.33 224 32 224h319.9l0-72c0-9.547 5.66-18.19 14.42-22c8.754-3.809 18.95-2.075 25.94 4.41l112.1 104C514.6 247.9 514.6 264.1 504.3 273.6z\"></path></svg></a></div></div></div>\n<!-- /wp:uagb/info-box -->\n\n<!-- wp:uagb/info-box {\"classMigrate\":true,\"headingAlign\":\"left\",\"headingColor\":\"\",\"subHeadingColor\":\"\",\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"source_type\":\"image\",\"block_id\":\"bbf31ee3\",\"ctaType\":\"text\",\"ctaText\":\"READ MORE\",\"ctaLinkColor\":\"var(\\u002d\\u002dast-global-color-0)\",\"ctaDecoration\":\"underline\",\"ctaFontSize\":12,\"ctaFontWeight\":\"600\",\"ctaLetterSpacing\":2,\"ctaBorderColor\":\"\",\"ctaBorderStyle\":\"\",\"ctaBorderWidth\":\"\",\"ctaBorderRadius\":\"\",\"iconBottomMargin\":30,\"iconImage\":{\"id\":235,\"title\":\"spa\",\"filename\":\"spa.jpg\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/spa.jpg\",\"link\":\"https://blueroan.netgen.cloud/spa/\",\"alt\":\"\",\"author\":\"34\",\"description\":\"\",\"caption\":\"\",\"name\":\"spa\",\"status\":\"inherit\",\"uploadedTo\":0,\"date\":\"2021-05-11T10:14:20.000Z\",\"modified\":\"2021-05-11T10:14:20.000Z\",\"menuOrder\":0,\"mime\":\"image/jpeg\",\"type\":\"image\",\"subtype\":\"jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/default.png\",\"dateFormatted\":\"May 11, 2021\",\"nonces\":{\"update\":\"580ee12d5e\",\"delete\":\"261a8e7a22\",\"edit\":\"6139a47c8c\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=235\\u0026action=edit\",\"meta\":false,\"authorName\":\"Rishabh\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/user-edit.php?user_id=34\",\"filesizeInBytes\":27664,\"filesizeHumanReadable\":\"27 KB\",\"context\":\"\",\"height\":440,\"width\":370,\"orientation\":\"portrait\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/spa-150x150.jpg\",\"orientation\":\"landscape\"},\"medium\":{\"height\":300,\"width\":252,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/spa-252x300-1.jpg\",\"orientation\":\"portrait\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/spa.jpg\",\"height\":440,\"width\":370,\"orientation\":\"portrait\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"imageSize\":\"full\",\"imageWidth\":100,\"imageWidthMobile\":100,\"imageWidthTablet\":100,\"paddingBtnTop\":10,\"paddingBtnBottom\":10,\"paddingBtnLeft\":14,\"paddingBtnRight\":14,\"imageWidthUnit\":\"%\",\"imageWidthUnitTablet\":\"%\",\"imageWidthUnitMobile\":\"%\",\"subHeadTopMargin\":0,\"subHeadRightMargin\":40,\"subHeadLeftMargin\":0,\"subHeadMarginTopTablet\":0,\"subHeadMarginRightTablet\":0,\"subHeadTabletSpace\":20,\"subHeadMarginLeftTablet\":0,\"imgTagHeight\":118,\"imgTagWidth\":370,\"btnBorderTopWidth\":1,\"btnBorderLeftWidth\":1,\"btnBorderRightWidth\":1,\"btnBorderBottomWidth\":1,\"btnBorderTopLeftRadius\":0,\"btnBorderTopRightRadius\":0,\"btnBorderBottomLeftRadius\":0,\"btnBorderBottomRightRadius\":0,\"btnBorderStyle\":\"solid\",\"btnBorderColor\":\"#333\"} -->\n<div class=\"wp-block-uagb-info-box uagb-block-bbf31ee3 uagb-infobox__content-wrap  uagb-infobox-icon-above-title uagb-infobox-image-valign-top\"><div class=\"uagb-ifb-content\"><div class=\"uagb-ifb-image-content\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/spa.jpg\" alt=\"\" width=\"100\" height=\"118\" loading=\"lazy\"/></div><div class=\"uagb-ifb-title-wrap\"><h3 class=\"uagb-ifb-title\">An Iconic Spa​</h3></div><p class=\"uagb-ifb-desc\">Set forth on an exquisite wellness journey to refresh, re-energize and rejuvenate at our iconic spa.</p><div class=\"uagb-ifb-button-wrapper wp-block-button\"><a href=\"\" target=\"_self\" class=\"uagb-infobox-cta-link uagb-disable-link\" rel=\"noopener noreferrer\" alt=\"\"><span class=\"uagb-inline-editing\">READ MORE</span><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M504.3 273.6l-112.1 104c-6.992 6.484-17.18 8.218-25.94 4.406c-8.758-3.812-14.42-12.45-14.42-21.1L351.9 288H32C14.33 288 .0002 273.7 .0002 255.1S14.33 224 32 224h319.9l0-72c0-9.547 5.66-18.19 14.42-22c8.754-3.809 18.95-2.075 25.94 4.41l112.1 104C514.6 247.9 514.6 264.1 504.3 273.6z\"></path></svg></a></div></div></div>\n<!-- /wp:uagb/info-box -->\n\n<!-- wp:uagb/info-box {\"classMigrate\":true,\"headingAlign\":\"left\",\"headingColor\":\"\",\"subHeadingColor\":\"\",\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"source_type\":\"image\",\"block_id\":\"75ce4f71\",\"ctaType\":\"text\",\"ctaText\":\"READ MORE\",\"ctaLinkColor\":\"var(\\u002d\\u002dast-global-color-0)\",\"ctaDecoration\":\"underline\",\"ctaFontSize\":12,\"ctaFontWeight\":\"600\",\"ctaLetterSpacing\":2,\"ctaBorderColor\":\"\",\"ctaBorderStyle\":\"\",\"ctaBorderWidth\":\"\",\"ctaBorderRadius\":\"\",\"iconBottomMargin\":30,\"iconImage\":{\"id\":115,\"title\":\"rooms\",\"filename\":\"rooms.jpg\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/rooms.jpg\",\"link\":\"https://blueroan.netgen.cloud/rooms-2/\",\"alt\":\"\",\"author\":\"34\",\"description\":\"\",\"caption\":\"\",\"name\":\"rooms-2\",\"status\":\"inherit\",\"uploadedTo\":0,\"date\":\"2021-05-11T04:53:41.000Z\",\"modified\":\"2021-05-11T04:53:41.000Z\",\"menuOrder\":0,\"mime\":\"image/jpeg\",\"type\":\"image\",\"subtype\":\"jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/default.png\",\"dateFormatted\":\"May 11, 2021\",\"nonces\":{\"update\":\"4e23be63e1\",\"delete\":\"0c10fb0869\",\"edit\":\"714e3ba079\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=115\\u0026action=edit\",\"meta\":false,\"authorName\":\"Rishabh\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/user-edit.php?user_id=34\",\"filesizeInBytes\":31085,\"filesizeHumanReadable\":\"30 KB\",\"context\":\"\",\"height\":440,\"width\":370,\"orientation\":\"portrait\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/rooms-150x150.jpg\",\"orientation\":\"landscape\"},\"medium\":{\"height\":300,\"width\":252,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/rooms-252x300-1.jpg\",\"orientation\":\"portrait\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/rooms.jpg\",\"height\":440,\"width\":370,\"orientation\":\"portrait\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"imageSize\":\"full\",\"imageWidth\":100,\"imageWidthMobile\":100,\"imageWidthTablet\":100,\"paddingBtnTop\":10,\"paddingBtnBottom\":10,\"paddingBtnLeft\":14,\"paddingBtnRight\":14,\"imageWidthUnit\":\"%\",\"imageWidthUnitTablet\":\"%\",\"imageWidthUnitMobile\":\"%\",\"subHeadTopMargin\":0,\"subHeadRightMargin\":40,\"subHeadLeftMargin\":0,\"subHeadMarginTopTablet\":0,\"subHeadMarginRightTablet\":0,\"subHeadTabletSpace\":20,\"subHeadMarginLeftTablet\":0,\"imgTagHeight\":118,\"imgTagWidth\":370,\"btnBorderTopWidth\":1,\"btnBorderLeftWidth\":1,\"btnBorderRightWidth\":1,\"btnBorderBottomWidth\":1,\"btnBorderTopLeftRadius\":0,\"btnBorderTopRightRadius\":0,\"btnBorderBottomLeftRadius\":0,\"btnBorderBottomRightRadius\":0,\"btnBorderStyle\":\"solid\",\"btnBorderColor\":\"#333\"} -->\n<div class=\"wp-block-uagb-info-box uagb-block-75ce4f71 uagb-infobox__content-wrap  uagb-infobox-icon-above-title uagb-infobox-image-valign-top\"><div class=\"uagb-ifb-content\"><div class=\"uagb-ifb-image-content\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/rooms.jpg\" alt=\"\" width=\"100\" height=\"118\" loading=\"lazy\"/></div><div class=\"uagb-ifb-title-wrap\"><h3 class=\"uagb-ifb-title\">In-house Restaurants​</h3></div><p class=\"uagb-ifb-desc\">We have three in-house restaurants offering different cuisines that you can choose from.</p><div class=\"uagb-ifb-button-wrapper wp-block-button\"><a href=\"\" target=\"_self\" class=\"uagb-infobox-cta-link uagb-disable-link\" rel=\"noopener noreferrer\" alt=\"\"><span class=\"uagb-inline-editing\">READ MORE</span><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M504.3 273.6l-112.1 104c-6.992 6.484-17.18 8.218-25.94 4.406c-8.758-3.812-14.42-12.45-14.42-21.1L351.9 288H32C14.33 288 .0002 273.7 .0002 255.1S14.33 224 32 224h319.9l0-72c0-9.547 5.66-18.19 14.42-22c8.754-3.809 18.95-2.075 25.94 4.41l112.1 104C514.6 247.9 514.6 264.1 504.3 273.6z\"></path></svg></a></div></div></div>\n<!-- /wp:uagb/info-box --></div>\n<!-- /wp:uagb/container --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"360e92f7\",\"backgroundType\":\"color\",\"backgroundSizeTablet\":\"cover\",\"backgroundSizeMobile\":\"cover\",\"backgroundColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"bottomPaddingDesktop\":104,\"leftPaddingDesktop\":40,\"rightPaddingDesktop\":40,\"topPaddingTablet\":80,\"bottomPaddingTablet\":80,\"leftPaddingTablet\":40,\"rightPaddingTablet\":40,\"topPaddingMobile\":64,\"bottomPaddingMobile\":64,\"leftPaddingMobile\":24,\"rightPaddingMobile\":24,\"paddingLink\":false,\"variationSelected\":true,\"rowGapDesktop\":0,\"isBlockRootParent\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-360e92f7 alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/advanced-heading {\"block_id\":\"c0f3a005\",\"classMigrate\":true,\"headingDescToggle\":true,\"headingAlign\":\"center\",\"headingAlignMobile\":\"left\",\"subHeadingColor\":\"\",\"headSpace\":20,\"subHeadFontSize\":16,\"blockBottomPadding\":20} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-c0f3a005\"><h2 class=\"uagb-heading-text\">Our Inside Pictures​</h2><p class=\"uagb-desc-text\">Take a look at some pretty pictures captured in and around our premises.</p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/container {\"block_id\":\"ef7839b8\",\"directionDesktop\":\"row\",\"alignItemsDesktop\":\"flex-start\",\"topMarginDesktop\":20,\"bottomMarginDesktop\":0,\"leftMarginDesktop\":0,\"rightMarginDesktop\":0,\"marginLink\":false,\"variationSelected\":true,\"rowGapMobile\":24,\"columnGapDesktop\":24,\"columnGapTablet\":20} -->\n<div class=\"wp-block-uagb-container uagb-block-ef7839b8\"><!-- wp:uagb/container {\"block_id\":\"f8eb3c87\",\"widthDesktop\":32,\"variationSelected\":true,\"rowGapDesktop\":24,\"rowGapTablet\":20,\"rowGapMobile\":24,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-f8eb3c87\"><!-- wp:uagb/image {\"block_id\":\"c4c12cb4\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/gallery-1.jpg\",\"id\":105,\"linkDestination\":\"none\",\"width\":388,\"height\":240,\"naturalWidth\":388,\"naturalHeight\":240,\"sizeSlug\":\"full\",\"sizeSlugTablet\":\"full\",\"sizeSlugMobile\":\"full\"} -->\n<div class=\"wp-block-uagb-image uagb-block-c4c12cb4 wp-block-uagb-image--layout-default wp-block-uagb-image--effect-static wp-block-uagb-image--align-none\"><figure class=\"wp-block-uagb-image__figure\"><img srcset=\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/gallery-1.jpg \" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/gallery-1.jpg\" alt=\"\" class=\"uag-image-105\" width=\"388\" height=\"240\" title=\"\" loading=\"lazy\"/></figure></div>\n<!-- /wp:uagb/image -->\n\n<!-- wp:uagb/image {\"block_id\":\"a257b706\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/gallery-6.jpg\",\"id\":110,\"linkDestination\":\"none\",\"naturalWidth\":388,\"naturalHeight\":240,\"sizeSlug\":\"full\",\"sizeSlugTablet\":\"full\",\"sizeSlugMobile\":\"full\"} -->\n<div class=\"wp-block-uagb-image uagb-block-a257b706 wp-block-uagb-image--layout-default wp-block-uagb-image--effect-static wp-block-uagb-image--align-none\"><figure class=\"wp-block-uagb-image__figure\"><img srcset=\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/gallery-6.jpg \" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/gallery-6.jpg\" alt=\"\" class=\"uag-image-110\" width=\"\" height=\"\" title=\"\" loading=\"lazy\"/></figure></div>\n<!-- /wp:uagb/image --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"820a3e2e\",\"widthDesktop\":67,\"variationSelected\":true,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-820a3e2e\"><!-- wp:uagb/image {\"block_id\":\"a48f4541\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/gallery-2.jpg\",\"id\":106,\"linkDestination\":\"none\",\"width\":788,\"widthTablet\":780,\"height\":504,\"heightTablet\":0,\"naturalWidth\":788,\"naturalHeight\":504,\"sizeSlug\":\"full\",\"sizeSlugTablet\":\"full\",\"sizeSlugMobile\":\"full\",\"customHeightSetDesktop\":true} -->\n<div class=\"wp-block-uagb-image uagb-block-a48f4541 wp-block-uagb-image--layout-default wp-block-uagb-image--effect-static wp-block-uagb-image--align-none\"><figure class=\"wp-block-uagb-image__figure\"><img srcset=\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/gallery-2.jpg \" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/gallery-2.jpg\" alt=\"\" class=\"uag-image-106\" width=\"788\" height=\"504\" title=\"\" loading=\"lazy\"/></figure></div>\n<!-- /wp:uagb/image --></div>\n<!-- /wp:uagb/container --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"a99a15a5\",\"directionDesktop\":\"row\",\"alignItemsDesktop\":\"flex-start\",\"topMarginDesktop\":24,\"bottomMarginDesktop\":0,\"leftMarginDesktop\":0,\"rightMarginDesktop\":0,\"topMarginTablet\":20,\"bottomMarginTablet\":0,\"leftMarginTablet\":0,\"rightMarginTablet\":0,\"topMarginMobile\":24,\"bottomMarginMobile\":0,\"leftMarginMobile\":0,\"rightMarginMobile\":0,\"marginLink\":false,\"variationSelected\":true,\"columnGapDesktop\":24,\"columnGapTablet\":20} -->\n<div class=\"wp-block-uagb-container uagb-block-a99a15a5\"><!-- wp:uagb/container {\"block_id\":\"95cf7eaf\",\"widthDesktop\":67,\"variationSelected\":true,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-95cf7eaf\"><!-- wp:uagb/image {\"block_id\":\"1eb12d91\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/gallery-3.jpg\",\"id\":107,\"linkDestination\":\"none\",\"width\":788,\"height\":504,\"naturalWidth\":788,\"naturalHeight\":504,\"sizeSlug\":\"full\",\"sizeSlugTablet\":\"full\",\"sizeSlugMobile\":\"full\",\"customHeightSetDesktop\":true} -->\n<div class=\"wp-block-uagb-image uagb-block-1eb12d91 wp-block-uagb-image--layout-default wp-block-uagb-image--effect-static wp-block-uagb-image--align-none\"><figure class=\"wp-block-uagb-image__figure\"><img srcset=\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/gallery-3.jpg \" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/gallery-3.jpg\" alt=\"\" class=\"uag-image-107\" width=\"788\" height=\"504\" title=\"\" loading=\"lazy\"/></figure></div>\n<!-- /wp:uagb/image --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"38335c98\",\"widthDesktop\":32,\"variationSelected\":true,\"rowGapDesktop\":24,\"rowGapTablet\":20,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-38335c98\"><!-- wp:uagb/image {\"block_id\":\"a27d7357\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/gallery-5.jpg\",\"id\":109,\"linkDestination\":\"none\",\"width\":388,\"height\":240,\"naturalWidth\":388,\"naturalHeight\":240,\"sizeSlug\":\"full\",\"sizeSlugTablet\":\"full\",\"sizeSlugMobile\":\"full\"} -->\n<div class=\"wp-block-uagb-image uagb-block-a27d7357 wp-block-uagb-image--layout-default wp-block-uagb-image--effect-static wp-block-uagb-image--align-none\"><figure class=\"wp-block-uagb-image__figure\"><img srcset=\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/gallery-5.jpg \" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/gallery-5.jpg\" alt=\"\" class=\"uag-image-109\" width=\"388\" height=\"240\" title=\"\" loading=\"lazy\"/></figure></div>\n<!-- /wp:uagb/image -->\n\n<!-- wp:uagb/image {\"block_id\":\"7d117003\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/gallery-4.jpg\",\"id\":108,\"linkDestination\":\"none\",\"naturalWidth\":388,\"naturalHeight\":240,\"sizeSlug\":\"full\",\"sizeSlugTablet\":\"full\",\"sizeSlugMobile\":\"full\"} -->\n<div class=\"wp-block-uagb-image uagb-block-7d117003 wp-block-uagb-image--layout-default wp-block-uagb-image--effect-static wp-block-uagb-image--align-none\"><figure class=\"wp-block-uagb-image__figure\"><img srcset=\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/gallery-4.jpg \" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/gallery-4.jpg\" alt=\"\" class=\"uag-image-108\" width=\"\" height=\"\" title=\"\" loading=\"lazy\"/></figure></div>\n<!-- /wp:uagb/image --></div>\n<!-- /wp:uagb/container --></div>\n<!-- /wp:uagb/container --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"35fd2a3b\",\"backgroundType\":\"color\",\"backgroundSizeTablet\":\"cover\",\"backgroundSizeMobile\":\"cover\",\"backgroundColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"topPaddingDesktop\":40,\"bottomPaddingDesktop\":104,\"leftPaddingDesktop\":40,\"rightPaddingDesktop\":40,\"topPaddingTablet\":80,\"bottomPaddingTablet\":80,\"leftPaddingTablet\":40,\"rightPaddingTablet\":40,\"topPaddingMobile\":64,\"bottomPaddingMobile\":64,\"leftPaddingMobile\":24,\"rightPaddingMobile\":24,\"paddingLink\":false,\"variationSelected\":true,\"rowGapDesktop\":0,\"isBlockRootParent\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-35fd2a3b alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/advanced-heading {\"block_id\":\"5f09f651\",\"classMigrate\":true,\"headingDescToggle\":true,\"headingAlign\":\"center\",\"headingAlignMobile\":\"left\",\"subHeadingColor\":\"\",\"headSpace\":20,\"subHeadFontSize\":16,\"blockBottomPadding\":20} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-5f09f651\"><h2 class=\"uagb-heading-text\">What Our Guests Say​</h2><p class=\"uagb-desc-text\">We take pride in serving our guests with the best experience. Read what they say.</p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/container {\"block_id\":\"a3f07a04\",\"directionDesktop\":\"row\",\"topMarginDesktop\":40,\"bottomMarginDesktop\":0,\"leftMarginDesktop\":0,\"rightMarginDesktop\":0,\"marginLink\":false,\"variationSelected\":true,\"rowGapMobile\":40,\"columnGapDesktop\":90} -->\n<div class=\"wp-block-uagb-container uagb-block-a3f07a04\"><!-- wp:uagb/container {\"block_id\":\"4be9ecce\",\"widthDesktop\":50,\"variationSelected\":true,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-4be9ecce\"><!-- wp:uagb/star-rating {\"block_id\":\"98c69b58\",\"rating\":4.5,\"color\":\"var(\\u002d\\u002dast-global-color-2)\"} -->\n<div class=\"wp-block-uagb-star-rating uagb-block-98c69b58\"><div class=\"uag-star-rating\" title=\"4.5/5\"><span class=\"uag-star\">★</span><span class=\"uag-star\">★</span><span class=\"uag-star\">★</span><span class=\"uag-star\">★</span><span class=\"uag-star\">★</span></div></div>\n<!-- /wp:uagb/star-rating -->\n\n<!-- wp:uagb/testimonial {\"test_item_count\":1,\"classMigrate\":true,\"test_block\":[{\"description\":\"\\u0022Proin nulla mauris et volutpat adipiscing suspendisse vehicula blandit sagittis orci etiam morbi elit etiam semper eu lacus pretium hac nisl leo amet ullamcorper.\\u0022​\",\"name\":\"\\u003cstrong\\u003eEMILY HUNT​\\u003c/strong\\u003e\",\"company\":\"\",\"image\":{\"id\":119,\"title\":\"testimonial1\",\"filename\":\"testimonial1.jpg\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/testimonial1.jpg\",\"link\":\"https://blueroan.netgen.cloud/testimonial1/\",\"alt\":\"\",\"author\":\"34\",\"description\":\"\",\"caption\":\"\",\"name\":\"testimonial1\",\"status\":\"inherit\",\"uploadedTo\":0,\"date\":\"2021-05-11T05:02:02.000Z\",\"modified\":\"2021-05-11T05:02:02.000Z\",\"menuOrder\":0,\"mime\":\"image/jpeg\",\"type\":\"image\",\"subtype\":\"jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/default.png\",\"dateFormatted\":\"May 11, 2021\",\"nonces\":{\"update\":\"b92fe40c3d\",\"delete\":\"643c1eb8f1\",\"edit\":\"d3e7d56b1d\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=119\\u0026action=edit\",\"meta\":false,\"authorName\":\"Rishabh\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/user-edit.php?user_id=34\",\"filesizeInBytes\":11264,\"filesizeHumanReadable\":\"11 KB\",\"context\":\"\",\"height\":250,\"width\":250,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/testimonial1-150x150.jpg\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/testimonial1.jpg\",\"height\":250,\"width\":250,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}}}],\"headingAlign\":\"left\",\"headingAlignTablet\":\"left\",\"headingAlignMobile\":\"left\",\"descColor\":\"var(\\u002d\\u002dast-global-color-3)\",\"nameFontSize\":14,\"nameLineHeight\":1,\"descFontSize\":16,\"descFontWeight\":\"600\",\"nameSpace\":1,\"block_id\":\"6d419c5e\",\"iconImage\":{\"url\":\"\",\"alt\":\"InfoBox placeholder img\"},\"imageWidth\":32,\"columnGap\":1,\"borderStyle\":\"\",\"paddingTop\":0,\"paddingBottom\":0,\"paddingLeft\":0,\"paddingRight\":0,\"spacingLink\":true,\"imgpaddingTop\":0,\"imgpaddingRight\":15,\"imgpaddingBottom\":0,\"imgpaddingLeft\":0,\"overallBorderStyle\":\"none\",\"imgTagHeight\":32,\"imgTagWidth\":150} -->\n<div class=\"wp-block-uagb-testimonial uagb-slick-carousel uagb-tm__arrow-outside uagb-block-6d419c5e uagb-post__carousel_notset uagb-post__carousel_notset-tablet uagb-post__carousel_notset-mobile\"><div class=\"is-carousel uagb-tm__columns-1 uagb-tm__items\"><div class=\"uagb-testimonial__wrap  uagb-tm__imgicon-style-circle uagb-tm__image-position-bottom uagb-tm__bg-type-none \"><div class=\"uagb-tm__content\"><div class=\"uagb-tm__overlay\"></div><div class=\"uagb-tm__text-wrap\"><div class=\"uagb-tm__desc\">\"Proin nulla mauris et volutpat adipiscing suspendisse vehicula blandit sagittis orci etiam morbi elit etiam semper eu lacus pretium hac nisl leo amet ullamcorper.\"​</div><div class=\"uagb-tm__meta-inner\"><div class=\"uagb-tm__image-content\"><div class=\"uagb-tm__image\"><img class=\"uagb-tm-img-src\" src=\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/testimonial1-150x150.jpg\" alt=\"\" width=\"32\" height=\"32\" loading=\"lazy\"/></div></div><div class=\"uagb-testimonial-details\"><span class=\"uagb-tm__author-name\"><strong>EMILY HUNT​</strong></span><span class=\"uagb-tm__company\"></span></div></div></div></div></div></div></div>\n<!-- /wp:uagb/testimonial -->\n\n<!-- wp:uagb/star-rating {\"block_id\":\"36d47086\",\"rating\":4.5,\"color\":\"var(\\u002d\\u002dast-global-color-2)\",\"blockTopMargin\":30,\"blockRightMargin\":0,\"blockLeftMargin\":0,\"blockBottomMargin\":0,\"blockTopMarginMobile\":20,\"blockRightMarginMobile\":0,\"blockLeftMarginMobile\":0,\"blockBottomMarginMobile\":0} -->\n<div class=\"wp-block-uagb-star-rating uagb-block-36d47086\"><div class=\"uag-star-rating\" title=\"4.5/5\"><span class=\"uag-star\">★</span><span class=\"uag-star\">★</span><span class=\"uag-star\">★</span><span class=\"uag-star\">★</span><span class=\"uag-star\">★</span></div></div>\n<!-- /wp:uagb/star-rating -->\n\n<!-- wp:uagb/testimonial {\"test_item_count\":1,\"classMigrate\":true,\"test_block\":[{\"description\":\"\\u0022Proin nulla mauris et volutpat adipiscing suspendisse vehicula blandit sagittis orci etiam morbi elit etiam semper eu lacus pretium hac nisl leo amet ullamcorper.\\u0022​\",\"name\":\"\\u003cstrong\\u003e\\u003cstrong\\u003eJULIE ROBINSON​\\u003c/strong\\u003e\\u003c/strong\\u003e\",\"company\":\"\",\"image\":{\"id\":122,\"title\":\"testimonial4\",\"filename\":\"testimonial4.jpg\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/testimonial4.jpg\",\"link\":\"https://blueroan.netgen.cloud/testimonial4/\",\"alt\":\"\",\"author\":\"34\",\"description\":\"\",\"caption\":\"\",\"name\":\"testimonial4\",\"status\":\"inherit\",\"uploadedTo\":0,\"date\":\"2021-05-11T05:02:06.000Z\",\"modified\":\"2021-05-11T05:02:06.000Z\",\"menuOrder\":0,\"mime\":\"image/jpeg\",\"type\":\"image\",\"subtype\":\"jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/default.png\",\"dateFormatted\":\"May 11, 2021\",\"nonces\":{\"update\":\"4e34860add\",\"delete\":\"9e126a55cd\",\"edit\":\"33ffd3c040\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=122\\u0026action=edit\",\"meta\":false,\"authorName\":\"Rishabh\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/user-edit.php?user_id=34\",\"filesizeInBytes\":16584,\"filesizeHumanReadable\":\"16 KB\",\"context\":\"\",\"height\":250,\"width\":250,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/testimonial4-150x150.jpg\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/testimonial4.jpg\",\"height\":250,\"width\":250,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}}}],\"headingAlign\":\"left\",\"headingAlignTablet\":\"left\",\"headingAlignMobile\":\"left\",\"descColor\":\"var(\\u002d\\u002dast-global-color-3)\",\"nameFontSize\":14,\"nameLineHeight\":1,\"descFontSize\":16,\"descFontWeight\":\"600\",\"nameSpace\":1,\"block_id\":\"6e965a8c\",\"iconImage\":{\"url\":\"\",\"alt\":\"InfoBox placeholder img\"},\"imageWidth\":32,\"columnGap\":1,\"borderStyle\":\"\",\"paddingTop\":0,\"paddingBottom\":0,\"paddingLeft\":0,\"paddingRight\":0,\"spacingLink\":true,\"imgpaddingTop\":0,\"imgpaddingRight\":15,\"imgpaddingBottom\":0,\"imgpaddingLeft\":0,\"overallBorderStyle\":\"none\",\"imgTagHeight\":32,\"imgTagWidth\":150} -->\n<div class=\"wp-block-uagb-testimonial uagb-slick-carousel uagb-tm__arrow-outside uagb-block-6e965a8c uagb-post__carousel_notset uagb-post__carousel_notset-tablet uagb-post__carousel_notset-mobile\"><div class=\"is-carousel uagb-tm__columns-1 uagb-tm__items\"><div class=\"uagb-testimonial__wrap  uagb-tm__imgicon-style-circle uagb-tm__image-position-bottom uagb-tm__bg-type-none \"><div class=\"uagb-tm__content\"><div class=\"uagb-tm__overlay\"></div><div class=\"uagb-tm__text-wrap\"><div class=\"uagb-tm__desc\">\"Proin nulla mauris et volutpat adipiscing suspendisse vehicula blandit sagittis orci etiam morbi elit etiam semper eu lacus pretium hac nisl leo amet ullamcorper.\"​</div><div class=\"uagb-tm__meta-inner\"><div class=\"uagb-tm__image-content\"><div class=\"uagb-tm__image\"><img class=\"uagb-tm-img-src\" src=\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/testimonial4-150x150.jpg\" alt=\"\" width=\"32\" height=\"32\" loading=\"lazy\"/></div></div><div class=\"uagb-testimonial-details\"><span class=\"uagb-tm__author-name\"><strong><strong>JULIE ROBINSON​</strong></strong></span><span class=\"uagb-tm__company\"></span></div></div></div></div></div></div></div>\n<!-- /wp:uagb/testimonial --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"d6b29bd2\",\"widthDesktop\":50,\"variationSelected\":true,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-d6b29bd2\"><!-- wp:uagb/star-rating {\"block_id\":\"c0a39e99\",\"rating\":4.5,\"color\":\"var(\\u002d\\u002dast-global-color-2)\"} -->\n<div class=\"wp-block-uagb-star-rating uagb-block-c0a39e99\"><div class=\"uag-star-rating\" title=\"4.5/5\"><span class=\"uag-star\">★</span><span class=\"uag-star\">★</span><span class=\"uag-star\">★</span><span class=\"uag-star\">★</span><span class=\"uag-star\">★</span></div></div>\n<!-- /wp:uagb/star-rating -->\n\n<!-- wp:uagb/testimonial {\"test_item_count\":1,\"classMigrate\":true,\"test_block\":[{\"description\":\"\\u0022Proin nulla mauris et volutpat adipiscing suspendisse vehicula blandit sagittis orci etiam morbi elit etiam semper eu lacus pretium hac nisl leo amet ullamcorper.\\u0022​\",\"name\":\"\\u003cstrong\\u003e\\u003cstrong\\u003eMORGAN JONATHAN​\\u003c/strong\\u003e\\u003c/strong\\u003e\",\"company\":\"\",\"image\":{\"id\":120,\"title\":\"testimonial2\",\"filename\":\"testimonial2.jpg\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/testimonial2.jpg\",\"link\":\"https://blueroan.netgen.cloud/testimonial2/\",\"alt\":\"\",\"author\":\"34\",\"description\":\"\",\"caption\":\"\",\"name\":\"testimonial2\",\"status\":\"inherit\",\"uploadedTo\":0,\"date\":\"2021-05-11T05:02:03.000Z\",\"modified\":\"2021-05-11T05:02:03.000Z\",\"menuOrder\":0,\"mime\":\"image/jpeg\",\"type\":\"image\",\"subtype\":\"jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/default.png\",\"dateFormatted\":\"May 11, 2021\",\"nonces\":{\"update\":\"1ee6412858\",\"delete\":\"4414a2ccbf\",\"edit\":\"bde7b1f490\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=120\\u0026action=edit\",\"meta\":false,\"authorName\":\"Rishabh\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/user-edit.php?user_id=34\",\"filesizeInBytes\":10087,\"filesizeHumanReadable\":\"10 KB\",\"context\":\"\",\"height\":250,\"width\":250,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/testimonial2-150x150.jpg\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/testimonial2.jpg\",\"height\":250,\"width\":250,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}}}],\"headingAlign\":\"left\",\"headingAlignTablet\":\"left\",\"headingAlignMobile\":\"left\",\"descColor\":\"var(\\u002d\\u002dast-global-color-3)\",\"nameFontSize\":14,\"nameLineHeight\":1,\"descFontSize\":16,\"descFontWeight\":\"600\",\"nameSpace\":1,\"block_id\":\"ea3a75fe\",\"iconImage\":{\"url\":\"\",\"alt\":\"InfoBox placeholder img\"},\"imageWidth\":32,\"columnGap\":1,\"borderStyle\":\"\",\"paddingTop\":0,\"paddingBottom\":0,\"paddingLeft\":0,\"paddingRight\":0,\"spacingLink\":true,\"imgpaddingTop\":0,\"imgpaddingRight\":15,\"imgpaddingBottom\":0,\"imgpaddingLeft\":0,\"overallBorderStyle\":\"none\",\"imgTagHeight\":32,\"imgTagWidth\":150} -->\n<div class=\"wp-block-uagb-testimonial uagb-slick-carousel uagb-tm__arrow-outside uagb-block-ea3a75fe uagb-post__carousel_notset uagb-post__carousel_notset-tablet uagb-post__carousel_notset-mobile\"><div class=\"is-carousel uagb-tm__columns-1 uagb-tm__items\"><div class=\"uagb-testimonial__wrap  uagb-tm__imgicon-style-circle uagb-tm__image-position-bottom uagb-tm__bg-type-none \"><div class=\"uagb-tm__content\"><div class=\"uagb-tm__overlay\"></div><div class=\"uagb-tm__text-wrap\"><div class=\"uagb-tm__desc\">\"Proin nulla mauris et volutpat adipiscing suspendisse vehicula blandit sagittis orci etiam morbi elit etiam semper eu lacus pretium hac nisl leo amet ullamcorper.\"​</div><div class=\"uagb-tm__meta-inner\"><div class=\"uagb-tm__image-content\"><div class=\"uagb-tm__image\"><img class=\"uagb-tm-img-src\" src=\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/testimonial2-150x150.jpg\" alt=\"\" width=\"32\" height=\"32\" loading=\"lazy\"/></div></div><div class=\"uagb-testimonial-details\"><span class=\"uagb-tm__author-name\"><strong><strong>MORGAN JONATHAN​</strong></strong></span><span class=\"uagb-tm__company\"></span></div></div></div></div></div></div></div>\n<!-- /wp:uagb/testimonial -->\n\n<!-- wp:uagb/star-rating {\"block_id\":\"2e7a4c45\",\"rating\":4.5,\"color\":\"var(\\u002d\\u002dast-global-color-2)\",\"blockTopMargin\":30,\"blockRightMargin\":0,\"blockLeftMargin\":0,\"blockBottomMargin\":0,\"blockTopMarginMobile\":20,\"blockRightMarginMobile\":0,\"blockLeftMarginMobile\":0,\"blockBottomMarginMobile\":0} -->\n<div class=\"wp-block-uagb-star-rating uagb-block-2e7a4c45\"><div class=\"uag-star-rating\" title=\"4.5/5\"><span class=\"uag-star\">★</span><span class=\"uag-star\">★</span><span class=\"uag-star\">★</span><span class=\"uag-star\">★</span><span class=\"uag-star\">★</span></div></div>\n<!-- /wp:uagb/star-rating -->\n\n<!-- wp:uagb/testimonial {\"test_item_count\":1,\"classMigrate\":true,\"test_block\":[{\"description\":\"\\u0022Proin nulla mauris et volutpat adipiscing suspendisse vehicula blandit sagittis orci etiam morbi elit etiam semper eu lacus pretium hac nisl leo amet ullamcorper.\\u0022​\",\"name\":\"\\u003cstrong\\u003e\\u003cstrong\\u003e\\u003cstrong\\u003eJAMES BROOK​\\u003c/strong\\u003e\\u003c/strong\\u003e\\u003c/strong\\u003e\",\"company\":\"\",\"image\":{\"id\":121,\"title\":\"testimonial3\",\"filename\":\"testimonial3.jpg\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/testimonial3.jpg\",\"link\":\"https://blueroan.netgen.cloud/testimonial3/\",\"alt\":\"\",\"author\":\"34\",\"description\":\"\",\"caption\":\"\",\"name\":\"testimonial3\",\"status\":\"inherit\",\"uploadedTo\":0,\"date\":\"2021-05-11T05:02:05.000Z\",\"modified\":\"2021-05-11T05:02:05.000Z\",\"menuOrder\":0,\"mime\":\"image/jpeg\",\"type\":\"image\",\"subtype\":\"jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/default.png\",\"dateFormatted\":\"May 11, 2021\",\"nonces\":{\"update\":\"290653da5d\",\"delete\":\"90a4fb2d63\",\"edit\":\"ff8a64e56e\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=121\\u0026action=edit\",\"meta\":false,\"authorName\":\"Rishabh\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/user-edit.php?user_id=34\",\"filesizeInBytes\":8748,\"filesizeHumanReadable\":\"9 KB\",\"context\":\"\",\"height\":250,\"width\":250,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/testimonial3-150x150.jpg\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/testimonial3.jpg\",\"height\":250,\"width\":250,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}}}],\"headingAlign\":\"left\",\"headingAlignTablet\":\"left\",\"headingAlignMobile\":\"left\",\"descColor\":\"var(\\u002d\\u002dast-global-color-3)\",\"nameFontSize\":14,\"nameLineHeight\":1,\"descFontSize\":16,\"descFontWeight\":\"600\",\"nameSpace\":1,\"block_id\":\"ff85c260\",\"iconImage\":{\"url\":\"\",\"alt\":\"InfoBox placeholder img\"},\"imageWidth\":32,\"columnGap\":1,\"borderStyle\":\"\",\"paddingTop\":0,\"paddingBottom\":0,\"paddingLeft\":0,\"paddingRight\":0,\"spacingLink\":true,\"imgpaddingTop\":0,\"imgpaddingRight\":15,\"imgpaddingBottom\":0,\"imgpaddingLeft\":0,\"overallBorderStyle\":\"none\",\"imgTagHeight\":32,\"imgTagWidth\":150} -->\n<div class=\"wp-block-uagb-testimonial uagb-slick-carousel uagb-tm__arrow-outside uagb-block-ff85c260 uagb-post__carousel_notset uagb-post__carousel_notset-tablet uagb-post__carousel_notset-mobile\"><div class=\"is-carousel uagb-tm__columns-1 uagb-tm__items\"><div class=\"uagb-testimonial__wrap  uagb-tm__imgicon-style-circle uagb-tm__image-position-bottom uagb-tm__bg-type-none \"><div class=\"uagb-tm__content\"><div class=\"uagb-tm__overlay\"></div><div class=\"uagb-tm__text-wrap\"><div class=\"uagb-tm__desc\">\"Proin nulla mauris et volutpat adipiscing suspendisse vehicula blandit sagittis orci etiam morbi elit etiam semper eu lacus pretium hac nisl leo amet ullamcorper.\"​</div><div class=\"uagb-tm__meta-inner\"><div class=\"uagb-tm__image-content\"><div class=\"uagb-tm__image\"><img class=\"uagb-tm-img-src\" src=\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/testimonial3-150x150.jpg\" alt=\"\" width=\"32\" height=\"32\" loading=\"lazy\"/></div></div><div class=\"uagb-testimonial-details\"><span class=\"uagb-tm__author-name\"><strong><strong><strong>JAMES BROOK​</strong></strong></strong></span><span class=\"uagb-tm__company\"></span></div></div></div></div></div></div></div>\n<!-- /wp:uagb/testimonial --></div>\n<!-- /wp:uagb/container --></div>\n<!-- /wp:uagb/container --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"531bd0e8\",\"innerContentCustomWidthDesktop\":781,\"innerContentCustomWidthTablet\":781,\"backgroundType\":\"image\",\"backgroundImageDesktop\":{\"id\":54,\"title\":\"background-img\",\"filename\":\"background-img-1.jpg\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/background-img-1.jpg\",\"link\":\"https://blueroan.netgen.cloud/background-img-2/\",\"alt\":\"\",\"author\":\"34\",\"description\":\"\",\"caption\":\"\",\"name\":\"background-img-2\",\"status\":\"inherit\",\"uploadedTo\":0,\"date\":\"2021-05-07T10:11:37.000Z\",\"modified\":\"2021-05-07T10:11:37.000Z\",\"menuOrder\":0,\"mime\":\"image/jpeg\",\"type\":\"image\",\"subtype\":\"jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/default.png\",\"dateFormatted\":\"May 7, 2021\",\"nonces\":{\"update\":\"bb999636b9\",\"delete\":\"d2e1375bc4\",\"edit\":\"005dd2f0c9\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=54\\u0026action=edit\",\"meta\":false,\"authorName\":\"Rishabh\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/user-edit.php?user_id=34\",\"filesizeInBytes\":338858,\"filesizeHumanReadable\":\"331 KB\",\"context\":\"\",\"height\":1080,\"width\":1920,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/background-img-1-150x150.jpg\",\"orientation\":\"landscape\"},\"medium\":{\"height\":169,\"width\":300,\"url\":\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/background-img-1-300x169.jpg\",\"orientation\":\"landscape\"},\"large\":{\"height\":576,\"width\":1024,\"url\":\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/background-img-1-1024x576.jpg\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/background-img-1.jpg\",\"height\":1080,\"width\":1920,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"backgroundImageColor\":\"rgba(42,42,42,0.65)\",\"topPaddingDesktop\":144,\"bottomPaddingDesktop\":144,\"leftPaddingDesktop\":40,\"rightPaddingDesktop\":40,\"topPaddingTablet\":80,\"bottomPaddingTablet\":80,\"leftPaddingTablet\":40,\"rightPaddingTablet\":40,\"topPaddingMobile\":64,\"bottomPaddingMobile\":64,\"leftPaddingMobile\":24,\"rightPaddingMobile\":24,\"paddingLink\":false,\"variationSelected\":true,\"isBlockRootParent\":true,\"overlayType\":\"color\"} -->\n<div class=\"wp-block-uagb-container uagb-block-531bd0e8 alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/advanced-heading {\"block_id\":\"29e63ee1\",\"classMigrate\":true,\"headingDescToggle\":true,\"headingAlign\":\"center\",\"headingColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"subHeadingColor\":\"var(\\u002d\\u002dast-global-color-4)\",\"headSpace\":20} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-29e63ee1\"><h2 class=\"uagb-heading-text\">Plan an Unforgettable Experience in Mykonos Today!</h2><p class=\"uagb-desc-text\">We can help you fit your stay and experience within your allotted budget.</p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/advanced-heading {\"block_id\":\"0c29d391\",\"classMigrate\":true,\"headingTitleToggle\":false,\"headingDescToggle\":true,\"headingAlign\":\"center\",\"subHeadingColor\":\"var(\\u002d\\u002dast-global-color-4)\",\"subHeadTransform\":\"uppercase\",\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"subHeadLetterSpacing\":2,\"blockTopPadding\":60,\"blockRightPadding\":0,\"blockLeftPadding\":0,\"blockBottomPadding\":0,\"blockTopPaddingMobile\":30,\"blockRightPaddingMobile\":0,\"blockLeftPaddingMobile\":0,\"blockBottomPaddingMobile\":0} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-0c29d391\"><p class=\"uagb-desc-text\">BOOK YOUR STAY NOW​</p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/icon-list {\"block_id\":\"7dcaa136\",\"classMigrate\":true,\"childMigrate\":true,\"align\":\"center\",\"parentIcon\":\"phone\",\"size\":40,\"sizeMobile\":24,\"sizeTablet\":32,\"fontSize\":48,\"fontSizeMobile\":28,\"fontSizeTablet\":40,\"fontWeight\":\"600\",\"iconColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"labelColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"blockTopPadding\":0,\"blockRightPadding\":0,\"blockLeftPadding\":0,\"blockBottomPadding\":24,\"blockPaddingLink\":false} -->\n<div class=\"wp-block-uagb-icon-list uagb-block-7dcaa136\"><div class=\"uagb-icon-list__wrap\"><!-- wp:uagb/icon-list-child {\"block_id\":\"80c3067a\",\"label\":\"+1-123 456 7890​\",\"label_color\":\"\",\"fromParentIcon\":\"phone\",\"imageSizeChild\":40} -->\n<div class=\"wp-block-uagb-icon-list-child uagb-block-80c3067a\"><span class=\"uagb-icon-list__source-wrap\"><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M511.2 387l-23.25 100.8c-3.266 14.25-15.79 24.22-30.46 24.22C205.2 512 0 306.8 0 54.5c0-14.66 9.969-27.2 24.22-30.45l100.8-23.25C139.7-2.602 154.7 5.018 160.8 18.92l46.52 108.5c5.438 12.78 1.77 27.67-8.98 36.45L144.5 207.1c33.98 69.22 90.26 125.5 159.5 159.5l44.08-53.8c8.688-10.78 23.69-14.51 36.47-8.975l108.5 46.51C506.1 357.2 514.6 372.4 511.2 387z\"></path></svg></span><span class=\"uagb-icon-list__label\">+1-123 456 7890​</span></div>\n<!-- /wp:uagb/icon-list-child --></div></div>\n<!-- /wp:uagb/icon-list --></div></div>\n<!-- /wp:uagb/container -->',	'Home',	'',	'inherit',	'closed',	'closed',	'',	'760-revision-v1',	'',	'',	'2022-12-13 10:53:54',	'2022-12-13 10:53:54',	'',	760,	'https://blueroan.netgen.cloud/?p=823',	0,	'revision',	'',	0),
(824,	2,	'2022-12-13 10:54:37',	'2022-12-13 10:54:37',	'<!-- wp:uagb/container {\"block_id\":\"4d70214f\",\"minHeightDesktop\":95,\"minHeightTablet\":70,\"minHeightMobile\":80,\"minHeightType\":\"vh\",\"alignItemsDesktop\":\"flex-start\",\"backgroundType\":\"image\",\"backgroundImageDesktop\":{\"uploading\":false,\"date\":1670921854000,\"filename\":\"Blue-Roan-pool.jpg\",\"menuOrder\":0,\"uploadedTo\":760,\"type\":\"image\",\"subtype\":\"jpeg\",\"id\":784,\"title\":\"Blue Roan - pool\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Blue-Roan-pool.jpg\",\"link\":\"https://blueroan.netgen.cloud/home/blue-roan-pool/\",\"alt\":\"\",\"author\":\"2\",\"description\":\"\",\"caption\":\"\",\"name\":\"blue-roan-pool\",\"status\":\"inherit\",\"modified\":1670921854000,\"mime\":\"image/jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-includes/images/media/default.png\",\"dateFormatted\":\"December 13, 2022\",\"nonces\":{\"update\":\"51a12ed09e\",\"delete\":\"5174068551\",\"edit\":\"1de0721407\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=784\\u0026action=edit\",\"meta\":false,\"authorName\":\"Netgen Support\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/profile.php\",\"uploadedToTitle\":\"Home\",\"uploadedToLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=760\\u0026action=edit\",\"filesizeInBytes\":154801,\"filesizeHumanReadable\":\"151 KB\",\"context\":\"\",\"height\":667,\"width\":1000,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Blue-Roan-pool-150x150.jpg\",\"orientation\":\"landscape\"},\"medium\":{\"height\":200,\"width\":300,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Blue-Roan-pool-300x200.jpg\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Blue-Roan-pool.jpg\",\"height\":667,\"width\":1000,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"backgroundPositionDesktop\":{\"x\":0.5,\"y\":0.25},\"backgroundImageColor\":\"rgba(42,42,42,0.35)\",\"topPaddingDesktop\":0,\"bottomPaddingDesktop\":0,\"leftPaddingDesktop\":40,\"rightPaddingDesktop\":40,\"topPaddingTablet\":120,\"bottomPaddingTablet\":120,\"leftPaddingTablet\":40,\"rightPaddingTablet\":40,\"topPaddingMobile\":150,\"bottomPaddingMobile\":150,\"leftPaddingMobile\":20,\"rightPaddingMobile\":20,\"paddingLink\":false,\"variationSelected\":true,\"isBlockRootParent\":true,\"overlayType\":\"color\",\"minHeightTypeTablet\":\"vh\",\"minHeightTypeMobile\":\"vh\"} -->\n<div class=\"wp-block-uagb-container uagb-block-4d70214f alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/info-box {\"classMigrate\":true,\"headingAlign\":\"left\",\"headingColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"subHeadingColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"headingTag\":\"h1\",\"subHeadFontSize\":17,\"subHeadFontSizeMobile\":15,\"headSpace\":20,\"subHeadSpace\":40,\"block_id\":\"26c1b7f6\",\"ctaIcon\":\"\",\"ctaType\":\"button\",\"ctaText\":\"Book Your Stay Now\",\"ctaLink\":\"#\",\"ctaBtnLinkColor\":\"var(\\u002d\\u002dast-global-color-2)\",\"ctaLinkHoverColor\":\"var(\\u002d\\u002dast-global-color-2)\",\"ctaBgColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"ctaBgHoverColor\":\"var(\\u002d\\u002dast-global-color-4)\",\"ctaBorderColor\":\"\",\"ctaBorderStyle\":\"\",\"ctaBorderWidth\":\"\",\"ctaBorderRadius\":\"\",\"iconImage\":{\"url\":\"\",\"alt\":\"InfoBox placeholder img\"},\"showIcon\":false,\"paddingBtnTop\":18,\"paddingBtnBottom\":18,\"paddingBtnLeft\":34,\"paddingBtnRight\":34,\"blockTopPadding\":0,\"blockRightPadding\":40,\"blockLeftPadding\":0,\"blockBottomPadding\":0,\"blockTopPaddingTablet\":0,\"blockRightPaddingTablet\":64,\"blockLeftPaddingTablet\":0,\"blockBottomPaddingTablet\":0,\"blockTopPaddingMobile\":0,\"blockRightPaddingMobile\":0,\"blockLeftPaddingMobile\":0,\"blockBottomPaddingMobile\":0,\"blockPaddingUnit\":\"%\",\"blockPaddingLink\":false,\"subHeadMarginTopTablet\":0,\"subHeadMarginRightTablet\":64,\"subHeadTabletSpace\":40,\"subHeadMarginLeftTablet\":0,\"subHeadMarginTopMobile\":0,\"subHeadMarginRightMobile\":0,\"subHeadMobileSpace\":40,\"subHeadMarginLeftMobile\":0,\"btnBorderTopWidth\":1,\"btnBorderLeftWidth\":1,\"btnBorderRightWidth\":1,\"btnBorderBottomWidth\":1,\"btnBorderTopLeftRadius\":0,\"btnBorderTopRightRadius\":0,\"btnBorderBottomLeftRadius\":0,\"btnBorderBottomRightRadius\":0,\"btnBorderStyle\":\"none\",\"btnBorderColor\":\"#333\"} -->\n<div class=\"wp-block-uagb-info-box uagb-block-26c1b7f6 uagb-infobox__content-wrap  uagb-infobox-icon-above-title uagb-infobox-image-valign-top\"><div class=\"uagb-ifb-content\"><div class=\"uagb-ifb-title-wrap\"><h1 class=\"uagb-ifb-title\"><strong>Magaliesburg pet friendly self-catering accommodation</strong></h1></div><p class=\"uagb-ifb-desc\">Romantic pet-friendly self-catering accommodation in Magaliesburg, Gauteng.</p><div class=\"uagb-ifb-button-wrapper wp-block-button\"><a href=\"#\" class=\"uagb-infobox-cta-link wp-block-button__link\" target=\"_self\" rel=\"noopener noreferrer\" alt=\"\"><span class=\"uagb-inline-editing\">Book Your Stay Now</span></a></div></div></div>\n<!-- /wp:uagb/info-box --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"07f7ae80\",\"directionDesktop\":\"row\",\"directionMobile\":\"column-reverse\",\"alignItemsDesktop\":\"flex-start\",\"backgroundType\":\"color\",\"backgroundSizeTablet\":\"cover\",\"backgroundSizeMobile\":\"cover\",\"backgroundColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"topPaddingDesktop\":0,\"bottomPaddingDesktop\":0,\"topPaddingTablet\":80,\"bottomPaddingTablet\":80,\"leftPaddingTablet\":40,\"rightPaddingTablet\":40,\"topPaddingMobile\":64,\"bottomPaddingMobile\":64,\"leftPaddingMobile\":24,\"rightPaddingMobile\":24,\"paddingLink\":false,\"variationSelected\":true,\"rowGapDesktop\":0,\"columnGapDesktop\":0,\"columnGapTablet\":50,\"isBlockRootParent\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-07f7ae80 alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:image {\"align\":\"center\",\"id\":794,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image aligncenter size-full\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/210-2108726_too-great-for-us-tourism-grading-council-of-south-5.png\" alt=\"\" class=\"wp-image-794\"/></figure>\n<!-- /wp:image --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"b09285c8\",\"directionDesktop\":\"row\",\"directionMobile\":\"column-reverse\",\"alignItemsDesktop\":\"flex-start\",\"backgroundType\":\"color\",\"backgroundSizeTablet\":\"cover\",\"backgroundSizeMobile\":\"cover\",\"backgroundColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"topPaddingDesktop\":60,\"bottomPaddingDesktop\":60,\"topPaddingTablet\":80,\"bottomPaddingTablet\":80,\"leftPaddingTablet\":40,\"rightPaddingTablet\":40,\"topPaddingMobile\":64,\"bottomPaddingMobile\":64,\"leftPaddingMobile\":24,\"rightPaddingMobile\":24,\"paddingLink\":false,\"variationSelected\":true,\"columnGapDesktop\":60,\"columnGapTablet\":50,\"isBlockRootParent\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-b09285c8 alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/container {\"block_id\":\"4877d859\",\"widthDesktop\":50,\"variationSelected\":true,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-4877d859\"><!-- wp:image {\"id\":797,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-13.jpg\" alt=\"\" class=\"wp-image-797\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The Blue Roan Country Lodge is situated just 5 minutes from the village of Magaliesburg on a tar road so easy access for all cars. &nbsp;We have panoramic views of the Magaliesberg mountain range and our farm is the perfect place for a relaxing getaway in the country. &nbsp;As we are only 70 km from JHB and Pretoria, it is only an hour’s drive.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:buttons -->\n<div class=\"wp-block-buttons\"><!-- wp:button -->\n<div class=\"wp-block-button\"><a class=\"wp-block-button__link wp-element-button\" href=\"/accommodation/\">View accomodation</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"f312c299\",\"widthDesktop\":50,\"leftPaddingDesktop\":0,\"paddingLink\":false,\"variationSelected\":true,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-f312c299\"><!-- wp:uagb/advanced-heading {\"block_id\":\"f5dcea58\",\"classMigrate\":true,\"headingDescToggle\":true,\"subHeadingColor\":\"\",\"headSpace\":20,\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-f5dcea58\"><h2 class=\"uagb-heading-text\"><strong>Blue Roan is a 4-star graded pet-friendly venue</strong></h2><p class=\"uagb-desc-text\">Our goal is to provide high-quality, romantic, comfortable, and affordable self-catering accommodation on the outskirts of the village of &nbsp;Magaliesburg. &nbsp;For animal lovers, we are also&nbsp;pet-friendly&nbsp;by arrangement in most of the units all of which have their own fully fenced and gated private grassy gardens.</p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/image {\"block_id\":\"90298e7e\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/hammock-in-the-garden.jpg\",\"align\":\"left\",\"id\":799,\"linkDestination\":\"none\",\"naturalWidth\":600,\"naturalHeight\":400,\"sizeSlug\":\"full\",\"sizeSlugTablet\":\"full\",\"sizeSlugMobile\":\"full\",\"imageTopMargin\":20,\"imageRightMargin\":0,\"imageLeftMargin\":0,\"imageBottomMargin\":0,\"imageTopMarginMobile\":0,\"imageRightMarginMobile\":0,\"imageLeftMarginMobile\":0,\"imageBottomMarginMobile\":0,\"imageMarginLink\":false} -->\n<div class=\"wp-block-uagb-image uagb-block-90298e7e wp-block-uagb-image--layout-default wp-block-uagb-image--effect-static wp-block-uagb-image--align-left\"><figure class=\"wp-block-uagb-image__figure\"><img srcset=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/hammock-in-the-garden.jpg \" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/hammock-in-the-garden.jpg\" alt=\"\" class=\"uag-image-799\" width=\"\" height=\"\" title=\"\" loading=\"lazy\"/></figure></div>\n<!-- /wp:uagb/image --></div>\n<!-- /wp:uagb/container --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"542b8bec\",\"backgroundType\":\"color\",\"backgroundSizeTablet\":\"cover\",\"backgroundSizeMobile\":\"cover\",\"backgroundColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"topPaddingDesktop\":50,\"bottomPaddingDesktop\":100,\"topPaddingTablet\":50,\"bottomPaddingTablet\":25,\"leftPaddingTablet\":20,\"rightPaddingTablet\":20,\"topPaddingMobile\":50,\"bottomPaddingMobile\":20,\"leftPaddingMobile\":20,\"rightPaddingMobile\":20,\"paddingLink\":false,\"variationSelected\":true,\"rowGapDesktop\":0,\"isBlockRootParent\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-542b8bec alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/container {\"block_id\":\"70a61575\",\"directionDesktop\":\"row\",\"alignItemsDesktop\":\"flex-end\",\"alignItemsTablet\":\"flex-end\",\"justifyContentDesktop\":\"flex-end\",\"justifyContentTablet\":\"space-between\",\"variationSelected\":true,\"rowGapMobile\":30,\"columnGapDesktop\":0} -->\n<div class=\"wp-block-uagb-container uagb-block-70a61575\"><!-- wp:uagb/advanced-heading {\"block_id\":\"fb164e59\",\"classMigrate\":true,\"headingDescToggle\":true,\"subHeadingColor\":\"\",\"headSpace\":20,\"subHeadFontSize\":16} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-fb164e59\"><h2 class=\"uagb-heading-text\">Amenities &amp; Facilities​</h2><p class=\"uagb-desc-text\">If you are looking for a relaxing, refreshing and rejuvenating experience altogether, we offer all of that under one roof.</p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/buttons {\"block_id\":\"ab542e7b\",\"classMigrate\":true,\"childMigrate\":true,\"align\":\"right\",\"alignTablet\":\"right\",\"alignMobile\":\"left\",\"gap\":0} -->\n<div class=\"wp-block-uagb-buttons uagb-buttons__outer-wrap uagb-btn__default-btn uagb-btn-tablet__default-btn uagb-btn-mobile__default-btn uagb-block-ab542e7b\"><div class=\"uagb-buttons__wrap uagb-buttons-layout-wrap\"><!-- wp:uagb/buttons-child {\"block_id\":\"be0ab464\",\"label\":\"View All\",\"link\":\"#\",\"hColor\":\"\",\"borderWidth\":\"\",\"borderRadius\":\"\",\"borderStyle\":\"\",\"borderColor\":\"\",\"borderHColor\":\"\",\"btnBorderTopWidth\":1,\"btnBorderLeftWidth\":1,\"btnBorderRightWidth\":1,\"btnBorderBottomWidth\":1,\"btnBorderTopLeftRadius\":2,\"btnBorderTopRightRadius\":2,\"btnBorderBottomLeftRadius\":2,\"btnBorderBottomRightRadius\":2,\"btnBorderStyle\":\"solid\",\"btnBorderColor\":\"#333\",\"btnBorderHColor\":\"#333\"} -->\n<div class=\"wp-block-uagb-buttons-child uagb-buttons__outer-wrap uagb-block-be0ab464 wp-block-button is-style-outline\"><div class=\"uagb-button__wrapper\"><a class=\"uagb-buttons-repeater wp-block-button__link\" href=\"#\" rel=\"follow noopener\" target=\"_self\"><div class=\"uagb-button__link\">View All</div></a></div></div>\n<!-- /wp:uagb/buttons-child --></div></div>\n<!-- /wp:uagb/buttons --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"51ef34b4\",\"directionDesktop\":\"row\",\"alignItemsTablet\":\"flex-start\",\"paddingLink\":false,\"topMarginDesktop\":50,\"bottomMarginDesktop\":20,\"leftMarginDesktop\":0,\"rightMarginDesktop\":0,\"marginLink\":false,\"variationSelected\":true,\"rowGapMobile\":65,\"columnGapDesktop\":48,\"columnGapTablet\":20} -->\n<div class=\"wp-block-uagb-container uagb-block-51ef34b4\"><!-- wp:uagb/info-box {\"classMigrate\":true,\"headingAlign\":\"left\",\"headingColor\":\"\",\"subHeadingColor\":\"\",\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"source_type\":\"image\",\"block_id\":\"954127ae\",\"ctaType\":\"text\",\"ctaText\":\"READ MORE\",\"ctaLinkColor\":\"var(\\u002d\\u002dast-global-color-0)\",\"ctaDecoration\":\"underline\",\"ctaFontSize\":12,\"ctaFontWeight\":\"600\",\"ctaLetterSpacing\":2,\"ctaBorderColor\":\"\",\"ctaBorderStyle\":\"\",\"ctaBorderWidth\":\"\",\"ctaBorderRadius\":\"\",\"iconBottomMargin\":30,\"iconImage\":{\"id\":90,\"title\":\"swimming-pool\",\"filename\":\"swimming-pool.jpg\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/swimming-pool.jpg\",\"link\":\"https://blueroan.netgen.cloud/swimming-pool/\",\"alt\":\"\",\"author\":\"34\",\"description\":\"\",\"caption\":\"\",\"name\":\"swimming-pool\",\"status\":\"inherit\",\"uploadedTo\":0,\"date\":\"2021-05-07T14:28:45.000Z\",\"modified\":\"2021-05-07T14:28:45.000Z\",\"menuOrder\":0,\"mime\":\"image/jpeg\",\"type\":\"image\",\"subtype\":\"jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/default.png\",\"dateFormatted\":\"May 7, 2021\",\"nonces\":{\"update\":\"971c957832\",\"delete\":\"8fb57461ba\",\"edit\":\"e9a8bb1d06\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=90\\u0026action=edit\",\"meta\":false,\"authorName\":\"Rishabh\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/user-edit.php?user_id=34\",\"filesizeInBytes\":29663,\"filesizeHumanReadable\":\"29 KB\",\"context\":\"\",\"height\":440,\"width\":370,\"orientation\":\"portrait\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/swimming-pool-150x150.jpg\",\"orientation\":\"landscape\"},\"medium\":{\"height\":300,\"width\":252,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/swimming-pool-252x300-1.jpg\",\"orientation\":\"portrait\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/swimming-pool.jpg\",\"height\":440,\"width\":370,\"orientation\":\"portrait\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"imageSize\":\"full\",\"imageWidth\":100,\"imageWidthMobile\":100,\"imageWidthTablet\":100,\"paddingBtnTop\":10,\"paddingBtnBottom\":10,\"paddingBtnLeft\":14,\"paddingBtnRight\":14,\"imageWidthUnit\":\"%\",\"imageWidthUnitTablet\":\"%\",\"imageWidthUnitMobile\":\"%\",\"subHeadTopMargin\":0,\"subHeadRightMargin\":40,\"subHeadLeftMargin\":0,\"subHeadMarginTopTablet\":0,\"subHeadMarginRightTablet\":0,\"subHeadTabletSpace\":20,\"subHeadMarginLeftTablet\":0,\"imgTagHeight\":118,\"imgTagWidth\":370,\"btnBorderTopWidth\":1,\"btnBorderLeftWidth\":1,\"btnBorderRightWidth\":1,\"btnBorderBottomWidth\":1,\"btnBorderTopLeftRadius\":0,\"btnBorderTopRightRadius\":0,\"btnBorderBottomLeftRadius\":0,\"btnBorderBottomRightRadius\":0,\"btnBorderStyle\":\"solid\",\"btnBorderColor\":\"#333\"} -->\n<div class=\"wp-block-uagb-info-box uagb-block-954127ae uagb-infobox__content-wrap  uagb-infobox-icon-above-title uagb-infobox-image-valign-top\"><div class=\"uagb-ifb-content\"><div class=\"uagb-ifb-image-content\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/swimming-pool.jpg\" alt=\"\" width=\"100\" height=\"118\" loading=\"lazy\"/></div><div class=\"uagb-ifb-title-wrap\"><h3 class=\"uagb-ifb-title\">An Infinite-edge Pool​</h3></div><p class=\"uagb-ifb-desc\">Experience the joy of swimming in our infinity-edge pool that gives you a nice picturesque view.</p><div class=\"uagb-ifb-button-wrapper wp-block-button\"><a href=\"\" target=\"_self\" class=\"uagb-infobox-cta-link uagb-disable-link\" rel=\"noopener noreferrer\" alt=\"\"><span class=\"uagb-inline-editing\">READ MORE</span><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M504.3 273.6l-112.1 104c-6.992 6.484-17.18 8.218-25.94 4.406c-8.758-3.812-14.42-12.45-14.42-21.1L351.9 288H32C14.33 288 .0002 273.7 .0002 255.1S14.33 224 32 224h319.9l0-72c0-9.547 5.66-18.19 14.42-22c8.754-3.809 18.95-2.075 25.94 4.41l112.1 104C514.6 247.9 514.6 264.1 504.3 273.6z\"></path></svg></a></div></div></div>\n<!-- /wp:uagb/info-box -->\n\n<!-- wp:uagb/info-box {\"classMigrate\":true,\"headingAlign\":\"left\",\"headingColor\":\"\",\"subHeadingColor\":\"\",\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"source_type\":\"image\",\"block_id\":\"5261c507\",\"ctaType\":\"text\",\"ctaText\":\"READ MORE\",\"ctaLinkColor\":\"var(\\u002d\\u002dast-global-color-0)\",\"ctaDecoration\":\"underline\",\"ctaFontSize\":12,\"ctaFontWeight\":\"600\",\"ctaLetterSpacing\":2,\"ctaBorderColor\":\"\",\"ctaBorderStyle\":\"\",\"ctaBorderWidth\":\"\",\"ctaBorderRadius\":\"\",\"iconBottomMargin\":30,\"iconImage\":{\"id\":235,\"title\":\"spa\",\"filename\":\"spa.jpg\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/spa.jpg\",\"link\":\"https://blueroan.netgen.cloud/spa/\",\"alt\":\"\",\"author\":\"34\",\"description\":\"\",\"caption\":\"\",\"name\":\"spa\",\"status\":\"inherit\",\"uploadedTo\":0,\"date\":\"2021-05-11T10:14:20.000Z\",\"modified\":\"2021-05-11T10:14:20.000Z\",\"menuOrder\":0,\"mime\":\"image/jpeg\",\"type\":\"image\",\"subtype\":\"jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/default.png\",\"dateFormatted\":\"May 11, 2021\",\"nonces\":{\"update\":\"580ee12d5e\",\"delete\":\"261a8e7a22\",\"edit\":\"6139a47c8c\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=235\\u0026action=edit\",\"meta\":false,\"authorName\":\"Rishabh\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/user-edit.php?user_id=34\",\"filesizeInBytes\":27664,\"filesizeHumanReadable\":\"27 KB\",\"context\":\"\",\"height\":440,\"width\":370,\"orientation\":\"portrait\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/spa-150x150.jpg\",\"orientation\":\"landscape\"},\"medium\":{\"height\":300,\"width\":252,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/spa-252x300-1.jpg\",\"orientation\":\"portrait\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/spa.jpg\",\"height\":440,\"width\":370,\"orientation\":\"portrait\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"imageSize\":\"full\",\"imageWidth\":100,\"imageWidthMobile\":100,\"imageWidthTablet\":100,\"paddingBtnTop\":10,\"paddingBtnBottom\":10,\"paddingBtnLeft\":14,\"paddingBtnRight\":14,\"imageWidthUnit\":\"%\",\"imageWidthUnitTablet\":\"%\",\"imageWidthUnitMobile\":\"%\",\"subHeadTopMargin\":0,\"subHeadRightMargin\":40,\"subHeadLeftMargin\":0,\"subHeadMarginTopTablet\":0,\"subHeadMarginRightTablet\":0,\"subHeadTabletSpace\":20,\"subHeadMarginLeftTablet\":0,\"imgTagHeight\":118,\"imgTagWidth\":370,\"btnBorderTopWidth\":1,\"btnBorderLeftWidth\":1,\"btnBorderRightWidth\":1,\"btnBorderBottomWidth\":1,\"btnBorderTopLeftRadius\":0,\"btnBorderTopRightRadius\":0,\"btnBorderBottomLeftRadius\":0,\"btnBorderBottomRightRadius\":0,\"btnBorderStyle\":\"solid\",\"btnBorderColor\":\"#333\"} -->\n<div class=\"wp-block-uagb-info-box uagb-block-5261c507 uagb-infobox__content-wrap  uagb-infobox-icon-above-title uagb-infobox-image-valign-top\"><div class=\"uagb-ifb-content\"><div class=\"uagb-ifb-image-content\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/spa.jpg\" alt=\"\" width=\"100\" height=\"118\" loading=\"lazy\"/></div><div class=\"uagb-ifb-title-wrap\"><h3 class=\"uagb-ifb-title\">An Iconic Spa​</h3></div><p class=\"uagb-ifb-desc\">Set forth on an exquisite wellness journey to refresh, re-energize and rejuvenate at our iconic spa.</p><div class=\"uagb-ifb-button-wrapper wp-block-button\"><a href=\"\" target=\"_self\" class=\"uagb-infobox-cta-link uagb-disable-link\" rel=\"noopener noreferrer\" alt=\"\"><span class=\"uagb-inline-editing\">READ MORE</span><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M504.3 273.6l-112.1 104c-6.992 6.484-17.18 8.218-25.94 4.406c-8.758-3.812-14.42-12.45-14.42-21.1L351.9 288H32C14.33 288 .0002 273.7 .0002 255.1S14.33 224 32 224h319.9l0-72c0-9.547 5.66-18.19 14.42-22c8.754-3.809 18.95-2.075 25.94 4.41l112.1 104C514.6 247.9 514.6 264.1 504.3 273.6z\"></path></svg></a></div></div></div>\n<!-- /wp:uagb/info-box -->\n\n<!-- wp:uagb/info-box {\"classMigrate\":true,\"headingAlign\":\"left\",\"headingColor\":\"\",\"subHeadingColor\":\"\",\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"source_type\":\"image\",\"block_id\":\"1744cd21\",\"ctaType\":\"text\",\"ctaText\":\"READ MORE\",\"ctaLinkColor\":\"var(\\u002d\\u002dast-global-color-0)\",\"ctaDecoration\":\"underline\",\"ctaFontSize\":12,\"ctaFontWeight\":\"600\",\"ctaLetterSpacing\":2,\"ctaBorderColor\":\"\",\"ctaBorderStyle\":\"\",\"ctaBorderWidth\":\"\",\"ctaBorderRadius\":\"\",\"iconBottomMargin\":30,\"iconImage\":{\"id\":115,\"title\":\"rooms\",\"filename\":\"rooms.jpg\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/rooms.jpg\",\"link\":\"https://blueroan.netgen.cloud/rooms-2/\",\"alt\":\"\",\"author\":\"34\",\"description\":\"\",\"caption\":\"\",\"name\":\"rooms-2\",\"status\":\"inherit\",\"uploadedTo\":0,\"date\":\"2021-05-11T04:53:41.000Z\",\"modified\":\"2021-05-11T04:53:41.000Z\",\"menuOrder\":0,\"mime\":\"image/jpeg\",\"type\":\"image\",\"subtype\":\"jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/default.png\",\"dateFormatted\":\"May 11, 2021\",\"nonces\":{\"update\":\"4e23be63e1\",\"delete\":\"0c10fb0869\",\"edit\":\"714e3ba079\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=115\\u0026action=edit\",\"meta\":false,\"authorName\":\"Rishabh\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/user-edit.php?user_id=34\",\"filesizeInBytes\":31085,\"filesizeHumanReadable\":\"30 KB\",\"context\":\"\",\"height\":440,\"width\":370,\"orientation\":\"portrait\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/rooms-150x150.jpg\",\"orientation\":\"landscape\"},\"medium\":{\"height\":300,\"width\":252,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/rooms-252x300-1.jpg\",\"orientation\":\"portrait\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/rooms.jpg\",\"height\":440,\"width\":370,\"orientation\":\"portrait\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"imageSize\":\"full\",\"imageWidth\":100,\"imageWidthMobile\":100,\"imageWidthTablet\":100,\"paddingBtnTop\":10,\"paddingBtnBottom\":10,\"paddingBtnLeft\":14,\"paddingBtnRight\":14,\"imageWidthUnit\":\"%\",\"imageWidthUnitTablet\":\"%\",\"imageWidthUnitMobile\":\"%\",\"subHeadTopMargin\":0,\"subHeadRightMargin\":40,\"subHeadLeftMargin\":0,\"subHeadMarginTopTablet\":0,\"subHeadMarginRightTablet\":0,\"subHeadTabletSpace\":20,\"subHeadMarginLeftTablet\":0,\"imgTagHeight\":118,\"imgTagWidth\":370,\"btnBorderTopWidth\":1,\"btnBorderLeftWidth\":1,\"btnBorderRightWidth\":1,\"btnBorderBottomWidth\":1,\"btnBorderTopLeftRadius\":0,\"btnBorderTopRightRadius\":0,\"btnBorderBottomLeftRadius\":0,\"btnBorderBottomRightRadius\":0,\"btnBorderStyle\":\"solid\",\"btnBorderColor\":\"#333\"} -->\n<div class=\"wp-block-uagb-info-box uagb-block-1744cd21 uagb-infobox__content-wrap  uagb-infobox-icon-above-title uagb-infobox-image-valign-top\"><div class=\"uagb-ifb-content\"><div class=\"uagb-ifb-image-content\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/rooms.jpg\" alt=\"\" width=\"100\" height=\"118\" loading=\"lazy\"/></div><div class=\"uagb-ifb-title-wrap\"><h3 class=\"uagb-ifb-title\">In-house Restaurants​</h3></div><p class=\"uagb-ifb-desc\">We have three in-house restaurants offering different cuisines that you can choose from.</p><div class=\"uagb-ifb-button-wrapper wp-block-button\"><a href=\"\" target=\"_self\" class=\"uagb-infobox-cta-link uagb-disable-link\" rel=\"noopener noreferrer\" alt=\"\"><span class=\"uagb-inline-editing\">READ MORE</span><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M504.3 273.6l-112.1 104c-6.992 6.484-17.18 8.218-25.94 4.406c-8.758-3.812-14.42-12.45-14.42-21.1L351.9 288H32C14.33 288 .0002 273.7 .0002 255.1S14.33 224 32 224h319.9l0-72c0-9.547 5.66-18.19 14.42-22c8.754-3.809 18.95-2.075 25.94 4.41l112.1 104C514.6 247.9 514.6 264.1 504.3 273.6z\"></path></svg></a></div></div></div>\n<!-- /wp:uagb/info-box --></div>\n<!-- /wp:uagb/container --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"a39432bb\",\"backgroundType\":\"color\",\"backgroundSizeTablet\":\"cover\",\"backgroundSizeMobile\":\"cover\",\"backgroundColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"bottomPaddingDesktop\":104,\"leftPaddingDesktop\":40,\"rightPaddingDesktop\":40,\"topPaddingTablet\":80,\"bottomPaddingTablet\":80,\"leftPaddingTablet\":40,\"rightPaddingTablet\":40,\"topPaddingMobile\":64,\"bottomPaddingMobile\":64,\"leftPaddingMobile\":24,\"rightPaddingMobile\":24,\"paddingLink\":false,\"variationSelected\":true,\"rowGapDesktop\":0,\"isBlockRootParent\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-a39432bb alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/advanced-heading {\"block_id\":\"9a5f703f\",\"classMigrate\":true,\"headingDescToggle\":true,\"headingAlign\":\"center\",\"headingAlignMobile\":\"left\",\"subHeadingColor\":\"\",\"headSpace\":20,\"subHeadFontSize\":16,\"blockBottomPadding\":20} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-9a5f703f\"><h2 class=\"uagb-heading-text\">Our Inside Pictures​</h2><p class=\"uagb-desc-text\">Take a look at some pretty pictures captured in and around our premises.</p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/container {\"block_id\":\"1e4f218b\",\"directionDesktop\":\"row\",\"alignItemsDesktop\":\"flex-start\",\"topMarginDesktop\":20,\"bottomMarginDesktop\":0,\"leftMarginDesktop\":0,\"rightMarginDesktop\":0,\"marginLink\":false,\"variationSelected\":true,\"rowGapMobile\":24,\"columnGapDesktop\":24,\"columnGapTablet\":20} -->\n<div class=\"wp-block-uagb-container uagb-block-1e4f218b\"><!-- wp:uagb/container {\"block_id\":\"8dbcfaf0\",\"widthDesktop\":32,\"variationSelected\":true,\"rowGapDesktop\":24,\"rowGapTablet\":20,\"rowGapMobile\":24,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-8dbcfaf0\"><!-- wp:uagb/image {\"block_id\":\"d0c53812\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/gallery-1.jpg\",\"id\":105,\"linkDestination\":\"none\",\"width\":388,\"height\":240,\"naturalWidth\":388,\"naturalHeight\":240,\"sizeSlug\":\"full\",\"sizeSlugTablet\":\"full\",\"sizeSlugMobile\":\"full\"} -->\n<div class=\"wp-block-uagb-image uagb-block-d0c53812 wp-block-uagb-image--layout-default wp-block-uagb-image--effect-static wp-block-uagb-image--align-none\"><figure class=\"wp-block-uagb-image__figure\"><img srcset=\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/gallery-1.jpg \" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/gallery-1.jpg\" alt=\"\" class=\"uag-image-105\" width=\"388\" height=\"240\" title=\"\" loading=\"lazy\"/></figure></div>\n<!-- /wp:uagb/image -->\n\n<!-- wp:uagb/image {\"block_id\":\"21af9521\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/gallery-6.jpg\",\"id\":110,\"linkDestination\":\"none\",\"naturalWidth\":388,\"naturalHeight\":240,\"sizeSlug\":\"full\",\"sizeSlugTablet\":\"full\",\"sizeSlugMobile\":\"full\"} -->\n<div class=\"wp-block-uagb-image uagb-block-21af9521 wp-block-uagb-image--layout-default wp-block-uagb-image--effect-static wp-block-uagb-image--align-none\"><figure class=\"wp-block-uagb-image__figure\"><img srcset=\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/gallery-6.jpg \" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/gallery-6.jpg\" alt=\"\" class=\"uag-image-110\" width=\"\" height=\"\" title=\"\" loading=\"lazy\"/></figure></div>\n<!-- /wp:uagb/image --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"b80a78f7\",\"widthDesktop\":67,\"variationSelected\":true,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-b80a78f7\"><!-- wp:uagb/image {\"block_id\":\"720a8473\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/gallery-2.jpg\",\"id\":106,\"linkDestination\":\"none\",\"width\":788,\"widthTablet\":780,\"height\":504,\"heightTablet\":0,\"naturalWidth\":788,\"naturalHeight\":504,\"sizeSlug\":\"full\",\"sizeSlugTablet\":\"full\",\"sizeSlugMobile\":\"full\",\"customHeightSetDesktop\":true} -->\n<div class=\"wp-block-uagb-image uagb-block-720a8473 wp-block-uagb-image--layout-default wp-block-uagb-image--effect-static wp-block-uagb-image--align-none\"><figure class=\"wp-block-uagb-image__figure\"><img srcset=\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/gallery-2.jpg \" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/gallery-2.jpg\" alt=\"\" class=\"uag-image-106\" width=\"788\" height=\"504\" title=\"\" loading=\"lazy\"/></figure></div>\n<!-- /wp:uagb/image --></div>\n<!-- /wp:uagb/container --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"938a2720\",\"directionDesktop\":\"row\",\"alignItemsDesktop\":\"flex-start\",\"topMarginDesktop\":24,\"bottomMarginDesktop\":0,\"leftMarginDesktop\":0,\"rightMarginDesktop\":0,\"topMarginTablet\":20,\"bottomMarginTablet\":0,\"leftMarginTablet\":0,\"rightMarginTablet\":0,\"topMarginMobile\":24,\"bottomMarginMobile\":0,\"leftMarginMobile\":0,\"rightMarginMobile\":0,\"marginLink\":false,\"variationSelected\":true,\"columnGapDesktop\":24,\"columnGapTablet\":20} -->\n<div class=\"wp-block-uagb-container uagb-block-938a2720\"><!-- wp:uagb/container {\"block_id\":\"619b1d50\",\"widthDesktop\":67,\"variationSelected\":true,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-619b1d50\"><!-- wp:uagb/image {\"block_id\":\"ed0832d1\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/gallery-3.jpg\",\"id\":107,\"linkDestination\":\"none\",\"width\":788,\"height\":504,\"naturalWidth\":788,\"naturalHeight\":504,\"sizeSlug\":\"full\",\"sizeSlugTablet\":\"full\",\"sizeSlugMobile\":\"full\",\"customHeightSetDesktop\":true} -->\n<div class=\"wp-block-uagb-image uagb-block-ed0832d1 wp-block-uagb-image--layout-default wp-block-uagb-image--effect-static wp-block-uagb-image--align-none\"><figure class=\"wp-block-uagb-image__figure\"><img srcset=\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/gallery-3.jpg \" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/gallery-3.jpg\" alt=\"\" class=\"uag-image-107\" width=\"788\" height=\"504\" title=\"\" loading=\"lazy\"/></figure></div>\n<!-- /wp:uagb/image --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"4b1405c5\",\"widthDesktop\":32,\"variationSelected\":true,\"rowGapDesktop\":24,\"rowGapTablet\":20,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-4b1405c5\"><!-- wp:uagb/image {\"block_id\":\"1fd8d44b\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/gallery-5.jpg\",\"id\":109,\"linkDestination\":\"none\",\"width\":388,\"height\":240,\"naturalWidth\":388,\"naturalHeight\":240,\"sizeSlug\":\"full\",\"sizeSlugTablet\":\"full\",\"sizeSlugMobile\":\"full\"} -->\n<div class=\"wp-block-uagb-image uagb-block-1fd8d44b wp-block-uagb-image--layout-default wp-block-uagb-image--effect-static wp-block-uagb-image--align-none\"><figure class=\"wp-block-uagb-image__figure\"><img srcset=\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/gallery-5.jpg \" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/gallery-5.jpg\" alt=\"\" class=\"uag-image-109\" width=\"388\" height=\"240\" title=\"\" loading=\"lazy\"/></figure></div>\n<!-- /wp:uagb/image -->\n\n<!-- wp:uagb/image {\"block_id\":\"794aec88\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/gallery-4.jpg\",\"id\":108,\"linkDestination\":\"none\",\"naturalWidth\":388,\"naturalHeight\":240,\"sizeSlug\":\"full\",\"sizeSlugTablet\":\"full\",\"sizeSlugMobile\":\"full\"} -->\n<div class=\"wp-block-uagb-image uagb-block-794aec88 wp-block-uagb-image--layout-default wp-block-uagb-image--effect-static wp-block-uagb-image--align-none\"><figure class=\"wp-block-uagb-image__figure\"><img srcset=\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/gallery-4.jpg \" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/gallery-4.jpg\" alt=\"\" class=\"uag-image-108\" width=\"\" height=\"\" title=\"\" loading=\"lazy\"/></figure></div>\n<!-- /wp:uagb/image --></div>\n<!-- /wp:uagb/container --></div>\n<!-- /wp:uagb/container --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"e300f7b4\",\"backgroundType\":\"color\",\"backgroundSizeTablet\":\"cover\",\"backgroundSizeMobile\":\"cover\",\"backgroundColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"topPaddingDesktop\":40,\"bottomPaddingDesktop\":104,\"leftPaddingDesktop\":40,\"rightPaddingDesktop\":40,\"topPaddingTablet\":80,\"bottomPaddingTablet\":80,\"leftPaddingTablet\":40,\"rightPaddingTablet\":40,\"topPaddingMobile\":64,\"bottomPaddingMobile\":64,\"leftPaddingMobile\":24,\"rightPaddingMobile\":24,\"paddingLink\":false,\"variationSelected\":true,\"rowGapDesktop\":0,\"isBlockRootParent\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-e300f7b4 alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/advanced-heading {\"block_id\":\"29d83c7d\",\"classMigrate\":true,\"headingDescToggle\":true,\"headingAlign\":\"center\",\"headingAlignMobile\":\"left\",\"subHeadingColor\":\"\",\"headSpace\":20,\"subHeadFontSize\":16,\"blockBottomPadding\":20} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-29d83c7d\"><h2 class=\"uagb-heading-text\">What Our Guests Say​</h2><p class=\"uagb-desc-text\">We take pride in serving our guests with the best experience. Read what they say.</p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/container {\"block_id\":\"820bd703\",\"directionDesktop\":\"row\",\"topMarginDesktop\":40,\"bottomMarginDesktop\":0,\"leftMarginDesktop\":0,\"rightMarginDesktop\":0,\"marginLink\":false,\"variationSelected\":true,\"rowGapMobile\":40,\"columnGapDesktop\":90} -->\n<div class=\"wp-block-uagb-container uagb-block-820bd703\"><!-- wp:uagb/container {\"block_id\":\"818a927e\",\"widthDesktop\":50,\"variationSelected\":true,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-818a927e\"><!-- wp:uagb/star-rating {\"block_id\":\"bd154ab8\",\"rating\":4.5,\"color\":\"var(\\u002d\\u002dast-global-color-2)\"} -->\n<div class=\"wp-block-uagb-star-rating uagb-block-bd154ab8\"><div class=\"uag-star-rating\" title=\"4.5/5\"><span class=\"uag-star\">★</span><span class=\"uag-star\">★</span><span class=\"uag-star\">★</span><span class=\"uag-star\">★</span><span class=\"uag-star\">★</span></div></div>\n<!-- /wp:uagb/star-rating -->\n\n<!-- wp:uagb/testimonial {\"test_item_count\":1,\"classMigrate\":true,\"test_block\":[{\"description\":\"\\u0022Proin nulla mauris et volutpat adipiscing suspendisse vehicula blandit sagittis orci etiam morbi elit etiam semper eu lacus pretium hac nisl leo amet ullamcorper.\\u0022​\",\"name\":\"\\u003cstrong\\u003eEMILY HUNT​\\u003c/strong\\u003e\",\"company\":\"\",\"image\":{\"id\":119,\"title\":\"testimonial1\",\"filename\":\"testimonial1.jpg\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/testimonial1.jpg\",\"link\":\"https://blueroan.netgen.cloud/testimonial1/\",\"alt\":\"\",\"author\":\"34\",\"description\":\"\",\"caption\":\"\",\"name\":\"testimonial1\",\"status\":\"inherit\",\"uploadedTo\":0,\"date\":\"2021-05-11T05:02:02.000Z\",\"modified\":\"2021-05-11T05:02:02.000Z\",\"menuOrder\":0,\"mime\":\"image/jpeg\",\"type\":\"image\",\"subtype\":\"jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/default.png\",\"dateFormatted\":\"May 11, 2021\",\"nonces\":{\"update\":\"b92fe40c3d\",\"delete\":\"643c1eb8f1\",\"edit\":\"d3e7d56b1d\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=119\\u0026action=edit\",\"meta\":false,\"authorName\":\"Rishabh\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/user-edit.php?user_id=34\",\"filesizeInBytes\":11264,\"filesizeHumanReadable\":\"11 KB\",\"context\":\"\",\"height\":250,\"width\":250,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/testimonial1-150x150.jpg\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/testimonial1.jpg\",\"height\":250,\"width\":250,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}}}],\"headingAlign\":\"left\",\"headingAlignTablet\":\"left\",\"headingAlignMobile\":\"left\",\"descColor\":\"var(\\u002d\\u002dast-global-color-3)\",\"nameFontSize\":14,\"nameLineHeight\":1,\"descFontSize\":16,\"descFontWeight\":\"600\",\"nameSpace\":1,\"block_id\":\"ed969016\",\"iconImage\":{\"url\":\"\",\"alt\":\"InfoBox placeholder img\"},\"imageWidth\":32,\"columnGap\":1,\"borderStyle\":\"\",\"paddingTop\":0,\"paddingBottom\":0,\"paddingLeft\":0,\"paddingRight\":0,\"spacingLink\":true,\"imgpaddingTop\":0,\"imgpaddingRight\":15,\"imgpaddingBottom\":0,\"imgpaddingLeft\":0,\"overallBorderStyle\":\"none\",\"imgTagHeight\":32,\"imgTagWidth\":150} -->\n<div class=\"wp-block-uagb-testimonial uagb-slick-carousel uagb-tm__arrow-outside uagb-block-ed969016 uagb-post__carousel_notset uagb-post__carousel_notset-tablet uagb-post__carousel_notset-mobile\"><div class=\"is-carousel uagb-tm__columns-1 uagb-tm__items\"><div class=\"uagb-testimonial__wrap  uagb-tm__imgicon-style-circle uagb-tm__image-position-bottom uagb-tm__bg-type-none \"><div class=\"uagb-tm__content\"><div class=\"uagb-tm__overlay\"></div><div class=\"uagb-tm__text-wrap\"><div class=\"uagb-tm__desc\">\"Proin nulla mauris et volutpat adipiscing suspendisse vehicula blandit sagittis orci etiam morbi elit etiam semper eu lacus pretium hac nisl leo amet ullamcorper.\"​</div><div class=\"uagb-tm__meta-inner\"><div class=\"uagb-tm__image-content\"><div class=\"uagb-tm__image\"><img class=\"uagb-tm-img-src\" src=\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/testimonial1-150x150.jpg\" alt=\"\" width=\"32\" height=\"32\" loading=\"lazy\"/></div></div><div class=\"uagb-testimonial-details\"><span class=\"uagb-tm__author-name\"><strong>EMILY HUNT​</strong></span><span class=\"uagb-tm__company\"></span></div></div></div></div></div></div></div>\n<!-- /wp:uagb/testimonial -->\n\n<!-- wp:uagb/star-rating {\"block_id\":\"1478069f\",\"rating\":4.5,\"color\":\"var(\\u002d\\u002dast-global-color-2)\",\"blockTopMargin\":30,\"blockRightMargin\":0,\"blockLeftMargin\":0,\"blockBottomMargin\":0,\"blockTopMarginMobile\":20,\"blockRightMarginMobile\":0,\"blockLeftMarginMobile\":0,\"blockBottomMarginMobile\":0} -->\n<div class=\"wp-block-uagb-star-rating uagb-block-1478069f\"><div class=\"uag-star-rating\" title=\"4.5/5\"><span class=\"uag-star\">★</span><span class=\"uag-star\">★</span><span class=\"uag-star\">★</span><span class=\"uag-star\">★</span><span class=\"uag-star\">★</span></div></div>\n<!-- /wp:uagb/star-rating -->\n\n<!-- wp:uagb/testimonial {\"test_item_count\":1,\"classMigrate\":true,\"test_block\":[{\"description\":\"\\u0022Proin nulla mauris et volutpat adipiscing suspendisse vehicula blandit sagittis orci etiam morbi elit etiam semper eu lacus pretium hac nisl leo amet ullamcorper.\\u0022​\",\"name\":\"\\u003cstrong\\u003e\\u003cstrong\\u003eJULIE ROBINSON​\\u003c/strong\\u003e\\u003c/strong\\u003e\",\"company\":\"\",\"image\":{\"id\":122,\"title\":\"testimonial4\",\"filename\":\"testimonial4.jpg\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/testimonial4.jpg\",\"link\":\"https://blueroan.netgen.cloud/testimonial4/\",\"alt\":\"\",\"author\":\"34\",\"description\":\"\",\"caption\":\"\",\"name\":\"testimonial4\",\"status\":\"inherit\",\"uploadedTo\":0,\"date\":\"2021-05-11T05:02:06.000Z\",\"modified\":\"2021-05-11T05:02:06.000Z\",\"menuOrder\":0,\"mime\":\"image/jpeg\",\"type\":\"image\",\"subtype\":\"jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/default.png\",\"dateFormatted\":\"May 11, 2021\",\"nonces\":{\"update\":\"4e34860add\",\"delete\":\"9e126a55cd\",\"edit\":\"33ffd3c040\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=122\\u0026action=edit\",\"meta\":false,\"authorName\":\"Rishabh\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/user-edit.php?user_id=34\",\"filesizeInBytes\":16584,\"filesizeHumanReadable\":\"16 KB\",\"context\":\"\",\"height\":250,\"width\":250,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/testimonial4-150x150.jpg\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/testimonial4.jpg\",\"height\":250,\"width\":250,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}}}],\"headingAlign\":\"left\",\"headingAlignTablet\":\"left\",\"headingAlignMobile\":\"left\",\"descColor\":\"var(\\u002d\\u002dast-global-color-3)\",\"nameFontSize\":14,\"nameLineHeight\":1,\"descFontSize\":16,\"descFontWeight\":\"600\",\"nameSpace\":1,\"block_id\":\"1528c0b6\",\"iconImage\":{\"url\":\"\",\"alt\":\"InfoBox placeholder img\"},\"imageWidth\":32,\"columnGap\":1,\"borderStyle\":\"\",\"paddingTop\":0,\"paddingBottom\":0,\"paddingLeft\":0,\"paddingRight\":0,\"spacingLink\":true,\"imgpaddingTop\":0,\"imgpaddingRight\":15,\"imgpaddingBottom\":0,\"imgpaddingLeft\":0,\"overallBorderStyle\":\"none\",\"imgTagHeight\":32,\"imgTagWidth\":150} -->\n<div class=\"wp-block-uagb-testimonial uagb-slick-carousel uagb-tm__arrow-outside uagb-block-1528c0b6 uagb-post__carousel_notset uagb-post__carousel_notset-tablet uagb-post__carousel_notset-mobile\"><div class=\"is-carousel uagb-tm__columns-1 uagb-tm__items\"><div class=\"uagb-testimonial__wrap  uagb-tm__imgicon-style-circle uagb-tm__image-position-bottom uagb-tm__bg-type-none \"><div class=\"uagb-tm__content\"><div class=\"uagb-tm__overlay\"></div><div class=\"uagb-tm__text-wrap\"><div class=\"uagb-tm__desc\">\"Proin nulla mauris et volutpat adipiscing suspendisse vehicula blandit sagittis orci etiam morbi elit etiam semper eu lacus pretium hac nisl leo amet ullamcorper.\"​</div><div class=\"uagb-tm__meta-inner\"><div class=\"uagb-tm__image-content\"><div class=\"uagb-tm__image\"><img class=\"uagb-tm-img-src\" src=\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/testimonial4-150x150.jpg\" alt=\"\" width=\"32\" height=\"32\" loading=\"lazy\"/></div></div><div class=\"uagb-testimonial-details\"><span class=\"uagb-tm__author-name\"><strong><strong>JULIE ROBINSON​</strong></strong></span><span class=\"uagb-tm__company\"></span></div></div></div></div></div></div></div>\n<!-- /wp:uagb/testimonial --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"b3e0cd8b\",\"widthDesktop\":50,\"variationSelected\":true,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-b3e0cd8b\"><!-- wp:uagb/star-rating {\"block_id\":\"2c5da16b\",\"rating\":4.5,\"color\":\"var(\\u002d\\u002dast-global-color-2)\"} -->\n<div class=\"wp-block-uagb-star-rating uagb-block-2c5da16b\"><div class=\"uag-star-rating\" title=\"4.5/5\"><span class=\"uag-star\">★</span><span class=\"uag-star\">★</span><span class=\"uag-star\">★</span><span class=\"uag-star\">★</span><span class=\"uag-star\">★</span></div></div>\n<!-- /wp:uagb/star-rating -->\n\n<!-- wp:uagb/testimonial {\"test_item_count\":1,\"classMigrate\":true,\"test_block\":[{\"description\":\"\\u0022Proin nulla mauris et volutpat adipiscing suspendisse vehicula blandit sagittis orci etiam morbi elit etiam semper eu lacus pretium hac nisl leo amet ullamcorper.\\u0022​\",\"name\":\"\\u003cstrong\\u003e\\u003cstrong\\u003eMORGAN JONATHAN​\\u003c/strong\\u003e\\u003c/strong\\u003e\",\"company\":\"\",\"image\":{\"id\":120,\"title\":\"testimonial2\",\"filename\":\"testimonial2.jpg\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/testimonial2.jpg\",\"link\":\"https://blueroan.netgen.cloud/testimonial2/\",\"alt\":\"\",\"author\":\"34\",\"description\":\"\",\"caption\":\"\",\"name\":\"testimonial2\",\"status\":\"inherit\",\"uploadedTo\":0,\"date\":\"2021-05-11T05:02:03.000Z\",\"modified\":\"2021-05-11T05:02:03.000Z\",\"menuOrder\":0,\"mime\":\"image/jpeg\",\"type\":\"image\",\"subtype\":\"jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/default.png\",\"dateFormatted\":\"May 11, 2021\",\"nonces\":{\"update\":\"1ee6412858\",\"delete\":\"4414a2ccbf\",\"edit\":\"bde7b1f490\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=120\\u0026action=edit\",\"meta\":false,\"authorName\":\"Rishabh\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/user-edit.php?user_id=34\",\"filesizeInBytes\":10087,\"filesizeHumanReadable\":\"10 KB\",\"context\":\"\",\"height\":250,\"width\":250,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/testimonial2-150x150.jpg\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/testimonial2.jpg\",\"height\":250,\"width\":250,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}}}],\"headingAlign\":\"left\",\"headingAlignTablet\":\"left\",\"headingAlignMobile\":\"left\",\"descColor\":\"var(\\u002d\\u002dast-global-color-3)\",\"nameFontSize\":14,\"nameLineHeight\":1,\"descFontSize\":16,\"descFontWeight\":\"600\",\"nameSpace\":1,\"block_id\":\"6ad02e4b\",\"iconImage\":{\"url\":\"\",\"alt\":\"InfoBox placeholder img\"},\"imageWidth\":32,\"columnGap\":1,\"borderStyle\":\"\",\"paddingTop\":0,\"paddingBottom\":0,\"paddingLeft\":0,\"paddingRight\":0,\"spacingLink\":true,\"imgpaddingTop\":0,\"imgpaddingRight\":15,\"imgpaddingBottom\":0,\"imgpaddingLeft\":0,\"overallBorderStyle\":\"none\",\"imgTagHeight\":32,\"imgTagWidth\":150} -->\n<div class=\"wp-block-uagb-testimonial uagb-slick-carousel uagb-tm__arrow-outside uagb-block-6ad02e4b uagb-post__carousel_notset uagb-post__carousel_notset-tablet uagb-post__carousel_notset-mobile\"><div class=\"is-carousel uagb-tm__columns-1 uagb-tm__items\"><div class=\"uagb-testimonial__wrap  uagb-tm__imgicon-style-circle uagb-tm__image-position-bottom uagb-tm__bg-type-none \"><div class=\"uagb-tm__content\"><div class=\"uagb-tm__overlay\"></div><div class=\"uagb-tm__text-wrap\"><div class=\"uagb-tm__desc\">\"Proin nulla mauris et volutpat adipiscing suspendisse vehicula blandit sagittis orci etiam morbi elit etiam semper eu lacus pretium hac nisl leo amet ullamcorper.\"​</div><div class=\"uagb-tm__meta-inner\"><div class=\"uagb-tm__image-content\"><div class=\"uagb-tm__image\"><img class=\"uagb-tm-img-src\" src=\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/testimonial2-150x150.jpg\" alt=\"\" width=\"32\" height=\"32\" loading=\"lazy\"/></div></div><div class=\"uagb-testimonial-details\"><span class=\"uagb-tm__author-name\"><strong><strong>MORGAN JONATHAN​</strong></strong></span><span class=\"uagb-tm__company\"></span></div></div></div></div></div></div></div>\n<!-- /wp:uagb/testimonial -->\n\n<!-- wp:uagb/star-rating {\"block_id\":\"9e4c9041\",\"rating\":4.5,\"color\":\"var(\\u002d\\u002dast-global-color-2)\",\"blockTopMargin\":30,\"blockRightMargin\":0,\"blockLeftMargin\":0,\"blockBottomMargin\":0,\"blockTopMarginMobile\":20,\"blockRightMarginMobile\":0,\"blockLeftMarginMobile\":0,\"blockBottomMarginMobile\":0} -->\n<div class=\"wp-block-uagb-star-rating uagb-block-9e4c9041\"><div class=\"uag-star-rating\" title=\"4.5/5\"><span class=\"uag-star\">★</span><span class=\"uag-star\">★</span><span class=\"uag-star\">★</span><span class=\"uag-star\">★</span><span class=\"uag-star\">★</span></div></div>\n<!-- /wp:uagb/star-rating -->\n\n<!-- wp:uagb/testimonial {\"test_item_count\":1,\"classMigrate\":true,\"test_block\":[{\"description\":\"\\u0022Proin nulla mauris et volutpat adipiscing suspendisse vehicula blandit sagittis orci etiam morbi elit etiam semper eu lacus pretium hac nisl leo amet ullamcorper.\\u0022​\",\"name\":\"\\u003cstrong\\u003e\\u003cstrong\\u003e\\u003cstrong\\u003eJAMES BROOK​\\u003c/strong\\u003e\\u003c/strong\\u003e\\u003c/strong\\u003e\",\"company\":\"\",\"image\":{\"id\":121,\"title\":\"testimonial3\",\"filename\":\"testimonial3.jpg\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/testimonial3.jpg\",\"link\":\"https://blueroan.netgen.cloud/testimonial3/\",\"alt\":\"\",\"author\":\"34\",\"description\":\"\",\"caption\":\"\",\"name\":\"testimonial3\",\"status\":\"inherit\",\"uploadedTo\":0,\"date\":\"2021-05-11T05:02:05.000Z\",\"modified\":\"2021-05-11T05:02:05.000Z\",\"menuOrder\":0,\"mime\":\"image/jpeg\",\"type\":\"image\",\"subtype\":\"jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/default.png\",\"dateFormatted\":\"May 11, 2021\",\"nonces\":{\"update\":\"290653da5d\",\"delete\":\"90a4fb2d63\",\"edit\":\"ff8a64e56e\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=121\\u0026action=edit\",\"meta\":false,\"authorName\":\"Rishabh\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/user-edit.php?user_id=34\",\"filesizeInBytes\":8748,\"filesizeHumanReadable\":\"9 KB\",\"context\":\"\",\"height\":250,\"width\":250,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/testimonial3-150x150.jpg\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/testimonial3.jpg\",\"height\":250,\"width\":250,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}}}],\"headingAlign\":\"left\",\"headingAlignTablet\":\"left\",\"headingAlignMobile\":\"left\",\"descColor\":\"var(\\u002d\\u002dast-global-color-3)\",\"nameFontSize\":14,\"nameLineHeight\":1,\"descFontSize\":16,\"descFontWeight\":\"600\",\"nameSpace\":1,\"block_id\":\"d85c7307\",\"iconImage\":{\"url\":\"\",\"alt\":\"InfoBox placeholder img\"},\"imageWidth\":32,\"columnGap\":1,\"borderStyle\":\"\",\"paddingTop\":0,\"paddingBottom\":0,\"paddingLeft\":0,\"paddingRight\":0,\"spacingLink\":true,\"imgpaddingTop\":0,\"imgpaddingRight\":15,\"imgpaddingBottom\":0,\"imgpaddingLeft\":0,\"overallBorderStyle\":\"none\",\"imgTagHeight\":32,\"imgTagWidth\":150} -->\n<div class=\"wp-block-uagb-testimonial uagb-slick-carousel uagb-tm__arrow-outside uagb-block-d85c7307 uagb-post__carousel_notset uagb-post__carousel_notset-tablet uagb-post__carousel_notset-mobile\"><div class=\"is-carousel uagb-tm__columns-1 uagb-tm__items\"><div class=\"uagb-testimonial__wrap  uagb-tm__imgicon-style-circle uagb-tm__image-position-bottom uagb-tm__bg-type-none \"><div class=\"uagb-tm__content\"><div class=\"uagb-tm__overlay\"></div><div class=\"uagb-tm__text-wrap\"><div class=\"uagb-tm__desc\">\"Proin nulla mauris et volutpat adipiscing suspendisse vehicula blandit sagittis orci etiam morbi elit etiam semper eu lacus pretium hac nisl leo amet ullamcorper.\"​</div><div class=\"uagb-tm__meta-inner\"><div class=\"uagb-tm__image-content\"><div class=\"uagb-tm__image\"><img class=\"uagb-tm-img-src\" src=\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/testimonial3-150x150.jpg\" alt=\"\" width=\"32\" height=\"32\" loading=\"lazy\"/></div></div><div class=\"uagb-testimonial-details\"><span class=\"uagb-tm__author-name\"><strong><strong><strong>JAMES BROOK​</strong></strong></strong></span><span class=\"uagb-tm__company\"></span></div></div></div></div></div></div></div>\n<!-- /wp:uagb/testimonial --></div>\n<!-- /wp:uagb/container --></div>\n<!-- /wp:uagb/container --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"6cea3bf8\",\"innerContentCustomWidthDesktop\":781,\"innerContentCustomWidthTablet\":781,\"backgroundType\":\"image\",\"backgroundImageDesktop\":{\"id\":54,\"title\":\"background-img\",\"filename\":\"background-img-1.jpg\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/background-img-1.jpg\",\"link\":\"https://blueroan.netgen.cloud/background-img-2/\",\"alt\":\"\",\"author\":\"34\",\"description\":\"\",\"caption\":\"\",\"name\":\"background-img-2\",\"status\":\"inherit\",\"uploadedTo\":0,\"date\":\"2021-05-07T10:11:37.000Z\",\"modified\":\"2021-05-07T10:11:37.000Z\",\"menuOrder\":0,\"mime\":\"image/jpeg\",\"type\":\"image\",\"subtype\":\"jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/default.png\",\"dateFormatted\":\"May 7, 2021\",\"nonces\":{\"update\":\"bb999636b9\",\"delete\":\"d2e1375bc4\",\"edit\":\"005dd2f0c9\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=54\\u0026action=edit\",\"meta\":false,\"authorName\":\"Rishabh\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/user-edit.php?user_id=34\",\"filesizeInBytes\":338858,\"filesizeHumanReadable\":\"331 KB\",\"context\":\"\",\"height\":1080,\"width\":1920,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/background-img-1-150x150.jpg\",\"orientation\":\"landscape\"},\"medium\":{\"height\":169,\"width\":300,\"url\":\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/background-img-1-300x169.jpg\",\"orientation\":\"landscape\"},\"large\":{\"height\":576,\"width\":1024,\"url\":\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/background-img-1-1024x576.jpg\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/background-img-1.jpg\",\"height\":1080,\"width\":1920,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"backgroundImageColor\":\"rgba(42,42,42,0.65)\",\"topPaddingDesktop\":144,\"bottomPaddingDesktop\":144,\"leftPaddingDesktop\":40,\"rightPaddingDesktop\":40,\"topPaddingTablet\":80,\"bottomPaddingTablet\":80,\"leftPaddingTablet\":40,\"rightPaddingTablet\":40,\"topPaddingMobile\":64,\"bottomPaddingMobile\":64,\"leftPaddingMobile\":24,\"rightPaddingMobile\":24,\"paddingLink\":false,\"variationSelected\":true,\"isBlockRootParent\":true,\"overlayType\":\"color\"} -->\n<div class=\"wp-block-uagb-container uagb-block-6cea3bf8 alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/advanced-heading {\"block_id\":\"ee452931\",\"classMigrate\":true,\"headingDescToggle\":true,\"headingAlign\":\"center\",\"headingColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"subHeadingColor\":\"var(\\u002d\\u002dast-global-color-4)\",\"headSpace\":20} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-ee452931\"><h2 class=\"uagb-heading-text\">Plan an Unforgettable Experience in Mykonos Today!</h2><p class=\"uagb-desc-text\">We can help you fit your stay and experience within your allotted budget.</p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/advanced-heading {\"block_id\":\"d9a77167\",\"classMigrate\":true,\"headingTitleToggle\":false,\"headingDescToggle\":true,\"headingAlign\":\"center\",\"subHeadingColor\":\"var(\\u002d\\u002dast-global-color-4)\",\"subHeadTransform\":\"uppercase\",\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"subHeadLetterSpacing\":2,\"blockTopPadding\":60,\"blockRightPadding\":0,\"blockLeftPadding\":0,\"blockBottomPadding\":0,\"blockTopPaddingMobile\":30,\"blockRightPaddingMobile\":0,\"blockLeftPaddingMobile\":0,\"blockBottomPaddingMobile\":0} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-d9a77167\"><p class=\"uagb-desc-text\">BOOK YOUR STAY NOW​</p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/icon-list {\"block_id\":\"e6facbb9\",\"classMigrate\":true,\"childMigrate\":true,\"align\":\"center\",\"parentIcon\":\"phone\",\"size\":40,\"sizeMobile\":24,\"sizeTablet\":32,\"fontSize\":48,\"fontSizeMobile\":28,\"fontSizeTablet\":40,\"fontWeight\":\"600\",\"iconColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"labelColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"blockTopPadding\":0,\"blockRightPadding\":0,\"blockLeftPadding\":0,\"blockBottomPadding\":24,\"blockPaddingLink\":false} -->\n<div class=\"wp-block-uagb-icon-list uagb-block-e6facbb9\"><div class=\"uagb-icon-list__wrap\"><!-- wp:uagb/icon-list-child {\"block_id\":\"6ec1f9d2\",\"label\":\"+1-123 456 7890​\",\"label_color\":\"\",\"fromParentIcon\":\"phone\",\"imageSizeChild\":40} -->\n<div class=\"wp-block-uagb-icon-list-child uagb-block-6ec1f9d2\"><span class=\"uagb-icon-list__source-wrap\"><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M511.2 387l-23.25 100.8c-3.266 14.25-15.79 24.22-30.46 24.22C205.2 512 0 306.8 0 54.5c0-14.66 9.969-27.2 24.22-30.45l100.8-23.25C139.7-2.602 154.7 5.018 160.8 18.92l46.52 108.5c5.438 12.78 1.77 27.67-8.98 36.45L144.5 207.1c33.98 69.22 90.26 125.5 159.5 159.5l44.08-53.8c8.688-10.78 23.69-14.51 36.47-8.975l108.5 46.51C506.1 357.2 514.6 372.4 511.2 387z\"></path></svg></span><span class=\"uagb-icon-list__label\">+1-123 456 7890​</span></div>\n<!-- /wp:uagb/icon-list-child --></div></div>\n<!-- /wp:uagb/icon-list --></div></div>\n<!-- /wp:uagb/container -->',	'Home',	'',	'inherit',	'closed',	'closed',	'',	'760-revision-v1',	'',	'',	'2022-12-13 10:54:37',	'2022-12-13 10:54:37',	'',	760,	'https://blueroan.netgen.cloud/?p=824',	0,	'revision',	'',	0),
(825,	2,	'2022-12-13 11:08:59',	'2022-12-13 11:08:59',	'{\n    \"astra-settings[footer-desktop-items]\": {\n        \"value\": {\n            \"above\": {\n                \"above_1\": [],\n                \"above_2\": [],\n                \"above_3\": [],\n                \"above_4\": [],\n                \"above_5\": [],\n                \"above_6\": []\n            },\n            \"primary\": {\n                \"primary_1\": [\n                    \"widget-2\"\n                ],\n                \"primary_2\": [\n                    \"widget-3\"\n                ],\n                \"primary_3\": [\n                    \"widget-4\",\n                    \"social-icons-1\"\n                ],\n                \"primary_4\": [],\n                \"primary_5\": [],\n                \"primary_6\": []\n            },\n            \"below\": {\n                \"below_1\": [\n                    \"copyright\"\n                ],\n                \"below_2\": [],\n                \"below_3\": [],\n                \"below_4\": [],\n                \"below_5\": [],\n                \"below_6\": []\n            },\n            \"group\": \"astra-settings[footer-desktop-items]\",\n            \"rows\": [\n                \"above\",\n                \"primary\",\n                \"below\"\n            ],\n            \"zones\": {\n                \"above\": {\n                    \"above_1\": \"Above Section 1\",\n                    \"above_2\": \"Above Section 2\",\n                    \"above_3\": \"Above Section 3\",\n                    \"above_4\": \"Above Section 4\",\n                    \"above_5\": \"Above Section 5\",\n                    \"above_6\": \"Above Section 6\"\n                },\n                \"primary\": {\n                    \"primary_1\": \"Primary Section 1\",\n                    \"primary_2\": \"Primary Section 2\",\n                    \"primary_3\": \"Primary Section 3\",\n                    \"primary_4\": \"Primary Section 4\",\n                    \"primary_5\": \"Primary Section 5\",\n                    \"primary_6\": \"Primary Section 6\"\n                },\n                \"below\": {\n                    \"below_1\": \"Below Section 1\",\n                    \"below_2\": \"Below Section 2\",\n                    \"below_3\": \"Below Section 3\",\n                    \"below_4\": \"Below Section 4\",\n                    \"below_5\": \"Below Section 5\",\n                    \"below_6\": \"Below Section 6\"\n                }\n            },\n            \"layouts\": {\n                \"above\": {\n                    \"column\": \"2\",\n                    \"layout\": {\n                        \"desktop\": \"2-equal\",\n                        \"tablet\": \"2-equal\",\n                        \"mobile\": \"full\"\n                    }\n                },\n                \"primary\": {\n                    \"column\": \"4\",\n                    \"layout\": {\n                        \"mobile\": \"full\",\n                        \"tablet\": \"2-equal\",\n                        \"desktop\": \"4-equal\"\n                    }\n                },\n                \"below\": {\n                    \"column\": \"1\",\n                    \"layout\": {\n                        \"desktop\": \"full\",\n                        \"tablet\": \"full\",\n                        \"mobile\": \"full\"\n                    }\n                }\n            },\n            \"status\": {\n                \"above\": true,\n                \"primary\": true,\n                \"below\": true\n            },\n            \"flag\": false,\n            \"popup\": {\n                \"popup_content\": []\n            }\n        },\n        \"type\": \"option\",\n        \"user_id\": 2,\n        \"date_modified_gmt\": \"2022-12-13 11:08:59\"\n    },\n    \"astra-settings[footer-copyright-editor]\": {\n        \"value\": \"Copyright [copyright] [current_year] [site_title] | Powered by <a href=\\\"http://www.netgen.co.za\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">Netgen</a>\",\n        \"type\": \"option\",\n        \"user_id\": 2,\n        \"date_modified_gmt\": \"2022-12-13 11:08:59\"\n    }\n}',	'',	'',	'trash',	'closed',	'closed',	'',	'bee88fc7-3c1c-4752-b53c-fbfebd44b1b8',	'',	'',	'2022-12-13 11:08:59',	'2022-12-13 11:08:59',	'',	0,	'https://blueroan.netgen.cloud/bee88fc7-3c1c-4752-b53c-fbfebd44b1b8/',	0,	'customize_changeset',	'',	0),
(826,	2,	'2022-12-13 11:10:48',	'2022-12-13 11:10:48',	'<!-- wp:uagb/container {\"block_id\":\"ea1902c8\",\"minHeightDesktop\":95,\"minHeightTablet\":70,\"minHeightMobile\":80,\"minHeightType\":\"vh\",\"alignItemsDesktop\":\"flex-start\",\"backgroundType\":\"image\",\"backgroundImageDesktop\":{\"uploading\":false,\"date\":1670921854000,\"filename\":\"Blue-Roan-pool.jpg\",\"menuOrder\":0,\"uploadedTo\":760,\"type\":\"image\",\"subtype\":\"jpeg\",\"id\":784,\"title\":\"Blue Roan - pool\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Blue-Roan-pool.jpg\",\"link\":\"https://blueroan.netgen.cloud/home/blue-roan-pool/\",\"alt\":\"\",\"author\":\"2\",\"description\":\"\",\"caption\":\"\",\"name\":\"blue-roan-pool\",\"status\":\"inherit\",\"modified\":1670921854000,\"mime\":\"image/jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-includes/images/media/default.png\",\"dateFormatted\":\"December 13, 2022\",\"nonces\":{\"update\":\"51a12ed09e\",\"delete\":\"5174068551\",\"edit\":\"1de0721407\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=784\\u0026action=edit\",\"meta\":false,\"authorName\":\"Netgen Support\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/profile.php\",\"uploadedToTitle\":\"Home\",\"uploadedToLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=760\\u0026action=edit\",\"filesizeInBytes\":154801,\"filesizeHumanReadable\":\"151 KB\",\"context\":\"\",\"height\":667,\"width\":1000,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Blue-Roan-pool-150x150.jpg\",\"orientation\":\"landscape\"},\"medium\":{\"height\":200,\"width\":300,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Blue-Roan-pool-300x200.jpg\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Blue-Roan-pool.jpg\",\"height\":667,\"width\":1000,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"backgroundPositionDesktop\":{\"x\":0.5,\"y\":0.25},\"backgroundImageColor\":\"rgba(42,42,42,0.35)\",\"topPaddingDesktop\":0,\"bottomPaddingDesktop\":0,\"leftPaddingDesktop\":40,\"rightPaddingDesktop\":40,\"topPaddingTablet\":120,\"bottomPaddingTablet\":120,\"leftPaddingTablet\":40,\"rightPaddingTablet\":40,\"topPaddingMobile\":150,\"bottomPaddingMobile\":150,\"leftPaddingMobile\":20,\"rightPaddingMobile\":20,\"paddingLink\":false,\"variationSelected\":true,\"isBlockRootParent\":true,\"overlayType\":\"color\",\"minHeightTypeTablet\":\"vh\",\"minHeightTypeMobile\":\"vh\"} -->\n<div class=\"wp-block-uagb-container uagb-block-ea1902c8 alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/info-box {\"classMigrate\":true,\"headingAlign\":\"left\",\"headingColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"subHeadingColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"headingTag\":\"h1\",\"subHeadFontSize\":17,\"subHeadFontSizeMobile\":15,\"headSpace\":20,\"subHeadSpace\":40,\"block_id\":\"036ca5cd\",\"ctaIcon\":\"\",\"ctaType\":\"button\",\"ctaText\":\"Book Your Stay Now\",\"ctaLink\":\"#\",\"ctaBtnLinkColor\":\"var(\\u002d\\u002dast-global-color-2)\",\"ctaLinkHoverColor\":\"var(\\u002d\\u002dast-global-color-2)\",\"ctaBgColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"ctaBgHoverColor\":\"var(\\u002d\\u002dast-global-color-4)\",\"ctaBorderColor\":\"\",\"ctaBorderStyle\":\"\",\"ctaBorderWidth\":\"\",\"ctaBorderRadius\":\"\",\"iconImage\":{\"url\":\"\",\"alt\":\"InfoBox placeholder img\"},\"showIcon\":false,\"paddingBtnTop\":18,\"paddingBtnBottom\":18,\"paddingBtnLeft\":34,\"paddingBtnRight\":34,\"blockTopPadding\":0,\"blockRightPadding\":40,\"blockLeftPadding\":0,\"blockBottomPadding\":0,\"blockTopPaddingTablet\":0,\"blockRightPaddingTablet\":64,\"blockLeftPaddingTablet\":0,\"blockBottomPaddingTablet\":0,\"blockTopPaddingMobile\":0,\"blockRightPaddingMobile\":0,\"blockLeftPaddingMobile\":0,\"blockBottomPaddingMobile\":0,\"blockPaddingUnit\":\"%\",\"blockPaddingLink\":false,\"subHeadMarginTopTablet\":0,\"subHeadMarginRightTablet\":64,\"subHeadTabletSpace\":40,\"subHeadMarginLeftTablet\":0,\"subHeadMarginTopMobile\":0,\"subHeadMarginRightMobile\":0,\"subHeadMobileSpace\":40,\"subHeadMarginLeftMobile\":0,\"btnBorderTopWidth\":1,\"btnBorderLeftWidth\":1,\"btnBorderRightWidth\":1,\"btnBorderBottomWidth\":1,\"btnBorderTopLeftRadius\":0,\"btnBorderTopRightRadius\":0,\"btnBorderBottomLeftRadius\":0,\"btnBorderBottomRightRadius\":0,\"btnBorderStyle\":\"none\",\"btnBorderColor\":\"#333\"} -->\n<div class=\"wp-block-uagb-info-box uagb-block-036ca5cd uagb-infobox__content-wrap  uagb-infobox-icon-above-title uagb-infobox-image-valign-top\"><div class=\"uagb-ifb-content\"><div class=\"uagb-ifb-title-wrap\"><h1 class=\"uagb-ifb-title\"><strong>Magaliesburg pet friendly self-catering accommodation</strong></h1></div><p class=\"uagb-ifb-desc\">Romantic pet-friendly self-catering accommodation in Magaliesburg, Gauteng.</p><div class=\"uagb-ifb-button-wrapper wp-block-button\"><a href=\"#\" class=\"uagb-infobox-cta-link wp-block-button__link\" target=\"_self\" rel=\"noopener noreferrer\" alt=\"\"><span class=\"uagb-inline-editing\">Book Your Stay Now</span></a></div></div></div>\n<!-- /wp:uagb/info-box --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"a8efe0f4\",\"directionDesktop\":\"row\",\"directionMobile\":\"column-reverse\",\"alignItemsDesktop\":\"flex-start\",\"backgroundType\":\"color\",\"backgroundSizeTablet\":\"cover\",\"backgroundSizeMobile\":\"cover\",\"backgroundColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"topPaddingDesktop\":60,\"bottomPaddingDesktop\":60,\"topPaddingTablet\":80,\"bottomPaddingTablet\":80,\"leftPaddingTablet\":40,\"rightPaddingTablet\":40,\"topPaddingMobile\":64,\"bottomPaddingMobile\":64,\"leftPaddingMobile\":24,\"rightPaddingMobile\":24,\"paddingLink\":false,\"variationSelected\":true,\"columnGapDesktop\":60,\"columnGapTablet\":50,\"isBlockRootParent\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-a8efe0f4 alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/container {\"block_id\":\"6096f653\",\"widthDesktop\":50,\"variationSelected\":true,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-6096f653\"><!-- wp:image {\"id\":797,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-13.jpg\" alt=\"\" class=\"wp-image-797\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The Blue Roan Country Lodge is situated just 5 minutes from the village of Magaliesburg on a tar road so easy access for all cars. &nbsp;We have panoramic views of the Magaliesberg mountain range and our farm is the perfect place for a relaxing getaway in the country. &nbsp;As we are only 70 km from JHB and Pretoria, it is only an hour’s drive.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:buttons -->\n<div class=\"wp-block-buttons\"><!-- wp:button -->\n<div class=\"wp-block-button\"><a class=\"wp-block-button__link wp-element-button\" href=\"/accommodation/\">View accomodation</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"d882cc30\",\"widthDesktop\":50,\"leftPaddingDesktop\":0,\"paddingLink\":false,\"variationSelected\":true,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-d882cc30\"><!-- wp:uagb/advanced-heading {\"block_id\":\"5223fe99\",\"classMigrate\":true,\"headingDescToggle\":true,\"subHeadingColor\":\"\",\"headSpace\":20,\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-5223fe99\"><h2 class=\"uagb-heading-text\"><strong>Blue Roan is a 4-star graded pet-friendly venue</strong></h2><p class=\"uagb-desc-text\">Our goal is to provide high-quality, romantic, comfortable, and affordable self-catering accommodation on the outskirts of the village of &nbsp;Magaliesburg. &nbsp;For animal lovers, we are also&nbsp;pet-friendly&nbsp;by arrangement in most of the units all of which have their own fully fenced and gated private grassy gardens.</p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/image {\"block_id\":\"3a7bcd76\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/hammock-in-the-garden.jpg\",\"align\":\"left\",\"id\":799,\"linkDestination\":\"none\",\"naturalWidth\":600,\"naturalHeight\":400,\"sizeSlug\":\"full\",\"sizeSlugTablet\":\"full\",\"sizeSlugMobile\":\"full\",\"imageTopMargin\":20,\"imageRightMargin\":0,\"imageLeftMargin\":0,\"imageBottomMargin\":0,\"imageTopMarginMobile\":0,\"imageRightMarginMobile\":0,\"imageLeftMarginMobile\":0,\"imageBottomMarginMobile\":0,\"imageMarginLink\":false} -->\n<div class=\"wp-block-uagb-image uagb-block-3a7bcd76 wp-block-uagb-image--layout-default wp-block-uagb-image--effect-static wp-block-uagb-image--align-left\"><figure class=\"wp-block-uagb-image__figure\"><img srcset=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/hammock-in-the-garden.jpg \" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/hammock-in-the-garden.jpg\" alt=\"\" class=\"uag-image-799\" width=\"\" height=\"\" title=\"\" loading=\"lazy\"/></figure></div>\n<!-- /wp:uagb/image --></div>\n<!-- /wp:uagb/container --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"4e0f9632\",\"directionDesktop\":\"row\",\"directionMobile\":\"column-reverse\",\"alignItemsDesktop\":\"flex-start\",\"backgroundType\":\"color\",\"backgroundSizeTablet\":\"cover\",\"backgroundSizeMobile\":\"cover\",\"backgroundColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"topPaddingDesktop\":0,\"bottomPaddingDesktop\":0,\"topPaddingTablet\":80,\"bottomPaddingTablet\":80,\"leftPaddingTablet\":40,\"rightPaddingTablet\":40,\"topPaddingMobile\":64,\"bottomPaddingMobile\":64,\"leftPaddingMobile\":24,\"rightPaddingMobile\":24,\"paddingLink\":false,\"variationSelected\":true,\"rowGapDesktop\":0,\"columnGapDesktop\":0,\"columnGapTablet\":50,\"isBlockRootParent\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-4e0f9632 alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:image {\"align\":\"center\",\"id\":794,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image aligncenter size-full\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/210-2108726_too-great-for-us-tourism-grading-council-of-south-5.png\" alt=\"\" class=\"wp-image-794\"/></figure>\n<!-- /wp:image --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"0517e645\",\"backgroundType\":\"color\",\"backgroundSizeTablet\":\"cover\",\"backgroundSizeMobile\":\"cover\",\"backgroundColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"topPaddingDesktop\":50,\"bottomPaddingDesktop\":100,\"topPaddingTablet\":50,\"bottomPaddingTablet\":25,\"leftPaddingTablet\":20,\"rightPaddingTablet\":20,\"topPaddingMobile\":50,\"bottomPaddingMobile\":20,\"leftPaddingMobile\":20,\"rightPaddingMobile\":20,\"paddingLink\":false,\"variationSelected\":true,\"rowGapDesktop\":0,\"isBlockRootParent\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-0517e645 alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/container {\"block_id\":\"3847a1b0\",\"directionDesktop\":\"row\",\"alignItemsDesktop\":\"flex-end\",\"alignItemsTablet\":\"flex-end\",\"justifyContentDesktop\":\"flex-end\",\"justifyContentTablet\":\"space-between\",\"variationSelected\":true,\"rowGapMobile\":30,\"columnGapDesktop\":0} -->\n<div class=\"wp-block-uagb-container uagb-block-3847a1b0\"><!-- wp:uagb/advanced-heading {\"block_id\":\"64b270c7\",\"classMigrate\":true,\"headingDescToggle\":true,\"subHeadingColor\":\"\",\"headSpace\":20,\"subHeadFontSize\":16} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-64b270c7\"><h2 class=\"uagb-heading-text\">Amenities &amp; Facilities​</h2><p class=\"uagb-desc-text\">If you are looking for a relaxing, refreshing and rejuvenating experience altogether, we offer all of that under one roof.</p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/buttons {\"block_id\":\"17493b7d\",\"classMigrate\":true,\"childMigrate\":true,\"align\":\"right\",\"alignTablet\":\"right\",\"alignMobile\":\"left\",\"gap\":0} -->\n<div class=\"wp-block-uagb-buttons uagb-buttons__outer-wrap uagb-btn__default-btn uagb-btn-tablet__default-btn uagb-btn-mobile__default-btn uagb-block-17493b7d\"><div class=\"uagb-buttons__wrap uagb-buttons-layout-wrap\"><!-- wp:uagb/buttons-child {\"block_id\":\"a7ae3d35\",\"label\":\"View All\",\"link\":\"#\",\"hColor\":\"\",\"borderWidth\":\"\",\"borderRadius\":\"\",\"borderStyle\":\"\",\"borderColor\":\"\",\"borderHColor\":\"\",\"btnBorderTopWidth\":1,\"btnBorderLeftWidth\":1,\"btnBorderRightWidth\":1,\"btnBorderBottomWidth\":1,\"btnBorderTopLeftRadius\":2,\"btnBorderTopRightRadius\":2,\"btnBorderBottomLeftRadius\":2,\"btnBorderBottomRightRadius\":2,\"btnBorderStyle\":\"solid\",\"btnBorderColor\":\"#333\",\"btnBorderHColor\":\"#333\"} -->\n<div class=\"wp-block-uagb-buttons-child uagb-buttons__outer-wrap uagb-block-a7ae3d35 wp-block-button is-style-outline\"><div class=\"uagb-button__wrapper\"><a class=\"uagb-buttons-repeater wp-block-button__link\" href=\"#\" rel=\"follow noopener\" target=\"_self\"><div class=\"uagb-button__link\">View All</div></a></div></div>\n<!-- /wp:uagb/buttons-child --></div></div>\n<!-- /wp:uagb/buttons --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"09ff7432\",\"directionDesktop\":\"row\",\"alignItemsTablet\":\"flex-start\",\"paddingLink\":false,\"topMarginDesktop\":50,\"bottomMarginDesktop\":20,\"leftMarginDesktop\":0,\"rightMarginDesktop\":0,\"marginLink\":false,\"variationSelected\":true,\"rowGapMobile\":65,\"columnGapDesktop\":48,\"columnGapTablet\":20} -->\n<div class=\"wp-block-uagb-container uagb-block-09ff7432\"><!-- wp:uagb/info-box {\"classMigrate\":true,\"headingAlign\":\"left\",\"headingColor\":\"\",\"subHeadingColor\":\"\",\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"source_type\":\"image\",\"block_id\":\"deb113db\",\"ctaType\":\"text\",\"ctaText\":\"READ MORE\",\"ctaLinkColor\":\"var(\\u002d\\u002dast-global-color-0)\",\"ctaDecoration\":\"underline\",\"ctaFontSize\":12,\"ctaFontWeight\":\"600\",\"ctaLetterSpacing\":2,\"ctaBorderColor\":\"\",\"ctaBorderStyle\":\"\",\"ctaBorderWidth\":\"\",\"ctaBorderRadius\":\"\",\"iconBottomMargin\":30,\"iconImage\":{\"id\":90,\"title\":\"swimming-pool\",\"filename\":\"swimming-pool.jpg\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/swimming-pool.jpg\",\"link\":\"https://blueroan.netgen.cloud/swimming-pool/\",\"alt\":\"\",\"author\":\"34\",\"description\":\"\",\"caption\":\"\",\"name\":\"swimming-pool\",\"status\":\"inherit\",\"uploadedTo\":0,\"date\":\"2021-05-07T14:28:45.000Z\",\"modified\":\"2021-05-07T14:28:45.000Z\",\"menuOrder\":0,\"mime\":\"image/jpeg\",\"type\":\"image\",\"subtype\":\"jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/default.png\",\"dateFormatted\":\"May 7, 2021\",\"nonces\":{\"update\":\"971c957832\",\"delete\":\"8fb57461ba\",\"edit\":\"e9a8bb1d06\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=90\\u0026action=edit\",\"meta\":false,\"authorName\":\"Rishabh\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/user-edit.php?user_id=34\",\"filesizeInBytes\":29663,\"filesizeHumanReadable\":\"29 KB\",\"context\":\"\",\"height\":440,\"width\":370,\"orientation\":\"portrait\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/swimming-pool-150x150.jpg\",\"orientation\":\"landscape\"},\"medium\":{\"height\":300,\"width\":252,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/swimming-pool-252x300-1.jpg\",\"orientation\":\"portrait\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/swimming-pool.jpg\",\"height\":440,\"width\":370,\"orientation\":\"portrait\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"imageSize\":\"full\",\"imageWidth\":100,\"imageWidthMobile\":100,\"imageWidthTablet\":100,\"paddingBtnTop\":10,\"paddingBtnBottom\":10,\"paddingBtnLeft\":14,\"paddingBtnRight\":14,\"imageWidthUnit\":\"%\",\"imageWidthUnitTablet\":\"%\",\"imageWidthUnitMobile\":\"%\",\"subHeadTopMargin\":0,\"subHeadRightMargin\":40,\"subHeadLeftMargin\":0,\"subHeadMarginTopTablet\":0,\"subHeadMarginRightTablet\":0,\"subHeadTabletSpace\":20,\"subHeadMarginLeftTablet\":0,\"imgTagHeight\":118,\"imgTagWidth\":370,\"btnBorderTopWidth\":1,\"btnBorderLeftWidth\":1,\"btnBorderRightWidth\":1,\"btnBorderBottomWidth\":1,\"btnBorderTopLeftRadius\":0,\"btnBorderTopRightRadius\":0,\"btnBorderBottomLeftRadius\":0,\"btnBorderBottomRightRadius\":0,\"btnBorderStyle\":\"solid\",\"btnBorderColor\":\"#333\"} -->\n<div class=\"wp-block-uagb-info-box uagb-block-deb113db uagb-infobox__content-wrap  uagb-infobox-icon-above-title uagb-infobox-image-valign-top\"><div class=\"uagb-ifb-content\"><div class=\"uagb-ifb-image-content\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/swimming-pool.jpg\" alt=\"\" width=\"100\" height=\"118\" loading=\"lazy\"/></div><div class=\"uagb-ifb-title-wrap\"><h3 class=\"uagb-ifb-title\">An Infinite-edge Pool​</h3></div><p class=\"uagb-ifb-desc\">Experience the joy of swimming in our infinity-edge pool that gives you a nice picturesque view.</p><div class=\"uagb-ifb-button-wrapper wp-block-button\"><a href=\"\" target=\"_self\" class=\"uagb-infobox-cta-link uagb-disable-link\" rel=\"noopener noreferrer\" alt=\"\"><span class=\"uagb-inline-editing\">READ MORE</span><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M504.3 273.6l-112.1 104c-6.992 6.484-17.18 8.218-25.94 4.406c-8.758-3.812-14.42-12.45-14.42-21.1L351.9 288H32C14.33 288 .0002 273.7 .0002 255.1S14.33 224 32 224h319.9l0-72c0-9.547 5.66-18.19 14.42-22c8.754-3.809 18.95-2.075 25.94 4.41l112.1 104C514.6 247.9 514.6 264.1 504.3 273.6z\"></path></svg></a></div></div></div>\n<!-- /wp:uagb/info-box -->\n\n<!-- wp:uagb/info-box {\"classMigrate\":true,\"headingAlign\":\"left\",\"headingColor\":\"\",\"subHeadingColor\":\"\",\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"source_type\":\"image\",\"block_id\":\"2f25eb26\",\"ctaType\":\"text\",\"ctaText\":\"READ MORE\",\"ctaLinkColor\":\"var(\\u002d\\u002dast-global-color-0)\",\"ctaDecoration\":\"underline\",\"ctaFontSize\":12,\"ctaFontWeight\":\"600\",\"ctaLetterSpacing\":2,\"ctaBorderColor\":\"\",\"ctaBorderStyle\":\"\",\"ctaBorderWidth\":\"\",\"ctaBorderRadius\":\"\",\"iconBottomMargin\":30,\"iconImage\":{\"id\":235,\"title\":\"spa\",\"filename\":\"spa.jpg\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/spa.jpg\",\"link\":\"https://blueroan.netgen.cloud/spa/\",\"alt\":\"\",\"author\":\"34\",\"description\":\"\",\"caption\":\"\",\"name\":\"spa\",\"status\":\"inherit\",\"uploadedTo\":0,\"date\":\"2021-05-11T10:14:20.000Z\",\"modified\":\"2021-05-11T10:14:20.000Z\",\"menuOrder\":0,\"mime\":\"image/jpeg\",\"type\":\"image\",\"subtype\":\"jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/default.png\",\"dateFormatted\":\"May 11, 2021\",\"nonces\":{\"update\":\"580ee12d5e\",\"delete\":\"261a8e7a22\",\"edit\":\"6139a47c8c\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=235\\u0026action=edit\",\"meta\":false,\"authorName\":\"Rishabh\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/user-edit.php?user_id=34\",\"filesizeInBytes\":27664,\"filesizeHumanReadable\":\"27 KB\",\"context\":\"\",\"height\":440,\"width\":370,\"orientation\":\"portrait\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/spa-150x150.jpg\",\"orientation\":\"landscape\"},\"medium\":{\"height\":300,\"width\":252,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/spa-252x300-1.jpg\",\"orientation\":\"portrait\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/spa.jpg\",\"height\":440,\"width\":370,\"orientation\":\"portrait\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"imageSize\":\"full\",\"imageWidth\":100,\"imageWidthMobile\":100,\"imageWidthTablet\":100,\"paddingBtnTop\":10,\"paddingBtnBottom\":10,\"paddingBtnLeft\":14,\"paddingBtnRight\":14,\"imageWidthUnit\":\"%\",\"imageWidthUnitTablet\":\"%\",\"imageWidthUnitMobile\":\"%\",\"subHeadTopMargin\":0,\"subHeadRightMargin\":40,\"subHeadLeftMargin\":0,\"subHeadMarginTopTablet\":0,\"subHeadMarginRightTablet\":0,\"subHeadTabletSpace\":20,\"subHeadMarginLeftTablet\":0,\"imgTagHeight\":118,\"imgTagWidth\":370,\"btnBorderTopWidth\":1,\"btnBorderLeftWidth\":1,\"btnBorderRightWidth\":1,\"btnBorderBottomWidth\":1,\"btnBorderTopLeftRadius\":0,\"btnBorderTopRightRadius\":0,\"btnBorderBottomLeftRadius\":0,\"btnBorderBottomRightRadius\":0,\"btnBorderStyle\":\"solid\",\"btnBorderColor\":\"#333\"} -->\n<div class=\"wp-block-uagb-info-box uagb-block-2f25eb26 uagb-infobox__content-wrap  uagb-infobox-icon-above-title uagb-infobox-image-valign-top\"><div class=\"uagb-ifb-content\"><div class=\"uagb-ifb-image-content\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/spa.jpg\" alt=\"\" width=\"100\" height=\"118\" loading=\"lazy\"/></div><div class=\"uagb-ifb-title-wrap\"><h3 class=\"uagb-ifb-title\">An Iconic Spa​</h3></div><p class=\"uagb-ifb-desc\">Set forth on an exquisite wellness journey to refresh, re-energize and rejuvenate at our iconic spa.</p><div class=\"uagb-ifb-button-wrapper wp-block-button\"><a href=\"\" target=\"_self\" class=\"uagb-infobox-cta-link uagb-disable-link\" rel=\"noopener noreferrer\" alt=\"\"><span class=\"uagb-inline-editing\">READ MORE</span><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M504.3 273.6l-112.1 104c-6.992 6.484-17.18 8.218-25.94 4.406c-8.758-3.812-14.42-12.45-14.42-21.1L351.9 288H32C14.33 288 .0002 273.7 .0002 255.1S14.33 224 32 224h319.9l0-72c0-9.547 5.66-18.19 14.42-22c8.754-3.809 18.95-2.075 25.94 4.41l112.1 104C514.6 247.9 514.6 264.1 504.3 273.6z\"></path></svg></a></div></div></div>\n<!-- /wp:uagb/info-box -->\n\n<!-- wp:uagb/info-box {\"classMigrate\":true,\"headingAlign\":\"left\",\"headingColor\":\"\",\"subHeadingColor\":\"\",\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"source_type\":\"image\",\"block_id\":\"f21732af\",\"ctaType\":\"text\",\"ctaText\":\"READ MORE\",\"ctaLinkColor\":\"var(\\u002d\\u002dast-global-color-0)\",\"ctaDecoration\":\"underline\",\"ctaFontSize\":12,\"ctaFontWeight\":\"600\",\"ctaLetterSpacing\":2,\"ctaBorderColor\":\"\",\"ctaBorderStyle\":\"\",\"ctaBorderWidth\":\"\",\"ctaBorderRadius\":\"\",\"iconBottomMargin\":30,\"iconImage\":{\"id\":115,\"title\":\"rooms\",\"filename\":\"rooms.jpg\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/rooms.jpg\",\"link\":\"https://blueroan.netgen.cloud/rooms-2/\",\"alt\":\"\",\"author\":\"34\",\"description\":\"\",\"caption\":\"\",\"name\":\"rooms-2\",\"status\":\"inherit\",\"uploadedTo\":0,\"date\":\"2021-05-11T04:53:41.000Z\",\"modified\":\"2021-05-11T04:53:41.000Z\",\"menuOrder\":0,\"mime\":\"image/jpeg\",\"type\":\"image\",\"subtype\":\"jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/default.png\",\"dateFormatted\":\"May 11, 2021\",\"nonces\":{\"update\":\"4e23be63e1\",\"delete\":\"0c10fb0869\",\"edit\":\"714e3ba079\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=115\\u0026action=edit\",\"meta\":false,\"authorName\":\"Rishabh\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/user-edit.php?user_id=34\",\"filesizeInBytes\":31085,\"filesizeHumanReadable\":\"30 KB\",\"context\":\"\",\"height\":440,\"width\":370,\"orientation\":\"portrait\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/rooms-150x150.jpg\",\"orientation\":\"landscape\"},\"medium\":{\"height\":300,\"width\":252,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/rooms-252x300-1.jpg\",\"orientation\":\"portrait\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/rooms.jpg\",\"height\":440,\"width\":370,\"orientation\":\"portrait\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"imageSize\":\"full\",\"imageWidth\":100,\"imageWidthMobile\":100,\"imageWidthTablet\":100,\"paddingBtnTop\":10,\"paddingBtnBottom\":10,\"paddingBtnLeft\":14,\"paddingBtnRight\":14,\"imageWidthUnit\":\"%\",\"imageWidthUnitTablet\":\"%\",\"imageWidthUnitMobile\":\"%\",\"subHeadTopMargin\":0,\"subHeadRightMargin\":40,\"subHeadLeftMargin\":0,\"subHeadMarginTopTablet\":0,\"subHeadMarginRightTablet\":0,\"subHeadTabletSpace\":20,\"subHeadMarginLeftTablet\":0,\"imgTagHeight\":118,\"imgTagWidth\":370,\"btnBorderTopWidth\":1,\"btnBorderLeftWidth\":1,\"btnBorderRightWidth\":1,\"btnBorderBottomWidth\":1,\"btnBorderTopLeftRadius\":0,\"btnBorderTopRightRadius\":0,\"btnBorderBottomLeftRadius\":0,\"btnBorderBottomRightRadius\":0,\"btnBorderStyle\":\"solid\",\"btnBorderColor\":\"#333\"} -->\n<div class=\"wp-block-uagb-info-box uagb-block-f21732af uagb-infobox__content-wrap  uagb-infobox-icon-above-title uagb-infobox-image-valign-top\"><div class=\"uagb-ifb-content\"><div class=\"uagb-ifb-image-content\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/rooms.jpg\" alt=\"\" width=\"100\" height=\"118\" loading=\"lazy\"/></div><div class=\"uagb-ifb-title-wrap\"><h3 class=\"uagb-ifb-title\">In-house Restaurants​</h3></div><p class=\"uagb-ifb-desc\">We have three in-house restaurants offering different cuisines that you can choose from.</p><div class=\"uagb-ifb-button-wrapper wp-block-button\"><a href=\"\" target=\"_self\" class=\"uagb-infobox-cta-link uagb-disable-link\" rel=\"noopener noreferrer\" alt=\"\"><span class=\"uagb-inline-editing\">READ MORE</span><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M504.3 273.6l-112.1 104c-6.992 6.484-17.18 8.218-25.94 4.406c-8.758-3.812-14.42-12.45-14.42-21.1L351.9 288H32C14.33 288 .0002 273.7 .0002 255.1S14.33 224 32 224h319.9l0-72c0-9.547 5.66-18.19 14.42-22c8.754-3.809 18.95-2.075 25.94 4.41l112.1 104C514.6 247.9 514.6 264.1 504.3 273.6z\"></path></svg></a></div></div></div>\n<!-- /wp:uagb/info-box --></div>\n<!-- /wp:uagb/container --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"8497a9d5\",\"backgroundType\":\"color\",\"backgroundSizeTablet\":\"cover\",\"backgroundSizeMobile\":\"cover\",\"backgroundColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"bottomPaddingDesktop\":104,\"leftPaddingDesktop\":40,\"rightPaddingDesktop\":40,\"topPaddingTablet\":80,\"bottomPaddingTablet\":80,\"leftPaddingTablet\":40,\"rightPaddingTablet\":40,\"topPaddingMobile\":64,\"bottomPaddingMobile\":64,\"leftPaddingMobile\":24,\"rightPaddingMobile\":24,\"paddingLink\":false,\"variationSelected\":true,\"rowGapDesktop\":0,\"isBlockRootParent\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-8497a9d5 alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/advanced-heading {\"block_id\":\"52f3b433\",\"classMigrate\":true,\"headingDescToggle\":true,\"headingAlign\":\"center\",\"headingAlignMobile\":\"left\",\"subHeadingColor\":\"\",\"headSpace\":20,\"subHeadFontSize\":16,\"blockBottomPadding\":20} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-52f3b433\"><h2 class=\"uagb-heading-text\">Our Inside Pictures​</h2><p class=\"uagb-desc-text\">Take a look at some pretty pictures captured in and around our premises.</p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/container {\"block_id\":\"92022345\",\"directionDesktop\":\"row\",\"alignItemsDesktop\":\"flex-start\",\"topMarginDesktop\":20,\"bottomMarginDesktop\":0,\"leftMarginDesktop\":0,\"rightMarginDesktop\":0,\"marginLink\":false,\"variationSelected\":true,\"rowGapMobile\":24,\"columnGapDesktop\":24,\"columnGapTablet\":20} -->\n<div class=\"wp-block-uagb-container uagb-block-92022345\"><!-- wp:uagb/container {\"block_id\":\"84672021\",\"widthDesktop\":32,\"variationSelected\":true,\"rowGapDesktop\":24,\"rowGapTablet\":20,\"rowGapMobile\":24,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-84672021\"><!-- wp:uagb/image {\"block_id\":\"139474c8\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/gallery-1.jpg\",\"id\":105,\"linkDestination\":\"none\",\"width\":388,\"height\":240,\"naturalWidth\":388,\"naturalHeight\":240,\"sizeSlug\":\"full\",\"sizeSlugTablet\":\"full\",\"sizeSlugMobile\":\"full\"} -->\n<div class=\"wp-block-uagb-image uagb-block-139474c8 wp-block-uagb-image--layout-default wp-block-uagb-image--effect-static wp-block-uagb-image--align-none\"><figure class=\"wp-block-uagb-image__figure\"><img srcset=\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/gallery-1.jpg \" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/gallery-1.jpg\" alt=\"\" class=\"uag-image-105\" width=\"388\" height=\"240\" title=\"\" loading=\"lazy\"/></figure></div>\n<!-- /wp:uagb/image -->\n\n<!-- wp:uagb/image {\"block_id\":\"2122dd56\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/gallery-6.jpg\",\"id\":110,\"linkDestination\":\"none\",\"naturalWidth\":388,\"naturalHeight\":240,\"sizeSlug\":\"full\",\"sizeSlugTablet\":\"full\",\"sizeSlugMobile\":\"full\"} -->\n<div class=\"wp-block-uagb-image uagb-block-2122dd56 wp-block-uagb-image--layout-default wp-block-uagb-image--effect-static wp-block-uagb-image--align-none\"><figure class=\"wp-block-uagb-image__figure\"><img srcset=\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/gallery-6.jpg \" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/gallery-6.jpg\" alt=\"\" class=\"uag-image-110\" width=\"\" height=\"\" title=\"\" loading=\"lazy\"/></figure></div>\n<!-- /wp:uagb/image --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"a9c47208\",\"widthDesktop\":67,\"variationSelected\":true,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-a9c47208\"><!-- wp:uagb/image {\"block_id\":\"e2a9bac0\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/gallery-2.jpg\",\"id\":106,\"linkDestination\":\"none\",\"width\":788,\"widthTablet\":780,\"height\":504,\"heightTablet\":0,\"naturalWidth\":788,\"naturalHeight\":504,\"sizeSlug\":\"full\",\"sizeSlugTablet\":\"full\",\"sizeSlugMobile\":\"full\",\"customHeightSetDesktop\":true} -->\n<div class=\"wp-block-uagb-image uagb-block-e2a9bac0 wp-block-uagb-image--layout-default wp-block-uagb-image--effect-static wp-block-uagb-image--align-none\"><figure class=\"wp-block-uagb-image__figure\"><img srcset=\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/gallery-2.jpg \" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/gallery-2.jpg\" alt=\"\" class=\"uag-image-106\" width=\"788\" height=\"504\" title=\"\" loading=\"lazy\"/></figure></div>\n<!-- /wp:uagb/image --></div>\n<!-- /wp:uagb/container --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"92d33ce3\",\"directionDesktop\":\"row\",\"alignItemsDesktop\":\"flex-start\",\"topMarginDesktop\":24,\"bottomMarginDesktop\":0,\"leftMarginDesktop\":0,\"rightMarginDesktop\":0,\"topMarginTablet\":20,\"bottomMarginTablet\":0,\"leftMarginTablet\":0,\"rightMarginTablet\":0,\"topMarginMobile\":24,\"bottomMarginMobile\":0,\"leftMarginMobile\":0,\"rightMarginMobile\":0,\"marginLink\":false,\"variationSelected\":true,\"columnGapDesktop\":24,\"columnGapTablet\":20} -->\n<div class=\"wp-block-uagb-container uagb-block-92d33ce3\"><!-- wp:uagb/container {\"block_id\":\"f2e5b32f\",\"widthDesktop\":67,\"variationSelected\":true,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-f2e5b32f\"><!-- wp:uagb/image {\"block_id\":\"40a9eb6e\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/gallery-3.jpg\",\"id\":107,\"linkDestination\":\"none\",\"width\":788,\"height\":504,\"naturalWidth\":788,\"naturalHeight\":504,\"sizeSlug\":\"full\",\"sizeSlugTablet\":\"full\",\"sizeSlugMobile\":\"full\",\"customHeightSetDesktop\":true} -->\n<div class=\"wp-block-uagb-image uagb-block-40a9eb6e wp-block-uagb-image--layout-default wp-block-uagb-image--effect-static wp-block-uagb-image--align-none\"><figure class=\"wp-block-uagb-image__figure\"><img srcset=\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/gallery-3.jpg \" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/gallery-3.jpg\" alt=\"\" class=\"uag-image-107\" width=\"788\" height=\"504\" title=\"\" loading=\"lazy\"/></figure></div>\n<!-- /wp:uagb/image --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"e38bb341\",\"widthDesktop\":32,\"variationSelected\":true,\"rowGapDesktop\":24,\"rowGapTablet\":20,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-e38bb341\"><!-- wp:uagb/image {\"block_id\":\"4de96c5f\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/gallery-5.jpg\",\"id\":109,\"linkDestination\":\"none\",\"width\":388,\"height\":240,\"naturalWidth\":388,\"naturalHeight\":240,\"sizeSlug\":\"full\",\"sizeSlugTablet\":\"full\",\"sizeSlugMobile\":\"full\"} -->\n<div class=\"wp-block-uagb-image uagb-block-4de96c5f wp-block-uagb-image--layout-default wp-block-uagb-image--effect-static wp-block-uagb-image--align-none\"><figure class=\"wp-block-uagb-image__figure\"><img srcset=\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/gallery-5.jpg \" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/gallery-5.jpg\" alt=\"\" class=\"uag-image-109\" width=\"388\" height=\"240\" title=\"\" loading=\"lazy\"/></figure></div>\n<!-- /wp:uagb/image -->\n\n<!-- wp:uagb/image {\"block_id\":\"da8740bc\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/gallery-4.jpg\",\"id\":108,\"linkDestination\":\"none\",\"naturalWidth\":388,\"naturalHeight\":240,\"sizeSlug\":\"full\",\"sizeSlugTablet\":\"full\",\"sizeSlugMobile\":\"full\"} -->\n<div class=\"wp-block-uagb-image uagb-block-da8740bc wp-block-uagb-image--layout-default wp-block-uagb-image--effect-static wp-block-uagb-image--align-none\"><figure class=\"wp-block-uagb-image__figure\"><img srcset=\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/gallery-4.jpg \" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/gallery-4.jpg\" alt=\"\" class=\"uag-image-108\" width=\"\" height=\"\" title=\"\" loading=\"lazy\"/></figure></div>\n<!-- /wp:uagb/image --></div>\n<!-- /wp:uagb/container --></div>\n<!-- /wp:uagb/container --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"0160a381\",\"backgroundType\":\"color\",\"backgroundSizeTablet\":\"cover\",\"backgroundSizeMobile\":\"cover\",\"backgroundColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"topPaddingDesktop\":40,\"bottomPaddingDesktop\":104,\"leftPaddingDesktop\":40,\"rightPaddingDesktop\":40,\"topPaddingTablet\":80,\"bottomPaddingTablet\":80,\"leftPaddingTablet\":40,\"rightPaddingTablet\":40,\"topPaddingMobile\":64,\"bottomPaddingMobile\":64,\"leftPaddingMobile\":24,\"rightPaddingMobile\":24,\"paddingLink\":false,\"variationSelected\":true,\"rowGapDesktop\":0,\"isBlockRootParent\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-0160a381 alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/advanced-heading {\"block_id\":\"0c99fe1b\",\"classMigrate\":true,\"headingDescToggle\":true,\"headingAlign\":\"center\",\"headingAlignMobile\":\"left\",\"subHeadingColor\":\"\",\"headSpace\":20,\"subHeadFontSize\":16,\"blockBottomPadding\":20} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-0c99fe1b\"><h2 class=\"uagb-heading-text\">What Our Guests Say​</h2><p class=\"uagb-desc-text\">We take pride in serving our guests with the best experience. Read what they say.</p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/container {\"block_id\":\"90c28247\",\"directionDesktop\":\"row\",\"topMarginDesktop\":40,\"bottomMarginDesktop\":0,\"leftMarginDesktop\":0,\"rightMarginDesktop\":0,\"marginLink\":false,\"variationSelected\":true,\"rowGapMobile\":40,\"columnGapDesktop\":90} -->\n<div class=\"wp-block-uagb-container uagb-block-90c28247\"><!-- wp:uagb/container {\"block_id\":\"65851f4c\",\"widthDesktop\":50,\"variationSelected\":true,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-65851f4c\"><!-- wp:uagb/star-rating {\"block_id\":\"1f923b4e\",\"rating\":4.5,\"color\":\"var(\\u002d\\u002dast-global-color-2)\"} -->\n<div class=\"wp-block-uagb-star-rating uagb-block-1f923b4e\"><div class=\"uag-star-rating\" title=\"4.5/5\"><span class=\"uag-star\">★</span><span class=\"uag-star\">★</span><span class=\"uag-star\">★</span><span class=\"uag-star\">★</span><span class=\"uag-star\">★</span></div></div>\n<!-- /wp:uagb/star-rating -->\n\n<!-- wp:uagb/testimonial {\"test_item_count\":1,\"classMigrate\":true,\"test_block\":[{\"description\":\"\\u0022Proin nulla mauris et volutpat adipiscing suspendisse vehicula blandit sagittis orci etiam morbi elit etiam semper eu lacus pretium hac nisl leo amet ullamcorper.\\u0022​\",\"name\":\"\\u003cstrong\\u003eEMILY HUNT​\\u003c/strong\\u003e\",\"company\":\"\",\"image\":{\"id\":119,\"title\":\"testimonial1\",\"filename\":\"testimonial1.jpg\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/testimonial1.jpg\",\"link\":\"https://blueroan.netgen.cloud/testimonial1/\",\"alt\":\"\",\"author\":\"34\",\"description\":\"\",\"caption\":\"\",\"name\":\"testimonial1\",\"status\":\"inherit\",\"uploadedTo\":0,\"date\":\"2021-05-11T05:02:02.000Z\",\"modified\":\"2021-05-11T05:02:02.000Z\",\"menuOrder\":0,\"mime\":\"image/jpeg\",\"type\":\"image\",\"subtype\":\"jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/default.png\",\"dateFormatted\":\"May 11, 2021\",\"nonces\":{\"update\":\"b92fe40c3d\",\"delete\":\"643c1eb8f1\",\"edit\":\"d3e7d56b1d\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=119\\u0026action=edit\",\"meta\":false,\"authorName\":\"Rishabh\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/user-edit.php?user_id=34\",\"filesizeInBytes\":11264,\"filesizeHumanReadable\":\"11 KB\",\"context\":\"\",\"height\":250,\"width\":250,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/testimonial1-150x150.jpg\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/testimonial1.jpg\",\"height\":250,\"width\":250,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}}}],\"headingAlign\":\"left\",\"headingAlignTablet\":\"left\",\"headingAlignMobile\":\"left\",\"descColor\":\"var(\\u002d\\u002dast-global-color-3)\",\"nameFontSize\":14,\"nameLineHeight\":1,\"descFontSize\":16,\"descFontWeight\":\"600\",\"nameSpace\":1,\"block_id\":\"9a60a48b\",\"iconImage\":{\"url\":\"\",\"alt\":\"InfoBox placeholder img\"},\"imageWidth\":32,\"columnGap\":1,\"borderStyle\":\"\",\"paddingTop\":0,\"paddingBottom\":0,\"paddingLeft\":0,\"paddingRight\":0,\"spacingLink\":true,\"imgpaddingTop\":0,\"imgpaddingRight\":15,\"imgpaddingBottom\":0,\"imgpaddingLeft\":0,\"overallBorderStyle\":\"none\",\"imgTagHeight\":32,\"imgTagWidth\":150} -->\n<div class=\"wp-block-uagb-testimonial uagb-slick-carousel uagb-tm__arrow-outside uagb-block-9a60a48b uagb-post__carousel_notset uagb-post__carousel_notset-tablet uagb-post__carousel_notset-mobile\"><div class=\"is-carousel uagb-tm__columns-1 uagb-tm__items\"><div class=\"uagb-testimonial__wrap  uagb-tm__imgicon-style-circle uagb-tm__image-position-bottom uagb-tm__bg-type-none \"><div class=\"uagb-tm__content\"><div class=\"uagb-tm__overlay\"></div><div class=\"uagb-tm__text-wrap\"><div class=\"uagb-tm__desc\">\"Proin nulla mauris et volutpat adipiscing suspendisse vehicula blandit sagittis orci etiam morbi elit etiam semper eu lacus pretium hac nisl leo amet ullamcorper.\"​</div><div class=\"uagb-tm__meta-inner\"><div class=\"uagb-tm__image-content\"><div class=\"uagb-tm__image\"><img class=\"uagb-tm-img-src\" src=\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/testimonial1-150x150.jpg\" alt=\"\" width=\"32\" height=\"32\" loading=\"lazy\"/></div></div><div class=\"uagb-testimonial-details\"><span class=\"uagb-tm__author-name\"><strong>EMILY HUNT​</strong></span><span class=\"uagb-tm__company\"></span></div></div></div></div></div></div></div>\n<!-- /wp:uagb/testimonial -->\n\n<!-- wp:uagb/star-rating {\"block_id\":\"7f8278f3\",\"rating\":4.5,\"color\":\"var(\\u002d\\u002dast-global-color-2)\",\"blockTopMargin\":30,\"blockRightMargin\":0,\"blockLeftMargin\":0,\"blockBottomMargin\":0,\"blockTopMarginMobile\":20,\"blockRightMarginMobile\":0,\"blockLeftMarginMobile\":0,\"blockBottomMarginMobile\":0} -->\n<div class=\"wp-block-uagb-star-rating uagb-block-7f8278f3\"><div class=\"uag-star-rating\" title=\"4.5/5\"><span class=\"uag-star\">★</span><span class=\"uag-star\">★</span><span class=\"uag-star\">★</span><span class=\"uag-star\">★</span><span class=\"uag-star\">★</span></div></div>\n<!-- /wp:uagb/star-rating -->\n\n<!-- wp:uagb/testimonial {\"test_item_count\":1,\"classMigrate\":true,\"test_block\":[{\"description\":\"\\u0022Proin nulla mauris et volutpat adipiscing suspendisse vehicula blandit sagittis orci etiam morbi elit etiam semper eu lacus pretium hac nisl leo amet ullamcorper.\\u0022​\",\"name\":\"\\u003cstrong\\u003e\\u003cstrong\\u003eJULIE ROBINSON​\\u003c/strong\\u003e\\u003c/strong\\u003e\",\"company\":\"\",\"image\":{\"id\":122,\"title\":\"testimonial4\",\"filename\":\"testimonial4.jpg\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/testimonial4.jpg\",\"link\":\"https://blueroan.netgen.cloud/testimonial4/\",\"alt\":\"\",\"author\":\"34\",\"description\":\"\",\"caption\":\"\",\"name\":\"testimonial4\",\"status\":\"inherit\",\"uploadedTo\":0,\"date\":\"2021-05-11T05:02:06.000Z\",\"modified\":\"2021-05-11T05:02:06.000Z\",\"menuOrder\":0,\"mime\":\"image/jpeg\",\"type\":\"image\",\"subtype\":\"jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/default.png\",\"dateFormatted\":\"May 11, 2021\",\"nonces\":{\"update\":\"4e34860add\",\"delete\":\"9e126a55cd\",\"edit\":\"33ffd3c040\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=122\\u0026action=edit\",\"meta\":false,\"authorName\":\"Rishabh\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/user-edit.php?user_id=34\",\"filesizeInBytes\":16584,\"filesizeHumanReadable\":\"16 KB\",\"context\":\"\",\"height\":250,\"width\":250,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/testimonial4-150x150.jpg\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/testimonial4.jpg\",\"height\":250,\"width\":250,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}}}],\"headingAlign\":\"left\",\"headingAlignTablet\":\"left\",\"headingAlignMobile\":\"left\",\"descColor\":\"var(\\u002d\\u002dast-global-color-3)\",\"nameFontSize\":14,\"nameLineHeight\":1,\"descFontSize\":16,\"descFontWeight\":\"600\",\"nameSpace\":1,\"block_id\":\"3ce622bf\",\"iconImage\":{\"url\":\"\",\"alt\":\"InfoBox placeholder img\"},\"imageWidth\":32,\"columnGap\":1,\"borderStyle\":\"\",\"paddingTop\":0,\"paddingBottom\":0,\"paddingLeft\":0,\"paddingRight\":0,\"spacingLink\":true,\"imgpaddingTop\":0,\"imgpaddingRight\":15,\"imgpaddingBottom\":0,\"imgpaddingLeft\":0,\"overallBorderStyle\":\"none\",\"imgTagHeight\":32,\"imgTagWidth\":150} -->\n<div class=\"wp-block-uagb-testimonial uagb-slick-carousel uagb-tm__arrow-outside uagb-block-3ce622bf uagb-post__carousel_notset uagb-post__carousel_notset-tablet uagb-post__carousel_notset-mobile\"><div class=\"is-carousel uagb-tm__columns-1 uagb-tm__items\"><div class=\"uagb-testimonial__wrap  uagb-tm__imgicon-style-circle uagb-tm__image-position-bottom uagb-tm__bg-type-none \"><div class=\"uagb-tm__content\"><div class=\"uagb-tm__overlay\"></div><div class=\"uagb-tm__text-wrap\"><div class=\"uagb-tm__desc\">\"Proin nulla mauris et volutpat adipiscing suspendisse vehicula blandit sagittis orci etiam morbi elit etiam semper eu lacus pretium hac nisl leo amet ullamcorper.\"​</div><div class=\"uagb-tm__meta-inner\"><div class=\"uagb-tm__image-content\"><div class=\"uagb-tm__image\"><img class=\"uagb-tm-img-src\" src=\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/testimonial4-150x150.jpg\" alt=\"\" width=\"32\" height=\"32\" loading=\"lazy\"/></div></div><div class=\"uagb-testimonial-details\"><span class=\"uagb-tm__author-name\"><strong><strong>JULIE ROBINSON​</strong></strong></span><span class=\"uagb-tm__company\"></span></div></div></div></div></div></div></div>\n<!-- /wp:uagb/testimonial --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"70c08b95\",\"widthDesktop\":50,\"variationSelected\":true,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-70c08b95\"><!-- wp:uagb/star-rating {\"block_id\":\"1d6f47de\",\"rating\":4.5,\"color\":\"var(\\u002d\\u002dast-global-color-2)\"} -->\n<div class=\"wp-block-uagb-star-rating uagb-block-1d6f47de\"><div class=\"uag-star-rating\" title=\"4.5/5\"><span class=\"uag-star\">★</span><span class=\"uag-star\">★</span><span class=\"uag-star\">★</span><span class=\"uag-star\">★</span><span class=\"uag-star\">★</span></div></div>\n<!-- /wp:uagb/star-rating -->\n\n<!-- wp:uagb/testimonial {\"test_item_count\":1,\"classMigrate\":true,\"test_block\":[{\"description\":\"\\u0022Proin nulla mauris et volutpat adipiscing suspendisse vehicula blandit sagittis orci etiam morbi elit etiam semper eu lacus pretium hac nisl leo amet ullamcorper.\\u0022​\",\"name\":\"\\u003cstrong\\u003e\\u003cstrong\\u003eMORGAN JONATHAN​\\u003c/strong\\u003e\\u003c/strong\\u003e\",\"company\":\"\",\"image\":{\"id\":120,\"title\":\"testimonial2\",\"filename\":\"testimonial2.jpg\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/testimonial2.jpg\",\"link\":\"https://blueroan.netgen.cloud/testimonial2/\",\"alt\":\"\",\"author\":\"34\",\"description\":\"\",\"caption\":\"\",\"name\":\"testimonial2\",\"status\":\"inherit\",\"uploadedTo\":0,\"date\":\"2021-05-11T05:02:03.000Z\",\"modified\":\"2021-05-11T05:02:03.000Z\",\"menuOrder\":0,\"mime\":\"image/jpeg\",\"type\":\"image\",\"subtype\":\"jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/default.png\",\"dateFormatted\":\"May 11, 2021\",\"nonces\":{\"update\":\"1ee6412858\",\"delete\":\"4414a2ccbf\",\"edit\":\"bde7b1f490\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=120\\u0026action=edit\",\"meta\":false,\"authorName\":\"Rishabh\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/user-edit.php?user_id=34\",\"filesizeInBytes\":10087,\"filesizeHumanReadable\":\"10 KB\",\"context\":\"\",\"height\":250,\"width\":250,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/testimonial2-150x150.jpg\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/testimonial2.jpg\",\"height\":250,\"width\":250,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}}}],\"headingAlign\":\"left\",\"headingAlignTablet\":\"left\",\"headingAlignMobile\":\"left\",\"descColor\":\"var(\\u002d\\u002dast-global-color-3)\",\"nameFontSize\":14,\"nameLineHeight\":1,\"descFontSize\":16,\"descFontWeight\":\"600\",\"nameSpace\":1,\"block_id\":\"71f120ec\",\"iconImage\":{\"url\":\"\",\"alt\":\"InfoBox placeholder img\"},\"imageWidth\":32,\"columnGap\":1,\"borderStyle\":\"\",\"paddingTop\":0,\"paddingBottom\":0,\"paddingLeft\":0,\"paddingRight\":0,\"spacingLink\":true,\"imgpaddingTop\":0,\"imgpaddingRight\":15,\"imgpaddingBottom\":0,\"imgpaddingLeft\":0,\"overallBorderStyle\":\"none\",\"imgTagHeight\":32,\"imgTagWidth\":150} -->\n<div class=\"wp-block-uagb-testimonial uagb-slick-carousel uagb-tm__arrow-outside uagb-block-71f120ec uagb-post__carousel_notset uagb-post__carousel_notset-tablet uagb-post__carousel_notset-mobile\"><div class=\"is-carousel uagb-tm__columns-1 uagb-tm__items\"><div class=\"uagb-testimonial__wrap  uagb-tm__imgicon-style-circle uagb-tm__image-position-bottom uagb-tm__bg-type-none \"><div class=\"uagb-tm__content\"><div class=\"uagb-tm__overlay\"></div><div class=\"uagb-tm__text-wrap\"><div class=\"uagb-tm__desc\">\"Proin nulla mauris et volutpat adipiscing suspendisse vehicula blandit sagittis orci etiam morbi elit etiam semper eu lacus pretium hac nisl leo amet ullamcorper.\"​</div><div class=\"uagb-tm__meta-inner\"><div class=\"uagb-tm__image-content\"><div class=\"uagb-tm__image\"><img class=\"uagb-tm-img-src\" src=\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/testimonial2-150x150.jpg\" alt=\"\" width=\"32\" height=\"32\" loading=\"lazy\"/></div></div><div class=\"uagb-testimonial-details\"><span class=\"uagb-tm__author-name\"><strong><strong>MORGAN JONATHAN​</strong></strong></span><span class=\"uagb-tm__company\"></span></div></div></div></div></div></div></div>\n<!-- /wp:uagb/testimonial -->\n\n<!-- wp:uagb/star-rating {\"block_id\":\"2e4fa495\",\"rating\":4.5,\"color\":\"var(\\u002d\\u002dast-global-color-2)\",\"blockTopMargin\":30,\"blockRightMargin\":0,\"blockLeftMargin\":0,\"blockBottomMargin\":0,\"blockTopMarginMobile\":20,\"blockRightMarginMobile\":0,\"blockLeftMarginMobile\":0,\"blockBottomMarginMobile\":0} -->\n<div class=\"wp-block-uagb-star-rating uagb-block-2e4fa495\"><div class=\"uag-star-rating\" title=\"4.5/5\"><span class=\"uag-star\">★</span><span class=\"uag-star\">★</span><span class=\"uag-star\">★</span><span class=\"uag-star\">★</span><span class=\"uag-star\">★</span></div></div>\n<!-- /wp:uagb/star-rating -->\n\n<!-- wp:uagb/testimonial {\"test_item_count\":1,\"classMigrate\":true,\"test_block\":[{\"description\":\"\\u0022Proin nulla mauris et volutpat adipiscing suspendisse vehicula blandit sagittis orci etiam morbi elit etiam semper eu lacus pretium hac nisl leo amet ullamcorper.\\u0022​\",\"name\":\"\\u003cstrong\\u003e\\u003cstrong\\u003e\\u003cstrong\\u003eJAMES BROOK​\\u003c/strong\\u003e\\u003c/strong\\u003e\\u003c/strong\\u003e\",\"company\":\"\",\"image\":{\"id\":121,\"title\":\"testimonial3\",\"filename\":\"testimonial3.jpg\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/testimonial3.jpg\",\"link\":\"https://blueroan.netgen.cloud/testimonial3/\",\"alt\":\"\",\"author\":\"34\",\"description\":\"\",\"caption\":\"\",\"name\":\"testimonial3\",\"status\":\"inherit\",\"uploadedTo\":0,\"date\":\"2021-05-11T05:02:05.000Z\",\"modified\":\"2021-05-11T05:02:05.000Z\",\"menuOrder\":0,\"mime\":\"image/jpeg\",\"type\":\"image\",\"subtype\":\"jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/default.png\",\"dateFormatted\":\"May 11, 2021\",\"nonces\":{\"update\":\"290653da5d\",\"delete\":\"90a4fb2d63\",\"edit\":\"ff8a64e56e\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=121\\u0026action=edit\",\"meta\":false,\"authorName\":\"Rishabh\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/user-edit.php?user_id=34\",\"filesizeInBytes\":8748,\"filesizeHumanReadable\":\"9 KB\",\"context\":\"\",\"height\":250,\"width\":250,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/testimonial3-150x150.jpg\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/testimonial3.jpg\",\"height\":250,\"width\":250,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}}}],\"headingAlign\":\"left\",\"headingAlignTablet\":\"left\",\"headingAlignMobile\":\"left\",\"descColor\":\"var(\\u002d\\u002dast-global-color-3)\",\"nameFontSize\":14,\"nameLineHeight\":1,\"descFontSize\":16,\"descFontWeight\":\"600\",\"nameSpace\":1,\"block_id\":\"576e357a\",\"iconImage\":{\"url\":\"\",\"alt\":\"InfoBox placeholder img\"},\"imageWidth\":32,\"columnGap\":1,\"borderStyle\":\"\",\"paddingTop\":0,\"paddingBottom\":0,\"paddingLeft\":0,\"paddingRight\":0,\"spacingLink\":true,\"imgpaddingTop\":0,\"imgpaddingRight\":15,\"imgpaddingBottom\":0,\"imgpaddingLeft\":0,\"overallBorderStyle\":\"none\",\"imgTagHeight\":32,\"imgTagWidth\":150} -->\n<div class=\"wp-block-uagb-testimonial uagb-slick-carousel uagb-tm__arrow-outside uagb-block-576e357a uagb-post__carousel_notset uagb-post__carousel_notset-tablet uagb-post__carousel_notset-mobile\"><div class=\"is-carousel uagb-tm__columns-1 uagb-tm__items\"><div class=\"uagb-testimonial__wrap  uagb-tm__imgicon-style-circle uagb-tm__image-position-bottom uagb-tm__bg-type-none \"><div class=\"uagb-tm__content\"><div class=\"uagb-tm__overlay\"></div><div class=\"uagb-tm__text-wrap\"><div class=\"uagb-tm__desc\">\"Proin nulla mauris et volutpat adipiscing suspendisse vehicula blandit sagittis orci etiam morbi elit etiam semper eu lacus pretium hac nisl leo amet ullamcorper.\"​</div><div class=\"uagb-tm__meta-inner\"><div class=\"uagb-tm__image-content\"><div class=\"uagb-tm__image\"><img class=\"uagb-tm-img-src\" src=\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/testimonial3-150x150.jpg\" alt=\"\" width=\"32\" height=\"32\" loading=\"lazy\"/></div></div><div class=\"uagb-testimonial-details\"><span class=\"uagb-tm__author-name\"><strong><strong><strong>JAMES BROOK​</strong></strong></strong></span><span class=\"uagb-tm__company\"></span></div></div></div></div></div></div></div>\n<!-- /wp:uagb/testimonial --></div>\n<!-- /wp:uagb/container --></div>\n<!-- /wp:uagb/container --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"9eb581df\",\"innerContentCustomWidthDesktop\":781,\"innerContentCustomWidthTablet\":781,\"backgroundType\":\"image\",\"backgroundImageDesktop\":{\"id\":54,\"title\":\"background-img\",\"filename\":\"background-img-1.jpg\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/background-img-1.jpg\",\"link\":\"https://blueroan.netgen.cloud/background-img-2/\",\"alt\":\"\",\"author\":\"34\",\"description\":\"\",\"caption\":\"\",\"name\":\"background-img-2\",\"status\":\"inherit\",\"uploadedTo\":0,\"date\":\"2021-05-07T10:11:37.000Z\",\"modified\":\"2021-05-07T10:11:37.000Z\",\"menuOrder\":0,\"mime\":\"image/jpeg\",\"type\":\"image\",\"subtype\":\"jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/default.png\",\"dateFormatted\":\"May 7, 2021\",\"nonces\":{\"update\":\"bb999636b9\",\"delete\":\"d2e1375bc4\",\"edit\":\"005dd2f0c9\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=54\\u0026action=edit\",\"meta\":false,\"authorName\":\"Rishabh\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/user-edit.php?user_id=34\",\"filesizeInBytes\":338858,\"filesizeHumanReadable\":\"331 KB\",\"context\":\"\",\"height\":1080,\"width\":1920,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/background-img-1-150x150.jpg\",\"orientation\":\"landscape\"},\"medium\":{\"height\":169,\"width\":300,\"url\":\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/background-img-1-300x169.jpg\",\"orientation\":\"landscape\"},\"large\":{\"height\":576,\"width\":1024,\"url\":\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/background-img-1-1024x576.jpg\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/background-img-1.jpg\",\"height\":1080,\"width\":1920,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"backgroundImageColor\":\"rgba(42,42,42,0.65)\",\"topPaddingDesktop\":144,\"bottomPaddingDesktop\":144,\"leftPaddingDesktop\":40,\"rightPaddingDesktop\":40,\"topPaddingTablet\":80,\"bottomPaddingTablet\":80,\"leftPaddingTablet\":40,\"rightPaddingTablet\":40,\"topPaddingMobile\":64,\"bottomPaddingMobile\":64,\"leftPaddingMobile\":24,\"rightPaddingMobile\":24,\"paddingLink\":false,\"variationSelected\":true,\"isBlockRootParent\":true,\"overlayType\":\"color\"} -->\n<div class=\"wp-block-uagb-container uagb-block-9eb581df alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/advanced-heading {\"block_id\":\"57127818\",\"classMigrate\":true,\"headingDescToggle\":true,\"headingAlign\":\"center\",\"headingColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"subHeadingColor\":\"var(\\u002d\\u002dast-global-color-4)\",\"headSpace\":20} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-57127818\"><h2 class=\"uagb-heading-text\">Plan an Unforgettable Experience in Mykonos Today!</h2><p class=\"uagb-desc-text\">We can help you fit your stay and experience within your allotted budget.</p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/advanced-heading {\"block_id\":\"c49670a2\",\"classMigrate\":true,\"headingTitleToggle\":false,\"headingDescToggle\":true,\"headingAlign\":\"center\",\"subHeadingColor\":\"var(\\u002d\\u002dast-global-color-4)\",\"subHeadTransform\":\"uppercase\",\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"subHeadLetterSpacing\":2,\"blockTopPadding\":60,\"blockRightPadding\":0,\"blockLeftPadding\":0,\"blockBottomPadding\":0,\"blockTopPaddingMobile\":30,\"blockRightPaddingMobile\":0,\"blockLeftPaddingMobile\":0,\"blockBottomPaddingMobile\":0} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-c49670a2\"><p class=\"uagb-desc-text\">BOOK YOUR STAY NOW​</p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/icon-list {\"block_id\":\"ff0aa9f3\",\"classMigrate\":true,\"childMigrate\":true,\"align\":\"center\",\"parentIcon\":\"phone\",\"size\":40,\"sizeMobile\":24,\"sizeTablet\":32,\"fontSize\":48,\"fontSizeMobile\":28,\"fontSizeTablet\":40,\"fontWeight\":\"600\",\"iconColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"labelColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"blockTopPadding\":0,\"blockRightPadding\":0,\"blockLeftPadding\":0,\"blockBottomPadding\":24,\"blockPaddingLink\":false} -->\n<div class=\"wp-block-uagb-icon-list uagb-block-ff0aa9f3\"><div class=\"uagb-icon-list__wrap\"><!-- wp:uagb/icon-list-child {\"block_id\":\"84f5547c\",\"label\":\"+1-123 456 7890​\",\"label_color\":\"\",\"fromParentIcon\":\"phone\",\"imageSizeChild\":40} -->\n<div class=\"wp-block-uagb-icon-list-child uagb-block-84f5547c\"><span class=\"uagb-icon-list__source-wrap\"><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M511.2 387l-23.25 100.8c-3.266 14.25-15.79 24.22-30.46 24.22C205.2 512 0 306.8 0 54.5c0-14.66 9.969-27.2 24.22-30.45l100.8-23.25C139.7-2.602 154.7 5.018 160.8 18.92l46.52 108.5c5.438 12.78 1.77 27.67-8.98 36.45L144.5 207.1c33.98 69.22 90.26 125.5 159.5 159.5l44.08-53.8c8.688-10.78 23.69-14.51 36.47-8.975l108.5 46.51C506.1 357.2 514.6 372.4 511.2 387z\"></path></svg></span><span class=\"uagb-icon-list__label\">+1-123 456 7890​</span></div>\n<!-- /wp:uagb/icon-list-child --></div></div>\n<!-- /wp:uagb/icon-list --></div></div>\n<!-- /wp:uagb/container -->',	'Home',	'',	'inherit',	'closed',	'closed',	'',	'760-revision-v1',	'',	'',	'2022-12-13 11:10:48',	'2022-12-13 11:10:48',	'',	760,	'https://blueroan.netgen.cloud/?p=826',	0,	'revision',	'',	0),
(828,	2,	'2022-12-13 11:31:17',	'2022-12-13 11:31:17',	'',	'Blue Roan - pool',	'',	'inherit',	'open',	'closed',	'',	'blue-roan-pool-2',	'',	'',	'2022-12-13 11:31:32',	'2022-12-13 11:31:32',	'',	760,	'https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Blue-Roan-pool.png',	0,	'attachment',	'image/png',	0),
(829,	2,	'2022-12-13 11:36:38',	'2022-12-13 11:36:38',	'',	'img-20160605-wa0002-largejpg',	'',	'inherit',	'open',	'closed',	'',	'img-20160605-wa0002-largejpg',	'',	'',	'2022-12-13 11:36:38',	'2022-12-13 11:36:38',	'',	760,	'https://blueroan.netgen.cloud/wp-content/uploads/2022/12/img-20160605-wa0002-largejpg.png',	0,	'attachment',	'image/png',	0),
(830,	2,	'2022-12-13 11:38:17',	'2022-12-13 11:38:17',	'',	'ef9d0188da11e2bc56788f5619d9d539',	'',	'inherit',	'open',	'closed',	'',	'ef9d0188da11e2bc56788f5619d9d539',	'',	'',	'2022-12-13 11:38:17',	'2022-12-13 11:38:17',	'',	760,	'https://blueroan.netgen.cloud/wp-content/uploads/2022/12/ef9d0188da11e2bc56788f5619d9d539.png',	0,	'attachment',	'image/png',	0),
(831,	2,	'2022-12-13 11:38:39',	'2022-12-13 11:38:39',	'<!-- wp:uagb/container {\"block_id\":\"5a3184d5\",\"minHeightDesktop\":95,\"minHeightTablet\":70,\"minHeightMobile\":80,\"minHeightType\":\"vh\",\"alignItemsDesktop\":\"flex-start\",\"backgroundType\":\"image\",\"backgroundImageDesktop\":{\"uploading\":false,\"date\":1670921854000,\"filename\":\"Blue-Roan-pool.jpg\",\"menuOrder\":0,\"uploadedTo\":760,\"type\":\"image\",\"subtype\":\"jpeg\",\"id\":784,\"title\":\"Blue Roan - pool\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Blue-Roan-pool.jpg\",\"link\":\"https://blueroan.netgen.cloud/home/blue-roan-pool/\",\"alt\":\"\",\"author\":\"2\",\"description\":\"\",\"caption\":\"\",\"name\":\"blue-roan-pool\",\"status\":\"inherit\",\"modified\":1670921854000,\"mime\":\"image/jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-includes/images/media/default.png\",\"dateFormatted\":\"December 13, 2022\",\"nonces\":{\"update\":\"51a12ed09e\",\"delete\":\"5174068551\",\"edit\":\"1de0721407\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=784\\u0026action=edit\",\"meta\":false,\"authorName\":\"Netgen Support\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/profile.php\",\"uploadedToTitle\":\"Home\",\"uploadedToLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=760\\u0026action=edit\",\"filesizeInBytes\":154801,\"filesizeHumanReadable\":\"151 KB\",\"context\":\"\",\"height\":667,\"width\":1000,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Blue-Roan-pool-150x150.jpg\",\"orientation\":\"landscape\"},\"medium\":{\"height\":200,\"width\":300,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Blue-Roan-pool-300x200.jpg\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Blue-Roan-pool.jpg\",\"height\":667,\"width\":1000,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"backgroundPositionDesktop\":{\"x\":0.5,\"y\":0.25},\"backgroundImageColor\":\"rgba(42,42,42,0.35)\",\"topPaddingDesktop\":0,\"bottomPaddingDesktop\":0,\"leftPaddingDesktop\":40,\"rightPaddingDesktop\":40,\"topPaddingTablet\":120,\"bottomPaddingTablet\":120,\"leftPaddingTablet\":40,\"rightPaddingTablet\":40,\"topPaddingMobile\":150,\"bottomPaddingMobile\":150,\"leftPaddingMobile\":20,\"rightPaddingMobile\":20,\"paddingLink\":false,\"variationSelected\":true,\"isBlockRootParent\":true,\"overlayType\":\"color\",\"minHeightTypeTablet\":\"vh\",\"minHeightTypeMobile\":\"vh\"} -->\n<div class=\"wp-block-uagb-container uagb-block-5a3184d5 alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/info-box {\"classMigrate\":true,\"headingAlign\":\"left\",\"headingColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"subHeadingColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"headingTag\":\"h1\",\"subHeadFontSize\":17,\"subHeadFontSizeMobile\":15,\"headSpace\":20,\"subHeadSpace\":40,\"block_id\":\"71c60027\",\"ctaIcon\":\"\",\"ctaType\":\"button\",\"ctaText\":\"Book Your Stay Now\",\"ctaLink\":\"#\",\"ctaBtnLinkColor\":\"var(\\u002d\\u002dast-global-color-2)\",\"ctaLinkHoverColor\":\"var(\\u002d\\u002dast-global-color-2)\",\"ctaBgColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"ctaBgHoverColor\":\"var(\\u002d\\u002dast-global-color-4)\",\"ctaBorderColor\":\"\",\"ctaBorderStyle\":\"\",\"ctaBorderWidth\":\"\",\"ctaBorderRadius\":\"\",\"iconImage\":{\"url\":\"\",\"alt\":\"InfoBox placeholder img\"},\"showIcon\":false,\"paddingBtnTop\":18,\"paddingBtnBottom\":18,\"paddingBtnLeft\":34,\"paddingBtnRight\":34,\"blockTopPadding\":0,\"blockRightPadding\":40,\"blockLeftPadding\":0,\"blockBottomPadding\":0,\"blockTopPaddingTablet\":0,\"blockRightPaddingTablet\":64,\"blockLeftPaddingTablet\":0,\"blockBottomPaddingTablet\":0,\"blockTopPaddingMobile\":0,\"blockRightPaddingMobile\":0,\"blockLeftPaddingMobile\":0,\"blockBottomPaddingMobile\":0,\"blockPaddingUnit\":\"%\",\"blockPaddingLink\":false,\"subHeadMarginTopTablet\":0,\"subHeadMarginRightTablet\":64,\"subHeadTabletSpace\":40,\"subHeadMarginLeftTablet\":0,\"subHeadMarginTopMobile\":0,\"subHeadMarginRightMobile\":0,\"subHeadMobileSpace\":40,\"subHeadMarginLeftMobile\":0,\"btnBorderTopWidth\":1,\"btnBorderLeftWidth\":1,\"btnBorderRightWidth\":1,\"btnBorderBottomWidth\":1,\"btnBorderTopLeftRadius\":0,\"btnBorderTopRightRadius\":0,\"btnBorderBottomLeftRadius\":0,\"btnBorderBottomRightRadius\":0,\"btnBorderStyle\":\"none\",\"btnBorderColor\":\"#333\"} -->\n<div class=\"wp-block-uagb-info-box uagb-block-71c60027 uagb-infobox__content-wrap  uagb-infobox-icon-above-title uagb-infobox-image-valign-top\"><div class=\"uagb-ifb-content\"><div class=\"uagb-ifb-title-wrap\"><h1 class=\"uagb-ifb-title\"><strong>Magaliesburg pet friendly self-catering accommodation</strong></h1></div><p class=\"uagb-ifb-desc\">Romantic pet-friendly self-catering accommodation in Magaliesburg, Gauteng.</p><div class=\"uagb-ifb-button-wrapper wp-block-button\"><a href=\"#\" class=\"uagb-infobox-cta-link wp-block-button__link\" target=\"_self\" rel=\"noopener noreferrer\" alt=\"\"><span class=\"uagb-inline-editing\">Book Your Stay Now</span></a></div></div></div>\n<!-- /wp:uagb/info-box --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"9ad034ea\",\"directionDesktop\":\"row\",\"directionMobile\":\"column-reverse\",\"alignItemsDesktop\":\"flex-start\",\"backgroundType\":\"color\",\"backgroundSizeTablet\":\"cover\",\"backgroundSizeMobile\":\"cover\",\"backgroundColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"topPaddingDesktop\":60,\"bottomPaddingDesktop\":60,\"topPaddingTablet\":80,\"bottomPaddingTablet\":80,\"leftPaddingTablet\":40,\"rightPaddingTablet\":40,\"topPaddingMobile\":64,\"bottomPaddingMobile\":64,\"leftPaddingMobile\":24,\"rightPaddingMobile\":24,\"paddingLink\":false,\"variationSelected\":true,\"columnGapDesktop\":60,\"columnGapTablet\":50,\"isBlockRootParent\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-9ad034ea alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/container {\"block_id\":\"33513e7b\",\"widthDesktop\":50,\"variationSelected\":true,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-33513e7b\"><!-- wp:image {\"id\":797,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-13.jpg\" alt=\"\" class=\"wp-image-797\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The Blue Roan Country Lodge is situated just 5 minutes from the village of Magaliesburg on a tar road so easy access for all cars. &nbsp;We have panoramic views of the Magaliesberg mountain range and our farm is the perfect place for a relaxing getaway in the country. &nbsp;As we are only 70 km from JHB and Pretoria, it is only an hour’s drive.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:buttons -->\n<div class=\"wp-block-buttons\"><!-- wp:button -->\n<div class=\"wp-block-button\"><a class=\"wp-block-button__link wp-element-button\" href=\"/accommodation/\">View accomodation</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"8220939f\",\"widthDesktop\":50,\"leftPaddingDesktop\":0,\"paddingLink\":false,\"variationSelected\":true,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-8220939f\"><!-- wp:uagb/advanced-heading {\"block_id\":\"8257d01e\",\"classMigrate\":true,\"headingDescToggle\":true,\"subHeadingColor\":\"\",\"headSpace\":20,\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-8257d01e\"><h2 class=\"uagb-heading-text\"><strong>Blue Roan is a 4-star graded pet-friendly venue</strong></h2><p class=\"uagb-desc-text\">Our goal is to provide high-quality, romantic, comfortable, and affordable self-catering accommodation on the outskirts of the village of &nbsp;Magaliesburg. &nbsp;For animal lovers, we are also&nbsp;pet-friendly&nbsp;by arrangement in most of the units all of which have their own fully fenced and gated private grassy gardens.</p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/image {\"block_id\":\"1a3ef527\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/hammock-in-the-garden.jpg\",\"align\":\"left\",\"id\":799,\"linkDestination\":\"none\",\"naturalWidth\":600,\"naturalHeight\":400,\"sizeSlug\":\"full\",\"sizeSlugTablet\":\"full\",\"sizeSlugMobile\":\"full\",\"imageTopMargin\":20,\"imageRightMargin\":0,\"imageLeftMargin\":0,\"imageBottomMargin\":0,\"imageTopMarginMobile\":0,\"imageRightMarginMobile\":0,\"imageLeftMarginMobile\":0,\"imageBottomMarginMobile\":0,\"imageMarginLink\":false} -->\n<div class=\"wp-block-uagb-image uagb-block-1a3ef527 wp-block-uagb-image--layout-default wp-block-uagb-image--effect-static wp-block-uagb-image--align-left\"><figure class=\"wp-block-uagb-image__figure\"><img srcset=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/hammock-in-the-garden.jpg \" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/hammock-in-the-garden.jpg\" alt=\"\" class=\"uag-image-799\" width=\"\" height=\"\" title=\"\" loading=\"lazy\"/></figure></div>\n<!-- /wp:uagb/image --></div>\n<!-- /wp:uagb/container --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"cb374d33\",\"directionDesktop\":\"row\",\"directionMobile\":\"column-reverse\",\"alignItemsDesktop\":\"flex-start\",\"backgroundType\":\"color\",\"backgroundSizeTablet\":\"cover\",\"backgroundSizeMobile\":\"cover\",\"backgroundColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"topPaddingDesktop\":0,\"bottomPaddingDesktop\":0,\"topPaddingTablet\":80,\"bottomPaddingTablet\":80,\"leftPaddingTablet\":40,\"rightPaddingTablet\":40,\"topPaddingMobile\":64,\"bottomPaddingMobile\":64,\"leftPaddingMobile\":24,\"rightPaddingMobile\":24,\"paddingLink\":false,\"variationSelected\":true,\"rowGapDesktop\":0,\"columnGapDesktop\":0,\"columnGapTablet\":50,\"isBlockRootParent\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-cb374d33 alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:image {\"align\":\"center\",\"id\":794,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image aligncenter size-full\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/210-2108726_too-great-for-us-tourism-grading-council-of-south-5.png\" alt=\"\" class=\"wp-image-794\"/></figure>\n<!-- /wp:image --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"136accdb\",\"backgroundType\":\"color\",\"backgroundSizeTablet\":\"cover\",\"backgroundSizeMobile\":\"cover\",\"backgroundColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"topPaddingDesktop\":50,\"bottomPaddingDesktop\":100,\"topPaddingTablet\":50,\"bottomPaddingTablet\":25,\"leftPaddingTablet\":20,\"rightPaddingTablet\":20,\"topPaddingMobile\":50,\"bottomPaddingMobile\":20,\"leftPaddingMobile\":20,\"rightPaddingMobile\":20,\"paddingLink\":false,\"variationSelected\":true,\"rowGapDesktop\":0,\"isBlockRootParent\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-136accdb alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/container {\"block_id\":\"ef1ed53f\",\"directionDesktop\":\"row\",\"alignItemsDesktop\":\"flex-end\",\"alignItemsTablet\":\"flex-end\",\"justifyContentDesktop\":\"flex-end\",\"justifyContentTablet\":\"space-between\",\"variationSelected\":true,\"rowGapMobile\":30,\"columnGapDesktop\":0} -->\n<div class=\"wp-block-uagb-container uagb-block-ef1ed53f\"><!-- wp:uagb/advanced-heading {\"block_id\":\"a188e81f\",\"classMigrate\":true,\"headingDescToggle\":true,\"subHeadingColor\":\"\",\"headSpace\":20,\"subHeadFontSize\":16} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-a188e81f\"><h2 class=\"uagb-heading-text\">Amenities &amp; Interests ​</h2><p class=\"uagb-desc-text\">If you are looking for a relaxing, refreshing and rejuvenating experience altogether, we offer all of that under one roof.</p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/buttons {\"block_id\":\"9d05be16\",\"classMigrate\":true,\"childMigrate\":true,\"align\":\"right\",\"alignTablet\":\"right\",\"alignMobile\":\"left\",\"gap\":0} -->\n<div class=\"wp-block-uagb-buttons uagb-buttons__outer-wrap uagb-btn__default-btn uagb-btn-tablet__default-btn uagb-btn-mobile__default-btn uagb-block-9d05be16\"><div class=\"uagb-buttons__wrap uagb-buttons-layout-wrap\"><!-- wp:uagb/buttons-child {\"block_id\":\"100188d5\",\"label\":\"View All\",\"link\":\"#\",\"hColor\":\"\",\"borderWidth\":\"\",\"borderRadius\":\"\",\"borderStyle\":\"\",\"borderColor\":\"\",\"borderHColor\":\"\",\"btnBorderTopWidth\":1,\"btnBorderLeftWidth\":1,\"btnBorderRightWidth\":1,\"btnBorderBottomWidth\":1,\"btnBorderTopLeftRadius\":2,\"btnBorderTopRightRadius\":2,\"btnBorderBottomLeftRadius\":2,\"btnBorderBottomRightRadius\":2,\"btnBorderStyle\":\"solid\",\"btnBorderColor\":\"#333\",\"btnBorderHColor\":\"#333\"} -->\n<div class=\"wp-block-uagb-buttons-child uagb-buttons__outer-wrap uagb-block-100188d5 wp-block-button is-style-outline\"><div class=\"uagb-button__wrapper\"><a class=\"uagb-buttons-repeater wp-block-button__link\" href=\"#\" rel=\"follow noopener\" target=\"_self\"><div class=\"uagb-button__link\">View All</div></a></div></div>\n<!-- /wp:uagb/buttons-child --></div></div>\n<!-- /wp:uagb/buttons --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"96956c14\",\"directionDesktop\":\"row\",\"alignItemsTablet\":\"flex-start\",\"paddingLink\":false,\"topMarginDesktop\":50,\"bottomMarginDesktop\":20,\"leftMarginDesktop\":0,\"rightMarginDesktop\":0,\"marginLink\":false,\"variationSelected\":true,\"rowGapMobile\":65,\"columnGapDesktop\":48,\"columnGapTablet\":20} -->\n<div class=\"wp-block-uagb-container uagb-block-96956c14\"><!-- wp:uagb/info-box {\"classMigrate\":true,\"headingAlign\":\"left\",\"headingColor\":\"\",\"subHeadingColor\":\"\",\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"source_type\":\"image\",\"block_id\":\"cf03aa44\",\"ctaType\":\"text\",\"ctaText\":\"READ MORE\",\"ctaLinkColor\":\"var(\\u002d\\u002dast-global-color-0)\",\"ctaDecoration\":\"underline\",\"ctaFontSize\":12,\"ctaFontWeight\":\"600\",\"ctaLetterSpacing\":2,\"ctaBorderColor\":\"\",\"ctaBorderStyle\":\"\",\"ctaBorderWidth\":\"\",\"ctaBorderRadius\":\"\",\"iconBottomMargin\":30,\"iconImage\":{\"uploading\":false,\"date\":1670931077000,\"filename\":\"Blue-Roan-pool.png\",\"menuOrder\":0,\"uploadedTo\":760,\"type\":\"image\",\"subtype\":\"png\",\"id\":828,\"title\":\"Blue Roan - pool\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Blue-Roan-pool.png\",\"link\":\"https://blueroan.netgen.cloud/home/blue-roan-pool-2/\",\"alt\":\"Blue Roan\'s rock pool \",\"author\":\"2\",\"description\":\"\",\"caption\":\"\",\"name\":\"blue-roan-pool-2\",\"status\":\"inherit\",\"modified\":1670931077000,\"mime\":\"image/png\",\"icon\":\"https://blueroan.netgen.cloud/wp-includes/images/media/default.png\",\"dateFormatted\":\"December 13, 2022\",\"nonces\":{\"update\":\"e2bf85c0b3\",\"delete\":\"4ae010bf18\",\"edit\":\"ff13b929de\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=828\\u0026action=edit\",\"meta\":false,\"authorName\":\"Netgen Support\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/profile.php\",\"uploadedToTitle\":\"Home\",\"uploadedToLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=760\\u0026action=edit\",\"filesizeInBytes\":255511,\"filesizeHumanReadable\":\"250 KB\",\"context\":\"\",\"height\":440,\"width\":370,\"orientation\":\"portrait\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Blue-Roan-pool-150x150.png\",\"orientation\":\"landscape\"},\"medium\":{\"height\":300,\"width\":252,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Blue-Roan-pool-252x300.png\",\"orientation\":\"portrait\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Blue-Roan-pool.png\",\"height\":440,\"width\":370,\"orientation\":\"portrait\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"imageSize\":\"full\",\"imageWidth\":100,\"imageWidthMobile\":100,\"imageWidthTablet\":100,\"paddingBtnTop\":10,\"paddingBtnBottom\":10,\"paddingBtnLeft\":14,\"paddingBtnRight\":14,\"imageWidthUnit\":\"%\",\"imageWidthUnitTablet\":\"%\",\"imageWidthUnitMobile\":\"%\",\"subHeadTopMargin\":0,\"subHeadRightMargin\":40,\"subHeadLeftMargin\":0,\"subHeadMarginTopTablet\":0,\"subHeadMarginRightTablet\":0,\"subHeadTabletSpace\":20,\"subHeadMarginLeftTablet\":0,\"imgTagHeight\":118,\"imgTagWidth\":370,\"btnBorderTopWidth\":1,\"btnBorderLeftWidth\":1,\"btnBorderRightWidth\":1,\"btnBorderBottomWidth\":1,\"btnBorderTopLeftRadius\":0,\"btnBorderTopRightRadius\":0,\"btnBorderBottomLeftRadius\":0,\"btnBorderBottomRightRadius\":0,\"btnBorderStyle\":\"solid\",\"btnBorderColor\":\"#333\"} -->\n<div class=\"wp-block-uagb-info-box uagb-block-cf03aa44 uagb-infobox__content-wrap  uagb-infobox-icon-above-title uagb-infobox-image-valign-top\"><div class=\"uagb-ifb-content\"><div class=\"uagb-ifb-image-content\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Blue-Roan-pool.png\" alt=\"Blue Roan\'s rock pool \" width=\"100\" height=\"118\" loading=\"lazy\"/></div><div class=\"uagb-ifb-title-wrap\"><h3 class=\"uagb-ifb-title\">A relaxing rock Pool​</h3></div><p class=\"uagb-ifb-desc\">Experience the joy of swimming in our rock pool perfect for those hot sunny days.</p><div class=\"uagb-ifb-button-wrapper wp-block-button\"><a href=\"\" target=\"_self\" class=\"uagb-infobox-cta-link uagb-disable-link\" rel=\"noopener noreferrer\" alt=\"\"><span class=\"uagb-inline-editing\">READ MORE</span><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M504.3 273.6l-112.1 104c-6.992 6.484-17.18 8.218-25.94 4.406c-8.758-3.812-14.42-12.45-14.42-21.1L351.9 288H32C14.33 288 .0002 273.7 .0002 255.1S14.33 224 32 224h319.9l0-72c0-9.547 5.66-18.19 14.42-22c8.754-3.809 18.95-2.075 25.94 4.41l112.1 104C514.6 247.9 514.6 264.1 504.3 273.6z\"></path></svg></a></div></div></div>\n<!-- /wp:uagb/info-box -->\n\n<!-- wp:uagb/info-box {\"classMigrate\":true,\"headingAlign\":\"left\",\"headingColor\":\"\",\"subHeadingColor\":\"\",\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"source_type\":\"image\",\"block_id\":\"3c483066\",\"ctaType\":\"text\",\"ctaText\":\"READ MORE\",\"ctaLinkColor\":\"var(\\u002d\\u002dast-global-color-0)\",\"ctaDecoration\":\"underline\",\"ctaFontSize\":12,\"ctaFontWeight\":\"600\",\"ctaLetterSpacing\":2,\"ctaBorderColor\":\"\",\"ctaBorderStyle\":\"\",\"ctaBorderWidth\":\"\",\"ctaBorderRadius\":\"\",\"iconBottomMargin\":30,\"iconImage\":{\"id\":235,\"title\":\"spa\",\"filename\":\"spa.jpg\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/spa.jpg\",\"link\":\"https://blueroan.netgen.cloud/spa/\",\"alt\":\"\",\"author\":\"34\",\"description\":\"\",\"caption\":\"\",\"name\":\"spa\",\"status\":\"inherit\",\"uploadedTo\":0,\"date\":\"2021-05-11T10:14:20.000Z\",\"modified\":\"2021-05-11T10:14:20.000Z\",\"menuOrder\":0,\"mime\":\"image/jpeg\",\"type\":\"image\",\"subtype\":\"jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/default.png\",\"dateFormatted\":\"May 11, 2021\",\"nonces\":{\"update\":\"580ee12d5e\",\"delete\":\"261a8e7a22\",\"edit\":\"6139a47c8c\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=235\\u0026action=edit\",\"meta\":false,\"authorName\":\"Rishabh\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/user-edit.php?user_id=34\",\"filesizeInBytes\":27664,\"filesizeHumanReadable\":\"27 KB\",\"context\":\"\",\"height\":440,\"width\":370,\"orientation\":\"portrait\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/spa-150x150.jpg\",\"orientation\":\"landscape\"},\"medium\":{\"height\":300,\"width\":252,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/spa-252x300-1.jpg\",\"orientation\":\"portrait\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/spa.jpg\",\"height\":440,\"width\":370,\"orientation\":\"portrait\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"imageSize\":\"full\",\"imageWidth\":100,\"imageWidthMobile\":100,\"imageWidthTablet\":100,\"paddingBtnTop\":10,\"paddingBtnBottom\":10,\"paddingBtnLeft\":14,\"paddingBtnRight\":14,\"imageWidthUnit\":\"%\",\"imageWidthUnitTablet\":\"%\",\"imageWidthUnitMobile\":\"%\",\"subHeadTopMargin\":0,\"subHeadRightMargin\":40,\"subHeadLeftMargin\":0,\"subHeadMarginTopTablet\":0,\"subHeadMarginRightTablet\":0,\"subHeadTabletSpace\":20,\"subHeadMarginLeftTablet\":0,\"imgTagHeight\":118,\"imgTagWidth\":370,\"btnBorderTopWidth\":1,\"btnBorderLeftWidth\":1,\"btnBorderRightWidth\":1,\"btnBorderBottomWidth\":1,\"btnBorderTopLeftRadius\":0,\"btnBorderTopRightRadius\":0,\"btnBorderBottomLeftRadius\":0,\"btnBorderBottomRightRadius\":0,\"btnBorderStyle\":\"solid\",\"btnBorderColor\":\"#333\"} -->\n<div class=\"wp-block-uagb-info-box uagb-block-3c483066 uagb-infobox__content-wrap  uagb-infobox-icon-above-title uagb-infobox-image-valign-top\"><div class=\"uagb-ifb-content\"><div class=\"uagb-ifb-image-content\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/spa.jpg\" alt=\"\" width=\"100\" height=\"118\" loading=\"lazy\"/></div><div class=\"uagb-ifb-title-wrap\"><h3 class=\"uagb-ifb-title\">An Iconic Spa​</h3></div><p class=\"uagb-ifb-desc\">Set forth on an exquisite wellness journey to refresh, re-energize and rejuvenate at our iconic spa.</p><div class=\"uagb-ifb-button-wrapper wp-block-button\"><a href=\"\" target=\"_self\" class=\"uagb-infobox-cta-link uagb-disable-link\" rel=\"noopener noreferrer\" alt=\"\"><span class=\"uagb-inline-editing\">READ MORE</span><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M504.3 273.6l-112.1 104c-6.992 6.484-17.18 8.218-25.94 4.406c-8.758-3.812-14.42-12.45-14.42-21.1L351.9 288H32C14.33 288 .0002 273.7 .0002 255.1S14.33 224 32 224h319.9l0-72c0-9.547 5.66-18.19 14.42-22c8.754-3.809 18.95-2.075 25.94 4.41l112.1 104C514.6 247.9 514.6 264.1 504.3 273.6z\"></path></svg></a></div></div></div>\n<!-- /wp:uagb/info-box -->\n\n<!-- wp:uagb/info-box {\"classMigrate\":true,\"headingAlign\":\"left\",\"headingColor\":\"\",\"subHeadingColor\":\"\",\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"source_type\":\"image\",\"block_id\":\"2ebdfbec\",\"ctaType\":\"text\",\"ctaText\":\"READ MORE\",\"ctaLinkColor\":\"var(\\u002d\\u002dast-global-color-0)\",\"ctaDecoration\":\"underline\",\"ctaFontSize\":12,\"ctaFontWeight\":\"600\",\"ctaLetterSpacing\":2,\"ctaBorderColor\":\"\",\"ctaBorderStyle\":\"\",\"ctaBorderWidth\":\"\",\"ctaBorderRadius\":\"\",\"iconBottomMargin\":30,\"iconImage\":{\"id\":115,\"title\":\"rooms\",\"filename\":\"rooms.jpg\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/rooms.jpg\",\"link\":\"https://blueroan.netgen.cloud/rooms-2/\",\"alt\":\"\",\"author\":\"34\",\"description\":\"\",\"caption\":\"\",\"name\":\"rooms-2\",\"status\":\"inherit\",\"uploadedTo\":0,\"date\":\"2021-05-11T04:53:41.000Z\",\"modified\":\"2021-05-11T04:53:41.000Z\",\"menuOrder\":0,\"mime\":\"image/jpeg\",\"type\":\"image\",\"subtype\":\"jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/default.png\",\"dateFormatted\":\"May 11, 2021\",\"nonces\":{\"update\":\"4e23be63e1\",\"delete\":\"0c10fb0869\",\"edit\":\"714e3ba079\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=115\\u0026action=edit\",\"meta\":false,\"authorName\":\"Rishabh\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/user-edit.php?user_id=34\",\"filesizeInBytes\":31085,\"filesizeHumanReadable\":\"30 KB\",\"context\":\"\",\"height\":440,\"width\":370,\"orientation\":\"portrait\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/rooms-150x150.jpg\",\"orientation\":\"landscape\"},\"medium\":{\"height\":300,\"width\":252,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/rooms-252x300-1.jpg\",\"orientation\":\"portrait\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/rooms.jpg\",\"height\":440,\"width\":370,\"orientation\":\"portrait\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"imageSize\":\"full\",\"imageWidth\":100,\"imageWidthMobile\":100,\"imageWidthTablet\":100,\"paddingBtnTop\":10,\"paddingBtnBottom\":10,\"paddingBtnLeft\":14,\"paddingBtnRight\":14,\"imageWidthUnit\":\"%\",\"imageWidthUnitTablet\":\"%\",\"imageWidthUnitMobile\":\"%\",\"subHeadTopMargin\":0,\"subHeadRightMargin\":40,\"subHeadLeftMargin\":0,\"subHeadMarginTopTablet\":0,\"subHeadMarginRightTablet\":0,\"subHeadTabletSpace\":20,\"subHeadMarginLeftTablet\":0,\"imgTagHeight\":118,\"imgTagWidth\":370,\"btnBorderTopWidth\":1,\"btnBorderLeftWidth\":1,\"btnBorderRightWidth\":1,\"btnBorderBottomWidth\":1,\"btnBorderTopLeftRadius\":0,\"btnBorderTopRightRadius\":0,\"btnBorderBottomLeftRadius\":0,\"btnBorderBottomRightRadius\":0,\"btnBorderStyle\":\"solid\",\"btnBorderColor\":\"#333\"} -->\n<div class=\"wp-block-uagb-info-box uagb-block-2ebdfbec uagb-infobox__content-wrap  uagb-infobox-icon-above-title uagb-infobox-image-valign-top\"><div class=\"uagb-ifb-content\"><div class=\"uagb-ifb-image-content\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/rooms.jpg\" alt=\"\" width=\"100\" height=\"118\" loading=\"lazy\"/></div><div class=\"uagb-ifb-title-wrap\"><h3 class=\"uagb-ifb-title\">In-house Restaurants​</h3></div><p class=\"uagb-ifb-desc\">We have three in-house restaurants offering different cuisines that you can choose from.</p><div class=\"uagb-ifb-button-wrapper wp-block-button\"><a href=\"\" target=\"_self\" class=\"uagb-infobox-cta-link uagb-disable-link\" rel=\"noopener noreferrer\" alt=\"\"><span class=\"uagb-inline-editing\">READ MORE</span><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M504.3 273.6l-112.1 104c-6.992 6.484-17.18 8.218-25.94 4.406c-8.758-3.812-14.42-12.45-14.42-21.1L351.9 288H32C14.33 288 .0002 273.7 .0002 255.1S14.33 224 32 224h319.9l0-72c0-9.547 5.66-18.19 14.42-22c8.754-3.809 18.95-2.075 25.94 4.41l112.1 104C514.6 247.9 514.6 264.1 504.3 273.6z\"></path></svg></a></div></div></div>\n<!-- /wp:uagb/info-box --></div>\n<!-- /wp:uagb/container --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"c28d154c\",\"backgroundType\":\"color\",\"backgroundSizeTablet\":\"cover\",\"backgroundSizeMobile\":\"cover\",\"backgroundColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"topPaddingDesktop\":50,\"bottomPaddingDesktop\":100,\"topPaddingTablet\":50,\"bottomPaddingTablet\":25,\"leftPaddingTablet\":20,\"rightPaddingTablet\":20,\"topPaddingMobile\":50,\"bottomPaddingMobile\":20,\"leftPaddingMobile\":20,\"rightPaddingMobile\":20,\"paddingLink\":false,\"variationSelected\":true,\"rowGapDesktop\":0,\"isBlockRootParent\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-c28d154c alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/container {\"block_id\":\"a12069a1\",\"directionDesktop\":\"row\",\"alignItemsDesktop\":\"flex-end\",\"alignItemsTablet\":\"flex-end\",\"justifyContentDesktop\":\"flex-end\",\"justifyContentTablet\":\"space-between\",\"variationSelected\":true,\"rowGapMobile\":30,\"columnGapDesktop\":0} -->\n<div class=\"wp-block-uagb-container uagb-block-a12069a1\"><!-- wp:uagb/advanced-heading {\"block_id\":\"5b674936\",\"classMigrate\":true,\"headingDescToggle\":true,\"subHeadingColor\":\"\",\"headSpace\":20,\"subHeadFontSize\":16} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-5b674936\"><h2 class=\"uagb-heading-text\">Amenities &amp; Interests ​</h2><p class=\"uagb-desc-text\">If you are looking for a relaxing, refreshing and rejuvenating experience altogether, we offer all of that under one roof.</p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/buttons {\"block_id\":\"fde2fc66\",\"classMigrate\":true,\"childMigrate\":true,\"align\":\"right\",\"alignTablet\":\"right\",\"alignMobile\":\"left\",\"gap\":0} -->\n<div class=\"wp-block-uagb-buttons uagb-buttons__outer-wrap uagb-btn__default-btn uagb-btn-tablet__default-btn uagb-btn-mobile__default-btn uagb-block-fde2fc66\"><div class=\"uagb-buttons__wrap uagb-buttons-layout-wrap\"><!-- wp:uagb/buttons-child {\"block_id\":\"8a3d1556\",\"label\":\"View All\",\"link\":\"#\",\"hColor\":\"\",\"borderWidth\":\"\",\"borderRadius\":\"\",\"borderStyle\":\"\",\"borderColor\":\"\",\"borderHColor\":\"\",\"btnBorderTopWidth\":1,\"btnBorderLeftWidth\":1,\"btnBorderRightWidth\":1,\"btnBorderBottomWidth\":1,\"btnBorderTopLeftRadius\":2,\"btnBorderTopRightRadius\":2,\"btnBorderBottomLeftRadius\":2,\"btnBorderBottomRightRadius\":2,\"btnBorderStyle\":\"solid\",\"btnBorderColor\":\"#333\",\"btnBorderHColor\":\"#333\"} -->\n<div class=\"wp-block-uagb-buttons-child uagb-buttons__outer-wrap uagb-block-8a3d1556 wp-block-button is-style-outline\"><div class=\"uagb-button__wrapper\"><a class=\"uagb-buttons-repeater wp-block-button__link\" href=\"#\" rel=\"follow noopener\" target=\"_self\"><div class=\"uagb-button__link\">View All</div></a></div></div>\n<!-- /wp:uagb/buttons-child --></div></div>\n<!-- /wp:uagb/buttons --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"9fded756\",\"directionDesktop\":\"row\",\"alignItemsTablet\":\"flex-start\",\"paddingLink\":false,\"topMarginDesktop\":50,\"bottomMarginDesktop\":20,\"leftMarginDesktop\":0,\"rightMarginDesktop\":0,\"marginLink\":false,\"variationSelected\":true,\"rowGapMobile\":65,\"columnGapDesktop\":48,\"columnGapTablet\":20} -->\n<div class=\"wp-block-uagb-container uagb-block-9fded756\"><!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"align\":\"center\",\"id\":828,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image aligncenter size-full\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Blue-Roan-pool.png\" alt=\"Blue Roan\'s rock pool\" class=\"wp-image-828\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>A relaxing rock Pool​</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Experience the joy of swimming in our rock pool perfect for those hot sunny days.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":829,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/img-20160605-wa0002-largejpg.png\" alt=\"\" class=\"wp-image-829\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>Braai facilities </h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Experience the joy of swimming in our rock pool perfect for those hot sunny days.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":830,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/ef9d0188da11e2bc56788f5619d9d539.png\" alt=\"\" class=\"wp-image-830\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>A games room </h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Experience the joy of swimming in our rock pool perfect for those hot sunny days.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div>\n<!-- /wp:uagb/container --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"0109227e\",\"backgroundType\":\"color\",\"backgroundSizeTablet\":\"cover\",\"backgroundSizeMobile\":\"cover\",\"backgroundColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"bottomPaddingDesktop\":104,\"leftPaddingDesktop\":40,\"rightPaddingDesktop\":40,\"topPaddingTablet\":80,\"bottomPaddingTablet\":80,\"leftPaddingTablet\":40,\"rightPaddingTablet\":40,\"topPaddingMobile\":64,\"bottomPaddingMobile\":64,\"leftPaddingMobile\":24,\"rightPaddingMobile\":24,\"paddingLink\":false,\"variationSelected\":true,\"rowGapDesktop\":0,\"isBlockRootParent\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-0109227e alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/advanced-heading {\"block_id\":\"12d3acc5\",\"classMigrate\":true,\"headingDescToggle\":true,\"headingAlign\":\"center\",\"headingAlignMobile\":\"left\",\"subHeadingColor\":\"\",\"headSpace\":20,\"subHeadFontSize\":16,\"blockBottomPadding\":20} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-12d3acc5\"><h2 class=\"uagb-heading-text\">Our Inside Pictures​</h2><p class=\"uagb-desc-text\">Take a look at some pretty pictures captured in and around our premises.</p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/container {\"block_id\":\"eced331f\",\"directionDesktop\":\"row\",\"alignItemsDesktop\":\"flex-start\",\"topMarginDesktop\":20,\"bottomMarginDesktop\":0,\"leftMarginDesktop\":0,\"rightMarginDesktop\":0,\"marginLink\":false,\"variationSelected\":true,\"rowGapMobile\":24,\"columnGapDesktop\":24,\"columnGapTablet\":20} -->\n<div class=\"wp-block-uagb-container uagb-block-eced331f\"><!-- wp:uagb/container {\"block_id\":\"fc012065\",\"widthDesktop\":32,\"variationSelected\":true,\"rowGapDesktop\":24,\"rowGapTablet\":20,\"rowGapMobile\":24,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-fc012065\"><!-- wp:uagb/image {\"block_id\":\"3aceb5b3\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/gallery-1.jpg\",\"id\":105,\"linkDestination\":\"none\",\"width\":388,\"height\":240,\"naturalWidth\":388,\"naturalHeight\":240,\"sizeSlug\":\"full\",\"sizeSlugTablet\":\"full\",\"sizeSlugMobile\":\"full\"} -->\n<div class=\"wp-block-uagb-image uagb-block-3aceb5b3 wp-block-uagb-image--layout-default wp-block-uagb-image--effect-static wp-block-uagb-image--align-none\"><figure class=\"wp-block-uagb-image__figure\"><img srcset=\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/gallery-1.jpg \" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/gallery-1.jpg\" alt=\"\" class=\"uag-image-105\" width=\"388\" height=\"240\" title=\"\" loading=\"lazy\"/></figure></div>\n<!-- /wp:uagb/image -->\n\n<!-- wp:uagb/image {\"block_id\":\"49bbf48e\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/gallery-6.jpg\",\"id\":110,\"linkDestination\":\"none\",\"naturalWidth\":388,\"naturalHeight\":240,\"sizeSlug\":\"full\",\"sizeSlugTablet\":\"full\",\"sizeSlugMobile\":\"full\"} -->\n<div class=\"wp-block-uagb-image uagb-block-49bbf48e wp-block-uagb-image--layout-default wp-block-uagb-image--effect-static wp-block-uagb-image--align-none\"><figure class=\"wp-block-uagb-image__figure\"><img srcset=\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/gallery-6.jpg \" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/gallery-6.jpg\" alt=\"\" class=\"uag-image-110\" width=\"\" height=\"\" title=\"\" loading=\"lazy\"/></figure></div>\n<!-- /wp:uagb/image --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"d8dfb306\",\"widthDesktop\":67,\"variationSelected\":true,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-d8dfb306\"><!-- wp:uagb/image {\"block_id\":\"506d94c0\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/gallery-2.jpg\",\"id\":106,\"linkDestination\":\"none\",\"width\":788,\"widthTablet\":780,\"height\":504,\"heightTablet\":0,\"naturalWidth\":788,\"naturalHeight\":504,\"sizeSlug\":\"full\",\"sizeSlugTablet\":\"full\",\"sizeSlugMobile\":\"full\",\"customHeightSetDesktop\":true} -->\n<div class=\"wp-block-uagb-image uagb-block-506d94c0 wp-block-uagb-image--layout-default wp-block-uagb-image--effect-static wp-block-uagb-image--align-none\"><figure class=\"wp-block-uagb-image__figure\"><img srcset=\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/gallery-2.jpg \" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/gallery-2.jpg\" alt=\"\" class=\"uag-image-106\" width=\"788\" height=\"504\" title=\"\" loading=\"lazy\"/></figure></div>\n<!-- /wp:uagb/image --></div>\n<!-- /wp:uagb/container --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"ad6d919c\",\"directionDesktop\":\"row\",\"alignItemsDesktop\":\"flex-start\",\"topMarginDesktop\":24,\"bottomMarginDesktop\":0,\"leftMarginDesktop\":0,\"rightMarginDesktop\":0,\"topMarginTablet\":20,\"bottomMarginTablet\":0,\"leftMarginTablet\":0,\"rightMarginTablet\":0,\"topMarginMobile\":24,\"bottomMarginMobile\":0,\"leftMarginMobile\":0,\"rightMarginMobile\":0,\"marginLink\":false,\"variationSelected\":true,\"columnGapDesktop\":24,\"columnGapTablet\":20} -->\n<div class=\"wp-block-uagb-container uagb-block-ad6d919c\"><!-- wp:uagb/container {\"block_id\":\"15d05b10\",\"widthDesktop\":67,\"variationSelected\":true,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-15d05b10\"><!-- wp:uagb/image {\"block_id\":\"f2bd3fc5\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/gallery-3.jpg\",\"id\":107,\"linkDestination\":\"none\",\"width\":788,\"height\":504,\"naturalWidth\":788,\"naturalHeight\":504,\"sizeSlug\":\"full\",\"sizeSlugTablet\":\"full\",\"sizeSlugMobile\":\"full\",\"customHeightSetDesktop\":true} -->\n<div class=\"wp-block-uagb-image uagb-block-f2bd3fc5 wp-block-uagb-image--layout-default wp-block-uagb-image--effect-static wp-block-uagb-image--align-none\"><figure class=\"wp-block-uagb-image__figure\"><img srcset=\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/gallery-3.jpg \" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/gallery-3.jpg\" alt=\"\" class=\"uag-image-107\" width=\"788\" height=\"504\" title=\"\" loading=\"lazy\"/></figure></div>\n<!-- /wp:uagb/image --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"42fb087b\",\"widthDesktop\":32,\"variationSelected\":true,\"rowGapDesktop\":24,\"rowGapTablet\":20,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-42fb087b\"><!-- wp:uagb/image {\"block_id\":\"ff312a71\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/gallery-5.jpg\",\"id\":109,\"linkDestination\":\"none\",\"width\":388,\"height\":240,\"naturalWidth\":388,\"naturalHeight\":240,\"sizeSlug\":\"full\",\"sizeSlugTablet\":\"full\",\"sizeSlugMobile\":\"full\"} -->\n<div class=\"wp-block-uagb-image uagb-block-ff312a71 wp-block-uagb-image--layout-default wp-block-uagb-image--effect-static wp-block-uagb-image--align-none\"><figure class=\"wp-block-uagb-image__figure\"><img srcset=\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/gallery-5.jpg \" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/gallery-5.jpg\" alt=\"\" class=\"uag-image-109\" width=\"388\" height=\"240\" title=\"\" loading=\"lazy\"/></figure></div>\n<!-- /wp:uagb/image -->\n\n<!-- wp:uagb/image {\"block_id\":\"09c344e6\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/gallery-4.jpg\",\"id\":108,\"linkDestination\":\"none\",\"naturalWidth\":388,\"naturalHeight\":240,\"sizeSlug\":\"full\",\"sizeSlugTablet\":\"full\",\"sizeSlugMobile\":\"full\"} -->\n<div class=\"wp-block-uagb-image uagb-block-09c344e6 wp-block-uagb-image--layout-default wp-block-uagb-image--effect-static wp-block-uagb-image--align-none\"><figure class=\"wp-block-uagb-image__figure\"><img srcset=\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/gallery-4.jpg \" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/gallery-4.jpg\" alt=\"\" class=\"uag-image-108\" width=\"\" height=\"\" title=\"\" loading=\"lazy\"/></figure></div>\n<!-- /wp:uagb/image --></div>\n<!-- /wp:uagb/container --></div>\n<!-- /wp:uagb/container --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"470dacf2\",\"backgroundType\":\"color\",\"backgroundSizeTablet\":\"cover\",\"backgroundSizeMobile\":\"cover\",\"backgroundColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"topPaddingDesktop\":40,\"bottomPaddingDesktop\":104,\"leftPaddingDesktop\":40,\"rightPaddingDesktop\":40,\"topPaddingTablet\":80,\"bottomPaddingTablet\":80,\"leftPaddingTablet\":40,\"rightPaddingTablet\":40,\"topPaddingMobile\":64,\"bottomPaddingMobile\":64,\"leftPaddingMobile\":24,\"rightPaddingMobile\":24,\"paddingLink\":false,\"variationSelected\":true,\"rowGapDesktop\":0,\"isBlockRootParent\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-470dacf2 alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/advanced-heading {\"block_id\":\"2e9542b4\",\"classMigrate\":true,\"headingDescToggle\":true,\"headingAlign\":\"center\",\"headingAlignMobile\":\"left\",\"subHeadingColor\":\"\",\"headSpace\":20,\"subHeadFontSize\":16,\"blockBottomPadding\":20} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-2e9542b4\"><h2 class=\"uagb-heading-text\">What Our Guests Say​</h2><p class=\"uagb-desc-text\">We take pride in serving our guests with the best experience. Read what they say.</p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/container {\"block_id\":\"664ce1d8\",\"directionDesktop\":\"row\",\"topMarginDesktop\":40,\"bottomMarginDesktop\":0,\"leftMarginDesktop\":0,\"rightMarginDesktop\":0,\"marginLink\":false,\"variationSelected\":true,\"rowGapMobile\":40,\"columnGapDesktop\":90} -->\n<div class=\"wp-block-uagb-container uagb-block-664ce1d8\"><!-- wp:uagb/container {\"block_id\":\"4e0e180b\",\"widthDesktop\":50,\"variationSelected\":true,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-4e0e180b\"><!-- wp:uagb/star-rating {\"block_id\":\"bcb2f422\",\"rating\":4.5,\"color\":\"var(\\u002d\\u002dast-global-color-2)\"} -->\n<div class=\"wp-block-uagb-star-rating uagb-block-bcb2f422\"><div class=\"uag-star-rating\" title=\"4.5/5\"><span class=\"uag-star\">★</span><span class=\"uag-star\">★</span><span class=\"uag-star\">★</span><span class=\"uag-star\">★</span><span class=\"uag-star\">★</span></div></div>\n<!-- /wp:uagb/star-rating -->\n\n<!-- wp:uagb/testimonial {\"test_item_count\":1,\"classMigrate\":true,\"test_block\":[{\"description\":\"\\u0022Proin nulla mauris et volutpat adipiscing suspendisse vehicula blandit sagittis orci etiam morbi elit etiam semper eu lacus pretium hac nisl leo amet ullamcorper.\\u0022​\",\"name\":\"\\u003cstrong\\u003eEMILY HUNT​\\u003c/strong\\u003e\",\"company\":\"\",\"image\":{\"id\":119,\"title\":\"testimonial1\",\"filename\":\"testimonial1.jpg\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/testimonial1.jpg\",\"link\":\"https://blueroan.netgen.cloud/testimonial1/\",\"alt\":\"\",\"author\":\"34\",\"description\":\"\",\"caption\":\"\",\"name\":\"testimonial1\",\"status\":\"inherit\",\"uploadedTo\":0,\"date\":\"2021-05-11T05:02:02.000Z\",\"modified\":\"2021-05-11T05:02:02.000Z\",\"menuOrder\":0,\"mime\":\"image/jpeg\",\"type\":\"image\",\"subtype\":\"jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/default.png\",\"dateFormatted\":\"May 11, 2021\",\"nonces\":{\"update\":\"b92fe40c3d\",\"delete\":\"643c1eb8f1\",\"edit\":\"d3e7d56b1d\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=119\\u0026action=edit\",\"meta\":false,\"authorName\":\"Rishabh\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/user-edit.php?user_id=34\",\"filesizeInBytes\":11264,\"filesizeHumanReadable\":\"11 KB\",\"context\":\"\",\"height\":250,\"width\":250,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/testimonial1-150x150.jpg\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/testimonial1.jpg\",\"height\":250,\"width\":250,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}}}],\"headingAlign\":\"left\",\"headingAlignTablet\":\"left\",\"headingAlignMobile\":\"left\",\"descColor\":\"var(\\u002d\\u002dast-global-color-3)\",\"nameFontSize\":14,\"nameLineHeight\":1,\"descFontSize\":16,\"descFontWeight\":\"600\",\"nameSpace\":1,\"block_id\":\"6dba15eb\",\"iconImage\":{\"url\":\"\",\"alt\":\"InfoBox placeholder img\"},\"imageWidth\":32,\"columnGap\":1,\"borderStyle\":\"\",\"paddingTop\":0,\"paddingBottom\":0,\"paddingLeft\":0,\"paddingRight\":0,\"spacingLink\":true,\"imgpaddingTop\":0,\"imgpaddingRight\":15,\"imgpaddingBottom\":0,\"imgpaddingLeft\":0,\"overallBorderStyle\":\"none\",\"imgTagHeight\":32,\"imgTagWidth\":150} -->\n<div class=\"wp-block-uagb-testimonial uagb-slick-carousel uagb-tm__arrow-outside uagb-block-6dba15eb uagb-post__carousel_notset uagb-post__carousel_notset-tablet uagb-post__carousel_notset-mobile\"><div class=\"is-carousel uagb-tm__columns-1 uagb-tm__items\"><div class=\"uagb-testimonial__wrap  uagb-tm__imgicon-style-circle uagb-tm__image-position-bottom uagb-tm__bg-type-none \"><div class=\"uagb-tm__content\"><div class=\"uagb-tm__overlay\"></div><div class=\"uagb-tm__text-wrap\"><div class=\"uagb-tm__desc\">\"Proin nulla mauris et volutpat adipiscing suspendisse vehicula blandit sagittis orci etiam morbi elit etiam semper eu lacus pretium hac nisl leo amet ullamcorper.\"​</div><div class=\"uagb-tm__meta-inner\"><div class=\"uagb-tm__image-content\"><div class=\"uagb-tm__image\"><img class=\"uagb-tm-img-src\" src=\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/testimonial1-150x150.jpg\" alt=\"\" width=\"32\" height=\"32\" loading=\"lazy\"/></div></div><div class=\"uagb-testimonial-details\"><span class=\"uagb-tm__author-name\"><strong>EMILY HUNT​</strong></span><span class=\"uagb-tm__company\"></span></div></div></div></div></div></div></div>\n<!-- /wp:uagb/testimonial -->\n\n<!-- wp:uagb/star-rating {\"block_id\":\"782480d6\",\"rating\":4.5,\"color\":\"var(\\u002d\\u002dast-global-color-2)\",\"blockTopMargin\":30,\"blockRightMargin\":0,\"blockLeftMargin\":0,\"blockBottomMargin\":0,\"blockTopMarginMobile\":20,\"blockRightMarginMobile\":0,\"blockLeftMarginMobile\":0,\"blockBottomMarginMobile\":0} -->\n<div class=\"wp-block-uagb-star-rating uagb-block-782480d6\"><div class=\"uag-star-rating\" title=\"4.5/5\"><span class=\"uag-star\">★</span><span class=\"uag-star\">★</span><span class=\"uag-star\">★</span><span class=\"uag-star\">★</span><span class=\"uag-star\">★</span></div></div>\n<!-- /wp:uagb/star-rating -->\n\n<!-- wp:uagb/testimonial {\"test_item_count\":1,\"classMigrate\":true,\"test_block\":[{\"description\":\"\\u0022Proin nulla mauris et volutpat adipiscing suspendisse vehicula blandit sagittis orci etiam morbi elit etiam semper eu lacus pretium hac nisl leo amet ullamcorper.\\u0022​\",\"name\":\"\\u003cstrong\\u003e\\u003cstrong\\u003eJULIE ROBINSON​\\u003c/strong\\u003e\\u003c/strong\\u003e\",\"company\":\"\",\"image\":{\"id\":122,\"title\":\"testimonial4\",\"filename\":\"testimonial4.jpg\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/testimonial4.jpg\",\"link\":\"https://blueroan.netgen.cloud/testimonial4/\",\"alt\":\"\",\"author\":\"34\",\"description\":\"\",\"caption\":\"\",\"name\":\"testimonial4\",\"status\":\"inherit\",\"uploadedTo\":0,\"date\":\"2021-05-11T05:02:06.000Z\",\"modified\":\"2021-05-11T05:02:06.000Z\",\"menuOrder\":0,\"mime\":\"image/jpeg\",\"type\":\"image\",\"subtype\":\"jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/default.png\",\"dateFormatted\":\"May 11, 2021\",\"nonces\":{\"update\":\"4e34860add\",\"delete\":\"9e126a55cd\",\"edit\":\"33ffd3c040\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=122\\u0026action=edit\",\"meta\":false,\"authorName\":\"Rishabh\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/user-edit.php?user_id=34\",\"filesizeInBytes\":16584,\"filesizeHumanReadable\":\"16 KB\",\"context\":\"\",\"height\":250,\"width\":250,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/testimonial4-150x150.jpg\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/testimonial4.jpg\",\"height\":250,\"width\":250,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}}}],\"headingAlign\":\"left\",\"headingAlignTablet\":\"left\",\"headingAlignMobile\":\"left\",\"descColor\":\"var(\\u002d\\u002dast-global-color-3)\",\"nameFontSize\":14,\"nameLineHeight\":1,\"descFontSize\":16,\"descFontWeight\":\"600\",\"nameSpace\":1,\"block_id\":\"677e612b\",\"iconImage\":{\"url\":\"\",\"alt\":\"InfoBox placeholder img\"},\"imageWidth\":32,\"columnGap\":1,\"borderStyle\":\"\",\"paddingTop\":0,\"paddingBottom\":0,\"paddingLeft\":0,\"paddingRight\":0,\"spacingLink\":true,\"imgpaddingTop\":0,\"imgpaddingRight\":15,\"imgpaddingBottom\":0,\"imgpaddingLeft\":0,\"overallBorderStyle\":\"none\",\"imgTagHeight\":32,\"imgTagWidth\":150} -->\n<div class=\"wp-block-uagb-testimonial uagb-slick-carousel uagb-tm__arrow-outside uagb-block-677e612b uagb-post__carousel_notset uagb-post__carousel_notset-tablet uagb-post__carousel_notset-mobile\"><div class=\"is-carousel uagb-tm__columns-1 uagb-tm__items\"><div class=\"uagb-testimonial__wrap  uagb-tm__imgicon-style-circle uagb-tm__image-position-bottom uagb-tm__bg-type-none \"><div class=\"uagb-tm__content\"><div class=\"uagb-tm__overlay\"></div><div class=\"uagb-tm__text-wrap\"><div class=\"uagb-tm__desc\">\"Proin nulla mauris et volutpat adipiscing suspendisse vehicula blandit sagittis orci etiam morbi elit etiam semper eu lacus pretium hac nisl leo amet ullamcorper.\"​</div><div class=\"uagb-tm__meta-inner\"><div class=\"uagb-tm__image-content\"><div class=\"uagb-tm__image\"><img class=\"uagb-tm-img-src\" src=\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/testimonial4-150x150.jpg\" alt=\"\" width=\"32\" height=\"32\" loading=\"lazy\"/></div></div><div class=\"uagb-testimonial-details\"><span class=\"uagb-tm__author-name\"><strong><strong>JULIE ROBINSON​</strong></strong></span><span class=\"uagb-tm__company\"></span></div></div></div></div></div></div></div>\n<!-- /wp:uagb/testimonial --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"5a6ebb33\",\"widthDesktop\":50,\"variationSelected\":true,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-5a6ebb33\"><!-- wp:uagb/star-rating {\"block_id\":\"cbe202d8\",\"rating\":4.5,\"color\":\"var(\\u002d\\u002dast-global-color-2)\"} -->\n<div class=\"wp-block-uagb-star-rating uagb-block-cbe202d8\"><div class=\"uag-star-rating\" title=\"4.5/5\"><span class=\"uag-star\">★</span><span class=\"uag-star\">★</span><span class=\"uag-star\">★</span><span class=\"uag-star\">★</span><span class=\"uag-star\">★</span></div></div>\n<!-- /wp:uagb/star-rating -->\n\n<!-- wp:uagb/testimonial {\"test_item_count\":1,\"classMigrate\":true,\"test_block\":[{\"description\":\"\\u0022Proin nulla mauris et volutpat adipiscing suspendisse vehicula blandit sagittis orci etiam morbi elit etiam semper eu lacus pretium hac nisl leo amet ullamcorper.\\u0022​\",\"name\":\"\\u003cstrong\\u003e\\u003cstrong\\u003eMORGAN JONATHAN​\\u003c/strong\\u003e\\u003c/strong\\u003e\",\"company\":\"\",\"image\":{\"id\":120,\"title\":\"testimonial2\",\"filename\":\"testimonial2.jpg\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/testimonial2.jpg\",\"link\":\"https://blueroan.netgen.cloud/testimonial2/\",\"alt\":\"\",\"author\":\"34\",\"description\":\"\",\"caption\":\"\",\"name\":\"testimonial2\",\"status\":\"inherit\",\"uploadedTo\":0,\"date\":\"2021-05-11T05:02:03.000Z\",\"modified\":\"2021-05-11T05:02:03.000Z\",\"menuOrder\":0,\"mime\":\"image/jpeg\",\"type\":\"image\",\"subtype\":\"jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/default.png\",\"dateFormatted\":\"May 11, 2021\",\"nonces\":{\"update\":\"1ee6412858\",\"delete\":\"4414a2ccbf\",\"edit\":\"bde7b1f490\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=120\\u0026action=edit\",\"meta\":false,\"authorName\":\"Rishabh\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/user-edit.php?user_id=34\",\"filesizeInBytes\":10087,\"filesizeHumanReadable\":\"10 KB\",\"context\":\"\",\"height\":250,\"width\":250,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/testimonial2-150x150.jpg\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/testimonial2.jpg\",\"height\":250,\"width\":250,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}}}],\"headingAlign\":\"left\",\"headingAlignTablet\":\"left\",\"headingAlignMobile\":\"left\",\"descColor\":\"var(\\u002d\\u002dast-global-color-3)\",\"nameFontSize\":14,\"nameLineHeight\":1,\"descFontSize\":16,\"descFontWeight\":\"600\",\"nameSpace\":1,\"block_id\":\"5418f0b1\",\"iconImage\":{\"url\":\"\",\"alt\":\"InfoBox placeholder img\"},\"imageWidth\":32,\"columnGap\":1,\"borderStyle\":\"\",\"paddingTop\":0,\"paddingBottom\":0,\"paddingLeft\":0,\"paddingRight\":0,\"spacingLink\":true,\"imgpaddingTop\":0,\"imgpaddingRight\":15,\"imgpaddingBottom\":0,\"imgpaddingLeft\":0,\"overallBorderStyle\":\"none\",\"imgTagHeight\":32,\"imgTagWidth\":150} -->\n<div class=\"wp-block-uagb-testimonial uagb-slick-carousel uagb-tm__arrow-outside uagb-block-5418f0b1 uagb-post__carousel_notset uagb-post__carousel_notset-tablet uagb-post__carousel_notset-mobile\"><div class=\"is-carousel uagb-tm__columns-1 uagb-tm__items\"><div class=\"uagb-testimonial__wrap  uagb-tm__imgicon-style-circle uagb-tm__image-position-bottom uagb-tm__bg-type-none \"><div class=\"uagb-tm__content\"><div class=\"uagb-tm__overlay\"></div><div class=\"uagb-tm__text-wrap\"><div class=\"uagb-tm__desc\">\"Proin nulla mauris et volutpat adipiscing suspendisse vehicula blandit sagittis orci etiam morbi elit etiam semper eu lacus pretium hac nisl leo amet ullamcorper.\"​</div><div class=\"uagb-tm__meta-inner\"><div class=\"uagb-tm__image-content\"><div class=\"uagb-tm__image\"><img class=\"uagb-tm-img-src\" src=\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/testimonial2-150x150.jpg\" alt=\"\" width=\"32\" height=\"32\" loading=\"lazy\"/></div></div><div class=\"uagb-testimonial-details\"><span class=\"uagb-tm__author-name\"><strong><strong>MORGAN JONATHAN​</strong></strong></span><span class=\"uagb-tm__company\"></span></div></div></div></div></div></div></div>\n<!-- /wp:uagb/testimonial -->\n\n<!-- wp:uagb/star-rating {\"block_id\":\"2d6d7208\",\"rating\":4.5,\"color\":\"var(\\u002d\\u002dast-global-color-2)\",\"blockTopMargin\":30,\"blockRightMargin\":0,\"blockLeftMargin\":0,\"blockBottomMargin\":0,\"blockTopMarginMobile\":20,\"blockRightMarginMobile\":0,\"blockLeftMarginMobile\":0,\"blockBottomMarginMobile\":0} -->\n<div class=\"wp-block-uagb-star-rating uagb-block-2d6d7208\"><div class=\"uag-star-rating\" title=\"4.5/5\"><span class=\"uag-star\">★</span><span class=\"uag-star\">★</span><span class=\"uag-star\">★</span><span class=\"uag-star\">★</span><span class=\"uag-star\">★</span></div></div>\n<!-- /wp:uagb/star-rating -->\n\n<!-- wp:uagb/testimonial {\"test_item_count\":1,\"classMigrate\":true,\"test_block\":[{\"description\":\"\\u0022Proin nulla mauris et volutpat adipiscing suspendisse vehicula blandit sagittis orci etiam morbi elit etiam semper eu lacus pretium hac nisl leo amet ullamcorper.\\u0022​\",\"name\":\"\\u003cstrong\\u003e\\u003cstrong\\u003e\\u003cstrong\\u003eJAMES BROOK​\\u003c/strong\\u003e\\u003c/strong\\u003e\\u003c/strong\\u003e\",\"company\":\"\",\"image\":{\"id\":121,\"title\":\"testimonial3\",\"filename\":\"testimonial3.jpg\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/testimonial3.jpg\",\"link\":\"https://blueroan.netgen.cloud/testimonial3/\",\"alt\":\"\",\"author\":\"34\",\"description\":\"\",\"caption\":\"\",\"name\":\"testimonial3\",\"status\":\"inherit\",\"uploadedTo\":0,\"date\":\"2021-05-11T05:02:05.000Z\",\"modified\":\"2021-05-11T05:02:05.000Z\",\"menuOrder\":0,\"mime\":\"image/jpeg\",\"type\":\"image\",\"subtype\":\"jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/default.png\",\"dateFormatted\":\"May 11, 2021\",\"nonces\":{\"update\":\"290653da5d\",\"delete\":\"90a4fb2d63\",\"edit\":\"ff8a64e56e\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=121\\u0026action=edit\",\"meta\":false,\"authorName\":\"Rishabh\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/user-edit.php?user_id=34\",\"filesizeInBytes\":8748,\"filesizeHumanReadable\":\"9 KB\",\"context\":\"\",\"height\":250,\"width\":250,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/testimonial3-150x150.jpg\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/testimonial3.jpg\",\"height\":250,\"width\":250,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}}}],\"headingAlign\":\"left\",\"headingAlignTablet\":\"left\",\"headingAlignMobile\":\"left\",\"descColor\":\"var(\\u002d\\u002dast-global-color-3)\",\"nameFontSize\":14,\"nameLineHeight\":1,\"descFontSize\":16,\"descFontWeight\":\"600\",\"nameSpace\":1,\"block_id\":\"9ca40bc9\",\"iconImage\":{\"url\":\"\",\"alt\":\"InfoBox placeholder img\"},\"imageWidth\":32,\"columnGap\":1,\"borderStyle\":\"\",\"paddingTop\":0,\"paddingBottom\":0,\"paddingLeft\":0,\"paddingRight\":0,\"spacingLink\":true,\"imgpaddingTop\":0,\"imgpaddingRight\":15,\"imgpaddingBottom\":0,\"imgpaddingLeft\":0,\"overallBorderStyle\":\"none\",\"imgTagHeight\":32,\"imgTagWidth\":150} -->\n<div class=\"wp-block-uagb-testimonial uagb-slick-carousel uagb-tm__arrow-outside uagb-block-9ca40bc9 uagb-post__carousel_notset uagb-post__carousel_notset-tablet uagb-post__carousel_notset-mobile\"><div class=\"is-carousel uagb-tm__columns-1 uagb-tm__items\"><div class=\"uagb-testimonial__wrap  uagb-tm__imgicon-style-circle uagb-tm__image-position-bottom uagb-tm__bg-type-none \"><div class=\"uagb-tm__content\"><div class=\"uagb-tm__overlay\"></div><div class=\"uagb-tm__text-wrap\"><div class=\"uagb-tm__desc\">\"Proin nulla mauris et volutpat adipiscing suspendisse vehicula blandit sagittis orci etiam morbi elit etiam semper eu lacus pretium hac nisl leo amet ullamcorper.\"​</div><div class=\"uagb-tm__meta-inner\"><div class=\"uagb-tm__image-content\"><div class=\"uagb-tm__image\"><img class=\"uagb-tm-img-src\" src=\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/testimonial3-150x150.jpg\" alt=\"\" width=\"32\" height=\"32\" loading=\"lazy\"/></div></div><div class=\"uagb-testimonial-details\"><span class=\"uagb-tm__author-name\"><strong><strong><strong>JAMES BROOK​</strong></strong></strong></span><span class=\"uagb-tm__company\"></span></div></div></div></div></div></div></div>\n<!-- /wp:uagb/testimonial --></div>\n<!-- /wp:uagb/container --></div>\n<!-- /wp:uagb/container --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"050a6a3f\",\"innerContentCustomWidthDesktop\":781,\"innerContentCustomWidthTablet\":781,\"backgroundType\":\"image\",\"backgroundImageDesktop\":{\"id\":54,\"title\":\"background-img\",\"filename\":\"background-img-1.jpg\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/background-img-1.jpg\",\"link\":\"https://blueroan.netgen.cloud/background-img-2/\",\"alt\":\"\",\"author\":\"34\",\"description\":\"\",\"caption\":\"\",\"name\":\"background-img-2\",\"status\":\"inherit\",\"uploadedTo\":0,\"date\":\"2021-05-07T10:11:37.000Z\",\"modified\":\"2021-05-07T10:11:37.000Z\",\"menuOrder\":0,\"mime\":\"image/jpeg\",\"type\":\"image\",\"subtype\":\"jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/default.png\",\"dateFormatted\":\"May 7, 2021\",\"nonces\":{\"update\":\"bb999636b9\",\"delete\":\"d2e1375bc4\",\"edit\":\"005dd2f0c9\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=54\\u0026action=edit\",\"meta\":false,\"authorName\":\"Rishabh\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/user-edit.php?user_id=34\",\"filesizeInBytes\":338858,\"filesizeHumanReadable\":\"331 KB\",\"context\":\"\",\"height\":1080,\"width\":1920,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/background-img-1-150x150.jpg\",\"orientation\":\"landscape\"},\"medium\":{\"height\":169,\"width\":300,\"url\":\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/background-img-1-300x169.jpg\",\"orientation\":\"landscape\"},\"large\":{\"height\":576,\"width\":1024,\"url\":\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/background-img-1-1024x576.jpg\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/background-img-1.jpg\",\"height\":1080,\"width\":1920,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"backgroundImageColor\":\"rgba(42,42,42,0.65)\",\"topPaddingDesktop\":144,\"bottomPaddingDesktop\":144,\"leftPaddingDesktop\":40,\"rightPaddingDesktop\":40,\"topPaddingTablet\":80,\"bottomPaddingTablet\":80,\"leftPaddingTablet\":40,\"rightPaddingTablet\":40,\"topPaddingMobile\":64,\"bottomPaddingMobile\":64,\"leftPaddingMobile\":24,\"rightPaddingMobile\":24,\"paddingLink\":false,\"variationSelected\":true,\"isBlockRootParent\":true,\"overlayType\":\"color\"} -->\n<div class=\"wp-block-uagb-container uagb-block-050a6a3f alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/advanced-heading {\"block_id\":\"e22da37c\",\"classMigrate\":true,\"headingDescToggle\":true,\"headingAlign\":\"center\",\"headingColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"subHeadingColor\":\"var(\\u002d\\u002dast-global-color-4)\",\"headSpace\":20} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-e22da37c\"><h2 class=\"uagb-heading-text\">Plan an Unforgettable Experience in Mykonos Today!</h2><p class=\"uagb-desc-text\">We can help you fit your stay and experience within your allotted budget.</p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/advanced-heading {\"block_id\":\"fd97f068\",\"classMigrate\":true,\"headingTitleToggle\":false,\"headingDescToggle\":true,\"headingAlign\":\"center\",\"subHeadingColor\":\"var(\\u002d\\u002dast-global-color-4)\",\"subHeadTransform\":\"uppercase\",\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"subHeadLetterSpacing\":2,\"blockTopPadding\":60,\"blockRightPadding\":0,\"blockLeftPadding\":0,\"blockBottomPadding\":0,\"blockTopPaddingMobile\":30,\"blockRightPaddingMobile\":0,\"blockLeftPaddingMobile\":0,\"blockBottomPaddingMobile\":0} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-fd97f068\"><p class=\"uagb-desc-text\">BOOK YOUR STAY NOW​</p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/icon-list {\"block_id\":\"58ce89b3\",\"classMigrate\":true,\"childMigrate\":true,\"align\":\"center\",\"parentIcon\":\"phone\",\"size\":40,\"sizeMobile\":24,\"sizeTablet\":32,\"fontSize\":48,\"fontSizeMobile\":28,\"fontSizeTablet\":40,\"fontWeight\":\"600\",\"iconColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"labelColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"blockTopPadding\":0,\"blockRightPadding\":0,\"blockLeftPadding\":0,\"blockBottomPadding\":24,\"blockPaddingLink\":false} -->\n<div class=\"wp-block-uagb-icon-list uagb-block-58ce89b3\"><div class=\"uagb-icon-list__wrap\"><!-- wp:uagb/icon-list-child {\"block_id\":\"8b413b51\",\"label\":\"+1-123 456 7890​\",\"label_color\":\"\",\"fromParentIcon\":\"phone\",\"imageSizeChild\":40} -->\n<div class=\"wp-block-uagb-icon-list-child uagb-block-8b413b51\"><span class=\"uagb-icon-list__source-wrap\"><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M511.2 387l-23.25 100.8c-3.266 14.25-15.79 24.22-30.46 24.22C205.2 512 0 306.8 0 54.5c0-14.66 9.969-27.2 24.22-30.45l100.8-23.25C139.7-2.602 154.7 5.018 160.8 18.92l46.52 108.5c5.438 12.78 1.77 27.67-8.98 36.45L144.5 207.1c33.98 69.22 90.26 125.5 159.5 159.5l44.08-53.8c8.688-10.78 23.69-14.51 36.47-8.975l108.5 46.51C506.1 357.2 514.6 372.4 511.2 387z\"></path></svg></span><span class=\"uagb-icon-list__label\">+1-123 456 7890​</span></div>\n<!-- /wp:uagb/icon-list-child --></div></div>\n<!-- /wp:uagb/icon-list --></div></div>\n<!-- /wp:uagb/container -->',	'Home',	'',	'inherit',	'closed',	'closed',	'',	'760-revision-v1',	'',	'',	'2022-12-13 11:38:39',	'2022-12-13 11:38:39',	'',	760,	'https://blueroan.netgen.cloud/?p=831',	0,	'revision',	'',	0),
(833,	2,	'2022-12-13 11:47:20',	'2022-12-13 11:47:20',	'<!-- wp:uagb/container {\"block_id\":\"a162729f\",\"minHeightDesktop\":95,\"minHeightTablet\":70,\"minHeightMobile\":80,\"minHeightType\":\"vh\",\"alignItemsDesktop\":\"flex-start\",\"backgroundType\":\"image\",\"backgroundImageDesktop\":{\"uploading\":false,\"date\":1670921854000,\"filename\":\"Blue-Roan-pool.jpg\",\"menuOrder\":0,\"uploadedTo\":760,\"type\":\"image\",\"subtype\":\"jpeg\",\"id\":784,\"title\":\"Blue Roan - pool\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Blue-Roan-pool.jpg\",\"link\":\"https://blueroan.netgen.cloud/home/blue-roan-pool/\",\"alt\":\"\",\"author\":\"2\",\"description\":\"\",\"caption\":\"\",\"name\":\"blue-roan-pool\",\"status\":\"inherit\",\"modified\":1670921854000,\"mime\":\"image/jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-includes/images/media/default.png\",\"dateFormatted\":\"December 13, 2022\",\"nonces\":{\"update\":\"51a12ed09e\",\"delete\":\"5174068551\",\"edit\":\"1de0721407\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=784\\u0026action=edit\",\"meta\":false,\"authorName\":\"Netgen Support\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/profile.php\",\"uploadedToTitle\":\"Home\",\"uploadedToLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=760\\u0026action=edit\",\"filesizeInBytes\":154801,\"filesizeHumanReadable\":\"151 KB\",\"context\":\"\",\"height\":667,\"width\":1000,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Blue-Roan-pool-150x150.jpg\",\"orientation\":\"landscape\"},\"medium\":{\"height\":200,\"width\":300,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Blue-Roan-pool-300x200.jpg\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Blue-Roan-pool.jpg\",\"height\":667,\"width\":1000,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"backgroundPositionDesktop\":{\"x\":0.5,\"y\":0.25},\"backgroundImageColor\":\"rgba(42,42,42,0.35)\",\"topPaddingDesktop\":0,\"bottomPaddingDesktop\":0,\"leftPaddingDesktop\":40,\"rightPaddingDesktop\":40,\"topPaddingTablet\":120,\"bottomPaddingTablet\":120,\"leftPaddingTablet\":40,\"rightPaddingTablet\":40,\"topPaddingMobile\":150,\"bottomPaddingMobile\":150,\"leftPaddingMobile\":20,\"rightPaddingMobile\":20,\"paddingLink\":false,\"variationSelected\":true,\"isBlockRootParent\":true,\"overlayType\":\"color\",\"minHeightTypeTablet\":\"vh\",\"minHeightTypeMobile\":\"vh\"} -->\n<div class=\"wp-block-uagb-container uagb-block-a162729f alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/info-box {\"classMigrate\":true,\"headingAlign\":\"left\",\"headingColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"subHeadingColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"headingTag\":\"h1\",\"subHeadFontSize\":17,\"subHeadFontSizeMobile\":15,\"headSpace\":20,\"subHeadSpace\":40,\"block_id\":\"ea6f66e1\",\"ctaIcon\":\"\",\"ctaType\":\"button\",\"ctaText\":\"Book Your Stay Now\",\"ctaLink\":\"#\",\"ctaBtnLinkColor\":\"var(\\u002d\\u002dast-global-color-2)\",\"ctaLinkHoverColor\":\"var(\\u002d\\u002dast-global-color-2)\",\"ctaBgColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"ctaBgHoverColor\":\"var(\\u002d\\u002dast-global-color-4)\",\"ctaBorderColor\":\"\",\"ctaBorderStyle\":\"\",\"ctaBorderWidth\":\"\",\"ctaBorderRadius\":\"\",\"iconImage\":{\"url\":\"\",\"alt\":\"InfoBox placeholder img\"},\"showIcon\":false,\"paddingBtnTop\":18,\"paddingBtnBottom\":18,\"paddingBtnLeft\":34,\"paddingBtnRight\":34,\"blockTopPadding\":0,\"blockRightPadding\":40,\"blockLeftPadding\":0,\"blockBottomPadding\":0,\"blockTopPaddingTablet\":0,\"blockRightPaddingTablet\":64,\"blockLeftPaddingTablet\":0,\"blockBottomPaddingTablet\":0,\"blockTopPaddingMobile\":0,\"blockRightPaddingMobile\":0,\"blockLeftPaddingMobile\":0,\"blockBottomPaddingMobile\":0,\"blockPaddingUnit\":\"%\",\"blockPaddingLink\":false,\"subHeadMarginTopTablet\":0,\"subHeadMarginRightTablet\":64,\"subHeadTabletSpace\":40,\"subHeadMarginLeftTablet\":0,\"subHeadMarginTopMobile\":0,\"subHeadMarginRightMobile\":0,\"subHeadMobileSpace\":40,\"subHeadMarginLeftMobile\":0,\"btnBorderTopWidth\":1,\"btnBorderLeftWidth\":1,\"btnBorderRightWidth\":1,\"btnBorderBottomWidth\":1,\"btnBorderTopLeftRadius\":0,\"btnBorderTopRightRadius\":0,\"btnBorderBottomLeftRadius\":0,\"btnBorderBottomRightRadius\":0,\"btnBorderStyle\":\"none\",\"btnBorderColor\":\"#333\"} -->\n<div class=\"wp-block-uagb-info-box uagb-block-ea6f66e1 uagb-infobox__content-wrap  uagb-infobox-icon-above-title uagb-infobox-image-valign-top\"><div class=\"uagb-ifb-content\"><div class=\"uagb-ifb-title-wrap\"><h1 class=\"uagb-ifb-title\"><strong>Magaliesburg pet friendly self-catering accommodation</strong></h1></div><p class=\"uagb-ifb-desc\">Romantic pet-friendly self-catering accommodation in Magaliesburg, Gauteng.</p><div class=\"uagb-ifb-button-wrapper wp-block-button\"><a href=\"#\" class=\"uagb-infobox-cta-link wp-block-button__link\" target=\"_self\" rel=\"noopener noreferrer\" alt=\"\"><span class=\"uagb-inline-editing\">Book Your Stay Now</span></a></div></div></div>\n<!-- /wp:uagb/info-box --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"bd081a8f\",\"directionDesktop\":\"row\",\"directionMobile\":\"column-reverse\",\"alignItemsDesktop\":\"flex-start\",\"backgroundType\":\"color\",\"backgroundSizeTablet\":\"cover\",\"backgroundSizeMobile\":\"cover\",\"backgroundColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"topPaddingDesktop\":60,\"bottomPaddingDesktop\":60,\"topPaddingTablet\":80,\"bottomPaddingTablet\":80,\"leftPaddingTablet\":40,\"rightPaddingTablet\":40,\"topPaddingMobile\":64,\"bottomPaddingMobile\":64,\"leftPaddingMobile\":24,\"rightPaddingMobile\":24,\"paddingLink\":false,\"variationSelected\":true,\"columnGapDesktop\":60,\"columnGapTablet\":50,\"isBlockRootParent\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-bd081a8f alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/container {\"block_id\":\"db81ef55\",\"widthDesktop\":50,\"variationSelected\":true,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-db81ef55\"><!-- wp:image {\"id\":797,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-13.jpg\" alt=\"\" class=\"wp-image-797\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The Blue Roan Country Lodge is situated just 5 minutes from the village of Magaliesburg on a tar road so easy access for all cars. &nbsp;We have panoramic views of the Magaliesberg mountain range and our farm is the perfect place for a relaxing getaway in the country. &nbsp;As we are only 70 km from JHB and Pretoria, it is only an hour’s drive.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:buttons -->\n<div class=\"wp-block-buttons\"><!-- wp:button -->\n<div class=\"wp-block-button\"><a class=\"wp-block-button__link wp-element-button\" href=\"/accommodation/\">View accomodation</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"d2cea1aa\",\"widthDesktop\":50,\"leftPaddingDesktop\":0,\"paddingLink\":false,\"variationSelected\":true,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-d2cea1aa\"><!-- wp:uagb/advanced-heading {\"block_id\":\"aafd5678\",\"classMigrate\":true,\"headingDescToggle\":true,\"subHeadingColor\":\"\",\"headSpace\":20,\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-aafd5678\"><h2 class=\"uagb-heading-text\"><strong>Blue Roan is a 4-star graded pet-friendly venue</strong></h2><p class=\"uagb-desc-text\">Our goal is to provide high-quality, romantic, comfortable, and affordable self-catering accommodation on the outskirts of the village of &nbsp;Magaliesburg. &nbsp;For animal lovers, we are also&nbsp;pet-friendly&nbsp;by arrangement in most of the units all of which have their own fully fenced and gated private grassy gardens.</p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/image {\"block_id\":\"7f58b2c5\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/hammock-in-the-garden.jpg\",\"align\":\"left\",\"id\":799,\"linkDestination\":\"none\",\"naturalWidth\":600,\"naturalHeight\":400,\"sizeSlug\":\"full\",\"sizeSlugTablet\":\"full\",\"sizeSlugMobile\":\"full\",\"imageTopMargin\":20,\"imageRightMargin\":0,\"imageLeftMargin\":0,\"imageBottomMargin\":0,\"imageTopMarginMobile\":0,\"imageRightMarginMobile\":0,\"imageLeftMarginMobile\":0,\"imageBottomMarginMobile\":0,\"imageMarginLink\":false} -->\n<div class=\"wp-block-uagb-image uagb-block-7f58b2c5 wp-block-uagb-image--layout-default wp-block-uagb-image--effect-static wp-block-uagb-image--align-left\"><figure class=\"wp-block-uagb-image__figure\"><img srcset=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/hammock-in-the-garden.jpg \" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/hammock-in-the-garden.jpg\" alt=\"\" class=\"uag-image-799\" width=\"\" height=\"\" title=\"\" loading=\"lazy\"/></figure></div>\n<!-- /wp:uagb/image --></div>\n<!-- /wp:uagb/container --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"7eb0e5d4\",\"directionDesktop\":\"row\",\"directionMobile\":\"column-reverse\",\"alignItemsDesktop\":\"flex-start\",\"backgroundType\":\"color\",\"backgroundSizeTablet\":\"cover\",\"backgroundSizeMobile\":\"cover\",\"backgroundColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"topPaddingDesktop\":0,\"bottomPaddingDesktop\":0,\"topPaddingTablet\":80,\"bottomPaddingTablet\":80,\"leftPaddingTablet\":40,\"rightPaddingTablet\":40,\"topPaddingMobile\":64,\"bottomPaddingMobile\":64,\"leftPaddingMobile\":24,\"rightPaddingMobile\":24,\"paddingLink\":false,\"variationSelected\":true,\"rowGapDesktop\":0,\"columnGapDesktop\":0,\"columnGapTablet\":50,\"isBlockRootParent\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-7eb0e5d4 alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:image {\"align\":\"center\",\"id\":794,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image aligncenter size-full\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/210-2108726_too-great-for-us-tourism-grading-council-of-south-5.png\" alt=\"\" class=\"wp-image-794\"/></figure>\n<!-- /wp:image --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"c3303f81\",\"backgroundType\":\"color\",\"backgroundSizeTablet\":\"cover\",\"backgroundSizeMobile\":\"cover\",\"backgroundColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"topPaddingDesktop\":50,\"bottomPaddingDesktop\":100,\"topPaddingTablet\":50,\"bottomPaddingTablet\":25,\"leftPaddingTablet\":20,\"rightPaddingTablet\":20,\"topPaddingMobile\":50,\"bottomPaddingMobile\":20,\"leftPaddingMobile\":20,\"rightPaddingMobile\":20,\"paddingLink\":false,\"variationSelected\":true,\"rowGapDesktop\":0,\"isBlockRootParent\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-c3303f81 alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/container {\"block_id\":\"5070db75\",\"directionDesktop\":\"row\",\"alignItemsDesktop\":\"flex-end\",\"alignItemsTablet\":\"flex-end\",\"justifyContentDesktop\":\"flex-end\",\"justifyContentTablet\":\"space-between\",\"variationSelected\":true,\"rowGapMobile\":30,\"columnGapDesktop\":0} -->\n<div class=\"wp-block-uagb-container uagb-block-5070db75\"><!-- wp:uagb/advanced-heading {\"block_id\":\"50ab5561\",\"classMigrate\":true,\"headingDescToggle\":true,\"subHeadingColor\":\"\",\"headSpace\":20,\"subHeadFontSize\":16} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-50ab5561\"><h2 class=\"uagb-heading-text\">Amenities &amp; Interests ​</h2><p class=\"uagb-desc-text\">If you are looking for a relaxing, refreshing and rejuvenating experience altogether, we offer all of that under one roof.</p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/buttons {\"block_id\":\"fbf9697e\",\"classMigrate\":true,\"childMigrate\":true,\"align\":\"right\",\"alignTablet\":\"right\",\"alignMobile\":\"left\",\"gap\":0} -->\n<div class=\"wp-block-uagb-buttons uagb-buttons__outer-wrap uagb-btn__default-btn uagb-btn-tablet__default-btn uagb-btn-mobile__default-btn uagb-block-fbf9697e\"><div class=\"uagb-buttons__wrap uagb-buttons-layout-wrap\"><!-- wp:uagb/buttons-child {\"block_id\":\"312f941b\",\"label\":\"View All\",\"link\":\"#\",\"hColor\":\"\",\"borderWidth\":\"\",\"borderRadius\":\"\",\"borderStyle\":\"\",\"borderColor\":\"\",\"borderHColor\":\"\",\"btnBorderTopWidth\":1,\"btnBorderLeftWidth\":1,\"btnBorderRightWidth\":1,\"btnBorderBottomWidth\":1,\"btnBorderTopLeftRadius\":2,\"btnBorderTopRightRadius\":2,\"btnBorderBottomLeftRadius\":2,\"btnBorderBottomRightRadius\":2,\"btnBorderStyle\":\"solid\",\"btnBorderColor\":\"#333\",\"btnBorderHColor\":\"#333\"} -->\n<div class=\"wp-block-uagb-buttons-child uagb-buttons__outer-wrap uagb-block-312f941b wp-block-button is-style-outline\"><div class=\"uagb-button__wrapper\"><a class=\"uagb-buttons-repeater wp-block-button__link\" href=\"#\" rel=\"follow noopener\" target=\"_self\"><div class=\"uagb-button__link\">View All</div></a></div></div>\n<!-- /wp:uagb/buttons-child --></div></div>\n<!-- /wp:uagb/buttons --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"fae9813d\",\"directionDesktop\":\"row\",\"alignItemsTablet\":\"flex-start\",\"paddingLink\":false,\"topMarginDesktop\":50,\"bottomMarginDesktop\":20,\"leftMarginDesktop\":0,\"rightMarginDesktop\":0,\"marginLink\":false,\"variationSelected\":true,\"rowGapMobile\":65,\"columnGapDesktop\":48,\"columnGapTablet\":20} -->\n<div class=\"wp-block-uagb-container uagb-block-fae9813d\"><!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"align\":\"center\",\"id\":828,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image aligncenter size-full\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Blue-Roan-pool.png\" alt=\"Blue Roan\'s rock pool\" class=\"wp-image-828\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>A relaxing rock Pool​</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>We have a lovely sparkling blue rock pool next to a thatched Lapa.   Lie on recliners on the green lawn or sit on the swing chair in the Lapa and enjoy the panoramic view of the Magaliesberg mountain range.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":829,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/img-20160605-wa0002-largejpg.png\" alt=\"\" class=\"wp-image-829\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>Braai facilities </h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>What can compare to a burning fire under the star-lit African sky? Nothing beats the flavor of cooking over an open flame.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":830,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/ef9d0188da11e2bc56788f5619d9d539.png\" alt=\"\" class=\"wp-image-830\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>A games room </h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>The reception is also a games room for those who enjoy darts or playing pool.  Take a selection of DVDs back to your room and watch movies on your own DVD player.  There is also a selection of board games and music CDs that you can borrow.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div>\n<!-- /wp:uagb/container --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"dfb11b9f\",\"backgroundType\":\"color\",\"backgroundSizeTablet\":\"cover\",\"backgroundSizeMobile\":\"cover\",\"backgroundColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"bottomPaddingDesktop\":104,\"leftPaddingDesktop\":40,\"rightPaddingDesktop\":40,\"topPaddingTablet\":80,\"bottomPaddingTablet\":80,\"leftPaddingTablet\":40,\"rightPaddingTablet\":40,\"topPaddingMobile\":64,\"bottomPaddingMobile\":64,\"leftPaddingMobile\":24,\"rightPaddingMobile\":24,\"paddingLink\":false,\"variationSelected\":true,\"rowGapDesktop\":0,\"isBlockRootParent\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-dfb11b9f alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/advanced-heading {\"block_id\":\"5e0c028f\",\"classMigrate\":true,\"headingDescToggle\":true,\"headingAlign\":\"center\",\"headingAlignMobile\":\"left\",\"subHeadingColor\":\"\",\"headSpace\":20,\"subHeadFontSize\":16,\"blockBottomPadding\":20} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-5e0c028f\"><h2 class=\"uagb-heading-text\">Our Inside Pictures​</h2><p class=\"uagb-desc-text\">Take a look at some pretty pictures captured in and around our premises.</p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/container {\"block_id\":\"72490b9d\",\"directionDesktop\":\"row\",\"alignItemsDesktop\":\"flex-start\",\"topMarginDesktop\":20,\"bottomMarginDesktop\":0,\"leftMarginDesktop\":0,\"rightMarginDesktop\":0,\"marginLink\":false,\"variationSelected\":true,\"rowGapMobile\":24,\"columnGapDesktop\":24,\"columnGapTablet\":20} -->\n<div class=\"wp-block-uagb-container uagb-block-72490b9d\"><!-- wp:uagb/container {\"block_id\":\"268764f6\",\"widthDesktop\":32,\"variationSelected\":true,\"rowGapDesktop\":24,\"rowGapTablet\":20,\"rowGapMobile\":24,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-268764f6\"><!-- wp:uagb/image {\"block_id\":\"184ea073\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/gallery-1.jpg\",\"id\":105,\"linkDestination\":\"none\",\"width\":388,\"height\":240,\"naturalWidth\":388,\"naturalHeight\":240,\"sizeSlug\":\"full\",\"sizeSlugTablet\":\"full\",\"sizeSlugMobile\":\"full\"} -->\n<div class=\"wp-block-uagb-image uagb-block-184ea073 wp-block-uagb-image--layout-default wp-block-uagb-image--effect-static wp-block-uagb-image--align-none\"><figure class=\"wp-block-uagb-image__figure\"><img srcset=\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/gallery-1.jpg \" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/gallery-1.jpg\" alt=\"\" class=\"uag-image-105\" width=\"388\" height=\"240\" title=\"\" loading=\"lazy\"/></figure></div>\n<!-- /wp:uagb/image -->\n\n<!-- wp:uagb/image {\"block_id\":\"418bf09f\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/gallery-6.jpg\",\"id\":110,\"linkDestination\":\"none\",\"naturalWidth\":388,\"naturalHeight\":240,\"sizeSlug\":\"full\",\"sizeSlugTablet\":\"full\",\"sizeSlugMobile\":\"full\"} -->\n<div class=\"wp-block-uagb-image uagb-block-418bf09f wp-block-uagb-image--layout-default wp-block-uagb-image--effect-static wp-block-uagb-image--align-none\"><figure class=\"wp-block-uagb-image__figure\"><img srcset=\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/gallery-6.jpg \" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/gallery-6.jpg\" alt=\"\" class=\"uag-image-110\" width=\"\" height=\"\" title=\"\" loading=\"lazy\"/></figure></div>\n<!-- /wp:uagb/image --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"7cce0bde\",\"widthDesktop\":67,\"variationSelected\":true,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-7cce0bde\"><!-- wp:uagb/image {\"block_id\":\"24e138c3\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/gallery-2.jpg\",\"id\":106,\"linkDestination\":\"none\",\"width\":788,\"widthTablet\":780,\"height\":504,\"heightTablet\":0,\"naturalWidth\":788,\"naturalHeight\":504,\"sizeSlug\":\"full\",\"sizeSlugTablet\":\"full\",\"sizeSlugMobile\":\"full\",\"customHeightSetDesktop\":true} -->\n<div class=\"wp-block-uagb-image uagb-block-24e138c3 wp-block-uagb-image--layout-default wp-block-uagb-image--effect-static wp-block-uagb-image--align-none\"><figure class=\"wp-block-uagb-image__figure\"><img srcset=\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/gallery-2.jpg \" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/gallery-2.jpg\" alt=\"\" class=\"uag-image-106\" width=\"788\" height=\"504\" title=\"\" loading=\"lazy\"/></figure></div>\n<!-- /wp:uagb/image --></div>\n<!-- /wp:uagb/container --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"283a6cf6\",\"directionDesktop\":\"row\",\"alignItemsDesktop\":\"flex-start\",\"topMarginDesktop\":24,\"bottomMarginDesktop\":0,\"leftMarginDesktop\":0,\"rightMarginDesktop\":0,\"topMarginTablet\":20,\"bottomMarginTablet\":0,\"leftMarginTablet\":0,\"rightMarginTablet\":0,\"topMarginMobile\":24,\"bottomMarginMobile\":0,\"leftMarginMobile\":0,\"rightMarginMobile\":0,\"marginLink\":false,\"variationSelected\":true,\"columnGapDesktop\":24,\"columnGapTablet\":20} -->\n<div class=\"wp-block-uagb-container uagb-block-283a6cf6\"><!-- wp:uagb/container {\"block_id\":\"6548d04f\",\"widthDesktop\":67,\"variationSelected\":true,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-6548d04f\"><!-- wp:uagb/image {\"block_id\":\"c2e275be\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/gallery-3.jpg\",\"id\":107,\"linkDestination\":\"none\",\"width\":788,\"height\":504,\"naturalWidth\":788,\"naturalHeight\":504,\"sizeSlug\":\"full\",\"sizeSlugTablet\":\"full\",\"sizeSlugMobile\":\"full\",\"customHeightSetDesktop\":true} -->\n<div class=\"wp-block-uagb-image uagb-block-c2e275be wp-block-uagb-image--layout-default wp-block-uagb-image--effect-static wp-block-uagb-image--align-none\"><figure class=\"wp-block-uagb-image__figure\"><img srcset=\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/gallery-3.jpg \" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/gallery-3.jpg\" alt=\"\" class=\"uag-image-107\" width=\"788\" height=\"504\" title=\"\" loading=\"lazy\"/></figure></div>\n<!-- /wp:uagb/image --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"0b9227e7\",\"widthDesktop\":32,\"variationSelected\":true,\"rowGapDesktop\":24,\"rowGapTablet\":20,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-0b9227e7\"><!-- wp:uagb/image {\"block_id\":\"9931a8bf\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/gallery-5.jpg\",\"id\":109,\"linkDestination\":\"none\",\"width\":388,\"height\":240,\"naturalWidth\":388,\"naturalHeight\":240,\"sizeSlug\":\"full\",\"sizeSlugTablet\":\"full\",\"sizeSlugMobile\":\"full\"} -->\n<div class=\"wp-block-uagb-image uagb-block-9931a8bf wp-block-uagb-image--layout-default wp-block-uagb-image--effect-static wp-block-uagb-image--align-none\"><figure class=\"wp-block-uagb-image__figure\"><img srcset=\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/gallery-5.jpg \" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/gallery-5.jpg\" alt=\"\" class=\"uag-image-109\" width=\"388\" height=\"240\" title=\"\" loading=\"lazy\"/></figure></div>\n<!-- /wp:uagb/image -->\n\n<!-- wp:uagb/image {\"block_id\":\"a9c8158d\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/gallery-4.jpg\",\"id\":108,\"linkDestination\":\"none\",\"naturalWidth\":388,\"naturalHeight\":240,\"sizeSlug\":\"full\",\"sizeSlugTablet\":\"full\",\"sizeSlugMobile\":\"full\"} -->\n<div class=\"wp-block-uagb-image uagb-block-a9c8158d wp-block-uagb-image--layout-default wp-block-uagb-image--effect-static wp-block-uagb-image--align-none\"><figure class=\"wp-block-uagb-image__figure\"><img srcset=\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/gallery-4.jpg \" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/gallery-4.jpg\" alt=\"\" class=\"uag-image-108\" width=\"\" height=\"\" title=\"\" loading=\"lazy\"/></figure></div>\n<!-- /wp:uagb/image --></div>\n<!-- /wp:uagb/container --></div>\n<!-- /wp:uagb/container --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"b0b72040\",\"backgroundType\":\"color\",\"backgroundSizeTablet\":\"cover\",\"backgroundSizeMobile\":\"cover\",\"backgroundColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"topPaddingDesktop\":40,\"bottomPaddingDesktop\":104,\"leftPaddingDesktop\":40,\"rightPaddingDesktop\":40,\"topPaddingTablet\":80,\"bottomPaddingTablet\":80,\"leftPaddingTablet\":40,\"rightPaddingTablet\":40,\"topPaddingMobile\":64,\"bottomPaddingMobile\":64,\"leftPaddingMobile\":24,\"rightPaddingMobile\":24,\"paddingLink\":false,\"variationSelected\":true,\"rowGapDesktop\":0,\"isBlockRootParent\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-b0b72040 alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/advanced-heading {\"block_id\":\"f965121d\",\"classMigrate\":true,\"headingDescToggle\":true,\"headingAlign\":\"center\",\"headingAlignMobile\":\"left\",\"subHeadingColor\":\"\",\"headSpace\":20,\"subHeadFontSize\":16,\"blockBottomPadding\":20} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-f965121d\"><h2 class=\"uagb-heading-text\">What Our Guests Say​</h2><p class=\"uagb-desc-text\">We take pride in serving our guests with the best experience. Read what they say.</p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/container {\"block_id\":\"aa417485\",\"directionDesktop\":\"row\",\"topMarginDesktop\":40,\"bottomMarginDesktop\":0,\"leftMarginDesktop\":0,\"rightMarginDesktop\":0,\"marginLink\":false,\"variationSelected\":true,\"rowGapMobile\":40,\"columnGapDesktop\":90} -->\n<div class=\"wp-block-uagb-container uagb-block-aa417485\"><!-- wp:uagb/container {\"block_id\":\"01b37c14\",\"widthDesktop\":50,\"variationSelected\":true,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-01b37c14\"><!-- wp:uagb/star-rating {\"block_id\":\"7a7c19a3\",\"rating\":4.5,\"color\":\"var(\\u002d\\u002dast-global-color-2)\"} -->\n<div class=\"wp-block-uagb-star-rating uagb-block-7a7c19a3\"><div class=\"uag-star-rating\" title=\"4.5/5\"><span class=\"uag-star\">★</span><span class=\"uag-star\">★</span><span class=\"uag-star\">★</span><span class=\"uag-star\">★</span><span class=\"uag-star\">★</span></div></div>\n<!-- /wp:uagb/star-rating -->\n\n<!-- wp:uagb/testimonial {\"test_item_count\":1,\"classMigrate\":true,\"test_block\":[{\"description\":\"\\u0022Proin nulla mauris et volutpat adipiscing suspendisse vehicula blandit sagittis orci etiam morbi elit etiam semper eu lacus pretium hac nisl leo amet ullamcorper.\\u0022​\",\"name\":\"\\u003cstrong\\u003eEMILY HUNT​\\u003c/strong\\u003e\",\"company\":\"\",\"image\":{\"id\":119,\"title\":\"testimonial1\",\"filename\":\"testimonial1.jpg\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/testimonial1.jpg\",\"link\":\"https://blueroan.netgen.cloud/testimonial1/\",\"alt\":\"\",\"author\":\"34\",\"description\":\"\",\"caption\":\"\",\"name\":\"testimonial1\",\"status\":\"inherit\",\"uploadedTo\":0,\"date\":\"2021-05-11T05:02:02.000Z\",\"modified\":\"2021-05-11T05:02:02.000Z\",\"menuOrder\":0,\"mime\":\"image/jpeg\",\"type\":\"image\",\"subtype\":\"jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/default.png\",\"dateFormatted\":\"May 11, 2021\",\"nonces\":{\"update\":\"b92fe40c3d\",\"delete\":\"643c1eb8f1\",\"edit\":\"d3e7d56b1d\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=119\\u0026action=edit\",\"meta\":false,\"authorName\":\"Rishabh\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/user-edit.php?user_id=34\",\"filesizeInBytes\":11264,\"filesizeHumanReadable\":\"11 KB\",\"context\":\"\",\"height\":250,\"width\":250,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/testimonial1-150x150.jpg\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/testimonial1.jpg\",\"height\":250,\"width\":250,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}}}],\"headingAlign\":\"left\",\"headingAlignTablet\":\"left\",\"headingAlignMobile\":\"left\",\"descColor\":\"var(\\u002d\\u002dast-global-color-3)\",\"nameFontSize\":14,\"nameLineHeight\":1,\"descFontSize\":16,\"descFontWeight\":\"600\",\"nameSpace\":1,\"block_id\":\"80f8a393\",\"iconImage\":{\"url\":\"\",\"alt\":\"InfoBox placeholder img\"},\"imageWidth\":32,\"columnGap\":1,\"borderStyle\":\"\",\"paddingTop\":0,\"paddingBottom\":0,\"paddingLeft\":0,\"paddingRight\":0,\"spacingLink\":true,\"imgpaddingTop\":0,\"imgpaddingRight\":15,\"imgpaddingBottom\":0,\"imgpaddingLeft\":0,\"overallBorderStyle\":\"none\",\"imgTagHeight\":32,\"imgTagWidth\":150} -->\n<div class=\"wp-block-uagb-testimonial uagb-slick-carousel uagb-tm__arrow-outside uagb-block-80f8a393 uagb-post__carousel_notset uagb-post__carousel_notset-tablet uagb-post__carousel_notset-mobile\"><div class=\"is-carousel uagb-tm__columns-1 uagb-tm__items\"><div class=\"uagb-testimonial__wrap  uagb-tm__imgicon-style-circle uagb-tm__image-position-bottom uagb-tm__bg-type-none \"><div class=\"uagb-tm__content\"><div class=\"uagb-tm__overlay\"></div><div class=\"uagb-tm__text-wrap\"><div class=\"uagb-tm__desc\">\"Proin nulla mauris et volutpat adipiscing suspendisse vehicula blandit sagittis orci etiam morbi elit etiam semper eu lacus pretium hac nisl leo amet ullamcorper.\"​</div><div class=\"uagb-tm__meta-inner\"><div class=\"uagb-tm__image-content\"><div class=\"uagb-tm__image\"><img class=\"uagb-tm-img-src\" src=\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/testimonial1-150x150.jpg\" alt=\"\" width=\"32\" height=\"32\" loading=\"lazy\"/></div></div><div class=\"uagb-testimonial-details\"><span class=\"uagb-tm__author-name\"><strong>EMILY HUNT​</strong></span><span class=\"uagb-tm__company\"></span></div></div></div></div></div></div></div>\n<!-- /wp:uagb/testimonial -->\n\n<!-- wp:uagb/star-rating {\"block_id\":\"409bd0cd\",\"rating\":4.5,\"color\":\"var(\\u002d\\u002dast-global-color-2)\",\"blockTopMargin\":30,\"blockRightMargin\":0,\"blockLeftMargin\":0,\"blockBottomMargin\":0,\"blockTopMarginMobile\":20,\"blockRightMarginMobile\":0,\"blockLeftMarginMobile\":0,\"blockBottomMarginMobile\":0} -->\n<div class=\"wp-block-uagb-star-rating uagb-block-409bd0cd\"><div class=\"uag-star-rating\" title=\"4.5/5\"><span class=\"uag-star\">★</span><span class=\"uag-star\">★</span><span class=\"uag-star\">★</span><span class=\"uag-star\">★</span><span class=\"uag-star\">★</span></div></div>\n<!-- /wp:uagb/star-rating -->\n\n<!-- wp:uagb/testimonial {\"test_item_count\":1,\"classMigrate\":true,\"test_block\":[{\"description\":\"\\u0022Proin nulla mauris et volutpat adipiscing suspendisse vehicula blandit sagittis orci etiam morbi elit etiam semper eu lacus pretium hac nisl leo amet ullamcorper.\\u0022​\",\"name\":\"\\u003cstrong\\u003e\\u003cstrong\\u003eJULIE ROBINSON​\\u003c/strong\\u003e\\u003c/strong\\u003e\",\"company\":\"\",\"image\":{\"id\":122,\"title\":\"testimonial4\",\"filename\":\"testimonial4.jpg\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/testimonial4.jpg\",\"link\":\"https://blueroan.netgen.cloud/testimonial4/\",\"alt\":\"\",\"author\":\"34\",\"description\":\"\",\"caption\":\"\",\"name\":\"testimonial4\",\"status\":\"inherit\",\"uploadedTo\":0,\"date\":\"2021-05-11T05:02:06.000Z\",\"modified\":\"2021-05-11T05:02:06.000Z\",\"menuOrder\":0,\"mime\":\"image/jpeg\",\"type\":\"image\",\"subtype\":\"jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/default.png\",\"dateFormatted\":\"May 11, 2021\",\"nonces\":{\"update\":\"4e34860add\",\"delete\":\"9e126a55cd\",\"edit\":\"33ffd3c040\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=122\\u0026action=edit\",\"meta\":false,\"authorName\":\"Rishabh\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/user-edit.php?user_id=34\",\"filesizeInBytes\":16584,\"filesizeHumanReadable\":\"16 KB\",\"context\":\"\",\"height\":250,\"width\":250,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/testimonial4-150x150.jpg\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/testimonial4.jpg\",\"height\":250,\"width\":250,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}}}],\"headingAlign\":\"left\",\"headingAlignTablet\":\"left\",\"headingAlignMobile\":\"left\",\"descColor\":\"var(\\u002d\\u002dast-global-color-3)\",\"nameFontSize\":14,\"nameLineHeight\":1,\"descFontSize\":16,\"descFontWeight\":\"600\",\"nameSpace\":1,\"block_id\":\"5ca94d37\",\"iconImage\":{\"url\":\"\",\"alt\":\"InfoBox placeholder img\"},\"imageWidth\":32,\"columnGap\":1,\"borderStyle\":\"\",\"paddingTop\":0,\"paddingBottom\":0,\"paddingLeft\":0,\"paddingRight\":0,\"spacingLink\":true,\"imgpaddingTop\":0,\"imgpaddingRight\":15,\"imgpaddingBottom\":0,\"imgpaddingLeft\":0,\"overallBorderStyle\":\"none\",\"imgTagHeight\":32,\"imgTagWidth\":150} -->\n<div class=\"wp-block-uagb-testimonial uagb-slick-carousel uagb-tm__arrow-outside uagb-block-5ca94d37 uagb-post__carousel_notset uagb-post__carousel_notset-tablet uagb-post__carousel_notset-mobile\"><div class=\"is-carousel uagb-tm__columns-1 uagb-tm__items\"><div class=\"uagb-testimonial__wrap  uagb-tm__imgicon-style-circle uagb-tm__image-position-bottom uagb-tm__bg-type-none \"><div class=\"uagb-tm__content\"><div class=\"uagb-tm__overlay\"></div><div class=\"uagb-tm__text-wrap\"><div class=\"uagb-tm__desc\">\"Proin nulla mauris et volutpat adipiscing suspendisse vehicula blandit sagittis orci etiam morbi elit etiam semper eu lacus pretium hac nisl leo amet ullamcorper.\"​</div><div class=\"uagb-tm__meta-inner\"><div class=\"uagb-tm__image-content\"><div class=\"uagb-tm__image\"><img class=\"uagb-tm-img-src\" src=\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/testimonial4-150x150.jpg\" alt=\"\" width=\"32\" height=\"32\" loading=\"lazy\"/></div></div><div class=\"uagb-testimonial-details\"><span class=\"uagb-tm__author-name\"><strong><strong>JULIE ROBINSON​</strong></strong></span><span class=\"uagb-tm__company\"></span></div></div></div></div></div></div></div>\n<!-- /wp:uagb/testimonial --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"80115fc1\",\"widthDesktop\":50,\"variationSelected\":true,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-80115fc1\"><!-- wp:uagb/star-rating {\"block_id\":\"4a08e18c\",\"rating\":4.5,\"color\":\"var(\\u002d\\u002dast-global-color-2)\"} -->\n<div class=\"wp-block-uagb-star-rating uagb-block-4a08e18c\"><div class=\"uag-star-rating\" title=\"4.5/5\"><span class=\"uag-star\">★</span><span class=\"uag-star\">★</span><span class=\"uag-star\">★</span><span class=\"uag-star\">★</span><span class=\"uag-star\">★</span></div></div>\n<!-- /wp:uagb/star-rating -->\n\n<!-- wp:uagb/testimonial {\"test_item_count\":1,\"classMigrate\":true,\"test_block\":[{\"description\":\"\\u0022Proin nulla mauris et volutpat adipiscing suspendisse vehicula blandit sagittis orci etiam morbi elit etiam semper eu lacus pretium hac nisl leo amet ullamcorper.\\u0022​\",\"name\":\"\\u003cstrong\\u003e\\u003cstrong\\u003eMORGAN JONATHAN​\\u003c/strong\\u003e\\u003c/strong\\u003e\",\"company\":\"\",\"image\":{\"id\":120,\"title\":\"testimonial2\",\"filename\":\"testimonial2.jpg\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/testimonial2.jpg\",\"link\":\"https://blueroan.netgen.cloud/testimonial2/\",\"alt\":\"\",\"author\":\"34\",\"description\":\"\",\"caption\":\"\",\"name\":\"testimonial2\",\"status\":\"inherit\",\"uploadedTo\":0,\"date\":\"2021-05-11T05:02:03.000Z\",\"modified\":\"2021-05-11T05:02:03.000Z\",\"menuOrder\":0,\"mime\":\"image/jpeg\",\"type\":\"image\",\"subtype\":\"jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/default.png\",\"dateFormatted\":\"May 11, 2021\",\"nonces\":{\"update\":\"1ee6412858\",\"delete\":\"4414a2ccbf\",\"edit\":\"bde7b1f490\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=120\\u0026action=edit\",\"meta\":false,\"authorName\":\"Rishabh\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/user-edit.php?user_id=34\",\"filesizeInBytes\":10087,\"filesizeHumanReadable\":\"10 KB\",\"context\":\"\",\"height\":250,\"width\":250,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/testimonial2-150x150.jpg\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/testimonial2.jpg\",\"height\":250,\"width\":250,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}}}],\"headingAlign\":\"left\",\"headingAlignTablet\":\"left\",\"headingAlignMobile\":\"left\",\"descColor\":\"var(\\u002d\\u002dast-global-color-3)\",\"nameFontSize\":14,\"nameLineHeight\":1,\"descFontSize\":16,\"descFontWeight\":\"600\",\"nameSpace\":1,\"block_id\":\"a1127b27\",\"iconImage\":{\"url\":\"\",\"alt\":\"InfoBox placeholder img\"},\"imageWidth\":32,\"columnGap\":1,\"borderStyle\":\"\",\"paddingTop\":0,\"paddingBottom\":0,\"paddingLeft\":0,\"paddingRight\":0,\"spacingLink\":true,\"imgpaddingTop\":0,\"imgpaddingRight\":15,\"imgpaddingBottom\":0,\"imgpaddingLeft\":0,\"overallBorderStyle\":\"none\",\"imgTagHeight\":32,\"imgTagWidth\":150} -->\n<div class=\"wp-block-uagb-testimonial uagb-slick-carousel uagb-tm__arrow-outside uagb-block-a1127b27 uagb-post__carousel_notset uagb-post__carousel_notset-tablet uagb-post__carousel_notset-mobile\"><div class=\"is-carousel uagb-tm__columns-1 uagb-tm__items\"><div class=\"uagb-testimonial__wrap  uagb-tm__imgicon-style-circle uagb-tm__image-position-bottom uagb-tm__bg-type-none \"><div class=\"uagb-tm__content\"><div class=\"uagb-tm__overlay\"></div><div class=\"uagb-tm__text-wrap\"><div class=\"uagb-tm__desc\">\"Proin nulla mauris et volutpat adipiscing suspendisse vehicula blandit sagittis orci etiam morbi elit etiam semper eu lacus pretium hac nisl leo amet ullamcorper.\"​</div><div class=\"uagb-tm__meta-inner\"><div class=\"uagb-tm__image-content\"><div class=\"uagb-tm__image\"><img class=\"uagb-tm-img-src\" src=\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/testimonial2-150x150.jpg\" alt=\"\" width=\"32\" height=\"32\" loading=\"lazy\"/></div></div><div class=\"uagb-testimonial-details\"><span class=\"uagb-tm__author-name\"><strong><strong>MORGAN JONATHAN​</strong></strong></span><span class=\"uagb-tm__company\"></span></div></div></div></div></div></div></div>\n<!-- /wp:uagb/testimonial -->\n\n<!-- wp:uagb/star-rating {\"block_id\":\"fb7cdf9f\",\"rating\":4.5,\"color\":\"var(\\u002d\\u002dast-global-color-2)\",\"blockTopMargin\":30,\"blockRightMargin\":0,\"blockLeftMargin\":0,\"blockBottomMargin\":0,\"blockTopMarginMobile\":20,\"blockRightMarginMobile\":0,\"blockLeftMarginMobile\":0,\"blockBottomMarginMobile\":0} -->\n<div class=\"wp-block-uagb-star-rating uagb-block-fb7cdf9f\"><div class=\"uag-star-rating\" title=\"4.5/5\"><span class=\"uag-star\">★</span><span class=\"uag-star\">★</span><span class=\"uag-star\">★</span><span class=\"uag-star\">★</span><span class=\"uag-star\">★</span></div></div>\n<!-- /wp:uagb/star-rating -->\n\n<!-- wp:uagb/testimonial {\"test_item_count\":1,\"classMigrate\":true,\"test_block\":[{\"description\":\"\\u0022Proin nulla mauris et volutpat adipiscing suspendisse vehicula blandit sagittis orci etiam morbi elit etiam semper eu lacus pretium hac nisl leo amet ullamcorper.\\u0022​\",\"name\":\"\\u003cstrong\\u003e\\u003cstrong\\u003e\\u003cstrong\\u003eJAMES BROOK​\\u003c/strong\\u003e\\u003c/strong\\u003e\\u003c/strong\\u003e\",\"company\":\"\",\"image\":{\"id\":121,\"title\":\"testimonial3\",\"filename\":\"testimonial3.jpg\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/testimonial3.jpg\",\"link\":\"https://blueroan.netgen.cloud/testimonial3/\",\"alt\":\"\",\"author\":\"34\",\"description\":\"\",\"caption\":\"\",\"name\":\"testimonial3\",\"status\":\"inherit\",\"uploadedTo\":0,\"date\":\"2021-05-11T05:02:05.000Z\",\"modified\":\"2021-05-11T05:02:05.000Z\",\"menuOrder\":0,\"mime\":\"image/jpeg\",\"type\":\"image\",\"subtype\":\"jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/default.png\",\"dateFormatted\":\"May 11, 2021\",\"nonces\":{\"update\":\"290653da5d\",\"delete\":\"90a4fb2d63\",\"edit\":\"ff8a64e56e\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=121\\u0026action=edit\",\"meta\":false,\"authorName\":\"Rishabh\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/user-edit.php?user_id=34\",\"filesizeInBytes\":8748,\"filesizeHumanReadable\":\"9 KB\",\"context\":\"\",\"height\":250,\"width\":250,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/testimonial3-150x150.jpg\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/testimonial3.jpg\",\"height\":250,\"width\":250,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}}}],\"headingAlign\":\"left\",\"headingAlignTablet\":\"left\",\"headingAlignMobile\":\"left\",\"descColor\":\"var(\\u002d\\u002dast-global-color-3)\",\"nameFontSize\":14,\"nameLineHeight\":1,\"descFontSize\":16,\"descFontWeight\":\"600\",\"nameSpace\":1,\"block_id\":\"db5c3ade\",\"iconImage\":{\"url\":\"\",\"alt\":\"InfoBox placeholder img\"},\"imageWidth\":32,\"columnGap\":1,\"borderStyle\":\"\",\"paddingTop\":0,\"paddingBottom\":0,\"paddingLeft\":0,\"paddingRight\":0,\"spacingLink\":true,\"imgpaddingTop\":0,\"imgpaddingRight\":15,\"imgpaddingBottom\":0,\"imgpaddingLeft\":0,\"overallBorderStyle\":\"none\",\"imgTagHeight\":32,\"imgTagWidth\":150} -->\n<div class=\"wp-block-uagb-testimonial uagb-slick-carousel uagb-tm__arrow-outside uagb-block-db5c3ade uagb-post__carousel_notset uagb-post__carousel_notset-tablet uagb-post__carousel_notset-mobile\"><div class=\"is-carousel uagb-tm__columns-1 uagb-tm__items\"><div class=\"uagb-testimonial__wrap  uagb-tm__imgicon-style-circle uagb-tm__image-position-bottom uagb-tm__bg-type-none \"><div class=\"uagb-tm__content\"><div class=\"uagb-tm__overlay\"></div><div class=\"uagb-tm__text-wrap\"><div class=\"uagb-tm__desc\">\"Proin nulla mauris et volutpat adipiscing suspendisse vehicula blandit sagittis orci etiam morbi elit etiam semper eu lacus pretium hac nisl leo amet ullamcorper.\"​</div><div class=\"uagb-tm__meta-inner\"><div class=\"uagb-tm__image-content\"><div class=\"uagb-tm__image\"><img class=\"uagb-tm-img-src\" src=\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/testimonial3-150x150.jpg\" alt=\"\" width=\"32\" height=\"32\" loading=\"lazy\"/></div></div><div class=\"uagb-testimonial-details\"><span class=\"uagb-tm__author-name\"><strong><strong><strong>JAMES BROOK​</strong></strong></strong></span><span class=\"uagb-tm__company\"></span></div></div></div></div></div></div></div>\n<!-- /wp:uagb/testimonial --></div>\n<!-- /wp:uagb/container --></div>\n<!-- /wp:uagb/container --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"516b5058\",\"innerContentCustomWidthDesktop\":781,\"innerContentCustomWidthTablet\":781,\"backgroundType\":\"image\",\"backgroundImageDesktop\":{\"id\":54,\"title\":\"background-img\",\"filename\":\"background-img-1.jpg\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/background-img-1.jpg\",\"link\":\"https://blueroan.netgen.cloud/background-img-2/\",\"alt\":\"\",\"author\":\"34\",\"description\":\"\",\"caption\":\"\",\"name\":\"background-img-2\",\"status\":\"inherit\",\"uploadedTo\":0,\"date\":\"2021-05-07T10:11:37.000Z\",\"modified\":\"2021-05-07T10:11:37.000Z\",\"menuOrder\":0,\"mime\":\"image/jpeg\",\"type\":\"image\",\"subtype\":\"jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/default.png\",\"dateFormatted\":\"May 7, 2021\",\"nonces\":{\"update\":\"bb999636b9\",\"delete\":\"d2e1375bc4\",\"edit\":\"005dd2f0c9\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=54\\u0026action=edit\",\"meta\":false,\"authorName\":\"Rishabh\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/user-edit.php?user_id=34\",\"filesizeInBytes\":338858,\"filesizeHumanReadable\":\"331 KB\",\"context\":\"\",\"height\":1080,\"width\":1920,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/background-img-1-150x150.jpg\",\"orientation\":\"landscape\"},\"medium\":{\"height\":169,\"width\":300,\"url\":\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/background-img-1-300x169.jpg\",\"orientation\":\"landscape\"},\"large\":{\"height\":576,\"width\":1024,\"url\":\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/background-img-1-1024x576.jpg\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/background-img-1.jpg\",\"height\":1080,\"width\":1920,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"backgroundImageColor\":\"rgba(42,42,42,0.65)\",\"topPaddingDesktop\":144,\"bottomPaddingDesktop\":144,\"leftPaddingDesktop\":40,\"rightPaddingDesktop\":40,\"topPaddingTablet\":80,\"bottomPaddingTablet\":80,\"leftPaddingTablet\":40,\"rightPaddingTablet\":40,\"topPaddingMobile\":64,\"bottomPaddingMobile\":64,\"leftPaddingMobile\":24,\"rightPaddingMobile\":24,\"paddingLink\":false,\"variationSelected\":true,\"isBlockRootParent\":true,\"overlayType\":\"color\"} -->\n<div class=\"wp-block-uagb-container uagb-block-516b5058 alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/advanced-heading {\"block_id\":\"389b178a\",\"classMigrate\":true,\"headingDescToggle\":true,\"headingAlign\":\"center\",\"headingColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"subHeadingColor\":\"var(\\u002d\\u002dast-global-color-4)\",\"headSpace\":20} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-389b178a\"><h2 class=\"uagb-heading-text\">Plan an Unforgettable Experience in Mykonos Today!</h2><p class=\"uagb-desc-text\">We can help you fit your stay and experience within your allotted budget.</p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/advanced-heading {\"block_id\":\"25289b3f\",\"classMigrate\":true,\"headingTitleToggle\":false,\"headingDescToggle\":true,\"headingAlign\":\"center\",\"subHeadingColor\":\"var(\\u002d\\u002dast-global-color-4)\",\"subHeadTransform\":\"uppercase\",\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"subHeadLetterSpacing\":2,\"blockTopPadding\":60,\"blockRightPadding\":0,\"blockLeftPadding\":0,\"blockBottomPadding\":0,\"blockTopPaddingMobile\":30,\"blockRightPaddingMobile\":0,\"blockLeftPaddingMobile\":0,\"blockBottomPaddingMobile\":0} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-25289b3f\"><p class=\"uagb-desc-text\">BOOK YOUR STAY NOW​</p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/icon-list {\"block_id\":\"3049b627\",\"classMigrate\":true,\"childMigrate\":true,\"align\":\"center\",\"parentIcon\":\"phone\",\"size\":40,\"sizeMobile\":24,\"sizeTablet\":32,\"fontSize\":48,\"fontSizeMobile\":28,\"fontSizeTablet\":40,\"fontWeight\":\"600\",\"iconColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"labelColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"blockTopPadding\":0,\"blockRightPadding\":0,\"blockLeftPadding\":0,\"blockBottomPadding\":24,\"blockPaddingLink\":false} -->\n<div class=\"wp-block-uagb-icon-list uagb-block-3049b627\"><div class=\"uagb-icon-list__wrap\"><!-- wp:uagb/icon-list-child {\"block_id\":\"f5abb4d1\",\"label\":\"+1-123 456 7890​\",\"label_color\":\"\",\"fromParentIcon\":\"phone\",\"imageSizeChild\":40} -->\n<div class=\"wp-block-uagb-icon-list-child uagb-block-f5abb4d1\"><span class=\"uagb-icon-list__source-wrap\"><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M511.2 387l-23.25 100.8c-3.266 14.25-15.79 24.22-30.46 24.22C205.2 512 0 306.8 0 54.5c0-14.66 9.969-27.2 24.22-30.45l100.8-23.25C139.7-2.602 154.7 5.018 160.8 18.92l46.52 108.5c5.438 12.78 1.77 27.67-8.98 36.45L144.5 207.1c33.98 69.22 90.26 125.5 159.5 159.5l44.08-53.8c8.688-10.78 23.69-14.51 36.47-8.975l108.5 46.51C506.1 357.2 514.6 372.4 511.2 387z\"></path></svg></span><span class=\"uagb-icon-list__label\">+1-123 456 7890​</span></div>\n<!-- /wp:uagb/icon-list-child --></div></div>\n<!-- /wp:uagb/icon-list --></div></div>\n<!-- /wp:uagb/container -->',	'Home',	'',	'inherit',	'closed',	'closed',	'',	'760-revision-v1',	'',	'',	'2022-12-13 11:47:20',	'2022-12-13 11:47:20',	'',	760,	'https://blueroan.netgen.cloud/?p=833',	0,	'revision',	'',	0),
(834,	2,	'2022-12-13 11:54:47',	'2022-12-13 11:54:47',	'',	'red-rose',	'',	'inherit',	'open',	'closed',	'',	'red-rose',	'',	'',	'2022-12-13 11:54:47',	'2022-12-13 11:54:47',	'',	760,	'https://blueroan.netgen.cloud/wp-content/uploads/2022/12/red-rose.jpg',	0,	'attachment',	'image/jpeg',	0),
(835,	2,	'2022-12-13 11:55:06',	'2022-12-13 11:55:06',	'',	'blue-roan-guest-farm-14',	'',	'inherit',	'open',	'closed',	'',	'blue-roan-guest-farm-14',	'',	'',	'2022-12-13 11:55:06',	'2022-12-13 11:55:06',	'',	760,	'https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-14.jpg',	0,	'attachment',	'image/jpeg',	0),
(837,	2,	'2022-12-13 11:55:28',	'2022-12-13 11:55:28',	'',	'blue-roan-guest-farm-8',	'',	'inherit',	'open',	'closed',	'',	'blue-roan-guest-farm-8',	'',	'',	'2022-12-13 11:55:28',	'2022-12-13 11:55:28',	'',	760,	'https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-8.jpg',	0,	'attachment',	'image/jpeg',	0),
(838,	2,	'2022-12-13 11:56:09',	'2022-12-13 11:56:09',	'',	'49g',	'',	'inherit',	'open',	'closed',	'',	'49g',	'',	'',	'2022-12-13 11:56:09',	'2022-12-13 11:56:09',	'',	760,	'https://blueroan.netgen.cloud/wp-content/uploads/2022/12/49g.jpg',	0,	'attachment',	'image/jpeg',	0),
(839,	2,	'2022-12-13 11:56:21',	'2022-12-13 11:56:21',	'',	'blue-roan-country-lodge-1',	'',	'inherit',	'open',	'closed',	'',	'blue-roan-country-lodge-1',	'',	'',	'2022-12-13 11:56:21',	'2022-12-13 11:56:21',	'',	760,	'https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-country-lodge-1.jpg',	0,	'attachment',	'image/jpeg',	0),
(840,	2,	'2022-12-13 12:01:47',	'2022-12-13 12:01:47',	'<!-- wp:uagb/container {\"block_id\":\"fd339427\",\"minHeightDesktop\":95,\"minHeightTablet\":70,\"minHeightMobile\":80,\"minHeightType\":\"vh\",\"alignItemsDesktop\":\"flex-start\",\"backgroundType\":\"image\",\"backgroundImageDesktop\":{\"uploading\":false,\"date\":1670921854000,\"filename\":\"Blue-Roan-pool.jpg\",\"menuOrder\":0,\"uploadedTo\":760,\"type\":\"image\",\"subtype\":\"jpeg\",\"id\":784,\"title\":\"Blue Roan - pool\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Blue-Roan-pool.jpg\",\"link\":\"https://blueroan.netgen.cloud/home/blue-roan-pool/\",\"alt\":\"\",\"author\":\"2\",\"description\":\"\",\"caption\":\"\",\"name\":\"blue-roan-pool\",\"status\":\"inherit\",\"modified\":1670921854000,\"mime\":\"image/jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-includes/images/media/default.png\",\"dateFormatted\":\"December 13, 2022\",\"nonces\":{\"update\":\"51a12ed09e\",\"delete\":\"5174068551\",\"edit\":\"1de0721407\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=784\\u0026action=edit\",\"meta\":false,\"authorName\":\"Netgen Support\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/profile.php\",\"uploadedToTitle\":\"Home\",\"uploadedToLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=760\\u0026action=edit\",\"filesizeInBytes\":154801,\"filesizeHumanReadable\":\"151 KB\",\"context\":\"\",\"height\":667,\"width\":1000,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Blue-Roan-pool-150x150.jpg\",\"orientation\":\"landscape\"},\"medium\":{\"height\":200,\"width\":300,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Blue-Roan-pool-300x200.jpg\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Blue-Roan-pool.jpg\",\"height\":667,\"width\":1000,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"backgroundPositionDesktop\":{\"x\":0.5,\"y\":0.25},\"backgroundImageColor\":\"rgba(42,42,42,0.35)\",\"topPaddingDesktop\":0,\"bottomPaddingDesktop\":0,\"leftPaddingDesktop\":40,\"rightPaddingDesktop\":40,\"topPaddingTablet\":120,\"bottomPaddingTablet\":120,\"leftPaddingTablet\":40,\"rightPaddingTablet\":40,\"topPaddingMobile\":150,\"bottomPaddingMobile\":150,\"leftPaddingMobile\":20,\"rightPaddingMobile\":20,\"paddingLink\":false,\"variationSelected\":true,\"isBlockRootParent\":true,\"overlayType\":\"color\",\"minHeightTypeTablet\":\"vh\",\"minHeightTypeMobile\":\"vh\"} -->\n<div class=\"wp-block-uagb-container uagb-block-fd339427 alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/info-box {\"classMigrate\":true,\"headingAlign\":\"left\",\"headingColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"subHeadingColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"headingTag\":\"h1\",\"subHeadFontSize\":17,\"subHeadFontSizeMobile\":15,\"headSpace\":20,\"subHeadSpace\":40,\"block_id\":\"11d666bb\",\"ctaIcon\":\"\",\"ctaType\":\"button\",\"ctaText\":\"Book Your Stay Now\",\"ctaLink\":\"#\",\"ctaBtnLinkColor\":\"var(\\u002d\\u002dast-global-color-2)\",\"ctaLinkHoverColor\":\"var(\\u002d\\u002dast-global-color-2)\",\"ctaBgColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"ctaBgHoverColor\":\"var(\\u002d\\u002dast-global-color-4)\",\"ctaBorderColor\":\"\",\"ctaBorderStyle\":\"\",\"ctaBorderWidth\":\"\",\"ctaBorderRadius\":\"\",\"iconImage\":{\"url\":\"\",\"alt\":\"InfoBox placeholder img\"},\"showIcon\":false,\"paddingBtnTop\":18,\"paddingBtnBottom\":18,\"paddingBtnLeft\":34,\"paddingBtnRight\":34,\"blockTopPadding\":0,\"blockRightPadding\":40,\"blockLeftPadding\":0,\"blockBottomPadding\":0,\"blockTopPaddingTablet\":0,\"blockRightPaddingTablet\":64,\"blockLeftPaddingTablet\":0,\"blockBottomPaddingTablet\":0,\"blockTopPaddingMobile\":0,\"blockRightPaddingMobile\":0,\"blockLeftPaddingMobile\":0,\"blockBottomPaddingMobile\":0,\"blockPaddingUnit\":\"%\",\"blockPaddingLink\":false,\"subHeadMarginTopTablet\":0,\"subHeadMarginRightTablet\":64,\"subHeadTabletSpace\":40,\"subHeadMarginLeftTablet\":0,\"subHeadMarginTopMobile\":0,\"subHeadMarginRightMobile\":0,\"subHeadMobileSpace\":40,\"subHeadMarginLeftMobile\":0,\"btnBorderTopWidth\":1,\"btnBorderLeftWidth\":1,\"btnBorderRightWidth\":1,\"btnBorderBottomWidth\":1,\"btnBorderTopLeftRadius\":0,\"btnBorderTopRightRadius\":0,\"btnBorderBottomLeftRadius\":0,\"btnBorderBottomRightRadius\":0,\"btnBorderStyle\":\"none\",\"btnBorderColor\":\"#333\"} -->\n<div class=\"wp-block-uagb-info-box uagb-block-11d666bb uagb-infobox__content-wrap  uagb-infobox-icon-above-title uagb-infobox-image-valign-top\"><div class=\"uagb-ifb-content\"><div class=\"uagb-ifb-title-wrap\"><h1 class=\"uagb-ifb-title\"><strong>Magaliesburg pet friendly self-catering accommodation</strong></h1></div><p class=\"uagb-ifb-desc\">Romantic pet-friendly self-catering accommodation in Magaliesburg, Gauteng.</p><div class=\"uagb-ifb-button-wrapper wp-block-button\"><a href=\"#\" class=\"uagb-infobox-cta-link wp-block-button__link\" target=\"_self\" rel=\"noopener noreferrer\" alt=\"\"><span class=\"uagb-inline-editing\">Book Your Stay Now</span></a></div></div></div>\n<!-- /wp:uagb/info-box --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"b8de9e72\",\"directionDesktop\":\"row\",\"directionMobile\":\"column-reverse\",\"alignItemsDesktop\":\"flex-start\",\"backgroundType\":\"color\",\"backgroundSizeTablet\":\"cover\",\"backgroundSizeMobile\":\"cover\",\"backgroundColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"topPaddingDesktop\":60,\"bottomPaddingDesktop\":60,\"topPaddingTablet\":80,\"bottomPaddingTablet\":80,\"leftPaddingTablet\":40,\"rightPaddingTablet\":40,\"topPaddingMobile\":64,\"bottomPaddingMobile\":64,\"leftPaddingMobile\":24,\"rightPaddingMobile\":24,\"paddingLink\":false,\"variationSelected\":true,\"columnGapDesktop\":60,\"columnGapTablet\":50,\"isBlockRootParent\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-b8de9e72 alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/container {\"block_id\":\"5fb69bd2\",\"widthDesktop\":50,\"variationSelected\":true,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-5fb69bd2\"><!-- wp:image {\"id\":797,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-13.jpg\" alt=\"\" class=\"wp-image-797\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The Blue Roan Country Lodge is situated just 5 minutes from the village of Magaliesburg on a tar road so easy access for all cars. &nbsp;We have panoramic views of the Magaliesberg mountain range and our farm is the perfect place for a relaxing getaway in the country. &nbsp;As we are only 70 km from JHB and Pretoria, it is only an hour’s drive.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:buttons -->\n<div class=\"wp-block-buttons\"><!-- wp:button -->\n<div class=\"wp-block-button\"><a class=\"wp-block-button__link wp-element-button\" href=\"/accommodation/\">View accomodation</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"2368dbf2\",\"widthDesktop\":50,\"leftPaddingDesktop\":0,\"paddingLink\":false,\"variationSelected\":true,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-2368dbf2\"><!-- wp:uagb/advanced-heading {\"block_id\":\"337607a4\",\"classMigrate\":true,\"headingDescToggle\":true,\"subHeadingColor\":\"\",\"headSpace\":20,\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-337607a4\"><h2 class=\"uagb-heading-text\"><strong>Blue Roan is a 4-star graded pet-friendly venue</strong></h2><p class=\"uagb-desc-text\">Our goal is to provide high-quality, romantic, comfortable, and affordable self-catering accommodation on the outskirts of the village of &nbsp;Magaliesburg. &nbsp;For animal lovers, we are also&nbsp;pet-friendly&nbsp;by arrangement in most of the units all of which have their own fully fenced and gated private grassy gardens.</p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/image {\"block_id\":\"8cf8fd1d\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/hammock-in-the-garden.jpg\",\"align\":\"left\",\"id\":799,\"linkDestination\":\"none\",\"naturalWidth\":600,\"naturalHeight\":400,\"sizeSlug\":\"full\",\"sizeSlugTablet\":\"full\",\"sizeSlugMobile\":\"full\",\"imageTopMargin\":20,\"imageRightMargin\":0,\"imageLeftMargin\":0,\"imageBottomMargin\":0,\"imageTopMarginMobile\":0,\"imageRightMarginMobile\":0,\"imageLeftMarginMobile\":0,\"imageBottomMarginMobile\":0,\"imageMarginLink\":false} -->\n<div class=\"wp-block-uagb-image uagb-block-8cf8fd1d wp-block-uagb-image--layout-default wp-block-uagb-image--effect-static wp-block-uagb-image--align-left\"><figure class=\"wp-block-uagb-image__figure\"><img srcset=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/hammock-in-the-garden.jpg \" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/hammock-in-the-garden.jpg\" alt=\"\" class=\"uag-image-799\" width=\"\" height=\"\" title=\"\" loading=\"lazy\"/></figure></div>\n<!-- /wp:uagb/image --></div>\n<!-- /wp:uagb/container --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"c3c68f16\",\"directionDesktop\":\"row\",\"directionMobile\":\"column-reverse\",\"alignItemsDesktop\":\"flex-start\",\"backgroundType\":\"color\",\"backgroundSizeTablet\":\"cover\",\"backgroundSizeMobile\":\"cover\",\"backgroundColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"topPaddingDesktop\":0,\"bottomPaddingDesktop\":0,\"topPaddingTablet\":80,\"bottomPaddingTablet\":80,\"leftPaddingTablet\":40,\"rightPaddingTablet\":40,\"topPaddingMobile\":64,\"bottomPaddingMobile\":64,\"leftPaddingMobile\":24,\"rightPaddingMobile\":24,\"paddingLink\":false,\"variationSelected\":true,\"rowGapDesktop\":0,\"columnGapDesktop\":0,\"columnGapTablet\":50,\"isBlockRootParent\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-c3c68f16 alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:image {\"align\":\"center\",\"id\":794,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image aligncenter size-full\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/210-2108726_too-great-for-us-tourism-grading-council-of-south-5.png\" alt=\"\" class=\"wp-image-794\"/></figure>\n<!-- /wp:image --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"c7c3bf83\",\"backgroundType\":\"color\",\"backgroundSizeTablet\":\"cover\",\"backgroundSizeMobile\":\"cover\",\"backgroundColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"topPaddingDesktop\":50,\"bottomPaddingDesktop\":100,\"topPaddingTablet\":50,\"bottomPaddingTablet\":25,\"leftPaddingTablet\":20,\"rightPaddingTablet\":20,\"topPaddingMobile\":50,\"bottomPaddingMobile\":20,\"leftPaddingMobile\":20,\"rightPaddingMobile\":20,\"paddingLink\":false,\"variationSelected\":true,\"rowGapDesktop\":0,\"isBlockRootParent\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-c7c3bf83 alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/container {\"block_id\":\"acf19b32\",\"directionDesktop\":\"row\",\"alignItemsDesktop\":\"flex-end\",\"alignItemsTablet\":\"flex-end\",\"justifyContentDesktop\":\"flex-end\",\"justifyContentTablet\":\"space-between\",\"variationSelected\":true,\"rowGapMobile\":30,\"columnGapDesktop\":0} -->\n<div class=\"wp-block-uagb-container uagb-block-acf19b32\"><!-- wp:uagb/advanced-heading {\"block_id\":\"a4cce4cc\",\"classMigrate\":true,\"headingDescToggle\":true,\"subHeadingColor\":\"\",\"headSpace\":20,\"subHeadFontSize\":16} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-a4cce4cc\"><h2 class=\"uagb-heading-text\">Amenities &amp; Interests ​</h2><p class=\"uagb-desc-text\">If you are looking for a relaxing, refreshing and rejuvenating experience altogether, we offer all of that under one roof.</p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/buttons {\"block_id\":\"a96e1a7e\",\"classMigrate\":true,\"childMigrate\":true,\"align\":\"right\",\"alignTablet\":\"right\",\"alignMobile\":\"left\",\"gap\":0} -->\n<div class=\"wp-block-uagb-buttons uagb-buttons__outer-wrap uagb-btn__default-btn uagb-btn-tablet__default-btn uagb-btn-mobile__default-btn uagb-block-a96e1a7e\"><div class=\"uagb-buttons__wrap uagb-buttons-layout-wrap\"><!-- wp:uagb/buttons-child {\"block_id\":\"86353d12\",\"label\":\"View All\",\"link\":\"#\",\"hColor\":\"\",\"borderWidth\":\"\",\"borderRadius\":\"\",\"borderStyle\":\"\",\"borderColor\":\"\",\"borderHColor\":\"\",\"btnBorderTopWidth\":1,\"btnBorderLeftWidth\":1,\"btnBorderRightWidth\":1,\"btnBorderBottomWidth\":1,\"btnBorderTopLeftRadius\":2,\"btnBorderTopRightRadius\":2,\"btnBorderBottomLeftRadius\":2,\"btnBorderBottomRightRadius\":2,\"btnBorderStyle\":\"solid\",\"btnBorderColor\":\"#333\",\"btnBorderHColor\":\"#333\"} -->\n<div class=\"wp-block-uagb-buttons-child uagb-buttons__outer-wrap uagb-block-86353d12 wp-block-button is-style-outline\"><div class=\"uagb-button__wrapper\"><a class=\"uagb-buttons-repeater wp-block-button__link\" href=\"#\" rel=\"follow noopener\" target=\"_self\"><div class=\"uagb-button__link\">View All</div></a></div></div>\n<!-- /wp:uagb/buttons-child --></div></div>\n<!-- /wp:uagb/buttons --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"9d90cc85\",\"directionDesktop\":\"row\",\"alignItemsTablet\":\"flex-start\",\"paddingLink\":false,\"topMarginDesktop\":50,\"bottomMarginDesktop\":20,\"leftMarginDesktop\":0,\"rightMarginDesktop\":0,\"marginLink\":false,\"variationSelected\":true,\"rowGapMobile\":65,\"columnGapDesktop\":48,\"columnGapTablet\":20} -->\n<div class=\"wp-block-uagb-container uagb-block-9d90cc85\"><!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"align\":\"center\",\"id\":828,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image aligncenter size-full\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Blue-Roan-pool.png\" alt=\"Blue Roan\'s rock pool\" class=\"wp-image-828\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>A relaxing rock Pool​</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>We have a lovely sparkling blue rock pool next to a thatched Lapa. &nbsp;&nbsp;Lie on recliners on the green lawn or sit on the swing chair in the Lapa and enjoy the panoramic view of the Magaliesberg mountain range.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":829,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/img-20160605-wa0002-largejpg.png\" alt=\"\" class=\"wp-image-829\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>Braai facilities </h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>What can compare to a burning fire under the star-lit African sky? Nothing beats the flavor of cooking over an open flame.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":830,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/ef9d0188da11e2bc56788f5619d9d539.png\" alt=\"\" class=\"wp-image-830\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>A games room </h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>The reception is also a games room for those who enjoy darts or playing pool. &nbsp;Take a selection of DVDs back to your room and watch movies on your own DVD player. &nbsp;There is also a selection of board games and music CDs that you can borrow.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div>\n<!-- /wp:uagb/container --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"f6fc4be0\",\"backgroundType\":\"color\",\"backgroundSizeTablet\":\"cover\",\"backgroundSizeMobile\":\"cover\",\"backgroundColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"bottomPaddingDesktop\":104,\"leftPaddingDesktop\":40,\"rightPaddingDesktop\":40,\"topPaddingTablet\":80,\"bottomPaddingTablet\":80,\"leftPaddingTablet\":40,\"rightPaddingTablet\":40,\"topPaddingMobile\":64,\"bottomPaddingMobile\":64,\"leftPaddingMobile\":24,\"rightPaddingMobile\":24,\"paddingLink\":false,\"variationSelected\":true,\"rowGapDesktop\":0,\"isBlockRootParent\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-f6fc4be0 alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/advanced-heading {\"block_id\":\"326a0f53\",\"classMigrate\":true,\"headingDescToggle\":true,\"headingAlign\":\"center\",\"headingAlignMobile\":\"left\",\"subHeadingColor\":\"\",\"headSpace\":20,\"subHeadFontSize\":16,\"blockBottomPadding\":20} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-326a0f53\"><h2 class=\"uagb-heading-text\">Our Inside Pictures​</h2><p class=\"uagb-desc-text\">Take a look at some pretty pictures captured in and around our premises.</p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/container {\"block_id\":\"e045c821\",\"directionDesktop\":\"row\",\"alignItemsDesktop\":\"flex-start\",\"topMarginDesktop\":20,\"bottomMarginDesktop\":0,\"leftMarginDesktop\":0,\"rightMarginDesktop\":0,\"marginLink\":false,\"variationSelected\":true,\"rowGapMobile\":24,\"columnGapDesktop\":24,\"columnGapTablet\":20} -->\n<div class=\"wp-block-uagb-container uagb-block-e045c821\"><!-- wp:uagb/container {\"block_id\":\"69ac1423\",\"widthDesktop\":32,\"variationSelected\":true,\"rowGapDesktop\":24,\"rowGapTablet\":20,\"rowGapMobile\":24,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-69ac1423\"><!-- wp:uagb/image {\"block_id\":\"aa3073ae\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/red-rose-1024x683.jpg\",\"id\":834,\"linkDestination\":\"none\",\"naturalWidth\":1024,\"naturalHeight\":683,\"sizeSlug\":\"large\",\"sizeSlugTablet\":\"large\",\"sizeSlugMobile\":\"large\"} -->\n<div class=\"wp-block-uagb-image uagb-block-aa3073ae wp-block-uagb-image--layout-default wp-block-uagb-image--effect-static wp-block-uagb-image--align-none\"><figure class=\"wp-block-uagb-image__figure\"><img srcset=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/red-rose-1024x683.jpg \" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/red-rose-1024x683.jpg\" alt=\"\" class=\"uag-image-834\" title=\"\" loading=\"lazy\"/></figure></div>\n<!-- /wp:uagb/image -->\n\n<!-- wp:uagb/image {\"block_id\":\"b8cc4bc8\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/gallery-6.jpg\",\"id\":110,\"linkDestination\":\"none\",\"naturalWidth\":388,\"naturalHeight\":240,\"sizeSlug\":\"full\",\"sizeSlugTablet\":\"full\",\"sizeSlugMobile\":\"full\"} -->\n<div class=\"wp-block-uagb-image uagb-block-b8cc4bc8 wp-block-uagb-image--layout-default wp-block-uagb-image--effect-static wp-block-uagb-image--align-none\"><figure class=\"wp-block-uagb-image__figure\"><img srcset=\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/gallery-6.jpg \" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/gallery-6.jpg\" alt=\"\" class=\"uag-image-110\" width=\"\" height=\"\" title=\"\" loading=\"lazy\"/></figure></div>\n<!-- /wp:uagb/image --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"11060ec8\",\"widthDesktop\":67,\"variationSelected\":true,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-11060ec8\"><!-- wp:uagb/image {\"block_id\":\"05ee8198\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-14.jpg\",\"id\":835,\"linkDestination\":\"none\",\"widthTablet\":780,\"heightTablet\":0,\"naturalWidth\":1000,\"naturalHeight\":667,\"sizeSlug\":\"full\",\"sizeSlugTablet\":\"full\",\"sizeSlugMobile\":\"full\",\"customHeightSetDesktop\":true} -->\n<div class=\"wp-block-uagb-image uagb-block-05ee8198 wp-block-uagb-image--layout-default wp-block-uagb-image--effect-static wp-block-uagb-image--align-none\"><figure class=\"wp-block-uagb-image__figure\"><img srcset=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-14.jpg \" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-14.jpg\" alt=\"\" class=\"uag-image-835\" title=\"\" loading=\"lazy\"/></figure></div>\n<!-- /wp:uagb/image --></div>\n<!-- /wp:uagb/container --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"8da9859f\",\"directionDesktop\":\"row\",\"alignItemsDesktop\":\"flex-start\",\"topMarginDesktop\":24,\"bottomMarginDesktop\":0,\"leftMarginDesktop\":0,\"rightMarginDesktop\":0,\"topMarginTablet\":20,\"bottomMarginTablet\":0,\"leftMarginTablet\":0,\"rightMarginTablet\":0,\"topMarginMobile\":24,\"bottomMarginMobile\":0,\"leftMarginMobile\":0,\"rightMarginMobile\":0,\"marginLink\":false,\"variationSelected\":true,\"columnGapDesktop\":24,\"columnGapTablet\":20} -->\n<div class=\"wp-block-uagb-container uagb-block-8da9859f\"><!-- wp:uagb/container {\"block_id\":\"6aadd4de\",\"widthDesktop\":67,\"variationSelected\":true,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-6aadd4de\"><!-- wp:uagb/image {\"block_id\":\"cdd99248\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-8-1024x678.jpg\",\"id\":837,\"linkDestination\":\"none\",\"naturalWidth\":1024,\"naturalHeight\":678,\"sizeSlug\":\"large\",\"sizeSlugTablet\":\"large\",\"sizeSlugMobile\":\"large\",\"customHeightSetDesktop\":true} -->\n<div class=\"wp-block-uagb-image uagb-block-cdd99248 wp-block-uagb-image--layout-default wp-block-uagb-image--effect-static wp-block-uagb-image--align-none\"><figure class=\"wp-block-uagb-image__figure\"><img srcset=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-8-1024x678.jpg \" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-8-1024x678.jpg\" alt=\"\" class=\"uag-image-837\" title=\"\" loading=\"lazy\"/></figure></div>\n<!-- /wp:uagb/image --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"cbb94469\",\"widthDesktop\":32,\"variationSelected\":true,\"rowGapDesktop\":24,\"rowGapTablet\":20,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-cbb94469\"><!-- wp:uagb/image {\"block_id\":\"8771d58e\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/49g.jpg\",\"id\":838,\"linkDestination\":\"none\",\"naturalWidth\":650,\"naturalHeight\":450,\"sizeSlug\":\"full\",\"sizeSlugTablet\":\"full\",\"sizeSlugMobile\":\"full\"} -->\n<div class=\"wp-block-uagb-image uagb-block-8771d58e wp-block-uagb-image--layout-default wp-block-uagb-image--effect-static wp-block-uagb-image--align-none\"><figure class=\"wp-block-uagb-image__figure\"><img srcset=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/49g.jpg \" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/49g.jpg\" alt=\"\" class=\"uag-image-838\" title=\"\" loading=\"lazy\"/></figure></div>\n<!-- /wp:uagb/image -->\n\n<!-- wp:uagb/image {\"block_id\":\"cc05b002\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-country-lodge-1-1024x576.jpg\",\"id\":839,\"linkDestination\":\"none\",\"naturalWidth\":1024,\"naturalHeight\":576,\"sizeSlug\":\"large\",\"sizeSlugTablet\":\"large\",\"sizeSlugMobile\":\"large\"} -->\n<div class=\"wp-block-uagb-image uagb-block-cc05b002 wp-block-uagb-image--layout-default wp-block-uagb-image--effect-static wp-block-uagb-image--align-none\"><figure class=\"wp-block-uagb-image__figure\"><img srcset=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-country-lodge-1-1024x576.jpg \" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-country-lodge-1-1024x576.jpg\" alt=\"\" class=\"uag-image-839\" title=\"\" loading=\"lazy\"/></figure></div>\n<!-- /wp:uagb/image --></div>\n<!-- /wp:uagb/container --></div>\n<!-- /wp:uagb/container --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"039072c7\",\"backgroundType\":\"color\",\"backgroundSizeTablet\":\"cover\",\"backgroundSizeMobile\":\"cover\",\"backgroundColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"topPaddingDesktop\":40,\"bottomPaddingDesktop\":104,\"leftPaddingDesktop\":40,\"rightPaddingDesktop\":40,\"topPaddingTablet\":80,\"bottomPaddingTablet\":80,\"leftPaddingTablet\":40,\"rightPaddingTablet\":40,\"topPaddingMobile\":64,\"bottomPaddingMobile\":64,\"leftPaddingMobile\":24,\"rightPaddingMobile\":24,\"paddingLink\":false,\"variationSelected\":true,\"rowGapDesktop\":0,\"isBlockRootParent\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-039072c7 alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/advanced-heading {\"block_id\":\"2e3f6e56\",\"classMigrate\":true,\"headingDescToggle\":true,\"headingAlign\":\"center\",\"headingAlignMobile\":\"left\",\"subHeadingColor\":\"\",\"headSpace\":20,\"subHeadFontSize\":16,\"blockBottomPadding\":20} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-2e3f6e56\"><h2 class=\"uagb-heading-text\">What Our Guests Say​</h2><p class=\"uagb-desc-text\">We take pride in serving our guests the best experience. </p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/container {\"block_id\":\"2b86a6fc\",\"directionDesktop\":\"row\",\"topMarginDesktop\":40,\"bottomMarginDesktop\":0,\"leftMarginDesktop\":0,\"rightMarginDesktop\":0,\"marginLink\":false,\"variationSelected\":true,\"rowGapMobile\":40,\"columnGapDesktop\":90} -->\n<div class=\"wp-block-uagb-container uagb-block-2b86a6fc\"><!-- wp:uagb/container {\"block_id\":\"e8a535af\",\"widthDesktop\":50,\"variationSelected\":true,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-e8a535af\"><!-- wp:uagb/testimonial {\"test_item_count\":1,\"classMigrate\":true,\"test_block\":[{\"description\":\"\\u0022Thank you for a most enjoyable weekend stay and for making our anniversary so special.  Thank you for your kind and lovely friendship which we really appreciate!!!\\u0022​\",\"name\":\"\\u003cstrong\\u003eBrenda and Theuns\\u003c/strong\\u003e\",\"company\":\"\",\"image\":{\"id\":119,\"title\":\"testimonial1\",\"filename\":\"testimonial1.jpg\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/testimonial1.jpg\",\"link\":\"https://blueroan.netgen.cloud/testimonial1/\",\"alt\":\"\",\"author\":\"34\",\"description\":\"\",\"caption\":\"\",\"name\":\"testimonial1\",\"status\":\"inherit\",\"uploadedTo\":0,\"date\":\"2021-05-11T05:02:02.000Z\",\"modified\":\"2021-05-11T05:02:02.000Z\",\"menuOrder\":0,\"mime\":\"image/jpeg\",\"type\":\"image\",\"subtype\":\"jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/default.png\",\"dateFormatted\":\"May 11, 2021\",\"nonces\":{\"update\":\"b92fe40c3d\",\"delete\":\"643c1eb8f1\",\"edit\":\"d3e7d56b1d\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=119\\u0026action=edit\",\"meta\":false,\"authorName\":\"Rishabh\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/user-edit.php?user_id=34\",\"filesizeInBytes\":11264,\"filesizeHumanReadable\":\"11 KB\",\"context\":\"\",\"height\":250,\"width\":250,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/testimonial1-150x150.jpg\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/testimonial1.jpg\",\"height\":250,\"width\":250,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}}}],\"headingAlign\":\"left\",\"headingAlignTablet\":\"left\",\"headingAlignMobile\":\"left\",\"descColor\":\"var(\\u002d\\u002dast-global-color-3)\",\"nameFontSize\":14,\"nameLineHeight\":1,\"descFontSize\":16,\"descFontWeight\":\"600\",\"nameSpace\":1,\"block_id\":\"f6921c06\",\"iconImage\":{\"url\":\"\",\"alt\":\"InfoBox placeholder img\"},\"imageWidth\":32,\"columnGap\":1,\"borderStyle\":\"\",\"paddingTop\":0,\"paddingBottom\":0,\"paddingLeft\":0,\"paddingRight\":0,\"spacingLink\":true,\"imgpaddingTop\":0,\"imgpaddingRight\":15,\"imgpaddingBottom\":0,\"imgpaddingLeft\":0,\"overallBorderStyle\":\"none\",\"imgTagHeight\":32,\"imgTagWidth\":150} -->\n<div class=\"wp-block-uagb-testimonial uagb-slick-carousel uagb-tm__arrow-outside uagb-block-f6921c06 uagb-post__carousel_notset uagb-post__carousel_notset-tablet uagb-post__carousel_notset-mobile\"><div class=\"is-carousel uagb-tm__columns-1 uagb-tm__items\"><div class=\"uagb-testimonial__wrap  uagb-tm__imgicon-style-circle uagb-tm__image-position-bottom uagb-tm__bg-type-none \"><div class=\"uagb-tm__content\"><div class=\"uagb-tm__overlay\"></div><div class=\"uagb-tm__text-wrap\"><div class=\"uagb-tm__desc\">\"Thank you for a most enjoyable weekend stay and for making our anniversary so special.  Thank you for your kind and lovely friendship which we really appreciate!!!\"​</div><div class=\"uagb-tm__meta-inner\"><div class=\"uagb-tm__image-content\"><div class=\"uagb-tm__image\"><img class=\"uagb-tm-img-src\" src=\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/testimonial1-150x150.jpg\" alt=\"\" width=\"32\" height=\"32\" loading=\"lazy\"/></div></div><div class=\"uagb-testimonial-details\"><span class=\"uagb-tm__author-name\"><strong>Brenda and Theuns</strong></span><span class=\"uagb-tm__company\"></span></div></div></div></div></div></div></div>\n<!-- /wp:uagb/testimonial -->\n\n<!-- wp:uagb/testimonial {\"test_item_count\":1,\"classMigrate\":true,\"test_block\":[{\"description\":\"\\u0022Breaking away from city life and coming out to a most wonderful romantic weekend away.  The unit is so comfortable.  Thank you for your great hospitality - we had an awesome time here.  Go well - with love\\u0022​\",\"name\":\"\\u003cstrong\\u003e\\u003cstrong\\u003e\\u003cstrong\\u003eLiz \\u0026amp; Eddie\\u003c/strong\\u003e\\u003c/strong\\u003e\\u003c/strong\\u003e\",\"company\":\"\",\"image\":{\"id\":122,\"title\":\"testimonial4\",\"filename\":\"testimonial4.jpg\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/testimonial4.jpg\",\"link\":\"https://blueroan.netgen.cloud/testimonial4/\",\"alt\":\"\",\"author\":\"34\",\"description\":\"\",\"caption\":\"\",\"name\":\"testimonial4\",\"status\":\"inherit\",\"uploadedTo\":0,\"date\":\"2021-05-11T05:02:06.000Z\",\"modified\":\"2021-05-11T05:02:06.000Z\",\"menuOrder\":0,\"mime\":\"image/jpeg\",\"type\":\"image\",\"subtype\":\"jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/default.png\",\"dateFormatted\":\"May 11, 2021\",\"nonces\":{\"update\":\"4e34860add\",\"delete\":\"9e126a55cd\",\"edit\":\"33ffd3c040\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=122\\u0026action=edit\",\"meta\":false,\"authorName\":\"Rishabh\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/user-edit.php?user_id=34\",\"filesizeInBytes\":16584,\"filesizeHumanReadable\":\"16 KB\",\"context\":\"\",\"height\":250,\"width\":250,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/testimonial4-150x150.jpg\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/testimonial4.jpg\",\"height\":250,\"width\":250,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}}}],\"headingAlign\":\"left\",\"headingAlignTablet\":\"left\",\"headingAlignMobile\":\"left\",\"descColor\":\"var(\\u002d\\u002dast-global-color-3)\",\"nameFontSize\":14,\"nameLineHeight\":1,\"descFontSize\":16,\"descFontWeight\":\"600\",\"nameSpace\":1,\"block_id\":\"1317dee2\",\"iconImage\":{\"url\":\"\",\"alt\":\"InfoBox placeholder img\"},\"imageWidth\":32,\"columnGap\":1,\"borderStyle\":\"\",\"paddingTop\":0,\"paddingBottom\":0,\"paddingLeft\":0,\"paddingRight\":0,\"spacingLink\":true,\"imgpaddingTop\":0,\"imgpaddingRight\":15,\"imgpaddingBottom\":0,\"imgpaddingLeft\":0,\"overallBorderStyle\":\"none\",\"imgTagHeight\":32,\"imgTagWidth\":150} -->\n<div class=\"wp-block-uagb-testimonial uagb-slick-carousel uagb-tm__arrow-outside uagb-block-1317dee2 uagb-post__carousel_notset uagb-post__carousel_notset-tablet uagb-post__carousel_notset-mobile\"><div class=\"is-carousel uagb-tm__columns-1 uagb-tm__items\"><div class=\"uagb-testimonial__wrap  uagb-tm__imgicon-style-circle uagb-tm__image-position-bottom uagb-tm__bg-type-none \"><div class=\"uagb-tm__content\"><div class=\"uagb-tm__overlay\"></div><div class=\"uagb-tm__text-wrap\"><div class=\"uagb-tm__desc\">\"Breaking away from city life and coming out to a most wonderful romantic weekend away.  The unit is so comfortable.  Thank you for your great hospitality - we had an awesome time here.  Go well - with love\"​</div><div class=\"uagb-tm__meta-inner\"><div class=\"uagb-tm__image-content\"><div class=\"uagb-tm__image\"><img class=\"uagb-tm-img-src\" src=\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/testimonial4-150x150.jpg\" alt=\"\" width=\"32\" height=\"32\" loading=\"lazy\"/></div></div><div class=\"uagb-testimonial-details\"><span class=\"uagb-tm__author-name\"><strong><strong><strong>Liz &amp; Eddie</strong></strong></strong></span><span class=\"uagb-tm__company\"></span></div></div></div></div></div></div></div>\n<!-- /wp:uagb/testimonial --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"a96ec9ff\",\"widthDesktop\":50,\"variationSelected\":true,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-a96ec9ff\"><!-- wp:uagb/testimonial {\"test_item_count\":1,\"classMigrate\":true,\"test_block\":[{\"description\":\"\\u0022Judy, what a wonderful place you have here - we were so delighted to spend the weekend here, so tranquil, peaceful, and beautiful. You made us feel right at home. Definitely a place worth 5 stars! Go well.\\u0022​\",\"name\":\"\\u003cstrong\\u003e\\u003cstrong\\u003eBrian\\u003c/strong\\u003e\\u003c/strong\\u003e \\u003cstrong\\u003e\\u003cstrong\\u003e\\u003cstrong\\u003eand \\u003cstrong\\u003eMariska\\u003c/strong\\u003e\\u003c/strong\\u003e\\u003cbr\\u003e\\u003c/strong\\u003e\\u003c/strong\\u003e\",\"company\":\"\",\"image\":{\"id\":120,\"title\":\"testimonial2\",\"filename\":\"testimonial2.jpg\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/testimonial2.jpg\",\"link\":\"https://blueroan.netgen.cloud/testimonial2/\",\"alt\":\"\",\"author\":\"34\",\"description\":\"\",\"caption\":\"\",\"name\":\"testimonial2\",\"status\":\"inherit\",\"uploadedTo\":0,\"date\":\"2021-05-11T05:02:03.000Z\",\"modified\":\"2021-05-11T05:02:03.000Z\",\"menuOrder\":0,\"mime\":\"image/jpeg\",\"type\":\"image\",\"subtype\":\"jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/default.png\",\"dateFormatted\":\"May 11, 2021\",\"nonces\":{\"update\":\"1ee6412858\",\"delete\":\"4414a2ccbf\",\"edit\":\"bde7b1f490\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=120\\u0026action=edit\",\"meta\":false,\"authorName\":\"Rishabh\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/user-edit.php?user_id=34\",\"filesizeInBytes\":10087,\"filesizeHumanReadable\":\"10 KB\",\"context\":\"\",\"height\":250,\"width\":250,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/testimonial2-150x150.jpg\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/testimonial2.jpg\",\"height\":250,\"width\":250,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}}}],\"headingAlign\":\"left\",\"headingAlignTablet\":\"left\",\"headingAlignMobile\":\"left\",\"descColor\":\"var(\\u002d\\u002dast-global-color-3)\",\"nameFontSize\":14,\"nameLineHeight\":1,\"descFontSize\":16,\"descFontWeight\":\"600\",\"nameSpace\":1,\"block_id\":\"2cd2bc3a\",\"iconImage\":{\"url\":\"\",\"alt\":\"InfoBox placeholder img\"},\"imageWidth\":32,\"columnGap\":1,\"borderStyle\":\"\",\"paddingTop\":0,\"paddingBottom\":0,\"paddingLeft\":0,\"paddingRight\":0,\"spacingLink\":true,\"imgpaddingTop\":0,\"imgpaddingRight\":15,\"imgpaddingBottom\":0,\"imgpaddingLeft\":0,\"overallBorderStyle\":\"none\",\"imgTagHeight\":32,\"imgTagWidth\":150} -->\n<div class=\"wp-block-uagb-testimonial uagb-slick-carousel uagb-tm__arrow-outside uagb-block-2cd2bc3a uagb-post__carousel_notset uagb-post__carousel_notset-tablet uagb-post__carousel_notset-mobile\"><div class=\"is-carousel uagb-tm__columns-1 uagb-tm__items\"><div class=\"uagb-testimonial__wrap  uagb-tm__imgicon-style-circle uagb-tm__image-position-bottom uagb-tm__bg-type-none \"><div class=\"uagb-tm__content\"><div class=\"uagb-tm__overlay\"></div><div class=\"uagb-tm__text-wrap\"><div class=\"uagb-tm__desc\">\"Judy, what a wonderful place you have here - we were so delighted to spend the weekend here, so tranquil, peaceful, and beautiful. You made us feel right at home. Definitely a place worth 5 stars! Go well.\"​</div><div class=\"uagb-tm__meta-inner\"><div class=\"uagb-tm__image-content\"><div class=\"uagb-tm__image\"><img class=\"uagb-tm-img-src\" src=\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/testimonial2-150x150.jpg\" alt=\"\" width=\"32\" height=\"32\" loading=\"lazy\"/></div></div><div class=\"uagb-testimonial-details\"><span class=\"uagb-tm__author-name\"><strong><strong>Brian</strong></strong> <strong><strong><strong>and <strong>Mariska</strong></strong><br></strong></strong></span><span class=\"uagb-tm__company\"></span></div></div></div></div></div></div></div>\n<!-- /wp:uagb/testimonial -->\n\n<!-- wp:uagb/testimonial {\"test_item_count\":1,\"classMigrate\":true,\"test_block\":[{\"description\":\"\\u0022Thank you for the most wonderful time, Judy!  This was the most peaceful and perfect place to get engaged!  We will most certainly be back!!!  Your hospitality cannot be topped!\\u0022​\",\"name\":\"\\u003cstrong\\u003e\\u003cstrong\\u003e\\u003cstrong\\u003e\\u003cstrong\\u003eBrett and Kelly\\u003c/strong\\u003e\\u003c/strong\\u003e\\u003c/strong\\u003e\\u003c/strong\\u003e\",\"company\":\"\",\"image\":{\"id\":121,\"title\":\"testimonial3\",\"filename\":\"testimonial3.jpg\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/testimonial3.jpg\",\"link\":\"https://blueroan.netgen.cloud/testimonial3/\",\"alt\":\"\",\"author\":\"34\",\"description\":\"\",\"caption\":\"\",\"name\":\"testimonial3\",\"status\":\"inherit\",\"uploadedTo\":0,\"date\":\"2021-05-11T05:02:05.000Z\",\"modified\":\"2021-05-11T05:02:05.000Z\",\"menuOrder\":0,\"mime\":\"image/jpeg\",\"type\":\"image\",\"subtype\":\"jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/default.png\",\"dateFormatted\":\"May 11, 2021\",\"nonces\":{\"update\":\"290653da5d\",\"delete\":\"90a4fb2d63\",\"edit\":\"ff8a64e56e\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=121\\u0026action=edit\",\"meta\":false,\"authorName\":\"Rishabh\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/user-edit.php?user_id=34\",\"filesizeInBytes\":8748,\"filesizeHumanReadable\":\"9 KB\",\"context\":\"\",\"height\":250,\"width\":250,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/testimonial3-150x150.jpg\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/testimonial3.jpg\",\"height\":250,\"width\":250,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}}}],\"headingAlign\":\"left\",\"headingAlignTablet\":\"left\",\"headingAlignMobile\":\"left\",\"descColor\":\"var(\\u002d\\u002dast-global-color-3)\",\"nameFontSize\":14,\"nameLineHeight\":1,\"descFontSize\":16,\"descFontWeight\":\"600\",\"nameSpace\":1,\"block_id\":\"df74f3de\",\"iconImage\":{\"url\":\"\",\"alt\":\"InfoBox placeholder img\"},\"imageWidth\":32,\"columnGap\":1,\"borderStyle\":\"\",\"paddingTop\":0,\"paddingBottom\":0,\"paddingLeft\":0,\"paddingRight\":0,\"spacingLink\":true,\"imgpaddingTop\":0,\"imgpaddingRight\":15,\"imgpaddingBottom\":0,\"imgpaddingLeft\":0,\"overallBorderStyle\":\"none\",\"imgTagHeight\":32,\"imgTagWidth\":150} -->\n<div class=\"wp-block-uagb-testimonial uagb-slick-carousel uagb-tm__arrow-outside uagb-block-df74f3de uagb-post__carousel_notset uagb-post__carousel_notset-tablet uagb-post__carousel_notset-mobile\"><div class=\"is-carousel uagb-tm__columns-1 uagb-tm__items\"><div class=\"uagb-testimonial__wrap  uagb-tm__imgicon-style-circle uagb-tm__image-position-bottom uagb-tm__bg-type-none \"><div class=\"uagb-tm__content\"><div class=\"uagb-tm__overlay\"></div><div class=\"uagb-tm__text-wrap\"><div class=\"uagb-tm__desc\">\"Thank you for the most wonderful time, Judy!  This was the most peaceful and perfect place to get engaged!  We will most certainly be back!!!  Your hospitality cannot be topped!\"​</div><div class=\"uagb-tm__meta-inner\"><div class=\"uagb-tm__image-content\"><div class=\"uagb-tm__image\"><img class=\"uagb-tm-img-src\" src=\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/testimonial3-150x150.jpg\" alt=\"\" width=\"32\" height=\"32\" loading=\"lazy\"/></div></div><div class=\"uagb-testimonial-details\"><span class=\"uagb-tm__author-name\"><strong><strong><strong><strong>Brett and Kelly</strong></strong></strong></strong></span><span class=\"uagb-tm__company\"></span></div></div></div></div></div></div></div>\n<!-- /wp:uagb/testimonial --></div>\n<!-- /wp:uagb/container --></div>\n<!-- /wp:uagb/container --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"bac971eb\",\"innerContentCustomWidthDesktop\":781,\"innerContentCustomWidthTablet\":781,\"backgroundType\":\"image\",\"backgroundImageDesktop\":{\"id\":54,\"title\":\"background-img\",\"filename\":\"background-img-1.jpg\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/background-img-1.jpg\",\"link\":\"https://blueroan.netgen.cloud/background-img-2/\",\"alt\":\"\",\"author\":\"34\",\"description\":\"\",\"caption\":\"\",\"name\":\"background-img-2\",\"status\":\"inherit\",\"uploadedTo\":0,\"date\":\"2021-05-07T10:11:37.000Z\",\"modified\":\"2021-05-07T10:11:37.000Z\",\"menuOrder\":0,\"mime\":\"image/jpeg\",\"type\":\"image\",\"subtype\":\"jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/default.png\",\"dateFormatted\":\"May 7, 2021\",\"nonces\":{\"update\":\"bb999636b9\",\"delete\":\"d2e1375bc4\",\"edit\":\"005dd2f0c9\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=54\\u0026action=edit\",\"meta\":false,\"authorName\":\"Rishabh\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/user-edit.php?user_id=34\",\"filesizeInBytes\":338858,\"filesizeHumanReadable\":\"331 KB\",\"context\":\"\",\"height\":1080,\"width\":1920,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/background-img-1-150x150.jpg\",\"orientation\":\"landscape\"},\"medium\":{\"height\":169,\"width\":300,\"url\":\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/background-img-1-300x169.jpg\",\"orientation\":\"landscape\"},\"large\":{\"height\":576,\"width\":1024,\"url\":\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/background-img-1-1024x576.jpg\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/background-img-1.jpg\",\"height\":1080,\"width\":1920,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"backgroundImageColor\":\"rgba(42,42,42,0.65)\",\"topPaddingDesktop\":144,\"bottomPaddingDesktop\":144,\"leftPaddingDesktop\":40,\"rightPaddingDesktop\":40,\"topPaddingTablet\":80,\"bottomPaddingTablet\":80,\"leftPaddingTablet\":40,\"rightPaddingTablet\":40,\"topPaddingMobile\":64,\"bottomPaddingMobile\":64,\"leftPaddingMobile\":24,\"rightPaddingMobile\":24,\"paddingLink\":false,\"variationSelected\":true,\"isBlockRootParent\":true,\"overlayType\":\"color\"} -->\n<div class=\"wp-block-uagb-container uagb-block-bac971eb alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/advanced-heading {\"block_id\":\"a93540d7\",\"classMigrate\":true,\"headingDescToggle\":true,\"headingAlign\":\"center\",\"headingColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"subHeadingColor\":\"var(\\u002d\\u002dast-global-color-4)\",\"headSpace\":20} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-a93540d7\"><h2 class=\"uagb-heading-text\">Plan an Unforgettable Experience in Mykonos Today!</h2><p class=\"uagb-desc-text\">We can help you fit your stay and experience within your allotted budget.</p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/advanced-heading {\"block_id\":\"11e6d73b\",\"classMigrate\":true,\"headingTitleToggle\":false,\"headingDescToggle\":true,\"headingAlign\":\"center\",\"subHeadingColor\":\"var(\\u002d\\u002dast-global-color-4)\",\"subHeadTransform\":\"uppercase\",\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"subHeadLetterSpacing\":2,\"blockTopPadding\":60,\"blockRightPadding\":0,\"blockLeftPadding\":0,\"blockBottomPadding\":0,\"blockTopPaddingMobile\":30,\"blockRightPaddingMobile\":0,\"blockLeftPaddingMobile\":0,\"blockBottomPaddingMobile\":0} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-11e6d73b\"><p class=\"uagb-desc-text\">BOOK YOUR STAY NOW​</p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/icon-list {\"block_id\":\"134032c5\",\"classMigrate\":true,\"childMigrate\":true,\"align\":\"center\",\"parentIcon\":\"phone\",\"size\":40,\"sizeMobile\":24,\"sizeTablet\":32,\"fontSize\":48,\"fontSizeMobile\":28,\"fontSizeTablet\":40,\"fontWeight\":\"600\",\"iconColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"labelColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"blockTopPadding\":0,\"blockRightPadding\":0,\"blockLeftPadding\":0,\"blockBottomPadding\":24,\"blockPaddingLink\":false} -->\n<div class=\"wp-block-uagb-icon-list uagb-block-134032c5\"><div class=\"uagb-icon-list__wrap\"><!-- wp:uagb/icon-list-child {\"block_id\":\"ba059eef\",\"label\":\"+1-123 456 7890​\",\"label_color\":\"\",\"fromParentIcon\":\"phone\",\"imageSizeChild\":40} -->\n<div class=\"wp-block-uagb-icon-list-child uagb-block-ba059eef\"><span class=\"uagb-icon-list__source-wrap\"><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M511.2 387l-23.25 100.8c-3.266 14.25-15.79 24.22-30.46 24.22C205.2 512 0 306.8 0 54.5c0-14.66 9.969-27.2 24.22-30.45l100.8-23.25C139.7-2.602 154.7 5.018 160.8 18.92l46.52 108.5c5.438 12.78 1.77 27.67-8.98 36.45L144.5 207.1c33.98 69.22 90.26 125.5 159.5 159.5l44.08-53.8c8.688-10.78 23.69-14.51 36.47-8.975l108.5 46.51C506.1 357.2 514.6 372.4 511.2 387z\"></path></svg></span><span class=\"uagb-icon-list__label\">+1-123 456 7890​</span></div>\n<!-- /wp:uagb/icon-list-child --></div></div>\n<!-- /wp:uagb/icon-list --></div></div>\n<!-- /wp:uagb/container -->',	'Home',	'',	'inherit',	'closed',	'closed',	'',	'760-revision-v1',	'',	'',	'2022-12-13 12:01:47',	'2022-12-13 12:01:47',	'',	760,	'https://blueroan.netgen.cloud/?p=840',	0,	'revision',	'',	0),
(842,	2,	'2022-12-13 12:05:55',	'2022-12-13 12:05:55',	'<!-- wp:uagb/container {\"block_id\":\"d0bf11f0\",\"minHeightDesktop\":95,\"minHeightTablet\":70,\"minHeightMobile\":80,\"minHeightType\":\"vh\",\"alignItemsDesktop\":\"flex-start\",\"backgroundType\":\"image\",\"backgroundImageDesktop\":{\"uploading\":false,\"date\":1670921854000,\"filename\":\"Blue-Roan-pool.jpg\",\"menuOrder\":0,\"uploadedTo\":760,\"type\":\"image\",\"subtype\":\"jpeg\",\"id\":784,\"title\":\"Blue Roan - pool\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Blue-Roan-pool.jpg\",\"link\":\"https://blueroan.netgen.cloud/home/blue-roan-pool/\",\"alt\":\"\",\"author\":\"2\",\"description\":\"\",\"caption\":\"\",\"name\":\"blue-roan-pool\",\"status\":\"inherit\",\"modified\":1670921854000,\"mime\":\"image/jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-includes/images/media/default.png\",\"dateFormatted\":\"December 13, 2022\",\"nonces\":{\"update\":\"51a12ed09e\",\"delete\":\"5174068551\",\"edit\":\"1de0721407\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=784\\u0026action=edit\",\"meta\":false,\"authorName\":\"Netgen Support\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/profile.php\",\"uploadedToTitle\":\"Home\",\"uploadedToLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=760\\u0026action=edit\",\"filesizeInBytes\":154801,\"filesizeHumanReadable\":\"151 KB\",\"context\":\"\",\"height\":667,\"width\":1000,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Blue-Roan-pool-150x150.jpg\",\"orientation\":\"landscape\"},\"medium\":{\"height\":200,\"width\":300,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Blue-Roan-pool-300x200.jpg\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Blue-Roan-pool.jpg\",\"height\":667,\"width\":1000,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"backgroundPositionDesktop\":{\"x\":0.5,\"y\":0.25},\"backgroundImageColor\":\"rgba(42,42,42,0.35)\",\"topPaddingDesktop\":0,\"bottomPaddingDesktop\":0,\"leftPaddingDesktop\":40,\"rightPaddingDesktop\":40,\"topPaddingTablet\":120,\"bottomPaddingTablet\":120,\"leftPaddingTablet\":40,\"rightPaddingTablet\":40,\"topPaddingMobile\":150,\"bottomPaddingMobile\":150,\"leftPaddingMobile\":20,\"rightPaddingMobile\":20,\"paddingLink\":false,\"variationSelected\":true,\"isBlockRootParent\":true,\"overlayType\":\"color\",\"minHeightTypeTablet\":\"vh\",\"minHeightTypeMobile\":\"vh\"} -->\n<div class=\"wp-block-uagb-container uagb-block-d0bf11f0 alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/info-box {\"classMigrate\":true,\"headingAlign\":\"left\",\"headingColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"subHeadingColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"headingTag\":\"h1\",\"subHeadFontSize\":17,\"subHeadFontSizeMobile\":15,\"headSpace\":20,\"subHeadSpace\":40,\"block_id\":\"5cf06b36\",\"ctaIcon\":\"\",\"ctaType\":\"button\",\"ctaText\":\"Book Your Stay Now\",\"ctaLink\":\"#\",\"ctaBtnLinkColor\":\"var(\\u002d\\u002dast-global-color-2)\",\"ctaLinkHoverColor\":\"var(\\u002d\\u002dast-global-color-2)\",\"ctaBgColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"ctaBgHoverColor\":\"var(\\u002d\\u002dast-global-color-4)\",\"ctaBorderColor\":\"\",\"ctaBorderStyle\":\"\",\"ctaBorderWidth\":\"\",\"ctaBorderRadius\":\"\",\"iconImage\":{\"url\":\"\",\"alt\":\"InfoBox placeholder img\"},\"showIcon\":false,\"paddingBtnTop\":18,\"paddingBtnBottom\":18,\"paddingBtnLeft\":34,\"paddingBtnRight\":34,\"blockTopPadding\":0,\"blockRightPadding\":40,\"blockLeftPadding\":0,\"blockBottomPadding\":0,\"blockTopPaddingTablet\":0,\"blockRightPaddingTablet\":64,\"blockLeftPaddingTablet\":0,\"blockBottomPaddingTablet\":0,\"blockTopPaddingMobile\":0,\"blockRightPaddingMobile\":0,\"blockLeftPaddingMobile\":0,\"blockBottomPaddingMobile\":0,\"blockPaddingUnit\":\"%\",\"blockPaddingLink\":false,\"subHeadMarginTopTablet\":0,\"subHeadMarginRightTablet\":64,\"subHeadTabletSpace\":40,\"subHeadMarginLeftTablet\":0,\"subHeadMarginTopMobile\":0,\"subHeadMarginRightMobile\":0,\"subHeadMobileSpace\":40,\"subHeadMarginLeftMobile\":0,\"btnBorderTopWidth\":1,\"btnBorderLeftWidth\":1,\"btnBorderRightWidth\":1,\"btnBorderBottomWidth\":1,\"btnBorderTopLeftRadius\":0,\"btnBorderTopRightRadius\":0,\"btnBorderBottomLeftRadius\":0,\"btnBorderBottomRightRadius\":0,\"btnBorderStyle\":\"none\",\"btnBorderColor\":\"#333\"} -->\n<div class=\"wp-block-uagb-info-box uagb-block-5cf06b36 uagb-infobox__content-wrap  uagb-infobox-icon-above-title uagb-infobox-image-valign-top\"><div class=\"uagb-ifb-content\"><div class=\"uagb-ifb-title-wrap\"><h1 class=\"uagb-ifb-title\"><strong>Magaliesburg pet friendly self-catering accommodation</strong></h1></div><p class=\"uagb-ifb-desc\">Romantic pet-friendly self-catering accommodation in Magaliesburg, Gauteng.</p><div class=\"uagb-ifb-button-wrapper wp-block-button\"><a href=\"#\" class=\"uagb-infobox-cta-link wp-block-button__link\" target=\"_self\" rel=\"noopener noreferrer\" alt=\"\"><span class=\"uagb-inline-editing\">Book Your Stay Now</span></a></div></div></div>\n<!-- /wp:uagb/info-box --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"69114230\",\"directionDesktop\":\"row\",\"directionMobile\":\"column-reverse\",\"alignItemsDesktop\":\"flex-start\",\"backgroundType\":\"color\",\"backgroundSizeTablet\":\"cover\",\"backgroundSizeMobile\":\"cover\",\"backgroundColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"topPaddingDesktop\":60,\"bottomPaddingDesktop\":60,\"topPaddingTablet\":80,\"bottomPaddingTablet\":80,\"leftPaddingTablet\":40,\"rightPaddingTablet\":40,\"topPaddingMobile\":64,\"bottomPaddingMobile\":64,\"leftPaddingMobile\":24,\"rightPaddingMobile\":24,\"paddingLink\":false,\"variationSelected\":true,\"columnGapDesktop\":60,\"columnGapTablet\":50,\"isBlockRootParent\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-69114230 alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/container {\"block_id\":\"28b31890\",\"widthDesktop\":50,\"variationSelected\":true,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-28b31890\"><!-- wp:image {\"id\":797,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-13.jpg\" alt=\"\" class=\"wp-image-797\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The Blue Roan Country Lodge is situated just 5 minutes from the village of Magaliesburg on a tar road so easy access for all cars. &nbsp;We have panoramic views of the Magaliesberg mountain range and our farm is the perfect place for a relaxing getaway in the country. &nbsp;As we are only 70 km from JHB and Pretoria, it is only an hour’s drive.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:buttons -->\n<div class=\"wp-block-buttons\"><!-- wp:button -->\n<div class=\"wp-block-button\"><a class=\"wp-block-button__link wp-element-button\" href=\"/accommodation/\">View accomodation</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"e3242939\",\"widthDesktop\":50,\"leftPaddingDesktop\":0,\"paddingLink\":false,\"variationSelected\":true,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-e3242939\"><!-- wp:uagb/advanced-heading {\"block_id\":\"6ec04754\",\"classMigrate\":true,\"headingDescToggle\":true,\"subHeadingColor\":\"\",\"headSpace\":20,\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-6ec04754\"><h2 class=\"uagb-heading-text\"><strong>Blue Roan is a 4-star graded pet-friendly venue</strong></h2><p class=\"uagb-desc-text\">Our goal is to provide high-quality, romantic, comfortable, and affordable self-catering accommodation on the outskirts of the village of &nbsp;Magaliesburg. &nbsp;For animal lovers, we are also&nbsp;pet-friendly&nbsp;by arrangement in most of the units all of which have their own fully fenced and gated private grassy gardens.</p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/image {\"block_id\":\"a51bda59\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/hammock-in-the-garden.jpg\",\"align\":\"left\",\"id\":799,\"linkDestination\":\"none\",\"naturalWidth\":600,\"naturalHeight\":400,\"sizeSlug\":\"full\",\"sizeSlugTablet\":\"full\",\"sizeSlugMobile\":\"full\",\"imageTopMargin\":20,\"imageRightMargin\":0,\"imageLeftMargin\":0,\"imageBottomMargin\":0,\"imageTopMarginMobile\":0,\"imageRightMarginMobile\":0,\"imageLeftMarginMobile\":0,\"imageBottomMarginMobile\":0,\"imageMarginLink\":false} -->\n<div class=\"wp-block-uagb-image uagb-block-a51bda59 wp-block-uagb-image--layout-default wp-block-uagb-image--effect-static wp-block-uagb-image--align-left\"><figure class=\"wp-block-uagb-image__figure\"><img srcset=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/hammock-in-the-garden.jpg \" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/hammock-in-the-garden.jpg\" alt=\"\" class=\"uag-image-799\" width=\"\" height=\"\" title=\"\" loading=\"lazy\"/></figure></div>\n<!-- /wp:uagb/image --></div>\n<!-- /wp:uagb/container --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"8a3ce8cf\",\"directionDesktop\":\"row\",\"directionMobile\":\"column-reverse\",\"alignItemsDesktop\":\"flex-start\",\"backgroundType\":\"color\",\"backgroundSizeTablet\":\"cover\",\"backgroundSizeMobile\":\"cover\",\"backgroundColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"topPaddingDesktop\":0,\"bottomPaddingDesktop\":0,\"topPaddingTablet\":80,\"bottomPaddingTablet\":80,\"leftPaddingTablet\":40,\"rightPaddingTablet\":40,\"topPaddingMobile\":64,\"bottomPaddingMobile\":64,\"leftPaddingMobile\":24,\"rightPaddingMobile\":24,\"paddingLink\":false,\"variationSelected\":true,\"rowGapDesktop\":0,\"columnGapDesktop\":0,\"columnGapTablet\":50,\"isBlockRootParent\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-8a3ce8cf alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:image {\"align\":\"center\",\"id\":794,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image aligncenter size-full\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/210-2108726_too-great-for-us-tourism-grading-council-of-south-5.png\" alt=\"\" class=\"wp-image-794\"/></figure>\n<!-- /wp:image --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"414fb2de\",\"backgroundType\":\"color\",\"backgroundSizeTablet\":\"cover\",\"backgroundSizeMobile\":\"cover\",\"backgroundColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"topPaddingDesktop\":50,\"bottomPaddingDesktop\":100,\"topPaddingTablet\":50,\"bottomPaddingTablet\":25,\"leftPaddingTablet\":20,\"rightPaddingTablet\":20,\"topPaddingMobile\":50,\"bottomPaddingMobile\":20,\"leftPaddingMobile\":20,\"rightPaddingMobile\":20,\"paddingLink\":false,\"variationSelected\":true,\"rowGapDesktop\":0,\"isBlockRootParent\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-414fb2de alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/container {\"block_id\":\"af9422c8\",\"directionDesktop\":\"row\",\"alignItemsDesktop\":\"flex-end\",\"alignItemsTablet\":\"flex-end\",\"justifyContentDesktop\":\"flex-end\",\"justifyContentTablet\":\"space-between\",\"variationSelected\":true,\"rowGapMobile\":30,\"columnGapDesktop\":0} -->\n<div class=\"wp-block-uagb-container uagb-block-af9422c8\"><!-- wp:uagb/advanced-heading {\"block_id\":\"de3119f7\",\"classMigrate\":true,\"headingDescToggle\":true,\"subHeadingColor\":\"\",\"headSpace\":20,\"subHeadFontSize\":16} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-de3119f7\"><h2 class=\"uagb-heading-text\">Amenities &amp; Interests ​</h2><p class=\"uagb-desc-text\">If you are looking for a relaxing, refreshing and rejuvenating experience altogether, we offer all of that under one roof.</p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/buttons {\"block_id\":\"bca91c4e\",\"classMigrate\":true,\"childMigrate\":true,\"align\":\"right\",\"alignTablet\":\"right\",\"alignMobile\":\"left\",\"gap\":0} -->\n<div class=\"wp-block-uagb-buttons uagb-buttons__outer-wrap uagb-btn__default-btn uagb-btn-tablet__default-btn uagb-btn-mobile__default-btn uagb-block-bca91c4e\"><div class=\"uagb-buttons__wrap uagb-buttons-layout-wrap\"><!-- wp:uagb/buttons-child {\"block_id\":\"1813ee4d\",\"label\":\"View All\",\"link\":\"#\",\"hColor\":\"\",\"borderWidth\":\"\",\"borderRadius\":\"\",\"borderStyle\":\"\",\"borderColor\":\"\",\"borderHColor\":\"\",\"btnBorderTopWidth\":1,\"btnBorderLeftWidth\":1,\"btnBorderRightWidth\":1,\"btnBorderBottomWidth\":1,\"btnBorderTopLeftRadius\":2,\"btnBorderTopRightRadius\":2,\"btnBorderBottomLeftRadius\":2,\"btnBorderBottomRightRadius\":2,\"btnBorderStyle\":\"solid\",\"btnBorderColor\":\"#333\",\"btnBorderHColor\":\"#333\"} -->\n<div class=\"wp-block-uagb-buttons-child uagb-buttons__outer-wrap uagb-block-1813ee4d wp-block-button is-style-outline\"><div class=\"uagb-button__wrapper\"><a class=\"uagb-buttons-repeater wp-block-button__link\" href=\"#\" rel=\"follow noopener\" target=\"_self\"><div class=\"uagb-button__link\">View All</div></a></div></div>\n<!-- /wp:uagb/buttons-child --></div></div>\n<!-- /wp:uagb/buttons --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"a26248a2\",\"directionDesktop\":\"row\",\"alignItemsTablet\":\"flex-start\",\"paddingLink\":false,\"topMarginDesktop\":50,\"bottomMarginDesktop\":20,\"leftMarginDesktop\":0,\"rightMarginDesktop\":0,\"marginLink\":false,\"variationSelected\":true,\"rowGapMobile\":65,\"columnGapDesktop\":48,\"columnGapTablet\":20} -->\n<div class=\"wp-block-uagb-container uagb-block-a26248a2\"><!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"align\":\"center\",\"id\":828,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image aligncenter size-full\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Blue-Roan-pool.png\" alt=\"Blue Roan\'s rock pool\" class=\"wp-image-828\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>A relaxing rock Pool​</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>We have a lovely sparkling blue rock pool next to a thatched Lapa. &nbsp;&nbsp;Lie on recliners on the green lawn or sit on the swing chair in the Lapa and enjoy the panoramic view of the Magaliesberg mountain range.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":829,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/img-20160605-wa0002-largejpg.png\" alt=\"\" class=\"wp-image-829\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>Braai facilities </h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>What can compare to a burning fire under the star-lit African sky? Nothing beats the flavor of cooking over an open flame.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":830,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/ef9d0188da11e2bc56788f5619d9d539.png\" alt=\"\" class=\"wp-image-830\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>A games room </h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>The reception is also a games room for those who enjoy darts or playing pool. &nbsp;Take a selection of DVDs back to your room and watch movies on your own DVD player. &nbsp;There is also a selection of board games and music CDs that you can borrow.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div>\n<!-- /wp:uagb/container --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"6129bed5\",\"backgroundType\":\"color\",\"backgroundSizeTablet\":\"cover\",\"backgroundSizeMobile\":\"cover\",\"backgroundColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"bottomPaddingDesktop\":104,\"leftPaddingDesktop\":40,\"rightPaddingDesktop\":40,\"topPaddingTablet\":80,\"bottomPaddingTablet\":80,\"leftPaddingTablet\":40,\"rightPaddingTablet\":40,\"topPaddingMobile\":64,\"bottomPaddingMobile\":64,\"leftPaddingMobile\":24,\"rightPaddingMobile\":24,\"paddingLink\":false,\"variationSelected\":true,\"rowGapDesktop\":0,\"isBlockRootParent\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-6129bed5 alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/advanced-heading {\"block_id\":\"2f956491\",\"classMigrate\":true,\"headingDescToggle\":true,\"headingAlign\":\"center\",\"headingAlignMobile\":\"left\",\"subHeadingColor\":\"\",\"headSpace\":20,\"subHeadFontSize\":16,\"blockBottomPadding\":20} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-2f956491\"><h2 class=\"uagb-heading-text\">Our Inside Pictures​</h2><p class=\"uagb-desc-text\">Take a look at some pretty pictures captured in and around our premises.</p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/container {\"block_id\":\"05f41662\",\"directionDesktop\":\"row\",\"alignItemsDesktop\":\"flex-start\",\"topMarginDesktop\":20,\"bottomMarginDesktop\":0,\"leftMarginDesktop\":0,\"rightMarginDesktop\":0,\"marginLink\":false,\"variationSelected\":true,\"rowGapMobile\":24,\"columnGapDesktop\":24,\"columnGapTablet\":20} -->\n<div class=\"wp-block-uagb-container uagb-block-05f41662\"><!-- wp:uagb/container {\"block_id\":\"6236453e\",\"widthDesktop\":32,\"variationSelected\":true,\"rowGapDesktop\":24,\"rowGapTablet\":20,\"rowGapMobile\":24,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-6236453e\"><!-- wp:uagb/image {\"block_id\":\"e06b81be\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/red-rose-1024x683.jpg\",\"id\":834,\"linkDestination\":\"none\",\"naturalWidth\":1024,\"naturalHeight\":683,\"sizeSlug\":\"large\",\"sizeSlugTablet\":\"large\",\"sizeSlugMobile\":\"large\"} -->\n<div class=\"wp-block-uagb-image uagb-block-e06b81be wp-block-uagb-image--layout-default wp-block-uagb-image--effect-static wp-block-uagb-image--align-none\"><figure class=\"wp-block-uagb-image__figure\"><img srcset=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/red-rose-1024x683.jpg \" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/red-rose-1024x683.jpg\" alt=\"\" class=\"uag-image-834\" width=\"\" height=\"\" title=\"\" loading=\"lazy\"/></figure></div>\n<!-- /wp:uagb/image -->\n\n<!-- wp:uagb/image {\"block_id\":\"d0eab354\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/gallery-6.jpg\",\"id\":110,\"linkDestination\":\"none\",\"naturalWidth\":388,\"naturalHeight\":240,\"sizeSlug\":\"full\",\"sizeSlugTablet\":\"full\",\"sizeSlugMobile\":\"full\"} -->\n<div class=\"wp-block-uagb-image uagb-block-d0eab354 wp-block-uagb-image--layout-default wp-block-uagb-image--effect-static wp-block-uagb-image--align-none\"><figure class=\"wp-block-uagb-image__figure\"><img srcset=\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/gallery-6.jpg \" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/gallery-6.jpg\" alt=\"\" class=\"uag-image-110\" width=\"\" height=\"\" title=\"\" loading=\"lazy\"/></figure></div>\n<!-- /wp:uagb/image --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"6afc4c4a\",\"widthDesktop\":67,\"variationSelected\":true,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-6afc4c4a\"><!-- wp:uagb/image {\"block_id\":\"6cd9f11b\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-14.jpg\",\"id\":835,\"linkDestination\":\"none\",\"widthTablet\":780,\"heightTablet\":0,\"naturalWidth\":1000,\"naturalHeight\":667,\"sizeSlug\":\"full\",\"sizeSlugTablet\":\"full\",\"sizeSlugMobile\":\"full\",\"customHeightSetDesktop\":true} -->\n<div class=\"wp-block-uagb-image uagb-block-6cd9f11b wp-block-uagb-image--layout-default wp-block-uagb-image--effect-static wp-block-uagb-image--align-none\"><figure class=\"wp-block-uagb-image__figure\"><img srcset=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-14.jpg \" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-14.jpg\" alt=\"\" class=\"uag-image-835\" width=\"\" height=\"\" title=\"\" loading=\"lazy\"/></figure></div>\n<!-- /wp:uagb/image --></div>\n<!-- /wp:uagb/container --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"753e6bf4\",\"directionDesktop\":\"row\",\"alignItemsDesktop\":\"flex-start\",\"topMarginDesktop\":24,\"bottomMarginDesktop\":0,\"leftMarginDesktop\":0,\"rightMarginDesktop\":0,\"topMarginTablet\":20,\"bottomMarginTablet\":0,\"leftMarginTablet\":0,\"rightMarginTablet\":0,\"topMarginMobile\":24,\"bottomMarginMobile\":0,\"leftMarginMobile\":0,\"rightMarginMobile\":0,\"marginLink\":false,\"variationSelected\":true,\"columnGapDesktop\":24,\"columnGapTablet\":20} -->\n<div class=\"wp-block-uagb-container uagb-block-753e6bf4\"><!-- wp:uagb/container {\"block_id\":\"125df274\",\"widthDesktop\":67,\"variationSelected\":true,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-125df274\"><!-- wp:uagb/image {\"block_id\":\"d27a92dd\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-8-1024x678.jpg\",\"id\":837,\"linkDestination\":\"none\",\"naturalWidth\":1024,\"naturalHeight\":678,\"sizeSlug\":\"large\",\"sizeSlugTablet\":\"large\",\"sizeSlugMobile\":\"large\",\"customHeightSetDesktop\":true} -->\n<div class=\"wp-block-uagb-image uagb-block-d27a92dd wp-block-uagb-image--layout-default wp-block-uagb-image--effect-static wp-block-uagb-image--align-none\"><figure class=\"wp-block-uagb-image__figure\"><img srcset=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-8-1024x678.jpg \" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-8-1024x678.jpg\" alt=\"\" class=\"uag-image-837\" width=\"\" height=\"\" title=\"\" loading=\"lazy\"/></figure></div>\n<!-- /wp:uagb/image --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"e97d1bb3\",\"widthDesktop\":32,\"variationSelected\":true,\"rowGapDesktop\":24,\"rowGapTablet\":20,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-e97d1bb3\"><!-- wp:uagb/image {\"block_id\":\"dc6d1d1b\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/49g.jpg\",\"id\":838,\"linkDestination\":\"none\",\"naturalWidth\":650,\"naturalHeight\":450,\"sizeSlug\":\"full\",\"sizeSlugTablet\":\"full\",\"sizeSlugMobile\":\"full\"} -->\n<div class=\"wp-block-uagb-image uagb-block-dc6d1d1b wp-block-uagb-image--layout-default wp-block-uagb-image--effect-static wp-block-uagb-image--align-none\"><figure class=\"wp-block-uagb-image__figure\"><img srcset=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/49g.jpg \" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/49g.jpg\" alt=\"\" class=\"uag-image-838\" width=\"\" height=\"\" title=\"\" loading=\"lazy\"/></figure></div>\n<!-- /wp:uagb/image -->\n\n<!-- wp:uagb/image {\"block_id\":\"c72b63e2\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-country-lodge-1-1024x576.jpg\",\"id\":839,\"linkDestination\":\"none\",\"naturalWidth\":1024,\"naturalHeight\":576,\"sizeSlug\":\"large\",\"sizeSlugTablet\":\"large\",\"sizeSlugMobile\":\"large\"} -->\n<div class=\"wp-block-uagb-image uagb-block-c72b63e2 wp-block-uagb-image--layout-default wp-block-uagb-image--effect-static wp-block-uagb-image--align-none\"><figure class=\"wp-block-uagb-image__figure\"><img srcset=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-country-lodge-1-1024x576.jpg \" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-country-lodge-1-1024x576.jpg\" alt=\"\" class=\"uag-image-839\" width=\"\" height=\"\" title=\"\" loading=\"lazy\"/></figure></div>\n<!-- /wp:uagb/image --></div>\n<!-- /wp:uagb/container --></div>\n<!-- /wp:uagb/container --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"f5cca8e0\",\"backgroundType\":\"color\",\"backgroundSizeTablet\":\"cover\",\"backgroundSizeMobile\":\"cover\",\"backgroundColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"topPaddingDesktop\":40,\"bottomPaddingDesktop\":104,\"leftPaddingDesktop\":40,\"rightPaddingDesktop\":40,\"topPaddingTablet\":80,\"bottomPaddingTablet\":80,\"leftPaddingTablet\":40,\"rightPaddingTablet\":40,\"topPaddingMobile\":64,\"bottomPaddingMobile\":64,\"leftPaddingMobile\":24,\"rightPaddingMobile\":24,\"paddingLink\":false,\"variationSelected\":true,\"rowGapDesktop\":0,\"isBlockRootParent\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-f5cca8e0 alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/advanced-heading {\"block_id\":\"55f0f213\",\"classMigrate\":true,\"headingDescToggle\":true,\"headingAlign\":\"center\",\"headingAlignMobile\":\"left\",\"subHeadingColor\":\"\",\"headSpace\":20,\"subHeadFontSize\":16,\"blockBottomPadding\":20} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-55f0f213\"><h2 class=\"uagb-heading-text\">What Our Guests Say​</h2><p class=\"uagb-desc-text\">We take pride in serving our guests the best experience. </p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/container {\"block_id\":\"0df7b8de\",\"directionDesktop\":\"row\",\"topMarginDesktop\":40,\"bottomMarginDesktop\":0,\"leftMarginDesktop\":0,\"rightMarginDesktop\":0,\"marginLink\":false,\"variationSelected\":true,\"rowGapMobile\":40,\"columnGapDesktop\":90} -->\n<div class=\"wp-block-uagb-container uagb-block-0df7b8de\"><!-- wp:uagb/container {\"block_id\":\"381bbea9\",\"widthDesktop\":50,\"variationSelected\":true,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-381bbea9\"><!-- wp:uagb/testimonial {\"test_item_count\":1,\"classMigrate\":true,\"test_block\":[{\"description\":\"\\u0022Thank you for a most enjoyable weekend stay and for making our anniversary so special.  Thank you for your kind and lovely friendship which we really appreciate!!!\\u0022​\",\"name\":\"\\u003cstrong\\u003eBrenda and Theuns\\u003c/strong\\u003e\",\"company\":\"\",\"image\":{\"id\":119,\"title\":\"testimonial1\",\"filename\":\"testimonial1.jpg\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/testimonial1.jpg\",\"link\":\"https://blueroan.netgen.cloud/testimonial1/\",\"alt\":\"\",\"author\":\"34\",\"description\":\"\",\"caption\":\"\",\"name\":\"testimonial1\",\"status\":\"inherit\",\"uploadedTo\":0,\"date\":\"2021-05-11T05:02:02.000Z\",\"modified\":\"2021-05-11T05:02:02.000Z\",\"menuOrder\":0,\"mime\":\"image/jpeg\",\"type\":\"image\",\"subtype\":\"jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/default.png\",\"dateFormatted\":\"May 11, 2021\",\"nonces\":{\"update\":\"b92fe40c3d\",\"delete\":\"643c1eb8f1\",\"edit\":\"d3e7d56b1d\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=119\\u0026action=edit\",\"meta\":false,\"authorName\":\"Rishabh\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/user-edit.php?user_id=34\",\"filesizeInBytes\":11264,\"filesizeHumanReadable\":\"11 KB\",\"context\":\"\",\"height\":250,\"width\":250,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/testimonial1-150x150.jpg\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/testimonial1.jpg\",\"height\":250,\"width\":250,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}}}],\"headingAlign\":\"left\",\"headingAlignTablet\":\"left\",\"headingAlignMobile\":\"left\",\"descColor\":\"var(\\u002d\\u002dast-global-color-3)\",\"nameFontSize\":14,\"nameLineHeight\":1,\"descFontSize\":16,\"descFontWeight\":\"600\",\"nameSpace\":1,\"block_id\":\"d3faaac3\",\"iconImage\":{\"url\":\"\",\"alt\":\"InfoBox placeholder img\"},\"imageWidth\":32,\"columnGap\":1,\"borderStyle\":\"\",\"paddingTop\":0,\"paddingBottom\":0,\"paddingLeft\":0,\"paddingRight\":0,\"spacingLink\":true,\"imgpaddingTop\":0,\"imgpaddingRight\":15,\"imgpaddingBottom\":0,\"imgpaddingLeft\":0,\"overallBorderStyle\":\"none\",\"imgTagHeight\":32,\"imgTagWidth\":150} -->\n<div class=\"wp-block-uagb-testimonial uagb-slick-carousel uagb-tm__arrow-outside uagb-block-d3faaac3 uagb-post__carousel_notset uagb-post__carousel_notset-tablet uagb-post__carousel_notset-mobile\"><div class=\"is-carousel uagb-tm__columns-1 uagb-tm__items\"><div class=\"uagb-testimonial__wrap  uagb-tm__imgicon-style-circle uagb-tm__image-position-bottom uagb-tm__bg-type-none \"><div class=\"uagb-tm__content\"><div class=\"uagb-tm__overlay\"></div><div class=\"uagb-tm__text-wrap\"><div class=\"uagb-tm__desc\">\"Thank you for a most enjoyable weekend stay and for making our anniversary so special.  Thank you for your kind and lovely friendship which we really appreciate!!!\"​</div><div class=\"uagb-tm__meta-inner\"><div class=\"uagb-tm__image-content\"><div class=\"uagb-tm__image\"><img class=\"uagb-tm-img-src\" src=\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/testimonial1-150x150.jpg\" alt=\"\" width=\"32\" height=\"32\" loading=\"lazy\"/></div></div><div class=\"uagb-testimonial-details\"><span class=\"uagb-tm__author-name\"><strong>Brenda and Theuns</strong></span><span class=\"uagb-tm__company\"></span></div></div></div></div></div></div></div>\n<!-- /wp:uagb/testimonial -->\n\n<!-- wp:uagb/testimonial {\"test_item_count\":1,\"classMigrate\":true,\"test_block\":[{\"description\":\"\\u0022Breaking away from city life and coming out to a most wonderful romantic weekend away.  The unit is so comfortable.  Thank you for your great hospitality - we had an awesome time here.  Go well - with love\\u0022​\",\"name\":\"\\u003cstrong\\u003e\\u003cstrong\\u003e\\u003cstrong\\u003eLiz \\u0026amp; Eddie\\u003c/strong\\u003e\\u003c/strong\\u003e\\u003c/strong\\u003e\",\"company\":\"\",\"image\":{\"id\":122,\"title\":\"testimonial4\",\"filename\":\"testimonial4.jpg\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/testimonial4.jpg\",\"link\":\"https://blueroan.netgen.cloud/testimonial4/\",\"alt\":\"\",\"author\":\"34\",\"description\":\"\",\"caption\":\"\",\"name\":\"testimonial4\",\"status\":\"inherit\",\"uploadedTo\":0,\"date\":\"2021-05-11T05:02:06.000Z\",\"modified\":\"2021-05-11T05:02:06.000Z\",\"menuOrder\":0,\"mime\":\"image/jpeg\",\"type\":\"image\",\"subtype\":\"jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/default.png\",\"dateFormatted\":\"May 11, 2021\",\"nonces\":{\"update\":\"4e34860add\",\"delete\":\"9e126a55cd\",\"edit\":\"33ffd3c040\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=122\\u0026action=edit\",\"meta\":false,\"authorName\":\"Rishabh\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/user-edit.php?user_id=34\",\"filesizeInBytes\":16584,\"filesizeHumanReadable\":\"16 KB\",\"context\":\"\",\"height\":250,\"width\":250,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/testimonial4-150x150.jpg\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/testimonial4.jpg\",\"height\":250,\"width\":250,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}}}],\"headingAlign\":\"left\",\"headingAlignTablet\":\"left\",\"headingAlignMobile\":\"left\",\"descColor\":\"var(\\u002d\\u002dast-global-color-3)\",\"nameFontSize\":14,\"nameLineHeight\":1,\"descFontSize\":16,\"descFontWeight\":\"600\",\"nameSpace\":1,\"block_id\":\"33ddcf62\",\"iconImage\":{\"url\":\"\",\"alt\":\"InfoBox placeholder img\"},\"imageWidth\":32,\"columnGap\":1,\"borderStyle\":\"\",\"paddingTop\":0,\"paddingBottom\":0,\"paddingLeft\":0,\"paddingRight\":0,\"spacingLink\":true,\"imgpaddingTop\":0,\"imgpaddingRight\":15,\"imgpaddingBottom\":0,\"imgpaddingLeft\":0,\"overallBorderStyle\":\"none\",\"imgTagHeight\":32,\"imgTagWidth\":150} -->\n<div class=\"wp-block-uagb-testimonial uagb-slick-carousel uagb-tm__arrow-outside uagb-block-33ddcf62 uagb-post__carousel_notset uagb-post__carousel_notset-tablet uagb-post__carousel_notset-mobile\"><div class=\"is-carousel uagb-tm__columns-1 uagb-tm__items\"><div class=\"uagb-testimonial__wrap  uagb-tm__imgicon-style-circle uagb-tm__image-position-bottom uagb-tm__bg-type-none \"><div class=\"uagb-tm__content\"><div class=\"uagb-tm__overlay\"></div><div class=\"uagb-tm__text-wrap\"><div class=\"uagb-tm__desc\">\"Breaking away from city life and coming out to a most wonderful romantic weekend away.  The unit is so comfortable.  Thank you for your great hospitality - we had an awesome time here.  Go well - with love\"​</div><div class=\"uagb-tm__meta-inner\"><div class=\"uagb-tm__image-content\"><div class=\"uagb-tm__image\"><img class=\"uagb-tm-img-src\" src=\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/testimonial4-150x150.jpg\" alt=\"\" width=\"32\" height=\"32\" loading=\"lazy\"/></div></div><div class=\"uagb-testimonial-details\"><span class=\"uagb-tm__author-name\"><strong><strong><strong>Liz &amp; Eddie</strong></strong></strong></span><span class=\"uagb-tm__company\"></span></div></div></div></div></div></div></div>\n<!-- /wp:uagb/testimonial --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"fae2a605\",\"widthDesktop\":50,\"variationSelected\":true,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-fae2a605\"><!-- wp:uagb/testimonial {\"test_item_count\":1,\"classMigrate\":true,\"test_block\":[{\"description\":\"\\u0022Judy, what a wonderful place you have here - we were so delighted to spend the weekend here, so tranquil, peaceful, and beautiful. You made us feel right at home. Definitely a place worth 5 stars! Go well.\\u0022​\",\"name\":\"\\u003cstrong\\u003e\\u003cstrong\\u003eBrian\\u003c/strong\\u003e\\u003c/strong\\u003e \\u003cstrong\\u003e\\u003cstrong\\u003e\\u003cstrong\\u003eand \\u003cstrong\\u003eMariska\\u003c/strong\\u003e\\u003c/strong\\u003e\\u003cbr\\u003e\\u003c/strong\\u003e\\u003c/strong\\u003e\",\"company\":\"\",\"image\":{\"id\":120,\"title\":\"testimonial2\",\"filename\":\"testimonial2.jpg\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/testimonial2.jpg\",\"link\":\"https://blueroan.netgen.cloud/testimonial2/\",\"alt\":\"\",\"author\":\"34\",\"description\":\"\",\"caption\":\"\",\"name\":\"testimonial2\",\"status\":\"inherit\",\"uploadedTo\":0,\"date\":\"2021-05-11T05:02:03.000Z\",\"modified\":\"2021-05-11T05:02:03.000Z\",\"menuOrder\":0,\"mime\":\"image/jpeg\",\"type\":\"image\",\"subtype\":\"jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/default.png\",\"dateFormatted\":\"May 11, 2021\",\"nonces\":{\"update\":\"1ee6412858\",\"delete\":\"4414a2ccbf\",\"edit\":\"bde7b1f490\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=120\\u0026action=edit\",\"meta\":false,\"authorName\":\"Rishabh\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/user-edit.php?user_id=34\",\"filesizeInBytes\":10087,\"filesizeHumanReadable\":\"10 KB\",\"context\":\"\",\"height\":250,\"width\":250,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/testimonial2-150x150.jpg\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/testimonial2.jpg\",\"height\":250,\"width\":250,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}}}],\"headingAlign\":\"left\",\"headingAlignTablet\":\"left\",\"headingAlignMobile\":\"left\",\"descColor\":\"var(\\u002d\\u002dast-global-color-3)\",\"nameFontSize\":14,\"nameLineHeight\":1,\"descFontSize\":16,\"descFontWeight\":\"600\",\"nameSpace\":1,\"block_id\":\"af94fa41\",\"iconImage\":{\"url\":\"\",\"alt\":\"InfoBox placeholder img\"},\"imageWidth\":32,\"columnGap\":1,\"borderStyle\":\"\",\"paddingTop\":0,\"paddingBottom\":0,\"paddingLeft\":0,\"paddingRight\":0,\"spacingLink\":true,\"imgpaddingTop\":0,\"imgpaddingRight\":15,\"imgpaddingBottom\":0,\"imgpaddingLeft\":0,\"overallBorderStyle\":\"none\",\"imgTagHeight\":32,\"imgTagWidth\":150} -->\n<div class=\"wp-block-uagb-testimonial uagb-slick-carousel uagb-tm__arrow-outside uagb-block-af94fa41 uagb-post__carousel_notset uagb-post__carousel_notset-tablet uagb-post__carousel_notset-mobile\"><div class=\"is-carousel uagb-tm__columns-1 uagb-tm__items\"><div class=\"uagb-testimonial__wrap  uagb-tm__imgicon-style-circle uagb-tm__image-position-bottom uagb-tm__bg-type-none \"><div class=\"uagb-tm__content\"><div class=\"uagb-tm__overlay\"></div><div class=\"uagb-tm__text-wrap\"><div class=\"uagb-tm__desc\">\"Judy, what a wonderful place you have here - we were so delighted to spend the weekend here, so tranquil, peaceful, and beautiful. You made us feel right at home. Definitely a place worth 5 stars! Go well.\"​</div><div class=\"uagb-tm__meta-inner\"><div class=\"uagb-tm__image-content\"><div class=\"uagb-tm__image\"><img class=\"uagb-tm-img-src\" src=\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/testimonial2-150x150.jpg\" alt=\"\" width=\"32\" height=\"32\" loading=\"lazy\"/></div></div><div class=\"uagb-testimonial-details\"><span class=\"uagb-tm__author-name\"><strong><strong>Brian</strong></strong> <strong><strong><strong>and <strong>Mariska</strong></strong><br></strong></strong></span><span class=\"uagb-tm__company\"></span></div></div></div></div></div></div></div>\n<!-- /wp:uagb/testimonial -->\n\n<!-- wp:uagb/testimonial {\"test_item_count\":1,\"classMigrate\":true,\"test_block\":[{\"description\":\"\\u0022Thank you for the most wonderful time, Judy!  This was the most peaceful and perfect place to get engaged!  We will most certainly be back!!!  Your hospitality cannot be topped!\\u0022​\",\"name\":\"\\u003cstrong\\u003e\\u003cstrong\\u003e\\u003cstrong\\u003e\\u003cstrong\\u003eBrett and Kelly\\u003c/strong\\u003e\\u003c/strong\\u003e\\u003c/strong\\u003e\\u003c/strong\\u003e\",\"company\":\"\",\"image\":{\"id\":121,\"title\":\"testimonial3\",\"filename\":\"testimonial3.jpg\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/testimonial3.jpg\",\"link\":\"https://blueroan.netgen.cloud/testimonial3/\",\"alt\":\"\",\"author\":\"34\",\"description\":\"\",\"caption\":\"\",\"name\":\"testimonial3\",\"status\":\"inherit\",\"uploadedTo\":0,\"date\":\"2021-05-11T05:02:05.000Z\",\"modified\":\"2021-05-11T05:02:05.000Z\",\"menuOrder\":0,\"mime\":\"image/jpeg\",\"type\":\"image\",\"subtype\":\"jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/default.png\",\"dateFormatted\":\"May 11, 2021\",\"nonces\":{\"update\":\"290653da5d\",\"delete\":\"90a4fb2d63\",\"edit\":\"ff8a64e56e\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=121\\u0026action=edit\",\"meta\":false,\"authorName\":\"Rishabh\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/user-edit.php?user_id=34\",\"filesizeInBytes\":8748,\"filesizeHumanReadable\":\"9 KB\",\"context\":\"\",\"height\":250,\"width\":250,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/testimonial3-150x150.jpg\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/testimonial3.jpg\",\"height\":250,\"width\":250,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}}}],\"headingAlign\":\"left\",\"headingAlignTablet\":\"left\",\"headingAlignMobile\":\"left\",\"descColor\":\"var(\\u002d\\u002dast-global-color-3)\",\"nameFontSize\":14,\"nameLineHeight\":1,\"descFontSize\":16,\"descFontWeight\":\"600\",\"nameSpace\":1,\"block_id\":\"b94935bf\",\"iconImage\":{\"url\":\"\",\"alt\":\"InfoBox placeholder img\"},\"imageWidth\":32,\"columnGap\":1,\"borderStyle\":\"\",\"paddingTop\":0,\"paddingBottom\":0,\"paddingLeft\":0,\"paddingRight\":0,\"spacingLink\":true,\"imgpaddingTop\":0,\"imgpaddingRight\":15,\"imgpaddingBottom\":0,\"imgpaddingLeft\":0,\"overallBorderStyle\":\"none\",\"imgTagHeight\":32,\"imgTagWidth\":150} -->\n<div class=\"wp-block-uagb-testimonial uagb-slick-carousel uagb-tm__arrow-outside uagb-block-b94935bf uagb-post__carousel_notset uagb-post__carousel_notset-tablet uagb-post__carousel_notset-mobile\"><div class=\"is-carousel uagb-tm__columns-1 uagb-tm__items\"><div class=\"uagb-testimonial__wrap  uagb-tm__imgicon-style-circle uagb-tm__image-position-bottom uagb-tm__bg-type-none \"><div class=\"uagb-tm__content\"><div class=\"uagb-tm__overlay\"></div><div class=\"uagb-tm__text-wrap\"><div class=\"uagb-tm__desc\">\"Thank you for the most wonderful time, Judy!  This was the most peaceful and perfect place to get engaged!  We will most certainly be back!!!  Your hospitality cannot be topped!\"​</div><div class=\"uagb-tm__meta-inner\"><div class=\"uagb-tm__image-content\"><div class=\"uagb-tm__image\"><img class=\"uagb-tm-img-src\" src=\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/testimonial3-150x150.jpg\" alt=\"\" width=\"32\" height=\"32\" loading=\"lazy\"/></div></div><div class=\"uagb-testimonial-details\"><span class=\"uagb-tm__author-name\"><strong><strong><strong><strong>Brett and Kelly</strong></strong></strong></strong></span><span class=\"uagb-tm__company\"></span></div></div></div></div></div></div></div>\n<!-- /wp:uagb/testimonial --></div>\n<!-- /wp:uagb/container --></div>\n<!-- /wp:uagb/container --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"9b4c44f2\",\"innerContentCustomWidthDesktop\":781,\"innerContentCustomWidthTablet\":781,\"backgroundType\":\"image\",\"backgroundImageDesktop\":{\"id\":809,\"title\":\"26759994757_767d9794fd_b\",\"filename\":\"26759994757_767d9794fd_b.jpg\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/26759994757_767d9794fd_b.jpg\",\"link\":\"https://blueroan.netgen.cloud/?attachment_id=809\",\"alt\":\"\",\"author\":\"2\",\"description\":\"\",\"caption\":\"\",\"name\":\"26759994757_767d9794fd_b\",\"status\":\"inherit\",\"uploadedTo\":805,\"date\":\"2022-12-13T09:51:53.000Z\",\"modified\":\"2022-12-13T09:51:53.000Z\",\"menuOrder\":0,\"mime\":\"image/jpeg\",\"type\":\"image\",\"subtype\":\"jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-includes/images/media/default.png\",\"dateFormatted\":\"December 13, 2022\",\"nonces\":{\"update\":\"39b5c0eef1\",\"delete\":\"fde92abd83\",\"edit\":\"3923face9e\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=809\\u0026action=edit\",\"meta\":false,\"authorName\":\"Netgen Support\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/profile.php\",\"uploadedToTitle\":\"Magaliesburg\",\"uploadedToLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=805\\u0026action=edit\",\"filesizeInBytes\":143610,\"filesizeHumanReadable\":\"140 KB\",\"context\":\"\",\"height\":683,\"width\":1024,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/26759994757_767d9794fd_b-150x150.jpg\",\"orientation\":\"landscape\"},\"medium\":{\"height\":200,\"width\":300,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/26759994757_767d9794fd_b-300x200.jpg\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/26759994757_767d9794fd_b.jpg\",\"height\":683,\"width\":1024,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"backgroundImageColor\":\"rgba(42,42,42,0.65)\",\"topPaddingDesktop\":144,\"bottomPaddingDesktop\":144,\"leftPaddingDesktop\":40,\"rightPaddingDesktop\":40,\"topPaddingTablet\":80,\"bottomPaddingTablet\":80,\"leftPaddingTablet\":40,\"rightPaddingTablet\":40,\"topPaddingMobile\":64,\"bottomPaddingMobile\":64,\"leftPaddingMobile\":24,\"rightPaddingMobile\":24,\"paddingLink\":false,\"variationSelected\":true,\"isBlockRootParent\":true,\"overlayType\":\"color\"} -->\n<div class=\"wp-block-uagb-container uagb-block-9b4c44f2 alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/advanced-heading {\"block_id\":\"3751b598\",\"classMigrate\":true,\"headingDescToggle\":true,\"headingAlign\":\"center\",\"headingColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"subHeadingColor\":\"var(\\u002d\\u002dast-global-color-4)\",\"headSpace\":20} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-3751b598\"><h2 class=\"uagb-heading-text\">Plan an Unforgettable Experience at Blue Roan!</h2><p class=\"uagb-desc-text\">Blue Roan is a 4-star graded pet-friendly venue</p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/advanced-heading {\"block_id\":\"54329dd1\",\"classMigrate\":true,\"headingTitleToggle\":false,\"headingDescToggle\":true,\"headingAlign\":\"center\",\"subHeadingColor\":\"var(\\u002d\\u002dast-global-color-4)\",\"subHeadTransform\":\"uppercase\",\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"subHeadLetterSpacing\":2,\"blockTopPadding\":60,\"blockRightPadding\":0,\"blockLeftPadding\":0,\"blockBottomPadding\":0,\"blockTopPaddingMobile\":30,\"blockRightPaddingMobile\":0,\"blockLeftPaddingMobile\":0,\"blockBottomPaddingMobile\":0} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-54329dd1\"><p class=\"uagb-desc-text\">BOOK YOUR STAY NOW​</p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/icon-list {\"block_id\":\"d3f83d8a\",\"classMigrate\":true,\"childMigrate\":true,\"align\":\"center\",\"parentIcon\":\"phone\",\"size\":40,\"sizeMobile\":24,\"sizeTablet\":32,\"fontSize\":48,\"fontSizeMobile\":28,\"fontSizeTablet\":40,\"fontWeight\":\"600\",\"iconColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"labelColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"blockTopPadding\":0,\"blockRightPadding\":0,\"blockLeftPadding\":0,\"blockBottomPadding\":24,\"blockPaddingLink\":false} -->\n<div class=\"wp-block-uagb-icon-list uagb-block-d3f83d8a\"><div class=\"uagb-icon-list__wrap\"><!-- wp:uagb/icon-list-child {\"block_id\":\"fba7c2e2\",\"label\":\" + 27 (0) 82 575 5409\",\"label_color\":\"\",\"fromParentIcon\":\"phone\",\"imageSizeChild\":40} -->\n<div class=\"wp-block-uagb-icon-list-child uagb-block-fba7c2e2\"><span class=\"uagb-icon-list__source-wrap\"><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M511.2 387l-23.25 100.8c-3.266 14.25-15.79 24.22-30.46 24.22C205.2 512 0 306.8 0 54.5c0-14.66 9.969-27.2 24.22-30.45l100.8-23.25C139.7-2.602 154.7 5.018 160.8 18.92l46.52 108.5c5.438 12.78 1.77 27.67-8.98 36.45L144.5 207.1c33.98 69.22 90.26 125.5 159.5 159.5l44.08-53.8c8.688-10.78 23.69-14.51 36.47-8.975l108.5 46.51C506.1 357.2 514.6 372.4 511.2 387z\"></path></svg></span><span class=\"uagb-icon-list__label\"> + 27 (0) 82 575 5409</span></div>\n<!-- /wp:uagb/icon-list-child -->\n\n<!-- wp:uagb/icon-list-child {\"block_id\":\"ba399d07\",\"label\":\"blueroan@ugo.co.za\",\"icon\":\"envelope\",\"label_color\":\"\"} -->\n<div class=\"wp-block-uagb-icon-list-child uagb-block-ba399d07\"><span class=\"uagb-icon-list__source-wrap\"><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M464 64C490.5 64 512 85.49 512 112C512 127.1 504.9 141.3 492.8 150.4L275.2 313.6C263.8 322.1 248.2 322.1 236.8 313.6L19.2 150.4C7.113 141.3 0 127.1 0 112C0 85.49 21.49 64 48 64H464zM217.6 339.2C240.4 356.3 271.6 356.3 294.4 339.2L512 176V384C512 419.3 483.3 448 448 448H64C28.65 448 0 419.3 0 384V176L217.6 339.2z\"></path></svg></span><span class=\"uagb-icon-list__label\">blueroan@ugo.co.za</span></div>\n<!-- /wp:uagb/icon-list-child --></div></div>\n<!-- /wp:uagb/icon-list --></div></div>\n<!-- /wp:uagb/container -->',	'Home',	'',	'inherit',	'closed',	'closed',	'',	'760-revision-v1',	'',	'',	'2022-12-13 12:05:55',	'2022-12-13 12:05:55',	'',	760,	'https://blueroan.netgen.cloud/?p=842',	0,	'revision',	'',	0),
(844,	2,	'2022-12-13 12:07:31',	'2022-12-13 12:07:31',	'<!-- wp:uagb/container {\"block_id\":\"f4acb425\",\"minHeightDesktop\":95,\"minHeightTablet\":70,\"minHeightMobile\":80,\"minHeightType\":\"vh\",\"alignItemsDesktop\":\"flex-start\",\"backgroundType\":\"image\",\"backgroundImageDesktop\":{\"uploading\":false,\"date\":1670921854000,\"filename\":\"Blue-Roan-pool.jpg\",\"menuOrder\":0,\"uploadedTo\":760,\"type\":\"image\",\"subtype\":\"jpeg\",\"id\":784,\"title\":\"Blue Roan - pool\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Blue-Roan-pool.jpg\",\"link\":\"https://blueroan.netgen.cloud/home/blue-roan-pool/\",\"alt\":\"\",\"author\":\"2\",\"description\":\"\",\"caption\":\"\",\"name\":\"blue-roan-pool\",\"status\":\"inherit\",\"modified\":1670921854000,\"mime\":\"image/jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-includes/images/media/default.png\",\"dateFormatted\":\"December 13, 2022\",\"nonces\":{\"update\":\"51a12ed09e\",\"delete\":\"5174068551\",\"edit\":\"1de0721407\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=784\\u0026action=edit\",\"meta\":false,\"authorName\":\"Netgen Support\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/profile.php\",\"uploadedToTitle\":\"Home\",\"uploadedToLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=760\\u0026action=edit\",\"filesizeInBytes\":154801,\"filesizeHumanReadable\":\"151 KB\",\"context\":\"\",\"height\":667,\"width\":1000,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Blue-Roan-pool-150x150.jpg\",\"orientation\":\"landscape\"},\"medium\":{\"height\":200,\"width\":300,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Blue-Roan-pool-300x200.jpg\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Blue-Roan-pool.jpg\",\"height\":667,\"width\":1000,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"backgroundPositionDesktop\":{\"x\":0.5,\"y\":0.25},\"backgroundImageColor\":\"rgba(42,42,42,0.35)\",\"topPaddingDesktop\":0,\"bottomPaddingDesktop\":0,\"leftPaddingDesktop\":40,\"rightPaddingDesktop\":40,\"topPaddingTablet\":120,\"bottomPaddingTablet\":120,\"leftPaddingTablet\":40,\"rightPaddingTablet\":40,\"topPaddingMobile\":150,\"bottomPaddingMobile\":150,\"leftPaddingMobile\":20,\"rightPaddingMobile\":20,\"paddingLink\":false,\"variationSelected\":true,\"isBlockRootParent\":true,\"overlayType\":\"color\",\"minHeightTypeTablet\":\"vh\",\"minHeightTypeMobile\":\"vh\"} -->\n<div class=\"wp-block-uagb-container uagb-block-f4acb425 alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/info-box {\"classMigrate\":true,\"headingAlign\":\"left\",\"headingColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"subHeadingColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"headingTag\":\"h1\",\"subHeadFontSize\":17,\"subHeadFontSizeMobile\":15,\"headSpace\":20,\"subHeadSpace\":40,\"block_id\":\"5c6f4e00\",\"ctaIcon\":\"\",\"ctaType\":\"button\",\"ctaText\":\"Book Your Stay Now\",\"ctaLink\":\"#\",\"ctaBtnLinkColor\":\"var(\\u002d\\u002dast-global-color-2)\",\"ctaLinkHoverColor\":\"var(\\u002d\\u002dast-global-color-2)\",\"ctaBgColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"ctaBgHoverColor\":\"var(\\u002d\\u002dast-global-color-4)\",\"ctaBorderColor\":\"\",\"ctaBorderStyle\":\"\",\"ctaBorderWidth\":\"\",\"ctaBorderRadius\":\"\",\"iconImage\":{\"url\":\"\",\"alt\":\"InfoBox placeholder img\"},\"showIcon\":false,\"paddingBtnTop\":18,\"paddingBtnBottom\":18,\"paddingBtnLeft\":34,\"paddingBtnRight\":34,\"blockTopPadding\":0,\"blockRightPadding\":40,\"blockLeftPadding\":0,\"blockBottomPadding\":0,\"blockTopPaddingTablet\":0,\"blockRightPaddingTablet\":64,\"blockLeftPaddingTablet\":0,\"blockBottomPaddingTablet\":0,\"blockTopPaddingMobile\":0,\"blockRightPaddingMobile\":0,\"blockLeftPaddingMobile\":0,\"blockBottomPaddingMobile\":0,\"blockPaddingUnit\":\"%\",\"blockPaddingLink\":false,\"subHeadMarginTopTablet\":0,\"subHeadMarginRightTablet\":64,\"subHeadTabletSpace\":40,\"subHeadMarginLeftTablet\":0,\"subHeadMarginTopMobile\":0,\"subHeadMarginRightMobile\":0,\"subHeadMobileSpace\":40,\"subHeadMarginLeftMobile\":0,\"btnBorderTopWidth\":1,\"btnBorderLeftWidth\":1,\"btnBorderRightWidth\":1,\"btnBorderBottomWidth\":1,\"btnBorderTopLeftRadius\":0,\"btnBorderTopRightRadius\":0,\"btnBorderBottomLeftRadius\":0,\"btnBorderBottomRightRadius\":0,\"btnBorderStyle\":\"none\",\"btnBorderColor\":\"#333\"} -->\n<div class=\"wp-block-uagb-info-box uagb-block-5c6f4e00 uagb-infobox__content-wrap  uagb-infobox-icon-above-title uagb-infobox-image-valign-top\"><div class=\"uagb-ifb-content\"><div class=\"uagb-ifb-title-wrap\"><h1 class=\"uagb-ifb-title\"><strong>Magaliesburg pet friendly self-catering accommodation</strong></h1></div><p class=\"uagb-ifb-desc\">Romantic pet-friendly self-catering accommodation in Magaliesburg, Gauteng.</p><div class=\"uagb-ifb-button-wrapper wp-block-button\"><a href=\"#\" class=\"uagb-infobox-cta-link wp-block-button__link\" target=\"_self\" rel=\"noopener noreferrer\" alt=\"\"><span class=\"uagb-inline-editing\">Book Your Stay Now</span></a></div></div></div>\n<!-- /wp:uagb/info-box --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"96bdd497\",\"directionDesktop\":\"row\",\"directionMobile\":\"column-reverse\",\"alignItemsDesktop\":\"flex-start\",\"backgroundType\":\"color\",\"backgroundSizeTablet\":\"cover\",\"backgroundSizeMobile\":\"cover\",\"backgroundColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"topPaddingDesktop\":60,\"bottomPaddingDesktop\":60,\"topPaddingTablet\":80,\"bottomPaddingTablet\":80,\"leftPaddingTablet\":40,\"rightPaddingTablet\":40,\"topPaddingMobile\":64,\"bottomPaddingMobile\":64,\"leftPaddingMobile\":24,\"rightPaddingMobile\":24,\"paddingLink\":false,\"variationSelected\":true,\"columnGapDesktop\":60,\"columnGapTablet\":50,\"isBlockRootParent\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-96bdd497 alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/container {\"block_id\":\"9f486cb6\",\"widthDesktop\":50,\"variationSelected\":true,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-9f486cb6\"><!-- wp:image {\"id\":797,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-13.jpg\" alt=\"\" class=\"wp-image-797\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The Blue Roan Country Lodge is situated just 5 minutes from the village of Magaliesburg on a tar road so easy access for all cars. &nbsp;We have panoramic views of the Magaliesberg mountain range and our farm is the perfect place for a relaxing getaway in the country. &nbsp;As we are only 70 km from JHB and Pretoria, it is only an hour’s drive.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:buttons -->\n<div class=\"wp-block-buttons\"><!-- wp:button -->\n<div class=\"wp-block-button\"><a class=\"wp-block-button__link wp-element-button\" href=\"/accommodation/\">View accomodation</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"45661d01\",\"widthDesktop\":50,\"leftPaddingDesktop\":0,\"paddingLink\":false,\"variationSelected\":true,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-45661d01\"><!-- wp:uagb/advanced-heading {\"block_id\":\"5940fe92\",\"classMigrate\":true,\"headingDescToggle\":true,\"subHeadingColor\":\"\",\"headSpace\":20,\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-5940fe92\"><h2 class=\"uagb-heading-text\"><strong>Blue Roan is a 4-star graded pet-friendly venue</strong></h2><p class=\"uagb-desc-text\">Our goal is to provide high-quality, romantic, comfortable, and affordable self-catering accommodation on the outskirts of the village of &nbsp;Magaliesburg. &nbsp;For animal lovers, we are also&nbsp;pet-friendly&nbsp;by arrangement in most of the units all of which have their own fully fenced and gated private grassy gardens.</p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/image {\"block_id\":\"95a02c36\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/hammock-in-the-garden.jpg\",\"align\":\"left\",\"id\":799,\"linkDestination\":\"none\",\"naturalWidth\":600,\"naturalHeight\":400,\"sizeSlug\":\"full\",\"sizeSlugTablet\":\"full\",\"sizeSlugMobile\":\"full\",\"imageTopMargin\":20,\"imageRightMargin\":0,\"imageLeftMargin\":0,\"imageBottomMargin\":0,\"imageTopMarginMobile\":0,\"imageRightMarginMobile\":0,\"imageLeftMarginMobile\":0,\"imageBottomMarginMobile\":0,\"imageMarginLink\":false} -->\n<div class=\"wp-block-uagb-image uagb-block-95a02c36 wp-block-uagb-image--layout-default wp-block-uagb-image--effect-static wp-block-uagb-image--align-left\"><figure class=\"wp-block-uagb-image__figure\"><img srcset=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/hammock-in-the-garden.jpg \" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/hammock-in-the-garden.jpg\" alt=\"\" class=\"uag-image-799\" width=\"\" height=\"\" title=\"\" loading=\"lazy\"/></figure></div>\n<!-- /wp:uagb/image --></div>\n<!-- /wp:uagb/container --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"08fc4a67\",\"directionDesktop\":\"row\",\"directionMobile\":\"column-reverse\",\"alignItemsDesktop\":\"flex-start\",\"backgroundType\":\"color\",\"backgroundSizeTablet\":\"cover\",\"backgroundSizeMobile\":\"cover\",\"backgroundColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"topPaddingDesktop\":0,\"bottomPaddingDesktop\":0,\"topPaddingTablet\":80,\"bottomPaddingTablet\":80,\"leftPaddingTablet\":40,\"rightPaddingTablet\":40,\"topPaddingMobile\":64,\"bottomPaddingMobile\":64,\"leftPaddingMobile\":24,\"rightPaddingMobile\":24,\"paddingLink\":false,\"variationSelected\":true,\"rowGapDesktop\":0,\"columnGapDesktop\":0,\"columnGapTablet\":50,\"isBlockRootParent\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-08fc4a67 alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:image {\"align\":\"center\",\"id\":794,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image aligncenter size-full\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/210-2108726_too-great-for-us-tourism-grading-council-of-south-5.png\" alt=\"\" class=\"wp-image-794\"/></figure>\n<!-- /wp:image --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"e6617744\",\"backgroundType\":\"color\",\"backgroundSizeTablet\":\"cover\",\"backgroundSizeMobile\":\"cover\",\"backgroundColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"topPaddingDesktop\":50,\"bottomPaddingDesktop\":100,\"topPaddingTablet\":50,\"bottomPaddingTablet\":25,\"leftPaddingTablet\":20,\"rightPaddingTablet\":20,\"topPaddingMobile\":50,\"bottomPaddingMobile\":20,\"leftPaddingMobile\":20,\"rightPaddingMobile\":20,\"paddingLink\":false,\"variationSelected\":true,\"rowGapDesktop\":0,\"isBlockRootParent\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-e6617744 alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/container {\"block_id\":\"c8a85796\",\"directionDesktop\":\"row\",\"alignItemsDesktop\":\"flex-end\",\"alignItemsTablet\":\"flex-end\",\"justifyContentDesktop\":\"flex-end\",\"justifyContentTablet\":\"space-between\",\"variationSelected\":true,\"rowGapMobile\":30,\"columnGapDesktop\":0} -->\n<div class=\"wp-block-uagb-container uagb-block-c8a85796\"><!-- wp:uagb/advanced-heading {\"block_id\":\"c4c2578b\",\"classMigrate\":true,\"headingDescToggle\":true,\"subHeadingColor\":\"\",\"headSpace\":20,\"subHeadFontSize\":16} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-c4c2578b\"><h2 class=\"uagb-heading-text\">Amenities &amp; Interests ​</h2><p class=\"uagb-desc-text\">If you are looking for a relaxing, refreshing and rejuvenating experience altogether, we offer all of that under one roof.</p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/buttons {\"block_id\":\"0eeb359b\",\"classMigrate\":true,\"childMigrate\":true,\"align\":\"right\",\"alignTablet\":\"right\",\"alignMobile\":\"left\",\"gap\":0} -->\n<div class=\"wp-block-uagb-buttons uagb-buttons__outer-wrap uagb-btn__default-btn uagb-btn-tablet__default-btn uagb-btn-mobile__default-btn uagb-block-0eeb359b\"><div class=\"uagb-buttons__wrap uagb-buttons-layout-wrap\"><!-- wp:uagb/buttons-child {\"block_id\":\"48909411\",\"label\":\"View All\",\"link\":\"#\",\"hColor\":\"\",\"borderWidth\":\"\",\"borderRadius\":\"\",\"borderStyle\":\"\",\"borderColor\":\"\",\"borderHColor\":\"\",\"btnBorderTopWidth\":1,\"btnBorderLeftWidth\":1,\"btnBorderRightWidth\":1,\"btnBorderBottomWidth\":1,\"btnBorderTopLeftRadius\":2,\"btnBorderTopRightRadius\":2,\"btnBorderBottomLeftRadius\":2,\"btnBorderBottomRightRadius\":2,\"btnBorderStyle\":\"solid\",\"btnBorderColor\":\"#333\",\"btnBorderHColor\":\"#333\"} -->\n<div class=\"wp-block-uagb-buttons-child uagb-buttons__outer-wrap uagb-block-48909411 wp-block-button is-style-outline\"><div class=\"uagb-button__wrapper\"><a class=\"uagb-buttons-repeater wp-block-button__link\" href=\"#\" rel=\"follow noopener\" target=\"_self\"><div class=\"uagb-button__link\">View All</div></a></div></div>\n<!-- /wp:uagb/buttons-child --></div></div>\n<!-- /wp:uagb/buttons --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"02945d85\",\"directionDesktop\":\"row\",\"alignItemsTablet\":\"flex-start\",\"paddingLink\":false,\"topMarginDesktop\":50,\"bottomMarginDesktop\":20,\"leftMarginDesktop\":0,\"rightMarginDesktop\":0,\"marginLink\":false,\"variationSelected\":true,\"rowGapMobile\":65,\"columnGapDesktop\":48,\"columnGapTablet\":20} -->\n<div class=\"wp-block-uagb-container uagb-block-02945d85\"><!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"align\":\"center\",\"id\":828,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image aligncenter size-full\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Blue-Roan-pool.png\" alt=\"Blue Roan\'s rock pool\" class=\"wp-image-828\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>A relaxing rock Pool​</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>We have a lovely sparkling blue rock pool next to a thatched Lapa. &nbsp;&nbsp;Lie on recliners on the green lawn or sit on the swing chair in the Lapa and enjoy the panoramic view of the Magaliesberg mountain range.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":829,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/img-20160605-wa0002-largejpg.png\" alt=\"\" class=\"wp-image-829\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>Braai facilities </h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>What can compare to a burning fire under the star-lit African sky? Nothing beats the flavor of cooking over an open flame.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":830,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/ef9d0188da11e2bc56788f5619d9d539.png\" alt=\"\" class=\"wp-image-830\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>A games room </h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>The reception is also a games room for those who enjoy darts or playing pool. &nbsp;Take a selection of DVDs back to your room and watch movies on your own DVD player. &nbsp;There is also a selection of board games and music CDs that you can borrow.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div>\n<!-- /wp:uagb/container --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"717a85e3\",\"backgroundType\":\"color\",\"backgroundSizeTablet\":\"cover\",\"backgroundSizeMobile\":\"cover\",\"backgroundColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"bottomPaddingDesktop\":104,\"leftPaddingDesktop\":40,\"rightPaddingDesktop\":40,\"topPaddingTablet\":80,\"bottomPaddingTablet\":80,\"leftPaddingTablet\":40,\"rightPaddingTablet\":40,\"topPaddingMobile\":64,\"bottomPaddingMobile\":64,\"leftPaddingMobile\":24,\"rightPaddingMobile\":24,\"paddingLink\":false,\"variationSelected\":true,\"rowGapDesktop\":0,\"isBlockRootParent\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-717a85e3 alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/advanced-heading {\"block_id\":\"af66f714\",\"classMigrate\":true,\"headingDescToggle\":true,\"headingAlign\":\"center\",\"headingAlignMobile\":\"left\",\"subHeadingColor\":\"\",\"headSpace\":20,\"subHeadFontSize\":16,\"blockBottomPadding\":20} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-af66f714\"><h2 class=\"uagb-heading-text\">Our Inside Pictures​</h2><p class=\"uagb-desc-text\">Take a look at some pretty pictures captured in and around our premises.</p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/container {\"block_id\":\"1e522acb\",\"directionDesktop\":\"row\",\"alignItemsDesktop\":\"flex-start\",\"topMarginDesktop\":20,\"bottomMarginDesktop\":0,\"leftMarginDesktop\":0,\"rightMarginDesktop\":0,\"marginLink\":false,\"variationSelected\":true,\"rowGapMobile\":24,\"columnGapDesktop\":24,\"columnGapTablet\":20} -->\n<div class=\"wp-block-uagb-container uagb-block-1e522acb\"><!-- wp:uagb/container {\"block_id\":\"e38a4a87\",\"widthDesktop\":32,\"variationSelected\":true,\"rowGapDesktop\":24,\"rowGapTablet\":20,\"rowGapMobile\":24,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-e38a4a87\"><!-- wp:uagb/image {\"block_id\":\"b49956a8\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/red-rose-1024x683.jpg\",\"id\":834,\"linkDestination\":\"none\",\"naturalWidth\":1024,\"naturalHeight\":683,\"sizeSlug\":\"large\",\"sizeSlugTablet\":\"large\",\"sizeSlugMobile\":\"large\"} -->\n<div class=\"wp-block-uagb-image uagb-block-b49956a8 wp-block-uagb-image--layout-default wp-block-uagb-image--effect-static wp-block-uagb-image--align-none\"><figure class=\"wp-block-uagb-image__figure\"><img srcset=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/red-rose-1024x683.jpg \" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/red-rose-1024x683.jpg\" alt=\"\" class=\"uag-image-834\" width=\"\" height=\"\" title=\"\" loading=\"lazy\"/></figure></div>\n<!-- /wp:uagb/image -->\n\n<!-- wp:uagb/image {\"block_id\":\"65ed3853\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/gallery-6.jpg\",\"id\":110,\"linkDestination\":\"none\",\"naturalWidth\":388,\"naturalHeight\":240,\"sizeSlug\":\"full\",\"sizeSlugTablet\":\"full\",\"sizeSlugMobile\":\"full\"} -->\n<div class=\"wp-block-uagb-image uagb-block-65ed3853 wp-block-uagb-image--layout-default wp-block-uagb-image--effect-static wp-block-uagb-image--align-none\"><figure class=\"wp-block-uagb-image__figure\"><img srcset=\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/gallery-6.jpg \" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/gallery-6.jpg\" alt=\"\" class=\"uag-image-110\" width=\"\" height=\"\" title=\"\" loading=\"lazy\"/></figure></div>\n<!-- /wp:uagb/image --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"a1c78d46\",\"widthDesktop\":67,\"variationSelected\":true,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-a1c78d46\"><!-- wp:uagb/image {\"block_id\":\"9b70f8a4\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-14.jpg\",\"id\":835,\"linkDestination\":\"none\",\"widthTablet\":780,\"heightTablet\":0,\"naturalWidth\":1000,\"naturalHeight\":667,\"sizeSlug\":\"full\",\"sizeSlugTablet\":\"full\",\"sizeSlugMobile\":\"full\",\"customHeightSetDesktop\":true} -->\n<div class=\"wp-block-uagb-image uagb-block-9b70f8a4 wp-block-uagb-image--layout-default wp-block-uagb-image--effect-static wp-block-uagb-image--align-none\"><figure class=\"wp-block-uagb-image__figure\"><img srcset=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-14.jpg \" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-14.jpg\" alt=\"\" class=\"uag-image-835\" width=\"\" height=\"\" title=\"\" loading=\"lazy\"/></figure></div>\n<!-- /wp:uagb/image --></div>\n<!-- /wp:uagb/container --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"5178624a\",\"directionDesktop\":\"row\",\"alignItemsDesktop\":\"flex-start\",\"topMarginDesktop\":24,\"bottomMarginDesktop\":0,\"leftMarginDesktop\":0,\"rightMarginDesktop\":0,\"topMarginTablet\":20,\"bottomMarginTablet\":0,\"leftMarginTablet\":0,\"rightMarginTablet\":0,\"topMarginMobile\":24,\"bottomMarginMobile\":0,\"leftMarginMobile\":0,\"rightMarginMobile\":0,\"marginLink\":false,\"variationSelected\":true,\"columnGapDesktop\":24,\"columnGapTablet\":20} -->\n<div class=\"wp-block-uagb-container uagb-block-5178624a\"><!-- wp:uagb/container {\"block_id\":\"18d83f59\",\"widthDesktop\":67,\"variationSelected\":true,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-18d83f59\"><!-- wp:uagb/image {\"block_id\":\"44c10bb5\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-8-1024x678.jpg\",\"id\":837,\"linkDestination\":\"none\",\"naturalWidth\":1024,\"naturalHeight\":678,\"sizeSlug\":\"large\",\"sizeSlugTablet\":\"large\",\"sizeSlugMobile\":\"large\",\"customHeightSetDesktop\":true} -->\n<div class=\"wp-block-uagb-image uagb-block-44c10bb5 wp-block-uagb-image--layout-default wp-block-uagb-image--effect-static wp-block-uagb-image--align-none\"><figure class=\"wp-block-uagb-image__figure\"><img srcset=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-8-1024x678.jpg \" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-8-1024x678.jpg\" alt=\"\" class=\"uag-image-837\" width=\"\" height=\"\" title=\"\" loading=\"lazy\"/></figure></div>\n<!-- /wp:uagb/image --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"8ac0ca05\",\"widthDesktop\":32,\"variationSelected\":true,\"rowGapDesktop\":24,\"rowGapTablet\":20,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-8ac0ca05\"><!-- wp:uagb/image {\"block_id\":\"43aadb08\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/49g.jpg\",\"id\":838,\"linkDestination\":\"none\",\"naturalWidth\":650,\"naturalHeight\":450,\"sizeSlug\":\"full\",\"sizeSlugTablet\":\"full\",\"sizeSlugMobile\":\"full\"} -->\n<div class=\"wp-block-uagb-image uagb-block-43aadb08 wp-block-uagb-image--layout-default wp-block-uagb-image--effect-static wp-block-uagb-image--align-none\"><figure class=\"wp-block-uagb-image__figure\"><img srcset=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/49g.jpg \" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/49g.jpg\" alt=\"\" class=\"uag-image-838\" width=\"\" height=\"\" title=\"\" loading=\"lazy\"/></figure></div>\n<!-- /wp:uagb/image -->\n\n<!-- wp:uagb/image {\"block_id\":\"98999c17\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-country-lodge-1-1024x576.jpg\",\"id\":839,\"linkDestination\":\"none\",\"naturalWidth\":1024,\"naturalHeight\":576,\"sizeSlug\":\"large\",\"sizeSlugTablet\":\"large\",\"sizeSlugMobile\":\"large\"} -->\n<div class=\"wp-block-uagb-image uagb-block-98999c17 wp-block-uagb-image--layout-default wp-block-uagb-image--effect-static wp-block-uagb-image--align-none\"><figure class=\"wp-block-uagb-image__figure\"><img srcset=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-country-lodge-1-1024x576.jpg \" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-country-lodge-1-1024x576.jpg\" alt=\"\" class=\"uag-image-839\" width=\"\" height=\"\" title=\"\" loading=\"lazy\"/></figure></div>\n<!-- /wp:uagb/image --></div>\n<!-- /wp:uagb/container --></div>\n<!-- /wp:uagb/container --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"2c1d068f\",\"backgroundType\":\"color\",\"backgroundSizeTablet\":\"cover\",\"backgroundSizeMobile\":\"cover\",\"backgroundColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"topPaddingDesktop\":40,\"bottomPaddingDesktop\":104,\"leftPaddingDesktop\":40,\"rightPaddingDesktop\":40,\"topPaddingTablet\":80,\"bottomPaddingTablet\":80,\"leftPaddingTablet\":40,\"rightPaddingTablet\":40,\"topPaddingMobile\":64,\"bottomPaddingMobile\":64,\"leftPaddingMobile\":24,\"rightPaddingMobile\":24,\"paddingLink\":false,\"variationSelected\":true,\"rowGapDesktop\":0,\"isBlockRootParent\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-2c1d068f alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/advanced-heading {\"block_id\":\"301e6a08\",\"classMigrate\":true,\"headingDescToggle\":true,\"headingAlign\":\"center\",\"headingAlignMobile\":\"left\",\"subHeadingColor\":\"\",\"headSpace\":20,\"subHeadFontSize\":16,\"blockBottomPadding\":20} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-301e6a08\"><h2 class=\"uagb-heading-text\">What Our Guests Say​</h2><p class=\"uagb-desc-text\">We take pride in serving our guests the best experience. </p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/container {\"block_id\":\"f560086b\",\"directionDesktop\":\"row\",\"topMarginDesktop\":40,\"bottomMarginDesktop\":0,\"leftMarginDesktop\":0,\"rightMarginDesktop\":0,\"marginLink\":false,\"variationSelected\":true,\"rowGapMobile\":40,\"columnGapDesktop\":90} -->\n<div class=\"wp-block-uagb-container uagb-block-f560086b\"><!-- wp:uagb/container {\"block_id\":\"0e2680a0\",\"widthDesktop\":50,\"variationSelected\":true,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-0e2680a0\"><!-- wp:uagb/testimonial {\"test_item_count\":1,\"classMigrate\":true,\"test_block\":[{\"description\":\"\\u0022Thank you for a most enjoyable weekend stay and for making our anniversary so special.  Thank you for your kind and lovely friendship which we really appreciate!!!\\u0022​\",\"name\":\"\\u003cstrong\\u003eBrenda and Theuns\\u003c/strong\\u003e\",\"company\":\"\",\"image\":{\"id\":119,\"title\":\"testimonial1\",\"filename\":\"testimonial1.jpg\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/testimonial1.jpg\",\"link\":\"https://blueroan.netgen.cloud/testimonial1/\",\"alt\":\"\",\"author\":\"34\",\"description\":\"\",\"caption\":\"\",\"name\":\"testimonial1\",\"status\":\"inherit\",\"uploadedTo\":0,\"date\":\"2021-05-11T05:02:02.000Z\",\"modified\":\"2021-05-11T05:02:02.000Z\",\"menuOrder\":0,\"mime\":\"image/jpeg\",\"type\":\"image\",\"subtype\":\"jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/default.png\",\"dateFormatted\":\"May 11, 2021\",\"nonces\":{\"update\":\"b92fe40c3d\",\"delete\":\"643c1eb8f1\",\"edit\":\"d3e7d56b1d\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=119\\u0026action=edit\",\"meta\":false,\"authorName\":\"Rishabh\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/user-edit.php?user_id=34\",\"filesizeInBytes\":11264,\"filesizeHumanReadable\":\"11 KB\",\"context\":\"\",\"height\":250,\"width\":250,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/testimonial1-150x150.jpg\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/testimonial1.jpg\",\"height\":250,\"width\":250,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}}}],\"headingAlign\":\"left\",\"headingAlignTablet\":\"left\",\"headingAlignMobile\":\"left\",\"descColor\":\"var(\\u002d\\u002dast-global-color-3)\",\"nameFontSize\":14,\"nameLineHeight\":1,\"descFontSize\":16,\"descFontWeight\":\"600\",\"nameSpace\":1,\"block_id\":\"a64fc8c8\",\"iconImage\":{\"url\":\"\",\"alt\":\"InfoBox placeholder img\"},\"imageWidth\":32,\"columnGap\":1,\"borderStyle\":\"\",\"paddingTop\":0,\"paddingBottom\":0,\"paddingLeft\":0,\"paddingRight\":0,\"spacingLink\":true,\"imgpaddingTop\":0,\"imgpaddingRight\":15,\"imgpaddingBottom\":0,\"imgpaddingLeft\":0,\"overallBorderStyle\":\"none\",\"imgTagHeight\":32,\"imgTagWidth\":150} -->\n<div class=\"wp-block-uagb-testimonial uagb-slick-carousel uagb-tm__arrow-outside uagb-block-a64fc8c8 uagb-post__carousel_notset uagb-post__carousel_notset-tablet uagb-post__carousel_notset-mobile\"><div class=\"is-carousel uagb-tm__columns-1 uagb-tm__items\"><div class=\"uagb-testimonial__wrap  uagb-tm__imgicon-style-circle uagb-tm__image-position-bottom uagb-tm__bg-type-none \"><div class=\"uagb-tm__content\"><div class=\"uagb-tm__overlay\"></div><div class=\"uagb-tm__text-wrap\"><div class=\"uagb-tm__desc\">\"Thank you for a most enjoyable weekend stay and for making our anniversary so special.  Thank you for your kind and lovely friendship which we really appreciate!!!\"​</div><div class=\"uagb-tm__meta-inner\"><div class=\"uagb-tm__image-content\"><div class=\"uagb-tm__image\"><img class=\"uagb-tm-img-src\" src=\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/testimonial1-150x150.jpg\" alt=\"\" width=\"32\" height=\"32\" loading=\"lazy\"/></div></div><div class=\"uagb-testimonial-details\"><span class=\"uagb-tm__author-name\"><strong>Brenda and Theuns</strong></span><span class=\"uagb-tm__company\"></span></div></div></div></div></div></div></div>\n<!-- /wp:uagb/testimonial -->\n\n<!-- wp:uagb/testimonial {\"test_item_count\":1,\"classMigrate\":true,\"test_block\":[{\"description\":\"\\u0022Breaking away from city life and coming out to a most wonderful romantic weekend away.  The unit is so comfortable.  Thank you for your great hospitality - we had an awesome time here.  Go well - with love\\u0022​\",\"name\":\"\\u003cstrong\\u003e\\u003cstrong\\u003e\\u003cstrong\\u003eLiz \\u0026amp; Eddie\\u003c/strong\\u003e\\u003c/strong\\u003e\\u003c/strong\\u003e\",\"company\":\"\",\"image\":{\"id\":122,\"title\":\"testimonial4\",\"filename\":\"testimonial4.jpg\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/testimonial4.jpg\",\"link\":\"https://blueroan.netgen.cloud/testimonial4/\",\"alt\":\"\",\"author\":\"34\",\"description\":\"\",\"caption\":\"\",\"name\":\"testimonial4\",\"status\":\"inherit\",\"uploadedTo\":0,\"date\":\"2021-05-11T05:02:06.000Z\",\"modified\":\"2021-05-11T05:02:06.000Z\",\"menuOrder\":0,\"mime\":\"image/jpeg\",\"type\":\"image\",\"subtype\":\"jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/default.png\",\"dateFormatted\":\"May 11, 2021\",\"nonces\":{\"update\":\"4e34860add\",\"delete\":\"9e126a55cd\",\"edit\":\"33ffd3c040\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=122\\u0026action=edit\",\"meta\":false,\"authorName\":\"Rishabh\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/user-edit.php?user_id=34\",\"filesizeInBytes\":16584,\"filesizeHumanReadable\":\"16 KB\",\"context\":\"\",\"height\":250,\"width\":250,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/testimonial4-150x150.jpg\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/testimonial4.jpg\",\"height\":250,\"width\":250,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}}}],\"headingAlign\":\"left\",\"headingAlignTablet\":\"left\",\"headingAlignMobile\":\"left\",\"descColor\":\"var(\\u002d\\u002dast-global-color-3)\",\"nameFontSize\":14,\"nameLineHeight\":1,\"descFontSize\":16,\"descFontWeight\":\"600\",\"nameSpace\":1,\"block_id\":\"a35aca7b\",\"iconImage\":{\"url\":\"\",\"alt\":\"InfoBox placeholder img\"},\"imageWidth\":32,\"columnGap\":1,\"borderStyle\":\"\",\"paddingTop\":0,\"paddingBottom\":0,\"paddingLeft\":0,\"paddingRight\":0,\"spacingLink\":true,\"imgpaddingTop\":0,\"imgpaddingRight\":15,\"imgpaddingBottom\":0,\"imgpaddingLeft\":0,\"overallBorderStyle\":\"none\",\"imgTagHeight\":32,\"imgTagWidth\":150} -->\n<div class=\"wp-block-uagb-testimonial uagb-slick-carousel uagb-tm__arrow-outside uagb-block-a35aca7b uagb-post__carousel_notset uagb-post__carousel_notset-tablet uagb-post__carousel_notset-mobile\"><div class=\"is-carousel uagb-tm__columns-1 uagb-tm__items\"><div class=\"uagb-testimonial__wrap  uagb-tm__imgicon-style-circle uagb-tm__image-position-bottom uagb-tm__bg-type-none \"><div class=\"uagb-tm__content\"><div class=\"uagb-tm__overlay\"></div><div class=\"uagb-tm__text-wrap\"><div class=\"uagb-tm__desc\">\"Breaking away from city life and coming out to a most wonderful romantic weekend away.  The unit is so comfortable.  Thank you for your great hospitality - we had an awesome time here.  Go well - with love\"​</div><div class=\"uagb-tm__meta-inner\"><div class=\"uagb-tm__image-content\"><div class=\"uagb-tm__image\"><img class=\"uagb-tm-img-src\" src=\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/testimonial4-150x150.jpg\" alt=\"\" width=\"32\" height=\"32\" loading=\"lazy\"/></div></div><div class=\"uagb-testimonial-details\"><span class=\"uagb-tm__author-name\"><strong><strong><strong>Liz &amp; Eddie</strong></strong></strong></span><span class=\"uagb-tm__company\"></span></div></div></div></div></div></div></div>\n<!-- /wp:uagb/testimonial --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"b2978241\",\"widthDesktop\":50,\"variationSelected\":true,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-b2978241\"><!-- wp:uagb/testimonial {\"test_item_count\":1,\"classMigrate\":true,\"test_block\":[{\"description\":\"\\u0022Judy, what a wonderful place you have here - we were so delighted to spend the weekend here, so tranquil, peaceful, and beautiful. You made us feel right at home. Definitely a place worth 5 stars! Go well.\\u0022​\",\"name\":\"\\u003cstrong\\u003e\\u003cstrong\\u003eBrian\\u003c/strong\\u003e\\u003c/strong\\u003e \\u003cstrong\\u003e\\u003cstrong\\u003e\\u003cstrong\\u003eand \\u003cstrong\\u003eMariska\\u003c/strong\\u003e\\u003c/strong\\u003e\\u003cbr\\u003e\\u003c/strong\\u003e\\u003c/strong\\u003e\",\"company\":\"\",\"image\":{\"id\":120,\"title\":\"testimonial2\",\"filename\":\"testimonial2.jpg\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/testimonial2.jpg\",\"link\":\"https://blueroan.netgen.cloud/testimonial2/\",\"alt\":\"\",\"author\":\"34\",\"description\":\"\",\"caption\":\"\",\"name\":\"testimonial2\",\"status\":\"inherit\",\"uploadedTo\":0,\"date\":\"2021-05-11T05:02:03.000Z\",\"modified\":\"2021-05-11T05:02:03.000Z\",\"menuOrder\":0,\"mime\":\"image/jpeg\",\"type\":\"image\",\"subtype\":\"jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/default.png\",\"dateFormatted\":\"May 11, 2021\",\"nonces\":{\"update\":\"1ee6412858\",\"delete\":\"4414a2ccbf\",\"edit\":\"bde7b1f490\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=120\\u0026action=edit\",\"meta\":false,\"authorName\":\"Rishabh\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/user-edit.php?user_id=34\",\"filesizeInBytes\":10087,\"filesizeHumanReadable\":\"10 KB\",\"context\":\"\",\"height\":250,\"width\":250,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/testimonial2-150x150.jpg\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/testimonial2.jpg\",\"height\":250,\"width\":250,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}}}],\"headingAlign\":\"left\",\"headingAlignTablet\":\"left\",\"headingAlignMobile\":\"left\",\"descColor\":\"var(\\u002d\\u002dast-global-color-3)\",\"nameFontSize\":14,\"nameLineHeight\":1,\"descFontSize\":16,\"descFontWeight\":\"600\",\"nameSpace\":1,\"block_id\":\"e0e30409\",\"iconImage\":{\"url\":\"\",\"alt\":\"InfoBox placeholder img\"},\"imageWidth\":32,\"columnGap\":1,\"borderStyle\":\"\",\"paddingTop\":0,\"paddingBottom\":0,\"paddingLeft\":0,\"paddingRight\":0,\"spacingLink\":true,\"imgpaddingTop\":0,\"imgpaddingRight\":15,\"imgpaddingBottom\":0,\"imgpaddingLeft\":0,\"overallBorderStyle\":\"none\",\"imgTagHeight\":32,\"imgTagWidth\":150} -->\n<div class=\"wp-block-uagb-testimonial uagb-slick-carousel uagb-tm__arrow-outside uagb-block-e0e30409 uagb-post__carousel_notset uagb-post__carousel_notset-tablet uagb-post__carousel_notset-mobile\"><div class=\"is-carousel uagb-tm__columns-1 uagb-tm__items\"><div class=\"uagb-testimonial__wrap  uagb-tm__imgicon-style-circle uagb-tm__image-position-bottom uagb-tm__bg-type-none \"><div class=\"uagb-tm__content\"><div class=\"uagb-tm__overlay\"></div><div class=\"uagb-tm__text-wrap\"><div class=\"uagb-tm__desc\">\"Judy, what a wonderful place you have here - we were so delighted to spend the weekend here, so tranquil, peaceful, and beautiful. You made us feel right at home. Definitely a place worth 5 stars! Go well.\"​</div><div class=\"uagb-tm__meta-inner\"><div class=\"uagb-tm__image-content\"><div class=\"uagb-tm__image\"><img class=\"uagb-tm-img-src\" src=\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/testimonial2-150x150.jpg\" alt=\"\" width=\"32\" height=\"32\" loading=\"lazy\"/></div></div><div class=\"uagb-testimonial-details\"><span class=\"uagb-tm__author-name\"><strong><strong>Brian</strong></strong> <strong><strong><strong>and <strong>Mariska</strong></strong><br></strong></strong></span><span class=\"uagb-tm__company\"></span></div></div></div></div></div></div></div>\n<!-- /wp:uagb/testimonial -->\n\n<!-- wp:uagb/testimonial {\"test_item_count\":1,\"classMigrate\":true,\"test_block\":[{\"description\":\"\\u0022Thank you for the most wonderful time, Judy!  This was the most peaceful and perfect place to get engaged!  We will most certainly be back!!!  Your hospitality cannot be topped!\\u0022​\",\"name\":\"\\u003cstrong\\u003e\\u003cstrong\\u003e\\u003cstrong\\u003e\\u003cstrong\\u003eBrett and Kelly\\u003c/strong\\u003e\\u003c/strong\\u003e\\u003c/strong\\u003e\\u003c/strong\\u003e\",\"company\":\"\",\"image\":{\"id\":121,\"title\":\"testimonial3\",\"filename\":\"testimonial3.jpg\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/testimonial3.jpg\",\"link\":\"https://blueroan.netgen.cloud/testimonial3/\",\"alt\":\"\",\"author\":\"34\",\"description\":\"\",\"caption\":\"\",\"name\":\"testimonial3\",\"status\":\"inherit\",\"uploadedTo\":0,\"date\":\"2021-05-11T05:02:05.000Z\",\"modified\":\"2021-05-11T05:02:05.000Z\",\"menuOrder\":0,\"mime\":\"image/jpeg\",\"type\":\"image\",\"subtype\":\"jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/default.png\",\"dateFormatted\":\"May 11, 2021\",\"nonces\":{\"update\":\"290653da5d\",\"delete\":\"90a4fb2d63\",\"edit\":\"ff8a64e56e\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=121\\u0026action=edit\",\"meta\":false,\"authorName\":\"Rishabh\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/user-edit.php?user_id=34\",\"filesizeInBytes\":8748,\"filesizeHumanReadable\":\"9 KB\",\"context\":\"\",\"height\":250,\"width\":250,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/testimonial3-150x150.jpg\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/testimonial3.jpg\",\"height\":250,\"width\":250,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}}}],\"headingAlign\":\"left\",\"headingAlignTablet\":\"left\",\"headingAlignMobile\":\"left\",\"descColor\":\"var(\\u002d\\u002dast-global-color-3)\",\"nameFontSize\":14,\"nameLineHeight\":1,\"descFontSize\":16,\"descFontWeight\":\"600\",\"nameSpace\":1,\"block_id\":\"4645b25e\",\"iconImage\":{\"url\":\"\",\"alt\":\"InfoBox placeholder img\"},\"imageWidth\":32,\"columnGap\":1,\"borderStyle\":\"\",\"paddingTop\":0,\"paddingBottom\":0,\"paddingLeft\":0,\"paddingRight\":0,\"spacingLink\":true,\"imgpaddingTop\":0,\"imgpaddingRight\":15,\"imgpaddingBottom\":0,\"imgpaddingLeft\":0,\"overallBorderStyle\":\"none\",\"imgTagHeight\":32,\"imgTagWidth\":150} -->\n<div class=\"wp-block-uagb-testimonial uagb-slick-carousel uagb-tm__arrow-outside uagb-block-4645b25e uagb-post__carousel_notset uagb-post__carousel_notset-tablet uagb-post__carousel_notset-mobile\"><div class=\"is-carousel uagb-tm__columns-1 uagb-tm__items\"><div class=\"uagb-testimonial__wrap  uagb-tm__imgicon-style-circle uagb-tm__image-position-bottom uagb-tm__bg-type-none \"><div class=\"uagb-tm__content\"><div class=\"uagb-tm__overlay\"></div><div class=\"uagb-tm__text-wrap\"><div class=\"uagb-tm__desc\">\"Thank you for the most wonderful time, Judy!  This was the most peaceful and perfect place to get engaged!  We will most certainly be back!!!  Your hospitality cannot be topped!\"​</div><div class=\"uagb-tm__meta-inner\"><div class=\"uagb-tm__image-content\"><div class=\"uagb-tm__image\"><img class=\"uagb-tm-img-src\" src=\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/testimonial3-150x150.jpg\" alt=\"\" width=\"32\" height=\"32\" loading=\"lazy\"/></div></div><div class=\"uagb-testimonial-details\"><span class=\"uagb-tm__author-name\"><strong><strong><strong><strong>Brett and Kelly</strong></strong></strong></strong></span><span class=\"uagb-tm__company\"></span></div></div></div></div></div></div></div>\n<!-- /wp:uagb/testimonial --></div>\n<!-- /wp:uagb/container --></div>\n<!-- /wp:uagb/container --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"912bedfc\",\"innerContentCustomWidthDesktop\":781,\"innerContentCustomWidthTablet\":781,\"backgroundType\":\"image\",\"backgroundImageDesktop\":{\"id\":809,\"title\":\"26759994757_767d9794fd_b\",\"filename\":\"26759994757_767d9794fd_b.jpg\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/26759994757_767d9794fd_b.jpg\",\"link\":\"https://blueroan.netgen.cloud/?attachment_id=809\",\"alt\":\"\",\"author\":\"2\",\"description\":\"\",\"caption\":\"\",\"name\":\"26759994757_767d9794fd_b\",\"status\":\"inherit\",\"uploadedTo\":805,\"date\":\"2022-12-13T09:51:53.000Z\",\"modified\":\"2022-12-13T09:51:53.000Z\",\"menuOrder\":0,\"mime\":\"image/jpeg\",\"type\":\"image\",\"subtype\":\"jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-includes/images/media/default.png\",\"dateFormatted\":\"December 13, 2022\",\"nonces\":{\"update\":\"39b5c0eef1\",\"delete\":\"fde92abd83\",\"edit\":\"3923face9e\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=809\\u0026action=edit\",\"meta\":false,\"authorName\":\"Netgen Support\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/profile.php\",\"uploadedToTitle\":\"Magaliesburg\",\"uploadedToLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=805\\u0026action=edit\",\"filesizeInBytes\":143610,\"filesizeHumanReadable\":\"140 KB\",\"context\":\"\",\"height\":683,\"width\":1024,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/26759994757_767d9794fd_b-150x150.jpg\",\"orientation\":\"landscape\"},\"medium\":{\"height\":200,\"width\":300,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/26759994757_767d9794fd_b-300x200.jpg\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/26759994757_767d9794fd_b.jpg\",\"height\":683,\"width\":1024,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"backgroundImageColor\":\"rgba(42,42,42,0.65)\",\"topPaddingDesktop\":144,\"bottomPaddingDesktop\":144,\"leftPaddingDesktop\":40,\"rightPaddingDesktop\":40,\"topPaddingTablet\":80,\"bottomPaddingTablet\":80,\"leftPaddingTablet\":40,\"rightPaddingTablet\":40,\"topPaddingMobile\":64,\"bottomPaddingMobile\":64,\"leftPaddingMobile\":24,\"rightPaddingMobile\":24,\"paddingLink\":false,\"variationSelected\":true,\"isBlockRootParent\":true,\"overlayType\":\"color\"} -->\n<div class=\"wp-block-uagb-container uagb-block-912bedfc alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/advanced-heading {\"block_id\":\"a4baea95\",\"classMigrate\":true,\"headingDescToggle\":true,\"headingAlign\":\"center\",\"headingColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"subHeadingColor\":\"var(\\u002d\\u002dast-global-color-4)\",\"headSpace\":20} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-a4baea95\"><h2 class=\"uagb-heading-text\">Plan an Unforgettable Experience at Blue Roan!</h2><p class=\"uagb-desc-text\">Blue Roan is a 4-star graded pet-friendly venue</p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/advanced-heading {\"block_id\":\"8c833103\",\"classMigrate\":true,\"headingTitleToggle\":false,\"headingDescToggle\":true,\"headingAlign\":\"center\",\"subHeadingColor\":\"var(\\u002d\\u002dast-global-color-4)\",\"subHeadTransform\":\"uppercase\",\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"subHeadLetterSpacing\":2,\"blockTopPadding\":60,\"blockRightPadding\":0,\"blockLeftPadding\":0,\"blockBottomPadding\":0,\"blockTopPaddingMobile\":30,\"blockRightPaddingMobile\":0,\"blockLeftPaddingMobile\":0,\"blockBottomPaddingMobile\":0} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-8c833103\"><p class=\"uagb-desc-text\">BOOK YOUR STAY NOW​</p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/icon-list {\"block_id\":\"a021ff72\",\"classMigrate\":true,\"childMigrate\":true,\"align\":\"center\",\"parentIcon\":\"phone\",\"size\":40,\"sizeMobile\":24,\"sizeTablet\":32,\"fontSize\":48,\"fontSizeMobile\":28,\"fontSizeTablet\":40,\"fontWeight\":\"600\",\"iconColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"labelColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"blockTopPadding\":0,\"blockRightPadding\":0,\"blockLeftPadding\":0,\"blockBottomPadding\":24,\"blockPaddingLink\":false} -->\n<div class=\"wp-block-uagb-icon-list uagb-block-a021ff72\"><div class=\"uagb-icon-list__wrap\"><!-- wp:uagb/icon-list-child {\"block_id\":\"e73c611f\",\"label\":\" + 27 (0) 82 575 5409\",\"label_color\":\"\",\"link\":\"tel:+27825755409\",\"disableLink\":true,\"fromParentIcon\":\"phone\",\"imageSizeChild\":40} -->\n<div class=\"wp-block-uagb-icon-list-child uagb-block-e73c611f\"><a target=\"_self\" aria-label=\" + 27 (0) 82 575 5409\" rel=\"noopener noreferrer\" href=\"tel:+27825755409\"> </a><span class=\"uagb-icon-list__source-wrap\"><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M511.2 387l-23.25 100.8c-3.266 14.25-15.79 24.22-30.46 24.22C205.2 512 0 306.8 0 54.5c0-14.66 9.969-27.2 24.22-30.45l100.8-23.25C139.7-2.602 154.7 5.018 160.8 18.92l46.52 108.5c5.438 12.78 1.77 27.67-8.98 36.45L144.5 207.1c33.98 69.22 90.26 125.5 159.5 159.5l44.08-53.8c8.688-10.78 23.69-14.51 36.47-8.975l108.5 46.51C506.1 357.2 514.6 372.4 511.2 387z\"></path></svg></span><span class=\"uagb-icon-list__label\"> + 27 (0) 82 575 5409</span></div>\n<!-- /wp:uagb/icon-list-child -->\n\n<!-- wp:uagb/icon-list-child {\"block_id\":\"18596846\",\"label\":\"blueroan@ugo.co.za\",\"icon\":\"envelope\",\"label_color\":\"\",\"fromParentIcon\":\"phone\",\"imageSizeChild\":40} -->\n<div class=\"wp-block-uagb-icon-list-child uagb-block-18596846\"><span class=\"uagb-icon-list__source-wrap\"><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M464 64C490.5 64 512 85.49 512 112C512 127.1 504.9 141.3 492.8 150.4L275.2 313.6C263.8 322.1 248.2 322.1 236.8 313.6L19.2 150.4C7.113 141.3 0 127.1 0 112C0 85.49 21.49 64 48 64H464zM217.6 339.2C240.4 356.3 271.6 356.3 294.4 339.2L512 176V384C512 419.3 483.3 448 448 448H64C28.65 448 0 419.3 0 384V176L217.6 339.2z\"></path></svg></span><span class=\"uagb-icon-list__label\">blueroan@ugo.co.za</span></div>\n<!-- /wp:uagb/icon-list-child --></div></div>\n<!-- /wp:uagb/icon-list --></div></div>\n<!-- /wp:uagb/container -->',	'Home',	'',	'inherit',	'closed',	'closed',	'',	'760-revision-v1',	'',	'',	'2022-12-13 12:07:31',	'2022-12-13 12:07:31',	'',	760,	'https://blueroan.netgen.cloud/?p=844',	0,	'revision',	'',	0),
(845,	2,	'2022-12-13 12:07:48',	'2022-12-13 12:07:48',	'<!-- wp:uagb/container {\"block_id\":\"f4acb425\",\"minHeightDesktop\":95,\"minHeightTablet\":70,\"minHeightMobile\":80,\"minHeightType\":\"vh\",\"alignItemsDesktop\":\"flex-start\",\"backgroundType\":\"image\",\"backgroundImageDesktop\":{\"uploading\":false,\"date\":1670921854000,\"filename\":\"Blue-Roan-pool.jpg\",\"menuOrder\":0,\"uploadedTo\":760,\"type\":\"image\",\"subtype\":\"jpeg\",\"id\":784,\"title\":\"Blue Roan - pool\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Blue-Roan-pool.jpg\",\"link\":\"https://blueroan.netgen.cloud/home/blue-roan-pool/\",\"alt\":\"\",\"author\":\"2\",\"description\":\"\",\"caption\":\"\",\"name\":\"blue-roan-pool\",\"status\":\"inherit\",\"modified\":1670921854000,\"mime\":\"image/jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-includes/images/media/default.png\",\"dateFormatted\":\"December 13, 2022\",\"nonces\":{\"update\":\"51a12ed09e\",\"delete\":\"5174068551\",\"edit\":\"1de0721407\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=784\\u0026action=edit\",\"meta\":false,\"authorName\":\"Netgen Support\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/profile.php\",\"uploadedToTitle\":\"Home\",\"uploadedToLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=760\\u0026action=edit\",\"filesizeInBytes\":154801,\"filesizeHumanReadable\":\"151 KB\",\"context\":\"\",\"height\":667,\"width\":1000,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Blue-Roan-pool-150x150.jpg\",\"orientation\":\"landscape\"},\"medium\":{\"height\":200,\"width\":300,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Blue-Roan-pool-300x200.jpg\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Blue-Roan-pool.jpg\",\"height\":667,\"width\":1000,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"backgroundPositionDesktop\":{\"x\":0.5,\"y\":0.25},\"backgroundImageColor\":\"rgba(42,42,42,0.35)\",\"topPaddingDesktop\":0,\"bottomPaddingDesktop\":0,\"leftPaddingDesktop\":40,\"rightPaddingDesktop\":40,\"topPaddingTablet\":120,\"bottomPaddingTablet\":120,\"leftPaddingTablet\":40,\"rightPaddingTablet\":40,\"topPaddingMobile\":150,\"bottomPaddingMobile\":150,\"leftPaddingMobile\":20,\"rightPaddingMobile\":20,\"paddingLink\":false,\"variationSelected\":true,\"isBlockRootParent\":true,\"overlayType\":\"color\",\"minHeightTypeTablet\":\"vh\",\"minHeightTypeMobile\":\"vh\"} -->\n<div class=\"wp-block-uagb-container uagb-block-f4acb425 alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/info-box {\"classMigrate\":true,\"headingAlign\":\"left\",\"headingColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"subHeadingColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"headingTag\":\"h1\",\"subHeadFontSize\":17,\"subHeadFontSizeMobile\":15,\"headSpace\":20,\"subHeadSpace\":40,\"block_id\":\"5c6f4e00\",\"ctaIcon\":\"\",\"ctaType\":\"button\",\"ctaText\":\"Book Your Stay Now\",\"ctaLink\":\"#\",\"ctaBtnLinkColor\":\"var(\\u002d\\u002dast-global-color-2)\",\"ctaLinkHoverColor\":\"var(\\u002d\\u002dast-global-color-2)\",\"ctaBgColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"ctaBgHoverColor\":\"var(\\u002d\\u002dast-global-color-4)\",\"ctaBorderColor\":\"\",\"ctaBorderStyle\":\"\",\"ctaBorderWidth\":\"\",\"ctaBorderRadius\":\"\",\"iconImage\":{\"url\":\"\",\"alt\":\"InfoBox placeholder img\"},\"showIcon\":false,\"paddingBtnTop\":18,\"paddingBtnBottom\":18,\"paddingBtnLeft\":34,\"paddingBtnRight\":34,\"blockTopPadding\":0,\"blockRightPadding\":40,\"blockLeftPadding\":0,\"blockBottomPadding\":0,\"blockTopPaddingTablet\":0,\"blockRightPaddingTablet\":64,\"blockLeftPaddingTablet\":0,\"blockBottomPaddingTablet\":0,\"blockTopPaddingMobile\":0,\"blockRightPaddingMobile\":0,\"blockLeftPaddingMobile\":0,\"blockBottomPaddingMobile\":0,\"blockPaddingUnit\":\"%\",\"blockPaddingLink\":false,\"subHeadMarginTopTablet\":0,\"subHeadMarginRightTablet\":64,\"subHeadTabletSpace\":40,\"subHeadMarginLeftTablet\":0,\"subHeadMarginTopMobile\":0,\"subHeadMarginRightMobile\":0,\"subHeadMobileSpace\":40,\"subHeadMarginLeftMobile\":0,\"btnBorderTopWidth\":1,\"btnBorderLeftWidth\":1,\"btnBorderRightWidth\":1,\"btnBorderBottomWidth\":1,\"btnBorderTopLeftRadius\":0,\"btnBorderTopRightRadius\":0,\"btnBorderBottomLeftRadius\":0,\"btnBorderBottomRightRadius\":0,\"btnBorderStyle\":\"none\",\"btnBorderColor\":\"#333\"} -->\n<div class=\"wp-block-uagb-info-box uagb-block-5c6f4e00 uagb-infobox__content-wrap  uagb-infobox-icon-above-title uagb-infobox-image-valign-top\"><div class=\"uagb-ifb-content\"><div class=\"uagb-ifb-title-wrap\"><h1 class=\"uagb-ifb-title\"><strong>Magaliesburg pet friendly self-catering accommodation</strong></h1></div><p class=\"uagb-ifb-desc\">Romantic pet-friendly self-catering accommodation in Magaliesburg, Gauteng.</p><div class=\"uagb-ifb-button-wrapper wp-block-button\"><a href=\"#\" class=\"uagb-infobox-cta-link wp-block-button__link\" target=\"_self\" rel=\"noopener noreferrer\" alt=\"\"><span class=\"uagb-inline-editing\">Book Your Stay Now</span></a></div></div></div>\n<!-- /wp:uagb/info-box --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"96bdd497\",\"directionDesktop\":\"row\",\"directionMobile\":\"column-reverse\",\"alignItemsDesktop\":\"flex-start\",\"backgroundType\":\"color\",\"backgroundSizeTablet\":\"cover\",\"backgroundSizeMobile\":\"cover\",\"backgroundColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"topPaddingDesktop\":60,\"bottomPaddingDesktop\":60,\"topPaddingTablet\":80,\"bottomPaddingTablet\":80,\"leftPaddingTablet\":40,\"rightPaddingTablet\":40,\"topPaddingMobile\":64,\"bottomPaddingMobile\":64,\"leftPaddingMobile\":24,\"rightPaddingMobile\":24,\"paddingLink\":false,\"variationSelected\":true,\"columnGapDesktop\":60,\"columnGapTablet\":50,\"isBlockRootParent\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-96bdd497 alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/container {\"block_id\":\"9f486cb6\",\"widthDesktop\":50,\"variationSelected\":true,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-9f486cb6\"><!-- wp:image {\"id\":797,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-13.jpg\" alt=\"\" class=\"wp-image-797\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The Blue Roan Country Lodge is situated just 5 minutes from the village of Magaliesburg on a tar road so easy access for all cars. &nbsp;We have panoramic views of the Magaliesberg mountain range and our farm is the perfect place for a relaxing getaway in the country. &nbsp;As we are only 70 km from JHB and Pretoria, it is only an hour’s drive.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:buttons -->\n<div class=\"wp-block-buttons\"><!-- wp:button -->\n<div class=\"wp-block-button\"><a class=\"wp-block-button__link wp-element-button\" href=\"/accommodation/\">View accomodation</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"45661d01\",\"widthDesktop\":50,\"leftPaddingDesktop\":0,\"paddingLink\":false,\"variationSelected\":true,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-45661d01\"><!-- wp:uagb/advanced-heading {\"block_id\":\"5940fe92\",\"classMigrate\":true,\"headingDescToggle\":true,\"subHeadingColor\":\"\",\"headSpace\":20,\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-5940fe92\"><h2 class=\"uagb-heading-text\"><strong>Blue Roan is a 4-star graded pet-friendly venue</strong></h2><p class=\"uagb-desc-text\">Our goal is to provide high-quality, romantic, comfortable, and affordable self-catering accommodation on the outskirts of the village of &nbsp;Magaliesburg. &nbsp;For animal lovers, we are also&nbsp;pet-friendly&nbsp;by arrangement in most of the units all of which have their own fully fenced and gated private grassy gardens.</p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/image {\"block_id\":\"95a02c36\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/hammock-in-the-garden.jpg\",\"align\":\"left\",\"id\":799,\"linkDestination\":\"none\",\"naturalWidth\":600,\"naturalHeight\":400,\"sizeSlug\":\"full\",\"sizeSlugTablet\":\"full\",\"sizeSlugMobile\":\"full\",\"imageTopMargin\":20,\"imageRightMargin\":0,\"imageLeftMargin\":0,\"imageBottomMargin\":0,\"imageTopMarginMobile\":0,\"imageRightMarginMobile\":0,\"imageLeftMarginMobile\":0,\"imageBottomMarginMobile\":0,\"imageMarginLink\":false} -->\n<div class=\"wp-block-uagb-image uagb-block-95a02c36 wp-block-uagb-image--layout-default wp-block-uagb-image--effect-static wp-block-uagb-image--align-left\"><figure class=\"wp-block-uagb-image__figure\"><img srcset=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/hammock-in-the-garden.jpg \" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/hammock-in-the-garden.jpg\" alt=\"\" class=\"uag-image-799\" width=\"\" height=\"\" title=\"\" loading=\"lazy\"/></figure></div>\n<!-- /wp:uagb/image --></div>\n<!-- /wp:uagb/container --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"08fc4a67\",\"directionDesktop\":\"row\",\"directionMobile\":\"column-reverse\",\"alignItemsDesktop\":\"flex-start\",\"backgroundType\":\"color\",\"backgroundSizeTablet\":\"cover\",\"backgroundSizeMobile\":\"cover\",\"backgroundColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"topPaddingDesktop\":0,\"bottomPaddingDesktop\":0,\"topPaddingTablet\":80,\"bottomPaddingTablet\":80,\"leftPaddingTablet\":40,\"rightPaddingTablet\":40,\"topPaddingMobile\":64,\"bottomPaddingMobile\":64,\"leftPaddingMobile\":24,\"rightPaddingMobile\":24,\"paddingLink\":false,\"variationSelected\":true,\"rowGapDesktop\":0,\"columnGapDesktop\":0,\"columnGapTablet\":50,\"isBlockRootParent\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-08fc4a67 alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:image {\"align\":\"center\",\"id\":794,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image aligncenter size-full\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/210-2108726_too-great-for-us-tourism-grading-council-of-south-5.png\" alt=\"\" class=\"wp-image-794\"/></figure>\n<!-- /wp:image --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"e6617744\",\"backgroundType\":\"color\",\"backgroundSizeTablet\":\"cover\",\"backgroundSizeMobile\":\"cover\",\"backgroundColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"topPaddingDesktop\":50,\"bottomPaddingDesktop\":100,\"topPaddingTablet\":50,\"bottomPaddingTablet\":25,\"leftPaddingTablet\":20,\"rightPaddingTablet\":20,\"topPaddingMobile\":50,\"bottomPaddingMobile\":20,\"leftPaddingMobile\":20,\"rightPaddingMobile\":20,\"paddingLink\":false,\"variationSelected\":true,\"rowGapDesktop\":0,\"isBlockRootParent\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-e6617744 alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/container {\"block_id\":\"c8a85796\",\"directionDesktop\":\"row\",\"alignItemsDesktop\":\"flex-end\",\"alignItemsTablet\":\"flex-end\",\"justifyContentDesktop\":\"flex-end\",\"justifyContentTablet\":\"space-between\",\"variationSelected\":true,\"rowGapMobile\":30,\"columnGapDesktop\":0} -->\n<div class=\"wp-block-uagb-container uagb-block-c8a85796\"><!-- wp:uagb/advanced-heading {\"block_id\":\"c4c2578b\",\"classMigrate\":true,\"headingDescToggle\":true,\"subHeadingColor\":\"\",\"headSpace\":20,\"subHeadFontSize\":16} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-c4c2578b\"><h2 class=\"uagb-heading-text\">Amenities &amp; Interests ​</h2><p class=\"uagb-desc-text\">If you are looking for a relaxing, refreshing and rejuvenating experience altogether, we offer all of that under one roof.</p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/buttons {\"block_id\":\"0eeb359b\",\"classMigrate\":true,\"childMigrate\":true,\"align\":\"right\",\"alignTablet\":\"right\",\"alignMobile\":\"left\",\"gap\":0} -->\n<div class=\"wp-block-uagb-buttons uagb-buttons__outer-wrap uagb-btn__default-btn uagb-btn-tablet__default-btn uagb-btn-mobile__default-btn uagb-block-0eeb359b\"><div class=\"uagb-buttons__wrap uagb-buttons-layout-wrap\"><!-- wp:uagb/buttons-child {\"block_id\":\"48909411\",\"label\":\"View All\",\"link\":\"#\",\"hColor\":\"\",\"borderWidth\":\"\",\"borderRadius\":\"\",\"borderStyle\":\"\",\"borderColor\":\"\",\"borderHColor\":\"\",\"btnBorderTopWidth\":1,\"btnBorderLeftWidth\":1,\"btnBorderRightWidth\":1,\"btnBorderBottomWidth\":1,\"btnBorderTopLeftRadius\":2,\"btnBorderTopRightRadius\":2,\"btnBorderBottomLeftRadius\":2,\"btnBorderBottomRightRadius\":2,\"btnBorderStyle\":\"solid\",\"btnBorderColor\":\"#333\",\"btnBorderHColor\":\"#333\"} -->\n<div class=\"wp-block-uagb-buttons-child uagb-buttons__outer-wrap uagb-block-48909411 wp-block-button is-style-outline\"><div class=\"uagb-button__wrapper\"><a class=\"uagb-buttons-repeater wp-block-button__link\" href=\"#\" rel=\"follow noopener\" target=\"_self\"><div class=\"uagb-button__link\">View All</div></a></div></div>\n<!-- /wp:uagb/buttons-child --></div></div>\n<!-- /wp:uagb/buttons --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"02945d85\",\"directionDesktop\":\"row\",\"alignItemsTablet\":\"flex-start\",\"paddingLink\":false,\"topMarginDesktop\":50,\"bottomMarginDesktop\":20,\"leftMarginDesktop\":0,\"rightMarginDesktop\":0,\"marginLink\":false,\"variationSelected\":true,\"rowGapMobile\":65,\"columnGapDesktop\":48,\"columnGapTablet\":20} -->\n<div class=\"wp-block-uagb-container uagb-block-02945d85\"><!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"align\":\"center\",\"id\":828,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image aligncenter size-full\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Blue-Roan-pool.png\" alt=\"Blue Roan\'s rock pool\" class=\"wp-image-828\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>A relaxing rock Pool​</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>We have a lovely sparkling blue rock pool next to a thatched Lapa. &nbsp;&nbsp;Lie on recliners on the green lawn or sit on the swing chair in the Lapa and enjoy the panoramic view of the Magaliesberg mountain range.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":829,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/img-20160605-wa0002-largejpg.png\" alt=\"\" class=\"wp-image-829\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>Braai facilities </h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>What can compare to a burning fire under the star-lit African sky? Nothing beats the flavor of cooking over an open flame.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":830,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/ef9d0188da11e2bc56788f5619d9d539.png\" alt=\"\" class=\"wp-image-830\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>A games room </h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>The reception is also a games room for those who enjoy darts or playing pool. &nbsp;Take a selection of DVDs back to your room and watch movies on your own DVD player. &nbsp;There is also a selection of board games and music CDs that you can borrow.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div>\n<!-- /wp:uagb/container --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"717a85e3\",\"backgroundType\":\"color\",\"backgroundSizeTablet\":\"cover\",\"backgroundSizeMobile\":\"cover\",\"backgroundColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"bottomPaddingDesktop\":104,\"leftPaddingDesktop\":40,\"rightPaddingDesktop\":40,\"topPaddingTablet\":80,\"bottomPaddingTablet\":80,\"leftPaddingTablet\":40,\"rightPaddingTablet\":40,\"topPaddingMobile\":64,\"bottomPaddingMobile\":64,\"leftPaddingMobile\":24,\"rightPaddingMobile\":24,\"paddingLink\":false,\"variationSelected\":true,\"rowGapDesktop\":0,\"isBlockRootParent\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-717a85e3 alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/advanced-heading {\"block_id\":\"af66f714\",\"classMigrate\":true,\"headingDescToggle\":true,\"headingAlign\":\"center\",\"headingAlignMobile\":\"left\",\"subHeadingColor\":\"\",\"headSpace\":20,\"subHeadFontSize\":16,\"blockBottomPadding\":20} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-af66f714\"><h2 class=\"uagb-heading-text\">Our Inside Pictures​</h2><p class=\"uagb-desc-text\">Take a look at some pretty pictures captured in and around our premises.</p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/container {\"block_id\":\"1e522acb\",\"directionDesktop\":\"row\",\"alignItemsDesktop\":\"flex-start\",\"topMarginDesktop\":20,\"bottomMarginDesktop\":0,\"leftMarginDesktop\":0,\"rightMarginDesktop\":0,\"marginLink\":false,\"variationSelected\":true,\"rowGapMobile\":24,\"columnGapDesktop\":24,\"columnGapTablet\":20} -->\n<div class=\"wp-block-uagb-container uagb-block-1e522acb\"><!-- wp:uagb/container {\"block_id\":\"e38a4a87\",\"widthDesktop\":32,\"variationSelected\":true,\"rowGapDesktop\":24,\"rowGapTablet\":20,\"rowGapMobile\":24,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-e38a4a87\"><!-- wp:uagb/image {\"block_id\":\"b49956a8\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/red-rose-1024x683.jpg\",\"id\":834,\"linkDestination\":\"none\",\"naturalWidth\":1024,\"naturalHeight\":683,\"sizeSlug\":\"large\",\"sizeSlugTablet\":\"large\",\"sizeSlugMobile\":\"large\"} -->\n<div class=\"wp-block-uagb-image uagb-block-b49956a8 wp-block-uagb-image--layout-default wp-block-uagb-image--effect-static wp-block-uagb-image--align-none\"><figure class=\"wp-block-uagb-image__figure\"><img srcset=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/red-rose-1024x683.jpg \" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/red-rose-1024x683.jpg\" alt=\"\" class=\"uag-image-834\" width=\"\" height=\"\" title=\"\" loading=\"lazy\"/></figure></div>\n<!-- /wp:uagb/image -->\n\n<!-- wp:uagb/image {\"block_id\":\"65ed3853\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/gallery-6.jpg\",\"id\":110,\"linkDestination\":\"none\",\"naturalWidth\":388,\"naturalHeight\":240,\"sizeSlug\":\"full\",\"sizeSlugTablet\":\"full\",\"sizeSlugMobile\":\"full\"} -->\n<div class=\"wp-block-uagb-image uagb-block-65ed3853 wp-block-uagb-image--layout-default wp-block-uagb-image--effect-static wp-block-uagb-image--align-none\"><figure class=\"wp-block-uagb-image__figure\"><img srcset=\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/gallery-6.jpg \" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/gallery-6.jpg\" alt=\"\" class=\"uag-image-110\" width=\"\" height=\"\" title=\"\" loading=\"lazy\"/></figure></div>\n<!-- /wp:uagb/image --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"a1c78d46\",\"widthDesktop\":67,\"variationSelected\":true,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-a1c78d46\"><!-- wp:uagb/image {\"block_id\":\"9b70f8a4\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-14.jpg\",\"id\":835,\"linkDestination\":\"none\",\"widthTablet\":780,\"heightTablet\":0,\"naturalWidth\":1000,\"naturalHeight\":667,\"sizeSlug\":\"full\",\"sizeSlugTablet\":\"full\",\"sizeSlugMobile\":\"full\",\"customHeightSetDesktop\":true} -->\n<div class=\"wp-block-uagb-image uagb-block-9b70f8a4 wp-block-uagb-image--layout-default wp-block-uagb-image--effect-static wp-block-uagb-image--align-none\"><figure class=\"wp-block-uagb-image__figure\"><img srcset=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-14.jpg \" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-14.jpg\" alt=\"\" class=\"uag-image-835\" width=\"\" height=\"\" title=\"\" loading=\"lazy\"/></figure></div>\n<!-- /wp:uagb/image --></div>\n<!-- /wp:uagb/container --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"5178624a\",\"directionDesktop\":\"row\",\"alignItemsDesktop\":\"flex-start\",\"topMarginDesktop\":24,\"bottomMarginDesktop\":0,\"leftMarginDesktop\":0,\"rightMarginDesktop\":0,\"topMarginTablet\":20,\"bottomMarginTablet\":0,\"leftMarginTablet\":0,\"rightMarginTablet\":0,\"topMarginMobile\":24,\"bottomMarginMobile\":0,\"leftMarginMobile\":0,\"rightMarginMobile\":0,\"marginLink\":false,\"variationSelected\":true,\"columnGapDesktop\":24,\"columnGapTablet\":20} -->\n<div class=\"wp-block-uagb-container uagb-block-5178624a\"><!-- wp:uagb/container {\"block_id\":\"18d83f59\",\"widthDesktop\":67,\"variationSelected\":true,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-18d83f59\"><!-- wp:uagb/image {\"block_id\":\"44c10bb5\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-8-1024x678.jpg\",\"id\":837,\"linkDestination\":\"none\",\"naturalWidth\":1024,\"naturalHeight\":678,\"sizeSlug\":\"large\",\"sizeSlugTablet\":\"large\",\"sizeSlugMobile\":\"large\",\"customHeightSetDesktop\":true} -->\n<div class=\"wp-block-uagb-image uagb-block-44c10bb5 wp-block-uagb-image--layout-default wp-block-uagb-image--effect-static wp-block-uagb-image--align-none\"><figure class=\"wp-block-uagb-image__figure\"><img srcset=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-8-1024x678.jpg \" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-8-1024x678.jpg\" alt=\"\" class=\"uag-image-837\" width=\"\" height=\"\" title=\"\" loading=\"lazy\"/></figure></div>\n<!-- /wp:uagb/image --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"8ac0ca05\",\"widthDesktop\":32,\"variationSelected\":true,\"rowGapDesktop\":24,\"rowGapTablet\":20,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-8ac0ca05\"><!-- wp:uagb/image {\"block_id\":\"43aadb08\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/49g.jpg\",\"id\":838,\"linkDestination\":\"none\",\"naturalWidth\":650,\"naturalHeight\":450,\"sizeSlug\":\"full\",\"sizeSlugTablet\":\"full\",\"sizeSlugMobile\":\"full\"} -->\n<div class=\"wp-block-uagb-image uagb-block-43aadb08 wp-block-uagb-image--layout-default wp-block-uagb-image--effect-static wp-block-uagb-image--align-none\"><figure class=\"wp-block-uagb-image__figure\"><img srcset=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/49g.jpg \" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/49g.jpg\" alt=\"\" class=\"uag-image-838\" width=\"\" height=\"\" title=\"\" loading=\"lazy\"/></figure></div>\n<!-- /wp:uagb/image -->\n\n<!-- wp:uagb/image {\"block_id\":\"98999c17\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-country-lodge-1-1024x576.jpg\",\"id\":839,\"linkDestination\":\"none\",\"naturalWidth\":1024,\"naturalHeight\":576,\"sizeSlug\":\"large\",\"sizeSlugTablet\":\"large\",\"sizeSlugMobile\":\"large\"} -->\n<div class=\"wp-block-uagb-image uagb-block-98999c17 wp-block-uagb-image--layout-default wp-block-uagb-image--effect-static wp-block-uagb-image--align-none\"><figure class=\"wp-block-uagb-image__figure\"><img srcset=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-country-lodge-1-1024x576.jpg \" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-country-lodge-1-1024x576.jpg\" alt=\"\" class=\"uag-image-839\" width=\"\" height=\"\" title=\"\" loading=\"lazy\"/></figure></div>\n<!-- /wp:uagb/image --></div>\n<!-- /wp:uagb/container --></div>\n<!-- /wp:uagb/container --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"2c1d068f\",\"backgroundType\":\"color\",\"backgroundSizeTablet\":\"cover\",\"backgroundSizeMobile\":\"cover\",\"backgroundColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"topPaddingDesktop\":40,\"bottomPaddingDesktop\":104,\"leftPaddingDesktop\":40,\"rightPaddingDesktop\":40,\"topPaddingTablet\":80,\"bottomPaddingTablet\":80,\"leftPaddingTablet\":40,\"rightPaddingTablet\":40,\"topPaddingMobile\":64,\"bottomPaddingMobile\":64,\"leftPaddingMobile\":24,\"rightPaddingMobile\":24,\"paddingLink\":false,\"variationSelected\":true,\"rowGapDesktop\":0,\"isBlockRootParent\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-2c1d068f alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/advanced-heading {\"block_id\":\"301e6a08\",\"classMigrate\":true,\"headingDescToggle\":true,\"headingAlign\":\"center\",\"headingAlignMobile\":\"left\",\"subHeadingColor\":\"\",\"headSpace\":20,\"subHeadFontSize\":16,\"blockBottomPadding\":20} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-301e6a08\"><h2 class=\"uagb-heading-text\">What Our Guests Say​</h2><p class=\"uagb-desc-text\">We take pride in serving our guests the best experience. </p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/container {\"block_id\":\"f560086b\",\"directionDesktop\":\"row\",\"topMarginDesktop\":40,\"bottomMarginDesktop\":0,\"leftMarginDesktop\":0,\"rightMarginDesktop\":0,\"marginLink\":false,\"variationSelected\":true,\"rowGapMobile\":40,\"columnGapDesktop\":90} -->\n<div class=\"wp-block-uagb-container uagb-block-f560086b\"><!-- wp:uagb/container {\"block_id\":\"0e2680a0\",\"widthDesktop\":50,\"variationSelected\":true,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-0e2680a0\"><!-- wp:uagb/testimonial {\"test_item_count\":1,\"classMigrate\":true,\"test_block\":[{\"description\":\"\\u0022Thank you for a most enjoyable weekend stay and for making our anniversary so special.  Thank you for your kind and lovely friendship which we really appreciate!!!\\u0022​\",\"name\":\"\\u003cstrong\\u003eBrenda and Theuns\\u003c/strong\\u003e\",\"company\":\"\",\"image\":{\"id\":119,\"title\":\"testimonial1\",\"filename\":\"testimonial1.jpg\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/testimonial1.jpg\",\"link\":\"https://blueroan.netgen.cloud/testimonial1/\",\"alt\":\"\",\"author\":\"34\",\"description\":\"\",\"caption\":\"\",\"name\":\"testimonial1\",\"status\":\"inherit\",\"uploadedTo\":0,\"date\":\"2021-05-11T05:02:02.000Z\",\"modified\":\"2021-05-11T05:02:02.000Z\",\"menuOrder\":0,\"mime\":\"image/jpeg\",\"type\":\"image\",\"subtype\":\"jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/default.png\",\"dateFormatted\":\"May 11, 2021\",\"nonces\":{\"update\":\"b92fe40c3d\",\"delete\":\"643c1eb8f1\",\"edit\":\"d3e7d56b1d\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=119\\u0026action=edit\",\"meta\":false,\"authorName\":\"Rishabh\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/user-edit.php?user_id=34\",\"filesizeInBytes\":11264,\"filesizeHumanReadable\":\"11 KB\",\"context\":\"\",\"height\":250,\"width\":250,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/testimonial1-150x150.jpg\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/testimonial1.jpg\",\"height\":250,\"width\":250,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}}}],\"headingAlign\":\"left\",\"headingAlignTablet\":\"left\",\"headingAlignMobile\":\"left\",\"descColor\":\"var(\\u002d\\u002dast-global-color-3)\",\"nameFontSize\":14,\"nameLineHeight\":1,\"descFontSize\":16,\"descFontWeight\":\"600\",\"nameSpace\":1,\"block_id\":\"a64fc8c8\",\"iconImage\":{\"url\":\"\",\"alt\":\"InfoBox placeholder img\"},\"imageWidth\":32,\"columnGap\":1,\"borderStyle\":\"\",\"paddingTop\":0,\"paddingBottom\":0,\"paddingLeft\":0,\"paddingRight\":0,\"spacingLink\":true,\"imgpaddingTop\":0,\"imgpaddingRight\":15,\"imgpaddingBottom\":0,\"imgpaddingLeft\":0,\"overallBorderStyle\":\"none\",\"imgTagHeight\":32,\"imgTagWidth\":150} -->\n<div class=\"wp-block-uagb-testimonial uagb-slick-carousel uagb-tm__arrow-outside uagb-block-a64fc8c8 uagb-post__carousel_notset uagb-post__carousel_notset-tablet uagb-post__carousel_notset-mobile\"><div class=\"is-carousel uagb-tm__columns-1 uagb-tm__items\"><div class=\"uagb-testimonial__wrap  uagb-tm__imgicon-style-circle uagb-tm__image-position-bottom uagb-tm__bg-type-none \"><div class=\"uagb-tm__content\"><div class=\"uagb-tm__overlay\"></div><div class=\"uagb-tm__text-wrap\"><div class=\"uagb-tm__desc\">\"Thank you for a most enjoyable weekend stay and for making our anniversary so special.  Thank you for your kind and lovely friendship which we really appreciate!!!\"​</div><div class=\"uagb-tm__meta-inner\"><div class=\"uagb-tm__image-content\"><div class=\"uagb-tm__image\"><img class=\"uagb-tm-img-src\" src=\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/testimonial1-150x150.jpg\" alt=\"\" width=\"32\" height=\"32\" loading=\"lazy\"/></div></div><div class=\"uagb-testimonial-details\"><span class=\"uagb-tm__author-name\"><strong>Brenda and Theuns</strong></span><span class=\"uagb-tm__company\"></span></div></div></div></div></div></div></div>\n<!-- /wp:uagb/testimonial -->\n\n<!-- wp:uagb/testimonial {\"test_item_count\":1,\"classMigrate\":true,\"test_block\":[{\"description\":\"\\u0022Breaking away from city life and coming out to a most wonderful romantic weekend away.  The unit is so comfortable.  Thank you for your great hospitality - we had an awesome time here.  Go well - with love\\u0022​\",\"name\":\"\\u003cstrong\\u003e\\u003cstrong\\u003e\\u003cstrong\\u003eLiz \\u0026amp; Eddie\\u003c/strong\\u003e\\u003c/strong\\u003e\\u003c/strong\\u003e\",\"company\":\"\",\"image\":{\"id\":122,\"title\":\"testimonial4\",\"filename\":\"testimonial4.jpg\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/testimonial4.jpg\",\"link\":\"https://blueroan.netgen.cloud/testimonial4/\",\"alt\":\"\",\"author\":\"34\",\"description\":\"\",\"caption\":\"\",\"name\":\"testimonial4\",\"status\":\"inherit\",\"uploadedTo\":0,\"date\":\"2021-05-11T05:02:06.000Z\",\"modified\":\"2021-05-11T05:02:06.000Z\",\"menuOrder\":0,\"mime\":\"image/jpeg\",\"type\":\"image\",\"subtype\":\"jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/default.png\",\"dateFormatted\":\"May 11, 2021\",\"nonces\":{\"update\":\"4e34860add\",\"delete\":\"9e126a55cd\",\"edit\":\"33ffd3c040\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=122\\u0026action=edit\",\"meta\":false,\"authorName\":\"Rishabh\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/user-edit.php?user_id=34\",\"filesizeInBytes\":16584,\"filesizeHumanReadable\":\"16 KB\",\"context\":\"\",\"height\":250,\"width\":250,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/testimonial4-150x150.jpg\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/testimonial4.jpg\",\"height\":250,\"width\":250,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}}}],\"headingAlign\":\"left\",\"headingAlignTablet\":\"left\",\"headingAlignMobile\":\"left\",\"descColor\":\"var(\\u002d\\u002dast-global-color-3)\",\"nameFontSize\":14,\"nameLineHeight\":1,\"descFontSize\":16,\"descFontWeight\":\"600\",\"nameSpace\":1,\"block_id\":\"a35aca7b\",\"iconImage\":{\"url\":\"\",\"alt\":\"InfoBox placeholder img\"},\"imageWidth\":32,\"columnGap\":1,\"borderStyle\":\"\",\"paddingTop\":0,\"paddingBottom\":0,\"paddingLeft\":0,\"paddingRight\":0,\"spacingLink\":true,\"imgpaddingTop\":0,\"imgpaddingRight\":15,\"imgpaddingBottom\":0,\"imgpaddingLeft\":0,\"overallBorderStyle\":\"none\",\"imgTagHeight\":32,\"imgTagWidth\":150} -->\n<div class=\"wp-block-uagb-testimonial uagb-slick-carousel uagb-tm__arrow-outside uagb-block-a35aca7b uagb-post__carousel_notset uagb-post__carousel_notset-tablet uagb-post__carousel_notset-mobile\"><div class=\"is-carousel uagb-tm__columns-1 uagb-tm__items\"><div class=\"uagb-testimonial__wrap  uagb-tm__imgicon-style-circle uagb-tm__image-position-bottom uagb-tm__bg-type-none \"><div class=\"uagb-tm__content\"><div class=\"uagb-tm__overlay\"></div><div class=\"uagb-tm__text-wrap\"><div class=\"uagb-tm__desc\">\"Breaking away from city life and coming out to a most wonderful romantic weekend away.  The unit is so comfortable.  Thank you for your great hospitality - we had an awesome time here.  Go well - with love\"​</div><div class=\"uagb-tm__meta-inner\"><div class=\"uagb-tm__image-content\"><div class=\"uagb-tm__image\"><img class=\"uagb-tm-img-src\" src=\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/testimonial4-150x150.jpg\" alt=\"\" width=\"32\" height=\"32\" loading=\"lazy\"/></div></div><div class=\"uagb-testimonial-details\"><span class=\"uagb-tm__author-name\"><strong><strong><strong>Liz &amp; Eddie</strong></strong></strong></span><span class=\"uagb-tm__company\"></span></div></div></div></div></div></div></div>\n<!-- /wp:uagb/testimonial --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"b2978241\",\"widthDesktop\":50,\"variationSelected\":true,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-b2978241\"><!-- wp:uagb/testimonial {\"test_item_count\":1,\"classMigrate\":true,\"test_block\":[{\"description\":\"\\u0022Judy, what a wonderful place you have here - we were so delighted to spend the weekend here, so tranquil, peaceful, and beautiful. You made us feel right at home. Definitely a place worth 5 stars! Go well.\\u0022​\",\"name\":\"\\u003cstrong\\u003e\\u003cstrong\\u003eBrian\\u003c/strong\\u003e\\u003c/strong\\u003e \\u003cstrong\\u003e\\u003cstrong\\u003e\\u003cstrong\\u003eand \\u003cstrong\\u003eMariska\\u003c/strong\\u003e\\u003c/strong\\u003e\\u003cbr\\u003e\\u003c/strong\\u003e\\u003c/strong\\u003e\",\"company\":\"\",\"image\":{\"id\":120,\"title\":\"testimonial2\",\"filename\":\"testimonial2.jpg\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/testimonial2.jpg\",\"link\":\"https://blueroan.netgen.cloud/testimonial2/\",\"alt\":\"\",\"author\":\"34\",\"description\":\"\",\"caption\":\"\",\"name\":\"testimonial2\",\"status\":\"inherit\",\"uploadedTo\":0,\"date\":\"2021-05-11T05:02:03.000Z\",\"modified\":\"2021-05-11T05:02:03.000Z\",\"menuOrder\":0,\"mime\":\"image/jpeg\",\"type\":\"image\",\"subtype\":\"jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/default.png\",\"dateFormatted\":\"May 11, 2021\",\"nonces\":{\"update\":\"1ee6412858\",\"delete\":\"4414a2ccbf\",\"edit\":\"bde7b1f490\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=120\\u0026action=edit\",\"meta\":false,\"authorName\":\"Rishabh\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/user-edit.php?user_id=34\",\"filesizeInBytes\":10087,\"filesizeHumanReadable\":\"10 KB\",\"context\":\"\",\"height\":250,\"width\":250,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/testimonial2-150x150.jpg\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/testimonial2.jpg\",\"height\":250,\"width\":250,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}}}],\"headingAlign\":\"left\",\"headingAlignTablet\":\"left\",\"headingAlignMobile\":\"left\",\"descColor\":\"var(\\u002d\\u002dast-global-color-3)\",\"nameFontSize\":14,\"nameLineHeight\":1,\"descFontSize\":16,\"descFontWeight\":\"600\",\"nameSpace\":1,\"block_id\":\"e0e30409\",\"iconImage\":{\"url\":\"\",\"alt\":\"InfoBox placeholder img\"},\"imageWidth\":32,\"columnGap\":1,\"borderStyle\":\"\",\"paddingTop\":0,\"paddingBottom\":0,\"paddingLeft\":0,\"paddingRight\":0,\"spacingLink\":true,\"imgpaddingTop\":0,\"imgpaddingRight\":15,\"imgpaddingBottom\":0,\"imgpaddingLeft\":0,\"overallBorderStyle\":\"none\",\"imgTagHeight\":32,\"imgTagWidth\":150} -->\n<div class=\"wp-block-uagb-testimonial uagb-slick-carousel uagb-tm__arrow-outside uagb-block-e0e30409 uagb-post__carousel_notset uagb-post__carousel_notset-tablet uagb-post__carousel_notset-mobile\"><div class=\"is-carousel uagb-tm__columns-1 uagb-tm__items\"><div class=\"uagb-testimonial__wrap  uagb-tm__imgicon-style-circle uagb-tm__image-position-bottom uagb-tm__bg-type-none \"><div class=\"uagb-tm__content\"><div class=\"uagb-tm__overlay\"></div><div class=\"uagb-tm__text-wrap\"><div class=\"uagb-tm__desc\">\"Judy, what a wonderful place you have here - we were so delighted to spend the weekend here, so tranquil, peaceful, and beautiful. You made us feel right at home. Definitely a place worth 5 stars! Go well.\"​</div><div class=\"uagb-tm__meta-inner\"><div class=\"uagb-tm__image-content\"><div class=\"uagb-tm__image\"><img class=\"uagb-tm-img-src\" src=\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/testimonial2-150x150.jpg\" alt=\"\" width=\"32\" height=\"32\" loading=\"lazy\"/></div></div><div class=\"uagb-testimonial-details\"><span class=\"uagb-tm__author-name\"><strong><strong>Brian</strong></strong> <strong><strong><strong>and <strong>Mariska</strong></strong><br></strong></strong></span><span class=\"uagb-tm__company\"></span></div></div></div></div></div></div></div>\n<!-- /wp:uagb/testimonial -->\n\n<!-- wp:uagb/testimonial {\"test_item_count\":1,\"classMigrate\":true,\"test_block\":[{\"description\":\"\\u0022Thank you for the most wonderful time, Judy!  This was the most peaceful and perfect place to get engaged!  We will most certainly be back!!!  Your hospitality cannot be topped!\\u0022​\",\"name\":\"\\u003cstrong\\u003e\\u003cstrong\\u003e\\u003cstrong\\u003e\\u003cstrong\\u003eBrett and Kelly\\u003c/strong\\u003e\\u003c/strong\\u003e\\u003c/strong\\u003e\\u003c/strong\\u003e\",\"company\":\"\",\"image\":{\"id\":121,\"title\":\"testimonial3\",\"filename\":\"testimonial3.jpg\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/testimonial3.jpg\",\"link\":\"https://blueroan.netgen.cloud/testimonial3/\",\"alt\":\"\",\"author\":\"34\",\"description\":\"\",\"caption\":\"\",\"name\":\"testimonial3\",\"status\":\"inherit\",\"uploadedTo\":0,\"date\":\"2021-05-11T05:02:05.000Z\",\"modified\":\"2021-05-11T05:02:05.000Z\",\"menuOrder\":0,\"mime\":\"image/jpeg\",\"type\":\"image\",\"subtype\":\"jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/default.png\",\"dateFormatted\":\"May 11, 2021\",\"nonces\":{\"update\":\"290653da5d\",\"delete\":\"90a4fb2d63\",\"edit\":\"ff8a64e56e\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=121\\u0026action=edit\",\"meta\":false,\"authorName\":\"Rishabh\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/user-edit.php?user_id=34\",\"filesizeInBytes\":8748,\"filesizeHumanReadable\":\"9 KB\",\"context\":\"\",\"height\":250,\"width\":250,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/testimonial3-150x150.jpg\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/testimonial3.jpg\",\"height\":250,\"width\":250,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}}}],\"headingAlign\":\"left\",\"headingAlignTablet\":\"left\",\"headingAlignMobile\":\"left\",\"descColor\":\"var(\\u002d\\u002dast-global-color-3)\",\"nameFontSize\":14,\"nameLineHeight\":1,\"descFontSize\":16,\"descFontWeight\":\"600\",\"nameSpace\":1,\"block_id\":\"4645b25e\",\"iconImage\":{\"url\":\"\",\"alt\":\"InfoBox placeholder img\"},\"imageWidth\":32,\"columnGap\":1,\"borderStyle\":\"\",\"paddingTop\":0,\"paddingBottom\":0,\"paddingLeft\":0,\"paddingRight\":0,\"spacingLink\":true,\"imgpaddingTop\":0,\"imgpaddingRight\":15,\"imgpaddingBottom\":0,\"imgpaddingLeft\":0,\"overallBorderStyle\":\"none\",\"imgTagHeight\":32,\"imgTagWidth\":150} -->\n<div class=\"wp-block-uagb-testimonial uagb-slick-carousel uagb-tm__arrow-outside uagb-block-4645b25e uagb-post__carousel_notset uagb-post__carousel_notset-tablet uagb-post__carousel_notset-mobile\"><div class=\"is-carousel uagb-tm__columns-1 uagb-tm__items\"><div class=\"uagb-testimonial__wrap  uagb-tm__imgicon-style-circle uagb-tm__image-position-bottom uagb-tm__bg-type-none \"><div class=\"uagb-tm__content\"><div class=\"uagb-tm__overlay\"></div><div class=\"uagb-tm__text-wrap\"><div class=\"uagb-tm__desc\">\"Thank you for the most wonderful time, Judy!  This was the most peaceful and perfect place to get engaged!  We will most certainly be back!!!  Your hospitality cannot be topped!\"​</div><div class=\"uagb-tm__meta-inner\"><div class=\"uagb-tm__image-content\"><div class=\"uagb-tm__image\"><img class=\"uagb-tm-img-src\" src=\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/testimonial3-150x150.jpg\" alt=\"\" width=\"32\" height=\"32\" loading=\"lazy\"/></div></div><div class=\"uagb-testimonial-details\"><span class=\"uagb-tm__author-name\"><strong><strong><strong><strong>Brett and Kelly</strong></strong></strong></strong></span><span class=\"uagb-tm__company\"></span></div></div></div></div></div></div></div>\n<!-- /wp:uagb/testimonial --></div>\n<!-- /wp:uagb/container --></div>\n<!-- /wp:uagb/container --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"912bedfc\",\"innerContentCustomWidthDesktop\":781,\"innerContentCustomWidthTablet\":781,\"backgroundType\":\"image\",\"backgroundImageDesktop\":{\"id\":809,\"title\":\"26759994757_767d9794fd_b\",\"filename\":\"26759994757_767d9794fd_b.jpg\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/26759994757_767d9794fd_b.jpg\",\"link\":\"https://blueroan.netgen.cloud/?attachment_id=809\",\"alt\":\"\",\"author\":\"2\",\"description\":\"\",\"caption\":\"\",\"name\":\"26759994757_767d9794fd_b\",\"status\":\"inherit\",\"uploadedTo\":805,\"date\":\"2022-12-13T09:51:53.000Z\",\"modified\":\"2022-12-13T09:51:53.000Z\",\"menuOrder\":0,\"mime\":\"image/jpeg\",\"type\":\"image\",\"subtype\":\"jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-includes/images/media/default.png\",\"dateFormatted\":\"December 13, 2022\",\"nonces\":{\"update\":\"39b5c0eef1\",\"delete\":\"fde92abd83\",\"edit\":\"3923face9e\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=809\\u0026action=edit\",\"meta\":false,\"authorName\":\"Netgen Support\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/profile.php\",\"uploadedToTitle\":\"Magaliesburg\",\"uploadedToLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=805\\u0026action=edit\",\"filesizeInBytes\":143610,\"filesizeHumanReadable\":\"140 KB\",\"context\":\"\",\"height\":683,\"width\":1024,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/26759994757_767d9794fd_b-150x150.jpg\",\"orientation\":\"landscape\"},\"medium\":{\"height\":200,\"width\":300,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/26759994757_767d9794fd_b-300x200.jpg\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/26759994757_767d9794fd_b.jpg\",\"height\":683,\"width\":1024,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"backgroundImageColor\":\"rgba(42,42,42,0.65)\",\"topPaddingDesktop\":144,\"bottomPaddingDesktop\":144,\"leftPaddingDesktop\":40,\"rightPaddingDesktop\":40,\"topPaddingTablet\":80,\"bottomPaddingTablet\":80,\"leftPaddingTablet\":40,\"rightPaddingTablet\":40,\"topPaddingMobile\":64,\"bottomPaddingMobile\":64,\"leftPaddingMobile\":24,\"rightPaddingMobile\":24,\"paddingLink\":false,\"variationSelected\":true,\"isBlockRootParent\":true,\"overlayType\":\"color\"} -->\n<div class=\"wp-block-uagb-container uagb-block-912bedfc alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/advanced-heading {\"block_id\":\"a4baea95\",\"classMigrate\":true,\"headingDescToggle\":true,\"headingAlign\":\"center\",\"headingColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"subHeadingColor\":\"var(\\u002d\\u002dast-global-color-4)\",\"headSpace\":20} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-a4baea95\"><h2 class=\"uagb-heading-text\">Plan an Unforgettable Experience at Blue Roan!</h2><p class=\"uagb-desc-text\">Blue Roan is a 4-star graded pet-friendly venue</p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/advanced-heading {\"block_id\":\"8c833103\",\"classMigrate\":true,\"headingTitleToggle\":false,\"headingDescToggle\":true,\"headingAlign\":\"center\",\"subHeadingColor\":\"var(\\u002d\\u002dast-global-color-4)\",\"subHeadTransform\":\"uppercase\",\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"subHeadLetterSpacing\":2,\"blockTopPadding\":60,\"blockRightPadding\":0,\"blockLeftPadding\":0,\"blockBottomPadding\":0,\"blockTopPaddingMobile\":30,\"blockRightPaddingMobile\":0,\"blockLeftPaddingMobile\":0,\"blockBottomPaddingMobile\":0} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-8c833103\"><p class=\"uagb-desc-text\">BOOK YOUR STAY NOW​</p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/icon-list {\"block_id\":\"a021ff72\",\"classMigrate\":true,\"childMigrate\":true,\"align\":\"center\",\"parentIcon\":\"phone\",\"size\":40,\"sizeMobile\":24,\"sizeTablet\":32,\"fontSize\":48,\"fontSizeMobile\":28,\"fontSizeTablet\":40,\"fontWeight\":\"600\",\"iconColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"labelColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"blockTopPadding\":0,\"blockRightPadding\":0,\"blockLeftPadding\":0,\"blockBottomPadding\":24,\"blockPaddingLink\":false} -->\n<div class=\"wp-block-uagb-icon-list uagb-block-a021ff72\"><div class=\"uagb-icon-list__wrap\"><!-- wp:uagb/icon-list-child {\"block_id\":\"e73c611f\",\"label\":\" + 27 (0) 82 575 5409\",\"label_color\":\"\",\"link\":\"tel:+27825755409\",\"disableLink\":true,\"fromParentIcon\":\"phone\",\"imageSizeChild\":40} -->\n<div class=\"wp-block-uagb-icon-list-child uagb-block-e73c611f\"><a target=\"_self\" aria-label=\" + 27 (0) 82 575 5409\" rel=\"noopener noreferrer\" href=\"tel:+27825755409\"> </a><span class=\"uagb-icon-list__source-wrap\"><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M511.2 387l-23.25 100.8c-3.266 14.25-15.79 24.22-30.46 24.22C205.2 512 0 306.8 0 54.5c0-14.66 9.969-27.2 24.22-30.45l100.8-23.25C139.7-2.602 154.7 5.018 160.8 18.92l46.52 108.5c5.438 12.78 1.77 27.67-8.98 36.45L144.5 207.1c33.98 69.22 90.26 125.5 159.5 159.5l44.08-53.8c8.688-10.78 23.69-14.51 36.47-8.975l108.5 46.51C506.1 357.2 514.6 372.4 511.2 387z\"></path></svg></span><span class=\"uagb-icon-list__label\"> + 27 (0) 82 575 5409</span></div>\n<!-- /wp:uagb/icon-list-child -->\n\n<!-- wp:uagb/icon-list-child {\"block_id\":\"18596846\",\"label\":\"blueroan@ugo.co.za\",\"icon\":\"envelope\",\"label_color\":\"\",\"link\":\"mailto:blueroan@ugo.co.za\",\"disableLink\":true,\"fromParentIcon\":\"phone\",\"imageSizeChild\":40} -->\n<div class=\"wp-block-uagb-icon-list-child uagb-block-18596846\"><a target=\"_self\" aria-label=\"blueroan@ugo.co.za\" rel=\"noopener noreferrer\" href=\"mailto:blueroan@ugo.co.za\"> </a><span class=\"uagb-icon-list__source-wrap\"><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M464 64C490.5 64 512 85.49 512 112C512 127.1 504.9 141.3 492.8 150.4L275.2 313.6C263.8 322.1 248.2 322.1 236.8 313.6L19.2 150.4C7.113 141.3 0 127.1 0 112C0 85.49 21.49 64 48 64H464zM217.6 339.2C240.4 356.3 271.6 356.3 294.4 339.2L512 176V384C512 419.3 483.3 448 448 448H64C28.65 448 0 419.3 0 384V176L217.6 339.2z\"></path></svg></span><span class=\"uagb-icon-list__label\">blueroan@ugo.co.za</span></div>\n<!-- /wp:uagb/icon-list-child --></div></div>\n<!-- /wp:uagb/icon-list --></div></div>\n<!-- /wp:uagb/container -->',	'Home',	'',	'inherit',	'closed',	'closed',	'',	'760-revision-v1',	'',	'',	'2022-12-13 12:07:48',	'2022-12-13 12:07:48',	'',	760,	'https://blueroan.netgen.cloud/?p=845',	0,	'revision',	'',	0),
(846,	2,	'2022-12-13 12:07:50',	'2022-12-13 12:07:50',	'<!-- wp:uagb/container {\"block_id\":\"f4acb425\",\"minHeightDesktop\":95,\"minHeightTablet\":70,\"minHeightMobile\":80,\"minHeightType\":\"vh\",\"alignItemsDesktop\":\"flex-start\",\"backgroundType\":\"image\",\"backgroundImageDesktop\":{\"uploading\":false,\"date\":1670921854000,\"filename\":\"Blue-Roan-pool.jpg\",\"menuOrder\":0,\"uploadedTo\":760,\"type\":\"image\",\"subtype\":\"jpeg\",\"id\":784,\"title\":\"Blue Roan - pool\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Blue-Roan-pool.jpg\",\"link\":\"https://blueroan.netgen.cloud/home/blue-roan-pool/\",\"alt\":\"\",\"author\":\"2\",\"description\":\"\",\"caption\":\"\",\"name\":\"blue-roan-pool\",\"status\":\"inherit\",\"modified\":1670921854000,\"mime\":\"image/jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-includes/images/media/default.png\",\"dateFormatted\":\"December 13, 2022\",\"nonces\":{\"update\":\"51a12ed09e\",\"delete\":\"5174068551\",\"edit\":\"1de0721407\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=784\\u0026action=edit\",\"meta\":false,\"authorName\":\"Netgen Support\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/profile.php\",\"uploadedToTitle\":\"Home\",\"uploadedToLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=760\\u0026action=edit\",\"filesizeInBytes\":154801,\"filesizeHumanReadable\":\"151 KB\",\"context\":\"\",\"height\":667,\"width\":1000,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Blue-Roan-pool-150x150.jpg\",\"orientation\":\"landscape\"},\"medium\":{\"height\":200,\"width\":300,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Blue-Roan-pool-300x200.jpg\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Blue-Roan-pool.jpg\",\"height\":667,\"width\":1000,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"backgroundPositionDesktop\":{\"x\":0.5,\"y\":0.25},\"backgroundImageColor\":\"rgba(42,42,42,0.35)\",\"topPaddingDesktop\":0,\"bottomPaddingDesktop\":0,\"leftPaddingDesktop\":40,\"rightPaddingDesktop\":40,\"topPaddingTablet\":120,\"bottomPaddingTablet\":120,\"leftPaddingTablet\":40,\"rightPaddingTablet\":40,\"topPaddingMobile\":150,\"bottomPaddingMobile\":150,\"leftPaddingMobile\":20,\"rightPaddingMobile\":20,\"paddingLink\":false,\"variationSelected\":true,\"isBlockRootParent\":true,\"overlayType\":\"color\",\"minHeightTypeTablet\":\"vh\",\"minHeightTypeMobile\":\"vh\"} -->\n<div class=\"wp-block-uagb-container uagb-block-f4acb425 alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/info-box {\"classMigrate\":true,\"headingAlign\":\"left\",\"headingColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"subHeadingColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"headingTag\":\"h1\",\"subHeadFontSize\":17,\"subHeadFontSizeMobile\":15,\"headSpace\":20,\"subHeadSpace\":40,\"block_id\":\"5c6f4e00\",\"ctaIcon\":\"\",\"ctaType\":\"button\",\"ctaText\":\"Book Your Stay Now\",\"ctaLink\":\"#\",\"ctaBtnLinkColor\":\"var(\\u002d\\u002dast-global-color-2)\",\"ctaLinkHoverColor\":\"var(\\u002d\\u002dast-global-color-2)\",\"ctaBgColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"ctaBgHoverColor\":\"var(\\u002d\\u002dast-global-color-4)\",\"ctaBorderColor\":\"\",\"ctaBorderStyle\":\"\",\"ctaBorderWidth\":\"\",\"ctaBorderRadius\":\"\",\"iconImage\":{\"url\":\"\",\"alt\":\"InfoBox placeholder img\"},\"showIcon\":false,\"paddingBtnTop\":18,\"paddingBtnBottom\":18,\"paddingBtnLeft\":34,\"paddingBtnRight\":34,\"blockTopPadding\":0,\"blockRightPadding\":40,\"blockLeftPadding\":0,\"blockBottomPadding\":0,\"blockTopPaddingTablet\":0,\"blockRightPaddingTablet\":64,\"blockLeftPaddingTablet\":0,\"blockBottomPaddingTablet\":0,\"blockTopPaddingMobile\":0,\"blockRightPaddingMobile\":0,\"blockLeftPaddingMobile\":0,\"blockBottomPaddingMobile\":0,\"blockPaddingUnit\":\"%\",\"blockPaddingLink\":false,\"subHeadMarginTopTablet\":0,\"subHeadMarginRightTablet\":64,\"subHeadTabletSpace\":40,\"subHeadMarginLeftTablet\":0,\"subHeadMarginTopMobile\":0,\"subHeadMarginRightMobile\":0,\"subHeadMobileSpace\":40,\"subHeadMarginLeftMobile\":0,\"btnBorderTopWidth\":1,\"btnBorderLeftWidth\":1,\"btnBorderRightWidth\":1,\"btnBorderBottomWidth\":1,\"btnBorderTopLeftRadius\":0,\"btnBorderTopRightRadius\":0,\"btnBorderBottomLeftRadius\":0,\"btnBorderBottomRightRadius\":0,\"btnBorderStyle\":\"none\",\"btnBorderColor\":\"#333\"} -->\n<div class=\"wp-block-uagb-info-box uagb-block-5c6f4e00 uagb-infobox__content-wrap  uagb-infobox-icon-above-title uagb-infobox-image-valign-top\"><div class=\"uagb-ifb-content\"><div class=\"uagb-ifb-title-wrap\"><h1 class=\"uagb-ifb-title\"><strong>Magaliesburg pet friendly self-catering accommodation</strong></h1></div><p class=\"uagb-ifb-desc\">Romantic pet-friendly self-catering accommodation in Magaliesburg, Gauteng.</p><div class=\"uagb-ifb-button-wrapper wp-block-button\"><a href=\"#\" class=\"uagb-infobox-cta-link wp-block-button__link\" target=\"_self\" rel=\"noopener noreferrer\" alt=\"\"><span class=\"uagb-inline-editing\">Book Your Stay Now</span></a></div></div></div>\n<!-- /wp:uagb/info-box --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"96bdd497\",\"directionDesktop\":\"row\",\"directionMobile\":\"column-reverse\",\"alignItemsDesktop\":\"flex-start\",\"backgroundType\":\"color\",\"backgroundSizeTablet\":\"cover\",\"backgroundSizeMobile\":\"cover\",\"backgroundColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"topPaddingDesktop\":60,\"bottomPaddingDesktop\":60,\"topPaddingTablet\":80,\"bottomPaddingTablet\":80,\"leftPaddingTablet\":40,\"rightPaddingTablet\":40,\"topPaddingMobile\":64,\"bottomPaddingMobile\":64,\"leftPaddingMobile\":24,\"rightPaddingMobile\":24,\"paddingLink\":false,\"variationSelected\":true,\"columnGapDesktop\":60,\"columnGapTablet\":50,\"isBlockRootParent\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-96bdd497 alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/container {\"block_id\":\"9f486cb6\",\"widthDesktop\":50,\"variationSelected\":true,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-9f486cb6\"><!-- wp:image {\"id\":797,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-13.jpg\" alt=\"\" class=\"wp-image-797\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The Blue Roan Country Lodge is situated just 5 minutes from the village of Magaliesburg on a tar road so easy access for all cars. &nbsp;We have panoramic views of the Magaliesberg mountain range and our farm is the perfect place for a relaxing getaway in the country. &nbsp;As we are only 70 km from JHB and Pretoria, it is only an hour’s drive.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:buttons -->\n<div class=\"wp-block-buttons\"><!-- wp:button -->\n<div class=\"wp-block-button\"><a class=\"wp-block-button__link wp-element-button\" href=\"/accommodation/\">View accomodation</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"45661d01\",\"widthDesktop\":50,\"leftPaddingDesktop\":0,\"paddingLink\":false,\"variationSelected\":true,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-45661d01\"><!-- wp:uagb/advanced-heading {\"block_id\":\"5940fe92\",\"classMigrate\":true,\"headingDescToggle\":true,\"subHeadingColor\":\"\",\"headSpace\":20,\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-5940fe92\"><h2 class=\"uagb-heading-text\"><strong>Blue Roan is a 4-star graded pet-friendly venue</strong></h2><p class=\"uagb-desc-text\">Our goal is to provide high-quality, romantic, comfortable, and affordable self-catering accommodation on the outskirts of the village of &nbsp;Magaliesburg. &nbsp;For animal lovers, we are also&nbsp;pet-friendly&nbsp;by arrangement in most of the units all of which have their own fully fenced and gated private grassy gardens.</p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/image {\"block_id\":\"95a02c36\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/hammock-in-the-garden.jpg\",\"align\":\"left\",\"id\":799,\"linkDestination\":\"none\",\"naturalWidth\":600,\"naturalHeight\":400,\"sizeSlug\":\"full\",\"sizeSlugTablet\":\"full\",\"sizeSlugMobile\":\"full\",\"imageTopMargin\":20,\"imageRightMargin\":0,\"imageLeftMargin\":0,\"imageBottomMargin\":0,\"imageTopMarginMobile\":0,\"imageRightMarginMobile\":0,\"imageLeftMarginMobile\":0,\"imageBottomMarginMobile\":0,\"imageMarginLink\":false} -->\n<div class=\"wp-block-uagb-image uagb-block-95a02c36 wp-block-uagb-image--layout-default wp-block-uagb-image--effect-static wp-block-uagb-image--align-left\"><figure class=\"wp-block-uagb-image__figure\"><img srcset=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/hammock-in-the-garden.jpg \" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/hammock-in-the-garden.jpg\" alt=\"\" class=\"uag-image-799\" width=\"\" height=\"\" title=\"\" loading=\"lazy\"/></figure></div>\n<!-- /wp:uagb/image --></div>\n<!-- /wp:uagb/container --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"08fc4a67\",\"directionDesktop\":\"row\",\"directionMobile\":\"column-reverse\",\"alignItemsDesktop\":\"flex-start\",\"backgroundType\":\"color\",\"backgroundSizeTablet\":\"cover\",\"backgroundSizeMobile\":\"cover\",\"backgroundColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"topPaddingDesktop\":0,\"bottomPaddingDesktop\":0,\"topPaddingTablet\":80,\"bottomPaddingTablet\":80,\"leftPaddingTablet\":40,\"rightPaddingTablet\":40,\"topPaddingMobile\":64,\"bottomPaddingMobile\":64,\"leftPaddingMobile\":24,\"rightPaddingMobile\":24,\"paddingLink\":false,\"variationSelected\":true,\"rowGapDesktop\":0,\"columnGapDesktop\":0,\"columnGapTablet\":50,\"isBlockRootParent\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-08fc4a67 alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:image {\"align\":\"center\",\"id\":794,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image aligncenter size-full\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/210-2108726_too-great-for-us-tourism-grading-council-of-south-5.png\" alt=\"\" class=\"wp-image-794\"/></figure>\n<!-- /wp:image --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"e6617744\",\"backgroundType\":\"color\",\"backgroundSizeTablet\":\"cover\",\"backgroundSizeMobile\":\"cover\",\"backgroundColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"topPaddingDesktop\":50,\"bottomPaddingDesktop\":100,\"topPaddingTablet\":50,\"bottomPaddingTablet\":25,\"leftPaddingTablet\":20,\"rightPaddingTablet\":20,\"topPaddingMobile\":50,\"bottomPaddingMobile\":20,\"leftPaddingMobile\":20,\"rightPaddingMobile\":20,\"paddingLink\":false,\"variationSelected\":true,\"rowGapDesktop\":0,\"isBlockRootParent\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-e6617744 alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/container {\"block_id\":\"c8a85796\",\"directionDesktop\":\"row\",\"alignItemsDesktop\":\"flex-end\",\"alignItemsTablet\":\"flex-end\",\"justifyContentDesktop\":\"flex-end\",\"justifyContentTablet\":\"space-between\",\"variationSelected\":true,\"rowGapMobile\":30,\"columnGapDesktop\":0} -->\n<div class=\"wp-block-uagb-container uagb-block-c8a85796\"><!-- wp:uagb/advanced-heading {\"block_id\":\"c4c2578b\",\"classMigrate\":true,\"headingDescToggle\":true,\"subHeadingColor\":\"\",\"headSpace\":20,\"subHeadFontSize\":16} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-c4c2578b\"><h2 class=\"uagb-heading-text\">Amenities &amp; Interests ​</h2><p class=\"uagb-desc-text\">If you are looking for a relaxing, refreshing and rejuvenating experience altogether, we offer all of that under one roof.</p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/buttons {\"block_id\":\"0eeb359b\",\"classMigrate\":true,\"childMigrate\":true,\"align\":\"right\",\"alignTablet\":\"right\",\"alignMobile\":\"left\",\"gap\":0} -->\n<div class=\"wp-block-uagb-buttons uagb-buttons__outer-wrap uagb-btn__default-btn uagb-btn-tablet__default-btn uagb-btn-mobile__default-btn uagb-block-0eeb359b\"><div class=\"uagb-buttons__wrap uagb-buttons-layout-wrap\"><!-- wp:uagb/buttons-child {\"block_id\":\"48909411\",\"label\":\"View All\",\"link\":\"#\",\"hColor\":\"\",\"borderWidth\":\"\",\"borderRadius\":\"\",\"borderStyle\":\"\",\"borderColor\":\"\",\"borderHColor\":\"\",\"btnBorderTopWidth\":1,\"btnBorderLeftWidth\":1,\"btnBorderRightWidth\":1,\"btnBorderBottomWidth\":1,\"btnBorderTopLeftRadius\":2,\"btnBorderTopRightRadius\":2,\"btnBorderBottomLeftRadius\":2,\"btnBorderBottomRightRadius\":2,\"btnBorderStyle\":\"solid\",\"btnBorderColor\":\"#333\",\"btnBorderHColor\":\"#333\"} -->\n<div class=\"wp-block-uagb-buttons-child uagb-buttons__outer-wrap uagb-block-48909411 wp-block-button is-style-outline\"><div class=\"uagb-button__wrapper\"><a class=\"uagb-buttons-repeater wp-block-button__link\" href=\"#\" rel=\"follow noopener\" target=\"_self\"><div class=\"uagb-button__link\">View All</div></a></div></div>\n<!-- /wp:uagb/buttons-child --></div></div>\n<!-- /wp:uagb/buttons --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"02945d85\",\"directionDesktop\":\"row\",\"alignItemsTablet\":\"flex-start\",\"paddingLink\":false,\"topMarginDesktop\":50,\"bottomMarginDesktop\":20,\"leftMarginDesktop\":0,\"rightMarginDesktop\":0,\"marginLink\":false,\"variationSelected\":true,\"rowGapMobile\":65,\"columnGapDesktop\":48,\"columnGapTablet\":20} -->\n<div class=\"wp-block-uagb-container uagb-block-02945d85\"><!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"align\":\"center\",\"id\":828,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image aligncenter size-full\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Blue-Roan-pool.png\" alt=\"Blue Roan\'s rock pool\" class=\"wp-image-828\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>A relaxing rock Pool​</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>We have a lovely sparkling blue rock pool next to a thatched Lapa. &nbsp;&nbsp;Lie on recliners on the green lawn or sit on the swing chair in the Lapa and enjoy the panoramic view of the Magaliesberg mountain range.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":829,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/img-20160605-wa0002-largejpg.png\" alt=\"\" class=\"wp-image-829\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>Braai facilities </h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>What can compare to a burning fire under the star-lit African sky? Nothing beats the flavor of cooking over an open flame.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":830,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/ef9d0188da11e2bc56788f5619d9d539.png\" alt=\"\" class=\"wp-image-830\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>A games room </h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>The reception is also a games room for those who enjoy darts or playing pool. &nbsp;Take a selection of DVDs back to your room and watch movies on your own DVD player. &nbsp;There is also a selection of board games and music CDs that you can borrow.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div>\n<!-- /wp:uagb/container --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"717a85e3\",\"backgroundType\":\"color\",\"backgroundSizeTablet\":\"cover\",\"backgroundSizeMobile\":\"cover\",\"backgroundColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"bottomPaddingDesktop\":104,\"leftPaddingDesktop\":40,\"rightPaddingDesktop\":40,\"topPaddingTablet\":80,\"bottomPaddingTablet\":80,\"leftPaddingTablet\":40,\"rightPaddingTablet\":40,\"topPaddingMobile\":64,\"bottomPaddingMobile\":64,\"leftPaddingMobile\":24,\"rightPaddingMobile\":24,\"paddingLink\":false,\"variationSelected\":true,\"rowGapDesktop\":0,\"isBlockRootParent\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-717a85e3 alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/advanced-heading {\"block_id\":\"af66f714\",\"classMigrate\":true,\"headingDescToggle\":true,\"headingAlign\":\"center\",\"headingAlignMobile\":\"left\",\"subHeadingColor\":\"\",\"headSpace\":20,\"subHeadFontSize\":16,\"blockBottomPadding\":20} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-af66f714\"><h2 class=\"uagb-heading-text\">Our Inside Pictures​</h2><p class=\"uagb-desc-text\">Take a look at some pretty pictures captured in and around our premises.</p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/container {\"block_id\":\"1e522acb\",\"directionDesktop\":\"row\",\"alignItemsDesktop\":\"flex-start\",\"topMarginDesktop\":20,\"bottomMarginDesktop\":0,\"leftMarginDesktop\":0,\"rightMarginDesktop\":0,\"marginLink\":false,\"variationSelected\":true,\"rowGapMobile\":24,\"columnGapDesktop\":24,\"columnGapTablet\":20} -->\n<div class=\"wp-block-uagb-container uagb-block-1e522acb\"><!-- wp:uagb/container {\"block_id\":\"e38a4a87\",\"widthDesktop\":32,\"variationSelected\":true,\"rowGapDesktop\":24,\"rowGapTablet\":20,\"rowGapMobile\":24,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-e38a4a87\"><!-- wp:uagb/image {\"block_id\":\"b49956a8\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/red-rose-1024x683.jpg\",\"id\":834,\"linkDestination\":\"none\",\"naturalWidth\":1024,\"naturalHeight\":683,\"sizeSlug\":\"large\",\"sizeSlugTablet\":\"large\",\"sizeSlugMobile\":\"large\"} -->\n<div class=\"wp-block-uagb-image uagb-block-b49956a8 wp-block-uagb-image--layout-default wp-block-uagb-image--effect-static wp-block-uagb-image--align-none\"><figure class=\"wp-block-uagb-image__figure\"><img srcset=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/red-rose-1024x683.jpg \" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/red-rose-1024x683.jpg\" alt=\"\" class=\"uag-image-834\" width=\"\" height=\"\" title=\"\" loading=\"lazy\"/></figure></div>\n<!-- /wp:uagb/image -->\n\n<!-- wp:uagb/image {\"block_id\":\"65ed3853\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/gallery-6.jpg\",\"id\":110,\"linkDestination\":\"none\",\"naturalWidth\":388,\"naturalHeight\":240,\"sizeSlug\":\"full\",\"sizeSlugTablet\":\"full\",\"sizeSlugMobile\":\"full\"} -->\n<div class=\"wp-block-uagb-image uagb-block-65ed3853 wp-block-uagb-image--layout-default wp-block-uagb-image--effect-static wp-block-uagb-image--align-none\"><figure class=\"wp-block-uagb-image__figure\"><img srcset=\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/gallery-6.jpg \" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/gallery-6.jpg\" alt=\"\" class=\"uag-image-110\" width=\"\" height=\"\" title=\"\" loading=\"lazy\"/></figure></div>\n<!-- /wp:uagb/image --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"a1c78d46\",\"widthDesktop\":67,\"variationSelected\":true,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-a1c78d46\"><!-- wp:uagb/image {\"block_id\":\"9b70f8a4\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-14.jpg\",\"id\":835,\"linkDestination\":\"none\",\"widthTablet\":780,\"heightTablet\":0,\"naturalWidth\":1000,\"naturalHeight\":667,\"sizeSlug\":\"full\",\"sizeSlugTablet\":\"full\",\"sizeSlugMobile\":\"full\",\"customHeightSetDesktop\":true} -->\n<div class=\"wp-block-uagb-image uagb-block-9b70f8a4 wp-block-uagb-image--layout-default wp-block-uagb-image--effect-static wp-block-uagb-image--align-none\"><figure class=\"wp-block-uagb-image__figure\"><img srcset=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-14.jpg \" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-14.jpg\" alt=\"\" class=\"uag-image-835\" width=\"\" height=\"\" title=\"\" loading=\"lazy\"/></figure></div>\n<!-- /wp:uagb/image --></div>\n<!-- /wp:uagb/container --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"5178624a\",\"directionDesktop\":\"row\",\"alignItemsDesktop\":\"flex-start\",\"topMarginDesktop\":24,\"bottomMarginDesktop\":0,\"leftMarginDesktop\":0,\"rightMarginDesktop\":0,\"topMarginTablet\":20,\"bottomMarginTablet\":0,\"leftMarginTablet\":0,\"rightMarginTablet\":0,\"topMarginMobile\":24,\"bottomMarginMobile\":0,\"leftMarginMobile\":0,\"rightMarginMobile\":0,\"marginLink\":false,\"variationSelected\":true,\"columnGapDesktop\":24,\"columnGapTablet\":20} -->\n<div class=\"wp-block-uagb-container uagb-block-5178624a\"><!-- wp:uagb/container {\"block_id\":\"18d83f59\",\"widthDesktop\":67,\"variationSelected\":true,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-18d83f59\"><!-- wp:uagb/image {\"block_id\":\"44c10bb5\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-8-1024x678.jpg\",\"id\":837,\"linkDestination\":\"none\",\"naturalWidth\":1024,\"naturalHeight\":678,\"sizeSlug\":\"large\",\"sizeSlugTablet\":\"large\",\"sizeSlugMobile\":\"large\",\"customHeightSetDesktop\":true} -->\n<div class=\"wp-block-uagb-image uagb-block-44c10bb5 wp-block-uagb-image--layout-default wp-block-uagb-image--effect-static wp-block-uagb-image--align-none\"><figure class=\"wp-block-uagb-image__figure\"><img srcset=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-8-1024x678.jpg \" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-8-1024x678.jpg\" alt=\"\" class=\"uag-image-837\" width=\"\" height=\"\" title=\"\" loading=\"lazy\"/></figure></div>\n<!-- /wp:uagb/image --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"8ac0ca05\",\"widthDesktop\":32,\"variationSelected\":true,\"rowGapDesktop\":24,\"rowGapTablet\":20,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-8ac0ca05\"><!-- wp:uagb/image {\"block_id\":\"43aadb08\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/49g.jpg\",\"id\":838,\"linkDestination\":\"none\",\"naturalWidth\":650,\"naturalHeight\":450,\"sizeSlug\":\"full\",\"sizeSlugTablet\":\"full\",\"sizeSlugMobile\":\"full\"} -->\n<div class=\"wp-block-uagb-image uagb-block-43aadb08 wp-block-uagb-image--layout-default wp-block-uagb-image--effect-static wp-block-uagb-image--align-none\"><figure class=\"wp-block-uagb-image__figure\"><img srcset=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/49g.jpg \" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/49g.jpg\" alt=\"\" class=\"uag-image-838\" width=\"\" height=\"\" title=\"\" loading=\"lazy\"/></figure></div>\n<!-- /wp:uagb/image -->\n\n<!-- wp:uagb/image {\"block_id\":\"98999c17\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-country-lodge-1-1024x576.jpg\",\"id\":839,\"linkDestination\":\"none\",\"naturalWidth\":1024,\"naturalHeight\":576,\"sizeSlug\":\"large\",\"sizeSlugTablet\":\"large\",\"sizeSlugMobile\":\"large\"} -->\n<div class=\"wp-block-uagb-image uagb-block-98999c17 wp-block-uagb-image--layout-default wp-block-uagb-image--effect-static wp-block-uagb-image--align-none\"><figure class=\"wp-block-uagb-image__figure\"><img srcset=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-country-lodge-1-1024x576.jpg \" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-country-lodge-1-1024x576.jpg\" alt=\"\" class=\"uag-image-839\" width=\"\" height=\"\" title=\"\" loading=\"lazy\"/></figure></div>\n<!-- /wp:uagb/image --></div>\n<!-- /wp:uagb/container --></div>\n<!-- /wp:uagb/container --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"2c1d068f\",\"backgroundType\":\"color\",\"backgroundSizeTablet\":\"cover\",\"backgroundSizeMobile\":\"cover\",\"backgroundColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"topPaddingDesktop\":40,\"bottomPaddingDesktop\":104,\"leftPaddingDesktop\":40,\"rightPaddingDesktop\":40,\"topPaddingTablet\":80,\"bottomPaddingTablet\":80,\"leftPaddingTablet\":40,\"rightPaddingTablet\":40,\"topPaddingMobile\":64,\"bottomPaddingMobile\":64,\"leftPaddingMobile\":24,\"rightPaddingMobile\":24,\"paddingLink\":false,\"variationSelected\":true,\"rowGapDesktop\":0,\"isBlockRootParent\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-2c1d068f alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/advanced-heading {\"block_id\":\"301e6a08\",\"classMigrate\":true,\"headingDescToggle\":true,\"headingAlign\":\"center\",\"headingAlignMobile\":\"left\",\"subHeadingColor\":\"\",\"headSpace\":20,\"subHeadFontSize\":16,\"blockBottomPadding\":20} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-301e6a08\"><h2 class=\"uagb-heading-text\">What Our Guests Say​</h2><p class=\"uagb-desc-text\">We take pride in serving our guests the best experience. </p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/container {\"block_id\":\"f560086b\",\"directionDesktop\":\"row\",\"topMarginDesktop\":40,\"bottomMarginDesktop\":0,\"leftMarginDesktop\":0,\"rightMarginDesktop\":0,\"marginLink\":false,\"variationSelected\":true,\"rowGapMobile\":40,\"columnGapDesktop\":90} -->\n<div class=\"wp-block-uagb-container uagb-block-f560086b\"><!-- wp:uagb/container {\"block_id\":\"0e2680a0\",\"widthDesktop\":50,\"variationSelected\":true,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-0e2680a0\"><!-- wp:uagb/testimonial {\"test_item_count\":1,\"classMigrate\":true,\"test_block\":[{\"description\":\"\\u0022Thank you for a most enjoyable weekend stay and for making our anniversary so special.  Thank you for your kind and lovely friendship which we really appreciate!!!\\u0022​\",\"name\":\"\\u003cstrong\\u003eBrenda and Theuns\\u003c/strong\\u003e\",\"company\":\"\",\"image\":{\"id\":119,\"title\":\"testimonial1\",\"filename\":\"testimonial1.jpg\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/testimonial1.jpg\",\"link\":\"https://blueroan.netgen.cloud/testimonial1/\",\"alt\":\"\",\"author\":\"34\",\"description\":\"\",\"caption\":\"\",\"name\":\"testimonial1\",\"status\":\"inherit\",\"uploadedTo\":0,\"date\":\"2021-05-11T05:02:02.000Z\",\"modified\":\"2021-05-11T05:02:02.000Z\",\"menuOrder\":0,\"mime\":\"image/jpeg\",\"type\":\"image\",\"subtype\":\"jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/default.png\",\"dateFormatted\":\"May 11, 2021\",\"nonces\":{\"update\":\"b92fe40c3d\",\"delete\":\"643c1eb8f1\",\"edit\":\"d3e7d56b1d\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=119\\u0026action=edit\",\"meta\":false,\"authorName\":\"Rishabh\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/user-edit.php?user_id=34\",\"filesizeInBytes\":11264,\"filesizeHumanReadable\":\"11 KB\",\"context\":\"\",\"height\":250,\"width\":250,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/testimonial1-150x150.jpg\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/testimonial1.jpg\",\"height\":250,\"width\":250,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}}}],\"headingAlign\":\"left\",\"headingAlignTablet\":\"left\",\"headingAlignMobile\":\"left\",\"descColor\":\"var(\\u002d\\u002dast-global-color-3)\",\"nameFontSize\":14,\"nameLineHeight\":1,\"descFontSize\":16,\"descFontWeight\":\"600\",\"nameSpace\":1,\"block_id\":\"a64fc8c8\",\"iconImage\":{\"url\":\"\",\"alt\":\"InfoBox placeholder img\"},\"imageWidth\":32,\"columnGap\":1,\"borderStyle\":\"\",\"paddingTop\":0,\"paddingBottom\":0,\"paddingLeft\":0,\"paddingRight\":0,\"spacingLink\":true,\"imgpaddingTop\":0,\"imgpaddingRight\":15,\"imgpaddingBottom\":0,\"imgpaddingLeft\":0,\"overallBorderStyle\":\"none\",\"imgTagHeight\":32,\"imgTagWidth\":150} -->\n<div class=\"wp-block-uagb-testimonial uagb-slick-carousel uagb-tm__arrow-outside uagb-block-a64fc8c8 uagb-post__carousel_notset uagb-post__carousel_notset-tablet uagb-post__carousel_notset-mobile\"><div class=\"is-carousel uagb-tm__columns-1 uagb-tm__items\"><div class=\"uagb-testimonial__wrap  uagb-tm__imgicon-style-circle uagb-tm__image-position-bottom uagb-tm__bg-type-none \"><div class=\"uagb-tm__content\"><div class=\"uagb-tm__overlay\"></div><div class=\"uagb-tm__text-wrap\"><div class=\"uagb-tm__desc\">\"Thank you for a most enjoyable weekend stay and for making our anniversary so special.  Thank you for your kind and lovely friendship which we really appreciate!!!\"​</div><div class=\"uagb-tm__meta-inner\"><div class=\"uagb-tm__image-content\"><div class=\"uagb-tm__image\"><img class=\"uagb-tm-img-src\" src=\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/testimonial1-150x150.jpg\" alt=\"\" width=\"32\" height=\"32\" loading=\"lazy\"/></div></div><div class=\"uagb-testimonial-details\"><span class=\"uagb-tm__author-name\"><strong>Brenda and Theuns</strong></span><span class=\"uagb-tm__company\"></span></div></div></div></div></div></div></div>\n<!-- /wp:uagb/testimonial -->\n\n<!-- wp:uagb/testimonial {\"test_item_count\":1,\"classMigrate\":true,\"test_block\":[{\"description\":\"\\u0022Breaking away from city life and coming out to a most wonderful romantic weekend away.  The unit is so comfortable.  Thank you for your great hospitality - we had an awesome time here.  Go well - with love\\u0022​\",\"name\":\"\\u003cstrong\\u003e\\u003cstrong\\u003e\\u003cstrong\\u003eLiz \\u0026amp; Eddie\\u003c/strong\\u003e\\u003c/strong\\u003e\\u003c/strong\\u003e\",\"company\":\"\",\"image\":{\"id\":122,\"title\":\"testimonial4\",\"filename\":\"testimonial4.jpg\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/testimonial4.jpg\",\"link\":\"https://blueroan.netgen.cloud/testimonial4/\",\"alt\":\"\",\"author\":\"34\",\"description\":\"\",\"caption\":\"\",\"name\":\"testimonial4\",\"status\":\"inherit\",\"uploadedTo\":0,\"date\":\"2021-05-11T05:02:06.000Z\",\"modified\":\"2021-05-11T05:02:06.000Z\",\"menuOrder\":0,\"mime\":\"image/jpeg\",\"type\":\"image\",\"subtype\":\"jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/default.png\",\"dateFormatted\":\"May 11, 2021\",\"nonces\":{\"update\":\"4e34860add\",\"delete\":\"9e126a55cd\",\"edit\":\"33ffd3c040\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=122\\u0026action=edit\",\"meta\":false,\"authorName\":\"Rishabh\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/user-edit.php?user_id=34\",\"filesizeInBytes\":16584,\"filesizeHumanReadable\":\"16 KB\",\"context\":\"\",\"height\":250,\"width\":250,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/testimonial4-150x150.jpg\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/testimonial4.jpg\",\"height\":250,\"width\":250,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}}}],\"headingAlign\":\"left\",\"headingAlignTablet\":\"left\",\"headingAlignMobile\":\"left\",\"descColor\":\"var(\\u002d\\u002dast-global-color-3)\",\"nameFontSize\":14,\"nameLineHeight\":1,\"descFontSize\":16,\"descFontWeight\":\"600\",\"nameSpace\":1,\"block_id\":\"a35aca7b\",\"iconImage\":{\"url\":\"\",\"alt\":\"InfoBox placeholder img\"},\"imageWidth\":32,\"columnGap\":1,\"borderStyle\":\"\",\"paddingTop\":0,\"paddingBottom\":0,\"paddingLeft\":0,\"paddingRight\":0,\"spacingLink\":true,\"imgpaddingTop\":0,\"imgpaddingRight\":15,\"imgpaddingBottom\":0,\"imgpaddingLeft\":0,\"overallBorderStyle\":\"none\",\"imgTagHeight\":32,\"imgTagWidth\":150} -->\n<div class=\"wp-block-uagb-testimonial uagb-slick-carousel uagb-tm__arrow-outside uagb-block-a35aca7b uagb-post__carousel_notset uagb-post__carousel_notset-tablet uagb-post__carousel_notset-mobile\"><div class=\"is-carousel uagb-tm__columns-1 uagb-tm__items\"><div class=\"uagb-testimonial__wrap  uagb-tm__imgicon-style-circle uagb-tm__image-position-bottom uagb-tm__bg-type-none \"><div class=\"uagb-tm__content\"><div class=\"uagb-tm__overlay\"></div><div class=\"uagb-tm__text-wrap\"><div class=\"uagb-tm__desc\">\"Breaking away from city life and coming out to a most wonderful romantic weekend away.  The unit is so comfortable.  Thank you for your great hospitality - we had an awesome time here.  Go well - with love\"​</div><div class=\"uagb-tm__meta-inner\"><div class=\"uagb-tm__image-content\"><div class=\"uagb-tm__image\"><img class=\"uagb-tm-img-src\" src=\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/testimonial4-150x150.jpg\" alt=\"\" width=\"32\" height=\"32\" loading=\"lazy\"/></div></div><div class=\"uagb-testimonial-details\"><span class=\"uagb-tm__author-name\"><strong><strong><strong>Liz &amp; Eddie</strong></strong></strong></span><span class=\"uagb-tm__company\"></span></div></div></div></div></div></div></div>\n<!-- /wp:uagb/testimonial --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"b2978241\",\"widthDesktop\":50,\"variationSelected\":true,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-b2978241\"><!-- wp:uagb/testimonial {\"test_item_count\":1,\"classMigrate\":true,\"test_block\":[{\"description\":\"\\u0022Judy, what a wonderful place you have here - we were so delighted to spend the weekend here, so tranquil, peaceful, and beautiful. You made us feel right at home. Definitely a place worth 5 stars! Go well.\\u0022​\",\"name\":\"\\u003cstrong\\u003e\\u003cstrong\\u003eBrian\\u003c/strong\\u003e\\u003c/strong\\u003e \\u003cstrong\\u003e\\u003cstrong\\u003e\\u003cstrong\\u003eand \\u003cstrong\\u003eMariska\\u003c/strong\\u003e\\u003c/strong\\u003e\\u003cbr\\u003e\\u003c/strong\\u003e\\u003c/strong\\u003e\",\"company\":\"\",\"image\":{\"id\":120,\"title\":\"testimonial2\",\"filename\":\"testimonial2.jpg\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/testimonial2.jpg\",\"link\":\"https://blueroan.netgen.cloud/testimonial2/\",\"alt\":\"\",\"author\":\"34\",\"description\":\"\",\"caption\":\"\",\"name\":\"testimonial2\",\"status\":\"inherit\",\"uploadedTo\":0,\"date\":\"2021-05-11T05:02:03.000Z\",\"modified\":\"2021-05-11T05:02:03.000Z\",\"menuOrder\":0,\"mime\":\"image/jpeg\",\"type\":\"image\",\"subtype\":\"jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/default.png\",\"dateFormatted\":\"May 11, 2021\",\"nonces\":{\"update\":\"1ee6412858\",\"delete\":\"4414a2ccbf\",\"edit\":\"bde7b1f490\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=120\\u0026action=edit\",\"meta\":false,\"authorName\":\"Rishabh\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/user-edit.php?user_id=34\",\"filesizeInBytes\":10087,\"filesizeHumanReadable\":\"10 KB\",\"context\":\"\",\"height\":250,\"width\":250,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/testimonial2-150x150.jpg\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/testimonial2.jpg\",\"height\":250,\"width\":250,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}}}],\"headingAlign\":\"left\",\"headingAlignTablet\":\"left\",\"headingAlignMobile\":\"left\",\"descColor\":\"var(\\u002d\\u002dast-global-color-3)\",\"nameFontSize\":14,\"nameLineHeight\":1,\"descFontSize\":16,\"descFontWeight\":\"600\",\"nameSpace\":1,\"block_id\":\"e0e30409\",\"iconImage\":{\"url\":\"\",\"alt\":\"InfoBox placeholder img\"},\"imageWidth\":32,\"columnGap\":1,\"borderStyle\":\"\",\"paddingTop\":0,\"paddingBottom\":0,\"paddingLeft\":0,\"paddingRight\":0,\"spacingLink\":true,\"imgpaddingTop\":0,\"imgpaddingRight\":15,\"imgpaddingBottom\":0,\"imgpaddingLeft\":0,\"overallBorderStyle\":\"none\",\"imgTagHeight\":32,\"imgTagWidth\":150} -->\n<div class=\"wp-block-uagb-testimonial uagb-slick-carousel uagb-tm__arrow-outside uagb-block-e0e30409 uagb-post__carousel_notset uagb-post__carousel_notset-tablet uagb-post__carousel_notset-mobile\"><div class=\"is-carousel uagb-tm__columns-1 uagb-tm__items\"><div class=\"uagb-testimonial__wrap  uagb-tm__imgicon-style-circle uagb-tm__image-position-bottom uagb-tm__bg-type-none \"><div class=\"uagb-tm__content\"><div class=\"uagb-tm__overlay\"></div><div class=\"uagb-tm__text-wrap\"><div class=\"uagb-tm__desc\">\"Judy, what a wonderful place you have here - we were so delighted to spend the weekend here, so tranquil, peaceful, and beautiful. You made us feel right at home. Definitely a place worth 5 stars! Go well.\"​</div><div class=\"uagb-tm__meta-inner\"><div class=\"uagb-tm__image-content\"><div class=\"uagb-tm__image\"><img class=\"uagb-tm-img-src\" src=\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/testimonial2-150x150.jpg\" alt=\"\" width=\"32\" height=\"32\" loading=\"lazy\"/></div></div><div class=\"uagb-testimonial-details\"><span class=\"uagb-tm__author-name\"><strong><strong>Brian</strong></strong> <strong><strong><strong>and <strong>Mariska</strong></strong><br></strong></strong></span><span class=\"uagb-tm__company\"></span></div></div></div></div></div></div></div>\n<!-- /wp:uagb/testimonial -->\n\n<!-- wp:uagb/testimonial {\"test_item_count\":1,\"classMigrate\":true,\"test_block\":[{\"description\":\"\\u0022Thank you for the most wonderful time, Judy!  This was the most peaceful and perfect place to get engaged!  We will most certainly be back!!!  Your hospitality cannot be topped!\\u0022​\",\"name\":\"\\u003cstrong\\u003e\\u003cstrong\\u003e\\u003cstrong\\u003e\\u003cstrong\\u003eBrett and Kelly\\u003c/strong\\u003e\\u003c/strong\\u003e\\u003c/strong\\u003e\\u003c/strong\\u003e\",\"company\":\"\",\"image\":{\"id\":121,\"title\":\"testimonial3\",\"filename\":\"testimonial3.jpg\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/testimonial3.jpg\",\"link\":\"https://blueroan.netgen.cloud/testimonial3/\",\"alt\":\"\",\"author\":\"34\",\"description\":\"\",\"caption\":\"\",\"name\":\"testimonial3\",\"status\":\"inherit\",\"uploadedTo\":0,\"date\":\"2021-05-11T05:02:05.000Z\",\"modified\":\"2021-05-11T05:02:05.000Z\",\"menuOrder\":0,\"mime\":\"image/jpeg\",\"type\":\"image\",\"subtype\":\"jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/default.png\",\"dateFormatted\":\"May 11, 2021\",\"nonces\":{\"update\":\"290653da5d\",\"delete\":\"90a4fb2d63\",\"edit\":\"ff8a64e56e\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=121\\u0026action=edit\",\"meta\":false,\"authorName\":\"Rishabh\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/user-edit.php?user_id=34\",\"filesizeInBytes\":8748,\"filesizeHumanReadable\":\"9 KB\",\"context\":\"\",\"height\":250,\"width\":250,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/testimonial3-150x150.jpg\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/testimonial3.jpg\",\"height\":250,\"width\":250,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}}}],\"headingAlign\":\"left\",\"headingAlignTablet\":\"left\",\"headingAlignMobile\":\"left\",\"descColor\":\"var(\\u002d\\u002dast-global-color-3)\",\"nameFontSize\":14,\"nameLineHeight\":1,\"descFontSize\":16,\"descFontWeight\":\"600\",\"nameSpace\":1,\"block_id\":\"4645b25e\",\"iconImage\":{\"url\":\"\",\"alt\":\"InfoBox placeholder img\"},\"imageWidth\":32,\"columnGap\":1,\"borderStyle\":\"\",\"paddingTop\":0,\"paddingBottom\":0,\"paddingLeft\":0,\"paddingRight\":0,\"spacingLink\":true,\"imgpaddingTop\":0,\"imgpaddingRight\":15,\"imgpaddingBottom\":0,\"imgpaddingLeft\":0,\"overallBorderStyle\":\"none\",\"imgTagHeight\":32,\"imgTagWidth\":150} -->\n<div class=\"wp-block-uagb-testimonial uagb-slick-carousel uagb-tm__arrow-outside uagb-block-4645b25e uagb-post__carousel_notset uagb-post__carousel_notset-tablet uagb-post__carousel_notset-mobile\"><div class=\"is-carousel uagb-tm__columns-1 uagb-tm__items\"><div class=\"uagb-testimonial__wrap  uagb-tm__imgicon-style-circle uagb-tm__image-position-bottom uagb-tm__bg-type-none \"><div class=\"uagb-tm__content\"><div class=\"uagb-tm__overlay\"></div><div class=\"uagb-tm__text-wrap\"><div class=\"uagb-tm__desc\">\"Thank you for the most wonderful time, Judy!  This was the most peaceful and perfect place to get engaged!  We will most certainly be back!!!  Your hospitality cannot be topped!\"​</div><div class=\"uagb-tm__meta-inner\"><div class=\"uagb-tm__image-content\"><div class=\"uagb-tm__image\"><img class=\"uagb-tm-img-src\" src=\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/testimonial3-150x150.jpg\" alt=\"\" width=\"32\" height=\"32\" loading=\"lazy\"/></div></div><div class=\"uagb-testimonial-details\"><span class=\"uagb-tm__author-name\"><strong><strong><strong><strong>Brett and Kelly</strong></strong></strong></strong></span><span class=\"uagb-tm__company\"></span></div></div></div></div></div></div></div>\n<!-- /wp:uagb/testimonial --></div>\n<!-- /wp:uagb/container --></div>\n<!-- /wp:uagb/container --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"912bedfc\",\"innerContentCustomWidthDesktop\":781,\"innerContentCustomWidthTablet\":781,\"backgroundType\":\"image\",\"backgroundImageDesktop\":{\"id\":809,\"title\":\"26759994757_767d9794fd_b\",\"filename\":\"26759994757_767d9794fd_b.jpg\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/26759994757_767d9794fd_b.jpg\",\"link\":\"https://blueroan.netgen.cloud/?attachment_id=809\",\"alt\":\"\",\"author\":\"2\",\"description\":\"\",\"caption\":\"\",\"name\":\"26759994757_767d9794fd_b\",\"status\":\"inherit\",\"uploadedTo\":805,\"date\":\"2022-12-13T09:51:53.000Z\",\"modified\":\"2022-12-13T09:51:53.000Z\",\"menuOrder\":0,\"mime\":\"image/jpeg\",\"type\":\"image\",\"subtype\":\"jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-includes/images/media/default.png\",\"dateFormatted\":\"December 13, 2022\",\"nonces\":{\"update\":\"39b5c0eef1\",\"delete\":\"fde92abd83\",\"edit\":\"3923face9e\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=809\\u0026action=edit\",\"meta\":false,\"authorName\":\"Netgen Support\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/profile.php\",\"uploadedToTitle\":\"Magaliesburg\",\"uploadedToLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=805\\u0026action=edit\",\"filesizeInBytes\":143610,\"filesizeHumanReadable\":\"140 KB\",\"context\":\"\",\"height\":683,\"width\":1024,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/26759994757_767d9794fd_b-150x150.jpg\",\"orientation\":\"landscape\"},\"medium\":{\"height\":200,\"width\":300,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/26759994757_767d9794fd_b-300x200.jpg\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/26759994757_767d9794fd_b.jpg\",\"height\":683,\"width\":1024,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"backgroundImageColor\":\"rgba(42,42,42,0.65)\",\"topPaddingDesktop\":144,\"bottomPaddingDesktop\":144,\"leftPaddingDesktop\":40,\"rightPaddingDesktop\":40,\"topPaddingTablet\":80,\"bottomPaddingTablet\":80,\"leftPaddingTablet\":40,\"rightPaddingTablet\":40,\"topPaddingMobile\":64,\"bottomPaddingMobile\":64,\"leftPaddingMobile\":24,\"rightPaddingMobile\":24,\"paddingLink\":false,\"variationSelected\":true,\"isBlockRootParent\":true,\"overlayType\":\"color\"} -->\n<div class=\"wp-block-uagb-container uagb-block-912bedfc alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/advanced-heading {\"block_id\":\"a4baea95\",\"classMigrate\":true,\"headingDescToggle\":true,\"headingAlign\":\"center\",\"headingColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"subHeadingColor\":\"var(\\u002d\\u002dast-global-color-4)\",\"headSpace\":20} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-a4baea95\"><h2 class=\"uagb-heading-text\">Plan an Unforgettable Experience at Blue Roan!</h2><p class=\"uagb-desc-text\">Blue Roan is a 4-star graded pet-friendly venue</p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/advanced-heading {\"block_id\":\"8c833103\",\"classMigrate\":true,\"headingTitleToggle\":false,\"headingDescToggle\":true,\"headingAlign\":\"center\",\"subHeadingColor\":\"var(\\u002d\\u002dast-global-color-4)\",\"subHeadTransform\":\"uppercase\",\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"subHeadLetterSpacing\":2,\"blockTopPadding\":60,\"blockRightPadding\":0,\"blockLeftPadding\":0,\"blockBottomPadding\":0,\"blockTopPaddingMobile\":30,\"blockRightPaddingMobile\":0,\"blockLeftPaddingMobile\":0,\"blockBottomPaddingMobile\":0} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-8c833103\"><p class=\"uagb-desc-text\">BOOK YOUR STAY NOW​</p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/icon-list {\"block_id\":\"a021ff72\",\"classMigrate\":true,\"childMigrate\":true,\"align\":\"center\",\"parentIcon\":\"phone\",\"size\":40,\"sizeMobile\":24,\"sizeTablet\":32,\"fontSize\":48,\"fontSizeMobile\":28,\"fontSizeTablet\":40,\"fontWeight\":\"600\",\"iconColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"labelColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"blockTopPadding\":0,\"blockRightPadding\":0,\"blockLeftPadding\":0,\"blockBottomPadding\":24,\"blockPaddingLink\":false} -->\n<div class=\"wp-block-uagb-icon-list uagb-block-a021ff72\"><div class=\"uagb-icon-list__wrap\"><!-- wp:uagb/icon-list-child {\"block_id\":\"e73c611f\",\"label\":\" + 27 (0) 82 575 5409\",\"label_color\":\"\",\"link\":\"tel:+27825755409\",\"disableLink\":true,\"fromParentIcon\":\"phone\",\"imageSizeChild\":40} -->\n<div class=\"wp-block-uagb-icon-list-child uagb-block-e73c611f\"><a target=\"_self\" aria-label=\" + 27 (0) 82 575 5409\" rel=\"noopener noreferrer\" href=\"tel:+27825755409\"> </a><span class=\"uagb-icon-list__source-wrap\"><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M511.2 387l-23.25 100.8c-3.266 14.25-15.79 24.22-30.46 24.22C205.2 512 0 306.8 0 54.5c0-14.66 9.969-27.2 24.22-30.45l100.8-23.25C139.7-2.602 154.7 5.018 160.8 18.92l46.52 108.5c5.438 12.78 1.77 27.67-8.98 36.45L144.5 207.1c33.98 69.22 90.26 125.5 159.5 159.5l44.08-53.8c8.688-10.78 23.69-14.51 36.47-8.975l108.5 46.51C506.1 357.2 514.6 372.4 511.2 387z\"></path></svg></span><span class=\"uagb-icon-list__label\"> + 27 (0) 82 575 5409</span></div>\n<!-- /wp:uagb/icon-list-child -->\n\n<!-- wp:uagb/icon-list-child {\"block_id\":\"18596846\",\"label\":\"blueroan@ugo.co.za\",\"icon\":\"envelope\",\"label_color\":\"\",\"link\":\"mailto:blueroan@ugo.co.za\",\"target\":true,\"disableLink\":true,\"fromParentIcon\":\"phone\",\"imageSizeChild\":40} -->\n<div class=\"wp-block-uagb-icon-list-child uagb-block-18596846\"><a target=\"_blank\" aria-label=\"blueroan@ugo.co.za\" rel=\"noopener noreferrer\" href=\"mailto:blueroan@ugo.co.za\"> </a><span class=\"uagb-icon-list__source-wrap\"><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M464 64C490.5 64 512 85.49 512 112C512 127.1 504.9 141.3 492.8 150.4L275.2 313.6C263.8 322.1 248.2 322.1 236.8 313.6L19.2 150.4C7.113 141.3 0 127.1 0 112C0 85.49 21.49 64 48 64H464zM217.6 339.2C240.4 356.3 271.6 356.3 294.4 339.2L512 176V384C512 419.3 483.3 448 448 448H64C28.65 448 0 419.3 0 384V176L217.6 339.2z\"></path></svg></span><span class=\"uagb-icon-list__label\">blueroan@ugo.co.za</span></div>\n<!-- /wp:uagb/icon-list-child --></div></div>\n<!-- /wp:uagb/icon-list --></div></div>\n<!-- /wp:uagb/container -->',	'Home',	'',	'inherit',	'closed',	'closed',	'',	'760-revision-v1',	'',	'',	'2022-12-13 12:07:50',	'2022-12-13 12:07:50',	'',	760,	'https://blueroan.netgen.cloud/?p=846',	0,	'revision',	'',	0),
(847,	2,	'2022-12-13 12:08:31',	'2022-12-13 12:08:31',	'<!-- wp:uagb/container {\"block_id\":\"3ccb5875\",\"minHeightDesktop\":95,\"minHeightTablet\":70,\"minHeightMobile\":80,\"minHeightType\":\"vh\",\"alignItemsDesktop\":\"flex-start\",\"backgroundType\":\"image\",\"backgroundImageDesktop\":{\"uploading\":false,\"date\":1670921854000,\"filename\":\"Blue-Roan-pool.jpg\",\"menuOrder\":0,\"uploadedTo\":760,\"type\":\"image\",\"subtype\":\"jpeg\",\"id\":784,\"title\":\"Blue Roan - pool\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Blue-Roan-pool.jpg\",\"link\":\"https://blueroan.netgen.cloud/home/blue-roan-pool/\",\"alt\":\"\",\"author\":\"2\",\"description\":\"\",\"caption\":\"\",\"name\":\"blue-roan-pool\",\"status\":\"inherit\",\"modified\":1670921854000,\"mime\":\"image/jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-includes/images/media/default.png\",\"dateFormatted\":\"December 13, 2022\",\"nonces\":{\"update\":\"51a12ed09e\",\"delete\":\"5174068551\",\"edit\":\"1de0721407\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=784\\u0026action=edit\",\"meta\":false,\"authorName\":\"Netgen Support\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/profile.php\",\"uploadedToTitle\":\"Home\",\"uploadedToLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=760\\u0026action=edit\",\"filesizeInBytes\":154801,\"filesizeHumanReadable\":\"151 KB\",\"context\":\"\",\"height\":667,\"width\":1000,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Blue-Roan-pool-150x150.jpg\",\"orientation\":\"landscape\"},\"medium\":{\"height\":200,\"width\":300,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Blue-Roan-pool-300x200.jpg\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Blue-Roan-pool.jpg\",\"height\":667,\"width\":1000,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"backgroundPositionDesktop\":{\"x\":0.5,\"y\":0.25},\"backgroundImageColor\":\"rgba(42,42,42,0.35)\",\"topPaddingDesktop\":0,\"bottomPaddingDesktop\":0,\"leftPaddingDesktop\":40,\"rightPaddingDesktop\":40,\"topPaddingTablet\":120,\"bottomPaddingTablet\":120,\"leftPaddingTablet\":40,\"rightPaddingTablet\":40,\"topPaddingMobile\":150,\"bottomPaddingMobile\":150,\"leftPaddingMobile\":20,\"rightPaddingMobile\":20,\"paddingLink\":false,\"variationSelected\":true,\"isBlockRootParent\":true,\"overlayType\":\"color\",\"minHeightTypeTablet\":\"vh\",\"minHeightTypeMobile\":\"vh\"} -->\n<div class=\"wp-block-uagb-container uagb-block-3ccb5875 alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/info-box {\"classMigrate\":true,\"headingAlign\":\"left\",\"headingColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"subHeadingColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"headingTag\":\"h1\",\"subHeadFontSize\":17,\"subHeadFontSizeMobile\":15,\"headSpace\":20,\"subHeadSpace\":40,\"block_id\":\"4e3845b2\",\"ctaIcon\":\"\",\"ctaType\":\"button\",\"ctaText\":\"Book Your Stay Now\",\"ctaLink\":\"#\",\"ctaBtnLinkColor\":\"var(\\u002d\\u002dast-global-color-2)\",\"ctaLinkHoverColor\":\"var(\\u002d\\u002dast-global-color-2)\",\"ctaBgColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"ctaBgHoverColor\":\"var(\\u002d\\u002dast-global-color-4)\",\"ctaBorderColor\":\"\",\"ctaBorderStyle\":\"\",\"ctaBorderWidth\":\"\",\"ctaBorderRadius\":\"\",\"iconImage\":{\"url\":\"\",\"alt\":\"InfoBox placeholder img\"},\"showIcon\":false,\"paddingBtnTop\":18,\"paddingBtnBottom\":18,\"paddingBtnLeft\":34,\"paddingBtnRight\":34,\"blockTopPadding\":0,\"blockRightPadding\":40,\"blockLeftPadding\":0,\"blockBottomPadding\":0,\"blockTopPaddingTablet\":0,\"blockRightPaddingTablet\":64,\"blockLeftPaddingTablet\":0,\"blockBottomPaddingTablet\":0,\"blockTopPaddingMobile\":0,\"blockRightPaddingMobile\":0,\"blockLeftPaddingMobile\":0,\"blockBottomPaddingMobile\":0,\"blockPaddingUnit\":\"%\",\"blockPaddingLink\":false,\"subHeadMarginTopTablet\":0,\"subHeadMarginRightTablet\":64,\"subHeadTabletSpace\":40,\"subHeadMarginLeftTablet\":0,\"subHeadMarginTopMobile\":0,\"subHeadMarginRightMobile\":0,\"subHeadMobileSpace\":40,\"subHeadMarginLeftMobile\":0,\"btnBorderTopWidth\":1,\"btnBorderLeftWidth\":1,\"btnBorderRightWidth\":1,\"btnBorderBottomWidth\":1,\"btnBorderTopLeftRadius\":0,\"btnBorderTopRightRadius\":0,\"btnBorderBottomLeftRadius\":0,\"btnBorderBottomRightRadius\":0,\"btnBorderStyle\":\"none\",\"btnBorderColor\":\"#333\"} -->\n<div class=\"wp-block-uagb-info-box uagb-block-4e3845b2 uagb-infobox__content-wrap  uagb-infobox-icon-above-title uagb-infobox-image-valign-top\"><div class=\"uagb-ifb-content\"><div class=\"uagb-ifb-title-wrap\"><h1 class=\"uagb-ifb-title\"><strong>Magaliesburg pet friendly self-catering accommodation</strong></h1></div><p class=\"uagb-ifb-desc\">Romantic pet-friendly self-catering accommodation in Magaliesburg, Gauteng.</p><div class=\"uagb-ifb-button-wrapper wp-block-button\"><a href=\"#\" class=\"uagb-infobox-cta-link wp-block-button__link\" target=\"_self\" rel=\"noopener noreferrer\" alt=\"\"><span class=\"uagb-inline-editing\">Book Your Stay Now</span></a></div></div></div>\n<!-- /wp:uagb/info-box --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"08cb19c3\",\"directionDesktop\":\"row\",\"directionMobile\":\"column-reverse\",\"alignItemsDesktop\":\"flex-start\",\"backgroundType\":\"color\",\"backgroundSizeTablet\":\"cover\",\"backgroundSizeMobile\":\"cover\",\"backgroundColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"topPaddingDesktop\":60,\"bottomPaddingDesktop\":60,\"topPaddingTablet\":80,\"bottomPaddingTablet\":80,\"leftPaddingTablet\":40,\"rightPaddingTablet\":40,\"topPaddingMobile\":64,\"bottomPaddingMobile\":64,\"leftPaddingMobile\":24,\"rightPaddingMobile\":24,\"paddingLink\":false,\"variationSelected\":true,\"columnGapDesktop\":60,\"columnGapTablet\":50,\"isBlockRootParent\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-08cb19c3 alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/container {\"block_id\":\"57758a38\",\"widthDesktop\":50,\"variationSelected\":true,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-57758a38\"><!-- wp:image {\"id\":797,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-13.jpg\" alt=\"\" class=\"wp-image-797\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The Blue Roan Country Lodge is situated just 5 minutes from the village of Magaliesburg on a tar road so easy access for all cars. &nbsp;We have panoramic views of the Magaliesberg mountain range and our farm is the perfect place for a relaxing getaway in the country. &nbsp;As we are only 70 km from JHB and Pretoria, it is only an hour’s drive.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:buttons -->\n<div class=\"wp-block-buttons\"><!-- wp:button -->\n<div class=\"wp-block-button\"><a class=\"wp-block-button__link wp-element-button\" href=\"/accommodation/\">View accomodation</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"a49b0c4a\",\"widthDesktop\":50,\"leftPaddingDesktop\":0,\"paddingLink\":false,\"variationSelected\":true,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-a49b0c4a\"><!-- wp:uagb/advanced-heading {\"block_id\":\"3fd510f4\",\"classMigrate\":true,\"headingDescToggle\":true,\"subHeadingColor\":\"\",\"headSpace\":20,\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-3fd510f4\"><h2 class=\"uagb-heading-text\"><strong>Blue Roan is a 4-star graded pet-friendly venue</strong></h2><p class=\"uagb-desc-text\">Our goal is to provide high-quality, romantic, comfortable, and affordable self-catering accommodation on the outskirts of the village of &nbsp;Magaliesburg. &nbsp;For animal lovers, we are also&nbsp;pet-friendly&nbsp;by arrangement in most of the units all of which have their own fully fenced and gated private grassy gardens.</p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/image {\"block_id\":\"7e737780\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/hammock-in-the-garden.jpg\",\"align\":\"left\",\"id\":799,\"linkDestination\":\"none\",\"naturalWidth\":600,\"naturalHeight\":400,\"sizeSlug\":\"full\",\"sizeSlugTablet\":\"full\",\"sizeSlugMobile\":\"full\",\"imageTopMargin\":20,\"imageRightMargin\":0,\"imageLeftMargin\":0,\"imageBottomMargin\":0,\"imageTopMarginMobile\":0,\"imageRightMarginMobile\":0,\"imageLeftMarginMobile\":0,\"imageBottomMarginMobile\":0,\"imageMarginLink\":false} -->\n<div class=\"wp-block-uagb-image uagb-block-7e737780 wp-block-uagb-image--layout-default wp-block-uagb-image--effect-static wp-block-uagb-image--align-left\"><figure class=\"wp-block-uagb-image__figure\"><img srcset=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/hammock-in-the-garden.jpg \" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/hammock-in-the-garden.jpg\" alt=\"\" class=\"uag-image-799\" width=\"\" height=\"\" title=\"\" loading=\"lazy\"/></figure></div>\n<!-- /wp:uagb/image --></div>\n<!-- /wp:uagb/container --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"1cc5a402\",\"directionDesktop\":\"row\",\"directionMobile\":\"column-reverse\",\"alignItemsDesktop\":\"flex-start\",\"backgroundType\":\"color\",\"backgroundSizeTablet\":\"cover\",\"backgroundSizeMobile\":\"cover\",\"backgroundColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"topPaddingDesktop\":0,\"bottomPaddingDesktop\":0,\"topPaddingTablet\":80,\"bottomPaddingTablet\":80,\"leftPaddingTablet\":40,\"rightPaddingTablet\":40,\"topPaddingMobile\":64,\"bottomPaddingMobile\":64,\"leftPaddingMobile\":24,\"rightPaddingMobile\":24,\"paddingLink\":false,\"variationSelected\":true,\"rowGapDesktop\":0,\"columnGapDesktop\":0,\"columnGapTablet\":50,\"isBlockRootParent\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-1cc5a402 alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:image {\"align\":\"center\",\"id\":794,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image aligncenter size-full\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/210-2108726_too-great-for-us-tourism-grading-council-of-south-5.png\" alt=\"\" class=\"wp-image-794\"/></figure>\n<!-- /wp:image --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"7e43a03a\",\"backgroundType\":\"color\",\"backgroundSizeTablet\":\"cover\",\"backgroundSizeMobile\":\"cover\",\"backgroundColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"topPaddingDesktop\":50,\"bottomPaddingDesktop\":100,\"topPaddingTablet\":50,\"bottomPaddingTablet\":25,\"leftPaddingTablet\":20,\"rightPaddingTablet\":20,\"topPaddingMobile\":50,\"bottomPaddingMobile\":20,\"leftPaddingMobile\":20,\"rightPaddingMobile\":20,\"paddingLink\":false,\"variationSelected\":true,\"rowGapDesktop\":0,\"isBlockRootParent\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-7e43a03a alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/container {\"block_id\":\"32f3853d\",\"directionDesktop\":\"row\",\"alignItemsDesktop\":\"flex-end\",\"alignItemsTablet\":\"flex-end\",\"justifyContentDesktop\":\"flex-end\",\"justifyContentTablet\":\"space-between\",\"variationSelected\":true,\"rowGapMobile\":30,\"columnGapDesktop\":0} -->\n<div class=\"wp-block-uagb-container uagb-block-32f3853d\"><!-- wp:uagb/advanced-heading {\"block_id\":\"da3e2955\",\"classMigrate\":true,\"headingDescToggle\":true,\"subHeadingColor\":\"\",\"headSpace\":20,\"subHeadFontSize\":16} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-da3e2955\"><h2 class=\"uagb-heading-text\">Amenities &amp; Interests ​</h2><p class=\"uagb-desc-text\">If you are looking for a relaxing, refreshing and rejuvenating experience altogether, we offer all of that under one roof.</p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/buttons {\"block_id\":\"209df2e2\",\"classMigrate\":true,\"childMigrate\":true,\"align\":\"right\",\"alignTablet\":\"right\",\"alignMobile\":\"left\",\"gap\":0} -->\n<div class=\"wp-block-uagb-buttons uagb-buttons__outer-wrap uagb-btn__default-btn uagb-btn-tablet__default-btn uagb-btn-mobile__default-btn uagb-block-209df2e2\"><div class=\"uagb-buttons__wrap uagb-buttons-layout-wrap\"><!-- wp:uagb/buttons-child {\"block_id\":\"50b41c5b\",\"label\":\"View All\",\"link\":\"#\",\"hColor\":\"\",\"borderWidth\":\"\",\"borderRadius\":\"\",\"borderStyle\":\"\",\"borderColor\":\"\",\"borderHColor\":\"\",\"btnBorderTopWidth\":1,\"btnBorderLeftWidth\":1,\"btnBorderRightWidth\":1,\"btnBorderBottomWidth\":1,\"btnBorderTopLeftRadius\":2,\"btnBorderTopRightRadius\":2,\"btnBorderBottomLeftRadius\":2,\"btnBorderBottomRightRadius\":2,\"btnBorderStyle\":\"solid\",\"btnBorderColor\":\"#333\",\"btnBorderHColor\":\"#333\"} -->\n<div class=\"wp-block-uagb-buttons-child uagb-buttons__outer-wrap uagb-block-50b41c5b wp-block-button is-style-outline\"><div class=\"uagb-button__wrapper\"><a class=\"uagb-buttons-repeater wp-block-button__link\" href=\"#\" rel=\"follow noopener\" target=\"_self\"><div class=\"uagb-button__link\">View All</div></a></div></div>\n<!-- /wp:uagb/buttons-child --></div></div>\n<!-- /wp:uagb/buttons --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"bc2ddcf9\",\"directionDesktop\":\"row\",\"alignItemsTablet\":\"flex-start\",\"paddingLink\":false,\"topMarginDesktop\":50,\"bottomMarginDesktop\":20,\"leftMarginDesktop\":0,\"rightMarginDesktop\":0,\"marginLink\":false,\"variationSelected\":true,\"rowGapMobile\":65,\"columnGapDesktop\":48,\"columnGapTablet\":20} -->\n<div class=\"wp-block-uagb-container uagb-block-bc2ddcf9\"><!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"align\":\"center\",\"id\":828,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image aligncenter size-full\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Blue-Roan-pool.png\" alt=\"Blue Roan\'s rock pool\" class=\"wp-image-828\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>A relaxing rock Pool​</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>We have a lovely sparkling blue rock pool next to a thatched Lapa. &nbsp;&nbsp;Lie on recliners on the green lawn or sit on the swing chair in the Lapa and enjoy the panoramic view of the Magaliesberg mountain range.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":829,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/img-20160605-wa0002-largejpg.png\" alt=\"\" class=\"wp-image-829\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>Braai facilities </h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>What can compare to a burning fire under the star-lit African sky? Nothing beats the flavor of cooking over an open flame.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":830,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/ef9d0188da11e2bc56788f5619d9d539.png\" alt=\"\" class=\"wp-image-830\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>A games room </h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>The reception is also a games room for those who enjoy darts or playing pool. &nbsp;Take a selection of DVDs back to your room and watch movies on your own DVD player. &nbsp;There is also a selection of board games and music CDs that you can borrow.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div>\n<!-- /wp:uagb/container --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"16636c64\",\"backgroundType\":\"color\",\"backgroundSizeTablet\":\"cover\",\"backgroundSizeMobile\":\"cover\",\"backgroundColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"bottomPaddingDesktop\":104,\"leftPaddingDesktop\":40,\"rightPaddingDesktop\":40,\"topPaddingTablet\":80,\"bottomPaddingTablet\":80,\"leftPaddingTablet\":40,\"rightPaddingTablet\":40,\"topPaddingMobile\":64,\"bottomPaddingMobile\":64,\"leftPaddingMobile\":24,\"rightPaddingMobile\":24,\"paddingLink\":false,\"variationSelected\":true,\"rowGapDesktop\":0,\"isBlockRootParent\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-16636c64 alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/advanced-heading {\"block_id\":\"2bffa70e\",\"classMigrate\":true,\"headingDescToggle\":true,\"headingAlign\":\"center\",\"headingAlignMobile\":\"left\",\"subHeadingColor\":\"\",\"headSpace\":20,\"subHeadFontSize\":16,\"blockBottomPadding\":20} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-2bffa70e\"><h2 class=\"uagb-heading-text\">Our Inside Pictures​</h2><p class=\"uagb-desc-text\">Take a look at some pretty pictures captured in and around our premises.</p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/container {\"block_id\":\"eb3fddba\",\"directionDesktop\":\"row\",\"alignItemsDesktop\":\"flex-start\",\"topMarginDesktop\":20,\"bottomMarginDesktop\":0,\"leftMarginDesktop\":0,\"rightMarginDesktop\":0,\"marginLink\":false,\"variationSelected\":true,\"rowGapMobile\":24,\"columnGapDesktop\":24,\"columnGapTablet\":20} -->\n<div class=\"wp-block-uagb-container uagb-block-eb3fddba\"><!-- wp:uagb/container {\"block_id\":\"3cca1b87\",\"widthDesktop\":32,\"variationSelected\":true,\"rowGapDesktop\":24,\"rowGapTablet\":20,\"rowGapMobile\":24,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-3cca1b87\"><!-- wp:uagb/image {\"block_id\":\"9633ce6a\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/red-rose-1024x683.jpg\",\"id\":834,\"linkDestination\":\"none\",\"naturalWidth\":1024,\"naturalHeight\":683,\"sizeSlug\":\"large\",\"sizeSlugTablet\":\"large\",\"sizeSlugMobile\":\"large\"} -->\n<div class=\"wp-block-uagb-image uagb-block-9633ce6a wp-block-uagb-image--layout-default wp-block-uagb-image--effect-static wp-block-uagb-image--align-none\"><figure class=\"wp-block-uagb-image__figure\"><img srcset=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/red-rose-1024x683.jpg \" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/red-rose-1024x683.jpg\" alt=\"\" class=\"uag-image-834\" width=\"\" height=\"\" title=\"\" loading=\"lazy\"/></figure></div>\n<!-- /wp:uagb/image -->\n\n<!-- wp:uagb/image {\"block_id\":\"3e39af9b\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/gallery-6.jpg\",\"id\":110,\"linkDestination\":\"none\",\"naturalWidth\":388,\"naturalHeight\":240,\"sizeSlug\":\"full\",\"sizeSlugTablet\":\"full\",\"sizeSlugMobile\":\"full\"} -->\n<div class=\"wp-block-uagb-image uagb-block-3e39af9b wp-block-uagb-image--layout-default wp-block-uagb-image--effect-static wp-block-uagb-image--align-none\"><figure class=\"wp-block-uagb-image__figure\"><img srcset=\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/gallery-6.jpg \" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/gallery-6.jpg\" alt=\"\" class=\"uag-image-110\" width=\"\" height=\"\" title=\"\" loading=\"lazy\"/></figure></div>\n<!-- /wp:uagb/image --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"e4d3198f\",\"widthDesktop\":67,\"variationSelected\":true,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-e4d3198f\"><!-- wp:uagb/image {\"block_id\":\"0794932a\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-14.jpg\",\"id\":835,\"linkDestination\":\"none\",\"widthTablet\":780,\"heightTablet\":0,\"naturalWidth\":1000,\"naturalHeight\":667,\"sizeSlug\":\"full\",\"sizeSlugTablet\":\"full\",\"sizeSlugMobile\":\"full\",\"customHeightSetDesktop\":true} -->\n<div class=\"wp-block-uagb-image uagb-block-0794932a wp-block-uagb-image--layout-default wp-block-uagb-image--effect-static wp-block-uagb-image--align-none\"><figure class=\"wp-block-uagb-image__figure\"><img srcset=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-14.jpg \" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-14.jpg\" alt=\"\" class=\"uag-image-835\" width=\"\" height=\"\" title=\"\" loading=\"lazy\"/></figure></div>\n<!-- /wp:uagb/image --></div>\n<!-- /wp:uagb/container --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"d4ab25a6\",\"directionDesktop\":\"row\",\"alignItemsDesktop\":\"flex-start\",\"topMarginDesktop\":24,\"bottomMarginDesktop\":0,\"leftMarginDesktop\":0,\"rightMarginDesktop\":0,\"topMarginTablet\":20,\"bottomMarginTablet\":0,\"leftMarginTablet\":0,\"rightMarginTablet\":0,\"topMarginMobile\":24,\"bottomMarginMobile\":0,\"leftMarginMobile\":0,\"rightMarginMobile\":0,\"marginLink\":false,\"variationSelected\":true,\"columnGapDesktop\":24,\"columnGapTablet\":20} -->\n<div class=\"wp-block-uagb-container uagb-block-d4ab25a6\"><!-- wp:uagb/container {\"block_id\":\"26a62eb4\",\"widthDesktop\":67,\"variationSelected\":true,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-26a62eb4\"><!-- wp:uagb/image {\"block_id\":\"ade5b261\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-8-1024x678.jpg\",\"id\":837,\"linkDestination\":\"none\",\"naturalWidth\":1024,\"naturalHeight\":678,\"sizeSlug\":\"large\",\"sizeSlugTablet\":\"large\",\"sizeSlugMobile\":\"large\",\"customHeightSetDesktop\":true} -->\n<div class=\"wp-block-uagb-image uagb-block-ade5b261 wp-block-uagb-image--layout-default wp-block-uagb-image--effect-static wp-block-uagb-image--align-none\"><figure class=\"wp-block-uagb-image__figure\"><img srcset=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-8-1024x678.jpg \" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-8-1024x678.jpg\" alt=\"\" class=\"uag-image-837\" width=\"\" height=\"\" title=\"\" loading=\"lazy\"/></figure></div>\n<!-- /wp:uagb/image --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"7d4c8adf\",\"widthDesktop\":32,\"variationSelected\":true,\"rowGapDesktop\":24,\"rowGapTablet\":20,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-7d4c8adf\"><!-- wp:uagb/image {\"block_id\":\"3a290ba1\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/49g.jpg\",\"id\":838,\"linkDestination\":\"none\",\"naturalWidth\":650,\"naturalHeight\":450,\"sizeSlug\":\"full\",\"sizeSlugTablet\":\"full\",\"sizeSlugMobile\":\"full\"} -->\n<div class=\"wp-block-uagb-image uagb-block-3a290ba1 wp-block-uagb-image--layout-default wp-block-uagb-image--effect-static wp-block-uagb-image--align-none\"><figure class=\"wp-block-uagb-image__figure\"><img srcset=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/49g.jpg \" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/49g.jpg\" alt=\"\" class=\"uag-image-838\" width=\"\" height=\"\" title=\"\" loading=\"lazy\"/></figure></div>\n<!-- /wp:uagb/image -->\n\n<!-- wp:uagb/image {\"block_id\":\"ab802ee9\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-country-lodge-1-1024x576.jpg\",\"id\":839,\"linkDestination\":\"none\",\"naturalWidth\":1024,\"naturalHeight\":576,\"sizeSlug\":\"large\",\"sizeSlugTablet\":\"large\",\"sizeSlugMobile\":\"large\"} -->\n<div class=\"wp-block-uagb-image uagb-block-ab802ee9 wp-block-uagb-image--layout-default wp-block-uagb-image--effect-static wp-block-uagb-image--align-none\"><figure class=\"wp-block-uagb-image__figure\"><img srcset=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-country-lodge-1-1024x576.jpg \" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-country-lodge-1-1024x576.jpg\" alt=\"\" class=\"uag-image-839\" width=\"\" height=\"\" title=\"\" loading=\"lazy\"/></figure></div>\n<!-- /wp:uagb/image --></div>\n<!-- /wp:uagb/container --></div>\n<!-- /wp:uagb/container --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"639c4136\",\"backgroundType\":\"color\",\"backgroundSizeTablet\":\"cover\",\"backgroundSizeMobile\":\"cover\",\"backgroundColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"topPaddingDesktop\":40,\"bottomPaddingDesktop\":104,\"leftPaddingDesktop\":40,\"rightPaddingDesktop\":40,\"topPaddingTablet\":80,\"bottomPaddingTablet\":80,\"leftPaddingTablet\":40,\"rightPaddingTablet\":40,\"topPaddingMobile\":64,\"bottomPaddingMobile\":64,\"leftPaddingMobile\":24,\"rightPaddingMobile\":24,\"paddingLink\":false,\"variationSelected\":true,\"rowGapDesktop\":0,\"isBlockRootParent\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-639c4136 alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/advanced-heading {\"block_id\":\"7000d178\",\"classMigrate\":true,\"headingDescToggle\":true,\"headingAlign\":\"center\",\"headingAlignMobile\":\"left\",\"subHeadingColor\":\"\",\"headSpace\":20,\"subHeadFontSize\":16,\"blockBottomPadding\":20} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-7000d178\"><h2 class=\"uagb-heading-text\">What Our Guests Say​</h2><p class=\"uagb-desc-text\">We take pride in serving our guests the best experience. </p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/container {\"block_id\":\"0439c09b\",\"directionDesktop\":\"row\",\"topMarginDesktop\":40,\"bottomMarginDesktop\":0,\"leftMarginDesktop\":0,\"rightMarginDesktop\":0,\"marginLink\":false,\"variationSelected\":true,\"rowGapMobile\":40,\"columnGapDesktop\":90} -->\n<div class=\"wp-block-uagb-container uagb-block-0439c09b\"><!-- wp:uagb/container {\"block_id\":\"bcc093ab\",\"widthDesktop\":50,\"variationSelected\":true,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-bcc093ab\"><!-- wp:uagb/testimonial {\"test_item_count\":1,\"classMigrate\":true,\"test_block\":[{\"description\":\"\\u0022Thank you for a most enjoyable weekend stay and for making our anniversary so special.  Thank you for your kind and lovely friendship which we really appreciate!!!\\u0022​\",\"name\":\"\\u003cstrong\\u003eBrenda and Theuns\\u003c/strong\\u003e\",\"company\":\"\",\"image\":{\"id\":119,\"title\":\"testimonial1\",\"filename\":\"testimonial1.jpg\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/testimonial1.jpg\",\"link\":\"https://blueroan.netgen.cloud/testimonial1/\",\"alt\":\"\",\"author\":\"34\",\"description\":\"\",\"caption\":\"\",\"name\":\"testimonial1\",\"status\":\"inherit\",\"uploadedTo\":0,\"date\":\"2021-05-11T05:02:02.000Z\",\"modified\":\"2021-05-11T05:02:02.000Z\",\"menuOrder\":0,\"mime\":\"image/jpeg\",\"type\":\"image\",\"subtype\":\"jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/default.png\",\"dateFormatted\":\"May 11, 2021\",\"nonces\":{\"update\":\"b92fe40c3d\",\"delete\":\"643c1eb8f1\",\"edit\":\"d3e7d56b1d\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=119\\u0026action=edit\",\"meta\":false,\"authorName\":\"Rishabh\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/user-edit.php?user_id=34\",\"filesizeInBytes\":11264,\"filesizeHumanReadable\":\"11 KB\",\"context\":\"\",\"height\":250,\"width\":250,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/testimonial1-150x150.jpg\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/testimonial1.jpg\",\"height\":250,\"width\":250,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}}}],\"headingAlign\":\"left\",\"headingAlignTablet\":\"left\",\"headingAlignMobile\":\"left\",\"descColor\":\"var(\\u002d\\u002dast-global-color-3)\",\"nameFontSize\":14,\"nameLineHeight\":1,\"descFontSize\":16,\"descFontWeight\":\"600\",\"nameSpace\":1,\"block_id\":\"851fad38\",\"iconImage\":{\"url\":\"\",\"alt\":\"InfoBox placeholder img\"},\"imageWidth\":32,\"columnGap\":1,\"borderStyle\":\"\",\"paddingTop\":0,\"paddingBottom\":0,\"paddingLeft\":0,\"paddingRight\":0,\"spacingLink\":true,\"imgpaddingTop\":0,\"imgpaddingRight\":15,\"imgpaddingBottom\":0,\"imgpaddingLeft\":0,\"overallBorderStyle\":\"none\",\"imgTagHeight\":32,\"imgTagWidth\":150} -->\n<div class=\"wp-block-uagb-testimonial uagb-slick-carousel uagb-tm__arrow-outside uagb-block-851fad38 uagb-post__carousel_notset uagb-post__carousel_notset-tablet uagb-post__carousel_notset-mobile\"><div class=\"is-carousel uagb-tm__columns-1 uagb-tm__items\"><div class=\"uagb-testimonial__wrap  uagb-tm__imgicon-style-circle uagb-tm__image-position-bottom uagb-tm__bg-type-none \"><div class=\"uagb-tm__content\"><div class=\"uagb-tm__overlay\"></div><div class=\"uagb-tm__text-wrap\"><div class=\"uagb-tm__desc\">\"Thank you for a most enjoyable weekend stay and for making our anniversary so special.  Thank you for your kind and lovely friendship which we really appreciate!!!\"​</div><div class=\"uagb-tm__meta-inner\"><div class=\"uagb-tm__image-content\"><div class=\"uagb-tm__image\"><img class=\"uagb-tm-img-src\" src=\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/testimonial1-150x150.jpg\" alt=\"\" width=\"32\" height=\"32\" loading=\"lazy\"/></div></div><div class=\"uagb-testimonial-details\"><span class=\"uagb-tm__author-name\"><strong>Brenda and Theuns</strong></span><span class=\"uagb-tm__company\"></span></div></div></div></div></div></div></div>\n<!-- /wp:uagb/testimonial -->\n\n<!-- wp:uagb/testimonial {\"test_item_count\":1,\"classMigrate\":true,\"test_block\":[{\"description\":\"\\u0022Breaking away from city life and coming out to a most wonderful romantic weekend away.  The unit is so comfortable.  Thank you for your great hospitality - we had an awesome time here.  Go well - with love\\u0022​\",\"name\":\"\\u003cstrong\\u003e\\u003cstrong\\u003e\\u003cstrong\\u003eLiz \\u0026amp; Eddie\\u003c/strong\\u003e\\u003c/strong\\u003e\\u003c/strong\\u003e\",\"company\":\"\",\"image\":{\"id\":122,\"title\":\"testimonial4\",\"filename\":\"testimonial4.jpg\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/testimonial4.jpg\",\"link\":\"https://blueroan.netgen.cloud/testimonial4/\",\"alt\":\"\",\"author\":\"34\",\"description\":\"\",\"caption\":\"\",\"name\":\"testimonial4\",\"status\":\"inherit\",\"uploadedTo\":0,\"date\":\"2021-05-11T05:02:06.000Z\",\"modified\":\"2021-05-11T05:02:06.000Z\",\"menuOrder\":0,\"mime\":\"image/jpeg\",\"type\":\"image\",\"subtype\":\"jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/default.png\",\"dateFormatted\":\"May 11, 2021\",\"nonces\":{\"update\":\"4e34860add\",\"delete\":\"9e126a55cd\",\"edit\":\"33ffd3c040\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=122\\u0026action=edit\",\"meta\":false,\"authorName\":\"Rishabh\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/user-edit.php?user_id=34\",\"filesizeInBytes\":16584,\"filesizeHumanReadable\":\"16 KB\",\"context\":\"\",\"height\":250,\"width\":250,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/testimonial4-150x150.jpg\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/testimonial4.jpg\",\"height\":250,\"width\":250,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}}}],\"headingAlign\":\"left\",\"headingAlignTablet\":\"left\",\"headingAlignMobile\":\"left\",\"descColor\":\"var(\\u002d\\u002dast-global-color-3)\",\"nameFontSize\":14,\"nameLineHeight\":1,\"descFontSize\":16,\"descFontWeight\":\"600\",\"nameSpace\":1,\"block_id\":\"703988f0\",\"iconImage\":{\"url\":\"\",\"alt\":\"InfoBox placeholder img\"},\"imageWidth\":32,\"columnGap\":1,\"borderStyle\":\"\",\"paddingTop\":0,\"paddingBottom\":0,\"paddingLeft\":0,\"paddingRight\":0,\"spacingLink\":true,\"imgpaddingTop\":0,\"imgpaddingRight\":15,\"imgpaddingBottom\":0,\"imgpaddingLeft\":0,\"overallBorderStyle\":\"none\",\"imgTagHeight\":32,\"imgTagWidth\":150} -->\n<div class=\"wp-block-uagb-testimonial uagb-slick-carousel uagb-tm__arrow-outside uagb-block-703988f0 uagb-post__carousel_notset uagb-post__carousel_notset-tablet uagb-post__carousel_notset-mobile\"><div class=\"is-carousel uagb-tm__columns-1 uagb-tm__items\"><div class=\"uagb-testimonial__wrap  uagb-tm__imgicon-style-circle uagb-tm__image-position-bottom uagb-tm__bg-type-none \"><div class=\"uagb-tm__content\"><div class=\"uagb-tm__overlay\"></div><div class=\"uagb-tm__text-wrap\"><div class=\"uagb-tm__desc\">\"Breaking away from city life and coming out to a most wonderful romantic weekend away.  The unit is so comfortable.  Thank you for your great hospitality - we had an awesome time here.  Go well - with love\"​</div><div class=\"uagb-tm__meta-inner\"><div class=\"uagb-tm__image-content\"><div class=\"uagb-tm__image\"><img class=\"uagb-tm-img-src\" src=\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/testimonial4-150x150.jpg\" alt=\"\" width=\"32\" height=\"32\" loading=\"lazy\"/></div></div><div class=\"uagb-testimonial-details\"><span class=\"uagb-tm__author-name\"><strong><strong><strong>Liz &amp; Eddie</strong></strong></strong></span><span class=\"uagb-tm__company\"></span></div></div></div></div></div></div></div>\n<!-- /wp:uagb/testimonial --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"05021bed\",\"widthDesktop\":50,\"variationSelected\":true,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-05021bed\"><!-- wp:uagb/testimonial {\"test_item_count\":1,\"classMigrate\":true,\"test_block\":[{\"description\":\"\\u0022Judy, what a wonderful place you have here - we were so delighted to spend the weekend here, so tranquil, peaceful, and beautiful. You made us feel right at home. Definitely a place worth 5 stars! Go well.\\u0022​\",\"name\":\"\\u003cstrong\\u003e\\u003cstrong\\u003eBrian\\u003c/strong\\u003e\\u003c/strong\\u003e \\u003cstrong\\u003e\\u003cstrong\\u003e\\u003cstrong\\u003eand \\u003cstrong\\u003eMariska\\u003c/strong\\u003e\\u003c/strong\\u003e\\u003cbr\\u003e\\u003c/strong\\u003e\\u003c/strong\\u003e\",\"company\":\"\",\"image\":{\"id\":120,\"title\":\"testimonial2\",\"filename\":\"testimonial2.jpg\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/testimonial2.jpg\",\"link\":\"https://blueroan.netgen.cloud/testimonial2/\",\"alt\":\"\",\"author\":\"34\",\"description\":\"\",\"caption\":\"\",\"name\":\"testimonial2\",\"status\":\"inherit\",\"uploadedTo\":0,\"date\":\"2021-05-11T05:02:03.000Z\",\"modified\":\"2021-05-11T05:02:03.000Z\",\"menuOrder\":0,\"mime\":\"image/jpeg\",\"type\":\"image\",\"subtype\":\"jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/default.png\",\"dateFormatted\":\"May 11, 2021\",\"nonces\":{\"update\":\"1ee6412858\",\"delete\":\"4414a2ccbf\",\"edit\":\"bde7b1f490\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=120\\u0026action=edit\",\"meta\":false,\"authorName\":\"Rishabh\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/user-edit.php?user_id=34\",\"filesizeInBytes\":10087,\"filesizeHumanReadable\":\"10 KB\",\"context\":\"\",\"height\":250,\"width\":250,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/testimonial2-150x150.jpg\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/testimonial2.jpg\",\"height\":250,\"width\":250,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}}}],\"headingAlign\":\"left\",\"headingAlignTablet\":\"left\",\"headingAlignMobile\":\"left\",\"descColor\":\"var(\\u002d\\u002dast-global-color-3)\",\"nameFontSize\":14,\"nameLineHeight\":1,\"descFontSize\":16,\"descFontWeight\":\"600\",\"nameSpace\":1,\"block_id\":\"d512d4cf\",\"iconImage\":{\"url\":\"\",\"alt\":\"InfoBox placeholder img\"},\"imageWidth\":32,\"columnGap\":1,\"borderStyle\":\"\",\"paddingTop\":0,\"paddingBottom\":0,\"paddingLeft\":0,\"paddingRight\":0,\"spacingLink\":true,\"imgpaddingTop\":0,\"imgpaddingRight\":15,\"imgpaddingBottom\":0,\"imgpaddingLeft\":0,\"overallBorderStyle\":\"none\",\"imgTagHeight\":32,\"imgTagWidth\":150} -->\n<div class=\"wp-block-uagb-testimonial uagb-slick-carousel uagb-tm__arrow-outside uagb-block-d512d4cf uagb-post__carousel_notset uagb-post__carousel_notset-tablet uagb-post__carousel_notset-mobile\"><div class=\"is-carousel uagb-tm__columns-1 uagb-tm__items\"><div class=\"uagb-testimonial__wrap  uagb-tm__imgicon-style-circle uagb-tm__image-position-bottom uagb-tm__bg-type-none \"><div class=\"uagb-tm__content\"><div class=\"uagb-tm__overlay\"></div><div class=\"uagb-tm__text-wrap\"><div class=\"uagb-tm__desc\">\"Judy, what a wonderful place you have here - we were so delighted to spend the weekend here, so tranquil, peaceful, and beautiful. You made us feel right at home. Definitely a place worth 5 stars! Go well.\"​</div><div class=\"uagb-tm__meta-inner\"><div class=\"uagb-tm__image-content\"><div class=\"uagb-tm__image\"><img class=\"uagb-tm-img-src\" src=\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/testimonial2-150x150.jpg\" alt=\"\" width=\"32\" height=\"32\" loading=\"lazy\"/></div></div><div class=\"uagb-testimonial-details\"><span class=\"uagb-tm__author-name\"><strong><strong>Brian</strong></strong> <strong><strong><strong>and <strong>Mariska</strong></strong><br></strong></strong></span><span class=\"uagb-tm__company\"></span></div></div></div></div></div></div></div>\n<!-- /wp:uagb/testimonial -->\n\n<!-- wp:uagb/testimonial {\"test_item_count\":1,\"classMigrate\":true,\"test_block\":[{\"description\":\"\\u0022Thank you for the most wonderful time, Judy!  This was the most peaceful and perfect place to get engaged!  We will most certainly be back!!!  Your hospitality cannot be topped!\\u0022​\",\"name\":\"\\u003cstrong\\u003e\\u003cstrong\\u003e\\u003cstrong\\u003e\\u003cstrong\\u003eBrett and Kelly\\u003c/strong\\u003e\\u003c/strong\\u003e\\u003c/strong\\u003e\\u003c/strong\\u003e\",\"company\":\"\",\"image\":{\"id\":121,\"title\":\"testimonial3\",\"filename\":\"testimonial3.jpg\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/testimonial3.jpg\",\"link\":\"https://blueroan.netgen.cloud/testimonial3/\",\"alt\":\"\",\"author\":\"34\",\"description\":\"\",\"caption\":\"\",\"name\":\"testimonial3\",\"status\":\"inherit\",\"uploadedTo\":0,\"date\":\"2021-05-11T05:02:05.000Z\",\"modified\":\"2021-05-11T05:02:05.000Z\",\"menuOrder\":0,\"mime\":\"image/jpeg\",\"type\":\"image\",\"subtype\":\"jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/default.png\",\"dateFormatted\":\"May 11, 2021\",\"nonces\":{\"update\":\"290653da5d\",\"delete\":\"90a4fb2d63\",\"edit\":\"ff8a64e56e\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=121\\u0026action=edit\",\"meta\":false,\"authorName\":\"Rishabh\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/user-edit.php?user_id=34\",\"filesizeInBytes\":8748,\"filesizeHumanReadable\":\"9 KB\",\"context\":\"\",\"height\":250,\"width\":250,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/testimonial3-150x150.jpg\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/testimonial3.jpg\",\"height\":250,\"width\":250,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}}}],\"headingAlign\":\"left\",\"headingAlignTablet\":\"left\",\"headingAlignMobile\":\"left\",\"descColor\":\"var(\\u002d\\u002dast-global-color-3)\",\"nameFontSize\":14,\"nameLineHeight\":1,\"descFontSize\":16,\"descFontWeight\":\"600\",\"nameSpace\":1,\"block_id\":\"4a2cfc55\",\"iconImage\":{\"url\":\"\",\"alt\":\"InfoBox placeholder img\"},\"imageWidth\":32,\"columnGap\":1,\"borderStyle\":\"\",\"paddingTop\":0,\"paddingBottom\":0,\"paddingLeft\":0,\"paddingRight\":0,\"spacingLink\":true,\"imgpaddingTop\":0,\"imgpaddingRight\":15,\"imgpaddingBottom\":0,\"imgpaddingLeft\":0,\"overallBorderStyle\":\"none\",\"imgTagHeight\":32,\"imgTagWidth\":150} -->\n<div class=\"wp-block-uagb-testimonial uagb-slick-carousel uagb-tm__arrow-outside uagb-block-4a2cfc55 uagb-post__carousel_notset uagb-post__carousel_notset-tablet uagb-post__carousel_notset-mobile\"><div class=\"is-carousel uagb-tm__columns-1 uagb-tm__items\"><div class=\"uagb-testimonial__wrap  uagb-tm__imgicon-style-circle uagb-tm__image-position-bottom uagb-tm__bg-type-none \"><div class=\"uagb-tm__content\"><div class=\"uagb-tm__overlay\"></div><div class=\"uagb-tm__text-wrap\"><div class=\"uagb-tm__desc\">\"Thank you for the most wonderful time, Judy!  This was the most peaceful and perfect place to get engaged!  We will most certainly be back!!!  Your hospitality cannot be topped!\"​</div><div class=\"uagb-tm__meta-inner\"><div class=\"uagb-tm__image-content\"><div class=\"uagb-tm__image\"><img class=\"uagb-tm-img-src\" src=\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/testimonial3-150x150.jpg\" alt=\"\" width=\"32\" height=\"32\" loading=\"lazy\"/></div></div><div class=\"uagb-testimonial-details\"><span class=\"uagb-tm__author-name\"><strong><strong><strong><strong>Brett and Kelly</strong></strong></strong></strong></span><span class=\"uagb-tm__company\"></span></div></div></div></div></div></div></div>\n<!-- /wp:uagb/testimonial --></div>\n<!-- /wp:uagb/container --></div>\n<!-- /wp:uagb/container --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"99169d51\",\"innerContentCustomWidthDesktop\":781,\"innerContentCustomWidthTablet\":781,\"backgroundType\":\"image\",\"backgroundImageDesktop\":{\"id\":809,\"title\":\"26759994757_767d9794fd_b\",\"filename\":\"26759994757_767d9794fd_b.jpg\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/26759994757_767d9794fd_b.jpg\",\"link\":\"https://blueroan.netgen.cloud/?attachment_id=809\",\"alt\":\"\",\"author\":\"2\",\"description\":\"\",\"caption\":\"\",\"name\":\"26759994757_767d9794fd_b\",\"status\":\"inherit\",\"uploadedTo\":805,\"date\":\"2022-12-13T09:51:53.000Z\",\"modified\":\"2022-12-13T09:51:53.000Z\",\"menuOrder\":0,\"mime\":\"image/jpeg\",\"type\":\"image\",\"subtype\":\"jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-includes/images/media/default.png\",\"dateFormatted\":\"December 13, 2022\",\"nonces\":{\"update\":\"39b5c0eef1\",\"delete\":\"fde92abd83\",\"edit\":\"3923face9e\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=809\\u0026action=edit\",\"meta\":false,\"authorName\":\"Netgen Support\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/profile.php\",\"uploadedToTitle\":\"Magaliesburg\",\"uploadedToLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=805\\u0026action=edit\",\"filesizeInBytes\":143610,\"filesizeHumanReadable\":\"140 KB\",\"context\":\"\",\"height\":683,\"width\":1024,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/26759994757_767d9794fd_b-150x150.jpg\",\"orientation\":\"landscape\"},\"medium\":{\"height\":200,\"width\":300,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/26759994757_767d9794fd_b-300x200.jpg\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/26759994757_767d9794fd_b.jpg\",\"height\":683,\"width\":1024,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"backgroundImageColor\":\"rgba(42,42,42,0.65)\",\"topPaddingDesktop\":144,\"bottomPaddingDesktop\":144,\"leftPaddingDesktop\":40,\"rightPaddingDesktop\":40,\"topPaddingTablet\":80,\"bottomPaddingTablet\":80,\"leftPaddingTablet\":40,\"rightPaddingTablet\":40,\"topPaddingMobile\":64,\"bottomPaddingMobile\":64,\"leftPaddingMobile\":24,\"rightPaddingMobile\":24,\"paddingLink\":false,\"variationSelected\":true,\"isBlockRootParent\":true,\"overlayType\":\"color\"} -->\n<div class=\"wp-block-uagb-container uagb-block-99169d51 alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/advanced-heading {\"block_id\":\"cdfd45ca\",\"classMigrate\":true,\"headingDescToggle\":true,\"headingAlign\":\"center\",\"headingColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"subHeadingColor\":\"var(\\u002d\\u002dast-global-color-4)\",\"headSpace\":20} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-cdfd45ca\"><h2 class=\"uagb-heading-text\">Plan an Unforgettable Experience at <br>Blue Roan!</h2><p class=\"uagb-desc-text\">Blue Roan is a 4-star graded pet-friendly venue</p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/advanced-heading {\"block_id\":\"6233e93b\",\"classMigrate\":true,\"headingTitleToggle\":false,\"headingDescToggle\":true,\"headingAlign\":\"center\",\"subHeadingColor\":\"var(\\u002d\\u002dast-global-color-4)\",\"subHeadTransform\":\"uppercase\",\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"subHeadLetterSpacing\":2,\"blockTopPadding\":60,\"blockRightPadding\":0,\"blockLeftPadding\":0,\"blockBottomPadding\":0,\"blockTopPaddingMobile\":30,\"blockRightPaddingMobile\":0,\"blockLeftPaddingMobile\":0,\"blockBottomPaddingMobile\":0} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-6233e93b\"><p class=\"uagb-desc-text\">BOOK YOUR STAY NOW​</p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/icon-list {\"block_id\":\"1fd0802f\",\"classMigrate\":true,\"childMigrate\":true,\"align\":\"center\",\"parentIcon\":\"phone\",\"size\":40,\"sizeMobile\":24,\"sizeTablet\":32,\"fontSize\":48,\"fontSizeMobile\":28,\"fontSizeTablet\":40,\"fontWeight\":\"600\",\"iconColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"labelColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"blockTopPadding\":0,\"blockRightPadding\":0,\"blockLeftPadding\":0,\"blockBottomPadding\":24,\"blockPaddingLink\":false} -->\n<div class=\"wp-block-uagb-icon-list uagb-block-1fd0802f\"><div class=\"uagb-icon-list__wrap\"><!-- wp:uagb/icon-list-child {\"block_id\":\"f0ed22dc\",\"label\":\" + 27 (0) 82 575 5409\",\"label_color\":\"\",\"link\":\"tel:+27825755409\",\"disableLink\":true,\"fromParentIcon\":\"phone\",\"imageSizeChild\":40} -->\n<div class=\"wp-block-uagb-icon-list-child uagb-block-f0ed22dc\"><a target=\"_self\" aria-label=\" + 27 (0) 82 575 5409\" rel=\"noopener noreferrer\" href=\"tel:+27825755409\"> </a><span class=\"uagb-icon-list__source-wrap\"><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M511.2 387l-23.25 100.8c-3.266 14.25-15.79 24.22-30.46 24.22C205.2 512 0 306.8 0 54.5c0-14.66 9.969-27.2 24.22-30.45l100.8-23.25C139.7-2.602 154.7 5.018 160.8 18.92l46.52 108.5c5.438 12.78 1.77 27.67-8.98 36.45L144.5 207.1c33.98 69.22 90.26 125.5 159.5 159.5l44.08-53.8c8.688-10.78 23.69-14.51 36.47-8.975l108.5 46.51C506.1 357.2 514.6 372.4 511.2 387z\"></path></svg></span><span class=\"uagb-icon-list__label\"> + 27 (0) 82 575 5409</span></div>\n<!-- /wp:uagb/icon-list-child -->\n\n<!-- wp:uagb/icon-list-child {\"block_id\":\"53cf478d\",\"label\":\"blueroan@ugo.co.za\",\"icon\":\"envelope\",\"label_color\":\"\",\"link\":\"mailto:blueroan@ugo.co.za\",\"target\":true,\"disableLink\":true,\"fromParentIcon\":\"phone\",\"imageSizeChild\":40} -->\n<div class=\"wp-block-uagb-icon-list-child uagb-block-53cf478d\"><a target=\"_blank\" aria-label=\"blueroan@ugo.co.za\" rel=\"noopener noreferrer\" href=\"mailto:blueroan@ugo.co.za\"> </a><span class=\"uagb-icon-list__source-wrap\"><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M464 64C490.5 64 512 85.49 512 112C512 127.1 504.9 141.3 492.8 150.4L275.2 313.6C263.8 322.1 248.2 322.1 236.8 313.6L19.2 150.4C7.113 141.3 0 127.1 0 112C0 85.49 21.49 64 48 64H464zM217.6 339.2C240.4 356.3 271.6 356.3 294.4 339.2L512 176V384C512 419.3 483.3 448 448 448H64C28.65 448 0 419.3 0 384V176L217.6 339.2z\"></path></svg></span><span class=\"uagb-icon-list__label\">blueroan@ugo.co.za</span></div>\n<!-- /wp:uagb/icon-list-child --></div></div>\n<!-- /wp:uagb/icon-list --></div></div>\n<!-- /wp:uagb/container -->',	'Home',	'',	'inherit',	'closed',	'closed',	'',	'760-revision-v1',	'',	'',	'2022-12-13 12:08:31',	'2022-12-13 12:08:31',	'',	760,	'https://blueroan.netgen.cloud/?p=847',	0,	'revision',	'',	0),
(849,	2,	'2022-12-13 12:47:27',	'2022-12-13 12:47:27',	'',	'48g',	'',	'inherit',	'open',	'closed',	'',	'48g',	'',	'',	'2022-12-13 12:47:27',	'2022-12-13 12:47:27',	'',	760,	'https://blueroan.netgen.cloud/wp-content/uploads/2022/12/48g.jpg',	0,	'attachment',	'image/jpeg',	0),
(850,	2,	'2022-12-13 12:47:31',	'2022-12-13 12:47:31',	'<!-- wp:uagb/container {\"block_id\":\"9057f7ca\",\"minHeightDesktop\":95,\"minHeightTablet\":70,\"minHeightMobile\":80,\"minHeightType\":\"vh\",\"alignItemsDesktop\":\"flex-start\",\"backgroundType\":\"image\",\"backgroundImageDesktop\":{\"uploading\":false,\"date\":1670921854000,\"filename\":\"Blue-Roan-pool.jpg\",\"menuOrder\":0,\"uploadedTo\":760,\"type\":\"image\",\"subtype\":\"jpeg\",\"id\":784,\"title\":\"Blue Roan - pool\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Blue-Roan-pool.jpg\",\"link\":\"https://blueroan.netgen.cloud/home/blue-roan-pool/\",\"alt\":\"\",\"author\":\"2\",\"description\":\"\",\"caption\":\"\",\"name\":\"blue-roan-pool\",\"status\":\"inherit\",\"modified\":1670921854000,\"mime\":\"image/jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-includes/images/media/default.png\",\"dateFormatted\":\"December 13, 2022\",\"nonces\":{\"update\":\"51a12ed09e\",\"delete\":\"5174068551\",\"edit\":\"1de0721407\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=784\\u0026action=edit\",\"meta\":false,\"authorName\":\"Netgen Support\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/profile.php\",\"uploadedToTitle\":\"Home\",\"uploadedToLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=760\\u0026action=edit\",\"filesizeInBytes\":154801,\"filesizeHumanReadable\":\"151 KB\",\"context\":\"\",\"height\":667,\"width\":1000,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Blue-Roan-pool-150x150.jpg\",\"orientation\":\"landscape\"},\"medium\":{\"height\":200,\"width\":300,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Blue-Roan-pool-300x200.jpg\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Blue-Roan-pool.jpg\",\"height\":667,\"width\":1000,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"backgroundPositionDesktop\":{\"x\":0.5,\"y\":0.25},\"backgroundImageColor\":\"rgba(42,42,42,0.35)\",\"topPaddingDesktop\":0,\"bottomPaddingDesktop\":0,\"leftPaddingDesktop\":40,\"rightPaddingDesktop\":40,\"topPaddingTablet\":120,\"bottomPaddingTablet\":120,\"leftPaddingTablet\":40,\"rightPaddingTablet\":40,\"topPaddingMobile\":150,\"bottomPaddingMobile\":150,\"leftPaddingMobile\":20,\"rightPaddingMobile\":20,\"paddingLink\":false,\"variationSelected\":true,\"isBlockRootParent\":true,\"overlayType\":\"color\",\"minHeightTypeTablet\":\"vh\",\"minHeightTypeMobile\":\"vh\"} -->\n<div class=\"wp-block-uagb-container uagb-block-9057f7ca alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/info-box {\"classMigrate\":true,\"headingAlign\":\"left\",\"headingColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"subHeadingColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"headingTag\":\"h1\",\"subHeadFontSize\":17,\"subHeadFontSizeMobile\":15,\"headSpace\":20,\"subHeadSpace\":40,\"block_id\":\"5bfca11e\",\"ctaIcon\":\"\",\"ctaType\":\"button\",\"ctaText\":\"Book Your Stay Now\",\"ctaLink\":\"#\",\"ctaBtnLinkColor\":\"var(\\u002d\\u002dast-global-color-2)\",\"ctaLinkHoverColor\":\"var(\\u002d\\u002dast-global-color-2)\",\"ctaBgColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"ctaBgHoverColor\":\"var(\\u002d\\u002dast-global-color-4)\",\"ctaBorderColor\":\"\",\"ctaBorderStyle\":\"\",\"ctaBorderWidth\":\"\",\"ctaBorderRadius\":\"\",\"iconImage\":{\"url\":\"\",\"alt\":\"InfoBox placeholder img\"},\"showIcon\":false,\"paddingBtnTop\":18,\"paddingBtnBottom\":18,\"paddingBtnLeft\":34,\"paddingBtnRight\":34,\"blockTopPadding\":0,\"blockRightPadding\":40,\"blockLeftPadding\":0,\"blockBottomPadding\":0,\"blockTopPaddingTablet\":0,\"blockRightPaddingTablet\":64,\"blockLeftPaddingTablet\":0,\"blockBottomPaddingTablet\":0,\"blockTopPaddingMobile\":0,\"blockRightPaddingMobile\":0,\"blockLeftPaddingMobile\":0,\"blockBottomPaddingMobile\":0,\"blockPaddingUnit\":\"%\",\"blockPaddingLink\":false,\"subHeadMarginTopTablet\":0,\"subHeadMarginRightTablet\":64,\"subHeadTabletSpace\":40,\"subHeadMarginLeftTablet\":0,\"subHeadMarginTopMobile\":0,\"subHeadMarginRightMobile\":0,\"subHeadMobileSpace\":40,\"subHeadMarginLeftMobile\":0,\"btnBorderTopWidth\":1,\"btnBorderLeftWidth\":1,\"btnBorderRightWidth\":1,\"btnBorderBottomWidth\":1,\"btnBorderTopLeftRadius\":0,\"btnBorderTopRightRadius\":0,\"btnBorderBottomLeftRadius\":0,\"btnBorderBottomRightRadius\":0,\"btnBorderStyle\":\"none\",\"btnBorderColor\":\"#333\"} -->\n<div class=\"wp-block-uagb-info-box uagb-block-5bfca11e uagb-infobox__content-wrap  uagb-infobox-icon-above-title uagb-infobox-image-valign-top\"><div class=\"uagb-ifb-content\"><div class=\"uagb-ifb-title-wrap\"><h1 class=\"uagb-ifb-title\"><strong>Magaliesburg pet friendly self-catering accommodation</strong></h1></div><p class=\"uagb-ifb-desc\">Romantic pet-friendly self-catering accommodation in Magaliesburg, Gauteng.</p><div class=\"uagb-ifb-button-wrapper wp-block-button\"><a href=\"#\" class=\"uagb-infobox-cta-link wp-block-button__link\" target=\"_self\" rel=\"noopener noreferrer\" alt=\"\"><span class=\"uagb-inline-editing\">Book Your Stay Now</span></a></div></div></div>\n<!-- /wp:uagb/info-box --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"24b10243\",\"directionDesktop\":\"row\",\"directionMobile\":\"column-reverse\",\"alignItemsDesktop\":\"flex-start\",\"backgroundType\":\"color\",\"backgroundSizeTablet\":\"cover\",\"backgroundSizeMobile\":\"cover\",\"backgroundColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"topPaddingDesktop\":60,\"bottomPaddingDesktop\":60,\"topPaddingTablet\":80,\"bottomPaddingTablet\":80,\"leftPaddingTablet\":40,\"rightPaddingTablet\":40,\"topPaddingMobile\":64,\"bottomPaddingMobile\":64,\"leftPaddingMobile\":24,\"rightPaddingMobile\":24,\"paddingLink\":false,\"variationSelected\":true,\"columnGapDesktop\":60,\"columnGapTablet\":50,\"isBlockRootParent\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-24b10243 alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/container {\"block_id\":\"b78a90e0\",\"widthDesktop\":50,\"variationSelected\":true,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-b78a90e0\"><!-- wp:image {\"id\":797,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-13.jpg\" alt=\"\" class=\"wp-image-797\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The Blue Roan Country Lodge is situated just 5 minutes from the village of Magaliesburg on a tar road so easy access for all cars. &nbsp;We have panoramic views of the Magaliesberg mountain range and our farm is the perfect place for a relaxing getaway in the country. &nbsp;As we are only 70 km from JHB and Pretoria, it is only an hour’s drive.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:buttons -->\n<div class=\"wp-block-buttons\"><!-- wp:button -->\n<div class=\"wp-block-button\"><a class=\"wp-block-button__link wp-element-button\" href=\"/accommodation/\">View accomodation</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"87ae9d98\",\"widthDesktop\":50,\"leftPaddingDesktop\":0,\"paddingLink\":false,\"variationSelected\":true,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-87ae9d98\"><!-- wp:uagb/advanced-heading {\"block_id\":\"b988622c\",\"classMigrate\":true,\"headingDescToggle\":true,\"subHeadingColor\":\"\",\"headSpace\":20,\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-b988622c\"><h2 class=\"uagb-heading-text\"><strong>Blue Roan is a 4-star graded pet-friendly venue</strong></h2><p class=\"uagb-desc-text\">Our goal is to provide high-quality, romantic, comfortable, and affordable self-catering accommodation on the outskirts of the village of &nbsp;Magaliesburg. &nbsp;For animal lovers, we are also&nbsp;pet-friendly&nbsp;by arrangement in most of the units all of which have their own fully fenced and gated private grassy gardens.</p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/image {\"block_id\":\"d1692360\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/hammock-in-the-garden.jpg\",\"align\":\"left\",\"id\":799,\"linkDestination\":\"none\",\"naturalWidth\":600,\"naturalHeight\":400,\"sizeSlug\":\"full\",\"sizeSlugTablet\":\"full\",\"sizeSlugMobile\":\"full\",\"imageTopMargin\":20,\"imageRightMargin\":0,\"imageLeftMargin\":0,\"imageBottomMargin\":0,\"imageTopMarginMobile\":0,\"imageRightMarginMobile\":0,\"imageLeftMarginMobile\":0,\"imageBottomMarginMobile\":0,\"imageMarginLink\":false} -->\n<div class=\"wp-block-uagb-image uagb-block-d1692360 wp-block-uagb-image--layout-default wp-block-uagb-image--effect-static wp-block-uagb-image--align-left\"><figure class=\"wp-block-uagb-image__figure\"><img srcset=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/hammock-in-the-garden.jpg \" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/hammock-in-the-garden.jpg\" alt=\"\" class=\"uag-image-799\" width=\"\" height=\"\" title=\"\" loading=\"lazy\"/></figure></div>\n<!-- /wp:uagb/image --></div>\n<!-- /wp:uagb/container --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"b0ec961f\",\"directionDesktop\":\"row\",\"directionMobile\":\"column-reverse\",\"alignItemsDesktop\":\"flex-start\",\"backgroundType\":\"color\",\"backgroundSizeTablet\":\"cover\",\"backgroundSizeMobile\":\"cover\",\"backgroundColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"topPaddingDesktop\":0,\"bottomPaddingDesktop\":0,\"topPaddingTablet\":80,\"bottomPaddingTablet\":80,\"leftPaddingTablet\":40,\"rightPaddingTablet\":40,\"topPaddingMobile\":64,\"bottomPaddingMobile\":64,\"leftPaddingMobile\":24,\"rightPaddingMobile\":24,\"paddingLink\":false,\"variationSelected\":true,\"rowGapDesktop\":0,\"columnGapDesktop\":0,\"columnGapTablet\":50,\"isBlockRootParent\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-b0ec961f alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:image {\"align\":\"center\",\"id\":794,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image aligncenter size-full\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/210-2108726_too-great-for-us-tourism-grading-council-of-south-5.png\" alt=\"\" class=\"wp-image-794\"/></figure>\n<!-- /wp:image --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"cec15095\",\"backgroundType\":\"color\",\"backgroundSizeTablet\":\"cover\",\"backgroundSizeMobile\":\"cover\",\"backgroundColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"topPaddingDesktop\":50,\"bottomPaddingDesktop\":100,\"topPaddingTablet\":50,\"bottomPaddingTablet\":25,\"leftPaddingTablet\":20,\"rightPaddingTablet\":20,\"topPaddingMobile\":50,\"bottomPaddingMobile\":20,\"leftPaddingMobile\":20,\"rightPaddingMobile\":20,\"paddingLink\":false,\"variationSelected\":true,\"rowGapDesktop\":0,\"isBlockRootParent\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-cec15095 alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/container {\"block_id\":\"1f8a5816\",\"directionDesktop\":\"row\",\"alignItemsDesktop\":\"flex-end\",\"alignItemsTablet\":\"flex-end\",\"justifyContentDesktop\":\"flex-end\",\"justifyContentTablet\":\"space-between\",\"variationSelected\":true,\"rowGapMobile\":30,\"columnGapDesktop\":0} -->\n<div class=\"wp-block-uagb-container uagb-block-1f8a5816\"><!-- wp:uagb/advanced-heading {\"block_id\":\"fc430969\",\"classMigrate\":true,\"headingDescToggle\":true,\"subHeadingColor\":\"\",\"headSpace\":20,\"subHeadFontSize\":16} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-fc430969\"><h2 class=\"uagb-heading-text\">Amenities &amp; Interests ​</h2><p class=\"uagb-desc-text\">We have 7 lovely brick <strong>self-catering</strong> units, each one private and with its own character and theme.  They are designed exclusively for couples with or without pets wanting a romantic and peaceful place to connect, re-connect, celebrate special occasions, or somewhere quiet and comfortable to come for a holiday</p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/buttons {\"block_id\":\"d407ad4a\",\"classMigrate\":true,\"childMigrate\":true,\"align\":\"right\",\"alignTablet\":\"right\",\"alignMobile\":\"left\",\"gap\":0} -->\n<div class=\"wp-block-uagb-buttons uagb-buttons__outer-wrap uagb-btn__default-btn uagb-btn-tablet__default-btn uagb-btn-mobile__default-btn uagb-block-d407ad4a\"><div class=\"uagb-buttons__wrap uagb-buttons-layout-wrap\"><!-- wp:uagb/buttons-child {\"block_id\":\"1dcdd3fa\",\"label\":\"View All\",\"link\":\"#\",\"hColor\":\"\",\"borderWidth\":\"\",\"borderRadius\":\"\",\"borderStyle\":\"\",\"borderColor\":\"\",\"borderHColor\":\"\",\"btnBorderTopWidth\":1,\"btnBorderLeftWidth\":1,\"btnBorderRightWidth\":1,\"btnBorderBottomWidth\":1,\"btnBorderTopLeftRadius\":2,\"btnBorderTopRightRadius\":2,\"btnBorderBottomLeftRadius\":2,\"btnBorderBottomRightRadius\":2,\"btnBorderStyle\":\"solid\",\"btnBorderColor\":\"#333\",\"btnBorderHColor\":\"#333\"} -->\n<div class=\"wp-block-uagb-buttons-child uagb-buttons__outer-wrap uagb-block-1dcdd3fa wp-block-button is-style-outline\"><div class=\"uagb-button__wrapper\"><a class=\"uagb-buttons-repeater wp-block-button__link\" href=\"#\" rel=\"follow noopener\" target=\"_self\"><div class=\"uagb-button__link\">View All</div></a></div></div>\n<!-- /wp:uagb/buttons-child --></div></div>\n<!-- /wp:uagb/buttons --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"eb0a8cbb\",\"directionDesktop\":\"row\",\"alignItemsTablet\":\"flex-start\",\"paddingLink\":false,\"topMarginDesktop\":50,\"bottomMarginDesktop\":20,\"leftMarginDesktop\":0,\"rightMarginDesktop\":0,\"marginLink\":false,\"variationSelected\":true,\"rowGapMobile\":65,\"columnGapDesktop\":48,\"columnGapTablet\":20} -->\n<div class=\"wp-block-uagb-container uagb-block-eb0a8cbb\"><!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"align\":\"center\",\"id\":828,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image aligncenter size-full\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Blue-Roan-pool.png\" alt=\"Blue Roan\'s rock pool\" class=\"wp-image-828\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>A relaxing rock Pool​</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>We have a lovely sparkling blue rock pool next to a thatched Lapa. &nbsp;&nbsp;Lie on recliners on the green lawn or sit on the swing chair in the Lapa and enjoy the panoramic view of the Magaliesberg mountain range.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":829,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/img-20160605-wa0002-largejpg.png\" alt=\"\" class=\"wp-image-829\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>Braai facilities </h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>What can compare to a burning fire under the star-lit African sky? Nothing beats the flavor of cooking over an open flame.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":830,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/ef9d0188da11e2bc56788f5619d9d539.png\" alt=\"\" class=\"wp-image-830\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>A games room </h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>The reception is also a games room for those who enjoy darts or playing pool. &nbsp;Take a selection of DVDs back to your room and watch movies on your own DVD player. &nbsp;There is also a selection of board games and music CDs that you can borrow.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div>\n<!-- /wp:uagb/container --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"59a6a9e2\",\"backgroundType\":\"color\",\"backgroundSizeTablet\":\"cover\",\"backgroundSizeMobile\":\"cover\",\"backgroundColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"bottomPaddingDesktop\":104,\"leftPaddingDesktop\":40,\"rightPaddingDesktop\":40,\"topPaddingTablet\":80,\"bottomPaddingTablet\":80,\"leftPaddingTablet\":40,\"rightPaddingTablet\":40,\"topPaddingMobile\":64,\"bottomPaddingMobile\":64,\"leftPaddingMobile\":24,\"rightPaddingMobile\":24,\"paddingLink\":false,\"variationSelected\":true,\"rowGapDesktop\":0,\"isBlockRootParent\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-59a6a9e2 alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/advanced-heading {\"block_id\":\"da4e9498\",\"classMigrate\":true,\"headingDescToggle\":true,\"headingAlign\":\"center\",\"headingAlignMobile\":\"left\",\"subHeadingColor\":\"\",\"headSpace\":20,\"subHeadFontSize\":16,\"blockBottomPadding\":20} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-da4e9498\"><h2 class=\"uagb-heading-text\">Our Inside Pictures​</h2><p class=\"uagb-desc-text\">Take a look at some pretty pictures captured in and around our premises.</p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/container {\"block_id\":\"de48d9fb\",\"directionDesktop\":\"row\",\"alignItemsDesktop\":\"flex-start\",\"topMarginDesktop\":20,\"bottomMarginDesktop\":0,\"leftMarginDesktop\":0,\"rightMarginDesktop\":0,\"marginLink\":false,\"variationSelected\":true,\"rowGapMobile\":24,\"columnGapDesktop\":24,\"columnGapTablet\":20} -->\n<div class=\"wp-block-uagb-container uagb-block-de48d9fb\"><!-- wp:uagb/container {\"block_id\":\"4d26b700\",\"widthDesktop\":32,\"variationSelected\":true,\"rowGapDesktop\":24,\"rowGapTablet\":20,\"rowGapMobile\":24,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-4d26b700\"><!-- wp:uagb/image {\"block_id\":\"1f78f62b\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/red-rose-1024x683.jpg\",\"id\":834,\"linkDestination\":\"none\",\"naturalWidth\":1024,\"naturalHeight\":683,\"sizeSlug\":\"large\",\"sizeSlugTablet\":\"large\",\"sizeSlugMobile\":\"large\"} -->\n<div class=\"wp-block-uagb-image uagb-block-1f78f62b wp-block-uagb-image--layout-default wp-block-uagb-image--effect-static wp-block-uagb-image--align-none\"><figure class=\"wp-block-uagb-image__figure\"><img srcset=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/red-rose-1024x683.jpg \" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/red-rose-1024x683.jpg\" alt=\"\" class=\"uag-image-834\" width=\"\" height=\"\" title=\"\" loading=\"lazy\"/></figure></div>\n<!-- /wp:uagb/image -->\n\n<!-- wp:uagb/image {\"block_id\":\"d789b39c\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/48g.jpg\",\"id\":849,\"linkDestination\":\"none\",\"naturalWidth\":650,\"naturalHeight\":450,\"sizeSlug\":\"full\",\"sizeSlugTablet\":\"full\",\"sizeSlugMobile\":\"full\"} -->\n<div class=\"wp-block-uagb-image uagb-block-d789b39c wp-block-uagb-image--layout-default wp-block-uagb-image--effect-static wp-block-uagb-image--align-none\"><figure class=\"wp-block-uagb-image__figure\"><img srcset=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/48g.jpg \" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/48g.jpg\" alt=\"\" class=\"uag-image-849\" title=\"\" loading=\"lazy\"/></figure></div>\n<!-- /wp:uagb/image --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"99f824cc\",\"widthDesktop\":67,\"variationSelected\":true,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-99f824cc\"><!-- wp:uagb/image {\"block_id\":\"91d55b77\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-14.jpg\",\"id\":835,\"linkDestination\":\"none\",\"widthTablet\":780,\"heightTablet\":0,\"naturalWidth\":1000,\"naturalHeight\":667,\"sizeSlug\":\"full\",\"sizeSlugTablet\":\"full\",\"sizeSlugMobile\":\"full\",\"customHeightSetDesktop\":true} -->\n<div class=\"wp-block-uagb-image uagb-block-91d55b77 wp-block-uagb-image--layout-default wp-block-uagb-image--effect-static wp-block-uagb-image--align-none\"><figure class=\"wp-block-uagb-image__figure\"><img srcset=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-14.jpg \" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-14.jpg\" alt=\"\" class=\"uag-image-835\" width=\"\" height=\"\" title=\"\" loading=\"lazy\"/></figure></div>\n<!-- /wp:uagb/image --></div>\n<!-- /wp:uagb/container --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"926c67a1\",\"directionDesktop\":\"row\",\"alignItemsDesktop\":\"flex-start\",\"topMarginDesktop\":24,\"bottomMarginDesktop\":0,\"leftMarginDesktop\":0,\"rightMarginDesktop\":0,\"topMarginTablet\":20,\"bottomMarginTablet\":0,\"leftMarginTablet\":0,\"rightMarginTablet\":0,\"topMarginMobile\":24,\"bottomMarginMobile\":0,\"leftMarginMobile\":0,\"rightMarginMobile\":0,\"marginLink\":false,\"variationSelected\":true,\"columnGapDesktop\":24,\"columnGapTablet\":20} -->\n<div class=\"wp-block-uagb-container uagb-block-926c67a1\"><!-- wp:uagb/container {\"block_id\":\"0bfe4902\",\"widthDesktop\":67,\"variationSelected\":true,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-0bfe4902\"><!-- wp:uagb/image {\"block_id\":\"294f3f8a\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-8-1024x678.jpg\",\"id\":837,\"linkDestination\":\"none\",\"naturalWidth\":1024,\"naturalHeight\":678,\"sizeSlug\":\"large\",\"sizeSlugTablet\":\"large\",\"sizeSlugMobile\":\"large\",\"customHeightSetDesktop\":true} -->\n<div class=\"wp-block-uagb-image uagb-block-294f3f8a wp-block-uagb-image--layout-default wp-block-uagb-image--effect-static wp-block-uagb-image--align-none\"><figure class=\"wp-block-uagb-image__figure\"><img srcset=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-8-1024x678.jpg \" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-8-1024x678.jpg\" alt=\"\" class=\"uag-image-837\" width=\"\" height=\"\" title=\"\" loading=\"lazy\"/></figure></div>\n<!-- /wp:uagb/image --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"90580881\",\"widthDesktop\":32,\"variationSelected\":true,\"rowGapDesktop\":24,\"rowGapTablet\":20,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-90580881\"><!-- wp:uagb/image {\"block_id\":\"19be02d2\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/49g.jpg\",\"id\":838,\"linkDestination\":\"none\",\"naturalWidth\":650,\"naturalHeight\":450,\"sizeSlug\":\"full\",\"sizeSlugTablet\":\"full\",\"sizeSlugMobile\":\"full\"} -->\n<div class=\"wp-block-uagb-image uagb-block-19be02d2 wp-block-uagb-image--layout-default wp-block-uagb-image--effect-static wp-block-uagb-image--align-none\"><figure class=\"wp-block-uagb-image__figure\"><img srcset=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/49g.jpg \" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/49g.jpg\" alt=\"\" class=\"uag-image-838\" width=\"\" height=\"\" title=\"\" loading=\"lazy\"/></figure></div>\n<!-- /wp:uagb/image -->\n\n<!-- wp:uagb/image {\"block_id\":\"83c4b7ec\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-country-lodge-1-1024x576.jpg\",\"id\":839,\"linkDestination\":\"none\",\"naturalWidth\":1024,\"naturalHeight\":576,\"sizeSlug\":\"large\",\"sizeSlugTablet\":\"large\",\"sizeSlugMobile\":\"large\"} -->\n<div class=\"wp-block-uagb-image uagb-block-83c4b7ec wp-block-uagb-image--layout-default wp-block-uagb-image--effect-static wp-block-uagb-image--align-none\"><figure class=\"wp-block-uagb-image__figure\"><img srcset=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-country-lodge-1-1024x576.jpg \" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-country-lodge-1-1024x576.jpg\" alt=\"\" class=\"uag-image-839\" width=\"\" height=\"\" title=\"\" loading=\"lazy\"/></figure></div>\n<!-- /wp:uagb/image --></div>\n<!-- /wp:uagb/container --></div>\n<!-- /wp:uagb/container --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"f917a164\",\"backgroundType\":\"color\",\"backgroundSizeTablet\":\"cover\",\"backgroundSizeMobile\":\"cover\",\"backgroundColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"topPaddingDesktop\":40,\"bottomPaddingDesktop\":104,\"leftPaddingDesktop\":40,\"rightPaddingDesktop\":40,\"topPaddingTablet\":80,\"bottomPaddingTablet\":80,\"leftPaddingTablet\":40,\"rightPaddingTablet\":40,\"topPaddingMobile\":64,\"bottomPaddingMobile\":64,\"leftPaddingMobile\":24,\"rightPaddingMobile\":24,\"paddingLink\":false,\"variationSelected\":true,\"rowGapDesktop\":0,\"isBlockRootParent\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-f917a164 alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/advanced-heading {\"block_id\":\"3c9b4483\",\"classMigrate\":true,\"headingDescToggle\":true,\"headingAlign\":\"center\",\"headingAlignMobile\":\"left\",\"subHeadingColor\":\"\",\"headSpace\":20,\"subHeadFontSize\":16,\"blockBottomPadding\":20} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-3c9b4483\"><h2 class=\"uagb-heading-text\">What Our Guests Say​</h2><p class=\"uagb-desc-text\">We take pride in serving our guests the best experience. </p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/container {\"block_id\":\"88cb57a2\",\"directionDesktop\":\"row\",\"topMarginDesktop\":40,\"bottomMarginDesktop\":0,\"leftMarginDesktop\":0,\"rightMarginDesktop\":0,\"marginLink\":false,\"variationSelected\":true,\"rowGapMobile\":40,\"columnGapDesktop\":90} -->\n<div class=\"wp-block-uagb-container uagb-block-88cb57a2\"><!-- wp:uagb/container {\"block_id\":\"69e31fdd\",\"widthDesktop\":50,\"variationSelected\":true,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-69e31fdd\"><!-- wp:uagb/testimonial {\"test_item_count\":1,\"classMigrate\":true,\"test_block\":[{\"description\":\"\\u0022Thank you for a most enjoyable weekend stay and for making our anniversary so special.  Thank you for your kind and lovely friendship which we really appreciate!!!\\u0022​\",\"name\":\"\\u003cstrong\\u003eBrenda and Theuns\\u003c/strong\\u003e\",\"company\":\"\",\"image\":{\"id\":119,\"title\":\"testimonial1\",\"filename\":\"testimonial1.jpg\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/testimonial1.jpg\",\"link\":\"https://blueroan.netgen.cloud/testimonial1/\",\"alt\":\"\",\"author\":\"34\",\"description\":\"\",\"caption\":\"\",\"name\":\"testimonial1\",\"status\":\"inherit\",\"uploadedTo\":0,\"date\":\"2021-05-11T05:02:02.000Z\",\"modified\":\"2021-05-11T05:02:02.000Z\",\"menuOrder\":0,\"mime\":\"image/jpeg\",\"type\":\"image\",\"subtype\":\"jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/default.png\",\"dateFormatted\":\"May 11, 2021\",\"nonces\":{\"update\":\"b92fe40c3d\",\"delete\":\"643c1eb8f1\",\"edit\":\"d3e7d56b1d\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=119\\u0026action=edit\",\"meta\":false,\"authorName\":\"Rishabh\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/user-edit.php?user_id=34\",\"filesizeInBytes\":11264,\"filesizeHumanReadable\":\"11 KB\",\"context\":\"\",\"height\":250,\"width\":250,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/testimonial1-150x150.jpg\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/testimonial1.jpg\",\"height\":250,\"width\":250,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}}}],\"headingAlign\":\"left\",\"headingAlignTablet\":\"left\",\"headingAlignMobile\":\"left\",\"descColor\":\"var(\\u002d\\u002dast-global-color-3)\",\"nameFontSize\":14,\"nameLineHeight\":1,\"descFontSize\":16,\"descFontWeight\":\"600\",\"nameSpace\":1,\"block_id\":\"b31e6585\",\"iconImage\":{\"url\":\"\",\"alt\":\"InfoBox placeholder img\"},\"imageWidth\":32,\"columnGap\":1,\"borderStyle\":\"\",\"paddingTop\":0,\"paddingBottom\":0,\"paddingLeft\":0,\"paddingRight\":0,\"spacingLink\":true,\"imgpaddingTop\":0,\"imgpaddingRight\":15,\"imgpaddingBottom\":0,\"imgpaddingLeft\":0,\"overallBorderStyle\":\"none\",\"imgTagHeight\":32,\"imgTagWidth\":150} -->\n<div class=\"wp-block-uagb-testimonial uagb-slick-carousel uagb-tm__arrow-outside uagb-block-b31e6585 uagb-post__carousel_notset uagb-post__carousel_notset-tablet uagb-post__carousel_notset-mobile\"><div class=\"is-carousel uagb-tm__columns-1 uagb-tm__items\"><div class=\"uagb-testimonial__wrap  uagb-tm__imgicon-style-circle uagb-tm__image-position-bottom uagb-tm__bg-type-none \"><div class=\"uagb-tm__content\"><div class=\"uagb-tm__overlay\"></div><div class=\"uagb-tm__text-wrap\"><div class=\"uagb-tm__desc\">\"Thank you for a most enjoyable weekend stay and for making our anniversary so special.  Thank you for your kind and lovely friendship which we really appreciate!!!\"​</div><div class=\"uagb-tm__meta-inner\"><div class=\"uagb-tm__image-content\"><div class=\"uagb-tm__image\"><img class=\"uagb-tm-img-src\" src=\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/testimonial1-150x150.jpg\" alt=\"\" width=\"32\" height=\"32\" loading=\"lazy\"/></div></div><div class=\"uagb-testimonial-details\"><span class=\"uagb-tm__author-name\"><strong>Brenda and Theuns</strong></span><span class=\"uagb-tm__company\"></span></div></div></div></div></div></div></div>\n<!-- /wp:uagb/testimonial -->\n\n<!-- wp:uagb/testimonial {\"test_item_count\":1,\"classMigrate\":true,\"test_block\":[{\"description\":\"\\u0022Breaking away from city life and coming out to a most wonderful romantic weekend away.  The unit is so comfortable.  Thank you for your great hospitality - we had an awesome time here.  Go well - with love\\u0022​\",\"name\":\"\\u003cstrong\\u003e\\u003cstrong\\u003e\\u003cstrong\\u003eLiz \\u0026amp; Eddie\\u003c/strong\\u003e\\u003c/strong\\u003e\\u003c/strong\\u003e\",\"company\":\"\",\"image\":{\"id\":122,\"title\":\"testimonial4\",\"filename\":\"testimonial4.jpg\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/testimonial4.jpg\",\"link\":\"https://blueroan.netgen.cloud/testimonial4/\",\"alt\":\"\",\"author\":\"34\",\"description\":\"\",\"caption\":\"\",\"name\":\"testimonial4\",\"status\":\"inherit\",\"uploadedTo\":0,\"date\":\"2021-05-11T05:02:06.000Z\",\"modified\":\"2021-05-11T05:02:06.000Z\",\"menuOrder\":0,\"mime\":\"image/jpeg\",\"type\":\"image\",\"subtype\":\"jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/default.png\",\"dateFormatted\":\"May 11, 2021\",\"nonces\":{\"update\":\"4e34860add\",\"delete\":\"9e126a55cd\",\"edit\":\"33ffd3c040\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=122\\u0026action=edit\",\"meta\":false,\"authorName\":\"Rishabh\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/user-edit.php?user_id=34\",\"filesizeInBytes\":16584,\"filesizeHumanReadable\":\"16 KB\",\"context\":\"\",\"height\":250,\"width\":250,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/testimonial4-150x150.jpg\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/testimonial4.jpg\",\"height\":250,\"width\":250,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}}}],\"headingAlign\":\"left\",\"headingAlignTablet\":\"left\",\"headingAlignMobile\":\"left\",\"descColor\":\"var(\\u002d\\u002dast-global-color-3)\",\"nameFontSize\":14,\"nameLineHeight\":1,\"descFontSize\":16,\"descFontWeight\":\"600\",\"nameSpace\":1,\"block_id\":\"470dd59a\",\"iconImage\":{\"url\":\"\",\"alt\":\"InfoBox placeholder img\"},\"imageWidth\":32,\"columnGap\":1,\"borderStyle\":\"\",\"paddingTop\":0,\"paddingBottom\":0,\"paddingLeft\":0,\"paddingRight\":0,\"spacingLink\":true,\"imgpaddingTop\":0,\"imgpaddingRight\":15,\"imgpaddingBottom\":0,\"imgpaddingLeft\":0,\"overallBorderStyle\":\"none\",\"imgTagHeight\":32,\"imgTagWidth\":150} -->\n<div class=\"wp-block-uagb-testimonial uagb-slick-carousel uagb-tm__arrow-outside uagb-block-470dd59a uagb-post__carousel_notset uagb-post__carousel_notset-tablet uagb-post__carousel_notset-mobile\"><div class=\"is-carousel uagb-tm__columns-1 uagb-tm__items\"><div class=\"uagb-testimonial__wrap  uagb-tm__imgicon-style-circle uagb-tm__image-position-bottom uagb-tm__bg-type-none \"><div class=\"uagb-tm__content\"><div class=\"uagb-tm__overlay\"></div><div class=\"uagb-tm__text-wrap\"><div class=\"uagb-tm__desc\">\"Breaking away from city life and coming out to a most wonderful romantic weekend away.  The unit is so comfortable.  Thank you for your great hospitality - we had an awesome time here.  Go well - with love\"​</div><div class=\"uagb-tm__meta-inner\"><div class=\"uagb-tm__image-content\"><div class=\"uagb-tm__image\"><img class=\"uagb-tm-img-src\" src=\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/testimonial4-150x150.jpg\" alt=\"\" width=\"32\" height=\"32\" loading=\"lazy\"/></div></div><div class=\"uagb-testimonial-details\"><span class=\"uagb-tm__author-name\"><strong><strong><strong>Liz &amp; Eddie</strong></strong></strong></span><span class=\"uagb-tm__company\"></span></div></div></div></div></div></div></div>\n<!-- /wp:uagb/testimonial --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"6af5e082\",\"widthDesktop\":50,\"variationSelected\":true,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-6af5e082\"><!-- wp:uagb/testimonial {\"test_item_count\":1,\"classMigrate\":true,\"test_block\":[{\"description\":\"\\u0022Judy, what a wonderful place you have here - we were so delighted to spend the weekend here, so tranquil, peaceful, and beautiful. You made us feel right at home. Definitely a place worth 5 stars! Go well.\\u0022​\",\"name\":\"\\u003cstrong\\u003e\\u003cstrong\\u003eBrian\\u003c/strong\\u003e\\u003c/strong\\u003e \\u003cstrong\\u003e\\u003cstrong\\u003e\\u003cstrong\\u003eand \\u003cstrong\\u003eMariska\\u003c/strong\\u003e\\u003c/strong\\u003e\\u003cbr\\u003e\\u003c/strong\\u003e\\u003c/strong\\u003e\",\"company\":\"\",\"image\":{\"id\":120,\"title\":\"testimonial2\",\"filename\":\"testimonial2.jpg\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/testimonial2.jpg\",\"link\":\"https://blueroan.netgen.cloud/testimonial2/\",\"alt\":\"\",\"author\":\"34\",\"description\":\"\",\"caption\":\"\",\"name\":\"testimonial2\",\"status\":\"inherit\",\"uploadedTo\":0,\"date\":\"2021-05-11T05:02:03.000Z\",\"modified\":\"2021-05-11T05:02:03.000Z\",\"menuOrder\":0,\"mime\":\"image/jpeg\",\"type\":\"image\",\"subtype\":\"jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/default.png\",\"dateFormatted\":\"May 11, 2021\",\"nonces\":{\"update\":\"1ee6412858\",\"delete\":\"4414a2ccbf\",\"edit\":\"bde7b1f490\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=120\\u0026action=edit\",\"meta\":false,\"authorName\":\"Rishabh\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/user-edit.php?user_id=34\",\"filesizeInBytes\":10087,\"filesizeHumanReadable\":\"10 KB\",\"context\":\"\",\"height\":250,\"width\":250,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/testimonial2-150x150.jpg\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/testimonial2.jpg\",\"height\":250,\"width\":250,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}}}],\"headingAlign\":\"left\",\"headingAlignTablet\":\"left\",\"headingAlignMobile\":\"left\",\"descColor\":\"var(\\u002d\\u002dast-global-color-3)\",\"nameFontSize\":14,\"nameLineHeight\":1,\"descFontSize\":16,\"descFontWeight\":\"600\",\"nameSpace\":1,\"block_id\":\"1d6d5eaf\",\"iconImage\":{\"url\":\"\",\"alt\":\"InfoBox placeholder img\"},\"imageWidth\":32,\"columnGap\":1,\"borderStyle\":\"\",\"paddingTop\":0,\"paddingBottom\":0,\"paddingLeft\":0,\"paddingRight\":0,\"spacingLink\":true,\"imgpaddingTop\":0,\"imgpaddingRight\":15,\"imgpaddingBottom\":0,\"imgpaddingLeft\":0,\"overallBorderStyle\":\"none\",\"imgTagHeight\":32,\"imgTagWidth\":150} -->\n<div class=\"wp-block-uagb-testimonial uagb-slick-carousel uagb-tm__arrow-outside uagb-block-1d6d5eaf uagb-post__carousel_notset uagb-post__carousel_notset-tablet uagb-post__carousel_notset-mobile\"><div class=\"is-carousel uagb-tm__columns-1 uagb-tm__items\"><div class=\"uagb-testimonial__wrap  uagb-tm__imgicon-style-circle uagb-tm__image-position-bottom uagb-tm__bg-type-none \"><div class=\"uagb-tm__content\"><div class=\"uagb-tm__overlay\"></div><div class=\"uagb-tm__text-wrap\"><div class=\"uagb-tm__desc\">\"Judy, what a wonderful place you have here - we were so delighted to spend the weekend here, so tranquil, peaceful, and beautiful. You made us feel right at home. Definitely a place worth 5 stars! Go well.\"​</div><div class=\"uagb-tm__meta-inner\"><div class=\"uagb-tm__image-content\"><div class=\"uagb-tm__image\"><img class=\"uagb-tm-img-src\" src=\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/testimonial2-150x150.jpg\" alt=\"\" width=\"32\" height=\"32\" loading=\"lazy\"/></div></div><div class=\"uagb-testimonial-details\"><span class=\"uagb-tm__author-name\"><strong><strong>Brian</strong></strong> <strong><strong><strong>and <strong>Mariska</strong></strong><br></strong></strong></span><span class=\"uagb-tm__company\"></span></div></div></div></div></div></div></div>\n<!-- /wp:uagb/testimonial -->\n\n<!-- wp:uagb/testimonial {\"test_item_count\":1,\"classMigrate\":true,\"test_block\":[{\"description\":\"\\u0022Thank you for the most wonderful time, Judy!  This was the most peaceful and perfect place to get engaged!  We will most certainly be back!!!  Your hospitality cannot be topped!\\u0022​\",\"name\":\"\\u003cstrong\\u003e\\u003cstrong\\u003e\\u003cstrong\\u003e\\u003cstrong\\u003eBrett and Kelly\\u003c/strong\\u003e\\u003c/strong\\u003e\\u003c/strong\\u003e\\u003c/strong\\u003e\",\"company\":\"\",\"image\":{\"id\":121,\"title\":\"testimonial3\",\"filename\":\"testimonial3.jpg\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/testimonial3.jpg\",\"link\":\"https://blueroan.netgen.cloud/testimonial3/\",\"alt\":\"\",\"author\":\"34\",\"description\":\"\",\"caption\":\"\",\"name\":\"testimonial3\",\"status\":\"inherit\",\"uploadedTo\":0,\"date\":\"2021-05-11T05:02:05.000Z\",\"modified\":\"2021-05-11T05:02:05.000Z\",\"menuOrder\":0,\"mime\":\"image/jpeg\",\"type\":\"image\",\"subtype\":\"jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/default.png\",\"dateFormatted\":\"May 11, 2021\",\"nonces\":{\"update\":\"290653da5d\",\"delete\":\"90a4fb2d63\",\"edit\":\"ff8a64e56e\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=121\\u0026action=edit\",\"meta\":false,\"authorName\":\"Rishabh\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/user-edit.php?user_id=34\",\"filesizeInBytes\":8748,\"filesizeHumanReadable\":\"9 KB\",\"context\":\"\",\"height\":250,\"width\":250,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/testimonial3-150x150.jpg\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/testimonial3.jpg\",\"height\":250,\"width\":250,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}}}],\"headingAlign\":\"left\",\"headingAlignTablet\":\"left\",\"headingAlignMobile\":\"left\",\"descColor\":\"var(\\u002d\\u002dast-global-color-3)\",\"nameFontSize\":14,\"nameLineHeight\":1,\"descFontSize\":16,\"descFontWeight\":\"600\",\"nameSpace\":1,\"block_id\":\"013061a5\",\"iconImage\":{\"url\":\"\",\"alt\":\"InfoBox placeholder img\"},\"imageWidth\":32,\"columnGap\":1,\"borderStyle\":\"\",\"paddingTop\":0,\"paddingBottom\":0,\"paddingLeft\":0,\"paddingRight\":0,\"spacingLink\":true,\"imgpaddingTop\":0,\"imgpaddingRight\":15,\"imgpaddingBottom\":0,\"imgpaddingLeft\":0,\"overallBorderStyle\":\"none\",\"imgTagHeight\":32,\"imgTagWidth\":150} -->\n<div class=\"wp-block-uagb-testimonial uagb-slick-carousel uagb-tm__arrow-outside uagb-block-013061a5 uagb-post__carousel_notset uagb-post__carousel_notset-tablet uagb-post__carousel_notset-mobile\"><div class=\"is-carousel uagb-tm__columns-1 uagb-tm__items\"><div class=\"uagb-testimonial__wrap  uagb-tm__imgicon-style-circle uagb-tm__image-position-bottom uagb-tm__bg-type-none \"><div class=\"uagb-tm__content\"><div class=\"uagb-tm__overlay\"></div><div class=\"uagb-tm__text-wrap\"><div class=\"uagb-tm__desc\">\"Thank you for the most wonderful time, Judy!  This was the most peaceful and perfect place to get engaged!  We will most certainly be back!!!  Your hospitality cannot be topped!\"​</div><div class=\"uagb-tm__meta-inner\"><div class=\"uagb-tm__image-content\"><div class=\"uagb-tm__image\"><img class=\"uagb-tm-img-src\" src=\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/testimonial3-150x150.jpg\" alt=\"\" width=\"32\" height=\"32\" loading=\"lazy\"/></div></div><div class=\"uagb-testimonial-details\"><span class=\"uagb-tm__author-name\"><strong><strong><strong><strong>Brett and Kelly</strong></strong></strong></strong></span><span class=\"uagb-tm__company\"></span></div></div></div></div></div></div></div>\n<!-- /wp:uagb/testimonial --></div>\n<!-- /wp:uagb/container --></div>\n<!-- /wp:uagb/container --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"e499a75a\",\"innerContentCustomWidthDesktop\":781,\"innerContentCustomWidthTablet\":781,\"backgroundType\":\"image\",\"backgroundImageDesktop\":{\"id\":809,\"title\":\"26759994757_767d9794fd_b\",\"filename\":\"26759994757_767d9794fd_b.jpg\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/26759994757_767d9794fd_b.jpg\",\"link\":\"https://blueroan.netgen.cloud/?attachment_id=809\",\"alt\":\"\",\"author\":\"2\",\"description\":\"\",\"caption\":\"\",\"name\":\"26759994757_767d9794fd_b\",\"status\":\"inherit\",\"uploadedTo\":805,\"date\":\"2022-12-13T09:51:53.000Z\",\"modified\":\"2022-12-13T09:51:53.000Z\",\"menuOrder\":0,\"mime\":\"image/jpeg\",\"type\":\"image\",\"subtype\":\"jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-includes/images/media/default.png\",\"dateFormatted\":\"December 13, 2022\",\"nonces\":{\"update\":\"39b5c0eef1\",\"delete\":\"fde92abd83\",\"edit\":\"3923face9e\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=809\\u0026action=edit\",\"meta\":false,\"authorName\":\"Netgen Support\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/profile.php\",\"uploadedToTitle\":\"Magaliesburg\",\"uploadedToLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=805\\u0026action=edit\",\"filesizeInBytes\":143610,\"filesizeHumanReadable\":\"140 KB\",\"context\":\"\",\"height\":683,\"width\":1024,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/26759994757_767d9794fd_b-150x150.jpg\",\"orientation\":\"landscape\"},\"medium\":{\"height\":200,\"width\":300,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/26759994757_767d9794fd_b-300x200.jpg\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/26759994757_767d9794fd_b.jpg\",\"height\":683,\"width\":1024,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"backgroundImageColor\":\"rgba(42,42,42,0.65)\",\"topPaddingDesktop\":144,\"bottomPaddingDesktop\":144,\"leftPaddingDesktop\":40,\"rightPaddingDesktop\":40,\"topPaddingTablet\":80,\"bottomPaddingTablet\":80,\"leftPaddingTablet\":40,\"rightPaddingTablet\":40,\"topPaddingMobile\":64,\"bottomPaddingMobile\":64,\"leftPaddingMobile\":24,\"rightPaddingMobile\":24,\"paddingLink\":false,\"variationSelected\":true,\"isBlockRootParent\":true,\"overlayType\":\"color\"} -->\n<div class=\"wp-block-uagb-container uagb-block-e499a75a alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/advanced-heading {\"block_id\":\"6b6cab3f\",\"classMigrate\":true,\"headingDescToggle\":true,\"headingAlign\":\"center\",\"headingColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"subHeadingColor\":\"var(\\u002d\\u002dast-global-color-4)\",\"headSpace\":20} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-6b6cab3f\"><h2 class=\"uagb-heading-text\">Plan an Unforgettable Experience at <br>Blue Roan!</h2><p class=\"uagb-desc-text\">Blue Roan is a 4-star graded pet-friendly venue</p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/advanced-heading {\"block_id\":\"04c224ec\",\"classMigrate\":true,\"headingTitleToggle\":false,\"headingDescToggle\":true,\"headingAlign\":\"center\",\"subHeadingColor\":\"var(\\u002d\\u002dast-global-color-4)\",\"subHeadTransform\":\"uppercase\",\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"subHeadLetterSpacing\":2,\"blockTopPadding\":60,\"blockRightPadding\":0,\"blockLeftPadding\":0,\"blockBottomPadding\":0,\"blockTopPaddingMobile\":30,\"blockRightPaddingMobile\":0,\"blockLeftPaddingMobile\":0,\"blockBottomPaddingMobile\":0} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-04c224ec\"><p class=\"uagb-desc-text\">BOOK YOUR STAY NOW​</p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/icon-list {\"block_id\":\"aa548f9d\",\"classMigrate\":true,\"childMigrate\":true,\"align\":\"center\",\"parentIcon\":\"phone\",\"size\":40,\"sizeMobile\":24,\"sizeTablet\":32,\"fontSize\":48,\"fontSizeMobile\":28,\"fontSizeTablet\":40,\"fontWeight\":\"600\",\"iconColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"labelColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"blockTopPadding\":0,\"blockRightPadding\":0,\"blockLeftPadding\":0,\"blockBottomPadding\":24,\"blockPaddingLink\":false} -->\n<div class=\"wp-block-uagb-icon-list uagb-block-aa548f9d\"><div class=\"uagb-icon-list__wrap\"><!-- wp:uagb/icon-list-child {\"block_id\":\"f86bd7c6\",\"label\":\" + 27 (0) 82 575 5409\",\"label_color\":\"\",\"link\":\"tel:+27825755409\",\"disableLink\":true,\"fromParentIcon\":\"phone\",\"imageSizeChild\":40} -->\n<div class=\"wp-block-uagb-icon-list-child uagb-block-f86bd7c6\"><a target=\"_self\" aria-label=\" + 27 (0) 82 575 5409\" rel=\"noopener noreferrer\" href=\"tel:+27825755409\"> </a><span class=\"uagb-icon-list__source-wrap\"><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M511.2 387l-23.25 100.8c-3.266 14.25-15.79 24.22-30.46 24.22C205.2 512 0 306.8 0 54.5c0-14.66 9.969-27.2 24.22-30.45l100.8-23.25C139.7-2.602 154.7 5.018 160.8 18.92l46.52 108.5c5.438 12.78 1.77 27.67-8.98 36.45L144.5 207.1c33.98 69.22 90.26 125.5 159.5 159.5l44.08-53.8c8.688-10.78 23.69-14.51 36.47-8.975l108.5 46.51C506.1 357.2 514.6 372.4 511.2 387z\"></path></svg></span><span class=\"uagb-icon-list__label\"> + 27 (0) 82 575 5409</span></div>\n<!-- /wp:uagb/icon-list-child -->\n\n<!-- wp:uagb/icon-list-child {\"block_id\":\"5f53310f\",\"label\":\"blueroan@ugo.co.za\",\"icon\":\"envelope\",\"label_color\":\"\",\"link\":\"mailto:blueroan@ugo.co.za\",\"target\":true,\"disableLink\":true,\"fromParentIcon\":\"phone\",\"imageSizeChild\":40} -->\n<div class=\"wp-block-uagb-icon-list-child uagb-block-5f53310f\"><a target=\"_blank\" aria-label=\"blueroan@ugo.co.za\" rel=\"noopener noreferrer\" href=\"mailto:blueroan@ugo.co.za\"> </a><span class=\"uagb-icon-list__source-wrap\"><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M464 64C490.5 64 512 85.49 512 112C512 127.1 504.9 141.3 492.8 150.4L275.2 313.6C263.8 322.1 248.2 322.1 236.8 313.6L19.2 150.4C7.113 141.3 0 127.1 0 112C0 85.49 21.49 64 48 64H464zM217.6 339.2C240.4 356.3 271.6 356.3 294.4 339.2L512 176V384C512 419.3 483.3 448 448 448H64C28.65 448 0 419.3 0 384V176L217.6 339.2z\"></path></svg></span><span class=\"uagb-icon-list__label\">blueroan@ugo.co.za</span></div>\n<!-- /wp:uagb/icon-list-child --></div></div>\n<!-- /wp:uagb/icon-list --></div></div>\n<!-- /wp:uagb/container -->',	'Home',	'',	'inherit',	'closed',	'closed',	'',	'760-revision-v1',	'',	'',	'2022-12-13 12:47:31',	'2022-12-13 12:47:31',	'',	760,	'https://blueroan.netgen.cloud/?p=850',	0,	'revision',	'',	0),
(851,	2,	'2022-12-13 12:48:02',	'2022-12-13 12:48:02',	'<!-- wp:uagb/container {\"block_id\":\"d0b397c3\",\"minHeightDesktop\":95,\"minHeightTablet\":70,\"minHeightMobile\":80,\"minHeightType\":\"vh\",\"alignItemsDesktop\":\"flex-start\",\"backgroundType\":\"image\",\"backgroundImageDesktop\":{\"uploading\":false,\"date\":1670921854000,\"filename\":\"Blue-Roan-pool.jpg\",\"menuOrder\":0,\"uploadedTo\":760,\"type\":\"image\",\"subtype\":\"jpeg\",\"id\":784,\"title\":\"Blue Roan - pool\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Blue-Roan-pool.jpg\",\"link\":\"https://blueroan.netgen.cloud/home/blue-roan-pool/\",\"alt\":\"\",\"author\":\"2\",\"description\":\"\",\"caption\":\"\",\"name\":\"blue-roan-pool\",\"status\":\"inherit\",\"modified\":1670921854000,\"mime\":\"image/jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-includes/images/media/default.png\",\"dateFormatted\":\"December 13, 2022\",\"nonces\":{\"update\":\"51a12ed09e\",\"delete\":\"5174068551\",\"edit\":\"1de0721407\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=784\\u0026action=edit\",\"meta\":false,\"authorName\":\"Netgen Support\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/profile.php\",\"uploadedToTitle\":\"Home\",\"uploadedToLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=760\\u0026action=edit\",\"filesizeInBytes\":154801,\"filesizeHumanReadable\":\"151 KB\",\"context\":\"\",\"height\":667,\"width\":1000,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Blue-Roan-pool-150x150.jpg\",\"orientation\":\"landscape\"},\"medium\":{\"height\":200,\"width\":300,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Blue-Roan-pool-300x200.jpg\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Blue-Roan-pool.jpg\",\"height\":667,\"width\":1000,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"backgroundPositionDesktop\":{\"x\":0.5,\"y\":0.25},\"backgroundImageColor\":\"rgba(42,42,42,0.35)\",\"topPaddingDesktop\":0,\"bottomPaddingDesktop\":0,\"leftPaddingDesktop\":40,\"rightPaddingDesktop\":40,\"topPaddingTablet\":120,\"bottomPaddingTablet\":120,\"leftPaddingTablet\":40,\"rightPaddingTablet\":40,\"topPaddingMobile\":150,\"bottomPaddingMobile\":150,\"leftPaddingMobile\":20,\"rightPaddingMobile\":20,\"paddingLink\":false,\"variationSelected\":true,\"isBlockRootParent\":true,\"overlayType\":\"color\",\"minHeightTypeTablet\":\"vh\",\"minHeightTypeMobile\":\"vh\"} -->\n<div class=\"wp-block-uagb-container uagb-block-d0b397c3 alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/info-box {\"classMigrate\":true,\"headingAlign\":\"left\",\"headingColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"subHeadingColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"headingTag\":\"h1\",\"subHeadFontSize\":17,\"subHeadFontSizeMobile\":15,\"headSpace\":20,\"subHeadSpace\":40,\"block_id\":\"ce689038\",\"ctaIcon\":\"\",\"ctaType\":\"button\",\"ctaText\":\"Book Your Stay Now\",\"ctaLink\":\"#\",\"ctaBtnLinkColor\":\"var(\\u002d\\u002dast-global-color-2)\",\"ctaLinkHoverColor\":\"var(\\u002d\\u002dast-global-color-2)\",\"ctaBgColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"ctaBgHoverColor\":\"var(\\u002d\\u002dast-global-color-4)\",\"ctaBorderColor\":\"\",\"ctaBorderStyle\":\"\",\"ctaBorderWidth\":\"\",\"ctaBorderRadius\":\"\",\"iconImage\":{\"url\":\"\",\"alt\":\"InfoBox placeholder img\"},\"showIcon\":false,\"paddingBtnTop\":18,\"paddingBtnBottom\":18,\"paddingBtnLeft\":34,\"paddingBtnRight\":34,\"blockTopPadding\":0,\"blockRightPadding\":40,\"blockLeftPadding\":0,\"blockBottomPadding\":0,\"blockTopPaddingTablet\":0,\"blockRightPaddingTablet\":64,\"blockLeftPaddingTablet\":0,\"blockBottomPaddingTablet\":0,\"blockTopPaddingMobile\":0,\"blockRightPaddingMobile\":0,\"blockLeftPaddingMobile\":0,\"blockBottomPaddingMobile\":0,\"blockPaddingUnit\":\"%\",\"blockPaddingLink\":false,\"subHeadMarginTopTablet\":0,\"subHeadMarginRightTablet\":64,\"subHeadTabletSpace\":40,\"subHeadMarginLeftTablet\":0,\"subHeadMarginTopMobile\":0,\"subHeadMarginRightMobile\":0,\"subHeadMobileSpace\":40,\"subHeadMarginLeftMobile\":0,\"btnBorderTopWidth\":1,\"btnBorderLeftWidth\":1,\"btnBorderRightWidth\":1,\"btnBorderBottomWidth\":1,\"btnBorderTopLeftRadius\":0,\"btnBorderTopRightRadius\":0,\"btnBorderBottomLeftRadius\":0,\"btnBorderBottomRightRadius\":0,\"btnBorderStyle\":\"none\",\"btnBorderColor\":\"#333\"} -->\n<div class=\"wp-block-uagb-info-box uagb-block-ce689038 uagb-infobox__content-wrap  uagb-infobox-icon-above-title uagb-infobox-image-valign-top\"><div class=\"uagb-ifb-content\"><div class=\"uagb-ifb-title-wrap\"><h1 class=\"uagb-ifb-title\"><strong>Magaliesburg pet friendly self-catering accommodation</strong></h1></div><p class=\"uagb-ifb-desc\">Romantic pet-friendly self-catering accommodation in Magaliesburg, Gauteng.</p><div class=\"uagb-ifb-button-wrapper wp-block-button\"><a href=\"#\" class=\"uagb-infobox-cta-link wp-block-button__link\" target=\"_self\" rel=\"noopener noreferrer\" alt=\"\"><span class=\"uagb-inline-editing\">Book Your Stay Now</span></a></div></div></div>\n<!-- /wp:uagb/info-box --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"140561f1\",\"directionDesktop\":\"row\",\"directionMobile\":\"column-reverse\",\"alignItemsDesktop\":\"flex-start\",\"backgroundType\":\"color\",\"backgroundSizeTablet\":\"cover\",\"backgroundSizeMobile\":\"cover\",\"backgroundColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"topPaddingDesktop\":60,\"bottomPaddingDesktop\":60,\"topPaddingTablet\":80,\"bottomPaddingTablet\":80,\"leftPaddingTablet\":40,\"rightPaddingTablet\":40,\"topPaddingMobile\":64,\"bottomPaddingMobile\":64,\"leftPaddingMobile\":24,\"rightPaddingMobile\":24,\"paddingLink\":false,\"variationSelected\":true,\"columnGapDesktop\":60,\"columnGapTablet\":50,\"isBlockRootParent\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-140561f1 alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/container {\"block_id\":\"3a9c5c6a\",\"widthDesktop\":50,\"variationSelected\":true,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-3a9c5c6a\"><!-- wp:image {\"id\":797,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-13.jpg\" alt=\"\" class=\"wp-image-797\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The Blue Roan Country Lodge is situated just 5 minutes from the village of Magaliesburg on a tar road so easy access for all cars. &nbsp;We have panoramic views of the Magaliesberg mountain range and our farm is the perfect place for a relaxing getaway in the country. &nbsp;As we are only 70 km from JHB and Pretoria, it is only an hour’s drive.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:buttons -->\n<div class=\"wp-block-buttons\"><!-- wp:button -->\n<div class=\"wp-block-button\"><a class=\"wp-block-button__link wp-element-button\" href=\"/accommodation/\">View accomodation</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"939cd6b4\",\"widthDesktop\":50,\"leftPaddingDesktop\":0,\"paddingLink\":false,\"variationSelected\":true,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-939cd6b4\"><!-- wp:uagb/advanced-heading {\"block_id\":\"8d071417\",\"classMigrate\":true,\"headingDescToggle\":true,\"subHeadingColor\":\"\",\"headSpace\":20,\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-8d071417\"><h2 class=\"uagb-heading-text\"><strong>Blue Roan is a 4-star graded pet-friendly venue</strong></h2><p class=\"uagb-desc-text\">Our goal is to provide high-quality, romantic, comfortable, and affordable self-catering accommodation on the outskirts of the village of &nbsp;Magaliesburg. &nbsp;For animal lovers, we are also&nbsp;pet-friendly&nbsp;by arrangement in most of the units all of which have their own fully fenced and gated private grassy gardens.</p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/image {\"block_id\":\"d772aa39\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/hammock-in-the-garden.jpg\",\"align\":\"left\",\"id\":799,\"linkDestination\":\"none\",\"naturalWidth\":600,\"naturalHeight\":400,\"sizeSlug\":\"full\",\"sizeSlugTablet\":\"full\",\"sizeSlugMobile\":\"full\",\"imageTopMargin\":20,\"imageRightMargin\":0,\"imageLeftMargin\":0,\"imageBottomMargin\":0,\"imageTopMarginMobile\":0,\"imageRightMarginMobile\":0,\"imageLeftMarginMobile\":0,\"imageBottomMarginMobile\":0,\"imageMarginLink\":false} -->\n<div class=\"wp-block-uagb-image uagb-block-d772aa39 wp-block-uagb-image--layout-default wp-block-uagb-image--effect-static wp-block-uagb-image--align-left\"><figure class=\"wp-block-uagb-image__figure\"><img srcset=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/hammock-in-the-garden.jpg \" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/hammock-in-the-garden.jpg\" alt=\"\" class=\"uag-image-799\" width=\"\" height=\"\" title=\"\" loading=\"lazy\"/></figure></div>\n<!-- /wp:uagb/image --></div>\n<!-- /wp:uagb/container --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"4906ad9f\",\"directionDesktop\":\"row\",\"directionMobile\":\"column-reverse\",\"alignItemsDesktop\":\"flex-start\",\"backgroundType\":\"color\",\"backgroundSizeTablet\":\"cover\",\"backgroundSizeMobile\":\"cover\",\"backgroundColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"topPaddingDesktop\":0,\"bottomPaddingDesktop\":0,\"topPaddingTablet\":80,\"bottomPaddingTablet\":80,\"leftPaddingTablet\":40,\"rightPaddingTablet\":40,\"topPaddingMobile\":64,\"bottomPaddingMobile\":64,\"leftPaddingMobile\":24,\"rightPaddingMobile\":24,\"paddingLink\":false,\"variationSelected\":true,\"rowGapDesktop\":0,\"columnGapDesktop\":0,\"columnGapTablet\":50,\"isBlockRootParent\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-4906ad9f alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:image {\"align\":\"center\",\"id\":794,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image aligncenter size-full\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/210-2108726_too-great-for-us-tourism-grading-council-of-south-5.png\" alt=\"\" class=\"wp-image-794\"/></figure>\n<!-- /wp:image --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"6155c32e\",\"backgroundType\":\"color\",\"backgroundSizeTablet\":\"cover\",\"backgroundSizeMobile\":\"cover\",\"backgroundColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"topPaddingDesktop\":50,\"bottomPaddingDesktop\":100,\"topPaddingTablet\":50,\"bottomPaddingTablet\":25,\"leftPaddingTablet\":20,\"rightPaddingTablet\":20,\"topPaddingMobile\":50,\"bottomPaddingMobile\":20,\"leftPaddingMobile\":20,\"rightPaddingMobile\":20,\"paddingLink\":false,\"variationSelected\":true,\"rowGapDesktop\":0,\"isBlockRootParent\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-6155c32e alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/container {\"block_id\":\"32dcd5f9\",\"directionDesktop\":\"row\",\"alignItemsDesktop\":\"flex-end\",\"alignItemsTablet\":\"flex-end\",\"justifyContentDesktop\":\"flex-end\",\"justifyContentTablet\":\"space-between\",\"variationSelected\":true,\"rowGapMobile\":30,\"columnGapDesktop\":0} -->\n<div class=\"wp-block-uagb-container uagb-block-32dcd5f9\"><!-- wp:uagb/advanced-heading {\"block_id\":\"c63a7db7\",\"classMigrate\":true,\"headingDescToggle\":true,\"subHeadingColor\":\"\",\"headSpace\":20,\"subHeadFontSize\":16} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-c63a7db7\"><h2 class=\"uagb-heading-text\">Amenities &amp; Interests ​</h2><p class=\"uagb-desc-text\">We have 7 lovely brick&nbsp;<strong>self-catering</strong>&nbsp;units, each one private and with its own character and theme. &nbsp;They are designed exclusively for couples with or without pets wanting a romantic and peaceful place to connect, re-connect, celebrate special occasions, or somewhere quiet and comfortable to come for a holiday</p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/buttons {\"block_id\":\"225fdc9c\",\"classMigrate\":true,\"childMigrate\":true,\"align\":\"right\",\"alignTablet\":\"right\",\"alignMobile\":\"left\",\"gap\":0} -->\n<div class=\"wp-block-uagb-buttons uagb-buttons__outer-wrap uagb-btn__default-btn uagb-btn-tablet__default-btn uagb-btn-mobile__default-btn uagb-block-225fdc9c\"><div class=\"uagb-buttons__wrap uagb-buttons-layout-wrap\"><!-- wp:uagb/buttons-child {\"block_id\":\"0e770eca\",\"label\":\"View All\",\"link\":\"#\",\"hColor\":\"\",\"borderWidth\":\"\",\"borderRadius\":\"\",\"borderStyle\":\"\",\"borderColor\":\"\",\"borderHColor\":\"\",\"btnBorderTopWidth\":1,\"btnBorderLeftWidth\":1,\"btnBorderRightWidth\":1,\"btnBorderBottomWidth\":1,\"btnBorderTopLeftRadius\":2,\"btnBorderTopRightRadius\":2,\"btnBorderBottomLeftRadius\":2,\"btnBorderBottomRightRadius\":2,\"btnBorderStyle\":\"solid\",\"btnBorderColor\":\"#333\",\"btnBorderHColor\":\"#333\"} -->\n<div class=\"wp-block-uagb-buttons-child uagb-buttons__outer-wrap uagb-block-0e770eca wp-block-button is-style-outline\"><div class=\"uagb-button__wrapper\"><a class=\"uagb-buttons-repeater wp-block-button__link\" href=\"#\" rel=\"follow noopener\" target=\"_self\"><div class=\"uagb-button__link\">View All</div></a></div></div>\n<!-- /wp:uagb/buttons-child --></div></div>\n<!-- /wp:uagb/buttons --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"6e0923a3\",\"directionDesktop\":\"row\",\"alignItemsTablet\":\"flex-start\",\"paddingLink\":false,\"topMarginDesktop\":50,\"bottomMarginDesktop\":20,\"leftMarginDesktop\":0,\"rightMarginDesktop\":0,\"marginLink\":false,\"variationSelected\":true,\"rowGapMobile\":65,\"columnGapDesktop\":48,\"columnGapTablet\":20} -->\n<div class=\"wp-block-uagb-container uagb-block-6e0923a3\"><!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"align\":\"center\",\"id\":828,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image aligncenter size-full\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Blue-Roan-pool.png\" alt=\"Blue Roan\'s rock pool\" class=\"wp-image-828\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>A relaxing rock Pool​</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>We have a lovely sparkling blue rock pool next to a thatched Lapa. &nbsp;&nbsp;Lie on recliners on the green lawn or sit on the swing chair in the Lapa and enjoy the panoramic view of the Magaliesberg mountain range.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":829,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/img-20160605-wa0002-largejpg.png\" alt=\"\" class=\"wp-image-829\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>Braai facilities </h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>What can compare to a burning fire under the star-lit African sky? Nothing beats the flavor of cooking over an open flame.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":830,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/ef9d0188da11e2bc56788f5619d9d539.png\" alt=\"\" class=\"wp-image-830\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>A games room </h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>The reception is also a games room for those who enjoy darts or playing pool. &nbsp;Take a selection of DVDs back to your room and watch movies on your own DVD player. &nbsp;There is also a selection of board games and music CDs that you can borrow.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div>\n<!-- /wp:uagb/container --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"99a67a02\",\"backgroundType\":\"color\",\"backgroundSizeTablet\":\"cover\",\"backgroundSizeMobile\":\"cover\",\"backgroundColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"bottomPaddingDesktop\":104,\"leftPaddingDesktop\":40,\"rightPaddingDesktop\":40,\"topPaddingTablet\":80,\"bottomPaddingTablet\":80,\"leftPaddingTablet\":40,\"rightPaddingTablet\":40,\"topPaddingMobile\":64,\"bottomPaddingMobile\":64,\"leftPaddingMobile\":24,\"rightPaddingMobile\":24,\"paddingLink\":false,\"variationSelected\":true,\"rowGapDesktop\":0,\"isBlockRootParent\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-99a67a02 alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/advanced-heading {\"block_id\":\"a3c6182f\",\"classMigrate\":true,\"headingDescToggle\":true,\"headingAlign\":\"center\",\"headingAlignMobile\":\"left\",\"subHeadingColor\":\"\",\"headSpace\":20,\"subHeadFontSize\":16,\"blockBottomPadding\":20} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-a3c6182f\"><h2 class=\"uagb-heading-text\">Our Inside Pictures​</h2><p class=\"uagb-desc-text\">Take a look at some pretty pictures captured in and around our premises.</p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/container {\"block_id\":\"bb642de5\",\"directionDesktop\":\"row\",\"alignItemsDesktop\":\"flex-start\",\"topMarginDesktop\":20,\"bottomMarginDesktop\":0,\"leftMarginDesktop\":0,\"rightMarginDesktop\":0,\"marginLink\":false,\"variationSelected\":true,\"rowGapMobile\":24,\"columnGapDesktop\":24,\"columnGapTablet\":20} -->\n<div class=\"wp-block-uagb-container uagb-block-bb642de5\"><!-- wp:uagb/container {\"block_id\":\"6ab7c037\",\"widthDesktop\":32,\"variationSelected\":true,\"rowGapDesktop\":24,\"rowGapTablet\":20,\"rowGapMobile\":24,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-6ab7c037\"><!-- wp:uagb/image {\"block_id\":\"5e8842b8\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/red-rose-1024x683.jpg\",\"id\":834,\"linkDestination\":\"none\",\"naturalWidth\":1024,\"naturalHeight\":683,\"sizeSlug\":\"large\",\"sizeSlugTablet\":\"large\",\"sizeSlugMobile\":\"large\"} -->\n<div class=\"wp-block-uagb-image uagb-block-5e8842b8 wp-block-uagb-image--layout-default wp-block-uagb-image--effect-static wp-block-uagb-image--align-none\"><figure class=\"wp-block-uagb-image__figure\"><img srcset=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/red-rose-1024x683.jpg \" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/red-rose-1024x683.jpg\" alt=\"\" class=\"uag-image-834\" width=\"\" height=\"\" title=\"\" loading=\"lazy\"/></figure></div>\n<!-- /wp:uagb/image -->\n\n<!-- wp:uagb/image {\"block_id\":\"d2ec34bf\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/48g.jpg\",\"align\":\"center\",\"id\":849,\"linkDestination\":\"none\",\"width\":292,\"height\":202,\"naturalWidth\":650,\"naturalHeight\":450,\"sizeSlug\":\"full\",\"sizeSlugTablet\":\"full\",\"sizeSlugMobile\":\"full\"} -->\n<div class=\"wp-block-uagb-image uagb-block-d2ec34bf wp-block-uagb-image--layout-default wp-block-uagb-image--effect-static wp-block-uagb-image--align-center\"><figure class=\"wp-block-uagb-image__figure\"><img srcset=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/48g.jpg \" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/48g.jpg\" alt=\"\" class=\"uag-image-849\" width=\"292\" height=\"202\" title=\"\" loading=\"lazy\"/></figure></div>\n<!-- /wp:uagb/image --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"7984cac4\",\"widthDesktop\":67,\"variationSelected\":true,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-7984cac4\"><!-- wp:uagb/image {\"block_id\":\"10a50057\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-14.jpg\",\"id\":835,\"linkDestination\":\"none\",\"widthTablet\":780,\"heightTablet\":0,\"naturalWidth\":1000,\"naturalHeight\":667,\"sizeSlug\":\"full\",\"sizeSlugTablet\":\"full\",\"sizeSlugMobile\":\"full\",\"customHeightSetDesktop\":true} -->\n<div class=\"wp-block-uagb-image uagb-block-10a50057 wp-block-uagb-image--layout-default wp-block-uagb-image--effect-static wp-block-uagb-image--align-none\"><figure class=\"wp-block-uagb-image__figure\"><img srcset=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-14.jpg \" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-14.jpg\" alt=\"\" class=\"uag-image-835\" width=\"\" height=\"\" title=\"\" loading=\"lazy\"/></figure></div>\n<!-- /wp:uagb/image --></div>\n<!-- /wp:uagb/container --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"29353c15\",\"directionDesktop\":\"row\",\"alignItemsDesktop\":\"flex-start\",\"topMarginDesktop\":24,\"bottomMarginDesktop\":0,\"leftMarginDesktop\":0,\"rightMarginDesktop\":0,\"topMarginTablet\":20,\"bottomMarginTablet\":0,\"leftMarginTablet\":0,\"rightMarginTablet\":0,\"topMarginMobile\":24,\"bottomMarginMobile\":0,\"leftMarginMobile\":0,\"rightMarginMobile\":0,\"marginLink\":false,\"variationSelected\":true,\"columnGapDesktop\":24,\"columnGapTablet\":20} -->\n<div class=\"wp-block-uagb-container uagb-block-29353c15\"><!-- wp:uagb/container {\"block_id\":\"d42d36f4\",\"widthDesktop\":67,\"variationSelected\":true,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-d42d36f4\"><!-- wp:uagb/image {\"block_id\":\"70dba208\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-8-1024x678.jpg\",\"id\":837,\"linkDestination\":\"none\",\"naturalWidth\":1024,\"naturalHeight\":678,\"sizeSlug\":\"large\",\"sizeSlugTablet\":\"large\",\"sizeSlugMobile\":\"large\",\"customHeightSetDesktop\":true} -->\n<div class=\"wp-block-uagb-image uagb-block-70dba208 wp-block-uagb-image--layout-default wp-block-uagb-image--effect-static wp-block-uagb-image--align-none\"><figure class=\"wp-block-uagb-image__figure\"><img srcset=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-8-1024x678.jpg \" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-8-1024x678.jpg\" alt=\"\" class=\"uag-image-837\" width=\"\" height=\"\" title=\"\" loading=\"lazy\"/></figure></div>\n<!-- /wp:uagb/image --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"fdb8b0d9\",\"widthDesktop\":32,\"variationSelected\":true,\"rowGapDesktop\":24,\"rowGapTablet\":20,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-fdb8b0d9\"><!-- wp:uagb/image {\"block_id\":\"86ff932c\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/49g.jpg\",\"id\":838,\"linkDestination\":\"none\",\"naturalWidth\":650,\"naturalHeight\":450,\"sizeSlug\":\"full\",\"sizeSlugTablet\":\"full\",\"sizeSlugMobile\":\"full\"} -->\n<div class=\"wp-block-uagb-image uagb-block-86ff932c wp-block-uagb-image--layout-default wp-block-uagb-image--effect-static wp-block-uagb-image--align-none\"><figure class=\"wp-block-uagb-image__figure\"><img srcset=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/49g.jpg \" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/49g.jpg\" alt=\"\" class=\"uag-image-838\" width=\"\" height=\"\" title=\"\" loading=\"lazy\"/></figure></div>\n<!-- /wp:uagb/image -->\n\n<!-- wp:uagb/image {\"block_id\":\"54296d10\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-country-lodge-1-1024x576.jpg\",\"id\":839,\"linkDestination\":\"none\",\"naturalWidth\":1024,\"naturalHeight\":576,\"sizeSlug\":\"large\",\"sizeSlugTablet\":\"large\",\"sizeSlugMobile\":\"large\"} -->\n<div class=\"wp-block-uagb-image uagb-block-54296d10 wp-block-uagb-image--layout-default wp-block-uagb-image--effect-static wp-block-uagb-image--align-none\"><figure class=\"wp-block-uagb-image__figure\"><img srcset=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-country-lodge-1-1024x576.jpg \" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-country-lodge-1-1024x576.jpg\" alt=\"\" class=\"uag-image-839\" width=\"\" height=\"\" title=\"\" loading=\"lazy\"/></figure></div>\n<!-- /wp:uagb/image --></div>\n<!-- /wp:uagb/container --></div>\n<!-- /wp:uagb/container --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"31e566ae\",\"backgroundType\":\"color\",\"backgroundSizeTablet\":\"cover\",\"backgroundSizeMobile\":\"cover\",\"backgroundColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"topPaddingDesktop\":40,\"bottomPaddingDesktop\":104,\"leftPaddingDesktop\":40,\"rightPaddingDesktop\":40,\"topPaddingTablet\":80,\"bottomPaddingTablet\":80,\"leftPaddingTablet\":40,\"rightPaddingTablet\":40,\"topPaddingMobile\":64,\"bottomPaddingMobile\":64,\"leftPaddingMobile\":24,\"rightPaddingMobile\":24,\"paddingLink\":false,\"variationSelected\":true,\"rowGapDesktop\":0,\"isBlockRootParent\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-31e566ae alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/advanced-heading {\"block_id\":\"4d3d891c\",\"classMigrate\":true,\"headingDescToggle\":true,\"headingAlign\":\"center\",\"headingAlignMobile\":\"left\",\"subHeadingColor\":\"\",\"headSpace\":20,\"subHeadFontSize\":16,\"blockBottomPadding\":20} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-4d3d891c\"><h2 class=\"uagb-heading-text\">What Our Guests Say​</h2><p class=\"uagb-desc-text\">We take pride in serving our guests the best experience. </p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/container {\"block_id\":\"9116f84d\",\"directionDesktop\":\"row\",\"topMarginDesktop\":40,\"bottomMarginDesktop\":0,\"leftMarginDesktop\":0,\"rightMarginDesktop\":0,\"marginLink\":false,\"variationSelected\":true,\"rowGapMobile\":40,\"columnGapDesktop\":90} -->\n<div class=\"wp-block-uagb-container uagb-block-9116f84d\"><!-- wp:uagb/container {\"block_id\":\"19dfc5b5\",\"widthDesktop\":50,\"variationSelected\":true,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-19dfc5b5\"><!-- wp:uagb/testimonial {\"test_item_count\":1,\"classMigrate\":true,\"test_block\":[{\"description\":\"\\u0022Thank you for a most enjoyable weekend stay and for making our anniversary so special.  Thank you for your kind and lovely friendship which we really appreciate!!!\\u0022​\",\"name\":\"\\u003cstrong\\u003eBrenda and Theuns\\u003c/strong\\u003e\",\"company\":\"\",\"image\":{\"id\":119,\"title\":\"testimonial1\",\"filename\":\"testimonial1.jpg\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/testimonial1.jpg\",\"link\":\"https://blueroan.netgen.cloud/testimonial1/\",\"alt\":\"\",\"author\":\"34\",\"description\":\"\",\"caption\":\"\",\"name\":\"testimonial1\",\"status\":\"inherit\",\"uploadedTo\":0,\"date\":\"2021-05-11T05:02:02.000Z\",\"modified\":\"2021-05-11T05:02:02.000Z\",\"menuOrder\":0,\"mime\":\"image/jpeg\",\"type\":\"image\",\"subtype\":\"jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/default.png\",\"dateFormatted\":\"May 11, 2021\",\"nonces\":{\"update\":\"b92fe40c3d\",\"delete\":\"643c1eb8f1\",\"edit\":\"d3e7d56b1d\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=119\\u0026action=edit\",\"meta\":false,\"authorName\":\"Rishabh\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/user-edit.php?user_id=34\",\"filesizeInBytes\":11264,\"filesizeHumanReadable\":\"11 KB\",\"context\":\"\",\"height\":250,\"width\":250,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/testimonial1-150x150.jpg\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/testimonial1.jpg\",\"height\":250,\"width\":250,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}}}],\"headingAlign\":\"left\",\"headingAlignTablet\":\"left\",\"headingAlignMobile\":\"left\",\"descColor\":\"var(\\u002d\\u002dast-global-color-3)\",\"nameFontSize\":14,\"nameLineHeight\":1,\"descFontSize\":16,\"descFontWeight\":\"600\",\"nameSpace\":1,\"block_id\":\"f79b09d0\",\"iconImage\":{\"url\":\"\",\"alt\":\"InfoBox placeholder img\"},\"imageWidth\":32,\"columnGap\":1,\"borderStyle\":\"\",\"paddingTop\":0,\"paddingBottom\":0,\"paddingLeft\":0,\"paddingRight\":0,\"spacingLink\":true,\"imgpaddingTop\":0,\"imgpaddingRight\":15,\"imgpaddingBottom\":0,\"imgpaddingLeft\":0,\"overallBorderStyle\":\"none\",\"imgTagHeight\":32,\"imgTagWidth\":150} -->\n<div class=\"wp-block-uagb-testimonial uagb-slick-carousel uagb-tm__arrow-outside uagb-block-f79b09d0 uagb-post__carousel_notset uagb-post__carousel_notset-tablet uagb-post__carousel_notset-mobile\"><div class=\"is-carousel uagb-tm__columns-1 uagb-tm__items\"><div class=\"uagb-testimonial__wrap  uagb-tm__imgicon-style-circle uagb-tm__image-position-bottom uagb-tm__bg-type-none \"><div class=\"uagb-tm__content\"><div class=\"uagb-tm__overlay\"></div><div class=\"uagb-tm__text-wrap\"><div class=\"uagb-tm__desc\">\"Thank you for a most enjoyable weekend stay and for making our anniversary so special.  Thank you for your kind and lovely friendship which we really appreciate!!!\"​</div><div class=\"uagb-tm__meta-inner\"><div class=\"uagb-tm__image-content\"><div class=\"uagb-tm__image\"><img class=\"uagb-tm-img-src\" src=\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/testimonial1-150x150.jpg\" alt=\"\" width=\"32\" height=\"32\" loading=\"lazy\"/></div></div><div class=\"uagb-testimonial-details\"><span class=\"uagb-tm__author-name\"><strong>Brenda and Theuns</strong></span><span class=\"uagb-tm__company\"></span></div></div></div></div></div></div></div>\n<!-- /wp:uagb/testimonial -->\n\n<!-- wp:uagb/testimonial {\"test_item_count\":1,\"classMigrate\":true,\"test_block\":[{\"description\":\"\\u0022Breaking away from city life and coming out to a most wonderful romantic weekend away.  The unit is so comfortable.  Thank you for your great hospitality - we had an awesome time here.  Go well - with love\\u0022​\",\"name\":\"\\u003cstrong\\u003e\\u003cstrong\\u003e\\u003cstrong\\u003eLiz \\u0026amp; Eddie\\u003c/strong\\u003e\\u003c/strong\\u003e\\u003c/strong\\u003e\",\"company\":\"\",\"image\":{\"id\":122,\"title\":\"testimonial4\",\"filename\":\"testimonial4.jpg\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/testimonial4.jpg\",\"link\":\"https://blueroan.netgen.cloud/testimonial4/\",\"alt\":\"\",\"author\":\"34\",\"description\":\"\",\"caption\":\"\",\"name\":\"testimonial4\",\"status\":\"inherit\",\"uploadedTo\":0,\"date\":\"2021-05-11T05:02:06.000Z\",\"modified\":\"2021-05-11T05:02:06.000Z\",\"menuOrder\":0,\"mime\":\"image/jpeg\",\"type\":\"image\",\"subtype\":\"jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/default.png\",\"dateFormatted\":\"May 11, 2021\",\"nonces\":{\"update\":\"4e34860add\",\"delete\":\"9e126a55cd\",\"edit\":\"33ffd3c040\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=122\\u0026action=edit\",\"meta\":false,\"authorName\":\"Rishabh\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/user-edit.php?user_id=34\",\"filesizeInBytes\":16584,\"filesizeHumanReadable\":\"16 KB\",\"context\":\"\",\"height\":250,\"width\":250,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/testimonial4-150x150.jpg\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/testimonial4.jpg\",\"height\":250,\"width\":250,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}}}],\"headingAlign\":\"left\",\"headingAlignTablet\":\"left\",\"headingAlignMobile\":\"left\",\"descColor\":\"var(\\u002d\\u002dast-global-color-3)\",\"nameFontSize\":14,\"nameLineHeight\":1,\"descFontSize\":16,\"descFontWeight\":\"600\",\"nameSpace\":1,\"block_id\":\"d5514fc5\",\"iconImage\":{\"url\":\"\",\"alt\":\"InfoBox placeholder img\"},\"imageWidth\":32,\"columnGap\":1,\"borderStyle\":\"\",\"paddingTop\":0,\"paddingBottom\":0,\"paddingLeft\":0,\"paddingRight\":0,\"spacingLink\":true,\"imgpaddingTop\":0,\"imgpaddingRight\":15,\"imgpaddingBottom\":0,\"imgpaddingLeft\":0,\"overallBorderStyle\":\"none\",\"imgTagHeight\":32,\"imgTagWidth\":150} -->\n<div class=\"wp-block-uagb-testimonial uagb-slick-carousel uagb-tm__arrow-outside uagb-block-d5514fc5 uagb-post__carousel_notset uagb-post__carousel_notset-tablet uagb-post__carousel_notset-mobile\"><div class=\"is-carousel uagb-tm__columns-1 uagb-tm__items\"><div class=\"uagb-testimonial__wrap  uagb-tm__imgicon-style-circle uagb-tm__image-position-bottom uagb-tm__bg-type-none \"><div class=\"uagb-tm__content\"><div class=\"uagb-tm__overlay\"></div><div class=\"uagb-tm__text-wrap\"><div class=\"uagb-tm__desc\">\"Breaking away from city life and coming out to a most wonderful romantic weekend away.  The unit is so comfortable.  Thank you for your great hospitality - we had an awesome time here.  Go well - with love\"​</div><div class=\"uagb-tm__meta-inner\"><div class=\"uagb-tm__image-content\"><div class=\"uagb-tm__image\"><img class=\"uagb-tm-img-src\" src=\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/testimonial4-150x150.jpg\" alt=\"\" width=\"32\" height=\"32\" loading=\"lazy\"/></div></div><div class=\"uagb-testimonial-details\"><span class=\"uagb-tm__author-name\"><strong><strong><strong>Liz &amp; Eddie</strong></strong></strong></span><span class=\"uagb-tm__company\"></span></div></div></div></div></div></div></div>\n<!-- /wp:uagb/testimonial --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"bb944887\",\"widthDesktop\":50,\"variationSelected\":true,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-bb944887\"><!-- wp:uagb/testimonial {\"test_item_count\":1,\"classMigrate\":true,\"test_block\":[{\"description\":\"\\u0022Judy, what a wonderful place you have here - we were so delighted to spend the weekend here, so tranquil, peaceful, and beautiful. You made us feel right at home. Definitely a place worth 5 stars! Go well.\\u0022​\",\"name\":\"\\u003cstrong\\u003e\\u003cstrong\\u003eBrian\\u003c/strong\\u003e\\u003c/strong\\u003e \\u003cstrong\\u003e\\u003cstrong\\u003e\\u003cstrong\\u003eand \\u003cstrong\\u003eMariska\\u003c/strong\\u003e\\u003c/strong\\u003e\\u003cbr\\u003e\\u003c/strong\\u003e\\u003c/strong\\u003e\",\"company\":\"\",\"image\":{\"id\":120,\"title\":\"testimonial2\",\"filename\":\"testimonial2.jpg\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/testimonial2.jpg\",\"link\":\"https://blueroan.netgen.cloud/testimonial2/\",\"alt\":\"\",\"author\":\"34\",\"description\":\"\",\"caption\":\"\",\"name\":\"testimonial2\",\"status\":\"inherit\",\"uploadedTo\":0,\"date\":\"2021-05-11T05:02:03.000Z\",\"modified\":\"2021-05-11T05:02:03.000Z\",\"menuOrder\":0,\"mime\":\"image/jpeg\",\"type\":\"image\",\"subtype\":\"jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/default.png\",\"dateFormatted\":\"May 11, 2021\",\"nonces\":{\"update\":\"1ee6412858\",\"delete\":\"4414a2ccbf\",\"edit\":\"bde7b1f490\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=120\\u0026action=edit\",\"meta\":false,\"authorName\":\"Rishabh\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/user-edit.php?user_id=34\",\"filesizeInBytes\":10087,\"filesizeHumanReadable\":\"10 KB\",\"context\":\"\",\"height\":250,\"width\":250,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/testimonial2-150x150.jpg\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/testimonial2.jpg\",\"height\":250,\"width\":250,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}}}],\"headingAlign\":\"left\",\"headingAlignTablet\":\"left\",\"headingAlignMobile\":\"left\",\"descColor\":\"var(\\u002d\\u002dast-global-color-3)\",\"nameFontSize\":14,\"nameLineHeight\":1,\"descFontSize\":16,\"descFontWeight\":\"600\",\"nameSpace\":1,\"block_id\":\"785787fb\",\"iconImage\":{\"url\":\"\",\"alt\":\"InfoBox placeholder img\"},\"imageWidth\":32,\"columnGap\":1,\"borderStyle\":\"\",\"paddingTop\":0,\"paddingBottom\":0,\"paddingLeft\":0,\"paddingRight\":0,\"spacingLink\":true,\"imgpaddingTop\":0,\"imgpaddingRight\":15,\"imgpaddingBottom\":0,\"imgpaddingLeft\":0,\"overallBorderStyle\":\"none\",\"imgTagHeight\":32,\"imgTagWidth\":150} -->\n<div class=\"wp-block-uagb-testimonial uagb-slick-carousel uagb-tm__arrow-outside uagb-block-785787fb uagb-post__carousel_notset uagb-post__carousel_notset-tablet uagb-post__carousel_notset-mobile\"><div class=\"is-carousel uagb-tm__columns-1 uagb-tm__items\"><div class=\"uagb-testimonial__wrap  uagb-tm__imgicon-style-circle uagb-tm__image-position-bottom uagb-tm__bg-type-none \"><div class=\"uagb-tm__content\"><div class=\"uagb-tm__overlay\"></div><div class=\"uagb-tm__text-wrap\"><div class=\"uagb-tm__desc\">\"Judy, what a wonderful place you have here - we were so delighted to spend the weekend here, so tranquil, peaceful, and beautiful. You made us feel right at home. Definitely a place worth 5 stars! Go well.\"​</div><div class=\"uagb-tm__meta-inner\"><div class=\"uagb-tm__image-content\"><div class=\"uagb-tm__image\"><img class=\"uagb-tm-img-src\" src=\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/testimonial2-150x150.jpg\" alt=\"\" width=\"32\" height=\"32\" loading=\"lazy\"/></div></div><div class=\"uagb-testimonial-details\"><span class=\"uagb-tm__author-name\"><strong><strong>Brian</strong></strong> <strong><strong><strong>and <strong>Mariska</strong></strong><br></strong></strong></span><span class=\"uagb-tm__company\"></span></div></div></div></div></div></div></div>\n<!-- /wp:uagb/testimonial -->\n\n<!-- wp:uagb/testimonial {\"test_item_count\":1,\"classMigrate\":true,\"test_block\":[{\"description\":\"\\u0022Thank you for the most wonderful time, Judy!  This was the most peaceful and perfect place to get engaged!  We will most certainly be back!!!  Your hospitality cannot be topped!\\u0022​\",\"name\":\"\\u003cstrong\\u003e\\u003cstrong\\u003e\\u003cstrong\\u003e\\u003cstrong\\u003eBrett and Kelly\\u003c/strong\\u003e\\u003c/strong\\u003e\\u003c/strong\\u003e\\u003c/strong\\u003e\",\"company\":\"\",\"image\":{\"id\":121,\"title\":\"testimonial3\",\"filename\":\"testimonial3.jpg\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/testimonial3.jpg\",\"link\":\"https://blueroan.netgen.cloud/testimonial3/\",\"alt\":\"\",\"author\":\"34\",\"description\":\"\",\"caption\":\"\",\"name\":\"testimonial3\",\"status\":\"inherit\",\"uploadedTo\":0,\"date\":\"2021-05-11T05:02:05.000Z\",\"modified\":\"2021-05-11T05:02:05.000Z\",\"menuOrder\":0,\"mime\":\"image/jpeg\",\"type\":\"image\",\"subtype\":\"jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/default.png\",\"dateFormatted\":\"May 11, 2021\",\"nonces\":{\"update\":\"290653da5d\",\"delete\":\"90a4fb2d63\",\"edit\":\"ff8a64e56e\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=121\\u0026action=edit\",\"meta\":false,\"authorName\":\"Rishabh\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/user-edit.php?user_id=34\",\"filesizeInBytes\":8748,\"filesizeHumanReadable\":\"9 KB\",\"context\":\"\",\"height\":250,\"width\":250,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/testimonial3-150x150.jpg\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/testimonial3.jpg\",\"height\":250,\"width\":250,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}}}],\"headingAlign\":\"left\",\"headingAlignTablet\":\"left\",\"headingAlignMobile\":\"left\",\"descColor\":\"var(\\u002d\\u002dast-global-color-3)\",\"nameFontSize\":14,\"nameLineHeight\":1,\"descFontSize\":16,\"descFontWeight\":\"600\",\"nameSpace\":1,\"block_id\":\"a5dddad5\",\"iconImage\":{\"url\":\"\",\"alt\":\"InfoBox placeholder img\"},\"imageWidth\":32,\"columnGap\":1,\"borderStyle\":\"\",\"paddingTop\":0,\"paddingBottom\":0,\"paddingLeft\":0,\"paddingRight\":0,\"spacingLink\":true,\"imgpaddingTop\":0,\"imgpaddingRight\":15,\"imgpaddingBottom\":0,\"imgpaddingLeft\":0,\"overallBorderStyle\":\"none\",\"imgTagHeight\":32,\"imgTagWidth\":150} -->\n<div class=\"wp-block-uagb-testimonial uagb-slick-carousel uagb-tm__arrow-outside uagb-block-a5dddad5 uagb-post__carousel_notset uagb-post__carousel_notset-tablet uagb-post__carousel_notset-mobile\"><div class=\"is-carousel uagb-tm__columns-1 uagb-tm__items\"><div class=\"uagb-testimonial__wrap  uagb-tm__imgicon-style-circle uagb-tm__image-position-bottom uagb-tm__bg-type-none \"><div class=\"uagb-tm__content\"><div class=\"uagb-tm__overlay\"></div><div class=\"uagb-tm__text-wrap\"><div class=\"uagb-tm__desc\">\"Thank you for the most wonderful time, Judy!  This was the most peaceful and perfect place to get engaged!  We will most certainly be back!!!  Your hospitality cannot be topped!\"​</div><div class=\"uagb-tm__meta-inner\"><div class=\"uagb-tm__image-content\"><div class=\"uagb-tm__image\"><img class=\"uagb-tm-img-src\" src=\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/testimonial3-150x150.jpg\" alt=\"\" width=\"32\" height=\"32\" loading=\"lazy\"/></div></div><div class=\"uagb-testimonial-details\"><span class=\"uagb-tm__author-name\"><strong><strong><strong><strong>Brett and Kelly</strong></strong></strong></strong></span><span class=\"uagb-tm__company\"></span></div></div></div></div></div></div></div>\n<!-- /wp:uagb/testimonial --></div>\n<!-- /wp:uagb/container --></div>\n<!-- /wp:uagb/container --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"a02de80a\",\"innerContentCustomWidthDesktop\":781,\"innerContentCustomWidthTablet\":781,\"backgroundType\":\"image\",\"backgroundImageDesktop\":{\"id\":809,\"title\":\"26759994757_767d9794fd_b\",\"filename\":\"26759994757_767d9794fd_b.jpg\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/26759994757_767d9794fd_b.jpg\",\"link\":\"https://blueroan.netgen.cloud/?attachment_id=809\",\"alt\":\"\",\"author\":\"2\",\"description\":\"\",\"caption\":\"\",\"name\":\"26759994757_767d9794fd_b\",\"status\":\"inherit\",\"uploadedTo\":805,\"date\":\"2022-12-13T09:51:53.000Z\",\"modified\":\"2022-12-13T09:51:53.000Z\",\"menuOrder\":0,\"mime\":\"image/jpeg\",\"type\":\"image\",\"subtype\":\"jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-includes/images/media/default.png\",\"dateFormatted\":\"December 13, 2022\",\"nonces\":{\"update\":\"39b5c0eef1\",\"delete\":\"fde92abd83\",\"edit\":\"3923face9e\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=809\\u0026action=edit\",\"meta\":false,\"authorName\":\"Netgen Support\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/profile.php\",\"uploadedToTitle\":\"Magaliesburg\",\"uploadedToLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=805\\u0026action=edit\",\"filesizeInBytes\":143610,\"filesizeHumanReadable\":\"140 KB\",\"context\":\"\",\"height\":683,\"width\":1024,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/26759994757_767d9794fd_b-150x150.jpg\",\"orientation\":\"landscape\"},\"medium\":{\"height\":200,\"width\":300,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/26759994757_767d9794fd_b-300x200.jpg\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/26759994757_767d9794fd_b.jpg\",\"height\":683,\"width\":1024,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"backgroundImageColor\":\"rgba(42,42,42,0.65)\",\"topPaddingDesktop\":144,\"bottomPaddingDesktop\":144,\"leftPaddingDesktop\":40,\"rightPaddingDesktop\":40,\"topPaddingTablet\":80,\"bottomPaddingTablet\":80,\"leftPaddingTablet\":40,\"rightPaddingTablet\":40,\"topPaddingMobile\":64,\"bottomPaddingMobile\":64,\"leftPaddingMobile\":24,\"rightPaddingMobile\":24,\"paddingLink\":false,\"variationSelected\":true,\"isBlockRootParent\":true,\"overlayType\":\"color\"} -->\n<div class=\"wp-block-uagb-container uagb-block-a02de80a alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/advanced-heading {\"block_id\":\"ad3661c8\",\"classMigrate\":true,\"headingDescToggle\":true,\"headingAlign\":\"center\",\"headingColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"subHeadingColor\":\"var(\\u002d\\u002dast-global-color-4)\",\"headSpace\":20} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-ad3661c8\"><h2 class=\"uagb-heading-text\">Plan an Unforgettable Experience at <br>Blue Roan!</h2><p class=\"uagb-desc-text\">Blue Roan is a 4-star graded pet-friendly venue</p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/advanced-heading {\"block_id\":\"4ea99eee\",\"classMigrate\":true,\"headingTitleToggle\":false,\"headingDescToggle\":true,\"headingAlign\":\"center\",\"subHeadingColor\":\"var(\\u002d\\u002dast-global-color-4)\",\"subHeadTransform\":\"uppercase\",\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"subHeadLetterSpacing\":2,\"blockTopPadding\":60,\"blockRightPadding\":0,\"blockLeftPadding\":0,\"blockBottomPadding\":0,\"blockTopPaddingMobile\":30,\"blockRightPaddingMobile\":0,\"blockLeftPaddingMobile\":0,\"blockBottomPaddingMobile\":0} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-4ea99eee\"><p class=\"uagb-desc-text\">BOOK YOUR STAY NOW​</p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/icon-list {\"block_id\":\"4c294da6\",\"classMigrate\":true,\"childMigrate\":true,\"align\":\"center\",\"parentIcon\":\"phone\",\"size\":40,\"sizeMobile\":24,\"sizeTablet\":32,\"fontSize\":48,\"fontSizeMobile\":28,\"fontSizeTablet\":40,\"fontWeight\":\"600\",\"iconColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"labelColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"blockTopPadding\":0,\"blockRightPadding\":0,\"blockLeftPadding\":0,\"blockBottomPadding\":24,\"blockPaddingLink\":false} -->\n<div class=\"wp-block-uagb-icon-list uagb-block-4c294da6\"><div class=\"uagb-icon-list__wrap\"><!-- wp:uagb/icon-list-child {\"block_id\":\"f45b7b78\",\"label\":\" + 27 (0) 82 575 5409\",\"label_color\":\"\",\"link\":\"tel:+27825755409\",\"disableLink\":true,\"fromParentIcon\":\"phone\",\"imageSizeChild\":40} -->\n<div class=\"wp-block-uagb-icon-list-child uagb-block-f45b7b78\"><a target=\"_self\" aria-label=\" + 27 (0) 82 575 5409\" rel=\"noopener noreferrer\" href=\"tel:+27825755409\"> </a><span class=\"uagb-icon-list__source-wrap\"><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M511.2 387l-23.25 100.8c-3.266 14.25-15.79 24.22-30.46 24.22C205.2 512 0 306.8 0 54.5c0-14.66 9.969-27.2 24.22-30.45l100.8-23.25C139.7-2.602 154.7 5.018 160.8 18.92l46.52 108.5c5.438 12.78 1.77 27.67-8.98 36.45L144.5 207.1c33.98 69.22 90.26 125.5 159.5 159.5l44.08-53.8c8.688-10.78 23.69-14.51 36.47-8.975l108.5 46.51C506.1 357.2 514.6 372.4 511.2 387z\"></path></svg></span><span class=\"uagb-icon-list__label\"> + 27 (0) 82 575 5409</span></div>\n<!-- /wp:uagb/icon-list-child -->\n\n<!-- wp:uagb/icon-list-child {\"block_id\":\"7f3ea816\",\"label\":\"blueroan@ugo.co.za\",\"icon\":\"envelope\",\"label_color\":\"\",\"link\":\"mailto:blueroan@ugo.co.za\",\"target\":true,\"disableLink\":true,\"fromParentIcon\":\"phone\",\"imageSizeChild\":40} -->\n<div class=\"wp-block-uagb-icon-list-child uagb-block-7f3ea816\"><a target=\"_blank\" aria-label=\"blueroan@ugo.co.za\" rel=\"noopener noreferrer\" href=\"mailto:blueroan@ugo.co.za\"> </a><span class=\"uagb-icon-list__source-wrap\"><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M464 64C490.5 64 512 85.49 512 112C512 127.1 504.9 141.3 492.8 150.4L275.2 313.6C263.8 322.1 248.2 322.1 236.8 313.6L19.2 150.4C7.113 141.3 0 127.1 0 112C0 85.49 21.49 64 48 64H464zM217.6 339.2C240.4 356.3 271.6 356.3 294.4 339.2L512 176V384C512 419.3 483.3 448 448 448H64C28.65 448 0 419.3 0 384V176L217.6 339.2z\"></path></svg></span><span class=\"uagb-icon-list__label\">blueroan@ugo.co.za</span></div>\n<!-- /wp:uagb/icon-list-child --></div></div>\n<!-- /wp:uagb/icon-list --></div></div>\n<!-- /wp:uagb/container -->',	'Home',	'',	'inherit',	'closed',	'closed',	'',	'760-revision-v1',	'',	'',	'2022-12-13 12:48:02',	'2022-12-13 12:48:02',	'',	760,	'https://blueroan.netgen.cloud/?p=851',	0,	'revision',	'',	0),
(852,	2,	'2022-12-13 12:48:45',	'2022-12-13 12:48:45',	'',	'blue-roan-guest-farm-12',	'',	'inherit',	'open',	'closed',	'',	'blue-roan-guest-farm-12',	'',	'',	'2022-12-13 12:48:45',	'2022-12-13 12:48:45',	'',	760,	'https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-12.jpg',	0,	'attachment',	'image/jpeg',	0),
(853,	2,	'2022-12-13 12:48:49',	'2022-12-13 12:48:49',	'<!-- wp:uagb/container {\"block_id\":\"7f6337c2\",\"minHeightDesktop\":95,\"minHeightTablet\":70,\"minHeightMobile\":80,\"minHeightType\":\"vh\",\"alignItemsDesktop\":\"flex-start\",\"backgroundType\":\"image\",\"backgroundImageDesktop\":{\"uploading\":false,\"date\":1670921854000,\"filename\":\"Blue-Roan-pool.jpg\",\"menuOrder\":0,\"uploadedTo\":760,\"type\":\"image\",\"subtype\":\"jpeg\",\"id\":784,\"title\":\"Blue Roan - pool\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Blue-Roan-pool.jpg\",\"link\":\"https://blueroan.netgen.cloud/home/blue-roan-pool/\",\"alt\":\"\",\"author\":\"2\",\"description\":\"\",\"caption\":\"\",\"name\":\"blue-roan-pool\",\"status\":\"inherit\",\"modified\":1670921854000,\"mime\":\"image/jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-includes/images/media/default.png\",\"dateFormatted\":\"December 13, 2022\",\"nonces\":{\"update\":\"51a12ed09e\",\"delete\":\"5174068551\",\"edit\":\"1de0721407\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=784\\u0026action=edit\",\"meta\":false,\"authorName\":\"Netgen Support\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/profile.php\",\"uploadedToTitle\":\"Home\",\"uploadedToLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=760\\u0026action=edit\",\"filesizeInBytes\":154801,\"filesizeHumanReadable\":\"151 KB\",\"context\":\"\",\"height\":667,\"width\":1000,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Blue-Roan-pool-150x150.jpg\",\"orientation\":\"landscape\"},\"medium\":{\"height\":200,\"width\":300,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Blue-Roan-pool-300x200.jpg\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Blue-Roan-pool.jpg\",\"height\":667,\"width\":1000,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"backgroundPositionDesktop\":{\"x\":0.5,\"y\":0.25},\"backgroundImageColor\":\"rgba(42,42,42,0.35)\",\"topPaddingDesktop\":0,\"bottomPaddingDesktop\":0,\"leftPaddingDesktop\":40,\"rightPaddingDesktop\":40,\"topPaddingTablet\":120,\"bottomPaddingTablet\":120,\"leftPaddingTablet\":40,\"rightPaddingTablet\":40,\"topPaddingMobile\":150,\"bottomPaddingMobile\":150,\"leftPaddingMobile\":20,\"rightPaddingMobile\":20,\"paddingLink\":false,\"variationSelected\":true,\"isBlockRootParent\":true,\"overlayType\":\"color\",\"minHeightTypeTablet\":\"vh\",\"minHeightTypeMobile\":\"vh\"} -->\n<div class=\"wp-block-uagb-container uagb-block-7f6337c2 alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/info-box {\"classMigrate\":true,\"headingAlign\":\"left\",\"headingColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"subHeadingColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"headingTag\":\"h1\",\"subHeadFontSize\":17,\"subHeadFontSizeMobile\":15,\"headSpace\":20,\"subHeadSpace\":40,\"block_id\":\"be791031\",\"ctaIcon\":\"\",\"ctaType\":\"button\",\"ctaText\":\"Book Your Stay Now\",\"ctaLink\":\"#\",\"ctaBtnLinkColor\":\"var(\\u002d\\u002dast-global-color-2)\",\"ctaLinkHoverColor\":\"var(\\u002d\\u002dast-global-color-2)\",\"ctaBgColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"ctaBgHoverColor\":\"var(\\u002d\\u002dast-global-color-4)\",\"ctaBorderColor\":\"\",\"ctaBorderStyle\":\"\",\"ctaBorderWidth\":\"\",\"ctaBorderRadius\":\"\",\"iconImage\":{\"url\":\"\",\"alt\":\"InfoBox placeholder img\"},\"showIcon\":false,\"paddingBtnTop\":18,\"paddingBtnBottom\":18,\"paddingBtnLeft\":34,\"paddingBtnRight\":34,\"blockTopPadding\":0,\"blockRightPadding\":40,\"blockLeftPadding\":0,\"blockBottomPadding\":0,\"blockTopPaddingTablet\":0,\"blockRightPaddingTablet\":64,\"blockLeftPaddingTablet\":0,\"blockBottomPaddingTablet\":0,\"blockTopPaddingMobile\":0,\"blockRightPaddingMobile\":0,\"blockLeftPaddingMobile\":0,\"blockBottomPaddingMobile\":0,\"blockPaddingUnit\":\"%\",\"blockPaddingLink\":false,\"subHeadMarginTopTablet\":0,\"subHeadMarginRightTablet\":64,\"subHeadTabletSpace\":40,\"subHeadMarginLeftTablet\":0,\"subHeadMarginTopMobile\":0,\"subHeadMarginRightMobile\":0,\"subHeadMobileSpace\":40,\"subHeadMarginLeftMobile\":0,\"btnBorderTopWidth\":1,\"btnBorderLeftWidth\":1,\"btnBorderRightWidth\":1,\"btnBorderBottomWidth\":1,\"btnBorderTopLeftRadius\":0,\"btnBorderTopRightRadius\":0,\"btnBorderBottomLeftRadius\":0,\"btnBorderBottomRightRadius\":0,\"btnBorderStyle\":\"none\",\"btnBorderColor\":\"#333\"} -->\n<div class=\"wp-block-uagb-info-box uagb-block-be791031 uagb-infobox__content-wrap  uagb-infobox-icon-above-title uagb-infobox-image-valign-top\"><div class=\"uagb-ifb-content\"><div class=\"uagb-ifb-title-wrap\"><h1 class=\"uagb-ifb-title\"><strong>Magaliesburg pet friendly self-catering accommodation</strong></h1></div><p class=\"uagb-ifb-desc\">Romantic pet-friendly self-catering accommodation in Magaliesburg, Gauteng.</p><div class=\"uagb-ifb-button-wrapper wp-block-button\"><a href=\"#\" class=\"uagb-infobox-cta-link wp-block-button__link\" target=\"_self\" rel=\"noopener noreferrer\" alt=\"\"><span class=\"uagb-inline-editing\">Book Your Stay Now</span></a></div></div></div>\n<!-- /wp:uagb/info-box --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"1e0e37f3\",\"directionDesktop\":\"row\",\"directionMobile\":\"column-reverse\",\"alignItemsDesktop\":\"flex-start\",\"backgroundType\":\"color\",\"backgroundSizeTablet\":\"cover\",\"backgroundSizeMobile\":\"cover\",\"backgroundColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"topPaddingDesktop\":60,\"bottomPaddingDesktop\":60,\"topPaddingTablet\":80,\"bottomPaddingTablet\":80,\"leftPaddingTablet\":40,\"rightPaddingTablet\":40,\"topPaddingMobile\":64,\"bottomPaddingMobile\":64,\"leftPaddingMobile\":24,\"rightPaddingMobile\":24,\"paddingLink\":false,\"variationSelected\":true,\"columnGapDesktop\":60,\"columnGapTablet\":50,\"isBlockRootParent\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-1e0e37f3 alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/container {\"block_id\":\"00a2991d\",\"widthDesktop\":50,\"variationSelected\":true,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-00a2991d\"><!-- wp:image {\"id\":797,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-13.jpg\" alt=\"\" class=\"wp-image-797\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The Blue Roan Country Lodge is situated just 5 minutes from the village of Magaliesburg on a tar road so easy access for all cars. &nbsp;We have panoramic views of the Magaliesberg mountain range and our farm is the perfect place for a relaxing getaway in the country. &nbsp;As we are only 70 km from JHB and Pretoria, it is only an hour’s drive.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:buttons -->\n<div class=\"wp-block-buttons\"><!-- wp:button -->\n<div class=\"wp-block-button\"><a class=\"wp-block-button__link wp-element-button\" href=\"/accommodation/\">View accomodation</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"cc49190e\",\"widthDesktop\":50,\"leftPaddingDesktop\":0,\"paddingLink\":false,\"variationSelected\":true,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-cc49190e\"><!-- wp:uagb/advanced-heading {\"block_id\":\"8ac9e90f\",\"classMigrate\":true,\"headingDescToggle\":true,\"subHeadingColor\":\"\",\"headSpace\":20,\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-8ac9e90f\"><h2 class=\"uagb-heading-text\"><strong>Blue Roan is a 4-star graded pet-friendly venue</strong></h2><p class=\"uagb-desc-text\">Our goal is to provide high-quality, romantic, comfortable, and affordable self-catering accommodation on the outskirts of the village of &nbsp;Magaliesburg. &nbsp;For animal lovers, we are also&nbsp;pet-friendly&nbsp;by arrangement in most of the units all of which have their own fully fenced and gated private grassy gardens.</p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/image {\"block_id\":\"c22a9b27\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/hammock-in-the-garden.jpg\",\"align\":\"left\",\"id\":799,\"linkDestination\":\"none\",\"naturalWidth\":600,\"naturalHeight\":400,\"sizeSlug\":\"full\",\"sizeSlugTablet\":\"full\",\"sizeSlugMobile\":\"full\",\"imageTopMargin\":20,\"imageRightMargin\":0,\"imageLeftMargin\":0,\"imageBottomMargin\":0,\"imageTopMarginMobile\":0,\"imageRightMarginMobile\":0,\"imageLeftMarginMobile\":0,\"imageBottomMarginMobile\":0,\"imageMarginLink\":false} -->\n<div class=\"wp-block-uagb-image uagb-block-c22a9b27 wp-block-uagb-image--layout-default wp-block-uagb-image--effect-static wp-block-uagb-image--align-left\"><figure class=\"wp-block-uagb-image__figure\"><img srcset=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/hammock-in-the-garden.jpg \" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/hammock-in-the-garden.jpg\" alt=\"\" class=\"uag-image-799\" width=\"\" height=\"\" title=\"\" loading=\"lazy\"/></figure></div>\n<!-- /wp:uagb/image --></div>\n<!-- /wp:uagb/container --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"6c68bf0d\",\"directionDesktop\":\"row\",\"directionMobile\":\"column-reverse\",\"alignItemsDesktop\":\"flex-start\",\"backgroundType\":\"color\",\"backgroundSizeTablet\":\"cover\",\"backgroundSizeMobile\":\"cover\",\"backgroundColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"topPaddingDesktop\":0,\"bottomPaddingDesktop\":0,\"topPaddingTablet\":80,\"bottomPaddingTablet\":80,\"leftPaddingTablet\":40,\"rightPaddingTablet\":40,\"topPaddingMobile\":64,\"bottomPaddingMobile\":64,\"leftPaddingMobile\":24,\"rightPaddingMobile\":24,\"paddingLink\":false,\"variationSelected\":true,\"rowGapDesktop\":0,\"columnGapDesktop\":0,\"columnGapTablet\":50,\"isBlockRootParent\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-6c68bf0d alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:image {\"align\":\"center\",\"id\":794,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image aligncenter size-full\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/210-2108726_too-great-for-us-tourism-grading-council-of-south-5.png\" alt=\"\" class=\"wp-image-794\"/></figure>\n<!-- /wp:image --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"df60cf35\",\"backgroundType\":\"color\",\"backgroundSizeTablet\":\"cover\",\"backgroundSizeMobile\":\"cover\",\"backgroundColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"topPaddingDesktop\":50,\"bottomPaddingDesktop\":100,\"topPaddingTablet\":50,\"bottomPaddingTablet\":25,\"leftPaddingTablet\":20,\"rightPaddingTablet\":20,\"topPaddingMobile\":50,\"bottomPaddingMobile\":20,\"leftPaddingMobile\":20,\"rightPaddingMobile\":20,\"paddingLink\":false,\"variationSelected\":true,\"rowGapDesktop\":0,\"isBlockRootParent\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-df60cf35 alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/container {\"block_id\":\"9538cbb1\",\"directionDesktop\":\"row\",\"alignItemsDesktop\":\"flex-end\",\"alignItemsTablet\":\"flex-end\",\"justifyContentDesktop\":\"flex-end\",\"justifyContentTablet\":\"space-between\",\"variationSelected\":true,\"rowGapMobile\":30,\"columnGapDesktop\":0} -->\n<div class=\"wp-block-uagb-container uagb-block-9538cbb1\"><!-- wp:uagb/advanced-heading {\"block_id\":\"cdf9d1f1\",\"classMigrate\":true,\"headingDescToggle\":true,\"subHeadingColor\":\"\",\"headSpace\":20,\"subHeadFontSize\":16} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-cdf9d1f1\"><h2 class=\"uagb-heading-text\">Amenities &amp; Interests ​</h2><p class=\"uagb-desc-text\">We have 7 lovely brick&nbsp;<strong>self-catering</strong>&nbsp;units, each one private and with its own character and theme. &nbsp;They are designed exclusively for couples with or without pets wanting a romantic and peaceful place to connect, re-connect, celebrate special occasions, or somewhere quiet and comfortable to come for a holiday</p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/buttons {\"block_id\":\"f36343e7\",\"classMigrate\":true,\"childMigrate\":true,\"align\":\"right\",\"alignTablet\":\"right\",\"alignMobile\":\"left\",\"gap\":0} -->\n<div class=\"wp-block-uagb-buttons uagb-buttons__outer-wrap uagb-btn__default-btn uagb-btn-tablet__default-btn uagb-btn-mobile__default-btn uagb-block-f36343e7\"><div class=\"uagb-buttons__wrap uagb-buttons-layout-wrap\"><!-- wp:uagb/buttons-child {\"block_id\":\"1756c9e4\",\"label\":\"View All\",\"link\":\"#\",\"hColor\":\"\",\"borderWidth\":\"\",\"borderRadius\":\"\",\"borderStyle\":\"\",\"borderColor\":\"\",\"borderHColor\":\"\",\"btnBorderTopWidth\":1,\"btnBorderLeftWidth\":1,\"btnBorderRightWidth\":1,\"btnBorderBottomWidth\":1,\"btnBorderTopLeftRadius\":2,\"btnBorderTopRightRadius\":2,\"btnBorderBottomLeftRadius\":2,\"btnBorderBottomRightRadius\":2,\"btnBorderStyle\":\"solid\",\"btnBorderColor\":\"#333\",\"btnBorderHColor\":\"#333\"} -->\n<div class=\"wp-block-uagb-buttons-child uagb-buttons__outer-wrap uagb-block-1756c9e4 wp-block-button is-style-outline\"><div class=\"uagb-button__wrapper\"><a class=\"uagb-buttons-repeater wp-block-button__link\" href=\"#\" rel=\"follow noopener\" target=\"_self\"><div class=\"uagb-button__link\">View All</div></a></div></div>\n<!-- /wp:uagb/buttons-child --></div></div>\n<!-- /wp:uagb/buttons --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"353651b2\",\"directionDesktop\":\"row\",\"alignItemsTablet\":\"flex-start\",\"paddingLink\":false,\"topMarginDesktop\":50,\"bottomMarginDesktop\":20,\"leftMarginDesktop\":0,\"rightMarginDesktop\":0,\"marginLink\":false,\"variationSelected\":true,\"rowGapMobile\":65,\"columnGapDesktop\":48,\"columnGapTablet\":20} -->\n<div class=\"wp-block-uagb-container uagb-block-353651b2\"><!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"align\":\"center\",\"id\":828,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image aligncenter size-full\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Blue-Roan-pool.png\" alt=\"Blue Roan\'s rock pool\" class=\"wp-image-828\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>A relaxing rock Pool​</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>We have a lovely sparkling blue rock pool next to a thatched Lapa. &nbsp;&nbsp;Lie on recliners on the green lawn or sit on the swing chair in the Lapa and enjoy the panoramic view of the Magaliesberg mountain range.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":829,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/img-20160605-wa0002-largejpg.png\" alt=\"\" class=\"wp-image-829\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>Braai facilities </h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>What can compare to a burning fire under the star-lit African sky? Nothing beats the flavor of cooking over an open flame.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":830,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/ef9d0188da11e2bc56788f5619d9d539.png\" alt=\"\" class=\"wp-image-830\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>A games room </h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>The reception is also a games room for those who enjoy darts or playing pool. &nbsp;Take a selection of DVDs back to your room and watch movies on your own DVD player. &nbsp;There is also a selection of board games and music CDs that you can borrow.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div>\n<!-- /wp:uagb/container --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"724b0f51\",\"backgroundType\":\"color\",\"backgroundSizeTablet\":\"cover\",\"backgroundSizeMobile\":\"cover\",\"backgroundColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"bottomPaddingDesktop\":104,\"leftPaddingDesktop\":40,\"rightPaddingDesktop\":40,\"topPaddingTablet\":80,\"bottomPaddingTablet\":80,\"leftPaddingTablet\":40,\"rightPaddingTablet\":40,\"topPaddingMobile\":64,\"bottomPaddingMobile\":64,\"leftPaddingMobile\":24,\"rightPaddingMobile\":24,\"paddingLink\":false,\"variationSelected\":true,\"rowGapDesktop\":0,\"isBlockRootParent\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-724b0f51 alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/advanced-heading {\"block_id\":\"bb55caf9\",\"classMigrate\":true,\"headingDescToggle\":true,\"headingAlign\":\"center\",\"headingAlignMobile\":\"left\",\"subHeadingColor\":\"\",\"headSpace\":20,\"subHeadFontSize\":16,\"blockBottomPadding\":20} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-bb55caf9\"><h2 class=\"uagb-heading-text\">Our Inside Pictures​</h2><p class=\"uagb-desc-text\">Take a look at some pretty pictures captured in and around our premises.</p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/container {\"block_id\":\"5ace44f2\",\"directionDesktop\":\"row\",\"alignItemsDesktop\":\"flex-start\",\"topMarginDesktop\":20,\"bottomMarginDesktop\":0,\"leftMarginDesktop\":0,\"rightMarginDesktop\":0,\"marginLink\":false,\"variationSelected\":true,\"rowGapMobile\":24,\"columnGapDesktop\":24,\"columnGapTablet\":20} -->\n<div class=\"wp-block-uagb-container uagb-block-5ace44f2\"><!-- wp:uagb/container {\"block_id\":\"360fb398\",\"widthDesktop\":32,\"variationSelected\":true,\"rowGapDesktop\":24,\"rowGapTablet\":20,\"rowGapMobile\":24,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-360fb398\"><!-- wp:uagb/image {\"block_id\":\"2f23a398\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/red-rose-1024x683.jpg\",\"id\":834,\"linkDestination\":\"none\",\"naturalWidth\":1024,\"naturalHeight\":683,\"sizeSlug\":\"large\",\"sizeSlugTablet\":\"large\",\"sizeSlugMobile\":\"large\"} -->\n<div class=\"wp-block-uagb-image uagb-block-2f23a398 wp-block-uagb-image--layout-default wp-block-uagb-image--effect-static wp-block-uagb-image--align-none\"><figure class=\"wp-block-uagb-image__figure\"><img srcset=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/red-rose-1024x683.jpg \" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/red-rose-1024x683.jpg\" alt=\"\" class=\"uag-image-834\" width=\"\" height=\"\" title=\"\" loading=\"lazy\"/></figure></div>\n<!-- /wp:uagb/image -->\n\n<!-- wp:uagb/image {\"block_id\":\"5b650a0b\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-12-1024x678.jpg\",\"id\":852,\"linkDestination\":\"none\",\"naturalWidth\":1024,\"naturalHeight\":678,\"sizeSlug\":\"large\",\"sizeSlugTablet\":\"large\",\"sizeSlugMobile\":\"large\"} -->\n<div class=\"wp-block-uagb-image uagb-block-5b650a0b wp-block-uagb-image--layout-default wp-block-uagb-image--effect-static wp-block-uagb-image--align-none\"><figure class=\"wp-block-uagb-image__figure\"><img srcset=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-12-1024x678.jpg \" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-12-1024x678.jpg\" alt=\"\" class=\"uag-image-852\" title=\"\" loading=\"lazy\"/></figure></div>\n<!-- /wp:uagb/image --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"6c1fe231\",\"widthDesktop\":67,\"variationSelected\":true,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-6c1fe231\"><!-- wp:uagb/image {\"block_id\":\"94149bba\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-14.jpg\",\"id\":835,\"linkDestination\":\"none\",\"widthTablet\":780,\"heightTablet\":0,\"naturalWidth\":1000,\"naturalHeight\":667,\"sizeSlug\":\"full\",\"sizeSlugTablet\":\"full\",\"sizeSlugMobile\":\"full\",\"customHeightSetDesktop\":true} -->\n<div class=\"wp-block-uagb-image uagb-block-94149bba wp-block-uagb-image--layout-default wp-block-uagb-image--effect-static wp-block-uagb-image--align-none\"><figure class=\"wp-block-uagb-image__figure\"><img srcset=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-14.jpg \" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-14.jpg\" alt=\"\" class=\"uag-image-835\" width=\"\" height=\"\" title=\"\" loading=\"lazy\"/></figure></div>\n<!-- /wp:uagb/image --></div>\n<!-- /wp:uagb/container --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"3cabb330\",\"directionDesktop\":\"row\",\"alignItemsDesktop\":\"flex-start\",\"topMarginDesktop\":24,\"bottomMarginDesktop\":0,\"leftMarginDesktop\":0,\"rightMarginDesktop\":0,\"topMarginTablet\":20,\"bottomMarginTablet\":0,\"leftMarginTablet\":0,\"rightMarginTablet\":0,\"topMarginMobile\":24,\"bottomMarginMobile\":0,\"leftMarginMobile\":0,\"rightMarginMobile\":0,\"marginLink\":false,\"variationSelected\":true,\"columnGapDesktop\":24,\"columnGapTablet\":20} -->\n<div class=\"wp-block-uagb-container uagb-block-3cabb330\"><!-- wp:uagb/container {\"block_id\":\"2a9aee21\",\"widthDesktop\":67,\"variationSelected\":true,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-2a9aee21\"><!-- wp:uagb/image {\"block_id\":\"1f559ac1\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-8-1024x678.jpg\",\"id\":837,\"linkDestination\":\"none\",\"naturalWidth\":1024,\"naturalHeight\":678,\"sizeSlug\":\"large\",\"sizeSlugTablet\":\"large\",\"sizeSlugMobile\":\"large\",\"customHeightSetDesktop\":true} -->\n<div class=\"wp-block-uagb-image uagb-block-1f559ac1 wp-block-uagb-image--layout-default wp-block-uagb-image--effect-static wp-block-uagb-image--align-none\"><figure class=\"wp-block-uagb-image__figure\"><img srcset=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-8-1024x678.jpg \" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-8-1024x678.jpg\" alt=\"\" class=\"uag-image-837\" width=\"\" height=\"\" title=\"\" loading=\"lazy\"/></figure></div>\n<!-- /wp:uagb/image --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"d10f0e52\",\"widthDesktop\":32,\"variationSelected\":true,\"rowGapDesktop\":24,\"rowGapTablet\":20,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-d10f0e52\"><!-- wp:uagb/image {\"block_id\":\"ac8f2aab\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/49g.jpg\",\"id\":838,\"linkDestination\":\"none\",\"naturalWidth\":650,\"naturalHeight\":450,\"sizeSlug\":\"full\",\"sizeSlugTablet\":\"full\",\"sizeSlugMobile\":\"full\"} -->\n<div class=\"wp-block-uagb-image uagb-block-ac8f2aab wp-block-uagb-image--layout-default wp-block-uagb-image--effect-static wp-block-uagb-image--align-none\"><figure class=\"wp-block-uagb-image__figure\"><img srcset=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/49g.jpg \" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/49g.jpg\" alt=\"\" class=\"uag-image-838\" width=\"\" height=\"\" title=\"\" loading=\"lazy\"/></figure></div>\n<!-- /wp:uagb/image -->\n\n<!-- wp:uagb/image {\"block_id\":\"720410e1\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-country-lodge-1-1024x576.jpg\",\"id\":839,\"linkDestination\":\"none\",\"naturalWidth\":1024,\"naturalHeight\":576,\"sizeSlug\":\"large\",\"sizeSlugTablet\":\"large\",\"sizeSlugMobile\":\"large\"} -->\n<div class=\"wp-block-uagb-image uagb-block-720410e1 wp-block-uagb-image--layout-default wp-block-uagb-image--effect-static wp-block-uagb-image--align-none\"><figure class=\"wp-block-uagb-image__figure\"><img srcset=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-country-lodge-1-1024x576.jpg \" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-country-lodge-1-1024x576.jpg\" alt=\"\" class=\"uag-image-839\" width=\"\" height=\"\" title=\"\" loading=\"lazy\"/></figure></div>\n<!-- /wp:uagb/image --></div>\n<!-- /wp:uagb/container --></div>\n<!-- /wp:uagb/container --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"8b48ecee\",\"backgroundType\":\"color\",\"backgroundSizeTablet\":\"cover\",\"backgroundSizeMobile\":\"cover\",\"backgroundColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"topPaddingDesktop\":40,\"bottomPaddingDesktop\":104,\"leftPaddingDesktop\":40,\"rightPaddingDesktop\":40,\"topPaddingTablet\":80,\"bottomPaddingTablet\":80,\"leftPaddingTablet\":40,\"rightPaddingTablet\":40,\"topPaddingMobile\":64,\"bottomPaddingMobile\":64,\"leftPaddingMobile\":24,\"rightPaddingMobile\":24,\"paddingLink\":false,\"variationSelected\":true,\"rowGapDesktop\":0,\"isBlockRootParent\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-8b48ecee alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/advanced-heading {\"block_id\":\"d5cfd8a7\",\"classMigrate\":true,\"headingDescToggle\":true,\"headingAlign\":\"center\",\"headingAlignMobile\":\"left\",\"subHeadingColor\":\"\",\"headSpace\":20,\"subHeadFontSize\":16,\"blockBottomPadding\":20} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-d5cfd8a7\"><h2 class=\"uagb-heading-text\">What Our Guests Say​</h2><p class=\"uagb-desc-text\">We take pride in serving our guests the best experience. </p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/container {\"block_id\":\"e3949852\",\"directionDesktop\":\"row\",\"topMarginDesktop\":40,\"bottomMarginDesktop\":0,\"leftMarginDesktop\":0,\"rightMarginDesktop\":0,\"marginLink\":false,\"variationSelected\":true,\"rowGapMobile\":40,\"columnGapDesktop\":90} -->\n<div class=\"wp-block-uagb-container uagb-block-e3949852\"><!-- wp:uagb/container {\"block_id\":\"92a0567b\",\"widthDesktop\":50,\"variationSelected\":true,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-92a0567b\"><!-- wp:uagb/testimonial {\"test_item_count\":1,\"classMigrate\":true,\"test_block\":[{\"description\":\"\\u0022Thank you for a most enjoyable weekend stay and for making our anniversary so special.  Thank you for your kind and lovely friendship which we really appreciate!!!\\u0022​\",\"name\":\"\\u003cstrong\\u003eBrenda and Theuns\\u003c/strong\\u003e\",\"company\":\"\",\"image\":{\"id\":119,\"title\":\"testimonial1\",\"filename\":\"testimonial1.jpg\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/testimonial1.jpg\",\"link\":\"https://blueroan.netgen.cloud/testimonial1/\",\"alt\":\"\",\"author\":\"34\",\"description\":\"\",\"caption\":\"\",\"name\":\"testimonial1\",\"status\":\"inherit\",\"uploadedTo\":0,\"date\":\"2021-05-11T05:02:02.000Z\",\"modified\":\"2021-05-11T05:02:02.000Z\",\"menuOrder\":0,\"mime\":\"image/jpeg\",\"type\":\"image\",\"subtype\":\"jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/default.png\",\"dateFormatted\":\"May 11, 2021\",\"nonces\":{\"update\":\"b92fe40c3d\",\"delete\":\"643c1eb8f1\",\"edit\":\"d3e7d56b1d\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=119\\u0026action=edit\",\"meta\":false,\"authorName\":\"Rishabh\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/user-edit.php?user_id=34\",\"filesizeInBytes\":11264,\"filesizeHumanReadable\":\"11 KB\",\"context\":\"\",\"height\":250,\"width\":250,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/testimonial1-150x150.jpg\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/testimonial1.jpg\",\"height\":250,\"width\":250,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}}}],\"headingAlign\":\"left\",\"headingAlignTablet\":\"left\",\"headingAlignMobile\":\"left\",\"descColor\":\"var(\\u002d\\u002dast-global-color-3)\",\"nameFontSize\":14,\"nameLineHeight\":1,\"descFontSize\":16,\"descFontWeight\":\"600\",\"nameSpace\":1,\"block_id\":\"57c8beac\",\"iconImage\":{\"url\":\"\",\"alt\":\"InfoBox placeholder img\"},\"imageWidth\":32,\"columnGap\":1,\"borderStyle\":\"\",\"paddingTop\":0,\"paddingBottom\":0,\"paddingLeft\":0,\"paddingRight\":0,\"spacingLink\":true,\"imgpaddingTop\":0,\"imgpaddingRight\":15,\"imgpaddingBottom\":0,\"imgpaddingLeft\":0,\"overallBorderStyle\":\"none\",\"imgTagHeight\":32,\"imgTagWidth\":150} -->\n<div class=\"wp-block-uagb-testimonial uagb-slick-carousel uagb-tm__arrow-outside uagb-block-57c8beac uagb-post__carousel_notset uagb-post__carousel_notset-tablet uagb-post__carousel_notset-mobile\"><div class=\"is-carousel uagb-tm__columns-1 uagb-tm__items\"><div class=\"uagb-testimonial__wrap  uagb-tm__imgicon-style-circle uagb-tm__image-position-bottom uagb-tm__bg-type-none \"><div class=\"uagb-tm__content\"><div class=\"uagb-tm__overlay\"></div><div class=\"uagb-tm__text-wrap\"><div class=\"uagb-tm__desc\">\"Thank you for a most enjoyable weekend stay and for making our anniversary so special.  Thank you for your kind and lovely friendship which we really appreciate!!!\"​</div><div class=\"uagb-tm__meta-inner\"><div class=\"uagb-tm__image-content\"><div class=\"uagb-tm__image\"><img class=\"uagb-tm-img-src\" src=\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/testimonial1-150x150.jpg\" alt=\"\" width=\"32\" height=\"32\" loading=\"lazy\"/></div></div><div class=\"uagb-testimonial-details\"><span class=\"uagb-tm__author-name\"><strong>Brenda and Theuns</strong></span><span class=\"uagb-tm__company\"></span></div></div></div></div></div></div></div>\n<!-- /wp:uagb/testimonial -->\n\n<!-- wp:uagb/testimonial {\"test_item_count\":1,\"classMigrate\":true,\"test_block\":[{\"description\":\"\\u0022Breaking away from city life and coming out to a most wonderful romantic weekend away.  The unit is so comfortable.  Thank you for your great hospitality - we had an awesome time here.  Go well - with love\\u0022​\",\"name\":\"\\u003cstrong\\u003e\\u003cstrong\\u003e\\u003cstrong\\u003eLiz \\u0026amp; Eddie\\u003c/strong\\u003e\\u003c/strong\\u003e\\u003c/strong\\u003e\",\"company\":\"\",\"image\":{\"id\":122,\"title\":\"testimonial4\",\"filename\":\"testimonial4.jpg\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/testimonial4.jpg\",\"link\":\"https://blueroan.netgen.cloud/testimonial4/\",\"alt\":\"\",\"author\":\"34\",\"description\":\"\",\"caption\":\"\",\"name\":\"testimonial4\",\"status\":\"inherit\",\"uploadedTo\":0,\"date\":\"2021-05-11T05:02:06.000Z\",\"modified\":\"2021-05-11T05:02:06.000Z\",\"menuOrder\":0,\"mime\":\"image/jpeg\",\"type\":\"image\",\"subtype\":\"jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/default.png\",\"dateFormatted\":\"May 11, 2021\",\"nonces\":{\"update\":\"4e34860add\",\"delete\":\"9e126a55cd\",\"edit\":\"33ffd3c040\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=122\\u0026action=edit\",\"meta\":false,\"authorName\":\"Rishabh\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/user-edit.php?user_id=34\",\"filesizeInBytes\":16584,\"filesizeHumanReadable\":\"16 KB\",\"context\":\"\",\"height\":250,\"width\":250,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/testimonial4-150x150.jpg\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/testimonial4.jpg\",\"height\":250,\"width\":250,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}}}],\"headingAlign\":\"left\",\"headingAlignTablet\":\"left\",\"headingAlignMobile\":\"left\",\"descColor\":\"var(\\u002d\\u002dast-global-color-3)\",\"nameFontSize\":14,\"nameLineHeight\":1,\"descFontSize\":16,\"descFontWeight\":\"600\",\"nameSpace\":1,\"block_id\":\"60845830\",\"iconImage\":{\"url\":\"\",\"alt\":\"InfoBox placeholder img\"},\"imageWidth\":32,\"columnGap\":1,\"borderStyle\":\"\",\"paddingTop\":0,\"paddingBottom\":0,\"paddingLeft\":0,\"paddingRight\":0,\"spacingLink\":true,\"imgpaddingTop\":0,\"imgpaddingRight\":15,\"imgpaddingBottom\":0,\"imgpaddingLeft\":0,\"overallBorderStyle\":\"none\",\"imgTagHeight\":32,\"imgTagWidth\":150} -->\n<div class=\"wp-block-uagb-testimonial uagb-slick-carousel uagb-tm__arrow-outside uagb-block-60845830 uagb-post__carousel_notset uagb-post__carousel_notset-tablet uagb-post__carousel_notset-mobile\"><div class=\"is-carousel uagb-tm__columns-1 uagb-tm__items\"><div class=\"uagb-testimonial__wrap  uagb-tm__imgicon-style-circle uagb-tm__image-position-bottom uagb-tm__bg-type-none \"><div class=\"uagb-tm__content\"><div class=\"uagb-tm__overlay\"></div><div class=\"uagb-tm__text-wrap\"><div class=\"uagb-tm__desc\">\"Breaking away from city life and coming out to a most wonderful romantic weekend away.  The unit is so comfortable.  Thank you for your great hospitality - we had an awesome time here.  Go well - with love\"​</div><div class=\"uagb-tm__meta-inner\"><div class=\"uagb-tm__image-content\"><div class=\"uagb-tm__image\"><img class=\"uagb-tm-img-src\" src=\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/testimonial4-150x150.jpg\" alt=\"\" width=\"32\" height=\"32\" loading=\"lazy\"/></div></div><div class=\"uagb-testimonial-details\"><span class=\"uagb-tm__author-name\"><strong><strong><strong>Liz &amp; Eddie</strong></strong></strong></span><span class=\"uagb-tm__company\"></span></div></div></div></div></div></div></div>\n<!-- /wp:uagb/testimonial --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"de4a3180\",\"widthDesktop\":50,\"variationSelected\":true,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-de4a3180\"><!-- wp:uagb/testimonial {\"test_item_count\":1,\"classMigrate\":true,\"test_block\":[{\"description\":\"\\u0022Judy, what a wonderful place you have here - we were so delighted to spend the weekend here, so tranquil, peaceful, and beautiful. You made us feel right at home. Definitely a place worth 5 stars! Go well.\\u0022​\",\"name\":\"\\u003cstrong\\u003e\\u003cstrong\\u003eBrian\\u003c/strong\\u003e\\u003c/strong\\u003e \\u003cstrong\\u003e\\u003cstrong\\u003e\\u003cstrong\\u003eand \\u003cstrong\\u003eMariska\\u003c/strong\\u003e\\u003c/strong\\u003e\\u003cbr\\u003e\\u003c/strong\\u003e\\u003c/strong\\u003e\",\"company\":\"\",\"image\":{\"id\":120,\"title\":\"testimonial2\",\"filename\":\"testimonial2.jpg\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/testimonial2.jpg\",\"link\":\"https://blueroan.netgen.cloud/testimonial2/\",\"alt\":\"\",\"author\":\"34\",\"description\":\"\",\"caption\":\"\",\"name\":\"testimonial2\",\"status\":\"inherit\",\"uploadedTo\":0,\"date\":\"2021-05-11T05:02:03.000Z\",\"modified\":\"2021-05-11T05:02:03.000Z\",\"menuOrder\":0,\"mime\":\"image/jpeg\",\"type\":\"image\",\"subtype\":\"jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/default.png\",\"dateFormatted\":\"May 11, 2021\",\"nonces\":{\"update\":\"1ee6412858\",\"delete\":\"4414a2ccbf\",\"edit\":\"bde7b1f490\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=120\\u0026action=edit\",\"meta\":false,\"authorName\":\"Rishabh\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/user-edit.php?user_id=34\",\"filesizeInBytes\":10087,\"filesizeHumanReadable\":\"10 KB\",\"context\":\"\",\"height\":250,\"width\":250,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/testimonial2-150x150.jpg\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/testimonial2.jpg\",\"height\":250,\"width\":250,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}}}],\"headingAlign\":\"left\",\"headingAlignTablet\":\"left\",\"headingAlignMobile\":\"left\",\"descColor\":\"var(\\u002d\\u002dast-global-color-3)\",\"nameFontSize\":14,\"nameLineHeight\":1,\"descFontSize\":16,\"descFontWeight\":\"600\",\"nameSpace\":1,\"block_id\":\"136288be\",\"iconImage\":{\"url\":\"\",\"alt\":\"InfoBox placeholder img\"},\"imageWidth\":32,\"columnGap\":1,\"borderStyle\":\"\",\"paddingTop\":0,\"paddingBottom\":0,\"paddingLeft\":0,\"paddingRight\":0,\"spacingLink\":true,\"imgpaddingTop\":0,\"imgpaddingRight\":15,\"imgpaddingBottom\":0,\"imgpaddingLeft\":0,\"overallBorderStyle\":\"none\",\"imgTagHeight\":32,\"imgTagWidth\":150} -->\n<div class=\"wp-block-uagb-testimonial uagb-slick-carousel uagb-tm__arrow-outside uagb-block-136288be uagb-post__carousel_notset uagb-post__carousel_notset-tablet uagb-post__carousel_notset-mobile\"><div class=\"is-carousel uagb-tm__columns-1 uagb-tm__items\"><div class=\"uagb-testimonial__wrap  uagb-tm__imgicon-style-circle uagb-tm__image-position-bottom uagb-tm__bg-type-none \"><div class=\"uagb-tm__content\"><div class=\"uagb-tm__overlay\"></div><div class=\"uagb-tm__text-wrap\"><div class=\"uagb-tm__desc\">\"Judy, what a wonderful place you have here - we were so delighted to spend the weekend here, so tranquil, peaceful, and beautiful. You made us feel right at home. Definitely a place worth 5 stars! Go well.\"​</div><div class=\"uagb-tm__meta-inner\"><div class=\"uagb-tm__image-content\"><div class=\"uagb-tm__image\"><img class=\"uagb-tm-img-src\" src=\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/testimonial2-150x150.jpg\" alt=\"\" width=\"32\" height=\"32\" loading=\"lazy\"/></div></div><div class=\"uagb-testimonial-details\"><span class=\"uagb-tm__author-name\"><strong><strong>Brian</strong></strong> <strong><strong><strong>and <strong>Mariska</strong></strong><br></strong></strong></span><span class=\"uagb-tm__company\"></span></div></div></div></div></div></div></div>\n<!-- /wp:uagb/testimonial -->\n\n<!-- wp:uagb/testimonial {\"test_item_count\":1,\"classMigrate\":true,\"test_block\":[{\"description\":\"\\u0022Thank you for the most wonderful time, Judy!  This was the most peaceful and perfect place to get engaged!  We will most certainly be back!!!  Your hospitality cannot be topped!\\u0022​\",\"name\":\"\\u003cstrong\\u003e\\u003cstrong\\u003e\\u003cstrong\\u003e\\u003cstrong\\u003eBrett and Kelly\\u003c/strong\\u003e\\u003c/strong\\u003e\\u003c/strong\\u003e\\u003c/strong\\u003e\",\"company\":\"\",\"image\":{\"id\":121,\"title\":\"testimonial3\",\"filename\":\"testimonial3.jpg\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/testimonial3.jpg\",\"link\":\"https://blueroan.netgen.cloud/testimonial3/\",\"alt\":\"\",\"author\":\"34\",\"description\":\"\",\"caption\":\"\",\"name\":\"testimonial3\",\"status\":\"inherit\",\"uploadedTo\":0,\"date\":\"2021-05-11T05:02:05.000Z\",\"modified\":\"2021-05-11T05:02:05.000Z\",\"menuOrder\":0,\"mime\":\"image/jpeg\",\"type\":\"image\",\"subtype\":\"jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/default.png\",\"dateFormatted\":\"May 11, 2021\",\"nonces\":{\"update\":\"290653da5d\",\"delete\":\"90a4fb2d63\",\"edit\":\"ff8a64e56e\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=121\\u0026action=edit\",\"meta\":false,\"authorName\":\"Rishabh\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/user-edit.php?user_id=34\",\"filesizeInBytes\":8748,\"filesizeHumanReadable\":\"9 KB\",\"context\":\"\",\"height\":250,\"width\":250,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/testimonial3-150x150.jpg\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/testimonial3.jpg\",\"height\":250,\"width\":250,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}}}],\"headingAlign\":\"left\",\"headingAlignTablet\":\"left\",\"headingAlignMobile\":\"left\",\"descColor\":\"var(\\u002d\\u002dast-global-color-3)\",\"nameFontSize\":14,\"nameLineHeight\":1,\"descFontSize\":16,\"descFontWeight\":\"600\",\"nameSpace\":1,\"block_id\":\"7227134a\",\"iconImage\":{\"url\":\"\",\"alt\":\"InfoBox placeholder img\"},\"imageWidth\":32,\"columnGap\":1,\"borderStyle\":\"\",\"paddingTop\":0,\"paddingBottom\":0,\"paddingLeft\":0,\"paddingRight\":0,\"spacingLink\":true,\"imgpaddingTop\":0,\"imgpaddingRight\":15,\"imgpaddingBottom\":0,\"imgpaddingLeft\":0,\"overallBorderStyle\":\"none\",\"imgTagHeight\":32,\"imgTagWidth\":150} -->\n<div class=\"wp-block-uagb-testimonial uagb-slick-carousel uagb-tm__arrow-outside uagb-block-7227134a uagb-post__carousel_notset uagb-post__carousel_notset-tablet uagb-post__carousel_notset-mobile\"><div class=\"is-carousel uagb-tm__columns-1 uagb-tm__items\"><div class=\"uagb-testimonial__wrap  uagb-tm__imgicon-style-circle uagb-tm__image-position-bottom uagb-tm__bg-type-none \"><div class=\"uagb-tm__content\"><div class=\"uagb-tm__overlay\"></div><div class=\"uagb-tm__text-wrap\"><div class=\"uagb-tm__desc\">\"Thank you for the most wonderful time, Judy!  This was the most peaceful and perfect place to get engaged!  We will most certainly be back!!!  Your hospitality cannot be topped!\"​</div><div class=\"uagb-tm__meta-inner\"><div class=\"uagb-tm__image-content\"><div class=\"uagb-tm__image\"><img class=\"uagb-tm-img-src\" src=\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/testimonial3-150x150.jpg\" alt=\"\" width=\"32\" height=\"32\" loading=\"lazy\"/></div></div><div class=\"uagb-testimonial-details\"><span class=\"uagb-tm__author-name\"><strong><strong><strong><strong>Brett and Kelly</strong></strong></strong></strong></span><span class=\"uagb-tm__company\"></span></div></div></div></div></div></div></div>\n<!-- /wp:uagb/testimonial --></div>\n<!-- /wp:uagb/container --></div>\n<!-- /wp:uagb/container --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"a9cd84dc\",\"innerContentCustomWidthDesktop\":781,\"innerContentCustomWidthTablet\":781,\"backgroundType\":\"image\",\"backgroundImageDesktop\":{\"id\":809,\"title\":\"26759994757_767d9794fd_b\",\"filename\":\"26759994757_767d9794fd_b.jpg\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/26759994757_767d9794fd_b.jpg\",\"link\":\"https://blueroan.netgen.cloud/?attachment_id=809\",\"alt\":\"\",\"author\":\"2\",\"description\":\"\",\"caption\":\"\",\"name\":\"26759994757_767d9794fd_b\",\"status\":\"inherit\",\"uploadedTo\":805,\"date\":\"2022-12-13T09:51:53.000Z\",\"modified\":\"2022-12-13T09:51:53.000Z\",\"menuOrder\":0,\"mime\":\"image/jpeg\",\"type\":\"image\",\"subtype\":\"jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-includes/images/media/default.png\",\"dateFormatted\":\"December 13, 2022\",\"nonces\":{\"update\":\"39b5c0eef1\",\"delete\":\"fde92abd83\",\"edit\":\"3923face9e\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=809\\u0026action=edit\",\"meta\":false,\"authorName\":\"Netgen Support\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/profile.php\",\"uploadedToTitle\":\"Magaliesburg\",\"uploadedToLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=805\\u0026action=edit\",\"filesizeInBytes\":143610,\"filesizeHumanReadable\":\"140 KB\",\"context\":\"\",\"height\":683,\"width\":1024,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/26759994757_767d9794fd_b-150x150.jpg\",\"orientation\":\"landscape\"},\"medium\":{\"height\":200,\"width\":300,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/26759994757_767d9794fd_b-300x200.jpg\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/26759994757_767d9794fd_b.jpg\",\"height\":683,\"width\":1024,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"backgroundImageColor\":\"rgba(42,42,42,0.65)\",\"topPaddingDesktop\":144,\"bottomPaddingDesktop\":144,\"leftPaddingDesktop\":40,\"rightPaddingDesktop\":40,\"topPaddingTablet\":80,\"bottomPaddingTablet\":80,\"leftPaddingTablet\":40,\"rightPaddingTablet\":40,\"topPaddingMobile\":64,\"bottomPaddingMobile\":64,\"leftPaddingMobile\":24,\"rightPaddingMobile\":24,\"paddingLink\":false,\"variationSelected\":true,\"isBlockRootParent\":true,\"overlayType\":\"color\"} -->\n<div class=\"wp-block-uagb-container uagb-block-a9cd84dc alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/advanced-heading {\"block_id\":\"1d6fe7b0\",\"classMigrate\":true,\"headingDescToggle\":true,\"headingAlign\":\"center\",\"headingColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"subHeadingColor\":\"var(\\u002d\\u002dast-global-color-4)\",\"headSpace\":20} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-1d6fe7b0\"><h2 class=\"uagb-heading-text\">Plan an Unforgettable Experience at <br>Blue Roan!</h2><p class=\"uagb-desc-text\">Blue Roan is a 4-star graded pet-friendly venue</p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/advanced-heading {\"block_id\":\"4af4ab8e\",\"classMigrate\":true,\"headingTitleToggle\":false,\"headingDescToggle\":true,\"headingAlign\":\"center\",\"subHeadingColor\":\"var(\\u002d\\u002dast-global-color-4)\",\"subHeadTransform\":\"uppercase\",\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"subHeadLetterSpacing\":2,\"blockTopPadding\":60,\"blockRightPadding\":0,\"blockLeftPadding\":0,\"blockBottomPadding\":0,\"blockTopPaddingMobile\":30,\"blockRightPaddingMobile\":0,\"blockLeftPaddingMobile\":0,\"blockBottomPaddingMobile\":0} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-4af4ab8e\"><p class=\"uagb-desc-text\">BOOK YOUR STAY NOW​</p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/icon-list {\"block_id\":\"95434759\",\"classMigrate\":true,\"childMigrate\":true,\"align\":\"center\",\"parentIcon\":\"phone\",\"size\":40,\"sizeMobile\":24,\"sizeTablet\":32,\"fontSize\":48,\"fontSizeMobile\":28,\"fontSizeTablet\":40,\"fontWeight\":\"600\",\"iconColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"labelColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"blockTopPadding\":0,\"blockRightPadding\":0,\"blockLeftPadding\":0,\"blockBottomPadding\":24,\"blockPaddingLink\":false} -->\n<div class=\"wp-block-uagb-icon-list uagb-block-95434759\"><div class=\"uagb-icon-list__wrap\"><!-- wp:uagb/icon-list-child {\"block_id\":\"2c59c59d\",\"label\":\" + 27 (0) 82 575 5409\",\"label_color\":\"\",\"link\":\"tel:+27825755409\",\"disableLink\":true,\"fromParentIcon\":\"phone\",\"imageSizeChild\":40} -->\n<div class=\"wp-block-uagb-icon-list-child uagb-block-2c59c59d\"><a target=\"_self\" aria-label=\" + 27 (0) 82 575 5409\" rel=\"noopener noreferrer\" href=\"tel:+27825755409\"> </a><span class=\"uagb-icon-list__source-wrap\"><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M511.2 387l-23.25 100.8c-3.266 14.25-15.79 24.22-30.46 24.22C205.2 512 0 306.8 0 54.5c0-14.66 9.969-27.2 24.22-30.45l100.8-23.25C139.7-2.602 154.7 5.018 160.8 18.92l46.52 108.5c5.438 12.78 1.77 27.67-8.98 36.45L144.5 207.1c33.98 69.22 90.26 125.5 159.5 159.5l44.08-53.8c8.688-10.78 23.69-14.51 36.47-8.975l108.5 46.51C506.1 357.2 514.6 372.4 511.2 387z\"></path></svg></span><span class=\"uagb-icon-list__label\"> + 27 (0) 82 575 5409</span></div>\n<!-- /wp:uagb/icon-list-child -->\n\n<!-- wp:uagb/icon-list-child {\"block_id\":\"38fba088\",\"label\":\"blueroan@ugo.co.za\",\"icon\":\"envelope\",\"label_color\":\"\",\"link\":\"mailto:blueroan@ugo.co.za\",\"target\":true,\"disableLink\":true,\"fromParentIcon\":\"phone\",\"imageSizeChild\":40} -->\n<div class=\"wp-block-uagb-icon-list-child uagb-block-38fba088\"><a target=\"_blank\" aria-label=\"blueroan@ugo.co.za\" rel=\"noopener noreferrer\" href=\"mailto:blueroan@ugo.co.za\"> </a><span class=\"uagb-icon-list__source-wrap\"><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M464 64C490.5 64 512 85.49 512 112C512 127.1 504.9 141.3 492.8 150.4L275.2 313.6C263.8 322.1 248.2 322.1 236.8 313.6L19.2 150.4C7.113 141.3 0 127.1 0 112C0 85.49 21.49 64 48 64H464zM217.6 339.2C240.4 356.3 271.6 356.3 294.4 339.2L512 176V384C512 419.3 483.3 448 448 448H64C28.65 448 0 419.3 0 384V176L217.6 339.2z\"></path></svg></span><span class=\"uagb-icon-list__label\">blueroan@ugo.co.za</span></div>\n<!-- /wp:uagb/icon-list-child --></div></div>\n<!-- /wp:uagb/icon-list --></div></div>\n<!-- /wp:uagb/container -->',	'Home',	'',	'inherit',	'closed',	'closed',	'',	'760-revision-v1',	'',	'',	'2022-12-13 12:48:49',	'2022-12-13 12:48:49',	'',	760,	'https://blueroan.netgen.cloud/?p=853',	0,	'revision',	'',	0),
(854,	2,	'2022-12-13 12:49:18',	'2022-12-13 12:49:18',	'<!-- wp:uagb/container {\"block_id\":\"d55cbbef\",\"minHeightDesktop\":95,\"minHeightTablet\":70,\"minHeightMobile\":80,\"minHeightType\":\"vh\",\"alignItemsDesktop\":\"flex-start\",\"backgroundType\":\"image\",\"backgroundImageDesktop\":{\"uploading\":false,\"date\":1670921854000,\"filename\":\"Blue-Roan-pool.jpg\",\"menuOrder\":0,\"uploadedTo\":760,\"type\":\"image\",\"subtype\":\"jpeg\",\"id\":784,\"title\":\"Blue Roan - pool\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Blue-Roan-pool.jpg\",\"link\":\"https://blueroan.netgen.cloud/home/blue-roan-pool/\",\"alt\":\"\",\"author\":\"2\",\"description\":\"\",\"caption\":\"\",\"name\":\"blue-roan-pool\",\"status\":\"inherit\",\"modified\":1670921854000,\"mime\":\"image/jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-includes/images/media/default.png\",\"dateFormatted\":\"December 13, 2022\",\"nonces\":{\"update\":\"51a12ed09e\",\"delete\":\"5174068551\",\"edit\":\"1de0721407\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=784\\u0026action=edit\",\"meta\":false,\"authorName\":\"Netgen Support\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/profile.php\",\"uploadedToTitle\":\"Home\",\"uploadedToLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=760\\u0026action=edit\",\"filesizeInBytes\":154801,\"filesizeHumanReadable\":\"151 KB\",\"context\":\"\",\"height\":667,\"width\":1000,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Blue-Roan-pool-150x150.jpg\",\"orientation\":\"landscape\"},\"medium\":{\"height\":200,\"width\":300,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Blue-Roan-pool-300x200.jpg\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Blue-Roan-pool.jpg\",\"height\":667,\"width\":1000,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"backgroundPositionDesktop\":{\"x\":0.5,\"y\":0.25},\"backgroundImageColor\":\"rgba(42,42,42,0.35)\",\"topPaddingDesktop\":0,\"bottomPaddingDesktop\":0,\"leftPaddingDesktop\":40,\"rightPaddingDesktop\":40,\"topPaddingTablet\":120,\"bottomPaddingTablet\":120,\"leftPaddingTablet\":40,\"rightPaddingTablet\":40,\"topPaddingMobile\":150,\"bottomPaddingMobile\":150,\"leftPaddingMobile\":20,\"rightPaddingMobile\":20,\"paddingLink\":false,\"variationSelected\":true,\"isBlockRootParent\":true,\"overlayType\":\"color\",\"minHeightTypeTablet\":\"vh\",\"minHeightTypeMobile\":\"vh\"} -->\n<div class=\"wp-block-uagb-container uagb-block-d55cbbef alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/info-box {\"classMigrate\":true,\"headingAlign\":\"left\",\"headingColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"subHeadingColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"headingTag\":\"h1\",\"subHeadFontSize\":17,\"subHeadFontSizeMobile\":15,\"headSpace\":20,\"subHeadSpace\":40,\"block_id\":\"8ef3a4bd\",\"ctaIcon\":\"\",\"ctaType\":\"button\",\"ctaText\":\"Book Your Stay Now\",\"ctaLink\":\"#\",\"ctaBtnLinkColor\":\"var(\\u002d\\u002dast-global-color-2)\",\"ctaLinkHoverColor\":\"var(\\u002d\\u002dast-global-color-2)\",\"ctaBgColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"ctaBgHoverColor\":\"var(\\u002d\\u002dast-global-color-4)\",\"ctaBorderColor\":\"\",\"ctaBorderStyle\":\"\",\"ctaBorderWidth\":\"\",\"ctaBorderRadius\":\"\",\"iconImage\":{\"url\":\"\",\"alt\":\"InfoBox placeholder img\"},\"showIcon\":false,\"paddingBtnTop\":18,\"paddingBtnBottom\":18,\"paddingBtnLeft\":34,\"paddingBtnRight\":34,\"blockTopPadding\":0,\"blockRightPadding\":40,\"blockLeftPadding\":0,\"blockBottomPadding\":0,\"blockTopPaddingTablet\":0,\"blockRightPaddingTablet\":64,\"blockLeftPaddingTablet\":0,\"blockBottomPaddingTablet\":0,\"blockTopPaddingMobile\":0,\"blockRightPaddingMobile\":0,\"blockLeftPaddingMobile\":0,\"blockBottomPaddingMobile\":0,\"blockPaddingUnit\":\"%\",\"blockPaddingLink\":false,\"subHeadMarginTopTablet\":0,\"subHeadMarginRightTablet\":64,\"subHeadTabletSpace\":40,\"subHeadMarginLeftTablet\":0,\"subHeadMarginTopMobile\":0,\"subHeadMarginRightMobile\":0,\"subHeadMobileSpace\":40,\"subHeadMarginLeftMobile\":0,\"btnBorderTopWidth\":1,\"btnBorderLeftWidth\":1,\"btnBorderRightWidth\":1,\"btnBorderBottomWidth\":1,\"btnBorderTopLeftRadius\":0,\"btnBorderTopRightRadius\":0,\"btnBorderBottomLeftRadius\":0,\"btnBorderBottomRightRadius\":0,\"btnBorderStyle\":\"none\",\"btnBorderColor\":\"#333\"} -->\n<div class=\"wp-block-uagb-info-box uagb-block-8ef3a4bd uagb-infobox__content-wrap  uagb-infobox-icon-above-title uagb-infobox-image-valign-top\"><div class=\"uagb-ifb-content\"><div class=\"uagb-ifb-title-wrap\"><h1 class=\"uagb-ifb-title\"><strong>Magaliesburg pet friendly self-catering accommodation</strong></h1></div><p class=\"uagb-ifb-desc\">Romantic pet-friendly self-catering accommodation in Magaliesburg, Gauteng.</p><div class=\"uagb-ifb-button-wrapper wp-block-button\"><a href=\"#\" class=\"uagb-infobox-cta-link wp-block-button__link\" target=\"_self\" rel=\"noopener noreferrer\" alt=\"\"><span class=\"uagb-inline-editing\">Book Your Stay Now</span></a></div></div></div>\n<!-- /wp:uagb/info-box --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"d31bc55f\",\"directionDesktop\":\"row\",\"directionMobile\":\"column-reverse\",\"alignItemsDesktop\":\"flex-start\",\"backgroundType\":\"color\",\"backgroundSizeTablet\":\"cover\",\"backgroundSizeMobile\":\"cover\",\"backgroundColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"topPaddingDesktop\":60,\"bottomPaddingDesktop\":60,\"topPaddingTablet\":80,\"bottomPaddingTablet\":80,\"leftPaddingTablet\":40,\"rightPaddingTablet\":40,\"topPaddingMobile\":64,\"bottomPaddingMobile\":64,\"leftPaddingMobile\":24,\"rightPaddingMobile\":24,\"paddingLink\":false,\"variationSelected\":true,\"columnGapDesktop\":60,\"columnGapTablet\":50,\"isBlockRootParent\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-d31bc55f alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/container {\"block_id\":\"3e86c542\",\"widthDesktop\":50,\"variationSelected\":true,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-3e86c542\"><!-- wp:image {\"id\":797,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-13.jpg\" alt=\"\" class=\"wp-image-797\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The Blue Roan Country Lodge is situated just 5 minutes from the village of Magaliesburg on a tar road so easy access for all cars. &nbsp;We have panoramic views of the Magaliesberg mountain range and our farm is the perfect place for a relaxing getaway in the country. &nbsp;As we are only 70 km from JHB and Pretoria, it is only an hour’s drive.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:buttons -->\n<div class=\"wp-block-buttons\"><!-- wp:button -->\n<div class=\"wp-block-button\"><a class=\"wp-block-button__link wp-element-button\" href=\"/accommodation/\">View accomodation</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"1548389c\",\"widthDesktop\":50,\"leftPaddingDesktop\":0,\"paddingLink\":false,\"variationSelected\":true,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-1548389c\"><!-- wp:uagb/advanced-heading {\"block_id\":\"d053081d\",\"classMigrate\":true,\"headingDescToggle\":true,\"subHeadingColor\":\"\",\"headSpace\":20,\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-d053081d\"><h2 class=\"uagb-heading-text\"><strong>Blue Roan is a 4-star graded pet-friendly venue</strong></h2><p class=\"uagb-desc-text\">Our goal is to provide high-quality, romantic, comfortable, and affordable self-catering accommodation on the outskirts of the village of &nbsp;Magaliesburg. &nbsp;For animal lovers, we are also&nbsp;pet-friendly&nbsp;by arrangement in most of the units all of which have their own fully fenced and gated private grassy gardens.</p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/image {\"block_id\":\"e2d342cf\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/hammock-in-the-garden.jpg\",\"align\":\"left\",\"id\":799,\"linkDestination\":\"none\",\"naturalWidth\":600,\"naturalHeight\":400,\"sizeSlug\":\"full\",\"sizeSlugTablet\":\"full\",\"sizeSlugMobile\":\"full\",\"imageTopMargin\":20,\"imageRightMargin\":0,\"imageLeftMargin\":0,\"imageBottomMargin\":0,\"imageTopMarginMobile\":0,\"imageRightMarginMobile\":0,\"imageLeftMarginMobile\":0,\"imageBottomMarginMobile\":0,\"imageMarginLink\":false} -->\n<div class=\"wp-block-uagb-image uagb-block-e2d342cf wp-block-uagb-image--layout-default wp-block-uagb-image--effect-static wp-block-uagb-image--align-left\"><figure class=\"wp-block-uagb-image__figure\"><img srcset=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/hammock-in-the-garden.jpg \" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/hammock-in-the-garden.jpg\" alt=\"\" class=\"uag-image-799\" width=\"\" height=\"\" title=\"\" loading=\"lazy\"/></figure></div>\n<!-- /wp:uagb/image --></div>\n<!-- /wp:uagb/container --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"2ad22dd7\",\"directionDesktop\":\"row\",\"directionMobile\":\"column-reverse\",\"alignItemsDesktop\":\"flex-start\",\"backgroundType\":\"color\",\"backgroundSizeTablet\":\"cover\",\"backgroundSizeMobile\":\"cover\",\"backgroundColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"topPaddingDesktop\":0,\"bottomPaddingDesktop\":0,\"topPaddingTablet\":80,\"bottomPaddingTablet\":80,\"leftPaddingTablet\":40,\"rightPaddingTablet\":40,\"topPaddingMobile\":64,\"bottomPaddingMobile\":64,\"leftPaddingMobile\":24,\"rightPaddingMobile\":24,\"paddingLink\":false,\"variationSelected\":true,\"rowGapDesktop\":0,\"columnGapDesktop\":0,\"columnGapTablet\":50,\"isBlockRootParent\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-2ad22dd7 alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:image {\"align\":\"center\",\"id\":794,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image aligncenter size-full\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/210-2108726_too-great-for-us-tourism-grading-council-of-south-5.png\" alt=\"\" class=\"wp-image-794\"/></figure>\n<!-- /wp:image --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"c0002e43\",\"backgroundType\":\"color\",\"backgroundSizeTablet\":\"cover\",\"backgroundSizeMobile\":\"cover\",\"backgroundColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"topPaddingDesktop\":50,\"bottomPaddingDesktop\":100,\"topPaddingTablet\":50,\"bottomPaddingTablet\":25,\"leftPaddingTablet\":20,\"rightPaddingTablet\":20,\"topPaddingMobile\":50,\"bottomPaddingMobile\":20,\"leftPaddingMobile\":20,\"rightPaddingMobile\":20,\"paddingLink\":false,\"variationSelected\":true,\"rowGapDesktop\":0,\"isBlockRootParent\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-c0002e43 alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/container {\"block_id\":\"785dfb3b\",\"directionDesktop\":\"row\",\"alignItemsDesktop\":\"flex-end\",\"alignItemsTablet\":\"flex-end\",\"justifyContentDesktop\":\"flex-end\",\"justifyContentTablet\":\"space-between\",\"variationSelected\":true,\"rowGapMobile\":30,\"columnGapDesktop\":0} -->\n<div class=\"wp-block-uagb-container uagb-block-785dfb3b\"><!-- wp:uagb/advanced-heading {\"block_id\":\"cd26eb7a\",\"classMigrate\":true,\"headingDescToggle\":true,\"subHeadingColor\":\"\",\"headSpace\":20,\"subHeadFontSize\":16} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-cd26eb7a\"><h2 class=\"uagb-heading-text\">Amenities &amp; Interests ​</h2><p class=\"uagb-desc-text\">We have 7 lovely brick&nbsp;<strong>self-catering</strong>&nbsp;units, each one private and with its own character and theme. &nbsp;They are designed exclusively for couples with or without pets wanting a romantic and peaceful place to connect, re-connect, celebrate special occasions, or somewhere quiet and comfortable to come for a holiday</p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/buttons {\"block_id\":\"3454f23d\",\"classMigrate\":true,\"childMigrate\":true,\"align\":\"right\",\"alignTablet\":\"right\",\"alignMobile\":\"left\",\"gap\":0} -->\n<div class=\"wp-block-uagb-buttons uagb-buttons__outer-wrap uagb-btn__default-btn uagb-btn-tablet__default-btn uagb-btn-mobile__default-btn uagb-block-3454f23d\"><div class=\"uagb-buttons__wrap uagb-buttons-layout-wrap\"><!-- wp:uagb/buttons-child {\"block_id\":\"ccd80025\",\"label\":\"View All\",\"link\":\"#\",\"hColor\":\"\",\"borderWidth\":\"\",\"borderRadius\":\"\",\"borderStyle\":\"\",\"borderColor\":\"\",\"borderHColor\":\"\",\"btnBorderTopWidth\":1,\"btnBorderLeftWidth\":1,\"btnBorderRightWidth\":1,\"btnBorderBottomWidth\":1,\"btnBorderTopLeftRadius\":2,\"btnBorderTopRightRadius\":2,\"btnBorderBottomLeftRadius\":2,\"btnBorderBottomRightRadius\":2,\"btnBorderStyle\":\"solid\",\"btnBorderColor\":\"#333\",\"btnBorderHColor\":\"#333\"} -->\n<div class=\"wp-block-uagb-buttons-child uagb-buttons__outer-wrap uagb-block-ccd80025 wp-block-button is-style-outline\"><div class=\"uagb-button__wrapper\"><a class=\"uagb-buttons-repeater wp-block-button__link\" href=\"#\" rel=\"follow noopener\" target=\"_self\"><div class=\"uagb-button__link\">View All</div></a></div></div>\n<!-- /wp:uagb/buttons-child --></div></div>\n<!-- /wp:uagb/buttons --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"bb5bd352\",\"directionDesktop\":\"row\",\"alignItemsTablet\":\"flex-start\",\"paddingLink\":false,\"topMarginDesktop\":50,\"bottomMarginDesktop\":20,\"leftMarginDesktop\":0,\"rightMarginDesktop\":0,\"marginLink\":false,\"variationSelected\":true,\"rowGapMobile\":65,\"columnGapDesktop\":48,\"columnGapTablet\":20} -->\n<div class=\"wp-block-uagb-container uagb-block-bb5bd352\"><!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"align\":\"center\",\"id\":828,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image aligncenter size-full\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Blue-Roan-pool.png\" alt=\"Blue Roan\'s rock pool\" class=\"wp-image-828\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>A relaxing rock Pool​</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>We have a lovely sparkling blue rock pool next to a thatched Lapa. &nbsp;&nbsp;Lie on recliners on the green lawn or sit on the swing chair in the Lapa and enjoy the panoramic view of the Magaliesberg mountain range.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":829,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/img-20160605-wa0002-largejpg.png\" alt=\"\" class=\"wp-image-829\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>Braai facilities </h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>What can compare to a burning fire under the star-lit African sky? Nothing beats the flavor of cooking over an open flame.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":830,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/ef9d0188da11e2bc56788f5619d9d539.png\" alt=\"\" class=\"wp-image-830\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>A games room </h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>The reception is also a games room for those who enjoy darts or playing pool. &nbsp;Take a selection of DVDs back to your room and watch movies on your own DVD player. &nbsp;There is also a selection of board games and music CDs that you can borrow.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div>\n<!-- /wp:uagb/container --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"2f50ceec\",\"backgroundType\":\"color\",\"backgroundSizeTablet\":\"cover\",\"backgroundSizeMobile\":\"cover\",\"backgroundColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"bottomPaddingDesktop\":104,\"leftPaddingDesktop\":40,\"rightPaddingDesktop\":40,\"topPaddingTablet\":80,\"bottomPaddingTablet\":80,\"leftPaddingTablet\":40,\"rightPaddingTablet\":40,\"topPaddingMobile\":64,\"bottomPaddingMobile\":64,\"leftPaddingMobile\":24,\"rightPaddingMobile\":24,\"paddingLink\":false,\"variationSelected\":true,\"rowGapDesktop\":0,\"isBlockRootParent\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-2f50ceec alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/advanced-heading {\"block_id\":\"9a069c01\",\"classMigrate\":true,\"headingDescToggle\":true,\"headingAlign\":\"center\",\"headingAlignMobile\":\"left\",\"subHeadingColor\":\"\",\"headSpace\":20,\"subHeadFontSize\":16,\"blockBottomPadding\":20} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-9a069c01\"><h2 class=\"uagb-heading-text\">Our Inside Pictures​</h2><p class=\"uagb-desc-text\">Take a look at some pretty pictures captured in and around our premises.</p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/container {\"block_id\":\"2af7286b\",\"directionDesktop\":\"row\",\"alignItemsDesktop\":\"flex-start\",\"topMarginDesktop\":20,\"bottomMarginDesktop\":0,\"leftMarginDesktop\":0,\"rightMarginDesktop\":0,\"marginLink\":false,\"variationSelected\":true,\"rowGapMobile\":24,\"columnGapDesktop\":24,\"columnGapTablet\":20} -->\n<div class=\"wp-block-uagb-container uagb-block-2af7286b\"><!-- wp:uagb/container {\"block_id\":\"aa9f659b\",\"widthDesktop\":32,\"variationSelected\":true,\"rowGapDesktop\":24,\"rowGapTablet\":20,\"rowGapMobile\":24,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-aa9f659b\"><!-- wp:uagb/image {\"block_id\":\"bbb54bde\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/red-rose-1024x683.jpg\",\"id\":834,\"linkDestination\":\"none\",\"naturalWidth\":1024,\"naturalHeight\":683,\"sizeSlug\":\"large\",\"sizeSlugTablet\":\"large\",\"sizeSlugMobile\":\"large\"} -->\n<div class=\"wp-block-uagb-image uagb-block-bbb54bde wp-block-uagb-image--layout-default wp-block-uagb-image--effect-static wp-block-uagb-image--align-none\"><figure class=\"wp-block-uagb-image__figure\"><img srcset=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/red-rose-1024x683.jpg \" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/red-rose-1024x683.jpg\" alt=\"\" class=\"uag-image-834\" width=\"\" height=\"\" title=\"\" loading=\"lazy\"/></figure></div>\n<!-- /wp:uagb/image -->\n\n<!-- wp:uagb/image {\"block_id\":\"56e13e58\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-12-1024x678.jpg\",\"id\":852,\"linkDestination\":\"none\",\"naturalWidth\":1024,\"naturalHeight\":678,\"sizeSlug\":\"large\",\"sizeSlugTablet\":\"large\",\"sizeSlugMobile\":\"large\"} -->\n<div class=\"wp-block-uagb-image uagb-block-56e13e58 wp-block-uagb-image--layout-default wp-block-uagb-image--effect-static wp-block-uagb-image--align-none\"><figure class=\"wp-block-uagb-image__figure\"><img srcset=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-12-1024x678.jpg \" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-12-1024x678.jpg\" alt=\"\" class=\"uag-image-852\" width=\"\" height=\"\" title=\"\" loading=\"lazy\"/></figure></div>\n<!-- /wp:uagb/image --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"e4512f30\",\"widthDesktop\":67,\"variationSelected\":true,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-e4512f30\"><!-- wp:uagb/image {\"block_id\":\"296b960e\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-14.jpg\",\"id\":835,\"linkDestination\":\"none\",\"widthTablet\":780,\"heightTablet\":0,\"naturalWidth\":1000,\"naturalHeight\":667,\"sizeSlug\":\"full\",\"sizeSlugTablet\":\"full\",\"sizeSlugMobile\":\"full\",\"customHeightSetDesktop\":true} -->\n<div class=\"wp-block-uagb-image uagb-block-296b960e wp-block-uagb-image--layout-default wp-block-uagb-image--effect-static wp-block-uagb-image--align-none\"><figure class=\"wp-block-uagb-image__figure\"><img srcset=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-14.jpg \" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-14.jpg\" alt=\"\" class=\"uag-image-835\" width=\"\" height=\"\" title=\"\" loading=\"lazy\"/></figure></div>\n<!-- /wp:uagb/image --></div>\n<!-- /wp:uagb/container --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"a47cc37f\",\"directionDesktop\":\"row\",\"alignItemsDesktop\":\"flex-start\",\"topMarginDesktop\":24,\"bottomMarginDesktop\":0,\"leftMarginDesktop\":0,\"rightMarginDesktop\":0,\"topMarginTablet\":20,\"bottomMarginTablet\":0,\"leftMarginTablet\":0,\"rightMarginTablet\":0,\"topMarginMobile\":24,\"bottomMarginMobile\":0,\"leftMarginMobile\":0,\"rightMarginMobile\":0,\"marginLink\":false,\"variationSelected\":true,\"columnGapDesktop\":24,\"columnGapTablet\":20} -->\n<div class=\"wp-block-uagb-container uagb-block-a47cc37f\"><!-- wp:uagb/container {\"block_id\":\"9aac89db\",\"widthDesktop\":67,\"variationSelected\":true,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-9aac89db\"><!-- wp:uagb/image {\"block_id\":\"f8517d7f\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-8-1024x678.jpg\",\"id\":837,\"linkDestination\":\"none\",\"naturalWidth\":1024,\"naturalHeight\":678,\"sizeSlug\":\"large\",\"sizeSlugTablet\":\"large\",\"sizeSlugMobile\":\"large\",\"customHeightSetDesktop\":true} -->\n<div class=\"wp-block-uagb-image uagb-block-f8517d7f wp-block-uagb-image--layout-default wp-block-uagb-image--effect-static wp-block-uagb-image--align-none\"><figure class=\"wp-block-uagb-image__figure\"><img srcset=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-8-1024x678.jpg \" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-8-1024x678.jpg\" alt=\"\" class=\"uag-image-837\" width=\"\" height=\"\" title=\"\" loading=\"lazy\"/></figure></div>\n<!-- /wp:uagb/image --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"3b6cb464\",\"widthDesktop\":32,\"variationSelected\":true,\"rowGapDesktop\":24,\"rowGapTablet\":20,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-3b6cb464\"><!-- wp:uagb/image {\"block_id\":\"a6576e56\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/49g.jpg\",\"id\":838,\"linkDestination\":\"none\",\"naturalWidth\":650,\"naturalHeight\":450,\"sizeSlug\":\"full\",\"sizeSlugTablet\":\"full\",\"sizeSlugMobile\":\"full\"} -->\n<div class=\"wp-block-uagb-image uagb-block-a6576e56 wp-block-uagb-image--layout-default wp-block-uagb-image--effect-static wp-block-uagb-image--align-none\"><figure class=\"wp-block-uagb-image__figure\"><img srcset=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/49g.jpg \" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/49g.jpg\" alt=\"\" class=\"uag-image-838\" width=\"\" height=\"\" title=\"\" loading=\"lazy\"/></figure></div>\n<!-- /wp:uagb/image -->\n\n<!-- wp:uagb/image {\"block_id\":\"86eb106b\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-country-lodge-1-1024x576.jpg\",\"id\":839,\"linkDestination\":\"none\",\"naturalWidth\":1024,\"naturalHeight\":576,\"sizeSlug\":\"large\",\"sizeSlugTablet\":\"large\",\"sizeSlugMobile\":\"large\"} -->\n<div class=\"wp-block-uagb-image uagb-block-86eb106b wp-block-uagb-image--layout-default wp-block-uagb-image--effect-static wp-block-uagb-image--align-none\"><figure class=\"wp-block-uagb-image__figure\"><img srcset=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-country-lodge-1-1024x576.jpg \" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-country-lodge-1-1024x576.jpg\" alt=\"\" class=\"uag-image-839\" width=\"\" height=\"\" title=\"\" loading=\"lazy\"/></figure></div>\n<!-- /wp:uagb/image --></div>\n<!-- /wp:uagb/container --></div>\n<!-- /wp:uagb/container --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"a6a8e607\",\"backgroundType\":\"color\",\"backgroundSizeTablet\":\"cover\",\"backgroundSizeMobile\":\"cover\",\"backgroundColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"topPaddingDesktop\":40,\"bottomPaddingDesktop\":104,\"leftPaddingDesktop\":40,\"rightPaddingDesktop\":40,\"topPaddingTablet\":80,\"bottomPaddingTablet\":80,\"leftPaddingTablet\":40,\"rightPaddingTablet\":40,\"topPaddingMobile\":64,\"bottomPaddingMobile\":64,\"leftPaddingMobile\":24,\"rightPaddingMobile\":24,\"paddingLink\":false,\"variationSelected\":true,\"rowGapDesktop\":0,\"isBlockRootParent\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-a6a8e607 alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/advanced-heading {\"block_id\":\"6cb698cc\",\"classMigrate\":true,\"headingDescToggle\":true,\"headingAlign\":\"center\",\"headingAlignMobile\":\"left\",\"subHeadingColor\":\"\",\"headSpace\":20,\"subHeadFontSize\":16,\"blockBottomPadding\":20} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-6cb698cc\"><h2 class=\"uagb-heading-text\">What Our Guests Say​</h2><p class=\"uagb-desc-text\">We take pride in serving our guests the best experience. </p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/container {\"block_id\":\"4a571e84\",\"directionDesktop\":\"row\",\"topMarginDesktop\":40,\"bottomMarginDesktop\":0,\"leftMarginDesktop\":0,\"rightMarginDesktop\":0,\"marginLink\":false,\"variationSelected\":true,\"rowGapMobile\":40,\"columnGapDesktop\":90} -->\n<div class=\"wp-block-uagb-container uagb-block-4a571e84\"><!-- wp:uagb/container {\"block_id\":\"3f72ca4b\",\"widthDesktop\":50,\"variationSelected\":true,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-3f72ca4b\"><!-- wp:uagb/testimonial {\"test_item_count\":1,\"classMigrate\":true,\"test_block\":[{\"description\":\"\\u0022Thank you for a most enjoyable weekend stay and for making our anniversary so special.  Thank you for your kind and lovely friendship which we really appreciate!!!\\u0022​\",\"name\":\"\\u003cstrong\\u003eBrenda and Theuns\\u003c/strong\\u003e\",\"company\":\"\",\"image\":{\"id\":119,\"title\":\"testimonial1\",\"filename\":\"testimonial1.jpg\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/testimonial1.jpg\",\"link\":\"https://blueroan.netgen.cloud/testimonial1/\",\"alt\":\"\",\"author\":\"34\",\"description\":\"\",\"caption\":\"\",\"name\":\"testimonial1\",\"status\":\"inherit\",\"uploadedTo\":0,\"date\":\"2021-05-11T05:02:02.000Z\",\"modified\":\"2021-05-11T05:02:02.000Z\",\"menuOrder\":0,\"mime\":\"image/jpeg\",\"type\":\"image\",\"subtype\":\"jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/default.png\",\"dateFormatted\":\"May 11, 2021\",\"nonces\":{\"update\":\"b92fe40c3d\",\"delete\":\"643c1eb8f1\",\"edit\":\"d3e7d56b1d\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=119\\u0026action=edit\",\"meta\":false,\"authorName\":\"Rishabh\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/user-edit.php?user_id=34\",\"filesizeInBytes\":11264,\"filesizeHumanReadable\":\"11 KB\",\"context\":\"\",\"height\":250,\"width\":250,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/testimonial1-150x150.jpg\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/testimonial1.jpg\",\"height\":250,\"width\":250,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}}}],\"headingAlign\":\"left\",\"headingAlignTablet\":\"left\",\"headingAlignMobile\":\"left\",\"descColor\":\"var(\\u002d\\u002dast-global-color-3)\",\"nameFontSize\":14,\"nameLineHeight\":1,\"descFontSize\":16,\"descFontWeight\":\"600\",\"nameSpace\":1,\"block_id\":\"7bfd8958\",\"iconImage\":{\"url\":\"\",\"alt\":\"InfoBox placeholder img\"},\"imageWidth\":32,\"columnGap\":1,\"borderStyle\":\"\",\"paddingTop\":0,\"paddingBottom\":0,\"paddingLeft\":0,\"paddingRight\":0,\"spacingLink\":true,\"imgpaddingTop\":0,\"imgpaddingRight\":15,\"imgpaddingBottom\":0,\"imgpaddingLeft\":0,\"overallBorderStyle\":\"none\",\"imgTagHeight\":32,\"imgTagWidth\":150} -->\n<div class=\"wp-block-uagb-testimonial uagb-slick-carousel uagb-tm__arrow-outside uagb-block-7bfd8958 uagb-post__carousel_notset uagb-post__carousel_notset-tablet uagb-post__carousel_notset-mobile\"><div class=\"is-carousel uagb-tm__columns-1 uagb-tm__items\"><div class=\"uagb-testimonial__wrap  uagb-tm__imgicon-style-circle uagb-tm__image-position-bottom uagb-tm__bg-type-none \"><div class=\"uagb-tm__content\"><div class=\"uagb-tm__overlay\"></div><div class=\"uagb-tm__text-wrap\"><div class=\"uagb-tm__desc\">\"Thank you for a most enjoyable weekend stay and for making our anniversary so special.  Thank you for your kind and lovely friendship which we really appreciate!!!\"​</div><div class=\"uagb-tm__meta-inner\"><div class=\"uagb-tm__image-content\"><div class=\"uagb-tm__image\"><img class=\"uagb-tm-img-src\" src=\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/testimonial1-150x150.jpg\" alt=\"\" width=\"32\" height=\"32\" loading=\"lazy\"/></div></div><div class=\"uagb-testimonial-details\"><span class=\"uagb-tm__author-name\"><strong>Brenda and Theuns</strong></span><span class=\"uagb-tm__company\"></span></div></div></div></div></div></div></div>\n<!-- /wp:uagb/testimonial -->\n\n<!-- wp:uagb/testimonial {\"test_item_count\":1,\"classMigrate\":true,\"test_block\":[{\"description\":\"\\u0022Breaking away from city life and coming out to a most wonderful romantic weekend away.  The unit is so comfortable.  Thank you for your great hospitality - we had an awesome time here.  Go well - with love\\u0022​\",\"name\":\"\\u003cstrong\\u003e\\u003cstrong\\u003e\\u003cstrong\\u003eLiz \\u0026amp; Eddie\\u003c/strong\\u003e\\u003c/strong\\u003e\\u003c/strong\\u003e\",\"company\":\"\",\"image\":{\"id\":122,\"title\":\"testimonial4\",\"filename\":\"testimonial4.jpg\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/testimonial4.jpg\",\"link\":\"https://blueroan.netgen.cloud/testimonial4/\",\"alt\":\"\",\"author\":\"34\",\"description\":\"\",\"caption\":\"\",\"name\":\"testimonial4\",\"status\":\"inherit\",\"uploadedTo\":0,\"date\":\"2021-05-11T05:02:06.000Z\",\"modified\":\"2021-05-11T05:02:06.000Z\",\"menuOrder\":0,\"mime\":\"image/jpeg\",\"type\":\"image\",\"subtype\":\"jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/default.png\",\"dateFormatted\":\"May 11, 2021\",\"nonces\":{\"update\":\"4e34860add\",\"delete\":\"9e126a55cd\",\"edit\":\"33ffd3c040\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=122\\u0026action=edit\",\"meta\":false,\"authorName\":\"Rishabh\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/user-edit.php?user_id=34\",\"filesizeInBytes\":16584,\"filesizeHumanReadable\":\"16 KB\",\"context\":\"\",\"height\":250,\"width\":250,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/testimonial4-150x150.jpg\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/testimonial4.jpg\",\"height\":250,\"width\":250,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}}}],\"headingAlign\":\"left\",\"headingAlignTablet\":\"left\",\"headingAlignMobile\":\"left\",\"descColor\":\"var(\\u002d\\u002dast-global-color-3)\",\"nameFontSize\":14,\"nameLineHeight\":1,\"descFontSize\":16,\"descFontWeight\":\"600\",\"nameSpace\":1,\"block_id\":\"9af41538\",\"iconImage\":{\"url\":\"\",\"alt\":\"InfoBox placeholder img\"},\"imageWidth\":32,\"columnGap\":1,\"borderStyle\":\"\",\"paddingTop\":0,\"paddingBottom\":0,\"paddingLeft\":0,\"paddingRight\":0,\"spacingLink\":true,\"imgpaddingTop\":0,\"imgpaddingRight\":15,\"imgpaddingBottom\":0,\"imgpaddingLeft\":0,\"overallBorderStyle\":\"none\",\"imgTagHeight\":32,\"imgTagWidth\":150} -->\n<div class=\"wp-block-uagb-testimonial uagb-slick-carousel uagb-tm__arrow-outside uagb-block-9af41538 uagb-post__carousel_notset uagb-post__carousel_notset-tablet uagb-post__carousel_notset-mobile\"><div class=\"is-carousel uagb-tm__columns-1 uagb-tm__items\"><div class=\"uagb-testimonial__wrap  uagb-tm__imgicon-style-circle uagb-tm__image-position-bottom uagb-tm__bg-type-none \"><div class=\"uagb-tm__content\"><div class=\"uagb-tm__overlay\"></div><div class=\"uagb-tm__text-wrap\"><div class=\"uagb-tm__desc\">\"Breaking away from city life and coming out to a most wonderful romantic weekend away.  The unit is so comfortable.  Thank you for your great hospitality - we had an awesome time here.  Go well - with love\"​</div><div class=\"uagb-tm__meta-inner\"><div class=\"uagb-tm__image-content\"><div class=\"uagb-tm__image\"><img class=\"uagb-tm-img-src\" src=\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/testimonial4-150x150.jpg\" alt=\"\" width=\"32\" height=\"32\" loading=\"lazy\"/></div></div><div class=\"uagb-testimonial-details\"><span class=\"uagb-tm__author-name\"><strong><strong><strong>Liz &amp; Eddie</strong></strong></strong></span><span class=\"uagb-tm__company\"></span></div></div></div></div></div></div></div>\n<!-- /wp:uagb/testimonial --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"6421b590\",\"widthDesktop\":50,\"variationSelected\":true,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-6421b590\"><!-- wp:uagb/testimonial {\"test_item_count\":1,\"classMigrate\":true,\"test_block\":[{\"description\":\"\\u0022Judy, what a wonderful place you have here - we were so delighted to spend the weekend here, so tranquil, peaceful, and beautiful. You made us feel right at home. Definitely a place worth 5 stars! Go well.\\u0022​\",\"name\":\"\\u003cstrong\\u003e\\u003cstrong\\u003eBrian\\u003c/strong\\u003e\\u003c/strong\\u003e \\u003cstrong\\u003e\\u003cstrong\\u003e\\u003cstrong\\u003eand \\u003cstrong\\u003eMariska\\u003c/strong\\u003e\\u003c/strong\\u003e\\u003cbr\\u003e\\u003c/strong\\u003e\\u003c/strong\\u003e\",\"company\":\"\",\"image\":{\"id\":120,\"title\":\"testimonial2\",\"filename\":\"testimonial2.jpg\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/testimonial2.jpg\",\"link\":\"https://blueroan.netgen.cloud/testimonial2/\",\"alt\":\"\",\"author\":\"34\",\"description\":\"\",\"caption\":\"\",\"name\":\"testimonial2\",\"status\":\"inherit\",\"uploadedTo\":0,\"date\":\"2021-05-11T05:02:03.000Z\",\"modified\":\"2021-05-11T05:02:03.000Z\",\"menuOrder\":0,\"mime\":\"image/jpeg\",\"type\":\"image\",\"subtype\":\"jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/default.png\",\"dateFormatted\":\"May 11, 2021\",\"nonces\":{\"update\":\"1ee6412858\",\"delete\":\"4414a2ccbf\",\"edit\":\"bde7b1f490\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=120\\u0026action=edit\",\"meta\":false,\"authorName\":\"Rishabh\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/user-edit.php?user_id=34\",\"filesizeInBytes\":10087,\"filesizeHumanReadable\":\"10 KB\",\"context\":\"\",\"height\":250,\"width\":250,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/testimonial2-150x150.jpg\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/testimonial2.jpg\",\"height\":250,\"width\":250,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}}}],\"headingAlign\":\"left\",\"headingAlignTablet\":\"left\",\"headingAlignMobile\":\"left\",\"descColor\":\"var(\\u002d\\u002dast-global-color-3)\",\"nameFontSize\":14,\"nameLineHeight\":1,\"descFontSize\":16,\"descFontWeight\":\"600\",\"nameSpace\":1,\"block_id\":\"a2ab0dd9\",\"iconImage\":{\"url\":\"\",\"alt\":\"InfoBox placeholder img\"},\"imageWidth\":32,\"columnGap\":1,\"borderStyle\":\"\",\"paddingTop\":0,\"paddingBottom\":0,\"paddingLeft\":0,\"paddingRight\":0,\"spacingLink\":true,\"imgpaddingTop\":0,\"imgpaddingRight\":15,\"imgpaddingBottom\":0,\"imgpaddingLeft\":0,\"overallBorderStyle\":\"none\",\"imgTagHeight\":32,\"imgTagWidth\":150} -->\n<div class=\"wp-block-uagb-testimonial uagb-slick-carousel uagb-tm__arrow-outside uagb-block-a2ab0dd9 uagb-post__carousel_notset uagb-post__carousel_notset-tablet uagb-post__carousel_notset-mobile\"><div class=\"is-carousel uagb-tm__columns-1 uagb-tm__items\"><div class=\"uagb-testimonial__wrap  uagb-tm__imgicon-style-circle uagb-tm__image-position-bottom uagb-tm__bg-type-none \"><div class=\"uagb-tm__content\"><div class=\"uagb-tm__overlay\"></div><div class=\"uagb-tm__text-wrap\"><div class=\"uagb-tm__desc\">\"Judy, what a wonderful place you have here - we were so delighted to spend the weekend here, so tranquil, peaceful, and beautiful. You made us feel right at home. Definitely a place worth 5 stars! Go well.\"​</div><div class=\"uagb-tm__meta-inner\"><div class=\"uagb-tm__image-content\"><div class=\"uagb-tm__image\"><img class=\"uagb-tm-img-src\" src=\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/testimonial2-150x150.jpg\" alt=\"\" width=\"32\" height=\"32\" loading=\"lazy\"/></div></div><div class=\"uagb-testimonial-details\"><span class=\"uagb-tm__author-name\"><strong><strong>Brian</strong></strong> <strong><strong><strong>and <strong>Mariska</strong></strong><br></strong></strong></span><span class=\"uagb-tm__company\"></span></div></div></div></div></div></div></div>\n<!-- /wp:uagb/testimonial -->\n\n<!-- wp:uagb/testimonial {\"test_item_count\":1,\"classMigrate\":true,\"test_block\":[{\"description\":\"\\u0022Thank you for the most wonderful time, Judy!  This was the most peaceful and perfect place to get engaged!  We will most certainly be back!!!  Your hospitality cannot be topped!\\u0022​\",\"name\":\"\\u003cstrong\\u003e\\u003cstrong\\u003e\\u003cstrong\\u003e\\u003cstrong\\u003eBrett and Kelly\\u003c/strong\\u003e\\u003c/strong\\u003e\\u003c/strong\\u003e\\u003c/strong\\u003e\",\"company\":\"\",\"image\":{\"id\":121,\"title\":\"testimonial3\",\"filename\":\"testimonial3.jpg\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/testimonial3.jpg\",\"link\":\"https://blueroan.netgen.cloud/testimonial3/\",\"alt\":\"\",\"author\":\"34\",\"description\":\"\",\"caption\":\"\",\"name\":\"testimonial3\",\"status\":\"inherit\",\"uploadedTo\":0,\"date\":\"2021-05-11T05:02:05.000Z\",\"modified\":\"2021-05-11T05:02:05.000Z\",\"menuOrder\":0,\"mime\":\"image/jpeg\",\"type\":\"image\",\"subtype\":\"jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/default.png\",\"dateFormatted\":\"May 11, 2021\",\"nonces\":{\"update\":\"290653da5d\",\"delete\":\"90a4fb2d63\",\"edit\":\"ff8a64e56e\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=121\\u0026action=edit\",\"meta\":false,\"authorName\":\"Rishabh\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/user-edit.php?user_id=34\",\"filesizeInBytes\":8748,\"filesizeHumanReadable\":\"9 KB\",\"context\":\"\",\"height\":250,\"width\":250,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/testimonial3-150x150.jpg\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/testimonial3.jpg\",\"height\":250,\"width\":250,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}}}],\"headingAlign\":\"left\",\"headingAlignTablet\":\"left\",\"headingAlignMobile\":\"left\",\"descColor\":\"var(\\u002d\\u002dast-global-color-3)\",\"nameFontSize\":14,\"nameLineHeight\":1,\"descFontSize\":16,\"descFontWeight\":\"600\",\"nameSpace\":1,\"block_id\":\"9e4ff36a\",\"iconImage\":{\"url\":\"\",\"alt\":\"InfoBox placeholder img\"},\"imageWidth\":32,\"columnGap\":1,\"borderStyle\":\"\",\"paddingTop\":0,\"paddingBottom\":0,\"paddingLeft\":0,\"paddingRight\":0,\"spacingLink\":true,\"imgpaddingTop\":0,\"imgpaddingRight\":15,\"imgpaddingBottom\":0,\"imgpaddingLeft\":0,\"overallBorderStyle\":\"none\",\"imgTagHeight\":32,\"imgTagWidth\":150} -->\n<div class=\"wp-block-uagb-testimonial uagb-slick-carousel uagb-tm__arrow-outside uagb-block-9e4ff36a uagb-post__carousel_notset uagb-post__carousel_notset-tablet uagb-post__carousel_notset-mobile\"><div class=\"is-carousel uagb-tm__columns-1 uagb-tm__items\"><div class=\"uagb-testimonial__wrap  uagb-tm__imgicon-style-circle uagb-tm__image-position-bottom uagb-tm__bg-type-none \"><div class=\"uagb-tm__content\"><div class=\"uagb-tm__overlay\"></div><div class=\"uagb-tm__text-wrap\"><div class=\"uagb-tm__desc\">\"Thank you for the most wonderful time, Judy!  This was the most peaceful and perfect place to get engaged!  We will most certainly be back!!!  Your hospitality cannot be topped!\"​</div><div class=\"uagb-tm__meta-inner\"><div class=\"uagb-tm__image-content\"><div class=\"uagb-tm__image\"><img class=\"uagb-tm-img-src\" src=\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/testimonial3-150x150.jpg\" alt=\"\" width=\"32\" height=\"32\" loading=\"lazy\"/></div></div><div class=\"uagb-testimonial-details\"><span class=\"uagb-tm__author-name\"><strong><strong><strong><strong>Brett and Kelly</strong></strong></strong></strong></span><span class=\"uagb-tm__company\"></span></div></div></div></div></div></div></div>\n<!-- /wp:uagb/testimonial --></div>\n<!-- /wp:uagb/container --></div>\n<!-- /wp:uagb/container --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"6c391b97\",\"innerContentCustomWidthDesktop\":781,\"innerContentCustomWidthTablet\":781,\"backgroundType\":\"image\",\"backgroundImageDesktop\":{\"id\":809,\"title\":\"26759994757_767d9794fd_b\",\"filename\":\"26759994757_767d9794fd_b.jpg\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/26759994757_767d9794fd_b.jpg\",\"link\":\"https://blueroan.netgen.cloud/?attachment_id=809\",\"alt\":\"\",\"author\":\"2\",\"description\":\"\",\"caption\":\"\",\"name\":\"26759994757_767d9794fd_b\",\"status\":\"inherit\",\"uploadedTo\":805,\"date\":\"2022-12-13T09:51:53.000Z\",\"modified\":\"2022-12-13T09:51:53.000Z\",\"menuOrder\":0,\"mime\":\"image/jpeg\",\"type\":\"image\",\"subtype\":\"jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-includes/images/media/default.png\",\"dateFormatted\":\"December 13, 2022\",\"nonces\":{\"update\":\"39b5c0eef1\",\"delete\":\"fde92abd83\",\"edit\":\"3923face9e\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=809\\u0026action=edit\",\"meta\":false,\"authorName\":\"Netgen Support\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/profile.php\",\"uploadedToTitle\":\"Magaliesburg\",\"uploadedToLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=805\\u0026action=edit\",\"filesizeInBytes\":143610,\"filesizeHumanReadable\":\"140 KB\",\"context\":\"\",\"height\":683,\"width\":1024,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/26759994757_767d9794fd_b-150x150.jpg\",\"orientation\":\"landscape\"},\"medium\":{\"height\":200,\"width\":300,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/26759994757_767d9794fd_b-300x200.jpg\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/26759994757_767d9794fd_b.jpg\",\"height\":683,\"width\":1024,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"backgroundImageColor\":\"rgba(42,42,42,0.65)\",\"topPaddingDesktop\":144,\"bottomPaddingDesktop\":144,\"leftPaddingDesktop\":40,\"rightPaddingDesktop\":40,\"topPaddingTablet\":80,\"bottomPaddingTablet\":80,\"leftPaddingTablet\":40,\"rightPaddingTablet\":40,\"topPaddingMobile\":64,\"bottomPaddingMobile\":64,\"leftPaddingMobile\":24,\"rightPaddingMobile\":24,\"paddingLink\":false,\"variationSelected\":true,\"isBlockRootParent\":true,\"overlayType\":\"color\"} -->\n<div class=\"wp-block-uagb-container uagb-block-6c391b97 alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/advanced-heading {\"block_id\":\"16922d47\",\"classMigrate\":true,\"headingDescToggle\":true,\"headingAlign\":\"center\",\"headingColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"subHeadingColor\":\"var(\\u002d\\u002dast-global-color-4)\",\"headSpace\":20} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-16922d47\"><h2 class=\"uagb-heading-text\">Plan an Unforgettable Experience at <br>Blue Roan!</h2><p class=\"uagb-desc-text\">Blue Roan is a 4-star graded pet-friendly venue</p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/advanced-heading {\"block_id\":\"758ec63f\",\"classMigrate\":true,\"headingTitleToggle\":false,\"headingDescToggle\":true,\"headingAlign\":\"center\",\"subHeadingColor\":\"var(\\u002d\\u002dast-global-color-4)\",\"subHeadTransform\":\"uppercase\",\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"subHeadLetterSpacing\":2,\"blockTopPadding\":60,\"blockRightPadding\":0,\"blockLeftPadding\":0,\"blockBottomPadding\":0,\"blockTopPaddingMobile\":30,\"blockRightPaddingMobile\":0,\"blockLeftPaddingMobile\":0,\"blockBottomPaddingMobile\":0} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-758ec63f\"><p class=\"uagb-desc-text\">BOOK YOUR STAY NOW​</p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/icon-list {\"block_id\":\"bff255ff\",\"classMigrate\":true,\"childMigrate\":true,\"align\":\"center\",\"parentIcon\":\"phone\",\"size\":40,\"sizeMobile\":24,\"sizeTablet\":32,\"fontSize\":48,\"fontSizeMobile\":28,\"fontSizeTablet\":40,\"fontWeight\":\"600\",\"iconColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"labelColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"blockTopPadding\":0,\"blockRightPadding\":0,\"blockLeftPadding\":0,\"blockBottomPadding\":24,\"blockPaddingLink\":false} -->\n<div class=\"wp-block-uagb-icon-list uagb-block-bff255ff\"><div class=\"uagb-icon-list__wrap\"><!-- wp:uagb/icon-list-child {\"block_id\":\"cf5b33bb\",\"label\":\" + 27 (0) 82 575 5409\",\"label_color\":\"\",\"link\":\"tel:+27825755409\",\"disableLink\":true,\"fromParentIcon\":\"phone\",\"imageSizeChild\":40} -->\n<div class=\"wp-block-uagb-icon-list-child uagb-block-cf5b33bb\"><a target=\"_self\" aria-label=\" + 27 (0) 82 575 5409\" rel=\"noopener noreferrer\" href=\"tel:+27825755409\"> </a><span class=\"uagb-icon-list__source-wrap\"><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M511.2 387l-23.25 100.8c-3.266 14.25-15.79 24.22-30.46 24.22C205.2 512 0 306.8 0 54.5c0-14.66 9.969-27.2 24.22-30.45l100.8-23.25C139.7-2.602 154.7 5.018 160.8 18.92l46.52 108.5c5.438 12.78 1.77 27.67-8.98 36.45L144.5 207.1c33.98 69.22 90.26 125.5 159.5 159.5l44.08-53.8c8.688-10.78 23.69-14.51 36.47-8.975l108.5 46.51C506.1 357.2 514.6 372.4 511.2 387z\"></path></svg></span><span class=\"uagb-icon-list__label\"> + 27 (0) 82 575 5409</span></div>\n<!-- /wp:uagb/icon-list-child -->\n\n<!-- wp:uagb/icon-list-child {\"block_id\":\"219c7ff6\",\"label\":\"blueroan@ugo.co.za\",\"icon\":\"envelope\",\"label_color\":\"\",\"link\":\"mailto:blueroan@ugo.co.za\",\"target\":true,\"disableLink\":true,\"fromParentIcon\":\"phone\",\"imageSizeChild\":40} -->\n<div class=\"wp-block-uagb-icon-list-child uagb-block-219c7ff6\"><a target=\"_blank\" aria-label=\"blueroan@ugo.co.za\" rel=\"noopener noreferrer\" href=\"mailto:blueroan@ugo.co.za\"> </a><span class=\"uagb-icon-list__source-wrap\"><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M464 64C490.5 64 512 85.49 512 112C512 127.1 504.9 141.3 492.8 150.4L275.2 313.6C263.8 322.1 248.2 322.1 236.8 313.6L19.2 150.4C7.113 141.3 0 127.1 0 112C0 85.49 21.49 64 48 64H464zM217.6 339.2C240.4 356.3 271.6 356.3 294.4 339.2L512 176V384C512 419.3 483.3 448 448 448H64C28.65 448 0 419.3 0 384V176L217.6 339.2z\"></path></svg></span><span class=\"uagb-icon-list__label\">blueroan@ugo.co.za</span></div>\n<!-- /wp:uagb/icon-list-child --></div></div>\n<!-- /wp:uagb/icon-list --></div></div>\n<!-- /wp:uagb/container -->',	'Home',	'',	'inherit',	'closed',	'closed',	'',	'760-revision-v1',	'',	'',	'2022-12-13 12:49:18',	'2022-12-13 12:49:18',	'',	760,	'https://blueroan.netgen.cloud/?p=854',	0,	'revision',	'',	0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(855,	2,	'2022-12-13 12:51:01',	'2022-12-13 12:51:01',	'<!-- wp:uagb/container {\"block_id\":\"db988e76\",\"backgroundType\":\"image\",\"backgroundImageDesktop\":{\"id\":164,\"title\":\"about-banner\",\"filename\":\"about-banner.jpg\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/about-banner.jpg\",\"link\":\"https://blueroan.netgen.cloud/about-banner/\",\"alt\":\"\",\"author\":\"34\",\"description\":\"\",\"caption\":\"\",\"name\":\"about-banner\",\"status\":\"inherit\",\"uploadedTo\":0,\"date\":\"2021-05-11T06:02:02.000Z\",\"modified\":\"2021-05-11T06:02:02.000Z\",\"menuOrder\":0,\"mime\":\"image/jpeg\",\"type\":\"image\",\"subtype\":\"jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/default.png\",\"dateFormatted\":\"May 11, 2021\",\"nonces\":{\"update\":\"cdd3915af5\",\"delete\":\"1a38f699ec\",\"edit\":\"120eca5e82\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=164\\u0026action=edit\",\"meta\":false,\"authorName\":\"Rishabh\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/user-edit.php?user_id=34\",\"filesizeInBytes\":127909,\"filesizeHumanReadable\":\"125 KB\",\"context\":\"\",\"height\":800,\"width\":1920,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/about-banner-150x150.jpg\",\"orientation\":\"landscape\"},\"medium\":{\"height\":125,\"width\":300,\"url\":\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/about-banner-300x125.jpg\",\"orientation\":\"landscape\"},\"large\":{\"height\":427,\"width\":1024,\"url\":\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/about-banner-1024x427.jpg\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/about-banner.jpg\",\"height\":800,\"width\":1920,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"backgroundPositionDesktop\":{\"x\":\"0.50\",\"y\":\"0.00\"},\"backgroundSizeTablet\":\"cover\",\"backgroundSizeMobile\":\"cover\",\"backgroundColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"backgroundImageColor\":\"rgba(42,42,42,0.5)\",\"topPaddingDesktop\":220,\"bottomPaddingDesktop\":150,\"topPaddingTablet\":170,\"bottomPaddingTablet\":160,\"leftPaddingTablet\":30,\"rightPaddingTablet\":30,\"topPaddingMobile\":180,\"bottomPaddingMobile\":80,\"leftPaddingMobile\":20,\"rightPaddingMobile\":20,\"paddingLink\":false,\"variationSelected\":true,\"isBlockRootParent\":true,\"overlayType\":\"color\"} -->\n<div class=\"wp-block-uagb-container uagb-block-db988e76 alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/advanced-heading {\"block_id\":\"80e782e8\",\"classMigrate\":true,\"headingDescToggle\":true,\"headingColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"subHeadingColor\":\"var(\\u002d\\u002dast-global-color-4)\",\"headingTag\":\"h1\",\"headSpace\":20,\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"blockTopPadding\":0,\"blockRightPadding\":50,\"blockLeftPadding\":0,\"blockBottomPadding\":0,\"blockTopPaddingTablet\":0,\"blockRightPaddingTablet\":20,\"blockLeftPaddingTablet\":0,\"blockBottomPaddingTablet\":0,\"blockTopPaddingMobile\":0,\"blockRightPaddingMobile\":0,\"blockLeftPaddingMobile\":0,\"blockBottomPaddingMobile\":0,\"blockPaddingUnit\":\"%\",\"blockPaddingUnitTablet\":\"%\"} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-80e782e8\"><h1 class=\"uagb-heading-text\">Rooms &amp; Accommodation​</h1><p class=\"uagb-desc-text\">If you are looking for a home away from home, even a place your dog can come along then take a closer look into the rooms we offer and pick the one for you.</p></div>\n<!-- /wp:uagb/advanced-heading --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"b3781805\",\"backgroundType\":\"color\",\"backgroundSizeTablet\":\"cover\",\"backgroundSizeMobile\":\"cover\",\"backgroundColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"topPaddingDesktop\":120,\"bottomPaddingDesktop\":120,\"topPaddingTablet\":80,\"bottomPaddingTablet\":80,\"leftPaddingTablet\":30,\"rightPaddingTablet\":30,\"topPaddingMobile\":80,\"bottomPaddingMobile\":80,\"leftPaddingMobile\":20,\"rightPaddingMobile\":20,\"paddingLink\":false,\"variationSelected\":true,\"rowGapDesktop\":0,\"isBlockRootParent\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-b3781805 alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/container {\"block_id\":\"55109415\",\"directionDesktop\":\"row\",\"alignItemsDesktop\":\"flex-end\",\"alignItemsTablet\":\"flex-end\",\"justifyContentDesktop\":\"flex-end\",\"justifyContentTablet\":\"space-between\",\"variationSelected\":true,\"rowGapMobile\":20,\"columnGapDesktop\":0} -->\n<div class=\"wp-block-uagb-container uagb-block-55109415\"><!-- wp:uagb/advanced-heading {\"block_id\":\"1bb69118\",\"classMigrate\":true,\"headingDescToggle\":true,\"subHeadingColor\":\"\",\"headSpace\":20,\"subHeadFontSize\":16} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-1bb69118\"><h2 class=\"uagb-heading-text\">Come &amp; Stay With Us​</h2><p class=\"uagb-desc-text\">Pick any of our hotel rooms to experience the delightful decor, complemented with modern amenities for a comfortable stay.​</p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/buttons {\"block_id\":\"a308f5ac\",\"classMigrate\":true,\"childMigrate\":true,\"align\":\"right\",\"alignTablet\":\"right\",\"alignMobile\":\"left\",\"gap\":0} -->\n<div class=\"wp-block-uagb-buttons uagb-buttons__outer-wrap uagb-btn__default-btn uagb-btn-tablet__default-btn uagb-btn-mobile__default-btn uagb-block-a308f5ac\"><div class=\"uagb-buttons__wrap uagb-buttons-layout-wrap\"><!-- wp:uagb/buttons-child {\"block_id\":\"bfb753ad\",\"label\":\"View All\",\"link\":\"#\",\"hColor\":\"\",\"borderWidth\":\"\",\"borderRadius\":\"\",\"borderStyle\":\"\",\"borderColor\":\"\",\"borderHColor\":\"\",\"btnBorderTopWidth\":1,\"btnBorderLeftWidth\":1,\"btnBorderRightWidth\":1,\"btnBorderBottomWidth\":1,\"btnBorderTopLeftRadius\":2,\"btnBorderTopRightRadius\":2,\"btnBorderBottomLeftRadius\":2,\"btnBorderBottomRightRadius\":2,\"btnBorderStyle\":\"solid\",\"btnBorderColor\":\"#333\",\"btnBorderHColor\":\"#333\"} -->\n<div class=\"wp-block-uagb-buttons-child uagb-buttons__outer-wrap uagb-block-bfb753ad wp-block-button is-style-outline\"><div class=\"uagb-button__wrapper\"><a class=\"uagb-buttons-repeater wp-block-button__link\" href=\"#\" rel=\"follow noopener\" target=\"_self\"><div class=\"uagb-button__link\">View All</div></a></div></div>\n<!-- /wp:uagb/buttons-child --></div></div>\n<!-- /wp:uagb/buttons --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"21dbad0b\",\"directionDesktop\":\"row\",\"alignItemsTablet\":\"flex-start\",\"justifyContentDesktop\":\"flex-start\",\"topMarginDesktop\":54,\"bottomMarginDesktop\":0,\"leftMarginDesktop\":0,\"rightMarginDesktop\":0,\"marginLink\":false,\"variationSelected\":true,\"rowGapMobile\":0,\"columnGapDesktop\":0} -->\n<div class=\"wp-block-uagb-container uagb-block-21dbad0b\"><!-- wp:uagb/container {\"block_id\":\"e745e958\",\"widthDesktop\":50,\"bottomPaddingDesktop\":20,\"rightPaddingDesktop\":32,\"bottomPaddingTablet\":35,\"rightPaddingTablet\":15,\"bottomPaddingMobile\":65,\"paddingLink\":false,\"topMarginDesktop\":0,\"bottomMarginDesktop\":0,\"leftMarginDesktop\":5,\"rightMarginDesktop\":5,\"topMarginMobile\":0,\"bottomMarginMobile\":0,\"leftMarginMobile\":0,\"rightMarginMobile\":0,\"marginLink\":false,\"variationSelected\":true,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-e745e958\"><!-- wp:uagb/info-box {\"classMigrate\":true,\"headingAlign\":\"left\",\"headingColor\":\"\",\"subHeadingColor\":\"\",\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"source_type\":\"image\",\"block_id\":\"f51bd569\",\"ctaIcon\":\"\",\"ctaType\":\"text\",\"ctaText\":\"READ MORE\",\"ctaLinkColor\":\"var(\\u002d\\u002dast-global-color-0)\",\"ctaDecoration\":\"underline\",\"ctaFontSize\":12,\"ctaFontWeight\":\"600\",\"ctaLetterSpacing\":2,\"ctaBorderColor\":\"\",\"ctaBorderStyle\":\"\",\"ctaBorderWidth\":\"\",\"ctaBorderRadius\":\"\",\"iconBottomMargin\":30,\"iconImage\":{\"id\":279,\"title\":\"room-1\",\"filename\":\"room-1.jpg\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/room-1.jpg\",\"link\":\"https://blueroan.netgen.cloud/room-1/\",\"alt\":\"\",\"author\":\"34\",\"description\":\"\",\"caption\":\"\",\"name\":\"room-1\",\"status\":\"inherit\",\"uploadedTo\":0,\"date\":\"2021-05-11T11:38:49.000Z\",\"modified\":\"2021-05-11T11:38:49.000Z\",\"menuOrder\":0,\"mime\":\"image/jpeg\",\"type\":\"image\",\"subtype\":\"jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/default.png\",\"dateFormatted\":\"May 11, 2021\",\"nonces\":{\"update\":\"9857a9a1e0\",\"delete\":\"d6d3444d17\",\"edit\":\"9c14b53f03\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=279\\u0026action=edit\",\"meta\":false,\"authorName\":\"Rishabh\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/user-edit.php?user_id=34\",\"filesizeInBytes\":37544,\"filesizeHumanReadable\":\"37 KB\",\"context\":\"\",\"height\":400,\"width\":600,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/room-1-150x150.jpg\",\"orientation\":\"landscape\"},\"medium\":{\"height\":200,\"width\":300,\"url\":\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/room-1-300x200.jpg\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/room-1.jpg\",\"height\":400,\"width\":600,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"imageSize\":\"full\",\"imageWidth\":100,\"imageWidthMobile\":100,\"imageWidthTablet\":100,\"paddingBtnTop\":10,\"paddingBtnBottom\":10,\"paddingBtnLeft\":14,\"paddingBtnRight\":14,\"imageWidthUnit\":\"%\",\"imageWidthUnitTablet\":\"%\",\"imageWidthUnitMobile\":\"%\",\"subHeadTopMargin\":0,\"subHeadRightMargin\":40,\"subHeadLeftMargin\":0,\"subHeadMarginTopTablet\":0,\"subHeadMarginRightTablet\":0,\"subHeadTabletSpace\":20,\"subHeadMarginLeftTablet\":0,\"imgTagHeight\":66,\"imgTagWidth\":600,\"btnBorderTopWidth\":1,\"btnBorderLeftWidth\":1,\"btnBorderRightWidth\":1,\"btnBorderBottomWidth\":1,\"btnBorderTopLeftRadius\":0,\"btnBorderTopRightRadius\":0,\"btnBorderBottomLeftRadius\":0,\"btnBorderBottomRightRadius\":0,\"btnBorderStyle\":\"solid\",\"btnBorderColor\":\"#333\"} -->\n<div class=\"wp-block-uagb-info-box uagb-block-f51bd569 uagb-infobox__content-wrap  uagb-infobox-icon-above-title uagb-infobox-image-valign-top\"><div class=\"uagb-ifb-content\"><div class=\"uagb-ifb-image-content\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/room-1.jpg\" alt=\"\" width=\"100\" height=\"66\" loading=\"lazy\"/></div><div class=\"uagb-ifb-title-wrap\"><h3 class=\"uagb-ifb-title\">Double Deluxe Room​</h3></div><p class=\"uagb-ifb-desc\">Our double deluxe rooms are complemented with modern and luxurious amenities for a wonderful stay.</p><div class=\"uagb-ifb-button-wrapper wp-block-button\"><a href=\"\" target=\"_self\" class=\"uagb-infobox-cta-link uagb-disable-link\" rel=\"noopener noreferrer\" alt=\"\"><span class=\"uagb-inline-editing\">READ MORE</span></a></div></div></div>\n<!-- /wp:uagb/info-box --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"8166d15f\",\"widthDesktop\":50,\"bottomPaddingDesktop\":20,\"rightPaddingDesktop\":32,\"bottomPaddingTablet\":35,\"rightPaddingTablet\":15,\"bottomPaddingMobile\":65,\"paddingLink\":false,\"topMarginDesktop\":0,\"bottomMarginDesktop\":0,\"leftMarginDesktop\":5,\"rightMarginDesktop\":5,\"topMarginMobile\":0,\"bottomMarginMobile\":0,\"leftMarginMobile\":0,\"rightMarginMobile\":0,\"marginLink\":false,\"variationSelected\":true,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-8166d15f\"><!-- wp:uagb/info-box {\"classMigrate\":true,\"headingAlign\":\"left\",\"headingColor\":\"\",\"subHeadingColor\":\"\",\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"source_type\":\"image\",\"block_id\":\"9ee54a3e\",\"ctaIcon\":\"\",\"ctaType\":\"text\",\"ctaText\":\"READ MORE\",\"ctaLinkColor\":\"var(\\u002d\\u002dast-global-color-0)\",\"ctaDecoration\":\"underline\",\"ctaFontSize\":12,\"ctaFontWeight\":\"600\",\"ctaLetterSpacing\":2,\"ctaBorderColor\":\"\",\"ctaBorderStyle\":\"\",\"ctaBorderWidth\":\"\",\"ctaBorderRadius\":\"\",\"iconBottomMargin\":30,\"iconImage\":{\"id\":286,\"title\":\"room-2\",\"filename\":\"room-2.jpg\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/room-2.jpg\",\"link\":\"https://blueroan.netgen.cloud/room-2/\",\"alt\":\"\",\"author\":\"34\",\"description\":\"\",\"caption\":\"\",\"name\":\"room-2\",\"status\":\"inherit\",\"uploadedTo\":0,\"date\":\"2021-05-11T12:36:42.000Z\",\"modified\":\"2021-05-11T12:36:42.000Z\",\"menuOrder\":0,\"mime\":\"image/jpeg\",\"type\":\"image\",\"subtype\":\"jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/default.png\",\"dateFormatted\":\"May 11, 2021\",\"nonces\":{\"update\":\"87f5d7a5f5\",\"delete\":\"4e81d94b20\",\"edit\":\"5fab6e72b2\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=286\\u0026action=edit\",\"meta\":false,\"authorName\":\"Rishabh\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/user-edit.php?user_id=34\",\"filesizeInBytes\":43720,\"filesizeHumanReadable\":\"43 KB\",\"context\":\"\",\"height\":400,\"width\":600,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/room-2-150x150.jpg\",\"orientation\":\"landscape\"},\"medium\":{\"height\":200,\"width\":300,\"url\":\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/room-2-300x200.jpg\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/room-2.jpg\",\"height\":400,\"width\":600,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"imageSize\":\"full\",\"imageWidth\":100,\"imageWidthMobile\":100,\"imageWidthTablet\":100,\"paddingBtnTop\":10,\"paddingBtnBottom\":10,\"paddingBtnLeft\":14,\"paddingBtnRight\":14,\"imageWidthUnit\":\"%\",\"imageWidthUnitTablet\":\"%\",\"imageWidthUnitMobile\":\"%\",\"subHeadTopMargin\":0,\"subHeadRightMargin\":40,\"subHeadLeftMargin\":0,\"subHeadMarginTopTablet\":0,\"subHeadMarginRightTablet\":0,\"subHeadTabletSpace\":20,\"subHeadMarginLeftTablet\":0,\"imgTagHeight\":66,\"imgTagWidth\":600,\"btnBorderTopWidth\":1,\"btnBorderLeftWidth\":1,\"btnBorderRightWidth\":1,\"btnBorderBottomWidth\":1,\"btnBorderTopLeftRadius\":0,\"btnBorderTopRightRadius\":0,\"btnBorderBottomLeftRadius\":0,\"btnBorderBottomRightRadius\":0,\"btnBorderStyle\":\"solid\",\"btnBorderColor\":\"#333\"} -->\n<div class=\"wp-block-uagb-info-box uagb-block-9ee54a3e uagb-infobox__content-wrap  uagb-infobox-icon-above-title uagb-infobox-image-valign-top\"><div class=\"uagb-ifb-content\"><div class=\"uagb-ifb-image-content\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/room-2.jpg\" alt=\"\" width=\"100\" height=\"66\" loading=\"lazy\"/></div><div class=\"uagb-ifb-title-wrap\"><h3 class=\"uagb-ifb-title\">Double Club Room​</h3></div><p class=\"uagb-ifb-desc\">We offer 15 club rooms designed with a vibrant touch to enhance your spirits for a happening holiday.​</p><div class=\"uagb-ifb-button-wrapper wp-block-button\"><a href=\"\" target=\"_self\" class=\"uagb-infobox-cta-link uagb-disable-link\" rel=\"noopener noreferrer\" alt=\"\"><span class=\"uagb-inline-editing\">READ MORE</span></a></div></div></div>\n<!-- /wp:uagb/info-box --></div>\n<!-- /wp:uagb/container --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"1d92104e\",\"directionDesktop\":\"row\",\"alignItemsTablet\":\"flex-start\",\"justifyContentDesktop\":\"flex-start\",\"topMarginDesktop\":54,\"bottomMarginDesktop\":0,\"leftMarginDesktop\":0,\"rightMarginDesktop\":0,\"topMarginMobile\":0,\"bottomMarginMobile\":0,\"leftMarginMobile\":0,\"rightMarginMobile\":0,\"marginLink\":false,\"variationSelected\":true,\"rowGapMobile\":0,\"columnGapDesktop\":0} -->\n<div class=\"wp-block-uagb-container uagb-block-1d92104e\"><!-- wp:uagb/container {\"block_id\":\"341adb9a\",\"widthDesktop\":50,\"bottomPaddingDesktop\":20,\"rightPaddingDesktop\":32,\"bottomPaddingTablet\":35,\"leftPaddingTablet\":0,\"rightPaddingTablet\":15,\"bottomPaddingMobile\":65,\"paddingLink\":false,\"topMarginDesktop\":0,\"bottomMarginDesktop\":0,\"leftMarginDesktop\":5,\"rightMarginDesktop\":5,\"topMarginMobile\":0,\"bottomMarginMobile\":0,\"leftMarginMobile\":0,\"rightMarginMobile\":0,\"marginLink\":false,\"variationSelected\":true,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-341adb9a\"><!-- wp:uagb/info-box {\"classMigrate\":true,\"headingAlign\":\"left\",\"headingColor\":\"\",\"subHeadingColor\":\"\",\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"source_type\":\"image\",\"block_id\":\"cc7edb43\",\"ctaIcon\":\"\",\"ctaType\":\"text\",\"ctaText\":\"READ MORE\",\"ctaLinkColor\":\"var(\\u002d\\u002dast-global-color-0)\",\"ctaDecoration\":\"underline\",\"ctaFontSize\":12,\"ctaFontWeight\":\"600\",\"ctaLetterSpacing\":2,\"ctaBorderColor\":\"\",\"ctaBorderStyle\":\"\",\"ctaBorderWidth\":\"\",\"ctaBorderRadius\":\"\",\"iconBottomMargin\":30,\"iconImage\":{\"id\":288,\"title\":\"room-3\",\"filename\":\"room-3-1.jpg\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/room-3-1.jpg\",\"link\":\"https://blueroan.netgen.cloud/room-3-2/\",\"alt\":\"\",\"author\":\"34\",\"description\":\"\",\"caption\":\"\",\"name\":\"room-3-2\",\"status\":\"inherit\",\"uploadedTo\":0,\"date\":\"2021-05-11T12:38:58.000Z\",\"modified\":\"2021-05-11T12:38:58.000Z\",\"menuOrder\":0,\"mime\":\"image/jpeg\",\"type\":\"image\",\"subtype\":\"jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/default.png\",\"dateFormatted\":\"May 11, 2021\",\"nonces\":{\"update\":\"13dbecb562\",\"delete\":\"d65fb58bac\",\"edit\":\"dc499da5fa\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=288\\u0026action=edit\",\"meta\":false,\"authorName\":\"Rishabh\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/user-edit.php?user_id=34\",\"filesizeInBytes\":26280,\"filesizeHumanReadable\":\"26 KB\",\"context\":\"\",\"height\":400,\"width\":600,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/room-3-1-150x150.jpg\",\"orientation\":\"landscape\"},\"medium\":{\"height\":200,\"width\":300,\"url\":\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/room-3-1-300x200.jpg\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/room-3-1.jpg\",\"height\":400,\"width\":600,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"imageSize\":\"full\",\"imageWidth\":100,\"imageWidthMobile\":100,\"imageWidthTablet\":100,\"paddingBtnTop\":10,\"paddingBtnBottom\":10,\"paddingBtnLeft\":14,\"paddingBtnRight\":14,\"imageWidthUnit\":\"%\",\"imageWidthUnitTablet\":\"%\",\"imageWidthUnitMobile\":\"%\",\"subHeadTopMargin\":0,\"subHeadRightMargin\":40,\"subHeadLeftMargin\":0,\"subHeadMarginTopTablet\":0,\"subHeadMarginRightTablet\":0,\"subHeadTabletSpace\":20,\"subHeadMarginLeftTablet\":0,\"imgTagHeight\":66,\"imgTagWidth\":600,\"btnBorderTopWidth\":1,\"btnBorderLeftWidth\":1,\"btnBorderRightWidth\":1,\"btnBorderBottomWidth\":1,\"btnBorderTopLeftRadius\":0,\"btnBorderTopRightRadius\":0,\"btnBorderBottomLeftRadius\":0,\"btnBorderBottomRightRadius\":0,\"btnBorderStyle\":\"solid\",\"btnBorderColor\":\"#333\"} -->\n<div class=\"wp-block-uagb-info-box uagb-block-cc7edb43 uagb-infobox__content-wrap  uagb-infobox-icon-above-title uagb-infobox-image-valign-top\"><div class=\"uagb-ifb-content\"><div class=\"uagb-ifb-image-content\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/room-3-1.jpg\" alt=\"\" width=\"100\" height=\"66\" loading=\"lazy\"/></div><div class=\"uagb-ifb-title-wrap\"><h3 class=\"uagb-ifb-title\">Standard Suite​</h3></div><p class=\"uagb-ifb-desc\">If you are looking for a room that gives you both space and luxury at a reasonable price, this is the one for you.</p><div class=\"uagb-ifb-button-wrapper wp-block-button\"><a href=\"\" target=\"_self\" class=\"uagb-infobox-cta-link uagb-disable-link\" rel=\"noopener noreferrer\" alt=\"\"><span class=\"uagb-inline-editing\">READ MORE</span></a></div></div></div>\n<!-- /wp:uagb/info-box --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"fcf9a663\",\"widthDesktop\":50,\"bottomPaddingDesktop\":20,\"rightPaddingDesktop\":32,\"bottomPaddingTablet\":35,\"rightPaddingTablet\":15,\"bottomPaddingMobile\":65,\"paddingLink\":false,\"topMarginDesktop\":0,\"bottomMarginDesktop\":0,\"leftMarginDesktop\":5,\"rightMarginDesktop\":5,\"topMarginMobile\":0,\"bottomMarginMobile\":0,\"leftMarginMobile\":0,\"rightMarginMobile\":0,\"marginLink\":false,\"variationSelected\":true,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-fcf9a663\"><!-- wp:uagb/info-box {\"classMigrate\":true,\"headingAlign\":\"left\",\"headingColor\":\"\",\"subHeadingColor\":\"\",\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"source_type\":\"image\",\"block_id\":\"76083adb\",\"ctaIcon\":\"\",\"ctaType\":\"text\",\"ctaText\":\"READ MORE\",\"ctaLinkColor\":\"var(\\u002d\\u002dast-global-color-0)\",\"ctaDecoration\":\"underline\",\"ctaFontSize\":12,\"ctaFontWeight\":\"600\",\"ctaLetterSpacing\":2,\"ctaBorderColor\":\"\",\"ctaBorderStyle\":\"\",\"ctaBorderWidth\":\"\",\"ctaBorderRadius\":\"\",\"iconBottomMargin\":30,\"iconImage\":{\"id\":284,\"title\":\"room-4\",\"filename\":\"room-4-1.jpg\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/room-4-1.jpg\",\"link\":\"https://blueroan.netgen.cloud/room-4-2/\",\"alt\":\"\",\"author\":\"34\",\"description\":\"\",\"caption\":\"\",\"name\":\"room-4-2\",\"status\":\"inherit\",\"uploadedTo\":0,\"date\":\"2021-05-11T12:34:14.000Z\",\"modified\":\"2021-05-11T12:34:14.000Z\",\"menuOrder\":0,\"mime\":\"image/jpeg\",\"type\":\"image\",\"subtype\":\"jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/default.png\",\"dateFormatted\":\"May 11, 2021\",\"nonces\":{\"update\":\"7cafb104e4\",\"delete\":\"c76125dda4\",\"edit\":\"a40254c450\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=284\\u0026action=edit\",\"meta\":false,\"authorName\":\"Rishabh\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/user-edit.php?user_id=34\",\"filesizeInBytes\":40918,\"filesizeHumanReadable\":\"40 KB\",\"context\":\"\",\"height\":400,\"width\":600,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/room-4-1-150x150.jpg\",\"orientation\":\"landscape\"},\"medium\":{\"height\":200,\"width\":300,\"url\":\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/room-4-1-300x200.jpg\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/room-4-1.jpg\",\"height\":400,\"width\":600,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"imageSize\":\"full\",\"imageWidth\":100,\"imageWidthMobile\":100,\"imageWidthTablet\":100,\"paddingBtnTop\":10,\"paddingBtnBottom\":10,\"paddingBtnLeft\":14,\"paddingBtnRight\":14,\"imageWidthUnit\":\"%\",\"imageWidthUnitTablet\":\"%\",\"imageWidthUnitMobile\":\"%\",\"subHeadTopMargin\":0,\"subHeadRightMargin\":40,\"subHeadLeftMargin\":0,\"subHeadMarginTopTablet\":0,\"subHeadMarginRightTablet\":0,\"subHeadTabletSpace\":20,\"subHeadMarginLeftTablet\":0,\"imgTagHeight\":66,\"imgTagWidth\":600,\"btnBorderTopWidth\":1,\"btnBorderLeftWidth\":1,\"btnBorderRightWidth\":1,\"btnBorderBottomWidth\":1,\"btnBorderTopLeftRadius\":0,\"btnBorderTopRightRadius\":0,\"btnBorderBottomLeftRadius\":0,\"btnBorderBottomRightRadius\":0,\"btnBorderStyle\":\"solid\",\"btnBorderColor\":\"#333\"} -->\n<div class=\"wp-block-uagb-info-box uagb-block-76083adb uagb-infobox__content-wrap  uagb-infobox-icon-above-title uagb-infobox-image-valign-top\"><div class=\"uagb-ifb-content\"><div class=\"uagb-ifb-image-content\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/room-4-1.jpg\" alt=\"\" width=\"100\" height=\"66\" loading=\"lazy\"/></div><div class=\"uagb-ifb-title-wrap\"><h3 class=\"uagb-ifb-title\">Executive Suite​</h3></div><p class=\"uagb-ifb-desc\">Experience luxury in style in our executive suites. These rooms also give you a beautiful view of the city.</p><div class=\"uagb-ifb-button-wrapper wp-block-button\"><a href=\"\" target=\"_self\" class=\"uagb-infobox-cta-link uagb-disable-link\" rel=\"noopener noreferrer\" alt=\"\"><span class=\"uagb-inline-editing\">READ MORE</span></a></div></div></div>\n<!-- /wp:uagb/info-box --></div>\n<!-- /wp:uagb/container --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"d17e1e20\",\"directionDesktop\":\"row\",\"justifyContentDesktop\":\"flex-start\",\"topMarginDesktop\":54,\"bottomMarginDesktop\":0,\"leftMarginDesktop\":0,\"rightMarginDesktop\":0,\"topMarginMobile\":0,\"bottomMarginMobile\":0,\"leftMarginMobile\":0,\"rightMarginMobile\":0,\"marginLink\":false,\"variationSelected\":true,\"rowGapMobile\":0,\"columnGapDesktop\":0} -->\n<div class=\"wp-block-uagb-container uagb-block-d17e1e20\"><!-- wp:uagb/container {\"block_id\":\"01457f0d\",\"widthDesktop\":50,\"bottomPaddingDesktop\":20,\"rightPaddingDesktop\":32,\"bottomPaddingTablet\":35,\"rightPaddingTablet\":15,\"bottomPaddingMobile\":65,\"paddingLink\":false,\"topMarginDesktop\":0,\"bottomMarginDesktop\":0,\"leftMarginDesktop\":5,\"rightMarginDesktop\":5,\"topMarginMobile\":0,\"bottomMarginMobile\":0,\"leftMarginMobile\":0,\"rightMarginMobile\":0,\"marginLink\":false,\"variationSelected\":true,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-01457f0d\"><!-- wp:uagb/info-box {\"classMigrate\":true,\"headingAlign\":\"left\",\"headingColor\":\"\",\"subHeadingColor\":\"\",\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"source_type\":\"image\",\"block_id\":\"69ad8174\",\"ctaIcon\":\"\",\"ctaType\":\"text\",\"ctaText\":\"READ MORE\",\"ctaLinkColor\":\"var(\\u002d\\u002dast-global-color-0)\",\"ctaDecoration\":\"underline\",\"ctaFontSize\":12,\"ctaFontWeight\":\"600\",\"ctaLetterSpacing\":2,\"ctaBorderColor\":\"\",\"ctaBorderStyle\":\"\",\"ctaBorderWidth\":\"\",\"ctaBorderRadius\":\"\",\"iconBottomMargin\":30,\"iconImage\":{\"id\":289,\"title\":\"room-5\",\"filename\":\"room-5.jpg\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/room-5.jpg\",\"link\":\"https://blueroan.netgen.cloud/room-5/\",\"alt\":\"\",\"author\":\"34\",\"description\":\"\",\"caption\":\"\",\"name\":\"room-5\",\"status\":\"inherit\",\"uploadedTo\":0,\"date\":\"2021-05-11T12:41:05.000Z\",\"modified\":\"2021-05-11T12:41:05.000Z\",\"menuOrder\":0,\"mime\":\"image/jpeg\",\"type\":\"image\",\"subtype\":\"jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/default.png\",\"dateFormatted\":\"May 11, 2021\",\"nonces\":{\"update\":\"67479f178f\",\"delete\":\"0a3770770f\",\"edit\":\"881fd0ea74\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=289\\u0026action=edit\",\"meta\":false,\"authorName\":\"Rishabh\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/user-edit.php?user_id=34\",\"filesizeInBytes\":49173,\"filesizeHumanReadable\":\"48 KB\",\"context\":\"\",\"height\":400,\"width\":600,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/room-5-150x150.jpg\",\"orientation\":\"landscape\"},\"medium\":{\"height\":200,\"width\":300,\"url\":\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/room-5-300x200.jpg\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/room-5.jpg\",\"height\":400,\"width\":600,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"imageSize\":\"full\",\"imageWidth\":100,\"imageWidthMobile\":100,\"imageWidthTablet\":100,\"paddingBtnTop\":10,\"paddingBtnBottom\":10,\"paddingBtnLeft\":14,\"paddingBtnRight\":14,\"imageWidthUnit\":\"%\",\"imageWidthUnitTablet\":\"%\",\"imageWidthUnitMobile\":\"%\",\"subHeadTopMargin\":0,\"subHeadRightMargin\":40,\"subHeadLeftMargin\":0,\"subHeadMarginTopTablet\":0,\"subHeadMarginRightTablet\":0,\"subHeadTabletSpace\":20,\"subHeadMarginLeftTablet\":0,\"imgTagHeight\":66,\"imgTagWidth\":600,\"btnBorderTopWidth\":1,\"btnBorderLeftWidth\":1,\"btnBorderRightWidth\":1,\"btnBorderBottomWidth\":1,\"btnBorderTopLeftRadius\":0,\"btnBorderTopRightRadius\":0,\"btnBorderBottomLeftRadius\":0,\"btnBorderBottomRightRadius\":0,\"btnBorderStyle\":\"solid\",\"btnBorderColor\":\"#333\"} -->\n<div class=\"wp-block-uagb-info-box uagb-block-69ad8174 uagb-infobox__content-wrap  uagb-infobox-icon-above-title uagb-infobox-image-valign-top\"><div class=\"uagb-ifb-content\"><div class=\"uagb-ifb-image-content\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/room-5.jpg\" alt=\"\" width=\"100\" height=\"66\" loading=\"lazy\"/></div><div class=\"uagb-ifb-title-wrap\"><h3 class=\"uagb-ifb-title\">Grand Suite​</h3></div><p class=\"uagb-ifb-desc\">This is the second-highest ranked room in our hotel that offers luxury with the most advanced amenities.</p><div class=\"uagb-ifb-button-wrapper wp-block-button\"><a href=\"\" target=\"_self\" class=\"uagb-infobox-cta-link uagb-disable-link\" rel=\"noopener noreferrer\" alt=\"\"><span class=\"uagb-inline-editing\">READ MORE</span></a></div></div></div>\n<!-- /wp:uagb/info-box --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"fdcb7f46\",\"widthDesktop\":50,\"bottomPaddingDesktop\":20,\"rightPaddingDesktop\":32,\"bottomPaddingTablet\":35,\"rightPaddingTablet\":15,\"paddingLink\":false,\"topMarginDesktop\":0,\"bottomMarginDesktop\":0,\"leftMarginDesktop\":5,\"rightMarginDesktop\":5,\"topMarginMobile\":0,\"bottomMarginMobile\":0,\"leftMarginMobile\":0,\"rightMarginMobile\":0,\"marginLink\":false,\"variationSelected\":true,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-fdcb7f46\"><!-- wp:uagb/info-box {\"classMigrate\":true,\"headingAlign\":\"left\",\"headingColor\":\"\",\"subHeadingColor\":\"\",\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"source_type\":\"image\",\"block_id\":\"fc60bccb\",\"ctaIcon\":\"\",\"ctaType\":\"text\",\"ctaText\":\"READ MORE\",\"ctaLinkColor\":\"var(\\u002d\\u002dast-global-color-0)\",\"ctaDecoration\":\"underline\",\"ctaFontSize\":12,\"ctaFontWeight\":\"600\",\"ctaLetterSpacing\":2,\"ctaBorderColor\":\"\",\"ctaBorderStyle\":\"\",\"ctaBorderWidth\":\"\",\"ctaBorderRadius\":\"\",\"iconBottomMargin\":30,\"iconImage\":{\"id\":290,\"title\":\"room-6\",\"filename\":\"room-6.jpg\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/room-6.jpg\",\"link\":\"https://blueroan.netgen.cloud/room-6/\",\"alt\":\"\",\"author\":\"34\",\"description\":\"\",\"caption\":\"\",\"name\":\"room-6\",\"status\":\"inherit\",\"uploadedTo\":0,\"date\":\"2021-05-11T12:42:24.000Z\",\"modified\":\"2021-05-11T12:42:24.000Z\",\"menuOrder\":0,\"mime\":\"image/jpeg\",\"type\":\"image\",\"subtype\":\"jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/default.png\",\"dateFormatted\":\"May 11, 2021\",\"nonces\":{\"update\":\"ca0f21bc6b\",\"delete\":\"aeb89ca3d4\",\"edit\":\"4be159def3\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=290\\u0026action=edit\",\"meta\":false,\"authorName\":\"Rishabh\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/user-edit.php?user_id=34\",\"filesizeInBytes\":50081,\"filesizeHumanReadable\":\"49 KB\",\"context\":\"\",\"height\":400,\"width\":600,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/room-6-150x150.jpg\",\"orientation\":\"landscape\"},\"medium\":{\"height\":200,\"width\":300,\"url\":\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/room-6-300x200.jpg\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/room-6.jpg\",\"height\":400,\"width\":600,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"imageSize\":\"full\",\"imageWidth\":100,\"imageWidthMobile\":100,\"imageWidthTablet\":100,\"paddingBtnTop\":10,\"paddingBtnBottom\":10,\"paddingBtnLeft\":14,\"paddingBtnRight\":14,\"imageWidthUnit\":\"%\",\"imageWidthUnitTablet\":\"%\",\"imageWidthUnitMobile\":\"%\",\"subHeadTopMargin\":0,\"subHeadRightMargin\":40,\"subHeadLeftMargin\":0,\"subHeadMarginTopTablet\":0,\"subHeadMarginRightTablet\":0,\"subHeadTabletSpace\":20,\"subHeadMarginLeftTablet\":0,\"imgTagHeight\":66,\"imgTagWidth\":600,\"btnBorderTopWidth\":1,\"btnBorderLeftWidth\":1,\"btnBorderRightWidth\":1,\"btnBorderBottomWidth\":1,\"btnBorderTopLeftRadius\":0,\"btnBorderTopRightRadius\":0,\"btnBorderBottomLeftRadius\":0,\"btnBorderBottomRightRadius\":0,\"btnBorderStyle\":\"solid\",\"btnBorderColor\":\"#333\"} -->\n<div class=\"wp-block-uagb-info-box uagb-block-fc60bccb uagb-infobox__content-wrap  uagb-infobox-icon-above-title uagb-infobox-image-valign-top\"><div class=\"uagb-ifb-content\"><div class=\"uagb-ifb-image-content\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/room-6.jpg\" alt=\"\" width=\"100\" height=\"66\" loading=\"lazy\"/></div><div class=\"uagb-ifb-title-wrap\"><h3 class=\"uagb-ifb-title\">Presidential Suite​</h3></div><p class=\"uagb-ifb-desc\">Wish to live like a king? Here’s the top presidential suite where you can spend the best days of your life.</p><div class=\"uagb-ifb-button-wrapper wp-block-button\"><a href=\"\" target=\"_self\" class=\"uagb-infobox-cta-link uagb-disable-link\" rel=\"noopener noreferrer\" alt=\"\"><span class=\"uagb-inline-editing\">READ MORE</span></a></div></div></div>\n<!-- /wp:uagb/info-box --></div>\n<!-- /wp:uagb/container --></div>\n<!-- /wp:uagb/container --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"d742765d\",\"innerContentCustomWidthDesktop\":781,\"innerContentCustomWidthTablet\":781,\"backgroundType\":\"image\",\"backgroundImageDesktop\":{\"id\":54,\"title\":\"background-img\",\"filename\":\"background-img-1.jpg\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/background-img-1.jpg\",\"link\":\"https://blueroan.netgen.cloud/background-img-2/\",\"alt\":\"\",\"author\":\"34\",\"description\":\"\",\"caption\":\"\",\"name\":\"background-img-2\",\"status\":\"inherit\",\"uploadedTo\":0,\"date\":\"2021-05-07T10:11:37.000Z\",\"modified\":\"2021-05-07T10:11:37.000Z\",\"menuOrder\":0,\"mime\":\"image/jpeg\",\"type\":\"image\",\"subtype\":\"jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/default.png\",\"dateFormatted\":\"May 7, 2021\",\"nonces\":{\"update\":\"bb999636b9\",\"delete\":\"d2e1375bc4\",\"edit\":\"005dd2f0c9\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=54\\u0026action=edit\",\"meta\":false,\"authorName\":\"Rishabh\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/user-edit.php?user_id=34\",\"filesizeInBytes\":338858,\"filesizeHumanReadable\":\"331 KB\",\"context\":\"\",\"height\":1080,\"width\":1920,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/background-img-1-150x150.jpg\",\"orientation\":\"landscape\"},\"medium\":{\"height\":169,\"width\":300,\"url\":\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/background-img-1-300x169.jpg\",\"orientation\":\"landscape\"},\"large\":{\"height\":576,\"width\":1024,\"url\":\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/background-img-1-1024x576.jpg\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/background-img-1.jpg\",\"height\":1080,\"width\":1920,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"backgroundImageColor\":\"rgba(42,42,42,0.65)\",\"topPaddingDesktop\":144,\"bottomPaddingDesktop\":144,\"leftPaddingDesktop\":40,\"rightPaddingDesktop\":40,\"topPaddingTablet\":80,\"bottomPaddingTablet\":80,\"leftPaddingTablet\":40,\"rightPaddingTablet\":40,\"topPaddingMobile\":64,\"bottomPaddingMobile\":64,\"leftPaddingMobile\":24,\"rightPaddingMobile\":24,\"paddingLink\":false,\"variationSelected\":true,\"isBlockRootParent\":true,\"overlayType\":\"color\"} -->\n<div class=\"wp-block-uagb-container uagb-block-d742765d alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/advanced-heading {\"block_id\":\"e3fc92ce\",\"classMigrate\":true,\"headingDescToggle\":true,\"headingAlign\":\"center\",\"headingColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"subHeadingColor\":\"var(\\u002d\\u002dast-global-color-4)\",\"headSpace\":20} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-e3fc92ce\"><h2 class=\"uagb-heading-text\">Plan an Unforgettable Experience in Mykonos Today!</h2><p class=\"uagb-desc-text\">We can help you fit your stay and experience within your allotted budget.</p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/advanced-heading {\"block_id\":\"baa76d41\",\"classMigrate\":true,\"headingTitleToggle\":false,\"headingDescToggle\":true,\"headingAlign\":\"center\",\"subHeadingColor\":\"var(\\u002d\\u002dast-global-color-4)\",\"subHeadTransform\":\"uppercase\",\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"subHeadLetterSpacing\":2,\"blockTopPadding\":60,\"blockRightPadding\":0,\"blockLeftPadding\":0,\"blockBottomPadding\":0,\"blockTopPaddingMobile\":30,\"blockRightPaddingMobile\":0,\"blockLeftPaddingMobile\":0,\"blockBottomPaddingMobile\":0} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-baa76d41\"><p class=\"uagb-desc-text\">BOOK YOUR STAY NOW​</p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/icon-list {\"block_id\":\"cefeb8ad\",\"classMigrate\":true,\"childMigrate\":true,\"align\":\"center\",\"parentIcon\":\"phone\",\"size\":40,\"sizeMobile\":24,\"sizeTablet\":32,\"fontSize\":48,\"fontSizeMobile\":28,\"fontSizeTablet\":40,\"fontWeight\":\"600\",\"iconColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"labelColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"blockTopPadding\":0,\"blockRightPadding\":0,\"blockLeftPadding\":0,\"blockBottomPadding\":24,\"blockPaddingLink\":false} -->\n<div class=\"wp-block-uagb-icon-list uagb-block-cefeb8ad\"><div class=\"uagb-icon-list__wrap\"><!-- wp:uagb/icon-list-child {\"block_id\":\"361bb537\",\"label\":\"+1-123 456 7890​\",\"label_color\":\"\",\"fromParentIcon\":\"phone\",\"imageSizeChild\":40} -->\n<div class=\"wp-block-uagb-icon-list-child uagb-block-361bb537\"><span class=\"uagb-icon-list__source-wrap\"><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M511.2 387l-23.25 100.8c-3.266 14.25-15.79 24.22-30.46 24.22C205.2 512 0 306.8 0 54.5c0-14.66 9.969-27.2 24.22-30.45l100.8-23.25C139.7-2.602 154.7 5.018 160.8 18.92l46.52 108.5c5.438 12.78 1.77 27.67-8.98 36.45L144.5 207.1c33.98 69.22 90.26 125.5 159.5 159.5l44.08-53.8c8.688-10.78 23.69-14.51 36.47-8.975l108.5 46.51C506.1 357.2 514.6 372.4 511.2 387z\"></path></svg></span><span class=\"uagb-icon-list__label\">+1-123 456 7890​</span></div>\n<!-- /wp:uagb/icon-list-child --></div></div>\n<!-- /wp:uagb/icon-list --></div></div>\n<!-- /wp:uagb/container -->',	'Accommodation',	'',	'inherit',	'closed',	'closed',	'',	'761-revision-v1',	'',	'',	'2022-12-13 12:51:01',	'2022-12-13 12:51:01',	'',	761,	'https://blueroan.netgen.cloud/?p=855',	0,	'revision',	'',	0),
(856,	2,	'2022-12-13 12:51:37',	'2022-12-13 12:51:37',	'<!-- wp:uagb/container {\"block_id\":\"7c535e46\",\"backgroundType\":\"image\",\"backgroundImageDesktop\":{\"id\":797,\"title\":\"blue-roan-guest-farm (13)\",\"filename\":\"blue-roan-guest-farm-13.jpg\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-13.jpg\",\"link\":\"https://blueroan.netgen.cloud/home/blue-roan-guest-farm-13/\",\"alt\":\"\",\"author\":\"2\",\"description\":\"\",\"caption\":\"\",\"name\":\"blue-roan-guest-farm-13\",\"status\":\"inherit\",\"uploadedTo\":760,\"date\":\"2022-12-13T09:37:10.000Z\",\"modified\":\"2022-12-13T09:37:10.000Z\",\"menuOrder\":0,\"mime\":\"image/jpeg\",\"type\":\"image\",\"subtype\":\"jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-includes/images/media/default.png\",\"dateFormatted\":\"December 13, 2022\",\"nonces\":{\"update\":\"88c7dafe15\",\"delete\":\"0e63c986af\",\"edit\":\"ba0aad2d7f\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=797\\u0026action=edit\",\"meta\":false,\"authorName\":\"Netgen Support\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/profile.php\",\"uploadedToTitle\":\"Home\",\"uploadedToLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=760\\u0026action=edit\",\"filesizeInBytes\":201183,\"filesizeHumanReadable\":\"196 KB\",\"context\":\"\",\"height\":667,\"width\":1000,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-13-150x150.jpg\",\"orientation\":\"landscape\"},\"medium\":{\"height\":200,\"width\":300,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-13-300x200.jpg\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-13.jpg\",\"height\":667,\"width\":1000,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"backgroundPositionDesktop\":{\"x\":\"0.50\",\"y\":\"0.00\"},\"backgroundSizeTablet\":\"cover\",\"backgroundSizeMobile\":\"cover\",\"backgroundColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"backgroundImageColor\":\"rgba(42,42,42,0.5)\",\"topPaddingDesktop\":220,\"bottomPaddingDesktop\":150,\"topPaddingTablet\":170,\"bottomPaddingTablet\":160,\"leftPaddingTablet\":30,\"rightPaddingTablet\":30,\"topPaddingMobile\":180,\"bottomPaddingMobile\":80,\"leftPaddingMobile\":20,\"rightPaddingMobile\":20,\"paddingLink\":false,\"variationSelected\":true,\"isBlockRootParent\":true,\"overlayType\":\"color\"} -->\n<div class=\"wp-block-uagb-container uagb-block-7c535e46 alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/advanced-heading {\"block_id\":\"ac884ef3\",\"classMigrate\":true,\"headingDescToggle\":true,\"headingColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"subHeadingColor\":\"var(\\u002d\\u002dast-global-color-4)\",\"headingTag\":\"h1\",\"headSpace\":20,\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"blockTopPadding\":0,\"blockRightPadding\":50,\"blockLeftPadding\":0,\"blockBottomPadding\":0,\"blockTopPaddingTablet\":0,\"blockRightPaddingTablet\":20,\"blockLeftPaddingTablet\":0,\"blockBottomPaddingTablet\":0,\"blockTopPaddingMobile\":0,\"blockRightPaddingMobile\":0,\"blockLeftPaddingMobile\":0,\"blockBottomPaddingMobile\":0,\"blockPaddingUnit\":\"%\",\"blockPaddingUnitTablet\":\"%\"} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-ac884ef3\"><h1 class=\"uagb-heading-text\">Rooms &amp; Accommodation​</h1><p class=\"uagb-desc-text\">If you are looking for a home away from home, even a place your dog can come along then take a closer look into the rooms we offer and pick the one for you.</p></div>\n<!-- /wp:uagb/advanced-heading --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"67e52f26\",\"backgroundType\":\"color\",\"backgroundSizeTablet\":\"cover\",\"backgroundSizeMobile\":\"cover\",\"backgroundColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"topPaddingDesktop\":120,\"bottomPaddingDesktop\":120,\"topPaddingTablet\":80,\"bottomPaddingTablet\":80,\"leftPaddingTablet\":30,\"rightPaddingTablet\":30,\"topPaddingMobile\":80,\"bottomPaddingMobile\":80,\"leftPaddingMobile\":20,\"rightPaddingMobile\":20,\"paddingLink\":false,\"variationSelected\":true,\"rowGapDesktop\":0,\"isBlockRootParent\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-67e52f26 alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/container {\"block_id\":\"8e8a49a8\",\"directionDesktop\":\"row\",\"alignItemsDesktop\":\"flex-end\",\"alignItemsTablet\":\"flex-end\",\"justifyContentDesktop\":\"flex-end\",\"justifyContentTablet\":\"space-between\",\"variationSelected\":true,\"rowGapMobile\":20,\"columnGapDesktop\":0} -->\n<div class=\"wp-block-uagb-container uagb-block-8e8a49a8\"><!-- wp:uagb/advanced-heading {\"block_id\":\"5c494d6f\",\"classMigrate\":true,\"headingDescToggle\":true,\"subHeadingColor\":\"\",\"headSpace\":20,\"subHeadFontSize\":16} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-5c494d6f\"><h2 class=\"uagb-heading-text\">Come &amp; Stay With Us​</h2><p class=\"uagb-desc-text\">Pick any of our hotel rooms to experience the delightful decor, complemented with modern amenities for a comfortable stay.​</p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/buttons {\"block_id\":\"be1c8422\",\"classMigrate\":true,\"childMigrate\":true,\"align\":\"right\",\"alignTablet\":\"right\",\"alignMobile\":\"left\",\"gap\":0} -->\n<div class=\"wp-block-uagb-buttons uagb-buttons__outer-wrap uagb-btn__default-btn uagb-btn-tablet__default-btn uagb-btn-mobile__default-btn uagb-block-be1c8422\"><div class=\"uagb-buttons__wrap uagb-buttons-layout-wrap\"><!-- wp:uagb/buttons-child {\"block_id\":\"e3f28f00\",\"label\":\"View All\",\"link\":\"#\",\"hColor\":\"\",\"borderWidth\":\"\",\"borderRadius\":\"\",\"borderStyle\":\"\",\"borderColor\":\"\",\"borderHColor\":\"\",\"btnBorderTopWidth\":1,\"btnBorderLeftWidth\":1,\"btnBorderRightWidth\":1,\"btnBorderBottomWidth\":1,\"btnBorderTopLeftRadius\":2,\"btnBorderTopRightRadius\":2,\"btnBorderBottomLeftRadius\":2,\"btnBorderBottomRightRadius\":2,\"btnBorderStyle\":\"solid\",\"btnBorderColor\":\"#333\",\"btnBorderHColor\":\"#333\"} -->\n<div class=\"wp-block-uagb-buttons-child uagb-buttons__outer-wrap uagb-block-e3f28f00 wp-block-button is-style-outline\"><div class=\"uagb-button__wrapper\"><a class=\"uagb-buttons-repeater wp-block-button__link\" href=\"#\" rel=\"follow noopener\" target=\"_self\"><div class=\"uagb-button__link\">View All</div></a></div></div>\n<!-- /wp:uagb/buttons-child --></div></div>\n<!-- /wp:uagb/buttons --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"26450ffd\",\"directionDesktop\":\"row\",\"alignItemsTablet\":\"flex-start\",\"justifyContentDesktop\":\"flex-start\",\"topMarginDesktop\":54,\"bottomMarginDesktop\":0,\"leftMarginDesktop\":0,\"rightMarginDesktop\":0,\"marginLink\":false,\"variationSelected\":true,\"rowGapMobile\":0,\"columnGapDesktop\":0} -->\n<div class=\"wp-block-uagb-container uagb-block-26450ffd\"><!-- wp:uagb/container {\"block_id\":\"ac35d349\",\"widthDesktop\":50,\"bottomPaddingDesktop\":20,\"rightPaddingDesktop\":32,\"bottomPaddingTablet\":35,\"rightPaddingTablet\":15,\"bottomPaddingMobile\":65,\"paddingLink\":false,\"topMarginDesktop\":0,\"bottomMarginDesktop\":0,\"leftMarginDesktop\":5,\"rightMarginDesktop\":5,\"topMarginMobile\":0,\"bottomMarginMobile\":0,\"leftMarginMobile\":0,\"rightMarginMobile\":0,\"marginLink\":false,\"variationSelected\":true,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-ac35d349\"><!-- wp:uagb/info-box {\"classMigrate\":true,\"headingAlign\":\"left\",\"headingColor\":\"\",\"subHeadingColor\":\"\",\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"source_type\":\"image\",\"block_id\":\"6af4b239\",\"ctaIcon\":\"\",\"ctaType\":\"text\",\"ctaText\":\"READ MORE\",\"ctaLinkColor\":\"var(\\u002d\\u002dast-global-color-0)\",\"ctaDecoration\":\"underline\",\"ctaFontSize\":12,\"ctaFontWeight\":\"600\",\"ctaLetterSpacing\":2,\"ctaBorderColor\":\"\",\"ctaBorderStyle\":\"\",\"ctaBorderWidth\":\"\",\"ctaBorderRadius\":\"\",\"iconBottomMargin\":30,\"iconImage\":{\"id\":279,\"title\":\"room-1\",\"filename\":\"room-1.jpg\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/room-1.jpg\",\"link\":\"https://blueroan.netgen.cloud/room-1/\",\"alt\":\"\",\"author\":\"34\",\"description\":\"\",\"caption\":\"\",\"name\":\"room-1\",\"status\":\"inherit\",\"uploadedTo\":0,\"date\":\"2021-05-11T11:38:49.000Z\",\"modified\":\"2021-05-11T11:38:49.000Z\",\"menuOrder\":0,\"mime\":\"image/jpeg\",\"type\":\"image\",\"subtype\":\"jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/default.png\",\"dateFormatted\":\"May 11, 2021\",\"nonces\":{\"update\":\"9857a9a1e0\",\"delete\":\"d6d3444d17\",\"edit\":\"9c14b53f03\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=279\\u0026action=edit\",\"meta\":false,\"authorName\":\"Rishabh\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/user-edit.php?user_id=34\",\"filesizeInBytes\":37544,\"filesizeHumanReadable\":\"37 KB\",\"context\":\"\",\"height\":400,\"width\":600,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/room-1-150x150.jpg\",\"orientation\":\"landscape\"},\"medium\":{\"height\":200,\"width\":300,\"url\":\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/room-1-300x200.jpg\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/room-1.jpg\",\"height\":400,\"width\":600,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"imageSize\":\"full\",\"imageWidth\":100,\"imageWidthMobile\":100,\"imageWidthTablet\":100,\"paddingBtnTop\":10,\"paddingBtnBottom\":10,\"paddingBtnLeft\":14,\"paddingBtnRight\":14,\"imageWidthUnit\":\"%\",\"imageWidthUnitTablet\":\"%\",\"imageWidthUnitMobile\":\"%\",\"subHeadTopMargin\":0,\"subHeadRightMargin\":40,\"subHeadLeftMargin\":0,\"subHeadMarginTopTablet\":0,\"subHeadMarginRightTablet\":0,\"subHeadTabletSpace\":20,\"subHeadMarginLeftTablet\":0,\"imgTagHeight\":66,\"imgTagWidth\":600,\"btnBorderTopWidth\":1,\"btnBorderLeftWidth\":1,\"btnBorderRightWidth\":1,\"btnBorderBottomWidth\":1,\"btnBorderTopLeftRadius\":0,\"btnBorderTopRightRadius\":0,\"btnBorderBottomLeftRadius\":0,\"btnBorderBottomRightRadius\":0,\"btnBorderStyle\":\"solid\",\"btnBorderColor\":\"#333\"} -->\n<div class=\"wp-block-uagb-info-box uagb-block-6af4b239 uagb-infobox__content-wrap  uagb-infobox-icon-above-title uagb-infobox-image-valign-top\"><div class=\"uagb-ifb-content\"><div class=\"uagb-ifb-image-content\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/room-1.jpg\" alt=\"\" width=\"100\" height=\"66\" loading=\"lazy\"/></div><div class=\"uagb-ifb-title-wrap\"><h3 class=\"uagb-ifb-title\">Double Deluxe Room​</h3></div><p class=\"uagb-ifb-desc\">Our double deluxe rooms are complemented with modern and luxurious amenities for a wonderful stay.</p><div class=\"uagb-ifb-button-wrapper wp-block-button\"><a href=\"\" target=\"_self\" class=\"uagb-infobox-cta-link uagb-disable-link\" rel=\"noopener noreferrer\" alt=\"\"><span class=\"uagb-inline-editing\">READ MORE</span></a></div></div></div>\n<!-- /wp:uagb/info-box --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"52ed90d8\",\"widthDesktop\":50,\"bottomPaddingDesktop\":20,\"rightPaddingDesktop\":32,\"bottomPaddingTablet\":35,\"rightPaddingTablet\":15,\"bottomPaddingMobile\":65,\"paddingLink\":false,\"topMarginDesktop\":0,\"bottomMarginDesktop\":0,\"leftMarginDesktop\":5,\"rightMarginDesktop\":5,\"topMarginMobile\":0,\"bottomMarginMobile\":0,\"leftMarginMobile\":0,\"rightMarginMobile\":0,\"marginLink\":false,\"variationSelected\":true,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-52ed90d8\"><!-- wp:uagb/info-box {\"classMigrate\":true,\"headingAlign\":\"left\",\"headingColor\":\"\",\"subHeadingColor\":\"\",\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"source_type\":\"image\",\"block_id\":\"af8d56bd\",\"ctaIcon\":\"\",\"ctaType\":\"text\",\"ctaText\":\"READ MORE\",\"ctaLinkColor\":\"var(\\u002d\\u002dast-global-color-0)\",\"ctaDecoration\":\"underline\",\"ctaFontSize\":12,\"ctaFontWeight\":\"600\",\"ctaLetterSpacing\":2,\"ctaBorderColor\":\"\",\"ctaBorderStyle\":\"\",\"ctaBorderWidth\":\"\",\"ctaBorderRadius\":\"\",\"iconBottomMargin\":30,\"iconImage\":{\"id\":286,\"title\":\"room-2\",\"filename\":\"room-2.jpg\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/room-2.jpg\",\"link\":\"https://blueroan.netgen.cloud/room-2/\",\"alt\":\"\",\"author\":\"34\",\"description\":\"\",\"caption\":\"\",\"name\":\"room-2\",\"status\":\"inherit\",\"uploadedTo\":0,\"date\":\"2021-05-11T12:36:42.000Z\",\"modified\":\"2021-05-11T12:36:42.000Z\",\"menuOrder\":0,\"mime\":\"image/jpeg\",\"type\":\"image\",\"subtype\":\"jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/default.png\",\"dateFormatted\":\"May 11, 2021\",\"nonces\":{\"update\":\"87f5d7a5f5\",\"delete\":\"4e81d94b20\",\"edit\":\"5fab6e72b2\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=286\\u0026action=edit\",\"meta\":false,\"authorName\":\"Rishabh\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/user-edit.php?user_id=34\",\"filesizeInBytes\":43720,\"filesizeHumanReadable\":\"43 KB\",\"context\":\"\",\"height\":400,\"width\":600,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/room-2-150x150.jpg\",\"orientation\":\"landscape\"},\"medium\":{\"height\":200,\"width\":300,\"url\":\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/room-2-300x200.jpg\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/room-2.jpg\",\"height\":400,\"width\":600,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"imageSize\":\"full\",\"imageWidth\":100,\"imageWidthMobile\":100,\"imageWidthTablet\":100,\"paddingBtnTop\":10,\"paddingBtnBottom\":10,\"paddingBtnLeft\":14,\"paddingBtnRight\":14,\"imageWidthUnit\":\"%\",\"imageWidthUnitTablet\":\"%\",\"imageWidthUnitMobile\":\"%\",\"subHeadTopMargin\":0,\"subHeadRightMargin\":40,\"subHeadLeftMargin\":0,\"subHeadMarginTopTablet\":0,\"subHeadMarginRightTablet\":0,\"subHeadTabletSpace\":20,\"subHeadMarginLeftTablet\":0,\"imgTagHeight\":66,\"imgTagWidth\":600,\"btnBorderTopWidth\":1,\"btnBorderLeftWidth\":1,\"btnBorderRightWidth\":1,\"btnBorderBottomWidth\":1,\"btnBorderTopLeftRadius\":0,\"btnBorderTopRightRadius\":0,\"btnBorderBottomLeftRadius\":0,\"btnBorderBottomRightRadius\":0,\"btnBorderStyle\":\"solid\",\"btnBorderColor\":\"#333\"} -->\n<div class=\"wp-block-uagb-info-box uagb-block-af8d56bd uagb-infobox__content-wrap  uagb-infobox-icon-above-title uagb-infobox-image-valign-top\"><div class=\"uagb-ifb-content\"><div class=\"uagb-ifb-image-content\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/room-2.jpg\" alt=\"\" width=\"100\" height=\"66\" loading=\"lazy\"/></div><div class=\"uagb-ifb-title-wrap\"><h3 class=\"uagb-ifb-title\">Double Club Room​</h3></div><p class=\"uagb-ifb-desc\">We offer 15 club rooms designed with a vibrant touch to enhance your spirits for a happening holiday.​</p><div class=\"uagb-ifb-button-wrapper wp-block-button\"><a href=\"\" target=\"_self\" class=\"uagb-infobox-cta-link uagb-disable-link\" rel=\"noopener noreferrer\" alt=\"\"><span class=\"uagb-inline-editing\">READ MORE</span></a></div></div></div>\n<!-- /wp:uagb/info-box --></div>\n<!-- /wp:uagb/container --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"af5ad560\",\"directionDesktop\":\"row\",\"alignItemsTablet\":\"flex-start\",\"justifyContentDesktop\":\"flex-start\",\"topMarginDesktop\":54,\"bottomMarginDesktop\":0,\"leftMarginDesktop\":0,\"rightMarginDesktop\":0,\"topMarginMobile\":0,\"bottomMarginMobile\":0,\"leftMarginMobile\":0,\"rightMarginMobile\":0,\"marginLink\":false,\"variationSelected\":true,\"rowGapMobile\":0,\"columnGapDesktop\":0} -->\n<div class=\"wp-block-uagb-container uagb-block-af5ad560\"><!-- wp:uagb/container {\"block_id\":\"0b37d606\",\"widthDesktop\":50,\"bottomPaddingDesktop\":20,\"rightPaddingDesktop\":32,\"bottomPaddingTablet\":35,\"leftPaddingTablet\":0,\"rightPaddingTablet\":15,\"bottomPaddingMobile\":65,\"paddingLink\":false,\"topMarginDesktop\":0,\"bottomMarginDesktop\":0,\"leftMarginDesktop\":5,\"rightMarginDesktop\":5,\"topMarginMobile\":0,\"bottomMarginMobile\":0,\"leftMarginMobile\":0,\"rightMarginMobile\":0,\"marginLink\":false,\"variationSelected\":true,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-0b37d606\"><!-- wp:uagb/info-box {\"classMigrate\":true,\"headingAlign\":\"left\",\"headingColor\":\"\",\"subHeadingColor\":\"\",\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"source_type\":\"image\",\"block_id\":\"d7057ac8\",\"ctaIcon\":\"\",\"ctaType\":\"text\",\"ctaText\":\"READ MORE\",\"ctaLinkColor\":\"var(\\u002d\\u002dast-global-color-0)\",\"ctaDecoration\":\"underline\",\"ctaFontSize\":12,\"ctaFontWeight\":\"600\",\"ctaLetterSpacing\":2,\"ctaBorderColor\":\"\",\"ctaBorderStyle\":\"\",\"ctaBorderWidth\":\"\",\"ctaBorderRadius\":\"\",\"iconBottomMargin\":30,\"iconImage\":{\"id\":288,\"title\":\"room-3\",\"filename\":\"room-3-1.jpg\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/room-3-1.jpg\",\"link\":\"https://blueroan.netgen.cloud/room-3-2/\",\"alt\":\"\",\"author\":\"34\",\"description\":\"\",\"caption\":\"\",\"name\":\"room-3-2\",\"status\":\"inherit\",\"uploadedTo\":0,\"date\":\"2021-05-11T12:38:58.000Z\",\"modified\":\"2021-05-11T12:38:58.000Z\",\"menuOrder\":0,\"mime\":\"image/jpeg\",\"type\":\"image\",\"subtype\":\"jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/default.png\",\"dateFormatted\":\"May 11, 2021\",\"nonces\":{\"update\":\"13dbecb562\",\"delete\":\"d65fb58bac\",\"edit\":\"dc499da5fa\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=288\\u0026action=edit\",\"meta\":false,\"authorName\":\"Rishabh\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/user-edit.php?user_id=34\",\"filesizeInBytes\":26280,\"filesizeHumanReadable\":\"26 KB\",\"context\":\"\",\"height\":400,\"width\":600,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/room-3-1-150x150.jpg\",\"orientation\":\"landscape\"},\"medium\":{\"height\":200,\"width\":300,\"url\":\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/room-3-1-300x200.jpg\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/room-3-1.jpg\",\"height\":400,\"width\":600,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"imageSize\":\"full\",\"imageWidth\":100,\"imageWidthMobile\":100,\"imageWidthTablet\":100,\"paddingBtnTop\":10,\"paddingBtnBottom\":10,\"paddingBtnLeft\":14,\"paddingBtnRight\":14,\"imageWidthUnit\":\"%\",\"imageWidthUnitTablet\":\"%\",\"imageWidthUnitMobile\":\"%\",\"subHeadTopMargin\":0,\"subHeadRightMargin\":40,\"subHeadLeftMargin\":0,\"subHeadMarginTopTablet\":0,\"subHeadMarginRightTablet\":0,\"subHeadTabletSpace\":20,\"subHeadMarginLeftTablet\":0,\"imgTagHeight\":66,\"imgTagWidth\":600,\"btnBorderTopWidth\":1,\"btnBorderLeftWidth\":1,\"btnBorderRightWidth\":1,\"btnBorderBottomWidth\":1,\"btnBorderTopLeftRadius\":0,\"btnBorderTopRightRadius\":0,\"btnBorderBottomLeftRadius\":0,\"btnBorderBottomRightRadius\":0,\"btnBorderStyle\":\"solid\",\"btnBorderColor\":\"#333\"} -->\n<div class=\"wp-block-uagb-info-box uagb-block-d7057ac8 uagb-infobox__content-wrap  uagb-infobox-icon-above-title uagb-infobox-image-valign-top\"><div class=\"uagb-ifb-content\"><div class=\"uagb-ifb-image-content\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/room-3-1.jpg\" alt=\"\" width=\"100\" height=\"66\" loading=\"lazy\"/></div><div class=\"uagb-ifb-title-wrap\"><h3 class=\"uagb-ifb-title\">Standard Suite​</h3></div><p class=\"uagb-ifb-desc\">If you are looking for a room that gives you both space and luxury at a reasonable price, this is the one for you.</p><div class=\"uagb-ifb-button-wrapper wp-block-button\"><a href=\"\" target=\"_self\" class=\"uagb-infobox-cta-link uagb-disable-link\" rel=\"noopener noreferrer\" alt=\"\"><span class=\"uagb-inline-editing\">READ MORE</span></a></div></div></div>\n<!-- /wp:uagb/info-box --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"424645bd\",\"widthDesktop\":50,\"bottomPaddingDesktop\":20,\"rightPaddingDesktop\":32,\"bottomPaddingTablet\":35,\"rightPaddingTablet\":15,\"bottomPaddingMobile\":65,\"paddingLink\":false,\"topMarginDesktop\":0,\"bottomMarginDesktop\":0,\"leftMarginDesktop\":5,\"rightMarginDesktop\":5,\"topMarginMobile\":0,\"bottomMarginMobile\":0,\"leftMarginMobile\":0,\"rightMarginMobile\":0,\"marginLink\":false,\"variationSelected\":true,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-424645bd\"><!-- wp:uagb/info-box {\"classMigrate\":true,\"headingAlign\":\"left\",\"headingColor\":\"\",\"subHeadingColor\":\"\",\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"source_type\":\"image\",\"block_id\":\"5edb5962\",\"ctaIcon\":\"\",\"ctaType\":\"text\",\"ctaText\":\"READ MORE\",\"ctaLinkColor\":\"var(\\u002d\\u002dast-global-color-0)\",\"ctaDecoration\":\"underline\",\"ctaFontSize\":12,\"ctaFontWeight\":\"600\",\"ctaLetterSpacing\":2,\"ctaBorderColor\":\"\",\"ctaBorderStyle\":\"\",\"ctaBorderWidth\":\"\",\"ctaBorderRadius\":\"\",\"iconBottomMargin\":30,\"iconImage\":{\"id\":284,\"title\":\"room-4\",\"filename\":\"room-4-1.jpg\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/room-4-1.jpg\",\"link\":\"https://blueroan.netgen.cloud/room-4-2/\",\"alt\":\"\",\"author\":\"34\",\"description\":\"\",\"caption\":\"\",\"name\":\"room-4-2\",\"status\":\"inherit\",\"uploadedTo\":0,\"date\":\"2021-05-11T12:34:14.000Z\",\"modified\":\"2021-05-11T12:34:14.000Z\",\"menuOrder\":0,\"mime\":\"image/jpeg\",\"type\":\"image\",\"subtype\":\"jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/default.png\",\"dateFormatted\":\"May 11, 2021\",\"nonces\":{\"update\":\"7cafb104e4\",\"delete\":\"c76125dda4\",\"edit\":\"a40254c450\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=284\\u0026action=edit\",\"meta\":false,\"authorName\":\"Rishabh\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/user-edit.php?user_id=34\",\"filesizeInBytes\":40918,\"filesizeHumanReadable\":\"40 KB\",\"context\":\"\",\"height\":400,\"width\":600,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/room-4-1-150x150.jpg\",\"orientation\":\"landscape\"},\"medium\":{\"height\":200,\"width\":300,\"url\":\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/room-4-1-300x200.jpg\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/room-4-1.jpg\",\"height\":400,\"width\":600,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"imageSize\":\"full\",\"imageWidth\":100,\"imageWidthMobile\":100,\"imageWidthTablet\":100,\"paddingBtnTop\":10,\"paddingBtnBottom\":10,\"paddingBtnLeft\":14,\"paddingBtnRight\":14,\"imageWidthUnit\":\"%\",\"imageWidthUnitTablet\":\"%\",\"imageWidthUnitMobile\":\"%\",\"subHeadTopMargin\":0,\"subHeadRightMargin\":40,\"subHeadLeftMargin\":0,\"subHeadMarginTopTablet\":0,\"subHeadMarginRightTablet\":0,\"subHeadTabletSpace\":20,\"subHeadMarginLeftTablet\":0,\"imgTagHeight\":66,\"imgTagWidth\":600,\"btnBorderTopWidth\":1,\"btnBorderLeftWidth\":1,\"btnBorderRightWidth\":1,\"btnBorderBottomWidth\":1,\"btnBorderTopLeftRadius\":0,\"btnBorderTopRightRadius\":0,\"btnBorderBottomLeftRadius\":0,\"btnBorderBottomRightRadius\":0,\"btnBorderStyle\":\"solid\",\"btnBorderColor\":\"#333\"} -->\n<div class=\"wp-block-uagb-info-box uagb-block-5edb5962 uagb-infobox__content-wrap  uagb-infobox-icon-above-title uagb-infobox-image-valign-top\"><div class=\"uagb-ifb-content\"><div class=\"uagb-ifb-image-content\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/room-4-1.jpg\" alt=\"\" width=\"100\" height=\"66\" loading=\"lazy\"/></div><div class=\"uagb-ifb-title-wrap\"><h3 class=\"uagb-ifb-title\">Executive Suite​</h3></div><p class=\"uagb-ifb-desc\">Experience luxury in style in our executive suites. These rooms also give you a beautiful view of the city.</p><div class=\"uagb-ifb-button-wrapper wp-block-button\"><a href=\"\" target=\"_self\" class=\"uagb-infobox-cta-link uagb-disable-link\" rel=\"noopener noreferrer\" alt=\"\"><span class=\"uagb-inline-editing\">READ MORE</span></a></div></div></div>\n<!-- /wp:uagb/info-box --></div>\n<!-- /wp:uagb/container --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"33a36ee6\",\"directionDesktop\":\"row\",\"justifyContentDesktop\":\"flex-start\",\"topMarginDesktop\":54,\"bottomMarginDesktop\":0,\"leftMarginDesktop\":0,\"rightMarginDesktop\":0,\"topMarginMobile\":0,\"bottomMarginMobile\":0,\"leftMarginMobile\":0,\"rightMarginMobile\":0,\"marginLink\":false,\"variationSelected\":true,\"rowGapMobile\":0,\"columnGapDesktop\":0} -->\n<div class=\"wp-block-uagb-container uagb-block-33a36ee6\"><!-- wp:uagb/container {\"block_id\":\"4aa1a1b4\",\"widthDesktop\":50,\"bottomPaddingDesktop\":20,\"rightPaddingDesktop\":32,\"bottomPaddingTablet\":35,\"rightPaddingTablet\":15,\"bottomPaddingMobile\":65,\"paddingLink\":false,\"topMarginDesktop\":0,\"bottomMarginDesktop\":0,\"leftMarginDesktop\":5,\"rightMarginDesktop\":5,\"topMarginMobile\":0,\"bottomMarginMobile\":0,\"leftMarginMobile\":0,\"rightMarginMobile\":0,\"marginLink\":false,\"variationSelected\":true,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-4aa1a1b4\"><!-- wp:uagb/info-box {\"classMigrate\":true,\"headingAlign\":\"left\",\"headingColor\":\"\",\"subHeadingColor\":\"\",\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"source_type\":\"image\",\"block_id\":\"4de7de79\",\"ctaIcon\":\"\",\"ctaType\":\"text\",\"ctaText\":\"READ MORE\",\"ctaLinkColor\":\"var(\\u002d\\u002dast-global-color-0)\",\"ctaDecoration\":\"underline\",\"ctaFontSize\":12,\"ctaFontWeight\":\"600\",\"ctaLetterSpacing\":2,\"ctaBorderColor\":\"\",\"ctaBorderStyle\":\"\",\"ctaBorderWidth\":\"\",\"ctaBorderRadius\":\"\",\"iconBottomMargin\":30,\"iconImage\":{\"id\":289,\"title\":\"room-5\",\"filename\":\"room-5.jpg\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/room-5.jpg\",\"link\":\"https://blueroan.netgen.cloud/room-5/\",\"alt\":\"\",\"author\":\"34\",\"description\":\"\",\"caption\":\"\",\"name\":\"room-5\",\"status\":\"inherit\",\"uploadedTo\":0,\"date\":\"2021-05-11T12:41:05.000Z\",\"modified\":\"2021-05-11T12:41:05.000Z\",\"menuOrder\":0,\"mime\":\"image/jpeg\",\"type\":\"image\",\"subtype\":\"jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/default.png\",\"dateFormatted\":\"May 11, 2021\",\"nonces\":{\"update\":\"67479f178f\",\"delete\":\"0a3770770f\",\"edit\":\"881fd0ea74\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=289\\u0026action=edit\",\"meta\":false,\"authorName\":\"Rishabh\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/user-edit.php?user_id=34\",\"filesizeInBytes\":49173,\"filesizeHumanReadable\":\"48 KB\",\"context\":\"\",\"height\":400,\"width\":600,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/room-5-150x150.jpg\",\"orientation\":\"landscape\"},\"medium\":{\"height\":200,\"width\":300,\"url\":\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/room-5-300x200.jpg\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/room-5.jpg\",\"height\":400,\"width\":600,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"imageSize\":\"full\",\"imageWidth\":100,\"imageWidthMobile\":100,\"imageWidthTablet\":100,\"paddingBtnTop\":10,\"paddingBtnBottom\":10,\"paddingBtnLeft\":14,\"paddingBtnRight\":14,\"imageWidthUnit\":\"%\",\"imageWidthUnitTablet\":\"%\",\"imageWidthUnitMobile\":\"%\",\"subHeadTopMargin\":0,\"subHeadRightMargin\":40,\"subHeadLeftMargin\":0,\"subHeadMarginTopTablet\":0,\"subHeadMarginRightTablet\":0,\"subHeadTabletSpace\":20,\"subHeadMarginLeftTablet\":0,\"imgTagHeight\":66,\"imgTagWidth\":600,\"btnBorderTopWidth\":1,\"btnBorderLeftWidth\":1,\"btnBorderRightWidth\":1,\"btnBorderBottomWidth\":1,\"btnBorderTopLeftRadius\":0,\"btnBorderTopRightRadius\":0,\"btnBorderBottomLeftRadius\":0,\"btnBorderBottomRightRadius\":0,\"btnBorderStyle\":\"solid\",\"btnBorderColor\":\"#333\"} -->\n<div class=\"wp-block-uagb-info-box uagb-block-4de7de79 uagb-infobox__content-wrap  uagb-infobox-icon-above-title uagb-infobox-image-valign-top\"><div class=\"uagb-ifb-content\"><div class=\"uagb-ifb-image-content\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/room-5.jpg\" alt=\"\" width=\"100\" height=\"66\" loading=\"lazy\"/></div><div class=\"uagb-ifb-title-wrap\"><h3 class=\"uagb-ifb-title\">Grand Suite​</h3></div><p class=\"uagb-ifb-desc\">This is the second-highest ranked room in our hotel that offers luxury with the most advanced amenities.</p><div class=\"uagb-ifb-button-wrapper wp-block-button\"><a href=\"\" target=\"_self\" class=\"uagb-infobox-cta-link uagb-disable-link\" rel=\"noopener noreferrer\" alt=\"\"><span class=\"uagb-inline-editing\">READ MORE</span></a></div></div></div>\n<!-- /wp:uagb/info-box --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"201b56f9\",\"widthDesktop\":50,\"bottomPaddingDesktop\":20,\"rightPaddingDesktop\":32,\"bottomPaddingTablet\":35,\"rightPaddingTablet\":15,\"paddingLink\":false,\"topMarginDesktop\":0,\"bottomMarginDesktop\":0,\"leftMarginDesktop\":5,\"rightMarginDesktop\":5,\"topMarginMobile\":0,\"bottomMarginMobile\":0,\"leftMarginMobile\":0,\"rightMarginMobile\":0,\"marginLink\":false,\"variationSelected\":true,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-201b56f9\"><!-- wp:uagb/info-box {\"classMigrate\":true,\"headingAlign\":\"left\",\"headingColor\":\"\",\"subHeadingColor\":\"\",\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"source_type\":\"image\",\"block_id\":\"589636d6\",\"ctaIcon\":\"\",\"ctaType\":\"text\",\"ctaText\":\"READ MORE\",\"ctaLinkColor\":\"var(\\u002d\\u002dast-global-color-0)\",\"ctaDecoration\":\"underline\",\"ctaFontSize\":12,\"ctaFontWeight\":\"600\",\"ctaLetterSpacing\":2,\"ctaBorderColor\":\"\",\"ctaBorderStyle\":\"\",\"ctaBorderWidth\":\"\",\"ctaBorderRadius\":\"\",\"iconBottomMargin\":30,\"iconImage\":{\"id\":290,\"title\":\"room-6\",\"filename\":\"room-6.jpg\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/room-6.jpg\",\"link\":\"https://blueroan.netgen.cloud/room-6/\",\"alt\":\"\",\"author\":\"34\",\"description\":\"\",\"caption\":\"\",\"name\":\"room-6\",\"status\":\"inherit\",\"uploadedTo\":0,\"date\":\"2021-05-11T12:42:24.000Z\",\"modified\":\"2021-05-11T12:42:24.000Z\",\"menuOrder\":0,\"mime\":\"image/jpeg\",\"type\":\"image\",\"subtype\":\"jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/default.png\",\"dateFormatted\":\"May 11, 2021\",\"nonces\":{\"update\":\"ca0f21bc6b\",\"delete\":\"aeb89ca3d4\",\"edit\":\"4be159def3\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=290\\u0026action=edit\",\"meta\":false,\"authorName\":\"Rishabh\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/user-edit.php?user_id=34\",\"filesizeInBytes\":50081,\"filesizeHumanReadable\":\"49 KB\",\"context\":\"\",\"height\":400,\"width\":600,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/room-6-150x150.jpg\",\"orientation\":\"landscape\"},\"medium\":{\"height\":200,\"width\":300,\"url\":\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/room-6-300x200.jpg\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/room-6.jpg\",\"height\":400,\"width\":600,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"imageSize\":\"full\",\"imageWidth\":100,\"imageWidthMobile\":100,\"imageWidthTablet\":100,\"paddingBtnTop\":10,\"paddingBtnBottom\":10,\"paddingBtnLeft\":14,\"paddingBtnRight\":14,\"imageWidthUnit\":\"%\",\"imageWidthUnitTablet\":\"%\",\"imageWidthUnitMobile\":\"%\",\"subHeadTopMargin\":0,\"subHeadRightMargin\":40,\"subHeadLeftMargin\":0,\"subHeadMarginTopTablet\":0,\"subHeadMarginRightTablet\":0,\"subHeadTabletSpace\":20,\"subHeadMarginLeftTablet\":0,\"imgTagHeight\":66,\"imgTagWidth\":600,\"btnBorderTopWidth\":1,\"btnBorderLeftWidth\":1,\"btnBorderRightWidth\":1,\"btnBorderBottomWidth\":1,\"btnBorderTopLeftRadius\":0,\"btnBorderTopRightRadius\":0,\"btnBorderBottomLeftRadius\":0,\"btnBorderBottomRightRadius\":0,\"btnBorderStyle\":\"solid\",\"btnBorderColor\":\"#333\"} -->\n<div class=\"wp-block-uagb-info-box uagb-block-589636d6 uagb-infobox__content-wrap  uagb-infobox-icon-above-title uagb-infobox-image-valign-top\"><div class=\"uagb-ifb-content\"><div class=\"uagb-ifb-image-content\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/room-6.jpg\" alt=\"\" width=\"100\" height=\"66\" loading=\"lazy\"/></div><div class=\"uagb-ifb-title-wrap\"><h3 class=\"uagb-ifb-title\">Presidential Suite​</h3></div><p class=\"uagb-ifb-desc\">Wish to live like a king? Here’s the top presidential suite where you can spend the best days of your life.</p><div class=\"uagb-ifb-button-wrapper wp-block-button\"><a href=\"\" target=\"_self\" class=\"uagb-infobox-cta-link uagb-disable-link\" rel=\"noopener noreferrer\" alt=\"\"><span class=\"uagb-inline-editing\">READ MORE</span></a></div></div></div>\n<!-- /wp:uagb/info-box --></div>\n<!-- /wp:uagb/container --></div>\n<!-- /wp:uagb/container --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"911f0d69\",\"innerContentCustomWidthDesktop\":781,\"innerContentCustomWidthTablet\":781,\"backgroundType\":\"image\",\"backgroundImageDesktop\":{\"id\":54,\"title\":\"background-img\",\"filename\":\"background-img-1.jpg\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/background-img-1.jpg\",\"link\":\"https://blueroan.netgen.cloud/background-img-2/\",\"alt\":\"\",\"author\":\"34\",\"description\":\"\",\"caption\":\"\",\"name\":\"background-img-2\",\"status\":\"inherit\",\"uploadedTo\":0,\"date\":\"2021-05-07T10:11:37.000Z\",\"modified\":\"2021-05-07T10:11:37.000Z\",\"menuOrder\":0,\"mime\":\"image/jpeg\",\"type\":\"image\",\"subtype\":\"jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/default.png\",\"dateFormatted\":\"May 7, 2021\",\"nonces\":{\"update\":\"bb999636b9\",\"delete\":\"d2e1375bc4\",\"edit\":\"005dd2f0c9\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=54\\u0026action=edit\",\"meta\":false,\"authorName\":\"Rishabh\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/user-edit.php?user_id=34\",\"filesizeInBytes\":338858,\"filesizeHumanReadable\":\"331 KB\",\"context\":\"\",\"height\":1080,\"width\":1920,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/background-img-1-150x150.jpg\",\"orientation\":\"landscape\"},\"medium\":{\"height\":169,\"width\":300,\"url\":\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/background-img-1-300x169.jpg\",\"orientation\":\"landscape\"},\"large\":{\"height\":576,\"width\":1024,\"url\":\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/background-img-1-1024x576.jpg\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/background-img-1.jpg\",\"height\":1080,\"width\":1920,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"backgroundImageColor\":\"rgba(42,42,42,0.65)\",\"topPaddingDesktop\":144,\"bottomPaddingDesktop\":144,\"leftPaddingDesktop\":40,\"rightPaddingDesktop\":40,\"topPaddingTablet\":80,\"bottomPaddingTablet\":80,\"leftPaddingTablet\":40,\"rightPaddingTablet\":40,\"topPaddingMobile\":64,\"bottomPaddingMobile\":64,\"leftPaddingMobile\":24,\"rightPaddingMobile\":24,\"paddingLink\":false,\"variationSelected\":true,\"isBlockRootParent\":true,\"overlayType\":\"color\"} -->\n<div class=\"wp-block-uagb-container uagb-block-911f0d69 alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/advanced-heading {\"block_id\":\"c76df40c\",\"classMigrate\":true,\"headingDescToggle\":true,\"headingAlign\":\"center\",\"headingColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"subHeadingColor\":\"var(\\u002d\\u002dast-global-color-4)\",\"headSpace\":20} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-c76df40c\"><h2 class=\"uagb-heading-text\">Plan an Unforgettable Experience in Mykonos Today!</h2><p class=\"uagb-desc-text\">We can help you fit your stay and experience within your allotted budget.</p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/advanced-heading {\"block_id\":\"0a55a9dd\",\"classMigrate\":true,\"headingTitleToggle\":false,\"headingDescToggle\":true,\"headingAlign\":\"center\",\"subHeadingColor\":\"var(\\u002d\\u002dast-global-color-4)\",\"subHeadTransform\":\"uppercase\",\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"subHeadLetterSpacing\":2,\"blockTopPadding\":60,\"blockRightPadding\":0,\"blockLeftPadding\":0,\"blockBottomPadding\":0,\"blockTopPaddingMobile\":30,\"blockRightPaddingMobile\":0,\"blockLeftPaddingMobile\":0,\"blockBottomPaddingMobile\":0} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-0a55a9dd\"><p class=\"uagb-desc-text\">BOOK YOUR STAY NOW​</p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/icon-list {\"block_id\":\"4e1d1513\",\"classMigrate\":true,\"childMigrate\":true,\"align\":\"center\",\"parentIcon\":\"phone\",\"size\":40,\"sizeMobile\":24,\"sizeTablet\":32,\"fontSize\":48,\"fontSizeMobile\":28,\"fontSizeTablet\":40,\"fontWeight\":\"600\",\"iconColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"labelColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"blockTopPadding\":0,\"blockRightPadding\":0,\"blockLeftPadding\":0,\"blockBottomPadding\":24,\"blockPaddingLink\":false} -->\n<div class=\"wp-block-uagb-icon-list uagb-block-4e1d1513\"><div class=\"uagb-icon-list__wrap\"><!-- wp:uagb/icon-list-child {\"block_id\":\"73dc7d01\",\"label\":\"+1-123 456 7890​\",\"label_color\":\"\",\"fromParentIcon\":\"phone\",\"imageSizeChild\":40} -->\n<div class=\"wp-block-uagb-icon-list-child uagb-block-73dc7d01\"><span class=\"uagb-icon-list__source-wrap\"><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M511.2 387l-23.25 100.8c-3.266 14.25-15.79 24.22-30.46 24.22C205.2 512 0 306.8 0 54.5c0-14.66 9.969-27.2 24.22-30.45l100.8-23.25C139.7-2.602 154.7 5.018 160.8 18.92l46.52 108.5c5.438 12.78 1.77 27.67-8.98 36.45L144.5 207.1c33.98 69.22 90.26 125.5 159.5 159.5l44.08-53.8c8.688-10.78 23.69-14.51 36.47-8.975l108.5 46.51C506.1 357.2 514.6 372.4 511.2 387z\"></path></svg></span><span class=\"uagb-icon-list__label\">+1-123 456 7890​</span></div>\n<!-- /wp:uagb/icon-list-child --></div></div>\n<!-- /wp:uagb/icon-list --></div></div>\n<!-- /wp:uagb/container -->',	'Accommodation',	'',	'inherit',	'closed',	'closed',	'',	'761-revision-v1',	'',	'',	'2022-12-13 12:51:37',	'2022-12-13 12:51:37',	'',	761,	'https://blueroan.netgen.cloud/?p=856',	0,	'revision',	'',	0),
(857,	2,	'2022-12-13 12:51:56',	'2022-12-13 12:51:56',	'<!-- wp:uagb/container {\"block_id\":\"a838f62b\",\"backgroundType\":\"image\",\"backgroundImageDesktop\":{\"id\":797,\"title\":\"blue-roan-guest-farm (13)\",\"filename\":\"blue-roan-guest-farm-13.jpg\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-13.jpg\",\"link\":\"https://blueroan.netgen.cloud/home/blue-roan-guest-farm-13/\",\"alt\":\"\",\"author\":\"2\",\"description\":\"\",\"caption\":\"\",\"name\":\"blue-roan-guest-farm-13\",\"status\":\"inherit\",\"uploadedTo\":760,\"date\":\"2022-12-13T09:37:10.000Z\",\"modified\":\"2022-12-13T09:37:10.000Z\",\"menuOrder\":0,\"mime\":\"image/jpeg\",\"type\":\"image\",\"subtype\":\"jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-includes/images/media/default.png\",\"dateFormatted\":\"December 13, 2022\",\"nonces\":{\"update\":\"88c7dafe15\",\"delete\":\"0e63c986af\",\"edit\":\"ba0aad2d7f\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=797\\u0026action=edit\",\"meta\":false,\"authorName\":\"Netgen Support\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/profile.php\",\"uploadedToTitle\":\"Home\",\"uploadedToLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=760\\u0026action=edit\",\"filesizeInBytes\":201183,\"filesizeHumanReadable\":\"196 KB\",\"context\":\"\",\"height\":667,\"width\":1000,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-13-150x150.jpg\",\"orientation\":\"landscape\"},\"medium\":{\"height\":200,\"width\":300,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-13-300x200.jpg\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-13.jpg\",\"height\":667,\"width\":1000,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"backgroundPositionDesktop\":{\"x\":0.62,\"y\":0.78},\"backgroundSizeTablet\":\"cover\",\"backgroundSizeMobile\":\"cover\",\"backgroundColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"backgroundImageColor\":\"rgba(42,42,42,0.5)\",\"topPaddingDesktop\":220,\"bottomPaddingDesktop\":150,\"topPaddingTablet\":170,\"bottomPaddingTablet\":160,\"leftPaddingTablet\":30,\"rightPaddingTablet\":30,\"topPaddingMobile\":180,\"bottomPaddingMobile\":80,\"leftPaddingMobile\":20,\"rightPaddingMobile\":20,\"paddingLink\":false,\"variationSelected\":true,\"isBlockRootParent\":true,\"overlayType\":\"color\"} -->\n<div class=\"wp-block-uagb-container uagb-block-a838f62b alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/advanced-heading {\"block_id\":\"47a1826b\",\"classMigrate\":true,\"headingDescToggle\":true,\"headingColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"subHeadingColor\":\"var(\\u002d\\u002dast-global-color-4)\",\"headingTag\":\"h1\",\"headSpace\":20,\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"blockTopPadding\":0,\"blockRightPadding\":50,\"blockLeftPadding\":0,\"blockBottomPadding\":0,\"blockTopPaddingTablet\":0,\"blockRightPaddingTablet\":20,\"blockLeftPaddingTablet\":0,\"blockBottomPaddingTablet\":0,\"blockTopPaddingMobile\":0,\"blockRightPaddingMobile\":0,\"blockLeftPaddingMobile\":0,\"blockBottomPaddingMobile\":0,\"blockPaddingUnit\":\"%\",\"blockPaddingUnitTablet\":\"%\"} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-47a1826b\"><h1 class=\"uagb-heading-text\">Rooms &amp; Accommodation​</h1><p class=\"uagb-desc-text\">If you are looking for a home away from home, even a place your dog can come along then take a closer look into the rooms we offer and pick the one for you.</p></div>\n<!-- /wp:uagb/advanced-heading --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"7954a471\",\"backgroundType\":\"color\",\"backgroundSizeTablet\":\"cover\",\"backgroundSizeMobile\":\"cover\",\"backgroundColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"topPaddingDesktop\":120,\"bottomPaddingDesktop\":120,\"topPaddingTablet\":80,\"bottomPaddingTablet\":80,\"leftPaddingTablet\":30,\"rightPaddingTablet\":30,\"topPaddingMobile\":80,\"bottomPaddingMobile\":80,\"leftPaddingMobile\":20,\"rightPaddingMobile\":20,\"paddingLink\":false,\"variationSelected\":true,\"rowGapDesktop\":0,\"isBlockRootParent\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-7954a471 alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/container {\"block_id\":\"05cc7377\",\"directionDesktop\":\"row\",\"alignItemsDesktop\":\"flex-end\",\"alignItemsTablet\":\"flex-end\",\"justifyContentDesktop\":\"flex-end\",\"justifyContentTablet\":\"space-between\",\"variationSelected\":true,\"rowGapMobile\":20,\"columnGapDesktop\":0} -->\n<div class=\"wp-block-uagb-container uagb-block-05cc7377\"><!-- wp:uagb/advanced-heading {\"block_id\":\"b4916630\",\"classMigrate\":true,\"headingDescToggle\":true,\"subHeadingColor\":\"\",\"headSpace\":20,\"subHeadFontSize\":16} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-b4916630\"><h2 class=\"uagb-heading-text\">Come &amp; Stay With Us​</h2><p class=\"uagb-desc-text\">Pick any of our hotel rooms to experience the delightful decor, complemented with modern amenities for a comfortable stay.​</p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/buttons {\"block_id\":\"4312696f\",\"classMigrate\":true,\"childMigrate\":true,\"align\":\"right\",\"alignTablet\":\"right\",\"alignMobile\":\"left\",\"gap\":0} -->\n<div class=\"wp-block-uagb-buttons uagb-buttons__outer-wrap uagb-btn__default-btn uagb-btn-tablet__default-btn uagb-btn-mobile__default-btn uagb-block-4312696f\"><div class=\"uagb-buttons__wrap uagb-buttons-layout-wrap\"><!-- wp:uagb/buttons-child {\"block_id\":\"d116a33f\",\"label\":\"View All\",\"link\":\"#\",\"hColor\":\"\",\"borderWidth\":\"\",\"borderRadius\":\"\",\"borderStyle\":\"\",\"borderColor\":\"\",\"borderHColor\":\"\",\"btnBorderTopWidth\":1,\"btnBorderLeftWidth\":1,\"btnBorderRightWidth\":1,\"btnBorderBottomWidth\":1,\"btnBorderTopLeftRadius\":2,\"btnBorderTopRightRadius\":2,\"btnBorderBottomLeftRadius\":2,\"btnBorderBottomRightRadius\":2,\"btnBorderStyle\":\"solid\",\"btnBorderColor\":\"#333\",\"btnBorderHColor\":\"#333\"} -->\n<div class=\"wp-block-uagb-buttons-child uagb-buttons__outer-wrap uagb-block-d116a33f wp-block-button is-style-outline\"><div class=\"uagb-button__wrapper\"><a class=\"uagb-buttons-repeater wp-block-button__link\" href=\"#\" rel=\"follow noopener\" target=\"_self\"><div class=\"uagb-button__link\">View All</div></a></div></div>\n<!-- /wp:uagb/buttons-child --></div></div>\n<!-- /wp:uagb/buttons --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"35195a59\",\"directionDesktop\":\"row\",\"alignItemsTablet\":\"flex-start\",\"justifyContentDesktop\":\"flex-start\",\"topMarginDesktop\":54,\"bottomMarginDesktop\":0,\"leftMarginDesktop\":0,\"rightMarginDesktop\":0,\"marginLink\":false,\"variationSelected\":true,\"rowGapMobile\":0,\"columnGapDesktop\":0} -->\n<div class=\"wp-block-uagb-container uagb-block-35195a59\"><!-- wp:uagb/container {\"block_id\":\"66b1b1e4\",\"widthDesktop\":50,\"bottomPaddingDesktop\":20,\"rightPaddingDesktop\":32,\"bottomPaddingTablet\":35,\"rightPaddingTablet\":15,\"bottomPaddingMobile\":65,\"paddingLink\":false,\"topMarginDesktop\":0,\"bottomMarginDesktop\":0,\"leftMarginDesktop\":5,\"rightMarginDesktop\":5,\"topMarginMobile\":0,\"bottomMarginMobile\":0,\"leftMarginMobile\":0,\"rightMarginMobile\":0,\"marginLink\":false,\"variationSelected\":true,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-66b1b1e4\"><!-- wp:uagb/info-box {\"classMigrate\":true,\"headingAlign\":\"left\",\"headingColor\":\"\",\"subHeadingColor\":\"\",\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"source_type\":\"image\",\"block_id\":\"c4fba0cf\",\"ctaIcon\":\"\",\"ctaType\":\"text\",\"ctaText\":\"READ MORE\",\"ctaLinkColor\":\"var(\\u002d\\u002dast-global-color-0)\",\"ctaDecoration\":\"underline\",\"ctaFontSize\":12,\"ctaFontWeight\":\"600\",\"ctaLetterSpacing\":2,\"ctaBorderColor\":\"\",\"ctaBorderStyle\":\"\",\"ctaBorderWidth\":\"\",\"ctaBorderRadius\":\"\",\"iconBottomMargin\":30,\"iconImage\":{\"id\":279,\"title\":\"room-1\",\"filename\":\"room-1.jpg\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/room-1.jpg\",\"link\":\"https://blueroan.netgen.cloud/room-1/\",\"alt\":\"\",\"author\":\"34\",\"description\":\"\",\"caption\":\"\",\"name\":\"room-1\",\"status\":\"inherit\",\"uploadedTo\":0,\"date\":\"2021-05-11T11:38:49.000Z\",\"modified\":\"2021-05-11T11:38:49.000Z\",\"menuOrder\":0,\"mime\":\"image/jpeg\",\"type\":\"image\",\"subtype\":\"jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/default.png\",\"dateFormatted\":\"May 11, 2021\",\"nonces\":{\"update\":\"9857a9a1e0\",\"delete\":\"d6d3444d17\",\"edit\":\"9c14b53f03\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=279\\u0026action=edit\",\"meta\":false,\"authorName\":\"Rishabh\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/user-edit.php?user_id=34\",\"filesizeInBytes\":37544,\"filesizeHumanReadable\":\"37 KB\",\"context\":\"\",\"height\":400,\"width\":600,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/room-1-150x150.jpg\",\"orientation\":\"landscape\"},\"medium\":{\"height\":200,\"width\":300,\"url\":\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/room-1-300x200.jpg\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/room-1.jpg\",\"height\":400,\"width\":600,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"imageSize\":\"full\",\"imageWidth\":100,\"imageWidthMobile\":100,\"imageWidthTablet\":100,\"paddingBtnTop\":10,\"paddingBtnBottom\":10,\"paddingBtnLeft\":14,\"paddingBtnRight\":14,\"imageWidthUnit\":\"%\",\"imageWidthUnitTablet\":\"%\",\"imageWidthUnitMobile\":\"%\",\"subHeadTopMargin\":0,\"subHeadRightMargin\":40,\"subHeadLeftMargin\":0,\"subHeadMarginTopTablet\":0,\"subHeadMarginRightTablet\":0,\"subHeadTabletSpace\":20,\"subHeadMarginLeftTablet\":0,\"imgTagHeight\":66,\"imgTagWidth\":600,\"btnBorderTopWidth\":1,\"btnBorderLeftWidth\":1,\"btnBorderRightWidth\":1,\"btnBorderBottomWidth\":1,\"btnBorderTopLeftRadius\":0,\"btnBorderTopRightRadius\":0,\"btnBorderBottomLeftRadius\":0,\"btnBorderBottomRightRadius\":0,\"btnBorderStyle\":\"solid\",\"btnBorderColor\":\"#333\"} -->\n<div class=\"wp-block-uagb-info-box uagb-block-c4fba0cf uagb-infobox__content-wrap  uagb-infobox-icon-above-title uagb-infobox-image-valign-top\"><div class=\"uagb-ifb-content\"><div class=\"uagb-ifb-image-content\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/room-1.jpg\" alt=\"\" width=\"100\" height=\"66\" loading=\"lazy\"/></div><div class=\"uagb-ifb-title-wrap\"><h3 class=\"uagb-ifb-title\">Double Deluxe Room​</h3></div><p class=\"uagb-ifb-desc\">Our double deluxe rooms are complemented with modern and luxurious amenities for a wonderful stay.</p><div class=\"uagb-ifb-button-wrapper wp-block-button\"><a href=\"\" target=\"_self\" class=\"uagb-infobox-cta-link uagb-disable-link\" rel=\"noopener noreferrer\" alt=\"\"><span class=\"uagb-inline-editing\">READ MORE</span></a></div></div></div>\n<!-- /wp:uagb/info-box --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"f2397045\",\"widthDesktop\":50,\"bottomPaddingDesktop\":20,\"rightPaddingDesktop\":32,\"bottomPaddingTablet\":35,\"rightPaddingTablet\":15,\"bottomPaddingMobile\":65,\"paddingLink\":false,\"topMarginDesktop\":0,\"bottomMarginDesktop\":0,\"leftMarginDesktop\":5,\"rightMarginDesktop\":5,\"topMarginMobile\":0,\"bottomMarginMobile\":0,\"leftMarginMobile\":0,\"rightMarginMobile\":0,\"marginLink\":false,\"variationSelected\":true,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-f2397045\"><!-- wp:uagb/info-box {\"classMigrate\":true,\"headingAlign\":\"left\",\"headingColor\":\"\",\"subHeadingColor\":\"\",\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"source_type\":\"image\",\"block_id\":\"4e695567\",\"ctaIcon\":\"\",\"ctaType\":\"text\",\"ctaText\":\"READ MORE\",\"ctaLinkColor\":\"var(\\u002d\\u002dast-global-color-0)\",\"ctaDecoration\":\"underline\",\"ctaFontSize\":12,\"ctaFontWeight\":\"600\",\"ctaLetterSpacing\":2,\"ctaBorderColor\":\"\",\"ctaBorderStyle\":\"\",\"ctaBorderWidth\":\"\",\"ctaBorderRadius\":\"\",\"iconBottomMargin\":30,\"iconImage\":{\"id\":286,\"title\":\"room-2\",\"filename\":\"room-2.jpg\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/room-2.jpg\",\"link\":\"https://blueroan.netgen.cloud/room-2/\",\"alt\":\"\",\"author\":\"34\",\"description\":\"\",\"caption\":\"\",\"name\":\"room-2\",\"status\":\"inherit\",\"uploadedTo\":0,\"date\":\"2021-05-11T12:36:42.000Z\",\"modified\":\"2021-05-11T12:36:42.000Z\",\"menuOrder\":0,\"mime\":\"image/jpeg\",\"type\":\"image\",\"subtype\":\"jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/default.png\",\"dateFormatted\":\"May 11, 2021\",\"nonces\":{\"update\":\"87f5d7a5f5\",\"delete\":\"4e81d94b20\",\"edit\":\"5fab6e72b2\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=286\\u0026action=edit\",\"meta\":false,\"authorName\":\"Rishabh\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/user-edit.php?user_id=34\",\"filesizeInBytes\":43720,\"filesizeHumanReadable\":\"43 KB\",\"context\":\"\",\"height\":400,\"width\":600,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/room-2-150x150.jpg\",\"orientation\":\"landscape\"},\"medium\":{\"height\":200,\"width\":300,\"url\":\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/room-2-300x200.jpg\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/room-2.jpg\",\"height\":400,\"width\":600,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"imageSize\":\"full\",\"imageWidth\":100,\"imageWidthMobile\":100,\"imageWidthTablet\":100,\"paddingBtnTop\":10,\"paddingBtnBottom\":10,\"paddingBtnLeft\":14,\"paddingBtnRight\":14,\"imageWidthUnit\":\"%\",\"imageWidthUnitTablet\":\"%\",\"imageWidthUnitMobile\":\"%\",\"subHeadTopMargin\":0,\"subHeadRightMargin\":40,\"subHeadLeftMargin\":0,\"subHeadMarginTopTablet\":0,\"subHeadMarginRightTablet\":0,\"subHeadTabletSpace\":20,\"subHeadMarginLeftTablet\":0,\"imgTagHeight\":66,\"imgTagWidth\":600,\"btnBorderTopWidth\":1,\"btnBorderLeftWidth\":1,\"btnBorderRightWidth\":1,\"btnBorderBottomWidth\":1,\"btnBorderTopLeftRadius\":0,\"btnBorderTopRightRadius\":0,\"btnBorderBottomLeftRadius\":0,\"btnBorderBottomRightRadius\":0,\"btnBorderStyle\":\"solid\",\"btnBorderColor\":\"#333\"} -->\n<div class=\"wp-block-uagb-info-box uagb-block-4e695567 uagb-infobox__content-wrap  uagb-infobox-icon-above-title uagb-infobox-image-valign-top\"><div class=\"uagb-ifb-content\"><div class=\"uagb-ifb-image-content\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/room-2.jpg\" alt=\"\" width=\"100\" height=\"66\" loading=\"lazy\"/></div><div class=\"uagb-ifb-title-wrap\"><h3 class=\"uagb-ifb-title\">Double Club Room​</h3></div><p class=\"uagb-ifb-desc\">We offer 15 club rooms designed with a vibrant touch to enhance your spirits for a happening holiday.​</p><div class=\"uagb-ifb-button-wrapper wp-block-button\"><a href=\"\" target=\"_self\" class=\"uagb-infobox-cta-link uagb-disable-link\" rel=\"noopener noreferrer\" alt=\"\"><span class=\"uagb-inline-editing\">READ MORE</span></a></div></div></div>\n<!-- /wp:uagb/info-box --></div>\n<!-- /wp:uagb/container --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"de696259\",\"directionDesktop\":\"row\",\"alignItemsTablet\":\"flex-start\",\"justifyContentDesktop\":\"flex-start\",\"topMarginDesktop\":54,\"bottomMarginDesktop\":0,\"leftMarginDesktop\":0,\"rightMarginDesktop\":0,\"topMarginMobile\":0,\"bottomMarginMobile\":0,\"leftMarginMobile\":0,\"rightMarginMobile\":0,\"marginLink\":false,\"variationSelected\":true,\"rowGapMobile\":0,\"columnGapDesktop\":0} -->\n<div class=\"wp-block-uagb-container uagb-block-de696259\"><!-- wp:uagb/container {\"block_id\":\"90bed0a1\",\"widthDesktop\":50,\"bottomPaddingDesktop\":20,\"rightPaddingDesktop\":32,\"bottomPaddingTablet\":35,\"leftPaddingTablet\":0,\"rightPaddingTablet\":15,\"bottomPaddingMobile\":65,\"paddingLink\":false,\"topMarginDesktop\":0,\"bottomMarginDesktop\":0,\"leftMarginDesktop\":5,\"rightMarginDesktop\":5,\"topMarginMobile\":0,\"bottomMarginMobile\":0,\"leftMarginMobile\":0,\"rightMarginMobile\":0,\"marginLink\":false,\"variationSelected\":true,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-90bed0a1\"><!-- wp:uagb/info-box {\"classMigrate\":true,\"headingAlign\":\"left\",\"headingColor\":\"\",\"subHeadingColor\":\"\",\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"source_type\":\"image\",\"block_id\":\"bd2ea6f0\",\"ctaIcon\":\"\",\"ctaType\":\"text\",\"ctaText\":\"READ MORE\",\"ctaLinkColor\":\"var(\\u002d\\u002dast-global-color-0)\",\"ctaDecoration\":\"underline\",\"ctaFontSize\":12,\"ctaFontWeight\":\"600\",\"ctaLetterSpacing\":2,\"ctaBorderColor\":\"\",\"ctaBorderStyle\":\"\",\"ctaBorderWidth\":\"\",\"ctaBorderRadius\":\"\",\"iconBottomMargin\":30,\"iconImage\":{\"id\":288,\"title\":\"room-3\",\"filename\":\"room-3-1.jpg\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/room-3-1.jpg\",\"link\":\"https://blueroan.netgen.cloud/room-3-2/\",\"alt\":\"\",\"author\":\"34\",\"description\":\"\",\"caption\":\"\",\"name\":\"room-3-2\",\"status\":\"inherit\",\"uploadedTo\":0,\"date\":\"2021-05-11T12:38:58.000Z\",\"modified\":\"2021-05-11T12:38:58.000Z\",\"menuOrder\":0,\"mime\":\"image/jpeg\",\"type\":\"image\",\"subtype\":\"jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/default.png\",\"dateFormatted\":\"May 11, 2021\",\"nonces\":{\"update\":\"13dbecb562\",\"delete\":\"d65fb58bac\",\"edit\":\"dc499da5fa\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=288\\u0026action=edit\",\"meta\":false,\"authorName\":\"Rishabh\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/user-edit.php?user_id=34\",\"filesizeInBytes\":26280,\"filesizeHumanReadable\":\"26 KB\",\"context\":\"\",\"height\":400,\"width\":600,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/room-3-1-150x150.jpg\",\"orientation\":\"landscape\"},\"medium\":{\"height\":200,\"width\":300,\"url\":\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/room-3-1-300x200.jpg\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/room-3-1.jpg\",\"height\":400,\"width\":600,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"imageSize\":\"full\",\"imageWidth\":100,\"imageWidthMobile\":100,\"imageWidthTablet\":100,\"paddingBtnTop\":10,\"paddingBtnBottom\":10,\"paddingBtnLeft\":14,\"paddingBtnRight\":14,\"imageWidthUnit\":\"%\",\"imageWidthUnitTablet\":\"%\",\"imageWidthUnitMobile\":\"%\",\"subHeadTopMargin\":0,\"subHeadRightMargin\":40,\"subHeadLeftMargin\":0,\"subHeadMarginTopTablet\":0,\"subHeadMarginRightTablet\":0,\"subHeadTabletSpace\":20,\"subHeadMarginLeftTablet\":0,\"imgTagHeight\":66,\"imgTagWidth\":600,\"btnBorderTopWidth\":1,\"btnBorderLeftWidth\":1,\"btnBorderRightWidth\":1,\"btnBorderBottomWidth\":1,\"btnBorderTopLeftRadius\":0,\"btnBorderTopRightRadius\":0,\"btnBorderBottomLeftRadius\":0,\"btnBorderBottomRightRadius\":0,\"btnBorderStyle\":\"solid\",\"btnBorderColor\":\"#333\"} -->\n<div class=\"wp-block-uagb-info-box uagb-block-bd2ea6f0 uagb-infobox__content-wrap  uagb-infobox-icon-above-title uagb-infobox-image-valign-top\"><div class=\"uagb-ifb-content\"><div class=\"uagb-ifb-image-content\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/room-3-1.jpg\" alt=\"\" width=\"100\" height=\"66\" loading=\"lazy\"/></div><div class=\"uagb-ifb-title-wrap\"><h3 class=\"uagb-ifb-title\">Standard Suite​</h3></div><p class=\"uagb-ifb-desc\">If you are looking for a room that gives you both space and luxury at a reasonable price, this is the one for you.</p><div class=\"uagb-ifb-button-wrapper wp-block-button\"><a href=\"\" target=\"_self\" class=\"uagb-infobox-cta-link uagb-disable-link\" rel=\"noopener noreferrer\" alt=\"\"><span class=\"uagb-inline-editing\">READ MORE</span></a></div></div></div>\n<!-- /wp:uagb/info-box --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"7a9df29e\",\"widthDesktop\":50,\"bottomPaddingDesktop\":20,\"rightPaddingDesktop\":32,\"bottomPaddingTablet\":35,\"rightPaddingTablet\":15,\"bottomPaddingMobile\":65,\"paddingLink\":false,\"topMarginDesktop\":0,\"bottomMarginDesktop\":0,\"leftMarginDesktop\":5,\"rightMarginDesktop\":5,\"topMarginMobile\":0,\"bottomMarginMobile\":0,\"leftMarginMobile\":0,\"rightMarginMobile\":0,\"marginLink\":false,\"variationSelected\":true,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-7a9df29e\"><!-- wp:uagb/info-box {\"classMigrate\":true,\"headingAlign\":\"left\",\"headingColor\":\"\",\"subHeadingColor\":\"\",\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"source_type\":\"image\",\"block_id\":\"050ff6f5\",\"ctaIcon\":\"\",\"ctaType\":\"text\",\"ctaText\":\"READ MORE\",\"ctaLinkColor\":\"var(\\u002d\\u002dast-global-color-0)\",\"ctaDecoration\":\"underline\",\"ctaFontSize\":12,\"ctaFontWeight\":\"600\",\"ctaLetterSpacing\":2,\"ctaBorderColor\":\"\",\"ctaBorderStyle\":\"\",\"ctaBorderWidth\":\"\",\"ctaBorderRadius\":\"\",\"iconBottomMargin\":30,\"iconImage\":{\"id\":284,\"title\":\"room-4\",\"filename\":\"room-4-1.jpg\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/room-4-1.jpg\",\"link\":\"https://blueroan.netgen.cloud/room-4-2/\",\"alt\":\"\",\"author\":\"34\",\"description\":\"\",\"caption\":\"\",\"name\":\"room-4-2\",\"status\":\"inherit\",\"uploadedTo\":0,\"date\":\"2021-05-11T12:34:14.000Z\",\"modified\":\"2021-05-11T12:34:14.000Z\",\"menuOrder\":0,\"mime\":\"image/jpeg\",\"type\":\"image\",\"subtype\":\"jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/default.png\",\"dateFormatted\":\"May 11, 2021\",\"nonces\":{\"update\":\"7cafb104e4\",\"delete\":\"c76125dda4\",\"edit\":\"a40254c450\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=284\\u0026action=edit\",\"meta\":false,\"authorName\":\"Rishabh\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/user-edit.php?user_id=34\",\"filesizeInBytes\":40918,\"filesizeHumanReadable\":\"40 KB\",\"context\":\"\",\"height\":400,\"width\":600,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/room-4-1-150x150.jpg\",\"orientation\":\"landscape\"},\"medium\":{\"height\":200,\"width\":300,\"url\":\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/room-4-1-300x200.jpg\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/room-4-1.jpg\",\"height\":400,\"width\":600,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"imageSize\":\"full\",\"imageWidth\":100,\"imageWidthMobile\":100,\"imageWidthTablet\":100,\"paddingBtnTop\":10,\"paddingBtnBottom\":10,\"paddingBtnLeft\":14,\"paddingBtnRight\":14,\"imageWidthUnit\":\"%\",\"imageWidthUnitTablet\":\"%\",\"imageWidthUnitMobile\":\"%\",\"subHeadTopMargin\":0,\"subHeadRightMargin\":40,\"subHeadLeftMargin\":0,\"subHeadMarginTopTablet\":0,\"subHeadMarginRightTablet\":0,\"subHeadTabletSpace\":20,\"subHeadMarginLeftTablet\":0,\"imgTagHeight\":66,\"imgTagWidth\":600,\"btnBorderTopWidth\":1,\"btnBorderLeftWidth\":1,\"btnBorderRightWidth\":1,\"btnBorderBottomWidth\":1,\"btnBorderTopLeftRadius\":0,\"btnBorderTopRightRadius\":0,\"btnBorderBottomLeftRadius\":0,\"btnBorderBottomRightRadius\":0,\"btnBorderStyle\":\"solid\",\"btnBorderColor\":\"#333\"} -->\n<div class=\"wp-block-uagb-info-box uagb-block-050ff6f5 uagb-infobox__content-wrap  uagb-infobox-icon-above-title uagb-infobox-image-valign-top\"><div class=\"uagb-ifb-content\"><div class=\"uagb-ifb-image-content\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/room-4-1.jpg\" alt=\"\" width=\"100\" height=\"66\" loading=\"lazy\"/></div><div class=\"uagb-ifb-title-wrap\"><h3 class=\"uagb-ifb-title\">Executive Suite​</h3></div><p class=\"uagb-ifb-desc\">Experience luxury in style in our executive suites. These rooms also give you a beautiful view of the city.</p><div class=\"uagb-ifb-button-wrapper wp-block-button\"><a href=\"\" target=\"_self\" class=\"uagb-infobox-cta-link uagb-disable-link\" rel=\"noopener noreferrer\" alt=\"\"><span class=\"uagb-inline-editing\">READ MORE</span></a></div></div></div>\n<!-- /wp:uagb/info-box --></div>\n<!-- /wp:uagb/container --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"9d5c18f0\",\"directionDesktop\":\"row\",\"justifyContentDesktop\":\"flex-start\",\"topMarginDesktop\":54,\"bottomMarginDesktop\":0,\"leftMarginDesktop\":0,\"rightMarginDesktop\":0,\"topMarginMobile\":0,\"bottomMarginMobile\":0,\"leftMarginMobile\":0,\"rightMarginMobile\":0,\"marginLink\":false,\"variationSelected\":true,\"rowGapMobile\":0,\"columnGapDesktop\":0} -->\n<div class=\"wp-block-uagb-container uagb-block-9d5c18f0\"><!-- wp:uagb/container {\"block_id\":\"fd83ec3b\",\"widthDesktop\":50,\"bottomPaddingDesktop\":20,\"rightPaddingDesktop\":32,\"bottomPaddingTablet\":35,\"rightPaddingTablet\":15,\"bottomPaddingMobile\":65,\"paddingLink\":false,\"topMarginDesktop\":0,\"bottomMarginDesktop\":0,\"leftMarginDesktop\":5,\"rightMarginDesktop\":5,\"topMarginMobile\":0,\"bottomMarginMobile\":0,\"leftMarginMobile\":0,\"rightMarginMobile\":0,\"marginLink\":false,\"variationSelected\":true,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-fd83ec3b\"><!-- wp:uagb/info-box {\"classMigrate\":true,\"headingAlign\":\"left\",\"headingColor\":\"\",\"subHeadingColor\":\"\",\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"source_type\":\"image\",\"block_id\":\"9f0008fc\",\"ctaIcon\":\"\",\"ctaType\":\"text\",\"ctaText\":\"READ MORE\",\"ctaLinkColor\":\"var(\\u002d\\u002dast-global-color-0)\",\"ctaDecoration\":\"underline\",\"ctaFontSize\":12,\"ctaFontWeight\":\"600\",\"ctaLetterSpacing\":2,\"ctaBorderColor\":\"\",\"ctaBorderStyle\":\"\",\"ctaBorderWidth\":\"\",\"ctaBorderRadius\":\"\",\"iconBottomMargin\":30,\"iconImage\":{\"id\":289,\"title\":\"room-5\",\"filename\":\"room-5.jpg\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/room-5.jpg\",\"link\":\"https://blueroan.netgen.cloud/room-5/\",\"alt\":\"\",\"author\":\"34\",\"description\":\"\",\"caption\":\"\",\"name\":\"room-5\",\"status\":\"inherit\",\"uploadedTo\":0,\"date\":\"2021-05-11T12:41:05.000Z\",\"modified\":\"2021-05-11T12:41:05.000Z\",\"menuOrder\":0,\"mime\":\"image/jpeg\",\"type\":\"image\",\"subtype\":\"jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/default.png\",\"dateFormatted\":\"May 11, 2021\",\"nonces\":{\"update\":\"67479f178f\",\"delete\":\"0a3770770f\",\"edit\":\"881fd0ea74\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=289\\u0026action=edit\",\"meta\":false,\"authorName\":\"Rishabh\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/user-edit.php?user_id=34\",\"filesizeInBytes\":49173,\"filesizeHumanReadable\":\"48 KB\",\"context\":\"\",\"height\":400,\"width\":600,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/room-5-150x150.jpg\",\"orientation\":\"landscape\"},\"medium\":{\"height\":200,\"width\":300,\"url\":\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/room-5-300x200.jpg\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/room-5.jpg\",\"height\":400,\"width\":600,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"imageSize\":\"full\",\"imageWidth\":100,\"imageWidthMobile\":100,\"imageWidthTablet\":100,\"paddingBtnTop\":10,\"paddingBtnBottom\":10,\"paddingBtnLeft\":14,\"paddingBtnRight\":14,\"imageWidthUnit\":\"%\",\"imageWidthUnitTablet\":\"%\",\"imageWidthUnitMobile\":\"%\",\"subHeadTopMargin\":0,\"subHeadRightMargin\":40,\"subHeadLeftMargin\":0,\"subHeadMarginTopTablet\":0,\"subHeadMarginRightTablet\":0,\"subHeadTabletSpace\":20,\"subHeadMarginLeftTablet\":0,\"imgTagHeight\":66,\"imgTagWidth\":600,\"btnBorderTopWidth\":1,\"btnBorderLeftWidth\":1,\"btnBorderRightWidth\":1,\"btnBorderBottomWidth\":1,\"btnBorderTopLeftRadius\":0,\"btnBorderTopRightRadius\":0,\"btnBorderBottomLeftRadius\":0,\"btnBorderBottomRightRadius\":0,\"btnBorderStyle\":\"solid\",\"btnBorderColor\":\"#333\"} -->\n<div class=\"wp-block-uagb-info-box uagb-block-9f0008fc uagb-infobox__content-wrap  uagb-infobox-icon-above-title uagb-infobox-image-valign-top\"><div class=\"uagb-ifb-content\"><div class=\"uagb-ifb-image-content\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/room-5.jpg\" alt=\"\" width=\"100\" height=\"66\" loading=\"lazy\"/></div><div class=\"uagb-ifb-title-wrap\"><h3 class=\"uagb-ifb-title\">Grand Suite​</h3></div><p class=\"uagb-ifb-desc\">This is the second-highest ranked room in our hotel that offers luxury with the most advanced amenities.</p><div class=\"uagb-ifb-button-wrapper wp-block-button\"><a href=\"\" target=\"_self\" class=\"uagb-infobox-cta-link uagb-disable-link\" rel=\"noopener noreferrer\" alt=\"\"><span class=\"uagb-inline-editing\">READ MORE</span></a></div></div></div>\n<!-- /wp:uagb/info-box --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"997fc993\",\"widthDesktop\":50,\"bottomPaddingDesktop\":20,\"rightPaddingDesktop\":32,\"bottomPaddingTablet\":35,\"rightPaddingTablet\":15,\"paddingLink\":false,\"topMarginDesktop\":0,\"bottomMarginDesktop\":0,\"leftMarginDesktop\":5,\"rightMarginDesktop\":5,\"topMarginMobile\":0,\"bottomMarginMobile\":0,\"leftMarginMobile\":0,\"rightMarginMobile\":0,\"marginLink\":false,\"variationSelected\":true,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-997fc993\"><!-- wp:uagb/info-box {\"classMigrate\":true,\"headingAlign\":\"left\",\"headingColor\":\"\",\"subHeadingColor\":\"\",\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"source_type\":\"image\",\"block_id\":\"56347cf0\",\"ctaIcon\":\"\",\"ctaType\":\"text\",\"ctaText\":\"READ MORE\",\"ctaLinkColor\":\"var(\\u002d\\u002dast-global-color-0)\",\"ctaDecoration\":\"underline\",\"ctaFontSize\":12,\"ctaFontWeight\":\"600\",\"ctaLetterSpacing\":2,\"ctaBorderColor\":\"\",\"ctaBorderStyle\":\"\",\"ctaBorderWidth\":\"\",\"ctaBorderRadius\":\"\",\"iconBottomMargin\":30,\"iconImage\":{\"id\":290,\"title\":\"room-6\",\"filename\":\"room-6.jpg\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/room-6.jpg\",\"link\":\"https://blueroan.netgen.cloud/room-6/\",\"alt\":\"\",\"author\":\"34\",\"description\":\"\",\"caption\":\"\",\"name\":\"room-6\",\"status\":\"inherit\",\"uploadedTo\":0,\"date\":\"2021-05-11T12:42:24.000Z\",\"modified\":\"2021-05-11T12:42:24.000Z\",\"menuOrder\":0,\"mime\":\"image/jpeg\",\"type\":\"image\",\"subtype\":\"jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/default.png\",\"dateFormatted\":\"May 11, 2021\",\"nonces\":{\"update\":\"ca0f21bc6b\",\"delete\":\"aeb89ca3d4\",\"edit\":\"4be159def3\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=290\\u0026action=edit\",\"meta\":false,\"authorName\":\"Rishabh\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/user-edit.php?user_id=34\",\"filesizeInBytes\":50081,\"filesizeHumanReadable\":\"49 KB\",\"context\":\"\",\"height\":400,\"width\":600,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/room-6-150x150.jpg\",\"orientation\":\"landscape\"},\"medium\":{\"height\":200,\"width\":300,\"url\":\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/room-6-300x200.jpg\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/room-6.jpg\",\"height\":400,\"width\":600,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"imageSize\":\"full\",\"imageWidth\":100,\"imageWidthMobile\":100,\"imageWidthTablet\":100,\"paddingBtnTop\":10,\"paddingBtnBottom\":10,\"paddingBtnLeft\":14,\"paddingBtnRight\":14,\"imageWidthUnit\":\"%\",\"imageWidthUnitTablet\":\"%\",\"imageWidthUnitMobile\":\"%\",\"subHeadTopMargin\":0,\"subHeadRightMargin\":40,\"subHeadLeftMargin\":0,\"subHeadMarginTopTablet\":0,\"subHeadMarginRightTablet\":0,\"subHeadTabletSpace\":20,\"subHeadMarginLeftTablet\":0,\"imgTagHeight\":66,\"imgTagWidth\":600,\"btnBorderTopWidth\":1,\"btnBorderLeftWidth\":1,\"btnBorderRightWidth\":1,\"btnBorderBottomWidth\":1,\"btnBorderTopLeftRadius\":0,\"btnBorderTopRightRadius\":0,\"btnBorderBottomLeftRadius\":0,\"btnBorderBottomRightRadius\":0,\"btnBorderStyle\":\"solid\",\"btnBorderColor\":\"#333\"} -->\n<div class=\"wp-block-uagb-info-box uagb-block-56347cf0 uagb-infobox__content-wrap  uagb-infobox-icon-above-title uagb-infobox-image-valign-top\"><div class=\"uagb-ifb-content\"><div class=\"uagb-ifb-image-content\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/room-6.jpg\" alt=\"\" width=\"100\" height=\"66\" loading=\"lazy\"/></div><div class=\"uagb-ifb-title-wrap\"><h3 class=\"uagb-ifb-title\">Presidential Suite​</h3></div><p class=\"uagb-ifb-desc\">Wish to live like a king? Here’s the top presidential suite where you can spend the best days of your life.</p><div class=\"uagb-ifb-button-wrapper wp-block-button\"><a href=\"\" target=\"_self\" class=\"uagb-infobox-cta-link uagb-disable-link\" rel=\"noopener noreferrer\" alt=\"\"><span class=\"uagb-inline-editing\">READ MORE</span></a></div></div></div>\n<!-- /wp:uagb/info-box --></div>\n<!-- /wp:uagb/container --></div>\n<!-- /wp:uagb/container --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"e3eaf64c\",\"innerContentCustomWidthDesktop\":781,\"innerContentCustomWidthTablet\":781,\"backgroundType\":\"image\",\"backgroundImageDesktop\":{\"id\":54,\"title\":\"background-img\",\"filename\":\"background-img-1.jpg\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/background-img-1.jpg\",\"link\":\"https://blueroan.netgen.cloud/background-img-2/\",\"alt\":\"\",\"author\":\"34\",\"description\":\"\",\"caption\":\"\",\"name\":\"background-img-2\",\"status\":\"inherit\",\"uploadedTo\":0,\"date\":\"2021-05-07T10:11:37.000Z\",\"modified\":\"2021-05-07T10:11:37.000Z\",\"menuOrder\":0,\"mime\":\"image/jpeg\",\"type\":\"image\",\"subtype\":\"jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/default.png\",\"dateFormatted\":\"May 7, 2021\",\"nonces\":{\"update\":\"bb999636b9\",\"delete\":\"d2e1375bc4\",\"edit\":\"005dd2f0c9\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=54\\u0026action=edit\",\"meta\":false,\"authorName\":\"Rishabh\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/user-edit.php?user_id=34\",\"filesizeInBytes\":338858,\"filesizeHumanReadable\":\"331 KB\",\"context\":\"\",\"height\":1080,\"width\":1920,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/background-img-1-150x150.jpg\",\"orientation\":\"landscape\"},\"medium\":{\"height\":169,\"width\":300,\"url\":\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/background-img-1-300x169.jpg\",\"orientation\":\"landscape\"},\"large\":{\"height\":576,\"width\":1024,\"url\":\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/background-img-1-1024x576.jpg\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/background-img-1.jpg\",\"height\":1080,\"width\":1920,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"backgroundImageColor\":\"rgba(42,42,42,0.65)\",\"topPaddingDesktop\":144,\"bottomPaddingDesktop\":144,\"leftPaddingDesktop\":40,\"rightPaddingDesktop\":40,\"topPaddingTablet\":80,\"bottomPaddingTablet\":80,\"leftPaddingTablet\":40,\"rightPaddingTablet\":40,\"topPaddingMobile\":64,\"bottomPaddingMobile\":64,\"leftPaddingMobile\":24,\"rightPaddingMobile\":24,\"paddingLink\":false,\"variationSelected\":true,\"isBlockRootParent\":true,\"overlayType\":\"color\"} -->\n<div class=\"wp-block-uagb-container uagb-block-e3eaf64c alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/advanced-heading {\"block_id\":\"df646c8d\",\"classMigrate\":true,\"headingDescToggle\":true,\"headingAlign\":\"center\",\"headingColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"subHeadingColor\":\"var(\\u002d\\u002dast-global-color-4)\",\"headSpace\":20} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-df646c8d\"><h2 class=\"uagb-heading-text\">Plan an Unforgettable Experience in Mykonos Today!</h2><p class=\"uagb-desc-text\">We can help you fit your stay and experience within your allotted budget.</p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/advanced-heading {\"block_id\":\"8c32c54b\",\"classMigrate\":true,\"headingTitleToggle\":false,\"headingDescToggle\":true,\"headingAlign\":\"center\",\"subHeadingColor\":\"var(\\u002d\\u002dast-global-color-4)\",\"subHeadTransform\":\"uppercase\",\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"subHeadLetterSpacing\":2,\"blockTopPadding\":60,\"blockRightPadding\":0,\"blockLeftPadding\":0,\"blockBottomPadding\":0,\"blockTopPaddingMobile\":30,\"blockRightPaddingMobile\":0,\"blockLeftPaddingMobile\":0,\"blockBottomPaddingMobile\":0} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-8c32c54b\"><p class=\"uagb-desc-text\">BOOK YOUR STAY NOW​</p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/icon-list {\"block_id\":\"cc89cda4\",\"classMigrate\":true,\"childMigrate\":true,\"align\":\"center\",\"parentIcon\":\"phone\",\"size\":40,\"sizeMobile\":24,\"sizeTablet\":32,\"fontSize\":48,\"fontSizeMobile\":28,\"fontSizeTablet\":40,\"fontWeight\":\"600\",\"iconColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"labelColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"blockTopPadding\":0,\"blockRightPadding\":0,\"blockLeftPadding\":0,\"blockBottomPadding\":24,\"blockPaddingLink\":false} -->\n<div class=\"wp-block-uagb-icon-list uagb-block-cc89cda4\"><div class=\"uagb-icon-list__wrap\"><!-- wp:uagb/icon-list-child {\"block_id\":\"2537fdb1\",\"label\":\"+1-123 456 7890​\",\"label_color\":\"\",\"fromParentIcon\":\"phone\",\"imageSizeChild\":40} -->\n<div class=\"wp-block-uagb-icon-list-child uagb-block-2537fdb1\"><span class=\"uagb-icon-list__source-wrap\"><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M511.2 387l-23.25 100.8c-3.266 14.25-15.79 24.22-30.46 24.22C205.2 512 0 306.8 0 54.5c0-14.66 9.969-27.2 24.22-30.45l100.8-23.25C139.7-2.602 154.7 5.018 160.8 18.92l46.52 108.5c5.438 12.78 1.77 27.67-8.98 36.45L144.5 207.1c33.98 69.22 90.26 125.5 159.5 159.5l44.08-53.8c8.688-10.78 23.69-14.51 36.47-8.975l108.5 46.51C506.1 357.2 514.6 372.4 511.2 387z\"></path></svg></span><span class=\"uagb-icon-list__label\">+1-123 456 7890​</span></div>\n<!-- /wp:uagb/icon-list-child --></div></div>\n<!-- /wp:uagb/icon-list --></div></div>\n<!-- /wp:uagb/container -->',	'Accommodation',	'',	'inherit',	'closed',	'closed',	'',	'761-revision-v1',	'',	'',	'2022-12-13 12:51:56',	'2022-12-13 12:51:56',	'',	761,	'https://blueroan.netgen.cloud/?p=857',	0,	'revision',	'',	0),
(858,	2,	'2022-12-13 12:57:25',	'2022-12-13 12:57:25',	'<!-- wp:uagb/container {\"block_id\":\"4559e17d\",\"backgroundType\":\"image\",\"backgroundImageDesktop\":{\"id\":797,\"title\":\"blue-roan-guest-farm (13)\",\"filename\":\"blue-roan-guest-farm-13.jpg\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-13.jpg\",\"link\":\"https://blueroan.netgen.cloud/home/blue-roan-guest-farm-13/\",\"alt\":\"\",\"author\":\"2\",\"description\":\"\",\"caption\":\"\",\"name\":\"blue-roan-guest-farm-13\",\"status\":\"inherit\",\"uploadedTo\":760,\"date\":\"2022-12-13T09:37:10.000Z\",\"modified\":\"2022-12-13T09:37:10.000Z\",\"menuOrder\":0,\"mime\":\"image/jpeg\",\"type\":\"image\",\"subtype\":\"jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-includes/images/media/default.png\",\"dateFormatted\":\"December 13, 2022\",\"nonces\":{\"update\":\"88c7dafe15\",\"delete\":\"0e63c986af\",\"edit\":\"ba0aad2d7f\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=797\\u0026action=edit\",\"meta\":false,\"authorName\":\"Netgen Support\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/profile.php\",\"uploadedToTitle\":\"Home\",\"uploadedToLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=760\\u0026action=edit\",\"filesizeInBytes\":201183,\"filesizeHumanReadable\":\"196 KB\",\"context\":\"\",\"height\":667,\"width\":1000,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-13-150x150.jpg\",\"orientation\":\"landscape\"},\"medium\":{\"height\":200,\"width\":300,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-13-300x200.jpg\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-13.jpg\",\"height\":667,\"width\":1000,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"backgroundPositionDesktop\":{\"x\":0.62,\"y\":0.78},\"backgroundSizeTablet\":\"cover\",\"backgroundSizeMobile\":\"cover\",\"backgroundColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"backgroundImageColor\":\"rgba(42,42,42,0.5)\",\"topPaddingDesktop\":220,\"bottomPaddingDesktop\":150,\"topPaddingTablet\":170,\"bottomPaddingTablet\":160,\"leftPaddingTablet\":30,\"rightPaddingTablet\":30,\"topPaddingMobile\":180,\"bottomPaddingMobile\":80,\"leftPaddingMobile\":20,\"rightPaddingMobile\":20,\"paddingLink\":false,\"variationSelected\":true,\"isBlockRootParent\":true,\"overlayType\":\"color\"} -->\n<div class=\"wp-block-uagb-container uagb-block-4559e17d alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/advanced-heading {\"block_id\":\"e0a066b4\",\"classMigrate\":true,\"headingDescToggle\":true,\"headingColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"subHeadingColor\":\"var(\\u002d\\u002dast-global-color-4)\",\"headingTag\":\"h1\",\"headSpace\":20,\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"blockTopPadding\":0,\"blockRightPadding\":50,\"blockLeftPadding\":0,\"blockBottomPadding\":0,\"blockTopPaddingTablet\":0,\"blockRightPaddingTablet\":20,\"blockLeftPaddingTablet\":0,\"blockBottomPaddingTablet\":0,\"blockTopPaddingMobile\":0,\"blockRightPaddingMobile\":0,\"blockLeftPaddingMobile\":0,\"blockBottomPaddingMobile\":0,\"blockPaddingUnit\":\"%\",\"blockPaddingUnitTablet\":\"%\"} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-e0a066b4\"><h1 class=\"uagb-heading-text\">Rooms &amp; Accommodation​</h1><p class=\"uagb-desc-text\">If you are looking for a home away from home, even a place your dog can come along then take a closer look into the rooms we offer and pick the one for you.</p></div>\n<!-- /wp:uagb/advanced-heading --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"5d40ff9e\",\"backgroundType\":\"color\",\"backgroundSizeTablet\":\"cover\",\"backgroundSizeMobile\":\"cover\",\"backgroundColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"topPaddingDesktop\":120,\"bottomPaddingDesktop\":120,\"topPaddingTablet\":80,\"bottomPaddingTablet\":80,\"leftPaddingTablet\":30,\"rightPaddingTablet\":30,\"topPaddingMobile\":80,\"bottomPaddingMobile\":80,\"leftPaddingMobile\":20,\"rightPaddingMobile\":20,\"paddingLink\":false,\"variationSelected\":true,\"rowGapDesktop\":0,\"isBlockRootParent\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-5d40ff9e alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/container {\"block_id\":\"2b8f6036\",\"directionDesktop\":\"row\",\"alignItemsDesktop\":\"flex-end\",\"alignItemsTablet\":\"flex-end\",\"justifyContentDesktop\":\"flex-end\",\"justifyContentTablet\":\"space-between\",\"variationSelected\":true,\"rowGapMobile\":20,\"columnGapDesktop\":0} -->\n<div class=\"wp-block-uagb-container uagb-block-2b8f6036\"><!-- wp:uagb/advanced-heading {\"block_id\":\"6ddfee50\",\"classMigrate\":true,\"headingDescToggle\":true,\"subHeadingColor\":\"\",\"headSpace\":20,\"subHeadFontSize\":16} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-6ddfee50\"><h2 class=\"uagb-heading-text\">Come &amp; Stay With Us​</h2><p class=\"uagb-desc-text\">We are pet-friendly by arrangement as each unit is separately fenced with its own grassy garden with a garden gate leading to the generous park area where pets can socialise.  We also have lovely safe off-leash walking trails on our property and beyond.  Our units are very luxurious with everything you would need and very homely and charming. Regrettably no children or group bookings.  </p></div>\n<!-- /wp:uagb/advanced-heading --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"1fdd0951\",\"directionDesktop\":\"row\",\"alignItemsTablet\":\"flex-start\",\"justifyContentDesktop\":\"flex-start\",\"topMarginDesktop\":54,\"bottomMarginDesktop\":0,\"leftMarginDesktop\":0,\"rightMarginDesktop\":0,\"marginLink\":false,\"variationSelected\":true,\"rowGapMobile\":0,\"columnGapDesktop\":0} -->\n<div class=\"wp-block-uagb-container uagb-block-1fdd0951\"><!-- wp:uagb/container {\"block_id\":\"41e50992\",\"widthDesktop\":50,\"bottomPaddingDesktop\":20,\"rightPaddingDesktop\":32,\"bottomPaddingTablet\":35,\"rightPaddingTablet\":15,\"bottomPaddingMobile\":65,\"paddingLink\":false,\"topMarginDesktop\":0,\"bottomMarginDesktop\":0,\"leftMarginDesktop\":5,\"rightMarginDesktop\":5,\"topMarginMobile\":0,\"bottomMarginMobile\":0,\"leftMarginMobile\":0,\"rightMarginMobile\":0,\"marginLink\":false,\"variationSelected\":true,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-41e50992\"><!-- wp:uagb/info-box {\"classMigrate\":true,\"headingAlign\":\"left\",\"headingColor\":\"\",\"subHeadingColor\":\"\",\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"source_type\":\"image\",\"block_id\":\"6a86a4a1\",\"ctaIcon\":\"\",\"ctaType\":\"text\",\"ctaText\":\"READ MORE\",\"ctaLinkColor\":\"var(\\u002d\\u002dast-global-color-0)\",\"ctaDecoration\":\"underline\",\"ctaFontSize\":12,\"ctaFontWeight\":\"600\",\"ctaLetterSpacing\":2,\"ctaBorderColor\":\"\",\"ctaBorderStyle\":\"\",\"ctaBorderWidth\":\"\",\"ctaBorderRadius\":\"\",\"iconBottomMargin\":30,\"iconImage\":{\"id\":279,\"title\":\"room-1\",\"filename\":\"room-1.jpg\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/room-1.jpg\",\"link\":\"https://blueroan.netgen.cloud/room-1/\",\"alt\":\"\",\"author\":\"34\",\"description\":\"\",\"caption\":\"\",\"name\":\"room-1\",\"status\":\"inherit\",\"uploadedTo\":0,\"date\":\"2021-05-11T11:38:49.000Z\",\"modified\":\"2021-05-11T11:38:49.000Z\",\"menuOrder\":0,\"mime\":\"image/jpeg\",\"type\":\"image\",\"subtype\":\"jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/default.png\",\"dateFormatted\":\"May 11, 2021\",\"nonces\":{\"update\":\"9857a9a1e0\",\"delete\":\"d6d3444d17\",\"edit\":\"9c14b53f03\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=279\\u0026action=edit\",\"meta\":false,\"authorName\":\"Rishabh\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/user-edit.php?user_id=34\",\"filesizeInBytes\":37544,\"filesizeHumanReadable\":\"37 KB\",\"context\":\"\",\"height\":400,\"width\":600,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/room-1-150x150.jpg\",\"orientation\":\"landscape\"},\"medium\":{\"height\":200,\"width\":300,\"url\":\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/room-1-300x200.jpg\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/room-1.jpg\",\"height\":400,\"width\":600,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"imageSize\":\"full\",\"imageWidth\":100,\"imageWidthMobile\":100,\"imageWidthTablet\":100,\"paddingBtnTop\":10,\"paddingBtnBottom\":10,\"paddingBtnLeft\":14,\"paddingBtnRight\":14,\"imageWidthUnit\":\"%\",\"imageWidthUnitTablet\":\"%\",\"imageWidthUnitMobile\":\"%\",\"subHeadTopMargin\":0,\"subHeadRightMargin\":40,\"subHeadLeftMargin\":0,\"subHeadMarginTopTablet\":0,\"subHeadMarginRightTablet\":0,\"subHeadTabletSpace\":20,\"subHeadMarginLeftTablet\":0,\"imgTagHeight\":66,\"imgTagWidth\":600,\"btnBorderTopWidth\":1,\"btnBorderLeftWidth\":1,\"btnBorderRightWidth\":1,\"btnBorderBottomWidth\":1,\"btnBorderTopLeftRadius\":0,\"btnBorderTopRightRadius\":0,\"btnBorderBottomLeftRadius\":0,\"btnBorderBottomRightRadius\":0,\"btnBorderStyle\":\"solid\",\"btnBorderColor\":\"#333\"} -->\n<div class=\"wp-block-uagb-info-box uagb-block-6a86a4a1 uagb-infobox__content-wrap  uagb-infobox-icon-above-title uagb-infobox-image-valign-top\"><div class=\"uagb-ifb-content\"><div class=\"uagb-ifb-image-content\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/room-1.jpg\" alt=\"\" width=\"100\" height=\"66\" loading=\"lazy\"/></div><div class=\"uagb-ifb-title-wrap\"><h3 class=\"uagb-ifb-title\">Double Deluxe Room​</h3></div><p class=\"uagb-ifb-desc\">Our double deluxe rooms are complemented with modern and luxurious amenities for a wonderful stay.</p><div class=\"uagb-ifb-button-wrapper wp-block-button\"><a href=\"\" target=\"_self\" class=\"uagb-infobox-cta-link uagb-disable-link\" rel=\"noopener noreferrer\" alt=\"\"><span class=\"uagb-inline-editing\">READ MORE</span></a></div></div></div>\n<!-- /wp:uagb/info-box --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"803998e2\",\"widthDesktop\":50,\"bottomPaddingDesktop\":20,\"rightPaddingDesktop\":32,\"bottomPaddingTablet\":35,\"rightPaddingTablet\":15,\"bottomPaddingMobile\":65,\"paddingLink\":false,\"topMarginDesktop\":0,\"bottomMarginDesktop\":0,\"leftMarginDesktop\":5,\"rightMarginDesktop\":5,\"topMarginMobile\":0,\"bottomMarginMobile\":0,\"leftMarginMobile\":0,\"rightMarginMobile\":0,\"marginLink\":false,\"variationSelected\":true,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-803998e2\"><!-- wp:uagb/info-box {\"classMigrate\":true,\"headingAlign\":\"left\",\"headingColor\":\"\",\"subHeadingColor\":\"\",\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"source_type\":\"image\",\"block_id\":\"5d1f91f2\",\"ctaIcon\":\"\",\"ctaType\":\"text\",\"ctaText\":\"READ MORE\",\"ctaLinkColor\":\"var(\\u002d\\u002dast-global-color-0)\",\"ctaDecoration\":\"underline\",\"ctaFontSize\":12,\"ctaFontWeight\":\"600\",\"ctaLetterSpacing\":2,\"ctaBorderColor\":\"\",\"ctaBorderStyle\":\"\",\"ctaBorderWidth\":\"\",\"ctaBorderRadius\":\"\",\"iconBottomMargin\":30,\"iconImage\":{\"id\":286,\"title\":\"room-2\",\"filename\":\"room-2.jpg\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/room-2.jpg\",\"link\":\"https://blueroan.netgen.cloud/room-2/\",\"alt\":\"\",\"author\":\"34\",\"description\":\"\",\"caption\":\"\",\"name\":\"room-2\",\"status\":\"inherit\",\"uploadedTo\":0,\"date\":\"2021-05-11T12:36:42.000Z\",\"modified\":\"2021-05-11T12:36:42.000Z\",\"menuOrder\":0,\"mime\":\"image/jpeg\",\"type\":\"image\",\"subtype\":\"jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/default.png\",\"dateFormatted\":\"May 11, 2021\",\"nonces\":{\"update\":\"87f5d7a5f5\",\"delete\":\"4e81d94b20\",\"edit\":\"5fab6e72b2\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=286\\u0026action=edit\",\"meta\":false,\"authorName\":\"Rishabh\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/user-edit.php?user_id=34\",\"filesizeInBytes\":43720,\"filesizeHumanReadable\":\"43 KB\",\"context\":\"\",\"height\":400,\"width\":600,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/room-2-150x150.jpg\",\"orientation\":\"landscape\"},\"medium\":{\"height\":200,\"width\":300,\"url\":\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/room-2-300x200.jpg\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/room-2.jpg\",\"height\":400,\"width\":600,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"imageSize\":\"full\",\"imageWidth\":100,\"imageWidthMobile\":100,\"imageWidthTablet\":100,\"paddingBtnTop\":10,\"paddingBtnBottom\":10,\"paddingBtnLeft\":14,\"paddingBtnRight\":14,\"imageWidthUnit\":\"%\",\"imageWidthUnitTablet\":\"%\",\"imageWidthUnitMobile\":\"%\",\"subHeadTopMargin\":0,\"subHeadRightMargin\":40,\"subHeadLeftMargin\":0,\"subHeadMarginTopTablet\":0,\"subHeadMarginRightTablet\":0,\"subHeadTabletSpace\":20,\"subHeadMarginLeftTablet\":0,\"imgTagHeight\":66,\"imgTagWidth\":600,\"btnBorderTopWidth\":1,\"btnBorderLeftWidth\":1,\"btnBorderRightWidth\":1,\"btnBorderBottomWidth\":1,\"btnBorderTopLeftRadius\":0,\"btnBorderTopRightRadius\":0,\"btnBorderBottomLeftRadius\":0,\"btnBorderBottomRightRadius\":0,\"btnBorderStyle\":\"solid\",\"btnBorderColor\":\"#333\"} -->\n<div class=\"wp-block-uagb-info-box uagb-block-5d1f91f2 uagb-infobox__content-wrap  uagb-infobox-icon-above-title uagb-infobox-image-valign-top\"><div class=\"uagb-ifb-content\"><div class=\"uagb-ifb-image-content\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/room-2.jpg\" alt=\"\" width=\"100\" height=\"66\" loading=\"lazy\"/></div><div class=\"uagb-ifb-title-wrap\"><h3 class=\"uagb-ifb-title\">Double Club Room​</h3></div><p class=\"uagb-ifb-desc\">We offer 15 club rooms designed with a vibrant touch to enhance your spirits for a happening holiday.​</p><div class=\"uagb-ifb-button-wrapper wp-block-button\"><a href=\"\" target=\"_self\" class=\"uagb-infobox-cta-link uagb-disable-link\" rel=\"noopener noreferrer\" alt=\"\"><span class=\"uagb-inline-editing\">READ MORE</span></a></div></div></div>\n<!-- /wp:uagb/info-box --></div>\n<!-- /wp:uagb/container --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"5db94bbe\",\"directionDesktop\":\"row\",\"alignItemsTablet\":\"flex-start\",\"justifyContentDesktop\":\"flex-start\",\"topMarginDesktop\":54,\"bottomMarginDesktop\":0,\"leftMarginDesktop\":0,\"rightMarginDesktop\":0,\"topMarginMobile\":0,\"bottomMarginMobile\":0,\"leftMarginMobile\":0,\"rightMarginMobile\":0,\"marginLink\":false,\"variationSelected\":true,\"rowGapMobile\":0,\"columnGapDesktop\":0} -->\n<div class=\"wp-block-uagb-container uagb-block-5db94bbe\"><!-- wp:uagb/container {\"block_id\":\"c51aabdc\",\"widthDesktop\":50,\"bottomPaddingDesktop\":20,\"rightPaddingDesktop\":32,\"bottomPaddingTablet\":35,\"leftPaddingTablet\":0,\"rightPaddingTablet\":15,\"bottomPaddingMobile\":65,\"paddingLink\":false,\"topMarginDesktop\":0,\"bottomMarginDesktop\":0,\"leftMarginDesktop\":5,\"rightMarginDesktop\":5,\"topMarginMobile\":0,\"bottomMarginMobile\":0,\"leftMarginMobile\":0,\"rightMarginMobile\":0,\"marginLink\":false,\"variationSelected\":true,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-c51aabdc\"><!-- wp:uagb/info-box {\"classMigrate\":true,\"headingAlign\":\"left\",\"headingColor\":\"\",\"subHeadingColor\":\"\",\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"source_type\":\"image\",\"block_id\":\"13c81cc4\",\"ctaIcon\":\"\",\"ctaType\":\"text\",\"ctaText\":\"READ MORE\",\"ctaLinkColor\":\"var(\\u002d\\u002dast-global-color-0)\",\"ctaDecoration\":\"underline\",\"ctaFontSize\":12,\"ctaFontWeight\":\"600\",\"ctaLetterSpacing\":2,\"ctaBorderColor\":\"\",\"ctaBorderStyle\":\"\",\"ctaBorderWidth\":\"\",\"ctaBorderRadius\":\"\",\"iconBottomMargin\":30,\"iconImage\":{\"id\":288,\"title\":\"room-3\",\"filename\":\"room-3-1.jpg\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/room-3-1.jpg\",\"link\":\"https://blueroan.netgen.cloud/room-3-2/\",\"alt\":\"\",\"author\":\"34\",\"description\":\"\",\"caption\":\"\",\"name\":\"room-3-2\",\"status\":\"inherit\",\"uploadedTo\":0,\"date\":\"2021-05-11T12:38:58.000Z\",\"modified\":\"2021-05-11T12:38:58.000Z\",\"menuOrder\":0,\"mime\":\"image/jpeg\",\"type\":\"image\",\"subtype\":\"jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/default.png\",\"dateFormatted\":\"May 11, 2021\",\"nonces\":{\"update\":\"13dbecb562\",\"delete\":\"d65fb58bac\",\"edit\":\"dc499da5fa\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=288\\u0026action=edit\",\"meta\":false,\"authorName\":\"Rishabh\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/user-edit.php?user_id=34\",\"filesizeInBytes\":26280,\"filesizeHumanReadable\":\"26 KB\",\"context\":\"\",\"height\":400,\"width\":600,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/room-3-1-150x150.jpg\",\"orientation\":\"landscape\"},\"medium\":{\"height\":200,\"width\":300,\"url\":\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/room-3-1-300x200.jpg\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/room-3-1.jpg\",\"height\":400,\"width\":600,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"imageSize\":\"full\",\"imageWidth\":100,\"imageWidthMobile\":100,\"imageWidthTablet\":100,\"paddingBtnTop\":10,\"paddingBtnBottom\":10,\"paddingBtnLeft\":14,\"paddingBtnRight\":14,\"imageWidthUnit\":\"%\",\"imageWidthUnitTablet\":\"%\",\"imageWidthUnitMobile\":\"%\",\"subHeadTopMargin\":0,\"subHeadRightMargin\":40,\"subHeadLeftMargin\":0,\"subHeadMarginTopTablet\":0,\"subHeadMarginRightTablet\":0,\"subHeadTabletSpace\":20,\"subHeadMarginLeftTablet\":0,\"imgTagHeight\":66,\"imgTagWidth\":600,\"btnBorderTopWidth\":1,\"btnBorderLeftWidth\":1,\"btnBorderRightWidth\":1,\"btnBorderBottomWidth\":1,\"btnBorderTopLeftRadius\":0,\"btnBorderTopRightRadius\":0,\"btnBorderBottomLeftRadius\":0,\"btnBorderBottomRightRadius\":0,\"btnBorderStyle\":\"solid\",\"btnBorderColor\":\"#333\"} -->\n<div class=\"wp-block-uagb-info-box uagb-block-13c81cc4 uagb-infobox__content-wrap  uagb-infobox-icon-above-title uagb-infobox-image-valign-top\"><div class=\"uagb-ifb-content\"><div class=\"uagb-ifb-image-content\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/room-3-1.jpg\" alt=\"\" width=\"100\" height=\"66\" loading=\"lazy\"/></div><div class=\"uagb-ifb-title-wrap\"><h3 class=\"uagb-ifb-title\">Standard Suite​</h3></div><p class=\"uagb-ifb-desc\">If you are looking for a room that gives you both space and luxury at a reasonable price, this is the one for you.</p><div class=\"uagb-ifb-button-wrapper wp-block-button\"><a href=\"\" target=\"_self\" class=\"uagb-infobox-cta-link uagb-disable-link\" rel=\"noopener noreferrer\" alt=\"\"><span class=\"uagb-inline-editing\">READ MORE</span></a></div></div></div>\n<!-- /wp:uagb/info-box --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"1e45de59\",\"widthDesktop\":50,\"bottomPaddingDesktop\":20,\"rightPaddingDesktop\":32,\"bottomPaddingTablet\":35,\"rightPaddingTablet\":15,\"bottomPaddingMobile\":65,\"paddingLink\":false,\"topMarginDesktop\":0,\"bottomMarginDesktop\":0,\"leftMarginDesktop\":5,\"rightMarginDesktop\":5,\"topMarginMobile\":0,\"bottomMarginMobile\":0,\"leftMarginMobile\":0,\"rightMarginMobile\":0,\"marginLink\":false,\"variationSelected\":true,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-1e45de59\"><!-- wp:uagb/info-box {\"classMigrate\":true,\"headingAlign\":\"left\",\"headingColor\":\"\",\"subHeadingColor\":\"\",\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"source_type\":\"image\",\"block_id\":\"4af9834e\",\"ctaIcon\":\"\",\"ctaType\":\"text\",\"ctaText\":\"READ MORE\",\"ctaLinkColor\":\"var(\\u002d\\u002dast-global-color-0)\",\"ctaDecoration\":\"underline\",\"ctaFontSize\":12,\"ctaFontWeight\":\"600\",\"ctaLetterSpacing\":2,\"ctaBorderColor\":\"\",\"ctaBorderStyle\":\"\",\"ctaBorderWidth\":\"\",\"ctaBorderRadius\":\"\",\"iconBottomMargin\":30,\"iconImage\":{\"id\":284,\"title\":\"room-4\",\"filename\":\"room-4-1.jpg\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/room-4-1.jpg\",\"link\":\"https://blueroan.netgen.cloud/room-4-2/\",\"alt\":\"\",\"author\":\"34\",\"description\":\"\",\"caption\":\"\",\"name\":\"room-4-2\",\"status\":\"inherit\",\"uploadedTo\":0,\"date\":\"2021-05-11T12:34:14.000Z\",\"modified\":\"2021-05-11T12:34:14.000Z\",\"menuOrder\":0,\"mime\":\"image/jpeg\",\"type\":\"image\",\"subtype\":\"jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/default.png\",\"dateFormatted\":\"May 11, 2021\",\"nonces\":{\"update\":\"7cafb104e4\",\"delete\":\"c76125dda4\",\"edit\":\"a40254c450\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=284\\u0026action=edit\",\"meta\":false,\"authorName\":\"Rishabh\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/user-edit.php?user_id=34\",\"filesizeInBytes\":40918,\"filesizeHumanReadable\":\"40 KB\",\"context\":\"\",\"height\":400,\"width\":600,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/room-4-1-150x150.jpg\",\"orientation\":\"landscape\"},\"medium\":{\"height\":200,\"width\":300,\"url\":\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/room-4-1-300x200.jpg\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/room-4-1.jpg\",\"height\":400,\"width\":600,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"imageSize\":\"full\",\"imageWidth\":100,\"imageWidthMobile\":100,\"imageWidthTablet\":100,\"paddingBtnTop\":10,\"paddingBtnBottom\":10,\"paddingBtnLeft\":14,\"paddingBtnRight\":14,\"imageWidthUnit\":\"%\",\"imageWidthUnitTablet\":\"%\",\"imageWidthUnitMobile\":\"%\",\"subHeadTopMargin\":0,\"subHeadRightMargin\":40,\"subHeadLeftMargin\":0,\"subHeadMarginTopTablet\":0,\"subHeadMarginRightTablet\":0,\"subHeadTabletSpace\":20,\"subHeadMarginLeftTablet\":0,\"imgTagHeight\":66,\"imgTagWidth\":600,\"btnBorderTopWidth\":1,\"btnBorderLeftWidth\":1,\"btnBorderRightWidth\":1,\"btnBorderBottomWidth\":1,\"btnBorderTopLeftRadius\":0,\"btnBorderTopRightRadius\":0,\"btnBorderBottomLeftRadius\":0,\"btnBorderBottomRightRadius\":0,\"btnBorderStyle\":\"solid\",\"btnBorderColor\":\"#333\"} -->\n<div class=\"wp-block-uagb-info-box uagb-block-4af9834e uagb-infobox__content-wrap  uagb-infobox-icon-above-title uagb-infobox-image-valign-top\"><div class=\"uagb-ifb-content\"><div class=\"uagb-ifb-image-content\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/room-4-1.jpg\" alt=\"\" width=\"100\" height=\"66\" loading=\"lazy\"/></div><div class=\"uagb-ifb-title-wrap\"><h3 class=\"uagb-ifb-title\">Executive Suite​</h3></div><p class=\"uagb-ifb-desc\">Experience luxury in style in our executive suites. These rooms also give you a beautiful view of the city.</p><div class=\"uagb-ifb-button-wrapper wp-block-button\"><a href=\"\" target=\"_self\" class=\"uagb-infobox-cta-link uagb-disable-link\" rel=\"noopener noreferrer\" alt=\"\"><span class=\"uagb-inline-editing\">READ MORE</span></a></div></div></div>\n<!-- /wp:uagb/info-box --></div>\n<!-- /wp:uagb/container --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"41bfbd0d\",\"directionDesktop\":\"row\",\"justifyContentDesktop\":\"flex-start\",\"topMarginDesktop\":54,\"bottomMarginDesktop\":0,\"leftMarginDesktop\":0,\"rightMarginDesktop\":0,\"topMarginMobile\":0,\"bottomMarginMobile\":0,\"leftMarginMobile\":0,\"rightMarginMobile\":0,\"marginLink\":false,\"variationSelected\":true,\"rowGapMobile\":0,\"columnGapDesktop\":0} -->\n<div class=\"wp-block-uagb-container uagb-block-41bfbd0d\"><!-- wp:uagb/container {\"block_id\":\"de8e732b\",\"widthDesktop\":50,\"bottomPaddingDesktop\":20,\"rightPaddingDesktop\":32,\"bottomPaddingTablet\":35,\"rightPaddingTablet\":15,\"bottomPaddingMobile\":65,\"paddingLink\":false,\"topMarginDesktop\":0,\"bottomMarginDesktop\":0,\"leftMarginDesktop\":5,\"rightMarginDesktop\":5,\"topMarginMobile\":0,\"bottomMarginMobile\":0,\"leftMarginMobile\":0,\"rightMarginMobile\":0,\"marginLink\":false,\"variationSelected\":true,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-de8e732b\"><!-- wp:uagb/info-box {\"classMigrate\":true,\"headingAlign\":\"left\",\"headingColor\":\"\",\"subHeadingColor\":\"\",\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"source_type\":\"image\",\"block_id\":\"9919e0c7\",\"ctaIcon\":\"\",\"ctaType\":\"text\",\"ctaText\":\"READ MORE\",\"ctaLinkColor\":\"var(\\u002d\\u002dast-global-color-0)\",\"ctaDecoration\":\"underline\",\"ctaFontSize\":12,\"ctaFontWeight\":\"600\",\"ctaLetterSpacing\":2,\"ctaBorderColor\":\"\",\"ctaBorderStyle\":\"\",\"ctaBorderWidth\":\"\",\"ctaBorderRadius\":\"\",\"iconBottomMargin\":30,\"iconImage\":{\"id\":289,\"title\":\"room-5\",\"filename\":\"room-5.jpg\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/room-5.jpg\",\"link\":\"https://blueroan.netgen.cloud/room-5/\",\"alt\":\"\",\"author\":\"34\",\"description\":\"\",\"caption\":\"\",\"name\":\"room-5\",\"status\":\"inherit\",\"uploadedTo\":0,\"date\":\"2021-05-11T12:41:05.000Z\",\"modified\":\"2021-05-11T12:41:05.000Z\",\"menuOrder\":0,\"mime\":\"image/jpeg\",\"type\":\"image\",\"subtype\":\"jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/default.png\",\"dateFormatted\":\"May 11, 2021\",\"nonces\":{\"update\":\"67479f178f\",\"delete\":\"0a3770770f\",\"edit\":\"881fd0ea74\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=289\\u0026action=edit\",\"meta\":false,\"authorName\":\"Rishabh\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/user-edit.php?user_id=34\",\"filesizeInBytes\":49173,\"filesizeHumanReadable\":\"48 KB\",\"context\":\"\",\"height\":400,\"width\":600,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/room-5-150x150.jpg\",\"orientation\":\"landscape\"},\"medium\":{\"height\":200,\"width\":300,\"url\":\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/room-5-300x200.jpg\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/room-5.jpg\",\"height\":400,\"width\":600,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"imageSize\":\"full\",\"imageWidth\":100,\"imageWidthMobile\":100,\"imageWidthTablet\":100,\"paddingBtnTop\":10,\"paddingBtnBottom\":10,\"paddingBtnLeft\":14,\"paddingBtnRight\":14,\"imageWidthUnit\":\"%\",\"imageWidthUnitTablet\":\"%\",\"imageWidthUnitMobile\":\"%\",\"subHeadTopMargin\":0,\"subHeadRightMargin\":40,\"subHeadLeftMargin\":0,\"subHeadMarginTopTablet\":0,\"subHeadMarginRightTablet\":0,\"subHeadTabletSpace\":20,\"subHeadMarginLeftTablet\":0,\"imgTagHeight\":66,\"imgTagWidth\":600,\"btnBorderTopWidth\":1,\"btnBorderLeftWidth\":1,\"btnBorderRightWidth\":1,\"btnBorderBottomWidth\":1,\"btnBorderTopLeftRadius\":0,\"btnBorderTopRightRadius\":0,\"btnBorderBottomLeftRadius\":0,\"btnBorderBottomRightRadius\":0,\"btnBorderStyle\":\"solid\",\"btnBorderColor\":\"#333\"} -->\n<div class=\"wp-block-uagb-info-box uagb-block-9919e0c7 uagb-infobox__content-wrap  uagb-infobox-icon-above-title uagb-infobox-image-valign-top\"><div class=\"uagb-ifb-content\"><div class=\"uagb-ifb-image-content\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/room-5.jpg\" alt=\"\" width=\"100\" height=\"66\" loading=\"lazy\"/></div><div class=\"uagb-ifb-title-wrap\"><h3 class=\"uagb-ifb-title\">Grand Suite​</h3></div><p class=\"uagb-ifb-desc\">This is the second-highest ranked room in our hotel that offers luxury with the most advanced amenities.</p><div class=\"uagb-ifb-button-wrapper wp-block-button\"><a href=\"\" target=\"_self\" class=\"uagb-infobox-cta-link uagb-disable-link\" rel=\"noopener noreferrer\" alt=\"\"><span class=\"uagb-inline-editing\">READ MORE</span></a></div></div></div>\n<!-- /wp:uagb/info-box --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"f6f25042\",\"widthDesktop\":50,\"bottomPaddingDesktop\":20,\"rightPaddingDesktop\":32,\"bottomPaddingTablet\":35,\"rightPaddingTablet\":15,\"paddingLink\":false,\"topMarginDesktop\":0,\"bottomMarginDesktop\":0,\"leftMarginDesktop\":5,\"rightMarginDesktop\":5,\"topMarginMobile\":0,\"bottomMarginMobile\":0,\"leftMarginMobile\":0,\"rightMarginMobile\":0,\"marginLink\":false,\"variationSelected\":true,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-f6f25042\"><!-- wp:uagb/info-box {\"classMigrate\":true,\"headingAlign\":\"left\",\"headingColor\":\"\",\"subHeadingColor\":\"\",\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"source_type\":\"image\",\"block_id\":\"6c41716a\",\"ctaIcon\":\"\",\"ctaType\":\"text\",\"ctaText\":\"READ MORE\",\"ctaLinkColor\":\"var(\\u002d\\u002dast-global-color-0)\",\"ctaDecoration\":\"underline\",\"ctaFontSize\":12,\"ctaFontWeight\":\"600\",\"ctaLetterSpacing\":2,\"ctaBorderColor\":\"\",\"ctaBorderStyle\":\"\",\"ctaBorderWidth\":\"\",\"ctaBorderRadius\":\"\",\"iconBottomMargin\":30,\"iconImage\":{\"id\":290,\"title\":\"room-6\",\"filename\":\"room-6.jpg\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/room-6.jpg\",\"link\":\"https://blueroan.netgen.cloud/room-6/\",\"alt\":\"\",\"author\":\"34\",\"description\":\"\",\"caption\":\"\",\"name\":\"room-6\",\"status\":\"inherit\",\"uploadedTo\":0,\"date\":\"2021-05-11T12:42:24.000Z\",\"modified\":\"2021-05-11T12:42:24.000Z\",\"menuOrder\":0,\"mime\":\"image/jpeg\",\"type\":\"image\",\"subtype\":\"jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/default.png\",\"dateFormatted\":\"May 11, 2021\",\"nonces\":{\"update\":\"ca0f21bc6b\",\"delete\":\"aeb89ca3d4\",\"edit\":\"4be159def3\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=290\\u0026action=edit\",\"meta\":false,\"authorName\":\"Rishabh\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/user-edit.php?user_id=34\",\"filesizeInBytes\":50081,\"filesizeHumanReadable\":\"49 KB\",\"context\":\"\",\"height\":400,\"width\":600,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/room-6-150x150.jpg\",\"orientation\":\"landscape\"},\"medium\":{\"height\":200,\"width\":300,\"url\":\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/room-6-300x200.jpg\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/room-6.jpg\",\"height\":400,\"width\":600,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"imageSize\":\"full\",\"imageWidth\":100,\"imageWidthMobile\":100,\"imageWidthTablet\":100,\"paddingBtnTop\":10,\"paddingBtnBottom\":10,\"paddingBtnLeft\":14,\"paddingBtnRight\":14,\"imageWidthUnit\":\"%\",\"imageWidthUnitTablet\":\"%\",\"imageWidthUnitMobile\":\"%\",\"subHeadTopMargin\":0,\"subHeadRightMargin\":40,\"subHeadLeftMargin\":0,\"subHeadMarginTopTablet\":0,\"subHeadMarginRightTablet\":0,\"subHeadTabletSpace\":20,\"subHeadMarginLeftTablet\":0,\"imgTagHeight\":66,\"imgTagWidth\":600,\"btnBorderTopWidth\":1,\"btnBorderLeftWidth\":1,\"btnBorderRightWidth\":1,\"btnBorderBottomWidth\":1,\"btnBorderTopLeftRadius\":0,\"btnBorderTopRightRadius\":0,\"btnBorderBottomLeftRadius\":0,\"btnBorderBottomRightRadius\":0,\"btnBorderStyle\":\"solid\",\"btnBorderColor\":\"#333\"} -->\n<div class=\"wp-block-uagb-info-box uagb-block-6c41716a uagb-infobox__content-wrap  uagb-infobox-icon-above-title uagb-infobox-image-valign-top\"><div class=\"uagb-ifb-content\"><div class=\"uagb-ifb-image-content\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/room-6.jpg\" alt=\"\" width=\"100\" height=\"66\" loading=\"lazy\"/></div><div class=\"uagb-ifb-title-wrap\"><h3 class=\"uagb-ifb-title\">Presidential Suite​</h3></div><p class=\"uagb-ifb-desc\">Wish to live like a king? Here’s the top presidential suite where you can spend the best days of your life.</p><div class=\"uagb-ifb-button-wrapper wp-block-button\"><a href=\"\" target=\"_self\" class=\"uagb-infobox-cta-link uagb-disable-link\" rel=\"noopener noreferrer\" alt=\"\"><span class=\"uagb-inline-editing\">READ MORE</span></a></div></div></div>\n<!-- /wp:uagb/info-box --></div>\n<!-- /wp:uagb/container --></div>\n<!-- /wp:uagb/container --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"ac47b83a\",\"innerContentCustomWidthDesktop\":781,\"innerContentCustomWidthTablet\":781,\"backgroundType\":\"image\",\"backgroundImageDesktop\":{\"id\":54,\"title\":\"background-img\",\"filename\":\"background-img-1.jpg\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/background-img-1.jpg\",\"link\":\"https://blueroan.netgen.cloud/background-img-2/\",\"alt\":\"\",\"author\":\"34\",\"description\":\"\",\"caption\":\"\",\"name\":\"background-img-2\",\"status\":\"inherit\",\"uploadedTo\":0,\"date\":\"2021-05-07T10:11:37.000Z\",\"modified\":\"2021-05-07T10:11:37.000Z\",\"menuOrder\":0,\"mime\":\"image/jpeg\",\"type\":\"image\",\"subtype\":\"jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/default.png\",\"dateFormatted\":\"May 7, 2021\",\"nonces\":{\"update\":\"bb999636b9\",\"delete\":\"d2e1375bc4\",\"edit\":\"005dd2f0c9\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=54\\u0026action=edit\",\"meta\":false,\"authorName\":\"Rishabh\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/user-edit.php?user_id=34\",\"filesizeInBytes\":338858,\"filesizeHumanReadable\":\"331 KB\",\"context\":\"\",\"height\":1080,\"width\":1920,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/background-img-1-150x150.jpg\",\"orientation\":\"landscape\"},\"medium\":{\"height\":169,\"width\":300,\"url\":\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/background-img-1-300x169.jpg\",\"orientation\":\"landscape\"},\"large\":{\"height\":576,\"width\":1024,\"url\":\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/background-img-1-1024x576.jpg\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/background-img-1.jpg\",\"height\":1080,\"width\":1920,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"backgroundImageColor\":\"rgba(42,42,42,0.65)\",\"topPaddingDesktop\":144,\"bottomPaddingDesktop\":144,\"leftPaddingDesktop\":40,\"rightPaddingDesktop\":40,\"topPaddingTablet\":80,\"bottomPaddingTablet\":80,\"leftPaddingTablet\":40,\"rightPaddingTablet\":40,\"topPaddingMobile\":64,\"bottomPaddingMobile\":64,\"leftPaddingMobile\":24,\"rightPaddingMobile\":24,\"paddingLink\":false,\"variationSelected\":true,\"isBlockRootParent\":true,\"overlayType\":\"color\"} -->\n<div class=\"wp-block-uagb-container uagb-block-ac47b83a alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/advanced-heading {\"block_id\":\"d3998b1f\",\"classMigrate\":true,\"headingDescToggle\":true,\"headingAlign\":\"center\",\"headingColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"subHeadingColor\":\"var(\\u002d\\u002dast-global-color-4)\",\"headSpace\":20} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-d3998b1f\"><h2 class=\"uagb-heading-text\">Plan an Unforgettable Experience in Mykonos Today!</h2><p class=\"uagb-desc-text\">We can help you fit your stay and experience within your allotted budget.</p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/advanced-heading {\"block_id\":\"688dc151\",\"classMigrate\":true,\"headingTitleToggle\":false,\"headingDescToggle\":true,\"headingAlign\":\"center\",\"subHeadingColor\":\"var(\\u002d\\u002dast-global-color-4)\",\"subHeadTransform\":\"uppercase\",\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"subHeadLetterSpacing\":2,\"blockTopPadding\":60,\"blockRightPadding\":0,\"blockLeftPadding\":0,\"blockBottomPadding\":0,\"blockTopPaddingMobile\":30,\"blockRightPaddingMobile\":0,\"blockLeftPaddingMobile\":0,\"blockBottomPaddingMobile\":0} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-688dc151\"><p class=\"uagb-desc-text\">BOOK YOUR STAY NOW​</p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/icon-list {\"block_id\":\"90b7ddc2\",\"classMigrate\":true,\"childMigrate\":true,\"align\":\"center\",\"parentIcon\":\"phone\",\"size\":40,\"sizeMobile\":24,\"sizeTablet\":32,\"fontSize\":48,\"fontSizeMobile\":28,\"fontSizeTablet\":40,\"fontWeight\":\"600\",\"iconColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"labelColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"blockTopPadding\":0,\"blockRightPadding\":0,\"blockLeftPadding\":0,\"blockBottomPadding\":24,\"blockPaddingLink\":false} -->\n<div class=\"wp-block-uagb-icon-list uagb-block-90b7ddc2\"><div class=\"uagb-icon-list__wrap\"><!-- wp:uagb/icon-list-child {\"block_id\":\"d687e02d\",\"label\":\"+1-123 456 7890​\",\"label_color\":\"\",\"fromParentIcon\":\"phone\",\"imageSizeChild\":40} -->\n<div class=\"wp-block-uagb-icon-list-child uagb-block-d687e02d\"><span class=\"uagb-icon-list__source-wrap\"><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M511.2 387l-23.25 100.8c-3.266 14.25-15.79 24.22-30.46 24.22C205.2 512 0 306.8 0 54.5c0-14.66 9.969-27.2 24.22-30.45l100.8-23.25C139.7-2.602 154.7 5.018 160.8 18.92l46.52 108.5c5.438 12.78 1.77 27.67-8.98 36.45L144.5 207.1c33.98 69.22 90.26 125.5 159.5 159.5l44.08-53.8c8.688-10.78 23.69-14.51 36.47-8.975l108.5 46.51C506.1 357.2 514.6 372.4 511.2 387z\"></path></svg></span><span class=\"uagb-icon-list__label\">+1-123 456 7890​</span></div>\n<!-- /wp:uagb/icon-list-child --></div></div>\n<!-- /wp:uagb/icon-list --></div></div>\n<!-- /wp:uagb/container -->',	'Accommodation',	'',	'inherit',	'closed',	'closed',	'',	'761-revision-v1',	'',	'',	'2022-12-13 12:57:25',	'2022-12-13 12:57:25',	'',	761,	'https://blueroan.netgen.cloud/?p=858',	0,	'revision',	'',	0),
(859,	2,	'2022-12-13 12:58:13',	'2022-12-13 12:58:13',	'<!-- wp:uagb/container {\"block_id\":\"4559e17d\",\"backgroundType\":\"image\",\"backgroundImageDesktop\":{\"id\":797,\"title\":\"blue-roan-guest-farm (13)\",\"filename\":\"blue-roan-guest-farm-13.jpg\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-13.jpg\",\"link\":\"https://blueroan.netgen.cloud/home/blue-roan-guest-farm-13/\",\"alt\":\"\",\"author\":\"2\",\"description\":\"\",\"caption\":\"\",\"name\":\"blue-roan-guest-farm-13\",\"status\":\"inherit\",\"uploadedTo\":760,\"date\":\"2022-12-13T09:37:10.000Z\",\"modified\":\"2022-12-13T09:37:10.000Z\",\"menuOrder\":0,\"mime\":\"image/jpeg\",\"type\":\"image\",\"subtype\":\"jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-includes/images/media/default.png\",\"dateFormatted\":\"December 13, 2022\",\"nonces\":{\"update\":\"88c7dafe15\",\"delete\":\"0e63c986af\",\"edit\":\"ba0aad2d7f\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=797\\u0026action=edit\",\"meta\":false,\"authorName\":\"Netgen Support\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/profile.php\",\"uploadedToTitle\":\"Home\",\"uploadedToLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=760\\u0026action=edit\",\"filesizeInBytes\":201183,\"filesizeHumanReadable\":\"196 KB\",\"context\":\"\",\"height\":667,\"width\":1000,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-13-150x150.jpg\",\"orientation\":\"landscape\"},\"medium\":{\"height\":200,\"width\":300,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-13-300x200.jpg\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-13.jpg\",\"height\":667,\"width\":1000,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"backgroundPositionDesktop\":{\"x\":0.62,\"y\":0.78},\"backgroundSizeTablet\":\"cover\",\"backgroundSizeMobile\":\"cover\",\"backgroundColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"backgroundImageColor\":\"rgba(42,42,42,0.5)\",\"topPaddingDesktop\":220,\"bottomPaddingDesktop\":150,\"topPaddingTablet\":170,\"bottomPaddingTablet\":160,\"leftPaddingTablet\":30,\"rightPaddingTablet\":30,\"topPaddingMobile\":180,\"bottomPaddingMobile\":80,\"leftPaddingMobile\":20,\"rightPaddingMobile\":20,\"paddingLink\":false,\"variationSelected\":true,\"isBlockRootParent\":true,\"overlayType\":\"color\"} -->\n<div class=\"wp-block-uagb-container uagb-block-4559e17d alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/advanced-heading {\"block_id\":\"e0a066b4\",\"classMigrate\":true,\"headingDescToggle\":true,\"headingColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"subHeadingColor\":\"var(\\u002d\\u002dast-global-color-4)\",\"headingTag\":\"h1\",\"headSpace\":20,\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"blockTopPadding\":0,\"blockRightPadding\":50,\"blockLeftPadding\":0,\"blockBottomPadding\":0,\"blockTopPaddingTablet\":0,\"blockRightPaddingTablet\":20,\"blockLeftPaddingTablet\":0,\"blockBottomPaddingTablet\":0,\"blockTopPaddingMobile\":0,\"blockRightPaddingMobile\":0,\"blockLeftPaddingMobile\":0,\"blockBottomPaddingMobile\":0,\"blockPaddingUnit\":\"%\",\"blockPaddingUnitTablet\":\"%\"} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-e0a066b4\"><h1 class=\"uagb-heading-text\">Rooms &amp; Accommodation​</h1><p class=\"uagb-desc-text\">If you are looking for a home away from home, even a place your dog can come along then take a closer look into the rooms we offer and pick the one for you.</p></div>\n<!-- /wp:uagb/advanced-heading --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"5d40ff9e\",\"backgroundType\":\"color\",\"backgroundSizeTablet\":\"cover\",\"backgroundSizeMobile\":\"cover\",\"backgroundColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"topPaddingDesktop\":120,\"bottomPaddingDesktop\":120,\"topPaddingTablet\":80,\"bottomPaddingTablet\":80,\"leftPaddingTablet\":30,\"rightPaddingTablet\":30,\"topPaddingMobile\":80,\"bottomPaddingMobile\":80,\"leftPaddingMobile\":20,\"rightPaddingMobile\":20,\"paddingLink\":false,\"variationSelected\":true,\"rowGapDesktop\":0,\"isBlockRootParent\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-5d40ff9e alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/container {\"block_id\":\"2b8f6036\",\"directionDesktop\":\"row\",\"alignItemsDesktop\":\"flex-end\",\"alignItemsTablet\":\"flex-end\",\"justifyContentDesktop\":\"flex-end\",\"justifyContentTablet\":\"space-between\",\"variationSelected\":true,\"rowGapMobile\":20,\"columnGapDesktop\":0} -->\n<div class=\"wp-block-uagb-container uagb-block-2b8f6036\"><!-- wp:uagb/advanced-heading {\"block_id\":\"6ddfee50\",\"classMigrate\":true,\"headingDescToggle\":true,\"subHeadingColor\":\"\",\"headSpace\":20,\"subHeadFontSize\":16} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-6ddfee50\"><h2 class=\"uagb-heading-text\">Come &amp; Stay With Us​</h2><p class=\"uagb-desc-text\">We have 7 lovely brick self-catering units, each one private and with its own character and theme.  They are designed exclusively for couples with or without pets wanting a romantic and peaceful place to connect, reconnect, celebrate special occasions, or somewhere quiet and comfortable to come for a holiday. <br>We are pet-friendly by arrangement as each unit is separately fenced with its own grassy garden with a garden gate leading to the generous park area where pets can socialize.  We also have lovely safe off-leash walking trails on our property and beyond.  Our units are very luxurious with everything you would need and very homely and charming. Regrettably no children or group bookings.  </p></div>\n<!-- /wp:uagb/advanced-heading --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"1fdd0951\",\"directionDesktop\":\"row\",\"alignItemsTablet\":\"flex-start\",\"justifyContentDesktop\":\"flex-start\",\"topMarginDesktop\":54,\"bottomMarginDesktop\":0,\"leftMarginDesktop\":0,\"rightMarginDesktop\":0,\"marginLink\":false,\"variationSelected\":true,\"rowGapMobile\":0,\"columnGapDesktop\":0} -->\n<div class=\"wp-block-uagb-container uagb-block-1fdd0951\"><!-- wp:uagb/container {\"block_id\":\"41e50992\",\"widthDesktop\":50,\"bottomPaddingDesktop\":20,\"rightPaddingDesktop\":32,\"bottomPaddingTablet\":35,\"rightPaddingTablet\":15,\"bottomPaddingMobile\":65,\"paddingLink\":false,\"topMarginDesktop\":0,\"bottomMarginDesktop\":0,\"leftMarginDesktop\":5,\"rightMarginDesktop\":5,\"topMarginMobile\":0,\"bottomMarginMobile\":0,\"leftMarginMobile\":0,\"rightMarginMobile\":0,\"marginLink\":false,\"variationSelected\":true,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-41e50992\"><!-- wp:uagb/info-box {\"classMigrate\":true,\"headingAlign\":\"left\",\"headingColor\":\"\",\"subHeadingColor\":\"\",\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"source_type\":\"image\",\"block_id\":\"6a86a4a1\",\"ctaIcon\":\"\",\"ctaType\":\"text\",\"ctaText\":\"READ MORE\",\"ctaLinkColor\":\"var(\\u002d\\u002dast-global-color-0)\",\"ctaDecoration\":\"underline\",\"ctaFontSize\":12,\"ctaFontWeight\":\"600\",\"ctaLetterSpacing\":2,\"ctaBorderColor\":\"\",\"ctaBorderStyle\":\"\",\"ctaBorderWidth\":\"\",\"ctaBorderRadius\":\"\",\"iconBottomMargin\":30,\"iconImage\":{\"id\":279,\"title\":\"room-1\",\"filename\":\"room-1.jpg\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/room-1.jpg\",\"link\":\"https://blueroan.netgen.cloud/room-1/\",\"alt\":\"\",\"author\":\"34\",\"description\":\"\",\"caption\":\"\",\"name\":\"room-1\",\"status\":\"inherit\",\"uploadedTo\":0,\"date\":\"2021-05-11T11:38:49.000Z\",\"modified\":\"2021-05-11T11:38:49.000Z\",\"menuOrder\":0,\"mime\":\"image/jpeg\",\"type\":\"image\",\"subtype\":\"jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/default.png\",\"dateFormatted\":\"May 11, 2021\",\"nonces\":{\"update\":\"9857a9a1e0\",\"delete\":\"d6d3444d17\",\"edit\":\"9c14b53f03\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=279\\u0026action=edit\",\"meta\":false,\"authorName\":\"Rishabh\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/user-edit.php?user_id=34\",\"filesizeInBytes\":37544,\"filesizeHumanReadable\":\"37 KB\",\"context\":\"\",\"height\":400,\"width\":600,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/room-1-150x150.jpg\",\"orientation\":\"landscape\"},\"medium\":{\"height\":200,\"width\":300,\"url\":\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/room-1-300x200.jpg\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/room-1.jpg\",\"height\":400,\"width\":600,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"imageSize\":\"full\",\"imageWidth\":100,\"imageWidthMobile\":100,\"imageWidthTablet\":100,\"paddingBtnTop\":10,\"paddingBtnBottom\":10,\"paddingBtnLeft\":14,\"paddingBtnRight\":14,\"imageWidthUnit\":\"%\",\"imageWidthUnitTablet\":\"%\",\"imageWidthUnitMobile\":\"%\",\"subHeadTopMargin\":0,\"subHeadRightMargin\":40,\"subHeadLeftMargin\":0,\"subHeadMarginTopTablet\":0,\"subHeadMarginRightTablet\":0,\"subHeadTabletSpace\":20,\"subHeadMarginLeftTablet\":0,\"imgTagHeight\":66,\"imgTagWidth\":600,\"btnBorderTopWidth\":1,\"btnBorderLeftWidth\":1,\"btnBorderRightWidth\":1,\"btnBorderBottomWidth\":1,\"btnBorderTopLeftRadius\":0,\"btnBorderTopRightRadius\":0,\"btnBorderBottomLeftRadius\":0,\"btnBorderBottomRightRadius\":0,\"btnBorderStyle\":\"solid\",\"btnBorderColor\":\"#333\"} -->\n<div class=\"wp-block-uagb-info-box uagb-block-6a86a4a1 uagb-infobox__content-wrap  uagb-infobox-icon-above-title uagb-infobox-image-valign-top\"><div class=\"uagb-ifb-content\"><div class=\"uagb-ifb-image-content\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/room-1.jpg\" alt=\"\" width=\"100\" height=\"66\" loading=\"lazy\"/></div><div class=\"uagb-ifb-title-wrap\"><h3 class=\"uagb-ifb-title\">Double Deluxe Room​</h3></div><p class=\"uagb-ifb-desc\">Our double deluxe rooms are complemented with modern and luxurious amenities for a wonderful stay.</p><div class=\"uagb-ifb-button-wrapper wp-block-button\"><a href=\"\" target=\"_self\" class=\"uagb-infobox-cta-link uagb-disable-link\" rel=\"noopener noreferrer\" alt=\"\"><span class=\"uagb-inline-editing\">READ MORE</span></a></div></div></div>\n<!-- /wp:uagb/info-box --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"803998e2\",\"widthDesktop\":50,\"bottomPaddingDesktop\":20,\"rightPaddingDesktop\":32,\"bottomPaddingTablet\":35,\"rightPaddingTablet\":15,\"bottomPaddingMobile\":65,\"paddingLink\":false,\"topMarginDesktop\":0,\"bottomMarginDesktop\":0,\"leftMarginDesktop\":5,\"rightMarginDesktop\":5,\"topMarginMobile\":0,\"bottomMarginMobile\":0,\"leftMarginMobile\":0,\"rightMarginMobile\":0,\"marginLink\":false,\"variationSelected\":true,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-803998e2\"><!-- wp:uagb/info-box {\"classMigrate\":true,\"headingAlign\":\"left\",\"headingColor\":\"\",\"subHeadingColor\":\"\",\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"source_type\":\"image\",\"block_id\":\"5d1f91f2\",\"ctaIcon\":\"\",\"ctaType\":\"text\",\"ctaText\":\"READ MORE\",\"ctaLinkColor\":\"var(\\u002d\\u002dast-global-color-0)\",\"ctaDecoration\":\"underline\",\"ctaFontSize\":12,\"ctaFontWeight\":\"600\",\"ctaLetterSpacing\":2,\"ctaBorderColor\":\"\",\"ctaBorderStyle\":\"\",\"ctaBorderWidth\":\"\",\"ctaBorderRadius\":\"\",\"iconBottomMargin\":30,\"iconImage\":{\"id\":286,\"title\":\"room-2\",\"filename\":\"room-2.jpg\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/room-2.jpg\",\"link\":\"https://blueroan.netgen.cloud/room-2/\",\"alt\":\"\",\"author\":\"34\",\"description\":\"\",\"caption\":\"\",\"name\":\"room-2\",\"status\":\"inherit\",\"uploadedTo\":0,\"date\":\"2021-05-11T12:36:42.000Z\",\"modified\":\"2021-05-11T12:36:42.000Z\",\"menuOrder\":0,\"mime\":\"image/jpeg\",\"type\":\"image\",\"subtype\":\"jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/default.png\",\"dateFormatted\":\"May 11, 2021\",\"nonces\":{\"update\":\"87f5d7a5f5\",\"delete\":\"4e81d94b20\",\"edit\":\"5fab6e72b2\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=286\\u0026action=edit\",\"meta\":false,\"authorName\":\"Rishabh\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/user-edit.php?user_id=34\",\"filesizeInBytes\":43720,\"filesizeHumanReadable\":\"43 KB\",\"context\":\"\",\"height\":400,\"width\":600,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/room-2-150x150.jpg\",\"orientation\":\"landscape\"},\"medium\":{\"height\":200,\"width\":300,\"url\":\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/room-2-300x200.jpg\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/room-2.jpg\",\"height\":400,\"width\":600,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"imageSize\":\"full\",\"imageWidth\":100,\"imageWidthMobile\":100,\"imageWidthTablet\":100,\"paddingBtnTop\":10,\"paddingBtnBottom\":10,\"paddingBtnLeft\":14,\"paddingBtnRight\":14,\"imageWidthUnit\":\"%\",\"imageWidthUnitTablet\":\"%\",\"imageWidthUnitMobile\":\"%\",\"subHeadTopMargin\":0,\"subHeadRightMargin\":40,\"subHeadLeftMargin\":0,\"subHeadMarginTopTablet\":0,\"subHeadMarginRightTablet\":0,\"subHeadTabletSpace\":20,\"subHeadMarginLeftTablet\":0,\"imgTagHeight\":66,\"imgTagWidth\":600,\"btnBorderTopWidth\":1,\"btnBorderLeftWidth\":1,\"btnBorderRightWidth\":1,\"btnBorderBottomWidth\":1,\"btnBorderTopLeftRadius\":0,\"btnBorderTopRightRadius\":0,\"btnBorderBottomLeftRadius\":0,\"btnBorderBottomRightRadius\":0,\"btnBorderStyle\":\"solid\",\"btnBorderColor\":\"#333\"} -->\n<div class=\"wp-block-uagb-info-box uagb-block-5d1f91f2 uagb-infobox__content-wrap  uagb-infobox-icon-above-title uagb-infobox-image-valign-top\"><div class=\"uagb-ifb-content\"><div class=\"uagb-ifb-image-content\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/room-2.jpg\" alt=\"\" width=\"100\" height=\"66\" loading=\"lazy\"/></div><div class=\"uagb-ifb-title-wrap\"><h3 class=\"uagb-ifb-title\">Double Club Room​</h3></div><p class=\"uagb-ifb-desc\">We offer 15 club rooms designed with a vibrant touch to enhance your spirits for a happening holiday.​</p><div class=\"uagb-ifb-button-wrapper wp-block-button\"><a href=\"\" target=\"_self\" class=\"uagb-infobox-cta-link uagb-disable-link\" rel=\"noopener noreferrer\" alt=\"\"><span class=\"uagb-inline-editing\">READ MORE</span></a></div></div></div>\n<!-- /wp:uagb/info-box --></div>\n<!-- /wp:uagb/container --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"5db94bbe\",\"directionDesktop\":\"row\",\"alignItemsTablet\":\"flex-start\",\"justifyContentDesktop\":\"flex-start\",\"topMarginDesktop\":54,\"bottomMarginDesktop\":0,\"leftMarginDesktop\":0,\"rightMarginDesktop\":0,\"topMarginMobile\":0,\"bottomMarginMobile\":0,\"leftMarginMobile\":0,\"rightMarginMobile\":0,\"marginLink\":false,\"variationSelected\":true,\"rowGapMobile\":0,\"columnGapDesktop\":0} -->\n<div class=\"wp-block-uagb-container uagb-block-5db94bbe\"><!-- wp:uagb/container {\"block_id\":\"c51aabdc\",\"widthDesktop\":50,\"bottomPaddingDesktop\":20,\"rightPaddingDesktop\":32,\"bottomPaddingTablet\":35,\"leftPaddingTablet\":0,\"rightPaddingTablet\":15,\"bottomPaddingMobile\":65,\"paddingLink\":false,\"topMarginDesktop\":0,\"bottomMarginDesktop\":0,\"leftMarginDesktop\":5,\"rightMarginDesktop\":5,\"topMarginMobile\":0,\"bottomMarginMobile\":0,\"leftMarginMobile\":0,\"rightMarginMobile\":0,\"marginLink\":false,\"variationSelected\":true,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-c51aabdc\"><!-- wp:uagb/info-box {\"classMigrate\":true,\"headingAlign\":\"left\",\"headingColor\":\"\",\"subHeadingColor\":\"\",\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"source_type\":\"image\",\"block_id\":\"13c81cc4\",\"ctaIcon\":\"\",\"ctaType\":\"text\",\"ctaText\":\"READ MORE\",\"ctaLinkColor\":\"var(\\u002d\\u002dast-global-color-0)\",\"ctaDecoration\":\"underline\",\"ctaFontSize\":12,\"ctaFontWeight\":\"600\",\"ctaLetterSpacing\":2,\"ctaBorderColor\":\"\",\"ctaBorderStyle\":\"\",\"ctaBorderWidth\":\"\",\"ctaBorderRadius\":\"\",\"iconBottomMargin\":30,\"iconImage\":{\"id\":288,\"title\":\"room-3\",\"filename\":\"room-3-1.jpg\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/room-3-1.jpg\",\"link\":\"https://blueroan.netgen.cloud/room-3-2/\",\"alt\":\"\",\"author\":\"34\",\"description\":\"\",\"caption\":\"\",\"name\":\"room-3-2\",\"status\":\"inherit\",\"uploadedTo\":0,\"date\":\"2021-05-11T12:38:58.000Z\",\"modified\":\"2021-05-11T12:38:58.000Z\",\"menuOrder\":0,\"mime\":\"image/jpeg\",\"type\":\"image\",\"subtype\":\"jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/default.png\",\"dateFormatted\":\"May 11, 2021\",\"nonces\":{\"update\":\"13dbecb562\",\"delete\":\"d65fb58bac\",\"edit\":\"dc499da5fa\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=288\\u0026action=edit\",\"meta\":false,\"authorName\":\"Rishabh\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/user-edit.php?user_id=34\",\"filesizeInBytes\":26280,\"filesizeHumanReadable\":\"26 KB\",\"context\":\"\",\"height\":400,\"width\":600,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/room-3-1-150x150.jpg\",\"orientation\":\"landscape\"},\"medium\":{\"height\":200,\"width\":300,\"url\":\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/room-3-1-300x200.jpg\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/room-3-1.jpg\",\"height\":400,\"width\":600,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"imageSize\":\"full\",\"imageWidth\":100,\"imageWidthMobile\":100,\"imageWidthTablet\":100,\"paddingBtnTop\":10,\"paddingBtnBottom\":10,\"paddingBtnLeft\":14,\"paddingBtnRight\":14,\"imageWidthUnit\":\"%\",\"imageWidthUnitTablet\":\"%\",\"imageWidthUnitMobile\":\"%\",\"subHeadTopMargin\":0,\"subHeadRightMargin\":40,\"subHeadLeftMargin\":0,\"subHeadMarginTopTablet\":0,\"subHeadMarginRightTablet\":0,\"subHeadTabletSpace\":20,\"subHeadMarginLeftTablet\":0,\"imgTagHeight\":66,\"imgTagWidth\":600,\"btnBorderTopWidth\":1,\"btnBorderLeftWidth\":1,\"btnBorderRightWidth\":1,\"btnBorderBottomWidth\":1,\"btnBorderTopLeftRadius\":0,\"btnBorderTopRightRadius\":0,\"btnBorderBottomLeftRadius\":0,\"btnBorderBottomRightRadius\":0,\"btnBorderStyle\":\"solid\",\"btnBorderColor\":\"#333\"} -->\n<div class=\"wp-block-uagb-info-box uagb-block-13c81cc4 uagb-infobox__content-wrap  uagb-infobox-icon-above-title uagb-infobox-image-valign-top\"><div class=\"uagb-ifb-content\"><div class=\"uagb-ifb-image-content\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/room-3-1.jpg\" alt=\"\" width=\"100\" height=\"66\" loading=\"lazy\"/></div><div class=\"uagb-ifb-title-wrap\"><h3 class=\"uagb-ifb-title\">Standard Suite​</h3></div><p class=\"uagb-ifb-desc\">If you are looking for a room that gives you both space and luxury at a reasonable price, this is the one for you.</p><div class=\"uagb-ifb-button-wrapper wp-block-button\"><a href=\"\" target=\"_self\" class=\"uagb-infobox-cta-link uagb-disable-link\" rel=\"noopener noreferrer\" alt=\"\"><span class=\"uagb-inline-editing\">READ MORE</span></a></div></div></div>\n<!-- /wp:uagb/info-box --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"1e45de59\",\"widthDesktop\":50,\"bottomPaddingDesktop\":20,\"rightPaddingDesktop\":32,\"bottomPaddingTablet\":35,\"rightPaddingTablet\":15,\"bottomPaddingMobile\":65,\"paddingLink\":false,\"topMarginDesktop\":0,\"bottomMarginDesktop\":0,\"leftMarginDesktop\":5,\"rightMarginDesktop\":5,\"topMarginMobile\":0,\"bottomMarginMobile\":0,\"leftMarginMobile\":0,\"rightMarginMobile\":0,\"marginLink\":false,\"variationSelected\":true,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-1e45de59\"><!-- wp:uagb/info-box {\"classMigrate\":true,\"headingAlign\":\"left\",\"headingColor\":\"\",\"subHeadingColor\":\"\",\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"source_type\":\"image\",\"block_id\":\"4af9834e\",\"ctaIcon\":\"\",\"ctaType\":\"text\",\"ctaText\":\"READ MORE\",\"ctaLinkColor\":\"var(\\u002d\\u002dast-global-color-0)\",\"ctaDecoration\":\"underline\",\"ctaFontSize\":12,\"ctaFontWeight\":\"600\",\"ctaLetterSpacing\":2,\"ctaBorderColor\":\"\",\"ctaBorderStyle\":\"\",\"ctaBorderWidth\":\"\",\"ctaBorderRadius\":\"\",\"iconBottomMargin\":30,\"iconImage\":{\"id\":284,\"title\":\"room-4\",\"filename\":\"room-4-1.jpg\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/room-4-1.jpg\",\"link\":\"https://blueroan.netgen.cloud/room-4-2/\",\"alt\":\"\",\"author\":\"34\",\"description\":\"\",\"caption\":\"\",\"name\":\"room-4-2\",\"status\":\"inherit\",\"uploadedTo\":0,\"date\":\"2021-05-11T12:34:14.000Z\",\"modified\":\"2021-05-11T12:34:14.000Z\",\"menuOrder\":0,\"mime\":\"image/jpeg\",\"type\":\"image\",\"subtype\":\"jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/default.png\",\"dateFormatted\":\"May 11, 2021\",\"nonces\":{\"update\":\"7cafb104e4\",\"delete\":\"c76125dda4\",\"edit\":\"a40254c450\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=284\\u0026action=edit\",\"meta\":false,\"authorName\":\"Rishabh\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/user-edit.php?user_id=34\",\"filesizeInBytes\":40918,\"filesizeHumanReadable\":\"40 KB\",\"context\":\"\",\"height\":400,\"width\":600,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/room-4-1-150x150.jpg\",\"orientation\":\"landscape\"},\"medium\":{\"height\":200,\"width\":300,\"url\":\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/room-4-1-300x200.jpg\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/room-4-1.jpg\",\"height\":400,\"width\":600,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"imageSize\":\"full\",\"imageWidth\":100,\"imageWidthMobile\":100,\"imageWidthTablet\":100,\"paddingBtnTop\":10,\"paddingBtnBottom\":10,\"paddingBtnLeft\":14,\"paddingBtnRight\":14,\"imageWidthUnit\":\"%\",\"imageWidthUnitTablet\":\"%\",\"imageWidthUnitMobile\":\"%\",\"subHeadTopMargin\":0,\"subHeadRightMargin\":40,\"subHeadLeftMargin\":0,\"subHeadMarginTopTablet\":0,\"subHeadMarginRightTablet\":0,\"subHeadTabletSpace\":20,\"subHeadMarginLeftTablet\":0,\"imgTagHeight\":66,\"imgTagWidth\":600,\"btnBorderTopWidth\":1,\"btnBorderLeftWidth\":1,\"btnBorderRightWidth\":1,\"btnBorderBottomWidth\":1,\"btnBorderTopLeftRadius\":0,\"btnBorderTopRightRadius\":0,\"btnBorderBottomLeftRadius\":0,\"btnBorderBottomRightRadius\":0,\"btnBorderStyle\":\"solid\",\"btnBorderColor\":\"#333\"} -->\n<div class=\"wp-block-uagb-info-box uagb-block-4af9834e uagb-infobox__content-wrap  uagb-infobox-icon-above-title uagb-infobox-image-valign-top\"><div class=\"uagb-ifb-content\"><div class=\"uagb-ifb-image-content\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/room-4-1.jpg\" alt=\"\" width=\"100\" height=\"66\" loading=\"lazy\"/></div><div class=\"uagb-ifb-title-wrap\"><h3 class=\"uagb-ifb-title\">Executive Suite​</h3></div><p class=\"uagb-ifb-desc\">Experience luxury in style in our executive suites. These rooms also give you a beautiful view of the city.</p><div class=\"uagb-ifb-button-wrapper wp-block-button\"><a href=\"\" target=\"_self\" class=\"uagb-infobox-cta-link uagb-disable-link\" rel=\"noopener noreferrer\" alt=\"\"><span class=\"uagb-inline-editing\">READ MORE</span></a></div></div></div>\n<!-- /wp:uagb/info-box --></div>\n<!-- /wp:uagb/container --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"41bfbd0d\",\"directionDesktop\":\"row\",\"justifyContentDesktop\":\"flex-start\",\"topMarginDesktop\":54,\"bottomMarginDesktop\":0,\"leftMarginDesktop\":0,\"rightMarginDesktop\":0,\"topMarginMobile\":0,\"bottomMarginMobile\":0,\"leftMarginMobile\":0,\"rightMarginMobile\":0,\"marginLink\":false,\"variationSelected\":true,\"rowGapMobile\":0,\"columnGapDesktop\":0} -->\n<div class=\"wp-block-uagb-container uagb-block-41bfbd0d\"><!-- wp:uagb/container {\"block_id\":\"de8e732b\",\"widthDesktop\":50,\"bottomPaddingDesktop\":20,\"rightPaddingDesktop\":32,\"bottomPaddingTablet\":35,\"rightPaddingTablet\":15,\"bottomPaddingMobile\":65,\"paddingLink\":false,\"topMarginDesktop\":0,\"bottomMarginDesktop\":0,\"leftMarginDesktop\":5,\"rightMarginDesktop\":5,\"topMarginMobile\":0,\"bottomMarginMobile\":0,\"leftMarginMobile\":0,\"rightMarginMobile\":0,\"marginLink\":false,\"variationSelected\":true,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-de8e732b\"><!-- wp:uagb/info-box {\"classMigrate\":true,\"headingAlign\":\"left\",\"headingColor\":\"\",\"subHeadingColor\":\"\",\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"source_type\":\"image\",\"block_id\":\"9919e0c7\",\"ctaIcon\":\"\",\"ctaType\":\"text\",\"ctaText\":\"READ MORE\",\"ctaLinkColor\":\"var(\\u002d\\u002dast-global-color-0)\",\"ctaDecoration\":\"underline\",\"ctaFontSize\":12,\"ctaFontWeight\":\"600\",\"ctaLetterSpacing\":2,\"ctaBorderColor\":\"\",\"ctaBorderStyle\":\"\",\"ctaBorderWidth\":\"\",\"ctaBorderRadius\":\"\",\"iconBottomMargin\":30,\"iconImage\":{\"id\":289,\"title\":\"room-5\",\"filename\":\"room-5.jpg\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/room-5.jpg\",\"link\":\"https://blueroan.netgen.cloud/room-5/\",\"alt\":\"\",\"author\":\"34\",\"description\":\"\",\"caption\":\"\",\"name\":\"room-5\",\"status\":\"inherit\",\"uploadedTo\":0,\"date\":\"2021-05-11T12:41:05.000Z\",\"modified\":\"2021-05-11T12:41:05.000Z\",\"menuOrder\":0,\"mime\":\"image/jpeg\",\"type\":\"image\",\"subtype\":\"jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/default.png\",\"dateFormatted\":\"May 11, 2021\",\"nonces\":{\"update\":\"67479f178f\",\"delete\":\"0a3770770f\",\"edit\":\"881fd0ea74\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=289\\u0026action=edit\",\"meta\":false,\"authorName\":\"Rishabh\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/user-edit.php?user_id=34\",\"filesizeInBytes\":49173,\"filesizeHumanReadable\":\"48 KB\",\"context\":\"\",\"height\":400,\"width\":600,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/room-5-150x150.jpg\",\"orientation\":\"landscape\"},\"medium\":{\"height\":200,\"width\":300,\"url\":\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/room-5-300x200.jpg\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/room-5.jpg\",\"height\":400,\"width\":600,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"imageSize\":\"full\",\"imageWidth\":100,\"imageWidthMobile\":100,\"imageWidthTablet\":100,\"paddingBtnTop\":10,\"paddingBtnBottom\":10,\"paddingBtnLeft\":14,\"paddingBtnRight\":14,\"imageWidthUnit\":\"%\",\"imageWidthUnitTablet\":\"%\",\"imageWidthUnitMobile\":\"%\",\"subHeadTopMargin\":0,\"subHeadRightMargin\":40,\"subHeadLeftMargin\":0,\"subHeadMarginTopTablet\":0,\"subHeadMarginRightTablet\":0,\"subHeadTabletSpace\":20,\"subHeadMarginLeftTablet\":0,\"imgTagHeight\":66,\"imgTagWidth\":600,\"btnBorderTopWidth\":1,\"btnBorderLeftWidth\":1,\"btnBorderRightWidth\":1,\"btnBorderBottomWidth\":1,\"btnBorderTopLeftRadius\":0,\"btnBorderTopRightRadius\":0,\"btnBorderBottomLeftRadius\":0,\"btnBorderBottomRightRadius\":0,\"btnBorderStyle\":\"solid\",\"btnBorderColor\":\"#333\"} -->\n<div class=\"wp-block-uagb-info-box uagb-block-9919e0c7 uagb-infobox__content-wrap  uagb-infobox-icon-above-title uagb-infobox-image-valign-top\"><div class=\"uagb-ifb-content\"><div class=\"uagb-ifb-image-content\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/room-5.jpg\" alt=\"\" width=\"100\" height=\"66\" loading=\"lazy\"/></div><div class=\"uagb-ifb-title-wrap\"><h3 class=\"uagb-ifb-title\">Grand Suite​</h3></div><p class=\"uagb-ifb-desc\">This is the second-highest ranked room in our hotel that offers luxury with the most advanced amenities.</p><div class=\"uagb-ifb-button-wrapper wp-block-button\"><a href=\"\" target=\"_self\" class=\"uagb-infobox-cta-link uagb-disable-link\" rel=\"noopener noreferrer\" alt=\"\"><span class=\"uagb-inline-editing\">READ MORE</span></a></div></div></div>\n<!-- /wp:uagb/info-box --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"f6f25042\",\"widthDesktop\":50,\"bottomPaddingDesktop\":20,\"rightPaddingDesktop\":32,\"bottomPaddingTablet\":35,\"rightPaddingTablet\":15,\"paddingLink\":false,\"topMarginDesktop\":0,\"bottomMarginDesktop\":0,\"leftMarginDesktop\":5,\"rightMarginDesktop\":5,\"topMarginMobile\":0,\"bottomMarginMobile\":0,\"leftMarginMobile\":0,\"rightMarginMobile\":0,\"marginLink\":false,\"variationSelected\":true,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-f6f25042\"><!-- wp:uagb/info-box {\"classMigrate\":true,\"headingAlign\":\"left\",\"headingColor\":\"\",\"subHeadingColor\":\"\",\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"source_type\":\"image\",\"block_id\":\"6c41716a\",\"ctaIcon\":\"\",\"ctaType\":\"text\",\"ctaText\":\"READ MORE\",\"ctaLinkColor\":\"var(\\u002d\\u002dast-global-color-0)\",\"ctaDecoration\":\"underline\",\"ctaFontSize\":12,\"ctaFontWeight\":\"600\",\"ctaLetterSpacing\":2,\"ctaBorderColor\":\"\",\"ctaBorderStyle\":\"\",\"ctaBorderWidth\":\"\",\"ctaBorderRadius\":\"\",\"iconBottomMargin\":30,\"iconImage\":{\"id\":290,\"title\":\"room-6\",\"filename\":\"room-6.jpg\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/room-6.jpg\",\"link\":\"https://blueroan.netgen.cloud/room-6/\",\"alt\":\"\",\"author\":\"34\",\"description\":\"\",\"caption\":\"\",\"name\":\"room-6\",\"status\":\"inherit\",\"uploadedTo\":0,\"date\":\"2021-05-11T12:42:24.000Z\",\"modified\":\"2021-05-11T12:42:24.000Z\",\"menuOrder\":0,\"mime\":\"image/jpeg\",\"type\":\"image\",\"subtype\":\"jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/default.png\",\"dateFormatted\":\"May 11, 2021\",\"nonces\":{\"update\":\"ca0f21bc6b\",\"delete\":\"aeb89ca3d4\",\"edit\":\"4be159def3\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=290\\u0026action=edit\",\"meta\":false,\"authorName\":\"Rishabh\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/user-edit.php?user_id=34\",\"filesizeInBytes\":50081,\"filesizeHumanReadable\":\"49 KB\",\"context\":\"\",\"height\":400,\"width\":600,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/room-6-150x150.jpg\",\"orientation\":\"landscape\"},\"medium\":{\"height\":200,\"width\":300,\"url\":\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/room-6-300x200.jpg\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/room-6.jpg\",\"height\":400,\"width\":600,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"imageSize\":\"full\",\"imageWidth\":100,\"imageWidthMobile\":100,\"imageWidthTablet\":100,\"paddingBtnTop\":10,\"paddingBtnBottom\":10,\"paddingBtnLeft\":14,\"paddingBtnRight\":14,\"imageWidthUnit\":\"%\",\"imageWidthUnitTablet\":\"%\",\"imageWidthUnitMobile\":\"%\",\"subHeadTopMargin\":0,\"subHeadRightMargin\":40,\"subHeadLeftMargin\":0,\"subHeadMarginTopTablet\":0,\"subHeadMarginRightTablet\":0,\"subHeadTabletSpace\":20,\"subHeadMarginLeftTablet\":0,\"imgTagHeight\":66,\"imgTagWidth\":600,\"btnBorderTopWidth\":1,\"btnBorderLeftWidth\":1,\"btnBorderRightWidth\":1,\"btnBorderBottomWidth\":1,\"btnBorderTopLeftRadius\":0,\"btnBorderTopRightRadius\":0,\"btnBorderBottomLeftRadius\":0,\"btnBorderBottomRightRadius\":0,\"btnBorderStyle\":\"solid\",\"btnBorderColor\":\"#333\"} -->\n<div class=\"wp-block-uagb-info-box uagb-block-6c41716a uagb-infobox__content-wrap  uagb-infobox-icon-above-title uagb-infobox-image-valign-top\"><div class=\"uagb-ifb-content\"><div class=\"uagb-ifb-image-content\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/room-6.jpg\" alt=\"\" width=\"100\" height=\"66\" loading=\"lazy\"/></div><div class=\"uagb-ifb-title-wrap\"><h3 class=\"uagb-ifb-title\">Presidential Suite​</h3></div><p class=\"uagb-ifb-desc\">Wish to live like a king? Here’s the top presidential suite where you can spend the best days of your life.</p><div class=\"uagb-ifb-button-wrapper wp-block-button\"><a href=\"\" target=\"_self\" class=\"uagb-infobox-cta-link uagb-disable-link\" rel=\"noopener noreferrer\" alt=\"\"><span class=\"uagb-inline-editing\">READ MORE</span></a></div></div></div>\n<!-- /wp:uagb/info-box --></div>\n<!-- /wp:uagb/container --></div>\n<!-- /wp:uagb/container --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"ac47b83a\",\"innerContentCustomWidthDesktop\":781,\"innerContentCustomWidthTablet\":781,\"backgroundType\":\"image\",\"backgroundImageDesktop\":{\"id\":54,\"title\":\"background-img\",\"filename\":\"background-img-1.jpg\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/background-img-1.jpg\",\"link\":\"https://blueroan.netgen.cloud/background-img-2/\",\"alt\":\"\",\"author\":\"34\",\"description\":\"\",\"caption\":\"\",\"name\":\"background-img-2\",\"status\":\"inherit\",\"uploadedTo\":0,\"date\":\"2021-05-07T10:11:37.000Z\",\"modified\":\"2021-05-07T10:11:37.000Z\",\"menuOrder\":0,\"mime\":\"image/jpeg\",\"type\":\"image\",\"subtype\":\"jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/default.png\",\"dateFormatted\":\"May 7, 2021\",\"nonces\":{\"update\":\"bb999636b9\",\"delete\":\"d2e1375bc4\",\"edit\":\"005dd2f0c9\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=54\\u0026action=edit\",\"meta\":false,\"authorName\":\"Rishabh\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/user-edit.php?user_id=34\",\"filesizeInBytes\":338858,\"filesizeHumanReadable\":\"331 KB\",\"context\":\"\",\"height\":1080,\"width\":1920,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/background-img-1-150x150.jpg\",\"orientation\":\"landscape\"},\"medium\":{\"height\":169,\"width\":300,\"url\":\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/background-img-1-300x169.jpg\",\"orientation\":\"landscape\"},\"large\":{\"height\":576,\"width\":1024,\"url\":\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/background-img-1-1024x576.jpg\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/background-img-1.jpg\",\"height\":1080,\"width\":1920,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"backgroundImageColor\":\"rgba(42,42,42,0.65)\",\"topPaddingDesktop\":144,\"bottomPaddingDesktop\":144,\"leftPaddingDesktop\":40,\"rightPaddingDesktop\":40,\"topPaddingTablet\":80,\"bottomPaddingTablet\":80,\"leftPaddingTablet\":40,\"rightPaddingTablet\":40,\"topPaddingMobile\":64,\"bottomPaddingMobile\":64,\"leftPaddingMobile\":24,\"rightPaddingMobile\":24,\"paddingLink\":false,\"variationSelected\":true,\"isBlockRootParent\":true,\"overlayType\":\"color\"} -->\n<div class=\"wp-block-uagb-container uagb-block-ac47b83a alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/advanced-heading {\"block_id\":\"d3998b1f\",\"classMigrate\":true,\"headingDescToggle\":true,\"headingAlign\":\"center\",\"headingColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"subHeadingColor\":\"var(\\u002d\\u002dast-global-color-4)\",\"headSpace\":20} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-d3998b1f\"><h2 class=\"uagb-heading-text\">Plan an Unforgettable Experience in Mykonos Today!</h2><p class=\"uagb-desc-text\">We can help you fit your stay and experience within your allotted budget.</p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/advanced-heading {\"block_id\":\"688dc151\",\"classMigrate\":true,\"headingTitleToggle\":false,\"headingDescToggle\":true,\"headingAlign\":\"center\",\"subHeadingColor\":\"var(\\u002d\\u002dast-global-color-4)\",\"subHeadTransform\":\"uppercase\",\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"subHeadLetterSpacing\":2,\"blockTopPadding\":60,\"blockRightPadding\":0,\"blockLeftPadding\":0,\"blockBottomPadding\":0,\"blockTopPaddingMobile\":30,\"blockRightPaddingMobile\":0,\"blockLeftPaddingMobile\":0,\"blockBottomPaddingMobile\":0} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-688dc151\"><p class=\"uagb-desc-text\">BOOK YOUR STAY NOW​</p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/icon-list {\"block_id\":\"90b7ddc2\",\"classMigrate\":true,\"childMigrate\":true,\"align\":\"center\",\"parentIcon\":\"phone\",\"size\":40,\"sizeMobile\":24,\"sizeTablet\":32,\"fontSize\":48,\"fontSizeMobile\":28,\"fontSizeTablet\":40,\"fontWeight\":\"600\",\"iconColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"labelColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"blockTopPadding\":0,\"blockRightPadding\":0,\"blockLeftPadding\":0,\"blockBottomPadding\":24,\"blockPaddingLink\":false} -->\n<div class=\"wp-block-uagb-icon-list uagb-block-90b7ddc2\"><div class=\"uagb-icon-list__wrap\"><!-- wp:uagb/icon-list-child {\"block_id\":\"d687e02d\",\"label\":\"+1-123 456 7890​\",\"label_color\":\"\",\"fromParentIcon\":\"phone\",\"imageSizeChild\":40} -->\n<div class=\"wp-block-uagb-icon-list-child uagb-block-d687e02d\"><span class=\"uagb-icon-list__source-wrap\"><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M511.2 387l-23.25 100.8c-3.266 14.25-15.79 24.22-30.46 24.22C205.2 512 0 306.8 0 54.5c0-14.66 9.969-27.2 24.22-30.45l100.8-23.25C139.7-2.602 154.7 5.018 160.8 18.92l46.52 108.5c5.438 12.78 1.77 27.67-8.98 36.45L144.5 207.1c33.98 69.22 90.26 125.5 159.5 159.5l44.08-53.8c8.688-10.78 23.69-14.51 36.47-8.975l108.5 46.51C506.1 357.2 514.6 372.4 511.2 387z\"></path></svg></span><span class=\"uagb-icon-list__label\">+1-123 456 7890​</span></div>\n<!-- /wp:uagb/icon-list-child --></div></div>\n<!-- /wp:uagb/icon-list --></div></div>\n<!-- /wp:uagb/container -->',	'Accommodation',	'',	'inherit',	'closed',	'closed',	'',	'761-revision-v1',	'',	'',	'2022-12-13 12:58:13',	'2022-12-13 12:58:13',	'',	761,	'https://blueroan.netgen.cloud/?p=859',	0,	'revision',	'',	0),
(861,	2,	'2022-12-13 12:59:53',	'2022-12-13 12:59:53',	'<!-- wp:uagb/container {\"block_id\":\"bf459ba8\",\"backgroundType\":\"image\",\"backgroundImageDesktop\":{\"id\":797,\"title\":\"blue-roan-guest-farm (13)\",\"filename\":\"blue-roan-guest-farm-13.jpg\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-13.jpg\",\"link\":\"https://blueroan.netgen.cloud/home/blue-roan-guest-farm-13/\",\"alt\":\"\",\"author\":\"2\",\"description\":\"\",\"caption\":\"\",\"name\":\"blue-roan-guest-farm-13\",\"status\":\"inherit\",\"uploadedTo\":760,\"date\":\"2022-12-13T09:37:10.000Z\",\"modified\":\"2022-12-13T09:37:10.000Z\",\"menuOrder\":0,\"mime\":\"image/jpeg\",\"type\":\"image\",\"subtype\":\"jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-includes/images/media/default.png\",\"dateFormatted\":\"December 13, 2022\",\"nonces\":{\"update\":\"88c7dafe15\",\"delete\":\"0e63c986af\",\"edit\":\"ba0aad2d7f\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=797\\u0026action=edit\",\"meta\":false,\"authorName\":\"Netgen Support\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/profile.php\",\"uploadedToTitle\":\"Home\",\"uploadedToLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=760\\u0026action=edit\",\"filesizeInBytes\":201183,\"filesizeHumanReadable\":\"196 KB\",\"context\":\"\",\"height\":667,\"width\":1000,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-13-150x150.jpg\",\"orientation\":\"landscape\"},\"medium\":{\"height\":200,\"width\":300,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-13-300x200.jpg\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-13.jpg\",\"height\":667,\"width\":1000,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"backgroundPositionDesktop\":{\"x\":0.62,\"y\":0.78},\"backgroundSizeTablet\":\"cover\",\"backgroundSizeMobile\":\"cover\",\"backgroundColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"backgroundImageColor\":\"rgba(42,42,42,0.5)\",\"topPaddingDesktop\":220,\"bottomPaddingDesktop\":150,\"topPaddingTablet\":170,\"bottomPaddingTablet\":160,\"leftPaddingTablet\":30,\"rightPaddingTablet\":30,\"topPaddingMobile\":180,\"bottomPaddingMobile\":80,\"leftPaddingMobile\":20,\"rightPaddingMobile\":20,\"paddingLink\":false,\"variationSelected\":true,\"isBlockRootParent\":true,\"overlayType\":\"color\"} -->\n<div class=\"wp-block-uagb-container uagb-block-bf459ba8 alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/advanced-heading {\"block_id\":\"23dfb1ed\",\"classMigrate\":true,\"headingDescToggle\":true,\"headingColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"subHeadingColor\":\"var(\\u002d\\u002dast-global-color-4)\",\"headingTag\":\"h1\",\"headSpace\":20,\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"blockTopPadding\":0,\"blockRightPadding\":50,\"blockLeftPadding\":0,\"blockBottomPadding\":0,\"blockTopPaddingTablet\":0,\"blockRightPaddingTablet\":20,\"blockLeftPaddingTablet\":0,\"blockBottomPaddingTablet\":0,\"blockTopPaddingMobile\":0,\"blockRightPaddingMobile\":0,\"blockLeftPaddingMobile\":0,\"blockBottomPaddingMobile\":0,\"blockPaddingUnit\":\"%\",\"blockPaddingUnitTablet\":\"%\"} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-23dfb1ed\"><h1 class=\"uagb-heading-text\">Rooms &amp; Accommodation​</h1><p class=\"uagb-desc-text\">If you are looking for a home away from home, even a place your dog can come along then take a closer look into the rooms we offer and pick the one for you.</p></div>\n<!-- /wp:uagb/advanced-heading --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"9df18f51\",\"backgroundType\":\"color\",\"backgroundSizeTablet\":\"cover\",\"backgroundSizeMobile\":\"cover\",\"backgroundColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"topPaddingDesktop\":120,\"bottomPaddingDesktop\":120,\"topPaddingTablet\":80,\"bottomPaddingTablet\":80,\"leftPaddingTablet\":30,\"rightPaddingTablet\":30,\"topPaddingMobile\":80,\"bottomPaddingMobile\":80,\"leftPaddingMobile\":20,\"rightPaddingMobile\":20,\"paddingLink\":false,\"variationSelected\":true,\"rowGapDesktop\":0,\"isBlockRootParent\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-9df18f51 alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/container {\"block_id\":\"5680a10c\",\"directionDesktop\":\"row\",\"alignItemsDesktop\":\"flex-end\",\"alignItemsTablet\":\"flex-end\",\"justifyContentDesktop\":\"flex-end\",\"justifyContentTablet\":\"space-between\",\"variationSelected\":true,\"rowGapMobile\":20,\"columnGapDesktop\":0} -->\n<div class=\"wp-block-uagb-container uagb-block-5680a10c\"><!-- wp:uagb/advanced-heading {\"block_id\":\"fd4dfefa\",\"classMigrate\":true,\"headingDescToggle\":true,\"subHeadingColor\":\"\",\"headSpace\":20,\"subHeadFontSize\":16} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-fd4dfefa\"><h2 class=\"uagb-heading-text\">Come &amp; Stay With Us​</h2><p class=\"uagb-desc-text\">There are 7 excellent brick self-catering units available, each private and with a distinctive personality and theme. They are particularly made for pet-free or pet-owning couples looking for a romantic and serene setting to reconnect, celebrate special occasions, or simply unwind on a holiday.<br><br>We are pet-friendly by arrangement as each unit is separately fenced with its own grassy garden with a garden gate leading to the generous park area where pets can socialize.  We also have lovely safe off-leash walking trails on our property and beyond.  Our units are very luxurious with everything you would need and very homely and charming. Regrettably no children or group bookings.  </p></div>\n<!-- /wp:uagb/advanced-heading --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"927fddad\",\"directionDesktop\":\"row\",\"alignItemsTablet\":\"flex-start\",\"justifyContentDesktop\":\"flex-start\",\"topMarginDesktop\":54,\"bottomMarginDesktop\":0,\"leftMarginDesktop\":0,\"rightMarginDesktop\":0,\"marginLink\":false,\"variationSelected\":true,\"rowGapMobile\":0,\"columnGapDesktop\":0} -->\n<div class=\"wp-block-uagb-container uagb-block-927fddad\"><!-- wp:uagb/container {\"block_id\":\"ff01fbcc\",\"widthDesktop\":50,\"bottomPaddingDesktop\":20,\"rightPaddingDesktop\":32,\"bottomPaddingTablet\":35,\"rightPaddingTablet\":15,\"bottomPaddingMobile\":65,\"paddingLink\":false,\"topMarginDesktop\":0,\"bottomMarginDesktop\":0,\"leftMarginDesktop\":5,\"rightMarginDesktop\":5,\"topMarginMobile\":0,\"bottomMarginMobile\":0,\"leftMarginMobile\":0,\"rightMarginMobile\":0,\"marginLink\":false,\"variationSelected\":true,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-ff01fbcc\"><!-- wp:uagb/info-box {\"classMigrate\":true,\"headingAlign\":\"left\",\"headingColor\":\"\",\"subHeadingColor\":\"\",\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"source_type\":\"image\",\"block_id\":\"ed1a28e4\",\"ctaIcon\":\"\",\"ctaType\":\"text\",\"ctaText\":\"READ MORE\",\"ctaLinkColor\":\"var(\\u002d\\u002dast-global-color-0)\",\"ctaDecoration\":\"underline\",\"ctaFontSize\":12,\"ctaFontWeight\":\"600\",\"ctaLetterSpacing\":2,\"ctaBorderColor\":\"\",\"ctaBorderStyle\":\"\",\"ctaBorderWidth\":\"\",\"ctaBorderRadius\":\"\",\"iconBottomMargin\":30,\"iconImage\":{\"id\":279,\"title\":\"room-1\",\"filename\":\"room-1.jpg\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/room-1.jpg\",\"link\":\"https://blueroan.netgen.cloud/room-1/\",\"alt\":\"\",\"author\":\"34\",\"description\":\"\",\"caption\":\"\",\"name\":\"room-1\",\"status\":\"inherit\",\"uploadedTo\":0,\"date\":\"2021-05-11T11:38:49.000Z\",\"modified\":\"2021-05-11T11:38:49.000Z\",\"menuOrder\":0,\"mime\":\"image/jpeg\",\"type\":\"image\",\"subtype\":\"jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/default.png\",\"dateFormatted\":\"May 11, 2021\",\"nonces\":{\"update\":\"9857a9a1e0\",\"delete\":\"d6d3444d17\",\"edit\":\"9c14b53f03\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=279\\u0026action=edit\",\"meta\":false,\"authorName\":\"Rishabh\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/user-edit.php?user_id=34\",\"filesizeInBytes\":37544,\"filesizeHumanReadable\":\"37 KB\",\"context\":\"\",\"height\":400,\"width\":600,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/room-1-150x150.jpg\",\"orientation\":\"landscape\"},\"medium\":{\"height\":200,\"width\":300,\"url\":\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/room-1-300x200.jpg\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/room-1.jpg\",\"height\":400,\"width\":600,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"imageSize\":\"full\",\"imageWidth\":100,\"imageWidthMobile\":100,\"imageWidthTablet\":100,\"paddingBtnTop\":10,\"paddingBtnBottom\":10,\"paddingBtnLeft\":14,\"paddingBtnRight\":14,\"imageWidthUnit\":\"%\",\"imageWidthUnitTablet\":\"%\",\"imageWidthUnitMobile\":\"%\",\"subHeadTopMargin\":0,\"subHeadRightMargin\":40,\"subHeadLeftMargin\":0,\"subHeadMarginTopTablet\":0,\"subHeadMarginRightTablet\":0,\"subHeadTabletSpace\":20,\"subHeadMarginLeftTablet\":0,\"imgTagHeight\":66,\"imgTagWidth\":600,\"btnBorderTopWidth\":1,\"btnBorderLeftWidth\":1,\"btnBorderRightWidth\":1,\"btnBorderBottomWidth\":1,\"btnBorderTopLeftRadius\":0,\"btnBorderTopRightRadius\":0,\"btnBorderBottomLeftRadius\":0,\"btnBorderBottomRightRadius\":0,\"btnBorderStyle\":\"solid\",\"btnBorderColor\":\"#333\"} -->\n<div class=\"wp-block-uagb-info-box uagb-block-ed1a28e4 uagb-infobox__content-wrap  uagb-infobox-icon-above-title uagb-infobox-image-valign-top\"><div class=\"uagb-ifb-content\"><div class=\"uagb-ifb-image-content\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/room-1.jpg\" alt=\"\" width=\"100\" height=\"66\" loading=\"lazy\"/></div><div class=\"uagb-ifb-title-wrap\"><h3 class=\"uagb-ifb-title\">Double Deluxe Room​</h3></div><p class=\"uagb-ifb-desc\">Our double deluxe rooms are complemented with modern and luxurious amenities for a wonderful stay.</p><div class=\"uagb-ifb-button-wrapper wp-block-button\"><a href=\"\" target=\"_self\" class=\"uagb-infobox-cta-link uagb-disable-link\" rel=\"noopener noreferrer\" alt=\"\"><span class=\"uagb-inline-editing\">READ MORE</span></a></div></div></div>\n<!-- /wp:uagb/info-box --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"c0af727b\",\"widthDesktop\":50,\"bottomPaddingDesktop\":20,\"rightPaddingDesktop\":32,\"bottomPaddingTablet\":35,\"rightPaddingTablet\":15,\"bottomPaddingMobile\":65,\"paddingLink\":false,\"topMarginDesktop\":0,\"bottomMarginDesktop\":0,\"leftMarginDesktop\":5,\"rightMarginDesktop\":5,\"topMarginMobile\":0,\"bottomMarginMobile\":0,\"leftMarginMobile\":0,\"rightMarginMobile\":0,\"marginLink\":false,\"variationSelected\":true,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-c0af727b\"><!-- wp:uagb/info-box {\"classMigrate\":true,\"headingAlign\":\"left\",\"headingColor\":\"\",\"subHeadingColor\":\"\",\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"source_type\":\"image\",\"block_id\":\"c96a8cd5\",\"ctaIcon\":\"\",\"ctaType\":\"text\",\"ctaText\":\"READ MORE\",\"ctaLinkColor\":\"var(\\u002d\\u002dast-global-color-0)\",\"ctaDecoration\":\"underline\",\"ctaFontSize\":12,\"ctaFontWeight\":\"600\",\"ctaLetterSpacing\":2,\"ctaBorderColor\":\"\",\"ctaBorderStyle\":\"\",\"ctaBorderWidth\":\"\",\"ctaBorderRadius\":\"\",\"iconBottomMargin\":30,\"iconImage\":{\"id\":286,\"title\":\"room-2\",\"filename\":\"room-2.jpg\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/room-2.jpg\",\"link\":\"https://blueroan.netgen.cloud/room-2/\",\"alt\":\"\",\"author\":\"34\",\"description\":\"\",\"caption\":\"\",\"name\":\"room-2\",\"status\":\"inherit\",\"uploadedTo\":0,\"date\":\"2021-05-11T12:36:42.000Z\",\"modified\":\"2021-05-11T12:36:42.000Z\",\"menuOrder\":0,\"mime\":\"image/jpeg\",\"type\":\"image\",\"subtype\":\"jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/default.png\",\"dateFormatted\":\"May 11, 2021\",\"nonces\":{\"update\":\"87f5d7a5f5\",\"delete\":\"4e81d94b20\",\"edit\":\"5fab6e72b2\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=286\\u0026action=edit\",\"meta\":false,\"authorName\":\"Rishabh\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/user-edit.php?user_id=34\",\"filesizeInBytes\":43720,\"filesizeHumanReadable\":\"43 KB\",\"context\":\"\",\"height\":400,\"width\":600,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/room-2-150x150.jpg\",\"orientation\":\"landscape\"},\"medium\":{\"height\":200,\"width\":300,\"url\":\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/room-2-300x200.jpg\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/room-2.jpg\",\"height\":400,\"width\":600,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"imageSize\":\"full\",\"imageWidth\":100,\"imageWidthMobile\":100,\"imageWidthTablet\":100,\"paddingBtnTop\":10,\"paddingBtnBottom\":10,\"paddingBtnLeft\":14,\"paddingBtnRight\":14,\"imageWidthUnit\":\"%\",\"imageWidthUnitTablet\":\"%\",\"imageWidthUnitMobile\":\"%\",\"subHeadTopMargin\":0,\"subHeadRightMargin\":40,\"subHeadLeftMargin\":0,\"subHeadMarginTopTablet\":0,\"subHeadMarginRightTablet\":0,\"subHeadTabletSpace\":20,\"subHeadMarginLeftTablet\":0,\"imgTagHeight\":66,\"imgTagWidth\":600,\"btnBorderTopWidth\":1,\"btnBorderLeftWidth\":1,\"btnBorderRightWidth\":1,\"btnBorderBottomWidth\":1,\"btnBorderTopLeftRadius\":0,\"btnBorderTopRightRadius\":0,\"btnBorderBottomLeftRadius\":0,\"btnBorderBottomRightRadius\":0,\"btnBorderStyle\":\"solid\",\"btnBorderColor\":\"#333\"} -->\n<div class=\"wp-block-uagb-info-box uagb-block-c96a8cd5 uagb-infobox__content-wrap  uagb-infobox-icon-above-title uagb-infobox-image-valign-top\"><div class=\"uagb-ifb-content\"><div class=\"uagb-ifb-image-content\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/room-2.jpg\" alt=\"\" width=\"100\" height=\"66\" loading=\"lazy\"/></div><div class=\"uagb-ifb-title-wrap\"><h3 class=\"uagb-ifb-title\">Double Club Room​</h3></div><p class=\"uagb-ifb-desc\">We offer 15 club rooms designed with a vibrant touch to enhance your spirits for a happening holiday.​</p><div class=\"uagb-ifb-button-wrapper wp-block-button\"><a href=\"\" target=\"_self\" class=\"uagb-infobox-cta-link uagb-disable-link\" rel=\"noopener noreferrer\" alt=\"\"><span class=\"uagb-inline-editing\">READ MORE</span></a></div></div></div>\n<!-- /wp:uagb/info-box --></div>\n<!-- /wp:uagb/container --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"490a167d\",\"directionDesktop\":\"row\",\"alignItemsTablet\":\"flex-start\",\"justifyContentDesktop\":\"flex-start\",\"topMarginDesktop\":54,\"bottomMarginDesktop\":0,\"leftMarginDesktop\":0,\"rightMarginDesktop\":0,\"topMarginMobile\":0,\"bottomMarginMobile\":0,\"leftMarginMobile\":0,\"rightMarginMobile\":0,\"marginLink\":false,\"variationSelected\":true,\"rowGapMobile\":0,\"columnGapDesktop\":0} -->\n<div class=\"wp-block-uagb-container uagb-block-490a167d\"><!-- wp:uagb/container {\"block_id\":\"335f2b52\",\"widthDesktop\":50,\"bottomPaddingDesktop\":20,\"rightPaddingDesktop\":32,\"bottomPaddingTablet\":35,\"leftPaddingTablet\":0,\"rightPaddingTablet\":15,\"bottomPaddingMobile\":65,\"paddingLink\":false,\"topMarginDesktop\":0,\"bottomMarginDesktop\":0,\"leftMarginDesktop\":5,\"rightMarginDesktop\":5,\"topMarginMobile\":0,\"bottomMarginMobile\":0,\"leftMarginMobile\":0,\"rightMarginMobile\":0,\"marginLink\":false,\"variationSelected\":true,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-335f2b52\"><!-- wp:uagb/info-box {\"classMigrate\":true,\"headingAlign\":\"left\",\"headingColor\":\"\",\"subHeadingColor\":\"\",\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"source_type\":\"image\",\"block_id\":\"9a5e7338\",\"ctaIcon\":\"\",\"ctaType\":\"text\",\"ctaText\":\"READ MORE\",\"ctaLinkColor\":\"var(\\u002d\\u002dast-global-color-0)\",\"ctaDecoration\":\"underline\",\"ctaFontSize\":12,\"ctaFontWeight\":\"600\",\"ctaLetterSpacing\":2,\"ctaBorderColor\":\"\",\"ctaBorderStyle\":\"\",\"ctaBorderWidth\":\"\",\"ctaBorderRadius\":\"\",\"iconBottomMargin\":30,\"iconImage\":{\"id\":288,\"title\":\"room-3\",\"filename\":\"room-3-1.jpg\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/room-3-1.jpg\",\"link\":\"https://blueroan.netgen.cloud/room-3-2/\",\"alt\":\"\",\"author\":\"34\",\"description\":\"\",\"caption\":\"\",\"name\":\"room-3-2\",\"status\":\"inherit\",\"uploadedTo\":0,\"date\":\"2021-05-11T12:38:58.000Z\",\"modified\":\"2021-05-11T12:38:58.000Z\",\"menuOrder\":0,\"mime\":\"image/jpeg\",\"type\":\"image\",\"subtype\":\"jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/default.png\",\"dateFormatted\":\"May 11, 2021\",\"nonces\":{\"update\":\"13dbecb562\",\"delete\":\"d65fb58bac\",\"edit\":\"dc499da5fa\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=288\\u0026action=edit\",\"meta\":false,\"authorName\":\"Rishabh\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/user-edit.php?user_id=34\",\"filesizeInBytes\":26280,\"filesizeHumanReadable\":\"26 KB\",\"context\":\"\",\"height\":400,\"width\":600,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/room-3-1-150x150.jpg\",\"orientation\":\"landscape\"},\"medium\":{\"height\":200,\"width\":300,\"url\":\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/room-3-1-300x200.jpg\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/room-3-1.jpg\",\"height\":400,\"width\":600,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"imageSize\":\"full\",\"imageWidth\":100,\"imageWidthMobile\":100,\"imageWidthTablet\":100,\"paddingBtnTop\":10,\"paddingBtnBottom\":10,\"paddingBtnLeft\":14,\"paddingBtnRight\":14,\"imageWidthUnit\":\"%\",\"imageWidthUnitTablet\":\"%\",\"imageWidthUnitMobile\":\"%\",\"subHeadTopMargin\":0,\"subHeadRightMargin\":40,\"subHeadLeftMargin\":0,\"subHeadMarginTopTablet\":0,\"subHeadMarginRightTablet\":0,\"subHeadTabletSpace\":20,\"subHeadMarginLeftTablet\":0,\"imgTagHeight\":66,\"imgTagWidth\":600,\"btnBorderTopWidth\":1,\"btnBorderLeftWidth\":1,\"btnBorderRightWidth\":1,\"btnBorderBottomWidth\":1,\"btnBorderTopLeftRadius\":0,\"btnBorderTopRightRadius\":0,\"btnBorderBottomLeftRadius\":0,\"btnBorderBottomRightRadius\":0,\"btnBorderStyle\":\"solid\",\"btnBorderColor\":\"#333\"} -->\n<div class=\"wp-block-uagb-info-box uagb-block-9a5e7338 uagb-infobox__content-wrap  uagb-infobox-icon-above-title uagb-infobox-image-valign-top\"><div class=\"uagb-ifb-content\"><div class=\"uagb-ifb-image-content\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/room-3-1.jpg\" alt=\"\" width=\"100\" height=\"66\" loading=\"lazy\"/></div><div class=\"uagb-ifb-title-wrap\"><h3 class=\"uagb-ifb-title\">Standard Suite​</h3></div><p class=\"uagb-ifb-desc\">If you are looking for a room that gives you both space and luxury at a reasonable price, this is the one for you.</p><div class=\"uagb-ifb-button-wrapper wp-block-button\"><a href=\"\" target=\"_self\" class=\"uagb-infobox-cta-link uagb-disable-link\" rel=\"noopener noreferrer\" alt=\"\"><span class=\"uagb-inline-editing\">READ MORE</span></a></div></div></div>\n<!-- /wp:uagb/info-box --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"eebc3829\",\"widthDesktop\":50,\"bottomPaddingDesktop\":20,\"rightPaddingDesktop\":32,\"bottomPaddingTablet\":35,\"rightPaddingTablet\":15,\"bottomPaddingMobile\":65,\"paddingLink\":false,\"topMarginDesktop\":0,\"bottomMarginDesktop\":0,\"leftMarginDesktop\":5,\"rightMarginDesktop\":5,\"topMarginMobile\":0,\"bottomMarginMobile\":0,\"leftMarginMobile\":0,\"rightMarginMobile\":0,\"marginLink\":false,\"variationSelected\":true,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-eebc3829\"><!-- wp:uagb/info-box {\"classMigrate\":true,\"headingAlign\":\"left\",\"headingColor\":\"\",\"subHeadingColor\":\"\",\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"source_type\":\"image\",\"block_id\":\"03cdf811\",\"ctaIcon\":\"\",\"ctaType\":\"text\",\"ctaText\":\"READ MORE\",\"ctaLinkColor\":\"var(\\u002d\\u002dast-global-color-0)\",\"ctaDecoration\":\"underline\",\"ctaFontSize\":12,\"ctaFontWeight\":\"600\",\"ctaLetterSpacing\":2,\"ctaBorderColor\":\"\",\"ctaBorderStyle\":\"\",\"ctaBorderWidth\":\"\",\"ctaBorderRadius\":\"\",\"iconBottomMargin\":30,\"iconImage\":{\"id\":284,\"title\":\"room-4\",\"filename\":\"room-4-1.jpg\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/room-4-1.jpg\",\"link\":\"https://blueroan.netgen.cloud/room-4-2/\",\"alt\":\"\",\"author\":\"34\",\"description\":\"\",\"caption\":\"\",\"name\":\"room-4-2\",\"status\":\"inherit\",\"uploadedTo\":0,\"date\":\"2021-05-11T12:34:14.000Z\",\"modified\":\"2021-05-11T12:34:14.000Z\",\"menuOrder\":0,\"mime\":\"image/jpeg\",\"type\":\"image\",\"subtype\":\"jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/default.png\",\"dateFormatted\":\"May 11, 2021\",\"nonces\":{\"update\":\"7cafb104e4\",\"delete\":\"c76125dda4\",\"edit\":\"a40254c450\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=284\\u0026action=edit\",\"meta\":false,\"authorName\":\"Rishabh\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/user-edit.php?user_id=34\",\"filesizeInBytes\":40918,\"filesizeHumanReadable\":\"40 KB\",\"context\":\"\",\"height\":400,\"width\":600,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/room-4-1-150x150.jpg\",\"orientation\":\"landscape\"},\"medium\":{\"height\":200,\"width\":300,\"url\":\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/room-4-1-300x200.jpg\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/room-4-1.jpg\",\"height\":400,\"width\":600,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"imageSize\":\"full\",\"imageWidth\":100,\"imageWidthMobile\":100,\"imageWidthTablet\":100,\"paddingBtnTop\":10,\"paddingBtnBottom\":10,\"paddingBtnLeft\":14,\"paddingBtnRight\":14,\"imageWidthUnit\":\"%\",\"imageWidthUnitTablet\":\"%\",\"imageWidthUnitMobile\":\"%\",\"subHeadTopMargin\":0,\"subHeadRightMargin\":40,\"subHeadLeftMargin\":0,\"subHeadMarginTopTablet\":0,\"subHeadMarginRightTablet\":0,\"subHeadTabletSpace\":20,\"subHeadMarginLeftTablet\":0,\"imgTagHeight\":66,\"imgTagWidth\":600,\"btnBorderTopWidth\":1,\"btnBorderLeftWidth\":1,\"btnBorderRightWidth\":1,\"btnBorderBottomWidth\":1,\"btnBorderTopLeftRadius\":0,\"btnBorderTopRightRadius\":0,\"btnBorderBottomLeftRadius\":0,\"btnBorderBottomRightRadius\":0,\"btnBorderStyle\":\"solid\",\"btnBorderColor\":\"#333\"} -->\n<div class=\"wp-block-uagb-info-box uagb-block-03cdf811 uagb-infobox__content-wrap  uagb-infobox-icon-above-title uagb-infobox-image-valign-top\"><div class=\"uagb-ifb-content\"><div class=\"uagb-ifb-image-content\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/room-4-1.jpg\" alt=\"\" width=\"100\" height=\"66\" loading=\"lazy\"/></div><div class=\"uagb-ifb-title-wrap\"><h3 class=\"uagb-ifb-title\">Executive Suite​</h3></div><p class=\"uagb-ifb-desc\">Experience luxury in style in our executive suites. These rooms also give you a beautiful view of the city.</p><div class=\"uagb-ifb-button-wrapper wp-block-button\"><a href=\"\" target=\"_self\" class=\"uagb-infobox-cta-link uagb-disable-link\" rel=\"noopener noreferrer\" alt=\"\"><span class=\"uagb-inline-editing\">READ MORE</span></a></div></div></div>\n<!-- /wp:uagb/info-box --></div>\n<!-- /wp:uagb/container --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"7e8256c9\",\"directionDesktop\":\"row\",\"justifyContentDesktop\":\"flex-start\",\"topMarginDesktop\":54,\"bottomMarginDesktop\":0,\"leftMarginDesktop\":0,\"rightMarginDesktop\":0,\"topMarginMobile\":0,\"bottomMarginMobile\":0,\"leftMarginMobile\":0,\"rightMarginMobile\":0,\"marginLink\":false,\"variationSelected\":true,\"rowGapMobile\":0,\"columnGapDesktop\":0} -->\n<div class=\"wp-block-uagb-container uagb-block-7e8256c9\"><!-- wp:uagb/container {\"block_id\":\"f77c38e1\",\"widthDesktop\":50,\"bottomPaddingDesktop\":20,\"rightPaddingDesktop\":32,\"bottomPaddingTablet\":35,\"rightPaddingTablet\":15,\"bottomPaddingMobile\":65,\"paddingLink\":false,\"topMarginDesktop\":0,\"bottomMarginDesktop\":0,\"leftMarginDesktop\":5,\"rightMarginDesktop\":5,\"topMarginMobile\":0,\"bottomMarginMobile\":0,\"leftMarginMobile\":0,\"rightMarginMobile\":0,\"marginLink\":false,\"variationSelected\":true,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-f77c38e1\"><!-- wp:uagb/info-box {\"classMigrate\":true,\"headingAlign\":\"left\",\"headingColor\":\"\",\"subHeadingColor\":\"\",\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"source_type\":\"image\",\"block_id\":\"9780b367\",\"ctaIcon\":\"\",\"ctaType\":\"text\",\"ctaText\":\"READ MORE\",\"ctaLinkColor\":\"var(\\u002d\\u002dast-global-color-0)\",\"ctaDecoration\":\"underline\",\"ctaFontSize\":12,\"ctaFontWeight\":\"600\",\"ctaLetterSpacing\":2,\"ctaBorderColor\":\"\",\"ctaBorderStyle\":\"\",\"ctaBorderWidth\":\"\",\"ctaBorderRadius\":\"\",\"iconBottomMargin\":30,\"iconImage\":{\"id\":289,\"title\":\"room-5\",\"filename\":\"room-5.jpg\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/room-5.jpg\",\"link\":\"https://blueroan.netgen.cloud/room-5/\",\"alt\":\"\",\"author\":\"34\",\"description\":\"\",\"caption\":\"\",\"name\":\"room-5\",\"status\":\"inherit\",\"uploadedTo\":0,\"date\":\"2021-05-11T12:41:05.000Z\",\"modified\":\"2021-05-11T12:41:05.000Z\",\"menuOrder\":0,\"mime\":\"image/jpeg\",\"type\":\"image\",\"subtype\":\"jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/default.png\",\"dateFormatted\":\"May 11, 2021\",\"nonces\":{\"update\":\"67479f178f\",\"delete\":\"0a3770770f\",\"edit\":\"881fd0ea74\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=289\\u0026action=edit\",\"meta\":false,\"authorName\":\"Rishabh\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/user-edit.php?user_id=34\",\"filesizeInBytes\":49173,\"filesizeHumanReadable\":\"48 KB\",\"context\":\"\",\"height\":400,\"width\":600,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/room-5-150x150.jpg\",\"orientation\":\"landscape\"},\"medium\":{\"height\":200,\"width\":300,\"url\":\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/room-5-300x200.jpg\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/room-5.jpg\",\"height\":400,\"width\":600,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"imageSize\":\"full\",\"imageWidth\":100,\"imageWidthMobile\":100,\"imageWidthTablet\":100,\"paddingBtnTop\":10,\"paddingBtnBottom\":10,\"paddingBtnLeft\":14,\"paddingBtnRight\":14,\"imageWidthUnit\":\"%\",\"imageWidthUnitTablet\":\"%\",\"imageWidthUnitMobile\":\"%\",\"subHeadTopMargin\":0,\"subHeadRightMargin\":40,\"subHeadLeftMargin\":0,\"subHeadMarginTopTablet\":0,\"subHeadMarginRightTablet\":0,\"subHeadTabletSpace\":20,\"subHeadMarginLeftTablet\":0,\"imgTagHeight\":66,\"imgTagWidth\":600,\"btnBorderTopWidth\":1,\"btnBorderLeftWidth\":1,\"btnBorderRightWidth\":1,\"btnBorderBottomWidth\":1,\"btnBorderTopLeftRadius\":0,\"btnBorderTopRightRadius\":0,\"btnBorderBottomLeftRadius\":0,\"btnBorderBottomRightRadius\":0,\"btnBorderStyle\":\"solid\",\"btnBorderColor\":\"#333\"} -->\n<div class=\"wp-block-uagb-info-box uagb-block-9780b367 uagb-infobox__content-wrap  uagb-infobox-icon-above-title uagb-infobox-image-valign-top\"><div class=\"uagb-ifb-content\"><div class=\"uagb-ifb-image-content\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/room-5.jpg\" alt=\"\" width=\"100\" height=\"66\" loading=\"lazy\"/></div><div class=\"uagb-ifb-title-wrap\"><h3 class=\"uagb-ifb-title\">Grand Suite​</h3></div><p class=\"uagb-ifb-desc\">This is the second-highest ranked room in our hotel that offers luxury with the most advanced amenities.</p><div class=\"uagb-ifb-button-wrapper wp-block-button\"><a href=\"\" target=\"_self\" class=\"uagb-infobox-cta-link uagb-disable-link\" rel=\"noopener noreferrer\" alt=\"\"><span class=\"uagb-inline-editing\">READ MORE</span></a></div></div></div>\n<!-- /wp:uagb/info-box --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"bd3ee37a\",\"widthDesktop\":50,\"bottomPaddingDesktop\":20,\"rightPaddingDesktop\":32,\"bottomPaddingTablet\":35,\"rightPaddingTablet\":15,\"paddingLink\":false,\"topMarginDesktop\":0,\"bottomMarginDesktop\":0,\"leftMarginDesktop\":5,\"rightMarginDesktop\":5,\"topMarginMobile\":0,\"bottomMarginMobile\":0,\"leftMarginMobile\":0,\"rightMarginMobile\":0,\"marginLink\":false,\"variationSelected\":true,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-bd3ee37a\"><!-- wp:uagb/info-box {\"classMigrate\":true,\"headingAlign\":\"left\",\"headingColor\":\"\",\"subHeadingColor\":\"\",\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"source_type\":\"image\",\"block_id\":\"af6bcd9b\",\"ctaIcon\":\"\",\"ctaType\":\"text\",\"ctaText\":\"READ MORE\",\"ctaLinkColor\":\"var(\\u002d\\u002dast-global-color-0)\",\"ctaDecoration\":\"underline\",\"ctaFontSize\":12,\"ctaFontWeight\":\"600\",\"ctaLetterSpacing\":2,\"ctaBorderColor\":\"\",\"ctaBorderStyle\":\"\",\"ctaBorderWidth\":\"\",\"ctaBorderRadius\":\"\",\"iconBottomMargin\":30,\"iconImage\":{\"id\":290,\"title\":\"room-6\",\"filename\":\"room-6.jpg\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/room-6.jpg\",\"link\":\"https://blueroan.netgen.cloud/room-6/\",\"alt\":\"\",\"author\":\"34\",\"description\":\"\",\"caption\":\"\",\"name\":\"room-6\",\"status\":\"inherit\",\"uploadedTo\":0,\"date\":\"2021-05-11T12:42:24.000Z\",\"modified\":\"2021-05-11T12:42:24.000Z\",\"menuOrder\":0,\"mime\":\"image/jpeg\",\"type\":\"image\",\"subtype\":\"jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/default.png\",\"dateFormatted\":\"May 11, 2021\",\"nonces\":{\"update\":\"ca0f21bc6b\",\"delete\":\"aeb89ca3d4\",\"edit\":\"4be159def3\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=290\\u0026action=edit\",\"meta\":false,\"authorName\":\"Rishabh\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/user-edit.php?user_id=34\",\"filesizeInBytes\":50081,\"filesizeHumanReadable\":\"49 KB\",\"context\":\"\",\"height\":400,\"width\":600,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/room-6-150x150.jpg\",\"orientation\":\"landscape\"},\"medium\":{\"height\":200,\"width\":300,\"url\":\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/room-6-300x200.jpg\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/room-6.jpg\",\"height\":400,\"width\":600,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"imageSize\":\"full\",\"imageWidth\":100,\"imageWidthMobile\":100,\"imageWidthTablet\":100,\"paddingBtnTop\":10,\"paddingBtnBottom\":10,\"paddingBtnLeft\":14,\"paddingBtnRight\":14,\"imageWidthUnit\":\"%\",\"imageWidthUnitTablet\":\"%\",\"imageWidthUnitMobile\":\"%\",\"subHeadTopMargin\":0,\"subHeadRightMargin\":40,\"subHeadLeftMargin\":0,\"subHeadMarginTopTablet\":0,\"subHeadMarginRightTablet\":0,\"subHeadTabletSpace\":20,\"subHeadMarginLeftTablet\":0,\"imgTagHeight\":66,\"imgTagWidth\":600,\"btnBorderTopWidth\":1,\"btnBorderLeftWidth\":1,\"btnBorderRightWidth\":1,\"btnBorderBottomWidth\":1,\"btnBorderTopLeftRadius\":0,\"btnBorderTopRightRadius\":0,\"btnBorderBottomLeftRadius\":0,\"btnBorderBottomRightRadius\":0,\"btnBorderStyle\":\"solid\",\"btnBorderColor\":\"#333\"} -->\n<div class=\"wp-block-uagb-info-box uagb-block-af6bcd9b uagb-infobox__content-wrap  uagb-infobox-icon-above-title uagb-infobox-image-valign-top\"><div class=\"uagb-ifb-content\"><div class=\"uagb-ifb-image-content\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/room-6.jpg\" alt=\"\" width=\"100\" height=\"66\" loading=\"lazy\"/></div><div class=\"uagb-ifb-title-wrap\"><h3 class=\"uagb-ifb-title\">Presidential Suite​</h3></div><p class=\"uagb-ifb-desc\">Wish to live like a king? Here’s the top presidential suite where you can spend the best days of your life.</p><div class=\"uagb-ifb-button-wrapper wp-block-button\"><a href=\"\" target=\"_self\" class=\"uagb-infobox-cta-link uagb-disable-link\" rel=\"noopener noreferrer\" alt=\"\"><span class=\"uagb-inline-editing\">READ MORE</span></a></div></div></div>\n<!-- /wp:uagb/info-box --></div>\n<!-- /wp:uagb/container --></div>\n<!-- /wp:uagb/container --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"989930e7\",\"innerContentCustomWidthDesktop\":781,\"innerContentCustomWidthTablet\":781,\"backgroundType\":\"image\",\"backgroundImageDesktop\":{\"id\":54,\"title\":\"background-img\",\"filename\":\"background-img-1.jpg\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/background-img-1.jpg\",\"link\":\"https://blueroan.netgen.cloud/background-img-2/\",\"alt\":\"\",\"author\":\"34\",\"description\":\"\",\"caption\":\"\",\"name\":\"background-img-2\",\"status\":\"inherit\",\"uploadedTo\":0,\"date\":\"2021-05-07T10:11:37.000Z\",\"modified\":\"2021-05-07T10:11:37.000Z\",\"menuOrder\":0,\"mime\":\"image/jpeg\",\"type\":\"image\",\"subtype\":\"jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/default.png\",\"dateFormatted\":\"May 7, 2021\",\"nonces\":{\"update\":\"bb999636b9\",\"delete\":\"d2e1375bc4\",\"edit\":\"005dd2f0c9\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=54\\u0026action=edit\",\"meta\":false,\"authorName\":\"Rishabh\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/user-edit.php?user_id=34\",\"filesizeInBytes\":338858,\"filesizeHumanReadable\":\"331 KB\",\"context\":\"\",\"height\":1080,\"width\":1920,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/background-img-1-150x150.jpg\",\"orientation\":\"landscape\"},\"medium\":{\"height\":169,\"width\":300,\"url\":\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/background-img-1-300x169.jpg\",\"orientation\":\"landscape\"},\"large\":{\"height\":576,\"width\":1024,\"url\":\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/background-img-1-1024x576.jpg\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/background-img-1.jpg\",\"height\":1080,\"width\":1920,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"backgroundImageColor\":\"rgba(42,42,42,0.65)\",\"topPaddingDesktop\":144,\"bottomPaddingDesktop\":144,\"leftPaddingDesktop\":40,\"rightPaddingDesktop\":40,\"topPaddingTablet\":80,\"bottomPaddingTablet\":80,\"leftPaddingTablet\":40,\"rightPaddingTablet\":40,\"topPaddingMobile\":64,\"bottomPaddingMobile\":64,\"leftPaddingMobile\":24,\"rightPaddingMobile\":24,\"paddingLink\":false,\"variationSelected\":true,\"isBlockRootParent\":true,\"overlayType\":\"color\"} -->\n<div class=\"wp-block-uagb-container uagb-block-989930e7 alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/advanced-heading {\"block_id\":\"dfa8f350\",\"classMigrate\":true,\"headingDescToggle\":true,\"headingAlign\":\"center\",\"headingColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"subHeadingColor\":\"var(\\u002d\\u002dast-global-color-4)\",\"headSpace\":20} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-dfa8f350\"><h2 class=\"uagb-heading-text\">Plan an Unforgettable Experience in Mykonos Today!</h2><p class=\"uagb-desc-text\">We can help you fit your stay and experience within your allotted budget.</p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/advanced-heading {\"block_id\":\"6ba008cd\",\"classMigrate\":true,\"headingTitleToggle\":false,\"headingDescToggle\":true,\"headingAlign\":\"center\",\"subHeadingColor\":\"var(\\u002d\\u002dast-global-color-4)\",\"subHeadTransform\":\"uppercase\",\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"subHeadLetterSpacing\":2,\"blockTopPadding\":60,\"blockRightPadding\":0,\"blockLeftPadding\":0,\"blockBottomPadding\":0,\"blockTopPaddingMobile\":30,\"blockRightPaddingMobile\":0,\"blockLeftPaddingMobile\":0,\"blockBottomPaddingMobile\":0} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-6ba008cd\"><p class=\"uagb-desc-text\">BOOK YOUR STAY NOW​</p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/icon-list {\"block_id\":\"0c514d6d\",\"classMigrate\":true,\"childMigrate\":true,\"align\":\"center\",\"parentIcon\":\"phone\",\"size\":40,\"sizeMobile\":24,\"sizeTablet\":32,\"fontSize\":48,\"fontSizeMobile\":28,\"fontSizeTablet\":40,\"fontWeight\":\"600\",\"iconColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"labelColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"blockTopPadding\":0,\"blockRightPadding\":0,\"blockLeftPadding\":0,\"blockBottomPadding\":24,\"blockPaddingLink\":false} -->\n<div class=\"wp-block-uagb-icon-list uagb-block-0c514d6d\"><div class=\"uagb-icon-list__wrap\"><!-- wp:uagb/icon-list-child {\"block_id\":\"f34fc4cd\",\"label\":\"+1-123 456 7890​\",\"label_color\":\"\",\"fromParentIcon\":\"phone\",\"imageSizeChild\":40} -->\n<div class=\"wp-block-uagb-icon-list-child uagb-block-f34fc4cd\"><span class=\"uagb-icon-list__source-wrap\"><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M511.2 387l-23.25 100.8c-3.266 14.25-15.79 24.22-30.46 24.22C205.2 512 0 306.8 0 54.5c0-14.66 9.969-27.2 24.22-30.45l100.8-23.25C139.7-2.602 154.7 5.018 160.8 18.92l46.52 108.5c5.438 12.78 1.77 27.67-8.98 36.45L144.5 207.1c33.98 69.22 90.26 125.5 159.5 159.5l44.08-53.8c8.688-10.78 23.69-14.51 36.47-8.975l108.5 46.51C506.1 357.2 514.6 372.4 511.2 387z\"></path></svg></span><span class=\"uagb-icon-list__label\">+1-123 456 7890​</span></div>\n<!-- /wp:uagb/icon-list-child --></div></div>\n<!-- /wp:uagb/icon-list --></div></div>\n<!-- /wp:uagb/container -->',	'Accommodation',	'',	'inherit',	'closed',	'closed',	'',	'761-revision-v1',	'',	'',	'2022-12-13 12:59:53',	'2022-12-13 12:59:53',	'',	761,	'https://blueroan.netgen.cloud/?p=861',	0,	'revision',	'',	0),
(863,	2,	'2022-12-13 13:04:34',	'2022-12-13 13:04:34',	'',	'blue-roan-guest-farm (10)',	'',	'inherit',	'open',	'closed',	'',	'blue-roan-guest-farm-10',	'',	'',	'2022-12-13 13:04:34',	'2022-12-13 13:04:34',	'',	761,	'https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-10.jpg',	0,	'attachment',	'image/jpeg',	0),
(864,	2,	'2022-12-13 13:07:22',	'2022-12-13 13:07:22',	'',	'tuscan-suite-raised-bed-and-settee',	'',	'inherit',	'open',	'closed',	'',	'tuscan-suite-raised-bed-and-settee',	'',	'',	'2022-12-13 13:07:22',	'2022-12-13 13:07:22',	'',	761,	'https://blueroan.netgen.cloud/wp-content/uploads/2022/12/tuscan-suite-raised-bed-and-settee.jpg',	0,	'attachment',	'image/jpeg',	0),
(865,	2,	'2022-12-13 13:29:38',	'2022-12-13 13:29:38',	'<!-- wp:uagb/container {\"block_id\":\"2d21b676\",\"backgroundType\":\"image\",\"backgroundImageDesktop\":{\"id\":797,\"title\":\"blue-roan-guest-farm (13)\",\"filename\":\"blue-roan-guest-farm-13.jpg\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-13.jpg\",\"link\":\"https://blueroan.netgen.cloud/home/blue-roan-guest-farm-13/\",\"alt\":\"\",\"author\":\"2\",\"description\":\"\",\"caption\":\"\",\"name\":\"blue-roan-guest-farm-13\",\"status\":\"inherit\",\"uploadedTo\":760,\"date\":\"2022-12-13T09:37:10.000Z\",\"modified\":\"2022-12-13T09:37:10.000Z\",\"menuOrder\":0,\"mime\":\"image/jpeg\",\"type\":\"image\",\"subtype\":\"jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-includes/images/media/default.png\",\"dateFormatted\":\"December 13, 2022\",\"nonces\":{\"update\":\"88c7dafe15\",\"delete\":\"0e63c986af\",\"edit\":\"ba0aad2d7f\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=797\\u0026action=edit\",\"meta\":false,\"authorName\":\"Netgen Support\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/profile.php\",\"uploadedToTitle\":\"Home\",\"uploadedToLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=760\\u0026action=edit\",\"filesizeInBytes\":201183,\"filesizeHumanReadable\":\"196 KB\",\"context\":\"\",\"height\":667,\"width\":1000,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-13-150x150.jpg\",\"orientation\":\"landscape\"},\"medium\":{\"height\":200,\"width\":300,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-13-300x200.jpg\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-13.jpg\",\"height\":667,\"width\":1000,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"backgroundPositionDesktop\":{\"x\":0.62,\"y\":0.78},\"backgroundSizeTablet\":\"cover\",\"backgroundSizeMobile\":\"cover\",\"backgroundColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"backgroundImageColor\":\"rgba(42,42,42,0.5)\",\"topPaddingDesktop\":220,\"bottomPaddingDesktop\":150,\"topPaddingTablet\":170,\"bottomPaddingTablet\":160,\"leftPaddingTablet\":30,\"rightPaddingTablet\":30,\"topPaddingMobile\":180,\"bottomPaddingMobile\":80,\"leftPaddingMobile\":20,\"rightPaddingMobile\":20,\"paddingLink\":false,\"variationSelected\":true,\"isBlockRootParent\":true,\"overlayType\":\"color\"} -->\n<div class=\"wp-block-uagb-container uagb-block-2d21b676 alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/advanced-heading {\"block_id\":\"fa5842cd\",\"classMigrate\":true,\"headingDescToggle\":true,\"headingColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"subHeadingColor\":\"var(\\u002d\\u002dast-global-color-4)\",\"headingTag\":\"h1\",\"headSpace\":20,\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"blockTopPadding\":0,\"blockRightPadding\":50,\"blockLeftPadding\":0,\"blockBottomPadding\":0,\"blockTopPaddingTablet\":0,\"blockRightPaddingTablet\":20,\"blockLeftPaddingTablet\":0,\"blockBottomPaddingTablet\":0,\"blockTopPaddingMobile\":0,\"blockRightPaddingMobile\":0,\"blockLeftPaddingMobile\":0,\"blockBottomPaddingMobile\":0,\"blockPaddingUnit\":\"%\",\"blockPaddingUnitTablet\":\"%\"} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-fa5842cd\"><h1 class=\"uagb-heading-text\">Rooms &amp; Accommodation​</h1><p class=\"uagb-desc-text\">If you are looking for a home away from home, even a place your dog can come along then take a closer look into the rooms we offer and pick the one for you.</p></div>\n<!-- /wp:uagb/advanced-heading --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"2f891e98\",\"backgroundType\":\"color\",\"backgroundSizeTablet\":\"cover\",\"backgroundSizeMobile\":\"cover\",\"backgroundColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"topPaddingDesktop\":120,\"bottomPaddingDesktop\":120,\"topPaddingTablet\":80,\"bottomPaddingTablet\":80,\"leftPaddingTablet\":30,\"rightPaddingTablet\":30,\"topPaddingMobile\":80,\"bottomPaddingMobile\":80,\"leftPaddingMobile\":20,\"rightPaddingMobile\":20,\"paddingLink\":false,\"variationSelected\":true,\"rowGapDesktop\":0,\"isBlockRootParent\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-2f891e98 alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/container {\"block_id\":\"a691d081\",\"directionDesktop\":\"row\",\"alignItemsDesktop\":\"flex-end\",\"alignItemsTablet\":\"flex-end\",\"justifyContentDesktop\":\"flex-end\",\"justifyContentTablet\":\"space-between\",\"variationSelected\":true,\"rowGapMobile\":20,\"columnGapDesktop\":0} -->\n<div class=\"wp-block-uagb-container uagb-block-a691d081\"><!-- wp:uagb/advanced-heading {\"block_id\":\"d1762f23\",\"classMigrate\":true,\"headingDescToggle\":true,\"subHeadingColor\":\"\",\"headSpace\":20,\"subHeadFontSize\":16} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-d1762f23\"><h2 class=\"uagb-heading-text\">Come &amp; Stay With Us​</h2><p class=\"uagb-desc-text\">There are 7 excellent brick self-catering units available, each private and with a distinctive personality and theme. They are particularly made for pet-free or pet-owning couples looking for a romantic and serene setting to reconnect, celebrate special occasions, or simply unwind on a holiday.<br><br>We are pet-friendly by arrangement as each unit is separately fenced with its own grassy garden with a garden gate leading to the generous park area where pets can socialize. &nbsp;We also have lovely safe off-leash walking trails on our property and beyond. &nbsp;Our units are very luxurious with everything you would need and very homely and charming. Regrettably no children or group bookings.  </p></div>\n<!-- /wp:uagb/advanced-heading --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"cc91dffd\",\"directionDesktop\":\"row\",\"alignItemsTablet\":\"flex-start\",\"justifyContentDesktop\":\"flex-start\",\"topMarginDesktop\":54,\"bottomMarginDesktop\":0,\"leftMarginDesktop\":0,\"rightMarginDesktop\":0,\"marginLink\":false,\"variationSelected\":true,\"rowGapMobile\":0,\"columnGapDesktop\":0} -->\n<div class=\"wp-block-uagb-container uagb-block-cc91dffd\"><!-- wp:uagb/container {\"block_id\":\"5f412643\",\"widthDesktop\":50,\"bottomPaddingDesktop\":20,\"rightPaddingDesktop\":32,\"bottomPaddingTablet\":35,\"rightPaddingTablet\":15,\"bottomPaddingMobile\":65,\"paddingLink\":false,\"topMarginDesktop\":0,\"bottomMarginDesktop\":0,\"leftMarginDesktop\":5,\"rightMarginDesktop\":5,\"topMarginMobile\":0,\"bottomMarginMobile\":0,\"leftMarginMobile\":0,\"rightMarginMobile\":0,\"marginLink\":false,\"variationSelected\":true,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-5f412643\"><!-- wp:uagb/info-box {\"classMigrate\":true,\"headingAlign\":\"left\",\"headingColor\":\"\",\"subHeadingColor\":\"\",\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"source_type\":\"image\",\"block_id\":\"e8cc07e9\",\"ctaIcon\":\"\",\"ctaType\":\"text\",\"ctaText\":\"READ MORE\",\"ctaLinkColor\":\"var(\\u002d\\u002dast-global-color-0)\",\"ctaDecoration\":\"underline\",\"ctaFontSize\":12,\"ctaFontWeight\":\"600\",\"ctaLetterSpacing\":2,\"ctaBorderColor\":\"\",\"ctaBorderStyle\":\"\",\"ctaBorderWidth\":\"\",\"ctaBorderRadius\":\"\",\"iconBottomMargin\":30,\"iconImage\":{\"uploading\":false,\"date\":1670936674000,\"filename\":\"blue-roan-guest-farm-10.jpg\",\"menuOrder\":0,\"uploadedTo\":761,\"type\":\"image\",\"subtype\":\"jpeg\",\"id\":863,\"title\":\"blue-roan-guest-farm (10)\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-10.jpg\",\"link\":\"https://blueroan.netgen.cloud/accommodation/blue-roan-guest-farm-10/\",\"alt\":\"\",\"author\":\"2\",\"description\":\"\",\"caption\":\"\",\"name\":\"blue-roan-guest-farm-10\",\"status\":\"inherit\",\"modified\":1670936674000,\"mime\":\"image/jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-includes/images/media/default.png\",\"dateFormatted\":\"December 13, 2022\",\"nonces\":{\"update\":\"1a7491aa65\",\"delete\":\"dc6afaa89c\",\"edit\":\"7635ee35fb\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=863\\u0026action=edit\",\"meta\":false,\"authorName\":\"Netgen Support\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/profile.php\",\"uploadedToTitle\":\"Accommodation\",\"uploadedToLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=761\\u0026action=edit\",\"filesizeInBytes\":149768,\"filesizeHumanReadable\":\"146 KB\",\"context\":\"\",\"height\":667,\"width\":1000,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-10-150x150.jpg\",\"orientation\":\"landscape\"},\"medium\":{\"height\":200,\"width\":300,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-10-300x200.jpg\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-10.jpg\",\"height\":667,\"width\":1000,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"imageSize\":\"full\",\"imageWidth\":100,\"imageWidthMobile\":100,\"imageWidthTablet\":100,\"paddingBtnTop\":10,\"paddingBtnBottom\":10,\"paddingBtnLeft\":14,\"paddingBtnRight\":14,\"imageWidthUnit\":\"%\",\"imageWidthUnitTablet\":\"%\",\"imageWidthUnitMobile\":\"%\",\"subHeadTopMargin\":0,\"subHeadRightMargin\":40,\"subHeadLeftMargin\":0,\"subHeadMarginTopTablet\":0,\"subHeadMarginRightTablet\":0,\"subHeadTabletSpace\":20,\"subHeadMarginLeftTablet\":0,\"imgTagHeight\":66,\"imgTagWidth\":1000,\"btnBorderTopWidth\":1,\"btnBorderLeftWidth\":1,\"btnBorderRightWidth\":1,\"btnBorderBottomWidth\":1,\"btnBorderTopLeftRadius\":0,\"btnBorderTopRightRadius\":0,\"btnBorderBottomLeftRadius\":0,\"btnBorderBottomRightRadius\":0,\"btnBorderStyle\":\"solid\",\"btnBorderColor\":\"#333\"} -->\n<div class=\"wp-block-uagb-info-box uagb-block-e8cc07e9 uagb-infobox__content-wrap  uagb-infobox-icon-above-title uagb-infobox-image-valign-top\"><div class=\"uagb-ifb-content\"><div class=\"uagb-ifb-image-content\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-10.jpg\" alt=\"\" width=\"100\" height=\"66\" loading=\"lazy\"/></div><div class=\"uagb-ifb-title-wrap\"><h3 class=\"uagb-ifb-title\">The Barn </h3></div><p class=\"uagb-ifb-desc\">Rustic beams and exposed wood are all hallmarks of our barn-style suite. This is an open-plan unit with lots of windows with a raised king bed on a platform that faces the TV and the mountains.</p><div class=\"uagb-ifb-button-wrapper wp-block-button\"><a href=\"\" target=\"_self\" class=\"uagb-infobox-cta-link uagb-disable-link\" rel=\"noopener noreferrer\" alt=\"\"><span class=\"uagb-inline-editing\">READ MORE</span></a></div></div></div>\n<!-- /wp:uagb/info-box --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"0f90b230\",\"widthDesktop\":50,\"bottomPaddingDesktop\":20,\"rightPaddingDesktop\":32,\"bottomPaddingTablet\":35,\"rightPaddingTablet\":15,\"bottomPaddingMobile\":65,\"paddingLink\":false,\"topMarginDesktop\":0,\"bottomMarginDesktop\":0,\"leftMarginDesktop\":5,\"rightMarginDesktop\":5,\"topMarginMobile\":0,\"bottomMarginMobile\":0,\"leftMarginMobile\":0,\"rightMarginMobile\":0,\"marginLink\":false,\"variationSelected\":true,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-0f90b230\"><!-- wp:uagb/info-box {\"classMigrate\":true,\"headingAlign\":\"left\",\"headingColor\":\"\",\"subHeadingColor\":\"\",\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"source_type\":\"image\",\"block_id\":\"cf1529d5\",\"ctaIcon\":\"\",\"ctaType\":\"text\",\"ctaText\":\"READ MORE\",\"ctaLinkColor\":\"var(\\u002d\\u002dast-global-color-0)\",\"ctaDecoration\":\"underline\",\"ctaFontSize\":12,\"ctaFontWeight\":\"600\",\"ctaLetterSpacing\":2,\"ctaBorderColor\":\"\",\"ctaBorderStyle\":\"\",\"ctaBorderWidth\":\"\",\"ctaBorderRadius\":\"\",\"iconBottomMargin\":30,\"iconImage\":{\"uploading\":false,\"date\":1670936842000,\"filename\":\"tuscan-suite-raised-bed-and-settee.jpg\",\"menuOrder\":0,\"uploadedTo\":761,\"type\":\"image\",\"subtype\":\"jpeg\",\"id\":864,\"title\":\"tuscan-suite-raised-bed-and-settee\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/tuscan-suite-raised-bed-and-settee.jpg\",\"link\":\"https://blueroan.netgen.cloud/accommodation/tuscan-suite-raised-bed-and-settee/\",\"alt\":\"\",\"author\":\"2\",\"description\":\"\",\"caption\":\"\",\"name\":\"tuscan-suite-raised-bed-and-settee\",\"status\":\"inherit\",\"modified\":1670936842000,\"mime\":\"image/jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-includes/images/media/default.png\",\"dateFormatted\":\"December 13, 2022\",\"nonces\":{\"update\":\"0624a4a01a\",\"delete\":\"9e8f0f7a5a\",\"edit\":\"087f94f2e5\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=864\\u0026action=edit\",\"meta\":false,\"authorName\":\"Netgen Support\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/profile.php\",\"uploadedToTitle\":\"Accommodation\",\"uploadedToLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=761\\u0026action=edit\",\"filesizeInBytes\":41923,\"filesizeHumanReadable\":\"41 KB\",\"context\":\"\",\"height\":400,\"width\":600,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/tuscan-suite-raised-bed-and-settee-150x150.jpg\",\"orientation\":\"landscape\"},\"medium\":{\"height\":200,\"width\":300,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/tuscan-suite-raised-bed-and-settee-300x200.jpg\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/tuscan-suite-raised-bed-and-settee.jpg\",\"height\":400,\"width\":600,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"imageSize\":\"full\",\"imageWidth\":100,\"imageWidthMobile\":100,\"imageWidthTablet\":100,\"paddingBtnTop\":10,\"paddingBtnBottom\":10,\"paddingBtnLeft\":14,\"paddingBtnRight\":14,\"imageWidthUnit\":\"%\",\"imageWidthUnitTablet\":\"%\",\"imageWidthUnitMobile\":\"%\",\"subHeadTopMargin\":0,\"subHeadRightMargin\":40,\"subHeadLeftMargin\":0,\"subHeadMarginTopTablet\":0,\"subHeadMarginRightTablet\":0,\"subHeadTabletSpace\":20,\"subHeadMarginLeftTablet\":0,\"imgTagHeight\":66,\"imgTagWidth\":600,\"btnBorderTopWidth\":1,\"btnBorderLeftWidth\":1,\"btnBorderRightWidth\":1,\"btnBorderBottomWidth\":1,\"btnBorderTopLeftRadius\":0,\"btnBorderTopRightRadius\":0,\"btnBorderBottomLeftRadius\":0,\"btnBorderBottomRightRadius\":0,\"btnBorderStyle\":\"solid\",\"btnBorderColor\":\"#333\"} -->\n<div class=\"wp-block-uagb-info-box uagb-block-cf1529d5 uagb-infobox__content-wrap  uagb-infobox-icon-above-title uagb-infobox-image-valign-top\"><div class=\"uagb-ifb-content\"><div class=\"uagb-ifb-image-content\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/tuscan-suite-raised-bed-and-settee.jpg\" alt=\"\" width=\"100\" height=\"66\" loading=\"lazy\"/></div><div class=\"uagb-ifb-title-wrap\"><h3 class=\"uagb-ifb-title\">The Tuscan Suite </h3></div><p class=\"uagb-ifb-desc\">Terra-cotta tiles, textured wall treatments, gorgeous, intricate murals, and simple, durable furniture with elegant iron accents are all characteristics of Tuscan interior design.</p><div class=\"uagb-ifb-button-wrapper wp-block-button\"><a href=\"\" target=\"_self\" class=\"uagb-infobox-cta-link uagb-disable-link\" rel=\"noopener noreferrer\" alt=\"\"><span class=\"uagb-inline-editing\">READ MORE</span></a></div></div></div>\n<!-- /wp:uagb/info-box --></div>\n<!-- /wp:uagb/container --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"5dbd268d\",\"directionDesktop\":\"row\",\"alignItemsTablet\":\"flex-start\",\"justifyContentDesktop\":\"flex-start\",\"topMarginDesktop\":54,\"bottomMarginDesktop\":0,\"leftMarginDesktop\":0,\"rightMarginDesktop\":0,\"topMarginMobile\":0,\"bottomMarginMobile\":0,\"leftMarginMobile\":0,\"rightMarginMobile\":0,\"marginLink\":false,\"variationSelected\":true,\"rowGapMobile\":0,\"columnGapDesktop\":0} -->\n<div class=\"wp-block-uagb-container uagb-block-5dbd268d\"><!-- wp:uagb/container {\"block_id\":\"90f8ea9d\",\"widthDesktop\":50,\"bottomPaddingDesktop\":20,\"rightPaddingDesktop\":32,\"bottomPaddingTablet\":35,\"leftPaddingTablet\":0,\"rightPaddingTablet\":15,\"bottomPaddingMobile\":65,\"paddingLink\":false,\"topMarginDesktop\":0,\"bottomMarginDesktop\":0,\"leftMarginDesktop\":5,\"rightMarginDesktop\":5,\"topMarginMobile\":0,\"bottomMarginMobile\":0,\"leftMarginMobile\":0,\"rightMarginMobile\":0,\"marginLink\":false,\"variationSelected\":true,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-90f8ea9d\"><!-- wp:uagb/info-box {\"classMigrate\":true,\"headingAlign\":\"left\",\"headingColor\":\"\",\"subHeadingColor\":\"\",\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"source_type\":\"image\",\"block_id\":\"15eb7179\",\"ctaIcon\":\"\",\"ctaType\":\"text\",\"ctaText\":\"READ MORE\",\"ctaLinkColor\":\"var(\\u002d\\u002dast-global-color-0)\",\"ctaDecoration\":\"underline\",\"ctaFontSize\":12,\"ctaFontWeight\":\"600\",\"ctaLetterSpacing\":2,\"ctaBorderColor\":\"\",\"ctaBorderStyle\":\"\",\"ctaBorderWidth\":\"\",\"ctaBorderRadius\":\"\",\"iconBottomMargin\":30,\"iconImage\":{\"id\":838,\"title\":\"49g\",\"filename\":\"49g.jpg\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/49g.jpg\",\"link\":\"https://blueroan.netgen.cloud/home/49g/\",\"alt\":\"\",\"author\":\"2\",\"description\":\"\",\"caption\":\"\",\"name\":\"49g\",\"status\":\"inherit\",\"uploadedTo\":760,\"date\":\"2022-12-13T11:56:09.000Z\",\"modified\":\"2022-12-13T11:56:09.000Z\",\"menuOrder\":0,\"mime\":\"image/jpeg\",\"type\":\"image\",\"subtype\":\"jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-includes/images/media/default.png\",\"dateFormatted\":\"December 13, 2022\",\"nonces\":{\"update\":\"d856b41bb5\",\"delete\":\"95a15f0ef1\",\"edit\":\"b0a3c69433\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=838\\u0026action=edit\",\"meta\":false,\"authorName\":\"Netgen Support\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/profile.php\",\"uploadedToTitle\":\"Home\",\"uploadedToLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=760\\u0026action=edit\",\"filesizeInBytes\":315296,\"filesizeHumanReadable\":\"308 KB\",\"context\":\"\",\"height\":450,\"width\":650,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/49g-150x150.jpg\",\"orientation\":\"landscape\"},\"medium\":{\"height\":208,\"width\":300,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/49g-300x208.jpg\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/49g.jpg\",\"height\":450,\"width\":650,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"imageSize\":\"full\",\"imageWidth\":100,\"imageWidthMobile\":100,\"imageWidthTablet\":100,\"paddingBtnTop\":10,\"paddingBtnBottom\":10,\"paddingBtnLeft\":14,\"paddingBtnRight\":14,\"imageWidthUnit\":\"%\",\"imageWidthUnitTablet\":\"%\",\"imageWidthUnitMobile\":\"%\",\"subHeadTopMargin\":0,\"subHeadRightMargin\":40,\"subHeadLeftMargin\":0,\"subHeadMarginTopTablet\":0,\"subHeadMarginRightTablet\":0,\"subHeadTabletSpace\":20,\"subHeadMarginLeftTablet\":0,\"imgTagHeight\":69,\"imgTagWidth\":650,\"btnBorderTopWidth\":1,\"btnBorderLeftWidth\":1,\"btnBorderRightWidth\":1,\"btnBorderBottomWidth\":1,\"btnBorderTopLeftRadius\":0,\"btnBorderTopRightRadius\":0,\"btnBorderBottomLeftRadius\":0,\"btnBorderBottomRightRadius\":0,\"btnBorderStyle\":\"solid\",\"btnBorderColor\":\"#333\"} -->\n<div class=\"wp-block-uagb-info-box uagb-block-15eb7179 uagb-infobox__content-wrap  uagb-infobox-icon-above-title uagb-infobox-image-valign-top\"><div class=\"uagb-ifb-content\"><div class=\"uagb-ifb-image-content\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/49g.jpg\" alt=\"\" width=\"100\" height=\"69\" loading=\"lazy\"/></div><div class=\"uagb-ifb-title-wrap\"><h3 class=\"uagb-ifb-title\">The Bluebush </h3></div><p class=\"uagb-ifb-desc\">A warm and comforting suite with a very homely feeling. Settle in and relax like you would at home.</p><div class=\"uagb-ifb-button-wrapper wp-block-button\"><a href=\"\" target=\"_self\" class=\"uagb-infobox-cta-link uagb-disable-link\" rel=\"noopener noreferrer\" alt=\"\"><span class=\"uagb-inline-editing\">READ MORE</span></a></div></div></div>\n<!-- /wp:uagb/info-box --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"6ca7fdc9\",\"widthDesktop\":50,\"bottomPaddingDesktop\":20,\"rightPaddingDesktop\":32,\"bottomPaddingTablet\":35,\"rightPaddingTablet\":15,\"bottomPaddingMobile\":65,\"paddingLink\":false,\"topMarginDesktop\":0,\"bottomMarginDesktop\":0,\"leftMarginDesktop\":5,\"rightMarginDesktop\":5,\"topMarginMobile\":0,\"bottomMarginMobile\":0,\"leftMarginMobile\":0,\"rightMarginMobile\":0,\"marginLink\":false,\"variationSelected\":true,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-6ca7fdc9\"><!-- wp:uagb/info-box {\"classMigrate\":true,\"headingAlign\":\"left\",\"headingColor\":\"\",\"subHeadingColor\":\"\",\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"source_type\":\"image\",\"block_id\":\"a18521f2\",\"ctaIcon\":\"\",\"ctaType\":\"text\",\"ctaText\":\"READ MORE\",\"ctaLinkColor\":\"var(\\u002d\\u002dast-global-color-0)\",\"ctaDecoration\":\"underline\",\"ctaFontSize\":12,\"ctaFontWeight\":\"600\",\"ctaLetterSpacing\":2,\"ctaBorderColor\":\"\",\"ctaBorderStyle\":\"\",\"ctaBorderWidth\":\"\",\"ctaBorderRadius\":\"\",\"iconBottomMargin\":30,\"iconImage\":{\"id\":284,\"title\":\"room-4\",\"filename\":\"room-4-1.jpg\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/room-4-1.jpg\",\"link\":\"https://blueroan.netgen.cloud/room-4-2/\",\"alt\":\"\",\"author\":\"34\",\"description\":\"\",\"caption\":\"\",\"name\":\"room-4-2\",\"status\":\"inherit\",\"uploadedTo\":0,\"date\":\"2021-05-11T12:34:14.000Z\",\"modified\":\"2021-05-11T12:34:14.000Z\",\"menuOrder\":0,\"mime\":\"image/jpeg\",\"type\":\"image\",\"subtype\":\"jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/default.png\",\"dateFormatted\":\"May 11, 2021\",\"nonces\":{\"update\":\"7cafb104e4\",\"delete\":\"c76125dda4\",\"edit\":\"a40254c450\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=284\\u0026action=edit\",\"meta\":false,\"authorName\":\"Rishabh\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/user-edit.php?user_id=34\",\"filesizeInBytes\":40918,\"filesizeHumanReadable\":\"40 KB\",\"context\":\"\",\"height\":400,\"width\":600,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/room-4-1-150x150.jpg\",\"orientation\":\"landscape\"},\"medium\":{\"height\":200,\"width\":300,\"url\":\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/room-4-1-300x200.jpg\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/room-4-1.jpg\",\"height\":400,\"width\":600,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"imageSize\":\"full\",\"imageWidth\":100,\"imageWidthMobile\":100,\"imageWidthTablet\":100,\"paddingBtnTop\":10,\"paddingBtnBottom\":10,\"paddingBtnLeft\":14,\"paddingBtnRight\":14,\"imageWidthUnit\":\"%\",\"imageWidthUnitTablet\":\"%\",\"imageWidthUnitMobile\":\"%\",\"subHeadTopMargin\":0,\"subHeadRightMargin\":40,\"subHeadLeftMargin\":0,\"subHeadMarginTopTablet\":0,\"subHeadMarginRightTablet\":0,\"subHeadTabletSpace\":20,\"subHeadMarginLeftTablet\":0,\"imgTagHeight\":66,\"imgTagWidth\":600,\"btnBorderTopWidth\":1,\"btnBorderLeftWidth\":1,\"btnBorderRightWidth\":1,\"btnBorderBottomWidth\":1,\"btnBorderTopLeftRadius\":0,\"btnBorderTopRightRadius\":0,\"btnBorderBottomLeftRadius\":0,\"btnBorderBottomRightRadius\":0,\"btnBorderStyle\":\"solid\",\"btnBorderColor\":\"#333\"} -->\n<div class=\"wp-block-uagb-info-box uagb-block-a18521f2 uagb-infobox__content-wrap  uagb-infobox-icon-above-title uagb-infobox-image-valign-top\"><div class=\"uagb-ifb-content\"><div class=\"uagb-ifb-image-content\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/room-4-1.jpg\" alt=\"\" width=\"100\" height=\"66\" loading=\"lazy\"/></div><div class=\"uagb-ifb-title-wrap\"><h3 class=\"uagb-ifb-title\">Executive Suite​</h3></div><p class=\"uagb-ifb-desc\">Experience luxury in style in our executive suites. These rooms also give you a beautiful view of the city.</p><div class=\"uagb-ifb-button-wrapper wp-block-button\"><a href=\"\" target=\"_self\" class=\"uagb-infobox-cta-link uagb-disable-link\" rel=\"noopener noreferrer\" alt=\"\"><span class=\"uagb-inline-editing\">READ MORE</span></a></div></div></div>\n<!-- /wp:uagb/info-box --></div>\n<!-- /wp:uagb/container --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"0a306265\",\"directionDesktop\":\"row\",\"justifyContentDesktop\":\"flex-start\",\"topMarginDesktop\":54,\"bottomMarginDesktop\":0,\"leftMarginDesktop\":0,\"rightMarginDesktop\":0,\"topMarginMobile\":0,\"bottomMarginMobile\":0,\"leftMarginMobile\":0,\"rightMarginMobile\":0,\"marginLink\":false,\"variationSelected\":true,\"rowGapMobile\":0,\"columnGapDesktop\":0} -->\n<div class=\"wp-block-uagb-container uagb-block-0a306265\"><!-- wp:uagb/container {\"block_id\":\"59df76ac\",\"widthDesktop\":50,\"bottomPaddingDesktop\":20,\"rightPaddingDesktop\":32,\"bottomPaddingTablet\":35,\"rightPaddingTablet\":15,\"bottomPaddingMobile\":65,\"paddingLink\":false,\"topMarginDesktop\":0,\"bottomMarginDesktop\":0,\"leftMarginDesktop\":5,\"rightMarginDesktop\":5,\"topMarginMobile\":0,\"bottomMarginMobile\":0,\"leftMarginMobile\":0,\"rightMarginMobile\":0,\"marginLink\":false,\"variationSelected\":true,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-59df76ac\"><!-- wp:uagb/info-box {\"classMigrate\":true,\"headingAlign\":\"left\",\"headingColor\":\"\",\"subHeadingColor\":\"\",\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"source_type\":\"image\",\"block_id\":\"e13f8cf7\",\"ctaIcon\":\"\",\"ctaType\":\"text\",\"ctaText\":\"READ MORE\",\"ctaLinkColor\":\"var(\\u002d\\u002dast-global-color-0)\",\"ctaDecoration\":\"underline\",\"ctaFontSize\":12,\"ctaFontWeight\":\"600\",\"ctaLetterSpacing\":2,\"ctaBorderColor\":\"\",\"ctaBorderStyle\":\"\",\"ctaBorderWidth\":\"\",\"ctaBorderRadius\":\"\",\"iconBottomMargin\":30,\"iconImage\":{\"id\":289,\"title\":\"room-5\",\"filename\":\"room-5.jpg\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/room-5.jpg\",\"link\":\"https://blueroan.netgen.cloud/room-5/\",\"alt\":\"\",\"author\":\"34\",\"description\":\"\",\"caption\":\"\",\"name\":\"room-5\",\"status\":\"inherit\",\"uploadedTo\":0,\"date\":\"2021-05-11T12:41:05.000Z\",\"modified\":\"2021-05-11T12:41:05.000Z\",\"menuOrder\":0,\"mime\":\"image/jpeg\",\"type\":\"image\",\"subtype\":\"jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/default.png\",\"dateFormatted\":\"May 11, 2021\",\"nonces\":{\"update\":\"67479f178f\",\"delete\":\"0a3770770f\",\"edit\":\"881fd0ea74\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=289\\u0026action=edit\",\"meta\":false,\"authorName\":\"Rishabh\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/user-edit.php?user_id=34\",\"filesizeInBytes\":49173,\"filesizeHumanReadable\":\"48 KB\",\"context\":\"\",\"height\":400,\"width\":600,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/room-5-150x150.jpg\",\"orientation\":\"landscape\"},\"medium\":{\"height\":200,\"width\":300,\"url\":\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/room-5-300x200.jpg\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/room-5.jpg\",\"height\":400,\"width\":600,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"imageSize\":\"full\",\"imageWidth\":100,\"imageWidthMobile\":100,\"imageWidthTablet\":100,\"paddingBtnTop\":10,\"paddingBtnBottom\":10,\"paddingBtnLeft\":14,\"paddingBtnRight\":14,\"imageWidthUnit\":\"%\",\"imageWidthUnitTablet\":\"%\",\"imageWidthUnitMobile\":\"%\",\"subHeadTopMargin\":0,\"subHeadRightMargin\":40,\"subHeadLeftMargin\":0,\"subHeadMarginTopTablet\":0,\"subHeadMarginRightTablet\":0,\"subHeadTabletSpace\":20,\"subHeadMarginLeftTablet\":0,\"imgTagHeight\":66,\"imgTagWidth\":600,\"btnBorderTopWidth\":1,\"btnBorderLeftWidth\":1,\"btnBorderRightWidth\":1,\"btnBorderBottomWidth\":1,\"btnBorderTopLeftRadius\":0,\"btnBorderTopRightRadius\":0,\"btnBorderBottomLeftRadius\":0,\"btnBorderBottomRightRadius\":0,\"btnBorderStyle\":\"solid\",\"btnBorderColor\":\"#333\"} -->\n<div class=\"wp-block-uagb-info-box uagb-block-e13f8cf7 uagb-infobox__content-wrap  uagb-infobox-icon-above-title uagb-infobox-image-valign-top\"><div class=\"uagb-ifb-content\"><div class=\"uagb-ifb-image-content\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/room-5.jpg\" alt=\"\" width=\"100\" height=\"66\" loading=\"lazy\"/></div><div class=\"uagb-ifb-title-wrap\"><h3 class=\"uagb-ifb-title\">Grand Suite​</h3></div><p class=\"uagb-ifb-desc\">This is the second-highest ranked room in our hotel that offers luxury with the most advanced amenities.</p><div class=\"uagb-ifb-button-wrapper wp-block-button\"><a href=\"\" target=\"_self\" class=\"uagb-infobox-cta-link uagb-disable-link\" rel=\"noopener noreferrer\" alt=\"\"><span class=\"uagb-inline-editing\">READ MORE</span></a></div></div></div>\n<!-- /wp:uagb/info-box --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"326d9af9\",\"widthDesktop\":50,\"bottomPaddingDesktop\":20,\"rightPaddingDesktop\":32,\"bottomPaddingTablet\":35,\"rightPaddingTablet\":15,\"paddingLink\":false,\"topMarginDesktop\":0,\"bottomMarginDesktop\":0,\"leftMarginDesktop\":5,\"rightMarginDesktop\":5,\"topMarginMobile\":0,\"bottomMarginMobile\":0,\"leftMarginMobile\":0,\"rightMarginMobile\":0,\"marginLink\":false,\"variationSelected\":true,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-326d9af9\"><!-- wp:uagb/info-box {\"classMigrate\":true,\"headingAlign\":\"left\",\"headingColor\":\"\",\"subHeadingColor\":\"\",\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"source_type\":\"image\",\"block_id\":\"ea3a584f\",\"ctaIcon\":\"\",\"ctaType\":\"text\",\"ctaText\":\"READ MORE\",\"ctaLinkColor\":\"var(\\u002d\\u002dast-global-color-0)\",\"ctaDecoration\":\"underline\",\"ctaFontSize\":12,\"ctaFontWeight\":\"600\",\"ctaLetterSpacing\":2,\"ctaBorderColor\":\"\",\"ctaBorderStyle\":\"\",\"ctaBorderWidth\":\"\",\"ctaBorderRadius\":\"\",\"iconBottomMargin\":30,\"iconImage\":{\"id\":290,\"title\":\"room-6\",\"filename\":\"room-6.jpg\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/room-6.jpg\",\"link\":\"https://blueroan.netgen.cloud/room-6/\",\"alt\":\"\",\"author\":\"34\",\"description\":\"\",\"caption\":\"\",\"name\":\"room-6\",\"status\":\"inherit\",\"uploadedTo\":0,\"date\":\"2021-05-11T12:42:24.000Z\",\"modified\":\"2021-05-11T12:42:24.000Z\",\"menuOrder\":0,\"mime\":\"image/jpeg\",\"type\":\"image\",\"subtype\":\"jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/default.png\",\"dateFormatted\":\"May 11, 2021\",\"nonces\":{\"update\":\"ca0f21bc6b\",\"delete\":\"aeb89ca3d4\",\"edit\":\"4be159def3\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=290\\u0026action=edit\",\"meta\":false,\"authorName\":\"Rishabh\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/user-edit.php?user_id=34\",\"filesizeInBytes\":50081,\"filesizeHumanReadable\":\"49 KB\",\"context\":\"\",\"height\":400,\"width\":600,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/room-6-150x150.jpg\",\"orientation\":\"landscape\"},\"medium\":{\"height\":200,\"width\":300,\"url\":\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/room-6-300x200.jpg\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/room-6.jpg\",\"height\":400,\"width\":600,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"imageSize\":\"full\",\"imageWidth\":100,\"imageWidthMobile\":100,\"imageWidthTablet\":100,\"paddingBtnTop\":10,\"paddingBtnBottom\":10,\"paddingBtnLeft\":14,\"paddingBtnRight\":14,\"imageWidthUnit\":\"%\",\"imageWidthUnitTablet\":\"%\",\"imageWidthUnitMobile\":\"%\",\"subHeadTopMargin\":0,\"subHeadRightMargin\":40,\"subHeadLeftMargin\":0,\"subHeadMarginTopTablet\":0,\"subHeadMarginRightTablet\":0,\"subHeadTabletSpace\":20,\"subHeadMarginLeftTablet\":0,\"imgTagHeight\":66,\"imgTagWidth\":600,\"btnBorderTopWidth\":1,\"btnBorderLeftWidth\":1,\"btnBorderRightWidth\":1,\"btnBorderBottomWidth\":1,\"btnBorderTopLeftRadius\":0,\"btnBorderTopRightRadius\":0,\"btnBorderBottomLeftRadius\":0,\"btnBorderBottomRightRadius\":0,\"btnBorderStyle\":\"solid\",\"btnBorderColor\":\"#333\"} -->\n<div class=\"wp-block-uagb-info-box uagb-block-ea3a584f uagb-infobox__content-wrap  uagb-infobox-icon-above-title uagb-infobox-image-valign-top\"><div class=\"uagb-ifb-content\"><div class=\"uagb-ifb-image-content\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/room-6.jpg\" alt=\"\" width=\"100\" height=\"66\" loading=\"lazy\"/></div><div class=\"uagb-ifb-title-wrap\"><h3 class=\"uagb-ifb-title\">Presidential Suite​</h3></div><p class=\"uagb-ifb-desc\">Wish to live like a king? Here’s the top presidential suite where you can spend the best days of your life.</p><div class=\"uagb-ifb-button-wrapper wp-block-button\"><a href=\"\" target=\"_self\" class=\"uagb-infobox-cta-link uagb-disable-link\" rel=\"noopener noreferrer\" alt=\"\"><span class=\"uagb-inline-editing\">READ MORE</span></a></div></div></div>\n<!-- /wp:uagb/info-box --></div>\n<!-- /wp:uagb/container --></div>\n<!-- /wp:uagb/container --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"848c81cb\",\"innerContentCustomWidthDesktop\":781,\"innerContentCustomWidthTablet\":781,\"backgroundType\":\"image\",\"backgroundImageDesktop\":{\"id\":54,\"title\":\"background-img\",\"filename\":\"background-img-1.jpg\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/background-img-1.jpg\",\"link\":\"https://blueroan.netgen.cloud/background-img-2/\",\"alt\":\"\",\"author\":\"34\",\"description\":\"\",\"caption\":\"\",\"name\":\"background-img-2\",\"status\":\"inherit\",\"uploadedTo\":0,\"date\":\"2021-05-07T10:11:37.000Z\",\"modified\":\"2021-05-07T10:11:37.000Z\",\"menuOrder\":0,\"mime\":\"image/jpeg\",\"type\":\"image\",\"subtype\":\"jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/default.png\",\"dateFormatted\":\"May 7, 2021\",\"nonces\":{\"update\":\"bb999636b9\",\"delete\":\"d2e1375bc4\",\"edit\":\"005dd2f0c9\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=54\\u0026action=edit\",\"meta\":false,\"authorName\":\"Rishabh\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/user-edit.php?user_id=34\",\"filesizeInBytes\":338858,\"filesizeHumanReadable\":\"331 KB\",\"context\":\"\",\"height\":1080,\"width\":1920,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/background-img-1-150x150.jpg\",\"orientation\":\"landscape\"},\"medium\":{\"height\":169,\"width\":300,\"url\":\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/background-img-1-300x169.jpg\",\"orientation\":\"landscape\"},\"large\":{\"height\":576,\"width\":1024,\"url\":\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/background-img-1-1024x576.jpg\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/background-img-1.jpg\",\"height\":1080,\"width\":1920,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"backgroundImageColor\":\"rgba(42,42,42,0.65)\",\"topPaddingDesktop\":144,\"bottomPaddingDesktop\":144,\"leftPaddingDesktop\":40,\"rightPaddingDesktop\":40,\"topPaddingTablet\":80,\"bottomPaddingTablet\":80,\"leftPaddingTablet\":40,\"rightPaddingTablet\":40,\"topPaddingMobile\":64,\"bottomPaddingMobile\":64,\"leftPaddingMobile\":24,\"rightPaddingMobile\":24,\"paddingLink\":false,\"variationSelected\":true,\"isBlockRootParent\":true,\"overlayType\":\"color\"} -->\n<div class=\"wp-block-uagb-container uagb-block-848c81cb alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/advanced-heading {\"block_id\":\"c61d8881\",\"classMigrate\":true,\"headingDescToggle\":true,\"headingAlign\":\"center\",\"headingColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"subHeadingColor\":\"var(\\u002d\\u002dast-global-color-4)\",\"headSpace\":20} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-c61d8881\"><h2 class=\"uagb-heading-text\">Plan an Unforgettable Experience in Mykonos Today!</h2><p class=\"uagb-desc-text\">We can help you fit your stay and experience within your allotted budget.</p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/advanced-heading {\"block_id\":\"260014c3\",\"classMigrate\":true,\"headingTitleToggle\":false,\"headingDescToggle\":true,\"headingAlign\":\"center\",\"subHeadingColor\":\"var(\\u002d\\u002dast-global-color-4)\",\"subHeadTransform\":\"uppercase\",\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"subHeadLetterSpacing\":2,\"blockTopPadding\":60,\"blockRightPadding\":0,\"blockLeftPadding\":0,\"blockBottomPadding\":0,\"blockTopPaddingMobile\":30,\"blockRightPaddingMobile\":0,\"blockLeftPaddingMobile\":0,\"blockBottomPaddingMobile\":0} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-260014c3\"><p class=\"uagb-desc-text\">BOOK YOUR STAY NOW​</p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/icon-list {\"block_id\":\"7095a1fe\",\"classMigrate\":true,\"childMigrate\":true,\"align\":\"center\",\"parentIcon\":\"phone\",\"size\":40,\"sizeMobile\":24,\"sizeTablet\":32,\"fontSize\":48,\"fontSizeMobile\":28,\"fontSizeTablet\":40,\"fontWeight\":\"600\",\"iconColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"labelColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"blockTopPadding\":0,\"blockRightPadding\":0,\"blockLeftPadding\":0,\"blockBottomPadding\":24,\"blockPaddingLink\":false} -->\n<div class=\"wp-block-uagb-icon-list uagb-block-7095a1fe\"><div class=\"uagb-icon-list__wrap\"><!-- wp:uagb/icon-list-child {\"block_id\":\"c49db17b\",\"label\":\"+1-123 456 7890​\",\"label_color\":\"\",\"fromParentIcon\":\"phone\",\"imageSizeChild\":40} -->\n<div class=\"wp-block-uagb-icon-list-child uagb-block-c49db17b\"><span class=\"uagb-icon-list__source-wrap\"><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M511.2 387l-23.25 100.8c-3.266 14.25-15.79 24.22-30.46 24.22C205.2 512 0 306.8 0 54.5c0-14.66 9.969-27.2 24.22-30.45l100.8-23.25C139.7-2.602 154.7 5.018 160.8 18.92l46.52 108.5c5.438 12.78 1.77 27.67-8.98 36.45L144.5 207.1c33.98 69.22 90.26 125.5 159.5 159.5l44.08-53.8c8.688-10.78 23.69-14.51 36.47-8.975l108.5 46.51C506.1 357.2 514.6 372.4 511.2 387z\"></path></svg></span><span class=\"uagb-icon-list__label\">+1-123 456 7890​</span></div>\n<!-- /wp:uagb/icon-list-child --></div></div>\n<!-- /wp:uagb/icon-list --></div></div>\n<!-- /wp:uagb/container -->',	'Accommodation',	'',	'inherit',	'closed',	'closed',	'',	'761-revision-v1',	'',	'',	'2022-12-13 13:29:38',	'2022-12-13 13:29:38',	'',	761,	'https://blueroan.netgen.cloud/?p=865',	0,	'revision',	'',	0),
(867,	2,	'2022-12-13 13:33:25',	'2022-12-13 13:33:25',	'<!-- wp:uagb/container {\"block_id\":\"67519653\",\"backgroundType\":\"image\",\"backgroundImageDesktop\":{\"id\":797,\"title\":\"blue-roan-guest-farm (13)\",\"filename\":\"blue-roan-guest-farm-13.jpg\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-13.jpg\",\"link\":\"https://blueroan.netgen.cloud/home/blue-roan-guest-farm-13/\",\"alt\":\"\",\"author\":\"2\",\"description\":\"\",\"caption\":\"\",\"name\":\"blue-roan-guest-farm-13\",\"status\":\"inherit\",\"uploadedTo\":760,\"date\":\"2022-12-13T09:37:10.000Z\",\"modified\":\"2022-12-13T09:37:10.000Z\",\"menuOrder\":0,\"mime\":\"image/jpeg\",\"type\":\"image\",\"subtype\":\"jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-includes/images/media/default.png\",\"dateFormatted\":\"December 13, 2022\",\"nonces\":{\"update\":\"88c7dafe15\",\"delete\":\"0e63c986af\",\"edit\":\"ba0aad2d7f\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=797\\u0026action=edit\",\"meta\":false,\"authorName\":\"Netgen Support\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/profile.php\",\"uploadedToTitle\":\"Home\",\"uploadedToLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=760\\u0026action=edit\",\"filesizeInBytes\":201183,\"filesizeHumanReadable\":\"196 KB\",\"context\":\"\",\"height\":667,\"width\":1000,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-13-150x150.jpg\",\"orientation\":\"landscape\"},\"medium\":{\"height\":200,\"width\":300,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-13-300x200.jpg\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-13.jpg\",\"height\":667,\"width\":1000,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"backgroundPositionDesktop\":{\"x\":0.62,\"y\":0.78},\"backgroundSizeTablet\":\"cover\",\"backgroundSizeMobile\":\"cover\",\"backgroundColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"backgroundImageColor\":\"rgba(42,42,42,0.5)\",\"topPaddingDesktop\":220,\"bottomPaddingDesktop\":150,\"topPaddingTablet\":170,\"bottomPaddingTablet\":160,\"leftPaddingTablet\":30,\"rightPaddingTablet\":30,\"topPaddingMobile\":180,\"bottomPaddingMobile\":80,\"leftPaddingMobile\":20,\"rightPaddingMobile\":20,\"paddingLink\":false,\"variationSelected\":true,\"isBlockRootParent\":true,\"overlayType\":\"color\"} -->\n<div class=\"wp-block-uagb-container uagb-block-67519653 alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/advanced-heading {\"block_id\":\"1377f4d9\",\"classMigrate\":true,\"headingDescToggle\":true,\"headingColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"subHeadingColor\":\"var(\\u002d\\u002dast-global-color-4)\",\"headingTag\":\"h1\",\"headSpace\":20,\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"blockTopPadding\":0,\"blockRightPadding\":50,\"blockLeftPadding\":0,\"blockBottomPadding\":0,\"blockTopPaddingTablet\":0,\"blockRightPaddingTablet\":20,\"blockLeftPaddingTablet\":0,\"blockBottomPaddingTablet\":0,\"blockTopPaddingMobile\":0,\"blockRightPaddingMobile\":0,\"blockLeftPaddingMobile\":0,\"blockBottomPaddingMobile\":0,\"blockPaddingUnit\":\"%\",\"blockPaddingUnitTablet\":\"%\"} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-1377f4d9\"><h1 class=\"uagb-heading-text\">Rooms &amp; Accommodation​</h1><p class=\"uagb-desc-text\">If you are looking for a home away from home, even a place your dog can come along then take a closer look into the rooms we offer and pick the one for you.</p></div>\n<!-- /wp:uagb/advanced-heading --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"84d9ce94\",\"backgroundType\":\"color\",\"backgroundSizeTablet\":\"cover\",\"backgroundSizeMobile\":\"cover\",\"backgroundColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"topPaddingDesktop\":120,\"bottomPaddingDesktop\":120,\"topPaddingTablet\":80,\"bottomPaddingTablet\":80,\"leftPaddingTablet\":30,\"rightPaddingTablet\":30,\"topPaddingMobile\":80,\"bottomPaddingMobile\":80,\"leftPaddingMobile\":20,\"rightPaddingMobile\":20,\"paddingLink\":false,\"variationSelected\":true,\"rowGapDesktop\":0,\"isBlockRootParent\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-84d9ce94 alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/container {\"block_id\":\"20f1152f\",\"directionDesktop\":\"row\",\"alignItemsDesktop\":\"flex-end\",\"alignItemsTablet\":\"flex-end\",\"justifyContentDesktop\":\"flex-end\",\"justifyContentTablet\":\"space-between\",\"variationSelected\":true,\"rowGapMobile\":20,\"columnGapDesktop\":0} -->\n<div class=\"wp-block-uagb-container uagb-block-20f1152f\"><!-- wp:uagb/advanced-heading {\"block_id\":\"46fbe16b\",\"classMigrate\":true,\"headingDescToggle\":true,\"subHeadingColor\":\"\",\"headSpace\":20,\"subHeadFontSize\":16} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-46fbe16b\"><h2 class=\"uagb-heading-text\">Come &amp; Stay With Us​</h2><p class=\"uagb-desc-text\">There are 7 excellent brick self-catering units available, each private and with a distinctive personality and theme. They are particularly made for pet-free or pet-owning couples looking for a romantic and serene setting to reconnect, celebrate special occasions, or simply unwind on a holiday.<br><br>We are pet-friendly by arrangement as each unit is separately fenced with its own grassy garden with a garden gate leading to the generous park area where pets can socialize. &nbsp;We also have lovely safe off-leash walking trails on our property and beyond. &nbsp;Our units are very luxurious with everything you would need and very homely and charming. Regrettably no children or group bookings.  </p></div>\n<!-- /wp:uagb/advanced-heading --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"2ce237e2\",\"directionDesktop\":\"row\",\"alignItemsTablet\":\"flex-start\",\"justifyContentDesktop\":\"flex-start\",\"topMarginDesktop\":54,\"bottomMarginDesktop\":0,\"leftMarginDesktop\":0,\"rightMarginDesktop\":0,\"marginLink\":false,\"variationSelected\":true,\"rowGapMobile\":0,\"columnGapDesktop\":0} -->\n<div class=\"wp-block-uagb-container uagb-block-2ce237e2\"><!-- wp:uagb/container {\"block_id\":\"632e95b4\",\"widthDesktop\":50,\"bottomPaddingDesktop\":20,\"rightPaddingDesktop\":32,\"bottomPaddingTablet\":35,\"rightPaddingTablet\":15,\"bottomPaddingMobile\":65,\"paddingLink\":false,\"topMarginDesktop\":0,\"bottomMarginDesktop\":0,\"leftMarginDesktop\":5,\"rightMarginDesktop\":5,\"topMarginMobile\":0,\"bottomMarginMobile\":0,\"leftMarginMobile\":0,\"rightMarginMobile\":0,\"marginLink\":false,\"variationSelected\":true,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-632e95b4\"><!-- wp:uagb/info-box {\"classMigrate\":true,\"headingAlign\":\"left\",\"headingColor\":\"\",\"subHeadingColor\":\"\",\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"source_type\":\"image\",\"block_id\":\"98eee6af\",\"ctaIcon\":\"\",\"ctaType\":\"text\",\"ctaText\":\"READ MORE\",\"ctaLinkColor\":\"var(\\u002d\\u002dast-global-color-0)\",\"ctaDecoration\":\"underline\",\"ctaFontSize\":12,\"ctaFontWeight\":\"600\",\"ctaLetterSpacing\":2,\"ctaBorderColor\":\"\",\"ctaBorderStyle\":\"\",\"ctaBorderWidth\":\"\",\"ctaBorderRadius\":\"\",\"iconBottomMargin\":30,\"iconImage\":{\"uploading\":false,\"date\":1670936674000,\"filename\":\"blue-roan-guest-farm-10.jpg\",\"menuOrder\":0,\"uploadedTo\":761,\"type\":\"image\",\"subtype\":\"jpeg\",\"id\":863,\"title\":\"blue-roan-guest-farm (10)\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-10.jpg\",\"link\":\"https://blueroan.netgen.cloud/accommodation/blue-roan-guest-farm-10/\",\"alt\":\"\",\"author\":\"2\",\"description\":\"\",\"caption\":\"\",\"name\":\"blue-roan-guest-farm-10\",\"status\":\"inherit\",\"modified\":1670936674000,\"mime\":\"image/jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-includes/images/media/default.png\",\"dateFormatted\":\"December 13, 2022\",\"nonces\":{\"update\":\"1a7491aa65\",\"delete\":\"dc6afaa89c\",\"edit\":\"7635ee35fb\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=863\\u0026action=edit\",\"meta\":false,\"authorName\":\"Netgen Support\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/profile.php\",\"uploadedToTitle\":\"Accommodation\",\"uploadedToLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=761\\u0026action=edit\",\"filesizeInBytes\":149768,\"filesizeHumanReadable\":\"146 KB\",\"context\":\"\",\"height\":667,\"width\":1000,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-10-150x150.jpg\",\"orientation\":\"landscape\"},\"medium\":{\"height\":200,\"width\":300,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-10-300x200.jpg\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-10.jpg\",\"height\":667,\"width\":1000,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"imageSize\":\"full\",\"imageWidth\":100,\"imageWidthMobile\":100,\"imageWidthTablet\":100,\"paddingBtnTop\":10,\"paddingBtnBottom\":10,\"paddingBtnLeft\":14,\"paddingBtnRight\":14,\"imageWidthUnit\":\"%\",\"imageWidthUnitTablet\":\"%\",\"imageWidthUnitMobile\":\"%\",\"subHeadTopMargin\":0,\"subHeadRightMargin\":40,\"subHeadLeftMargin\":0,\"subHeadMarginTopTablet\":0,\"subHeadMarginRightTablet\":0,\"subHeadTabletSpace\":20,\"subHeadMarginLeftTablet\":0,\"imgTagHeight\":66,\"imgTagWidth\":1000,\"btnBorderTopWidth\":1,\"btnBorderLeftWidth\":1,\"btnBorderRightWidth\":1,\"btnBorderBottomWidth\":1,\"btnBorderTopLeftRadius\":0,\"btnBorderTopRightRadius\":0,\"btnBorderBottomLeftRadius\":0,\"btnBorderBottomRightRadius\":0,\"btnBorderStyle\":\"solid\",\"btnBorderColor\":\"#333\"} -->\n<div class=\"wp-block-uagb-info-box uagb-block-98eee6af uagb-infobox__content-wrap  uagb-infobox-icon-above-title uagb-infobox-image-valign-top\"><div class=\"uagb-ifb-content\"><div class=\"uagb-ifb-image-content\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-10.jpg\" alt=\"\" width=\"100\" height=\"66\" loading=\"lazy\"/></div><div class=\"uagb-ifb-title-wrap\"><h3 class=\"uagb-ifb-title\">The Barn </h3></div><p class=\"uagb-ifb-desc\">Rustic beams and exposed wood are all hallmarks of our barn-style suite. This is an open-plan unit with lots of windows with a raised king bed on a platform that faces the TV and the mountains.</p><div class=\"uagb-ifb-button-wrapper wp-block-button\"><a href=\"\" target=\"_self\" class=\"uagb-infobox-cta-link uagb-disable-link\" rel=\"noopener noreferrer\" alt=\"\"><span class=\"uagb-inline-editing\">READ MORE</span></a></div></div></div>\n<!-- /wp:uagb/info-box --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"2725b769\",\"widthDesktop\":50,\"bottomPaddingDesktop\":20,\"rightPaddingDesktop\":32,\"bottomPaddingTablet\":35,\"rightPaddingTablet\":15,\"bottomPaddingMobile\":65,\"paddingLink\":false,\"topMarginDesktop\":0,\"bottomMarginDesktop\":0,\"leftMarginDesktop\":5,\"rightMarginDesktop\":5,\"topMarginMobile\":0,\"bottomMarginMobile\":0,\"leftMarginMobile\":0,\"rightMarginMobile\":0,\"marginLink\":false,\"variationSelected\":true,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-2725b769\"><!-- wp:uagb/info-box {\"classMigrate\":true,\"headingAlign\":\"left\",\"headingColor\":\"\",\"subHeadingColor\":\"\",\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"source_type\":\"image\",\"block_id\":\"e9f1be8d\",\"ctaIcon\":\"\",\"ctaType\":\"text\",\"ctaText\":\"READ MORE\",\"ctaLinkColor\":\"var(\\u002d\\u002dast-global-color-0)\",\"ctaDecoration\":\"underline\",\"ctaFontSize\":12,\"ctaFontWeight\":\"600\",\"ctaLetterSpacing\":2,\"ctaBorderColor\":\"\",\"ctaBorderStyle\":\"\",\"ctaBorderWidth\":\"\",\"ctaBorderRadius\":\"\",\"iconBottomMargin\":30,\"iconImage\":{\"uploading\":false,\"date\":1670936842000,\"filename\":\"tuscan-suite-raised-bed-and-settee.jpg\",\"menuOrder\":0,\"uploadedTo\":761,\"type\":\"image\",\"subtype\":\"jpeg\",\"id\":864,\"title\":\"tuscan-suite-raised-bed-and-settee\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/tuscan-suite-raised-bed-and-settee.jpg\",\"link\":\"https://blueroan.netgen.cloud/accommodation/tuscan-suite-raised-bed-and-settee/\",\"alt\":\"\",\"author\":\"2\",\"description\":\"\",\"caption\":\"\",\"name\":\"tuscan-suite-raised-bed-and-settee\",\"status\":\"inherit\",\"modified\":1670936842000,\"mime\":\"image/jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-includes/images/media/default.png\",\"dateFormatted\":\"December 13, 2022\",\"nonces\":{\"update\":\"0624a4a01a\",\"delete\":\"9e8f0f7a5a\",\"edit\":\"087f94f2e5\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=864\\u0026action=edit\",\"meta\":false,\"authorName\":\"Netgen Support\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/profile.php\",\"uploadedToTitle\":\"Accommodation\",\"uploadedToLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=761\\u0026action=edit\",\"filesizeInBytes\":41923,\"filesizeHumanReadable\":\"41 KB\",\"context\":\"\",\"height\":400,\"width\":600,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/tuscan-suite-raised-bed-and-settee-150x150.jpg\",\"orientation\":\"landscape\"},\"medium\":{\"height\":200,\"width\":300,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/tuscan-suite-raised-bed-and-settee-300x200.jpg\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/tuscan-suite-raised-bed-and-settee.jpg\",\"height\":400,\"width\":600,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"imageSize\":\"full\",\"imageWidth\":100,\"imageWidthMobile\":100,\"imageWidthTablet\":100,\"paddingBtnTop\":10,\"paddingBtnBottom\":10,\"paddingBtnLeft\":14,\"paddingBtnRight\":14,\"imageWidthUnit\":\"%\",\"imageWidthUnitTablet\":\"%\",\"imageWidthUnitMobile\":\"%\",\"subHeadTopMargin\":0,\"subHeadRightMargin\":40,\"subHeadLeftMargin\":0,\"subHeadMarginTopTablet\":0,\"subHeadMarginRightTablet\":0,\"subHeadTabletSpace\":20,\"subHeadMarginLeftTablet\":0,\"imgTagHeight\":66,\"imgTagWidth\":600,\"btnBorderTopWidth\":1,\"btnBorderLeftWidth\":1,\"btnBorderRightWidth\":1,\"btnBorderBottomWidth\":1,\"btnBorderTopLeftRadius\":0,\"btnBorderTopRightRadius\":0,\"btnBorderBottomLeftRadius\":0,\"btnBorderBottomRightRadius\":0,\"btnBorderStyle\":\"solid\",\"btnBorderColor\":\"#333\"} -->\n<div class=\"wp-block-uagb-info-box uagb-block-e9f1be8d uagb-infobox__content-wrap  uagb-infobox-icon-above-title uagb-infobox-image-valign-top\"><div class=\"uagb-ifb-content\"><div class=\"uagb-ifb-image-content\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/tuscan-suite-raised-bed-and-settee.jpg\" alt=\"\" width=\"100\" height=\"66\" loading=\"lazy\"/></div><div class=\"uagb-ifb-title-wrap\"><h3 class=\"uagb-ifb-title\">The Tuscan Suite </h3></div><p class=\"uagb-ifb-desc\">Terra-cotta tiles, textured wall treatments, gorgeous, intricate murals,&nbsp;and simple, durable furniture with elegant iron accents are all characteristics of Tuscan interior design.</p><div class=\"uagb-ifb-button-wrapper wp-block-button\"><a href=\"\" target=\"_self\" class=\"uagb-infobox-cta-link uagb-disable-link\" rel=\"noopener noreferrer\" alt=\"\"><span class=\"uagb-inline-editing\">READ MORE</span></a></div></div></div>\n<!-- /wp:uagb/info-box --></div>\n<!-- /wp:uagb/container --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"c4fa6033\",\"directionDesktop\":\"row\",\"alignItemsTablet\":\"flex-start\",\"justifyContentDesktop\":\"flex-start\",\"topMarginDesktop\":54,\"bottomMarginDesktop\":0,\"leftMarginDesktop\":0,\"rightMarginDesktop\":0,\"topMarginMobile\":0,\"bottomMarginMobile\":0,\"leftMarginMobile\":0,\"rightMarginMobile\":0,\"marginLink\":false,\"variationSelected\":true,\"rowGapMobile\":0,\"columnGapDesktop\":0} -->\n<div class=\"wp-block-uagb-container uagb-block-c4fa6033\"><!-- wp:uagb/container {\"block_id\":\"2a2504dd\",\"widthDesktop\":50,\"bottomPaddingDesktop\":20,\"rightPaddingDesktop\":32,\"bottomPaddingTablet\":35,\"leftPaddingTablet\":0,\"rightPaddingTablet\":15,\"bottomPaddingMobile\":65,\"paddingLink\":false,\"topMarginDesktop\":0,\"bottomMarginDesktop\":0,\"leftMarginDesktop\":5,\"rightMarginDesktop\":5,\"topMarginMobile\":0,\"bottomMarginMobile\":0,\"leftMarginMobile\":0,\"rightMarginMobile\":0,\"marginLink\":false,\"variationSelected\":true,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-2a2504dd\"><!-- wp:uagb/info-box {\"classMigrate\":true,\"headingAlign\":\"left\",\"headingColor\":\"\",\"subHeadingColor\":\"\",\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"source_type\":\"image\",\"block_id\":\"c99c326d\",\"ctaIcon\":\"\",\"ctaType\":\"text\",\"ctaText\":\"READ MORE\",\"ctaLinkColor\":\"var(\\u002d\\u002dast-global-color-0)\",\"ctaDecoration\":\"underline\",\"ctaFontSize\":12,\"ctaFontWeight\":\"600\",\"ctaLetterSpacing\":2,\"ctaBorderColor\":\"\",\"ctaBorderStyle\":\"\",\"ctaBorderWidth\":\"\",\"ctaBorderRadius\":\"\",\"iconBottomMargin\":30,\"iconImage\":{\"id\":838,\"title\":\"49g\",\"filename\":\"49g.jpg\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/49g.jpg\",\"link\":\"https://blueroan.netgen.cloud/home/49g/\",\"alt\":\"\",\"author\":\"2\",\"description\":\"\",\"caption\":\"\",\"name\":\"49g\",\"status\":\"inherit\",\"uploadedTo\":760,\"date\":\"2022-12-13T11:56:09.000Z\",\"modified\":\"2022-12-13T11:56:09.000Z\",\"menuOrder\":0,\"mime\":\"image/jpeg\",\"type\":\"image\",\"subtype\":\"jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-includes/images/media/default.png\",\"dateFormatted\":\"December 13, 2022\",\"nonces\":{\"update\":\"d856b41bb5\",\"delete\":\"95a15f0ef1\",\"edit\":\"b0a3c69433\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=838\\u0026action=edit\",\"meta\":false,\"authorName\":\"Netgen Support\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/profile.php\",\"uploadedToTitle\":\"Home\",\"uploadedToLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=760\\u0026action=edit\",\"filesizeInBytes\":315296,\"filesizeHumanReadable\":\"308 KB\",\"context\":\"\",\"height\":450,\"width\":650,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/49g-150x150.jpg\",\"orientation\":\"landscape\"},\"medium\":{\"height\":208,\"width\":300,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/49g-300x208.jpg\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/49g.jpg\",\"height\":450,\"width\":650,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"imageSize\":\"full\",\"imageWidth\":100,\"imageWidthMobile\":100,\"imageWidthTablet\":100,\"paddingBtnTop\":10,\"paddingBtnBottom\":10,\"paddingBtnLeft\":14,\"paddingBtnRight\":14,\"imageWidthUnit\":\"%\",\"imageWidthUnitTablet\":\"%\",\"imageWidthUnitMobile\":\"%\",\"subHeadTopMargin\":0,\"subHeadRightMargin\":40,\"subHeadLeftMargin\":0,\"subHeadMarginTopTablet\":0,\"subHeadMarginRightTablet\":0,\"subHeadTabletSpace\":20,\"subHeadMarginLeftTablet\":0,\"imgTagHeight\":69,\"imgTagWidth\":650,\"btnBorderTopWidth\":1,\"btnBorderLeftWidth\":1,\"btnBorderRightWidth\":1,\"btnBorderBottomWidth\":1,\"btnBorderTopLeftRadius\":0,\"btnBorderTopRightRadius\":0,\"btnBorderBottomLeftRadius\":0,\"btnBorderBottomRightRadius\":0,\"btnBorderStyle\":\"solid\",\"btnBorderColor\":\"#333\"} -->\n<div class=\"wp-block-uagb-info-box uagb-block-c99c326d uagb-infobox__content-wrap  uagb-infobox-icon-above-title uagb-infobox-image-valign-top\"><div class=\"uagb-ifb-content\"><div class=\"uagb-ifb-image-content\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/49g.jpg\" alt=\"\" width=\"100\" height=\"69\" loading=\"lazy\"/></div><div class=\"uagb-ifb-title-wrap\"><h3 class=\"uagb-ifb-title\">The Bluebush </h3></div><p class=\"uagb-ifb-desc\">A warm and comforting suite with a very homely feeling. Settle in and relax like you would at home.</p><div class=\"uagb-ifb-button-wrapper wp-block-button\"><a href=\"\" target=\"_self\" class=\"uagb-infobox-cta-link uagb-disable-link\" rel=\"noopener noreferrer\" alt=\"\"><span class=\"uagb-inline-editing\">READ MORE</span></a></div></div></div>\n<!-- /wp:uagb/info-box --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"db924b83\",\"widthDesktop\":50,\"bottomPaddingDesktop\":20,\"rightPaddingDesktop\":32,\"bottomPaddingTablet\":35,\"rightPaddingTablet\":15,\"bottomPaddingMobile\":65,\"paddingLink\":false,\"topMarginDesktop\":0,\"bottomMarginDesktop\":0,\"leftMarginDesktop\":5,\"rightMarginDesktop\":5,\"topMarginMobile\":0,\"bottomMarginMobile\":0,\"leftMarginMobile\":0,\"rightMarginMobile\":0,\"marginLink\":false,\"variationSelected\":true,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-db924b83\"><!-- wp:uagb/info-box {\"classMigrate\":true,\"headingAlign\":\"left\",\"headingColor\":\"\",\"subHeadingColor\":\"\",\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"source_type\":\"image\",\"block_id\":\"8321e1e3\",\"ctaIcon\":\"\",\"ctaType\":\"text\",\"ctaText\":\"READ MORE\",\"ctaLinkColor\":\"var(\\u002d\\u002dast-global-color-0)\",\"ctaDecoration\":\"underline\",\"ctaFontSize\":12,\"ctaFontWeight\":\"600\",\"ctaLetterSpacing\":2,\"ctaBorderColor\":\"\",\"ctaBorderStyle\":\"\",\"ctaBorderWidth\":\"\",\"ctaBorderRadius\":\"\",\"iconBottomMargin\":30,\"iconImage\":{\"id\":284,\"title\":\"room-4\",\"filename\":\"room-4-1.jpg\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/room-4-1.jpg\",\"link\":\"https://blueroan.netgen.cloud/room-4-2/\",\"alt\":\"\",\"author\":\"34\",\"description\":\"\",\"caption\":\"\",\"name\":\"room-4-2\",\"status\":\"inherit\",\"uploadedTo\":0,\"date\":\"2021-05-11T12:34:14.000Z\",\"modified\":\"2021-05-11T12:34:14.000Z\",\"menuOrder\":0,\"mime\":\"image/jpeg\",\"type\":\"image\",\"subtype\":\"jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/default.png\",\"dateFormatted\":\"May 11, 2021\",\"nonces\":{\"update\":\"7cafb104e4\",\"delete\":\"c76125dda4\",\"edit\":\"a40254c450\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=284\\u0026action=edit\",\"meta\":false,\"authorName\":\"Rishabh\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/user-edit.php?user_id=34\",\"filesizeInBytes\":40918,\"filesizeHumanReadable\":\"40 KB\",\"context\":\"\",\"height\":400,\"width\":600,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/room-4-1-150x150.jpg\",\"orientation\":\"landscape\"},\"medium\":{\"height\":200,\"width\":300,\"url\":\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/room-4-1-300x200.jpg\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/room-4-1.jpg\",\"height\":400,\"width\":600,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"imageSize\":\"full\",\"imageWidth\":100,\"imageWidthMobile\":100,\"imageWidthTablet\":100,\"paddingBtnTop\":10,\"paddingBtnBottom\":10,\"paddingBtnLeft\":14,\"paddingBtnRight\":14,\"imageWidthUnit\":\"%\",\"imageWidthUnitTablet\":\"%\",\"imageWidthUnitMobile\":\"%\",\"subHeadTopMargin\":0,\"subHeadRightMargin\":40,\"subHeadLeftMargin\":0,\"subHeadMarginTopTablet\":0,\"subHeadMarginRightTablet\":0,\"subHeadTabletSpace\":20,\"subHeadMarginLeftTablet\":0,\"imgTagHeight\":66,\"imgTagWidth\":600,\"btnBorderTopWidth\":1,\"btnBorderLeftWidth\":1,\"btnBorderRightWidth\":1,\"btnBorderBottomWidth\":1,\"btnBorderTopLeftRadius\":0,\"btnBorderTopRightRadius\":0,\"btnBorderBottomLeftRadius\":0,\"btnBorderBottomRightRadius\":0,\"btnBorderStyle\":\"solid\",\"btnBorderColor\":\"#333\"} -->\n<div class=\"wp-block-uagb-info-box uagb-block-8321e1e3 uagb-infobox__content-wrap  uagb-infobox-icon-above-title uagb-infobox-image-valign-top\"><div class=\"uagb-ifb-content\"><div class=\"uagb-ifb-image-content\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/room-4-1.jpg\" alt=\"\" width=\"100\" height=\"66\" loading=\"lazy\"/></div><div class=\"uagb-ifb-title-wrap\"><h3 class=\"uagb-ifb-title\">The Mexican Loft </h3></div><p class=\"uagb-ifb-desc\">This Mexican-inspired unit is full of bold colors and rustic furnishings. This design style has a multifarious feel, mixing rustic wood and wrought iron furnishings with authentic art, textiles, and pottery full of texture and a vivid palette of color</p><div class=\"uagb-ifb-button-wrapper wp-block-button\"><a href=\"\" target=\"_self\" class=\"uagb-infobox-cta-link uagb-disable-link\" rel=\"noopener noreferrer\" alt=\"\"><span class=\"uagb-inline-editing\">READ MORE</span></a></div></div></div>\n<!-- /wp:uagb/info-box --></div>\n<!-- /wp:uagb/container --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"b5539c39\",\"directionDesktop\":\"row\",\"justifyContentDesktop\":\"flex-start\",\"topMarginDesktop\":54,\"bottomMarginDesktop\":0,\"leftMarginDesktop\":0,\"rightMarginDesktop\":0,\"topMarginMobile\":0,\"bottomMarginMobile\":0,\"leftMarginMobile\":0,\"rightMarginMobile\":0,\"marginLink\":false,\"variationSelected\":true,\"rowGapMobile\":0,\"columnGapDesktop\":0} -->\n<div class=\"wp-block-uagb-container uagb-block-b5539c39\"><!-- wp:uagb/container {\"block_id\":\"47124699\",\"widthDesktop\":50,\"bottomPaddingDesktop\":20,\"rightPaddingDesktop\":32,\"bottomPaddingTablet\":35,\"rightPaddingTablet\":15,\"bottomPaddingMobile\":65,\"paddingLink\":false,\"topMarginDesktop\":0,\"bottomMarginDesktop\":0,\"leftMarginDesktop\":5,\"rightMarginDesktop\":5,\"topMarginMobile\":0,\"bottomMarginMobile\":0,\"leftMarginMobile\":0,\"rightMarginMobile\":0,\"marginLink\":false,\"variationSelected\":true,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-47124699\"><!-- wp:uagb/info-box {\"classMigrate\":true,\"headingAlign\":\"left\",\"headingColor\":\"\",\"subHeadingColor\":\"\",\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"source_type\":\"image\",\"block_id\":\"e46bf163\",\"ctaIcon\":\"\",\"ctaType\":\"text\",\"ctaText\":\"READ MORE\",\"ctaLinkColor\":\"var(\\u002d\\u002dast-global-color-0)\",\"ctaDecoration\":\"underline\",\"ctaFontSize\":12,\"ctaFontWeight\":\"600\",\"ctaLetterSpacing\":2,\"ctaBorderColor\":\"\",\"ctaBorderStyle\":\"\",\"ctaBorderWidth\":\"\",\"ctaBorderRadius\":\"\",\"iconBottomMargin\":30,\"iconImage\":{\"id\":289,\"title\":\"room-5\",\"filename\":\"room-5.jpg\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/room-5.jpg\",\"link\":\"https://blueroan.netgen.cloud/room-5/\",\"alt\":\"\",\"author\":\"34\",\"description\":\"\",\"caption\":\"\",\"name\":\"room-5\",\"status\":\"inherit\",\"uploadedTo\":0,\"date\":\"2021-05-11T12:41:05.000Z\",\"modified\":\"2021-05-11T12:41:05.000Z\",\"menuOrder\":0,\"mime\":\"image/jpeg\",\"type\":\"image\",\"subtype\":\"jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/default.png\",\"dateFormatted\":\"May 11, 2021\",\"nonces\":{\"update\":\"67479f178f\",\"delete\":\"0a3770770f\",\"edit\":\"881fd0ea74\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=289\\u0026action=edit\",\"meta\":false,\"authorName\":\"Rishabh\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/user-edit.php?user_id=34\",\"filesizeInBytes\":49173,\"filesizeHumanReadable\":\"48 KB\",\"context\":\"\",\"height\":400,\"width\":600,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/room-5-150x150.jpg\",\"orientation\":\"landscape\"},\"medium\":{\"height\":200,\"width\":300,\"url\":\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/room-5-300x200.jpg\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/room-5.jpg\",\"height\":400,\"width\":600,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"imageSize\":\"full\",\"imageWidth\":100,\"imageWidthMobile\":100,\"imageWidthTablet\":100,\"paddingBtnTop\":10,\"paddingBtnBottom\":10,\"paddingBtnLeft\":14,\"paddingBtnRight\":14,\"imageWidthUnit\":\"%\",\"imageWidthUnitTablet\":\"%\",\"imageWidthUnitMobile\":\"%\",\"subHeadTopMargin\":0,\"subHeadRightMargin\":40,\"subHeadLeftMargin\":0,\"subHeadMarginTopTablet\":0,\"subHeadMarginRightTablet\":0,\"subHeadTabletSpace\":20,\"subHeadMarginLeftTablet\":0,\"imgTagHeight\":66,\"imgTagWidth\":600,\"btnBorderTopWidth\":1,\"btnBorderLeftWidth\":1,\"btnBorderRightWidth\":1,\"btnBorderBottomWidth\":1,\"btnBorderTopLeftRadius\":0,\"btnBorderTopRightRadius\":0,\"btnBorderBottomLeftRadius\":0,\"btnBorderBottomRightRadius\":0,\"btnBorderStyle\":\"solid\",\"btnBorderColor\":\"#333\"} -->\n<div class=\"wp-block-uagb-info-box uagb-block-e46bf163 uagb-infobox__content-wrap  uagb-infobox-icon-above-title uagb-infobox-image-valign-top\"><div class=\"uagb-ifb-content\"><div class=\"uagb-ifb-image-content\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/room-5.jpg\" alt=\"\" width=\"100\" height=\"66\" loading=\"lazy\"/></div><div class=\"uagb-ifb-title-wrap\"><h3 class=\"uagb-ifb-title\">Grand Suite​</h3></div><p class=\"uagb-ifb-desc\">This is the second-highest ranked room in our hotel that offers luxury with the most advanced amenities.</p><div class=\"uagb-ifb-button-wrapper wp-block-button\"><a href=\"\" target=\"_self\" class=\"uagb-infobox-cta-link uagb-disable-link\" rel=\"noopener noreferrer\" alt=\"\"><span class=\"uagb-inline-editing\">READ MORE</span></a></div></div></div>\n<!-- /wp:uagb/info-box --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"cfa96cb6\",\"widthDesktop\":50,\"bottomPaddingDesktop\":20,\"rightPaddingDesktop\":32,\"bottomPaddingTablet\":35,\"rightPaddingTablet\":15,\"paddingLink\":false,\"topMarginDesktop\":0,\"bottomMarginDesktop\":0,\"leftMarginDesktop\":5,\"rightMarginDesktop\":5,\"topMarginMobile\":0,\"bottomMarginMobile\":0,\"leftMarginMobile\":0,\"rightMarginMobile\":0,\"marginLink\":false,\"variationSelected\":true,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-cfa96cb6\"><!-- wp:uagb/info-box {\"classMigrate\":true,\"headingAlign\":\"left\",\"headingColor\":\"\",\"subHeadingColor\":\"\",\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"source_type\":\"image\",\"block_id\":\"602ae379\",\"ctaIcon\":\"\",\"ctaType\":\"text\",\"ctaText\":\"READ MORE\",\"ctaLinkColor\":\"var(\\u002d\\u002dast-global-color-0)\",\"ctaDecoration\":\"underline\",\"ctaFontSize\":12,\"ctaFontWeight\":\"600\",\"ctaLetterSpacing\":2,\"ctaBorderColor\":\"\",\"ctaBorderStyle\":\"\",\"ctaBorderWidth\":\"\",\"ctaBorderRadius\":\"\",\"iconBottomMargin\":30,\"iconImage\":{\"id\":290,\"title\":\"room-6\",\"filename\":\"room-6.jpg\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/room-6.jpg\",\"link\":\"https://blueroan.netgen.cloud/room-6/\",\"alt\":\"\",\"author\":\"34\",\"description\":\"\",\"caption\":\"\",\"name\":\"room-6\",\"status\":\"inherit\",\"uploadedTo\":0,\"date\":\"2021-05-11T12:42:24.000Z\",\"modified\":\"2021-05-11T12:42:24.000Z\",\"menuOrder\":0,\"mime\":\"image/jpeg\",\"type\":\"image\",\"subtype\":\"jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/default.png\",\"dateFormatted\":\"May 11, 2021\",\"nonces\":{\"update\":\"ca0f21bc6b\",\"delete\":\"aeb89ca3d4\",\"edit\":\"4be159def3\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=290\\u0026action=edit\",\"meta\":false,\"authorName\":\"Rishabh\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/user-edit.php?user_id=34\",\"filesizeInBytes\":50081,\"filesizeHumanReadable\":\"49 KB\",\"context\":\"\",\"height\":400,\"width\":600,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/room-6-150x150.jpg\",\"orientation\":\"landscape\"},\"medium\":{\"height\":200,\"width\":300,\"url\":\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/room-6-300x200.jpg\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/room-6.jpg\",\"height\":400,\"width\":600,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"imageSize\":\"full\",\"imageWidth\":100,\"imageWidthMobile\":100,\"imageWidthTablet\":100,\"paddingBtnTop\":10,\"paddingBtnBottom\":10,\"paddingBtnLeft\":14,\"paddingBtnRight\":14,\"imageWidthUnit\":\"%\",\"imageWidthUnitTablet\":\"%\",\"imageWidthUnitMobile\":\"%\",\"subHeadTopMargin\":0,\"subHeadRightMargin\":40,\"subHeadLeftMargin\":0,\"subHeadMarginTopTablet\":0,\"subHeadMarginRightTablet\":0,\"subHeadTabletSpace\":20,\"subHeadMarginLeftTablet\":0,\"imgTagHeight\":66,\"imgTagWidth\":600,\"btnBorderTopWidth\":1,\"btnBorderLeftWidth\":1,\"btnBorderRightWidth\":1,\"btnBorderBottomWidth\":1,\"btnBorderTopLeftRadius\":0,\"btnBorderTopRightRadius\":0,\"btnBorderBottomLeftRadius\":0,\"btnBorderBottomRightRadius\":0,\"btnBorderStyle\":\"solid\",\"btnBorderColor\":\"#333\"} -->\n<div class=\"wp-block-uagb-info-box uagb-block-602ae379 uagb-infobox__content-wrap  uagb-infobox-icon-above-title uagb-infobox-image-valign-top\"><div class=\"uagb-ifb-content\"><div class=\"uagb-ifb-image-content\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/room-6.jpg\" alt=\"\" width=\"100\" height=\"66\" loading=\"lazy\"/></div><div class=\"uagb-ifb-title-wrap\"><h3 class=\"uagb-ifb-title\">Presidential Suite​</h3></div><p class=\"uagb-ifb-desc\">Wish to live like a king? Here’s the top presidential suite where you can spend the best days of your life.</p><div class=\"uagb-ifb-button-wrapper wp-block-button\"><a href=\"\" target=\"_self\" class=\"uagb-infobox-cta-link uagb-disable-link\" rel=\"noopener noreferrer\" alt=\"\"><span class=\"uagb-inline-editing\">READ MORE</span></a></div></div></div>\n<!-- /wp:uagb/info-box --></div>\n<!-- /wp:uagb/container --></div>\n<!-- /wp:uagb/container --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"3ab9d23e\",\"innerContentCustomWidthDesktop\":781,\"innerContentCustomWidthTablet\":781,\"backgroundType\":\"image\",\"backgroundImageDesktop\":{\"id\":54,\"title\":\"background-img\",\"filename\":\"background-img-1.jpg\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/background-img-1.jpg\",\"link\":\"https://blueroan.netgen.cloud/background-img-2/\",\"alt\":\"\",\"author\":\"34\",\"description\":\"\",\"caption\":\"\",\"name\":\"background-img-2\",\"status\":\"inherit\",\"uploadedTo\":0,\"date\":\"2021-05-07T10:11:37.000Z\",\"modified\":\"2021-05-07T10:11:37.000Z\",\"menuOrder\":0,\"mime\":\"image/jpeg\",\"type\":\"image\",\"subtype\":\"jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/default.png\",\"dateFormatted\":\"May 7, 2021\",\"nonces\":{\"update\":\"bb999636b9\",\"delete\":\"d2e1375bc4\",\"edit\":\"005dd2f0c9\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=54\\u0026action=edit\",\"meta\":false,\"authorName\":\"Rishabh\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/user-edit.php?user_id=34\",\"filesizeInBytes\":338858,\"filesizeHumanReadable\":\"331 KB\",\"context\":\"\",\"height\":1080,\"width\":1920,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/background-img-1-150x150.jpg\",\"orientation\":\"landscape\"},\"medium\":{\"height\":169,\"width\":300,\"url\":\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/background-img-1-300x169.jpg\",\"orientation\":\"landscape\"},\"large\":{\"height\":576,\"width\":1024,\"url\":\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/background-img-1-1024x576.jpg\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/background-img-1.jpg\",\"height\":1080,\"width\":1920,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"backgroundImageColor\":\"rgba(42,42,42,0.65)\",\"topPaddingDesktop\":144,\"bottomPaddingDesktop\":144,\"leftPaddingDesktop\":40,\"rightPaddingDesktop\":40,\"topPaddingTablet\":80,\"bottomPaddingTablet\":80,\"leftPaddingTablet\":40,\"rightPaddingTablet\":40,\"topPaddingMobile\":64,\"bottomPaddingMobile\":64,\"leftPaddingMobile\":24,\"rightPaddingMobile\":24,\"paddingLink\":false,\"variationSelected\":true,\"isBlockRootParent\":true,\"overlayType\":\"color\"} -->\n<div class=\"wp-block-uagb-container uagb-block-3ab9d23e alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/advanced-heading {\"block_id\":\"59e50b92\",\"classMigrate\":true,\"headingDescToggle\":true,\"headingAlign\":\"center\",\"headingColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"subHeadingColor\":\"var(\\u002d\\u002dast-global-color-4)\",\"headSpace\":20} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-59e50b92\"><h2 class=\"uagb-heading-text\">Plan an Unforgettable Experience in Mykonos Today!</h2><p class=\"uagb-desc-text\">We can help you fit your stay and experience within your allotted budget.</p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/advanced-heading {\"block_id\":\"042f399f\",\"classMigrate\":true,\"headingTitleToggle\":false,\"headingDescToggle\":true,\"headingAlign\":\"center\",\"subHeadingColor\":\"var(\\u002d\\u002dast-global-color-4)\",\"subHeadTransform\":\"uppercase\",\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"subHeadLetterSpacing\":2,\"blockTopPadding\":60,\"blockRightPadding\":0,\"blockLeftPadding\":0,\"blockBottomPadding\":0,\"blockTopPaddingMobile\":30,\"blockRightPaddingMobile\":0,\"blockLeftPaddingMobile\":0,\"blockBottomPaddingMobile\":0} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-042f399f\"><p class=\"uagb-desc-text\">BOOK YOUR STAY NOW​</p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/icon-list {\"block_id\":\"6ca54131\",\"classMigrate\":true,\"childMigrate\":true,\"align\":\"center\",\"parentIcon\":\"phone\",\"size\":40,\"sizeMobile\":24,\"sizeTablet\":32,\"fontSize\":48,\"fontSizeMobile\":28,\"fontSizeTablet\":40,\"fontWeight\":\"600\",\"iconColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"labelColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"blockTopPadding\":0,\"blockRightPadding\":0,\"blockLeftPadding\":0,\"blockBottomPadding\":24,\"blockPaddingLink\":false} -->\n<div class=\"wp-block-uagb-icon-list uagb-block-6ca54131\"><div class=\"uagb-icon-list__wrap\"><!-- wp:uagb/icon-list-child {\"block_id\":\"b16451dc\",\"label\":\"+1-123 456 7890​\",\"label_color\":\"\",\"fromParentIcon\":\"phone\",\"imageSizeChild\":40} -->\n<div class=\"wp-block-uagb-icon-list-child uagb-block-b16451dc\"><span class=\"uagb-icon-list__source-wrap\"><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M511.2 387l-23.25 100.8c-3.266 14.25-15.79 24.22-30.46 24.22C205.2 512 0 306.8 0 54.5c0-14.66 9.969-27.2 24.22-30.45l100.8-23.25C139.7-2.602 154.7 5.018 160.8 18.92l46.52 108.5c5.438 12.78 1.77 27.67-8.98 36.45L144.5 207.1c33.98 69.22 90.26 125.5 159.5 159.5l44.08-53.8c8.688-10.78 23.69-14.51 36.47-8.975l108.5 46.51C506.1 357.2 514.6 372.4 511.2 387z\"></path></svg></span><span class=\"uagb-icon-list__label\">+1-123 456 7890​</span></div>\n<!-- /wp:uagb/icon-list-child --></div></div>\n<!-- /wp:uagb/icon-list --></div></div>\n<!-- /wp:uagb/container -->',	'Accommodation',	'',	'inherit',	'closed',	'closed',	'',	'761-revision-v1',	'',	'',	'2022-12-13 13:33:25',	'2022-12-13 13:33:25',	'',	761,	'https://blueroan.netgen.cloud/?p=867',	0,	'revision',	'',	0),
(868,	2,	'2022-12-13 13:33:55',	'2022-12-13 13:33:55',	'<!-- wp:uagb/container {\"block_id\":\"bfeef125\",\"backgroundType\":\"image\",\"backgroundImageDesktop\":{\"id\":797,\"title\":\"blue-roan-guest-farm (13)\",\"filename\":\"blue-roan-guest-farm-13.jpg\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-13.jpg\",\"link\":\"https://blueroan.netgen.cloud/home/blue-roan-guest-farm-13/\",\"alt\":\"\",\"author\":\"2\",\"description\":\"\",\"caption\":\"\",\"name\":\"blue-roan-guest-farm-13\",\"status\":\"inherit\",\"uploadedTo\":760,\"date\":\"2022-12-13T09:37:10.000Z\",\"modified\":\"2022-12-13T09:37:10.000Z\",\"menuOrder\":0,\"mime\":\"image/jpeg\",\"type\":\"image\",\"subtype\":\"jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-includes/images/media/default.png\",\"dateFormatted\":\"December 13, 2022\",\"nonces\":{\"update\":\"88c7dafe15\",\"delete\":\"0e63c986af\",\"edit\":\"ba0aad2d7f\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=797\\u0026action=edit\",\"meta\":false,\"authorName\":\"Netgen Support\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/profile.php\",\"uploadedToTitle\":\"Home\",\"uploadedToLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=760\\u0026action=edit\",\"filesizeInBytes\":201183,\"filesizeHumanReadable\":\"196 KB\",\"context\":\"\",\"height\":667,\"width\":1000,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-13-150x150.jpg\",\"orientation\":\"landscape\"},\"medium\":{\"height\":200,\"width\":300,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-13-300x200.jpg\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-13.jpg\",\"height\":667,\"width\":1000,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"backgroundPositionDesktop\":{\"x\":0.62,\"y\":0.78},\"backgroundSizeTablet\":\"cover\",\"backgroundSizeMobile\":\"cover\",\"backgroundColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"backgroundImageColor\":\"rgba(42,42,42,0.5)\",\"topPaddingDesktop\":220,\"bottomPaddingDesktop\":150,\"topPaddingTablet\":170,\"bottomPaddingTablet\":160,\"leftPaddingTablet\":30,\"rightPaddingTablet\":30,\"topPaddingMobile\":180,\"bottomPaddingMobile\":80,\"leftPaddingMobile\":20,\"rightPaddingMobile\":20,\"paddingLink\":false,\"variationSelected\":true,\"isBlockRootParent\":true,\"overlayType\":\"color\"} -->\n<div class=\"wp-block-uagb-container uagb-block-bfeef125 alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/advanced-heading {\"block_id\":\"b4588bb5\",\"classMigrate\":true,\"headingDescToggle\":true,\"headingColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"subHeadingColor\":\"var(\\u002d\\u002dast-global-color-4)\",\"headingTag\":\"h1\",\"headSpace\":20,\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"blockTopPadding\":0,\"blockRightPadding\":50,\"blockLeftPadding\":0,\"blockBottomPadding\":0,\"blockTopPaddingTablet\":0,\"blockRightPaddingTablet\":20,\"blockLeftPaddingTablet\":0,\"blockBottomPaddingTablet\":0,\"blockTopPaddingMobile\":0,\"blockRightPaddingMobile\":0,\"blockLeftPaddingMobile\":0,\"blockBottomPaddingMobile\":0,\"blockPaddingUnit\":\"%\",\"blockPaddingUnitTablet\":\"%\"} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-b4588bb5\"><h1 class=\"uagb-heading-text\">Rooms &amp; Accommodation​</h1><p class=\"uagb-desc-text\">If you are looking for a home away from home, even a place your dog can come along then take a closer look into the rooms we offer and pick the one for you.</p></div>\n<!-- /wp:uagb/advanced-heading --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"93699ff4\",\"backgroundType\":\"color\",\"backgroundSizeTablet\":\"cover\",\"backgroundSizeMobile\":\"cover\",\"backgroundColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"topPaddingDesktop\":120,\"bottomPaddingDesktop\":120,\"topPaddingTablet\":80,\"bottomPaddingTablet\":80,\"leftPaddingTablet\":30,\"rightPaddingTablet\":30,\"topPaddingMobile\":80,\"bottomPaddingMobile\":80,\"leftPaddingMobile\":20,\"rightPaddingMobile\":20,\"paddingLink\":false,\"variationSelected\":true,\"rowGapDesktop\":0,\"isBlockRootParent\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-93699ff4 alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/container {\"block_id\":\"95776569\",\"directionDesktop\":\"row\",\"alignItemsDesktop\":\"flex-end\",\"alignItemsTablet\":\"flex-end\",\"justifyContentDesktop\":\"flex-end\",\"justifyContentTablet\":\"space-between\",\"variationSelected\":true,\"rowGapMobile\":20,\"columnGapDesktop\":0} -->\n<div class=\"wp-block-uagb-container uagb-block-95776569\"><!-- wp:uagb/advanced-heading {\"block_id\":\"a3f3a8c8\",\"classMigrate\":true,\"headingDescToggle\":true,\"subHeadingColor\":\"\",\"headSpace\":20,\"subHeadFontSize\":16} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-a3f3a8c8\"><h2 class=\"uagb-heading-text\">Come &amp; Stay With Us​</h2><p class=\"uagb-desc-text\">There are 7 excellent brick self-catering units available, each private and with a distinctive personality and theme. They are particularly made for pet-free or pet-owning couples looking for a romantic and serene setting to reconnect, celebrate special occasions, or simply unwind on a holiday.<br><br>We are pet-friendly by arrangement as each unit is separately fenced with its own grassy garden with a garden gate leading to the generous park area where pets can socialize. &nbsp;We also have lovely safe off-leash walking trails on our property and beyond. &nbsp;Our units are very luxurious with everything you would need and very homely and charming. Regrettably no children or group bookings.  </p></div>\n<!-- /wp:uagb/advanced-heading --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"03fe11db\",\"directionDesktop\":\"row\",\"alignItemsTablet\":\"flex-start\",\"justifyContentDesktop\":\"flex-start\",\"topMarginDesktop\":54,\"bottomMarginDesktop\":0,\"leftMarginDesktop\":0,\"rightMarginDesktop\":0,\"marginLink\":false,\"variationSelected\":true,\"rowGapMobile\":0,\"columnGapDesktop\":0} -->\n<div class=\"wp-block-uagb-container uagb-block-03fe11db\"><!-- wp:uagb/container {\"block_id\":\"90c37a69\",\"widthDesktop\":50,\"bottomPaddingDesktop\":20,\"rightPaddingDesktop\":32,\"bottomPaddingTablet\":35,\"rightPaddingTablet\":15,\"bottomPaddingMobile\":65,\"paddingLink\":false,\"topMarginDesktop\":0,\"bottomMarginDesktop\":0,\"leftMarginDesktop\":5,\"rightMarginDesktop\":5,\"topMarginMobile\":0,\"bottomMarginMobile\":0,\"leftMarginMobile\":0,\"rightMarginMobile\":0,\"marginLink\":false,\"variationSelected\":true,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-90c37a69\"><!-- wp:uagb/info-box {\"classMigrate\":true,\"headingAlign\":\"left\",\"headingColor\":\"\",\"subHeadingColor\":\"\",\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"source_type\":\"image\",\"block_id\":\"1a8af7f1\",\"ctaIcon\":\"\",\"ctaType\":\"text\",\"ctaText\":\"READ MORE\",\"ctaLinkColor\":\"var(\\u002d\\u002dast-global-color-0)\",\"ctaDecoration\":\"underline\",\"ctaFontSize\":12,\"ctaFontWeight\":\"600\",\"ctaLetterSpacing\":2,\"ctaBorderColor\":\"\",\"ctaBorderStyle\":\"\",\"ctaBorderWidth\":\"\",\"ctaBorderRadius\":\"\",\"iconBottomMargin\":30,\"iconImage\":{\"uploading\":false,\"date\":1670936674000,\"filename\":\"blue-roan-guest-farm-10.jpg\",\"menuOrder\":0,\"uploadedTo\":761,\"type\":\"image\",\"subtype\":\"jpeg\",\"id\":863,\"title\":\"blue-roan-guest-farm (10)\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-10.jpg\",\"link\":\"https://blueroan.netgen.cloud/accommodation/blue-roan-guest-farm-10/\",\"alt\":\"\",\"author\":\"2\",\"description\":\"\",\"caption\":\"\",\"name\":\"blue-roan-guest-farm-10\",\"status\":\"inherit\",\"modified\":1670936674000,\"mime\":\"image/jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-includes/images/media/default.png\",\"dateFormatted\":\"December 13, 2022\",\"nonces\":{\"update\":\"1a7491aa65\",\"delete\":\"dc6afaa89c\",\"edit\":\"7635ee35fb\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=863\\u0026action=edit\",\"meta\":false,\"authorName\":\"Netgen Support\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/profile.php\",\"uploadedToTitle\":\"Accommodation\",\"uploadedToLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=761\\u0026action=edit\",\"filesizeInBytes\":149768,\"filesizeHumanReadable\":\"146 KB\",\"context\":\"\",\"height\":667,\"width\":1000,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-10-150x150.jpg\",\"orientation\":\"landscape\"},\"medium\":{\"height\":200,\"width\":300,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-10-300x200.jpg\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-10.jpg\",\"height\":667,\"width\":1000,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"imageSize\":\"full\",\"imageWidth\":100,\"imageWidthMobile\":100,\"imageWidthTablet\":100,\"paddingBtnTop\":10,\"paddingBtnBottom\":10,\"paddingBtnLeft\":14,\"paddingBtnRight\":14,\"imageWidthUnit\":\"%\",\"imageWidthUnitTablet\":\"%\",\"imageWidthUnitMobile\":\"%\",\"subHeadTopMargin\":0,\"subHeadRightMargin\":40,\"subHeadLeftMargin\":0,\"subHeadMarginTopTablet\":0,\"subHeadMarginRightTablet\":0,\"subHeadTabletSpace\":20,\"subHeadMarginLeftTablet\":0,\"imgTagHeight\":66,\"imgTagWidth\":1000,\"btnBorderTopWidth\":1,\"btnBorderLeftWidth\":1,\"btnBorderRightWidth\":1,\"btnBorderBottomWidth\":1,\"btnBorderTopLeftRadius\":0,\"btnBorderTopRightRadius\":0,\"btnBorderBottomLeftRadius\":0,\"btnBorderBottomRightRadius\":0,\"btnBorderStyle\":\"solid\",\"btnBorderColor\":\"#333\"} -->\n<div class=\"wp-block-uagb-info-box uagb-block-1a8af7f1 uagb-infobox__content-wrap  uagb-infobox-icon-above-title uagb-infobox-image-valign-top\"><div class=\"uagb-ifb-content\"><div class=\"uagb-ifb-image-content\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-10.jpg\" alt=\"\" width=\"100\" height=\"66\" loading=\"lazy\"/></div><div class=\"uagb-ifb-title-wrap\"><h3 class=\"uagb-ifb-title\">The Barn </h3></div><p class=\"uagb-ifb-desc\">Rustic beams and exposed wood are all hallmarks of our barn-style suite. This is an open-plan unit with lots of windows with a raised king bed on a platform that faces the TV and the mountains.</p><div class=\"uagb-ifb-button-wrapper wp-block-button\"><a href=\"\" target=\"_self\" class=\"uagb-infobox-cta-link uagb-disable-link\" rel=\"noopener noreferrer\" alt=\"\"><span class=\"uagb-inline-editing\">READ MORE</span></a></div></div></div>\n<!-- /wp:uagb/info-box --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"270bd8a0\",\"widthDesktop\":50,\"bottomPaddingDesktop\":20,\"rightPaddingDesktop\":32,\"bottomPaddingTablet\":35,\"rightPaddingTablet\":15,\"bottomPaddingMobile\":65,\"paddingLink\":false,\"topMarginDesktop\":0,\"bottomMarginDesktop\":0,\"leftMarginDesktop\":5,\"rightMarginDesktop\":5,\"topMarginMobile\":0,\"bottomMarginMobile\":0,\"leftMarginMobile\":0,\"rightMarginMobile\":0,\"marginLink\":false,\"variationSelected\":true,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-270bd8a0\"><!-- wp:uagb/info-box {\"classMigrate\":true,\"headingAlign\":\"left\",\"headingColor\":\"\",\"subHeadingColor\":\"\",\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"source_type\":\"image\",\"block_id\":\"1deed69e\",\"ctaIcon\":\"\",\"ctaType\":\"text\",\"ctaText\":\"READ MORE\",\"ctaLinkColor\":\"var(\\u002d\\u002dast-global-color-0)\",\"ctaDecoration\":\"underline\",\"ctaFontSize\":12,\"ctaFontWeight\":\"600\",\"ctaLetterSpacing\":2,\"ctaBorderColor\":\"\",\"ctaBorderStyle\":\"\",\"ctaBorderWidth\":\"\",\"ctaBorderRadius\":\"\",\"iconBottomMargin\":30,\"iconImage\":{\"uploading\":false,\"date\":1670936842000,\"filename\":\"tuscan-suite-raised-bed-and-settee.jpg\",\"menuOrder\":0,\"uploadedTo\":761,\"type\":\"image\",\"subtype\":\"jpeg\",\"id\":864,\"title\":\"tuscan-suite-raised-bed-and-settee\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/tuscan-suite-raised-bed-and-settee.jpg\",\"link\":\"https://blueroan.netgen.cloud/accommodation/tuscan-suite-raised-bed-and-settee/\",\"alt\":\"\",\"author\":\"2\",\"description\":\"\",\"caption\":\"\",\"name\":\"tuscan-suite-raised-bed-and-settee\",\"status\":\"inherit\",\"modified\":1670936842000,\"mime\":\"image/jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-includes/images/media/default.png\",\"dateFormatted\":\"December 13, 2022\",\"nonces\":{\"update\":\"0624a4a01a\",\"delete\":\"9e8f0f7a5a\",\"edit\":\"087f94f2e5\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=864\\u0026action=edit\",\"meta\":false,\"authorName\":\"Netgen Support\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/profile.php\",\"uploadedToTitle\":\"Accommodation\",\"uploadedToLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=761\\u0026action=edit\",\"filesizeInBytes\":41923,\"filesizeHumanReadable\":\"41 KB\",\"context\":\"\",\"height\":400,\"width\":600,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/tuscan-suite-raised-bed-and-settee-150x150.jpg\",\"orientation\":\"landscape\"},\"medium\":{\"height\":200,\"width\":300,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/tuscan-suite-raised-bed-and-settee-300x200.jpg\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/tuscan-suite-raised-bed-and-settee.jpg\",\"height\":400,\"width\":600,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"imageSize\":\"full\",\"imageWidth\":100,\"imageWidthMobile\":100,\"imageWidthTablet\":100,\"paddingBtnTop\":10,\"paddingBtnBottom\":10,\"paddingBtnLeft\":14,\"paddingBtnRight\":14,\"imageWidthUnit\":\"%\",\"imageWidthUnitTablet\":\"%\",\"imageWidthUnitMobile\":\"%\",\"subHeadTopMargin\":0,\"subHeadRightMargin\":40,\"subHeadLeftMargin\":0,\"subHeadMarginTopTablet\":0,\"subHeadMarginRightTablet\":0,\"subHeadTabletSpace\":20,\"subHeadMarginLeftTablet\":0,\"imgTagHeight\":66,\"imgTagWidth\":600,\"btnBorderTopWidth\":1,\"btnBorderLeftWidth\":1,\"btnBorderRightWidth\":1,\"btnBorderBottomWidth\":1,\"btnBorderTopLeftRadius\":0,\"btnBorderTopRightRadius\":0,\"btnBorderBottomLeftRadius\":0,\"btnBorderBottomRightRadius\":0,\"btnBorderStyle\":\"solid\",\"btnBorderColor\":\"#333\"} -->\n<div class=\"wp-block-uagb-info-box uagb-block-1deed69e uagb-infobox__content-wrap  uagb-infobox-icon-above-title uagb-infobox-image-valign-top\"><div class=\"uagb-ifb-content\"><div class=\"uagb-ifb-image-content\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/tuscan-suite-raised-bed-and-settee.jpg\" alt=\"\" width=\"100\" height=\"66\" loading=\"lazy\"/></div><div class=\"uagb-ifb-title-wrap\"><h3 class=\"uagb-ifb-title\">The Tuscan Suite </h3></div><p class=\"uagb-ifb-desc\">Terra-cotta tiles, textured wall treatments, gorgeous, intricate murals,&nbsp;and simple, durable furniture with elegant iron accents are all characteristics of Tuscan interior design.</p><div class=\"uagb-ifb-button-wrapper wp-block-button\"><a href=\"\" target=\"_self\" class=\"uagb-infobox-cta-link uagb-disable-link\" rel=\"noopener noreferrer\" alt=\"\"><span class=\"uagb-inline-editing\">READ MORE</span></a></div></div></div>\n<!-- /wp:uagb/info-box --></div>\n<!-- /wp:uagb/container --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"0d0361bd\",\"directionDesktop\":\"row\",\"alignItemsTablet\":\"flex-start\",\"justifyContentDesktop\":\"flex-start\",\"topMarginDesktop\":54,\"bottomMarginDesktop\":0,\"leftMarginDesktop\":0,\"rightMarginDesktop\":0,\"topMarginMobile\":0,\"bottomMarginMobile\":0,\"leftMarginMobile\":0,\"rightMarginMobile\":0,\"marginLink\":false,\"variationSelected\":true,\"rowGapMobile\":0,\"columnGapDesktop\":0} -->\n<div class=\"wp-block-uagb-container uagb-block-0d0361bd\"><!-- wp:uagb/container {\"block_id\":\"1c8d0541\",\"widthDesktop\":50,\"bottomPaddingDesktop\":20,\"rightPaddingDesktop\":32,\"bottomPaddingTablet\":35,\"leftPaddingTablet\":0,\"rightPaddingTablet\":15,\"bottomPaddingMobile\":65,\"paddingLink\":false,\"topMarginDesktop\":0,\"bottomMarginDesktop\":0,\"leftMarginDesktop\":5,\"rightMarginDesktop\":5,\"topMarginMobile\":0,\"bottomMarginMobile\":0,\"leftMarginMobile\":0,\"rightMarginMobile\":0,\"marginLink\":false,\"variationSelected\":true,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-1c8d0541\"><!-- wp:uagb/info-box {\"classMigrate\":true,\"headingAlign\":\"left\",\"headingColor\":\"\",\"subHeadingColor\":\"\",\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"source_type\":\"image\",\"block_id\":\"774412eb\",\"ctaIcon\":\"\",\"ctaType\":\"text\",\"ctaText\":\"READ MORE\",\"ctaLinkColor\":\"var(\\u002d\\u002dast-global-color-0)\",\"ctaDecoration\":\"underline\",\"ctaFontSize\":12,\"ctaFontWeight\":\"600\",\"ctaLetterSpacing\":2,\"ctaBorderColor\":\"\",\"ctaBorderStyle\":\"\",\"ctaBorderWidth\":\"\",\"ctaBorderRadius\":\"\",\"iconBottomMargin\":30,\"iconImage\":{\"id\":838,\"title\":\"49g\",\"filename\":\"49g.jpg\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/49g.jpg\",\"link\":\"https://blueroan.netgen.cloud/home/49g/\",\"alt\":\"\",\"author\":\"2\",\"description\":\"\",\"caption\":\"\",\"name\":\"49g\",\"status\":\"inherit\",\"uploadedTo\":760,\"date\":\"2022-12-13T11:56:09.000Z\",\"modified\":\"2022-12-13T11:56:09.000Z\",\"menuOrder\":0,\"mime\":\"image/jpeg\",\"type\":\"image\",\"subtype\":\"jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-includes/images/media/default.png\",\"dateFormatted\":\"December 13, 2022\",\"nonces\":{\"update\":\"d856b41bb5\",\"delete\":\"95a15f0ef1\",\"edit\":\"b0a3c69433\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=838\\u0026action=edit\",\"meta\":false,\"authorName\":\"Netgen Support\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/profile.php\",\"uploadedToTitle\":\"Home\",\"uploadedToLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=760\\u0026action=edit\",\"filesizeInBytes\":315296,\"filesizeHumanReadable\":\"308 KB\",\"context\":\"\",\"height\":450,\"width\":650,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/49g-150x150.jpg\",\"orientation\":\"landscape\"},\"medium\":{\"height\":208,\"width\":300,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/49g-300x208.jpg\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/49g.jpg\",\"height\":450,\"width\":650,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"imageSize\":\"full\",\"imageWidth\":100,\"imageWidthMobile\":100,\"imageWidthTablet\":100,\"paddingBtnTop\":10,\"paddingBtnBottom\":10,\"paddingBtnLeft\":14,\"paddingBtnRight\":14,\"imageWidthUnit\":\"%\",\"imageWidthUnitTablet\":\"%\",\"imageWidthUnitMobile\":\"%\",\"subHeadTopMargin\":0,\"subHeadRightMargin\":40,\"subHeadLeftMargin\":0,\"subHeadMarginTopTablet\":0,\"subHeadMarginRightTablet\":0,\"subHeadTabletSpace\":20,\"subHeadMarginLeftTablet\":0,\"imgTagHeight\":69,\"imgTagWidth\":650,\"btnBorderTopWidth\":1,\"btnBorderLeftWidth\":1,\"btnBorderRightWidth\":1,\"btnBorderBottomWidth\":1,\"btnBorderTopLeftRadius\":0,\"btnBorderTopRightRadius\":0,\"btnBorderBottomLeftRadius\":0,\"btnBorderBottomRightRadius\":0,\"btnBorderStyle\":\"solid\",\"btnBorderColor\":\"#333\"} -->\n<div class=\"wp-block-uagb-info-box uagb-block-774412eb uagb-infobox__content-wrap  uagb-infobox-icon-above-title uagb-infobox-image-valign-top\"><div class=\"uagb-ifb-content\"><div class=\"uagb-ifb-image-content\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/49g.jpg\" alt=\"\" width=\"100\" height=\"69\" loading=\"lazy\"/></div><div class=\"uagb-ifb-title-wrap\"><h3 class=\"uagb-ifb-title\">The Bluebush </h3></div><p class=\"uagb-ifb-desc\">A warm and comforting suite with a very homely feeling. Settle in and relax like you would at home.<br><br></p><div class=\"uagb-ifb-button-wrapper wp-block-button\"><a href=\"\" target=\"_self\" class=\"uagb-infobox-cta-link uagb-disable-link\" rel=\"noopener noreferrer\" alt=\"\"><span class=\"uagb-inline-editing\">READ MORE</span></a></div></div></div>\n<!-- /wp:uagb/info-box --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"03b2aea5\",\"widthDesktop\":50,\"bottomPaddingDesktop\":20,\"rightPaddingDesktop\":32,\"bottomPaddingTablet\":35,\"rightPaddingTablet\":15,\"bottomPaddingMobile\":65,\"paddingLink\":false,\"topMarginDesktop\":0,\"bottomMarginDesktop\":0,\"leftMarginDesktop\":5,\"rightMarginDesktop\":5,\"topMarginMobile\":0,\"bottomMarginMobile\":0,\"leftMarginMobile\":0,\"rightMarginMobile\":0,\"marginLink\":false,\"variationSelected\":true,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-03b2aea5\"><!-- wp:uagb/info-box {\"classMigrate\":true,\"headingAlign\":\"left\",\"headingColor\":\"\",\"subHeadingColor\":\"\",\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"source_type\":\"image\",\"block_id\":\"8e816e84\",\"ctaIcon\":\"\",\"ctaType\":\"text\",\"ctaText\":\"READ MORE\",\"ctaLinkColor\":\"var(\\u002d\\u002dast-global-color-0)\",\"ctaDecoration\":\"underline\",\"ctaFontSize\":12,\"ctaFontWeight\":\"600\",\"ctaLetterSpacing\":2,\"ctaBorderColor\":\"\",\"ctaBorderStyle\":\"\",\"ctaBorderWidth\":\"\",\"ctaBorderRadius\":\"\",\"iconBottomMargin\":30,\"iconImage\":{\"id\":284,\"title\":\"room-4\",\"filename\":\"room-4-1.jpg\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/room-4-1.jpg\",\"link\":\"https://blueroan.netgen.cloud/room-4-2/\",\"alt\":\"\",\"author\":\"34\",\"description\":\"\",\"caption\":\"\",\"name\":\"room-4-2\",\"status\":\"inherit\",\"uploadedTo\":0,\"date\":\"2021-05-11T12:34:14.000Z\",\"modified\":\"2021-05-11T12:34:14.000Z\",\"menuOrder\":0,\"mime\":\"image/jpeg\",\"type\":\"image\",\"subtype\":\"jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/default.png\",\"dateFormatted\":\"May 11, 2021\",\"nonces\":{\"update\":\"7cafb104e4\",\"delete\":\"c76125dda4\",\"edit\":\"a40254c450\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=284\\u0026action=edit\",\"meta\":false,\"authorName\":\"Rishabh\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/user-edit.php?user_id=34\",\"filesizeInBytes\":40918,\"filesizeHumanReadable\":\"40 KB\",\"context\":\"\",\"height\":400,\"width\":600,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/room-4-1-150x150.jpg\",\"orientation\":\"landscape\"},\"medium\":{\"height\":200,\"width\":300,\"url\":\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/room-4-1-300x200.jpg\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/room-4-1.jpg\",\"height\":400,\"width\":600,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"imageSize\":\"full\",\"imageWidth\":100,\"imageWidthMobile\":100,\"imageWidthTablet\":100,\"paddingBtnTop\":10,\"paddingBtnBottom\":10,\"paddingBtnLeft\":14,\"paddingBtnRight\":14,\"imageWidthUnit\":\"%\",\"imageWidthUnitTablet\":\"%\",\"imageWidthUnitMobile\":\"%\",\"subHeadTopMargin\":0,\"subHeadRightMargin\":40,\"subHeadLeftMargin\":0,\"subHeadMarginTopTablet\":0,\"subHeadMarginRightTablet\":0,\"subHeadTabletSpace\":20,\"subHeadMarginLeftTablet\":0,\"imgTagHeight\":66,\"imgTagWidth\":600,\"btnBorderTopWidth\":1,\"btnBorderLeftWidth\":1,\"btnBorderRightWidth\":1,\"btnBorderBottomWidth\":1,\"btnBorderTopLeftRadius\":0,\"btnBorderTopRightRadius\":0,\"btnBorderBottomLeftRadius\":0,\"btnBorderBottomRightRadius\":0,\"btnBorderStyle\":\"solid\",\"btnBorderColor\":\"#333\"} -->\n<div class=\"wp-block-uagb-info-box uagb-block-8e816e84 uagb-infobox__content-wrap  uagb-infobox-icon-above-title uagb-infobox-image-valign-top\"><div class=\"uagb-ifb-content\"><div class=\"uagb-ifb-image-content\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/room-4-1.jpg\" alt=\"\" width=\"100\" height=\"66\" loading=\"lazy\"/></div><div class=\"uagb-ifb-title-wrap\"><h3 class=\"uagb-ifb-title\">The Mexican Loft </h3></div><p class=\"uagb-ifb-desc\">This Mexican-inspired unit is full of bold colors and rustic furnishings. This design style has a multifarious feel, mixing rustic wood and wrought iron furnishings with authentic art, textiles, and pottery full of texture and a vivid palette of color</p><div class=\"uagb-ifb-button-wrapper wp-block-button\"><a href=\"\" target=\"_self\" class=\"uagb-infobox-cta-link uagb-disable-link\" rel=\"noopener noreferrer\" alt=\"\"><span class=\"uagb-inline-editing\">READ MORE</span></a></div></div></div>\n<!-- /wp:uagb/info-box --></div>\n<!-- /wp:uagb/container --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"02134e34\",\"directionDesktop\":\"row\",\"justifyContentDesktop\":\"flex-start\",\"topMarginDesktop\":54,\"bottomMarginDesktop\":0,\"leftMarginDesktop\":0,\"rightMarginDesktop\":0,\"topMarginMobile\":0,\"bottomMarginMobile\":0,\"leftMarginMobile\":0,\"rightMarginMobile\":0,\"marginLink\":false,\"variationSelected\":true,\"rowGapMobile\":0,\"columnGapDesktop\":0} -->\n<div class=\"wp-block-uagb-container uagb-block-02134e34\"><!-- wp:uagb/container {\"block_id\":\"ac976768\",\"widthDesktop\":50,\"bottomPaddingDesktop\":20,\"rightPaddingDesktop\":32,\"bottomPaddingTablet\":35,\"rightPaddingTablet\":15,\"bottomPaddingMobile\":65,\"paddingLink\":false,\"topMarginDesktop\":0,\"bottomMarginDesktop\":0,\"leftMarginDesktop\":5,\"rightMarginDesktop\":5,\"topMarginMobile\":0,\"bottomMarginMobile\":0,\"leftMarginMobile\":0,\"rightMarginMobile\":0,\"marginLink\":false,\"variationSelected\":true,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-ac976768\"><!-- wp:uagb/info-box {\"classMigrate\":true,\"headingAlign\":\"left\",\"headingColor\":\"\",\"subHeadingColor\":\"\",\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"source_type\":\"image\",\"block_id\":\"d7495d87\",\"ctaIcon\":\"\",\"ctaType\":\"text\",\"ctaText\":\"READ MORE\",\"ctaLinkColor\":\"var(\\u002d\\u002dast-global-color-0)\",\"ctaDecoration\":\"underline\",\"ctaFontSize\":12,\"ctaFontWeight\":\"600\",\"ctaLetterSpacing\":2,\"ctaBorderColor\":\"\",\"ctaBorderStyle\":\"\",\"ctaBorderWidth\":\"\",\"ctaBorderRadius\":\"\",\"iconBottomMargin\":30,\"iconImage\":{\"id\":289,\"title\":\"room-5\",\"filename\":\"room-5.jpg\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/room-5.jpg\",\"link\":\"https://blueroan.netgen.cloud/room-5/\",\"alt\":\"\",\"author\":\"34\",\"description\":\"\",\"caption\":\"\",\"name\":\"room-5\",\"status\":\"inherit\",\"uploadedTo\":0,\"date\":\"2021-05-11T12:41:05.000Z\",\"modified\":\"2021-05-11T12:41:05.000Z\",\"menuOrder\":0,\"mime\":\"image/jpeg\",\"type\":\"image\",\"subtype\":\"jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/default.png\",\"dateFormatted\":\"May 11, 2021\",\"nonces\":{\"update\":\"67479f178f\",\"delete\":\"0a3770770f\",\"edit\":\"881fd0ea74\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=289\\u0026action=edit\",\"meta\":false,\"authorName\":\"Rishabh\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/user-edit.php?user_id=34\",\"filesizeInBytes\":49173,\"filesizeHumanReadable\":\"48 KB\",\"context\":\"\",\"height\":400,\"width\":600,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/room-5-150x150.jpg\",\"orientation\":\"landscape\"},\"medium\":{\"height\":200,\"width\":300,\"url\":\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/room-5-300x200.jpg\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/room-5.jpg\",\"height\":400,\"width\":600,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"imageSize\":\"full\",\"imageWidth\":100,\"imageWidthMobile\":100,\"imageWidthTablet\":100,\"paddingBtnTop\":10,\"paddingBtnBottom\":10,\"paddingBtnLeft\":14,\"paddingBtnRight\":14,\"imageWidthUnit\":\"%\",\"imageWidthUnitTablet\":\"%\",\"imageWidthUnitMobile\":\"%\",\"subHeadTopMargin\":0,\"subHeadRightMargin\":40,\"subHeadLeftMargin\":0,\"subHeadMarginTopTablet\":0,\"subHeadMarginRightTablet\":0,\"subHeadTabletSpace\":20,\"subHeadMarginLeftTablet\":0,\"imgTagHeight\":66,\"imgTagWidth\":600,\"btnBorderTopWidth\":1,\"btnBorderLeftWidth\":1,\"btnBorderRightWidth\":1,\"btnBorderBottomWidth\":1,\"btnBorderTopLeftRadius\":0,\"btnBorderTopRightRadius\":0,\"btnBorderBottomLeftRadius\":0,\"btnBorderBottomRightRadius\":0,\"btnBorderStyle\":\"solid\",\"btnBorderColor\":\"#333\"} -->\n<div class=\"wp-block-uagb-info-box uagb-block-d7495d87 uagb-infobox__content-wrap  uagb-infobox-icon-above-title uagb-infobox-image-valign-top\"><div class=\"uagb-ifb-content\"><div class=\"uagb-ifb-image-content\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/room-5.jpg\" alt=\"\" width=\"100\" height=\"66\" loading=\"lazy\"/></div><div class=\"uagb-ifb-title-wrap\"><h3 class=\"uagb-ifb-title\">Grand Suite​</h3></div><p class=\"uagb-ifb-desc\">This is the second-highest ranked room in our hotel that offers luxury with the most advanced amenities.</p><div class=\"uagb-ifb-button-wrapper wp-block-button\"><a href=\"\" target=\"_self\" class=\"uagb-infobox-cta-link uagb-disable-link\" rel=\"noopener noreferrer\" alt=\"\"><span class=\"uagb-inline-editing\">READ MORE</span></a></div></div></div>\n<!-- /wp:uagb/info-box --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"201efa97\",\"widthDesktop\":50,\"bottomPaddingDesktop\":20,\"rightPaddingDesktop\":32,\"bottomPaddingTablet\":35,\"rightPaddingTablet\":15,\"paddingLink\":false,\"topMarginDesktop\":0,\"bottomMarginDesktop\":0,\"leftMarginDesktop\":5,\"rightMarginDesktop\":5,\"topMarginMobile\":0,\"bottomMarginMobile\":0,\"leftMarginMobile\":0,\"rightMarginMobile\":0,\"marginLink\":false,\"variationSelected\":true,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-201efa97\"><!-- wp:uagb/info-box {\"classMigrate\":true,\"headingAlign\":\"left\",\"headingColor\":\"\",\"subHeadingColor\":\"\",\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"source_type\":\"image\",\"block_id\":\"a1268339\",\"ctaIcon\":\"\",\"ctaType\":\"text\",\"ctaText\":\"READ MORE\",\"ctaLinkColor\":\"var(\\u002d\\u002dast-global-color-0)\",\"ctaDecoration\":\"underline\",\"ctaFontSize\":12,\"ctaFontWeight\":\"600\",\"ctaLetterSpacing\":2,\"ctaBorderColor\":\"\",\"ctaBorderStyle\":\"\",\"ctaBorderWidth\":\"\",\"ctaBorderRadius\":\"\",\"iconBottomMargin\":30,\"iconImage\":{\"id\":290,\"title\":\"room-6\",\"filename\":\"room-6.jpg\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/room-6.jpg\",\"link\":\"https://blueroan.netgen.cloud/room-6/\",\"alt\":\"\",\"author\":\"34\",\"description\":\"\",\"caption\":\"\",\"name\":\"room-6\",\"status\":\"inherit\",\"uploadedTo\":0,\"date\":\"2021-05-11T12:42:24.000Z\",\"modified\":\"2021-05-11T12:42:24.000Z\",\"menuOrder\":0,\"mime\":\"image/jpeg\",\"type\":\"image\",\"subtype\":\"jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/default.png\",\"dateFormatted\":\"May 11, 2021\",\"nonces\":{\"update\":\"ca0f21bc6b\",\"delete\":\"aeb89ca3d4\",\"edit\":\"4be159def3\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=290\\u0026action=edit\",\"meta\":false,\"authorName\":\"Rishabh\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/user-edit.php?user_id=34\",\"filesizeInBytes\":50081,\"filesizeHumanReadable\":\"49 KB\",\"context\":\"\",\"height\":400,\"width\":600,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/room-6-150x150.jpg\",\"orientation\":\"landscape\"},\"medium\":{\"height\":200,\"width\":300,\"url\":\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/room-6-300x200.jpg\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/room-6.jpg\",\"height\":400,\"width\":600,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"imageSize\":\"full\",\"imageWidth\":100,\"imageWidthMobile\":100,\"imageWidthTablet\":100,\"paddingBtnTop\":10,\"paddingBtnBottom\":10,\"paddingBtnLeft\":14,\"paddingBtnRight\":14,\"imageWidthUnit\":\"%\",\"imageWidthUnitTablet\":\"%\",\"imageWidthUnitMobile\":\"%\",\"subHeadTopMargin\":0,\"subHeadRightMargin\":40,\"subHeadLeftMargin\":0,\"subHeadMarginTopTablet\":0,\"subHeadMarginRightTablet\":0,\"subHeadTabletSpace\":20,\"subHeadMarginLeftTablet\":0,\"imgTagHeight\":66,\"imgTagWidth\":600,\"btnBorderTopWidth\":1,\"btnBorderLeftWidth\":1,\"btnBorderRightWidth\":1,\"btnBorderBottomWidth\":1,\"btnBorderTopLeftRadius\":0,\"btnBorderTopRightRadius\":0,\"btnBorderBottomLeftRadius\":0,\"btnBorderBottomRightRadius\":0,\"btnBorderStyle\":\"solid\",\"btnBorderColor\":\"#333\"} -->\n<div class=\"wp-block-uagb-info-box uagb-block-a1268339 uagb-infobox__content-wrap  uagb-infobox-icon-above-title uagb-infobox-image-valign-top\"><div class=\"uagb-ifb-content\"><div class=\"uagb-ifb-image-content\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/room-6.jpg\" alt=\"\" width=\"100\" height=\"66\" loading=\"lazy\"/></div><div class=\"uagb-ifb-title-wrap\"><h3 class=\"uagb-ifb-title\">Presidential Suite​</h3></div><p class=\"uagb-ifb-desc\">Wish to live like a king? Here’s the top presidential suite where you can spend the best days of your life.</p><div class=\"uagb-ifb-button-wrapper wp-block-button\"><a href=\"\" target=\"_self\" class=\"uagb-infobox-cta-link uagb-disable-link\" rel=\"noopener noreferrer\" alt=\"\"><span class=\"uagb-inline-editing\">READ MORE</span></a></div></div></div>\n<!-- /wp:uagb/info-box --></div>\n<!-- /wp:uagb/container --></div>\n<!-- /wp:uagb/container --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"7818d1ee\",\"innerContentCustomWidthDesktop\":781,\"innerContentCustomWidthTablet\":781,\"backgroundType\":\"image\",\"backgroundImageDesktop\":{\"id\":54,\"title\":\"background-img\",\"filename\":\"background-img-1.jpg\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/background-img-1.jpg\",\"link\":\"https://blueroan.netgen.cloud/background-img-2/\",\"alt\":\"\",\"author\":\"34\",\"description\":\"\",\"caption\":\"\",\"name\":\"background-img-2\",\"status\":\"inherit\",\"uploadedTo\":0,\"date\":\"2021-05-07T10:11:37.000Z\",\"modified\":\"2021-05-07T10:11:37.000Z\",\"menuOrder\":0,\"mime\":\"image/jpeg\",\"type\":\"image\",\"subtype\":\"jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/default.png\",\"dateFormatted\":\"May 7, 2021\",\"nonces\":{\"update\":\"bb999636b9\",\"delete\":\"d2e1375bc4\",\"edit\":\"005dd2f0c9\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=54\\u0026action=edit\",\"meta\":false,\"authorName\":\"Rishabh\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/user-edit.php?user_id=34\",\"filesizeInBytes\":338858,\"filesizeHumanReadable\":\"331 KB\",\"context\":\"\",\"height\":1080,\"width\":1920,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/background-img-1-150x150.jpg\",\"orientation\":\"landscape\"},\"medium\":{\"height\":169,\"width\":300,\"url\":\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/background-img-1-300x169.jpg\",\"orientation\":\"landscape\"},\"large\":{\"height\":576,\"width\":1024,\"url\":\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/background-img-1-1024x576.jpg\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/background-img-1.jpg\",\"height\":1080,\"width\":1920,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"backgroundImageColor\":\"rgba(42,42,42,0.65)\",\"topPaddingDesktop\":144,\"bottomPaddingDesktop\":144,\"leftPaddingDesktop\":40,\"rightPaddingDesktop\":40,\"topPaddingTablet\":80,\"bottomPaddingTablet\":80,\"leftPaddingTablet\":40,\"rightPaddingTablet\":40,\"topPaddingMobile\":64,\"bottomPaddingMobile\":64,\"leftPaddingMobile\":24,\"rightPaddingMobile\":24,\"paddingLink\":false,\"variationSelected\":true,\"isBlockRootParent\":true,\"overlayType\":\"color\"} -->\n<div class=\"wp-block-uagb-container uagb-block-7818d1ee alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/advanced-heading {\"block_id\":\"bdd4f657\",\"classMigrate\":true,\"headingDescToggle\":true,\"headingAlign\":\"center\",\"headingColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"subHeadingColor\":\"var(\\u002d\\u002dast-global-color-4)\",\"headSpace\":20} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-bdd4f657\"><h2 class=\"uagb-heading-text\">Plan an Unforgettable Experience in Mykonos Today!</h2><p class=\"uagb-desc-text\">We can help you fit your stay and experience within your allotted budget.</p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/advanced-heading {\"block_id\":\"872fa4d2\",\"classMigrate\":true,\"headingTitleToggle\":false,\"headingDescToggle\":true,\"headingAlign\":\"center\",\"subHeadingColor\":\"var(\\u002d\\u002dast-global-color-4)\",\"subHeadTransform\":\"uppercase\",\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"subHeadLetterSpacing\":2,\"blockTopPadding\":60,\"blockRightPadding\":0,\"blockLeftPadding\":0,\"blockBottomPadding\":0,\"blockTopPaddingMobile\":30,\"blockRightPaddingMobile\":0,\"blockLeftPaddingMobile\":0,\"blockBottomPaddingMobile\":0} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-872fa4d2\"><p class=\"uagb-desc-text\">BOOK YOUR STAY NOW​</p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/icon-list {\"block_id\":\"5f9a275c\",\"classMigrate\":true,\"childMigrate\":true,\"align\":\"center\",\"parentIcon\":\"phone\",\"size\":40,\"sizeMobile\":24,\"sizeTablet\":32,\"fontSize\":48,\"fontSizeMobile\":28,\"fontSizeTablet\":40,\"fontWeight\":\"600\",\"iconColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"labelColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"blockTopPadding\":0,\"blockRightPadding\":0,\"blockLeftPadding\":0,\"blockBottomPadding\":24,\"blockPaddingLink\":false} -->\n<div class=\"wp-block-uagb-icon-list uagb-block-5f9a275c\"><div class=\"uagb-icon-list__wrap\"><!-- wp:uagb/icon-list-child {\"block_id\":\"4948806f\",\"label\":\"+1-123 456 7890​\",\"label_color\":\"\",\"fromParentIcon\":\"phone\",\"imageSizeChild\":40} -->\n<div class=\"wp-block-uagb-icon-list-child uagb-block-4948806f\"><span class=\"uagb-icon-list__source-wrap\"><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M511.2 387l-23.25 100.8c-3.266 14.25-15.79 24.22-30.46 24.22C205.2 512 0 306.8 0 54.5c0-14.66 9.969-27.2 24.22-30.45l100.8-23.25C139.7-2.602 154.7 5.018 160.8 18.92l46.52 108.5c5.438 12.78 1.77 27.67-8.98 36.45L144.5 207.1c33.98 69.22 90.26 125.5 159.5 159.5l44.08-53.8c8.688-10.78 23.69-14.51 36.47-8.975l108.5 46.51C506.1 357.2 514.6 372.4 511.2 387z\"></path></svg></span><span class=\"uagb-icon-list__label\">+1-123 456 7890​</span></div>\n<!-- /wp:uagb/icon-list-child --></div></div>\n<!-- /wp:uagb/icon-list --></div></div>\n<!-- /wp:uagb/container -->',	'Accommodation',	'',	'inherit',	'closed',	'closed',	'',	'761-revision-v1',	'',	'',	'2022-12-13 13:33:55',	'2022-12-13 13:33:55',	'',	761,	'https://blueroan.netgen.cloud/?p=868',	0,	'revision',	'',	0),
(870,	2,	'2022-12-13 13:35:51',	'2022-12-13 13:35:51',	'<!-- wp:uagb/container {\"block_id\":\"b3e42786\",\"backgroundType\":\"image\",\"backgroundImageDesktop\":{\"id\":797,\"title\":\"blue-roan-guest-farm (13)\",\"filename\":\"blue-roan-guest-farm-13.jpg\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-13.jpg\",\"link\":\"https://blueroan.netgen.cloud/home/blue-roan-guest-farm-13/\",\"alt\":\"\",\"author\":\"2\",\"description\":\"\",\"caption\":\"\",\"name\":\"blue-roan-guest-farm-13\",\"status\":\"inherit\",\"uploadedTo\":760,\"date\":\"2022-12-13T09:37:10.000Z\",\"modified\":\"2022-12-13T09:37:10.000Z\",\"menuOrder\":0,\"mime\":\"image/jpeg\",\"type\":\"image\",\"subtype\":\"jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-includes/images/media/default.png\",\"dateFormatted\":\"December 13, 2022\",\"nonces\":{\"update\":\"88c7dafe15\",\"delete\":\"0e63c986af\",\"edit\":\"ba0aad2d7f\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=797\\u0026action=edit\",\"meta\":false,\"authorName\":\"Netgen Support\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/profile.php\",\"uploadedToTitle\":\"Home\",\"uploadedToLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=760\\u0026action=edit\",\"filesizeInBytes\":201183,\"filesizeHumanReadable\":\"196 KB\",\"context\":\"\",\"height\":667,\"width\":1000,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-13-150x150.jpg\",\"orientation\":\"landscape\"},\"medium\":{\"height\":200,\"width\":300,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-13-300x200.jpg\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-13.jpg\",\"height\":667,\"width\":1000,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"backgroundPositionDesktop\":{\"x\":0.62,\"y\":0.78},\"backgroundSizeTablet\":\"cover\",\"backgroundSizeMobile\":\"cover\",\"backgroundColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"backgroundImageColor\":\"rgba(42,42,42,0.5)\",\"topPaddingDesktop\":220,\"bottomPaddingDesktop\":150,\"topPaddingTablet\":170,\"bottomPaddingTablet\":160,\"leftPaddingTablet\":30,\"rightPaddingTablet\":30,\"topPaddingMobile\":180,\"bottomPaddingMobile\":80,\"leftPaddingMobile\":20,\"rightPaddingMobile\":20,\"paddingLink\":false,\"variationSelected\":true,\"isBlockRootParent\":true,\"overlayType\":\"color\"} -->\n<div class=\"wp-block-uagb-container uagb-block-b3e42786 alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/advanced-heading {\"block_id\":\"7ad8d8d0\",\"classMigrate\":true,\"headingDescToggle\":true,\"headingColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"subHeadingColor\":\"var(\\u002d\\u002dast-global-color-4)\",\"headingTag\":\"h1\",\"headSpace\":20,\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"blockTopPadding\":0,\"blockRightPadding\":50,\"blockLeftPadding\":0,\"blockBottomPadding\":0,\"blockTopPaddingTablet\":0,\"blockRightPaddingTablet\":20,\"blockLeftPaddingTablet\":0,\"blockBottomPaddingTablet\":0,\"blockTopPaddingMobile\":0,\"blockRightPaddingMobile\":0,\"blockLeftPaddingMobile\":0,\"blockBottomPaddingMobile\":0,\"blockPaddingUnit\":\"%\",\"blockPaddingUnitTablet\":\"%\"} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-7ad8d8d0\"><h1 class=\"uagb-heading-text\">Rooms &amp; Accommodation​</h1><p class=\"uagb-desc-text\">If you are looking for a home away from home, even a place your dog can come along then take a closer look into the rooms we offer and pick the one for you.</p></div>\n<!-- /wp:uagb/advanced-heading --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"1fe503bb\",\"backgroundType\":\"color\",\"backgroundSizeTablet\":\"cover\",\"backgroundSizeMobile\":\"cover\",\"backgroundColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"topPaddingDesktop\":120,\"bottomPaddingDesktop\":120,\"topPaddingTablet\":80,\"bottomPaddingTablet\":80,\"leftPaddingTablet\":30,\"rightPaddingTablet\":30,\"topPaddingMobile\":80,\"bottomPaddingMobile\":80,\"leftPaddingMobile\":20,\"rightPaddingMobile\":20,\"paddingLink\":false,\"variationSelected\":true,\"rowGapDesktop\":0,\"isBlockRootParent\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-1fe503bb alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/container {\"block_id\":\"b4449d09\",\"directionDesktop\":\"row\",\"alignItemsDesktop\":\"flex-end\",\"alignItemsTablet\":\"flex-end\",\"justifyContentDesktop\":\"flex-end\",\"justifyContentTablet\":\"space-between\",\"variationSelected\":true,\"rowGapMobile\":20,\"columnGapDesktop\":0} -->\n<div class=\"wp-block-uagb-container uagb-block-b4449d09\"><!-- wp:uagb/advanced-heading {\"block_id\":\"217d5b8b\",\"classMigrate\":true,\"headingDescToggle\":true,\"subHeadingColor\":\"\",\"headSpace\":20,\"subHeadFontSize\":16} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-217d5b8b\"><h2 class=\"uagb-heading-text\">Come &amp; Stay With Us​</h2><p class=\"uagb-desc-text\">There are 7 excellent brick self-catering units available, each private and with a distinctive personality and theme. They are particularly made for pet-free or pet-owning couples looking for a romantic and serene setting to reconnect, celebrate special occasions, or simply unwind on a holiday.<br><br>We are pet-friendly by arrangement as each unit is separately fenced with its own grassy garden with a garden gate leading to the generous park area where pets can socialize. &nbsp;We also have lovely safe off-leash walking trails on our property and beyond. &nbsp;Our units are very luxurious with everything you would need and very homely and charming. Regrettably no children or group bookings.  </p></div>\n<!-- /wp:uagb/advanced-heading --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"1c361080\",\"directionDesktop\":\"row\",\"alignItemsTablet\":\"flex-start\",\"justifyContentDesktop\":\"flex-start\",\"topMarginDesktop\":54,\"bottomMarginDesktop\":0,\"leftMarginDesktop\":0,\"rightMarginDesktop\":0,\"marginLink\":false,\"variationSelected\":true,\"rowGapMobile\":0,\"columnGapDesktop\":0} -->\n<div class=\"wp-block-uagb-container uagb-block-1c361080\"><!-- wp:uagb/container {\"block_id\":\"3ef026e9\",\"widthDesktop\":50,\"bottomPaddingDesktop\":20,\"rightPaddingDesktop\":32,\"bottomPaddingTablet\":35,\"rightPaddingTablet\":15,\"bottomPaddingMobile\":65,\"paddingLink\":false,\"topMarginDesktop\":0,\"bottomMarginDesktop\":0,\"leftMarginDesktop\":5,\"rightMarginDesktop\":5,\"topMarginMobile\":0,\"bottomMarginMobile\":0,\"leftMarginMobile\":0,\"rightMarginMobile\":0,\"marginLink\":false,\"variationSelected\":true,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-3ef026e9\"><!-- wp:uagb/info-box {\"classMigrate\":true,\"headingAlign\":\"left\",\"headingColor\":\"\",\"subHeadingColor\":\"\",\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"source_type\":\"image\",\"block_id\":\"6821fbbe\",\"ctaIcon\":\"\",\"ctaType\":\"text\",\"ctaText\":\"READ MORE\",\"ctaLinkColor\":\"var(\\u002d\\u002dast-global-color-0)\",\"ctaDecoration\":\"underline\",\"ctaFontSize\":12,\"ctaFontWeight\":\"600\",\"ctaLetterSpacing\":2,\"ctaBorderColor\":\"\",\"ctaBorderStyle\":\"\",\"ctaBorderWidth\":\"\",\"ctaBorderRadius\":\"\",\"iconBottomMargin\":30,\"iconImage\":{\"uploading\":false,\"date\":1670936674000,\"filename\":\"blue-roan-guest-farm-10.jpg\",\"menuOrder\":0,\"uploadedTo\":761,\"type\":\"image\",\"subtype\":\"jpeg\",\"id\":863,\"title\":\"blue-roan-guest-farm (10)\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-10.jpg\",\"link\":\"https://blueroan.netgen.cloud/accommodation/blue-roan-guest-farm-10/\",\"alt\":\"\",\"author\":\"2\",\"description\":\"\",\"caption\":\"\",\"name\":\"blue-roan-guest-farm-10\",\"status\":\"inherit\",\"modified\":1670936674000,\"mime\":\"image/jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-includes/images/media/default.png\",\"dateFormatted\":\"December 13, 2022\",\"nonces\":{\"update\":\"1a7491aa65\",\"delete\":\"dc6afaa89c\",\"edit\":\"7635ee35fb\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=863\\u0026action=edit\",\"meta\":false,\"authorName\":\"Netgen Support\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/profile.php\",\"uploadedToTitle\":\"Accommodation\",\"uploadedToLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=761\\u0026action=edit\",\"filesizeInBytes\":149768,\"filesizeHumanReadable\":\"146 KB\",\"context\":\"\",\"height\":667,\"width\":1000,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-10-150x150.jpg\",\"orientation\":\"landscape\"},\"medium\":{\"height\":200,\"width\":300,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-10-300x200.jpg\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-10.jpg\",\"height\":667,\"width\":1000,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"imageSize\":\"full\",\"imageWidth\":100,\"imageWidthMobile\":100,\"imageWidthTablet\":100,\"paddingBtnTop\":10,\"paddingBtnBottom\":10,\"paddingBtnLeft\":14,\"paddingBtnRight\":14,\"imageWidthUnit\":\"%\",\"imageWidthUnitTablet\":\"%\",\"imageWidthUnitMobile\":\"%\",\"subHeadTopMargin\":0,\"subHeadRightMargin\":40,\"subHeadLeftMargin\":0,\"subHeadMarginTopTablet\":0,\"subHeadMarginRightTablet\":0,\"subHeadTabletSpace\":20,\"subHeadMarginLeftTablet\":0,\"imgTagHeight\":66,\"imgTagWidth\":1000,\"btnBorderTopWidth\":1,\"btnBorderLeftWidth\":1,\"btnBorderRightWidth\":1,\"btnBorderBottomWidth\":1,\"btnBorderTopLeftRadius\":0,\"btnBorderTopRightRadius\":0,\"btnBorderBottomLeftRadius\":0,\"btnBorderBottomRightRadius\":0,\"btnBorderStyle\":\"solid\",\"btnBorderColor\":\"#333\"} -->\n<div class=\"wp-block-uagb-info-box uagb-block-6821fbbe uagb-infobox__content-wrap  uagb-infobox-icon-above-title uagb-infobox-image-valign-top\"><div class=\"uagb-ifb-content\"><div class=\"uagb-ifb-image-content\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-10.jpg\" alt=\"\" width=\"100\" height=\"66\" loading=\"lazy\"/></div><div class=\"uagb-ifb-title-wrap\"><h3 class=\"uagb-ifb-title\">The Barn </h3></div><p class=\"uagb-ifb-desc\">Rustic beams and exposed wood are all hallmarks of our barn-style suite. This is an open-plan unit with lots of windows with a raised king bed on a platform that faces the TV and the mountains.</p><div class=\"uagb-ifb-button-wrapper wp-block-button\"><a href=\"\" target=\"_self\" class=\"uagb-infobox-cta-link uagb-disable-link\" rel=\"noopener noreferrer\" alt=\"\"><span class=\"uagb-inline-editing\">READ MORE</span></a></div></div></div>\n<!-- /wp:uagb/info-box --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"3a5c62cc\",\"widthDesktop\":50,\"bottomPaddingDesktop\":20,\"rightPaddingDesktop\":32,\"bottomPaddingTablet\":35,\"rightPaddingTablet\":15,\"bottomPaddingMobile\":65,\"paddingLink\":false,\"topMarginDesktop\":0,\"bottomMarginDesktop\":0,\"leftMarginDesktop\":5,\"rightMarginDesktop\":5,\"topMarginMobile\":0,\"bottomMarginMobile\":0,\"leftMarginMobile\":0,\"rightMarginMobile\":0,\"marginLink\":false,\"variationSelected\":true,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-3a5c62cc\"><!-- wp:uagb/info-box {\"classMigrate\":true,\"headingAlign\":\"left\",\"headingColor\":\"\",\"subHeadingColor\":\"\",\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"source_type\":\"image\",\"block_id\":\"3bd93752\",\"ctaIcon\":\"\",\"ctaType\":\"text\",\"ctaText\":\"READ MORE\",\"ctaLinkColor\":\"var(\\u002d\\u002dast-global-color-0)\",\"ctaDecoration\":\"underline\",\"ctaFontSize\":12,\"ctaFontWeight\":\"600\",\"ctaLetterSpacing\":2,\"ctaBorderColor\":\"\",\"ctaBorderStyle\":\"\",\"ctaBorderWidth\":\"\",\"ctaBorderRadius\":\"\",\"iconBottomMargin\":30,\"iconImage\":{\"uploading\":false,\"date\":1670936842000,\"filename\":\"tuscan-suite-raised-bed-and-settee.jpg\",\"menuOrder\":0,\"uploadedTo\":761,\"type\":\"image\",\"subtype\":\"jpeg\",\"id\":864,\"title\":\"tuscan-suite-raised-bed-and-settee\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/tuscan-suite-raised-bed-and-settee.jpg\",\"link\":\"https://blueroan.netgen.cloud/accommodation/tuscan-suite-raised-bed-and-settee/\",\"alt\":\"\",\"author\":\"2\",\"description\":\"\",\"caption\":\"\",\"name\":\"tuscan-suite-raised-bed-and-settee\",\"status\":\"inherit\",\"modified\":1670936842000,\"mime\":\"image/jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-includes/images/media/default.png\",\"dateFormatted\":\"December 13, 2022\",\"nonces\":{\"update\":\"0624a4a01a\",\"delete\":\"9e8f0f7a5a\",\"edit\":\"087f94f2e5\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=864\\u0026action=edit\",\"meta\":false,\"authorName\":\"Netgen Support\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/profile.php\",\"uploadedToTitle\":\"Accommodation\",\"uploadedToLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=761\\u0026action=edit\",\"filesizeInBytes\":41923,\"filesizeHumanReadable\":\"41 KB\",\"context\":\"\",\"height\":400,\"width\":600,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/tuscan-suite-raised-bed-and-settee-150x150.jpg\",\"orientation\":\"landscape\"},\"medium\":{\"height\":200,\"width\":300,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/tuscan-suite-raised-bed-and-settee-300x200.jpg\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/tuscan-suite-raised-bed-and-settee.jpg\",\"height\":400,\"width\":600,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"imageSize\":\"full\",\"imageWidth\":100,\"imageWidthMobile\":100,\"imageWidthTablet\":100,\"paddingBtnTop\":10,\"paddingBtnBottom\":10,\"paddingBtnLeft\":14,\"paddingBtnRight\":14,\"imageWidthUnit\":\"%\",\"imageWidthUnitTablet\":\"%\",\"imageWidthUnitMobile\":\"%\",\"subHeadTopMargin\":0,\"subHeadRightMargin\":40,\"subHeadLeftMargin\":0,\"subHeadMarginTopTablet\":0,\"subHeadMarginRightTablet\":0,\"subHeadTabletSpace\":20,\"subHeadMarginLeftTablet\":0,\"imgTagHeight\":66,\"imgTagWidth\":600,\"btnBorderTopWidth\":1,\"btnBorderLeftWidth\":1,\"btnBorderRightWidth\":1,\"btnBorderBottomWidth\":1,\"btnBorderTopLeftRadius\":0,\"btnBorderTopRightRadius\":0,\"btnBorderBottomLeftRadius\":0,\"btnBorderBottomRightRadius\":0,\"btnBorderStyle\":\"solid\",\"btnBorderColor\":\"#333\"} -->\n<div class=\"wp-block-uagb-info-box uagb-block-3bd93752 uagb-infobox__content-wrap  uagb-infobox-icon-above-title uagb-infobox-image-valign-top\"><div class=\"uagb-ifb-content\"><div class=\"uagb-ifb-image-content\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/tuscan-suite-raised-bed-and-settee.jpg\" alt=\"\" width=\"100\" height=\"66\" loading=\"lazy\"/></div><div class=\"uagb-ifb-title-wrap\"><h3 class=\"uagb-ifb-title\">The Tuscan Suite </h3></div><p class=\"uagb-ifb-desc\">Terra-cotta tiles, textured wall treatments, gorgeous, intricate murals,&nbsp;and simple, durable furniture with elegant iron accents are all characteristics of Tuscan interior design.</p><div class=\"uagb-ifb-button-wrapper wp-block-button\"><a href=\"\" target=\"_self\" class=\"uagb-infobox-cta-link uagb-disable-link\" rel=\"noopener noreferrer\" alt=\"\"><span class=\"uagb-inline-editing\">READ MORE</span></a></div></div></div>\n<!-- /wp:uagb/info-box --></div>\n<!-- /wp:uagb/container --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"93ecad41\",\"directionDesktop\":\"row\",\"alignItemsTablet\":\"flex-start\",\"justifyContentDesktop\":\"flex-start\",\"topMarginDesktop\":54,\"bottomMarginDesktop\":0,\"leftMarginDesktop\":0,\"rightMarginDesktop\":0,\"topMarginMobile\":0,\"bottomMarginMobile\":0,\"leftMarginMobile\":0,\"rightMarginMobile\":0,\"marginLink\":false,\"variationSelected\":true,\"rowGapMobile\":0,\"columnGapDesktop\":0} -->\n<div class=\"wp-block-uagb-container uagb-block-93ecad41\"><!-- wp:uagb/container {\"block_id\":\"18811d43\",\"widthDesktop\":50,\"bottomPaddingDesktop\":20,\"rightPaddingDesktop\":32,\"bottomPaddingTablet\":35,\"leftPaddingTablet\":0,\"rightPaddingTablet\":15,\"bottomPaddingMobile\":65,\"paddingLink\":false,\"topMarginDesktop\":0,\"bottomMarginDesktop\":0,\"leftMarginDesktop\":5,\"rightMarginDesktop\":5,\"topMarginMobile\":0,\"bottomMarginMobile\":0,\"leftMarginMobile\":0,\"rightMarginMobile\":0,\"marginLink\":false,\"variationSelected\":true,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-18811d43\"><!-- wp:uagb/info-box {\"classMigrate\":true,\"headingAlign\":\"left\",\"headingColor\":\"\",\"subHeadingColor\":\"\",\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"source_type\":\"image\",\"block_id\":\"17e4793e\",\"ctaIcon\":\"\",\"ctaType\":\"text\",\"ctaText\":\"READ MORE\",\"ctaLinkColor\":\"var(\\u002d\\u002dast-global-color-0)\",\"ctaDecoration\":\"underline\",\"ctaFontSize\":12,\"ctaFontWeight\":\"600\",\"ctaLetterSpacing\":2,\"ctaBorderColor\":\"\",\"ctaBorderStyle\":\"\",\"ctaBorderWidth\":\"\",\"ctaBorderRadius\":\"\",\"iconBottomMargin\":30,\"iconImage\":{\"id\":838,\"title\":\"49g\",\"filename\":\"49g.jpg\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/49g.jpg\",\"link\":\"https://blueroan.netgen.cloud/home/49g/\",\"alt\":\"\",\"author\":\"2\",\"description\":\"\",\"caption\":\"\",\"name\":\"49g\",\"status\":\"inherit\",\"uploadedTo\":760,\"date\":\"2022-12-13T11:56:09.000Z\",\"modified\":\"2022-12-13T11:56:09.000Z\",\"menuOrder\":0,\"mime\":\"image/jpeg\",\"type\":\"image\",\"subtype\":\"jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-includes/images/media/default.png\",\"dateFormatted\":\"December 13, 2022\",\"nonces\":{\"update\":\"d856b41bb5\",\"delete\":\"95a15f0ef1\",\"edit\":\"b0a3c69433\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=838\\u0026action=edit\",\"meta\":false,\"authorName\":\"Netgen Support\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/profile.php\",\"uploadedToTitle\":\"Home\",\"uploadedToLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=760\\u0026action=edit\",\"filesizeInBytes\":315296,\"filesizeHumanReadable\":\"308 KB\",\"context\":\"\",\"height\":450,\"width\":650,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/49g-150x150.jpg\",\"orientation\":\"landscape\"},\"medium\":{\"height\":208,\"width\":300,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/49g-300x208.jpg\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/49g.jpg\",\"height\":450,\"width\":650,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"imageSize\":\"full\",\"imageWidth\":100,\"imageWidthMobile\":100,\"imageWidthTablet\":100,\"paddingBtnTop\":10,\"paddingBtnBottom\":10,\"paddingBtnLeft\":14,\"paddingBtnRight\":14,\"imageWidthUnit\":\"%\",\"imageWidthUnitTablet\":\"%\",\"imageWidthUnitMobile\":\"%\",\"subHeadTopMargin\":0,\"subHeadRightMargin\":40,\"subHeadLeftMargin\":0,\"subHeadMarginTopTablet\":0,\"subHeadMarginRightTablet\":0,\"subHeadTabletSpace\":20,\"subHeadMarginLeftTablet\":0,\"imgTagHeight\":69,\"imgTagWidth\":650,\"btnBorderTopWidth\":1,\"btnBorderLeftWidth\":1,\"btnBorderRightWidth\":1,\"btnBorderBottomWidth\":1,\"btnBorderTopLeftRadius\":0,\"btnBorderTopRightRadius\":0,\"btnBorderBottomLeftRadius\":0,\"btnBorderBottomRightRadius\":0,\"btnBorderStyle\":\"solid\",\"btnBorderColor\":\"#333\"} -->\n<div class=\"wp-block-uagb-info-box uagb-block-17e4793e uagb-infobox__content-wrap  uagb-infobox-icon-above-title uagb-infobox-image-valign-top\"><div class=\"uagb-ifb-content\"><div class=\"uagb-ifb-image-content\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/49g.jpg\" alt=\"\" width=\"100\" height=\"69\" loading=\"lazy\"/></div><div class=\"uagb-ifb-title-wrap\"><h3 class=\"uagb-ifb-title\">The Bluebush </h3></div><p class=\"uagb-ifb-desc\">A warm and comforting suite with a very homely feeling. Settle in and relax like you would at home. Relax with a perfect corner-shaped spa bath and open-plan living area.<br><br></p><div class=\"uagb-ifb-button-wrapper wp-block-button\"><a href=\"\" target=\"_self\" class=\"uagb-infobox-cta-link uagb-disable-link\" rel=\"noopener noreferrer\" alt=\"\"><span class=\"uagb-inline-editing\">READ MORE</span></a></div></div></div>\n<!-- /wp:uagb/info-box --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"050e1241\",\"widthDesktop\":50,\"bottomPaddingDesktop\":20,\"rightPaddingDesktop\":32,\"bottomPaddingTablet\":35,\"rightPaddingTablet\":15,\"bottomPaddingMobile\":65,\"paddingLink\":false,\"topMarginDesktop\":0,\"bottomMarginDesktop\":0,\"leftMarginDesktop\":5,\"rightMarginDesktop\":5,\"topMarginMobile\":0,\"bottomMarginMobile\":0,\"leftMarginMobile\":0,\"rightMarginMobile\":0,\"marginLink\":false,\"variationSelected\":true,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-050e1241\"><!-- wp:uagb/info-box {\"classMigrate\":true,\"headingAlign\":\"left\",\"headingColor\":\"\",\"subHeadingColor\":\"\",\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"source_type\":\"image\",\"block_id\":\"3f212314\",\"ctaIcon\":\"\",\"ctaType\":\"text\",\"ctaText\":\"READ MORE\",\"ctaLinkColor\":\"var(\\u002d\\u002dast-global-color-0)\",\"ctaDecoration\":\"underline\",\"ctaFontSize\":12,\"ctaFontWeight\":\"600\",\"ctaLetterSpacing\":2,\"ctaBorderColor\":\"\",\"ctaBorderStyle\":\"\",\"ctaBorderWidth\":\"\",\"ctaBorderRadius\":\"\",\"iconBottomMargin\":30,\"iconImage\":{\"id\":284,\"title\":\"room-4\",\"filename\":\"room-4-1.jpg\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/room-4-1.jpg\",\"link\":\"https://blueroan.netgen.cloud/room-4-2/\",\"alt\":\"\",\"author\":\"34\",\"description\":\"\",\"caption\":\"\",\"name\":\"room-4-2\",\"status\":\"inherit\",\"uploadedTo\":0,\"date\":\"2021-05-11T12:34:14.000Z\",\"modified\":\"2021-05-11T12:34:14.000Z\",\"menuOrder\":0,\"mime\":\"image/jpeg\",\"type\":\"image\",\"subtype\":\"jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/default.png\",\"dateFormatted\":\"May 11, 2021\",\"nonces\":{\"update\":\"7cafb104e4\",\"delete\":\"c76125dda4\",\"edit\":\"a40254c450\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=284\\u0026action=edit\",\"meta\":false,\"authorName\":\"Rishabh\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/user-edit.php?user_id=34\",\"filesizeInBytes\":40918,\"filesizeHumanReadable\":\"40 KB\",\"context\":\"\",\"height\":400,\"width\":600,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/room-4-1-150x150.jpg\",\"orientation\":\"landscape\"},\"medium\":{\"height\":200,\"width\":300,\"url\":\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/room-4-1-300x200.jpg\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/room-4-1.jpg\",\"height\":400,\"width\":600,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"imageSize\":\"full\",\"imageWidth\":100,\"imageWidthMobile\":100,\"imageWidthTablet\":100,\"paddingBtnTop\":10,\"paddingBtnBottom\":10,\"paddingBtnLeft\":14,\"paddingBtnRight\":14,\"imageWidthUnit\":\"%\",\"imageWidthUnitTablet\":\"%\",\"imageWidthUnitMobile\":\"%\",\"subHeadTopMargin\":0,\"subHeadRightMargin\":40,\"subHeadLeftMargin\":0,\"subHeadMarginTopTablet\":0,\"subHeadMarginRightTablet\":0,\"subHeadTabletSpace\":20,\"subHeadMarginLeftTablet\":0,\"imgTagHeight\":66,\"imgTagWidth\":600,\"btnBorderTopWidth\":1,\"btnBorderLeftWidth\":1,\"btnBorderRightWidth\":1,\"btnBorderBottomWidth\":1,\"btnBorderTopLeftRadius\":0,\"btnBorderTopRightRadius\":0,\"btnBorderBottomLeftRadius\":0,\"btnBorderBottomRightRadius\":0,\"btnBorderStyle\":\"solid\",\"btnBorderColor\":\"#333\"} -->\n<div class=\"wp-block-uagb-info-box uagb-block-3f212314 uagb-infobox__content-wrap  uagb-infobox-icon-above-title uagb-infobox-image-valign-top\"><div class=\"uagb-ifb-content\"><div class=\"uagb-ifb-image-content\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/room-4-1.jpg\" alt=\"\" width=\"100\" height=\"66\" loading=\"lazy\"/></div><div class=\"uagb-ifb-title-wrap\"><h3 class=\"uagb-ifb-title\">The Mexican Loft </h3></div><p class=\"uagb-ifb-desc\">This Mexican-inspired unit is full of bold colors and rustic furnishings. This design style has a multifarious feel, mixing rustic wood and wrought iron furnishings with authentic art, textiles, and pottery full of texture and a vivid palette of color</p><div class=\"uagb-ifb-button-wrapper wp-block-button\"><a href=\"\" target=\"_self\" class=\"uagb-infobox-cta-link uagb-disable-link\" rel=\"noopener noreferrer\" alt=\"\"><span class=\"uagb-inline-editing\">READ MORE</span></a></div></div></div>\n<!-- /wp:uagb/info-box --></div>\n<!-- /wp:uagb/container --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"50d111fd\",\"directionDesktop\":\"row\",\"justifyContentDesktop\":\"flex-start\",\"topMarginDesktop\":54,\"bottomMarginDesktop\":0,\"leftMarginDesktop\":0,\"rightMarginDesktop\":0,\"topMarginMobile\":0,\"bottomMarginMobile\":0,\"leftMarginMobile\":0,\"rightMarginMobile\":0,\"marginLink\":false,\"variationSelected\":true,\"rowGapMobile\":0,\"columnGapDesktop\":0} -->\n<div class=\"wp-block-uagb-container uagb-block-50d111fd\"><!-- wp:uagb/container {\"block_id\":\"97ecfb9b\",\"widthDesktop\":50,\"bottomPaddingDesktop\":20,\"rightPaddingDesktop\":32,\"bottomPaddingTablet\":35,\"rightPaddingTablet\":15,\"bottomPaddingMobile\":65,\"paddingLink\":false,\"topMarginDesktop\":0,\"bottomMarginDesktop\":0,\"leftMarginDesktop\":5,\"rightMarginDesktop\":5,\"topMarginMobile\":0,\"bottomMarginMobile\":0,\"leftMarginMobile\":0,\"rightMarginMobile\":0,\"marginLink\":false,\"variationSelected\":true,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-97ecfb9b\"><!-- wp:uagb/info-box {\"classMigrate\":true,\"headingAlign\":\"left\",\"headingColor\":\"\",\"subHeadingColor\":\"\",\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"source_type\":\"image\",\"block_id\":\"073a06c4\",\"ctaIcon\":\"\",\"ctaType\":\"text\",\"ctaText\":\"READ MORE\",\"ctaLinkColor\":\"var(\\u002d\\u002dast-global-color-0)\",\"ctaDecoration\":\"underline\",\"ctaFontSize\":12,\"ctaFontWeight\":\"600\",\"ctaLetterSpacing\":2,\"ctaBorderColor\":\"\",\"ctaBorderStyle\":\"\",\"ctaBorderWidth\":\"\",\"ctaBorderRadius\":\"\",\"iconBottomMargin\":30,\"iconImage\":{\"id\":289,\"title\":\"room-5\",\"filename\":\"room-5.jpg\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/room-5.jpg\",\"link\":\"https://blueroan.netgen.cloud/room-5/\",\"alt\":\"\",\"author\":\"34\",\"description\":\"\",\"caption\":\"\",\"name\":\"room-5\",\"status\":\"inherit\",\"uploadedTo\":0,\"date\":\"2021-05-11T12:41:05.000Z\",\"modified\":\"2021-05-11T12:41:05.000Z\",\"menuOrder\":0,\"mime\":\"image/jpeg\",\"type\":\"image\",\"subtype\":\"jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/default.png\",\"dateFormatted\":\"May 11, 2021\",\"nonces\":{\"update\":\"67479f178f\",\"delete\":\"0a3770770f\",\"edit\":\"881fd0ea74\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=289\\u0026action=edit\",\"meta\":false,\"authorName\":\"Rishabh\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/user-edit.php?user_id=34\",\"filesizeInBytes\":49173,\"filesizeHumanReadable\":\"48 KB\",\"context\":\"\",\"height\":400,\"width\":600,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/room-5-150x150.jpg\",\"orientation\":\"landscape\"},\"medium\":{\"height\":200,\"width\":300,\"url\":\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/room-5-300x200.jpg\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/room-5.jpg\",\"height\":400,\"width\":600,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"imageSize\":\"full\",\"imageWidth\":100,\"imageWidthMobile\":100,\"imageWidthTablet\":100,\"paddingBtnTop\":10,\"paddingBtnBottom\":10,\"paddingBtnLeft\":14,\"paddingBtnRight\":14,\"imageWidthUnit\":\"%\",\"imageWidthUnitTablet\":\"%\",\"imageWidthUnitMobile\":\"%\",\"subHeadTopMargin\":0,\"subHeadRightMargin\":40,\"subHeadLeftMargin\":0,\"subHeadMarginTopTablet\":0,\"subHeadMarginRightTablet\":0,\"subHeadTabletSpace\":20,\"subHeadMarginLeftTablet\":0,\"imgTagHeight\":66,\"imgTagWidth\":600,\"btnBorderTopWidth\":1,\"btnBorderLeftWidth\":1,\"btnBorderRightWidth\":1,\"btnBorderBottomWidth\":1,\"btnBorderTopLeftRadius\":0,\"btnBorderTopRightRadius\":0,\"btnBorderBottomLeftRadius\":0,\"btnBorderBottomRightRadius\":0,\"btnBorderStyle\":\"solid\",\"btnBorderColor\":\"#333\"} -->\n<div class=\"wp-block-uagb-info-box uagb-block-073a06c4 uagb-infobox__content-wrap  uagb-infobox-icon-above-title uagb-infobox-image-valign-top\"><div class=\"uagb-ifb-content\"><div class=\"uagb-ifb-image-content\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/room-5.jpg\" alt=\"\" width=\"100\" height=\"66\" loading=\"lazy\"/></div><div class=\"uagb-ifb-title-wrap\"><h3 class=\"uagb-ifb-title\">Grand Suite​</h3></div><p class=\"uagb-ifb-desc\">This is the second-highest ranked room in our hotel that offers luxury with the most advanced amenities.</p><div class=\"uagb-ifb-button-wrapper wp-block-button\"><a href=\"\" target=\"_self\" class=\"uagb-infobox-cta-link uagb-disable-link\" rel=\"noopener noreferrer\" alt=\"\"><span class=\"uagb-inline-editing\">READ MORE</span></a></div></div></div>\n<!-- /wp:uagb/info-box --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"6e4b9744\",\"widthDesktop\":50,\"bottomPaddingDesktop\":20,\"rightPaddingDesktop\":32,\"bottomPaddingTablet\":35,\"rightPaddingTablet\":15,\"paddingLink\":false,\"topMarginDesktop\":0,\"bottomMarginDesktop\":0,\"leftMarginDesktop\":5,\"rightMarginDesktop\":5,\"topMarginMobile\":0,\"bottomMarginMobile\":0,\"leftMarginMobile\":0,\"rightMarginMobile\":0,\"marginLink\":false,\"variationSelected\":true,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-6e4b9744\"><!-- wp:uagb/info-box {\"classMigrate\":true,\"headingAlign\":\"left\",\"headingColor\":\"\",\"subHeadingColor\":\"\",\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"source_type\":\"image\",\"block_id\":\"83a7bebe\",\"ctaIcon\":\"\",\"ctaType\":\"text\",\"ctaText\":\"READ MORE\",\"ctaLinkColor\":\"var(\\u002d\\u002dast-global-color-0)\",\"ctaDecoration\":\"underline\",\"ctaFontSize\":12,\"ctaFontWeight\":\"600\",\"ctaLetterSpacing\":2,\"ctaBorderColor\":\"\",\"ctaBorderStyle\":\"\",\"ctaBorderWidth\":\"\",\"ctaBorderRadius\":\"\",\"iconBottomMargin\":30,\"iconImage\":{\"id\":290,\"title\":\"room-6\",\"filename\":\"room-6.jpg\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/room-6.jpg\",\"link\":\"https://blueroan.netgen.cloud/room-6/\",\"alt\":\"\",\"author\":\"34\",\"description\":\"\",\"caption\":\"\",\"name\":\"room-6\",\"status\":\"inherit\",\"uploadedTo\":0,\"date\":\"2021-05-11T12:42:24.000Z\",\"modified\":\"2021-05-11T12:42:24.000Z\",\"menuOrder\":0,\"mime\":\"image/jpeg\",\"type\":\"image\",\"subtype\":\"jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/default.png\",\"dateFormatted\":\"May 11, 2021\",\"nonces\":{\"update\":\"ca0f21bc6b\",\"delete\":\"aeb89ca3d4\",\"edit\":\"4be159def3\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=290\\u0026action=edit\",\"meta\":false,\"authorName\":\"Rishabh\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/user-edit.php?user_id=34\",\"filesizeInBytes\":50081,\"filesizeHumanReadable\":\"49 KB\",\"context\":\"\",\"height\":400,\"width\":600,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/room-6-150x150.jpg\",\"orientation\":\"landscape\"},\"medium\":{\"height\":200,\"width\":300,\"url\":\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/room-6-300x200.jpg\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/room-6.jpg\",\"height\":400,\"width\":600,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"imageSize\":\"full\",\"imageWidth\":100,\"imageWidthMobile\":100,\"imageWidthTablet\":100,\"paddingBtnTop\":10,\"paddingBtnBottom\":10,\"paddingBtnLeft\":14,\"paddingBtnRight\":14,\"imageWidthUnit\":\"%\",\"imageWidthUnitTablet\":\"%\",\"imageWidthUnitMobile\":\"%\",\"subHeadTopMargin\":0,\"subHeadRightMargin\":40,\"subHeadLeftMargin\":0,\"subHeadMarginTopTablet\":0,\"subHeadMarginRightTablet\":0,\"subHeadTabletSpace\":20,\"subHeadMarginLeftTablet\":0,\"imgTagHeight\":66,\"imgTagWidth\":600,\"btnBorderTopWidth\":1,\"btnBorderLeftWidth\":1,\"btnBorderRightWidth\":1,\"btnBorderBottomWidth\":1,\"btnBorderTopLeftRadius\":0,\"btnBorderTopRightRadius\":0,\"btnBorderBottomLeftRadius\":0,\"btnBorderBottomRightRadius\":0,\"btnBorderStyle\":\"solid\",\"btnBorderColor\":\"#333\"} -->\n<div class=\"wp-block-uagb-info-box uagb-block-83a7bebe uagb-infobox__content-wrap  uagb-infobox-icon-above-title uagb-infobox-image-valign-top\"><div class=\"uagb-ifb-content\"><div class=\"uagb-ifb-image-content\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/room-6.jpg\" alt=\"\" width=\"100\" height=\"66\" loading=\"lazy\"/></div><div class=\"uagb-ifb-title-wrap\"><h3 class=\"uagb-ifb-title\">Presidential Suite​</h3></div><p class=\"uagb-ifb-desc\">Wish to live like a king? Here’s the top presidential suite where you can spend the best days of your life.</p><div class=\"uagb-ifb-button-wrapper wp-block-button\"><a href=\"\" target=\"_self\" class=\"uagb-infobox-cta-link uagb-disable-link\" rel=\"noopener noreferrer\" alt=\"\"><span class=\"uagb-inline-editing\">READ MORE</span></a></div></div></div>\n<!-- /wp:uagb/info-box --></div>\n<!-- /wp:uagb/container --></div>\n<!-- /wp:uagb/container --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"0a316a7b\",\"innerContentCustomWidthDesktop\":781,\"innerContentCustomWidthTablet\":781,\"backgroundType\":\"image\",\"backgroundImageDesktop\":{\"id\":54,\"title\":\"background-img\",\"filename\":\"background-img-1.jpg\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/background-img-1.jpg\",\"link\":\"https://blueroan.netgen.cloud/background-img-2/\",\"alt\":\"\",\"author\":\"34\",\"description\":\"\",\"caption\":\"\",\"name\":\"background-img-2\",\"status\":\"inherit\",\"uploadedTo\":0,\"date\":\"2021-05-07T10:11:37.000Z\",\"modified\":\"2021-05-07T10:11:37.000Z\",\"menuOrder\":0,\"mime\":\"image/jpeg\",\"type\":\"image\",\"subtype\":\"jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/default.png\",\"dateFormatted\":\"May 7, 2021\",\"nonces\":{\"update\":\"bb999636b9\",\"delete\":\"d2e1375bc4\",\"edit\":\"005dd2f0c9\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=54\\u0026action=edit\",\"meta\":false,\"authorName\":\"Rishabh\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/user-edit.php?user_id=34\",\"filesizeInBytes\":338858,\"filesizeHumanReadable\":\"331 KB\",\"context\":\"\",\"height\":1080,\"width\":1920,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/background-img-1-150x150.jpg\",\"orientation\":\"landscape\"},\"medium\":{\"height\":169,\"width\":300,\"url\":\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/background-img-1-300x169.jpg\",\"orientation\":\"landscape\"},\"large\":{\"height\":576,\"width\":1024,\"url\":\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/background-img-1-1024x576.jpg\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/background-img-1.jpg\",\"height\":1080,\"width\":1920,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"backgroundImageColor\":\"rgba(42,42,42,0.65)\",\"topPaddingDesktop\":144,\"bottomPaddingDesktop\":144,\"leftPaddingDesktop\":40,\"rightPaddingDesktop\":40,\"topPaddingTablet\":80,\"bottomPaddingTablet\":80,\"leftPaddingTablet\":40,\"rightPaddingTablet\":40,\"topPaddingMobile\":64,\"bottomPaddingMobile\":64,\"leftPaddingMobile\":24,\"rightPaddingMobile\":24,\"paddingLink\":false,\"variationSelected\":true,\"isBlockRootParent\":true,\"overlayType\":\"color\"} -->\n<div class=\"wp-block-uagb-container uagb-block-0a316a7b alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/advanced-heading {\"block_id\":\"471e65d3\",\"classMigrate\":true,\"headingDescToggle\":true,\"headingAlign\":\"center\",\"headingColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"subHeadingColor\":\"var(\\u002d\\u002dast-global-color-4)\",\"headSpace\":20} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-471e65d3\"><h2 class=\"uagb-heading-text\">Plan an Unforgettable Experience in Mykonos Today!</h2><p class=\"uagb-desc-text\">We can help you fit your stay and experience within your allotted budget.</p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/advanced-heading {\"block_id\":\"ef12d298\",\"classMigrate\":true,\"headingTitleToggle\":false,\"headingDescToggle\":true,\"headingAlign\":\"center\",\"subHeadingColor\":\"var(\\u002d\\u002dast-global-color-4)\",\"subHeadTransform\":\"uppercase\",\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"subHeadLetterSpacing\":2,\"blockTopPadding\":60,\"blockRightPadding\":0,\"blockLeftPadding\":0,\"blockBottomPadding\":0,\"blockTopPaddingMobile\":30,\"blockRightPaddingMobile\":0,\"blockLeftPaddingMobile\":0,\"blockBottomPaddingMobile\":0} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-ef12d298\"><p class=\"uagb-desc-text\">BOOK YOUR STAY NOW​</p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/icon-list {\"block_id\":\"9aefcef5\",\"classMigrate\":true,\"childMigrate\":true,\"align\":\"center\",\"parentIcon\":\"phone\",\"size\":40,\"sizeMobile\":24,\"sizeTablet\":32,\"fontSize\":48,\"fontSizeMobile\":28,\"fontSizeTablet\":40,\"fontWeight\":\"600\",\"iconColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"labelColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"blockTopPadding\":0,\"blockRightPadding\":0,\"blockLeftPadding\":0,\"blockBottomPadding\":24,\"blockPaddingLink\":false} -->\n<div class=\"wp-block-uagb-icon-list uagb-block-9aefcef5\"><div class=\"uagb-icon-list__wrap\"><!-- wp:uagb/icon-list-child {\"block_id\":\"7e64523a\",\"label\":\"+1-123 456 7890​\",\"label_color\":\"\",\"fromParentIcon\":\"phone\",\"imageSizeChild\":40} -->\n<div class=\"wp-block-uagb-icon-list-child uagb-block-7e64523a\"><span class=\"uagb-icon-list__source-wrap\"><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M511.2 387l-23.25 100.8c-3.266 14.25-15.79 24.22-30.46 24.22C205.2 512 0 306.8 0 54.5c0-14.66 9.969-27.2 24.22-30.45l100.8-23.25C139.7-2.602 154.7 5.018 160.8 18.92l46.52 108.5c5.438 12.78 1.77 27.67-8.98 36.45L144.5 207.1c33.98 69.22 90.26 125.5 159.5 159.5l44.08-53.8c8.688-10.78 23.69-14.51 36.47-8.975l108.5 46.51C506.1 357.2 514.6 372.4 511.2 387z\"></path></svg></span><span class=\"uagb-icon-list__label\">+1-123 456 7890​</span></div>\n<!-- /wp:uagb/icon-list-child --></div></div>\n<!-- /wp:uagb/icon-list --></div></div>\n<!-- /wp:uagb/container -->',	'Accommodation',	'',	'inherit',	'closed',	'closed',	'',	'761-revision-v1',	'',	'',	'2022-12-13 13:35:51',	'2022-12-13 13:35:51',	'',	761,	'https://blueroan.netgen.cloud/?p=870',	0,	'revision',	'',	0),
(871,	2,	'2022-12-13 13:36:11',	'2022-12-13 13:36:11',	'<!-- wp:uagb/container {\"block_id\":\"7f3ae6bd\",\"backgroundType\":\"image\",\"backgroundImageDesktop\":{\"id\":797,\"title\":\"blue-roan-guest-farm (13)\",\"filename\":\"blue-roan-guest-farm-13.jpg\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-13.jpg\",\"link\":\"https://blueroan.netgen.cloud/home/blue-roan-guest-farm-13/\",\"alt\":\"\",\"author\":\"2\",\"description\":\"\",\"caption\":\"\",\"name\":\"blue-roan-guest-farm-13\",\"status\":\"inherit\",\"uploadedTo\":760,\"date\":\"2022-12-13T09:37:10.000Z\",\"modified\":\"2022-12-13T09:37:10.000Z\",\"menuOrder\":0,\"mime\":\"image/jpeg\",\"type\":\"image\",\"subtype\":\"jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-includes/images/media/default.png\",\"dateFormatted\":\"December 13, 2022\",\"nonces\":{\"update\":\"88c7dafe15\",\"delete\":\"0e63c986af\",\"edit\":\"ba0aad2d7f\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=797\\u0026action=edit\",\"meta\":false,\"authorName\":\"Netgen Support\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/profile.php\",\"uploadedToTitle\":\"Home\",\"uploadedToLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=760\\u0026action=edit\",\"filesizeInBytes\":201183,\"filesizeHumanReadable\":\"196 KB\",\"context\":\"\",\"height\":667,\"width\":1000,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-13-150x150.jpg\",\"orientation\":\"landscape\"},\"medium\":{\"height\":200,\"width\":300,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-13-300x200.jpg\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-13.jpg\",\"height\":667,\"width\":1000,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"backgroundPositionDesktop\":{\"x\":0.62,\"y\":0.78},\"backgroundSizeTablet\":\"cover\",\"backgroundSizeMobile\":\"cover\",\"backgroundColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"backgroundImageColor\":\"rgba(42,42,42,0.5)\",\"topPaddingDesktop\":220,\"bottomPaddingDesktop\":150,\"topPaddingTablet\":170,\"bottomPaddingTablet\":160,\"leftPaddingTablet\":30,\"rightPaddingTablet\":30,\"topPaddingMobile\":180,\"bottomPaddingMobile\":80,\"leftPaddingMobile\":20,\"rightPaddingMobile\":20,\"paddingLink\":false,\"variationSelected\":true,\"isBlockRootParent\":true,\"overlayType\":\"color\"} -->\n<div class=\"wp-block-uagb-container uagb-block-7f3ae6bd alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/advanced-heading {\"block_id\":\"7627b573\",\"classMigrate\":true,\"headingDescToggle\":true,\"headingColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"subHeadingColor\":\"var(\\u002d\\u002dast-global-color-4)\",\"headingTag\":\"h1\",\"headSpace\":20,\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"blockTopPadding\":0,\"blockRightPadding\":50,\"blockLeftPadding\":0,\"blockBottomPadding\":0,\"blockTopPaddingTablet\":0,\"blockRightPaddingTablet\":20,\"blockLeftPaddingTablet\":0,\"blockBottomPaddingTablet\":0,\"blockTopPaddingMobile\":0,\"blockRightPaddingMobile\":0,\"blockLeftPaddingMobile\":0,\"blockBottomPaddingMobile\":0,\"blockPaddingUnit\":\"%\",\"blockPaddingUnitTablet\":\"%\"} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-7627b573\"><h1 class=\"uagb-heading-text\">Rooms &amp; Accommodation​</h1><p class=\"uagb-desc-text\">If you are looking for a home away from home, even a place your dog can come along then take a closer look into the rooms we offer and pick the one for you.</p></div>\n<!-- /wp:uagb/advanced-heading --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"66220163\",\"backgroundType\":\"color\",\"backgroundSizeTablet\":\"cover\",\"backgroundSizeMobile\":\"cover\",\"backgroundColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"topPaddingDesktop\":120,\"bottomPaddingDesktop\":120,\"topPaddingTablet\":80,\"bottomPaddingTablet\":80,\"leftPaddingTablet\":30,\"rightPaddingTablet\":30,\"topPaddingMobile\":80,\"bottomPaddingMobile\":80,\"leftPaddingMobile\":20,\"rightPaddingMobile\":20,\"paddingLink\":false,\"variationSelected\":true,\"rowGapDesktop\":0,\"isBlockRootParent\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-66220163 alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/container {\"block_id\":\"a6568f15\",\"directionDesktop\":\"row\",\"alignItemsDesktop\":\"flex-end\",\"alignItemsTablet\":\"flex-end\",\"justifyContentDesktop\":\"flex-end\",\"justifyContentTablet\":\"space-between\",\"variationSelected\":true,\"rowGapMobile\":20,\"columnGapDesktop\":0} -->\n<div class=\"wp-block-uagb-container uagb-block-a6568f15\"><!-- wp:uagb/advanced-heading {\"block_id\":\"685d2731\",\"classMigrate\":true,\"headingDescToggle\":true,\"subHeadingColor\":\"\",\"headSpace\":20,\"subHeadFontSize\":16} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-685d2731\"><h2 class=\"uagb-heading-text\">Come &amp; Stay With Us​</h2><p class=\"uagb-desc-text\">There are 7 excellent brick self-catering units available, each private and with a distinctive personality and theme. They are particularly made for pet-free or pet-owning couples looking for a romantic and serene setting to reconnect, celebrate special occasions, or simply unwind on a holiday.<br><br>We are pet-friendly by arrangement as each unit is separately fenced with its own grassy garden with a garden gate leading to the generous park area where pets can socialize. &nbsp;We also have lovely safe off-leash walking trails on our property and beyond. &nbsp;Our units are very luxurious with everything you would need and very homely and charming. Regrettably no children or group bookings.  </p></div>\n<!-- /wp:uagb/advanced-heading --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"a3efd39e\",\"directionDesktop\":\"row\",\"alignItemsTablet\":\"flex-start\",\"justifyContentDesktop\":\"flex-start\",\"topMarginDesktop\":54,\"bottomMarginDesktop\":0,\"leftMarginDesktop\":0,\"rightMarginDesktop\":0,\"marginLink\":false,\"variationSelected\":true,\"rowGapMobile\":0,\"columnGapDesktop\":0} -->\n<div class=\"wp-block-uagb-container uagb-block-a3efd39e\"><!-- wp:uagb/container {\"block_id\":\"d0900234\",\"widthDesktop\":50,\"bottomPaddingDesktop\":20,\"rightPaddingDesktop\":32,\"bottomPaddingTablet\":35,\"rightPaddingTablet\":15,\"bottomPaddingMobile\":65,\"paddingLink\":false,\"topMarginDesktop\":0,\"bottomMarginDesktop\":0,\"leftMarginDesktop\":5,\"rightMarginDesktop\":5,\"topMarginMobile\":0,\"bottomMarginMobile\":0,\"leftMarginMobile\":0,\"rightMarginMobile\":0,\"marginLink\":false,\"variationSelected\":true,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-d0900234\"><!-- wp:uagb/info-box {\"classMigrate\":true,\"headingAlign\":\"left\",\"headingColor\":\"\",\"subHeadingColor\":\"\",\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"source_type\":\"image\",\"block_id\":\"01f3c046\",\"ctaIcon\":\"\",\"ctaType\":\"text\",\"ctaText\":\"READ MORE\",\"ctaLinkColor\":\"var(\\u002d\\u002dast-global-color-0)\",\"ctaDecoration\":\"underline\",\"ctaFontSize\":12,\"ctaFontWeight\":\"600\",\"ctaLetterSpacing\":2,\"ctaBorderColor\":\"\",\"ctaBorderStyle\":\"\",\"ctaBorderWidth\":\"\",\"ctaBorderRadius\":\"\",\"iconBottomMargin\":30,\"iconImage\":{\"uploading\":false,\"date\":1670936674000,\"filename\":\"blue-roan-guest-farm-10.jpg\",\"menuOrder\":0,\"uploadedTo\":761,\"type\":\"image\",\"subtype\":\"jpeg\",\"id\":863,\"title\":\"blue-roan-guest-farm (10)\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-10.jpg\",\"link\":\"https://blueroan.netgen.cloud/accommodation/blue-roan-guest-farm-10/\",\"alt\":\"\",\"author\":\"2\",\"description\":\"\",\"caption\":\"\",\"name\":\"blue-roan-guest-farm-10\",\"status\":\"inherit\",\"modified\":1670936674000,\"mime\":\"image/jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-includes/images/media/default.png\",\"dateFormatted\":\"December 13, 2022\",\"nonces\":{\"update\":\"1a7491aa65\",\"delete\":\"dc6afaa89c\",\"edit\":\"7635ee35fb\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=863\\u0026action=edit\",\"meta\":false,\"authorName\":\"Netgen Support\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/profile.php\",\"uploadedToTitle\":\"Accommodation\",\"uploadedToLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=761\\u0026action=edit\",\"filesizeInBytes\":149768,\"filesizeHumanReadable\":\"146 KB\",\"context\":\"\",\"height\":667,\"width\":1000,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-10-150x150.jpg\",\"orientation\":\"landscape\"},\"medium\":{\"height\":200,\"width\":300,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-10-300x200.jpg\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-10.jpg\",\"height\":667,\"width\":1000,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"imageSize\":\"full\",\"imageWidth\":100,\"imageWidthMobile\":100,\"imageWidthTablet\":100,\"paddingBtnTop\":10,\"paddingBtnBottom\":10,\"paddingBtnLeft\":14,\"paddingBtnRight\":14,\"imageWidthUnit\":\"%\",\"imageWidthUnitTablet\":\"%\",\"imageWidthUnitMobile\":\"%\",\"subHeadTopMargin\":0,\"subHeadRightMargin\":40,\"subHeadLeftMargin\":0,\"subHeadMarginTopTablet\":0,\"subHeadMarginRightTablet\":0,\"subHeadTabletSpace\":20,\"subHeadMarginLeftTablet\":0,\"imgTagHeight\":66,\"imgTagWidth\":1000,\"btnBorderTopWidth\":1,\"btnBorderLeftWidth\":1,\"btnBorderRightWidth\":1,\"btnBorderBottomWidth\":1,\"btnBorderTopLeftRadius\":0,\"btnBorderTopRightRadius\":0,\"btnBorderBottomLeftRadius\":0,\"btnBorderBottomRightRadius\":0,\"btnBorderStyle\":\"solid\",\"btnBorderColor\":\"#333\"} -->\n<div class=\"wp-block-uagb-info-box uagb-block-01f3c046 uagb-infobox__content-wrap  uagb-infobox-icon-above-title uagb-infobox-image-valign-top\"><div class=\"uagb-ifb-content\"><div class=\"uagb-ifb-image-content\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-10.jpg\" alt=\"\" width=\"100\" height=\"66\" loading=\"lazy\"/></div><div class=\"uagb-ifb-title-wrap\"><h3 class=\"uagb-ifb-title\">The Barn </h3></div><p class=\"uagb-ifb-desc\">Rustic beams and exposed wood are all hallmarks of our barn-style suite. This is an open-plan unit with lots of windows with a raised king bed on a platform that faces the TV and the mountains.</p><div class=\"uagb-ifb-button-wrapper wp-block-button\"><a href=\"\" target=\"_self\" class=\"uagb-infobox-cta-link uagb-disable-link\" rel=\"noopener noreferrer\" alt=\"\"><span class=\"uagb-inline-editing\">READ MORE</span></a></div></div></div>\n<!-- /wp:uagb/info-box --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"034db72b\",\"widthDesktop\":50,\"bottomPaddingDesktop\":20,\"rightPaddingDesktop\":32,\"bottomPaddingTablet\":35,\"rightPaddingTablet\":15,\"bottomPaddingMobile\":65,\"paddingLink\":false,\"topMarginDesktop\":0,\"bottomMarginDesktop\":0,\"leftMarginDesktop\":5,\"rightMarginDesktop\":5,\"topMarginMobile\":0,\"bottomMarginMobile\":0,\"leftMarginMobile\":0,\"rightMarginMobile\":0,\"marginLink\":false,\"variationSelected\":true,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-034db72b\"><!-- wp:uagb/info-box {\"classMigrate\":true,\"headingAlign\":\"left\",\"headingColor\":\"\",\"subHeadingColor\":\"\",\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"source_type\":\"image\",\"block_id\":\"e520d9ad\",\"ctaIcon\":\"\",\"ctaType\":\"text\",\"ctaText\":\"READ MORE\",\"ctaLinkColor\":\"var(\\u002d\\u002dast-global-color-0)\",\"ctaDecoration\":\"underline\",\"ctaFontSize\":12,\"ctaFontWeight\":\"600\",\"ctaLetterSpacing\":2,\"ctaBorderColor\":\"\",\"ctaBorderStyle\":\"\",\"ctaBorderWidth\":\"\",\"ctaBorderRadius\":\"\",\"iconBottomMargin\":30,\"iconImage\":{\"uploading\":false,\"date\":1670936842000,\"filename\":\"tuscan-suite-raised-bed-and-settee.jpg\",\"menuOrder\":0,\"uploadedTo\":761,\"type\":\"image\",\"subtype\":\"jpeg\",\"id\":864,\"title\":\"tuscan-suite-raised-bed-and-settee\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/tuscan-suite-raised-bed-and-settee.jpg\",\"link\":\"https://blueroan.netgen.cloud/accommodation/tuscan-suite-raised-bed-and-settee/\",\"alt\":\"\",\"author\":\"2\",\"description\":\"\",\"caption\":\"\",\"name\":\"tuscan-suite-raised-bed-and-settee\",\"status\":\"inherit\",\"modified\":1670936842000,\"mime\":\"image/jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-includes/images/media/default.png\",\"dateFormatted\":\"December 13, 2022\",\"nonces\":{\"update\":\"0624a4a01a\",\"delete\":\"9e8f0f7a5a\",\"edit\":\"087f94f2e5\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=864\\u0026action=edit\",\"meta\":false,\"authorName\":\"Netgen Support\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/profile.php\",\"uploadedToTitle\":\"Accommodation\",\"uploadedToLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=761\\u0026action=edit\",\"filesizeInBytes\":41923,\"filesizeHumanReadable\":\"41 KB\",\"context\":\"\",\"height\":400,\"width\":600,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/tuscan-suite-raised-bed-and-settee-150x150.jpg\",\"orientation\":\"landscape\"},\"medium\":{\"height\":200,\"width\":300,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/tuscan-suite-raised-bed-and-settee-300x200.jpg\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/tuscan-suite-raised-bed-and-settee.jpg\",\"height\":400,\"width\":600,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"imageSize\":\"full\",\"imageWidth\":100,\"imageWidthMobile\":100,\"imageWidthTablet\":100,\"paddingBtnTop\":10,\"paddingBtnBottom\":10,\"paddingBtnLeft\":14,\"paddingBtnRight\":14,\"imageWidthUnit\":\"%\",\"imageWidthUnitTablet\":\"%\",\"imageWidthUnitMobile\":\"%\",\"subHeadTopMargin\":0,\"subHeadRightMargin\":40,\"subHeadLeftMargin\":0,\"subHeadMarginTopTablet\":0,\"subHeadMarginRightTablet\":0,\"subHeadTabletSpace\":20,\"subHeadMarginLeftTablet\":0,\"imgTagHeight\":66,\"imgTagWidth\":600,\"btnBorderTopWidth\":1,\"btnBorderLeftWidth\":1,\"btnBorderRightWidth\":1,\"btnBorderBottomWidth\":1,\"btnBorderTopLeftRadius\":0,\"btnBorderTopRightRadius\":0,\"btnBorderBottomLeftRadius\":0,\"btnBorderBottomRightRadius\":0,\"btnBorderStyle\":\"solid\",\"btnBorderColor\":\"#333\"} -->\n<div class=\"wp-block-uagb-info-box uagb-block-e520d9ad uagb-infobox__content-wrap  uagb-infobox-icon-above-title uagb-infobox-image-valign-top\"><div class=\"uagb-ifb-content\"><div class=\"uagb-ifb-image-content\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/tuscan-suite-raised-bed-and-settee.jpg\" alt=\"\" width=\"100\" height=\"66\" loading=\"lazy\"/></div><div class=\"uagb-ifb-title-wrap\"><h3 class=\"uagb-ifb-title\">The Tuscan Suite </h3></div><p class=\"uagb-ifb-desc\">Terra-cotta tiles, textured wall treatments, gorgeous, intricate murals,&nbsp;and simple, durable furniture with elegant iron accents are all characteristics of Tuscan interior design.</p><div class=\"uagb-ifb-button-wrapper wp-block-button\"><a href=\"\" target=\"_self\" class=\"uagb-infobox-cta-link uagb-disable-link\" rel=\"noopener noreferrer\" alt=\"\"><span class=\"uagb-inline-editing\">READ MORE</span></a></div></div></div>\n<!-- /wp:uagb/info-box --></div>\n<!-- /wp:uagb/container --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"6c3c781a\",\"directionDesktop\":\"row\",\"alignItemsTablet\":\"flex-start\",\"justifyContentDesktop\":\"flex-start\",\"topMarginDesktop\":54,\"bottomMarginDesktop\":0,\"leftMarginDesktop\":0,\"rightMarginDesktop\":0,\"topMarginMobile\":0,\"bottomMarginMobile\":0,\"leftMarginMobile\":0,\"rightMarginMobile\":0,\"marginLink\":false,\"variationSelected\":true,\"rowGapMobile\":0,\"columnGapDesktop\":0} -->\n<div class=\"wp-block-uagb-container uagb-block-6c3c781a\"><!-- wp:uagb/container {\"block_id\":\"7095d800\",\"widthDesktop\":50,\"bottomPaddingDesktop\":20,\"rightPaddingDesktop\":32,\"bottomPaddingTablet\":35,\"leftPaddingTablet\":0,\"rightPaddingTablet\":15,\"bottomPaddingMobile\":65,\"paddingLink\":false,\"topMarginDesktop\":0,\"bottomMarginDesktop\":0,\"leftMarginDesktop\":5,\"rightMarginDesktop\":5,\"topMarginMobile\":0,\"bottomMarginMobile\":0,\"leftMarginMobile\":0,\"rightMarginMobile\":0,\"marginLink\":false,\"variationSelected\":true,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-7095d800\"><!-- wp:uagb/info-box {\"classMigrate\":true,\"headingAlign\":\"left\",\"headingColor\":\"\",\"subHeadingColor\":\"\",\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"source_type\":\"image\",\"block_id\":\"66085962\",\"ctaIcon\":\"\",\"ctaType\":\"text\",\"ctaText\":\"READ MORE\",\"ctaLinkColor\":\"var(\\u002d\\u002dast-global-color-0)\",\"ctaDecoration\":\"underline\",\"ctaFontSize\":12,\"ctaFontWeight\":\"600\",\"ctaLetterSpacing\":2,\"ctaBorderColor\":\"\",\"ctaBorderStyle\":\"\",\"ctaBorderWidth\":\"\",\"ctaBorderRadius\":\"\",\"iconBottomMargin\":30,\"iconImage\":{\"id\":838,\"title\":\"49g\",\"filename\":\"49g.jpg\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/49g.jpg\",\"link\":\"https://blueroan.netgen.cloud/home/49g/\",\"alt\":\"\",\"author\":\"2\",\"description\":\"\",\"caption\":\"\",\"name\":\"49g\",\"status\":\"inherit\",\"uploadedTo\":760,\"date\":\"2022-12-13T11:56:09.000Z\",\"modified\":\"2022-12-13T11:56:09.000Z\",\"menuOrder\":0,\"mime\":\"image/jpeg\",\"type\":\"image\",\"subtype\":\"jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-includes/images/media/default.png\",\"dateFormatted\":\"December 13, 2022\",\"nonces\":{\"update\":\"d856b41bb5\",\"delete\":\"95a15f0ef1\",\"edit\":\"b0a3c69433\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=838\\u0026action=edit\",\"meta\":false,\"authorName\":\"Netgen Support\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/profile.php\",\"uploadedToTitle\":\"Home\",\"uploadedToLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=760\\u0026action=edit\",\"filesizeInBytes\":315296,\"filesizeHumanReadable\":\"308 KB\",\"context\":\"\",\"height\":450,\"width\":650,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/49g-150x150.jpg\",\"orientation\":\"landscape\"},\"medium\":{\"height\":208,\"width\":300,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/49g-300x208.jpg\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/49g.jpg\",\"height\":450,\"width\":650,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"imageSize\":\"full\",\"imageWidth\":100,\"imageWidthMobile\":100,\"imageWidthTablet\":100,\"paddingBtnTop\":10,\"paddingBtnBottom\":10,\"paddingBtnLeft\":14,\"paddingBtnRight\":14,\"imageWidthUnit\":\"%\",\"imageWidthUnitTablet\":\"%\",\"imageWidthUnitMobile\":\"%\",\"subHeadTopMargin\":0,\"subHeadRightMargin\":40,\"subHeadLeftMargin\":0,\"subHeadMarginTopTablet\":0,\"subHeadMarginRightTablet\":0,\"subHeadTabletSpace\":20,\"subHeadMarginLeftTablet\":0,\"imgTagHeight\":69,\"imgTagWidth\":650,\"btnBorderTopWidth\":1,\"btnBorderLeftWidth\":1,\"btnBorderRightWidth\":1,\"btnBorderBottomWidth\":1,\"btnBorderTopLeftRadius\":0,\"btnBorderTopRightRadius\":0,\"btnBorderBottomLeftRadius\":0,\"btnBorderBottomRightRadius\":0,\"btnBorderStyle\":\"solid\",\"btnBorderColor\":\"#333\"} -->\n<div class=\"wp-block-uagb-info-box uagb-block-66085962 uagb-infobox__content-wrap  uagb-infobox-icon-above-title uagb-infobox-image-valign-top\"><div class=\"uagb-ifb-content\"><div class=\"uagb-ifb-image-content\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/49g.jpg\" alt=\"\" width=\"100\" height=\"69\" loading=\"lazy\"/></div><div class=\"uagb-ifb-title-wrap\"><h3 class=\"uagb-ifb-title\">The Bluebush </h3></div><p class=\"uagb-ifb-desc\">A warm and comforting suite with a very homely feeling. Settle in and relax like you would at home. Relax with a perfect corner-shaped spa bath and open-plan living area.<br><br><br></p><div class=\"uagb-ifb-button-wrapper wp-block-button\"><a href=\"\" target=\"_self\" class=\"uagb-infobox-cta-link uagb-disable-link\" rel=\"noopener noreferrer\" alt=\"\"><span class=\"uagb-inline-editing\">READ MORE</span></a></div></div></div>\n<!-- /wp:uagb/info-box --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"575cae77\",\"widthDesktop\":50,\"bottomPaddingDesktop\":20,\"rightPaddingDesktop\":32,\"bottomPaddingTablet\":35,\"rightPaddingTablet\":15,\"bottomPaddingMobile\":65,\"paddingLink\":false,\"topMarginDesktop\":0,\"bottomMarginDesktop\":0,\"leftMarginDesktop\":5,\"rightMarginDesktop\":5,\"topMarginMobile\":0,\"bottomMarginMobile\":0,\"leftMarginMobile\":0,\"rightMarginMobile\":0,\"marginLink\":false,\"variationSelected\":true,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-575cae77\"><!-- wp:uagb/info-box {\"classMigrate\":true,\"headingAlign\":\"left\",\"headingColor\":\"\",\"subHeadingColor\":\"\",\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"source_type\":\"image\",\"block_id\":\"e95e35e6\",\"ctaIcon\":\"\",\"ctaType\":\"text\",\"ctaText\":\"READ MORE\",\"ctaLinkColor\":\"var(\\u002d\\u002dast-global-color-0)\",\"ctaDecoration\":\"underline\",\"ctaFontSize\":12,\"ctaFontWeight\":\"600\",\"ctaLetterSpacing\":2,\"ctaBorderColor\":\"\",\"ctaBorderStyle\":\"\",\"ctaBorderWidth\":\"\",\"ctaBorderRadius\":\"\",\"iconBottomMargin\":30,\"iconImage\":{\"id\":284,\"title\":\"room-4\",\"filename\":\"room-4-1.jpg\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/room-4-1.jpg\",\"link\":\"https://blueroan.netgen.cloud/room-4-2/\",\"alt\":\"\",\"author\":\"34\",\"description\":\"\",\"caption\":\"\",\"name\":\"room-4-2\",\"status\":\"inherit\",\"uploadedTo\":0,\"date\":\"2021-05-11T12:34:14.000Z\",\"modified\":\"2021-05-11T12:34:14.000Z\",\"menuOrder\":0,\"mime\":\"image/jpeg\",\"type\":\"image\",\"subtype\":\"jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/default.png\",\"dateFormatted\":\"May 11, 2021\",\"nonces\":{\"update\":\"7cafb104e4\",\"delete\":\"c76125dda4\",\"edit\":\"a40254c450\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=284\\u0026action=edit\",\"meta\":false,\"authorName\":\"Rishabh\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/user-edit.php?user_id=34\",\"filesizeInBytes\":40918,\"filesizeHumanReadable\":\"40 KB\",\"context\":\"\",\"height\":400,\"width\":600,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/room-4-1-150x150.jpg\",\"orientation\":\"landscape\"},\"medium\":{\"height\":200,\"width\":300,\"url\":\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/room-4-1-300x200.jpg\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/room-4-1.jpg\",\"height\":400,\"width\":600,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"imageSize\":\"full\",\"imageWidth\":100,\"imageWidthMobile\":100,\"imageWidthTablet\":100,\"paddingBtnTop\":10,\"paddingBtnBottom\":10,\"paddingBtnLeft\":14,\"paddingBtnRight\":14,\"imageWidthUnit\":\"%\",\"imageWidthUnitTablet\":\"%\",\"imageWidthUnitMobile\":\"%\",\"subHeadTopMargin\":0,\"subHeadRightMargin\":40,\"subHeadLeftMargin\":0,\"subHeadMarginTopTablet\":0,\"subHeadMarginRightTablet\":0,\"subHeadTabletSpace\":20,\"subHeadMarginLeftTablet\":0,\"imgTagHeight\":66,\"imgTagWidth\":600,\"btnBorderTopWidth\":1,\"btnBorderLeftWidth\":1,\"btnBorderRightWidth\":1,\"btnBorderBottomWidth\":1,\"btnBorderTopLeftRadius\":0,\"btnBorderTopRightRadius\":0,\"btnBorderBottomLeftRadius\":0,\"btnBorderBottomRightRadius\":0,\"btnBorderStyle\":\"solid\",\"btnBorderColor\":\"#333\"} -->\n<div class=\"wp-block-uagb-info-box uagb-block-e95e35e6 uagb-infobox__content-wrap  uagb-infobox-icon-above-title uagb-infobox-image-valign-top\"><div class=\"uagb-ifb-content\"><div class=\"uagb-ifb-image-content\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/room-4-1.jpg\" alt=\"\" width=\"100\" height=\"66\" loading=\"lazy\"/></div><div class=\"uagb-ifb-title-wrap\"><h3 class=\"uagb-ifb-title\">The Mexican Loft </h3></div><p class=\"uagb-ifb-desc\">This Mexican-inspired unit is full of bold colors and rustic furnishings. This design style has a multifarious feel, mixing rustic wood and wrought iron furnishings with authentic art, textiles, and pottery full of texture and a vivid palette of color</p><div class=\"uagb-ifb-button-wrapper wp-block-button\"><a href=\"\" target=\"_self\" class=\"uagb-infobox-cta-link uagb-disable-link\" rel=\"noopener noreferrer\" alt=\"\"><span class=\"uagb-inline-editing\">READ MORE</span></a></div></div></div>\n<!-- /wp:uagb/info-box --></div>\n<!-- /wp:uagb/container --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"c0ddaabc\",\"directionDesktop\":\"row\",\"justifyContentDesktop\":\"flex-start\",\"topMarginDesktop\":54,\"bottomMarginDesktop\":0,\"leftMarginDesktop\":0,\"rightMarginDesktop\":0,\"topMarginMobile\":0,\"bottomMarginMobile\":0,\"leftMarginMobile\":0,\"rightMarginMobile\":0,\"marginLink\":false,\"variationSelected\":true,\"rowGapMobile\":0,\"columnGapDesktop\":0} -->\n<div class=\"wp-block-uagb-container uagb-block-c0ddaabc\"><!-- wp:uagb/container {\"block_id\":\"8b98ac87\",\"widthDesktop\":50,\"bottomPaddingDesktop\":20,\"rightPaddingDesktop\":32,\"bottomPaddingTablet\":35,\"rightPaddingTablet\":15,\"bottomPaddingMobile\":65,\"paddingLink\":false,\"topMarginDesktop\":0,\"bottomMarginDesktop\":0,\"leftMarginDesktop\":5,\"rightMarginDesktop\":5,\"topMarginMobile\":0,\"bottomMarginMobile\":0,\"leftMarginMobile\":0,\"rightMarginMobile\":0,\"marginLink\":false,\"variationSelected\":true,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-8b98ac87\"><!-- wp:uagb/info-box {\"classMigrate\":true,\"headingAlign\":\"left\",\"headingColor\":\"\",\"subHeadingColor\":\"\",\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"source_type\":\"image\",\"block_id\":\"f23e6710\",\"ctaIcon\":\"\",\"ctaType\":\"text\",\"ctaText\":\"READ MORE\",\"ctaLinkColor\":\"var(\\u002d\\u002dast-global-color-0)\",\"ctaDecoration\":\"underline\",\"ctaFontSize\":12,\"ctaFontWeight\":\"600\",\"ctaLetterSpacing\":2,\"ctaBorderColor\":\"\",\"ctaBorderStyle\":\"\",\"ctaBorderWidth\":\"\",\"ctaBorderRadius\":\"\",\"iconBottomMargin\":30,\"iconImage\":{\"id\":289,\"title\":\"room-5\",\"filename\":\"room-5.jpg\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/room-5.jpg\",\"link\":\"https://blueroan.netgen.cloud/room-5/\",\"alt\":\"\",\"author\":\"34\",\"description\":\"\",\"caption\":\"\",\"name\":\"room-5\",\"status\":\"inherit\",\"uploadedTo\":0,\"date\":\"2021-05-11T12:41:05.000Z\",\"modified\":\"2021-05-11T12:41:05.000Z\",\"menuOrder\":0,\"mime\":\"image/jpeg\",\"type\":\"image\",\"subtype\":\"jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/default.png\",\"dateFormatted\":\"May 11, 2021\",\"nonces\":{\"update\":\"67479f178f\",\"delete\":\"0a3770770f\",\"edit\":\"881fd0ea74\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=289\\u0026action=edit\",\"meta\":false,\"authorName\":\"Rishabh\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/user-edit.php?user_id=34\",\"filesizeInBytes\":49173,\"filesizeHumanReadable\":\"48 KB\",\"context\":\"\",\"height\":400,\"width\":600,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/room-5-150x150.jpg\",\"orientation\":\"landscape\"},\"medium\":{\"height\":200,\"width\":300,\"url\":\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/room-5-300x200.jpg\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/room-5.jpg\",\"height\":400,\"width\":600,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"imageSize\":\"full\",\"imageWidth\":100,\"imageWidthMobile\":100,\"imageWidthTablet\":100,\"paddingBtnTop\":10,\"paddingBtnBottom\":10,\"paddingBtnLeft\":14,\"paddingBtnRight\":14,\"imageWidthUnit\":\"%\",\"imageWidthUnitTablet\":\"%\",\"imageWidthUnitMobile\":\"%\",\"subHeadTopMargin\":0,\"subHeadRightMargin\":40,\"subHeadLeftMargin\":0,\"subHeadMarginTopTablet\":0,\"subHeadMarginRightTablet\":0,\"subHeadTabletSpace\":20,\"subHeadMarginLeftTablet\":0,\"imgTagHeight\":66,\"imgTagWidth\":600,\"btnBorderTopWidth\":1,\"btnBorderLeftWidth\":1,\"btnBorderRightWidth\":1,\"btnBorderBottomWidth\":1,\"btnBorderTopLeftRadius\":0,\"btnBorderTopRightRadius\":0,\"btnBorderBottomLeftRadius\":0,\"btnBorderBottomRightRadius\":0,\"btnBorderStyle\":\"solid\",\"btnBorderColor\":\"#333\"} -->\n<div class=\"wp-block-uagb-info-box uagb-block-f23e6710 uagb-infobox__content-wrap  uagb-infobox-icon-above-title uagb-infobox-image-valign-top\"><div class=\"uagb-ifb-content\"><div class=\"uagb-ifb-image-content\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/room-5.jpg\" alt=\"\" width=\"100\" height=\"66\" loading=\"lazy\"/></div><div class=\"uagb-ifb-title-wrap\"><h3 class=\"uagb-ifb-title\">Grand Suite​</h3></div><p class=\"uagb-ifb-desc\">This is the second-highest ranked room in our hotel that offers luxury with the most advanced amenities.</p><div class=\"uagb-ifb-button-wrapper wp-block-button\"><a href=\"\" target=\"_self\" class=\"uagb-infobox-cta-link uagb-disable-link\" rel=\"noopener noreferrer\" alt=\"\"><span class=\"uagb-inline-editing\">READ MORE</span></a></div></div></div>\n<!-- /wp:uagb/info-box --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"d3d89da5\",\"widthDesktop\":50,\"bottomPaddingDesktop\":20,\"rightPaddingDesktop\":32,\"bottomPaddingTablet\":35,\"rightPaddingTablet\":15,\"paddingLink\":false,\"topMarginDesktop\":0,\"bottomMarginDesktop\":0,\"leftMarginDesktop\":5,\"rightMarginDesktop\":5,\"topMarginMobile\":0,\"bottomMarginMobile\":0,\"leftMarginMobile\":0,\"rightMarginMobile\":0,\"marginLink\":false,\"variationSelected\":true,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-d3d89da5\"><!-- wp:uagb/info-box {\"classMigrate\":true,\"headingAlign\":\"left\",\"headingColor\":\"\",\"subHeadingColor\":\"\",\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"source_type\":\"image\",\"block_id\":\"49e235fc\",\"ctaIcon\":\"\",\"ctaType\":\"text\",\"ctaText\":\"READ MORE\",\"ctaLinkColor\":\"var(\\u002d\\u002dast-global-color-0)\",\"ctaDecoration\":\"underline\",\"ctaFontSize\":12,\"ctaFontWeight\":\"600\",\"ctaLetterSpacing\":2,\"ctaBorderColor\":\"\",\"ctaBorderStyle\":\"\",\"ctaBorderWidth\":\"\",\"ctaBorderRadius\":\"\",\"iconBottomMargin\":30,\"iconImage\":{\"id\":290,\"title\":\"room-6\",\"filename\":\"room-6.jpg\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/room-6.jpg\",\"link\":\"https://blueroan.netgen.cloud/room-6/\",\"alt\":\"\",\"author\":\"34\",\"description\":\"\",\"caption\":\"\",\"name\":\"room-6\",\"status\":\"inherit\",\"uploadedTo\":0,\"date\":\"2021-05-11T12:42:24.000Z\",\"modified\":\"2021-05-11T12:42:24.000Z\",\"menuOrder\":0,\"mime\":\"image/jpeg\",\"type\":\"image\",\"subtype\":\"jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/default.png\",\"dateFormatted\":\"May 11, 2021\",\"nonces\":{\"update\":\"ca0f21bc6b\",\"delete\":\"aeb89ca3d4\",\"edit\":\"4be159def3\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=290\\u0026action=edit\",\"meta\":false,\"authorName\":\"Rishabh\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/user-edit.php?user_id=34\",\"filesizeInBytes\":50081,\"filesizeHumanReadable\":\"49 KB\",\"context\":\"\",\"height\":400,\"width\":600,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/room-6-150x150.jpg\",\"orientation\":\"landscape\"},\"medium\":{\"height\":200,\"width\":300,\"url\":\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/room-6-300x200.jpg\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/room-6.jpg\",\"height\":400,\"width\":600,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"imageSize\":\"full\",\"imageWidth\":100,\"imageWidthMobile\":100,\"imageWidthTablet\":100,\"paddingBtnTop\":10,\"paddingBtnBottom\":10,\"paddingBtnLeft\":14,\"paddingBtnRight\":14,\"imageWidthUnit\":\"%\",\"imageWidthUnitTablet\":\"%\",\"imageWidthUnitMobile\":\"%\",\"subHeadTopMargin\":0,\"subHeadRightMargin\":40,\"subHeadLeftMargin\":0,\"subHeadMarginTopTablet\":0,\"subHeadMarginRightTablet\":0,\"subHeadTabletSpace\":20,\"subHeadMarginLeftTablet\":0,\"imgTagHeight\":66,\"imgTagWidth\":600,\"btnBorderTopWidth\":1,\"btnBorderLeftWidth\":1,\"btnBorderRightWidth\":1,\"btnBorderBottomWidth\":1,\"btnBorderTopLeftRadius\":0,\"btnBorderTopRightRadius\":0,\"btnBorderBottomLeftRadius\":0,\"btnBorderBottomRightRadius\":0,\"btnBorderStyle\":\"solid\",\"btnBorderColor\":\"#333\"} -->\n<div class=\"wp-block-uagb-info-box uagb-block-49e235fc uagb-infobox__content-wrap  uagb-infobox-icon-above-title uagb-infobox-image-valign-top\"><div class=\"uagb-ifb-content\"><div class=\"uagb-ifb-image-content\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/room-6.jpg\" alt=\"\" width=\"100\" height=\"66\" loading=\"lazy\"/></div><div class=\"uagb-ifb-title-wrap\"><h3 class=\"uagb-ifb-title\">Presidential Suite​</h3></div><p class=\"uagb-ifb-desc\">Wish to live like a king? Here’s the top presidential suite where you can spend the best days of your life.</p><div class=\"uagb-ifb-button-wrapper wp-block-button\"><a href=\"\" target=\"_self\" class=\"uagb-infobox-cta-link uagb-disable-link\" rel=\"noopener noreferrer\" alt=\"\"><span class=\"uagb-inline-editing\">READ MORE</span></a></div></div></div>\n<!-- /wp:uagb/info-box --></div>\n<!-- /wp:uagb/container --></div>\n<!-- /wp:uagb/container --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"2ff03ffd\",\"innerContentCustomWidthDesktop\":781,\"innerContentCustomWidthTablet\":781,\"backgroundType\":\"image\",\"backgroundImageDesktop\":{\"id\":54,\"title\":\"background-img\",\"filename\":\"background-img-1.jpg\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/background-img-1.jpg\",\"link\":\"https://blueroan.netgen.cloud/background-img-2/\",\"alt\":\"\",\"author\":\"34\",\"description\":\"\",\"caption\":\"\",\"name\":\"background-img-2\",\"status\":\"inherit\",\"uploadedTo\":0,\"date\":\"2021-05-07T10:11:37.000Z\",\"modified\":\"2021-05-07T10:11:37.000Z\",\"menuOrder\":0,\"mime\":\"image/jpeg\",\"type\":\"image\",\"subtype\":\"jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/default.png\",\"dateFormatted\":\"May 7, 2021\",\"nonces\":{\"update\":\"bb999636b9\",\"delete\":\"d2e1375bc4\",\"edit\":\"005dd2f0c9\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=54\\u0026action=edit\",\"meta\":false,\"authorName\":\"Rishabh\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/user-edit.php?user_id=34\",\"filesizeInBytes\":338858,\"filesizeHumanReadable\":\"331 KB\",\"context\":\"\",\"height\":1080,\"width\":1920,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/background-img-1-150x150.jpg\",\"orientation\":\"landscape\"},\"medium\":{\"height\":169,\"width\":300,\"url\":\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/background-img-1-300x169.jpg\",\"orientation\":\"landscape\"},\"large\":{\"height\":576,\"width\":1024,\"url\":\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/background-img-1-1024x576.jpg\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/background-img-1.jpg\",\"height\":1080,\"width\":1920,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"backgroundImageColor\":\"rgba(42,42,42,0.65)\",\"topPaddingDesktop\":144,\"bottomPaddingDesktop\":144,\"leftPaddingDesktop\":40,\"rightPaddingDesktop\":40,\"topPaddingTablet\":80,\"bottomPaddingTablet\":80,\"leftPaddingTablet\":40,\"rightPaddingTablet\":40,\"topPaddingMobile\":64,\"bottomPaddingMobile\":64,\"leftPaddingMobile\":24,\"rightPaddingMobile\":24,\"paddingLink\":false,\"variationSelected\":true,\"isBlockRootParent\":true,\"overlayType\":\"color\"} -->\n<div class=\"wp-block-uagb-container uagb-block-2ff03ffd alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/advanced-heading {\"block_id\":\"66e5447e\",\"classMigrate\":true,\"headingDescToggle\":true,\"headingAlign\":\"center\",\"headingColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"subHeadingColor\":\"var(\\u002d\\u002dast-global-color-4)\",\"headSpace\":20} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-66e5447e\"><h2 class=\"uagb-heading-text\">Plan an Unforgettable Experience in Mykonos Today!</h2><p class=\"uagb-desc-text\">We can help you fit your stay and experience within your allotted budget.</p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/advanced-heading {\"block_id\":\"95fa2797\",\"classMigrate\":true,\"headingTitleToggle\":false,\"headingDescToggle\":true,\"headingAlign\":\"center\",\"subHeadingColor\":\"var(\\u002d\\u002dast-global-color-4)\",\"subHeadTransform\":\"uppercase\",\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"subHeadLetterSpacing\":2,\"blockTopPadding\":60,\"blockRightPadding\":0,\"blockLeftPadding\":0,\"blockBottomPadding\":0,\"blockTopPaddingMobile\":30,\"blockRightPaddingMobile\":0,\"blockLeftPaddingMobile\":0,\"blockBottomPaddingMobile\":0} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-95fa2797\"><p class=\"uagb-desc-text\">BOOK YOUR STAY NOW​</p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/icon-list {\"block_id\":\"83ee2869\",\"classMigrate\":true,\"childMigrate\":true,\"align\":\"center\",\"parentIcon\":\"phone\",\"size\":40,\"sizeMobile\":24,\"sizeTablet\":32,\"fontSize\":48,\"fontSizeMobile\":28,\"fontSizeTablet\":40,\"fontWeight\":\"600\",\"iconColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"labelColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"blockTopPadding\":0,\"blockRightPadding\":0,\"blockLeftPadding\":0,\"blockBottomPadding\":24,\"blockPaddingLink\":false} -->\n<div class=\"wp-block-uagb-icon-list uagb-block-83ee2869\"><div class=\"uagb-icon-list__wrap\"><!-- wp:uagb/icon-list-child {\"block_id\":\"9a762d02\",\"label\":\"+1-123 456 7890​\",\"label_color\":\"\",\"fromParentIcon\":\"phone\",\"imageSizeChild\":40} -->\n<div class=\"wp-block-uagb-icon-list-child uagb-block-9a762d02\"><span class=\"uagb-icon-list__source-wrap\"><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M511.2 387l-23.25 100.8c-3.266 14.25-15.79 24.22-30.46 24.22C205.2 512 0 306.8 0 54.5c0-14.66 9.969-27.2 24.22-30.45l100.8-23.25C139.7-2.602 154.7 5.018 160.8 18.92l46.52 108.5c5.438 12.78 1.77 27.67-8.98 36.45L144.5 207.1c33.98 69.22 90.26 125.5 159.5 159.5l44.08-53.8c8.688-10.78 23.69-14.51 36.47-8.975l108.5 46.51C506.1 357.2 514.6 372.4 511.2 387z\"></path></svg></span><span class=\"uagb-icon-list__label\">+1-123 456 7890​</span></div>\n<!-- /wp:uagb/icon-list-child --></div></div>\n<!-- /wp:uagb/icon-list --></div></div>\n<!-- /wp:uagb/container -->',	'Accommodation',	'',	'inherit',	'closed',	'closed',	'',	'761-revision-v1',	'',	'',	'2022-12-13 13:36:11',	'2022-12-13 13:36:11',	'',	761,	'https://blueroan.netgen.cloud/?p=871',	0,	'revision',	'',	0),
(872,	2,	'2022-12-13 13:36:37',	'2022-12-13 13:36:37',	'<!-- wp:uagb/container {\"block_id\":\"7dae4d24\",\"backgroundType\":\"image\",\"backgroundImageDesktop\":{\"id\":797,\"title\":\"blue-roan-guest-farm (13)\",\"filename\":\"blue-roan-guest-farm-13.jpg\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-13.jpg\",\"link\":\"https://blueroan.netgen.cloud/home/blue-roan-guest-farm-13/\",\"alt\":\"\",\"author\":\"2\",\"description\":\"\",\"caption\":\"\",\"name\":\"blue-roan-guest-farm-13\",\"status\":\"inherit\",\"uploadedTo\":760,\"date\":\"2022-12-13T09:37:10.000Z\",\"modified\":\"2022-12-13T09:37:10.000Z\",\"menuOrder\":0,\"mime\":\"image/jpeg\",\"type\":\"image\",\"subtype\":\"jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-includes/images/media/default.png\",\"dateFormatted\":\"December 13, 2022\",\"nonces\":{\"update\":\"88c7dafe15\",\"delete\":\"0e63c986af\",\"edit\":\"ba0aad2d7f\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=797\\u0026action=edit\",\"meta\":false,\"authorName\":\"Netgen Support\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/profile.php\",\"uploadedToTitle\":\"Home\",\"uploadedToLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=760\\u0026action=edit\",\"filesizeInBytes\":201183,\"filesizeHumanReadable\":\"196 KB\",\"context\":\"\",\"height\":667,\"width\":1000,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-13-150x150.jpg\",\"orientation\":\"landscape\"},\"medium\":{\"height\":200,\"width\":300,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-13-300x200.jpg\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-13.jpg\",\"height\":667,\"width\":1000,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"backgroundPositionDesktop\":{\"x\":0.62,\"y\":0.78},\"backgroundSizeTablet\":\"cover\",\"backgroundSizeMobile\":\"cover\",\"backgroundColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"backgroundImageColor\":\"rgba(42,42,42,0.5)\",\"topPaddingDesktop\":220,\"bottomPaddingDesktop\":150,\"topPaddingTablet\":170,\"bottomPaddingTablet\":160,\"leftPaddingTablet\":30,\"rightPaddingTablet\":30,\"topPaddingMobile\":180,\"bottomPaddingMobile\":80,\"leftPaddingMobile\":20,\"rightPaddingMobile\":20,\"paddingLink\":false,\"variationSelected\":true,\"isBlockRootParent\":true,\"overlayType\":\"color\"} -->\n<div class=\"wp-block-uagb-container uagb-block-7dae4d24 alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/advanced-heading {\"block_id\":\"c1c42e3a\",\"classMigrate\":true,\"headingDescToggle\":true,\"headingColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"subHeadingColor\":\"var(\\u002d\\u002dast-global-color-4)\",\"headingTag\":\"h1\",\"headSpace\":20,\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"blockTopPadding\":0,\"blockRightPadding\":50,\"blockLeftPadding\":0,\"blockBottomPadding\":0,\"blockTopPaddingTablet\":0,\"blockRightPaddingTablet\":20,\"blockLeftPaddingTablet\":0,\"blockBottomPaddingTablet\":0,\"blockTopPaddingMobile\":0,\"blockRightPaddingMobile\":0,\"blockLeftPaddingMobile\":0,\"blockBottomPaddingMobile\":0,\"blockPaddingUnit\":\"%\",\"blockPaddingUnitTablet\":\"%\"} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-c1c42e3a\"><h1 class=\"uagb-heading-text\">Rooms &amp; Accommodation​</h1><p class=\"uagb-desc-text\">If you are looking for a home away from home, even a place your dog can come along then take a closer look into the rooms we offer and pick the one for you.</p></div>\n<!-- /wp:uagb/advanced-heading --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"e5fd7538\",\"backgroundType\":\"color\",\"backgroundSizeTablet\":\"cover\",\"backgroundSizeMobile\":\"cover\",\"backgroundColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"topPaddingDesktop\":120,\"bottomPaddingDesktop\":120,\"topPaddingTablet\":80,\"bottomPaddingTablet\":80,\"leftPaddingTablet\":30,\"rightPaddingTablet\":30,\"topPaddingMobile\":80,\"bottomPaddingMobile\":80,\"leftPaddingMobile\":20,\"rightPaddingMobile\":20,\"paddingLink\":false,\"variationSelected\":true,\"rowGapDesktop\":0,\"isBlockRootParent\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-e5fd7538 alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/container {\"block_id\":\"da92f139\",\"directionDesktop\":\"row\",\"alignItemsDesktop\":\"flex-end\",\"alignItemsTablet\":\"flex-end\",\"justifyContentDesktop\":\"flex-end\",\"justifyContentTablet\":\"space-between\",\"variationSelected\":true,\"rowGapMobile\":20,\"columnGapDesktop\":0} -->\n<div class=\"wp-block-uagb-container uagb-block-da92f139\"><!-- wp:uagb/advanced-heading {\"block_id\":\"cd264c0a\",\"classMigrate\":true,\"headingDescToggle\":true,\"subHeadingColor\":\"\",\"headSpace\":20,\"subHeadFontSize\":16} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-cd264c0a\"><h2 class=\"uagb-heading-text\">Come &amp; Stay With Us​</h2><p class=\"uagb-desc-text\">There are 7 excellent brick self-catering units available, each private and with a distinctive personality and theme. They are particularly made for pet-free or pet-owning couples looking for a romantic and serene setting to reconnect, celebrate special occasions, or simply unwind on a holiday.<br><br>We are pet-friendly by arrangement as each unit is separately fenced with its own grassy garden with a garden gate leading to the generous park area where pets can socialize. &nbsp;We also have lovely safe off-leash walking trails on our property and beyond. &nbsp;Our units are very luxurious with everything you would need and very homely and charming. Regrettably no children or group bookings.  </p></div>\n<!-- /wp:uagb/advanced-heading --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"5ccf7893\",\"directionDesktop\":\"row\",\"alignItemsTablet\":\"flex-start\",\"justifyContentDesktop\":\"flex-start\",\"topMarginDesktop\":54,\"bottomMarginDesktop\":0,\"leftMarginDesktop\":0,\"rightMarginDesktop\":0,\"marginLink\":false,\"variationSelected\":true,\"rowGapMobile\":0,\"columnGapDesktop\":0} -->\n<div class=\"wp-block-uagb-container uagb-block-5ccf7893\"><!-- wp:uagb/container {\"block_id\":\"c6912975\",\"widthDesktop\":50,\"bottomPaddingDesktop\":20,\"rightPaddingDesktop\":32,\"bottomPaddingTablet\":35,\"rightPaddingTablet\":15,\"bottomPaddingMobile\":65,\"paddingLink\":false,\"topMarginDesktop\":0,\"bottomMarginDesktop\":0,\"leftMarginDesktop\":5,\"rightMarginDesktop\":5,\"topMarginMobile\":0,\"bottomMarginMobile\":0,\"leftMarginMobile\":0,\"rightMarginMobile\":0,\"marginLink\":false,\"variationSelected\":true,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-c6912975\"><!-- wp:uagb/info-box {\"classMigrate\":true,\"headingAlign\":\"left\",\"headingColor\":\"\",\"subHeadingColor\":\"\",\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"source_type\":\"image\",\"block_id\":\"d0344be2\",\"ctaIcon\":\"\",\"ctaType\":\"text\",\"ctaText\":\"READ MORE\",\"ctaLinkColor\":\"var(\\u002d\\u002dast-global-color-0)\",\"ctaDecoration\":\"underline\",\"ctaFontSize\":12,\"ctaFontWeight\":\"600\",\"ctaLetterSpacing\":2,\"ctaBorderColor\":\"\",\"ctaBorderStyle\":\"\",\"ctaBorderWidth\":\"\",\"ctaBorderRadius\":\"\",\"iconBottomMargin\":30,\"iconImage\":{\"uploading\":false,\"date\":1670936674000,\"filename\":\"blue-roan-guest-farm-10.jpg\",\"menuOrder\":0,\"uploadedTo\":761,\"type\":\"image\",\"subtype\":\"jpeg\",\"id\":863,\"title\":\"blue-roan-guest-farm (10)\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-10.jpg\",\"link\":\"https://blueroan.netgen.cloud/accommodation/blue-roan-guest-farm-10/\",\"alt\":\"\",\"author\":\"2\",\"description\":\"\",\"caption\":\"\",\"name\":\"blue-roan-guest-farm-10\",\"status\":\"inherit\",\"modified\":1670936674000,\"mime\":\"image/jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-includes/images/media/default.png\",\"dateFormatted\":\"December 13, 2022\",\"nonces\":{\"update\":\"1a7491aa65\",\"delete\":\"dc6afaa89c\",\"edit\":\"7635ee35fb\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=863\\u0026action=edit\",\"meta\":false,\"authorName\":\"Netgen Support\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/profile.php\",\"uploadedToTitle\":\"Accommodation\",\"uploadedToLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=761\\u0026action=edit\",\"filesizeInBytes\":149768,\"filesizeHumanReadable\":\"146 KB\",\"context\":\"\",\"height\":667,\"width\":1000,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-10-150x150.jpg\",\"orientation\":\"landscape\"},\"medium\":{\"height\":200,\"width\":300,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-10-300x200.jpg\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-10.jpg\",\"height\":667,\"width\":1000,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"imageSize\":\"full\",\"imageWidth\":100,\"imageWidthMobile\":100,\"imageWidthTablet\":100,\"paddingBtnTop\":10,\"paddingBtnBottom\":10,\"paddingBtnLeft\":14,\"paddingBtnRight\":14,\"imageWidthUnit\":\"%\",\"imageWidthUnitTablet\":\"%\",\"imageWidthUnitMobile\":\"%\",\"subHeadTopMargin\":0,\"subHeadRightMargin\":40,\"subHeadLeftMargin\":0,\"subHeadMarginTopTablet\":0,\"subHeadMarginRightTablet\":0,\"subHeadTabletSpace\":20,\"subHeadMarginLeftTablet\":0,\"imgTagHeight\":66,\"imgTagWidth\":1000,\"btnBorderTopWidth\":1,\"btnBorderLeftWidth\":1,\"btnBorderRightWidth\":1,\"btnBorderBottomWidth\":1,\"btnBorderTopLeftRadius\":0,\"btnBorderTopRightRadius\":0,\"btnBorderBottomLeftRadius\":0,\"btnBorderBottomRightRadius\":0,\"btnBorderStyle\":\"solid\",\"btnBorderColor\":\"#333\"} -->\n<div class=\"wp-block-uagb-info-box uagb-block-d0344be2 uagb-infobox__content-wrap  uagb-infobox-icon-above-title uagb-infobox-image-valign-top\"><div class=\"uagb-ifb-content\"><div class=\"uagb-ifb-image-content\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-10.jpg\" alt=\"\" width=\"100\" height=\"66\" loading=\"lazy\"/></div><div class=\"uagb-ifb-title-wrap\"><h3 class=\"uagb-ifb-title\">The Barn </h3></div><p class=\"uagb-ifb-desc\">Rustic beams and exposed wood are all hallmarks of our barn-style suite. This is an open-plan unit with lots of windows with a raised king bed on a platform that faces the TV and the mountains.</p><div class=\"uagb-ifb-button-wrapper wp-block-button\"><a href=\"\" target=\"_self\" class=\"uagb-infobox-cta-link uagb-disable-link\" rel=\"noopener noreferrer\" alt=\"\"><span class=\"uagb-inline-editing\">READ MORE</span></a></div></div></div>\n<!-- /wp:uagb/info-box --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"bf225916\",\"widthDesktop\":50,\"bottomPaddingDesktop\":20,\"rightPaddingDesktop\":32,\"bottomPaddingTablet\":35,\"rightPaddingTablet\":15,\"bottomPaddingMobile\":65,\"paddingLink\":false,\"topMarginDesktop\":0,\"bottomMarginDesktop\":0,\"leftMarginDesktop\":5,\"rightMarginDesktop\":5,\"topMarginMobile\":0,\"bottomMarginMobile\":0,\"leftMarginMobile\":0,\"rightMarginMobile\":0,\"marginLink\":false,\"variationSelected\":true,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-bf225916\"><!-- wp:uagb/info-box {\"classMigrate\":true,\"headingAlign\":\"left\",\"headingColor\":\"\",\"subHeadingColor\":\"\",\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"source_type\":\"image\",\"block_id\":\"c1e695b5\",\"ctaIcon\":\"\",\"ctaType\":\"text\",\"ctaText\":\"READ MORE\",\"ctaLinkColor\":\"var(\\u002d\\u002dast-global-color-0)\",\"ctaDecoration\":\"underline\",\"ctaFontSize\":12,\"ctaFontWeight\":\"600\",\"ctaLetterSpacing\":2,\"ctaBorderColor\":\"\",\"ctaBorderStyle\":\"\",\"ctaBorderWidth\":\"\",\"ctaBorderRadius\":\"\",\"iconBottomMargin\":30,\"iconImage\":{\"uploading\":false,\"date\":1670936842000,\"filename\":\"tuscan-suite-raised-bed-and-settee.jpg\",\"menuOrder\":0,\"uploadedTo\":761,\"type\":\"image\",\"subtype\":\"jpeg\",\"id\":864,\"title\":\"tuscan-suite-raised-bed-and-settee\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/tuscan-suite-raised-bed-and-settee.jpg\",\"link\":\"https://blueroan.netgen.cloud/accommodation/tuscan-suite-raised-bed-and-settee/\",\"alt\":\"\",\"author\":\"2\",\"description\":\"\",\"caption\":\"\",\"name\":\"tuscan-suite-raised-bed-and-settee\",\"status\":\"inherit\",\"modified\":1670936842000,\"mime\":\"image/jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-includes/images/media/default.png\",\"dateFormatted\":\"December 13, 2022\",\"nonces\":{\"update\":\"0624a4a01a\",\"delete\":\"9e8f0f7a5a\",\"edit\":\"087f94f2e5\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=864\\u0026action=edit\",\"meta\":false,\"authorName\":\"Netgen Support\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/profile.php\",\"uploadedToTitle\":\"Accommodation\",\"uploadedToLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=761\\u0026action=edit\",\"filesizeInBytes\":41923,\"filesizeHumanReadable\":\"41 KB\",\"context\":\"\",\"height\":400,\"width\":600,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/tuscan-suite-raised-bed-and-settee-150x150.jpg\",\"orientation\":\"landscape\"},\"medium\":{\"height\":200,\"width\":300,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/tuscan-suite-raised-bed-and-settee-300x200.jpg\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/tuscan-suite-raised-bed-and-settee.jpg\",\"height\":400,\"width\":600,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"imageSize\":\"full\",\"imageWidth\":100,\"imageWidthMobile\":100,\"imageWidthTablet\":100,\"paddingBtnTop\":10,\"paddingBtnBottom\":10,\"paddingBtnLeft\":14,\"paddingBtnRight\":14,\"imageWidthUnit\":\"%\",\"imageWidthUnitTablet\":\"%\",\"imageWidthUnitMobile\":\"%\",\"subHeadTopMargin\":0,\"subHeadRightMargin\":40,\"subHeadLeftMargin\":0,\"subHeadMarginTopTablet\":0,\"subHeadMarginRightTablet\":0,\"subHeadTabletSpace\":20,\"subHeadMarginLeftTablet\":0,\"imgTagHeight\":66,\"imgTagWidth\":600,\"btnBorderTopWidth\":1,\"btnBorderLeftWidth\":1,\"btnBorderRightWidth\":1,\"btnBorderBottomWidth\":1,\"btnBorderTopLeftRadius\":0,\"btnBorderTopRightRadius\":0,\"btnBorderBottomLeftRadius\":0,\"btnBorderBottomRightRadius\":0,\"btnBorderStyle\":\"solid\",\"btnBorderColor\":\"#333\"} -->\n<div class=\"wp-block-uagb-info-box uagb-block-c1e695b5 uagb-infobox__content-wrap  uagb-infobox-icon-above-title uagb-infobox-image-valign-top\"><div class=\"uagb-ifb-content\"><div class=\"uagb-ifb-image-content\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/tuscan-suite-raised-bed-and-settee.jpg\" alt=\"\" width=\"100\" height=\"66\" loading=\"lazy\"/></div><div class=\"uagb-ifb-title-wrap\"><h3 class=\"uagb-ifb-title\">The Tuscan Suite </h3></div><p class=\"uagb-ifb-desc\">Terra-cotta tiles, textured wall treatments, gorgeous, intricate murals,&nbsp;and simple, durable furniture with elegant iron accents are all characteristics of Tuscan interior design.</p><div class=\"uagb-ifb-button-wrapper wp-block-button\"><a href=\"\" target=\"_self\" class=\"uagb-infobox-cta-link uagb-disable-link\" rel=\"noopener noreferrer\" alt=\"\"><span class=\"uagb-inline-editing\">READ MORE</span></a></div></div></div>\n<!-- /wp:uagb/info-box --></div>\n<!-- /wp:uagb/container --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"11a4a304\",\"directionDesktop\":\"row\",\"alignItemsTablet\":\"flex-start\",\"justifyContentDesktop\":\"flex-start\",\"topMarginDesktop\":54,\"bottomMarginDesktop\":0,\"leftMarginDesktop\":0,\"rightMarginDesktop\":0,\"topMarginMobile\":0,\"bottomMarginMobile\":0,\"leftMarginMobile\":0,\"rightMarginMobile\":0,\"marginLink\":false,\"variationSelected\":true,\"rowGapMobile\":0,\"columnGapDesktop\":0} -->\n<div class=\"wp-block-uagb-container uagb-block-11a4a304\"><!-- wp:uagb/container {\"block_id\":\"35227c69\",\"widthDesktop\":50,\"bottomPaddingDesktop\":20,\"rightPaddingDesktop\":32,\"bottomPaddingTablet\":35,\"leftPaddingTablet\":0,\"rightPaddingTablet\":15,\"bottomPaddingMobile\":65,\"paddingLink\":false,\"topMarginDesktop\":0,\"bottomMarginDesktop\":0,\"leftMarginDesktop\":5,\"rightMarginDesktop\":5,\"topMarginMobile\":0,\"bottomMarginMobile\":0,\"leftMarginMobile\":0,\"rightMarginMobile\":0,\"marginLink\":false,\"variationSelected\":true,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-35227c69\"><!-- wp:uagb/info-box {\"classMigrate\":true,\"headingAlign\":\"left\",\"headingColor\":\"\",\"subHeadingColor\":\"\",\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"source_type\":\"image\",\"block_id\":\"d43be3e0\",\"ctaIcon\":\"\",\"ctaType\":\"text\",\"ctaText\":\"READ MORE\",\"ctaLinkColor\":\"var(\\u002d\\u002dast-global-color-0)\",\"ctaDecoration\":\"underline\",\"ctaFontSize\":12,\"ctaFontWeight\":\"600\",\"ctaLetterSpacing\":2,\"ctaBorderColor\":\"\",\"ctaBorderStyle\":\"\",\"ctaBorderWidth\":\"\",\"ctaBorderRadius\":\"\",\"iconBottomMargin\":30,\"iconImage\":{\"id\":838,\"title\":\"49g\",\"filename\":\"49g.jpg\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/49g.jpg\",\"link\":\"https://blueroan.netgen.cloud/home/49g/\",\"alt\":\"\",\"author\":\"2\",\"description\":\"\",\"caption\":\"\",\"name\":\"49g\",\"status\":\"inherit\",\"uploadedTo\":760,\"date\":\"2022-12-13T11:56:09.000Z\",\"modified\":\"2022-12-13T11:56:09.000Z\",\"menuOrder\":0,\"mime\":\"image/jpeg\",\"type\":\"image\",\"subtype\":\"jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-includes/images/media/default.png\",\"dateFormatted\":\"December 13, 2022\",\"nonces\":{\"update\":\"d856b41bb5\",\"delete\":\"95a15f0ef1\",\"edit\":\"b0a3c69433\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=838\\u0026action=edit\",\"meta\":false,\"authorName\":\"Netgen Support\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/profile.php\",\"uploadedToTitle\":\"Home\",\"uploadedToLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=760\\u0026action=edit\",\"filesizeInBytes\":315296,\"filesizeHumanReadable\":\"308 KB\",\"context\":\"\",\"height\":450,\"width\":650,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/49g-150x150.jpg\",\"orientation\":\"landscape\"},\"medium\":{\"height\":208,\"width\":300,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/49g-300x208.jpg\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/49g.jpg\",\"height\":450,\"width\":650,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"imageSize\":\"full\",\"imageWidth\":100,\"imageWidthMobile\":100,\"imageWidthTablet\":100,\"paddingBtnTop\":10,\"paddingBtnBottom\":10,\"paddingBtnLeft\":14,\"paddingBtnRight\":14,\"imageWidthUnit\":\"%\",\"imageWidthUnitTablet\":\"%\",\"imageWidthUnitMobile\":\"%\",\"subHeadTopMargin\":0,\"subHeadRightMargin\":40,\"subHeadLeftMargin\":0,\"subHeadMarginTopTablet\":0,\"subHeadMarginRightTablet\":0,\"subHeadTabletSpace\":20,\"subHeadMarginLeftTablet\":0,\"imgTagHeight\":69,\"imgTagWidth\":650,\"btnBorderTopWidth\":1,\"btnBorderLeftWidth\":1,\"btnBorderRightWidth\":1,\"btnBorderBottomWidth\":1,\"btnBorderTopLeftRadius\":0,\"btnBorderTopRightRadius\":0,\"btnBorderBottomLeftRadius\":0,\"btnBorderBottomRightRadius\":0,\"btnBorderStyle\":\"solid\",\"btnBorderColor\":\"#333\"} -->\n<div class=\"wp-block-uagb-info-box uagb-block-d43be3e0 uagb-infobox__content-wrap  uagb-infobox-icon-above-title uagb-infobox-image-valign-top\"><div class=\"uagb-ifb-content\"><div class=\"uagb-ifb-image-content\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/49g.jpg\" alt=\"\" width=\"100\" height=\"69\" loading=\"lazy\"/></div><div class=\"uagb-ifb-title-wrap\"><h3 class=\"uagb-ifb-title\">The Bluebush </h3></div><p class=\"uagb-ifb-desc\">A warm and comforting suite with a very homely feeling. Settle in and relax like you would at home. Relax with a perfect corner-shaped spa bath and open-plan living area.<br><br></p><div class=\"uagb-ifb-button-wrapper wp-block-button\"><a href=\"\" target=\"_self\" class=\"uagb-infobox-cta-link uagb-disable-link\" rel=\"noopener noreferrer\" alt=\"\"><span class=\"uagb-inline-editing\">READ MORE</span></a></div></div></div>\n<!-- /wp:uagb/info-box --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"a73c6a3c\",\"widthDesktop\":50,\"bottomPaddingDesktop\":20,\"rightPaddingDesktop\":32,\"bottomPaddingTablet\":35,\"rightPaddingTablet\":15,\"bottomPaddingMobile\":65,\"paddingLink\":false,\"topMarginDesktop\":0,\"bottomMarginDesktop\":0,\"leftMarginDesktop\":5,\"rightMarginDesktop\":5,\"topMarginMobile\":0,\"bottomMarginMobile\":0,\"leftMarginMobile\":0,\"rightMarginMobile\":0,\"marginLink\":false,\"variationSelected\":true,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-a73c6a3c\"><!-- wp:uagb/info-box {\"classMigrate\":true,\"headingAlign\":\"left\",\"headingColor\":\"\",\"subHeadingColor\":\"\",\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"source_type\":\"image\",\"block_id\":\"8cd0b73f\",\"ctaIcon\":\"\",\"ctaType\":\"text\",\"ctaText\":\"READ MORE\",\"ctaLinkColor\":\"var(\\u002d\\u002dast-global-color-0)\",\"ctaDecoration\":\"underline\",\"ctaFontSize\":12,\"ctaFontWeight\":\"600\",\"ctaLetterSpacing\":2,\"ctaBorderColor\":\"\",\"ctaBorderStyle\":\"\",\"ctaBorderWidth\":\"\",\"ctaBorderRadius\":\"\",\"iconBottomMargin\":30,\"iconImage\":{\"id\":284,\"title\":\"room-4\",\"filename\":\"room-4-1.jpg\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/room-4-1.jpg\",\"link\":\"https://blueroan.netgen.cloud/room-4-2/\",\"alt\":\"\",\"author\":\"34\",\"description\":\"\",\"caption\":\"\",\"name\":\"room-4-2\",\"status\":\"inherit\",\"uploadedTo\":0,\"date\":\"2021-05-11T12:34:14.000Z\",\"modified\":\"2021-05-11T12:34:14.000Z\",\"menuOrder\":0,\"mime\":\"image/jpeg\",\"type\":\"image\",\"subtype\":\"jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/default.png\",\"dateFormatted\":\"May 11, 2021\",\"nonces\":{\"update\":\"7cafb104e4\",\"delete\":\"c76125dda4\",\"edit\":\"a40254c450\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=284\\u0026action=edit\",\"meta\":false,\"authorName\":\"Rishabh\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/user-edit.php?user_id=34\",\"filesizeInBytes\":40918,\"filesizeHumanReadable\":\"40 KB\",\"context\":\"\",\"height\":400,\"width\":600,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/room-4-1-150x150.jpg\",\"orientation\":\"landscape\"},\"medium\":{\"height\":200,\"width\":300,\"url\":\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/room-4-1-300x200.jpg\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/room-4-1.jpg\",\"height\":400,\"width\":600,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"imageSize\":\"full\",\"imageWidth\":100,\"imageWidthMobile\":100,\"imageWidthTablet\":100,\"paddingBtnTop\":10,\"paddingBtnBottom\":10,\"paddingBtnLeft\":14,\"paddingBtnRight\":14,\"imageWidthUnit\":\"%\",\"imageWidthUnitTablet\":\"%\",\"imageWidthUnitMobile\":\"%\",\"subHeadTopMargin\":0,\"subHeadRightMargin\":40,\"subHeadLeftMargin\":0,\"subHeadMarginTopTablet\":0,\"subHeadMarginRightTablet\":0,\"subHeadTabletSpace\":20,\"subHeadMarginLeftTablet\":0,\"imgTagHeight\":66,\"imgTagWidth\":600,\"btnBorderTopWidth\":1,\"btnBorderLeftWidth\":1,\"btnBorderRightWidth\":1,\"btnBorderBottomWidth\":1,\"btnBorderTopLeftRadius\":0,\"btnBorderTopRightRadius\":0,\"btnBorderBottomLeftRadius\":0,\"btnBorderBottomRightRadius\":0,\"btnBorderStyle\":\"solid\",\"btnBorderColor\":\"#333\"} -->\n<div class=\"wp-block-uagb-info-box uagb-block-8cd0b73f uagb-infobox__content-wrap  uagb-infobox-icon-above-title uagb-infobox-image-valign-top\"><div class=\"uagb-ifb-content\"><div class=\"uagb-ifb-image-content\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/room-4-1.jpg\" alt=\"\" width=\"100\" height=\"66\" loading=\"lazy\"/></div><div class=\"uagb-ifb-title-wrap\"><h3 class=\"uagb-ifb-title\">The Mexican Loft </h3></div><p class=\"uagb-ifb-desc\">This Mexican-inspired unit is full of bold colors and rustic furnishings. This design style has a multifarious feel, mixing rustic wood and wrought iron furnishings with authentic art, textiles, and pottery full of texture and a vivid palette of color</p><div class=\"uagb-ifb-button-wrapper wp-block-button\"><a href=\"\" target=\"_self\" class=\"uagb-infobox-cta-link uagb-disable-link\" rel=\"noopener noreferrer\" alt=\"\"><span class=\"uagb-inline-editing\">READ MORE</span></a></div></div></div>\n<!-- /wp:uagb/info-box --></div>\n<!-- /wp:uagb/container --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"ae2c330c\",\"directionDesktop\":\"row\",\"justifyContentDesktop\":\"flex-start\",\"topMarginDesktop\":54,\"bottomMarginDesktop\":0,\"leftMarginDesktop\":0,\"rightMarginDesktop\":0,\"topMarginMobile\":0,\"bottomMarginMobile\":0,\"leftMarginMobile\":0,\"rightMarginMobile\":0,\"marginLink\":false,\"variationSelected\":true,\"rowGapMobile\":0,\"columnGapDesktop\":0} -->\n<div class=\"wp-block-uagb-container uagb-block-ae2c330c\"><!-- wp:uagb/container {\"block_id\":\"f5ad0749\",\"widthDesktop\":50,\"bottomPaddingDesktop\":20,\"rightPaddingDesktop\":32,\"bottomPaddingTablet\":35,\"rightPaddingTablet\":15,\"bottomPaddingMobile\":65,\"paddingLink\":false,\"topMarginDesktop\":0,\"bottomMarginDesktop\":0,\"leftMarginDesktop\":5,\"rightMarginDesktop\":5,\"topMarginMobile\":0,\"bottomMarginMobile\":0,\"leftMarginMobile\":0,\"rightMarginMobile\":0,\"marginLink\":false,\"variationSelected\":true,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-f5ad0749\"><!-- wp:uagb/info-box {\"classMigrate\":true,\"headingAlign\":\"left\",\"headingColor\":\"\",\"subHeadingColor\":\"\",\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"source_type\":\"image\",\"block_id\":\"474f5a3f\",\"ctaIcon\":\"\",\"ctaType\":\"text\",\"ctaText\":\"READ MORE\",\"ctaLinkColor\":\"var(\\u002d\\u002dast-global-color-0)\",\"ctaDecoration\":\"underline\",\"ctaFontSize\":12,\"ctaFontWeight\":\"600\",\"ctaLetterSpacing\":2,\"ctaBorderColor\":\"\",\"ctaBorderStyle\":\"\",\"ctaBorderWidth\":\"\",\"ctaBorderRadius\":\"\",\"iconBottomMargin\":30,\"iconImage\":{\"id\":289,\"title\":\"room-5\",\"filename\":\"room-5.jpg\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/room-5.jpg\",\"link\":\"https://blueroan.netgen.cloud/room-5/\",\"alt\":\"\",\"author\":\"34\",\"description\":\"\",\"caption\":\"\",\"name\":\"room-5\",\"status\":\"inherit\",\"uploadedTo\":0,\"date\":\"2021-05-11T12:41:05.000Z\",\"modified\":\"2021-05-11T12:41:05.000Z\",\"menuOrder\":0,\"mime\":\"image/jpeg\",\"type\":\"image\",\"subtype\":\"jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/default.png\",\"dateFormatted\":\"May 11, 2021\",\"nonces\":{\"update\":\"67479f178f\",\"delete\":\"0a3770770f\",\"edit\":\"881fd0ea74\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=289\\u0026action=edit\",\"meta\":false,\"authorName\":\"Rishabh\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/user-edit.php?user_id=34\",\"filesizeInBytes\":49173,\"filesizeHumanReadable\":\"48 KB\",\"context\":\"\",\"height\":400,\"width\":600,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/room-5-150x150.jpg\",\"orientation\":\"landscape\"},\"medium\":{\"height\":200,\"width\":300,\"url\":\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/room-5-300x200.jpg\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/room-5.jpg\",\"height\":400,\"width\":600,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"imageSize\":\"full\",\"imageWidth\":100,\"imageWidthMobile\":100,\"imageWidthTablet\":100,\"paddingBtnTop\":10,\"paddingBtnBottom\":10,\"paddingBtnLeft\":14,\"paddingBtnRight\":14,\"imageWidthUnit\":\"%\",\"imageWidthUnitTablet\":\"%\",\"imageWidthUnitMobile\":\"%\",\"subHeadTopMargin\":0,\"subHeadRightMargin\":40,\"subHeadLeftMargin\":0,\"subHeadMarginTopTablet\":0,\"subHeadMarginRightTablet\":0,\"subHeadTabletSpace\":20,\"subHeadMarginLeftTablet\":0,\"imgTagHeight\":66,\"imgTagWidth\":600,\"btnBorderTopWidth\":1,\"btnBorderLeftWidth\":1,\"btnBorderRightWidth\":1,\"btnBorderBottomWidth\":1,\"btnBorderTopLeftRadius\":0,\"btnBorderTopRightRadius\":0,\"btnBorderBottomLeftRadius\":0,\"btnBorderBottomRightRadius\":0,\"btnBorderStyle\":\"solid\",\"btnBorderColor\":\"#333\"} -->\n<div class=\"wp-block-uagb-info-box uagb-block-474f5a3f uagb-infobox__content-wrap  uagb-infobox-icon-above-title uagb-infobox-image-valign-top\"><div class=\"uagb-ifb-content\"><div class=\"uagb-ifb-image-content\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/room-5.jpg\" alt=\"\" width=\"100\" height=\"66\" loading=\"lazy\"/></div><div class=\"uagb-ifb-title-wrap\"><h3 class=\"uagb-ifb-title\">Grand Suite​</h3></div><p class=\"uagb-ifb-desc\">This is the second-highest ranked room in our hotel that offers luxury with the most advanced amenities.</p><div class=\"uagb-ifb-button-wrapper wp-block-button\"><a href=\"\" target=\"_self\" class=\"uagb-infobox-cta-link uagb-disable-link\" rel=\"noopener noreferrer\" alt=\"\"><span class=\"uagb-inline-editing\">READ MORE</span></a></div></div></div>\n<!-- /wp:uagb/info-box --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"94b8b6ec\",\"widthDesktop\":50,\"bottomPaddingDesktop\":20,\"rightPaddingDesktop\":32,\"bottomPaddingTablet\":35,\"rightPaddingTablet\":15,\"paddingLink\":false,\"topMarginDesktop\":0,\"bottomMarginDesktop\":0,\"leftMarginDesktop\":5,\"rightMarginDesktop\":5,\"topMarginMobile\":0,\"bottomMarginMobile\":0,\"leftMarginMobile\":0,\"rightMarginMobile\":0,\"marginLink\":false,\"variationSelected\":true,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-94b8b6ec\"><!-- wp:uagb/info-box {\"classMigrate\":true,\"headingAlign\":\"left\",\"headingColor\":\"\",\"subHeadingColor\":\"\",\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"source_type\":\"image\",\"block_id\":\"84bd0f2a\",\"ctaIcon\":\"\",\"ctaType\":\"text\",\"ctaText\":\"READ MORE\",\"ctaLinkColor\":\"var(\\u002d\\u002dast-global-color-0)\",\"ctaDecoration\":\"underline\",\"ctaFontSize\":12,\"ctaFontWeight\":\"600\",\"ctaLetterSpacing\":2,\"ctaBorderColor\":\"\",\"ctaBorderStyle\":\"\",\"ctaBorderWidth\":\"\",\"ctaBorderRadius\":\"\",\"iconBottomMargin\":30,\"iconImage\":{\"id\":290,\"title\":\"room-6\",\"filename\":\"room-6.jpg\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/room-6.jpg\",\"link\":\"https://blueroan.netgen.cloud/room-6/\",\"alt\":\"\",\"author\":\"34\",\"description\":\"\",\"caption\":\"\",\"name\":\"room-6\",\"status\":\"inherit\",\"uploadedTo\":0,\"date\":\"2021-05-11T12:42:24.000Z\",\"modified\":\"2021-05-11T12:42:24.000Z\",\"menuOrder\":0,\"mime\":\"image/jpeg\",\"type\":\"image\",\"subtype\":\"jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/default.png\",\"dateFormatted\":\"May 11, 2021\",\"nonces\":{\"update\":\"ca0f21bc6b\",\"delete\":\"aeb89ca3d4\",\"edit\":\"4be159def3\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=290\\u0026action=edit\",\"meta\":false,\"authorName\":\"Rishabh\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/user-edit.php?user_id=34\",\"filesizeInBytes\":50081,\"filesizeHumanReadable\":\"49 KB\",\"context\":\"\",\"height\":400,\"width\":600,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/room-6-150x150.jpg\",\"orientation\":\"landscape\"},\"medium\":{\"height\":200,\"width\":300,\"url\":\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/room-6-300x200.jpg\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/room-6.jpg\",\"height\":400,\"width\":600,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"imageSize\":\"full\",\"imageWidth\":100,\"imageWidthMobile\":100,\"imageWidthTablet\":100,\"paddingBtnTop\":10,\"paddingBtnBottom\":10,\"paddingBtnLeft\":14,\"paddingBtnRight\":14,\"imageWidthUnit\":\"%\",\"imageWidthUnitTablet\":\"%\",\"imageWidthUnitMobile\":\"%\",\"subHeadTopMargin\":0,\"subHeadRightMargin\":40,\"subHeadLeftMargin\":0,\"subHeadMarginTopTablet\":0,\"subHeadMarginRightTablet\":0,\"subHeadTabletSpace\":20,\"subHeadMarginLeftTablet\":0,\"imgTagHeight\":66,\"imgTagWidth\":600,\"btnBorderTopWidth\":1,\"btnBorderLeftWidth\":1,\"btnBorderRightWidth\":1,\"btnBorderBottomWidth\":1,\"btnBorderTopLeftRadius\":0,\"btnBorderTopRightRadius\":0,\"btnBorderBottomLeftRadius\":0,\"btnBorderBottomRightRadius\":0,\"btnBorderStyle\":\"solid\",\"btnBorderColor\":\"#333\"} -->\n<div class=\"wp-block-uagb-info-box uagb-block-84bd0f2a uagb-infobox__content-wrap  uagb-infobox-icon-above-title uagb-infobox-image-valign-top\"><div class=\"uagb-ifb-content\"><div class=\"uagb-ifb-image-content\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/room-6.jpg\" alt=\"\" width=\"100\" height=\"66\" loading=\"lazy\"/></div><div class=\"uagb-ifb-title-wrap\"><h3 class=\"uagb-ifb-title\">Presidential Suite​</h3></div><p class=\"uagb-ifb-desc\">Wish to live like a king? Here’s the top presidential suite where you can spend the best days of your life.</p><div class=\"uagb-ifb-button-wrapper wp-block-button\"><a href=\"\" target=\"_self\" class=\"uagb-infobox-cta-link uagb-disable-link\" rel=\"noopener noreferrer\" alt=\"\"><span class=\"uagb-inline-editing\">READ MORE</span></a></div></div></div>\n<!-- /wp:uagb/info-box --></div>\n<!-- /wp:uagb/container --></div>\n<!-- /wp:uagb/container --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"b0606f11\",\"innerContentCustomWidthDesktop\":781,\"innerContentCustomWidthTablet\":781,\"backgroundType\":\"image\",\"backgroundImageDesktop\":{\"id\":54,\"title\":\"background-img\",\"filename\":\"background-img-1.jpg\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/background-img-1.jpg\",\"link\":\"https://blueroan.netgen.cloud/background-img-2/\",\"alt\":\"\",\"author\":\"34\",\"description\":\"\",\"caption\":\"\",\"name\":\"background-img-2\",\"status\":\"inherit\",\"uploadedTo\":0,\"date\":\"2021-05-07T10:11:37.000Z\",\"modified\":\"2021-05-07T10:11:37.000Z\",\"menuOrder\":0,\"mime\":\"image/jpeg\",\"type\":\"image\",\"subtype\":\"jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/default.png\",\"dateFormatted\":\"May 7, 2021\",\"nonces\":{\"update\":\"bb999636b9\",\"delete\":\"d2e1375bc4\",\"edit\":\"005dd2f0c9\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=54\\u0026action=edit\",\"meta\":false,\"authorName\":\"Rishabh\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/user-edit.php?user_id=34\",\"filesizeInBytes\":338858,\"filesizeHumanReadable\":\"331 KB\",\"context\":\"\",\"height\":1080,\"width\":1920,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/background-img-1-150x150.jpg\",\"orientation\":\"landscape\"},\"medium\":{\"height\":169,\"width\":300,\"url\":\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/background-img-1-300x169.jpg\",\"orientation\":\"landscape\"},\"large\":{\"height\":576,\"width\":1024,\"url\":\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/background-img-1-1024x576.jpg\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/background-img-1.jpg\",\"height\":1080,\"width\":1920,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"backgroundImageColor\":\"rgba(42,42,42,0.65)\",\"topPaddingDesktop\":144,\"bottomPaddingDesktop\":144,\"leftPaddingDesktop\":40,\"rightPaddingDesktop\":40,\"topPaddingTablet\":80,\"bottomPaddingTablet\":80,\"leftPaddingTablet\":40,\"rightPaddingTablet\":40,\"topPaddingMobile\":64,\"bottomPaddingMobile\":64,\"leftPaddingMobile\":24,\"rightPaddingMobile\":24,\"paddingLink\":false,\"variationSelected\":true,\"isBlockRootParent\":true,\"overlayType\":\"color\"} -->\n<div class=\"wp-block-uagb-container uagb-block-b0606f11 alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/advanced-heading {\"block_id\":\"70f5dbd0\",\"classMigrate\":true,\"headingDescToggle\":true,\"headingAlign\":\"center\",\"headingColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"subHeadingColor\":\"var(\\u002d\\u002dast-global-color-4)\",\"headSpace\":20} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-70f5dbd0\"><h2 class=\"uagb-heading-text\">Plan an Unforgettable Experience in Mykonos Today!</h2><p class=\"uagb-desc-text\">We can help you fit your stay and experience within your allotted budget.</p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/advanced-heading {\"block_id\":\"1b44a593\",\"classMigrate\":true,\"headingTitleToggle\":false,\"headingDescToggle\":true,\"headingAlign\":\"center\",\"subHeadingColor\":\"var(\\u002d\\u002dast-global-color-4)\",\"subHeadTransform\":\"uppercase\",\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"subHeadLetterSpacing\":2,\"blockTopPadding\":60,\"blockRightPadding\":0,\"blockLeftPadding\":0,\"blockBottomPadding\":0,\"blockTopPaddingMobile\":30,\"blockRightPaddingMobile\":0,\"blockLeftPaddingMobile\":0,\"blockBottomPaddingMobile\":0} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-1b44a593\"><p class=\"uagb-desc-text\">BOOK YOUR STAY NOW​</p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/icon-list {\"block_id\":\"b89ee071\",\"classMigrate\":true,\"childMigrate\":true,\"align\":\"center\",\"parentIcon\":\"phone\",\"size\":40,\"sizeMobile\":24,\"sizeTablet\":32,\"fontSize\":48,\"fontSizeMobile\":28,\"fontSizeTablet\":40,\"fontWeight\":\"600\",\"iconColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"labelColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"blockTopPadding\":0,\"blockRightPadding\":0,\"blockLeftPadding\":0,\"blockBottomPadding\":24,\"blockPaddingLink\":false} -->\n<div class=\"wp-block-uagb-icon-list uagb-block-b89ee071\"><div class=\"uagb-icon-list__wrap\"><!-- wp:uagb/icon-list-child {\"block_id\":\"3f6e711a\",\"label\":\"+1-123 456 7890​\",\"label_color\":\"\",\"fromParentIcon\":\"phone\",\"imageSizeChild\":40} -->\n<div class=\"wp-block-uagb-icon-list-child uagb-block-3f6e711a\"><span class=\"uagb-icon-list__source-wrap\"><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M511.2 387l-23.25 100.8c-3.266 14.25-15.79 24.22-30.46 24.22C205.2 512 0 306.8 0 54.5c0-14.66 9.969-27.2 24.22-30.45l100.8-23.25C139.7-2.602 154.7 5.018 160.8 18.92l46.52 108.5c5.438 12.78 1.77 27.67-8.98 36.45L144.5 207.1c33.98 69.22 90.26 125.5 159.5 159.5l44.08-53.8c8.688-10.78 23.69-14.51 36.47-8.975l108.5 46.51C506.1 357.2 514.6 372.4 511.2 387z\"></path></svg></span><span class=\"uagb-icon-list__label\">+1-123 456 7890​</span></div>\n<!-- /wp:uagb/icon-list-child --></div></div>\n<!-- /wp:uagb/icon-list --></div></div>\n<!-- /wp:uagb/container -->',	'Accommodation',	'',	'inherit',	'closed',	'closed',	'',	'761-revision-v1',	'',	'',	'2022-12-13 13:36:37',	'2022-12-13 13:36:37',	'',	761,	'https://blueroan.netgen.cloud/?p=872',	0,	'revision',	'',	0),
(874,	2,	'2022-12-13 13:37:13',	'2022-12-13 13:37:13',	'<!-- wp:uagb/container {\"block_id\":\"eb0409db\",\"backgroundType\":\"image\",\"backgroundImageDesktop\":{\"id\":797,\"title\":\"blue-roan-guest-farm (13)\",\"filename\":\"blue-roan-guest-farm-13.jpg\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-13.jpg\",\"link\":\"https://blueroan.netgen.cloud/home/blue-roan-guest-farm-13/\",\"alt\":\"\",\"author\":\"2\",\"description\":\"\",\"caption\":\"\",\"name\":\"blue-roan-guest-farm-13\",\"status\":\"inherit\",\"uploadedTo\":760,\"date\":\"2022-12-13T09:37:10.000Z\",\"modified\":\"2022-12-13T09:37:10.000Z\",\"menuOrder\":0,\"mime\":\"image/jpeg\",\"type\":\"image\",\"subtype\":\"jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-includes/images/media/default.png\",\"dateFormatted\":\"December 13, 2022\",\"nonces\":{\"update\":\"88c7dafe15\",\"delete\":\"0e63c986af\",\"edit\":\"ba0aad2d7f\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=797\\u0026action=edit\",\"meta\":false,\"authorName\":\"Netgen Support\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/profile.php\",\"uploadedToTitle\":\"Home\",\"uploadedToLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=760\\u0026action=edit\",\"filesizeInBytes\":201183,\"filesizeHumanReadable\":\"196 KB\",\"context\":\"\",\"height\":667,\"width\":1000,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-13-150x150.jpg\",\"orientation\":\"landscape\"},\"medium\":{\"height\":200,\"width\":300,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-13-300x200.jpg\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-13.jpg\",\"height\":667,\"width\":1000,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"backgroundPositionDesktop\":{\"x\":0.62,\"y\":0.78},\"backgroundSizeTablet\":\"cover\",\"backgroundSizeMobile\":\"cover\",\"backgroundColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"backgroundImageColor\":\"rgba(42,42,42,0.5)\",\"topPaddingDesktop\":220,\"bottomPaddingDesktop\":150,\"topPaddingTablet\":170,\"bottomPaddingTablet\":160,\"leftPaddingTablet\":30,\"rightPaddingTablet\":30,\"topPaddingMobile\":180,\"bottomPaddingMobile\":80,\"leftPaddingMobile\":20,\"rightPaddingMobile\":20,\"paddingLink\":false,\"variationSelected\":true,\"isBlockRootParent\":true,\"overlayType\":\"color\"} -->\n<div class=\"wp-block-uagb-container uagb-block-eb0409db alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/advanced-heading {\"block_id\":\"fc09ab03\",\"classMigrate\":true,\"headingDescToggle\":true,\"headingColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"subHeadingColor\":\"var(\\u002d\\u002dast-global-color-4)\",\"headingTag\":\"h1\",\"headSpace\":20,\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"blockTopPadding\":0,\"blockRightPadding\":50,\"blockLeftPadding\":0,\"blockBottomPadding\":0,\"blockTopPaddingTablet\":0,\"blockRightPaddingTablet\":20,\"blockLeftPaddingTablet\":0,\"blockBottomPaddingTablet\":0,\"blockTopPaddingMobile\":0,\"blockRightPaddingMobile\":0,\"blockLeftPaddingMobile\":0,\"blockBottomPaddingMobile\":0,\"blockPaddingUnit\":\"%\",\"blockPaddingUnitTablet\":\"%\"} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-fc09ab03\"><h1 class=\"uagb-heading-text\">Rooms &amp; Accommodation​</h1><p class=\"uagb-desc-text\">If you are looking for a home away from home, even a place your dog can come along then take a closer look into the rooms we offer and pick the one for you.</p></div>\n<!-- /wp:uagb/advanced-heading --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"7470fc1e\",\"backgroundType\":\"color\",\"backgroundSizeTablet\":\"cover\",\"backgroundSizeMobile\":\"cover\",\"backgroundColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"topPaddingDesktop\":120,\"bottomPaddingDesktop\":120,\"topPaddingTablet\":80,\"bottomPaddingTablet\":80,\"leftPaddingTablet\":30,\"rightPaddingTablet\":30,\"topPaddingMobile\":80,\"bottomPaddingMobile\":80,\"leftPaddingMobile\":20,\"rightPaddingMobile\":20,\"paddingLink\":false,\"variationSelected\":true,\"rowGapDesktop\":0,\"isBlockRootParent\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-7470fc1e alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/container {\"block_id\":\"dd7f4882\",\"directionDesktop\":\"row\",\"alignItemsDesktop\":\"flex-end\",\"alignItemsTablet\":\"flex-end\",\"justifyContentDesktop\":\"flex-end\",\"justifyContentTablet\":\"space-between\",\"variationSelected\":true,\"rowGapMobile\":20,\"columnGapDesktop\":0} -->\n<div class=\"wp-block-uagb-container uagb-block-dd7f4882\"><!-- wp:uagb/advanced-heading {\"block_id\":\"03f93b27\",\"classMigrate\":true,\"headingDescToggle\":true,\"subHeadingColor\":\"\",\"headSpace\":20,\"subHeadFontSize\":16} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-03f93b27\"><h2 class=\"uagb-heading-text\">Come &amp; Stay With Us​</h2><p class=\"uagb-desc-text\">There are 7 excellent brick self-catering units available, each private and with a distinctive personality and theme. They are particularly made for pet-free or pet-owning couples looking for a romantic and serene setting to reconnect, celebrate special occasions, or simply unwind on a holiday.<br><br>We are pet-friendly by arrangement as each unit is separately fenced with its own grassy garden with a garden gate leading to the generous park area where pets can socialize. &nbsp;We also have lovely safe off-leash walking trails on our property and beyond. &nbsp;Our units are very luxurious with everything you would need and very homely and charming. Regrettably no children or group bookings.  </p></div>\n<!-- /wp:uagb/advanced-heading --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"c6dae0fc\",\"directionDesktop\":\"row\",\"alignItemsTablet\":\"flex-start\",\"justifyContentDesktop\":\"flex-start\",\"topMarginDesktop\":54,\"bottomMarginDesktop\":0,\"leftMarginDesktop\":0,\"rightMarginDesktop\":0,\"marginLink\":false,\"variationSelected\":true,\"rowGapMobile\":0,\"columnGapDesktop\":0} -->\n<div class=\"wp-block-uagb-container uagb-block-c6dae0fc\"><!-- wp:uagb/container {\"block_id\":\"e6cb9f60\",\"widthDesktop\":50,\"bottomPaddingDesktop\":20,\"rightPaddingDesktop\":32,\"bottomPaddingTablet\":35,\"rightPaddingTablet\":15,\"bottomPaddingMobile\":65,\"paddingLink\":false,\"topMarginDesktop\":0,\"bottomMarginDesktop\":0,\"leftMarginDesktop\":5,\"rightMarginDesktop\":5,\"topMarginMobile\":0,\"bottomMarginMobile\":0,\"leftMarginMobile\":0,\"rightMarginMobile\":0,\"marginLink\":false,\"variationSelected\":true,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-e6cb9f60\"><!-- wp:uagb/info-box {\"classMigrate\":true,\"headingAlign\":\"left\",\"headingColor\":\"\",\"subHeadingColor\":\"\",\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"source_type\":\"image\",\"block_id\":\"b7e8cb9d\",\"ctaIcon\":\"\",\"ctaType\":\"text\",\"ctaText\":\"READ MORE\",\"ctaLinkColor\":\"var(\\u002d\\u002dast-global-color-0)\",\"ctaDecoration\":\"underline\",\"ctaFontSize\":12,\"ctaFontWeight\":\"600\",\"ctaLetterSpacing\":2,\"ctaBorderColor\":\"\",\"ctaBorderStyle\":\"\",\"ctaBorderWidth\":\"\",\"ctaBorderRadius\":\"\",\"iconBottomMargin\":30,\"iconImage\":{\"uploading\":false,\"date\":1670936674000,\"filename\":\"blue-roan-guest-farm-10.jpg\",\"menuOrder\":0,\"uploadedTo\":761,\"type\":\"image\",\"subtype\":\"jpeg\",\"id\":863,\"title\":\"blue-roan-guest-farm (10)\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-10.jpg\",\"link\":\"https://blueroan.netgen.cloud/accommodation/blue-roan-guest-farm-10/\",\"alt\":\"\",\"author\":\"2\",\"description\":\"\",\"caption\":\"\",\"name\":\"blue-roan-guest-farm-10\",\"status\":\"inherit\",\"modified\":1670936674000,\"mime\":\"image/jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-includes/images/media/default.png\",\"dateFormatted\":\"December 13, 2022\",\"nonces\":{\"update\":\"1a7491aa65\",\"delete\":\"dc6afaa89c\",\"edit\":\"7635ee35fb\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=863\\u0026action=edit\",\"meta\":false,\"authorName\":\"Netgen Support\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/profile.php\",\"uploadedToTitle\":\"Accommodation\",\"uploadedToLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=761\\u0026action=edit\",\"filesizeInBytes\":149768,\"filesizeHumanReadable\":\"146 KB\",\"context\":\"\",\"height\":667,\"width\":1000,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-10-150x150.jpg\",\"orientation\":\"landscape\"},\"medium\":{\"height\":200,\"width\":300,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-10-300x200.jpg\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-10.jpg\",\"height\":667,\"width\":1000,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"imageSize\":\"full\",\"imageWidth\":100,\"imageWidthMobile\":100,\"imageWidthTablet\":100,\"paddingBtnTop\":10,\"paddingBtnBottom\":10,\"paddingBtnLeft\":14,\"paddingBtnRight\":14,\"imageWidthUnit\":\"%\",\"imageWidthUnitTablet\":\"%\",\"imageWidthUnitMobile\":\"%\",\"subHeadTopMargin\":0,\"subHeadRightMargin\":40,\"subHeadLeftMargin\":0,\"subHeadMarginTopTablet\":0,\"subHeadMarginRightTablet\":0,\"subHeadTabletSpace\":20,\"subHeadMarginLeftTablet\":0,\"imgTagHeight\":66,\"imgTagWidth\":1000,\"btnBorderTopWidth\":1,\"btnBorderLeftWidth\":1,\"btnBorderRightWidth\":1,\"btnBorderBottomWidth\":1,\"btnBorderTopLeftRadius\":0,\"btnBorderTopRightRadius\":0,\"btnBorderBottomLeftRadius\":0,\"btnBorderBottomRightRadius\":0,\"btnBorderStyle\":\"solid\",\"btnBorderColor\":\"#333\"} -->\n<div class=\"wp-block-uagb-info-box uagb-block-b7e8cb9d uagb-infobox__content-wrap  uagb-infobox-icon-above-title uagb-infobox-image-valign-top\"><div class=\"uagb-ifb-content\"><div class=\"uagb-ifb-image-content\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-10.jpg\" alt=\"\" width=\"100\" height=\"66\" loading=\"lazy\"/></div><div class=\"uagb-ifb-title-wrap\"><h3 class=\"uagb-ifb-title\">The Barn </h3></div><p class=\"uagb-ifb-desc\">Rustic beams and exposed wood are all hallmarks of our barn-style suite. This is an open-plan unit with lots of windows with a raised king bed on a platform that faces the TV and the mountains.</p><div class=\"uagb-ifb-button-wrapper wp-block-button\"><a href=\"\" target=\"_self\" class=\"uagb-infobox-cta-link uagb-disable-link\" rel=\"noopener noreferrer\" alt=\"\"><span class=\"uagb-inline-editing\">READ MORE</span></a></div></div></div>\n<!-- /wp:uagb/info-box --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"f9e3b5fe\",\"widthDesktop\":50,\"bottomPaddingDesktop\":20,\"rightPaddingDesktop\":32,\"bottomPaddingTablet\":35,\"rightPaddingTablet\":15,\"bottomPaddingMobile\":65,\"paddingLink\":false,\"topMarginDesktop\":0,\"bottomMarginDesktop\":0,\"leftMarginDesktop\":5,\"rightMarginDesktop\":5,\"topMarginMobile\":0,\"bottomMarginMobile\":0,\"leftMarginMobile\":0,\"rightMarginMobile\":0,\"marginLink\":false,\"variationSelected\":true,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-f9e3b5fe\"><!-- wp:uagb/info-box {\"classMigrate\":true,\"headingAlign\":\"left\",\"headingColor\":\"\",\"subHeadingColor\":\"\",\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"source_type\":\"image\",\"block_id\":\"c18cf915\",\"ctaIcon\":\"\",\"ctaType\":\"text\",\"ctaText\":\"READ MORE\",\"ctaLinkColor\":\"var(\\u002d\\u002dast-global-color-0)\",\"ctaDecoration\":\"underline\",\"ctaFontSize\":12,\"ctaFontWeight\":\"600\",\"ctaLetterSpacing\":2,\"ctaBorderColor\":\"\",\"ctaBorderStyle\":\"\",\"ctaBorderWidth\":\"\",\"ctaBorderRadius\":\"\",\"iconBottomMargin\":30,\"iconImage\":{\"uploading\":false,\"date\":1670936842000,\"filename\":\"tuscan-suite-raised-bed-and-settee.jpg\",\"menuOrder\":0,\"uploadedTo\":761,\"type\":\"image\",\"subtype\":\"jpeg\",\"id\":864,\"title\":\"tuscan-suite-raised-bed-and-settee\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/tuscan-suite-raised-bed-and-settee.jpg\",\"link\":\"https://blueroan.netgen.cloud/accommodation/tuscan-suite-raised-bed-and-settee/\",\"alt\":\"\",\"author\":\"2\",\"description\":\"\",\"caption\":\"\",\"name\":\"tuscan-suite-raised-bed-and-settee\",\"status\":\"inherit\",\"modified\":1670936842000,\"mime\":\"image/jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-includes/images/media/default.png\",\"dateFormatted\":\"December 13, 2022\",\"nonces\":{\"update\":\"0624a4a01a\",\"delete\":\"9e8f0f7a5a\",\"edit\":\"087f94f2e5\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=864\\u0026action=edit\",\"meta\":false,\"authorName\":\"Netgen Support\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/profile.php\",\"uploadedToTitle\":\"Accommodation\",\"uploadedToLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=761\\u0026action=edit\",\"filesizeInBytes\":41923,\"filesizeHumanReadable\":\"41 KB\",\"context\":\"\",\"height\":400,\"width\":600,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/tuscan-suite-raised-bed-and-settee-150x150.jpg\",\"orientation\":\"landscape\"},\"medium\":{\"height\":200,\"width\":300,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/tuscan-suite-raised-bed-and-settee-300x200.jpg\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/tuscan-suite-raised-bed-and-settee.jpg\",\"height\":400,\"width\":600,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"imageSize\":\"full\",\"imageWidth\":100,\"imageWidthMobile\":100,\"imageWidthTablet\":100,\"paddingBtnTop\":10,\"paddingBtnBottom\":10,\"paddingBtnLeft\":14,\"paddingBtnRight\":14,\"imageWidthUnit\":\"%\",\"imageWidthUnitTablet\":\"%\",\"imageWidthUnitMobile\":\"%\",\"subHeadTopMargin\":0,\"subHeadRightMargin\":40,\"subHeadLeftMargin\":0,\"subHeadMarginTopTablet\":0,\"subHeadMarginRightTablet\":0,\"subHeadTabletSpace\":20,\"subHeadMarginLeftTablet\":0,\"imgTagHeight\":66,\"imgTagWidth\":600,\"btnBorderTopWidth\":1,\"btnBorderLeftWidth\":1,\"btnBorderRightWidth\":1,\"btnBorderBottomWidth\":1,\"btnBorderTopLeftRadius\":0,\"btnBorderTopRightRadius\":0,\"btnBorderBottomLeftRadius\":0,\"btnBorderBottomRightRadius\":0,\"btnBorderStyle\":\"solid\",\"btnBorderColor\":\"#333\"} -->\n<div class=\"wp-block-uagb-info-box uagb-block-c18cf915 uagb-infobox__content-wrap  uagb-infobox-icon-above-title uagb-infobox-image-valign-top\"><div class=\"uagb-ifb-content\"><div class=\"uagb-ifb-image-content\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/tuscan-suite-raised-bed-and-settee.jpg\" alt=\"\" width=\"100\" height=\"66\" loading=\"lazy\"/></div><div class=\"uagb-ifb-title-wrap\"><h3 class=\"uagb-ifb-title\">The Tuscan Suite </h3></div><p class=\"uagb-ifb-desc\">Terra-cotta tiles, textured wall treatments, gorgeous, intricate murals,&nbsp;and simple, durable furniture with elegant iron accents are all characteristics of Tuscan interior design.</p><div class=\"uagb-ifb-button-wrapper wp-block-button\"><a href=\"\" target=\"_self\" class=\"uagb-infobox-cta-link uagb-disable-link\" rel=\"noopener noreferrer\" alt=\"\"><span class=\"uagb-inline-editing\">READ MORE</span></a></div></div></div>\n<!-- /wp:uagb/info-box --></div>\n<!-- /wp:uagb/container --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"0fed61bc\",\"directionDesktop\":\"row\",\"alignItemsTablet\":\"flex-start\",\"justifyContentDesktop\":\"flex-start\",\"topMarginDesktop\":54,\"bottomMarginDesktop\":0,\"leftMarginDesktop\":0,\"rightMarginDesktop\":0,\"topMarginMobile\":0,\"bottomMarginMobile\":0,\"leftMarginMobile\":0,\"rightMarginMobile\":0,\"marginLink\":false,\"variationSelected\":true,\"rowGapMobile\":0,\"columnGapDesktop\":0} -->\n<div class=\"wp-block-uagb-container uagb-block-0fed61bc\"><!-- wp:uagb/container {\"block_id\":\"d8a02b1e\",\"widthDesktop\":50,\"bottomPaddingDesktop\":20,\"rightPaddingDesktop\":32,\"bottomPaddingTablet\":35,\"leftPaddingTablet\":0,\"rightPaddingTablet\":15,\"bottomPaddingMobile\":65,\"paddingLink\":false,\"topMarginDesktop\":0,\"bottomMarginDesktop\":0,\"leftMarginDesktop\":5,\"rightMarginDesktop\":5,\"topMarginMobile\":0,\"bottomMarginMobile\":0,\"leftMarginMobile\":0,\"rightMarginMobile\":0,\"marginLink\":false,\"variationSelected\":true,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-d8a02b1e\"><!-- wp:uagb/info-box {\"classMigrate\":true,\"headingAlign\":\"left\",\"headingColor\":\"\",\"subHeadingColor\":\"\",\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"source_type\":\"image\",\"block_id\":\"dea9af19\",\"ctaIcon\":\"\",\"ctaType\":\"text\",\"ctaText\":\"READ MORE\",\"ctaLinkColor\":\"var(\\u002d\\u002dast-global-color-0)\",\"ctaDecoration\":\"underline\",\"ctaFontSize\":12,\"ctaFontWeight\":\"600\",\"ctaLetterSpacing\":2,\"ctaBorderColor\":\"\",\"ctaBorderStyle\":\"\",\"ctaBorderWidth\":\"\",\"ctaBorderRadius\":\"\",\"iconBottomMargin\":30,\"iconImage\":{\"id\":838,\"title\":\"49g\",\"filename\":\"49g.jpg\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/49g.jpg\",\"link\":\"https://blueroan.netgen.cloud/home/49g/\",\"alt\":\"\",\"author\":\"2\",\"description\":\"\",\"caption\":\"\",\"name\":\"49g\",\"status\":\"inherit\",\"uploadedTo\":760,\"date\":\"2022-12-13T11:56:09.000Z\",\"modified\":\"2022-12-13T11:56:09.000Z\",\"menuOrder\":0,\"mime\":\"image/jpeg\",\"type\":\"image\",\"subtype\":\"jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-includes/images/media/default.png\",\"dateFormatted\":\"December 13, 2022\",\"nonces\":{\"update\":\"d856b41bb5\",\"delete\":\"95a15f0ef1\",\"edit\":\"b0a3c69433\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=838\\u0026action=edit\",\"meta\":false,\"authorName\":\"Netgen Support\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/profile.php\",\"uploadedToTitle\":\"Home\",\"uploadedToLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=760\\u0026action=edit\",\"filesizeInBytes\":315296,\"filesizeHumanReadable\":\"308 KB\",\"context\":\"\",\"height\":450,\"width\":650,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/49g-150x150.jpg\",\"orientation\":\"landscape\"},\"medium\":{\"height\":208,\"width\":300,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/49g-300x208.jpg\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/49g.jpg\",\"height\":450,\"width\":650,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"imageSize\":\"full\",\"imageWidth\":100,\"imageWidthMobile\":100,\"imageWidthTablet\":100,\"paddingBtnTop\":10,\"paddingBtnBottom\":10,\"paddingBtnLeft\":14,\"paddingBtnRight\":14,\"imageWidthUnit\":\"%\",\"imageWidthUnitTablet\":\"%\",\"imageWidthUnitMobile\":\"%\",\"subHeadTopMargin\":0,\"subHeadRightMargin\":40,\"subHeadLeftMargin\":0,\"subHeadMarginTopTablet\":0,\"subHeadMarginRightTablet\":0,\"subHeadTabletSpace\":20,\"subHeadMarginLeftTablet\":0,\"imgTagHeight\":69,\"imgTagWidth\":650,\"btnBorderTopWidth\":1,\"btnBorderLeftWidth\":1,\"btnBorderRightWidth\":1,\"btnBorderBottomWidth\":1,\"btnBorderTopLeftRadius\":0,\"btnBorderTopRightRadius\":0,\"btnBorderBottomLeftRadius\":0,\"btnBorderBottomRightRadius\":0,\"btnBorderStyle\":\"solid\",\"btnBorderColor\":\"#333\"} -->\n<div class=\"wp-block-uagb-info-box uagb-block-dea9af19 uagb-infobox__content-wrap  uagb-infobox-icon-above-title uagb-infobox-image-valign-top\"><div class=\"uagb-ifb-content\"><div class=\"uagb-ifb-image-content\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/49g.jpg\" alt=\"\" width=\"100\" height=\"69\" loading=\"lazy\"/></div><div class=\"uagb-ifb-title-wrap\"><h3 class=\"uagb-ifb-title\">The Bluebush </h3></div><p class=\"uagb-ifb-desc\">A warm and comforting suite with a very homely feeling. Settle in and relax like you would at home. Relax with a perfect corner-shaped spa bath and open-plan living area.<br></p><div class=\"uagb-ifb-button-wrapper wp-block-button\"><a href=\"\" target=\"_self\" class=\"uagb-infobox-cta-link uagb-disable-link\" rel=\"noopener noreferrer\" alt=\"\"><span class=\"uagb-inline-editing\">READ MORE</span></a></div></div></div>\n<!-- /wp:uagb/info-box --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"7fecf824\",\"widthDesktop\":50,\"bottomPaddingDesktop\":20,\"rightPaddingDesktop\":32,\"bottomPaddingTablet\":35,\"rightPaddingTablet\":15,\"bottomPaddingMobile\":65,\"paddingLink\":false,\"topMarginDesktop\":0,\"bottomMarginDesktop\":0,\"leftMarginDesktop\":5,\"rightMarginDesktop\":5,\"topMarginMobile\":0,\"bottomMarginMobile\":0,\"leftMarginMobile\":0,\"rightMarginMobile\":0,\"marginLink\":false,\"variationSelected\":true,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-7fecf824\"><!-- wp:uagb/info-box {\"classMigrate\":true,\"headingAlign\":\"left\",\"headingColor\":\"\",\"subHeadingColor\":\"\",\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"source_type\":\"image\",\"block_id\":\"670a8af9\",\"ctaIcon\":\"\",\"ctaType\":\"text\",\"ctaText\":\"READ MORE\",\"ctaLinkColor\":\"var(\\u002d\\u002dast-global-color-0)\",\"ctaDecoration\":\"underline\",\"ctaFontSize\":12,\"ctaFontWeight\":\"600\",\"ctaLetterSpacing\":2,\"ctaBorderColor\":\"\",\"ctaBorderStyle\":\"\",\"ctaBorderWidth\":\"\",\"ctaBorderRadius\":\"\",\"iconBottomMargin\":30,\"iconImage\":{\"id\":284,\"title\":\"room-4\",\"filename\":\"room-4-1.jpg\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/room-4-1.jpg\",\"link\":\"https://blueroan.netgen.cloud/room-4-2/\",\"alt\":\"\",\"author\":\"34\",\"description\":\"\",\"caption\":\"\",\"name\":\"room-4-2\",\"status\":\"inherit\",\"uploadedTo\":0,\"date\":\"2021-05-11T12:34:14.000Z\",\"modified\":\"2021-05-11T12:34:14.000Z\",\"menuOrder\":0,\"mime\":\"image/jpeg\",\"type\":\"image\",\"subtype\":\"jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/default.png\",\"dateFormatted\":\"May 11, 2021\",\"nonces\":{\"update\":\"7cafb104e4\",\"delete\":\"c76125dda4\",\"edit\":\"a40254c450\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=284\\u0026action=edit\",\"meta\":false,\"authorName\":\"Rishabh\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/user-edit.php?user_id=34\",\"filesizeInBytes\":40918,\"filesizeHumanReadable\":\"40 KB\",\"context\":\"\",\"height\":400,\"width\":600,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/room-4-1-150x150.jpg\",\"orientation\":\"landscape\"},\"medium\":{\"height\":200,\"width\":300,\"url\":\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/room-4-1-300x200.jpg\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/room-4-1.jpg\",\"height\":400,\"width\":600,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"imageSize\":\"full\",\"imageWidth\":100,\"imageWidthMobile\":100,\"imageWidthTablet\":100,\"paddingBtnTop\":10,\"paddingBtnBottom\":10,\"paddingBtnLeft\":14,\"paddingBtnRight\":14,\"imageWidthUnit\":\"%\",\"imageWidthUnitTablet\":\"%\",\"imageWidthUnitMobile\":\"%\",\"subHeadTopMargin\":0,\"subHeadRightMargin\":40,\"subHeadLeftMargin\":0,\"subHeadMarginTopTablet\":0,\"subHeadMarginRightTablet\":0,\"subHeadTabletSpace\":20,\"subHeadMarginLeftTablet\":0,\"imgTagHeight\":66,\"imgTagWidth\":600,\"btnBorderTopWidth\":1,\"btnBorderLeftWidth\":1,\"btnBorderRightWidth\":1,\"btnBorderBottomWidth\":1,\"btnBorderTopLeftRadius\":0,\"btnBorderTopRightRadius\":0,\"btnBorderBottomLeftRadius\":0,\"btnBorderBottomRightRadius\":0,\"btnBorderStyle\":\"solid\",\"btnBorderColor\":\"#333\"} -->\n<div class=\"wp-block-uagb-info-box uagb-block-670a8af9 uagb-infobox__content-wrap  uagb-infobox-icon-above-title uagb-infobox-image-valign-top\"><div class=\"uagb-ifb-content\"><div class=\"uagb-ifb-image-content\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/room-4-1.jpg\" alt=\"\" width=\"100\" height=\"66\" loading=\"lazy\"/></div><div class=\"uagb-ifb-title-wrap\"><h3 class=\"uagb-ifb-title\">The Mexican Loft </h3></div><p class=\"uagb-ifb-desc\">This Mexican-inspired unit is full of bold colors and rustic furnishings. This design style has a multifarious feel, mixing rustic wood and wrought iron furnishings with authentic art, textiles, and pottery full of texture and a vivid palette of color</p><div class=\"uagb-ifb-button-wrapper wp-block-button\"><a href=\"\" target=\"_self\" class=\"uagb-infobox-cta-link uagb-disable-link\" rel=\"noopener noreferrer\" alt=\"\"><span class=\"uagb-inline-editing\">READ MORE</span></a></div></div></div>\n<!-- /wp:uagb/info-box --></div>\n<!-- /wp:uagb/container --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"38a67f43\",\"directionDesktop\":\"row\",\"justifyContentDesktop\":\"flex-start\",\"topMarginDesktop\":54,\"bottomMarginDesktop\":0,\"leftMarginDesktop\":0,\"rightMarginDesktop\":0,\"topMarginMobile\":0,\"bottomMarginMobile\":0,\"leftMarginMobile\":0,\"rightMarginMobile\":0,\"marginLink\":false,\"variationSelected\":true,\"rowGapMobile\":0,\"columnGapDesktop\":0} -->\n<div class=\"wp-block-uagb-container uagb-block-38a67f43\"><!-- wp:uagb/container {\"block_id\":\"d35368dd\",\"widthDesktop\":50,\"bottomPaddingDesktop\":20,\"rightPaddingDesktop\":32,\"bottomPaddingTablet\":35,\"rightPaddingTablet\":15,\"bottomPaddingMobile\":65,\"paddingLink\":false,\"topMarginDesktop\":0,\"bottomMarginDesktop\":0,\"leftMarginDesktop\":5,\"rightMarginDesktop\":5,\"topMarginMobile\":0,\"bottomMarginMobile\":0,\"leftMarginMobile\":0,\"rightMarginMobile\":0,\"marginLink\":false,\"variationSelected\":true,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-d35368dd\"><!-- wp:uagb/info-box {\"classMigrate\":true,\"headingAlign\":\"left\",\"headingColor\":\"\",\"subHeadingColor\":\"\",\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"source_type\":\"image\",\"block_id\":\"f1640f11\",\"ctaIcon\":\"\",\"ctaType\":\"text\",\"ctaText\":\"READ MORE\",\"ctaLinkColor\":\"var(\\u002d\\u002dast-global-color-0)\",\"ctaDecoration\":\"underline\",\"ctaFontSize\":12,\"ctaFontWeight\":\"600\",\"ctaLetterSpacing\":2,\"ctaBorderColor\":\"\",\"ctaBorderStyle\":\"\",\"ctaBorderWidth\":\"\",\"ctaBorderRadius\":\"\",\"iconBottomMargin\":30,\"iconImage\":{\"id\":289,\"title\":\"room-5\",\"filename\":\"room-5.jpg\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/room-5.jpg\",\"link\":\"https://blueroan.netgen.cloud/room-5/\",\"alt\":\"\",\"author\":\"34\",\"description\":\"\",\"caption\":\"\",\"name\":\"room-5\",\"status\":\"inherit\",\"uploadedTo\":0,\"date\":\"2021-05-11T12:41:05.000Z\",\"modified\":\"2021-05-11T12:41:05.000Z\",\"menuOrder\":0,\"mime\":\"image/jpeg\",\"type\":\"image\",\"subtype\":\"jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/default.png\",\"dateFormatted\":\"May 11, 2021\",\"nonces\":{\"update\":\"67479f178f\",\"delete\":\"0a3770770f\",\"edit\":\"881fd0ea74\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=289\\u0026action=edit\",\"meta\":false,\"authorName\":\"Rishabh\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/user-edit.php?user_id=34\",\"filesizeInBytes\":49173,\"filesizeHumanReadable\":\"48 KB\",\"context\":\"\",\"height\":400,\"width\":600,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/room-5-150x150.jpg\",\"orientation\":\"landscape\"},\"medium\":{\"height\":200,\"width\":300,\"url\":\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/room-5-300x200.jpg\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/room-5.jpg\",\"height\":400,\"width\":600,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"imageSize\":\"full\",\"imageWidth\":100,\"imageWidthMobile\":100,\"imageWidthTablet\":100,\"paddingBtnTop\":10,\"paddingBtnBottom\":10,\"paddingBtnLeft\":14,\"paddingBtnRight\":14,\"imageWidthUnit\":\"%\",\"imageWidthUnitTablet\":\"%\",\"imageWidthUnitMobile\":\"%\",\"subHeadTopMargin\":0,\"subHeadRightMargin\":40,\"subHeadLeftMargin\":0,\"subHeadMarginTopTablet\":0,\"subHeadMarginRightTablet\":0,\"subHeadTabletSpace\":20,\"subHeadMarginLeftTablet\":0,\"imgTagHeight\":66,\"imgTagWidth\":600,\"btnBorderTopWidth\":1,\"btnBorderLeftWidth\":1,\"btnBorderRightWidth\":1,\"btnBorderBottomWidth\":1,\"btnBorderTopLeftRadius\":0,\"btnBorderTopRightRadius\":0,\"btnBorderBottomLeftRadius\":0,\"btnBorderBottomRightRadius\":0,\"btnBorderStyle\":\"solid\",\"btnBorderColor\":\"#333\"} -->\n<div class=\"wp-block-uagb-info-box uagb-block-f1640f11 uagb-infobox__content-wrap  uagb-infobox-icon-above-title uagb-infobox-image-valign-top\"><div class=\"uagb-ifb-content\"><div class=\"uagb-ifb-image-content\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/room-5.jpg\" alt=\"\" width=\"100\" height=\"66\" loading=\"lazy\"/></div><div class=\"uagb-ifb-title-wrap\"><h3 class=\"uagb-ifb-title\">Grand Suite​</h3></div><p class=\"uagb-ifb-desc\">This is the second-highest ranked room in our hotel that offers luxury with the most advanced amenities.</p><div class=\"uagb-ifb-button-wrapper wp-block-button\"><a href=\"\" target=\"_self\" class=\"uagb-infobox-cta-link uagb-disable-link\" rel=\"noopener noreferrer\" alt=\"\"><span class=\"uagb-inline-editing\">READ MORE</span></a></div></div></div>\n<!-- /wp:uagb/info-box --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"be91d1aa\",\"widthDesktop\":50,\"bottomPaddingDesktop\":20,\"rightPaddingDesktop\":32,\"bottomPaddingTablet\":35,\"rightPaddingTablet\":15,\"paddingLink\":false,\"topMarginDesktop\":0,\"bottomMarginDesktop\":0,\"leftMarginDesktop\":5,\"rightMarginDesktop\":5,\"topMarginMobile\":0,\"bottomMarginMobile\":0,\"leftMarginMobile\":0,\"rightMarginMobile\":0,\"marginLink\":false,\"variationSelected\":true,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-be91d1aa\"><!-- wp:uagb/info-box {\"classMigrate\":true,\"headingAlign\":\"left\",\"headingColor\":\"\",\"subHeadingColor\":\"\",\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"source_type\":\"image\",\"block_id\":\"c5570123\",\"ctaIcon\":\"\",\"ctaType\":\"text\",\"ctaText\":\"READ MORE\",\"ctaLinkColor\":\"var(\\u002d\\u002dast-global-color-0)\",\"ctaDecoration\":\"underline\",\"ctaFontSize\":12,\"ctaFontWeight\":\"600\",\"ctaLetterSpacing\":2,\"ctaBorderColor\":\"\",\"ctaBorderStyle\":\"\",\"ctaBorderWidth\":\"\",\"ctaBorderRadius\":\"\",\"iconBottomMargin\":30,\"iconImage\":{\"id\":290,\"title\":\"room-6\",\"filename\":\"room-6.jpg\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/room-6.jpg\",\"link\":\"https://blueroan.netgen.cloud/room-6/\",\"alt\":\"\",\"author\":\"34\",\"description\":\"\",\"caption\":\"\",\"name\":\"room-6\",\"status\":\"inherit\",\"uploadedTo\":0,\"date\":\"2021-05-11T12:42:24.000Z\",\"modified\":\"2021-05-11T12:42:24.000Z\",\"menuOrder\":0,\"mime\":\"image/jpeg\",\"type\":\"image\",\"subtype\":\"jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/default.png\",\"dateFormatted\":\"May 11, 2021\",\"nonces\":{\"update\":\"ca0f21bc6b\",\"delete\":\"aeb89ca3d4\",\"edit\":\"4be159def3\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=290\\u0026action=edit\",\"meta\":false,\"authorName\":\"Rishabh\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/user-edit.php?user_id=34\",\"filesizeInBytes\":50081,\"filesizeHumanReadable\":\"49 KB\",\"context\":\"\",\"height\":400,\"width\":600,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/room-6-150x150.jpg\",\"orientation\":\"landscape\"},\"medium\":{\"height\":200,\"width\":300,\"url\":\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/room-6-300x200.jpg\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/room-6.jpg\",\"height\":400,\"width\":600,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"imageSize\":\"full\",\"imageWidth\":100,\"imageWidthMobile\":100,\"imageWidthTablet\":100,\"paddingBtnTop\":10,\"paddingBtnBottom\":10,\"paddingBtnLeft\":14,\"paddingBtnRight\":14,\"imageWidthUnit\":\"%\",\"imageWidthUnitTablet\":\"%\",\"imageWidthUnitMobile\":\"%\",\"subHeadTopMargin\":0,\"subHeadRightMargin\":40,\"subHeadLeftMargin\":0,\"subHeadMarginTopTablet\":0,\"subHeadMarginRightTablet\":0,\"subHeadTabletSpace\":20,\"subHeadMarginLeftTablet\":0,\"imgTagHeight\":66,\"imgTagWidth\":600,\"btnBorderTopWidth\":1,\"btnBorderLeftWidth\":1,\"btnBorderRightWidth\":1,\"btnBorderBottomWidth\":1,\"btnBorderTopLeftRadius\":0,\"btnBorderTopRightRadius\":0,\"btnBorderBottomLeftRadius\":0,\"btnBorderBottomRightRadius\":0,\"btnBorderStyle\":\"solid\",\"btnBorderColor\":\"#333\"} -->\n<div class=\"wp-block-uagb-info-box uagb-block-c5570123 uagb-infobox__content-wrap  uagb-infobox-icon-above-title uagb-infobox-image-valign-top\"><div class=\"uagb-ifb-content\"><div class=\"uagb-ifb-image-content\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/room-6.jpg\" alt=\"\" width=\"100\" height=\"66\" loading=\"lazy\"/></div><div class=\"uagb-ifb-title-wrap\"><h3 class=\"uagb-ifb-title\">Presidential Suite​</h3></div><p class=\"uagb-ifb-desc\">Wish to live like a king? Here’s the top presidential suite where you can spend the best days of your life.</p><div class=\"uagb-ifb-button-wrapper wp-block-button\"><a href=\"\" target=\"_self\" class=\"uagb-infobox-cta-link uagb-disable-link\" rel=\"noopener noreferrer\" alt=\"\"><span class=\"uagb-inline-editing\">READ MORE</span></a></div></div></div>\n<!-- /wp:uagb/info-box --></div>\n<!-- /wp:uagb/container --></div>\n<!-- /wp:uagb/container --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"16a0798b\",\"innerContentCustomWidthDesktop\":781,\"innerContentCustomWidthTablet\":781,\"backgroundType\":\"image\",\"backgroundImageDesktop\":{\"id\":54,\"title\":\"background-img\",\"filename\":\"background-img-1.jpg\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/background-img-1.jpg\",\"link\":\"https://blueroan.netgen.cloud/background-img-2/\",\"alt\":\"\",\"author\":\"34\",\"description\":\"\",\"caption\":\"\",\"name\":\"background-img-2\",\"status\":\"inherit\",\"uploadedTo\":0,\"date\":\"2021-05-07T10:11:37.000Z\",\"modified\":\"2021-05-07T10:11:37.000Z\",\"menuOrder\":0,\"mime\":\"image/jpeg\",\"type\":\"image\",\"subtype\":\"jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/default.png\",\"dateFormatted\":\"May 7, 2021\",\"nonces\":{\"update\":\"bb999636b9\",\"delete\":\"d2e1375bc4\",\"edit\":\"005dd2f0c9\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=54\\u0026action=edit\",\"meta\":false,\"authorName\":\"Rishabh\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/user-edit.php?user_id=34\",\"filesizeInBytes\":338858,\"filesizeHumanReadable\":\"331 KB\",\"context\":\"\",\"height\":1080,\"width\":1920,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/background-img-1-150x150.jpg\",\"orientation\":\"landscape\"},\"medium\":{\"height\":169,\"width\":300,\"url\":\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/background-img-1-300x169.jpg\",\"orientation\":\"landscape\"},\"large\":{\"height\":576,\"width\":1024,\"url\":\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/background-img-1-1024x576.jpg\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/background-img-1.jpg\",\"height\":1080,\"width\":1920,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"backgroundImageColor\":\"rgba(42,42,42,0.65)\",\"topPaddingDesktop\":144,\"bottomPaddingDesktop\":144,\"leftPaddingDesktop\":40,\"rightPaddingDesktop\":40,\"topPaddingTablet\":80,\"bottomPaddingTablet\":80,\"leftPaddingTablet\":40,\"rightPaddingTablet\":40,\"topPaddingMobile\":64,\"bottomPaddingMobile\":64,\"leftPaddingMobile\":24,\"rightPaddingMobile\":24,\"paddingLink\":false,\"variationSelected\":true,\"isBlockRootParent\":true,\"overlayType\":\"color\"} -->\n<div class=\"wp-block-uagb-container uagb-block-16a0798b alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/advanced-heading {\"block_id\":\"5a105907\",\"classMigrate\":true,\"headingDescToggle\":true,\"headingAlign\":\"center\",\"headingColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"subHeadingColor\":\"var(\\u002d\\u002dast-global-color-4)\",\"headSpace\":20} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-5a105907\"><h2 class=\"uagb-heading-text\">Plan an Unforgettable Experience in Mykonos Today!</h2><p class=\"uagb-desc-text\">We can help you fit your stay and experience within your allotted budget.</p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/advanced-heading {\"block_id\":\"b7a922a5\",\"classMigrate\":true,\"headingTitleToggle\":false,\"headingDescToggle\":true,\"headingAlign\":\"center\",\"subHeadingColor\":\"var(\\u002d\\u002dast-global-color-4)\",\"subHeadTransform\":\"uppercase\",\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"subHeadLetterSpacing\":2,\"blockTopPadding\":60,\"blockRightPadding\":0,\"blockLeftPadding\":0,\"blockBottomPadding\":0,\"blockTopPaddingMobile\":30,\"blockRightPaddingMobile\":0,\"blockLeftPaddingMobile\":0,\"blockBottomPaddingMobile\":0} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-b7a922a5\"><p class=\"uagb-desc-text\">BOOK YOUR STAY NOW​</p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/icon-list {\"block_id\":\"8b1b7cbf\",\"classMigrate\":true,\"childMigrate\":true,\"align\":\"center\",\"parentIcon\":\"phone\",\"size\":40,\"sizeMobile\":24,\"sizeTablet\":32,\"fontSize\":48,\"fontSizeMobile\":28,\"fontSizeTablet\":40,\"fontWeight\":\"600\",\"iconColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"labelColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"blockTopPadding\":0,\"blockRightPadding\":0,\"blockLeftPadding\":0,\"blockBottomPadding\":24,\"blockPaddingLink\":false} -->\n<div class=\"wp-block-uagb-icon-list uagb-block-8b1b7cbf\"><div class=\"uagb-icon-list__wrap\"><!-- wp:uagb/icon-list-child {\"block_id\":\"31e39f5e\",\"label\":\"+1-123 456 7890​\",\"label_color\":\"\",\"fromParentIcon\":\"phone\",\"imageSizeChild\":40} -->\n<div class=\"wp-block-uagb-icon-list-child uagb-block-31e39f5e\"><span class=\"uagb-icon-list__source-wrap\"><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M511.2 387l-23.25 100.8c-3.266 14.25-15.79 24.22-30.46 24.22C205.2 512 0 306.8 0 54.5c0-14.66 9.969-27.2 24.22-30.45l100.8-23.25C139.7-2.602 154.7 5.018 160.8 18.92l46.52 108.5c5.438 12.78 1.77 27.67-8.98 36.45L144.5 207.1c33.98 69.22 90.26 125.5 159.5 159.5l44.08-53.8c8.688-10.78 23.69-14.51 36.47-8.975l108.5 46.51C506.1 357.2 514.6 372.4 511.2 387z\"></path></svg></span><span class=\"uagb-icon-list__label\">+1-123 456 7890​</span></div>\n<!-- /wp:uagb/icon-list-child --></div></div>\n<!-- /wp:uagb/icon-list --></div></div>\n<!-- /wp:uagb/container -->',	'Accommodation',	'',	'inherit',	'closed',	'closed',	'',	'761-revision-v1',	'',	'',	'2022-12-13 13:37:13',	'2022-12-13 13:37:13',	'',	761,	'https://blueroan.netgen.cloud/?p=874',	0,	'revision',	'',	0),
(875,	2,	'2022-12-13 13:37:31',	'2022-12-13 13:37:31',	'<!-- wp:uagb/container {\"block_id\":\"9277f1b2\",\"backgroundType\":\"image\",\"backgroundImageDesktop\":{\"id\":797,\"title\":\"blue-roan-guest-farm (13)\",\"filename\":\"blue-roan-guest-farm-13.jpg\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-13.jpg\",\"link\":\"https://blueroan.netgen.cloud/home/blue-roan-guest-farm-13/\",\"alt\":\"\",\"author\":\"2\",\"description\":\"\",\"caption\":\"\",\"name\":\"blue-roan-guest-farm-13\",\"status\":\"inherit\",\"uploadedTo\":760,\"date\":\"2022-12-13T09:37:10.000Z\",\"modified\":\"2022-12-13T09:37:10.000Z\",\"menuOrder\":0,\"mime\":\"image/jpeg\",\"type\":\"image\",\"subtype\":\"jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-includes/images/media/default.png\",\"dateFormatted\":\"December 13, 2022\",\"nonces\":{\"update\":\"88c7dafe15\",\"delete\":\"0e63c986af\",\"edit\":\"ba0aad2d7f\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=797\\u0026action=edit\",\"meta\":false,\"authorName\":\"Netgen Support\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/profile.php\",\"uploadedToTitle\":\"Home\",\"uploadedToLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=760\\u0026action=edit\",\"filesizeInBytes\":201183,\"filesizeHumanReadable\":\"196 KB\",\"context\":\"\",\"height\":667,\"width\":1000,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-13-150x150.jpg\",\"orientation\":\"landscape\"},\"medium\":{\"height\":200,\"width\":300,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-13-300x200.jpg\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-13.jpg\",\"height\":667,\"width\":1000,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"backgroundPositionDesktop\":{\"x\":0.62,\"y\":0.78},\"backgroundSizeTablet\":\"cover\",\"backgroundSizeMobile\":\"cover\",\"backgroundColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"backgroundImageColor\":\"rgba(42,42,42,0.5)\",\"topPaddingDesktop\":220,\"bottomPaddingDesktop\":150,\"topPaddingTablet\":170,\"bottomPaddingTablet\":160,\"leftPaddingTablet\":30,\"rightPaddingTablet\":30,\"topPaddingMobile\":180,\"bottomPaddingMobile\":80,\"leftPaddingMobile\":20,\"rightPaddingMobile\":20,\"paddingLink\":false,\"variationSelected\":true,\"isBlockRootParent\":true,\"overlayType\":\"color\"} -->\n<div class=\"wp-block-uagb-container uagb-block-9277f1b2 alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/advanced-heading {\"block_id\":\"1e3b6e33\",\"classMigrate\":true,\"headingDescToggle\":true,\"headingColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"subHeadingColor\":\"var(\\u002d\\u002dast-global-color-4)\",\"headingTag\":\"h1\",\"headSpace\":20,\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"blockTopPadding\":0,\"blockRightPadding\":50,\"blockLeftPadding\":0,\"blockBottomPadding\":0,\"blockTopPaddingTablet\":0,\"blockRightPaddingTablet\":20,\"blockLeftPaddingTablet\":0,\"blockBottomPaddingTablet\":0,\"blockTopPaddingMobile\":0,\"blockRightPaddingMobile\":0,\"blockLeftPaddingMobile\":0,\"blockBottomPaddingMobile\":0,\"blockPaddingUnit\":\"%\",\"blockPaddingUnitTablet\":\"%\"} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-1e3b6e33\"><h1 class=\"uagb-heading-text\">Rooms &amp; Accommodation​</h1><p class=\"uagb-desc-text\">If you are looking for a home away from home, even a place your dog can come along then take a closer look into the rooms we offer and pick the one for you.</p></div>\n<!-- /wp:uagb/advanced-heading --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"143e2265\",\"backgroundType\":\"color\",\"backgroundSizeTablet\":\"cover\",\"backgroundSizeMobile\":\"cover\",\"backgroundColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"topPaddingDesktop\":120,\"bottomPaddingDesktop\":120,\"topPaddingTablet\":80,\"bottomPaddingTablet\":80,\"leftPaddingTablet\":30,\"rightPaddingTablet\":30,\"topPaddingMobile\":80,\"bottomPaddingMobile\":80,\"leftPaddingMobile\":20,\"rightPaddingMobile\":20,\"paddingLink\":false,\"variationSelected\":true,\"rowGapDesktop\":0,\"isBlockRootParent\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-143e2265 alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/container {\"block_id\":\"e1e6ccf0\",\"directionDesktop\":\"row\",\"alignItemsDesktop\":\"flex-end\",\"alignItemsTablet\":\"flex-end\",\"justifyContentDesktop\":\"flex-end\",\"justifyContentTablet\":\"space-between\",\"variationSelected\":true,\"rowGapMobile\":20,\"columnGapDesktop\":0} -->\n<div class=\"wp-block-uagb-container uagb-block-e1e6ccf0\"><!-- wp:uagb/advanced-heading {\"block_id\":\"ea44e864\",\"classMigrate\":true,\"headingDescToggle\":true,\"subHeadingColor\":\"\",\"headSpace\":20,\"subHeadFontSize\":16} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-ea44e864\"><h2 class=\"uagb-heading-text\">Come &amp; Stay With Us​</h2><p class=\"uagb-desc-text\">There are 7 excellent brick self-catering units available, each private and with a distinctive personality and theme. They are particularly made for pet-free or pet-owning couples looking for a romantic and serene setting to reconnect, celebrate special occasions, or simply unwind on a holiday.<br><br>We are pet-friendly by arrangement as each unit is separately fenced with its own grassy garden with a garden gate leading to the generous park area where pets can socialize. &nbsp;We also have lovely safe off-leash walking trails on our property and beyond. &nbsp;Our units are very luxurious with everything you would need and very homely and charming. Regrettably no children or group bookings.  </p></div>\n<!-- /wp:uagb/advanced-heading --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"dcd4721f\",\"directionDesktop\":\"row\",\"alignItemsTablet\":\"flex-start\",\"justifyContentDesktop\":\"flex-start\",\"topMarginDesktop\":54,\"bottomMarginDesktop\":0,\"leftMarginDesktop\":0,\"rightMarginDesktop\":0,\"marginLink\":false,\"variationSelected\":true,\"rowGapMobile\":0,\"columnGapDesktop\":0} -->\n<div class=\"wp-block-uagb-container uagb-block-dcd4721f\"><!-- wp:uagb/container {\"block_id\":\"0923741a\",\"widthDesktop\":50,\"bottomPaddingDesktop\":20,\"rightPaddingDesktop\":32,\"bottomPaddingTablet\":35,\"rightPaddingTablet\":15,\"bottomPaddingMobile\":65,\"paddingLink\":false,\"topMarginDesktop\":0,\"bottomMarginDesktop\":0,\"leftMarginDesktop\":5,\"rightMarginDesktop\":5,\"topMarginMobile\":0,\"bottomMarginMobile\":0,\"leftMarginMobile\":0,\"rightMarginMobile\":0,\"marginLink\":false,\"variationSelected\":true,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-0923741a\"><!-- wp:uagb/info-box {\"classMigrate\":true,\"headingAlign\":\"left\",\"headingColor\":\"\",\"subHeadingColor\":\"\",\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"source_type\":\"image\",\"block_id\":\"2a82cb09\",\"ctaIcon\":\"\",\"ctaType\":\"text\",\"ctaText\":\"READ MORE\",\"ctaLinkColor\":\"var(\\u002d\\u002dast-global-color-0)\",\"ctaDecoration\":\"underline\",\"ctaFontSize\":12,\"ctaFontWeight\":\"600\",\"ctaLetterSpacing\":2,\"ctaBorderColor\":\"\",\"ctaBorderStyle\":\"\",\"ctaBorderWidth\":\"\",\"ctaBorderRadius\":\"\",\"iconBottomMargin\":30,\"iconImage\":{\"uploading\":false,\"date\":1670936674000,\"filename\":\"blue-roan-guest-farm-10.jpg\",\"menuOrder\":0,\"uploadedTo\":761,\"type\":\"image\",\"subtype\":\"jpeg\",\"id\":863,\"title\":\"blue-roan-guest-farm (10)\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-10.jpg\",\"link\":\"https://blueroan.netgen.cloud/accommodation/blue-roan-guest-farm-10/\",\"alt\":\"\",\"author\":\"2\",\"description\":\"\",\"caption\":\"\",\"name\":\"blue-roan-guest-farm-10\",\"status\":\"inherit\",\"modified\":1670936674000,\"mime\":\"image/jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-includes/images/media/default.png\",\"dateFormatted\":\"December 13, 2022\",\"nonces\":{\"update\":\"1a7491aa65\",\"delete\":\"dc6afaa89c\",\"edit\":\"7635ee35fb\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=863\\u0026action=edit\",\"meta\":false,\"authorName\":\"Netgen Support\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/profile.php\",\"uploadedToTitle\":\"Accommodation\",\"uploadedToLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=761\\u0026action=edit\",\"filesizeInBytes\":149768,\"filesizeHumanReadable\":\"146 KB\",\"context\":\"\",\"height\":667,\"width\":1000,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-10-150x150.jpg\",\"orientation\":\"landscape\"},\"medium\":{\"height\":200,\"width\":300,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-10-300x200.jpg\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-10.jpg\",\"height\":667,\"width\":1000,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"imageSize\":\"full\",\"imageWidth\":100,\"imageWidthMobile\":100,\"imageWidthTablet\":100,\"paddingBtnTop\":10,\"paddingBtnBottom\":10,\"paddingBtnLeft\":14,\"paddingBtnRight\":14,\"imageWidthUnit\":\"%\",\"imageWidthUnitTablet\":\"%\",\"imageWidthUnitMobile\":\"%\",\"subHeadTopMargin\":0,\"subHeadRightMargin\":40,\"subHeadLeftMargin\":0,\"subHeadMarginTopTablet\":0,\"subHeadMarginRightTablet\":0,\"subHeadTabletSpace\":20,\"subHeadMarginLeftTablet\":0,\"imgTagHeight\":66,\"imgTagWidth\":1000,\"btnBorderTopWidth\":1,\"btnBorderLeftWidth\":1,\"btnBorderRightWidth\":1,\"btnBorderBottomWidth\":1,\"btnBorderTopLeftRadius\":0,\"btnBorderTopRightRadius\":0,\"btnBorderBottomLeftRadius\":0,\"btnBorderBottomRightRadius\":0,\"btnBorderStyle\":\"solid\",\"btnBorderColor\":\"#333\"} -->\n<div class=\"wp-block-uagb-info-box uagb-block-2a82cb09 uagb-infobox__content-wrap  uagb-infobox-icon-above-title uagb-infobox-image-valign-top\"><div class=\"uagb-ifb-content\"><div class=\"uagb-ifb-image-content\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-10.jpg\" alt=\"\" width=\"100\" height=\"66\" loading=\"lazy\"/></div><div class=\"uagb-ifb-title-wrap\"><h3 class=\"uagb-ifb-title\">The Barn </h3></div><p class=\"uagb-ifb-desc\">Rustic beams and exposed wood are all hallmarks of our barn-style suite. This is an open-plan unit with lots of windows with a raised king bed on a platform that faces the TV and the mountains.</p><div class=\"uagb-ifb-button-wrapper wp-block-button\"><a href=\"\" target=\"_self\" class=\"uagb-infobox-cta-link uagb-disable-link\" rel=\"noopener noreferrer\" alt=\"\"><span class=\"uagb-inline-editing\">READ MORE</span></a></div></div></div>\n<!-- /wp:uagb/info-box --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"616dbf53\",\"widthDesktop\":50,\"bottomPaddingDesktop\":20,\"rightPaddingDesktop\":32,\"bottomPaddingTablet\":35,\"rightPaddingTablet\":15,\"bottomPaddingMobile\":65,\"paddingLink\":false,\"topMarginDesktop\":0,\"bottomMarginDesktop\":0,\"leftMarginDesktop\":5,\"rightMarginDesktop\":5,\"topMarginMobile\":0,\"bottomMarginMobile\":0,\"leftMarginMobile\":0,\"rightMarginMobile\":0,\"marginLink\":false,\"variationSelected\":true,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-616dbf53\"><!-- wp:uagb/info-box {\"classMigrate\":true,\"headingAlign\":\"left\",\"headingColor\":\"\",\"subHeadingColor\":\"\",\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"source_type\":\"image\",\"block_id\":\"8d61db48\",\"ctaIcon\":\"\",\"ctaType\":\"text\",\"ctaText\":\"READ MORE\",\"ctaLinkColor\":\"var(\\u002d\\u002dast-global-color-0)\",\"ctaDecoration\":\"underline\",\"ctaFontSize\":12,\"ctaFontWeight\":\"600\",\"ctaLetterSpacing\":2,\"ctaBorderColor\":\"\",\"ctaBorderStyle\":\"\",\"ctaBorderWidth\":\"\",\"ctaBorderRadius\":\"\",\"iconBottomMargin\":30,\"iconImage\":{\"uploading\":false,\"date\":1670936842000,\"filename\":\"tuscan-suite-raised-bed-and-settee.jpg\",\"menuOrder\":0,\"uploadedTo\":761,\"type\":\"image\",\"subtype\":\"jpeg\",\"id\":864,\"title\":\"tuscan-suite-raised-bed-and-settee\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/tuscan-suite-raised-bed-and-settee.jpg\",\"link\":\"https://blueroan.netgen.cloud/accommodation/tuscan-suite-raised-bed-and-settee/\",\"alt\":\"\",\"author\":\"2\",\"description\":\"\",\"caption\":\"\",\"name\":\"tuscan-suite-raised-bed-and-settee\",\"status\":\"inherit\",\"modified\":1670936842000,\"mime\":\"image/jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-includes/images/media/default.png\",\"dateFormatted\":\"December 13, 2022\",\"nonces\":{\"update\":\"0624a4a01a\",\"delete\":\"9e8f0f7a5a\",\"edit\":\"087f94f2e5\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=864\\u0026action=edit\",\"meta\":false,\"authorName\":\"Netgen Support\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/profile.php\",\"uploadedToTitle\":\"Accommodation\",\"uploadedToLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=761\\u0026action=edit\",\"filesizeInBytes\":41923,\"filesizeHumanReadable\":\"41 KB\",\"context\":\"\",\"height\":400,\"width\":600,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/tuscan-suite-raised-bed-and-settee-150x150.jpg\",\"orientation\":\"landscape\"},\"medium\":{\"height\":200,\"width\":300,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/tuscan-suite-raised-bed-and-settee-300x200.jpg\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/tuscan-suite-raised-bed-and-settee.jpg\",\"height\":400,\"width\":600,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"imageSize\":\"full\",\"imageWidth\":100,\"imageWidthMobile\":100,\"imageWidthTablet\":100,\"paddingBtnTop\":10,\"paddingBtnBottom\":10,\"paddingBtnLeft\":14,\"paddingBtnRight\":14,\"imageWidthUnit\":\"%\",\"imageWidthUnitTablet\":\"%\",\"imageWidthUnitMobile\":\"%\",\"subHeadTopMargin\":0,\"subHeadRightMargin\":40,\"subHeadLeftMargin\":0,\"subHeadMarginTopTablet\":0,\"subHeadMarginRightTablet\":0,\"subHeadTabletSpace\":20,\"subHeadMarginLeftTablet\":0,\"imgTagHeight\":66,\"imgTagWidth\":600,\"btnBorderTopWidth\":1,\"btnBorderLeftWidth\":1,\"btnBorderRightWidth\":1,\"btnBorderBottomWidth\":1,\"btnBorderTopLeftRadius\":0,\"btnBorderTopRightRadius\":0,\"btnBorderBottomLeftRadius\":0,\"btnBorderBottomRightRadius\":0,\"btnBorderStyle\":\"solid\",\"btnBorderColor\":\"#333\"} -->\n<div class=\"wp-block-uagb-info-box uagb-block-8d61db48 uagb-infobox__content-wrap  uagb-infobox-icon-above-title uagb-infobox-image-valign-top\"><div class=\"uagb-ifb-content\"><div class=\"uagb-ifb-image-content\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/tuscan-suite-raised-bed-and-settee.jpg\" alt=\"\" width=\"100\" height=\"66\" loading=\"lazy\"/></div><div class=\"uagb-ifb-title-wrap\"><h3 class=\"uagb-ifb-title\">The Tuscan Suite </h3></div><p class=\"uagb-ifb-desc\">Terra-cotta tiles, textured wall treatments, gorgeous, intricate murals,&nbsp;and simple, durable furniture with elegant iron accents are all characteristics of Tuscan interior design.</p><div class=\"uagb-ifb-button-wrapper wp-block-button\"><a href=\"\" target=\"_self\" class=\"uagb-infobox-cta-link uagb-disable-link\" rel=\"noopener noreferrer\" alt=\"\"><span class=\"uagb-inline-editing\">READ MORE</span></a></div></div></div>\n<!-- /wp:uagb/info-box --></div>\n<!-- /wp:uagb/container --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"f6b3a9a7\",\"directionDesktop\":\"row\",\"alignItemsTablet\":\"flex-start\",\"justifyContentDesktop\":\"flex-start\",\"topMarginDesktop\":54,\"bottomMarginDesktop\":0,\"leftMarginDesktop\":0,\"rightMarginDesktop\":0,\"topMarginMobile\":0,\"bottomMarginMobile\":0,\"leftMarginMobile\":0,\"rightMarginMobile\":0,\"marginLink\":false,\"variationSelected\":true,\"rowGapMobile\":0,\"columnGapDesktop\":0} -->\n<div class=\"wp-block-uagb-container uagb-block-f6b3a9a7\"><!-- wp:uagb/container {\"block_id\":\"63fc8c01\",\"widthDesktop\":50,\"bottomPaddingDesktop\":20,\"rightPaddingDesktop\":32,\"bottomPaddingTablet\":35,\"leftPaddingTablet\":0,\"rightPaddingTablet\":15,\"bottomPaddingMobile\":65,\"paddingLink\":false,\"topMarginDesktop\":0,\"bottomMarginDesktop\":0,\"leftMarginDesktop\":5,\"rightMarginDesktop\":5,\"topMarginMobile\":0,\"bottomMarginMobile\":0,\"leftMarginMobile\":0,\"rightMarginMobile\":0,\"marginLink\":false,\"variationSelected\":true,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-63fc8c01\"><!-- wp:uagb/info-box {\"classMigrate\":true,\"headingAlign\":\"left\",\"headingColor\":\"\",\"subHeadingColor\":\"\",\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"source_type\":\"image\",\"block_id\":\"1d6bca6e\",\"ctaIcon\":\"\",\"ctaType\":\"text\",\"ctaText\":\"READ MORE\",\"ctaLinkColor\":\"var(\\u002d\\u002dast-global-color-0)\",\"ctaDecoration\":\"underline\",\"ctaFontSize\":12,\"ctaFontWeight\":\"600\",\"ctaLetterSpacing\":2,\"ctaBorderColor\":\"\",\"ctaBorderStyle\":\"\",\"ctaBorderWidth\":\"\",\"ctaBorderRadius\":\"\",\"iconBottomMargin\":30,\"iconImage\":{\"id\":838,\"title\":\"49g\",\"filename\":\"49g.jpg\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/49g.jpg\",\"link\":\"https://blueroan.netgen.cloud/home/49g/\",\"alt\":\"\",\"author\":\"2\",\"description\":\"\",\"caption\":\"\",\"name\":\"49g\",\"status\":\"inherit\",\"uploadedTo\":760,\"date\":\"2022-12-13T11:56:09.000Z\",\"modified\":\"2022-12-13T11:56:09.000Z\",\"menuOrder\":0,\"mime\":\"image/jpeg\",\"type\":\"image\",\"subtype\":\"jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-includes/images/media/default.png\",\"dateFormatted\":\"December 13, 2022\",\"nonces\":{\"update\":\"d856b41bb5\",\"delete\":\"95a15f0ef1\",\"edit\":\"b0a3c69433\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=838\\u0026action=edit\",\"meta\":false,\"authorName\":\"Netgen Support\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/profile.php\",\"uploadedToTitle\":\"Home\",\"uploadedToLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=760\\u0026action=edit\",\"filesizeInBytes\":315296,\"filesizeHumanReadable\":\"308 KB\",\"context\":\"\",\"height\":450,\"width\":650,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/49g-150x150.jpg\",\"orientation\":\"landscape\"},\"medium\":{\"height\":208,\"width\":300,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/49g-300x208.jpg\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/49g.jpg\",\"height\":450,\"width\":650,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"imageSize\":\"full\",\"imageWidth\":100,\"imageWidthMobile\":100,\"imageWidthTablet\":100,\"paddingBtnTop\":10,\"paddingBtnBottom\":10,\"paddingBtnLeft\":14,\"paddingBtnRight\":14,\"imageWidthUnit\":\"%\",\"imageWidthUnitTablet\":\"%\",\"imageWidthUnitMobile\":\"%\",\"subHeadTopMargin\":0,\"subHeadRightMargin\":40,\"subHeadLeftMargin\":0,\"subHeadMarginTopTablet\":0,\"subHeadMarginRightTablet\":0,\"subHeadTabletSpace\":20,\"subHeadMarginLeftTablet\":0,\"imgTagHeight\":69,\"imgTagWidth\":650,\"btnBorderTopWidth\":1,\"btnBorderLeftWidth\":1,\"btnBorderRightWidth\":1,\"btnBorderBottomWidth\":1,\"btnBorderTopLeftRadius\":0,\"btnBorderTopRightRadius\":0,\"btnBorderBottomLeftRadius\":0,\"btnBorderBottomRightRadius\":0,\"btnBorderStyle\":\"solid\",\"btnBorderColor\":\"#333\"} -->\n<div class=\"wp-block-uagb-info-box uagb-block-1d6bca6e uagb-infobox__content-wrap  uagb-infobox-icon-above-title uagb-infobox-image-valign-top\"><div class=\"uagb-ifb-content\"><div class=\"uagb-ifb-image-content\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/49g.jpg\" alt=\"\" width=\"100\" height=\"69\" loading=\"lazy\"/></div><div class=\"uagb-ifb-title-wrap\"><h3 class=\"uagb-ifb-title\">The Bluebush </h3></div><p class=\"uagb-ifb-desc\">A warm and comforting suite with a very homely feeling. Settle in and relax like you would at home. Relax with a perfect corner-shaped spa bath and open-plan living area.<br><br></p><div class=\"uagb-ifb-button-wrapper wp-block-button\"><a href=\"\" target=\"_self\" class=\"uagb-infobox-cta-link uagb-disable-link\" rel=\"noopener noreferrer\" alt=\"\"><span class=\"uagb-inline-editing\">READ MORE</span></a></div></div></div>\n<!-- /wp:uagb/info-box --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"e3fff9c9\",\"widthDesktop\":50,\"bottomPaddingDesktop\":20,\"rightPaddingDesktop\":32,\"bottomPaddingTablet\":35,\"rightPaddingTablet\":15,\"bottomPaddingMobile\":65,\"paddingLink\":false,\"topMarginDesktop\":0,\"bottomMarginDesktop\":0,\"leftMarginDesktop\":5,\"rightMarginDesktop\":5,\"topMarginMobile\":0,\"bottomMarginMobile\":0,\"leftMarginMobile\":0,\"rightMarginMobile\":0,\"marginLink\":false,\"variationSelected\":true,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-e3fff9c9\"><!-- wp:uagb/info-box {\"classMigrate\":true,\"headingAlign\":\"left\",\"headingColor\":\"\",\"subHeadingColor\":\"\",\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"source_type\":\"image\",\"block_id\":\"933f3422\",\"ctaIcon\":\"\",\"ctaType\":\"text\",\"ctaText\":\"READ MORE\",\"ctaLinkColor\":\"var(\\u002d\\u002dast-global-color-0)\",\"ctaDecoration\":\"underline\",\"ctaFontSize\":12,\"ctaFontWeight\":\"600\",\"ctaLetterSpacing\":2,\"ctaBorderColor\":\"\",\"ctaBorderStyle\":\"\",\"ctaBorderWidth\":\"\",\"ctaBorderRadius\":\"\",\"iconBottomMargin\":30,\"iconImage\":{\"id\":284,\"title\":\"room-4\",\"filename\":\"room-4-1.jpg\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/room-4-1.jpg\",\"link\":\"https://blueroan.netgen.cloud/room-4-2/\",\"alt\":\"\",\"author\":\"34\",\"description\":\"\",\"caption\":\"\",\"name\":\"room-4-2\",\"status\":\"inherit\",\"uploadedTo\":0,\"date\":\"2021-05-11T12:34:14.000Z\",\"modified\":\"2021-05-11T12:34:14.000Z\",\"menuOrder\":0,\"mime\":\"image/jpeg\",\"type\":\"image\",\"subtype\":\"jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/default.png\",\"dateFormatted\":\"May 11, 2021\",\"nonces\":{\"update\":\"7cafb104e4\",\"delete\":\"c76125dda4\",\"edit\":\"a40254c450\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=284\\u0026action=edit\",\"meta\":false,\"authorName\":\"Rishabh\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/user-edit.php?user_id=34\",\"filesizeInBytes\":40918,\"filesizeHumanReadable\":\"40 KB\",\"context\":\"\",\"height\":400,\"width\":600,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/room-4-1-150x150.jpg\",\"orientation\":\"landscape\"},\"medium\":{\"height\":200,\"width\":300,\"url\":\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/room-4-1-300x200.jpg\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/room-4-1.jpg\",\"height\":400,\"width\":600,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"imageSize\":\"full\",\"imageWidth\":100,\"imageWidthMobile\":100,\"imageWidthTablet\":100,\"paddingBtnTop\":10,\"paddingBtnBottom\":10,\"paddingBtnLeft\":14,\"paddingBtnRight\":14,\"imageWidthUnit\":\"%\",\"imageWidthUnitTablet\":\"%\",\"imageWidthUnitMobile\":\"%\",\"subHeadTopMargin\":0,\"subHeadRightMargin\":40,\"subHeadLeftMargin\":0,\"subHeadMarginTopTablet\":0,\"subHeadMarginRightTablet\":0,\"subHeadTabletSpace\":20,\"subHeadMarginLeftTablet\":0,\"imgTagHeight\":66,\"imgTagWidth\":600,\"btnBorderTopWidth\":1,\"btnBorderLeftWidth\":1,\"btnBorderRightWidth\":1,\"btnBorderBottomWidth\":1,\"btnBorderTopLeftRadius\":0,\"btnBorderTopRightRadius\":0,\"btnBorderBottomLeftRadius\":0,\"btnBorderBottomRightRadius\":0,\"btnBorderStyle\":\"solid\",\"btnBorderColor\":\"#333\"} -->\n<div class=\"wp-block-uagb-info-box uagb-block-933f3422 uagb-infobox__content-wrap  uagb-infobox-icon-above-title uagb-infobox-image-valign-top\"><div class=\"uagb-ifb-content\"><div class=\"uagb-ifb-image-content\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/room-4-1.jpg\" alt=\"\" width=\"100\" height=\"66\" loading=\"lazy\"/></div><div class=\"uagb-ifb-title-wrap\"><h3 class=\"uagb-ifb-title\">The Mexican Loft </h3></div><p class=\"uagb-ifb-desc\">This Mexican-inspired unit is full of bold colors and rustic furnishings. This design style has a multifarious feel, mixing rustic wood and wrought iron furnishings with authentic art, textiles, and pottery full of texture and a vivid palette of color</p><div class=\"uagb-ifb-button-wrapper wp-block-button\"><a href=\"\" target=\"_self\" class=\"uagb-infobox-cta-link uagb-disable-link\" rel=\"noopener noreferrer\" alt=\"\"><span class=\"uagb-inline-editing\">READ MORE</span></a></div></div></div>\n<!-- /wp:uagb/info-box --></div>\n<!-- /wp:uagb/container --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"34be7f61\",\"directionDesktop\":\"row\",\"justifyContentDesktop\":\"flex-start\",\"topMarginDesktop\":54,\"bottomMarginDesktop\":0,\"leftMarginDesktop\":0,\"rightMarginDesktop\":0,\"topMarginMobile\":0,\"bottomMarginMobile\":0,\"leftMarginMobile\":0,\"rightMarginMobile\":0,\"marginLink\":false,\"variationSelected\":true,\"rowGapMobile\":0,\"columnGapDesktop\":0} -->\n<div class=\"wp-block-uagb-container uagb-block-34be7f61\"><!-- wp:uagb/container {\"block_id\":\"c3850c7c\",\"widthDesktop\":50,\"bottomPaddingDesktop\":20,\"rightPaddingDesktop\":32,\"bottomPaddingTablet\":35,\"rightPaddingTablet\":15,\"bottomPaddingMobile\":65,\"paddingLink\":false,\"topMarginDesktop\":0,\"bottomMarginDesktop\":0,\"leftMarginDesktop\":5,\"rightMarginDesktop\":5,\"topMarginMobile\":0,\"bottomMarginMobile\":0,\"leftMarginMobile\":0,\"rightMarginMobile\":0,\"marginLink\":false,\"variationSelected\":true,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-c3850c7c\"><!-- wp:uagb/info-box {\"classMigrate\":true,\"headingAlign\":\"left\",\"headingColor\":\"\",\"subHeadingColor\":\"\",\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"source_type\":\"image\",\"block_id\":\"06c449a9\",\"ctaIcon\":\"\",\"ctaType\":\"text\",\"ctaText\":\"READ MORE\",\"ctaLinkColor\":\"var(\\u002d\\u002dast-global-color-0)\",\"ctaDecoration\":\"underline\",\"ctaFontSize\":12,\"ctaFontWeight\":\"600\",\"ctaLetterSpacing\":2,\"ctaBorderColor\":\"\",\"ctaBorderStyle\":\"\",\"ctaBorderWidth\":\"\",\"ctaBorderRadius\":\"\",\"iconBottomMargin\":30,\"iconImage\":{\"id\":289,\"title\":\"room-5\",\"filename\":\"room-5.jpg\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/room-5.jpg\",\"link\":\"https://blueroan.netgen.cloud/room-5/\",\"alt\":\"\",\"author\":\"34\",\"description\":\"\",\"caption\":\"\",\"name\":\"room-5\",\"status\":\"inherit\",\"uploadedTo\":0,\"date\":\"2021-05-11T12:41:05.000Z\",\"modified\":\"2021-05-11T12:41:05.000Z\",\"menuOrder\":0,\"mime\":\"image/jpeg\",\"type\":\"image\",\"subtype\":\"jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/default.png\",\"dateFormatted\":\"May 11, 2021\",\"nonces\":{\"update\":\"67479f178f\",\"delete\":\"0a3770770f\",\"edit\":\"881fd0ea74\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=289\\u0026action=edit\",\"meta\":false,\"authorName\":\"Rishabh\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/user-edit.php?user_id=34\",\"filesizeInBytes\":49173,\"filesizeHumanReadable\":\"48 KB\",\"context\":\"\",\"height\":400,\"width\":600,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/room-5-150x150.jpg\",\"orientation\":\"landscape\"},\"medium\":{\"height\":200,\"width\":300,\"url\":\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/room-5-300x200.jpg\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/room-5.jpg\",\"height\":400,\"width\":600,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"imageSize\":\"full\",\"imageWidth\":100,\"imageWidthMobile\":100,\"imageWidthTablet\":100,\"paddingBtnTop\":10,\"paddingBtnBottom\":10,\"paddingBtnLeft\":14,\"paddingBtnRight\":14,\"imageWidthUnit\":\"%\",\"imageWidthUnitTablet\":\"%\",\"imageWidthUnitMobile\":\"%\",\"subHeadTopMargin\":0,\"subHeadRightMargin\":40,\"subHeadLeftMargin\":0,\"subHeadMarginTopTablet\":0,\"subHeadMarginRightTablet\":0,\"subHeadTabletSpace\":20,\"subHeadMarginLeftTablet\":0,\"imgTagHeight\":66,\"imgTagWidth\":600,\"btnBorderTopWidth\":1,\"btnBorderLeftWidth\":1,\"btnBorderRightWidth\":1,\"btnBorderBottomWidth\":1,\"btnBorderTopLeftRadius\":0,\"btnBorderTopRightRadius\":0,\"btnBorderBottomLeftRadius\":0,\"btnBorderBottomRightRadius\":0,\"btnBorderStyle\":\"solid\",\"btnBorderColor\":\"#333\"} -->\n<div class=\"wp-block-uagb-info-box uagb-block-06c449a9 uagb-infobox__content-wrap  uagb-infobox-icon-above-title uagb-infobox-image-valign-top\"><div class=\"uagb-ifb-content\"><div class=\"uagb-ifb-image-content\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/room-5.jpg\" alt=\"\" width=\"100\" height=\"66\" loading=\"lazy\"/></div><div class=\"uagb-ifb-title-wrap\"><h3 class=\"uagb-ifb-title\">Grand Suite​</h3></div><p class=\"uagb-ifb-desc\">This is the second-highest ranked room in our hotel that offers luxury with the most advanced amenities.</p><div class=\"uagb-ifb-button-wrapper wp-block-button\"><a href=\"\" target=\"_self\" class=\"uagb-infobox-cta-link uagb-disable-link\" rel=\"noopener noreferrer\" alt=\"\"><span class=\"uagb-inline-editing\">READ MORE</span></a></div></div></div>\n<!-- /wp:uagb/info-box --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"aee8ba75\",\"widthDesktop\":50,\"bottomPaddingDesktop\":20,\"rightPaddingDesktop\":32,\"bottomPaddingTablet\":35,\"rightPaddingTablet\":15,\"paddingLink\":false,\"topMarginDesktop\":0,\"bottomMarginDesktop\":0,\"leftMarginDesktop\":5,\"rightMarginDesktop\":5,\"topMarginMobile\":0,\"bottomMarginMobile\":0,\"leftMarginMobile\":0,\"rightMarginMobile\":0,\"marginLink\":false,\"variationSelected\":true,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-aee8ba75\"><!-- wp:uagb/info-box {\"classMigrate\":true,\"headingAlign\":\"left\",\"headingColor\":\"\",\"subHeadingColor\":\"\",\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"source_type\":\"image\",\"block_id\":\"0885d46c\",\"ctaIcon\":\"\",\"ctaType\":\"text\",\"ctaText\":\"READ MORE\",\"ctaLinkColor\":\"var(\\u002d\\u002dast-global-color-0)\",\"ctaDecoration\":\"underline\",\"ctaFontSize\":12,\"ctaFontWeight\":\"600\",\"ctaLetterSpacing\":2,\"ctaBorderColor\":\"\",\"ctaBorderStyle\":\"\",\"ctaBorderWidth\":\"\",\"ctaBorderRadius\":\"\",\"iconBottomMargin\":30,\"iconImage\":{\"id\":290,\"title\":\"room-6\",\"filename\":\"room-6.jpg\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/room-6.jpg\",\"link\":\"https://blueroan.netgen.cloud/room-6/\",\"alt\":\"\",\"author\":\"34\",\"description\":\"\",\"caption\":\"\",\"name\":\"room-6\",\"status\":\"inherit\",\"uploadedTo\":0,\"date\":\"2021-05-11T12:42:24.000Z\",\"modified\":\"2021-05-11T12:42:24.000Z\",\"menuOrder\":0,\"mime\":\"image/jpeg\",\"type\":\"image\",\"subtype\":\"jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/default.png\",\"dateFormatted\":\"May 11, 2021\",\"nonces\":{\"update\":\"ca0f21bc6b\",\"delete\":\"aeb89ca3d4\",\"edit\":\"4be159def3\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=290\\u0026action=edit\",\"meta\":false,\"authorName\":\"Rishabh\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/user-edit.php?user_id=34\",\"filesizeInBytes\":50081,\"filesizeHumanReadable\":\"49 KB\",\"context\":\"\",\"height\":400,\"width\":600,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/room-6-150x150.jpg\",\"orientation\":\"landscape\"},\"medium\":{\"height\":200,\"width\":300,\"url\":\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/room-6-300x200.jpg\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/room-6.jpg\",\"height\":400,\"width\":600,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"imageSize\":\"full\",\"imageWidth\":100,\"imageWidthMobile\":100,\"imageWidthTablet\":100,\"paddingBtnTop\":10,\"paddingBtnBottom\":10,\"paddingBtnLeft\":14,\"paddingBtnRight\":14,\"imageWidthUnit\":\"%\",\"imageWidthUnitTablet\":\"%\",\"imageWidthUnitMobile\":\"%\",\"subHeadTopMargin\":0,\"subHeadRightMargin\":40,\"subHeadLeftMargin\":0,\"subHeadMarginTopTablet\":0,\"subHeadMarginRightTablet\":0,\"subHeadTabletSpace\":20,\"subHeadMarginLeftTablet\":0,\"imgTagHeight\":66,\"imgTagWidth\":600,\"btnBorderTopWidth\":1,\"btnBorderLeftWidth\":1,\"btnBorderRightWidth\":1,\"btnBorderBottomWidth\":1,\"btnBorderTopLeftRadius\":0,\"btnBorderTopRightRadius\":0,\"btnBorderBottomLeftRadius\":0,\"btnBorderBottomRightRadius\":0,\"btnBorderStyle\":\"solid\",\"btnBorderColor\":\"#333\"} -->\n<div class=\"wp-block-uagb-info-box uagb-block-0885d46c uagb-infobox__content-wrap  uagb-infobox-icon-above-title uagb-infobox-image-valign-top\"><div class=\"uagb-ifb-content\"><div class=\"uagb-ifb-image-content\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/room-6.jpg\" alt=\"\" width=\"100\" height=\"66\" loading=\"lazy\"/></div><div class=\"uagb-ifb-title-wrap\"><h3 class=\"uagb-ifb-title\">Presidential Suite​</h3></div><p class=\"uagb-ifb-desc\">Wish to live like a king? Here’s the top presidential suite where you can spend the best days of your life.</p><div class=\"uagb-ifb-button-wrapper wp-block-button\"><a href=\"\" target=\"_self\" class=\"uagb-infobox-cta-link uagb-disable-link\" rel=\"noopener noreferrer\" alt=\"\"><span class=\"uagb-inline-editing\">READ MORE</span></a></div></div></div>\n<!-- /wp:uagb/info-box --></div>\n<!-- /wp:uagb/container --></div>\n<!-- /wp:uagb/container --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"1d5b9c83\",\"innerContentCustomWidthDesktop\":781,\"innerContentCustomWidthTablet\":781,\"backgroundType\":\"image\",\"backgroundImageDesktop\":{\"id\":54,\"title\":\"background-img\",\"filename\":\"background-img-1.jpg\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/background-img-1.jpg\",\"link\":\"https://blueroan.netgen.cloud/background-img-2/\",\"alt\":\"\",\"author\":\"34\",\"description\":\"\",\"caption\":\"\",\"name\":\"background-img-2\",\"status\":\"inherit\",\"uploadedTo\":0,\"date\":\"2021-05-07T10:11:37.000Z\",\"modified\":\"2021-05-07T10:11:37.000Z\",\"menuOrder\":0,\"mime\":\"image/jpeg\",\"type\":\"image\",\"subtype\":\"jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/default.png\",\"dateFormatted\":\"May 7, 2021\",\"nonces\":{\"update\":\"bb999636b9\",\"delete\":\"d2e1375bc4\",\"edit\":\"005dd2f0c9\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=54\\u0026action=edit\",\"meta\":false,\"authorName\":\"Rishabh\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/user-edit.php?user_id=34\",\"filesizeInBytes\":338858,\"filesizeHumanReadable\":\"331 KB\",\"context\":\"\",\"height\":1080,\"width\":1920,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/background-img-1-150x150.jpg\",\"orientation\":\"landscape\"},\"medium\":{\"height\":169,\"width\":300,\"url\":\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/background-img-1-300x169.jpg\",\"orientation\":\"landscape\"},\"large\":{\"height\":576,\"width\":1024,\"url\":\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/background-img-1-1024x576.jpg\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/background-img-1.jpg\",\"height\":1080,\"width\":1920,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"backgroundImageColor\":\"rgba(42,42,42,0.65)\",\"topPaddingDesktop\":144,\"bottomPaddingDesktop\":144,\"leftPaddingDesktop\":40,\"rightPaddingDesktop\":40,\"topPaddingTablet\":80,\"bottomPaddingTablet\":80,\"leftPaddingTablet\":40,\"rightPaddingTablet\":40,\"topPaddingMobile\":64,\"bottomPaddingMobile\":64,\"leftPaddingMobile\":24,\"rightPaddingMobile\":24,\"paddingLink\":false,\"variationSelected\":true,\"isBlockRootParent\":true,\"overlayType\":\"color\"} -->\n<div class=\"wp-block-uagb-container uagb-block-1d5b9c83 alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/advanced-heading {\"block_id\":\"49ab556f\",\"classMigrate\":true,\"headingDescToggle\":true,\"headingAlign\":\"center\",\"headingColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"subHeadingColor\":\"var(\\u002d\\u002dast-global-color-4)\",\"headSpace\":20} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-49ab556f\"><h2 class=\"uagb-heading-text\">Plan an Unforgettable Experience in Mykonos Today!</h2><p class=\"uagb-desc-text\">We can help you fit your stay and experience within your allotted budget.</p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/advanced-heading {\"block_id\":\"c786b69b\",\"classMigrate\":true,\"headingTitleToggle\":false,\"headingDescToggle\":true,\"headingAlign\":\"center\",\"subHeadingColor\":\"var(\\u002d\\u002dast-global-color-4)\",\"subHeadTransform\":\"uppercase\",\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"subHeadLetterSpacing\":2,\"blockTopPadding\":60,\"blockRightPadding\":0,\"blockLeftPadding\":0,\"blockBottomPadding\":0,\"blockTopPaddingMobile\":30,\"blockRightPaddingMobile\":0,\"blockLeftPaddingMobile\":0,\"blockBottomPaddingMobile\":0} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-c786b69b\"><p class=\"uagb-desc-text\">BOOK YOUR STAY NOW​</p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/icon-list {\"block_id\":\"442fd876\",\"classMigrate\":true,\"childMigrate\":true,\"align\":\"center\",\"parentIcon\":\"phone\",\"size\":40,\"sizeMobile\":24,\"sizeTablet\":32,\"fontSize\":48,\"fontSizeMobile\":28,\"fontSizeTablet\":40,\"fontWeight\":\"600\",\"iconColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"labelColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"blockTopPadding\":0,\"blockRightPadding\":0,\"blockLeftPadding\":0,\"blockBottomPadding\":24,\"blockPaddingLink\":false} -->\n<div class=\"wp-block-uagb-icon-list uagb-block-442fd876\"><div class=\"uagb-icon-list__wrap\"><!-- wp:uagb/icon-list-child {\"block_id\":\"714e861a\",\"label\":\"+1-123 456 7890​\",\"label_color\":\"\",\"fromParentIcon\":\"phone\",\"imageSizeChild\":40} -->\n<div class=\"wp-block-uagb-icon-list-child uagb-block-714e861a\"><span class=\"uagb-icon-list__source-wrap\"><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M511.2 387l-23.25 100.8c-3.266 14.25-15.79 24.22-30.46 24.22C205.2 512 0 306.8 0 54.5c0-14.66 9.969-27.2 24.22-30.45l100.8-23.25C139.7-2.602 154.7 5.018 160.8 18.92l46.52 108.5c5.438 12.78 1.77 27.67-8.98 36.45L144.5 207.1c33.98 69.22 90.26 125.5 159.5 159.5l44.08-53.8c8.688-10.78 23.69-14.51 36.47-8.975l108.5 46.51C506.1 357.2 514.6 372.4 511.2 387z\"></path></svg></span><span class=\"uagb-icon-list__label\">+1-123 456 7890​</span></div>\n<!-- /wp:uagb/icon-list-child --></div></div>\n<!-- /wp:uagb/icon-list --></div></div>\n<!-- /wp:uagb/container -->',	'Accommodation',	'',	'inherit',	'closed',	'closed',	'',	'761-revision-v1',	'',	'',	'2022-12-13 13:37:31',	'2022-12-13 13:37:31',	'',	761,	'https://blueroan.netgen.cloud/?p=875',	0,	'revision',	'',	0),
(876,	2,	'2022-12-13 13:38:57',	'2022-12-13 13:38:57',	'<!-- wp:uagb/container {\"block_id\":\"b17f5f9e\",\"backgroundType\":\"image\",\"backgroundImageDesktop\":{\"id\":797,\"title\":\"blue-roan-guest-farm (13)\",\"filename\":\"blue-roan-guest-farm-13.jpg\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-13.jpg\",\"link\":\"https://blueroan.netgen.cloud/home/blue-roan-guest-farm-13/\",\"alt\":\"\",\"author\":\"2\",\"description\":\"\",\"caption\":\"\",\"name\":\"blue-roan-guest-farm-13\",\"status\":\"inherit\",\"uploadedTo\":760,\"date\":\"2022-12-13T09:37:10.000Z\",\"modified\":\"2022-12-13T09:37:10.000Z\",\"menuOrder\":0,\"mime\":\"image/jpeg\",\"type\":\"image\",\"subtype\":\"jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-includes/images/media/default.png\",\"dateFormatted\":\"December 13, 2022\",\"nonces\":{\"update\":\"88c7dafe15\",\"delete\":\"0e63c986af\",\"edit\":\"ba0aad2d7f\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=797\\u0026action=edit\",\"meta\":false,\"authorName\":\"Netgen Support\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/profile.php\",\"uploadedToTitle\":\"Home\",\"uploadedToLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=760\\u0026action=edit\",\"filesizeInBytes\":201183,\"filesizeHumanReadable\":\"196 KB\",\"context\":\"\",\"height\":667,\"width\":1000,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-13-150x150.jpg\",\"orientation\":\"landscape\"},\"medium\":{\"height\":200,\"width\":300,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-13-300x200.jpg\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-13.jpg\",\"height\":667,\"width\":1000,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"backgroundPositionDesktop\":{\"x\":0.62,\"y\":0.78},\"backgroundSizeTablet\":\"cover\",\"backgroundSizeMobile\":\"cover\",\"backgroundColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"backgroundImageColor\":\"rgba(42,42,42,0.5)\",\"topPaddingDesktop\":220,\"bottomPaddingDesktop\":150,\"topPaddingTablet\":170,\"bottomPaddingTablet\":160,\"leftPaddingTablet\":30,\"rightPaddingTablet\":30,\"topPaddingMobile\":180,\"bottomPaddingMobile\":80,\"leftPaddingMobile\":20,\"rightPaddingMobile\":20,\"paddingLink\":false,\"variationSelected\":true,\"isBlockRootParent\":true,\"overlayType\":\"color\"} -->\n<div class=\"wp-block-uagb-container uagb-block-b17f5f9e alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/advanced-heading {\"block_id\":\"6535213f\",\"classMigrate\":true,\"headingDescToggle\":true,\"headingColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"subHeadingColor\":\"var(\\u002d\\u002dast-global-color-4)\",\"headingTag\":\"h1\",\"headSpace\":20,\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"blockTopPadding\":0,\"blockRightPadding\":50,\"blockLeftPadding\":0,\"blockBottomPadding\":0,\"blockTopPaddingTablet\":0,\"blockRightPaddingTablet\":20,\"blockLeftPaddingTablet\":0,\"blockBottomPaddingTablet\":0,\"blockTopPaddingMobile\":0,\"blockRightPaddingMobile\":0,\"blockLeftPaddingMobile\":0,\"blockBottomPaddingMobile\":0,\"blockPaddingUnit\":\"%\",\"blockPaddingUnitTablet\":\"%\"} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-6535213f\"><h1 class=\"uagb-heading-text\">Rooms &amp; Accommodation​</h1><p class=\"uagb-desc-text\">If you are looking for a home away from home, even a place your dog can come along then take a closer look into the rooms we offer and pick the one for you.</p></div>\n<!-- /wp:uagb/advanced-heading --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"a1be9b57\",\"backgroundType\":\"color\",\"backgroundSizeTablet\":\"cover\",\"backgroundSizeMobile\":\"cover\",\"backgroundColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"topPaddingDesktop\":120,\"bottomPaddingDesktop\":120,\"topPaddingTablet\":80,\"bottomPaddingTablet\":80,\"leftPaddingTablet\":30,\"rightPaddingTablet\":30,\"topPaddingMobile\":80,\"bottomPaddingMobile\":80,\"leftPaddingMobile\":20,\"rightPaddingMobile\":20,\"paddingLink\":false,\"variationSelected\":true,\"rowGapDesktop\":0,\"isBlockRootParent\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-a1be9b57 alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/container {\"block_id\":\"22cdb50b\",\"directionDesktop\":\"row\",\"alignItemsDesktop\":\"flex-end\",\"alignItemsTablet\":\"flex-end\",\"justifyContentDesktop\":\"flex-end\",\"justifyContentTablet\":\"space-between\",\"variationSelected\":true,\"rowGapMobile\":20,\"columnGapDesktop\":0} -->\n<div class=\"wp-block-uagb-container uagb-block-22cdb50b\"><!-- wp:uagb/advanced-heading {\"block_id\":\"8abc339e\",\"classMigrate\":true,\"headingDescToggle\":true,\"subHeadingColor\":\"\",\"headSpace\":20,\"subHeadFontSize\":16} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-8abc339e\"><h2 class=\"uagb-heading-text\">Come &amp; Stay With Us​</h2><p class=\"uagb-desc-text\">There are 7 excellent brick self-catering units available, each private and with a distinctive personality and theme. They are particularly made for pet-free or pet-owning couples looking for a romantic and serene setting to reconnect, celebrate special occasions, or simply unwind on a holiday.<br><br>We are pet-friendly by arrangement as each unit is separately fenced with its own grassy garden with a garden gate leading to the generous park area where pets can socialize. &nbsp;We also have lovely safe off-leash walking trails on our property and beyond. &nbsp;Our units are very luxurious with everything you would need and very homely and charming. Regrettably no children or group bookings.  </p></div>\n<!-- /wp:uagb/advanced-heading --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"ca74c934\",\"directionDesktop\":\"row\",\"alignItemsTablet\":\"flex-start\",\"justifyContentDesktop\":\"flex-start\",\"topMarginDesktop\":54,\"bottomMarginDesktop\":0,\"leftMarginDesktop\":0,\"rightMarginDesktop\":0,\"marginLink\":false,\"variationSelected\":true,\"rowGapMobile\":0,\"columnGapDesktop\":0} -->\n<div class=\"wp-block-uagb-container uagb-block-ca74c934\"><!-- wp:uagb/container {\"block_id\":\"8e17f5ab\",\"widthDesktop\":50,\"bottomPaddingDesktop\":20,\"rightPaddingDesktop\":32,\"bottomPaddingTablet\":35,\"rightPaddingTablet\":15,\"bottomPaddingMobile\":65,\"paddingLink\":false,\"topMarginDesktop\":0,\"bottomMarginDesktop\":0,\"leftMarginDesktop\":5,\"rightMarginDesktop\":5,\"topMarginMobile\":0,\"bottomMarginMobile\":0,\"leftMarginMobile\":0,\"rightMarginMobile\":0,\"marginLink\":false,\"variationSelected\":true,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-8e17f5ab\"><!-- wp:uagb/info-box {\"classMigrate\":true,\"headingAlign\":\"left\",\"headingColor\":\"\",\"subHeadingColor\":\"\",\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"source_type\":\"image\",\"block_id\":\"2d3df73c\",\"ctaIcon\":\"\",\"ctaType\":\"text\",\"ctaText\":\"READ MORE\",\"ctaLinkColor\":\"var(\\u002d\\u002dast-global-color-0)\",\"ctaDecoration\":\"underline\",\"ctaFontSize\":12,\"ctaFontWeight\":\"600\",\"ctaLetterSpacing\":2,\"ctaBorderColor\":\"\",\"ctaBorderStyle\":\"\",\"ctaBorderWidth\":\"\",\"ctaBorderRadius\":\"\",\"iconBottomMargin\":30,\"iconImage\":{\"uploading\":false,\"date\":1670936674000,\"filename\":\"blue-roan-guest-farm-10.jpg\",\"menuOrder\":0,\"uploadedTo\":761,\"type\":\"image\",\"subtype\":\"jpeg\",\"id\":863,\"title\":\"blue-roan-guest-farm (10)\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-10.jpg\",\"link\":\"https://blueroan.netgen.cloud/accommodation/blue-roan-guest-farm-10/\",\"alt\":\"\",\"author\":\"2\",\"description\":\"\",\"caption\":\"\",\"name\":\"blue-roan-guest-farm-10\",\"status\":\"inherit\",\"modified\":1670936674000,\"mime\":\"image/jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-includes/images/media/default.png\",\"dateFormatted\":\"December 13, 2022\",\"nonces\":{\"update\":\"1a7491aa65\",\"delete\":\"dc6afaa89c\",\"edit\":\"7635ee35fb\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=863\\u0026action=edit\",\"meta\":false,\"authorName\":\"Netgen Support\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/profile.php\",\"uploadedToTitle\":\"Accommodation\",\"uploadedToLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=761\\u0026action=edit\",\"filesizeInBytes\":149768,\"filesizeHumanReadable\":\"146 KB\",\"context\":\"\",\"height\":667,\"width\":1000,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-10-150x150.jpg\",\"orientation\":\"landscape\"},\"medium\":{\"height\":200,\"width\":300,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-10-300x200.jpg\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-10.jpg\",\"height\":667,\"width\":1000,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"imageSize\":\"full\",\"imageWidth\":100,\"imageWidthMobile\":100,\"imageWidthTablet\":100,\"paddingBtnTop\":10,\"paddingBtnBottom\":10,\"paddingBtnLeft\":14,\"paddingBtnRight\":14,\"imageWidthUnit\":\"%\",\"imageWidthUnitTablet\":\"%\",\"imageWidthUnitMobile\":\"%\",\"subHeadTopMargin\":0,\"subHeadRightMargin\":40,\"subHeadLeftMargin\":0,\"subHeadMarginTopTablet\":0,\"subHeadMarginRightTablet\":0,\"subHeadTabletSpace\":20,\"subHeadMarginLeftTablet\":0,\"imgTagHeight\":66,\"imgTagWidth\":1000,\"btnBorderTopWidth\":1,\"btnBorderLeftWidth\":1,\"btnBorderRightWidth\":1,\"btnBorderBottomWidth\":1,\"btnBorderTopLeftRadius\":0,\"btnBorderTopRightRadius\":0,\"btnBorderBottomLeftRadius\":0,\"btnBorderBottomRightRadius\":0,\"btnBorderStyle\":\"solid\",\"btnBorderColor\":\"#333\"} -->\n<div class=\"wp-block-uagb-info-box uagb-block-2d3df73c uagb-infobox__content-wrap  uagb-infobox-icon-above-title uagb-infobox-image-valign-top\"><div class=\"uagb-ifb-content\"><div class=\"uagb-ifb-image-content\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-10.jpg\" alt=\"\" width=\"100\" height=\"66\" loading=\"lazy\"/></div><div class=\"uagb-ifb-title-wrap\"><h3 class=\"uagb-ifb-title\">The Barn </h3></div><p class=\"uagb-ifb-desc\">Rustic beams and exposed wood are all hallmarks of our barn-style suite. This is an open-plan unit with lots of windows with a raised king bed on a platform that faces the TV and the mountains.</p><div class=\"uagb-ifb-button-wrapper wp-block-button\"><a href=\"\" target=\"_self\" class=\"uagb-infobox-cta-link uagb-disable-link\" rel=\"noopener noreferrer\" alt=\"\"><span class=\"uagb-inline-editing\">READ MORE</span></a></div></div></div>\n<!-- /wp:uagb/info-box --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"42341236\",\"widthDesktop\":50,\"bottomPaddingDesktop\":20,\"rightPaddingDesktop\":32,\"bottomPaddingTablet\":35,\"rightPaddingTablet\":15,\"bottomPaddingMobile\":65,\"paddingLink\":false,\"topMarginDesktop\":0,\"bottomMarginDesktop\":0,\"leftMarginDesktop\":5,\"rightMarginDesktop\":5,\"topMarginMobile\":0,\"bottomMarginMobile\":0,\"leftMarginMobile\":0,\"rightMarginMobile\":0,\"marginLink\":false,\"variationSelected\":true,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-42341236\"><!-- wp:uagb/info-box {\"classMigrate\":true,\"headingAlign\":\"left\",\"headingColor\":\"\",\"subHeadingColor\":\"\",\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"source_type\":\"image\",\"block_id\":\"243e8d91\",\"ctaIcon\":\"\",\"ctaType\":\"text\",\"ctaText\":\"READ MORE\",\"ctaLinkColor\":\"var(\\u002d\\u002dast-global-color-0)\",\"ctaDecoration\":\"underline\",\"ctaFontSize\":12,\"ctaFontWeight\":\"600\",\"ctaLetterSpacing\":2,\"ctaBorderColor\":\"\",\"ctaBorderStyle\":\"\",\"ctaBorderWidth\":\"\",\"ctaBorderRadius\":\"\",\"iconBottomMargin\":30,\"iconImage\":{\"uploading\":false,\"date\":1670936842000,\"filename\":\"tuscan-suite-raised-bed-and-settee.jpg\",\"menuOrder\":0,\"uploadedTo\":761,\"type\":\"image\",\"subtype\":\"jpeg\",\"id\":864,\"title\":\"tuscan-suite-raised-bed-and-settee\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/tuscan-suite-raised-bed-and-settee.jpg\",\"link\":\"https://blueroan.netgen.cloud/accommodation/tuscan-suite-raised-bed-and-settee/\",\"alt\":\"\",\"author\":\"2\",\"description\":\"\",\"caption\":\"\",\"name\":\"tuscan-suite-raised-bed-and-settee\",\"status\":\"inherit\",\"modified\":1670936842000,\"mime\":\"image/jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-includes/images/media/default.png\",\"dateFormatted\":\"December 13, 2022\",\"nonces\":{\"update\":\"0624a4a01a\",\"delete\":\"9e8f0f7a5a\",\"edit\":\"087f94f2e5\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=864\\u0026action=edit\",\"meta\":false,\"authorName\":\"Netgen Support\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/profile.php\",\"uploadedToTitle\":\"Accommodation\",\"uploadedToLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=761\\u0026action=edit\",\"filesizeInBytes\":41923,\"filesizeHumanReadable\":\"41 KB\",\"context\":\"\",\"height\":400,\"width\":600,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/tuscan-suite-raised-bed-and-settee-150x150.jpg\",\"orientation\":\"landscape\"},\"medium\":{\"height\":200,\"width\":300,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/tuscan-suite-raised-bed-and-settee-300x200.jpg\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/tuscan-suite-raised-bed-and-settee.jpg\",\"height\":400,\"width\":600,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"imageSize\":\"full\",\"imageWidth\":100,\"imageWidthMobile\":100,\"imageWidthTablet\":100,\"paddingBtnTop\":10,\"paddingBtnBottom\":10,\"paddingBtnLeft\":14,\"paddingBtnRight\":14,\"imageWidthUnit\":\"%\",\"imageWidthUnitTablet\":\"%\",\"imageWidthUnitMobile\":\"%\",\"subHeadTopMargin\":0,\"subHeadRightMargin\":40,\"subHeadLeftMargin\":0,\"subHeadMarginTopTablet\":0,\"subHeadMarginRightTablet\":0,\"subHeadTabletSpace\":20,\"subHeadMarginLeftTablet\":0,\"imgTagHeight\":66,\"imgTagWidth\":600,\"btnBorderTopWidth\":1,\"btnBorderLeftWidth\":1,\"btnBorderRightWidth\":1,\"btnBorderBottomWidth\":1,\"btnBorderTopLeftRadius\":0,\"btnBorderTopRightRadius\":0,\"btnBorderBottomLeftRadius\":0,\"btnBorderBottomRightRadius\":0,\"btnBorderStyle\":\"solid\",\"btnBorderColor\":\"#333\"} -->\n<div class=\"wp-block-uagb-info-box uagb-block-243e8d91 uagb-infobox__content-wrap  uagb-infobox-icon-above-title uagb-infobox-image-valign-top\"><div class=\"uagb-ifb-content\"><div class=\"uagb-ifb-image-content\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/tuscan-suite-raised-bed-and-settee.jpg\" alt=\"\" width=\"100\" height=\"66\" loading=\"lazy\"/></div><div class=\"uagb-ifb-title-wrap\"><h3 class=\"uagb-ifb-title\">The Tuscan Suite </h3></div><p class=\"uagb-ifb-desc\">Terra-cotta tiles, textured wall treatments, gorgeous, intricate murals,&nbsp;and simple, durable furniture with elegant iron accents are all characteristics of Tuscan interior design.</p><div class=\"uagb-ifb-button-wrapper wp-block-button\"><a href=\"\" target=\"_self\" class=\"uagb-infobox-cta-link uagb-disable-link\" rel=\"noopener noreferrer\" alt=\"\"><span class=\"uagb-inline-editing\">READ MORE</span></a></div></div></div>\n<!-- /wp:uagb/info-box --></div>\n<!-- /wp:uagb/container --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"00e1e559\",\"directionDesktop\":\"row\",\"alignItemsTablet\":\"flex-start\",\"justifyContentDesktop\":\"flex-start\",\"topMarginDesktop\":54,\"bottomMarginDesktop\":0,\"leftMarginDesktop\":0,\"rightMarginDesktop\":0,\"topMarginMobile\":0,\"bottomMarginMobile\":0,\"leftMarginMobile\":0,\"rightMarginMobile\":0,\"marginLink\":false,\"variationSelected\":true,\"rowGapMobile\":0,\"columnGapDesktop\":0} -->\n<div class=\"wp-block-uagb-container uagb-block-00e1e559\"><!-- wp:uagb/container {\"block_id\":\"33f4ee68\",\"widthDesktop\":50,\"bottomPaddingDesktop\":20,\"rightPaddingDesktop\":32,\"bottomPaddingTablet\":35,\"leftPaddingTablet\":0,\"rightPaddingTablet\":15,\"bottomPaddingMobile\":65,\"paddingLink\":false,\"topMarginDesktop\":0,\"bottomMarginDesktop\":0,\"leftMarginDesktop\":5,\"rightMarginDesktop\":5,\"topMarginMobile\":0,\"bottomMarginMobile\":0,\"leftMarginMobile\":0,\"rightMarginMobile\":0,\"marginLink\":false,\"variationSelected\":true,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-33f4ee68\"><!-- wp:uagb/info-box {\"classMigrate\":true,\"headingAlign\":\"left\",\"headingColor\":\"\",\"subHeadingColor\":\"\",\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"source_type\":\"image\",\"block_id\":\"543e1301\",\"ctaIcon\":\"\",\"ctaType\":\"text\",\"ctaText\":\"READ MORE\",\"ctaLinkColor\":\"var(\\u002d\\u002dast-global-color-0)\",\"ctaDecoration\":\"underline\",\"ctaFontSize\":12,\"ctaFontWeight\":\"600\",\"ctaLetterSpacing\":2,\"ctaBorderColor\":\"\",\"ctaBorderStyle\":\"\",\"ctaBorderWidth\":\"\",\"ctaBorderRadius\":\"\",\"iconBottomMargin\":30,\"iconImage\":{\"id\":838,\"title\":\"49g\",\"filename\":\"49g.jpg\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/49g.jpg\",\"link\":\"https://blueroan.netgen.cloud/home/49g/\",\"alt\":\"\",\"author\":\"2\",\"description\":\"\",\"caption\":\"\",\"name\":\"49g\",\"status\":\"inherit\",\"uploadedTo\":760,\"date\":\"2022-12-13T11:56:09.000Z\",\"modified\":\"2022-12-13T11:56:09.000Z\",\"menuOrder\":0,\"mime\":\"image/jpeg\",\"type\":\"image\",\"subtype\":\"jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-includes/images/media/default.png\",\"dateFormatted\":\"December 13, 2022\",\"nonces\":{\"update\":\"d856b41bb5\",\"delete\":\"95a15f0ef1\",\"edit\":\"b0a3c69433\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=838\\u0026action=edit\",\"meta\":false,\"authorName\":\"Netgen Support\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/profile.php\",\"uploadedToTitle\":\"Home\",\"uploadedToLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=760\\u0026action=edit\",\"filesizeInBytes\":315296,\"filesizeHumanReadable\":\"308 KB\",\"context\":\"\",\"height\":450,\"width\":650,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/49g-150x150.jpg\",\"orientation\":\"landscape\"},\"medium\":{\"height\":208,\"width\":300,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/49g-300x208.jpg\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/49g.jpg\",\"height\":450,\"width\":650,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"imageSize\":\"full\",\"imageWidth\":100,\"imageWidthMobile\":100,\"imageWidthTablet\":100,\"paddingBtnTop\":10,\"paddingBtnBottom\":10,\"paddingBtnLeft\":14,\"paddingBtnRight\":14,\"imageWidthUnit\":\"%\",\"imageWidthUnitTablet\":\"%\",\"imageWidthUnitMobile\":\"%\",\"subHeadTopMargin\":0,\"subHeadRightMargin\":40,\"subHeadLeftMargin\":0,\"subHeadMarginTopTablet\":0,\"subHeadMarginRightTablet\":0,\"subHeadTabletSpace\":20,\"subHeadMarginLeftTablet\":0,\"imgTagHeight\":69,\"imgTagWidth\":650,\"btnBorderTopWidth\":1,\"btnBorderLeftWidth\":1,\"btnBorderRightWidth\":1,\"btnBorderBottomWidth\":1,\"btnBorderTopLeftRadius\":0,\"btnBorderTopRightRadius\":0,\"btnBorderBottomLeftRadius\":0,\"btnBorderBottomRightRadius\":0,\"btnBorderStyle\":\"solid\",\"btnBorderColor\":\"#333\"} -->\n<div class=\"wp-block-uagb-info-box uagb-block-543e1301 uagb-infobox__content-wrap  uagb-infobox-icon-above-title uagb-infobox-image-valign-top\"><div class=\"uagb-ifb-content\"><div class=\"uagb-ifb-image-content\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/49g.jpg\" alt=\"\" width=\"100\" height=\"69\" loading=\"lazy\"/></div><div class=\"uagb-ifb-title-wrap\"><h3 class=\"uagb-ifb-title\">The Bluebush </h3></div><p class=\"uagb-ifb-desc\">A warm and comforting suite with a very homely feeling. Settle in and relax like you would at home. Relax with a perfect corner-shaped spa bath and open-plan&nbsp;living area.<br><br></p><div class=\"uagb-ifb-button-wrapper wp-block-button\"><a href=\"\" target=\"_self\" class=\"uagb-infobox-cta-link uagb-disable-link\" rel=\"noopener noreferrer\" alt=\"\"><span class=\"uagb-inline-editing\">READ MORE</span></a></div></div></div>\n<!-- /wp:uagb/info-box --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"72c1ee9e\",\"widthDesktop\":50,\"bottomPaddingDesktop\":20,\"rightPaddingDesktop\":32,\"bottomPaddingTablet\":35,\"rightPaddingTablet\":15,\"bottomPaddingMobile\":65,\"paddingLink\":false,\"topMarginDesktop\":0,\"bottomMarginDesktop\":0,\"leftMarginDesktop\":5,\"rightMarginDesktop\":5,\"topMarginMobile\":0,\"bottomMarginMobile\":0,\"leftMarginMobile\":0,\"rightMarginMobile\":0,\"marginLink\":false,\"variationSelected\":true,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-72c1ee9e\"><!-- wp:uagb/info-box {\"classMigrate\":true,\"headingAlign\":\"left\",\"headingColor\":\"\",\"subHeadingColor\":\"\",\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"source_type\":\"image\",\"block_id\":\"27d7e346\",\"ctaIcon\":\"\",\"ctaType\":\"text\",\"ctaText\":\"READ MORE\",\"ctaLinkColor\":\"var(\\u002d\\u002dast-global-color-0)\",\"ctaDecoration\":\"underline\",\"ctaFontSize\":12,\"ctaFontWeight\":\"600\",\"ctaLetterSpacing\":2,\"ctaBorderColor\":\"\",\"ctaBorderStyle\":\"\",\"ctaBorderWidth\":\"\",\"ctaBorderRadius\":\"\",\"iconBottomMargin\":30,\"iconImage\":{\"id\":284,\"title\":\"room-4\",\"filename\":\"room-4-1.jpg\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/room-4-1.jpg\",\"link\":\"https://blueroan.netgen.cloud/room-4-2/\",\"alt\":\"\",\"author\":\"34\",\"description\":\"\",\"caption\":\"\",\"name\":\"room-4-2\",\"status\":\"inherit\",\"uploadedTo\":0,\"date\":\"2021-05-11T12:34:14.000Z\",\"modified\":\"2021-05-11T12:34:14.000Z\",\"menuOrder\":0,\"mime\":\"image/jpeg\",\"type\":\"image\",\"subtype\":\"jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/default.png\",\"dateFormatted\":\"May 11, 2021\",\"nonces\":{\"update\":\"7cafb104e4\",\"delete\":\"c76125dda4\",\"edit\":\"a40254c450\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=284\\u0026action=edit\",\"meta\":false,\"authorName\":\"Rishabh\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/user-edit.php?user_id=34\",\"filesizeInBytes\":40918,\"filesizeHumanReadable\":\"40 KB\",\"context\":\"\",\"height\":400,\"width\":600,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/room-4-1-150x150.jpg\",\"orientation\":\"landscape\"},\"medium\":{\"height\":200,\"width\":300,\"url\":\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/room-4-1-300x200.jpg\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/room-4-1.jpg\",\"height\":400,\"width\":600,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"imageSize\":\"full\",\"imageWidth\":100,\"imageWidthMobile\":100,\"imageWidthTablet\":100,\"paddingBtnTop\":10,\"paddingBtnBottom\":10,\"paddingBtnLeft\":14,\"paddingBtnRight\":14,\"imageWidthUnit\":\"%\",\"imageWidthUnitTablet\":\"%\",\"imageWidthUnitMobile\":\"%\",\"subHeadTopMargin\":0,\"subHeadRightMargin\":40,\"subHeadLeftMargin\":0,\"subHeadMarginTopTablet\":0,\"subHeadMarginRightTablet\":0,\"subHeadTabletSpace\":20,\"subHeadMarginLeftTablet\":0,\"imgTagHeight\":66,\"imgTagWidth\":600,\"btnBorderTopWidth\":1,\"btnBorderLeftWidth\":1,\"btnBorderRightWidth\":1,\"btnBorderBottomWidth\":1,\"btnBorderTopLeftRadius\":0,\"btnBorderTopRightRadius\":0,\"btnBorderBottomLeftRadius\":0,\"btnBorderBottomRightRadius\":0,\"btnBorderStyle\":\"solid\",\"btnBorderColor\":\"#333\"} -->\n<div class=\"wp-block-uagb-info-box uagb-block-27d7e346 uagb-infobox__content-wrap  uagb-infobox-icon-above-title uagb-infobox-image-valign-top\"><div class=\"uagb-ifb-content\"><div class=\"uagb-ifb-image-content\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/room-4-1.jpg\" alt=\"\" width=\"100\" height=\"66\" loading=\"lazy\"/></div><div class=\"uagb-ifb-title-wrap\"><h3 class=\"uagb-ifb-title\">The Mexican Loft </h3></div><p class=\"uagb-ifb-desc\">This Mexican-inspired unit is full of bold colors and rustic furnishings. This design style has a multifarious feel, mixing rustic wood, authentic art, textiles, and a vivid palette of color</p><div class=\"uagb-ifb-button-wrapper wp-block-button\"><a href=\"\" target=\"_self\" class=\"uagb-infobox-cta-link uagb-disable-link\" rel=\"noopener noreferrer\" alt=\"\"><span class=\"uagb-inline-editing\">READ MORE</span></a></div></div></div>\n<!-- /wp:uagb/info-box --></div>\n<!-- /wp:uagb/container --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"cac0f379\",\"directionDesktop\":\"row\",\"justifyContentDesktop\":\"flex-start\",\"topMarginDesktop\":54,\"bottomMarginDesktop\":0,\"leftMarginDesktop\":0,\"rightMarginDesktop\":0,\"topMarginMobile\":0,\"bottomMarginMobile\":0,\"leftMarginMobile\":0,\"rightMarginMobile\":0,\"marginLink\":false,\"variationSelected\":true,\"rowGapMobile\":0,\"columnGapDesktop\":0} -->\n<div class=\"wp-block-uagb-container uagb-block-cac0f379\"><!-- wp:uagb/container {\"block_id\":\"ec498181\",\"widthDesktop\":50,\"bottomPaddingDesktop\":20,\"rightPaddingDesktop\":32,\"bottomPaddingTablet\":35,\"rightPaddingTablet\":15,\"bottomPaddingMobile\":65,\"paddingLink\":false,\"topMarginDesktop\":0,\"bottomMarginDesktop\":0,\"leftMarginDesktop\":5,\"rightMarginDesktop\":5,\"topMarginMobile\":0,\"bottomMarginMobile\":0,\"leftMarginMobile\":0,\"rightMarginMobile\":0,\"marginLink\":false,\"variationSelected\":true,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-ec498181\"><!-- wp:uagb/info-box {\"classMigrate\":true,\"headingAlign\":\"left\",\"headingColor\":\"\",\"subHeadingColor\":\"\",\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"source_type\":\"image\",\"block_id\":\"369cd014\",\"ctaIcon\":\"\",\"ctaType\":\"text\",\"ctaText\":\"READ MORE\",\"ctaLinkColor\":\"var(\\u002d\\u002dast-global-color-0)\",\"ctaDecoration\":\"underline\",\"ctaFontSize\":12,\"ctaFontWeight\":\"600\",\"ctaLetterSpacing\":2,\"ctaBorderColor\":\"\",\"ctaBorderStyle\":\"\",\"ctaBorderWidth\":\"\",\"ctaBorderRadius\":\"\",\"iconBottomMargin\":30,\"iconImage\":{\"id\":289,\"title\":\"room-5\",\"filename\":\"room-5.jpg\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/room-5.jpg\",\"link\":\"https://blueroan.netgen.cloud/room-5/\",\"alt\":\"\",\"author\":\"34\",\"description\":\"\",\"caption\":\"\",\"name\":\"room-5\",\"status\":\"inherit\",\"uploadedTo\":0,\"date\":\"2021-05-11T12:41:05.000Z\",\"modified\":\"2021-05-11T12:41:05.000Z\",\"menuOrder\":0,\"mime\":\"image/jpeg\",\"type\":\"image\",\"subtype\":\"jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/default.png\",\"dateFormatted\":\"May 11, 2021\",\"nonces\":{\"update\":\"67479f178f\",\"delete\":\"0a3770770f\",\"edit\":\"881fd0ea74\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=289\\u0026action=edit\",\"meta\":false,\"authorName\":\"Rishabh\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/user-edit.php?user_id=34\",\"filesizeInBytes\":49173,\"filesizeHumanReadable\":\"48 KB\",\"context\":\"\",\"height\":400,\"width\":600,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/room-5-150x150.jpg\",\"orientation\":\"landscape\"},\"medium\":{\"height\":200,\"width\":300,\"url\":\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/room-5-300x200.jpg\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/room-5.jpg\",\"height\":400,\"width\":600,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"imageSize\":\"full\",\"imageWidth\":100,\"imageWidthMobile\":100,\"imageWidthTablet\":100,\"paddingBtnTop\":10,\"paddingBtnBottom\":10,\"paddingBtnLeft\":14,\"paddingBtnRight\":14,\"imageWidthUnit\":\"%\",\"imageWidthUnitTablet\":\"%\",\"imageWidthUnitMobile\":\"%\",\"subHeadTopMargin\":0,\"subHeadRightMargin\":40,\"subHeadLeftMargin\":0,\"subHeadMarginTopTablet\":0,\"subHeadMarginRightTablet\":0,\"subHeadTabletSpace\":20,\"subHeadMarginLeftTablet\":0,\"imgTagHeight\":66,\"imgTagWidth\":600,\"btnBorderTopWidth\":1,\"btnBorderLeftWidth\":1,\"btnBorderRightWidth\":1,\"btnBorderBottomWidth\":1,\"btnBorderTopLeftRadius\":0,\"btnBorderTopRightRadius\":0,\"btnBorderBottomLeftRadius\":0,\"btnBorderBottomRightRadius\":0,\"btnBorderStyle\":\"solid\",\"btnBorderColor\":\"#333\"} -->\n<div class=\"wp-block-uagb-info-box uagb-block-369cd014 uagb-infobox__content-wrap  uagb-infobox-icon-above-title uagb-infobox-image-valign-top\"><div class=\"uagb-ifb-content\"><div class=\"uagb-ifb-image-content\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/room-5.jpg\" alt=\"\" width=\"100\" height=\"66\" loading=\"lazy\"/></div><div class=\"uagb-ifb-title-wrap\"><h3 class=\"uagb-ifb-title\">Grand Suite​</h3></div><p class=\"uagb-ifb-desc\">This is the second-highest ranked room in our hotel that offers luxury with the most advanced amenities.</p><div class=\"uagb-ifb-button-wrapper wp-block-button\"><a href=\"\" target=\"_self\" class=\"uagb-infobox-cta-link uagb-disable-link\" rel=\"noopener noreferrer\" alt=\"\"><span class=\"uagb-inline-editing\">READ MORE</span></a></div></div></div>\n<!-- /wp:uagb/info-box --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"3525f31a\",\"widthDesktop\":50,\"bottomPaddingDesktop\":20,\"rightPaddingDesktop\":32,\"bottomPaddingTablet\":35,\"rightPaddingTablet\":15,\"paddingLink\":false,\"topMarginDesktop\":0,\"bottomMarginDesktop\":0,\"leftMarginDesktop\":5,\"rightMarginDesktop\":5,\"topMarginMobile\":0,\"bottomMarginMobile\":0,\"leftMarginMobile\":0,\"rightMarginMobile\":0,\"marginLink\":false,\"variationSelected\":true,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-3525f31a\"><!-- wp:uagb/info-box {\"classMigrate\":true,\"headingAlign\":\"left\",\"headingColor\":\"\",\"subHeadingColor\":\"\",\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"source_type\":\"image\",\"block_id\":\"c35112b5\",\"ctaIcon\":\"\",\"ctaType\":\"text\",\"ctaText\":\"READ MORE\",\"ctaLinkColor\":\"var(\\u002d\\u002dast-global-color-0)\",\"ctaDecoration\":\"underline\",\"ctaFontSize\":12,\"ctaFontWeight\":\"600\",\"ctaLetterSpacing\":2,\"ctaBorderColor\":\"\",\"ctaBorderStyle\":\"\",\"ctaBorderWidth\":\"\",\"ctaBorderRadius\":\"\",\"iconBottomMargin\":30,\"iconImage\":{\"id\":290,\"title\":\"room-6\",\"filename\":\"room-6.jpg\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/room-6.jpg\",\"link\":\"https://blueroan.netgen.cloud/room-6/\",\"alt\":\"\",\"author\":\"34\",\"description\":\"\",\"caption\":\"\",\"name\":\"room-6\",\"status\":\"inherit\",\"uploadedTo\":0,\"date\":\"2021-05-11T12:42:24.000Z\",\"modified\":\"2021-05-11T12:42:24.000Z\",\"menuOrder\":0,\"mime\":\"image/jpeg\",\"type\":\"image\",\"subtype\":\"jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/default.png\",\"dateFormatted\":\"May 11, 2021\",\"nonces\":{\"update\":\"ca0f21bc6b\",\"delete\":\"aeb89ca3d4\",\"edit\":\"4be159def3\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=290\\u0026action=edit\",\"meta\":false,\"authorName\":\"Rishabh\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/user-edit.php?user_id=34\",\"filesizeInBytes\":50081,\"filesizeHumanReadable\":\"49 KB\",\"context\":\"\",\"height\":400,\"width\":600,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/room-6-150x150.jpg\",\"orientation\":\"landscape\"},\"medium\":{\"height\":200,\"width\":300,\"url\":\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/room-6-300x200.jpg\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/room-6.jpg\",\"height\":400,\"width\":600,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"imageSize\":\"full\",\"imageWidth\":100,\"imageWidthMobile\":100,\"imageWidthTablet\":100,\"paddingBtnTop\":10,\"paddingBtnBottom\":10,\"paddingBtnLeft\":14,\"paddingBtnRight\":14,\"imageWidthUnit\":\"%\",\"imageWidthUnitTablet\":\"%\",\"imageWidthUnitMobile\":\"%\",\"subHeadTopMargin\":0,\"subHeadRightMargin\":40,\"subHeadLeftMargin\":0,\"subHeadMarginTopTablet\":0,\"subHeadMarginRightTablet\":0,\"subHeadTabletSpace\":20,\"subHeadMarginLeftTablet\":0,\"imgTagHeight\":66,\"imgTagWidth\":600,\"btnBorderTopWidth\":1,\"btnBorderLeftWidth\":1,\"btnBorderRightWidth\":1,\"btnBorderBottomWidth\":1,\"btnBorderTopLeftRadius\":0,\"btnBorderTopRightRadius\":0,\"btnBorderBottomLeftRadius\":0,\"btnBorderBottomRightRadius\":0,\"btnBorderStyle\":\"solid\",\"btnBorderColor\":\"#333\"} -->\n<div class=\"wp-block-uagb-info-box uagb-block-c35112b5 uagb-infobox__content-wrap  uagb-infobox-icon-above-title uagb-infobox-image-valign-top\"><div class=\"uagb-ifb-content\"><div class=\"uagb-ifb-image-content\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/room-6.jpg\" alt=\"\" width=\"100\" height=\"66\" loading=\"lazy\"/></div><div class=\"uagb-ifb-title-wrap\"><h3 class=\"uagb-ifb-title\">Presidential Suite​</h3></div><p class=\"uagb-ifb-desc\">Wish to live like a king? Here’s the top presidential suite where you can spend the best days of your life.</p><div class=\"uagb-ifb-button-wrapper wp-block-button\"><a href=\"\" target=\"_self\" class=\"uagb-infobox-cta-link uagb-disable-link\" rel=\"noopener noreferrer\" alt=\"\"><span class=\"uagb-inline-editing\">READ MORE</span></a></div></div></div>\n<!-- /wp:uagb/info-box --></div>\n<!-- /wp:uagb/container --></div>\n<!-- /wp:uagb/container --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"c39f5236\",\"innerContentCustomWidthDesktop\":781,\"innerContentCustomWidthTablet\":781,\"backgroundType\":\"image\",\"backgroundImageDesktop\":{\"id\":54,\"title\":\"background-img\",\"filename\":\"background-img-1.jpg\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/background-img-1.jpg\",\"link\":\"https://blueroan.netgen.cloud/background-img-2/\",\"alt\":\"\",\"author\":\"34\",\"description\":\"\",\"caption\":\"\",\"name\":\"background-img-2\",\"status\":\"inherit\",\"uploadedTo\":0,\"date\":\"2021-05-07T10:11:37.000Z\",\"modified\":\"2021-05-07T10:11:37.000Z\",\"menuOrder\":0,\"mime\":\"image/jpeg\",\"type\":\"image\",\"subtype\":\"jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/default.png\",\"dateFormatted\":\"May 7, 2021\",\"nonces\":{\"update\":\"bb999636b9\",\"delete\":\"d2e1375bc4\",\"edit\":\"005dd2f0c9\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=54\\u0026action=edit\",\"meta\":false,\"authorName\":\"Rishabh\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/user-edit.php?user_id=34\",\"filesizeInBytes\":338858,\"filesizeHumanReadable\":\"331 KB\",\"context\":\"\",\"height\":1080,\"width\":1920,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/background-img-1-150x150.jpg\",\"orientation\":\"landscape\"},\"medium\":{\"height\":169,\"width\":300,\"url\":\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/background-img-1-300x169.jpg\",\"orientation\":\"landscape\"},\"large\":{\"height\":576,\"width\":1024,\"url\":\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/background-img-1-1024x576.jpg\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/background-img-1.jpg\",\"height\":1080,\"width\":1920,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"backgroundImageColor\":\"rgba(42,42,42,0.65)\",\"topPaddingDesktop\":144,\"bottomPaddingDesktop\":144,\"leftPaddingDesktop\":40,\"rightPaddingDesktop\":40,\"topPaddingTablet\":80,\"bottomPaddingTablet\":80,\"leftPaddingTablet\":40,\"rightPaddingTablet\":40,\"topPaddingMobile\":64,\"bottomPaddingMobile\":64,\"leftPaddingMobile\":24,\"rightPaddingMobile\":24,\"paddingLink\":false,\"variationSelected\":true,\"isBlockRootParent\":true,\"overlayType\":\"color\"} -->\n<div class=\"wp-block-uagb-container uagb-block-c39f5236 alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/advanced-heading {\"block_id\":\"bc638866\",\"classMigrate\":true,\"headingDescToggle\":true,\"headingAlign\":\"center\",\"headingColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"subHeadingColor\":\"var(\\u002d\\u002dast-global-color-4)\",\"headSpace\":20} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-bc638866\"><h2 class=\"uagb-heading-text\">Plan an Unforgettable Experience in Mykonos Today!</h2><p class=\"uagb-desc-text\">We can help you fit your stay and experience within your allotted budget.</p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/advanced-heading {\"block_id\":\"b3c2a3fa\",\"classMigrate\":true,\"headingTitleToggle\":false,\"headingDescToggle\":true,\"headingAlign\":\"center\",\"subHeadingColor\":\"var(\\u002d\\u002dast-global-color-4)\",\"subHeadTransform\":\"uppercase\",\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"subHeadLetterSpacing\":2,\"blockTopPadding\":60,\"blockRightPadding\":0,\"blockLeftPadding\":0,\"blockBottomPadding\":0,\"blockTopPaddingMobile\":30,\"blockRightPaddingMobile\":0,\"blockLeftPaddingMobile\":0,\"blockBottomPaddingMobile\":0} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-b3c2a3fa\"><p class=\"uagb-desc-text\">BOOK YOUR STAY NOW​</p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/icon-list {\"block_id\":\"7a8a8532\",\"classMigrate\":true,\"childMigrate\":true,\"align\":\"center\",\"parentIcon\":\"phone\",\"size\":40,\"sizeMobile\":24,\"sizeTablet\":32,\"fontSize\":48,\"fontSizeMobile\":28,\"fontSizeTablet\":40,\"fontWeight\":\"600\",\"iconColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"labelColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"blockTopPadding\":0,\"blockRightPadding\":0,\"blockLeftPadding\":0,\"blockBottomPadding\":24,\"blockPaddingLink\":false} -->\n<div class=\"wp-block-uagb-icon-list uagb-block-7a8a8532\"><div class=\"uagb-icon-list__wrap\"><!-- wp:uagb/icon-list-child {\"block_id\":\"9ceb278d\",\"label\":\"+1-123 456 7890​\",\"label_color\":\"\",\"fromParentIcon\":\"phone\",\"imageSizeChild\":40} -->\n<div class=\"wp-block-uagb-icon-list-child uagb-block-9ceb278d\"><span class=\"uagb-icon-list__source-wrap\"><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M511.2 387l-23.25 100.8c-3.266 14.25-15.79 24.22-30.46 24.22C205.2 512 0 306.8 0 54.5c0-14.66 9.969-27.2 24.22-30.45l100.8-23.25C139.7-2.602 154.7 5.018 160.8 18.92l46.52 108.5c5.438 12.78 1.77 27.67-8.98 36.45L144.5 207.1c33.98 69.22 90.26 125.5 159.5 159.5l44.08-53.8c8.688-10.78 23.69-14.51 36.47-8.975l108.5 46.51C506.1 357.2 514.6 372.4 511.2 387z\"></path></svg></span><span class=\"uagb-icon-list__label\">+1-123 456 7890​</span></div>\n<!-- /wp:uagb/icon-list-child --></div></div>\n<!-- /wp:uagb/icon-list --></div></div>\n<!-- /wp:uagb/container -->',	'Accommodation',	'',	'inherit',	'closed',	'closed',	'',	'761-revision-v1',	'',	'',	'2022-12-13 13:38:57',	'2022-12-13 13:38:57',	'',	761,	'https://blueroan.netgen.cloud/?p=876',	0,	'revision',	'',	0),
(877,	2,	'2022-12-13 13:39:03',	'2022-12-13 13:39:03',	'<!-- wp:uagb/container {\"block_id\":\"b17f5f9e\",\"backgroundType\":\"image\",\"backgroundImageDesktop\":{\"id\":797,\"title\":\"blue-roan-guest-farm (13)\",\"filename\":\"blue-roan-guest-farm-13.jpg\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-13.jpg\",\"link\":\"https://blueroan.netgen.cloud/home/blue-roan-guest-farm-13/\",\"alt\":\"\",\"author\":\"2\",\"description\":\"\",\"caption\":\"\",\"name\":\"blue-roan-guest-farm-13\",\"status\":\"inherit\",\"uploadedTo\":760,\"date\":\"2022-12-13T09:37:10.000Z\",\"modified\":\"2022-12-13T09:37:10.000Z\",\"menuOrder\":0,\"mime\":\"image/jpeg\",\"type\":\"image\",\"subtype\":\"jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-includes/images/media/default.png\",\"dateFormatted\":\"December 13, 2022\",\"nonces\":{\"update\":\"88c7dafe15\",\"delete\":\"0e63c986af\",\"edit\":\"ba0aad2d7f\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=797\\u0026action=edit\",\"meta\":false,\"authorName\":\"Netgen Support\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/profile.php\",\"uploadedToTitle\":\"Home\",\"uploadedToLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=760\\u0026action=edit\",\"filesizeInBytes\":201183,\"filesizeHumanReadable\":\"196 KB\",\"context\":\"\",\"height\":667,\"width\":1000,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-13-150x150.jpg\",\"orientation\":\"landscape\"},\"medium\":{\"height\":200,\"width\":300,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-13-300x200.jpg\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-13.jpg\",\"height\":667,\"width\":1000,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"backgroundPositionDesktop\":{\"x\":0.62,\"y\":0.78},\"backgroundSizeTablet\":\"cover\",\"backgroundSizeMobile\":\"cover\",\"backgroundColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"backgroundImageColor\":\"rgba(42,42,42,0.5)\",\"topPaddingDesktop\":220,\"bottomPaddingDesktop\":150,\"topPaddingTablet\":170,\"bottomPaddingTablet\":160,\"leftPaddingTablet\":30,\"rightPaddingTablet\":30,\"topPaddingMobile\":180,\"bottomPaddingMobile\":80,\"leftPaddingMobile\":20,\"rightPaddingMobile\":20,\"paddingLink\":false,\"variationSelected\":true,\"isBlockRootParent\":true,\"overlayType\":\"color\"} -->\n<div class=\"wp-block-uagb-container uagb-block-b17f5f9e alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/advanced-heading {\"block_id\":\"6535213f\",\"classMigrate\":true,\"headingDescToggle\":true,\"headingColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"subHeadingColor\":\"var(\\u002d\\u002dast-global-color-4)\",\"headingTag\":\"h1\",\"headSpace\":20,\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"blockTopPadding\":0,\"blockRightPadding\":50,\"blockLeftPadding\":0,\"blockBottomPadding\":0,\"blockTopPaddingTablet\":0,\"blockRightPaddingTablet\":20,\"blockLeftPaddingTablet\":0,\"blockBottomPaddingTablet\":0,\"blockTopPaddingMobile\":0,\"blockRightPaddingMobile\":0,\"blockLeftPaddingMobile\":0,\"blockBottomPaddingMobile\":0,\"blockPaddingUnit\":\"%\",\"blockPaddingUnitTablet\":\"%\"} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-6535213f\"><h1 class=\"uagb-heading-text\">Rooms &amp; Accommodation​</h1><p class=\"uagb-desc-text\">If you are looking for a home away from home, even a place your dog can come along then take a closer look into the rooms we offer and pick the one for you.</p></div>\n<!-- /wp:uagb/advanced-heading --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"a1be9b57\",\"backgroundType\":\"color\",\"backgroundSizeTablet\":\"cover\",\"backgroundSizeMobile\":\"cover\",\"backgroundColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"topPaddingDesktop\":120,\"bottomPaddingDesktop\":120,\"topPaddingTablet\":80,\"bottomPaddingTablet\":80,\"leftPaddingTablet\":30,\"rightPaddingTablet\":30,\"topPaddingMobile\":80,\"bottomPaddingMobile\":80,\"leftPaddingMobile\":20,\"rightPaddingMobile\":20,\"paddingLink\":false,\"variationSelected\":true,\"rowGapDesktop\":0,\"isBlockRootParent\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-a1be9b57 alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/container {\"block_id\":\"22cdb50b\",\"directionDesktop\":\"row\",\"alignItemsDesktop\":\"flex-end\",\"alignItemsTablet\":\"flex-end\",\"justifyContentDesktop\":\"flex-end\",\"justifyContentTablet\":\"space-between\",\"variationSelected\":true,\"rowGapMobile\":20,\"columnGapDesktop\":0} -->\n<div class=\"wp-block-uagb-container uagb-block-22cdb50b\"><!-- wp:uagb/advanced-heading {\"block_id\":\"8abc339e\",\"classMigrate\":true,\"headingDescToggle\":true,\"subHeadingColor\":\"\",\"headSpace\":20,\"subHeadFontSize\":16} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-8abc339e\"><h2 class=\"uagb-heading-text\">Come &amp; Stay With Us​</h2><p class=\"uagb-desc-text\">There are 7 excellent brick self-catering units available, each private and with a distinctive personality and theme. They are particularly made for pet-free or pet-owning couples looking for a romantic and serene setting to reconnect, celebrate special occasions, or simply unwind on a holiday.<br><br>We are pet-friendly by arrangement as each unit is separately fenced with its own grassy garden with a garden gate leading to the generous park area where pets can socialize. &nbsp;We also have lovely safe off-leash walking trails on our property and beyond. &nbsp;Our units are very luxurious with everything you would need and very homely and charming. Regrettably no children or group bookings.  </p></div>\n<!-- /wp:uagb/advanced-heading --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"ca74c934\",\"directionDesktop\":\"row\",\"alignItemsTablet\":\"flex-start\",\"justifyContentDesktop\":\"flex-start\",\"topMarginDesktop\":54,\"bottomMarginDesktop\":0,\"leftMarginDesktop\":0,\"rightMarginDesktop\":0,\"marginLink\":false,\"variationSelected\":true,\"rowGapMobile\":0,\"columnGapDesktop\":0} -->\n<div class=\"wp-block-uagb-container uagb-block-ca74c934\"><!-- wp:uagb/container {\"block_id\":\"8e17f5ab\",\"widthDesktop\":50,\"bottomPaddingDesktop\":20,\"rightPaddingDesktop\":32,\"bottomPaddingTablet\":35,\"rightPaddingTablet\":15,\"bottomPaddingMobile\":65,\"paddingLink\":false,\"topMarginDesktop\":0,\"bottomMarginDesktop\":0,\"leftMarginDesktop\":5,\"rightMarginDesktop\":5,\"topMarginMobile\":0,\"bottomMarginMobile\":0,\"leftMarginMobile\":0,\"rightMarginMobile\":0,\"marginLink\":false,\"variationSelected\":true,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-8e17f5ab\"><!-- wp:uagb/info-box {\"classMigrate\":true,\"headingAlign\":\"left\",\"headingColor\":\"\",\"subHeadingColor\":\"\",\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"source_type\":\"image\",\"block_id\":\"2d3df73c\",\"ctaIcon\":\"\",\"ctaType\":\"text\",\"ctaText\":\"READ MORE\",\"ctaLinkColor\":\"var(\\u002d\\u002dast-global-color-0)\",\"ctaDecoration\":\"underline\",\"ctaFontSize\":12,\"ctaFontWeight\":\"600\",\"ctaLetterSpacing\":2,\"ctaBorderColor\":\"\",\"ctaBorderStyle\":\"\",\"ctaBorderWidth\":\"\",\"ctaBorderRadius\":\"\",\"iconBottomMargin\":30,\"iconImage\":{\"uploading\":false,\"date\":1670936674000,\"filename\":\"blue-roan-guest-farm-10.jpg\",\"menuOrder\":0,\"uploadedTo\":761,\"type\":\"image\",\"subtype\":\"jpeg\",\"id\":863,\"title\":\"blue-roan-guest-farm (10)\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-10.jpg\",\"link\":\"https://blueroan.netgen.cloud/accommodation/blue-roan-guest-farm-10/\",\"alt\":\"\",\"author\":\"2\",\"description\":\"\",\"caption\":\"\",\"name\":\"blue-roan-guest-farm-10\",\"status\":\"inherit\",\"modified\":1670936674000,\"mime\":\"image/jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-includes/images/media/default.png\",\"dateFormatted\":\"December 13, 2022\",\"nonces\":{\"update\":\"1a7491aa65\",\"delete\":\"dc6afaa89c\",\"edit\":\"7635ee35fb\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=863\\u0026action=edit\",\"meta\":false,\"authorName\":\"Netgen Support\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/profile.php\",\"uploadedToTitle\":\"Accommodation\",\"uploadedToLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=761\\u0026action=edit\",\"filesizeInBytes\":149768,\"filesizeHumanReadable\":\"146 KB\",\"context\":\"\",\"height\":667,\"width\":1000,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-10-150x150.jpg\",\"orientation\":\"landscape\"},\"medium\":{\"height\":200,\"width\":300,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-10-300x200.jpg\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-10.jpg\",\"height\":667,\"width\":1000,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"imageSize\":\"full\",\"imageWidth\":100,\"imageWidthMobile\":100,\"imageWidthTablet\":100,\"paddingBtnTop\":10,\"paddingBtnBottom\":10,\"paddingBtnLeft\":14,\"paddingBtnRight\":14,\"imageWidthUnit\":\"%\",\"imageWidthUnitTablet\":\"%\",\"imageWidthUnitMobile\":\"%\",\"subHeadTopMargin\":0,\"subHeadRightMargin\":40,\"subHeadLeftMargin\":0,\"subHeadMarginTopTablet\":0,\"subHeadMarginRightTablet\":0,\"subHeadTabletSpace\":20,\"subHeadMarginLeftTablet\":0,\"imgTagHeight\":66,\"imgTagWidth\":1000,\"btnBorderTopWidth\":1,\"btnBorderLeftWidth\":1,\"btnBorderRightWidth\":1,\"btnBorderBottomWidth\":1,\"btnBorderTopLeftRadius\":0,\"btnBorderTopRightRadius\":0,\"btnBorderBottomLeftRadius\":0,\"btnBorderBottomRightRadius\":0,\"btnBorderStyle\":\"solid\",\"btnBorderColor\":\"#333\"} -->\n<div class=\"wp-block-uagb-info-box uagb-block-2d3df73c uagb-infobox__content-wrap  uagb-infobox-icon-above-title uagb-infobox-image-valign-top\"><div class=\"uagb-ifb-content\"><div class=\"uagb-ifb-image-content\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-10.jpg\" alt=\"\" width=\"100\" height=\"66\" loading=\"lazy\"/></div><div class=\"uagb-ifb-title-wrap\"><h3 class=\"uagb-ifb-title\">The Barn </h3></div><p class=\"uagb-ifb-desc\">Rustic beams and exposed wood are all hallmarks of our barn-style suite. This is an open-plan unit with lots of windows with a raised king bed on a platform that faces the TV and the mountains.</p><div class=\"uagb-ifb-button-wrapper wp-block-button\"><a href=\"\" target=\"_self\" class=\"uagb-infobox-cta-link uagb-disable-link\" rel=\"noopener noreferrer\" alt=\"\"><span class=\"uagb-inline-editing\">READ MORE</span></a></div></div></div>\n<!-- /wp:uagb/info-box --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"42341236\",\"widthDesktop\":50,\"bottomPaddingDesktop\":20,\"rightPaddingDesktop\":32,\"bottomPaddingTablet\":35,\"rightPaddingTablet\":15,\"bottomPaddingMobile\":65,\"paddingLink\":false,\"topMarginDesktop\":0,\"bottomMarginDesktop\":0,\"leftMarginDesktop\":5,\"rightMarginDesktop\":5,\"topMarginMobile\":0,\"bottomMarginMobile\":0,\"leftMarginMobile\":0,\"rightMarginMobile\":0,\"marginLink\":false,\"variationSelected\":true,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-42341236\"><!-- wp:uagb/info-box {\"classMigrate\":true,\"headingAlign\":\"left\",\"headingColor\":\"\",\"subHeadingColor\":\"\",\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"source_type\":\"image\",\"block_id\":\"243e8d91\",\"ctaIcon\":\"\",\"ctaType\":\"text\",\"ctaText\":\"READ MORE\",\"ctaLinkColor\":\"var(\\u002d\\u002dast-global-color-0)\",\"ctaDecoration\":\"underline\",\"ctaFontSize\":12,\"ctaFontWeight\":\"600\",\"ctaLetterSpacing\":2,\"ctaBorderColor\":\"\",\"ctaBorderStyle\":\"\",\"ctaBorderWidth\":\"\",\"ctaBorderRadius\":\"\",\"iconBottomMargin\":30,\"iconImage\":{\"uploading\":false,\"date\":1670936842000,\"filename\":\"tuscan-suite-raised-bed-and-settee.jpg\",\"menuOrder\":0,\"uploadedTo\":761,\"type\":\"image\",\"subtype\":\"jpeg\",\"id\":864,\"title\":\"tuscan-suite-raised-bed-and-settee\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/tuscan-suite-raised-bed-and-settee.jpg\",\"link\":\"https://blueroan.netgen.cloud/accommodation/tuscan-suite-raised-bed-and-settee/\",\"alt\":\"\",\"author\":\"2\",\"description\":\"\",\"caption\":\"\",\"name\":\"tuscan-suite-raised-bed-and-settee\",\"status\":\"inherit\",\"modified\":1670936842000,\"mime\":\"image/jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-includes/images/media/default.png\",\"dateFormatted\":\"December 13, 2022\",\"nonces\":{\"update\":\"0624a4a01a\",\"delete\":\"9e8f0f7a5a\",\"edit\":\"087f94f2e5\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=864\\u0026action=edit\",\"meta\":false,\"authorName\":\"Netgen Support\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/profile.php\",\"uploadedToTitle\":\"Accommodation\",\"uploadedToLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=761\\u0026action=edit\",\"filesizeInBytes\":41923,\"filesizeHumanReadable\":\"41 KB\",\"context\":\"\",\"height\":400,\"width\":600,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/tuscan-suite-raised-bed-and-settee-150x150.jpg\",\"orientation\":\"landscape\"},\"medium\":{\"height\":200,\"width\":300,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/tuscan-suite-raised-bed-and-settee-300x200.jpg\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/tuscan-suite-raised-bed-and-settee.jpg\",\"height\":400,\"width\":600,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"imageSize\":\"full\",\"imageWidth\":100,\"imageWidthMobile\":100,\"imageWidthTablet\":100,\"paddingBtnTop\":10,\"paddingBtnBottom\":10,\"paddingBtnLeft\":14,\"paddingBtnRight\":14,\"imageWidthUnit\":\"%\",\"imageWidthUnitTablet\":\"%\",\"imageWidthUnitMobile\":\"%\",\"subHeadTopMargin\":0,\"subHeadRightMargin\":40,\"subHeadLeftMargin\":0,\"subHeadMarginTopTablet\":0,\"subHeadMarginRightTablet\":0,\"subHeadTabletSpace\":20,\"subHeadMarginLeftTablet\":0,\"imgTagHeight\":66,\"imgTagWidth\":600,\"btnBorderTopWidth\":1,\"btnBorderLeftWidth\":1,\"btnBorderRightWidth\":1,\"btnBorderBottomWidth\":1,\"btnBorderTopLeftRadius\":0,\"btnBorderTopRightRadius\":0,\"btnBorderBottomLeftRadius\":0,\"btnBorderBottomRightRadius\":0,\"btnBorderStyle\":\"solid\",\"btnBorderColor\":\"#333\"} -->\n<div class=\"wp-block-uagb-info-box uagb-block-243e8d91 uagb-infobox__content-wrap  uagb-infobox-icon-above-title uagb-infobox-image-valign-top\"><div class=\"uagb-ifb-content\"><div class=\"uagb-ifb-image-content\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/tuscan-suite-raised-bed-and-settee.jpg\" alt=\"\" width=\"100\" height=\"66\" loading=\"lazy\"/></div><div class=\"uagb-ifb-title-wrap\"><h3 class=\"uagb-ifb-title\">The Tuscan Suite </h3></div><p class=\"uagb-ifb-desc\">Terra-cotta tiles, textured wall treatments, gorgeous, intricate murals,&nbsp;and simple, durable furniture with elegant iron accents are all characteristics of Tuscan interior design.</p><div class=\"uagb-ifb-button-wrapper wp-block-button\"><a href=\"\" target=\"_self\" class=\"uagb-infobox-cta-link uagb-disable-link\" rel=\"noopener noreferrer\" alt=\"\"><span class=\"uagb-inline-editing\">READ MORE</span></a></div></div></div>\n<!-- /wp:uagb/info-box --></div>\n<!-- /wp:uagb/container --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"00e1e559\",\"directionDesktop\":\"row\",\"alignItemsTablet\":\"flex-start\",\"justifyContentDesktop\":\"flex-start\",\"topMarginDesktop\":54,\"bottomMarginDesktop\":0,\"leftMarginDesktop\":0,\"rightMarginDesktop\":0,\"topMarginMobile\":0,\"bottomMarginMobile\":0,\"leftMarginMobile\":0,\"rightMarginMobile\":0,\"marginLink\":false,\"variationSelected\":true,\"rowGapMobile\":0,\"columnGapDesktop\":0} -->\n<div class=\"wp-block-uagb-container uagb-block-00e1e559\"><!-- wp:uagb/container {\"block_id\":\"33f4ee68\",\"widthDesktop\":50,\"bottomPaddingDesktop\":20,\"rightPaddingDesktop\":32,\"bottomPaddingTablet\":35,\"leftPaddingTablet\":0,\"rightPaddingTablet\":15,\"bottomPaddingMobile\":65,\"paddingLink\":false,\"topMarginDesktop\":0,\"bottomMarginDesktop\":0,\"leftMarginDesktop\":5,\"rightMarginDesktop\":5,\"topMarginMobile\":0,\"bottomMarginMobile\":0,\"leftMarginMobile\":0,\"rightMarginMobile\":0,\"marginLink\":false,\"variationSelected\":true,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-33f4ee68\"><!-- wp:uagb/info-box {\"classMigrate\":true,\"headingAlign\":\"left\",\"headingColor\":\"\",\"subHeadingColor\":\"\",\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"source_type\":\"image\",\"block_id\":\"543e1301\",\"ctaIcon\":\"\",\"ctaType\":\"text\",\"ctaText\":\"READ MORE\",\"ctaLinkColor\":\"var(\\u002d\\u002dast-global-color-0)\",\"ctaDecoration\":\"underline\",\"ctaFontSize\":12,\"ctaFontWeight\":\"600\",\"ctaLetterSpacing\":2,\"ctaBorderColor\":\"\",\"ctaBorderStyle\":\"\",\"ctaBorderWidth\":\"\",\"ctaBorderRadius\":\"\",\"iconBottomMargin\":30,\"iconImage\":{\"id\":838,\"title\":\"49g\",\"filename\":\"49g.jpg\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/49g.jpg\",\"link\":\"https://blueroan.netgen.cloud/home/49g/\",\"alt\":\"\",\"author\":\"2\",\"description\":\"\",\"caption\":\"\",\"name\":\"49g\",\"status\":\"inherit\",\"uploadedTo\":760,\"date\":\"2022-12-13T11:56:09.000Z\",\"modified\":\"2022-12-13T11:56:09.000Z\",\"menuOrder\":0,\"mime\":\"image/jpeg\",\"type\":\"image\",\"subtype\":\"jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-includes/images/media/default.png\",\"dateFormatted\":\"December 13, 2022\",\"nonces\":{\"update\":\"d856b41bb5\",\"delete\":\"95a15f0ef1\",\"edit\":\"b0a3c69433\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=838\\u0026action=edit\",\"meta\":false,\"authorName\":\"Netgen Support\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/profile.php\",\"uploadedToTitle\":\"Home\",\"uploadedToLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=760\\u0026action=edit\",\"filesizeInBytes\":315296,\"filesizeHumanReadable\":\"308 KB\",\"context\":\"\",\"height\":450,\"width\":650,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/49g-150x150.jpg\",\"orientation\":\"landscape\"},\"medium\":{\"height\":208,\"width\":300,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/49g-300x208.jpg\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/49g.jpg\",\"height\":450,\"width\":650,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"imageSize\":\"full\",\"imageWidth\":100,\"imageWidthMobile\":100,\"imageWidthTablet\":100,\"paddingBtnTop\":10,\"paddingBtnBottom\":10,\"paddingBtnLeft\":14,\"paddingBtnRight\":14,\"imageWidthUnit\":\"%\",\"imageWidthUnitTablet\":\"%\",\"imageWidthUnitMobile\":\"%\",\"subHeadTopMargin\":0,\"subHeadRightMargin\":40,\"subHeadLeftMargin\":0,\"subHeadMarginTopTablet\":0,\"subHeadMarginRightTablet\":0,\"subHeadTabletSpace\":20,\"subHeadMarginLeftTablet\":0,\"imgTagHeight\":69,\"imgTagWidth\":650,\"btnBorderTopWidth\":1,\"btnBorderLeftWidth\":1,\"btnBorderRightWidth\":1,\"btnBorderBottomWidth\":1,\"btnBorderTopLeftRadius\":0,\"btnBorderTopRightRadius\":0,\"btnBorderBottomLeftRadius\":0,\"btnBorderBottomRightRadius\":0,\"btnBorderStyle\":\"solid\",\"btnBorderColor\":\"#333\"} -->\n<div class=\"wp-block-uagb-info-box uagb-block-543e1301 uagb-infobox__content-wrap  uagb-infobox-icon-above-title uagb-infobox-image-valign-top\"><div class=\"uagb-ifb-content\"><div class=\"uagb-ifb-image-content\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/49g.jpg\" alt=\"\" width=\"100\" height=\"69\" loading=\"lazy\"/></div><div class=\"uagb-ifb-title-wrap\"><h3 class=\"uagb-ifb-title\">The Bluebush </h3></div><p class=\"uagb-ifb-desc\">A warm and comforting suite with a very homely feeling. Settle in and relax like you would at home. Relax with a perfect corner-shaped spa bath and open-plan living area.</p><div class=\"uagb-ifb-button-wrapper wp-block-button\"><a href=\"\" target=\"_self\" class=\"uagb-infobox-cta-link uagb-disable-link\" rel=\"noopener noreferrer\" alt=\"\"><span class=\"uagb-inline-editing\">READ MORE</span></a></div></div></div>\n<!-- /wp:uagb/info-box --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"72c1ee9e\",\"widthDesktop\":50,\"bottomPaddingDesktop\":20,\"rightPaddingDesktop\":32,\"bottomPaddingTablet\":35,\"rightPaddingTablet\":15,\"bottomPaddingMobile\":65,\"paddingLink\":false,\"topMarginDesktop\":0,\"bottomMarginDesktop\":0,\"leftMarginDesktop\":5,\"rightMarginDesktop\":5,\"topMarginMobile\":0,\"bottomMarginMobile\":0,\"leftMarginMobile\":0,\"rightMarginMobile\":0,\"marginLink\":false,\"variationSelected\":true,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-72c1ee9e\"><!-- wp:uagb/info-box {\"classMigrate\":true,\"headingAlign\":\"left\",\"headingColor\":\"\",\"subHeadingColor\":\"\",\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"source_type\":\"image\",\"block_id\":\"27d7e346\",\"ctaIcon\":\"\",\"ctaType\":\"text\",\"ctaText\":\"READ MORE\",\"ctaLinkColor\":\"var(\\u002d\\u002dast-global-color-0)\",\"ctaDecoration\":\"underline\",\"ctaFontSize\":12,\"ctaFontWeight\":\"600\",\"ctaLetterSpacing\":2,\"ctaBorderColor\":\"\",\"ctaBorderStyle\":\"\",\"ctaBorderWidth\":\"\",\"ctaBorderRadius\":\"\",\"iconBottomMargin\":30,\"iconImage\":{\"id\":284,\"title\":\"room-4\",\"filename\":\"room-4-1.jpg\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/room-4-1.jpg\",\"link\":\"https://blueroan.netgen.cloud/room-4-2/\",\"alt\":\"\",\"author\":\"34\",\"description\":\"\",\"caption\":\"\",\"name\":\"room-4-2\",\"status\":\"inherit\",\"uploadedTo\":0,\"date\":\"2021-05-11T12:34:14.000Z\",\"modified\":\"2021-05-11T12:34:14.000Z\",\"menuOrder\":0,\"mime\":\"image/jpeg\",\"type\":\"image\",\"subtype\":\"jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/default.png\",\"dateFormatted\":\"May 11, 2021\",\"nonces\":{\"update\":\"7cafb104e4\",\"delete\":\"c76125dda4\",\"edit\":\"a40254c450\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=284\\u0026action=edit\",\"meta\":false,\"authorName\":\"Rishabh\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/user-edit.php?user_id=34\",\"filesizeInBytes\":40918,\"filesizeHumanReadable\":\"40 KB\",\"context\":\"\",\"height\":400,\"width\":600,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/room-4-1-150x150.jpg\",\"orientation\":\"landscape\"},\"medium\":{\"height\":200,\"width\":300,\"url\":\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/room-4-1-300x200.jpg\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/room-4-1.jpg\",\"height\":400,\"width\":600,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"imageSize\":\"full\",\"imageWidth\":100,\"imageWidthMobile\":100,\"imageWidthTablet\":100,\"paddingBtnTop\":10,\"paddingBtnBottom\":10,\"paddingBtnLeft\":14,\"paddingBtnRight\":14,\"imageWidthUnit\":\"%\",\"imageWidthUnitTablet\":\"%\",\"imageWidthUnitMobile\":\"%\",\"subHeadTopMargin\":0,\"subHeadRightMargin\":40,\"subHeadLeftMargin\":0,\"subHeadMarginTopTablet\":0,\"subHeadMarginRightTablet\":0,\"subHeadTabletSpace\":20,\"subHeadMarginLeftTablet\":0,\"imgTagHeight\":66,\"imgTagWidth\":600,\"btnBorderTopWidth\":1,\"btnBorderLeftWidth\":1,\"btnBorderRightWidth\":1,\"btnBorderBottomWidth\":1,\"btnBorderTopLeftRadius\":0,\"btnBorderTopRightRadius\":0,\"btnBorderBottomLeftRadius\":0,\"btnBorderBottomRightRadius\":0,\"btnBorderStyle\":\"solid\",\"btnBorderColor\":\"#333\"} -->\n<div class=\"wp-block-uagb-info-box uagb-block-27d7e346 uagb-infobox__content-wrap  uagb-infobox-icon-above-title uagb-infobox-image-valign-top\"><div class=\"uagb-ifb-content\"><div class=\"uagb-ifb-image-content\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/room-4-1.jpg\" alt=\"\" width=\"100\" height=\"66\" loading=\"lazy\"/></div><div class=\"uagb-ifb-title-wrap\"><h3 class=\"uagb-ifb-title\">The Mexican Loft </h3></div><p class=\"uagb-ifb-desc\">This Mexican-inspired unit is full of bold colors and rustic furnishings. This design style has a multifarious feel, mixing rustic wood, authentic art, textiles, and a vivid palette of color</p><div class=\"uagb-ifb-button-wrapper wp-block-button\"><a href=\"\" target=\"_self\" class=\"uagb-infobox-cta-link uagb-disable-link\" rel=\"noopener noreferrer\" alt=\"\"><span class=\"uagb-inline-editing\">READ MORE</span></a></div></div></div>\n<!-- /wp:uagb/info-box --></div>\n<!-- /wp:uagb/container --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"cac0f379\",\"directionDesktop\":\"row\",\"justifyContentDesktop\":\"flex-start\",\"topMarginDesktop\":54,\"bottomMarginDesktop\":0,\"leftMarginDesktop\":0,\"rightMarginDesktop\":0,\"topMarginMobile\":0,\"bottomMarginMobile\":0,\"leftMarginMobile\":0,\"rightMarginMobile\":0,\"marginLink\":false,\"variationSelected\":true,\"rowGapMobile\":0,\"columnGapDesktop\":0} -->\n<div class=\"wp-block-uagb-container uagb-block-cac0f379\"><!-- wp:uagb/container {\"block_id\":\"ec498181\",\"widthDesktop\":50,\"bottomPaddingDesktop\":20,\"rightPaddingDesktop\":32,\"bottomPaddingTablet\":35,\"rightPaddingTablet\":15,\"bottomPaddingMobile\":65,\"paddingLink\":false,\"topMarginDesktop\":0,\"bottomMarginDesktop\":0,\"leftMarginDesktop\":5,\"rightMarginDesktop\":5,\"topMarginMobile\":0,\"bottomMarginMobile\":0,\"leftMarginMobile\":0,\"rightMarginMobile\":0,\"marginLink\":false,\"variationSelected\":true,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-ec498181\"><!-- wp:uagb/info-box {\"classMigrate\":true,\"headingAlign\":\"left\",\"headingColor\":\"\",\"subHeadingColor\":\"\",\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"source_type\":\"image\",\"block_id\":\"369cd014\",\"ctaIcon\":\"\",\"ctaType\":\"text\",\"ctaText\":\"READ MORE\",\"ctaLinkColor\":\"var(\\u002d\\u002dast-global-color-0)\",\"ctaDecoration\":\"underline\",\"ctaFontSize\":12,\"ctaFontWeight\":\"600\",\"ctaLetterSpacing\":2,\"ctaBorderColor\":\"\",\"ctaBorderStyle\":\"\",\"ctaBorderWidth\":\"\",\"ctaBorderRadius\":\"\",\"iconBottomMargin\":30,\"iconImage\":{\"id\":289,\"title\":\"room-5\",\"filename\":\"room-5.jpg\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/room-5.jpg\",\"link\":\"https://blueroan.netgen.cloud/room-5/\",\"alt\":\"\",\"author\":\"34\",\"description\":\"\",\"caption\":\"\",\"name\":\"room-5\",\"status\":\"inherit\",\"uploadedTo\":0,\"date\":\"2021-05-11T12:41:05.000Z\",\"modified\":\"2021-05-11T12:41:05.000Z\",\"menuOrder\":0,\"mime\":\"image/jpeg\",\"type\":\"image\",\"subtype\":\"jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/default.png\",\"dateFormatted\":\"May 11, 2021\",\"nonces\":{\"update\":\"67479f178f\",\"delete\":\"0a3770770f\",\"edit\":\"881fd0ea74\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=289\\u0026action=edit\",\"meta\":false,\"authorName\":\"Rishabh\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/user-edit.php?user_id=34\",\"filesizeInBytes\":49173,\"filesizeHumanReadable\":\"48 KB\",\"context\":\"\",\"height\":400,\"width\":600,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/room-5-150x150.jpg\",\"orientation\":\"landscape\"},\"medium\":{\"height\":200,\"width\":300,\"url\":\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/room-5-300x200.jpg\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/room-5.jpg\",\"height\":400,\"width\":600,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"imageSize\":\"full\",\"imageWidth\":100,\"imageWidthMobile\":100,\"imageWidthTablet\":100,\"paddingBtnTop\":10,\"paddingBtnBottom\":10,\"paddingBtnLeft\":14,\"paddingBtnRight\":14,\"imageWidthUnit\":\"%\",\"imageWidthUnitTablet\":\"%\",\"imageWidthUnitMobile\":\"%\",\"subHeadTopMargin\":0,\"subHeadRightMargin\":40,\"subHeadLeftMargin\":0,\"subHeadMarginTopTablet\":0,\"subHeadMarginRightTablet\":0,\"subHeadTabletSpace\":20,\"subHeadMarginLeftTablet\":0,\"imgTagHeight\":66,\"imgTagWidth\":600,\"btnBorderTopWidth\":1,\"btnBorderLeftWidth\":1,\"btnBorderRightWidth\":1,\"btnBorderBottomWidth\":1,\"btnBorderTopLeftRadius\":0,\"btnBorderTopRightRadius\":0,\"btnBorderBottomLeftRadius\":0,\"btnBorderBottomRightRadius\":0,\"btnBorderStyle\":\"solid\",\"btnBorderColor\":\"#333\"} -->\n<div class=\"wp-block-uagb-info-box uagb-block-369cd014 uagb-infobox__content-wrap  uagb-infobox-icon-above-title uagb-infobox-image-valign-top\"><div class=\"uagb-ifb-content\"><div class=\"uagb-ifb-image-content\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/room-5.jpg\" alt=\"\" width=\"100\" height=\"66\" loading=\"lazy\"/></div><div class=\"uagb-ifb-title-wrap\"><h3 class=\"uagb-ifb-title\">Grand Suite​</h3></div><p class=\"uagb-ifb-desc\">This is the second-highest ranked room in our hotel that offers luxury with the most advanced amenities.</p><div class=\"uagb-ifb-button-wrapper wp-block-button\"><a href=\"\" target=\"_self\" class=\"uagb-infobox-cta-link uagb-disable-link\" rel=\"noopener noreferrer\" alt=\"\"><span class=\"uagb-inline-editing\">READ MORE</span></a></div></div></div>\n<!-- /wp:uagb/info-box --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"3525f31a\",\"widthDesktop\":50,\"bottomPaddingDesktop\":20,\"rightPaddingDesktop\":32,\"bottomPaddingTablet\":35,\"rightPaddingTablet\":15,\"paddingLink\":false,\"topMarginDesktop\":0,\"bottomMarginDesktop\":0,\"leftMarginDesktop\":5,\"rightMarginDesktop\":5,\"topMarginMobile\":0,\"bottomMarginMobile\":0,\"leftMarginMobile\":0,\"rightMarginMobile\":0,\"marginLink\":false,\"variationSelected\":true,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-3525f31a\"><!-- wp:uagb/info-box {\"classMigrate\":true,\"headingAlign\":\"left\",\"headingColor\":\"\",\"subHeadingColor\":\"\",\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"source_type\":\"image\",\"block_id\":\"c35112b5\",\"ctaIcon\":\"\",\"ctaType\":\"text\",\"ctaText\":\"READ MORE\",\"ctaLinkColor\":\"var(\\u002d\\u002dast-global-color-0)\",\"ctaDecoration\":\"underline\",\"ctaFontSize\":12,\"ctaFontWeight\":\"600\",\"ctaLetterSpacing\":2,\"ctaBorderColor\":\"\",\"ctaBorderStyle\":\"\",\"ctaBorderWidth\":\"\",\"ctaBorderRadius\":\"\",\"iconBottomMargin\":30,\"iconImage\":{\"id\":290,\"title\":\"room-6\",\"filename\":\"room-6.jpg\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/room-6.jpg\",\"link\":\"https://blueroan.netgen.cloud/room-6/\",\"alt\":\"\",\"author\":\"34\",\"description\":\"\",\"caption\":\"\",\"name\":\"room-6\",\"status\":\"inherit\",\"uploadedTo\":0,\"date\":\"2021-05-11T12:42:24.000Z\",\"modified\":\"2021-05-11T12:42:24.000Z\",\"menuOrder\":0,\"mime\":\"image/jpeg\",\"type\":\"image\",\"subtype\":\"jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/default.png\",\"dateFormatted\":\"May 11, 2021\",\"nonces\":{\"update\":\"ca0f21bc6b\",\"delete\":\"aeb89ca3d4\",\"edit\":\"4be159def3\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=290\\u0026action=edit\",\"meta\":false,\"authorName\":\"Rishabh\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/user-edit.php?user_id=34\",\"filesizeInBytes\":50081,\"filesizeHumanReadable\":\"49 KB\",\"context\":\"\",\"height\":400,\"width\":600,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/room-6-150x150.jpg\",\"orientation\":\"landscape\"},\"medium\":{\"height\":200,\"width\":300,\"url\":\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/room-6-300x200.jpg\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/room-6.jpg\",\"height\":400,\"width\":600,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"imageSize\":\"full\",\"imageWidth\":100,\"imageWidthMobile\":100,\"imageWidthTablet\":100,\"paddingBtnTop\":10,\"paddingBtnBottom\":10,\"paddingBtnLeft\":14,\"paddingBtnRight\":14,\"imageWidthUnit\":\"%\",\"imageWidthUnitTablet\":\"%\",\"imageWidthUnitMobile\":\"%\",\"subHeadTopMargin\":0,\"subHeadRightMargin\":40,\"subHeadLeftMargin\":0,\"subHeadMarginTopTablet\":0,\"subHeadMarginRightTablet\":0,\"subHeadTabletSpace\":20,\"subHeadMarginLeftTablet\":0,\"imgTagHeight\":66,\"imgTagWidth\":600,\"btnBorderTopWidth\":1,\"btnBorderLeftWidth\":1,\"btnBorderRightWidth\":1,\"btnBorderBottomWidth\":1,\"btnBorderTopLeftRadius\":0,\"btnBorderTopRightRadius\":0,\"btnBorderBottomLeftRadius\":0,\"btnBorderBottomRightRadius\":0,\"btnBorderStyle\":\"solid\",\"btnBorderColor\":\"#333\"} -->\n<div class=\"wp-block-uagb-info-box uagb-block-c35112b5 uagb-infobox__content-wrap  uagb-infobox-icon-above-title uagb-infobox-image-valign-top\"><div class=\"uagb-ifb-content\"><div class=\"uagb-ifb-image-content\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/room-6.jpg\" alt=\"\" width=\"100\" height=\"66\" loading=\"lazy\"/></div><div class=\"uagb-ifb-title-wrap\"><h3 class=\"uagb-ifb-title\">Presidential Suite​</h3></div><p class=\"uagb-ifb-desc\">Wish to live like a king? Here’s the top presidential suite where you can spend the best days of your life.</p><div class=\"uagb-ifb-button-wrapper wp-block-button\"><a href=\"\" target=\"_self\" class=\"uagb-infobox-cta-link uagb-disable-link\" rel=\"noopener noreferrer\" alt=\"\"><span class=\"uagb-inline-editing\">READ MORE</span></a></div></div></div>\n<!-- /wp:uagb/info-box --></div>\n<!-- /wp:uagb/container --></div>\n<!-- /wp:uagb/container --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"c39f5236\",\"innerContentCustomWidthDesktop\":781,\"innerContentCustomWidthTablet\":781,\"backgroundType\":\"image\",\"backgroundImageDesktop\":{\"id\":54,\"title\":\"background-img\",\"filename\":\"background-img-1.jpg\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/background-img-1.jpg\",\"link\":\"https://blueroan.netgen.cloud/background-img-2/\",\"alt\":\"\",\"author\":\"34\",\"description\":\"\",\"caption\":\"\",\"name\":\"background-img-2\",\"status\":\"inherit\",\"uploadedTo\":0,\"date\":\"2021-05-07T10:11:37.000Z\",\"modified\":\"2021-05-07T10:11:37.000Z\",\"menuOrder\":0,\"mime\":\"image/jpeg\",\"type\":\"image\",\"subtype\":\"jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/default.png\",\"dateFormatted\":\"May 7, 2021\",\"nonces\":{\"update\":\"bb999636b9\",\"delete\":\"d2e1375bc4\",\"edit\":\"005dd2f0c9\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=54\\u0026action=edit\",\"meta\":false,\"authorName\":\"Rishabh\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/user-edit.php?user_id=34\",\"filesizeInBytes\":338858,\"filesizeHumanReadable\":\"331 KB\",\"context\":\"\",\"height\":1080,\"width\":1920,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/background-img-1-150x150.jpg\",\"orientation\":\"landscape\"},\"medium\":{\"height\":169,\"width\":300,\"url\":\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/background-img-1-300x169.jpg\",\"orientation\":\"landscape\"},\"large\":{\"height\":576,\"width\":1024,\"url\":\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/background-img-1-1024x576.jpg\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/background-img-1.jpg\",\"height\":1080,\"width\":1920,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"backgroundImageColor\":\"rgba(42,42,42,0.65)\",\"topPaddingDesktop\":144,\"bottomPaddingDesktop\":144,\"leftPaddingDesktop\":40,\"rightPaddingDesktop\":40,\"topPaddingTablet\":80,\"bottomPaddingTablet\":80,\"leftPaddingTablet\":40,\"rightPaddingTablet\":40,\"topPaddingMobile\":64,\"bottomPaddingMobile\":64,\"leftPaddingMobile\":24,\"rightPaddingMobile\":24,\"paddingLink\":false,\"variationSelected\":true,\"isBlockRootParent\":true,\"overlayType\":\"color\"} -->\n<div class=\"wp-block-uagb-container uagb-block-c39f5236 alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/advanced-heading {\"block_id\":\"bc638866\",\"classMigrate\":true,\"headingDescToggle\":true,\"headingAlign\":\"center\",\"headingColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"subHeadingColor\":\"var(\\u002d\\u002dast-global-color-4)\",\"headSpace\":20} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-bc638866\"><h2 class=\"uagb-heading-text\">Plan an Unforgettable Experience in Mykonos Today!</h2><p class=\"uagb-desc-text\">We can help you fit your stay and experience within your allotted budget.</p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/advanced-heading {\"block_id\":\"b3c2a3fa\",\"classMigrate\":true,\"headingTitleToggle\":false,\"headingDescToggle\":true,\"headingAlign\":\"center\",\"subHeadingColor\":\"var(\\u002d\\u002dast-global-color-4)\",\"subHeadTransform\":\"uppercase\",\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"subHeadLetterSpacing\":2,\"blockTopPadding\":60,\"blockRightPadding\":0,\"blockLeftPadding\":0,\"blockBottomPadding\":0,\"blockTopPaddingMobile\":30,\"blockRightPaddingMobile\":0,\"blockLeftPaddingMobile\":0,\"blockBottomPaddingMobile\":0} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-b3c2a3fa\"><p class=\"uagb-desc-text\">BOOK YOUR STAY NOW​</p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/icon-list {\"block_id\":\"7a8a8532\",\"classMigrate\":true,\"childMigrate\":true,\"align\":\"center\",\"parentIcon\":\"phone\",\"size\":40,\"sizeMobile\":24,\"sizeTablet\":32,\"fontSize\":48,\"fontSizeMobile\":28,\"fontSizeTablet\":40,\"fontWeight\":\"600\",\"iconColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"labelColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"blockTopPadding\":0,\"blockRightPadding\":0,\"blockLeftPadding\":0,\"blockBottomPadding\":24,\"blockPaddingLink\":false} -->\n<div class=\"wp-block-uagb-icon-list uagb-block-7a8a8532\"><div class=\"uagb-icon-list__wrap\"><!-- wp:uagb/icon-list-child {\"block_id\":\"9ceb278d\",\"label\":\"+1-123 456 7890​\",\"label_color\":\"\",\"fromParentIcon\":\"phone\",\"imageSizeChild\":40} -->\n<div class=\"wp-block-uagb-icon-list-child uagb-block-9ceb278d\"><span class=\"uagb-icon-list__source-wrap\"><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M511.2 387l-23.25 100.8c-3.266 14.25-15.79 24.22-30.46 24.22C205.2 512 0 306.8 0 54.5c0-14.66 9.969-27.2 24.22-30.45l100.8-23.25C139.7-2.602 154.7 5.018 160.8 18.92l46.52 108.5c5.438 12.78 1.77 27.67-8.98 36.45L144.5 207.1c33.98 69.22 90.26 125.5 159.5 159.5l44.08-53.8c8.688-10.78 23.69-14.51 36.47-8.975l108.5 46.51C506.1 357.2 514.6 372.4 511.2 387z\"></path></svg></span><span class=\"uagb-icon-list__label\">+1-123 456 7890​</span></div>\n<!-- /wp:uagb/icon-list-child --></div></div>\n<!-- /wp:uagb/icon-list --></div></div>\n<!-- /wp:uagb/container -->',	'Accommodation',	'',	'inherit',	'closed',	'closed',	'',	'761-revision-v1',	'',	'',	'2022-12-13 13:39:03',	'2022-12-13 13:39:03',	'',	761,	'https://blueroan.netgen.cloud/?p=877',	0,	'revision',	'',	0),
(878,	2,	'2022-12-13 13:39:33',	'2022-12-13 13:39:33',	'<!-- wp:uagb/container {\"block_id\":\"6fb83b2a\",\"backgroundType\":\"image\",\"backgroundImageDesktop\":{\"id\":797,\"title\":\"blue-roan-guest-farm (13)\",\"filename\":\"blue-roan-guest-farm-13.jpg\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-13.jpg\",\"link\":\"https://blueroan.netgen.cloud/home/blue-roan-guest-farm-13/\",\"alt\":\"\",\"author\":\"2\",\"description\":\"\",\"caption\":\"\",\"name\":\"blue-roan-guest-farm-13\",\"status\":\"inherit\",\"uploadedTo\":760,\"date\":\"2022-12-13T09:37:10.000Z\",\"modified\":\"2022-12-13T09:37:10.000Z\",\"menuOrder\":0,\"mime\":\"image/jpeg\",\"type\":\"image\",\"subtype\":\"jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-includes/images/media/default.png\",\"dateFormatted\":\"December 13, 2022\",\"nonces\":{\"update\":\"88c7dafe15\",\"delete\":\"0e63c986af\",\"edit\":\"ba0aad2d7f\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=797\\u0026action=edit\",\"meta\":false,\"authorName\":\"Netgen Support\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/profile.php\",\"uploadedToTitle\":\"Home\",\"uploadedToLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=760\\u0026action=edit\",\"filesizeInBytes\":201183,\"filesizeHumanReadable\":\"196 KB\",\"context\":\"\",\"height\":667,\"width\":1000,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-13-150x150.jpg\",\"orientation\":\"landscape\"},\"medium\":{\"height\":200,\"width\":300,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-13-300x200.jpg\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-13.jpg\",\"height\":667,\"width\":1000,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"backgroundPositionDesktop\":{\"x\":0.62,\"y\":0.78},\"backgroundSizeTablet\":\"cover\",\"backgroundSizeMobile\":\"cover\",\"backgroundColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"backgroundImageColor\":\"rgba(42,42,42,0.5)\",\"topPaddingDesktop\":220,\"bottomPaddingDesktop\":150,\"topPaddingTablet\":170,\"bottomPaddingTablet\":160,\"leftPaddingTablet\":30,\"rightPaddingTablet\":30,\"topPaddingMobile\":180,\"bottomPaddingMobile\":80,\"leftPaddingMobile\":20,\"rightPaddingMobile\":20,\"paddingLink\":false,\"variationSelected\":true,\"isBlockRootParent\":true,\"overlayType\":\"color\"} -->\n<div class=\"wp-block-uagb-container uagb-block-6fb83b2a alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/advanced-heading {\"block_id\":\"0d6b9b58\",\"classMigrate\":true,\"headingDescToggle\":true,\"headingColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"subHeadingColor\":\"var(\\u002d\\u002dast-global-color-4)\",\"headingTag\":\"h1\",\"headSpace\":20,\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"blockTopPadding\":0,\"blockRightPadding\":50,\"blockLeftPadding\":0,\"blockBottomPadding\":0,\"blockTopPaddingTablet\":0,\"blockRightPaddingTablet\":20,\"blockLeftPaddingTablet\":0,\"blockBottomPaddingTablet\":0,\"blockTopPaddingMobile\":0,\"blockRightPaddingMobile\":0,\"blockLeftPaddingMobile\":0,\"blockBottomPaddingMobile\":0,\"blockPaddingUnit\":\"%\",\"blockPaddingUnitTablet\":\"%\"} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-0d6b9b58\"><h1 class=\"uagb-heading-text\">Rooms &amp; Accommodation​</h1><p class=\"uagb-desc-text\">If you are looking for a home away from home, even a place your dog can come along then take a closer look into the rooms we offer and pick the one for you.</p></div>\n<!-- /wp:uagb/advanced-heading --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"d85091b4\",\"backgroundType\":\"color\",\"backgroundSizeTablet\":\"cover\",\"backgroundSizeMobile\":\"cover\",\"backgroundColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"topPaddingDesktop\":120,\"bottomPaddingDesktop\":120,\"topPaddingTablet\":80,\"bottomPaddingTablet\":80,\"leftPaddingTablet\":30,\"rightPaddingTablet\":30,\"topPaddingMobile\":80,\"bottomPaddingMobile\":80,\"leftPaddingMobile\":20,\"rightPaddingMobile\":20,\"paddingLink\":false,\"variationSelected\":true,\"rowGapDesktop\":0,\"isBlockRootParent\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-d85091b4 alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/container {\"block_id\":\"55e0e8a1\",\"directionDesktop\":\"row\",\"alignItemsDesktop\":\"flex-end\",\"alignItemsTablet\":\"flex-end\",\"justifyContentDesktop\":\"flex-end\",\"justifyContentTablet\":\"space-between\",\"variationSelected\":true,\"rowGapMobile\":20,\"columnGapDesktop\":0} -->\n<div class=\"wp-block-uagb-container uagb-block-55e0e8a1\"><!-- wp:uagb/advanced-heading {\"block_id\":\"d4094111\",\"classMigrate\":true,\"headingDescToggle\":true,\"subHeadingColor\":\"\",\"headSpace\":20,\"subHeadFontSize\":16} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-d4094111\"><h2 class=\"uagb-heading-text\">Come &amp; Stay With Us​</h2><p class=\"uagb-desc-text\">There are 7 excellent brick self-catering units available, each private and with a distinctive personality and theme. They are particularly made for pet-free or pet-owning couples looking for a romantic and serene setting to reconnect, celebrate special occasions, or simply unwind on a holiday.<br><br>We are pet-friendly by arrangement as each unit is separately fenced with its own grassy garden with a garden gate leading to the generous park area where pets can socialize. &nbsp;We also have lovely safe off-leash walking trails on our property and beyond. &nbsp;Our units are very luxurious with everything you would need and very homely and charming. Regrettably no children or group bookings.  </p></div>\n<!-- /wp:uagb/advanced-heading --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"157dc249\",\"directionDesktop\":\"row\",\"alignItemsTablet\":\"flex-start\",\"justifyContentDesktop\":\"flex-start\",\"topMarginDesktop\":54,\"bottomMarginDesktop\":0,\"leftMarginDesktop\":0,\"rightMarginDesktop\":0,\"marginLink\":false,\"variationSelected\":true,\"rowGapMobile\":0,\"columnGapDesktop\":0} -->\n<div class=\"wp-block-uagb-container uagb-block-157dc249\"><!-- wp:uagb/container {\"block_id\":\"4611eadf\",\"widthDesktop\":50,\"bottomPaddingDesktop\":20,\"rightPaddingDesktop\":32,\"bottomPaddingTablet\":35,\"rightPaddingTablet\":15,\"bottomPaddingMobile\":65,\"paddingLink\":false,\"topMarginDesktop\":0,\"bottomMarginDesktop\":0,\"leftMarginDesktop\":5,\"rightMarginDesktop\":5,\"topMarginMobile\":0,\"bottomMarginMobile\":0,\"leftMarginMobile\":0,\"rightMarginMobile\":0,\"marginLink\":false,\"variationSelected\":true,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-4611eadf\"><!-- wp:uagb/info-box {\"classMigrate\":true,\"headingAlign\":\"left\",\"headingColor\":\"\",\"subHeadingColor\":\"\",\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"source_type\":\"image\",\"block_id\":\"1feece58\",\"ctaIcon\":\"\",\"ctaType\":\"text\",\"ctaText\":\"READ MORE\",\"ctaLinkColor\":\"var(\\u002d\\u002dast-global-color-0)\",\"ctaDecoration\":\"underline\",\"ctaFontSize\":12,\"ctaFontWeight\":\"600\",\"ctaLetterSpacing\":2,\"ctaBorderColor\":\"\",\"ctaBorderStyle\":\"\",\"ctaBorderWidth\":\"\",\"ctaBorderRadius\":\"\",\"iconBottomMargin\":30,\"iconImage\":{\"uploading\":false,\"date\":1670936674000,\"filename\":\"blue-roan-guest-farm-10.jpg\",\"menuOrder\":0,\"uploadedTo\":761,\"type\":\"image\",\"subtype\":\"jpeg\",\"id\":863,\"title\":\"blue-roan-guest-farm (10)\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-10.jpg\",\"link\":\"https://blueroan.netgen.cloud/accommodation/blue-roan-guest-farm-10/\",\"alt\":\"\",\"author\":\"2\",\"description\":\"\",\"caption\":\"\",\"name\":\"blue-roan-guest-farm-10\",\"status\":\"inherit\",\"modified\":1670936674000,\"mime\":\"image/jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-includes/images/media/default.png\",\"dateFormatted\":\"December 13, 2022\",\"nonces\":{\"update\":\"1a7491aa65\",\"delete\":\"dc6afaa89c\",\"edit\":\"7635ee35fb\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=863\\u0026action=edit\",\"meta\":false,\"authorName\":\"Netgen Support\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/profile.php\",\"uploadedToTitle\":\"Accommodation\",\"uploadedToLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=761\\u0026action=edit\",\"filesizeInBytes\":149768,\"filesizeHumanReadable\":\"146 KB\",\"context\":\"\",\"height\":667,\"width\":1000,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-10-150x150.jpg\",\"orientation\":\"landscape\"},\"medium\":{\"height\":200,\"width\":300,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-10-300x200.jpg\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-10.jpg\",\"height\":667,\"width\":1000,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"imageSize\":\"full\",\"imageWidth\":100,\"imageWidthMobile\":100,\"imageWidthTablet\":100,\"paddingBtnTop\":10,\"paddingBtnBottom\":10,\"paddingBtnLeft\":14,\"paddingBtnRight\":14,\"imageWidthUnit\":\"%\",\"imageWidthUnitTablet\":\"%\",\"imageWidthUnitMobile\":\"%\",\"subHeadTopMargin\":0,\"subHeadRightMargin\":40,\"subHeadLeftMargin\":0,\"subHeadMarginTopTablet\":0,\"subHeadMarginRightTablet\":0,\"subHeadTabletSpace\":20,\"subHeadMarginLeftTablet\":0,\"imgTagHeight\":66,\"imgTagWidth\":1000,\"btnBorderTopWidth\":1,\"btnBorderLeftWidth\":1,\"btnBorderRightWidth\":1,\"btnBorderBottomWidth\":1,\"btnBorderTopLeftRadius\":0,\"btnBorderTopRightRadius\":0,\"btnBorderBottomLeftRadius\":0,\"btnBorderBottomRightRadius\":0,\"btnBorderStyle\":\"solid\",\"btnBorderColor\":\"#333\"} -->\n<div class=\"wp-block-uagb-info-box uagb-block-1feece58 uagb-infobox__content-wrap  uagb-infobox-icon-above-title uagb-infobox-image-valign-top\"><div class=\"uagb-ifb-content\"><div class=\"uagb-ifb-image-content\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-10.jpg\" alt=\"\" width=\"100\" height=\"66\" loading=\"lazy\"/></div><div class=\"uagb-ifb-title-wrap\"><h3 class=\"uagb-ifb-title\">The Barn </h3></div><p class=\"uagb-ifb-desc\">Rustic beams and exposed wood are all hallmarks of our barn-style suite. This is an open-plan unit with lots of windows with a raised king bed on a platform that faces the TV and the mountains.</p><div class=\"uagb-ifb-button-wrapper wp-block-button\"><a href=\"\" target=\"_self\" class=\"uagb-infobox-cta-link uagb-disable-link\" rel=\"noopener noreferrer\" alt=\"\"><span class=\"uagb-inline-editing\">READ MORE</span></a></div></div></div>\n<!-- /wp:uagb/info-box --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"21aedc2c\",\"widthDesktop\":50,\"bottomPaddingDesktop\":20,\"rightPaddingDesktop\":32,\"bottomPaddingTablet\":35,\"rightPaddingTablet\":15,\"bottomPaddingMobile\":65,\"paddingLink\":false,\"topMarginDesktop\":0,\"bottomMarginDesktop\":0,\"leftMarginDesktop\":5,\"rightMarginDesktop\":5,\"topMarginMobile\":0,\"bottomMarginMobile\":0,\"leftMarginMobile\":0,\"rightMarginMobile\":0,\"marginLink\":false,\"variationSelected\":true,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-21aedc2c\"><!-- wp:uagb/info-box {\"classMigrate\":true,\"headingAlign\":\"left\",\"headingColor\":\"\",\"subHeadingColor\":\"\",\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"source_type\":\"image\",\"block_id\":\"1b740152\",\"ctaIcon\":\"\",\"ctaType\":\"text\",\"ctaText\":\"READ MORE\",\"ctaLinkColor\":\"var(\\u002d\\u002dast-global-color-0)\",\"ctaDecoration\":\"underline\",\"ctaFontSize\":12,\"ctaFontWeight\":\"600\",\"ctaLetterSpacing\":2,\"ctaBorderColor\":\"\",\"ctaBorderStyle\":\"\",\"ctaBorderWidth\":\"\",\"ctaBorderRadius\":\"\",\"iconBottomMargin\":30,\"iconImage\":{\"uploading\":false,\"date\":1670936842000,\"filename\":\"tuscan-suite-raised-bed-and-settee.jpg\",\"menuOrder\":0,\"uploadedTo\":761,\"type\":\"image\",\"subtype\":\"jpeg\",\"id\":864,\"title\":\"tuscan-suite-raised-bed-and-settee\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/tuscan-suite-raised-bed-and-settee.jpg\",\"link\":\"https://blueroan.netgen.cloud/accommodation/tuscan-suite-raised-bed-and-settee/\",\"alt\":\"\",\"author\":\"2\",\"description\":\"\",\"caption\":\"\",\"name\":\"tuscan-suite-raised-bed-and-settee\",\"status\":\"inherit\",\"modified\":1670936842000,\"mime\":\"image/jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-includes/images/media/default.png\",\"dateFormatted\":\"December 13, 2022\",\"nonces\":{\"update\":\"0624a4a01a\",\"delete\":\"9e8f0f7a5a\",\"edit\":\"087f94f2e5\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=864\\u0026action=edit\",\"meta\":false,\"authorName\":\"Netgen Support\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/profile.php\",\"uploadedToTitle\":\"Accommodation\",\"uploadedToLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=761\\u0026action=edit\",\"filesizeInBytes\":41923,\"filesizeHumanReadable\":\"41 KB\",\"context\":\"\",\"height\":400,\"width\":600,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/tuscan-suite-raised-bed-and-settee-150x150.jpg\",\"orientation\":\"landscape\"},\"medium\":{\"height\":200,\"width\":300,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/tuscan-suite-raised-bed-and-settee-300x200.jpg\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/tuscan-suite-raised-bed-and-settee.jpg\",\"height\":400,\"width\":600,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"imageSize\":\"full\",\"imageWidth\":100,\"imageWidthMobile\":100,\"imageWidthTablet\":100,\"paddingBtnTop\":10,\"paddingBtnBottom\":10,\"paddingBtnLeft\":14,\"paddingBtnRight\":14,\"imageWidthUnit\":\"%\",\"imageWidthUnitTablet\":\"%\",\"imageWidthUnitMobile\":\"%\",\"subHeadTopMargin\":0,\"subHeadRightMargin\":40,\"subHeadLeftMargin\":0,\"subHeadMarginTopTablet\":0,\"subHeadMarginRightTablet\":0,\"subHeadTabletSpace\":20,\"subHeadMarginLeftTablet\":0,\"imgTagHeight\":66,\"imgTagWidth\":600,\"btnBorderTopWidth\":1,\"btnBorderLeftWidth\":1,\"btnBorderRightWidth\":1,\"btnBorderBottomWidth\":1,\"btnBorderTopLeftRadius\":0,\"btnBorderTopRightRadius\":0,\"btnBorderBottomLeftRadius\":0,\"btnBorderBottomRightRadius\":0,\"btnBorderStyle\":\"solid\",\"btnBorderColor\":\"#333\"} -->\n<div class=\"wp-block-uagb-info-box uagb-block-1b740152 uagb-infobox__content-wrap  uagb-infobox-icon-above-title uagb-infobox-image-valign-top\"><div class=\"uagb-ifb-content\"><div class=\"uagb-ifb-image-content\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/tuscan-suite-raised-bed-and-settee.jpg\" alt=\"\" width=\"100\" height=\"66\" loading=\"lazy\"/></div><div class=\"uagb-ifb-title-wrap\"><h3 class=\"uagb-ifb-title\">The Tuscan Suite </h3></div><p class=\"uagb-ifb-desc\">Terra-cotta tiles, textured wall treatments, gorgeous, intricate murals,&nbsp;and simple, durable furniture with elegant iron accents are all characteristics of Tuscan interior design.</p><div class=\"uagb-ifb-button-wrapper wp-block-button\"><a href=\"\" target=\"_self\" class=\"uagb-infobox-cta-link uagb-disable-link\" rel=\"noopener noreferrer\" alt=\"\"><span class=\"uagb-inline-editing\">READ MORE</span></a></div></div></div>\n<!-- /wp:uagb/info-box --></div>\n<!-- /wp:uagb/container --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"322119d7\",\"directionDesktop\":\"row\",\"alignItemsTablet\":\"flex-start\",\"justifyContentDesktop\":\"flex-start\",\"topMarginDesktop\":54,\"bottomMarginDesktop\":0,\"leftMarginDesktop\":0,\"rightMarginDesktop\":0,\"topMarginMobile\":0,\"bottomMarginMobile\":0,\"leftMarginMobile\":0,\"rightMarginMobile\":0,\"marginLink\":false,\"variationSelected\":true,\"rowGapMobile\":0,\"columnGapDesktop\":0} -->\n<div class=\"wp-block-uagb-container uagb-block-322119d7\"><!-- wp:uagb/container {\"block_id\":\"56a4ba24\",\"widthDesktop\":50,\"bottomPaddingDesktop\":20,\"rightPaddingDesktop\":32,\"bottomPaddingTablet\":35,\"leftPaddingTablet\":0,\"rightPaddingTablet\":15,\"bottomPaddingMobile\":65,\"paddingLink\":false,\"topMarginDesktop\":0,\"bottomMarginDesktop\":0,\"leftMarginDesktop\":5,\"rightMarginDesktop\":5,\"topMarginMobile\":0,\"bottomMarginMobile\":0,\"leftMarginMobile\":0,\"rightMarginMobile\":0,\"marginLink\":false,\"variationSelected\":true,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-56a4ba24\"><!-- wp:uagb/info-box {\"classMigrate\":true,\"headingAlign\":\"left\",\"headingColor\":\"\",\"subHeadingColor\":\"\",\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"source_type\":\"image\",\"block_id\":\"2054278c\",\"ctaIcon\":\"\",\"ctaType\":\"text\",\"ctaText\":\"READ MORE\",\"ctaLinkColor\":\"var(\\u002d\\u002dast-global-color-0)\",\"ctaDecoration\":\"underline\",\"ctaFontSize\":12,\"ctaFontWeight\":\"600\",\"ctaLetterSpacing\":2,\"ctaBorderColor\":\"\",\"ctaBorderStyle\":\"\",\"ctaBorderWidth\":\"\",\"ctaBorderRadius\":\"\",\"iconBottomMargin\":30,\"iconImage\":{\"id\":838,\"title\":\"49g\",\"filename\":\"49g.jpg\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/49g.jpg\",\"link\":\"https://blueroan.netgen.cloud/home/49g/\",\"alt\":\"\",\"author\":\"2\",\"description\":\"\",\"caption\":\"\",\"name\":\"49g\",\"status\":\"inherit\",\"uploadedTo\":760,\"date\":\"2022-12-13T11:56:09.000Z\",\"modified\":\"2022-12-13T11:56:09.000Z\",\"menuOrder\":0,\"mime\":\"image/jpeg\",\"type\":\"image\",\"subtype\":\"jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-includes/images/media/default.png\",\"dateFormatted\":\"December 13, 2022\",\"nonces\":{\"update\":\"d856b41bb5\",\"delete\":\"95a15f0ef1\",\"edit\":\"b0a3c69433\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=838\\u0026action=edit\",\"meta\":false,\"authorName\":\"Netgen Support\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/profile.php\",\"uploadedToTitle\":\"Home\",\"uploadedToLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=760\\u0026action=edit\",\"filesizeInBytes\":315296,\"filesizeHumanReadable\":\"308 KB\",\"context\":\"\",\"height\":450,\"width\":650,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/49g-150x150.jpg\",\"orientation\":\"landscape\"},\"medium\":{\"height\":208,\"width\":300,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/49g-300x208.jpg\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/49g.jpg\",\"height\":450,\"width\":650,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"imageSize\":\"full\",\"imageWidth\":100,\"imageWidthMobile\":100,\"imageWidthTablet\":100,\"paddingBtnTop\":10,\"paddingBtnBottom\":10,\"paddingBtnLeft\":14,\"paddingBtnRight\":14,\"imageWidthUnit\":\"%\",\"imageWidthUnitTablet\":\"%\",\"imageWidthUnitMobile\":\"%\",\"subHeadTopMargin\":0,\"subHeadRightMargin\":40,\"subHeadLeftMargin\":0,\"subHeadMarginTopTablet\":0,\"subHeadMarginRightTablet\":0,\"subHeadTabletSpace\":20,\"subHeadMarginLeftTablet\":0,\"imgTagHeight\":69,\"imgTagWidth\":650,\"btnBorderTopWidth\":1,\"btnBorderLeftWidth\":1,\"btnBorderRightWidth\":1,\"btnBorderBottomWidth\":1,\"btnBorderTopLeftRadius\":0,\"btnBorderTopRightRadius\":0,\"btnBorderBottomLeftRadius\":0,\"btnBorderBottomRightRadius\":0,\"btnBorderStyle\":\"solid\",\"btnBorderColor\":\"#333\"} -->\n<div class=\"wp-block-uagb-info-box uagb-block-2054278c uagb-infobox__content-wrap  uagb-infobox-icon-above-title uagb-infobox-image-valign-top\"><div class=\"uagb-ifb-content\"><div class=\"uagb-ifb-image-content\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/49g.jpg\" alt=\"\" width=\"100\" height=\"69\" loading=\"lazy\"/></div><div class=\"uagb-ifb-title-wrap\"><h3 class=\"uagb-ifb-title\">The Bluebush </h3></div><p class=\"uagb-ifb-desc\">A warm and comforting suite with a very homely feeling. Settle in and relax like you would at home. Relax with a perfect corner-shaped spa bath and open-plan&nbsp;living area.</p><div class=\"uagb-ifb-button-wrapper wp-block-button\"><a href=\"\" target=\"_self\" class=\"uagb-infobox-cta-link uagb-disable-link\" rel=\"noopener noreferrer\" alt=\"\"><span class=\"uagb-inline-editing\">READ MORE</span></a></div></div></div>\n<!-- /wp:uagb/info-box --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"a286042b\",\"widthDesktop\":50,\"bottomPaddingDesktop\":20,\"rightPaddingDesktop\":32,\"bottomPaddingTablet\":35,\"rightPaddingTablet\":15,\"bottomPaddingMobile\":65,\"paddingLink\":false,\"topMarginDesktop\":0,\"bottomMarginDesktop\":0,\"leftMarginDesktop\":5,\"rightMarginDesktop\":5,\"topMarginMobile\":0,\"bottomMarginMobile\":0,\"leftMarginMobile\":0,\"rightMarginMobile\":0,\"marginLink\":false,\"variationSelected\":true,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-a286042b\"><!-- wp:uagb/info-box {\"classMigrate\":true,\"headingAlign\":\"left\",\"headingColor\":\"\",\"subHeadingColor\":\"\",\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"source_type\":\"image\",\"block_id\":\"6fd96898\",\"ctaIcon\":\"\",\"ctaType\":\"text\",\"ctaText\":\"READ MORE\",\"ctaLinkColor\":\"var(\\u002d\\u002dast-global-color-0)\",\"ctaDecoration\":\"underline\",\"ctaFontSize\":12,\"ctaFontWeight\":\"600\",\"ctaLetterSpacing\":2,\"ctaBorderColor\":\"\",\"ctaBorderStyle\":\"\",\"ctaBorderWidth\":\"\",\"ctaBorderRadius\":\"\",\"iconBottomMargin\":30,\"iconImage\":{\"id\":284,\"title\":\"room-4\",\"filename\":\"room-4-1.jpg\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/room-4-1.jpg\",\"link\":\"https://blueroan.netgen.cloud/room-4-2/\",\"alt\":\"\",\"author\":\"34\",\"description\":\"\",\"caption\":\"\",\"name\":\"room-4-2\",\"status\":\"inherit\",\"uploadedTo\":0,\"date\":\"2021-05-11T12:34:14.000Z\",\"modified\":\"2021-05-11T12:34:14.000Z\",\"menuOrder\":0,\"mime\":\"image/jpeg\",\"type\":\"image\",\"subtype\":\"jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/default.png\",\"dateFormatted\":\"May 11, 2021\",\"nonces\":{\"update\":\"7cafb104e4\",\"delete\":\"c76125dda4\",\"edit\":\"a40254c450\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=284\\u0026action=edit\",\"meta\":false,\"authorName\":\"Rishabh\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/user-edit.php?user_id=34\",\"filesizeInBytes\":40918,\"filesizeHumanReadable\":\"40 KB\",\"context\":\"\",\"height\":400,\"width\":600,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/room-4-1-150x150.jpg\",\"orientation\":\"landscape\"},\"medium\":{\"height\":200,\"width\":300,\"url\":\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/room-4-1-300x200.jpg\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/room-4-1.jpg\",\"height\":400,\"width\":600,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"imageSize\":\"full\",\"imageWidth\":100,\"imageWidthMobile\":100,\"imageWidthTablet\":100,\"paddingBtnTop\":10,\"paddingBtnBottom\":10,\"paddingBtnLeft\":14,\"paddingBtnRight\":14,\"imageWidthUnit\":\"%\",\"imageWidthUnitTablet\":\"%\",\"imageWidthUnitMobile\":\"%\",\"subHeadTopMargin\":0,\"subHeadRightMargin\":40,\"subHeadLeftMargin\":0,\"subHeadMarginTopTablet\":0,\"subHeadMarginRightTablet\":0,\"subHeadTabletSpace\":20,\"subHeadMarginLeftTablet\":0,\"imgTagHeight\":66,\"imgTagWidth\":600,\"btnBorderTopWidth\":1,\"btnBorderLeftWidth\":1,\"btnBorderRightWidth\":1,\"btnBorderBottomWidth\":1,\"btnBorderTopLeftRadius\":0,\"btnBorderTopRightRadius\":0,\"btnBorderBottomLeftRadius\":0,\"btnBorderBottomRightRadius\":0,\"btnBorderStyle\":\"solid\",\"btnBorderColor\":\"#333\"} -->\n<div class=\"wp-block-uagb-info-box uagb-block-6fd96898 uagb-infobox__content-wrap  uagb-infobox-icon-above-title uagb-infobox-image-valign-top\"><div class=\"uagb-ifb-content\"><div class=\"uagb-ifb-image-content\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/room-4-1.jpg\" alt=\"\" width=\"100\" height=\"66\" loading=\"lazy\"/></div><div class=\"uagb-ifb-title-wrap\"><h3 class=\"uagb-ifb-title\">The Mexican Loft </h3></div><p class=\"uagb-ifb-desc\">This Mexican-inspired unit is full of bold colors and rustic furnishings. This design style has a multifarious feel, mixing rustic wood, authentic art, textiles, and a vivid palette of color</p><div class=\"uagb-ifb-button-wrapper wp-block-button\"><a href=\"\" target=\"_self\" class=\"uagb-infobox-cta-link uagb-disable-link\" rel=\"noopener noreferrer\" alt=\"\"><span class=\"uagb-inline-editing\">READ MORE</span></a></div></div></div>\n<!-- /wp:uagb/info-box --></div>\n<!-- /wp:uagb/container --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"198c6eaf\",\"directionDesktop\":\"row\",\"justifyContentDesktop\":\"flex-start\",\"topMarginDesktop\":54,\"bottomMarginDesktop\":0,\"leftMarginDesktop\":0,\"rightMarginDesktop\":0,\"topMarginMobile\":0,\"bottomMarginMobile\":0,\"leftMarginMobile\":0,\"rightMarginMobile\":0,\"marginLink\":false,\"variationSelected\":true,\"rowGapMobile\":0,\"columnGapDesktop\":0} -->\n<div class=\"wp-block-uagb-container uagb-block-198c6eaf\"><!-- wp:uagb/container {\"block_id\":\"2be54f31\",\"widthDesktop\":50,\"bottomPaddingDesktop\":20,\"rightPaddingDesktop\":32,\"bottomPaddingTablet\":35,\"rightPaddingTablet\":15,\"bottomPaddingMobile\":65,\"paddingLink\":false,\"topMarginDesktop\":0,\"bottomMarginDesktop\":0,\"leftMarginDesktop\":5,\"rightMarginDesktop\":5,\"topMarginMobile\":0,\"bottomMarginMobile\":0,\"leftMarginMobile\":0,\"rightMarginMobile\":0,\"marginLink\":false,\"variationSelected\":true,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-2be54f31\"><!-- wp:uagb/info-box {\"classMigrate\":true,\"headingAlign\":\"left\",\"headingColor\":\"\",\"subHeadingColor\":\"\",\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"source_type\":\"image\",\"block_id\":\"07f53873\",\"ctaIcon\":\"\",\"ctaType\":\"text\",\"ctaText\":\"READ MORE\",\"ctaLinkColor\":\"var(\\u002d\\u002dast-global-color-0)\",\"ctaDecoration\":\"underline\",\"ctaFontSize\":12,\"ctaFontWeight\":\"600\",\"ctaLetterSpacing\":2,\"ctaBorderColor\":\"\",\"ctaBorderStyle\":\"\",\"ctaBorderWidth\":\"\",\"ctaBorderRadius\":\"\",\"iconBottomMargin\":30,\"iconImage\":{\"id\":289,\"title\":\"room-5\",\"filename\":\"room-5.jpg\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/room-5.jpg\",\"link\":\"https://blueroan.netgen.cloud/room-5/\",\"alt\":\"\",\"author\":\"34\",\"description\":\"\",\"caption\":\"\",\"name\":\"room-5\",\"status\":\"inherit\",\"uploadedTo\":0,\"date\":\"2021-05-11T12:41:05.000Z\",\"modified\":\"2021-05-11T12:41:05.000Z\",\"menuOrder\":0,\"mime\":\"image/jpeg\",\"type\":\"image\",\"subtype\":\"jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/default.png\",\"dateFormatted\":\"May 11, 2021\",\"nonces\":{\"update\":\"67479f178f\",\"delete\":\"0a3770770f\",\"edit\":\"881fd0ea74\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=289\\u0026action=edit\",\"meta\":false,\"authorName\":\"Rishabh\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/user-edit.php?user_id=34\",\"filesizeInBytes\":49173,\"filesizeHumanReadable\":\"48 KB\",\"context\":\"\",\"height\":400,\"width\":600,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/room-5-150x150.jpg\",\"orientation\":\"landscape\"},\"medium\":{\"height\":200,\"width\":300,\"url\":\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/room-5-300x200.jpg\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/room-5.jpg\",\"height\":400,\"width\":600,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"imageSize\":\"full\",\"imageWidth\":100,\"imageWidthMobile\":100,\"imageWidthTablet\":100,\"paddingBtnTop\":10,\"paddingBtnBottom\":10,\"paddingBtnLeft\":14,\"paddingBtnRight\":14,\"imageWidthUnit\":\"%\",\"imageWidthUnitTablet\":\"%\",\"imageWidthUnitMobile\":\"%\",\"subHeadTopMargin\":0,\"subHeadRightMargin\":40,\"subHeadLeftMargin\":0,\"subHeadMarginTopTablet\":0,\"subHeadMarginRightTablet\":0,\"subHeadTabletSpace\":20,\"subHeadMarginLeftTablet\":0,\"imgTagHeight\":66,\"imgTagWidth\":600,\"btnBorderTopWidth\":1,\"btnBorderLeftWidth\":1,\"btnBorderRightWidth\":1,\"btnBorderBottomWidth\":1,\"btnBorderTopLeftRadius\":0,\"btnBorderTopRightRadius\":0,\"btnBorderBottomLeftRadius\":0,\"btnBorderBottomRightRadius\":0,\"btnBorderStyle\":\"solid\",\"btnBorderColor\":\"#333\"} -->\n<div class=\"wp-block-uagb-info-box uagb-block-07f53873 uagb-infobox__content-wrap  uagb-infobox-icon-above-title uagb-infobox-image-valign-top\"><div class=\"uagb-ifb-content\"><div class=\"uagb-ifb-image-content\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/room-5.jpg\" alt=\"\" width=\"100\" height=\"66\" loading=\"lazy\"/></div><div class=\"uagb-ifb-title-wrap\"><h3 class=\"uagb-ifb-title\">Grand Suite​</h3></div><p class=\"uagb-ifb-desc\">This is the second-highest ranked room in our hotel that offers luxury with the most advanced amenities.</p><div class=\"uagb-ifb-button-wrapper wp-block-button\"><a href=\"\" target=\"_self\" class=\"uagb-infobox-cta-link uagb-disable-link\" rel=\"noopener noreferrer\" alt=\"\"><span class=\"uagb-inline-editing\">READ MORE</span></a></div></div></div>\n<!-- /wp:uagb/info-box --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"91c7f1fa\",\"widthDesktop\":50,\"bottomPaddingDesktop\":20,\"rightPaddingDesktop\":32,\"bottomPaddingTablet\":35,\"rightPaddingTablet\":15,\"paddingLink\":false,\"topMarginDesktop\":0,\"bottomMarginDesktop\":0,\"leftMarginDesktop\":5,\"rightMarginDesktop\":5,\"topMarginMobile\":0,\"bottomMarginMobile\":0,\"leftMarginMobile\":0,\"rightMarginMobile\":0,\"marginLink\":false,\"variationSelected\":true,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-91c7f1fa\"><!-- wp:uagb/info-box {\"classMigrate\":true,\"headingAlign\":\"left\",\"headingColor\":\"\",\"subHeadingColor\":\"\",\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"source_type\":\"image\",\"block_id\":\"facb4a44\",\"ctaIcon\":\"\",\"ctaType\":\"text\",\"ctaText\":\"READ MORE\",\"ctaLinkColor\":\"var(\\u002d\\u002dast-global-color-0)\",\"ctaDecoration\":\"underline\",\"ctaFontSize\":12,\"ctaFontWeight\":\"600\",\"ctaLetterSpacing\":2,\"ctaBorderColor\":\"\",\"ctaBorderStyle\":\"\",\"ctaBorderWidth\":\"\",\"ctaBorderRadius\":\"\",\"iconBottomMargin\":30,\"iconImage\":{\"id\":290,\"title\":\"room-6\",\"filename\":\"room-6.jpg\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/room-6.jpg\",\"link\":\"https://blueroan.netgen.cloud/room-6/\",\"alt\":\"\",\"author\":\"34\",\"description\":\"\",\"caption\":\"\",\"name\":\"room-6\",\"status\":\"inherit\",\"uploadedTo\":0,\"date\":\"2021-05-11T12:42:24.000Z\",\"modified\":\"2021-05-11T12:42:24.000Z\",\"menuOrder\":0,\"mime\":\"image/jpeg\",\"type\":\"image\",\"subtype\":\"jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/default.png\",\"dateFormatted\":\"May 11, 2021\",\"nonces\":{\"update\":\"ca0f21bc6b\",\"delete\":\"aeb89ca3d4\",\"edit\":\"4be159def3\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=290\\u0026action=edit\",\"meta\":false,\"authorName\":\"Rishabh\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/user-edit.php?user_id=34\",\"filesizeInBytes\":50081,\"filesizeHumanReadable\":\"49 KB\",\"context\":\"\",\"height\":400,\"width\":600,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/room-6-150x150.jpg\",\"orientation\":\"landscape\"},\"medium\":{\"height\":200,\"width\":300,\"url\":\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/room-6-300x200.jpg\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/room-6.jpg\",\"height\":400,\"width\":600,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"imageSize\":\"full\",\"imageWidth\":100,\"imageWidthMobile\":100,\"imageWidthTablet\":100,\"paddingBtnTop\":10,\"paddingBtnBottom\":10,\"paddingBtnLeft\":14,\"paddingBtnRight\":14,\"imageWidthUnit\":\"%\",\"imageWidthUnitTablet\":\"%\",\"imageWidthUnitMobile\":\"%\",\"subHeadTopMargin\":0,\"subHeadRightMargin\":40,\"subHeadLeftMargin\":0,\"subHeadMarginTopTablet\":0,\"subHeadMarginRightTablet\":0,\"subHeadTabletSpace\":20,\"subHeadMarginLeftTablet\":0,\"imgTagHeight\":66,\"imgTagWidth\":600,\"btnBorderTopWidth\":1,\"btnBorderLeftWidth\":1,\"btnBorderRightWidth\":1,\"btnBorderBottomWidth\":1,\"btnBorderTopLeftRadius\":0,\"btnBorderTopRightRadius\":0,\"btnBorderBottomLeftRadius\":0,\"btnBorderBottomRightRadius\":0,\"btnBorderStyle\":\"solid\",\"btnBorderColor\":\"#333\"} -->\n<div class=\"wp-block-uagb-info-box uagb-block-facb4a44 uagb-infobox__content-wrap  uagb-infobox-icon-above-title uagb-infobox-image-valign-top\"><div class=\"uagb-ifb-content\"><div class=\"uagb-ifb-image-content\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/room-6.jpg\" alt=\"\" width=\"100\" height=\"66\" loading=\"lazy\"/></div><div class=\"uagb-ifb-title-wrap\"><h3 class=\"uagb-ifb-title\">Presidential Suite​</h3></div><p class=\"uagb-ifb-desc\">Wish to live like a king? Here’s the top presidential suite where you can spend the best days of your life.</p><div class=\"uagb-ifb-button-wrapper wp-block-button\"><a href=\"\" target=\"_self\" class=\"uagb-infobox-cta-link uagb-disable-link\" rel=\"noopener noreferrer\" alt=\"\"><span class=\"uagb-inline-editing\">READ MORE</span></a></div></div></div>\n<!-- /wp:uagb/info-box --></div>\n<!-- /wp:uagb/container --></div>\n<!-- /wp:uagb/container --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"943a4faf\",\"innerContentCustomWidthDesktop\":781,\"innerContentCustomWidthTablet\":781,\"backgroundType\":\"image\",\"backgroundImageDesktop\":{\"id\":54,\"title\":\"background-img\",\"filename\":\"background-img-1.jpg\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/background-img-1.jpg\",\"link\":\"https://blueroan.netgen.cloud/background-img-2/\",\"alt\":\"\",\"author\":\"34\",\"description\":\"\",\"caption\":\"\",\"name\":\"background-img-2\",\"status\":\"inherit\",\"uploadedTo\":0,\"date\":\"2021-05-07T10:11:37.000Z\",\"modified\":\"2021-05-07T10:11:37.000Z\",\"menuOrder\":0,\"mime\":\"image/jpeg\",\"type\":\"image\",\"subtype\":\"jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/default.png\",\"dateFormatted\":\"May 7, 2021\",\"nonces\":{\"update\":\"bb999636b9\",\"delete\":\"d2e1375bc4\",\"edit\":\"005dd2f0c9\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=54\\u0026action=edit\",\"meta\":false,\"authorName\":\"Rishabh\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/user-edit.php?user_id=34\",\"filesizeInBytes\":338858,\"filesizeHumanReadable\":\"331 KB\",\"context\":\"\",\"height\":1080,\"width\":1920,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/background-img-1-150x150.jpg\",\"orientation\":\"landscape\"},\"medium\":{\"height\":169,\"width\":300,\"url\":\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/background-img-1-300x169.jpg\",\"orientation\":\"landscape\"},\"large\":{\"height\":576,\"width\":1024,\"url\":\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/background-img-1-1024x576.jpg\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/background-img-1.jpg\",\"height\":1080,\"width\":1920,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"backgroundImageColor\":\"rgba(42,42,42,0.65)\",\"topPaddingDesktop\":144,\"bottomPaddingDesktop\":144,\"leftPaddingDesktop\":40,\"rightPaddingDesktop\":40,\"topPaddingTablet\":80,\"bottomPaddingTablet\":80,\"leftPaddingTablet\":40,\"rightPaddingTablet\":40,\"topPaddingMobile\":64,\"bottomPaddingMobile\":64,\"leftPaddingMobile\":24,\"rightPaddingMobile\":24,\"paddingLink\":false,\"variationSelected\":true,\"isBlockRootParent\":true,\"overlayType\":\"color\"} -->\n<div class=\"wp-block-uagb-container uagb-block-943a4faf alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/advanced-heading {\"block_id\":\"067a939f\",\"classMigrate\":true,\"headingDescToggle\":true,\"headingAlign\":\"center\",\"headingColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"subHeadingColor\":\"var(\\u002d\\u002dast-global-color-4)\",\"headSpace\":20} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-067a939f\"><h2 class=\"uagb-heading-text\">Plan an Unforgettable Experience in Mykonos Today!</h2><p class=\"uagb-desc-text\">We can help you fit your stay and experience within your allotted budget.</p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/advanced-heading {\"block_id\":\"2b0247d6\",\"classMigrate\":true,\"headingTitleToggle\":false,\"headingDescToggle\":true,\"headingAlign\":\"center\",\"subHeadingColor\":\"var(\\u002d\\u002dast-global-color-4)\",\"subHeadTransform\":\"uppercase\",\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"subHeadLetterSpacing\":2,\"blockTopPadding\":60,\"blockRightPadding\":0,\"blockLeftPadding\":0,\"blockBottomPadding\":0,\"blockTopPaddingMobile\":30,\"blockRightPaddingMobile\":0,\"blockLeftPaddingMobile\":0,\"blockBottomPaddingMobile\":0} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-2b0247d6\"><p class=\"uagb-desc-text\">BOOK YOUR STAY NOW​</p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/icon-list {\"block_id\":\"4fc719cf\",\"classMigrate\":true,\"childMigrate\":true,\"align\":\"center\",\"parentIcon\":\"phone\",\"size\":40,\"sizeMobile\":24,\"sizeTablet\":32,\"fontSize\":48,\"fontSizeMobile\":28,\"fontSizeTablet\":40,\"fontWeight\":\"600\",\"iconColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"labelColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"blockTopPadding\":0,\"blockRightPadding\":0,\"blockLeftPadding\":0,\"blockBottomPadding\":24,\"blockPaddingLink\":false} -->\n<div class=\"wp-block-uagb-icon-list uagb-block-4fc719cf\"><div class=\"uagb-icon-list__wrap\"><!-- wp:uagb/icon-list-child {\"block_id\":\"1eee4972\",\"label\":\"+1-123 456 7890​\",\"label_color\":\"\",\"fromParentIcon\":\"phone\",\"imageSizeChild\":40} -->\n<div class=\"wp-block-uagb-icon-list-child uagb-block-1eee4972\"><span class=\"uagb-icon-list__source-wrap\"><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M511.2 387l-23.25 100.8c-3.266 14.25-15.79 24.22-30.46 24.22C205.2 512 0 306.8 0 54.5c0-14.66 9.969-27.2 24.22-30.45l100.8-23.25C139.7-2.602 154.7 5.018 160.8 18.92l46.52 108.5c5.438 12.78 1.77 27.67-8.98 36.45L144.5 207.1c33.98 69.22 90.26 125.5 159.5 159.5l44.08-53.8c8.688-10.78 23.69-14.51 36.47-8.975l108.5 46.51C506.1 357.2 514.6 372.4 511.2 387z\"></path></svg></span><span class=\"uagb-icon-list__label\">+1-123 456 7890​</span></div>\n<!-- /wp:uagb/icon-list-child --></div></div>\n<!-- /wp:uagb/icon-list --></div></div>\n<!-- /wp:uagb/container -->',	'Accommodation',	'',	'inherit',	'closed',	'closed',	'',	'761-revision-v1',	'',	'',	'2022-12-13 13:39:33',	'2022-12-13 13:39:33',	'',	761,	'https://blueroan.netgen.cloud/?p=878',	0,	'revision',	'',	0),
(879,	2,	'2022-12-13 13:40:31',	'2022-12-13 13:40:31',	'',	'blue-roan-guest-farm (11)',	'',	'inherit',	'open',	'closed',	'',	'blue-roan-guest-farm-11',	'',	'',	'2022-12-13 13:40:31',	'2022-12-13 13:40:31',	'',	761,	'https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-11.jpg',	0,	'attachment',	'image/jpeg',	0),
(880,	2,	'2022-12-13 13:40:37',	'2022-12-13 13:40:37',	'<!-- wp:uagb/container {\"block_id\":\"f7abd563\",\"backgroundType\":\"image\",\"backgroundImageDesktop\":{\"id\":797,\"title\":\"blue-roan-guest-farm (13)\",\"filename\":\"blue-roan-guest-farm-13.jpg\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-13.jpg\",\"link\":\"https://blueroan.netgen.cloud/home/blue-roan-guest-farm-13/\",\"alt\":\"\",\"author\":\"2\",\"description\":\"\",\"caption\":\"\",\"name\":\"blue-roan-guest-farm-13\",\"status\":\"inherit\",\"uploadedTo\":760,\"date\":\"2022-12-13T09:37:10.000Z\",\"modified\":\"2022-12-13T09:37:10.000Z\",\"menuOrder\":0,\"mime\":\"image/jpeg\",\"type\":\"image\",\"subtype\":\"jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-includes/images/media/default.png\",\"dateFormatted\":\"December 13, 2022\",\"nonces\":{\"update\":\"88c7dafe15\",\"delete\":\"0e63c986af\",\"edit\":\"ba0aad2d7f\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=797\\u0026action=edit\",\"meta\":false,\"authorName\":\"Netgen Support\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/profile.php\",\"uploadedToTitle\":\"Home\",\"uploadedToLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=760\\u0026action=edit\",\"filesizeInBytes\":201183,\"filesizeHumanReadable\":\"196 KB\",\"context\":\"\",\"height\":667,\"width\":1000,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-13-150x150.jpg\",\"orientation\":\"landscape\"},\"medium\":{\"height\":200,\"width\":300,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-13-300x200.jpg\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-13.jpg\",\"height\":667,\"width\":1000,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"backgroundPositionDesktop\":{\"x\":0.62,\"y\":0.78},\"backgroundSizeTablet\":\"cover\",\"backgroundSizeMobile\":\"cover\",\"backgroundColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"backgroundImageColor\":\"rgba(42,42,42,0.5)\",\"topPaddingDesktop\":220,\"bottomPaddingDesktop\":150,\"topPaddingTablet\":170,\"bottomPaddingTablet\":160,\"leftPaddingTablet\":30,\"rightPaddingTablet\":30,\"topPaddingMobile\":180,\"bottomPaddingMobile\":80,\"leftPaddingMobile\":20,\"rightPaddingMobile\":20,\"paddingLink\":false,\"variationSelected\":true,\"isBlockRootParent\":true,\"overlayType\":\"color\"} -->\n<div class=\"wp-block-uagb-container uagb-block-f7abd563 alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/advanced-heading {\"block_id\":\"5f1cae2c\",\"classMigrate\":true,\"headingDescToggle\":true,\"headingColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"subHeadingColor\":\"var(\\u002d\\u002dast-global-color-4)\",\"headingTag\":\"h1\",\"headSpace\":20,\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"blockTopPadding\":0,\"blockRightPadding\":50,\"blockLeftPadding\":0,\"blockBottomPadding\":0,\"blockTopPaddingTablet\":0,\"blockRightPaddingTablet\":20,\"blockLeftPaddingTablet\":0,\"blockBottomPaddingTablet\":0,\"blockTopPaddingMobile\":0,\"blockRightPaddingMobile\":0,\"blockLeftPaddingMobile\":0,\"blockBottomPaddingMobile\":0,\"blockPaddingUnit\":\"%\",\"blockPaddingUnitTablet\":\"%\"} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-5f1cae2c\"><h1 class=\"uagb-heading-text\">Rooms &amp; Accommodation​</h1><p class=\"uagb-desc-text\">If you are looking for a home away from home, even a place your dog can come along then take a closer look into the rooms we offer and pick the one for you.</p></div>\n<!-- /wp:uagb/advanced-heading --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"9642731b\",\"backgroundType\":\"color\",\"backgroundSizeTablet\":\"cover\",\"backgroundSizeMobile\":\"cover\",\"backgroundColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"topPaddingDesktop\":120,\"bottomPaddingDesktop\":120,\"topPaddingTablet\":80,\"bottomPaddingTablet\":80,\"leftPaddingTablet\":30,\"rightPaddingTablet\":30,\"topPaddingMobile\":80,\"bottomPaddingMobile\":80,\"leftPaddingMobile\":20,\"rightPaddingMobile\":20,\"paddingLink\":false,\"variationSelected\":true,\"rowGapDesktop\":0,\"isBlockRootParent\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-9642731b alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/container {\"block_id\":\"f907fa64\",\"directionDesktop\":\"row\",\"alignItemsDesktop\":\"flex-end\",\"alignItemsTablet\":\"flex-end\",\"justifyContentDesktop\":\"flex-end\",\"justifyContentTablet\":\"space-between\",\"variationSelected\":true,\"rowGapMobile\":20,\"columnGapDesktop\":0} -->\n<div class=\"wp-block-uagb-container uagb-block-f907fa64\"><!-- wp:uagb/advanced-heading {\"block_id\":\"3841e87a\",\"classMigrate\":true,\"headingDescToggle\":true,\"subHeadingColor\":\"\",\"headSpace\":20,\"subHeadFontSize\":16} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-3841e87a\"><h2 class=\"uagb-heading-text\">Come &amp; Stay With Us​</h2><p class=\"uagb-desc-text\">There are 7 excellent brick self-catering units available, each private and with a distinctive personality and theme. They are particularly made for pet-free or pet-owning couples looking for a romantic and serene setting to reconnect, celebrate special occasions, or simply unwind on a holiday.<br><br>We are pet-friendly by arrangement as each unit is separately fenced with its own grassy garden with a garden gate leading to the generous park area where pets can socialize. &nbsp;We also have lovely safe off-leash walking trails on our property and beyond. &nbsp;Our units are very luxurious with everything you would need and very homely and charming. Regrettably no children or group bookings.  </p></div>\n<!-- /wp:uagb/advanced-heading --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"52b9f50b\",\"directionDesktop\":\"row\",\"alignItemsTablet\":\"flex-start\",\"justifyContentDesktop\":\"flex-start\",\"topMarginDesktop\":54,\"bottomMarginDesktop\":0,\"leftMarginDesktop\":0,\"rightMarginDesktop\":0,\"marginLink\":false,\"variationSelected\":true,\"rowGapMobile\":0,\"columnGapDesktop\":0} -->\n<div class=\"wp-block-uagb-container uagb-block-52b9f50b\"><!-- wp:uagb/container {\"block_id\":\"0f7265e9\",\"widthDesktop\":50,\"bottomPaddingDesktop\":20,\"rightPaddingDesktop\":32,\"bottomPaddingTablet\":35,\"rightPaddingTablet\":15,\"bottomPaddingMobile\":65,\"paddingLink\":false,\"topMarginDesktop\":0,\"bottomMarginDesktop\":0,\"leftMarginDesktop\":5,\"rightMarginDesktop\":5,\"topMarginMobile\":0,\"bottomMarginMobile\":0,\"leftMarginMobile\":0,\"rightMarginMobile\":0,\"marginLink\":false,\"variationSelected\":true,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-0f7265e9\"><!-- wp:uagb/info-box {\"classMigrate\":true,\"headingAlign\":\"left\",\"headingColor\":\"\",\"subHeadingColor\":\"\",\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"source_type\":\"image\",\"block_id\":\"08f09d1f\",\"ctaIcon\":\"\",\"ctaType\":\"text\",\"ctaText\":\"READ MORE\",\"ctaLinkColor\":\"var(\\u002d\\u002dast-global-color-0)\",\"ctaDecoration\":\"underline\",\"ctaFontSize\":12,\"ctaFontWeight\":\"600\",\"ctaLetterSpacing\":2,\"ctaBorderColor\":\"\",\"ctaBorderStyle\":\"\",\"ctaBorderWidth\":\"\",\"ctaBorderRadius\":\"\",\"iconBottomMargin\":30,\"iconImage\":{\"uploading\":false,\"date\":1670936674000,\"filename\":\"blue-roan-guest-farm-10.jpg\",\"menuOrder\":0,\"uploadedTo\":761,\"type\":\"image\",\"subtype\":\"jpeg\",\"id\":863,\"title\":\"blue-roan-guest-farm (10)\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-10.jpg\",\"link\":\"https://blueroan.netgen.cloud/accommodation/blue-roan-guest-farm-10/\",\"alt\":\"\",\"author\":\"2\",\"description\":\"\",\"caption\":\"\",\"name\":\"blue-roan-guest-farm-10\",\"status\":\"inherit\",\"modified\":1670936674000,\"mime\":\"image/jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-includes/images/media/default.png\",\"dateFormatted\":\"December 13, 2022\",\"nonces\":{\"update\":\"1a7491aa65\",\"delete\":\"dc6afaa89c\",\"edit\":\"7635ee35fb\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=863\\u0026action=edit\",\"meta\":false,\"authorName\":\"Netgen Support\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/profile.php\",\"uploadedToTitle\":\"Accommodation\",\"uploadedToLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=761\\u0026action=edit\",\"filesizeInBytes\":149768,\"filesizeHumanReadable\":\"146 KB\",\"context\":\"\",\"height\":667,\"width\":1000,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-10-150x150.jpg\",\"orientation\":\"landscape\"},\"medium\":{\"height\":200,\"width\":300,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-10-300x200.jpg\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-10.jpg\",\"height\":667,\"width\":1000,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"imageSize\":\"full\",\"imageWidth\":100,\"imageWidthMobile\":100,\"imageWidthTablet\":100,\"paddingBtnTop\":10,\"paddingBtnBottom\":10,\"paddingBtnLeft\":14,\"paddingBtnRight\":14,\"imageWidthUnit\":\"%\",\"imageWidthUnitTablet\":\"%\",\"imageWidthUnitMobile\":\"%\",\"subHeadTopMargin\":0,\"subHeadRightMargin\":40,\"subHeadLeftMargin\":0,\"subHeadMarginTopTablet\":0,\"subHeadMarginRightTablet\":0,\"subHeadTabletSpace\":20,\"subHeadMarginLeftTablet\":0,\"imgTagHeight\":66,\"imgTagWidth\":1000,\"btnBorderTopWidth\":1,\"btnBorderLeftWidth\":1,\"btnBorderRightWidth\":1,\"btnBorderBottomWidth\":1,\"btnBorderTopLeftRadius\":0,\"btnBorderTopRightRadius\":0,\"btnBorderBottomLeftRadius\":0,\"btnBorderBottomRightRadius\":0,\"btnBorderStyle\":\"solid\",\"btnBorderColor\":\"#333\"} -->\n<div class=\"wp-block-uagb-info-box uagb-block-08f09d1f uagb-infobox__content-wrap  uagb-infobox-icon-above-title uagb-infobox-image-valign-top\"><div class=\"uagb-ifb-content\"><div class=\"uagb-ifb-image-content\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-10.jpg\" alt=\"\" width=\"100\" height=\"66\" loading=\"lazy\"/></div><div class=\"uagb-ifb-title-wrap\"><h3 class=\"uagb-ifb-title\">The Barn </h3></div><p class=\"uagb-ifb-desc\">Rustic beams and exposed wood are all hallmarks of our barn-style suite. This is an open-plan unit with lots of windows with a raised king bed on a platform that faces the TV and the mountains.</p><div class=\"uagb-ifb-button-wrapper wp-block-button\"><a href=\"\" target=\"_self\" class=\"uagb-infobox-cta-link uagb-disable-link\" rel=\"noopener noreferrer\" alt=\"\"><span class=\"uagb-inline-editing\">READ MORE</span></a></div></div></div>\n<!-- /wp:uagb/info-box --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"4e4e3a08\",\"widthDesktop\":50,\"bottomPaddingDesktop\":20,\"rightPaddingDesktop\":32,\"bottomPaddingTablet\":35,\"rightPaddingTablet\":15,\"bottomPaddingMobile\":65,\"paddingLink\":false,\"topMarginDesktop\":0,\"bottomMarginDesktop\":0,\"leftMarginDesktop\":5,\"rightMarginDesktop\":5,\"topMarginMobile\":0,\"bottomMarginMobile\":0,\"leftMarginMobile\":0,\"rightMarginMobile\":0,\"marginLink\":false,\"variationSelected\":true,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-4e4e3a08\"><!-- wp:uagb/info-box {\"classMigrate\":true,\"headingAlign\":\"left\",\"headingColor\":\"\",\"subHeadingColor\":\"\",\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"source_type\":\"image\",\"block_id\":\"38b4eb3f\",\"ctaIcon\":\"\",\"ctaType\":\"text\",\"ctaText\":\"READ MORE\",\"ctaLinkColor\":\"var(\\u002d\\u002dast-global-color-0)\",\"ctaDecoration\":\"underline\",\"ctaFontSize\":12,\"ctaFontWeight\":\"600\",\"ctaLetterSpacing\":2,\"ctaBorderColor\":\"\",\"ctaBorderStyle\":\"\",\"ctaBorderWidth\":\"\",\"ctaBorderRadius\":\"\",\"iconBottomMargin\":30,\"iconImage\":{\"uploading\":false,\"date\":1670936842000,\"filename\":\"tuscan-suite-raised-bed-and-settee.jpg\",\"menuOrder\":0,\"uploadedTo\":761,\"type\":\"image\",\"subtype\":\"jpeg\",\"id\":864,\"title\":\"tuscan-suite-raised-bed-and-settee\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/tuscan-suite-raised-bed-and-settee.jpg\",\"link\":\"https://blueroan.netgen.cloud/accommodation/tuscan-suite-raised-bed-and-settee/\",\"alt\":\"\",\"author\":\"2\",\"description\":\"\",\"caption\":\"\",\"name\":\"tuscan-suite-raised-bed-and-settee\",\"status\":\"inherit\",\"modified\":1670936842000,\"mime\":\"image/jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-includes/images/media/default.png\",\"dateFormatted\":\"December 13, 2022\",\"nonces\":{\"update\":\"0624a4a01a\",\"delete\":\"9e8f0f7a5a\",\"edit\":\"087f94f2e5\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=864\\u0026action=edit\",\"meta\":false,\"authorName\":\"Netgen Support\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/profile.php\",\"uploadedToTitle\":\"Accommodation\",\"uploadedToLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=761\\u0026action=edit\",\"filesizeInBytes\":41923,\"filesizeHumanReadable\":\"41 KB\",\"context\":\"\",\"height\":400,\"width\":600,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/tuscan-suite-raised-bed-and-settee-150x150.jpg\",\"orientation\":\"landscape\"},\"medium\":{\"height\":200,\"width\":300,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/tuscan-suite-raised-bed-and-settee-300x200.jpg\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/tuscan-suite-raised-bed-and-settee.jpg\",\"height\":400,\"width\":600,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"imageSize\":\"full\",\"imageWidth\":100,\"imageWidthMobile\":100,\"imageWidthTablet\":100,\"paddingBtnTop\":10,\"paddingBtnBottom\":10,\"paddingBtnLeft\":14,\"paddingBtnRight\":14,\"imageWidthUnit\":\"%\",\"imageWidthUnitTablet\":\"%\",\"imageWidthUnitMobile\":\"%\",\"subHeadTopMargin\":0,\"subHeadRightMargin\":40,\"subHeadLeftMargin\":0,\"subHeadMarginTopTablet\":0,\"subHeadMarginRightTablet\":0,\"subHeadTabletSpace\":20,\"subHeadMarginLeftTablet\":0,\"imgTagHeight\":66,\"imgTagWidth\":600,\"btnBorderTopWidth\":1,\"btnBorderLeftWidth\":1,\"btnBorderRightWidth\":1,\"btnBorderBottomWidth\":1,\"btnBorderTopLeftRadius\":0,\"btnBorderTopRightRadius\":0,\"btnBorderBottomLeftRadius\":0,\"btnBorderBottomRightRadius\":0,\"btnBorderStyle\":\"solid\",\"btnBorderColor\":\"#333\"} -->\n<div class=\"wp-block-uagb-info-box uagb-block-38b4eb3f uagb-infobox__content-wrap  uagb-infobox-icon-above-title uagb-infobox-image-valign-top\"><div class=\"uagb-ifb-content\"><div class=\"uagb-ifb-image-content\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/tuscan-suite-raised-bed-and-settee.jpg\" alt=\"\" width=\"100\" height=\"66\" loading=\"lazy\"/></div><div class=\"uagb-ifb-title-wrap\"><h3 class=\"uagb-ifb-title\">The Tuscan Suite </h3></div><p class=\"uagb-ifb-desc\">Terra-cotta tiles, textured wall treatments, gorgeous, intricate murals,&nbsp;and simple, durable furniture with elegant iron accents are all characteristics of Tuscan interior design.</p><div class=\"uagb-ifb-button-wrapper wp-block-button\"><a href=\"\" target=\"_self\" class=\"uagb-infobox-cta-link uagb-disable-link\" rel=\"noopener noreferrer\" alt=\"\"><span class=\"uagb-inline-editing\">READ MORE</span></a></div></div></div>\n<!-- /wp:uagb/info-box --></div>\n<!-- /wp:uagb/container --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"246845c5\",\"directionDesktop\":\"row\",\"alignItemsTablet\":\"flex-start\",\"justifyContentDesktop\":\"flex-start\",\"topMarginDesktop\":54,\"bottomMarginDesktop\":0,\"leftMarginDesktop\":0,\"rightMarginDesktop\":0,\"topMarginMobile\":0,\"bottomMarginMobile\":0,\"leftMarginMobile\":0,\"rightMarginMobile\":0,\"marginLink\":false,\"variationSelected\":true,\"rowGapMobile\":0,\"columnGapDesktop\":0} -->\n<div class=\"wp-block-uagb-container uagb-block-246845c5\"><!-- wp:uagb/container {\"block_id\":\"c4d9f361\",\"widthDesktop\":50,\"bottomPaddingDesktop\":20,\"rightPaddingDesktop\":32,\"bottomPaddingTablet\":35,\"leftPaddingTablet\":0,\"rightPaddingTablet\":15,\"bottomPaddingMobile\":65,\"paddingLink\":false,\"topMarginDesktop\":0,\"bottomMarginDesktop\":0,\"leftMarginDesktop\":5,\"rightMarginDesktop\":5,\"topMarginMobile\":0,\"bottomMarginMobile\":0,\"leftMarginMobile\":0,\"rightMarginMobile\":0,\"marginLink\":false,\"variationSelected\":true,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-c4d9f361\"><!-- wp:uagb/info-box {\"classMigrate\":true,\"headingAlign\":\"left\",\"headingColor\":\"\",\"subHeadingColor\":\"\",\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"source_type\":\"image\",\"block_id\":\"3c2e686a\",\"ctaIcon\":\"\",\"ctaType\":\"text\",\"ctaText\":\"READ MORE\",\"ctaLinkColor\":\"var(\\u002d\\u002dast-global-color-0)\",\"ctaDecoration\":\"underline\",\"ctaFontSize\":12,\"ctaFontWeight\":\"600\",\"ctaLetterSpacing\":2,\"ctaBorderColor\":\"\",\"ctaBorderStyle\":\"\",\"ctaBorderWidth\":\"\",\"ctaBorderRadius\":\"\",\"iconBottomMargin\":30,\"iconImage\":{\"id\":838,\"title\":\"49g\",\"filename\":\"49g.jpg\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/49g.jpg\",\"link\":\"https://blueroan.netgen.cloud/home/49g/\",\"alt\":\"\",\"author\":\"2\",\"description\":\"\",\"caption\":\"\",\"name\":\"49g\",\"status\":\"inherit\",\"uploadedTo\":760,\"date\":\"2022-12-13T11:56:09.000Z\",\"modified\":\"2022-12-13T11:56:09.000Z\",\"menuOrder\":0,\"mime\":\"image/jpeg\",\"type\":\"image\",\"subtype\":\"jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-includes/images/media/default.png\",\"dateFormatted\":\"December 13, 2022\",\"nonces\":{\"update\":\"d856b41bb5\",\"delete\":\"95a15f0ef1\",\"edit\":\"b0a3c69433\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=838\\u0026action=edit\",\"meta\":false,\"authorName\":\"Netgen Support\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/profile.php\",\"uploadedToTitle\":\"Home\",\"uploadedToLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=760\\u0026action=edit\",\"filesizeInBytes\":315296,\"filesizeHumanReadable\":\"308 KB\",\"context\":\"\",\"height\":450,\"width\":650,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/49g-150x150.jpg\",\"orientation\":\"landscape\"},\"medium\":{\"height\":208,\"width\":300,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/49g-300x208.jpg\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/49g.jpg\",\"height\":450,\"width\":650,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"imageSize\":\"full\",\"imageWidth\":100,\"imageWidthMobile\":100,\"imageWidthTablet\":100,\"paddingBtnTop\":10,\"paddingBtnBottom\":10,\"paddingBtnLeft\":14,\"paddingBtnRight\":14,\"imageWidthUnit\":\"%\",\"imageWidthUnitTablet\":\"%\",\"imageWidthUnitMobile\":\"%\",\"subHeadTopMargin\":0,\"subHeadRightMargin\":40,\"subHeadLeftMargin\":0,\"subHeadMarginTopTablet\":0,\"subHeadMarginRightTablet\":0,\"subHeadTabletSpace\":20,\"subHeadMarginLeftTablet\":0,\"imgTagHeight\":69,\"imgTagWidth\":650,\"btnBorderTopWidth\":1,\"btnBorderLeftWidth\":1,\"btnBorderRightWidth\":1,\"btnBorderBottomWidth\":1,\"btnBorderTopLeftRadius\":0,\"btnBorderTopRightRadius\":0,\"btnBorderBottomLeftRadius\":0,\"btnBorderBottomRightRadius\":0,\"btnBorderStyle\":\"solid\",\"btnBorderColor\":\"#333\"} -->\n<div class=\"wp-block-uagb-info-box uagb-block-3c2e686a uagb-infobox__content-wrap  uagb-infobox-icon-above-title uagb-infobox-image-valign-top\"><div class=\"uagb-ifb-content\"><div class=\"uagb-ifb-image-content\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/49g.jpg\" alt=\"\" width=\"100\" height=\"69\" loading=\"lazy\"/></div><div class=\"uagb-ifb-title-wrap\"><h3 class=\"uagb-ifb-title\">The Bluebush </h3></div><p class=\"uagb-ifb-desc\">A warm and comforting suite with a very homely feeling. Settle in and relax like you would at home. Relax with a perfect corner-shaped spa bath and open-plan&nbsp;living area.</p><div class=\"uagb-ifb-button-wrapper wp-block-button\"><a href=\"\" target=\"_self\" class=\"uagb-infobox-cta-link uagb-disable-link\" rel=\"noopener noreferrer\" alt=\"\"><span class=\"uagb-inline-editing\">READ MORE</span></a></div></div></div>\n<!-- /wp:uagb/info-box --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"bce6a7d9\",\"widthDesktop\":50,\"bottomPaddingDesktop\":20,\"rightPaddingDesktop\":32,\"bottomPaddingTablet\":35,\"rightPaddingTablet\":15,\"bottomPaddingMobile\":65,\"paddingLink\":false,\"topMarginDesktop\":0,\"bottomMarginDesktop\":0,\"leftMarginDesktop\":5,\"rightMarginDesktop\":5,\"topMarginMobile\":0,\"bottomMarginMobile\":0,\"leftMarginMobile\":0,\"rightMarginMobile\":0,\"marginLink\":false,\"variationSelected\":true,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-bce6a7d9\"><!-- wp:uagb/info-box {\"classMigrate\":true,\"headingAlign\":\"left\",\"headingColor\":\"\",\"subHeadingColor\":\"\",\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"source_type\":\"image\",\"block_id\":\"d97071a1\",\"ctaIcon\":\"\",\"ctaType\":\"text\",\"ctaText\":\"READ MORE\",\"ctaLinkColor\":\"var(\\u002d\\u002dast-global-color-0)\",\"ctaDecoration\":\"underline\",\"ctaFontSize\":12,\"ctaFontWeight\":\"600\",\"ctaLetterSpacing\":2,\"ctaBorderColor\":\"\",\"ctaBorderStyle\":\"\",\"ctaBorderWidth\":\"\",\"ctaBorderRadius\":\"\",\"iconBottomMargin\":30,\"iconImage\":{\"uploading\":false,\"date\":1670938831000,\"filename\":\"blue-roan-guest-farm-11.jpg\",\"menuOrder\":0,\"uploadedTo\":761,\"type\":\"image\",\"subtype\":\"jpeg\",\"id\":879,\"title\":\"blue-roan-guest-farm (11)\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-11.jpg\",\"link\":\"https://blueroan.netgen.cloud/accommodation/blue-roan-guest-farm-11/\",\"alt\":\"\",\"author\":\"2\",\"description\":\"\",\"caption\":\"\",\"name\":\"blue-roan-guest-farm-11\",\"status\":\"inherit\",\"modified\":1670938831000,\"mime\":\"image/jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-includes/images/media/default.png\",\"dateFormatted\":\"December 13, 2022\",\"nonces\":{\"update\":\"294125e9db\",\"delete\":\"1a7a578cdb\",\"edit\":\"79b313e573\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=879\\u0026action=edit\",\"meta\":false,\"authorName\":\"Netgen Support\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/profile.php\",\"uploadedToTitle\":\"Accommodation\",\"uploadedToLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=761\\u0026action=edit\",\"filesizeInBytes\":175055,\"filesizeHumanReadable\":\"171 KB\",\"context\":\"\",\"height\":667,\"width\":1000,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-11-150x150.jpg\",\"orientation\":\"landscape\"},\"medium\":{\"height\":200,\"width\":300,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-11-300x200.jpg\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-11.jpg\",\"height\":667,\"width\":1000,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"imageSize\":\"full\",\"imageWidth\":100,\"imageWidthMobile\":100,\"imageWidthTablet\":100,\"paddingBtnTop\":10,\"paddingBtnBottom\":10,\"paddingBtnLeft\":14,\"paddingBtnRight\":14,\"imageWidthUnit\":\"%\",\"imageWidthUnitTablet\":\"%\",\"imageWidthUnitMobile\":\"%\",\"subHeadTopMargin\":0,\"subHeadRightMargin\":40,\"subHeadLeftMargin\":0,\"subHeadMarginTopTablet\":0,\"subHeadMarginRightTablet\":0,\"subHeadTabletSpace\":20,\"subHeadMarginLeftTablet\":0,\"imgTagHeight\":66,\"imgTagWidth\":1000,\"btnBorderTopWidth\":1,\"btnBorderLeftWidth\":1,\"btnBorderRightWidth\":1,\"btnBorderBottomWidth\":1,\"btnBorderTopLeftRadius\":0,\"btnBorderTopRightRadius\":0,\"btnBorderBottomLeftRadius\":0,\"btnBorderBottomRightRadius\":0,\"btnBorderStyle\":\"solid\",\"btnBorderColor\":\"#333\"} -->\n<div class=\"wp-block-uagb-info-box uagb-block-d97071a1 uagb-infobox__content-wrap  uagb-infobox-icon-above-title uagb-infobox-image-valign-top\"><div class=\"uagb-ifb-content\"><div class=\"uagb-ifb-image-content\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-11.jpg\" alt=\"\" width=\"100\" height=\"66\" loading=\"lazy\"/></div><div class=\"uagb-ifb-title-wrap\"><h3 class=\"uagb-ifb-title\">The Mexican Loft </h3></div><p class=\"uagb-ifb-desc\">This Mexican-inspired unit is full of bold colors and rustic furnishings. This design style has a multifarious feel, mixing rustic wood, authentic art, textiles, and a vivid palette of color</p><div class=\"uagb-ifb-button-wrapper wp-block-button\"><a href=\"\" target=\"_self\" class=\"uagb-infobox-cta-link uagb-disable-link\" rel=\"noopener noreferrer\" alt=\"\"><span class=\"uagb-inline-editing\">READ MORE</span></a></div></div></div>\n<!-- /wp:uagb/info-box --></div>\n<!-- /wp:uagb/container --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"5e6a0413\",\"directionDesktop\":\"row\",\"justifyContentDesktop\":\"flex-start\",\"topMarginDesktop\":54,\"bottomMarginDesktop\":0,\"leftMarginDesktop\":0,\"rightMarginDesktop\":0,\"topMarginMobile\":0,\"bottomMarginMobile\":0,\"leftMarginMobile\":0,\"rightMarginMobile\":0,\"marginLink\":false,\"variationSelected\":true,\"rowGapMobile\":0,\"columnGapDesktop\":0} -->\n<div class=\"wp-block-uagb-container uagb-block-5e6a0413\"><!-- wp:uagb/container {\"block_id\":\"07cf650f\",\"widthDesktop\":50,\"bottomPaddingDesktop\":20,\"rightPaddingDesktop\":32,\"bottomPaddingTablet\":35,\"rightPaddingTablet\":15,\"bottomPaddingMobile\":65,\"paddingLink\":false,\"topMarginDesktop\":0,\"bottomMarginDesktop\":0,\"leftMarginDesktop\":5,\"rightMarginDesktop\":5,\"topMarginMobile\":0,\"bottomMarginMobile\":0,\"leftMarginMobile\":0,\"rightMarginMobile\":0,\"marginLink\":false,\"variationSelected\":true,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-07cf650f\"><!-- wp:uagb/info-box {\"classMigrate\":true,\"headingAlign\":\"left\",\"headingColor\":\"\",\"subHeadingColor\":\"\",\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"source_type\":\"image\",\"block_id\":\"ba2d5c8a\",\"ctaIcon\":\"\",\"ctaType\":\"text\",\"ctaText\":\"READ MORE\",\"ctaLinkColor\":\"var(\\u002d\\u002dast-global-color-0)\",\"ctaDecoration\":\"underline\",\"ctaFontSize\":12,\"ctaFontWeight\":\"600\",\"ctaLetterSpacing\":2,\"ctaBorderColor\":\"\",\"ctaBorderStyle\":\"\",\"ctaBorderWidth\":\"\",\"ctaBorderRadius\":\"\",\"iconBottomMargin\":30,\"iconImage\":{\"id\":289,\"title\":\"room-5\",\"filename\":\"room-5.jpg\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/room-5.jpg\",\"link\":\"https://blueroan.netgen.cloud/room-5/\",\"alt\":\"\",\"author\":\"34\",\"description\":\"\",\"caption\":\"\",\"name\":\"room-5\",\"status\":\"inherit\",\"uploadedTo\":0,\"date\":\"2021-05-11T12:41:05.000Z\",\"modified\":\"2021-05-11T12:41:05.000Z\",\"menuOrder\":0,\"mime\":\"image/jpeg\",\"type\":\"image\",\"subtype\":\"jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/default.png\",\"dateFormatted\":\"May 11, 2021\",\"nonces\":{\"update\":\"67479f178f\",\"delete\":\"0a3770770f\",\"edit\":\"881fd0ea74\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=289\\u0026action=edit\",\"meta\":false,\"authorName\":\"Rishabh\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/user-edit.php?user_id=34\",\"filesizeInBytes\":49173,\"filesizeHumanReadable\":\"48 KB\",\"context\":\"\",\"height\":400,\"width\":600,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/room-5-150x150.jpg\",\"orientation\":\"landscape\"},\"medium\":{\"height\":200,\"width\":300,\"url\":\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/room-5-300x200.jpg\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/room-5.jpg\",\"height\":400,\"width\":600,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"imageSize\":\"full\",\"imageWidth\":100,\"imageWidthMobile\":100,\"imageWidthTablet\":100,\"paddingBtnTop\":10,\"paddingBtnBottom\":10,\"paddingBtnLeft\":14,\"paddingBtnRight\":14,\"imageWidthUnit\":\"%\",\"imageWidthUnitTablet\":\"%\",\"imageWidthUnitMobile\":\"%\",\"subHeadTopMargin\":0,\"subHeadRightMargin\":40,\"subHeadLeftMargin\":0,\"subHeadMarginTopTablet\":0,\"subHeadMarginRightTablet\":0,\"subHeadTabletSpace\":20,\"subHeadMarginLeftTablet\":0,\"imgTagHeight\":66,\"imgTagWidth\":600,\"btnBorderTopWidth\":1,\"btnBorderLeftWidth\":1,\"btnBorderRightWidth\":1,\"btnBorderBottomWidth\":1,\"btnBorderTopLeftRadius\":0,\"btnBorderTopRightRadius\":0,\"btnBorderBottomLeftRadius\":0,\"btnBorderBottomRightRadius\":0,\"btnBorderStyle\":\"solid\",\"btnBorderColor\":\"#333\"} -->\n<div class=\"wp-block-uagb-info-box uagb-block-ba2d5c8a uagb-infobox__content-wrap  uagb-infobox-icon-above-title uagb-infobox-image-valign-top\"><div class=\"uagb-ifb-content\"><div class=\"uagb-ifb-image-content\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/room-5.jpg\" alt=\"\" width=\"100\" height=\"66\" loading=\"lazy\"/></div><div class=\"uagb-ifb-title-wrap\"><h3 class=\"uagb-ifb-title\">Grand Suite​</h3></div><p class=\"uagb-ifb-desc\">This is the second-highest ranked room in our hotel that offers luxury with the most advanced amenities.</p><div class=\"uagb-ifb-button-wrapper wp-block-button\"><a href=\"\" target=\"_self\" class=\"uagb-infobox-cta-link uagb-disable-link\" rel=\"noopener noreferrer\" alt=\"\"><span class=\"uagb-inline-editing\">READ MORE</span></a></div></div></div>\n<!-- /wp:uagb/info-box --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"f99d409c\",\"widthDesktop\":50,\"bottomPaddingDesktop\":20,\"rightPaddingDesktop\":32,\"bottomPaddingTablet\":35,\"rightPaddingTablet\":15,\"paddingLink\":false,\"topMarginDesktop\":0,\"bottomMarginDesktop\":0,\"leftMarginDesktop\":5,\"rightMarginDesktop\":5,\"topMarginMobile\":0,\"bottomMarginMobile\":0,\"leftMarginMobile\":0,\"rightMarginMobile\":0,\"marginLink\":false,\"variationSelected\":true,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-f99d409c\"><!-- wp:uagb/info-box {\"classMigrate\":true,\"headingAlign\":\"left\",\"headingColor\":\"\",\"subHeadingColor\":\"\",\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"source_type\":\"image\",\"block_id\":\"3ed1608f\",\"ctaIcon\":\"\",\"ctaType\":\"text\",\"ctaText\":\"READ MORE\",\"ctaLinkColor\":\"var(\\u002d\\u002dast-global-color-0)\",\"ctaDecoration\":\"underline\",\"ctaFontSize\":12,\"ctaFontWeight\":\"600\",\"ctaLetterSpacing\":2,\"ctaBorderColor\":\"\",\"ctaBorderStyle\":\"\",\"ctaBorderWidth\":\"\",\"ctaBorderRadius\":\"\",\"iconBottomMargin\":30,\"iconImage\":{\"id\":290,\"title\":\"room-6\",\"filename\":\"room-6.jpg\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/room-6.jpg\",\"link\":\"https://blueroan.netgen.cloud/room-6/\",\"alt\":\"\",\"author\":\"34\",\"description\":\"\",\"caption\":\"\",\"name\":\"room-6\",\"status\":\"inherit\",\"uploadedTo\":0,\"date\":\"2021-05-11T12:42:24.000Z\",\"modified\":\"2021-05-11T12:42:24.000Z\",\"menuOrder\":0,\"mime\":\"image/jpeg\",\"type\":\"image\",\"subtype\":\"jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/default.png\",\"dateFormatted\":\"May 11, 2021\",\"nonces\":{\"update\":\"ca0f21bc6b\",\"delete\":\"aeb89ca3d4\",\"edit\":\"4be159def3\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=290\\u0026action=edit\",\"meta\":false,\"authorName\":\"Rishabh\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/user-edit.php?user_id=34\",\"filesizeInBytes\":50081,\"filesizeHumanReadable\":\"49 KB\",\"context\":\"\",\"height\":400,\"width\":600,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/room-6-150x150.jpg\",\"orientation\":\"landscape\"},\"medium\":{\"height\":200,\"width\":300,\"url\":\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/room-6-300x200.jpg\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/room-6.jpg\",\"height\":400,\"width\":600,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"imageSize\":\"full\",\"imageWidth\":100,\"imageWidthMobile\":100,\"imageWidthTablet\":100,\"paddingBtnTop\":10,\"paddingBtnBottom\":10,\"paddingBtnLeft\":14,\"paddingBtnRight\":14,\"imageWidthUnit\":\"%\",\"imageWidthUnitTablet\":\"%\",\"imageWidthUnitMobile\":\"%\",\"subHeadTopMargin\":0,\"subHeadRightMargin\":40,\"subHeadLeftMargin\":0,\"subHeadMarginTopTablet\":0,\"subHeadMarginRightTablet\":0,\"subHeadTabletSpace\":20,\"subHeadMarginLeftTablet\":0,\"imgTagHeight\":66,\"imgTagWidth\":600,\"btnBorderTopWidth\":1,\"btnBorderLeftWidth\":1,\"btnBorderRightWidth\":1,\"btnBorderBottomWidth\":1,\"btnBorderTopLeftRadius\":0,\"btnBorderTopRightRadius\":0,\"btnBorderBottomLeftRadius\":0,\"btnBorderBottomRightRadius\":0,\"btnBorderStyle\":\"solid\",\"btnBorderColor\":\"#333\"} -->\n<div class=\"wp-block-uagb-info-box uagb-block-3ed1608f uagb-infobox__content-wrap  uagb-infobox-icon-above-title uagb-infobox-image-valign-top\"><div class=\"uagb-ifb-content\"><div class=\"uagb-ifb-image-content\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/room-6.jpg\" alt=\"\" width=\"100\" height=\"66\" loading=\"lazy\"/></div><div class=\"uagb-ifb-title-wrap\"><h3 class=\"uagb-ifb-title\">Presidential Suite​</h3></div><p class=\"uagb-ifb-desc\">Wish to live like a king? Here’s the top presidential suite where you can spend the best days of your life.</p><div class=\"uagb-ifb-button-wrapper wp-block-button\"><a href=\"\" target=\"_self\" class=\"uagb-infobox-cta-link uagb-disable-link\" rel=\"noopener noreferrer\" alt=\"\"><span class=\"uagb-inline-editing\">READ MORE</span></a></div></div></div>\n<!-- /wp:uagb/info-box --></div>\n<!-- /wp:uagb/container --></div>\n<!-- /wp:uagb/container --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"d02481a7\",\"innerContentCustomWidthDesktop\":781,\"innerContentCustomWidthTablet\":781,\"backgroundType\":\"image\",\"backgroundImageDesktop\":{\"id\":54,\"title\":\"background-img\",\"filename\":\"background-img-1.jpg\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/background-img-1.jpg\",\"link\":\"https://blueroan.netgen.cloud/background-img-2/\",\"alt\":\"\",\"author\":\"34\",\"description\":\"\",\"caption\":\"\",\"name\":\"background-img-2\",\"status\":\"inherit\",\"uploadedTo\":0,\"date\":\"2021-05-07T10:11:37.000Z\",\"modified\":\"2021-05-07T10:11:37.000Z\",\"menuOrder\":0,\"mime\":\"image/jpeg\",\"type\":\"image\",\"subtype\":\"jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/default.png\",\"dateFormatted\":\"May 7, 2021\",\"nonces\":{\"update\":\"bb999636b9\",\"delete\":\"d2e1375bc4\",\"edit\":\"005dd2f0c9\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=54\\u0026action=edit\",\"meta\":false,\"authorName\":\"Rishabh\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/user-edit.php?user_id=34\",\"filesizeInBytes\":338858,\"filesizeHumanReadable\":\"331 KB\",\"context\":\"\",\"height\":1080,\"width\":1920,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/background-img-1-150x150.jpg\",\"orientation\":\"landscape\"},\"medium\":{\"height\":169,\"width\":300,\"url\":\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/background-img-1-300x169.jpg\",\"orientation\":\"landscape\"},\"large\":{\"height\":576,\"width\":1024,\"url\":\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/background-img-1-1024x576.jpg\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/background-img-1.jpg\",\"height\":1080,\"width\":1920,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"backgroundImageColor\":\"rgba(42,42,42,0.65)\",\"topPaddingDesktop\":144,\"bottomPaddingDesktop\":144,\"leftPaddingDesktop\":40,\"rightPaddingDesktop\":40,\"topPaddingTablet\":80,\"bottomPaddingTablet\":80,\"leftPaddingTablet\":40,\"rightPaddingTablet\":40,\"topPaddingMobile\":64,\"bottomPaddingMobile\":64,\"leftPaddingMobile\":24,\"rightPaddingMobile\":24,\"paddingLink\":false,\"variationSelected\":true,\"isBlockRootParent\":true,\"overlayType\":\"color\"} -->\n<div class=\"wp-block-uagb-container uagb-block-d02481a7 alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/advanced-heading {\"block_id\":\"c07659e0\",\"classMigrate\":true,\"headingDescToggle\":true,\"headingAlign\":\"center\",\"headingColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"subHeadingColor\":\"var(\\u002d\\u002dast-global-color-4)\",\"headSpace\":20} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-c07659e0\"><h2 class=\"uagb-heading-text\">Plan an Unforgettable Experience in Mykonos Today!</h2><p class=\"uagb-desc-text\">We can help you fit your stay and experience within your allotted budget.</p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/advanced-heading {\"block_id\":\"1f4f1cac\",\"classMigrate\":true,\"headingTitleToggle\":false,\"headingDescToggle\":true,\"headingAlign\":\"center\",\"subHeadingColor\":\"var(\\u002d\\u002dast-global-color-4)\",\"subHeadTransform\":\"uppercase\",\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"subHeadLetterSpacing\":2,\"blockTopPadding\":60,\"blockRightPadding\":0,\"blockLeftPadding\":0,\"blockBottomPadding\":0,\"blockTopPaddingMobile\":30,\"blockRightPaddingMobile\":0,\"blockLeftPaddingMobile\":0,\"blockBottomPaddingMobile\":0} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-1f4f1cac\"><p class=\"uagb-desc-text\">BOOK YOUR STAY NOW​</p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/icon-list {\"block_id\":\"50b1dbcd\",\"classMigrate\":true,\"childMigrate\":true,\"align\":\"center\",\"parentIcon\":\"phone\",\"size\":40,\"sizeMobile\":24,\"sizeTablet\":32,\"fontSize\":48,\"fontSizeMobile\":28,\"fontSizeTablet\":40,\"fontWeight\":\"600\",\"iconColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"labelColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"blockTopPadding\":0,\"blockRightPadding\":0,\"blockLeftPadding\":0,\"blockBottomPadding\":24,\"blockPaddingLink\":false} -->\n<div class=\"wp-block-uagb-icon-list uagb-block-50b1dbcd\"><div class=\"uagb-icon-list__wrap\"><!-- wp:uagb/icon-list-child {\"block_id\":\"fb44346a\",\"label\":\"+1-123 456 7890​\",\"label_color\":\"\",\"fromParentIcon\":\"phone\",\"imageSizeChild\":40} -->\n<div class=\"wp-block-uagb-icon-list-child uagb-block-fb44346a\"><span class=\"uagb-icon-list__source-wrap\"><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M511.2 387l-23.25 100.8c-3.266 14.25-15.79 24.22-30.46 24.22C205.2 512 0 306.8 0 54.5c0-14.66 9.969-27.2 24.22-30.45l100.8-23.25C139.7-2.602 154.7 5.018 160.8 18.92l46.52 108.5c5.438 12.78 1.77 27.67-8.98 36.45L144.5 207.1c33.98 69.22 90.26 125.5 159.5 159.5l44.08-53.8c8.688-10.78 23.69-14.51 36.47-8.975l108.5 46.51C506.1 357.2 514.6 372.4 511.2 387z\"></path></svg></span><span class=\"uagb-icon-list__label\">+1-123 456 7890​</span></div>\n<!-- /wp:uagb/icon-list-child --></div></div>\n<!-- /wp:uagb/icon-list --></div></div>\n<!-- /wp:uagb/container -->',	'Accommodation',	'',	'inherit',	'closed',	'closed',	'',	'761-revision-v1',	'',	'',	'2022-12-13 13:40:37',	'2022-12-13 13:40:37',	'',	761,	'https://blueroan.netgen.cloud/?p=880',	0,	'revision',	'',	0),
(881,	2,	'2022-12-13 13:42:25',	'2022-12-13 13:42:25',	'',	'bluebush-king-bed-and-spa-bath',	'',	'inherit',	'open',	'closed',	'',	'bluebush-king-bed-and-spa-bath',	'',	'',	'2022-12-13 13:42:25',	'2022-12-13 13:42:25',	'',	761,	'https://blueroan.netgen.cloud/wp-content/uploads/2022/12/bluebush-king-bed-and-spa-bath.png',	0,	'attachment',	'image/png',	0),
(882,	2,	'2022-12-13 13:42:30',	'2022-12-13 13:42:30',	'<!-- wp:uagb/container {\"block_id\":\"7be82656\",\"backgroundType\":\"image\",\"backgroundImageDesktop\":{\"id\":797,\"title\":\"blue-roan-guest-farm (13)\",\"filename\":\"blue-roan-guest-farm-13.jpg\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-13.jpg\",\"link\":\"https://blueroan.netgen.cloud/home/blue-roan-guest-farm-13/\",\"alt\":\"\",\"author\":\"2\",\"description\":\"\",\"caption\":\"\",\"name\":\"blue-roan-guest-farm-13\",\"status\":\"inherit\",\"uploadedTo\":760,\"date\":\"2022-12-13T09:37:10.000Z\",\"modified\":\"2022-12-13T09:37:10.000Z\",\"menuOrder\":0,\"mime\":\"image/jpeg\",\"type\":\"image\",\"subtype\":\"jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-includes/images/media/default.png\",\"dateFormatted\":\"December 13, 2022\",\"nonces\":{\"update\":\"88c7dafe15\",\"delete\":\"0e63c986af\",\"edit\":\"ba0aad2d7f\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=797\\u0026action=edit\",\"meta\":false,\"authorName\":\"Netgen Support\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/profile.php\",\"uploadedToTitle\":\"Home\",\"uploadedToLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=760\\u0026action=edit\",\"filesizeInBytes\":201183,\"filesizeHumanReadable\":\"196 KB\",\"context\":\"\",\"height\":667,\"width\":1000,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-13-150x150.jpg\",\"orientation\":\"landscape\"},\"medium\":{\"height\":200,\"width\":300,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-13-300x200.jpg\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-13.jpg\",\"height\":667,\"width\":1000,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"backgroundPositionDesktop\":{\"x\":0.62,\"y\":0.78},\"backgroundSizeTablet\":\"cover\",\"backgroundSizeMobile\":\"cover\",\"backgroundColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"backgroundImageColor\":\"rgba(42,42,42,0.5)\",\"topPaddingDesktop\":220,\"bottomPaddingDesktop\":150,\"topPaddingTablet\":170,\"bottomPaddingTablet\":160,\"leftPaddingTablet\":30,\"rightPaddingTablet\":30,\"topPaddingMobile\":180,\"bottomPaddingMobile\":80,\"leftPaddingMobile\":20,\"rightPaddingMobile\":20,\"paddingLink\":false,\"variationSelected\":true,\"isBlockRootParent\":true,\"overlayType\":\"color\"} -->\n<div class=\"wp-block-uagb-container uagb-block-7be82656 alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/advanced-heading {\"block_id\":\"49515ca9\",\"classMigrate\":true,\"headingDescToggle\":true,\"headingColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"subHeadingColor\":\"var(\\u002d\\u002dast-global-color-4)\",\"headingTag\":\"h1\",\"headSpace\":20,\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"blockTopPadding\":0,\"blockRightPadding\":50,\"blockLeftPadding\":0,\"blockBottomPadding\":0,\"blockTopPaddingTablet\":0,\"blockRightPaddingTablet\":20,\"blockLeftPaddingTablet\":0,\"blockBottomPaddingTablet\":0,\"blockTopPaddingMobile\":0,\"blockRightPaddingMobile\":0,\"blockLeftPaddingMobile\":0,\"blockBottomPaddingMobile\":0,\"blockPaddingUnit\":\"%\",\"blockPaddingUnitTablet\":\"%\"} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-49515ca9\"><h1 class=\"uagb-heading-text\">Rooms &amp; Accommodation​</h1><p class=\"uagb-desc-text\">If you are looking for a home away from home, even a place your dog can come along then take a closer look into the rooms we offer and pick the one for you.</p></div>\n<!-- /wp:uagb/advanced-heading --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"0784ccb4\",\"backgroundType\":\"color\",\"backgroundSizeTablet\":\"cover\",\"backgroundSizeMobile\":\"cover\",\"backgroundColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"topPaddingDesktop\":120,\"bottomPaddingDesktop\":120,\"topPaddingTablet\":80,\"bottomPaddingTablet\":80,\"leftPaddingTablet\":30,\"rightPaddingTablet\":30,\"topPaddingMobile\":80,\"bottomPaddingMobile\":80,\"leftPaddingMobile\":20,\"rightPaddingMobile\":20,\"paddingLink\":false,\"variationSelected\":true,\"rowGapDesktop\":0,\"isBlockRootParent\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-0784ccb4 alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/container {\"block_id\":\"ac92edf9\",\"directionDesktop\":\"row\",\"alignItemsDesktop\":\"flex-end\",\"alignItemsTablet\":\"flex-end\",\"justifyContentDesktop\":\"flex-end\",\"justifyContentTablet\":\"space-between\",\"variationSelected\":true,\"rowGapMobile\":20,\"columnGapDesktop\":0} -->\n<div class=\"wp-block-uagb-container uagb-block-ac92edf9\"><!-- wp:uagb/advanced-heading {\"block_id\":\"855d38fa\",\"classMigrate\":true,\"headingDescToggle\":true,\"subHeadingColor\":\"\",\"headSpace\":20,\"subHeadFontSize\":16} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-855d38fa\"><h2 class=\"uagb-heading-text\">Come &amp; Stay With Us​</h2><p class=\"uagb-desc-text\">There are 7 excellent brick self-catering units available, each private and with a distinctive personality and theme. They are particularly made for pet-free or pet-owning couples looking for a romantic and serene setting to reconnect, celebrate special occasions, or simply unwind on a holiday.<br><br>We are pet-friendly by arrangement as each unit is separately fenced with its own grassy garden with a garden gate leading to the generous park area where pets can socialize. &nbsp;We also have lovely safe off-leash walking trails on our property and beyond. &nbsp;Our units are very luxurious with everything you would need and very homely and charming. Regrettably no children or group bookings.  </p></div>\n<!-- /wp:uagb/advanced-heading --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"bd836a26\",\"directionDesktop\":\"row\",\"alignItemsTablet\":\"flex-start\",\"justifyContentDesktop\":\"flex-start\",\"topMarginDesktop\":54,\"bottomMarginDesktop\":0,\"leftMarginDesktop\":0,\"rightMarginDesktop\":0,\"marginLink\":false,\"variationSelected\":true,\"rowGapMobile\":0,\"columnGapDesktop\":0} -->\n<div class=\"wp-block-uagb-container uagb-block-bd836a26\"><!-- wp:uagb/container {\"block_id\":\"7bd6f6a6\",\"widthDesktop\":50,\"bottomPaddingDesktop\":20,\"rightPaddingDesktop\":32,\"bottomPaddingTablet\":35,\"rightPaddingTablet\":15,\"bottomPaddingMobile\":65,\"paddingLink\":false,\"topMarginDesktop\":0,\"bottomMarginDesktop\":0,\"leftMarginDesktop\":5,\"rightMarginDesktop\":5,\"topMarginMobile\":0,\"bottomMarginMobile\":0,\"leftMarginMobile\":0,\"rightMarginMobile\":0,\"marginLink\":false,\"variationSelected\":true,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-7bd6f6a6\"><!-- wp:uagb/info-box {\"classMigrate\":true,\"headingAlign\":\"left\",\"headingColor\":\"\",\"subHeadingColor\":\"\",\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"source_type\":\"image\",\"block_id\":\"996ccbae\",\"ctaIcon\":\"\",\"ctaType\":\"text\",\"ctaText\":\"READ MORE\",\"ctaLinkColor\":\"var(\\u002d\\u002dast-global-color-0)\",\"ctaDecoration\":\"underline\",\"ctaFontSize\":12,\"ctaFontWeight\":\"600\",\"ctaLetterSpacing\":2,\"ctaBorderColor\":\"\",\"ctaBorderStyle\":\"\",\"ctaBorderWidth\":\"\",\"ctaBorderRadius\":\"\",\"iconBottomMargin\":30,\"iconImage\":{\"uploading\":false,\"date\":1670936674000,\"filename\":\"blue-roan-guest-farm-10.jpg\",\"menuOrder\":0,\"uploadedTo\":761,\"type\":\"image\",\"subtype\":\"jpeg\",\"id\":863,\"title\":\"blue-roan-guest-farm (10)\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-10.jpg\",\"link\":\"https://blueroan.netgen.cloud/accommodation/blue-roan-guest-farm-10/\",\"alt\":\"\",\"author\":\"2\",\"description\":\"\",\"caption\":\"\",\"name\":\"blue-roan-guest-farm-10\",\"status\":\"inherit\",\"modified\":1670936674000,\"mime\":\"image/jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-includes/images/media/default.png\",\"dateFormatted\":\"December 13, 2022\",\"nonces\":{\"update\":\"1a7491aa65\",\"delete\":\"dc6afaa89c\",\"edit\":\"7635ee35fb\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=863\\u0026action=edit\",\"meta\":false,\"authorName\":\"Netgen Support\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/profile.php\",\"uploadedToTitle\":\"Accommodation\",\"uploadedToLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=761\\u0026action=edit\",\"filesizeInBytes\":149768,\"filesizeHumanReadable\":\"146 KB\",\"context\":\"\",\"height\":667,\"width\":1000,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-10-150x150.jpg\",\"orientation\":\"landscape\"},\"medium\":{\"height\":200,\"width\":300,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-10-300x200.jpg\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-10.jpg\",\"height\":667,\"width\":1000,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"imageSize\":\"full\",\"imageWidth\":100,\"imageWidthMobile\":100,\"imageWidthTablet\":100,\"paddingBtnTop\":10,\"paddingBtnBottom\":10,\"paddingBtnLeft\":14,\"paddingBtnRight\":14,\"imageWidthUnit\":\"%\",\"imageWidthUnitTablet\":\"%\",\"imageWidthUnitMobile\":\"%\",\"subHeadTopMargin\":0,\"subHeadRightMargin\":40,\"subHeadLeftMargin\":0,\"subHeadMarginTopTablet\":0,\"subHeadMarginRightTablet\":0,\"subHeadTabletSpace\":20,\"subHeadMarginLeftTablet\":0,\"imgTagHeight\":66,\"imgTagWidth\":1000,\"btnBorderTopWidth\":1,\"btnBorderLeftWidth\":1,\"btnBorderRightWidth\":1,\"btnBorderBottomWidth\":1,\"btnBorderTopLeftRadius\":0,\"btnBorderTopRightRadius\":0,\"btnBorderBottomLeftRadius\":0,\"btnBorderBottomRightRadius\":0,\"btnBorderStyle\":\"solid\",\"btnBorderColor\":\"#333\"} -->\n<div class=\"wp-block-uagb-info-box uagb-block-996ccbae uagb-infobox__content-wrap  uagb-infobox-icon-above-title uagb-infobox-image-valign-top\"><div class=\"uagb-ifb-content\"><div class=\"uagb-ifb-image-content\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-10.jpg\" alt=\"\" width=\"100\" height=\"66\" loading=\"lazy\"/></div><div class=\"uagb-ifb-title-wrap\"><h3 class=\"uagb-ifb-title\">The Barn </h3></div><p class=\"uagb-ifb-desc\">Rustic beams and exposed wood are all hallmarks of our barn-style suite. This is an open-plan unit with lots of windows with a raised king bed on a platform that faces the TV and the mountains.</p><div class=\"uagb-ifb-button-wrapper wp-block-button\"><a href=\"\" target=\"_self\" class=\"uagb-infobox-cta-link uagb-disable-link\" rel=\"noopener noreferrer\" alt=\"\"><span class=\"uagb-inline-editing\">READ MORE</span></a></div></div></div>\n<!-- /wp:uagb/info-box --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"a5a1ae33\",\"widthDesktop\":50,\"bottomPaddingDesktop\":20,\"rightPaddingDesktop\":32,\"bottomPaddingTablet\":35,\"rightPaddingTablet\":15,\"bottomPaddingMobile\":65,\"paddingLink\":false,\"topMarginDesktop\":0,\"bottomMarginDesktop\":0,\"leftMarginDesktop\":5,\"rightMarginDesktop\":5,\"topMarginMobile\":0,\"bottomMarginMobile\":0,\"leftMarginMobile\":0,\"rightMarginMobile\":0,\"marginLink\":false,\"variationSelected\":true,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-a5a1ae33\"><!-- wp:uagb/info-box {\"classMigrate\":true,\"headingAlign\":\"left\",\"headingColor\":\"\",\"subHeadingColor\":\"\",\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"source_type\":\"image\",\"block_id\":\"39578e41\",\"ctaIcon\":\"\",\"ctaType\":\"text\",\"ctaText\":\"READ MORE\",\"ctaLinkColor\":\"var(\\u002d\\u002dast-global-color-0)\",\"ctaDecoration\":\"underline\",\"ctaFontSize\":12,\"ctaFontWeight\":\"600\",\"ctaLetterSpacing\":2,\"ctaBorderColor\":\"\",\"ctaBorderStyle\":\"\",\"ctaBorderWidth\":\"\",\"ctaBorderRadius\":\"\",\"iconBottomMargin\":30,\"iconImage\":{\"uploading\":false,\"date\":1670936842000,\"filename\":\"tuscan-suite-raised-bed-and-settee.jpg\",\"menuOrder\":0,\"uploadedTo\":761,\"type\":\"image\",\"subtype\":\"jpeg\",\"id\":864,\"title\":\"tuscan-suite-raised-bed-and-settee\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/tuscan-suite-raised-bed-and-settee.jpg\",\"link\":\"https://blueroan.netgen.cloud/accommodation/tuscan-suite-raised-bed-and-settee/\",\"alt\":\"\",\"author\":\"2\",\"description\":\"\",\"caption\":\"\",\"name\":\"tuscan-suite-raised-bed-and-settee\",\"status\":\"inherit\",\"modified\":1670936842000,\"mime\":\"image/jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-includes/images/media/default.png\",\"dateFormatted\":\"December 13, 2022\",\"nonces\":{\"update\":\"0624a4a01a\",\"delete\":\"9e8f0f7a5a\",\"edit\":\"087f94f2e5\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=864\\u0026action=edit\",\"meta\":false,\"authorName\":\"Netgen Support\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/profile.php\",\"uploadedToTitle\":\"Accommodation\",\"uploadedToLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=761\\u0026action=edit\",\"filesizeInBytes\":41923,\"filesizeHumanReadable\":\"41 KB\",\"context\":\"\",\"height\":400,\"width\":600,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/tuscan-suite-raised-bed-and-settee-150x150.jpg\",\"orientation\":\"landscape\"},\"medium\":{\"height\":200,\"width\":300,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/tuscan-suite-raised-bed-and-settee-300x200.jpg\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/tuscan-suite-raised-bed-and-settee.jpg\",\"height\":400,\"width\":600,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"imageSize\":\"full\",\"imageWidth\":100,\"imageWidthMobile\":100,\"imageWidthTablet\":100,\"paddingBtnTop\":10,\"paddingBtnBottom\":10,\"paddingBtnLeft\":14,\"paddingBtnRight\":14,\"imageWidthUnit\":\"%\",\"imageWidthUnitTablet\":\"%\",\"imageWidthUnitMobile\":\"%\",\"subHeadTopMargin\":0,\"subHeadRightMargin\":40,\"subHeadLeftMargin\":0,\"subHeadMarginTopTablet\":0,\"subHeadMarginRightTablet\":0,\"subHeadTabletSpace\":20,\"subHeadMarginLeftTablet\":0,\"imgTagHeight\":66,\"imgTagWidth\":600,\"btnBorderTopWidth\":1,\"btnBorderLeftWidth\":1,\"btnBorderRightWidth\":1,\"btnBorderBottomWidth\":1,\"btnBorderTopLeftRadius\":0,\"btnBorderTopRightRadius\":0,\"btnBorderBottomLeftRadius\":0,\"btnBorderBottomRightRadius\":0,\"btnBorderStyle\":\"solid\",\"btnBorderColor\":\"#333\"} -->\n<div class=\"wp-block-uagb-info-box uagb-block-39578e41 uagb-infobox__content-wrap  uagb-infobox-icon-above-title uagb-infobox-image-valign-top\"><div class=\"uagb-ifb-content\"><div class=\"uagb-ifb-image-content\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/tuscan-suite-raised-bed-and-settee.jpg\" alt=\"\" width=\"100\" height=\"66\" loading=\"lazy\"/></div><div class=\"uagb-ifb-title-wrap\"><h3 class=\"uagb-ifb-title\">The Tuscan Suite </h3></div><p class=\"uagb-ifb-desc\">Terra-cotta tiles, textured wall treatments, gorgeous, intricate murals,&nbsp;and simple, durable furniture with elegant iron accents are all characteristics of Tuscan interior design.</p><div class=\"uagb-ifb-button-wrapper wp-block-button\"><a href=\"\" target=\"_self\" class=\"uagb-infobox-cta-link uagb-disable-link\" rel=\"noopener noreferrer\" alt=\"\"><span class=\"uagb-inline-editing\">READ MORE</span></a></div></div></div>\n<!-- /wp:uagb/info-box --></div>\n<!-- /wp:uagb/container --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"bc403929\",\"directionDesktop\":\"row\",\"alignItemsTablet\":\"flex-start\",\"justifyContentDesktop\":\"flex-start\",\"topMarginDesktop\":54,\"bottomMarginDesktop\":0,\"leftMarginDesktop\":0,\"rightMarginDesktop\":0,\"topMarginMobile\":0,\"bottomMarginMobile\":0,\"leftMarginMobile\":0,\"rightMarginMobile\":0,\"marginLink\":false,\"variationSelected\":true,\"rowGapMobile\":0,\"columnGapDesktop\":0} -->\n<div class=\"wp-block-uagb-container uagb-block-bc403929\"><!-- wp:uagb/container {\"block_id\":\"ca9d234a\",\"widthDesktop\":50,\"bottomPaddingDesktop\":20,\"rightPaddingDesktop\":32,\"bottomPaddingTablet\":35,\"leftPaddingTablet\":0,\"rightPaddingTablet\":15,\"bottomPaddingMobile\":65,\"paddingLink\":false,\"topMarginDesktop\":0,\"bottomMarginDesktop\":0,\"leftMarginDesktop\":5,\"rightMarginDesktop\":5,\"topMarginMobile\":0,\"bottomMarginMobile\":0,\"leftMarginMobile\":0,\"rightMarginMobile\":0,\"marginLink\":false,\"variationSelected\":true,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-ca9d234a\"><!-- wp:uagb/info-box {\"classMigrate\":true,\"headingAlign\":\"left\",\"headingColor\":\"\",\"subHeadingColor\":\"\",\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"source_type\":\"image\",\"block_id\":\"b15944c7\",\"ctaIcon\":\"\",\"ctaType\":\"text\",\"ctaText\":\"READ MORE\",\"ctaLinkColor\":\"var(\\u002d\\u002dast-global-color-0)\",\"ctaDecoration\":\"underline\",\"ctaFontSize\":12,\"ctaFontWeight\":\"600\",\"ctaLetterSpacing\":2,\"ctaBorderColor\":\"\",\"ctaBorderStyle\":\"\",\"ctaBorderWidth\":\"\",\"ctaBorderRadius\":\"\",\"iconBottomMargin\":30,\"iconImage\":{\"uploading\":false,\"date\":1670938945000,\"filename\":\"bluebush-king-bed-and-spa-bath.png\",\"menuOrder\":0,\"uploadedTo\":761,\"type\":\"image\",\"subtype\":\"png\",\"id\":881,\"title\":\"bluebush-king-bed-and-spa-bath\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/bluebush-king-bed-and-spa-bath.png\",\"link\":\"https://blueroan.netgen.cloud/accommodation/bluebush-king-bed-and-spa-bath/\",\"alt\":\"\",\"author\":\"2\",\"description\":\"\",\"caption\":\"\",\"name\":\"bluebush-king-bed-and-spa-bath\",\"status\":\"inherit\",\"modified\":1670938945000,\"mime\":\"image/png\",\"icon\":\"https://blueroan.netgen.cloud/wp-includes/images/media/default.png\",\"dateFormatted\":\"December 13, 2022\",\"nonces\":{\"update\":\"e1c334788a\",\"delete\":\"b219c40b29\",\"edit\":\"273b944edc\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=881\\u0026action=edit\",\"meta\":false,\"authorName\":\"Netgen Support\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/profile.php\",\"uploadedToTitle\":\"Accommodation\",\"uploadedToLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=761\\u0026action=edit\",\"filesizeInBytes\":1195033,\"filesizeHumanReadable\":\"1 MB\",\"context\":\"\",\"height\":667,\"width\":1000,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/bluebush-king-bed-and-spa-bath-150x150.png\",\"orientation\":\"landscape\"},\"medium\":{\"height\":200,\"width\":300,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/bluebush-king-bed-and-spa-bath-300x200.png\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/bluebush-king-bed-and-spa-bath.png\",\"height\":667,\"width\":1000,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"imageSize\":\"full\",\"imageWidth\":100,\"imageWidthMobile\":100,\"imageWidthTablet\":100,\"paddingBtnTop\":10,\"paddingBtnBottom\":10,\"paddingBtnLeft\":14,\"paddingBtnRight\":14,\"imageWidthUnit\":\"%\",\"imageWidthUnitTablet\":\"%\",\"imageWidthUnitMobile\":\"%\",\"subHeadTopMargin\":0,\"subHeadRightMargin\":40,\"subHeadLeftMargin\":0,\"subHeadMarginTopTablet\":0,\"subHeadMarginRightTablet\":0,\"subHeadTabletSpace\":20,\"subHeadMarginLeftTablet\":0,\"imgTagHeight\":66,\"imgTagWidth\":1000,\"btnBorderTopWidth\":1,\"btnBorderLeftWidth\":1,\"btnBorderRightWidth\":1,\"btnBorderBottomWidth\":1,\"btnBorderTopLeftRadius\":0,\"btnBorderTopRightRadius\":0,\"btnBorderBottomLeftRadius\":0,\"btnBorderBottomRightRadius\":0,\"btnBorderStyle\":\"solid\",\"btnBorderColor\":\"#333\"} -->\n<div class=\"wp-block-uagb-info-box uagb-block-b15944c7 uagb-infobox__content-wrap  uagb-infobox-icon-above-title uagb-infobox-image-valign-top\"><div class=\"uagb-ifb-content\"><div class=\"uagb-ifb-image-content\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/bluebush-king-bed-and-spa-bath.png\" alt=\"\" width=\"100\" height=\"66\" loading=\"lazy\"/></div><div class=\"uagb-ifb-title-wrap\"><h3 class=\"uagb-ifb-title\">The Bluebush </h3></div><p class=\"uagb-ifb-desc\">A warm and comforting suite with a very homely feeling. Settle in and relax like you would at home. Relax with a perfect corner-shaped spa bath and open-plan&nbsp;living area.</p><div class=\"uagb-ifb-button-wrapper wp-block-button\"><a href=\"\" target=\"_self\" class=\"uagb-infobox-cta-link uagb-disable-link\" rel=\"noopener noreferrer\" alt=\"\"><span class=\"uagb-inline-editing\">READ MORE</span></a></div></div></div>\n<!-- /wp:uagb/info-box --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"5b5d8da1\",\"widthDesktop\":50,\"bottomPaddingDesktop\":20,\"rightPaddingDesktop\":32,\"bottomPaddingTablet\":35,\"rightPaddingTablet\":15,\"bottomPaddingMobile\":65,\"paddingLink\":false,\"topMarginDesktop\":0,\"bottomMarginDesktop\":0,\"leftMarginDesktop\":5,\"rightMarginDesktop\":5,\"topMarginMobile\":0,\"bottomMarginMobile\":0,\"leftMarginMobile\":0,\"rightMarginMobile\":0,\"marginLink\":false,\"variationSelected\":true,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-5b5d8da1\"><!-- wp:uagb/info-box {\"classMigrate\":true,\"headingAlign\":\"left\",\"headingColor\":\"\",\"subHeadingColor\":\"\",\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"source_type\":\"image\",\"block_id\":\"200f409e\",\"ctaIcon\":\"\",\"ctaType\":\"text\",\"ctaText\":\"READ MORE\",\"ctaLinkColor\":\"var(\\u002d\\u002dast-global-color-0)\",\"ctaDecoration\":\"underline\",\"ctaFontSize\":12,\"ctaFontWeight\":\"600\",\"ctaLetterSpacing\":2,\"ctaBorderColor\":\"\",\"ctaBorderStyle\":\"\",\"ctaBorderWidth\":\"\",\"ctaBorderRadius\":\"\",\"iconBottomMargin\":30,\"iconImage\":{\"uploading\":false,\"date\":1670938831000,\"filename\":\"blue-roan-guest-farm-11.jpg\",\"menuOrder\":0,\"uploadedTo\":761,\"type\":\"image\",\"subtype\":\"jpeg\",\"id\":879,\"title\":\"blue-roan-guest-farm (11)\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-11.jpg\",\"link\":\"https://blueroan.netgen.cloud/accommodation/blue-roan-guest-farm-11/\",\"alt\":\"\",\"author\":\"2\",\"description\":\"\",\"caption\":\"\",\"name\":\"blue-roan-guest-farm-11\",\"status\":\"inherit\",\"modified\":1670938831000,\"mime\":\"image/jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-includes/images/media/default.png\",\"dateFormatted\":\"December 13, 2022\",\"nonces\":{\"update\":\"294125e9db\",\"delete\":\"1a7a578cdb\",\"edit\":\"79b313e573\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=879\\u0026action=edit\",\"meta\":false,\"authorName\":\"Netgen Support\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/profile.php\",\"uploadedToTitle\":\"Accommodation\",\"uploadedToLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=761\\u0026action=edit\",\"filesizeInBytes\":175055,\"filesizeHumanReadable\":\"171 KB\",\"context\":\"\",\"height\":667,\"width\":1000,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-11-150x150.jpg\",\"orientation\":\"landscape\"},\"medium\":{\"height\":200,\"width\":300,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-11-300x200.jpg\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-11.jpg\",\"height\":667,\"width\":1000,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"imageSize\":\"full\",\"imageWidth\":100,\"imageWidthMobile\":100,\"imageWidthTablet\":100,\"paddingBtnTop\":10,\"paddingBtnBottom\":10,\"paddingBtnLeft\":14,\"paddingBtnRight\":14,\"imageWidthUnit\":\"%\",\"imageWidthUnitTablet\":\"%\",\"imageWidthUnitMobile\":\"%\",\"subHeadTopMargin\":0,\"subHeadRightMargin\":40,\"subHeadLeftMargin\":0,\"subHeadMarginTopTablet\":0,\"subHeadMarginRightTablet\":0,\"subHeadTabletSpace\":20,\"subHeadMarginLeftTablet\":0,\"imgTagHeight\":66,\"imgTagWidth\":1000,\"btnBorderTopWidth\":1,\"btnBorderLeftWidth\":1,\"btnBorderRightWidth\":1,\"btnBorderBottomWidth\":1,\"btnBorderTopLeftRadius\":0,\"btnBorderTopRightRadius\":0,\"btnBorderBottomLeftRadius\":0,\"btnBorderBottomRightRadius\":0,\"btnBorderStyle\":\"solid\",\"btnBorderColor\":\"#333\"} -->\n<div class=\"wp-block-uagb-info-box uagb-block-200f409e uagb-infobox__content-wrap  uagb-infobox-icon-above-title uagb-infobox-image-valign-top\"><div class=\"uagb-ifb-content\"><div class=\"uagb-ifb-image-content\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-11.jpg\" alt=\"\" width=\"100\" height=\"66\" loading=\"lazy\"/></div><div class=\"uagb-ifb-title-wrap\"><h3 class=\"uagb-ifb-title\">The Mexican Loft </h3></div><p class=\"uagb-ifb-desc\">This Mexican-inspired unit is full of bold colors and rustic furnishings. This design style has a multifarious feel, mixing rustic wood, authentic art, textiles, and a vivid palette of color</p><div class=\"uagb-ifb-button-wrapper wp-block-button\"><a href=\"\" target=\"_self\" class=\"uagb-infobox-cta-link uagb-disable-link\" rel=\"noopener noreferrer\" alt=\"\"><span class=\"uagb-inline-editing\">READ MORE</span></a></div></div></div>\n<!-- /wp:uagb/info-box --></div>\n<!-- /wp:uagb/container --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"71e16881\",\"directionDesktop\":\"row\",\"justifyContentDesktop\":\"flex-start\",\"topMarginDesktop\":54,\"bottomMarginDesktop\":0,\"leftMarginDesktop\":0,\"rightMarginDesktop\":0,\"topMarginMobile\":0,\"bottomMarginMobile\":0,\"leftMarginMobile\":0,\"rightMarginMobile\":0,\"marginLink\":false,\"variationSelected\":true,\"rowGapMobile\":0,\"columnGapDesktop\":0} -->\n<div class=\"wp-block-uagb-container uagb-block-71e16881\"><!-- wp:uagb/container {\"block_id\":\"ae0b0895\",\"widthDesktop\":50,\"bottomPaddingDesktop\":20,\"rightPaddingDesktop\":32,\"bottomPaddingTablet\":35,\"rightPaddingTablet\":15,\"bottomPaddingMobile\":65,\"paddingLink\":false,\"topMarginDesktop\":0,\"bottomMarginDesktop\":0,\"leftMarginDesktop\":5,\"rightMarginDesktop\":5,\"topMarginMobile\":0,\"bottomMarginMobile\":0,\"leftMarginMobile\":0,\"rightMarginMobile\":0,\"marginLink\":false,\"variationSelected\":true,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-ae0b0895\"><!-- wp:uagb/info-box {\"classMigrate\":true,\"headingAlign\":\"left\",\"headingColor\":\"\",\"subHeadingColor\":\"\",\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"source_type\":\"image\",\"block_id\":\"e1886ded\",\"ctaIcon\":\"\",\"ctaType\":\"text\",\"ctaText\":\"READ MORE\",\"ctaLinkColor\":\"var(\\u002d\\u002dast-global-color-0)\",\"ctaDecoration\":\"underline\",\"ctaFontSize\":12,\"ctaFontWeight\":\"600\",\"ctaLetterSpacing\":2,\"ctaBorderColor\":\"\",\"ctaBorderStyle\":\"\",\"ctaBorderWidth\":\"\",\"ctaBorderRadius\":\"\",\"iconBottomMargin\":30,\"iconImage\":{\"id\":289,\"title\":\"room-5\",\"filename\":\"room-5.jpg\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/room-5.jpg\",\"link\":\"https://blueroan.netgen.cloud/room-5/\",\"alt\":\"\",\"author\":\"34\",\"description\":\"\",\"caption\":\"\",\"name\":\"room-5\",\"status\":\"inherit\",\"uploadedTo\":0,\"date\":\"2021-05-11T12:41:05.000Z\",\"modified\":\"2021-05-11T12:41:05.000Z\",\"menuOrder\":0,\"mime\":\"image/jpeg\",\"type\":\"image\",\"subtype\":\"jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/default.png\",\"dateFormatted\":\"May 11, 2021\",\"nonces\":{\"update\":\"67479f178f\",\"delete\":\"0a3770770f\",\"edit\":\"881fd0ea74\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=289\\u0026action=edit\",\"meta\":false,\"authorName\":\"Rishabh\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/user-edit.php?user_id=34\",\"filesizeInBytes\":49173,\"filesizeHumanReadable\":\"48 KB\",\"context\":\"\",\"height\":400,\"width\":600,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/room-5-150x150.jpg\",\"orientation\":\"landscape\"},\"medium\":{\"height\":200,\"width\":300,\"url\":\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/room-5-300x200.jpg\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/room-5.jpg\",\"height\":400,\"width\":600,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"imageSize\":\"full\",\"imageWidth\":100,\"imageWidthMobile\":100,\"imageWidthTablet\":100,\"paddingBtnTop\":10,\"paddingBtnBottom\":10,\"paddingBtnLeft\":14,\"paddingBtnRight\":14,\"imageWidthUnit\":\"%\",\"imageWidthUnitTablet\":\"%\",\"imageWidthUnitMobile\":\"%\",\"subHeadTopMargin\":0,\"subHeadRightMargin\":40,\"subHeadLeftMargin\":0,\"subHeadMarginTopTablet\":0,\"subHeadMarginRightTablet\":0,\"subHeadTabletSpace\":20,\"subHeadMarginLeftTablet\":0,\"imgTagHeight\":66,\"imgTagWidth\":600,\"btnBorderTopWidth\":1,\"btnBorderLeftWidth\":1,\"btnBorderRightWidth\":1,\"btnBorderBottomWidth\":1,\"btnBorderTopLeftRadius\":0,\"btnBorderTopRightRadius\":0,\"btnBorderBottomLeftRadius\":0,\"btnBorderBottomRightRadius\":0,\"btnBorderStyle\":\"solid\",\"btnBorderColor\":\"#333\"} -->\n<div class=\"wp-block-uagb-info-box uagb-block-e1886ded uagb-infobox__content-wrap  uagb-infobox-icon-above-title uagb-infobox-image-valign-top\"><div class=\"uagb-ifb-content\"><div class=\"uagb-ifb-image-content\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/room-5.jpg\" alt=\"\" width=\"100\" height=\"66\" loading=\"lazy\"/></div><div class=\"uagb-ifb-title-wrap\"><h3 class=\"uagb-ifb-title\">Grand Suite​</h3></div><p class=\"uagb-ifb-desc\">This is the second-highest ranked room in our hotel that offers luxury with the most advanced amenities.</p><div class=\"uagb-ifb-button-wrapper wp-block-button\"><a href=\"\" target=\"_self\" class=\"uagb-infobox-cta-link uagb-disable-link\" rel=\"noopener noreferrer\" alt=\"\"><span class=\"uagb-inline-editing\">READ MORE</span></a></div></div></div>\n<!-- /wp:uagb/info-box --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"dc7f9b1d\",\"widthDesktop\":50,\"bottomPaddingDesktop\":20,\"rightPaddingDesktop\":32,\"bottomPaddingTablet\":35,\"rightPaddingTablet\":15,\"paddingLink\":false,\"topMarginDesktop\":0,\"bottomMarginDesktop\":0,\"leftMarginDesktop\":5,\"rightMarginDesktop\":5,\"topMarginMobile\":0,\"bottomMarginMobile\":0,\"leftMarginMobile\":0,\"rightMarginMobile\":0,\"marginLink\":false,\"variationSelected\":true,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-dc7f9b1d\"><!-- wp:uagb/info-box {\"classMigrate\":true,\"headingAlign\":\"left\",\"headingColor\":\"\",\"subHeadingColor\":\"\",\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"source_type\":\"image\",\"block_id\":\"8e6357c6\",\"ctaIcon\":\"\",\"ctaType\":\"text\",\"ctaText\":\"READ MORE\",\"ctaLinkColor\":\"var(\\u002d\\u002dast-global-color-0)\",\"ctaDecoration\":\"underline\",\"ctaFontSize\":12,\"ctaFontWeight\":\"600\",\"ctaLetterSpacing\":2,\"ctaBorderColor\":\"\",\"ctaBorderStyle\":\"\",\"ctaBorderWidth\":\"\",\"ctaBorderRadius\":\"\",\"iconBottomMargin\":30,\"iconImage\":{\"id\":290,\"title\":\"room-6\",\"filename\":\"room-6.jpg\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/room-6.jpg\",\"link\":\"https://blueroan.netgen.cloud/room-6/\",\"alt\":\"\",\"author\":\"34\",\"description\":\"\",\"caption\":\"\",\"name\":\"room-6\",\"status\":\"inherit\",\"uploadedTo\":0,\"date\":\"2021-05-11T12:42:24.000Z\",\"modified\":\"2021-05-11T12:42:24.000Z\",\"menuOrder\":0,\"mime\":\"image/jpeg\",\"type\":\"image\",\"subtype\":\"jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/default.png\",\"dateFormatted\":\"May 11, 2021\",\"nonces\":{\"update\":\"ca0f21bc6b\",\"delete\":\"aeb89ca3d4\",\"edit\":\"4be159def3\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=290\\u0026action=edit\",\"meta\":false,\"authorName\":\"Rishabh\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/user-edit.php?user_id=34\",\"filesizeInBytes\":50081,\"filesizeHumanReadable\":\"49 KB\",\"context\":\"\",\"height\":400,\"width\":600,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/room-6-150x150.jpg\",\"orientation\":\"landscape\"},\"medium\":{\"height\":200,\"width\":300,\"url\":\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/room-6-300x200.jpg\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/room-6.jpg\",\"height\":400,\"width\":600,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"imageSize\":\"full\",\"imageWidth\":100,\"imageWidthMobile\":100,\"imageWidthTablet\":100,\"paddingBtnTop\":10,\"paddingBtnBottom\":10,\"paddingBtnLeft\":14,\"paddingBtnRight\":14,\"imageWidthUnit\":\"%\",\"imageWidthUnitTablet\":\"%\",\"imageWidthUnitMobile\":\"%\",\"subHeadTopMargin\":0,\"subHeadRightMargin\":40,\"subHeadLeftMargin\":0,\"subHeadMarginTopTablet\":0,\"subHeadMarginRightTablet\":0,\"subHeadTabletSpace\":20,\"subHeadMarginLeftTablet\":0,\"imgTagHeight\":66,\"imgTagWidth\":600,\"btnBorderTopWidth\":1,\"btnBorderLeftWidth\":1,\"btnBorderRightWidth\":1,\"btnBorderBottomWidth\":1,\"btnBorderTopLeftRadius\":0,\"btnBorderTopRightRadius\":0,\"btnBorderBottomLeftRadius\":0,\"btnBorderBottomRightRadius\":0,\"btnBorderStyle\":\"solid\",\"btnBorderColor\":\"#333\"} -->\n<div class=\"wp-block-uagb-info-box uagb-block-8e6357c6 uagb-infobox__content-wrap  uagb-infobox-icon-above-title uagb-infobox-image-valign-top\"><div class=\"uagb-ifb-content\"><div class=\"uagb-ifb-image-content\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/room-6.jpg\" alt=\"\" width=\"100\" height=\"66\" loading=\"lazy\"/></div><div class=\"uagb-ifb-title-wrap\"><h3 class=\"uagb-ifb-title\">Presidential Suite​</h3></div><p class=\"uagb-ifb-desc\">Wish to live like a king? Here’s the top presidential suite where you can spend the best days of your life.</p><div class=\"uagb-ifb-button-wrapper wp-block-button\"><a href=\"\" target=\"_self\" class=\"uagb-infobox-cta-link uagb-disable-link\" rel=\"noopener noreferrer\" alt=\"\"><span class=\"uagb-inline-editing\">READ MORE</span></a></div></div></div>\n<!-- /wp:uagb/info-box --></div>\n<!-- /wp:uagb/container --></div>\n<!-- /wp:uagb/container --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"2bf80308\",\"innerContentCustomWidthDesktop\":781,\"innerContentCustomWidthTablet\":781,\"backgroundType\":\"image\",\"backgroundImageDesktop\":{\"id\":54,\"title\":\"background-img\",\"filename\":\"background-img-1.jpg\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/background-img-1.jpg\",\"link\":\"https://blueroan.netgen.cloud/background-img-2/\",\"alt\":\"\",\"author\":\"34\",\"description\":\"\",\"caption\":\"\",\"name\":\"background-img-2\",\"status\":\"inherit\",\"uploadedTo\":0,\"date\":\"2021-05-07T10:11:37.000Z\",\"modified\":\"2021-05-07T10:11:37.000Z\",\"menuOrder\":0,\"mime\":\"image/jpeg\",\"type\":\"image\",\"subtype\":\"jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/default.png\",\"dateFormatted\":\"May 7, 2021\",\"nonces\":{\"update\":\"bb999636b9\",\"delete\":\"d2e1375bc4\",\"edit\":\"005dd2f0c9\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=54\\u0026action=edit\",\"meta\":false,\"authorName\":\"Rishabh\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/user-edit.php?user_id=34\",\"filesizeInBytes\":338858,\"filesizeHumanReadable\":\"331 KB\",\"context\":\"\",\"height\":1080,\"width\":1920,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/background-img-1-150x150.jpg\",\"orientation\":\"landscape\"},\"medium\":{\"height\":169,\"width\":300,\"url\":\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/background-img-1-300x169.jpg\",\"orientation\":\"landscape\"},\"large\":{\"height\":576,\"width\":1024,\"url\":\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/background-img-1-1024x576.jpg\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/background-img-1.jpg\",\"height\":1080,\"width\":1920,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"backgroundImageColor\":\"rgba(42,42,42,0.65)\",\"topPaddingDesktop\":144,\"bottomPaddingDesktop\":144,\"leftPaddingDesktop\":40,\"rightPaddingDesktop\":40,\"topPaddingTablet\":80,\"bottomPaddingTablet\":80,\"leftPaddingTablet\":40,\"rightPaddingTablet\":40,\"topPaddingMobile\":64,\"bottomPaddingMobile\":64,\"leftPaddingMobile\":24,\"rightPaddingMobile\":24,\"paddingLink\":false,\"variationSelected\":true,\"isBlockRootParent\":true,\"overlayType\":\"color\"} -->\n<div class=\"wp-block-uagb-container uagb-block-2bf80308 alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/advanced-heading {\"block_id\":\"a364e95f\",\"classMigrate\":true,\"headingDescToggle\":true,\"headingAlign\":\"center\",\"headingColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"subHeadingColor\":\"var(\\u002d\\u002dast-global-color-4)\",\"headSpace\":20} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-a364e95f\"><h2 class=\"uagb-heading-text\">Plan an Unforgettable Experience in Mykonos Today!</h2><p class=\"uagb-desc-text\">We can help you fit your stay and experience within your allotted budget.</p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/advanced-heading {\"block_id\":\"44951a1f\",\"classMigrate\":true,\"headingTitleToggle\":false,\"headingDescToggle\":true,\"headingAlign\":\"center\",\"subHeadingColor\":\"var(\\u002d\\u002dast-global-color-4)\",\"subHeadTransform\":\"uppercase\",\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"subHeadLetterSpacing\":2,\"blockTopPadding\":60,\"blockRightPadding\":0,\"blockLeftPadding\":0,\"blockBottomPadding\":0,\"blockTopPaddingMobile\":30,\"blockRightPaddingMobile\":0,\"blockLeftPaddingMobile\":0,\"blockBottomPaddingMobile\":0} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-44951a1f\"><p class=\"uagb-desc-text\">BOOK YOUR STAY NOW​</p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/icon-list {\"block_id\":\"85bbb83b\",\"classMigrate\":true,\"childMigrate\":true,\"align\":\"center\",\"parentIcon\":\"phone\",\"size\":40,\"sizeMobile\":24,\"sizeTablet\":32,\"fontSize\":48,\"fontSizeMobile\":28,\"fontSizeTablet\":40,\"fontWeight\":\"600\",\"iconColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"labelColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"blockTopPadding\":0,\"blockRightPadding\":0,\"blockLeftPadding\":0,\"blockBottomPadding\":24,\"blockPaddingLink\":false} -->\n<div class=\"wp-block-uagb-icon-list uagb-block-85bbb83b\"><div class=\"uagb-icon-list__wrap\"><!-- wp:uagb/icon-list-child {\"block_id\":\"c6aaef12\",\"label\":\"+1-123 456 7890​\",\"label_color\":\"\",\"fromParentIcon\":\"phone\",\"imageSizeChild\":40} -->\n<div class=\"wp-block-uagb-icon-list-child uagb-block-c6aaef12\"><span class=\"uagb-icon-list__source-wrap\"><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M511.2 387l-23.25 100.8c-3.266 14.25-15.79 24.22-30.46 24.22C205.2 512 0 306.8 0 54.5c0-14.66 9.969-27.2 24.22-30.45l100.8-23.25C139.7-2.602 154.7 5.018 160.8 18.92l46.52 108.5c5.438 12.78 1.77 27.67-8.98 36.45L144.5 207.1c33.98 69.22 90.26 125.5 159.5 159.5l44.08-53.8c8.688-10.78 23.69-14.51 36.47-8.975l108.5 46.51C506.1 357.2 514.6 372.4 511.2 387z\"></path></svg></span><span class=\"uagb-icon-list__label\">+1-123 456 7890​</span></div>\n<!-- /wp:uagb/icon-list-child --></div></div>\n<!-- /wp:uagb/icon-list --></div></div>\n<!-- /wp:uagb/container -->',	'Accommodation',	'',	'inherit',	'closed',	'closed',	'',	'761-revision-v1',	'',	'',	'2022-12-13 13:42:30',	'2022-12-13 13:42:30',	'',	761,	'https://blueroan.netgen.cloud/?p=882',	0,	'revision',	'',	0),
(884,	2,	'2022-12-13 13:48:45',	'2022-12-13 13:48:45',	'<!-- wp:uagb/container {\"block_id\":\"b2bc5695\",\"backgroundType\":\"image\",\"backgroundImageDesktop\":{\"id\":797,\"title\":\"blue-roan-guest-farm (13)\",\"filename\":\"blue-roan-guest-farm-13.jpg\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-13.jpg\",\"link\":\"https://blueroan.netgen.cloud/home/blue-roan-guest-farm-13/\",\"alt\":\"\",\"author\":\"2\",\"description\":\"\",\"caption\":\"\",\"name\":\"blue-roan-guest-farm-13\",\"status\":\"inherit\",\"uploadedTo\":760,\"date\":\"2022-12-13T09:37:10.000Z\",\"modified\":\"2022-12-13T09:37:10.000Z\",\"menuOrder\":0,\"mime\":\"image/jpeg\",\"type\":\"image\",\"subtype\":\"jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-includes/images/media/default.png\",\"dateFormatted\":\"December 13, 2022\",\"nonces\":{\"update\":\"88c7dafe15\",\"delete\":\"0e63c986af\",\"edit\":\"ba0aad2d7f\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=797\\u0026action=edit\",\"meta\":false,\"authorName\":\"Netgen Support\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/profile.php\",\"uploadedToTitle\":\"Home\",\"uploadedToLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=760\\u0026action=edit\",\"filesizeInBytes\":201183,\"filesizeHumanReadable\":\"196 KB\",\"context\":\"\",\"height\":667,\"width\":1000,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-13-150x150.jpg\",\"orientation\":\"landscape\"},\"medium\":{\"height\":200,\"width\":300,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-13-300x200.jpg\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-13.jpg\",\"height\":667,\"width\":1000,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"backgroundPositionDesktop\":{\"x\":0.62,\"y\":0.78},\"backgroundSizeTablet\":\"cover\",\"backgroundSizeMobile\":\"cover\",\"backgroundColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"backgroundImageColor\":\"rgba(42,42,42,0.5)\",\"topPaddingDesktop\":220,\"bottomPaddingDesktop\":150,\"topPaddingTablet\":170,\"bottomPaddingTablet\":160,\"leftPaddingTablet\":30,\"rightPaddingTablet\":30,\"topPaddingMobile\":180,\"bottomPaddingMobile\":80,\"leftPaddingMobile\":20,\"rightPaddingMobile\":20,\"paddingLink\":false,\"variationSelected\":true,\"isBlockRootParent\":true,\"overlayType\":\"color\"} -->\n<div class=\"wp-block-uagb-container uagb-block-b2bc5695 alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/advanced-heading {\"block_id\":\"95f2228b\",\"classMigrate\":true,\"headingDescToggle\":true,\"headingColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"subHeadingColor\":\"var(\\u002d\\u002dast-global-color-4)\",\"headingTag\":\"h1\",\"headSpace\":20,\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"blockTopPadding\":0,\"blockRightPadding\":50,\"blockLeftPadding\":0,\"blockBottomPadding\":0,\"blockTopPaddingTablet\":0,\"blockRightPaddingTablet\":20,\"blockLeftPaddingTablet\":0,\"blockBottomPaddingTablet\":0,\"blockTopPaddingMobile\":0,\"blockRightPaddingMobile\":0,\"blockLeftPaddingMobile\":0,\"blockBottomPaddingMobile\":0,\"blockPaddingUnit\":\"%\",\"blockPaddingUnitTablet\":\"%\"} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-95f2228b\"><h1 class=\"uagb-heading-text\">Rooms &amp; Accommodation​</h1><p class=\"uagb-desc-text\">If you are looking for a home away from home, even a place your dog can come along then take a closer look into the rooms we offer and pick the one for you.</p></div>\n<!-- /wp:uagb/advanced-heading --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"54606136\",\"backgroundType\":\"color\",\"backgroundSizeTablet\":\"cover\",\"backgroundSizeMobile\":\"cover\",\"backgroundColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"topPaddingDesktop\":120,\"bottomPaddingDesktop\":120,\"topPaddingTablet\":80,\"bottomPaddingTablet\":80,\"leftPaddingTablet\":30,\"rightPaddingTablet\":30,\"topPaddingMobile\":80,\"bottomPaddingMobile\":80,\"leftPaddingMobile\":20,\"rightPaddingMobile\":20,\"paddingLink\":false,\"variationSelected\":true,\"rowGapDesktop\":0,\"isBlockRootParent\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-54606136 alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/container {\"block_id\":\"9a85d559\",\"directionDesktop\":\"row\",\"alignItemsDesktop\":\"flex-end\",\"alignItemsTablet\":\"flex-end\",\"justifyContentDesktop\":\"flex-end\",\"justifyContentTablet\":\"space-between\",\"variationSelected\":true,\"rowGapMobile\":20,\"columnGapDesktop\":0} -->\n<div class=\"wp-block-uagb-container uagb-block-9a85d559\"><!-- wp:uagb/advanced-heading {\"block_id\":\"2c5cae64\",\"classMigrate\":true,\"headingDescToggle\":true,\"subHeadingColor\":\"\",\"headSpace\":20,\"subHeadFontSize\":16} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-2c5cae64\"><h2 class=\"uagb-heading-text\">Come &amp; Stay With Us​</h2><p class=\"uagb-desc-text\">There are 7 excellent brick self-catering units available, each private and with a distinctive personality and theme. They are particularly made for pet-free or pet-owning couples looking for a romantic and serene setting to reconnect, celebrate special occasions, or simply unwind on a holiday.<br><br>We are pet-friendly by arrangement as each unit is separately fenced with its own grassy garden with a garden gate leading to the generous park area where pets can socialize. &nbsp;We also have lovely safe off-leash walking trails on our property and beyond. &nbsp;Our units are very luxurious with everything you would need and very homely and charming. Regrettably no children or group bookings.  </p></div>\n<!-- /wp:uagb/advanced-heading --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"e922d5a4\",\"directionDesktop\":\"row\",\"alignItemsTablet\":\"flex-start\",\"justifyContentDesktop\":\"flex-start\",\"topMarginDesktop\":54,\"bottomMarginDesktop\":0,\"leftMarginDesktop\":0,\"rightMarginDesktop\":0,\"marginLink\":false,\"variationSelected\":true,\"rowGapMobile\":0,\"columnGapDesktop\":0} -->\n<div class=\"wp-block-uagb-container uagb-block-e922d5a4\"><!-- wp:uagb/container {\"block_id\":\"ebce4b8a\",\"widthDesktop\":50,\"bottomPaddingDesktop\":20,\"rightPaddingDesktop\":32,\"bottomPaddingTablet\":35,\"rightPaddingTablet\":15,\"bottomPaddingMobile\":65,\"paddingLink\":false,\"topMarginDesktop\":0,\"bottomMarginDesktop\":0,\"leftMarginDesktop\":5,\"rightMarginDesktop\":5,\"topMarginMobile\":0,\"bottomMarginMobile\":0,\"leftMarginMobile\":0,\"rightMarginMobile\":0,\"marginLink\":false,\"variationSelected\":true,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-ebce4b8a\"><!-- wp:uagb/info-box {\"classMigrate\":true,\"headingAlign\":\"left\",\"headingColor\":\"\",\"subHeadingColor\":\"\",\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"source_type\":\"image\",\"block_id\":\"665d2768\",\"ctaIcon\":\"\",\"ctaType\":\"text\",\"ctaText\":\"READ MORE\",\"ctaLinkColor\":\"var(\\u002d\\u002dast-global-color-0)\",\"ctaDecoration\":\"underline\",\"ctaFontSize\":12,\"ctaFontWeight\":\"600\",\"ctaLetterSpacing\":2,\"ctaBorderColor\":\"\",\"ctaBorderStyle\":\"\",\"ctaBorderWidth\":\"\",\"ctaBorderRadius\":\"\",\"iconBottomMargin\":30,\"iconImage\":{\"uploading\":false,\"date\":1670936674000,\"filename\":\"blue-roan-guest-farm-10.jpg\",\"menuOrder\":0,\"uploadedTo\":761,\"type\":\"image\",\"subtype\":\"jpeg\",\"id\":863,\"title\":\"blue-roan-guest-farm (10)\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-10.jpg\",\"link\":\"https://blueroan.netgen.cloud/accommodation/blue-roan-guest-farm-10/\",\"alt\":\"\",\"author\":\"2\",\"description\":\"\",\"caption\":\"\",\"name\":\"blue-roan-guest-farm-10\",\"status\":\"inherit\",\"modified\":1670936674000,\"mime\":\"image/jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-includes/images/media/default.png\",\"dateFormatted\":\"December 13, 2022\",\"nonces\":{\"update\":\"1a7491aa65\",\"delete\":\"dc6afaa89c\",\"edit\":\"7635ee35fb\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=863\\u0026action=edit\",\"meta\":false,\"authorName\":\"Netgen Support\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/profile.php\",\"uploadedToTitle\":\"Accommodation\",\"uploadedToLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=761\\u0026action=edit\",\"filesizeInBytes\":149768,\"filesizeHumanReadable\":\"146 KB\",\"context\":\"\",\"height\":667,\"width\":1000,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-10-150x150.jpg\",\"orientation\":\"landscape\"},\"medium\":{\"height\":200,\"width\":300,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-10-300x200.jpg\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-10.jpg\",\"height\":667,\"width\":1000,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"imageSize\":\"full\",\"imageWidth\":100,\"imageWidthMobile\":100,\"imageWidthTablet\":100,\"paddingBtnTop\":10,\"paddingBtnBottom\":10,\"paddingBtnLeft\":14,\"paddingBtnRight\":14,\"imageWidthUnit\":\"%\",\"imageWidthUnitTablet\":\"%\",\"imageWidthUnitMobile\":\"%\",\"subHeadTopMargin\":0,\"subHeadRightMargin\":40,\"subHeadLeftMargin\":0,\"subHeadMarginTopTablet\":0,\"subHeadMarginRightTablet\":0,\"subHeadTabletSpace\":20,\"subHeadMarginLeftTablet\":0,\"imgTagHeight\":66,\"imgTagWidth\":1000,\"btnBorderTopWidth\":1,\"btnBorderLeftWidth\":1,\"btnBorderRightWidth\":1,\"btnBorderBottomWidth\":1,\"btnBorderTopLeftRadius\":0,\"btnBorderTopRightRadius\":0,\"btnBorderBottomLeftRadius\":0,\"btnBorderBottomRightRadius\":0,\"btnBorderStyle\":\"solid\",\"btnBorderColor\":\"#333\"} -->\n<div class=\"wp-block-uagb-info-box uagb-block-665d2768 uagb-infobox__content-wrap  uagb-infobox-icon-above-title uagb-infobox-image-valign-top\"><div class=\"uagb-ifb-content\"><div class=\"uagb-ifb-image-content\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-10.jpg\" alt=\"\" width=\"100\" height=\"66\" loading=\"lazy\"/></div><div class=\"uagb-ifb-title-wrap\"><h3 class=\"uagb-ifb-title\">The Barn </h3></div><p class=\"uagb-ifb-desc\">Rustic beams and exposed wood are all hallmarks of our barn-style suite. This is an open-plan unit with lots of windows with a raised king bed on a platform that faces the TV and the mountains.</p><div class=\"uagb-ifb-button-wrapper wp-block-button\"><a href=\"\" target=\"_self\" class=\"uagb-infobox-cta-link uagb-disable-link\" rel=\"noopener noreferrer\" alt=\"\"><span class=\"uagb-inline-editing\">READ MORE</span></a></div></div></div>\n<!-- /wp:uagb/info-box --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"71796520\",\"widthDesktop\":50,\"bottomPaddingDesktop\":20,\"rightPaddingDesktop\":32,\"bottomPaddingTablet\":35,\"rightPaddingTablet\":15,\"bottomPaddingMobile\":65,\"paddingLink\":false,\"topMarginDesktop\":0,\"bottomMarginDesktop\":0,\"leftMarginDesktop\":5,\"rightMarginDesktop\":5,\"topMarginMobile\":0,\"bottomMarginMobile\":0,\"leftMarginMobile\":0,\"rightMarginMobile\":0,\"marginLink\":false,\"variationSelected\":true,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-71796520\"><!-- wp:uagb/info-box {\"classMigrate\":true,\"headingAlign\":\"left\",\"headingColor\":\"\",\"subHeadingColor\":\"\",\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"source_type\":\"image\",\"block_id\":\"f88d302d\",\"ctaIcon\":\"\",\"ctaType\":\"text\",\"ctaText\":\"READ MORE\",\"ctaLinkColor\":\"var(\\u002d\\u002dast-global-color-0)\",\"ctaDecoration\":\"underline\",\"ctaFontSize\":12,\"ctaFontWeight\":\"600\",\"ctaLetterSpacing\":2,\"ctaBorderColor\":\"\",\"ctaBorderStyle\":\"\",\"ctaBorderWidth\":\"\",\"ctaBorderRadius\":\"\",\"iconBottomMargin\":30,\"iconImage\":{\"uploading\":false,\"date\":1670936842000,\"filename\":\"tuscan-suite-raised-bed-and-settee.jpg\",\"menuOrder\":0,\"uploadedTo\":761,\"type\":\"image\",\"subtype\":\"jpeg\",\"id\":864,\"title\":\"tuscan-suite-raised-bed-and-settee\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/tuscan-suite-raised-bed-and-settee.jpg\",\"link\":\"https://blueroan.netgen.cloud/accommodation/tuscan-suite-raised-bed-and-settee/\",\"alt\":\"\",\"author\":\"2\",\"description\":\"\",\"caption\":\"\",\"name\":\"tuscan-suite-raised-bed-and-settee\",\"status\":\"inherit\",\"modified\":1670936842000,\"mime\":\"image/jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-includes/images/media/default.png\",\"dateFormatted\":\"December 13, 2022\",\"nonces\":{\"update\":\"0624a4a01a\",\"delete\":\"9e8f0f7a5a\",\"edit\":\"087f94f2e5\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=864\\u0026action=edit\",\"meta\":false,\"authorName\":\"Netgen Support\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/profile.php\",\"uploadedToTitle\":\"Accommodation\",\"uploadedToLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=761\\u0026action=edit\",\"filesizeInBytes\":41923,\"filesizeHumanReadable\":\"41 KB\",\"context\":\"\",\"height\":400,\"width\":600,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/tuscan-suite-raised-bed-and-settee-150x150.jpg\",\"orientation\":\"landscape\"},\"medium\":{\"height\":200,\"width\":300,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/tuscan-suite-raised-bed-and-settee-300x200.jpg\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/tuscan-suite-raised-bed-and-settee.jpg\",\"height\":400,\"width\":600,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"imageSize\":\"full\",\"imageWidth\":100,\"imageWidthMobile\":100,\"imageWidthTablet\":100,\"paddingBtnTop\":10,\"paddingBtnBottom\":10,\"paddingBtnLeft\":14,\"paddingBtnRight\":14,\"imageWidthUnit\":\"%\",\"imageWidthUnitTablet\":\"%\",\"imageWidthUnitMobile\":\"%\",\"subHeadTopMargin\":0,\"subHeadRightMargin\":40,\"subHeadLeftMargin\":0,\"subHeadMarginTopTablet\":0,\"subHeadMarginRightTablet\":0,\"subHeadTabletSpace\":20,\"subHeadMarginLeftTablet\":0,\"imgTagHeight\":66,\"imgTagWidth\":600,\"btnBorderTopWidth\":1,\"btnBorderLeftWidth\":1,\"btnBorderRightWidth\":1,\"btnBorderBottomWidth\":1,\"btnBorderTopLeftRadius\":0,\"btnBorderTopRightRadius\":0,\"btnBorderBottomLeftRadius\":0,\"btnBorderBottomRightRadius\":0,\"btnBorderStyle\":\"solid\",\"btnBorderColor\":\"#333\"} -->\n<div class=\"wp-block-uagb-info-box uagb-block-f88d302d uagb-infobox__content-wrap  uagb-infobox-icon-above-title uagb-infobox-image-valign-top\"><div class=\"uagb-ifb-content\"><div class=\"uagb-ifb-image-content\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/tuscan-suite-raised-bed-and-settee.jpg\" alt=\"\" width=\"100\" height=\"66\" loading=\"lazy\"/></div><div class=\"uagb-ifb-title-wrap\"><h3 class=\"uagb-ifb-title\">The Tuscan Suite </h3></div><p class=\"uagb-ifb-desc\">Terra-cotta tiles, textured wall treatments, gorgeous, intricate murals,&nbsp;and simple, durable furniture with elegant iron accents are all characteristics of Tuscan interior design.</p><div class=\"uagb-ifb-button-wrapper wp-block-button\"><a href=\"\" target=\"_self\" class=\"uagb-infobox-cta-link uagb-disable-link\" rel=\"noopener noreferrer\" alt=\"\"><span class=\"uagb-inline-editing\">READ MORE</span></a></div></div></div>\n<!-- /wp:uagb/info-box --></div>\n<!-- /wp:uagb/container --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"06e8dd67\",\"directionDesktop\":\"row\",\"alignItemsTablet\":\"flex-start\",\"justifyContentDesktop\":\"flex-start\",\"topMarginDesktop\":54,\"bottomMarginDesktop\":0,\"leftMarginDesktop\":0,\"rightMarginDesktop\":0,\"topMarginMobile\":0,\"bottomMarginMobile\":0,\"leftMarginMobile\":0,\"rightMarginMobile\":0,\"marginLink\":false,\"variationSelected\":true,\"rowGapMobile\":0,\"columnGapDesktop\":0} -->\n<div class=\"wp-block-uagb-container uagb-block-06e8dd67\"><!-- wp:uagb/container {\"block_id\":\"97c4df68\",\"widthDesktop\":50,\"bottomPaddingDesktop\":20,\"rightPaddingDesktop\":32,\"bottomPaddingTablet\":35,\"leftPaddingTablet\":0,\"rightPaddingTablet\":15,\"bottomPaddingMobile\":65,\"paddingLink\":false,\"topMarginDesktop\":0,\"bottomMarginDesktop\":0,\"leftMarginDesktop\":5,\"rightMarginDesktop\":5,\"topMarginMobile\":0,\"bottomMarginMobile\":0,\"leftMarginMobile\":0,\"rightMarginMobile\":0,\"marginLink\":false,\"variationSelected\":true,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-97c4df68\"><!-- wp:uagb/info-box {\"classMigrate\":true,\"headingAlign\":\"left\",\"headingColor\":\"\",\"subHeadingColor\":\"\",\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"source_type\":\"image\",\"block_id\":\"74a529cd\",\"ctaIcon\":\"\",\"ctaType\":\"text\",\"ctaText\":\"READ MORE\",\"ctaLinkColor\":\"var(\\u002d\\u002dast-global-color-0)\",\"ctaDecoration\":\"underline\",\"ctaFontSize\":12,\"ctaFontWeight\":\"600\",\"ctaLetterSpacing\":2,\"ctaBorderColor\":\"\",\"ctaBorderStyle\":\"\",\"ctaBorderWidth\":\"\",\"ctaBorderRadius\":\"\",\"iconBottomMargin\":30,\"iconImage\":{\"uploading\":false,\"date\":1670938945000,\"filename\":\"bluebush-king-bed-and-spa-bath.png\",\"menuOrder\":0,\"uploadedTo\":761,\"type\":\"image\",\"subtype\":\"png\",\"id\":881,\"title\":\"bluebush-king-bed-and-spa-bath\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/bluebush-king-bed-and-spa-bath.png\",\"link\":\"https://blueroan.netgen.cloud/accommodation/bluebush-king-bed-and-spa-bath/\",\"alt\":\"\",\"author\":\"2\",\"description\":\"\",\"caption\":\"\",\"name\":\"bluebush-king-bed-and-spa-bath\",\"status\":\"inherit\",\"modified\":1670938945000,\"mime\":\"image/png\",\"icon\":\"https://blueroan.netgen.cloud/wp-includes/images/media/default.png\",\"dateFormatted\":\"December 13, 2022\",\"nonces\":{\"update\":\"e1c334788a\",\"delete\":\"b219c40b29\",\"edit\":\"273b944edc\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=881\\u0026action=edit\",\"meta\":false,\"authorName\":\"Netgen Support\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/profile.php\",\"uploadedToTitle\":\"Accommodation\",\"uploadedToLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=761\\u0026action=edit\",\"filesizeInBytes\":1195033,\"filesizeHumanReadable\":\"1 MB\",\"context\":\"\",\"height\":667,\"width\":1000,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/bluebush-king-bed-and-spa-bath-150x150.png\",\"orientation\":\"landscape\"},\"medium\":{\"height\":200,\"width\":300,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/bluebush-king-bed-and-spa-bath-300x200.png\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/bluebush-king-bed-and-spa-bath.png\",\"height\":667,\"width\":1000,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"imageSize\":\"full\",\"imageWidth\":100,\"imageWidthMobile\":100,\"imageWidthTablet\":100,\"paddingBtnTop\":10,\"paddingBtnBottom\":10,\"paddingBtnLeft\":14,\"paddingBtnRight\":14,\"imageWidthUnit\":\"%\",\"imageWidthUnitTablet\":\"%\",\"imageWidthUnitMobile\":\"%\",\"subHeadTopMargin\":0,\"subHeadRightMargin\":40,\"subHeadLeftMargin\":0,\"subHeadMarginTopTablet\":0,\"subHeadMarginRightTablet\":0,\"subHeadTabletSpace\":20,\"subHeadMarginLeftTablet\":0,\"imgTagHeight\":66,\"imgTagWidth\":1000,\"btnBorderTopWidth\":1,\"btnBorderLeftWidth\":1,\"btnBorderRightWidth\":1,\"btnBorderBottomWidth\":1,\"btnBorderTopLeftRadius\":0,\"btnBorderTopRightRadius\":0,\"btnBorderBottomLeftRadius\":0,\"btnBorderBottomRightRadius\":0,\"btnBorderStyle\":\"solid\",\"btnBorderColor\":\"#333\"} -->\n<div class=\"wp-block-uagb-info-box uagb-block-74a529cd uagb-infobox__content-wrap  uagb-infobox-icon-above-title uagb-infobox-image-valign-top\"><div class=\"uagb-ifb-content\"><div class=\"uagb-ifb-image-content\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/bluebush-king-bed-and-spa-bath.png\" alt=\"\" width=\"100\" height=\"66\" loading=\"lazy\"/></div><div class=\"uagb-ifb-title-wrap\"><h3 class=\"uagb-ifb-title\">The Bluebush </h3></div><p class=\"uagb-ifb-desc\">A warm and comforting suite with a very homely feeling. Settle in and relax like you would at home. Relax with a perfect corner-shaped spa bath and open-plan&nbsp;living area.</p><div class=\"uagb-ifb-button-wrapper wp-block-button\"><a href=\"\" target=\"_self\" class=\"uagb-infobox-cta-link uagb-disable-link\" rel=\"noopener noreferrer\" alt=\"\"><span class=\"uagb-inline-editing\">READ MORE</span></a></div></div></div>\n<!-- /wp:uagb/info-box --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"0265c607\",\"widthDesktop\":50,\"bottomPaddingDesktop\":20,\"rightPaddingDesktop\":32,\"bottomPaddingTablet\":35,\"rightPaddingTablet\":15,\"bottomPaddingMobile\":65,\"paddingLink\":false,\"topMarginDesktop\":0,\"bottomMarginDesktop\":0,\"leftMarginDesktop\":5,\"rightMarginDesktop\":5,\"topMarginMobile\":0,\"bottomMarginMobile\":0,\"leftMarginMobile\":0,\"rightMarginMobile\":0,\"marginLink\":false,\"variationSelected\":true,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-0265c607\"><!-- wp:uagb/info-box {\"classMigrate\":true,\"headingAlign\":\"left\",\"headingColor\":\"\",\"subHeadingColor\":\"\",\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"source_type\":\"image\",\"block_id\":\"f3bc9046\",\"ctaIcon\":\"\",\"ctaType\":\"text\",\"ctaText\":\"READ MORE\",\"ctaLinkColor\":\"var(\\u002d\\u002dast-global-color-0)\",\"ctaDecoration\":\"underline\",\"ctaFontSize\":12,\"ctaFontWeight\":\"600\",\"ctaLetterSpacing\":2,\"ctaBorderColor\":\"\",\"ctaBorderStyle\":\"\",\"ctaBorderWidth\":\"\",\"ctaBorderRadius\":\"\",\"iconBottomMargin\":30,\"iconImage\":{\"uploading\":false,\"date\":1670938831000,\"filename\":\"blue-roan-guest-farm-11.jpg\",\"menuOrder\":0,\"uploadedTo\":761,\"type\":\"image\",\"subtype\":\"jpeg\",\"id\":879,\"title\":\"blue-roan-guest-farm (11)\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-11.jpg\",\"link\":\"https://blueroan.netgen.cloud/accommodation/blue-roan-guest-farm-11/\",\"alt\":\"\",\"author\":\"2\",\"description\":\"\",\"caption\":\"\",\"name\":\"blue-roan-guest-farm-11\",\"status\":\"inherit\",\"modified\":1670938831000,\"mime\":\"image/jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-includes/images/media/default.png\",\"dateFormatted\":\"December 13, 2022\",\"nonces\":{\"update\":\"294125e9db\",\"delete\":\"1a7a578cdb\",\"edit\":\"79b313e573\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=879\\u0026action=edit\",\"meta\":false,\"authorName\":\"Netgen Support\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/profile.php\",\"uploadedToTitle\":\"Accommodation\",\"uploadedToLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=761\\u0026action=edit\",\"filesizeInBytes\":175055,\"filesizeHumanReadable\":\"171 KB\",\"context\":\"\",\"height\":667,\"width\":1000,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-11-150x150.jpg\",\"orientation\":\"landscape\"},\"medium\":{\"height\":200,\"width\":300,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-11-300x200.jpg\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-11.jpg\",\"height\":667,\"width\":1000,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"imageSize\":\"full\",\"imageWidth\":100,\"imageWidthMobile\":100,\"imageWidthTablet\":100,\"paddingBtnTop\":10,\"paddingBtnBottom\":10,\"paddingBtnLeft\":14,\"paddingBtnRight\":14,\"imageWidthUnit\":\"%\",\"imageWidthUnitTablet\":\"%\",\"imageWidthUnitMobile\":\"%\",\"subHeadTopMargin\":0,\"subHeadRightMargin\":40,\"subHeadLeftMargin\":0,\"subHeadMarginTopTablet\":0,\"subHeadMarginRightTablet\":0,\"subHeadTabletSpace\":20,\"subHeadMarginLeftTablet\":0,\"imgTagHeight\":66,\"imgTagWidth\":1000,\"btnBorderTopWidth\":1,\"btnBorderLeftWidth\":1,\"btnBorderRightWidth\":1,\"btnBorderBottomWidth\":1,\"btnBorderTopLeftRadius\":0,\"btnBorderTopRightRadius\":0,\"btnBorderBottomLeftRadius\":0,\"btnBorderBottomRightRadius\":0,\"btnBorderStyle\":\"solid\",\"btnBorderColor\":\"#333\"} -->\n<div class=\"wp-block-uagb-info-box uagb-block-f3bc9046 uagb-infobox__content-wrap  uagb-infobox-icon-above-title uagb-infobox-image-valign-top\"><div class=\"uagb-ifb-content\"><div class=\"uagb-ifb-image-content\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-11.jpg\" alt=\"\" width=\"100\" height=\"66\" loading=\"lazy\"/></div><div class=\"uagb-ifb-title-wrap\"><h3 class=\"uagb-ifb-title\">The Mexican Loft </h3></div><p class=\"uagb-ifb-desc\">This Mexican-inspired unit is full of bold colors and rustic furnishings. This design style has a multifarious feel, mixing rustic wood, authentic art, textiles, and a vivid palette of color</p><div class=\"uagb-ifb-button-wrapper wp-block-button\"><a href=\"\" target=\"_self\" class=\"uagb-infobox-cta-link uagb-disable-link\" rel=\"noopener noreferrer\" alt=\"\"><span class=\"uagb-inline-editing\">READ MORE</span></a></div></div></div>\n<!-- /wp:uagb/info-box --></div>\n<!-- /wp:uagb/container --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"a7af0fdc\",\"directionDesktop\":\"row\",\"justifyContentDesktop\":\"flex-start\",\"topMarginDesktop\":54,\"bottomMarginDesktop\":0,\"leftMarginDesktop\":0,\"rightMarginDesktop\":0,\"topMarginMobile\":0,\"bottomMarginMobile\":0,\"leftMarginMobile\":0,\"rightMarginMobile\":0,\"marginLink\":false,\"variationSelected\":true,\"rowGapMobile\":0,\"columnGapDesktop\":0} -->\n<div class=\"wp-block-uagb-container uagb-block-a7af0fdc\"><!-- wp:uagb/container {\"block_id\":\"731d023c\",\"widthDesktop\":50,\"bottomPaddingDesktop\":20,\"rightPaddingDesktop\":32,\"bottomPaddingTablet\":35,\"rightPaddingTablet\":15,\"bottomPaddingMobile\":65,\"paddingLink\":false,\"topMarginDesktop\":0,\"bottomMarginDesktop\":0,\"leftMarginDesktop\":5,\"rightMarginDesktop\":5,\"topMarginMobile\":0,\"bottomMarginMobile\":0,\"leftMarginMobile\":0,\"rightMarginMobile\":0,\"marginLink\":false,\"variationSelected\":true,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-731d023c\"><!-- wp:uagb/info-box {\"classMigrate\":true,\"headingAlign\":\"left\",\"headingColor\":\"\",\"subHeadingColor\":\"\",\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"source_type\":\"image\",\"block_id\":\"e1be0896\",\"ctaIcon\":\"\",\"ctaType\":\"text\",\"ctaText\":\"READ MORE\",\"ctaLinkColor\":\"var(\\u002d\\u002dast-global-color-0)\",\"ctaDecoration\":\"underline\",\"ctaFontSize\":12,\"ctaFontWeight\":\"600\",\"ctaLetterSpacing\":2,\"ctaBorderColor\":\"\",\"ctaBorderStyle\":\"\",\"ctaBorderWidth\":\"\",\"ctaBorderRadius\":\"\",\"iconBottomMargin\":30,\"iconImage\":{\"id\":289,\"title\":\"room-5\",\"filename\":\"room-5.jpg\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/room-5.jpg\",\"link\":\"https://blueroan.netgen.cloud/room-5/\",\"alt\":\"\",\"author\":\"34\",\"description\":\"\",\"caption\":\"\",\"name\":\"room-5\",\"status\":\"inherit\",\"uploadedTo\":0,\"date\":\"2021-05-11T12:41:05.000Z\",\"modified\":\"2021-05-11T12:41:05.000Z\",\"menuOrder\":0,\"mime\":\"image/jpeg\",\"type\":\"image\",\"subtype\":\"jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/default.png\",\"dateFormatted\":\"May 11, 2021\",\"nonces\":{\"update\":\"67479f178f\",\"delete\":\"0a3770770f\",\"edit\":\"881fd0ea74\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=289\\u0026action=edit\",\"meta\":false,\"authorName\":\"Rishabh\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/user-edit.php?user_id=34\",\"filesizeInBytes\":49173,\"filesizeHumanReadable\":\"48 KB\",\"context\":\"\",\"height\":400,\"width\":600,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/room-5-150x150.jpg\",\"orientation\":\"landscape\"},\"medium\":{\"height\":200,\"width\":300,\"url\":\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/room-5-300x200.jpg\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/room-5.jpg\",\"height\":400,\"width\":600,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"imageSize\":\"full\",\"imageWidth\":100,\"imageWidthMobile\":100,\"imageWidthTablet\":100,\"paddingBtnTop\":10,\"paddingBtnBottom\":10,\"paddingBtnLeft\":14,\"paddingBtnRight\":14,\"imageWidthUnit\":\"%\",\"imageWidthUnitTablet\":\"%\",\"imageWidthUnitMobile\":\"%\",\"subHeadTopMargin\":0,\"subHeadRightMargin\":40,\"subHeadLeftMargin\":0,\"subHeadMarginTopTablet\":0,\"subHeadMarginRightTablet\":0,\"subHeadTabletSpace\":20,\"subHeadMarginLeftTablet\":0,\"imgTagHeight\":66,\"imgTagWidth\":600,\"btnBorderTopWidth\":1,\"btnBorderLeftWidth\":1,\"btnBorderRightWidth\":1,\"btnBorderBottomWidth\":1,\"btnBorderTopLeftRadius\":0,\"btnBorderTopRightRadius\":0,\"btnBorderBottomLeftRadius\":0,\"btnBorderBottomRightRadius\":0,\"btnBorderStyle\":\"solid\",\"btnBorderColor\":\"#333\"} -->\n<div class=\"wp-block-uagb-info-box uagb-block-e1be0896 uagb-infobox__content-wrap  uagb-infobox-icon-above-title uagb-infobox-image-valign-top\"><div class=\"uagb-ifb-content\"><div class=\"uagb-ifb-image-content\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/room-5.jpg\" alt=\"\" width=\"100\" height=\"66\" loading=\"lazy\"/></div><div class=\"uagb-ifb-title-wrap\"><h3 class=\"uagb-ifb-title\">The Acacia </h3></div><p class=\"uagb-ifb-desc\">The largest unit we have named after the Acacia tree. This suite is rugged and rustic and has a spacious open plan living area opening onto a covered patio with a brick braai area. </p><div class=\"uagb-ifb-button-wrapper wp-block-button\"><a href=\"\" target=\"_self\" class=\"uagb-infobox-cta-link uagb-disable-link\" rel=\"noopener noreferrer\" alt=\"\"><span class=\"uagb-inline-editing\">READ MORE</span></a></div></div></div>\n<!-- /wp:uagb/info-box --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"0fab2d37\",\"widthDesktop\":50,\"bottomPaddingDesktop\":20,\"rightPaddingDesktop\":32,\"bottomPaddingTablet\":35,\"rightPaddingTablet\":15,\"paddingLink\":false,\"topMarginDesktop\":0,\"bottomMarginDesktop\":0,\"leftMarginDesktop\":5,\"rightMarginDesktop\":5,\"topMarginMobile\":0,\"bottomMarginMobile\":0,\"leftMarginMobile\":0,\"rightMarginMobile\":0,\"marginLink\":false,\"variationSelected\":true,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-0fab2d37\"><!-- wp:uagb/info-box {\"classMigrate\":true,\"headingAlign\":\"left\",\"headingColor\":\"\",\"subHeadingColor\":\"\",\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"source_type\":\"image\",\"block_id\":\"542a32a9\",\"ctaIcon\":\"\",\"ctaType\":\"text\",\"ctaText\":\"READ MORE\",\"ctaLinkColor\":\"var(\\u002d\\u002dast-global-color-0)\",\"ctaDecoration\":\"underline\",\"ctaFontSize\":12,\"ctaFontWeight\":\"600\",\"ctaLetterSpacing\":2,\"ctaBorderColor\":\"\",\"ctaBorderStyle\":\"\",\"ctaBorderWidth\":\"\",\"ctaBorderRadius\":\"\",\"iconBottomMargin\":30,\"iconImage\":{\"id\":290,\"title\":\"room-6\",\"filename\":\"room-6.jpg\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/room-6.jpg\",\"link\":\"https://blueroan.netgen.cloud/room-6/\",\"alt\":\"\",\"author\":\"34\",\"description\":\"\",\"caption\":\"\",\"name\":\"room-6\",\"status\":\"inherit\",\"uploadedTo\":0,\"date\":\"2021-05-11T12:42:24.000Z\",\"modified\":\"2021-05-11T12:42:24.000Z\",\"menuOrder\":0,\"mime\":\"image/jpeg\",\"type\":\"image\",\"subtype\":\"jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/default.png\",\"dateFormatted\":\"May 11, 2021\",\"nonces\":{\"update\":\"ca0f21bc6b\",\"delete\":\"aeb89ca3d4\",\"edit\":\"4be159def3\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=290\\u0026action=edit\",\"meta\":false,\"authorName\":\"Rishabh\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/user-edit.php?user_id=34\",\"filesizeInBytes\":50081,\"filesizeHumanReadable\":\"49 KB\",\"context\":\"\",\"height\":400,\"width\":600,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/room-6-150x150.jpg\",\"orientation\":\"landscape\"},\"medium\":{\"height\":200,\"width\":300,\"url\":\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/room-6-300x200.jpg\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/room-6.jpg\",\"height\":400,\"width\":600,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"imageSize\":\"full\",\"imageWidth\":100,\"imageWidthMobile\":100,\"imageWidthTablet\":100,\"paddingBtnTop\":10,\"paddingBtnBottom\":10,\"paddingBtnLeft\":14,\"paddingBtnRight\":14,\"imageWidthUnit\":\"%\",\"imageWidthUnitTablet\":\"%\",\"imageWidthUnitMobile\":\"%\",\"subHeadTopMargin\":0,\"subHeadRightMargin\":40,\"subHeadLeftMargin\":0,\"subHeadMarginTopTablet\":0,\"subHeadMarginRightTablet\":0,\"subHeadTabletSpace\":20,\"subHeadMarginLeftTablet\":0,\"imgTagHeight\":66,\"imgTagWidth\":600,\"btnBorderTopWidth\":1,\"btnBorderLeftWidth\":1,\"btnBorderRightWidth\":1,\"btnBorderBottomWidth\":1,\"btnBorderTopLeftRadius\":0,\"btnBorderTopRightRadius\":0,\"btnBorderBottomLeftRadius\":0,\"btnBorderBottomRightRadius\":0,\"btnBorderStyle\":\"solid\",\"btnBorderColor\":\"#333\"} -->\n<div class=\"wp-block-uagb-info-box uagb-block-542a32a9 uagb-infobox__content-wrap  uagb-infobox-icon-above-title uagb-infobox-image-valign-top\"><div class=\"uagb-ifb-content\"><div class=\"uagb-ifb-image-content\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/room-6.jpg\" alt=\"\" width=\"100\" height=\"66\" loading=\"lazy\"/></div><div class=\"uagb-ifb-title-wrap\"><h3 class=\"uagb-ifb-title\">Presidential Suite​</h3></div><p class=\"uagb-ifb-desc\">Wish to live like a king? Here’s the top presidential suite where you can spend the best days of your life.</p><div class=\"uagb-ifb-button-wrapper wp-block-button\"><a href=\"\" target=\"_self\" class=\"uagb-infobox-cta-link uagb-disable-link\" rel=\"noopener noreferrer\" alt=\"\"><span class=\"uagb-inline-editing\">READ MORE</span></a></div></div></div>\n<!-- /wp:uagb/info-box --></div>\n<!-- /wp:uagb/container --></div>\n<!-- /wp:uagb/container --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"d5fd87af\",\"innerContentCustomWidthDesktop\":781,\"innerContentCustomWidthTablet\":781,\"backgroundType\":\"image\",\"backgroundImageDesktop\":{\"id\":54,\"title\":\"background-img\",\"filename\":\"background-img-1.jpg\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/background-img-1.jpg\",\"link\":\"https://blueroan.netgen.cloud/background-img-2/\",\"alt\":\"\",\"author\":\"34\",\"description\":\"\",\"caption\":\"\",\"name\":\"background-img-2\",\"status\":\"inherit\",\"uploadedTo\":0,\"date\":\"2021-05-07T10:11:37.000Z\",\"modified\":\"2021-05-07T10:11:37.000Z\",\"menuOrder\":0,\"mime\":\"image/jpeg\",\"type\":\"image\",\"subtype\":\"jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/default.png\",\"dateFormatted\":\"May 7, 2021\",\"nonces\":{\"update\":\"bb999636b9\",\"delete\":\"d2e1375bc4\",\"edit\":\"005dd2f0c9\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=54\\u0026action=edit\",\"meta\":false,\"authorName\":\"Rishabh\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/user-edit.php?user_id=34\",\"filesizeInBytes\":338858,\"filesizeHumanReadable\":\"331 KB\",\"context\":\"\",\"height\":1080,\"width\":1920,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/background-img-1-150x150.jpg\",\"orientation\":\"landscape\"},\"medium\":{\"height\":169,\"width\":300,\"url\":\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/background-img-1-300x169.jpg\",\"orientation\":\"landscape\"},\"large\":{\"height\":576,\"width\":1024,\"url\":\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/background-img-1-1024x576.jpg\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/background-img-1.jpg\",\"height\":1080,\"width\":1920,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"backgroundImageColor\":\"rgba(42,42,42,0.65)\",\"topPaddingDesktop\":144,\"bottomPaddingDesktop\":144,\"leftPaddingDesktop\":40,\"rightPaddingDesktop\":40,\"topPaddingTablet\":80,\"bottomPaddingTablet\":80,\"leftPaddingTablet\":40,\"rightPaddingTablet\":40,\"topPaddingMobile\":64,\"bottomPaddingMobile\":64,\"leftPaddingMobile\":24,\"rightPaddingMobile\":24,\"paddingLink\":false,\"variationSelected\":true,\"isBlockRootParent\":true,\"overlayType\":\"color\"} -->\n<div class=\"wp-block-uagb-container uagb-block-d5fd87af alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/advanced-heading {\"block_id\":\"f83d81b6\",\"classMigrate\":true,\"headingDescToggle\":true,\"headingAlign\":\"center\",\"headingColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"subHeadingColor\":\"var(\\u002d\\u002dast-global-color-4)\",\"headSpace\":20} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-f83d81b6\"><h2 class=\"uagb-heading-text\">Plan an Unforgettable Experience in Mykonos Today!</h2><p class=\"uagb-desc-text\">We can help you fit your stay and experience within your allotted budget.</p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/advanced-heading {\"block_id\":\"4f94e5cf\",\"classMigrate\":true,\"headingTitleToggle\":false,\"headingDescToggle\":true,\"headingAlign\":\"center\",\"subHeadingColor\":\"var(\\u002d\\u002dast-global-color-4)\",\"subHeadTransform\":\"uppercase\",\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"subHeadLetterSpacing\":2,\"blockTopPadding\":60,\"blockRightPadding\":0,\"blockLeftPadding\":0,\"blockBottomPadding\":0,\"blockTopPaddingMobile\":30,\"blockRightPaddingMobile\":0,\"blockLeftPaddingMobile\":0,\"blockBottomPaddingMobile\":0} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-4f94e5cf\"><p class=\"uagb-desc-text\">BOOK YOUR STAY NOW​</p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/icon-list {\"block_id\":\"4afecc22\",\"classMigrate\":true,\"childMigrate\":true,\"align\":\"center\",\"parentIcon\":\"phone\",\"size\":40,\"sizeMobile\":24,\"sizeTablet\":32,\"fontSize\":48,\"fontSizeMobile\":28,\"fontSizeTablet\":40,\"fontWeight\":\"600\",\"iconColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"labelColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"blockTopPadding\":0,\"blockRightPadding\":0,\"blockLeftPadding\":0,\"blockBottomPadding\":24,\"blockPaddingLink\":false} -->\n<div class=\"wp-block-uagb-icon-list uagb-block-4afecc22\"><div class=\"uagb-icon-list__wrap\"><!-- wp:uagb/icon-list-child {\"block_id\":\"45233d59\",\"label\":\"+1-123 456 7890​\",\"label_color\":\"\",\"fromParentIcon\":\"phone\",\"imageSizeChild\":40} -->\n<div class=\"wp-block-uagb-icon-list-child uagb-block-45233d59\"><span class=\"uagb-icon-list__source-wrap\"><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M511.2 387l-23.25 100.8c-3.266 14.25-15.79 24.22-30.46 24.22C205.2 512 0 306.8 0 54.5c0-14.66 9.969-27.2 24.22-30.45l100.8-23.25C139.7-2.602 154.7 5.018 160.8 18.92l46.52 108.5c5.438 12.78 1.77 27.67-8.98 36.45L144.5 207.1c33.98 69.22 90.26 125.5 159.5 159.5l44.08-53.8c8.688-10.78 23.69-14.51 36.47-8.975l108.5 46.51C506.1 357.2 514.6 372.4 511.2 387z\"></path></svg></span><span class=\"uagb-icon-list__label\">+1-123 456 7890​</span></div>\n<!-- /wp:uagb/icon-list-child --></div></div>\n<!-- /wp:uagb/icon-list --></div></div>\n<!-- /wp:uagb/container -->',	'Accommodation',	'',	'inherit',	'closed',	'closed',	'',	'761-revision-v1',	'',	'',	'2022-12-13 13:48:45',	'2022-12-13 13:48:45',	'',	761,	'https://blueroan.netgen.cloud/?p=884',	0,	'revision',	'',	0),
(885,	2,	'2022-12-13 13:49:41',	'2022-12-13 13:49:41',	'',	'acacia-lounge',	'',	'inherit',	'open',	'closed',	'',	'acacia-lounge',	'',	'',	'2022-12-13 13:49:41',	'2022-12-13 13:49:41',	'',	761,	'https://blueroan.netgen.cloud/wp-content/uploads/2022/12/acacia-lounge.jpg',	0,	'attachment',	'image/jpeg',	0),
(887,	2,	'2022-12-13 13:58:02',	'2022-12-13 13:58:02',	'<!-- wp:uagb/container {\"block_id\":\"90d38d6f\",\"backgroundType\":\"image\",\"backgroundImageDesktop\":{\"id\":797,\"title\":\"blue-roan-guest-farm (13)\",\"filename\":\"blue-roan-guest-farm-13.jpg\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-13.jpg\",\"link\":\"https://blueroan.netgen.cloud/home/blue-roan-guest-farm-13/\",\"alt\":\"\",\"author\":\"2\",\"description\":\"\",\"caption\":\"\",\"name\":\"blue-roan-guest-farm-13\",\"status\":\"inherit\",\"uploadedTo\":760,\"date\":\"2022-12-13T09:37:10.000Z\",\"modified\":\"2022-12-13T09:37:10.000Z\",\"menuOrder\":0,\"mime\":\"image/jpeg\",\"type\":\"image\",\"subtype\":\"jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-includes/images/media/default.png\",\"dateFormatted\":\"December 13, 2022\",\"nonces\":{\"update\":\"88c7dafe15\",\"delete\":\"0e63c986af\",\"edit\":\"ba0aad2d7f\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=797\\u0026action=edit\",\"meta\":false,\"authorName\":\"Netgen Support\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/profile.php\",\"uploadedToTitle\":\"Home\",\"uploadedToLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=760\\u0026action=edit\",\"filesizeInBytes\":201183,\"filesizeHumanReadable\":\"196 KB\",\"context\":\"\",\"height\":667,\"width\":1000,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-13-150x150.jpg\",\"orientation\":\"landscape\"},\"medium\":{\"height\":200,\"width\":300,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-13-300x200.jpg\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-13.jpg\",\"height\":667,\"width\":1000,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"backgroundPositionDesktop\":{\"x\":0.62,\"y\":0.78},\"backgroundSizeTablet\":\"cover\",\"backgroundSizeMobile\":\"cover\",\"backgroundColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"backgroundImageColor\":\"rgba(42,42,42,0.5)\",\"topPaddingDesktop\":220,\"bottomPaddingDesktop\":150,\"topPaddingTablet\":170,\"bottomPaddingTablet\":160,\"leftPaddingTablet\":30,\"rightPaddingTablet\":30,\"topPaddingMobile\":180,\"bottomPaddingMobile\":80,\"leftPaddingMobile\":20,\"rightPaddingMobile\":20,\"paddingLink\":false,\"variationSelected\":true,\"isBlockRootParent\":true,\"overlayType\":\"color\"} -->\n<div class=\"wp-block-uagb-container uagb-block-90d38d6f alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/advanced-heading {\"block_id\":\"10074e71\",\"classMigrate\":true,\"headingDescToggle\":true,\"headingColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"subHeadingColor\":\"var(\\u002d\\u002dast-global-color-4)\",\"headingTag\":\"h1\",\"headSpace\":20,\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"blockTopPadding\":0,\"blockRightPadding\":50,\"blockLeftPadding\":0,\"blockBottomPadding\":0,\"blockTopPaddingTablet\":0,\"blockRightPaddingTablet\":20,\"blockLeftPaddingTablet\":0,\"blockBottomPaddingTablet\":0,\"blockTopPaddingMobile\":0,\"blockRightPaddingMobile\":0,\"blockLeftPaddingMobile\":0,\"blockBottomPaddingMobile\":0,\"blockPaddingUnit\":\"%\",\"blockPaddingUnitTablet\":\"%\"} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-10074e71\"><h1 class=\"uagb-heading-text\">Rooms &amp; Accommodation​</h1><p class=\"uagb-desc-text\">If you are looking for a home away from home, even a place your dog can come along then take a closer look into the rooms we offer and pick the one for you.</p></div>\n<!-- /wp:uagb/advanced-heading --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"c39208d7\",\"backgroundType\":\"color\",\"backgroundSizeTablet\":\"cover\",\"backgroundSizeMobile\":\"cover\",\"backgroundColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"topPaddingDesktop\":120,\"bottomPaddingDesktop\":120,\"topPaddingTablet\":80,\"bottomPaddingTablet\":80,\"leftPaddingTablet\":30,\"rightPaddingTablet\":30,\"topPaddingMobile\":80,\"bottomPaddingMobile\":80,\"leftPaddingMobile\":20,\"rightPaddingMobile\":20,\"paddingLink\":false,\"variationSelected\":true,\"rowGapDesktop\":0,\"isBlockRootParent\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-c39208d7 alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/container {\"block_id\":\"00ba9f46\",\"directionDesktop\":\"row\",\"alignItemsDesktop\":\"flex-end\",\"alignItemsTablet\":\"flex-end\",\"justifyContentDesktop\":\"flex-end\",\"justifyContentTablet\":\"space-between\",\"variationSelected\":true,\"rowGapMobile\":20,\"columnGapDesktop\":0} -->\n<div class=\"wp-block-uagb-container uagb-block-00ba9f46\"><!-- wp:uagb/advanced-heading {\"block_id\":\"ebd9d34e\",\"classMigrate\":true,\"headingDescToggle\":true,\"subHeadingColor\":\"\",\"headSpace\":20,\"subHeadFontSize\":16} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-ebd9d34e\"><h2 class=\"uagb-heading-text\">Come &amp; Stay With Us​</h2><p class=\"uagb-desc-text\">There are 7 excellent brick self-catering units available, each private and with a distinctive personality and theme. They are particularly made for pet-free or pet-owning couples looking for a romantic and serene setting to reconnect, celebrate special occasions, or simply unwind on a holiday.<br><br>We are pet-friendly by arrangement as each unit is separately fenced with its own grassy garden with a garden gate leading to the generous park area where pets can socialize. &nbsp;We also have lovely safe off-leash walking trails on our property and beyond. &nbsp;Our units are very luxurious with everything you would need and very homely and charming. Regrettably no children or group bookings.  </p></div>\n<!-- /wp:uagb/advanced-heading --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"4fff9f52\",\"directionDesktop\":\"row\",\"alignItemsTablet\":\"flex-start\",\"justifyContentDesktop\":\"flex-start\",\"topMarginDesktop\":54,\"bottomMarginDesktop\":0,\"leftMarginDesktop\":0,\"rightMarginDesktop\":0,\"marginLink\":false,\"variationSelected\":true,\"rowGapMobile\":0,\"columnGapDesktop\":0} -->\n<div class=\"wp-block-uagb-container uagb-block-4fff9f52\"><!-- wp:uagb/container {\"block_id\":\"5d04e113\",\"widthDesktop\":50,\"bottomPaddingDesktop\":20,\"rightPaddingDesktop\":32,\"bottomPaddingTablet\":35,\"rightPaddingTablet\":15,\"bottomPaddingMobile\":65,\"paddingLink\":false,\"topMarginDesktop\":0,\"bottomMarginDesktop\":0,\"leftMarginDesktop\":5,\"rightMarginDesktop\":5,\"topMarginMobile\":0,\"bottomMarginMobile\":0,\"leftMarginMobile\":0,\"rightMarginMobile\":0,\"marginLink\":false,\"variationSelected\":true,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-5d04e113\"><!-- wp:uagb/info-box {\"classMigrate\":true,\"headingAlign\":\"left\",\"headingColor\":\"\",\"subHeadingColor\":\"\",\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"source_type\":\"image\",\"block_id\":\"aec57f48\",\"ctaIcon\":\"\",\"ctaType\":\"text\",\"ctaText\":\"READ MORE\",\"ctaLinkColor\":\"var(\\u002d\\u002dast-global-color-0)\",\"ctaDecoration\":\"underline\",\"ctaFontSize\":12,\"ctaFontWeight\":\"600\",\"ctaLetterSpacing\":2,\"ctaBorderColor\":\"\",\"ctaBorderStyle\":\"\",\"ctaBorderWidth\":\"\",\"ctaBorderRadius\":\"\",\"iconBottomMargin\":30,\"iconImage\":{\"uploading\":false,\"date\":1670936674000,\"filename\":\"blue-roan-guest-farm-10.jpg\",\"menuOrder\":0,\"uploadedTo\":761,\"type\":\"image\",\"subtype\":\"jpeg\",\"id\":863,\"title\":\"blue-roan-guest-farm (10)\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-10.jpg\",\"link\":\"https://blueroan.netgen.cloud/accommodation/blue-roan-guest-farm-10/\",\"alt\":\"\",\"author\":\"2\",\"description\":\"\",\"caption\":\"\",\"name\":\"blue-roan-guest-farm-10\",\"status\":\"inherit\",\"modified\":1670936674000,\"mime\":\"image/jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-includes/images/media/default.png\",\"dateFormatted\":\"December 13, 2022\",\"nonces\":{\"update\":\"1a7491aa65\",\"delete\":\"dc6afaa89c\",\"edit\":\"7635ee35fb\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=863\\u0026action=edit\",\"meta\":false,\"authorName\":\"Netgen Support\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/profile.php\",\"uploadedToTitle\":\"Accommodation\",\"uploadedToLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=761\\u0026action=edit\",\"filesizeInBytes\":149768,\"filesizeHumanReadable\":\"146 KB\",\"context\":\"\",\"height\":667,\"width\":1000,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-10-150x150.jpg\",\"orientation\":\"landscape\"},\"medium\":{\"height\":200,\"width\":300,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-10-300x200.jpg\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-10.jpg\",\"height\":667,\"width\":1000,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"imageSize\":\"full\",\"imageWidth\":100,\"imageWidthMobile\":100,\"imageWidthTablet\":100,\"paddingBtnTop\":10,\"paddingBtnBottom\":10,\"paddingBtnLeft\":14,\"paddingBtnRight\":14,\"imageWidthUnit\":\"%\",\"imageWidthUnitTablet\":\"%\",\"imageWidthUnitMobile\":\"%\",\"subHeadTopMargin\":0,\"subHeadRightMargin\":40,\"subHeadLeftMargin\":0,\"subHeadMarginTopTablet\":0,\"subHeadMarginRightTablet\":0,\"subHeadTabletSpace\":20,\"subHeadMarginLeftTablet\":0,\"imgTagHeight\":66,\"imgTagWidth\":1000,\"btnBorderTopWidth\":1,\"btnBorderLeftWidth\":1,\"btnBorderRightWidth\":1,\"btnBorderBottomWidth\":1,\"btnBorderTopLeftRadius\":0,\"btnBorderTopRightRadius\":0,\"btnBorderBottomLeftRadius\":0,\"btnBorderBottomRightRadius\":0,\"btnBorderStyle\":\"solid\",\"btnBorderColor\":\"#333\"} -->\n<div class=\"wp-block-uagb-info-box uagb-block-aec57f48 uagb-infobox__content-wrap  uagb-infobox-icon-above-title uagb-infobox-image-valign-top\"><div class=\"uagb-ifb-content\"><div class=\"uagb-ifb-image-content\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-10.jpg\" alt=\"\" width=\"100\" height=\"66\" loading=\"lazy\"/></div><div class=\"uagb-ifb-title-wrap\"><h3 class=\"uagb-ifb-title\">The Barn </h3></div><p class=\"uagb-ifb-desc\">Rustic beams and exposed wood are all hallmarks of our barn-style suite. This is an open-plan unit with lots of windows with a raised king bed on a platform that faces the TV and the mountains.</p><div class=\"uagb-ifb-button-wrapper wp-block-button\"><a href=\"\" target=\"_self\" class=\"uagb-infobox-cta-link uagb-disable-link\" rel=\"noopener noreferrer\" alt=\"\"><span class=\"uagb-inline-editing\">READ MORE</span></a></div></div></div>\n<!-- /wp:uagb/info-box --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"e4fa7cd9\",\"widthDesktop\":50,\"bottomPaddingDesktop\":20,\"rightPaddingDesktop\":32,\"bottomPaddingTablet\":35,\"rightPaddingTablet\":15,\"bottomPaddingMobile\":65,\"paddingLink\":false,\"topMarginDesktop\":0,\"bottomMarginDesktop\":0,\"leftMarginDesktop\":5,\"rightMarginDesktop\":5,\"topMarginMobile\":0,\"bottomMarginMobile\":0,\"leftMarginMobile\":0,\"rightMarginMobile\":0,\"marginLink\":false,\"variationSelected\":true,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-e4fa7cd9\"><!-- wp:uagb/info-box {\"classMigrate\":true,\"headingAlign\":\"left\",\"headingColor\":\"\",\"subHeadingColor\":\"\",\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"source_type\":\"image\",\"block_id\":\"d1c1dcc4\",\"ctaIcon\":\"\",\"ctaType\":\"text\",\"ctaText\":\"READ MORE\",\"ctaLinkColor\":\"var(\\u002d\\u002dast-global-color-0)\",\"ctaDecoration\":\"underline\",\"ctaFontSize\":12,\"ctaFontWeight\":\"600\",\"ctaLetterSpacing\":2,\"ctaBorderColor\":\"\",\"ctaBorderStyle\":\"\",\"ctaBorderWidth\":\"\",\"ctaBorderRadius\":\"\",\"iconBottomMargin\":30,\"iconImage\":{\"uploading\":false,\"date\":1670936842000,\"filename\":\"tuscan-suite-raised-bed-and-settee.jpg\",\"menuOrder\":0,\"uploadedTo\":761,\"type\":\"image\",\"subtype\":\"jpeg\",\"id\":864,\"title\":\"tuscan-suite-raised-bed-and-settee\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/tuscan-suite-raised-bed-and-settee.jpg\",\"link\":\"https://blueroan.netgen.cloud/accommodation/tuscan-suite-raised-bed-and-settee/\",\"alt\":\"\",\"author\":\"2\",\"description\":\"\",\"caption\":\"\",\"name\":\"tuscan-suite-raised-bed-and-settee\",\"status\":\"inherit\",\"modified\":1670936842000,\"mime\":\"image/jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-includes/images/media/default.png\",\"dateFormatted\":\"December 13, 2022\",\"nonces\":{\"update\":\"0624a4a01a\",\"delete\":\"9e8f0f7a5a\",\"edit\":\"087f94f2e5\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=864\\u0026action=edit\",\"meta\":false,\"authorName\":\"Netgen Support\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/profile.php\",\"uploadedToTitle\":\"Accommodation\",\"uploadedToLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=761\\u0026action=edit\",\"filesizeInBytes\":41923,\"filesizeHumanReadable\":\"41 KB\",\"context\":\"\",\"height\":400,\"width\":600,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/tuscan-suite-raised-bed-and-settee-150x150.jpg\",\"orientation\":\"landscape\"},\"medium\":{\"height\":200,\"width\":300,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/tuscan-suite-raised-bed-and-settee-300x200.jpg\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/tuscan-suite-raised-bed-and-settee.jpg\",\"height\":400,\"width\":600,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"imageSize\":\"full\",\"imageWidth\":100,\"imageWidthMobile\":100,\"imageWidthTablet\":100,\"paddingBtnTop\":10,\"paddingBtnBottom\":10,\"paddingBtnLeft\":14,\"paddingBtnRight\":14,\"imageWidthUnit\":\"%\",\"imageWidthUnitTablet\":\"%\",\"imageWidthUnitMobile\":\"%\",\"subHeadTopMargin\":0,\"subHeadRightMargin\":40,\"subHeadLeftMargin\":0,\"subHeadMarginTopTablet\":0,\"subHeadMarginRightTablet\":0,\"subHeadTabletSpace\":20,\"subHeadMarginLeftTablet\":0,\"imgTagHeight\":66,\"imgTagWidth\":600,\"btnBorderTopWidth\":1,\"btnBorderLeftWidth\":1,\"btnBorderRightWidth\":1,\"btnBorderBottomWidth\":1,\"btnBorderTopLeftRadius\":0,\"btnBorderTopRightRadius\":0,\"btnBorderBottomLeftRadius\":0,\"btnBorderBottomRightRadius\":0,\"btnBorderStyle\":\"solid\",\"btnBorderColor\":\"#333\"} -->\n<div class=\"wp-block-uagb-info-box uagb-block-d1c1dcc4 uagb-infobox__content-wrap  uagb-infobox-icon-above-title uagb-infobox-image-valign-top\"><div class=\"uagb-ifb-content\"><div class=\"uagb-ifb-image-content\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/tuscan-suite-raised-bed-and-settee.jpg\" alt=\"\" width=\"100\" height=\"66\" loading=\"lazy\"/></div><div class=\"uagb-ifb-title-wrap\"><h3 class=\"uagb-ifb-title\">The Tuscan Suite </h3></div><p class=\"uagb-ifb-desc\">Terra-cotta tiles, textured wall treatments, gorgeous, intricate murals,&nbsp;and simple, durable furniture with elegant iron accents are all characteristics of Tuscan interior design.</p><div class=\"uagb-ifb-button-wrapper wp-block-button\"><a href=\"\" target=\"_self\" class=\"uagb-infobox-cta-link uagb-disable-link\" rel=\"noopener noreferrer\" alt=\"\"><span class=\"uagb-inline-editing\">READ MORE</span></a></div></div></div>\n<!-- /wp:uagb/info-box --></div>\n<!-- /wp:uagb/container --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"4d8d5d90\",\"directionDesktop\":\"row\",\"alignItemsTablet\":\"flex-start\",\"justifyContentDesktop\":\"flex-start\",\"topMarginDesktop\":54,\"bottomMarginDesktop\":0,\"leftMarginDesktop\":0,\"rightMarginDesktop\":0,\"topMarginMobile\":0,\"bottomMarginMobile\":0,\"leftMarginMobile\":0,\"rightMarginMobile\":0,\"marginLink\":false,\"variationSelected\":true,\"rowGapMobile\":0,\"columnGapDesktop\":0} -->\n<div class=\"wp-block-uagb-container uagb-block-4d8d5d90\"><!-- wp:uagb/container {\"block_id\":\"923ac5a0\",\"widthDesktop\":50,\"bottomPaddingDesktop\":20,\"rightPaddingDesktop\":32,\"bottomPaddingTablet\":35,\"leftPaddingTablet\":0,\"rightPaddingTablet\":15,\"bottomPaddingMobile\":65,\"paddingLink\":false,\"topMarginDesktop\":0,\"bottomMarginDesktop\":0,\"leftMarginDesktop\":5,\"rightMarginDesktop\":5,\"topMarginMobile\":0,\"bottomMarginMobile\":0,\"leftMarginMobile\":0,\"rightMarginMobile\":0,\"marginLink\":false,\"variationSelected\":true,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-923ac5a0\"><!-- wp:uagb/info-box {\"classMigrate\":true,\"headingAlign\":\"left\",\"headingColor\":\"\",\"subHeadingColor\":\"\",\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"source_type\":\"image\",\"block_id\":\"5a4e996d\",\"ctaIcon\":\"\",\"ctaType\":\"text\",\"ctaText\":\"READ MORE\",\"ctaLinkColor\":\"var(\\u002d\\u002dast-global-color-0)\",\"ctaDecoration\":\"underline\",\"ctaFontSize\":12,\"ctaFontWeight\":\"600\",\"ctaLetterSpacing\":2,\"ctaBorderColor\":\"\",\"ctaBorderStyle\":\"\",\"ctaBorderWidth\":\"\",\"ctaBorderRadius\":\"\",\"iconBottomMargin\":30,\"iconImage\":{\"uploading\":false,\"date\":1670938945000,\"filename\":\"bluebush-king-bed-and-spa-bath.png\",\"menuOrder\":0,\"uploadedTo\":761,\"type\":\"image\",\"subtype\":\"png\",\"id\":881,\"title\":\"bluebush-king-bed-and-spa-bath\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/bluebush-king-bed-and-spa-bath.png\",\"link\":\"https://blueroan.netgen.cloud/accommodation/bluebush-king-bed-and-spa-bath/\",\"alt\":\"\",\"author\":\"2\",\"description\":\"\",\"caption\":\"\",\"name\":\"bluebush-king-bed-and-spa-bath\",\"status\":\"inherit\",\"modified\":1670938945000,\"mime\":\"image/png\",\"icon\":\"https://blueroan.netgen.cloud/wp-includes/images/media/default.png\",\"dateFormatted\":\"December 13, 2022\",\"nonces\":{\"update\":\"e1c334788a\",\"delete\":\"b219c40b29\",\"edit\":\"273b944edc\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=881\\u0026action=edit\",\"meta\":false,\"authorName\":\"Netgen Support\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/profile.php\",\"uploadedToTitle\":\"Accommodation\",\"uploadedToLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=761\\u0026action=edit\",\"filesizeInBytes\":1195033,\"filesizeHumanReadable\":\"1 MB\",\"context\":\"\",\"height\":667,\"width\":1000,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/bluebush-king-bed-and-spa-bath-150x150.png\",\"orientation\":\"landscape\"},\"medium\":{\"height\":200,\"width\":300,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/bluebush-king-bed-and-spa-bath-300x200.png\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/bluebush-king-bed-and-spa-bath.png\",\"height\":667,\"width\":1000,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"imageSize\":\"full\",\"imageWidth\":100,\"imageWidthMobile\":100,\"imageWidthTablet\":100,\"paddingBtnTop\":10,\"paddingBtnBottom\":10,\"paddingBtnLeft\":14,\"paddingBtnRight\":14,\"imageWidthUnit\":\"%\",\"imageWidthUnitTablet\":\"%\",\"imageWidthUnitMobile\":\"%\",\"subHeadTopMargin\":0,\"subHeadRightMargin\":40,\"subHeadLeftMargin\":0,\"subHeadMarginTopTablet\":0,\"subHeadMarginRightTablet\":0,\"subHeadTabletSpace\":20,\"subHeadMarginLeftTablet\":0,\"imgTagHeight\":66,\"imgTagWidth\":1000,\"btnBorderTopWidth\":1,\"btnBorderLeftWidth\":1,\"btnBorderRightWidth\":1,\"btnBorderBottomWidth\":1,\"btnBorderTopLeftRadius\":0,\"btnBorderTopRightRadius\":0,\"btnBorderBottomLeftRadius\":0,\"btnBorderBottomRightRadius\":0,\"btnBorderStyle\":\"solid\",\"btnBorderColor\":\"#333\"} -->\n<div class=\"wp-block-uagb-info-box uagb-block-5a4e996d uagb-infobox__content-wrap  uagb-infobox-icon-above-title uagb-infobox-image-valign-top\"><div class=\"uagb-ifb-content\"><div class=\"uagb-ifb-image-content\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/bluebush-king-bed-and-spa-bath.png\" alt=\"\" width=\"100\" height=\"66\" loading=\"lazy\"/></div><div class=\"uagb-ifb-title-wrap\"><h3 class=\"uagb-ifb-title\">The Bluebush </h3></div><p class=\"uagb-ifb-desc\">A warm and comforting suite with a very homely feeling. Settle in and relax like you would at home. Relax with a perfect corner-shaped spa bath and open-plan&nbsp;living area.</p><div class=\"uagb-ifb-button-wrapper wp-block-button\"><a href=\"\" target=\"_self\" class=\"uagb-infobox-cta-link uagb-disable-link\" rel=\"noopener noreferrer\" alt=\"\"><span class=\"uagb-inline-editing\">READ MORE</span></a></div></div></div>\n<!-- /wp:uagb/info-box --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"21002531\",\"widthDesktop\":50,\"bottomPaddingDesktop\":20,\"rightPaddingDesktop\":32,\"bottomPaddingTablet\":35,\"rightPaddingTablet\":15,\"bottomPaddingMobile\":65,\"paddingLink\":false,\"topMarginDesktop\":0,\"bottomMarginDesktop\":0,\"leftMarginDesktop\":5,\"rightMarginDesktop\":5,\"topMarginMobile\":0,\"bottomMarginMobile\":0,\"leftMarginMobile\":0,\"rightMarginMobile\":0,\"marginLink\":false,\"variationSelected\":true,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-21002531\"><!-- wp:uagb/info-box {\"classMigrate\":true,\"headingAlign\":\"left\",\"headingColor\":\"\",\"subHeadingColor\":\"\",\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"source_type\":\"image\",\"block_id\":\"45d243be\",\"ctaIcon\":\"\",\"ctaType\":\"text\",\"ctaText\":\"READ MORE\",\"ctaLinkColor\":\"var(\\u002d\\u002dast-global-color-0)\",\"ctaDecoration\":\"underline\",\"ctaFontSize\":12,\"ctaFontWeight\":\"600\",\"ctaLetterSpacing\":2,\"ctaBorderColor\":\"\",\"ctaBorderStyle\":\"\",\"ctaBorderWidth\":\"\",\"ctaBorderRadius\":\"\",\"iconBottomMargin\":30,\"iconImage\":{\"uploading\":false,\"date\":1670938831000,\"filename\":\"blue-roan-guest-farm-11.jpg\",\"menuOrder\":0,\"uploadedTo\":761,\"type\":\"image\",\"subtype\":\"jpeg\",\"id\":879,\"title\":\"blue-roan-guest-farm (11)\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-11.jpg\",\"link\":\"https://blueroan.netgen.cloud/accommodation/blue-roan-guest-farm-11/\",\"alt\":\"\",\"author\":\"2\",\"description\":\"\",\"caption\":\"\",\"name\":\"blue-roan-guest-farm-11\",\"status\":\"inherit\",\"modified\":1670938831000,\"mime\":\"image/jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-includes/images/media/default.png\",\"dateFormatted\":\"December 13, 2022\",\"nonces\":{\"update\":\"294125e9db\",\"delete\":\"1a7a578cdb\",\"edit\":\"79b313e573\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=879\\u0026action=edit\",\"meta\":false,\"authorName\":\"Netgen Support\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/profile.php\",\"uploadedToTitle\":\"Accommodation\",\"uploadedToLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=761\\u0026action=edit\",\"filesizeInBytes\":175055,\"filesizeHumanReadable\":\"171 KB\",\"context\":\"\",\"height\":667,\"width\":1000,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-11-150x150.jpg\",\"orientation\":\"landscape\"},\"medium\":{\"height\":200,\"width\":300,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-11-300x200.jpg\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-11.jpg\",\"height\":667,\"width\":1000,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"imageSize\":\"full\",\"imageWidth\":100,\"imageWidthMobile\":100,\"imageWidthTablet\":100,\"paddingBtnTop\":10,\"paddingBtnBottom\":10,\"paddingBtnLeft\":14,\"paddingBtnRight\":14,\"imageWidthUnit\":\"%\",\"imageWidthUnitTablet\":\"%\",\"imageWidthUnitMobile\":\"%\",\"subHeadTopMargin\":0,\"subHeadRightMargin\":40,\"subHeadLeftMargin\":0,\"subHeadMarginTopTablet\":0,\"subHeadMarginRightTablet\":0,\"subHeadTabletSpace\":20,\"subHeadMarginLeftTablet\":0,\"imgTagHeight\":66,\"imgTagWidth\":1000,\"btnBorderTopWidth\":1,\"btnBorderLeftWidth\":1,\"btnBorderRightWidth\":1,\"btnBorderBottomWidth\":1,\"btnBorderTopLeftRadius\":0,\"btnBorderTopRightRadius\":0,\"btnBorderBottomLeftRadius\":0,\"btnBorderBottomRightRadius\":0,\"btnBorderStyle\":\"solid\",\"btnBorderColor\":\"#333\"} -->\n<div class=\"wp-block-uagb-info-box uagb-block-45d243be uagb-infobox__content-wrap  uagb-infobox-icon-above-title uagb-infobox-image-valign-top\"><div class=\"uagb-ifb-content\"><div class=\"uagb-ifb-image-content\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-11.jpg\" alt=\"\" width=\"100\" height=\"66\" loading=\"lazy\"/></div><div class=\"uagb-ifb-title-wrap\"><h3 class=\"uagb-ifb-title\">The Mexican Loft </h3></div><p class=\"uagb-ifb-desc\">This Mexican-inspired unit is full of bold colors and rustic furnishings. This design style has a multifarious feel, mixing rustic wood, authentic art, textiles, and a vivid palette of color</p><div class=\"uagb-ifb-button-wrapper wp-block-button\"><a href=\"\" target=\"_self\" class=\"uagb-infobox-cta-link uagb-disable-link\" rel=\"noopener noreferrer\" alt=\"\"><span class=\"uagb-inline-editing\">READ MORE</span></a></div></div></div>\n<!-- /wp:uagb/info-box --></div>\n<!-- /wp:uagb/container --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"92a94e36\",\"directionDesktop\":\"row\",\"justifyContentDesktop\":\"flex-start\",\"topMarginDesktop\":54,\"bottomMarginDesktop\":0,\"leftMarginDesktop\":0,\"rightMarginDesktop\":0,\"topMarginMobile\":0,\"bottomMarginMobile\":0,\"leftMarginMobile\":0,\"rightMarginMobile\":0,\"marginLink\":false,\"variationSelected\":true,\"rowGapMobile\":0,\"columnGapDesktop\":0} -->\n<div class=\"wp-block-uagb-container uagb-block-92a94e36\"><!-- wp:uagb/container {\"block_id\":\"006eaa21\",\"widthDesktop\":50,\"bottomPaddingDesktop\":20,\"rightPaddingDesktop\":32,\"bottomPaddingTablet\":35,\"rightPaddingTablet\":15,\"bottomPaddingMobile\":65,\"paddingLink\":false,\"topMarginDesktop\":0,\"bottomMarginDesktop\":0,\"leftMarginDesktop\":5,\"rightMarginDesktop\":5,\"topMarginMobile\":0,\"bottomMarginMobile\":0,\"leftMarginMobile\":0,\"rightMarginMobile\":0,\"marginLink\":false,\"variationSelected\":true,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-006eaa21\"><!-- wp:uagb/info-box {\"classMigrate\":true,\"headingAlign\":\"left\",\"headingColor\":\"\",\"subHeadingColor\":\"\",\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"source_type\":\"image\",\"block_id\":\"f5f9b0ed\",\"ctaIcon\":\"\",\"ctaType\":\"text\",\"ctaText\":\"READ MORE\",\"ctaLinkColor\":\"var(\\u002d\\u002dast-global-color-0)\",\"ctaDecoration\":\"underline\",\"ctaFontSize\":12,\"ctaFontWeight\":\"600\",\"ctaLetterSpacing\":2,\"ctaBorderColor\":\"\",\"ctaBorderStyle\":\"\",\"ctaBorderWidth\":\"\",\"ctaBorderRadius\":\"\",\"iconBottomMargin\":30,\"iconImage\":{\"uploading\":false,\"date\":1670939381000,\"filename\":\"acacia-lounge.jpg\",\"menuOrder\":0,\"uploadedTo\":761,\"type\":\"image\",\"subtype\":\"jpeg\",\"id\":885,\"title\":\"acacia-lounge\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/acacia-lounge.jpg\",\"link\":\"https://blueroan.netgen.cloud/accommodation/acacia-lounge/\",\"alt\":\"\",\"author\":\"2\",\"description\":\"\",\"caption\":\"\",\"name\":\"acacia-lounge\",\"status\":\"inherit\",\"modified\":1670939381000,\"mime\":\"image/jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-includes/images/media/default.png\",\"dateFormatted\":\"December 13, 2022\",\"nonces\":{\"update\":\"17e284dc72\",\"delete\":\"0967fb8415\",\"edit\":\"99ac1eb1a8\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=885\\u0026action=edit\",\"meta\":false,\"authorName\":\"Netgen Support\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/profile.php\",\"uploadedToTitle\":\"Accommodation\",\"uploadedToLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=761\\u0026action=edit\",\"filesizeInBytes\":37270,\"filesizeHumanReadable\":\"36 KB\",\"context\":\"\",\"height\":400,\"width\":600,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/acacia-lounge-150x150.jpg\",\"orientation\":\"landscape\"},\"medium\":{\"height\":200,\"width\":300,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/acacia-lounge-300x200.jpg\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/acacia-lounge.jpg\",\"height\":400,\"width\":600,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"imageSize\":\"full\",\"imageWidth\":100,\"imageWidthMobile\":100,\"imageWidthTablet\":100,\"paddingBtnTop\":10,\"paddingBtnBottom\":10,\"paddingBtnLeft\":14,\"paddingBtnRight\":14,\"imageWidthUnit\":\"%\",\"imageWidthUnitTablet\":\"%\",\"imageWidthUnitMobile\":\"%\",\"subHeadTopMargin\":0,\"subHeadRightMargin\":40,\"subHeadLeftMargin\":0,\"subHeadMarginTopTablet\":0,\"subHeadMarginRightTablet\":0,\"subHeadTabletSpace\":20,\"subHeadMarginLeftTablet\":0,\"imgTagHeight\":66,\"imgTagWidth\":600,\"btnBorderTopWidth\":1,\"btnBorderLeftWidth\":1,\"btnBorderRightWidth\":1,\"btnBorderBottomWidth\":1,\"btnBorderTopLeftRadius\":0,\"btnBorderTopRightRadius\":0,\"btnBorderBottomLeftRadius\":0,\"btnBorderBottomRightRadius\":0,\"btnBorderStyle\":\"solid\",\"btnBorderColor\":\"#333\"} -->\n<div class=\"wp-block-uagb-info-box uagb-block-f5f9b0ed uagb-infobox__content-wrap  uagb-infobox-icon-above-title uagb-infobox-image-valign-top\"><div class=\"uagb-ifb-content\"><div class=\"uagb-ifb-image-content\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/acacia-lounge.jpg\" alt=\"\" width=\"100\" height=\"66\" loading=\"lazy\"/></div><div class=\"uagb-ifb-title-wrap\"><h3 class=\"uagb-ifb-title\">The Acacia </h3></div><p class=\"uagb-ifb-desc\">The largest unit we have named after the Acacia tree. This suite is rugged and rustic and has a spacious open plan living area opening onto a covered patio with a brick braai area. </p><div class=\"uagb-ifb-button-wrapper wp-block-button\"><a href=\"\" target=\"_self\" class=\"uagb-infobox-cta-link uagb-disable-link\" rel=\"noopener noreferrer\" alt=\"\"><span class=\"uagb-inline-editing\">READ MORE</span></a></div></div></div>\n<!-- /wp:uagb/info-box --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"3facef76\",\"widthDesktop\":50,\"bottomPaddingDesktop\":20,\"rightPaddingDesktop\":32,\"bottomPaddingTablet\":35,\"rightPaddingTablet\":15,\"paddingLink\":false,\"topMarginDesktop\":0,\"bottomMarginDesktop\":0,\"leftMarginDesktop\":5,\"rightMarginDesktop\":5,\"topMarginMobile\":0,\"bottomMarginMobile\":0,\"leftMarginMobile\":0,\"rightMarginMobile\":0,\"marginLink\":false,\"variationSelected\":true,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-3facef76\"><!-- wp:uagb/info-box {\"classMigrate\":true,\"headingAlign\":\"left\",\"headingColor\":\"\",\"subHeadingColor\":\"\",\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"source_type\":\"image\",\"block_id\":\"3fd21a6d\",\"ctaIcon\":\"\",\"ctaType\":\"text\",\"ctaText\":\"READ MORE\",\"ctaLinkColor\":\"var(\\u002d\\u002dast-global-color-0)\",\"ctaDecoration\":\"underline\",\"ctaFontSize\":12,\"ctaFontWeight\":\"600\",\"ctaLetterSpacing\":2,\"ctaBorderColor\":\"\",\"ctaBorderStyle\":\"\",\"ctaBorderWidth\":\"\",\"ctaBorderRadius\":\"\",\"iconBottomMargin\":30,\"iconImage\":{\"id\":290,\"title\":\"room-6\",\"filename\":\"room-6.jpg\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/room-6.jpg\",\"link\":\"https://blueroan.netgen.cloud/room-6/\",\"alt\":\"\",\"author\":\"34\",\"description\":\"\",\"caption\":\"\",\"name\":\"room-6\",\"status\":\"inherit\",\"uploadedTo\":0,\"date\":\"2021-05-11T12:42:24.000Z\",\"modified\":\"2021-05-11T12:42:24.000Z\",\"menuOrder\":0,\"mime\":\"image/jpeg\",\"type\":\"image\",\"subtype\":\"jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/default.png\",\"dateFormatted\":\"May 11, 2021\",\"nonces\":{\"update\":\"ca0f21bc6b\",\"delete\":\"aeb89ca3d4\",\"edit\":\"4be159def3\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=290\\u0026action=edit\",\"meta\":false,\"authorName\":\"Rishabh\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/user-edit.php?user_id=34\",\"filesizeInBytes\":50081,\"filesizeHumanReadable\":\"49 KB\",\"context\":\"\",\"height\":400,\"width\":600,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/room-6-150x150.jpg\",\"orientation\":\"landscape\"},\"medium\":{\"height\":200,\"width\":300,\"url\":\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/room-6-300x200.jpg\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/room-6.jpg\",\"height\":400,\"width\":600,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"imageSize\":\"full\",\"imageWidth\":100,\"imageWidthMobile\":100,\"imageWidthTablet\":100,\"paddingBtnTop\":10,\"paddingBtnBottom\":10,\"paddingBtnLeft\":14,\"paddingBtnRight\":14,\"imageWidthUnit\":\"%\",\"imageWidthUnitTablet\":\"%\",\"imageWidthUnitMobile\":\"%\",\"subHeadTopMargin\":0,\"subHeadRightMargin\":40,\"subHeadLeftMargin\":0,\"subHeadMarginTopTablet\":0,\"subHeadMarginRightTablet\":0,\"subHeadTabletSpace\":20,\"subHeadMarginLeftTablet\":0,\"imgTagHeight\":66,\"imgTagWidth\":600,\"btnBorderTopWidth\":1,\"btnBorderLeftWidth\":1,\"btnBorderRightWidth\":1,\"btnBorderBottomWidth\":1,\"btnBorderTopLeftRadius\":0,\"btnBorderTopRightRadius\":0,\"btnBorderBottomLeftRadius\":0,\"btnBorderBottomRightRadius\":0,\"btnBorderStyle\":\"solid\",\"btnBorderColor\":\"#333\"} -->\n<div class=\"wp-block-uagb-info-box uagb-block-3fd21a6d uagb-infobox__content-wrap  uagb-infobox-icon-above-title uagb-infobox-image-valign-top\"><div class=\"uagb-ifb-content\"><div class=\"uagb-ifb-image-content\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/room-6.jpg\" alt=\"\" width=\"100\" height=\"66\" loading=\"lazy\"/></div><div class=\"uagb-ifb-title-wrap\"><h3 class=\"uagb-ifb-title\">The Greek Villa </h3></div><p class=\"uagb-ifb-desc\">Designed like a Greek villa this Mediterranean style reflects a relaxed atmosphere, the dominance white wall and blue ceilings with lovely rustic furnishings</p><div class=\"uagb-ifb-button-wrapper wp-block-button\"><a href=\"\" target=\"_self\" class=\"uagb-infobox-cta-link uagb-disable-link\" rel=\"noopener noreferrer\" alt=\"\"><span class=\"uagb-inline-editing\">READ MORE</span></a></div></div></div>\n<!-- /wp:uagb/info-box --></div>\n<!-- /wp:uagb/container --></div>\n<!-- /wp:uagb/container --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"bedf2626\",\"innerContentCustomWidthDesktop\":781,\"innerContentCustomWidthTablet\":781,\"backgroundType\":\"image\",\"backgroundImageDesktop\":{\"id\":54,\"title\":\"background-img\",\"filename\":\"background-img-1.jpg\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/background-img-1.jpg\",\"link\":\"https://blueroan.netgen.cloud/background-img-2/\",\"alt\":\"\",\"author\":\"34\",\"description\":\"\",\"caption\":\"\",\"name\":\"background-img-2\",\"status\":\"inherit\",\"uploadedTo\":0,\"date\":\"2021-05-07T10:11:37.000Z\",\"modified\":\"2021-05-07T10:11:37.000Z\",\"menuOrder\":0,\"mime\":\"image/jpeg\",\"type\":\"image\",\"subtype\":\"jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/default.png\",\"dateFormatted\":\"May 7, 2021\",\"nonces\":{\"update\":\"bb999636b9\",\"delete\":\"d2e1375bc4\",\"edit\":\"005dd2f0c9\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=54\\u0026action=edit\",\"meta\":false,\"authorName\":\"Rishabh\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/user-edit.php?user_id=34\",\"filesizeInBytes\":338858,\"filesizeHumanReadable\":\"331 KB\",\"context\":\"\",\"height\":1080,\"width\":1920,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/background-img-1-150x150.jpg\",\"orientation\":\"landscape\"},\"medium\":{\"height\":169,\"width\":300,\"url\":\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/background-img-1-300x169.jpg\",\"orientation\":\"landscape\"},\"large\":{\"height\":576,\"width\":1024,\"url\":\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/background-img-1-1024x576.jpg\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/background-img-1.jpg\",\"height\":1080,\"width\":1920,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"backgroundImageColor\":\"rgba(42,42,42,0.65)\",\"topPaddingDesktop\":144,\"bottomPaddingDesktop\":144,\"leftPaddingDesktop\":40,\"rightPaddingDesktop\":40,\"topPaddingTablet\":80,\"bottomPaddingTablet\":80,\"leftPaddingTablet\":40,\"rightPaddingTablet\":40,\"topPaddingMobile\":64,\"bottomPaddingMobile\":64,\"leftPaddingMobile\":24,\"rightPaddingMobile\":24,\"paddingLink\":false,\"variationSelected\":true,\"isBlockRootParent\":true,\"overlayType\":\"color\"} -->\n<div class=\"wp-block-uagb-container uagb-block-bedf2626 alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/advanced-heading {\"block_id\":\"63481270\",\"classMigrate\":true,\"headingDescToggle\":true,\"headingAlign\":\"center\",\"headingColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"subHeadingColor\":\"var(\\u002d\\u002dast-global-color-4)\",\"headSpace\":20} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-63481270\"><h2 class=\"uagb-heading-text\">Plan an Unforgettable Experience in Mykonos Today!</h2><p class=\"uagb-desc-text\">We can help you fit your stay and experience within your allotted budget.</p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/advanced-heading {\"block_id\":\"769d5fba\",\"classMigrate\":true,\"headingTitleToggle\":false,\"headingDescToggle\":true,\"headingAlign\":\"center\",\"subHeadingColor\":\"var(\\u002d\\u002dast-global-color-4)\",\"subHeadTransform\":\"uppercase\",\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"subHeadLetterSpacing\":2,\"blockTopPadding\":60,\"blockRightPadding\":0,\"blockLeftPadding\":0,\"blockBottomPadding\":0,\"blockTopPaddingMobile\":30,\"blockRightPaddingMobile\":0,\"blockLeftPaddingMobile\":0,\"blockBottomPaddingMobile\":0} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-769d5fba\"><p class=\"uagb-desc-text\">BOOK YOUR STAY NOW​</p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/icon-list {\"block_id\":\"2e420b56\",\"classMigrate\":true,\"childMigrate\":true,\"align\":\"center\",\"parentIcon\":\"phone\",\"size\":40,\"sizeMobile\":24,\"sizeTablet\":32,\"fontSize\":48,\"fontSizeMobile\":28,\"fontSizeTablet\":40,\"fontWeight\":\"600\",\"iconColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"labelColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"blockTopPadding\":0,\"blockRightPadding\":0,\"blockLeftPadding\":0,\"blockBottomPadding\":24,\"blockPaddingLink\":false} -->\n<div class=\"wp-block-uagb-icon-list uagb-block-2e420b56\"><div class=\"uagb-icon-list__wrap\"><!-- wp:uagb/icon-list-child {\"block_id\":\"7d382dd2\",\"label\":\"+1-123 456 7890​\",\"label_color\":\"\",\"fromParentIcon\":\"phone\",\"imageSizeChild\":40} -->\n<div class=\"wp-block-uagb-icon-list-child uagb-block-7d382dd2\"><span class=\"uagb-icon-list__source-wrap\"><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M511.2 387l-23.25 100.8c-3.266 14.25-15.79 24.22-30.46 24.22C205.2 512 0 306.8 0 54.5c0-14.66 9.969-27.2 24.22-30.45l100.8-23.25C139.7-2.602 154.7 5.018 160.8 18.92l46.52 108.5c5.438 12.78 1.77 27.67-8.98 36.45L144.5 207.1c33.98 69.22 90.26 125.5 159.5 159.5l44.08-53.8c8.688-10.78 23.69-14.51 36.47-8.975l108.5 46.51C506.1 357.2 514.6 372.4 511.2 387z\"></path></svg></span><span class=\"uagb-icon-list__label\">+1-123 456 7890​</span></div>\n<!-- /wp:uagb/icon-list-child --></div></div>\n<!-- /wp:uagb/icon-list --></div></div>\n<!-- /wp:uagb/container -->',	'Accommodation',	'',	'inherit',	'closed',	'closed',	'',	'761-revision-v1',	'',	'',	'2022-12-13 13:58:02',	'2022-12-13 13:58:02',	'',	761,	'https://blueroan.netgen.cloud/?p=887',	0,	'revision',	'',	0),
(888,	2,	'2022-12-13 13:58:25',	'2022-12-13 13:58:25',	'<!-- wp:uagb/container {\"block_id\":\"90d38d6f\",\"backgroundType\":\"image\",\"backgroundImageDesktop\":{\"id\":797,\"title\":\"blue-roan-guest-farm (13)\",\"filename\":\"blue-roan-guest-farm-13.jpg\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-13.jpg\",\"link\":\"https://blueroan.netgen.cloud/home/blue-roan-guest-farm-13/\",\"alt\":\"\",\"author\":\"2\",\"description\":\"\",\"caption\":\"\",\"name\":\"blue-roan-guest-farm-13\",\"status\":\"inherit\",\"uploadedTo\":760,\"date\":\"2022-12-13T09:37:10.000Z\",\"modified\":\"2022-12-13T09:37:10.000Z\",\"menuOrder\":0,\"mime\":\"image/jpeg\",\"type\":\"image\",\"subtype\":\"jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-includes/images/media/default.png\",\"dateFormatted\":\"December 13, 2022\",\"nonces\":{\"update\":\"88c7dafe15\",\"delete\":\"0e63c986af\",\"edit\":\"ba0aad2d7f\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=797\\u0026action=edit\",\"meta\":false,\"authorName\":\"Netgen Support\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/profile.php\",\"uploadedToTitle\":\"Home\",\"uploadedToLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=760\\u0026action=edit\",\"filesizeInBytes\":201183,\"filesizeHumanReadable\":\"196 KB\",\"context\":\"\",\"height\":667,\"width\":1000,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-13-150x150.jpg\",\"orientation\":\"landscape\"},\"medium\":{\"height\":200,\"width\":300,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-13-300x200.jpg\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-13.jpg\",\"height\":667,\"width\":1000,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"backgroundPositionDesktop\":{\"x\":0.62,\"y\":0.78},\"backgroundSizeTablet\":\"cover\",\"backgroundSizeMobile\":\"cover\",\"backgroundColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"backgroundImageColor\":\"rgba(42,42,42,0.5)\",\"topPaddingDesktop\":220,\"bottomPaddingDesktop\":150,\"topPaddingTablet\":170,\"bottomPaddingTablet\":160,\"leftPaddingTablet\":30,\"rightPaddingTablet\":30,\"topPaddingMobile\":180,\"bottomPaddingMobile\":80,\"leftPaddingMobile\":20,\"rightPaddingMobile\":20,\"paddingLink\":false,\"variationSelected\":true,\"isBlockRootParent\":true,\"overlayType\":\"color\"} -->\n<div class=\"wp-block-uagb-container uagb-block-90d38d6f alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/advanced-heading {\"block_id\":\"10074e71\",\"classMigrate\":true,\"headingDescToggle\":true,\"headingColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"subHeadingColor\":\"var(\\u002d\\u002dast-global-color-4)\",\"headingTag\":\"h1\",\"headSpace\":20,\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"blockTopPadding\":0,\"blockRightPadding\":50,\"blockLeftPadding\":0,\"blockBottomPadding\":0,\"blockTopPaddingTablet\":0,\"blockRightPaddingTablet\":20,\"blockLeftPaddingTablet\":0,\"blockBottomPaddingTablet\":0,\"blockTopPaddingMobile\":0,\"blockRightPaddingMobile\":0,\"blockLeftPaddingMobile\":0,\"blockBottomPaddingMobile\":0,\"blockPaddingUnit\":\"%\",\"blockPaddingUnitTablet\":\"%\"} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-10074e71\"><h1 class=\"uagb-heading-text\">Rooms &amp; Accommodation​</h1><p class=\"uagb-desc-text\">If you are looking for a home away from home, even a place your dog can come along then take a closer look into the rooms we offer and pick the one for you.</p></div>\n<!-- /wp:uagb/advanced-heading --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"c39208d7\",\"backgroundType\":\"color\",\"backgroundSizeTablet\":\"cover\",\"backgroundSizeMobile\":\"cover\",\"backgroundColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"topPaddingDesktop\":120,\"bottomPaddingDesktop\":120,\"topPaddingTablet\":80,\"bottomPaddingTablet\":80,\"leftPaddingTablet\":30,\"rightPaddingTablet\":30,\"topPaddingMobile\":80,\"bottomPaddingMobile\":80,\"leftPaddingMobile\":20,\"rightPaddingMobile\":20,\"paddingLink\":false,\"variationSelected\":true,\"rowGapDesktop\":0,\"isBlockRootParent\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-c39208d7 alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/container {\"block_id\":\"00ba9f46\",\"directionDesktop\":\"row\",\"alignItemsDesktop\":\"flex-end\",\"alignItemsTablet\":\"flex-end\",\"justifyContentDesktop\":\"flex-end\",\"justifyContentTablet\":\"space-between\",\"variationSelected\":true,\"rowGapMobile\":20,\"columnGapDesktop\":0} -->\n<div class=\"wp-block-uagb-container uagb-block-00ba9f46\"><!-- wp:uagb/advanced-heading {\"block_id\":\"ebd9d34e\",\"classMigrate\":true,\"headingDescToggle\":true,\"subHeadingColor\":\"\",\"headSpace\":20,\"subHeadFontSize\":16} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-ebd9d34e\"><h2 class=\"uagb-heading-text\">Come &amp; Stay With Us​</h2><p class=\"uagb-desc-text\">There are 7 excellent brick self-catering units available, each private and with a distinctive personality and theme. They are particularly made for pet-free or pet-owning couples looking for a romantic and serene setting to reconnect, celebrate special occasions, or simply unwind on a holiday.<br><br>We are pet-friendly by arrangement as each unit is separately fenced with its own grassy garden with a garden gate leading to the generous park area where pets can socialize. &nbsp;We also have lovely safe off-leash walking trails on our property and beyond. &nbsp;Our units are very luxurious with everything you would need and very homely and charming. Regrettably no children or group bookings.  </p></div>\n<!-- /wp:uagb/advanced-heading --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"4fff9f52\",\"directionDesktop\":\"row\",\"alignItemsTablet\":\"flex-start\",\"justifyContentDesktop\":\"flex-start\",\"topMarginDesktop\":54,\"bottomMarginDesktop\":0,\"leftMarginDesktop\":0,\"rightMarginDesktop\":0,\"marginLink\":false,\"variationSelected\":true,\"rowGapMobile\":0,\"columnGapDesktop\":0} -->\n<div class=\"wp-block-uagb-container uagb-block-4fff9f52\"><!-- wp:uagb/container {\"block_id\":\"5d04e113\",\"widthDesktop\":50,\"bottomPaddingDesktop\":20,\"rightPaddingDesktop\":32,\"bottomPaddingTablet\":35,\"rightPaddingTablet\":15,\"bottomPaddingMobile\":65,\"paddingLink\":false,\"topMarginDesktop\":0,\"bottomMarginDesktop\":0,\"leftMarginDesktop\":5,\"rightMarginDesktop\":5,\"topMarginMobile\":0,\"bottomMarginMobile\":0,\"leftMarginMobile\":0,\"rightMarginMobile\":0,\"marginLink\":false,\"variationSelected\":true,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-5d04e113\"><!-- wp:uagb/info-box {\"classMigrate\":true,\"headingAlign\":\"left\",\"headingColor\":\"\",\"subHeadingColor\":\"\",\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"source_type\":\"image\",\"block_id\":\"aec57f48\",\"ctaIcon\":\"\",\"ctaType\":\"text\",\"ctaText\":\"READ MORE\",\"ctaLinkColor\":\"var(\\u002d\\u002dast-global-color-0)\",\"ctaDecoration\":\"underline\",\"ctaFontSize\":12,\"ctaFontWeight\":\"600\",\"ctaLetterSpacing\":2,\"ctaBorderColor\":\"\",\"ctaBorderStyle\":\"\",\"ctaBorderWidth\":\"\",\"ctaBorderRadius\":\"\",\"iconBottomMargin\":30,\"iconImage\":{\"uploading\":false,\"date\":1670936674000,\"filename\":\"blue-roan-guest-farm-10.jpg\",\"menuOrder\":0,\"uploadedTo\":761,\"type\":\"image\",\"subtype\":\"jpeg\",\"id\":863,\"title\":\"blue-roan-guest-farm (10)\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-10.jpg\",\"link\":\"https://blueroan.netgen.cloud/accommodation/blue-roan-guest-farm-10/\",\"alt\":\"\",\"author\":\"2\",\"description\":\"\",\"caption\":\"\",\"name\":\"blue-roan-guest-farm-10\",\"status\":\"inherit\",\"modified\":1670936674000,\"mime\":\"image/jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-includes/images/media/default.png\",\"dateFormatted\":\"December 13, 2022\",\"nonces\":{\"update\":\"1a7491aa65\",\"delete\":\"dc6afaa89c\",\"edit\":\"7635ee35fb\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=863\\u0026action=edit\",\"meta\":false,\"authorName\":\"Netgen Support\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/profile.php\",\"uploadedToTitle\":\"Accommodation\",\"uploadedToLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=761\\u0026action=edit\",\"filesizeInBytes\":149768,\"filesizeHumanReadable\":\"146 KB\",\"context\":\"\",\"height\":667,\"width\":1000,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-10-150x150.jpg\",\"orientation\":\"landscape\"},\"medium\":{\"height\":200,\"width\":300,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-10-300x200.jpg\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-10.jpg\",\"height\":667,\"width\":1000,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"imageSize\":\"full\",\"imageWidth\":100,\"imageWidthMobile\":100,\"imageWidthTablet\":100,\"paddingBtnTop\":10,\"paddingBtnBottom\":10,\"paddingBtnLeft\":14,\"paddingBtnRight\":14,\"imageWidthUnit\":\"%\",\"imageWidthUnitTablet\":\"%\",\"imageWidthUnitMobile\":\"%\",\"subHeadTopMargin\":0,\"subHeadRightMargin\":40,\"subHeadLeftMargin\":0,\"subHeadMarginTopTablet\":0,\"subHeadMarginRightTablet\":0,\"subHeadTabletSpace\":20,\"subHeadMarginLeftTablet\":0,\"imgTagHeight\":66,\"imgTagWidth\":1000,\"btnBorderTopWidth\":1,\"btnBorderLeftWidth\":1,\"btnBorderRightWidth\":1,\"btnBorderBottomWidth\":1,\"btnBorderTopLeftRadius\":0,\"btnBorderTopRightRadius\":0,\"btnBorderBottomLeftRadius\":0,\"btnBorderBottomRightRadius\":0,\"btnBorderStyle\":\"solid\",\"btnBorderColor\":\"#333\"} -->\n<div class=\"wp-block-uagb-info-box uagb-block-aec57f48 uagb-infobox__content-wrap  uagb-infobox-icon-above-title uagb-infobox-image-valign-top\"><div class=\"uagb-ifb-content\"><div class=\"uagb-ifb-image-content\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-10.jpg\" alt=\"\" width=\"100\" height=\"66\" loading=\"lazy\"/></div><div class=\"uagb-ifb-title-wrap\"><h3 class=\"uagb-ifb-title\">The Barn </h3></div><p class=\"uagb-ifb-desc\">Rustic beams and exposed wood are all hallmarks of our barn-style suite. This is an open-plan unit with lots of windows with a raised king bed on a platform that faces the TV and the mountains.</p><div class=\"uagb-ifb-button-wrapper wp-block-button\"><a href=\"\" target=\"_self\" class=\"uagb-infobox-cta-link uagb-disable-link\" rel=\"noopener noreferrer\" alt=\"\"><span class=\"uagb-inline-editing\">READ MORE</span></a></div></div></div>\n<!-- /wp:uagb/info-box --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"e4fa7cd9\",\"widthDesktop\":50,\"bottomPaddingDesktop\":20,\"rightPaddingDesktop\":32,\"bottomPaddingTablet\":35,\"rightPaddingTablet\":15,\"bottomPaddingMobile\":65,\"paddingLink\":false,\"topMarginDesktop\":0,\"bottomMarginDesktop\":0,\"leftMarginDesktop\":5,\"rightMarginDesktop\":5,\"topMarginMobile\":0,\"bottomMarginMobile\":0,\"leftMarginMobile\":0,\"rightMarginMobile\":0,\"marginLink\":false,\"variationSelected\":true,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-e4fa7cd9\"><!-- wp:uagb/info-box {\"classMigrate\":true,\"headingAlign\":\"left\",\"headingColor\":\"\",\"subHeadingColor\":\"\",\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"source_type\":\"image\",\"block_id\":\"d1c1dcc4\",\"ctaIcon\":\"\",\"ctaType\":\"text\",\"ctaText\":\"READ MORE\",\"ctaLinkColor\":\"var(\\u002d\\u002dast-global-color-0)\",\"ctaDecoration\":\"underline\",\"ctaFontSize\":12,\"ctaFontWeight\":\"600\",\"ctaLetterSpacing\":2,\"ctaBorderColor\":\"\",\"ctaBorderStyle\":\"\",\"ctaBorderWidth\":\"\",\"ctaBorderRadius\":\"\",\"iconBottomMargin\":30,\"iconImage\":{\"uploading\":false,\"date\":1670936842000,\"filename\":\"tuscan-suite-raised-bed-and-settee.jpg\",\"menuOrder\":0,\"uploadedTo\":761,\"type\":\"image\",\"subtype\":\"jpeg\",\"id\":864,\"title\":\"tuscan-suite-raised-bed-and-settee\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/tuscan-suite-raised-bed-and-settee.jpg\",\"link\":\"https://blueroan.netgen.cloud/accommodation/tuscan-suite-raised-bed-and-settee/\",\"alt\":\"\",\"author\":\"2\",\"description\":\"\",\"caption\":\"\",\"name\":\"tuscan-suite-raised-bed-and-settee\",\"status\":\"inherit\",\"modified\":1670936842000,\"mime\":\"image/jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-includes/images/media/default.png\",\"dateFormatted\":\"December 13, 2022\",\"nonces\":{\"update\":\"0624a4a01a\",\"delete\":\"9e8f0f7a5a\",\"edit\":\"087f94f2e5\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=864\\u0026action=edit\",\"meta\":false,\"authorName\":\"Netgen Support\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/profile.php\",\"uploadedToTitle\":\"Accommodation\",\"uploadedToLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=761\\u0026action=edit\",\"filesizeInBytes\":41923,\"filesizeHumanReadable\":\"41 KB\",\"context\":\"\",\"height\":400,\"width\":600,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/tuscan-suite-raised-bed-and-settee-150x150.jpg\",\"orientation\":\"landscape\"},\"medium\":{\"height\":200,\"width\":300,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/tuscan-suite-raised-bed-and-settee-300x200.jpg\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/tuscan-suite-raised-bed-and-settee.jpg\",\"height\":400,\"width\":600,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"imageSize\":\"full\",\"imageWidth\":100,\"imageWidthMobile\":100,\"imageWidthTablet\":100,\"paddingBtnTop\":10,\"paddingBtnBottom\":10,\"paddingBtnLeft\":14,\"paddingBtnRight\":14,\"imageWidthUnit\":\"%\",\"imageWidthUnitTablet\":\"%\",\"imageWidthUnitMobile\":\"%\",\"subHeadTopMargin\":0,\"subHeadRightMargin\":40,\"subHeadLeftMargin\":0,\"subHeadMarginTopTablet\":0,\"subHeadMarginRightTablet\":0,\"subHeadTabletSpace\":20,\"subHeadMarginLeftTablet\":0,\"imgTagHeight\":66,\"imgTagWidth\":600,\"btnBorderTopWidth\":1,\"btnBorderLeftWidth\":1,\"btnBorderRightWidth\":1,\"btnBorderBottomWidth\":1,\"btnBorderTopLeftRadius\":0,\"btnBorderTopRightRadius\":0,\"btnBorderBottomLeftRadius\":0,\"btnBorderBottomRightRadius\":0,\"btnBorderStyle\":\"solid\",\"btnBorderColor\":\"#333\"} -->\n<div class=\"wp-block-uagb-info-box uagb-block-d1c1dcc4 uagb-infobox__content-wrap  uagb-infobox-icon-above-title uagb-infobox-image-valign-top\"><div class=\"uagb-ifb-content\"><div class=\"uagb-ifb-image-content\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/tuscan-suite-raised-bed-and-settee.jpg\" alt=\"\" width=\"100\" height=\"66\" loading=\"lazy\"/></div><div class=\"uagb-ifb-title-wrap\"><h3 class=\"uagb-ifb-title\">The Tuscan Suite </h3></div><p class=\"uagb-ifb-desc\">Terra-cotta tiles, textured wall treatments, gorgeous, intricate murals,&nbsp;and simple, durable furniture with elegant iron accents are all characteristics of Tuscan interior design.</p><div class=\"uagb-ifb-button-wrapper wp-block-button\"><a href=\"\" target=\"_self\" class=\"uagb-infobox-cta-link uagb-disable-link\" rel=\"noopener noreferrer\" alt=\"\"><span class=\"uagb-inline-editing\">READ MORE</span></a></div></div></div>\n<!-- /wp:uagb/info-box --></div>\n<!-- /wp:uagb/container --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"4d8d5d90\",\"directionDesktop\":\"row\",\"alignItemsTablet\":\"flex-start\",\"justifyContentDesktop\":\"flex-start\",\"topMarginDesktop\":54,\"bottomMarginDesktop\":0,\"leftMarginDesktop\":0,\"rightMarginDesktop\":0,\"topMarginMobile\":0,\"bottomMarginMobile\":0,\"leftMarginMobile\":0,\"rightMarginMobile\":0,\"marginLink\":false,\"variationSelected\":true,\"rowGapMobile\":0,\"columnGapDesktop\":0} -->\n<div class=\"wp-block-uagb-container uagb-block-4d8d5d90\"><!-- wp:uagb/container {\"block_id\":\"923ac5a0\",\"widthDesktop\":50,\"bottomPaddingDesktop\":20,\"rightPaddingDesktop\":32,\"bottomPaddingTablet\":35,\"leftPaddingTablet\":0,\"rightPaddingTablet\":15,\"bottomPaddingMobile\":65,\"paddingLink\":false,\"topMarginDesktop\":0,\"bottomMarginDesktop\":0,\"leftMarginDesktop\":5,\"rightMarginDesktop\":5,\"topMarginMobile\":0,\"bottomMarginMobile\":0,\"leftMarginMobile\":0,\"rightMarginMobile\":0,\"marginLink\":false,\"variationSelected\":true,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-923ac5a0\"><!-- wp:uagb/info-box {\"classMigrate\":true,\"headingAlign\":\"left\",\"headingColor\":\"\",\"subHeadingColor\":\"\",\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"source_type\":\"image\",\"block_id\":\"5a4e996d\",\"ctaIcon\":\"\",\"ctaType\":\"text\",\"ctaText\":\"READ MORE\",\"ctaLinkColor\":\"var(\\u002d\\u002dast-global-color-0)\",\"ctaDecoration\":\"underline\",\"ctaFontSize\":12,\"ctaFontWeight\":\"600\",\"ctaLetterSpacing\":2,\"ctaBorderColor\":\"\",\"ctaBorderStyle\":\"\",\"ctaBorderWidth\":\"\",\"ctaBorderRadius\":\"\",\"iconBottomMargin\":30,\"iconImage\":{\"uploading\":false,\"date\":1670938945000,\"filename\":\"bluebush-king-bed-and-spa-bath.png\",\"menuOrder\":0,\"uploadedTo\":761,\"type\":\"image\",\"subtype\":\"png\",\"id\":881,\"title\":\"bluebush-king-bed-and-spa-bath\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/bluebush-king-bed-and-spa-bath.png\",\"link\":\"https://blueroan.netgen.cloud/accommodation/bluebush-king-bed-and-spa-bath/\",\"alt\":\"\",\"author\":\"2\",\"description\":\"\",\"caption\":\"\",\"name\":\"bluebush-king-bed-and-spa-bath\",\"status\":\"inherit\",\"modified\":1670938945000,\"mime\":\"image/png\",\"icon\":\"https://blueroan.netgen.cloud/wp-includes/images/media/default.png\",\"dateFormatted\":\"December 13, 2022\",\"nonces\":{\"update\":\"e1c334788a\",\"delete\":\"b219c40b29\",\"edit\":\"273b944edc\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=881\\u0026action=edit\",\"meta\":false,\"authorName\":\"Netgen Support\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/profile.php\",\"uploadedToTitle\":\"Accommodation\",\"uploadedToLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=761\\u0026action=edit\",\"filesizeInBytes\":1195033,\"filesizeHumanReadable\":\"1 MB\",\"context\":\"\",\"height\":667,\"width\":1000,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/bluebush-king-bed-and-spa-bath-150x150.png\",\"orientation\":\"landscape\"},\"medium\":{\"height\":200,\"width\":300,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/bluebush-king-bed-and-spa-bath-300x200.png\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/bluebush-king-bed-and-spa-bath.png\",\"height\":667,\"width\":1000,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"imageSize\":\"full\",\"imageWidth\":100,\"imageWidthMobile\":100,\"imageWidthTablet\":100,\"paddingBtnTop\":10,\"paddingBtnBottom\":10,\"paddingBtnLeft\":14,\"paddingBtnRight\":14,\"imageWidthUnit\":\"%\",\"imageWidthUnitTablet\":\"%\",\"imageWidthUnitMobile\":\"%\",\"subHeadTopMargin\":0,\"subHeadRightMargin\":40,\"subHeadLeftMargin\":0,\"subHeadMarginTopTablet\":0,\"subHeadMarginRightTablet\":0,\"subHeadTabletSpace\":20,\"subHeadMarginLeftTablet\":0,\"imgTagHeight\":66,\"imgTagWidth\":1000,\"btnBorderTopWidth\":1,\"btnBorderLeftWidth\":1,\"btnBorderRightWidth\":1,\"btnBorderBottomWidth\":1,\"btnBorderTopLeftRadius\":0,\"btnBorderTopRightRadius\":0,\"btnBorderBottomLeftRadius\":0,\"btnBorderBottomRightRadius\":0,\"btnBorderStyle\":\"solid\",\"btnBorderColor\":\"#333\"} -->\n<div class=\"wp-block-uagb-info-box uagb-block-5a4e996d uagb-infobox__content-wrap  uagb-infobox-icon-above-title uagb-infobox-image-valign-top\"><div class=\"uagb-ifb-content\"><div class=\"uagb-ifb-image-content\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/bluebush-king-bed-and-spa-bath.png\" alt=\"\" width=\"100\" height=\"66\" loading=\"lazy\"/></div><div class=\"uagb-ifb-title-wrap\"><h3 class=\"uagb-ifb-title\">The Bluebush </h3></div><p class=\"uagb-ifb-desc\">A warm and comforting suite with a very homely feeling. Settle in and relax like you would at home. Relax with a perfect corner-shaped spa bath and open-plan&nbsp;living area.</p><div class=\"uagb-ifb-button-wrapper wp-block-button\"><a href=\"\" target=\"_self\" class=\"uagb-infobox-cta-link uagb-disable-link\" rel=\"noopener noreferrer\" alt=\"\"><span class=\"uagb-inline-editing\">READ MORE</span></a></div></div></div>\n<!-- /wp:uagb/info-box --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"21002531\",\"widthDesktop\":50,\"bottomPaddingDesktop\":20,\"rightPaddingDesktop\":32,\"bottomPaddingTablet\":35,\"rightPaddingTablet\":15,\"bottomPaddingMobile\":65,\"paddingLink\":false,\"topMarginDesktop\":0,\"bottomMarginDesktop\":0,\"leftMarginDesktop\":5,\"rightMarginDesktop\":5,\"topMarginMobile\":0,\"bottomMarginMobile\":0,\"leftMarginMobile\":0,\"rightMarginMobile\":0,\"marginLink\":false,\"variationSelected\":true,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-21002531\"><!-- wp:uagb/info-box {\"classMigrate\":true,\"headingAlign\":\"left\",\"headingColor\":\"\",\"subHeadingColor\":\"\",\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"source_type\":\"image\",\"block_id\":\"45d243be\",\"ctaIcon\":\"\",\"ctaType\":\"text\",\"ctaText\":\"READ MORE\",\"ctaLinkColor\":\"var(\\u002d\\u002dast-global-color-0)\",\"ctaDecoration\":\"underline\",\"ctaFontSize\":12,\"ctaFontWeight\":\"600\",\"ctaLetterSpacing\":2,\"ctaBorderColor\":\"\",\"ctaBorderStyle\":\"\",\"ctaBorderWidth\":\"\",\"ctaBorderRadius\":\"\",\"iconBottomMargin\":30,\"iconImage\":{\"uploading\":false,\"date\":1670938831000,\"filename\":\"blue-roan-guest-farm-11.jpg\",\"menuOrder\":0,\"uploadedTo\":761,\"type\":\"image\",\"subtype\":\"jpeg\",\"id\":879,\"title\":\"blue-roan-guest-farm (11)\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-11.jpg\",\"link\":\"https://blueroan.netgen.cloud/accommodation/blue-roan-guest-farm-11/\",\"alt\":\"\",\"author\":\"2\",\"description\":\"\",\"caption\":\"\",\"name\":\"blue-roan-guest-farm-11\",\"status\":\"inherit\",\"modified\":1670938831000,\"mime\":\"image/jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-includes/images/media/default.png\",\"dateFormatted\":\"December 13, 2022\",\"nonces\":{\"update\":\"294125e9db\",\"delete\":\"1a7a578cdb\",\"edit\":\"79b313e573\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=879\\u0026action=edit\",\"meta\":false,\"authorName\":\"Netgen Support\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/profile.php\",\"uploadedToTitle\":\"Accommodation\",\"uploadedToLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=761\\u0026action=edit\",\"filesizeInBytes\":175055,\"filesizeHumanReadable\":\"171 KB\",\"context\":\"\",\"height\":667,\"width\":1000,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-11-150x150.jpg\",\"orientation\":\"landscape\"},\"medium\":{\"height\":200,\"width\":300,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-11-300x200.jpg\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-11.jpg\",\"height\":667,\"width\":1000,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"imageSize\":\"full\",\"imageWidth\":100,\"imageWidthMobile\":100,\"imageWidthTablet\":100,\"paddingBtnTop\":10,\"paddingBtnBottom\":10,\"paddingBtnLeft\":14,\"paddingBtnRight\":14,\"imageWidthUnit\":\"%\",\"imageWidthUnitTablet\":\"%\",\"imageWidthUnitMobile\":\"%\",\"subHeadTopMargin\":0,\"subHeadRightMargin\":40,\"subHeadLeftMargin\":0,\"subHeadMarginTopTablet\":0,\"subHeadMarginRightTablet\":0,\"subHeadTabletSpace\":20,\"subHeadMarginLeftTablet\":0,\"imgTagHeight\":66,\"imgTagWidth\":1000,\"btnBorderTopWidth\":1,\"btnBorderLeftWidth\":1,\"btnBorderRightWidth\":1,\"btnBorderBottomWidth\":1,\"btnBorderTopLeftRadius\":0,\"btnBorderTopRightRadius\":0,\"btnBorderBottomLeftRadius\":0,\"btnBorderBottomRightRadius\":0,\"btnBorderStyle\":\"solid\",\"btnBorderColor\":\"#333\"} -->\n<div class=\"wp-block-uagb-info-box uagb-block-45d243be uagb-infobox__content-wrap  uagb-infobox-icon-above-title uagb-infobox-image-valign-top\"><div class=\"uagb-ifb-content\"><div class=\"uagb-ifb-image-content\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-11.jpg\" alt=\"\" width=\"100\" height=\"66\" loading=\"lazy\"/></div><div class=\"uagb-ifb-title-wrap\"><h3 class=\"uagb-ifb-title\">The Mexican Loft </h3></div><p class=\"uagb-ifb-desc\">This Mexican-inspired unit is full of bold colors and rustic furnishings. This design style has a multifarious feel, mixing rustic wood, authentic art, textiles, and a vivid palette of color</p><div class=\"uagb-ifb-button-wrapper wp-block-button\"><a href=\"\" target=\"_self\" class=\"uagb-infobox-cta-link uagb-disable-link\" rel=\"noopener noreferrer\" alt=\"\"><span class=\"uagb-inline-editing\">READ MORE</span></a></div></div></div>\n<!-- /wp:uagb/info-box --></div>\n<!-- /wp:uagb/container --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"92a94e36\",\"directionDesktop\":\"row\",\"justifyContentDesktop\":\"flex-start\",\"topMarginDesktop\":54,\"bottomMarginDesktop\":0,\"leftMarginDesktop\":0,\"rightMarginDesktop\":0,\"topMarginMobile\":0,\"bottomMarginMobile\":0,\"leftMarginMobile\":0,\"rightMarginMobile\":0,\"marginLink\":false,\"variationSelected\":true,\"rowGapMobile\":0,\"columnGapDesktop\":0} -->\n<div class=\"wp-block-uagb-container uagb-block-92a94e36\"><!-- wp:uagb/container {\"block_id\":\"006eaa21\",\"widthDesktop\":50,\"bottomPaddingDesktop\":20,\"rightPaddingDesktop\":32,\"bottomPaddingTablet\":35,\"rightPaddingTablet\":15,\"bottomPaddingMobile\":65,\"paddingLink\":false,\"topMarginDesktop\":0,\"bottomMarginDesktop\":0,\"leftMarginDesktop\":5,\"rightMarginDesktop\":5,\"topMarginMobile\":0,\"bottomMarginMobile\":0,\"leftMarginMobile\":0,\"rightMarginMobile\":0,\"marginLink\":false,\"variationSelected\":true,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-006eaa21\"><!-- wp:uagb/info-box {\"classMigrate\":true,\"headingAlign\":\"left\",\"headingColor\":\"\",\"subHeadingColor\":\"\",\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"source_type\":\"image\",\"block_id\":\"f5f9b0ed\",\"ctaIcon\":\"\",\"ctaType\":\"text\",\"ctaText\":\"READ MORE\",\"ctaLinkColor\":\"var(\\u002d\\u002dast-global-color-0)\",\"ctaDecoration\":\"underline\",\"ctaFontSize\":12,\"ctaFontWeight\":\"600\",\"ctaLetterSpacing\":2,\"ctaBorderColor\":\"\",\"ctaBorderStyle\":\"\",\"ctaBorderWidth\":\"\",\"ctaBorderRadius\":\"\",\"iconBottomMargin\":30,\"iconImage\":{\"uploading\":false,\"date\":1670939381000,\"filename\":\"acacia-lounge.jpg\",\"menuOrder\":0,\"uploadedTo\":761,\"type\":\"image\",\"subtype\":\"jpeg\",\"id\":885,\"title\":\"acacia-lounge\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/acacia-lounge.jpg\",\"link\":\"https://blueroan.netgen.cloud/accommodation/acacia-lounge/\",\"alt\":\"\",\"author\":\"2\",\"description\":\"\",\"caption\":\"\",\"name\":\"acacia-lounge\",\"status\":\"inherit\",\"modified\":1670939381000,\"mime\":\"image/jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-includes/images/media/default.png\",\"dateFormatted\":\"December 13, 2022\",\"nonces\":{\"update\":\"17e284dc72\",\"delete\":\"0967fb8415\",\"edit\":\"99ac1eb1a8\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=885\\u0026action=edit\",\"meta\":false,\"authorName\":\"Netgen Support\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/profile.php\",\"uploadedToTitle\":\"Accommodation\",\"uploadedToLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=761\\u0026action=edit\",\"filesizeInBytes\":37270,\"filesizeHumanReadable\":\"36 KB\",\"context\":\"\",\"height\":400,\"width\":600,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/acacia-lounge-150x150.jpg\",\"orientation\":\"landscape\"},\"medium\":{\"height\":200,\"width\":300,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/acacia-lounge-300x200.jpg\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/acacia-lounge.jpg\",\"height\":400,\"width\":600,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"imageSize\":\"full\",\"imageWidth\":100,\"imageWidthMobile\":100,\"imageWidthTablet\":100,\"paddingBtnTop\":10,\"paddingBtnBottom\":10,\"paddingBtnLeft\":14,\"paddingBtnRight\":14,\"imageWidthUnit\":\"%\",\"imageWidthUnitTablet\":\"%\",\"imageWidthUnitMobile\":\"%\",\"subHeadTopMargin\":0,\"subHeadRightMargin\":40,\"subHeadLeftMargin\":0,\"subHeadMarginTopTablet\":0,\"subHeadMarginRightTablet\":0,\"subHeadTabletSpace\":20,\"subHeadMarginLeftTablet\":0,\"imgTagHeight\":66,\"imgTagWidth\":600,\"btnBorderTopWidth\":1,\"btnBorderLeftWidth\":1,\"btnBorderRightWidth\":1,\"btnBorderBottomWidth\":1,\"btnBorderTopLeftRadius\":0,\"btnBorderTopRightRadius\":0,\"btnBorderBottomLeftRadius\":0,\"btnBorderBottomRightRadius\":0,\"btnBorderStyle\":\"solid\",\"btnBorderColor\":\"#333\"} -->\n<div class=\"wp-block-uagb-info-box uagb-block-f5f9b0ed uagb-infobox__content-wrap  uagb-infobox-icon-above-title uagb-infobox-image-valign-top\"><div class=\"uagb-ifb-content\"><div class=\"uagb-ifb-image-content\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/acacia-lounge.jpg\" alt=\"\" width=\"100\" height=\"66\" loading=\"lazy\"/></div><div class=\"uagb-ifb-title-wrap\"><h3 class=\"uagb-ifb-title\">The Acacia </h3></div><p class=\"uagb-ifb-desc\">The largest unit we have named after the Acacia tree. This suite is rugged and rustic and has a spacious open plan living area opening onto a covered patio with a brick braai area. </p><div class=\"uagb-ifb-button-wrapper wp-block-button\"><a href=\"\" target=\"_self\" class=\"uagb-infobox-cta-link uagb-disable-link\" rel=\"noopener noreferrer\" alt=\"\"><span class=\"uagb-inline-editing\">READ MORE</span></a></div></div></div>\n<!-- /wp:uagb/info-box --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"3facef76\",\"widthDesktop\":50,\"bottomPaddingDesktop\":20,\"rightPaddingDesktop\":32,\"bottomPaddingTablet\":35,\"rightPaddingTablet\":15,\"paddingLink\":false,\"topMarginDesktop\":0,\"bottomMarginDesktop\":0,\"leftMarginDesktop\":5,\"rightMarginDesktop\":5,\"topMarginMobile\":0,\"bottomMarginMobile\":0,\"leftMarginMobile\":0,\"rightMarginMobile\":0,\"marginLink\":false,\"variationSelected\":true,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-3facef76\"><!-- wp:uagb/info-box {\"classMigrate\":true,\"headingAlign\":\"left\",\"headingColor\":\"\",\"subHeadingColor\":\"\",\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"source_type\":\"image\",\"block_id\":\"3fd21a6d\",\"ctaIcon\":\"\",\"ctaType\":\"text\",\"ctaText\":\"READ MORE\",\"ctaLinkColor\":\"var(\\u002d\\u002dast-global-color-0)\",\"ctaDecoration\":\"underline\",\"ctaFontSize\":12,\"ctaFontWeight\":\"600\",\"ctaLetterSpacing\":2,\"ctaBorderColor\":\"\",\"ctaBorderStyle\":\"\",\"ctaBorderWidth\":\"\",\"ctaBorderRadius\":\"\",\"iconBottomMargin\":30,\"iconImage\":{\"id\":290,\"title\":\"room-6\",\"filename\":\"room-6.jpg\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/room-6.jpg\",\"link\":\"https://blueroan.netgen.cloud/room-6/\",\"alt\":\"\",\"author\":\"34\",\"description\":\"\",\"caption\":\"\",\"name\":\"room-6\",\"status\":\"inherit\",\"uploadedTo\":0,\"date\":\"2021-05-11T12:42:24.000Z\",\"modified\":\"2021-05-11T12:42:24.000Z\",\"menuOrder\":0,\"mime\":\"image/jpeg\",\"type\":\"image\",\"subtype\":\"jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/default.png\",\"dateFormatted\":\"May 11, 2021\",\"nonces\":{\"update\":\"ca0f21bc6b\",\"delete\":\"aeb89ca3d4\",\"edit\":\"4be159def3\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=290\\u0026action=edit\",\"meta\":false,\"authorName\":\"Rishabh\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/user-edit.php?user_id=34\",\"filesizeInBytes\":50081,\"filesizeHumanReadable\":\"49 KB\",\"context\":\"\",\"height\":400,\"width\":600,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/room-6-150x150.jpg\",\"orientation\":\"landscape\"},\"medium\":{\"height\":200,\"width\":300,\"url\":\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/room-6-300x200.jpg\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/room-6.jpg\",\"height\":400,\"width\":600,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"imageSize\":\"full\",\"imageWidth\":100,\"imageWidthMobile\":100,\"imageWidthTablet\":100,\"paddingBtnTop\":10,\"paddingBtnBottom\":10,\"paddingBtnLeft\":14,\"paddingBtnRight\":14,\"imageWidthUnit\":\"%\",\"imageWidthUnitTablet\":\"%\",\"imageWidthUnitMobile\":\"%\",\"subHeadTopMargin\":0,\"subHeadRightMargin\":40,\"subHeadLeftMargin\":0,\"subHeadMarginTopTablet\":0,\"subHeadMarginRightTablet\":0,\"subHeadTabletSpace\":20,\"subHeadMarginLeftTablet\":0,\"imgTagHeight\":66,\"imgTagWidth\":600,\"btnBorderTopWidth\":1,\"btnBorderLeftWidth\":1,\"btnBorderRightWidth\":1,\"btnBorderBottomWidth\":1,\"btnBorderTopLeftRadius\":0,\"btnBorderTopRightRadius\":0,\"btnBorderBottomLeftRadius\":0,\"btnBorderBottomRightRadius\":0,\"btnBorderStyle\":\"solid\",\"btnBorderColor\":\"#333\"} -->\n<div class=\"wp-block-uagb-info-box uagb-block-3fd21a6d uagb-infobox__content-wrap  uagb-infobox-icon-above-title uagb-infobox-image-valign-top\"><div class=\"uagb-ifb-content\"><div class=\"uagb-ifb-image-content\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/room-6.jpg\" alt=\"\" width=\"100\" height=\"66\" loading=\"lazy\"/></div><div class=\"uagb-ifb-title-wrap\"><h3 class=\"uagb-ifb-title\">The Greek Villa </h3></div><p class=\"uagb-ifb-desc\">Designed like a Greek villa this Mediterranean style reflects a relaxed atmosphere with its dominant white walls and blue ceilings with lovely rustic furnishings</p><div class=\"uagb-ifb-button-wrapper wp-block-button\"><a href=\"\" target=\"_self\" class=\"uagb-infobox-cta-link uagb-disable-link\" rel=\"noopener noreferrer\" alt=\"\"><span class=\"uagb-inline-editing\">READ MORE</span></a></div></div></div>\n<!-- /wp:uagb/info-box --></div>\n<!-- /wp:uagb/container --></div>\n<!-- /wp:uagb/container --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"bedf2626\",\"innerContentCustomWidthDesktop\":781,\"innerContentCustomWidthTablet\":781,\"backgroundType\":\"image\",\"backgroundImageDesktop\":{\"id\":54,\"title\":\"background-img\",\"filename\":\"background-img-1.jpg\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/background-img-1.jpg\",\"link\":\"https://blueroan.netgen.cloud/background-img-2/\",\"alt\":\"\",\"author\":\"34\",\"description\":\"\",\"caption\":\"\",\"name\":\"background-img-2\",\"status\":\"inherit\",\"uploadedTo\":0,\"date\":\"2021-05-07T10:11:37.000Z\",\"modified\":\"2021-05-07T10:11:37.000Z\",\"menuOrder\":0,\"mime\":\"image/jpeg\",\"type\":\"image\",\"subtype\":\"jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/default.png\",\"dateFormatted\":\"May 7, 2021\",\"nonces\":{\"update\":\"bb999636b9\",\"delete\":\"d2e1375bc4\",\"edit\":\"005dd2f0c9\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=54\\u0026action=edit\",\"meta\":false,\"authorName\":\"Rishabh\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/user-edit.php?user_id=34\",\"filesizeInBytes\":338858,\"filesizeHumanReadable\":\"331 KB\",\"context\":\"\",\"height\":1080,\"width\":1920,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/background-img-1-150x150.jpg\",\"orientation\":\"landscape\"},\"medium\":{\"height\":169,\"width\":300,\"url\":\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/background-img-1-300x169.jpg\",\"orientation\":\"landscape\"},\"large\":{\"height\":576,\"width\":1024,\"url\":\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/background-img-1-1024x576.jpg\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/background-img-1.jpg\",\"height\":1080,\"width\":1920,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"backgroundImageColor\":\"rgba(42,42,42,0.65)\",\"topPaddingDesktop\":144,\"bottomPaddingDesktop\":144,\"leftPaddingDesktop\":40,\"rightPaddingDesktop\":40,\"topPaddingTablet\":80,\"bottomPaddingTablet\":80,\"leftPaddingTablet\":40,\"rightPaddingTablet\":40,\"topPaddingMobile\":64,\"bottomPaddingMobile\":64,\"leftPaddingMobile\":24,\"rightPaddingMobile\":24,\"paddingLink\":false,\"variationSelected\":true,\"isBlockRootParent\":true,\"overlayType\":\"color\"} -->\n<div class=\"wp-block-uagb-container uagb-block-bedf2626 alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/advanced-heading {\"block_id\":\"63481270\",\"classMigrate\":true,\"headingDescToggle\":true,\"headingAlign\":\"center\",\"headingColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"subHeadingColor\":\"var(\\u002d\\u002dast-global-color-4)\",\"headSpace\":20} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-63481270\"><h2 class=\"uagb-heading-text\">Plan an Unforgettable Experience in Mykonos Today!</h2><p class=\"uagb-desc-text\">We can help you fit your stay and experience within your allotted budget.</p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/advanced-heading {\"block_id\":\"769d5fba\",\"classMigrate\":true,\"headingTitleToggle\":false,\"headingDescToggle\":true,\"headingAlign\":\"center\",\"subHeadingColor\":\"var(\\u002d\\u002dast-global-color-4)\",\"subHeadTransform\":\"uppercase\",\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"subHeadLetterSpacing\":2,\"blockTopPadding\":60,\"blockRightPadding\":0,\"blockLeftPadding\":0,\"blockBottomPadding\":0,\"blockTopPaddingMobile\":30,\"blockRightPaddingMobile\":0,\"blockLeftPaddingMobile\":0,\"blockBottomPaddingMobile\":0} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-769d5fba\"><p class=\"uagb-desc-text\">BOOK YOUR STAY NOW​</p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/icon-list {\"block_id\":\"2e420b56\",\"classMigrate\":true,\"childMigrate\":true,\"align\":\"center\",\"parentIcon\":\"phone\",\"size\":40,\"sizeMobile\":24,\"sizeTablet\":32,\"fontSize\":48,\"fontSizeMobile\":28,\"fontSizeTablet\":40,\"fontWeight\":\"600\",\"iconColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"labelColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"blockTopPadding\":0,\"blockRightPadding\":0,\"blockLeftPadding\":0,\"blockBottomPadding\":24,\"blockPaddingLink\":false} -->\n<div class=\"wp-block-uagb-icon-list uagb-block-2e420b56\"><div class=\"uagb-icon-list__wrap\"><!-- wp:uagb/icon-list-child {\"block_id\":\"7d382dd2\",\"label\":\"+1-123 456 7890​\",\"label_color\":\"\",\"fromParentIcon\":\"phone\",\"imageSizeChild\":40} -->\n<div class=\"wp-block-uagb-icon-list-child uagb-block-7d382dd2\"><span class=\"uagb-icon-list__source-wrap\"><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M511.2 387l-23.25 100.8c-3.266 14.25-15.79 24.22-30.46 24.22C205.2 512 0 306.8 0 54.5c0-14.66 9.969-27.2 24.22-30.45l100.8-23.25C139.7-2.602 154.7 5.018 160.8 18.92l46.52 108.5c5.438 12.78 1.77 27.67-8.98 36.45L144.5 207.1c33.98 69.22 90.26 125.5 159.5 159.5l44.08-53.8c8.688-10.78 23.69-14.51 36.47-8.975l108.5 46.51C506.1 357.2 514.6 372.4 511.2 387z\"></path></svg></span><span class=\"uagb-icon-list__label\">+1-123 456 7890​</span></div>\n<!-- /wp:uagb/icon-list-child --></div></div>\n<!-- /wp:uagb/icon-list --></div></div>\n<!-- /wp:uagb/container -->',	'Accommodation',	'',	'inherit',	'closed',	'closed',	'',	'761-revision-v1',	'',	'',	'2022-12-13 13:58:25',	'2022-12-13 13:58:25',	'',	761,	'https://blueroan.netgen.cloud/?p=888',	0,	'revision',	'',	0),
(890,	2,	'2022-12-13 14:43:20',	'2022-12-13 14:43:20',	'<!-- wp:uagb/container {\"block_id\":\"cf9f1487\",\"backgroundType\":\"image\",\"backgroundImageDesktop\":{\"id\":797,\"title\":\"blue-roan-guest-farm (13)\",\"filename\":\"blue-roan-guest-farm-13.jpg\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-13.jpg\",\"link\":\"https://blueroan.netgen.cloud/home/blue-roan-guest-farm-13/\",\"alt\":\"\",\"author\":\"2\",\"description\":\"\",\"caption\":\"\",\"name\":\"blue-roan-guest-farm-13\",\"status\":\"inherit\",\"uploadedTo\":760,\"date\":\"2022-12-13T09:37:10.000Z\",\"modified\":\"2022-12-13T09:37:10.000Z\",\"menuOrder\":0,\"mime\":\"image/jpeg\",\"type\":\"image\",\"subtype\":\"jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-includes/images/media/default.png\",\"dateFormatted\":\"December 13, 2022\",\"nonces\":{\"update\":\"88c7dafe15\",\"delete\":\"0e63c986af\",\"edit\":\"ba0aad2d7f\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=797\\u0026action=edit\",\"meta\":false,\"authorName\":\"Netgen Support\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/profile.php\",\"uploadedToTitle\":\"Home\",\"uploadedToLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=760\\u0026action=edit\",\"filesizeInBytes\":201183,\"filesizeHumanReadable\":\"196 KB\",\"context\":\"\",\"height\":667,\"width\":1000,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-13-150x150.jpg\",\"orientation\":\"landscape\"},\"medium\":{\"height\":200,\"width\":300,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-13-300x200.jpg\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-13.jpg\",\"height\":667,\"width\":1000,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"backgroundPositionDesktop\":{\"x\":0.62,\"y\":0.78},\"backgroundSizeTablet\":\"cover\",\"backgroundSizeMobile\":\"cover\",\"backgroundColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"backgroundImageColor\":\"rgba(42,42,42,0.5)\",\"topPaddingDesktop\":220,\"bottomPaddingDesktop\":150,\"topPaddingTablet\":170,\"bottomPaddingTablet\":160,\"leftPaddingTablet\":30,\"rightPaddingTablet\":30,\"topPaddingMobile\":180,\"bottomPaddingMobile\":80,\"leftPaddingMobile\":20,\"rightPaddingMobile\":20,\"paddingLink\":false,\"variationSelected\":true,\"isBlockRootParent\":true,\"overlayType\":\"color\"} -->\n<div class=\"wp-block-uagb-container uagb-block-cf9f1487 alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/advanced-heading {\"block_id\":\"ff8ccbc8\",\"classMigrate\":true,\"headingDescToggle\":true,\"headingColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"subHeadingColor\":\"var(\\u002d\\u002dast-global-color-4)\",\"headingTag\":\"h1\",\"headSpace\":20,\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"blockTopPadding\":0,\"blockRightPadding\":50,\"blockLeftPadding\":0,\"blockBottomPadding\":0,\"blockTopPaddingTablet\":0,\"blockRightPaddingTablet\":20,\"blockLeftPaddingTablet\":0,\"blockBottomPaddingTablet\":0,\"blockTopPaddingMobile\":0,\"blockRightPaddingMobile\":0,\"blockLeftPaddingMobile\":0,\"blockBottomPaddingMobile\":0,\"blockPaddingUnit\":\"%\",\"blockPaddingUnitTablet\":\"%\"} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-ff8ccbc8\"><h1 class=\"uagb-heading-text\">Rooms &amp; Accommodation​</h1><p class=\"uagb-desc-text\">If you are looking for a home away from home, even a place your dog can come along then take a closer look into the rooms we offer and pick the one for you.</p></div>\n<!-- /wp:uagb/advanced-heading --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"43e9a5f1\",\"backgroundType\":\"color\",\"backgroundSizeTablet\":\"cover\",\"backgroundSizeMobile\":\"cover\",\"backgroundColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"topPaddingDesktop\":120,\"bottomPaddingDesktop\":120,\"topPaddingTablet\":80,\"bottomPaddingTablet\":80,\"leftPaddingTablet\":30,\"rightPaddingTablet\":30,\"topPaddingMobile\":80,\"bottomPaddingMobile\":80,\"leftPaddingMobile\":20,\"rightPaddingMobile\":20,\"paddingLink\":false,\"variationSelected\":true,\"rowGapDesktop\":0,\"isBlockRootParent\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-43e9a5f1 alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/container {\"block_id\":\"7ace5bd2\",\"directionDesktop\":\"row\",\"alignItemsDesktop\":\"flex-end\",\"alignItemsTablet\":\"flex-end\",\"justifyContentDesktop\":\"flex-end\",\"justifyContentTablet\":\"space-between\",\"variationSelected\":true,\"rowGapMobile\":20,\"columnGapDesktop\":0} -->\n<div class=\"wp-block-uagb-container uagb-block-7ace5bd2\"><!-- wp:uagb/advanced-heading {\"block_id\":\"ae163527\",\"classMigrate\":true,\"headingDescToggle\":true,\"subHeadingColor\":\"\",\"headSpace\":20,\"subHeadFontSize\":16} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-ae163527\"><h2 class=\"uagb-heading-text\">Come &amp; Stay With Us​</h2><p class=\"uagb-desc-text\">There are 7 excellent brick self-catering units available, each private and with a distinctive personality and theme. They are particularly made for pet-free or pet-owning couples looking for a romantic and serene setting to reconnect, celebrate special occasions, or simply unwind on a holiday.<br><br>We are pet-friendly by arrangement as each unit is separately fenced with its own grassy garden with a garden gate leading to the generous park area where pets can socialize. &nbsp;We also have lovely safe off-leash walking trails on our property and beyond. &nbsp;Our units are very luxurious with everything you would need and very homely and charming. Regrettably no children or group bookings.  </p></div>\n<!-- /wp:uagb/advanced-heading --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"b9544515\",\"directionDesktop\":\"row\",\"alignItemsTablet\":\"flex-start\",\"justifyContentDesktop\":\"flex-start\",\"topMarginDesktop\":54,\"bottomMarginDesktop\":0,\"leftMarginDesktop\":0,\"rightMarginDesktop\":0,\"marginLink\":false,\"variationSelected\":true,\"rowGapMobile\":0,\"columnGapDesktop\":0} -->\n<div class=\"wp-block-uagb-container uagb-block-b9544515\"><!-- wp:uagb/container {\"block_id\":\"496908d8\",\"widthDesktop\":50,\"bottomPaddingDesktop\":20,\"rightPaddingDesktop\":32,\"bottomPaddingTablet\":35,\"rightPaddingTablet\":15,\"bottomPaddingMobile\":65,\"paddingLink\":false,\"topMarginDesktop\":0,\"bottomMarginDesktop\":0,\"leftMarginDesktop\":5,\"rightMarginDesktop\":5,\"topMarginMobile\":0,\"bottomMarginMobile\":0,\"leftMarginMobile\":0,\"rightMarginMobile\":0,\"marginLink\":false,\"variationSelected\":true,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-496908d8\"><!-- wp:uagb/info-box {\"classMigrate\":true,\"headingAlign\":\"left\",\"headingColor\":\"\",\"subHeadingColor\":\"\",\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"source_type\":\"image\",\"block_id\":\"c653b317\",\"ctaIcon\":\"\",\"ctaType\":\"text\",\"ctaText\":\"READ MORE\",\"ctaLinkColor\":\"var(\\u002d\\u002dast-global-color-0)\",\"ctaDecoration\":\"underline\",\"ctaFontSize\":12,\"ctaFontWeight\":\"600\",\"ctaLetterSpacing\":2,\"ctaBorderColor\":\"\",\"ctaBorderStyle\":\"\",\"ctaBorderWidth\":\"\",\"ctaBorderRadius\":\"\",\"iconBottomMargin\":30,\"iconImage\":{\"uploading\":false,\"date\":1670936674000,\"filename\":\"blue-roan-guest-farm-10.jpg\",\"menuOrder\":0,\"uploadedTo\":761,\"type\":\"image\",\"subtype\":\"jpeg\",\"id\":863,\"title\":\"blue-roan-guest-farm (10)\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-10.jpg\",\"link\":\"https://blueroan.netgen.cloud/accommodation/blue-roan-guest-farm-10/\",\"alt\":\"\",\"author\":\"2\",\"description\":\"\",\"caption\":\"\",\"name\":\"blue-roan-guest-farm-10\",\"status\":\"inherit\",\"modified\":1670936674000,\"mime\":\"image/jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-includes/images/media/default.png\",\"dateFormatted\":\"December 13, 2022\",\"nonces\":{\"update\":\"1a7491aa65\",\"delete\":\"dc6afaa89c\",\"edit\":\"7635ee35fb\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=863\\u0026action=edit\",\"meta\":false,\"authorName\":\"Netgen Support\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/profile.php\",\"uploadedToTitle\":\"Accommodation\",\"uploadedToLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=761\\u0026action=edit\",\"filesizeInBytes\":149768,\"filesizeHumanReadable\":\"146 KB\",\"context\":\"\",\"height\":667,\"width\":1000,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-10-150x150.jpg\",\"orientation\":\"landscape\"},\"medium\":{\"height\":200,\"width\":300,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-10-300x200.jpg\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-10.jpg\",\"height\":667,\"width\":1000,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"imageSize\":\"full\",\"imageWidth\":100,\"imageWidthMobile\":100,\"imageWidthTablet\":100,\"paddingBtnTop\":10,\"paddingBtnBottom\":10,\"paddingBtnLeft\":14,\"paddingBtnRight\":14,\"imageWidthUnit\":\"%\",\"imageWidthUnitTablet\":\"%\",\"imageWidthUnitMobile\":\"%\",\"subHeadTopMargin\":0,\"subHeadRightMargin\":40,\"subHeadLeftMargin\":0,\"subHeadMarginTopTablet\":0,\"subHeadMarginRightTablet\":0,\"subHeadTabletSpace\":20,\"subHeadMarginLeftTablet\":0,\"imgTagHeight\":66,\"imgTagWidth\":1000,\"btnBorderTopWidth\":1,\"btnBorderLeftWidth\":1,\"btnBorderRightWidth\":1,\"btnBorderBottomWidth\":1,\"btnBorderTopLeftRadius\":0,\"btnBorderTopRightRadius\":0,\"btnBorderBottomLeftRadius\":0,\"btnBorderBottomRightRadius\":0,\"btnBorderStyle\":\"solid\",\"btnBorderColor\":\"#333\"} -->\n<div class=\"wp-block-uagb-info-box uagb-block-c653b317 uagb-infobox__content-wrap  uagb-infobox-icon-above-title uagb-infobox-image-valign-top\"><div class=\"uagb-ifb-content\"><div class=\"uagb-ifb-image-content\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-10.jpg\" alt=\"\" width=\"100\" height=\"66\" loading=\"lazy\"/></div><div class=\"uagb-ifb-title-wrap\"><h3 class=\"uagb-ifb-title\">The Barn </h3></div><p class=\"uagb-ifb-desc\">Rustic beams and exposed wood are all hallmarks of our barn-style suite. This is an open-plan unit with lots of windows with a raised king bed on a platform that faces the TV and the mountains.</p><div class=\"uagb-ifb-button-wrapper wp-block-button\"><a href=\"\" target=\"_self\" class=\"uagb-infobox-cta-link uagb-disable-link\" rel=\"noopener noreferrer\" alt=\"\"><span class=\"uagb-inline-editing\">READ MORE</span></a></div></div></div>\n<!-- /wp:uagb/info-box --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"edd23ea0\",\"widthDesktop\":50,\"bottomPaddingDesktop\":20,\"rightPaddingDesktop\":32,\"bottomPaddingTablet\":35,\"rightPaddingTablet\":15,\"bottomPaddingMobile\":65,\"paddingLink\":false,\"topMarginDesktop\":0,\"bottomMarginDesktop\":0,\"leftMarginDesktop\":5,\"rightMarginDesktop\":5,\"topMarginMobile\":0,\"bottomMarginMobile\":0,\"leftMarginMobile\":0,\"rightMarginMobile\":0,\"marginLink\":false,\"variationSelected\":true,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-edd23ea0\"><!-- wp:uagb/info-box {\"classMigrate\":true,\"headingAlign\":\"left\",\"headingColor\":\"\",\"subHeadingColor\":\"\",\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"source_type\":\"image\",\"block_id\":\"77d939b2\",\"ctaIcon\":\"\",\"ctaType\":\"text\",\"ctaText\":\"READ MORE\",\"ctaLinkColor\":\"var(\\u002d\\u002dast-global-color-0)\",\"ctaDecoration\":\"underline\",\"ctaFontSize\":12,\"ctaFontWeight\":\"600\",\"ctaLetterSpacing\":2,\"ctaBorderColor\":\"\",\"ctaBorderStyle\":\"\",\"ctaBorderWidth\":\"\",\"ctaBorderRadius\":\"\",\"iconBottomMargin\":30,\"iconImage\":{\"uploading\":false,\"date\":1670936842000,\"filename\":\"tuscan-suite-raised-bed-and-settee.jpg\",\"menuOrder\":0,\"uploadedTo\":761,\"type\":\"image\",\"subtype\":\"jpeg\",\"id\":864,\"title\":\"tuscan-suite-raised-bed-and-settee\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/tuscan-suite-raised-bed-and-settee.jpg\",\"link\":\"https://blueroan.netgen.cloud/accommodation/tuscan-suite-raised-bed-and-settee/\",\"alt\":\"\",\"author\":\"2\",\"description\":\"\",\"caption\":\"\",\"name\":\"tuscan-suite-raised-bed-and-settee\",\"status\":\"inherit\",\"modified\":1670936842000,\"mime\":\"image/jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-includes/images/media/default.png\",\"dateFormatted\":\"December 13, 2022\",\"nonces\":{\"update\":\"0624a4a01a\",\"delete\":\"9e8f0f7a5a\",\"edit\":\"087f94f2e5\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=864\\u0026action=edit\",\"meta\":false,\"authorName\":\"Netgen Support\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/profile.php\",\"uploadedToTitle\":\"Accommodation\",\"uploadedToLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=761\\u0026action=edit\",\"filesizeInBytes\":41923,\"filesizeHumanReadable\":\"41 KB\",\"context\":\"\",\"height\":400,\"width\":600,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/tuscan-suite-raised-bed-and-settee-150x150.jpg\",\"orientation\":\"landscape\"},\"medium\":{\"height\":200,\"width\":300,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/tuscan-suite-raised-bed-and-settee-300x200.jpg\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/tuscan-suite-raised-bed-and-settee.jpg\",\"height\":400,\"width\":600,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"imageSize\":\"full\",\"imageWidth\":100,\"imageWidthMobile\":100,\"imageWidthTablet\":100,\"paddingBtnTop\":10,\"paddingBtnBottom\":10,\"paddingBtnLeft\":14,\"paddingBtnRight\":14,\"imageWidthUnit\":\"%\",\"imageWidthUnitTablet\":\"%\",\"imageWidthUnitMobile\":\"%\",\"subHeadTopMargin\":0,\"subHeadRightMargin\":40,\"subHeadLeftMargin\":0,\"subHeadMarginTopTablet\":0,\"subHeadMarginRightTablet\":0,\"subHeadTabletSpace\":20,\"subHeadMarginLeftTablet\":0,\"imgTagHeight\":66,\"imgTagWidth\":600,\"btnBorderTopWidth\":1,\"btnBorderLeftWidth\":1,\"btnBorderRightWidth\":1,\"btnBorderBottomWidth\":1,\"btnBorderTopLeftRadius\":0,\"btnBorderTopRightRadius\":0,\"btnBorderBottomLeftRadius\":0,\"btnBorderBottomRightRadius\":0,\"btnBorderStyle\":\"solid\",\"btnBorderColor\":\"#333\"} -->\n<div class=\"wp-block-uagb-info-box uagb-block-77d939b2 uagb-infobox__content-wrap  uagb-infobox-icon-above-title uagb-infobox-image-valign-top\"><div class=\"uagb-ifb-content\"><div class=\"uagb-ifb-image-content\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/tuscan-suite-raised-bed-and-settee.jpg\" alt=\"\" width=\"100\" height=\"66\" loading=\"lazy\"/></div><div class=\"uagb-ifb-title-wrap\"><h3 class=\"uagb-ifb-title\">The Tuscan Suite </h3></div><p class=\"uagb-ifb-desc\">Terra-cotta tiles, textured wall treatments, gorgeous, intricate murals,&nbsp;and simple, durable furniture with elegant iron accents are all characteristics of Tuscan interior design.</p><div class=\"uagb-ifb-button-wrapper wp-block-button\"><a href=\"\" target=\"_self\" class=\"uagb-infobox-cta-link uagb-disable-link\" rel=\"noopener noreferrer\" alt=\"\"><span class=\"uagb-inline-editing\">READ MORE</span></a></div></div></div>\n<!-- /wp:uagb/info-box --></div>\n<!-- /wp:uagb/container --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"db7d5774\",\"directionDesktop\":\"row\",\"alignItemsTablet\":\"flex-start\",\"justifyContentDesktop\":\"flex-start\",\"topMarginDesktop\":54,\"bottomMarginDesktop\":0,\"leftMarginDesktop\":0,\"rightMarginDesktop\":0,\"topMarginMobile\":0,\"bottomMarginMobile\":0,\"leftMarginMobile\":0,\"rightMarginMobile\":0,\"marginLink\":false,\"variationSelected\":true,\"rowGapMobile\":0,\"columnGapDesktop\":0} -->\n<div class=\"wp-block-uagb-container uagb-block-db7d5774\"><!-- wp:uagb/container {\"block_id\":\"178d3230\",\"widthDesktop\":50,\"bottomPaddingDesktop\":20,\"rightPaddingDesktop\":32,\"bottomPaddingTablet\":35,\"leftPaddingTablet\":0,\"rightPaddingTablet\":15,\"bottomPaddingMobile\":65,\"paddingLink\":false,\"topMarginDesktop\":0,\"bottomMarginDesktop\":0,\"leftMarginDesktop\":5,\"rightMarginDesktop\":5,\"topMarginMobile\":0,\"bottomMarginMobile\":0,\"leftMarginMobile\":0,\"rightMarginMobile\":0,\"marginLink\":false,\"variationSelected\":true,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-178d3230\"><!-- wp:uagb/info-box {\"classMigrate\":true,\"headingAlign\":\"left\",\"headingColor\":\"\",\"subHeadingColor\":\"\",\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"source_type\":\"image\",\"block_id\":\"e28c7305\",\"ctaIcon\":\"\",\"ctaType\":\"text\",\"ctaText\":\"READ MORE\",\"ctaLinkColor\":\"var(\\u002d\\u002dast-global-color-0)\",\"ctaDecoration\":\"underline\",\"ctaFontSize\":12,\"ctaFontWeight\":\"600\",\"ctaLetterSpacing\":2,\"ctaBorderColor\":\"\",\"ctaBorderStyle\":\"\",\"ctaBorderWidth\":\"\",\"ctaBorderRadius\":\"\",\"iconBottomMargin\":30,\"iconImage\":{\"uploading\":false,\"date\":1670938945000,\"filename\":\"bluebush-king-bed-and-spa-bath.png\",\"menuOrder\":0,\"uploadedTo\":761,\"type\":\"image\",\"subtype\":\"png\",\"id\":881,\"title\":\"bluebush-king-bed-and-spa-bath\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/bluebush-king-bed-and-spa-bath.png\",\"link\":\"https://blueroan.netgen.cloud/accommodation/bluebush-king-bed-and-spa-bath/\",\"alt\":\"\",\"author\":\"2\",\"description\":\"\",\"caption\":\"\",\"name\":\"bluebush-king-bed-and-spa-bath\",\"status\":\"inherit\",\"modified\":1670938945000,\"mime\":\"image/png\",\"icon\":\"https://blueroan.netgen.cloud/wp-includes/images/media/default.png\",\"dateFormatted\":\"December 13, 2022\",\"nonces\":{\"update\":\"e1c334788a\",\"delete\":\"b219c40b29\",\"edit\":\"273b944edc\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=881\\u0026action=edit\",\"meta\":false,\"authorName\":\"Netgen Support\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/profile.php\",\"uploadedToTitle\":\"Accommodation\",\"uploadedToLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=761\\u0026action=edit\",\"filesizeInBytes\":1195033,\"filesizeHumanReadable\":\"1 MB\",\"context\":\"\",\"height\":667,\"width\":1000,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/bluebush-king-bed-and-spa-bath-150x150.png\",\"orientation\":\"landscape\"},\"medium\":{\"height\":200,\"width\":300,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/bluebush-king-bed-and-spa-bath-300x200.png\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/bluebush-king-bed-and-spa-bath.png\",\"height\":667,\"width\":1000,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"imageSize\":\"full\",\"imageWidth\":100,\"imageWidthMobile\":100,\"imageWidthTablet\":100,\"paddingBtnTop\":10,\"paddingBtnBottom\":10,\"paddingBtnLeft\":14,\"paddingBtnRight\":14,\"imageWidthUnit\":\"%\",\"imageWidthUnitTablet\":\"%\",\"imageWidthUnitMobile\":\"%\",\"subHeadTopMargin\":0,\"subHeadRightMargin\":40,\"subHeadLeftMargin\":0,\"subHeadMarginTopTablet\":0,\"subHeadMarginRightTablet\":0,\"subHeadTabletSpace\":20,\"subHeadMarginLeftTablet\":0,\"imgTagHeight\":66,\"imgTagWidth\":1000,\"btnBorderTopWidth\":1,\"btnBorderLeftWidth\":1,\"btnBorderRightWidth\":1,\"btnBorderBottomWidth\":1,\"btnBorderTopLeftRadius\":0,\"btnBorderTopRightRadius\":0,\"btnBorderBottomLeftRadius\":0,\"btnBorderBottomRightRadius\":0,\"btnBorderStyle\":\"solid\",\"btnBorderColor\":\"#333\"} -->\n<div class=\"wp-block-uagb-info-box uagb-block-e28c7305 uagb-infobox__content-wrap  uagb-infobox-icon-above-title uagb-infobox-image-valign-top\"><div class=\"uagb-ifb-content\"><div class=\"uagb-ifb-image-content\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/bluebush-king-bed-and-spa-bath.png\" alt=\"\" width=\"100\" height=\"66\" loading=\"lazy\"/></div><div class=\"uagb-ifb-title-wrap\"><h3 class=\"uagb-ifb-title\">The Bluebush </h3></div><p class=\"uagb-ifb-desc\">A warm and comforting suite with a very homely feeling. Settle in and relax like you would at home. Relax with a perfect corner-shaped spa bath and open-plan&nbsp;living area.</p><div class=\"uagb-ifb-button-wrapper wp-block-button\"><a href=\"\" target=\"_self\" class=\"uagb-infobox-cta-link uagb-disable-link\" rel=\"noopener noreferrer\" alt=\"\"><span class=\"uagb-inline-editing\">READ MORE</span></a></div></div></div>\n<!-- /wp:uagb/info-box --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"06200676\",\"widthDesktop\":50,\"bottomPaddingDesktop\":20,\"rightPaddingDesktop\":32,\"bottomPaddingTablet\":35,\"rightPaddingTablet\":15,\"bottomPaddingMobile\":65,\"paddingLink\":false,\"topMarginDesktop\":0,\"bottomMarginDesktop\":0,\"leftMarginDesktop\":5,\"rightMarginDesktop\":5,\"topMarginMobile\":0,\"bottomMarginMobile\":0,\"leftMarginMobile\":0,\"rightMarginMobile\":0,\"marginLink\":false,\"variationSelected\":true,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-06200676\"><!-- wp:uagb/info-box {\"classMigrate\":true,\"headingAlign\":\"left\",\"headingColor\":\"\",\"subHeadingColor\":\"\",\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"source_type\":\"image\",\"block_id\":\"374aae61\",\"ctaIcon\":\"\",\"ctaType\":\"text\",\"ctaText\":\"READ MORE\",\"ctaLinkColor\":\"var(\\u002d\\u002dast-global-color-0)\",\"ctaDecoration\":\"underline\",\"ctaFontSize\":12,\"ctaFontWeight\":\"600\",\"ctaLetterSpacing\":2,\"ctaBorderColor\":\"\",\"ctaBorderStyle\":\"\",\"ctaBorderWidth\":\"\",\"ctaBorderRadius\":\"\",\"iconBottomMargin\":30,\"iconImage\":{\"uploading\":false,\"date\":1670938831000,\"filename\":\"blue-roan-guest-farm-11.jpg\",\"menuOrder\":0,\"uploadedTo\":761,\"type\":\"image\",\"subtype\":\"jpeg\",\"id\":879,\"title\":\"blue-roan-guest-farm (11)\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-11.jpg\",\"link\":\"https://blueroan.netgen.cloud/accommodation/blue-roan-guest-farm-11/\",\"alt\":\"\",\"author\":\"2\",\"description\":\"\",\"caption\":\"\",\"name\":\"blue-roan-guest-farm-11\",\"status\":\"inherit\",\"modified\":1670938831000,\"mime\":\"image/jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-includes/images/media/default.png\",\"dateFormatted\":\"December 13, 2022\",\"nonces\":{\"update\":\"294125e9db\",\"delete\":\"1a7a578cdb\",\"edit\":\"79b313e573\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=879\\u0026action=edit\",\"meta\":false,\"authorName\":\"Netgen Support\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/profile.php\",\"uploadedToTitle\":\"Accommodation\",\"uploadedToLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=761\\u0026action=edit\",\"filesizeInBytes\":175055,\"filesizeHumanReadable\":\"171 KB\",\"context\":\"\",\"height\":667,\"width\":1000,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-11-150x150.jpg\",\"orientation\":\"landscape\"},\"medium\":{\"height\":200,\"width\":300,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-11-300x200.jpg\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-11.jpg\",\"height\":667,\"width\":1000,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"imageSize\":\"full\",\"imageWidth\":100,\"imageWidthMobile\":100,\"imageWidthTablet\":100,\"paddingBtnTop\":10,\"paddingBtnBottom\":10,\"paddingBtnLeft\":14,\"paddingBtnRight\":14,\"imageWidthUnit\":\"%\",\"imageWidthUnitTablet\":\"%\",\"imageWidthUnitMobile\":\"%\",\"subHeadTopMargin\":0,\"subHeadRightMargin\":40,\"subHeadLeftMargin\":0,\"subHeadMarginTopTablet\":0,\"subHeadMarginRightTablet\":0,\"subHeadTabletSpace\":20,\"subHeadMarginLeftTablet\":0,\"imgTagHeight\":66,\"imgTagWidth\":1000,\"btnBorderTopWidth\":1,\"btnBorderLeftWidth\":1,\"btnBorderRightWidth\":1,\"btnBorderBottomWidth\":1,\"btnBorderTopLeftRadius\":0,\"btnBorderTopRightRadius\":0,\"btnBorderBottomLeftRadius\":0,\"btnBorderBottomRightRadius\":0,\"btnBorderStyle\":\"solid\",\"btnBorderColor\":\"#333\"} -->\n<div class=\"wp-block-uagb-info-box uagb-block-374aae61 uagb-infobox__content-wrap  uagb-infobox-icon-above-title uagb-infobox-image-valign-top\"><div class=\"uagb-ifb-content\"><div class=\"uagb-ifb-image-content\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-11.jpg\" alt=\"\" width=\"100\" height=\"66\" loading=\"lazy\"/></div><div class=\"uagb-ifb-title-wrap\"><h3 class=\"uagb-ifb-title\">The Mexican Loft </h3></div><p class=\"uagb-ifb-desc\">This Mexican-inspired unit is full of bold colors and rustic furnishings. This design style has a multifarious feel, mixing rustic wood, authentic art, textiles, and a vivid palette of color</p><div class=\"uagb-ifb-button-wrapper wp-block-button\"><a href=\"\" target=\"_self\" class=\"uagb-infobox-cta-link uagb-disable-link\" rel=\"noopener noreferrer\" alt=\"\"><span class=\"uagb-inline-editing\">READ MORE</span></a></div></div></div>\n<!-- /wp:uagb/info-box --></div>\n<!-- /wp:uagb/container --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"2f36f656\",\"directionDesktop\":\"row\",\"justifyContentDesktop\":\"flex-start\",\"topMarginDesktop\":54,\"bottomMarginDesktop\":0,\"leftMarginDesktop\":0,\"rightMarginDesktop\":0,\"topMarginMobile\":0,\"bottomMarginMobile\":0,\"leftMarginMobile\":0,\"rightMarginMobile\":0,\"marginLink\":false,\"variationSelected\":true,\"rowGapMobile\":0,\"columnGapDesktop\":0} -->\n<div class=\"wp-block-uagb-container uagb-block-2f36f656\"><!-- wp:uagb/container {\"block_id\":\"9f032f2b\",\"widthDesktop\":50,\"bottomPaddingDesktop\":20,\"rightPaddingDesktop\":32,\"bottomPaddingTablet\":35,\"rightPaddingTablet\":15,\"bottomPaddingMobile\":65,\"paddingLink\":false,\"topMarginDesktop\":0,\"bottomMarginDesktop\":0,\"leftMarginDesktop\":5,\"rightMarginDesktop\":5,\"topMarginMobile\":0,\"bottomMarginMobile\":0,\"leftMarginMobile\":0,\"rightMarginMobile\":0,\"marginLink\":false,\"variationSelected\":true,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-9f032f2b\"><!-- wp:uagb/info-box {\"classMigrate\":true,\"headingAlign\":\"left\",\"headingColor\":\"\",\"subHeadingColor\":\"\",\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"source_type\":\"image\",\"block_id\":\"4accd1e7\",\"ctaIcon\":\"\",\"ctaType\":\"text\",\"ctaText\":\"READ MORE\",\"ctaLinkColor\":\"var(\\u002d\\u002dast-global-color-0)\",\"ctaDecoration\":\"underline\",\"ctaFontSize\":12,\"ctaFontWeight\":\"600\",\"ctaLetterSpacing\":2,\"ctaBorderColor\":\"\",\"ctaBorderStyle\":\"\",\"ctaBorderWidth\":\"\",\"ctaBorderRadius\":\"\",\"iconBottomMargin\":30,\"iconImage\":{\"uploading\":false,\"date\":1670939381000,\"filename\":\"acacia-lounge.jpg\",\"menuOrder\":0,\"uploadedTo\":761,\"type\":\"image\",\"subtype\":\"jpeg\",\"id\":885,\"title\":\"acacia-lounge\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/acacia-lounge.jpg\",\"link\":\"https://blueroan.netgen.cloud/accommodation/acacia-lounge/\",\"alt\":\"\",\"author\":\"2\",\"description\":\"\",\"caption\":\"\",\"name\":\"acacia-lounge\",\"status\":\"inherit\",\"modified\":1670939381000,\"mime\":\"image/jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-includes/images/media/default.png\",\"dateFormatted\":\"December 13, 2022\",\"nonces\":{\"update\":\"17e284dc72\",\"delete\":\"0967fb8415\",\"edit\":\"99ac1eb1a8\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=885\\u0026action=edit\",\"meta\":false,\"authorName\":\"Netgen Support\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/profile.php\",\"uploadedToTitle\":\"Accommodation\",\"uploadedToLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=761\\u0026action=edit\",\"filesizeInBytes\":37270,\"filesizeHumanReadable\":\"36 KB\",\"context\":\"\",\"height\":400,\"width\":600,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/acacia-lounge-150x150.jpg\",\"orientation\":\"landscape\"},\"medium\":{\"height\":200,\"width\":300,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/acacia-lounge-300x200.jpg\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/acacia-lounge.jpg\",\"height\":400,\"width\":600,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"imageSize\":\"full\",\"imageWidth\":100,\"imageWidthMobile\":100,\"imageWidthTablet\":100,\"paddingBtnTop\":10,\"paddingBtnBottom\":10,\"paddingBtnLeft\":14,\"paddingBtnRight\":14,\"imageWidthUnit\":\"%\",\"imageWidthUnitTablet\":\"%\",\"imageWidthUnitMobile\":\"%\",\"subHeadTopMargin\":0,\"subHeadRightMargin\":40,\"subHeadLeftMargin\":0,\"subHeadMarginTopTablet\":0,\"subHeadMarginRightTablet\":0,\"subHeadTabletSpace\":20,\"subHeadMarginLeftTablet\":0,\"imgTagHeight\":66,\"imgTagWidth\":600,\"btnBorderTopWidth\":1,\"btnBorderLeftWidth\":1,\"btnBorderRightWidth\":1,\"btnBorderBottomWidth\":1,\"btnBorderTopLeftRadius\":0,\"btnBorderTopRightRadius\":0,\"btnBorderBottomLeftRadius\":0,\"btnBorderBottomRightRadius\":0,\"btnBorderStyle\":\"solid\",\"btnBorderColor\":\"#333\"} -->\n<div class=\"wp-block-uagb-info-box uagb-block-4accd1e7 uagb-infobox__content-wrap  uagb-infobox-icon-above-title uagb-infobox-image-valign-top\"><div class=\"uagb-ifb-content\"><div class=\"uagb-ifb-image-content\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/acacia-lounge.jpg\" alt=\"\" width=\"100\" height=\"66\" loading=\"lazy\"/></div><div class=\"uagb-ifb-title-wrap\"><h3 class=\"uagb-ifb-title\">The Acacia </h3></div><p class=\"uagb-ifb-desc\">The largest unit we have named after the Acacia tree. This suite is rugged and rustic and has a spacious open plan living area opening onto a covered patio with a brick braai area. </p><div class=\"uagb-ifb-button-wrapper wp-block-button\"><a href=\"\" target=\"_self\" class=\"uagb-infobox-cta-link uagb-disable-link\" rel=\"noopener noreferrer\" alt=\"\"><span class=\"uagb-inline-editing\">READ MORE</span></a></div></div></div>\n<!-- /wp:uagb/info-box --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"198c6af0\",\"widthDesktop\":50,\"bottomPaddingDesktop\":20,\"rightPaddingDesktop\":32,\"bottomPaddingTablet\":35,\"rightPaddingTablet\":15,\"paddingLink\":false,\"topMarginDesktop\":0,\"bottomMarginDesktop\":0,\"leftMarginDesktop\":5,\"rightMarginDesktop\":5,\"topMarginMobile\":0,\"bottomMarginMobile\":0,\"leftMarginMobile\":0,\"rightMarginMobile\":0,\"marginLink\":false,\"variationSelected\":true,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-198c6af0\"><!-- wp:uagb/info-box {\"classMigrate\":true,\"headingAlign\":\"left\",\"headingColor\":\"\",\"subHeadingColor\":\"\",\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"source_type\":\"image\",\"block_id\":\"580d9361\",\"ctaIcon\":\"\",\"ctaType\":\"text\",\"ctaText\":\"READ MORE\",\"ctaLinkColor\":\"var(\\u002d\\u002dast-global-color-0)\",\"ctaDecoration\":\"underline\",\"ctaFontSize\":12,\"ctaFontWeight\":\"600\",\"ctaLetterSpacing\":2,\"ctaBorderColor\":\"\",\"ctaBorderStyle\":\"\",\"ctaBorderWidth\":\"\",\"ctaBorderRadius\":\"\",\"iconBottomMargin\":30,\"iconImage\":{\"id\":290,\"title\":\"room-6\",\"filename\":\"room-6.jpg\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/room-6.jpg\",\"link\":\"https://blueroan.netgen.cloud/room-6/\",\"alt\":\"\",\"author\":\"34\",\"description\":\"\",\"caption\":\"\",\"name\":\"room-6\",\"status\":\"inherit\",\"uploadedTo\":0,\"date\":\"2021-05-11T12:42:24.000Z\",\"modified\":\"2021-05-11T12:42:24.000Z\",\"menuOrder\":0,\"mime\":\"image/jpeg\",\"type\":\"image\",\"subtype\":\"jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/default.png\",\"dateFormatted\":\"May 11, 2021\",\"nonces\":{\"update\":\"ca0f21bc6b\",\"delete\":\"aeb89ca3d4\",\"edit\":\"4be159def3\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=290\\u0026action=edit\",\"meta\":false,\"authorName\":\"Rishabh\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/user-edit.php?user_id=34\",\"filesizeInBytes\":50081,\"filesizeHumanReadable\":\"49 KB\",\"context\":\"\",\"height\":400,\"width\":600,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/room-6-150x150.jpg\",\"orientation\":\"landscape\"},\"medium\":{\"height\":200,\"width\":300,\"url\":\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/room-6-300x200.jpg\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/room-6.jpg\",\"height\":400,\"width\":600,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"imageSize\":\"full\",\"imageWidth\":100,\"imageWidthMobile\":100,\"imageWidthTablet\":100,\"paddingBtnTop\":10,\"paddingBtnBottom\":10,\"paddingBtnLeft\":14,\"paddingBtnRight\":14,\"imageWidthUnit\":\"%\",\"imageWidthUnitTablet\":\"%\",\"imageWidthUnitMobile\":\"%\",\"subHeadTopMargin\":0,\"subHeadRightMargin\":40,\"subHeadLeftMargin\":0,\"subHeadMarginTopTablet\":0,\"subHeadMarginRightTablet\":0,\"subHeadTabletSpace\":20,\"subHeadMarginLeftTablet\":0,\"imgTagHeight\":66,\"imgTagWidth\":600,\"btnBorderTopWidth\":1,\"btnBorderLeftWidth\":1,\"btnBorderRightWidth\":1,\"btnBorderBottomWidth\":1,\"btnBorderTopLeftRadius\":0,\"btnBorderTopRightRadius\":0,\"btnBorderBottomLeftRadius\":0,\"btnBorderBottomRightRadius\":0,\"btnBorderStyle\":\"solid\",\"btnBorderColor\":\"#333\"} -->\n<div class=\"wp-block-uagb-info-box uagb-block-580d9361 uagb-infobox__content-wrap  uagb-infobox-icon-above-title uagb-infobox-image-valign-top\"><div class=\"uagb-ifb-content\"><div class=\"uagb-ifb-image-content\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/room-6.jpg\" alt=\"\" width=\"100\" height=\"66\" loading=\"lazy\"/></div><div class=\"uagb-ifb-title-wrap\"><h3 class=\"uagb-ifb-title\">The Greek Villa </h3></div><p class=\"uagb-ifb-desc\">Designed like a Greek villa this Mediterranean style reflects a relaxed atmosphere with its dominant white walls and blue ceilings with lovely rustic furnishings</p><div class=\"uagb-ifb-button-wrapper wp-block-button\"><a href=\"\" target=\"_self\" class=\"uagb-infobox-cta-link uagb-disable-link\" rel=\"noopener noreferrer\" alt=\"\"><span class=\"uagb-inline-editing\">READ MORE</span></a></div></div></div>\n<!-- /wp:uagb/info-box --></div>\n<!-- /wp:uagb/container --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"5e87bfec\",\"directionDesktop\":\"row\",\"justifyContentDesktop\":\"flex-start\",\"topMarginDesktop\":54,\"bottomMarginDesktop\":0,\"leftMarginDesktop\":0,\"rightMarginDesktop\":0,\"topMarginMobile\":0,\"bottomMarginMobile\":0,\"leftMarginMobile\":0,\"rightMarginMobile\":0,\"marginLink\":false,\"variationSelected\":true,\"rowGapMobile\":0,\"columnGapDesktop\":0} -->\n<div class=\"wp-block-uagb-container uagb-block-5e87bfec\"><!-- wp:uagb/container {\"block_id\":\"5183e31b\",\"widthDesktop\":50,\"bottomPaddingDesktop\":20,\"rightPaddingDesktop\":32,\"bottomPaddingTablet\":35,\"rightPaddingTablet\":15,\"bottomPaddingMobile\":65,\"paddingLink\":false,\"topMarginDesktop\":0,\"bottomMarginDesktop\":0,\"leftMarginDesktop\":5,\"rightMarginDesktop\":5,\"topMarginMobile\":0,\"bottomMarginMobile\":0,\"leftMarginMobile\":0,\"rightMarginMobile\":0,\"marginLink\":false,\"variationSelected\":true,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-5183e31b\"><!-- wp:uagb/info-box {\"classMigrate\":true,\"headingAlign\":\"left\",\"headingColor\":\"\",\"subHeadingColor\":\"\",\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"source_type\":\"image\",\"block_id\":\"7cb9d9fe\",\"ctaIcon\":\"\",\"ctaType\":\"text\",\"ctaText\":\"READ MORE\",\"ctaLinkColor\":\"var(\\u002d\\u002dast-global-color-0)\",\"ctaDecoration\":\"underline\",\"ctaFontSize\":12,\"ctaFontWeight\":\"600\",\"ctaLetterSpacing\":2,\"ctaBorderColor\":\"\",\"ctaBorderStyle\":\"\",\"ctaBorderWidth\":\"\",\"ctaBorderRadius\":\"\",\"iconBottomMargin\":30,\"iconImage\":{\"uploading\":false,\"date\":1670939381000,\"filename\":\"acacia-lounge.jpg\",\"menuOrder\":0,\"uploadedTo\":761,\"type\":\"image\",\"subtype\":\"jpeg\",\"id\":885,\"title\":\"acacia-lounge\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/acacia-lounge.jpg\",\"link\":\"https://blueroan.netgen.cloud/accommodation/acacia-lounge/\",\"alt\":\"\",\"author\":\"2\",\"description\":\"\",\"caption\":\"\",\"name\":\"acacia-lounge\",\"status\":\"inherit\",\"modified\":1670939381000,\"mime\":\"image/jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-includes/images/media/default.png\",\"dateFormatted\":\"December 13, 2022\",\"nonces\":{\"update\":\"17e284dc72\",\"delete\":\"0967fb8415\",\"edit\":\"99ac1eb1a8\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=885\\u0026action=edit\",\"meta\":false,\"authorName\":\"Netgen Support\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/profile.php\",\"uploadedToTitle\":\"Accommodation\",\"uploadedToLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=761\\u0026action=edit\",\"filesizeInBytes\":37270,\"filesizeHumanReadable\":\"36 KB\",\"context\":\"\",\"height\":400,\"width\":600,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/acacia-lounge-150x150.jpg\",\"orientation\":\"landscape\"},\"medium\":{\"height\":200,\"width\":300,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/acacia-lounge-300x200.jpg\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/acacia-lounge.jpg\",\"height\":400,\"width\":600,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"imageSize\":\"full\",\"imageWidth\":100,\"imageWidthMobile\":100,\"imageWidthTablet\":100,\"paddingBtnTop\":10,\"paddingBtnBottom\":10,\"paddingBtnLeft\":14,\"paddingBtnRight\":14,\"imageWidthUnit\":\"%\",\"imageWidthUnitTablet\":\"%\",\"imageWidthUnitMobile\":\"%\",\"subHeadTopMargin\":0,\"subHeadRightMargin\":40,\"subHeadLeftMargin\":0,\"subHeadMarginTopTablet\":0,\"subHeadMarginRightTablet\":0,\"subHeadTabletSpace\":20,\"subHeadMarginLeftTablet\":0,\"imgTagHeight\":66,\"imgTagWidth\":600,\"btnBorderTopWidth\":1,\"btnBorderLeftWidth\":1,\"btnBorderRightWidth\":1,\"btnBorderBottomWidth\":1,\"btnBorderTopLeftRadius\":0,\"btnBorderTopRightRadius\":0,\"btnBorderBottomLeftRadius\":0,\"btnBorderBottomRightRadius\":0,\"btnBorderStyle\":\"solid\",\"btnBorderColor\":\"#333\"} -->\n<div class=\"wp-block-uagb-info-box uagb-block-7cb9d9fe uagb-infobox__content-wrap  uagb-infobox-icon-above-title uagb-infobox-image-valign-top\"><div class=\"uagb-ifb-content\"><div class=\"uagb-ifb-image-content\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/acacia-lounge.jpg\" alt=\"\" width=\"100\" height=\"66\" loading=\"lazy\"/></div><div class=\"uagb-ifb-title-wrap\"><h3 class=\"uagb-ifb-title\">The Honeymoon suite</h3></div><p class=\"uagb-ifb-desc\">This <a href=\"https://www.collinsdictionary.com/dictionary/english/suite\">suite</a> is perfect for couples - This is an open-plan unit attached to the side of the main house, completely private with its own entrance, own garden, and carport. </p><div class=\"uagb-ifb-button-wrapper wp-block-button\"><a href=\"\" target=\"_self\" class=\"uagb-infobox-cta-link uagb-disable-link\" rel=\"noopener noreferrer\" alt=\"\"><span class=\"uagb-inline-editing\">READ MORE</span></a></div></div></div>\n<!-- /wp:uagb/info-box --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"cb24943f\",\"widthDesktop\":50,\"bottomPaddingDesktop\":20,\"rightPaddingDesktop\":32,\"bottomPaddingTablet\":35,\"rightPaddingTablet\":15,\"paddingLink\":false,\"topMarginDesktop\":0,\"bottomMarginDesktop\":0,\"leftMarginDesktop\":5,\"rightMarginDesktop\":5,\"topMarginMobile\":0,\"bottomMarginMobile\":0,\"leftMarginMobile\":0,\"rightMarginMobile\":0,\"marginLink\":false,\"variationSelected\":true,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-cb24943f\"></div>\n<!-- /wp:uagb/container --></div>\n<!-- /wp:uagb/container --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"49af37d0\",\"innerContentCustomWidthDesktop\":781,\"innerContentCustomWidthTablet\":781,\"backgroundType\":\"image\",\"backgroundImageDesktop\":{\"id\":54,\"title\":\"background-img\",\"filename\":\"background-img-1.jpg\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/background-img-1.jpg\",\"link\":\"https://blueroan.netgen.cloud/background-img-2/\",\"alt\":\"\",\"author\":\"34\",\"description\":\"\",\"caption\":\"\",\"name\":\"background-img-2\",\"status\":\"inherit\",\"uploadedTo\":0,\"date\":\"2021-05-07T10:11:37.000Z\",\"modified\":\"2021-05-07T10:11:37.000Z\",\"menuOrder\":0,\"mime\":\"image/jpeg\",\"type\":\"image\",\"subtype\":\"jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/default.png\",\"dateFormatted\":\"May 7, 2021\",\"nonces\":{\"update\":\"bb999636b9\",\"delete\":\"d2e1375bc4\",\"edit\":\"005dd2f0c9\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=54\\u0026action=edit\",\"meta\":false,\"authorName\":\"Rishabh\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/user-edit.php?user_id=34\",\"filesizeInBytes\":338858,\"filesizeHumanReadable\":\"331 KB\",\"context\":\"\",\"height\":1080,\"width\":1920,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/background-img-1-150x150.jpg\",\"orientation\":\"landscape\"},\"medium\":{\"height\":169,\"width\":300,\"url\":\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/background-img-1-300x169.jpg\",\"orientation\":\"landscape\"},\"large\":{\"height\":576,\"width\":1024,\"url\":\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/background-img-1-1024x576.jpg\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/background-img-1.jpg\",\"height\":1080,\"width\":1920,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"backgroundImageColor\":\"rgba(42,42,42,0.65)\",\"topPaddingDesktop\":144,\"bottomPaddingDesktop\":144,\"leftPaddingDesktop\":40,\"rightPaddingDesktop\":40,\"topPaddingTablet\":80,\"bottomPaddingTablet\":80,\"leftPaddingTablet\":40,\"rightPaddingTablet\":40,\"topPaddingMobile\":64,\"bottomPaddingMobile\":64,\"leftPaddingMobile\":24,\"rightPaddingMobile\":24,\"paddingLink\":false,\"variationSelected\":true,\"isBlockRootParent\":true,\"overlayType\":\"color\"} -->\n<div class=\"wp-block-uagb-container uagb-block-49af37d0 alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/advanced-heading {\"block_id\":\"92274bca\",\"classMigrate\":true,\"headingDescToggle\":true,\"headingAlign\":\"center\",\"headingColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"subHeadingColor\":\"var(\\u002d\\u002dast-global-color-4)\",\"headSpace\":20} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-92274bca\"><h2 class=\"uagb-heading-text\">Plan an Unforgettable Experience in Mykonos Today!</h2><p class=\"uagb-desc-text\">We can help you fit your stay and experience within your allotted budget.</p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/advanced-heading {\"block_id\":\"0decc379\",\"classMigrate\":true,\"headingTitleToggle\":false,\"headingDescToggle\":true,\"headingAlign\":\"center\",\"subHeadingColor\":\"var(\\u002d\\u002dast-global-color-4)\",\"subHeadTransform\":\"uppercase\",\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"subHeadLetterSpacing\":2,\"blockTopPadding\":60,\"blockRightPadding\":0,\"blockLeftPadding\":0,\"blockBottomPadding\":0,\"blockTopPaddingMobile\":30,\"blockRightPaddingMobile\":0,\"blockLeftPaddingMobile\":0,\"blockBottomPaddingMobile\":0} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-0decc379\"><p class=\"uagb-desc-text\">BOOK YOUR STAY NOW​</p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/icon-list {\"block_id\":\"98c1810f\",\"classMigrate\":true,\"childMigrate\":true,\"align\":\"center\",\"parentIcon\":\"phone\",\"size\":40,\"sizeMobile\":24,\"sizeTablet\":32,\"fontSize\":48,\"fontSizeMobile\":28,\"fontSizeTablet\":40,\"fontWeight\":\"600\",\"iconColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"labelColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"blockTopPadding\":0,\"blockRightPadding\":0,\"blockLeftPadding\":0,\"blockBottomPadding\":24,\"blockPaddingLink\":false} -->\n<div class=\"wp-block-uagb-icon-list uagb-block-98c1810f\"><div class=\"uagb-icon-list__wrap\"><!-- wp:uagb/icon-list-child {\"block_id\":\"8d328383\",\"label\":\"+1-123 456 7890​\",\"label_color\":\"\",\"fromParentIcon\":\"phone\",\"imageSizeChild\":40} -->\n<div class=\"wp-block-uagb-icon-list-child uagb-block-8d328383\"><span class=\"uagb-icon-list__source-wrap\"><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M511.2 387l-23.25 100.8c-3.266 14.25-15.79 24.22-30.46 24.22C205.2 512 0 306.8 0 54.5c0-14.66 9.969-27.2 24.22-30.45l100.8-23.25C139.7-2.602 154.7 5.018 160.8 18.92l46.52 108.5c5.438 12.78 1.77 27.67-8.98 36.45L144.5 207.1c33.98 69.22 90.26 125.5 159.5 159.5l44.08-53.8c8.688-10.78 23.69-14.51 36.47-8.975l108.5 46.51C506.1 357.2 514.6 372.4 511.2 387z\"></path></svg></span><span class=\"uagb-icon-list__label\">+1-123 456 7890​</span></div>\n<!-- /wp:uagb/icon-list-child --></div></div>\n<!-- /wp:uagb/icon-list --></div></div>\n<!-- /wp:uagb/container -->',	'Accommodation',	'',	'inherit',	'closed',	'closed',	'',	'761-revision-v1',	'',	'',	'2022-12-13 14:43:20',	'2022-12-13 14:43:20',	'',	761,	'https://blueroan.netgen.cloud/?p=890',	0,	'revision',	'',	0),
(891,	2,	'2022-12-13 14:43:53',	'2022-12-13 14:43:53',	'',	'sun-coming-up',	'',	'inherit',	'open',	'closed',	'',	'sun-coming-up',	'',	'',	'2022-12-13 14:43:53',	'2022-12-13 14:43:53',	'',	763,	'https://blueroan.netgen.cloud/wp-content/uploads/2022/12/sun-coming-up.jpg',	0,	'attachment',	'image/jpeg',	0),
(892,	2,	'2022-12-13 14:43:57',	'2022-12-13 14:43:57',	'<!-- wp:uagb/container {\"block_id\":\"eea43fa9\",\"backgroundType\":\"image\",\"backgroundImageDesktop\":{\"uploading\":false,\"date\":1670942633000,\"filename\":\"sun-coming-up.jpg\",\"menuOrder\":0,\"uploadedTo\":763,\"type\":\"image\",\"subtype\":\"jpeg\",\"id\":891,\"title\":\"sun-coming-up\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/sun-coming-up.jpg\",\"link\":\"https://blueroan.netgen.cloud/contact/sun-coming-up/\",\"alt\":\"\",\"author\":\"2\",\"description\":\"\",\"caption\":\"\",\"name\":\"sun-coming-up\",\"status\":\"inherit\",\"modified\":1670942633000,\"mime\":\"image/jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-includes/images/media/default.png\",\"dateFormatted\":\"December 13, 2022\",\"nonces\":{\"update\":\"0b6ba1e912\",\"delete\":\"ed9c1b4aaf\",\"edit\":\"102223bebb\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=891\\u0026action=edit\",\"meta\":false,\"authorName\":\"Netgen Support\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/profile.php\",\"uploadedToTitle\":\"Contact\",\"uploadedToLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=763\\u0026action=edit\",\"filesizeInBytes\":238877,\"filesizeHumanReadable\":\"233 KB\",\"context\":\"\",\"height\":800,\"width\":1200,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/sun-coming-up-150x150.jpg\",\"orientation\":\"landscape\"},\"medium\":{\"height\":200,\"width\":300,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/sun-coming-up-300x200.jpg\",\"orientation\":\"landscape\"},\"large\":{\"height\":683,\"width\":1024,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/sun-coming-up-1024x683.jpg\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/sun-coming-up.jpg\",\"height\":800,\"width\":1200,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"backgroundPositionDesktop\":{\"x\":\"0.50\",\"y\":\"0.00\"},\"backgroundSizeTablet\":\"cover\",\"backgroundSizeMobile\":\"cover\",\"backgroundColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"backgroundImageColor\":\"rgba(42,42,42,0.5)\",\"topPaddingDesktop\":220,\"bottomPaddingDesktop\":150,\"topPaddingTablet\":170,\"bottomPaddingTablet\":160,\"leftPaddingTablet\":30,\"rightPaddingTablet\":30,\"topPaddingMobile\":180,\"bottomPaddingMobile\":80,\"leftPaddingMobile\":20,\"rightPaddingMobile\":20,\"paddingLink\":false,\"variationSelected\":true,\"isBlockRootParent\":true,\"overlayType\":\"color\"} -->\n<div class=\"wp-block-uagb-container uagb-block-eea43fa9 alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/advanced-heading {\"block_id\":\"677ee173\",\"classMigrate\":true,\"headingDescToggle\":true,\"headingColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"subHeadingColor\":\"var(\\u002d\\u002dast-global-color-4)\",\"headingTag\":\"h1\",\"headSpace\":20,\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"blockTopPadding\":0,\"blockRightPadding\":50,\"blockLeftPadding\":0,\"blockBottomPadding\":0,\"blockTopPaddingTablet\":0,\"blockRightPaddingTablet\":20,\"blockLeftPaddingTablet\":0,\"blockBottomPaddingTablet\":0,\"blockTopPaddingMobile\":0,\"blockRightPaddingMobile\":0,\"blockLeftPaddingMobile\":0,\"blockBottomPaddingMobile\":0,\"blockPaddingUnit\":\"%\",\"blockPaddingUnitTablet\":\"%\"} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-677ee173\"><h1 class=\"uagb-heading-text\">Contact Us​</h1><p class=\"uagb-desc-text\">Do you want to enquire about our pricing, current offers and arrangements we can help you with? Give us a call or send in your concerns through the form below.</p></div>\n<!-- /wp:uagb/advanced-heading --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"d6c4fbe8\",\"directionDesktop\":\"row\",\"alignItemsDesktop\":\"flex-start\",\"backgroundType\":\"color\",\"backgroundSizeTablet\":\"cover\",\"backgroundSizeMobile\":\"cover\",\"backgroundColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"topPaddingDesktop\":100,\"bottomPaddingDesktop\":100,\"topPaddingTablet\":80,\"bottomPaddingTablet\":80,\"leftPaddingTablet\":30,\"rightPaddingTablet\":30,\"topPaddingMobile\":80,\"bottomPaddingMobile\":80,\"leftPaddingMobile\":20,\"rightPaddingMobile\":20,\"paddingLink\":false,\"variationSelected\":true,\"rowGapMobile\":50,\"columnGapDesktop\":0,\"isBlockRootParent\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-d6c4fbe8 alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/container {\"block_id\":\"c430efa9\",\"widthDesktop\":50,\"topPaddingDesktop\":30,\"rightPaddingDesktop\":100,\"topPaddingTablet\":30,\"paddingLink\":false,\"variationSelected\":true,\"rowGapDesktop\":0,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-c430efa9\"><!-- wp:uagb/advanced-heading {\"block_id\":\"c87c6b74\",\"classMigrate\":true,\"headingTag\":\"h6\",\"headSpace\":10} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-c87c6b74\"><h6 class=\"uagb-heading-text\">Reception Office​</h6></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/advanced-heading {\"block_id\":\"e8b53d85\",\"classMigrate\":true,\"headingTag\":\"h4\",\"headSpace\":0} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-e8b53d85\"><h4 class=\"uagb-heading-text\">2855 Nelsonville Rd, Boston, Massachusetts (MA), 40107​</h4></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/advanced-heading {\"block_id\":\"3a095aa6\",\"classMigrate\":true,\"headingTag\":\"h6\",\"headSpace\":10,\"blockTopPadding\":35,\"blockRightPadding\":0,\"blockLeftPadding\":0,\"blockBottomPadding\":0} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-3a095aa6\"><h6 class=\"uagb-heading-text\">Reception Hours​</h6></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/advanced-heading {\"block_id\":\"c9cc25d7\",\"classMigrate\":true,\"headingTag\":\"h4\",\"headSpace\":0} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-c9cc25d7\"><h4 class=\"uagb-heading-text\">7:30 AM - 11:00 PM​</h4></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/advanced-heading {\"block_id\":\"0ff450c0\",\"classMigrate\":true,\"headingTag\":\"h6\",\"headSpace\":10,\"blockTopPadding\":35,\"blockRightPadding\":0,\"blockLeftPadding\":0,\"blockBottomPadding\":0} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-0ff450c0\"><h6 class=\"uagb-heading-text\">Contact​</h6></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/advanced-heading {\"block_id\":\"1b597542\",\"classMigrate\":true,\"headingTag\":\"h4\",\"headSpace\":0} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-1b597542\"><h4 class=\"uagb-heading-text\">+1-123 456 7890​</h4></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/advanced-heading {\"block_id\":\"5b352a07\",\"classMigrate\":true,\"headingTag\":\"h4\",\"headSpace\":0,\"blockTopPadding\":10,\"blockRightPadding\":0,\"blockLeftPadding\":0,\"blockBottomPadding\":0} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-5b352a07\"><h4 class=\"uagb-heading-text\">contact@info.com​</h4></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/advanced-heading {\"block_id\":\"5d67e213\",\"classMigrate\":true,\"headingTag\":\"h6\",\"headSpace\":10,\"blockTopPadding\":35,\"blockRightPadding\":0,\"blockLeftPadding\":0,\"blockBottomPadding\":0} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-5d67e213\"><h6 class=\"uagb-heading-text\">Follow Us​</h6></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/social-share {\"classMigrate\":true,\"childMigrate\":true,\"block_id\":\"1975cc10\",\"align\":\"left\",\"alignTablet\":\"left\",\"alignMobile\":\"left\",\"gap\":24,\"size\":18,\"bgSize\":0,\"iconColor\":\"var(\\u002d\\u002dast-global-color-0)\",\"iconHoverColor\":\"#444444\"} -->\n<div class=\"wp-block-uagb-social-share uagb-social-share__outer-wrap uagb-social-share__layout-horizontal uagb-block-1975cc10\"><!-- wp:uagb/social-share-child {\"block_id\":\"82b054e5\",\"current_url\":\"https://blueroan.netgen.cloud/contact/\",\"icon\":\"instagram\",\"parentSize\":18} -->\n<div class=\"wp-block-uagb-social-share-child uagb-ss-repeater uagb-ss__wrapper uagb-block-82b054e5\"><a class=\"uagb-ss__link\" data-href=\"https://www.facebook.com/sharer.php?u=\" rel=\"noopener noreferrer\"><span class=\"uagb-ss__source-wrap\"><span class=\"uagb-ss__source-icon\"><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 448 512\"><path d=\"M224.1 141c-63.6 0-114.9 51.3-114.9 114.9s51.3 114.9 114.9 114.9S339 319.5 339 255.9 287.7 141 224.1 141zm0 189.6c-41.1 0-74.7-33.5-74.7-74.7s33.5-74.7 74.7-74.7 74.7 33.5 74.7 74.7-33.6 74.7-74.7 74.7zm146.4-194.3c0 14.9-12 26.8-26.8 26.8-14.9 0-26.8-12-26.8-26.8s12-26.8 26.8-26.8 26.8 12 26.8 26.8zm76.1 27.2c-1.7-35.9-9.9-67.7-36.2-93.9-26.2-26.2-58-34.4-93.9-36.2-37-2.1-147.9-2.1-184.9 0-35.8 1.7-67.6 9.9-93.9 36.1s-34.4 58-36.2 93.9c-2.1 37-2.1 147.9 0 184.9 1.7 35.9 9.9 67.7 36.2 93.9s58 34.4 93.9 36.2c37 2.1 147.9 2.1 184.9 0 35.9-1.7 67.7-9.9 93.9-36.2 26.2-26.2 34.4-58 36.2-93.9 2.1-37 2.1-147.8 0-184.8zM398.8 388c-7.8 19.6-22.9 34.7-42.6 42.6-29.5 11.7-99.5 9-132.1 9s-102.7 2.6-132.1-9c-19.6-7.8-34.7-22.9-42.6-42.6-11.7-29.5-9-99.5-9-132.1s-2.6-102.7 9-132.1c7.8-19.6 22.9-34.7 42.6-42.6 29.5-11.7 99.5-9 132.1-9s102.7-2.6 132.1 9c19.6 7.8 34.7 22.9 42.6 42.6 11.7 29.5 9 99.5 9 132.1s2.7 102.7-9 132.1z\"></path></svg></span></span></a></div>\n<!-- /wp:uagb/social-share-child -->\n\n<!-- wp:uagb/social-share-child {\"block_id\":\"9cc55ccd\",\"type\":\"twitter\",\"current_url\":\"https://blueroan.netgen.cloud/contact/\",\"icon\":\"yelp\",\"parentSize\":18} -->\n<div class=\"wp-block-uagb-social-share-child uagb-ss-repeater uagb-ss__wrapper uagb-block-9cc55ccd\"><a class=\"uagb-ss__link\" data-href=\"https://twitter.com/share?url=\" rel=\"noopener noreferrer\"><span class=\"uagb-ss__source-wrap\"><span class=\"uagb-ss__source-icon\"><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 384 512\"><path d=\"M42.9 240.3l99.62 48.61c19.2 9.4 16.2 37.51-4.5 42.71L30.5 358.5a22.79 22.79 0 0 1 -28.21-19.6 197.2 197.2 0 0 1 9-85.32 22.8 22.8 0 0 1 31.61-13.21zm44 239.3a199.4 199.4 0 0 0 79.42 32.11A22.78 22.78 0 0 0 192.9 490l3.9-110.8c.7-21.3-25.5-31.91-39.81-16.1l-74.21 82.4a22.82 22.82 0 0 0 4.09 34.09zm145.3-109.9l58.81 94a22.93 22.93 0 0 0 34 5.5 198.4 198.4 0 0 0 52.71-67.61A23 23 0 0 0 364.2 370l-105.4-34.26c-20.31-6.5-37.81 15.8-26.51 33.91zm148.3-132.2a197.4 197.4 0 0 0 -50.41-69.31 22.85 22.85 0 0 0 -34 4.4l-62 91.92c-11.9 17.7 4.7 40.61 25.2 34.71L366 268.6a23 23 0 0 0 14.61-31.21zM62.11 30.18a22.86 22.86 0 0 0 -9.9 32l104.1 180.4c11.7 20.2 42.61 11.9 42.61-11.4V22.88a22.67 22.67 0 0 0 -24.5-22.8 320.4 320.4 0 0 0 -112.3 30.1z\"></path></svg></span></span></a></div>\n<!-- /wp:uagb/social-share-child -->\n\n<!-- wp:uagb/social-share-child {\"block_id\":\"e8e9a14e\",\"type\":\"pinterest\",\"current_url\":\"https://blueroan.netgen.cloud/contact/\",\"parentSize\":18} -->\n<div class=\"wp-block-uagb-social-share-child uagb-ss-repeater uagb-ss__wrapper uagb-block-e8e9a14e\"><a class=\"uagb-ss__link\" data-href=\"https://pinterest.com/pin/create/link/?url=\" rel=\"noopener noreferrer\"><span class=\"uagb-ss__source-wrap\"><span class=\"uagb-ss__source-icon\"><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M504 256C504 119 393 8 256 8S8 119 8 256c0 123.8 90.69 226.4 209.3 245V327.7h-63V256h63v-54.64c0-62.15 37-96.48 93.67-96.48 27.14 0 55.52 4.84 55.52 4.84v61h-31.28c-30.8 0-40.41 19.12-40.41 38.73V256h68.78l-11 71.69h-57.78V501C413.3 482.4 504 379.8 504 256z\"></path></svg></span></span></a></div>\n<!-- /wp:uagb/social-share-child -->\n\n<!-- wp:uagb/social-share-child {\"block_id\":\"789a55a5\",\"type\":\"linkedin\",\"current_url\":\"https://blueroan.netgen.cloud/contact/\",\"icon\":\"twitter\",\"parentSize\":18} -->\n<div class=\"wp-block-uagb-social-share-child uagb-ss-repeater uagb-ss__wrapper uagb-block-789a55a5\"><a class=\"uagb-ss__link\" data-href=\"https://www.linkedin.com/shareArticle?url=\" rel=\"noopener noreferrer\"><span class=\"uagb-ss__source-wrap\"><span class=\"uagb-ss__source-icon\"><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M459.4 151.7c.325 4.548 .325 9.097 .325 13.65 0 138.7-105.6 298.6-298.6 298.6-59.45 0-114.7-17.22-161.1-47.11 8.447 .974 16.57 1.299 25.34 1.299 49.06 0 94.21-16.57 130.3-44.83-46.13-.975-84.79-31.19-98.11-72.77 6.498 .974 12.99 1.624 19.82 1.624 9.421 0 18.84-1.3 27.61-3.573-48.08-9.747-84.14-51.98-84.14-102.1v-1.299c13.97 7.797 30.21 12.67 47.43 13.32-28.26-18.84-46.78-51.01-46.78-87.39 0-19.49 5.197-37.36 14.29-52.95 51.65 63.67 129.3 105.3 216.4 109.8-1.624-7.797-2.599-15.92-2.599-24.04 0-57.83 46.78-104.9 104.9-104.9 30.21 0 57.5 12.67 76.67 33.14 23.72-4.548 46.46-13.32 66.6-25.34-7.798 24.37-24.37 44.83-46.13 57.83 21.12-2.273 41.58-8.122 60.43-16.24-14.29 20.79-32.16 39.31-52.63 54.25z\"></path></svg></span></span></a></div>\n<!-- /wp:uagb/social-share-child --></div>\n<!-- /wp:uagb/social-share --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"a1112a8f\",\"widthDesktop\":50,\"variationSelected\":true,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-a1112a8f\"><!-- wp:wpforms/form-selector {\"formId\":\"369\"} /--></div>\n<!-- /wp:uagb/container --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"5416bedc\",\"innerContentWidth\":\"alignfull\",\"variationSelected\":true,\"isBlockRootParent\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-5416bedc alignfull uagb-is-root-container\"><!-- wp:uagb/google-map {\"block_id\":\"df38d59c\",\"height\":500,\"zoom\":10} -->\n<div class=\"wp-block-uagb-google-map uagb-google-map__wrap uagb-block-df38d59c\"><iframe class=\"uagb-google-map__iframe\" title=\"Google Map for Brainstorm Force\" src=\"https://www.google.com/maps/embed/v1/place?key=AIzaSyAsd_d46higiozY-zNqtr7zdA81Soswje4&amp;q=Brainstorm%20Force&amp;zoom=10&amp;language=en\" width=\"640\" height=\"500\" loading=\"lazy\"></iframe></div>\n<!-- /wp:uagb/google-map --></div>\n<!-- /wp:uagb/container -->',	'Contact',	'',	'inherit',	'closed',	'closed',	'',	'763-revision-v1',	'',	'',	'2022-12-13 14:43:57',	'2022-12-13 14:43:57',	'',	763,	'https://blueroan.netgen.cloud/?p=892',	0,	'revision',	'',	0),
(893,	2,	'2022-12-13 14:44:14',	'2022-12-13 14:44:14',	'<!-- wp:uagb/container {\"block_id\":\"baabfb29\",\"backgroundType\":\"image\",\"backgroundImageDesktop\":{\"uploading\":false,\"date\":1670942633000,\"filename\":\"sun-coming-up.jpg\",\"menuOrder\":0,\"uploadedTo\":763,\"type\":\"image\",\"subtype\":\"jpeg\",\"id\":891,\"title\":\"sun-coming-up\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/sun-coming-up.jpg\",\"link\":\"https://blueroan.netgen.cloud/contact/sun-coming-up/\",\"alt\":\"\",\"author\":\"2\",\"description\":\"\",\"caption\":\"\",\"name\":\"sun-coming-up\",\"status\":\"inherit\",\"modified\":1670942633000,\"mime\":\"image/jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-includes/images/media/default.png\",\"dateFormatted\":\"December 13, 2022\",\"nonces\":{\"update\":\"0b6ba1e912\",\"delete\":\"ed9c1b4aaf\",\"edit\":\"102223bebb\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=891\\u0026action=edit\",\"meta\":false,\"authorName\":\"Netgen Support\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/profile.php\",\"uploadedToTitle\":\"Contact\",\"uploadedToLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=763\\u0026action=edit\",\"filesizeInBytes\":238877,\"filesizeHumanReadable\":\"233 KB\",\"context\":\"\",\"height\":800,\"width\":1200,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/sun-coming-up-150x150.jpg\",\"orientation\":\"landscape\"},\"medium\":{\"height\":200,\"width\":300,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/sun-coming-up-300x200.jpg\",\"orientation\":\"landscape\"},\"large\":{\"height\":683,\"width\":1024,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/sun-coming-up-1024x683.jpg\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/sun-coming-up.jpg\",\"height\":800,\"width\":1200,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"backgroundPositionDesktop\":{\"x\":0.6,\"y\":0.78},\"backgroundSizeTablet\":\"cover\",\"backgroundSizeMobile\":\"cover\",\"backgroundColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"backgroundImageColor\":\"rgba(42,42,42,0.5)\",\"topPaddingDesktop\":220,\"bottomPaddingDesktop\":150,\"topPaddingTablet\":170,\"bottomPaddingTablet\":160,\"leftPaddingTablet\":30,\"rightPaddingTablet\":30,\"topPaddingMobile\":180,\"bottomPaddingMobile\":80,\"leftPaddingMobile\":20,\"rightPaddingMobile\":20,\"paddingLink\":false,\"variationSelected\":true,\"isBlockRootParent\":true,\"overlayType\":\"color\"} -->\n<div class=\"wp-block-uagb-container uagb-block-baabfb29 alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/advanced-heading {\"block_id\":\"e7b702e7\",\"classMigrate\":true,\"headingDescToggle\":true,\"headingColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"subHeadingColor\":\"var(\\u002d\\u002dast-global-color-4)\",\"headingTag\":\"h1\",\"headSpace\":20,\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"blockTopPadding\":0,\"blockRightPadding\":50,\"blockLeftPadding\":0,\"blockBottomPadding\":0,\"blockTopPaddingTablet\":0,\"blockRightPaddingTablet\":20,\"blockLeftPaddingTablet\":0,\"blockBottomPaddingTablet\":0,\"blockTopPaddingMobile\":0,\"blockRightPaddingMobile\":0,\"blockLeftPaddingMobile\":0,\"blockBottomPaddingMobile\":0,\"blockPaddingUnit\":\"%\",\"blockPaddingUnitTablet\":\"%\"} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-e7b702e7\"><h1 class=\"uagb-heading-text\">Contact Us​</h1><p class=\"uagb-desc-text\">Do you want to enquire about our pricing, current offers and arrangements we can help you with? Give us a call or send in your concerns through the form below.</p></div>\n<!-- /wp:uagb/advanced-heading --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"e100814e\",\"directionDesktop\":\"row\",\"alignItemsDesktop\":\"flex-start\",\"backgroundType\":\"color\",\"backgroundSizeTablet\":\"cover\",\"backgroundSizeMobile\":\"cover\",\"backgroundColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"topPaddingDesktop\":100,\"bottomPaddingDesktop\":100,\"topPaddingTablet\":80,\"bottomPaddingTablet\":80,\"leftPaddingTablet\":30,\"rightPaddingTablet\":30,\"topPaddingMobile\":80,\"bottomPaddingMobile\":80,\"leftPaddingMobile\":20,\"rightPaddingMobile\":20,\"paddingLink\":false,\"variationSelected\":true,\"rowGapMobile\":50,\"columnGapDesktop\":0,\"isBlockRootParent\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-e100814e alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/container {\"block_id\":\"db42a8d7\",\"widthDesktop\":50,\"topPaddingDesktop\":30,\"rightPaddingDesktop\":100,\"topPaddingTablet\":30,\"paddingLink\":false,\"variationSelected\":true,\"rowGapDesktop\":0,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-db42a8d7\"><!-- wp:uagb/advanced-heading {\"block_id\":\"bf892129\",\"classMigrate\":true,\"headingTag\":\"h6\",\"headSpace\":10} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-bf892129\"><h6 class=\"uagb-heading-text\">Reception Office​</h6></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/advanced-heading {\"block_id\":\"ebb3f5a9\",\"classMigrate\":true,\"headingTag\":\"h4\",\"headSpace\":0} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-ebb3f5a9\"><h4 class=\"uagb-heading-text\">2855 Nelsonville Rd, Boston, Massachusetts (MA), 40107​</h4></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/advanced-heading {\"block_id\":\"fcb7dcde\",\"classMigrate\":true,\"headingTag\":\"h6\",\"headSpace\":10,\"blockTopPadding\":35,\"blockRightPadding\":0,\"blockLeftPadding\":0,\"blockBottomPadding\":0} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-fcb7dcde\"><h6 class=\"uagb-heading-text\">Reception Hours​</h6></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/advanced-heading {\"block_id\":\"de5ee7cf\",\"classMigrate\":true,\"headingTag\":\"h4\",\"headSpace\":0} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-de5ee7cf\"><h4 class=\"uagb-heading-text\">7:30 AM - 11:00 PM​</h4></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/advanced-heading {\"block_id\":\"35eb8c8d\",\"classMigrate\":true,\"headingTag\":\"h6\",\"headSpace\":10,\"blockTopPadding\":35,\"blockRightPadding\":0,\"blockLeftPadding\":0,\"blockBottomPadding\":0} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-35eb8c8d\"><h6 class=\"uagb-heading-text\">Contact​</h6></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/advanced-heading {\"block_id\":\"d492f919\",\"classMigrate\":true,\"headingTag\":\"h4\",\"headSpace\":0} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-d492f919\"><h4 class=\"uagb-heading-text\">+1-123 456 7890​</h4></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/advanced-heading {\"block_id\":\"cb085122\",\"classMigrate\":true,\"headingTag\":\"h4\",\"headSpace\":0,\"blockTopPadding\":10,\"blockRightPadding\":0,\"blockLeftPadding\":0,\"blockBottomPadding\":0} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-cb085122\"><h4 class=\"uagb-heading-text\">contact@info.com​</h4></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/advanced-heading {\"block_id\":\"a619ca7f\",\"classMigrate\":true,\"headingTag\":\"h6\",\"headSpace\":10,\"blockTopPadding\":35,\"blockRightPadding\":0,\"blockLeftPadding\":0,\"blockBottomPadding\":0} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-a619ca7f\"><h6 class=\"uagb-heading-text\">Follow Us​</h6></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/social-share {\"classMigrate\":true,\"childMigrate\":true,\"block_id\":\"26b98f36\",\"align\":\"left\",\"alignTablet\":\"left\",\"alignMobile\":\"left\",\"gap\":24,\"size\":18,\"bgSize\":0,\"iconColor\":\"var(\\u002d\\u002dast-global-color-0)\",\"iconHoverColor\":\"#444444\"} -->\n<div class=\"wp-block-uagb-social-share uagb-social-share__outer-wrap uagb-social-share__layout-horizontal uagb-block-26b98f36\"><!-- wp:uagb/social-share-child {\"block_id\":\"41d95321\",\"current_url\":\"https://blueroan.netgen.cloud/contact/\",\"icon\":\"instagram\",\"parentSize\":18} -->\n<div class=\"wp-block-uagb-social-share-child uagb-ss-repeater uagb-ss__wrapper uagb-block-41d95321\"><a class=\"uagb-ss__link\" data-href=\"https://www.facebook.com/sharer.php?u=\" rel=\"noopener noreferrer\"><span class=\"uagb-ss__source-wrap\"><span class=\"uagb-ss__source-icon\"><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 448 512\"><path d=\"M224.1 141c-63.6 0-114.9 51.3-114.9 114.9s51.3 114.9 114.9 114.9S339 319.5 339 255.9 287.7 141 224.1 141zm0 189.6c-41.1 0-74.7-33.5-74.7-74.7s33.5-74.7 74.7-74.7 74.7 33.5 74.7 74.7-33.6 74.7-74.7 74.7zm146.4-194.3c0 14.9-12 26.8-26.8 26.8-14.9 0-26.8-12-26.8-26.8s12-26.8 26.8-26.8 26.8 12 26.8 26.8zm76.1 27.2c-1.7-35.9-9.9-67.7-36.2-93.9-26.2-26.2-58-34.4-93.9-36.2-37-2.1-147.9-2.1-184.9 0-35.8 1.7-67.6 9.9-93.9 36.1s-34.4 58-36.2 93.9c-2.1 37-2.1 147.9 0 184.9 1.7 35.9 9.9 67.7 36.2 93.9s58 34.4 93.9 36.2c37 2.1 147.9 2.1 184.9 0 35.9-1.7 67.7-9.9 93.9-36.2 26.2-26.2 34.4-58 36.2-93.9 2.1-37 2.1-147.8 0-184.8zM398.8 388c-7.8 19.6-22.9 34.7-42.6 42.6-29.5 11.7-99.5 9-132.1 9s-102.7 2.6-132.1-9c-19.6-7.8-34.7-22.9-42.6-42.6-11.7-29.5-9-99.5-9-132.1s-2.6-102.7 9-132.1c7.8-19.6 22.9-34.7 42.6-42.6 29.5-11.7 99.5-9 132.1-9s102.7-2.6 132.1 9c19.6 7.8 34.7 22.9 42.6 42.6 11.7 29.5 9 99.5 9 132.1s2.7 102.7-9 132.1z\"></path></svg></span></span></a></div>\n<!-- /wp:uagb/social-share-child -->\n\n<!-- wp:uagb/social-share-child {\"block_id\":\"7bd3b9d8\",\"type\":\"twitter\",\"current_url\":\"https://blueroan.netgen.cloud/contact/\",\"icon\":\"yelp\",\"parentSize\":18} -->\n<div class=\"wp-block-uagb-social-share-child uagb-ss-repeater uagb-ss__wrapper uagb-block-7bd3b9d8\"><a class=\"uagb-ss__link\" data-href=\"https://twitter.com/share?url=\" rel=\"noopener noreferrer\"><span class=\"uagb-ss__source-wrap\"><span class=\"uagb-ss__source-icon\"><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 384 512\"><path d=\"M42.9 240.3l99.62 48.61c19.2 9.4 16.2 37.51-4.5 42.71L30.5 358.5a22.79 22.79 0 0 1 -28.21-19.6 197.2 197.2 0 0 1 9-85.32 22.8 22.8 0 0 1 31.61-13.21zm44 239.3a199.4 199.4 0 0 0 79.42 32.11A22.78 22.78 0 0 0 192.9 490l3.9-110.8c.7-21.3-25.5-31.91-39.81-16.1l-74.21 82.4a22.82 22.82 0 0 0 4.09 34.09zm145.3-109.9l58.81 94a22.93 22.93 0 0 0 34 5.5 198.4 198.4 0 0 0 52.71-67.61A23 23 0 0 0 364.2 370l-105.4-34.26c-20.31-6.5-37.81 15.8-26.51 33.91zm148.3-132.2a197.4 197.4 0 0 0 -50.41-69.31 22.85 22.85 0 0 0 -34 4.4l-62 91.92c-11.9 17.7 4.7 40.61 25.2 34.71L366 268.6a23 23 0 0 0 14.61-31.21zM62.11 30.18a22.86 22.86 0 0 0 -9.9 32l104.1 180.4c11.7 20.2 42.61 11.9 42.61-11.4V22.88a22.67 22.67 0 0 0 -24.5-22.8 320.4 320.4 0 0 0 -112.3 30.1z\"></path></svg></span></span></a></div>\n<!-- /wp:uagb/social-share-child -->\n\n<!-- wp:uagb/social-share-child {\"block_id\":\"af0bc362\",\"type\":\"pinterest\",\"current_url\":\"https://blueroan.netgen.cloud/contact/\",\"parentSize\":18} -->\n<div class=\"wp-block-uagb-social-share-child uagb-ss-repeater uagb-ss__wrapper uagb-block-af0bc362\"><a class=\"uagb-ss__link\" data-href=\"https://pinterest.com/pin/create/link/?url=\" rel=\"noopener noreferrer\"><span class=\"uagb-ss__source-wrap\"><span class=\"uagb-ss__source-icon\"><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M504 256C504 119 393 8 256 8S8 119 8 256c0 123.8 90.69 226.4 209.3 245V327.7h-63V256h63v-54.64c0-62.15 37-96.48 93.67-96.48 27.14 0 55.52 4.84 55.52 4.84v61h-31.28c-30.8 0-40.41 19.12-40.41 38.73V256h68.78l-11 71.69h-57.78V501C413.3 482.4 504 379.8 504 256z\"></path></svg></span></span></a></div>\n<!-- /wp:uagb/social-share-child -->\n\n<!-- wp:uagb/social-share-child {\"block_id\":\"3c9d0842\",\"type\":\"linkedin\",\"current_url\":\"https://blueroan.netgen.cloud/contact/\",\"icon\":\"twitter\",\"parentSize\":18} -->\n<div class=\"wp-block-uagb-social-share-child uagb-ss-repeater uagb-ss__wrapper uagb-block-3c9d0842\"><a class=\"uagb-ss__link\" data-href=\"https://www.linkedin.com/shareArticle?url=\" rel=\"noopener noreferrer\"><span class=\"uagb-ss__source-wrap\"><span class=\"uagb-ss__source-icon\"><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M459.4 151.7c.325 4.548 .325 9.097 .325 13.65 0 138.7-105.6 298.6-298.6 298.6-59.45 0-114.7-17.22-161.1-47.11 8.447 .974 16.57 1.299 25.34 1.299 49.06 0 94.21-16.57 130.3-44.83-46.13-.975-84.79-31.19-98.11-72.77 6.498 .974 12.99 1.624 19.82 1.624 9.421 0 18.84-1.3 27.61-3.573-48.08-9.747-84.14-51.98-84.14-102.1v-1.299c13.97 7.797 30.21 12.67 47.43 13.32-28.26-18.84-46.78-51.01-46.78-87.39 0-19.49 5.197-37.36 14.29-52.95 51.65 63.67 129.3 105.3 216.4 109.8-1.624-7.797-2.599-15.92-2.599-24.04 0-57.83 46.78-104.9 104.9-104.9 30.21 0 57.5 12.67 76.67 33.14 23.72-4.548 46.46-13.32 66.6-25.34-7.798 24.37-24.37 44.83-46.13 57.83 21.12-2.273 41.58-8.122 60.43-16.24-14.29 20.79-32.16 39.31-52.63 54.25z\"></path></svg></span></span></a></div>\n<!-- /wp:uagb/social-share-child --></div>\n<!-- /wp:uagb/social-share --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"1e7801d6\",\"widthDesktop\":50,\"variationSelected\":true,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-1e7801d6\"><!-- wp:wpforms/form-selector {\"formId\":\"369\"} /--></div>\n<!-- /wp:uagb/container --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"7a283c0c\",\"innerContentWidth\":\"alignfull\",\"variationSelected\":true,\"isBlockRootParent\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-7a283c0c alignfull uagb-is-root-container\"><!-- wp:uagb/google-map {\"block_id\":\"176cf56d\",\"height\":500,\"zoom\":10} -->\n<div class=\"wp-block-uagb-google-map uagb-google-map__wrap uagb-block-176cf56d\"><iframe class=\"uagb-google-map__iframe\" title=\"Google Map for Brainstorm Force\" src=\"https://www.google.com/maps/embed/v1/place?key=AIzaSyAsd_d46higiozY-zNqtr7zdA81Soswje4&amp;q=Brainstorm%20Force&amp;zoom=10&amp;language=en\" width=\"640\" height=\"500\" loading=\"lazy\"></iframe></div>\n<!-- /wp:uagb/google-map --></div>\n<!-- /wp:uagb/container -->',	'Contact',	'',	'inherit',	'closed',	'closed',	'',	'763-revision-v1',	'',	'',	'2022-12-13 14:44:14',	'2022-12-13 14:44:14',	'',	763,	'https://blueroan.netgen.cloud/?p=893',	0,	'revision',	'',	0),
(894,	2,	'2022-12-13 14:45:17',	'2022-12-13 14:45:17',	'<!-- wp:uagb/container {\"block_id\":\"70106930\",\"backgroundType\":\"image\",\"backgroundImageDesktop\":{\"uploading\":false,\"date\":1670942633000,\"filename\":\"sun-coming-up.jpg\",\"menuOrder\":0,\"uploadedTo\":763,\"type\":\"image\",\"subtype\":\"jpeg\",\"id\":891,\"title\":\"sun-coming-up\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/sun-coming-up.jpg\",\"link\":\"https://blueroan.netgen.cloud/contact/sun-coming-up/\",\"alt\":\"\",\"author\":\"2\",\"description\":\"\",\"caption\":\"\",\"name\":\"sun-coming-up\",\"status\":\"inherit\",\"modified\":1670942633000,\"mime\":\"image/jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-includes/images/media/default.png\",\"dateFormatted\":\"December 13, 2022\",\"nonces\":{\"update\":\"0b6ba1e912\",\"delete\":\"ed9c1b4aaf\",\"edit\":\"102223bebb\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=891\\u0026action=edit\",\"meta\":false,\"authorName\":\"Netgen Support\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/profile.php\",\"uploadedToTitle\":\"Contact\",\"uploadedToLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=763\\u0026action=edit\",\"filesizeInBytes\":238877,\"filesizeHumanReadable\":\"233 KB\",\"context\":\"\",\"height\":800,\"width\":1200,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/sun-coming-up-150x150.jpg\",\"orientation\":\"landscape\"},\"medium\":{\"height\":200,\"width\":300,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/sun-coming-up-300x200.jpg\",\"orientation\":\"landscape\"},\"large\":{\"height\":683,\"width\":1024,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/sun-coming-up-1024x683.jpg\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/sun-coming-up.jpg\",\"height\":800,\"width\":1200,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"backgroundPositionDesktop\":{\"x\":0.6,\"y\":0.78},\"backgroundSizeTablet\":\"cover\",\"backgroundSizeMobile\":\"cover\",\"backgroundColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"backgroundImageColor\":\"rgba(42,42,42,0.5)\",\"topPaddingDesktop\":220,\"bottomPaddingDesktop\":150,\"topPaddingTablet\":170,\"bottomPaddingTablet\":160,\"leftPaddingTablet\":30,\"rightPaddingTablet\":30,\"topPaddingMobile\":180,\"bottomPaddingMobile\":80,\"leftPaddingMobile\":20,\"rightPaddingMobile\":20,\"paddingLink\":false,\"variationSelected\":true,\"isBlockRootParent\":true,\"overlayType\":\"color\"} -->\n<div class=\"wp-block-uagb-container uagb-block-70106930 alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/advanced-heading {\"block_id\":\"25123042\",\"classMigrate\":true,\"headingDescToggle\":true,\"headingColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"subHeadingColor\":\"var(\\u002d\\u002dast-global-color-4)\",\"headingTag\":\"h1\",\"headSpace\":20,\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"blockTopPadding\":0,\"blockRightPadding\":50,\"blockLeftPadding\":0,\"blockBottomPadding\":0,\"blockTopPaddingTablet\":0,\"blockRightPaddingTablet\":20,\"blockLeftPaddingTablet\":0,\"blockBottomPaddingTablet\":0,\"blockTopPaddingMobile\":0,\"blockRightPaddingMobile\":0,\"blockLeftPaddingMobile\":0,\"blockBottomPaddingMobile\":0,\"blockPaddingUnit\":\"%\",\"blockPaddingUnitTablet\":\"%\"} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-25123042\"><h1 class=\"uagb-heading-text\">Contact Us​</h1><p class=\"uagb-desc-text\">Do you want to enquire about our pricing, current offers and arrangements we can help you with? Give us a call or send in your concerns through the form below.</p></div>\n<!-- /wp:uagb/advanced-heading --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"58098a58\",\"directionDesktop\":\"row\",\"alignItemsDesktop\":\"flex-start\",\"backgroundType\":\"color\",\"backgroundSizeTablet\":\"cover\",\"backgroundSizeMobile\":\"cover\",\"backgroundColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"topPaddingDesktop\":100,\"bottomPaddingDesktop\":100,\"topPaddingTablet\":80,\"bottomPaddingTablet\":80,\"leftPaddingTablet\":30,\"rightPaddingTablet\":30,\"topPaddingMobile\":80,\"bottomPaddingMobile\":80,\"leftPaddingMobile\":20,\"rightPaddingMobile\":20,\"paddingLink\":false,\"variationSelected\":true,\"rowGapMobile\":50,\"columnGapDesktop\":0,\"isBlockRootParent\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-58098a58 alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/container {\"block_id\":\"c05ce604\",\"widthDesktop\":50,\"topPaddingDesktop\":30,\"rightPaddingDesktop\":100,\"topPaddingTablet\":30,\"paddingLink\":false,\"variationSelected\":true,\"rowGapDesktop\":0,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-c05ce604\"><!-- wp:uagb/advanced-heading {\"block_id\":\"03815f02\",\"classMigrate\":true,\"headingTag\":\"h6\",\"headSpace\":10} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-03815f02\"><h6 class=\"uagb-heading-text\">Reception Office​</h6></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/advanced-heading {\"block_id\":\"3f6066ad\",\"classMigrate\":true,\"headingTag\":\"h4\",\"headSpace\":0} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-3f6066ad\"><h4 class=\"uagb-heading-text\">2855 Nelsonville Rd, Boston, Massachusetts (MA), 40107​</h4></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/advanced-heading {\"block_id\":\"4def7451\",\"classMigrate\":true,\"headingTag\":\"h6\",\"headSpace\":10,\"blockTopPadding\":35,\"blockRightPadding\":0,\"blockLeftPadding\":0,\"blockBottomPadding\":0} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-4def7451\"><h6 class=\"uagb-heading-text\">Reception Hours​</h6></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/advanced-heading {\"block_id\":\"6bee2d0c\",\"classMigrate\":true,\"headingTag\":\"h4\",\"headSpace\":0} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-6bee2d0c\"><h4 class=\"uagb-heading-text\">7:30 AM - 11:00 PM​</h4></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/advanced-heading {\"block_id\":\"d41b53ef\",\"classMigrate\":true,\"headingTag\":\"h6\",\"headSpace\":10,\"blockTopPadding\":35,\"blockRightPadding\":0,\"blockLeftPadding\":0,\"blockBottomPadding\":0} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-d41b53ef\"><h6 class=\"uagb-heading-text\">Contact​</h6></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/advanced-heading {\"block_id\":\"182f11b9\",\"classMigrate\":true,\"headingTag\":\"h4\",\"headSpace\":0} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-182f11b9\"><h4 class=\"uagb-heading-text\">+1-123 456 7890​</h4></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/advanced-heading {\"block_id\":\"1de4b720\",\"classMigrate\":true,\"headingTag\":\"h4\",\"headSpace\":0,\"blockTopPadding\":10,\"blockRightPadding\":0,\"blockLeftPadding\":0,\"blockBottomPadding\":0} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-1de4b720\"><h4 class=\"uagb-heading-text\">contact@info.com​</h4></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/advanced-heading {\"block_id\":\"ddb8e285\",\"classMigrate\":true,\"headingTag\":\"h6\",\"headSpace\":10,\"blockTopPadding\":35,\"blockRightPadding\":0,\"blockLeftPadding\":0,\"blockBottomPadding\":0} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-ddb8e285\"><h6 class=\"uagb-heading-text\">Follow Us​</h6></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/social-share {\"classMigrate\":true,\"childMigrate\":true,\"block_id\":\"984f45ce\",\"align\":\"left\",\"alignTablet\":\"left\",\"alignMobile\":\"left\",\"gap\":24,\"size\":18,\"bgSize\":0,\"iconColor\":\"var(\\u002d\\u002dast-global-color-0)\",\"iconHoverColor\":\"#444444\"} -->\n<div class=\"wp-block-uagb-social-share uagb-social-share__outer-wrap uagb-social-share__layout-horizontal uagb-block-984f45ce\"><!-- wp:uagb/social-share-child {\"block_id\":\"517ce246\",\"current_url\":\"https://blueroan.netgen.cloud/contact/\",\"icon\":\"instagram\",\"parentSize\":18} -->\n<div class=\"wp-block-uagb-social-share-child uagb-ss-repeater uagb-ss__wrapper uagb-block-517ce246\"><a class=\"uagb-ss__link\" data-href=\"https://www.facebook.com/sharer.php?u=\" rel=\"noopener noreferrer\"><span class=\"uagb-ss__source-wrap\"><span class=\"uagb-ss__source-icon\"><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 448 512\"><path d=\"M224.1 141c-63.6 0-114.9 51.3-114.9 114.9s51.3 114.9 114.9 114.9S339 319.5 339 255.9 287.7 141 224.1 141zm0 189.6c-41.1 0-74.7-33.5-74.7-74.7s33.5-74.7 74.7-74.7 74.7 33.5 74.7 74.7-33.6 74.7-74.7 74.7zm146.4-194.3c0 14.9-12 26.8-26.8 26.8-14.9 0-26.8-12-26.8-26.8s12-26.8 26.8-26.8 26.8 12 26.8 26.8zm76.1 27.2c-1.7-35.9-9.9-67.7-36.2-93.9-26.2-26.2-58-34.4-93.9-36.2-37-2.1-147.9-2.1-184.9 0-35.8 1.7-67.6 9.9-93.9 36.1s-34.4 58-36.2 93.9c-2.1 37-2.1 147.9 0 184.9 1.7 35.9 9.9 67.7 36.2 93.9s58 34.4 93.9 36.2c37 2.1 147.9 2.1 184.9 0 35.9-1.7 67.7-9.9 93.9-36.2 26.2-26.2 34.4-58 36.2-93.9 2.1-37 2.1-147.8 0-184.8zM398.8 388c-7.8 19.6-22.9 34.7-42.6 42.6-29.5 11.7-99.5 9-132.1 9s-102.7 2.6-132.1-9c-19.6-7.8-34.7-22.9-42.6-42.6-11.7-29.5-9-99.5-9-132.1s-2.6-102.7 9-132.1c7.8-19.6 22.9-34.7 42.6-42.6 29.5-11.7 99.5-9 132.1-9s102.7-2.6 132.1 9c19.6 7.8 34.7 22.9 42.6 42.6 11.7 29.5 9 99.5 9 132.1s2.7 102.7-9 132.1z\"></path></svg></span></span></a></div>\n<!-- /wp:uagb/social-share-child -->\n\n<!-- wp:uagb/social-share-child {\"block_id\":\"807ce680\",\"type\":\"twitter\",\"current_url\":\"https://blueroan.netgen.cloud/contact/\",\"icon\":\"yelp\",\"parentSize\":18} -->\n<div class=\"wp-block-uagb-social-share-child uagb-ss-repeater uagb-ss__wrapper uagb-block-807ce680\"><a class=\"uagb-ss__link\" data-href=\"https://twitter.com/share?url=\" rel=\"noopener noreferrer\"><span class=\"uagb-ss__source-wrap\"><span class=\"uagb-ss__source-icon\"><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 384 512\"><path d=\"M42.9 240.3l99.62 48.61c19.2 9.4 16.2 37.51-4.5 42.71L30.5 358.5a22.79 22.79 0 0 1 -28.21-19.6 197.2 197.2 0 0 1 9-85.32 22.8 22.8 0 0 1 31.61-13.21zm44 239.3a199.4 199.4 0 0 0 79.42 32.11A22.78 22.78 0 0 0 192.9 490l3.9-110.8c.7-21.3-25.5-31.91-39.81-16.1l-74.21 82.4a22.82 22.82 0 0 0 4.09 34.09zm145.3-109.9l58.81 94a22.93 22.93 0 0 0 34 5.5 198.4 198.4 0 0 0 52.71-67.61A23 23 0 0 0 364.2 370l-105.4-34.26c-20.31-6.5-37.81 15.8-26.51 33.91zm148.3-132.2a197.4 197.4 0 0 0 -50.41-69.31 22.85 22.85 0 0 0 -34 4.4l-62 91.92c-11.9 17.7 4.7 40.61 25.2 34.71L366 268.6a23 23 0 0 0 14.61-31.21zM62.11 30.18a22.86 22.86 0 0 0 -9.9 32l104.1 180.4c11.7 20.2 42.61 11.9 42.61-11.4V22.88a22.67 22.67 0 0 0 -24.5-22.8 320.4 320.4 0 0 0 -112.3 30.1z\"></path></svg></span></span></a></div>\n<!-- /wp:uagb/social-share-child -->\n\n<!-- wp:uagb/social-share-child {\"block_id\":\"517efedd\",\"type\":\"pinterest\",\"current_url\":\"https://blueroan.netgen.cloud/contact/\",\"parentSize\":18} -->\n<div class=\"wp-block-uagb-social-share-child uagb-ss-repeater uagb-ss__wrapper uagb-block-517efedd\"><a class=\"uagb-ss__link\" data-href=\"https://pinterest.com/pin/create/link/?url=\" rel=\"noopener noreferrer\"><span class=\"uagb-ss__source-wrap\"><span class=\"uagb-ss__source-icon\"><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M504 256C504 119 393 8 256 8S8 119 8 256c0 123.8 90.69 226.4 209.3 245V327.7h-63V256h63v-54.64c0-62.15 37-96.48 93.67-96.48 27.14 0 55.52 4.84 55.52 4.84v61h-31.28c-30.8 0-40.41 19.12-40.41 38.73V256h68.78l-11 71.69h-57.78V501C413.3 482.4 504 379.8 504 256z\"></path></svg></span></span></a></div>\n<!-- /wp:uagb/social-share-child -->\n\n<!-- wp:uagb/social-share-child {\"block_id\":\"6739630f\",\"type\":\"linkedin\",\"current_url\":\"https://blueroan.netgen.cloud/contact/\",\"icon\":\"twitter\",\"parentSize\":18} -->\n<div class=\"wp-block-uagb-social-share-child uagb-ss-repeater uagb-ss__wrapper uagb-block-6739630f\"><a class=\"uagb-ss__link\" data-href=\"https://www.linkedin.com/shareArticle?url=\" rel=\"noopener noreferrer\"><span class=\"uagb-ss__source-wrap\"><span class=\"uagb-ss__source-icon\"><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M459.4 151.7c.325 4.548 .325 9.097 .325 13.65 0 138.7-105.6 298.6-298.6 298.6-59.45 0-114.7-17.22-161.1-47.11 8.447 .974 16.57 1.299 25.34 1.299 49.06 0 94.21-16.57 130.3-44.83-46.13-.975-84.79-31.19-98.11-72.77 6.498 .974 12.99 1.624 19.82 1.624 9.421 0 18.84-1.3 27.61-3.573-48.08-9.747-84.14-51.98-84.14-102.1v-1.299c13.97 7.797 30.21 12.67 47.43 13.32-28.26-18.84-46.78-51.01-46.78-87.39 0-19.49 5.197-37.36 14.29-52.95 51.65 63.67 129.3 105.3 216.4 109.8-1.624-7.797-2.599-15.92-2.599-24.04 0-57.83 46.78-104.9 104.9-104.9 30.21 0 57.5 12.67 76.67 33.14 23.72-4.548 46.46-13.32 66.6-25.34-7.798 24.37-24.37 44.83-46.13 57.83 21.12-2.273 41.58-8.122 60.43-16.24-14.29 20.79-32.16 39.31-52.63 54.25z\"></path></svg></span></span></a></div>\n<!-- /wp:uagb/social-share-child --></div>\n<!-- /wp:uagb/social-share --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"68aa9da9\",\"widthDesktop\":50,\"variationSelected\":true,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-68aa9da9\"><!-- wp:wpforms/form-selector {\"formId\":\"369\"} /--></div>\n<!-- /wp:uagb/container --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"689bc063\",\"innerContentWidth\":\"alignfull\",\"variationSelected\":true,\"isBlockRootParent\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-689bc063 alignfull uagb-is-root-container\"></div>\n<!-- /wp:uagb/container -->',	'Contact',	'',	'inherit',	'closed',	'closed',	'',	'763-revision-v1',	'',	'',	'2022-12-13 14:45:17',	'2022-12-13 14:45:17',	'',	763,	'https://blueroan.netgen.cloud/?p=894',	0,	'revision',	'',	0),
(895,	2,	'2022-12-13 14:47:10',	'2022-12-13 14:47:10',	'{\n    \"sidebars_widgets[footer-widget-1]\": {\n        \"value\": [\n            \"block-6\"\n        ],\n        \"type\": \"option\",\n        \"user_id\": 2,\n        \"date_modified_gmt\": \"2022-12-13 14:47:02\"\n    },\n    \"astra-settings[footer-desktop-items]\": {\n        \"value\": {\n            \"above\": {\n                \"above_1\": [],\n                \"above_2\": [],\n                \"above_3\": [],\n                \"above_4\": [],\n                \"above_5\": [],\n                \"above_6\": []\n            },\n            \"primary\": {\n                \"primary_1\": [\n                    \"widget-2\"\n                ],\n                \"primary_2\": [\n                    \"widget-3\"\n                ],\n                \"primary_3\": [\n                    \"widget-4\",\n                    \"social-icons-1\"\n                ],\n                \"primary_4\": [\n                    \"widget-1\"\n                ],\n                \"primary_5\": [],\n                \"primary_6\": []\n            },\n            \"below\": {\n                \"below_1\": [\n                    \"copyright\"\n                ],\n                \"below_2\": [],\n                \"below_3\": [],\n                \"below_4\": [],\n                \"below_5\": [],\n                \"below_6\": []\n            },\n            \"group\": \"astra-settings[footer-desktop-items]\",\n            \"rows\": [\n                \"above\",\n                \"primary\",\n                \"below\"\n            ],\n            \"zones\": {\n                \"above\": {\n                    \"above_1\": \"Above Section 1\",\n                    \"above_2\": \"Above Section 2\",\n                    \"above_3\": \"Above Section 3\",\n                    \"above_4\": \"Above Section 4\",\n                    \"above_5\": \"Above Section 5\",\n                    \"above_6\": \"Above Section 6\"\n                },\n                \"primary\": {\n                    \"primary_1\": \"Primary Section 1\",\n                    \"primary_2\": \"Primary Section 2\",\n                    \"primary_3\": \"Primary Section 3\",\n                    \"primary_4\": \"Primary Section 4\",\n                    \"primary_5\": \"Primary Section 5\",\n                    \"primary_6\": \"Primary Section 6\"\n                },\n                \"below\": {\n                    \"below_1\": \"Below Section 1\",\n                    \"below_2\": \"Below Section 2\",\n                    \"below_3\": \"Below Section 3\",\n                    \"below_4\": \"Below Section 4\",\n                    \"below_5\": \"Below Section 5\",\n                    \"below_6\": \"Below Section 6\"\n                }\n            },\n            \"layouts\": {\n                \"above\": {\n                    \"column\": \"2\",\n                    \"layout\": {\n                        \"desktop\": \"2-equal\",\n                        \"tablet\": \"2-equal\",\n                        \"mobile\": \"full\"\n                    }\n                },\n                \"primary\": {\n                    \"column\": \"4\",\n                    \"layout\": {\n                        \"mobile\": \"full\",\n                        \"tablet\": \"2-equal\",\n                        \"desktop\": \"4-equal\"\n                    }\n                },\n                \"below\": {\n                    \"column\": \"1\",\n                    \"layout\": {\n                        \"desktop\": \"full\",\n                        \"tablet\": \"full\",\n                        \"mobile\": \"full\"\n                    }\n                }\n            },\n            \"status\": {\n                \"above\": true,\n                \"primary\": true,\n                \"below\": true\n            },\n            \"flag\": true,\n            \"popup\": {\n                \"popup_content\": []\n            }\n        },\n        \"type\": \"option\",\n        \"user_id\": 2,\n        \"date_modified_gmt\": \"2022-12-13 14:47:02\"\n    },\n    \"astra-settings[footer-html-1]\": {\n        \"value\": \"&lt;iframe src=\\\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3585.866195635968!2d27.466637815348356!3d-26.005200183526785!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x1e95f3cf93e0be45%3A0xeb946cc837d4d199!2sBlue%20Roan%20Country%20Lodge%20Magaliesburg!5e0!3m2!1sen!2sza!4v1670942734682!5m2!1sen!2sza\\\" width=\\\"600\\\" height=\\\"450\\\" style=\\\"border:0;\\\" allowfullscreen=\\\"\\\" loading=\\\"lazy\\\" referrerpolicy=\\\"no-referrer-when-downgrade\\\"&gt;&lt;/iframe&gt;\",\n        \"type\": \"option\",\n        \"user_id\": 2,\n        \"date_modified_gmt\": \"2022-12-13 14:47:02\"\n    },\n    \"widget_block[6]\": {\n        \"value\": {\n            \"raw_instance\": {\n                \"content\": \"<!-- wp:shortcode -->\\n<iframe src=\\\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3585.866195635968!2d27.466637815348356!3d-26.005200183526785!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x1e95f3cf93e0be45%3A0xeb946cc837d4d199!2sBlue%20Roan%20Country%20Lodge%20Magaliesburg!5e0!3m2!1sen!2sza!4v1670942734682!5m2!1sen!2sza\\\" width=\\\"400\\\" height=\\\"250\\\" style=\\\"border:0;\\\" allowfullscreen=\\\"\\\" loading=\\\"lazy\\\" referrerpolicy=\\\"no-referrer-when-downgrade\\\"></iframe>\\n<!-- /wp:shortcode -->\"\n            }\n        },\n        \"type\": \"option\",\n        \"user_id\": 2,\n        \"date_modified_gmt\": \"2022-12-13 14:47:10\"\n    }\n}',	'',	'',	'trash',	'closed',	'closed',	'',	'0993f8e1-c7c4-4c16-9a54-5c8e0d590351',	'',	'',	'2022-12-13 14:47:10',	'2022-12-13 14:47:10',	'',	0,	'https://blueroan.netgen.cloud/?p=895',	0,	'customize_changeset',	'',	0),
(896,	2,	'2022-12-13 14:52:08',	'2022-12-13 14:52:08',	'',	'AAEAAQAAAAAAAAAAAAAAJDkwZDA0NDg0LWIwNTctNGVlNy05Y2NjLWNjNDllODBmZTI3OA',	'',	'inherit',	'open',	'closed',	'',	'aaeaaqaaaaaaaaaaaaaajdkwzda0ndg0lwiwntctngvlny05y2njlwnjndllodbmzti3oa',	'',	'',	'2022-12-13 14:52:27',	'2022-12-13 14:52:27',	'',	761,	'https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAAJDkwZDA0NDg0LWIwNTctNGVlNy05Y2NjLWNjNDllODBmZTI3OA.png',	0,	'attachment',	'image/png',	0),
(898,	2,	'2022-12-13 14:52:30',	'2022-12-13 14:52:30',	'<!-- wp:uagb/container {\"block_id\":\"84201a34\",\"backgroundType\":\"image\",\"backgroundImageDesktop\":{\"id\":797,\"title\":\"blue-roan-guest-farm (13)\",\"filename\":\"blue-roan-guest-farm-13.jpg\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-13.jpg\",\"link\":\"https://blueroan.netgen.cloud/home/blue-roan-guest-farm-13/\",\"alt\":\"\",\"author\":\"2\",\"description\":\"\",\"caption\":\"\",\"name\":\"blue-roan-guest-farm-13\",\"status\":\"inherit\",\"uploadedTo\":760,\"date\":\"2022-12-13T09:37:10.000Z\",\"modified\":\"2022-12-13T09:37:10.000Z\",\"menuOrder\":0,\"mime\":\"image/jpeg\",\"type\":\"image\",\"subtype\":\"jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-includes/images/media/default.png\",\"dateFormatted\":\"December 13, 2022\",\"nonces\":{\"update\":\"88c7dafe15\",\"delete\":\"0e63c986af\",\"edit\":\"ba0aad2d7f\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=797\\u0026action=edit\",\"meta\":false,\"authorName\":\"Netgen Support\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/profile.php\",\"uploadedToTitle\":\"Home\",\"uploadedToLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=760\\u0026action=edit\",\"filesizeInBytes\":201183,\"filesizeHumanReadable\":\"196 KB\",\"context\":\"\",\"height\":667,\"width\":1000,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-13-150x150.jpg\",\"orientation\":\"landscape\"},\"medium\":{\"height\":200,\"width\":300,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-13-300x200.jpg\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-13.jpg\",\"height\":667,\"width\":1000,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"backgroundPositionDesktop\":{\"x\":0.62,\"y\":0.78},\"backgroundSizeTablet\":\"cover\",\"backgroundSizeMobile\":\"cover\",\"backgroundColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"backgroundImageColor\":\"rgba(42,42,42,0.5)\",\"topPaddingDesktop\":220,\"bottomPaddingDesktop\":150,\"topPaddingTablet\":170,\"bottomPaddingTablet\":160,\"leftPaddingTablet\":30,\"rightPaddingTablet\":30,\"topPaddingMobile\":180,\"bottomPaddingMobile\":80,\"leftPaddingMobile\":20,\"rightPaddingMobile\":20,\"paddingLink\":false,\"variationSelected\":true,\"isBlockRootParent\":true,\"overlayType\":\"color\"} -->\n<div class=\"wp-block-uagb-container uagb-block-84201a34 alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/advanced-heading {\"block_id\":\"16e0594a\",\"classMigrate\":true,\"headingDescToggle\":true,\"headingColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"subHeadingColor\":\"var(\\u002d\\u002dast-global-color-4)\",\"headingTag\":\"h1\",\"headSpace\":20,\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"blockTopPadding\":0,\"blockRightPadding\":50,\"blockLeftPadding\":0,\"blockBottomPadding\":0,\"blockTopPaddingTablet\":0,\"blockRightPaddingTablet\":20,\"blockLeftPaddingTablet\":0,\"blockBottomPaddingTablet\":0,\"blockTopPaddingMobile\":0,\"blockRightPaddingMobile\":0,\"blockLeftPaddingMobile\":0,\"blockBottomPaddingMobile\":0,\"blockPaddingUnit\":\"%\",\"blockPaddingUnitTablet\":\"%\"} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-16e0594a\"><h1 class=\"uagb-heading-text\">Rooms &amp; Accommodation​</h1><p class=\"uagb-desc-text\">If you are looking for a home away from home, even a place your dog can come along then take a closer look into the rooms we offer and pick the one for you.</p></div>\n<!-- /wp:uagb/advanced-heading --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"94555d8f\",\"backgroundType\":\"color\",\"backgroundSizeTablet\":\"cover\",\"backgroundSizeMobile\":\"cover\",\"backgroundColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"topPaddingDesktop\":120,\"bottomPaddingDesktop\":120,\"topPaddingTablet\":80,\"bottomPaddingTablet\":80,\"leftPaddingTablet\":30,\"rightPaddingTablet\":30,\"topPaddingMobile\":80,\"bottomPaddingMobile\":80,\"leftPaddingMobile\":20,\"rightPaddingMobile\":20,\"paddingLink\":false,\"variationSelected\":true,\"rowGapDesktop\":0,\"isBlockRootParent\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-94555d8f alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/container {\"block_id\":\"5200d365\",\"directionDesktop\":\"row\",\"alignItemsDesktop\":\"flex-end\",\"alignItemsTablet\":\"flex-end\",\"justifyContentDesktop\":\"flex-end\",\"justifyContentTablet\":\"space-between\",\"variationSelected\":true,\"rowGapMobile\":20,\"columnGapDesktop\":0} -->\n<div class=\"wp-block-uagb-container uagb-block-5200d365\"><!-- wp:uagb/advanced-heading {\"block_id\":\"9db07cef\",\"classMigrate\":true,\"headingDescToggle\":true,\"subHeadingColor\":\"\",\"headSpace\":20,\"subHeadFontSize\":16} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-9db07cef\"><h2 class=\"uagb-heading-text\">Come &amp; Stay With Us​</h2><p class=\"uagb-desc-text\">There are 7 excellent brick self-catering units available, each private and with a distinctive personality and theme. They are particularly made for pet-free or pet-owning couples looking for a romantic and serene setting to reconnect, celebrate special occasions, or simply unwind on a holiday.<br><br>We are pet-friendly by arrangement as each unit is separately fenced with its own grassy garden with a garden gate leading to the generous park area where pets can socialize. &nbsp;We also have lovely safe off-leash walking trails on our property and beyond. &nbsp;Our units are very luxurious with everything you would need and very homely and charming. Regrettably no children or group bookings.  </p></div>\n<!-- /wp:uagb/advanced-heading --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"ae860b20\",\"directionDesktop\":\"row\",\"alignItemsTablet\":\"flex-start\",\"justifyContentDesktop\":\"flex-start\",\"topMarginDesktop\":54,\"bottomMarginDesktop\":0,\"leftMarginDesktop\":0,\"rightMarginDesktop\":0,\"marginLink\":false,\"variationSelected\":true,\"rowGapMobile\":0,\"columnGapDesktop\":0} -->\n<div class=\"wp-block-uagb-container uagb-block-ae860b20\"><!-- wp:uagb/container {\"block_id\":\"8508c3bd\",\"widthDesktop\":50,\"bottomPaddingDesktop\":20,\"rightPaddingDesktop\":32,\"bottomPaddingTablet\":35,\"rightPaddingTablet\":15,\"bottomPaddingMobile\":65,\"paddingLink\":false,\"topMarginDesktop\":0,\"bottomMarginDesktop\":0,\"leftMarginDesktop\":5,\"rightMarginDesktop\":5,\"topMarginMobile\":0,\"bottomMarginMobile\":0,\"leftMarginMobile\":0,\"rightMarginMobile\":0,\"marginLink\":false,\"variationSelected\":true,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-8508c3bd\"><!-- wp:uagb/info-box {\"classMigrate\":true,\"headingAlign\":\"left\",\"headingColor\":\"\",\"subHeadingColor\":\"\",\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"source_type\":\"image\",\"block_id\":\"55f8ca7d\",\"ctaIcon\":\"\",\"ctaType\":\"text\",\"ctaText\":\"READ MORE\",\"ctaLinkColor\":\"var(\\u002d\\u002dast-global-color-0)\",\"ctaDecoration\":\"underline\",\"ctaFontSize\":12,\"ctaFontWeight\":\"600\",\"ctaLetterSpacing\":2,\"ctaBorderColor\":\"\",\"ctaBorderStyle\":\"\",\"ctaBorderWidth\":\"\",\"ctaBorderRadius\":\"\",\"iconBottomMargin\":30,\"iconImage\":{\"uploading\":false,\"date\":1670936674000,\"filename\":\"blue-roan-guest-farm-10.jpg\",\"menuOrder\":0,\"uploadedTo\":761,\"type\":\"image\",\"subtype\":\"jpeg\",\"id\":863,\"title\":\"blue-roan-guest-farm (10)\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-10.jpg\",\"link\":\"https://blueroan.netgen.cloud/accommodation/blue-roan-guest-farm-10/\",\"alt\":\"\",\"author\":\"2\",\"description\":\"\",\"caption\":\"\",\"name\":\"blue-roan-guest-farm-10\",\"status\":\"inherit\",\"modified\":1670936674000,\"mime\":\"image/jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-includes/images/media/default.png\",\"dateFormatted\":\"December 13, 2022\",\"nonces\":{\"update\":\"1a7491aa65\",\"delete\":\"dc6afaa89c\",\"edit\":\"7635ee35fb\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=863\\u0026action=edit\",\"meta\":false,\"authorName\":\"Netgen Support\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/profile.php\",\"uploadedToTitle\":\"Accommodation\",\"uploadedToLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=761\\u0026action=edit\",\"filesizeInBytes\":149768,\"filesizeHumanReadable\":\"146 KB\",\"context\":\"\",\"height\":667,\"width\":1000,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-10-150x150.jpg\",\"orientation\":\"landscape\"},\"medium\":{\"height\":200,\"width\":300,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-10-300x200.jpg\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-10.jpg\",\"height\":667,\"width\":1000,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"imageSize\":\"full\",\"imageWidth\":100,\"imageWidthMobile\":100,\"imageWidthTablet\":100,\"paddingBtnTop\":10,\"paddingBtnBottom\":10,\"paddingBtnLeft\":14,\"paddingBtnRight\":14,\"imageWidthUnit\":\"%\",\"imageWidthUnitTablet\":\"%\",\"imageWidthUnitMobile\":\"%\",\"subHeadTopMargin\":0,\"subHeadRightMargin\":40,\"subHeadLeftMargin\":0,\"subHeadMarginTopTablet\":0,\"subHeadMarginRightTablet\":0,\"subHeadTabletSpace\":20,\"subHeadMarginLeftTablet\":0,\"imgTagHeight\":66,\"imgTagWidth\":1000,\"btnBorderTopWidth\":1,\"btnBorderLeftWidth\":1,\"btnBorderRightWidth\":1,\"btnBorderBottomWidth\":1,\"btnBorderTopLeftRadius\":0,\"btnBorderTopRightRadius\":0,\"btnBorderBottomLeftRadius\":0,\"btnBorderBottomRightRadius\":0,\"btnBorderStyle\":\"solid\",\"btnBorderColor\":\"#333\"} -->\n<div class=\"wp-block-uagb-info-box uagb-block-55f8ca7d uagb-infobox__content-wrap  uagb-infobox-icon-above-title uagb-infobox-image-valign-top\"><div class=\"uagb-ifb-content\"><div class=\"uagb-ifb-image-content\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-10.jpg\" alt=\"\" width=\"100\" height=\"66\" loading=\"lazy\"/></div><div class=\"uagb-ifb-title-wrap\"><h3 class=\"uagb-ifb-title\">The Barn </h3></div><p class=\"uagb-ifb-desc\">Rustic beams and exposed wood are all hallmarks of our barn-style suite. This is an open-plan unit with lots of windows with a raised king bed on a platform that faces the TV and the mountains.</p><div class=\"uagb-ifb-button-wrapper wp-block-button\"><a href=\"\" target=\"_self\" class=\"uagb-infobox-cta-link uagb-disable-link\" rel=\"noopener noreferrer\" alt=\"\"><span class=\"uagb-inline-editing\">READ MORE</span></a></div></div></div>\n<!-- /wp:uagb/info-box --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"5da190ff\",\"widthDesktop\":50,\"bottomPaddingDesktop\":20,\"rightPaddingDesktop\":32,\"bottomPaddingTablet\":35,\"rightPaddingTablet\":15,\"bottomPaddingMobile\":65,\"paddingLink\":false,\"topMarginDesktop\":0,\"bottomMarginDesktop\":0,\"leftMarginDesktop\":5,\"rightMarginDesktop\":5,\"topMarginMobile\":0,\"bottomMarginMobile\":0,\"leftMarginMobile\":0,\"rightMarginMobile\":0,\"marginLink\":false,\"variationSelected\":true,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-5da190ff\"><!-- wp:uagb/info-box {\"classMigrate\":true,\"headingAlign\":\"left\",\"headingColor\":\"\",\"subHeadingColor\":\"\",\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"source_type\":\"image\",\"block_id\":\"ad7ac4ef\",\"ctaIcon\":\"\",\"ctaType\":\"text\",\"ctaText\":\"READ MORE\",\"ctaLinkColor\":\"var(\\u002d\\u002dast-global-color-0)\",\"ctaDecoration\":\"underline\",\"ctaFontSize\":12,\"ctaFontWeight\":\"600\",\"ctaLetterSpacing\":2,\"ctaBorderColor\":\"\",\"ctaBorderStyle\":\"\",\"ctaBorderWidth\":\"\",\"ctaBorderRadius\":\"\",\"iconBottomMargin\":30,\"iconImage\":{\"uploading\":false,\"date\":1670936842000,\"filename\":\"tuscan-suite-raised-bed-and-settee.jpg\",\"menuOrder\":0,\"uploadedTo\":761,\"type\":\"image\",\"subtype\":\"jpeg\",\"id\":864,\"title\":\"tuscan-suite-raised-bed-and-settee\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/tuscan-suite-raised-bed-and-settee.jpg\",\"link\":\"https://blueroan.netgen.cloud/accommodation/tuscan-suite-raised-bed-and-settee/\",\"alt\":\"\",\"author\":\"2\",\"description\":\"\",\"caption\":\"\",\"name\":\"tuscan-suite-raised-bed-and-settee\",\"status\":\"inherit\",\"modified\":1670936842000,\"mime\":\"image/jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-includes/images/media/default.png\",\"dateFormatted\":\"December 13, 2022\",\"nonces\":{\"update\":\"0624a4a01a\",\"delete\":\"9e8f0f7a5a\",\"edit\":\"087f94f2e5\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=864\\u0026action=edit\",\"meta\":false,\"authorName\":\"Netgen Support\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/profile.php\",\"uploadedToTitle\":\"Accommodation\",\"uploadedToLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=761\\u0026action=edit\",\"filesizeInBytes\":41923,\"filesizeHumanReadable\":\"41 KB\",\"context\":\"\",\"height\":400,\"width\":600,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/tuscan-suite-raised-bed-and-settee-150x150.jpg\",\"orientation\":\"landscape\"},\"medium\":{\"height\":200,\"width\":300,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/tuscan-suite-raised-bed-and-settee-300x200.jpg\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/tuscan-suite-raised-bed-and-settee.jpg\",\"height\":400,\"width\":600,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"imageSize\":\"full\",\"imageWidth\":100,\"imageWidthMobile\":100,\"imageWidthTablet\":100,\"paddingBtnTop\":10,\"paddingBtnBottom\":10,\"paddingBtnLeft\":14,\"paddingBtnRight\":14,\"imageWidthUnit\":\"%\",\"imageWidthUnitTablet\":\"%\",\"imageWidthUnitMobile\":\"%\",\"subHeadTopMargin\":0,\"subHeadRightMargin\":40,\"subHeadLeftMargin\":0,\"subHeadMarginTopTablet\":0,\"subHeadMarginRightTablet\":0,\"subHeadTabletSpace\":20,\"subHeadMarginLeftTablet\":0,\"imgTagHeight\":66,\"imgTagWidth\":600,\"btnBorderTopWidth\":1,\"btnBorderLeftWidth\":1,\"btnBorderRightWidth\":1,\"btnBorderBottomWidth\":1,\"btnBorderTopLeftRadius\":0,\"btnBorderTopRightRadius\":0,\"btnBorderBottomLeftRadius\":0,\"btnBorderBottomRightRadius\":0,\"btnBorderStyle\":\"solid\",\"btnBorderColor\":\"#333\"} -->\n<div class=\"wp-block-uagb-info-box uagb-block-ad7ac4ef uagb-infobox__content-wrap  uagb-infobox-icon-above-title uagb-infobox-image-valign-top\"><div class=\"uagb-ifb-content\"><div class=\"uagb-ifb-image-content\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/tuscan-suite-raised-bed-and-settee.jpg\" alt=\"\" width=\"100\" height=\"66\" loading=\"lazy\"/></div><div class=\"uagb-ifb-title-wrap\"><h3 class=\"uagb-ifb-title\">The Tuscan Suite </h3></div><p class=\"uagb-ifb-desc\">Terra-cotta tiles, textured wall treatments, gorgeous, intricate murals,&nbsp;and simple, durable furniture with elegant iron accents are all characteristics of Tuscan interior design.</p><div class=\"uagb-ifb-button-wrapper wp-block-button\"><a href=\"\" target=\"_self\" class=\"uagb-infobox-cta-link uagb-disable-link\" rel=\"noopener noreferrer\" alt=\"\"><span class=\"uagb-inline-editing\">READ MORE</span></a></div></div></div>\n<!-- /wp:uagb/info-box --></div>\n<!-- /wp:uagb/container --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"408451be\",\"directionDesktop\":\"row\",\"alignItemsTablet\":\"flex-start\",\"justifyContentDesktop\":\"flex-start\",\"topMarginDesktop\":54,\"bottomMarginDesktop\":0,\"leftMarginDesktop\":0,\"rightMarginDesktop\":0,\"topMarginMobile\":0,\"bottomMarginMobile\":0,\"leftMarginMobile\":0,\"rightMarginMobile\":0,\"marginLink\":false,\"variationSelected\":true,\"rowGapMobile\":0,\"columnGapDesktop\":0} -->\n<div class=\"wp-block-uagb-container uagb-block-408451be\"><!-- wp:uagb/container {\"block_id\":\"1748420a\",\"widthDesktop\":50,\"bottomPaddingDesktop\":20,\"rightPaddingDesktop\":32,\"bottomPaddingTablet\":35,\"leftPaddingTablet\":0,\"rightPaddingTablet\":15,\"bottomPaddingMobile\":65,\"paddingLink\":false,\"topMarginDesktop\":0,\"bottomMarginDesktop\":0,\"leftMarginDesktop\":5,\"rightMarginDesktop\":5,\"topMarginMobile\":0,\"bottomMarginMobile\":0,\"leftMarginMobile\":0,\"rightMarginMobile\":0,\"marginLink\":false,\"variationSelected\":true,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-1748420a\"><!-- wp:uagb/info-box {\"classMigrate\":true,\"headingAlign\":\"left\",\"headingColor\":\"\",\"subHeadingColor\":\"\",\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"source_type\":\"image\",\"block_id\":\"c19d54d2\",\"ctaIcon\":\"\",\"ctaType\":\"text\",\"ctaText\":\"READ MORE\",\"ctaLinkColor\":\"var(\\u002d\\u002dast-global-color-0)\",\"ctaDecoration\":\"underline\",\"ctaFontSize\":12,\"ctaFontWeight\":\"600\",\"ctaLetterSpacing\":2,\"ctaBorderColor\":\"\",\"ctaBorderStyle\":\"\",\"ctaBorderWidth\":\"\",\"ctaBorderRadius\":\"\",\"iconBottomMargin\":30,\"iconImage\":{\"uploading\":false,\"date\":1670938945000,\"filename\":\"bluebush-king-bed-and-spa-bath.png\",\"menuOrder\":0,\"uploadedTo\":761,\"type\":\"image\",\"subtype\":\"png\",\"id\":881,\"title\":\"bluebush-king-bed-and-spa-bath\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/bluebush-king-bed-and-spa-bath.png\",\"link\":\"https://blueroan.netgen.cloud/accommodation/bluebush-king-bed-and-spa-bath/\",\"alt\":\"\",\"author\":\"2\",\"description\":\"\",\"caption\":\"\",\"name\":\"bluebush-king-bed-and-spa-bath\",\"status\":\"inherit\",\"modified\":1670938945000,\"mime\":\"image/png\",\"icon\":\"https://blueroan.netgen.cloud/wp-includes/images/media/default.png\",\"dateFormatted\":\"December 13, 2022\",\"nonces\":{\"update\":\"e1c334788a\",\"delete\":\"b219c40b29\",\"edit\":\"273b944edc\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=881\\u0026action=edit\",\"meta\":false,\"authorName\":\"Netgen Support\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/profile.php\",\"uploadedToTitle\":\"Accommodation\",\"uploadedToLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=761\\u0026action=edit\",\"filesizeInBytes\":1195033,\"filesizeHumanReadable\":\"1 MB\",\"context\":\"\",\"height\":667,\"width\":1000,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/bluebush-king-bed-and-spa-bath-150x150.png\",\"orientation\":\"landscape\"},\"medium\":{\"height\":200,\"width\":300,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/bluebush-king-bed-and-spa-bath-300x200.png\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/bluebush-king-bed-and-spa-bath.png\",\"height\":667,\"width\":1000,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"imageSize\":\"full\",\"imageWidth\":100,\"imageWidthMobile\":100,\"imageWidthTablet\":100,\"paddingBtnTop\":10,\"paddingBtnBottom\":10,\"paddingBtnLeft\":14,\"paddingBtnRight\":14,\"imageWidthUnit\":\"%\",\"imageWidthUnitTablet\":\"%\",\"imageWidthUnitMobile\":\"%\",\"subHeadTopMargin\":0,\"subHeadRightMargin\":40,\"subHeadLeftMargin\":0,\"subHeadMarginTopTablet\":0,\"subHeadMarginRightTablet\":0,\"subHeadTabletSpace\":20,\"subHeadMarginLeftTablet\":0,\"imgTagHeight\":66,\"imgTagWidth\":1000,\"btnBorderTopWidth\":1,\"btnBorderLeftWidth\":1,\"btnBorderRightWidth\":1,\"btnBorderBottomWidth\":1,\"btnBorderTopLeftRadius\":0,\"btnBorderTopRightRadius\":0,\"btnBorderBottomLeftRadius\":0,\"btnBorderBottomRightRadius\":0,\"btnBorderStyle\":\"solid\",\"btnBorderColor\":\"#333\"} -->\n<div class=\"wp-block-uagb-info-box uagb-block-c19d54d2 uagb-infobox__content-wrap  uagb-infobox-icon-above-title uagb-infobox-image-valign-top\"><div class=\"uagb-ifb-content\"><div class=\"uagb-ifb-image-content\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/bluebush-king-bed-and-spa-bath.png\" alt=\"\" width=\"100\" height=\"66\" loading=\"lazy\"/></div><div class=\"uagb-ifb-title-wrap\"><h3 class=\"uagb-ifb-title\">The Bluebush </h3></div><p class=\"uagb-ifb-desc\">A warm and comforting suite with a very homely feeling. Settle in and relax like you would at home. Relax with a perfect corner-shaped spa bath and open-plan&nbsp;living area.</p><div class=\"uagb-ifb-button-wrapper wp-block-button\"><a href=\"\" target=\"_self\" class=\"uagb-infobox-cta-link uagb-disable-link\" rel=\"noopener noreferrer\" alt=\"\"><span class=\"uagb-inline-editing\">READ MORE</span></a></div></div></div>\n<!-- /wp:uagb/info-box --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"d0e38dec\",\"widthDesktop\":50,\"bottomPaddingDesktop\":20,\"rightPaddingDesktop\":32,\"bottomPaddingTablet\":35,\"rightPaddingTablet\":15,\"bottomPaddingMobile\":65,\"paddingLink\":false,\"topMarginDesktop\":0,\"bottomMarginDesktop\":0,\"leftMarginDesktop\":5,\"rightMarginDesktop\":5,\"topMarginMobile\":0,\"bottomMarginMobile\":0,\"leftMarginMobile\":0,\"rightMarginMobile\":0,\"marginLink\":false,\"variationSelected\":true,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-d0e38dec\"><!-- wp:uagb/info-box {\"classMigrate\":true,\"headingAlign\":\"left\",\"headingColor\":\"\",\"subHeadingColor\":\"\",\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"source_type\":\"image\",\"block_id\":\"9a99c61c\",\"ctaIcon\":\"\",\"ctaType\":\"text\",\"ctaText\":\"READ MORE\",\"ctaLinkColor\":\"var(\\u002d\\u002dast-global-color-0)\",\"ctaDecoration\":\"underline\",\"ctaFontSize\":12,\"ctaFontWeight\":\"600\",\"ctaLetterSpacing\":2,\"ctaBorderColor\":\"\",\"ctaBorderStyle\":\"\",\"ctaBorderWidth\":\"\",\"ctaBorderRadius\":\"\",\"iconBottomMargin\":30,\"iconImage\":{\"uploading\":false,\"date\":1670938831000,\"filename\":\"blue-roan-guest-farm-11.jpg\",\"menuOrder\":0,\"uploadedTo\":761,\"type\":\"image\",\"subtype\":\"jpeg\",\"id\":879,\"title\":\"blue-roan-guest-farm (11)\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-11.jpg\",\"link\":\"https://blueroan.netgen.cloud/accommodation/blue-roan-guest-farm-11/\",\"alt\":\"\",\"author\":\"2\",\"description\":\"\",\"caption\":\"\",\"name\":\"blue-roan-guest-farm-11\",\"status\":\"inherit\",\"modified\":1670938831000,\"mime\":\"image/jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-includes/images/media/default.png\",\"dateFormatted\":\"December 13, 2022\",\"nonces\":{\"update\":\"294125e9db\",\"delete\":\"1a7a578cdb\",\"edit\":\"79b313e573\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=879\\u0026action=edit\",\"meta\":false,\"authorName\":\"Netgen Support\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/profile.php\",\"uploadedToTitle\":\"Accommodation\",\"uploadedToLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=761\\u0026action=edit\",\"filesizeInBytes\":175055,\"filesizeHumanReadable\":\"171 KB\",\"context\":\"\",\"height\":667,\"width\":1000,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-11-150x150.jpg\",\"orientation\":\"landscape\"},\"medium\":{\"height\":200,\"width\":300,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-11-300x200.jpg\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-11.jpg\",\"height\":667,\"width\":1000,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"imageSize\":\"full\",\"imageWidth\":100,\"imageWidthMobile\":100,\"imageWidthTablet\":100,\"paddingBtnTop\":10,\"paddingBtnBottom\":10,\"paddingBtnLeft\":14,\"paddingBtnRight\":14,\"imageWidthUnit\":\"%\",\"imageWidthUnitTablet\":\"%\",\"imageWidthUnitMobile\":\"%\",\"subHeadTopMargin\":0,\"subHeadRightMargin\":40,\"subHeadLeftMargin\":0,\"subHeadMarginTopTablet\":0,\"subHeadMarginRightTablet\":0,\"subHeadTabletSpace\":20,\"subHeadMarginLeftTablet\":0,\"imgTagHeight\":66,\"imgTagWidth\":1000,\"btnBorderTopWidth\":1,\"btnBorderLeftWidth\":1,\"btnBorderRightWidth\":1,\"btnBorderBottomWidth\":1,\"btnBorderTopLeftRadius\":0,\"btnBorderTopRightRadius\":0,\"btnBorderBottomLeftRadius\":0,\"btnBorderBottomRightRadius\":0,\"btnBorderStyle\":\"solid\",\"btnBorderColor\":\"#333\"} -->\n<div class=\"wp-block-uagb-info-box uagb-block-9a99c61c uagb-infobox__content-wrap  uagb-infobox-icon-above-title uagb-infobox-image-valign-top\"><div class=\"uagb-ifb-content\"><div class=\"uagb-ifb-image-content\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-11.jpg\" alt=\"\" width=\"100\" height=\"66\" loading=\"lazy\"/></div><div class=\"uagb-ifb-title-wrap\"><h3 class=\"uagb-ifb-title\">The Mexican Loft </h3></div><p class=\"uagb-ifb-desc\">This Mexican-inspired unit is full of bold colors and rustic furnishings. This design style has a multifarious feel, mixing rustic wood, authentic art, textiles, and a vivid palette of color</p><div class=\"uagb-ifb-button-wrapper wp-block-button\"><a href=\"\" target=\"_self\" class=\"uagb-infobox-cta-link uagb-disable-link\" rel=\"noopener noreferrer\" alt=\"\"><span class=\"uagb-inline-editing\">READ MORE</span></a></div></div></div>\n<!-- /wp:uagb/info-box --></div>\n<!-- /wp:uagb/container --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"9a6b475a\",\"directionDesktop\":\"row\",\"justifyContentDesktop\":\"flex-start\",\"topMarginDesktop\":54,\"bottomMarginDesktop\":0,\"leftMarginDesktop\":0,\"rightMarginDesktop\":0,\"topMarginMobile\":0,\"bottomMarginMobile\":0,\"leftMarginMobile\":0,\"rightMarginMobile\":0,\"marginLink\":false,\"variationSelected\":true,\"rowGapMobile\":0,\"columnGapDesktop\":0} -->\n<div class=\"wp-block-uagb-container uagb-block-9a6b475a\"><!-- wp:uagb/container {\"block_id\":\"55e06ae8\",\"widthDesktop\":50,\"bottomPaddingDesktop\":20,\"rightPaddingDesktop\":32,\"bottomPaddingTablet\":35,\"rightPaddingTablet\":15,\"bottomPaddingMobile\":65,\"paddingLink\":false,\"topMarginDesktop\":0,\"bottomMarginDesktop\":0,\"leftMarginDesktop\":5,\"rightMarginDesktop\":5,\"topMarginMobile\":0,\"bottomMarginMobile\":0,\"leftMarginMobile\":0,\"rightMarginMobile\":0,\"marginLink\":false,\"variationSelected\":true,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-55e06ae8\"><!-- wp:uagb/info-box {\"classMigrate\":true,\"headingAlign\":\"left\",\"headingColor\":\"\",\"subHeadingColor\":\"\",\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"source_type\":\"image\",\"block_id\":\"213eca6f\",\"ctaIcon\":\"\",\"ctaType\":\"text\",\"ctaText\":\"READ MORE\",\"ctaLinkColor\":\"var(\\u002d\\u002dast-global-color-0)\",\"ctaDecoration\":\"underline\",\"ctaFontSize\":12,\"ctaFontWeight\":\"600\",\"ctaLetterSpacing\":2,\"ctaBorderColor\":\"\",\"ctaBorderStyle\":\"\",\"ctaBorderWidth\":\"\",\"ctaBorderRadius\":\"\",\"iconBottomMargin\":30,\"iconImage\":{\"uploading\":false,\"date\":1670939381000,\"filename\":\"acacia-lounge.jpg\",\"menuOrder\":0,\"uploadedTo\":761,\"type\":\"image\",\"subtype\":\"jpeg\",\"id\":885,\"title\":\"acacia-lounge\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/acacia-lounge.jpg\",\"link\":\"https://blueroan.netgen.cloud/accommodation/acacia-lounge/\",\"alt\":\"\",\"author\":\"2\",\"description\":\"\",\"caption\":\"\",\"name\":\"acacia-lounge\",\"status\":\"inherit\",\"modified\":1670939381000,\"mime\":\"image/jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-includes/images/media/default.png\",\"dateFormatted\":\"December 13, 2022\",\"nonces\":{\"update\":\"17e284dc72\",\"delete\":\"0967fb8415\",\"edit\":\"99ac1eb1a8\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=885\\u0026action=edit\",\"meta\":false,\"authorName\":\"Netgen Support\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/profile.php\",\"uploadedToTitle\":\"Accommodation\",\"uploadedToLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=761\\u0026action=edit\",\"filesizeInBytes\":37270,\"filesizeHumanReadable\":\"36 KB\",\"context\":\"\",\"height\":400,\"width\":600,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/acacia-lounge-150x150.jpg\",\"orientation\":\"landscape\"},\"medium\":{\"height\":200,\"width\":300,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/acacia-lounge-300x200.jpg\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/acacia-lounge.jpg\",\"height\":400,\"width\":600,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"imageSize\":\"full\",\"imageWidth\":100,\"imageWidthMobile\":100,\"imageWidthTablet\":100,\"paddingBtnTop\":10,\"paddingBtnBottom\":10,\"paddingBtnLeft\":14,\"paddingBtnRight\":14,\"imageWidthUnit\":\"%\",\"imageWidthUnitTablet\":\"%\",\"imageWidthUnitMobile\":\"%\",\"subHeadTopMargin\":0,\"subHeadRightMargin\":40,\"subHeadLeftMargin\":0,\"subHeadMarginTopTablet\":0,\"subHeadMarginRightTablet\":0,\"subHeadTabletSpace\":20,\"subHeadMarginLeftTablet\":0,\"imgTagHeight\":66,\"imgTagWidth\":600,\"btnBorderTopWidth\":1,\"btnBorderLeftWidth\":1,\"btnBorderRightWidth\":1,\"btnBorderBottomWidth\":1,\"btnBorderTopLeftRadius\":0,\"btnBorderTopRightRadius\":0,\"btnBorderBottomLeftRadius\":0,\"btnBorderBottomRightRadius\":0,\"btnBorderStyle\":\"solid\",\"btnBorderColor\":\"#333\"} -->\n<div class=\"wp-block-uagb-info-box uagb-block-213eca6f uagb-infobox__content-wrap  uagb-infobox-icon-above-title uagb-infobox-image-valign-top\"><div class=\"uagb-ifb-content\"><div class=\"uagb-ifb-image-content\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/acacia-lounge.jpg\" alt=\"\" width=\"100\" height=\"66\" loading=\"lazy\"/></div><div class=\"uagb-ifb-title-wrap\"><h3 class=\"uagb-ifb-title\">The Acacia </h3></div><p class=\"uagb-ifb-desc\">The largest unit we have named after the Acacia tree. This suite is rugged and rustic and has a spacious open plan living area opening onto a covered patio with a brick braai area. </p><div class=\"uagb-ifb-button-wrapper wp-block-button\"><a href=\"\" target=\"_self\" class=\"uagb-infobox-cta-link uagb-disable-link\" rel=\"noopener noreferrer\" alt=\"\"><span class=\"uagb-inline-editing\">READ MORE</span></a></div></div></div>\n<!-- /wp:uagb/info-box --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"75cb4375\",\"widthDesktop\":50,\"bottomPaddingDesktop\":20,\"rightPaddingDesktop\":32,\"bottomPaddingTablet\":35,\"rightPaddingTablet\":15,\"paddingLink\":false,\"topMarginDesktop\":0,\"bottomMarginDesktop\":0,\"leftMarginDesktop\":5,\"rightMarginDesktop\":5,\"topMarginMobile\":0,\"bottomMarginMobile\":0,\"leftMarginMobile\":0,\"rightMarginMobile\":0,\"marginLink\":false,\"variationSelected\":true,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-75cb4375\"><!-- wp:uagb/info-box {\"classMigrate\":true,\"headingAlign\":\"left\",\"headingColor\":\"\",\"subHeadingColor\":\"\",\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"source_type\":\"image\",\"block_id\":\"eb6396d0\",\"ctaIcon\":\"\",\"ctaType\":\"text\",\"ctaText\":\"READ MORE\",\"ctaLinkColor\":\"var(\\u002d\\u002dast-global-color-0)\",\"ctaDecoration\":\"underline\",\"ctaFontSize\":12,\"ctaFontWeight\":\"600\",\"ctaLetterSpacing\":2,\"ctaBorderColor\":\"\",\"ctaBorderStyle\":\"\",\"ctaBorderWidth\":\"\",\"ctaBorderRadius\":\"\",\"iconBottomMargin\":30,\"iconImage\":{\"id\":290,\"title\":\"room-6\",\"filename\":\"room-6.jpg\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/room-6.jpg\",\"link\":\"https://blueroan.netgen.cloud/room-6/\",\"alt\":\"\",\"author\":\"34\",\"description\":\"\",\"caption\":\"\",\"name\":\"room-6\",\"status\":\"inherit\",\"uploadedTo\":0,\"date\":\"2021-05-11T12:42:24.000Z\",\"modified\":\"2021-05-11T12:42:24.000Z\",\"menuOrder\":0,\"mime\":\"image/jpeg\",\"type\":\"image\",\"subtype\":\"jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/default.png\",\"dateFormatted\":\"May 11, 2021\",\"nonces\":{\"update\":\"ca0f21bc6b\",\"delete\":\"aeb89ca3d4\",\"edit\":\"4be159def3\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=290\\u0026action=edit\",\"meta\":false,\"authorName\":\"Rishabh\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/user-edit.php?user_id=34\",\"filesizeInBytes\":50081,\"filesizeHumanReadable\":\"49 KB\",\"context\":\"\",\"height\":400,\"width\":600,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/room-6-150x150.jpg\",\"orientation\":\"landscape\"},\"medium\":{\"height\":200,\"width\":300,\"url\":\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/room-6-300x200.jpg\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/room-6.jpg\",\"height\":400,\"width\":600,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"imageSize\":\"full\",\"imageWidth\":100,\"imageWidthMobile\":100,\"imageWidthTablet\":100,\"paddingBtnTop\":10,\"paddingBtnBottom\":10,\"paddingBtnLeft\":14,\"paddingBtnRight\":14,\"imageWidthUnit\":\"%\",\"imageWidthUnitTablet\":\"%\",\"imageWidthUnitMobile\":\"%\",\"subHeadTopMargin\":0,\"subHeadRightMargin\":40,\"subHeadLeftMargin\":0,\"subHeadMarginTopTablet\":0,\"subHeadMarginRightTablet\":0,\"subHeadTabletSpace\":20,\"subHeadMarginLeftTablet\":0,\"imgTagHeight\":66,\"imgTagWidth\":600,\"btnBorderTopWidth\":1,\"btnBorderLeftWidth\":1,\"btnBorderRightWidth\":1,\"btnBorderBottomWidth\":1,\"btnBorderTopLeftRadius\":0,\"btnBorderTopRightRadius\":0,\"btnBorderBottomLeftRadius\":0,\"btnBorderBottomRightRadius\":0,\"btnBorderStyle\":\"solid\",\"btnBorderColor\":\"#333\"} -->\n<div class=\"wp-block-uagb-info-box uagb-block-eb6396d0 uagb-infobox__content-wrap  uagb-infobox-icon-above-title uagb-infobox-image-valign-top\"><div class=\"uagb-ifb-content\"><div class=\"uagb-ifb-image-content\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/room-6.jpg\" alt=\"\" width=\"100\" height=\"66\" loading=\"lazy\"/></div><div class=\"uagb-ifb-title-wrap\"><h3 class=\"uagb-ifb-title\">The Greek Villa </h3></div><p class=\"uagb-ifb-desc\">Designed like a Greek villa this Mediterranean style reflects a relaxed atmosphere with its dominant white walls and blue ceilings with lovely rustic furnishings</p><div class=\"uagb-ifb-button-wrapper wp-block-button\"><a href=\"\" target=\"_self\" class=\"uagb-infobox-cta-link uagb-disable-link\" rel=\"noopener noreferrer\" alt=\"\"><span class=\"uagb-inline-editing\">READ MORE</span></a></div></div></div>\n<!-- /wp:uagb/info-box --></div>\n<!-- /wp:uagb/container --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"a81c0947\",\"directionDesktop\":\"row\",\"justifyContentDesktop\":\"flex-start\",\"topMarginDesktop\":54,\"bottomMarginDesktop\":0,\"leftMarginDesktop\":0,\"rightMarginDesktop\":0,\"topMarginMobile\":0,\"bottomMarginMobile\":0,\"leftMarginMobile\":0,\"rightMarginMobile\":0,\"marginLink\":false,\"variationSelected\":true,\"rowGapMobile\":0,\"columnGapDesktop\":0} -->\n<div class=\"wp-block-uagb-container uagb-block-a81c0947\"><!-- wp:uagb/container {\"block_id\":\"5ccd0426\",\"widthDesktop\":50,\"bottomPaddingDesktop\":20,\"rightPaddingDesktop\":32,\"bottomPaddingTablet\":35,\"rightPaddingTablet\":15,\"bottomPaddingMobile\":65,\"paddingLink\":false,\"topMarginDesktop\":0,\"bottomMarginDesktop\":0,\"leftMarginDesktop\":5,\"rightMarginDesktop\":5,\"topMarginMobile\":0,\"bottomMarginMobile\":0,\"leftMarginMobile\":0,\"rightMarginMobile\":0,\"marginLink\":false,\"variationSelected\":true,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-5ccd0426\"><!-- wp:uagb/info-box {\"classMigrate\":true,\"headingAlign\":\"left\",\"headingColor\":\"\",\"subHeadingColor\":\"\",\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"source_type\":\"image\",\"block_id\":\"9b1c6bc2\",\"ctaIcon\":\"\",\"ctaType\":\"text\",\"ctaText\":\"READ MORE\",\"ctaLinkColor\":\"var(\\u002d\\u002dast-global-color-0)\",\"ctaDecoration\":\"underline\",\"ctaFontSize\":12,\"ctaFontWeight\":\"600\",\"ctaLetterSpacing\":2,\"ctaBorderColor\":\"\",\"ctaBorderStyle\":\"\",\"ctaBorderWidth\":\"\",\"ctaBorderRadius\":\"\",\"iconBottomMargin\":30,\"iconImage\":{\"uploading\":false,\"date\":1670943128000,\"filename\":\"AAEAAQAAAAAAAAAAAAAAJDkwZDA0NDg0LWIwNTctNGVlNy05Y2NjLWNjNDllODBmZTI3OA.png\",\"menuOrder\":0,\"uploadedTo\":761,\"type\":\"image\",\"subtype\":\"png\",\"id\":896,\"title\":\"AAEAAQAAAAAAAAAAAAAAJDkwZDA0NDg0LWIwNTctNGVlNy05Y2NjLWNjNDllODBmZTI3OA\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAAJDkwZDA0NDg0LWIwNTctNGVlNy05Y2NjLWNjNDllODBmZTI3OA.png\",\"link\":\"https://blueroan.netgen.cloud/accommodation/aaeaaqaaaaaaaaaaaaaajdkwzda0ndg0lwiwntctngvlny05y2njlwnjndllodbmzti3oa/\",\"alt\":\"Honeymoon suite bedroom \",\"author\":\"2\",\"description\":\"\",\"caption\":\"\",\"name\":\"aaeaaqaaaaaaaaaaaaaajdkwzda0ndg0lwiwntctngvlny05y2njlwnjndllodbmzti3oa\",\"status\":\"inherit\",\"modified\":1670943128000,\"mime\":\"image/png\",\"icon\":\"https://blueroan.netgen.cloud/wp-includes/images/media/default.png\",\"dateFormatted\":\"December 13, 2022\",\"nonces\":{\"update\":\"ef5e68588c\",\"delete\":\"c4dba1213a\",\"edit\":\"aea99f65e2\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=896\\u0026action=edit\",\"meta\":false,\"authorName\":\"Netgen Support\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/profile.php\",\"uploadedToTitle\":\"Accommodation\",\"uploadedToLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=761\\u0026action=edit\",\"filesizeInBytes\":1088370,\"filesizeHumanReadable\":\"1 MB\",\"context\":\"\",\"height\":861,\"width\":1300,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAAJDkwZDA0NDg0LWIwNTctNGVlNy05Y2NjLWNjNDllODBmZTI3OA-150x150.png\",\"orientation\":\"landscape\"},\"medium\":{\"height\":199,\"width\":300,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAAJDkwZDA0NDg0LWIwNTctNGVlNy05Y2NjLWNjNDllODBmZTI3OA-300x199.png\",\"orientation\":\"landscape\"},\"large\":{\"height\":678,\"width\":1024,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAAJDkwZDA0NDg0LWIwNTctNGVlNy05Y2NjLWNjNDllODBmZTI3OA-1024x678.png\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAAJDkwZDA0NDg0LWIwNTctNGVlNy05Y2NjLWNjNDllODBmZTI3OA.png\",\"height\":861,\"width\":1300,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"imageSize\":\"full\",\"imageWidth\":100,\"imageWidthMobile\":100,\"imageWidthTablet\":100,\"paddingBtnTop\":10,\"paddingBtnBottom\":10,\"paddingBtnLeft\":14,\"paddingBtnRight\":14,\"imageWidthUnit\":\"%\",\"imageWidthUnitTablet\":\"%\",\"imageWidthUnitMobile\":\"%\",\"subHeadTopMargin\":0,\"subHeadRightMargin\":40,\"subHeadLeftMargin\":0,\"subHeadMarginTopTablet\":0,\"subHeadMarginRightTablet\":0,\"subHeadTabletSpace\":20,\"subHeadMarginLeftTablet\":0,\"imgTagHeight\":66,\"imgTagWidth\":1300,\"btnBorderTopWidth\":1,\"btnBorderLeftWidth\":1,\"btnBorderRightWidth\":1,\"btnBorderBottomWidth\":1,\"btnBorderTopLeftRadius\":0,\"btnBorderTopRightRadius\":0,\"btnBorderBottomLeftRadius\":0,\"btnBorderBottomRightRadius\":0,\"btnBorderStyle\":\"solid\",\"btnBorderColor\":\"#333\"} -->\n<div class=\"wp-block-uagb-info-box uagb-block-9b1c6bc2 uagb-infobox__content-wrap  uagb-infobox-icon-above-title uagb-infobox-image-valign-top\"><div class=\"uagb-ifb-content\"><div class=\"uagb-ifb-image-content\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAAJDkwZDA0NDg0LWIwNTctNGVlNy05Y2NjLWNjNDllODBmZTI3OA.png\" alt=\"Honeymoon suite bedroom \" width=\"100\" height=\"66\" loading=\"lazy\"/></div><div class=\"uagb-ifb-title-wrap\"><h3 class=\"uagb-ifb-title\">The Honeymoon suite</h3></div><p class=\"uagb-ifb-desc\">This&nbsp;<a href=\"https://www.collinsdictionary.com/dictionary/english/suite\">suite</a>&nbsp;is perfect for couples - This is an open-plan unit attached to the side of the main house, completely private with its own entrance, own garden, and carport.&nbsp;</p><div class=\"uagb-ifb-button-wrapper wp-block-button\"><a href=\"\" target=\"_self\" class=\"uagb-infobox-cta-link uagb-disable-link\" rel=\"noopener noreferrer\" alt=\"\"><span class=\"uagb-inline-editing\">READ MORE</span></a></div></div></div>\n<!-- /wp:uagb/info-box --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"c2038ae4\",\"widthDesktop\":50,\"bottomPaddingDesktop\":20,\"rightPaddingDesktop\":32,\"bottomPaddingTablet\":35,\"rightPaddingTablet\":15,\"paddingLink\":false,\"topMarginDesktop\":0,\"bottomMarginDesktop\":0,\"leftMarginDesktop\":5,\"rightMarginDesktop\":5,\"topMarginMobile\":0,\"bottomMarginMobile\":0,\"leftMarginMobile\":0,\"rightMarginMobile\":0,\"marginLink\":false,\"variationSelected\":true,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-c2038ae4\"></div>\n<!-- /wp:uagb/container --></div>\n<!-- /wp:uagb/container --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"161aed35\",\"innerContentCustomWidthDesktop\":781,\"innerContentCustomWidthTablet\":781,\"backgroundType\":\"image\",\"backgroundImageDesktop\":{\"id\":54,\"title\":\"background-img\",\"filename\":\"background-img-1.jpg\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/background-img-1.jpg\",\"link\":\"https://blueroan.netgen.cloud/background-img-2/\",\"alt\":\"\",\"author\":\"34\",\"description\":\"\",\"caption\":\"\",\"name\":\"background-img-2\",\"status\":\"inherit\",\"uploadedTo\":0,\"date\":\"2021-05-07T10:11:37.000Z\",\"modified\":\"2021-05-07T10:11:37.000Z\",\"menuOrder\":0,\"mime\":\"image/jpeg\",\"type\":\"image\",\"subtype\":\"jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/default.png\",\"dateFormatted\":\"May 7, 2021\",\"nonces\":{\"update\":\"bb999636b9\",\"delete\":\"d2e1375bc4\",\"edit\":\"005dd2f0c9\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=54\\u0026action=edit\",\"meta\":false,\"authorName\":\"Rishabh\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/user-edit.php?user_id=34\",\"filesizeInBytes\":338858,\"filesizeHumanReadable\":\"331 KB\",\"context\":\"\",\"height\":1080,\"width\":1920,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/background-img-1-150x150.jpg\",\"orientation\":\"landscape\"},\"medium\":{\"height\":169,\"width\":300,\"url\":\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/background-img-1-300x169.jpg\",\"orientation\":\"landscape\"},\"large\":{\"height\":576,\"width\":1024,\"url\":\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/background-img-1-1024x576.jpg\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/background-img-1.jpg\",\"height\":1080,\"width\":1920,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"backgroundImageColor\":\"rgba(42,42,42,0.65)\",\"topPaddingDesktop\":144,\"bottomPaddingDesktop\":144,\"leftPaddingDesktop\":40,\"rightPaddingDesktop\":40,\"topPaddingTablet\":80,\"bottomPaddingTablet\":80,\"leftPaddingTablet\":40,\"rightPaddingTablet\":40,\"topPaddingMobile\":64,\"bottomPaddingMobile\":64,\"leftPaddingMobile\":24,\"rightPaddingMobile\":24,\"paddingLink\":false,\"variationSelected\":true,\"isBlockRootParent\":true,\"overlayType\":\"color\"} -->\n<div class=\"wp-block-uagb-container uagb-block-161aed35 alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/advanced-heading {\"block_id\":\"82ae1377\",\"classMigrate\":true,\"headingDescToggle\":true,\"headingAlign\":\"center\",\"headingColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"subHeadingColor\":\"var(\\u002d\\u002dast-global-color-4)\",\"headSpace\":20} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-82ae1377\"><h2 class=\"uagb-heading-text\">Plan an Unforgettable Experience in Mykonos Today!</h2><p class=\"uagb-desc-text\">We can help you fit your stay and experience within your allotted budget.</p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/advanced-heading {\"block_id\":\"0ab15f96\",\"classMigrate\":true,\"headingTitleToggle\":false,\"headingDescToggle\":true,\"headingAlign\":\"center\",\"subHeadingColor\":\"var(\\u002d\\u002dast-global-color-4)\",\"subHeadTransform\":\"uppercase\",\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"subHeadLetterSpacing\":2,\"blockTopPadding\":60,\"blockRightPadding\":0,\"blockLeftPadding\":0,\"blockBottomPadding\":0,\"blockTopPaddingMobile\":30,\"blockRightPaddingMobile\":0,\"blockLeftPaddingMobile\":0,\"blockBottomPaddingMobile\":0} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-0ab15f96\"><p class=\"uagb-desc-text\">BOOK YOUR STAY NOW​</p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/icon-list {\"block_id\":\"f9c1d793\",\"classMigrate\":true,\"childMigrate\":true,\"align\":\"center\",\"parentIcon\":\"phone\",\"size\":40,\"sizeMobile\":24,\"sizeTablet\":32,\"fontSize\":48,\"fontSizeMobile\":28,\"fontSizeTablet\":40,\"fontWeight\":\"600\",\"iconColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"labelColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"blockTopPadding\":0,\"blockRightPadding\":0,\"blockLeftPadding\":0,\"blockBottomPadding\":24,\"blockPaddingLink\":false} -->\n<div class=\"wp-block-uagb-icon-list uagb-block-f9c1d793\"><div class=\"uagb-icon-list__wrap\"><!-- wp:uagb/icon-list-child {\"block_id\":\"2b662267\",\"label\":\"+1-123 456 7890​\",\"label_color\":\"\",\"fromParentIcon\":\"phone\",\"imageSizeChild\":40} -->\n<div class=\"wp-block-uagb-icon-list-child uagb-block-2b662267\"><span class=\"uagb-icon-list__source-wrap\"><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M511.2 387l-23.25 100.8c-3.266 14.25-15.79 24.22-30.46 24.22C205.2 512 0 306.8 0 54.5c0-14.66 9.969-27.2 24.22-30.45l100.8-23.25C139.7-2.602 154.7 5.018 160.8 18.92l46.52 108.5c5.438 12.78 1.77 27.67-8.98 36.45L144.5 207.1c33.98 69.22 90.26 125.5 159.5 159.5l44.08-53.8c8.688-10.78 23.69-14.51 36.47-8.975l108.5 46.51C506.1 357.2 514.6 372.4 511.2 387z\"></path></svg></span><span class=\"uagb-icon-list__label\">+1-123 456 7890​</span></div>\n<!-- /wp:uagb/icon-list-child --></div></div>\n<!-- /wp:uagb/icon-list --></div></div>\n<!-- /wp:uagb/container -->',	'Accommodation',	'',	'inherit',	'closed',	'closed',	'',	'761-revision-v1',	'',	'',	'2022-12-13 14:52:30',	'2022-12-13 14:52:30',	'',	761,	'https://blueroan.netgen.cloud/?p=898',	0,	'revision',	'',	0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(899,	2,	'2022-12-13 14:54:31',	'2022-12-13 14:54:31',	'',	'AAEAAQAAAAAAAAAAAAAA39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba',	'',	'inherit',	'open',	'closed',	'',	'aaeaaqaaaaaaaaaaaaaa39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba',	'',	'',	'2022-12-13 14:54:31',	'2022-12-13 14:54:31',	'',	761,	'https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAA39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba.png',	0,	'attachment',	'image/png',	0),
(900,	2,	'2022-12-13 14:55:10',	'2022-12-13 14:55:10',	'<!-- wp:uagb/container {\"block_id\":\"84201a34\",\"backgroundType\":\"image\",\"backgroundImageDesktop\":{\"id\":797,\"title\":\"blue-roan-guest-farm (13)\",\"filename\":\"blue-roan-guest-farm-13.jpg\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-13.jpg\",\"link\":\"https://blueroan.netgen.cloud/home/blue-roan-guest-farm-13/\",\"alt\":\"\",\"author\":\"2\",\"description\":\"\",\"caption\":\"\",\"name\":\"blue-roan-guest-farm-13\",\"status\":\"inherit\",\"uploadedTo\":760,\"date\":\"2022-12-13T09:37:10.000Z\",\"modified\":\"2022-12-13T09:37:10.000Z\",\"menuOrder\":0,\"mime\":\"image/jpeg\",\"type\":\"image\",\"subtype\":\"jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-includes/images/media/default.png\",\"dateFormatted\":\"December 13, 2022\",\"nonces\":{\"update\":\"88c7dafe15\",\"delete\":\"0e63c986af\",\"edit\":\"ba0aad2d7f\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=797\\u0026action=edit\",\"meta\":false,\"authorName\":\"Netgen Support\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/profile.php\",\"uploadedToTitle\":\"Home\",\"uploadedToLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=760\\u0026action=edit\",\"filesizeInBytes\":201183,\"filesizeHumanReadable\":\"196 KB\",\"context\":\"\",\"height\":667,\"width\":1000,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-13-150x150.jpg\",\"orientation\":\"landscape\"},\"medium\":{\"height\":200,\"width\":300,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-13-300x200.jpg\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-13.jpg\",\"height\":667,\"width\":1000,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"backgroundPositionDesktop\":{\"x\":0.62,\"y\":0.78},\"backgroundSizeTablet\":\"cover\",\"backgroundSizeMobile\":\"cover\",\"backgroundColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"backgroundImageColor\":\"rgba(42,42,42,0.5)\",\"topPaddingDesktop\":220,\"bottomPaddingDesktop\":150,\"topPaddingTablet\":170,\"bottomPaddingTablet\":160,\"leftPaddingTablet\":30,\"rightPaddingTablet\":30,\"topPaddingMobile\":180,\"bottomPaddingMobile\":80,\"leftPaddingMobile\":20,\"rightPaddingMobile\":20,\"paddingLink\":false,\"variationSelected\":true,\"isBlockRootParent\":true,\"overlayType\":\"color\"} -->\n<div class=\"wp-block-uagb-container uagb-block-84201a34 alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/advanced-heading {\"block_id\":\"16e0594a\",\"classMigrate\":true,\"headingDescToggle\":true,\"headingColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"subHeadingColor\":\"var(\\u002d\\u002dast-global-color-4)\",\"headingTag\":\"h1\",\"headSpace\":20,\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"blockTopPadding\":0,\"blockRightPadding\":50,\"blockLeftPadding\":0,\"blockBottomPadding\":0,\"blockTopPaddingTablet\":0,\"blockRightPaddingTablet\":20,\"blockLeftPaddingTablet\":0,\"blockBottomPaddingTablet\":0,\"blockTopPaddingMobile\":0,\"blockRightPaddingMobile\":0,\"blockLeftPaddingMobile\":0,\"blockBottomPaddingMobile\":0,\"blockPaddingUnit\":\"%\",\"blockPaddingUnitTablet\":\"%\"} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-16e0594a\"><h1 class=\"uagb-heading-text\">Rooms &amp; Accommodation​</h1><p class=\"uagb-desc-text\">If you are looking for a home away from home, even a place your dog can come along then take a closer look into the rooms we offer and pick the one for you.</p></div>\n<!-- /wp:uagb/advanced-heading --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"94555d8f\",\"backgroundType\":\"color\",\"backgroundSizeTablet\":\"cover\",\"backgroundSizeMobile\":\"cover\",\"backgroundColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"topPaddingDesktop\":120,\"bottomPaddingDesktop\":120,\"topPaddingTablet\":80,\"bottomPaddingTablet\":80,\"leftPaddingTablet\":30,\"rightPaddingTablet\":30,\"topPaddingMobile\":80,\"bottomPaddingMobile\":80,\"leftPaddingMobile\":20,\"rightPaddingMobile\":20,\"paddingLink\":false,\"variationSelected\":true,\"rowGapDesktop\":0,\"isBlockRootParent\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-94555d8f alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/container {\"block_id\":\"5200d365\",\"directionDesktop\":\"row\",\"alignItemsDesktop\":\"flex-end\",\"alignItemsTablet\":\"flex-end\",\"justifyContentDesktop\":\"flex-end\",\"justifyContentTablet\":\"space-between\",\"variationSelected\":true,\"rowGapMobile\":20,\"columnGapDesktop\":0} -->\n<div class=\"wp-block-uagb-container uagb-block-5200d365\"><!-- wp:uagb/advanced-heading {\"block_id\":\"9db07cef\",\"classMigrate\":true,\"headingDescToggle\":true,\"subHeadingColor\":\"\",\"headSpace\":20,\"subHeadFontSize\":16} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-9db07cef\"><h2 class=\"uagb-heading-text\">Come &amp; Stay With Us​</h2><p class=\"uagb-desc-text\">There are 7 excellent brick self-catering units available, each private and with a distinctive personality and theme. They are particularly made for pet-free or pet-owning couples looking for a romantic and serene setting to reconnect, celebrate special occasions, or simply unwind on a holiday.<br><br>We are pet-friendly by arrangement as each unit is separately fenced with its own grassy garden with a garden gate leading to the generous park area where pets can socialize. &nbsp;We also have lovely safe off-leash walking trails on our property and beyond. &nbsp;Our units are very luxurious with everything you would need and very homely and charming. Regrettably no children or group bookings.  </p></div>\n<!-- /wp:uagb/advanced-heading --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"ae860b20\",\"directionDesktop\":\"row\",\"alignItemsTablet\":\"flex-start\",\"justifyContentDesktop\":\"flex-start\",\"topMarginDesktop\":54,\"bottomMarginDesktop\":0,\"leftMarginDesktop\":0,\"rightMarginDesktop\":0,\"marginLink\":false,\"variationSelected\":true,\"rowGapMobile\":0,\"columnGapDesktop\":0} -->\n<div class=\"wp-block-uagb-container uagb-block-ae860b20\"><!-- wp:uagb/container {\"block_id\":\"8508c3bd\",\"widthDesktop\":50,\"bottomPaddingDesktop\":20,\"rightPaddingDesktop\":32,\"bottomPaddingTablet\":35,\"rightPaddingTablet\":15,\"bottomPaddingMobile\":65,\"paddingLink\":false,\"topMarginDesktop\":0,\"bottomMarginDesktop\":0,\"leftMarginDesktop\":5,\"rightMarginDesktop\":5,\"topMarginMobile\":0,\"bottomMarginMobile\":0,\"leftMarginMobile\":0,\"rightMarginMobile\":0,\"marginLink\":false,\"variationSelected\":true,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-8508c3bd\"><!-- wp:uagb/info-box {\"classMigrate\":true,\"headingAlign\":\"left\",\"headingColor\":\"\",\"subHeadingColor\":\"\",\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"source_type\":\"image\",\"block_id\":\"55f8ca7d\",\"ctaIcon\":\"\",\"ctaType\":\"text\",\"ctaText\":\"READ MORE\",\"ctaLinkColor\":\"var(\\u002d\\u002dast-global-color-0)\",\"ctaDecoration\":\"underline\",\"ctaFontSize\":12,\"ctaFontWeight\":\"600\",\"ctaLetterSpacing\":2,\"ctaBorderColor\":\"\",\"ctaBorderStyle\":\"\",\"ctaBorderWidth\":\"\",\"ctaBorderRadius\":\"\",\"iconBottomMargin\":30,\"iconImage\":{\"uploading\":false,\"date\":1670936674000,\"filename\":\"blue-roan-guest-farm-10.jpg\",\"menuOrder\":0,\"uploadedTo\":761,\"type\":\"image\",\"subtype\":\"jpeg\",\"id\":863,\"title\":\"blue-roan-guest-farm (10)\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-10.jpg\",\"link\":\"https://blueroan.netgen.cloud/accommodation/blue-roan-guest-farm-10/\",\"alt\":\"\",\"author\":\"2\",\"description\":\"\",\"caption\":\"\",\"name\":\"blue-roan-guest-farm-10\",\"status\":\"inherit\",\"modified\":1670936674000,\"mime\":\"image/jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-includes/images/media/default.png\",\"dateFormatted\":\"December 13, 2022\",\"nonces\":{\"update\":\"1a7491aa65\",\"delete\":\"dc6afaa89c\",\"edit\":\"7635ee35fb\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=863\\u0026action=edit\",\"meta\":false,\"authorName\":\"Netgen Support\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/profile.php\",\"uploadedToTitle\":\"Accommodation\",\"uploadedToLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=761\\u0026action=edit\",\"filesizeInBytes\":149768,\"filesizeHumanReadable\":\"146 KB\",\"context\":\"\",\"height\":667,\"width\":1000,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-10-150x150.jpg\",\"orientation\":\"landscape\"},\"medium\":{\"height\":200,\"width\":300,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-10-300x200.jpg\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-10.jpg\",\"height\":667,\"width\":1000,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"imageSize\":\"full\",\"imageWidth\":100,\"imageWidthMobile\":100,\"imageWidthTablet\":100,\"paddingBtnTop\":10,\"paddingBtnBottom\":10,\"paddingBtnLeft\":14,\"paddingBtnRight\":14,\"imageWidthUnit\":\"%\",\"imageWidthUnitTablet\":\"%\",\"imageWidthUnitMobile\":\"%\",\"subHeadTopMargin\":0,\"subHeadRightMargin\":40,\"subHeadLeftMargin\":0,\"subHeadMarginTopTablet\":0,\"subHeadMarginRightTablet\":0,\"subHeadTabletSpace\":20,\"subHeadMarginLeftTablet\":0,\"imgTagHeight\":66,\"imgTagWidth\":1000,\"btnBorderTopWidth\":1,\"btnBorderLeftWidth\":1,\"btnBorderRightWidth\":1,\"btnBorderBottomWidth\":1,\"btnBorderTopLeftRadius\":0,\"btnBorderTopRightRadius\":0,\"btnBorderBottomLeftRadius\":0,\"btnBorderBottomRightRadius\":0,\"btnBorderStyle\":\"solid\",\"btnBorderColor\":\"#333\"} -->\n<div class=\"wp-block-uagb-info-box uagb-block-55f8ca7d uagb-infobox__content-wrap  uagb-infobox-icon-above-title uagb-infobox-image-valign-top\"><div class=\"uagb-ifb-content\"><div class=\"uagb-ifb-image-content\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-10.jpg\" alt=\"\" width=\"100\" height=\"66\" loading=\"lazy\"/></div><div class=\"uagb-ifb-title-wrap\"><h3 class=\"uagb-ifb-title\">The Barn </h3></div><p class=\"uagb-ifb-desc\">Rustic beams and exposed wood are all hallmarks of our barn-style suite. This is an open-plan unit with lots of windows with a raised king bed on a platform that faces the TV and the mountains.</p><div class=\"uagb-ifb-button-wrapper wp-block-button\"><a href=\"\" target=\"_self\" class=\"uagb-infobox-cta-link uagb-disable-link\" rel=\"noopener noreferrer\" alt=\"\"><span class=\"uagb-inline-editing\">READ MORE</span></a></div></div></div>\n<!-- /wp:uagb/info-box --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"5da190ff\",\"widthDesktop\":50,\"bottomPaddingDesktop\":20,\"rightPaddingDesktop\":32,\"bottomPaddingTablet\":35,\"rightPaddingTablet\":15,\"bottomPaddingMobile\":65,\"paddingLink\":false,\"topMarginDesktop\":0,\"bottomMarginDesktop\":0,\"leftMarginDesktop\":5,\"rightMarginDesktop\":5,\"topMarginMobile\":0,\"bottomMarginMobile\":0,\"leftMarginMobile\":0,\"rightMarginMobile\":0,\"marginLink\":false,\"variationSelected\":true,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-5da190ff\"><!-- wp:uagb/info-box {\"classMigrate\":true,\"headingAlign\":\"left\",\"headingColor\":\"\",\"subHeadingColor\":\"\",\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"source_type\":\"image\",\"block_id\":\"ad7ac4ef\",\"ctaIcon\":\"\",\"ctaType\":\"text\",\"ctaText\":\"READ MORE\",\"ctaLinkColor\":\"var(\\u002d\\u002dast-global-color-0)\",\"ctaDecoration\":\"underline\",\"ctaFontSize\":12,\"ctaFontWeight\":\"600\",\"ctaLetterSpacing\":2,\"ctaBorderColor\":\"\",\"ctaBorderStyle\":\"\",\"ctaBorderWidth\":\"\",\"ctaBorderRadius\":\"\",\"iconBottomMargin\":30,\"iconImage\":{\"uploading\":false,\"date\":1670936842000,\"filename\":\"tuscan-suite-raised-bed-and-settee.jpg\",\"menuOrder\":0,\"uploadedTo\":761,\"type\":\"image\",\"subtype\":\"jpeg\",\"id\":864,\"title\":\"tuscan-suite-raised-bed-and-settee\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/tuscan-suite-raised-bed-and-settee.jpg\",\"link\":\"https://blueroan.netgen.cloud/accommodation/tuscan-suite-raised-bed-and-settee/\",\"alt\":\"\",\"author\":\"2\",\"description\":\"\",\"caption\":\"\",\"name\":\"tuscan-suite-raised-bed-and-settee\",\"status\":\"inherit\",\"modified\":1670936842000,\"mime\":\"image/jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-includes/images/media/default.png\",\"dateFormatted\":\"December 13, 2022\",\"nonces\":{\"update\":\"0624a4a01a\",\"delete\":\"9e8f0f7a5a\",\"edit\":\"087f94f2e5\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=864\\u0026action=edit\",\"meta\":false,\"authorName\":\"Netgen Support\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/profile.php\",\"uploadedToTitle\":\"Accommodation\",\"uploadedToLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=761\\u0026action=edit\",\"filesizeInBytes\":41923,\"filesizeHumanReadable\":\"41 KB\",\"context\":\"\",\"height\":400,\"width\":600,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/tuscan-suite-raised-bed-and-settee-150x150.jpg\",\"orientation\":\"landscape\"},\"medium\":{\"height\":200,\"width\":300,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/tuscan-suite-raised-bed-and-settee-300x200.jpg\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/tuscan-suite-raised-bed-and-settee.jpg\",\"height\":400,\"width\":600,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"imageSize\":\"full\",\"imageWidth\":100,\"imageWidthMobile\":100,\"imageWidthTablet\":100,\"paddingBtnTop\":10,\"paddingBtnBottom\":10,\"paddingBtnLeft\":14,\"paddingBtnRight\":14,\"imageWidthUnit\":\"%\",\"imageWidthUnitTablet\":\"%\",\"imageWidthUnitMobile\":\"%\",\"subHeadTopMargin\":0,\"subHeadRightMargin\":40,\"subHeadLeftMargin\":0,\"subHeadMarginTopTablet\":0,\"subHeadMarginRightTablet\":0,\"subHeadTabletSpace\":20,\"subHeadMarginLeftTablet\":0,\"imgTagHeight\":66,\"imgTagWidth\":600,\"btnBorderTopWidth\":1,\"btnBorderLeftWidth\":1,\"btnBorderRightWidth\":1,\"btnBorderBottomWidth\":1,\"btnBorderTopLeftRadius\":0,\"btnBorderTopRightRadius\":0,\"btnBorderBottomLeftRadius\":0,\"btnBorderBottomRightRadius\":0,\"btnBorderStyle\":\"solid\",\"btnBorderColor\":\"#333\"} -->\n<div class=\"wp-block-uagb-info-box uagb-block-ad7ac4ef uagb-infobox__content-wrap  uagb-infobox-icon-above-title uagb-infobox-image-valign-top\"><div class=\"uagb-ifb-content\"><div class=\"uagb-ifb-image-content\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/tuscan-suite-raised-bed-and-settee.jpg\" alt=\"\" width=\"100\" height=\"66\" loading=\"lazy\"/></div><div class=\"uagb-ifb-title-wrap\"><h3 class=\"uagb-ifb-title\">The Tuscan Suite </h3></div><p class=\"uagb-ifb-desc\">Terra-cotta tiles, textured wall treatments, gorgeous, intricate murals,&nbsp;and simple, durable furniture with elegant iron accents are all characteristics of Tuscan interior design.</p><div class=\"uagb-ifb-button-wrapper wp-block-button\"><a href=\"\" target=\"_self\" class=\"uagb-infobox-cta-link uagb-disable-link\" rel=\"noopener noreferrer\" alt=\"\"><span class=\"uagb-inline-editing\">READ MORE</span></a></div></div></div>\n<!-- /wp:uagb/info-box --></div>\n<!-- /wp:uagb/container --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"408451be\",\"directionDesktop\":\"row\",\"alignItemsTablet\":\"flex-start\",\"justifyContentDesktop\":\"flex-start\",\"topMarginDesktop\":54,\"bottomMarginDesktop\":0,\"leftMarginDesktop\":0,\"rightMarginDesktop\":0,\"topMarginMobile\":0,\"bottomMarginMobile\":0,\"leftMarginMobile\":0,\"rightMarginMobile\":0,\"marginLink\":false,\"variationSelected\":true,\"rowGapMobile\":0,\"columnGapDesktop\":0} -->\n<div class=\"wp-block-uagb-container uagb-block-408451be\"><!-- wp:uagb/container {\"block_id\":\"1748420a\",\"widthDesktop\":50,\"bottomPaddingDesktop\":20,\"rightPaddingDesktop\":32,\"bottomPaddingTablet\":35,\"leftPaddingTablet\":0,\"rightPaddingTablet\":15,\"bottomPaddingMobile\":65,\"paddingLink\":false,\"topMarginDesktop\":0,\"bottomMarginDesktop\":0,\"leftMarginDesktop\":5,\"rightMarginDesktop\":5,\"topMarginMobile\":0,\"bottomMarginMobile\":0,\"leftMarginMobile\":0,\"rightMarginMobile\":0,\"marginLink\":false,\"variationSelected\":true,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-1748420a\"><!-- wp:uagb/info-box {\"classMigrate\":true,\"headingAlign\":\"left\",\"headingColor\":\"\",\"subHeadingColor\":\"\",\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"source_type\":\"image\",\"block_id\":\"c19d54d2\",\"ctaIcon\":\"\",\"ctaType\":\"text\",\"ctaText\":\"READ MORE\",\"ctaLinkColor\":\"var(\\u002d\\u002dast-global-color-0)\",\"ctaDecoration\":\"underline\",\"ctaFontSize\":12,\"ctaFontWeight\":\"600\",\"ctaLetterSpacing\":2,\"ctaBorderColor\":\"\",\"ctaBorderStyle\":\"\",\"ctaBorderWidth\":\"\",\"ctaBorderRadius\":\"\",\"iconBottomMargin\":30,\"iconImage\":{\"uploading\":false,\"date\":1670938945000,\"filename\":\"bluebush-king-bed-and-spa-bath.png\",\"menuOrder\":0,\"uploadedTo\":761,\"type\":\"image\",\"subtype\":\"png\",\"id\":881,\"title\":\"bluebush-king-bed-and-spa-bath\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/bluebush-king-bed-and-spa-bath.png\",\"link\":\"https://blueroan.netgen.cloud/accommodation/bluebush-king-bed-and-spa-bath/\",\"alt\":\"\",\"author\":\"2\",\"description\":\"\",\"caption\":\"\",\"name\":\"bluebush-king-bed-and-spa-bath\",\"status\":\"inherit\",\"modified\":1670938945000,\"mime\":\"image/png\",\"icon\":\"https://blueroan.netgen.cloud/wp-includes/images/media/default.png\",\"dateFormatted\":\"December 13, 2022\",\"nonces\":{\"update\":\"e1c334788a\",\"delete\":\"b219c40b29\",\"edit\":\"273b944edc\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=881\\u0026action=edit\",\"meta\":false,\"authorName\":\"Netgen Support\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/profile.php\",\"uploadedToTitle\":\"Accommodation\",\"uploadedToLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=761\\u0026action=edit\",\"filesizeInBytes\":1195033,\"filesizeHumanReadable\":\"1 MB\",\"context\":\"\",\"height\":667,\"width\":1000,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/bluebush-king-bed-and-spa-bath-150x150.png\",\"orientation\":\"landscape\"},\"medium\":{\"height\":200,\"width\":300,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/bluebush-king-bed-and-spa-bath-300x200.png\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/bluebush-king-bed-and-spa-bath.png\",\"height\":667,\"width\":1000,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"imageSize\":\"full\",\"imageWidth\":100,\"imageWidthMobile\":100,\"imageWidthTablet\":100,\"paddingBtnTop\":10,\"paddingBtnBottom\":10,\"paddingBtnLeft\":14,\"paddingBtnRight\":14,\"imageWidthUnit\":\"%\",\"imageWidthUnitTablet\":\"%\",\"imageWidthUnitMobile\":\"%\",\"subHeadTopMargin\":0,\"subHeadRightMargin\":40,\"subHeadLeftMargin\":0,\"subHeadMarginTopTablet\":0,\"subHeadMarginRightTablet\":0,\"subHeadTabletSpace\":20,\"subHeadMarginLeftTablet\":0,\"imgTagHeight\":66,\"imgTagWidth\":1000,\"btnBorderTopWidth\":1,\"btnBorderLeftWidth\":1,\"btnBorderRightWidth\":1,\"btnBorderBottomWidth\":1,\"btnBorderTopLeftRadius\":0,\"btnBorderTopRightRadius\":0,\"btnBorderBottomLeftRadius\":0,\"btnBorderBottomRightRadius\":0,\"btnBorderStyle\":\"solid\",\"btnBorderColor\":\"#333\"} -->\n<div class=\"wp-block-uagb-info-box uagb-block-c19d54d2 uagb-infobox__content-wrap  uagb-infobox-icon-above-title uagb-infobox-image-valign-top\"><div class=\"uagb-ifb-content\"><div class=\"uagb-ifb-image-content\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/bluebush-king-bed-and-spa-bath.png\" alt=\"\" width=\"100\" height=\"66\" loading=\"lazy\"/></div><div class=\"uagb-ifb-title-wrap\"><h3 class=\"uagb-ifb-title\">The Bluebush </h3></div><p class=\"uagb-ifb-desc\">A warm and comforting suite with a very homely feeling. Settle in and relax like you would at home. Relax with a perfect corner-shaped spa bath and open-plan&nbsp;living area.</p><div class=\"uagb-ifb-button-wrapper wp-block-button\"><a href=\"\" target=\"_self\" class=\"uagb-infobox-cta-link uagb-disable-link\" rel=\"noopener noreferrer\" alt=\"\"><span class=\"uagb-inline-editing\">READ MORE</span></a></div></div></div>\n<!-- /wp:uagb/info-box --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"d0e38dec\",\"widthDesktop\":50,\"bottomPaddingDesktop\":20,\"rightPaddingDesktop\":32,\"bottomPaddingTablet\":35,\"rightPaddingTablet\":15,\"bottomPaddingMobile\":65,\"paddingLink\":false,\"topMarginDesktop\":0,\"bottomMarginDesktop\":0,\"leftMarginDesktop\":5,\"rightMarginDesktop\":5,\"topMarginMobile\":0,\"bottomMarginMobile\":0,\"leftMarginMobile\":0,\"rightMarginMobile\":0,\"marginLink\":false,\"variationSelected\":true,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-d0e38dec\"><!-- wp:uagb/info-box {\"classMigrate\":true,\"headingAlign\":\"left\",\"headingColor\":\"\",\"subHeadingColor\":\"\",\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"source_type\":\"image\",\"block_id\":\"9a99c61c\",\"ctaIcon\":\"\",\"ctaType\":\"text\",\"ctaText\":\"READ MORE\",\"ctaLinkColor\":\"var(\\u002d\\u002dast-global-color-0)\",\"ctaDecoration\":\"underline\",\"ctaFontSize\":12,\"ctaFontWeight\":\"600\",\"ctaLetterSpacing\":2,\"ctaBorderColor\":\"\",\"ctaBorderStyle\":\"\",\"ctaBorderWidth\":\"\",\"ctaBorderRadius\":\"\",\"iconBottomMargin\":30,\"iconImage\":{\"uploading\":false,\"date\":1670938831000,\"filename\":\"blue-roan-guest-farm-11.jpg\",\"menuOrder\":0,\"uploadedTo\":761,\"type\":\"image\",\"subtype\":\"jpeg\",\"id\":879,\"title\":\"blue-roan-guest-farm (11)\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-11.jpg\",\"link\":\"https://blueroan.netgen.cloud/accommodation/blue-roan-guest-farm-11/\",\"alt\":\"\",\"author\":\"2\",\"description\":\"\",\"caption\":\"\",\"name\":\"blue-roan-guest-farm-11\",\"status\":\"inherit\",\"modified\":1670938831000,\"mime\":\"image/jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-includes/images/media/default.png\",\"dateFormatted\":\"December 13, 2022\",\"nonces\":{\"update\":\"294125e9db\",\"delete\":\"1a7a578cdb\",\"edit\":\"79b313e573\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=879\\u0026action=edit\",\"meta\":false,\"authorName\":\"Netgen Support\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/profile.php\",\"uploadedToTitle\":\"Accommodation\",\"uploadedToLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=761\\u0026action=edit\",\"filesizeInBytes\":175055,\"filesizeHumanReadable\":\"171 KB\",\"context\":\"\",\"height\":667,\"width\":1000,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-11-150x150.jpg\",\"orientation\":\"landscape\"},\"medium\":{\"height\":200,\"width\":300,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-11-300x200.jpg\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-11.jpg\",\"height\":667,\"width\":1000,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"imageSize\":\"full\",\"imageWidth\":100,\"imageWidthMobile\":100,\"imageWidthTablet\":100,\"paddingBtnTop\":10,\"paddingBtnBottom\":10,\"paddingBtnLeft\":14,\"paddingBtnRight\":14,\"imageWidthUnit\":\"%\",\"imageWidthUnitTablet\":\"%\",\"imageWidthUnitMobile\":\"%\",\"subHeadTopMargin\":0,\"subHeadRightMargin\":40,\"subHeadLeftMargin\":0,\"subHeadMarginTopTablet\":0,\"subHeadMarginRightTablet\":0,\"subHeadTabletSpace\":20,\"subHeadMarginLeftTablet\":0,\"imgTagHeight\":66,\"imgTagWidth\":1000,\"btnBorderTopWidth\":1,\"btnBorderLeftWidth\":1,\"btnBorderRightWidth\":1,\"btnBorderBottomWidth\":1,\"btnBorderTopLeftRadius\":0,\"btnBorderTopRightRadius\":0,\"btnBorderBottomLeftRadius\":0,\"btnBorderBottomRightRadius\":0,\"btnBorderStyle\":\"solid\",\"btnBorderColor\":\"#333\"} -->\n<div class=\"wp-block-uagb-info-box uagb-block-9a99c61c uagb-infobox__content-wrap  uagb-infobox-icon-above-title uagb-infobox-image-valign-top\"><div class=\"uagb-ifb-content\"><div class=\"uagb-ifb-image-content\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-11.jpg\" alt=\"\" width=\"100\" height=\"66\" loading=\"lazy\"/></div><div class=\"uagb-ifb-title-wrap\"><h3 class=\"uagb-ifb-title\">The Mexican Loft </h3></div><p class=\"uagb-ifb-desc\">This Mexican-inspired unit is full of bold colors and rustic furnishings. This design style has a multifarious feel, mixing rustic wood, authentic art, textiles, and a vivid palette of color</p><div class=\"uagb-ifb-button-wrapper wp-block-button\"><a href=\"\" target=\"_self\" class=\"uagb-infobox-cta-link uagb-disable-link\" rel=\"noopener noreferrer\" alt=\"\"><span class=\"uagb-inline-editing\">READ MORE</span></a></div></div></div>\n<!-- /wp:uagb/info-box --></div>\n<!-- /wp:uagb/container --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"9a6b475a\",\"directionDesktop\":\"row\",\"justifyContentDesktop\":\"flex-start\",\"topMarginDesktop\":54,\"bottomMarginDesktop\":0,\"leftMarginDesktop\":0,\"rightMarginDesktop\":0,\"topMarginMobile\":0,\"bottomMarginMobile\":0,\"leftMarginMobile\":0,\"rightMarginMobile\":0,\"marginLink\":false,\"variationSelected\":true,\"rowGapMobile\":0,\"columnGapDesktop\":0} -->\n<div class=\"wp-block-uagb-container uagb-block-9a6b475a\"><!-- wp:uagb/container {\"block_id\":\"55e06ae8\",\"widthDesktop\":50,\"bottomPaddingDesktop\":20,\"rightPaddingDesktop\":32,\"bottomPaddingTablet\":35,\"rightPaddingTablet\":15,\"bottomPaddingMobile\":65,\"paddingLink\":false,\"topMarginDesktop\":0,\"bottomMarginDesktop\":0,\"leftMarginDesktop\":5,\"rightMarginDesktop\":5,\"topMarginMobile\":0,\"bottomMarginMobile\":0,\"leftMarginMobile\":0,\"rightMarginMobile\":0,\"marginLink\":false,\"variationSelected\":true,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-55e06ae8\"><!-- wp:uagb/info-box {\"classMigrate\":true,\"headingAlign\":\"left\",\"headingColor\":\"\",\"subHeadingColor\":\"\",\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"source_type\":\"image\",\"block_id\":\"213eca6f\",\"ctaIcon\":\"\",\"ctaType\":\"text\",\"ctaText\":\"READ MORE\",\"ctaLinkColor\":\"var(\\u002d\\u002dast-global-color-0)\",\"ctaDecoration\":\"underline\",\"ctaFontSize\":12,\"ctaFontWeight\":\"600\",\"ctaLetterSpacing\":2,\"ctaBorderColor\":\"\",\"ctaBorderStyle\":\"\",\"ctaBorderWidth\":\"\",\"ctaBorderRadius\":\"\",\"iconBottomMargin\":30,\"iconImage\":{\"uploading\":false,\"date\":1670939381000,\"filename\":\"acacia-lounge.jpg\",\"menuOrder\":0,\"uploadedTo\":761,\"type\":\"image\",\"subtype\":\"jpeg\",\"id\":885,\"title\":\"acacia-lounge\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/acacia-lounge.jpg\",\"link\":\"https://blueroan.netgen.cloud/accommodation/acacia-lounge/\",\"alt\":\"\",\"author\":\"2\",\"description\":\"\",\"caption\":\"\",\"name\":\"acacia-lounge\",\"status\":\"inherit\",\"modified\":1670939381000,\"mime\":\"image/jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-includes/images/media/default.png\",\"dateFormatted\":\"December 13, 2022\",\"nonces\":{\"update\":\"17e284dc72\",\"delete\":\"0967fb8415\",\"edit\":\"99ac1eb1a8\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=885\\u0026action=edit\",\"meta\":false,\"authorName\":\"Netgen Support\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/profile.php\",\"uploadedToTitle\":\"Accommodation\",\"uploadedToLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=761\\u0026action=edit\",\"filesizeInBytes\":37270,\"filesizeHumanReadable\":\"36 KB\",\"context\":\"\",\"height\":400,\"width\":600,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/acacia-lounge-150x150.jpg\",\"orientation\":\"landscape\"},\"medium\":{\"height\":200,\"width\":300,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/acacia-lounge-300x200.jpg\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/acacia-lounge.jpg\",\"height\":400,\"width\":600,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"imageSize\":\"full\",\"imageWidth\":100,\"imageWidthMobile\":100,\"imageWidthTablet\":100,\"paddingBtnTop\":10,\"paddingBtnBottom\":10,\"paddingBtnLeft\":14,\"paddingBtnRight\":14,\"imageWidthUnit\":\"%\",\"imageWidthUnitTablet\":\"%\",\"imageWidthUnitMobile\":\"%\",\"subHeadTopMargin\":0,\"subHeadRightMargin\":40,\"subHeadLeftMargin\":0,\"subHeadMarginTopTablet\":0,\"subHeadMarginRightTablet\":0,\"subHeadTabletSpace\":20,\"subHeadMarginLeftTablet\":0,\"imgTagHeight\":66,\"imgTagWidth\":600,\"btnBorderTopWidth\":1,\"btnBorderLeftWidth\":1,\"btnBorderRightWidth\":1,\"btnBorderBottomWidth\":1,\"btnBorderTopLeftRadius\":0,\"btnBorderTopRightRadius\":0,\"btnBorderBottomLeftRadius\":0,\"btnBorderBottomRightRadius\":0,\"btnBorderStyle\":\"solid\",\"btnBorderColor\":\"#333\"} -->\n<div class=\"wp-block-uagb-info-box uagb-block-213eca6f uagb-infobox__content-wrap  uagb-infobox-icon-above-title uagb-infobox-image-valign-top\"><div class=\"uagb-ifb-content\"><div class=\"uagb-ifb-image-content\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/acacia-lounge.jpg\" alt=\"\" width=\"100\" height=\"66\" loading=\"lazy\"/></div><div class=\"uagb-ifb-title-wrap\"><h3 class=\"uagb-ifb-title\">The Acacia </h3></div><p class=\"uagb-ifb-desc\">The largest unit we have named after the Acacia tree. This suite is rugged and rustic and has a spacious open plan living area opening onto a covered patio with a brick braai area. </p><div class=\"uagb-ifb-button-wrapper wp-block-button\"><a href=\"\" target=\"_self\" class=\"uagb-infobox-cta-link uagb-disable-link\" rel=\"noopener noreferrer\" alt=\"\"><span class=\"uagb-inline-editing\">READ MORE</span></a></div></div></div>\n<!-- /wp:uagb/info-box --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"75cb4375\",\"widthDesktop\":50,\"bottomPaddingDesktop\":20,\"rightPaddingDesktop\":32,\"bottomPaddingTablet\":35,\"rightPaddingTablet\":15,\"paddingLink\":false,\"topMarginDesktop\":0,\"bottomMarginDesktop\":0,\"leftMarginDesktop\":5,\"rightMarginDesktop\":5,\"topMarginMobile\":0,\"bottomMarginMobile\":0,\"leftMarginMobile\":0,\"rightMarginMobile\":0,\"marginLink\":false,\"variationSelected\":true,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-75cb4375\"><!-- wp:uagb/info-box {\"classMigrate\":true,\"headingAlign\":\"left\",\"headingColor\":\"\",\"subHeadingColor\":\"\",\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"source_type\":\"image\",\"block_id\":\"eb6396d0\",\"ctaIcon\":\"\",\"ctaType\":\"text\",\"ctaText\":\"READ MORE\",\"ctaLinkColor\":\"var(\\u002d\\u002dast-global-color-0)\",\"ctaDecoration\":\"underline\",\"ctaFontSize\":12,\"ctaFontWeight\":\"600\",\"ctaLetterSpacing\":2,\"ctaBorderColor\":\"\",\"ctaBorderStyle\":\"\",\"ctaBorderWidth\":\"\",\"ctaBorderRadius\":\"\",\"iconBottomMargin\":30,\"iconImage\":{\"id\":290,\"title\":\"room-6\",\"filename\":\"room-6.jpg\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/room-6.jpg\",\"link\":\"https://blueroan.netgen.cloud/room-6/\",\"alt\":\"\",\"author\":\"34\",\"description\":\"\",\"caption\":\"\",\"name\":\"room-6\",\"status\":\"inherit\",\"uploadedTo\":0,\"date\":\"2021-05-11T12:42:24.000Z\",\"modified\":\"2021-05-11T12:42:24.000Z\",\"menuOrder\":0,\"mime\":\"image/jpeg\",\"type\":\"image\",\"subtype\":\"jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/default.png\",\"dateFormatted\":\"May 11, 2021\",\"nonces\":{\"update\":\"ca0f21bc6b\",\"delete\":\"aeb89ca3d4\",\"edit\":\"4be159def3\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=290\\u0026action=edit\",\"meta\":false,\"authorName\":\"Rishabh\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/user-edit.php?user_id=34\",\"filesizeInBytes\":50081,\"filesizeHumanReadable\":\"49 KB\",\"context\":\"\",\"height\":400,\"width\":600,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/room-6-150x150.jpg\",\"orientation\":\"landscape\"},\"medium\":{\"height\":200,\"width\":300,\"url\":\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/room-6-300x200.jpg\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/room-6.jpg\",\"height\":400,\"width\":600,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"imageSize\":\"full\",\"imageWidth\":100,\"imageWidthMobile\":100,\"imageWidthTablet\":100,\"paddingBtnTop\":10,\"paddingBtnBottom\":10,\"paddingBtnLeft\":14,\"paddingBtnRight\":14,\"imageWidthUnit\":\"%\",\"imageWidthUnitTablet\":\"%\",\"imageWidthUnitMobile\":\"%\",\"subHeadTopMargin\":0,\"subHeadRightMargin\":40,\"subHeadLeftMargin\":0,\"subHeadMarginTopTablet\":0,\"subHeadMarginRightTablet\":0,\"subHeadTabletSpace\":20,\"subHeadMarginLeftTablet\":0,\"imgTagHeight\":66,\"imgTagWidth\":600,\"btnBorderTopWidth\":1,\"btnBorderLeftWidth\":1,\"btnBorderRightWidth\":1,\"btnBorderBottomWidth\":1,\"btnBorderTopLeftRadius\":0,\"btnBorderTopRightRadius\":0,\"btnBorderBottomLeftRadius\":0,\"btnBorderBottomRightRadius\":0,\"btnBorderStyle\":\"solid\",\"btnBorderColor\":\"#333\"} -->\n<div class=\"wp-block-uagb-info-box uagb-block-eb6396d0 uagb-infobox__content-wrap  uagb-infobox-icon-above-title uagb-infobox-image-valign-top\"><div class=\"uagb-ifb-content\"><div class=\"uagb-ifb-image-content\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/room-6.jpg\" alt=\"\" width=\"100\" height=\"66\" loading=\"lazy\"/></div><div class=\"uagb-ifb-title-wrap\"><h3 class=\"uagb-ifb-title\">The Greek Villa </h3></div><p class=\"uagb-ifb-desc\">Designed like a Greek villa this Mediterranean style reflects a relaxed atmosphere with its dominant white walls and blue ceilings with lovely rustic furnishings</p><div class=\"uagb-ifb-button-wrapper wp-block-button\"><a href=\"\" target=\"_self\" class=\"uagb-infobox-cta-link uagb-disable-link\" rel=\"noopener noreferrer\" alt=\"\"><span class=\"uagb-inline-editing\">READ MORE</span></a></div></div></div>\n<!-- /wp:uagb/info-box --></div>\n<!-- /wp:uagb/container --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"a81c0947\",\"directionDesktop\":\"row\",\"justifyContentDesktop\":\"flex-start\",\"topMarginDesktop\":54,\"bottomMarginDesktop\":0,\"leftMarginDesktop\":0,\"rightMarginDesktop\":0,\"topMarginMobile\":0,\"bottomMarginMobile\":0,\"leftMarginMobile\":0,\"rightMarginMobile\":0,\"marginLink\":false,\"variationSelected\":true,\"rowGapMobile\":0,\"columnGapDesktop\":0} -->\n<div class=\"wp-block-uagb-container uagb-block-a81c0947\"><!-- wp:uagb/container {\"block_id\":\"5ccd0426\",\"widthDesktop\":50,\"bottomPaddingDesktop\":20,\"rightPaddingDesktop\":32,\"bottomPaddingTablet\":35,\"rightPaddingTablet\":15,\"bottomPaddingMobile\":65,\"paddingLink\":false,\"topMarginDesktop\":0,\"bottomMarginDesktop\":0,\"leftMarginDesktop\":5,\"rightMarginDesktop\":5,\"topMarginMobile\":0,\"bottomMarginMobile\":0,\"leftMarginMobile\":0,\"rightMarginMobile\":0,\"marginLink\":false,\"variationSelected\":true,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-5ccd0426\"><!-- wp:uagb/info-box {\"classMigrate\":true,\"headingAlign\":\"left\",\"headingColor\":\"\",\"subHeadingColor\":\"\",\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"source_type\":\"image\",\"block_id\":\"9b1c6bc2\",\"ctaIcon\":\"\",\"ctaType\":\"text\",\"ctaText\":\"READ MORE\",\"ctaLinkColor\":\"var(\\u002d\\u002dast-global-color-0)\",\"ctaDecoration\":\"underline\",\"ctaFontSize\":12,\"ctaFontWeight\":\"600\",\"ctaLetterSpacing\":2,\"ctaBorderColor\":\"\",\"ctaBorderStyle\":\"\",\"ctaBorderWidth\":\"\",\"ctaBorderRadius\":\"\",\"iconBottomMargin\":30,\"iconImage\":{\"uploading\":false,\"date\":1670943128000,\"filename\":\"AAEAAQAAAAAAAAAAAAAAJDkwZDA0NDg0LWIwNTctNGVlNy05Y2NjLWNjNDllODBmZTI3OA.png\",\"menuOrder\":0,\"uploadedTo\":761,\"type\":\"image\",\"subtype\":\"png\",\"id\":896,\"title\":\"AAEAAQAAAAAAAAAAAAAAJDkwZDA0NDg0LWIwNTctNGVlNy05Y2NjLWNjNDllODBmZTI3OA\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAAJDkwZDA0NDg0LWIwNTctNGVlNy05Y2NjLWNjNDllODBmZTI3OA.png\",\"link\":\"https://blueroan.netgen.cloud/accommodation/aaeaaqaaaaaaaaaaaaaajdkwzda0ndg0lwiwntctngvlny05y2njlwnjndllodbmzti3oa/\",\"alt\":\"Honeymoon suite bedroom \",\"author\":\"2\",\"description\":\"\",\"caption\":\"\",\"name\":\"aaeaaqaaaaaaaaaaaaaajdkwzda0ndg0lwiwntctngvlny05y2njlwnjndllodbmzti3oa\",\"status\":\"inherit\",\"modified\":1670943128000,\"mime\":\"image/png\",\"icon\":\"https://blueroan.netgen.cloud/wp-includes/images/media/default.png\",\"dateFormatted\":\"December 13, 2022\",\"nonces\":{\"update\":\"ef5e68588c\",\"delete\":\"c4dba1213a\",\"edit\":\"aea99f65e2\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=896\\u0026action=edit\",\"meta\":false,\"authorName\":\"Netgen Support\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/profile.php\",\"uploadedToTitle\":\"Accommodation\",\"uploadedToLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=761\\u0026action=edit\",\"filesizeInBytes\":1088370,\"filesizeHumanReadable\":\"1 MB\",\"context\":\"\",\"height\":861,\"width\":1300,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAAJDkwZDA0NDg0LWIwNTctNGVlNy05Y2NjLWNjNDllODBmZTI3OA-150x150.png\",\"orientation\":\"landscape\"},\"medium\":{\"height\":199,\"width\":300,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAAJDkwZDA0NDg0LWIwNTctNGVlNy05Y2NjLWNjNDllODBmZTI3OA-300x199.png\",\"orientation\":\"landscape\"},\"large\":{\"height\":678,\"width\":1024,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAAJDkwZDA0NDg0LWIwNTctNGVlNy05Y2NjLWNjNDllODBmZTI3OA-1024x678.png\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAAJDkwZDA0NDg0LWIwNTctNGVlNy05Y2NjLWNjNDllODBmZTI3OA.png\",\"height\":861,\"width\":1300,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"imageSize\":\"full\",\"imageWidth\":100,\"imageWidthMobile\":100,\"imageWidthTablet\":100,\"paddingBtnTop\":10,\"paddingBtnBottom\":10,\"paddingBtnLeft\":14,\"paddingBtnRight\":14,\"imageWidthUnit\":\"%\",\"imageWidthUnitTablet\":\"%\",\"imageWidthUnitMobile\":\"%\",\"subHeadTopMargin\":0,\"subHeadRightMargin\":40,\"subHeadLeftMargin\":0,\"subHeadMarginTopTablet\":0,\"subHeadMarginRightTablet\":0,\"subHeadTabletSpace\":20,\"subHeadMarginLeftTablet\":0,\"imgTagHeight\":66,\"imgTagWidth\":1300,\"btnBorderTopWidth\":1,\"btnBorderLeftWidth\":1,\"btnBorderRightWidth\":1,\"btnBorderBottomWidth\":1,\"btnBorderTopLeftRadius\":0,\"btnBorderTopRightRadius\":0,\"btnBorderBottomLeftRadius\":0,\"btnBorderBottomRightRadius\":0,\"btnBorderStyle\":\"solid\",\"btnBorderColor\":\"#333\"} -->\n<div class=\"wp-block-uagb-info-box uagb-block-9b1c6bc2 uagb-infobox__content-wrap  uagb-infobox-icon-above-title uagb-infobox-image-valign-top\"><div class=\"uagb-ifb-content\"><div class=\"uagb-ifb-image-content\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAAJDkwZDA0NDg0LWIwNTctNGVlNy05Y2NjLWNjNDllODBmZTI3OA.png\" alt=\"Honeymoon suite bedroom \" width=\"100\" height=\"66\" loading=\"lazy\"/></div><div class=\"uagb-ifb-title-wrap\"><h3 class=\"uagb-ifb-title\">The Honeymoon suite</h3></div><p class=\"uagb-ifb-desc\">This&nbsp;<a href=\"https://www.collinsdictionary.com/dictionary/english/suite\">suite</a>&nbsp;is perfect for couples - This is an open-plan unit attached to the side of the main house, completely private with its own entrance, own garden, and carport.&nbsp;</p><div class=\"uagb-ifb-button-wrapper wp-block-button\"><a href=\"\" target=\"_self\" class=\"uagb-infobox-cta-link uagb-disable-link\" rel=\"noopener noreferrer\" alt=\"\"><span class=\"uagb-inline-editing\">READ MORE</span></a></div></div></div>\n<!-- /wp:uagb/info-box --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"c2038ae4\",\"widthDesktop\":50,\"bottomPaddingDesktop\":20,\"rightPaddingDesktop\":32,\"bottomPaddingTablet\":35,\"rightPaddingTablet\":15,\"paddingLink\":false,\"topMarginDesktop\":0,\"bottomMarginDesktop\":0,\"leftMarginDesktop\":5,\"rightMarginDesktop\":5,\"topMarginMobile\":0,\"bottomMarginMobile\":0,\"leftMarginMobile\":0,\"rightMarginMobile\":0,\"marginLink\":false,\"variationSelected\":true,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-c2038ae4\"></div>\n<!-- /wp:uagb/container --></div>\n<!-- /wp:uagb/container --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"161aed35\",\"innerContentCustomWidthDesktop\":781,\"innerContentCustomWidthTablet\":781,\"backgroundType\":\"image\",\"backgroundImageDesktop\":{\"uploading\":false,\"date\":1670943271000,\"filename\":\"AAEAAQAAAAAAAAAAAAAA39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba.png\",\"menuOrder\":0,\"uploadedTo\":761,\"type\":\"image\",\"subtype\":\"png\",\"id\":899,\"title\":\"AAEAAQAAAAAAAAAAAAAA39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAA39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba.png\",\"link\":\"https://blueroan.netgen.cloud/accommodation/aaeaaqaaaaaaaaaaaaaa39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba/\",\"alt\":\"\",\"author\":\"2\",\"description\":\"\",\"caption\":\"\",\"name\":\"aaeaaqaaaaaaaaaaaaaa39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba\",\"status\":\"inherit\",\"modified\":1670943271000,\"mime\":\"image/png\",\"icon\":\"https://blueroan.netgen.cloud/wp-includes/images/media/default.png\",\"dateFormatted\":\"December 13, 2022\",\"nonces\":{\"update\":\"45b2b6c69b\",\"delete\":\"75d81c42ab\",\"edit\":\"88fae030a9\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=899\\u0026action=edit\",\"meta\":false,\"authorName\":\"Netgen Support\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/profile.php\",\"uploadedToTitle\":\"Accommodation\",\"uploadedToLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=761\\u0026action=edit\",\"filesizeInBytes\":2338048,\"filesizeHumanReadable\":\"2 MB\",\"context\":\"\",\"height\":900,\"width\":1200,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAA39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba-150x150.png\",\"orientation\":\"landscape\"},\"medium\":{\"height\":225,\"width\":300,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAA39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba-300x225.png\",\"orientation\":\"landscape\"},\"large\":{\"height\":768,\"width\":1024,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAA39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba-1024x768.png\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAA39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba.png\",\"height\":900,\"width\":1200,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"backgroundImageColor\":\"rgba(42,42,42,0.65)\",\"topPaddingDesktop\":144,\"bottomPaddingDesktop\":144,\"leftPaddingDesktop\":40,\"rightPaddingDesktop\":40,\"topPaddingTablet\":80,\"bottomPaddingTablet\":80,\"leftPaddingTablet\":40,\"rightPaddingTablet\":40,\"topPaddingMobile\":64,\"bottomPaddingMobile\":64,\"leftPaddingMobile\":24,\"rightPaddingMobile\":24,\"paddingLink\":false,\"variationSelected\":true,\"isBlockRootParent\":true,\"overlayType\":\"color\"} -->\n<div class=\"wp-block-uagb-container uagb-block-161aed35 alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/advanced-heading {\"block_id\":\"82ae1377\",\"classMigrate\":true,\"headingDescToggle\":true,\"headingAlign\":\"center\",\"headingColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"subHeadingColor\":\"var(\\u002d\\u002dast-global-color-4)\",\"headSpace\":20} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-82ae1377\"><h2 class=\"uagb-heading-text\">Plan an Unforgettable Experience at<br>Blue Roan!</h2><p class=\"uagb-desc-text\">We can help you fit your stay and experience within your allotted budget.</p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/advanced-heading {\"block_id\":\"0ab15f96\",\"classMigrate\":true,\"headingTitleToggle\":false,\"headingDescToggle\":true,\"headingAlign\":\"center\",\"subHeadingColor\":\"var(\\u002d\\u002dast-global-color-4)\",\"subHeadTransform\":\"uppercase\",\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"subHeadLetterSpacing\":2,\"blockTopPadding\":60,\"blockRightPadding\":0,\"blockLeftPadding\":0,\"blockBottomPadding\":0,\"blockTopPaddingMobile\":30,\"blockRightPaddingMobile\":0,\"blockLeftPaddingMobile\":0,\"blockBottomPaddingMobile\":0} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-0ab15f96\"><p class=\"uagb-desc-text\">BOOK YOUR STAY NOW​</p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/icon-list {\"block_id\":\"f9c1d793\",\"classMigrate\":true,\"childMigrate\":true,\"align\":\"center\",\"parentIcon\":\"phone\",\"size\":40,\"sizeMobile\":24,\"sizeTablet\":32,\"fontSize\":48,\"fontSizeMobile\":28,\"fontSizeTablet\":40,\"fontWeight\":\"600\",\"iconColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"labelColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"blockTopPadding\":0,\"blockRightPadding\":0,\"blockLeftPadding\":0,\"blockBottomPadding\":24,\"blockPaddingLink\":false} -->\n<div class=\"wp-block-uagb-icon-list uagb-block-f9c1d793\"><div class=\"uagb-icon-list__wrap\"><!-- wp:uagb/icon-list-child {\"block_id\":\"2b662267\",\"label\":\"+1-123 456 7890​\",\"label_color\":\"\",\"fromParentIcon\":\"phone\",\"imageSizeChild\":40} -->\n<div class=\"wp-block-uagb-icon-list-child uagb-block-2b662267\"><span class=\"uagb-icon-list__source-wrap\"><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M511.2 387l-23.25 100.8c-3.266 14.25-15.79 24.22-30.46 24.22C205.2 512 0 306.8 0 54.5c0-14.66 9.969-27.2 24.22-30.45l100.8-23.25C139.7-2.602 154.7 5.018 160.8 18.92l46.52 108.5c5.438 12.78 1.77 27.67-8.98 36.45L144.5 207.1c33.98 69.22 90.26 125.5 159.5 159.5l44.08-53.8c8.688-10.78 23.69-14.51 36.47-8.975l108.5 46.51C506.1 357.2 514.6 372.4 511.2 387z\"></path></svg></span><span class=\"uagb-icon-list__label\">+1-123 456 7890​</span></div>\n<!-- /wp:uagb/icon-list-child --></div></div>\n<!-- /wp:uagb/icon-list --></div></div>\n<!-- /wp:uagb/container -->',	'Accommodation',	'',	'inherit',	'closed',	'closed',	'',	'761-revision-v1',	'',	'',	'2022-12-13 14:55:10',	'2022-12-13 14:55:10',	'',	761,	'https://blueroan.netgen.cloud/?p=900',	0,	'revision',	'',	0),
(902,	2,	'2022-12-13 15:01:31',	'2022-12-13 15:01:31',	'<!-- wp:uagb/container {\"block_id\":\"f9db1efa\",\"backgroundType\":\"image\",\"backgroundImageDesktop\":{\"id\":797,\"title\":\"blue-roan-guest-farm (13)\",\"filename\":\"blue-roan-guest-farm-13.jpg\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-13.jpg\",\"link\":\"https://blueroan.netgen.cloud/home/blue-roan-guest-farm-13/\",\"alt\":\"\",\"author\":\"2\",\"description\":\"\",\"caption\":\"\",\"name\":\"blue-roan-guest-farm-13\",\"status\":\"inherit\",\"uploadedTo\":760,\"date\":\"2022-12-13T09:37:10.000Z\",\"modified\":\"2022-12-13T09:37:10.000Z\",\"menuOrder\":0,\"mime\":\"image/jpeg\",\"type\":\"image\",\"subtype\":\"jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-includes/images/media/default.png\",\"dateFormatted\":\"December 13, 2022\",\"nonces\":{\"update\":\"88c7dafe15\",\"delete\":\"0e63c986af\",\"edit\":\"ba0aad2d7f\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=797\\u0026action=edit\",\"meta\":false,\"authorName\":\"Netgen Support\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/profile.php\",\"uploadedToTitle\":\"Home\",\"uploadedToLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=760\\u0026action=edit\",\"filesizeInBytes\":201183,\"filesizeHumanReadable\":\"196 KB\",\"context\":\"\",\"height\":667,\"width\":1000,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-13-150x150.jpg\",\"orientation\":\"landscape\"},\"medium\":{\"height\":200,\"width\":300,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-13-300x200.jpg\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-13.jpg\",\"height\":667,\"width\":1000,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"backgroundPositionDesktop\":{\"x\":0.62,\"y\":0.78},\"backgroundSizeTablet\":\"cover\",\"backgroundSizeMobile\":\"cover\",\"backgroundColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"backgroundImageColor\":\"rgba(42,42,42,0.5)\",\"topPaddingDesktop\":220,\"bottomPaddingDesktop\":150,\"topPaddingTablet\":170,\"bottomPaddingTablet\":160,\"leftPaddingTablet\":30,\"rightPaddingTablet\":30,\"topPaddingMobile\":180,\"bottomPaddingMobile\":80,\"leftPaddingMobile\":20,\"rightPaddingMobile\":20,\"paddingLink\":false,\"variationSelected\":true,\"isBlockRootParent\":true,\"overlayType\":\"color\"} -->\n<div class=\"wp-block-uagb-container uagb-block-f9db1efa alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/advanced-heading {\"block_id\":\"46e26eba\",\"classMigrate\":true,\"headingDescToggle\":true,\"headingColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"subHeadingColor\":\"var(\\u002d\\u002dast-global-color-4)\",\"headingTag\":\"h1\",\"headSpace\":20,\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"blockTopPadding\":0,\"blockRightPadding\":50,\"blockLeftPadding\":0,\"blockBottomPadding\":0,\"blockTopPaddingTablet\":0,\"blockRightPaddingTablet\":20,\"blockLeftPaddingTablet\":0,\"blockBottomPaddingTablet\":0,\"blockTopPaddingMobile\":0,\"blockRightPaddingMobile\":0,\"blockLeftPaddingMobile\":0,\"blockBottomPaddingMobile\":0,\"blockPaddingUnit\":\"%\",\"blockPaddingUnitTablet\":\"%\"} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-46e26eba\"><h1 class=\"uagb-heading-text\">Rooms &amp; Accommodation​</h1><p class=\"uagb-desc-text\">If you are looking for a home away from home, even a place your dog can come along then take a closer look into the rooms we offer and pick the one for you.</p></div>\n<!-- /wp:uagb/advanced-heading --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"a6c8d57d\",\"backgroundType\":\"color\",\"backgroundSizeTablet\":\"cover\",\"backgroundSizeMobile\":\"cover\",\"backgroundColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"topPaddingDesktop\":120,\"bottomPaddingDesktop\":120,\"topPaddingTablet\":80,\"bottomPaddingTablet\":80,\"leftPaddingTablet\":30,\"rightPaddingTablet\":30,\"topPaddingMobile\":80,\"bottomPaddingMobile\":80,\"leftPaddingMobile\":20,\"rightPaddingMobile\":20,\"paddingLink\":false,\"variationSelected\":true,\"rowGapDesktop\":0,\"isBlockRootParent\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-a6c8d57d alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/container {\"block_id\":\"3e859ce1\",\"directionDesktop\":\"row\",\"alignItemsDesktop\":\"flex-end\",\"alignItemsTablet\":\"flex-end\",\"justifyContentDesktop\":\"flex-end\",\"justifyContentTablet\":\"space-between\",\"variationSelected\":true,\"rowGapMobile\":20,\"columnGapDesktop\":0} -->\n<div class=\"wp-block-uagb-container uagb-block-3e859ce1\"><!-- wp:uagb/advanced-heading {\"block_id\":\"0fdebc2e\",\"classMigrate\":true,\"headingDescToggle\":true,\"subHeadingColor\":\"\",\"headSpace\":20,\"subHeadFontSize\":16} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-0fdebc2e\"><h2 class=\"uagb-heading-text\">Come &amp; Stay With Us​</h2><p class=\"uagb-desc-text\">There are 7 excellent brick self-catering units available, each private and with a distinctive personality and theme. They are particularly made for pet-free or pet-owning couples looking for a romantic and serene setting to reconnect, celebrate special occasions, or simply unwind on a holiday.<br><br>We are pet-friendly by arrangement as each unit is separately fenced with its own grassy garden with a garden gate leading to the generous park area where pets can socialize. &nbsp;We also have lovely safe off-leash walking trails on our property and beyond. &nbsp;Our units are very luxurious with everything you would need and very homely and charming. Regrettably no children or group bookings.  </p></div>\n<!-- /wp:uagb/advanced-heading --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"fc78fc06\",\"directionDesktop\":\"row\",\"alignItemsTablet\":\"flex-start\",\"justifyContentDesktop\":\"flex-start\",\"topMarginDesktop\":54,\"bottomMarginDesktop\":0,\"leftMarginDesktop\":0,\"rightMarginDesktop\":0,\"marginLink\":false,\"variationSelected\":true,\"rowGapMobile\":0,\"columnGapDesktop\":0} -->\n<div class=\"wp-block-uagb-container uagb-block-fc78fc06\"><!-- wp:uagb/container {\"block_id\":\"6ec8fcc2\",\"widthDesktop\":50,\"bottomPaddingDesktop\":20,\"rightPaddingDesktop\":32,\"bottomPaddingTablet\":35,\"rightPaddingTablet\":15,\"bottomPaddingMobile\":65,\"paddingLink\":false,\"topMarginDesktop\":0,\"bottomMarginDesktop\":0,\"leftMarginDesktop\":5,\"rightMarginDesktop\":5,\"topMarginMobile\":0,\"bottomMarginMobile\":0,\"leftMarginMobile\":0,\"rightMarginMobile\":0,\"marginLink\":false,\"variationSelected\":true,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-6ec8fcc2\"><!-- wp:uagb/info-box {\"classMigrate\":true,\"headingAlign\":\"left\",\"headingColor\":\"\",\"subHeadingColor\":\"\",\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"source_type\":\"image\",\"block_id\":\"f4c8f39c\",\"ctaIcon\":\"\",\"ctaType\":\"text\",\"ctaText\":\"READ MORE\",\"ctaLinkColor\":\"var(\\u002d\\u002dast-global-color-0)\",\"ctaDecoration\":\"underline\",\"ctaFontSize\":12,\"ctaFontWeight\":\"600\",\"ctaLetterSpacing\":2,\"ctaBorderColor\":\"\",\"ctaBorderStyle\":\"\",\"ctaBorderWidth\":\"\",\"ctaBorderRadius\":\"\",\"iconBottomMargin\":30,\"iconImage\":{\"uploading\":false,\"date\":1670936674000,\"filename\":\"blue-roan-guest-farm-10.jpg\",\"menuOrder\":0,\"uploadedTo\":761,\"type\":\"image\",\"subtype\":\"jpeg\",\"id\":863,\"title\":\"blue-roan-guest-farm (10)\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-10.jpg\",\"link\":\"https://blueroan.netgen.cloud/accommodation/blue-roan-guest-farm-10/\",\"alt\":\"\",\"author\":\"2\",\"description\":\"\",\"caption\":\"\",\"name\":\"blue-roan-guest-farm-10\",\"status\":\"inherit\",\"modified\":1670936674000,\"mime\":\"image/jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-includes/images/media/default.png\",\"dateFormatted\":\"December 13, 2022\",\"nonces\":{\"update\":\"1a7491aa65\",\"delete\":\"dc6afaa89c\",\"edit\":\"7635ee35fb\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=863\\u0026action=edit\",\"meta\":false,\"authorName\":\"Netgen Support\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/profile.php\",\"uploadedToTitle\":\"Accommodation\",\"uploadedToLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=761\\u0026action=edit\",\"filesizeInBytes\":149768,\"filesizeHumanReadable\":\"146 KB\",\"context\":\"\",\"height\":667,\"width\":1000,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-10-150x150.jpg\",\"orientation\":\"landscape\"},\"medium\":{\"height\":200,\"width\":300,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-10-300x200.jpg\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-10.jpg\",\"height\":667,\"width\":1000,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"imageSize\":\"full\",\"imageWidth\":100,\"imageWidthMobile\":100,\"imageWidthTablet\":100,\"paddingBtnTop\":10,\"paddingBtnBottom\":10,\"paddingBtnLeft\":14,\"paddingBtnRight\":14,\"imageWidthUnit\":\"%\",\"imageWidthUnitTablet\":\"%\",\"imageWidthUnitMobile\":\"%\",\"subHeadTopMargin\":0,\"subHeadRightMargin\":40,\"subHeadLeftMargin\":0,\"subHeadMarginTopTablet\":0,\"subHeadMarginRightTablet\":0,\"subHeadTabletSpace\":20,\"subHeadMarginLeftTablet\":0,\"imgTagHeight\":66,\"imgTagWidth\":1000,\"btnBorderTopWidth\":1,\"btnBorderLeftWidth\":1,\"btnBorderRightWidth\":1,\"btnBorderBottomWidth\":1,\"btnBorderTopLeftRadius\":0,\"btnBorderTopRightRadius\":0,\"btnBorderBottomLeftRadius\":0,\"btnBorderBottomRightRadius\":0,\"btnBorderStyle\":\"solid\",\"btnBorderColor\":\"#333\"} -->\n<div class=\"wp-block-uagb-info-box uagb-block-f4c8f39c uagb-infobox__content-wrap  uagb-infobox-icon-above-title uagb-infobox-image-valign-top\"><div class=\"uagb-ifb-content\"><div class=\"uagb-ifb-image-content\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-10.jpg\" alt=\"\" width=\"100\" height=\"66\" loading=\"lazy\"/></div><div class=\"uagb-ifb-title-wrap\"><h3 class=\"uagb-ifb-title\">The Barn </h3></div><p class=\"uagb-ifb-desc\">Rustic beams and exposed wood are all hallmarks of our barn-style suite. This is an open-plan unit with lots of windows with a raised king bed on a platform that faces the TV and the mountains.</p><div class=\"uagb-ifb-button-wrapper wp-block-button\"><a href=\"\" target=\"_self\" class=\"uagb-infobox-cta-link uagb-disable-link\" rel=\"noopener noreferrer\" alt=\"\"><span class=\"uagb-inline-editing\">READ MORE</span></a></div></div></div>\n<!-- /wp:uagb/info-box --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"17b1da12\",\"widthDesktop\":50,\"bottomPaddingDesktop\":20,\"rightPaddingDesktop\":32,\"bottomPaddingTablet\":35,\"rightPaddingTablet\":15,\"bottomPaddingMobile\":65,\"paddingLink\":false,\"topMarginDesktop\":0,\"bottomMarginDesktop\":0,\"leftMarginDesktop\":5,\"rightMarginDesktop\":5,\"topMarginMobile\":0,\"bottomMarginMobile\":0,\"leftMarginMobile\":0,\"rightMarginMobile\":0,\"marginLink\":false,\"variationSelected\":true,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-17b1da12\"><!-- wp:uagb/info-box {\"classMigrate\":true,\"headingAlign\":\"left\",\"headingColor\":\"\",\"subHeadingColor\":\"\",\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"source_type\":\"image\",\"block_id\":\"6b8cd2aa\",\"ctaIcon\":\"\",\"ctaType\":\"text\",\"ctaText\":\"READ MORE\",\"ctaLinkColor\":\"var(\\u002d\\u002dast-global-color-0)\",\"ctaDecoration\":\"underline\",\"ctaFontSize\":12,\"ctaFontWeight\":\"600\",\"ctaLetterSpacing\":2,\"ctaBorderColor\":\"\",\"ctaBorderStyle\":\"\",\"ctaBorderWidth\":\"\",\"ctaBorderRadius\":\"\",\"iconBottomMargin\":30,\"iconImage\":{\"uploading\":false,\"date\":1670936842000,\"filename\":\"tuscan-suite-raised-bed-and-settee.jpg\",\"menuOrder\":0,\"uploadedTo\":761,\"type\":\"image\",\"subtype\":\"jpeg\",\"id\":864,\"title\":\"tuscan-suite-raised-bed-and-settee\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/tuscan-suite-raised-bed-and-settee.jpg\",\"link\":\"https://blueroan.netgen.cloud/accommodation/tuscan-suite-raised-bed-and-settee/\",\"alt\":\"\",\"author\":\"2\",\"description\":\"\",\"caption\":\"\",\"name\":\"tuscan-suite-raised-bed-and-settee\",\"status\":\"inherit\",\"modified\":1670936842000,\"mime\":\"image/jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-includes/images/media/default.png\",\"dateFormatted\":\"December 13, 2022\",\"nonces\":{\"update\":\"0624a4a01a\",\"delete\":\"9e8f0f7a5a\",\"edit\":\"087f94f2e5\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=864\\u0026action=edit\",\"meta\":false,\"authorName\":\"Netgen Support\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/profile.php\",\"uploadedToTitle\":\"Accommodation\",\"uploadedToLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=761\\u0026action=edit\",\"filesizeInBytes\":41923,\"filesizeHumanReadable\":\"41 KB\",\"context\":\"\",\"height\":400,\"width\":600,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/tuscan-suite-raised-bed-and-settee-150x150.jpg\",\"orientation\":\"landscape\"},\"medium\":{\"height\":200,\"width\":300,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/tuscan-suite-raised-bed-and-settee-300x200.jpg\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/tuscan-suite-raised-bed-and-settee.jpg\",\"height\":400,\"width\":600,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"imageSize\":\"full\",\"imageWidth\":100,\"imageWidthMobile\":100,\"imageWidthTablet\":100,\"paddingBtnTop\":10,\"paddingBtnBottom\":10,\"paddingBtnLeft\":14,\"paddingBtnRight\":14,\"imageWidthUnit\":\"%\",\"imageWidthUnitTablet\":\"%\",\"imageWidthUnitMobile\":\"%\",\"subHeadTopMargin\":0,\"subHeadRightMargin\":40,\"subHeadLeftMargin\":0,\"subHeadMarginTopTablet\":0,\"subHeadMarginRightTablet\":0,\"subHeadTabletSpace\":20,\"subHeadMarginLeftTablet\":0,\"imgTagHeight\":66,\"imgTagWidth\":600,\"btnBorderTopWidth\":1,\"btnBorderLeftWidth\":1,\"btnBorderRightWidth\":1,\"btnBorderBottomWidth\":1,\"btnBorderTopLeftRadius\":0,\"btnBorderTopRightRadius\":0,\"btnBorderBottomLeftRadius\":0,\"btnBorderBottomRightRadius\":0,\"btnBorderStyle\":\"solid\",\"btnBorderColor\":\"#333\"} -->\n<div class=\"wp-block-uagb-info-box uagb-block-6b8cd2aa uagb-infobox__content-wrap  uagb-infobox-icon-above-title uagb-infobox-image-valign-top\"><div class=\"uagb-ifb-content\"><div class=\"uagb-ifb-image-content\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/tuscan-suite-raised-bed-and-settee.jpg\" alt=\"\" width=\"100\" height=\"66\" loading=\"lazy\"/></div><div class=\"uagb-ifb-title-wrap\"><h3 class=\"uagb-ifb-title\">The Tuscan Suite </h3></div><p class=\"uagb-ifb-desc\">Terra-cotta tiles, textured wall treatments, gorgeous, intricate murals,&nbsp;and simple, durable furniture with elegant iron accents are all characteristics of Tuscan interior design.</p><div class=\"uagb-ifb-button-wrapper wp-block-button\"><a href=\"\" target=\"_self\" class=\"uagb-infobox-cta-link uagb-disable-link\" rel=\"noopener noreferrer\" alt=\"\"><span class=\"uagb-inline-editing\">READ MORE</span></a></div></div></div>\n<!-- /wp:uagb/info-box --></div>\n<!-- /wp:uagb/container --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"bf322796\",\"directionDesktop\":\"row\",\"alignItemsTablet\":\"flex-start\",\"justifyContentDesktop\":\"flex-start\",\"topMarginDesktop\":54,\"bottomMarginDesktop\":0,\"leftMarginDesktop\":0,\"rightMarginDesktop\":0,\"topMarginMobile\":0,\"bottomMarginMobile\":0,\"leftMarginMobile\":0,\"rightMarginMobile\":0,\"marginLink\":false,\"variationSelected\":true,\"rowGapMobile\":0,\"columnGapDesktop\":0} -->\n<div class=\"wp-block-uagb-container uagb-block-bf322796\"><!-- wp:uagb/container {\"block_id\":\"ce162602\",\"widthDesktop\":50,\"bottomPaddingDesktop\":20,\"rightPaddingDesktop\":32,\"bottomPaddingTablet\":35,\"leftPaddingTablet\":0,\"rightPaddingTablet\":15,\"bottomPaddingMobile\":65,\"paddingLink\":false,\"topMarginDesktop\":0,\"bottomMarginDesktop\":0,\"leftMarginDesktop\":5,\"rightMarginDesktop\":5,\"topMarginMobile\":0,\"bottomMarginMobile\":0,\"leftMarginMobile\":0,\"rightMarginMobile\":0,\"marginLink\":false,\"variationSelected\":true,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-ce162602\"><!-- wp:uagb/info-box {\"classMigrate\":true,\"headingAlign\":\"left\",\"headingColor\":\"\",\"subHeadingColor\":\"\",\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"source_type\":\"image\",\"block_id\":\"16b6b44a\",\"ctaIcon\":\"\",\"ctaType\":\"text\",\"ctaText\":\"READ MORE\",\"ctaLinkColor\":\"var(\\u002d\\u002dast-global-color-0)\",\"ctaDecoration\":\"underline\",\"ctaFontSize\":12,\"ctaFontWeight\":\"600\",\"ctaLetterSpacing\":2,\"ctaBorderColor\":\"\",\"ctaBorderStyle\":\"\",\"ctaBorderWidth\":\"\",\"ctaBorderRadius\":\"\",\"iconBottomMargin\":30,\"iconImage\":{\"uploading\":false,\"date\":1670938945000,\"filename\":\"bluebush-king-bed-and-spa-bath.png\",\"menuOrder\":0,\"uploadedTo\":761,\"type\":\"image\",\"subtype\":\"png\",\"id\":881,\"title\":\"bluebush-king-bed-and-spa-bath\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/bluebush-king-bed-and-spa-bath.png\",\"link\":\"https://blueroan.netgen.cloud/accommodation/bluebush-king-bed-and-spa-bath/\",\"alt\":\"\",\"author\":\"2\",\"description\":\"\",\"caption\":\"\",\"name\":\"bluebush-king-bed-and-spa-bath\",\"status\":\"inherit\",\"modified\":1670938945000,\"mime\":\"image/png\",\"icon\":\"https://blueroan.netgen.cloud/wp-includes/images/media/default.png\",\"dateFormatted\":\"December 13, 2022\",\"nonces\":{\"update\":\"e1c334788a\",\"delete\":\"b219c40b29\",\"edit\":\"273b944edc\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=881\\u0026action=edit\",\"meta\":false,\"authorName\":\"Netgen Support\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/profile.php\",\"uploadedToTitle\":\"Accommodation\",\"uploadedToLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=761\\u0026action=edit\",\"filesizeInBytes\":1195033,\"filesizeHumanReadable\":\"1 MB\",\"context\":\"\",\"height\":667,\"width\":1000,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/bluebush-king-bed-and-spa-bath-150x150.png\",\"orientation\":\"landscape\"},\"medium\":{\"height\":200,\"width\":300,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/bluebush-king-bed-and-spa-bath-300x200.png\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/bluebush-king-bed-and-spa-bath.png\",\"height\":667,\"width\":1000,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"imageSize\":\"full\",\"imageWidth\":100,\"imageWidthMobile\":100,\"imageWidthTablet\":100,\"paddingBtnTop\":10,\"paddingBtnBottom\":10,\"paddingBtnLeft\":14,\"paddingBtnRight\":14,\"imageWidthUnit\":\"%\",\"imageWidthUnitTablet\":\"%\",\"imageWidthUnitMobile\":\"%\",\"subHeadTopMargin\":0,\"subHeadRightMargin\":40,\"subHeadLeftMargin\":0,\"subHeadMarginTopTablet\":0,\"subHeadMarginRightTablet\":0,\"subHeadTabletSpace\":20,\"subHeadMarginLeftTablet\":0,\"imgTagHeight\":66,\"imgTagWidth\":1000,\"btnBorderTopWidth\":1,\"btnBorderLeftWidth\":1,\"btnBorderRightWidth\":1,\"btnBorderBottomWidth\":1,\"btnBorderTopLeftRadius\":0,\"btnBorderTopRightRadius\":0,\"btnBorderBottomLeftRadius\":0,\"btnBorderBottomRightRadius\":0,\"btnBorderStyle\":\"solid\",\"btnBorderColor\":\"#333\"} -->\n<div class=\"wp-block-uagb-info-box uagb-block-16b6b44a uagb-infobox__content-wrap  uagb-infobox-icon-above-title uagb-infobox-image-valign-top\"><div class=\"uagb-ifb-content\"><div class=\"uagb-ifb-image-content\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/bluebush-king-bed-and-spa-bath.png\" alt=\"\" width=\"100\" height=\"66\" loading=\"lazy\"/></div><div class=\"uagb-ifb-title-wrap\"><h3 class=\"uagb-ifb-title\">The Bluebush </h3></div><p class=\"uagb-ifb-desc\">A warm and comforting suite with a very homely feeling. Settle in and relax like you would at home. Relax with a perfect corner-shaped spa bath and open-plan&nbsp;living area.</p><div class=\"uagb-ifb-button-wrapper wp-block-button\"><a href=\"\" target=\"_self\" class=\"uagb-infobox-cta-link uagb-disable-link\" rel=\"noopener noreferrer\" alt=\"\"><span class=\"uagb-inline-editing\">READ MORE</span></a></div></div></div>\n<!-- /wp:uagb/info-box --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"41867d17\",\"widthDesktop\":50,\"bottomPaddingDesktop\":20,\"rightPaddingDesktop\":32,\"bottomPaddingTablet\":35,\"rightPaddingTablet\":15,\"bottomPaddingMobile\":65,\"paddingLink\":false,\"topMarginDesktop\":0,\"bottomMarginDesktop\":0,\"leftMarginDesktop\":5,\"rightMarginDesktop\":5,\"topMarginMobile\":0,\"bottomMarginMobile\":0,\"leftMarginMobile\":0,\"rightMarginMobile\":0,\"marginLink\":false,\"variationSelected\":true,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-41867d17\"><!-- wp:uagb/info-box {\"classMigrate\":true,\"headingAlign\":\"left\",\"headingColor\":\"\",\"subHeadingColor\":\"\",\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"source_type\":\"image\",\"block_id\":\"9c905295\",\"ctaIcon\":\"\",\"ctaType\":\"text\",\"ctaText\":\"READ MORE\",\"ctaLinkColor\":\"var(\\u002d\\u002dast-global-color-0)\",\"ctaDecoration\":\"underline\",\"ctaFontSize\":12,\"ctaFontWeight\":\"600\",\"ctaLetterSpacing\":2,\"ctaBorderColor\":\"\",\"ctaBorderStyle\":\"\",\"ctaBorderWidth\":\"\",\"ctaBorderRadius\":\"\",\"iconBottomMargin\":30,\"iconImage\":{\"uploading\":false,\"date\":1670938831000,\"filename\":\"blue-roan-guest-farm-11.jpg\",\"menuOrder\":0,\"uploadedTo\":761,\"type\":\"image\",\"subtype\":\"jpeg\",\"id\":879,\"title\":\"blue-roan-guest-farm (11)\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-11.jpg\",\"link\":\"https://blueroan.netgen.cloud/accommodation/blue-roan-guest-farm-11/\",\"alt\":\"\",\"author\":\"2\",\"description\":\"\",\"caption\":\"\",\"name\":\"blue-roan-guest-farm-11\",\"status\":\"inherit\",\"modified\":1670938831000,\"mime\":\"image/jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-includes/images/media/default.png\",\"dateFormatted\":\"December 13, 2022\",\"nonces\":{\"update\":\"294125e9db\",\"delete\":\"1a7a578cdb\",\"edit\":\"79b313e573\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=879\\u0026action=edit\",\"meta\":false,\"authorName\":\"Netgen Support\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/profile.php\",\"uploadedToTitle\":\"Accommodation\",\"uploadedToLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=761\\u0026action=edit\",\"filesizeInBytes\":175055,\"filesizeHumanReadable\":\"171 KB\",\"context\":\"\",\"height\":667,\"width\":1000,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-11-150x150.jpg\",\"orientation\":\"landscape\"},\"medium\":{\"height\":200,\"width\":300,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-11-300x200.jpg\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-11.jpg\",\"height\":667,\"width\":1000,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"imageSize\":\"full\",\"imageWidth\":100,\"imageWidthMobile\":100,\"imageWidthTablet\":100,\"paddingBtnTop\":10,\"paddingBtnBottom\":10,\"paddingBtnLeft\":14,\"paddingBtnRight\":14,\"imageWidthUnit\":\"%\",\"imageWidthUnitTablet\":\"%\",\"imageWidthUnitMobile\":\"%\",\"subHeadTopMargin\":0,\"subHeadRightMargin\":40,\"subHeadLeftMargin\":0,\"subHeadMarginTopTablet\":0,\"subHeadMarginRightTablet\":0,\"subHeadTabletSpace\":20,\"subHeadMarginLeftTablet\":0,\"imgTagHeight\":66,\"imgTagWidth\":1000,\"btnBorderTopWidth\":1,\"btnBorderLeftWidth\":1,\"btnBorderRightWidth\":1,\"btnBorderBottomWidth\":1,\"btnBorderTopLeftRadius\":0,\"btnBorderTopRightRadius\":0,\"btnBorderBottomLeftRadius\":0,\"btnBorderBottomRightRadius\":0,\"btnBorderStyle\":\"solid\",\"btnBorderColor\":\"#333\"} -->\n<div class=\"wp-block-uagb-info-box uagb-block-9c905295 uagb-infobox__content-wrap  uagb-infobox-icon-above-title uagb-infobox-image-valign-top\"><div class=\"uagb-ifb-content\"><div class=\"uagb-ifb-image-content\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-11.jpg\" alt=\"\" width=\"100\" height=\"66\" loading=\"lazy\"/></div><div class=\"uagb-ifb-title-wrap\"><h3 class=\"uagb-ifb-title\">The Mexican Loft </h3></div><p class=\"uagb-ifb-desc\">This Mexican-inspired unit is full of bold colors and rustic furnishings. This design style has a multifarious feel, mixing rustic wood, authentic art, textiles, and a vivid palette of color</p><div class=\"uagb-ifb-button-wrapper wp-block-button\"><a href=\"\" target=\"_self\" class=\"uagb-infobox-cta-link uagb-disable-link\" rel=\"noopener noreferrer\" alt=\"\"><span class=\"uagb-inline-editing\">READ MORE</span></a></div></div></div>\n<!-- /wp:uagb/info-box --></div>\n<!-- /wp:uagb/container --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"422b50d8\",\"directionDesktop\":\"row\",\"justifyContentDesktop\":\"flex-start\",\"topMarginDesktop\":54,\"bottomMarginDesktop\":0,\"leftMarginDesktop\":0,\"rightMarginDesktop\":0,\"topMarginMobile\":0,\"bottomMarginMobile\":0,\"leftMarginMobile\":0,\"rightMarginMobile\":0,\"marginLink\":false,\"variationSelected\":true,\"rowGapMobile\":0,\"columnGapDesktop\":0} -->\n<div class=\"wp-block-uagb-container uagb-block-422b50d8\"><!-- wp:uagb/container {\"block_id\":\"d3f6e567\",\"widthDesktop\":50,\"bottomPaddingDesktop\":20,\"rightPaddingDesktop\":32,\"bottomPaddingTablet\":35,\"rightPaddingTablet\":15,\"bottomPaddingMobile\":65,\"paddingLink\":false,\"topMarginDesktop\":0,\"bottomMarginDesktop\":0,\"leftMarginDesktop\":5,\"rightMarginDesktop\":5,\"topMarginMobile\":0,\"bottomMarginMobile\":0,\"leftMarginMobile\":0,\"rightMarginMobile\":0,\"marginLink\":false,\"variationSelected\":true,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-d3f6e567\"><!-- wp:uagb/info-box {\"classMigrate\":true,\"headingAlign\":\"left\",\"headingColor\":\"\",\"subHeadingColor\":\"\",\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"source_type\":\"image\",\"block_id\":\"b9b4d943\",\"ctaIcon\":\"\",\"ctaType\":\"text\",\"ctaText\":\"READ MORE\",\"ctaLinkColor\":\"var(\\u002d\\u002dast-global-color-0)\",\"ctaDecoration\":\"underline\",\"ctaFontSize\":12,\"ctaFontWeight\":\"600\",\"ctaLetterSpacing\":2,\"ctaBorderColor\":\"\",\"ctaBorderStyle\":\"\",\"ctaBorderWidth\":\"\",\"ctaBorderRadius\":\"\",\"iconBottomMargin\":30,\"iconImage\":{\"uploading\":false,\"date\":1670939381000,\"filename\":\"acacia-lounge.jpg\",\"menuOrder\":0,\"uploadedTo\":761,\"type\":\"image\",\"subtype\":\"jpeg\",\"id\":885,\"title\":\"acacia-lounge\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/acacia-lounge.jpg\",\"link\":\"https://blueroan.netgen.cloud/accommodation/acacia-lounge/\",\"alt\":\"\",\"author\":\"2\",\"description\":\"\",\"caption\":\"\",\"name\":\"acacia-lounge\",\"status\":\"inherit\",\"modified\":1670939381000,\"mime\":\"image/jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-includes/images/media/default.png\",\"dateFormatted\":\"December 13, 2022\",\"nonces\":{\"update\":\"17e284dc72\",\"delete\":\"0967fb8415\",\"edit\":\"99ac1eb1a8\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=885\\u0026action=edit\",\"meta\":false,\"authorName\":\"Netgen Support\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/profile.php\",\"uploadedToTitle\":\"Accommodation\",\"uploadedToLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=761\\u0026action=edit\",\"filesizeInBytes\":37270,\"filesizeHumanReadable\":\"36 KB\",\"context\":\"\",\"height\":400,\"width\":600,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/acacia-lounge-150x150.jpg\",\"orientation\":\"landscape\"},\"medium\":{\"height\":200,\"width\":300,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/acacia-lounge-300x200.jpg\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/acacia-lounge.jpg\",\"height\":400,\"width\":600,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"imageSize\":\"full\",\"imageWidth\":100,\"imageWidthMobile\":100,\"imageWidthTablet\":100,\"paddingBtnTop\":10,\"paddingBtnBottom\":10,\"paddingBtnLeft\":14,\"paddingBtnRight\":14,\"imageWidthUnit\":\"%\",\"imageWidthUnitTablet\":\"%\",\"imageWidthUnitMobile\":\"%\",\"subHeadTopMargin\":0,\"subHeadRightMargin\":40,\"subHeadLeftMargin\":0,\"subHeadMarginTopTablet\":0,\"subHeadMarginRightTablet\":0,\"subHeadTabletSpace\":20,\"subHeadMarginLeftTablet\":0,\"imgTagHeight\":66,\"imgTagWidth\":600,\"btnBorderTopWidth\":1,\"btnBorderLeftWidth\":1,\"btnBorderRightWidth\":1,\"btnBorderBottomWidth\":1,\"btnBorderTopLeftRadius\":0,\"btnBorderTopRightRadius\":0,\"btnBorderBottomLeftRadius\":0,\"btnBorderBottomRightRadius\":0,\"btnBorderStyle\":\"solid\",\"btnBorderColor\":\"#333\"} -->\n<div class=\"wp-block-uagb-info-box uagb-block-b9b4d943 uagb-infobox__content-wrap  uagb-infobox-icon-above-title uagb-infobox-image-valign-top\"><div class=\"uagb-ifb-content\"><div class=\"uagb-ifb-image-content\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/acacia-lounge.jpg\" alt=\"\" width=\"100\" height=\"66\" loading=\"lazy\"/></div><div class=\"uagb-ifb-title-wrap\"><h3 class=\"uagb-ifb-title\">The Acacia </h3></div><p class=\"uagb-ifb-desc\">The largest unit we have named after the Acacia tree. This suite is rugged and rustic and has a spacious open plan living area opening onto a covered patio with a brick braai area. </p><div class=\"uagb-ifb-button-wrapper wp-block-button\"><a href=\"\" target=\"_self\" class=\"uagb-infobox-cta-link uagb-disable-link\" rel=\"noopener noreferrer\" alt=\"\"><span class=\"uagb-inline-editing\">READ MORE</span></a></div></div></div>\n<!-- /wp:uagb/info-box --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"18f55894\",\"widthDesktop\":50,\"bottomPaddingDesktop\":20,\"rightPaddingDesktop\":32,\"bottomPaddingTablet\":35,\"rightPaddingTablet\":15,\"paddingLink\":false,\"topMarginDesktop\":0,\"bottomMarginDesktop\":0,\"leftMarginDesktop\":5,\"rightMarginDesktop\":5,\"topMarginMobile\":0,\"bottomMarginMobile\":0,\"leftMarginMobile\":0,\"rightMarginMobile\":0,\"marginLink\":false,\"variationSelected\":true,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-18f55894\"><!-- wp:uagb/info-box {\"classMigrate\":true,\"headingAlign\":\"left\",\"headingColor\":\"\",\"subHeadingColor\":\"\",\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"source_type\":\"image\",\"block_id\":\"b9ce7415\",\"ctaIcon\":\"\",\"ctaType\":\"text\",\"ctaText\":\"READ MORE\",\"ctaLinkColor\":\"var(\\u002d\\u002dast-global-color-0)\",\"ctaDecoration\":\"underline\",\"ctaFontSize\":12,\"ctaFontWeight\":\"600\",\"ctaLetterSpacing\":2,\"ctaBorderColor\":\"\",\"ctaBorderStyle\":\"\",\"ctaBorderWidth\":\"\",\"ctaBorderRadius\":\"\",\"iconBottomMargin\":30,\"iconImage\":{\"id\":290,\"title\":\"room-6\",\"filename\":\"room-6.jpg\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/room-6.jpg\",\"link\":\"https://blueroan.netgen.cloud/room-6/\",\"alt\":\"\",\"author\":\"34\",\"description\":\"\",\"caption\":\"\",\"name\":\"room-6\",\"status\":\"inherit\",\"uploadedTo\":0,\"date\":\"2021-05-11T12:42:24.000Z\",\"modified\":\"2021-05-11T12:42:24.000Z\",\"menuOrder\":0,\"mime\":\"image/jpeg\",\"type\":\"image\",\"subtype\":\"jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/default.png\",\"dateFormatted\":\"May 11, 2021\",\"nonces\":{\"update\":\"ca0f21bc6b\",\"delete\":\"aeb89ca3d4\",\"edit\":\"4be159def3\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=290\\u0026action=edit\",\"meta\":false,\"authorName\":\"Rishabh\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/user-edit.php?user_id=34\",\"filesizeInBytes\":50081,\"filesizeHumanReadable\":\"49 KB\",\"context\":\"\",\"height\":400,\"width\":600,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/room-6-150x150.jpg\",\"orientation\":\"landscape\"},\"medium\":{\"height\":200,\"width\":300,\"url\":\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/room-6-300x200.jpg\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/room-6.jpg\",\"height\":400,\"width\":600,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"imageSize\":\"full\",\"imageWidth\":100,\"imageWidthMobile\":100,\"imageWidthTablet\":100,\"paddingBtnTop\":10,\"paddingBtnBottom\":10,\"paddingBtnLeft\":14,\"paddingBtnRight\":14,\"imageWidthUnit\":\"%\",\"imageWidthUnitTablet\":\"%\",\"imageWidthUnitMobile\":\"%\",\"subHeadTopMargin\":0,\"subHeadRightMargin\":40,\"subHeadLeftMargin\":0,\"subHeadMarginTopTablet\":0,\"subHeadMarginRightTablet\":0,\"subHeadTabletSpace\":20,\"subHeadMarginLeftTablet\":0,\"imgTagHeight\":66,\"imgTagWidth\":600,\"btnBorderTopWidth\":1,\"btnBorderLeftWidth\":1,\"btnBorderRightWidth\":1,\"btnBorderBottomWidth\":1,\"btnBorderTopLeftRadius\":0,\"btnBorderTopRightRadius\":0,\"btnBorderBottomLeftRadius\":0,\"btnBorderBottomRightRadius\":0,\"btnBorderStyle\":\"solid\",\"btnBorderColor\":\"#333\"} -->\n<div class=\"wp-block-uagb-info-box uagb-block-b9ce7415 uagb-infobox__content-wrap  uagb-infobox-icon-above-title uagb-infobox-image-valign-top\"><div class=\"uagb-ifb-content\"><div class=\"uagb-ifb-image-content\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/room-6.jpg\" alt=\"\" width=\"100\" height=\"66\" loading=\"lazy\"/></div><div class=\"uagb-ifb-title-wrap\"><h3 class=\"uagb-ifb-title\">The Greek Villa </h3></div><p class=\"uagb-ifb-desc\">Designed like a Greek villa this Mediterranean style reflects a relaxed atmosphere with its dominant white walls and blue ceilings with lovely rustic furnishings</p><div class=\"uagb-ifb-button-wrapper wp-block-button\"><a href=\"\" target=\"_self\" class=\"uagb-infobox-cta-link uagb-disable-link\" rel=\"noopener noreferrer\" alt=\"\"><span class=\"uagb-inline-editing\">READ MORE</span></a></div></div></div>\n<!-- /wp:uagb/info-box --></div>\n<!-- /wp:uagb/container --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"5b2d1df7\",\"directionDesktop\":\"row\",\"justifyContentDesktop\":\"flex-start\",\"topMarginDesktop\":54,\"bottomMarginDesktop\":0,\"leftMarginDesktop\":0,\"rightMarginDesktop\":0,\"topMarginMobile\":0,\"bottomMarginMobile\":0,\"leftMarginMobile\":0,\"rightMarginMobile\":0,\"marginLink\":false,\"variationSelected\":true,\"rowGapMobile\":0,\"columnGapDesktop\":0} -->\n<div class=\"wp-block-uagb-container uagb-block-5b2d1df7\"><!-- wp:uagb/container {\"block_id\":\"f55f5e9a\",\"widthDesktop\":50,\"bottomPaddingDesktop\":20,\"rightPaddingDesktop\":32,\"bottomPaddingTablet\":35,\"rightPaddingTablet\":15,\"bottomPaddingMobile\":65,\"paddingLink\":false,\"topMarginDesktop\":0,\"bottomMarginDesktop\":0,\"leftMarginDesktop\":5,\"rightMarginDesktop\":5,\"topMarginMobile\":0,\"bottomMarginMobile\":0,\"leftMarginMobile\":0,\"rightMarginMobile\":0,\"marginLink\":false,\"variationSelected\":true,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-f55f5e9a\"><!-- wp:uagb/info-box {\"classMigrate\":true,\"headingAlign\":\"left\",\"headingColor\":\"\",\"subHeadingColor\":\"\",\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"source_type\":\"image\",\"block_id\":\"4faec3dd\",\"ctaIcon\":\"\",\"ctaType\":\"text\",\"ctaText\":\"READ MORE\",\"ctaLinkColor\":\"var(\\u002d\\u002dast-global-color-0)\",\"ctaDecoration\":\"underline\",\"ctaFontSize\":12,\"ctaFontWeight\":\"600\",\"ctaLetterSpacing\":2,\"ctaBorderColor\":\"\",\"ctaBorderStyle\":\"\",\"ctaBorderWidth\":\"\",\"ctaBorderRadius\":\"\",\"iconBottomMargin\":30,\"iconImage\":{\"uploading\":false,\"date\":1670943128000,\"filename\":\"AAEAAQAAAAAAAAAAAAAAJDkwZDA0NDg0LWIwNTctNGVlNy05Y2NjLWNjNDllODBmZTI3OA.png\",\"menuOrder\":0,\"uploadedTo\":761,\"type\":\"image\",\"subtype\":\"png\",\"id\":896,\"title\":\"AAEAAQAAAAAAAAAAAAAAJDkwZDA0NDg0LWIwNTctNGVlNy05Y2NjLWNjNDllODBmZTI3OA\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAAJDkwZDA0NDg0LWIwNTctNGVlNy05Y2NjLWNjNDllODBmZTI3OA.png\",\"link\":\"https://blueroan.netgen.cloud/accommodation/aaeaaqaaaaaaaaaaaaaajdkwzda0ndg0lwiwntctngvlny05y2njlwnjndllodbmzti3oa/\",\"alt\":\"Honeymoon suite bedroom \",\"author\":\"2\",\"description\":\"\",\"caption\":\"\",\"name\":\"aaeaaqaaaaaaaaaaaaaajdkwzda0ndg0lwiwntctngvlny05y2njlwnjndllodbmzti3oa\",\"status\":\"inherit\",\"modified\":1670943128000,\"mime\":\"image/png\",\"icon\":\"https://blueroan.netgen.cloud/wp-includes/images/media/default.png\",\"dateFormatted\":\"December 13, 2022\",\"nonces\":{\"update\":\"ef5e68588c\",\"delete\":\"c4dba1213a\",\"edit\":\"aea99f65e2\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=896\\u0026action=edit\",\"meta\":false,\"authorName\":\"Netgen Support\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/profile.php\",\"uploadedToTitle\":\"Accommodation\",\"uploadedToLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=761\\u0026action=edit\",\"filesizeInBytes\":1088370,\"filesizeHumanReadable\":\"1 MB\",\"context\":\"\",\"height\":861,\"width\":1300,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAAJDkwZDA0NDg0LWIwNTctNGVlNy05Y2NjLWNjNDllODBmZTI3OA-150x150.png\",\"orientation\":\"landscape\"},\"medium\":{\"height\":199,\"width\":300,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAAJDkwZDA0NDg0LWIwNTctNGVlNy05Y2NjLWNjNDllODBmZTI3OA-300x199.png\",\"orientation\":\"landscape\"},\"large\":{\"height\":678,\"width\":1024,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAAJDkwZDA0NDg0LWIwNTctNGVlNy05Y2NjLWNjNDllODBmZTI3OA-1024x678.png\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAAJDkwZDA0NDg0LWIwNTctNGVlNy05Y2NjLWNjNDllODBmZTI3OA.png\",\"height\":861,\"width\":1300,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"imageSize\":\"full\",\"imageWidth\":100,\"imageWidthMobile\":100,\"imageWidthTablet\":100,\"paddingBtnTop\":10,\"paddingBtnBottom\":10,\"paddingBtnLeft\":14,\"paddingBtnRight\":14,\"imageWidthUnit\":\"%\",\"imageWidthUnitTablet\":\"%\",\"imageWidthUnitMobile\":\"%\",\"subHeadTopMargin\":0,\"subHeadRightMargin\":40,\"subHeadLeftMargin\":0,\"subHeadMarginTopTablet\":0,\"subHeadMarginRightTablet\":0,\"subHeadTabletSpace\":20,\"subHeadMarginLeftTablet\":0,\"imgTagHeight\":66,\"imgTagWidth\":1300,\"btnBorderTopWidth\":1,\"btnBorderLeftWidth\":1,\"btnBorderRightWidth\":1,\"btnBorderBottomWidth\":1,\"btnBorderTopLeftRadius\":0,\"btnBorderTopRightRadius\":0,\"btnBorderBottomLeftRadius\":0,\"btnBorderBottomRightRadius\":0,\"btnBorderStyle\":\"solid\",\"btnBorderColor\":\"#333\"} -->\n<div class=\"wp-block-uagb-info-box uagb-block-4faec3dd uagb-infobox__content-wrap  uagb-infobox-icon-above-title uagb-infobox-image-valign-top\"><div class=\"uagb-ifb-content\"><div class=\"uagb-ifb-image-content\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAAJDkwZDA0NDg0LWIwNTctNGVlNy05Y2NjLWNjNDllODBmZTI3OA.png\" alt=\"Honeymoon suite bedroom \" width=\"100\" height=\"66\" loading=\"lazy\"/></div><div class=\"uagb-ifb-title-wrap\"><h3 class=\"uagb-ifb-title\">The Honeymoon suite</h3></div><p class=\"uagb-ifb-desc\">This&nbsp;<a href=\"https://www.collinsdictionary.com/dictionary/english/suite\">suite</a>&nbsp;is perfect for couples - This is an open-plan unit attached to the side of the main house, completely private with its own entrance, own garden, and carport.&nbsp;</p><div class=\"uagb-ifb-button-wrapper wp-block-button\"><a href=\"\" target=\"_self\" class=\"uagb-infobox-cta-link uagb-disable-link\" rel=\"noopener noreferrer\" alt=\"\"><span class=\"uagb-inline-editing\">READ MORE</span></a></div></div></div>\n<!-- /wp:uagb/info-box --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"e1c04d8c\",\"widthDesktop\":50,\"bottomPaddingDesktop\":20,\"rightPaddingDesktop\":32,\"bottomPaddingTablet\":35,\"rightPaddingTablet\":15,\"paddingLink\":false,\"topMarginDesktop\":0,\"bottomMarginDesktop\":0,\"leftMarginDesktop\":5,\"rightMarginDesktop\":5,\"topMarginMobile\":0,\"bottomMarginMobile\":0,\"leftMarginMobile\":0,\"rightMarginMobile\":0,\"marginLink\":false,\"variationSelected\":true,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-e1c04d8c\"></div>\n<!-- /wp:uagb/container --></div>\n<!-- /wp:uagb/container --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"59d14a55\",\"innerContentCustomWidthDesktop\":781,\"innerContentCustomWidthTablet\":781,\"backgroundType\":\"image\",\"backgroundImageDesktop\":{\"uploading\":false,\"date\":1670943271000,\"filename\":\"AAEAAQAAAAAAAAAAAAAA39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba.png\",\"menuOrder\":0,\"uploadedTo\":761,\"type\":\"image\",\"subtype\":\"png\",\"id\":899,\"title\":\"AAEAAQAAAAAAAAAAAAAA39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAA39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba.png\",\"link\":\"https://blueroan.netgen.cloud/accommodation/aaeaaqaaaaaaaaaaaaaa39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba/\",\"alt\":\"\",\"author\":\"2\",\"description\":\"\",\"caption\":\"\",\"name\":\"aaeaaqaaaaaaaaaaaaaa39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba\",\"status\":\"inherit\",\"modified\":1670943271000,\"mime\":\"image/png\",\"icon\":\"https://blueroan.netgen.cloud/wp-includes/images/media/default.png\",\"dateFormatted\":\"December 13, 2022\",\"nonces\":{\"update\":\"45b2b6c69b\",\"delete\":\"75d81c42ab\",\"edit\":\"88fae030a9\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=899\\u0026action=edit\",\"meta\":false,\"authorName\":\"Netgen Support\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/profile.php\",\"uploadedToTitle\":\"Accommodation\",\"uploadedToLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=761\\u0026action=edit\",\"filesizeInBytes\":2338048,\"filesizeHumanReadable\":\"2 MB\",\"context\":\"\",\"height\":900,\"width\":1200,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAA39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba-150x150.png\",\"orientation\":\"landscape\"},\"medium\":{\"height\":225,\"width\":300,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAA39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba-300x225.png\",\"orientation\":\"landscape\"},\"large\":{\"height\":768,\"width\":1024,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAA39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba-1024x768.png\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAA39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba.png\",\"height\":900,\"width\":1200,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"backgroundImageColor\":\"rgba(42,42,42,0.65)\",\"topPaddingDesktop\":144,\"bottomPaddingDesktop\":144,\"leftPaddingDesktop\":40,\"rightPaddingDesktop\":40,\"topPaddingTablet\":80,\"bottomPaddingTablet\":80,\"leftPaddingTablet\":40,\"rightPaddingTablet\":40,\"topPaddingMobile\":64,\"bottomPaddingMobile\":64,\"leftPaddingMobile\":24,\"rightPaddingMobile\":24,\"paddingLink\":false,\"variationSelected\":true,\"isBlockRootParent\":true,\"overlayType\":\"color\"} -->\n<div class=\"wp-block-uagb-container uagb-block-59d14a55 alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/advanced-heading {\"block_id\":\"d2f5f179\",\"classMigrate\":true,\"headingDescToggle\":true,\"headingAlign\":\"center\",\"headingColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"subHeadingColor\":\"var(\\u002d\\u002dast-global-color-4)\",\"headSpace\":20} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-d2f5f179\"><h2 class=\"uagb-heading-text\">Plan an Unforgettable Experience at<br>Blue Roan!</h2><p class=\"uagb-desc-text\">We can help you fit your stay and experience within your allotted budget.</p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/advanced-heading {\"block_id\":\"a3834c4b\",\"classMigrate\":true,\"headingTitleToggle\":false,\"headingDescToggle\":true,\"headingAlign\":\"center\",\"subHeadingColor\":\"var(\\u002d\\u002dast-global-color-4)\",\"subHeadTransform\":\"uppercase\",\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"subHeadLetterSpacing\":2,\"blockTopPadding\":60,\"blockRightPadding\":0,\"blockLeftPadding\":0,\"blockBottomPadding\":0,\"blockTopPaddingMobile\":30,\"blockRightPaddingMobile\":0,\"blockLeftPaddingMobile\":0,\"blockBottomPaddingMobile\":0} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-a3834c4b\"><p class=\"uagb-desc-text\">BOOK YOUR STAY NOW​</p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/icon-list {\"block_id\":\"5d802c69\",\"classMigrate\":true,\"childMigrate\":true,\"align\":\"center\",\"parentIcon\":\"phone\",\"size\":40,\"sizeMobile\":24,\"sizeTablet\":32,\"fontSize\":48,\"fontSizeMobile\":28,\"fontSizeTablet\":40,\"fontWeight\":\"600\",\"iconColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"labelColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"blockTopPadding\":0,\"blockRightPadding\":0,\"blockLeftPadding\":0,\"blockBottomPadding\":24,\"blockPaddingLink\":false} -->\n<div class=\"wp-block-uagb-icon-list uagb-block-5d802c69\"><div class=\"uagb-icon-list__wrap\"><!-- wp:uagb/icon-list-child {\"block_id\":\"d5620128\",\"label\":\" + 27 (0) 82 575 5409\",\"label_color\":\"\",\"link\":\"tel:+27825755409\",\"disableLink\":true,\"fromParentIcon\":\"phone\",\"imageSizeChild\":40} -->\n<div class=\"wp-block-uagb-icon-list-child uagb-block-d5620128\"><a target=\"_self\" aria-label=\" + 27 (0) 82 575 5409\" rel=\"noopener noreferrer\" href=\"tel:+27825755409\"> </a><span class=\"uagb-icon-list__source-wrap\"><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M511.2 387l-23.25 100.8c-3.266 14.25-15.79 24.22-30.46 24.22C205.2 512 0 306.8 0 54.5c0-14.66 9.969-27.2 24.22-30.45l100.8-23.25C139.7-2.602 154.7 5.018 160.8 18.92l46.52 108.5c5.438 12.78 1.77 27.67-8.98 36.45L144.5 207.1c33.98 69.22 90.26 125.5 159.5 159.5l44.08-53.8c8.688-10.78 23.69-14.51 36.47-8.975l108.5 46.51C506.1 357.2 514.6 372.4 511.2 387z\"></path></svg></span><span class=\"uagb-icon-list__label\"> + 27 (0) 82 575 5409</span></div>\n<!-- /wp:uagb/icon-list-child -->\n\n<!-- wp:uagb/icon-list-child {\"block_id\":\"a25dab4b\",\"label\":\"blueroan@ugo.co.za\",\"icon\":\"envelope\",\"label_color\":\"\",\"link\":\"mailto:blueroan@ugo.co.za\",\"target\":true,\"disableLink\":true,\"fromParentIcon\":\"phone\",\"imageSizeChild\":40} -->\n<div class=\"wp-block-uagb-icon-list-child uagb-block-a25dab4b\"><a target=\"_blank\" aria-label=\"blueroan@ugo.co.za\" rel=\"noopener noreferrer\" href=\"mailto:blueroan@ugo.co.za\"> </a><span class=\"uagb-icon-list__source-wrap\"><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M464 64C490.5 64 512 85.49 512 112C512 127.1 504.9 141.3 492.8 150.4L275.2 313.6C263.8 322.1 248.2 322.1 236.8 313.6L19.2 150.4C7.113 141.3 0 127.1 0 112C0 85.49 21.49 64 48 64H464zM217.6 339.2C240.4 356.3 271.6 356.3 294.4 339.2L512 176V384C512 419.3 483.3 448 448 448H64C28.65 448 0 419.3 0 384V176L217.6 339.2z\"></path></svg></span><span class=\"uagb-icon-list__label\">blueroan@ugo.co.za</span></div>\n<!-- /wp:uagb/icon-list-child --></div></div>\n<!-- /wp:uagb/icon-list --></div></div>\n<!-- /wp:uagb/container -->',	'Accommodation',	'',	'inherit',	'closed',	'closed',	'',	'761-revision-v1',	'',	'',	'2022-12-13 15:01:31',	'2022-12-13 15:01:31',	'',	761,	'https://blueroan.netgen.cloud/?p=902',	0,	'revision',	'',	0),
(903,	2,	'2022-12-13 15:02:10',	'2022-12-13 15:02:10',	'<!-- wp:uagb/container {\"block_id\":\"0d9c870d\",\"backgroundType\":\"image\",\"backgroundImageDesktop\":{\"id\":797,\"title\":\"blue-roan-guest-farm (13)\",\"filename\":\"blue-roan-guest-farm-13.jpg\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-13.jpg\",\"link\":\"https://blueroan.netgen.cloud/home/blue-roan-guest-farm-13/\",\"alt\":\"\",\"author\":\"2\",\"description\":\"\",\"caption\":\"\",\"name\":\"blue-roan-guest-farm-13\",\"status\":\"inherit\",\"uploadedTo\":760,\"date\":\"2022-12-13T09:37:10.000Z\",\"modified\":\"2022-12-13T09:37:10.000Z\",\"menuOrder\":0,\"mime\":\"image/jpeg\",\"type\":\"image\",\"subtype\":\"jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-includes/images/media/default.png\",\"dateFormatted\":\"December 13, 2022\",\"nonces\":{\"update\":\"88c7dafe15\",\"delete\":\"0e63c986af\",\"edit\":\"ba0aad2d7f\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=797\\u0026action=edit\",\"meta\":false,\"authorName\":\"Netgen Support\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/profile.php\",\"uploadedToTitle\":\"Home\",\"uploadedToLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=760\\u0026action=edit\",\"filesizeInBytes\":201183,\"filesizeHumanReadable\":\"196 KB\",\"context\":\"\",\"height\":667,\"width\":1000,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-13-150x150.jpg\",\"orientation\":\"landscape\"},\"medium\":{\"height\":200,\"width\":300,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-13-300x200.jpg\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-13.jpg\",\"height\":667,\"width\":1000,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"backgroundPositionDesktop\":{\"x\":0.62,\"y\":0.78},\"backgroundSizeTablet\":\"cover\",\"backgroundSizeMobile\":\"cover\",\"backgroundColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"backgroundImageColor\":\"rgba(42,42,42,0.5)\",\"topPaddingDesktop\":220,\"bottomPaddingDesktop\":150,\"topPaddingTablet\":170,\"bottomPaddingTablet\":160,\"leftPaddingTablet\":30,\"rightPaddingTablet\":30,\"topPaddingMobile\":180,\"bottomPaddingMobile\":80,\"leftPaddingMobile\":20,\"rightPaddingMobile\":20,\"paddingLink\":false,\"variationSelected\":true,\"isBlockRootParent\":true,\"overlayType\":\"color\"} -->\n<div class=\"wp-block-uagb-container uagb-block-0d9c870d alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/advanced-heading {\"block_id\":\"21b217c9\",\"classMigrate\":true,\"headingDescToggle\":true,\"headingColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"subHeadingColor\":\"var(\\u002d\\u002dast-global-color-4)\",\"headingTag\":\"h1\",\"headSpace\":20,\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"blockTopPadding\":0,\"blockRightPadding\":50,\"blockLeftPadding\":0,\"blockBottomPadding\":0,\"blockTopPaddingTablet\":0,\"blockRightPaddingTablet\":20,\"blockLeftPaddingTablet\":0,\"blockBottomPaddingTablet\":0,\"blockTopPaddingMobile\":0,\"blockRightPaddingMobile\":0,\"blockLeftPaddingMobile\":0,\"blockBottomPaddingMobile\":0,\"blockPaddingUnit\":\"%\",\"blockPaddingUnitTablet\":\"%\"} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-21b217c9\"><h1 class=\"uagb-heading-text\">Rooms &amp; Accommodation​</h1><p class=\"uagb-desc-text\">If you are looking for a home away from home, even a place your dog can come along then take a closer look into the rooms we offer and pick the one for you.</p></div>\n<!-- /wp:uagb/advanced-heading --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"8528a7b5\",\"backgroundType\":\"color\",\"backgroundSizeTablet\":\"cover\",\"backgroundSizeMobile\":\"cover\",\"backgroundColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"topPaddingDesktop\":120,\"bottomPaddingDesktop\":120,\"topPaddingTablet\":80,\"bottomPaddingTablet\":80,\"leftPaddingTablet\":30,\"rightPaddingTablet\":30,\"topPaddingMobile\":80,\"bottomPaddingMobile\":80,\"leftPaddingMobile\":20,\"rightPaddingMobile\":20,\"paddingLink\":false,\"variationSelected\":true,\"rowGapDesktop\":0,\"isBlockRootParent\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-8528a7b5 alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/container {\"block_id\":\"7567af63\",\"directionDesktop\":\"row\",\"alignItemsDesktop\":\"flex-end\",\"alignItemsTablet\":\"flex-end\",\"justifyContentDesktop\":\"flex-end\",\"justifyContentTablet\":\"space-between\",\"variationSelected\":true,\"rowGapMobile\":20,\"columnGapDesktop\":0} -->\n<div class=\"wp-block-uagb-container uagb-block-7567af63\"><!-- wp:uagb/advanced-heading {\"block_id\":\"04e16121\",\"classMigrate\":true,\"headingDescToggle\":true,\"subHeadingColor\":\"\",\"headSpace\":20,\"subHeadFontSize\":16} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-04e16121\"><h2 class=\"uagb-heading-text\">Come &amp; Stay With Us​</h2><p class=\"uagb-desc-text\">There are 7 excellent brick self-catering units available, each private and with a distinctive personality and theme. They are particularly made for pet-free or pet-owning couples looking for a romantic and serene setting to reconnect, celebrate special occasions, or simply unwind on a holiday.<br><br>We are pet-friendly by arrangement as each unit is separately fenced with its own grassy garden with a garden gate leading to the generous park area where pets can socialize. &nbsp;We also have lovely safe off-leash walking trails on our property and beyond. &nbsp;Our units are very luxurious with everything you would need and very homely and charming. Regrettably no children or group bookings.  </p></div>\n<!-- /wp:uagb/advanced-heading --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"f92739c0\",\"directionDesktop\":\"row\",\"alignItemsTablet\":\"flex-start\",\"justifyContentDesktop\":\"flex-start\",\"topMarginDesktop\":54,\"bottomMarginDesktop\":0,\"leftMarginDesktop\":0,\"rightMarginDesktop\":0,\"marginLink\":false,\"variationSelected\":true,\"rowGapMobile\":0,\"columnGapDesktop\":0} -->\n<div class=\"wp-block-uagb-container uagb-block-f92739c0\"><!-- wp:uagb/container {\"block_id\":\"ed50631d\",\"widthDesktop\":50,\"bottomPaddingDesktop\":20,\"rightPaddingDesktop\":32,\"bottomPaddingTablet\":35,\"rightPaddingTablet\":15,\"bottomPaddingMobile\":65,\"paddingLink\":false,\"topMarginDesktop\":0,\"bottomMarginDesktop\":0,\"leftMarginDesktop\":5,\"rightMarginDesktop\":5,\"topMarginMobile\":0,\"bottomMarginMobile\":0,\"leftMarginMobile\":0,\"rightMarginMobile\":0,\"marginLink\":false,\"variationSelected\":true,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-ed50631d\"><!-- wp:uagb/info-box {\"classMigrate\":true,\"headingAlign\":\"left\",\"headingColor\":\"\",\"subHeadingColor\":\"\",\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"source_type\":\"image\",\"block_id\":\"4a469d33\",\"ctaIcon\":\"\",\"ctaType\":\"text\",\"ctaText\":\"READ MORE\",\"ctaLinkColor\":\"var(\\u002d\\u002dast-global-color-0)\",\"ctaDecoration\":\"underline\",\"ctaFontSize\":12,\"ctaFontWeight\":\"600\",\"ctaLetterSpacing\":2,\"ctaBorderColor\":\"\",\"ctaBorderStyle\":\"\",\"ctaBorderWidth\":\"\",\"ctaBorderRadius\":\"\",\"iconBottomMargin\":30,\"iconImage\":{\"uploading\":false,\"date\":1670936674000,\"filename\":\"blue-roan-guest-farm-10.jpg\",\"menuOrder\":0,\"uploadedTo\":761,\"type\":\"image\",\"subtype\":\"jpeg\",\"id\":863,\"title\":\"blue-roan-guest-farm (10)\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-10.jpg\",\"link\":\"https://blueroan.netgen.cloud/accommodation/blue-roan-guest-farm-10/\",\"alt\":\"\",\"author\":\"2\",\"description\":\"\",\"caption\":\"\",\"name\":\"blue-roan-guest-farm-10\",\"status\":\"inherit\",\"modified\":1670936674000,\"mime\":\"image/jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-includes/images/media/default.png\",\"dateFormatted\":\"December 13, 2022\",\"nonces\":{\"update\":\"1a7491aa65\",\"delete\":\"dc6afaa89c\",\"edit\":\"7635ee35fb\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=863\\u0026action=edit\",\"meta\":false,\"authorName\":\"Netgen Support\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/profile.php\",\"uploadedToTitle\":\"Accommodation\",\"uploadedToLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=761\\u0026action=edit\",\"filesizeInBytes\":149768,\"filesizeHumanReadable\":\"146 KB\",\"context\":\"\",\"height\":667,\"width\":1000,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-10-150x150.jpg\",\"orientation\":\"landscape\"},\"medium\":{\"height\":200,\"width\":300,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-10-300x200.jpg\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-10.jpg\",\"height\":667,\"width\":1000,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"imageSize\":\"full\",\"imageWidth\":100,\"imageWidthMobile\":100,\"imageWidthTablet\":100,\"paddingBtnTop\":10,\"paddingBtnBottom\":10,\"paddingBtnLeft\":14,\"paddingBtnRight\":14,\"imageWidthUnit\":\"%\",\"imageWidthUnitTablet\":\"%\",\"imageWidthUnitMobile\":\"%\",\"subHeadTopMargin\":0,\"subHeadRightMargin\":40,\"subHeadLeftMargin\":0,\"subHeadMarginTopTablet\":0,\"subHeadMarginRightTablet\":0,\"subHeadTabletSpace\":20,\"subHeadMarginLeftTablet\":0,\"imgTagHeight\":66,\"imgTagWidth\":1000,\"btnBorderTopWidth\":1,\"btnBorderLeftWidth\":1,\"btnBorderRightWidth\":1,\"btnBorderBottomWidth\":1,\"btnBorderTopLeftRadius\":0,\"btnBorderTopRightRadius\":0,\"btnBorderBottomLeftRadius\":0,\"btnBorderBottomRightRadius\":0,\"btnBorderStyle\":\"solid\",\"btnBorderColor\":\"#333\"} -->\n<div class=\"wp-block-uagb-info-box uagb-block-4a469d33 uagb-infobox__content-wrap  uagb-infobox-icon-above-title uagb-infobox-image-valign-top\"><div class=\"uagb-ifb-content\"><div class=\"uagb-ifb-image-content\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-10.jpg\" alt=\"\" width=\"100\" height=\"66\" loading=\"lazy\"/></div><div class=\"uagb-ifb-title-wrap\"><h3 class=\"uagb-ifb-title\">The Barn </h3></div><p class=\"uagb-ifb-desc\">Rustic beams and exposed wood are all hallmarks of our barn-style suite. This is an open-plan unit with lots of windows with a raised king bed on a platform that faces the TV and the mountains.</p><div class=\"uagb-ifb-button-wrapper wp-block-button\"><a href=\"\" target=\"_self\" class=\"uagb-infobox-cta-link uagb-disable-link\" rel=\"noopener noreferrer\" alt=\"\"><span class=\"uagb-inline-editing\">READ MORE</span></a></div></div></div>\n<!-- /wp:uagb/info-box --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"05572af5\",\"widthDesktop\":50,\"bottomPaddingDesktop\":20,\"rightPaddingDesktop\":32,\"bottomPaddingTablet\":35,\"rightPaddingTablet\":15,\"bottomPaddingMobile\":65,\"paddingLink\":false,\"topMarginDesktop\":0,\"bottomMarginDesktop\":0,\"leftMarginDesktop\":5,\"rightMarginDesktop\":5,\"topMarginMobile\":0,\"bottomMarginMobile\":0,\"leftMarginMobile\":0,\"rightMarginMobile\":0,\"marginLink\":false,\"variationSelected\":true,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-05572af5\"><!-- wp:uagb/info-box {\"classMigrate\":true,\"headingAlign\":\"left\",\"headingColor\":\"\",\"subHeadingColor\":\"\",\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"source_type\":\"image\",\"block_id\":\"ae9bc8c5\",\"ctaIcon\":\"\",\"ctaType\":\"text\",\"ctaText\":\"READ MORE\",\"ctaLinkColor\":\"var(\\u002d\\u002dast-global-color-0)\",\"ctaDecoration\":\"underline\",\"ctaFontSize\":12,\"ctaFontWeight\":\"600\",\"ctaLetterSpacing\":2,\"ctaBorderColor\":\"\",\"ctaBorderStyle\":\"\",\"ctaBorderWidth\":\"\",\"ctaBorderRadius\":\"\",\"iconBottomMargin\":30,\"iconImage\":{\"uploading\":false,\"date\":1670936842000,\"filename\":\"tuscan-suite-raised-bed-and-settee.jpg\",\"menuOrder\":0,\"uploadedTo\":761,\"type\":\"image\",\"subtype\":\"jpeg\",\"id\":864,\"title\":\"tuscan-suite-raised-bed-and-settee\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/tuscan-suite-raised-bed-and-settee.jpg\",\"link\":\"https://blueroan.netgen.cloud/accommodation/tuscan-suite-raised-bed-and-settee/\",\"alt\":\"\",\"author\":\"2\",\"description\":\"\",\"caption\":\"\",\"name\":\"tuscan-suite-raised-bed-and-settee\",\"status\":\"inherit\",\"modified\":1670936842000,\"mime\":\"image/jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-includes/images/media/default.png\",\"dateFormatted\":\"December 13, 2022\",\"nonces\":{\"update\":\"0624a4a01a\",\"delete\":\"9e8f0f7a5a\",\"edit\":\"087f94f2e5\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=864\\u0026action=edit\",\"meta\":false,\"authorName\":\"Netgen Support\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/profile.php\",\"uploadedToTitle\":\"Accommodation\",\"uploadedToLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=761\\u0026action=edit\",\"filesizeInBytes\":41923,\"filesizeHumanReadable\":\"41 KB\",\"context\":\"\",\"height\":400,\"width\":600,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/tuscan-suite-raised-bed-and-settee-150x150.jpg\",\"orientation\":\"landscape\"},\"medium\":{\"height\":200,\"width\":300,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/tuscan-suite-raised-bed-and-settee-300x200.jpg\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/tuscan-suite-raised-bed-and-settee.jpg\",\"height\":400,\"width\":600,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"imageSize\":\"full\",\"imageWidth\":100,\"imageWidthMobile\":100,\"imageWidthTablet\":100,\"paddingBtnTop\":10,\"paddingBtnBottom\":10,\"paddingBtnLeft\":14,\"paddingBtnRight\":14,\"imageWidthUnit\":\"%\",\"imageWidthUnitTablet\":\"%\",\"imageWidthUnitMobile\":\"%\",\"subHeadTopMargin\":0,\"subHeadRightMargin\":40,\"subHeadLeftMargin\":0,\"subHeadMarginTopTablet\":0,\"subHeadMarginRightTablet\":0,\"subHeadTabletSpace\":20,\"subHeadMarginLeftTablet\":0,\"imgTagHeight\":66,\"imgTagWidth\":600,\"btnBorderTopWidth\":1,\"btnBorderLeftWidth\":1,\"btnBorderRightWidth\":1,\"btnBorderBottomWidth\":1,\"btnBorderTopLeftRadius\":0,\"btnBorderTopRightRadius\":0,\"btnBorderBottomLeftRadius\":0,\"btnBorderBottomRightRadius\":0,\"btnBorderStyle\":\"solid\",\"btnBorderColor\":\"#333\"} -->\n<div class=\"wp-block-uagb-info-box uagb-block-ae9bc8c5 uagb-infobox__content-wrap  uagb-infobox-icon-above-title uagb-infobox-image-valign-top\"><div class=\"uagb-ifb-content\"><div class=\"uagb-ifb-image-content\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/tuscan-suite-raised-bed-and-settee.jpg\" alt=\"\" width=\"100\" height=\"66\" loading=\"lazy\"/></div><div class=\"uagb-ifb-title-wrap\"><h3 class=\"uagb-ifb-title\">The Tuscan Suite </h3></div><p class=\"uagb-ifb-desc\">Terra-cotta tiles, textured wall treatments, gorgeous, intricate murals,&nbsp;and simple, durable furniture with elegant iron accents are all characteristics of Tuscan interior design.</p><div class=\"uagb-ifb-button-wrapper wp-block-button\"><a href=\"\" target=\"_self\" class=\"uagb-infobox-cta-link uagb-disable-link\" rel=\"noopener noreferrer\" alt=\"\"><span class=\"uagb-inline-editing\">READ MORE</span></a></div></div></div>\n<!-- /wp:uagb/info-box --></div>\n<!-- /wp:uagb/container --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"78a1b70f\",\"directionDesktop\":\"row\",\"alignItemsTablet\":\"flex-start\",\"justifyContentDesktop\":\"flex-start\",\"topMarginDesktop\":54,\"bottomMarginDesktop\":0,\"leftMarginDesktop\":0,\"rightMarginDesktop\":0,\"topMarginMobile\":0,\"bottomMarginMobile\":0,\"leftMarginMobile\":0,\"rightMarginMobile\":0,\"marginLink\":false,\"variationSelected\":true,\"rowGapMobile\":0,\"columnGapDesktop\":0} -->\n<div class=\"wp-block-uagb-container uagb-block-78a1b70f\"><!-- wp:uagb/container {\"block_id\":\"35c6a3ef\",\"widthDesktop\":50,\"bottomPaddingDesktop\":20,\"rightPaddingDesktop\":32,\"bottomPaddingTablet\":35,\"leftPaddingTablet\":0,\"rightPaddingTablet\":15,\"bottomPaddingMobile\":65,\"paddingLink\":false,\"topMarginDesktop\":0,\"bottomMarginDesktop\":0,\"leftMarginDesktop\":5,\"rightMarginDesktop\":5,\"topMarginMobile\":0,\"bottomMarginMobile\":0,\"leftMarginMobile\":0,\"rightMarginMobile\":0,\"marginLink\":false,\"variationSelected\":true,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-35c6a3ef\"><!-- wp:uagb/info-box {\"classMigrate\":true,\"headingAlign\":\"left\",\"headingColor\":\"\",\"subHeadingColor\":\"\",\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"source_type\":\"image\",\"block_id\":\"219857e7\",\"ctaIcon\":\"\",\"ctaType\":\"text\",\"ctaText\":\"READ MORE\",\"ctaLinkColor\":\"var(\\u002d\\u002dast-global-color-0)\",\"ctaDecoration\":\"underline\",\"ctaFontSize\":12,\"ctaFontWeight\":\"600\",\"ctaLetterSpacing\":2,\"ctaBorderColor\":\"\",\"ctaBorderStyle\":\"\",\"ctaBorderWidth\":\"\",\"ctaBorderRadius\":\"\",\"iconBottomMargin\":30,\"iconImage\":{\"uploading\":false,\"date\":1670938945000,\"filename\":\"bluebush-king-bed-and-spa-bath.png\",\"menuOrder\":0,\"uploadedTo\":761,\"type\":\"image\",\"subtype\":\"png\",\"id\":881,\"title\":\"bluebush-king-bed-and-spa-bath\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/bluebush-king-bed-and-spa-bath.png\",\"link\":\"https://blueroan.netgen.cloud/accommodation/bluebush-king-bed-and-spa-bath/\",\"alt\":\"\",\"author\":\"2\",\"description\":\"\",\"caption\":\"\",\"name\":\"bluebush-king-bed-and-spa-bath\",\"status\":\"inherit\",\"modified\":1670938945000,\"mime\":\"image/png\",\"icon\":\"https://blueroan.netgen.cloud/wp-includes/images/media/default.png\",\"dateFormatted\":\"December 13, 2022\",\"nonces\":{\"update\":\"e1c334788a\",\"delete\":\"b219c40b29\",\"edit\":\"273b944edc\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=881\\u0026action=edit\",\"meta\":false,\"authorName\":\"Netgen Support\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/profile.php\",\"uploadedToTitle\":\"Accommodation\",\"uploadedToLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=761\\u0026action=edit\",\"filesizeInBytes\":1195033,\"filesizeHumanReadable\":\"1 MB\",\"context\":\"\",\"height\":667,\"width\":1000,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/bluebush-king-bed-and-spa-bath-150x150.png\",\"orientation\":\"landscape\"},\"medium\":{\"height\":200,\"width\":300,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/bluebush-king-bed-and-spa-bath-300x200.png\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/bluebush-king-bed-and-spa-bath.png\",\"height\":667,\"width\":1000,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"imageSize\":\"full\",\"imageWidth\":100,\"imageWidthMobile\":100,\"imageWidthTablet\":100,\"paddingBtnTop\":10,\"paddingBtnBottom\":10,\"paddingBtnLeft\":14,\"paddingBtnRight\":14,\"imageWidthUnit\":\"%\",\"imageWidthUnitTablet\":\"%\",\"imageWidthUnitMobile\":\"%\",\"subHeadTopMargin\":0,\"subHeadRightMargin\":40,\"subHeadLeftMargin\":0,\"subHeadMarginTopTablet\":0,\"subHeadMarginRightTablet\":0,\"subHeadTabletSpace\":20,\"subHeadMarginLeftTablet\":0,\"imgTagHeight\":66,\"imgTagWidth\":1000,\"btnBorderTopWidth\":1,\"btnBorderLeftWidth\":1,\"btnBorderRightWidth\":1,\"btnBorderBottomWidth\":1,\"btnBorderTopLeftRadius\":0,\"btnBorderTopRightRadius\":0,\"btnBorderBottomLeftRadius\":0,\"btnBorderBottomRightRadius\":0,\"btnBorderStyle\":\"solid\",\"btnBorderColor\":\"#333\"} -->\n<div class=\"wp-block-uagb-info-box uagb-block-219857e7 uagb-infobox__content-wrap  uagb-infobox-icon-above-title uagb-infobox-image-valign-top\"><div class=\"uagb-ifb-content\"><div class=\"uagb-ifb-image-content\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/bluebush-king-bed-and-spa-bath.png\" alt=\"\" width=\"100\" height=\"66\" loading=\"lazy\"/></div><div class=\"uagb-ifb-title-wrap\"><h3 class=\"uagb-ifb-title\">The Bluebush </h3></div><p class=\"uagb-ifb-desc\">A warm and comforting suite with a very homely feeling. Settle in and relax like you would at home. Relax with a perfect corner-shaped spa bath and open-plan&nbsp;living area.</p><div class=\"uagb-ifb-button-wrapper wp-block-button\"><a href=\"\" target=\"_self\" class=\"uagb-infobox-cta-link uagb-disable-link\" rel=\"noopener noreferrer\" alt=\"\"><span class=\"uagb-inline-editing\">READ MORE</span></a></div></div></div>\n<!-- /wp:uagb/info-box --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"d73f054d\",\"widthDesktop\":50,\"bottomPaddingDesktop\":20,\"rightPaddingDesktop\":32,\"bottomPaddingTablet\":35,\"rightPaddingTablet\":15,\"bottomPaddingMobile\":65,\"paddingLink\":false,\"topMarginDesktop\":0,\"bottomMarginDesktop\":0,\"leftMarginDesktop\":5,\"rightMarginDesktop\":5,\"topMarginMobile\":0,\"bottomMarginMobile\":0,\"leftMarginMobile\":0,\"rightMarginMobile\":0,\"marginLink\":false,\"variationSelected\":true,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-d73f054d\"><!-- wp:uagb/info-box {\"classMigrate\":true,\"headingAlign\":\"left\",\"headingColor\":\"\",\"subHeadingColor\":\"\",\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"source_type\":\"image\",\"block_id\":\"ff81cc99\",\"ctaIcon\":\"\",\"ctaType\":\"text\",\"ctaText\":\"READ MORE\",\"ctaLinkColor\":\"var(\\u002d\\u002dast-global-color-0)\",\"ctaDecoration\":\"underline\",\"ctaFontSize\":12,\"ctaFontWeight\":\"600\",\"ctaLetterSpacing\":2,\"ctaBorderColor\":\"\",\"ctaBorderStyle\":\"\",\"ctaBorderWidth\":\"\",\"ctaBorderRadius\":\"\",\"iconBottomMargin\":30,\"iconImage\":{\"uploading\":false,\"date\":1670938831000,\"filename\":\"blue-roan-guest-farm-11.jpg\",\"menuOrder\":0,\"uploadedTo\":761,\"type\":\"image\",\"subtype\":\"jpeg\",\"id\":879,\"title\":\"blue-roan-guest-farm (11)\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-11.jpg\",\"link\":\"https://blueroan.netgen.cloud/accommodation/blue-roan-guest-farm-11/\",\"alt\":\"\",\"author\":\"2\",\"description\":\"\",\"caption\":\"\",\"name\":\"blue-roan-guest-farm-11\",\"status\":\"inherit\",\"modified\":1670938831000,\"mime\":\"image/jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-includes/images/media/default.png\",\"dateFormatted\":\"December 13, 2022\",\"nonces\":{\"update\":\"294125e9db\",\"delete\":\"1a7a578cdb\",\"edit\":\"79b313e573\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=879\\u0026action=edit\",\"meta\":false,\"authorName\":\"Netgen Support\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/profile.php\",\"uploadedToTitle\":\"Accommodation\",\"uploadedToLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=761\\u0026action=edit\",\"filesizeInBytes\":175055,\"filesizeHumanReadable\":\"171 KB\",\"context\":\"\",\"height\":667,\"width\":1000,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-11-150x150.jpg\",\"orientation\":\"landscape\"},\"medium\":{\"height\":200,\"width\":300,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-11-300x200.jpg\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-11.jpg\",\"height\":667,\"width\":1000,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"imageSize\":\"full\",\"imageWidth\":100,\"imageWidthMobile\":100,\"imageWidthTablet\":100,\"paddingBtnTop\":10,\"paddingBtnBottom\":10,\"paddingBtnLeft\":14,\"paddingBtnRight\":14,\"imageWidthUnit\":\"%\",\"imageWidthUnitTablet\":\"%\",\"imageWidthUnitMobile\":\"%\",\"subHeadTopMargin\":0,\"subHeadRightMargin\":40,\"subHeadLeftMargin\":0,\"subHeadMarginTopTablet\":0,\"subHeadMarginRightTablet\":0,\"subHeadTabletSpace\":20,\"subHeadMarginLeftTablet\":0,\"imgTagHeight\":66,\"imgTagWidth\":1000,\"btnBorderTopWidth\":1,\"btnBorderLeftWidth\":1,\"btnBorderRightWidth\":1,\"btnBorderBottomWidth\":1,\"btnBorderTopLeftRadius\":0,\"btnBorderTopRightRadius\":0,\"btnBorderBottomLeftRadius\":0,\"btnBorderBottomRightRadius\":0,\"btnBorderStyle\":\"solid\",\"btnBorderColor\":\"#333\"} -->\n<div class=\"wp-block-uagb-info-box uagb-block-ff81cc99 uagb-infobox__content-wrap  uagb-infobox-icon-above-title uagb-infobox-image-valign-top\"><div class=\"uagb-ifb-content\"><div class=\"uagb-ifb-image-content\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-11.jpg\" alt=\"\" width=\"100\" height=\"66\" loading=\"lazy\"/></div><div class=\"uagb-ifb-title-wrap\"><h3 class=\"uagb-ifb-title\">The Mexican Loft </h3></div><p class=\"uagb-ifb-desc\">This Mexican-inspired unit is full of bold colors and rustic furnishings. This design style has a multifarious feel, mixing rustic wood, authentic art, textiles, and a vivid palette of color</p><div class=\"uagb-ifb-button-wrapper wp-block-button\"><a href=\"\" target=\"_self\" class=\"uagb-infobox-cta-link uagb-disable-link\" rel=\"noopener noreferrer\" alt=\"\"><span class=\"uagb-inline-editing\">READ MORE</span></a></div></div></div>\n<!-- /wp:uagb/info-box --></div>\n<!-- /wp:uagb/container --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"691d51e9\",\"directionDesktop\":\"row\",\"justifyContentDesktop\":\"flex-start\",\"topMarginDesktop\":54,\"bottomMarginDesktop\":0,\"leftMarginDesktop\":0,\"rightMarginDesktop\":0,\"topMarginMobile\":0,\"bottomMarginMobile\":0,\"leftMarginMobile\":0,\"rightMarginMobile\":0,\"marginLink\":false,\"variationSelected\":true,\"rowGapMobile\":0,\"columnGapDesktop\":0} -->\n<div class=\"wp-block-uagb-container uagb-block-691d51e9\"><!-- wp:uagb/container {\"block_id\":\"ee39710b\",\"widthDesktop\":50,\"bottomPaddingDesktop\":20,\"rightPaddingDesktop\":32,\"bottomPaddingTablet\":35,\"rightPaddingTablet\":15,\"bottomPaddingMobile\":65,\"paddingLink\":false,\"topMarginDesktop\":0,\"bottomMarginDesktop\":0,\"leftMarginDesktop\":5,\"rightMarginDesktop\":5,\"topMarginMobile\":0,\"bottomMarginMobile\":0,\"leftMarginMobile\":0,\"rightMarginMobile\":0,\"marginLink\":false,\"variationSelected\":true,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-ee39710b\"><!-- wp:uagb/info-box {\"classMigrate\":true,\"headingAlign\":\"left\",\"headingColor\":\"\",\"subHeadingColor\":\"\",\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"source_type\":\"image\",\"block_id\":\"bd98c6ca\",\"ctaIcon\":\"\",\"ctaType\":\"text\",\"ctaText\":\"READ MORE\",\"ctaLinkColor\":\"var(\\u002d\\u002dast-global-color-0)\",\"ctaDecoration\":\"underline\",\"ctaFontSize\":12,\"ctaFontWeight\":\"600\",\"ctaLetterSpacing\":2,\"ctaBorderColor\":\"\",\"ctaBorderStyle\":\"\",\"ctaBorderWidth\":\"\",\"ctaBorderRadius\":\"\",\"iconBottomMargin\":30,\"iconImage\":{\"uploading\":false,\"date\":1670939381000,\"filename\":\"acacia-lounge.jpg\",\"menuOrder\":0,\"uploadedTo\":761,\"type\":\"image\",\"subtype\":\"jpeg\",\"id\":885,\"title\":\"acacia-lounge\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/acacia-lounge.jpg\",\"link\":\"https://blueroan.netgen.cloud/accommodation/acacia-lounge/\",\"alt\":\"\",\"author\":\"2\",\"description\":\"\",\"caption\":\"\",\"name\":\"acacia-lounge\",\"status\":\"inherit\",\"modified\":1670939381000,\"mime\":\"image/jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-includes/images/media/default.png\",\"dateFormatted\":\"December 13, 2022\",\"nonces\":{\"update\":\"17e284dc72\",\"delete\":\"0967fb8415\",\"edit\":\"99ac1eb1a8\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=885\\u0026action=edit\",\"meta\":false,\"authorName\":\"Netgen Support\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/profile.php\",\"uploadedToTitle\":\"Accommodation\",\"uploadedToLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=761\\u0026action=edit\",\"filesizeInBytes\":37270,\"filesizeHumanReadable\":\"36 KB\",\"context\":\"\",\"height\":400,\"width\":600,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/acacia-lounge-150x150.jpg\",\"orientation\":\"landscape\"},\"medium\":{\"height\":200,\"width\":300,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/acacia-lounge-300x200.jpg\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/acacia-lounge.jpg\",\"height\":400,\"width\":600,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"imageSize\":\"full\",\"imageWidth\":100,\"imageWidthMobile\":100,\"imageWidthTablet\":100,\"paddingBtnTop\":10,\"paddingBtnBottom\":10,\"paddingBtnLeft\":14,\"paddingBtnRight\":14,\"imageWidthUnit\":\"%\",\"imageWidthUnitTablet\":\"%\",\"imageWidthUnitMobile\":\"%\",\"subHeadTopMargin\":0,\"subHeadRightMargin\":40,\"subHeadLeftMargin\":0,\"subHeadMarginTopTablet\":0,\"subHeadMarginRightTablet\":0,\"subHeadTabletSpace\":20,\"subHeadMarginLeftTablet\":0,\"imgTagHeight\":66,\"imgTagWidth\":600,\"btnBorderTopWidth\":1,\"btnBorderLeftWidth\":1,\"btnBorderRightWidth\":1,\"btnBorderBottomWidth\":1,\"btnBorderTopLeftRadius\":0,\"btnBorderTopRightRadius\":0,\"btnBorderBottomLeftRadius\":0,\"btnBorderBottomRightRadius\":0,\"btnBorderStyle\":\"solid\",\"btnBorderColor\":\"#333\"} -->\n<div class=\"wp-block-uagb-info-box uagb-block-bd98c6ca uagb-infobox__content-wrap  uagb-infobox-icon-above-title uagb-infobox-image-valign-top\"><div class=\"uagb-ifb-content\"><div class=\"uagb-ifb-image-content\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/acacia-lounge.jpg\" alt=\"\" width=\"100\" height=\"66\" loading=\"lazy\"/></div><div class=\"uagb-ifb-title-wrap\"><h3 class=\"uagb-ifb-title\">The Acacia </h3></div><p class=\"uagb-ifb-desc\">The largest unit we have named after the Acacia tree. This suite is rugged and rustic and has a spacious open plan living area opening onto a covered patio with a brick braai area. </p><div class=\"uagb-ifb-button-wrapper wp-block-button\"><a href=\"\" target=\"_self\" class=\"uagb-infobox-cta-link uagb-disable-link\" rel=\"noopener noreferrer\" alt=\"\"><span class=\"uagb-inline-editing\">READ MORE</span></a></div></div></div>\n<!-- /wp:uagb/info-box --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"34b1c520\",\"widthDesktop\":50,\"bottomPaddingDesktop\":20,\"rightPaddingDesktop\":32,\"bottomPaddingTablet\":35,\"rightPaddingTablet\":15,\"paddingLink\":false,\"topMarginDesktop\":0,\"bottomMarginDesktop\":0,\"leftMarginDesktop\":5,\"rightMarginDesktop\":5,\"topMarginMobile\":0,\"bottomMarginMobile\":0,\"leftMarginMobile\":0,\"rightMarginMobile\":0,\"marginLink\":false,\"variationSelected\":true,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-34b1c520\"><!-- wp:uagb/info-box {\"classMigrate\":true,\"headingAlign\":\"left\",\"headingColor\":\"\",\"subHeadingColor\":\"\",\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"source_type\":\"image\",\"block_id\":\"9d819f0d\",\"ctaIcon\":\"\",\"ctaType\":\"text\",\"ctaText\":\"READ MORE\",\"ctaLinkColor\":\"var(\\u002d\\u002dast-global-color-0)\",\"ctaDecoration\":\"underline\",\"ctaFontSize\":12,\"ctaFontWeight\":\"600\",\"ctaLetterSpacing\":2,\"ctaBorderColor\":\"\",\"ctaBorderStyle\":\"\",\"ctaBorderWidth\":\"\",\"ctaBorderRadius\":\"\",\"iconBottomMargin\":30,\"iconImage\":{\"id\":290,\"title\":\"room-6\",\"filename\":\"room-6.jpg\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/room-6.jpg\",\"link\":\"https://blueroan.netgen.cloud/room-6/\",\"alt\":\"\",\"author\":\"34\",\"description\":\"\",\"caption\":\"\",\"name\":\"room-6\",\"status\":\"inherit\",\"uploadedTo\":0,\"date\":\"2021-05-11T12:42:24.000Z\",\"modified\":\"2021-05-11T12:42:24.000Z\",\"menuOrder\":0,\"mime\":\"image/jpeg\",\"type\":\"image\",\"subtype\":\"jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/default.png\",\"dateFormatted\":\"May 11, 2021\",\"nonces\":{\"update\":\"ca0f21bc6b\",\"delete\":\"aeb89ca3d4\",\"edit\":\"4be159def3\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=290\\u0026action=edit\",\"meta\":false,\"authorName\":\"Rishabh\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/user-edit.php?user_id=34\",\"filesizeInBytes\":50081,\"filesizeHumanReadable\":\"49 KB\",\"context\":\"\",\"height\":400,\"width\":600,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/room-6-150x150.jpg\",\"orientation\":\"landscape\"},\"medium\":{\"height\":200,\"width\":300,\"url\":\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/room-6-300x200.jpg\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/room-6.jpg\",\"height\":400,\"width\":600,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"imageSize\":\"full\",\"imageWidth\":100,\"imageWidthMobile\":100,\"imageWidthTablet\":100,\"paddingBtnTop\":10,\"paddingBtnBottom\":10,\"paddingBtnLeft\":14,\"paddingBtnRight\":14,\"imageWidthUnit\":\"%\",\"imageWidthUnitTablet\":\"%\",\"imageWidthUnitMobile\":\"%\",\"subHeadTopMargin\":0,\"subHeadRightMargin\":40,\"subHeadLeftMargin\":0,\"subHeadMarginTopTablet\":0,\"subHeadMarginRightTablet\":0,\"subHeadTabletSpace\":20,\"subHeadMarginLeftTablet\":0,\"imgTagHeight\":66,\"imgTagWidth\":600,\"btnBorderTopWidth\":1,\"btnBorderLeftWidth\":1,\"btnBorderRightWidth\":1,\"btnBorderBottomWidth\":1,\"btnBorderTopLeftRadius\":0,\"btnBorderTopRightRadius\":0,\"btnBorderBottomLeftRadius\":0,\"btnBorderBottomRightRadius\":0,\"btnBorderStyle\":\"solid\",\"btnBorderColor\":\"#333\"} -->\n<div class=\"wp-block-uagb-info-box uagb-block-9d819f0d uagb-infobox__content-wrap  uagb-infobox-icon-above-title uagb-infobox-image-valign-top\"><div class=\"uagb-ifb-content\"><div class=\"uagb-ifb-image-content\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/room-6.jpg\" alt=\"\" width=\"100\" height=\"66\" loading=\"lazy\"/></div><div class=\"uagb-ifb-title-wrap\"><h3 class=\"uagb-ifb-title\">The Greek Villa </h3></div><p class=\"uagb-ifb-desc\">Designed like a Greek villa this Mediterranean style reflects a relaxed atmosphere with its dominant white walls and blue ceilings with lovely rustic furnishings</p><div class=\"uagb-ifb-button-wrapper wp-block-button\"><a href=\"\" target=\"_self\" class=\"uagb-infobox-cta-link uagb-disable-link\" rel=\"noopener noreferrer\" alt=\"\"><span class=\"uagb-inline-editing\">READ MORE</span></a></div></div></div>\n<!-- /wp:uagb/info-box --></div>\n<!-- /wp:uagb/container --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"1d83969d\",\"directionDesktop\":\"row\",\"justifyContentDesktop\":\"flex-start\",\"topMarginDesktop\":54,\"bottomMarginDesktop\":0,\"leftMarginDesktop\":0,\"rightMarginDesktop\":0,\"topMarginMobile\":0,\"bottomMarginMobile\":0,\"leftMarginMobile\":0,\"rightMarginMobile\":0,\"marginLink\":false,\"variationSelected\":true,\"rowGapMobile\":0,\"columnGapDesktop\":0} -->\n<div class=\"wp-block-uagb-container uagb-block-1d83969d\"><!-- wp:uagb/container {\"block_id\":\"70eccffa\",\"widthDesktop\":50,\"bottomPaddingDesktop\":20,\"rightPaddingDesktop\":32,\"bottomPaddingTablet\":35,\"rightPaddingTablet\":15,\"bottomPaddingMobile\":65,\"paddingLink\":false,\"topMarginDesktop\":0,\"bottomMarginDesktop\":0,\"leftMarginDesktop\":5,\"rightMarginDesktop\":5,\"topMarginMobile\":0,\"bottomMarginMobile\":0,\"leftMarginMobile\":0,\"rightMarginMobile\":0,\"marginLink\":false,\"variationSelected\":true,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-70eccffa\"><!-- wp:uagb/info-box {\"classMigrate\":true,\"headingAlign\":\"left\",\"headingColor\":\"\",\"subHeadingColor\":\"\",\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"source_type\":\"image\",\"block_id\":\"8c0ab3c1\",\"ctaIcon\":\"\",\"ctaType\":\"text\",\"ctaText\":\"READ MORE\",\"ctaLinkColor\":\"var(\\u002d\\u002dast-global-color-0)\",\"ctaDecoration\":\"underline\",\"ctaFontSize\":12,\"ctaFontWeight\":\"600\",\"ctaLetterSpacing\":2,\"ctaBorderColor\":\"\",\"ctaBorderStyle\":\"\",\"ctaBorderWidth\":\"\",\"ctaBorderRadius\":\"\",\"iconBottomMargin\":30,\"iconImage\":{\"uploading\":false,\"date\":1670943128000,\"filename\":\"AAEAAQAAAAAAAAAAAAAAJDkwZDA0NDg0LWIwNTctNGVlNy05Y2NjLWNjNDllODBmZTI3OA.png\",\"menuOrder\":0,\"uploadedTo\":761,\"type\":\"image\",\"subtype\":\"png\",\"id\":896,\"title\":\"AAEAAQAAAAAAAAAAAAAAJDkwZDA0NDg0LWIwNTctNGVlNy05Y2NjLWNjNDllODBmZTI3OA\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAAJDkwZDA0NDg0LWIwNTctNGVlNy05Y2NjLWNjNDllODBmZTI3OA.png\",\"link\":\"https://blueroan.netgen.cloud/accommodation/aaeaaqaaaaaaaaaaaaaajdkwzda0ndg0lwiwntctngvlny05y2njlwnjndllodbmzti3oa/\",\"alt\":\"Honeymoon suite bedroom \",\"author\":\"2\",\"description\":\"\",\"caption\":\"\",\"name\":\"aaeaaqaaaaaaaaaaaaaajdkwzda0ndg0lwiwntctngvlny05y2njlwnjndllodbmzti3oa\",\"status\":\"inherit\",\"modified\":1670943128000,\"mime\":\"image/png\",\"icon\":\"https://blueroan.netgen.cloud/wp-includes/images/media/default.png\",\"dateFormatted\":\"December 13, 2022\",\"nonces\":{\"update\":\"ef5e68588c\",\"delete\":\"c4dba1213a\",\"edit\":\"aea99f65e2\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=896\\u0026action=edit\",\"meta\":false,\"authorName\":\"Netgen Support\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/profile.php\",\"uploadedToTitle\":\"Accommodation\",\"uploadedToLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=761\\u0026action=edit\",\"filesizeInBytes\":1088370,\"filesizeHumanReadable\":\"1 MB\",\"context\":\"\",\"height\":861,\"width\":1300,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAAJDkwZDA0NDg0LWIwNTctNGVlNy05Y2NjLWNjNDllODBmZTI3OA-150x150.png\",\"orientation\":\"landscape\"},\"medium\":{\"height\":199,\"width\":300,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAAJDkwZDA0NDg0LWIwNTctNGVlNy05Y2NjLWNjNDllODBmZTI3OA-300x199.png\",\"orientation\":\"landscape\"},\"large\":{\"height\":678,\"width\":1024,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAAJDkwZDA0NDg0LWIwNTctNGVlNy05Y2NjLWNjNDllODBmZTI3OA-1024x678.png\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAAJDkwZDA0NDg0LWIwNTctNGVlNy05Y2NjLWNjNDllODBmZTI3OA.png\",\"height\":861,\"width\":1300,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"imageSize\":\"full\",\"imageWidth\":100,\"imageWidthMobile\":100,\"imageWidthTablet\":100,\"paddingBtnTop\":10,\"paddingBtnBottom\":10,\"paddingBtnLeft\":14,\"paddingBtnRight\":14,\"imageWidthUnit\":\"%\",\"imageWidthUnitTablet\":\"%\",\"imageWidthUnitMobile\":\"%\",\"subHeadTopMargin\":0,\"subHeadRightMargin\":40,\"subHeadLeftMargin\":0,\"subHeadMarginTopTablet\":0,\"subHeadMarginRightTablet\":0,\"subHeadTabletSpace\":20,\"subHeadMarginLeftTablet\":0,\"imgTagHeight\":66,\"imgTagWidth\":1300,\"btnBorderTopWidth\":1,\"btnBorderLeftWidth\":1,\"btnBorderRightWidth\":1,\"btnBorderBottomWidth\":1,\"btnBorderTopLeftRadius\":0,\"btnBorderTopRightRadius\":0,\"btnBorderBottomLeftRadius\":0,\"btnBorderBottomRightRadius\":0,\"btnBorderStyle\":\"solid\",\"btnBorderColor\":\"#333\"} -->\n<div class=\"wp-block-uagb-info-box uagb-block-8c0ab3c1 uagb-infobox__content-wrap  uagb-infobox-icon-above-title uagb-infobox-image-valign-top\"><div class=\"uagb-ifb-content\"><div class=\"uagb-ifb-image-content\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAAJDkwZDA0NDg0LWIwNTctNGVlNy05Y2NjLWNjNDllODBmZTI3OA.png\" alt=\"Honeymoon suite bedroom \" width=\"100\" height=\"66\" loading=\"lazy\"/></div><div class=\"uagb-ifb-title-wrap\"><h3 class=\"uagb-ifb-title\">The Honeymoon suite</h3></div><p class=\"uagb-ifb-desc\">This&nbsp;<a href=\"https://www.collinsdictionary.com/dictionary/english/suite\">suite</a>&nbsp;is perfect for couples - This is an open-plan unit attached to the side of the main house, completely private with its own entrance, own garden, and carport.&nbsp;</p><div class=\"uagb-ifb-button-wrapper wp-block-button\"><a href=\"\" target=\"_self\" class=\"uagb-infobox-cta-link uagb-disable-link\" rel=\"noopener noreferrer\" alt=\"\"><span class=\"uagb-inline-editing\">READ MORE</span></a></div></div></div>\n<!-- /wp:uagb/info-box --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"3644c6bf\",\"widthDesktop\":50,\"bottomPaddingDesktop\":20,\"rightPaddingDesktop\":32,\"bottomPaddingTablet\":35,\"rightPaddingTablet\":15,\"paddingLink\":false,\"topMarginDesktop\":0,\"bottomMarginDesktop\":0,\"leftMarginDesktop\":5,\"rightMarginDesktop\":5,\"topMarginMobile\":0,\"bottomMarginMobile\":0,\"leftMarginMobile\":0,\"rightMarginMobile\":0,\"marginLink\":false,\"variationSelected\":true,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-3644c6bf\"></div>\n<!-- /wp:uagb/container --></div>\n<!-- /wp:uagb/container --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"7c19f5ee\",\"innerContentCustomWidthDesktop\":781,\"innerContentCustomWidthTablet\":781,\"backgroundType\":\"image\",\"backgroundImageDesktop\":{\"uploading\":false,\"date\":1670943271000,\"filename\":\"AAEAAQAAAAAAAAAAAAAA39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba.png\",\"menuOrder\":0,\"uploadedTo\":761,\"type\":\"image\",\"subtype\":\"png\",\"id\":899,\"title\":\"AAEAAQAAAAAAAAAAAAAA39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAA39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba.png\",\"link\":\"https://blueroan.netgen.cloud/accommodation/aaeaaqaaaaaaaaaaaaaa39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba/\",\"alt\":\"\",\"author\":\"2\",\"description\":\"\",\"caption\":\"\",\"name\":\"aaeaaqaaaaaaaaaaaaaa39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba\",\"status\":\"inherit\",\"modified\":1670943271000,\"mime\":\"image/png\",\"icon\":\"https://blueroan.netgen.cloud/wp-includes/images/media/default.png\",\"dateFormatted\":\"December 13, 2022\",\"nonces\":{\"update\":\"45b2b6c69b\",\"delete\":\"75d81c42ab\",\"edit\":\"88fae030a9\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=899\\u0026action=edit\",\"meta\":false,\"authorName\":\"Netgen Support\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/profile.php\",\"uploadedToTitle\":\"Accommodation\",\"uploadedToLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=761\\u0026action=edit\",\"filesizeInBytes\":2338048,\"filesizeHumanReadable\":\"2 MB\",\"context\":\"\",\"height\":900,\"width\":1200,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAA39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba-150x150.png\",\"orientation\":\"landscape\"},\"medium\":{\"height\":225,\"width\":300,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAA39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba-300x225.png\",\"orientation\":\"landscape\"},\"large\":{\"height\":768,\"width\":1024,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAA39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba-1024x768.png\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAA39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba.png\",\"height\":900,\"width\":1200,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"backgroundImageColor\":\"rgba(42,42,42,0.65)\",\"topPaddingDesktop\":144,\"bottomPaddingDesktop\":144,\"leftPaddingDesktop\":40,\"rightPaddingDesktop\":40,\"topPaddingTablet\":80,\"bottomPaddingTablet\":80,\"leftPaddingTablet\":40,\"rightPaddingTablet\":40,\"topPaddingMobile\":64,\"bottomPaddingMobile\":64,\"leftPaddingMobile\":24,\"rightPaddingMobile\":24,\"paddingLink\":false,\"variationSelected\":true,\"isBlockRootParent\":true,\"overlayType\":\"color\"} -->\n<div class=\"wp-block-uagb-container uagb-block-7c19f5ee alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/advanced-heading {\"block_id\":\"071d8ebd\",\"classMigrate\":true,\"headingDescToggle\":true,\"headingAlign\":\"center\",\"headingColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"subHeadingColor\":\"var(\\u002d\\u002dast-global-color-4)\",\"headSpace\":20} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-071d8ebd\"><h2 class=\"uagb-heading-text\">Plan an Unforgettable Experience at<br>Blue Roan!</h2><p class=\"uagb-desc-text\">We can help you fit your stay and experience within your allotted budget.</p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/advanced-heading {\"block_id\":\"336468d0\",\"classMigrate\":true,\"headingTitleToggle\":false,\"headingDescToggle\":true,\"headingAlign\":\"center\",\"subHeadingColor\":\"var(\\u002d\\u002dast-global-color-4)\",\"subHeadTransform\":\"uppercase\",\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"subHeadLetterSpacing\":2,\"blockTopPadding\":60,\"blockRightPadding\":0,\"blockLeftPadding\":0,\"blockBottomPadding\":0,\"blockTopPaddingMobile\":30,\"blockRightPaddingMobile\":0,\"blockLeftPaddingMobile\":0,\"blockBottomPaddingMobile\":0} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-336468d0\"><p class=\"uagb-desc-text\">BOOK YOUR STAY NOW​</p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/icon-list {\"block_id\":\"e0e53a08\",\"classMigrate\":true,\"childMigrate\":true,\"align\":\"center\",\"parentIcon\":\"phone\",\"size\":40,\"sizeMobile\":24,\"sizeTablet\":32,\"fontSize\":48,\"fontSizeMobile\":28,\"fontSizeTablet\":40,\"fontWeight\":\"600\",\"iconColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"labelColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"blockTopPadding\":0,\"blockRightPadding\":0,\"blockLeftPadding\":0,\"blockBottomPadding\":24,\"blockPaddingLink\":false} -->\n<div class=\"wp-block-uagb-icon-list uagb-block-e0e53a08\"><div class=\"uagb-icon-list__wrap\"><!-- wp:uagb/icon-list-child {\"block_id\":\"6a659f6f\",\"label\":\" + 27 (0) 82 575 5409\",\"label_color\":\"\",\"link\":\"tel:+27825755409\",\"disableLink\":true,\"fromParentIcon\":\"phone\",\"imageSizeChild\":40} -->\n<div class=\"wp-block-uagb-icon-list-child uagb-block-6a659f6f\"><a target=\"_self\" aria-label=\" + 27 (0) 82 575 5409\" rel=\"noopener noreferrer\" href=\"tel:+27825755409\"> </a><span class=\"uagb-icon-list__source-wrap\"><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M511.2 387l-23.25 100.8c-3.266 14.25-15.79 24.22-30.46 24.22C205.2 512 0 306.8 0 54.5c0-14.66 9.969-27.2 24.22-30.45l100.8-23.25C139.7-2.602 154.7 5.018 160.8 18.92l46.52 108.5c5.438 12.78 1.77 27.67-8.98 36.45L144.5 207.1c33.98 69.22 90.26 125.5 159.5 159.5l44.08-53.8c8.688-10.78 23.69-14.51 36.47-8.975l108.5 46.51C506.1 357.2 514.6 372.4 511.2 387z\"></path></svg></span><span class=\"uagb-icon-list__label\"> + 27 (0) 82 575 5409</span></div>\n<!-- /wp:uagb/icon-list-child -->\n\n<!-- wp:uagb/icon-list-child {\"block_id\":\"aab034fc\",\"label\":\"blueroan@ugo.co.za\",\"icon\":\"envelope\",\"label_color\":\"\",\"link\":\"mailto:blueroan@ugo.co.za\",\"disableLink\":true,\"fromParentIcon\":\"phone\",\"imageSizeChild\":40} -->\n<div class=\"wp-block-uagb-icon-list-child uagb-block-aab034fc\"><a target=\"_self\" aria-label=\"blueroan@ugo.co.za\" rel=\"noopener noreferrer\" href=\"mailto:blueroan@ugo.co.za\"> </a><span class=\"uagb-icon-list__source-wrap\"><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M464 64C490.5 64 512 85.49 512 112C512 127.1 504.9 141.3 492.8 150.4L275.2 313.6C263.8 322.1 248.2 322.1 236.8 313.6L19.2 150.4C7.113 141.3 0 127.1 0 112C0 85.49 21.49 64 48 64H464zM217.6 339.2C240.4 356.3 271.6 356.3 294.4 339.2L512 176V384C512 419.3 483.3 448 448 448H64C28.65 448 0 419.3 0 384V176L217.6 339.2z\"></path></svg></span><span class=\"uagb-icon-list__label\">blueroan@ugo.co.za</span></div>\n<!-- /wp:uagb/icon-list-child --></div></div>\n<!-- /wp:uagb/icon-list --></div></div>\n<!-- /wp:uagb/container -->',	'Accommodation',	'',	'inherit',	'closed',	'closed',	'',	'761-revision-v1',	'',	'',	'2022-12-13 15:02:10',	'2022-12-13 15:02:10',	'',	761,	'https://blueroan.netgen.cloud/?p=903',	0,	'revision',	'',	0),
(904,	2,	'2022-12-13 15:02:55',	'2022-12-13 15:02:55',	'<!-- wp:uagb/container {\"block_id\":\"4a893951\",\"minHeightDesktop\":95,\"minHeightTablet\":70,\"minHeightMobile\":80,\"minHeightType\":\"vh\",\"alignItemsDesktop\":\"flex-start\",\"backgroundType\":\"image\",\"backgroundImageDesktop\":{\"uploading\":false,\"date\":1670921854000,\"filename\":\"Blue-Roan-pool.jpg\",\"menuOrder\":0,\"uploadedTo\":760,\"type\":\"image\",\"subtype\":\"jpeg\",\"id\":784,\"title\":\"Blue Roan - pool\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Blue-Roan-pool.jpg\",\"link\":\"https://blueroan.netgen.cloud/home/blue-roan-pool/\",\"alt\":\"\",\"author\":\"2\",\"description\":\"\",\"caption\":\"\",\"name\":\"blue-roan-pool\",\"status\":\"inherit\",\"modified\":1670921854000,\"mime\":\"image/jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-includes/images/media/default.png\",\"dateFormatted\":\"December 13, 2022\",\"nonces\":{\"update\":\"51a12ed09e\",\"delete\":\"5174068551\",\"edit\":\"1de0721407\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=784\\u0026action=edit\",\"meta\":false,\"authorName\":\"Netgen Support\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/profile.php\",\"uploadedToTitle\":\"Home\",\"uploadedToLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=760\\u0026action=edit\",\"filesizeInBytes\":154801,\"filesizeHumanReadable\":\"151 KB\",\"context\":\"\",\"height\":667,\"width\":1000,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Blue-Roan-pool-150x150.jpg\",\"orientation\":\"landscape\"},\"medium\":{\"height\":200,\"width\":300,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Blue-Roan-pool-300x200.jpg\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Blue-Roan-pool.jpg\",\"height\":667,\"width\":1000,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"backgroundPositionDesktop\":{\"x\":0.5,\"y\":0.25},\"backgroundImageColor\":\"rgba(42,42,42,0.35)\",\"topPaddingDesktop\":0,\"bottomPaddingDesktop\":0,\"leftPaddingDesktop\":40,\"rightPaddingDesktop\":40,\"topPaddingTablet\":120,\"bottomPaddingTablet\":120,\"leftPaddingTablet\":40,\"rightPaddingTablet\":40,\"topPaddingMobile\":150,\"bottomPaddingMobile\":150,\"leftPaddingMobile\":20,\"rightPaddingMobile\":20,\"paddingLink\":false,\"variationSelected\":true,\"isBlockRootParent\":true,\"overlayType\":\"color\",\"minHeightTypeTablet\":\"vh\",\"minHeightTypeMobile\":\"vh\"} -->\n<div class=\"wp-block-uagb-container uagb-block-4a893951 alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/info-box {\"classMigrate\":true,\"headingAlign\":\"left\",\"headingColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"subHeadingColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"headingTag\":\"h1\",\"subHeadFontSize\":17,\"subHeadFontSizeMobile\":15,\"headSpace\":20,\"subHeadSpace\":40,\"block_id\":\"0f58505f\",\"ctaIcon\":\"\",\"ctaType\":\"button\",\"ctaText\":\"Book Your Stay Now\",\"ctaLink\":\"#\",\"ctaBtnLinkColor\":\"var(\\u002d\\u002dast-global-color-2)\",\"ctaLinkHoverColor\":\"var(\\u002d\\u002dast-global-color-2)\",\"ctaBgColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"ctaBgHoverColor\":\"var(\\u002d\\u002dast-global-color-4)\",\"ctaBorderColor\":\"\",\"ctaBorderStyle\":\"\",\"ctaBorderWidth\":\"\",\"ctaBorderRadius\":\"\",\"iconImage\":{\"url\":\"\",\"alt\":\"InfoBox placeholder img\"},\"showIcon\":false,\"paddingBtnTop\":18,\"paddingBtnBottom\":18,\"paddingBtnLeft\":34,\"paddingBtnRight\":34,\"blockTopPadding\":0,\"blockRightPadding\":40,\"blockLeftPadding\":0,\"blockBottomPadding\":0,\"blockTopPaddingTablet\":0,\"blockRightPaddingTablet\":64,\"blockLeftPaddingTablet\":0,\"blockBottomPaddingTablet\":0,\"blockTopPaddingMobile\":0,\"blockRightPaddingMobile\":0,\"blockLeftPaddingMobile\":0,\"blockBottomPaddingMobile\":0,\"blockPaddingUnit\":\"%\",\"blockPaddingLink\":false,\"subHeadMarginTopTablet\":0,\"subHeadMarginRightTablet\":64,\"subHeadTabletSpace\":40,\"subHeadMarginLeftTablet\":0,\"subHeadMarginTopMobile\":0,\"subHeadMarginRightMobile\":0,\"subHeadMobileSpace\":40,\"subHeadMarginLeftMobile\":0,\"btnBorderTopWidth\":1,\"btnBorderLeftWidth\":1,\"btnBorderRightWidth\":1,\"btnBorderBottomWidth\":1,\"btnBorderTopLeftRadius\":0,\"btnBorderTopRightRadius\":0,\"btnBorderBottomLeftRadius\":0,\"btnBorderBottomRightRadius\":0,\"btnBorderStyle\":\"none\",\"btnBorderColor\":\"#333\"} -->\n<div class=\"wp-block-uagb-info-box uagb-block-0f58505f uagb-infobox__content-wrap  uagb-infobox-icon-above-title uagb-infobox-image-valign-top\"><div class=\"uagb-ifb-content\"><div class=\"uagb-ifb-title-wrap\"><h1 class=\"uagb-ifb-title\"><strong>Magaliesburg pet friendly self-catering accommodation</strong></h1></div><p class=\"uagb-ifb-desc\">Romantic pet-friendly self-catering accommodation in Magaliesburg, Gauteng.</p><div class=\"uagb-ifb-button-wrapper wp-block-button\"><a href=\"#\" class=\"uagb-infobox-cta-link wp-block-button__link\" target=\"_self\" rel=\"noopener noreferrer\" alt=\"\"><span class=\"uagb-inline-editing\">Book Your Stay Now</span></a></div></div></div>\n<!-- /wp:uagb/info-box --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"334da74c\",\"directionDesktop\":\"row\",\"directionMobile\":\"column-reverse\",\"alignItemsDesktop\":\"flex-start\",\"backgroundType\":\"color\",\"backgroundSizeTablet\":\"cover\",\"backgroundSizeMobile\":\"cover\",\"backgroundColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"topPaddingDesktop\":60,\"bottomPaddingDesktop\":60,\"topPaddingTablet\":80,\"bottomPaddingTablet\":80,\"leftPaddingTablet\":40,\"rightPaddingTablet\":40,\"topPaddingMobile\":64,\"bottomPaddingMobile\":64,\"leftPaddingMobile\":24,\"rightPaddingMobile\":24,\"paddingLink\":false,\"variationSelected\":true,\"columnGapDesktop\":60,\"columnGapTablet\":50,\"isBlockRootParent\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-334da74c alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/container {\"block_id\":\"90384ffa\",\"widthDesktop\":50,\"variationSelected\":true,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-90384ffa\"><!-- wp:image {\"id\":797,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-13.jpg\" alt=\"\" class=\"wp-image-797\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The Blue Roan Country Lodge is situated just 5 minutes from the village of Magaliesburg on a tar road so easy access for all cars. &nbsp;We have panoramic views of the Magaliesberg mountain range and our farm is the perfect place for a relaxing getaway in the country. &nbsp;As we are only 70 km from JHB and Pretoria, it is only an hour’s drive.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:buttons -->\n<div class=\"wp-block-buttons\"><!-- wp:button -->\n<div class=\"wp-block-button\"><a class=\"wp-block-button__link wp-element-button\" href=\"/accommodation/\">View accomodation</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"87c40b17\",\"widthDesktop\":50,\"leftPaddingDesktop\":0,\"paddingLink\":false,\"variationSelected\":true,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-87c40b17\"><!-- wp:uagb/advanced-heading {\"block_id\":\"3d808d3a\",\"classMigrate\":true,\"headingDescToggle\":true,\"subHeadingColor\":\"\",\"headSpace\":20,\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-3d808d3a\"><h2 class=\"uagb-heading-text\"><strong>Blue Roan is a 4-star graded pet-friendly venue</strong></h2><p class=\"uagb-desc-text\">Our goal is to provide high-quality, romantic, comfortable, and affordable self-catering accommodation on the outskirts of the village of &nbsp;Magaliesburg. &nbsp;For animal lovers, we are also&nbsp;pet-friendly&nbsp;by arrangement in most of the units all of which have their own fully fenced and gated private grassy gardens.</p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/image {\"block_id\":\"084bfa38\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/hammock-in-the-garden.jpg\",\"align\":\"left\",\"id\":799,\"linkDestination\":\"none\",\"naturalWidth\":600,\"naturalHeight\":400,\"sizeSlug\":\"full\",\"sizeSlugTablet\":\"full\",\"sizeSlugMobile\":\"full\",\"imageTopMargin\":20,\"imageRightMargin\":0,\"imageLeftMargin\":0,\"imageBottomMargin\":0,\"imageTopMarginMobile\":0,\"imageRightMarginMobile\":0,\"imageLeftMarginMobile\":0,\"imageBottomMarginMobile\":0,\"imageMarginLink\":false} -->\n<div class=\"wp-block-uagb-image uagb-block-084bfa38 wp-block-uagb-image--layout-default wp-block-uagb-image--effect-static wp-block-uagb-image--align-left\"><figure class=\"wp-block-uagb-image__figure\"><img srcset=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/hammock-in-the-garden.jpg \" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/hammock-in-the-garden.jpg\" alt=\"\" class=\"uag-image-799\" width=\"\" height=\"\" title=\"\" loading=\"lazy\"/></figure></div>\n<!-- /wp:uagb/image --></div>\n<!-- /wp:uagb/container --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"8cc473b7\",\"directionDesktop\":\"row\",\"directionMobile\":\"column-reverse\",\"alignItemsDesktop\":\"flex-start\",\"backgroundType\":\"color\",\"backgroundSizeTablet\":\"cover\",\"backgroundSizeMobile\":\"cover\",\"backgroundColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"topPaddingDesktop\":0,\"bottomPaddingDesktop\":0,\"topPaddingTablet\":80,\"bottomPaddingTablet\":80,\"leftPaddingTablet\":40,\"rightPaddingTablet\":40,\"topPaddingMobile\":64,\"bottomPaddingMobile\":64,\"leftPaddingMobile\":24,\"rightPaddingMobile\":24,\"paddingLink\":false,\"variationSelected\":true,\"rowGapDesktop\":0,\"columnGapDesktop\":0,\"columnGapTablet\":50,\"isBlockRootParent\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-8cc473b7 alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:image {\"align\":\"center\",\"id\":794,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image aligncenter size-full\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/210-2108726_too-great-for-us-tourism-grading-council-of-south-5.png\" alt=\"\" class=\"wp-image-794\"/></figure>\n<!-- /wp:image --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"02a701fc\",\"backgroundType\":\"color\",\"backgroundSizeTablet\":\"cover\",\"backgroundSizeMobile\":\"cover\",\"backgroundColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"topPaddingDesktop\":50,\"bottomPaddingDesktop\":100,\"topPaddingTablet\":50,\"bottomPaddingTablet\":25,\"leftPaddingTablet\":20,\"rightPaddingTablet\":20,\"topPaddingMobile\":50,\"bottomPaddingMobile\":20,\"leftPaddingMobile\":20,\"rightPaddingMobile\":20,\"paddingLink\":false,\"variationSelected\":true,\"rowGapDesktop\":0,\"isBlockRootParent\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-02a701fc alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/container {\"block_id\":\"16b8e284\",\"directionDesktop\":\"row\",\"alignItemsDesktop\":\"flex-end\",\"alignItemsTablet\":\"flex-end\",\"justifyContentDesktop\":\"flex-end\",\"justifyContentTablet\":\"space-between\",\"variationSelected\":true,\"rowGapMobile\":30,\"columnGapDesktop\":0} -->\n<div class=\"wp-block-uagb-container uagb-block-16b8e284\"><!-- wp:uagb/advanced-heading {\"block_id\":\"f2d23807\",\"classMigrate\":true,\"headingDescToggle\":true,\"subHeadingColor\":\"\",\"headSpace\":20,\"subHeadFontSize\":16} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-f2d23807\"><h2 class=\"uagb-heading-text\">Amenities &amp; Interests ​</h2><p class=\"uagb-desc-text\">We have 7 lovely brick&nbsp;<strong>self-catering</strong>&nbsp;units, each one private and with its own character and theme. &nbsp;They are designed exclusively for couples with or without pets wanting a romantic and peaceful place to connect, re-connect, celebrate special occasions, or somewhere quiet and comfortable to come for a holiday</p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/buttons {\"block_id\":\"3d57ce85\",\"classMigrate\":true,\"childMigrate\":true,\"align\":\"right\",\"alignTablet\":\"right\",\"alignMobile\":\"left\",\"gap\":0} -->\n<div class=\"wp-block-uagb-buttons uagb-buttons__outer-wrap uagb-btn__default-btn uagb-btn-tablet__default-btn uagb-btn-mobile__default-btn uagb-block-3d57ce85\"><div class=\"uagb-buttons__wrap uagb-buttons-layout-wrap\"><!-- wp:uagb/buttons-child {\"block_id\":\"0868bd33\",\"label\":\"View All\",\"link\":\"#\",\"hColor\":\"\",\"borderWidth\":\"\",\"borderRadius\":\"\",\"borderStyle\":\"\",\"borderColor\":\"\",\"borderHColor\":\"\",\"btnBorderTopWidth\":1,\"btnBorderLeftWidth\":1,\"btnBorderRightWidth\":1,\"btnBorderBottomWidth\":1,\"btnBorderTopLeftRadius\":2,\"btnBorderTopRightRadius\":2,\"btnBorderBottomLeftRadius\":2,\"btnBorderBottomRightRadius\":2,\"btnBorderStyle\":\"solid\",\"btnBorderColor\":\"#333\",\"btnBorderHColor\":\"#333\"} -->\n<div class=\"wp-block-uagb-buttons-child uagb-buttons__outer-wrap uagb-block-0868bd33 wp-block-button is-style-outline\"><div class=\"uagb-button__wrapper\"><a class=\"uagb-buttons-repeater wp-block-button__link\" href=\"#\" rel=\"follow noopener\" target=\"_self\"><div class=\"uagb-button__link\">View All</div></a></div></div>\n<!-- /wp:uagb/buttons-child --></div></div>\n<!-- /wp:uagb/buttons --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"94e1b071\",\"directionDesktop\":\"row\",\"alignItemsTablet\":\"flex-start\",\"paddingLink\":false,\"topMarginDesktop\":50,\"bottomMarginDesktop\":20,\"leftMarginDesktop\":0,\"rightMarginDesktop\":0,\"marginLink\":false,\"variationSelected\":true,\"rowGapMobile\":65,\"columnGapDesktop\":48,\"columnGapTablet\":20} -->\n<div class=\"wp-block-uagb-container uagb-block-94e1b071\"><!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"align\":\"center\",\"id\":828,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image aligncenter size-full\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Blue-Roan-pool.png\" alt=\"Blue Roan\'s rock pool\" class=\"wp-image-828\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>A relaxing rock Pool​</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>We have a lovely sparkling blue rock pool next to a thatched Lapa. &nbsp;&nbsp;Lie on recliners on the green lawn or sit on the swing chair in the Lapa and enjoy the panoramic view of the Magaliesberg mountain range.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":829,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/img-20160605-wa0002-largejpg.png\" alt=\"\" class=\"wp-image-829\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>Braai facilities </h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>What can compare to a burning fire under the star-lit African sky? Nothing beats the flavor of cooking over an open flame.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":830,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/ef9d0188da11e2bc56788f5619d9d539.png\" alt=\"\" class=\"wp-image-830\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>A games room </h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>The reception is also a games room for those who enjoy darts or playing pool. &nbsp;Take a selection of DVDs back to your room and watch movies on your own DVD player. &nbsp;There is also a selection of board games and music CDs that you can borrow.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div>\n<!-- /wp:uagb/container --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"fc6c0825\",\"backgroundType\":\"color\",\"backgroundSizeTablet\":\"cover\",\"backgroundSizeMobile\":\"cover\",\"backgroundColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"bottomPaddingDesktop\":104,\"leftPaddingDesktop\":40,\"rightPaddingDesktop\":40,\"topPaddingTablet\":80,\"bottomPaddingTablet\":80,\"leftPaddingTablet\":40,\"rightPaddingTablet\":40,\"topPaddingMobile\":64,\"bottomPaddingMobile\":64,\"leftPaddingMobile\":24,\"rightPaddingMobile\":24,\"paddingLink\":false,\"variationSelected\":true,\"rowGapDesktop\":0,\"isBlockRootParent\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-fc6c0825 alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/advanced-heading {\"block_id\":\"9d053c70\",\"classMigrate\":true,\"headingDescToggle\":true,\"headingAlign\":\"center\",\"headingAlignMobile\":\"left\",\"subHeadingColor\":\"\",\"headSpace\":20,\"subHeadFontSize\":16,\"blockBottomPadding\":20} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-9d053c70\"><h2 class=\"uagb-heading-text\">Our Inside Pictures​</h2><p class=\"uagb-desc-text\">Take a look at some pretty pictures captured in and around our premises.</p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/container {\"block_id\":\"756dec96\",\"directionDesktop\":\"row\",\"alignItemsDesktop\":\"flex-start\",\"topMarginDesktop\":20,\"bottomMarginDesktop\":0,\"leftMarginDesktop\":0,\"rightMarginDesktop\":0,\"marginLink\":false,\"variationSelected\":true,\"rowGapMobile\":24,\"columnGapDesktop\":24,\"columnGapTablet\":20} -->\n<div class=\"wp-block-uagb-container uagb-block-756dec96\"><!-- wp:uagb/container {\"block_id\":\"c9f70c2a\",\"widthDesktop\":32,\"variationSelected\":true,\"rowGapDesktop\":24,\"rowGapTablet\":20,\"rowGapMobile\":24,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-c9f70c2a\"><!-- wp:uagb/image {\"block_id\":\"3a7eaf03\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/red-rose-1024x683.jpg\",\"id\":834,\"linkDestination\":\"none\",\"naturalWidth\":1024,\"naturalHeight\":683,\"sizeSlug\":\"large\",\"sizeSlugTablet\":\"large\",\"sizeSlugMobile\":\"large\"} -->\n<div class=\"wp-block-uagb-image uagb-block-3a7eaf03 wp-block-uagb-image--layout-default wp-block-uagb-image--effect-static wp-block-uagb-image--align-none\"><figure class=\"wp-block-uagb-image__figure\"><img srcset=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/red-rose-1024x683.jpg \" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/red-rose-1024x683.jpg\" alt=\"\" class=\"uag-image-834\" width=\"\" height=\"\" title=\"\" loading=\"lazy\"/></figure></div>\n<!-- /wp:uagb/image -->\n\n<!-- wp:uagb/image {\"block_id\":\"153e4fb4\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-12-1024x678.jpg\",\"id\":852,\"linkDestination\":\"none\",\"naturalWidth\":1024,\"naturalHeight\":678,\"sizeSlug\":\"large\",\"sizeSlugTablet\":\"large\",\"sizeSlugMobile\":\"large\"} -->\n<div class=\"wp-block-uagb-image uagb-block-153e4fb4 wp-block-uagb-image--layout-default wp-block-uagb-image--effect-static wp-block-uagb-image--align-none\"><figure class=\"wp-block-uagb-image__figure\"><img srcset=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-12-1024x678.jpg \" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-12-1024x678.jpg\" alt=\"\" class=\"uag-image-852\" width=\"\" height=\"\" title=\"\" loading=\"lazy\"/></figure></div>\n<!-- /wp:uagb/image --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"23ed78e1\",\"widthDesktop\":67,\"variationSelected\":true,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-23ed78e1\"><!-- wp:uagb/image {\"block_id\":\"f7c012c3\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-14.jpg\",\"id\":835,\"linkDestination\":\"none\",\"widthTablet\":780,\"heightTablet\":0,\"naturalWidth\":1000,\"naturalHeight\":667,\"sizeSlug\":\"full\",\"sizeSlugTablet\":\"full\",\"sizeSlugMobile\":\"full\",\"customHeightSetDesktop\":true} -->\n<div class=\"wp-block-uagb-image uagb-block-f7c012c3 wp-block-uagb-image--layout-default wp-block-uagb-image--effect-static wp-block-uagb-image--align-none\"><figure class=\"wp-block-uagb-image__figure\"><img srcset=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-14.jpg \" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-14.jpg\" alt=\"\" class=\"uag-image-835\" width=\"\" height=\"\" title=\"\" loading=\"lazy\"/></figure></div>\n<!-- /wp:uagb/image --></div>\n<!-- /wp:uagb/container --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"dab9b7f3\",\"directionDesktop\":\"row\",\"alignItemsDesktop\":\"flex-start\",\"topMarginDesktop\":24,\"bottomMarginDesktop\":0,\"leftMarginDesktop\":0,\"rightMarginDesktop\":0,\"topMarginTablet\":20,\"bottomMarginTablet\":0,\"leftMarginTablet\":0,\"rightMarginTablet\":0,\"topMarginMobile\":24,\"bottomMarginMobile\":0,\"leftMarginMobile\":0,\"rightMarginMobile\":0,\"marginLink\":false,\"variationSelected\":true,\"columnGapDesktop\":24,\"columnGapTablet\":20} -->\n<div class=\"wp-block-uagb-container uagb-block-dab9b7f3\"><!-- wp:uagb/container {\"block_id\":\"5d05e8d6\",\"widthDesktop\":67,\"variationSelected\":true,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-5d05e8d6\"><!-- wp:uagb/image {\"block_id\":\"53a29405\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-8-1024x678.jpg\",\"id\":837,\"linkDestination\":\"none\",\"naturalWidth\":1024,\"naturalHeight\":678,\"sizeSlug\":\"large\",\"sizeSlugTablet\":\"large\",\"sizeSlugMobile\":\"large\",\"customHeightSetDesktop\":true} -->\n<div class=\"wp-block-uagb-image uagb-block-53a29405 wp-block-uagb-image--layout-default wp-block-uagb-image--effect-static wp-block-uagb-image--align-none\"><figure class=\"wp-block-uagb-image__figure\"><img srcset=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-8-1024x678.jpg \" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-8-1024x678.jpg\" alt=\"\" class=\"uag-image-837\" width=\"\" height=\"\" title=\"\" loading=\"lazy\"/></figure></div>\n<!-- /wp:uagb/image --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"ae6160cd\",\"widthDesktop\":32,\"variationSelected\":true,\"rowGapDesktop\":24,\"rowGapTablet\":20,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-ae6160cd\"><!-- wp:uagb/image {\"block_id\":\"48e7d104\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/49g.jpg\",\"id\":838,\"linkDestination\":\"none\",\"naturalWidth\":650,\"naturalHeight\":450,\"sizeSlug\":\"full\",\"sizeSlugTablet\":\"full\",\"sizeSlugMobile\":\"full\"} -->\n<div class=\"wp-block-uagb-image uagb-block-48e7d104 wp-block-uagb-image--layout-default wp-block-uagb-image--effect-static wp-block-uagb-image--align-none\"><figure class=\"wp-block-uagb-image__figure\"><img srcset=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/49g.jpg \" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/49g.jpg\" alt=\"\" class=\"uag-image-838\" width=\"\" height=\"\" title=\"\" loading=\"lazy\"/></figure></div>\n<!-- /wp:uagb/image -->\n\n<!-- wp:uagb/image {\"block_id\":\"b7f6f00c\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-country-lodge-1-1024x576.jpg\",\"id\":839,\"linkDestination\":\"none\",\"naturalWidth\":1024,\"naturalHeight\":576,\"sizeSlug\":\"large\",\"sizeSlugTablet\":\"large\",\"sizeSlugMobile\":\"large\"} -->\n<div class=\"wp-block-uagb-image uagb-block-b7f6f00c wp-block-uagb-image--layout-default wp-block-uagb-image--effect-static wp-block-uagb-image--align-none\"><figure class=\"wp-block-uagb-image__figure\"><img srcset=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-country-lodge-1-1024x576.jpg \" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-country-lodge-1-1024x576.jpg\" alt=\"\" class=\"uag-image-839\" width=\"\" height=\"\" title=\"\" loading=\"lazy\"/></figure></div>\n<!-- /wp:uagb/image --></div>\n<!-- /wp:uagb/container --></div>\n<!-- /wp:uagb/container --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"8aae461c\",\"backgroundType\":\"color\",\"backgroundSizeTablet\":\"cover\",\"backgroundSizeMobile\":\"cover\",\"backgroundColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"topPaddingDesktop\":40,\"bottomPaddingDesktop\":104,\"leftPaddingDesktop\":40,\"rightPaddingDesktop\":40,\"topPaddingTablet\":80,\"bottomPaddingTablet\":80,\"leftPaddingTablet\":40,\"rightPaddingTablet\":40,\"topPaddingMobile\":64,\"bottomPaddingMobile\":64,\"leftPaddingMobile\":24,\"rightPaddingMobile\":24,\"paddingLink\":false,\"variationSelected\":true,\"rowGapDesktop\":0,\"isBlockRootParent\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-8aae461c alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/advanced-heading {\"block_id\":\"e1764e9c\",\"classMigrate\":true,\"headingDescToggle\":true,\"headingAlign\":\"center\",\"headingAlignMobile\":\"left\",\"subHeadingColor\":\"\",\"headSpace\":20,\"subHeadFontSize\":16,\"blockBottomPadding\":20} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-e1764e9c\"><h2 class=\"uagb-heading-text\">What Our Guests Say​</h2><p class=\"uagb-desc-text\">We take pride in serving our guests the best experience. </p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/container {\"block_id\":\"0f358423\",\"directionDesktop\":\"row\",\"topMarginDesktop\":40,\"bottomMarginDesktop\":0,\"leftMarginDesktop\":0,\"rightMarginDesktop\":0,\"marginLink\":false,\"variationSelected\":true,\"rowGapMobile\":40,\"columnGapDesktop\":90} -->\n<div class=\"wp-block-uagb-container uagb-block-0f358423\"><!-- wp:uagb/container {\"block_id\":\"cb9ae458\",\"widthDesktop\":50,\"variationSelected\":true,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-cb9ae458\"><!-- wp:uagb/testimonial {\"test_item_count\":1,\"classMigrate\":true,\"test_block\":[{\"description\":\"\\u0022Thank you for a most enjoyable weekend stay and for making our anniversary so special.  Thank you for your kind and lovely friendship which we really appreciate!!!\\u0022​\",\"name\":\"\\u003cstrong\\u003eBrenda and Theuns\\u003c/strong\\u003e\",\"company\":\"\",\"image\":{\"id\":119,\"title\":\"testimonial1\",\"filename\":\"testimonial1.jpg\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/testimonial1.jpg\",\"link\":\"https://blueroan.netgen.cloud/testimonial1/\",\"alt\":\"\",\"author\":\"34\",\"description\":\"\",\"caption\":\"\",\"name\":\"testimonial1\",\"status\":\"inherit\",\"uploadedTo\":0,\"date\":\"2021-05-11T05:02:02.000Z\",\"modified\":\"2021-05-11T05:02:02.000Z\",\"menuOrder\":0,\"mime\":\"image/jpeg\",\"type\":\"image\",\"subtype\":\"jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/default.png\",\"dateFormatted\":\"May 11, 2021\",\"nonces\":{\"update\":\"b92fe40c3d\",\"delete\":\"643c1eb8f1\",\"edit\":\"d3e7d56b1d\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=119\\u0026action=edit\",\"meta\":false,\"authorName\":\"Rishabh\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/user-edit.php?user_id=34\",\"filesizeInBytes\":11264,\"filesizeHumanReadable\":\"11 KB\",\"context\":\"\",\"height\":250,\"width\":250,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/testimonial1-150x150.jpg\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/testimonial1.jpg\",\"height\":250,\"width\":250,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}}}],\"headingAlign\":\"left\",\"headingAlignTablet\":\"left\",\"headingAlignMobile\":\"left\",\"descColor\":\"var(\\u002d\\u002dast-global-color-3)\",\"nameFontSize\":14,\"nameLineHeight\":1,\"descFontSize\":16,\"descFontWeight\":\"600\",\"nameSpace\":1,\"block_id\":\"9b6f9939\",\"iconImage\":{\"url\":\"\",\"alt\":\"InfoBox placeholder img\"},\"imageWidth\":32,\"columnGap\":1,\"borderStyle\":\"\",\"paddingTop\":0,\"paddingBottom\":0,\"paddingLeft\":0,\"paddingRight\":0,\"spacingLink\":true,\"imgpaddingTop\":0,\"imgpaddingRight\":15,\"imgpaddingBottom\":0,\"imgpaddingLeft\":0,\"overallBorderStyle\":\"none\",\"imgTagHeight\":32,\"imgTagWidth\":150} -->\n<div class=\"wp-block-uagb-testimonial uagb-slick-carousel uagb-tm__arrow-outside uagb-block-9b6f9939 uagb-post__carousel_notset uagb-post__carousel_notset-tablet uagb-post__carousel_notset-mobile\"><div class=\"is-carousel uagb-tm__columns-1 uagb-tm__items\"><div class=\"uagb-testimonial__wrap  uagb-tm__imgicon-style-circle uagb-tm__image-position-bottom uagb-tm__bg-type-none \"><div class=\"uagb-tm__content\"><div class=\"uagb-tm__overlay\"></div><div class=\"uagb-tm__text-wrap\"><div class=\"uagb-tm__desc\">\"Thank you for a most enjoyable weekend stay and for making our anniversary so special.  Thank you for your kind and lovely friendship which we really appreciate!!!\"​</div><div class=\"uagb-tm__meta-inner\"><div class=\"uagb-tm__image-content\"><div class=\"uagb-tm__image\"><img class=\"uagb-tm-img-src\" src=\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/testimonial1-150x150.jpg\" alt=\"\" width=\"32\" height=\"32\" loading=\"lazy\"/></div></div><div class=\"uagb-testimonial-details\"><span class=\"uagb-tm__author-name\"><strong>Brenda and Theuns</strong></span><span class=\"uagb-tm__company\"></span></div></div></div></div></div></div></div>\n<!-- /wp:uagb/testimonial -->\n\n<!-- wp:uagb/testimonial {\"test_item_count\":1,\"classMigrate\":true,\"test_block\":[{\"description\":\"\\u0022Breaking away from city life and coming out to a most wonderful romantic weekend away.  The unit is so comfortable.  Thank you for your great hospitality - we had an awesome time here.  Go well - with love\\u0022​\",\"name\":\"\\u003cstrong\\u003e\\u003cstrong\\u003e\\u003cstrong\\u003eLiz \\u0026amp; Eddie\\u003c/strong\\u003e\\u003c/strong\\u003e\\u003c/strong\\u003e\",\"company\":\"\",\"image\":{\"id\":122,\"title\":\"testimonial4\",\"filename\":\"testimonial4.jpg\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/testimonial4.jpg\",\"link\":\"https://blueroan.netgen.cloud/testimonial4/\",\"alt\":\"\",\"author\":\"34\",\"description\":\"\",\"caption\":\"\",\"name\":\"testimonial4\",\"status\":\"inherit\",\"uploadedTo\":0,\"date\":\"2021-05-11T05:02:06.000Z\",\"modified\":\"2021-05-11T05:02:06.000Z\",\"menuOrder\":0,\"mime\":\"image/jpeg\",\"type\":\"image\",\"subtype\":\"jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/default.png\",\"dateFormatted\":\"May 11, 2021\",\"nonces\":{\"update\":\"4e34860add\",\"delete\":\"9e126a55cd\",\"edit\":\"33ffd3c040\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=122\\u0026action=edit\",\"meta\":false,\"authorName\":\"Rishabh\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/user-edit.php?user_id=34\",\"filesizeInBytes\":16584,\"filesizeHumanReadable\":\"16 KB\",\"context\":\"\",\"height\":250,\"width\":250,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/testimonial4-150x150.jpg\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/testimonial4.jpg\",\"height\":250,\"width\":250,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}}}],\"headingAlign\":\"left\",\"headingAlignTablet\":\"left\",\"headingAlignMobile\":\"left\",\"descColor\":\"var(\\u002d\\u002dast-global-color-3)\",\"nameFontSize\":14,\"nameLineHeight\":1,\"descFontSize\":16,\"descFontWeight\":\"600\",\"nameSpace\":1,\"block_id\":\"e099aad1\",\"iconImage\":{\"url\":\"\",\"alt\":\"InfoBox placeholder img\"},\"imageWidth\":32,\"columnGap\":1,\"borderStyle\":\"\",\"paddingTop\":0,\"paddingBottom\":0,\"paddingLeft\":0,\"paddingRight\":0,\"spacingLink\":true,\"imgpaddingTop\":0,\"imgpaddingRight\":15,\"imgpaddingBottom\":0,\"imgpaddingLeft\":0,\"overallBorderStyle\":\"none\",\"imgTagHeight\":32,\"imgTagWidth\":150} -->\n<div class=\"wp-block-uagb-testimonial uagb-slick-carousel uagb-tm__arrow-outside uagb-block-e099aad1 uagb-post__carousel_notset uagb-post__carousel_notset-tablet uagb-post__carousel_notset-mobile\"><div class=\"is-carousel uagb-tm__columns-1 uagb-tm__items\"><div class=\"uagb-testimonial__wrap  uagb-tm__imgicon-style-circle uagb-tm__image-position-bottom uagb-tm__bg-type-none \"><div class=\"uagb-tm__content\"><div class=\"uagb-tm__overlay\"></div><div class=\"uagb-tm__text-wrap\"><div class=\"uagb-tm__desc\">\"Breaking away from city life and coming out to a most wonderful romantic weekend away.  The unit is so comfortable.  Thank you for your great hospitality - we had an awesome time here.  Go well - with love\"​</div><div class=\"uagb-tm__meta-inner\"><div class=\"uagb-tm__image-content\"><div class=\"uagb-tm__image\"><img class=\"uagb-tm-img-src\" src=\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/testimonial4-150x150.jpg\" alt=\"\" width=\"32\" height=\"32\" loading=\"lazy\"/></div></div><div class=\"uagb-testimonial-details\"><span class=\"uagb-tm__author-name\"><strong><strong><strong>Liz &amp; Eddie</strong></strong></strong></span><span class=\"uagb-tm__company\"></span></div></div></div></div></div></div></div>\n<!-- /wp:uagb/testimonial --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"01f5fe9a\",\"widthDesktop\":50,\"variationSelected\":true,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-01f5fe9a\"><!-- wp:uagb/testimonial {\"test_item_count\":1,\"classMigrate\":true,\"test_block\":[{\"description\":\"\\u0022Judy, what a wonderful place you have here - we were so delighted to spend the weekend here, so tranquil, peaceful, and beautiful. You made us feel right at home. Definitely a place worth 5 stars! Go well.\\u0022​\",\"name\":\"\\u003cstrong\\u003e\\u003cstrong\\u003eBrian\\u003c/strong\\u003e\\u003c/strong\\u003e \\u003cstrong\\u003e\\u003cstrong\\u003e\\u003cstrong\\u003eand \\u003cstrong\\u003eMariska\\u003c/strong\\u003e\\u003c/strong\\u003e\\u003cbr\\u003e\\u003c/strong\\u003e\\u003c/strong\\u003e\",\"company\":\"\",\"image\":{\"id\":120,\"title\":\"testimonial2\",\"filename\":\"testimonial2.jpg\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/testimonial2.jpg\",\"link\":\"https://blueroan.netgen.cloud/testimonial2/\",\"alt\":\"\",\"author\":\"34\",\"description\":\"\",\"caption\":\"\",\"name\":\"testimonial2\",\"status\":\"inherit\",\"uploadedTo\":0,\"date\":\"2021-05-11T05:02:03.000Z\",\"modified\":\"2021-05-11T05:02:03.000Z\",\"menuOrder\":0,\"mime\":\"image/jpeg\",\"type\":\"image\",\"subtype\":\"jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/default.png\",\"dateFormatted\":\"May 11, 2021\",\"nonces\":{\"update\":\"1ee6412858\",\"delete\":\"4414a2ccbf\",\"edit\":\"bde7b1f490\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=120\\u0026action=edit\",\"meta\":false,\"authorName\":\"Rishabh\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/user-edit.php?user_id=34\",\"filesizeInBytes\":10087,\"filesizeHumanReadable\":\"10 KB\",\"context\":\"\",\"height\":250,\"width\":250,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/testimonial2-150x150.jpg\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/testimonial2.jpg\",\"height\":250,\"width\":250,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}}}],\"headingAlign\":\"left\",\"headingAlignTablet\":\"left\",\"headingAlignMobile\":\"left\",\"descColor\":\"var(\\u002d\\u002dast-global-color-3)\",\"nameFontSize\":14,\"nameLineHeight\":1,\"descFontSize\":16,\"descFontWeight\":\"600\",\"nameSpace\":1,\"block_id\":\"f213612e\",\"iconImage\":{\"url\":\"\",\"alt\":\"InfoBox placeholder img\"},\"imageWidth\":32,\"columnGap\":1,\"borderStyle\":\"\",\"paddingTop\":0,\"paddingBottom\":0,\"paddingLeft\":0,\"paddingRight\":0,\"spacingLink\":true,\"imgpaddingTop\":0,\"imgpaddingRight\":15,\"imgpaddingBottom\":0,\"imgpaddingLeft\":0,\"overallBorderStyle\":\"none\",\"imgTagHeight\":32,\"imgTagWidth\":150} -->\n<div class=\"wp-block-uagb-testimonial uagb-slick-carousel uagb-tm__arrow-outside uagb-block-f213612e uagb-post__carousel_notset uagb-post__carousel_notset-tablet uagb-post__carousel_notset-mobile\"><div class=\"is-carousel uagb-tm__columns-1 uagb-tm__items\"><div class=\"uagb-testimonial__wrap  uagb-tm__imgicon-style-circle uagb-tm__image-position-bottom uagb-tm__bg-type-none \"><div class=\"uagb-tm__content\"><div class=\"uagb-tm__overlay\"></div><div class=\"uagb-tm__text-wrap\"><div class=\"uagb-tm__desc\">\"Judy, what a wonderful place you have here - we were so delighted to spend the weekend here, so tranquil, peaceful, and beautiful. You made us feel right at home. Definitely a place worth 5 stars! Go well.\"​</div><div class=\"uagb-tm__meta-inner\"><div class=\"uagb-tm__image-content\"><div class=\"uagb-tm__image\"><img class=\"uagb-tm-img-src\" src=\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/testimonial2-150x150.jpg\" alt=\"\" width=\"32\" height=\"32\" loading=\"lazy\"/></div></div><div class=\"uagb-testimonial-details\"><span class=\"uagb-tm__author-name\"><strong><strong>Brian</strong></strong> <strong><strong><strong>and <strong>Mariska</strong></strong><br></strong></strong></span><span class=\"uagb-tm__company\"></span></div></div></div></div></div></div></div>\n<!-- /wp:uagb/testimonial -->\n\n<!-- wp:uagb/testimonial {\"test_item_count\":1,\"classMigrate\":true,\"test_block\":[{\"description\":\"\\u0022Thank you for the most wonderful time, Judy!  This was the most peaceful and perfect place to get engaged!  We will most certainly be back!!!  Your hospitality cannot be topped!\\u0022​\",\"name\":\"\\u003cstrong\\u003e\\u003cstrong\\u003e\\u003cstrong\\u003e\\u003cstrong\\u003eBrett and Kelly\\u003c/strong\\u003e\\u003c/strong\\u003e\\u003c/strong\\u003e\\u003c/strong\\u003e\",\"company\":\"\",\"image\":{\"id\":121,\"title\":\"testimonial3\",\"filename\":\"testimonial3.jpg\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/testimonial3.jpg\",\"link\":\"https://blueroan.netgen.cloud/testimonial3/\",\"alt\":\"\",\"author\":\"34\",\"description\":\"\",\"caption\":\"\",\"name\":\"testimonial3\",\"status\":\"inherit\",\"uploadedTo\":0,\"date\":\"2021-05-11T05:02:05.000Z\",\"modified\":\"2021-05-11T05:02:05.000Z\",\"menuOrder\":0,\"mime\":\"image/jpeg\",\"type\":\"image\",\"subtype\":\"jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/default.png\",\"dateFormatted\":\"May 11, 2021\",\"nonces\":{\"update\":\"290653da5d\",\"delete\":\"90a4fb2d63\",\"edit\":\"ff8a64e56e\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=121\\u0026action=edit\",\"meta\":false,\"authorName\":\"Rishabh\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/user-edit.php?user_id=34\",\"filesizeInBytes\":8748,\"filesizeHumanReadable\":\"9 KB\",\"context\":\"\",\"height\":250,\"width\":250,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/testimonial3-150x150.jpg\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/testimonial3.jpg\",\"height\":250,\"width\":250,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}}}],\"headingAlign\":\"left\",\"headingAlignTablet\":\"left\",\"headingAlignMobile\":\"left\",\"descColor\":\"var(\\u002d\\u002dast-global-color-3)\",\"nameFontSize\":14,\"nameLineHeight\":1,\"descFontSize\":16,\"descFontWeight\":\"600\",\"nameSpace\":1,\"block_id\":\"bbefd012\",\"iconImage\":{\"url\":\"\",\"alt\":\"InfoBox placeholder img\"},\"imageWidth\":32,\"columnGap\":1,\"borderStyle\":\"\",\"paddingTop\":0,\"paddingBottom\":0,\"paddingLeft\":0,\"paddingRight\":0,\"spacingLink\":true,\"imgpaddingTop\":0,\"imgpaddingRight\":15,\"imgpaddingBottom\":0,\"imgpaddingLeft\":0,\"overallBorderStyle\":\"none\",\"imgTagHeight\":32,\"imgTagWidth\":150} -->\n<div class=\"wp-block-uagb-testimonial uagb-slick-carousel uagb-tm__arrow-outside uagb-block-bbefd012 uagb-post__carousel_notset uagb-post__carousel_notset-tablet uagb-post__carousel_notset-mobile\"><div class=\"is-carousel uagb-tm__columns-1 uagb-tm__items\"><div class=\"uagb-testimonial__wrap  uagb-tm__imgicon-style-circle uagb-tm__image-position-bottom uagb-tm__bg-type-none \"><div class=\"uagb-tm__content\"><div class=\"uagb-tm__overlay\"></div><div class=\"uagb-tm__text-wrap\"><div class=\"uagb-tm__desc\">\"Thank you for the most wonderful time, Judy!  This was the most peaceful and perfect place to get engaged!  We will most certainly be back!!!  Your hospitality cannot be topped!\"​</div><div class=\"uagb-tm__meta-inner\"><div class=\"uagb-tm__image-content\"><div class=\"uagb-tm__image\"><img class=\"uagb-tm-img-src\" src=\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/testimonial3-150x150.jpg\" alt=\"\" width=\"32\" height=\"32\" loading=\"lazy\"/></div></div><div class=\"uagb-testimonial-details\"><span class=\"uagb-tm__author-name\"><strong><strong><strong><strong>Brett and Kelly</strong></strong></strong></strong></span><span class=\"uagb-tm__company\"></span></div></div></div></div></div></div></div>\n<!-- /wp:uagb/testimonial --></div>\n<!-- /wp:uagb/container --></div>\n<!-- /wp:uagb/container --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"f9eb32ea\",\"innerContentCustomWidthDesktop\":781,\"innerContentCustomWidthTablet\":781,\"backgroundType\":\"image\",\"backgroundImageDesktop\":{\"id\":809,\"title\":\"26759994757_767d9794fd_b\",\"filename\":\"26759994757_767d9794fd_b.jpg\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/26759994757_767d9794fd_b.jpg\",\"link\":\"https://blueroan.netgen.cloud/?attachment_id=809\",\"alt\":\"\",\"author\":\"2\",\"description\":\"\",\"caption\":\"\",\"name\":\"26759994757_767d9794fd_b\",\"status\":\"inherit\",\"uploadedTo\":805,\"date\":\"2022-12-13T09:51:53.000Z\",\"modified\":\"2022-12-13T09:51:53.000Z\",\"menuOrder\":0,\"mime\":\"image/jpeg\",\"type\":\"image\",\"subtype\":\"jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-includes/images/media/default.png\",\"dateFormatted\":\"December 13, 2022\",\"nonces\":{\"update\":\"39b5c0eef1\",\"delete\":\"fde92abd83\",\"edit\":\"3923face9e\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=809\\u0026action=edit\",\"meta\":false,\"authorName\":\"Netgen Support\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/profile.php\",\"uploadedToTitle\":\"Magaliesburg\",\"uploadedToLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=805\\u0026action=edit\",\"filesizeInBytes\":143610,\"filesizeHumanReadable\":\"140 KB\",\"context\":\"\",\"height\":683,\"width\":1024,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/26759994757_767d9794fd_b-150x150.jpg\",\"orientation\":\"landscape\"},\"medium\":{\"height\":200,\"width\":300,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/26759994757_767d9794fd_b-300x200.jpg\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/26759994757_767d9794fd_b.jpg\",\"height\":683,\"width\":1024,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"backgroundImageColor\":\"rgba(42,42,42,0.65)\",\"topPaddingDesktop\":144,\"bottomPaddingDesktop\":144,\"leftPaddingDesktop\":40,\"rightPaddingDesktop\":40,\"topPaddingTablet\":80,\"bottomPaddingTablet\":80,\"leftPaddingTablet\":40,\"rightPaddingTablet\":40,\"topPaddingMobile\":64,\"bottomPaddingMobile\":64,\"leftPaddingMobile\":24,\"rightPaddingMobile\":24,\"paddingLink\":false,\"variationSelected\":true,\"isBlockRootParent\":true,\"overlayType\":\"color\"} -->\n<div class=\"wp-block-uagb-container uagb-block-f9eb32ea alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/advanced-heading {\"block_id\":\"8b70b525\",\"classMigrate\":true,\"headingDescToggle\":true,\"headingAlign\":\"center\",\"headingColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"subHeadingColor\":\"var(\\u002d\\u002dast-global-color-4)\",\"headSpace\":20} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-8b70b525\"><h2 class=\"uagb-heading-text\">Plan an Unforgettable Experience at <br>Blue Roan!</h2><p class=\"uagb-desc-text\">Blue Roan is a 4-star graded pet-friendly venue</p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/advanced-heading {\"block_id\":\"5d2b523f\",\"classMigrate\":true,\"headingTitleToggle\":false,\"headingDescToggle\":true,\"headingAlign\":\"center\",\"subHeadingColor\":\"var(\\u002d\\u002dast-global-color-4)\",\"subHeadTransform\":\"uppercase\",\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"subHeadLetterSpacing\":2,\"blockTopPadding\":60,\"blockRightPadding\":0,\"blockLeftPadding\":0,\"blockBottomPadding\":0,\"blockTopPaddingMobile\":30,\"blockRightPaddingMobile\":0,\"blockLeftPaddingMobile\":0,\"blockBottomPaddingMobile\":0} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-5d2b523f\"><p class=\"uagb-desc-text\">BOOK YOUR STAY NOW​</p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/icon-list {\"block_id\":\"455ca143\",\"classMigrate\":true,\"childMigrate\":true,\"align\":\"center\",\"parentIcon\":\"phone\",\"size\":40,\"sizeMobile\":24,\"sizeTablet\":32,\"fontSize\":48,\"fontSizeMobile\":28,\"fontSizeTablet\":40,\"fontWeight\":\"600\",\"iconColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"labelColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"blockTopPadding\":0,\"blockRightPadding\":0,\"blockLeftPadding\":0,\"blockBottomPadding\":24,\"blockPaddingLink\":false} -->\n<div class=\"wp-block-uagb-icon-list uagb-block-455ca143\"><div class=\"uagb-icon-list__wrap\"><!-- wp:uagb/icon-list-child {\"block_id\":\"d629bba6\",\"label\":\" + 27 (0) 82 575 5409\",\"label_color\":\"\",\"link\":\"tel:+27825755409\",\"disableLink\":true,\"fromParentIcon\":\"phone\",\"imageSizeChild\":40} -->\n<div class=\"wp-block-uagb-icon-list-child uagb-block-d629bba6\"><a target=\"_self\" aria-label=\" + 27 (0) 82 575 5409\" rel=\"noopener noreferrer\" href=\"tel:+27825755409\"> </a><span class=\"uagb-icon-list__source-wrap\"><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M511.2 387l-23.25 100.8c-3.266 14.25-15.79 24.22-30.46 24.22C205.2 512 0 306.8 0 54.5c0-14.66 9.969-27.2 24.22-30.45l100.8-23.25C139.7-2.602 154.7 5.018 160.8 18.92l46.52 108.5c5.438 12.78 1.77 27.67-8.98 36.45L144.5 207.1c33.98 69.22 90.26 125.5 159.5 159.5l44.08-53.8c8.688-10.78 23.69-14.51 36.47-8.975l108.5 46.51C506.1 357.2 514.6 372.4 511.2 387z\"></path></svg></span><span class=\"uagb-icon-list__label\"> + 27 (0) 82 575 5409</span></div>\n<!-- /wp:uagb/icon-list-child -->\n\n<!-- wp:uagb/icon-list-child {\"block_id\":\"d18b3cfe\",\"label\":\"blueroan@ugo.co.za\",\"icon\":\"envelope\",\"label_color\":\"\",\"link\":\"mailto:blueroan@ugo.co.za\",\"disableLink\":true,\"fromParentIcon\":\"phone\",\"imageSizeChild\":40} -->\n<div class=\"wp-block-uagb-icon-list-child uagb-block-d18b3cfe\"><a target=\"_self\" aria-label=\"blueroan@ugo.co.za\" rel=\"noopener noreferrer\" href=\"mailto:blueroan@ugo.co.za\"> </a><span class=\"uagb-icon-list__source-wrap\"><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M464 64C490.5 64 512 85.49 512 112C512 127.1 504.9 141.3 492.8 150.4L275.2 313.6C263.8 322.1 248.2 322.1 236.8 313.6L19.2 150.4C7.113 141.3 0 127.1 0 112C0 85.49 21.49 64 48 64H464zM217.6 339.2C240.4 356.3 271.6 356.3 294.4 339.2L512 176V384C512 419.3 483.3 448 448 448H64C28.65 448 0 419.3 0 384V176L217.6 339.2z\"></path></svg></span><span class=\"uagb-icon-list__label\">blueroan@ugo.co.za</span></div>\n<!-- /wp:uagb/icon-list-child --></div></div>\n<!-- /wp:uagb/icon-list --></div></div>\n<!-- /wp:uagb/container -->',	'Home',	'',	'inherit',	'closed',	'closed',	'',	'760-revision-v1',	'',	'',	'2022-12-13 15:02:55',	'2022-12-13 15:02:55',	'',	760,	'https://blueroan.netgen.cloud/?p=904',	0,	'revision',	'',	0),
(905,	2,	'2022-12-13 15:03:50',	'2022-12-13 15:03:50',	'',	'AAEAAQAAAAAAAAAAAAAA39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba-1',	'',	'inherit',	'open',	'closed',	'',	'aaeaaqaaaaaaaaaaaaaa39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba-1',	'',	'',	'2022-12-13 15:03:50',	'2022-12-13 15:03:50',	'',	760,	'https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAA39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba-1.png',	0,	'attachment',	'image/png',	0),
(907,	2,	'2022-12-13 15:04:35',	'2022-12-13 15:04:35',	'',	'241565_xl',	'',	'inherit',	'open',	'closed',	'',	'241565_xl',	'',	'',	'2022-12-13 15:04:35',	'2022-12-13 15:04:35',	'',	760,	'https://blueroan.netgen.cloud/wp-content/uploads/2022/12/241565_xl.jpg',	0,	'attachment',	'image/jpeg',	0),
(908,	2,	'2022-12-13 15:04:52',	'2022-12-13 15:04:52',	'',	'241506_xl',	'',	'inherit',	'open',	'closed',	'',	'241506_xl',	'',	'',	'2022-12-13 15:04:52',	'2022-12-13 15:04:52',	'',	760,	'https://blueroan.netgen.cloud/wp-content/uploads/2022/12/241506_xl.jpg',	0,	'attachment',	'image/jpeg',	0),
(909,	2,	'2022-12-13 15:05:09',	'2022-12-13 15:05:09',	'',	'blueroanfarm_118-x_large',	'',	'inherit',	'open',	'closed',	'',	'blueroanfarm_118-x_large',	'',	'',	'2022-12-13 15:05:09',	'2022-12-13 15:05:09',	'',	760,	'https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blueroanfarm_118-x_large.jpg',	0,	'attachment',	'image/jpeg',	0),
(910,	2,	'2022-12-13 15:05:21',	'2022-12-13 15:05:21',	'',	'bird',	'',	'inherit',	'open',	'closed',	'',	'bird',	'',	'',	'2022-12-13 15:05:21',	'2022-12-13 15:05:21',	'',	760,	'https://blueroan.netgen.cloud/wp-content/uploads/2022/12/bird.jpg',	0,	'attachment',	'image/jpeg',	0),
(911,	2,	'2022-12-13 15:05:31',	'2022-12-13 15:05:31',	'<!-- wp:uagb/container {\"block_id\":\"33e3da99\",\"minHeightDesktop\":95,\"minHeightTablet\":70,\"minHeightMobile\":80,\"minHeightType\":\"vh\",\"alignItemsDesktop\":\"flex-start\",\"backgroundType\":\"image\",\"backgroundImageDesktop\":{\"uploading\":false,\"date\":1670921854000,\"filename\":\"Blue-Roan-pool.jpg\",\"menuOrder\":0,\"uploadedTo\":760,\"type\":\"image\",\"subtype\":\"jpeg\",\"id\":784,\"title\":\"Blue Roan - pool\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Blue-Roan-pool.jpg\",\"link\":\"https://blueroan.netgen.cloud/home/blue-roan-pool/\",\"alt\":\"\",\"author\":\"2\",\"description\":\"\",\"caption\":\"\",\"name\":\"blue-roan-pool\",\"status\":\"inherit\",\"modified\":1670921854000,\"mime\":\"image/jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-includes/images/media/default.png\",\"dateFormatted\":\"December 13, 2022\",\"nonces\":{\"update\":\"51a12ed09e\",\"delete\":\"5174068551\",\"edit\":\"1de0721407\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=784\\u0026action=edit\",\"meta\":false,\"authorName\":\"Netgen Support\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/profile.php\",\"uploadedToTitle\":\"Home\",\"uploadedToLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=760\\u0026action=edit\",\"filesizeInBytes\":154801,\"filesizeHumanReadable\":\"151 KB\",\"context\":\"\",\"height\":667,\"width\":1000,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Blue-Roan-pool-150x150.jpg\",\"orientation\":\"landscape\"},\"medium\":{\"height\":200,\"width\":300,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Blue-Roan-pool-300x200.jpg\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Blue-Roan-pool.jpg\",\"height\":667,\"width\":1000,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"backgroundPositionDesktop\":{\"x\":0.5,\"y\":0.25},\"backgroundImageColor\":\"rgba(42,42,42,0.35)\",\"topPaddingDesktop\":0,\"bottomPaddingDesktop\":0,\"leftPaddingDesktop\":40,\"rightPaddingDesktop\":40,\"topPaddingTablet\":120,\"bottomPaddingTablet\":120,\"leftPaddingTablet\":40,\"rightPaddingTablet\":40,\"topPaddingMobile\":150,\"bottomPaddingMobile\":150,\"leftPaddingMobile\":20,\"rightPaddingMobile\":20,\"paddingLink\":false,\"variationSelected\":true,\"isBlockRootParent\":true,\"overlayType\":\"color\",\"minHeightTypeTablet\":\"vh\",\"minHeightTypeMobile\":\"vh\"} -->\n<div class=\"wp-block-uagb-container uagb-block-33e3da99 alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/info-box {\"classMigrate\":true,\"headingAlign\":\"left\",\"headingColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"subHeadingColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"headingTag\":\"h1\",\"subHeadFontSize\":17,\"subHeadFontSizeMobile\":15,\"headSpace\":20,\"subHeadSpace\":40,\"block_id\":\"8ccd7155\",\"ctaIcon\":\"\",\"ctaType\":\"button\",\"ctaText\":\"Book Your Stay Now\",\"ctaLink\":\"#\",\"ctaBtnLinkColor\":\"var(\\u002d\\u002dast-global-color-2)\",\"ctaLinkHoverColor\":\"var(\\u002d\\u002dast-global-color-2)\",\"ctaBgColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"ctaBgHoverColor\":\"var(\\u002d\\u002dast-global-color-4)\",\"ctaBorderColor\":\"\",\"ctaBorderStyle\":\"\",\"ctaBorderWidth\":\"\",\"ctaBorderRadius\":\"\",\"iconImage\":{\"url\":\"\",\"alt\":\"InfoBox placeholder img\"},\"showIcon\":false,\"paddingBtnTop\":18,\"paddingBtnBottom\":18,\"paddingBtnLeft\":34,\"paddingBtnRight\":34,\"blockTopPadding\":0,\"blockRightPadding\":40,\"blockLeftPadding\":0,\"blockBottomPadding\":0,\"blockTopPaddingTablet\":0,\"blockRightPaddingTablet\":64,\"blockLeftPaddingTablet\":0,\"blockBottomPaddingTablet\":0,\"blockTopPaddingMobile\":0,\"blockRightPaddingMobile\":0,\"blockLeftPaddingMobile\":0,\"blockBottomPaddingMobile\":0,\"blockPaddingUnit\":\"%\",\"blockPaddingLink\":false,\"subHeadMarginTopTablet\":0,\"subHeadMarginRightTablet\":64,\"subHeadTabletSpace\":40,\"subHeadMarginLeftTablet\":0,\"subHeadMarginTopMobile\":0,\"subHeadMarginRightMobile\":0,\"subHeadMobileSpace\":40,\"subHeadMarginLeftMobile\":0,\"btnBorderTopWidth\":1,\"btnBorderLeftWidth\":1,\"btnBorderRightWidth\":1,\"btnBorderBottomWidth\":1,\"btnBorderTopLeftRadius\":0,\"btnBorderTopRightRadius\":0,\"btnBorderBottomLeftRadius\":0,\"btnBorderBottomRightRadius\":0,\"btnBorderStyle\":\"none\",\"btnBorderColor\":\"#333\"} -->\n<div class=\"wp-block-uagb-info-box uagb-block-8ccd7155 uagb-infobox__content-wrap  uagb-infobox-icon-above-title uagb-infobox-image-valign-top\"><div class=\"uagb-ifb-content\"><div class=\"uagb-ifb-title-wrap\"><h1 class=\"uagb-ifb-title\"><strong>Magaliesburg pet friendly self-catering accommodation</strong></h1></div><p class=\"uagb-ifb-desc\">Romantic pet-friendly self-catering accommodation in Magaliesburg, Gauteng.</p><div class=\"uagb-ifb-button-wrapper wp-block-button\"><a href=\"#\" class=\"uagb-infobox-cta-link wp-block-button__link\" target=\"_self\" rel=\"noopener noreferrer\" alt=\"\"><span class=\"uagb-inline-editing\">Book Your Stay Now</span></a></div></div></div>\n<!-- /wp:uagb/info-box --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"8944d266\",\"directionDesktop\":\"row\",\"directionMobile\":\"column-reverse\",\"alignItemsDesktop\":\"flex-start\",\"backgroundType\":\"color\",\"backgroundSizeTablet\":\"cover\",\"backgroundSizeMobile\":\"cover\",\"backgroundColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"topPaddingDesktop\":60,\"bottomPaddingDesktop\":60,\"topPaddingTablet\":80,\"bottomPaddingTablet\":80,\"leftPaddingTablet\":40,\"rightPaddingTablet\":40,\"topPaddingMobile\":64,\"bottomPaddingMobile\":64,\"leftPaddingMobile\":24,\"rightPaddingMobile\":24,\"paddingLink\":false,\"variationSelected\":true,\"columnGapDesktop\":60,\"columnGapTablet\":50,\"isBlockRootParent\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-8944d266 alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/container {\"block_id\":\"4265bd3c\",\"widthDesktop\":50,\"variationSelected\":true,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-4265bd3c\"><!-- wp:image {\"id\":797,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-13.jpg\" alt=\"\" class=\"wp-image-797\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The Blue Roan Country Lodge is situated just 5 minutes from the village of Magaliesburg on a tar road so easy access for all cars. &nbsp;We have panoramic views of the Magaliesberg mountain range and our farm is the perfect place for a relaxing getaway in the country. &nbsp;As we are only 70 km from JHB and Pretoria, it is only an hour’s drive.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:buttons -->\n<div class=\"wp-block-buttons\"><!-- wp:button -->\n<div class=\"wp-block-button\"><a class=\"wp-block-button__link wp-element-button\" href=\"/accommodation/\">View accomodation</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"68c072d7\",\"widthDesktop\":50,\"leftPaddingDesktop\":0,\"paddingLink\":false,\"variationSelected\":true,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-68c072d7\"><!-- wp:uagb/advanced-heading {\"block_id\":\"a8d773d5\",\"classMigrate\":true,\"headingDescToggle\":true,\"subHeadingColor\":\"\",\"headSpace\":20,\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-a8d773d5\"><h2 class=\"uagb-heading-text\"><strong>Blue Roan is a 4-star graded pet-friendly venue</strong></h2><p class=\"uagb-desc-text\">Our goal is to provide high-quality, romantic, comfortable, and affordable self-catering accommodation on the outskirts of the village of &nbsp;Magaliesburg. &nbsp;For animal lovers, we are also&nbsp;pet-friendly&nbsp;by arrangement in most of the units all of which have their own fully fenced and gated private grassy gardens.</p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/image {\"block_id\":\"6ca964bc\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/hammock-in-the-garden.jpg\",\"align\":\"left\",\"id\":799,\"linkDestination\":\"none\",\"naturalWidth\":600,\"naturalHeight\":400,\"sizeSlug\":\"full\",\"sizeSlugTablet\":\"full\",\"sizeSlugMobile\":\"full\",\"imageTopMargin\":20,\"imageRightMargin\":0,\"imageLeftMargin\":0,\"imageBottomMargin\":0,\"imageTopMarginMobile\":0,\"imageRightMarginMobile\":0,\"imageLeftMarginMobile\":0,\"imageBottomMarginMobile\":0,\"imageMarginLink\":false} -->\n<div class=\"wp-block-uagb-image uagb-block-6ca964bc wp-block-uagb-image--layout-default wp-block-uagb-image--effect-static wp-block-uagb-image--align-left\"><figure class=\"wp-block-uagb-image__figure\"><img srcset=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/hammock-in-the-garden.jpg \" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/hammock-in-the-garden.jpg\" alt=\"\" class=\"uag-image-799\" width=\"\" height=\"\" title=\"\" loading=\"lazy\"/></figure></div>\n<!-- /wp:uagb/image --></div>\n<!-- /wp:uagb/container --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"5f304879\",\"directionDesktop\":\"row\",\"directionMobile\":\"column-reverse\",\"alignItemsDesktop\":\"flex-start\",\"backgroundType\":\"color\",\"backgroundSizeTablet\":\"cover\",\"backgroundSizeMobile\":\"cover\",\"backgroundColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"topPaddingDesktop\":0,\"bottomPaddingDesktop\":0,\"topPaddingTablet\":80,\"bottomPaddingTablet\":80,\"leftPaddingTablet\":40,\"rightPaddingTablet\":40,\"topPaddingMobile\":64,\"bottomPaddingMobile\":64,\"leftPaddingMobile\":24,\"rightPaddingMobile\":24,\"paddingLink\":false,\"variationSelected\":true,\"rowGapDesktop\":0,\"columnGapDesktop\":0,\"columnGapTablet\":50,\"isBlockRootParent\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-5f304879 alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:image {\"align\":\"center\",\"id\":794,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image aligncenter size-full\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/210-2108726_too-great-for-us-tourism-grading-council-of-south-5.png\" alt=\"\" class=\"wp-image-794\"/></figure>\n<!-- /wp:image --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"b382f5ff\",\"backgroundType\":\"color\",\"backgroundSizeTablet\":\"cover\",\"backgroundSizeMobile\":\"cover\",\"backgroundColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"topPaddingDesktop\":50,\"bottomPaddingDesktop\":100,\"topPaddingTablet\":50,\"bottomPaddingTablet\":25,\"leftPaddingTablet\":20,\"rightPaddingTablet\":20,\"topPaddingMobile\":50,\"bottomPaddingMobile\":20,\"leftPaddingMobile\":20,\"rightPaddingMobile\":20,\"paddingLink\":false,\"variationSelected\":true,\"rowGapDesktop\":0,\"isBlockRootParent\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-b382f5ff alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/container {\"block_id\":\"307fbf21\",\"directionDesktop\":\"row\",\"alignItemsDesktop\":\"flex-end\",\"alignItemsTablet\":\"flex-end\",\"justifyContentDesktop\":\"flex-end\",\"justifyContentTablet\":\"space-between\",\"variationSelected\":true,\"rowGapMobile\":30,\"columnGapDesktop\":0} -->\n<div class=\"wp-block-uagb-container uagb-block-307fbf21\"><!-- wp:uagb/advanced-heading {\"block_id\":\"a9ced92c\",\"classMigrate\":true,\"headingDescToggle\":true,\"subHeadingColor\":\"\",\"headSpace\":20,\"subHeadFontSize\":16} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-a9ced92c\"><h2 class=\"uagb-heading-text\">Amenities &amp; Interests ​</h2><p class=\"uagb-desc-text\">We have 7 lovely brick&nbsp;<strong>self-catering</strong>&nbsp;units, each one private and with its own character and theme. &nbsp;They are designed exclusively for couples with or without pets wanting a romantic and peaceful place to connect, re-connect, celebrate special occasions, or somewhere quiet and comfortable to come for a holiday</p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/buttons {\"block_id\":\"b2eb2198\",\"classMigrate\":true,\"childMigrate\":true,\"align\":\"right\",\"alignTablet\":\"right\",\"alignMobile\":\"left\",\"gap\":0} -->\n<div class=\"wp-block-uagb-buttons uagb-buttons__outer-wrap uagb-btn__default-btn uagb-btn-tablet__default-btn uagb-btn-mobile__default-btn uagb-block-b2eb2198\"><div class=\"uagb-buttons__wrap uagb-buttons-layout-wrap\"><!-- wp:uagb/buttons-child {\"block_id\":\"b53aaae6\",\"label\":\"View All\",\"link\":\"#\",\"hColor\":\"\",\"borderWidth\":\"\",\"borderRadius\":\"\",\"borderStyle\":\"\",\"borderColor\":\"\",\"borderHColor\":\"\",\"btnBorderTopWidth\":1,\"btnBorderLeftWidth\":1,\"btnBorderRightWidth\":1,\"btnBorderBottomWidth\":1,\"btnBorderTopLeftRadius\":2,\"btnBorderTopRightRadius\":2,\"btnBorderBottomLeftRadius\":2,\"btnBorderBottomRightRadius\":2,\"btnBorderStyle\":\"solid\",\"btnBorderColor\":\"#333\",\"btnBorderHColor\":\"#333\"} -->\n<div class=\"wp-block-uagb-buttons-child uagb-buttons__outer-wrap uagb-block-b53aaae6 wp-block-button is-style-outline\"><div class=\"uagb-button__wrapper\"><a class=\"uagb-buttons-repeater wp-block-button__link\" href=\"#\" rel=\"follow noopener\" target=\"_self\"><div class=\"uagb-button__link\">View All</div></a></div></div>\n<!-- /wp:uagb/buttons-child --></div></div>\n<!-- /wp:uagb/buttons --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"d67ed91b\",\"directionDesktop\":\"row\",\"alignItemsTablet\":\"flex-start\",\"paddingLink\":false,\"topMarginDesktop\":50,\"bottomMarginDesktop\":20,\"leftMarginDesktop\":0,\"rightMarginDesktop\":0,\"marginLink\":false,\"variationSelected\":true,\"rowGapMobile\":65,\"columnGapDesktop\":48,\"columnGapTablet\":20} -->\n<div class=\"wp-block-uagb-container uagb-block-d67ed91b\"><!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"align\":\"center\",\"id\":828,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image aligncenter size-full\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Blue-Roan-pool.png\" alt=\"Blue Roan\'s rock pool\" class=\"wp-image-828\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>A relaxing rock Pool​</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>We have a lovely sparkling blue rock pool next to a thatched Lapa. &nbsp;&nbsp;Lie on recliners on the green lawn or sit on the swing chair in the Lapa and enjoy the panoramic view of the Magaliesberg mountain range.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":829,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/img-20160605-wa0002-largejpg.png\" alt=\"\" class=\"wp-image-829\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>Braai facilities </h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>What can compare to a burning fire under the star-lit African sky? Nothing beats the flavor of cooking over an open flame.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":830,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/ef9d0188da11e2bc56788f5619d9d539.png\" alt=\"\" class=\"wp-image-830\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>A games room </h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>The reception is also a games room for those who enjoy darts or playing pool. &nbsp;Take a selection of DVDs back to your room and watch movies on your own DVD player. &nbsp;There is also a selection of board games and music CDs that you can borrow.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div>\n<!-- /wp:uagb/container --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"2d72d566\",\"backgroundType\":\"color\",\"backgroundSizeTablet\":\"cover\",\"backgroundSizeMobile\":\"cover\",\"backgroundColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"bottomPaddingDesktop\":104,\"leftPaddingDesktop\":40,\"rightPaddingDesktop\":40,\"topPaddingTablet\":80,\"bottomPaddingTablet\":80,\"leftPaddingTablet\":40,\"rightPaddingTablet\":40,\"topPaddingMobile\":64,\"bottomPaddingMobile\":64,\"leftPaddingMobile\":24,\"rightPaddingMobile\":24,\"paddingLink\":false,\"variationSelected\":true,\"rowGapDesktop\":0,\"isBlockRootParent\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-2d72d566 alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/advanced-heading {\"block_id\":\"a996739e\",\"classMigrate\":true,\"headingDescToggle\":true,\"headingAlign\":\"center\",\"headingAlignMobile\":\"left\",\"subHeadingColor\":\"\",\"headSpace\":20,\"subHeadFontSize\":16,\"blockBottomPadding\":20} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-a996739e\"><h2 class=\"uagb-heading-text\">Our Inside Pictures​</h2><p class=\"uagb-desc-text\">Take a look at some pretty pictures captured in and around our premises.</p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/container {\"block_id\":\"9f1b652a\",\"directionDesktop\":\"row\",\"alignItemsDesktop\":\"flex-start\",\"topMarginDesktop\":20,\"bottomMarginDesktop\":0,\"leftMarginDesktop\":0,\"rightMarginDesktop\":0,\"marginLink\":false,\"variationSelected\":true,\"rowGapMobile\":24,\"columnGapDesktop\":24,\"columnGapTablet\":20} -->\n<div class=\"wp-block-uagb-container uagb-block-9f1b652a\"><!-- wp:uagb/container {\"block_id\":\"52b3ca0a\",\"widthDesktop\":32,\"variationSelected\":true,\"rowGapDesktop\":24,\"rowGapTablet\":20,\"rowGapMobile\":24,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-52b3ca0a\"><!-- wp:uagb/image {\"block_id\":\"8aa4c354\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/red-rose-1024x683.jpg\",\"id\":834,\"linkDestination\":\"none\",\"naturalWidth\":1024,\"naturalHeight\":683,\"sizeSlug\":\"large\",\"sizeSlugTablet\":\"large\",\"sizeSlugMobile\":\"large\"} -->\n<div class=\"wp-block-uagb-image uagb-block-8aa4c354 wp-block-uagb-image--layout-default wp-block-uagb-image--effect-static wp-block-uagb-image--align-none\"><figure class=\"wp-block-uagb-image__figure\"><img srcset=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/red-rose-1024x683.jpg \" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/red-rose-1024x683.jpg\" alt=\"\" class=\"uag-image-834\" width=\"\" height=\"\" title=\"\" loading=\"lazy\"/></figure></div>\n<!-- /wp:uagb/image -->\n\n<!-- wp:uagb/image {\"block_id\":\"1a94f147\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/bird-1024x683.jpg\",\"id\":910,\"linkDestination\":\"none\",\"naturalWidth\":1024,\"naturalHeight\":683,\"sizeSlug\":\"large\",\"sizeSlugTablet\":\"large\",\"sizeSlugMobile\":\"large\"} -->\n<div class=\"wp-block-uagb-image uagb-block-1a94f147 wp-block-uagb-image--layout-default wp-block-uagb-image--effect-static wp-block-uagb-image--align-none\"><figure class=\"wp-block-uagb-image__figure\"><img srcset=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/bird-1024x683.jpg \" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/bird-1024x683.jpg\" alt=\"\" class=\"uag-image-910\" title=\"\" loading=\"lazy\"/></figure></div>\n<!-- /wp:uagb/image --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"a7005e88\",\"widthDesktop\":67,\"variationSelected\":true,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-a7005e88\"><!-- wp:uagb/image {\"block_id\":\"f6905d54\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/241506_xl.jpg\",\"id\":908,\"linkDestination\":\"none\",\"width\":693,\"widthTablet\":780,\"height\":462,\"heightTablet\":0,\"naturalWidth\":800,\"naturalHeight\":534,\"sizeSlug\":\"full\",\"sizeSlugTablet\":\"full\",\"sizeSlugMobile\":\"full\",\"customHeightSetDesktop\":true} -->\n<div class=\"wp-block-uagb-image uagb-block-f6905d54 wp-block-uagb-image--layout-default wp-block-uagb-image--effect-static wp-block-uagb-image--align-none\"><figure class=\"wp-block-uagb-image__figure\"><img srcset=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/241506_xl.jpg \" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/241506_xl.jpg\" alt=\"\" class=\"uag-image-908\" width=\"693\" height=\"462\" title=\"\" loading=\"lazy\"/></figure></div>\n<!-- /wp:uagb/image --></div>\n<!-- /wp:uagb/container --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"a1ab5da5\",\"directionDesktop\":\"row\",\"alignItemsDesktop\":\"flex-start\",\"topMarginDesktop\":24,\"bottomMarginDesktop\":0,\"leftMarginDesktop\":0,\"rightMarginDesktop\":0,\"topMarginTablet\":20,\"bottomMarginTablet\":0,\"leftMarginTablet\":0,\"rightMarginTablet\":0,\"topMarginMobile\":24,\"bottomMarginMobile\":0,\"leftMarginMobile\":0,\"rightMarginMobile\":0,\"marginLink\":false,\"variationSelected\":true,\"columnGapDesktop\":24,\"columnGapTablet\":20} -->\n<div class=\"wp-block-uagb-container uagb-block-a1ab5da5\"><!-- wp:uagb/container {\"block_id\":\"53aa0fb2\",\"widthDesktop\":67,\"variationSelected\":true,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-53aa0fb2\"><!-- wp:uagb/image {\"block_id\":\"bc269e44\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-8-1024x678.jpg\",\"id\":837,\"linkDestination\":\"none\",\"naturalWidth\":1024,\"naturalHeight\":678,\"sizeSlug\":\"large\",\"sizeSlugTablet\":\"large\",\"sizeSlugMobile\":\"large\",\"customHeightSetDesktop\":true} -->\n<div class=\"wp-block-uagb-image uagb-block-bc269e44 wp-block-uagb-image--layout-default wp-block-uagb-image--effect-static wp-block-uagb-image--align-none\"><figure class=\"wp-block-uagb-image__figure\"><img srcset=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-8-1024x678.jpg \" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-8-1024x678.jpg\" alt=\"\" class=\"uag-image-837\" width=\"\" height=\"\" title=\"\" loading=\"lazy\"/></figure></div>\n<!-- /wp:uagb/image --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"a69a46d5\",\"widthDesktop\":32,\"variationSelected\":true,\"rowGapDesktop\":24,\"rowGapTablet\":20,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-a69a46d5\"><!-- wp:uagb/image {\"block_id\":\"bb4b8dc1\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/49g.jpg\",\"id\":838,\"linkDestination\":\"none\",\"naturalWidth\":650,\"naturalHeight\":450,\"sizeSlug\":\"full\",\"sizeSlugTablet\":\"full\",\"sizeSlugMobile\":\"full\"} -->\n<div class=\"wp-block-uagb-image uagb-block-bb4b8dc1 wp-block-uagb-image--layout-default wp-block-uagb-image--effect-static wp-block-uagb-image--align-none\"><figure class=\"wp-block-uagb-image__figure\"><img srcset=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/49g.jpg \" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/49g.jpg\" alt=\"\" class=\"uag-image-838\" width=\"\" height=\"\" title=\"\" loading=\"lazy\"/></figure></div>\n<!-- /wp:uagb/image -->\n\n<!-- wp:uagb/image {\"block_id\":\"7a44437d\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-country-lodge-1-1024x576.jpg\",\"id\":839,\"linkDestination\":\"none\",\"naturalWidth\":1024,\"naturalHeight\":576,\"sizeSlug\":\"large\",\"sizeSlugTablet\":\"large\",\"sizeSlugMobile\":\"large\"} -->\n<div class=\"wp-block-uagb-image uagb-block-7a44437d wp-block-uagb-image--layout-default wp-block-uagb-image--effect-static wp-block-uagb-image--align-none\"><figure class=\"wp-block-uagb-image__figure\"><img srcset=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-country-lodge-1-1024x576.jpg \" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-country-lodge-1-1024x576.jpg\" alt=\"\" class=\"uag-image-839\" width=\"\" height=\"\" title=\"\" loading=\"lazy\"/></figure></div>\n<!-- /wp:uagb/image --></div>\n<!-- /wp:uagb/container --></div>\n<!-- /wp:uagb/container --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"58a561d3\",\"backgroundType\":\"color\",\"backgroundSizeTablet\":\"cover\",\"backgroundSizeMobile\":\"cover\",\"backgroundColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"topPaddingDesktop\":40,\"bottomPaddingDesktop\":104,\"leftPaddingDesktop\":40,\"rightPaddingDesktop\":40,\"topPaddingTablet\":80,\"bottomPaddingTablet\":80,\"leftPaddingTablet\":40,\"rightPaddingTablet\":40,\"topPaddingMobile\":64,\"bottomPaddingMobile\":64,\"leftPaddingMobile\":24,\"rightPaddingMobile\":24,\"paddingLink\":false,\"variationSelected\":true,\"rowGapDesktop\":0,\"isBlockRootParent\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-58a561d3 alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/advanced-heading {\"block_id\":\"cabd6146\",\"classMigrate\":true,\"headingDescToggle\":true,\"headingAlign\":\"center\",\"headingAlignMobile\":\"left\",\"subHeadingColor\":\"\",\"headSpace\":20,\"subHeadFontSize\":16,\"blockBottomPadding\":20} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-cabd6146\"><h2 class=\"uagb-heading-text\">What Our Guests Say​</h2><p class=\"uagb-desc-text\">We take pride in serving our guests the best experience. </p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/container {\"block_id\":\"b24ebbd9\",\"directionDesktop\":\"row\",\"topMarginDesktop\":40,\"bottomMarginDesktop\":0,\"leftMarginDesktop\":0,\"rightMarginDesktop\":0,\"marginLink\":false,\"variationSelected\":true,\"rowGapMobile\":40,\"columnGapDesktop\":90} -->\n<div class=\"wp-block-uagb-container uagb-block-b24ebbd9\"><!-- wp:uagb/container {\"block_id\":\"22894f94\",\"widthDesktop\":50,\"variationSelected\":true,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-22894f94\"><!-- wp:uagb/testimonial {\"test_item_count\":1,\"classMigrate\":true,\"test_block\":[{\"description\":\"\\u0022Thank you for a most enjoyable weekend stay and for making our anniversary so special.  Thank you for your kind and lovely friendship which we really appreciate!!!\\u0022​\",\"name\":\"\\u003cstrong\\u003eBrenda and Theuns\\u003c/strong\\u003e\",\"company\":\"\",\"image\":{\"id\":119,\"title\":\"testimonial1\",\"filename\":\"testimonial1.jpg\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/testimonial1.jpg\",\"link\":\"https://blueroan.netgen.cloud/testimonial1/\",\"alt\":\"\",\"author\":\"34\",\"description\":\"\",\"caption\":\"\",\"name\":\"testimonial1\",\"status\":\"inherit\",\"uploadedTo\":0,\"date\":\"2021-05-11T05:02:02.000Z\",\"modified\":\"2021-05-11T05:02:02.000Z\",\"menuOrder\":0,\"mime\":\"image/jpeg\",\"type\":\"image\",\"subtype\":\"jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/default.png\",\"dateFormatted\":\"May 11, 2021\",\"nonces\":{\"update\":\"b92fe40c3d\",\"delete\":\"643c1eb8f1\",\"edit\":\"d3e7d56b1d\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=119\\u0026action=edit\",\"meta\":false,\"authorName\":\"Rishabh\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/user-edit.php?user_id=34\",\"filesizeInBytes\":11264,\"filesizeHumanReadable\":\"11 KB\",\"context\":\"\",\"height\":250,\"width\":250,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/testimonial1-150x150.jpg\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/testimonial1.jpg\",\"height\":250,\"width\":250,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}}}],\"headingAlign\":\"left\",\"headingAlignTablet\":\"left\",\"headingAlignMobile\":\"left\",\"descColor\":\"var(\\u002d\\u002dast-global-color-3)\",\"nameFontSize\":14,\"nameLineHeight\":1,\"descFontSize\":16,\"descFontWeight\":\"600\",\"nameSpace\":1,\"block_id\":\"fe4f3a93\",\"iconImage\":{\"url\":\"\",\"alt\":\"InfoBox placeholder img\"},\"imageWidth\":32,\"columnGap\":1,\"borderStyle\":\"\",\"paddingTop\":0,\"paddingBottom\":0,\"paddingLeft\":0,\"paddingRight\":0,\"spacingLink\":true,\"imgpaddingTop\":0,\"imgpaddingRight\":15,\"imgpaddingBottom\":0,\"imgpaddingLeft\":0,\"overallBorderStyle\":\"none\",\"imgTagHeight\":32,\"imgTagWidth\":150} -->\n<div class=\"wp-block-uagb-testimonial uagb-slick-carousel uagb-tm__arrow-outside uagb-block-fe4f3a93 uagb-post__carousel_notset uagb-post__carousel_notset-tablet uagb-post__carousel_notset-mobile\"><div class=\"is-carousel uagb-tm__columns-1 uagb-tm__items\"><div class=\"uagb-testimonial__wrap  uagb-tm__imgicon-style-circle uagb-tm__image-position-bottom uagb-tm__bg-type-none \"><div class=\"uagb-tm__content\"><div class=\"uagb-tm__overlay\"></div><div class=\"uagb-tm__text-wrap\"><div class=\"uagb-tm__desc\">\"Thank you for a most enjoyable weekend stay and for making our anniversary so special.  Thank you for your kind and lovely friendship which we really appreciate!!!\"​</div><div class=\"uagb-tm__meta-inner\"><div class=\"uagb-tm__image-content\"><div class=\"uagb-tm__image\"><img class=\"uagb-tm-img-src\" src=\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/testimonial1-150x150.jpg\" alt=\"\" width=\"32\" height=\"32\" loading=\"lazy\"/></div></div><div class=\"uagb-testimonial-details\"><span class=\"uagb-tm__author-name\"><strong>Brenda and Theuns</strong></span><span class=\"uagb-tm__company\"></span></div></div></div></div></div></div></div>\n<!-- /wp:uagb/testimonial -->\n\n<!-- wp:uagb/testimonial {\"test_item_count\":1,\"classMigrate\":true,\"test_block\":[{\"description\":\"\\u0022Breaking away from city life and coming out to a most wonderful romantic weekend away.  The unit is so comfortable.  Thank you for your great hospitality - we had an awesome time here.  Go well - with love\\u0022​\",\"name\":\"\\u003cstrong\\u003e\\u003cstrong\\u003e\\u003cstrong\\u003eLiz \\u0026amp; Eddie\\u003c/strong\\u003e\\u003c/strong\\u003e\\u003c/strong\\u003e\",\"company\":\"\",\"image\":{\"id\":122,\"title\":\"testimonial4\",\"filename\":\"testimonial4.jpg\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/testimonial4.jpg\",\"link\":\"https://blueroan.netgen.cloud/testimonial4/\",\"alt\":\"\",\"author\":\"34\",\"description\":\"\",\"caption\":\"\",\"name\":\"testimonial4\",\"status\":\"inherit\",\"uploadedTo\":0,\"date\":\"2021-05-11T05:02:06.000Z\",\"modified\":\"2021-05-11T05:02:06.000Z\",\"menuOrder\":0,\"mime\":\"image/jpeg\",\"type\":\"image\",\"subtype\":\"jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/default.png\",\"dateFormatted\":\"May 11, 2021\",\"nonces\":{\"update\":\"4e34860add\",\"delete\":\"9e126a55cd\",\"edit\":\"33ffd3c040\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=122\\u0026action=edit\",\"meta\":false,\"authorName\":\"Rishabh\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/user-edit.php?user_id=34\",\"filesizeInBytes\":16584,\"filesizeHumanReadable\":\"16 KB\",\"context\":\"\",\"height\":250,\"width\":250,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/testimonial4-150x150.jpg\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/testimonial4.jpg\",\"height\":250,\"width\":250,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}}}],\"headingAlign\":\"left\",\"headingAlignTablet\":\"left\",\"headingAlignMobile\":\"left\",\"descColor\":\"var(\\u002d\\u002dast-global-color-3)\",\"nameFontSize\":14,\"nameLineHeight\":1,\"descFontSize\":16,\"descFontWeight\":\"600\",\"nameSpace\":1,\"block_id\":\"64ed5b1f\",\"iconImage\":{\"url\":\"\",\"alt\":\"InfoBox placeholder img\"},\"imageWidth\":32,\"columnGap\":1,\"borderStyle\":\"\",\"paddingTop\":0,\"paddingBottom\":0,\"paddingLeft\":0,\"paddingRight\":0,\"spacingLink\":true,\"imgpaddingTop\":0,\"imgpaddingRight\":15,\"imgpaddingBottom\":0,\"imgpaddingLeft\":0,\"overallBorderStyle\":\"none\",\"imgTagHeight\":32,\"imgTagWidth\":150} -->\n<div class=\"wp-block-uagb-testimonial uagb-slick-carousel uagb-tm__arrow-outside uagb-block-64ed5b1f uagb-post__carousel_notset uagb-post__carousel_notset-tablet uagb-post__carousel_notset-mobile\"><div class=\"is-carousel uagb-tm__columns-1 uagb-tm__items\"><div class=\"uagb-testimonial__wrap  uagb-tm__imgicon-style-circle uagb-tm__image-position-bottom uagb-tm__bg-type-none \"><div class=\"uagb-tm__content\"><div class=\"uagb-tm__overlay\"></div><div class=\"uagb-tm__text-wrap\"><div class=\"uagb-tm__desc\">\"Breaking away from city life and coming out to a most wonderful romantic weekend away.  The unit is so comfortable.  Thank you for your great hospitality - we had an awesome time here.  Go well - with love\"​</div><div class=\"uagb-tm__meta-inner\"><div class=\"uagb-tm__image-content\"><div class=\"uagb-tm__image\"><img class=\"uagb-tm-img-src\" src=\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/testimonial4-150x150.jpg\" alt=\"\" width=\"32\" height=\"32\" loading=\"lazy\"/></div></div><div class=\"uagb-testimonial-details\"><span class=\"uagb-tm__author-name\"><strong><strong><strong>Liz &amp; Eddie</strong></strong></strong></span><span class=\"uagb-tm__company\"></span></div></div></div></div></div></div></div>\n<!-- /wp:uagb/testimonial --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"98fdbdca\",\"widthDesktop\":50,\"variationSelected\":true,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-98fdbdca\"><!-- wp:uagb/testimonial {\"test_item_count\":1,\"classMigrate\":true,\"test_block\":[{\"description\":\"\\u0022Judy, what a wonderful place you have here - we were so delighted to spend the weekend here, so tranquil, peaceful, and beautiful. You made us feel right at home. Definitely a place worth 5 stars! Go well.\\u0022​\",\"name\":\"\\u003cstrong\\u003e\\u003cstrong\\u003eBrian\\u003c/strong\\u003e\\u003c/strong\\u003e \\u003cstrong\\u003e\\u003cstrong\\u003e\\u003cstrong\\u003eand \\u003cstrong\\u003eMariska\\u003c/strong\\u003e\\u003c/strong\\u003e\\u003cbr\\u003e\\u003c/strong\\u003e\\u003c/strong\\u003e\",\"company\":\"\",\"image\":{\"id\":120,\"title\":\"testimonial2\",\"filename\":\"testimonial2.jpg\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/testimonial2.jpg\",\"link\":\"https://blueroan.netgen.cloud/testimonial2/\",\"alt\":\"\",\"author\":\"34\",\"description\":\"\",\"caption\":\"\",\"name\":\"testimonial2\",\"status\":\"inherit\",\"uploadedTo\":0,\"date\":\"2021-05-11T05:02:03.000Z\",\"modified\":\"2021-05-11T05:02:03.000Z\",\"menuOrder\":0,\"mime\":\"image/jpeg\",\"type\":\"image\",\"subtype\":\"jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/default.png\",\"dateFormatted\":\"May 11, 2021\",\"nonces\":{\"update\":\"1ee6412858\",\"delete\":\"4414a2ccbf\",\"edit\":\"bde7b1f490\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=120\\u0026action=edit\",\"meta\":false,\"authorName\":\"Rishabh\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/user-edit.php?user_id=34\",\"filesizeInBytes\":10087,\"filesizeHumanReadable\":\"10 KB\",\"context\":\"\",\"height\":250,\"width\":250,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/testimonial2-150x150.jpg\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/testimonial2.jpg\",\"height\":250,\"width\":250,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}}}],\"headingAlign\":\"left\",\"headingAlignTablet\":\"left\",\"headingAlignMobile\":\"left\",\"descColor\":\"var(\\u002d\\u002dast-global-color-3)\",\"nameFontSize\":14,\"nameLineHeight\":1,\"descFontSize\":16,\"descFontWeight\":\"600\",\"nameSpace\":1,\"block_id\":\"fb39220b\",\"iconImage\":{\"url\":\"\",\"alt\":\"InfoBox placeholder img\"},\"imageWidth\":32,\"columnGap\":1,\"borderStyle\":\"\",\"paddingTop\":0,\"paddingBottom\":0,\"paddingLeft\":0,\"paddingRight\":0,\"spacingLink\":true,\"imgpaddingTop\":0,\"imgpaddingRight\":15,\"imgpaddingBottom\":0,\"imgpaddingLeft\":0,\"overallBorderStyle\":\"none\",\"imgTagHeight\":32,\"imgTagWidth\":150} -->\n<div class=\"wp-block-uagb-testimonial uagb-slick-carousel uagb-tm__arrow-outside uagb-block-fb39220b uagb-post__carousel_notset uagb-post__carousel_notset-tablet uagb-post__carousel_notset-mobile\"><div class=\"is-carousel uagb-tm__columns-1 uagb-tm__items\"><div class=\"uagb-testimonial__wrap  uagb-tm__imgicon-style-circle uagb-tm__image-position-bottom uagb-tm__bg-type-none \"><div class=\"uagb-tm__content\"><div class=\"uagb-tm__overlay\"></div><div class=\"uagb-tm__text-wrap\"><div class=\"uagb-tm__desc\">\"Judy, what a wonderful place you have here - we were so delighted to spend the weekend here, so tranquil, peaceful, and beautiful. You made us feel right at home. Definitely a place worth 5 stars! Go well.\"​</div><div class=\"uagb-tm__meta-inner\"><div class=\"uagb-tm__image-content\"><div class=\"uagb-tm__image\"><img class=\"uagb-tm-img-src\" src=\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/testimonial2-150x150.jpg\" alt=\"\" width=\"32\" height=\"32\" loading=\"lazy\"/></div></div><div class=\"uagb-testimonial-details\"><span class=\"uagb-tm__author-name\"><strong><strong>Brian</strong></strong> <strong><strong><strong>and <strong>Mariska</strong></strong><br></strong></strong></span><span class=\"uagb-tm__company\"></span></div></div></div></div></div></div></div>\n<!-- /wp:uagb/testimonial -->\n\n<!-- wp:uagb/testimonial {\"test_item_count\":1,\"classMigrate\":true,\"test_block\":[{\"description\":\"\\u0022Thank you for the most wonderful time, Judy!  This was the most peaceful and perfect place to get engaged!  We will most certainly be back!!!  Your hospitality cannot be topped!\\u0022​\",\"name\":\"\\u003cstrong\\u003e\\u003cstrong\\u003e\\u003cstrong\\u003e\\u003cstrong\\u003eBrett and Kelly\\u003c/strong\\u003e\\u003c/strong\\u003e\\u003c/strong\\u003e\\u003c/strong\\u003e\",\"company\":\"\",\"image\":{\"id\":121,\"title\":\"testimonial3\",\"filename\":\"testimonial3.jpg\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/testimonial3.jpg\",\"link\":\"https://blueroan.netgen.cloud/testimonial3/\",\"alt\":\"\",\"author\":\"34\",\"description\":\"\",\"caption\":\"\",\"name\":\"testimonial3\",\"status\":\"inherit\",\"uploadedTo\":0,\"date\":\"2021-05-11T05:02:05.000Z\",\"modified\":\"2021-05-11T05:02:05.000Z\",\"menuOrder\":0,\"mime\":\"image/jpeg\",\"type\":\"image\",\"subtype\":\"jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/default.png\",\"dateFormatted\":\"May 11, 2021\",\"nonces\":{\"update\":\"290653da5d\",\"delete\":\"90a4fb2d63\",\"edit\":\"ff8a64e56e\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=121\\u0026action=edit\",\"meta\":false,\"authorName\":\"Rishabh\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/user-edit.php?user_id=34\",\"filesizeInBytes\":8748,\"filesizeHumanReadable\":\"9 KB\",\"context\":\"\",\"height\":250,\"width\":250,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/testimonial3-150x150.jpg\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/testimonial3.jpg\",\"height\":250,\"width\":250,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}}}],\"headingAlign\":\"left\",\"headingAlignTablet\":\"left\",\"headingAlignMobile\":\"left\",\"descColor\":\"var(\\u002d\\u002dast-global-color-3)\",\"nameFontSize\":14,\"nameLineHeight\":1,\"descFontSize\":16,\"descFontWeight\":\"600\",\"nameSpace\":1,\"block_id\":\"9af3f74d\",\"iconImage\":{\"url\":\"\",\"alt\":\"InfoBox placeholder img\"},\"imageWidth\":32,\"columnGap\":1,\"borderStyle\":\"\",\"paddingTop\":0,\"paddingBottom\":0,\"paddingLeft\":0,\"paddingRight\":0,\"spacingLink\":true,\"imgpaddingTop\":0,\"imgpaddingRight\":15,\"imgpaddingBottom\":0,\"imgpaddingLeft\":0,\"overallBorderStyle\":\"none\",\"imgTagHeight\":32,\"imgTagWidth\":150} -->\n<div class=\"wp-block-uagb-testimonial uagb-slick-carousel uagb-tm__arrow-outside uagb-block-9af3f74d uagb-post__carousel_notset uagb-post__carousel_notset-tablet uagb-post__carousel_notset-mobile\"><div class=\"is-carousel uagb-tm__columns-1 uagb-tm__items\"><div class=\"uagb-testimonial__wrap  uagb-tm__imgicon-style-circle uagb-tm__image-position-bottom uagb-tm__bg-type-none \"><div class=\"uagb-tm__content\"><div class=\"uagb-tm__overlay\"></div><div class=\"uagb-tm__text-wrap\"><div class=\"uagb-tm__desc\">\"Thank you for the most wonderful time, Judy!  This was the most peaceful and perfect place to get engaged!  We will most certainly be back!!!  Your hospitality cannot be topped!\"​</div><div class=\"uagb-tm__meta-inner\"><div class=\"uagb-tm__image-content\"><div class=\"uagb-tm__image\"><img class=\"uagb-tm-img-src\" src=\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/testimonial3-150x150.jpg\" alt=\"\" width=\"32\" height=\"32\" loading=\"lazy\"/></div></div><div class=\"uagb-testimonial-details\"><span class=\"uagb-tm__author-name\"><strong><strong><strong><strong>Brett and Kelly</strong></strong></strong></strong></span><span class=\"uagb-tm__company\"></span></div></div></div></div></div></div></div>\n<!-- /wp:uagb/testimonial --></div>\n<!-- /wp:uagb/container --></div>\n<!-- /wp:uagb/container --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"cc12a03d\",\"innerContentCustomWidthDesktop\":781,\"innerContentCustomWidthTablet\":781,\"backgroundType\":\"image\",\"backgroundImageDesktop\":{\"id\":809,\"title\":\"26759994757_767d9794fd_b\",\"filename\":\"26759994757_767d9794fd_b.jpg\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/26759994757_767d9794fd_b.jpg\",\"link\":\"https://blueroan.netgen.cloud/?attachment_id=809\",\"alt\":\"\",\"author\":\"2\",\"description\":\"\",\"caption\":\"\",\"name\":\"26759994757_767d9794fd_b\",\"status\":\"inherit\",\"uploadedTo\":805,\"date\":\"2022-12-13T09:51:53.000Z\",\"modified\":\"2022-12-13T09:51:53.000Z\",\"menuOrder\":0,\"mime\":\"image/jpeg\",\"type\":\"image\",\"subtype\":\"jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-includes/images/media/default.png\",\"dateFormatted\":\"December 13, 2022\",\"nonces\":{\"update\":\"39b5c0eef1\",\"delete\":\"fde92abd83\",\"edit\":\"3923face9e\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=809\\u0026action=edit\",\"meta\":false,\"authorName\":\"Netgen Support\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/profile.php\",\"uploadedToTitle\":\"Magaliesburg\",\"uploadedToLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=805\\u0026action=edit\",\"filesizeInBytes\":143610,\"filesizeHumanReadable\":\"140 KB\",\"context\":\"\",\"height\":683,\"width\":1024,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/26759994757_767d9794fd_b-150x150.jpg\",\"orientation\":\"landscape\"},\"medium\":{\"height\":200,\"width\":300,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/26759994757_767d9794fd_b-300x200.jpg\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/26759994757_767d9794fd_b.jpg\",\"height\":683,\"width\":1024,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"backgroundImageColor\":\"rgba(42,42,42,0.65)\",\"topPaddingDesktop\":144,\"bottomPaddingDesktop\":144,\"leftPaddingDesktop\":40,\"rightPaddingDesktop\":40,\"topPaddingTablet\":80,\"bottomPaddingTablet\":80,\"leftPaddingTablet\":40,\"rightPaddingTablet\":40,\"topPaddingMobile\":64,\"bottomPaddingMobile\":64,\"leftPaddingMobile\":24,\"rightPaddingMobile\":24,\"paddingLink\":false,\"variationSelected\":true,\"isBlockRootParent\":true,\"overlayType\":\"color\"} -->\n<div class=\"wp-block-uagb-container uagb-block-cc12a03d alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/advanced-heading {\"block_id\":\"0f444527\",\"classMigrate\":true,\"headingDescToggle\":true,\"headingAlign\":\"center\",\"headingColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"subHeadingColor\":\"var(\\u002d\\u002dast-global-color-4)\",\"headSpace\":20} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-0f444527\"><h2 class=\"uagb-heading-text\">Plan an Unforgettable Experience at <br>Blue Roan!</h2><p class=\"uagb-desc-text\">Blue Roan is a 4-star graded pet-friendly venue</p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/advanced-heading {\"block_id\":\"4aa87260\",\"classMigrate\":true,\"headingTitleToggle\":false,\"headingDescToggle\":true,\"headingAlign\":\"center\",\"subHeadingColor\":\"var(\\u002d\\u002dast-global-color-4)\",\"subHeadTransform\":\"uppercase\",\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"subHeadLetterSpacing\":2,\"blockTopPadding\":60,\"blockRightPadding\":0,\"blockLeftPadding\":0,\"blockBottomPadding\":0,\"blockTopPaddingMobile\":30,\"blockRightPaddingMobile\":0,\"blockLeftPaddingMobile\":0,\"blockBottomPaddingMobile\":0} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-4aa87260\"><p class=\"uagb-desc-text\">BOOK YOUR STAY NOW​</p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/icon-list {\"block_id\":\"093dd152\",\"classMigrate\":true,\"childMigrate\":true,\"align\":\"center\",\"parentIcon\":\"phone\",\"size\":40,\"sizeMobile\":24,\"sizeTablet\":32,\"fontSize\":48,\"fontSizeMobile\":28,\"fontSizeTablet\":40,\"fontWeight\":\"600\",\"iconColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"labelColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"blockTopPadding\":0,\"blockRightPadding\":0,\"blockLeftPadding\":0,\"blockBottomPadding\":24,\"blockPaddingLink\":false} -->\n<div class=\"wp-block-uagb-icon-list uagb-block-093dd152\"><div class=\"uagb-icon-list__wrap\"><!-- wp:uagb/icon-list-child {\"block_id\":\"ce54e972\",\"label\":\" + 27 (0) 82 575 5409\",\"label_color\":\"\",\"link\":\"tel:+27825755409\",\"disableLink\":true,\"fromParentIcon\":\"phone\",\"imageSizeChild\":40} -->\n<div class=\"wp-block-uagb-icon-list-child uagb-block-ce54e972\"><a target=\"_self\" aria-label=\" + 27 (0) 82 575 5409\" rel=\"noopener noreferrer\" href=\"tel:+27825755409\"> </a><span class=\"uagb-icon-list__source-wrap\"><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M511.2 387l-23.25 100.8c-3.266 14.25-15.79 24.22-30.46 24.22C205.2 512 0 306.8 0 54.5c0-14.66 9.969-27.2 24.22-30.45l100.8-23.25C139.7-2.602 154.7 5.018 160.8 18.92l46.52 108.5c5.438 12.78 1.77 27.67-8.98 36.45L144.5 207.1c33.98 69.22 90.26 125.5 159.5 159.5l44.08-53.8c8.688-10.78 23.69-14.51 36.47-8.975l108.5 46.51C506.1 357.2 514.6 372.4 511.2 387z\"></path></svg></span><span class=\"uagb-icon-list__label\"> + 27 (0) 82 575 5409</span></div>\n<!-- /wp:uagb/icon-list-child -->\n\n<!-- wp:uagb/icon-list-child {\"block_id\":\"e68e3134\",\"label\":\"blueroan@ugo.co.za\",\"icon\":\"envelope\",\"label_color\":\"\",\"link\":\"mailto:blueroan@ugo.co.za\",\"disableLink\":true,\"fromParentIcon\":\"phone\",\"imageSizeChild\":40} -->\n<div class=\"wp-block-uagb-icon-list-child uagb-block-e68e3134\"><a target=\"_self\" aria-label=\"blueroan@ugo.co.za\" rel=\"noopener noreferrer\" href=\"mailto:blueroan@ugo.co.za\"> </a><span class=\"uagb-icon-list__source-wrap\"><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M464 64C490.5 64 512 85.49 512 112C512 127.1 504.9 141.3 492.8 150.4L275.2 313.6C263.8 322.1 248.2 322.1 236.8 313.6L19.2 150.4C7.113 141.3 0 127.1 0 112C0 85.49 21.49 64 48 64H464zM217.6 339.2C240.4 356.3 271.6 356.3 294.4 339.2L512 176V384C512 419.3 483.3 448 448 448H64C28.65 448 0 419.3 0 384V176L217.6 339.2z\"></path></svg></span><span class=\"uagb-icon-list__label\">blueroan@ugo.co.za</span></div>\n<!-- /wp:uagb/icon-list-child --></div></div>\n<!-- /wp:uagb/icon-list --></div></div>\n<!-- /wp:uagb/container -->',	'Home',	'',	'inherit',	'closed',	'closed',	'',	'760-revision-v1',	'',	'',	'2022-12-13 15:05:31',	'2022-12-13 15:05:31',	'',	760,	'https://blueroan.netgen.cloud/?p=911',	0,	'revision',	'',	0),
(912,	2,	'2022-12-13 15:06:09',	'2022-12-13 15:06:09',	'<!-- wp:uagb/container {\"block_id\":\"5aa8dffc\",\"minHeightDesktop\":95,\"minHeightTablet\":70,\"minHeightMobile\":80,\"minHeightType\":\"vh\",\"alignItemsDesktop\":\"flex-start\",\"backgroundType\":\"image\",\"backgroundImageDesktop\":{\"uploading\":false,\"date\":1670921854000,\"filename\":\"Blue-Roan-pool.jpg\",\"menuOrder\":0,\"uploadedTo\":760,\"type\":\"image\",\"subtype\":\"jpeg\",\"id\":784,\"title\":\"Blue Roan - pool\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Blue-Roan-pool.jpg\",\"link\":\"https://blueroan.netgen.cloud/home/blue-roan-pool/\",\"alt\":\"\",\"author\":\"2\",\"description\":\"\",\"caption\":\"\",\"name\":\"blue-roan-pool\",\"status\":\"inherit\",\"modified\":1670921854000,\"mime\":\"image/jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-includes/images/media/default.png\",\"dateFormatted\":\"December 13, 2022\",\"nonces\":{\"update\":\"51a12ed09e\",\"delete\":\"5174068551\",\"edit\":\"1de0721407\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=784\\u0026action=edit\",\"meta\":false,\"authorName\":\"Netgen Support\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/profile.php\",\"uploadedToTitle\":\"Home\",\"uploadedToLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=760\\u0026action=edit\",\"filesizeInBytes\":154801,\"filesizeHumanReadable\":\"151 KB\",\"context\":\"\",\"height\":667,\"width\":1000,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Blue-Roan-pool-150x150.jpg\",\"orientation\":\"landscape\"},\"medium\":{\"height\":200,\"width\":300,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Blue-Roan-pool-300x200.jpg\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Blue-Roan-pool.jpg\",\"height\":667,\"width\":1000,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"backgroundPositionDesktop\":{\"x\":0.5,\"y\":0.25},\"backgroundImageColor\":\"rgba(42,42,42,0.35)\",\"topPaddingDesktop\":0,\"bottomPaddingDesktop\":0,\"leftPaddingDesktop\":40,\"rightPaddingDesktop\":40,\"topPaddingTablet\":120,\"bottomPaddingTablet\":120,\"leftPaddingTablet\":40,\"rightPaddingTablet\":40,\"topPaddingMobile\":150,\"bottomPaddingMobile\":150,\"leftPaddingMobile\":20,\"rightPaddingMobile\":20,\"paddingLink\":false,\"variationSelected\":true,\"isBlockRootParent\":true,\"overlayType\":\"color\",\"minHeightTypeTablet\":\"vh\",\"minHeightTypeMobile\":\"vh\"} -->\n<div class=\"wp-block-uagb-container uagb-block-5aa8dffc alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/info-box {\"classMigrate\":true,\"headingAlign\":\"left\",\"headingColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"subHeadingColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"headingTag\":\"h1\",\"subHeadFontSize\":17,\"subHeadFontSizeMobile\":15,\"headSpace\":20,\"subHeadSpace\":40,\"block_id\":\"7eb42295\",\"ctaIcon\":\"\",\"ctaType\":\"button\",\"ctaText\":\"Book Your Stay Now\",\"ctaLink\":\"#\",\"ctaBtnLinkColor\":\"var(\\u002d\\u002dast-global-color-2)\",\"ctaLinkHoverColor\":\"var(\\u002d\\u002dast-global-color-2)\",\"ctaBgColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"ctaBgHoverColor\":\"var(\\u002d\\u002dast-global-color-4)\",\"ctaBorderColor\":\"\",\"ctaBorderStyle\":\"\",\"ctaBorderWidth\":\"\",\"ctaBorderRadius\":\"\",\"iconImage\":{\"url\":\"\",\"alt\":\"InfoBox placeholder img\"},\"showIcon\":false,\"paddingBtnTop\":18,\"paddingBtnBottom\":18,\"paddingBtnLeft\":34,\"paddingBtnRight\":34,\"blockTopPadding\":0,\"blockRightPadding\":40,\"blockLeftPadding\":0,\"blockBottomPadding\":0,\"blockTopPaddingTablet\":0,\"blockRightPaddingTablet\":64,\"blockLeftPaddingTablet\":0,\"blockBottomPaddingTablet\":0,\"blockTopPaddingMobile\":0,\"blockRightPaddingMobile\":0,\"blockLeftPaddingMobile\":0,\"blockBottomPaddingMobile\":0,\"blockPaddingUnit\":\"%\",\"blockPaddingLink\":false,\"subHeadMarginTopTablet\":0,\"subHeadMarginRightTablet\":64,\"subHeadTabletSpace\":40,\"subHeadMarginLeftTablet\":0,\"subHeadMarginTopMobile\":0,\"subHeadMarginRightMobile\":0,\"subHeadMobileSpace\":40,\"subHeadMarginLeftMobile\":0,\"btnBorderTopWidth\":1,\"btnBorderLeftWidth\":1,\"btnBorderRightWidth\":1,\"btnBorderBottomWidth\":1,\"btnBorderTopLeftRadius\":0,\"btnBorderTopRightRadius\":0,\"btnBorderBottomLeftRadius\":0,\"btnBorderBottomRightRadius\":0,\"btnBorderStyle\":\"none\",\"btnBorderColor\":\"#333\"} -->\n<div class=\"wp-block-uagb-info-box uagb-block-7eb42295 uagb-infobox__content-wrap  uagb-infobox-icon-above-title uagb-infobox-image-valign-top\"><div class=\"uagb-ifb-content\"><div class=\"uagb-ifb-title-wrap\"><h1 class=\"uagb-ifb-title\"><strong>Magaliesburg pet friendly self-catering accommodation</strong></h1></div><p class=\"uagb-ifb-desc\">Romantic pet-friendly self-catering accommodation in Magaliesburg, Gauteng.</p><div class=\"uagb-ifb-button-wrapper wp-block-button\"><a href=\"#\" class=\"uagb-infobox-cta-link wp-block-button__link\" target=\"_self\" rel=\"noopener noreferrer\" alt=\"\"><span class=\"uagb-inline-editing\">Book Your Stay Now</span></a></div></div></div>\n<!-- /wp:uagb/info-box --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"94b7327a\",\"directionDesktop\":\"row\",\"directionMobile\":\"column-reverse\",\"alignItemsDesktop\":\"flex-start\",\"backgroundType\":\"color\",\"backgroundSizeTablet\":\"cover\",\"backgroundSizeMobile\":\"cover\",\"backgroundColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"topPaddingDesktop\":60,\"bottomPaddingDesktop\":60,\"topPaddingTablet\":80,\"bottomPaddingTablet\":80,\"leftPaddingTablet\":40,\"rightPaddingTablet\":40,\"topPaddingMobile\":64,\"bottomPaddingMobile\":64,\"leftPaddingMobile\":24,\"rightPaddingMobile\":24,\"paddingLink\":false,\"variationSelected\":true,\"columnGapDesktop\":60,\"columnGapTablet\":50,\"isBlockRootParent\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-94b7327a alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/container {\"block_id\":\"fb162842\",\"widthDesktop\":50,\"variationSelected\":true,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-fb162842\"><!-- wp:image {\"id\":797,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-13.jpg\" alt=\"\" class=\"wp-image-797\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The Blue Roan Country Lodge is situated just 5 minutes from the village of Magaliesburg on a tar road so easy access for all cars. &nbsp;We have panoramic views of the Magaliesberg mountain range and our farm is the perfect place for a relaxing getaway in the country. &nbsp;As we are only 70 km from JHB and Pretoria, it is only an hour’s drive.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:buttons -->\n<div class=\"wp-block-buttons\"><!-- wp:button -->\n<div class=\"wp-block-button\"><a class=\"wp-block-button__link wp-element-button\" href=\"/accommodation/\">View accomodation</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"e8a6e991\",\"widthDesktop\":50,\"leftPaddingDesktop\":0,\"paddingLink\":false,\"variationSelected\":true,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-e8a6e991\"><!-- wp:uagb/advanced-heading {\"block_id\":\"efa2bf6f\",\"classMigrate\":true,\"headingDescToggle\":true,\"subHeadingColor\":\"\",\"headSpace\":20,\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-efa2bf6f\"><h2 class=\"uagb-heading-text\"><strong>Blue Roan is a 4-star graded pet-friendly venue</strong></h2><p class=\"uagb-desc-text\">Our goal is to provide high-quality, romantic, comfortable, and affordable self-catering accommodation on the outskirts of the village of &nbsp;Magaliesburg. &nbsp;For animal lovers, we are also&nbsp;pet-friendly&nbsp;by arrangement in most of the units all of which have their own fully fenced and gated private grassy gardens.</p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/image {\"block_id\":\"59096f4f\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/hammock-in-the-garden.jpg\",\"align\":\"left\",\"id\":799,\"linkDestination\":\"none\",\"naturalWidth\":600,\"naturalHeight\":400,\"sizeSlug\":\"full\",\"sizeSlugTablet\":\"full\",\"sizeSlugMobile\":\"full\",\"imageTopMargin\":20,\"imageRightMargin\":0,\"imageLeftMargin\":0,\"imageBottomMargin\":0,\"imageTopMarginMobile\":0,\"imageRightMarginMobile\":0,\"imageLeftMarginMobile\":0,\"imageBottomMarginMobile\":0,\"imageMarginLink\":false} -->\n<div class=\"wp-block-uagb-image uagb-block-59096f4f wp-block-uagb-image--layout-default wp-block-uagb-image--effect-static wp-block-uagb-image--align-left\"><figure class=\"wp-block-uagb-image__figure\"><img srcset=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/hammock-in-the-garden.jpg \" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/hammock-in-the-garden.jpg\" alt=\"\" class=\"uag-image-799\" width=\"\" height=\"\" title=\"\" loading=\"lazy\"/></figure></div>\n<!-- /wp:uagb/image --></div>\n<!-- /wp:uagb/container --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"b90b102c\",\"directionDesktop\":\"row\",\"directionMobile\":\"column-reverse\",\"alignItemsDesktop\":\"flex-start\",\"backgroundType\":\"color\",\"backgroundSizeTablet\":\"cover\",\"backgroundSizeMobile\":\"cover\",\"backgroundColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"topPaddingDesktop\":0,\"bottomPaddingDesktop\":0,\"topPaddingTablet\":80,\"bottomPaddingTablet\":80,\"leftPaddingTablet\":40,\"rightPaddingTablet\":40,\"topPaddingMobile\":64,\"bottomPaddingMobile\":64,\"leftPaddingMobile\":24,\"rightPaddingMobile\":24,\"paddingLink\":false,\"variationSelected\":true,\"rowGapDesktop\":0,\"columnGapDesktop\":0,\"columnGapTablet\":50,\"isBlockRootParent\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-b90b102c alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:image {\"align\":\"center\",\"id\":794,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image aligncenter size-full\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/210-2108726_too-great-for-us-tourism-grading-council-of-south-5.png\" alt=\"\" class=\"wp-image-794\"/></figure>\n<!-- /wp:image --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"e1ccb506\",\"backgroundType\":\"color\",\"backgroundSizeTablet\":\"cover\",\"backgroundSizeMobile\":\"cover\",\"backgroundColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"topPaddingDesktop\":50,\"bottomPaddingDesktop\":100,\"topPaddingTablet\":50,\"bottomPaddingTablet\":25,\"leftPaddingTablet\":20,\"rightPaddingTablet\":20,\"topPaddingMobile\":50,\"bottomPaddingMobile\":20,\"leftPaddingMobile\":20,\"rightPaddingMobile\":20,\"paddingLink\":false,\"variationSelected\":true,\"rowGapDesktop\":0,\"isBlockRootParent\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-e1ccb506 alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/container {\"block_id\":\"b74519f7\",\"directionDesktop\":\"row\",\"alignItemsDesktop\":\"flex-end\",\"alignItemsTablet\":\"flex-end\",\"justifyContentDesktop\":\"flex-end\",\"justifyContentTablet\":\"space-between\",\"variationSelected\":true,\"rowGapMobile\":30,\"columnGapDesktop\":0} -->\n<div class=\"wp-block-uagb-container uagb-block-b74519f7\"><!-- wp:uagb/advanced-heading {\"block_id\":\"91929210\",\"classMigrate\":true,\"headingDescToggle\":true,\"subHeadingColor\":\"\",\"headSpace\":20,\"subHeadFontSize\":16} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-91929210\"><h2 class=\"uagb-heading-text\">Amenities &amp; Interests ​</h2><p class=\"uagb-desc-text\">We have 7 lovely brick&nbsp;<strong>self-catering</strong>&nbsp;units, each one private and with its own character and theme. &nbsp;They are designed exclusively for couples with or without pets wanting a romantic and peaceful place to connect, re-connect, celebrate special occasions, or somewhere quiet and comfortable to come for a holiday</p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/buttons {\"block_id\":\"fcf4dbe4\",\"classMigrate\":true,\"childMigrate\":true,\"align\":\"right\",\"alignTablet\":\"right\",\"alignMobile\":\"left\",\"gap\":0} -->\n<div class=\"wp-block-uagb-buttons uagb-buttons__outer-wrap uagb-btn__default-btn uagb-btn-tablet__default-btn uagb-btn-mobile__default-btn uagb-block-fcf4dbe4\"><div class=\"uagb-buttons__wrap uagb-buttons-layout-wrap\"><!-- wp:uagb/buttons-child {\"block_id\":\"a5db6cf8\",\"label\":\"View All\",\"link\":\"#\",\"hColor\":\"\",\"borderWidth\":\"\",\"borderRadius\":\"\",\"borderStyle\":\"\",\"borderColor\":\"\",\"borderHColor\":\"\",\"btnBorderTopWidth\":1,\"btnBorderLeftWidth\":1,\"btnBorderRightWidth\":1,\"btnBorderBottomWidth\":1,\"btnBorderTopLeftRadius\":2,\"btnBorderTopRightRadius\":2,\"btnBorderBottomLeftRadius\":2,\"btnBorderBottomRightRadius\":2,\"btnBorderStyle\":\"solid\",\"btnBorderColor\":\"#333\",\"btnBorderHColor\":\"#333\"} -->\n<div class=\"wp-block-uagb-buttons-child uagb-buttons__outer-wrap uagb-block-a5db6cf8 wp-block-button is-style-outline\"><div class=\"uagb-button__wrapper\"><a class=\"uagb-buttons-repeater wp-block-button__link\" href=\"#\" rel=\"follow noopener\" target=\"_self\"><div class=\"uagb-button__link\">View All</div></a></div></div>\n<!-- /wp:uagb/buttons-child --></div></div>\n<!-- /wp:uagb/buttons --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"0c57caf3\",\"directionDesktop\":\"row\",\"alignItemsTablet\":\"flex-start\",\"paddingLink\":false,\"topMarginDesktop\":50,\"bottomMarginDesktop\":20,\"leftMarginDesktop\":0,\"rightMarginDesktop\":0,\"marginLink\":false,\"variationSelected\":true,\"rowGapMobile\":65,\"columnGapDesktop\":48,\"columnGapTablet\":20} -->\n<div class=\"wp-block-uagb-container uagb-block-0c57caf3\"><!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"align\":\"center\",\"id\":828,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image aligncenter size-full\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Blue-Roan-pool.png\" alt=\"Blue Roan\'s rock pool\" class=\"wp-image-828\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>A relaxing rock Pool​</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>We have a lovely sparkling blue rock pool next to a thatched Lapa. &nbsp;&nbsp;Lie on recliners on the green lawn or sit on the swing chair in the Lapa and enjoy the panoramic view of the Magaliesberg mountain range.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":829,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/img-20160605-wa0002-largejpg.png\" alt=\"\" class=\"wp-image-829\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>Braai facilities </h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>What can compare to a burning fire under the star-lit African sky? Nothing beats the flavor of cooking over an open flame.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":830,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/ef9d0188da11e2bc56788f5619d9d539.png\" alt=\"\" class=\"wp-image-830\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>A games room </h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>The reception is also a games room for those who enjoy darts or playing pool. &nbsp;Take a selection of DVDs back to your room and watch movies on your own DVD player. &nbsp;There is also a selection of board games and music CDs that you can borrow.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div>\n<!-- /wp:uagb/container --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"ef6d8e4c\",\"backgroundType\":\"color\",\"backgroundSizeTablet\":\"cover\",\"backgroundSizeMobile\":\"cover\",\"backgroundColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"bottomPaddingDesktop\":104,\"leftPaddingDesktop\":40,\"rightPaddingDesktop\":40,\"topPaddingTablet\":80,\"bottomPaddingTablet\":80,\"leftPaddingTablet\":40,\"rightPaddingTablet\":40,\"topPaddingMobile\":64,\"bottomPaddingMobile\":64,\"leftPaddingMobile\":24,\"rightPaddingMobile\":24,\"paddingLink\":false,\"variationSelected\":true,\"rowGapDesktop\":0,\"isBlockRootParent\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-ef6d8e4c alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/advanced-heading {\"block_id\":\"bcee14f7\",\"classMigrate\":true,\"headingDescToggle\":true,\"headingAlign\":\"center\",\"headingAlignMobile\":\"left\",\"subHeadingColor\":\"\",\"headSpace\":20,\"subHeadFontSize\":16,\"blockBottomPadding\":20} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-bcee14f7\"><h2 class=\"uagb-heading-text\">Our Inside Pictures​</h2><p class=\"uagb-desc-text\">Take a look at some pretty pictures captured in and around our premises.</p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/container {\"block_id\":\"70d36071\",\"directionDesktop\":\"row\",\"alignItemsDesktop\":\"flex-start\",\"topMarginDesktop\":20,\"bottomMarginDesktop\":0,\"leftMarginDesktop\":0,\"rightMarginDesktop\":0,\"marginLink\":false,\"variationSelected\":true,\"rowGapMobile\":24,\"columnGapDesktop\":24,\"columnGapTablet\":20} -->\n<div class=\"wp-block-uagb-container uagb-block-70d36071\"><!-- wp:uagb/container {\"block_id\":\"e5d18723\",\"widthDesktop\":32,\"variationSelected\":true,\"rowGapDesktop\":24,\"rowGapTablet\":20,\"rowGapMobile\":24,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-e5d18723\"><!-- wp:uagb/image {\"block_id\":\"ba69a1ef\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/red-rose-1024x683.jpg\",\"id\":834,\"linkDestination\":\"none\",\"naturalWidth\":1024,\"naturalHeight\":683,\"sizeSlug\":\"large\",\"sizeSlugTablet\":\"large\",\"sizeSlugMobile\":\"large\"} -->\n<div class=\"wp-block-uagb-image uagb-block-ba69a1ef wp-block-uagb-image--layout-default wp-block-uagb-image--effect-static wp-block-uagb-image--align-none\"><figure class=\"wp-block-uagb-image__figure\"><img srcset=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/red-rose-1024x683.jpg \" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/red-rose-1024x683.jpg\" alt=\"\" class=\"uag-image-834\" width=\"\" height=\"\" title=\"\" loading=\"lazy\"/></figure></div>\n<!-- /wp:uagb/image -->\n\n<!-- wp:uagb/image {\"block_id\":\"b801fc23\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/bird-1024x683.jpg\",\"id\":910,\"linkDestination\":\"none\",\"width\":304,\"height\":203,\"naturalWidth\":1024,\"naturalHeight\":683,\"sizeSlug\":\"large\",\"sizeSlugTablet\":\"large\",\"sizeSlugMobile\":\"large\"} -->\n<div class=\"wp-block-uagb-image uagb-block-b801fc23 wp-block-uagb-image--layout-default wp-block-uagb-image--effect-static wp-block-uagb-image--align-none\"><figure class=\"wp-block-uagb-image__figure\"><img srcset=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/bird-1024x683.jpg \" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/bird-1024x683.jpg\" alt=\"\" class=\"uag-image-910\" width=\"304\" height=\"203\" title=\"\" loading=\"lazy\"/></figure></div>\n<!-- /wp:uagb/image --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"125f6c83\",\"widthDesktop\":67,\"variationSelected\":true,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-125f6c83\"><!-- wp:uagb/image {\"block_id\":\"4054dd77\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/241506_xl.jpg\",\"id\":908,\"linkDestination\":\"none\",\"width\":697,\"widthTablet\":780,\"height\":462,\"heightTablet\":0,\"naturalWidth\":800,\"naturalHeight\":534,\"sizeSlug\":\"full\",\"sizeSlugTablet\":\"full\",\"sizeSlugMobile\":\"full\",\"customHeightSetDesktop\":true} -->\n<div class=\"wp-block-uagb-image uagb-block-4054dd77 wp-block-uagb-image--layout-default wp-block-uagb-image--effect-static wp-block-uagb-image--align-none\"><figure class=\"wp-block-uagb-image__figure\"><img srcset=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/241506_xl.jpg \" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/241506_xl.jpg\" alt=\"\" class=\"uag-image-908\" width=\"697\" height=\"462\" title=\"\" loading=\"lazy\"/></figure></div>\n<!-- /wp:uagb/image --></div>\n<!-- /wp:uagb/container --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"498a0a53\",\"directionDesktop\":\"row\",\"alignItemsDesktop\":\"flex-start\",\"topMarginDesktop\":24,\"bottomMarginDesktop\":0,\"leftMarginDesktop\":0,\"rightMarginDesktop\":0,\"topMarginTablet\":20,\"bottomMarginTablet\":0,\"leftMarginTablet\":0,\"rightMarginTablet\":0,\"topMarginMobile\":24,\"bottomMarginMobile\":0,\"leftMarginMobile\":0,\"rightMarginMobile\":0,\"marginLink\":false,\"variationSelected\":true,\"columnGapDesktop\":24,\"columnGapTablet\":20} -->\n<div class=\"wp-block-uagb-container uagb-block-498a0a53\"><!-- wp:uagb/container {\"block_id\":\"a1135a81\",\"widthDesktop\":67,\"variationSelected\":true,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-a1135a81\"><!-- wp:uagb/image {\"block_id\":\"59a0b48d\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-8-1024x678.jpg\",\"id\":837,\"linkDestination\":\"none\",\"naturalWidth\":1024,\"naturalHeight\":678,\"sizeSlug\":\"large\",\"sizeSlugTablet\":\"large\",\"sizeSlugMobile\":\"large\",\"customHeightSetDesktop\":true} -->\n<div class=\"wp-block-uagb-image uagb-block-59a0b48d wp-block-uagb-image--layout-default wp-block-uagb-image--effect-static wp-block-uagb-image--align-none\"><figure class=\"wp-block-uagb-image__figure\"><img srcset=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-8-1024x678.jpg \" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-8-1024x678.jpg\" alt=\"\" class=\"uag-image-837\" width=\"\" height=\"\" title=\"\" loading=\"lazy\"/></figure></div>\n<!-- /wp:uagb/image --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"a168a3e1\",\"widthDesktop\":32,\"variationSelected\":true,\"rowGapDesktop\":24,\"rowGapTablet\":20,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-a168a3e1\"><!-- wp:uagb/image {\"block_id\":\"7c6523b6\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/49g.jpg\",\"id\":838,\"linkDestination\":\"none\",\"naturalWidth\":650,\"naturalHeight\":450,\"sizeSlug\":\"full\",\"sizeSlugTablet\":\"full\",\"sizeSlugMobile\":\"full\"} -->\n<div class=\"wp-block-uagb-image uagb-block-7c6523b6 wp-block-uagb-image--layout-default wp-block-uagb-image--effect-static wp-block-uagb-image--align-none\"><figure class=\"wp-block-uagb-image__figure\"><img srcset=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/49g.jpg \" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/49g.jpg\" alt=\"\" class=\"uag-image-838\" width=\"\" height=\"\" title=\"\" loading=\"lazy\"/></figure></div>\n<!-- /wp:uagb/image -->\n\n<!-- wp:uagb/image {\"block_id\":\"7d8187ae\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-country-lodge-1-1024x576.jpg\",\"id\":839,\"linkDestination\":\"none\",\"naturalWidth\":1024,\"naturalHeight\":576,\"sizeSlug\":\"large\",\"sizeSlugTablet\":\"large\",\"sizeSlugMobile\":\"large\"} -->\n<div class=\"wp-block-uagb-image uagb-block-7d8187ae wp-block-uagb-image--layout-default wp-block-uagb-image--effect-static wp-block-uagb-image--align-none\"><figure class=\"wp-block-uagb-image__figure\"><img srcset=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-country-lodge-1-1024x576.jpg \" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-country-lodge-1-1024x576.jpg\" alt=\"\" class=\"uag-image-839\" width=\"\" height=\"\" title=\"\" loading=\"lazy\"/></figure></div>\n<!-- /wp:uagb/image --></div>\n<!-- /wp:uagb/container --></div>\n<!-- /wp:uagb/container --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"13238585\",\"backgroundType\":\"color\",\"backgroundSizeTablet\":\"cover\",\"backgroundSizeMobile\":\"cover\",\"backgroundColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"topPaddingDesktop\":40,\"bottomPaddingDesktop\":104,\"leftPaddingDesktop\":40,\"rightPaddingDesktop\":40,\"topPaddingTablet\":80,\"bottomPaddingTablet\":80,\"leftPaddingTablet\":40,\"rightPaddingTablet\":40,\"topPaddingMobile\":64,\"bottomPaddingMobile\":64,\"leftPaddingMobile\":24,\"rightPaddingMobile\":24,\"paddingLink\":false,\"variationSelected\":true,\"rowGapDesktop\":0,\"isBlockRootParent\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-13238585 alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/advanced-heading {\"block_id\":\"167dd69a\",\"classMigrate\":true,\"headingDescToggle\":true,\"headingAlign\":\"center\",\"headingAlignMobile\":\"left\",\"subHeadingColor\":\"\",\"headSpace\":20,\"subHeadFontSize\":16,\"blockBottomPadding\":20} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-167dd69a\"><h2 class=\"uagb-heading-text\">What Our Guests Say​</h2><p class=\"uagb-desc-text\">We take pride in serving our guests the best experience. </p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/container {\"block_id\":\"0869be72\",\"directionDesktop\":\"row\",\"topMarginDesktop\":40,\"bottomMarginDesktop\":0,\"leftMarginDesktop\":0,\"rightMarginDesktop\":0,\"marginLink\":false,\"variationSelected\":true,\"rowGapMobile\":40,\"columnGapDesktop\":90} -->\n<div class=\"wp-block-uagb-container uagb-block-0869be72\"><!-- wp:uagb/container {\"block_id\":\"25035363\",\"widthDesktop\":50,\"variationSelected\":true,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-25035363\"><!-- wp:uagb/testimonial {\"test_item_count\":1,\"classMigrate\":true,\"test_block\":[{\"description\":\"\\u0022Thank you for a most enjoyable weekend stay and for making our anniversary so special.  Thank you for your kind and lovely friendship which we really appreciate!!!\\u0022​\",\"name\":\"\\u003cstrong\\u003eBrenda and Theuns\\u003c/strong\\u003e\",\"company\":\"\",\"image\":{\"id\":119,\"title\":\"testimonial1\",\"filename\":\"testimonial1.jpg\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/testimonial1.jpg\",\"link\":\"https://blueroan.netgen.cloud/testimonial1/\",\"alt\":\"\",\"author\":\"34\",\"description\":\"\",\"caption\":\"\",\"name\":\"testimonial1\",\"status\":\"inherit\",\"uploadedTo\":0,\"date\":\"2021-05-11T05:02:02.000Z\",\"modified\":\"2021-05-11T05:02:02.000Z\",\"menuOrder\":0,\"mime\":\"image/jpeg\",\"type\":\"image\",\"subtype\":\"jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/default.png\",\"dateFormatted\":\"May 11, 2021\",\"nonces\":{\"update\":\"b92fe40c3d\",\"delete\":\"643c1eb8f1\",\"edit\":\"d3e7d56b1d\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=119\\u0026action=edit\",\"meta\":false,\"authorName\":\"Rishabh\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/user-edit.php?user_id=34\",\"filesizeInBytes\":11264,\"filesizeHumanReadable\":\"11 KB\",\"context\":\"\",\"height\":250,\"width\":250,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/testimonial1-150x150.jpg\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/testimonial1.jpg\",\"height\":250,\"width\":250,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}}}],\"headingAlign\":\"left\",\"headingAlignTablet\":\"left\",\"headingAlignMobile\":\"left\",\"descColor\":\"var(\\u002d\\u002dast-global-color-3)\",\"nameFontSize\":14,\"nameLineHeight\":1,\"descFontSize\":16,\"descFontWeight\":\"600\",\"nameSpace\":1,\"block_id\":\"17c137c3\",\"iconImage\":{\"url\":\"\",\"alt\":\"InfoBox placeholder img\"},\"imageWidth\":32,\"columnGap\":1,\"borderStyle\":\"\",\"paddingTop\":0,\"paddingBottom\":0,\"paddingLeft\":0,\"paddingRight\":0,\"spacingLink\":true,\"imgpaddingTop\":0,\"imgpaddingRight\":15,\"imgpaddingBottom\":0,\"imgpaddingLeft\":0,\"overallBorderStyle\":\"none\",\"imgTagHeight\":32,\"imgTagWidth\":150} -->\n<div class=\"wp-block-uagb-testimonial uagb-slick-carousel uagb-tm__arrow-outside uagb-block-17c137c3 uagb-post__carousel_notset uagb-post__carousel_notset-tablet uagb-post__carousel_notset-mobile\"><div class=\"is-carousel uagb-tm__columns-1 uagb-tm__items\"><div class=\"uagb-testimonial__wrap  uagb-tm__imgicon-style-circle uagb-tm__image-position-bottom uagb-tm__bg-type-none \"><div class=\"uagb-tm__content\"><div class=\"uagb-tm__overlay\"></div><div class=\"uagb-tm__text-wrap\"><div class=\"uagb-tm__desc\">\"Thank you for a most enjoyable weekend stay and for making our anniversary so special.  Thank you for your kind and lovely friendship which we really appreciate!!!\"​</div><div class=\"uagb-tm__meta-inner\"><div class=\"uagb-tm__image-content\"><div class=\"uagb-tm__image\"><img class=\"uagb-tm-img-src\" src=\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/testimonial1-150x150.jpg\" alt=\"\" width=\"32\" height=\"32\" loading=\"lazy\"/></div></div><div class=\"uagb-testimonial-details\"><span class=\"uagb-tm__author-name\"><strong>Brenda and Theuns</strong></span><span class=\"uagb-tm__company\"></span></div></div></div></div></div></div></div>\n<!-- /wp:uagb/testimonial -->\n\n<!-- wp:uagb/testimonial {\"test_item_count\":1,\"classMigrate\":true,\"test_block\":[{\"description\":\"\\u0022Breaking away from city life and coming out to a most wonderful romantic weekend away.  The unit is so comfortable.  Thank you for your great hospitality - we had an awesome time here.  Go well - with love\\u0022​\",\"name\":\"\\u003cstrong\\u003e\\u003cstrong\\u003e\\u003cstrong\\u003eLiz \\u0026amp; Eddie\\u003c/strong\\u003e\\u003c/strong\\u003e\\u003c/strong\\u003e\",\"company\":\"\",\"image\":{\"id\":122,\"title\":\"testimonial4\",\"filename\":\"testimonial4.jpg\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/testimonial4.jpg\",\"link\":\"https://blueroan.netgen.cloud/testimonial4/\",\"alt\":\"\",\"author\":\"34\",\"description\":\"\",\"caption\":\"\",\"name\":\"testimonial4\",\"status\":\"inherit\",\"uploadedTo\":0,\"date\":\"2021-05-11T05:02:06.000Z\",\"modified\":\"2021-05-11T05:02:06.000Z\",\"menuOrder\":0,\"mime\":\"image/jpeg\",\"type\":\"image\",\"subtype\":\"jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/default.png\",\"dateFormatted\":\"May 11, 2021\",\"nonces\":{\"update\":\"4e34860add\",\"delete\":\"9e126a55cd\",\"edit\":\"33ffd3c040\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=122\\u0026action=edit\",\"meta\":false,\"authorName\":\"Rishabh\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/user-edit.php?user_id=34\",\"filesizeInBytes\":16584,\"filesizeHumanReadable\":\"16 KB\",\"context\":\"\",\"height\":250,\"width\":250,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/testimonial4-150x150.jpg\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/testimonial4.jpg\",\"height\":250,\"width\":250,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}}}],\"headingAlign\":\"left\",\"headingAlignTablet\":\"left\",\"headingAlignMobile\":\"left\",\"descColor\":\"var(\\u002d\\u002dast-global-color-3)\",\"nameFontSize\":14,\"nameLineHeight\":1,\"descFontSize\":16,\"descFontWeight\":\"600\",\"nameSpace\":1,\"block_id\":\"bd71ed48\",\"iconImage\":{\"url\":\"\",\"alt\":\"InfoBox placeholder img\"},\"imageWidth\":32,\"columnGap\":1,\"borderStyle\":\"\",\"paddingTop\":0,\"paddingBottom\":0,\"paddingLeft\":0,\"paddingRight\":0,\"spacingLink\":true,\"imgpaddingTop\":0,\"imgpaddingRight\":15,\"imgpaddingBottom\":0,\"imgpaddingLeft\":0,\"overallBorderStyle\":\"none\",\"imgTagHeight\":32,\"imgTagWidth\":150} -->\n<div class=\"wp-block-uagb-testimonial uagb-slick-carousel uagb-tm__arrow-outside uagb-block-bd71ed48 uagb-post__carousel_notset uagb-post__carousel_notset-tablet uagb-post__carousel_notset-mobile\"><div class=\"is-carousel uagb-tm__columns-1 uagb-tm__items\"><div class=\"uagb-testimonial__wrap  uagb-tm__imgicon-style-circle uagb-tm__image-position-bottom uagb-tm__bg-type-none \"><div class=\"uagb-tm__content\"><div class=\"uagb-tm__overlay\"></div><div class=\"uagb-tm__text-wrap\"><div class=\"uagb-tm__desc\">\"Breaking away from city life and coming out to a most wonderful romantic weekend away.  The unit is so comfortable.  Thank you for your great hospitality - we had an awesome time here.  Go well - with love\"​</div><div class=\"uagb-tm__meta-inner\"><div class=\"uagb-tm__image-content\"><div class=\"uagb-tm__image\"><img class=\"uagb-tm-img-src\" src=\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/testimonial4-150x150.jpg\" alt=\"\" width=\"32\" height=\"32\" loading=\"lazy\"/></div></div><div class=\"uagb-testimonial-details\"><span class=\"uagb-tm__author-name\"><strong><strong><strong>Liz &amp; Eddie</strong></strong></strong></span><span class=\"uagb-tm__company\"></span></div></div></div></div></div></div></div>\n<!-- /wp:uagb/testimonial --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"b3cdd542\",\"widthDesktop\":50,\"variationSelected\":true,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-b3cdd542\"><!-- wp:uagb/testimonial {\"test_item_count\":1,\"classMigrate\":true,\"test_block\":[{\"description\":\"\\u0022Judy, what a wonderful place you have here - we were so delighted to spend the weekend here, so tranquil, peaceful, and beautiful. You made us feel right at home. Definitely a place worth 5 stars! Go well.\\u0022​\",\"name\":\"\\u003cstrong\\u003e\\u003cstrong\\u003eBrian\\u003c/strong\\u003e\\u003c/strong\\u003e \\u003cstrong\\u003e\\u003cstrong\\u003e\\u003cstrong\\u003eand \\u003cstrong\\u003eMariska\\u003c/strong\\u003e\\u003c/strong\\u003e\\u003cbr\\u003e\\u003c/strong\\u003e\\u003c/strong\\u003e\",\"company\":\"\",\"image\":{\"id\":120,\"title\":\"testimonial2\",\"filename\":\"testimonial2.jpg\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/testimonial2.jpg\",\"link\":\"https://blueroan.netgen.cloud/testimonial2/\",\"alt\":\"\",\"author\":\"34\",\"description\":\"\",\"caption\":\"\",\"name\":\"testimonial2\",\"status\":\"inherit\",\"uploadedTo\":0,\"date\":\"2021-05-11T05:02:03.000Z\",\"modified\":\"2021-05-11T05:02:03.000Z\",\"menuOrder\":0,\"mime\":\"image/jpeg\",\"type\":\"image\",\"subtype\":\"jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/default.png\",\"dateFormatted\":\"May 11, 2021\",\"nonces\":{\"update\":\"1ee6412858\",\"delete\":\"4414a2ccbf\",\"edit\":\"bde7b1f490\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=120\\u0026action=edit\",\"meta\":false,\"authorName\":\"Rishabh\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/user-edit.php?user_id=34\",\"filesizeInBytes\":10087,\"filesizeHumanReadable\":\"10 KB\",\"context\":\"\",\"height\":250,\"width\":250,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/testimonial2-150x150.jpg\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/testimonial2.jpg\",\"height\":250,\"width\":250,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}}}],\"headingAlign\":\"left\",\"headingAlignTablet\":\"left\",\"headingAlignMobile\":\"left\",\"descColor\":\"var(\\u002d\\u002dast-global-color-3)\",\"nameFontSize\":14,\"nameLineHeight\":1,\"descFontSize\":16,\"descFontWeight\":\"600\",\"nameSpace\":1,\"block_id\":\"a8b2f2a1\",\"iconImage\":{\"url\":\"\",\"alt\":\"InfoBox placeholder img\"},\"imageWidth\":32,\"columnGap\":1,\"borderStyle\":\"\",\"paddingTop\":0,\"paddingBottom\":0,\"paddingLeft\":0,\"paddingRight\":0,\"spacingLink\":true,\"imgpaddingTop\":0,\"imgpaddingRight\":15,\"imgpaddingBottom\":0,\"imgpaddingLeft\":0,\"overallBorderStyle\":\"none\",\"imgTagHeight\":32,\"imgTagWidth\":150} -->\n<div class=\"wp-block-uagb-testimonial uagb-slick-carousel uagb-tm__arrow-outside uagb-block-a8b2f2a1 uagb-post__carousel_notset uagb-post__carousel_notset-tablet uagb-post__carousel_notset-mobile\"><div class=\"is-carousel uagb-tm__columns-1 uagb-tm__items\"><div class=\"uagb-testimonial__wrap  uagb-tm__imgicon-style-circle uagb-tm__image-position-bottom uagb-tm__bg-type-none \"><div class=\"uagb-tm__content\"><div class=\"uagb-tm__overlay\"></div><div class=\"uagb-tm__text-wrap\"><div class=\"uagb-tm__desc\">\"Judy, what a wonderful place you have here - we were so delighted to spend the weekend here, so tranquil, peaceful, and beautiful. You made us feel right at home. Definitely a place worth 5 stars! Go well.\"​</div><div class=\"uagb-tm__meta-inner\"><div class=\"uagb-tm__image-content\"><div class=\"uagb-tm__image\"><img class=\"uagb-tm-img-src\" src=\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/testimonial2-150x150.jpg\" alt=\"\" width=\"32\" height=\"32\" loading=\"lazy\"/></div></div><div class=\"uagb-testimonial-details\"><span class=\"uagb-tm__author-name\"><strong><strong>Brian</strong></strong> <strong><strong><strong>and <strong>Mariska</strong></strong><br></strong></strong></span><span class=\"uagb-tm__company\"></span></div></div></div></div></div></div></div>\n<!-- /wp:uagb/testimonial -->\n\n<!-- wp:uagb/testimonial {\"test_item_count\":1,\"classMigrate\":true,\"test_block\":[{\"description\":\"\\u0022Thank you for the most wonderful time, Judy!  This was the most peaceful and perfect place to get engaged!  We will most certainly be back!!!  Your hospitality cannot be topped!\\u0022​\",\"name\":\"\\u003cstrong\\u003e\\u003cstrong\\u003e\\u003cstrong\\u003e\\u003cstrong\\u003eBrett and Kelly\\u003c/strong\\u003e\\u003c/strong\\u003e\\u003c/strong\\u003e\\u003c/strong\\u003e\",\"company\":\"\",\"image\":{\"id\":121,\"title\":\"testimonial3\",\"filename\":\"testimonial3.jpg\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/testimonial3.jpg\",\"link\":\"https://blueroan.netgen.cloud/testimonial3/\",\"alt\":\"\",\"author\":\"34\",\"description\":\"\",\"caption\":\"\",\"name\":\"testimonial3\",\"status\":\"inherit\",\"uploadedTo\":0,\"date\":\"2021-05-11T05:02:05.000Z\",\"modified\":\"2021-05-11T05:02:05.000Z\",\"menuOrder\":0,\"mime\":\"image/jpeg\",\"type\":\"image\",\"subtype\":\"jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/default.png\",\"dateFormatted\":\"May 11, 2021\",\"nonces\":{\"update\":\"290653da5d\",\"delete\":\"90a4fb2d63\",\"edit\":\"ff8a64e56e\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=121\\u0026action=edit\",\"meta\":false,\"authorName\":\"Rishabh\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/user-edit.php?user_id=34\",\"filesizeInBytes\":8748,\"filesizeHumanReadable\":\"9 KB\",\"context\":\"\",\"height\":250,\"width\":250,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/testimonial3-150x150.jpg\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/testimonial3.jpg\",\"height\":250,\"width\":250,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}}}],\"headingAlign\":\"left\",\"headingAlignTablet\":\"left\",\"headingAlignMobile\":\"left\",\"descColor\":\"var(\\u002d\\u002dast-global-color-3)\",\"nameFontSize\":14,\"nameLineHeight\":1,\"descFontSize\":16,\"descFontWeight\":\"600\",\"nameSpace\":1,\"block_id\":\"ed05e4d5\",\"iconImage\":{\"url\":\"\",\"alt\":\"InfoBox placeholder img\"},\"imageWidth\":32,\"columnGap\":1,\"borderStyle\":\"\",\"paddingTop\":0,\"paddingBottom\":0,\"paddingLeft\":0,\"paddingRight\":0,\"spacingLink\":true,\"imgpaddingTop\":0,\"imgpaddingRight\":15,\"imgpaddingBottom\":0,\"imgpaddingLeft\":0,\"overallBorderStyle\":\"none\",\"imgTagHeight\":32,\"imgTagWidth\":150} -->\n<div class=\"wp-block-uagb-testimonial uagb-slick-carousel uagb-tm__arrow-outside uagb-block-ed05e4d5 uagb-post__carousel_notset uagb-post__carousel_notset-tablet uagb-post__carousel_notset-mobile\"><div class=\"is-carousel uagb-tm__columns-1 uagb-tm__items\"><div class=\"uagb-testimonial__wrap  uagb-tm__imgicon-style-circle uagb-tm__image-position-bottom uagb-tm__bg-type-none \"><div class=\"uagb-tm__content\"><div class=\"uagb-tm__overlay\"></div><div class=\"uagb-tm__text-wrap\"><div class=\"uagb-tm__desc\">\"Thank you for the most wonderful time, Judy!  This was the most peaceful and perfect place to get engaged!  We will most certainly be back!!!  Your hospitality cannot be topped!\"​</div><div class=\"uagb-tm__meta-inner\"><div class=\"uagb-tm__image-content\"><div class=\"uagb-tm__image\"><img class=\"uagb-tm-img-src\" src=\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/testimonial3-150x150.jpg\" alt=\"\" width=\"32\" height=\"32\" loading=\"lazy\"/></div></div><div class=\"uagb-testimonial-details\"><span class=\"uagb-tm__author-name\"><strong><strong><strong><strong>Brett and Kelly</strong></strong></strong></strong></span><span class=\"uagb-tm__company\"></span></div></div></div></div></div></div></div>\n<!-- /wp:uagb/testimonial --></div>\n<!-- /wp:uagb/container --></div>\n<!-- /wp:uagb/container --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"9ebb814b\",\"innerContentCustomWidthDesktop\":781,\"innerContentCustomWidthTablet\":781,\"backgroundType\":\"image\",\"backgroundImageDesktop\":{\"id\":809,\"title\":\"26759994757_767d9794fd_b\",\"filename\":\"26759994757_767d9794fd_b.jpg\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/26759994757_767d9794fd_b.jpg\",\"link\":\"https://blueroan.netgen.cloud/?attachment_id=809\",\"alt\":\"\",\"author\":\"2\",\"description\":\"\",\"caption\":\"\",\"name\":\"26759994757_767d9794fd_b\",\"status\":\"inherit\",\"uploadedTo\":805,\"date\":\"2022-12-13T09:51:53.000Z\",\"modified\":\"2022-12-13T09:51:53.000Z\",\"menuOrder\":0,\"mime\":\"image/jpeg\",\"type\":\"image\",\"subtype\":\"jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-includes/images/media/default.png\",\"dateFormatted\":\"December 13, 2022\",\"nonces\":{\"update\":\"39b5c0eef1\",\"delete\":\"fde92abd83\",\"edit\":\"3923face9e\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=809\\u0026action=edit\",\"meta\":false,\"authorName\":\"Netgen Support\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/profile.php\",\"uploadedToTitle\":\"Magaliesburg\",\"uploadedToLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=805\\u0026action=edit\",\"filesizeInBytes\":143610,\"filesizeHumanReadable\":\"140 KB\",\"context\":\"\",\"height\":683,\"width\":1024,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/26759994757_767d9794fd_b-150x150.jpg\",\"orientation\":\"landscape\"},\"medium\":{\"height\":200,\"width\":300,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/26759994757_767d9794fd_b-300x200.jpg\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/26759994757_767d9794fd_b.jpg\",\"height\":683,\"width\":1024,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"backgroundImageColor\":\"rgba(42,42,42,0.65)\",\"topPaddingDesktop\":144,\"bottomPaddingDesktop\":144,\"leftPaddingDesktop\":40,\"rightPaddingDesktop\":40,\"topPaddingTablet\":80,\"bottomPaddingTablet\":80,\"leftPaddingTablet\":40,\"rightPaddingTablet\":40,\"topPaddingMobile\":64,\"bottomPaddingMobile\":64,\"leftPaddingMobile\":24,\"rightPaddingMobile\":24,\"paddingLink\":false,\"variationSelected\":true,\"isBlockRootParent\":true,\"overlayType\":\"color\"} -->\n<div class=\"wp-block-uagb-container uagb-block-9ebb814b alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/advanced-heading {\"block_id\":\"197552ca\",\"classMigrate\":true,\"headingDescToggle\":true,\"headingAlign\":\"center\",\"headingColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"subHeadingColor\":\"var(\\u002d\\u002dast-global-color-4)\",\"headSpace\":20} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-197552ca\"><h2 class=\"uagb-heading-text\">Plan an Unforgettable Experience at <br>Blue Roan!</h2><p class=\"uagb-desc-text\">Blue Roan is a 4-star graded pet-friendly venue</p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/advanced-heading {\"block_id\":\"c19c17cc\",\"classMigrate\":true,\"headingTitleToggle\":false,\"headingDescToggle\":true,\"headingAlign\":\"center\",\"subHeadingColor\":\"var(\\u002d\\u002dast-global-color-4)\",\"subHeadTransform\":\"uppercase\",\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"subHeadLetterSpacing\":2,\"blockTopPadding\":60,\"blockRightPadding\":0,\"blockLeftPadding\":0,\"blockBottomPadding\":0,\"blockTopPaddingMobile\":30,\"blockRightPaddingMobile\":0,\"blockLeftPaddingMobile\":0,\"blockBottomPaddingMobile\":0} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-c19c17cc\"><p class=\"uagb-desc-text\">BOOK YOUR STAY NOW​</p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/icon-list {\"block_id\":\"8327d42e\",\"classMigrate\":true,\"childMigrate\":true,\"align\":\"center\",\"parentIcon\":\"phone\",\"size\":40,\"sizeMobile\":24,\"sizeTablet\":32,\"fontSize\":48,\"fontSizeMobile\":28,\"fontSizeTablet\":40,\"fontWeight\":\"600\",\"iconColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"labelColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"blockTopPadding\":0,\"blockRightPadding\":0,\"blockLeftPadding\":0,\"blockBottomPadding\":24,\"blockPaddingLink\":false} -->\n<div class=\"wp-block-uagb-icon-list uagb-block-8327d42e\"><div class=\"uagb-icon-list__wrap\"><!-- wp:uagb/icon-list-child {\"block_id\":\"17e0b00e\",\"label\":\" + 27 (0) 82 575 5409\",\"label_color\":\"\",\"link\":\"tel:+27825755409\",\"disableLink\":true,\"fromParentIcon\":\"phone\",\"imageSizeChild\":40} -->\n<div class=\"wp-block-uagb-icon-list-child uagb-block-17e0b00e\"><a target=\"_self\" aria-label=\" + 27 (0) 82 575 5409\" rel=\"noopener noreferrer\" href=\"tel:+27825755409\"> </a><span class=\"uagb-icon-list__source-wrap\"><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M511.2 387l-23.25 100.8c-3.266 14.25-15.79 24.22-30.46 24.22C205.2 512 0 306.8 0 54.5c0-14.66 9.969-27.2 24.22-30.45l100.8-23.25C139.7-2.602 154.7 5.018 160.8 18.92l46.52 108.5c5.438 12.78 1.77 27.67-8.98 36.45L144.5 207.1c33.98 69.22 90.26 125.5 159.5 159.5l44.08-53.8c8.688-10.78 23.69-14.51 36.47-8.975l108.5 46.51C506.1 357.2 514.6 372.4 511.2 387z\"></path></svg></span><span class=\"uagb-icon-list__label\"> + 27 (0) 82 575 5409</span></div>\n<!-- /wp:uagb/icon-list-child -->\n\n<!-- wp:uagb/icon-list-child {\"block_id\":\"6d99618f\",\"label\":\"blueroan@ugo.co.za\",\"icon\":\"envelope\",\"label_color\":\"\",\"link\":\"mailto:blueroan@ugo.co.za\",\"disableLink\":true,\"fromParentIcon\":\"phone\",\"imageSizeChild\":40} -->\n<div class=\"wp-block-uagb-icon-list-child uagb-block-6d99618f\"><a target=\"_self\" aria-label=\"blueroan@ugo.co.za\" rel=\"noopener noreferrer\" href=\"mailto:blueroan@ugo.co.za\"> </a><span class=\"uagb-icon-list__source-wrap\"><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M464 64C490.5 64 512 85.49 512 112C512 127.1 504.9 141.3 492.8 150.4L275.2 313.6C263.8 322.1 248.2 322.1 236.8 313.6L19.2 150.4C7.113 141.3 0 127.1 0 112C0 85.49 21.49 64 48 64H464zM217.6 339.2C240.4 356.3 271.6 356.3 294.4 339.2L512 176V384C512 419.3 483.3 448 448 448H64C28.65 448 0 419.3 0 384V176L217.6 339.2z\"></path></svg></span><span class=\"uagb-icon-list__label\">blueroan@ugo.co.za</span></div>\n<!-- /wp:uagb/icon-list-child --></div></div>\n<!-- /wp:uagb/icon-list --></div></div>\n<!-- /wp:uagb/container -->',	'Home',	'',	'inherit',	'closed',	'closed',	'',	'760-revision-v1',	'',	'',	'2022-12-13 15:06:09',	'2022-12-13 15:06:09',	'',	760,	'https://blueroan.netgen.cloud/?p=912',	0,	'revision',	'',	0),
(914,	2,	'2022-12-13 15:07:20',	'2022-12-13 15:07:20',	'',	'bird',	'',	'inherit',	'open',	'closed',	'',	'bird-2',	'',	'',	'2022-12-13 15:07:20',	'2022-12-13 15:07:20',	'',	760,	'https://blueroan.netgen.cloud/wp-content/uploads/2022/12/bird.png',	0,	'attachment',	'image/png',	0),
(915,	2,	'2022-12-13 15:07:25',	'2022-12-13 15:07:25',	'<!-- wp:uagb/container {\"block_id\":\"83a6999f\",\"minHeightDesktop\":95,\"minHeightTablet\":70,\"minHeightMobile\":80,\"minHeightType\":\"vh\",\"alignItemsDesktop\":\"flex-start\",\"backgroundType\":\"image\",\"backgroundImageDesktop\":{\"uploading\":false,\"date\":1670921854000,\"filename\":\"Blue-Roan-pool.jpg\",\"menuOrder\":0,\"uploadedTo\":760,\"type\":\"image\",\"subtype\":\"jpeg\",\"id\":784,\"title\":\"Blue Roan - pool\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Blue-Roan-pool.jpg\",\"link\":\"https://blueroan.netgen.cloud/home/blue-roan-pool/\",\"alt\":\"\",\"author\":\"2\",\"description\":\"\",\"caption\":\"\",\"name\":\"blue-roan-pool\",\"status\":\"inherit\",\"modified\":1670921854000,\"mime\":\"image/jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-includes/images/media/default.png\",\"dateFormatted\":\"December 13, 2022\",\"nonces\":{\"update\":\"51a12ed09e\",\"delete\":\"5174068551\",\"edit\":\"1de0721407\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=784\\u0026action=edit\",\"meta\":false,\"authorName\":\"Netgen Support\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/profile.php\",\"uploadedToTitle\":\"Home\",\"uploadedToLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=760\\u0026action=edit\",\"filesizeInBytes\":154801,\"filesizeHumanReadable\":\"151 KB\",\"context\":\"\",\"height\":667,\"width\":1000,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Blue-Roan-pool-150x150.jpg\",\"orientation\":\"landscape\"},\"medium\":{\"height\":200,\"width\":300,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Blue-Roan-pool-300x200.jpg\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Blue-Roan-pool.jpg\",\"height\":667,\"width\":1000,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"backgroundPositionDesktop\":{\"x\":0.5,\"y\":0.25},\"backgroundImageColor\":\"rgba(42,42,42,0.35)\",\"topPaddingDesktop\":0,\"bottomPaddingDesktop\":0,\"leftPaddingDesktop\":40,\"rightPaddingDesktop\":40,\"topPaddingTablet\":120,\"bottomPaddingTablet\":120,\"leftPaddingTablet\":40,\"rightPaddingTablet\":40,\"topPaddingMobile\":150,\"bottomPaddingMobile\":150,\"leftPaddingMobile\":20,\"rightPaddingMobile\":20,\"paddingLink\":false,\"variationSelected\":true,\"isBlockRootParent\":true,\"overlayType\":\"color\",\"minHeightTypeTablet\":\"vh\",\"minHeightTypeMobile\":\"vh\"} -->\n<div class=\"wp-block-uagb-container uagb-block-83a6999f alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/info-box {\"classMigrate\":true,\"headingAlign\":\"left\",\"headingColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"subHeadingColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"headingTag\":\"h1\",\"subHeadFontSize\":17,\"subHeadFontSizeMobile\":15,\"headSpace\":20,\"subHeadSpace\":40,\"block_id\":\"5af42b7d\",\"ctaIcon\":\"\",\"ctaType\":\"button\",\"ctaText\":\"Book Your Stay Now\",\"ctaLink\":\"#\",\"ctaBtnLinkColor\":\"var(\\u002d\\u002dast-global-color-2)\",\"ctaLinkHoverColor\":\"var(\\u002d\\u002dast-global-color-2)\",\"ctaBgColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"ctaBgHoverColor\":\"var(\\u002d\\u002dast-global-color-4)\",\"ctaBorderColor\":\"\",\"ctaBorderStyle\":\"\",\"ctaBorderWidth\":\"\",\"ctaBorderRadius\":\"\",\"iconImage\":{\"url\":\"\",\"alt\":\"InfoBox placeholder img\"},\"showIcon\":false,\"paddingBtnTop\":18,\"paddingBtnBottom\":18,\"paddingBtnLeft\":34,\"paddingBtnRight\":34,\"blockTopPadding\":0,\"blockRightPadding\":40,\"blockLeftPadding\":0,\"blockBottomPadding\":0,\"blockTopPaddingTablet\":0,\"blockRightPaddingTablet\":64,\"blockLeftPaddingTablet\":0,\"blockBottomPaddingTablet\":0,\"blockTopPaddingMobile\":0,\"blockRightPaddingMobile\":0,\"blockLeftPaddingMobile\":0,\"blockBottomPaddingMobile\":0,\"blockPaddingUnit\":\"%\",\"blockPaddingLink\":false,\"subHeadMarginTopTablet\":0,\"subHeadMarginRightTablet\":64,\"subHeadTabletSpace\":40,\"subHeadMarginLeftTablet\":0,\"subHeadMarginTopMobile\":0,\"subHeadMarginRightMobile\":0,\"subHeadMobileSpace\":40,\"subHeadMarginLeftMobile\":0,\"btnBorderTopWidth\":1,\"btnBorderLeftWidth\":1,\"btnBorderRightWidth\":1,\"btnBorderBottomWidth\":1,\"btnBorderTopLeftRadius\":0,\"btnBorderTopRightRadius\":0,\"btnBorderBottomLeftRadius\":0,\"btnBorderBottomRightRadius\":0,\"btnBorderStyle\":\"none\",\"btnBorderColor\":\"#333\"} -->\n<div class=\"wp-block-uagb-info-box uagb-block-5af42b7d uagb-infobox__content-wrap  uagb-infobox-icon-above-title uagb-infobox-image-valign-top\"><div class=\"uagb-ifb-content\"><div class=\"uagb-ifb-title-wrap\"><h1 class=\"uagb-ifb-title\"><strong>Magaliesburg pet friendly self-catering accommodation</strong></h1></div><p class=\"uagb-ifb-desc\">Romantic pet-friendly self-catering accommodation in Magaliesburg, Gauteng.</p><div class=\"uagb-ifb-button-wrapper wp-block-button\"><a href=\"#\" class=\"uagb-infobox-cta-link wp-block-button__link\" target=\"_self\" rel=\"noopener noreferrer\" alt=\"\"><span class=\"uagb-inline-editing\">Book Your Stay Now</span></a></div></div></div>\n<!-- /wp:uagb/info-box --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"ebd45299\",\"directionDesktop\":\"row\",\"directionMobile\":\"column-reverse\",\"alignItemsDesktop\":\"flex-start\",\"backgroundType\":\"color\",\"backgroundSizeTablet\":\"cover\",\"backgroundSizeMobile\":\"cover\",\"backgroundColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"topPaddingDesktop\":60,\"bottomPaddingDesktop\":60,\"topPaddingTablet\":80,\"bottomPaddingTablet\":80,\"leftPaddingTablet\":40,\"rightPaddingTablet\":40,\"topPaddingMobile\":64,\"bottomPaddingMobile\":64,\"leftPaddingMobile\":24,\"rightPaddingMobile\":24,\"paddingLink\":false,\"variationSelected\":true,\"columnGapDesktop\":60,\"columnGapTablet\":50,\"isBlockRootParent\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-ebd45299 alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/container {\"block_id\":\"d7af82cf\",\"widthDesktop\":50,\"variationSelected\":true,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-d7af82cf\"><!-- wp:image {\"id\":797,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-13.jpg\" alt=\"\" class=\"wp-image-797\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The Blue Roan Country Lodge is situated just 5 minutes from the village of Magaliesburg on a tar road so easy access for all cars. &nbsp;We have panoramic views of the Magaliesberg mountain range and our farm is the perfect place for a relaxing getaway in the country. &nbsp;As we are only 70 km from JHB and Pretoria, it is only an hour’s drive.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:buttons -->\n<div class=\"wp-block-buttons\"><!-- wp:button -->\n<div class=\"wp-block-button\"><a class=\"wp-block-button__link wp-element-button\" href=\"/accommodation/\">View accomodation</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"55dc026a\",\"widthDesktop\":50,\"leftPaddingDesktop\":0,\"paddingLink\":false,\"variationSelected\":true,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-55dc026a\"><!-- wp:uagb/advanced-heading {\"block_id\":\"340d813a\",\"classMigrate\":true,\"headingDescToggle\":true,\"subHeadingColor\":\"\",\"headSpace\":20,\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-340d813a\"><h2 class=\"uagb-heading-text\"><strong>Blue Roan is a 4-star graded pet-friendly venue</strong></h2><p class=\"uagb-desc-text\">Our goal is to provide high-quality, romantic, comfortable, and affordable self-catering accommodation on the outskirts of the village of &nbsp;Magaliesburg. &nbsp;For animal lovers, we are also&nbsp;pet-friendly&nbsp;by arrangement in most of the units all of which have their own fully fenced and gated private grassy gardens.</p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/image {\"block_id\":\"0c747327\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/hammock-in-the-garden.jpg\",\"align\":\"left\",\"id\":799,\"linkDestination\":\"none\",\"naturalWidth\":600,\"naturalHeight\":400,\"sizeSlug\":\"full\",\"sizeSlugTablet\":\"full\",\"sizeSlugMobile\":\"full\",\"imageTopMargin\":20,\"imageRightMargin\":0,\"imageLeftMargin\":0,\"imageBottomMargin\":0,\"imageTopMarginMobile\":0,\"imageRightMarginMobile\":0,\"imageLeftMarginMobile\":0,\"imageBottomMarginMobile\":0,\"imageMarginLink\":false} -->\n<div class=\"wp-block-uagb-image uagb-block-0c747327 wp-block-uagb-image--layout-default wp-block-uagb-image--effect-static wp-block-uagb-image--align-left\"><figure class=\"wp-block-uagb-image__figure\"><img srcset=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/hammock-in-the-garden.jpg \" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/hammock-in-the-garden.jpg\" alt=\"\" class=\"uag-image-799\" width=\"\" height=\"\" title=\"\" loading=\"lazy\"/></figure></div>\n<!-- /wp:uagb/image --></div>\n<!-- /wp:uagb/container --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"4ff1885d\",\"directionDesktop\":\"row\",\"directionMobile\":\"column-reverse\",\"alignItemsDesktop\":\"flex-start\",\"backgroundType\":\"color\",\"backgroundSizeTablet\":\"cover\",\"backgroundSizeMobile\":\"cover\",\"backgroundColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"topPaddingDesktop\":0,\"bottomPaddingDesktop\":0,\"topPaddingTablet\":80,\"bottomPaddingTablet\":80,\"leftPaddingTablet\":40,\"rightPaddingTablet\":40,\"topPaddingMobile\":64,\"bottomPaddingMobile\":64,\"leftPaddingMobile\":24,\"rightPaddingMobile\":24,\"paddingLink\":false,\"variationSelected\":true,\"rowGapDesktop\":0,\"columnGapDesktop\":0,\"columnGapTablet\":50,\"isBlockRootParent\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-4ff1885d alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:image {\"align\":\"center\",\"id\":794,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image aligncenter size-full\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/210-2108726_too-great-for-us-tourism-grading-council-of-south-5.png\" alt=\"\" class=\"wp-image-794\"/></figure>\n<!-- /wp:image --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"4edead18\",\"backgroundType\":\"color\",\"backgroundSizeTablet\":\"cover\",\"backgroundSizeMobile\":\"cover\",\"backgroundColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"topPaddingDesktop\":50,\"bottomPaddingDesktop\":100,\"topPaddingTablet\":50,\"bottomPaddingTablet\":25,\"leftPaddingTablet\":20,\"rightPaddingTablet\":20,\"topPaddingMobile\":50,\"bottomPaddingMobile\":20,\"leftPaddingMobile\":20,\"rightPaddingMobile\":20,\"paddingLink\":false,\"variationSelected\":true,\"rowGapDesktop\":0,\"isBlockRootParent\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-4edead18 alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/container {\"block_id\":\"d6dad5e9\",\"directionDesktop\":\"row\",\"alignItemsDesktop\":\"flex-end\",\"alignItemsTablet\":\"flex-end\",\"justifyContentDesktop\":\"flex-end\",\"justifyContentTablet\":\"space-between\",\"variationSelected\":true,\"rowGapMobile\":30,\"columnGapDesktop\":0} -->\n<div class=\"wp-block-uagb-container uagb-block-d6dad5e9\"><!-- wp:uagb/advanced-heading {\"block_id\":\"e058725f\",\"classMigrate\":true,\"headingDescToggle\":true,\"subHeadingColor\":\"\",\"headSpace\":20,\"subHeadFontSize\":16} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-e058725f\"><h2 class=\"uagb-heading-text\">Amenities &amp; Interests ​</h2><p class=\"uagb-desc-text\">We have 7 lovely brick&nbsp;<strong>self-catering</strong>&nbsp;units, each one private and with its own character and theme. &nbsp;They are designed exclusively for couples with or without pets wanting a romantic and peaceful place to connect, re-connect, celebrate special occasions, or somewhere quiet and comfortable to come for a holiday</p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/buttons {\"block_id\":\"5e015e56\",\"classMigrate\":true,\"childMigrate\":true,\"align\":\"right\",\"alignTablet\":\"right\",\"alignMobile\":\"left\",\"gap\":0} -->\n<div class=\"wp-block-uagb-buttons uagb-buttons__outer-wrap uagb-btn__default-btn uagb-btn-tablet__default-btn uagb-btn-mobile__default-btn uagb-block-5e015e56\"><div class=\"uagb-buttons__wrap uagb-buttons-layout-wrap\"><!-- wp:uagb/buttons-child {\"block_id\":\"e59bb382\",\"label\":\"View All\",\"link\":\"#\",\"hColor\":\"\",\"borderWidth\":\"\",\"borderRadius\":\"\",\"borderStyle\":\"\",\"borderColor\":\"\",\"borderHColor\":\"\",\"btnBorderTopWidth\":1,\"btnBorderLeftWidth\":1,\"btnBorderRightWidth\":1,\"btnBorderBottomWidth\":1,\"btnBorderTopLeftRadius\":2,\"btnBorderTopRightRadius\":2,\"btnBorderBottomLeftRadius\":2,\"btnBorderBottomRightRadius\":2,\"btnBorderStyle\":\"solid\",\"btnBorderColor\":\"#333\",\"btnBorderHColor\":\"#333\"} -->\n<div class=\"wp-block-uagb-buttons-child uagb-buttons__outer-wrap uagb-block-e59bb382 wp-block-button is-style-outline\"><div class=\"uagb-button__wrapper\"><a class=\"uagb-buttons-repeater wp-block-button__link\" href=\"#\" rel=\"follow noopener\" target=\"_self\"><div class=\"uagb-button__link\">View All</div></a></div></div>\n<!-- /wp:uagb/buttons-child --></div></div>\n<!-- /wp:uagb/buttons --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"b0a66ef6\",\"directionDesktop\":\"row\",\"alignItemsTablet\":\"flex-start\",\"paddingLink\":false,\"topMarginDesktop\":50,\"bottomMarginDesktop\":20,\"leftMarginDesktop\":0,\"rightMarginDesktop\":0,\"marginLink\":false,\"variationSelected\":true,\"rowGapMobile\":65,\"columnGapDesktop\":48,\"columnGapTablet\":20} -->\n<div class=\"wp-block-uagb-container uagb-block-b0a66ef6\"><!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"align\":\"center\",\"id\":828,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image aligncenter size-full\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Blue-Roan-pool.png\" alt=\"Blue Roan\'s rock pool\" class=\"wp-image-828\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>A relaxing rock Pool​</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>We have a lovely sparkling blue rock pool next to a thatched Lapa. &nbsp;&nbsp;Lie on recliners on the green lawn or sit on the swing chair in the Lapa and enjoy the panoramic view of the Magaliesberg mountain range.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":829,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/img-20160605-wa0002-largejpg.png\" alt=\"\" class=\"wp-image-829\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>Braai facilities </h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>What can compare to a burning fire under the star-lit African sky? Nothing beats the flavor of cooking over an open flame.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":830,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/ef9d0188da11e2bc56788f5619d9d539.png\" alt=\"\" class=\"wp-image-830\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>A games room </h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>The reception is also a games room for those who enjoy darts or playing pool. &nbsp;Take a selection of DVDs back to your room and watch movies on your own DVD player. &nbsp;There is also a selection of board games and music CDs that you can borrow.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div>\n<!-- /wp:uagb/container --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"35f71d86\",\"backgroundType\":\"color\",\"backgroundSizeTablet\":\"cover\",\"backgroundSizeMobile\":\"cover\",\"backgroundColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"bottomPaddingDesktop\":104,\"leftPaddingDesktop\":40,\"rightPaddingDesktop\":40,\"topPaddingTablet\":80,\"bottomPaddingTablet\":80,\"leftPaddingTablet\":40,\"rightPaddingTablet\":40,\"topPaddingMobile\":64,\"bottomPaddingMobile\":64,\"leftPaddingMobile\":24,\"rightPaddingMobile\":24,\"paddingLink\":false,\"variationSelected\":true,\"rowGapDesktop\":0,\"isBlockRootParent\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-35f71d86 alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/advanced-heading {\"block_id\":\"1e7e3f8b\",\"classMigrate\":true,\"headingDescToggle\":true,\"headingAlign\":\"center\",\"headingAlignMobile\":\"left\",\"subHeadingColor\":\"\",\"headSpace\":20,\"subHeadFontSize\":16,\"blockBottomPadding\":20} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-1e7e3f8b\"><h2 class=\"uagb-heading-text\">Our Inside Pictures​</h2><p class=\"uagb-desc-text\">Take a look at some pretty pictures captured in and around our premises.</p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/container {\"block_id\":\"02c39f6b\",\"directionDesktop\":\"row\",\"alignItemsDesktop\":\"flex-start\",\"topMarginDesktop\":20,\"bottomMarginDesktop\":0,\"leftMarginDesktop\":0,\"rightMarginDesktop\":0,\"marginLink\":false,\"variationSelected\":true,\"rowGapMobile\":24,\"columnGapDesktop\":24,\"columnGapTablet\":20} -->\n<div class=\"wp-block-uagb-container uagb-block-02c39f6b\"><!-- wp:uagb/container {\"block_id\":\"a7ced2a5\",\"widthDesktop\":32,\"variationSelected\":true,\"rowGapDesktop\":24,\"rowGapTablet\":20,\"rowGapMobile\":24,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-a7ced2a5\"><!-- wp:uagb/image {\"block_id\":\"ccc04327\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/red-rose-1024x683.jpg\",\"id\":834,\"linkDestination\":\"none\",\"naturalWidth\":1024,\"naturalHeight\":683,\"sizeSlug\":\"large\",\"sizeSlugTablet\":\"large\",\"sizeSlugMobile\":\"large\"} -->\n<div class=\"wp-block-uagb-image uagb-block-ccc04327 wp-block-uagb-image--layout-default wp-block-uagb-image--effect-static wp-block-uagb-image--align-none\"><figure class=\"wp-block-uagb-image__figure\"><img srcset=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/red-rose-1024x683.jpg \" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/red-rose-1024x683.jpg\" alt=\"\" class=\"uag-image-834\" width=\"\" height=\"\" title=\"\" loading=\"lazy\"/></figure></div>\n<!-- /wp:uagb/image -->\n\n<!-- wp:uagb/image {\"block_id\":\"0dd518b3\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/bird-1024x683.png\",\"id\":914,\"linkDestination\":\"none\",\"naturalWidth\":1024,\"naturalHeight\":683,\"sizeSlug\":\"large\",\"sizeSlugTablet\":\"large\",\"sizeSlugMobile\":\"large\"} -->\n<div class=\"wp-block-uagb-image uagb-block-0dd518b3 wp-block-uagb-image--layout-default wp-block-uagb-image--effect-static wp-block-uagb-image--align-none\"><figure class=\"wp-block-uagb-image__figure\"><img srcset=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/bird-1024x683.png \" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/bird-1024x683.png\" alt=\"\" class=\"uag-image-914\" title=\"\" loading=\"lazy\"/></figure></div>\n<!-- /wp:uagb/image --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"14d99312\",\"widthDesktop\":67,\"variationSelected\":true,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-14d99312\"><!-- wp:uagb/image {\"block_id\":\"bd2ef90a\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/241506_xl.jpg\",\"id\":908,\"linkDestination\":\"none\",\"width\":697,\"widthTablet\":780,\"height\":462,\"heightTablet\":0,\"naturalWidth\":800,\"naturalHeight\":534,\"sizeSlug\":\"full\",\"sizeSlugTablet\":\"full\",\"sizeSlugMobile\":\"full\",\"customHeightSetDesktop\":true} -->\n<div class=\"wp-block-uagb-image uagb-block-bd2ef90a wp-block-uagb-image--layout-default wp-block-uagb-image--effect-static wp-block-uagb-image--align-none\"><figure class=\"wp-block-uagb-image__figure\"><img srcset=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/241506_xl.jpg \" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/241506_xl.jpg\" alt=\"\" class=\"uag-image-908\" width=\"697\" height=\"462\" title=\"\" loading=\"lazy\"/></figure></div>\n<!-- /wp:uagb/image --></div>\n<!-- /wp:uagb/container --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"8b52375a\",\"directionDesktop\":\"row\",\"alignItemsDesktop\":\"flex-start\",\"topMarginDesktop\":24,\"bottomMarginDesktop\":0,\"leftMarginDesktop\":0,\"rightMarginDesktop\":0,\"topMarginTablet\":20,\"bottomMarginTablet\":0,\"leftMarginTablet\":0,\"rightMarginTablet\":0,\"topMarginMobile\":24,\"bottomMarginMobile\":0,\"leftMarginMobile\":0,\"rightMarginMobile\":0,\"marginLink\":false,\"variationSelected\":true,\"columnGapDesktop\":24,\"columnGapTablet\":20} -->\n<div class=\"wp-block-uagb-container uagb-block-8b52375a\"><!-- wp:uagb/container {\"block_id\":\"cf56521b\",\"widthDesktop\":67,\"variationSelected\":true,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-cf56521b\"><!-- wp:uagb/image {\"block_id\":\"83612dcf\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-8-1024x678.jpg\",\"id\":837,\"linkDestination\":\"none\",\"naturalWidth\":1024,\"naturalHeight\":678,\"sizeSlug\":\"large\",\"sizeSlugTablet\":\"large\",\"sizeSlugMobile\":\"large\",\"customHeightSetDesktop\":true} -->\n<div class=\"wp-block-uagb-image uagb-block-83612dcf wp-block-uagb-image--layout-default wp-block-uagb-image--effect-static wp-block-uagb-image--align-none\"><figure class=\"wp-block-uagb-image__figure\"><img srcset=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-8-1024x678.jpg \" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-8-1024x678.jpg\" alt=\"\" class=\"uag-image-837\" width=\"\" height=\"\" title=\"\" loading=\"lazy\"/></figure></div>\n<!-- /wp:uagb/image --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"d9b1de9c\",\"widthDesktop\":32,\"variationSelected\":true,\"rowGapDesktop\":24,\"rowGapTablet\":20,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-d9b1de9c\"><!-- wp:uagb/image {\"block_id\":\"6601fab2\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/49g.jpg\",\"id\":838,\"linkDestination\":\"none\",\"naturalWidth\":650,\"naturalHeight\":450,\"sizeSlug\":\"full\",\"sizeSlugTablet\":\"full\",\"sizeSlugMobile\":\"full\"} -->\n<div class=\"wp-block-uagb-image uagb-block-6601fab2 wp-block-uagb-image--layout-default wp-block-uagb-image--effect-static wp-block-uagb-image--align-none\"><figure class=\"wp-block-uagb-image__figure\"><img srcset=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/49g.jpg \" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/49g.jpg\" alt=\"\" class=\"uag-image-838\" width=\"\" height=\"\" title=\"\" loading=\"lazy\"/></figure></div>\n<!-- /wp:uagb/image -->\n\n<!-- wp:uagb/image {\"block_id\":\"9f663cc0\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-country-lodge-1-1024x576.jpg\",\"id\":839,\"linkDestination\":\"none\",\"naturalWidth\":1024,\"naturalHeight\":576,\"sizeSlug\":\"large\",\"sizeSlugTablet\":\"large\",\"sizeSlugMobile\":\"large\"} -->\n<div class=\"wp-block-uagb-image uagb-block-9f663cc0 wp-block-uagb-image--layout-default wp-block-uagb-image--effect-static wp-block-uagb-image--align-none\"><figure class=\"wp-block-uagb-image__figure\"><img srcset=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-country-lodge-1-1024x576.jpg \" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-country-lodge-1-1024x576.jpg\" alt=\"\" class=\"uag-image-839\" width=\"\" height=\"\" title=\"\" loading=\"lazy\"/></figure></div>\n<!-- /wp:uagb/image --></div>\n<!-- /wp:uagb/container --></div>\n<!-- /wp:uagb/container --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"a5995de6\",\"backgroundType\":\"color\",\"backgroundSizeTablet\":\"cover\",\"backgroundSizeMobile\":\"cover\",\"backgroundColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"topPaddingDesktop\":40,\"bottomPaddingDesktop\":104,\"leftPaddingDesktop\":40,\"rightPaddingDesktop\":40,\"topPaddingTablet\":80,\"bottomPaddingTablet\":80,\"leftPaddingTablet\":40,\"rightPaddingTablet\":40,\"topPaddingMobile\":64,\"bottomPaddingMobile\":64,\"leftPaddingMobile\":24,\"rightPaddingMobile\":24,\"paddingLink\":false,\"variationSelected\":true,\"rowGapDesktop\":0,\"isBlockRootParent\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-a5995de6 alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/advanced-heading {\"block_id\":\"2c924dbb\",\"classMigrate\":true,\"headingDescToggle\":true,\"headingAlign\":\"center\",\"headingAlignMobile\":\"left\",\"subHeadingColor\":\"\",\"headSpace\":20,\"subHeadFontSize\":16,\"blockBottomPadding\":20} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-2c924dbb\"><h2 class=\"uagb-heading-text\">What Our Guests Say​</h2><p class=\"uagb-desc-text\">We take pride in serving our guests the best experience. </p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/container {\"block_id\":\"e3052f36\",\"directionDesktop\":\"row\",\"topMarginDesktop\":40,\"bottomMarginDesktop\":0,\"leftMarginDesktop\":0,\"rightMarginDesktop\":0,\"marginLink\":false,\"variationSelected\":true,\"rowGapMobile\":40,\"columnGapDesktop\":90} -->\n<div class=\"wp-block-uagb-container uagb-block-e3052f36\"><!-- wp:uagb/container {\"block_id\":\"b0a81e2c\",\"widthDesktop\":50,\"variationSelected\":true,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-b0a81e2c\"><!-- wp:uagb/testimonial {\"test_item_count\":1,\"classMigrate\":true,\"test_block\":[{\"description\":\"\\u0022Thank you for a most enjoyable weekend stay and for making our anniversary so special.  Thank you for your kind and lovely friendship which we really appreciate!!!\\u0022​\",\"name\":\"\\u003cstrong\\u003eBrenda and Theuns\\u003c/strong\\u003e\",\"company\":\"\",\"image\":{\"id\":119,\"title\":\"testimonial1\",\"filename\":\"testimonial1.jpg\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/testimonial1.jpg\",\"link\":\"https://blueroan.netgen.cloud/testimonial1/\",\"alt\":\"\",\"author\":\"34\",\"description\":\"\",\"caption\":\"\",\"name\":\"testimonial1\",\"status\":\"inherit\",\"uploadedTo\":0,\"date\":\"2021-05-11T05:02:02.000Z\",\"modified\":\"2021-05-11T05:02:02.000Z\",\"menuOrder\":0,\"mime\":\"image/jpeg\",\"type\":\"image\",\"subtype\":\"jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/default.png\",\"dateFormatted\":\"May 11, 2021\",\"nonces\":{\"update\":\"b92fe40c3d\",\"delete\":\"643c1eb8f1\",\"edit\":\"d3e7d56b1d\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=119\\u0026action=edit\",\"meta\":false,\"authorName\":\"Rishabh\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/user-edit.php?user_id=34\",\"filesizeInBytes\":11264,\"filesizeHumanReadable\":\"11 KB\",\"context\":\"\",\"height\":250,\"width\":250,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/testimonial1-150x150.jpg\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/testimonial1.jpg\",\"height\":250,\"width\":250,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}}}],\"headingAlign\":\"left\",\"headingAlignTablet\":\"left\",\"headingAlignMobile\":\"left\",\"descColor\":\"var(\\u002d\\u002dast-global-color-3)\",\"nameFontSize\":14,\"nameLineHeight\":1,\"descFontSize\":16,\"descFontWeight\":\"600\",\"nameSpace\":1,\"block_id\":\"0b21face\",\"iconImage\":{\"url\":\"\",\"alt\":\"InfoBox placeholder img\"},\"imageWidth\":32,\"columnGap\":1,\"borderStyle\":\"\",\"paddingTop\":0,\"paddingBottom\":0,\"paddingLeft\":0,\"paddingRight\":0,\"spacingLink\":true,\"imgpaddingTop\":0,\"imgpaddingRight\":15,\"imgpaddingBottom\":0,\"imgpaddingLeft\":0,\"overallBorderStyle\":\"none\",\"imgTagHeight\":32,\"imgTagWidth\":150} -->\n<div class=\"wp-block-uagb-testimonial uagb-slick-carousel uagb-tm__arrow-outside uagb-block-0b21face uagb-post__carousel_notset uagb-post__carousel_notset-tablet uagb-post__carousel_notset-mobile\"><div class=\"is-carousel uagb-tm__columns-1 uagb-tm__items\"><div class=\"uagb-testimonial__wrap  uagb-tm__imgicon-style-circle uagb-tm__image-position-bottom uagb-tm__bg-type-none \"><div class=\"uagb-tm__content\"><div class=\"uagb-tm__overlay\"></div><div class=\"uagb-tm__text-wrap\"><div class=\"uagb-tm__desc\">\"Thank you for a most enjoyable weekend stay and for making our anniversary so special.  Thank you for your kind and lovely friendship which we really appreciate!!!\"​</div><div class=\"uagb-tm__meta-inner\"><div class=\"uagb-tm__image-content\"><div class=\"uagb-tm__image\"><img class=\"uagb-tm-img-src\" src=\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/testimonial1-150x150.jpg\" alt=\"\" width=\"32\" height=\"32\" loading=\"lazy\"/></div></div><div class=\"uagb-testimonial-details\"><span class=\"uagb-tm__author-name\"><strong>Brenda and Theuns</strong></span><span class=\"uagb-tm__company\"></span></div></div></div></div></div></div></div>\n<!-- /wp:uagb/testimonial -->\n\n<!-- wp:uagb/testimonial {\"test_item_count\":1,\"classMigrate\":true,\"test_block\":[{\"description\":\"\\u0022Breaking away from city life and coming out to a most wonderful romantic weekend away.  The unit is so comfortable.  Thank you for your great hospitality - we had an awesome time here.  Go well - with love\\u0022​\",\"name\":\"\\u003cstrong\\u003e\\u003cstrong\\u003e\\u003cstrong\\u003eLiz \\u0026amp; Eddie\\u003c/strong\\u003e\\u003c/strong\\u003e\\u003c/strong\\u003e\",\"company\":\"\",\"image\":{\"id\":122,\"title\":\"testimonial4\",\"filename\":\"testimonial4.jpg\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/testimonial4.jpg\",\"link\":\"https://blueroan.netgen.cloud/testimonial4/\",\"alt\":\"\",\"author\":\"34\",\"description\":\"\",\"caption\":\"\",\"name\":\"testimonial4\",\"status\":\"inherit\",\"uploadedTo\":0,\"date\":\"2021-05-11T05:02:06.000Z\",\"modified\":\"2021-05-11T05:02:06.000Z\",\"menuOrder\":0,\"mime\":\"image/jpeg\",\"type\":\"image\",\"subtype\":\"jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/default.png\",\"dateFormatted\":\"May 11, 2021\",\"nonces\":{\"update\":\"4e34860add\",\"delete\":\"9e126a55cd\",\"edit\":\"33ffd3c040\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=122\\u0026action=edit\",\"meta\":false,\"authorName\":\"Rishabh\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/user-edit.php?user_id=34\",\"filesizeInBytes\":16584,\"filesizeHumanReadable\":\"16 KB\",\"context\":\"\",\"height\":250,\"width\":250,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/testimonial4-150x150.jpg\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/testimonial4.jpg\",\"height\":250,\"width\":250,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}}}],\"headingAlign\":\"left\",\"headingAlignTablet\":\"left\",\"headingAlignMobile\":\"left\",\"descColor\":\"var(\\u002d\\u002dast-global-color-3)\",\"nameFontSize\":14,\"nameLineHeight\":1,\"descFontSize\":16,\"descFontWeight\":\"600\",\"nameSpace\":1,\"block_id\":\"c3dc5671\",\"iconImage\":{\"url\":\"\",\"alt\":\"InfoBox placeholder img\"},\"imageWidth\":32,\"columnGap\":1,\"borderStyle\":\"\",\"paddingTop\":0,\"paddingBottom\":0,\"paddingLeft\":0,\"paddingRight\":0,\"spacingLink\":true,\"imgpaddingTop\":0,\"imgpaddingRight\":15,\"imgpaddingBottom\":0,\"imgpaddingLeft\":0,\"overallBorderStyle\":\"none\",\"imgTagHeight\":32,\"imgTagWidth\":150} -->\n<div class=\"wp-block-uagb-testimonial uagb-slick-carousel uagb-tm__arrow-outside uagb-block-c3dc5671 uagb-post__carousel_notset uagb-post__carousel_notset-tablet uagb-post__carousel_notset-mobile\"><div class=\"is-carousel uagb-tm__columns-1 uagb-tm__items\"><div class=\"uagb-testimonial__wrap  uagb-tm__imgicon-style-circle uagb-tm__image-position-bottom uagb-tm__bg-type-none \"><div class=\"uagb-tm__content\"><div class=\"uagb-tm__overlay\"></div><div class=\"uagb-tm__text-wrap\"><div class=\"uagb-tm__desc\">\"Breaking away from city life and coming out to a most wonderful romantic weekend away.  The unit is so comfortable.  Thank you for your great hospitality - we had an awesome time here.  Go well - with love\"​</div><div class=\"uagb-tm__meta-inner\"><div class=\"uagb-tm__image-content\"><div class=\"uagb-tm__image\"><img class=\"uagb-tm-img-src\" src=\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/testimonial4-150x150.jpg\" alt=\"\" width=\"32\" height=\"32\" loading=\"lazy\"/></div></div><div class=\"uagb-testimonial-details\"><span class=\"uagb-tm__author-name\"><strong><strong><strong>Liz &amp; Eddie</strong></strong></strong></span><span class=\"uagb-tm__company\"></span></div></div></div></div></div></div></div>\n<!-- /wp:uagb/testimonial --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"8ac1815f\",\"widthDesktop\":50,\"variationSelected\":true,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-8ac1815f\"><!-- wp:uagb/testimonial {\"test_item_count\":1,\"classMigrate\":true,\"test_block\":[{\"description\":\"\\u0022Judy, what a wonderful place you have here - we were so delighted to spend the weekend here, so tranquil, peaceful, and beautiful. You made us feel right at home. Definitely a place worth 5 stars! Go well.\\u0022​\",\"name\":\"\\u003cstrong\\u003e\\u003cstrong\\u003eBrian\\u003c/strong\\u003e\\u003c/strong\\u003e \\u003cstrong\\u003e\\u003cstrong\\u003e\\u003cstrong\\u003eand \\u003cstrong\\u003eMariska\\u003c/strong\\u003e\\u003c/strong\\u003e\\u003cbr\\u003e\\u003c/strong\\u003e\\u003c/strong\\u003e\",\"company\":\"\",\"image\":{\"id\":120,\"title\":\"testimonial2\",\"filename\":\"testimonial2.jpg\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/testimonial2.jpg\",\"link\":\"https://blueroan.netgen.cloud/testimonial2/\",\"alt\":\"\",\"author\":\"34\",\"description\":\"\",\"caption\":\"\",\"name\":\"testimonial2\",\"status\":\"inherit\",\"uploadedTo\":0,\"date\":\"2021-05-11T05:02:03.000Z\",\"modified\":\"2021-05-11T05:02:03.000Z\",\"menuOrder\":0,\"mime\":\"image/jpeg\",\"type\":\"image\",\"subtype\":\"jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/default.png\",\"dateFormatted\":\"May 11, 2021\",\"nonces\":{\"update\":\"1ee6412858\",\"delete\":\"4414a2ccbf\",\"edit\":\"bde7b1f490\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=120\\u0026action=edit\",\"meta\":false,\"authorName\":\"Rishabh\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/user-edit.php?user_id=34\",\"filesizeInBytes\":10087,\"filesizeHumanReadable\":\"10 KB\",\"context\":\"\",\"height\":250,\"width\":250,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/testimonial2-150x150.jpg\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/testimonial2.jpg\",\"height\":250,\"width\":250,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}}}],\"headingAlign\":\"left\",\"headingAlignTablet\":\"left\",\"headingAlignMobile\":\"left\",\"descColor\":\"var(\\u002d\\u002dast-global-color-3)\",\"nameFontSize\":14,\"nameLineHeight\":1,\"descFontSize\":16,\"descFontWeight\":\"600\",\"nameSpace\":1,\"block_id\":\"042fda2b\",\"iconImage\":{\"url\":\"\",\"alt\":\"InfoBox placeholder img\"},\"imageWidth\":32,\"columnGap\":1,\"borderStyle\":\"\",\"paddingTop\":0,\"paddingBottom\":0,\"paddingLeft\":0,\"paddingRight\":0,\"spacingLink\":true,\"imgpaddingTop\":0,\"imgpaddingRight\":15,\"imgpaddingBottom\":0,\"imgpaddingLeft\":0,\"overallBorderStyle\":\"none\",\"imgTagHeight\":32,\"imgTagWidth\":150} -->\n<div class=\"wp-block-uagb-testimonial uagb-slick-carousel uagb-tm__arrow-outside uagb-block-042fda2b uagb-post__carousel_notset uagb-post__carousel_notset-tablet uagb-post__carousel_notset-mobile\"><div class=\"is-carousel uagb-tm__columns-1 uagb-tm__items\"><div class=\"uagb-testimonial__wrap  uagb-tm__imgicon-style-circle uagb-tm__image-position-bottom uagb-tm__bg-type-none \"><div class=\"uagb-tm__content\"><div class=\"uagb-tm__overlay\"></div><div class=\"uagb-tm__text-wrap\"><div class=\"uagb-tm__desc\">\"Judy, what a wonderful place you have here - we were so delighted to spend the weekend here, so tranquil, peaceful, and beautiful. You made us feel right at home. Definitely a place worth 5 stars! Go well.\"​</div><div class=\"uagb-tm__meta-inner\"><div class=\"uagb-tm__image-content\"><div class=\"uagb-tm__image\"><img class=\"uagb-tm-img-src\" src=\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/testimonial2-150x150.jpg\" alt=\"\" width=\"32\" height=\"32\" loading=\"lazy\"/></div></div><div class=\"uagb-testimonial-details\"><span class=\"uagb-tm__author-name\"><strong><strong>Brian</strong></strong> <strong><strong><strong>and <strong>Mariska</strong></strong><br></strong></strong></span><span class=\"uagb-tm__company\"></span></div></div></div></div></div></div></div>\n<!-- /wp:uagb/testimonial -->\n\n<!-- wp:uagb/testimonial {\"test_item_count\":1,\"classMigrate\":true,\"test_block\":[{\"description\":\"\\u0022Thank you for the most wonderful time, Judy!  This was the most peaceful and perfect place to get engaged!  We will most certainly be back!!!  Your hospitality cannot be topped!\\u0022​\",\"name\":\"\\u003cstrong\\u003e\\u003cstrong\\u003e\\u003cstrong\\u003e\\u003cstrong\\u003eBrett and Kelly\\u003c/strong\\u003e\\u003c/strong\\u003e\\u003c/strong\\u003e\\u003c/strong\\u003e\",\"company\":\"\",\"image\":{\"id\":121,\"title\":\"testimonial3\",\"filename\":\"testimonial3.jpg\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/testimonial3.jpg\",\"link\":\"https://blueroan.netgen.cloud/testimonial3/\",\"alt\":\"\",\"author\":\"34\",\"description\":\"\",\"caption\":\"\",\"name\":\"testimonial3\",\"status\":\"inherit\",\"uploadedTo\":0,\"date\":\"2021-05-11T05:02:05.000Z\",\"modified\":\"2021-05-11T05:02:05.000Z\",\"menuOrder\":0,\"mime\":\"image/jpeg\",\"type\":\"image\",\"subtype\":\"jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/default.png\",\"dateFormatted\":\"May 11, 2021\",\"nonces\":{\"update\":\"290653da5d\",\"delete\":\"90a4fb2d63\",\"edit\":\"ff8a64e56e\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=121\\u0026action=edit\",\"meta\":false,\"authorName\":\"Rishabh\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/user-edit.php?user_id=34\",\"filesizeInBytes\":8748,\"filesizeHumanReadable\":\"9 KB\",\"context\":\"\",\"height\":250,\"width\":250,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/testimonial3-150x150.jpg\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/testimonial3.jpg\",\"height\":250,\"width\":250,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}}}],\"headingAlign\":\"left\",\"headingAlignTablet\":\"left\",\"headingAlignMobile\":\"left\",\"descColor\":\"var(\\u002d\\u002dast-global-color-3)\",\"nameFontSize\":14,\"nameLineHeight\":1,\"descFontSize\":16,\"descFontWeight\":\"600\",\"nameSpace\":1,\"block_id\":\"72abf704\",\"iconImage\":{\"url\":\"\",\"alt\":\"InfoBox placeholder img\"},\"imageWidth\":32,\"columnGap\":1,\"borderStyle\":\"\",\"paddingTop\":0,\"paddingBottom\":0,\"paddingLeft\":0,\"paddingRight\":0,\"spacingLink\":true,\"imgpaddingTop\":0,\"imgpaddingRight\":15,\"imgpaddingBottom\":0,\"imgpaddingLeft\":0,\"overallBorderStyle\":\"none\",\"imgTagHeight\":32,\"imgTagWidth\":150} -->\n<div class=\"wp-block-uagb-testimonial uagb-slick-carousel uagb-tm__arrow-outside uagb-block-72abf704 uagb-post__carousel_notset uagb-post__carousel_notset-tablet uagb-post__carousel_notset-mobile\"><div class=\"is-carousel uagb-tm__columns-1 uagb-tm__items\"><div class=\"uagb-testimonial__wrap  uagb-tm__imgicon-style-circle uagb-tm__image-position-bottom uagb-tm__bg-type-none \"><div class=\"uagb-tm__content\"><div class=\"uagb-tm__overlay\"></div><div class=\"uagb-tm__text-wrap\"><div class=\"uagb-tm__desc\">\"Thank you for the most wonderful time, Judy!  This was the most peaceful and perfect place to get engaged!  We will most certainly be back!!!  Your hospitality cannot be topped!\"​</div><div class=\"uagb-tm__meta-inner\"><div class=\"uagb-tm__image-content\"><div class=\"uagb-tm__image\"><img class=\"uagb-tm-img-src\" src=\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/testimonial3-150x150.jpg\" alt=\"\" width=\"32\" height=\"32\" loading=\"lazy\"/></div></div><div class=\"uagb-testimonial-details\"><span class=\"uagb-tm__author-name\"><strong><strong><strong><strong>Brett and Kelly</strong></strong></strong></strong></span><span class=\"uagb-tm__company\"></span></div></div></div></div></div></div></div>\n<!-- /wp:uagb/testimonial --></div>\n<!-- /wp:uagb/container --></div>\n<!-- /wp:uagb/container --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"bfcf6a51\",\"innerContentCustomWidthDesktop\":781,\"innerContentCustomWidthTablet\":781,\"backgroundType\":\"image\",\"backgroundImageDesktop\":{\"id\":809,\"title\":\"26759994757_767d9794fd_b\",\"filename\":\"26759994757_767d9794fd_b.jpg\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/26759994757_767d9794fd_b.jpg\",\"link\":\"https://blueroan.netgen.cloud/?attachment_id=809\",\"alt\":\"\",\"author\":\"2\",\"description\":\"\",\"caption\":\"\",\"name\":\"26759994757_767d9794fd_b\",\"status\":\"inherit\",\"uploadedTo\":805,\"date\":\"2022-12-13T09:51:53.000Z\",\"modified\":\"2022-12-13T09:51:53.000Z\",\"menuOrder\":0,\"mime\":\"image/jpeg\",\"type\":\"image\",\"subtype\":\"jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-includes/images/media/default.png\",\"dateFormatted\":\"December 13, 2022\",\"nonces\":{\"update\":\"39b5c0eef1\",\"delete\":\"fde92abd83\",\"edit\":\"3923face9e\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=809\\u0026action=edit\",\"meta\":false,\"authorName\":\"Netgen Support\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/profile.php\",\"uploadedToTitle\":\"Magaliesburg\",\"uploadedToLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=805\\u0026action=edit\",\"filesizeInBytes\":143610,\"filesizeHumanReadable\":\"140 KB\",\"context\":\"\",\"height\":683,\"width\":1024,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/26759994757_767d9794fd_b-150x150.jpg\",\"orientation\":\"landscape\"},\"medium\":{\"height\":200,\"width\":300,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/26759994757_767d9794fd_b-300x200.jpg\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/26759994757_767d9794fd_b.jpg\",\"height\":683,\"width\":1024,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"backgroundImageColor\":\"rgba(42,42,42,0.65)\",\"topPaddingDesktop\":144,\"bottomPaddingDesktop\":144,\"leftPaddingDesktop\":40,\"rightPaddingDesktop\":40,\"topPaddingTablet\":80,\"bottomPaddingTablet\":80,\"leftPaddingTablet\":40,\"rightPaddingTablet\":40,\"topPaddingMobile\":64,\"bottomPaddingMobile\":64,\"leftPaddingMobile\":24,\"rightPaddingMobile\":24,\"paddingLink\":false,\"variationSelected\":true,\"isBlockRootParent\":true,\"overlayType\":\"color\"} -->\n<div class=\"wp-block-uagb-container uagb-block-bfcf6a51 alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/advanced-heading {\"block_id\":\"c37da2bc\",\"classMigrate\":true,\"headingDescToggle\":true,\"headingAlign\":\"center\",\"headingColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"subHeadingColor\":\"var(\\u002d\\u002dast-global-color-4)\",\"headSpace\":20} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-c37da2bc\"><h2 class=\"uagb-heading-text\">Plan an Unforgettable Experience at <br>Blue Roan!</h2><p class=\"uagb-desc-text\">Blue Roan is a 4-star graded pet-friendly venue</p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/advanced-heading {\"block_id\":\"c6962cd2\",\"classMigrate\":true,\"headingTitleToggle\":false,\"headingDescToggle\":true,\"headingAlign\":\"center\",\"subHeadingColor\":\"var(\\u002d\\u002dast-global-color-4)\",\"subHeadTransform\":\"uppercase\",\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"subHeadLetterSpacing\":2,\"blockTopPadding\":60,\"blockRightPadding\":0,\"blockLeftPadding\":0,\"blockBottomPadding\":0,\"blockTopPaddingMobile\":30,\"blockRightPaddingMobile\":0,\"blockLeftPaddingMobile\":0,\"blockBottomPaddingMobile\":0} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-c6962cd2\"><p class=\"uagb-desc-text\">BOOK YOUR STAY NOW​</p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/icon-list {\"block_id\":\"f45e967d\",\"classMigrate\":true,\"childMigrate\":true,\"align\":\"center\",\"parentIcon\":\"phone\",\"size\":40,\"sizeMobile\":24,\"sizeTablet\":32,\"fontSize\":48,\"fontSizeMobile\":28,\"fontSizeTablet\":40,\"fontWeight\":\"600\",\"iconColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"labelColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"blockTopPadding\":0,\"blockRightPadding\":0,\"blockLeftPadding\":0,\"blockBottomPadding\":24,\"blockPaddingLink\":false} -->\n<div class=\"wp-block-uagb-icon-list uagb-block-f45e967d\"><div class=\"uagb-icon-list__wrap\"><!-- wp:uagb/icon-list-child {\"block_id\":\"2e020db8\",\"label\":\" + 27 (0) 82 575 5409\",\"label_color\":\"\",\"link\":\"tel:+27825755409\",\"disableLink\":true,\"fromParentIcon\":\"phone\",\"imageSizeChild\":40} -->\n<div class=\"wp-block-uagb-icon-list-child uagb-block-2e020db8\"><a target=\"_self\" aria-label=\" + 27 (0) 82 575 5409\" rel=\"noopener noreferrer\" href=\"tel:+27825755409\"> </a><span class=\"uagb-icon-list__source-wrap\"><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M511.2 387l-23.25 100.8c-3.266 14.25-15.79 24.22-30.46 24.22C205.2 512 0 306.8 0 54.5c0-14.66 9.969-27.2 24.22-30.45l100.8-23.25C139.7-2.602 154.7 5.018 160.8 18.92l46.52 108.5c5.438 12.78 1.77 27.67-8.98 36.45L144.5 207.1c33.98 69.22 90.26 125.5 159.5 159.5l44.08-53.8c8.688-10.78 23.69-14.51 36.47-8.975l108.5 46.51C506.1 357.2 514.6 372.4 511.2 387z\"></path></svg></span><span class=\"uagb-icon-list__label\"> + 27 (0) 82 575 5409</span></div>\n<!-- /wp:uagb/icon-list-child -->\n\n<!-- wp:uagb/icon-list-child {\"block_id\":\"1b860ab8\",\"label\":\"blueroan@ugo.co.za\",\"icon\":\"envelope\",\"label_color\":\"\",\"link\":\"mailto:blueroan@ugo.co.za\",\"disableLink\":true,\"fromParentIcon\":\"phone\",\"imageSizeChild\":40} -->\n<div class=\"wp-block-uagb-icon-list-child uagb-block-1b860ab8\"><a target=\"_self\" aria-label=\"blueroan@ugo.co.za\" rel=\"noopener noreferrer\" href=\"mailto:blueroan@ugo.co.za\"> </a><span class=\"uagb-icon-list__source-wrap\"><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M464 64C490.5 64 512 85.49 512 112C512 127.1 504.9 141.3 492.8 150.4L275.2 313.6C263.8 322.1 248.2 322.1 236.8 313.6L19.2 150.4C7.113 141.3 0 127.1 0 112C0 85.49 21.49 64 48 64H464zM217.6 339.2C240.4 356.3 271.6 356.3 294.4 339.2L512 176V384C512 419.3 483.3 448 448 448H64C28.65 448 0 419.3 0 384V176L217.6 339.2z\"></path></svg></span><span class=\"uagb-icon-list__label\">blueroan@ugo.co.za</span></div>\n<!-- /wp:uagb/icon-list-child --></div></div>\n<!-- /wp:uagb/icon-list --></div></div>\n<!-- /wp:uagb/container -->',	'Home',	'',	'inherit',	'closed',	'closed',	'',	'760-revision-v1',	'',	'',	'2022-12-13 15:07:25',	'2022-12-13 15:07:25',	'',	760,	'https://blueroan.netgen.cloud/?p=915',	0,	'revision',	'',	0),
(916,	2,	'2022-12-13 15:08:00',	'2022-12-13 15:08:00',	'',	'our-family-of-dogs',	'',	'inherit',	'open',	'closed',	'',	'our-family-of-dogs',	'',	'',	'2022-12-13 15:08:00',	'2022-12-13 15:08:00',	'',	760,	'https://blueroan.netgen.cloud/wp-content/uploads/2022/12/our-family-of-dogs.jpg',	0,	'attachment',	'image/jpeg',	0),
(917,	2,	'2022-12-13 15:08:03',	'2022-12-13 15:08:03',	'<!-- wp:uagb/container {\"block_id\":\"e6d7a220\",\"minHeightDesktop\":95,\"minHeightTablet\":70,\"minHeightMobile\":80,\"minHeightType\":\"vh\",\"alignItemsDesktop\":\"flex-start\",\"backgroundType\":\"image\",\"backgroundImageDesktop\":{\"uploading\":false,\"date\":1670921854000,\"filename\":\"Blue-Roan-pool.jpg\",\"menuOrder\":0,\"uploadedTo\":760,\"type\":\"image\",\"subtype\":\"jpeg\",\"id\":784,\"title\":\"Blue Roan - pool\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Blue-Roan-pool.jpg\",\"link\":\"https://blueroan.netgen.cloud/home/blue-roan-pool/\",\"alt\":\"\",\"author\":\"2\",\"description\":\"\",\"caption\":\"\",\"name\":\"blue-roan-pool\",\"status\":\"inherit\",\"modified\":1670921854000,\"mime\":\"image/jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-includes/images/media/default.png\",\"dateFormatted\":\"December 13, 2022\",\"nonces\":{\"update\":\"51a12ed09e\",\"delete\":\"5174068551\",\"edit\":\"1de0721407\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=784\\u0026action=edit\",\"meta\":false,\"authorName\":\"Netgen Support\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/profile.php\",\"uploadedToTitle\":\"Home\",\"uploadedToLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=760\\u0026action=edit\",\"filesizeInBytes\":154801,\"filesizeHumanReadable\":\"151 KB\",\"context\":\"\",\"height\":667,\"width\":1000,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Blue-Roan-pool-150x150.jpg\",\"orientation\":\"landscape\"},\"medium\":{\"height\":200,\"width\":300,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Blue-Roan-pool-300x200.jpg\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Blue-Roan-pool.jpg\",\"height\":667,\"width\":1000,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"backgroundPositionDesktop\":{\"x\":0.5,\"y\":0.25},\"backgroundImageColor\":\"rgba(42,42,42,0.35)\",\"topPaddingDesktop\":0,\"bottomPaddingDesktop\":0,\"leftPaddingDesktop\":40,\"rightPaddingDesktop\":40,\"topPaddingTablet\":120,\"bottomPaddingTablet\":120,\"leftPaddingTablet\":40,\"rightPaddingTablet\":40,\"topPaddingMobile\":150,\"bottomPaddingMobile\":150,\"leftPaddingMobile\":20,\"rightPaddingMobile\":20,\"paddingLink\":false,\"variationSelected\":true,\"isBlockRootParent\":true,\"overlayType\":\"color\",\"minHeightTypeTablet\":\"vh\",\"minHeightTypeMobile\":\"vh\"} -->\n<div class=\"wp-block-uagb-container uagb-block-e6d7a220 alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/info-box {\"classMigrate\":true,\"headingAlign\":\"left\",\"headingColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"subHeadingColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"headingTag\":\"h1\",\"subHeadFontSize\":17,\"subHeadFontSizeMobile\":15,\"headSpace\":20,\"subHeadSpace\":40,\"block_id\":\"9216d831\",\"ctaIcon\":\"\",\"ctaType\":\"button\",\"ctaText\":\"Book Your Stay Now\",\"ctaLink\":\"#\",\"ctaBtnLinkColor\":\"var(\\u002d\\u002dast-global-color-2)\",\"ctaLinkHoverColor\":\"var(\\u002d\\u002dast-global-color-2)\",\"ctaBgColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"ctaBgHoverColor\":\"var(\\u002d\\u002dast-global-color-4)\",\"ctaBorderColor\":\"\",\"ctaBorderStyle\":\"\",\"ctaBorderWidth\":\"\",\"ctaBorderRadius\":\"\",\"iconImage\":{\"url\":\"\",\"alt\":\"InfoBox placeholder img\"},\"showIcon\":false,\"paddingBtnTop\":18,\"paddingBtnBottom\":18,\"paddingBtnLeft\":34,\"paddingBtnRight\":34,\"blockTopPadding\":0,\"blockRightPadding\":40,\"blockLeftPadding\":0,\"blockBottomPadding\":0,\"blockTopPaddingTablet\":0,\"blockRightPaddingTablet\":64,\"blockLeftPaddingTablet\":0,\"blockBottomPaddingTablet\":0,\"blockTopPaddingMobile\":0,\"blockRightPaddingMobile\":0,\"blockLeftPaddingMobile\":0,\"blockBottomPaddingMobile\":0,\"blockPaddingUnit\":\"%\",\"blockPaddingLink\":false,\"subHeadMarginTopTablet\":0,\"subHeadMarginRightTablet\":64,\"subHeadTabletSpace\":40,\"subHeadMarginLeftTablet\":0,\"subHeadMarginTopMobile\":0,\"subHeadMarginRightMobile\":0,\"subHeadMobileSpace\":40,\"subHeadMarginLeftMobile\":0,\"btnBorderTopWidth\":1,\"btnBorderLeftWidth\":1,\"btnBorderRightWidth\":1,\"btnBorderBottomWidth\":1,\"btnBorderTopLeftRadius\":0,\"btnBorderTopRightRadius\":0,\"btnBorderBottomLeftRadius\":0,\"btnBorderBottomRightRadius\":0,\"btnBorderStyle\":\"none\",\"btnBorderColor\":\"#333\"} -->\n<div class=\"wp-block-uagb-info-box uagb-block-9216d831 uagb-infobox__content-wrap  uagb-infobox-icon-above-title uagb-infobox-image-valign-top\"><div class=\"uagb-ifb-content\"><div class=\"uagb-ifb-title-wrap\"><h1 class=\"uagb-ifb-title\"><strong>Magaliesburg pet friendly self-catering accommodation</strong></h1></div><p class=\"uagb-ifb-desc\">Romantic pet-friendly self-catering accommodation in Magaliesburg, Gauteng.</p><div class=\"uagb-ifb-button-wrapper wp-block-button\"><a href=\"#\" class=\"uagb-infobox-cta-link wp-block-button__link\" target=\"_self\" rel=\"noopener noreferrer\" alt=\"\"><span class=\"uagb-inline-editing\">Book Your Stay Now</span></a></div></div></div>\n<!-- /wp:uagb/info-box --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"46fbfbae\",\"directionDesktop\":\"row\",\"directionMobile\":\"column-reverse\",\"alignItemsDesktop\":\"flex-start\",\"backgroundType\":\"color\",\"backgroundSizeTablet\":\"cover\",\"backgroundSizeMobile\":\"cover\",\"backgroundColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"topPaddingDesktop\":60,\"bottomPaddingDesktop\":60,\"topPaddingTablet\":80,\"bottomPaddingTablet\":80,\"leftPaddingTablet\":40,\"rightPaddingTablet\":40,\"topPaddingMobile\":64,\"bottomPaddingMobile\":64,\"leftPaddingMobile\":24,\"rightPaddingMobile\":24,\"paddingLink\":false,\"variationSelected\":true,\"columnGapDesktop\":60,\"columnGapTablet\":50,\"isBlockRootParent\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-46fbfbae alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/container {\"block_id\":\"139c2d82\",\"widthDesktop\":50,\"variationSelected\":true,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-139c2d82\"><!-- wp:image {\"id\":797,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-13.jpg\" alt=\"\" class=\"wp-image-797\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The Blue Roan Country Lodge is situated just 5 minutes from the village of Magaliesburg on a tar road so easy access for all cars. &nbsp;We have panoramic views of the Magaliesberg mountain range and our farm is the perfect place for a relaxing getaway in the country. &nbsp;As we are only 70 km from JHB and Pretoria, it is only an hour’s drive.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:buttons -->\n<div class=\"wp-block-buttons\"><!-- wp:button -->\n<div class=\"wp-block-button\"><a class=\"wp-block-button__link wp-element-button\" href=\"/accommodation/\">View accomodation</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"5ad16d64\",\"widthDesktop\":50,\"leftPaddingDesktop\":0,\"paddingLink\":false,\"variationSelected\":true,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-5ad16d64\"><!-- wp:uagb/advanced-heading {\"block_id\":\"30f96cf2\",\"classMigrate\":true,\"headingDescToggle\":true,\"subHeadingColor\":\"\",\"headSpace\":20,\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-30f96cf2\"><h2 class=\"uagb-heading-text\"><strong>Blue Roan is a 4-star graded pet-friendly venue</strong></h2><p class=\"uagb-desc-text\">Our goal is to provide high-quality, romantic, comfortable, and affordable self-catering accommodation on the outskirts of the village of &nbsp;Magaliesburg. &nbsp;For animal lovers, we are also&nbsp;pet-friendly&nbsp;by arrangement in most of the units all of which have their own fully fenced and gated private grassy gardens.</p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/image {\"block_id\":\"33fe2bfa\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/hammock-in-the-garden.jpg\",\"align\":\"left\",\"id\":799,\"linkDestination\":\"none\",\"naturalWidth\":600,\"naturalHeight\":400,\"sizeSlug\":\"full\",\"sizeSlugTablet\":\"full\",\"sizeSlugMobile\":\"full\",\"imageTopMargin\":20,\"imageRightMargin\":0,\"imageLeftMargin\":0,\"imageBottomMargin\":0,\"imageTopMarginMobile\":0,\"imageRightMarginMobile\":0,\"imageLeftMarginMobile\":0,\"imageBottomMarginMobile\":0,\"imageMarginLink\":false} -->\n<div class=\"wp-block-uagb-image uagb-block-33fe2bfa wp-block-uagb-image--layout-default wp-block-uagb-image--effect-static wp-block-uagb-image--align-left\"><figure class=\"wp-block-uagb-image__figure\"><img srcset=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/hammock-in-the-garden.jpg \" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/hammock-in-the-garden.jpg\" alt=\"\" class=\"uag-image-799\" width=\"\" height=\"\" title=\"\" loading=\"lazy\"/></figure></div>\n<!-- /wp:uagb/image --></div>\n<!-- /wp:uagb/container --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"9caf708f\",\"directionDesktop\":\"row\",\"directionMobile\":\"column-reverse\",\"alignItemsDesktop\":\"flex-start\",\"backgroundType\":\"color\",\"backgroundSizeTablet\":\"cover\",\"backgroundSizeMobile\":\"cover\",\"backgroundColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"topPaddingDesktop\":0,\"bottomPaddingDesktop\":0,\"topPaddingTablet\":80,\"bottomPaddingTablet\":80,\"leftPaddingTablet\":40,\"rightPaddingTablet\":40,\"topPaddingMobile\":64,\"bottomPaddingMobile\":64,\"leftPaddingMobile\":24,\"rightPaddingMobile\":24,\"paddingLink\":false,\"variationSelected\":true,\"rowGapDesktop\":0,\"columnGapDesktop\":0,\"columnGapTablet\":50,\"isBlockRootParent\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-9caf708f alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:image {\"align\":\"center\",\"id\":794,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image aligncenter size-full\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/210-2108726_too-great-for-us-tourism-grading-council-of-south-5.png\" alt=\"\" class=\"wp-image-794\"/></figure>\n<!-- /wp:image --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"ea33a643\",\"backgroundType\":\"color\",\"backgroundSizeTablet\":\"cover\",\"backgroundSizeMobile\":\"cover\",\"backgroundColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"topPaddingDesktop\":50,\"bottomPaddingDesktop\":100,\"topPaddingTablet\":50,\"bottomPaddingTablet\":25,\"leftPaddingTablet\":20,\"rightPaddingTablet\":20,\"topPaddingMobile\":50,\"bottomPaddingMobile\":20,\"leftPaddingMobile\":20,\"rightPaddingMobile\":20,\"paddingLink\":false,\"variationSelected\":true,\"rowGapDesktop\":0,\"isBlockRootParent\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-ea33a643 alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/container {\"block_id\":\"3cb17075\",\"directionDesktop\":\"row\",\"alignItemsDesktop\":\"flex-end\",\"alignItemsTablet\":\"flex-end\",\"justifyContentDesktop\":\"flex-end\",\"justifyContentTablet\":\"space-between\",\"variationSelected\":true,\"rowGapMobile\":30,\"columnGapDesktop\":0} -->\n<div class=\"wp-block-uagb-container uagb-block-3cb17075\"><!-- wp:uagb/advanced-heading {\"block_id\":\"6b380922\",\"classMigrate\":true,\"headingDescToggle\":true,\"subHeadingColor\":\"\",\"headSpace\":20,\"subHeadFontSize\":16} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-6b380922\"><h2 class=\"uagb-heading-text\">Amenities &amp; Interests ​</h2><p class=\"uagb-desc-text\">We have 7 lovely brick&nbsp;<strong>self-catering</strong>&nbsp;units, each one private and with its own character and theme. &nbsp;They are designed exclusively for couples with or without pets wanting a romantic and peaceful place to connect, re-connect, celebrate special occasions, or somewhere quiet and comfortable to come for a holiday</p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/buttons {\"block_id\":\"4caf754d\",\"classMigrate\":true,\"childMigrate\":true,\"align\":\"right\",\"alignTablet\":\"right\",\"alignMobile\":\"left\",\"gap\":0} -->\n<div class=\"wp-block-uagb-buttons uagb-buttons__outer-wrap uagb-btn__default-btn uagb-btn-tablet__default-btn uagb-btn-mobile__default-btn uagb-block-4caf754d\"><div class=\"uagb-buttons__wrap uagb-buttons-layout-wrap\"><!-- wp:uagb/buttons-child {\"block_id\":\"129a8dac\",\"label\":\"View All\",\"link\":\"#\",\"hColor\":\"\",\"borderWidth\":\"\",\"borderRadius\":\"\",\"borderStyle\":\"\",\"borderColor\":\"\",\"borderHColor\":\"\",\"btnBorderTopWidth\":1,\"btnBorderLeftWidth\":1,\"btnBorderRightWidth\":1,\"btnBorderBottomWidth\":1,\"btnBorderTopLeftRadius\":2,\"btnBorderTopRightRadius\":2,\"btnBorderBottomLeftRadius\":2,\"btnBorderBottomRightRadius\":2,\"btnBorderStyle\":\"solid\",\"btnBorderColor\":\"#333\",\"btnBorderHColor\":\"#333\"} -->\n<div class=\"wp-block-uagb-buttons-child uagb-buttons__outer-wrap uagb-block-129a8dac wp-block-button is-style-outline\"><div class=\"uagb-button__wrapper\"><a class=\"uagb-buttons-repeater wp-block-button__link\" href=\"#\" rel=\"follow noopener\" target=\"_self\"><div class=\"uagb-button__link\">View All</div></a></div></div>\n<!-- /wp:uagb/buttons-child --></div></div>\n<!-- /wp:uagb/buttons --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"0214c477\",\"directionDesktop\":\"row\",\"alignItemsTablet\":\"flex-start\",\"paddingLink\":false,\"topMarginDesktop\":50,\"bottomMarginDesktop\":20,\"leftMarginDesktop\":0,\"rightMarginDesktop\":0,\"marginLink\":false,\"variationSelected\":true,\"rowGapMobile\":65,\"columnGapDesktop\":48,\"columnGapTablet\":20} -->\n<div class=\"wp-block-uagb-container uagb-block-0214c477\"><!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"align\":\"center\",\"id\":828,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image aligncenter size-full\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Blue-Roan-pool.png\" alt=\"Blue Roan\'s rock pool\" class=\"wp-image-828\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>A relaxing rock Pool​</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>We have a lovely sparkling blue rock pool next to a thatched Lapa. &nbsp;&nbsp;Lie on recliners on the green lawn or sit on the swing chair in the Lapa and enjoy the panoramic view of the Magaliesberg mountain range.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":829,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/img-20160605-wa0002-largejpg.png\" alt=\"\" class=\"wp-image-829\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>Braai facilities </h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>What can compare to a burning fire under the star-lit African sky? Nothing beats the flavor of cooking over an open flame.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":830,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/ef9d0188da11e2bc56788f5619d9d539.png\" alt=\"\" class=\"wp-image-830\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>A games room </h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>The reception is also a games room for those who enjoy darts or playing pool. &nbsp;Take a selection of DVDs back to your room and watch movies on your own DVD player. &nbsp;There is also a selection of board games and music CDs that you can borrow.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div>\n<!-- /wp:uagb/container --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"a4404368\",\"backgroundType\":\"color\",\"backgroundSizeTablet\":\"cover\",\"backgroundSizeMobile\":\"cover\",\"backgroundColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"bottomPaddingDesktop\":104,\"leftPaddingDesktop\":40,\"rightPaddingDesktop\":40,\"topPaddingTablet\":80,\"bottomPaddingTablet\":80,\"leftPaddingTablet\":40,\"rightPaddingTablet\":40,\"topPaddingMobile\":64,\"bottomPaddingMobile\":64,\"leftPaddingMobile\":24,\"rightPaddingMobile\":24,\"paddingLink\":false,\"variationSelected\":true,\"rowGapDesktop\":0,\"isBlockRootParent\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-a4404368 alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/advanced-heading {\"block_id\":\"1db8ccf8\",\"classMigrate\":true,\"headingDescToggle\":true,\"headingAlign\":\"center\",\"headingAlignMobile\":\"left\",\"subHeadingColor\":\"\",\"headSpace\":20,\"subHeadFontSize\":16,\"blockBottomPadding\":20} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-1db8ccf8\"><h2 class=\"uagb-heading-text\">Our Inside Pictures​</h2><p class=\"uagb-desc-text\">Take a look at some pretty pictures captured in and around our premises.</p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/container {\"block_id\":\"2a35a437\",\"directionDesktop\":\"row\",\"alignItemsDesktop\":\"flex-start\",\"topMarginDesktop\":20,\"bottomMarginDesktop\":0,\"leftMarginDesktop\":0,\"rightMarginDesktop\":0,\"marginLink\":false,\"variationSelected\":true,\"rowGapMobile\":24,\"columnGapDesktop\":24,\"columnGapTablet\":20} -->\n<div class=\"wp-block-uagb-container uagb-block-2a35a437\"><!-- wp:uagb/container {\"block_id\":\"32fcf6a2\",\"widthDesktop\":32,\"variationSelected\":true,\"rowGapDesktop\":24,\"rowGapTablet\":20,\"rowGapMobile\":24,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-32fcf6a2\"><!-- wp:uagb/image {\"block_id\":\"11a20a49\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/red-rose-1024x683.jpg\",\"id\":834,\"linkDestination\":\"none\",\"naturalWidth\":1024,\"naturalHeight\":683,\"sizeSlug\":\"large\",\"sizeSlugTablet\":\"large\",\"sizeSlugMobile\":\"large\"} -->\n<div class=\"wp-block-uagb-image uagb-block-11a20a49 wp-block-uagb-image--layout-default wp-block-uagb-image--effect-static wp-block-uagb-image--align-none\"><figure class=\"wp-block-uagb-image__figure\"><img srcset=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/red-rose-1024x683.jpg \" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/red-rose-1024x683.jpg\" alt=\"\" class=\"uag-image-834\" width=\"\" height=\"\" title=\"\" loading=\"lazy\"/></figure></div>\n<!-- /wp:uagb/image -->\n\n<!-- wp:uagb/image {\"block_id\":\"24dc2fb0\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/bird-1024x683.png\",\"id\":914,\"linkDestination\":\"none\",\"naturalWidth\":1024,\"naturalHeight\":683,\"sizeSlug\":\"large\",\"sizeSlugTablet\":\"large\",\"sizeSlugMobile\":\"large\"} -->\n<div class=\"wp-block-uagb-image uagb-block-24dc2fb0 wp-block-uagb-image--layout-default wp-block-uagb-image--effect-static wp-block-uagb-image--align-none\"><figure class=\"wp-block-uagb-image__figure\"><img srcset=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/bird-1024x683.png \" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/bird-1024x683.png\" alt=\"\" class=\"uag-image-914\" width=\"\" height=\"\" title=\"\" loading=\"lazy\"/></figure></div>\n<!-- /wp:uagb/image --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"d7feacae\",\"widthDesktop\":67,\"variationSelected\":true,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-d7feacae\"><!-- wp:uagb/image {\"block_id\":\"3d204c3f\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/our-family-of-dogs.jpg\",\"id\":916,\"linkDestination\":\"none\",\"widthTablet\":780,\"heightTablet\":0,\"naturalWidth\":600,\"naturalHeight\":400,\"sizeSlug\":\"full\",\"sizeSlugTablet\":\"full\",\"sizeSlugMobile\":\"full\",\"customHeightSetDesktop\":true} -->\n<div class=\"wp-block-uagb-image uagb-block-3d204c3f wp-block-uagb-image--layout-default wp-block-uagb-image--effect-static wp-block-uagb-image--align-none\"><figure class=\"wp-block-uagb-image__figure\"><img srcset=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/our-family-of-dogs.jpg \" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/our-family-of-dogs.jpg\" alt=\"\" class=\"uag-image-916\" title=\"\" loading=\"lazy\"/></figure></div>\n<!-- /wp:uagb/image --></div>\n<!-- /wp:uagb/container --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"51f5643e\",\"directionDesktop\":\"row\",\"alignItemsDesktop\":\"flex-start\",\"topMarginDesktop\":24,\"bottomMarginDesktop\":0,\"leftMarginDesktop\":0,\"rightMarginDesktop\":0,\"topMarginTablet\":20,\"bottomMarginTablet\":0,\"leftMarginTablet\":0,\"rightMarginTablet\":0,\"topMarginMobile\":24,\"bottomMarginMobile\":0,\"leftMarginMobile\":0,\"rightMarginMobile\":0,\"marginLink\":false,\"variationSelected\":true,\"columnGapDesktop\":24,\"columnGapTablet\":20} -->\n<div class=\"wp-block-uagb-container uagb-block-51f5643e\"><!-- wp:uagb/container {\"block_id\":\"76cf43a3\",\"widthDesktop\":67,\"variationSelected\":true,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-76cf43a3\"><!-- wp:uagb/image {\"block_id\":\"2a7c79cb\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-8-1024x678.jpg\",\"id\":837,\"linkDestination\":\"none\",\"naturalWidth\":1024,\"naturalHeight\":678,\"sizeSlug\":\"large\",\"sizeSlugTablet\":\"large\",\"sizeSlugMobile\":\"large\",\"customHeightSetDesktop\":true} -->\n<div class=\"wp-block-uagb-image uagb-block-2a7c79cb wp-block-uagb-image--layout-default wp-block-uagb-image--effect-static wp-block-uagb-image--align-none\"><figure class=\"wp-block-uagb-image__figure\"><img srcset=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-8-1024x678.jpg \" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-8-1024x678.jpg\" alt=\"\" class=\"uag-image-837\" width=\"\" height=\"\" title=\"\" loading=\"lazy\"/></figure></div>\n<!-- /wp:uagb/image --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"bd339a0e\",\"widthDesktop\":32,\"variationSelected\":true,\"rowGapDesktop\":24,\"rowGapTablet\":20,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-bd339a0e\"><!-- wp:uagb/image {\"block_id\":\"214eba0e\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/49g.jpg\",\"id\":838,\"linkDestination\":\"none\",\"naturalWidth\":650,\"naturalHeight\":450,\"sizeSlug\":\"full\",\"sizeSlugTablet\":\"full\",\"sizeSlugMobile\":\"full\"} -->\n<div class=\"wp-block-uagb-image uagb-block-214eba0e wp-block-uagb-image--layout-default wp-block-uagb-image--effect-static wp-block-uagb-image--align-none\"><figure class=\"wp-block-uagb-image__figure\"><img srcset=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/49g.jpg \" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/49g.jpg\" alt=\"\" class=\"uag-image-838\" width=\"\" height=\"\" title=\"\" loading=\"lazy\"/></figure></div>\n<!-- /wp:uagb/image -->\n\n<!-- wp:uagb/image {\"block_id\":\"3cbad6f1\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-country-lodge-1-1024x576.jpg\",\"id\":839,\"linkDestination\":\"none\",\"naturalWidth\":1024,\"naturalHeight\":576,\"sizeSlug\":\"large\",\"sizeSlugTablet\":\"large\",\"sizeSlugMobile\":\"large\"} -->\n<div class=\"wp-block-uagb-image uagb-block-3cbad6f1 wp-block-uagb-image--layout-default wp-block-uagb-image--effect-static wp-block-uagb-image--align-none\"><figure class=\"wp-block-uagb-image__figure\"><img srcset=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-country-lodge-1-1024x576.jpg \" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-country-lodge-1-1024x576.jpg\" alt=\"\" class=\"uag-image-839\" width=\"\" height=\"\" title=\"\" loading=\"lazy\"/></figure></div>\n<!-- /wp:uagb/image --></div>\n<!-- /wp:uagb/container --></div>\n<!-- /wp:uagb/container --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"d19b7119\",\"backgroundType\":\"color\",\"backgroundSizeTablet\":\"cover\",\"backgroundSizeMobile\":\"cover\",\"backgroundColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"topPaddingDesktop\":40,\"bottomPaddingDesktop\":104,\"leftPaddingDesktop\":40,\"rightPaddingDesktop\":40,\"topPaddingTablet\":80,\"bottomPaddingTablet\":80,\"leftPaddingTablet\":40,\"rightPaddingTablet\":40,\"topPaddingMobile\":64,\"bottomPaddingMobile\":64,\"leftPaddingMobile\":24,\"rightPaddingMobile\":24,\"paddingLink\":false,\"variationSelected\":true,\"rowGapDesktop\":0,\"isBlockRootParent\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-d19b7119 alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/advanced-heading {\"block_id\":\"fc5802ab\",\"classMigrate\":true,\"headingDescToggle\":true,\"headingAlign\":\"center\",\"headingAlignMobile\":\"left\",\"subHeadingColor\":\"\",\"headSpace\":20,\"subHeadFontSize\":16,\"blockBottomPadding\":20} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-fc5802ab\"><h2 class=\"uagb-heading-text\">What Our Guests Say​</h2><p class=\"uagb-desc-text\">We take pride in serving our guests the best experience. </p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/container {\"block_id\":\"145c8f51\",\"directionDesktop\":\"row\",\"topMarginDesktop\":40,\"bottomMarginDesktop\":0,\"leftMarginDesktop\":0,\"rightMarginDesktop\":0,\"marginLink\":false,\"variationSelected\":true,\"rowGapMobile\":40,\"columnGapDesktop\":90} -->\n<div class=\"wp-block-uagb-container uagb-block-145c8f51\"><!-- wp:uagb/container {\"block_id\":\"4cd0a740\",\"widthDesktop\":50,\"variationSelected\":true,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-4cd0a740\"><!-- wp:uagb/testimonial {\"test_item_count\":1,\"classMigrate\":true,\"test_block\":[{\"description\":\"\\u0022Thank you for a most enjoyable weekend stay and for making our anniversary so special.  Thank you for your kind and lovely friendship which we really appreciate!!!\\u0022​\",\"name\":\"\\u003cstrong\\u003eBrenda and Theuns\\u003c/strong\\u003e\",\"company\":\"\",\"image\":{\"id\":119,\"title\":\"testimonial1\",\"filename\":\"testimonial1.jpg\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/testimonial1.jpg\",\"link\":\"https://blueroan.netgen.cloud/testimonial1/\",\"alt\":\"\",\"author\":\"34\",\"description\":\"\",\"caption\":\"\",\"name\":\"testimonial1\",\"status\":\"inherit\",\"uploadedTo\":0,\"date\":\"2021-05-11T05:02:02.000Z\",\"modified\":\"2021-05-11T05:02:02.000Z\",\"menuOrder\":0,\"mime\":\"image/jpeg\",\"type\":\"image\",\"subtype\":\"jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/default.png\",\"dateFormatted\":\"May 11, 2021\",\"nonces\":{\"update\":\"b92fe40c3d\",\"delete\":\"643c1eb8f1\",\"edit\":\"d3e7d56b1d\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=119\\u0026action=edit\",\"meta\":false,\"authorName\":\"Rishabh\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/user-edit.php?user_id=34\",\"filesizeInBytes\":11264,\"filesizeHumanReadable\":\"11 KB\",\"context\":\"\",\"height\":250,\"width\":250,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/testimonial1-150x150.jpg\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/testimonial1.jpg\",\"height\":250,\"width\":250,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}}}],\"headingAlign\":\"left\",\"headingAlignTablet\":\"left\",\"headingAlignMobile\":\"left\",\"descColor\":\"var(\\u002d\\u002dast-global-color-3)\",\"nameFontSize\":14,\"nameLineHeight\":1,\"descFontSize\":16,\"descFontWeight\":\"600\",\"nameSpace\":1,\"block_id\":\"c2ebb81b\",\"iconImage\":{\"url\":\"\",\"alt\":\"InfoBox placeholder img\"},\"imageWidth\":32,\"columnGap\":1,\"borderStyle\":\"\",\"paddingTop\":0,\"paddingBottom\":0,\"paddingLeft\":0,\"paddingRight\":0,\"spacingLink\":true,\"imgpaddingTop\":0,\"imgpaddingRight\":15,\"imgpaddingBottom\":0,\"imgpaddingLeft\":0,\"overallBorderStyle\":\"none\",\"imgTagHeight\":32,\"imgTagWidth\":150} -->\n<div class=\"wp-block-uagb-testimonial uagb-slick-carousel uagb-tm__arrow-outside uagb-block-c2ebb81b uagb-post__carousel_notset uagb-post__carousel_notset-tablet uagb-post__carousel_notset-mobile\"><div class=\"is-carousel uagb-tm__columns-1 uagb-tm__items\"><div class=\"uagb-testimonial__wrap  uagb-tm__imgicon-style-circle uagb-tm__image-position-bottom uagb-tm__bg-type-none \"><div class=\"uagb-tm__content\"><div class=\"uagb-tm__overlay\"></div><div class=\"uagb-tm__text-wrap\"><div class=\"uagb-tm__desc\">\"Thank you for a most enjoyable weekend stay and for making our anniversary so special.  Thank you for your kind and lovely friendship which we really appreciate!!!\"​</div><div class=\"uagb-tm__meta-inner\"><div class=\"uagb-tm__image-content\"><div class=\"uagb-tm__image\"><img class=\"uagb-tm-img-src\" src=\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/testimonial1-150x150.jpg\" alt=\"\" width=\"32\" height=\"32\" loading=\"lazy\"/></div></div><div class=\"uagb-testimonial-details\"><span class=\"uagb-tm__author-name\"><strong>Brenda and Theuns</strong></span><span class=\"uagb-tm__company\"></span></div></div></div></div></div></div></div>\n<!-- /wp:uagb/testimonial -->\n\n<!-- wp:uagb/testimonial {\"test_item_count\":1,\"classMigrate\":true,\"test_block\":[{\"description\":\"\\u0022Breaking away from city life and coming out to a most wonderful romantic weekend away.  The unit is so comfortable.  Thank you for your great hospitality - we had an awesome time here.  Go well - with love\\u0022​\",\"name\":\"\\u003cstrong\\u003e\\u003cstrong\\u003e\\u003cstrong\\u003eLiz \\u0026amp; Eddie\\u003c/strong\\u003e\\u003c/strong\\u003e\\u003c/strong\\u003e\",\"company\":\"\",\"image\":{\"id\":122,\"title\":\"testimonial4\",\"filename\":\"testimonial4.jpg\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/testimonial4.jpg\",\"link\":\"https://blueroan.netgen.cloud/testimonial4/\",\"alt\":\"\",\"author\":\"34\",\"description\":\"\",\"caption\":\"\",\"name\":\"testimonial4\",\"status\":\"inherit\",\"uploadedTo\":0,\"date\":\"2021-05-11T05:02:06.000Z\",\"modified\":\"2021-05-11T05:02:06.000Z\",\"menuOrder\":0,\"mime\":\"image/jpeg\",\"type\":\"image\",\"subtype\":\"jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/default.png\",\"dateFormatted\":\"May 11, 2021\",\"nonces\":{\"update\":\"4e34860add\",\"delete\":\"9e126a55cd\",\"edit\":\"33ffd3c040\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=122\\u0026action=edit\",\"meta\":false,\"authorName\":\"Rishabh\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/user-edit.php?user_id=34\",\"filesizeInBytes\":16584,\"filesizeHumanReadable\":\"16 KB\",\"context\":\"\",\"height\":250,\"width\":250,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/testimonial4-150x150.jpg\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/testimonial4.jpg\",\"height\":250,\"width\":250,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}}}],\"headingAlign\":\"left\",\"headingAlignTablet\":\"left\",\"headingAlignMobile\":\"left\",\"descColor\":\"var(\\u002d\\u002dast-global-color-3)\",\"nameFontSize\":14,\"nameLineHeight\":1,\"descFontSize\":16,\"descFontWeight\":\"600\",\"nameSpace\":1,\"block_id\":\"98e59712\",\"iconImage\":{\"url\":\"\",\"alt\":\"InfoBox placeholder img\"},\"imageWidth\":32,\"columnGap\":1,\"borderStyle\":\"\",\"paddingTop\":0,\"paddingBottom\":0,\"paddingLeft\":0,\"paddingRight\":0,\"spacingLink\":true,\"imgpaddingTop\":0,\"imgpaddingRight\":15,\"imgpaddingBottom\":0,\"imgpaddingLeft\":0,\"overallBorderStyle\":\"none\",\"imgTagHeight\":32,\"imgTagWidth\":150} -->\n<div class=\"wp-block-uagb-testimonial uagb-slick-carousel uagb-tm__arrow-outside uagb-block-98e59712 uagb-post__carousel_notset uagb-post__carousel_notset-tablet uagb-post__carousel_notset-mobile\"><div class=\"is-carousel uagb-tm__columns-1 uagb-tm__items\"><div class=\"uagb-testimonial__wrap  uagb-tm__imgicon-style-circle uagb-tm__image-position-bottom uagb-tm__bg-type-none \"><div class=\"uagb-tm__content\"><div class=\"uagb-tm__overlay\"></div><div class=\"uagb-tm__text-wrap\"><div class=\"uagb-tm__desc\">\"Breaking away from city life and coming out to a most wonderful romantic weekend away.  The unit is so comfortable.  Thank you for your great hospitality - we had an awesome time here.  Go well - with love\"​</div><div class=\"uagb-tm__meta-inner\"><div class=\"uagb-tm__image-content\"><div class=\"uagb-tm__image\"><img class=\"uagb-tm-img-src\" src=\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/testimonial4-150x150.jpg\" alt=\"\" width=\"32\" height=\"32\" loading=\"lazy\"/></div></div><div class=\"uagb-testimonial-details\"><span class=\"uagb-tm__author-name\"><strong><strong><strong>Liz &amp; Eddie</strong></strong></strong></span><span class=\"uagb-tm__company\"></span></div></div></div></div></div></div></div>\n<!-- /wp:uagb/testimonial --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"b142aa36\",\"widthDesktop\":50,\"variationSelected\":true,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-b142aa36\"><!-- wp:uagb/testimonial {\"test_item_count\":1,\"classMigrate\":true,\"test_block\":[{\"description\":\"\\u0022Judy, what a wonderful place you have here - we were so delighted to spend the weekend here, so tranquil, peaceful, and beautiful. You made us feel right at home. Definitely a place worth 5 stars! Go well.\\u0022​\",\"name\":\"\\u003cstrong\\u003e\\u003cstrong\\u003eBrian\\u003c/strong\\u003e\\u003c/strong\\u003e \\u003cstrong\\u003e\\u003cstrong\\u003e\\u003cstrong\\u003eand \\u003cstrong\\u003eMariska\\u003c/strong\\u003e\\u003c/strong\\u003e\\u003cbr\\u003e\\u003c/strong\\u003e\\u003c/strong\\u003e\",\"company\":\"\",\"image\":{\"id\":120,\"title\":\"testimonial2\",\"filename\":\"testimonial2.jpg\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/testimonial2.jpg\",\"link\":\"https://blueroan.netgen.cloud/testimonial2/\",\"alt\":\"\",\"author\":\"34\",\"description\":\"\",\"caption\":\"\",\"name\":\"testimonial2\",\"status\":\"inherit\",\"uploadedTo\":0,\"date\":\"2021-05-11T05:02:03.000Z\",\"modified\":\"2021-05-11T05:02:03.000Z\",\"menuOrder\":0,\"mime\":\"image/jpeg\",\"type\":\"image\",\"subtype\":\"jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/default.png\",\"dateFormatted\":\"May 11, 2021\",\"nonces\":{\"update\":\"1ee6412858\",\"delete\":\"4414a2ccbf\",\"edit\":\"bde7b1f490\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=120\\u0026action=edit\",\"meta\":false,\"authorName\":\"Rishabh\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/user-edit.php?user_id=34\",\"filesizeInBytes\":10087,\"filesizeHumanReadable\":\"10 KB\",\"context\":\"\",\"height\":250,\"width\":250,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/testimonial2-150x150.jpg\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/testimonial2.jpg\",\"height\":250,\"width\":250,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}}}],\"headingAlign\":\"left\",\"headingAlignTablet\":\"left\",\"headingAlignMobile\":\"left\",\"descColor\":\"var(\\u002d\\u002dast-global-color-3)\",\"nameFontSize\":14,\"nameLineHeight\":1,\"descFontSize\":16,\"descFontWeight\":\"600\",\"nameSpace\":1,\"block_id\":\"3b4f9bc3\",\"iconImage\":{\"url\":\"\",\"alt\":\"InfoBox placeholder img\"},\"imageWidth\":32,\"columnGap\":1,\"borderStyle\":\"\",\"paddingTop\":0,\"paddingBottom\":0,\"paddingLeft\":0,\"paddingRight\":0,\"spacingLink\":true,\"imgpaddingTop\":0,\"imgpaddingRight\":15,\"imgpaddingBottom\":0,\"imgpaddingLeft\":0,\"overallBorderStyle\":\"none\",\"imgTagHeight\":32,\"imgTagWidth\":150} -->\n<div class=\"wp-block-uagb-testimonial uagb-slick-carousel uagb-tm__arrow-outside uagb-block-3b4f9bc3 uagb-post__carousel_notset uagb-post__carousel_notset-tablet uagb-post__carousel_notset-mobile\"><div class=\"is-carousel uagb-tm__columns-1 uagb-tm__items\"><div class=\"uagb-testimonial__wrap  uagb-tm__imgicon-style-circle uagb-tm__image-position-bottom uagb-tm__bg-type-none \"><div class=\"uagb-tm__content\"><div class=\"uagb-tm__overlay\"></div><div class=\"uagb-tm__text-wrap\"><div class=\"uagb-tm__desc\">\"Judy, what a wonderful place you have here - we were so delighted to spend the weekend here, so tranquil, peaceful, and beautiful. You made us feel right at home. Definitely a place worth 5 stars! Go well.\"​</div><div class=\"uagb-tm__meta-inner\"><div class=\"uagb-tm__image-content\"><div class=\"uagb-tm__image\"><img class=\"uagb-tm-img-src\" src=\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/testimonial2-150x150.jpg\" alt=\"\" width=\"32\" height=\"32\" loading=\"lazy\"/></div></div><div class=\"uagb-testimonial-details\"><span class=\"uagb-tm__author-name\"><strong><strong>Brian</strong></strong> <strong><strong><strong>and <strong>Mariska</strong></strong><br></strong></strong></span><span class=\"uagb-tm__company\"></span></div></div></div></div></div></div></div>\n<!-- /wp:uagb/testimonial -->\n\n<!-- wp:uagb/testimonial {\"test_item_count\":1,\"classMigrate\":true,\"test_block\":[{\"description\":\"\\u0022Thank you for the most wonderful time, Judy!  This was the most peaceful and perfect place to get engaged!  We will most certainly be back!!!  Your hospitality cannot be topped!\\u0022​\",\"name\":\"\\u003cstrong\\u003e\\u003cstrong\\u003e\\u003cstrong\\u003e\\u003cstrong\\u003eBrett and Kelly\\u003c/strong\\u003e\\u003c/strong\\u003e\\u003c/strong\\u003e\\u003c/strong\\u003e\",\"company\":\"\",\"image\":{\"id\":121,\"title\":\"testimonial3\",\"filename\":\"testimonial3.jpg\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/testimonial3.jpg\",\"link\":\"https://blueroan.netgen.cloud/testimonial3/\",\"alt\":\"\",\"author\":\"34\",\"description\":\"\",\"caption\":\"\",\"name\":\"testimonial3\",\"status\":\"inherit\",\"uploadedTo\":0,\"date\":\"2021-05-11T05:02:05.000Z\",\"modified\":\"2021-05-11T05:02:05.000Z\",\"menuOrder\":0,\"mime\":\"image/jpeg\",\"type\":\"image\",\"subtype\":\"jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/default.png\",\"dateFormatted\":\"May 11, 2021\",\"nonces\":{\"update\":\"290653da5d\",\"delete\":\"90a4fb2d63\",\"edit\":\"ff8a64e56e\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=121\\u0026action=edit\",\"meta\":false,\"authorName\":\"Rishabh\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/user-edit.php?user_id=34\",\"filesizeInBytes\":8748,\"filesizeHumanReadable\":\"9 KB\",\"context\":\"\",\"height\":250,\"width\":250,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/testimonial3-150x150.jpg\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/testimonial3.jpg\",\"height\":250,\"width\":250,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}}}],\"headingAlign\":\"left\",\"headingAlignTablet\":\"left\",\"headingAlignMobile\":\"left\",\"descColor\":\"var(\\u002d\\u002dast-global-color-3)\",\"nameFontSize\":14,\"nameLineHeight\":1,\"descFontSize\":16,\"descFontWeight\":\"600\",\"nameSpace\":1,\"block_id\":\"8926297c\",\"iconImage\":{\"url\":\"\",\"alt\":\"InfoBox placeholder img\"},\"imageWidth\":32,\"columnGap\":1,\"borderStyle\":\"\",\"paddingTop\":0,\"paddingBottom\":0,\"paddingLeft\":0,\"paddingRight\":0,\"spacingLink\":true,\"imgpaddingTop\":0,\"imgpaddingRight\":15,\"imgpaddingBottom\":0,\"imgpaddingLeft\":0,\"overallBorderStyle\":\"none\",\"imgTagHeight\":32,\"imgTagWidth\":150} -->\n<div class=\"wp-block-uagb-testimonial uagb-slick-carousel uagb-tm__arrow-outside uagb-block-8926297c uagb-post__carousel_notset uagb-post__carousel_notset-tablet uagb-post__carousel_notset-mobile\"><div class=\"is-carousel uagb-tm__columns-1 uagb-tm__items\"><div class=\"uagb-testimonial__wrap  uagb-tm__imgicon-style-circle uagb-tm__image-position-bottom uagb-tm__bg-type-none \"><div class=\"uagb-tm__content\"><div class=\"uagb-tm__overlay\"></div><div class=\"uagb-tm__text-wrap\"><div class=\"uagb-tm__desc\">\"Thank you for the most wonderful time, Judy!  This was the most peaceful and perfect place to get engaged!  We will most certainly be back!!!  Your hospitality cannot be topped!\"​</div><div class=\"uagb-tm__meta-inner\"><div class=\"uagb-tm__image-content\"><div class=\"uagb-tm__image\"><img class=\"uagb-tm-img-src\" src=\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/testimonial3-150x150.jpg\" alt=\"\" width=\"32\" height=\"32\" loading=\"lazy\"/></div></div><div class=\"uagb-testimonial-details\"><span class=\"uagb-tm__author-name\"><strong><strong><strong><strong>Brett and Kelly</strong></strong></strong></strong></span><span class=\"uagb-tm__company\"></span></div></div></div></div></div></div></div>\n<!-- /wp:uagb/testimonial --></div>\n<!-- /wp:uagb/container --></div>\n<!-- /wp:uagb/container --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"fa354a4c\",\"innerContentCustomWidthDesktop\":781,\"innerContentCustomWidthTablet\":781,\"backgroundType\":\"image\",\"backgroundImageDesktop\":{\"id\":809,\"title\":\"26759994757_767d9794fd_b\",\"filename\":\"26759994757_767d9794fd_b.jpg\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/26759994757_767d9794fd_b.jpg\",\"link\":\"https://blueroan.netgen.cloud/?attachment_id=809\",\"alt\":\"\",\"author\":\"2\",\"description\":\"\",\"caption\":\"\",\"name\":\"26759994757_767d9794fd_b\",\"status\":\"inherit\",\"uploadedTo\":805,\"date\":\"2022-12-13T09:51:53.000Z\",\"modified\":\"2022-12-13T09:51:53.000Z\",\"menuOrder\":0,\"mime\":\"image/jpeg\",\"type\":\"image\",\"subtype\":\"jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-includes/images/media/default.png\",\"dateFormatted\":\"December 13, 2022\",\"nonces\":{\"update\":\"39b5c0eef1\",\"delete\":\"fde92abd83\",\"edit\":\"3923face9e\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=809\\u0026action=edit\",\"meta\":false,\"authorName\":\"Netgen Support\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/profile.php\",\"uploadedToTitle\":\"Magaliesburg\",\"uploadedToLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=805\\u0026action=edit\",\"filesizeInBytes\":143610,\"filesizeHumanReadable\":\"140 KB\",\"context\":\"\",\"height\":683,\"width\":1024,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/26759994757_767d9794fd_b-150x150.jpg\",\"orientation\":\"landscape\"},\"medium\":{\"height\":200,\"width\":300,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/26759994757_767d9794fd_b-300x200.jpg\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/26759994757_767d9794fd_b.jpg\",\"height\":683,\"width\":1024,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"backgroundImageColor\":\"rgba(42,42,42,0.65)\",\"topPaddingDesktop\":144,\"bottomPaddingDesktop\":144,\"leftPaddingDesktop\":40,\"rightPaddingDesktop\":40,\"topPaddingTablet\":80,\"bottomPaddingTablet\":80,\"leftPaddingTablet\":40,\"rightPaddingTablet\":40,\"topPaddingMobile\":64,\"bottomPaddingMobile\":64,\"leftPaddingMobile\":24,\"rightPaddingMobile\":24,\"paddingLink\":false,\"variationSelected\":true,\"isBlockRootParent\":true,\"overlayType\":\"color\"} -->\n<div class=\"wp-block-uagb-container uagb-block-fa354a4c alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/advanced-heading {\"block_id\":\"17f6f38b\",\"classMigrate\":true,\"headingDescToggle\":true,\"headingAlign\":\"center\",\"headingColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"subHeadingColor\":\"var(\\u002d\\u002dast-global-color-4)\",\"headSpace\":20} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-17f6f38b\"><h2 class=\"uagb-heading-text\">Plan an Unforgettable Experience at <br>Blue Roan!</h2><p class=\"uagb-desc-text\">Blue Roan is a 4-star graded pet-friendly venue</p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/advanced-heading {\"block_id\":\"a15e8392\",\"classMigrate\":true,\"headingTitleToggle\":false,\"headingDescToggle\":true,\"headingAlign\":\"center\",\"subHeadingColor\":\"var(\\u002d\\u002dast-global-color-4)\",\"subHeadTransform\":\"uppercase\",\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"subHeadLetterSpacing\":2,\"blockTopPadding\":60,\"blockRightPadding\":0,\"blockLeftPadding\":0,\"blockBottomPadding\":0,\"blockTopPaddingMobile\":30,\"blockRightPaddingMobile\":0,\"blockLeftPaddingMobile\":0,\"blockBottomPaddingMobile\":0} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-a15e8392\"><p class=\"uagb-desc-text\">BOOK YOUR STAY NOW​</p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/icon-list {\"block_id\":\"f23954fa\",\"classMigrate\":true,\"childMigrate\":true,\"align\":\"center\",\"parentIcon\":\"phone\",\"size\":40,\"sizeMobile\":24,\"sizeTablet\":32,\"fontSize\":48,\"fontSizeMobile\":28,\"fontSizeTablet\":40,\"fontWeight\":\"600\",\"iconColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"labelColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"blockTopPadding\":0,\"blockRightPadding\":0,\"blockLeftPadding\":0,\"blockBottomPadding\":24,\"blockPaddingLink\":false} -->\n<div class=\"wp-block-uagb-icon-list uagb-block-f23954fa\"><div class=\"uagb-icon-list__wrap\"><!-- wp:uagb/icon-list-child {\"block_id\":\"103f456b\",\"label\":\" + 27 (0) 82 575 5409\",\"label_color\":\"\",\"link\":\"tel:+27825755409\",\"disableLink\":true,\"fromParentIcon\":\"phone\",\"imageSizeChild\":40} -->\n<div class=\"wp-block-uagb-icon-list-child uagb-block-103f456b\"><a target=\"_self\" aria-label=\" + 27 (0) 82 575 5409\" rel=\"noopener noreferrer\" href=\"tel:+27825755409\"> </a><span class=\"uagb-icon-list__source-wrap\"><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M511.2 387l-23.25 100.8c-3.266 14.25-15.79 24.22-30.46 24.22C205.2 512 0 306.8 0 54.5c0-14.66 9.969-27.2 24.22-30.45l100.8-23.25C139.7-2.602 154.7 5.018 160.8 18.92l46.52 108.5c5.438 12.78 1.77 27.67-8.98 36.45L144.5 207.1c33.98 69.22 90.26 125.5 159.5 159.5l44.08-53.8c8.688-10.78 23.69-14.51 36.47-8.975l108.5 46.51C506.1 357.2 514.6 372.4 511.2 387z\"></path></svg></span><span class=\"uagb-icon-list__label\"> + 27 (0) 82 575 5409</span></div>\n<!-- /wp:uagb/icon-list-child -->\n\n<!-- wp:uagb/icon-list-child {\"block_id\":\"b3723516\",\"label\":\"blueroan@ugo.co.za\",\"icon\":\"envelope\",\"label_color\":\"\",\"link\":\"mailto:blueroan@ugo.co.za\",\"disableLink\":true,\"fromParentIcon\":\"phone\",\"imageSizeChild\":40} -->\n<div class=\"wp-block-uagb-icon-list-child uagb-block-b3723516\"><a target=\"_self\" aria-label=\"blueroan@ugo.co.za\" rel=\"noopener noreferrer\" href=\"mailto:blueroan@ugo.co.za\"> </a><span class=\"uagb-icon-list__source-wrap\"><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M464 64C490.5 64 512 85.49 512 112C512 127.1 504.9 141.3 492.8 150.4L275.2 313.6C263.8 322.1 248.2 322.1 236.8 313.6L19.2 150.4C7.113 141.3 0 127.1 0 112C0 85.49 21.49 64 48 64H464zM217.6 339.2C240.4 356.3 271.6 356.3 294.4 339.2L512 176V384C512 419.3 483.3 448 448 448H64C28.65 448 0 419.3 0 384V176L217.6 339.2z\"></path></svg></span><span class=\"uagb-icon-list__label\">blueroan@ugo.co.za</span></div>\n<!-- /wp:uagb/icon-list-child --></div></div>\n<!-- /wp:uagb/icon-list --></div></div>\n<!-- /wp:uagb/container -->',	'Home',	'',	'inherit',	'closed',	'closed',	'',	'760-revision-v1',	'',	'',	'2022-12-13 15:08:03',	'2022-12-13 15:08:03',	'',	760,	'https://blueroan.netgen.cloud/?p=917',	0,	'revision',	'',	0),
(919,	2,	'2022-12-13 15:08:22',	'2022-12-13 15:08:22',	'<!-- wp:uagb/container {\"block_id\":\"e6d7a220\",\"minHeightDesktop\":95,\"minHeightTablet\":70,\"minHeightMobile\":80,\"minHeightType\":\"vh\",\"alignItemsDesktop\":\"flex-start\",\"backgroundType\":\"image\",\"backgroundImageDesktop\":{\"uploading\":false,\"date\":1670921854000,\"filename\":\"Blue-Roan-pool.jpg\",\"menuOrder\":0,\"uploadedTo\":760,\"type\":\"image\",\"subtype\":\"jpeg\",\"id\":784,\"title\":\"Blue Roan - pool\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Blue-Roan-pool.jpg\",\"link\":\"https://blueroan.netgen.cloud/home/blue-roan-pool/\",\"alt\":\"\",\"author\":\"2\",\"description\":\"\",\"caption\":\"\",\"name\":\"blue-roan-pool\",\"status\":\"inherit\",\"modified\":1670921854000,\"mime\":\"image/jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-includes/images/media/default.png\",\"dateFormatted\":\"December 13, 2022\",\"nonces\":{\"update\":\"51a12ed09e\",\"delete\":\"5174068551\",\"edit\":\"1de0721407\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=784\\u0026action=edit\",\"meta\":false,\"authorName\":\"Netgen Support\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/profile.php\",\"uploadedToTitle\":\"Home\",\"uploadedToLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=760\\u0026action=edit\",\"filesizeInBytes\":154801,\"filesizeHumanReadable\":\"151 KB\",\"context\":\"\",\"height\":667,\"width\":1000,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Blue-Roan-pool-150x150.jpg\",\"orientation\":\"landscape\"},\"medium\":{\"height\":200,\"width\":300,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Blue-Roan-pool-300x200.jpg\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Blue-Roan-pool.jpg\",\"height\":667,\"width\":1000,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"backgroundPositionDesktop\":{\"x\":0.5,\"y\":0.25},\"backgroundImageColor\":\"rgba(42,42,42,0.35)\",\"topPaddingDesktop\":0,\"bottomPaddingDesktop\":0,\"leftPaddingDesktop\":40,\"rightPaddingDesktop\":40,\"topPaddingTablet\":120,\"bottomPaddingTablet\":120,\"leftPaddingTablet\":40,\"rightPaddingTablet\":40,\"topPaddingMobile\":150,\"bottomPaddingMobile\":150,\"leftPaddingMobile\":20,\"rightPaddingMobile\":20,\"paddingLink\":false,\"variationSelected\":true,\"isBlockRootParent\":true,\"overlayType\":\"color\",\"minHeightTypeTablet\":\"vh\",\"minHeightTypeMobile\":\"vh\"} -->\n<div class=\"wp-block-uagb-container uagb-block-e6d7a220 alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/info-box {\"classMigrate\":true,\"headingAlign\":\"left\",\"headingColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"subHeadingColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"headingTag\":\"h1\",\"subHeadFontSize\":17,\"subHeadFontSizeMobile\":15,\"headSpace\":20,\"subHeadSpace\":40,\"block_id\":\"9216d831\",\"ctaIcon\":\"\",\"ctaType\":\"button\",\"ctaText\":\"Book Your Stay Now\",\"ctaLink\":\"#\",\"ctaBtnLinkColor\":\"var(\\u002d\\u002dast-global-color-2)\",\"ctaLinkHoverColor\":\"var(\\u002d\\u002dast-global-color-2)\",\"ctaBgColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"ctaBgHoverColor\":\"var(\\u002d\\u002dast-global-color-4)\",\"ctaBorderColor\":\"\",\"ctaBorderStyle\":\"\",\"ctaBorderWidth\":\"\",\"ctaBorderRadius\":\"\",\"iconImage\":{\"url\":\"\",\"alt\":\"InfoBox placeholder img\"},\"showIcon\":false,\"paddingBtnTop\":18,\"paddingBtnBottom\":18,\"paddingBtnLeft\":34,\"paddingBtnRight\":34,\"blockTopPadding\":0,\"blockRightPadding\":40,\"blockLeftPadding\":0,\"blockBottomPadding\":0,\"blockTopPaddingTablet\":0,\"blockRightPaddingTablet\":64,\"blockLeftPaddingTablet\":0,\"blockBottomPaddingTablet\":0,\"blockTopPaddingMobile\":0,\"blockRightPaddingMobile\":0,\"blockLeftPaddingMobile\":0,\"blockBottomPaddingMobile\":0,\"blockPaddingUnit\":\"%\",\"blockPaddingLink\":false,\"subHeadMarginTopTablet\":0,\"subHeadMarginRightTablet\":64,\"subHeadTabletSpace\":40,\"subHeadMarginLeftTablet\":0,\"subHeadMarginTopMobile\":0,\"subHeadMarginRightMobile\":0,\"subHeadMobileSpace\":40,\"subHeadMarginLeftMobile\":0,\"btnBorderTopWidth\":1,\"btnBorderLeftWidth\":1,\"btnBorderRightWidth\":1,\"btnBorderBottomWidth\":1,\"btnBorderTopLeftRadius\":0,\"btnBorderTopRightRadius\":0,\"btnBorderBottomLeftRadius\":0,\"btnBorderBottomRightRadius\":0,\"btnBorderStyle\":\"none\",\"btnBorderColor\":\"#333\"} -->\n<div class=\"wp-block-uagb-info-box uagb-block-9216d831 uagb-infobox__content-wrap  uagb-infobox-icon-above-title uagb-infobox-image-valign-top\"><div class=\"uagb-ifb-content\"><div class=\"uagb-ifb-title-wrap\"><h1 class=\"uagb-ifb-title\"><strong>Magaliesburg pet friendly self-catering accommodation</strong></h1></div><p class=\"uagb-ifb-desc\">Romantic pet-friendly self-catering accommodation in Magaliesburg, Gauteng.</p><div class=\"uagb-ifb-button-wrapper wp-block-button\"><a href=\"#\" class=\"uagb-infobox-cta-link wp-block-button__link\" target=\"_self\" rel=\"noopener noreferrer\" alt=\"\"><span class=\"uagb-inline-editing\">Book Your Stay Now</span></a></div></div></div>\n<!-- /wp:uagb/info-box --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"46fbfbae\",\"directionDesktop\":\"row\",\"directionMobile\":\"column-reverse\",\"alignItemsDesktop\":\"flex-start\",\"backgroundType\":\"color\",\"backgroundSizeTablet\":\"cover\",\"backgroundSizeMobile\":\"cover\",\"backgroundColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"topPaddingDesktop\":60,\"bottomPaddingDesktop\":60,\"topPaddingTablet\":80,\"bottomPaddingTablet\":80,\"leftPaddingTablet\":40,\"rightPaddingTablet\":40,\"topPaddingMobile\":64,\"bottomPaddingMobile\":64,\"leftPaddingMobile\":24,\"rightPaddingMobile\":24,\"paddingLink\":false,\"variationSelected\":true,\"columnGapDesktop\":60,\"columnGapTablet\":50,\"isBlockRootParent\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-46fbfbae alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/container {\"block_id\":\"139c2d82\",\"widthDesktop\":50,\"variationSelected\":true,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-139c2d82\"><!-- wp:image {\"id\":797,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-13.jpg\" alt=\"\" class=\"wp-image-797\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The Blue Roan Country Lodge is situated just 5 minutes from the village of Magaliesburg on a tar road so easy access for all cars. &nbsp;We have panoramic views of the Magaliesberg mountain range and our farm is the perfect place for a relaxing getaway in the country. &nbsp;As we are only 70 km from JHB and Pretoria, it is only an hour’s drive.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:buttons -->\n<div class=\"wp-block-buttons\"><!-- wp:button -->\n<div class=\"wp-block-button\"><a class=\"wp-block-button__link wp-element-button\" href=\"/accommodation/\">View accomodation</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"5ad16d64\",\"widthDesktop\":50,\"leftPaddingDesktop\":0,\"paddingLink\":false,\"variationSelected\":true,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-5ad16d64\"><!-- wp:uagb/advanced-heading {\"block_id\":\"30f96cf2\",\"classMigrate\":true,\"headingDescToggle\":true,\"subHeadingColor\":\"\",\"headSpace\":20,\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-30f96cf2\"><h2 class=\"uagb-heading-text\"><strong>Blue Roan is a 4-star graded pet-friendly venue</strong></h2><p class=\"uagb-desc-text\">Our goal is to provide high-quality, romantic, comfortable, and affordable self-catering accommodation on the outskirts of the village of &nbsp;Magaliesburg. &nbsp;For animal lovers, we are also&nbsp;pet-friendly&nbsp;by arrangement in most of the units all of which have their own fully fenced and gated private grassy gardens.</p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/image {\"block_id\":\"33fe2bfa\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/hammock-in-the-garden.jpg\",\"align\":\"left\",\"id\":799,\"linkDestination\":\"none\",\"naturalWidth\":600,\"naturalHeight\":400,\"sizeSlug\":\"full\",\"sizeSlugTablet\":\"full\",\"sizeSlugMobile\":\"full\",\"imageTopMargin\":20,\"imageRightMargin\":0,\"imageLeftMargin\":0,\"imageBottomMargin\":0,\"imageTopMarginMobile\":0,\"imageRightMarginMobile\":0,\"imageLeftMarginMobile\":0,\"imageBottomMarginMobile\":0,\"imageMarginLink\":false} -->\n<div class=\"wp-block-uagb-image uagb-block-33fe2bfa wp-block-uagb-image--layout-default wp-block-uagb-image--effect-static wp-block-uagb-image--align-left\"><figure class=\"wp-block-uagb-image__figure\"><img srcset=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/hammock-in-the-garden.jpg \" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/hammock-in-the-garden.jpg\" alt=\"\" class=\"uag-image-799\" width=\"\" height=\"\" title=\"\" loading=\"lazy\"/></figure></div>\n<!-- /wp:uagb/image --></div>\n<!-- /wp:uagb/container --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"9caf708f\",\"directionDesktop\":\"row\",\"directionMobile\":\"column-reverse\",\"alignItemsDesktop\":\"flex-start\",\"backgroundType\":\"color\",\"backgroundSizeTablet\":\"cover\",\"backgroundSizeMobile\":\"cover\",\"backgroundColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"topPaddingDesktop\":0,\"bottomPaddingDesktop\":0,\"topPaddingTablet\":80,\"bottomPaddingTablet\":80,\"leftPaddingTablet\":40,\"rightPaddingTablet\":40,\"topPaddingMobile\":64,\"bottomPaddingMobile\":64,\"leftPaddingMobile\":24,\"rightPaddingMobile\":24,\"paddingLink\":false,\"variationSelected\":true,\"rowGapDesktop\":0,\"columnGapDesktop\":0,\"columnGapTablet\":50,\"isBlockRootParent\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-9caf708f alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:image {\"align\":\"center\",\"id\":794,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image aligncenter size-full\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/210-2108726_too-great-for-us-tourism-grading-council-of-south-5.png\" alt=\"\" class=\"wp-image-794\"/></figure>\n<!-- /wp:image --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"ea33a643\",\"backgroundType\":\"color\",\"backgroundSizeTablet\":\"cover\",\"backgroundSizeMobile\":\"cover\",\"backgroundColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"topPaddingDesktop\":50,\"bottomPaddingDesktop\":100,\"topPaddingTablet\":50,\"bottomPaddingTablet\":25,\"leftPaddingTablet\":20,\"rightPaddingTablet\":20,\"topPaddingMobile\":50,\"bottomPaddingMobile\":20,\"leftPaddingMobile\":20,\"rightPaddingMobile\":20,\"paddingLink\":false,\"variationSelected\":true,\"rowGapDesktop\":0,\"isBlockRootParent\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-ea33a643 alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/container {\"block_id\":\"3cb17075\",\"directionDesktop\":\"row\",\"alignItemsDesktop\":\"flex-end\",\"alignItemsTablet\":\"flex-end\",\"justifyContentDesktop\":\"flex-end\",\"justifyContentTablet\":\"space-between\",\"variationSelected\":true,\"rowGapMobile\":30,\"columnGapDesktop\":0} -->\n<div class=\"wp-block-uagb-container uagb-block-3cb17075\"><!-- wp:uagb/advanced-heading {\"block_id\":\"6b380922\",\"classMigrate\":true,\"headingDescToggle\":true,\"subHeadingColor\":\"\",\"headSpace\":20,\"subHeadFontSize\":16} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-6b380922\"><h2 class=\"uagb-heading-text\">Amenities &amp; Interests ​</h2><p class=\"uagb-desc-text\">We have 7 lovely brick&nbsp;<strong>self-catering</strong>&nbsp;units, each one private and with its own character and theme. &nbsp;They are designed exclusively for couples with or without pets wanting a romantic and peaceful place to connect, re-connect, celebrate special occasions, or somewhere quiet and comfortable to come for a holiday</p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/buttons {\"block_id\":\"4caf754d\",\"classMigrate\":true,\"childMigrate\":true,\"align\":\"right\",\"alignTablet\":\"right\",\"alignMobile\":\"left\",\"gap\":0} -->\n<div class=\"wp-block-uagb-buttons uagb-buttons__outer-wrap uagb-btn__default-btn uagb-btn-tablet__default-btn uagb-btn-mobile__default-btn uagb-block-4caf754d\"><div class=\"uagb-buttons__wrap uagb-buttons-layout-wrap\"><!-- wp:uagb/buttons-child {\"block_id\":\"129a8dac\",\"label\":\"View All\",\"link\":\"#\",\"hColor\":\"\",\"borderWidth\":\"\",\"borderRadius\":\"\",\"borderStyle\":\"\",\"borderColor\":\"\",\"borderHColor\":\"\",\"btnBorderTopWidth\":1,\"btnBorderLeftWidth\":1,\"btnBorderRightWidth\":1,\"btnBorderBottomWidth\":1,\"btnBorderTopLeftRadius\":2,\"btnBorderTopRightRadius\":2,\"btnBorderBottomLeftRadius\":2,\"btnBorderBottomRightRadius\":2,\"btnBorderStyle\":\"solid\",\"btnBorderColor\":\"#333\",\"btnBorderHColor\":\"#333\"} -->\n<div class=\"wp-block-uagb-buttons-child uagb-buttons__outer-wrap uagb-block-129a8dac wp-block-button is-style-outline\"><div class=\"uagb-button__wrapper\"><a class=\"uagb-buttons-repeater wp-block-button__link\" href=\"#\" rel=\"follow noopener\" target=\"_self\"><div class=\"uagb-button__link\">View All</div></a></div></div>\n<!-- /wp:uagb/buttons-child --></div></div>\n<!-- /wp:uagb/buttons --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"0214c477\",\"directionDesktop\":\"row\",\"alignItemsTablet\":\"flex-start\",\"paddingLink\":false,\"topMarginDesktop\":50,\"bottomMarginDesktop\":20,\"leftMarginDesktop\":0,\"rightMarginDesktop\":0,\"marginLink\":false,\"variationSelected\":true,\"rowGapMobile\":65,\"columnGapDesktop\":48,\"columnGapTablet\":20} -->\n<div class=\"wp-block-uagb-container uagb-block-0214c477\"><!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"align\":\"center\",\"id\":828,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image aligncenter size-full\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Blue-Roan-pool.png\" alt=\"Blue Roan\'s rock pool\" class=\"wp-image-828\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>A relaxing rock Pool​</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>We have a lovely sparkling blue rock pool next to a thatched Lapa. &nbsp;&nbsp;Lie on recliners on the green lawn or sit on the swing chair in the Lapa and enjoy the panoramic view of the Magaliesberg mountain range.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":829,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/img-20160605-wa0002-largejpg.png\" alt=\"\" class=\"wp-image-829\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>Braai facilities </h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>What can compare to a burning fire under the star-lit African sky? Nothing beats the flavor of cooking over an open flame.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":830,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/ef9d0188da11e2bc56788f5619d9d539.png\" alt=\"\" class=\"wp-image-830\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>A games room </h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>The reception is also a games room for those who enjoy darts or playing pool. &nbsp;Take a selection of DVDs back to your room and watch movies on your own DVD player. &nbsp;There is also a selection of board games and music CDs that you can borrow.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div>\n<!-- /wp:uagb/container --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"a4404368\",\"backgroundType\":\"color\",\"backgroundSizeTablet\":\"cover\",\"backgroundSizeMobile\":\"cover\",\"backgroundColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"bottomPaddingDesktop\":104,\"leftPaddingDesktop\":40,\"rightPaddingDesktop\":40,\"topPaddingTablet\":80,\"bottomPaddingTablet\":80,\"leftPaddingTablet\":40,\"rightPaddingTablet\":40,\"topPaddingMobile\":64,\"bottomPaddingMobile\":64,\"leftPaddingMobile\":24,\"rightPaddingMobile\":24,\"paddingLink\":false,\"variationSelected\":true,\"rowGapDesktop\":0,\"isBlockRootParent\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-a4404368 alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/advanced-heading {\"block_id\":\"1db8ccf8\",\"classMigrate\":true,\"headingDescToggle\":true,\"headingAlign\":\"center\",\"headingAlignMobile\":\"left\",\"subHeadingColor\":\"\",\"headSpace\":20,\"subHeadFontSize\":16,\"blockBottomPadding\":20} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-1db8ccf8\"><h2 class=\"uagb-heading-text\">Our Inside Pictures​</h2><p class=\"uagb-desc-text\">Take a look at some pretty pictures captured in and around our premises.</p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/container {\"block_id\":\"2a35a437\",\"directionDesktop\":\"row\",\"alignItemsDesktop\":\"flex-start\",\"topMarginDesktop\":20,\"bottomMarginDesktop\":0,\"leftMarginDesktop\":0,\"rightMarginDesktop\":0,\"marginLink\":false,\"variationSelected\":true,\"rowGapMobile\":24,\"columnGapDesktop\":24,\"columnGapTablet\":20} -->\n<div class=\"wp-block-uagb-container uagb-block-2a35a437\"><!-- wp:uagb/container {\"block_id\":\"32fcf6a2\",\"widthDesktop\":32,\"variationSelected\":true,\"rowGapDesktop\":24,\"rowGapTablet\":20,\"rowGapMobile\":24,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-32fcf6a2\"><!-- wp:uagb/image {\"block_id\":\"11a20a49\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/red-rose-1024x683.jpg\",\"id\":834,\"linkDestination\":\"none\",\"naturalWidth\":1024,\"naturalHeight\":683,\"sizeSlug\":\"large\",\"sizeSlugTablet\":\"large\",\"sizeSlugMobile\":\"large\"} -->\n<div class=\"wp-block-uagb-image uagb-block-11a20a49 wp-block-uagb-image--layout-default wp-block-uagb-image--effect-static wp-block-uagb-image--align-none\"><figure class=\"wp-block-uagb-image__figure\"><img srcset=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/red-rose-1024x683.jpg \" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/red-rose-1024x683.jpg\" alt=\"\" class=\"uag-image-834\" width=\"\" height=\"\" title=\"\" loading=\"lazy\"/></figure></div>\n<!-- /wp:uagb/image -->\n\n<!-- wp:uagb/image {\"block_id\":\"24dc2fb0\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/bird-1024x683.png\",\"id\":914,\"linkDestination\":\"none\",\"naturalWidth\":1024,\"naturalHeight\":683,\"sizeSlug\":\"large\",\"sizeSlugTablet\":\"large\",\"sizeSlugMobile\":\"large\"} -->\n<div class=\"wp-block-uagb-image uagb-block-24dc2fb0 wp-block-uagb-image--layout-default wp-block-uagb-image--effect-static wp-block-uagb-image--align-none\"><figure class=\"wp-block-uagb-image__figure\"><img srcset=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/bird-1024x683.png \" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/bird-1024x683.png\" alt=\"\" class=\"uag-image-914\" width=\"\" height=\"\" title=\"\" loading=\"lazy\"/></figure></div>\n<!-- /wp:uagb/image --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"d7feacae\",\"widthDesktop\":67,\"variationSelected\":true,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-d7feacae\"><!-- wp:uagb/image {\"block_id\":\"3d204c3f\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/our-family-of-dogs.jpg\",\"id\":916,\"linkDestination\":\"none\",\"width\":693,\"widthTablet\":780,\"height\":462,\"heightTablet\":0,\"naturalWidth\":600,\"naturalHeight\":400,\"sizeSlug\":\"full\",\"sizeSlugTablet\":\"full\",\"sizeSlugMobile\":\"full\",\"customHeightSetDesktop\":true} -->\n<div class=\"wp-block-uagb-image uagb-block-3d204c3f wp-block-uagb-image--layout-default wp-block-uagb-image--effect-static wp-block-uagb-image--align-none\"><figure class=\"wp-block-uagb-image__figure\"><img srcset=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/our-family-of-dogs.jpg \" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/our-family-of-dogs.jpg\" alt=\"\" class=\"uag-image-916\" width=\"693\" height=\"462\" title=\"\" loading=\"lazy\"/></figure></div>\n<!-- /wp:uagb/image --></div>\n<!-- /wp:uagb/container --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"51f5643e\",\"directionDesktop\":\"row\",\"alignItemsDesktop\":\"flex-start\",\"topMarginDesktop\":24,\"bottomMarginDesktop\":0,\"leftMarginDesktop\":0,\"rightMarginDesktop\":0,\"topMarginTablet\":20,\"bottomMarginTablet\":0,\"leftMarginTablet\":0,\"rightMarginTablet\":0,\"topMarginMobile\":24,\"bottomMarginMobile\":0,\"leftMarginMobile\":0,\"rightMarginMobile\":0,\"marginLink\":false,\"variationSelected\":true,\"columnGapDesktop\":24,\"columnGapTablet\":20} -->\n<div class=\"wp-block-uagb-container uagb-block-51f5643e\"><!-- wp:uagb/container {\"block_id\":\"76cf43a3\",\"widthDesktop\":67,\"variationSelected\":true,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-76cf43a3\"><!-- wp:uagb/image {\"block_id\":\"2a7c79cb\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-8-1024x678.jpg\",\"id\":837,\"linkDestination\":\"none\",\"naturalWidth\":1024,\"naturalHeight\":678,\"sizeSlug\":\"large\",\"sizeSlugTablet\":\"large\",\"sizeSlugMobile\":\"large\",\"customHeightSetDesktop\":true} -->\n<div class=\"wp-block-uagb-image uagb-block-2a7c79cb wp-block-uagb-image--layout-default wp-block-uagb-image--effect-static wp-block-uagb-image--align-none\"><figure class=\"wp-block-uagb-image__figure\"><img srcset=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-8-1024x678.jpg \" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-8-1024x678.jpg\" alt=\"\" class=\"uag-image-837\" width=\"\" height=\"\" title=\"\" loading=\"lazy\"/></figure></div>\n<!-- /wp:uagb/image --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"bd339a0e\",\"widthDesktop\":32,\"variationSelected\":true,\"rowGapDesktop\":24,\"rowGapTablet\":20,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-bd339a0e\"><!-- wp:uagb/image {\"block_id\":\"214eba0e\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/49g.jpg\",\"id\":838,\"linkDestination\":\"none\",\"naturalWidth\":650,\"naturalHeight\":450,\"sizeSlug\":\"full\",\"sizeSlugTablet\":\"full\",\"sizeSlugMobile\":\"full\"} -->\n<div class=\"wp-block-uagb-image uagb-block-214eba0e wp-block-uagb-image--layout-default wp-block-uagb-image--effect-static wp-block-uagb-image--align-none\"><figure class=\"wp-block-uagb-image__figure\"><img srcset=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/49g.jpg \" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/49g.jpg\" alt=\"\" class=\"uag-image-838\" width=\"\" height=\"\" title=\"\" loading=\"lazy\"/></figure></div>\n<!-- /wp:uagb/image -->\n\n<!-- wp:uagb/image {\"block_id\":\"3cbad6f1\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-country-lodge-1-1024x576.jpg\",\"id\":839,\"linkDestination\":\"none\",\"naturalWidth\":1024,\"naturalHeight\":576,\"sizeSlug\":\"large\",\"sizeSlugTablet\":\"large\",\"sizeSlugMobile\":\"large\"} -->\n<div class=\"wp-block-uagb-image uagb-block-3cbad6f1 wp-block-uagb-image--layout-default wp-block-uagb-image--effect-static wp-block-uagb-image--align-none\"><figure class=\"wp-block-uagb-image__figure\"><img srcset=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-country-lodge-1-1024x576.jpg \" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-country-lodge-1-1024x576.jpg\" alt=\"\" class=\"uag-image-839\" width=\"\" height=\"\" title=\"\" loading=\"lazy\"/></figure></div>\n<!-- /wp:uagb/image --></div>\n<!-- /wp:uagb/container --></div>\n<!-- /wp:uagb/container --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"d19b7119\",\"backgroundType\":\"color\",\"backgroundSizeTablet\":\"cover\",\"backgroundSizeMobile\":\"cover\",\"backgroundColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"topPaddingDesktop\":40,\"bottomPaddingDesktop\":104,\"leftPaddingDesktop\":40,\"rightPaddingDesktop\":40,\"topPaddingTablet\":80,\"bottomPaddingTablet\":80,\"leftPaddingTablet\":40,\"rightPaddingTablet\":40,\"topPaddingMobile\":64,\"bottomPaddingMobile\":64,\"leftPaddingMobile\":24,\"rightPaddingMobile\":24,\"paddingLink\":false,\"variationSelected\":true,\"rowGapDesktop\":0,\"isBlockRootParent\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-d19b7119 alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/advanced-heading {\"block_id\":\"fc5802ab\",\"classMigrate\":true,\"headingDescToggle\":true,\"headingAlign\":\"center\",\"headingAlignMobile\":\"left\",\"subHeadingColor\":\"\",\"headSpace\":20,\"subHeadFontSize\":16,\"blockBottomPadding\":20} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-fc5802ab\"><h2 class=\"uagb-heading-text\">What Our Guests Say​</h2><p class=\"uagb-desc-text\">We take pride in serving our guests the best experience. </p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/container {\"block_id\":\"145c8f51\",\"directionDesktop\":\"row\",\"topMarginDesktop\":40,\"bottomMarginDesktop\":0,\"leftMarginDesktop\":0,\"rightMarginDesktop\":0,\"marginLink\":false,\"variationSelected\":true,\"rowGapMobile\":40,\"columnGapDesktop\":90} -->\n<div class=\"wp-block-uagb-container uagb-block-145c8f51\"><!-- wp:uagb/container {\"block_id\":\"4cd0a740\",\"widthDesktop\":50,\"variationSelected\":true,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-4cd0a740\"><!-- wp:uagb/testimonial {\"test_item_count\":1,\"classMigrate\":true,\"test_block\":[{\"description\":\"\\u0022Thank you for a most enjoyable weekend stay and for making our anniversary so special.  Thank you for your kind and lovely friendship which we really appreciate!!!\\u0022​\",\"name\":\"\\u003cstrong\\u003eBrenda and Theuns\\u003c/strong\\u003e\",\"company\":\"\",\"image\":{\"id\":119,\"title\":\"testimonial1\",\"filename\":\"testimonial1.jpg\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/testimonial1.jpg\",\"link\":\"https://blueroan.netgen.cloud/testimonial1/\",\"alt\":\"\",\"author\":\"34\",\"description\":\"\",\"caption\":\"\",\"name\":\"testimonial1\",\"status\":\"inherit\",\"uploadedTo\":0,\"date\":\"2021-05-11T05:02:02.000Z\",\"modified\":\"2021-05-11T05:02:02.000Z\",\"menuOrder\":0,\"mime\":\"image/jpeg\",\"type\":\"image\",\"subtype\":\"jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/default.png\",\"dateFormatted\":\"May 11, 2021\",\"nonces\":{\"update\":\"b92fe40c3d\",\"delete\":\"643c1eb8f1\",\"edit\":\"d3e7d56b1d\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=119\\u0026action=edit\",\"meta\":false,\"authorName\":\"Rishabh\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/user-edit.php?user_id=34\",\"filesizeInBytes\":11264,\"filesizeHumanReadable\":\"11 KB\",\"context\":\"\",\"height\":250,\"width\":250,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/testimonial1-150x150.jpg\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/testimonial1.jpg\",\"height\":250,\"width\":250,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}}}],\"headingAlign\":\"left\",\"headingAlignTablet\":\"left\",\"headingAlignMobile\":\"left\",\"descColor\":\"var(\\u002d\\u002dast-global-color-3)\",\"nameFontSize\":14,\"nameLineHeight\":1,\"descFontSize\":16,\"descFontWeight\":\"600\",\"nameSpace\":1,\"block_id\":\"c2ebb81b\",\"iconImage\":{\"url\":\"\",\"alt\":\"InfoBox placeholder img\"},\"imageWidth\":32,\"columnGap\":1,\"borderStyle\":\"\",\"paddingTop\":0,\"paddingBottom\":0,\"paddingLeft\":0,\"paddingRight\":0,\"spacingLink\":true,\"imgpaddingTop\":0,\"imgpaddingRight\":15,\"imgpaddingBottom\":0,\"imgpaddingLeft\":0,\"overallBorderStyle\":\"none\",\"imgTagHeight\":32,\"imgTagWidth\":150} -->\n<div class=\"wp-block-uagb-testimonial uagb-slick-carousel uagb-tm__arrow-outside uagb-block-c2ebb81b uagb-post__carousel_notset uagb-post__carousel_notset-tablet uagb-post__carousel_notset-mobile\"><div class=\"is-carousel uagb-tm__columns-1 uagb-tm__items\"><div class=\"uagb-testimonial__wrap  uagb-tm__imgicon-style-circle uagb-tm__image-position-bottom uagb-tm__bg-type-none \"><div class=\"uagb-tm__content\"><div class=\"uagb-tm__overlay\"></div><div class=\"uagb-tm__text-wrap\"><div class=\"uagb-tm__desc\">\"Thank you for a most enjoyable weekend stay and for making our anniversary so special.  Thank you for your kind and lovely friendship which we really appreciate!!!\"​</div><div class=\"uagb-tm__meta-inner\"><div class=\"uagb-tm__image-content\"><div class=\"uagb-tm__image\"><img class=\"uagb-tm-img-src\" src=\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/testimonial1-150x150.jpg\" alt=\"\" width=\"32\" height=\"32\" loading=\"lazy\"/></div></div><div class=\"uagb-testimonial-details\"><span class=\"uagb-tm__author-name\"><strong>Brenda and Theuns</strong></span><span class=\"uagb-tm__company\"></span></div></div></div></div></div></div></div>\n<!-- /wp:uagb/testimonial -->\n\n<!-- wp:uagb/testimonial {\"test_item_count\":1,\"classMigrate\":true,\"test_block\":[{\"description\":\"\\u0022Breaking away from city life and coming out to a most wonderful romantic weekend away.  The unit is so comfortable.  Thank you for your great hospitality - we had an awesome time here.  Go well - with love\\u0022​\",\"name\":\"\\u003cstrong\\u003e\\u003cstrong\\u003e\\u003cstrong\\u003eLiz \\u0026amp; Eddie\\u003c/strong\\u003e\\u003c/strong\\u003e\\u003c/strong\\u003e\",\"company\":\"\",\"image\":{\"id\":122,\"title\":\"testimonial4\",\"filename\":\"testimonial4.jpg\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/testimonial4.jpg\",\"link\":\"https://blueroan.netgen.cloud/testimonial4/\",\"alt\":\"\",\"author\":\"34\",\"description\":\"\",\"caption\":\"\",\"name\":\"testimonial4\",\"status\":\"inherit\",\"uploadedTo\":0,\"date\":\"2021-05-11T05:02:06.000Z\",\"modified\":\"2021-05-11T05:02:06.000Z\",\"menuOrder\":0,\"mime\":\"image/jpeg\",\"type\":\"image\",\"subtype\":\"jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/default.png\",\"dateFormatted\":\"May 11, 2021\",\"nonces\":{\"update\":\"4e34860add\",\"delete\":\"9e126a55cd\",\"edit\":\"33ffd3c040\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=122\\u0026action=edit\",\"meta\":false,\"authorName\":\"Rishabh\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/user-edit.php?user_id=34\",\"filesizeInBytes\":16584,\"filesizeHumanReadable\":\"16 KB\",\"context\":\"\",\"height\":250,\"width\":250,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/testimonial4-150x150.jpg\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/testimonial4.jpg\",\"height\":250,\"width\":250,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}}}],\"headingAlign\":\"left\",\"headingAlignTablet\":\"left\",\"headingAlignMobile\":\"left\",\"descColor\":\"var(\\u002d\\u002dast-global-color-3)\",\"nameFontSize\":14,\"nameLineHeight\":1,\"descFontSize\":16,\"descFontWeight\":\"600\",\"nameSpace\":1,\"block_id\":\"98e59712\",\"iconImage\":{\"url\":\"\",\"alt\":\"InfoBox placeholder img\"},\"imageWidth\":32,\"columnGap\":1,\"borderStyle\":\"\",\"paddingTop\":0,\"paddingBottom\":0,\"paddingLeft\":0,\"paddingRight\":0,\"spacingLink\":true,\"imgpaddingTop\":0,\"imgpaddingRight\":15,\"imgpaddingBottom\":0,\"imgpaddingLeft\":0,\"overallBorderStyle\":\"none\",\"imgTagHeight\":32,\"imgTagWidth\":150} -->\n<div class=\"wp-block-uagb-testimonial uagb-slick-carousel uagb-tm__arrow-outside uagb-block-98e59712 uagb-post__carousel_notset uagb-post__carousel_notset-tablet uagb-post__carousel_notset-mobile\"><div class=\"is-carousel uagb-tm__columns-1 uagb-tm__items\"><div class=\"uagb-testimonial__wrap  uagb-tm__imgicon-style-circle uagb-tm__image-position-bottom uagb-tm__bg-type-none \"><div class=\"uagb-tm__content\"><div class=\"uagb-tm__overlay\"></div><div class=\"uagb-tm__text-wrap\"><div class=\"uagb-tm__desc\">\"Breaking away from city life and coming out to a most wonderful romantic weekend away.  The unit is so comfortable.  Thank you for your great hospitality - we had an awesome time here.  Go well - with love\"​</div><div class=\"uagb-tm__meta-inner\"><div class=\"uagb-tm__image-content\"><div class=\"uagb-tm__image\"><img class=\"uagb-tm-img-src\" src=\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/testimonial4-150x150.jpg\" alt=\"\" width=\"32\" height=\"32\" loading=\"lazy\"/></div></div><div class=\"uagb-testimonial-details\"><span class=\"uagb-tm__author-name\"><strong><strong><strong>Liz &amp; Eddie</strong></strong></strong></span><span class=\"uagb-tm__company\"></span></div></div></div></div></div></div></div>\n<!-- /wp:uagb/testimonial --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"b142aa36\",\"widthDesktop\":50,\"variationSelected\":true,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-b142aa36\"><!-- wp:uagb/testimonial {\"test_item_count\":1,\"classMigrate\":true,\"test_block\":[{\"description\":\"\\u0022Judy, what a wonderful place you have here - we were so delighted to spend the weekend here, so tranquil, peaceful, and beautiful. You made us feel right at home. Definitely a place worth 5 stars! Go well.\\u0022​\",\"name\":\"\\u003cstrong\\u003e\\u003cstrong\\u003eBrian\\u003c/strong\\u003e\\u003c/strong\\u003e \\u003cstrong\\u003e\\u003cstrong\\u003e\\u003cstrong\\u003eand \\u003cstrong\\u003eMariska\\u003c/strong\\u003e\\u003c/strong\\u003e\\u003cbr\\u003e\\u003c/strong\\u003e\\u003c/strong\\u003e\",\"company\":\"\",\"image\":{\"id\":120,\"title\":\"testimonial2\",\"filename\":\"testimonial2.jpg\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/testimonial2.jpg\",\"link\":\"https://blueroan.netgen.cloud/testimonial2/\",\"alt\":\"\",\"author\":\"34\",\"description\":\"\",\"caption\":\"\",\"name\":\"testimonial2\",\"status\":\"inherit\",\"uploadedTo\":0,\"date\":\"2021-05-11T05:02:03.000Z\",\"modified\":\"2021-05-11T05:02:03.000Z\",\"menuOrder\":0,\"mime\":\"image/jpeg\",\"type\":\"image\",\"subtype\":\"jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/default.png\",\"dateFormatted\":\"May 11, 2021\",\"nonces\":{\"update\":\"1ee6412858\",\"delete\":\"4414a2ccbf\",\"edit\":\"bde7b1f490\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=120\\u0026action=edit\",\"meta\":false,\"authorName\":\"Rishabh\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/user-edit.php?user_id=34\",\"filesizeInBytes\":10087,\"filesizeHumanReadable\":\"10 KB\",\"context\":\"\",\"height\":250,\"width\":250,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/testimonial2-150x150.jpg\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/testimonial2.jpg\",\"height\":250,\"width\":250,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}}}],\"headingAlign\":\"left\",\"headingAlignTablet\":\"left\",\"headingAlignMobile\":\"left\",\"descColor\":\"var(\\u002d\\u002dast-global-color-3)\",\"nameFontSize\":14,\"nameLineHeight\":1,\"descFontSize\":16,\"descFontWeight\":\"600\",\"nameSpace\":1,\"block_id\":\"3b4f9bc3\",\"iconImage\":{\"url\":\"\",\"alt\":\"InfoBox placeholder img\"},\"imageWidth\":32,\"columnGap\":1,\"borderStyle\":\"\",\"paddingTop\":0,\"paddingBottom\":0,\"paddingLeft\":0,\"paddingRight\":0,\"spacingLink\":true,\"imgpaddingTop\":0,\"imgpaddingRight\":15,\"imgpaddingBottom\":0,\"imgpaddingLeft\":0,\"overallBorderStyle\":\"none\",\"imgTagHeight\":32,\"imgTagWidth\":150} -->\n<div class=\"wp-block-uagb-testimonial uagb-slick-carousel uagb-tm__arrow-outside uagb-block-3b4f9bc3 uagb-post__carousel_notset uagb-post__carousel_notset-tablet uagb-post__carousel_notset-mobile\"><div class=\"is-carousel uagb-tm__columns-1 uagb-tm__items\"><div class=\"uagb-testimonial__wrap  uagb-tm__imgicon-style-circle uagb-tm__image-position-bottom uagb-tm__bg-type-none \"><div class=\"uagb-tm__content\"><div class=\"uagb-tm__overlay\"></div><div class=\"uagb-tm__text-wrap\"><div class=\"uagb-tm__desc\">\"Judy, what a wonderful place you have here - we were so delighted to spend the weekend here, so tranquil, peaceful, and beautiful. You made us feel right at home. Definitely a place worth 5 stars! Go well.\"​</div><div class=\"uagb-tm__meta-inner\"><div class=\"uagb-tm__image-content\"><div class=\"uagb-tm__image\"><img class=\"uagb-tm-img-src\" src=\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/testimonial2-150x150.jpg\" alt=\"\" width=\"32\" height=\"32\" loading=\"lazy\"/></div></div><div class=\"uagb-testimonial-details\"><span class=\"uagb-tm__author-name\"><strong><strong>Brian</strong></strong> <strong><strong><strong>and <strong>Mariska</strong></strong><br></strong></strong></span><span class=\"uagb-tm__company\"></span></div></div></div></div></div></div></div>\n<!-- /wp:uagb/testimonial -->\n\n<!-- wp:uagb/testimonial {\"test_item_count\":1,\"classMigrate\":true,\"test_block\":[{\"description\":\"\\u0022Thank you for the most wonderful time, Judy!  This was the most peaceful and perfect place to get engaged!  We will most certainly be back!!!  Your hospitality cannot be topped!\\u0022​\",\"name\":\"\\u003cstrong\\u003e\\u003cstrong\\u003e\\u003cstrong\\u003e\\u003cstrong\\u003eBrett and Kelly\\u003c/strong\\u003e\\u003c/strong\\u003e\\u003c/strong\\u003e\\u003c/strong\\u003e\",\"company\":\"\",\"image\":{\"id\":121,\"title\":\"testimonial3\",\"filename\":\"testimonial3.jpg\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/testimonial3.jpg\",\"link\":\"https://blueroan.netgen.cloud/testimonial3/\",\"alt\":\"\",\"author\":\"34\",\"description\":\"\",\"caption\":\"\",\"name\":\"testimonial3\",\"status\":\"inherit\",\"uploadedTo\":0,\"date\":\"2021-05-11T05:02:05.000Z\",\"modified\":\"2021-05-11T05:02:05.000Z\",\"menuOrder\":0,\"mime\":\"image/jpeg\",\"type\":\"image\",\"subtype\":\"jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/default.png\",\"dateFormatted\":\"May 11, 2021\",\"nonces\":{\"update\":\"290653da5d\",\"delete\":\"90a4fb2d63\",\"edit\":\"ff8a64e56e\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=121\\u0026action=edit\",\"meta\":false,\"authorName\":\"Rishabh\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/user-edit.php?user_id=34\",\"filesizeInBytes\":8748,\"filesizeHumanReadable\":\"9 KB\",\"context\":\"\",\"height\":250,\"width\":250,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/testimonial3-150x150.jpg\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/testimonial3.jpg\",\"height\":250,\"width\":250,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}}}],\"headingAlign\":\"left\",\"headingAlignTablet\":\"left\",\"headingAlignMobile\":\"left\",\"descColor\":\"var(\\u002d\\u002dast-global-color-3)\",\"nameFontSize\":14,\"nameLineHeight\":1,\"descFontSize\":16,\"descFontWeight\":\"600\",\"nameSpace\":1,\"block_id\":\"8926297c\",\"iconImage\":{\"url\":\"\",\"alt\":\"InfoBox placeholder img\"},\"imageWidth\":32,\"columnGap\":1,\"borderStyle\":\"\",\"paddingTop\":0,\"paddingBottom\":0,\"paddingLeft\":0,\"paddingRight\":0,\"spacingLink\":true,\"imgpaddingTop\":0,\"imgpaddingRight\":15,\"imgpaddingBottom\":0,\"imgpaddingLeft\":0,\"overallBorderStyle\":\"none\",\"imgTagHeight\":32,\"imgTagWidth\":150} -->\n<div class=\"wp-block-uagb-testimonial uagb-slick-carousel uagb-tm__arrow-outside uagb-block-8926297c uagb-post__carousel_notset uagb-post__carousel_notset-tablet uagb-post__carousel_notset-mobile\"><div class=\"is-carousel uagb-tm__columns-1 uagb-tm__items\"><div class=\"uagb-testimonial__wrap  uagb-tm__imgicon-style-circle uagb-tm__image-position-bottom uagb-tm__bg-type-none \"><div class=\"uagb-tm__content\"><div class=\"uagb-tm__overlay\"></div><div class=\"uagb-tm__text-wrap\"><div class=\"uagb-tm__desc\">\"Thank you for the most wonderful time, Judy!  This was the most peaceful and perfect place to get engaged!  We will most certainly be back!!!  Your hospitality cannot be topped!\"​</div><div class=\"uagb-tm__meta-inner\"><div class=\"uagb-tm__image-content\"><div class=\"uagb-tm__image\"><img class=\"uagb-tm-img-src\" src=\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/testimonial3-150x150.jpg\" alt=\"\" width=\"32\" height=\"32\" loading=\"lazy\"/></div></div><div class=\"uagb-testimonial-details\"><span class=\"uagb-tm__author-name\"><strong><strong><strong><strong>Brett and Kelly</strong></strong></strong></strong></span><span class=\"uagb-tm__company\"></span></div></div></div></div></div></div></div>\n<!-- /wp:uagb/testimonial --></div>\n<!-- /wp:uagb/container --></div>\n<!-- /wp:uagb/container --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"fa354a4c\",\"innerContentCustomWidthDesktop\":781,\"innerContentCustomWidthTablet\":781,\"backgroundType\":\"image\",\"backgroundImageDesktop\":{\"id\":809,\"title\":\"26759994757_767d9794fd_b\",\"filename\":\"26759994757_767d9794fd_b.jpg\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/26759994757_767d9794fd_b.jpg\",\"link\":\"https://blueroan.netgen.cloud/?attachment_id=809\",\"alt\":\"\",\"author\":\"2\",\"description\":\"\",\"caption\":\"\",\"name\":\"26759994757_767d9794fd_b\",\"status\":\"inherit\",\"uploadedTo\":805,\"date\":\"2022-12-13T09:51:53.000Z\",\"modified\":\"2022-12-13T09:51:53.000Z\",\"menuOrder\":0,\"mime\":\"image/jpeg\",\"type\":\"image\",\"subtype\":\"jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-includes/images/media/default.png\",\"dateFormatted\":\"December 13, 2022\",\"nonces\":{\"update\":\"39b5c0eef1\",\"delete\":\"fde92abd83\",\"edit\":\"3923face9e\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=809\\u0026action=edit\",\"meta\":false,\"authorName\":\"Netgen Support\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/profile.php\",\"uploadedToTitle\":\"Magaliesburg\",\"uploadedToLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=805\\u0026action=edit\",\"filesizeInBytes\":143610,\"filesizeHumanReadable\":\"140 KB\",\"context\":\"\",\"height\":683,\"width\":1024,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/26759994757_767d9794fd_b-150x150.jpg\",\"orientation\":\"landscape\"},\"medium\":{\"height\":200,\"width\":300,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/26759994757_767d9794fd_b-300x200.jpg\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/26759994757_767d9794fd_b.jpg\",\"height\":683,\"width\":1024,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"backgroundImageColor\":\"rgba(42,42,42,0.65)\",\"topPaddingDesktop\":144,\"bottomPaddingDesktop\":144,\"leftPaddingDesktop\":40,\"rightPaddingDesktop\":40,\"topPaddingTablet\":80,\"bottomPaddingTablet\":80,\"leftPaddingTablet\":40,\"rightPaddingTablet\":40,\"topPaddingMobile\":64,\"bottomPaddingMobile\":64,\"leftPaddingMobile\":24,\"rightPaddingMobile\":24,\"paddingLink\":false,\"variationSelected\":true,\"isBlockRootParent\":true,\"overlayType\":\"color\"} -->\n<div class=\"wp-block-uagb-container uagb-block-fa354a4c alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/advanced-heading {\"block_id\":\"17f6f38b\",\"classMigrate\":true,\"headingDescToggle\":true,\"headingAlign\":\"center\",\"headingColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"subHeadingColor\":\"var(\\u002d\\u002dast-global-color-4)\",\"headSpace\":20} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-17f6f38b\"><h2 class=\"uagb-heading-text\">Plan an Unforgettable Experience at <br>Blue Roan!</h2><p class=\"uagb-desc-text\">Blue Roan is a 4-star graded pet-friendly venue</p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/advanced-heading {\"block_id\":\"a15e8392\",\"classMigrate\":true,\"headingTitleToggle\":false,\"headingDescToggle\":true,\"headingAlign\":\"center\",\"subHeadingColor\":\"var(\\u002d\\u002dast-global-color-4)\",\"subHeadTransform\":\"uppercase\",\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"subHeadLetterSpacing\":2,\"blockTopPadding\":60,\"blockRightPadding\":0,\"blockLeftPadding\":0,\"blockBottomPadding\":0,\"blockTopPaddingMobile\":30,\"blockRightPaddingMobile\":0,\"blockLeftPaddingMobile\":0,\"blockBottomPaddingMobile\":0} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-a15e8392\"><p class=\"uagb-desc-text\">BOOK YOUR STAY NOW​</p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/icon-list {\"block_id\":\"f23954fa\",\"classMigrate\":true,\"childMigrate\":true,\"align\":\"center\",\"parentIcon\":\"phone\",\"size\":40,\"sizeMobile\":24,\"sizeTablet\":32,\"fontSize\":48,\"fontSizeMobile\":28,\"fontSizeTablet\":40,\"fontWeight\":\"600\",\"iconColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"labelColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"blockTopPadding\":0,\"blockRightPadding\":0,\"blockLeftPadding\":0,\"blockBottomPadding\":24,\"blockPaddingLink\":false} -->\n<div class=\"wp-block-uagb-icon-list uagb-block-f23954fa\"><div class=\"uagb-icon-list__wrap\"><!-- wp:uagb/icon-list-child {\"block_id\":\"103f456b\",\"label\":\" + 27 (0) 82 575 5409\",\"label_color\":\"\",\"link\":\"tel:+27825755409\",\"disableLink\":true,\"fromParentIcon\":\"phone\",\"imageSizeChild\":40} -->\n<div class=\"wp-block-uagb-icon-list-child uagb-block-103f456b\"><a target=\"_self\" aria-label=\" + 27 (0) 82 575 5409\" rel=\"noopener noreferrer\" href=\"tel:+27825755409\"> </a><span class=\"uagb-icon-list__source-wrap\"><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M511.2 387l-23.25 100.8c-3.266 14.25-15.79 24.22-30.46 24.22C205.2 512 0 306.8 0 54.5c0-14.66 9.969-27.2 24.22-30.45l100.8-23.25C139.7-2.602 154.7 5.018 160.8 18.92l46.52 108.5c5.438 12.78 1.77 27.67-8.98 36.45L144.5 207.1c33.98 69.22 90.26 125.5 159.5 159.5l44.08-53.8c8.688-10.78 23.69-14.51 36.47-8.975l108.5 46.51C506.1 357.2 514.6 372.4 511.2 387z\"></path></svg></span><span class=\"uagb-icon-list__label\"> + 27 (0) 82 575 5409</span></div>\n<!-- /wp:uagb/icon-list-child -->\n\n<!-- wp:uagb/icon-list-child {\"block_id\":\"b3723516\",\"label\":\"blueroan@ugo.co.za\",\"icon\":\"envelope\",\"label_color\":\"\",\"link\":\"mailto:blueroan@ugo.co.za\",\"disableLink\":true,\"fromParentIcon\":\"phone\",\"imageSizeChild\":40} -->\n<div class=\"wp-block-uagb-icon-list-child uagb-block-b3723516\"><a target=\"_self\" aria-label=\"blueroan@ugo.co.za\" rel=\"noopener noreferrer\" href=\"mailto:blueroan@ugo.co.za\"> </a><span class=\"uagb-icon-list__source-wrap\"><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M464 64C490.5 64 512 85.49 512 112C512 127.1 504.9 141.3 492.8 150.4L275.2 313.6C263.8 322.1 248.2 322.1 236.8 313.6L19.2 150.4C7.113 141.3 0 127.1 0 112C0 85.49 21.49 64 48 64H464zM217.6 339.2C240.4 356.3 271.6 356.3 294.4 339.2L512 176V384C512 419.3 483.3 448 448 448H64C28.65 448 0 419.3 0 384V176L217.6 339.2z\"></path></svg></span><span class=\"uagb-icon-list__label\">blueroan@ugo.co.za</span></div>\n<!-- /wp:uagb/icon-list-child --></div></div>\n<!-- /wp:uagb/icon-list --></div></div>\n<!-- /wp:uagb/container -->',	'Home',	'',	'inherit',	'closed',	'closed',	'',	'760-revision-v1',	'',	'',	'2022-12-13 15:08:22',	'2022-12-13 15:08:22',	'',	760,	'https://blueroan.netgen.cloud/?p=919',	0,	'revision',	'',	0),
(920,	2,	'2022-12-13 15:09:25',	'2022-12-13 15:09:25',	'',	'AAEAAQAAAAAAAAAAAAAA39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba-2',	'',	'inherit',	'open',	'closed',	'',	'aaeaaqaaaaaaaaaaaaaa39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba-2',	'',	'',	'2022-12-13 15:09:25',	'2022-12-13 15:09:25',	'',	760,	'https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAA39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba-2.png',	0,	'attachment',	'image/png',	0),
(922,	2,	'2022-12-13 15:10:24',	'2022-12-13 15:10:24',	'<!-- wp:uagb/container {\"block_id\":\"5d084bed\",\"minHeightDesktop\":95,\"minHeightTablet\":70,\"minHeightMobile\":80,\"minHeightType\":\"vh\",\"alignItemsDesktop\":\"flex-start\",\"backgroundType\":\"image\",\"backgroundImageDesktop\":{\"uploading\":false,\"date\":1670921854000,\"filename\":\"Blue-Roan-pool.jpg\",\"menuOrder\":0,\"uploadedTo\":760,\"type\":\"image\",\"subtype\":\"jpeg\",\"id\":784,\"title\":\"Blue Roan - pool\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Blue-Roan-pool.jpg\",\"link\":\"https://blueroan.netgen.cloud/home/blue-roan-pool/\",\"alt\":\"\",\"author\":\"2\",\"description\":\"\",\"caption\":\"\",\"name\":\"blue-roan-pool\",\"status\":\"inherit\",\"modified\":1670921854000,\"mime\":\"image/jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-includes/images/media/default.png\",\"dateFormatted\":\"December 13, 2022\",\"nonces\":{\"update\":\"51a12ed09e\",\"delete\":\"5174068551\",\"edit\":\"1de0721407\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=784\\u0026action=edit\",\"meta\":false,\"authorName\":\"Netgen Support\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/profile.php\",\"uploadedToTitle\":\"Home\",\"uploadedToLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=760\\u0026action=edit\",\"filesizeInBytes\":154801,\"filesizeHumanReadable\":\"151 KB\",\"context\":\"\",\"height\":667,\"width\":1000,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Blue-Roan-pool-150x150.jpg\",\"orientation\":\"landscape\"},\"medium\":{\"height\":200,\"width\":300,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Blue-Roan-pool-300x200.jpg\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Blue-Roan-pool.jpg\",\"height\":667,\"width\":1000,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"backgroundPositionDesktop\":{\"x\":0.5,\"y\":0.25},\"backgroundImageColor\":\"rgba(42,42,42,0.35)\",\"topPaddingDesktop\":0,\"bottomPaddingDesktop\":0,\"leftPaddingDesktop\":40,\"rightPaddingDesktop\":40,\"topPaddingTablet\":120,\"bottomPaddingTablet\":120,\"leftPaddingTablet\":40,\"rightPaddingTablet\":40,\"topPaddingMobile\":150,\"bottomPaddingMobile\":150,\"leftPaddingMobile\":20,\"rightPaddingMobile\":20,\"paddingLink\":false,\"variationSelected\":true,\"isBlockRootParent\":true,\"overlayType\":\"color\",\"minHeightTypeTablet\":\"vh\",\"minHeightTypeMobile\":\"vh\"} -->\n<div class=\"wp-block-uagb-container uagb-block-5d084bed alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/info-box {\"classMigrate\":true,\"headingAlign\":\"left\",\"headingColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"subHeadingColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"headingTag\":\"h1\",\"subHeadFontSize\":17,\"subHeadFontSizeMobile\":15,\"headSpace\":20,\"subHeadSpace\":40,\"block_id\":\"30fc9428\",\"ctaIcon\":\"\",\"ctaType\":\"button\",\"ctaText\":\"Book Your Stay Now\",\"ctaLink\":\"#\",\"ctaBtnLinkColor\":\"var(\\u002d\\u002dast-global-color-2)\",\"ctaLinkHoverColor\":\"var(\\u002d\\u002dast-global-color-2)\",\"ctaBgColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"ctaBgHoverColor\":\"var(\\u002d\\u002dast-global-color-4)\",\"ctaBorderColor\":\"\",\"ctaBorderStyle\":\"\",\"ctaBorderWidth\":\"\",\"ctaBorderRadius\":\"\",\"iconImage\":{\"url\":\"\",\"alt\":\"InfoBox placeholder img\"},\"showIcon\":false,\"paddingBtnTop\":18,\"paddingBtnBottom\":18,\"paddingBtnLeft\":34,\"paddingBtnRight\":34,\"blockTopPadding\":0,\"blockRightPadding\":40,\"blockLeftPadding\":0,\"blockBottomPadding\":0,\"blockTopPaddingTablet\":0,\"blockRightPaddingTablet\":64,\"blockLeftPaddingTablet\":0,\"blockBottomPaddingTablet\":0,\"blockTopPaddingMobile\":0,\"blockRightPaddingMobile\":0,\"blockLeftPaddingMobile\":0,\"blockBottomPaddingMobile\":0,\"blockPaddingUnit\":\"%\",\"blockPaddingLink\":false,\"subHeadMarginTopTablet\":0,\"subHeadMarginRightTablet\":64,\"subHeadTabletSpace\":40,\"subHeadMarginLeftTablet\":0,\"subHeadMarginTopMobile\":0,\"subHeadMarginRightMobile\":0,\"subHeadMobileSpace\":40,\"subHeadMarginLeftMobile\":0,\"btnBorderTopWidth\":1,\"btnBorderLeftWidth\":1,\"btnBorderRightWidth\":1,\"btnBorderBottomWidth\":1,\"btnBorderTopLeftRadius\":0,\"btnBorderTopRightRadius\":0,\"btnBorderBottomLeftRadius\":0,\"btnBorderBottomRightRadius\":0,\"btnBorderStyle\":\"none\",\"btnBorderColor\":\"#333\"} -->\n<div class=\"wp-block-uagb-info-box uagb-block-30fc9428 uagb-infobox__content-wrap  uagb-infobox-icon-above-title uagb-infobox-image-valign-top\"><div class=\"uagb-ifb-content\"><div class=\"uagb-ifb-title-wrap\"><h1 class=\"uagb-ifb-title\"><strong>Magaliesburg pet friendly self-catering accommodation</strong></h1></div><p class=\"uagb-ifb-desc\">Romantic pet-friendly self-catering accommodation in Magaliesburg, Gauteng.</p><div class=\"uagb-ifb-button-wrapper wp-block-button\"><a href=\"#\" class=\"uagb-infobox-cta-link wp-block-button__link\" target=\"_self\" rel=\"noopener noreferrer\" alt=\"\"><span class=\"uagb-inline-editing\">Book Your Stay Now</span></a></div></div></div>\n<!-- /wp:uagb/info-box --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"653d23b3\",\"directionDesktop\":\"row\",\"directionMobile\":\"column-reverse\",\"alignItemsDesktop\":\"flex-start\",\"backgroundType\":\"color\",\"backgroundSizeTablet\":\"cover\",\"backgroundSizeMobile\":\"cover\",\"backgroundColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"topPaddingDesktop\":60,\"bottomPaddingDesktop\":60,\"topPaddingTablet\":80,\"bottomPaddingTablet\":80,\"leftPaddingTablet\":40,\"rightPaddingTablet\":40,\"topPaddingMobile\":64,\"bottomPaddingMobile\":64,\"leftPaddingMobile\":24,\"rightPaddingMobile\":24,\"paddingLink\":false,\"variationSelected\":true,\"columnGapDesktop\":60,\"columnGapTablet\":50,\"isBlockRootParent\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-653d23b3 alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/container {\"block_id\":\"dd56d07c\",\"widthDesktop\":50,\"variationSelected\":true,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-dd56d07c\"><!-- wp:image {\"id\":797,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-13.jpg\" alt=\"\" class=\"wp-image-797\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The Blue Roan Country Lodge is situated just 5 minutes from the village of Magaliesburg on a tar road so easy access for all cars. &nbsp;We have panoramic views of the Magaliesberg mountain range and our farm is the perfect place for a relaxing getaway in the country. &nbsp;As we are only 70 km from JHB and Pretoria, it is only an hour’s drive.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:buttons -->\n<div class=\"wp-block-buttons\"><!-- wp:button -->\n<div class=\"wp-block-button\"><a class=\"wp-block-button__link wp-element-button\" href=\"/accommodation/\">View accomodation</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"a0a278ce\",\"widthDesktop\":50,\"leftPaddingDesktop\":0,\"paddingLink\":false,\"variationSelected\":true,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-a0a278ce\"><!-- wp:uagb/advanced-heading {\"block_id\":\"4b420454\",\"classMigrate\":true,\"headingDescToggle\":true,\"subHeadingColor\":\"\",\"headSpace\":20,\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-4b420454\"><h2 class=\"uagb-heading-text\"><strong>Blue Roan is a 4-star graded pet-friendly venue</strong></h2><p class=\"uagb-desc-text\">Our goal is to provide high-quality, romantic, comfortable, and affordable self-catering accommodation on the outskirts of the village of &nbsp;Magaliesburg. &nbsp;For animal lovers, we are also&nbsp;pet-friendly&nbsp;by arrangement in most of the units all of which have their own fully fenced and gated private grassy gardens.</p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/image {\"block_id\":\"14e97f59\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/hammock-in-the-garden.jpg\",\"align\":\"left\",\"id\":799,\"linkDestination\":\"none\",\"naturalWidth\":600,\"naturalHeight\":400,\"sizeSlug\":\"full\",\"sizeSlugTablet\":\"full\",\"sizeSlugMobile\":\"full\",\"imageTopMargin\":20,\"imageRightMargin\":0,\"imageLeftMargin\":0,\"imageBottomMargin\":0,\"imageTopMarginMobile\":0,\"imageRightMarginMobile\":0,\"imageLeftMarginMobile\":0,\"imageBottomMarginMobile\":0,\"imageMarginLink\":false} -->\n<div class=\"wp-block-uagb-image uagb-block-14e97f59 wp-block-uagb-image--layout-default wp-block-uagb-image--effect-static wp-block-uagb-image--align-left\"><figure class=\"wp-block-uagb-image__figure\"><img srcset=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/hammock-in-the-garden.jpg \" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/hammock-in-the-garden.jpg\" alt=\"\" class=\"uag-image-799\" width=\"\" height=\"\" title=\"\" loading=\"lazy\"/></figure></div>\n<!-- /wp:uagb/image --></div>\n<!-- /wp:uagb/container --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"00ffe62b\",\"directionDesktop\":\"row\",\"directionMobile\":\"column-reverse\",\"alignItemsDesktop\":\"flex-start\",\"backgroundType\":\"color\",\"backgroundSizeTablet\":\"cover\",\"backgroundSizeMobile\":\"cover\",\"backgroundColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"topPaddingDesktop\":0,\"bottomPaddingDesktop\":0,\"topPaddingTablet\":80,\"bottomPaddingTablet\":80,\"leftPaddingTablet\":40,\"rightPaddingTablet\":40,\"topPaddingMobile\":64,\"bottomPaddingMobile\":64,\"leftPaddingMobile\":24,\"rightPaddingMobile\":24,\"paddingLink\":false,\"variationSelected\":true,\"rowGapDesktop\":0,\"columnGapDesktop\":0,\"columnGapTablet\":50,\"isBlockRootParent\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-00ffe62b alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:image {\"align\":\"center\",\"id\":794,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image aligncenter size-full\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/210-2108726_too-great-for-us-tourism-grading-council-of-south-5.png\" alt=\"\" class=\"wp-image-794\"/></figure>\n<!-- /wp:image --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"ad3582f2\",\"backgroundType\":\"color\",\"backgroundSizeTablet\":\"cover\",\"backgroundSizeMobile\":\"cover\",\"backgroundColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"topPaddingDesktop\":50,\"bottomPaddingDesktop\":100,\"topPaddingTablet\":50,\"bottomPaddingTablet\":25,\"leftPaddingTablet\":20,\"rightPaddingTablet\":20,\"topPaddingMobile\":50,\"bottomPaddingMobile\":20,\"leftPaddingMobile\":20,\"rightPaddingMobile\":20,\"paddingLink\":false,\"variationSelected\":true,\"rowGapDesktop\":0,\"isBlockRootParent\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-ad3582f2 alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/container {\"block_id\":\"eac6189c\",\"directionDesktop\":\"row\",\"alignItemsDesktop\":\"flex-end\",\"alignItemsTablet\":\"flex-end\",\"justifyContentDesktop\":\"flex-end\",\"justifyContentTablet\":\"space-between\",\"variationSelected\":true,\"rowGapMobile\":30,\"columnGapDesktop\":0} -->\n<div class=\"wp-block-uagb-container uagb-block-eac6189c\"><!-- wp:uagb/advanced-heading {\"block_id\":\"c9de0879\",\"classMigrate\":true,\"headingDescToggle\":true,\"subHeadingColor\":\"\",\"headSpace\":20,\"subHeadFontSize\":16} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-c9de0879\"><h2 class=\"uagb-heading-text\">Amenities &amp; Interests ​</h2><p class=\"uagb-desc-text\">We have 7 lovely brick&nbsp;<strong>self-catering</strong>&nbsp;units, each one private and with its own character and theme. &nbsp;They are designed exclusively for couples with or without pets wanting a romantic and peaceful place to connect, re-connect, celebrate special occasions, or somewhere quiet and comfortable to come for a holiday</p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/buttons {\"block_id\":\"510d1651\",\"classMigrate\":true,\"childMigrate\":true,\"align\":\"right\",\"alignTablet\":\"right\",\"alignMobile\":\"left\",\"gap\":0} -->\n<div class=\"wp-block-uagb-buttons uagb-buttons__outer-wrap uagb-btn__default-btn uagb-btn-tablet__default-btn uagb-btn-mobile__default-btn uagb-block-510d1651\"><div class=\"uagb-buttons__wrap uagb-buttons-layout-wrap\"><!-- wp:uagb/buttons-child {\"block_id\":\"fbe770f9\",\"label\":\"View All\",\"link\":\"#\",\"hColor\":\"\",\"borderWidth\":\"\",\"borderRadius\":\"\",\"borderStyle\":\"\",\"borderColor\":\"\",\"borderHColor\":\"\",\"btnBorderTopWidth\":1,\"btnBorderLeftWidth\":1,\"btnBorderRightWidth\":1,\"btnBorderBottomWidth\":1,\"btnBorderTopLeftRadius\":2,\"btnBorderTopRightRadius\":2,\"btnBorderBottomLeftRadius\":2,\"btnBorderBottomRightRadius\":2,\"btnBorderStyle\":\"solid\",\"btnBorderColor\":\"#333\",\"btnBorderHColor\":\"#333\"} -->\n<div class=\"wp-block-uagb-buttons-child uagb-buttons__outer-wrap uagb-block-fbe770f9 wp-block-button is-style-outline\"><div class=\"uagb-button__wrapper\"><a class=\"uagb-buttons-repeater wp-block-button__link\" href=\"#\" rel=\"follow noopener\" target=\"_self\"><div class=\"uagb-button__link\">View All</div></a></div></div>\n<!-- /wp:uagb/buttons-child --></div></div>\n<!-- /wp:uagb/buttons --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"81cd0824\",\"directionDesktop\":\"row\",\"alignItemsTablet\":\"flex-start\",\"paddingLink\":false,\"topMarginDesktop\":50,\"bottomMarginDesktop\":20,\"leftMarginDesktop\":0,\"rightMarginDesktop\":0,\"marginLink\":false,\"variationSelected\":true,\"rowGapMobile\":65,\"columnGapDesktop\":48,\"columnGapTablet\":20} -->\n<div class=\"wp-block-uagb-container uagb-block-81cd0824\"><!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"align\":\"center\",\"id\":828,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image aligncenter size-full\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Blue-Roan-pool.png\" alt=\"Blue Roan\'s rock pool\" class=\"wp-image-828\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>A relaxing rock Pool​</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>We have a lovely sparkling blue rock pool next to a thatched Lapa. &nbsp;&nbsp;Lie on recliners on the green lawn or sit on the swing chair in the Lapa and enjoy the panoramic view of the Magaliesberg mountain range.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":829,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/img-20160605-wa0002-largejpg.png\" alt=\"\" class=\"wp-image-829\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>Braai facilities </h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>What can compare to a burning fire under the star-lit African sky? Nothing beats the flavor of cooking over an open flame.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":830,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/ef9d0188da11e2bc56788f5619d9d539.png\" alt=\"\" class=\"wp-image-830\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>A games room </h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>The reception is also a games room for those who enjoy darts or playing pool. &nbsp;Take a selection of DVDs back to your room and watch movies on your own DVD player. &nbsp;There is also a selection of board games and music CDs that you can borrow.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div>\n<!-- /wp:uagb/container --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"00059bb2\",\"backgroundType\":\"color\",\"backgroundSizeTablet\":\"cover\",\"backgroundSizeMobile\":\"cover\",\"backgroundColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"bottomPaddingDesktop\":104,\"leftPaddingDesktop\":40,\"rightPaddingDesktop\":40,\"topPaddingTablet\":80,\"bottomPaddingTablet\":80,\"leftPaddingTablet\":40,\"rightPaddingTablet\":40,\"topPaddingMobile\":64,\"bottomPaddingMobile\":64,\"leftPaddingMobile\":24,\"rightPaddingMobile\":24,\"paddingLink\":false,\"variationSelected\":true,\"rowGapDesktop\":0,\"isBlockRootParent\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-00059bb2 alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/advanced-heading {\"block_id\":\"17e20eaf\",\"classMigrate\":true,\"headingDescToggle\":true,\"headingAlign\":\"center\",\"headingAlignMobile\":\"left\",\"subHeadingColor\":\"\",\"headSpace\":20,\"subHeadFontSize\":16,\"blockBottomPadding\":20} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-17e20eaf\"><h2 class=\"uagb-heading-text\">Our Inside Pictures​</h2><p class=\"uagb-desc-text\">Take a look at some pretty pictures captured in and around our premises.</p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/container {\"block_id\":\"25b332ea\",\"directionDesktop\":\"row\",\"alignItemsDesktop\":\"flex-start\",\"topMarginDesktop\":20,\"bottomMarginDesktop\":0,\"leftMarginDesktop\":0,\"rightMarginDesktop\":0,\"marginLink\":false,\"variationSelected\":true,\"rowGapMobile\":24,\"columnGapDesktop\":24,\"columnGapTablet\":20} -->\n<div class=\"wp-block-uagb-container uagb-block-25b332ea\"><!-- wp:uagb/container {\"block_id\":\"a6d8b155\",\"widthDesktop\":32,\"variationSelected\":true,\"rowGapDesktop\":24,\"rowGapTablet\":20,\"rowGapMobile\":24,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-a6d8b155\"><!-- wp:uagb/image {\"block_id\":\"fcc547e7\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/red-rose-1024x683.jpg\",\"id\":834,\"linkDestination\":\"none\",\"naturalWidth\":1024,\"naturalHeight\":683,\"sizeSlug\":\"large\",\"sizeSlugTablet\":\"large\",\"sizeSlugMobile\":\"large\"} -->\n<div class=\"wp-block-uagb-image uagb-block-fcc547e7 wp-block-uagb-image--layout-default wp-block-uagb-image--effect-static wp-block-uagb-image--align-none\"><figure class=\"wp-block-uagb-image__figure\"><img srcset=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/red-rose-1024x683.jpg \" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/red-rose-1024x683.jpg\" alt=\"\" class=\"uag-image-834\" width=\"\" height=\"\" title=\"\" loading=\"lazy\"/></figure></div>\n<!-- /wp:uagb/image -->\n\n<!-- wp:uagb/image {\"block_id\":\"76ebf270\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/bird-1024x683.png\",\"id\":914,\"linkDestination\":\"none\",\"naturalWidth\":1024,\"naturalHeight\":683,\"sizeSlug\":\"large\",\"sizeSlugTablet\":\"large\",\"sizeSlugMobile\":\"large\"} -->\n<div class=\"wp-block-uagb-image uagb-block-76ebf270 wp-block-uagb-image--layout-default wp-block-uagb-image--effect-static wp-block-uagb-image--align-none\"><figure class=\"wp-block-uagb-image__figure\"><img srcset=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/bird-1024x683.png \" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/bird-1024x683.png\" alt=\"\" class=\"uag-image-914\" width=\"\" height=\"\" title=\"\" loading=\"lazy\"/></figure></div>\n<!-- /wp:uagb/image --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"bde89e80\",\"widthDesktop\":67,\"variationSelected\":true,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-bde89e80\"><!-- wp:uagb/image {\"block_id\":\"c3fc95c8\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAA39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba-2-1024x768.png\",\"id\":920,\"linkDestination\":\"none\",\"widthTablet\":780,\"heightTablet\":0,\"naturalWidth\":1024,\"naturalHeight\":768,\"sizeSlug\":\"large\",\"sizeSlugTablet\":\"large\",\"sizeSlugMobile\":\"large\",\"customHeightSetDesktop\":true} -->\n<div class=\"wp-block-uagb-image uagb-block-c3fc95c8 wp-block-uagb-image--layout-default wp-block-uagb-image--effect-static wp-block-uagb-image--align-none\"><figure class=\"wp-block-uagb-image__figure\"><img srcset=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAA39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba-2-1024x768.png \" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAA39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba-2-1024x768.png\" alt=\"\" class=\"uag-image-920\" title=\"\" loading=\"lazy\"/></figure></div>\n<!-- /wp:uagb/image --></div>\n<!-- /wp:uagb/container --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"afe42be2\",\"directionDesktop\":\"row\",\"alignItemsDesktop\":\"flex-start\",\"topMarginDesktop\":24,\"bottomMarginDesktop\":0,\"leftMarginDesktop\":0,\"rightMarginDesktop\":0,\"topMarginTablet\":20,\"bottomMarginTablet\":0,\"leftMarginTablet\":0,\"rightMarginTablet\":0,\"topMarginMobile\":24,\"bottomMarginMobile\":0,\"leftMarginMobile\":0,\"rightMarginMobile\":0,\"marginLink\":false,\"variationSelected\":true,\"columnGapDesktop\":24,\"columnGapTablet\":20} -->\n<div class=\"wp-block-uagb-container uagb-block-afe42be2\"><!-- wp:uagb/container {\"block_id\":\"7cfbda0e\",\"widthDesktop\":67,\"variationSelected\":true,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-7cfbda0e\"><!-- wp:uagb/image {\"block_id\":\"f166d986\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-8-1024x678.jpg\",\"id\":837,\"linkDestination\":\"none\",\"naturalWidth\":1024,\"naturalHeight\":678,\"sizeSlug\":\"large\",\"sizeSlugTablet\":\"large\",\"sizeSlugMobile\":\"large\",\"customHeightSetDesktop\":true} -->\n<div class=\"wp-block-uagb-image uagb-block-f166d986 wp-block-uagb-image--layout-default wp-block-uagb-image--effect-static wp-block-uagb-image--align-none\"><figure class=\"wp-block-uagb-image__figure\"><img srcset=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-8-1024x678.jpg \" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-8-1024x678.jpg\" alt=\"\" class=\"uag-image-837\" width=\"\" height=\"\" title=\"\" loading=\"lazy\"/></figure></div>\n<!-- /wp:uagb/image --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"b5f77a81\",\"widthDesktop\":32,\"variationSelected\":true,\"rowGapDesktop\":24,\"rowGapTablet\":20,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-b5f77a81\"><!-- wp:uagb/image {\"block_id\":\"c6e73a5d\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/49g.jpg\",\"id\":838,\"linkDestination\":\"none\",\"naturalWidth\":650,\"naturalHeight\":450,\"sizeSlug\":\"full\",\"sizeSlugTablet\":\"full\",\"sizeSlugMobile\":\"full\"} -->\n<div class=\"wp-block-uagb-image uagb-block-c6e73a5d wp-block-uagb-image--layout-default wp-block-uagb-image--effect-static wp-block-uagb-image--align-none\"><figure class=\"wp-block-uagb-image__figure\"><img srcset=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/49g.jpg \" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/49g.jpg\" alt=\"\" class=\"uag-image-838\" width=\"\" height=\"\" title=\"\" loading=\"lazy\"/></figure></div>\n<!-- /wp:uagb/image -->\n\n<!-- wp:uagb/image {\"block_id\":\"ad4a0e9a\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-country-lodge-1-1024x576.jpg\",\"id\":839,\"linkDestination\":\"none\",\"naturalWidth\":1024,\"naturalHeight\":576,\"sizeSlug\":\"large\",\"sizeSlugTablet\":\"large\",\"sizeSlugMobile\":\"large\"} -->\n<div class=\"wp-block-uagb-image uagb-block-ad4a0e9a wp-block-uagb-image--layout-default wp-block-uagb-image--effect-static wp-block-uagb-image--align-none\"><figure class=\"wp-block-uagb-image__figure\"><img srcset=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-country-lodge-1-1024x576.jpg \" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-country-lodge-1-1024x576.jpg\" alt=\"\" class=\"uag-image-839\" width=\"\" height=\"\" title=\"\" loading=\"lazy\"/></figure></div>\n<!-- /wp:uagb/image --></div>\n<!-- /wp:uagb/container --></div>\n<!-- /wp:uagb/container --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"8f355e80\",\"backgroundType\":\"color\",\"backgroundSizeTablet\":\"cover\",\"backgroundSizeMobile\":\"cover\",\"backgroundColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"topPaddingDesktop\":40,\"bottomPaddingDesktop\":104,\"leftPaddingDesktop\":40,\"rightPaddingDesktop\":40,\"topPaddingTablet\":80,\"bottomPaddingTablet\":80,\"leftPaddingTablet\":40,\"rightPaddingTablet\":40,\"topPaddingMobile\":64,\"bottomPaddingMobile\":64,\"leftPaddingMobile\":24,\"rightPaddingMobile\":24,\"paddingLink\":false,\"variationSelected\":true,\"rowGapDesktop\":0,\"isBlockRootParent\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-8f355e80 alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/advanced-heading {\"block_id\":\"8bbf9015\",\"classMigrate\":true,\"headingDescToggle\":true,\"headingAlign\":\"center\",\"headingAlignMobile\":\"left\",\"subHeadingColor\":\"\",\"headSpace\":20,\"subHeadFontSize\":16,\"blockBottomPadding\":20} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-8bbf9015\"><h2 class=\"uagb-heading-text\">What Our Guests Say​</h2><p class=\"uagb-desc-text\">We take pride in serving our guests the best experience. </p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/container {\"block_id\":\"4b137225\",\"directionDesktop\":\"row\",\"topMarginDesktop\":40,\"bottomMarginDesktop\":0,\"leftMarginDesktop\":0,\"rightMarginDesktop\":0,\"marginLink\":false,\"variationSelected\":true,\"rowGapMobile\":40,\"columnGapDesktop\":90} -->\n<div class=\"wp-block-uagb-container uagb-block-4b137225\"><!-- wp:uagb/container {\"block_id\":\"d2356808\",\"widthDesktop\":50,\"variationSelected\":true,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-d2356808\"><!-- wp:uagb/testimonial {\"test_item_count\":1,\"classMigrate\":true,\"test_block\":[{\"description\":\"\\u0022Thank you for a most enjoyable weekend stay and for making our anniversary so special.  Thank you for your kind and lovely friendship which we really appreciate!!!\\u0022​\",\"name\":\"\\u003cstrong\\u003eBrenda and Theuns\\u003c/strong\\u003e\",\"company\":\"\",\"image\":{\"id\":119,\"title\":\"testimonial1\",\"filename\":\"testimonial1.jpg\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/testimonial1.jpg\",\"link\":\"https://blueroan.netgen.cloud/testimonial1/\",\"alt\":\"\",\"author\":\"34\",\"description\":\"\",\"caption\":\"\",\"name\":\"testimonial1\",\"status\":\"inherit\",\"uploadedTo\":0,\"date\":\"2021-05-11T05:02:02.000Z\",\"modified\":\"2021-05-11T05:02:02.000Z\",\"menuOrder\":0,\"mime\":\"image/jpeg\",\"type\":\"image\",\"subtype\":\"jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/default.png\",\"dateFormatted\":\"May 11, 2021\",\"nonces\":{\"update\":\"b92fe40c3d\",\"delete\":\"643c1eb8f1\",\"edit\":\"d3e7d56b1d\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=119\\u0026action=edit\",\"meta\":false,\"authorName\":\"Rishabh\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/user-edit.php?user_id=34\",\"filesizeInBytes\":11264,\"filesizeHumanReadable\":\"11 KB\",\"context\":\"\",\"height\":250,\"width\":250,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/testimonial1-150x150.jpg\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/testimonial1.jpg\",\"height\":250,\"width\":250,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}}}],\"headingAlign\":\"left\",\"headingAlignTablet\":\"left\",\"headingAlignMobile\":\"left\",\"descColor\":\"var(\\u002d\\u002dast-global-color-3)\",\"nameFontSize\":14,\"nameLineHeight\":1,\"descFontSize\":16,\"descFontWeight\":\"600\",\"nameSpace\":1,\"block_id\":\"7acffcf8\",\"iconImage\":{\"url\":\"\",\"alt\":\"InfoBox placeholder img\"},\"imageWidth\":32,\"columnGap\":1,\"borderStyle\":\"\",\"paddingTop\":0,\"paddingBottom\":0,\"paddingLeft\":0,\"paddingRight\":0,\"spacingLink\":true,\"imgpaddingTop\":0,\"imgpaddingRight\":15,\"imgpaddingBottom\":0,\"imgpaddingLeft\":0,\"overallBorderStyle\":\"none\",\"imgTagHeight\":32,\"imgTagWidth\":150} -->\n<div class=\"wp-block-uagb-testimonial uagb-slick-carousel uagb-tm__arrow-outside uagb-block-7acffcf8 uagb-post__carousel_notset uagb-post__carousel_notset-tablet uagb-post__carousel_notset-mobile\"><div class=\"is-carousel uagb-tm__columns-1 uagb-tm__items\"><div class=\"uagb-testimonial__wrap  uagb-tm__imgicon-style-circle uagb-tm__image-position-bottom uagb-tm__bg-type-none \"><div class=\"uagb-tm__content\"><div class=\"uagb-tm__overlay\"></div><div class=\"uagb-tm__text-wrap\"><div class=\"uagb-tm__desc\">\"Thank you for a most enjoyable weekend stay and for making our anniversary so special.  Thank you for your kind and lovely friendship which we really appreciate!!!\"​</div><div class=\"uagb-tm__meta-inner\"><div class=\"uagb-tm__image-content\"><div class=\"uagb-tm__image\"><img class=\"uagb-tm-img-src\" src=\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/testimonial1-150x150.jpg\" alt=\"\" width=\"32\" height=\"32\" loading=\"lazy\"/></div></div><div class=\"uagb-testimonial-details\"><span class=\"uagb-tm__author-name\"><strong>Brenda and Theuns</strong></span><span class=\"uagb-tm__company\"></span></div></div></div></div></div></div></div>\n<!-- /wp:uagb/testimonial -->\n\n<!-- wp:uagb/testimonial {\"test_item_count\":1,\"classMigrate\":true,\"test_block\":[{\"description\":\"\\u0022Breaking away from city life and coming out to a most wonderful romantic weekend away.  The unit is so comfortable.  Thank you for your great hospitality - we had an awesome time here.  Go well - with love\\u0022​\",\"name\":\"\\u003cstrong\\u003e\\u003cstrong\\u003e\\u003cstrong\\u003eLiz \\u0026amp; Eddie\\u003c/strong\\u003e\\u003c/strong\\u003e\\u003c/strong\\u003e\",\"company\":\"\",\"image\":{\"id\":122,\"title\":\"testimonial4\",\"filename\":\"testimonial4.jpg\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/testimonial4.jpg\",\"link\":\"https://blueroan.netgen.cloud/testimonial4/\",\"alt\":\"\",\"author\":\"34\",\"description\":\"\",\"caption\":\"\",\"name\":\"testimonial4\",\"status\":\"inherit\",\"uploadedTo\":0,\"date\":\"2021-05-11T05:02:06.000Z\",\"modified\":\"2021-05-11T05:02:06.000Z\",\"menuOrder\":0,\"mime\":\"image/jpeg\",\"type\":\"image\",\"subtype\":\"jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/default.png\",\"dateFormatted\":\"May 11, 2021\",\"nonces\":{\"update\":\"4e34860add\",\"delete\":\"9e126a55cd\",\"edit\":\"33ffd3c040\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=122\\u0026action=edit\",\"meta\":false,\"authorName\":\"Rishabh\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/user-edit.php?user_id=34\",\"filesizeInBytes\":16584,\"filesizeHumanReadable\":\"16 KB\",\"context\":\"\",\"height\":250,\"width\":250,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/testimonial4-150x150.jpg\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/testimonial4.jpg\",\"height\":250,\"width\":250,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}}}],\"headingAlign\":\"left\",\"headingAlignTablet\":\"left\",\"headingAlignMobile\":\"left\",\"descColor\":\"var(\\u002d\\u002dast-global-color-3)\",\"nameFontSize\":14,\"nameLineHeight\":1,\"descFontSize\":16,\"descFontWeight\":\"600\",\"nameSpace\":1,\"block_id\":\"276ae078\",\"iconImage\":{\"url\":\"\",\"alt\":\"InfoBox placeholder img\"},\"imageWidth\":32,\"columnGap\":1,\"borderStyle\":\"\",\"paddingTop\":0,\"paddingBottom\":0,\"paddingLeft\":0,\"paddingRight\":0,\"spacingLink\":true,\"imgpaddingTop\":0,\"imgpaddingRight\":15,\"imgpaddingBottom\":0,\"imgpaddingLeft\":0,\"overallBorderStyle\":\"none\",\"imgTagHeight\":32,\"imgTagWidth\":150} -->\n<div class=\"wp-block-uagb-testimonial uagb-slick-carousel uagb-tm__arrow-outside uagb-block-276ae078 uagb-post__carousel_notset uagb-post__carousel_notset-tablet uagb-post__carousel_notset-mobile\"><div class=\"is-carousel uagb-tm__columns-1 uagb-tm__items\"><div class=\"uagb-testimonial__wrap  uagb-tm__imgicon-style-circle uagb-tm__image-position-bottom uagb-tm__bg-type-none \"><div class=\"uagb-tm__content\"><div class=\"uagb-tm__overlay\"></div><div class=\"uagb-tm__text-wrap\"><div class=\"uagb-tm__desc\">\"Breaking away from city life and coming out to a most wonderful romantic weekend away.  The unit is so comfortable.  Thank you for your great hospitality - we had an awesome time here.  Go well - with love\"​</div><div class=\"uagb-tm__meta-inner\"><div class=\"uagb-tm__image-content\"><div class=\"uagb-tm__image\"><img class=\"uagb-tm-img-src\" src=\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/testimonial4-150x150.jpg\" alt=\"\" width=\"32\" height=\"32\" loading=\"lazy\"/></div></div><div class=\"uagb-testimonial-details\"><span class=\"uagb-tm__author-name\"><strong><strong><strong>Liz &amp; Eddie</strong></strong></strong></span><span class=\"uagb-tm__company\"></span></div></div></div></div></div></div></div>\n<!-- /wp:uagb/testimonial --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"ada7f536\",\"widthDesktop\":50,\"variationSelected\":true,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-ada7f536\"><!-- wp:uagb/testimonial {\"test_item_count\":1,\"classMigrate\":true,\"test_block\":[{\"description\":\"\\u0022Judy, what a wonderful place you have here - we were so delighted to spend the weekend here, so tranquil, peaceful, and beautiful. You made us feel right at home. Definitely a place worth 5 stars! Go well.\\u0022​\",\"name\":\"\\u003cstrong\\u003e\\u003cstrong\\u003eBrian\\u003c/strong\\u003e\\u003c/strong\\u003e \\u003cstrong\\u003e\\u003cstrong\\u003e\\u003cstrong\\u003eand \\u003cstrong\\u003eMariska\\u003c/strong\\u003e\\u003c/strong\\u003e\\u003cbr\\u003e\\u003c/strong\\u003e\\u003c/strong\\u003e\",\"company\":\"\",\"image\":{\"id\":120,\"title\":\"testimonial2\",\"filename\":\"testimonial2.jpg\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/testimonial2.jpg\",\"link\":\"https://blueroan.netgen.cloud/testimonial2/\",\"alt\":\"\",\"author\":\"34\",\"description\":\"\",\"caption\":\"\",\"name\":\"testimonial2\",\"status\":\"inherit\",\"uploadedTo\":0,\"date\":\"2021-05-11T05:02:03.000Z\",\"modified\":\"2021-05-11T05:02:03.000Z\",\"menuOrder\":0,\"mime\":\"image/jpeg\",\"type\":\"image\",\"subtype\":\"jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/default.png\",\"dateFormatted\":\"May 11, 2021\",\"nonces\":{\"update\":\"1ee6412858\",\"delete\":\"4414a2ccbf\",\"edit\":\"bde7b1f490\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=120\\u0026action=edit\",\"meta\":false,\"authorName\":\"Rishabh\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/user-edit.php?user_id=34\",\"filesizeInBytes\":10087,\"filesizeHumanReadable\":\"10 KB\",\"context\":\"\",\"height\":250,\"width\":250,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/testimonial2-150x150.jpg\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/testimonial2.jpg\",\"height\":250,\"width\":250,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}}}],\"headingAlign\":\"left\",\"headingAlignTablet\":\"left\",\"headingAlignMobile\":\"left\",\"descColor\":\"var(\\u002d\\u002dast-global-color-3)\",\"nameFontSize\":14,\"nameLineHeight\":1,\"descFontSize\":16,\"descFontWeight\":\"600\",\"nameSpace\":1,\"block_id\":\"73d1ba48\",\"iconImage\":{\"url\":\"\",\"alt\":\"InfoBox placeholder img\"},\"imageWidth\":32,\"columnGap\":1,\"borderStyle\":\"\",\"paddingTop\":0,\"paddingBottom\":0,\"paddingLeft\":0,\"paddingRight\":0,\"spacingLink\":true,\"imgpaddingTop\":0,\"imgpaddingRight\":15,\"imgpaddingBottom\":0,\"imgpaddingLeft\":0,\"overallBorderStyle\":\"none\",\"imgTagHeight\":32,\"imgTagWidth\":150} -->\n<div class=\"wp-block-uagb-testimonial uagb-slick-carousel uagb-tm__arrow-outside uagb-block-73d1ba48 uagb-post__carousel_notset uagb-post__carousel_notset-tablet uagb-post__carousel_notset-mobile\"><div class=\"is-carousel uagb-tm__columns-1 uagb-tm__items\"><div class=\"uagb-testimonial__wrap  uagb-tm__imgicon-style-circle uagb-tm__image-position-bottom uagb-tm__bg-type-none \"><div class=\"uagb-tm__content\"><div class=\"uagb-tm__overlay\"></div><div class=\"uagb-tm__text-wrap\"><div class=\"uagb-tm__desc\">\"Judy, what a wonderful place you have here - we were so delighted to spend the weekend here, so tranquil, peaceful, and beautiful. You made us feel right at home. Definitely a place worth 5 stars! Go well.\"​</div><div class=\"uagb-tm__meta-inner\"><div class=\"uagb-tm__image-content\"><div class=\"uagb-tm__image\"><img class=\"uagb-tm-img-src\" src=\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/testimonial2-150x150.jpg\" alt=\"\" width=\"32\" height=\"32\" loading=\"lazy\"/></div></div><div class=\"uagb-testimonial-details\"><span class=\"uagb-tm__author-name\"><strong><strong>Brian</strong></strong> <strong><strong><strong>and <strong>Mariska</strong></strong><br></strong></strong></span><span class=\"uagb-tm__company\"></span></div></div></div></div></div></div></div>\n<!-- /wp:uagb/testimonial -->\n\n<!-- wp:uagb/testimonial {\"test_item_count\":1,\"classMigrate\":true,\"test_block\":[{\"description\":\"\\u0022Thank you for the most wonderful time, Judy!  This was the most peaceful and perfect place to get engaged!  We will most certainly be back!!!  Your hospitality cannot be topped!\\u0022​\",\"name\":\"\\u003cstrong\\u003e\\u003cstrong\\u003e\\u003cstrong\\u003e\\u003cstrong\\u003eBrett and Kelly\\u003c/strong\\u003e\\u003c/strong\\u003e\\u003c/strong\\u003e\\u003c/strong\\u003e\",\"company\":\"\",\"image\":{\"id\":121,\"title\":\"testimonial3\",\"filename\":\"testimonial3.jpg\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/testimonial3.jpg\",\"link\":\"https://blueroan.netgen.cloud/testimonial3/\",\"alt\":\"\",\"author\":\"34\",\"description\":\"\",\"caption\":\"\",\"name\":\"testimonial3\",\"status\":\"inherit\",\"uploadedTo\":0,\"date\":\"2021-05-11T05:02:05.000Z\",\"modified\":\"2021-05-11T05:02:05.000Z\",\"menuOrder\":0,\"mime\":\"image/jpeg\",\"type\":\"image\",\"subtype\":\"jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/default.png\",\"dateFormatted\":\"May 11, 2021\",\"nonces\":{\"update\":\"290653da5d\",\"delete\":\"90a4fb2d63\",\"edit\":\"ff8a64e56e\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=121\\u0026action=edit\",\"meta\":false,\"authorName\":\"Rishabh\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/user-edit.php?user_id=34\",\"filesizeInBytes\":8748,\"filesizeHumanReadable\":\"9 KB\",\"context\":\"\",\"height\":250,\"width\":250,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/testimonial3-150x150.jpg\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/testimonial3.jpg\",\"height\":250,\"width\":250,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}}}],\"headingAlign\":\"left\",\"headingAlignTablet\":\"left\",\"headingAlignMobile\":\"left\",\"descColor\":\"var(\\u002d\\u002dast-global-color-3)\",\"nameFontSize\":14,\"nameLineHeight\":1,\"descFontSize\":16,\"descFontWeight\":\"600\",\"nameSpace\":1,\"block_id\":\"25acf822\",\"iconImage\":{\"url\":\"\",\"alt\":\"InfoBox placeholder img\"},\"imageWidth\":32,\"columnGap\":1,\"borderStyle\":\"\",\"paddingTop\":0,\"paddingBottom\":0,\"paddingLeft\":0,\"paddingRight\":0,\"spacingLink\":true,\"imgpaddingTop\":0,\"imgpaddingRight\":15,\"imgpaddingBottom\":0,\"imgpaddingLeft\":0,\"overallBorderStyle\":\"none\",\"imgTagHeight\":32,\"imgTagWidth\":150} -->\n<div class=\"wp-block-uagb-testimonial uagb-slick-carousel uagb-tm__arrow-outside uagb-block-25acf822 uagb-post__carousel_notset uagb-post__carousel_notset-tablet uagb-post__carousel_notset-mobile\"><div class=\"is-carousel uagb-tm__columns-1 uagb-tm__items\"><div class=\"uagb-testimonial__wrap  uagb-tm__imgicon-style-circle uagb-tm__image-position-bottom uagb-tm__bg-type-none \"><div class=\"uagb-tm__content\"><div class=\"uagb-tm__overlay\"></div><div class=\"uagb-tm__text-wrap\"><div class=\"uagb-tm__desc\">\"Thank you for the most wonderful time, Judy!  This was the most peaceful and perfect place to get engaged!  We will most certainly be back!!!  Your hospitality cannot be topped!\"​</div><div class=\"uagb-tm__meta-inner\"><div class=\"uagb-tm__image-content\"><div class=\"uagb-tm__image\"><img class=\"uagb-tm-img-src\" src=\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/testimonial3-150x150.jpg\" alt=\"\" width=\"32\" height=\"32\" loading=\"lazy\"/></div></div><div class=\"uagb-testimonial-details\"><span class=\"uagb-tm__author-name\"><strong><strong><strong><strong>Brett and Kelly</strong></strong></strong></strong></span><span class=\"uagb-tm__company\"></span></div></div></div></div></div></div></div>\n<!-- /wp:uagb/testimonial --></div>\n<!-- /wp:uagb/container --></div>\n<!-- /wp:uagb/container --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"680e7248\",\"innerContentCustomWidthDesktop\":781,\"innerContentCustomWidthTablet\":781,\"backgroundType\":\"image\",\"backgroundImageDesktop\":{\"id\":809,\"title\":\"26759994757_767d9794fd_b\",\"filename\":\"26759994757_767d9794fd_b.jpg\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/26759994757_767d9794fd_b.jpg\",\"link\":\"https://blueroan.netgen.cloud/?attachment_id=809\",\"alt\":\"\",\"author\":\"2\",\"description\":\"\",\"caption\":\"\",\"name\":\"26759994757_767d9794fd_b\",\"status\":\"inherit\",\"uploadedTo\":805,\"date\":\"2022-12-13T09:51:53.000Z\",\"modified\":\"2022-12-13T09:51:53.000Z\",\"menuOrder\":0,\"mime\":\"image/jpeg\",\"type\":\"image\",\"subtype\":\"jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-includes/images/media/default.png\",\"dateFormatted\":\"December 13, 2022\",\"nonces\":{\"update\":\"39b5c0eef1\",\"delete\":\"fde92abd83\",\"edit\":\"3923face9e\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=809\\u0026action=edit\",\"meta\":false,\"authorName\":\"Netgen Support\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/profile.php\",\"uploadedToTitle\":\"Magaliesburg\",\"uploadedToLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=805\\u0026action=edit\",\"filesizeInBytes\":143610,\"filesizeHumanReadable\":\"140 KB\",\"context\":\"\",\"height\":683,\"width\":1024,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/26759994757_767d9794fd_b-150x150.jpg\",\"orientation\":\"landscape\"},\"medium\":{\"height\":200,\"width\":300,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/26759994757_767d9794fd_b-300x200.jpg\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/26759994757_767d9794fd_b.jpg\",\"height\":683,\"width\":1024,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"backgroundImageColor\":\"rgba(42,42,42,0.65)\",\"topPaddingDesktop\":144,\"bottomPaddingDesktop\":144,\"leftPaddingDesktop\":40,\"rightPaddingDesktop\":40,\"topPaddingTablet\":80,\"bottomPaddingTablet\":80,\"leftPaddingTablet\":40,\"rightPaddingTablet\":40,\"topPaddingMobile\":64,\"bottomPaddingMobile\":64,\"leftPaddingMobile\":24,\"rightPaddingMobile\":24,\"paddingLink\":false,\"variationSelected\":true,\"isBlockRootParent\":true,\"overlayType\":\"color\"} -->\n<div class=\"wp-block-uagb-container uagb-block-680e7248 alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/advanced-heading {\"block_id\":\"1ceb1dfe\",\"classMigrate\":true,\"headingDescToggle\":true,\"headingAlign\":\"center\",\"headingColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"subHeadingColor\":\"var(\\u002d\\u002dast-global-color-4)\",\"headSpace\":20} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-1ceb1dfe\"><h2 class=\"uagb-heading-text\">Plan an Unforgettable Experience at <br>Blue Roan!</h2><p class=\"uagb-desc-text\">Blue Roan is a 4-star graded pet-friendly venue</p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/advanced-heading {\"block_id\":\"de52fa20\",\"classMigrate\":true,\"headingTitleToggle\":false,\"headingDescToggle\":true,\"headingAlign\":\"center\",\"subHeadingColor\":\"var(\\u002d\\u002dast-global-color-4)\",\"subHeadTransform\":\"uppercase\",\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"subHeadLetterSpacing\":2,\"blockTopPadding\":60,\"blockRightPadding\":0,\"blockLeftPadding\":0,\"blockBottomPadding\":0,\"blockTopPaddingMobile\":30,\"blockRightPaddingMobile\":0,\"blockLeftPaddingMobile\":0,\"blockBottomPaddingMobile\":0} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-de52fa20\"><p class=\"uagb-desc-text\">BOOK YOUR STAY NOW​</p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/icon-list {\"block_id\":\"aa9b5f3f\",\"classMigrate\":true,\"childMigrate\":true,\"align\":\"center\",\"parentIcon\":\"phone\",\"size\":40,\"sizeMobile\":24,\"sizeTablet\":32,\"fontSize\":48,\"fontSizeMobile\":28,\"fontSizeTablet\":40,\"fontWeight\":\"600\",\"iconColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"labelColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"blockTopPadding\":0,\"blockRightPadding\":0,\"blockLeftPadding\":0,\"blockBottomPadding\":24,\"blockPaddingLink\":false} -->\n<div class=\"wp-block-uagb-icon-list uagb-block-aa9b5f3f\"><div class=\"uagb-icon-list__wrap\"><!-- wp:uagb/icon-list-child {\"block_id\":\"2b5f7e75\",\"label\":\" + 27 (0) 82 575 5409\",\"label_color\":\"\",\"link\":\"tel:+27825755409\",\"disableLink\":true,\"fromParentIcon\":\"phone\",\"imageSizeChild\":40} -->\n<div class=\"wp-block-uagb-icon-list-child uagb-block-2b5f7e75\"><a target=\"_self\" aria-label=\" + 27 (0) 82 575 5409\" rel=\"noopener noreferrer\" href=\"tel:+27825755409\"> </a><span class=\"uagb-icon-list__source-wrap\"><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M511.2 387l-23.25 100.8c-3.266 14.25-15.79 24.22-30.46 24.22C205.2 512 0 306.8 0 54.5c0-14.66 9.969-27.2 24.22-30.45l100.8-23.25C139.7-2.602 154.7 5.018 160.8 18.92l46.52 108.5c5.438 12.78 1.77 27.67-8.98 36.45L144.5 207.1c33.98 69.22 90.26 125.5 159.5 159.5l44.08-53.8c8.688-10.78 23.69-14.51 36.47-8.975l108.5 46.51C506.1 357.2 514.6 372.4 511.2 387z\"></path></svg></span><span class=\"uagb-icon-list__label\"> + 27 (0) 82 575 5409</span></div>\n<!-- /wp:uagb/icon-list-child -->\n\n<!-- wp:uagb/icon-list-child {\"block_id\":\"85b936fc\",\"label\":\"blueroan@ugo.co.za\",\"icon\":\"envelope\",\"label_color\":\"\",\"link\":\"mailto:blueroan@ugo.co.za\",\"disableLink\":true,\"fromParentIcon\":\"phone\",\"imageSizeChild\":40} -->\n<div class=\"wp-block-uagb-icon-list-child uagb-block-85b936fc\"><a target=\"_self\" aria-label=\"blueroan@ugo.co.za\" rel=\"noopener noreferrer\" href=\"mailto:blueroan@ugo.co.za\"> </a><span class=\"uagb-icon-list__source-wrap\"><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M464 64C490.5 64 512 85.49 512 112C512 127.1 504.9 141.3 492.8 150.4L275.2 313.6C263.8 322.1 248.2 322.1 236.8 313.6L19.2 150.4C7.113 141.3 0 127.1 0 112C0 85.49 21.49 64 48 64H464zM217.6 339.2C240.4 356.3 271.6 356.3 294.4 339.2L512 176V384C512 419.3 483.3 448 448 448H64C28.65 448 0 419.3 0 384V176L217.6 339.2z\"></path></svg></span><span class=\"uagb-icon-list__label\">blueroan@ugo.co.za</span></div>\n<!-- /wp:uagb/icon-list-child --></div></div>\n<!-- /wp:uagb/icon-list --></div></div>\n<!-- /wp:uagb/container -->',	'Home',	'',	'inherit',	'closed',	'closed',	'',	'760-revision-v1',	'',	'',	'2022-12-13 15:10:24',	'2022-12-13 15:10:24',	'',	760,	'https://blueroan.netgen.cloud/?p=922',	0,	'revision',	'',	0),
(924,	2,	'2022-12-13 15:16:15',	'2022-12-13 15:16:15',	'<!-- wp:uagb/container {\"block_id\":\"7fe45844\",\"minHeightDesktop\":95,\"minHeightTablet\":70,\"minHeightMobile\":80,\"minHeightType\":\"vh\",\"alignItemsDesktop\":\"flex-start\",\"backgroundType\":\"image\",\"backgroundImageDesktop\":{\"uploading\":false,\"date\":1670921854000,\"filename\":\"Blue-Roan-pool.jpg\",\"menuOrder\":0,\"uploadedTo\":760,\"type\":\"image\",\"subtype\":\"jpeg\",\"id\":784,\"title\":\"Blue Roan - pool\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Blue-Roan-pool.jpg\",\"link\":\"https://blueroan.netgen.cloud/home/blue-roan-pool/\",\"alt\":\"\",\"author\":\"2\",\"description\":\"\",\"caption\":\"\",\"name\":\"blue-roan-pool\",\"status\":\"inherit\",\"modified\":1670921854000,\"mime\":\"image/jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-includes/images/media/default.png\",\"dateFormatted\":\"December 13, 2022\",\"nonces\":{\"update\":\"51a12ed09e\",\"delete\":\"5174068551\",\"edit\":\"1de0721407\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=784\\u0026action=edit\",\"meta\":false,\"authorName\":\"Netgen Support\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/profile.php\",\"uploadedToTitle\":\"Home\",\"uploadedToLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=760\\u0026action=edit\",\"filesizeInBytes\":154801,\"filesizeHumanReadable\":\"151 KB\",\"context\":\"\",\"height\":667,\"width\":1000,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Blue-Roan-pool-150x150.jpg\",\"orientation\":\"landscape\"},\"medium\":{\"height\":200,\"width\":300,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Blue-Roan-pool-300x200.jpg\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Blue-Roan-pool.jpg\",\"height\":667,\"width\":1000,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"backgroundPositionDesktop\":{\"x\":0.5,\"y\":0.25},\"backgroundImageColor\":\"rgba(42,42,42,0.35)\",\"topPaddingDesktop\":0,\"bottomPaddingDesktop\":0,\"leftPaddingDesktop\":40,\"rightPaddingDesktop\":40,\"topPaddingTablet\":120,\"bottomPaddingTablet\":120,\"leftPaddingTablet\":40,\"rightPaddingTablet\":40,\"topPaddingMobile\":150,\"bottomPaddingMobile\":150,\"leftPaddingMobile\":20,\"rightPaddingMobile\":20,\"paddingLink\":false,\"variationSelected\":true,\"isBlockRootParent\":true,\"overlayType\":\"color\",\"minHeightTypeTablet\":\"vh\",\"minHeightTypeMobile\":\"vh\"} -->\n<div class=\"wp-block-uagb-container uagb-block-7fe45844 alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/info-box {\"classMigrate\":true,\"headingAlign\":\"left\",\"headingColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"subHeadingColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"headingTag\":\"h1\",\"subHeadFontSize\":17,\"subHeadFontSizeMobile\":15,\"headSpace\":20,\"subHeadSpace\":40,\"block_id\":\"d13550e7\",\"ctaIcon\":\"\",\"ctaType\":\"button\",\"ctaText\":\"Book Your Stay Now\",\"ctaLink\":\"#\",\"ctaBtnLinkColor\":\"var(\\u002d\\u002dast-global-color-2)\",\"ctaLinkHoverColor\":\"var(\\u002d\\u002dast-global-color-2)\",\"ctaBgColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"ctaBgHoverColor\":\"var(\\u002d\\u002dast-global-color-4)\",\"ctaBorderColor\":\"\",\"ctaBorderStyle\":\"\",\"ctaBorderWidth\":\"\",\"ctaBorderRadius\":\"\",\"iconImage\":{\"url\":\"\",\"alt\":\"InfoBox placeholder img\"},\"showIcon\":false,\"paddingBtnTop\":18,\"paddingBtnBottom\":18,\"paddingBtnLeft\":34,\"paddingBtnRight\":34,\"blockTopPadding\":0,\"blockRightPadding\":40,\"blockLeftPadding\":0,\"blockBottomPadding\":0,\"blockTopPaddingTablet\":0,\"blockRightPaddingTablet\":64,\"blockLeftPaddingTablet\":0,\"blockBottomPaddingTablet\":0,\"blockTopPaddingMobile\":0,\"blockRightPaddingMobile\":0,\"blockLeftPaddingMobile\":0,\"blockBottomPaddingMobile\":0,\"blockPaddingUnit\":\"%\",\"blockPaddingLink\":false,\"subHeadMarginTopTablet\":0,\"subHeadMarginRightTablet\":64,\"subHeadTabletSpace\":40,\"subHeadMarginLeftTablet\":0,\"subHeadMarginTopMobile\":0,\"subHeadMarginRightMobile\":0,\"subHeadMobileSpace\":40,\"subHeadMarginLeftMobile\":0,\"btnBorderTopWidth\":1,\"btnBorderLeftWidth\":1,\"btnBorderRightWidth\":1,\"btnBorderBottomWidth\":1,\"btnBorderTopLeftRadius\":0,\"btnBorderTopRightRadius\":0,\"btnBorderBottomLeftRadius\":0,\"btnBorderBottomRightRadius\":0,\"btnBorderStyle\":\"none\",\"btnBorderColor\":\"#333\"} -->\n<div class=\"wp-block-uagb-info-box uagb-block-d13550e7 uagb-infobox__content-wrap  uagb-infobox-icon-above-title uagb-infobox-image-valign-top\"><div class=\"uagb-ifb-content\"><div class=\"uagb-ifb-title-wrap\"><h1 class=\"uagb-ifb-title\"><strong>Magaliesburg pet friendly self-catering accommodation</strong></h1></div><p class=\"uagb-ifb-desc\">Romantic pet-friendly self-catering accommodation in Magaliesburg, Gauteng.</p><div class=\"uagb-ifb-button-wrapper wp-block-button\"><a href=\"#\" class=\"uagb-infobox-cta-link wp-block-button__link\" target=\"_self\" rel=\"noopener noreferrer\" alt=\"\"><span class=\"uagb-inline-editing\">Book Your Stay Now</span></a></div></div></div>\n<!-- /wp:uagb/info-box --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"91820f87\",\"directionDesktop\":\"row\",\"directionMobile\":\"column-reverse\",\"alignItemsDesktop\":\"flex-start\",\"backgroundType\":\"color\",\"backgroundSizeTablet\":\"cover\",\"backgroundSizeMobile\":\"cover\",\"backgroundColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"topPaddingDesktop\":60,\"bottomPaddingDesktop\":60,\"topPaddingTablet\":80,\"bottomPaddingTablet\":80,\"leftPaddingTablet\":40,\"rightPaddingTablet\":40,\"topPaddingMobile\":64,\"bottomPaddingMobile\":64,\"leftPaddingMobile\":24,\"rightPaddingMobile\":24,\"paddingLink\":false,\"variationSelected\":true,\"columnGapDesktop\":60,\"columnGapTablet\":50,\"isBlockRootParent\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-91820f87 alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/container {\"block_id\":\"e183c02a\",\"widthDesktop\":50,\"variationSelected\":true,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-e183c02a\"><!-- wp:image {\"id\":797,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-13.jpg\" alt=\"\" class=\"wp-image-797\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The Blue Roan Country Lodge is situated just 5 minutes from the village of Magaliesburg on a tar road so easy access for all cars. &nbsp;We have panoramic views of the Magaliesberg mountain range and our farm is the perfect place for a relaxing getaway in the country. &nbsp;As we are only 70 km from JHB and Pretoria, it is only an hour’s drive.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:buttons -->\n<div class=\"wp-block-buttons\"><!-- wp:button -->\n<div class=\"wp-block-button\"><a class=\"wp-block-button__link wp-element-button\" href=\"/accommodation/\">View accomodation</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"c741a2b1\",\"widthDesktop\":50,\"leftPaddingDesktop\":0,\"paddingLink\":false,\"variationSelected\":true,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-c741a2b1\"><!-- wp:uagb/advanced-heading {\"block_id\":\"0333839d\",\"classMigrate\":true,\"headingDescToggle\":true,\"subHeadingColor\":\"\",\"headSpace\":20,\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-0333839d\"><h2 class=\"uagb-heading-text\"><strong>Blue Roan is a 4-star graded pet-friendly venue</strong></h2><p class=\"uagb-desc-text\">Our goal is to provide high-quality, romantic, comfortable, and affordable self-catering accommodation on the outskirts of the village of &nbsp;Magaliesburg. &nbsp;For animal lovers, we are also&nbsp;pet-friendly&nbsp;by arrangement in most of the units all of which have their own fully fenced and gated private grassy gardens.</p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/image {\"block_id\":\"7a6da0d6\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/hammock-in-the-garden.jpg\",\"align\":\"left\",\"id\":799,\"linkDestination\":\"none\",\"naturalWidth\":600,\"naturalHeight\":400,\"sizeSlug\":\"full\",\"sizeSlugTablet\":\"full\",\"sizeSlugMobile\":\"full\",\"imageTopMargin\":20,\"imageRightMargin\":0,\"imageLeftMargin\":0,\"imageBottomMargin\":0,\"imageTopMarginMobile\":0,\"imageRightMarginMobile\":0,\"imageLeftMarginMobile\":0,\"imageBottomMarginMobile\":0,\"imageMarginLink\":false} -->\n<div class=\"wp-block-uagb-image uagb-block-7a6da0d6 wp-block-uagb-image--layout-default wp-block-uagb-image--effect-static wp-block-uagb-image--align-left\"><figure class=\"wp-block-uagb-image__figure\"><img srcset=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/hammock-in-the-garden.jpg \" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/hammock-in-the-garden.jpg\" alt=\"\" class=\"uag-image-799\" width=\"\" height=\"\" title=\"\" loading=\"lazy\"/></figure></div>\n<!-- /wp:uagb/image --></div>\n<!-- /wp:uagb/container --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"4d006812\",\"directionDesktop\":\"row\",\"directionMobile\":\"column-reverse\",\"alignItemsDesktop\":\"flex-start\",\"backgroundType\":\"color\",\"backgroundSizeTablet\":\"cover\",\"backgroundSizeMobile\":\"cover\",\"backgroundColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"topPaddingDesktop\":0,\"bottomPaddingDesktop\":0,\"topPaddingTablet\":80,\"bottomPaddingTablet\":80,\"leftPaddingTablet\":40,\"rightPaddingTablet\":40,\"topPaddingMobile\":64,\"bottomPaddingMobile\":64,\"leftPaddingMobile\":24,\"rightPaddingMobile\":24,\"paddingLink\":false,\"variationSelected\":true,\"rowGapDesktop\":0,\"columnGapDesktop\":0,\"columnGapTablet\":50,\"isBlockRootParent\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-4d006812 alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:image {\"align\":\"center\",\"id\":794,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image aligncenter size-full\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/210-2108726_too-great-for-us-tourism-grading-council-of-south-5.png\" alt=\"\" class=\"wp-image-794\"/></figure>\n<!-- /wp:image --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"5378cdd9\",\"backgroundType\":\"color\",\"backgroundSizeTablet\":\"cover\",\"backgroundSizeMobile\":\"cover\",\"backgroundColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"topPaddingDesktop\":50,\"bottomPaddingDesktop\":100,\"topPaddingTablet\":50,\"bottomPaddingTablet\":25,\"leftPaddingTablet\":20,\"rightPaddingTablet\":20,\"topPaddingMobile\":50,\"bottomPaddingMobile\":20,\"leftPaddingMobile\":20,\"rightPaddingMobile\":20,\"paddingLink\":false,\"variationSelected\":true,\"rowGapDesktop\":0,\"isBlockRootParent\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-5378cdd9 alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/container {\"block_id\":\"c37c8be2\",\"directionDesktop\":\"row\",\"alignItemsDesktop\":\"flex-end\",\"alignItemsTablet\":\"flex-end\",\"justifyContentDesktop\":\"flex-end\",\"justifyContentTablet\":\"space-between\",\"variationSelected\":true,\"rowGapMobile\":30,\"columnGapDesktop\":0} -->\n<div class=\"wp-block-uagb-container uagb-block-c37c8be2\"><!-- wp:uagb/advanced-heading {\"block_id\":\"8a877b5f\",\"classMigrate\":true,\"headingDescToggle\":true,\"subHeadingColor\":\"\",\"headSpace\":20,\"subHeadFontSize\":16} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-8a877b5f\"><h2 class=\"uagb-heading-text\">Amenities &amp; Interests ​</h2><p class=\"uagb-desc-text\">We have 7 lovely brick&nbsp;<strong>self-catering</strong>&nbsp;units, each one private and with its own character and theme. &nbsp;They are designed exclusively for couples with or without pets wanting a romantic and peaceful place to connect, re-connect, celebrate special occasions, or somewhere quiet and comfortable to come for a holiday</p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/buttons {\"block_id\":\"c25a1c65\",\"classMigrate\":true,\"childMigrate\":true,\"align\":\"right\",\"alignTablet\":\"right\",\"alignMobile\":\"left\",\"gap\":0} -->\n<div class=\"wp-block-uagb-buttons uagb-buttons__outer-wrap uagb-btn__default-btn uagb-btn-tablet__default-btn uagb-btn-mobile__default-btn uagb-block-c25a1c65\"><div class=\"uagb-buttons__wrap uagb-buttons-layout-wrap\"><!-- wp:uagb/buttons-child {\"block_id\":\"4e6cdb96\",\"label\":\"View All\",\"link\":\"#\",\"hColor\":\"\",\"borderWidth\":\"\",\"borderRadius\":\"\",\"borderStyle\":\"\",\"borderColor\":\"\",\"borderHColor\":\"\",\"btnBorderTopWidth\":1,\"btnBorderLeftWidth\":1,\"btnBorderRightWidth\":1,\"btnBorderBottomWidth\":1,\"btnBorderTopLeftRadius\":2,\"btnBorderTopRightRadius\":2,\"btnBorderBottomLeftRadius\":2,\"btnBorderBottomRightRadius\":2,\"btnBorderStyle\":\"solid\",\"btnBorderColor\":\"#333\",\"btnBorderHColor\":\"#333\"} -->\n<div class=\"wp-block-uagb-buttons-child uagb-buttons__outer-wrap uagb-block-4e6cdb96 wp-block-button is-style-outline\"><div class=\"uagb-button__wrapper\"><a class=\"uagb-buttons-repeater wp-block-button__link\" href=\"#\" rel=\"follow noopener\" target=\"_self\"><div class=\"uagb-button__link\">View All</div></a></div></div>\n<!-- /wp:uagb/buttons-child --></div></div>\n<!-- /wp:uagb/buttons --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"1878f54e\",\"directionDesktop\":\"row\",\"alignItemsTablet\":\"flex-start\",\"paddingLink\":false,\"topMarginDesktop\":50,\"bottomMarginDesktop\":20,\"leftMarginDesktop\":0,\"rightMarginDesktop\":0,\"marginLink\":false,\"variationSelected\":true,\"rowGapMobile\":65,\"columnGapDesktop\":48,\"columnGapTablet\":20} -->\n<div class=\"wp-block-uagb-container uagb-block-1878f54e\"><!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"align\":\"center\",\"id\":828,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image aligncenter size-full\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Blue-Roan-pool.png\" alt=\"Blue Roan\'s rock pool\" class=\"wp-image-828\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>A relaxing rock Pool​</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>We have a lovely sparkling blue rock pool next to a thatched Lapa. &nbsp;&nbsp;Lie on recliners on the green lawn or sit on the swing chair in the Lapa and enjoy the panoramic view of the Magaliesberg mountain range.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":829,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/img-20160605-wa0002-largejpg.png\" alt=\"\" class=\"wp-image-829\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>Braai facilities </h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>What can compare to a burning fire under the star-lit African sky? Nothing beats the flavor of cooking over an open flame.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":830,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/ef9d0188da11e2bc56788f5619d9d539.png\" alt=\"\" class=\"wp-image-830\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>A games room </h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>The reception is also a games room for those who enjoy darts or playing pool. &nbsp;Take a selection of DVDs back to your room and watch movies on your own DVD player. &nbsp;There is also a selection of board games and music CDs that you can borrow.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div>\n<!-- /wp:uagb/container --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"4bf5fff1\",\"backgroundType\":\"color\",\"backgroundSizeTablet\":\"cover\",\"backgroundSizeMobile\":\"cover\",\"backgroundColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"bottomPaddingDesktop\":104,\"leftPaddingDesktop\":40,\"rightPaddingDesktop\":40,\"topPaddingTablet\":80,\"bottomPaddingTablet\":80,\"leftPaddingTablet\":40,\"rightPaddingTablet\":40,\"topPaddingMobile\":64,\"bottomPaddingMobile\":64,\"leftPaddingMobile\":24,\"rightPaddingMobile\":24,\"paddingLink\":false,\"variationSelected\":true,\"rowGapDesktop\":0,\"isBlockRootParent\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-4bf5fff1 alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/advanced-heading {\"block_id\":\"441069f4\",\"classMigrate\":true,\"headingDescToggle\":true,\"headingAlign\":\"center\",\"headingAlignMobile\":\"left\",\"subHeadingColor\":\"\",\"headSpace\":20,\"subHeadFontSize\":16,\"blockBottomPadding\":20} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-441069f4\"><h2 class=\"uagb-heading-text\">Our Inside Pictures​</h2><p class=\"uagb-desc-text\">Take a look at some pretty pictures captured in and around our premises.</p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/container {\"block_id\":\"7670b2da\",\"directionDesktop\":\"row\",\"alignItemsDesktop\":\"flex-start\",\"topMarginDesktop\":20,\"bottomMarginDesktop\":0,\"leftMarginDesktop\":0,\"rightMarginDesktop\":0,\"marginLink\":false,\"variationSelected\":true,\"rowGapMobile\":24,\"columnGapDesktop\":24,\"columnGapTablet\":20} -->\n<div class=\"wp-block-uagb-container uagb-block-7670b2da\"><!-- wp:uagb/container {\"block_id\":\"2bcd0b57\",\"widthDesktop\":32,\"variationSelected\":true,\"rowGapDesktop\":24,\"rowGapTablet\":20,\"rowGapMobile\":24,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-2bcd0b57\"><!-- wp:uagb/image {\"block_id\":\"25a91c8f\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/red-rose-1024x683.jpg\",\"id\":834,\"linkDestination\":\"none\",\"naturalWidth\":1024,\"naturalHeight\":683,\"sizeSlug\":\"large\",\"sizeSlugTablet\":\"large\",\"sizeSlugMobile\":\"large\"} -->\n<div class=\"wp-block-uagb-image uagb-block-25a91c8f wp-block-uagb-image--layout-default wp-block-uagb-image--effect-static wp-block-uagb-image--align-none\"><figure class=\"wp-block-uagb-image__figure\"><img srcset=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/red-rose-1024x683.jpg \" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/red-rose-1024x683.jpg\" alt=\"\" class=\"uag-image-834\" width=\"\" height=\"\" title=\"\" loading=\"lazy\"/></figure></div>\n<!-- /wp:uagb/image -->\n\n<!-- wp:uagb/image {\"block_id\":\"8d34df27\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/bird-1024x683.png\",\"id\":914,\"linkDestination\":\"none\",\"naturalWidth\":1024,\"naturalHeight\":683,\"sizeSlug\":\"large\",\"sizeSlugTablet\":\"large\",\"sizeSlugMobile\":\"large\"} -->\n<div class=\"wp-block-uagb-image uagb-block-8d34df27 wp-block-uagb-image--layout-default wp-block-uagb-image--effect-static wp-block-uagb-image--align-none\"><figure class=\"wp-block-uagb-image__figure\"><img srcset=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/bird-1024x683.png \" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/bird-1024x683.png\" alt=\"\" class=\"uag-image-914\" width=\"\" height=\"\" title=\"\" loading=\"lazy\"/></figure></div>\n<!-- /wp:uagb/image --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"fdbe309a\",\"widthDesktop\":67,\"variationSelected\":true,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-fdbe309a\"><!-- wp:uagb/image {\"block_id\":\"a03573a1\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAA39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba-2-1024x768.png\",\"id\":920,\"linkDestination\":\"none\",\"widthTablet\":780,\"heightTablet\":0,\"naturalWidth\":1024,\"naturalHeight\":768,\"sizeSlug\":\"large\",\"sizeSlugTablet\":\"large\",\"sizeSlugMobile\":\"large\",\"customHeightSetDesktop\":true} -->\n<div class=\"wp-block-uagb-image uagb-block-a03573a1 wp-block-uagb-image--layout-default wp-block-uagb-image--effect-static wp-block-uagb-image--align-none\"><figure class=\"wp-block-uagb-image__figure\"><img srcset=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAA39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba-2-1024x768.png \" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAA39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba-2-1024x768.png\" alt=\"\" class=\"uag-image-920\" width=\"\" height=\"\" title=\"\" loading=\"lazy\"/></figure></div>\n<!-- /wp:uagb/image --></div>\n<!-- /wp:uagb/container --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"742f0c69\",\"directionDesktop\":\"row\",\"alignItemsDesktop\":\"flex-start\",\"topMarginDesktop\":24,\"bottomMarginDesktop\":0,\"leftMarginDesktop\":0,\"rightMarginDesktop\":0,\"topMarginTablet\":20,\"bottomMarginTablet\":0,\"leftMarginTablet\":0,\"rightMarginTablet\":0,\"topMarginMobile\":24,\"bottomMarginMobile\":0,\"leftMarginMobile\":0,\"rightMarginMobile\":0,\"marginLink\":false,\"variationSelected\":true,\"columnGapDesktop\":24,\"columnGapTablet\":20} -->\n<div class=\"wp-block-uagb-container uagb-block-742f0c69\"><!-- wp:uagb/container {\"block_id\":\"f1b55399\",\"widthDesktop\":67,\"variationSelected\":true,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-f1b55399\"><!-- wp:uagb/image {\"block_id\":\"2f0d6bf6\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-8-1024x678.jpg\",\"id\":837,\"linkDestination\":\"none\",\"width\":697,\"height\":460,\"naturalWidth\":1024,\"naturalHeight\":678,\"sizeSlug\":\"large\",\"sizeSlugTablet\":\"large\",\"sizeSlugMobile\":\"large\",\"customHeightSetDesktop\":true} -->\n<div class=\"wp-block-uagb-image uagb-block-2f0d6bf6 wp-block-uagb-image--layout-default wp-block-uagb-image--effect-static wp-block-uagb-image--align-none\"><figure class=\"wp-block-uagb-image__figure\"><img srcset=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-8-1024x678.jpg \" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-8-1024x678.jpg\" alt=\"\" class=\"uag-image-837\" width=\"697\" height=\"460\" title=\"\" loading=\"lazy\"/></figure></div>\n<!-- /wp:uagb/image --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"4cfdeb64\",\"widthDesktop\":32,\"variationSelected\":true,\"rowGapDesktop\":24,\"rowGapTablet\":20,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-4cfdeb64\"><!-- wp:uagb/image {\"block_id\":\"a7d742bc\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/49g.jpg\",\"id\":838,\"linkDestination\":\"none\",\"naturalWidth\":650,\"naturalHeight\":450,\"sizeSlug\":\"full\",\"sizeSlugTablet\":\"full\",\"sizeSlugMobile\":\"full\"} -->\n<div class=\"wp-block-uagb-image uagb-block-a7d742bc wp-block-uagb-image--layout-default wp-block-uagb-image--effect-static wp-block-uagb-image--align-none\"><figure class=\"wp-block-uagb-image__figure\"><img srcset=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/49g.jpg \" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/49g.jpg\" alt=\"\" class=\"uag-image-838\" width=\"\" height=\"\" title=\"\" loading=\"lazy\"/></figure></div>\n<!-- /wp:uagb/image -->\n\n<!-- wp:uagb/image {\"block_id\":\"6ebed67d\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Blue-roan-pool-01.jpg\",\"id\":782,\"linkDestination\":\"none\",\"naturalWidth\":800,\"naturalHeight\":534,\"sizeSlug\":\"full\",\"sizeSlugTablet\":\"full\",\"sizeSlugMobile\":\"full\"} -->\n<div class=\"wp-block-uagb-image uagb-block-6ebed67d wp-block-uagb-image--layout-default wp-block-uagb-image--effect-static wp-block-uagb-image--align-none\"><figure class=\"wp-block-uagb-image__figure\"><img srcset=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Blue-roan-pool-01.jpg \" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Blue-roan-pool-01.jpg\" alt=\"\" class=\"uag-image-782\" title=\"\" loading=\"lazy\"/></figure></div>\n<!-- /wp:uagb/image --></div>\n<!-- /wp:uagb/container --></div>\n<!-- /wp:uagb/container --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"cb711b8e\",\"backgroundType\":\"color\",\"backgroundSizeTablet\":\"cover\",\"backgroundSizeMobile\":\"cover\",\"backgroundColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"topPaddingDesktop\":40,\"bottomPaddingDesktop\":104,\"leftPaddingDesktop\":40,\"rightPaddingDesktop\":40,\"topPaddingTablet\":80,\"bottomPaddingTablet\":80,\"leftPaddingTablet\":40,\"rightPaddingTablet\":40,\"topPaddingMobile\":64,\"bottomPaddingMobile\":64,\"leftPaddingMobile\":24,\"rightPaddingMobile\":24,\"paddingLink\":false,\"variationSelected\":true,\"rowGapDesktop\":0,\"isBlockRootParent\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-cb711b8e alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/advanced-heading {\"block_id\":\"e1d752fd\",\"classMigrate\":true,\"headingDescToggle\":true,\"headingAlign\":\"center\",\"headingAlignMobile\":\"left\",\"subHeadingColor\":\"\",\"headSpace\":20,\"subHeadFontSize\":16,\"blockBottomPadding\":20} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-e1d752fd\"><h2 class=\"uagb-heading-text\">What Our Guests Say​</h2><p class=\"uagb-desc-text\">We take pride in serving our guests the best experience. </p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/container {\"block_id\":\"5ca146ac\",\"directionDesktop\":\"row\",\"topMarginDesktop\":40,\"bottomMarginDesktop\":0,\"leftMarginDesktop\":0,\"rightMarginDesktop\":0,\"marginLink\":false,\"variationSelected\":true,\"rowGapMobile\":40,\"columnGapDesktop\":90} -->\n<div class=\"wp-block-uagb-container uagb-block-5ca146ac\"><!-- wp:uagb/container {\"block_id\":\"855c8e74\",\"widthDesktop\":50,\"variationSelected\":true,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-855c8e74\"><!-- wp:uagb/testimonial {\"test_item_count\":1,\"classMigrate\":true,\"test_block\":[{\"description\":\"\\u0022Thank you for a most enjoyable weekend stay and for making our anniversary so special.  Thank you for your kind and lovely friendship which we really appreciate!!!\\u0022​\",\"name\":\"\\u003cstrong\\u003eBrenda and Theuns\\u003c/strong\\u003e\",\"company\":\"\",\"image\":{\"id\":119,\"title\":\"testimonial1\",\"filename\":\"testimonial1.jpg\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/testimonial1.jpg\",\"link\":\"https://blueroan.netgen.cloud/testimonial1/\",\"alt\":\"\",\"author\":\"34\",\"description\":\"\",\"caption\":\"\",\"name\":\"testimonial1\",\"status\":\"inherit\",\"uploadedTo\":0,\"date\":\"2021-05-11T05:02:02.000Z\",\"modified\":\"2021-05-11T05:02:02.000Z\",\"menuOrder\":0,\"mime\":\"image/jpeg\",\"type\":\"image\",\"subtype\":\"jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/default.png\",\"dateFormatted\":\"May 11, 2021\",\"nonces\":{\"update\":\"b92fe40c3d\",\"delete\":\"643c1eb8f1\",\"edit\":\"d3e7d56b1d\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=119\\u0026action=edit\",\"meta\":false,\"authorName\":\"Rishabh\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/user-edit.php?user_id=34\",\"filesizeInBytes\":11264,\"filesizeHumanReadable\":\"11 KB\",\"context\":\"\",\"height\":250,\"width\":250,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/testimonial1-150x150.jpg\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/testimonial1.jpg\",\"height\":250,\"width\":250,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}}}],\"headingAlign\":\"left\",\"headingAlignTablet\":\"left\",\"headingAlignMobile\":\"left\",\"descColor\":\"var(\\u002d\\u002dast-global-color-3)\",\"nameFontSize\":14,\"nameLineHeight\":1,\"descFontSize\":16,\"descFontWeight\":\"600\",\"nameSpace\":1,\"block_id\":\"8a7779de\",\"iconImage\":{\"url\":\"\",\"alt\":\"InfoBox placeholder img\"},\"imageWidth\":32,\"columnGap\":1,\"borderStyle\":\"\",\"paddingTop\":0,\"paddingBottom\":0,\"paddingLeft\":0,\"paddingRight\":0,\"spacingLink\":true,\"imgpaddingTop\":0,\"imgpaddingRight\":15,\"imgpaddingBottom\":0,\"imgpaddingLeft\":0,\"overallBorderStyle\":\"none\",\"imgTagHeight\":32,\"imgTagWidth\":150} -->\n<div class=\"wp-block-uagb-testimonial uagb-slick-carousel uagb-tm__arrow-outside uagb-block-8a7779de uagb-post__carousel_notset uagb-post__carousel_notset-tablet uagb-post__carousel_notset-mobile\"><div class=\"is-carousel uagb-tm__columns-1 uagb-tm__items\"><div class=\"uagb-testimonial__wrap  uagb-tm__imgicon-style-circle uagb-tm__image-position-bottom uagb-tm__bg-type-none \"><div class=\"uagb-tm__content\"><div class=\"uagb-tm__overlay\"></div><div class=\"uagb-tm__text-wrap\"><div class=\"uagb-tm__desc\">\"Thank you for a most enjoyable weekend stay and for making our anniversary so special.  Thank you for your kind and lovely friendship which we really appreciate!!!\"​</div><div class=\"uagb-tm__meta-inner\"><div class=\"uagb-tm__image-content\"><div class=\"uagb-tm__image\"><img class=\"uagb-tm-img-src\" src=\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/testimonial1-150x150.jpg\" alt=\"\" width=\"32\" height=\"32\" loading=\"lazy\"/></div></div><div class=\"uagb-testimonial-details\"><span class=\"uagb-tm__author-name\"><strong>Brenda and Theuns</strong></span><span class=\"uagb-tm__company\"></span></div></div></div></div></div></div></div>\n<!-- /wp:uagb/testimonial -->\n\n<!-- wp:uagb/testimonial {\"test_item_count\":1,\"classMigrate\":true,\"test_block\":[{\"description\":\"\\u0022Breaking away from city life and coming out to a most wonderful romantic weekend away.  The unit is so comfortable.  Thank you for your great hospitality - we had an awesome time here.  Go well - with love\\u0022​\",\"name\":\"\\u003cstrong\\u003e\\u003cstrong\\u003e\\u003cstrong\\u003eLiz \\u0026amp; Eddie\\u003c/strong\\u003e\\u003c/strong\\u003e\\u003c/strong\\u003e\",\"company\":\"\",\"image\":{\"id\":122,\"title\":\"testimonial4\",\"filename\":\"testimonial4.jpg\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/testimonial4.jpg\",\"link\":\"https://blueroan.netgen.cloud/testimonial4/\",\"alt\":\"\",\"author\":\"34\",\"description\":\"\",\"caption\":\"\",\"name\":\"testimonial4\",\"status\":\"inherit\",\"uploadedTo\":0,\"date\":\"2021-05-11T05:02:06.000Z\",\"modified\":\"2021-05-11T05:02:06.000Z\",\"menuOrder\":0,\"mime\":\"image/jpeg\",\"type\":\"image\",\"subtype\":\"jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/default.png\",\"dateFormatted\":\"May 11, 2021\",\"nonces\":{\"update\":\"4e34860add\",\"delete\":\"9e126a55cd\",\"edit\":\"33ffd3c040\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=122\\u0026action=edit\",\"meta\":false,\"authorName\":\"Rishabh\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/user-edit.php?user_id=34\",\"filesizeInBytes\":16584,\"filesizeHumanReadable\":\"16 KB\",\"context\":\"\",\"height\":250,\"width\":250,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/testimonial4-150x150.jpg\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/testimonial4.jpg\",\"height\":250,\"width\":250,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}}}],\"headingAlign\":\"left\",\"headingAlignTablet\":\"left\",\"headingAlignMobile\":\"left\",\"descColor\":\"var(\\u002d\\u002dast-global-color-3)\",\"nameFontSize\":14,\"nameLineHeight\":1,\"descFontSize\":16,\"descFontWeight\":\"600\",\"nameSpace\":1,\"block_id\":\"f5bee8a0\",\"iconImage\":{\"url\":\"\",\"alt\":\"InfoBox placeholder img\"},\"imageWidth\":32,\"columnGap\":1,\"borderStyle\":\"\",\"paddingTop\":0,\"paddingBottom\":0,\"paddingLeft\":0,\"paddingRight\":0,\"spacingLink\":true,\"imgpaddingTop\":0,\"imgpaddingRight\":15,\"imgpaddingBottom\":0,\"imgpaddingLeft\":0,\"overallBorderStyle\":\"none\",\"imgTagHeight\":32,\"imgTagWidth\":150} -->\n<div class=\"wp-block-uagb-testimonial uagb-slick-carousel uagb-tm__arrow-outside uagb-block-f5bee8a0 uagb-post__carousel_notset uagb-post__carousel_notset-tablet uagb-post__carousel_notset-mobile\"><div class=\"is-carousel uagb-tm__columns-1 uagb-tm__items\"><div class=\"uagb-testimonial__wrap  uagb-tm__imgicon-style-circle uagb-tm__image-position-bottom uagb-tm__bg-type-none \"><div class=\"uagb-tm__content\"><div class=\"uagb-tm__overlay\"></div><div class=\"uagb-tm__text-wrap\"><div class=\"uagb-tm__desc\">\"Breaking away from city life and coming out to a most wonderful romantic weekend away.  The unit is so comfortable.  Thank you for your great hospitality - we had an awesome time here.  Go well - with love\"​</div><div class=\"uagb-tm__meta-inner\"><div class=\"uagb-tm__image-content\"><div class=\"uagb-tm__image\"><img class=\"uagb-tm-img-src\" src=\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/testimonial4-150x150.jpg\" alt=\"\" width=\"32\" height=\"32\" loading=\"lazy\"/></div></div><div class=\"uagb-testimonial-details\"><span class=\"uagb-tm__author-name\"><strong><strong><strong>Liz &amp; Eddie</strong></strong></strong></span><span class=\"uagb-tm__company\"></span></div></div></div></div></div></div></div>\n<!-- /wp:uagb/testimonial --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"831a01b5\",\"widthDesktop\":50,\"variationSelected\":true,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-831a01b5\"><!-- wp:uagb/testimonial {\"test_item_count\":1,\"classMigrate\":true,\"test_block\":[{\"description\":\"\\u0022Judy, what a wonderful place you have here - we were so delighted to spend the weekend here, so tranquil, peaceful, and beautiful. You made us feel right at home. Definitely a place worth 5 stars! Go well.\\u0022​\",\"name\":\"\\u003cstrong\\u003e\\u003cstrong\\u003eBrian\\u003c/strong\\u003e\\u003c/strong\\u003e \\u003cstrong\\u003e\\u003cstrong\\u003e\\u003cstrong\\u003eand \\u003cstrong\\u003eMariska\\u003c/strong\\u003e\\u003c/strong\\u003e\\u003cbr\\u003e\\u003c/strong\\u003e\\u003c/strong\\u003e\",\"company\":\"\",\"image\":{\"id\":120,\"title\":\"testimonial2\",\"filename\":\"testimonial2.jpg\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/testimonial2.jpg\",\"link\":\"https://blueroan.netgen.cloud/testimonial2/\",\"alt\":\"\",\"author\":\"34\",\"description\":\"\",\"caption\":\"\",\"name\":\"testimonial2\",\"status\":\"inherit\",\"uploadedTo\":0,\"date\":\"2021-05-11T05:02:03.000Z\",\"modified\":\"2021-05-11T05:02:03.000Z\",\"menuOrder\":0,\"mime\":\"image/jpeg\",\"type\":\"image\",\"subtype\":\"jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/default.png\",\"dateFormatted\":\"May 11, 2021\",\"nonces\":{\"update\":\"1ee6412858\",\"delete\":\"4414a2ccbf\",\"edit\":\"bde7b1f490\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=120\\u0026action=edit\",\"meta\":false,\"authorName\":\"Rishabh\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/user-edit.php?user_id=34\",\"filesizeInBytes\":10087,\"filesizeHumanReadable\":\"10 KB\",\"context\":\"\",\"height\":250,\"width\":250,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/testimonial2-150x150.jpg\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/testimonial2.jpg\",\"height\":250,\"width\":250,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}}}],\"headingAlign\":\"left\",\"headingAlignTablet\":\"left\",\"headingAlignMobile\":\"left\",\"descColor\":\"var(\\u002d\\u002dast-global-color-3)\",\"nameFontSize\":14,\"nameLineHeight\":1,\"descFontSize\":16,\"descFontWeight\":\"600\",\"nameSpace\":1,\"block_id\":\"7a9b8c45\",\"iconImage\":{\"url\":\"\",\"alt\":\"InfoBox placeholder img\"},\"imageWidth\":32,\"columnGap\":1,\"borderStyle\":\"\",\"paddingTop\":0,\"paddingBottom\":0,\"paddingLeft\":0,\"paddingRight\":0,\"spacingLink\":true,\"imgpaddingTop\":0,\"imgpaddingRight\":15,\"imgpaddingBottom\":0,\"imgpaddingLeft\":0,\"overallBorderStyle\":\"none\",\"imgTagHeight\":32,\"imgTagWidth\":150} -->\n<div class=\"wp-block-uagb-testimonial uagb-slick-carousel uagb-tm__arrow-outside uagb-block-7a9b8c45 uagb-post__carousel_notset uagb-post__carousel_notset-tablet uagb-post__carousel_notset-mobile\"><div class=\"is-carousel uagb-tm__columns-1 uagb-tm__items\"><div class=\"uagb-testimonial__wrap  uagb-tm__imgicon-style-circle uagb-tm__image-position-bottom uagb-tm__bg-type-none \"><div class=\"uagb-tm__content\"><div class=\"uagb-tm__overlay\"></div><div class=\"uagb-tm__text-wrap\"><div class=\"uagb-tm__desc\">\"Judy, what a wonderful place you have here - we were so delighted to spend the weekend here, so tranquil, peaceful, and beautiful. You made us feel right at home. Definitely a place worth 5 stars! Go well.\"​</div><div class=\"uagb-tm__meta-inner\"><div class=\"uagb-tm__image-content\"><div class=\"uagb-tm__image\"><img class=\"uagb-tm-img-src\" src=\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/testimonial2-150x150.jpg\" alt=\"\" width=\"32\" height=\"32\" loading=\"lazy\"/></div></div><div class=\"uagb-testimonial-details\"><span class=\"uagb-tm__author-name\"><strong><strong>Brian</strong></strong> <strong><strong><strong>and <strong>Mariska</strong></strong><br></strong></strong></span><span class=\"uagb-tm__company\"></span></div></div></div></div></div></div></div>\n<!-- /wp:uagb/testimonial -->\n\n<!-- wp:uagb/testimonial {\"test_item_count\":1,\"classMigrate\":true,\"test_block\":[{\"description\":\"\\u0022Thank you for the most wonderful time, Judy!  This was the most peaceful and perfect place to get engaged!  We will most certainly be back!!!  Your hospitality cannot be topped!\\u0022​\",\"name\":\"\\u003cstrong\\u003e\\u003cstrong\\u003e\\u003cstrong\\u003e\\u003cstrong\\u003eBrett and Kelly\\u003c/strong\\u003e\\u003c/strong\\u003e\\u003c/strong\\u003e\\u003c/strong\\u003e\",\"company\":\"\",\"image\":{\"id\":121,\"title\":\"testimonial3\",\"filename\":\"testimonial3.jpg\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/testimonial3.jpg\",\"link\":\"https://blueroan.netgen.cloud/testimonial3/\",\"alt\":\"\",\"author\":\"34\",\"description\":\"\",\"caption\":\"\",\"name\":\"testimonial3\",\"status\":\"inherit\",\"uploadedTo\":0,\"date\":\"2021-05-11T05:02:05.000Z\",\"modified\":\"2021-05-11T05:02:05.000Z\",\"menuOrder\":0,\"mime\":\"image/jpeg\",\"type\":\"image\",\"subtype\":\"jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/default.png\",\"dateFormatted\":\"May 11, 2021\",\"nonces\":{\"update\":\"290653da5d\",\"delete\":\"90a4fb2d63\",\"edit\":\"ff8a64e56e\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=121\\u0026action=edit\",\"meta\":false,\"authorName\":\"Rishabh\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/user-edit.php?user_id=34\",\"filesizeInBytes\":8748,\"filesizeHumanReadable\":\"9 KB\",\"context\":\"\",\"height\":250,\"width\":250,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/testimonial3-150x150.jpg\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/testimonial3.jpg\",\"height\":250,\"width\":250,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}}}],\"headingAlign\":\"left\",\"headingAlignTablet\":\"left\",\"headingAlignMobile\":\"left\",\"descColor\":\"var(\\u002d\\u002dast-global-color-3)\",\"nameFontSize\":14,\"nameLineHeight\":1,\"descFontSize\":16,\"descFontWeight\":\"600\",\"nameSpace\":1,\"block_id\":\"a2cfc4ce\",\"iconImage\":{\"url\":\"\",\"alt\":\"InfoBox placeholder img\"},\"imageWidth\":32,\"columnGap\":1,\"borderStyle\":\"\",\"paddingTop\":0,\"paddingBottom\":0,\"paddingLeft\":0,\"paddingRight\":0,\"spacingLink\":true,\"imgpaddingTop\":0,\"imgpaddingRight\":15,\"imgpaddingBottom\":0,\"imgpaddingLeft\":0,\"overallBorderStyle\":\"none\",\"imgTagHeight\":32,\"imgTagWidth\":150} -->\n<div class=\"wp-block-uagb-testimonial uagb-slick-carousel uagb-tm__arrow-outside uagb-block-a2cfc4ce uagb-post__carousel_notset uagb-post__carousel_notset-tablet uagb-post__carousel_notset-mobile\"><div class=\"is-carousel uagb-tm__columns-1 uagb-tm__items\"><div class=\"uagb-testimonial__wrap  uagb-tm__imgicon-style-circle uagb-tm__image-position-bottom uagb-tm__bg-type-none \"><div class=\"uagb-tm__content\"><div class=\"uagb-tm__overlay\"></div><div class=\"uagb-tm__text-wrap\"><div class=\"uagb-tm__desc\">\"Thank you for the most wonderful time, Judy!  This was the most peaceful and perfect place to get engaged!  We will most certainly be back!!!  Your hospitality cannot be topped!\"​</div><div class=\"uagb-tm__meta-inner\"><div class=\"uagb-tm__image-content\"><div class=\"uagb-tm__image\"><img class=\"uagb-tm-img-src\" src=\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/testimonial3-150x150.jpg\" alt=\"\" width=\"32\" height=\"32\" loading=\"lazy\"/></div></div><div class=\"uagb-testimonial-details\"><span class=\"uagb-tm__author-name\"><strong><strong><strong><strong>Brett and Kelly</strong></strong></strong></strong></span><span class=\"uagb-tm__company\"></span></div></div></div></div></div></div></div>\n<!-- /wp:uagb/testimonial --></div>\n<!-- /wp:uagb/container --></div>\n<!-- /wp:uagb/container --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"2315c53f\",\"innerContentCustomWidthDesktop\":781,\"innerContentCustomWidthTablet\":781,\"backgroundType\":\"image\",\"backgroundImageDesktop\":{\"id\":809,\"title\":\"26759994757_767d9794fd_b\",\"filename\":\"26759994757_767d9794fd_b.jpg\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/26759994757_767d9794fd_b.jpg\",\"link\":\"https://blueroan.netgen.cloud/?attachment_id=809\",\"alt\":\"\",\"author\":\"2\",\"description\":\"\",\"caption\":\"\",\"name\":\"26759994757_767d9794fd_b\",\"status\":\"inherit\",\"uploadedTo\":805,\"date\":\"2022-12-13T09:51:53.000Z\",\"modified\":\"2022-12-13T09:51:53.000Z\",\"menuOrder\":0,\"mime\":\"image/jpeg\",\"type\":\"image\",\"subtype\":\"jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-includes/images/media/default.png\",\"dateFormatted\":\"December 13, 2022\",\"nonces\":{\"update\":\"39b5c0eef1\",\"delete\":\"fde92abd83\",\"edit\":\"3923face9e\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=809\\u0026action=edit\",\"meta\":false,\"authorName\":\"Netgen Support\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/profile.php\",\"uploadedToTitle\":\"Magaliesburg\",\"uploadedToLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=805\\u0026action=edit\",\"filesizeInBytes\":143610,\"filesizeHumanReadable\":\"140 KB\",\"context\":\"\",\"height\":683,\"width\":1024,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/26759994757_767d9794fd_b-150x150.jpg\",\"orientation\":\"landscape\"},\"medium\":{\"height\":200,\"width\":300,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/26759994757_767d9794fd_b-300x200.jpg\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/26759994757_767d9794fd_b.jpg\",\"height\":683,\"width\":1024,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"backgroundImageColor\":\"rgba(42,42,42,0.65)\",\"topPaddingDesktop\":144,\"bottomPaddingDesktop\":144,\"leftPaddingDesktop\":40,\"rightPaddingDesktop\":40,\"topPaddingTablet\":80,\"bottomPaddingTablet\":80,\"leftPaddingTablet\":40,\"rightPaddingTablet\":40,\"topPaddingMobile\":64,\"bottomPaddingMobile\":64,\"leftPaddingMobile\":24,\"rightPaddingMobile\":24,\"paddingLink\":false,\"variationSelected\":true,\"isBlockRootParent\":true,\"overlayType\":\"color\"} -->\n<div class=\"wp-block-uagb-container uagb-block-2315c53f alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/advanced-heading {\"block_id\":\"d0a7d985\",\"classMigrate\":true,\"headingDescToggle\":true,\"headingAlign\":\"center\",\"headingColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"subHeadingColor\":\"var(\\u002d\\u002dast-global-color-4)\",\"headSpace\":20} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-d0a7d985\"><h2 class=\"uagb-heading-text\">Plan an Unforgettable Experience at <br>Blue Roan!</h2><p class=\"uagb-desc-text\">Blue Roan is a 4-star graded pet-friendly venue</p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/advanced-heading {\"block_id\":\"9ecfeadd\",\"classMigrate\":true,\"headingTitleToggle\":false,\"headingDescToggle\":true,\"headingAlign\":\"center\",\"subHeadingColor\":\"var(\\u002d\\u002dast-global-color-4)\",\"subHeadTransform\":\"uppercase\",\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"subHeadLetterSpacing\":2,\"blockTopPadding\":60,\"blockRightPadding\":0,\"blockLeftPadding\":0,\"blockBottomPadding\":0,\"blockTopPaddingMobile\":30,\"blockRightPaddingMobile\":0,\"blockLeftPaddingMobile\":0,\"blockBottomPaddingMobile\":0} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-9ecfeadd\"><p class=\"uagb-desc-text\">BOOK YOUR STAY NOW​</p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/icon-list {\"block_id\":\"dd2e9301\",\"classMigrate\":true,\"childMigrate\":true,\"align\":\"center\",\"parentIcon\":\"phone\",\"size\":40,\"sizeMobile\":24,\"sizeTablet\":32,\"fontSize\":48,\"fontSizeMobile\":28,\"fontSizeTablet\":40,\"fontWeight\":\"600\",\"iconColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"labelColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"blockTopPadding\":0,\"blockRightPadding\":0,\"blockLeftPadding\":0,\"blockBottomPadding\":24,\"blockPaddingLink\":false} -->\n<div class=\"wp-block-uagb-icon-list uagb-block-dd2e9301\"><div class=\"uagb-icon-list__wrap\"><!-- wp:uagb/icon-list-child {\"block_id\":\"6b8b0816\",\"label\":\" + 27 (0) 82 575 5409\",\"label_color\":\"\",\"link\":\"tel:+27825755409\",\"disableLink\":true,\"fromParentIcon\":\"phone\",\"imageSizeChild\":40} -->\n<div class=\"wp-block-uagb-icon-list-child uagb-block-6b8b0816\"><a target=\"_self\" aria-label=\" + 27 (0) 82 575 5409\" rel=\"noopener noreferrer\" href=\"tel:+27825755409\"> </a><span class=\"uagb-icon-list__source-wrap\"><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M511.2 387l-23.25 100.8c-3.266 14.25-15.79 24.22-30.46 24.22C205.2 512 0 306.8 0 54.5c0-14.66 9.969-27.2 24.22-30.45l100.8-23.25C139.7-2.602 154.7 5.018 160.8 18.92l46.52 108.5c5.438 12.78 1.77 27.67-8.98 36.45L144.5 207.1c33.98 69.22 90.26 125.5 159.5 159.5l44.08-53.8c8.688-10.78 23.69-14.51 36.47-8.975l108.5 46.51C506.1 357.2 514.6 372.4 511.2 387z\"></path></svg></span><span class=\"uagb-icon-list__label\"> + 27 (0) 82 575 5409</span></div>\n<!-- /wp:uagb/icon-list-child -->\n\n<!-- wp:uagb/icon-list-child {\"block_id\":\"de4312c4\",\"label\":\"blueroan@ugo.co.za\",\"icon\":\"envelope\",\"label_color\":\"\",\"link\":\"mailto:blueroan@ugo.co.za\",\"disableLink\":true,\"fromParentIcon\":\"phone\",\"imageSizeChild\":40} -->\n<div class=\"wp-block-uagb-icon-list-child uagb-block-de4312c4\"><a target=\"_self\" aria-label=\"blueroan@ugo.co.za\" rel=\"noopener noreferrer\" href=\"mailto:blueroan@ugo.co.za\"> </a><span class=\"uagb-icon-list__source-wrap\"><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M464 64C490.5 64 512 85.49 512 112C512 127.1 504.9 141.3 492.8 150.4L275.2 313.6C263.8 322.1 248.2 322.1 236.8 313.6L19.2 150.4C7.113 141.3 0 127.1 0 112C0 85.49 21.49 64 48 64H464zM217.6 339.2C240.4 356.3 271.6 356.3 294.4 339.2L512 176V384C512 419.3 483.3 448 448 448H64C28.65 448 0 419.3 0 384V176L217.6 339.2z\"></path></svg></span><span class=\"uagb-icon-list__label\">blueroan@ugo.co.za</span></div>\n<!-- /wp:uagb/icon-list-child --></div></div>\n<!-- /wp:uagb/icon-list --></div></div>\n<!-- /wp:uagb/container -->',	'Home',	'',	'inherit',	'closed',	'closed',	'',	'760-revision-v1',	'',	'',	'2022-12-13 15:16:15',	'2022-12-13 15:16:15',	'',	760,	'https://blueroan.netgen.cloud/?p=924',	0,	'revision',	'',	0),
(926,	2,	'2022-12-13 15:23:20',	'2022-12-13 15:23:20',	'<!-- wp:uagb/container {\"block_id\":\"64a46513\",\"minHeightDesktop\":95,\"minHeightTablet\":70,\"minHeightMobile\":80,\"minHeightType\":\"vh\",\"alignItemsDesktop\":\"flex-start\",\"backgroundType\":\"image\",\"backgroundImageDesktop\":{\"uploading\":false,\"date\":1670921854000,\"filename\":\"Blue-Roan-pool.jpg\",\"menuOrder\":0,\"uploadedTo\":760,\"type\":\"image\",\"subtype\":\"jpeg\",\"id\":784,\"title\":\"Blue Roan - pool\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Blue-Roan-pool.jpg\",\"link\":\"https://blueroan.netgen.cloud/home/blue-roan-pool/\",\"alt\":\"\",\"author\":\"2\",\"description\":\"\",\"caption\":\"\",\"name\":\"blue-roan-pool\",\"status\":\"inherit\",\"modified\":1670921854000,\"mime\":\"image/jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-includes/images/media/default.png\",\"dateFormatted\":\"December 13, 2022\",\"nonces\":{\"update\":\"51a12ed09e\",\"delete\":\"5174068551\",\"edit\":\"1de0721407\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=784\\u0026action=edit\",\"meta\":false,\"authorName\":\"Netgen Support\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/profile.php\",\"uploadedToTitle\":\"Home\",\"uploadedToLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=760\\u0026action=edit\",\"filesizeInBytes\":154801,\"filesizeHumanReadable\":\"151 KB\",\"context\":\"\",\"height\":667,\"width\":1000,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Blue-Roan-pool-150x150.jpg\",\"orientation\":\"landscape\"},\"medium\":{\"height\":200,\"width\":300,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Blue-Roan-pool-300x200.jpg\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Blue-Roan-pool.jpg\",\"height\":667,\"width\":1000,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"backgroundPositionDesktop\":{\"x\":0.5,\"y\":0.25},\"backgroundImageColor\":\"rgba(42,42,42,0.35)\",\"topPaddingDesktop\":0,\"bottomPaddingDesktop\":0,\"leftPaddingDesktop\":40,\"rightPaddingDesktop\":40,\"topPaddingTablet\":120,\"bottomPaddingTablet\":120,\"leftPaddingTablet\":40,\"rightPaddingTablet\":40,\"topPaddingMobile\":150,\"bottomPaddingMobile\":150,\"leftPaddingMobile\":20,\"rightPaddingMobile\":20,\"paddingLink\":false,\"variationSelected\":true,\"isBlockRootParent\":true,\"overlayType\":\"color\",\"minHeightTypeTablet\":\"vh\",\"minHeightTypeMobile\":\"vh\"} -->\n<div class=\"wp-block-uagb-container uagb-block-64a46513 alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/info-box {\"classMigrate\":true,\"headingAlign\":\"left\",\"headingColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"subHeadingColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"headingTag\":\"h1\",\"subHeadFontSize\":17,\"subHeadFontSizeMobile\":15,\"headSpace\":20,\"subHeadSpace\":40,\"block_id\":\"6b16932e\",\"ctaIcon\":\"\",\"ctaType\":\"button\",\"ctaText\":\"Book Your Stay Now\",\"ctaLink\":\"#\",\"ctaBtnLinkColor\":\"var(\\u002d\\u002dast-global-color-2)\",\"ctaLinkHoverColor\":\"var(\\u002d\\u002dast-global-color-2)\",\"ctaBgColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"ctaBgHoverColor\":\"var(\\u002d\\u002dast-global-color-4)\",\"ctaBorderColor\":\"\",\"ctaBorderStyle\":\"\",\"ctaBorderWidth\":\"\",\"ctaBorderRadius\":\"\",\"iconImage\":{\"url\":\"\",\"alt\":\"InfoBox placeholder img\"},\"showIcon\":false,\"paddingBtnTop\":18,\"paddingBtnBottom\":18,\"paddingBtnLeft\":34,\"paddingBtnRight\":34,\"blockTopPadding\":0,\"blockRightPadding\":40,\"blockLeftPadding\":0,\"blockBottomPadding\":0,\"blockTopPaddingTablet\":0,\"blockRightPaddingTablet\":64,\"blockLeftPaddingTablet\":0,\"blockBottomPaddingTablet\":0,\"blockTopPaddingMobile\":0,\"blockRightPaddingMobile\":0,\"blockLeftPaddingMobile\":0,\"blockBottomPaddingMobile\":0,\"blockPaddingUnit\":\"%\",\"blockPaddingLink\":false,\"subHeadMarginTopTablet\":0,\"subHeadMarginRightTablet\":64,\"subHeadTabletSpace\":40,\"subHeadMarginLeftTablet\":0,\"subHeadMarginTopMobile\":0,\"subHeadMarginRightMobile\":0,\"subHeadMobileSpace\":40,\"subHeadMarginLeftMobile\":0,\"btnBorderTopWidth\":1,\"btnBorderLeftWidth\":1,\"btnBorderRightWidth\":1,\"btnBorderBottomWidth\":1,\"btnBorderTopLeftRadius\":0,\"btnBorderTopRightRadius\":0,\"btnBorderBottomLeftRadius\":0,\"btnBorderBottomRightRadius\":0,\"btnBorderStyle\":\"none\",\"btnBorderColor\":\"#333\"} -->\n<div class=\"wp-block-uagb-info-box uagb-block-6b16932e uagb-infobox__content-wrap  uagb-infobox-icon-above-title uagb-infobox-image-valign-top\"><div class=\"uagb-ifb-content\"><div class=\"uagb-ifb-title-wrap\"><h1 class=\"uagb-ifb-title\"><strong>Magaliesburg pet friendly self-catering accommodation</strong></h1></div><p class=\"uagb-ifb-desc\">Romantic pet-friendly self-catering accommodation in Magaliesburg, Gauteng.</p><div class=\"uagb-ifb-button-wrapper wp-block-button\"><a href=\"#\" class=\"uagb-infobox-cta-link wp-block-button__link\" target=\"_self\" rel=\"noopener noreferrer\" alt=\"\"><span class=\"uagb-inline-editing\">Book Your Stay Now</span></a></div></div></div>\n<!-- /wp:uagb/info-box --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"bb5d0a73\",\"directionDesktop\":\"row\",\"directionMobile\":\"column-reverse\",\"alignItemsDesktop\":\"flex-start\",\"backgroundType\":\"color\",\"backgroundSizeTablet\":\"cover\",\"backgroundSizeMobile\":\"cover\",\"backgroundColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"topPaddingDesktop\":60,\"bottomPaddingDesktop\":60,\"topPaddingTablet\":80,\"bottomPaddingTablet\":80,\"leftPaddingTablet\":40,\"rightPaddingTablet\":40,\"topPaddingMobile\":64,\"bottomPaddingMobile\":64,\"leftPaddingMobile\":24,\"rightPaddingMobile\":24,\"paddingLink\":false,\"variationSelected\":true,\"columnGapDesktop\":60,\"columnGapTablet\":50,\"isBlockRootParent\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-bb5d0a73 alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/container {\"block_id\":\"72361abf\",\"widthDesktop\":50,\"variationSelected\":true,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-72361abf\"><!-- wp:image {\"id\":797,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-13.jpg\" alt=\"\" class=\"wp-image-797\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The Blue Roan Country Lodge is situated just 5 minutes from the village of Magaliesburg on a tar road so easy access for all cars. &nbsp;We have panoramic views of the Magaliesberg mountain range and our farm is the perfect place for a relaxing getaway in the country. &nbsp;As we are only 70 km from JHB and Pretoria, it is only an hour’s drive.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:buttons -->\n<div class=\"wp-block-buttons\"><!-- wp:button -->\n<div class=\"wp-block-button\"><a class=\"wp-block-button__link wp-element-button\" href=\"/accommodation/\">View accomodation</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"6d3e1bd9\",\"widthDesktop\":50,\"leftPaddingDesktop\":0,\"paddingLink\":false,\"variationSelected\":true,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-6d3e1bd9\"><!-- wp:uagb/advanced-heading {\"block_id\":\"57e4057d\",\"classMigrate\":true,\"headingDescToggle\":true,\"subHeadingColor\":\"\",\"headSpace\":20,\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-57e4057d\"><h2 class=\"uagb-heading-text\"><strong>Blue Roan is a 4-star graded pet-friendly venue</strong></h2><p class=\"uagb-desc-text\">Our goal is to provide high-quality, romantic, comfortable, and affordable self-catering accommodation on the outskirts of the village of &nbsp;Magaliesburg. &nbsp;For animal lovers, we are also&nbsp;pet-friendly&nbsp;by arrangement in most of the units all of which have their own fully fenced and gated private grassy gardens.</p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/image {\"block_id\":\"1420b26a\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/hammock-in-the-garden.jpg\",\"align\":\"left\",\"id\":799,\"linkDestination\":\"none\",\"naturalWidth\":600,\"naturalHeight\":400,\"sizeSlug\":\"full\",\"sizeSlugTablet\":\"full\",\"sizeSlugMobile\":\"full\",\"imageTopMargin\":20,\"imageRightMargin\":0,\"imageLeftMargin\":0,\"imageBottomMargin\":0,\"imageTopMarginMobile\":0,\"imageRightMarginMobile\":0,\"imageLeftMarginMobile\":0,\"imageBottomMarginMobile\":0,\"imageMarginLink\":false} -->\n<div class=\"wp-block-uagb-image uagb-block-1420b26a wp-block-uagb-image--layout-default wp-block-uagb-image--effect-static wp-block-uagb-image--align-left\"><figure class=\"wp-block-uagb-image__figure\"><img srcset=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/hammock-in-the-garden.jpg \" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/hammock-in-the-garden.jpg\" alt=\"\" class=\"uag-image-799\" width=\"\" height=\"\" title=\"\" loading=\"lazy\"/></figure></div>\n<!-- /wp:uagb/image --></div>\n<!-- /wp:uagb/container --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"70aeb8c3\",\"directionDesktop\":\"row\",\"directionMobile\":\"column-reverse\",\"alignItemsDesktop\":\"flex-start\",\"backgroundType\":\"color\",\"backgroundSizeTablet\":\"cover\",\"backgroundSizeMobile\":\"cover\",\"backgroundColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"topPaddingDesktop\":0,\"bottomPaddingDesktop\":0,\"topPaddingTablet\":80,\"bottomPaddingTablet\":80,\"leftPaddingTablet\":40,\"rightPaddingTablet\":40,\"topPaddingMobile\":64,\"bottomPaddingMobile\":64,\"leftPaddingMobile\":24,\"rightPaddingMobile\":24,\"paddingLink\":false,\"variationSelected\":true,\"rowGapDesktop\":0,\"columnGapDesktop\":0,\"columnGapTablet\":50,\"isBlockRootParent\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-70aeb8c3 alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:image {\"align\":\"center\",\"id\":794,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image aligncenter size-full\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/210-2108726_too-great-for-us-tourism-grading-council-of-south-5.png\" alt=\"\" class=\"wp-image-794\"/></figure>\n<!-- /wp:image --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"55c82bdf\",\"backgroundType\":\"color\",\"backgroundSizeTablet\":\"cover\",\"backgroundSizeMobile\":\"cover\",\"backgroundColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"topPaddingDesktop\":50,\"bottomPaddingDesktop\":100,\"topPaddingTablet\":50,\"bottomPaddingTablet\":25,\"leftPaddingTablet\":20,\"rightPaddingTablet\":20,\"topPaddingMobile\":50,\"bottomPaddingMobile\":20,\"leftPaddingMobile\":20,\"rightPaddingMobile\":20,\"paddingLink\":false,\"variationSelected\":true,\"rowGapDesktop\":0,\"isBlockRootParent\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-55c82bdf alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/container {\"block_id\":\"97cdf1cb\",\"directionDesktop\":\"row\",\"alignItemsDesktop\":\"flex-end\",\"alignItemsTablet\":\"flex-end\",\"justifyContentDesktop\":\"flex-end\",\"justifyContentTablet\":\"space-between\",\"variationSelected\":true,\"rowGapMobile\":30,\"columnGapDesktop\":0} -->\n<div class=\"wp-block-uagb-container uagb-block-97cdf1cb\"><!-- wp:uagb/advanced-heading {\"block_id\":\"94cf0af2\",\"classMigrate\":true,\"headingDescToggle\":true,\"subHeadingColor\":\"\",\"headSpace\":20,\"subHeadFontSize\":16} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-94cf0af2\"><h2 class=\"uagb-heading-text\">Amenities &amp; Interests ​</h2><p class=\"uagb-desc-text\">We have 7 lovely brick&nbsp;<strong>self-catering</strong>&nbsp;units, each one private and with its own character and theme. &nbsp;They are designed exclusively for couples with or without pets wanting a romantic and peaceful place to connect, re-connect, celebrate special occasions, or somewhere quiet and comfortable to come for a holiday</p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/buttons {\"block_id\":\"78ebbb09\",\"classMigrate\":true,\"childMigrate\":true,\"align\":\"right\",\"alignTablet\":\"right\",\"alignMobile\":\"left\",\"gap\":0} -->\n<div class=\"wp-block-uagb-buttons uagb-buttons__outer-wrap uagb-btn__default-btn uagb-btn-tablet__default-btn uagb-btn-mobile__default-btn uagb-block-78ebbb09\"><div class=\"uagb-buttons__wrap uagb-buttons-layout-wrap\"><!-- wp:uagb/buttons-child {\"block_id\":\"094d2d2a\",\"label\":\"View All\",\"link\":\"#\",\"hColor\":\"\",\"borderWidth\":\"\",\"borderRadius\":\"\",\"borderStyle\":\"\",\"borderColor\":\"\",\"borderHColor\":\"\",\"btnBorderTopWidth\":1,\"btnBorderLeftWidth\":1,\"btnBorderRightWidth\":1,\"btnBorderBottomWidth\":1,\"btnBorderTopLeftRadius\":2,\"btnBorderTopRightRadius\":2,\"btnBorderBottomLeftRadius\":2,\"btnBorderBottomRightRadius\":2,\"btnBorderStyle\":\"solid\",\"btnBorderColor\":\"#333\",\"btnBorderHColor\":\"#333\"} -->\n<div class=\"wp-block-uagb-buttons-child uagb-buttons__outer-wrap uagb-block-094d2d2a wp-block-button is-style-outline\"><div class=\"uagb-button__wrapper\"><a class=\"uagb-buttons-repeater wp-block-button__link\" href=\"#\" rel=\"follow noopener\" target=\"_self\"><div class=\"uagb-button__link\">View All</div></a></div></div>\n<!-- /wp:uagb/buttons-child --></div></div>\n<!-- /wp:uagb/buttons --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"887f714a\",\"directionDesktop\":\"row\",\"alignItemsTablet\":\"flex-start\",\"paddingLink\":false,\"topMarginDesktop\":50,\"bottomMarginDesktop\":20,\"leftMarginDesktop\":0,\"rightMarginDesktop\":0,\"marginLink\":false,\"variationSelected\":true,\"rowGapMobile\":65,\"columnGapDesktop\":48,\"columnGapTablet\":20} -->\n<div class=\"wp-block-uagb-container uagb-block-887f714a\"><!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"align\":\"center\",\"id\":828,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image aligncenter size-full\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Blue-Roan-pool.png\" alt=\"Blue Roan\'s rock pool\" class=\"wp-image-828\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>A relaxing rock Pool​</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>We have a lovely sparkling blue rock pool next to a thatched Lapa. &nbsp;&nbsp;Lie on recliners on the green lawn or sit on the swing chair in the Lapa and enjoy the panoramic view of the Magaliesberg mountain range.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":829,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/img-20160605-wa0002-largejpg.png\" alt=\"\" class=\"wp-image-829\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>Braai facilities </h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>What can compare to a burning fire under the star-lit African sky? Nothing beats the flavor of cooking over an open flame.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":830,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/ef9d0188da11e2bc56788f5619d9d539.png\" alt=\"\" class=\"wp-image-830\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>A games room </h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>The reception is also a games room for those who enjoy darts or playing pool. &nbsp;Take a selection of DVDs back to your room and watch movies on your own DVD player. &nbsp;There is also a selection of board games and music CDs that you can borrow.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div>\n<!-- /wp:uagb/container --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"fd080ac6\",\"backgroundType\":\"color\",\"backgroundSizeTablet\":\"cover\",\"backgroundSizeMobile\":\"cover\",\"backgroundColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"bottomPaddingDesktop\":104,\"leftPaddingDesktop\":40,\"rightPaddingDesktop\":40,\"topPaddingTablet\":80,\"bottomPaddingTablet\":80,\"leftPaddingTablet\":40,\"rightPaddingTablet\":40,\"topPaddingMobile\":64,\"bottomPaddingMobile\":64,\"leftPaddingMobile\":24,\"rightPaddingMobile\":24,\"paddingLink\":false,\"variationSelected\":true,\"rowGapDesktop\":0,\"isBlockRootParent\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-fd080ac6 alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/advanced-heading {\"block_id\":\"bd33fcb9\",\"classMigrate\":true,\"headingDescToggle\":true,\"headingAlign\":\"center\",\"headingAlignMobile\":\"left\",\"subHeadingColor\":\"\",\"headSpace\":20,\"subHeadFontSize\":16,\"blockBottomPadding\":20} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-bd33fcb9\"><h2 class=\"uagb-heading-text\">Our Inside Pictures​</h2><p class=\"uagb-desc-text\">Take a look at some pretty pictures captured in and around our premises.</p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/container {\"block_id\":\"cd1d25c5\",\"directionDesktop\":\"row\",\"alignItemsDesktop\":\"flex-start\",\"topMarginDesktop\":20,\"bottomMarginDesktop\":0,\"leftMarginDesktop\":0,\"rightMarginDesktop\":0,\"marginLink\":false,\"variationSelected\":true,\"rowGapMobile\":24,\"columnGapDesktop\":24,\"columnGapTablet\":20} -->\n<div class=\"wp-block-uagb-container uagb-block-cd1d25c5\"><!-- wp:uagb/container {\"block_id\":\"ff5b0cbd\",\"widthDesktop\":32,\"variationSelected\":true,\"rowGapDesktop\":24,\"rowGapTablet\":20,\"rowGapMobile\":24,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-ff5b0cbd\"><!-- wp:uagb/image {\"block_id\":\"e2787ba6\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/red-rose-1024x683.jpg\",\"id\":834,\"linkDestination\":\"none\",\"naturalWidth\":1024,\"naturalHeight\":683,\"sizeSlug\":\"large\",\"sizeSlugTablet\":\"large\",\"sizeSlugMobile\":\"large\"} -->\n<div class=\"wp-block-uagb-image uagb-block-e2787ba6 wp-block-uagb-image--layout-default wp-block-uagb-image--effect-static wp-block-uagb-image--align-none\"><figure class=\"wp-block-uagb-image__figure\"><img srcset=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/red-rose-1024x683.jpg \" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/red-rose-1024x683.jpg\" alt=\"\" class=\"uag-image-834\" width=\"\" height=\"\" title=\"\" loading=\"lazy\"/></figure></div>\n<!-- /wp:uagb/image -->\n\n<!-- wp:uagb/image {\"block_id\":\"bf2e9dbc\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/bird-1024x683.png\",\"id\":914,\"linkDestination\":\"none\",\"naturalWidth\":1024,\"naturalHeight\":683,\"sizeSlug\":\"large\",\"sizeSlugTablet\":\"large\",\"sizeSlugMobile\":\"large\"} -->\n<div class=\"wp-block-uagb-image uagb-block-bf2e9dbc wp-block-uagb-image--layout-default wp-block-uagb-image--effect-static wp-block-uagb-image--align-none\"><figure class=\"wp-block-uagb-image__figure\"><img srcset=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/bird-1024x683.png \" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/bird-1024x683.png\" alt=\"\" class=\"uag-image-914\" width=\"\" height=\"\" title=\"\" loading=\"lazy\"/></figure></div>\n<!-- /wp:uagb/image --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"e211135e\",\"widthDesktop\":67,\"variationSelected\":true,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-e211135e\"><!-- wp:uagb/image {\"block_id\":\"bbf93a00\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAA39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba-2-1024x768.png\",\"id\":920,\"linkDestination\":\"none\",\"widthTablet\":780,\"heightTablet\":0,\"naturalWidth\":1024,\"naturalHeight\":768,\"sizeSlug\":\"large\",\"sizeSlugTablet\":\"large\",\"sizeSlugMobile\":\"large\",\"customHeightSetDesktop\":true} -->\n<div class=\"wp-block-uagb-image uagb-block-bbf93a00 wp-block-uagb-image--layout-default wp-block-uagb-image--effect-static wp-block-uagb-image--align-none\"><figure class=\"wp-block-uagb-image__figure\"><img srcset=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAA39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba-2-1024x768.png \" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAA39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba-2-1024x768.png\" alt=\"\" class=\"uag-image-920\" width=\"\" height=\"\" title=\"\" loading=\"lazy\"/></figure></div>\n<!-- /wp:uagb/image --></div>\n<!-- /wp:uagb/container --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"27def6cb\",\"directionDesktop\":\"row\",\"alignItemsDesktop\":\"flex-start\",\"topMarginDesktop\":24,\"bottomMarginDesktop\":0,\"leftMarginDesktop\":0,\"rightMarginDesktop\":0,\"topMarginTablet\":20,\"bottomMarginTablet\":0,\"leftMarginTablet\":0,\"rightMarginTablet\":0,\"topMarginMobile\":24,\"bottomMarginMobile\":0,\"leftMarginMobile\":0,\"rightMarginMobile\":0,\"marginLink\":false,\"variationSelected\":true,\"columnGapDesktop\":24,\"columnGapTablet\":20} -->\n<div class=\"wp-block-uagb-container uagb-block-27def6cb\"><!-- wp:uagb/container {\"block_id\":\"ef3932db\",\"widthDesktop\":67,\"variationSelected\":true,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-ef3932db\"><!-- wp:uagb/image {\"block_id\":\"d8a8c87b\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-8-1024x678.jpg\",\"id\":837,\"linkDestination\":\"none\",\"width\":697,\"height\":460,\"naturalWidth\":1024,\"naturalHeight\":678,\"sizeSlug\":\"large\",\"sizeSlugTablet\":\"large\",\"sizeSlugMobile\":\"large\",\"customHeightSetDesktop\":true} -->\n<div class=\"wp-block-uagb-image uagb-block-d8a8c87b wp-block-uagb-image--layout-default wp-block-uagb-image--effect-static wp-block-uagb-image--align-none\"><figure class=\"wp-block-uagb-image__figure\"><img srcset=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-8-1024x678.jpg \" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-8-1024x678.jpg\" alt=\"\" class=\"uag-image-837\" width=\"697\" height=\"460\" title=\"\" loading=\"lazy\"/></figure></div>\n<!-- /wp:uagb/image --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"19d47e87\",\"widthDesktop\":32,\"variationSelected\":true,\"rowGapDesktop\":24,\"rowGapTablet\":20,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-19d47e87\"><!-- wp:uagb/image {\"block_id\":\"b92860d9\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/49g.jpg\",\"id\":838,\"linkDestination\":\"none\",\"naturalWidth\":650,\"naturalHeight\":450,\"sizeSlug\":\"full\",\"sizeSlugTablet\":\"full\",\"sizeSlugMobile\":\"full\"} -->\n<div class=\"wp-block-uagb-image uagb-block-b92860d9 wp-block-uagb-image--layout-default wp-block-uagb-image--effect-static wp-block-uagb-image--align-none\"><figure class=\"wp-block-uagb-image__figure\"><img srcset=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/49g.jpg \" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/49g.jpg\" alt=\"\" class=\"uag-image-838\" width=\"\" height=\"\" title=\"\" loading=\"lazy\"/></figure></div>\n<!-- /wp:uagb/image -->\n\n<!-- wp:uagb/image {\"block_id\":\"b4c90485\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Blue-roan-pool-01.jpg\",\"id\":782,\"linkDestination\":\"none\",\"naturalWidth\":800,\"naturalHeight\":534,\"sizeSlug\":\"full\",\"sizeSlugTablet\":\"full\",\"sizeSlugMobile\":\"full\"} -->\n<div class=\"wp-block-uagb-image uagb-block-b4c90485 wp-block-uagb-image--layout-default wp-block-uagb-image--effect-static wp-block-uagb-image--align-none\"><figure class=\"wp-block-uagb-image__figure\"><img srcset=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Blue-roan-pool-01.jpg \" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Blue-roan-pool-01.jpg\" alt=\"\" class=\"uag-image-782\" width=\"\" height=\"\" title=\"\" loading=\"lazy\"/></figure></div>\n<!-- /wp:uagb/image --></div>\n<!-- /wp:uagb/container --></div>\n<!-- /wp:uagb/container --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"492ac3a7\",\"backgroundType\":\"color\",\"backgroundSizeTablet\":\"cover\",\"backgroundSizeMobile\":\"cover\",\"backgroundColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"bottomPaddingDesktop\":104,\"leftPaddingDesktop\":40,\"rightPaddingDesktop\":40,\"topPaddingTablet\":80,\"bottomPaddingTablet\":80,\"leftPaddingTablet\":40,\"rightPaddingTablet\":40,\"topPaddingMobile\":64,\"bottomPaddingMobile\":64,\"leftPaddingMobile\":24,\"rightPaddingMobile\":24,\"paddingLink\":false,\"variationSelected\":true,\"rowGapDesktop\":0,\"isBlockRootParent\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-492ac3a7 alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/advanced-heading {\"block_id\":\"e7e4bd8e\",\"classMigrate\":true,\"headingDescToggle\":true,\"headingAlign\":\"center\",\"headingAlignMobile\":\"left\",\"subHeadingColor\":\"\",\"headSpace\":20,\"subHeadFontSize\":16,\"blockBottomPadding\":20} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-e7e4bd8e\"><h2 class=\"uagb-heading-text\">Our Inside Pictures​</h2><p class=\"uagb-desc-text\">Take a look at some pretty pictures captured in and around our premises.</p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/container {\"block_id\":\"35380e4c\",\"directionDesktop\":\"row\",\"alignItemsDesktop\":\"flex-start\",\"topMarginDesktop\":20,\"bottomMarginDesktop\":0,\"leftMarginDesktop\":0,\"rightMarginDesktop\":0,\"marginLink\":false,\"variationSelected\":true,\"rowGapMobile\":24,\"columnGapDesktop\":24,\"columnGapTablet\":20} -->\n<div class=\"wp-block-uagb-container uagb-block-35380e4c\"><!-- wp:uagb/container {\"block_id\":\"e33db5fb\",\"widthDesktop\":32,\"variationSelected\":true,\"rowGapDesktop\":24,\"rowGapTablet\":20,\"rowGapMobile\":24,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-e33db5fb\"><!-- wp:uagb/image {\"block_id\":\"0347516f\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/red-rose-1024x683.jpg\",\"id\":834,\"linkDestination\":\"none\",\"width\":385,\"height\":284,\"naturalWidth\":1024,\"naturalHeight\":683,\"sizeSlug\":\"large\",\"sizeSlugTablet\":\"large\",\"sizeSlugMobile\":\"large\",\"customHeightSetDesktop\":true} -->\n<div class=\"wp-block-uagb-image uagb-block-0347516f wp-block-uagb-image--layout-default wp-block-uagb-image--effect-static wp-block-uagb-image--align-none\"><figure class=\"wp-block-uagb-image__figure\"><img srcset=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/red-rose-1024x683.jpg \" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/red-rose-1024x683.jpg\" alt=\"\" class=\"uag-image-834\" width=\"385\" height=\"284\" title=\"\" loading=\"lazy\"/></figure></div>\n<!-- /wp:uagb/image -->\n\n<!-- wp:uagb/image {\"block_id\":\"46f904c5\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/49g.jpg\",\"id\":838,\"linkDestination\":\"none\",\"width\":385,\"height\":284,\"naturalWidth\":650,\"naturalHeight\":450,\"sizeSlug\":\"full\",\"sizeSlugTablet\":\"full\",\"sizeSlugMobile\":\"full\",\"customHeightSetDesktop\":true} -->\n<div class=\"wp-block-uagb-image uagb-block-46f904c5 wp-block-uagb-image--layout-default wp-block-uagb-image--effect-static wp-block-uagb-image--align-none\"><figure class=\"wp-block-uagb-image__figure\"><img srcset=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/49g.jpg \" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/49g.jpg\" alt=\"\" class=\"uag-image-838\" width=\"385\" height=\"284\" title=\"\" loading=\"lazy\"/></figure></div>\n<!-- /wp:uagb/image --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"f7edbea4\",\"widthDesktop\":67,\"variationSelected\":true,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-f7edbea4\"><!-- wp:uagb/image {\"block_id\":\"d7567130\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAA39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba-1-1024x768.png\",\"id\":905,\"linkDestination\":\"none\",\"naturalWidth\":1024,\"naturalHeight\":768,\"sizeSlug\":\"large\",\"sizeSlugTablet\":\"large\",\"sizeSlugMobile\":\"large\"} -->\n<div class=\"wp-block-uagb-image uagb-block-d7567130 wp-block-uagb-image--layout-default wp-block-uagb-image--effect-static wp-block-uagb-image--align-none\"><figure class=\"wp-block-uagb-image__figure\"><img srcset=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAA39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba-1-1024x768.png \" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAA39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba-1-1024x768.png\" alt=\"\" class=\"uag-image-905\" title=\"\" loading=\"lazy\"/></figure></div>\n<!-- /wp:uagb/image --></div>\n<!-- /wp:uagb/container --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"d7d04b27\",\"directionDesktop\":\"row\",\"alignItemsDesktop\":\"flex-start\",\"topMarginDesktop\":24,\"bottomMarginDesktop\":0,\"leftMarginDesktop\":0,\"rightMarginDesktop\":0,\"topMarginTablet\":20,\"bottomMarginTablet\":0,\"leftMarginTablet\":0,\"rightMarginTablet\":0,\"topMarginMobile\":24,\"bottomMarginMobile\":0,\"leftMarginMobile\":0,\"rightMarginMobile\":0,\"marginLink\":false,\"variationSelected\":true,\"columnGapDesktop\":24,\"columnGapTablet\":20} -->\n<div class=\"wp-block-uagb-container uagb-block-d7d04b27\"><!-- wp:uagb/container {\"block_id\":\"462cc03f\",\"widthDesktop\":67,\"variationSelected\":true,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-462cc03f\"><!-- wp:image {\"id\":837,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-8-1024x678.jpg\" alt=\"\" class=\"wp-image-837\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"762a9b4a\",\"widthDesktop\":32,\"variationSelected\":true,\"rowGapDesktop\":24,\"rowGapTablet\":20,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-762a9b4a\"><!-- wp:uagb/image {\"block_id\":\"11b96e47\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Blue-roan-pool-01.jpg\",\"id\":782,\"linkDestination\":\"none\",\"width\":385,\"height\":250,\"naturalWidth\":800,\"naturalHeight\":534,\"sizeSlug\":\"full\",\"sizeSlugTablet\":\"full\",\"sizeSlugMobile\":\"full\",\"customHeightSetDesktop\":true} -->\n<div class=\"wp-block-uagb-image uagb-block-11b96e47 wp-block-uagb-image--layout-default wp-block-uagb-image--effect-static wp-block-uagb-image--align-none\"><figure class=\"wp-block-uagb-image__figure\"><img srcset=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Blue-roan-pool-01.jpg \" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Blue-roan-pool-01.jpg\" alt=\"\" class=\"uag-image-782\" width=\"385\" height=\"250\" title=\"\" loading=\"lazy\"/></figure></div>\n<!-- /wp:uagb/image -->\n\n<!-- wp:uagb/image {\"block_id\":\"bd64394b\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/bird-1024x683.jpg\",\"id\":910,\"linkDestination\":\"none\",\"width\":385,\"height\":250,\"naturalWidth\":1024,\"naturalHeight\":683,\"sizeSlug\":\"large\",\"sizeSlugTablet\":\"large\",\"sizeSlugMobile\":\"large\",\"customHeightSetDesktop\":true} -->\n<div class=\"wp-block-uagb-image uagb-block-bd64394b wp-block-uagb-image--layout-default wp-block-uagb-image--effect-static wp-block-uagb-image--align-none\"><figure class=\"wp-block-uagb-image__figure\"><img srcset=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/bird-1024x683.jpg \" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/bird-1024x683.jpg\" alt=\"\" class=\"uag-image-910\" width=\"385\" height=\"250\" title=\"\" loading=\"lazy\"/></figure></div>\n<!-- /wp:uagb/image --></div>\n<!-- /wp:uagb/container --></div>\n<!-- /wp:uagb/container --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"4d346c06\",\"backgroundType\":\"color\",\"backgroundSizeTablet\":\"cover\",\"backgroundSizeMobile\":\"cover\",\"backgroundColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"topPaddingDesktop\":40,\"bottomPaddingDesktop\":104,\"leftPaddingDesktop\":40,\"rightPaddingDesktop\":40,\"topPaddingTablet\":80,\"bottomPaddingTablet\":80,\"leftPaddingTablet\":40,\"rightPaddingTablet\":40,\"topPaddingMobile\":64,\"bottomPaddingMobile\":64,\"leftPaddingMobile\":24,\"rightPaddingMobile\":24,\"paddingLink\":false,\"variationSelected\":true,\"rowGapDesktop\":0,\"isBlockRootParent\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-4d346c06 alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/advanced-heading {\"block_id\":\"670f06f9\",\"classMigrate\":true,\"headingDescToggle\":true,\"headingAlign\":\"center\",\"headingAlignMobile\":\"left\",\"subHeadingColor\":\"\",\"headSpace\":20,\"subHeadFontSize\":16,\"blockBottomPadding\":20} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-670f06f9\"><h2 class=\"uagb-heading-text\">What Our Guests Say​</h2><p class=\"uagb-desc-text\">We take pride in serving our guests the best experience. </p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/container {\"block_id\":\"18df5bec\",\"directionDesktop\":\"row\",\"topMarginDesktop\":40,\"bottomMarginDesktop\":0,\"leftMarginDesktop\":0,\"rightMarginDesktop\":0,\"marginLink\":false,\"variationSelected\":true,\"rowGapMobile\":40,\"columnGapDesktop\":90} -->\n<div class=\"wp-block-uagb-container uagb-block-18df5bec\"><!-- wp:uagb/container {\"block_id\":\"3a94fc8c\",\"widthDesktop\":50,\"variationSelected\":true,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-3a94fc8c\"><!-- wp:uagb/testimonial {\"test_item_count\":1,\"classMigrate\":true,\"test_block\":[{\"description\":\"\\u0022Thank you for a most enjoyable weekend stay and for making our anniversary so special.  Thank you for your kind and lovely friendship which we really appreciate!!!\\u0022​\",\"name\":\"\\u003cstrong\\u003eBrenda and Theuns\\u003c/strong\\u003e\",\"company\":\"\",\"image\":{\"id\":119,\"title\":\"testimonial1\",\"filename\":\"testimonial1.jpg\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/testimonial1.jpg\",\"link\":\"https://blueroan.netgen.cloud/testimonial1/\",\"alt\":\"\",\"author\":\"34\",\"description\":\"\",\"caption\":\"\",\"name\":\"testimonial1\",\"status\":\"inherit\",\"uploadedTo\":0,\"date\":\"2021-05-11T05:02:02.000Z\",\"modified\":\"2021-05-11T05:02:02.000Z\",\"menuOrder\":0,\"mime\":\"image/jpeg\",\"type\":\"image\",\"subtype\":\"jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/default.png\",\"dateFormatted\":\"May 11, 2021\",\"nonces\":{\"update\":\"b92fe40c3d\",\"delete\":\"643c1eb8f1\",\"edit\":\"d3e7d56b1d\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=119\\u0026action=edit\",\"meta\":false,\"authorName\":\"Rishabh\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/user-edit.php?user_id=34\",\"filesizeInBytes\":11264,\"filesizeHumanReadable\":\"11 KB\",\"context\":\"\",\"height\":250,\"width\":250,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/testimonial1-150x150.jpg\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/testimonial1.jpg\",\"height\":250,\"width\":250,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}}}],\"headingAlign\":\"left\",\"headingAlignTablet\":\"left\",\"headingAlignMobile\":\"left\",\"descColor\":\"var(\\u002d\\u002dast-global-color-3)\",\"nameFontSize\":14,\"nameLineHeight\":1,\"descFontSize\":16,\"descFontWeight\":\"600\",\"nameSpace\":1,\"block_id\":\"08896cfe\",\"iconImage\":{\"url\":\"\",\"alt\":\"InfoBox placeholder img\"},\"imageWidth\":32,\"columnGap\":1,\"borderStyle\":\"\",\"paddingTop\":0,\"paddingBottom\":0,\"paddingLeft\":0,\"paddingRight\":0,\"spacingLink\":true,\"imgpaddingTop\":0,\"imgpaddingRight\":15,\"imgpaddingBottom\":0,\"imgpaddingLeft\":0,\"overallBorderStyle\":\"none\",\"imgTagHeight\":32,\"imgTagWidth\":150} -->\n<div class=\"wp-block-uagb-testimonial uagb-slick-carousel uagb-tm__arrow-outside uagb-block-08896cfe uagb-post__carousel_notset uagb-post__carousel_notset-tablet uagb-post__carousel_notset-mobile\"><div class=\"is-carousel uagb-tm__columns-1 uagb-tm__items\"><div class=\"uagb-testimonial__wrap  uagb-tm__imgicon-style-circle uagb-tm__image-position-bottom uagb-tm__bg-type-none \"><div class=\"uagb-tm__content\"><div class=\"uagb-tm__overlay\"></div><div class=\"uagb-tm__text-wrap\"><div class=\"uagb-tm__desc\">\"Thank you for a most enjoyable weekend stay and for making our anniversary so special.  Thank you for your kind and lovely friendship which we really appreciate!!!\"​</div><div class=\"uagb-tm__meta-inner\"><div class=\"uagb-tm__image-content\"><div class=\"uagb-tm__image\"><img class=\"uagb-tm-img-src\" src=\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/testimonial1-150x150.jpg\" alt=\"\" width=\"32\" height=\"32\" loading=\"lazy\"/></div></div><div class=\"uagb-testimonial-details\"><span class=\"uagb-tm__author-name\"><strong>Brenda and Theuns</strong></span><span class=\"uagb-tm__company\"></span></div></div></div></div></div></div></div>\n<!-- /wp:uagb/testimonial -->\n\n<!-- wp:uagb/testimonial {\"test_item_count\":1,\"classMigrate\":true,\"test_block\":[{\"description\":\"\\u0022Breaking away from city life and coming out to a most wonderful romantic weekend away.  The unit is so comfortable.  Thank you for your great hospitality - we had an awesome time here.  Go well - with love\\u0022​\",\"name\":\"\\u003cstrong\\u003e\\u003cstrong\\u003e\\u003cstrong\\u003eLiz \\u0026amp; Eddie\\u003c/strong\\u003e\\u003c/strong\\u003e\\u003c/strong\\u003e\",\"company\":\"\",\"image\":{\"id\":122,\"title\":\"testimonial4\",\"filename\":\"testimonial4.jpg\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/testimonial4.jpg\",\"link\":\"https://blueroan.netgen.cloud/testimonial4/\",\"alt\":\"\",\"author\":\"34\",\"description\":\"\",\"caption\":\"\",\"name\":\"testimonial4\",\"status\":\"inherit\",\"uploadedTo\":0,\"date\":\"2021-05-11T05:02:06.000Z\",\"modified\":\"2021-05-11T05:02:06.000Z\",\"menuOrder\":0,\"mime\":\"image/jpeg\",\"type\":\"image\",\"subtype\":\"jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/default.png\",\"dateFormatted\":\"May 11, 2021\",\"nonces\":{\"update\":\"4e34860add\",\"delete\":\"9e126a55cd\",\"edit\":\"33ffd3c040\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=122\\u0026action=edit\",\"meta\":false,\"authorName\":\"Rishabh\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/user-edit.php?user_id=34\",\"filesizeInBytes\":16584,\"filesizeHumanReadable\":\"16 KB\",\"context\":\"\",\"height\":250,\"width\":250,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/testimonial4-150x150.jpg\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/testimonial4.jpg\",\"height\":250,\"width\":250,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}}}],\"headingAlign\":\"left\",\"headingAlignTablet\":\"left\",\"headingAlignMobile\":\"left\",\"descColor\":\"var(\\u002d\\u002dast-global-color-3)\",\"nameFontSize\":14,\"nameLineHeight\":1,\"descFontSize\":16,\"descFontWeight\":\"600\",\"nameSpace\":1,\"block_id\":\"0ea15954\",\"iconImage\":{\"url\":\"\",\"alt\":\"InfoBox placeholder img\"},\"imageWidth\":32,\"columnGap\":1,\"borderStyle\":\"\",\"paddingTop\":0,\"paddingBottom\":0,\"paddingLeft\":0,\"paddingRight\":0,\"spacingLink\":true,\"imgpaddingTop\":0,\"imgpaddingRight\":15,\"imgpaddingBottom\":0,\"imgpaddingLeft\":0,\"overallBorderStyle\":\"none\",\"imgTagHeight\":32,\"imgTagWidth\":150} -->\n<div class=\"wp-block-uagb-testimonial uagb-slick-carousel uagb-tm__arrow-outside uagb-block-0ea15954 uagb-post__carousel_notset uagb-post__carousel_notset-tablet uagb-post__carousel_notset-mobile\"><div class=\"is-carousel uagb-tm__columns-1 uagb-tm__items\"><div class=\"uagb-testimonial__wrap  uagb-tm__imgicon-style-circle uagb-tm__image-position-bottom uagb-tm__bg-type-none \"><div class=\"uagb-tm__content\"><div class=\"uagb-tm__overlay\"></div><div class=\"uagb-tm__text-wrap\"><div class=\"uagb-tm__desc\">\"Breaking away from city life and coming out to a most wonderful romantic weekend away.  The unit is so comfortable.  Thank you for your great hospitality - we had an awesome time here.  Go well - with love\"​</div><div class=\"uagb-tm__meta-inner\"><div class=\"uagb-tm__image-content\"><div class=\"uagb-tm__image\"><img class=\"uagb-tm-img-src\" src=\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/testimonial4-150x150.jpg\" alt=\"\" width=\"32\" height=\"32\" loading=\"lazy\"/></div></div><div class=\"uagb-testimonial-details\"><span class=\"uagb-tm__author-name\"><strong><strong><strong>Liz &amp; Eddie</strong></strong></strong></span><span class=\"uagb-tm__company\"></span></div></div></div></div></div></div></div>\n<!-- /wp:uagb/testimonial --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"0852d90f\",\"widthDesktop\":50,\"variationSelected\":true,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-0852d90f\"><!-- wp:uagb/testimonial {\"test_item_count\":1,\"classMigrate\":true,\"test_block\":[{\"description\":\"\\u0022Judy, what a wonderful place you have here - we were so delighted to spend the weekend here, so tranquil, peaceful, and beautiful. You made us feel right at home. Definitely a place worth 5 stars! Go well.\\u0022​\",\"name\":\"\\u003cstrong\\u003e\\u003cstrong\\u003eBrian\\u003c/strong\\u003e\\u003c/strong\\u003e \\u003cstrong\\u003e\\u003cstrong\\u003e\\u003cstrong\\u003eand \\u003cstrong\\u003eMariska\\u003c/strong\\u003e\\u003c/strong\\u003e\\u003cbr\\u003e\\u003c/strong\\u003e\\u003c/strong\\u003e\",\"company\":\"\",\"image\":{\"id\":120,\"title\":\"testimonial2\",\"filename\":\"testimonial2.jpg\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/testimonial2.jpg\",\"link\":\"https://blueroan.netgen.cloud/testimonial2/\",\"alt\":\"\",\"author\":\"34\",\"description\":\"\",\"caption\":\"\",\"name\":\"testimonial2\",\"status\":\"inherit\",\"uploadedTo\":0,\"date\":\"2021-05-11T05:02:03.000Z\",\"modified\":\"2021-05-11T05:02:03.000Z\",\"menuOrder\":0,\"mime\":\"image/jpeg\",\"type\":\"image\",\"subtype\":\"jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/default.png\",\"dateFormatted\":\"May 11, 2021\",\"nonces\":{\"update\":\"1ee6412858\",\"delete\":\"4414a2ccbf\",\"edit\":\"bde7b1f490\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=120\\u0026action=edit\",\"meta\":false,\"authorName\":\"Rishabh\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/user-edit.php?user_id=34\",\"filesizeInBytes\":10087,\"filesizeHumanReadable\":\"10 KB\",\"context\":\"\",\"height\":250,\"width\":250,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/testimonial2-150x150.jpg\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/testimonial2.jpg\",\"height\":250,\"width\":250,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}}}],\"headingAlign\":\"left\",\"headingAlignTablet\":\"left\",\"headingAlignMobile\":\"left\",\"descColor\":\"var(\\u002d\\u002dast-global-color-3)\",\"nameFontSize\":14,\"nameLineHeight\":1,\"descFontSize\":16,\"descFontWeight\":\"600\",\"nameSpace\":1,\"block_id\":\"44454ec3\",\"iconImage\":{\"url\":\"\",\"alt\":\"InfoBox placeholder img\"},\"imageWidth\":32,\"columnGap\":1,\"borderStyle\":\"\",\"paddingTop\":0,\"paddingBottom\":0,\"paddingLeft\":0,\"paddingRight\":0,\"spacingLink\":true,\"imgpaddingTop\":0,\"imgpaddingRight\":15,\"imgpaddingBottom\":0,\"imgpaddingLeft\":0,\"overallBorderStyle\":\"none\",\"imgTagHeight\":32,\"imgTagWidth\":150} -->\n<div class=\"wp-block-uagb-testimonial uagb-slick-carousel uagb-tm__arrow-outside uagb-block-44454ec3 uagb-post__carousel_notset uagb-post__carousel_notset-tablet uagb-post__carousel_notset-mobile\"><div class=\"is-carousel uagb-tm__columns-1 uagb-tm__items\"><div class=\"uagb-testimonial__wrap  uagb-tm__imgicon-style-circle uagb-tm__image-position-bottom uagb-tm__bg-type-none \"><div class=\"uagb-tm__content\"><div class=\"uagb-tm__overlay\"></div><div class=\"uagb-tm__text-wrap\"><div class=\"uagb-tm__desc\">\"Judy, what a wonderful place you have here - we were so delighted to spend the weekend here, so tranquil, peaceful, and beautiful. You made us feel right at home. Definitely a place worth 5 stars! Go well.\"​</div><div class=\"uagb-tm__meta-inner\"><div class=\"uagb-tm__image-content\"><div class=\"uagb-tm__image\"><img class=\"uagb-tm-img-src\" src=\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/testimonial2-150x150.jpg\" alt=\"\" width=\"32\" height=\"32\" loading=\"lazy\"/></div></div><div class=\"uagb-testimonial-details\"><span class=\"uagb-tm__author-name\"><strong><strong>Brian</strong></strong> <strong><strong><strong>and <strong>Mariska</strong></strong><br></strong></strong></span><span class=\"uagb-tm__company\"></span></div></div></div></div></div></div></div>\n<!-- /wp:uagb/testimonial -->\n\n<!-- wp:uagb/testimonial {\"test_item_count\":1,\"classMigrate\":true,\"test_block\":[{\"description\":\"\\u0022Thank you for the most wonderful time, Judy!  This was the most peaceful and perfect place to get engaged!  We will most certainly be back!!!  Your hospitality cannot be topped!\\u0022​\",\"name\":\"\\u003cstrong\\u003e\\u003cstrong\\u003e\\u003cstrong\\u003e\\u003cstrong\\u003eBrett and Kelly\\u003c/strong\\u003e\\u003c/strong\\u003e\\u003c/strong\\u003e\\u003c/strong\\u003e\",\"company\":\"\",\"image\":{\"id\":121,\"title\":\"testimonial3\",\"filename\":\"testimonial3.jpg\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/testimonial3.jpg\",\"link\":\"https://blueroan.netgen.cloud/testimonial3/\",\"alt\":\"\",\"author\":\"34\",\"description\":\"\",\"caption\":\"\",\"name\":\"testimonial3\",\"status\":\"inherit\",\"uploadedTo\":0,\"date\":\"2021-05-11T05:02:05.000Z\",\"modified\":\"2021-05-11T05:02:05.000Z\",\"menuOrder\":0,\"mime\":\"image/jpeg\",\"type\":\"image\",\"subtype\":\"jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/default.png\",\"dateFormatted\":\"May 11, 2021\",\"nonces\":{\"update\":\"290653da5d\",\"delete\":\"90a4fb2d63\",\"edit\":\"ff8a64e56e\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=121\\u0026action=edit\",\"meta\":false,\"authorName\":\"Rishabh\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/user-edit.php?user_id=34\",\"filesizeInBytes\":8748,\"filesizeHumanReadable\":\"9 KB\",\"context\":\"\",\"height\":250,\"width\":250,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/testimonial3-150x150.jpg\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/testimonial3.jpg\",\"height\":250,\"width\":250,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}}}],\"headingAlign\":\"left\",\"headingAlignTablet\":\"left\",\"headingAlignMobile\":\"left\",\"descColor\":\"var(\\u002d\\u002dast-global-color-3)\",\"nameFontSize\":14,\"nameLineHeight\":1,\"descFontSize\":16,\"descFontWeight\":\"600\",\"nameSpace\":1,\"block_id\":\"1bc41a56\",\"iconImage\":{\"url\":\"\",\"alt\":\"InfoBox placeholder img\"},\"imageWidth\":32,\"columnGap\":1,\"borderStyle\":\"\",\"paddingTop\":0,\"paddingBottom\":0,\"paddingLeft\":0,\"paddingRight\":0,\"spacingLink\":true,\"imgpaddingTop\":0,\"imgpaddingRight\":15,\"imgpaddingBottom\":0,\"imgpaddingLeft\":0,\"overallBorderStyle\":\"none\",\"imgTagHeight\":32,\"imgTagWidth\":150} -->\n<div class=\"wp-block-uagb-testimonial uagb-slick-carousel uagb-tm__arrow-outside uagb-block-1bc41a56 uagb-post__carousel_notset uagb-post__carousel_notset-tablet uagb-post__carousel_notset-mobile\"><div class=\"is-carousel uagb-tm__columns-1 uagb-tm__items\"><div class=\"uagb-testimonial__wrap  uagb-tm__imgicon-style-circle uagb-tm__image-position-bottom uagb-tm__bg-type-none \"><div class=\"uagb-tm__content\"><div class=\"uagb-tm__overlay\"></div><div class=\"uagb-tm__text-wrap\"><div class=\"uagb-tm__desc\">\"Thank you for the most wonderful time, Judy!  This was the most peaceful and perfect place to get engaged!  We will most certainly be back!!!  Your hospitality cannot be topped!\"​</div><div class=\"uagb-tm__meta-inner\"><div class=\"uagb-tm__image-content\"><div class=\"uagb-tm__image\"><img class=\"uagb-tm-img-src\" src=\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/testimonial3-150x150.jpg\" alt=\"\" width=\"32\" height=\"32\" loading=\"lazy\"/></div></div><div class=\"uagb-testimonial-details\"><span class=\"uagb-tm__author-name\"><strong><strong><strong><strong>Brett and Kelly</strong></strong></strong></strong></span><span class=\"uagb-tm__company\"></span></div></div></div></div></div></div></div>\n<!-- /wp:uagb/testimonial --></div>\n<!-- /wp:uagb/container --></div>\n<!-- /wp:uagb/container --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"d80003f0\",\"innerContentCustomWidthDesktop\":781,\"innerContentCustomWidthTablet\":781,\"backgroundType\":\"image\",\"backgroundImageDesktop\":{\"id\":809,\"title\":\"26759994757_767d9794fd_b\",\"filename\":\"26759994757_767d9794fd_b.jpg\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/26759994757_767d9794fd_b.jpg\",\"link\":\"https://blueroan.netgen.cloud/?attachment_id=809\",\"alt\":\"\",\"author\":\"2\",\"description\":\"\",\"caption\":\"\",\"name\":\"26759994757_767d9794fd_b\",\"status\":\"inherit\",\"uploadedTo\":805,\"date\":\"2022-12-13T09:51:53.000Z\",\"modified\":\"2022-12-13T09:51:53.000Z\",\"menuOrder\":0,\"mime\":\"image/jpeg\",\"type\":\"image\",\"subtype\":\"jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-includes/images/media/default.png\",\"dateFormatted\":\"December 13, 2022\",\"nonces\":{\"update\":\"39b5c0eef1\",\"delete\":\"fde92abd83\",\"edit\":\"3923face9e\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=809\\u0026action=edit\",\"meta\":false,\"authorName\":\"Netgen Support\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/profile.php\",\"uploadedToTitle\":\"Magaliesburg\",\"uploadedToLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=805\\u0026action=edit\",\"filesizeInBytes\":143610,\"filesizeHumanReadable\":\"140 KB\",\"context\":\"\",\"height\":683,\"width\":1024,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/26759994757_767d9794fd_b-150x150.jpg\",\"orientation\":\"landscape\"},\"medium\":{\"height\":200,\"width\":300,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/26759994757_767d9794fd_b-300x200.jpg\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/26759994757_767d9794fd_b.jpg\",\"height\":683,\"width\":1024,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"backgroundImageColor\":\"rgba(42,42,42,0.65)\",\"topPaddingDesktop\":144,\"bottomPaddingDesktop\":144,\"leftPaddingDesktop\":40,\"rightPaddingDesktop\":40,\"topPaddingTablet\":80,\"bottomPaddingTablet\":80,\"leftPaddingTablet\":40,\"rightPaddingTablet\":40,\"topPaddingMobile\":64,\"bottomPaddingMobile\":64,\"leftPaddingMobile\":24,\"rightPaddingMobile\":24,\"paddingLink\":false,\"variationSelected\":true,\"isBlockRootParent\":true,\"overlayType\":\"color\"} -->\n<div class=\"wp-block-uagb-container uagb-block-d80003f0 alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/advanced-heading {\"block_id\":\"42386e99\",\"classMigrate\":true,\"headingDescToggle\":true,\"headingAlign\":\"center\",\"headingColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"subHeadingColor\":\"var(\\u002d\\u002dast-global-color-4)\",\"headSpace\":20} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-42386e99\"><h2 class=\"uagb-heading-text\">Plan an Unforgettable Experience at <br>Blue Roan!</h2><p class=\"uagb-desc-text\">Blue Roan is a 4-star graded pet-friendly venue</p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/advanced-heading {\"block_id\":\"e87d257c\",\"classMigrate\":true,\"headingTitleToggle\":false,\"headingDescToggle\":true,\"headingAlign\":\"center\",\"subHeadingColor\":\"var(\\u002d\\u002dast-global-color-4)\",\"subHeadTransform\":\"uppercase\",\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"subHeadLetterSpacing\":2,\"blockTopPadding\":60,\"blockRightPadding\":0,\"blockLeftPadding\":0,\"blockBottomPadding\":0,\"blockTopPaddingMobile\":30,\"blockRightPaddingMobile\":0,\"blockLeftPaddingMobile\":0,\"blockBottomPaddingMobile\":0} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-e87d257c\"><p class=\"uagb-desc-text\">BOOK YOUR STAY NOW​</p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/icon-list {\"block_id\":\"32961618\",\"classMigrate\":true,\"childMigrate\":true,\"align\":\"center\",\"parentIcon\":\"phone\",\"size\":40,\"sizeMobile\":24,\"sizeTablet\":32,\"fontSize\":48,\"fontSizeMobile\":28,\"fontSizeTablet\":40,\"fontWeight\":\"600\",\"iconColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"labelColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"blockTopPadding\":0,\"blockRightPadding\":0,\"blockLeftPadding\":0,\"blockBottomPadding\":24,\"blockPaddingLink\":false} -->\n<div class=\"wp-block-uagb-icon-list uagb-block-32961618\"><div class=\"uagb-icon-list__wrap\"><!-- wp:uagb/icon-list-child {\"block_id\":\"433c68d6\",\"label\":\" + 27 (0) 82 575 5409\",\"label_color\":\"\",\"link\":\"tel:+27825755409\",\"disableLink\":true,\"fromParentIcon\":\"phone\",\"imageSizeChild\":40} -->\n<div class=\"wp-block-uagb-icon-list-child uagb-block-433c68d6\"><a target=\"_self\" aria-label=\" + 27 (0) 82 575 5409\" rel=\"noopener noreferrer\" href=\"tel:+27825755409\"> </a><span class=\"uagb-icon-list__source-wrap\"><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M511.2 387l-23.25 100.8c-3.266 14.25-15.79 24.22-30.46 24.22C205.2 512 0 306.8 0 54.5c0-14.66 9.969-27.2 24.22-30.45l100.8-23.25C139.7-2.602 154.7 5.018 160.8 18.92l46.52 108.5c5.438 12.78 1.77 27.67-8.98 36.45L144.5 207.1c33.98 69.22 90.26 125.5 159.5 159.5l44.08-53.8c8.688-10.78 23.69-14.51 36.47-8.975l108.5 46.51C506.1 357.2 514.6 372.4 511.2 387z\"></path></svg></span><span class=\"uagb-icon-list__label\"> + 27 (0) 82 575 5409</span></div>\n<!-- /wp:uagb/icon-list-child -->\n\n<!-- wp:uagb/icon-list-child {\"block_id\":\"4cb2d326\",\"label\":\"blueroan@ugo.co.za\",\"icon\":\"envelope\",\"label_color\":\"\",\"link\":\"mailto:blueroan@ugo.co.za\",\"disableLink\":true,\"fromParentIcon\":\"phone\",\"imageSizeChild\":40} -->\n<div class=\"wp-block-uagb-icon-list-child uagb-block-4cb2d326\"><a target=\"_self\" aria-label=\"blueroan@ugo.co.za\" rel=\"noopener noreferrer\" href=\"mailto:blueroan@ugo.co.za\"> </a><span class=\"uagb-icon-list__source-wrap\"><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M464 64C490.5 64 512 85.49 512 112C512 127.1 504.9 141.3 492.8 150.4L275.2 313.6C263.8 322.1 248.2 322.1 236.8 313.6L19.2 150.4C7.113 141.3 0 127.1 0 112C0 85.49 21.49 64 48 64H464zM217.6 339.2C240.4 356.3 271.6 356.3 294.4 339.2L512 176V384C512 419.3 483.3 448 448 448H64C28.65 448 0 419.3 0 384V176L217.6 339.2z\"></path></svg></span><span class=\"uagb-icon-list__label\">blueroan@ugo.co.za</span></div>\n<!-- /wp:uagb/icon-list-child --></div></div>\n<!-- /wp:uagb/icon-list --></div></div>\n<!-- /wp:uagb/container -->',	'Home',	'',	'inherit',	'closed',	'closed',	'',	'760-revision-v1',	'',	'',	'2022-12-13 15:23:20',	'2022-12-13 15:23:20',	'',	760,	'https://blueroan.netgen.cloud/?p=926',	0,	'revision',	'',	0),
(927,	2,	'2022-12-13 15:23:58',	'2022-12-13 15:23:58',	'<!-- wp:uagb/container {\"block_id\":\"11bac110\",\"minHeightDesktop\":95,\"minHeightTablet\":70,\"minHeightMobile\":80,\"minHeightType\":\"vh\",\"alignItemsDesktop\":\"flex-start\",\"backgroundType\":\"image\",\"backgroundImageDesktop\":{\"uploading\":false,\"date\":1670921854000,\"filename\":\"Blue-Roan-pool.jpg\",\"menuOrder\":0,\"uploadedTo\":760,\"type\":\"image\",\"subtype\":\"jpeg\",\"id\":784,\"title\":\"Blue Roan - pool\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Blue-Roan-pool.jpg\",\"link\":\"https://blueroan.netgen.cloud/home/blue-roan-pool/\",\"alt\":\"\",\"author\":\"2\",\"description\":\"\",\"caption\":\"\",\"name\":\"blue-roan-pool\",\"status\":\"inherit\",\"modified\":1670921854000,\"mime\":\"image/jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-includes/images/media/default.png\",\"dateFormatted\":\"December 13, 2022\",\"nonces\":{\"update\":\"51a12ed09e\",\"delete\":\"5174068551\",\"edit\":\"1de0721407\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=784\\u0026action=edit\",\"meta\":false,\"authorName\":\"Netgen Support\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/profile.php\",\"uploadedToTitle\":\"Home\",\"uploadedToLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=760\\u0026action=edit\",\"filesizeInBytes\":154801,\"filesizeHumanReadable\":\"151 KB\",\"context\":\"\",\"height\":667,\"width\":1000,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Blue-Roan-pool-150x150.jpg\",\"orientation\":\"landscape\"},\"medium\":{\"height\":200,\"width\":300,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Blue-Roan-pool-300x200.jpg\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Blue-Roan-pool.jpg\",\"height\":667,\"width\":1000,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"backgroundPositionDesktop\":{\"x\":0.5,\"y\":0.25},\"backgroundImageColor\":\"rgba(42,42,42,0.35)\",\"topPaddingDesktop\":0,\"bottomPaddingDesktop\":0,\"leftPaddingDesktop\":40,\"rightPaddingDesktop\":40,\"topPaddingTablet\":120,\"bottomPaddingTablet\":120,\"leftPaddingTablet\":40,\"rightPaddingTablet\":40,\"topPaddingMobile\":150,\"bottomPaddingMobile\":150,\"leftPaddingMobile\":20,\"rightPaddingMobile\":20,\"paddingLink\":false,\"variationSelected\":true,\"isBlockRootParent\":true,\"overlayType\":\"color\",\"minHeightTypeTablet\":\"vh\",\"minHeightTypeMobile\":\"vh\"} -->\n<div class=\"wp-block-uagb-container uagb-block-11bac110 alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/info-box {\"classMigrate\":true,\"headingAlign\":\"left\",\"headingColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"subHeadingColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"headingTag\":\"h1\",\"subHeadFontSize\":17,\"subHeadFontSizeMobile\":15,\"headSpace\":20,\"subHeadSpace\":40,\"block_id\":\"83102816\",\"ctaIcon\":\"\",\"ctaType\":\"button\",\"ctaText\":\"Book Your Stay Now\",\"ctaLink\":\"#\",\"ctaBtnLinkColor\":\"var(\\u002d\\u002dast-global-color-2)\",\"ctaLinkHoverColor\":\"var(\\u002d\\u002dast-global-color-2)\",\"ctaBgColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"ctaBgHoverColor\":\"var(\\u002d\\u002dast-global-color-4)\",\"ctaBorderColor\":\"\",\"ctaBorderStyle\":\"\",\"ctaBorderWidth\":\"\",\"ctaBorderRadius\":\"\",\"iconImage\":{\"url\":\"\",\"alt\":\"InfoBox placeholder img\"},\"showIcon\":false,\"paddingBtnTop\":18,\"paddingBtnBottom\":18,\"paddingBtnLeft\":34,\"paddingBtnRight\":34,\"blockTopPadding\":0,\"blockRightPadding\":40,\"blockLeftPadding\":0,\"blockBottomPadding\":0,\"blockTopPaddingTablet\":0,\"blockRightPaddingTablet\":64,\"blockLeftPaddingTablet\":0,\"blockBottomPaddingTablet\":0,\"blockTopPaddingMobile\":0,\"blockRightPaddingMobile\":0,\"blockLeftPaddingMobile\":0,\"blockBottomPaddingMobile\":0,\"blockPaddingUnit\":\"%\",\"blockPaddingLink\":false,\"subHeadMarginTopTablet\":0,\"subHeadMarginRightTablet\":64,\"subHeadTabletSpace\":40,\"subHeadMarginLeftTablet\":0,\"subHeadMarginTopMobile\":0,\"subHeadMarginRightMobile\":0,\"subHeadMobileSpace\":40,\"subHeadMarginLeftMobile\":0,\"btnBorderTopWidth\":1,\"btnBorderLeftWidth\":1,\"btnBorderRightWidth\":1,\"btnBorderBottomWidth\":1,\"btnBorderTopLeftRadius\":0,\"btnBorderTopRightRadius\":0,\"btnBorderBottomLeftRadius\":0,\"btnBorderBottomRightRadius\":0,\"btnBorderStyle\":\"none\",\"btnBorderColor\":\"#333\"} -->\n<div class=\"wp-block-uagb-info-box uagb-block-83102816 uagb-infobox__content-wrap  uagb-infobox-icon-above-title uagb-infobox-image-valign-top\"><div class=\"uagb-ifb-content\"><div class=\"uagb-ifb-title-wrap\"><h1 class=\"uagb-ifb-title\"><strong>Magaliesburg pet friendly self-catering accommodation</strong></h1></div><p class=\"uagb-ifb-desc\">Romantic pet-friendly self-catering accommodation in Magaliesburg, Gauteng.</p><div class=\"uagb-ifb-button-wrapper wp-block-button\"><a href=\"#\" class=\"uagb-infobox-cta-link wp-block-button__link\" target=\"_self\" rel=\"noopener noreferrer\" alt=\"\"><span class=\"uagb-inline-editing\">Book Your Stay Now</span></a></div></div></div>\n<!-- /wp:uagb/info-box --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"5f44cd03\",\"directionDesktop\":\"row\",\"directionMobile\":\"column-reverse\",\"alignItemsDesktop\":\"flex-start\",\"backgroundType\":\"color\",\"backgroundSizeTablet\":\"cover\",\"backgroundSizeMobile\":\"cover\",\"backgroundColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"topPaddingDesktop\":60,\"bottomPaddingDesktop\":60,\"topPaddingTablet\":80,\"bottomPaddingTablet\":80,\"leftPaddingTablet\":40,\"rightPaddingTablet\":40,\"topPaddingMobile\":64,\"bottomPaddingMobile\":64,\"leftPaddingMobile\":24,\"rightPaddingMobile\":24,\"paddingLink\":false,\"variationSelected\":true,\"columnGapDesktop\":60,\"columnGapTablet\":50,\"isBlockRootParent\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-5f44cd03 alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/container {\"block_id\":\"c286f25e\",\"widthDesktop\":50,\"variationSelected\":true,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-c286f25e\"><!-- wp:image {\"id\":797,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-13.jpg\" alt=\"\" class=\"wp-image-797\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The Blue Roan Country Lodge is situated just 5 minutes from the village of Magaliesburg on a tar road so easy access for all cars. &nbsp;We have panoramic views of the Magaliesberg mountain range and our farm is the perfect place for a relaxing getaway in the country. &nbsp;As we are only 70 km from JHB and Pretoria, it is only an hour’s drive.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:buttons -->\n<div class=\"wp-block-buttons\"><!-- wp:button -->\n<div class=\"wp-block-button\"><a class=\"wp-block-button__link wp-element-button\" href=\"/accommodation/\">View accomodation</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"ec051d16\",\"widthDesktop\":50,\"leftPaddingDesktop\":0,\"paddingLink\":false,\"variationSelected\":true,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-ec051d16\"><!-- wp:uagb/advanced-heading {\"block_id\":\"174974be\",\"classMigrate\":true,\"headingDescToggle\":true,\"subHeadingColor\":\"\",\"headSpace\":20,\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-174974be\"><h2 class=\"uagb-heading-text\"><strong>Blue Roan is a 4-star graded pet-friendly venue</strong></h2><p class=\"uagb-desc-text\">Our goal is to provide high-quality, romantic, comfortable, and affordable self-catering accommodation on the outskirts of the village of &nbsp;Magaliesburg. &nbsp;For animal lovers, we are also&nbsp;pet-friendly&nbsp;by arrangement in most of the units all of which have their own fully fenced and gated private grassy gardens.</p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/image {\"block_id\":\"be63f629\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/hammock-in-the-garden.jpg\",\"align\":\"left\",\"id\":799,\"linkDestination\":\"none\",\"naturalWidth\":600,\"naturalHeight\":400,\"sizeSlug\":\"full\",\"sizeSlugTablet\":\"full\",\"sizeSlugMobile\":\"full\",\"imageTopMargin\":20,\"imageRightMargin\":0,\"imageLeftMargin\":0,\"imageBottomMargin\":0,\"imageTopMarginMobile\":0,\"imageRightMarginMobile\":0,\"imageLeftMarginMobile\":0,\"imageBottomMarginMobile\":0,\"imageMarginLink\":false} -->\n<div class=\"wp-block-uagb-image uagb-block-be63f629 wp-block-uagb-image--layout-default wp-block-uagb-image--effect-static wp-block-uagb-image--align-left\"><figure class=\"wp-block-uagb-image__figure\"><img srcset=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/hammock-in-the-garden.jpg \" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/hammock-in-the-garden.jpg\" alt=\"\" class=\"uag-image-799\" width=\"\" height=\"\" title=\"\" loading=\"lazy\"/></figure></div>\n<!-- /wp:uagb/image --></div>\n<!-- /wp:uagb/container --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"af4cc9a8\",\"directionDesktop\":\"row\",\"directionMobile\":\"column-reverse\",\"alignItemsDesktop\":\"flex-start\",\"backgroundType\":\"color\",\"backgroundSizeTablet\":\"cover\",\"backgroundSizeMobile\":\"cover\",\"backgroundColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"topPaddingDesktop\":0,\"bottomPaddingDesktop\":0,\"topPaddingTablet\":80,\"bottomPaddingTablet\":80,\"leftPaddingTablet\":40,\"rightPaddingTablet\":40,\"topPaddingMobile\":64,\"bottomPaddingMobile\":64,\"leftPaddingMobile\":24,\"rightPaddingMobile\":24,\"paddingLink\":false,\"variationSelected\":true,\"rowGapDesktop\":0,\"columnGapDesktop\":0,\"columnGapTablet\":50,\"isBlockRootParent\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-af4cc9a8 alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:image {\"align\":\"center\",\"id\":794,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image aligncenter size-full\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/210-2108726_too-great-for-us-tourism-grading-council-of-south-5.png\" alt=\"\" class=\"wp-image-794\"/></figure>\n<!-- /wp:image --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"b85f85c9\",\"backgroundType\":\"color\",\"backgroundSizeTablet\":\"cover\",\"backgroundSizeMobile\":\"cover\",\"backgroundColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"topPaddingDesktop\":50,\"bottomPaddingDesktop\":100,\"topPaddingTablet\":50,\"bottomPaddingTablet\":25,\"leftPaddingTablet\":20,\"rightPaddingTablet\":20,\"topPaddingMobile\":50,\"bottomPaddingMobile\":20,\"leftPaddingMobile\":20,\"rightPaddingMobile\":20,\"paddingLink\":false,\"variationSelected\":true,\"rowGapDesktop\":0,\"isBlockRootParent\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-b85f85c9 alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/container {\"block_id\":\"26cdd63c\",\"directionDesktop\":\"row\",\"alignItemsDesktop\":\"flex-end\",\"alignItemsTablet\":\"flex-end\",\"justifyContentDesktop\":\"flex-end\",\"justifyContentTablet\":\"space-between\",\"variationSelected\":true,\"rowGapMobile\":30,\"columnGapDesktop\":0} -->\n<div class=\"wp-block-uagb-container uagb-block-26cdd63c\"><!-- wp:uagb/advanced-heading {\"block_id\":\"f00f87a4\",\"classMigrate\":true,\"headingDescToggle\":true,\"subHeadingColor\":\"\",\"headSpace\":20,\"subHeadFontSize\":16} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-f00f87a4\"><h2 class=\"uagb-heading-text\">Amenities &amp; Interests ​</h2><p class=\"uagb-desc-text\">We have 7 lovely brick&nbsp;<strong>self-catering</strong>&nbsp;units, each one private and with its own character and theme. &nbsp;They are designed exclusively for couples with or without pets wanting a romantic and peaceful place to connect, re-connect, celebrate special occasions, or somewhere quiet and comfortable to come for a holiday</p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/buttons {\"block_id\":\"76c9cbf3\",\"classMigrate\":true,\"childMigrate\":true,\"align\":\"right\",\"alignTablet\":\"right\",\"alignMobile\":\"left\",\"gap\":0} -->\n<div class=\"wp-block-uagb-buttons uagb-buttons__outer-wrap uagb-btn__default-btn uagb-btn-tablet__default-btn uagb-btn-mobile__default-btn uagb-block-76c9cbf3\"><div class=\"uagb-buttons__wrap uagb-buttons-layout-wrap\"><!-- wp:uagb/buttons-child {\"block_id\":\"1685763a\",\"label\":\"View All\",\"link\":\"#\",\"hColor\":\"\",\"borderWidth\":\"\",\"borderRadius\":\"\",\"borderStyle\":\"\",\"borderColor\":\"\",\"borderHColor\":\"\",\"btnBorderTopWidth\":1,\"btnBorderLeftWidth\":1,\"btnBorderRightWidth\":1,\"btnBorderBottomWidth\":1,\"btnBorderTopLeftRadius\":2,\"btnBorderTopRightRadius\":2,\"btnBorderBottomLeftRadius\":2,\"btnBorderBottomRightRadius\":2,\"btnBorderStyle\":\"solid\",\"btnBorderColor\":\"#333\",\"btnBorderHColor\":\"#333\"} -->\n<div class=\"wp-block-uagb-buttons-child uagb-buttons__outer-wrap uagb-block-1685763a wp-block-button is-style-outline\"><div class=\"uagb-button__wrapper\"><a class=\"uagb-buttons-repeater wp-block-button__link\" href=\"#\" rel=\"follow noopener\" target=\"_self\"><div class=\"uagb-button__link\">View All</div></a></div></div>\n<!-- /wp:uagb/buttons-child --></div></div>\n<!-- /wp:uagb/buttons --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"6e0e0d74\",\"directionDesktop\":\"row\",\"alignItemsTablet\":\"flex-start\",\"paddingLink\":false,\"topMarginDesktop\":50,\"bottomMarginDesktop\":20,\"leftMarginDesktop\":0,\"rightMarginDesktop\":0,\"marginLink\":false,\"variationSelected\":true,\"rowGapMobile\":65,\"columnGapDesktop\":48,\"columnGapTablet\":20} -->\n<div class=\"wp-block-uagb-container uagb-block-6e0e0d74\"><!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"align\":\"center\",\"id\":828,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image aligncenter size-full\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Blue-Roan-pool.png\" alt=\"Blue Roan\'s rock pool\" class=\"wp-image-828\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>A relaxing rock Pool​</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>We have a lovely sparkling blue rock pool next to a thatched Lapa. &nbsp;&nbsp;Lie on recliners on the green lawn or sit on the swing chair in the Lapa and enjoy the panoramic view of the Magaliesberg mountain range.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":829,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/img-20160605-wa0002-largejpg.png\" alt=\"\" class=\"wp-image-829\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>Braai facilities </h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>What can compare to a burning fire under the star-lit African sky? Nothing beats the flavor of cooking over an open flame.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":830,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/ef9d0188da11e2bc56788f5619d9d539.png\" alt=\"\" class=\"wp-image-830\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>A games room </h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>The reception is also a games room for those who enjoy darts or playing pool. &nbsp;Take a selection of DVDs back to your room and watch movies on your own DVD player. &nbsp;There is also a selection of board games and music CDs that you can borrow.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div>\n<!-- /wp:uagb/container --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"dae3ebf4\",\"backgroundType\":\"color\",\"backgroundSizeTablet\":\"cover\",\"backgroundSizeMobile\":\"cover\",\"backgroundColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"bottomPaddingDesktop\":104,\"leftPaddingDesktop\":40,\"rightPaddingDesktop\":40,\"topPaddingTablet\":80,\"bottomPaddingTablet\":80,\"leftPaddingTablet\":40,\"rightPaddingTablet\":40,\"topPaddingMobile\":64,\"bottomPaddingMobile\":64,\"leftPaddingMobile\":24,\"rightPaddingMobile\":24,\"paddingLink\":false,\"variationSelected\":true,\"rowGapDesktop\":0,\"isBlockRootParent\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-dae3ebf4 alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/advanced-heading {\"block_id\":\"96acecbb\",\"classMigrate\":true,\"headingDescToggle\":true,\"headingAlign\":\"center\",\"headingAlignMobile\":\"left\",\"subHeadingColor\":\"\",\"headSpace\":20,\"subHeadFontSize\":16,\"blockBottomPadding\":20} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-96acecbb\"><h2 class=\"uagb-heading-text\">Our Inside Pictures​</h2><p class=\"uagb-desc-text\">Take a look at some pretty pictures captured in and around our premises.</p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/container {\"block_id\":\"0fd20453\",\"directionDesktop\":\"row\",\"alignItemsDesktop\":\"flex-start\",\"topMarginDesktop\":20,\"bottomMarginDesktop\":0,\"leftMarginDesktop\":0,\"rightMarginDesktop\":0,\"marginLink\":false,\"variationSelected\":true,\"rowGapMobile\":24,\"columnGapDesktop\":24,\"columnGapTablet\":20} -->\n<div class=\"wp-block-uagb-container uagb-block-0fd20453\"><!-- wp:uagb/container {\"block_id\":\"943c871f\",\"widthDesktop\":32,\"variationSelected\":true,\"rowGapDesktop\":24,\"rowGapTablet\":20,\"rowGapMobile\":24,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-943c871f\"><!-- wp:uagb/image {\"block_id\":\"51b05ce8\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/red-rose-1024x683.jpg\",\"id\":834,\"linkDestination\":\"none\",\"width\":385,\"height\":284,\"naturalWidth\":1024,\"naturalHeight\":683,\"sizeSlug\":\"large\",\"sizeSlugTablet\":\"large\",\"sizeSlugMobile\":\"large\",\"customHeightSetDesktop\":true} -->\n<div class=\"wp-block-uagb-image uagb-block-51b05ce8 wp-block-uagb-image--layout-default wp-block-uagb-image--effect-static wp-block-uagb-image--align-none\"><figure class=\"wp-block-uagb-image__figure\"><img srcset=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/red-rose-1024x683.jpg \" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/red-rose-1024x683.jpg\" alt=\"\" class=\"uag-image-834\" width=\"385\" height=\"284\" title=\"\" loading=\"lazy\"/></figure></div>\n<!-- /wp:uagb/image -->\n\n<!-- wp:uagb/image {\"block_id\":\"a798f878\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/49g.jpg\",\"id\":838,\"linkDestination\":\"none\",\"width\":385,\"height\":284,\"naturalWidth\":650,\"naturalHeight\":450,\"sizeSlug\":\"full\",\"sizeSlugTablet\":\"full\",\"sizeSlugMobile\":\"full\",\"customHeightSetDesktop\":true} -->\n<div class=\"wp-block-uagb-image uagb-block-a798f878 wp-block-uagb-image--layout-default wp-block-uagb-image--effect-static wp-block-uagb-image--align-none\"><figure class=\"wp-block-uagb-image__figure\"><img srcset=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/49g.jpg \" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/49g.jpg\" alt=\"\" class=\"uag-image-838\" width=\"385\" height=\"284\" title=\"\" loading=\"lazy\"/></figure></div>\n<!-- /wp:uagb/image --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"a088a909\",\"widthDesktop\":67,\"variationSelected\":true,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-a088a909\"><!-- wp:uagb/image {\"block_id\":\"3967aaf7\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAA39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba-1-1024x768.png\",\"id\":905,\"linkDestination\":\"none\",\"naturalWidth\":1024,\"naturalHeight\":768,\"sizeSlug\":\"large\",\"sizeSlugTablet\":\"large\",\"sizeSlugMobile\":\"large\"} -->\n<div class=\"wp-block-uagb-image uagb-block-3967aaf7 wp-block-uagb-image--layout-default wp-block-uagb-image--effect-static wp-block-uagb-image--align-none\"><figure class=\"wp-block-uagb-image__figure\"><img srcset=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAA39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba-1-1024x768.png \" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAA39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba-1-1024x768.png\" alt=\"\" class=\"uag-image-905\" width=\"\" height=\"\" title=\"\" loading=\"lazy\"/></figure></div>\n<!-- /wp:uagb/image --></div>\n<!-- /wp:uagb/container --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"212014ab\",\"directionDesktop\":\"row\",\"alignItemsDesktop\":\"flex-start\",\"topMarginDesktop\":24,\"bottomMarginDesktop\":0,\"leftMarginDesktop\":0,\"rightMarginDesktop\":0,\"topMarginTablet\":20,\"bottomMarginTablet\":0,\"leftMarginTablet\":0,\"rightMarginTablet\":0,\"topMarginMobile\":24,\"bottomMarginMobile\":0,\"leftMarginMobile\":0,\"rightMarginMobile\":0,\"marginLink\":false,\"variationSelected\":true,\"columnGapDesktop\":24,\"columnGapTablet\":20} -->\n<div class=\"wp-block-uagb-container uagb-block-212014ab\"><!-- wp:uagb/container {\"block_id\":\"d1642ba4\",\"widthDesktop\":67,\"variationSelected\":true,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-d1642ba4\"><!-- wp:image {\"id\":837,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-8-1024x678.jpg\" alt=\"\" class=\"wp-image-837\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"36987521\",\"widthDesktop\":32,\"variationSelected\":true,\"rowGapDesktop\":24,\"rowGapTablet\":20,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-36987521\"><!-- wp:uagb/image {\"block_id\":\"49d988fa\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Blue-roan-pool-01.jpg\",\"id\":782,\"linkDestination\":\"none\",\"width\":385,\"height\":250,\"naturalWidth\":800,\"naturalHeight\":534,\"sizeSlug\":\"full\",\"sizeSlugTablet\":\"full\",\"sizeSlugMobile\":\"full\",\"customHeightSetDesktop\":true} -->\n<div class=\"wp-block-uagb-image uagb-block-49d988fa wp-block-uagb-image--layout-default wp-block-uagb-image--effect-static wp-block-uagb-image--align-none\"><figure class=\"wp-block-uagb-image__figure\"><img srcset=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Blue-roan-pool-01.jpg \" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Blue-roan-pool-01.jpg\" alt=\"\" class=\"uag-image-782\" width=\"385\" height=\"250\" title=\"\" loading=\"lazy\"/></figure></div>\n<!-- /wp:uagb/image -->\n\n<!-- wp:uagb/image {\"block_id\":\"459be2fc\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/bird-1024x683.jpg\",\"id\":910,\"linkDestination\":\"none\",\"width\":385,\"height\":250,\"naturalWidth\":1024,\"naturalHeight\":683,\"sizeSlug\":\"large\",\"sizeSlugTablet\":\"large\",\"sizeSlugMobile\":\"large\",\"customHeightSetDesktop\":true} -->\n<div class=\"wp-block-uagb-image uagb-block-459be2fc wp-block-uagb-image--layout-default wp-block-uagb-image--effect-static wp-block-uagb-image--align-none\"><figure class=\"wp-block-uagb-image__figure\"><img srcset=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/bird-1024x683.jpg \" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/bird-1024x683.jpg\" alt=\"\" class=\"uag-image-910\" width=\"385\" height=\"250\" title=\"\" loading=\"lazy\"/></figure></div>\n<!-- /wp:uagb/image --></div>\n<!-- /wp:uagb/container --></div>\n<!-- /wp:uagb/container --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"7fab5b49\",\"backgroundType\":\"color\",\"backgroundSizeTablet\":\"cover\",\"backgroundSizeMobile\":\"cover\",\"backgroundColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"topPaddingDesktop\":40,\"bottomPaddingDesktop\":104,\"leftPaddingDesktop\":40,\"rightPaddingDesktop\":40,\"topPaddingTablet\":80,\"bottomPaddingTablet\":80,\"leftPaddingTablet\":40,\"rightPaddingTablet\":40,\"topPaddingMobile\":64,\"bottomPaddingMobile\":64,\"leftPaddingMobile\":24,\"rightPaddingMobile\":24,\"paddingLink\":false,\"variationSelected\":true,\"rowGapDesktop\":0,\"isBlockRootParent\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-7fab5b49 alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/advanced-heading {\"block_id\":\"39d40c9e\",\"classMigrate\":true,\"headingDescToggle\":true,\"headingAlign\":\"center\",\"headingAlignMobile\":\"left\",\"subHeadingColor\":\"\",\"headSpace\":20,\"subHeadFontSize\":16,\"blockBottomPadding\":20} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-39d40c9e\"><h2 class=\"uagb-heading-text\">What Our Guests Say​</h2><p class=\"uagb-desc-text\">We take pride in serving our guests the best experience. </p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/container {\"block_id\":\"37b2ea6a\",\"directionDesktop\":\"row\",\"topMarginDesktop\":40,\"bottomMarginDesktop\":0,\"leftMarginDesktop\":0,\"rightMarginDesktop\":0,\"marginLink\":false,\"variationSelected\":true,\"rowGapMobile\":40,\"columnGapDesktop\":90} -->\n<div class=\"wp-block-uagb-container uagb-block-37b2ea6a\"><!-- wp:uagb/container {\"block_id\":\"497e3523\",\"widthDesktop\":50,\"variationSelected\":true,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-497e3523\"><!-- wp:uagb/testimonial {\"test_item_count\":1,\"classMigrate\":true,\"test_block\":[{\"description\":\"\\u0022Thank you for a most enjoyable weekend stay and for making our anniversary so special.  Thank you for your kind and lovely friendship which we really appreciate!!!\\u0022​\",\"name\":\"\\u003cstrong\\u003eBrenda and Theuns\\u003c/strong\\u003e\",\"company\":\"\",\"image\":{\"id\":119,\"title\":\"testimonial1\",\"filename\":\"testimonial1.jpg\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/testimonial1.jpg\",\"link\":\"https://blueroan.netgen.cloud/testimonial1/\",\"alt\":\"\",\"author\":\"34\",\"description\":\"\",\"caption\":\"\",\"name\":\"testimonial1\",\"status\":\"inherit\",\"uploadedTo\":0,\"date\":\"2021-05-11T05:02:02.000Z\",\"modified\":\"2021-05-11T05:02:02.000Z\",\"menuOrder\":0,\"mime\":\"image/jpeg\",\"type\":\"image\",\"subtype\":\"jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/default.png\",\"dateFormatted\":\"May 11, 2021\",\"nonces\":{\"update\":\"b92fe40c3d\",\"delete\":\"643c1eb8f1\",\"edit\":\"d3e7d56b1d\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=119\\u0026action=edit\",\"meta\":false,\"authorName\":\"Rishabh\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/user-edit.php?user_id=34\",\"filesizeInBytes\":11264,\"filesizeHumanReadable\":\"11 KB\",\"context\":\"\",\"height\":250,\"width\":250,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/testimonial1-150x150.jpg\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/testimonial1.jpg\",\"height\":250,\"width\":250,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}}}],\"headingAlign\":\"left\",\"headingAlignTablet\":\"left\",\"headingAlignMobile\":\"left\",\"descColor\":\"var(\\u002d\\u002dast-global-color-3)\",\"nameFontSize\":14,\"nameLineHeight\":1,\"descFontSize\":16,\"descFontWeight\":\"600\",\"nameSpace\":1,\"block_id\":\"058c7652\",\"iconImage\":{\"url\":\"\",\"alt\":\"InfoBox placeholder img\"},\"imageWidth\":32,\"columnGap\":1,\"borderStyle\":\"\",\"paddingTop\":0,\"paddingBottom\":0,\"paddingLeft\":0,\"paddingRight\":0,\"spacingLink\":true,\"imgpaddingTop\":0,\"imgpaddingRight\":15,\"imgpaddingBottom\":0,\"imgpaddingLeft\":0,\"overallBorderStyle\":\"none\",\"imgTagHeight\":32,\"imgTagWidth\":150} -->\n<div class=\"wp-block-uagb-testimonial uagb-slick-carousel uagb-tm__arrow-outside uagb-block-058c7652 uagb-post__carousel_notset uagb-post__carousel_notset-tablet uagb-post__carousel_notset-mobile\"><div class=\"is-carousel uagb-tm__columns-1 uagb-tm__items\"><div class=\"uagb-testimonial__wrap  uagb-tm__imgicon-style-circle uagb-tm__image-position-bottom uagb-tm__bg-type-none \"><div class=\"uagb-tm__content\"><div class=\"uagb-tm__overlay\"></div><div class=\"uagb-tm__text-wrap\"><div class=\"uagb-tm__desc\">\"Thank you for a most enjoyable weekend stay and for making our anniversary so special.  Thank you for your kind and lovely friendship which we really appreciate!!!\"​</div><div class=\"uagb-tm__meta-inner\"><div class=\"uagb-tm__image-content\"><div class=\"uagb-tm__image\"><img class=\"uagb-tm-img-src\" src=\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/testimonial1-150x150.jpg\" alt=\"\" width=\"32\" height=\"32\" loading=\"lazy\"/></div></div><div class=\"uagb-testimonial-details\"><span class=\"uagb-tm__author-name\"><strong>Brenda and Theuns</strong></span><span class=\"uagb-tm__company\"></span></div></div></div></div></div></div></div>\n<!-- /wp:uagb/testimonial -->\n\n<!-- wp:uagb/testimonial {\"test_item_count\":1,\"classMigrate\":true,\"test_block\":[{\"description\":\"\\u0022Breaking away from city life and coming out to a most wonderful romantic weekend away.  The unit is so comfortable.  Thank you for your great hospitality - we had an awesome time here.  Go well - with love\\u0022​\",\"name\":\"\\u003cstrong\\u003e\\u003cstrong\\u003e\\u003cstrong\\u003eLiz \\u0026amp; Eddie\\u003c/strong\\u003e\\u003c/strong\\u003e\\u003c/strong\\u003e\",\"company\":\"\",\"image\":{\"id\":122,\"title\":\"testimonial4\",\"filename\":\"testimonial4.jpg\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/testimonial4.jpg\",\"link\":\"https://blueroan.netgen.cloud/testimonial4/\",\"alt\":\"\",\"author\":\"34\",\"description\":\"\",\"caption\":\"\",\"name\":\"testimonial4\",\"status\":\"inherit\",\"uploadedTo\":0,\"date\":\"2021-05-11T05:02:06.000Z\",\"modified\":\"2021-05-11T05:02:06.000Z\",\"menuOrder\":0,\"mime\":\"image/jpeg\",\"type\":\"image\",\"subtype\":\"jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/default.png\",\"dateFormatted\":\"May 11, 2021\",\"nonces\":{\"update\":\"4e34860add\",\"delete\":\"9e126a55cd\",\"edit\":\"33ffd3c040\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=122\\u0026action=edit\",\"meta\":false,\"authorName\":\"Rishabh\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/user-edit.php?user_id=34\",\"filesizeInBytes\":16584,\"filesizeHumanReadable\":\"16 KB\",\"context\":\"\",\"height\":250,\"width\":250,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/testimonial4-150x150.jpg\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/testimonial4.jpg\",\"height\":250,\"width\":250,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}}}],\"headingAlign\":\"left\",\"headingAlignTablet\":\"left\",\"headingAlignMobile\":\"left\",\"descColor\":\"var(\\u002d\\u002dast-global-color-3)\",\"nameFontSize\":14,\"nameLineHeight\":1,\"descFontSize\":16,\"descFontWeight\":\"600\",\"nameSpace\":1,\"block_id\":\"bf1140a2\",\"iconImage\":{\"url\":\"\",\"alt\":\"InfoBox placeholder img\"},\"imageWidth\":32,\"columnGap\":1,\"borderStyle\":\"\",\"paddingTop\":0,\"paddingBottom\":0,\"paddingLeft\":0,\"paddingRight\":0,\"spacingLink\":true,\"imgpaddingTop\":0,\"imgpaddingRight\":15,\"imgpaddingBottom\":0,\"imgpaddingLeft\":0,\"overallBorderStyle\":\"none\",\"imgTagHeight\":32,\"imgTagWidth\":150} -->\n<div class=\"wp-block-uagb-testimonial uagb-slick-carousel uagb-tm__arrow-outside uagb-block-bf1140a2 uagb-post__carousel_notset uagb-post__carousel_notset-tablet uagb-post__carousel_notset-mobile\"><div class=\"is-carousel uagb-tm__columns-1 uagb-tm__items\"><div class=\"uagb-testimonial__wrap  uagb-tm__imgicon-style-circle uagb-tm__image-position-bottom uagb-tm__bg-type-none \"><div class=\"uagb-tm__content\"><div class=\"uagb-tm__overlay\"></div><div class=\"uagb-tm__text-wrap\"><div class=\"uagb-tm__desc\">\"Breaking away from city life and coming out to a most wonderful romantic weekend away.  The unit is so comfortable.  Thank you for your great hospitality - we had an awesome time here.  Go well - with love\"​</div><div class=\"uagb-tm__meta-inner\"><div class=\"uagb-tm__image-content\"><div class=\"uagb-tm__image\"><img class=\"uagb-tm-img-src\" src=\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/testimonial4-150x150.jpg\" alt=\"\" width=\"32\" height=\"32\" loading=\"lazy\"/></div></div><div class=\"uagb-testimonial-details\"><span class=\"uagb-tm__author-name\"><strong><strong><strong>Liz &amp; Eddie</strong></strong></strong></span><span class=\"uagb-tm__company\"></span></div></div></div></div></div></div></div>\n<!-- /wp:uagb/testimonial --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"1706e8a4\",\"widthDesktop\":50,\"variationSelected\":true,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-1706e8a4\"><!-- wp:uagb/testimonial {\"test_item_count\":1,\"classMigrate\":true,\"test_block\":[{\"description\":\"\\u0022Judy, what a wonderful place you have here - we were so delighted to spend the weekend here, so tranquil, peaceful, and beautiful. You made us feel right at home. Definitely a place worth 5 stars! Go well.\\u0022​\",\"name\":\"\\u003cstrong\\u003e\\u003cstrong\\u003eBrian\\u003c/strong\\u003e\\u003c/strong\\u003e \\u003cstrong\\u003e\\u003cstrong\\u003e\\u003cstrong\\u003eand \\u003cstrong\\u003eMariska\\u003c/strong\\u003e\\u003c/strong\\u003e\\u003cbr\\u003e\\u003c/strong\\u003e\\u003c/strong\\u003e\",\"company\":\"\",\"image\":{\"id\":120,\"title\":\"testimonial2\",\"filename\":\"testimonial2.jpg\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/testimonial2.jpg\",\"link\":\"https://blueroan.netgen.cloud/testimonial2/\",\"alt\":\"\",\"author\":\"34\",\"description\":\"\",\"caption\":\"\",\"name\":\"testimonial2\",\"status\":\"inherit\",\"uploadedTo\":0,\"date\":\"2021-05-11T05:02:03.000Z\",\"modified\":\"2021-05-11T05:02:03.000Z\",\"menuOrder\":0,\"mime\":\"image/jpeg\",\"type\":\"image\",\"subtype\":\"jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/default.png\",\"dateFormatted\":\"May 11, 2021\",\"nonces\":{\"update\":\"1ee6412858\",\"delete\":\"4414a2ccbf\",\"edit\":\"bde7b1f490\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=120\\u0026action=edit\",\"meta\":false,\"authorName\":\"Rishabh\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/user-edit.php?user_id=34\",\"filesizeInBytes\":10087,\"filesizeHumanReadable\":\"10 KB\",\"context\":\"\",\"height\":250,\"width\":250,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/testimonial2-150x150.jpg\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/testimonial2.jpg\",\"height\":250,\"width\":250,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}}}],\"headingAlign\":\"left\",\"headingAlignTablet\":\"left\",\"headingAlignMobile\":\"left\",\"descColor\":\"var(\\u002d\\u002dast-global-color-3)\",\"nameFontSize\":14,\"nameLineHeight\":1,\"descFontSize\":16,\"descFontWeight\":\"600\",\"nameSpace\":1,\"block_id\":\"fe752334\",\"iconImage\":{\"url\":\"\",\"alt\":\"InfoBox placeholder img\"},\"imageWidth\":32,\"columnGap\":1,\"borderStyle\":\"\",\"paddingTop\":0,\"paddingBottom\":0,\"paddingLeft\":0,\"paddingRight\":0,\"spacingLink\":true,\"imgpaddingTop\":0,\"imgpaddingRight\":15,\"imgpaddingBottom\":0,\"imgpaddingLeft\":0,\"overallBorderStyle\":\"none\",\"imgTagHeight\":32,\"imgTagWidth\":150} -->\n<div class=\"wp-block-uagb-testimonial uagb-slick-carousel uagb-tm__arrow-outside uagb-block-fe752334 uagb-post__carousel_notset uagb-post__carousel_notset-tablet uagb-post__carousel_notset-mobile\"><div class=\"is-carousel uagb-tm__columns-1 uagb-tm__items\"><div class=\"uagb-testimonial__wrap  uagb-tm__imgicon-style-circle uagb-tm__image-position-bottom uagb-tm__bg-type-none \"><div class=\"uagb-tm__content\"><div class=\"uagb-tm__overlay\"></div><div class=\"uagb-tm__text-wrap\"><div class=\"uagb-tm__desc\">\"Judy, what a wonderful place you have here - we were so delighted to spend the weekend here, so tranquil, peaceful, and beautiful. You made us feel right at home. Definitely a place worth 5 stars! Go well.\"​</div><div class=\"uagb-tm__meta-inner\"><div class=\"uagb-tm__image-content\"><div class=\"uagb-tm__image\"><img class=\"uagb-tm-img-src\" src=\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/testimonial2-150x150.jpg\" alt=\"\" width=\"32\" height=\"32\" loading=\"lazy\"/></div></div><div class=\"uagb-testimonial-details\"><span class=\"uagb-tm__author-name\"><strong><strong>Brian</strong></strong> <strong><strong><strong>and <strong>Mariska</strong></strong><br></strong></strong></span><span class=\"uagb-tm__company\"></span></div></div></div></div></div></div></div>\n<!-- /wp:uagb/testimonial -->\n\n<!-- wp:uagb/testimonial {\"test_item_count\":1,\"classMigrate\":true,\"test_block\":[{\"description\":\"\\u0022Thank you for the most wonderful time, Judy!  This was the most peaceful and perfect place to get engaged!  We will most certainly be back!!!  Your hospitality cannot be topped!\\u0022​\",\"name\":\"\\u003cstrong\\u003e\\u003cstrong\\u003e\\u003cstrong\\u003e\\u003cstrong\\u003eBrett and Kelly\\u003c/strong\\u003e\\u003c/strong\\u003e\\u003c/strong\\u003e\\u003c/strong\\u003e\",\"company\":\"\",\"image\":{\"id\":121,\"title\":\"testimonial3\",\"filename\":\"testimonial3.jpg\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/testimonial3.jpg\",\"link\":\"https://blueroan.netgen.cloud/testimonial3/\",\"alt\":\"\",\"author\":\"34\",\"description\":\"\",\"caption\":\"\",\"name\":\"testimonial3\",\"status\":\"inherit\",\"uploadedTo\":0,\"date\":\"2021-05-11T05:02:05.000Z\",\"modified\":\"2021-05-11T05:02:05.000Z\",\"menuOrder\":0,\"mime\":\"image/jpeg\",\"type\":\"image\",\"subtype\":\"jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/default.png\",\"dateFormatted\":\"May 11, 2021\",\"nonces\":{\"update\":\"290653da5d\",\"delete\":\"90a4fb2d63\",\"edit\":\"ff8a64e56e\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=121\\u0026action=edit\",\"meta\":false,\"authorName\":\"Rishabh\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/user-edit.php?user_id=34\",\"filesizeInBytes\":8748,\"filesizeHumanReadable\":\"9 KB\",\"context\":\"\",\"height\":250,\"width\":250,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/testimonial3-150x150.jpg\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/testimonial3.jpg\",\"height\":250,\"width\":250,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}}}],\"headingAlign\":\"left\",\"headingAlignTablet\":\"left\",\"headingAlignMobile\":\"left\",\"descColor\":\"var(\\u002d\\u002dast-global-color-3)\",\"nameFontSize\":14,\"nameLineHeight\":1,\"descFontSize\":16,\"descFontWeight\":\"600\",\"nameSpace\":1,\"block_id\":\"b60c18eb\",\"iconImage\":{\"url\":\"\",\"alt\":\"InfoBox placeholder img\"},\"imageWidth\":32,\"columnGap\":1,\"borderStyle\":\"\",\"paddingTop\":0,\"paddingBottom\":0,\"paddingLeft\":0,\"paddingRight\":0,\"spacingLink\":true,\"imgpaddingTop\":0,\"imgpaddingRight\":15,\"imgpaddingBottom\":0,\"imgpaddingLeft\":0,\"overallBorderStyle\":\"none\",\"imgTagHeight\":32,\"imgTagWidth\":150} -->\n<div class=\"wp-block-uagb-testimonial uagb-slick-carousel uagb-tm__arrow-outside uagb-block-b60c18eb uagb-post__carousel_notset uagb-post__carousel_notset-tablet uagb-post__carousel_notset-mobile\"><div class=\"is-carousel uagb-tm__columns-1 uagb-tm__items\"><div class=\"uagb-testimonial__wrap  uagb-tm__imgicon-style-circle uagb-tm__image-position-bottom uagb-tm__bg-type-none \"><div class=\"uagb-tm__content\"><div class=\"uagb-tm__overlay\"></div><div class=\"uagb-tm__text-wrap\"><div class=\"uagb-tm__desc\">\"Thank you for the most wonderful time, Judy!  This was the most peaceful and perfect place to get engaged!  We will most certainly be back!!!  Your hospitality cannot be topped!\"​</div><div class=\"uagb-tm__meta-inner\"><div class=\"uagb-tm__image-content\"><div class=\"uagb-tm__image\"><img class=\"uagb-tm-img-src\" src=\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/testimonial3-150x150.jpg\" alt=\"\" width=\"32\" height=\"32\" loading=\"lazy\"/></div></div><div class=\"uagb-testimonial-details\"><span class=\"uagb-tm__author-name\"><strong><strong><strong><strong>Brett and Kelly</strong></strong></strong></strong></span><span class=\"uagb-tm__company\"></span></div></div></div></div></div></div></div>\n<!-- /wp:uagb/testimonial --></div>\n<!-- /wp:uagb/container --></div>\n<!-- /wp:uagb/container --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"2d90a2ad\",\"innerContentCustomWidthDesktop\":781,\"innerContentCustomWidthTablet\":781,\"backgroundType\":\"image\",\"backgroundImageDesktop\":{\"id\":809,\"title\":\"26759994757_767d9794fd_b\",\"filename\":\"26759994757_767d9794fd_b.jpg\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/26759994757_767d9794fd_b.jpg\",\"link\":\"https://blueroan.netgen.cloud/?attachment_id=809\",\"alt\":\"\",\"author\":\"2\",\"description\":\"\",\"caption\":\"\",\"name\":\"26759994757_767d9794fd_b\",\"status\":\"inherit\",\"uploadedTo\":805,\"date\":\"2022-12-13T09:51:53.000Z\",\"modified\":\"2022-12-13T09:51:53.000Z\",\"menuOrder\":0,\"mime\":\"image/jpeg\",\"type\":\"image\",\"subtype\":\"jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-includes/images/media/default.png\",\"dateFormatted\":\"December 13, 2022\",\"nonces\":{\"update\":\"39b5c0eef1\",\"delete\":\"fde92abd83\",\"edit\":\"3923face9e\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=809\\u0026action=edit\",\"meta\":false,\"authorName\":\"Netgen Support\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/profile.php\",\"uploadedToTitle\":\"Magaliesburg\",\"uploadedToLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=805\\u0026action=edit\",\"filesizeInBytes\":143610,\"filesizeHumanReadable\":\"140 KB\",\"context\":\"\",\"height\":683,\"width\":1024,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/26759994757_767d9794fd_b-150x150.jpg\",\"orientation\":\"landscape\"},\"medium\":{\"height\":200,\"width\":300,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/26759994757_767d9794fd_b-300x200.jpg\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/26759994757_767d9794fd_b.jpg\",\"height\":683,\"width\":1024,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"backgroundImageColor\":\"rgba(42,42,42,0.65)\",\"topPaddingDesktop\":144,\"bottomPaddingDesktop\":144,\"leftPaddingDesktop\":40,\"rightPaddingDesktop\":40,\"topPaddingTablet\":80,\"bottomPaddingTablet\":80,\"leftPaddingTablet\":40,\"rightPaddingTablet\":40,\"topPaddingMobile\":64,\"bottomPaddingMobile\":64,\"leftPaddingMobile\":24,\"rightPaddingMobile\":24,\"paddingLink\":false,\"variationSelected\":true,\"isBlockRootParent\":true,\"overlayType\":\"color\"} -->\n<div class=\"wp-block-uagb-container uagb-block-2d90a2ad alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/advanced-heading {\"block_id\":\"1c27655c\",\"classMigrate\":true,\"headingDescToggle\":true,\"headingAlign\":\"center\",\"headingColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"subHeadingColor\":\"var(\\u002d\\u002dast-global-color-4)\",\"headSpace\":20} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-1c27655c\"><h2 class=\"uagb-heading-text\">Plan an Unforgettable Experience at <br>Blue Roan!</h2><p class=\"uagb-desc-text\">Blue Roan is a 4-star graded pet-friendly venue</p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/advanced-heading {\"block_id\":\"33dff9a2\",\"classMigrate\":true,\"headingTitleToggle\":false,\"headingDescToggle\":true,\"headingAlign\":\"center\",\"subHeadingColor\":\"var(\\u002d\\u002dast-global-color-4)\",\"subHeadTransform\":\"uppercase\",\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"subHeadLetterSpacing\":2,\"blockTopPadding\":60,\"blockRightPadding\":0,\"blockLeftPadding\":0,\"blockBottomPadding\":0,\"blockTopPaddingMobile\":30,\"blockRightPaddingMobile\":0,\"blockLeftPaddingMobile\":0,\"blockBottomPaddingMobile\":0} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-33dff9a2\"><p class=\"uagb-desc-text\">BOOK YOUR STAY NOW​</p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/icon-list {\"block_id\":\"d12689ca\",\"classMigrate\":true,\"childMigrate\":true,\"align\":\"center\",\"parentIcon\":\"phone\",\"size\":40,\"sizeMobile\":24,\"sizeTablet\":32,\"fontSize\":48,\"fontSizeMobile\":28,\"fontSizeTablet\":40,\"fontWeight\":\"600\",\"iconColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"labelColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"blockTopPadding\":0,\"blockRightPadding\":0,\"blockLeftPadding\":0,\"blockBottomPadding\":24,\"blockPaddingLink\":false} -->\n<div class=\"wp-block-uagb-icon-list uagb-block-d12689ca\"><div class=\"uagb-icon-list__wrap\"><!-- wp:uagb/icon-list-child {\"block_id\":\"d5a046b1\",\"label\":\" + 27 (0) 82 575 5409\",\"label_color\":\"\",\"link\":\"tel:+27825755409\",\"disableLink\":true,\"fromParentIcon\":\"phone\",\"imageSizeChild\":40} -->\n<div class=\"wp-block-uagb-icon-list-child uagb-block-d5a046b1\"><a target=\"_self\" aria-label=\" + 27 (0) 82 575 5409\" rel=\"noopener noreferrer\" href=\"tel:+27825755409\"> </a><span class=\"uagb-icon-list__source-wrap\"><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M511.2 387l-23.25 100.8c-3.266 14.25-15.79 24.22-30.46 24.22C205.2 512 0 306.8 0 54.5c0-14.66 9.969-27.2 24.22-30.45l100.8-23.25C139.7-2.602 154.7 5.018 160.8 18.92l46.52 108.5c5.438 12.78 1.77 27.67-8.98 36.45L144.5 207.1c33.98 69.22 90.26 125.5 159.5 159.5l44.08-53.8c8.688-10.78 23.69-14.51 36.47-8.975l108.5 46.51C506.1 357.2 514.6 372.4 511.2 387z\"></path></svg></span><span class=\"uagb-icon-list__label\"> + 27 (0) 82 575 5409</span></div>\n<!-- /wp:uagb/icon-list-child -->\n\n<!-- wp:uagb/icon-list-child {\"block_id\":\"b7464352\",\"label\":\"blueroan@ugo.co.za\",\"icon\":\"envelope\",\"label_color\":\"\",\"link\":\"mailto:blueroan@ugo.co.za\",\"disableLink\":true,\"fromParentIcon\":\"phone\",\"imageSizeChild\":40} -->\n<div class=\"wp-block-uagb-icon-list-child uagb-block-b7464352\"><a target=\"_self\" aria-label=\"blueroan@ugo.co.za\" rel=\"noopener noreferrer\" href=\"mailto:blueroan@ugo.co.za\"> </a><span class=\"uagb-icon-list__source-wrap\"><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M464 64C490.5 64 512 85.49 512 112C512 127.1 504.9 141.3 492.8 150.4L275.2 313.6C263.8 322.1 248.2 322.1 236.8 313.6L19.2 150.4C7.113 141.3 0 127.1 0 112C0 85.49 21.49 64 48 64H464zM217.6 339.2C240.4 356.3 271.6 356.3 294.4 339.2L512 176V384C512 419.3 483.3 448 448 448H64C28.65 448 0 419.3 0 384V176L217.6 339.2z\"></path></svg></span><span class=\"uagb-icon-list__label\">blueroan@ugo.co.za</span></div>\n<!-- /wp:uagb/icon-list-child --></div></div>\n<!-- /wp:uagb/icon-list --></div></div>\n<!-- /wp:uagb/container -->',	'Home',	'',	'inherit',	'closed',	'closed',	'',	'760-revision-v1',	'',	'',	'2022-12-13 15:23:58',	'2022-12-13 15:23:58',	'',	760,	'https://blueroan.netgen.cloud/?p=927',	0,	'revision',	'',	0),
(928,	2,	'2022-12-14 07:42:06',	'2022-12-14 07:42:06',	'{\n    \"widget_text[5]\": {\n        \"value\": {\n            \"encoded_serialized_instance\": \"YTo0OntzOjU6InRpdGxlIjtzOjc6IkNvbnRhY3QiO3M6NDoidGV4dCI7czoyMjg6IjcuOCBrbSBmcm9tIE1hZ2FsaWVzYnVyZyBvbiB0aGUKS29zdGVyIHJvYWQsIFI1MDksIE1hZ2FsaWVzYnVyZywgMTc5MQoKVGVsOiA8c3Ryb25nPjxhIGhyZWY9InRlbDorMjc4MjU3NTU0MDkiPisgMjcgKDApIDgyIDU3NSA1NDA5PC9hPjwvc3Ryb25nPgpFbWFpbDrCoDxzdHJvbmc+PGEgaHJlZj0ibWFpbHRvOmJsdWVyb2FuQHVnby5jby56YSI+Ymx1ZXJvYW5AdWdvLmNvLnphPC9hPjwvc3Ryb25nPiI7czo2OiJmaWx0ZXIiO2I6MTtzOjY6InZpc3VhbCI7YjoxO30=\",\n            \"title\": \"Contact\",\n            \"is_widget_customizer_js_value\": true,\n            \"instance_hash_key\": \"ad4db9669b5b816570a96c6b20782409\",\n            \"raw_instance\": {\n                \"title\": \"Contact\",\n                \"text\": \"7.8 km from Magaliesburg on the\\nKoster road, R509, Magaliesburg, 1791\\n\\nTel: <strong><a href=\\\"tel:+27825755409\\\">+ 27 (0) 82 575 5409</a></strong>\\nEmail:\\u00a0<strong><a href=\\\"mailto:blueroan@ugo.co.za\\\">blueroan@ugo.co.za</a></strong>\",\n                \"filter\": true,\n                \"visual\": true\n            }\n        },\n        \"type\": \"option\",\n        \"user_id\": 2,\n        \"date_modified_gmt\": \"2022-12-14 07:42:06\"\n    }\n}',	'',	'',	'trash',	'closed',	'closed',	'',	'7d031ce4-faca-48f1-a9b8-b46234bd811e',	'',	'',	'2022-12-14 07:42:06',	'2022-12-14 07:42:06',	'',	0,	'https://blueroan.netgen.cloud/?p=928',	0,	'customize_changeset',	'',	0),
(929,	2,	'2022-12-14 07:54:21',	'2022-12-14 07:54:21',	'{\n    \"nav_menu_item[392]\": {\n        \"value\": {\n            \"menu_item_parent\": 0,\n            \"object_id\": 392,\n            \"object\": \"custom\",\n            \"type\": \"custom\",\n            \"type_label\": \"Custom Link\",\n            \"title\": \"Guest Feedback\",\n            \"url\": \"mailto:blueroan@ugo.co.za\",\n            \"target\": \"\",\n            \"attr_title\": \"\",\n            \"description\": \"\",\n            \"classes\": \"\",\n            \"xfn\": \"\",\n            \"nav_menu_term_id\": 2,\n            \"position\": 2,\n            \"status\": \"publish\",\n            \"original_title\": \"\",\n            \"_invalid\": false\n        },\n        \"type\": \"nav_menu_item\",\n        \"user_id\": 2,\n        \"date_modified_gmt\": \"2022-12-14 07:54:21\"\n    }\n}',	'',	'',	'trash',	'closed',	'closed',	'',	'cb40698a-ca6e-4465-b435-ac7ead47d71a',	'',	'',	'2022-12-14 07:54:21',	'2022-12-14 07:54:21',	'',	0,	'https://blueroan.netgen.cloud/cb40698a-ca6e-4465-b435-ac7ead47d71a/',	0,	'customize_changeset',	'',	0),
(930,	2,	'2022-12-14 07:55:15',	'2022-12-14 07:55:15',	'{\n    \"nav_menu_item[391]\": {\n        \"value\": {\n            \"menu_item_parent\": 0,\n            \"object_id\": 391,\n            \"object\": \"custom\",\n            \"type\": \"custom\",\n            \"type_label\": \"Custom Link\",\n            \"title\": \"Guest Support\",\n            \"url\": \"mailto:blueroan@ugo.co.za\",\n            \"target\": \"\",\n            \"attr_title\": \"\",\n            \"description\": \"\",\n            \"classes\": \"\",\n            \"xfn\": \"\",\n            \"nav_menu_term_id\": 2,\n            \"position\": 1,\n            \"status\": \"publish\",\n            \"original_title\": \"\",\n            \"_invalid\": false\n        },\n        \"type\": \"nav_menu_item\",\n        \"user_id\": 2,\n        \"date_modified_gmt\": \"2022-12-14 07:54:44\"\n    },\n    \"nav_menu_item[395]\": {\n        \"value\": {\n            \"menu_item_parent\": 0,\n            \"object_id\": 395,\n            \"object\": \"custom\",\n            \"type\": \"custom\",\n            \"type_label\": \"Custom Link\",\n            \"title\": \"Location\",\n            \"url\": \"https://www.google.co.za/maps/place/Blue+Roan+Country+Lodge+Magaliesburg/@-26.0052002,27.4666378,17z/data=!3m1!4b1!4m8!3m7!1s0x1e95f3cf93e0be45:0xeb946cc837d4d199!5m2!4m1!1i2!8m2!3d-26.0052002!4d27.4688265\",\n            \"target\": \"\",\n            \"attr_title\": \"\",\n            \"description\": \"\",\n            \"classes\": \"\",\n            \"xfn\": \"\",\n            \"nav_menu_term_id\": 2,\n            \"position\": 5,\n            \"status\": \"publish\",\n            \"original_title\": \"\",\n            \"_invalid\": false\n        },\n        \"type\": \"nav_menu_item\",\n        \"user_id\": 2,\n        \"date_modified_gmt\": \"2022-12-14 07:55:15\"\n    }\n}',	'',	'',	'trash',	'closed',	'closed',	'',	'76967512-1416-4680-8b93-9ec3964ead17',	'',	'',	'2022-12-14 07:55:15',	'2022-12-14 07:55:15',	'',	0,	'https://blueroan.netgen.cloud/?p=930',	0,	'customize_changeset',	'',	0),
(931,	2,	'2022-12-14 07:55:31',	'2022-12-14 07:55:31',	'{\n    \"nav_menu_item[394]\": {\n        \"value\": false,\n        \"type\": \"nav_menu_item\",\n        \"user_id\": 2,\n        \"date_modified_gmt\": \"2022-12-14 07:55:31\"\n    }\n}',	'',	'',	'trash',	'closed',	'closed',	'',	'd712424c-025c-43e9-9dd3-c53fe0d61d4b',	'',	'',	'2022-12-14 07:55:31',	'2022-12-14 07:55:31',	'',	0,	'https://blueroan.netgen.cloud/d712424c-025c-43e9-9dd3-c53fe0d61d4b/',	0,	'customize_changeset',	'',	0),
(932,	2,	'2022-12-14 07:56:12',	'2022-12-14 07:56:12',	'{\n    \"nav_menu_item[395]\": {\n        \"value\": {\n            \"menu_item_parent\": 0,\n            \"object_id\": 395,\n            \"object\": \"custom\",\n            \"type\": \"custom\",\n            \"type_label\": \"Custom Link\",\n            \"title\": \"Location\",\n            \"url\": \"https://www.google.co.za/maps/place/Blue+Roan+Country+Lodge+Magaliesburg/@-26.0052002,27.4666378,17z/data=!3m1!4b1!4m8!3m7!1s0x1e95f3cf93e0be45:0xeb946cc837d4d199!5m2!4m1!1i2!8m2!3d-26.0052002!4d27.4688265\",\n            \"target\": \"_blank\",\n            \"attr_title\": \"\",\n            \"description\": \"\",\n            \"classes\": \"\",\n            \"xfn\": \"\",\n            \"nav_menu_term_id\": 2,\n            \"position\": 4,\n            \"status\": \"publish\",\n            \"original_title\": \"\",\n            \"_invalid\": false\n        },\n        \"type\": \"nav_menu_item\",\n        \"user_id\": 2,\n        \"date_modified_gmt\": \"2022-12-14 07:56:12\"\n    }\n}',	'',	'',	'trash',	'closed',	'closed',	'',	'4e1d382e-0723-4868-83b2-e6238af7c446',	'',	'',	'2022-12-14 07:56:12',	'2022-12-14 07:56:12',	'',	0,	'https://blueroan.netgen.cloud/4e1d382e-0723-4868-83b2-e6238af7c446/',	0,	'customize_changeset',	'',	0),
(933,	2,	'2022-12-14 07:58:17',	'2022-12-14 07:58:17',	'<!-- wp:cover {\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/sun-coming-up-1.jpg\",\"id\":1113,\"dimRatio\":0,\"overlayColor\":\"ast-global-color-1\",\"focalPoint\":{\"x\":0.44,\"y\":0.99},\"minHeight\":500,\"minHeightUnit\":\"px\",\"align\":\"full\"} -->\n<div class=\"wp-block-cover alignfull\" style=\"min-height:500px\"><span aria-hidden=\"true\" class=\"wp-block-cover__background has-ast-global-color-1-background-color has-background-dim-0 has-background-dim\"></span><img class=\"wp-block-cover__image-background wp-image-1113\" alt=\"\" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/sun-coming-up-1.jpg\" style=\"object-position:44% 99%\" data-object-fit=\"cover\" data-object-position=\"44% 99%\"/><div class=\"wp-block-cover__inner-container\"><!-- wp:spacer {\"height\":\"150px\"} -->\n<div style=\"height:150px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:columns {\"verticalAlignment\":\"bottom\",\"align\":\"wide\"} -->\n<div class=\"wp-block-columns alignwide are-vertically-aligned-bottom\"><!-- wp:column {\"verticalAlignment\":\"bottom\",\"width\":\"66.66%\"} -->\n<div class=\"wp-block-column is-vertically-aligned-bottom\" style=\"flex-basis:66.66%\"><!-- wp:heading {\"level\":1,\"textColor\":\"ast-global-color-5\"} -->\n<h1 class=\"has-ast-global-color-5-color has-text-color\">Frequently asked questions </h1>\n<!-- /wp:heading --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"verticalAlignment\":\"bottom\",\"width\":\"33.33%\"} -->\n<div class=\"wp-block-column is-vertically-aligned-bottom\" style=\"flex-basis:33.33%\"><!-- wp:heading {\"level\":3,\"textColor\":\"ast-global-color-5\",\"className\":\"faq-tel-no \"} -->\n<h3 class=\"faq-tel-no has-ast-global-color-5-color has-text-color\"><br><a href=\"tel:+27825755409\">+ 27 (0) 82 575 5409</a></h3>\n<!-- /wp:heading --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div></div>\n<!-- /wp:cover -->\n\n<!-- wp:uagb/container {\"block_id\":\"b3a01548\",\"variationSelected\":true,\"isBlockRootParent\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-b3a01548 alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:spacer {\"height\":\"45px\"} -->\n<div style=\"height:45px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:uagb/faq {\"block_id\":\"4a573467\",\"expandFirstItem\":false,\"boxBgType\":\"transparent\",\"boxBgColor\":\"#F5F5F5\",\"borderStyle\":\"\",\"borderWidth\":\"\",\"borderRadius\":\"\",\"borderColor\":\"\",\"vquestionPaddingDesktop\":15,\"hquestionPaddingDesktop\":15,\"iconAlign\":\"row-reverse\",\"schema\":\"{\\u0022@context\\u0022:\\u0022https://schema.org\\u0022,\\u0022@type\\u0022:\\u0022FAQPage\\u0022,\\u0022@id\\u0022:\\u0022https://blueroan.netgen.cloud/faqs/\\u0022,\\u0022mainEntity\\u0022:[{\\u0022@type\\u0022:\\u0022Question\\u0022,\\u0022name\\u0022:\\u0022\\u003cstrong\\u003eWhat is the check-in and check-out time?\\u003c/strong\\u003e\\u0022,\\u0022acceptedAnswer\\u0022:{\\u0022@type\\u0022:\\u0022Answer\\u0022,\\u0022text\\u0022:\\u0022Check-in after 14:00 and before 20:00\\u003cbr\\u003eCheck out by 10:00 am\\u0022}},{\\u0022@type\\u0022:\\u0022Question\\u0022,\\u0022name\\u0022:\\u0022\\u003cstrong\\u003eCan we stay later than the check-out time?\\u003c/strong\\u003e\\u0022,\\u0022acceptedAnswer\\u0022:{\\u0022@type\\u0022:\\u0022Answer\\u0022,\\u0022text\\u0022:\\u0022Please check with us. If we have no people waiting for your room, then you are welcome to stay later by arrangement.\\u0022}},{\\u0022@type\\u0022:\\u0022Question\\u0022,\\u0022name\\u0022:\\u0022\\u003cstrong\\u003eDo you accept credit or debit cards?\\u003c/strong\\u003e\\u0022,\\u0022acceptedAnswer\\u0022:{\\u0022@type\\u0022:\\u0022Answer\\u0022,\\u0022text\\u0022:\\u0022Yes, we accept credit cards and cheque cards but not debit cards.\\u003cbr\\u003e\\u0022}},{\\u0022@type\\u0022:\\u0022Question\\u0022,\\u0022name\\u0022:\\u0022\\u003cstrong\\u003eDo you serve meals?\\u003c/strong\\u003e\\u0022,\\u0022acceptedAnswer\\u0022:{\\u0022@type\\u0022:\\u0022Answer\\u0022,\\u0022text\\u0022:\\u0022No. However, we are close to many restaurants where a tasty and reasonably priced meal can be obtained.\\u0022}},{\\u0022@type\\u0022:\\u0022Question\\u0022,\\u0022name\\u0022:\\u0022\\u003cstrong\\u003eThis is a special date for me, a \\u003c/strong\\u003eBirthday, Anniversary,\\u003cstrong\\u003e or any other. Can you make it special for me?\\u003c/strong\\u003e\\u0022,\\u0022acceptedAnswer\\u0022:{\\u0022@type\\u0022:\\u0022Answer\\u0022,\\u0022text\\u0022:\\u0022Yes, just tell us about it and any special requests you have, and we will try and assist\\u0022}},{\\u0022@type\\u0022:\\u0022Question\\u0022,\\u0022name\\u0022:\\u0022\\u003cstrong\\u003eAre you pet friendly?\\u003c/strong\\u003e\\u0022,\\u0022acceptedAnswer\\u0022:{\\u0022@type\\u0022:\\u0022Answer\\u0022,\\u0022text\\u0022:\\u0022Yes by arrangement as the units have enclosed private gardens that can accommodate friendly dogs.  However, the Honeymoon suite and the Greek Villa are not used for pets.  Please ask for advice prior to your booking and please see the pet policy.\\u0022}}]}\",\"questionLeftPaddingDesktop\":15,\"questionBottomPaddingDesktop\":15,\"answerTopPadding\":0,\"answerRightPadding\":15,\"answerBottomPadding\":15,\"answerLeftPadding\":15,\"answerTopPaddingTablet\":10,\"answerRightPaddingTablet\":10,\"answerBottomPaddingTablet\":10,\"answerLeftPaddingTablet\":10,\"answerTopPaddingMobile\":10,\"answerRightPaddingMobile\":10,\"answerBottomPaddingMobile\":10,\"answerLeftPaddingMobile\":10,\"overallBorderTopWidth\":1,\"overallBorderLeftWidth\":1,\"overallBorderRightWidth\":1,\"overallBorderBottomWidth\":1,\"overallBorderTopLeftRadius\":2,\"overallBorderTopRightRadius\":2,\"overallBorderBottomLeftRadius\":2,\"overallBorderBottomRightRadius\":2,\"overallBorderStyle\":\"solid\",\"overallBorderColor\":\"#D2D2D2\"} -->\n<div class=\"wp-block-uagb-faq uagb-faq__outer-wrap uagb-block-4a573467 uagb-faq-icon-row-reverse uagb-faq-layout-accordion uagb-faq-expand-first-false uagb-faq-inactive-other-true uagb-faq__wrap uagb-buttons-layout-wrap uagb-faq-equal-height\" data-faqtoggle=\"true\" role=\"tablist\"><!-- wp:uagb/faq-child {\"block_id\":\"b2de2ac5\",\"question\":\"\\u003cstrong\\u003eWhat is the check-in and check-out time?\\u003c/strong\\u003e\",\"answer\":\"Check-in after 14:00 and before 20:00\\u003cbr\\u003eCheck out by 10:00 am\"} -->\n<div class=\"wp-block-uagb-faq-child uagb-faq-child__outer-wrap uagb-faq-item uagb-block-b2de2ac5\" role=\"tab\" tabindex=\"0\"><div class=\"uagb-faq-questions-button uagb-faq-questions\"><span class=\"uagb-icon uagb-faq-icon-wrap\"><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 448 512\"><path d=\"M432 256c0 17.69-14.33 32.01-32 32.01H256v144c0 17.69-14.33 31.99-32 31.99s-32-14.3-32-31.99v-144H48c-17.67 0-32-14.32-32-32.01s14.33-31.99 32-31.99H192v-144c0-17.69 14.33-32.01 32-32.01s32 14.32 32 32.01v144h144C417.7 224 432 238.3 432 256z\"></path></svg></span><span class=\"uagb-icon-active uagb-faq-icon-wrap\"><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 448 512\"><path d=\"M400 288h-352c-17.69 0-32-14.32-32-32.01s14.31-31.99 32-31.99h352c17.69 0 32 14.3 32 31.99S417.7 288 400 288z\"></path></svg></span><span class=\"uagb-question\"><strong>What is the check-in and check-out time?</strong></span></div><p class=\"uagb-faq-content\">Check-in after 14:00 and before 20:00<br>Check out by 10:00 am</p></div>\n<!-- /wp:uagb/faq-child -->\n\n<!-- wp:uagb/faq-child {\"block_id\":\"9c21f67b\",\"question\":\"\\u003cstrong\\u003eCan we stay later than the check-out time?\\u003c/strong\\u003e\",\"answer\":\"Please check with us. If we have no people waiting for your room, then you are welcome to stay later by arrangement.\"} -->\n<div class=\"wp-block-uagb-faq-child uagb-faq-child__outer-wrap uagb-faq-item uagb-block-9c21f67b\" role=\"tab\" tabindex=\"0\"><div class=\"uagb-faq-questions-button uagb-faq-questions\"><span class=\"uagb-icon uagb-faq-icon-wrap\"><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 448 512\"><path d=\"M432 256c0 17.69-14.33 32.01-32 32.01H256v144c0 17.69-14.33 31.99-32 31.99s-32-14.3-32-31.99v-144H48c-17.67 0-32-14.32-32-32.01s14.33-31.99 32-31.99H192v-144c0-17.69 14.33-32.01 32-32.01s32 14.32 32 32.01v144h144C417.7 224 432 238.3 432 256z\"></path></svg></span><span class=\"uagb-icon-active uagb-faq-icon-wrap\"><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 448 512\"><path d=\"M400 288h-352c-17.69 0-32-14.32-32-32.01s14.31-31.99 32-31.99h352c17.69 0 32 14.3 32 31.99S417.7 288 400 288z\"></path></svg></span><span class=\"uagb-question\"><strong>Can we stay later than the check-out time?</strong></span></div><p class=\"uagb-faq-content\">Please check with us. If we have no people waiting for your room, then you are welcome to stay later by arrangement.</p></div>\n<!-- /wp:uagb/faq-child -->\n\n<!-- wp:uagb/faq-child {\"block_id\":\"cd181d44\",\"question\":\"\\u003cstrong\\u003eDo you accept credit or debit cards?\\u003c/strong\\u003e\",\"answer\":\"Yes, we accept credit cards and cheque cards but not debit cards.\\u003cbr\\u003e\"} -->\n<div class=\"wp-block-uagb-faq-child uagb-faq-child__outer-wrap uagb-faq-item uagb-block-cd181d44\" role=\"tab\" tabindex=\"0\"><div class=\"uagb-faq-questions-button uagb-faq-questions\"><span class=\"uagb-icon uagb-faq-icon-wrap\"><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 448 512\"><path d=\"M432 256c0 17.69-14.33 32.01-32 32.01H256v144c0 17.69-14.33 31.99-32 31.99s-32-14.3-32-31.99v-144H48c-17.67 0-32-14.32-32-32.01s14.33-31.99 32-31.99H192v-144c0-17.69 14.33-32.01 32-32.01s32 14.32 32 32.01v144h144C417.7 224 432 238.3 432 256z\"></path></svg></span><span class=\"uagb-icon-active uagb-faq-icon-wrap\"><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 448 512\"><path d=\"M400 288h-352c-17.69 0-32-14.32-32-32.01s14.31-31.99 32-31.99h352c17.69 0 32 14.3 32 31.99S417.7 288 400 288z\"></path></svg></span><span class=\"uagb-question\"><strong>Do you accept credit or debit cards?</strong></span></div><p class=\"uagb-faq-content\">Yes, we accept credit cards and cheque cards but not debit cards.<br></p></div>\n<!-- /wp:uagb/faq-child -->\n\n<!-- wp:uagb/faq-child {\"block_id\":\"8c85dee2\",\"question\":\"\\u003cstrong\\u003eDo you serve meals?\\u003c/strong\\u003e\",\"answer\":\"No. However, we are close to many restaurants where a tasty and reasonably priced meal can be obtained.\"} -->\n<div class=\"wp-block-uagb-faq-child uagb-faq-child__outer-wrap uagb-faq-item uagb-block-8c85dee2\" role=\"tab\" tabindex=\"0\"><div class=\"uagb-faq-questions-button uagb-faq-questions\"><span class=\"uagb-icon uagb-faq-icon-wrap\"><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 448 512\"><path d=\"M432 256c0 17.69-14.33 32.01-32 32.01H256v144c0 17.69-14.33 31.99-32 31.99s-32-14.3-32-31.99v-144H48c-17.67 0-32-14.32-32-32.01s14.33-31.99 32-31.99H192v-144c0-17.69 14.33-32.01 32-32.01s32 14.32 32 32.01v144h144C417.7 224 432 238.3 432 256z\"></path></svg></span><span class=\"uagb-icon-active uagb-faq-icon-wrap\"><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 448 512\"><path d=\"M400 288h-352c-17.69 0-32-14.32-32-32.01s14.31-31.99 32-31.99h352c17.69 0 32 14.3 32 31.99S417.7 288 400 288z\"></path></svg></span><span class=\"uagb-question\"><strong>Do you serve meals?</strong></span></div><p class=\"uagb-faq-content\">No. However, we are close to many restaurants where a tasty and reasonably priced meal can be obtained.</p></div>\n<!-- /wp:uagb/faq-child -->\n\n<!-- wp:uagb/faq-child {\"block_id\":\"2dd9b2bc\",\"question\":\"\\u003cstrong\\u003eThis is a special date for me, a \\u003c/strong\\u003eBirthday, Anniversary,\\u003cstrong\\u003e or any other. Can you make it special for me?\\u003c/strong\\u003e\",\"answer\":\"Yes, just tell us about it and any special requests you have, and we will try and assist\"} -->\n<div class=\"wp-block-uagb-faq-child uagb-faq-child__outer-wrap uagb-faq-item uagb-block-2dd9b2bc\" role=\"tab\" tabindex=\"0\"><div class=\"uagb-faq-questions-button uagb-faq-questions\"><span class=\"uagb-icon uagb-faq-icon-wrap\"><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 448 512\"><path d=\"M432 256c0 17.69-14.33 32.01-32 32.01H256v144c0 17.69-14.33 31.99-32 31.99s-32-14.3-32-31.99v-144H48c-17.67 0-32-14.32-32-32.01s14.33-31.99 32-31.99H192v-144c0-17.69 14.33-32.01 32-32.01s32 14.32 32 32.01v144h144C417.7 224 432 238.3 432 256z\"></path></svg></span><span class=\"uagb-icon-active uagb-faq-icon-wrap\"><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 448 512\"><path d=\"M400 288h-352c-17.69 0-32-14.32-32-32.01s14.31-31.99 32-31.99h352c17.69 0 32 14.3 32 31.99S417.7 288 400 288z\"></path></svg></span><span class=\"uagb-question\"><strong>This is a special date for me, a </strong>Birthday, Anniversary,<strong> or any other. Can you make it special for me?</strong></span></div><p class=\"uagb-faq-content\">Yes, just tell us about it and any special requests you have, and we will try and assist</p></div>\n<!-- /wp:uagb/faq-child -->\n\n<!-- wp:uagb/faq-child {\"block_id\":\"37f665ab\",\"question\":\"\\u003cstrong\\u003eAre you pet friendly?\\u003c/strong\\u003e\",\"answer\":\"Yes by arrangement as the units have enclosed private gardens that can accommodate friendly dogs.  However, the Honeymoon suite and the Greek Villa are not used for pets.  Please ask for advice prior to your booking and please see the pet policy.\"} -->\n<div class=\"wp-block-uagb-faq-child uagb-faq-child__outer-wrap uagb-faq-item uagb-block-37f665ab\" role=\"tab\" tabindex=\"0\"><div class=\"uagb-faq-questions-button uagb-faq-questions\"><span class=\"uagb-icon uagb-faq-icon-wrap\"><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 448 512\"><path d=\"M432 256c0 17.69-14.33 32.01-32 32.01H256v144c0 17.69-14.33 31.99-32 31.99s-32-14.3-32-31.99v-144H48c-17.67 0-32-14.32-32-32.01s14.33-31.99 32-31.99H192v-144c0-17.69 14.33-32.01 32-32.01s32 14.32 32 32.01v144h144C417.7 224 432 238.3 432 256z\"></path></svg></span><span class=\"uagb-icon-active uagb-faq-icon-wrap\"><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 448 512\"><path d=\"M400 288h-352c-17.69 0-32-14.32-32-32.01s14.31-31.99 32-31.99h352c17.69 0 32 14.3 32 31.99S417.7 288 400 288z\"></path></svg></span><span class=\"uagb-question\"><strong>Are you pet friendly?</strong></span></div><p class=\"uagb-faq-content\">Yes by arrangement as the units have enclosed private gardens that can accommodate friendly dogs.  However, the Honeymoon suite and the Greek Villa are not used for pets.  Please ask for advice prior to your booking and please see the pet policy.</p></div>\n<!-- /wp:uagb/faq-child --></div>\n<!-- /wp:uagb/faq -->\n\n<!-- wp:spacer {\"height\":\"45px\"} -->\n<div style=\"height:45px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:heading -->\n<h2 id=\"pet-policy\">BLUE ROAN PET POLICY</h2>\n<!-- /wp:heading -->\n\n<!-- wp:uagb/faq {\"block_id\":\"85cf5c76\",\"expandFirstItem\":false,\"boxBgColor\":\"#F5F5F5\",\"borderStyle\":\"\",\"borderWidth\":\"\",\"borderRadius\":\"\",\"borderColor\":\"\",\"vquestionPaddingDesktop\":15,\"hquestionPaddingDesktop\":15,\"iconAlign\":\"row-reverse\",\"schema\":\"{\\u0022@context\\u0022:\\u0022https://schema.org\\u0022,\\u0022@type\\u0022:\\u0022FAQPage\\u0022,\\u0022@id\\u0022:\\u0022https://blueroan.netgen.cloud/faqs/\\u0022,\\u0022mainEntity\\u0022:[{\\u0022@type\\u0022:\\u0022Question\\u0022,\\u0022name\\u0022:\\u0022View the Blue Roan Pet Policy \\u0022,\\u0022acceptedAnswer\\u0022:{\\u0022@type\\u0022:\\u0022Answer\\u0022,\\u0022text\\u0022:\\u0022Blue Roan offers pet owners the opportunity to enjoy their holiday with their lovable pets, the number and size, and breed must be pre-arranged and agreed to.  We have lovely safe off-leash walking trails on our property as well as the right to use neighbouring farms.  We love all animals and have quite a few of our own.  However, owing to our particular setup, which has its flaws, this invitation is extended only to owners with well-behaved and controllable dogs and is subject to the following conditions:\\u003cbr\\u003e\\u003cbr\\u003e1. Owners must stay with their animals at all times,  meaning you cannot go out at all without taking your dogs with you, as dogs in an unfamiliar environment are likely to exhibit anxiety which will result in uncontrolled barking.  We are not “boarding kennels”.  There are at least 4 restaurants that are pet friendly in the area.  We will point these out to you.  You will not be able to bring your dogs to the swimming pool as it is in the main garden where our dogs live.  \\u003cbr\\u003e\\u003cbr\\u003e2. All dogs will bark from time to time briefly at something or someone new, but the onus is upon the owner to approach their dogs and calm them down and stop the barking as soon as reasonably possible.  All the cottages are individually fenced (1.2 meters high) and gated to give you and your dogs a private space but unfortunately, noise does not stop at the fence!  The fences are separate from each other.  This is not the right place to bring “Yappers” who bark at everything that moves and nothing at all!  Dogs that can jump over fences and that cannot be contained in the gardens are not allowed.\\u003cbr\\u003e\\u003cbr\\u003e3. Please take note that pet-friendly accommodation requires that your pets are well trained, have their own sleeping bags, blankets and toys, that they do not jump onto or chew furniture or sleep on beds/sofa,s and that are \\\\\\u0022flea-free\\\\\\u0022 N.B. You will be responsible for cleaning after your pets, picking up their waste, and ensuring that the garden is left in the way that you have found it. We will exercise the right to hold you responsible for any damage caused by your pets.\\u003cbr\\u003e\\u003cbr\\u003e4. On arrival, guests are requested to get their dogs safely into their garden - the carport area is not safe.  Once in your garden, your dogs are safe to run around and in the park as well.  You will be shown where the walking trails are and the areas where it is safe to let your dogs off-leash.  Please respect the safe areas pointed out to you – we cannot be held responsible for possible injuries to dogs who are outside their boundaries.\\u003cbr\\u003e\\u003cbr\\u003e5. We try to provide tranquil accommodation for all our guests and therefore dog owners who are unable to control their dogs and allow them to disturb other guests or owners who leave dogs unattended, will be requested to remove the dogs from the property.   Should the owner decide to leave as well, there will be no refund for early departure.\\u0022}}]}\",\"questionLeftPaddingDesktop\":15,\"questionBottomPaddingDesktop\":15,\"answerTopPadding\":0,\"answerRightPadding\":15,\"answerBottomPadding\":15,\"answerLeftPadding\":15,\"answerTopPaddingTablet\":10,\"answerRightPaddingTablet\":10,\"answerBottomPaddingTablet\":10,\"answerLeftPaddingTablet\":10,\"answerTopPaddingMobile\":10,\"answerRightPaddingMobile\":10,\"answerBottomPaddingMobile\":10,\"answerLeftPaddingMobile\":10,\"overallBorderTopWidth\":1,\"overallBorderLeftWidth\":1,\"overallBorderRightWidth\":1,\"overallBorderBottomWidth\":1,\"overallBorderTopLeftRadius\":2,\"overallBorderTopRightRadius\":2,\"overallBorderBottomLeftRadius\":2,\"overallBorderBottomRightRadius\":2,\"overallBorderStyle\":\"none\",\"overallBorderColor\":\"#D2D2D2\"} -->\n<div class=\"wp-block-uagb-faq uagb-faq__outer-wrap uagb-block-85cf5c76 uagb-faq-icon-row-reverse uagb-faq-layout-accordion uagb-faq-expand-first-false uagb-faq-inactive-other-true uagb-faq__wrap uagb-buttons-layout-wrap uagb-faq-equal-height\" data-faqtoggle=\"true\" role=\"tablist\"><!-- wp:uagb/faq-child {\"block_id\":\"abee6577\",\"question\":\"View the Blue Roan Pet Policy \",\"answer\":\"Blue Roan offers pet owners the opportunity to enjoy their holiday with their lovable pets, the number and size, and breed must be pre-arranged and agreed to.  We have lovely safe off-leash walking trails on our property as well as the right to use neighbouring farms.  We love all animals and have quite a few of our own.  However, owing to our particular setup, which has its flaws, this invitation is extended only to owners with well-behaved and controllable dogs and is subject to the following conditions:\\u003cbr\\u003e\\u003cbr\\u003e1. Owners must stay with their animals at all times,  meaning you cannot go out at all without taking your dogs with you, as dogs in an unfamiliar environment are likely to exhibit anxiety which will result in uncontrolled barking.  We are not “boarding kennels”.  There are at least 4 restaurants that are pet friendly in the area.  We will point these out to you.  You will not be able to bring your dogs to the swimming pool as it is in the main garden where our dogs live.  \\u003cbr\\u003e\\u003cbr\\u003e2. All dogs will bark from time to time briefly at something or someone new, but the onus is upon the owner to approach their dogs and calm them down and stop the barking as soon as reasonably possible.  All the cottages are individually fenced (1.2 meters high) and gated to give you and your dogs a private space but unfortunately, noise does not stop at the fence!  The fences are separate from each other.  This is not the right place to bring “Yappers” who bark at everything that moves and nothing at all!  Dogs that can jump over fences and that cannot be contained in the gardens are not allowed.\\u003cbr\\u003e\\u003cbr\\u003e3. Please take note that pet-friendly accommodation requires that your pets are well trained, have their own sleeping bags, blankets and toys, that they do not jump onto or chew furniture or sleep on beds/sofa,s and that are \\u0022flea-free\\u0022 N.B. You will be responsible for cleaning after your pets, picking up their waste, and ensuring that the garden is left in the way that you have found it. We will exercise the right to hold you responsible for any damage caused by your pets.\\u003cbr\\u003e\\u003cbr\\u003e4. On arrival, guests are requested to get their dogs safely into their garden - the carport area is not safe.  Once in your garden, your dogs are safe to run around and in the park as well.  You will be shown where the walking trails are and the areas where it is safe to let your dogs off-leash.  Please respect the safe areas pointed out to you – we cannot be held responsible for possible injuries to dogs who are outside their boundaries.\\u003cbr\\u003e\\u003cbr\\u003e5. We try to provide tranquil accommodation for all our guests and therefore dog owners who are unable to control their dogs and allow them to disturb other guests or owners who leave dogs unattended, will be requested to remove the dogs from the property.   Should the owner decide to leave as well, there will be no refund for early departure.\"} -->\n<div class=\"wp-block-uagb-faq-child uagb-faq-child__outer-wrap uagb-faq-item uagb-block-abee6577\" role=\"tab\" tabindex=\"0\"><div class=\"uagb-faq-questions-button uagb-faq-questions\"><span class=\"uagb-icon uagb-faq-icon-wrap\"><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 448 512\"><path d=\"M432 256c0 17.69-14.33 32.01-32 32.01H256v144c0 17.69-14.33 31.99-32 31.99s-32-14.3-32-31.99v-144H48c-17.67 0-32-14.32-32-32.01s14.33-31.99 32-31.99H192v-144c0-17.69 14.33-32.01 32-32.01s32 14.32 32 32.01v144h144C417.7 224 432 238.3 432 256z\"></path></svg></span><span class=\"uagb-icon-active uagb-faq-icon-wrap\"><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 448 512\"><path d=\"M400 288h-352c-17.69 0-32-14.32-32-32.01s14.31-31.99 32-31.99h352c17.69 0 32 14.3 32 31.99S417.7 288 400 288z\"></path></svg></span><span class=\"uagb-question\">View the Blue Roan Pet Policy </span></div><p class=\"uagb-faq-content\">Blue Roan offers pet owners the opportunity to enjoy their holiday with their lovable pets, the number and size, and breed must be pre-arranged and agreed to.  We have lovely safe off-leash walking trails on our property as well as the right to use neighbouring farms.  We love all animals and have quite a few of our own.  However, owing to our particular setup, which has its flaws, this invitation is extended only to owners with well-behaved and controllable dogs and is subject to the following conditions:<br><br>1. Owners must stay with their animals at all times,  meaning you cannot go out at all without taking your dogs with you, as dogs in an unfamiliar environment are likely to exhibit anxiety which will result in uncontrolled barking.  We are not “boarding kennels”.  There are at least 4 restaurants that are pet friendly in the area.  We will point these out to you.  You will not be able to bring your dogs to the swimming pool as it is in the main garden where our dogs live.  <br><br>2. All dogs will bark from time to time briefly at something or someone new, but the onus is upon the owner to approach their dogs and calm them down and stop the barking as soon as reasonably possible.  All the cottages are individually fenced (1.2 meters high) and gated to give you and your dogs a private space but unfortunately, noise does not stop at the fence!  The fences are separate from each other.  This is not the right place to bring “Yappers” who bark at everything that moves and nothing at all!  Dogs that can jump over fences and that cannot be contained in the gardens are not allowed.<br><br>3. Please take note that pet-friendly accommodation requires that your pets are well trained, have their own sleeping bags, blankets and toys, that they do not jump onto or chew furniture or sleep on beds/sofa,s and that are \"flea-free\" N.B. You will be responsible for cleaning after your pets, picking up their waste, and ensuring that the garden is left in the way that you have found it. We will exercise the right to hold you responsible for any damage caused by your pets.<br><br>4. On arrival, guests are requested to get their dogs safely into their garden - the carport area is not safe.  Once in your garden, your dogs are safe to run around and in the park as well.  You will be shown where the walking trails are and the areas where it is safe to let your dogs off-leash.  Please respect the safe areas pointed out to you – we cannot be held responsible for possible injuries to dogs who are outside their boundaries.<br><br>5. We try to provide tranquil accommodation for all our guests and therefore dog owners who are unable to control their dogs and allow them to disturb other guests or owners who leave dogs unattended, will be requested to remove the dogs from the property.   Should the owner decide to leave as well, there will be no refund for early departure.</p></div>\n<!-- /wp:uagb/faq-child --></div>\n<!-- /wp:uagb/faq --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:cover {\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Blue-roan-pool-01.jpg\",\"id\":782,\"dimRatio\":65,\"overlayColor\":\"ast-global-color-2\",\"focalPoint\":{\"x\":0.51,\"y\":0.69},\"minHeight\":500,\"align\":\"full\"} -->\n<div class=\"wp-block-cover alignfull\" style=\"min-height:500px\"><span aria-hidden=\"true\" class=\"wp-block-cover__background has-ast-global-color-2-background-color has-background-dim-70 has-background-dim\"></span><img class=\"wp-block-cover__image-background wp-image-782\" alt=\"\" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Blue-roan-pool-01.jpg\" style=\"object-position:51% 69%\" data-object-fit=\"cover\" data-object-position=\"51% 69%\"/><div class=\"wp-block-cover__inner-container\"><!-- wp:columns {\"verticalAlignment\":\"center\",\"align\":\"wide\"} -->\n<div class=\"wp-block-columns alignwide are-vertically-aligned-center\"><!-- wp:column {\"verticalAlignment\":\"center\",\"width\":\"66.66%\"} -->\n<div class=\"wp-block-column is-vertically-aligned-center\" style=\"flex-basis:66.66%\"><!-- wp:heading {\"textColor\":\"white\"} -->\n<h2 class=\"has-white-color has-text-color\">Sleep in Absolute Peace Wake up to Bright Sunshine</h2>\n<!-- /wp:heading -->\n\n<!-- wp:buttons -->\n<div class=\"wp-block-buttons\"><!-- wp:button -->\n<div class=\"wp-block-button\"><a class=\"wp-block-button__link wp-element-button\" href=\"https://book.nightsbridge.com/11065\" target=\"_blank\" rel=\"noreferrer noopener\">Reservations</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"verticalAlignment\":\"center\",\"width\":\"33.33%\"} -->\n<div class=\"wp-block-column is-vertically-aligned-center\" style=\"flex-basis:33.33%\"></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div></div>\n<!-- /wp:cover -->',	'FAQs',	'',	'publish',	'closed',	'closed',	'',	'faqs',	'',	'',	'2022-12-15 14:00:18',	'2022-12-15 14:00:18',	'',	0,	'https://blueroan.netgen.cloud/?page_id=933',	0,	'page',	'',	0),
(937,	2,	'2022-12-14 07:57:41',	'2022-12-14 07:57:41',	'',	'morning-view.jpg',	'',	'inherit',	'open',	'closed',	'',	'morning-view-jpg',	'',	'',	'2022-12-14 07:57:41',	'2022-12-14 07:57:41',	'',	0,	'https://blueroan.netgen.cloud/wp-content/uploads/2022/12/morning-view.jpg',	0,	'attachment',	'image/jpeg',	0),
(938,	2,	'2022-12-14 07:57:48',	'2022-12-14 07:57:48',	'<!-- wp:cover {\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/faq-questions.jpg\",\"id\":185,\"dimRatio\":75,\"overlayColor\":\"ast-global-color-1\",\"minHeight\":500,\"align\":\"full\"} -->\n<div class=\"wp-block-cover alignfull\" style=\"min-height:500px\"><span aria-hidden=\"true\" class=\"wp-block-cover__background has-ast-global-color-1-background-color has-background-dim-80 has-background-dim\"></span><img class=\"wp-block-cover__image-background wp-image-185\" alt=\"\" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/faq-questions.jpg\" data-object-fit=\"cover\"/><div class=\"wp-block-cover__inner-container\"><!-- wp:spacer {\"height\":\"150px\"} -->\n<div style=\"height:150px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:columns {\"verticalAlignment\":\"bottom\",\"align\":\"wide\"} -->\n<div class=\"wp-block-columns alignwide are-vertically-aligned-bottom\"><!-- wp:column {\"verticalAlignment\":\"bottom\",\"width\":\"66.66%\"} -->\n<div class=\"wp-block-column is-vertically-aligned-bottom\" style=\"flex-basis:66.66%\"><!-- wp:heading {\"level\":1,\"textColor\":\"white\"} -->\n<h1 class=\"has-white-color has-text-color\">FAQs</h1>\n<!-- /wp:heading --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"verticalAlignment\":\"bottom\",\"width\":\"33.33%\"} -->\n<div class=\"wp-block-column is-vertically-aligned-bottom\" style=\"flex-basis:33.33%\"><!-- wp:group {\"align\":\"full\",\"backgroundColor\":\"ast-global-color-0\",\"layout\":{\"inherit\":true,\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group alignfull has-ast-global-color-0-background-color has-background\"><!-- wp:heading {\"level\":5,\"textColor\":\"white\"} -->\n<h5 class=\"has-white-color has-text-color\">Toll Free Call</h5>\n<!-- /wp:heading -->\n\n<!-- wp:heading {\"level\":3,\"textColor\":\"white\"} -->\n<h3 class=\"has-white-color has-text-color\">+1 910-626-85255</h3>\n<!-- /wp:heading --></div>\n<!-- /wp:group --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div></div>\n<!-- /wp:cover -->\n\n<!-- wp:cover {\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/window-morning-view.jpg\",\"id\":107,\"hasParallax\":true,\"dimRatio\":25,\"overlayColor\":\"black\",\"minHeight\":700,\"isDark\":false,\"align\":\"full\"} -->\n<div class=\"wp-block-cover alignfull is-light has-parallax\" style=\"min-height:700px\"><span aria-hidden=\"true\" class=\"wp-block-cover__background has-black-background-color has-background-dim-30 has-background-dim\"></span><div role=\"img\" class=\"wp-block-cover__image-background wp-image-107 has-parallax\" style=\"background-position:50% 50%;background-image:url(https://blueroan.netgen.cloud/wp-content/uploads/2022/12/window-morning-view.jpg)\"></div><div class=\"wp-block-cover__inner-container\"><!-- wp:group {\"align\":\"wide\",\"backgroundColor\":\"ast-global-color-5\",\"layout\":{\"inherit\":true,\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group alignwide has-ast-global-color-5-background-color has-background\"><!-- wp:heading {\"textColor\":\"ast-global-color-2\"} -->\n<h2 class=\"has-ast-global-color-2-color has-text-color\">Frequently Asked Questions</h2>\n<!-- /wp:heading -->\n\n<!-- wp:heading {\"level\":5,\"textColor\":\"ast-global-color-2\"} -->\n<h5 class=\"has-ast-global-color-2-color has-text-color\">Will replacement windows aptent taciti sociosqu ad litora?​</h5>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph {\"textColor\":\"ast-global-color-3\"} -->\n<p class=\"has-ast-global-color-3-color has-text-color\">Duis sed odio sit amet nibh vulputate cursus a sit amet mauris. Morbi accumsan ipsum velit. Nam nec tellus a odio tincidunt auctor a ornare odio.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":5,\"textColor\":\"ast-global-color-2\"} -->\n<h5 class=\"has-ast-global-color-2-color has-text-color\">Do your windows and doors have warranty?​</h5>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph {\"textColor\":\"ast-global-color-3\"} -->\n<p class=\"has-ast-global-color-3-color has-text-color\">Duis sed odio sit amet nibh vulputate cursus a sit amet mauris. Morbi accumsan ipsum velit. Nam nec tellus a odio tincidunt auctor a ornare odio.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":5,\"textColor\":\"ast-global-color-2\"} -->\n<h5 class=\"has-ast-global-color-2-color has-text-color\">What is the difference between condimentum sit amet?​</h5>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph {\"textColor\":\"ast-global-color-3\"} -->\n<p class=\"has-ast-global-color-3-color has-text-color\">Duis sed odio sit amet nibh vulputate cursus a sit amet mauris. Morbi accumsan ipsum velit. Nam nec tellus a odio tincidunt auctor a ornare odio.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":5,\"textColor\":\"ast-global-color-2\"} -->\n<h5 class=\"has-ast-global-color-2-color has-text-color\">What is the price difference velit mauris egestas?​</h5>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph {\"textColor\":\"ast-global-color-3\"} -->\n<p class=\"has-ast-global-color-3-color has-text-color\">Duis sed odio sit amet nibh vulputate cursus a sit amet mauris. Morbi accumsan ipsum velit. Nam nec tellus a odio tincidunt auctor a ornare odio.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:group --></div></div>\n<!-- /wp:cover -->\n\n<!-- wp:cover {\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/morning-view.jpg\",\"id\":64,\"dimRatio\":65,\"overlayColor\":\"ast-global-color-2\",\"minHeight\":500,\"align\":\"full\"} -->\n<div class=\"wp-block-cover alignfull\" style=\"min-height:500px\"><span aria-hidden=\"true\" class=\"wp-block-cover__background has-ast-global-color-2-background-color has-background-dim-70 has-background-dim\"></span><img class=\"wp-block-cover__image-background wp-image-64\" alt=\"\" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/morning-view.jpg\" data-object-fit=\"cover\"/><div class=\"wp-block-cover__inner-container\"><!-- wp:columns {\"verticalAlignment\":\"center\",\"align\":\"wide\"} -->\n<div class=\"wp-block-columns alignwide are-vertically-aligned-center\"><!-- wp:column {\"verticalAlignment\":\"center\",\"width\":\"66.66%\"} -->\n<div class=\"wp-block-column is-vertically-aligned-center\" style=\"flex-basis:66.66%\"><!-- wp:heading {\"textColor\":\"white\"} -->\n<h2 class=\"has-white-color has-text-color\">Sleep in Absolute Peace Wake up to Bright Sunshine</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph {\"textColor\":\"white\"} -->\n<p class=\"has-white-color has-text-color\">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:buttons -->\n<div class=\"wp-block-buttons\"><!-- wp:button -->\n<div class=\"wp-block-button\"><a class=\"wp-block-button__link wp-element-button\">Get Free Estimate</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"verticalAlignment\":\"center\",\"width\":\"33.33%\"} -->\n<div class=\"wp-block-column is-vertically-aligned-center\" style=\"flex-basis:33.33%\"></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div></div>\n<!-- /wp:cover -->',	'',	'',	'inherit',	'closed',	'closed',	'',	'933-revision-v1',	'',	'',	'2022-12-14 07:57:48',	'2022-12-14 07:57:48',	'',	933,	'https://blueroan.netgen.cloud/?p=938',	0,	'revision',	'',	0),
(939,	2,	'2022-12-14 07:58:35',	'2022-12-14 07:58:35',	'<!-- wp:cover {\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/faq-questions.jpg\",\"id\":185,\"dimRatio\":75,\"overlayColor\":\"ast-global-color-1\",\"minHeight\":500,\"align\":\"full\"} -->\n<div class=\"wp-block-cover alignfull\" style=\"min-height:500px\"><span aria-hidden=\"true\" class=\"wp-block-cover__background has-ast-global-color-1-background-color has-background-dim-80 has-background-dim\"></span><img class=\"wp-block-cover__image-background wp-image-185\" alt=\"\" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/faq-questions.jpg\" data-object-fit=\"cover\"/><div class=\"wp-block-cover__inner-container\"><!-- wp:spacer {\"height\":\"150px\"} -->\n<div style=\"height:150px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:columns {\"verticalAlignment\":\"bottom\",\"align\":\"wide\"} -->\n<div class=\"wp-block-columns alignwide are-vertically-aligned-bottom\"><!-- wp:column {\"verticalAlignment\":\"bottom\",\"width\":\"66.66%\"} -->\n<div class=\"wp-block-column is-vertically-aligned-bottom\" style=\"flex-basis:66.66%\"><!-- wp:heading {\"level\":1,\"textColor\":\"white\"} -->\n<h1 class=\"has-white-color has-text-color\">FAQs</h1>\n<!-- /wp:heading --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"verticalAlignment\":\"bottom\",\"width\":\"33.33%\"} -->\n<div class=\"wp-block-column is-vertically-aligned-bottom\" style=\"flex-basis:33.33%\"><!-- wp:group {\"align\":\"full\",\"backgroundColor\":\"ast-global-color-0\",\"layout\":{\"inherit\":true,\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group alignfull has-ast-global-color-0-background-color has-background\"><!-- wp:heading {\"level\":5,\"textColor\":\"white\"} -->\n<h5 class=\"has-white-color has-text-color\">Toll Free Call</h5>\n<!-- /wp:heading -->\n\n<!-- wp:heading {\"level\":3,\"textColor\":\"white\"} -->\n<h3 class=\"has-white-color has-text-color\">+1 910-626-85255</h3>\n<!-- /wp:heading --></div>\n<!-- /wp:group --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div></div>\n<!-- /wp:cover -->\n\n<!-- wp:cover {\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/window-morning-view.jpg\",\"id\":107,\"hasParallax\":true,\"dimRatio\":25,\"overlayColor\":\"black\",\"minHeight\":700,\"isDark\":false,\"align\":\"full\"} -->\n<div class=\"wp-block-cover alignfull is-light has-parallax\" style=\"min-height:700px\"><span aria-hidden=\"true\" class=\"wp-block-cover__background has-black-background-color has-background-dim-30 has-background-dim\"></span><div role=\"img\" class=\"wp-block-cover__image-background wp-image-107 has-parallax\" style=\"background-position:50% 50%;background-image:url(https://blueroan.netgen.cloud/wp-content/uploads/2022/12/window-morning-view.jpg)\"></div><div class=\"wp-block-cover__inner-container\"><!-- wp:group {\"align\":\"wide\",\"backgroundColor\":\"ast-global-color-5\",\"layout\":{\"inherit\":true,\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group alignwide has-ast-global-color-5-background-color has-background\"><!-- wp:heading {\"textColor\":\"ast-global-color-2\"} -->\n<h2 class=\"has-ast-global-color-2-color has-text-color\">Frequently Asked Questions</h2>\n<!-- /wp:heading -->\n\n<!-- wp:heading {\"level\":5,\"textColor\":\"ast-global-color-2\"} -->\n<h5 class=\"has-ast-global-color-2-color has-text-color\">Will replacement windows aptent taciti sociosqu ad litora?​</h5>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph {\"textColor\":\"ast-global-color-3\"} -->\n<p class=\"has-ast-global-color-3-color has-text-color\">Duis sed odio sit amet nibh vulputate cursus a sit amet mauris. Morbi accumsan ipsum velit. Nam nec tellus a odio tincidunt auctor a ornare odio.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":5,\"textColor\":\"ast-global-color-2\"} -->\n<h5 class=\"has-ast-global-color-2-color has-text-color\">Do your windows and doors have warranty?​</h5>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph {\"textColor\":\"ast-global-color-3\"} -->\n<p class=\"has-ast-global-color-3-color has-text-color\">Duis sed odio sit amet nibh vulputate cursus a sit amet mauris. Morbi accumsan ipsum velit. Nam nec tellus a odio tincidunt auctor a ornare odio.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":5,\"textColor\":\"ast-global-color-2\"} -->\n<h5 class=\"has-ast-global-color-2-color has-text-color\">What is the difference between condimentum sit amet?​</h5>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph {\"textColor\":\"ast-global-color-3\"} -->\n<p class=\"has-ast-global-color-3-color has-text-color\">Duis sed odio sit amet nibh vulputate cursus a sit amet mauris. Morbi accumsan ipsum velit. Nam nec tellus a odio tincidunt auctor a ornare odio.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":5,\"textColor\":\"ast-global-color-2\"} -->\n<h5 class=\"has-ast-global-color-2-color has-text-color\">What is the price difference velit mauris egestas?​</h5>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph {\"textColor\":\"ast-global-color-3\"} -->\n<p class=\"has-ast-global-color-3-color has-text-color\">Duis sed odio sit amet nibh vulputate cursus a sit amet mauris. Morbi accumsan ipsum velit. Nam nec tellus a odio tincidunt auctor a ornare odio.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:group --></div></div>\n<!-- /wp:cover -->\n\n<!-- wp:cover {\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/morning-view.jpg\",\"id\":64,\"dimRatio\":65,\"overlayColor\":\"ast-global-color-2\",\"minHeight\":500,\"align\":\"full\"} -->\n<div class=\"wp-block-cover alignfull\" style=\"min-height:500px\"><span aria-hidden=\"true\" class=\"wp-block-cover__background has-ast-global-color-2-background-color has-background-dim-70 has-background-dim\"></span><img class=\"wp-block-cover__image-background wp-image-64\" alt=\"\" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/morning-view.jpg\" data-object-fit=\"cover\"/><div class=\"wp-block-cover__inner-container\"><!-- wp:columns {\"verticalAlignment\":\"center\",\"align\":\"wide\"} -->\n<div class=\"wp-block-columns alignwide are-vertically-aligned-center\"><!-- wp:column {\"verticalAlignment\":\"center\",\"width\":\"66.66%\"} -->\n<div class=\"wp-block-column is-vertically-aligned-center\" style=\"flex-basis:66.66%\"><!-- wp:heading {\"textColor\":\"white\"} -->\n<h2 class=\"has-white-color has-text-color\">Sleep in Absolute Peace Wake up to Bright Sunshine</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph {\"textColor\":\"white\"} -->\n<p class=\"has-white-color has-text-color\">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:buttons -->\n<div class=\"wp-block-buttons\"><!-- wp:button -->\n<div class=\"wp-block-button\"><a class=\"wp-block-button__link wp-element-button\">Get Free Estimate</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"verticalAlignment\":\"center\",\"width\":\"33.33%\"} -->\n<div class=\"wp-block-column is-vertically-aligned-center\" style=\"flex-basis:33.33%\"></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div></div>\n<!-- /wp:cover -->',	'FAQs',	'',	'inherit',	'closed',	'closed',	'',	'933-revision-v1',	'',	'',	'2022-12-14 07:58:35',	'2022-12-14 07:58:35',	'',	933,	'https://blueroan.netgen.cloud/?p=939',	0,	'revision',	'',	0),
(940,	2,	'2022-12-14 08:00:38',	'2022-12-14 08:00:38',	'{\n    \"nav_menu_item[393]\": {\n        \"value\": {\n            \"menu_item_parent\": 0,\n            \"object_id\": 393,\n            \"object\": \"custom\",\n            \"type\": \"custom\",\n            \"type_label\": \"Custom Link\",\n            \"title\": \"FAQs\",\n            \"url\": \"/faqs\",\n            \"target\": \"\",\n            \"attr_title\": \"\",\n            \"description\": \"\",\n            \"classes\": \"\",\n            \"xfn\": \"\",\n            \"nav_menu_term_id\": 2,\n            \"position\": 3,\n            \"status\": \"publish\",\n            \"original_title\": \"\",\n            \"_invalid\": false\n        },\n        \"type\": \"nav_menu_item\",\n        \"user_id\": 2,\n        \"date_modified_gmt\": \"2022-12-14 08:00:38\"\n    }\n}',	'',	'',	'trash',	'closed',	'closed',	'',	'8e27b79c-d6da-4ae6-8456-673574600af0',	'',	'',	'2022-12-14 08:00:38',	'2022-12-14 08:00:38',	'',	0,	'https://blueroan.netgen.cloud/8e27b79c-d6da-4ae6-8456-673574600af0/',	0,	'customize_changeset',	'',	0),
(942,	2,	'2022-12-14 08:06:33',	'2022-12-14 08:06:33',	'<!-- wp:uagb/container {\"block_id\":\"f0ff6171\",\"minHeightDesktop\":95,\"minHeightTablet\":70,\"minHeightMobile\":80,\"minHeightType\":\"vh\",\"alignItemsDesktop\":\"flex-start\",\"backgroundType\":\"image\",\"backgroundImageDesktop\":{\"uploading\":false,\"date\":1670921854000,\"filename\":\"Blue-Roan-pool.jpg\",\"menuOrder\":0,\"uploadedTo\":760,\"type\":\"image\",\"subtype\":\"jpeg\",\"id\":784,\"title\":\"Blue Roan - pool\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Blue-Roan-pool.jpg\",\"link\":\"https://blueroan.netgen.cloud/home/blue-roan-pool/\",\"alt\":\"\",\"author\":\"2\",\"description\":\"\",\"caption\":\"\",\"name\":\"blue-roan-pool\",\"status\":\"inherit\",\"modified\":1670921854000,\"mime\":\"image/jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-includes/images/media/default.png\",\"dateFormatted\":\"December 13, 2022\",\"nonces\":{\"update\":\"51a12ed09e\",\"delete\":\"5174068551\",\"edit\":\"1de0721407\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=784\\u0026action=edit\",\"meta\":false,\"authorName\":\"Netgen Support\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/profile.php\",\"uploadedToTitle\":\"Home\",\"uploadedToLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=760\\u0026action=edit\",\"filesizeInBytes\":154801,\"filesizeHumanReadable\":\"151 KB\",\"context\":\"\",\"height\":667,\"width\":1000,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Blue-Roan-pool-150x150.jpg\",\"orientation\":\"landscape\"},\"medium\":{\"height\":200,\"width\":300,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Blue-Roan-pool-300x200.jpg\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Blue-Roan-pool.jpg\",\"height\":667,\"width\":1000,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"backgroundPositionDesktop\":{\"x\":0.5,\"y\":0.25},\"backgroundImageColor\":\"rgba(42,42,42,0.35)\",\"topPaddingDesktop\":0,\"bottomPaddingDesktop\":0,\"leftPaddingDesktop\":40,\"rightPaddingDesktop\":40,\"topPaddingTablet\":120,\"bottomPaddingTablet\":120,\"leftPaddingTablet\":40,\"rightPaddingTablet\":40,\"topPaddingMobile\":150,\"bottomPaddingMobile\":150,\"leftPaddingMobile\":20,\"rightPaddingMobile\":20,\"paddingLink\":false,\"variationSelected\":true,\"isBlockRootParent\":true,\"overlayType\":\"color\",\"minHeightTypeTablet\":\"vh\",\"minHeightTypeMobile\":\"vh\"} -->\n<div class=\"wp-block-uagb-container uagb-block-f0ff6171 alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/info-box {\"classMigrate\":true,\"headingAlign\":\"left\",\"headingColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"subHeadingColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"headingTag\":\"h1\",\"subHeadFontSize\":17,\"subHeadFontSizeMobile\":15,\"headSpace\":20,\"subHeadSpace\":40,\"block_id\":\"89fd3c0f\",\"ctaIcon\":\"\",\"ctaType\":\"button\",\"ctaText\":\"Book Your Stay Now\",\"ctaLink\":\"#\",\"ctaBtnLinkColor\":\"var(\\u002d\\u002dast-global-color-2)\",\"ctaLinkHoverColor\":\"var(\\u002d\\u002dast-global-color-2)\",\"ctaBgColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"ctaBgHoverColor\":\"var(\\u002d\\u002dast-global-color-4)\",\"ctaBorderColor\":\"\",\"ctaBorderStyle\":\"\",\"ctaBorderWidth\":\"\",\"ctaBorderRadius\":\"\",\"iconImage\":{\"url\":\"\",\"alt\":\"InfoBox placeholder img\"},\"showIcon\":false,\"paddingBtnTop\":18,\"paddingBtnBottom\":18,\"paddingBtnLeft\":34,\"paddingBtnRight\":34,\"blockTopPadding\":0,\"blockRightPadding\":40,\"blockLeftPadding\":0,\"blockBottomPadding\":0,\"blockTopPaddingTablet\":0,\"blockRightPaddingTablet\":64,\"blockLeftPaddingTablet\":0,\"blockBottomPaddingTablet\":0,\"blockTopPaddingMobile\":0,\"blockRightPaddingMobile\":0,\"blockLeftPaddingMobile\":0,\"blockBottomPaddingMobile\":0,\"blockPaddingUnit\":\"%\",\"blockPaddingLink\":false,\"subHeadMarginTopTablet\":0,\"subHeadMarginRightTablet\":64,\"subHeadTabletSpace\":40,\"subHeadMarginLeftTablet\":0,\"subHeadMarginTopMobile\":0,\"subHeadMarginRightMobile\":0,\"subHeadMobileSpace\":40,\"subHeadMarginLeftMobile\":0,\"btnBorderTopWidth\":1,\"btnBorderLeftWidth\":1,\"btnBorderRightWidth\":1,\"btnBorderBottomWidth\":1,\"btnBorderTopLeftRadius\":0,\"btnBorderTopRightRadius\":0,\"btnBorderBottomLeftRadius\":0,\"btnBorderBottomRightRadius\":0,\"btnBorderStyle\":\"none\",\"btnBorderColor\":\"#333\"} -->\n<div class=\"wp-block-uagb-info-box uagb-block-89fd3c0f uagb-infobox__content-wrap  uagb-infobox-icon-above-title uagb-infobox-image-valign-top\"><div class=\"uagb-ifb-content\"><div class=\"uagb-ifb-title-wrap\"><h1 class=\"uagb-ifb-title\"><strong>Magaliesburg pet friendly self-catering accommodation</strong></h1></div><p class=\"uagb-ifb-desc\">Romantic pet-friendly self-catering accommodation in Magaliesburg, Gauteng.</p><div class=\"uagb-ifb-button-wrapper wp-block-button\"><a href=\"#\" class=\"uagb-infobox-cta-link wp-block-button__link\" target=\"_self\" rel=\"noopener noreferrer\" alt=\"\"><span class=\"uagb-inline-editing\">Book Your Stay Now</span></a></div></div></div>\n<!-- /wp:uagb/info-box --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"ddcf38e0\",\"directionDesktop\":\"row\",\"directionMobile\":\"column-reverse\",\"alignItemsDesktop\":\"flex-start\",\"backgroundType\":\"color\",\"backgroundSizeTablet\":\"cover\",\"backgroundSizeMobile\":\"cover\",\"backgroundColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"topPaddingDesktop\":60,\"bottomPaddingDesktop\":60,\"topPaddingTablet\":80,\"bottomPaddingTablet\":80,\"leftPaddingTablet\":40,\"rightPaddingTablet\":40,\"topPaddingMobile\":64,\"bottomPaddingMobile\":64,\"leftPaddingMobile\":24,\"rightPaddingMobile\":24,\"paddingLink\":false,\"variationSelected\":true,\"columnGapDesktop\":60,\"columnGapTablet\":50,\"isBlockRootParent\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-ddcf38e0 alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/container {\"block_id\":\"1f82d9e3\",\"widthDesktop\":50,\"variationSelected\":true,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-1f82d9e3\"><!-- wp:image {\"id\":797,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-13.jpg\" alt=\"\" class=\"wp-image-797\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The Blue Roan Country Lodge is situated just 5 minutes from the village of Magaliesburg on a tar road so easy access for all cars. &nbsp;We have panoramic views of the Magaliesberg mountain range and our farm is the perfect place for a relaxing getaway in the country. &nbsp;As we are only 70 km from JHB and Pretoria, it is only an hour’s drive.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:buttons -->\n<div class=\"wp-block-buttons\"><!-- wp:button -->\n<div class=\"wp-block-button\"><a class=\"wp-block-button__link wp-element-button\" href=\"/accommodation/\">View accomodation</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"3cfdc931\",\"widthDesktop\":50,\"leftPaddingDesktop\":0,\"paddingLink\":false,\"variationSelected\":true,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-3cfdc931\"><!-- wp:uagb/advanced-heading {\"block_id\":\"f913cb51\",\"classMigrate\":true,\"headingDescToggle\":true,\"subHeadingColor\":\"\",\"headSpace\":20,\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-f913cb51\"><h2 class=\"uagb-heading-text\"><strong>Blue Roan is a 4-star graded pet-friendly venue</strong></h2><p class=\"uagb-desc-text\">Our goal is to provide high-quality, romantic, comfortable, and affordable self-catering accommodation on the outskirts of the village of &nbsp;Magaliesburg. &nbsp;For animal lovers, we are also&nbsp;pet-friendly&nbsp;by arrangement in most of the units all of which have their own fully fenced and gated private grassy gardens.</p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/image {\"block_id\":\"c3874b4e\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/hammock-in-the-garden.jpg\",\"align\":\"left\",\"id\":799,\"linkDestination\":\"none\",\"naturalWidth\":600,\"naturalHeight\":400,\"sizeSlug\":\"full\",\"sizeSlugTablet\":\"full\",\"sizeSlugMobile\":\"full\",\"imageTopMargin\":20,\"imageRightMargin\":0,\"imageLeftMargin\":0,\"imageBottomMargin\":0,\"imageTopMarginMobile\":0,\"imageRightMarginMobile\":0,\"imageLeftMarginMobile\":0,\"imageBottomMarginMobile\":0,\"imageMarginLink\":false} -->\n<div class=\"wp-block-uagb-image uagb-block-c3874b4e wp-block-uagb-image--layout-default wp-block-uagb-image--effect-static wp-block-uagb-image--align-left\"><figure class=\"wp-block-uagb-image__figure\"><img srcset=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/hammock-in-the-garden.jpg \" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/hammock-in-the-garden.jpg\" alt=\"\" class=\"uag-image-799\" width=\"\" height=\"\" title=\"\" loading=\"lazy\"/></figure></div>\n<!-- /wp:uagb/image --></div>\n<!-- /wp:uagb/container --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"13287bf8\",\"directionDesktop\":\"row\",\"directionMobile\":\"column-reverse\",\"alignItemsDesktop\":\"flex-start\",\"backgroundType\":\"color\",\"backgroundSizeTablet\":\"cover\",\"backgroundSizeMobile\":\"cover\",\"backgroundColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"topPaddingDesktop\":0,\"bottomPaddingDesktop\":0,\"topPaddingTablet\":80,\"bottomPaddingTablet\":80,\"leftPaddingTablet\":40,\"rightPaddingTablet\":40,\"topPaddingMobile\":64,\"bottomPaddingMobile\":64,\"leftPaddingMobile\":24,\"rightPaddingMobile\":24,\"paddingLink\":false,\"variationSelected\":true,\"rowGapDesktop\":0,\"columnGapDesktop\":0,\"columnGapTablet\":50,\"isBlockRootParent\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-13287bf8 alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:image {\"align\":\"center\",\"id\":794,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image aligncenter size-full\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/210-2108726_too-great-for-us-tourism-grading-council-of-south-5.png\" alt=\"\" class=\"wp-image-794\"/></figure>\n<!-- /wp:image --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"7a20a1c6\",\"backgroundType\":\"color\",\"backgroundSizeTablet\":\"cover\",\"backgroundSizeMobile\":\"cover\",\"backgroundColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"topPaddingDesktop\":50,\"bottomPaddingDesktop\":100,\"topPaddingTablet\":50,\"bottomPaddingTablet\":25,\"leftPaddingTablet\":20,\"rightPaddingTablet\":20,\"topPaddingMobile\":50,\"bottomPaddingMobile\":20,\"leftPaddingMobile\":20,\"rightPaddingMobile\":20,\"paddingLink\":false,\"variationSelected\":true,\"rowGapDesktop\":0,\"isBlockRootParent\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-7a20a1c6 alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/container {\"block_id\":\"0a8ca024\",\"directionDesktop\":\"row\",\"alignItemsDesktop\":\"flex-end\",\"alignItemsTablet\":\"flex-end\",\"justifyContentDesktop\":\"flex-end\",\"justifyContentTablet\":\"space-between\",\"variationSelected\":true,\"rowGapMobile\":30,\"columnGapDesktop\":0} -->\n<div class=\"wp-block-uagb-container uagb-block-0a8ca024\"><!-- wp:uagb/advanced-heading {\"block_id\":\"15224376\",\"classMigrate\":true,\"headingDescToggle\":true,\"subHeadingColor\":\"\",\"headSpace\":20,\"subHeadFontSize\":16} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-15224376\"><h2 class=\"uagb-heading-text\">Amenities &amp; Interests ​</h2><p class=\"uagb-desc-text\">We have 7 lovely brick&nbsp;<strong>self-catering</strong>&nbsp;units, each one private and with its own character and theme. &nbsp;They are designed exclusively for couples with or without pets wanting a romantic and peaceful place to connect, re-connect, celebrate special occasions, or somewhere quiet and comfortable to come for a holiday</p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/buttons {\"block_id\":\"937b5e51\",\"classMigrate\":true,\"childMigrate\":true,\"align\":\"right\",\"alignTablet\":\"right\",\"alignMobile\":\"left\",\"gap\":0} -->\n<div class=\"wp-block-uagb-buttons uagb-buttons__outer-wrap uagb-btn__default-btn uagb-btn-tablet__default-btn uagb-btn-mobile__default-btn uagb-block-937b5e51\"><div class=\"uagb-buttons__wrap uagb-buttons-layout-wrap\"><!-- wp:uagb/buttons-child {\"block_id\":\"5b17f54f\",\"label\":\"View All\",\"link\":\"#\",\"hColor\":\"\",\"borderWidth\":\"\",\"borderRadius\":\"\",\"borderStyle\":\"\",\"borderColor\":\"\",\"borderHColor\":\"\",\"btnBorderTopWidth\":1,\"btnBorderLeftWidth\":1,\"btnBorderRightWidth\":1,\"btnBorderBottomWidth\":1,\"btnBorderTopLeftRadius\":2,\"btnBorderTopRightRadius\":2,\"btnBorderBottomLeftRadius\":2,\"btnBorderBottomRightRadius\":2,\"btnBorderStyle\":\"solid\",\"btnBorderColor\":\"#333\",\"btnBorderHColor\":\"#333\"} -->\n<div class=\"wp-block-uagb-buttons-child uagb-buttons__outer-wrap uagb-block-5b17f54f wp-block-button is-style-outline\"><div class=\"uagb-button__wrapper\"><a class=\"uagb-buttons-repeater wp-block-button__link\" href=\"#\" rel=\"follow noopener\" target=\"_self\"><div class=\"uagb-button__link\">View All</div></a></div></div>\n<!-- /wp:uagb/buttons-child --></div></div>\n<!-- /wp:uagb/buttons --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"4f68d96c\",\"directionDesktop\":\"row\",\"alignItemsTablet\":\"flex-start\",\"paddingLink\":false,\"topMarginDesktop\":50,\"bottomMarginDesktop\":20,\"leftMarginDesktop\":0,\"rightMarginDesktop\":0,\"marginLink\":false,\"variationSelected\":true,\"rowGapMobile\":65,\"columnGapDesktop\":48,\"columnGapTablet\":20} -->\n<div class=\"wp-block-uagb-container uagb-block-4f68d96c\"><!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"align\":\"center\",\"id\":828,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image aligncenter size-full\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Blue-Roan-pool.png\" alt=\"Blue Roan\'s rock pool\" class=\"wp-image-828\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>A relaxing rock Pool​</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>We have a lovely sparkling blue rock pool next to a thatched Lapa. &nbsp;&nbsp;Lie on recliners on the green lawn or sit on the swing chair in the Lapa and enjoy the panoramic view of the Magaliesberg mountain range.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":829,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/img-20160605-wa0002-largejpg.png\" alt=\"\" class=\"wp-image-829\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>Braai facilities </h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>What can compare to a burning fire under the star-lit African sky? Nothing beats the flavor of cooking over an open flame.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":830,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/ef9d0188da11e2bc56788f5619d9d539.png\" alt=\"\" class=\"wp-image-830\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>A games room </h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>The reception is also a games room for those who enjoy darts or playing pool. &nbsp;Take a selection of DVDs back to your room and watch movies on your own DVD player. &nbsp;There is also a selection of board games and music CDs that you can borrow.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div>\n<!-- /wp:uagb/container --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"5f88d6d7\",\"backgroundType\":\"color\",\"backgroundSizeTablet\":\"cover\",\"backgroundSizeMobile\":\"cover\",\"backgroundColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"bottomPaddingDesktop\":104,\"leftPaddingDesktop\":40,\"rightPaddingDesktop\":40,\"topPaddingTablet\":80,\"bottomPaddingTablet\":80,\"leftPaddingTablet\":40,\"rightPaddingTablet\":40,\"topPaddingMobile\":64,\"bottomPaddingMobile\":64,\"leftPaddingMobile\":24,\"rightPaddingMobile\":24,\"paddingLink\":false,\"variationSelected\":true,\"rowGapDesktop\":0,\"isBlockRootParent\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-5f88d6d7 alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/advanced-heading {\"block_id\":\"d13c05a7\",\"classMigrate\":true,\"headingDescToggle\":true,\"headingAlign\":\"center\",\"headingAlignMobile\":\"left\",\"subHeadingColor\":\"\",\"headSpace\":20,\"subHeadFontSize\":16,\"blockBottomPadding\":20} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-d13c05a7\"><h2 class=\"uagb-heading-text\">Our Inside Pictures​</h2><p class=\"uagb-desc-text\">Take a look at some pretty pictures captured in and around our premises.</p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/container {\"block_id\":\"703095b8\",\"directionDesktop\":\"row\",\"alignItemsDesktop\":\"flex-start\",\"topMarginDesktop\":20,\"bottomMarginDesktop\":0,\"leftMarginDesktop\":0,\"rightMarginDesktop\":0,\"marginLink\":false,\"variationSelected\":true,\"rowGapMobile\":24,\"columnGapDesktop\":24,\"columnGapTablet\":20} -->\n<div class=\"wp-block-uagb-container uagb-block-703095b8\"><!-- wp:uagb/container {\"block_id\":\"eb010e83\",\"widthDesktop\":32,\"variationSelected\":true,\"rowGapDesktop\":24,\"rowGapTablet\":20,\"rowGapMobile\":24,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-eb010e83\"><!-- wp:uagb/image {\"block_id\":\"648d3528\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/red-rose-1024x683.jpg\",\"id\":834,\"linkDestination\":\"none\",\"width\":385,\"height\":284,\"naturalWidth\":1024,\"naturalHeight\":683,\"sizeSlug\":\"large\",\"sizeSlugTablet\":\"large\",\"sizeSlugMobile\":\"large\",\"customHeightSetDesktop\":true} -->\n<div class=\"wp-block-uagb-image uagb-block-648d3528 wp-block-uagb-image--layout-default wp-block-uagb-image--effect-static wp-block-uagb-image--align-none\"><figure class=\"wp-block-uagb-image__figure\"><img srcset=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/red-rose-1024x683.jpg \" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/red-rose-1024x683.jpg\" alt=\"\" class=\"uag-image-834\" width=\"385\" height=\"284\" title=\"\" loading=\"lazy\"/></figure></div>\n<!-- /wp:uagb/image -->\n\n<!-- wp:uagb/image {\"block_id\":\"f0ba158f\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/49g.jpg\",\"id\":838,\"linkDestination\":\"none\",\"width\":385,\"height\":284,\"naturalWidth\":650,\"naturalHeight\":450,\"sizeSlug\":\"full\",\"sizeSlugTablet\":\"full\",\"sizeSlugMobile\":\"full\",\"customHeightSetDesktop\":true} -->\n<div class=\"wp-block-uagb-image uagb-block-f0ba158f wp-block-uagb-image--layout-default wp-block-uagb-image--effect-static wp-block-uagb-image--align-none\"><figure class=\"wp-block-uagb-image__figure\"><img srcset=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/49g.jpg \" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/49g.jpg\" alt=\"\" class=\"uag-image-838\" width=\"385\" height=\"284\" title=\"\" loading=\"lazy\"/></figure></div>\n<!-- /wp:uagb/image --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"9b170348\",\"widthDesktop\":67,\"variationSelected\":true,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-9b170348\"><!-- wp:uagb/image {\"block_id\":\"5c372755\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAA39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba-1-1024x768.png\",\"id\":905,\"linkDestination\":\"none\",\"naturalWidth\":1024,\"naturalHeight\":768,\"sizeSlug\":\"large\",\"sizeSlugTablet\":\"large\",\"sizeSlugMobile\":\"large\"} -->\n<div class=\"wp-block-uagb-image uagb-block-5c372755 wp-block-uagb-image--layout-default wp-block-uagb-image--effect-static wp-block-uagb-image--align-none\"><figure class=\"wp-block-uagb-image__figure\"><img srcset=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAA39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba-1-1024x768.png \" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAA39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba-1-1024x768.png\" alt=\"\" class=\"uag-image-905\" width=\"\" height=\"\" title=\"\" loading=\"lazy\"/></figure></div>\n<!-- /wp:uagb/image --></div>\n<!-- /wp:uagb/container --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"f36e2d2e\",\"directionDesktop\":\"row\",\"alignItemsDesktop\":\"flex-start\",\"topMarginDesktop\":24,\"bottomMarginDesktop\":0,\"leftMarginDesktop\":0,\"rightMarginDesktop\":0,\"topMarginTablet\":20,\"bottomMarginTablet\":0,\"leftMarginTablet\":0,\"rightMarginTablet\":0,\"topMarginMobile\":24,\"bottomMarginMobile\":0,\"leftMarginMobile\":0,\"rightMarginMobile\":0,\"marginLink\":false,\"variationSelected\":true,\"columnGapDesktop\":24,\"columnGapTablet\":20} -->\n<div class=\"wp-block-uagb-container uagb-block-f36e2d2e\"><!-- wp:uagb/container {\"block_id\":\"3a01a40e\",\"widthDesktop\":67,\"variationSelected\":true,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-3a01a40e\"><!-- wp:image {\"id\":837,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-8-1024x678.jpg\" alt=\"\" class=\"wp-image-837\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"598845cf\",\"widthDesktop\":32,\"variationSelected\":true,\"rowGapDesktop\":24,\"rowGapTablet\":20,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-598845cf\"><!-- wp:uagb/image {\"block_id\":\"2d2baf67\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Blue-roan-pool-01.jpg\",\"id\":782,\"linkDestination\":\"none\",\"width\":385,\"height\":250,\"naturalWidth\":800,\"naturalHeight\":534,\"sizeSlug\":\"full\",\"sizeSlugTablet\":\"full\",\"sizeSlugMobile\":\"full\",\"customHeightSetDesktop\":true} -->\n<div class=\"wp-block-uagb-image uagb-block-2d2baf67 wp-block-uagb-image--layout-default wp-block-uagb-image--effect-static wp-block-uagb-image--align-none\"><figure class=\"wp-block-uagb-image__figure\"><img srcset=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Blue-roan-pool-01.jpg \" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Blue-roan-pool-01.jpg\" alt=\"\" class=\"uag-image-782\" width=\"385\" height=\"250\" title=\"\" loading=\"lazy\"/></figure></div>\n<!-- /wp:uagb/image -->\n\n<!-- wp:uagb/image {\"block_id\":\"0525ddb4\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/bird-1024x683.jpg\",\"id\":910,\"linkDestination\":\"none\",\"width\":385,\"height\":250,\"naturalWidth\":1024,\"naturalHeight\":683,\"sizeSlug\":\"large\",\"sizeSlugTablet\":\"large\",\"sizeSlugMobile\":\"large\",\"customHeightSetDesktop\":true} -->\n<div class=\"wp-block-uagb-image uagb-block-0525ddb4 wp-block-uagb-image--layout-default wp-block-uagb-image--effect-static wp-block-uagb-image--align-none\"><figure class=\"wp-block-uagb-image__figure\"><img srcset=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/bird-1024x683.jpg \" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/bird-1024x683.jpg\" alt=\"\" class=\"uag-image-910\" width=\"385\" height=\"250\" title=\"\" loading=\"lazy\"/></figure></div>\n<!-- /wp:uagb/image --></div>\n<!-- /wp:uagb/container --></div>\n<!-- /wp:uagb/container --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"28eba5dd\",\"backgroundType\":\"color\",\"backgroundSizeTablet\":\"cover\",\"backgroundSizeMobile\":\"cover\",\"backgroundColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"topPaddingDesktop\":40,\"bottomPaddingDesktop\":104,\"leftPaddingDesktop\":40,\"rightPaddingDesktop\":40,\"topPaddingTablet\":80,\"bottomPaddingTablet\":80,\"leftPaddingTablet\":40,\"rightPaddingTablet\":40,\"topPaddingMobile\":64,\"bottomPaddingMobile\":64,\"leftPaddingMobile\":24,\"rightPaddingMobile\":24,\"paddingLink\":false,\"variationSelected\":true,\"rowGapDesktop\":0,\"isBlockRootParent\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-28eba5dd alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/advanced-heading {\"block_id\":\"553b59dc\",\"classMigrate\":true,\"headingDescToggle\":true,\"headingAlign\":\"center\",\"headingAlignMobile\":\"left\",\"subHeadingColor\":\"\",\"headSpace\":20,\"subHeadFontSize\":16,\"blockBottomPadding\":20} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-553b59dc\"><h2 class=\"uagb-heading-text\">What Our Guests Say​</h2><p class=\"uagb-desc-text\">We take pride in serving our guests the best experience. </p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/container {\"block_id\":\"fc88a304\",\"directionDesktop\":\"row\",\"topMarginDesktop\":40,\"bottomMarginDesktop\":0,\"leftMarginDesktop\":0,\"rightMarginDesktop\":0,\"marginLink\":false,\"variationSelected\":true,\"rowGapMobile\":40,\"columnGapDesktop\":90} -->\n<div class=\"wp-block-uagb-container uagb-block-fc88a304\"><!-- wp:uagb/container {\"block_id\":\"8a6294f7\",\"widthDesktop\":50,\"variationSelected\":true,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-8a6294f7\"><!-- wp:uagb/testimonial {\"test_item_count\":1,\"classMigrate\":true,\"test_block\":[{\"description\":\"\\u0022Thank you for a most enjoyable weekend stay and for making our anniversary so special.  Thank you for your kind and lovely friendship which we really appreciate!!!\\u0022​\",\"name\":\"\\u003cstrong\\u003eBrenda and Theuns\\u003c/strong\\u003e\",\"company\":\"\",\"image\":{\"id\":119,\"title\":\"testimonial1\",\"filename\":\"testimonial1.jpg\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/testimonial1.jpg\",\"link\":\"https://blueroan.netgen.cloud/testimonial1/\",\"alt\":\"\",\"author\":\"34\",\"description\":\"\",\"caption\":\"\",\"name\":\"testimonial1\",\"status\":\"inherit\",\"uploadedTo\":0,\"date\":\"2021-05-11T05:02:02.000Z\",\"modified\":\"2021-05-11T05:02:02.000Z\",\"menuOrder\":0,\"mime\":\"image/jpeg\",\"type\":\"image\",\"subtype\":\"jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/default.png\",\"dateFormatted\":\"May 11, 2021\",\"nonces\":{\"update\":\"b92fe40c3d\",\"delete\":\"643c1eb8f1\",\"edit\":\"d3e7d56b1d\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=119\\u0026action=edit\",\"meta\":false,\"authorName\":\"Rishabh\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/user-edit.php?user_id=34\",\"filesizeInBytes\":11264,\"filesizeHumanReadable\":\"11 KB\",\"context\":\"\",\"height\":250,\"width\":250,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/testimonial1-150x150.jpg\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/testimonial1.jpg\",\"height\":250,\"width\":250,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}}}],\"headingAlign\":\"left\",\"headingAlignTablet\":\"left\",\"headingAlignMobile\":\"left\",\"descColor\":\"var(\\u002d\\u002dast-global-color-3)\",\"nameFontSize\":14,\"nameLineHeight\":1,\"descFontSize\":16,\"descFontWeight\":\"600\",\"nameSpace\":1,\"block_id\":\"73474158\",\"iconImage\":{\"url\":\"\",\"alt\":\"InfoBox placeholder img\"},\"imageWidth\":32,\"columnGap\":1,\"borderStyle\":\"\",\"paddingTop\":0,\"paddingBottom\":0,\"paddingLeft\":0,\"paddingRight\":0,\"spacingLink\":true,\"imgpaddingTop\":0,\"imgpaddingRight\":15,\"imgpaddingBottom\":0,\"imgpaddingLeft\":0,\"overallBorderStyle\":\"none\",\"imgTagHeight\":32,\"imgTagWidth\":150} -->\n<div class=\"wp-block-uagb-testimonial uagb-slick-carousel uagb-tm__arrow-outside uagb-block-73474158 uagb-post__carousel_notset uagb-post__carousel_notset-tablet uagb-post__carousel_notset-mobile\"><div class=\"is-carousel uagb-tm__columns-1 uagb-tm__items\"><div class=\"uagb-testimonial__wrap  uagb-tm__imgicon-style-circle uagb-tm__image-position-bottom uagb-tm__bg-type-none \"><div class=\"uagb-tm__content\"><div class=\"uagb-tm__overlay\"></div><div class=\"uagb-tm__text-wrap\"><div class=\"uagb-tm__desc\">\"Thank you for a most enjoyable weekend stay and for making our anniversary so special.  Thank you for your kind and lovely friendship which we really appreciate!!!\"​</div><div class=\"uagb-tm__meta-inner\"><div class=\"uagb-tm__image-content\"><div class=\"uagb-tm__image\"><img class=\"uagb-tm-img-src\" src=\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/testimonial1-150x150.jpg\" alt=\"\" width=\"32\" height=\"32\" loading=\"lazy\"/></div></div><div class=\"uagb-testimonial-details\"><span class=\"uagb-tm__author-name\"><strong>Brenda and Theuns</strong></span><span class=\"uagb-tm__company\"></span></div></div></div></div></div></div></div>\n<!-- /wp:uagb/testimonial -->\n\n<!-- wp:uagb/testimonial {\"test_item_count\":1,\"classMigrate\":true,\"test_block\":[{\"description\":\"\\u0022Breaking away from city life and coming out to a most wonderful romantic weekend away.  The unit is so comfortable.  Thank you for your great hospitality - we had an awesome time here.  Go well - with love\\u0022​\",\"name\":\"\\u003cstrong\\u003e\\u003cstrong\\u003e\\u003cstrong\\u003eLiz \\u0026amp; Eddie\\u003c/strong\\u003e\\u003c/strong\\u003e\\u003c/strong\\u003e\",\"company\":\"\",\"image\":{\"id\":122,\"title\":\"testimonial4\",\"filename\":\"testimonial4.jpg\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/testimonial4.jpg\",\"link\":\"https://blueroan.netgen.cloud/testimonial4/\",\"alt\":\"\",\"author\":\"34\",\"description\":\"\",\"caption\":\"\",\"name\":\"testimonial4\",\"status\":\"inherit\",\"uploadedTo\":0,\"date\":\"2021-05-11T05:02:06.000Z\",\"modified\":\"2021-05-11T05:02:06.000Z\",\"menuOrder\":0,\"mime\":\"image/jpeg\",\"type\":\"image\",\"subtype\":\"jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/default.png\",\"dateFormatted\":\"May 11, 2021\",\"nonces\":{\"update\":\"4e34860add\",\"delete\":\"9e126a55cd\",\"edit\":\"33ffd3c040\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=122\\u0026action=edit\",\"meta\":false,\"authorName\":\"Rishabh\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/user-edit.php?user_id=34\",\"filesizeInBytes\":16584,\"filesizeHumanReadable\":\"16 KB\",\"context\":\"\",\"height\":250,\"width\":250,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/testimonial4-150x150.jpg\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/testimonial4.jpg\",\"height\":250,\"width\":250,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}}}],\"headingAlign\":\"left\",\"headingAlignTablet\":\"left\",\"headingAlignMobile\":\"left\",\"descColor\":\"var(\\u002d\\u002dast-global-color-3)\",\"nameFontSize\":14,\"nameLineHeight\":1,\"descFontSize\":16,\"descFontWeight\":\"600\",\"nameSpace\":1,\"block_id\":\"65e4e196\",\"iconImage\":{\"url\":\"\",\"alt\":\"InfoBox placeholder img\"},\"imageWidth\":32,\"columnGap\":1,\"borderStyle\":\"\",\"paddingTop\":0,\"paddingBottom\":0,\"paddingLeft\":0,\"paddingRight\":0,\"spacingLink\":true,\"imgpaddingTop\":0,\"imgpaddingRight\":15,\"imgpaddingBottom\":0,\"imgpaddingLeft\":0,\"overallBorderStyle\":\"none\",\"imgTagHeight\":32,\"imgTagWidth\":150} -->\n<div class=\"wp-block-uagb-testimonial uagb-slick-carousel uagb-tm__arrow-outside uagb-block-65e4e196 uagb-post__carousel_notset uagb-post__carousel_notset-tablet uagb-post__carousel_notset-mobile\"><div class=\"is-carousel uagb-tm__columns-1 uagb-tm__items\"><div class=\"uagb-testimonial__wrap  uagb-tm__imgicon-style-circle uagb-tm__image-position-bottom uagb-tm__bg-type-none \"><div class=\"uagb-tm__content\"><div class=\"uagb-tm__overlay\"></div><div class=\"uagb-tm__text-wrap\"><div class=\"uagb-tm__desc\">\"Breaking away from city life and coming out to a most wonderful romantic weekend away.  The unit is so comfortable.  Thank you for your great hospitality - we had an awesome time here.  Go well - with love\"​</div><div class=\"uagb-tm__meta-inner\"><div class=\"uagb-tm__image-content\"><div class=\"uagb-tm__image\"><img class=\"uagb-tm-img-src\" src=\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/testimonial4-150x150.jpg\" alt=\"\" width=\"32\" height=\"32\" loading=\"lazy\"/></div></div><div class=\"uagb-testimonial-details\"><span class=\"uagb-tm__author-name\"><strong><strong><strong>Liz &amp; Eddie</strong></strong></strong></span><span class=\"uagb-tm__company\"></span></div></div></div></div></div></div></div>\n<!-- /wp:uagb/testimonial --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"2bdcb6d1\",\"widthDesktop\":50,\"variationSelected\":true,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-2bdcb6d1\"><!-- wp:uagb/testimonial {\"test_item_count\":1,\"classMigrate\":true,\"test_block\":[{\"description\":\"\\u0022Judy, what a wonderful place you have here - we were so delighted to spend the weekend here, so tranquil, peaceful, and beautiful. You made us feel right at home. Definitely a place worth 5 stars! Go well.\\u0022​\",\"name\":\"\\u003cstrong\\u003e\\u003cstrong\\u003eBrian\\u003c/strong\\u003e\\u003c/strong\\u003e \\u003cstrong\\u003e\\u003cstrong\\u003e\\u003cstrong\\u003eand \\u003cstrong\\u003eMariska\\u003c/strong\\u003e\\u003c/strong\\u003e\\u003cbr\\u003e\\u003c/strong\\u003e\\u003c/strong\\u003e\",\"company\":\"\",\"image\":{\"id\":120,\"title\":\"testimonial2\",\"filename\":\"testimonial2.jpg\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/testimonial2.jpg\",\"link\":\"https://blueroan.netgen.cloud/testimonial2/\",\"alt\":\"\",\"author\":\"34\",\"description\":\"\",\"caption\":\"\",\"name\":\"testimonial2\",\"status\":\"inherit\",\"uploadedTo\":0,\"date\":\"2021-05-11T05:02:03.000Z\",\"modified\":\"2021-05-11T05:02:03.000Z\",\"menuOrder\":0,\"mime\":\"image/jpeg\",\"type\":\"image\",\"subtype\":\"jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/default.png\",\"dateFormatted\":\"May 11, 2021\",\"nonces\":{\"update\":\"1ee6412858\",\"delete\":\"4414a2ccbf\",\"edit\":\"bde7b1f490\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=120\\u0026action=edit\",\"meta\":false,\"authorName\":\"Rishabh\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/user-edit.php?user_id=34\",\"filesizeInBytes\":10087,\"filesizeHumanReadable\":\"10 KB\",\"context\":\"\",\"height\":250,\"width\":250,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/testimonial2-150x150.jpg\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/testimonial2.jpg\",\"height\":250,\"width\":250,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}}}],\"headingAlign\":\"left\",\"headingAlignTablet\":\"left\",\"headingAlignMobile\":\"left\",\"descColor\":\"var(\\u002d\\u002dast-global-color-3)\",\"nameFontSize\":14,\"nameLineHeight\":1,\"descFontSize\":16,\"descFontWeight\":\"600\",\"nameSpace\":1,\"block_id\":\"a62a3c9d\",\"iconImage\":{\"url\":\"\",\"alt\":\"InfoBox placeholder img\"},\"imageWidth\":32,\"columnGap\":1,\"borderStyle\":\"\",\"paddingTop\":0,\"paddingBottom\":0,\"paddingLeft\":0,\"paddingRight\":0,\"spacingLink\":true,\"imgpaddingTop\":0,\"imgpaddingRight\":15,\"imgpaddingBottom\":0,\"imgpaddingLeft\":0,\"overallBorderStyle\":\"none\",\"imgTagHeight\":32,\"imgTagWidth\":150} -->\n<div class=\"wp-block-uagb-testimonial uagb-slick-carousel uagb-tm__arrow-outside uagb-block-a62a3c9d uagb-post__carousel_notset uagb-post__carousel_notset-tablet uagb-post__carousel_notset-mobile\"><div class=\"is-carousel uagb-tm__columns-1 uagb-tm__items\"><div class=\"uagb-testimonial__wrap  uagb-tm__imgicon-style-circle uagb-tm__image-position-bottom uagb-tm__bg-type-none \"><div class=\"uagb-tm__content\"><div class=\"uagb-tm__overlay\"></div><div class=\"uagb-tm__text-wrap\"><div class=\"uagb-tm__desc\">\"Judy, what a wonderful place you have here - we were so delighted to spend the weekend here, so tranquil, peaceful, and beautiful. You made us feel right at home. Definitely a place worth 5 stars! Go well.\"​</div><div class=\"uagb-tm__meta-inner\"><div class=\"uagb-tm__image-content\"><div class=\"uagb-tm__image\"><img class=\"uagb-tm-img-src\" src=\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/testimonial2-150x150.jpg\" alt=\"\" width=\"32\" height=\"32\" loading=\"lazy\"/></div></div><div class=\"uagb-testimonial-details\"><span class=\"uagb-tm__author-name\"><strong><strong>Brian</strong></strong> <strong><strong><strong>and <strong>Mariska</strong></strong><br></strong></strong></span><span class=\"uagb-tm__company\"></span></div></div></div></div></div></div></div>\n<!-- /wp:uagb/testimonial -->\n\n<!-- wp:uagb/testimonial {\"test_item_count\":1,\"classMigrate\":true,\"test_block\":[{\"description\":\"\\u0022Thank you for the most wonderful time, Judy!  This was the most peaceful and perfect place to get engaged!  We will most certainly be back!!!  Your hospitality cannot be topped!\\u0022​\",\"name\":\"\\u003cstrong\\u003e\\u003cstrong\\u003e\\u003cstrong\\u003e\\u003cstrong\\u003eBrett and Kelly\\u003c/strong\\u003e\\u003c/strong\\u003e\\u003c/strong\\u003e\\u003c/strong\\u003e\",\"company\":\"\",\"image\":{\"id\":121,\"title\":\"testimonial3\",\"filename\":\"testimonial3.jpg\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/testimonial3.jpg\",\"link\":\"https://blueroan.netgen.cloud/testimonial3/\",\"alt\":\"\",\"author\":\"34\",\"description\":\"\",\"caption\":\"\",\"name\":\"testimonial3\",\"status\":\"inherit\",\"uploadedTo\":0,\"date\":\"2021-05-11T05:02:05.000Z\",\"modified\":\"2021-05-11T05:02:05.000Z\",\"menuOrder\":0,\"mime\":\"image/jpeg\",\"type\":\"image\",\"subtype\":\"jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/default.png\",\"dateFormatted\":\"May 11, 2021\",\"nonces\":{\"update\":\"290653da5d\",\"delete\":\"90a4fb2d63\",\"edit\":\"ff8a64e56e\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=121\\u0026action=edit\",\"meta\":false,\"authorName\":\"Rishabh\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/user-edit.php?user_id=34\",\"filesizeInBytes\":8748,\"filesizeHumanReadable\":\"9 KB\",\"context\":\"\",\"height\":250,\"width\":250,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/testimonial3-150x150.jpg\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/testimonial3.jpg\",\"height\":250,\"width\":250,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}}}],\"headingAlign\":\"left\",\"headingAlignTablet\":\"left\",\"headingAlignMobile\":\"left\",\"descColor\":\"var(\\u002d\\u002dast-global-color-3)\",\"nameFontSize\":14,\"nameLineHeight\":1,\"descFontSize\":16,\"descFontWeight\":\"600\",\"nameSpace\":1,\"block_id\":\"bf97b7ab\",\"iconImage\":{\"url\":\"\",\"alt\":\"InfoBox placeholder img\"},\"imageWidth\":32,\"columnGap\":1,\"borderStyle\":\"\",\"paddingTop\":0,\"paddingBottom\":0,\"paddingLeft\":0,\"paddingRight\":0,\"spacingLink\":true,\"imgpaddingTop\":0,\"imgpaddingRight\":15,\"imgpaddingBottom\":0,\"imgpaddingLeft\":0,\"overallBorderStyle\":\"none\",\"imgTagHeight\":32,\"imgTagWidth\":150} -->\n<div class=\"wp-block-uagb-testimonial uagb-slick-carousel uagb-tm__arrow-outside uagb-block-bf97b7ab uagb-post__carousel_notset uagb-post__carousel_notset-tablet uagb-post__carousel_notset-mobile\"><div class=\"is-carousel uagb-tm__columns-1 uagb-tm__items\"><div class=\"uagb-testimonial__wrap  uagb-tm__imgicon-style-circle uagb-tm__image-position-bottom uagb-tm__bg-type-none \"><div class=\"uagb-tm__content\"><div class=\"uagb-tm__overlay\"></div><div class=\"uagb-tm__text-wrap\"><div class=\"uagb-tm__desc\">\"Thank you for the most wonderful time, Judy!  This was the most peaceful and perfect place to get engaged!  We will most certainly be back!!!  Your hospitality cannot be topped!\"​</div><div class=\"uagb-tm__meta-inner\"><div class=\"uagb-tm__image-content\"><div class=\"uagb-tm__image\"><img class=\"uagb-tm-img-src\" src=\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/testimonial3-150x150.jpg\" alt=\"\" width=\"32\" height=\"32\" loading=\"lazy\"/></div></div><div class=\"uagb-testimonial-details\"><span class=\"uagb-tm__author-name\"><strong><strong><strong><strong>Brett and Kelly</strong></strong></strong></strong></span><span class=\"uagb-tm__company\"></span></div></div></div></div></div></div></div>\n<!-- /wp:uagb/testimonial --></div>\n<!-- /wp:uagb/container --></div>\n<!-- /wp:uagb/container --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"0598e6ab\",\"innerContentCustomWidthDesktop\":781,\"innerContentCustomWidthTablet\":781,\"backgroundType\":\"image\",\"backgroundImageDesktop\":{\"id\":809,\"title\":\"26759994757_767d9794fd_b\",\"filename\":\"26759994757_767d9794fd_b.jpg\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/26759994757_767d9794fd_b.jpg\",\"link\":\"https://blueroan.netgen.cloud/?attachment_id=809\",\"alt\":\"\",\"author\":\"2\",\"description\":\"\",\"caption\":\"\",\"name\":\"26759994757_767d9794fd_b\",\"status\":\"inherit\",\"uploadedTo\":805,\"date\":\"2022-12-13T09:51:53.000Z\",\"modified\":\"2022-12-13T09:51:53.000Z\",\"menuOrder\":0,\"mime\":\"image/jpeg\",\"type\":\"image\",\"subtype\":\"jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-includes/images/media/default.png\",\"dateFormatted\":\"December 13, 2022\",\"nonces\":{\"update\":\"39b5c0eef1\",\"delete\":\"fde92abd83\",\"edit\":\"3923face9e\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=809\\u0026action=edit\",\"meta\":false,\"authorName\":\"Netgen Support\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/profile.php\",\"uploadedToTitle\":\"Magaliesburg\",\"uploadedToLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=805\\u0026action=edit\",\"filesizeInBytes\":143610,\"filesizeHumanReadable\":\"140 KB\",\"context\":\"\",\"height\":683,\"width\":1024,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/26759994757_767d9794fd_b-150x150.jpg\",\"orientation\":\"landscape\"},\"medium\":{\"height\":200,\"width\":300,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/26759994757_767d9794fd_b-300x200.jpg\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/26759994757_767d9794fd_b.jpg\",\"height\":683,\"width\":1024,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"backgroundImageColor\":\"rgba(42,42,42,0.65)\",\"topPaddingDesktop\":144,\"bottomPaddingDesktop\":144,\"leftPaddingDesktop\":40,\"rightPaddingDesktop\":40,\"topPaddingTablet\":80,\"bottomPaddingTablet\":80,\"leftPaddingTablet\":40,\"rightPaddingTablet\":40,\"topPaddingMobile\":64,\"bottomPaddingMobile\":64,\"leftPaddingMobile\":24,\"rightPaddingMobile\":24,\"paddingLink\":false,\"variationSelected\":true,\"isBlockRootParent\":true,\"overlayType\":\"color\"} -->\n<div class=\"wp-block-uagb-container uagb-block-0598e6ab alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/advanced-heading {\"block_id\":\"e440f09b\",\"classMigrate\":true,\"headingDescToggle\":true,\"headingAlign\":\"center\",\"headingColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"subHeadingColor\":\"var(\\u002d\\u002dast-global-color-4)\",\"headSpace\":20} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-e440f09b\"><h2 class=\"uagb-heading-text\">Plan an Unforgettable Experience at <br>Blue Roan!</h2><p class=\"uagb-desc-text\">Blue Roan is a 4-star graded pet-friendly venue</p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/advanced-heading {\"block_id\":\"e8bfec53\",\"classMigrate\":true,\"headingTitleToggle\":false,\"headingDescToggle\":true,\"headingAlign\":\"center\",\"subHeadingColor\":\"var(\\u002d\\u002dast-global-color-4)\",\"subHeadTransform\":\"uppercase\",\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"subHeadLetterSpacing\":2,\"blockTopPadding\":60,\"blockRightPadding\":0,\"blockLeftPadding\":0,\"blockBottomPadding\":0,\"blockTopPaddingMobile\":30,\"blockRightPaddingMobile\":0,\"blockLeftPaddingMobile\":0,\"blockBottomPaddingMobile\":0} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-e8bfec53\"><p class=\"uagb-desc-text\">BOOK YOUR STAY NOW​</p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/icon-list {\"block_id\":\"66c0202e\",\"classMigrate\":true,\"childMigrate\":true,\"align\":\"center\",\"parentIcon\":\"phone\",\"size\":40,\"sizeMobile\":24,\"sizeTablet\":32,\"fontSize\":48,\"fontSizeMobile\":28,\"fontSizeTablet\":40,\"fontWeight\":\"600\",\"iconColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"labelColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"blockTopPadding\":0,\"blockRightPadding\":0,\"blockLeftPadding\":0,\"blockBottomPadding\":24,\"blockPaddingLink\":false} -->\n<div class=\"wp-block-uagb-icon-list uagb-block-66c0202e\"><div class=\"uagb-icon-list__wrap\"><!-- wp:uagb/icon-list-child {\"block_id\":\"3e22b66b\",\"label\":\" + 27 (0) 82 575 5409\",\"label_color\":\"\",\"link\":\"tel:+27825755409\",\"disableLink\":true,\"fromParentIcon\":\"phone\",\"imageSizeChild\":40} -->\n<div class=\"wp-block-uagb-icon-list-child uagb-block-3e22b66b\"><a target=\"_self\" aria-label=\" + 27 (0) 82 575 5409\" rel=\"noopener noreferrer\" href=\"tel:+27825755409\"> </a><span class=\"uagb-icon-list__source-wrap\"><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M511.2 387l-23.25 100.8c-3.266 14.25-15.79 24.22-30.46 24.22C205.2 512 0 306.8 0 54.5c0-14.66 9.969-27.2 24.22-30.45l100.8-23.25C139.7-2.602 154.7 5.018 160.8 18.92l46.52 108.5c5.438 12.78 1.77 27.67-8.98 36.45L144.5 207.1c33.98 69.22 90.26 125.5 159.5 159.5l44.08-53.8c8.688-10.78 23.69-14.51 36.47-8.975l108.5 46.51C506.1 357.2 514.6 372.4 511.2 387z\"></path></svg></span><span class=\"uagb-icon-list__label\"> + 27 (0) 82 575 5409</span></div>\n<!-- /wp:uagb/icon-list-child -->\n\n<!-- wp:uagb/icon-list-child {\"block_id\":\"674c6076\",\"label\":\"blueroan@ugo.co.za\",\"icon\":\"envelope\",\"label_color\":\"\",\"link\":\"mailto:blueroan@ugo.co.za\",\"disableLink\":true,\"fromParentIcon\":\"phone\",\"imageSizeChild\":40} -->\n<div class=\"wp-block-uagb-icon-list-child uagb-block-674c6076\"><a target=\"_self\" aria-label=\"blueroan@ugo.co.za\" rel=\"noopener noreferrer\" href=\"mailto:blueroan@ugo.co.za\"> </a><span class=\"uagb-icon-list__source-wrap\"><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M464 64C490.5 64 512 85.49 512 112C512 127.1 504.9 141.3 492.8 150.4L275.2 313.6C263.8 322.1 248.2 322.1 236.8 313.6L19.2 150.4C7.113 141.3 0 127.1 0 112C0 85.49 21.49 64 48 64H464zM217.6 339.2C240.4 356.3 271.6 356.3 294.4 339.2L512 176V384C512 419.3 483.3 448 448 448H64C28.65 448 0 419.3 0 384V176L217.6 339.2z\"></path></svg></span><span class=\"uagb-icon-list__label\">blueroan@ugo.co.za</span></div>\n<!-- /wp:uagb/icon-list-child --></div></div>\n<!-- /wp:uagb/icon-list --></div></div>\n<!-- /wp:uagb/container -->',	'Home',	'',	'inherit',	'closed',	'closed',	'',	'760-revision-v1',	'',	'',	'2022-12-14 08:06:33',	'2022-12-14 08:06:33',	'',	760,	'https://blueroan.netgen.cloud/?p=942',	0,	'revision',	'',	0),
(943,	2,	'2022-12-14 08:11:28',	'2022-12-14 08:11:28',	'<!-- wp:cover {\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAA39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba-2.png\",\"id\":920,\"dimRatio\":75,\"overlayColor\":\"ast-global-color-1\",\"minHeight\":500,\"align\":\"full\"} -->\n<div class=\"wp-block-cover alignfull\" style=\"min-height:500px\"><span aria-hidden=\"true\" class=\"wp-block-cover__background has-ast-global-color-1-background-color has-background-dim-80 has-background-dim\"></span><img class=\"wp-block-cover__image-background wp-image-920\" alt=\"\" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAA39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba-2.png\" data-object-fit=\"cover\"/><div class=\"wp-block-cover__inner-container\"><!-- wp:spacer {\"height\":\"150px\"} -->\n<div style=\"height:150px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:columns {\"verticalAlignment\":\"bottom\",\"align\":\"wide\"} -->\n<div class=\"wp-block-columns alignwide are-vertically-aligned-bottom\"><!-- wp:column {\"verticalAlignment\":\"bottom\",\"width\":\"66.66%\"} -->\n<div class=\"wp-block-column is-vertically-aligned-bottom\" style=\"flex-basis:66.66%\"><!-- wp:heading {\"level\":1} -->\n<h1>FAQs</h1>\n<!-- /wp:heading --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"verticalAlignment\":\"bottom\",\"width\":\"33.33%\"} -->\n<div class=\"wp-block-column is-vertically-aligned-bottom\" style=\"flex-basis:33.33%\"><!-- wp:heading {\"level\":3,\"textColor\":\"white\"} -->\n<h3 class=\"has-white-color has-text-color\"><br><a href=\"tel:+27825755409\">+ 27 (0) 82 575 5409</a></h3>\n<!-- /wp:heading --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div></div>\n<!-- /wp:cover -->\n\n<!-- wp:cover {\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/26759994757_767d9794fd_b.jpg\",\"id\":809,\"hasParallax\":true,\"dimRatio\":25,\"overlayColor\":\"black\",\"minHeight\":700,\"isDark\":false,\"align\":\"full\"} -->\n<div class=\"wp-block-cover alignfull is-light has-parallax\" style=\"min-height:700px\"><span aria-hidden=\"true\" class=\"wp-block-cover__background has-black-background-color has-background-dim-30 has-background-dim\"></span><div role=\"img\" class=\"wp-block-cover__image-background wp-image-809 has-parallax\" style=\"background-position:50% 50%;background-image:url(https://blueroan.netgen.cloud/wp-content/uploads/2022/12/26759994757_767d9794fd_b.jpg)\"></div><div class=\"wp-block-cover__inner-container\"><!-- wp:group {\"align\":\"wide\",\"backgroundColor\":\"ast-global-color-5\",\"layout\":{\"inherit\":true,\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group alignwide has-ast-global-color-5-background-color has-background\"><!-- wp:heading {\"textColor\":\"ast-global-color-2\"} -->\n<h2 class=\"has-ast-global-color-2-color has-text-color\">Frequently Asked Questions</h2>\n<!-- /wp:heading -->\n\n<!-- wp:heading {\"level\":5,\"textColor\":\"ast-global-color-2\"} -->\n<h5 class=\"has-ast-global-color-2-color has-text-color\">Will replacement windows aptent taciti sociosqu ad litora?​</h5>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph {\"textColor\":\"ast-global-color-3\"} -->\n<p class=\"has-ast-global-color-3-color has-text-color\">Duis sed odio sit amet nibh vulputate cursus a sit amet mauris. Morbi accumsan ipsum velit. Nam nec tellus a odio tincidunt auctor a ornare odio.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":5,\"textColor\":\"ast-global-color-2\"} -->\n<h5 class=\"has-ast-global-color-2-color has-text-color\">Do your windows and doors have warranty?​</h5>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph {\"textColor\":\"ast-global-color-3\"} -->\n<p class=\"has-ast-global-color-3-color has-text-color\">Duis sed odio sit amet nibh vulputate cursus a sit amet mauris. Morbi accumsan ipsum velit. Nam nec tellus a odio tincidunt auctor a ornare odio.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":5,\"textColor\":\"ast-global-color-2\"} -->\n<h5 class=\"has-ast-global-color-2-color has-text-color\">What is the difference between condimentum sit amet?​</h5>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph {\"textColor\":\"ast-global-color-3\"} -->\n<p class=\"has-ast-global-color-3-color has-text-color\">Duis sed odio sit amet nibh vulputate cursus a sit amet mauris. Morbi accumsan ipsum velit. Nam nec tellus a odio tincidunt auctor a ornare odio.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":5,\"textColor\":\"ast-global-color-2\"} -->\n<h5 class=\"has-ast-global-color-2-color has-text-color\">What is the price difference velit mauris egestas?​</h5>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph {\"textColor\":\"ast-global-color-3\"} -->\n<p class=\"has-ast-global-color-3-color has-text-color\">Duis sed odio sit amet nibh vulputate cursus a sit amet mauris. Morbi accumsan ipsum velit. Nam nec tellus a odio tincidunt auctor a ornare odio.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:group --></div></div>\n<!-- /wp:cover -->\n\n<!-- wp:cover {\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Blue-roan-pool-01.jpg\",\"id\":782,\"dimRatio\":65,\"overlayColor\":\"ast-global-color-2\",\"focalPoint\":{\"x\":0.51,\"y\":0.69},\"minHeight\":500,\"align\":\"full\"} -->\n<div class=\"wp-block-cover alignfull\" style=\"min-height:500px\"><span aria-hidden=\"true\" class=\"wp-block-cover__background has-ast-global-color-2-background-color has-background-dim-70 has-background-dim\"></span><img class=\"wp-block-cover__image-background wp-image-782\" alt=\"\" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Blue-roan-pool-01.jpg\" style=\"object-position:51% 69%\" data-object-fit=\"cover\" data-object-position=\"51% 69%\"/><div class=\"wp-block-cover__inner-container\"><!-- wp:columns {\"verticalAlignment\":\"center\",\"align\":\"wide\"} -->\n<div class=\"wp-block-columns alignwide are-vertically-aligned-center\"><!-- wp:column {\"verticalAlignment\":\"center\",\"width\":\"66.66%\"} -->\n<div class=\"wp-block-column is-vertically-aligned-center\" style=\"flex-basis:66.66%\"><!-- wp:heading {\"textColor\":\"white\"} -->\n<h2 class=\"has-white-color has-text-color\">Sleep in Absolute Peace Wake up to Bright Sunshine</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph {\"textColor\":\"white\"} -->\n<p class=\"has-white-color has-text-color\">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:buttons -->\n<div class=\"wp-block-buttons\"><!-- wp:button -->\n<div class=\"wp-block-button\"><a class=\"wp-block-button__link wp-element-button\">Get Free Estimate</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"verticalAlignment\":\"center\",\"width\":\"33.33%\"} -->\n<div class=\"wp-block-column is-vertically-aligned-center\" style=\"flex-basis:33.33%\"></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div></div>\n<!-- /wp:cover -->',	'FAQs',	'',	'inherit',	'closed',	'closed',	'',	'933-revision-v1',	'',	'',	'2022-12-14 08:11:28',	'2022-12-14 08:11:28',	'',	933,	'https://blueroan.netgen.cloud/?p=943',	0,	'revision',	'',	0),
(944,	2,	'2022-12-14 08:11:55',	'2022-12-14 08:11:55',	'<!-- wp:cover {\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAA39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba-2.png\",\"id\":920,\"dimRatio\":75,\"overlayColor\":\"ast-global-color-1\",\"minHeight\":500,\"align\":\"full\"} -->\n<div class=\"wp-block-cover alignfull\" style=\"min-height:500px\"><span aria-hidden=\"true\" class=\"wp-block-cover__background has-ast-global-color-1-background-color has-background-dim-80 has-background-dim\"></span><img class=\"wp-block-cover__image-background wp-image-920\" alt=\"\" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAA39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba-2.png\" data-object-fit=\"cover\"/><div class=\"wp-block-cover__inner-container\"><!-- wp:spacer {\"height\":\"150px\"} -->\n<div style=\"height:150px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:columns {\"verticalAlignment\":\"bottom\",\"align\":\"wide\"} -->\n<div class=\"wp-block-columns alignwide are-vertically-aligned-bottom\"><!-- wp:column {\"verticalAlignment\":\"bottom\",\"width\":\"66.66%\"} -->\n<div class=\"wp-block-column is-vertically-aligned-bottom\" style=\"flex-basis:66.66%\"><!-- wp:heading {\"level\":1} -->\n<h1>FAQs</h1>\n<!-- /wp:heading --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"verticalAlignment\":\"bottom\",\"width\":\"33.33%\"} -->\n<div class=\"wp-block-column is-vertically-aligned-bottom\" style=\"flex-basis:33.33%\"><!-- wp:heading {\"level\":3} -->\n<h3><br><a href=\"tel:+27825755409\">+ 27 (0) 82 575 5409</a></h3>\n<!-- /wp:heading --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div></div>\n<!-- /wp:cover -->\n\n<!-- wp:cover {\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/26759994757_767d9794fd_b.jpg\",\"id\":809,\"hasParallax\":true,\"dimRatio\":25,\"overlayColor\":\"black\",\"minHeight\":700,\"isDark\":false,\"align\":\"full\"} -->\n<div class=\"wp-block-cover alignfull is-light has-parallax\" style=\"min-height:700px\"><span aria-hidden=\"true\" class=\"wp-block-cover__background has-black-background-color has-background-dim-30 has-background-dim\"></span><div role=\"img\" class=\"wp-block-cover__image-background wp-image-809 has-parallax\" style=\"background-position:50% 50%;background-image:url(https://blueroan.netgen.cloud/wp-content/uploads/2022/12/26759994757_767d9794fd_b.jpg)\"></div><div class=\"wp-block-cover__inner-container\"><!-- wp:group {\"align\":\"wide\",\"backgroundColor\":\"ast-global-color-5\",\"layout\":{\"inherit\":true,\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group alignwide has-ast-global-color-5-background-color has-background\"><!-- wp:heading {\"textColor\":\"ast-global-color-2\"} -->\n<h2 class=\"has-ast-global-color-2-color has-text-color\">Frequently Asked Questions</h2>\n<!-- /wp:heading -->\n\n<!-- wp:heading {\"level\":5,\"textColor\":\"ast-global-color-2\"} -->\n<h5 class=\"has-ast-global-color-2-color has-text-color\">Will replacement windows aptent taciti sociosqu ad litora?​</h5>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph {\"textColor\":\"ast-global-color-3\"} -->\n<p class=\"has-ast-global-color-3-color has-text-color\">Duis sed odio sit amet nibh vulputate cursus a sit amet mauris. Morbi accumsan ipsum velit. Nam nec tellus a odio tincidunt auctor a ornare odio.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":5,\"textColor\":\"ast-global-color-2\"} -->\n<h5 class=\"has-ast-global-color-2-color has-text-color\">Do your windows and doors have warranty?​</h5>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph {\"textColor\":\"ast-global-color-3\"} -->\n<p class=\"has-ast-global-color-3-color has-text-color\">Duis sed odio sit amet nibh vulputate cursus a sit amet mauris. Morbi accumsan ipsum velit. Nam nec tellus a odio tincidunt auctor a ornare odio.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":5,\"textColor\":\"ast-global-color-2\"} -->\n<h5 class=\"has-ast-global-color-2-color has-text-color\">What is the difference between condimentum sit amet?​</h5>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph {\"textColor\":\"ast-global-color-3\"} -->\n<p class=\"has-ast-global-color-3-color has-text-color\">Duis sed odio sit amet nibh vulputate cursus a sit amet mauris. Morbi accumsan ipsum velit. Nam nec tellus a odio tincidunt auctor a ornare odio.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":5,\"textColor\":\"ast-global-color-2\"} -->\n<h5 class=\"has-ast-global-color-2-color has-text-color\">What is the price difference velit mauris egestas?​</h5>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph {\"textColor\":\"ast-global-color-3\"} -->\n<p class=\"has-ast-global-color-3-color has-text-color\">Duis sed odio sit amet nibh vulputate cursus a sit amet mauris. Morbi accumsan ipsum velit. Nam nec tellus a odio tincidunt auctor a ornare odio.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:group --></div></div>\n<!-- /wp:cover -->\n\n<!-- wp:cover {\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Blue-roan-pool-01.jpg\",\"id\":782,\"dimRatio\":65,\"overlayColor\":\"ast-global-color-2\",\"focalPoint\":{\"x\":0.51,\"y\":0.69},\"minHeight\":500,\"align\":\"full\"} -->\n<div class=\"wp-block-cover alignfull\" style=\"min-height:500px\"><span aria-hidden=\"true\" class=\"wp-block-cover__background has-ast-global-color-2-background-color has-background-dim-70 has-background-dim\"></span><img class=\"wp-block-cover__image-background wp-image-782\" alt=\"\" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Blue-roan-pool-01.jpg\" style=\"object-position:51% 69%\" data-object-fit=\"cover\" data-object-position=\"51% 69%\"/><div class=\"wp-block-cover__inner-container\"><!-- wp:columns {\"verticalAlignment\":\"center\",\"align\":\"wide\"} -->\n<div class=\"wp-block-columns alignwide are-vertically-aligned-center\"><!-- wp:column {\"verticalAlignment\":\"center\",\"width\":\"66.66%\"} -->\n<div class=\"wp-block-column is-vertically-aligned-center\" style=\"flex-basis:66.66%\"><!-- wp:heading {\"textColor\":\"white\"} -->\n<h2 class=\"has-white-color has-text-color\">Sleep in Absolute Peace Wake up to Bright Sunshine</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph {\"textColor\":\"white\"} -->\n<p class=\"has-white-color has-text-color\">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:buttons -->\n<div class=\"wp-block-buttons\"><!-- wp:button -->\n<div class=\"wp-block-button\"><a class=\"wp-block-button__link wp-element-button\">Get Free Estimate</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"verticalAlignment\":\"center\",\"width\":\"33.33%\"} -->\n<div class=\"wp-block-column is-vertically-aligned-center\" style=\"flex-basis:33.33%\"></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div></div>\n<!-- /wp:cover -->',	'FAQs',	'',	'inherit',	'closed',	'closed',	'',	'933-revision-v1',	'',	'',	'2022-12-14 08:11:55',	'2022-12-14 08:11:55',	'',	933,	'https://blueroan.netgen.cloud/?p=944',	0,	'revision',	'',	0),
(945,	2,	'2022-12-14 08:12:27',	'2022-12-14 08:12:27',	'<!-- wp:cover {\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAA39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba-2.png\",\"id\":920,\"dimRatio\":50,\"overlayColor\":\"ast-global-color-1\",\"minHeight\":500,\"isDark\":false,\"align\":\"full\"} -->\n<div class=\"wp-block-cover alignfull is-light\" style=\"min-height:500px\"><span aria-hidden=\"true\" class=\"wp-block-cover__background has-ast-global-color-1-background-color has-background-dim\"></span><img class=\"wp-block-cover__image-background wp-image-920\" alt=\"\" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAA39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba-2.png\" data-object-fit=\"cover\"/><div class=\"wp-block-cover__inner-container\"><!-- wp:spacer {\"height\":\"150px\"} -->\n<div style=\"height:150px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:columns {\"verticalAlignment\":\"bottom\",\"align\":\"wide\"} -->\n<div class=\"wp-block-columns alignwide are-vertically-aligned-bottom\"><!-- wp:column {\"verticalAlignment\":\"bottom\",\"width\":\"66.66%\"} -->\n<div class=\"wp-block-column is-vertically-aligned-bottom\" style=\"flex-basis:66.66%\"><!-- wp:heading {\"level\":1} -->\n<h1>FAQs</h1>\n<!-- /wp:heading --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"verticalAlignment\":\"bottom\",\"width\":\"33.33%\"} -->\n<div class=\"wp-block-column is-vertically-aligned-bottom\" style=\"flex-basis:33.33%\"><!-- wp:heading {\"level\":3} -->\n<h3><br><a href=\"tel:+27825755409\">+ 27 (0) 82 575 5409</a></h3>\n<!-- /wp:heading --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div></div>\n<!-- /wp:cover -->\n\n<!-- wp:cover {\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/26759994757_767d9794fd_b.jpg\",\"id\":809,\"hasParallax\":true,\"dimRatio\":25,\"overlayColor\":\"black\",\"minHeight\":700,\"isDark\":false,\"align\":\"full\"} -->\n<div class=\"wp-block-cover alignfull is-light has-parallax\" style=\"min-height:700px\"><span aria-hidden=\"true\" class=\"wp-block-cover__background has-black-background-color has-background-dim-30 has-background-dim\"></span><div role=\"img\" class=\"wp-block-cover__image-background wp-image-809 has-parallax\" style=\"background-position:50% 50%;background-image:url(https://blueroan.netgen.cloud/wp-content/uploads/2022/12/26759994757_767d9794fd_b.jpg)\"></div><div class=\"wp-block-cover__inner-container\"><!-- wp:group {\"align\":\"wide\",\"backgroundColor\":\"ast-global-color-5\",\"layout\":{\"inherit\":true,\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group alignwide has-ast-global-color-5-background-color has-background\"><!-- wp:heading {\"textColor\":\"ast-global-color-2\"} -->\n<h2 class=\"has-ast-global-color-2-color has-text-color\">Frequently Asked Questions</h2>\n<!-- /wp:heading -->\n\n<!-- wp:heading {\"level\":5,\"textColor\":\"ast-global-color-2\"} -->\n<h5 class=\"has-ast-global-color-2-color has-text-color\">Will replacement windows aptent taciti sociosqu ad litora?​</h5>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph {\"textColor\":\"ast-global-color-3\"} -->\n<p class=\"has-ast-global-color-3-color has-text-color\">Duis sed odio sit amet nibh vulputate cursus a sit amet mauris. Morbi accumsan ipsum velit. Nam nec tellus a odio tincidunt auctor a ornare odio.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":5,\"textColor\":\"ast-global-color-2\"} -->\n<h5 class=\"has-ast-global-color-2-color has-text-color\">Do your windows and doors have warranty?​</h5>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph {\"textColor\":\"ast-global-color-3\"} -->\n<p class=\"has-ast-global-color-3-color has-text-color\">Duis sed odio sit amet nibh vulputate cursus a sit amet mauris. Morbi accumsan ipsum velit. Nam nec tellus a odio tincidunt auctor a ornare odio.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":5,\"textColor\":\"ast-global-color-2\"} -->\n<h5 class=\"has-ast-global-color-2-color has-text-color\">What is the difference between condimentum sit amet?​</h5>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph {\"textColor\":\"ast-global-color-3\"} -->\n<p class=\"has-ast-global-color-3-color has-text-color\">Duis sed odio sit amet nibh vulputate cursus a sit amet mauris. Morbi accumsan ipsum velit. Nam nec tellus a odio tincidunt auctor a ornare odio.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":5,\"textColor\":\"ast-global-color-2\"} -->\n<h5 class=\"has-ast-global-color-2-color has-text-color\">What is the price difference velit mauris egestas?​</h5>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph {\"textColor\":\"ast-global-color-3\"} -->\n<p class=\"has-ast-global-color-3-color has-text-color\">Duis sed odio sit amet nibh vulputate cursus a sit amet mauris. Morbi accumsan ipsum velit. Nam nec tellus a odio tincidunt auctor a ornare odio.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:group --></div></div>\n<!-- /wp:cover -->\n\n<!-- wp:cover {\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Blue-roan-pool-01.jpg\",\"id\":782,\"dimRatio\":65,\"overlayColor\":\"ast-global-color-2\",\"focalPoint\":{\"x\":0.51,\"y\":0.69},\"minHeight\":500,\"align\":\"full\"} -->\n<div class=\"wp-block-cover alignfull\" style=\"min-height:500px\"><span aria-hidden=\"true\" class=\"wp-block-cover__background has-ast-global-color-2-background-color has-background-dim-70 has-background-dim\"></span><img class=\"wp-block-cover__image-background wp-image-782\" alt=\"\" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Blue-roan-pool-01.jpg\" style=\"object-position:51% 69%\" data-object-fit=\"cover\" data-object-position=\"51% 69%\"/><div class=\"wp-block-cover__inner-container\"><!-- wp:columns {\"verticalAlignment\":\"center\",\"align\":\"wide\"} -->\n<div class=\"wp-block-columns alignwide are-vertically-aligned-center\"><!-- wp:column {\"verticalAlignment\":\"center\",\"width\":\"66.66%\"} -->\n<div class=\"wp-block-column is-vertically-aligned-center\" style=\"flex-basis:66.66%\"><!-- wp:heading {\"textColor\":\"white\"} -->\n<h2 class=\"has-white-color has-text-color\">Sleep in Absolute Peace Wake up to Bright Sunshine</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph {\"textColor\":\"white\"} -->\n<p class=\"has-white-color has-text-color\">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:buttons -->\n<div class=\"wp-block-buttons\"><!-- wp:button -->\n<div class=\"wp-block-button\"><a class=\"wp-block-button__link wp-element-button\">Get Free Estimate</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"verticalAlignment\":\"center\",\"width\":\"33.33%\"} -->\n<div class=\"wp-block-column is-vertically-aligned-center\" style=\"flex-basis:33.33%\"></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div></div>\n<!-- /wp:cover -->',	'FAQs',	'',	'inherit',	'closed',	'closed',	'',	'933-revision-v1',	'',	'',	'2022-12-14 08:12:27',	'2022-12-14 08:12:27',	'',	933,	'https://blueroan.netgen.cloud/?p=945',	0,	'revision',	'',	0),
(947,	2,	'2022-12-14 08:13:02',	'2022-12-14 08:13:02',	'<!-- wp:cover {\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAA39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba-2.png\",\"id\":920,\"dimRatio\":50,\"overlayColor\":\"ast-global-color-1\",\"minHeight\":500,\"isDark\":false,\"align\":\"full\"} -->\n<div class=\"wp-block-cover alignfull is-light\" style=\"min-height:500px\"><span aria-hidden=\"true\" class=\"wp-block-cover__background has-ast-global-color-1-background-color has-background-dim\"></span><img class=\"wp-block-cover__image-background wp-image-920\" alt=\"\" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAA39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba-2.png\" data-object-fit=\"cover\"/><div class=\"wp-block-cover__inner-container\"><!-- wp:spacer {\"height\":\"150px\"} -->\n<div style=\"height:150px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:columns {\"verticalAlignment\":\"bottom\",\"align\":\"wide\"} -->\n<div class=\"wp-block-columns alignwide are-vertically-aligned-bottom\"><!-- wp:column {\"verticalAlignment\":\"bottom\",\"width\":\"66.66%\"} -->\n<div class=\"wp-block-column is-vertically-aligned-bottom\" style=\"flex-basis:66.66%\"><!-- wp:heading {\"level\":1,\"textColor\":\"ast-global-color-5\"} -->\n<h1 class=\"has-ast-global-color-5-color has-text-color\">FAQs</h1>\n<!-- /wp:heading --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"verticalAlignment\":\"bottom\",\"width\":\"33.33%\"} -->\n<div class=\"wp-block-column is-vertically-aligned-bottom\" style=\"flex-basis:33.33%\"><!-- wp:heading {\"level\":3} -->\n<h3><br><a href=\"tel:+27825755409\">+ 27 (0) 82 575 5409</a></h3>\n<!-- /wp:heading --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div></div>\n<!-- /wp:cover -->\n\n<!-- wp:cover {\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/26759994757_767d9794fd_b.jpg\",\"id\":809,\"hasParallax\":true,\"dimRatio\":25,\"overlayColor\":\"black\",\"minHeight\":700,\"isDark\":false,\"align\":\"full\"} -->\n<div class=\"wp-block-cover alignfull is-light has-parallax\" style=\"min-height:700px\"><span aria-hidden=\"true\" class=\"wp-block-cover__background has-black-background-color has-background-dim-30 has-background-dim\"></span><div role=\"img\" class=\"wp-block-cover__image-background wp-image-809 has-parallax\" style=\"background-position:50% 50%;background-image:url(https://blueroan.netgen.cloud/wp-content/uploads/2022/12/26759994757_767d9794fd_b.jpg)\"></div><div class=\"wp-block-cover__inner-container\"><!-- wp:group {\"align\":\"wide\",\"backgroundColor\":\"ast-global-color-5\",\"layout\":{\"inherit\":true,\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group alignwide has-ast-global-color-5-background-color has-background\"><!-- wp:heading {\"textColor\":\"ast-global-color-2\"} -->\n<h2 class=\"has-ast-global-color-2-color has-text-color\">Frequently Asked Questions</h2>\n<!-- /wp:heading -->\n\n<!-- wp:heading {\"level\":5,\"textColor\":\"ast-global-color-2\"} -->\n<h5 class=\"has-ast-global-color-2-color has-text-color\">Will replacement windows aptent taciti sociosqu ad litora?​</h5>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph {\"textColor\":\"ast-global-color-3\"} -->\n<p class=\"has-ast-global-color-3-color has-text-color\">Duis sed odio sit amet nibh vulputate cursus a sit amet mauris. Morbi accumsan ipsum velit. Nam nec tellus a odio tincidunt auctor a ornare odio.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":5,\"textColor\":\"ast-global-color-2\"} -->\n<h5 class=\"has-ast-global-color-2-color has-text-color\">Do your windows and doors have warranty?​</h5>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph {\"textColor\":\"ast-global-color-3\"} -->\n<p class=\"has-ast-global-color-3-color has-text-color\">Duis sed odio sit amet nibh vulputate cursus a sit amet mauris. Morbi accumsan ipsum velit. Nam nec tellus a odio tincidunt auctor a ornare odio.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":5,\"textColor\":\"ast-global-color-2\"} -->\n<h5 class=\"has-ast-global-color-2-color has-text-color\">What is the difference between condimentum sit amet?​</h5>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph {\"textColor\":\"ast-global-color-3\"} -->\n<p class=\"has-ast-global-color-3-color has-text-color\">Duis sed odio sit amet nibh vulputate cursus a sit amet mauris. Morbi accumsan ipsum velit. Nam nec tellus a odio tincidunt auctor a ornare odio.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":5,\"textColor\":\"ast-global-color-2\"} -->\n<h5 class=\"has-ast-global-color-2-color has-text-color\">What is the price difference velit mauris egestas?​</h5>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph {\"textColor\":\"ast-global-color-3\"} -->\n<p class=\"has-ast-global-color-3-color has-text-color\">Duis sed odio sit amet nibh vulputate cursus a sit amet mauris. Morbi accumsan ipsum velit. Nam nec tellus a odio tincidunt auctor a ornare odio.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:group --></div></div>\n<!-- /wp:cover -->\n\n<!-- wp:cover {\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Blue-roan-pool-01.jpg\",\"id\":782,\"dimRatio\":65,\"overlayColor\":\"ast-global-color-2\",\"focalPoint\":{\"x\":0.51,\"y\":0.69},\"minHeight\":500,\"align\":\"full\"} -->\n<div class=\"wp-block-cover alignfull\" style=\"min-height:500px\"><span aria-hidden=\"true\" class=\"wp-block-cover__background has-ast-global-color-2-background-color has-background-dim-70 has-background-dim\"></span><img class=\"wp-block-cover__image-background wp-image-782\" alt=\"\" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Blue-roan-pool-01.jpg\" style=\"object-position:51% 69%\" data-object-fit=\"cover\" data-object-position=\"51% 69%\"/><div class=\"wp-block-cover__inner-container\"><!-- wp:columns {\"verticalAlignment\":\"center\",\"align\":\"wide\"} -->\n<div class=\"wp-block-columns alignwide are-vertically-aligned-center\"><!-- wp:column {\"verticalAlignment\":\"center\",\"width\":\"66.66%\"} -->\n<div class=\"wp-block-column is-vertically-aligned-center\" style=\"flex-basis:66.66%\"><!-- wp:heading {\"textColor\":\"white\"} -->\n<h2 class=\"has-white-color has-text-color\">Sleep in Absolute Peace Wake up to Bright Sunshine</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph {\"textColor\":\"white\"} -->\n<p class=\"has-white-color has-text-color\">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:buttons -->\n<div class=\"wp-block-buttons\"><!-- wp:button -->\n<div class=\"wp-block-button\"><a class=\"wp-block-button__link wp-element-button\">Get Free Estimate</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"verticalAlignment\":\"center\",\"width\":\"33.33%\"} -->\n<div class=\"wp-block-column is-vertically-aligned-center\" style=\"flex-basis:33.33%\"></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div></div>\n<!-- /wp:cover -->',	'FAQs',	'',	'inherit',	'closed',	'closed',	'',	'933-revision-v1',	'',	'',	'2022-12-14 08:13:02',	'2022-12-14 08:13:02',	'',	933,	'https://blueroan.netgen.cloud/?p=947',	0,	'revision',	'',	0),
(948,	2,	'2022-12-14 08:53:04',	'2022-12-14 08:53:04',	'<!-- wp:uagb/container {\"block_id\":\"866b5b93\",\"backgroundType\":\"image\",\"backgroundImageDesktop\":{\"id\":863,\"title\":\"blue-roan-guest-farm (10)\",\"filename\":\"blue-roan-guest-farm-10.jpg\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-10.jpg\",\"link\":\"https://blueroan.netgen.cloud/accommodation/blue-roan-guest-farm-10/\",\"alt\":\"\",\"author\":\"2\",\"description\":\"\",\"caption\":\"\",\"name\":\"blue-roan-guest-farm-10\",\"status\":\"inherit\",\"uploadedTo\":761,\"date\":\"2022-12-13T13:04:34.000Z\",\"modified\":\"2022-12-13T13:04:34.000Z\",\"menuOrder\":0,\"mime\":\"image/jpeg\",\"type\":\"image\",\"subtype\":\"jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-includes/images/media/default.png\",\"dateFormatted\":\"December 13, 2022\",\"nonces\":{\"update\":\"d5ed6f1c8f\",\"delete\":\"06e9e4c7ca\",\"edit\":\"1bf84c7813\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=863\\u0026action=edit\",\"meta\":false,\"authorName\":\"Netgen Support\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/profile.php\",\"uploadedToTitle\":\"Accommodation\",\"uploadedToLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=761\\u0026action=edit\",\"filesizeInBytes\":149768,\"filesizeHumanReadable\":\"146 KB\",\"context\":\"\",\"height\":667,\"width\":1000,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-10-150x150.jpg\",\"orientation\":\"landscape\"},\"medium\":{\"height\":200,\"width\":300,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-10-300x200.jpg\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-10.jpg\",\"height\":667,\"width\":1000,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"backgroundPositionDesktop\":{\"x\":0.47,\"y\":0.54},\"backgroundSizeTablet\":\"cover\",\"backgroundSizeMobile\":\"cover\",\"backgroundColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"backgroundImageColor\":\"rgba(42,42,42,0.5)\",\"topPaddingDesktop\":220,\"bottomPaddingDesktop\":150,\"topPaddingTablet\":170,\"bottomPaddingTablet\":160,\"leftPaddingTablet\":30,\"rightPaddingTablet\":30,\"topPaddingMobile\":180,\"bottomPaddingMobile\":80,\"leftPaddingMobile\":20,\"rightPaddingMobile\":20,\"paddingLink\":false,\"variationSelected\":true,\"isBlockRootParent\":true,\"overlayType\":\"color\"} -->\n<div class=\"wp-block-uagb-container uagb-block-866b5b93 alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/advanced-heading {\"block_id\":\"6e93ca6f\",\"classMigrate\":true,\"headingDescToggle\":true,\"headingColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"subHeadingColor\":\"var(\\u002d\\u002dast-global-color-4)\",\"headingTag\":\"h1\",\"headSpace\":20,\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"blockTopPadding\":0,\"blockRightPadding\":50,\"blockLeftPadding\":0,\"blockBottomPadding\":0,\"blockTopPaddingTablet\":0,\"blockRightPaddingTablet\":20,\"blockLeftPaddingTablet\":0,\"blockBottomPaddingTablet\":0,\"blockTopPaddingMobile\":0,\"blockRightPaddingMobile\":0,\"blockLeftPaddingMobile\":0,\"blockBottomPaddingMobile\":0,\"blockPaddingUnit\":\"%\",\"blockPaddingUnitTablet\":\"%\"} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-6e93ca6f\"><h1 class=\"uagb-heading-text\">The Barn</h1><p class=\"uagb-desc-text\">Our barn-style suite is characterized by exposed wood and rustic beams. A raised king bed on a platform faces the TV and the mountains in this open-concept suite with lots of windows for light.</p></div>\n<!-- /wp:uagb/advanced-heading --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"a94cdebe\",\"backgroundType\":\"color\",\"backgroundSizeTablet\":\"cover\",\"backgroundSizeMobile\":\"cover\",\"backgroundColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"topPaddingDesktop\":120,\"bottomPaddingDesktop\":60,\"rightPaddingDesktop\":0,\"topPaddingTablet\":80,\"bottomPaddingTablet\":80,\"leftPaddingTablet\":30,\"rightPaddingTablet\":30,\"topPaddingMobile\":80,\"bottomPaddingMobile\":80,\"leftPaddingMobile\":20,\"rightPaddingMobile\":20,\"paddingLink\":false,\"variationSelected\":true,\"rowGapDesktop\":0,\"isBlockRootParent\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-a94cdebe alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/container {\"block_id\":\"f4b2f151\",\"directionDesktop\":\"row\",\"alignItemsDesktop\":\"flex-end\",\"alignItemsTablet\":\"flex-end\",\"justifyContentDesktop\":\"flex-end\",\"justifyContentTablet\":\"space-between\",\"variationSelected\":true,\"rowGapMobile\":20,\"columnGapDesktop\":0} -->\n<div class=\"wp-block-uagb-container uagb-block-f4b2f151\"><!-- wp:uagb/advanced-heading {\"block_id\":\"02d81959\",\"classMigrate\":true,\"headingDescToggle\":true,\"subHeadingColor\":\"\",\"headSpace\":20,\"subHeadFontSize\":16} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-02d81959\"><h2 class=\"uagb-heading-text\">Come &amp; Stay With Us​ at The Barn </h2><p class=\"uagb-desc-text\">This is an open-plan unit with lots of windows with a raised king bed on a platform with 4 steps facing the TV and the mountains. &nbsp;&nbsp;It has a separate bathroom with a large walk-in shower and an oval spa bath. The unit has sliding glass doors opening onto a large patio with a brick braai and comfortable outside furniture. &nbsp;It has a small enclosed garden.</p></div>\n<!-- /wp:uagb/advanced-heading --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:heading -->\n<h2>The bedroom </h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>This room contains the following: </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list -->\n<ul><!-- wp:list-item -->\n<li>King bed with electric blanket</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Electric heater</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Stand fan</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Hair dryer &amp; dressing gowns</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Good quality linen</li>\n<!-- /wp:list-item --></ul>\n<!-- /wp:list --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":955,\"width\":500,\"height\":334,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full is-resized\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAAJDNlZGQ1OWVmLThiZmMtNDJhNC05MjI1LTVjZGE5NDA4YjA0NA.png\" alt=\"\" class=\"wp-image-955\" width=\"500\" height=\"334\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":969,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAAJDYxYzlmY2U0LWJiMGMtNGU4My04YzA3LWZhZGFkODdiOWJhYQ-1.png\" alt=\"The barn\'s bathroom \" class=\"wp-image-969\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:heading -->\n<h2>The bathroom</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>This room contains the following</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list -->\n<ul><!-- wp:list-item -->\n<li>Large walk-in shower</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Oval spa bath with 6 jets</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Bubble bath and candles</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Soap, toiletries, and towels</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Separate toilet - <em>toilet paper provided</em></li>\n<!-- /wp:list-item --></ul>\n<!-- /wp:list --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:heading -->\n<h2>The Lounge</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>This room contains the following: </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list -->\n<ul><!-- wp:list-item -->\n<li>Log fireplace</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>2 seater upholstered recliner settee</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>TV (DSTV - commercial bouquet with Sports, news, movies, Mnet, SABC 1,2 3 and Etv, and other channels)</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>DVD player</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Breakfast table cafe style and 2 chairs</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Books and playing cards</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Glass sliding door out to the patio</li>\n<!-- /wp:list-item --></ul>\n<!-- /wp:list --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":956,\"width\":500,\"height\":334,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full is-resized\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAAJDM0ZDZlYzYxLWY2YTgtNDAzYS1hMGMwLTRiMDFkZTk3ODNjZA-1.png\" alt=\"\" class=\"wp-image-956\" width=\"500\" height=\"334\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":963,\"width\":500,\"height\":334,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full is-resized\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAAJGZiMDU2OTJhLTI1YmYtNDFlOS05YzhlLTM1MDc2OTVlZmEwNA.png\" alt=\"\" class=\"wp-image-963\" width=\"500\" height=\"334\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:heading -->\n<h2>The kitchen</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>This room contains the following</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list -->\n<ul><!-- wp:list-item -->\n<li>4 plate gas stove and oven</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Microwave oven, kettle, toaster, filter coffee plunger</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Fridge with top freezer compartment</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Pots, pans, cutlery, crockery, wine &amp; champagne glasses</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>All kitchen utensils</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Ironing board and iron</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>All cleaning cloths and detergents and washing up liquid</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Paper towel</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Braai tongs</li>\n<!-- /wp:list-item --></ul>\n<!-- /wp:list --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:heading -->\n<h2>The large patio with <br>mountain views</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>This room contains the following: </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list -->\n<ul><!-- wp:list-item -->\n<li>Chairs with cushions</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Glass table</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Brick braai</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Decorative lighting</li>\n<!-- /wp:list-item --></ul>\n<!-- /wp:list --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":1007,\"width\":500,\"height\":334,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full is-resized\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAAJDg5NmY0ZGUxLWE4MTgtNDY5NC1iODFhLTBmN2Q0ZDc5ZWFiNw-1.png\" alt=\"\" class=\"wp-image-1007\" width=\"500\" height=\"334\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:heading {\"textAlign\":\"center\"} -->\n<h2 class=\"has-text-align-center\">Book your stay </h2>\n<!-- /wp:heading -->\n\n<!-- wp:buttons -->\n<div class=\"wp-block-buttons\"><!-- wp:button {\"align\":\"center\"} -->\n<div class=\"wp-block-button aligncenter\"><a class=\"wp-block-button__link wp-element-button\" href=\"https://book.nightsbridge.com/11065\" target=\"_blank\" rel=\"noreferrer noopener\">Reservations</a></div>\n<!-- /wp:button -->\n\n<!-- wp:button /--></div>\n<!-- /wp:buttons --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"0051297a\",\"innerContentCustomWidthDesktop\":781,\"innerContentCustomWidthTablet\":781,\"backgroundType\":\"image\",\"backgroundImageDesktop\":{\"uploading\":false,\"date\":1670943271000,\"filename\":\"AAEAAQAAAAAAAAAAAAAA39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba.png\",\"menuOrder\":0,\"uploadedTo\":761,\"type\":\"image\",\"subtype\":\"png\",\"id\":899,\"title\":\"AAEAAQAAAAAAAAAAAAAA39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAA39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba.png\",\"link\":\"https://blueroan.netgen.cloud/accommodation/aaeaaqaaaaaaaaaaaaaa39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba/\",\"alt\":\"\",\"author\":\"2\",\"description\":\"\",\"caption\":\"\",\"name\":\"aaeaaqaaaaaaaaaaaaaa39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba\",\"status\":\"inherit\",\"modified\":1670943271000,\"mime\":\"image/png\",\"icon\":\"https://blueroan.netgen.cloud/wp-includes/images/media/default.png\",\"dateFormatted\":\"December 13, 2022\",\"nonces\":{\"update\":\"45b2b6c69b\",\"delete\":\"75d81c42ab\",\"edit\":\"88fae030a9\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=899\\u0026action=edit\",\"meta\":false,\"authorName\":\"Netgen Support\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/profile.php\",\"uploadedToTitle\":\"Accommodation\",\"uploadedToLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=761\\u0026action=edit\",\"filesizeInBytes\":2338048,\"filesizeHumanReadable\":\"2 MB\",\"context\":\"\",\"height\":900,\"width\":1200,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAA39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba-150x150.png\",\"orientation\":\"landscape\"},\"medium\":{\"height\":225,\"width\":300,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAA39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba-300x225.png\",\"orientation\":\"landscape\"},\"large\":{\"height\":768,\"width\":1024,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAA39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba-1024x768.png\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAA39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba.png\",\"height\":900,\"width\":1200,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"backgroundImageColor\":\"rgba(42,42,42,0.65)\",\"topPaddingDesktop\":144,\"bottomPaddingDesktop\":144,\"leftPaddingDesktop\":40,\"rightPaddingDesktop\":40,\"topPaddingTablet\":80,\"bottomPaddingTablet\":80,\"leftPaddingTablet\":40,\"rightPaddingTablet\":40,\"topPaddingMobile\":64,\"bottomPaddingMobile\":64,\"leftPaddingMobile\":24,\"rightPaddingMobile\":24,\"paddingLink\":false,\"variationSelected\":true,\"isBlockRootParent\":true,\"overlayType\":\"color\"} -->\n<div class=\"wp-block-uagb-container uagb-block-0051297a alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/advanced-heading {\"block_id\":\"d494fa84\",\"classMigrate\":true,\"headingDescToggle\":true,\"headingAlign\":\"center\",\"headingColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"subHeadingColor\":\"var(\\u002d\\u002dast-global-color-4)\",\"headSpace\":20} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-d494fa84\"><h2 class=\"uagb-heading-text\">Make your visit to Blue Roan unforgettable!</h2><p class=\"uagb-desc-text\">We can help you fit your stay and experience within your allotted budget.</p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/advanced-heading {\"block_id\":\"770edb95\",\"classMigrate\":true,\"headingTitleToggle\":false,\"headingDescToggle\":true,\"headingAlign\":\"center\",\"subHeadingColor\":\"var(\\u002d\\u002dast-global-color-4)\",\"subHeadTransform\":\"uppercase\",\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"subHeadLetterSpacing\":2,\"blockTopPadding\":60,\"blockRightPadding\":0,\"blockLeftPadding\":0,\"blockBottomPadding\":0,\"blockTopPaddingMobile\":30,\"blockRightPaddingMobile\":0,\"blockLeftPaddingMobile\":0,\"blockBottomPaddingMobile\":0,\"linkColor\":\"var(\\u002d\\u002dast-global-color-8)\",\"linkHColor\":\"var(\\u002d\\u002dast-global-color-1)\"} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-770edb95\"><p class=\"uagb-desc-text\"><a href=\"https://book.nightsbridge.com/11065\" target=\"_blank\" rel=\"noreferrer noopener\">BOOK YOUR STAY NOW​<br></a></p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/icon-list {\"block_id\":\"0cd91940\",\"classMigrate\":true,\"childMigrate\":true,\"align\":\"center\",\"parentIcon\":\"phone\",\"size\":40,\"sizeMobile\":24,\"sizeTablet\":32,\"fontSize\":48,\"fontSizeMobile\":28,\"fontSizeTablet\":40,\"fontWeight\":\"600\",\"iconColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"labelColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"blockTopPadding\":0,\"blockRightPadding\":0,\"blockLeftPadding\":0,\"blockBottomPadding\":24,\"blockPaddingLink\":false} -->\n<div class=\"wp-block-uagb-icon-list uagb-block-0cd91940\"><div class=\"uagb-icon-list__wrap\"><!-- wp:uagb/icon-list-child {\"block_id\":\"f3f732d6\",\"label\":\" + 27 (0) 82 575 5409\",\"label_color\":\"\",\"link\":\"tel:+27825755409\",\"disableLink\":true,\"fromParentIcon\":\"phone\",\"imageSizeChild\":40} -->\n<div class=\"wp-block-uagb-icon-list-child uagb-block-f3f732d6\"><a target=\"_self\" aria-label=\" + 27 (0) 82 575 5409\" rel=\"noopener noreferrer\" href=\"tel:+27825755409\"> </a><span class=\"uagb-icon-list__source-wrap\"><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M511.2 387l-23.25 100.8c-3.266 14.25-15.79 24.22-30.46 24.22C205.2 512 0 306.8 0 54.5c0-14.66 9.969-27.2 24.22-30.45l100.8-23.25C139.7-2.602 154.7 5.018 160.8 18.92l46.52 108.5c5.438 12.78 1.77 27.67-8.98 36.45L144.5 207.1c33.98 69.22 90.26 125.5 159.5 159.5l44.08-53.8c8.688-10.78 23.69-14.51 36.47-8.975l108.5 46.51C506.1 357.2 514.6 372.4 511.2 387z\"></path></svg></span><span class=\"uagb-icon-list__label\"> + 27 (0) 82 575 5409</span></div>\n<!-- /wp:uagb/icon-list-child -->\n\n<!-- wp:uagb/icon-list-child {\"block_id\":\"1cd8a3da\",\"label\":\"blueroan@ugo.co.za\",\"icon\":\"envelope\",\"label_color\":\"\",\"link\":\"mailto:blueroan@ugo.co.za\",\"disableLink\":true,\"fromParentIcon\":\"phone\",\"imageSizeChild\":40} -->\n<div class=\"wp-block-uagb-icon-list-child uagb-block-1cd8a3da\"><a target=\"_self\" aria-label=\"blueroan@ugo.co.za\" rel=\"noopener noreferrer\" href=\"mailto:blueroan@ugo.co.za\"> </a><span class=\"uagb-icon-list__source-wrap\"><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M464 64C490.5 64 512 85.49 512 112C512 127.1 504.9 141.3 492.8 150.4L275.2 313.6C263.8 322.1 248.2 322.1 236.8 313.6L19.2 150.4C7.113 141.3 0 127.1 0 112C0 85.49 21.49 64 48 64H464zM217.6 339.2C240.4 356.3 271.6 356.3 294.4 339.2L512 176V384C512 419.3 483.3 448 448 448H64C28.65 448 0 419.3 0 384V176L217.6 339.2z\"></path></svg></span><span class=\"uagb-icon-list__label\">blueroan@ugo.co.za</span></div>\n<!-- /wp:uagb/icon-list-child --></div></div>\n<!-- /wp:uagb/icon-list --></div></div>\n<!-- /wp:uagb/container -->',	'The Barn',	'',	'publish',	'closed',	'closed',	'',	'the-barn',	'',	'',	'2022-12-15 13:48:56',	'2022-12-15 13:48:56',	'',	0,	'https://blueroan.netgen.cloud/?page_id=948',	0,	'page',	'',	0),
(949,	2,	'2022-12-14 08:48:26',	'2022-12-14 08:48:26',	'<!-- wp:uagb/container {\"block_id\":\"92adbcec\",\"backgroundType\":\"image\",\"backgroundImageDesktop\":{\"id\":797,\"title\":\"blue-roan-guest-farm (13)\",\"filename\":\"blue-roan-guest-farm-13.jpg\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-13.jpg\",\"link\":\"https://blueroan.netgen.cloud/home/blue-roan-guest-farm-13/\",\"alt\":\"\",\"author\":\"2\",\"description\":\"\",\"caption\":\"\",\"name\":\"blue-roan-guest-farm-13\",\"status\":\"inherit\",\"uploadedTo\":760,\"date\":\"2022-12-13T09:37:10.000Z\",\"modified\":\"2022-12-13T09:37:10.000Z\",\"menuOrder\":0,\"mime\":\"image/jpeg\",\"type\":\"image\",\"subtype\":\"jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-includes/images/media/default.png\",\"dateFormatted\":\"December 13, 2022\",\"nonces\":{\"update\":\"88c7dafe15\",\"delete\":\"0e63c986af\",\"edit\":\"ba0aad2d7f\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=797\\u0026action=edit\",\"meta\":false,\"authorName\":\"Netgen Support\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/profile.php\",\"uploadedToTitle\":\"Home\",\"uploadedToLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=760\\u0026action=edit\",\"filesizeInBytes\":201183,\"filesizeHumanReadable\":\"196 KB\",\"context\":\"\",\"height\":667,\"width\":1000,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-13-150x150.jpg\",\"orientation\":\"landscape\"},\"medium\":{\"height\":200,\"width\":300,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-13-300x200.jpg\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-13.jpg\",\"height\":667,\"width\":1000,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"backgroundPositionDesktop\":{\"x\":0.62,\"y\":0.78},\"backgroundSizeTablet\":\"cover\",\"backgroundSizeMobile\":\"cover\",\"backgroundColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"backgroundImageColor\":\"rgba(42,42,42,0.5)\",\"topPaddingDesktop\":220,\"bottomPaddingDesktop\":150,\"topPaddingTablet\":170,\"bottomPaddingTablet\":160,\"leftPaddingTablet\":30,\"rightPaddingTablet\":30,\"topPaddingMobile\":180,\"bottomPaddingMobile\":80,\"leftPaddingMobile\":20,\"rightPaddingMobile\":20,\"paddingLink\":false,\"variationSelected\":true,\"isBlockRootParent\":true,\"overlayType\":\"color\"} -->\n<div class=\"wp-block-uagb-container uagb-block-92adbcec alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/advanced-heading {\"block_id\":\"08324387\",\"classMigrate\":true,\"headingDescToggle\":true,\"headingColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"subHeadingColor\":\"var(\\u002d\\u002dast-global-color-4)\",\"headingTag\":\"h1\",\"headSpace\":20,\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"blockTopPadding\":0,\"blockRightPadding\":50,\"blockLeftPadding\":0,\"blockBottomPadding\":0,\"blockTopPaddingTablet\":0,\"blockRightPaddingTablet\":20,\"blockLeftPaddingTablet\":0,\"blockBottomPaddingTablet\":0,\"blockTopPaddingMobile\":0,\"blockRightPaddingMobile\":0,\"blockLeftPaddingMobile\":0,\"blockBottomPaddingMobile\":0,\"blockPaddingUnit\":\"%\",\"blockPaddingUnitTablet\":\"%\"} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-08324387\"><h1 class=\"uagb-heading-text\">Rooms &amp; Accommodation​</h1><p class=\"uagb-desc-text\">If you are looking for a home away from home, even a place your dog can come along then take a closer look into the rooms we offer and pick the one for you.</p></div>\n<!-- /wp:uagb/advanced-heading --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"f6285d8b\",\"backgroundType\":\"color\",\"backgroundSizeTablet\":\"cover\",\"backgroundSizeMobile\":\"cover\",\"backgroundColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"topPaddingDesktop\":120,\"bottomPaddingDesktop\":120,\"topPaddingTablet\":80,\"bottomPaddingTablet\":80,\"leftPaddingTablet\":30,\"rightPaddingTablet\":30,\"topPaddingMobile\":80,\"bottomPaddingMobile\":80,\"leftPaddingMobile\":20,\"rightPaddingMobile\":20,\"paddingLink\":false,\"variationSelected\":true,\"rowGapDesktop\":0,\"isBlockRootParent\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-f6285d8b alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/container {\"block_id\":\"fbe61fdc\",\"directionDesktop\":\"row\",\"alignItemsDesktop\":\"flex-end\",\"alignItemsTablet\":\"flex-end\",\"justifyContentDesktop\":\"flex-end\",\"justifyContentTablet\":\"space-between\",\"variationSelected\":true,\"rowGapMobile\":20,\"columnGapDesktop\":0} -->\n<div class=\"wp-block-uagb-container uagb-block-fbe61fdc\"><!-- wp:uagb/advanced-heading {\"block_id\":\"daeb9ddf\",\"classMigrate\":true,\"headingDescToggle\":true,\"subHeadingColor\":\"\",\"headSpace\":20,\"subHeadFontSize\":16} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-daeb9ddf\"><h2 class=\"uagb-heading-text\">Come &amp; Stay With Us​</h2><p class=\"uagb-desc-text\">There are 7 excellent brick self-catering units available, each private and with a distinctive personality and theme. They are particularly made for pet-free or pet-owning couples looking for a romantic and serene setting to reconnect, celebrate special occasions, or simply unwind on a holiday.<br><br>We are pet-friendly by arrangement as each unit is separately fenced with its own grassy garden with a garden gate leading to the generous park area where pets can socialize. &nbsp;We also have lovely safe off-leash walking trails on our property and beyond. &nbsp;Our units are very luxurious with everything you would need and very homely and charming. Regrettably no children or group bookings.  </p></div>\n<!-- /wp:uagb/advanced-heading --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"e1933986\",\"directionDesktop\":\"row\",\"alignItemsTablet\":\"flex-start\",\"justifyContentDesktop\":\"flex-start\",\"topMarginDesktop\":54,\"bottomMarginDesktop\":0,\"leftMarginDesktop\":0,\"rightMarginDesktop\":0,\"marginLink\":false,\"variationSelected\":true,\"rowGapMobile\":0,\"columnGapDesktop\":0} -->\n<div class=\"wp-block-uagb-container uagb-block-e1933986\"><!-- wp:uagb/container {\"block_id\":\"89f55ea8\",\"widthDesktop\":50,\"bottomPaddingDesktop\":20,\"rightPaddingDesktop\":32,\"bottomPaddingTablet\":35,\"rightPaddingTablet\":15,\"bottomPaddingMobile\":65,\"paddingLink\":false,\"topMarginDesktop\":0,\"bottomMarginDesktop\":0,\"leftMarginDesktop\":5,\"rightMarginDesktop\":5,\"topMarginMobile\":0,\"bottomMarginMobile\":0,\"leftMarginMobile\":0,\"rightMarginMobile\":0,\"marginLink\":false,\"variationSelected\":true,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-89f55ea8\"><!-- wp:uagb/info-box {\"classMigrate\":true,\"headingAlign\":\"left\",\"headingColor\":\"\",\"subHeadingColor\":\"\",\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"source_type\":\"image\",\"block_id\":\"e6e9d565\",\"ctaIcon\":\"\",\"ctaType\":\"text\",\"ctaText\":\"READ MORE\",\"ctaLinkColor\":\"var(\\u002d\\u002dast-global-color-0)\",\"ctaDecoration\":\"underline\",\"ctaFontSize\":12,\"ctaFontWeight\":\"600\",\"ctaLetterSpacing\":2,\"ctaBorderColor\":\"\",\"ctaBorderStyle\":\"\",\"ctaBorderWidth\":\"\",\"ctaBorderRadius\":\"\",\"iconBottomMargin\":30,\"iconImage\":{\"uploading\":false,\"date\":1670936674000,\"filename\":\"blue-roan-guest-farm-10.jpg\",\"menuOrder\":0,\"uploadedTo\":761,\"type\":\"image\",\"subtype\":\"jpeg\",\"id\":863,\"title\":\"blue-roan-guest-farm (10)\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-10.jpg\",\"link\":\"https://blueroan.netgen.cloud/accommodation/blue-roan-guest-farm-10/\",\"alt\":\"\",\"author\":\"2\",\"description\":\"\",\"caption\":\"\",\"name\":\"blue-roan-guest-farm-10\",\"status\":\"inherit\",\"modified\":1670936674000,\"mime\":\"image/jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-includes/images/media/default.png\",\"dateFormatted\":\"December 13, 2022\",\"nonces\":{\"update\":\"1a7491aa65\",\"delete\":\"dc6afaa89c\",\"edit\":\"7635ee35fb\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=863\\u0026action=edit\",\"meta\":false,\"authorName\":\"Netgen Support\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/profile.php\",\"uploadedToTitle\":\"Accommodation\",\"uploadedToLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=761\\u0026action=edit\",\"filesizeInBytes\":149768,\"filesizeHumanReadable\":\"146 KB\",\"context\":\"\",\"height\":667,\"width\":1000,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-10-150x150.jpg\",\"orientation\":\"landscape\"},\"medium\":{\"height\":200,\"width\":300,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-10-300x200.jpg\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-10.jpg\",\"height\":667,\"width\":1000,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"imageSize\":\"full\",\"imageWidth\":100,\"imageWidthMobile\":100,\"imageWidthTablet\":100,\"paddingBtnTop\":10,\"paddingBtnBottom\":10,\"paddingBtnLeft\":14,\"paddingBtnRight\":14,\"imageWidthUnit\":\"%\",\"imageWidthUnitTablet\":\"%\",\"imageWidthUnitMobile\":\"%\",\"subHeadTopMargin\":0,\"subHeadRightMargin\":40,\"subHeadLeftMargin\":0,\"subHeadMarginTopTablet\":0,\"subHeadMarginRightTablet\":0,\"subHeadTabletSpace\":20,\"subHeadMarginLeftTablet\":0,\"imgTagHeight\":66,\"imgTagWidth\":1000,\"btnBorderTopWidth\":1,\"btnBorderLeftWidth\":1,\"btnBorderRightWidth\":1,\"btnBorderBottomWidth\":1,\"btnBorderTopLeftRadius\":0,\"btnBorderTopRightRadius\":0,\"btnBorderBottomLeftRadius\":0,\"btnBorderBottomRightRadius\":0,\"btnBorderStyle\":\"solid\",\"btnBorderColor\":\"#333\"} -->\n<div class=\"wp-block-uagb-info-box uagb-block-e6e9d565 uagb-infobox__content-wrap  uagb-infobox-icon-above-title uagb-infobox-image-valign-top\"><div class=\"uagb-ifb-content\"><div class=\"uagb-ifb-image-content\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-10.jpg\" alt=\"\" width=\"100\" height=\"66\" loading=\"lazy\"/></div><div class=\"uagb-ifb-title-wrap\"><h3 class=\"uagb-ifb-title\">The Barn </h3></div><p class=\"uagb-ifb-desc\">Rustic beams and exposed wood are all hallmarks of our barn-style suite. This is an open-plan unit with lots of windows with a raised king bed on a platform that faces the TV and the mountains.</p><div class=\"uagb-ifb-button-wrapper wp-block-button\"><a href=\"\" target=\"_self\" class=\"uagb-infobox-cta-link uagb-disable-link\" rel=\"noopener noreferrer\" alt=\"\"><span class=\"uagb-inline-editing\">READ MORE</span></a></div></div></div>\n<!-- /wp:uagb/info-box --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"00be4eea\",\"widthDesktop\":50,\"bottomPaddingDesktop\":20,\"rightPaddingDesktop\":32,\"bottomPaddingTablet\":35,\"rightPaddingTablet\":15,\"bottomPaddingMobile\":65,\"paddingLink\":false,\"topMarginDesktop\":0,\"bottomMarginDesktop\":0,\"leftMarginDesktop\":5,\"rightMarginDesktop\":5,\"topMarginMobile\":0,\"bottomMarginMobile\":0,\"leftMarginMobile\":0,\"rightMarginMobile\":0,\"marginLink\":false,\"variationSelected\":true,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-00be4eea\"><!-- wp:uagb/info-box {\"classMigrate\":true,\"headingAlign\":\"left\",\"headingColor\":\"\",\"subHeadingColor\":\"\",\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"source_type\":\"image\",\"block_id\":\"a9b1fea4\",\"ctaIcon\":\"\",\"ctaType\":\"text\",\"ctaText\":\"READ MORE\",\"ctaLinkColor\":\"var(\\u002d\\u002dast-global-color-0)\",\"ctaDecoration\":\"underline\",\"ctaFontSize\":12,\"ctaFontWeight\":\"600\",\"ctaLetterSpacing\":2,\"ctaBorderColor\":\"\",\"ctaBorderStyle\":\"\",\"ctaBorderWidth\":\"\",\"ctaBorderRadius\":\"\",\"iconBottomMargin\":30,\"iconImage\":{\"uploading\":false,\"date\":1670936842000,\"filename\":\"tuscan-suite-raised-bed-and-settee.jpg\",\"menuOrder\":0,\"uploadedTo\":761,\"type\":\"image\",\"subtype\":\"jpeg\",\"id\":864,\"title\":\"tuscan-suite-raised-bed-and-settee\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/tuscan-suite-raised-bed-and-settee.jpg\",\"link\":\"https://blueroan.netgen.cloud/accommodation/tuscan-suite-raised-bed-and-settee/\",\"alt\":\"\",\"author\":\"2\",\"description\":\"\",\"caption\":\"\",\"name\":\"tuscan-suite-raised-bed-and-settee\",\"status\":\"inherit\",\"modified\":1670936842000,\"mime\":\"image/jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-includes/images/media/default.png\",\"dateFormatted\":\"December 13, 2022\",\"nonces\":{\"update\":\"0624a4a01a\",\"delete\":\"9e8f0f7a5a\",\"edit\":\"087f94f2e5\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=864\\u0026action=edit\",\"meta\":false,\"authorName\":\"Netgen Support\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/profile.php\",\"uploadedToTitle\":\"Accommodation\",\"uploadedToLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=761\\u0026action=edit\",\"filesizeInBytes\":41923,\"filesizeHumanReadable\":\"41 KB\",\"context\":\"\",\"height\":400,\"width\":600,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/tuscan-suite-raised-bed-and-settee-150x150.jpg\",\"orientation\":\"landscape\"},\"medium\":{\"height\":200,\"width\":300,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/tuscan-suite-raised-bed-and-settee-300x200.jpg\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/tuscan-suite-raised-bed-and-settee.jpg\",\"height\":400,\"width\":600,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"imageSize\":\"full\",\"imageWidth\":100,\"imageWidthMobile\":100,\"imageWidthTablet\":100,\"paddingBtnTop\":10,\"paddingBtnBottom\":10,\"paddingBtnLeft\":14,\"paddingBtnRight\":14,\"imageWidthUnit\":\"%\",\"imageWidthUnitTablet\":\"%\",\"imageWidthUnitMobile\":\"%\",\"subHeadTopMargin\":0,\"subHeadRightMargin\":40,\"subHeadLeftMargin\":0,\"subHeadMarginTopTablet\":0,\"subHeadMarginRightTablet\":0,\"subHeadTabletSpace\":20,\"subHeadMarginLeftTablet\":0,\"imgTagHeight\":66,\"imgTagWidth\":600,\"btnBorderTopWidth\":1,\"btnBorderLeftWidth\":1,\"btnBorderRightWidth\":1,\"btnBorderBottomWidth\":1,\"btnBorderTopLeftRadius\":0,\"btnBorderTopRightRadius\":0,\"btnBorderBottomLeftRadius\":0,\"btnBorderBottomRightRadius\":0,\"btnBorderStyle\":\"solid\",\"btnBorderColor\":\"#333\"} -->\n<div class=\"wp-block-uagb-info-box uagb-block-a9b1fea4 uagb-infobox__content-wrap  uagb-infobox-icon-above-title uagb-infobox-image-valign-top\"><div class=\"uagb-ifb-content\"><div class=\"uagb-ifb-image-content\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/tuscan-suite-raised-bed-and-settee.jpg\" alt=\"\" width=\"100\" height=\"66\" loading=\"lazy\"/></div><div class=\"uagb-ifb-title-wrap\"><h3 class=\"uagb-ifb-title\">The Tuscan Suite </h3></div><p class=\"uagb-ifb-desc\">Terra-cotta tiles, textured wall treatments, gorgeous, intricate murals,&nbsp;and simple, durable furniture with elegant iron accents are all characteristics of Tuscan interior design.</p><div class=\"uagb-ifb-button-wrapper wp-block-button\"><a href=\"\" target=\"_self\" class=\"uagb-infobox-cta-link uagb-disable-link\" rel=\"noopener noreferrer\" alt=\"\"><span class=\"uagb-inline-editing\">READ MORE</span></a></div></div></div>\n<!-- /wp:uagb/info-box --></div>\n<!-- /wp:uagb/container --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"a8b286c4\",\"directionDesktop\":\"row\",\"alignItemsTablet\":\"flex-start\",\"justifyContentDesktop\":\"flex-start\",\"topMarginDesktop\":54,\"bottomMarginDesktop\":0,\"leftMarginDesktop\":0,\"rightMarginDesktop\":0,\"topMarginMobile\":0,\"bottomMarginMobile\":0,\"leftMarginMobile\":0,\"rightMarginMobile\":0,\"marginLink\":false,\"variationSelected\":true,\"rowGapMobile\":0,\"columnGapDesktop\":0} -->\n<div class=\"wp-block-uagb-container uagb-block-a8b286c4\"><!-- wp:uagb/container {\"block_id\":\"ba0a157a\",\"widthDesktop\":50,\"bottomPaddingDesktop\":20,\"rightPaddingDesktop\":32,\"bottomPaddingTablet\":35,\"leftPaddingTablet\":0,\"rightPaddingTablet\":15,\"bottomPaddingMobile\":65,\"paddingLink\":false,\"topMarginDesktop\":0,\"bottomMarginDesktop\":0,\"leftMarginDesktop\":5,\"rightMarginDesktop\":5,\"topMarginMobile\":0,\"bottomMarginMobile\":0,\"leftMarginMobile\":0,\"rightMarginMobile\":0,\"marginLink\":false,\"variationSelected\":true,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-ba0a157a\"><!-- wp:uagb/info-box {\"classMigrate\":true,\"headingAlign\":\"left\",\"headingColor\":\"\",\"subHeadingColor\":\"\",\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"source_type\":\"image\",\"block_id\":\"a026a910\",\"ctaIcon\":\"\",\"ctaType\":\"text\",\"ctaText\":\"READ MORE\",\"ctaLinkColor\":\"var(\\u002d\\u002dast-global-color-0)\",\"ctaDecoration\":\"underline\",\"ctaFontSize\":12,\"ctaFontWeight\":\"600\",\"ctaLetterSpacing\":2,\"ctaBorderColor\":\"\",\"ctaBorderStyle\":\"\",\"ctaBorderWidth\":\"\",\"ctaBorderRadius\":\"\",\"iconBottomMargin\":30,\"iconImage\":{\"uploading\":false,\"date\":1670938945000,\"filename\":\"bluebush-king-bed-and-spa-bath.png\",\"menuOrder\":0,\"uploadedTo\":761,\"type\":\"image\",\"subtype\":\"png\",\"id\":881,\"title\":\"bluebush-king-bed-and-spa-bath\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/bluebush-king-bed-and-spa-bath.png\",\"link\":\"https://blueroan.netgen.cloud/accommodation/bluebush-king-bed-and-spa-bath/\",\"alt\":\"\",\"author\":\"2\",\"description\":\"\",\"caption\":\"\",\"name\":\"bluebush-king-bed-and-spa-bath\",\"status\":\"inherit\",\"modified\":1670938945000,\"mime\":\"image/png\",\"icon\":\"https://blueroan.netgen.cloud/wp-includes/images/media/default.png\",\"dateFormatted\":\"December 13, 2022\",\"nonces\":{\"update\":\"e1c334788a\",\"delete\":\"b219c40b29\",\"edit\":\"273b944edc\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=881\\u0026action=edit\",\"meta\":false,\"authorName\":\"Netgen Support\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/profile.php\",\"uploadedToTitle\":\"Accommodation\",\"uploadedToLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=761\\u0026action=edit\",\"filesizeInBytes\":1195033,\"filesizeHumanReadable\":\"1 MB\",\"context\":\"\",\"height\":667,\"width\":1000,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/bluebush-king-bed-and-spa-bath-150x150.png\",\"orientation\":\"landscape\"},\"medium\":{\"height\":200,\"width\":300,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/bluebush-king-bed-and-spa-bath-300x200.png\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/bluebush-king-bed-and-spa-bath.png\",\"height\":667,\"width\":1000,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"imageSize\":\"full\",\"imageWidth\":100,\"imageWidthMobile\":100,\"imageWidthTablet\":100,\"paddingBtnTop\":10,\"paddingBtnBottom\":10,\"paddingBtnLeft\":14,\"paddingBtnRight\":14,\"imageWidthUnit\":\"%\",\"imageWidthUnitTablet\":\"%\",\"imageWidthUnitMobile\":\"%\",\"subHeadTopMargin\":0,\"subHeadRightMargin\":40,\"subHeadLeftMargin\":0,\"subHeadMarginTopTablet\":0,\"subHeadMarginRightTablet\":0,\"subHeadTabletSpace\":20,\"subHeadMarginLeftTablet\":0,\"imgTagHeight\":66,\"imgTagWidth\":1000,\"btnBorderTopWidth\":1,\"btnBorderLeftWidth\":1,\"btnBorderRightWidth\":1,\"btnBorderBottomWidth\":1,\"btnBorderTopLeftRadius\":0,\"btnBorderTopRightRadius\":0,\"btnBorderBottomLeftRadius\":0,\"btnBorderBottomRightRadius\":0,\"btnBorderStyle\":\"solid\",\"btnBorderColor\":\"#333\"} -->\n<div class=\"wp-block-uagb-info-box uagb-block-a026a910 uagb-infobox__content-wrap  uagb-infobox-icon-above-title uagb-infobox-image-valign-top\"><div class=\"uagb-ifb-content\"><div class=\"uagb-ifb-image-content\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/bluebush-king-bed-and-spa-bath.png\" alt=\"\" width=\"100\" height=\"66\" loading=\"lazy\"/></div><div class=\"uagb-ifb-title-wrap\"><h3 class=\"uagb-ifb-title\">The Bluebush </h3></div><p class=\"uagb-ifb-desc\">A warm and comforting suite with a very homely feeling. Settle in and relax like you would at home. Relax with a perfect corner-shaped spa bath and open-plan&nbsp;living area.</p><div class=\"uagb-ifb-button-wrapper wp-block-button\"><a href=\"\" target=\"_self\" class=\"uagb-infobox-cta-link uagb-disable-link\" rel=\"noopener noreferrer\" alt=\"\"><span class=\"uagb-inline-editing\">READ MORE</span></a></div></div></div>\n<!-- /wp:uagb/info-box --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"96f2ae0e\",\"widthDesktop\":50,\"bottomPaddingDesktop\":20,\"rightPaddingDesktop\":32,\"bottomPaddingTablet\":35,\"rightPaddingTablet\":15,\"bottomPaddingMobile\":65,\"paddingLink\":false,\"topMarginDesktop\":0,\"bottomMarginDesktop\":0,\"leftMarginDesktop\":5,\"rightMarginDesktop\":5,\"topMarginMobile\":0,\"bottomMarginMobile\":0,\"leftMarginMobile\":0,\"rightMarginMobile\":0,\"marginLink\":false,\"variationSelected\":true,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-96f2ae0e\"><!-- wp:uagb/info-box {\"classMigrate\":true,\"headingAlign\":\"left\",\"headingColor\":\"\",\"subHeadingColor\":\"\",\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"source_type\":\"image\",\"block_id\":\"bc422b04\",\"ctaIcon\":\"\",\"ctaType\":\"text\",\"ctaText\":\"READ MORE\",\"ctaLinkColor\":\"var(\\u002d\\u002dast-global-color-0)\",\"ctaDecoration\":\"underline\",\"ctaFontSize\":12,\"ctaFontWeight\":\"600\",\"ctaLetterSpacing\":2,\"ctaBorderColor\":\"\",\"ctaBorderStyle\":\"\",\"ctaBorderWidth\":\"\",\"ctaBorderRadius\":\"\",\"iconBottomMargin\":30,\"iconImage\":{\"uploading\":false,\"date\":1670938831000,\"filename\":\"blue-roan-guest-farm-11.jpg\",\"menuOrder\":0,\"uploadedTo\":761,\"type\":\"image\",\"subtype\":\"jpeg\",\"id\":879,\"title\":\"blue-roan-guest-farm (11)\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-11.jpg\",\"link\":\"https://blueroan.netgen.cloud/accommodation/blue-roan-guest-farm-11/\",\"alt\":\"\",\"author\":\"2\",\"description\":\"\",\"caption\":\"\",\"name\":\"blue-roan-guest-farm-11\",\"status\":\"inherit\",\"modified\":1670938831000,\"mime\":\"image/jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-includes/images/media/default.png\",\"dateFormatted\":\"December 13, 2022\",\"nonces\":{\"update\":\"294125e9db\",\"delete\":\"1a7a578cdb\",\"edit\":\"79b313e573\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=879\\u0026action=edit\",\"meta\":false,\"authorName\":\"Netgen Support\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/profile.php\",\"uploadedToTitle\":\"Accommodation\",\"uploadedToLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=761\\u0026action=edit\",\"filesizeInBytes\":175055,\"filesizeHumanReadable\":\"171 KB\",\"context\":\"\",\"height\":667,\"width\":1000,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-11-150x150.jpg\",\"orientation\":\"landscape\"},\"medium\":{\"height\":200,\"width\":300,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-11-300x200.jpg\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-11.jpg\",\"height\":667,\"width\":1000,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"imageSize\":\"full\",\"imageWidth\":100,\"imageWidthMobile\":100,\"imageWidthTablet\":100,\"paddingBtnTop\":10,\"paddingBtnBottom\":10,\"paddingBtnLeft\":14,\"paddingBtnRight\":14,\"imageWidthUnit\":\"%\",\"imageWidthUnitTablet\":\"%\",\"imageWidthUnitMobile\":\"%\",\"subHeadTopMargin\":0,\"subHeadRightMargin\":40,\"subHeadLeftMargin\":0,\"subHeadMarginTopTablet\":0,\"subHeadMarginRightTablet\":0,\"subHeadTabletSpace\":20,\"subHeadMarginLeftTablet\":0,\"imgTagHeight\":66,\"imgTagWidth\":1000,\"btnBorderTopWidth\":1,\"btnBorderLeftWidth\":1,\"btnBorderRightWidth\":1,\"btnBorderBottomWidth\":1,\"btnBorderTopLeftRadius\":0,\"btnBorderTopRightRadius\":0,\"btnBorderBottomLeftRadius\":0,\"btnBorderBottomRightRadius\":0,\"btnBorderStyle\":\"solid\",\"btnBorderColor\":\"#333\"} -->\n<div class=\"wp-block-uagb-info-box uagb-block-bc422b04 uagb-infobox__content-wrap  uagb-infobox-icon-above-title uagb-infobox-image-valign-top\"><div class=\"uagb-ifb-content\"><div class=\"uagb-ifb-image-content\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-11.jpg\" alt=\"\" width=\"100\" height=\"66\" loading=\"lazy\"/></div><div class=\"uagb-ifb-title-wrap\"><h3 class=\"uagb-ifb-title\">The Mexican Loft </h3></div><p class=\"uagb-ifb-desc\">This Mexican-inspired unit is full of bold colors and rustic furnishings. This design style has a multifarious feel, mixing rustic wood, authentic art, textiles, and a vivid palette of color</p><div class=\"uagb-ifb-button-wrapper wp-block-button\"><a href=\"\" target=\"_self\" class=\"uagb-infobox-cta-link uagb-disable-link\" rel=\"noopener noreferrer\" alt=\"\"><span class=\"uagb-inline-editing\">READ MORE</span></a></div></div></div>\n<!-- /wp:uagb/info-box --></div>\n<!-- /wp:uagb/container --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"8511935b\",\"directionDesktop\":\"row\",\"justifyContentDesktop\":\"flex-start\",\"topMarginDesktop\":54,\"bottomMarginDesktop\":0,\"leftMarginDesktop\":0,\"rightMarginDesktop\":0,\"topMarginMobile\":0,\"bottomMarginMobile\":0,\"leftMarginMobile\":0,\"rightMarginMobile\":0,\"marginLink\":false,\"variationSelected\":true,\"rowGapMobile\":0,\"columnGapDesktop\":0} -->\n<div class=\"wp-block-uagb-container uagb-block-8511935b\"><!-- wp:uagb/container {\"block_id\":\"07cb50c2\",\"widthDesktop\":50,\"bottomPaddingDesktop\":20,\"rightPaddingDesktop\":32,\"bottomPaddingTablet\":35,\"rightPaddingTablet\":15,\"bottomPaddingMobile\":65,\"paddingLink\":false,\"topMarginDesktop\":0,\"bottomMarginDesktop\":0,\"leftMarginDesktop\":5,\"rightMarginDesktop\":5,\"topMarginMobile\":0,\"bottomMarginMobile\":0,\"leftMarginMobile\":0,\"rightMarginMobile\":0,\"marginLink\":false,\"variationSelected\":true,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-07cb50c2\"><!-- wp:uagb/info-box {\"classMigrate\":true,\"headingAlign\":\"left\",\"headingColor\":\"\",\"subHeadingColor\":\"\",\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"source_type\":\"image\",\"block_id\":\"106fec72\",\"ctaIcon\":\"\",\"ctaType\":\"text\",\"ctaText\":\"READ MORE\",\"ctaLinkColor\":\"var(\\u002d\\u002dast-global-color-0)\",\"ctaDecoration\":\"underline\",\"ctaFontSize\":12,\"ctaFontWeight\":\"600\",\"ctaLetterSpacing\":2,\"ctaBorderColor\":\"\",\"ctaBorderStyle\":\"\",\"ctaBorderWidth\":\"\",\"ctaBorderRadius\":\"\",\"iconBottomMargin\":30,\"iconImage\":{\"uploading\":false,\"date\":1670939381000,\"filename\":\"acacia-lounge.jpg\",\"menuOrder\":0,\"uploadedTo\":761,\"type\":\"image\",\"subtype\":\"jpeg\",\"id\":885,\"title\":\"acacia-lounge\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/acacia-lounge.jpg\",\"link\":\"https://blueroan.netgen.cloud/accommodation/acacia-lounge/\",\"alt\":\"\",\"author\":\"2\",\"description\":\"\",\"caption\":\"\",\"name\":\"acacia-lounge\",\"status\":\"inherit\",\"modified\":1670939381000,\"mime\":\"image/jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-includes/images/media/default.png\",\"dateFormatted\":\"December 13, 2022\",\"nonces\":{\"update\":\"17e284dc72\",\"delete\":\"0967fb8415\",\"edit\":\"99ac1eb1a8\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=885\\u0026action=edit\",\"meta\":false,\"authorName\":\"Netgen Support\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/profile.php\",\"uploadedToTitle\":\"Accommodation\",\"uploadedToLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=761\\u0026action=edit\",\"filesizeInBytes\":37270,\"filesizeHumanReadable\":\"36 KB\",\"context\":\"\",\"height\":400,\"width\":600,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/acacia-lounge-150x150.jpg\",\"orientation\":\"landscape\"},\"medium\":{\"height\":200,\"width\":300,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/acacia-lounge-300x200.jpg\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/acacia-lounge.jpg\",\"height\":400,\"width\":600,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"imageSize\":\"full\",\"imageWidth\":100,\"imageWidthMobile\":100,\"imageWidthTablet\":100,\"paddingBtnTop\":10,\"paddingBtnBottom\":10,\"paddingBtnLeft\":14,\"paddingBtnRight\":14,\"imageWidthUnit\":\"%\",\"imageWidthUnitTablet\":\"%\",\"imageWidthUnitMobile\":\"%\",\"subHeadTopMargin\":0,\"subHeadRightMargin\":40,\"subHeadLeftMargin\":0,\"subHeadMarginTopTablet\":0,\"subHeadMarginRightTablet\":0,\"subHeadTabletSpace\":20,\"subHeadMarginLeftTablet\":0,\"imgTagHeight\":66,\"imgTagWidth\":600,\"btnBorderTopWidth\":1,\"btnBorderLeftWidth\":1,\"btnBorderRightWidth\":1,\"btnBorderBottomWidth\":1,\"btnBorderTopLeftRadius\":0,\"btnBorderTopRightRadius\":0,\"btnBorderBottomLeftRadius\":0,\"btnBorderBottomRightRadius\":0,\"btnBorderStyle\":\"solid\",\"btnBorderColor\":\"#333\"} -->\n<div class=\"wp-block-uagb-info-box uagb-block-106fec72 uagb-infobox__content-wrap  uagb-infobox-icon-above-title uagb-infobox-image-valign-top\"><div class=\"uagb-ifb-content\"><div class=\"uagb-ifb-image-content\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/acacia-lounge.jpg\" alt=\"\" width=\"100\" height=\"66\" loading=\"lazy\"/></div><div class=\"uagb-ifb-title-wrap\"><h3 class=\"uagb-ifb-title\">The Acacia </h3></div><p class=\"uagb-ifb-desc\">The largest unit we have named after the Acacia tree. This suite is rugged and rustic and has a spacious open plan living area opening onto a covered patio with a brick braai area. </p><div class=\"uagb-ifb-button-wrapper wp-block-button\"><a href=\"\" target=\"_self\" class=\"uagb-infobox-cta-link uagb-disable-link\" rel=\"noopener noreferrer\" alt=\"\"><span class=\"uagb-inline-editing\">READ MORE</span></a></div></div></div>\n<!-- /wp:uagb/info-box --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"94a061b1\",\"widthDesktop\":50,\"bottomPaddingDesktop\":20,\"rightPaddingDesktop\":32,\"bottomPaddingTablet\":35,\"rightPaddingTablet\":15,\"paddingLink\":false,\"topMarginDesktop\":0,\"bottomMarginDesktop\":0,\"leftMarginDesktop\":5,\"rightMarginDesktop\":5,\"topMarginMobile\":0,\"bottomMarginMobile\":0,\"leftMarginMobile\":0,\"rightMarginMobile\":0,\"marginLink\":false,\"variationSelected\":true,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-94a061b1\"><!-- wp:uagb/info-box {\"classMigrate\":true,\"headingAlign\":\"left\",\"headingColor\":\"\",\"subHeadingColor\":\"\",\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"source_type\":\"image\",\"block_id\":\"b34adb1b\",\"ctaIcon\":\"\",\"ctaType\":\"text\",\"ctaText\":\"READ MORE\",\"ctaLinkColor\":\"var(\\u002d\\u002dast-global-color-0)\",\"ctaDecoration\":\"underline\",\"ctaFontSize\":12,\"ctaFontWeight\":\"600\",\"ctaLetterSpacing\":2,\"ctaBorderColor\":\"\",\"ctaBorderStyle\":\"\",\"ctaBorderWidth\":\"\",\"ctaBorderRadius\":\"\",\"iconBottomMargin\":30,\"iconImage\":{\"id\":290,\"title\":\"room-6\",\"filename\":\"room-6.jpg\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/room-6.jpg\",\"link\":\"https://blueroan.netgen.cloud/room-6/\",\"alt\":\"\",\"author\":\"34\",\"description\":\"\",\"caption\":\"\",\"name\":\"room-6\",\"status\":\"inherit\",\"uploadedTo\":0,\"date\":\"2021-05-11T12:42:24.000Z\",\"modified\":\"2021-05-11T12:42:24.000Z\",\"menuOrder\":0,\"mime\":\"image/jpeg\",\"type\":\"image\",\"subtype\":\"jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/default.png\",\"dateFormatted\":\"May 11, 2021\",\"nonces\":{\"update\":\"ca0f21bc6b\",\"delete\":\"aeb89ca3d4\",\"edit\":\"4be159def3\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=290\\u0026action=edit\",\"meta\":false,\"authorName\":\"Rishabh\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/user-edit.php?user_id=34\",\"filesizeInBytes\":50081,\"filesizeHumanReadable\":\"49 KB\",\"context\":\"\",\"height\":400,\"width\":600,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/room-6-150x150.jpg\",\"orientation\":\"landscape\"},\"medium\":{\"height\":200,\"width\":300,\"url\":\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/room-6-300x200.jpg\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/room-6.jpg\",\"height\":400,\"width\":600,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"imageSize\":\"full\",\"imageWidth\":100,\"imageWidthMobile\":100,\"imageWidthTablet\":100,\"paddingBtnTop\":10,\"paddingBtnBottom\":10,\"paddingBtnLeft\":14,\"paddingBtnRight\":14,\"imageWidthUnit\":\"%\",\"imageWidthUnitTablet\":\"%\",\"imageWidthUnitMobile\":\"%\",\"subHeadTopMargin\":0,\"subHeadRightMargin\":40,\"subHeadLeftMargin\":0,\"subHeadMarginTopTablet\":0,\"subHeadMarginRightTablet\":0,\"subHeadTabletSpace\":20,\"subHeadMarginLeftTablet\":0,\"imgTagHeight\":66,\"imgTagWidth\":600,\"btnBorderTopWidth\":1,\"btnBorderLeftWidth\":1,\"btnBorderRightWidth\":1,\"btnBorderBottomWidth\":1,\"btnBorderTopLeftRadius\":0,\"btnBorderTopRightRadius\":0,\"btnBorderBottomLeftRadius\":0,\"btnBorderBottomRightRadius\":0,\"btnBorderStyle\":\"solid\",\"btnBorderColor\":\"#333\"} -->\n<div class=\"wp-block-uagb-info-box uagb-block-b34adb1b uagb-infobox__content-wrap  uagb-infobox-icon-above-title uagb-infobox-image-valign-top\"><div class=\"uagb-ifb-content\"><div class=\"uagb-ifb-image-content\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/room-6.jpg\" alt=\"\" width=\"100\" height=\"66\" loading=\"lazy\"/></div><div class=\"uagb-ifb-title-wrap\"><h3 class=\"uagb-ifb-title\">The Greek Villa </h3></div><p class=\"uagb-ifb-desc\">Designed like a Greek villa this Mediterranean style reflects a relaxed atmosphere with its dominant white walls and blue ceilings with lovely rustic furnishings</p><div class=\"uagb-ifb-button-wrapper wp-block-button\"><a href=\"\" target=\"_self\" class=\"uagb-infobox-cta-link uagb-disable-link\" rel=\"noopener noreferrer\" alt=\"\"><span class=\"uagb-inline-editing\">READ MORE</span></a></div></div></div>\n<!-- /wp:uagb/info-box --></div>\n<!-- /wp:uagb/container --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"f7a1f770\",\"directionDesktop\":\"row\",\"justifyContentDesktop\":\"flex-start\",\"topMarginDesktop\":54,\"bottomMarginDesktop\":0,\"leftMarginDesktop\":0,\"rightMarginDesktop\":0,\"topMarginMobile\":0,\"bottomMarginMobile\":0,\"leftMarginMobile\":0,\"rightMarginMobile\":0,\"marginLink\":false,\"variationSelected\":true,\"rowGapMobile\":0,\"columnGapDesktop\":0} -->\n<div class=\"wp-block-uagb-container uagb-block-f7a1f770\"><!-- wp:uagb/container {\"block_id\":\"3bfb602c\",\"widthDesktop\":50,\"bottomPaddingDesktop\":20,\"rightPaddingDesktop\":32,\"bottomPaddingTablet\":35,\"rightPaddingTablet\":15,\"bottomPaddingMobile\":65,\"paddingLink\":false,\"topMarginDesktop\":0,\"bottomMarginDesktop\":0,\"leftMarginDesktop\":5,\"rightMarginDesktop\":5,\"topMarginMobile\":0,\"bottomMarginMobile\":0,\"leftMarginMobile\":0,\"rightMarginMobile\":0,\"marginLink\":false,\"variationSelected\":true,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-3bfb602c\"><!-- wp:uagb/info-box {\"classMigrate\":true,\"headingAlign\":\"left\",\"headingColor\":\"\",\"subHeadingColor\":\"\",\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"source_type\":\"image\",\"block_id\":\"94700dff\",\"ctaIcon\":\"\",\"ctaType\":\"text\",\"ctaText\":\"READ MORE\",\"ctaLinkColor\":\"var(\\u002d\\u002dast-global-color-0)\",\"ctaDecoration\":\"underline\",\"ctaFontSize\":12,\"ctaFontWeight\":\"600\",\"ctaLetterSpacing\":2,\"ctaBorderColor\":\"\",\"ctaBorderStyle\":\"\",\"ctaBorderWidth\":\"\",\"ctaBorderRadius\":\"\",\"iconBottomMargin\":30,\"iconImage\":{\"uploading\":false,\"date\":1670943128000,\"filename\":\"AAEAAQAAAAAAAAAAAAAAJDkwZDA0NDg0LWIwNTctNGVlNy05Y2NjLWNjNDllODBmZTI3OA.png\",\"menuOrder\":0,\"uploadedTo\":761,\"type\":\"image\",\"subtype\":\"png\",\"id\":896,\"title\":\"AAEAAQAAAAAAAAAAAAAAJDkwZDA0NDg0LWIwNTctNGVlNy05Y2NjLWNjNDllODBmZTI3OA\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAAJDkwZDA0NDg0LWIwNTctNGVlNy05Y2NjLWNjNDllODBmZTI3OA.png\",\"link\":\"https://blueroan.netgen.cloud/accommodation/aaeaaqaaaaaaaaaaaaaajdkwzda0ndg0lwiwntctngvlny05y2njlwnjndllodbmzti3oa/\",\"alt\":\"Honeymoon suite bedroom \",\"author\":\"2\",\"description\":\"\",\"caption\":\"\",\"name\":\"aaeaaqaaaaaaaaaaaaaajdkwzda0ndg0lwiwntctngvlny05y2njlwnjndllodbmzti3oa\",\"status\":\"inherit\",\"modified\":1670943128000,\"mime\":\"image/png\",\"icon\":\"https://blueroan.netgen.cloud/wp-includes/images/media/default.png\",\"dateFormatted\":\"December 13, 2022\",\"nonces\":{\"update\":\"ef5e68588c\",\"delete\":\"c4dba1213a\",\"edit\":\"aea99f65e2\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=896\\u0026action=edit\",\"meta\":false,\"authorName\":\"Netgen Support\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/profile.php\",\"uploadedToTitle\":\"Accommodation\",\"uploadedToLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=761\\u0026action=edit\",\"filesizeInBytes\":1088370,\"filesizeHumanReadable\":\"1 MB\",\"context\":\"\",\"height\":861,\"width\":1300,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAAJDkwZDA0NDg0LWIwNTctNGVlNy05Y2NjLWNjNDllODBmZTI3OA-150x150.png\",\"orientation\":\"landscape\"},\"medium\":{\"height\":199,\"width\":300,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAAJDkwZDA0NDg0LWIwNTctNGVlNy05Y2NjLWNjNDllODBmZTI3OA-300x199.png\",\"orientation\":\"landscape\"},\"large\":{\"height\":678,\"width\":1024,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAAJDkwZDA0NDg0LWIwNTctNGVlNy05Y2NjLWNjNDllODBmZTI3OA-1024x678.png\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAAJDkwZDA0NDg0LWIwNTctNGVlNy05Y2NjLWNjNDllODBmZTI3OA.png\",\"height\":861,\"width\":1300,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"imageSize\":\"full\",\"imageWidth\":100,\"imageWidthMobile\":100,\"imageWidthTablet\":100,\"paddingBtnTop\":10,\"paddingBtnBottom\":10,\"paddingBtnLeft\":14,\"paddingBtnRight\":14,\"imageWidthUnit\":\"%\",\"imageWidthUnitTablet\":\"%\",\"imageWidthUnitMobile\":\"%\",\"subHeadTopMargin\":0,\"subHeadRightMargin\":40,\"subHeadLeftMargin\":0,\"subHeadMarginTopTablet\":0,\"subHeadMarginRightTablet\":0,\"subHeadTabletSpace\":20,\"subHeadMarginLeftTablet\":0,\"imgTagHeight\":66,\"imgTagWidth\":1300,\"btnBorderTopWidth\":1,\"btnBorderLeftWidth\":1,\"btnBorderRightWidth\":1,\"btnBorderBottomWidth\":1,\"btnBorderTopLeftRadius\":0,\"btnBorderTopRightRadius\":0,\"btnBorderBottomLeftRadius\":0,\"btnBorderBottomRightRadius\":0,\"btnBorderStyle\":\"solid\",\"btnBorderColor\":\"#333\"} -->\n<div class=\"wp-block-uagb-info-box uagb-block-94700dff uagb-infobox__content-wrap  uagb-infobox-icon-above-title uagb-infobox-image-valign-top\"><div class=\"uagb-ifb-content\"><div class=\"uagb-ifb-image-content\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAAJDkwZDA0NDg0LWIwNTctNGVlNy05Y2NjLWNjNDllODBmZTI3OA.png\" alt=\"Honeymoon suite bedroom \" width=\"100\" height=\"66\" loading=\"lazy\"/></div><div class=\"uagb-ifb-title-wrap\"><h3 class=\"uagb-ifb-title\">The Honeymoon suite</h3></div><p class=\"uagb-ifb-desc\">This&nbsp;<a href=\"https://www.collinsdictionary.com/dictionary/english/suite\">suite</a>&nbsp;is perfect for couples - This is an open-plan unit attached to the side of the main house, completely private with its own entrance, own garden, and carport.&nbsp;</p><div class=\"uagb-ifb-button-wrapper wp-block-button\"><a href=\"\" target=\"_self\" class=\"uagb-infobox-cta-link uagb-disable-link\" rel=\"noopener noreferrer\" alt=\"\"><span class=\"uagb-inline-editing\">READ MORE</span></a></div></div></div>\n<!-- /wp:uagb/info-box --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"2959f085\",\"widthDesktop\":50,\"bottomPaddingDesktop\":20,\"rightPaddingDesktop\":32,\"bottomPaddingTablet\":35,\"rightPaddingTablet\":15,\"paddingLink\":false,\"topMarginDesktop\":0,\"bottomMarginDesktop\":0,\"leftMarginDesktop\":5,\"rightMarginDesktop\":5,\"topMarginMobile\":0,\"bottomMarginMobile\":0,\"leftMarginMobile\":0,\"rightMarginMobile\":0,\"marginLink\":false,\"variationSelected\":true,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-2959f085\"></div>\n<!-- /wp:uagb/container --></div>\n<!-- /wp:uagb/container --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"22aa27f7\",\"innerContentCustomWidthDesktop\":781,\"innerContentCustomWidthTablet\":781,\"backgroundType\":\"image\",\"backgroundImageDesktop\":{\"uploading\":false,\"date\":1670943271000,\"filename\":\"AAEAAQAAAAAAAAAAAAAA39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba.png\",\"menuOrder\":0,\"uploadedTo\":761,\"type\":\"image\",\"subtype\":\"png\",\"id\":899,\"title\":\"AAEAAQAAAAAAAAAAAAAA39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAA39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba.png\",\"link\":\"https://blueroan.netgen.cloud/accommodation/aaeaaqaaaaaaaaaaaaaa39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba/\",\"alt\":\"\",\"author\":\"2\",\"description\":\"\",\"caption\":\"\",\"name\":\"aaeaaqaaaaaaaaaaaaaa39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba\",\"status\":\"inherit\",\"modified\":1670943271000,\"mime\":\"image/png\",\"icon\":\"https://blueroan.netgen.cloud/wp-includes/images/media/default.png\",\"dateFormatted\":\"December 13, 2022\",\"nonces\":{\"update\":\"45b2b6c69b\",\"delete\":\"75d81c42ab\",\"edit\":\"88fae030a9\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=899\\u0026action=edit\",\"meta\":false,\"authorName\":\"Netgen Support\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/profile.php\",\"uploadedToTitle\":\"Accommodation\",\"uploadedToLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=761\\u0026action=edit\",\"filesizeInBytes\":2338048,\"filesizeHumanReadable\":\"2 MB\",\"context\":\"\",\"height\":900,\"width\":1200,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAA39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba-150x150.png\",\"orientation\":\"landscape\"},\"medium\":{\"height\":225,\"width\":300,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAA39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba-300x225.png\",\"orientation\":\"landscape\"},\"large\":{\"height\":768,\"width\":1024,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAA39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba-1024x768.png\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAA39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba.png\",\"height\":900,\"width\":1200,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"backgroundImageColor\":\"rgba(42,42,42,0.65)\",\"topPaddingDesktop\":144,\"bottomPaddingDesktop\":144,\"leftPaddingDesktop\":40,\"rightPaddingDesktop\":40,\"topPaddingTablet\":80,\"bottomPaddingTablet\":80,\"leftPaddingTablet\":40,\"rightPaddingTablet\":40,\"topPaddingMobile\":64,\"bottomPaddingMobile\":64,\"leftPaddingMobile\":24,\"rightPaddingMobile\":24,\"paddingLink\":false,\"variationSelected\":true,\"isBlockRootParent\":true,\"overlayType\":\"color\"} -->\n<div class=\"wp-block-uagb-container uagb-block-22aa27f7 alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/advanced-heading {\"block_id\":\"64ac46bc\",\"classMigrate\":true,\"headingDescToggle\":true,\"headingAlign\":\"center\",\"headingColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"subHeadingColor\":\"var(\\u002d\\u002dast-global-color-4)\",\"headSpace\":20} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-64ac46bc\"><h2 class=\"uagb-heading-text\">Plan an Unforgettable Experience at<br>Blue Roan!</h2><p class=\"uagb-desc-text\">We can help you fit your stay and experience within your allotted budget.</p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/advanced-heading {\"block_id\":\"11461fde\",\"classMigrate\":true,\"headingTitleToggle\":false,\"headingDescToggle\":true,\"headingAlign\":\"center\",\"subHeadingColor\":\"var(\\u002d\\u002dast-global-color-4)\",\"subHeadTransform\":\"uppercase\",\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"subHeadLetterSpacing\":2,\"blockTopPadding\":60,\"blockRightPadding\":0,\"blockLeftPadding\":0,\"blockBottomPadding\":0,\"blockTopPaddingMobile\":30,\"blockRightPaddingMobile\":0,\"blockLeftPaddingMobile\":0,\"blockBottomPaddingMobile\":0} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-11461fde\"><p class=\"uagb-desc-text\">BOOK YOUR STAY NOW​</p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/icon-list {\"block_id\":\"81cffee5\",\"classMigrate\":true,\"childMigrate\":true,\"align\":\"center\",\"parentIcon\":\"phone\",\"size\":40,\"sizeMobile\":24,\"sizeTablet\":32,\"fontSize\":48,\"fontSizeMobile\":28,\"fontSizeTablet\":40,\"fontWeight\":\"600\",\"iconColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"labelColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"blockTopPadding\":0,\"blockRightPadding\":0,\"blockLeftPadding\":0,\"blockBottomPadding\":24,\"blockPaddingLink\":false} -->\n<div class=\"wp-block-uagb-icon-list uagb-block-81cffee5\"><div class=\"uagb-icon-list__wrap\"><!-- wp:uagb/icon-list-child {\"block_id\":\"54dab119\",\"label\":\" + 27 (0) 82 575 5409\",\"label_color\":\"\",\"link\":\"tel:+27825755409\",\"disableLink\":true,\"fromParentIcon\":\"phone\",\"imageSizeChild\":40} -->\n<div class=\"wp-block-uagb-icon-list-child uagb-block-54dab119\"><a target=\"_self\" aria-label=\" + 27 (0) 82 575 5409\" rel=\"noopener noreferrer\" href=\"tel:+27825755409\"> </a><span class=\"uagb-icon-list__source-wrap\"><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M511.2 387l-23.25 100.8c-3.266 14.25-15.79 24.22-30.46 24.22C205.2 512 0 306.8 0 54.5c0-14.66 9.969-27.2 24.22-30.45l100.8-23.25C139.7-2.602 154.7 5.018 160.8 18.92l46.52 108.5c5.438 12.78 1.77 27.67-8.98 36.45L144.5 207.1c33.98 69.22 90.26 125.5 159.5 159.5l44.08-53.8c8.688-10.78 23.69-14.51 36.47-8.975l108.5 46.51C506.1 357.2 514.6 372.4 511.2 387z\"></path></svg></span><span class=\"uagb-icon-list__label\"> + 27 (0) 82 575 5409</span></div>\n<!-- /wp:uagb/icon-list-child -->\n\n<!-- wp:uagb/icon-list-child {\"block_id\":\"cf158119\",\"label\":\"blueroan@ugo.co.za\",\"icon\":\"envelope\",\"label_color\":\"\",\"link\":\"mailto:blueroan@ugo.co.za\",\"disableLink\":true,\"fromParentIcon\":\"phone\",\"imageSizeChild\":40} -->\n<div class=\"wp-block-uagb-icon-list-child uagb-block-cf158119\"><a target=\"_self\" aria-label=\"blueroan@ugo.co.za\" rel=\"noopener noreferrer\" href=\"mailto:blueroan@ugo.co.za\"> </a><span class=\"uagb-icon-list__source-wrap\"><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M464 64C490.5 64 512 85.49 512 112C512 127.1 504.9 141.3 492.8 150.4L275.2 313.6C263.8 322.1 248.2 322.1 236.8 313.6L19.2 150.4C7.113 141.3 0 127.1 0 112C0 85.49 21.49 64 48 64H464zM217.6 339.2C240.4 356.3 271.6 356.3 294.4 339.2L512 176V384C512 419.3 483.3 448 448 448H64C28.65 448 0 419.3 0 384V176L217.6 339.2z\"></path></svg></span><span class=\"uagb-icon-list__label\">blueroan@ugo.co.za</span></div>\n<!-- /wp:uagb/icon-list-child --></div></div>\n<!-- /wp:uagb/icon-list --></div></div>\n<!-- /wp:uagb/container -->',	'Accommodation',	'',	'inherit',	'closed',	'closed',	'',	'761-revision-v1',	'',	'',	'2022-12-14 08:48:26',	'2022-12-14 08:48:26',	'',	761,	'https://blueroan.netgen.cloud/?p=949',	0,	'revision',	'',	0),
(950,	2,	'2022-12-14 08:49:54',	'2022-12-14 08:49:54',	'<!-- wp:uagb/container {\"block_id\":\"91d6ef5e\",\"backgroundType\":\"image\",\"backgroundImageDesktop\":{\"id\":797,\"title\":\"blue-roan-guest-farm (13)\",\"filename\":\"blue-roan-guest-farm-13.jpg\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-13.jpg\",\"link\":\"https://blueroan.netgen.cloud/home/blue-roan-guest-farm-13/\",\"alt\":\"\",\"author\":\"2\",\"description\":\"\",\"caption\":\"\",\"name\":\"blue-roan-guest-farm-13\",\"status\":\"inherit\",\"uploadedTo\":760,\"date\":\"2022-12-13T09:37:10.000Z\",\"modified\":\"2022-12-13T09:37:10.000Z\",\"menuOrder\":0,\"mime\":\"image/jpeg\",\"type\":\"image\",\"subtype\":\"jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-includes/images/media/default.png\",\"dateFormatted\":\"December 13, 2022\",\"nonces\":{\"update\":\"88c7dafe15\",\"delete\":\"0e63c986af\",\"edit\":\"ba0aad2d7f\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=797\\u0026action=edit\",\"meta\":false,\"authorName\":\"Netgen Support\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/profile.php\",\"uploadedToTitle\":\"Home\",\"uploadedToLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=760\\u0026action=edit\",\"filesizeInBytes\":201183,\"filesizeHumanReadable\":\"196 KB\",\"context\":\"\",\"height\":667,\"width\":1000,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-13-150x150.jpg\",\"orientation\":\"landscape\"},\"medium\":{\"height\":200,\"width\":300,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-13-300x200.jpg\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-13.jpg\",\"height\":667,\"width\":1000,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"backgroundPositionDesktop\":{\"x\":0.62,\"y\":0.78},\"backgroundSizeTablet\":\"cover\",\"backgroundSizeMobile\":\"cover\",\"backgroundColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"backgroundImageColor\":\"rgba(42,42,42,0.5)\",\"topPaddingDesktop\":220,\"bottomPaddingDesktop\":150,\"topPaddingTablet\":170,\"bottomPaddingTablet\":160,\"leftPaddingTablet\":30,\"rightPaddingTablet\":30,\"topPaddingMobile\":180,\"bottomPaddingMobile\":80,\"leftPaddingMobile\":20,\"rightPaddingMobile\":20,\"paddingLink\":false,\"variationSelected\":true,\"isBlockRootParent\":true,\"overlayType\":\"color\"} -->\n<div class=\"wp-block-uagb-container uagb-block-91d6ef5e alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/advanced-heading {\"block_id\":\"ef8ae609\",\"classMigrate\":true,\"headingDescToggle\":true,\"headingColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"subHeadingColor\":\"var(\\u002d\\u002dast-global-color-4)\",\"headingTag\":\"h1\",\"headSpace\":20,\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"blockTopPadding\":0,\"blockRightPadding\":50,\"blockLeftPadding\":0,\"blockBottomPadding\":0,\"blockTopPaddingTablet\":0,\"blockRightPaddingTablet\":20,\"blockLeftPaddingTablet\":0,\"blockBottomPaddingTablet\":0,\"blockTopPaddingMobile\":0,\"blockRightPaddingMobile\":0,\"blockLeftPaddingMobile\":0,\"blockBottomPaddingMobile\":0,\"blockPaddingUnit\":\"%\",\"blockPaddingUnitTablet\":\"%\"} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-ef8ae609\"><h1 class=\"uagb-heading-text\">Rooms &amp; Accommodation​</h1><p class=\"uagb-desc-text\">If you are looking for a home away from home, even a place your dog can come along then take a closer look into the rooms we offer and pick the one for you.</p></div>\n<!-- /wp:uagb/advanced-heading --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"6bb56651\",\"backgroundType\":\"color\",\"backgroundSizeTablet\":\"cover\",\"backgroundSizeMobile\":\"cover\",\"backgroundColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"topPaddingDesktop\":120,\"bottomPaddingDesktop\":120,\"topPaddingTablet\":80,\"bottomPaddingTablet\":80,\"leftPaddingTablet\":30,\"rightPaddingTablet\":30,\"topPaddingMobile\":80,\"bottomPaddingMobile\":80,\"leftPaddingMobile\":20,\"rightPaddingMobile\":20,\"paddingLink\":false,\"variationSelected\":true,\"rowGapDesktop\":0,\"isBlockRootParent\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-6bb56651 alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/container {\"block_id\":\"0bdbaafc\",\"directionDesktop\":\"row\",\"alignItemsDesktop\":\"flex-end\",\"alignItemsTablet\":\"flex-end\",\"justifyContentDesktop\":\"flex-end\",\"justifyContentTablet\":\"space-between\",\"variationSelected\":true,\"rowGapMobile\":20,\"columnGapDesktop\":0} -->\n<div class=\"wp-block-uagb-container uagb-block-0bdbaafc\"><!-- wp:uagb/advanced-heading {\"block_id\":\"7c071ed0\",\"classMigrate\":true,\"headingDescToggle\":true,\"subHeadingColor\":\"\",\"headSpace\":20,\"subHeadFontSize\":16} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-7c071ed0\"><h2 class=\"uagb-heading-text\">Come &amp; Stay With Us​</h2><p class=\"uagb-desc-text\">There are 7 excellent brick self-catering units available, each private and with a distinctive personality and theme. They are particularly made for pet-free or pet-owning couples looking for a romantic and serene setting to reconnect, celebrate special occasions, or simply unwind on a holiday.<br><br>We are pet-friendly by arrangement as each unit is separately fenced with its own grassy garden with a garden gate leading to the generous park area where pets can socialize. &nbsp;We also have lovely safe off-leash walking trails on our property and beyond. &nbsp;Our units are very luxurious with everything you would need and very homely and charming. Regrettably no children or group bookings.  </p></div>\n<!-- /wp:uagb/advanced-heading --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"196e70db\",\"directionDesktop\":\"row\",\"alignItemsTablet\":\"flex-start\",\"justifyContentDesktop\":\"flex-start\",\"topMarginDesktop\":54,\"bottomMarginDesktop\":0,\"leftMarginDesktop\":0,\"rightMarginDesktop\":0,\"marginLink\":false,\"variationSelected\":true,\"rowGapMobile\":0,\"columnGapDesktop\":0} -->\n<div class=\"wp-block-uagb-container uagb-block-196e70db\"><!-- wp:uagb/container {\"block_id\":\"02a0a9c2\",\"widthDesktop\":50,\"bottomPaddingDesktop\":20,\"rightPaddingDesktop\":32,\"bottomPaddingTablet\":35,\"rightPaddingTablet\":15,\"bottomPaddingMobile\":65,\"paddingLink\":false,\"topMarginDesktop\":0,\"bottomMarginDesktop\":0,\"leftMarginDesktop\":5,\"rightMarginDesktop\":5,\"topMarginMobile\":0,\"bottomMarginMobile\":0,\"leftMarginMobile\":0,\"rightMarginMobile\":0,\"marginLink\":false,\"variationSelected\":true,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-02a0a9c2\"><!-- wp:uagb/info-box {\"classMigrate\":true,\"headingAlign\":\"left\",\"headingColor\":\"\",\"subHeadingColor\":\"\",\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"source_type\":\"image\",\"block_id\":\"d706327d\",\"ctaIcon\":\"\",\"ctaType\":\"text\",\"ctaText\":\"READ MORE\",\"ctaLinkColor\":\"var(\\u002d\\u002dast-global-color-0)\",\"ctaDecoration\":\"underline\",\"ctaFontSize\":12,\"ctaFontWeight\":\"600\",\"ctaLetterSpacing\":2,\"ctaBorderColor\":\"\",\"ctaBorderStyle\":\"\",\"ctaBorderWidth\":\"\",\"ctaBorderRadius\":\"\",\"iconBottomMargin\":30,\"iconImage\":{\"uploading\":false,\"date\":1670936674000,\"filename\":\"blue-roan-guest-farm-10.jpg\",\"menuOrder\":0,\"uploadedTo\":761,\"type\":\"image\",\"subtype\":\"jpeg\",\"id\":863,\"title\":\"blue-roan-guest-farm (10)\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-10.jpg\",\"link\":\"https://blueroan.netgen.cloud/accommodation/blue-roan-guest-farm-10/\",\"alt\":\"\",\"author\":\"2\",\"description\":\"\",\"caption\":\"\",\"name\":\"blue-roan-guest-farm-10\",\"status\":\"inherit\",\"modified\":1670936674000,\"mime\":\"image/jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-includes/images/media/default.png\",\"dateFormatted\":\"December 13, 2022\",\"nonces\":{\"update\":\"1a7491aa65\",\"delete\":\"dc6afaa89c\",\"edit\":\"7635ee35fb\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=863\\u0026action=edit\",\"meta\":false,\"authorName\":\"Netgen Support\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/profile.php\",\"uploadedToTitle\":\"Accommodation\",\"uploadedToLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=761\\u0026action=edit\",\"filesizeInBytes\":149768,\"filesizeHumanReadable\":\"146 KB\",\"context\":\"\",\"height\":667,\"width\":1000,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-10-150x150.jpg\",\"orientation\":\"landscape\"},\"medium\":{\"height\":200,\"width\":300,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-10-300x200.jpg\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-10.jpg\",\"height\":667,\"width\":1000,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"imageSize\":\"full\",\"imageWidth\":100,\"imageWidthMobile\":100,\"imageWidthTablet\":100,\"paddingBtnTop\":10,\"paddingBtnBottom\":10,\"paddingBtnLeft\":14,\"paddingBtnRight\":14,\"imageWidthUnit\":\"%\",\"imageWidthUnitTablet\":\"%\",\"imageWidthUnitMobile\":\"%\",\"subHeadTopMargin\":0,\"subHeadRightMargin\":40,\"subHeadLeftMargin\":0,\"subHeadMarginTopTablet\":0,\"subHeadMarginRightTablet\":0,\"subHeadTabletSpace\":20,\"subHeadMarginLeftTablet\":0,\"imgTagHeight\":66,\"imgTagWidth\":1000,\"btnBorderTopWidth\":1,\"btnBorderLeftWidth\":1,\"btnBorderRightWidth\":1,\"btnBorderBottomWidth\":1,\"btnBorderTopLeftRadius\":0,\"btnBorderTopRightRadius\":0,\"btnBorderBottomLeftRadius\":0,\"btnBorderBottomRightRadius\":0,\"btnBorderStyle\":\"solid\",\"btnBorderColor\":\"#333\"} -->\n<div class=\"wp-block-uagb-info-box uagb-block-d706327d uagb-infobox__content-wrap  uagb-infobox-icon-above-title uagb-infobox-image-valign-top\"><div class=\"uagb-ifb-content\"><div class=\"uagb-ifb-image-content\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-10.jpg\" alt=\"\" width=\"100\" height=\"66\" loading=\"lazy\"/></div><div class=\"uagb-ifb-title-wrap\"><h3 class=\"uagb-ifb-title\">The Barn </h3></div><p class=\"uagb-ifb-desc\">Rustic beams and exposed wood are all hallmarks of our barn-style suite. This is an open-plan unit with lots of windows with a raised king bed on a platform that faces the TV and the mountains.</p><div class=\"uagb-ifb-button-wrapper wp-block-button\"><a href=\"\" target=\"_self\" class=\"uagb-infobox-cta-link uagb-disable-link\" rel=\"noopener noreferrer\" alt=\"\"><span class=\"uagb-inline-editing\">READ MORE</span></a></div></div></div>\n<!-- /wp:uagb/info-box --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"8e9d7472\",\"widthDesktop\":50,\"bottomPaddingDesktop\":20,\"rightPaddingDesktop\":32,\"bottomPaddingTablet\":35,\"rightPaddingTablet\":15,\"bottomPaddingMobile\":65,\"paddingLink\":false,\"topMarginDesktop\":0,\"bottomMarginDesktop\":0,\"leftMarginDesktop\":5,\"rightMarginDesktop\":5,\"topMarginMobile\":0,\"bottomMarginMobile\":0,\"leftMarginMobile\":0,\"rightMarginMobile\":0,\"marginLink\":false,\"variationSelected\":true,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-8e9d7472\"><!-- wp:uagb/info-box {\"classMigrate\":true,\"headingAlign\":\"left\",\"headingColor\":\"\",\"subHeadingColor\":\"\",\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"source_type\":\"image\",\"block_id\":\"4c939432\",\"ctaIcon\":\"\",\"ctaType\":\"text\",\"ctaText\":\"READ MORE\",\"ctaLinkColor\":\"var(\\u002d\\u002dast-global-color-0)\",\"ctaDecoration\":\"underline\",\"ctaFontSize\":12,\"ctaFontWeight\":\"600\",\"ctaLetterSpacing\":2,\"ctaBorderColor\":\"\",\"ctaBorderStyle\":\"\",\"ctaBorderWidth\":\"\",\"ctaBorderRadius\":\"\",\"iconBottomMargin\":30,\"iconImage\":{\"uploading\":false,\"date\":1670936842000,\"filename\":\"tuscan-suite-raised-bed-and-settee.jpg\",\"menuOrder\":0,\"uploadedTo\":761,\"type\":\"image\",\"subtype\":\"jpeg\",\"id\":864,\"title\":\"tuscan-suite-raised-bed-and-settee\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/tuscan-suite-raised-bed-and-settee.jpg\",\"link\":\"https://blueroan.netgen.cloud/accommodation/tuscan-suite-raised-bed-and-settee/\",\"alt\":\"\",\"author\":\"2\",\"description\":\"\",\"caption\":\"\",\"name\":\"tuscan-suite-raised-bed-and-settee\",\"status\":\"inherit\",\"modified\":1670936842000,\"mime\":\"image/jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-includes/images/media/default.png\",\"dateFormatted\":\"December 13, 2022\",\"nonces\":{\"update\":\"0624a4a01a\",\"delete\":\"9e8f0f7a5a\",\"edit\":\"087f94f2e5\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=864\\u0026action=edit\",\"meta\":false,\"authorName\":\"Netgen Support\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/profile.php\",\"uploadedToTitle\":\"Accommodation\",\"uploadedToLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=761\\u0026action=edit\",\"filesizeInBytes\":41923,\"filesizeHumanReadable\":\"41 KB\",\"context\":\"\",\"height\":400,\"width\":600,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/tuscan-suite-raised-bed-and-settee-150x150.jpg\",\"orientation\":\"landscape\"},\"medium\":{\"height\":200,\"width\":300,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/tuscan-suite-raised-bed-and-settee-300x200.jpg\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/tuscan-suite-raised-bed-and-settee.jpg\",\"height\":400,\"width\":600,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"imageSize\":\"full\",\"imageWidth\":100,\"imageWidthMobile\":100,\"imageWidthTablet\":100,\"paddingBtnTop\":10,\"paddingBtnBottom\":10,\"paddingBtnLeft\":14,\"paddingBtnRight\":14,\"imageWidthUnit\":\"%\",\"imageWidthUnitTablet\":\"%\",\"imageWidthUnitMobile\":\"%\",\"subHeadTopMargin\":0,\"subHeadRightMargin\":40,\"subHeadLeftMargin\":0,\"subHeadMarginTopTablet\":0,\"subHeadMarginRightTablet\":0,\"subHeadTabletSpace\":20,\"subHeadMarginLeftTablet\":0,\"imgTagHeight\":66,\"imgTagWidth\":600,\"btnBorderTopWidth\":1,\"btnBorderLeftWidth\":1,\"btnBorderRightWidth\":1,\"btnBorderBottomWidth\":1,\"btnBorderTopLeftRadius\":0,\"btnBorderTopRightRadius\":0,\"btnBorderBottomLeftRadius\":0,\"btnBorderBottomRightRadius\":0,\"btnBorderStyle\":\"solid\",\"btnBorderColor\":\"#333\"} -->\n<div class=\"wp-block-uagb-info-box uagb-block-4c939432 uagb-infobox__content-wrap  uagb-infobox-icon-above-title uagb-infobox-image-valign-top\"><div class=\"uagb-ifb-content\"><div class=\"uagb-ifb-image-content\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/tuscan-suite-raised-bed-and-settee.jpg\" alt=\"\" width=\"100\" height=\"66\" loading=\"lazy\"/></div><div class=\"uagb-ifb-title-wrap\"><h3 class=\"uagb-ifb-title\">The Tuscan Suite </h3></div><p class=\"uagb-ifb-desc\">Terra-cotta tiles, textured wall treatments, gorgeous, intricate murals,&nbsp;and simple, durable furniture with elegant iron accents are all characteristics of Tuscan interior design.</p><div class=\"uagb-ifb-button-wrapper wp-block-button\"><a href=\"\" target=\"_self\" class=\"uagb-infobox-cta-link uagb-disable-link\" rel=\"noopener noreferrer\" alt=\"\"><span class=\"uagb-inline-editing\">READ MORE</span></a></div></div></div>\n<!-- /wp:uagb/info-box --></div>\n<!-- /wp:uagb/container --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"ca182cae\",\"directionDesktop\":\"row\",\"alignItemsTablet\":\"flex-start\",\"justifyContentDesktop\":\"flex-start\",\"topMarginDesktop\":54,\"bottomMarginDesktop\":0,\"leftMarginDesktop\":0,\"rightMarginDesktop\":0,\"topMarginMobile\":0,\"bottomMarginMobile\":0,\"leftMarginMobile\":0,\"rightMarginMobile\":0,\"marginLink\":false,\"variationSelected\":true,\"rowGapMobile\":0,\"columnGapDesktop\":0} -->\n<div class=\"wp-block-uagb-container uagb-block-ca182cae\"><!-- wp:uagb/container {\"block_id\":\"bf352ca4\",\"widthDesktop\":50,\"bottomPaddingDesktop\":20,\"rightPaddingDesktop\":32,\"bottomPaddingTablet\":35,\"leftPaddingTablet\":0,\"rightPaddingTablet\":15,\"bottomPaddingMobile\":65,\"paddingLink\":false,\"topMarginDesktop\":0,\"bottomMarginDesktop\":0,\"leftMarginDesktop\":5,\"rightMarginDesktop\":5,\"topMarginMobile\":0,\"bottomMarginMobile\":0,\"leftMarginMobile\":0,\"rightMarginMobile\":0,\"marginLink\":false,\"variationSelected\":true,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-bf352ca4\"><!-- wp:uagb/info-box {\"classMigrate\":true,\"headingAlign\":\"left\",\"headingColor\":\"\",\"subHeadingColor\":\"\",\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"source_type\":\"image\",\"block_id\":\"da4578ee\",\"ctaIcon\":\"\",\"ctaType\":\"text\",\"ctaText\":\"READ MORE\",\"ctaLinkColor\":\"var(\\u002d\\u002dast-global-color-0)\",\"ctaDecoration\":\"underline\",\"ctaFontSize\":12,\"ctaFontWeight\":\"600\",\"ctaLetterSpacing\":2,\"ctaBorderColor\":\"\",\"ctaBorderStyle\":\"\",\"ctaBorderWidth\":\"\",\"ctaBorderRadius\":\"\",\"iconBottomMargin\":30,\"iconImage\":{\"uploading\":false,\"date\":1670938945000,\"filename\":\"bluebush-king-bed-and-spa-bath.png\",\"menuOrder\":0,\"uploadedTo\":761,\"type\":\"image\",\"subtype\":\"png\",\"id\":881,\"title\":\"bluebush-king-bed-and-spa-bath\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/bluebush-king-bed-and-spa-bath.png\",\"link\":\"https://blueroan.netgen.cloud/accommodation/bluebush-king-bed-and-spa-bath/\",\"alt\":\"\",\"author\":\"2\",\"description\":\"\",\"caption\":\"\",\"name\":\"bluebush-king-bed-and-spa-bath\",\"status\":\"inherit\",\"modified\":1670938945000,\"mime\":\"image/png\",\"icon\":\"https://blueroan.netgen.cloud/wp-includes/images/media/default.png\",\"dateFormatted\":\"December 13, 2022\",\"nonces\":{\"update\":\"e1c334788a\",\"delete\":\"b219c40b29\",\"edit\":\"273b944edc\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=881\\u0026action=edit\",\"meta\":false,\"authorName\":\"Netgen Support\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/profile.php\",\"uploadedToTitle\":\"Accommodation\",\"uploadedToLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=761\\u0026action=edit\",\"filesizeInBytes\":1195033,\"filesizeHumanReadable\":\"1 MB\",\"context\":\"\",\"height\":667,\"width\":1000,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/bluebush-king-bed-and-spa-bath-150x150.png\",\"orientation\":\"landscape\"},\"medium\":{\"height\":200,\"width\":300,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/bluebush-king-bed-and-spa-bath-300x200.png\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/bluebush-king-bed-and-spa-bath.png\",\"height\":667,\"width\":1000,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"imageSize\":\"full\",\"imageWidth\":100,\"imageWidthMobile\":100,\"imageWidthTablet\":100,\"paddingBtnTop\":10,\"paddingBtnBottom\":10,\"paddingBtnLeft\":14,\"paddingBtnRight\":14,\"imageWidthUnit\":\"%\",\"imageWidthUnitTablet\":\"%\",\"imageWidthUnitMobile\":\"%\",\"subHeadTopMargin\":0,\"subHeadRightMargin\":40,\"subHeadLeftMargin\":0,\"subHeadMarginTopTablet\":0,\"subHeadMarginRightTablet\":0,\"subHeadTabletSpace\":20,\"subHeadMarginLeftTablet\":0,\"imgTagHeight\":66,\"imgTagWidth\":1000,\"btnBorderTopWidth\":1,\"btnBorderLeftWidth\":1,\"btnBorderRightWidth\":1,\"btnBorderBottomWidth\":1,\"btnBorderTopLeftRadius\":0,\"btnBorderTopRightRadius\":0,\"btnBorderBottomLeftRadius\":0,\"btnBorderBottomRightRadius\":0,\"btnBorderStyle\":\"solid\",\"btnBorderColor\":\"#333\"} -->\n<div class=\"wp-block-uagb-info-box uagb-block-da4578ee uagb-infobox__content-wrap  uagb-infobox-icon-above-title uagb-infobox-image-valign-top\"><div class=\"uagb-ifb-content\"><div class=\"uagb-ifb-image-content\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/bluebush-king-bed-and-spa-bath.png\" alt=\"\" width=\"100\" height=\"66\" loading=\"lazy\"/></div><div class=\"uagb-ifb-title-wrap\"><h3 class=\"uagb-ifb-title\">The Bluebush </h3></div><p class=\"uagb-ifb-desc\">A warm and comforting suite with a very homely feeling. Settle in and relax like you would at home. Relax with a perfect corner-shaped spa bath and open-plan&nbsp;living area.</p><div class=\"uagb-ifb-button-wrapper wp-block-button\"><a href=\"\" target=\"_self\" class=\"uagb-infobox-cta-link uagb-disable-link\" rel=\"noopener noreferrer\" alt=\"\"><span class=\"uagb-inline-editing\">READ MORE</span></a></div></div></div>\n<!-- /wp:uagb/info-box --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"9ef9c3cf\",\"widthDesktop\":50,\"bottomPaddingDesktop\":20,\"rightPaddingDesktop\":32,\"bottomPaddingTablet\":35,\"rightPaddingTablet\":15,\"bottomPaddingMobile\":65,\"paddingLink\":false,\"topMarginDesktop\":0,\"bottomMarginDesktop\":0,\"leftMarginDesktop\":5,\"rightMarginDesktop\":5,\"topMarginMobile\":0,\"bottomMarginMobile\":0,\"leftMarginMobile\":0,\"rightMarginMobile\":0,\"marginLink\":false,\"variationSelected\":true,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-9ef9c3cf\"><!-- wp:uagb/info-box {\"classMigrate\":true,\"headingAlign\":\"left\",\"headingColor\":\"\",\"subHeadingColor\":\"\",\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"source_type\":\"image\",\"block_id\":\"f38132e2\",\"ctaIcon\":\"\",\"ctaType\":\"text\",\"ctaText\":\"READ MORE\",\"ctaLinkColor\":\"var(\\u002d\\u002dast-global-color-0)\",\"ctaDecoration\":\"underline\",\"ctaFontSize\":12,\"ctaFontWeight\":\"600\",\"ctaLetterSpacing\":2,\"ctaBorderColor\":\"\",\"ctaBorderStyle\":\"\",\"ctaBorderWidth\":\"\",\"ctaBorderRadius\":\"\",\"iconBottomMargin\":30,\"iconImage\":{\"uploading\":false,\"date\":1670938831000,\"filename\":\"blue-roan-guest-farm-11.jpg\",\"menuOrder\":0,\"uploadedTo\":761,\"type\":\"image\",\"subtype\":\"jpeg\",\"id\":879,\"title\":\"blue-roan-guest-farm (11)\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-11.jpg\",\"link\":\"https://blueroan.netgen.cloud/accommodation/blue-roan-guest-farm-11/\",\"alt\":\"\",\"author\":\"2\",\"description\":\"\",\"caption\":\"\",\"name\":\"blue-roan-guest-farm-11\",\"status\":\"inherit\",\"modified\":1670938831000,\"mime\":\"image/jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-includes/images/media/default.png\",\"dateFormatted\":\"December 13, 2022\",\"nonces\":{\"update\":\"294125e9db\",\"delete\":\"1a7a578cdb\",\"edit\":\"79b313e573\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=879\\u0026action=edit\",\"meta\":false,\"authorName\":\"Netgen Support\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/profile.php\",\"uploadedToTitle\":\"Accommodation\",\"uploadedToLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=761\\u0026action=edit\",\"filesizeInBytes\":175055,\"filesizeHumanReadable\":\"171 KB\",\"context\":\"\",\"height\":667,\"width\":1000,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-11-150x150.jpg\",\"orientation\":\"landscape\"},\"medium\":{\"height\":200,\"width\":300,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-11-300x200.jpg\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-11.jpg\",\"height\":667,\"width\":1000,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"imageSize\":\"full\",\"imageWidth\":100,\"imageWidthMobile\":100,\"imageWidthTablet\":100,\"paddingBtnTop\":10,\"paddingBtnBottom\":10,\"paddingBtnLeft\":14,\"paddingBtnRight\":14,\"imageWidthUnit\":\"%\",\"imageWidthUnitTablet\":\"%\",\"imageWidthUnitMobile\":\"%\",\"subHeadTopMargin\":0,\"subHeadRightMargin\":40,\"subHeadLeftMargin\":0,\"subHeadMarginTopTablet\":0,\"subHeadMarginRightTablet\":0,\"subHeadTabletSpace\":20,\"subHeadMarginLeftTablet\":0,\"imgTagHeight\":66,\"imgTagWidth\":1000,\"btnBorderTopWidth\":1,\"btnBorderLeftWidth\":1,\"btnBorderRightWidth\":1,\"btnBorderBottomWidth\":1,\"btnBorderTopLeftRadius\":0,\"btnBorderTopRightRadius\":0,\"btnBorderBottomLeftRadius\":0,\"btnBorderBottomRightRadius\":0,\"btnBorderStyle\":\"solid\",\"btnBorderColor\":\"#333\"} -->\n<div class=\"wp-block-uagb-info-box uagb-block-f38132e2 uagb-infobox__content-wrap  uagb-infobox-icon-above-title uagb-infobox-image-valign-top\"><div class=\"uagb-ifb-content\"><div class=\"uagb-ifb-image-content\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-11.jpg\" alt=\"\" width=\"100\" height=\"66\" loading=\"lazy\"/></div><div class=\"uagb-ifb-title-wrap\"><h3 class=\"uagb-ifb-title\">The Mexican Loft </h3></div><p class=\"uagb-ifb-desc\">This Mexican-inspired unit is full of bold colors and rustic furnishings. This design style has a multifarious feel, mixing rustic wood, authentic art, textiles, and a vivid palette of color</p><div class=\"uagb-ifb-button-wrapper wp-block-button\"><a href=\"\" target=\"_self\" class=\"uagb-infobox-cta-link uagb-disable-link\" rel=\"noopener noreferrer\" alt=\"\"><span class=\"uagb-inline-editing\">READ MORE</span></a></div></div></div>\n<!-- /wp:uagb/info-box --></div>\n<!-- /wp:uagb/container --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"8b486b39\",\"directionDesktop\":\"row\",\"justifyContentDesktop\":\"flex-start\",\"topMarginDesktop\":54,\"bottomMarginDesktop\":0,\"leftMarginDesktop\":0,\"rightMarginDesktop\":0,\"topMarginMobile\":0,\"bottomMarginMobile\":0,\"leftMarginMobile\":0,\"rightMarginMobile\":0,\"marginLink\":false,\"variationSelected\":true,\"rowGapMobile\":0,\"columnGapDesktop\":0} -->\n<div class=\"wp-block-uagb-container uagb-block-8b486b39\"><!-- wp:uagb/container {\"block_id\":\"5b7e7267\",\"widthDesktop\":50,\"bottomPaddingDesktop\":20,\"rightPaddingDesktop\":32,\"bottomPaddingTablet\":35,\"rightPaddingTablet\":15,\"bottomPaddingMobile\":65,\"paddingLink\":false,\"topMarginDesktop\":0,\"bottomMarginDesktop\":0,\"leftMarginDesktop\":5,\"rightMarginDesktop\":5,\"topMarginMobile\":0,\"bottomMarginMobile\":0,\"leftMarginMobile\":0,\"rightMarginMobile\":0,\"marginLink\":false,\"variationSelected\":true,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-5b7e7267\"><!-- wp:uagb/info-box {\"classMigrate\":true,\"headingAlign\":\"left\",\"headingColor\":\"\",\"subHeadingColor\":\"\",\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"source_type\":\"image\",\"block_id\":\"e1e6eb85\",\"ctaIcon\":\"\",\"ctaType\":\"text\",\"ctaText\":\"READ MORE\",\"ctaLinkColor\":\"var(\\u002d\\u002dast-global-color-0)\",\"ctaDecoration\":\"underline\",\"ctaFontSize\":12,\"ctaFontWeight\":\"600\",\"ctaLetterSpacing\":2,\"ctaBorderColor\":\"\",\"ctaBorderStyle\":\"\",\"ctaBorderWidth\":\"\",\"ctaBorderRadius\":\"\",\"iconBottomMargin\":30,\"iconImage\":{\"uploading\":false,\"date\":1670939381000,\"filename\":\"acacia-lounge.jpg\",\"menuOrder\":0,\"uploadedTo\":761,\"type\":\"image\",\"subtype\":\"jpeg\",\"id\":885,\"title\":\"acacia-lounge\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/acacia-lounge.jpg\",\"link\":\"https://blueroan.netgen.cloud/accommodation/acacia-lounge/\",\"alt\":\"\",\"author\":\"2\",\"description\":\"\",\"caption\":\"\",\"name\":\"acacia-lounge\",\"status\":\"inherit\",\"modified\":1670939381000,\"mime\":\"image/jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-includes/images/media/default.png\",\"dateFormatted\":\"December 13, 2022\",\"nonces\":{\"update\":\"17e284dc72\",\"delete\":\"0967fb8415\",\"edit\":\"99ac1eb1a8\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=885\\u0026action=edit\",\"meta\":false,\"authorName\":\"Netgen Support\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/profile.php\",\"uploadedToTitle\":\"Accommodation\",\"uploadedToLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=761\\u0026action=edit\",\"filesizeInBytes\":37270,\"filesizeHumanReadable\":\"36 KB\",\"context\":\"\",\"height\":400,\"width\":600,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/acacia-lounge-150x150.jpg\",\"orientation\":\"landscape\"},\"medium\":{\"height\":200,\"width\":300,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/acacia-lounge-300x200.jpg\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/acacia-lounge.jpg\",\"height\":400,\"width\":600,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"imageSize\":\"full\",\"imageWidth\":100,\"imageWidthMobile\":100,\"imageWidthTablet\":100,\"paddingBtnTop\":10,\"paddingBtnBottom\":10,\"paddingBtnLeft\":14,\"paddingBtnRight\":14,\"imageWidthUnit\":\"%\",\"imageWidthUnitTablet\":\"%\",\"imageWidthUnitMobile\":\"%\",\"subHeadTopMargin\":0,\"subHeadRightMargin\":40,\"subHeadLeftMargin\":0,\"subHeadMarginTopTablet\":0,\"subHeadMarginRightTablet\":0,\"subHeadTabletSpace\":20,\"subHeadMarginLeftTablet\":0,\"imgTagHeight\":66,\"imgTagWidth\":600,\"btnBorderTopWidth\":1,\"btnBorderLeftWidth\":1,\"btnBorderRightWidth\":1,\"btnBorderBottomWidth\":1,\"btnBorderTopLeftRadius\":0,\"btnBorderTopRightRadius\":0,\"btnBorderBottomLeftRadius\":0,\"btnBorderBottomRightRadius\":0,\"btnBorderStyle\":\"solid\",\"btnBorderColor\":\"#333\"} -->\n<div class=\"wp-block-uagb-info-box uagb-block-e1e6eb85 uagb-infobox__content-wrap  uagb-infobox-icon-above-title uagb-infobox-image-valign-top\"><div class=\"uagb-ifb-content\"><div class=\"uagb-ifb-image-content\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/acacia-lounge.jpg\" alt=\"\" width=\"100\" height=\"66\" loading=\"lazy\"/></div><div class=\"uagb-ifb-title-wrap\"><h3 class=\"uagb-ifb-title\">The Acacia </h3></div><p class=\"uagb-ifb-desc\">The largest unit we have named after the Acacia tree. This suite is rugged and rustic and has a spacious open plan living area opening onto a covered patio with a brick braai area. </p><div class=\"uagb-ifb-button-wrapper wp-block-button\"><a href=\"\" target=\"_self\" class=\"uagb-infobox-cta-link uagb-disable-link\" rel=\"noopener noreferrer\" alt=\"\"><span class=\"uagb-inline-editing\">READ MORE</span></a></div></div></div>\n<!-- /wp:uagb/info-box --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"b45a8f0e\",\"widthDesktop\":50,\"bottomPaddingDesktop\":20,\"rightPaddingDesktop\":32,\"bottomPaddingTablet\":35,\"rightPaddingTablet\":15,\"paddingLink\":false,\"topMarginDesktop\":0,\"bottomMarginDesktop\":0,\"leftMarginDesktop\":5,\"rightMarginDesktop\":5,\"topMarginMobile\":0,\"bottomMarginMobile\":0,\"leftMarginMobile\":0,\"rightMarginMobile\":0,\"marginLink\":false,\"variationSelected\":true,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-b45a8f0e\"><!-- wp:uagb/info-box {\"classMigrate\":true,\"headingAlign\":\"left\",\"headingColor\":\"\",\"subHeadingColor\":\"\",\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"source_type\":\"image\",\"block_id\":\"f5530157\",\"ctaIcon\":\"\",\"ctaType\":\"text\",\"ctaText\":\"READ MORE\",\"ctaLinkColor\":\"var(\\u002d\\u002dast-global-color-0)\",\"ctaDecoration\":\"underline\",\"ctaFontSize\":12,\"ctaFontWeight\":\"600\",\"ctaLetterSpacing\":2,\"ctaBorderColor\":\"\",\"ctaBorderStyle\":\"\",\"ctaBorderWidth\":\"\",\"ctaBorderRadius\":\"\",\"iconBottomMargin\":30,\"iconImage\":{\"id\":290,\"title\":\"room-6\",\"filename\":\"room-6.jpg\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/room-6.jpg\",\"link\":\"https://blueroan.netgen.cloud/room-6/\",\"alt\":\"\",\"author\":\"34\",\"description\":\"\",\"caption\":\"\",\"name\":\"room-6\",\"status\":\"inherit\",\"uploadedTo\":0,\"date\":\"2021-05-11T12:42:24.000Z\",\"modified\":\"2021-05-11T12:42:24.000Z\",\"menuOrder\":0,\"mime\":\"image/jpeg\",\"type\":\"image\",\"subtype\":\"jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/default.png\",\"dateFormatted\":\"May 11, 2021\",\"nonces\":{\"update\":\"ca0f21bc6b\",\"delete\":\"aeb89ca3d4\",\"edit\":\"4be159def3\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=290\\u0026action=edit\",\"meta\":false,\"authorName\":\"Rishabh\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/user-edit.php?user_id=34\",\"filesizeInBytes\":50081,\"filesizeHumanReadable\":\"49 KB\",\"context\":\"\",\"height\":400,\"width\":600,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/room-6-150x150.jpg\",\"orientation\":\"landscape\"},\"medium\":{\"height\":200,\"width\":300,\"url\":\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/room-6-300x200.jpg\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/room-6.jpg\",\"height\":400,\"width\":600,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"imageSize\":\"full\",\"imageWidth\":100,\"imageWidthMobile\":100,\"imageWidthTablet\":100,\"paddingBtnTop\":10,\"paddingBtnBottom\":10,\"paddingBtnLeft\":14,\"paddingBtnRight\":14,\"imageWidthUnit\":\"%\",\"imageWidthUnitTablet\":\"%\",\"imageWidthUnitMobile\":\"%\",\"subHeadTopMargin\":0,\"subHeadRightMargin\":40,\"subHeadLeftMargin\":0,\"subHeadMarginTopTablet\":0,\"subHeadMarginRightTablet\":0,\"subHeadTabletSpace\":20,\"subHeadMarginLeftTablet\":0,\"imgTagHeight\":66,\"imgTagWidth\":600,\"btnBorderTopWidth\":1,\"btnBorderLeftWidth\":1,\"btnBorderRightWidth\":1,\"btnBorderBottomWidth\":1,\"btnBorderTopLeftRadius\":0,\"btnBorderTopRightRadius\":0,\"btnBorderBottomLeftRadius\":0,\"btnBorderBottomRightRadius\":0,\"btnBorderStyle\":\"solid\",\"btnBorderColor\":\"#333\"} -->\n<div class=\"wp-block-uagb-info-box uagb-block-f5530157 uagb-infobox__content-wrap  uagb-infobox-icon-above-title uagb-infobox-image-valign-top\"><div class=\"uagb-ifb-content\"><div class=\"uagb-ifb-image-content\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/room-6.jpg\" alt=\"\" width=\"100\" height=\"66\" loading=\"lazy\"/></div><div class=\"uagb-ifb-title-wrap\"><h3 class=\"uagb-ifb-title\">The Greek Villa </h3></div><p class=\"uagb-ifb-desc\">Designed like a Greek villa this Mediterranean style reflects a relaxed atmosphere with its dominant white walls and blue ceilings with lovely rustic furnishings</p><div class=\"uagb-ifb-button-wrapper wp-block-button\"><a href=\"\" target=\"_self\" class=\"uagb-infobox-cta-link uagb-disable-link\" rel=\"noopener noreferrer\" alt=\"\"><span class=\"uagb-inline-editing\">READ MORE</span></a></div></div></div>\n<!-- /wp:uagb/info-box --></div>\n<!-- /wp:uagb/container --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"2048fb11\",\"directionDesktop\":\"row\",\"justifyContentDesktop\":\"flex-start\",\"topMarginDesktop\":54,\"bottomMarginDesktop\":0,\"leftMarginDesktop\":0,\"rightMarginDesktop\":0,\"topMarginMobile\":0,\"bottomMarginMobile\":0,\"leftMarginMobile\":0,\"rightMarginMobile\":0,\"marginLink\":false,\"variationSelected\":true,\"rowGapMobile\":0,\"columnGapDesktop\":0} -->\n<div class=\"wp-block-uagb-container uagb-block-2048fb11\"><!-- wp:uagb/container {\"block_id\":\"b8b604bd\",\"widthDesktop\":50,\"bottomPaddingDesktop\":20,\"rightPaddingDesktop\":32,\"bottomPaddingTablet\":35,\"rightPaddingTablet\":15,\"bottomPaddingMobile\":65,\"paddingLink\":false,\"topMarginDesktop\":0,\"bottomMarginDesktop\":0,\"leftMarginDesktop\":5,\"rightMarginDesktop\":5,\"topMarginMobile\":0,\"bottomMarginMobile\":0,\"leftMarginMobile\":0,\"rightMarginMobile\":0,\"marginLink\":false,\"variationSelected\":true,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-b8b604bd\"><!-- wp:uagb/info-box {\"classMigrate\":true,\"headingAlign\":\"left\",\"headingColor\":\"\",\"subHeadingColor\":\"\",\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"source_type\":\"image\",\"block_id\":\"b9b7613c\",\"ctaIcon\":\"\",\"ctaType\":\"text\",\"ctaText\":\"READ MORE\",\"ctaLinkColor\":\"var(\\u002d\\u002dast-global-color-0)\",\"ctaDecoration\":\"underline\",\"ctaFontSize\":12,\"ctaFontWeight\":\"600\",\"ctaLetterSpacing\":2,\"ctaBorderColor\":\"\",\"ctaBorderStyle\":\"\",\"ctaBorderWidth\":\"\",\"ctaBorderRadius\":\"\",\"iconBottomMargin\":30,\"iconImage\":{\"uploading\":false,\"date\":1670943128000,\"filename\":\"AAEAAQAAAAAAAAAAAAAAJDkwZDA0NDg0LWIwNTctNGVlNy05Y2NjLWNjNDllODBmZTI3OA.png\",\"menuOrder\":0,\"uploadedTo\":761,\"type\":\"image\",\"subtype\":\"png\",\"id\":896,\"title\":\"AAEAAQAAAAAAAAAAAAAAJDkwZDA0NDg0LWIwNTctNGVlNy05Y2NjLWNjNDllODBmZTI3OA\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAAJDkwZDA0NDg0LWIwNTctNGVlNy05Y2NjLWNjNDllODBmZTI3OA.png\",\"link\":\"https://blueroan.netgen.cloud/accommodation/aaeaaqaaaaaaaaaaaaaajdkwzda0ndg0lwiwntctngvlny05y2njlwnjndllodbmzti3oa/\",\"alt\":\"Honeymoon suite bedroom \",\"author\":\"2\",\"description\":\"\",\"caption\":\"\",\"name\":\"aaeaaqaaaaaaaaaaaaaajdkwzda0ndg0lwiwntctngvlny05y2njlwnjndllodbmzti3oa\",\"status\":\"inherit\",\"modified\":1670943128000,\"mime\":\"image/png\",\"icon\":\"https://blueroan.netgen.cloud/wp-includes/images/media/default.png\",\"dateFormatted\":\"December 13, 2022\",\"nonces\":{\"update\":\"ef5e68588c\",\"delete\":\"c4dba1213a\",\"edit\":\"aea99f65e2\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=896\\u0026action=edit\",\"meta\":false,\"authorName\":\"Netgen Support\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/profile.php\",\"uploadedToTitle\":\"Accommodation\",\"uploadedToLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=761\\u0026action=edit\",\"filesizeInBytes\":1088370,\"filesizeHumanReadable\":\"1 MB\",\"context\":\"\",\"height\":861,\"width\":1300,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAAJDkwZDA0NDg0LWIwNTctNGVlNy05Y2NjLWNjNDllODBmZTI3OA-150x150.png\",\"orientation\":\"landscape\"},\"medium\":{\"height\":199,\"width\":300,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAAJDkwZDA0NDg0LWIwNTctNGVlNy05Y2NjLWNjNDllODBmZTI3OA-300x199.png\",\"orientation\":\"landscape\"},\"large\":{\"height\":678,\"width\":1024,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAAJDkwZDA0NDg0LWIwNTctNGVlNy05Y2NjLWNjNDllODBmZTI3OA-1024x678.png\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAAJDkwZDA0NDg0LWIwNTctNGVlNy05Y2NjLWNjNDllODBmZTI3OA.png\",\"height\":861,\"width\":1300,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"imageSize\":\"full\",\"imageWidth\":100,\"imageWidthMobile\":100,\"imageWidthTablet\":100,\"paddingBtnTop\":10,\"paddingBtnBottom\":10,\"paddingBtnLeft\":14,\"paddingBtnRight\":14,\"imageWidthUnit\":\"%\",\"imageWidthUnitTablet\":\"%\",\"imageWidthUnitMobile\":\"%\",\"subHeadTopMargin\":0,\"subHeadRightMargin\":40,\"subHeadLeftMargin\":0,\"subHeadMarginTopTablet\":0,\"subHeadMarginRightTablet\":0,\"subHeadTabletSpace\":20,\"subHeadMarginLeftTablet\":0,\"imgTagHeight\":66,\"imgTagWidth\":1300,\"btnBorderTopWidth\":1,\"btnBorderLeftWidth\":1,\"btnBorderRightWidth\":1,\"btnBorderBottomWidth\":1,\"btnBorderTopLeftRadius\":0,\"btnBorderTopRightRadius\":0,\"btnBorderBottomLeftRadius\":0,\"btnBorderBottomRightRadius\":0,\"btnBorderStyle\":\"solid\",\"btnBorderColor\":\"#333\"} -->\n<div class=\"wp-block-uagb-info-box uagb-block-b9b7613c uagb-infobox__content-wrap  uagb-infobox-icon-above-title uagb-infobox-image-valign-top\"><div class=\"uagb-ifb-content\"><div class=\"uagb-ifb-image-content\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAAJDkwZDA0NDg0LWIwNTctNGVlNy05Y2NjLWNjNDllODBmZTI3OA.png\" alt=\"Honeymoon suite bedroom \" width=\"100\" height=\"66\" loading=\"lazy\"/></div><div class=\"uagb-ifb-title-wrap\"><h3 class=\"uagb-ifb-title\">The Honeymoon suite</h3></div><p class=\"uagb-ifb-desc\">This&nbsp;<a href=\"https://www.collinsdictionary.com/dictionary/english/suite\">suite</a>&nbsp;is perfect for couples - This is an open-plan unit attached to the side of the main house, completely private with its own entrance, own garden, and carport.&nbsp;</p><div class=\"uagb-ifb-button-wrapper wp-block-button\"><a href=\"\" target=\"_self\" class=\"uagb-infobox-cta-link uagb-disable-link\" rel=\"noopener noreferrer\" alt=\"\"><span class=\"uagb-inline-editing\">READ MORE</span></a></div></div></div>\n<!-- /wp:uagb/info-box --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"80073972\",\"widthDesktop\":50,\"bottomPaddingDesktop\":20,\"rightPaddingDesktop\":32,\"bottomPaddingTablet\":35,\"rightPaddingTablet\":15,\"paddingLink\":false,\"topMarginDesktop\":0,\"bottomMarginDesktop\":0,\"leftMarginDesktop\":5,\"rightMarginDesktop\":5,\"topMarginMobile\":0,\"bottomMarginMobile\":0,\"leftMarginMobile\":0,\"rightMarginMobile\":0,\"marginLink\":false,\"variationSelected\":true,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-80073972\"></div>\n<!-- /wp:uagb/container --></div>\n<!-- /wp:uagb/container --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"e5a2a416\",\"innerContentCustomWidthDesktop\":781,\"innerContentCustomWidthTablet\":781,\"backgroundType\":\"image\",\"backgroundImageDesktop\":{\"uploading\":false,\"date\":1670943271000,\"filename\":\"AAEAAQAAAAAAAAAAAAAA39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba.png\",\"menuOrder\":0,\"uploadedTo\":761,\"type\":\"image\",\"subtype\":\"png\",\"id\":899,\"title\":\"AAEAAQAAAAAAAAAAAAAA39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAA39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba.png\",\"link\":\"https://blueroan.netgen.cloud/accommodation/aaeaaqaaaaaaaaaaaaaa39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba/\",\"alt\":\"\",\"author\":\"2\",\"description\":\"\",\"caption\":\"\",\"name\":\"aaeaaqaaaaaaaaaaaaaa39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba\",\"status\":\"inherit\",\"modified\":1670943271000,\"mime\":\"image/png\",\"icon\":\"https://blueroan.netgen.cloud/wp-includes/images/media/default.png\",\"dateFormatted\":\"December 13, 2022\",\"nonces\":{\"update\":\"45b2b6c69b\",\"delete\":\"75d81c42ab\",\"edit\":\"88fae030a9\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=899\\u0026action=edit\",\"meta\":false,\"authorName\":\"Netgen Support\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/profile.php\",\"uploadedToTitle\":\"Accommodation\",\"uploadedToLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=761\\u0026action=edit\",\"filesizeInBytes\":2338048,\"filesizeHumanReadable\":\"2 MB\",\"context\":\"\",\"height\":900,\"width\":1200,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAA39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba-150x150.png\",\"orientation\":\"landscape\"},\"medium\":{\"height\":225,\"width\":300,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAA39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba-300x225.png\",\"orientation\":\"landscape\"},\"large\":{\"height\":768,\"width\":1024,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAA39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba-1024x768.png\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAA39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba.png\",\"height\":900,\"width\":1200,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"backgroundImageColor\":\"rgba(42,42,42,0.65)\",\"topPaddingDesktop\":144,\"bottomPaddingDesktop\":144,\"leftPaddingDesktop\":40,\"rightPaddingDesktop\":40,\"topPaddingTablet\":80,\"bottomPaddingTablet\":80,\"leftPaddingTablet\":40,\"rightPaddingTablet\":40,\"topPaddingMobile\":64,\"bottomPaddingMobile\":64,\"leftPaddingMobile\":24,\"rightPaddingMobile\":24,\"paddingLink\":false,\"variationSelected\":true,\"isBlockRootParent\":true,\"overlayType\":\"color\"} -->\n<div class=\"wp-block-uagb-container uagb-block-e5a2a416 alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/advanced-heading {\"block_id\":\"69dbbca8\",\"classMigrate\":true,\"headingDescToggle\":true,\"headingAlign\":\"center\",\"headingColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"subHeadingColor\":\"var(\\u002d\\u002dast-global-color-4)\",\"headSpace\":20} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-69dbbca8\"><h2 class=\"uagb-heading-text\">Plan an Unforgettable Experience at<br>Blue Roan!</h2><p class=\"uagb-desc-text\">We can help you fit your stay and experience within your allotted budget.</p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/advanced-heading {\"block_id\":\"bffba151\",\"classMigrate\":true,\"headingTitleToggle\":false,\"headingDescToggle\":true,\"headingAlign\":\"center\",\"subHeadingColor\":\"var(\\u002d\\u002dast-global-color-4)\",\"subHeadTransform\":\"uppercase\",\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"subHeadLetterSpacing\":2,\"blockTopPadding\":60,\"blockRightPadding\":0,\"blockLeftPadding\":0,\"blockBottomPadding\":0,\"blockTopPaddingMobile\":30,\"blockRightPaddingMobile\":0,\"blockLeftPaddingMobile\":0,\"blockBottomPaddingMobile\":0} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-bffba151\"><p class=\"uagb-desc-text\">BOOK YOUR STAY NOW​</p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/icon-list {\"block_id\":\"1aeaf18b\",\"classMigrate\":true,\"childMigrate\":true,\"align\":\"center\",\"parentIcon\":\"phone\",\"size\":40,\"sizeMobile\":24,\"sizeTablet\":32,\"fontSize\":48,\"fontSizeMobile\":28,\"fontSizeTablet\":40,\"fontWeight\":\"600\",\"iconColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"labelColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"blockTopPadding\":0,\"blockRightPadding\":0,\"blockLeftPadding\":0,\"blockBottomPadding\":24,\"blockPaddingLink\":false} -->\n<div class=\"wp-block-uagb-icon-list uagb-block-1aeaf18b\"><div class=\"uagb-icon-list__wrap\"><!-- wp:uagb/icon-list-child {\"block_id\":\"0ccb399f\",\"label\":\" + 27 (0) 82 575 5409\",\"label_color\":\"\",\"link\":\"tel:+27825755409\",\"disableLink\":true,\"fromParentIcon\":\"phone\",\"imageSizeChild\":40} -->\n<div class=\"wp-block-uagb-icon-list-child uagb-block-0ccb399f\"><a target=\"_self\" aria-label=\" + 27 (0) 82 575 5409\" rel=\"noopener noreferrer\" href=\"tel:+27825755409\"> </a><span class=\"uagb-icon-list__source-wrap\"><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M511.2 387l-23.25 100.8c-3.266 14.25-15.79 24.22-30.46 24.22C205.2 512 0 306.8 0 54.5c0-14.66 9.969-27.2 24.22-30.45l100.8-23.25C139.7-2.602 154.7 5.018 160.8 18.92l46.52 108.5c5.438 12.78 1.77 27.67-8.98 36.45L144.5 207.1c33.98 69.22 90.26 125.5 159.5 159.5l44.08-53.8c8.688-10.78 23.69-14.51 36.47-8.975l108.5 46.51C506.1 357.2 514.6 372.4 511.2 387z\"></path></svg></span><span class=\"uagb-icon-list__label\"> + 27 (0) 82 575 5409</span></div>\n<!-- /wp:uagb/icon-list-child -->\n\n<!-- wp:uagb/icon-list-child {\"block_id\":\"695a6873\",\"label\":\"blueroan@ugo.co.za\",\"icon\":\"envelope\",\"label_color\":\"\",\"link\":\"mailto:blueroan@ugo.co.za\",\"disableLink\":true,\"fromParentIcon\":\"phone\",\"imageSizeChild\":40} -->\n<div class=\"wp-block-uagb-icon-list-child uagb-block-695a6873\"><a target=\"_self\" aria-label=\"blueroan@ugo.co.za\" rel=\"noopener noreferrer\" href=\"mailto:blueroan@ugo.co.za\"> </a><span class=\"uagb-icon-list__source-wrap\"><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M464 64C490.5 64 512 85.49 512 112C512 127.1 504.9 141.3 492.8 150.4L275.2 313.6C263.8 322.1 248.2 322.1 236.8 313.6L19.2 150.4C7.113 141.3 0 127.1 0 112C0 85.49 21.49 64 48 64H464zM217.6 339.2C240.4 356.3 271.6 356.3 294.4 339.2L512 176V384C512 419.3 483.3 448 448 448H64C28.65 448 0 419.3 0 384V176L217.6 339.2z\"></path></svg></span><span class=\"uagb-icon-list__label\">blueroan@ugo.co.za</span></div>\n<!-- /wp:uagb/icon-list-child --></div></div>\n<!-- /wp:uagb/icon-list --></div></div>\n<!-- /wp:uagb/container -->',	'The Barn',	'',	'inherit',	'closed',	'closed',	'',	'948-revision-v1',	'',	'',	'2022-12-14 08:49:54',	'2022-12-14 08:49:54',	'',	948,	'https://blueroan.netgen.cloud/?p=950',	0,	'revision',	'',	0),
(953,	2,	'2022-12-14 08:54:26',	'2022-12-14 08:54:26',	'<!-- wp:uagb/container {\"block_id\":\"3c44e804\",\"backgroundType\":\"image\",\"backgroundImageDesktop\":{\"id\":863,\"title\":\"blue-roan-guest-farm (10)\",\"filename\":\"blue-roan-guest-farm-10.jpg\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-10.jpg\",\"link\":\"https://blueroan.netgen.cloud/accommodation/blue-roan-guest-farm-10/\",\"alt\":\"\",\"author\":\"2\",\"description\":\"\",\"caption\":\"\",\"name\":\"blue-roan-guest-farm-10\",\"status\":\"inherit\",\"uploadedTo\":761,\"date\":\"2022-12-13T13:04:34.000Z\",\"modified\":\"2022-12-13T13:04:34.000Z\",\"menuOrder\":0,\"mime\":\"image/jpeg\",\"type\":\"image\",\"subtype\":\"jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-includes/images/media/default.png\",\"dateFormatted\":\"December 13, 2022\",\"nonces\":{\"update\":\"d5ed6f1c8f\",\"delete\":\"06e9e4c7ca\",\"edit\":\"1bf84c7813\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=863\\u0026action=edit\",\"meta\":false,\"authorName\":\"Netgen Support\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/profile.php\",\"uploadedToTitle\":\"Accommodation\",\"uploadedToLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=761\\u0026action=edit\",\"filesizeInBytes\":149768,\"filesizeHumanReadable\":\"146 KB\",\"context\":\"\",\"height\":667,\"width\":1000,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-10-150x150.jpg\",\"orientation\":\"landscape\"},\"medium\":{\"height\":200,\"width\":300,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-10-300x200.jpg\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-10.jpg\",\"height\":667,\"width\":1000,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"backgroundPositionDesktop\":{\"x\":0.47,\"y\":0.54},\"backgroundSizeTablet\":\"cover\",\"backgroundSizeMobile\":\"cover\",\"backgroundColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"backgroundImageColor\":\"rgba(42,42,42,0.5)\",\"topPaddingDesktop\":220,\"bottomPaddingDesktop\":150,\"topPaddingTablet\":170,\"bottomPaddingTablet\":160,\"leftPaddingTablet\":30,\"rightPaddingTablet\":30,\"topPaddingMobile\":180,\"bottomPaddingMobile\":80,\"leftPaddingMobile\":20,\"rightPaddingMobile\":20,\"paddingLink\":false,\"variationSelected\":true,\"isBlockRootParent\":true,\"overlayType\":\"color\"} -->\n<div class=\"wp-block-uagb-container uagb-block-3c44e804 alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/advanced-heading {\"block_id\":\"f862fb5e\",\"classMigrate\":true,\"headingDescToggle\":true,\"headingColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"subHeadingColor\":\"var(\\u002d\\u002dast-global-color-4)\",\"headingTag\":\"h1\",\"headSpace\":20,\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"blockTopPadding\":0,\"blockRightPadding\":50,\"blockLeftPadding\":0,\"blockBottomPadding\":0,\"blockTopPaddingTablet\":0,\"blockRightPaddingTablet\":20,\"blockLeftPaddingTablet\":0,\"blockBottomPaddingTablet\":0,\"blockTopPaddingMobile\":0,\"blockRightPaddingMobile\":0,\"blockLeftPaddingMobile\":0,\"blockBottomPaddingMobile\":0,\"blockPaddingUnit\":\"%\",\"blockPaddingUnitTablet\":\"%\"} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-f862fb5e\"><h1 class=\"uagb-heading-text\">Rooms &amp; Accommodation​</h1><p class=\"uagb-desc-text\">If you are looking for a home away from home, even a place your dog can come along then take a closer look into the rooms we offer and pick the one for you.</p></div>\n<!-- /wp:uagb/advanced-heading --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"7e29f144\",\"backgroundType\":\"color\",\"backgroundSizeTablet\":\"cover\",\"backgroundSizeMobile\":\"cover\",\"backgroundColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"topPaddingDesktop\":120,\"bottomPaddingDesktop\":120,\"topPaddingTablet\":80,\"bottomPaddingTablet\":80,\"leftPaddingTablet\":30,\"rightPaddingTablet\":30,\"topPaddingMobile\":80,\"bottomPaddingMobile\":80,\"leftPaddingMobile\":20,\"rightPaddingMobile\":20,\"paddingLink\":false,\"variationSelected\":true,\"rowGapDesktop\":0,\"isBlockRootParent\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-7e29f144 alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/container {\"block_id\":\"21812222\",\"directionDesktop\":\"row\",\"alignItemsDesktop\":\"flex-end\",\"alignItemsTablet\":\"flex-end\",\"justifyContentDesktop\":\"flex-end\",\"justifyContentTablet\":\"space-between\",\"variationSelected\":true,\"rowGapMobile\":20,\"columnGapDesktop\":0} -->\n<div class=\"wp-block-uagb-container uagb-block-21812222\"><!-- wp:uagb/advanced-heading {\"block_id\":\"06b84b50\",\"classMigrate\":true,\"headingDescToggle\":true,\"subHeadingColor\":\"\",\"headSpace\":20,\"subHeadFontSize\":16} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-06b84b50\"><h2 class=\"uagb-heading-text\">Come &amp; Stay With Us​</h2><p class=\"uagb-desc-text\">There are 7 excellent brick self-catering units available, each private and with a distinctive personality and theme. They are particularly made for pet-free or pet-owning couples looking for a romantic and serene setting to reconnect, celebrate special occasions, or simply unwind on a holiday.<br><br>We are pet-friendly by arrangement as each unit is separately fenced with its own grassy garden with a garden gate leading to the generous park area where pets can socialize. &nbsp;We also have lovely safe off-leash walking trails on our property and beyond. &nbsp;Our units are very luxurious with everything you would need and very homely and charming. Regrettably no children or group bookings.  </p></div>\n<!-- /wp:uagb/advanced-heading --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"47237fb5\",\"directionDesktop\":\"row\",\"alignItemsTablet\":\"flex-start\",\"justifyContentDesktop\":\"flex-start\",\"topMarginDesktop\":54,\"bottomMarginDesktop\":0,\"leftMarginDesktop\":0,\"rightMarginDesktop\":0,\"marginLink\":false,\"variationSelected\":true,\"rowGapMobile\":0,\"columnGapDesktop\":0} -->\n<div class=\"wp-block-uagb-container uagb-block-47237fb5\"><!-- wp:uagb/container {\"block_id\":\"2f042e1c\",\"widthDesktop\":50,\"bottomPaddingDesktop\":20,\"rightPaddingDesktop\":32,\"bottomPaddingTablet\":35,\"rightPaddingTablet\":15,\"bottomPaddingMobile\":65,\"paddingLink\":false,\"topMarginDesktop\":0,\"bottomMarginDesktop\":0,\"leftMarginDesktop\":5,\"rightMarginDesktop\":5,\"topMarginMobile\":0,\"bottomMarginMobile\":0,\"leftMarginMobile\":0,\"rightMarginMobile\":0,\"marginLink\":false,\"variationSelected\":true,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-2f042e1c\"><!-- wp:uagb/info-box {\"classMigrate\":true,\"headingAlign\":\"left\",\"headingColor\":\"\",\"subHeadingColor\":\"\",\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"source_type\":\"image\",\"block_id\":\"1fa4f4d8\",\"ctaIcon\":\"\",\"ctaType\":\"text\",\"ctaText\":\"READ MORE\",\"ctaLinkColor\":\"var(\\u002d\\u002dast-global-color-0)\",\"ctaDecoration\":\"underline\",\"ctaFontSize\":12,\"ctaFontWeight\":\"600\",\"ctaLetterSpacing\":2,\"ctaBorderColor\":\"\",\"ctaBorderStyle\":\"\",\"ctaBorderWidth\":\"\",\"ctaBorderRadius\":\"\",\"iconBottomMargin\":30,\"iconImage\":{\"uploading\":false,\"date\":1670936674000,\"filename\":\"blue-roan-guest-farm-10.jpg\",\"menuOrder\":0,\"uploadedTo\":761,\"type\":\"image\",\"subtype\":\"jpeg\",\"id\":863,\"title\":\"blue-roan-guest-farm (10)\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-10.jpg\",\"link\":\"https://blueroan.netgen.cloud/accommodation/blue-roan-guest-farm-10/\",\"alt\":\"\",\"author\":\"2\",\"description\":\"\",\"caption\":\"\",\"name\":\"blue-roan-guest-farm-10\",\"status\":\"inherit\",\"modified\":1670936674000,\"mime\":\"image/jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-includes/images/media/default.png\",\"dateFormatted\":\"December 13, 2022\",\"nonces\":{\"update\":\"1a7491aa65\",\"delete\":\"dc6afaa89c\",\"edit\":\"7635ee35fb\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=863\\u0026action=edit\",\"meta\":false,\"authorName\":\"Netgen Support\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/profile.php\",\"uploadedToTitle\":\"Accommodation\",\"uploadedToLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=761\\u0026action=edit\",\"filesizeInBytes\":149768,\"filesizeHumanReadable\":\"146 KB\",\"context\":\"\",\"height\":667,\"width\":1000,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-10-150x150.jpg\",\"orientation\":\"landscape\"},\"medium\":{\"height\":200,\"width\":300,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-10-300x200.jpg\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-10.jpg\",\"height\":667,\"width\":1000,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"imageSize\":\"full\",\"imageWidth\":100,\"imageWidthMobile\":100,\"imageWidthTablet\":100,\"paddingBtnTop\":10,\"paddingBtnBottom\":10,\"paddingBtnLeft\":14,\"paddingBtnRight\":14,\"imageWidthUnit\":\"%\",\"imageWidthUnitTablet\":\"%\",\"imageWidthUnitMobile\":\"%\",\"subHeadTopMargin\":0,\"subHeadRightMargin\":40,\"subHeadLeftMargin\":0,\"subHeadMarginTopTablet\":0,\"subHeadMarginRightTablet\":0,\"subHeadTabletSpace\":20,\"subHeadMarginLeftTablet\":0,\"imgTagHeight\":66,\"imgTagWidth\":1000,\"btnBorderTopWidth\":1,\"btnBorderLeftWidth\":1,\"btnBorderRightWidth\":1,\"btnBorderBottomWidth\":1,\"btnBorderTopLeftRadius\":0,\"btnBorderTopRightRadius\":0,\"btnBorderBottomLeftRadius\":0,\"btnBorderBottomRightRadius\":0,\"btnBorderStyle\":\"solid\",\"btnBorderColor\":\"#333\"} -->\n<div class=\"wp-block-uagb-info-box uagb-block-1fa4f4d8 uagb-infobox__content-wrap  uagb-infobox-icon-above-title uagb-infobox-image-valign-top\"><div class=\"uagb-ifb-content\"><div class=\"uagb-ifb-image-content\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-10.jpg\" alt=\"\" width=\"100\" height=\"66\" loading=\"lazy\"/></div><div class=\"uagb-ifb-title-wrap\"><h3 class=\"uagb-ifb-title\">The Barn </h3></div><p class=\"uagb-ifb-desc\">Rustic beams and exposed wood are all hallmarks of our barn-style suite. This is an open-plan unit with lots of windows with a raised king bed on a platform that faces the TV and the mountains.</p><div class=\"uagb-ifb-button-wrapper wp-block-button\"><a href=\"\" target=\"_self\" class=\"uagb-infobox-cta-link uagb-disable-link\" rel=\"noopener noreferrer\" alt=\"\"><span class=\"uagb-inline-editing\">READ MORE</span></a></div></div></div>\n<!-- /wp:uagb/info-box --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"2be5d1eb\",\"widthDesktop\":50,\"bottomPaddingDesktop\":20,\"rightPaddingDesktop\":32,\"bottomPaddingTablet\":35,\"rightPaddingTablet\":15,\"bottomPaddingMobile\":65,\"paddingLink\":false,\"topMarginDesktop\":0,\"bottomMarginDesktop\":0,\"leftMarginDesktop\":5,\"rightMarginDesktop\":5,\"topMarginMobile\":0,\"bottomMarginMobile\":0,\"leftMarginMobile\":0,\"rightMarginMobile\":0,\"marginLink\":false,\"variationSelected\":true,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-2be5d1eb\"><!-- wp:uagb/info-box {\"classMigrate\":true,\"headingAlign\":\"left\",\"headingColor\":\"\",\"subHeadingColor\":\"\",\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"source_type\":\"image\",\"block_id\":\"a26682b2\",\"ctaIcon\":\"\",\"ctaType\":\"text\",\"ctaText\":\"READ MORE\",\"ctaLinkColor\":\"var(\\u002d\\u002dast-global-color-0)\",\"ctaDecoration\":\"underline\",\"ctaFontSize\":12,\"ctaFontWeight\":\"600\",\"ctaLetterSpacing\":2,\"ctaBorderColor\":\"\",\"ctaBorderStyle\":\"\",\"ctaBorderWidth\":\"\",\"ctaBorderRadius\":\"\",\"iconBottomMargin\":30,\"iconImage\":{\"uploading\":false,\"date\":1670936842000,\"filename\":\"tuscan-suite-raised-bed-and-settee.jpg\",\"menuOrder\":0,\"uploadedTo\":761,\"type\":\"image\",\"subtype\":\"jpeg\",\"id\":864,\"title\":\"tuscan-suite-raised-bed-and-settee\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/tuscan-suite-raised-bed-and-settee.jpg\",\"link\":\"https://blueroan.netgen.cloud/accommodation/tuscan-suite-raised-bed-and-settee/\",\"alt\":\"\",\"author\":\"2\",\"description\":\"\",\"caption\":\"\",\"name\":\"tuscan-suite-raised-bed-and-settee\",\"status\":\"inherit\",\"modified\":1670936842000,\"mime\":\"image/jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-includes/images/media/default.png\",\"dateFormatted\":\"December 13, 2022\",\"nonces\":{\"update\":\"0624a4a01a\",\"delete\":\"9e8f0f7a5a\",\"edit\":\"087f94f2e5\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=864\\u0026action=edit\",\"meta\":false,\"authorName\":\"Netgen Support\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/profile.php\",\"uploadedToTitle\":\"Accommodation\",\"uploadedToLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=761\\u0026action=edit\",\"filesizeInBytes\":41923,\"filesizeHumanReadable\":\"41 KB\",\"context\":\"\",\"height\":400,\"width\":600,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/tuscan-suite-raised-bed-and-settee-150x150.jpg\",\"orientation\":\"landscape\"},\"medium\":{\"height\":200,\"width\":300,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/tuscan-suite-raised-bed-and-settee-300x200.jpg\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/tuscan-suite-raised-bed-and-settee.jpg\",\"height\":400,\"width\":600,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"imageSize\":\"full\",\"imageWidth\":100,\"imageWidthMobile\":100,\"imageWidthTablet\":100,\"paddingBtnTop\":10,\"paddingBtnBottom\":10,\"paddingBtnLeft\":14,\"paddingBtnRight\":14,\"imageWidthUnit\":\"%\",\"imageWidthUnitTablet\":\"%\",\"imageWidthUnitMobile\":\"%\",\"subHeadTopMargin\":0,\"subHeadRightMargin\":40,\"subHeadLeftMargin\":0,\"subHeadMarginTopTablet\":0,\"subHeadMarginRightTablet\":0,\"subHeadTabletSpace\":20,\"subHeadMarginLeftTablet\":0,\"imgTagHeight\":66,\"imgTagWidth\":600,\"btnBorderTopWidth\":1,\"btnBorderLeftWidth\":1,\"btnBorderRightWidth\":1,\"btnBorderBottomWidth\":1,\"btnBorderTopLeftRadius\":0,\"btnBorderTopRightRadius\":0,\"btnBorderBottomLeftRadius\":0,\"btnBorderBottomRightRadius\":0,\"btnBorderStyle\":\"solid\",\"btnBorderColor\":\"#333\"} -->\n<div class=\"wp-block-uagb-info-box uagb-block-a26682b2 uagb-infobox__content-wrap  uagb-infobox-icon-above-title uagb-infobox-image-valign-top\"><div class=\"uagb-ifb-content\"><div class=\"uagb-ifb-image-content\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/tuscan-suite-raised-bed-and-settee.jpg\" alt=\"\" width=\"100\" height=\"66\" loading=\"lazy\"/></div><div class=\"uagb-ifb-title-wrap\"><h3 class=\"uagb-ifb-title\">The Tuscan Suite </h3></div><p class=\"uagb-ifb-desc\">Terra-cotta tiles, textured wall treatments, gorgeous, intricate murals,&nbsp;and simple, durable furniture with elegant iron accents are all characteristics of Tuscan interior design.</p><div class=\"uagb-ifb-button-wrapper wp-block-button\"><a href=\"\" target=\"_self\" class=\"uagb-infobox-cta-link uagb-disable-link\" rel=\"noopener noreferrer\" alt=\"\"><span class=\"uagb-inline-editing\">READ MORE</span></a></div></div></div>\n<!-- /wp:uagb/info-box --></div>\n<!-- /wp:uagb/container --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"b45530a6\",\"directionDesktop\":\"row\",\"alignItemsTablet\":\"flex-start\",\"justifyContentDesktop\":\"flex-start\",\"topMarginDesktop\":54,\"bottomMarginDesktop\":0,\"leftMarginDesktop\":0,\"rightMarginDesktop\":0,\"topMarginMobile\":0,\"bottomMarginMobile\":0,\"leftMarginMobile\":0,\"rightMarginMobile\":0,\"marginLink\":false,\"variationSelected\":true,\"rowGapMobile\":0,\"columnGapDesktop\":0} -->\n<div class=\"wp-block-uagb-container uagb-block-b45530a6\"><!-- wp:uagb/container {\"block_id\":\"2141bdaa\",\"widthDesktop\":50,\"bottomPaddingDesktop\":20,\"rightPaddingDesktop\":32,\"bottomPaddingTablet\":35,\"leftPaddingTablet\":0,\"rightPaddingTablet\":15,\"bottomPaddingMobile\":65,\"paddingLink\":false,\"topMarginDesktop\":0,\"bottomMarginDesktop\":0,\"leftMarginDesktop\":5,\"rightMarginDesktop\":5,\"topMarginMobile\":0,\"bottomMarginMobile\":0,\"leftMarginMobile\":0,\"rightMarginMobile\":0,\"marginLink\":false,\"variationSelected\":true,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-2141bdaa\"><!-- wp:uagb/info-box {\"classMigrate\":true,\"headingAlign\":\"left\",\"headingColor\":\"\",\"subHeadingColor\":\"\",\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"source_type\":\"image\",\"block_id\":\"2f696a2e\",\"ctaIcon\":\"\",\"ctaType\":\"text\",\"ctaText\":\"READ MORE\",\"ctaLinkColor\":\"var(\\u002d\\u002dast-global-color-0)\",\"ctaDecoration\":\"underline\",\"ctaFontSize\":12,\"ctaFontWeight\":\"600\",\"ctaLetterSpacing\":2,\"ctaBorderColor\":\"\",\"ctaBorderStyle\":\"\",\"ctaBorderWidth\":\"\",\"ctaBorderRadius\":\"\",\"iconBottomMargin\":30,\"iconImage\":{\"uploading\":false,\"date\":1670938945000,\"filename\":\"bluebush-king-bed-and-spa-bath.png\",\"menuOrder\":0,\"uploadedTo\":761,\"type\":\"image\",\"subtype\":\"png\",\"id\":881,\"title\":\"bluebush-king-bed-and-spa-bath\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/bluebush-king-bed-and-spa-bath.png\",\"link\":\"https://blueroan.netgen.cloud/accommodation/bluebush-king-bed-and-spa-bath/\",\"alt\":\"\",\"author\":\"2\",\"description\":\"\",\"caption\":\"\",\"name\":\"bluebush-king-bed-and-spa-bath\",\"status\":\"inherit\",\"modified\":1670938945000,\"mime\":\"image/png\",\"icon\":\"https://blueroan.netgen.cloud/wp-includes/images/media/default.png\",\"dateFormatted\":\"December 13, 2022\",\"nonces\":{\"update\":\"e1c334788a\",\"delete\":\"b219c40b29\",\"edit\":\"273b944edc\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=881\\u0026action=edit\",\"meta\":false,\"authorName\":\"Netgen Support\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/profile.php\",\"uploadedToTitle\":\"Accommodation\",\"uploadedToLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=761\\u0026action=edit\",\"filesizeInBytes\":1195033,\"filesizeHumanReadable\":\"1 MB\",\"context\":\"\",\"height\":667,\"width\":1000,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/bluebush-king-bed-and-spa-bath-150x150.png\",\"orientation\":\"landscape\"},\"medium\":{\"height\":200,\"width\":300,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/bluebush-king-bed-and-spa-bath-300x200.png\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/bluebush-king-bed-and-spa-bath.png\",\"height\":667,\"width\":1000,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"imageSize\":\"full\",\"imageWidth\":100,\"imageWidthMobile\":100,\"imageWidthTablet\":100,\"paddingBtnTop\":10,\"paddingBtnBottom\":10,\"paddingBtnLeft\":14,\"paddingBtnRight\":14,\"imageWidthUnit\":\"%\",\"imageWidthUnitTablet\":\"%\",\"imageWidthUnitMobile\":\"%\",\"subHeadTopMargin\":0,\"subHeadRightMargin\":40,\"subHeadLeftMargin\":0,\"subHeadMarginTopTablet\":0,\"subHeadMarginRightTablet\":0,\"subHeadTabletSpace\":20,\"subHeadMarginLeftTablet\":0,\"imgTagHeight\":66,\"imgTagWidth\":1000,\"btnBorderTopWidth\":1,\"btnBorderLeftWidth\":1,\"btnBorderRightWidth\":1,\"btnBorderBottomWidth\":1,\"btnBorderTopLeftRadius\":0,\"btnBorderTopRightRadius\":0,\"btnBorderBottomLeftRadius\":0,\"btnBorderBottomRightRadius\":0,\"btnBorderStyle\":\"solid\",\"btnBorderColor\":\"#333\"} -->\n<div class=\"wp-block-uagb-info-box uagb-block-2f696a2e uagb-infobox__content-wrap  uagb-infobox-icon-above-title uagb-infobox-image-valign-top\"><div class=\"uagb-ifb-content\"><div class=\"uagb-ifb-image-content\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/bluebush-king-bed-and-spa-bath.png\" alt=\"\" width=\"100\" height=\"66\" loading=\"lazy\"/></div><div class=\"uagb-ifb-title-wrap\"><h3 class=\"uagb-ifb-title\">The Bluebush </h3></div><p class=\"uagb-ifb-desc\">A warm and comforting suite with a very homely feeling. Settle in and relax like you would at home. Relax with a perfect corner-shaped spa bath and open-plan&nbsp;living area.</p><div class=\"uagb-ifb-button-wrapper wp-block-button\"><a href=\"\" target=\"_self\" class=\"uagb-infobox-cta-link uagb-disable-link\" rel=\"noopener noreferrer\" alt=\"\"><span class=\"uagb-inline-editing\">READ MORE</span></a></div></div></div>\n<!-- /wp:uagb/info-box --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"96202fb5\",\"widthDesktop\":50,\"bottomPaddingDesktop\":20,\"rightPaddingDesktop\":32,\"bottomPaddingTablet\":35,\"rightPaddingTablet\":15,\"bottomPaddingMobile\":65,\"paddingLink\":false,\"topMarginDesktop\":0,\"bottomMarginDesktop\":0,\"leftMarginDesktop\":5,\"rightMarginDesktop\":5,\"topMarginMobile\":0,\"bottomMarginMobile\":0,\"leftMarginMobile\":0,\"rightMarginMobile\":0,\"marginLink\":false,\"variationSelected\":true,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-96202fb5\"><!-- wp:uagb/info-box {\"classMigrate\":true,\"headingAlign\":\"left\",\"headingColor\":\"\",\"subHeadingColor\":\"\",\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"source_type\":\"image\",\"block_id\":\"40ddbf97\",\"ctaIcon\":\"\",\"ctaType\":\"text\",\"ctaText\":\"READ MORE\",\"ctaLinkColor\":\"var(\\u002d\\u002dast-global-color-0)\",\"ctaDecoration\":\"underline\",\"ctaFontSize\":12,\"ctaFontWeight\":\"600\",\"ctaLetterSpacing\":2,\"ctaBorderColor\":\"\",\"ctaBorderStyle\":\"\",\"ctaBorderWidth\":\"\",\"ctaBorderRadius\":\"\",\"iconBottomMargin\":30,\"iconImage\":{\"uploading\":false,\"date\":1670938831000,\"filename\":\"blue-roan-guest-farm-11.jpg\",\"menuOrder\":0,\"uploadedTo\":761,\"type\":\"image\",\"subtype\":\"jpeg\",\"id\":879,\"title\":\"blue-roan-guest-farm (11)\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-11.jpg\",\"link\":\"https://blueroan.netgen.cloud/accommodation/blue-roan-guest-farm-11/\",\"alt\":\"\",\"author\":\"2\",\"description\":\"\",\"caption\":\"\",\"name\":\"blue-roan-guest-farm-11\",\"status\":\"inherit\",\"modified\":1670938831000,\"mime\":\"image/jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-includes/images/media/default.png\",\"dateFormatted\":\"December 13, 2022\",\"nonces\":{\"update\":\"294125e9db\",\"delete\":\"1a7a578cdb\",\"edit\":\"79b313e573\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=879\\u0026action=edit\",\"meta\":false,\"authorName\":\"Netgen Support\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/profile.php\",\"uploadedToTitle\":\"Accommodation\",\"uploadedToLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=761\\u0026action=edit\",\"filesizeInBytes\":175055,\"filesizeHumanReadable\":\"171 KB\",\"context\":\"\",\"height\":667,\"width\":1000,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-11-150x150.jpg\",\"orientation\":\"landscape\"},\"medium\":{\"height\":200,\"width\":300,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-11-300x200.jpg\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-11.jpg\",\"height\":667,\"width\":1000,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"imageSize\":\"full\",\"imageWidth\":100,\"imageWidthMobile\":100,\"imageWidthTablet\":100,\"paddingBtnTop\":10,\"paddingBtnBottom\":10,\"paddingBtnLeft\":14,\"paddingBtnRight\":14,\"imageWidthUnit\":\"%\",\"imageWidthUnitTablet\":\"%\",\"imageWidthUnitMobile\":\"%\",\"subHeadTopMargin\":0,\"subHeadRightMargin\":40,\"subHeadLeftMargin\":0,\"subHeadMarginTopTablet\":0,\"subHeadMarginRightTablet\":0,\"subHeadTabletSpace\":20,\"subHeadMarginLeftTablet\":0,\"imgTagHeight\":66,\"imgTagWidth\":1000,\"btnBorderTopWidth\":1,\"btnBorderLeftWidth\":1,\"btnBorderRightWidth\":1,\"btnBorderBottomWidth\":1,\"btnBorderTopLeftRadius\":0,\"btnBorderTopRightRadius\":0,\"btnBorderBottomLeftRadius\":0,\"btnBorderBottomRightRadius\":0,\"btnBorderStyle\":\"solid\",\"btnBorderColor\":\"#333\"} -->\n<div class=\"wp-block-uagb-info-box uagb-block-40ddbf97 uagb-infobox__content-wrap  uagb-infobox-icon-above-title uagb-infobox-image-valign-top\"><div class=\"uagb-ifb-content\"><div class=\"uagb-ifb-image-content\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-11.jpg\" alt=\"\" width=\"100\" height=\"66\" loading=\"lazy\"/></div><div class=\"uagb-ifb-title-wrap\"><h3 class=\"uagb-ifb-title\">The Mexican Loft </h3></div><p class=\"uagb-ifb-desc\">This Mexican-inspired unit is full of bold colors and rustic furnishings. This design style has a multifarious feel, mixing rustic wood, authentic art, textiles, and a vivid palette of color</p><div class=\"uagb-ifb-button-wrapper wp-block-button\"><a href=\"\" target=\"_self\" class=\"uagb-infobox-cta-link uagb-disable-link\" rel=\"noopener noreferrer\" alt=\"\"><span class=\"uagb-inline-editing\">READ MORE</span></a></div></div></div>\n<!-- /wp:uagb/info-box --></div>\n<!-- /wp:uagb/container --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"a35696bd\",\"directionDesktop\":\"row\",\"justifyContentDesktop\":\"flex-start\",\"topMarginDesktop\":54,\"bottomMarginDesktop\":0,\"leftMarginDesktop\":0,\"rightMarginDesktop\":0,\"topMarginMobile\":0,\"bottomMarginMobile\":0,\"leftMarginMobile\":0,\"rightMarginMobile\":0,\"marginLink\":false,\"variationSelected\":true,\"rowGapMobile\":0,\"columnGapDesktop\":0} -->\n<div class=\"wp-block-uagb-container uagb-block-a35696bd\"><!-- wp:uagb/container {\"block_id\":\"a453bc7b\",\"widthDesktop\":50,\"bottomPaddingDesktop\":20,\"rightPaddingDesktop\":32,\"bottomPaddingTablet\":35,\"rightPaddingTablet\":15,\"bottomPaddingMobile\":65,\"paddingLink\":false,\"topMarginDesktop\":0,\"bottomMarginDesktop\":0,\"leftMarginDesktop\":5,\"rightMarginDesktop\":5,\"topMarginMobile\":0,\"bottomMarginMobile\":0,\"leftMarginMobile\":0,\"rightMarginMobile\":0,\"marginLink\":false,\"variationSelected\":true,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-a453bc7b\"><!-- wp:uagb/info-box {\"classMigrate\":true,\"headingAlign\":\"left\",\"headingColor\":\"\",\"subHeadingColor\":\"\",\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"source_type\":\"image\",\"block_id\":\"0de03566\",\"ctaIcon\":\"\",\"ctaType\":\"text\",\"ctaText\":\"READ MORE\",\"ctaLinkColor\":\"var(\\u002d\\u002dast-global-color-0)\",\"ctaDecoration\":\"underline\",\"ctaFontSize\":12,\"ctaFontWeight\":\"600\",\"ctaLetterSpacing\":2,\"ctaBorderColor\":\"\",\"ctaBorderStyle\":\"\",\"ctaBorderWidth\":\"\",\"ctaBorderRadius\":\"\",\"iconBottomMargin\":30,\"iconImage\":{\"uploading\":false,\"date\":1670939381000,\"filename\":\"acacia-lounge.jpg\",\"menuOrder\":0,\"uploadedTo\":761,\"type\":\"image\",\"subtype\":\"jpeg\",\"id\":885,\"title\":\"acacia-lounge\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/acacia-lounge.jpg\",\"link\":\"https://blueroan.netgen.cloud/accommodation/acacia-lounge/\",\"alt\":\"\",\"author\":\"2\",\"description\":\"\",\"caption\":\"\",\"name\":\"acacia-lounge\",\"status\":\"inherit\",\"modified\":1670939381000,\"mime\":\"image/jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-includes/images/media/default.png\",\"dateFormatted\":\"December 13, 2022\",\"nonces\":{\"update\":\"17e284dc72\",\"delete\":\"0967fb8415\",\"edit\":\"99ac1eb1a8\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=885\\u0026action=edit\",\"meta\":false,\"authorName\":\"Netgen Support\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/profile.php\",\"uploadedToTitle\":\"Accommodation\",\"uploadedToLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=761\\u0026action=edit\",\"filesizeInBytes\":37270,\"filesizeHumanReadable\":\"36 KB\",\"context\":\"\",\"height\":400,\"width\":600,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/acacia-lounge-150x150.jpg\",\"orientation\":\"landscape\"},\"medium\":{\"height\":200,\"width\":300,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/acacia-lounge-300x200.jpg\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/acacia-lounge.jpg\",\"height\":400,\"width\":600,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"imageSize\":\"full\",\"imageWidth\":100,\"imageWidthMobile\":100,\"imageWidthTablet\":100,\"paddingBtnTop\":10,\"paddingBtnBottom\":10,\"paddingBtnLeft\":14,\"paddingBtnRight\":14,\"imageWidthUnit\":\"%\",\"imageWidthUnitTablet\":\"%\",\"imageWidthUnitMobile\":\"%\",\"subHeadTopMargin\":0,\"subHeadRightMargin\":40,\"subHeadLeftMargin\":0,\"subHeadMarginTopTablet\":0,\"subHeadMarginRightTablet\":0,\"subHeadTabletSpace\":20,\"subHeadMarginLeftTablet\":0,\"imgTagHeight\":66,\"imgTagWidth\":600,\"btnBorderTopWidth\":1,\"btnBorderLeftWidth\":1,\"btnBorderRightWidth\":1,\"btnBorderBottomWidth\":1,\"btnBorderTopLeftRadius\":0,\"btnBorderTopRightRadius\":0,\"btnBorderBottomLeftRadius\":0,\"btnBorderBottomRightRadius\":0,\"btnBorderStyle\":\"solid\",\"btnBorderColor\":\"#333\"} -->\n<div class=\"wp-block-uagb-info-box uagb-block-0de03566 uagb-infobox__content-wrap  uagb-infobox-icon-above-title uagb-infobox-image-valign-top\"><div class=\"uagb-ifb-content\"><div class=\"uagb-ifb-image-content\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/acacia-lounge.jpg\" alt=\"\" width=\"100\" height=\"66\" loading=\"lazy\"/></div><div class=\"uagb-ifb-title-wrap\"><h3 class=\"uagb-ifb-title\">The Acacia </h3></div><p class=\"uagb-ifb-desc\">The largest unit we have named after the Acacia tree. This suite is rugged and rustic and has a spacious open plan living area opening onto a covered patio with a brick braai area. </p><div class=\"uagb-ifb-button-wrapper wp-block-button\"><a href=\"\" target=\"_self\" class=\"uagb-infobox-cta-link uagb-disable-link\" rel=\"noopener noreferrer\" alt=\"\"><span class=\"uagb-inline-editing\">READ MORE</span></a></div></div></div>\n<!-- /wp:uagb/info-box --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"46de15b1\",\"widthDesktop\":50,\"bottomPaddingDesktop\":20,\"rightPaddingDesktop\":32,\"bottomPaddingTablet\":35,\"rightPaddingTablet\":15,\"paddingLink\":false,\"topMarginDesktop\":0,\"bottomMarginDesktop\":0,\"leftMarginDesktop\":5,\"rightMarginDesktop\":5,\"topMarginMobile\":0,\"bottomMarginMobile\":0,\"leftMarginMobile\":0,\"rightMarginMobile\":0,\"marginLink\":false,\"variationSelected\":true,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-46de15b1\"><!-- wp:uagb/info-box {\"classMigrate\":true,\"headingAlign\":\"left\",\"headingColor\":\"\",\"subHeadingColor\":\"\",\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"source_type\":\"image\",\"block_id\":\"2fd1fae3\",\"ctaIcon\":\"\",\"ctaType\":\"text\",\"ctaText\":\"READ MORE\",\"ctaLinkColor\":\"var(\\u002d\\u002dast-global-color-0)\",\"ctaDecoration\":\"underline\",\"ctaFontSize\":12,\"ctaFontWeight\":\"600\",\"ctaLetterSpacing\":2,\"ctaBorderColor\":\"\",\"ctaBorderStyle\":\"\",\"ctaBorderWidth\":\"\",\"ctaBorderRadius\":\"\",\"iconBottomMargin\":30,\"iconImage\":{\"id\":290,\"title\":\"room-6\",\"filename\":\"room-6.jpg\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/room-6.jpg\",\"link\":\"https://blueroan.netgen.cloud/room-6/\",\"alt\":\"\",\"author\":\"34\",\"description\":\"\",\"caption\":\"\",\"name\":\"room-6\",\"status\":\"inherit\",\"uploadedTo\":0,\"date\":\"2021-05-11T12:42:24.000Z\",\"modified\":\"2021-05-11T12:42:24.000Z\",\"menuOrder\":0,\"mime\":\"image/jpeg\",\"type\":\"image\",\"subtype\":\"jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/default.png\",\"dateFormatted\":\"May 11, 2021\",\"nonces\":{\"update\":\"ca0f21bc6b\",\"delete\":\"aeb89ca3d4\",\"edit\":\"4be159def3\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=290\\u0026action=edit\",\"meta\":false,\"authorName\":\"Rishabh\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/user-edit.php?user_id=34\",\"filesizeInBytes\":50081,\"filesizeHumanReadable\":\"49 KB\",\"context\":\"\",\"height\":400,\"width\":600,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/room-6-150x150.jpg\",\"orientation\":\"landscape\"},\"medium\":{\"height\":200,\"width\":300,\"url\":\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/room-6-300x200.jpg\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/room-6.jpg\",\"height\":400,\"width\":600,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"imageSize\":\"full\",\"imageWidth\":100,\"imageWidthMobile\":100,\"imageWidthTablet\":100,\"paddingBtnTop\":10,\"paddingBtnBottom\":10,\"paddingBtnLeft\":14,\"paddingBtnRight\":14,\"imageWidthUnit\":\"%\",\"imageWidthUnitTablet\":\"%\",\"imageWidthUnitMobile\":\"%\",\"subHeadTopMargin\":0,\"subHeadRightMargin\":40,\"subHeadLeftMargin\":0,\"subHeadMarginTopTablet\":0,\"subHeadMarginRightTablet\":0,\"subHeadTabletSpace\":20,\"subHeadMarginLeftTablet\":0,\"imgTagHeight\":66,\"imgTagWidth\":600,\"btnBorderTopWidth\":1,\"btnBorderLeftWidth\":1,\"btnBorderRightWidth\":1,\"btnBorderBottomWidth\":1,\"btnBorderTopLeftRadius\":0,\"btnBorderTopRightRadius\":0,\"btnBorderBottomLeftRadius\":0,\"btnBorderBottomRightRadius\":0,\"btnBorderStyle\":\"solid\",\"btnBorderColor\":\"#333\"} -->\n<div class=\"wp-block-uagb-info-box uagb-block-2fd1fae3 uagb-infobox__content-wrap  uagb-infobox-icon-above-title uagb-infobox-image-valign-top\"><div class=\"uagb-ifb-content\"><div class=\"uagb-ifb-image-content\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/room-6.jpg\" alt=\"\" width=\"100\" height=\"66\" loading=\"lazy\"/></div><div class=\"uagb-ifb-title-wrap\"><h3 class=\"uagb-ifb-title\">The Greek Villa </h3></div><p class=\"uagb-ifb-desc\">Designed like a Greek villa this Mediterranean style reflects a relaxed atmosphere with its dominant white walls and blue ceilings with lovely rustic furnishings</p><div class=\"uagb-ifb-button-wrapper wp-block-button\"><a href=\"\" target=\"_self\" class=\"uagb-infobox-cta-link uagb-disable-link\" rel=\"noopener noreferrer\" alt=\"\"><span class=\"uagb-inline-editing\">READ MORE</span></a></div></div></div>\n<!-- /wp:uagb/info-box --></div>\n<!-- /wp:uagb/container --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"11797c74\",\"directionDesktop\":\"row\",\"justifyContentDesktop\":\"flex-start\",\"topMarginDesktop\":54,\"bottomMarginDesktop\":0,\"leftMarginDesktop\":0,\"rightMarginDesktop\":0,\"topMarginMobile\":0,\"bottomMarginMobile\":0,\"leftMarginMobile\":0,\"rightMarginMobile\":0,\"marginLink\":false,\"variationSelected\":true,\"rowGapMobile\":0,\"columnGapDesktop\":0} -->\n<div class=\"wp-block-uagb-container uagb-block-11797c74\"><!-- wp:uagb/container {\"block_id\":\"fc4423d1\",\"widthDesktop\":50,\"bottomPaddingDesktop\":20,\"rightPaddingDesktop\":32,\"bottomPaddingTablet\":35,\"rightPaddingTablet\":15,\"bottomPaddingMobile\":65,\"paddingLink\":false,\"topMarginDesktop\":0,\"bottomMarginDesktop\":0,\"leftMarginDesktop\":5,\"rightMarginDesktop\":5,\"topMarginMobile\":0,\"bottomMarginMobile\":0,\"leftMarginMobile\":0,\"rightMarginMobile\":0,\"marginLink\":false,\"variationSelected\":true,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-fc4423d1\"><!-- wp:uagb/info-box {\"classMigrate\":true,\"headingAlign\":\"left\",\"headingColor\":\"\",\"subHeadingColor\":\"\",\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"source_type\":\"image\",\"block_id\":\"35a0a84b\",\"ctaIcon\":\"\",\"ctaType\":\"text\",\"ctaText\":\"READ MORE\",\"ctaLinkColor\":\"var(\\u002d\\u002dast-global-color-0)\",\"ctaDecoration\":\"underline\",\"ctaFontSize\":12,\"ctaFontWeight\":\"600\",\"ctaLetterSpacing\":2,\"ctaBorderColor\":\"\",\"ctaBorderStyle\":\"\",\"ctaBorderWidth\":\"\",\"ctaBorderRadius\":\"\",\"iconBottomMargin\":30,\"iconImage\":{\"uploading\":false,\"date\":1670943128000,\"filename\":\"AAEAAQAAAAAAAAAAAAAAJDkwZDA0NDg0LWIwNTctNGVlNy05Y2NjLWNjNDllODBmZTI3OA.png\",\"menuOrder\":0,\"uploadedTo\":761,\"type\":\"image\",\"subtype\":\"png\",\"id\":896,\"title\":\"AAEAAQAAAAAAAAAAAAAAJDkwZDA0NDg0LWIwNTctNGVlNy05Y2NjLWNjNDllODBmZTI3OA\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAAJDkwZDA0NDg0LWIwNTctNGVlNy05Y2NjLWNjNDllODBmZTI3OA.png\",\"link\":\"https://blueroan.netgen.cloud/accommodation/aaeaaqaaaaaaaaaaaaaajdkwzda0ndg0lwiwntctngvlny05y2njlwnjndllodbmzti3oa/\",\"alt\":\"Honeymoon suite bedroom \",\"author\":\"2\",\"description\":\"\",\"caption\":\"\",\"name\":\"aaeaaqaaaaaaaaaaaaaajdkwzda0ndg0lwiwntctngvlny05y2njlwnjndllodbmzti3oa\",\"status\":\"inherit\",\"modified\":1670943128000,\"mime\":\"image/png\",\"icon\":\"https://blueroan.netgen.cloud/wp-includes/images/media/default.png\",\"dateFormatted\":\"December 13, 2022\",\"nonces\":{\"update\":\"ef5e68588c\",\"delete\":\"c4dba1213a\",\"edit\":\"aea99f65e2\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=896\\u0026action=edit\",\"meta\":false,\"authorName\":\"Netgen Support\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/profile.php\",\"uploadedToTitle\":\"Accommodation\",\"uploadedToLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=761\\u0026action=edit\",\"filesizeInBytes\":1088370,\"filesizeHumanReadable\":\"1 MB\",\"context\":\"\",\"height\":861,\"width\":1300,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAAJDkwZDA0NDg0LWIwNTctNGVlNy05Y2NjLWNjNDllODBmZTI3OA-150x150.png\",\"orientation\":\"landscape\"},\"medium\":{\"height\":199,\"width\":300,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAAJDkwZDA0NDg0LWIwNTctNGVlNy05Y2NjLWNjNDllODBmZTI3OA-300x199.png\",\"orientation\":\"landscape\"},\"large\":{\"height\":678,\"width\":1024,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAAJDkwZDA0NDg0LWIwNTctNGVlNy05Y2NjLWNjNDllODBmZTI3OA-1024x678.png\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAAJDkwZDA0NDg0LWIwNTctNGVlNy05Y2NjLWNjNDllODBmZTI3OA.png\",\"height\":861,\"width\":1300,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"imageSize\":\"full\",\"imageWidth\":100,\"imageWidthMobile\":100,\"imageWidthTablet\":100,\"paddingBtnTop\":10,\"paddingBtnBottom\":10,\"paddingBtnLeft\":14,\"paddingBtnRight\":14,\"imageWidthUnit\":\"%\",\"imageWidthUnitTablet\":\"%\",\"imageWidthUnitMobile\":\"%\",\"subHeadTopMargin\":0,\"subHeadRightMargin\":40,\"subHeadLeftMargin\":0,\"subHeadMarginTopTablet\":0,\"subHeadMarginRightTablet\":0,\"subHeadTabletSpace\":20,\"subHeadMarginLeftTablet\":0,\"imgTagHeight\":66,\"imgTagWidth\":1300,\"btnBorderTopWidth\":1,\"btnBorderLeftWidth\":1,\"btnBorderRightWidth\":1,\"btnBorderBottomWidth\":1,\"btnBorderTopLeftRadius\":0,\"btnBorderTopRightRadius\":0,\"btnBorderBottomLeftRadius\":0,\"btnBorderBottomRightRadius\":0,\"btnBorderStyle\":\"solid\",\"btnBorderColor\":\"#333\"} -->\n<div class=\"wp-block-uagb-info-box uagb-block-35a0a84b uagb-infobox__content-wrap  uagb-infobox-icon-above-title uagb-infobox-image-valign-top\"><div class=\"uagb-ifb-content\"><div class=\"uagb-ifb-image-content\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAAJDkwZDA0NDg0LWIwNTctNGVlNy05Y2NjLWNjNDllODBmZTI3OA.png\" alt=\"Honeymoon suite bedroom \" width=\"100\" height=\"66\" loading=\"lazy\"/></div><div class=\"uagb-ifb-title-wrap\"><h3 class=\"uagb-ifb-title\">The Honeymoon suite</h3></div><p class=\"uagb-ifb-desc\">This&nbsp;<a href=\"https://www.collinsdictionary.com/dictionary/english/suite\">suite</a>&nbsp;is perfect for couples - This is an open-plan unit attached to the side of the main house, completely private with its own entrance, own garden, and carport.&nbsp;</p><div class=\"uagb-ifb-button-wrapper wp-block-button\"><a href=\"\" target=\"_self\" class=\"uagb-infobox-cta-link uagb-disable-link\" rel=\"noopener noreferrer\" alt=\"\"><span class=\"uagb-inline-editing\">READ MORE</span></a></div></div></div>\n<!-- /wp:uagb/info-box --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"62f98f36\",\"widthDesktop\":50,\"bottomPaddingDesktop\":20,\"rightPaddingDesktop\":32,\"bottomPaddingTablet\":35,\"rightPaddingTablet\":15,\"paddingLink\":false,\"topMarginDesktop\":0,\"bottomMarginDesktop\":0,\"leftMarginDesktop\":5,\"rightMarginDesktop\":5,\"topMarginMobile\":0,\"bottomMarginMobile\":0,\"leftMarginMobile\":0,\"rightMarginMobile\":0,\"marginLink\":false,\"variationSelected\":true,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-62f98f36\"></div>\n<!-- /wp:uagb/container --></div>\n<!-- /wp:uagb/container --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"afce0ff9\",\"innerContentCustomWidthDesktop\":781,\"innerContentCustomWidthTablet\":781,\"backgroundType\":\"image\",\"backgroundImageDesktop\":{\"uploading\":false,\"date\":1670943271000,\"filename\":\"AAEAAQAAAAAAAAAAAAAA39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba.png\",\"menuOrder\":0,\"uploadedTo\":761,\"type\":\"image\",\"subtype\":\"png\",\"id\":899,\"title\":\"AAEAAQAAAAAAAAAAAAAA39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAA39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba.png\",\"link\":\"https://blueroan.netgen.cloud/accommodation/aaeaaqaaaaaaaaaaaaaa39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba/\",\"alt\":\"\",\"author\":\"2\",\"description\":\"\",\"caption\":\"\",\"name\":\"aaeaaqaaaaaaaaaaaaaa39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba\",\"status\":\"inherit\",\"modified\":1670943271000,\"mime\":\"image/png\",\"icon\":\"https://blueroan.netgen.cloud/wp-includes/images/media/default.png\",\"dateFormatted\":\"December 13, 2022\",\"nonces\":{\"update\":\"45b2b6c69b\",\"delete\":\"75d81c42ab\",\"edit\":\"88fae030a9\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=899\\u0026action=edit\",\"meta\":false,\"authorName\":\"Netgen Support\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/profile.php\",\"uploadedToTitle\":\"Accommodation\",\"uploadedToLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=761\\u0026action=edit\",\"filesizeInBytes\":2338048,\"filesizeHumanReadable\":\"2 MB\",\"context\":\"\",\"height\":900,\"width\":1200,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAA39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba-150x150.png\",\"orientation\":\"landscape\"},\"medium\":{\"height\":225,\"width\":300,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAA39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba-300x225.png\",\"orientation\":\"landscape\"},\"large\":{\"height\":768,\"width\":1024,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAA39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba-1024x768.png\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAA39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba.png\",\"height\":900,\"width\":1200,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"backgroundImageColor\":\"rgba(42,42,42,0.65)\",\"topPaddingDesktop\":144,\"bottomPaddingDesktop\":144,\"leftPaddingDesktop\":40,\"rightPaddingDesktop\":40,\"topPaddingTablet\":80,\"bottomPaddingTablet\":80,\"leftPaddingTablet\":40,\"rightPaddingTablet\":40,\"topPaddingMobile\":64,\"bottomPaddingMobile\":64,\"leftPaddingMobile\":24,\"rightPaddingMobile\":24,\"paddingLink\":false,\"variationSelected\":true,\"isBlockRootParent\":true,\"overlayType\":\"color\"} -->\n<div class=\"wp-block-uagb-container uagb-block-afce0ff9 alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/advanced-heading {\"block_id\":\"06136131\",\"classMigrate\":true,\"headingDescToggle\":true,\"headingAlign\":\"center\",\"headingColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"subHeadingColor\":\"var(\\u002d\\u002dast-global-color-4)\",\"headSpace\":20} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-06136131\"><h2 class=\"uagb-heading-text\">Plan an Unforgettable Experience at<br>Blue Roan!</h2><p class=\"uagb-desc-text\">We can help you fit your stay and experience within your allotted budget.</p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/advanced-heading {\"block_id\":\"46d0c89e\",\"classMigrate\":true,\"headingTitleToggle\":false,\"headingDescToggle\":true,\"headingAlign\":\"center\",\"subHeadingColor\":\"var(\\u002d\\u002dast-global-color-4)\",\"subHeadTransform\":\"uppercase\",\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"subHeadLetterSpacing\":2,\"blockTopPadding\":60,\"blockRightPadding\":0,\"blockLeftPadding\":0,\"blockBottomPadding\":0,\"blockTopPaddingMobile\":30,\"blockRightPaddingMobile\":0,\"blockLeftPaddingMobile\":0,\"blockBottomPaddingMobile\":0} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-46d0c89e\"><p class=\"uagb-desc-text\">BOOK YOUR STAY NOW​</p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/icon-list {\"block_id\":\"d7981ac8\",\"classMigrate\":true,\"childMigrate\":true,\"align\":\"center\",\"parentIcon\":\"phone\",\"size\":40,\"sizeMobile\":24,\"sizeTablet\":32,\"fontSize\":48,\"fontSizeMobile\":28,\"fontSizeTablet\":40,\"fontWeight\":\"600\",\"iconColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"labelColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"blockTopPadding\":0,\"blockRightPadding\":0,\"blockLeftPadding\":0,\"blockBottomPadding\":24,\"blockPaddingLink\":false} -->\n<div class=\"wp-block-uagb-icon-list uagb-block-d7981ac8\"><div class=\"uagb-icon-list__wrap\"><!-- wp:uagb/icon-list-child {\"block_id\":\"12586ca8\",\"label\":\" + 27 (0) 82 575 5409\",\"label_color\":\"\",\"link\":\"tel:+27825755409\",\"disableLink\":true,\"fromParentIcon\":\"phone\",\"imageSizeChild\":40} -->\n<div class=\"wp-block-uagb-icon-list-child uagb-block-12586ca8\"><a target=\"_self\" aria-label=\" + 27 (0) 82 575 5409\" rel=\"noopener noreferrer\" href=\"tel:+27825755409\"> </a><span class=\"uagb-icon-list__source-wrap\"><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M511.2 387l-23.25 100.8c-3.266 14.25-15.79 24.22-30.46 24.22C205.2 512 0 306.8 0 54.5c0-14.66 9.969-27.2 24.22-30.45l100.8-23.25C139.7-2.602 154.7 5.018 160.8 18.92l46.52 108.5c5.438 12.78 1.77 27.67-8.98 36.45L144.5 207.1c33.98 69.22 90.26 125.5 159.5 159.5l44.08-53.8c8.688-10.78 23.69-14.51 36.47-8.975l108.5 46.51C506.1 357.2 514.6 372.4 511.2 387z\"></path></svg></span><span class=\"uagb-icon-list__label\"> + 27 (0) 82 575 5409</span></div>\n<!-- /wp:uagb/icon-list-child -->\n\n<!-- wp:uagb/icon-list-child {\"block_id\":\"418cd21b\",\"label\":\"blueroan@ugo.co.za\",\"icon\":\"envelope\",\"label_color\":\"\",\"link\":\"mailto:blueroan@ugo.co.za\",\"disableLink\":true,\"fromParentIcon\":\"phone\",\"imageSizeChild\":40} -->\n<div class=\"wp-block-uagb-icon-list-child uagb-block-418cd21b\"><a target=\"_self\" aria-label=\"blueroan@ugo.co.za\" rel=\"noopener noreferrer\" href=\"mailto:blueroan@ugo.co.za\"> </a><span class=\"uagb-icon-list__source-wrap\"><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M464 64C490.5 64 512 85.49 512 112C512 127.1 504.9 141.3 492.8 150.4L275.2 313.6C263.8 322.1 248.2 322.1 236.8 313.6L19.2 150.4C7.113 141.3 0 127.1 0 112C0 85.49 21.49 64 48 64H464zM217.6 339.2C240.4 356.3 271.6 356.3 294.4 339.2L512 176V384C512 419.3 483.3 448 448 448H64C28.65 448 0 419.3 0 384V176L217.6 339.2z\"></path></svg></span><span class=\"uagb-icon-list__label\">blueroan@ugo.co.za</span></div>\n<!-- /wp:uagb/icon-list-child --></div></div>\n<!-- /wp:uagb/icon-list --></div></div>\n<!-- /wp:uagb/container -->',	'The Barn',	'',	'inherit',	'closed',	'closed',	'',	'948-revision-v1',	'',	'',	'2022-12-14 08:54:26',	'2022-12-14 08:54:26',	'',	948,	'https://blueroan.netgen.cloud/?p=953',	0,	'revision',	'',	0),
(955,	2,	'2022-12-14 09:06:17',	'2022-12-14 09:06:17',	'',	'AAEAAQAAAAAAAAAAAAAAJDNlZGQ1OWVmLThiZmMtNDJhNC05MjI1LTVjZGE5NDA4YjA0NA',	'',	'inherit',	'open',	'closed',	'',	'aaeaaqaaaaaaaaaaaaaajdnlzgq1owvmlthizmmtndjhnc05mji1ltvjzge5nda4yja0na',	'',	'',	'2022-12-14 09:06:17',	'2022-12-14 09:06:17',	'',	948,	'https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAAJDNlZGQ1OWVmLThiZmMtNDJhNC05MjI1LTVjZGE5NDA4YjA0NA.png',	0,	'attachment',	'image/png',	0),
(956,	2,	'2022-12-14 09:13:34',	'2022-12-14 09:13:34',	'',	'AAEAAQAAAAAAAAAAAAAAJDM0ZDZlYzYxLWY2YTgtNDAzYS1hMGMwLTRiMDFkZTk3ODNjZA-1',	'',	'inherit',	'open',	'closed',	'',	'aaeaaqaaaaaaaaaaaaaajdm0zdzlyzyxlwy2ytgtndazys1hmgmwltrimdfkztk3odnjza-1',	'',	'',	'2022-12-14 09:13:34',	'2022-12-14 09:13:34',	'',	948,	'https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAAJDM0ZDZlYzYxLWY2YTgtNDAzYS1hMGMwLTRiMDFkZTk3ODNjZA-1.png',	0,	'attachment',	'image/png',	0),
(957,	2,	'2022-12-14 09:13:51',	'2022-12-14 09:13:51',	'<!-- wp:uagb/container {\"block_id\":\"ae6a324e\",\"backgroundType\":\"image\",\"backgroundImageDesktop\":{\"id\":863,\"title\":\"blue-roan-guest-farm (10)\",\"filename\":\"blue-roan-guest-farm-10.jpg\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-10.jpg\",\"link\":\"https://blueroan.netgen.cloud/accommodation/blue-roan-guest-farm-10/\",\"alt\":\"\",\"author\":\"2\",\"description\":\"\",\"caption\":\"\",\"name\":\"blue-roan-guest-farm-10\",\"status\":\"inherit\",\"uploadedTo\":761,\"date\":\"2022-12-13T13:04:34.000Z\",\"modified\":\"2022-12-13T13:04:34.000Z\",\"menuOrder\":0,\"mime\":\"image/jpeg\",\"type\":\"image\",\"subtype\":\"jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-includes/images/media/default.png\",\"dateFormatted\":\"December 13, 2022\",\"nonces\":{\"update\":\"d5ed6f1c8f\",\"delete\":\"06e9e4c7ca\",\"edit\":\"1bf84c7813\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=863\\u0026action=edit\",\"meta\":false,\"authorName\":\"Netgen Support\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/profile.php\",\"uploadedToTitle\":\"Accommodation\",\"uploadedToLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=761\\u0026action=edit\",\"filesizeInBytes\":149768,\"filesizeHumanReadable\":\"146 KB\",\"context\":\"\",\"height\":667,\"width\":1000,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-10-150x150.jpg\",\"orientation\":\"landscape\"},\"medium\":{\"height\":200,\"width\":300,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-10-300x200.jpg\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-10.jpg\",\"height\":667,\"width\":1000,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"backgroundPositionDesktop\":{\"x\":0.47,\"y\":0.54},\"backgroundSizeTablet\":\"cover\",\"backgroundSizeMobile\":\"cover\",\"backgroundColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"backgroundImageColor\":\"rgba(42,42,42,0.5)\",\"topPaddingDesktop\":220,\"bottomPaddingDesktop\":150,\"topPaddingTablet\":170,\"bottomPaddingTablet\":160,\"leftPaddingTablet\":30,\"rightPaddingTablet\":30,\"topPaddingMobile\":180,\"bottomPaddingMobile\":80,\"leftPaddingMobile\":20,\"rightPaddingMobile\":20,\"paddingLink\":false,\"variationSelected\":true,\"isBlockRootParent\":true,\"overlayType\":\"color\"} -->\n<div class=\"wp-block-uagb-container uagb-block-ae6a324e alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/advanced-heading {\"block_id\":\"ae9454ad\",\"classMigrate\":true,\"headingDescToggle\":true,\"headingColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"subHeadingColor\":\"var(\\u002d\\u002dast-global-color-4)\",\"headingTag\":\"h1\",\"headSpace\":20,\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"blockTopPadding\":0,\"blockRightPadding\":50,\"blockLeftPadding\":0,\"blockBottomPadding\":0,\"blockTopPaddingTablet\":0,\"blockRightPaddingTablet\":20,\"blockLeftPaddingTablet\":0,\"blockBottomPaddingTablet\":0,\"blockTopPaddingMobile\":0,\"blockRightPaddingMobile\":0,\"blockLeftPaddingMobile\":0,\"blockBottomPaddingMobile\":0,\"blockPaddingUnit\":\"%\",\"blockPaddingUnitTablet\":\"%\"} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-ae9454ad\"><h1 class=\"uagb-heading-text\">The Barn</h1><p class=\"uagb-desc-text\">Our barn-style suite is characterized by exposed wood and rustic beams. A raised king bed on a platform faces the TV and the mountains in this open-concept suite with lots of windows for light.</p></div>\n<!-- /wp:uagb/advanced-heading --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"eb96be52\",\"backgroundType\":\"color\",\"backgroundSizeTablet\":\"cover\",\"backgroundSizeMobile\":\"cover\",\"backgroundColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"topPaddingDesktop\":120,\"bottomPaddingDesktop\":120,\"topPaddingTablet\":80,\"bottomPaddingTablet\":80,\"leftPaddingTablet\":30,\"rightPaddingTablet\":30,\"topPaddingMobile\":80,\"bottomPaddingMobile\":80,\"leftPaddingMobile\":20,\"rightPaddingMobile\":20,\"paddingLink\":false,\"variationSelected\":true,\"rowGapDesktop\":0,\"isBlockRootParent\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-eb96be52 alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/container {\"block_id\":\"73b03065\",\"directionDesktop\":\"row\",\"alignItemsDesktop\":\"flex-end\",\"alignItemsTablet\":\"flex-end\",\"justifyContentDesktop\":\"flex-end\",\"justifyContentTablet\":\"space-between\",\"variationSelected\":true,\"rowGapMobile\":20,\"columnGapDesktop\":0} -->\n<div class=\"wp-block-uagb-container uagb-block-73b03065\"><!-- wp:uagb/advanced-heading {\"block_id\":\"d3bc8907\",\"classMigrate\":true,\"headingDescToggle\":true,\"subHeadingColor\":\"\",\"headSpace\":20,\"subHeadFontSize\":16} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-d3bc8907\"><h2 class=\"uagb-heading-text\">Come &amp; Stay With Us​ at The Barn </h2><p class=\"uagb-desc-text\">This is an open-plan unit with lots of windows with a raised king bed on a platform with 4 steps facing the TV and the mountains.   It has a separate bathroom with a large walk-in shower and an oval spa bath. The unit has sliding glass doors opening onto a large patio with a brick braai and comfortable outside furniture.  It has a small enclosed garden.</p></div>\n<!-- /wp:uagb/advanced-heading --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:heading -->\n<h2>The bedroom </h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>This room contains the following: </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list -->\n<ul><!-- wp:list-item -->\n<li>King bed with electric blanket</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Electric heater</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Stand fan</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Hair dryer &amp; dressing gowns</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Good quality linen</li>\n<!-- /wp:list-item --></ul>\n<!-- /wp:list --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":955,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAAJDNlZGQ1OWVmLThiZmMtNDJhNC05MjI1LTVjZGE5NDA4YjA0NA.png\" alt=\"\" class=\"wp-image-955\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":956,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAAJDM0ZDZlYzYxLWY2YTgtNDAzYS1hMGMwLTRiMDFkZTk3ODNjZA-1.png\" alt=\"The Barn\'s suite bathroom \" class=\"wp-image-956\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:heading -->\n<h2>The bathroom</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>This room contains the following</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list -->\n<ul><!-- wp:list-item -->\n<li></li>\n<!-- /wp:list-item --></ul>\n<!-- /wp:list --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"69bb3b07\",\"innerContentCustomWidthDesktop\":781,\"innerContentCustomWidthTablet\":781,\"backgroundType\":\"image\",\"backgroundImageDesktop\":{\"uploading\":false,\"date\":1670943271000,\"filename\":\"AAEAAQAAAAAAAAAAAAAA39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba.png\",\"menuOrder\":0,\"uploadedTo\":761,\"type\":\"image\",\"subtype\":\"png\",\"id\":899,\"title\":\"AAEAAQAAAAAAAAAAAAAA39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAA39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba.png\",\"link\":\"https://blueroan.netgen.cloud/accommodation/aaeaaqaaaaaaaaaaaaaa39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba/\",\"alt\":\"\",\"author\":\"2\",\"description\":\"\",\"caption\":\"\",\"name\":\"aaeaaqaaaaaaaaaaaaaa39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba\",\"status\":\"inherit\",\"modified\":1670943271000,\"mime\":\"image/png\",\"icon\":\"https://blueroan.netgen.cloud/wp-includes/images/media/default.png\",\"dateFormatted\":\"December 13, 2022\",\"nonces\":{\"update\":\"45b2b6c69b\",\"delete\":\"75d81c42ab\",\"edit\":\"88fae030a9\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=899\\u0026action=edit\",\"meta\":false,\"authorName\":\"Netgen Support\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/profile.php\",\"uploadedToTitle\":\"Accommodation\",\"uploadedToLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=761\\u0026action=edit\",\"filesizeInBytes\":2338048,\"filesizeHumanReadable\":\"2 MB\",\"context\":\"\",\"height\":900,\"width\":1200,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAA39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba-150x150.png\",\"orientation\":\"landscape\"},\"medium\":{\"height\":225,\"width\":300,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAA39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba-300x225.png\",\"orientation\":\"landscape\"},\"large\":{\"height\":768,\"width\":1024,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAA39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba-1024x768.png\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAA39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba.png\",\"height\":900,\"width\":1200,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"backgroundImageColor\":\"rgba(42,42,42,0.65)\",\"topPaddingDesktop\":144,\"bottomPaddingDesktop\":144,\"leftPaddingDesktop\":40,\"rightPaddingDesktop\":40,\"topPaddingTablet\":80,\"bottomPaddingTablet\":80,\"leftPaddingTablet\":40,\"rightPaddingTablet\":40,\"topPaddingMobile\":64,\"bottomPaddingMobile\":64,\"leftPaddingMobile\":24,\"rightPaddingMobile\":24,\"paddingLink\":false,\"variationSelected\":true,\"isBlockRootParent\":true,\"overlayType\":\"color\"} -->\n<div class=\"wp-block-uagb-container uagb-block-69bb3b07 alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/advanced-heading {\"block_id\":\"82a7b087\",\"classMigrate\":true,\"headingDescToggle\":true,\"headingAlign\":\"center\",\"headingColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"subHeadingColor\":\"var(\\u002d\\u002dast-global-color-4)\",\"headSpace\":20} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-82a7b087\"><h2 class=\"uagb-heading-text\">Plan an Unforgettable Experience at<br>Blue Roan!</h2><p class=\"uagb-desc-text\">We can help you fit your stay and experience within your allotted budget.</p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/advanced-heading {\"block_id\":\"8dee42e2\",\"classMigrate\":true,\"headingTitleToggle\":false,\"headingDescToggle\":true,\"headingAlign\":\"center\",\"subHeadingColor\":\"var(\\u002d\\u002dast-global-color-4)\",\"subHeadTransform\":\"uppercase\",\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"subHeadLetterSpacing\":2,\"blockTopPadding\":60,\"blockRightPadding\":0,\"blockLeftPadding\":0,\"blockBottomPadding\":0,\"blockTopPaddingMobile\":30,\"blockRightPaddingMobile\":0,\"blockLeftPaddingMobile\":0,\"blockBottomPaddingMobile\":0} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-8dee42e2\"><p class=\"uagb-desc-text\">BOOK YOUR STAY NOW​</p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/icon-list {\"block_id\":\"ac104928\",\"classMigrate\":true,\"childMigrate\":true,\"align\":\"center\",\"parentIcon\":\"phone\",\"size\":40,\"sizeMobile\":24,\"sizeTablet\":32,\"fontSize\":48,\"fontSizeMobile\":28,\"fontSizeTablet\":40,\"fontWeight\":\"600\",\"iconColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"labelColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"blockTopPadding\":0,\"blockRightPadding\":0,\"blockLeftPadding\":0,\"blockBottomPadding\":24,\"blockPaddingLink\":false} -->\n<div class=\"wp-block-uagb-icon-list uagb-block-ac104928\"><div class=\"uagb-icon-list__wrap\"><!-- wp:uagb/icon-list-child {\"block_id\":\"848e603e\",\"label\":\" + 27 (0) 82 575 5409\",\"label_color\":\"\",\"link\":\"tel:+27825755409\",\"disableLink\":true,\"fromParentIcon\":\"phone\",\"imageSizeChild\":40} -->\n<div class=\"wp-block-uagb-icon-list-child uagb-block-848e603e\"><a target=\"_self\" aria-label=\" + 27 (0) 82 575 5409\" rel=\"noopener noreferrer\" href=\"tel:+27825755409\"> </a><span class=\"uagb-icon-list__source-wrap\"><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M511.2 387l-23.25 100.8c-3.266 14.25-15.79 24.22-30.46 24.22C205.2 512 0 306.8 0 54.5c0-14.66 9.969-27.2 24.22-30.45l100.8-23.25C139.7-2.602 154.7 5.018 160.8 18.92l46.52 108.5c5.438 12.78 1.77 27.67-8.98 36.45L144.5 207.1c33.98 69.22 90.26 125.5 159.5 159.5l44.08-53.8c8.688-10.78 23.69-14.51 36.47-8.975l108.5 46.51C506.1 357.2 514.6 372.4 511.2 387z\"></path></svg></span><span class=\"uagb-icon-list__label\"> + 27 (0) 82 575 5409</span></div>\n<!-- /wp:uagb/icon-list-child -->\n\n<!-- wp:uagb/icon-list-child {\"block_id\":\"54e4dc58\",\"label\":\"blueroan@ugo.co.za\",\"icon\":\"envelope\",\"label_color\":\"\",\"link\":\"mailto:blueroan@ugo.co.za\",\"disableLink\":true,\"fromParentIcon\":\"phone\",\"imageSizeChild\":40} -->\n<div class=\"wp-block-uagb-icon-list-child uagb-block-54e4dc58\"><a target=\"_self\" aria-label=\"blueroan@ugo.co.za\" rel=\"noopener noreferrer\" href=\"mailto:blueroan@ugo.co.za\"> </a><span class=\"uagb-icon-list__source-wrap\"><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M464 64C490.5 64 512 85.49 512 112C512 127.1 504.9 141.3 492.8 150.4L275.2 313.6C263.8 322.1 248.2 322.1 236.8 313.6L19.2 150.4C7.113 141.3 0 127.1 0 112C0 85.49 21.49 64 48 64H464zM217.6 339.2C240.4 356.3 271.6 356.3 294.4 339.2L512 176V384C512 419.3 483.3 448 448 448H64C28.65 448 0 419.3 0 384V176L217.6 339.2z\"></path></svg></span><span class=\"uagb-icon-list__label\">blueroan@ugo.co.za</span></div>\n<!-- /wp:uagb/icon-list-child --></div></div>\n<!-- /wp:uagb/icon-list --></div></div>\n<!-- /wp:uagb/container -->',	'The Barn',	'',	'inherit',	'closed',	'closed',	'',	'948-revision-v1',	'',	'',	'2022-12-14 09:13:51',	'2022-12-14 09:13:51',	'',	948,	'https://blueroan.netgen.cloud/?p=957',	0,	'revision',	'',	0),
(958,	2,	'2022-12-14 09:14:12',	'2022-12-14 09:14:12',	'<!-- wp:uagb/container {\"block_id\":\"ae6a324e\",\"backgroundType\":\"image\",\"backgroundImageDesktop\":{\"id\":863,\"title\":\"blue-roan-guest-farm (10)\",\"filename\":\"blue-roan-guest-farm-10.jpg\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-10.jpg\",\"link\":\"https://blueroan.netgen.cloud/accommodation/blue-roan-guest-farm-10/\",\"alt\":\"\",\"author\":\"2\",\"description\":\"\",\"caption\":\"\",\"name\":\"blue-roan-guest-farm-10\",\"status\":\"inherit\",\"uploadedTo\":761,\"date\":\"2022-12-13T13:04:34.000Z\",\"modified\":\"2022-12-13T13:04:34.000Z\",\"menuOrder\":0,\"mime\":\"image/jpeg\",\"type\":\"image\",\"subtype\":\"jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-includes/images/media/default.png\",\"dateFormatted\":\"December 13, 2022\",\"nonces\":{\"update\":\"d5ed6f1c8f\",\"delete\":\"06e9e4c7ca\",\"edit\":\"1bf84c7813\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=863\\u0026action=edit\",\"meta\":false,\"authorName\":\"Netgen Support\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/profile.php\",\"uploadedToTitle\":\"Accommodation\",\"uploadedToLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=761\\u0026action=edit\",\"filesizeInBytes\":149768,\"filesizeHumanReadable\":\"146 KB\",\"context\":\"\",\"height\":667,\"width\":1000,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-10-150x150.jpg\",\"orientation\":\"landscape\"},\"medium\":{\"height\":200,\"width\":300,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-10-300x200.jpg\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-10.jpg\",\"height\":667,\"width\":1000,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"backgroundPositionDesktop\":{\"x\":0.47,\"y\":0.54},\"backgroundSizeTablet\":\"cover\",\"backgroundSizeMobile\":\"cover\",\"backgroundColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"backgroundImageColor\":\"rgba(42,42,42,0.5)\",\"topPaddingDesktop\":220,\"bottomPaddingDesktop\":150,\"topPaddingTablet\":170,\"bottomPaddingTablet\":160,\"leftPaddingTablet\":30,\"rightPaddingTablet\":30,\"topPaddingMobile\":180,\"bottomPaddingMobile\":80,\"leftPaddingMobile\":20,\"rightPaddingMobile\":20,\"paddingLink\":false,\"variationSelected\":true,\"isBlockRootParent\":true,\"overlayType\":\"color\"} -->\n<div class=\"wp-block-uagb-container uagb-block-ae6a324e alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/advanced-heading {\"block_id\":\"ae9454ad\",\"classMigrate\":true,\"headingDescToggle\":true,\"headingColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"subHeadingColor\":\"var(\\u002d\\u002dast-global-color-4)\",\"headingTag\":\"h1\",\"headSpace\":20,\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"blockTopPadding\":0,\"blockRightPadding\":50,\"blockLeftPadding\":0,\"blockBottomPadding\":0,\"blockTopPaddingTablet\":0,\"blockRightPaddingTablet\":20,\"blockLeftPaddingTablet\":0,\"blockBottomPaddingTablet\":0,\"blockTopPaddingMobile\":0,\"blockRightPaddingMobile\":0,\"blockLeftPaddingMobile\":0,\"blockBottomPaddingMobile\":0,\"blockPaddingUnit\":\"%\",\"blockPaddingUnitTablet\":\"%\"} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-ae9454ad\"><h1 class=\"uagb-heading-text\">The Barn</h1><p class=\"uagb-desc-text\">Our barn-style suite is characterized by exposed wood and rustic beams. A raised king bed on a platform faces the TV and the mountains in this open-concept suite with lots of windows for light.</p></div>\n<!-- /wp:uagb/advanced-heading --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"eb96be52\",\"backgroundType\":\"color\",\"backgroundSizeTablet\":\"cover\",\"backgroundSizeMobile\":\"cover\",\"backgroundColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"topPaddingDesktop\":120,\"bottomPaddingDesktop\":120,\"topPaddingTablet\":80,\"bottomPaddingTablet\":80,\"leftPaddingTablet\":30,\"rightPaddingTablet\":30,\"topPaddingMobile\":80,\"bottomPaddingMobile\":80,\"leftPaddingMobile\":20,\"rightPaddingMobile\":20,\"paddingLink\":false,\"variationSelected\":true,\"rowGapDesktop\":0,\"isBlockRootParent\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-eb96be52 alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/container {\"block_id\":\"73b03065\",\"directionDesktop\":\"row\",\"alignItemsDesktop\":\"flex-end\",\"alignItemsTablet\":\"flex-end\",\"justifyContentDesktop\":\"flex-end\",\"justifyContentTablet\":\"space-between\",\"variationSelected\":true,\"rowGapMobile\":20,\"columnGapDesktop\":0} -->\n<div class=\"wp-block-uagb-container uagb-block-73b03065\"><!-- wp:uagb/advanced-heading {\"block_id\":\"d3bc8907\",\"classMigrate\":true,\"headingDescToggle\":true,\"subHeadingColor\":\"\",\"headSpace\":20,\"subHeadFontSize\":16} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-d3bc8907\"><h2 class=\"uagb-heading-text\">Come &amp; Stay With Us​ at The Barn </h2><p class=\"uagb-desc-text\">This is an open-plan unit with lots of windows with a raised king bed on a platform with 4 steps facing the TV and the mountains.   It has a separate bathroom with a large walk-in shower and an oval spa bath. The unit has sliding glass doors opening onto a large patio with a brick braai and comfortable outside furniture.  It has a small enclosed garden.</p></div>\n<!-- /wp:uagb/advanced-heading --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:heading -->\n<h2>The bedroom </h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>This room contains the following: </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list -->\n<ul><!-- wp:list-item -->\n<li>King bed with electric blanket</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Electric heater</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Stand fan</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Hair dryer &amp; dressing gowns</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Good quality linen</li>\n<!-- /wp:list-item --></ul>\n<!-- /wp:list --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":955,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAAJDNlZGQ1OWVmLThiZmMtNDJhNC05MjI1LTVjZGE5NDA4YjA0NA.png\" alt=\"\" class=\"wp-image-955\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":956,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAAJDM0ZDZlYzYxLWY2YTgtNDAzYS1hMGMwLTRiMDFkZTk3ODNjZA-1.png\" alt=\"The Barn\'s suite bathroom \" class=\"wp-image-956\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:heading -->\n<h2>The bathroom</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>This room contains the following</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list -->\n<ul><!-- wp:list-item -->\n<li>Large walk-in shower</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Oval spa bath with 6 jets</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Bubble bath and candles</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Soap, toiletries, and towels</li>\n<!-- /wp:list-item --></ul>\n<!-- /wp:list --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"69bb3b07\",\"innerContentCustomWidthDesktop\":781,\"innerContentCustomWidthTablet\":781,\"backgroundType\":\"image\",\"backgroundImageDesktop\":{\"uploading\":false,\"date\":1670943271000,\"filename\":\"AAEAAQAAAAAAAAAAAAAA39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba.png\",\"menuOrder\":0,\"uploadedTo\":761,\"type\":\"image\",\"subtype\":\"png\",\"id\":899,\"title\":\"AAEAAQAAAAAAAAAAAAAA39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAA39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba.png\",\"link\":\"https://blueroan.netgen.cloud/accommodation/aaeaaqaaaaaaaaaaaaaa39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba/\",\"alt\":\"\",\"author\":\"2\",\"description\":\"\",\"caption\":\"\",\"name\":\"aaeaaqaaaaaaaaaaaaaa39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba\",\"status\":\"inherit\",\"modified\":1670943271000,\"mime\":\"image/png\",\"icon\":\"https://blueroan.netgen.cloud/wp-includes/images/media/default.png\",\"dateFormatted\":\"December 13, 2022\",\"nonces\":{\"update\":\"45b2b6c69b\",\"delete\":\"75d81c42ab\",\"edit\":\"88fae030a9\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=899\\u0026action=edit\",\"meta\":false,\"authorName\":\"Netgen Support\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/profile.php\",\"uploadedToTitle\":\"Accommodation\",\"uploadedToLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=761\\u0026action=edit\",\"filesizeInBytes\":2338048,\"filesizeHumanReadable\":\"2 MB\",\"context\":\"\",\"height\":900,\"width\":1200,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAA39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba-150x150.png\",\"orientation\":\"landscape\"},\"medium\":{\"height\":225,\"width\":300,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAA39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba-300x225.png\",\"orientation\":\"landscape\"},\"large\":{\"height\":768,\"width\":1024,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAA39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba-1024x768.png\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAA39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba.png\",\"height\":900,\"width\":1200,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"backgroundImageColor\":\"rgba(42,42,42,0.65)\",\"topPaddingDesktop\":144,\"bottomPaddingDesktop\":144,\"leftPaddingDesktop\":40,\"rightPaddingDesktop\":40,\"topPaddingTablet\":80,\"bottomPaddingTablet\":80,\"leftPaddingTablet\":40,\"rightPaddingTablet\":40,\"topPaddingMobile\":64,\"bottomPaddingMobile\":64,\"leftPaddingMobile\":24,\"rightPaddingMobile\":24,\"paddingLink\":false,\"variationSelected\":true,\"isBlockRootParent\":true,\"overlayType\":\"color\"} -->\n<div class=\"wp-block-uagb-container uagb-block-69bb3b07 alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/advanced-heading {\"block_id\":\"82a7b087\",\"classMigrate\":true,\"headingDescToggle\":true,\"headingAlign\":\"center\",\"headingColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"subHeadingColor\":\"var(\\u002d\\u002dast-global-color-4)\",\"headSpace\":20} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-82a7b087\"><h2 class=\"uagb-heading-text\">Plan an Unforgettable Experience at<br>Blue Roan!</h2><p class=\"uagb-desc-text\">We can help you fit your stay and experience within your allotted budget.</p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/advanced-heading {\"block_id\":\"8dee42e2\",\"classMigrate\":true,\"headingTitleToggle\":false,\"headingDescToggle\":true,\"headingAlign\":\"center\",\"subHeadingColor\":\"var(\\u002d\\u002dast-global-color-4)\",\"subHeadTransform\":\"uppercase\",\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"subHeadLetterSpacing\":2,\"blockTopPadding\":60,\"blockRightPadding\":0,\"blockLeftPadding\":0,\"blockBottomPadding\":0,\"blockTopPaddingMobile\":30,\"blockRightPaddingMobile\":0,\"blockLeftPaddingMobile\":0,\"blockBottomPaddingMobile\":0} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-8dee42e2\"><p class=\"uagb-desc-text\">BOOK YOUR STAY NOW​</p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/icon-list {\"block_id\":\"ac104928\",\"classMigrate\":true,\"childMigrate\":true,\"align\":\"center\",\"parentIcon\":\"phone\",\"size\":40,\"sizeMobile\":24,\"sizeTablet\":32,\"fontSize\":48,\"fontSizeMobile\":28,\"fontSizeTablet\":40,\"fontWeight\":\"600\",\"iconColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"labelColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"blockTopPadding\":0,\"blockRightPadding\":0,\"blockLeftPadding\":0,\"blockBottomPadding\":24,\"blockPaddingLink\":false} -->\n<div class=\"wp-block-uagb-icon-list uagb-block-ac104928\"><div class=\"uagb-icon-list__wrap\"><!-- wp:uagb/icon-list-child {\"block_id\":\"848e603e\",\"label\":\" + 27 (0) 82 575 5409\",\"label_color\":\"\",\"link\":\"tel:+27825755409\",\"disableLink\":true,\"fromParentIcon\":\"phone\",\"imageSizeChild\":40} -->\n<div class=\"wp-block-uagb-icon-list-child uagb-block-848e603e\"><a target=\"_self\" aria-label=\" + 27 (0) 82 575 5409\" rel=\"noopener noreferrer\" href=\"tel:+27825755409\"> </a><span class=\"uagb-icon-list__source-wrap\"><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M511.2 387l-23.25 100.8c-3.266 14.25-15.79 24.22-30.46 24.22C205.2 512 0 306.8 0 54.5c0-14.66 9.969-27.2 24.22-30.45l100.8-23.25C139.7-2.602 154.7 5.018 160.8 18.92l46.52 108.5c5.438 12.78 1.77 27.67-8.98 36.45L144.5 207.1c33.98 69.22 90.26 125.5 159.5 159.5l44.08-53.8c8.688-10.78 23.69-14.51 36.47-8.975l108.5 46.51C506.1 357.2 514.6 372.4 511.2 387z\"></path></svg></span><span class=\"uagb-icon-list__label\"> + 27 (0) 82 575 5409</span></div>\n<!-- /wp:uagb/icon-list-child -->\n\n<!-- wp:uagb/icon-list-child {\"block_id\":\"54e4dc58\",\"label\":\"blueroan@ugo.co.za\",\"icon\":\"envelope\",\"label_color\":\"\",\"link\":\"mailto:blueroan@ugo.co.za\",\"disableLink\":true,\"fromParentIcon\":\"phone\",\"imageSizeChild\":40} -->\n<div class=\"wp-block-uagb-icon-list-child uagb-block-54e4dc58\"><a target=\"_self\" aria-label=\"blueroan@ugo.co.za\" rel=\"noopener noreferrer\" href=\"mailto:blueroan@ugo.co.za\"> </a><span class=\"uagb-icon-list__source-wrap\"><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M464 64C490.5 64 512 85.49 512 112C512 127.1 504.9 141.3 492.8 150.4L275.2 313.6C263.8 322.1 248.2 322.1 236.8 313.6L19.2 150.4C7.113 141.3 0 127.1 0 112C0 85.49 21.49 64 48 64H464zM217.6 339.2C240.4 356.3 271.6 356.3 294.4 339.2L512 176V384C512 419.3 483.3 448 448 448H64C28.65 448 0 419.3 0 384V176L217.6 339.2z\"></path></svg></span><span class=\"uagb-icon-list__label\">blueroan@ugo.co.za</span></div>\n<!-- /wp:uagb/icon-list-child --></div></div>\n<!-- /wp:uagb/icon-list --></div></div>\n<!-- /wp:uagb/container -->',	'The Barn',	'',	'inherit',	'closed',	'closed',	'',	'948-revision-v1',	'',	'',	'2022-12-14 09:14:12',	'2022-12-14 09:14:12',	'',	948,	'https://blueroan.netgen.cloud/?p=958',	0,	'revision',	'',	0),
(960,	2,	'2022-12-14 09:15:00',	'2022-12-14 09:15:00',	'<!-- wp:uagb/container {\"block_id\":\"27a00709\",\"backgroundType\":\"image\",\"backgroundImageDesktop\":{\"id\":863,\"title\":\"blue-roan-guest-farm (10)\",\"filename\":\"blue-roan-guest-farm-10.jpg\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-10.jpg\",\"link\":\"https://blueroan.netgen.cloud/accommodation/blue-roan-guest-farm-10/\",\"alt\":\"\",\"author\":\"2\",\"description\":\"\",\"caption\":\"\",\"name\":\"blue-roan-guest-farm-10\",\"status\":\"inherit\",\"uploadedTo\":761,\"date\":\"2022-12-13T13:04:34.000Z\",\"modified\":\"2022-12-13T13:04:34.000Z\",\"menuOrder\":0,\"mime\":\"image/jpeg\",\"type\":\"image\",\"subtype\":\"jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-includes/images/media/default.png\",\"dateFormatted\":\"December 13, 2022\",\"nonces\":{\"update\":\"d5ed6f1c8f\",\"delete\":\"06e9e4c7ca\",\"edit\":\"1bf84c7813\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=863\\u0026action=edit\",\"meta\":false,\"authorName\":\"Netgen Support\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/profile.php\",\"uploadedToTitle\":\"Accommodation\",\"uploadedToLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=761\\u0026action=edit\",\"filesizeInBytes\":149768,\"filesizeHumanReadable\":\"146 KB\",\"context\":\"\",\"height\":667,\"width\":1000,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-10-150x150.jpg\",\"orientation\":\"landscape\"},\"medium\":{\"height\":200,\"width\":300,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-10-300x200.jpg\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-10.jpg\",\"height\":667,\"width\":1000,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"backgroundPositionDesktop\":{\"x\":0.47,\"y\":0.54},\"backgroundSizeTablet\":\"cover\",\"backgroundSizeMobile\":\"cover\",\"backgroundColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"backgroundImageColor\":\"rgba(42,42,42,0.5)\",\"topPaddingDesktop\":220,\"bottomPaddingDesktop\":150,\"topPaddingTablet\":170,\"bottomPaddingTablet\":160,\"leftPaddingTablet\":30,\"rightPaddingTablet\":30,\"topPaddingMobile\":180,\"bottomPaddingMobile\":80,\"leftPaddingMobile\":20,\"rightPaddingMobile\":20,\"paddingLink\":false,\"variationSelected\":true,\"isBlockRootParent\":true,\"overlayType\":\"color\"} -->\n<div class=\"wp-block-uagb-container uagb-block-27a00709 alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/advanced-heading {\"block_id\":\"c26e3ed9\",\"classMigrate\":true,\"headingDescToggle\":true,\"headingColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"subHeadingColor\":\"var(\\u002d\\u002dast-global-color-4)\",\"headingTag\":\"h1\",\"headSpace\":20,\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"blockTopPadding\":0,\"blockRightPadding\":50,\"blockLeftPadding\":0,\"blockBottomPadding\":0,\"blockTopPaddingTablet\":0,\"blockRightPaddingTablet\":20,\"blockLeftPaddingTablet\":0,\"blockBottomPaddingTablet\":0,\"blockTopPaddingMobile\":0,\"blockRightPaddingMobile\":0,\"blockLeftPaddingMobile\":0,\"blockBottomPaddingMobile\":0,\"blockPaddingUnit\":\"%\",\"blockPaddingUnitTablet\":\"%\"} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-c26e3ed9\"><h1 class=\"uagb-heading-text\">The Barn</h1><p class=\"uagb-desc-text\">Our barn-style suite is characterized by exposed wood and rustic beams. A raised king bed on a platform faces the TV and the mountains in this open-concept suite with lots of windows for light.</p></div>\n<!-- /wp:uagb/advanced-heading --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"967a7b5a\",\"backgroundType\":\"color\",\"backgroundSizeTablet\":\"cover\",\"backgroundSizeMobile\":\"cover\",\"backgroundColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"topPaddingDesktop\":120,\"bottomPaddingDesktop\":120,\"topPaddingTablet\":80,\"bottomPaddingTablet\":80,\"leftPaddingTablet\":30,\"rightPaddingTablet\":30,\"topPaddingMobile\":80,\"bottomPaddingMobile\":80,\"leftPaddingMobile\":20,\"rightPaddingMobile\":20,\"paddingLink\":false,\"variationSelected\":true,\"rowGapDesktop\":0,\"isBlockRootParent\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-967a7b5a alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/container {\"block_id\":\"5d221bc4\",\"directionDesktop\":\"row\",\"alignItemsDesktop\":\"flex-end\",\"alignItemsTablet\":\"flex-end\",\"justifyContentDesktop\":\"flex-end\",\"justifyContentTablet\":\"space-between\",\"variationSelected\":true,\"rowGapMobile\":20,\"columnGapDesktop\":0} -->\n<div class=\"wp-block-uagb-container uagb-block-5d221bc4\"><!-- wp:uagb/advanced-heading {\"block_id\":\"f64c6077\",\"classMigrate\":true,\"headingDescToggle\":true,\"subHeadingColor\":\"\",\"headSpace\":20,\"subHeadFontSize\":16} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-f64c6077\"><h2 class=\"uagb-heading-text\">Come &amp; Stay With Us​ at The Barn </h2><p class=\"uagb-desc-text\">This is an open-plan unit with lots of windows with a raised king bed on a platform with 4 steps facing the TV and the mountains. &nbsp;&nbsp;It has a separate bathroom with a large walk-in shower and an oval spa bath. The unit has sliding glass doors opening onto a large patio with a brick braai and comfortable outside furniture. &nbsp;It has a small enclosed garden.</p></div>\n<!-- /wp:uagb/advanced-heading --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:heading -->\n<h2>The bedroom </h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>This room contains the following: </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list -->\n<ul><!-- wp:list-item -->\n<li>King bed with electric blanket</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Electric heater</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Stand fan</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Hair dryer &amp; dressing gowns</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Good quality linen</li>\n<!-- /wp:list-item --></ul>\n<!-- /wp:list --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":955,\"width\":500,\"height\":334,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full is-resized\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAAJDNlZGQ1OWVmLThiZmMtNDJhNC05MjI1LTVjZGE5NDA4YjA0NA.png\" alt=\"\" class=\"wp-image-955\" width=\"500\" height=\"334\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":956,\"width\":500,\"height\":334,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full is-resized\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAAJDM0ZDZlYzYxLWY2YTgtNDAzYS1hMGMwLTRiMDFkZTk3ODNjZA-1.png\" alt=\"The Barn\'s suite bathroom \" class=\"wp-image-956\" width=\"500\" height=\"334\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:heading -->\n<h2>The bathroom</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>This room contains the following</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list -->\n<ul><!-- wp:list-item -->\n<li>Large walk-in shower</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Oval spa bath with 6 jets</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Bubble bath and candles</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Soap, toiletries, and towels</li>\n<!-- /wp:list-item --></ul>\n<!-- /wp:list --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"fe59f103\",\"innerContentCustomWidthDesktop\":781,\"innerContentCustomWidthTablet\":781,\"backgroundType\":\"image\",\"backgroundImageDesktop\":{\"uploading\":false,\"date\":1670943271000,\"filename\":\"AAEAAQAAAAAAAAAAAAAA39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba.png\",\"menuOrder\":0,\"uploadedTo\":761,\"type\":\"image\",\"subtype\":\"png\",\"id\":899,\"title\":\"AAEAAQAAAAAAAAAAAAAA39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAA39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba.png\",\"link\":\"https://blueroan.netgen.cloud/accommodation/aaeaaqaaaaaaaaaaaaaa39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba/\",\"alt\":\"\",\"author\":\"2\",\"description\":\"\",\"caption\":\"\",\"name\":\"aaeaaqaaaaaaaaaaaaaa39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba\",\"status\":\"inherit\",\"modified\":1670943271000,\"mime\":\"image/png\",\"icon\":\"https://blueroan.netgen.cloud/wp-includes/images/media/default.png\",\"dateFormatted\":\"December 13, 2022\",\"nonces\":{\"update\":\"45b2b6c69b\",\"delete\":\"75d81c42ab\",\"edit\":\"88fae030a9\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=899\\u0026action=edit\",\"meta\":false,\"authorName\":\"Netgen Support\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/profile.php\",\"uploadedToTitle\":\"Accommodation\",\"uploadedToLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=761\\u0026action=edit\",\"filesizeInBytes\":2338048,\"filesizeHumanReadable\":\"2 MB\",\"context\":\"\",\"height\":900,\"width\":1200,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAA39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba-150x150.png\",\"orientation\":\"landscape\"},\"medium\":{\"height\":225,\"width\":300,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAA39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba-300x225.png\",\"orientation\":\"landscape\"},\"large\":{\"height\":768,\"width\":1024,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAA39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba-1024x768.png\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAA39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba.png\",\"height\":900,\"width\":1200,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"backgroundImageColor\":\"rgba(42,42,42,0.65)\",\"topPaddingDesktop\":144,\"bottomPaddingDesktop\":144,\"leftPaddingDesktop\":40,\"rightPaddingDesktop\":40,\"topPaddingTablet\":80,\"bottomPaddingTablet\":80,\"leftPaddingTablet\":40,\"rightPaddingTablet\":40,\"topPaddingMobile\":64,\"bottomPaddingMobile\":64,\"leftPaddingMobile\":24,\"rightPaddingMobile\":24,\"paddingLink\":false,\"variationSelected\":true,\"isBlockRootParent\":true,\"overlayType\":\"color\"} -->\n<div class=\"wp-block-uagb-container uagb-block-fe59f103 alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/advanced-heading {\"block_id\":\"f126d6d7\",\"classMigrate\":true,\"headingDescToggle\":true,\"headingAlign\":\"center\",\"headingColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"subHeadingColor\":\"var(\\u002d\\u002dast-global-color-4)\",\"headSpace\":20} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-f126d6d7\"><h2 class=\"uagb-heading-text\">Plan an Unforgettable Experience at<br>Blue Roan!</h2><p class=\"uagb-desc-text\">We can help you fit your stay and experience within your allotted budget.</p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/advanced-heading {\"block_id\":\"6b6f8dea\",\"classMigrate\":true,\"headingTitleToggle\":false,\"headingDescToggle\":true,\"headingAlign\":\"center\",\"subHeadingColor\":\"var(\\u002d\\u002dast-global-color-4)\",\"subHeadTransform\":\"uppercase\",\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"subHeadLetterSpacing\":2,\"blockTopPadding\":60,\"blockRightPadding\":0,\"blockLeftPadding\":0,\"blockBottomPadding\":0,\"blockTopPaddingMobile\":30,\"blockRightPaddingMobile\":0,\"blockLeftPaddingMobile\":0,\"blockBottomPaddingMobile\":0} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-6b6f8dea\"><p class=\"uagb-desc-text\">BOOK YOUR STAY NOW​</p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/icon-list {\"block_id\":\"de114376\",\"classMigrate\":true,\"childMigrate\":true,\"align\":\"center\",\"parentIcon\":\"phone\",\"size\":40,\"sizeMobile\":24,\"sizeTablet\":32,\"fontSize\":48,\"fontSizeMobile\":28,\"fontSizeTablet\":40,\"fontWeight\":\"600\",\"iconColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"labelColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"blockTopPadding\":0,\"blockRightPadding\":0,\"blockLeftPadding\":0,\"blockBottomPadding\":24,\"blockPaddingLink\":false} -->\n<div class=\"wp-block-uagb-icon-list uagb-block-de114376\"><div class=\"uagb-icon-list__wrap\"><!-- wp:uagb/icon-list-child {\"block_id\":\"b82eae15\",\"label\":\" + 27 (0) 82 575 5409\",\"label_color\":\"\",\"link\":\"tel:+27825755409\",\"disableLink\":true,\"fromParentIcon\":\"phone\",\"imageSizeChild\":40} -->\n<div class=\"wp-block-uagb-icon-list-child uagb-block-b82eae15\"><a target=\"_self\" aria-label=\" + 27 (0) 82 575 5409\" rel=\"noopener noreferrer\" href=\"tel:+27825755409\"> </a><span class=\"uagb-icon-list__source-wrap\"><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M511.2 387l-23.25 100.8c-3.266 14.25-15.79 24.22-30.46 24.22C205.2 512 0 306.8 0 54.5c0-14.66 9.969-27.2 24.22-30.45l100.8-23.25C139.7-2.602 154.7 5.018 160.8 18.92l46.52 108.5c5.438 12.78 1.77 27.67-8.98 36.45L144.5 207.1c33.98 69.22 90.26 125.5 159.5 159.5l44.08-53.8c8.688-10.78 23.69-14.51 36.47-8.975l108.5 46.51C506.1 357.2 514.6 372.4 511.2 387z\"></path></svg></span><span class=\"uagb-icon-list__label\"> + 27 (0) 82 575 5409</span></div>\n<!-- /wp:uagb/icon-list-child -->\n\n<!-- wp:uagb/icon-list-child {\"block_id\":\"67a8e37d\",\"label\":\"blueroan@ugo.co.za\",\"icon\":\"envelope\",\"label_color\":\"\",\"link\":\"mailto:blueroan@ugo.co.za\",\"disableLink\":true,\"fromParentIcon\":\"phone\",\"imageSizeChild\":40} -->\n<div class=\"wp-block-uagb-icon-list-child uagb-block-67a8e37d\"><a target=\"_self\" aria-label=\"blueroan@ugo.co.za\" rel=\"noopener noreferrer\" href=\"mailto:blueroan@ugo.co.za\"> </a><span class=\"uagb-icon-list__source-wrap\"><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M464 64C490.5 64 512 85.49 512 112C512 127.1 504.9 141.3 492.8 150.4L275.2 313.6C263.8 322.1 248.2 322.1 236.8 313.6L19.2 150.4C7.113 141.3 0 127.1 0 112C0 85.49 21.49 64 48 64H464zM217.6 339.2C240.4 356.3 271.6 356.3 294.4 339.2L512 176V384C512 419.3 483.3 448 448 448H64C28.65 448 0 419.3 0 384V176L217.6 339.2z\"></path></svg></span><span class=\"uagb-icon-list__label\">blueroan@ugo.co.za</span></div>\n<!-- /wp:uagb/icon-list-child --></div></div>\n<!-- /wp:uagb/icon-list --></div></div>\n<!-- /wp:uagb/container -->',	'The Barn',	'',	'inherit',	'closed',	'closed',	'',	'948-revision-v1',	'',	'',	'2022-12-14 09:15:00',	'2022-12-14 09:15:00',	'',	948,	'https://blueroan.netgen.cloud/?p=960',	0,	'revision',	'',	0),
(961,	2,	'2022-12-14 09:53:09',	'2022-12-14 09:53:09',	'<!-- wp:uagb/container {\"block_id\":\"73089ed2\",\"backgroundType\":\"image\",\"backgroundImageDesktop\":{\"id\":863,\"title\":\"blue-roan-guest-farm (10)\",\"filename\":\"blue-roan-guest-farm-10.jpg\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-10.jpg\",\"link\":\"https://blueroan.netgen.cloud/accommodation/blue-roan-guest-farm-10/\",\"alt\":\"\",\"author\":\"2\",\"description\":\"\",\"caption\":\"\",\"name\":\"blue-roan-guest-farm-10\",\"status\":\"inherit\",\"uploadedTo\":761,\"date\":\"2022-12-13T13:04:34.000Z\",\"modified\":\"2022-12-13T13:04:34.000Z\",\"menuOrder\":0,\"mime\":\"image/jpeg\",\"type\":\"image\",\"subtype\":\"jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-includes/images/media/default.png\",\"dateFormatted\":\"December 13, 2022\",\"nonces\":{\"update\":\"d5ed6f1c8f\",\"delete\":\"06e9e4c7ca\",\"edit\":\"1bf84c7813\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=863\\u0026action=edit\",\"meta\":false,\"authorName\":\"Netgen Support\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/profile.php\",\"uploadedToTitle\":\"Accommodation\",\"uploadedToLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=761\\u0026action=edit\",\"filesizeInBytes\":149768,\"filesizeHumanReadable\":\"146 KB\",\"context\":\"\",\"height\":667,\"width\":1000,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-10-150x150.jpg\",\"orientation\":\"landscape\"},\"medium\":{\"height\":200,\"width\":300,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-10-300x200.jpg\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-10.jpg\",\"height\":667,\"width\":1000,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"backgroundPositionDesktop\":{\"x\":0.47,\"y\":0.54},\"backgroundSizeTablet\":\"cover\",\"backgroundSizeMobile\":\"cover\",\"backgroundColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"backgroundImageColor\":\"rgba(42,42,42,0.5)\",\"topPaddingDesktop\":220,\"bottomPaddingDesktop\":150,\"topPaddingTablet\":170,\"bottomPaddingTablet\":160,\"leftPaddingTablet\":30,\"rightPaddingTablet\":30,\"topPaddingMobile\":180,\"bottomPaddingMobile\":80,\"leftPaddingMobile\":20,\"rightPaddingMobile\":20,\"paddingLink\":false,\"variationSelected\":true,\"isBlockRootParent\":true,\"overlayType\":\"color\"} -->\n<div class=\"wp-block-uagb-container uagb-block-73089ed2 alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/advanced-heading {\"block_id\":\"fd044303\",\"classMigrate\":true,\"headingDescToggle\":true,\"headingColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"subHeadingColor\":\"var(\\u002d\\u002dast-global-color-4)\",\"headingTag\":\"h1\",\"headSpace\":20,\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"blockTopPadding\":0,\"blockRightPadding\":50,\"blockLeftPadding\":0,\"blockBottomPadding\":0,\"blockTopPaddingTablet\":0,\"blockRightPaddingTablet\":20,\"blockLeftPaddingTablet\":0,\"blockBottomPaddingTablet\":0,\"blockTopPaddingMobile\":0,\"blockRightPaddingMobile\":0,\"blockLeftPaddingMobile\":0,\"blockBottomPaddingMobile\":0,\"blockPaddingUnit\":\"%\",\"blockPaddingUnitTablet\":\"%\"} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-fd044303\"><h1 class=\"uagb-heading-text\">The Barn</h1><p class=\"uagb-desc-text\">Our barn-style suite is characterized by exposed wood and rustic beams. A raised king bed on a platform faces the TV and the mountains in this open-concept suite with lots of windows for light.</p></div>\n<!-- /wp:uagb/advanced-heading --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"2f45268c\",\"backgroundType\":\"color\",\"backgroundSizeTablet\":\"cover\",\"backgroundSizeMobile\":\"cover\",\"backgroundColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"topPaddingDesktop\":120,\"bottomPaddingDesktop\":120,\"topPaddingTablet\":80,\"bottomPaddingTablet\":80,\"leftPaddingTablet\":30,\"rightPaddingTablet\":30,\"topPaddingMobile\":80,\"bottomPaddingMobile\":80,\"leftPaddingMobile\":20,\"rightPaddingMobile\":20,\"paddingLink\":false,\"variationSelected\":true,\"rowGapDesktop\":0,\"isBlockRootParent\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-2f45268c alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/container {\"block_id\":\"f768b2f1\",\"directionDesktop\":\"row\",\"alignItemsDesktop\":\"flex-end\",\"alignItemsTablet\":\"flex-end\",\"justifyContentDesktop\":\"flex-end\",\"justifyContentTablet\":\"space-between\",\"variationSelected\":true,\"rowGapMobile\":20,\"columnGapDesktop\":0} -->\n<div class=\"wp-block-uagb-container uagb-block-f768b2f1\"><!-- wp:uagb/advanced-heading {\"block_id\":\"9e1ea5fa\",\"classMigrate\":true,\"headingDescToggle\":true,\"subHeadingColor\":\"\",\"headSpace\":20,\"subHeadFontSize\":16} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-9e1ea5fa\"><h2 class=\"uagb-heading-text\">Come &amp; Stay With Us​ at The Barn </h2><p class=\"uagb-desc-text\">This is an open-plan unit with lots of windows with a raised king bed on a platform with 4 steps facing the TV and the mountains. &nbsp;&nbsp;It has a separate bathroom with a large walk-in shower and an oval spa bath. The unit has sliding glass doors opening onto a large patio with a brick braai and comfortable outside furniture. &nbsp;It has a small enclosed garden.</p></div>\n<!-- /wp:uagb/advanced-heading --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:heading -->\n<h2>The bedroom </h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>This room contains the following: </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list -->\n<ul><!-- wp:list-item -->\n<li>King bed with electric blanket</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Electric heater</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Stand fan</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Hair dryer &amp; dressing gowns</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Good quality linen</li>\n<!-- /wp:list-item --></ul>\n<!-- /wp:list --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":955,\"width\":500,\"height\":334,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full is-resized\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAAJDNlZGQ1OWVmLThiZmMtNDJhNC05MjI1LTVjZGE5NDA4YjA0NA.png\" alt=\"\" class=\"wp-image-955\" width=\"500\" height=\"334\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":956,\"width\":500,\"height\":334,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full is-resized\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAAJDM0ZDZlYzYxLWY2YTgtNDAzYS1hMGMwLTRiMDFkZTk3ODNjZA-1.png\" alt=\"The Barn\'s suite bathroom \" class=\"wp-image-956\" width=\"500\" height=\"334\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:heading -->\n<h2>The bathroom</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>This room contains the following</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list -->\n<ul><!-- wp:list-item -->\n<li>Large walk-in shower</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Oval spa bath with 6 jets</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Bubble bath and candles</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Soap, toiletries, and towels</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Separate toilet - <em>toilet paper provided</em></li>\n<!-- /wp:list-item --></ul>\n<!-- /wp:list --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"3f15fedc\",\"innerContentCustomWidthDesktop\":781,\"innerContentCustomWidthTablet\":781,\"backgroundType\":\"image\",\"backgroundImageDesktop\":{\"uploading\":false,\"date\":1670943271000,\"filename\":\"AAEAAQAAAAAAAAAAAAAA39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba.png\",\"menuOrder\":0,\"uploadedTo\":761,\"type\":\"image\",\"subtype\":\"png\",\"id\":899,\"title\":\"AAEAAQAAAAAAAAAAAAAA39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAA39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba.png\",\"link\":\"https://blueroan.netgen.cloud/accommodation/aaeaaqaaaaaaaaaaaaaa39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba/\",\"alt\":\"\",\"author\":\"2\",\"description\":\"\",\"caption\":\"\",\"name\":\"aaeaaqaaaaaaaaaaaaaa39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba\",\"status\":\"inherit\",\"modified\":1670943271000,\"mime\":\"image/png\",\"icon\":\"https://blueroan.netgen.cloud/wp-includes/images/media/default.png\",\"dateFormatted\":\"December 13, 2022\",\"nonces\":{\"update\":\"45b2b6c69b\",\"delete\":\"75d81c42ab\",\"edit\":\"88fae030a9\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=899\\u0026action=edit\",\"meta\":false,\"authorName\":\"Netgen Support\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/profile.php\",\"uploadedToTitle\":\"Accommodation\",\"uploadedToLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=761\\u0026action=edit\",\"filesizeInBytes\":2338048,\"filesizeHumanReadable\":\"2 MB\",\"context\":\"\",\"height\":900,\"width\":1200,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAA39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba-150x150.png\",\"orientation\":\"landscape\"},\"medium\":{\"height\":225,\"width\":300,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAA39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba-300x225.png\",\"orientation\":\"landscape\"},\"large\":{\"height\":768,\"width\":1024,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAA39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba-1024x768.png\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAA39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba.png\",\"height\":900,\"width\":1200,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"backgroundImageColor\":\"rgba(42,42,42,0.65)\",\"topPaddingDesktop\":144,\"bottomPaddingDesktop\":144,\"leftPaddingDesktop\":40,\"rightPaddingDesktop\":40,\"topPaddingTablet\":80,\"bottomPaddingTablet\":80,\"leftPaddingTablet\":40,\"rightPaddingTablet\":40,\"topPaddingMobile\":64,\"bottomPaddingMobile\":64,\"leftPaddingMobile\":24,\"rightPaddingMobile\":24,\"paddingLink\":false,\"variationSelected\":true,\"isBlockRootParent\":true,\"overlayType\":\"color\"} -->\n<div class=\"wp-block-uagb-container uagb-block-3f15fedc alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/advanced-heading {\"block_id\":\"5d4e51ae\",\"classMigrate\":true,\"headingDescToggle\":true,\"headingAlign\":\"center\",\"headingColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"subHeadingColor\":\"var(\\u002d\\u002dast-global-color-4)\",\"headSpace\":20} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-5d4e51ae\"><h2 class=\"uagb-heading-text\">Plan an Unforgettable Experience at<br>Blue Roan!</h2><p class=\"uagb-desc-text\">We can help you fit your stay and experience within your allotted budget.</p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/advanced-heading {\"block_id\":\"8eb0bd43\",\"classMigrate\":true,\"headingTitleToggle\":false,\"headingDescToggle\":true,\"headingAlign\":\"center\",\"subHeadingColor\":\"var(\\u002d\\u002dast-global-color-4)\",\"subHeadTransform\":\"uppercase\",\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"subHeadLetterSpacing\":2,\"blockTopPadding\":60,\"blockRightPadding\":0,\"blockLeftPadding\":0,\"blockBottomPadding\":0,\"blockTopPaddingMobile\":30,\"blockRightPaddingMobile\":0,\"blockLeftPaddingMobile\":0,\"blockBottomPaddingMobile\":0} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-8eb0bd43\"><p class=\"uagb-desc-text\">BOOK YOUR STAY NOW​</p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/icon-list {\"block_id\":\"be92fd33\",\"classMigrate\":true,\"childMigrate\":true,\"align\":\"center\",\"parentIcon\":\"phone\",\"size\":40,\"sizeMobile\":24,\"sizeTablet\":32,\"fontSize\":48,\"fontSizeMobile\":28,\"fontSizeTablet\":40,\"fontWeight\":\"600\",\"iconColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"labelColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"blockTopPadding\":0,\"blockRightPadding\":0,\"blockLeftPadding\":0,\"blockBottomPadding\":24,\"blockPaddingLink\":false} -->\n<div class=\"wp-block-uagb-icon-list uagb-block-be92fd33\"><div class=\"uagb-icon-list__wrap\"><!-- wp:uagb/icon-list-child {\"block_id\":\"37c51c17\",\"label\":\" + 27 (0) 82 575 5409\",\"label_color\":\"\",\"link\":\"tel:+27825755409\",\"disableLink\":true,\"fromParentIcon\":\"phone\",\"imageSizeChild\":40} -->\n<div class=\"wp-block-uagb-icon-list-child uagb-block-37c51c17\"><a target=\"_self\" aria-label=\" + 27 (0) 82 575 5409\" rel=\"noopener noreferrer\" href=\"tel:+27825755409\"> </a><span class=\"uagb-icon-list__source-wrap\"><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M511.2 387l-23.25 100.8c-3.266 14.25-15.79 24.22-30.46 24.22C205.2 512 0 306.8 0 54.5c0-14.66 9.969-27.2 24.22-30.45l100.8-23.25C139.7-2.602 154.7 5.018 160.8 18.92l46.52 108.5c5.438 12.78 1.77 27.67-8.98 36.45L144.5 207.1c33.98 69.22 90.26 125.5 159.5 159.5l44.08-53.8c8.688-10.78 23.69-14.51 36.47-8.975l108.5 46.51C506.1 357.2 514.6 372.4 511.2 387z\"></path></svg></span><span class=\"uagb-icon-list__label\"> + 27 (0) 82 575 5409</span></div>\n<!-- /wp:uagb/icon-list-child -->\n\n<!-- wp:uagb/icon-list-child {\"block_id\":\"62334d51\",\"label\":\"blueroan@ugo.co.za\",\"icon\":\"envelope\",\"label_color\":\"\",\"link\":\"mailto:blueroan@ugo.co.za\",\"disableLink\":true,\"fromParentIcon\":\"phone\",\"imageSizeChild\":40} -->\n<div class=\"wp-block-uagb-icon-list-child uagb-block-62334d51\"><a target=\"_self\" aria-label=\"blueroan@ugo.co.za\" rel=\"noopener noreferrer\" href=\"mailto:blueroan@ugo.co.za\"> </a><span class=\"uagb-icon-list__source-wrap\"><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M464 64C490.5 64 512 85.49 512 112C512 127.1 504.9 141.3 492.8 150.4L275.2 313.6C263.8 322.1 248.2 322.1 236.8 313.6L19.2 150.4C7.113 141.3 0 127.1 0 112C0 85.49 21.49 64 48 64H464zM217.6 339.2C240.4 356.3 271.6 356.3 294.4 339.2L512 176V384C512 419.3 483.3 448 448 448H64C28.65 448 0 419.3 0 384V176L217.6 339.2z\"></path></svg></span><span class=\"uagb-icon-list__label\">blueroan@ugo.co.za</span></div>\n<!-- /wp:uagb/icon-list-child --></div></div>\n<!-- /wp:uagb/icon-list --></div></div>\n<!-- /wp:uagb/container -->',	'The Barn',	'',	'inherit',	'closed',	'closed',	'',	'948-revision-v1',	'',	'',	'2022-12-14 09:53:09',	'2022-12-14 09:53:09',	'',	948,	'https://blueroan.netgen.cloud/?p=961',	0,	'revision',	'',	0),
(963,	2,	'2022-12-14 09:57:43',	'2022-12-14 09:57:43',	'',	'AAEAAQAAAAAAAAAAAAAAJGZiMDU2OTJhLTI1YmYtNDFlOS05YzhlLTM1MDc2OTVlZmEwNA',	'',	'inherit',	'open',	'closed',	'',	'aaeaaqaaaaaaaaaaaaaajgzimdu2otjhlti1ymytndflos05yzhlltm1mdc2otvlzmewna',	'',	'',	'2022-12-14 09:57:43',	'2022-12-14 09:57:43',	'',	948,	'https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAAJGZiMDU2OTJhLTI1YmYtNDFlOS05YzhlLTM1MDc2OTVlZmEwNA.png',	0,	'attachment',	'image/png',	0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(964,	2,	'2022-12-14 09:57:56',	'2022-12-14 09:57:56',	'<!-- wp:uagb/container {\"block_id\":\"73089ed2\",\"backgroundType\":\"image\",\"backgroundImageDesktop\":{\"id\":863,\"title\":\"blue-roan-guest-farm (10)\",\"filename\":\"blue-roan-guest-farm-10.jpg\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-10.jpg\",\"link\":\"https://blueroan.netgen.cloud/accommodation/blue-roan-guest-farm-10/\",\"alt\":\"\",\"author\":\"2\",\"description\":\"\",\"caption\":\"\",\"name\":\"blue-roan-guest-farm-10\",\"status\":\"inherit\",\"uploadedTo\":761,\"date\":\"2022-12-13T13:04:34.000Z\",\"modified\":\"2022-12-13T13:04:34.000Z\",\"menuOrder\":0,\"mime\":\"image/jpeg\",\"type\":\"image\",\"subtype\":\"jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-includes/images/media/default.png\",\"dateFormatted\":\"December 13, 2022\",\"nonces\":{\"update\":\"d5ed6f1c8f\",\"delete\":\"06e9e4c7ca\",\"edit\":\"1bf84c7813\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=863\\u0026action=edit\",\"meta\":false,\"authorName\":\"Netgen Support\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/profile.php\",\"uploadedToTitle\":\"Accommodation\",\"uploadedToLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=761\\u0026action=edit\",\"filesizeInBytes\":149768,\"filesizeHumanReadable\":\"146 KB\",\"context\":\"\",\"height\":667,\"width\":1000,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-10-150x150.jpg\",\"orientation\":\"landscape\"},\"medium\":{\"height\":200,\"width\":300,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-10-300x200.jpg\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-10.jpg\",\"height\":667,\"width\":1000,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"backgroundPositionDesktop\":{\"x\":0.47,\"y\":0.54},\"backgroundSizeTablet\":\"cover\",\"backgroundSizeMobile\":\"cover\",\"backgroundColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"backgroundImageColor\":\"rgba(42,42,42,0.5)\",\"topPaddingDesktop\":220,\"bottomPaddingDesktop\":150,\"topPaddingTablet\":170,\"bottomPaddingTablet\":160,\"leftPaddingTablet\":30,\"rightPaddingTablet\":30,\"topPaddingMobile\":180,\"bottomPaddingMobile\":80,\"leftPaddingMobile\":20,\"rightPaddingMobile\":20,\"paddingLink\":false,\"variationSelected\":true,\"isBlockRootParent\":true,\"overlayType\":\"color\"} -->\n<div class=\"wp-block-uagb-container uagb-block-73089ed2 alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/advanced-heading {\"block_id\":\"fd044303\",\"classMigrate\":true,\"headingDescToggle\":true,\"headingColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"subHeadingColor\":\"var(\\u002d\\u002dast-global-color-4)\",\"headingTag\":\"h1\",\"headSpace\":20,\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"blockTopPadding\":0,\"blockRightPadding\":50,\"blockLeftPadding\":0,\"blockBottomPadding\":0,\"blockTopPaddingTablet\":0,\"blockRightPaddingTablet\":20,\"blockLeftPaddingTablet\":0,\"blockBottomPaddingTablet\":0,\"blockTopPaddingMobile\":0,\"blockRightPaddingMobile\":0,\"blockLeftPaddingMobile\":0,\"blockBottomPaddingMobile\":0,\"blockPaddingUnit\":\"%\",\"blockPaddingUnitTablet\":\"%\"} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-fd044303\"><h1 class=\"uagb-heading-text\">The Barn</h1><p class=\"uagb-desc-text\">Our barn-style suite is characterized by exposed wood and rustic beams. A raised king bed on a platform faces the TV and the mountains in this open-concept suite with lots of windows for light.</p></div>\n<!-- /wp:uagb/advanced-heading --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"2f45268c\",\"backgroundType\":\"color\",\"backgroundSizeTablet\":\"cover\",\"backgroundSizeMobile\":\"cover\",\"backgroundColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"topPaddingDesktop\":120,\"bottomPaddingDesktop\":120,\"topPaddingTablet\":80,\"bottomPaddingTablet\":80,\"leftPaddingTablet\":30,\"rightPaddingTablet\":30,\"topPaddingMobile\":80,\"bottomPaddingMobile\":80,\"leftPaddingMobile\":20,\"rightPaddingMobile\":20,\"paddingLink\":false,\"variationSelected\":true,\"rowGapDesktop\":0,\"isBlockRootParent\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-2f45268c alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/container {\"block_id\":\"f768b2f1\",\"directionDesktop\":\"row\",\"alignItemsDesktop\":\"flex-end\",\"alignItemsTablet\":\"flex-end\",\"justifyContentDesktop\":\"flex-end\",\"justifyContentTablet\":\"space-between\",\"variationSelected\":true,\"rowGapMobile\":20,\"columnGapDesktop\":0} -->\n<div class=\"wp-block-uagb-container uagb-block-f768b2f1\"><!-- wp:uagb/advanced-heading {\"block_id\":\"9e1ea5fa\",\"classMigrate\":true,\"headingDescToggle\":true,\"subHeadingColor\":\"\",\"headSpace\":20,\"subHeadFontSize\":16} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-9e1ea5fa\"><h2 class=\"uagb-heading-text\">Come &amp; Stay With Us​ at The Barn </h2><p class=\"uagb-desc-text\">This is an open-plan unit with lots of windows with a raised king bed on a platform with 4 steps facing the TV and the mountains. &nbsp;&nbsp;It has a separate bathroom with a large walk-in shower and an oval spa bath. The unit has sliding glass doors opening onto a large patio with a brick braai and comfortable outside furniture. &nbsp;It has a small enclosed garden.</p></div>\n<!-- /wp:uagb/advanced-heading --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:heading -->\n<h2>The bedroom </h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>This room contains the following: </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list -->\n<ul><!-- wp:list-item -->\n<li>King bed with electric blanket</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Electric heater</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Stand fan</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Hair dryer &amp; dressing gowns</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Good quality linen</li>\n<!-- /wp:list-item --></ul>\n<!-- /wp:list --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":955,\"width\":500,\"height\":334,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full is-resized\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAAJDNlZGQ1OWVmLThiZmMtNDJhNC05MjI1LTVjZGE5NDA4YjA0NA.png\" alt=\"\" class=\"wp-image-955\" width=\"500\" height=\"334\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":956,\"width\":500,\"height\":334,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full is-resized\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAAJDM0ZDZlYzYxLWY2YTgtNDAzYS1hMGMwLTRiMDFkZTk3ODNjZA-1.png\" alt=\"The Barn\'s suite bathroom \" class=\"wp-image-956\" width=\"500\" height=\"334\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:heading -->\n<h2>The bathroom</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>This room contains the following</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list -->\n<ul><!-- wp:list-item -->\n<li>Large walk-in shower</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Oval spa bath with 6 jets</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Bubble bath and candles</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Soap, toiletries, and towels</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Separate toilet - <em>toilet paper provided</em></li>\n<!-- /wp:list-item --></ul>\n<!-- /wp:list --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:heading -->\n<h2>The Lounge</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>This room contains the following: </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list -->\n<ul><!-- wp:list-item -->\n<li>4-plate gas stove and oven</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Microwave oven, kettle, toaster, filter coffee plunger</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Fridge with top freezer compartment</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Pots, pans, cutlery, crockery, wine &amp; champagne glasses</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>All kitchen utensils</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Ironing board and iron</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>All cleaning cloths and detergents and washing up liquid</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Paper towel</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Braai tongs</li>\n<!-- /wp:list-item --></ul>\n<!-- /wp:list --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":963,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAAJGZiMDU2OTJhLTI1YmYtNDFlOS05YzhlLTM1MDc2OTVlZmEwNA.png\" alt=\"The Barn\'s lounge \" class=\"wp-image-963\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"3f15fedc\",\"innerContentCustomWidthDesktop\":781,\"innerContentCustomWidthTablet\":781,\"backgroundType\":\"image\",\"backgroundImageDesktop\":{\"uploading\":false,\"date\":1670943271000,\"filename\":\"AAEAAQAAAAAAAAAAAAAA39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba.png\",\"menuOrder\":0,\"uploadedTo\":761,\"type\":\"image\",\"subtype\":\"png\",\"id\":899,\"title\":\"AAEAAQAAAAAAAAAAAAAA39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAA39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba.png\",\"link\":\"https://blueroan.netgen.cloud/accommodation/aaeaaqaaaaaaaaaaaaaa39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba/\",\"alt\":\"\",\"author\":\"2\",\"description\":\"\",\"caption\":\"\",\"name\":\"aaeaaqaaaaaaaaaaaaaa39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba\",\"status\":\"inherit\",\"modified\":1670943271000,\"mime\":\"image/png\",\"icon\":\"https://blueroan.netgen.cloud/wp-includes/images/media/default.png\",\"dateFormatted\":\"December 13, 2022\",\"nonces\":{\"update\":\"45b2b6c69b\",\"delete\":\"75d81c42ab\",\"edit\":\"88fae030a9\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=899\\u0026action=edit\",\"meta\":false,\"authorName\":\"Netgen Support\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/profile.php\",\"uploadedToTitle\":\"Accommodation\",\"uploadedToLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=761\\u0026action=edit\",\"filesizeInBytes\":2338048,\"filesizeHumanReadable\":\"2 MB\",\"context\":\"\",\"height\":900,\"width\":1200,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAA39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba-150x150.png\",\"orientation\":\"landscape\"},\"medium\":{\"height\":225,\"width\":300,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAA39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba-300x225.png\",\"orientation\":\"landscape\"},\"large\":{\"height\":768,\"width\":1024,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAA39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba-1024x768.png\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAA39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba.png\",\"height\":900,\"width\":1200,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"backgroundImageColor\":\"rgba(42,42,42,0.65)\",\"topPaddingDesktop\":144,\"bottomPaddingDesktop\":144,\"leftPaddingDesktop\":40,\"rightPaddingDesktop\":40,\"topPaddingTablet\":80,\"bottomPaddingTablet\":80,\"leftPaddingTablet\":40,\"rightPaddingTablet\":40,\"topPaddingMobile\":64,\"bottomPaddingMobile\":64,\"leftPaddingMobile\":24,\"rightPaddingMobile\":24,\"paddingLink\":false,\"variationSelected\":true,\"isBlockRootParent\":true,\"overlayType\":\"color\"} -->\n<div class=\"wp-block-uagb-container uagb-block-3f15fedc alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/advanced-heading {\"block_id\":\"5d4e51ae\",\"classMigrate\":true,\"headingDescToggle\":true,\"headingAlign\":\"center\",\"headingColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"subHeadingColor\":\"var(\\u002d\\u002dast-global-color-4)\",\"headSpace\":20} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-5d4e51ae\"><h2 class=\"uagb-heading-text\">Plan an Unforgettable Experience at<br>Blue Roan!</h2><p class=\"uagb-desc-text\">We can help you fit your stay and experience within your allotted budget.</p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/advanced-heading {\"block_id\":\"8eb0bd43\",\"classMigrate\":true,\"headingTitleToggle\":false,\"headingDescToggle\":true,\"headingAlign\":\"center\",\"subHeadingColor\":\"var(\\u002d\\u002dast-global-color-4)\",\"subHeadTransform\":\"uppercase\",\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"subHeadLetterSpacing\":2,\"blockTopPadding\":60,\"blockRightPadding\":0,\"blockLeftPadding\":0,\"blockBottomPadding\":0,\"blockTopPaddingMobile\":30,\"blockRightPaddingMobile\":0,\"blockLeftPaddingMobile\":0,\"blockBottomPaddingMobile\":0} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-8eb0bd43\"><p class=\"uagb-desc-text\">BOOK YOUR STAY NOW​</p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/icon-list {\"block_id\":\"be92fd33\",\"classMigrate\":true,\"childMigrate\":true,\"align\":\"center\",\"parentIcon\":\"phone\",\"size\":40,\"sizeMobile\":24,\"sizeTablet\":32,\"fontSize\":48,\"fontSizeMobile\":28,\"fontSizeTablet\":40,\"fontWeight\":\"600\",\"iconColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"labelColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"blockTopPadding\":0,\"blockRightPadding\":0,\"blockLeftPadding\":0,\"blockBottomPadding\":24,\"blockPaddingLink\":false} -->\n<div class=\"wp-block-uagb-icon-list uagb-block-be92fd33\"><div class=\"uagb-icon-list__wrap\"><!-- wp:uagb/icon-list-child {\"block_id\":\"37c51c17\",\"label\":\" + 27 (0) 82 575 5409\",\"label_color\":\"\",\"link\":\"tel:+27825755409\",\"disableLink\":true,\"fromParentIcon\":\"phone\",\"imageSizeChild\":40} -->\n<div class=\"wp-block-uagb-icon-list-child uagb-block-37c51c17\"><a target=\"_self\" aria-label=\" + 27 (0) 82 575 5409\" rel=\"noopener noreferrer\" href=\"tel:+27825755409\"> </a><span class=\"uagb-icon-list__source-wrap\"><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M511.2 387l-23.25 100.8c-3.266 14.25-15.79 24.22-30.46 24.22C205.2 512 0 306.8 0 54.5c0-14.66 9.969-27.2 24.22-30.45l100.8-23.25C139.7-2.602 154.7 5.018 160.8 18.92l46.52 108.5c5.438 12.78 1.77 27.67-8.98 36.45L144.5 207.1c33.98 69.22 90.26 125.5 159.5 159.5l44.08-53.8c8.688-10.78 23.69-14.51 36.47-8.975l108.5 46.51C506.1 357.2 514.6 372.4 511.2 387z\"></path></svg></span><span class=\"uagb-icon-list__label\"> + 27 (0) 82 575 5409</span></div>\n<!-- /wp:uagb/icon-list-child -->\n\n<!-- wp:uagb/icon-list-child {\"block_id\":\"62334d51\",\"label\":\"blueroan@ugo.co.za\",\"icon\":\"envelope\",\"label_color\":\"\",\"link\":\"mailto:blueroan@ugo.co.za\",\"disableLink\":true,\"fromParentIcon\":\"phone\",\"imageSizeChild\":40} -->\n<div class=\"wp-block-uagb-icon-list-child uagb-block-62334d51\"><a target=\"_self\" aria-label=\"blueroan@ugo.co.za\" rel=\"noopener noreferrer\" href=\"mailto:blueroan@ugo.co.za\"> </a><span class=\"uagb-icon-list__source-wrap\"><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M464 64C490.5 64 512 85.49 512 112C512 127.1 504.9 141.3 492.8 150.4L275.2 313.6C263.8 322.1 248.2 322.1 236.8 313.6L19.2 150.4C7.113 141.3 0 127.1 0 112C0 85.49 21.49 64 48 64H464zM217.6 339.2C240.4 356.3 271.6 356.3 294.4 339.2L512 176V384C512 419.3 483.3 448 448 448H64C28.65 448 0 419.3 0 384V176L217.6 339.2z\"></path></svg></span><span class=\"uagb-icon-list__label\">blueroan@ugo.co.za</span></div>\n<!-- /wp:uagb/icon-list-child --></div></div>\n<!-- /wp:uagb/icon-list --></div></div>\n<!-- /wp:uagb/container -->',	'The Barn',	'',	'inherit',	'closed',	'closed',	'',	'948-revision-v1',	'',	'',	'2022-12-14 09:57:56',	'2022-12-14 09:57:56',	'',	948,	'https://blueroan.netgen.cloud/?p=964',	0,	'revision',	'',	0),
(965,	2,	'2022-12-14 09:58:16',	'2022-12-14 09:58:16',	'<!-- wp:uagb/container {\"block_id\":\"1dd012d9\",\"backgroundType\":\"image\",\"backgroundImageDesktop\":{\"id\":863,\"title\":\"blue-roan-guest-farm (10)\",\"filename\":\"blue-roan-guest-farm-10.jpg\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-10.jpg\",\"link\":\"https://blueroan.netgen.cloud/accommodation/blue-roan-guest-farm-10/\",\"alt\":\"\",\"author\":\"2\",\"description\":\"\",\"caption\":\"\",\"name\":\"blue-roan-guest-farm-10\",\"status\":\"inherit\",\"uploadedTo\":761,\"date\":\"2022-12-13T13:04:34.000Z\",\"modified\":\"2022-12-13T13:04:34.000Z\",\"menuOrder\":0,\"mime\":\"image/jpeg\",\"type\":\"image\",\"subtype\":\"jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-includes/images/media/default.png\",\"dateFormatted\":\"December 13, 2022\",\"nonces\":{\"update\":\"d5ed6f1c8f\",\"delete\":\"06e9e4c7ca\",\"edit\":\"1bf84c7813\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=863\\u0026action=edit\",\"meta\":false,\"authorName\":\"Netgen Support\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/profile.php\",\"uploadedToTitle\":\"Accommodation\",\"uploadedToLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=761\\u0026action=edit\",\"filesizeInBytes\":149768,\"filesizeHumanReadable\":\"146 KB\",\"context\":\"\",\"height\":667,\"width\":1000,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-10-150x150.jpg\",\"orientation\":\"landscape\"},\"medium\":{\"height\":200,\"width\":300,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-10-300x200.jpg\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-10.jpg\",\"height\":667,\"width\":1000,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"backgroundPositionDesktop\":{\"x\":0.47,\"y\":0.54},\"backgroundSizeTablet\":\"cover\",\"backgroundSizeMobile\":\"cover\",\"backgroundColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"backgroundImageColor\":\"rgba(42,42,42,0.5)\",\"topPaddingDesktop\":220,\"bottomPaddingDesktop\":150,\"topPaddingTablet\":170,\"bottomPaddingTablet\":160,\"leftPaddingTablet\":30,\"rightPaddingTablet\":30,\"topPaddingMobile\":180,\"bottomPaddingMobile\":80,\"leftPaddingMobile\":20,\"rightPaddingMobile\":20,\"paddingLink\":false,\"variationSelected\":true,\"isBlockRootParent\":true,\"overlayType\":\"color\"} -->\n<div class=\"wp-block-uagb-container uagb-block-1dd012d9 alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/advanced-heading {\"block_id\":\"cbc2b422\",\"classMigrate\":true,\"headingDescToggle\":true,\"headingColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"subHeadingColor\":\"var(\\u002d\\u002dast-global-color-4)\",\"headingTag\":\"h1\",\"headSpace\":20,\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"blockTopPadding\":0,\"blockRightPadding\":50,\"blockLeftPadding\":0,\"blockBottomPadding\":0,\"blockTopPaddingTablet\":0,\"blockRightPaddingTablet\":20,\"blockLeftPaddingTablet\":0,\"blockBottomPaddingTablet\":0,\"blockTopPaddingMobile\":0,\"blockRightPaddingMobile\":0,\"blockLeftPaddingMobile\":0,\"blockBottomPaddingMobile\":0,\"blockPaddingUnit\":\"%\",\"blockPaddingUnitTablet\":\"%\"} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-cbc2b422\"><h1 class=\"uagb-heading-text\">The Barn</h1><p class=\"uagb-desc-text\">Our barn-style suite is characterized by exposed wood and rustic beams. A raised king bed on a platform faces the TV and the mountains in this open-concept suite with lots of windows for light.</p></div>\n<!-- /wp:uagb/advanced-heading --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"4181aae5\",\"backgroundType\":\"color\",\"backgroundSizeTablet\":\"cover\",\"backgroundSizeMobile\":\"cover\",\"backgroundColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"topPaddingDesktop\":120,\"bottomPaddingDesktop\":120,\"topPaddingTablet\":80,\"bottomPaddingTablet\":80,\"leftPaddingTablet\":30,\"rightPaddingTablet\":30,\"topPaddingMobile\":80,\"bottomPaddingMobile\":80,\"leftPaddingMobile\":20,\"rightPaddingMobile\":20,\"paddingLink\":false,\"variationSelected\":true,\"rowGapDesktop\":0,\"isBlockRootParent\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-4181aae5 alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/container {\"block_id\":\"70f95e96\",\"directionDesktop\":\"row\",\"alignItemsDesktop\":\"flex-end\",\"alignItemsTablet\":\"flex-end\",\"justifyContentDesktop\":\"flex-end\",\"justifyContentTablet\":\"space-between\",\"variationSelected\":true,\"rowGapMobile\":20,\"columnGapDesktop\":0} -->\n<div class=\"wp-block-uagb-container uagb-block-70f95e96\"><!-- wp:uagb/advanced-heading {\"block_id\":\"9a049df3\",\"classMigrate\":true,\"headingDescToggle\":true,\"subHeadingColor\":\"\",\"headSpace\":20,\"subHeadFontSize\":16} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-9a049df3\"><h2 class=\"uagb-heading-text\">Come &amp; Stay With Us​ at The Barn </h2><p class=\"uagb-desc-text\">This is an open-plan unit with lots of windows with a raised king bed on a platform with 4 steps facing the TV and the mountains. &nbsp;&nbsp;It has a separate bathroom with a large walk-in shower and an oval spa bath. The unit has sliding glass doors opening onto a large patio with a brick braai and comfortable outside furniture. &nbsp;It has a small enclosed garden.</p></div>\n<!-- /wp:uagb/advanced-heading --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:heading -->\n<h2>The bedroom </h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>This room contains the following: </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list -->\n<ul><!-- wp:list-item -->\n<li>King bed with electric blanket</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Electric heater</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Stand fan</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Hair dryer &amp; dressing gowns</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Good quality linen</li>\n<!-- /wp:list-item --></ul>\n<!-- /wp:list --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":955,\"width\":500,\"height\":334,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full is-resized\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAAJDNlZGQ1OWVmLThiZmMtNDJhNC05MjI1LTVjZGE5NDA4YjA0NA.png\" alt=\"\" class=\"wp-image-955\" width=\"500\" height=\"334\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":956,\"width\":500,\"height\":334,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full is-resized\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAAJDM0ZDZlYzYxLWY2YTgtNDAzYS1hMGMwLTRiMDFkZTk3ODNjZA-1.png\" alt=\"The Barn\'s suite bathroom \" class=\"wp-image-956\" width=\"500\" height=\"334\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:heading -->\n<h2>The bathroom</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>This room contains the following</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list -->\n<ul><!-- wp:list-item -->\n<li>Large walk-in shower</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Oval spa bath with 6 jets</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Bubble bath and candles</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Soap, toiletries, and towels</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Separate toilet - <em>toilet paper provided</em></li>\n<!-- /wp:list-item --></ul>\n<!-- /wp:list --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:heading -->\n<h2>The Lounge</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>This room contains the following: </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list -->\n<ul><!-- wp:list-item -->\n<li>4-plate gas stove and oven</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Microwave oven, kettle, toaster, filter coffee plunger</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Fridge with top freezer compartment</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Pots, pans, cutlery, crockery, wine &amp; champagne glasses</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>All kitchen utensils</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Ironing board and iron</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>All cleaning cloths and detergents and washing up liquid</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Paper towel</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Braai tongs</li>\n<!-- /wp:list-item --></ul>\n<!-- /wp:list --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":963,\"width\":500,\"height\":334,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full is-resized\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAAJGZiMDU2OTJhLTI1YmYtNDFlOS05YzhlLTM1MDc2OTVlZmEwNA.png\" alt=\"The Barn\'s lounge \" class=\"wp-image-963\" width=\"500\" height=\"334\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"950209ea\",\"innerContentCustomWidthDesktop\":781,\"innerContentCustomWidthTablet\":781,\"backgroundType\":\"image\",\"backgroundImageDesktop\":{\"uploading\":false,\"date\":1670943271000,\"filename\":\"AAEAAQAAAAAAAAAAAAAA39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba.png\",\"menuOrder\":0,\"uploadedTo\":761,\"type\":\"image\",\"subtype\":\"png\",\"id\":899,\"title\":\"AAEAAQAAAAAAAAAAAAAA39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAA39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba.png\",\"link\":\"https://blueroan.netgen.cloud/accommodation/aaeaaqaaaaaaaaaaaaaa39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba/\",\"alt\":\"\",\"author\":\"2\",\"description\":\"\",\"caption\":\"\",\"name\":\"aaeaaqaaaaaaaaaaaaaa39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba\",\"status\":\"inherit\",\"modified\":1670943271000,\"mime\":\"image/png\",\"icon\":\"https://blueroan.netgen.cloud/wp-includes/images/media/default.png\",\"dateFormatted\":\"December 13, 2022\",\"nonces\":{\"update\":\"45b2b6c69b\",\"delete\":\"75d81c42ab\",\"edit\":\"88fae030a9\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=899\\u0026action=edit\",\"meta\":false,\"authorName\":\"Netgen Support\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/profile.php\",\"uploadedToTitle\":\"Accommodation\",\"uploadedToLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=761\\u0026action=edit\",\"filesizeInBytes\":2338048,\"filesizeHumanReadable\":\"2 MB\",\"context\":\"\",\"height\":900,\"width\":1200,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAA39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba-150x150.png\",\"orientation\":\"landscape\"},\"medium\":{\"height\":225,\"width\":300,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAA39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba-300x225.png\",\"orientation\":\"landscape\"},\"large\":{\"height\":768,\"width\":1024,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAA39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba-1024x768.png\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAA39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba.png\",\"height\":900,\"width\":1200,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"backgroundImageColor\":\"rgba(42,42,42,0.65)\",\"topPaddingDesktop\":144,\"bottomPaddingDesktop\":144,\"leftPaddingDesktop\":40,\"rightPaddingDesktop\":40,\"topPaddingTablet\":80,\"bottomPaddingTablet\":80,\"leftPaddingTablet\":40,\"rightPaddingTablet\":40,\"topPaddingMobile\":64,\"bottomPaddingMobile\":64,\"leftPaddingMobile\":24,\"rightPaddingMobile\":24,\"paddingLink\":false,\"variationSelected\":true,\"isBlockRootParent\":true,\"overlayType\":\"color\"} -->\n<div class=\"wp-block-uagb-container uagb-block-950209ea alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/advanced-heading {\"block_id\":\"9dbad883\",\"classMigrate\":true,\"headingDescToggle\":true,\"headingAlign\":\"center\",\"headingColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"subHeadingColor\":\"var(\\u002d\\u002dast-global-color-4)\",\"headSpace\":20} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-9dbad883\"><h2 class=\"uagb-heading-text\">Plan an Unforgettable Experience at<br>Blue Roan!</h2><p class=\"uagb-desc-text\">We can help you fit your stay and experience within your allotted budget.</p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/advanced-heading {\"block_id\":\"8498fc51\",\"classMigrate\":true,\"headingTitleToggle\":false,\"headingDescToggle\":true,\"headingAlign\":\"center\",\"subHeadingColor\":\"var(\\u002d\\u002dast-global-color-4)\",\"subHeadTransform\":\"uppercase\",\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"subHeadLetterSpacing\":2,\"blockTopPadding\":60,\"blockRightPadding\":0,\"blockLeftPadding\":0,\"blockBottomPadding\":0,\"blockTopPaddingMobile\":30,\"blockRightPaddingMobile\":0,\"blockLeftPaddingMobile\":0,\"blockBottomPaddingMobile\":0} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-8498fc51\"><p class=\"uagb-desc-text\">BOOK YOUR STAY NOW​</p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/icon-list {\"block_id\":\"31eb997e\",\"classMigrate\":true,\"childMigrate\":true,\"align\":\"center\",\"parentIcon\":\"phone\",\"size\":40,\"sizeMobile\":24,\"sizeTablet\":32,\"fontSize\":48,\"fontSizeMobile\":28,\"fontSizeTablet\":40,\"fontWeight\":\"600\",\"iconColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"labelColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"blockTopPadding\":0,\"blockRightPadding\":0,\"blockLeftPadding\":0,\"blockBottomPadding\":24,\"blockPaddingLink\":false} -->\n<div class=\"wp-block-uagb-icon-list uagb-block-31eb997e\"><div class=\"uagb-icon-list__wrap\"><!-- wp:uagb/icon-list-child {\"block_id\":\"6c4ffbc3\",\"label\":\" + 27 (0) 82 575 5409\",\"label_color\":\"\",\"link\":\"tel:+27825755409\",\"disableLink\":true,\"fromParentIcon\":\"phone\",\"imageSizeChild\":40} -->\n<div class=\"wp-block-uagb-icon-list-child uagb-block-6c4ffbc3\"><a target=\"_self\" aria-label=\" + 27 (0) 82 575 5409\" rel=\"noopener noreferrer\" href=\"tel:+27825755409\"> </a><span class=\"uagb-icon-list__source-wrap\"><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M511.2 387l-23.25 100.8c-3.266 14.25-15.79 24.22-30.46 24.22C205.2 512 0 306.8 0 54.5c0-14.66 9.969-27.2 24.22-30.45l100.8-23.25C139.7-2.602 154.7 5.018 160.8 18.92l46.52 108.5c5.438 12.78 1.77 27.67-8.98 36.45L144.5 207.1c33.98 69.22 90.26 125.5 159.5 159.5l44.08-53.8c8.688-10.78 23.69-14.51 36.47-8.975l108.5 46.51C506.1 357.2 514.6 372.4 511.2 387z\"></path></svg></span><span class=\"uagb-icon-list__label\"> + 27 (0) 82 575 5409</span></div>\n<!-- /wp:uagb/icon-list-child -->\n\n<!-- wp:uagb/icon-list-child {\"block_id\":\"79e8fba1\",\"label\":\"blueroan@ugo.co.za\",\"icon\":\"envelope\",\"label_color\":\"\",\"link\":\"mailto:blueroan@ugo.co.za\",\"disableLink\":true,\"fromParentIcon\":\"phone\",\"imageSizeChild\":40} -->\n<div class=\"wp-block-uagb-icon-list-child uagb-block-79e8fba1\"><a target=\"_self\" aria-label=\"blueroan@ugo.co.za\" rel=\"noopener noreferrer\" href=\"mailto:blueroan@ugo.co.za\"> </a><span class=\"uagb-icon-list__source-wrap\"><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M464 64C490.5 64 512 85.49 512 112C512 127.1 504.9 141.3 492.8 150.4L275.2 313.6C263.8 322.1 248.2 322.1 236.8 313.6L19.2 150.4C7.113 141.3 0 127.1 0 112C0 85.49 21.49 64 48 64H464zM217.6 339.2C240.4 356.3 271.6 356.3 294.4 339.2L512 176V384C512 419.3 483.3 448 448 448H64C28.65 448 0 419.3 0 384V176L217.6 339.2z\"></path></svg></span><span class=\"uagb-icon-list__label\">blueroan@ugo.co.za</span></div>\n<!-- /wp:uagb/icon-list-child --></div></div>\n<!-- /wp:uagb/icon-list --></div></div>\n<!-- /wp:uagb/container -->',	'The Barn',	'',	'inherit',	'closed',	'closed',	'',	'948-revision-v1',	'',	'',	'2022-12-14 09:58:16',	'2022-12-14 09:58:16',	'',	948,	'https://blueroan.netgen.cloud/?p=965',	0,	'revision',	'',	0),
(967,	2,	'2022-12-14 10:05:38',	'2022-12-14 10:05:38',	'',	'AAEAAQAAAAAAAAAAAAAAJDg5NmY0ZGUxLWE4MTgtNDY5NC1iODFhLTBmN2Q0ZDc5ZWFiNw',	'',	'inherit',	'open',	'closed',	'',	'aaeaaqaaaaaaaaaaaaaajdg5nmy0zguxlwe4mtgtndy5nc1iodfhltbmn2q0zdc5zwfinw',	'',	'',	'2022-12-14 10:05:38',	'2022-12-14 10:05:38',	'',	948,	'https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAAJDg5NmY0ZGUxLWE4MTgtNDY5NC1iODFhLTBmN2Q0ZDc5ZWFiNw.png',	0,	'attachment',	'image/png',	0),
(968,	2,	'2022-12-14 10:10:14',	'2022-12-14 10:10:14',	'',	'AAEAAQAAAAAAAAAAAAAAJDYxYzlmY2U0LWJiMGMtNGU4My04YzA3LWZhZGFkODdiOWJhYQ',	'',	'inherit',	'open',	'closed',	'',	'aaeaaqaaaaaaaaaaaaaajdyxyzlmy2u0lwjimgmtngu4my04yza3lwzhzgfkoddiowjhyq',	'',	'',	'2022-12-14 10:10:14',	'2022-12-14 10:10:14',	'',	948,	'https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAAJDYxYzlmY2U0LWJiMGMtNGU4My04YzA3LWZhZGFkODdiOWJhYQ.png',	0,	'attachment',	'image/png',	0),
(969,	2,	'2022-12-14 10:13:03',	'2022-12-14 10:13:03',	'',	'AAEAAQAAAAAAAAAAAAAAJDYxYzlmY2U0LWJiMGMtNGU4My04YzA3LWZhZGFkODdiOWJhYQ-1',	'',	'inherit',	'open',	'closed',	'',	'aaeaaqaaaaaaaaaaaaaajdyxyzlmy2u0lwjimgmtngu4my04yza3lwzhzgfkoddiowjhyq-1',	'',	'',	'2022-12-14 10:13:03',	'2022-12-14 10:13:03',	'',	948,	'https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAAJDYxYzlmY2U0LWJiMGMtNGU4My04YzA3LWZhZGFkODdiOWJhYQ-1.png',	0,	'attachment',	'image/png',	0),
(970,	2,	'2022-12-14 10:13:18',	'2022-12-14 10:13:18',	'<!-- wp:uagb/container {\"block_id\":\"11ce7d14\",\"backgroundType\":\"image\",\"backgroundImageDesktop\":{\"id\":863,\"title\":\"blue-roan-guest-farm (10)\",\"filename\":\"blue-roan-guest-farm-10.jpg\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-10.jpg\",\"link\":\"https://blueroan.netgen.cloud/accommodation/blue-roan-guest-farm-10/\",\"alt\":\"\",\"author\":\"2\",\"description\":\"\",\"caption\":\"\",\"name\":\"blue-roan-guest-farm-10\",\"status\":\"inherit\",\"uploadedTo\":761,\"date\":\"2022-12-13T13:04:34.000Z\",\"modified\":\"2022-12-13T13:04:34.000Z\",\"menuOrder\":0,\"mime\":\"image/jpeg\",\"type\":\"image\",\"subtype\":\"jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-includes/images/media/default.png\",\"dateFormatted\":\"December 13, 2022\",\"nonces\":{\"update\":\"d5ed6f1c8f\",\"delete\":\"06e9e4c7ca\",\"edit\":\"1bf84c7813\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=863\\u0026action=edit\",\"meta\":false,\"authorName\":\"Netgen Support\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/profile.php\",\"uploadedToTitle\":\"Accommodation\",\"uploadedToLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=761\\u0026action=edit\",\"filesizeInBytes\":149768,\"filesizeHumanReadable\":\"146 KB\",\"context\":\"\",\"height\":667,\"width\":1000,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-10-150x150.jpg\",\"orientation\":\"landscape\"},\"medium\":{\"height\":200,\"width\":300,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-10-300x200.jpg\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-10.jpg\",\"height\":667,\"width\":1000,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"backgroundPositionDesktop\":{\"x\":0.47,\"y\":0.54},\"backgroundSizeTablet\":\"cover\",\"backgroundSizeMobile\":\"cover\",\"backgroundColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"backgroundImageColor\":\"rgba(42,42,42,0.5)\",\"topPaddingDesktop\":220,\"bottomPaddingDesktop\":150,\"topPaddingTablet\":170,\"bottomPaddingTablet\":160,\"leftPaddingTablet\":30,\"rightPaddingTablet\":30,\"topPaddingMobile\":180,\"bottomPaddingMobile\":80,\"leftPaddingMobile\":20,\"rightPaddingMobile\":20,\"paddingLink\":false,\"variationSelected\":true,\"isBlockRootParent\":true,\"overlayType\":\"color\"} -->\n<div class=\"wp-block-uagb-container uagb-block-11ce7d14 alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/advanced-heading {\"block_id\":\"ddf632ca\",\"classMigrate\":true,\"headingDescToggle\":true,\"headingColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"subHeadingColor\":\"var(\\u002d\\u002dast-global-color-4)\",\"headingTag\":\"h1\",\"headSpace\":20,\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"blockTopPadding\":0,\"blockRightPadding\":50,\"blockLeftPadding\":0,\"blockBottomPadding\":0,\"blockTopPaddingTablet\":0,\"blockRightPaddingTablet\":20,\"blockLeftPaddingTablet\":0,\"blockBottomPaddingTablet\":0,\"blockTopPaddingMobile\":0,\"blockRightPaddingMobile\":0,\"blockLeftPaddingMobile\":0,\"blockBottomPaddingMobile\":0,\"blockPaddingUnit\":\"%\",\"blockPaddingUnitTablet\":\"%\"} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-ddf632ca\"><h1 class=\"uagb-heading-text\">The Barn</h1><p class=\"uagb-desc-text\">Our barn-style suite is characterized by exposed wood and rustic beams. A raised king bed on a platform faces the TV and the mountains in this open-concept suite with lots of windows for light.</p></div>\n<!-- /wp:uagb/advanced-heading --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"d543dfe8\",\"backgroundType\":\"color\",\"backgroundSizeTablet\":\"cover\",\"backgroundSizeMobile\":\"cover\",\"backgroundColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"topPaddingDesktop\":120,\"bottomPaddingDesktop\":120,\"topPaddingTablet\":80,\"bottomPaddingTablet\":80,\"leftPaddingTablet\":30,\"rightPaddingTablet\":30,\"topPaddingMobile\":80,\"bottomPaddingMobile\":80,\"leftPaddingMobile\":20,\"rightPaddingMobile\":20,\"paddingLink\":false,\"variationSelected\":true,\"rowGapDesktop\":0,\"isBlockRootParent\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-d543dfe8 alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/container {\"block_id\":\"a9829353\",\"directionDesktop\":\"row\",\"alignItemsDesktop\":\"flex-end\",\"alignItemsTablet\":\"flex-end\",\"justifyContentDesktop\":\"flex-end\",\"justifyContentTablet\":\"space-between\",\"variationSelected\":true,\"rowGapMobile\":20,\"columnGapDesktop\":0} -->\n<div class=\"wp-block-uagb-container uagb-block-a9829353\"><!-- wp:uagb/advanced-heading {\"block_id\":\"bae814f7\",\"classMigrate\":true,\"headingDescToggle\":true,\"subHeadingColor\":\"\",\"headSpace\":20,\"subHeadFontSize\":16} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-bae814f7\"><h2 class=\"uagb-heading-text\">Come &amp; Stay With Us​ at The Barn </h2><p class=\"uagb-desc-text\">This is an open-plan unit with lots of windows with a raised king bed on a platform with 4 steps facing the TV and the mountains. &nbsp;&nbsp;It has a separate bathroom with a large walk-in shower and an oval spa bath. The unit has sliding glass doors opening onto a large patio with a brick braai and comfortable outside furniture. &nbsp;It has a small enclosed garden.</p></div>\n<!-- /wp:uagb/advanced-heading --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:heading -->\n<h2>The bedroom </h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>This room contains the following: </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list -->\n<ul><!-- wp:list-item -->\n<li>King bed with electric blanket</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Electric heater</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Stand fan</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Hair dryer &amp; dressing gowns</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Good quality linen</li>\n<!-- /wp:list-item --></ul>\n<!-- /wp:list --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":955,\"width\":500,\"height\":334,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full is-resized\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAAJDNlZGQ1OWVmLThiZmMtNDJhNC05MjI1LTVjZGE5NDA4YjA0NA.png\" alt=\"\" class=\"wp-image-955\" width=\"500\" height=\"334\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":969,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAAJDYxYzlmY2U0LWJiMGMtNGU4My04YzA3LWZhZGFkODdiOWJhYQ-1.png\" alt=\"The barn\'s bathroom \" class=\"wp-image-969\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:heading -->\n<h2>The bathroom</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>This room contains the following</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list -->\n<ul><!-- wp:list-item -->\n<li>Large walk-in shower</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Oval spa bath with 6 jets</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Bubble bath and candles</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Soap, toiletries, and towels</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Separate toilet - <em>toilet paper provided</em></li>\n<!-- /wp:list-item --></ul>\n<!-- /wp:list --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:heading -->\n<h2>The Lounge</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>This room contains the following: </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list -->\n<ul><!-- wp:list-item -->\n<li>Log fireplace</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>2 seater upholstered recliner settee</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>TV (DSTV - commercial bouquet with Sports, news, movies, Mnet, SABC 1,2 3 and Etv, and other channels)</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>DVD player</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Breakfast table cafe style and 2 chairs</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Books and playing cards</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Glass sliding door out to the patio</li>\n<!-- /wp:list-item --></ul>\n<!-- /wp:list --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":956,\"width\":500,\"height\":334,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full is-resized\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAAJDM0ZDZlYzYxLWY2YTgtNDAzYS1hMGMwLTRiMDFkZTk3ODNjZA-1.png\" alt=\"\" class=\"wp-image-956\" width=\"500\" height=\"334\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":963,\"width\":500,\"height\":334,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full is-resized\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAAJGZiMDU2OTJhLTI1YmYtNDFlOS05YzhlLTM1MDc2OTVlZmEwNA.png\" alt=\"\" class=\"wp-image-963\" width=\"500\" height=\"334\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:heading -->\n<h2>The kitchen</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>This room contains the following</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list -->\n<ul><!-- wp:list-item -->\n<li></li>\n<!-- /wp:list-item --></ul>\n<!-- /wp:list --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:heading -->\n<h2>The large patio with mountain views</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>This room contains the following: </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list -->\n<ul><!-- wp:list-item -->\n<li>Chairs with cushions</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Glass table</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Brick braai</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Decorative lighting</li>\n<!-- /wp:list-item --></ul>\n<!-- /wp:list --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":963,\"width\":500,\"height\":334,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full is-resized\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAAJGZiMDU2OTJhLTI1YmYtNDFlOS05YzhlLTM1MDc2OTVlZmEwNA.png\" alt=\"The Barn\'s lounge \" class=\"wp-image-963\" width=\"500\" height=\"334\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"e4567912\",\"innerContentCustomWidthDesktop\":781,\"innerContentCustomWidthTablet\":781,\"backgroundType\":\"image\",\"backgroundImageDesktop\":{\"uploading\":false,\"date\":1670943271000,\"filename\":\"AAEAAQAAAAAAAAAAAAAA39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba.png\",\"menuOrder\":0,\"uploadedTo\":761,\"type\":\"image\",\"subtype\":\"png\",\"id\":899,\"title\":\"AAEAAQAAAAAAAAAAAAAA39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAA39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba.png\",\"link\":\"https://blueroan.netgen.cloud/accommodation/aaeaaqaaaaaaaaaaaaaa39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba/\",\"alt\":\"\",\"author\":\"2\",\"description\":\"\",\"caption\":\"\",\"name\":\"aaeaaqaaaaaaaaaaaaaa39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba\",\"status\":\"inherit\",\"modified\":1670943271000,\"mime\":\"image/png\",\"icon\":\"https://blueroan.netgen.cloud/wp-includes/images/media/default.png\",\"dateFormatted\":\"December 13, 2022\",\"nonces\":{\"update\":\"45b2b6c69b\",\"delete\":\"75d81c42ab\",\"edit\":\"88fae030a9\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=899\\u0026action=edit\",\"meta\":false,\"authorName\":\"Netgen Support\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/profile.php\",\"uploadedToTitle\":\"Accommodation\",\"uploadedToLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=761\\u0026action=edit\",\"filesizeInBytes\":2338048,\"filesizeHumanReadable\":\"2 MB\",\"context\":\"\",\"height\":900,\"width\":1200,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAA39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba-150x150.png\",\"orientation\":\"landscape\"},\"medium\":{\"height\":225,\"width\":300,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAA39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba-300x225.png\",\"orientation\":\"landscape\"},\"large\":{\"height\":768,\"width\":1024,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAA39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba-1024x768.png\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAA39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba.png\",\"height\":900,\"width\":1200,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"backgroundImageColor\":\"rgba(42,42,42,0.65)\",\"topPaddingDesktop\":144,\"bottomPaddingDesktop\":144,\"leftPaddingDesktop\":40,\"rightPaddingDesktop\":40,\"topPaddingTablet\":80,\"bottomPaddingTablet\":80,\"leftPaddingTablet\":40,\"rightPaddingTablet\":40,\"topPaddingMobile\":64,\"bottomPaddingMobile\":64,\"leftPaddingMobile\":24,\"rightPaddingMobile\":24,\"paddingLink\":false,\"variationSelected\":true,\"isBlockRootParent\":true,\"overlayType\":\"color\"} -->\n<div class=\"wp-block-uagb-container uagb-block-e4567912 alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/advanced-heading {\"block_id\":\"66a4e296\",\"classMigrate\":true,\"headingDescToggle\":true,\"headingAlign\":\"center\",\"headingColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"subHeadingColor\":\"var(\\u002d\\u002dast-global-color-4)\",\"headSpace\":20} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-66a4e296\"><h2 class=\"uagb-heading-text\">Plan an Unforgettable Experience at<br>Blue Roan!</h2><p class=\"uagb-desc-text\">We can help you fit your stay and experience within your allotted budget.</p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/advanced-heading {\"block_id\":\"94741060\",\"classMigrate\":true,\"headingTitleToggle\":false,\"headingDescToggle\":true,\"headingAlign\":\"center\",\"subHeadingColor\":\"var(\\u002d\\u002dast-global-color-4)\",\"subHeadTransform\":\"uppercase\",\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"subHeadLetterSpacing\":2,\"blockTopPadding\":60,\"blockRightPadding\":0,\"blockLeftPadding\":0,\"blockBottomPadding\":0,\"blockTopPaddingMobile\":30,\"blockRightPaddingMobile\":0,\"blockLeftPaddingMobile\":0,\"blockBottomPaddingMobile\":0} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-94741060\"><p class=\"uagb-desc-text\">BOOK YOUR STAY NOW​</p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/icon-list {\"block_id\":\"5e632f00\",\"classMigrate\":true,\"childMigrate\":true,\"align\":\"center\",\"parentIcon\":\"phone\",\"size\":40,\"sizeMobile\":24,\"sizeTablet\":32,\"fontSize\":48,\"fontSizeMobile\":28,\"fontSizeTablet\":40,\"fontWeight\":\"600\",\"iconColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"labelColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"blockTopPadding\":0,\"blockRightPadding\":0,\"blockLeftPadding\":0,\"blockBottomPadding\":24,\"blockPaddingLink\":false} -->\n<div class=\"wp-block-uagb-icon-list uagb-block-5e632f00\"><div class=\"uagb-icon-list__wrap\"><!-- wp:uagb/icon-list-child {\"block_id\":\"e1007cce\",\"label\":\" + 27 (0) 82 575 5409\",\"label_color\":\"\",\"link\":\"tel:+27825755409\",\"disableLink\":true,\"fromParentIcon\":\"phone\",\"imageSizeChild\":40} -->\n<div class=\"wp-block-uagb-icon-list-child uagb-block-e1007cce\"><a target=\"_self\" aria-label=\" + 27 (0) 82 575 5409\" rel=\"noopener noreferrer\" href=\"tel:+27825755409\"> </a><span class=\"uagb-icon-list__source-wrap\"><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M511.2 387l-23.25 100.8c-3.266 14.25-15.79 24.22-30.46 24.22C205.2 512 0 306.8 0 54.5c0-14.66 9.969-27.2 24.22-30.45l100.8-23.25C139.7-2.602 154.7 5.018 160.8 18.92l46.52 108.5c5.438 12.78 1.77 27.67-8.98 36.45L144.5 207.1c33.98 69.22 90.26 125.5 159.5 159.5l44.08-53.8c8.688-10.78 23.69-14.51 36.47-8.975l108.5 46.51C506.1 357.2 514.6 372.4 511.2 387z\"></path></svg></span><span class=\"uagb-icon-list__label\"> + 27 (0) 82 575 5409</span></div>\n<!-- /wp:uagb/icon-list-child -->\n\n<!-- wp:uagb/icon-list-child {\"block_id\":\"9f284019\",\"label\":\"blueroan@ugo.co.za\",\"icon\":\"envelope\",\"label_color\":\"\",\"link\":\"mailto:blueroan@ugo.co.za\",\"disableLink\":true,\"fromParentIcon\":\"phone\",\"imageSizeChild\":40} -->\n<div class=\"wp-block-uagb-icon-list-child uagb-block-9f284019\"><a target=\"_self\" aria-label=\"blueroan@ugo.co.za\" rel=\"noopener noreferrer\" href=\"mailto:blueroan@ugo.co.za\"> </a><span class=\"uagb-icon-list__source-wrap\"><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M464 64C490.5 64 512 85.49 512 112C512 127.1 504.9 141.3 492.8 150.4L275.2 313.6C263.8 322.1 248.2 322.1 236.8 313.6L19.2 150.4C7.113 141.3 0 127.1 0 112C0 85.49 21.49 64 48 64H464zM217.6 339.2C240.4 356.3 271.6 356.3 294.4 339.2L512 176V384C512 419.3 483.3 448 448 448H64C28.65 448 0 419.3 0 384V176L217.6 339.2z\"></path></svg></span><span class=\"uagb-icon-list__label\">blueroan@ugo.co.za</span></div>\n<!-- /wp:uagb/icon-list-child --></div></div>\n<!-- /wp:uagb/icon-list --></div></div>\n<!-- /wp:uagb/container -->',	'The Barn',	'',	'inherit',	'closed',	'closed',	'',	'948-revision-v1',	'',	'',	'2022-12-14 10:13:18',	'2022-12-14 10:13:18',	'',	948,	'https://blueroan.netgen.cloud/?p=970',	0,	'revision',	'',	0),
(971,	2,	'2022-12-14 10:13:56',	'2022-12-14 10:13:56',	'<!-- wp:uagb/container {\"block_id\":\"a3100bb2\",\"backgroundType\":\"image\",\"backgroundImageDesktop\":{\"id\":863,\"title\":\"blue-roan-guest-farm (10)\",\"filename\":\"blue-roan-guest-farm-10.jpg\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-10.jpg\",\"link\":\"https://blueroan.netgen.cloud/accommodation/blue-roan-guest-farm-10/\",\"alt\":\"\",\"author\":\"2\",\"description\":\"\",\"caption\":\"\",\"name\":\"blue-roan-guest-farm-10\",\"status\":\"inherit\",\"uploadedTo\":761,\"date\":\"2022-12-13T13:04:34.000Z\",\"modified\":\"2022-12-13T13:04:34.000Z\",\"menuOrder\":0,\"mime\":\"image/jpeg\",\"type\":\"image\",\"subtype\":\"jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-includes/images/media/default.png\",\"dateFormatted\":\"December 13, 2022\",\"nonces\":{\"update\":\"d5ed6f1c8f\",\"delete\":\"06e9e4c7ca\",\"edit\":\"1bf84c7813\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=863\\u0026action=edit\",\"meta\":false,\"authorName\":\"Netgen Support\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/profile.php\",\"uploadedToTitle\":\"Accommodation\",\"uploadedToLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=761\\u0026action=edit\",\"filesizeInBytes\":149768,\"filesizeHumanReadable\":\"146 KB\",\"context\":\"\",\"height\":667,\"width\":1000,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-10-150x150.jpg\",\"orientation\":\"landscape\"},\"medium\":{\"height\":200,\"width\":300,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-10-300x200.jpg\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-10.jpg\",\"height\":667,\"width\":1000,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"backgroundPositionDesktop\":{\"x\":0.47,\"y\":0.54},\"backgroundSizeTablet\":\"cover\",\"backgroundSizeMobile\":\"cover\",\"backgroundColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"backgroundImageColor\":\"rgba(42,42,42,0.5)\",\"topPaddingDesktop\":220,\"bottomPaddingDesktop\":150,\"topPaddingTablet\":170,\"bottomPaddingTablet\":160,\"leftPaddingTablet\":30,\"rightPaddingTablet\":30,\"topPaddingMobile\":180,\"bottomPaddingMobile\":80,\"leftPaddingMobile\":20,\"rightPaddingMobile\":20,\"paddingLink\":false,\"variationSelected\":true,\"isBlockRootParent\":true,\"overlayType\":\"color\"} -->\n<div class=\"wp-block-uagb-container uagb-block-a3100bb2 alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/advanced-heading {\"block_id\":\"dc36f14b\",\"classMigrate\":true,\"headingDescToggle\":true,\"headingColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"subHeadingColor\":\"var(\\u002d\\u002dast-global-color-4)\",\"headingTag\":\"h1\",\"headSpace\":20,\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"blockTopPadding\":0,\"blockRightPadding\":50,\"blockLeftPadding\":0,\"blockBottomPadding\":0,\"blockTopPaddingTablet\":0,\"blockRightPaddingTablet\":20,\"blockLeftPaddingTablet\":0,\"blockBottomPaddingTablet\":0,\"blockTopPaddingMobile\":0,\"blockRightPaddingMobile\":0,\"blockLeftPaddingMobile\":0,\"blockBottomPaddingMobile\":0,\"blockPaddingUnit\":\"%\",\"blockPaddingUnitTablet\":\"%\"} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-dc36f14b\"><h1 class=\"uagb-heading-text\">The Barn</h1><p class=\"uagb-desc-text\">Our barn-style suite is characterized by exposed wood and rustic beams. A raised king bed on a platform faces the TV and the mountains in this open-concept suite with lots of windows for light.</p></div>\n<!-- /wp:uagb/advanced-heading --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"0cd594f7\",\"backgroundType\":\"color\",\"backgroundSizeTablet\":\"cover\",\"backgroundSizeMobile\":\"cover\",\"backgroundColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"topPaddingDesktop\":120,\"bottomPaddingDesktop\":120,\"topPaddingTablet\":80,\"bottomPaddingTablet\":80,\"leftPaddingTablet\":30,\"rightPaddingTablet\":30,\"topPaddingMobile\":80,\"bottomPaddingMobile\":80,\"leftPaddingMobile\":20,\"rightPaddingMobile\":20,\"paddingLink\":false,\"variationSelected\":true,\"rowGapDesktop\":0,\"isBlockRootParent\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-0cd594f7 alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/container {\"block_id\":\"fe0e0395\",\"directionDesktop\":\"row\",\"alignItemsDesktop\":\"flex-end\",\"alignItemsTablet\":\"flex-end\",\"justifyContentDesktop\":\"flex-end\",\"justifyContentTablet\":\"space-between\",\"variationSelected\":true,\"rowGapMobile\":20,\"columnGapDesktop\":0} -->\n<div class=\"wp-block-uagb-container uagb-block-fe0e0395\"><!-- wp:uagb/advanced-heading {\"block_id\":\"8f1c4096\",\"classMigrate\":true,\"headingDescToggle\":true,\"subHeadingColor\":\"\",\"headSpace\":20,\"subHeadFontSize\":16} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-8f1c4096\"><h2 class=\"uagb-heading-text\">Come &amp; Stay With Us​ at The Barn </h2><p class=\"uagb-desc-text\">This is an open-plan unit with lots of windows with a raised king bed on a platform with 4 steps facing the TV and the mountains. &nbsp;&nbsp;It has a separate bathroom with a large walk-in shower and an oval spa bath. The unit has sliding glass doors opening onto a large patio with a brick braai and comfortable outside furniture. &nbsp;It has a small enclosed garden.</p></div>\n<!-- /wp:uagb/advanced-heading --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:heading -->\n<h2>The bedroom </h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>This room contains the following: </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list -->\n<ul><!-- wp:list-item -->\n<li>King bed with electric blanket</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Electric heater</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Stand fan</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Hair dryer &amp; dressing gowns</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Good quality linen</li>\n<!-- /wp:list-item --></ul>\n<!-- /wp:list --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":955,\"width\":500,\"height\":334,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full is-resized\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAAJDNlZGQ1OWVmLThiZmMtNDJhNC05MjI1LTVjZGE5NDA4YjA0NA.png\" alt=\"\" class=\"wp-image-955\" width=\"500\" height=\"334\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":969,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAAJDYxYzlmY2U0LWJiMGMtNGU4My04YzA3LWZhZGFkODdiOWJhYQ-1.png\" alt=\"The barn\'s bathroom \" class=\"wp-image-969\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:heading -->\n<h2>The bathroom</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>This room contains the following</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list -->\n<ul><!-- wp:list-item -->\n<li>Large walk-in shower</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Oval spa bath with 6 jets</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Bubble bath and candles</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Soap, toiletries, and towels</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Separate toilet - <em>toilet paper provided</em></li>\n<!-- /wp:list-item --></ul>\n<!-- /wp:list --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:heading -->\n<h2>The Lounge</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>This room contains the following: </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list -->\n<ul><!-- wp:list-item -->\n<li>Log fireplace</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>2 seater upholstered recliner settee</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>TV (DSTV - commercial bouquet with Sports, news, movies, Mnet, SABC 1,2 3 and Etv, and other channels)</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>DVD player</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Breakfast table cafe style and 2 chairs</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Books and playing cards</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Glass sliding door out to the patio</li>\n<!-- /wp:list-item --></ul>\n<!-- /wp:list --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":956,\"width\":500,\"height\":334,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full is-resized\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAAJDM0ZDZlYzYxLWY2YTgtNDAzYS1hMGMwLTRiMDFkZTk3ODNjZA-1.png\" alt=\"\" class=\"wp-image-956\" width=\"500\" height=\"334\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":963,\"width\":500,\"height\":334,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full is-resized\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAAJGZiMDU2OTJhLTI1YmYtNDFlOS05YzhlLTM1MDc2OTVlZmEwNA.png\" alt=\"\" class=\"wp-image-963\" width=\"500\" height=\"334\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:heading -->\n<h2>The kitchen</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>This room contains the following</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list -->\n<ul><!-- wp:list-item -->\n<li>4 plate gas stove and oven</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Microwave oven, kettle, toaster, filter coffee plunger</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Fridge with top freezer compartment</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Pots, pans, cutlery, crockery, wine &amp; champagne glasses</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>All kitchen utensils</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Ironing board and iron</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>All cleaning cloths and detergents and washing up liquid</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Paper towel</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Braai tongs</li>\n<!-- /wp:list-item --></ul>\n<!-- /wp:list --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:heading -->\n<h2>The large patio with mountain views</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>This room contains the following: </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list -->\n<ul><!-- wp:list-item -->\n<li>Chairs with cushions</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Glass table</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Brick braai</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Decorative lighting</li>\n<!-- /wp:list-item --></ul>\n<!-- /wp:list --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":963,\"width\":500,\"height\":334,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full is-resized\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAAJGZiMDU2OTJhLTI1YmYtNDFlOS05YzhlLTM1MDc2OTVlZmEwNA.png\" alt=\"The Barn\'s lounge \" class=\"wp-image-963\" width=\"500\" height=\"334\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"7dddca3f\",\"innerContentCustomWidthDesktop\":781,\"innerContentCustomWidthTablet\":781,\"backgroundType\":\"image\",\"backgroundImageDesktop\":{\"uploading\":false,\"date\":1670943271000,\"filename\":\"AAEAAQAAAAAAAAAAAAAA39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba.png\",\"menuOrder\":0,\"uploadedTo\":761,\"type\":\"image\",\"subtype\":\"png\",\"id\":899,\"title\":\"AAEAAQAAAAAAAAAAAAAA39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAA39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba.png\",\"link\":\"https://blueroan.netgen.cloud/accommodation/aaeaaqaaaaaaaaaaaaaa39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba/\",\"alt\":\"\",\"author\":\"2\",\"description\":\"\",\"caption\":\"\",\"name\":\"aaeaaqaaaaaaaaaaaaaa39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba\",\"status\":\"inherit\",\"modified\":1670943271000,\"mime\":\"image/png\",\"icon\":\"https://blueroan.netgen.cloud/wp-includes/images/media/default.png\",\"dateFormatted\":\"December 13, 2022\",\"nonces\":{\"update\":\"45b2b6c69b\",\"delete\":\"75d81c42ab\",\"edit\":\"88fae030a9\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=899\\u0026action=edit\",\"meta\":false,\"authorName\":\"Netgen Support\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/profile.php\",\"uploadedToTitle\":\"Accommodation\",\"uploadedToLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=761\\u0026action=edit\",\"filesizeInBytes\":2338048,\"filesizeHumanReadable\":\"2 MB\",\"context\":\"\",\"height\":900,\"width\":1200,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAA39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba-150x150.png\",\"orientation\":\"landscape\"},\"medium\":{\"height\":225,\"width\":300,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAA39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba-300x225.png\",\"orientation\":\"landscape\"},\"large\":{\"height\":768,\"width\":1024,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAA39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba-1024x768.png\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAA39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba.png\",\"height\":900,\"width\":1200,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"backgroundImageColor\":\"rgba(42,42,42,0.65)\",\"topPaddingDesktop\":144,\"bottomPaddingDesktop\":144,\"leftPaddingDesktop\":40,\"rightPaddingDesktop\":40,\"topPaddingTablet\":80,\"bottomPaddingTablet\":80,\"leftPaddingTablet\":40,\"rightPaddingTablet\":40,\"topPaddingMobile\":64,\"bottomPaddingMobile\":64,\"leftPaddingMobile\":24,\"rightPaddingMobile\":24,\"paddingLink\":false,\"variationSelected\":true,\"isBlockRootParent\":true,\"overlayType\":\"color\"} -->\n<div class=\"wp-block-uagb-container uagb-block-7dddca3f alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/advanced-heading {\"block_id\":\"148597a5\",\"classMigrate\":true,\"headingDescToggle\":true,\"headingAlign\":\"center\",\"headingColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"subHeadingColor\":\"var(\\u002d\\u002dast-global-color-4)\",\"headSpace\":20} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-148597a5\"><h2 class=\"uagb-heading-text\">Plan an Unforgettable Experience at<br>Blue Roan!</h2><p class=\"uagb-desc-text\">We can help you fit your stay and experience within your allotted budget.</p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/advanced-heading {\"block_id\":\"73a2da2c\",\"classMigrate\":true,\"headingTitleToggle\":false,\"headingDescToggle\":true,\"headingAlign\":\"center\",\"subHeadingColor\":\"var(\\u002d\\u002dast-global-color-4)\",\"subHeadTransform\":\"uppercase\",\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"subHeadLetterSpacing\":2,\"blockTopPadding\":60,\"blockRightPadding\":0,\"blockLeftPadding\":0,\"blockBottomPadding\":0,\"blockTopPaddingMobile\":30,\"blockRightPaddingMobile\":0,\"blockLeftPaddingMobile\":0,\"blockBottomPaddingMobile\":0} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-73a2da2c\"><p class=\"uagb-desc-text\">BOOK YOUR STAY NOW​</p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/icon-list {\"block_id\":\"442ae40e\",\"classMigrate\":true,\"childMigrate\":true,\"align\":\"center\",\"parentIcon\":\"phone\",\"size\":40,\"sizeMobile\":24,\"sizeTablet\":32,\"fontSize\":48,\"fontSizeMobile\":28,\"fontSizeTablet\":40,\"fontWeight\":\"600\",\"iconColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"labelColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"blockTopPadding\":0,\"blockRightPadding\":0,\"blockLeftPadding\":0,\"blockBottomPadding\":24,\"blockPaddingLink\":false} -->\n<div class=\"wp-block-uagb-icon-list uagb-block-442ae40e\"><div class=\"uagb-icon-list__wrap\"><!-- wp:uagb/icon-list-child {\"block_id\":\"6b9e4158\",\"label\":\" + 27 (0) 82 575 5409\",\"label_color\":\"\",\"link\":\"tel:+27825755409\",\"disableLink\":true,\"fromParentIcon\":\"phone\",\"imageSizeChild\":40} -->\n<div class=\"wp-block-uagb-icon-list-child uagb-block-6b9e4158\"><a target=\"_self\" aria-label=\" + 27 (0) 82 575 5409\" rel=\"noopener noreferrer\" href=\"tel:+27825755409\"> </a><span class=\"uagb-icon-list__source-wrap\"><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M511.2 387l-23.25 100.8c-3.266 14.25-15.79 24.22-30.46 24.22C205.2 512 0 306.8 0 54.5c0-14.66 9.969-27.2 24.22-30.45l100.8-23.25C139.7-2.602 154.7 5.018 160.8 18.92l46.52 108.5c5.438 12.78 1.77 27.67-8.98 36.45L144.5 207.1c33.98 69.22 90.26 125.5 159.5 159.5l44.08-53.8c8.688-10.78 23.69-14.51 36.47-8.975l108.5 46.51C506.1 357.2 514.6 372.4 511.2 387z\"></path></svg></span><span class=\"uagb-icon-list__label\"> + 27 (0) 82 575 5409</span></div>\n<!-- /wp:uagb/icon-list-child -->\n\n<!-- wp:uagb/icon-list-child {\"block_id\":\"e959b73a\",\"label\":\"blueroan@ugo.co.za\",\"icon\":\"envelope\",\"label_color\":\"\",\"link\":\"mailto:blueroan@ugo.co.za\",\"disableLink\":true,\"fromParentIcon\":\"phone\",\"imageSizeChild\":40} -->\n<div class=\"wp-block-uagb-icon-list-child uagb-block-e959b73a\"><a target=\"_self\" aria-label=\"blueroan@ugo.co.za\" rel=\"noopener noreferrer\" href=\"mailto:blueroan@ugo.co.za\"> </a><span class=\"uagb-icon-list__source-wrap\"><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M464 64C490.5 64 512 85.49 512 112C512 127.1 504.9 141.3 492.8 150.4L275.2 313.6C263.8 322.1 248.2 322.1 236.8 313.6L19.2 150.4C7.113 141.3 0 127.1 0 112C0 85.49 21.49 64 48 64H464zM217.6 339.2C240.4 356.3 271.6 356.3 294.4 339.2L512 176V384C512 419.3 483.3 448 448 448H64C28.65 448 0 419.3 0 384V176L217.6 339.2z\"></path></svg></span><span class=\"uagb-icon-list__label\">blueroan@ugo.co.za</span></div>\n<!-- /wp:uagb/icon-list-child --></div></div>\n<!-- /wp:uagb/icon-list --></div></div>\n<!-- /wp:uagb/container -->',	'The Barn',	'',	'inherit',	'closed',	'closed',	'',	'948-revision-v1',	'',	'',	'2022-12-14 10:13:56',	'2022-12-14 10:13:56',	'',	948,	'https://blueroan.netgen.cloud/?p=971',	0,	'revision',	'',	0),
(972,	2,	'2022-12-14 10:14:23',	'2022-12-14 10:14:23',	'<!-- wp:uagb/container {\"block_id\":\"0e74fe75\",\"backgroundType\":\"image\",\"backgroundImageDesktop\":{\"id\":863,\"title\":\"blue-roan-guest-farm (10)\",\"filename\":\"blue-roan-guest-farm-10.jpg\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-10.jpg\",\"link\":\"https://blueroan.netgen.cloud/accommodation/blue-roan-guest-farm-10/\",\"alt\":\"\",\"author\":\"2\",\"description\":\"\",\"caption\":\"\",\"name\":\"blue-roan-guest-farm-10\",\"status\":\"inherit\",\"uploadedTo\":761,\"date\":\"2022-12-13T13:04:34.000Z\",\"modified\":\"2022-12-13T13:04:34.000Z\",\"menuOrder\":0,\"mime\":\"image/jpeg\",\"type\":\"image\",\"subtype\":\"jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-includes/images/media/default.png\",\"dateFormatted\":\"December 13, 2022\",\"nonces\":{\"update\":\"d5ed6f1c8f\",\"delete\":\"06e9e4c7ca\",\"edit\":\"1bf84c7813\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=863\\u0026action=edit\",\"meta\":false,\"authorName\":\"Netgen Support\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/profile.php\",\"uploadedToTitle\":\"Accommodation\",\"uploadedToLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=761\\u0026action=edit\",\"filesizeInBytes\":149768,\"filesizeHumanReadable\":\"146 KB\",\"context\":\"\",\"height\":667,\"width\":1000,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-10-150x150.jpg\",\"orientation\":\"landscape\"},\"medium\":{\"height\":200,\"width\":300,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-10-300x200.jpg\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-10.jpg\",\"height\":667,\"width\":1000,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"backgroundPositionDesktop\":{\"x\":0.47,\"y\":0.54},\"backgroundSizeTablet\":\"cover\",\"backgroundSizeMobile\":\"cover\",\"backgroundColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"backgroundImageColor\":\"rgba(42,42,42,0.5)\",\"topPaddingDesktop\":220,\"bottomPaddingDesktop\":150,\"topPaddingTablet\":170,\"bottomPaddingTablet\":160,\"leftPaddingTablet\":30,\"rightPaddingTablet\":30,\"topPaddingMobile\":180,\"bottomPaddingMobile\":80,\"leftPaddingMobile\":20,\"rightPaddingMobile\":20,\"paddingLink\":false,\"variationSelected\":true,\"isBlockRootParent\":true,\"overlayType\":\"color\"} -->\n<div class=\"wp-block-uagb-container uagb-block-0e74fe75 alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/advanced-heading {\"block_id\":\"42eccc8d\",\"classMigrate\":true,\"headingDescToggle\":true,\"headingColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"subHeadingColor\":\"var(\\u002d\\u002dast-global-color-4)\",\"headingTag\":\"h1\",\"headSpace\":20,\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"blockTopPadding\":0,\"blockRightPadding\":50,\"blockLeftPadding\":0,\"blockBottomPadding\":0,\"blockTopPaddingTablet\":0,\"blockRightPaddingTablet\":20,\"blockLeftPaddingTablet\":0,\"blockBottomPaddingTablet\":0,\"blockTopPaddingMobile\":0,\"blockRightPaddingMobile\":0,\"blockLeftPaddingMobile\":0,\"blockBottomPaddingMobile\":0,\"blockPaddingUnit\":\"%\",\"blockPaddingUnitTablet\":\"%\"} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-42eccc8d\"><h1 class=\"uagb-heading-text\">The Barn</h1><p class=\"uagb-desc-text\">Our barn-style suite is characterized by exposed wood and rustic beams. A raised king bed on a platform faces the TV and the mountains in this open-concept suite with lots of windows for light.</p></div>\n<!-- /wp:uagb/advanced-heading --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"bb04d82e\",\"backgroundType\":\"color\",\"backgroundSizeTablet\":\"cover\",\"backgroundSizeMobile\":\"cover\",\"backgroundColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"topPaddingDesktop\":120,\"bottomPaddingDesktop\":120,\"topPaddingTablet\":80,\"bottomPaddingTablet\":80,\"leftPaddingTablet\":30,\"rightPaddingTablet\":30,\"topPaddingMobile\":80,\"bottomPaddingMobile\":80,\"leftPaddingMobile\":20,\"rightPaddingMobile\":20,\"paddingLink\":false,\"variationSelected\":true,\"rowGapDesktop\":0,\"isBlockRootParent\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-bb04d82e alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/container {\"block_id\":\"c162d6bc\",\"directionDesktop\":\"row\",\"alignItemsDesktop\":\"flex-end\",\"alignItemsTablet\":\"flex-end\",\"justifyContentDesktop\":\"flex-end\",\"justifyContentTablet\":\"space-between\",\"variationSelected\":true,\"rowGapMobile\":20,\"columnGapDesktop\":0} -->\n<div class=\"wp-block-uagb-container uagb-block-c162d6bc\"><!-- wp:uagb/advanced-heading {\"block_id\":\"60d87488\",\"classMigrate\":true,\"headingDescToggle\":true,\"subHeadingColor\":\"\",\"headSpace\":20,\"subHeadFontSize\":16} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-60d87488\"><h2 class=\"uagb-heading-text\">Come &amp; Stay With Us​ at The Barn </h2><p class=\"uagb-desc-text\">This is an open-plan unit with lots of windows with a raised king bed on a platform with 4 steps facing the TV and the mountains. &nbsp;&nbsp;It has a separate bathroom with a large walk-in shower and an oval spa bath. The unit has sliding glass doors opening onto a large patio with a brick braai and comfortable outside furniture. &nbsp;It has a small enclosed garden.</p></div>\n<!-- /wp:uagb/advanced-heading --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:heading -->\n<h2>The bedroom </h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>This room contains the following: </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list -->\n<ul><!-- wp:list-item -->\n<li>King bed with electric blanket</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Electric heater</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Stand fan</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Hair dryer &amp; dressing gowns</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Good quality linen</li>\n<!-- /wp:list-item --></ul>\n<!-- /wp:list --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":955,\"width\":500,\"height\":334,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full is-resized\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAAJDNlZGQ1OWVmLThiZmMtNDJhNC05MjI1LTVjZGE5NDA4YjA0NA.png\" alt=\"\" class=\"wp-image-955\" width=\"500\" height=\"334\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":969,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAAJDYxYzlmY2U0LWJiMGMtNGU4My04YzA3LWZhZGFkODdiOWJhYQ-1.png\" alt=\"The barn\'s bathroom \" class=\"wp-image-969\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:heading -->\n<h2>The bathroom</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>This room contains the following</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list -->\n<ul><!-- wp:list-item -->\n<li>Large walk-in shower</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Oval spa bath with 6 jets</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Bubble bath and candles</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Soap, toiletries, and towels</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Separate toilet - <em>toilet paper provided</em></li>\n<!-- /wp:list-item --></ul>\n<!-- /wp:list --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:heading -->\n<h2>The Lounge</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>This room contains the following: </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list -->\n<ul><!-- wp:list-item -->\n<li>Log fireplace</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>2 seater upholstered recliner settee</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>TV (DSTV - commercial bouquet with Sports, news, movies, Mnet, SABC 1,2 3 and Etv, and other channels)</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>DVD player</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Breakfast table cafe style and 2 chairs</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Books and playing cards</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Glass sliding door out to the patio</li>\n<!-- /wp:list-item --></ul>\n<!-- /wp:list --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":956,\"width\":500,\"height\":334,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full is-resized\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAAJDM0ZDZlYzYxLWY2YTgtNDAzYS1hMGMwLTRiMDFkZTk3ODNjZA-1.png\" alt=\"\" class=\"wp-image-956\" width=\"500\" height=\"334\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":963,\"width\":500,\"height\":334,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full is-resized\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAAJGZiMDU2OTJhLTI1YmYtNDFlOS05YzhlLTM1MDc2OTVlZmEwNA.png\" alt=\"\" class=\"wp-image-963\" width=\"500\" height=\"334\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:heading -->\n<h2>The kitchen</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>This room contains the following</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list -->\n<ul><!-- wp:list-item -->\n<li>4 plate gas stove and oven</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Microwave oven, kettle, toaster, filter coffee plunger</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Fridge with top freezer compartment</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Pots, pans, cutlery, crockery, wine &amp; champagne glasses</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>All kitchen utensils</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Ironing board and iron</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>All cleaning cloths and detergents and washing up liquid</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Paper towel</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Braai tongs</li>\n<!-- /wp:list-item --></ul>\n<!-- /wp:list --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:heading -->\n<h2>The large patio with <br>mountain views</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>This room contains the following: </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list -->\n<ul><!-- wp:list-item -->\n<li>Chairs with cushions</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Glass table</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Brick braai</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Decorative lighting</li>\n<!-- /wp:list-item --></ul>\n<!-- /wp:list --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":963,\"width\":500,\"height\":334,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full is-resized\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAAJGZiMDU2OTJhLTI1YmYtNDFlOS05YzhlLTM1MDc2OTVlZmEwNA.png\" alt=\"The Barn\'s lounge \" class=\"wp-image-963\" width=\"500\" height=\"334\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"faac87aa\",\"innerContentCustomWidthDesktop\":781,\"innerContentCustomWidthTablet\":781,\"backgroundType\":\"image\",\"backgroundImageDesktop\":{\"uploading\":false,\"date\":1670943271000,\"filename\":\"AAEAAQAAAAAAAAAAAAAA39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba.png\",\"menuOrder\":0,\"uploadedTo\":761,\"type\":\"image\",\"subtype\":\"png\",\"id\":899,\"title\":\"AAEAAQAAAAAAAAAAAAAA39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAA39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba.png\",\"link\":\"https://blueroan.netgen.cloud/accommodation/aaeaaqaaaaaaaaaaaaaa39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba/\",\"alt\":\"\",\"author\":\"2\",\"description\":\"\",\"caption\":\"\",\"name\":\"aaeaaqaaaaaaaaaaaaaa39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba\",\"status\":\"inherit\",\"modified\":1670943271000,\"mime\":\"image/png\",\"icon\":\"https://blueroan.netgen.cloud/wp-includes/images/media/default.png\",\"dateFormatted\":\"December 13, 2022\",\"nonces\":{\"update\":\"45b2b6c69b\",\"delete\":\"75d81c42ab\",\"edit\":\"88fae030a9\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=899\\u0026action=edit\",\"meta\":false,\"authorName\":\"Netgen Support\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/profile.php\",\"uploadedToTitle\":\"Accommodation\",\"uploadedToLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=761\\u0026action=edit\",\"filesizeInBytes\":2338048,\"filesizeHumanReadable\":\"2 MB\",\"context\":\"\",\"height\":900,\"width\":1200,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAA39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba-150x150.png\",\"orientation\":\"landscape\"},\"medium\":{\"height\":225,\"width\":300,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAA39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba-300x225.png\",\"orientation\":\"landscape\"},\"large\":{\"height\":768,\"width\":1024,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAA39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba-1024x768.png\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAA39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba.png\",\"height\":900,\"width\":1200,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"backgroundImageColor\":\"rgba(42,42,42,0.65)\",\"topPaddingDesktop\":144,\"bottomPaddingDesktop\":144,\"leftPaddingDesktop\":40,\"rightPaddingDesktop\":40,\"topPaddingTablet\":80,\"bottomPaddingTablet\":80,\"leftPaddingTablet\":40,\"rightPaddingTablet\":40,\"topPaddingMobile\":64,\"bottomPaddingMobile\":64,\"leftPaddingMobile\":24,\"rightPaddingMobile\":24,\"paddingLink\":false,\"variationSelected\":true,\"isBlockRootParent\":true,\"overlayType\":\"color\"} -->\n<div class=\"wp-block-uagb-container uagb-block-faac87aa alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/advanced-heading {\"block_id\":\"c0f30f96\",\"classMigrate\":true,\"headingDescToggle\":true,\"headingAlign\":\"center\",\"headingColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"subHeadingColor\":\"var(\\u002d\\u002dast-global-color-4)\",\"headSpace\":20} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-c0f30f96\"><h2 class=\"uagb-heading-text\">Plan an Unforgettable Experience at<br>Blue Roan!</h2><p class=\"uagb-desc-text\">We can help you fit your stay and experience within your allotted budget.</p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/advanced-heading {\"block_id\":\"1d67b492\",\"classMigrate\":true,\"headingTitleToggle\":false,\"headingDescToggle\":true,\"headingAlign\":\"center\",\"subHeadingColor\":\"var(\\u002d\\u002dast-global-color-4)\",\"subHeadTransform\":\"uppercase\",\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"subHeadLetterSpacing\":2,\"blockTopPadding\":60,\"blockRightPadding\":0,\"blockLeftPadding\":0,\"blockBottomPadding\":0,\"blockTopPaddingMobile\":30,\"blockRightPaddingMobile\":0,\"blockLeftPaddingMobile\":0,\"blockBottomPaddingMobile\":0} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-1d67b492\"><p class=\"uagb-desc-text\">BOOK YOUR STAY NOW​</p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/icon-list {\"block_id\":\"7a8a4271\",\"classMigrate\":true,\"childMigrate\":true,\"align\":\"center\",\"parentIcon\":\"phone\",\"size\":40,\"sizeMobile\":24,\"sizeTablet\":32,\"fontSize\":48,\"fontSizeMobile\":28,\"fontSizeTablet\":40,\"fontWeight\":\"600\",\"iconColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"labelColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"blockTopPadding\":0,\"blockRightPadding\":0,\"blockLeftPadding\":0,\"blockBottomPadding\":24,\"blockPaddingLink\":false} -->\n<div class=\"wp-block-uagb-icon-list uagb-block-7a8a4271\"><div class=\"uagb-icon-list__wrap\"><!-- wp:uagb/icon-list-child {\"block_id\":\"028a3773\",\"label\":\" + 27 (0) 82 575 5409\",\"label_color\":\"\",\"link\":\"tel:+27825755409\",\"disableLink\":true,\"fromParentIcon\":\"phone\",\"imageSizeChild\":40} -->\n<div class=\"wp-block-uagb-icon-list-child uagb-block-028a3773\"><a target=\"_self\" aria-label=\" + 27 (0) 82 575 5409\" rel=\"noopener noreferrer\" href=\"tel:+27825755409\"> </a><span class=\"uagb-icon-list__source-wrap\"><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M511.2 387l-23.25 100.8c-3.266 14.25-15.79 24.22-30.46 24.22C205.2 512 0 306.8 0 54.5c0-14.66 9.969-27.2 24.22-30.45l100.8-23.25C139.7-2.602 154.7 5.018 160.8 18.92l46.52 108.5c5.438 12.78 1.77 27.67-8.98 36.45L144.5 207.1c33.98 69.22 90.26 125.5 159.5 159.5l44.08-53.8c8.688-10.78 23.69-14.51 36.47-8.975l108.5 46.51C506.1 357.2 514.6 372.4 511.2 387z\"></path></svg></span><span class=\"uagb-icon-list__label\"> + 27 (0) 82 575 5409</span></div>\n<!-- /wp:uagb/icon-list-child -->\n\n<!-- wp:uagb/icon-list-child {\"block_id\":\"54be2336\",\"label\":\"blueroan@ugo.co.za\",\"icon\":\"envelope\",\"label_color\":\"\",\"link\":\"mailto:blueroan@ugo.co.za\",\"disableLink\":true,\"fromParentIcon\":\"phone\",\"imageSizeChild\":40} -->\n<div class=\"wp-block-uagb-icon-list-child uagb-block-54be2336\"><a target=\"_self\" aria-label=\"blueroan@ugo.co.za\" rel=\"noopener noreferrer\" href=\"mailto:blueroan@ugo.co.za\"> </a><span class=\"uagb-icon-list__source-wrap\"><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M464 64C490.5 64 512 85.49 512 112C512 127.1 504.9 141.3 492.8 150.4L275.2 313.6C263.8 322.1 248.2 322.1 236.8 313.6L19.2 150.4C7.113 141.3 0 127.1 0 112C0 85.49 21.49 64 48 64H464zM217.6 339.2C240.4 356.3 271.6 356.3 294.4 339.2L512 176V384C512 419.3 483.3 448 448 448H64C28.65 448 0 419.3 0 384V176L217.6 339.2z\"></path></svg></span><span class=\"uagb-icon-list__label\">blueroan@ugo.co.za</span></div>\n<!-- /wp:uagb/icon-list-child --></div></div>\n<!-- /wp:uagb/icon-list --></div></div>\n<!-- /wp:uagb/container -->',	'The Barn',	'',	'inherit',	'closed',	'closed',	'',	'948-revision-v1',	'',	'',	'2022-12-14 10:14:23',	'2022-12-14 10:14:23',	'',	948,	'https://blueroan.netgen.cloud/?p=972',	0,	'revision',	'',	0),
(973,	2,	'2022-12-14 10:18:13',	'2022-12-14 10:18:13',	'{\n    \"astra-settings[header-button1-link-option]\": {\n        \"value\": {\n            \"url\": \"https://book.nightsbridge.com/11065\",\n            \"new_tab\": true,\n            \"link_rel\": \"\"\n        },\n        \"type\": \"option\",\n        \"user_id\": 2,\n        \"date_modified_gmt\": \"2022-12-14 10:18:13\"\n    }\n}',	'',	'',	'trash',	'closed',	'closed',	'',	'43f632a3-90d4-4a4c-933c-3306094266dc',	'',	'',	'2022-12-14 10:18:13',	'2022-12-14 10:18:13',	'',	0,	'https://blueroan.netgen.cloud/43f632a3-90d4-4a4c-933c-3306094266dc/',	0,	'customize_changeset',	'',	0),
(974,	2,	'2022-12-14 10:19:44',	'2022-12-14 10:19:44',	'<!-- wp:uagb/container {\"block_id\":\"9801fb04\",\"backgroundType\":\"image\",\"backgroundImageDesktop\":{\"id\":797,\"title\":\"blue-roan-guest-farm (13)\",\"filename\":\"blue-roan-guest-farm-13.jpg\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-13.jpg\",\"link\":\"https://blueroan.netgen.cloud/home/blue-roan-guest-farm-13/\",\"alt\":\"\",\"author\":\"2\",\"description\":\"\",\"caption\":\"\",\"name\":\"blue-roan-guest-farm-13\",\"status\":\"inherit\",\"uploadedTo\":760,\"date\":\"2022-12-13T09:37:10.000Z\",\"modified\":\"2022-12-13T09:37:10.000Z\",\"menuOrder\":0,\"mime\":\"image/jpeg\",\"type\":\"image\",\"subtype\":\"jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-includes/images/media/default.png\",\"dateFormatted\":\"December 13, 2022\",\"nonces\":{\"update\":\"88c7dafe15\",\"delete\":\"0e63c986af\",\"edit\":\"ba0aad2d7f\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=797\\u0026action=edit\",\"meta\":false,\"authorName\":\"Netgen Support\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/profile.php\",\"uploadedToTitle\":\"Home\",\"uploadedToLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=760\\u0026action=edit\",\"filesizeInBytes\":201183,\"filesizeHumanReadable\":\"196 KB\",\"context\":\"\",\"height\":667,\"width\":1000,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-13-150x150.jpg\",\"orientation\":\"landscape\"},\"medium\":{\"height\":200,\"width\":300,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-13-300x200.jpg\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-13.jpg\",\"height\":667,\"width\":1000,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"backgroundPositionDesktop\":{\"x\":0.62,\"y\":0.78},\"backgroundSizeTablet\":\"cover\",\"backgroundSizeMobile\":\"cover\",\"backgroundColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"backgroundImageColor\":\"rgba(42,42,42,0.5)\",\"topPaddingDesktop\":220,\"bottomPaddingDesktop\":150,\"topPaddingTablet\":170,\"bottomPaddingTablet\":160,\"leftPaddingTablet\":30,\"rightPaddingTablet\":30,\"topPaddingMobile\":180,\"bottomPaddingMobile\":80,\"leftPaddingMobile\":20,\"rightPaddingMobile\":20,\"paddingLink\":false,\"variationSelected\":true,\"isBlockRootParent\":true,\"overlayType\":\"color\"} -->\n<div class=\"wp-block-uagb-container uagb-block-9801fb04 alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/advanced-heading {\"block_id\":\"3dbdace1\",\"classMigrate\":true,\"headingDescToggle\":true,\"headingColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"subHeadingColor\":\"var(\\u002d\\u002dast-global-color-4)\",\"headingTag\":\"h1\",\"headSpace\":20,\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"blockTopPadding\":0,\"blockRightPadding\":50,\"blockLeftPadding\":0,\"blockBottomPadding\":0,\"blockTopPaddingTablet\":0,\"blockRightPaddingTablet\":20,\"blockLeftPaddingTablet\":0,\"blockBottomPaddingTablet\":0,\"blockTopPaddingMobile\":0,\"blockRightPaddingMobile\":0,\"blockLeftPaddingMobile\":0,\"blockBottomPaddingMobile\":0,\"blockPaddingUnit\":\"%\",\"blockPaddingUnitTablet\":\"%\"} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-3dbdace1\"><h1 class=\"uagb-heading-text\">Rooms &amp; Accommodation​</h1><p class=\"uagb-desc-text\">If you are looking for a home away from home, even a place your dog can come along then take a closer look into the rooms we offer and pick the one for you.</p></div>\n<!-- /wp:uagb/advanced-heading --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"71d953d7\",\"backgroundType\":\"color\",\"backgroundSizeTablet\":\"cover\",\"backgroundSizeMobile\":\"cover\",\"backgroundColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"topPaddingDesktop\":120,\"bottomPaddingDesktop\":120,\"topPaddingTablet\":80,\"bottomPaddingTablet\":80,\"leftPaddingTablet\":30,\"rightPaddingTablet\":30,\"topPaddingMobile\":80,\"bottomPaddingMobile\":80,\"leftPaddingMobile\":20,\"rightPaddingMobile\":20,\"paddingLink\":false,\"variationSelected\":true,\"rowGapDesktop\":0,\"isBlockRootParent\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-71d953d7 alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/container {\"block_id\":\"0138aaeb\",\"directionDesktop\":\"row\",\"alignItemsDesktop\":\"flex-end\",\"alignItemsTablet\":\"flex-end\",\"justifyContentDesktop\":\"flex-end\",\"justifyContentTablet\":\"space-between\",\"variationSelected\":true,\"rowGapMobile\":20,\"columnGapDesktop\":0} -->\n<div class=\"wp-block-uagb-container uagb-block-0138aaeb\"><!-- wp:uagb/advanced-heading {\"block_id\":\"4103a3e2\",\"classMigrate\":true,\"headingDescToggle\":true,\"subHeadingColor\":\"\",\"headSpace\":20,\"subHeadFontSize\":16} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-4103a3e2\"><h2 class=\"uagb-heading-text\">Come &amp; Stay With Us​</h2><p class=\"uagb-desc-text\">There are 7 excellent brick self-catering units available, each private and with a distinctive personality and theme. They are particularly made for pet-free or pet-owning couples looking for a romantic and serene setting to reconnect, celebrate special occasions, or simply unwind on a holiday.<br><br>We are pet-friendly by arrangement as each unit is separately fenced with its own grassy garden with a garden gate leading to the generous park area where pets can socialize. &nbsp;We also have lovely safe off-leash walking trails on our property and beyond. &nbsp;Our units are very luxurious with everything you would need and very homely and charming. Regrettably no children or group bookings.  </p></div>\n<!-- /wp:uagb/advanced-heading --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"b9e5f4c0\",\"directionDesktop\":\"row\",\"alignItemsTablet\":\"flex-start\",\"justifyContentDesktop\":\"flex-start\",\"topMarginDesktop\":54,\"bottomMarginDesktop\":0,\"leftMarginDesktop\":0,\"rightMarginDesktop\":0,\"marginLink\":false,\"variationSelected\":true,\"rowGapMobile\":0,\"columnGapDesktop\":0} -->\n<div class=\"wp-block-uagb-container uagb-block-b9e5f4c0\"><!-- wp:uagb/container {\"block_id\":\"594f7d79\",\"widthDesktop\":50,\"bottomPaddingDesktop\":20,\"rightPaddingDesktop\":32,\"bottomPaddingTablet\":35,\"rightPaddingTablet\":15,\"bottomPaddingMobile\":65,\"paddingLink\":false,\"topMarginDesktop\":0,\"bottomMarginDesktop\":0,\"leftMarginDesktop\":5,\"rightMarginDesktop\":5,\"topMarginMobile\":0,\"bottomMarginMobile\":0,\"leftMarginMobile\":0,\"rightMarginMobile\":0,\"marginLink\":false,\"variationSelected\":true,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-594f7d79\"><!-- wp:uagb/info-box {\"classMigrate\":true,\"headingAlign\":\"left\",\"headingColor\":\"\",\"subHeadingColor\":\"\",\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"source_type\":\"image\",\"block_id\":\"34737c4e\",\"ctaIcon\":\"\",\"ctaType\":\"text\",\"ctaText\":\"\\u003ca href=\\u0022/the-barn/\\u0022\\u003eREAD MORE\\u003c/a\\u003e\",\"ctaLinkColor\":\"var(\\u002d\\u002dast-global-color-0)\",\"ctaDecoration\":\"underline\",\"ctaFontSize\":12,\"ctaFontWeight\":\"600\",\"ctaLetterSpacing\":2,\"ctaBorderColor\":\"\",\"ctaBorderStyle\":\"\",\"ctaBorderWidth\":\"\",\"ctaBorderRadius\":\"\",\"iconBottomMargin\":30,\"iconImage\":{\"uploading\":false,\"date\":1670936674000,\"filename\":\"blue-roan-guest-farm-10.jpg\",\"menuOrder\":0,\"uploadedTo\":761,\"type\":\"image\",\"subtype\":\"jpeg\",\"id\":863,\"title\":\"blue-roan-guest-farm (10)\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-10.jpg\",\"link\":\"https://blueroan.netgen.cloud/accommodation/blue-roan-guest-farm-10/\",\"alt\":\"\",\"author\":\"2\",\"description\":\"\",\"caption\":\"\",\"name\":\"blue-roan-guest-farm-10\",\"status\":\"inherit\",\"modified\":1670936674000,\"mime\":\"image/jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-includes/images/media/default.png\",\"dateFormatted\":\"December 13, 2022\",\"nonces\":{\"update\":\"1a7491aa65\",\"delete\":\"dc6afaa89c\",\"edit\":\"7635ee35fb\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=863\\u0026action=edit\",\"meta\":false,\"authorName\":\"Netgen Support\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/profile.php\",\"uploadedToTitle\":\"Accommodation\",\"uploadedToLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=761\\u0026action=edit\",\"filesizeInBytes\":149768,\"filesizeHumanReadable\":\"146 KB\",\"context\":\"\",\"height\":667,\"width\":1000,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-10-150x150.jpg\",\"orientation\":\"landscape\"},\"medium\":{\"height\":200,\"width\":300,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-10-300x200.jpg\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-10.jpg\",\"height\":667,\"width\":1000,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"imageSize\":\"full\",\"imageWidth\":100,\"imageWidthMobile\":100,\"imageWidthTablet\":100,\"paddingBtnTop\":10,\"paddingBtnBottom\":10,\"paddingBtnLeft\":14,\"paddingBtnRight\":14,\"imageWidthUnit\":\"%\",\"imageWidthUnitTablet\":\"%\",\"imageWidthUnitMobile\":\"%\",\"subHeadTopMargin\":0,\"subHeadRightMargin\":40,\"subHeadLeftMargin\":0,\"subHeadMarginTopTablet\":0,\"subHeadMarginRightTablet\":0,\"subHeadTabletSpace\":20,\"subHeadMarginLeftTablet\":0,\"imgTagHeight\":66,\"imgTagWidth\":1000,\"btnBorderTopWidth\":1,\"btnBorderLeftWidth\":1,\"btnBorderRightWidth\":1,\"btnBorderBottomWidth\":1,\"btnBorderTopLeftRadius\":0,\"btnBorderTopRightRadius\":0,\"btnBorderBottomLeftRadius\":0,\"btnBorderBottomRightRadius\":0,\"btnBorderStyle\":\"solid\",\"btnBorderColor\":\"#333\"} -->\n<div class=\"wp-block-uagb-info-box uagb-block-34737c4e uagb-infobox__content-wrap  uagb-infobox-icon-above-title uagb-infobox-image-valign-top\"><div class=\"uagb-ifb-content\"><div class=\"uagb-ifb-image-content\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-10.jpg\" alt=\"\" width=\"100\" height=\"66\" loading=\"lazy\"/></div><div class=\"uagb-ifb-title-wrap\"><h3 class=\"uagb-ifb-title\">The Barn </h3></div><p class=\"uagb-ifb-desc\">Rustic beams and exposed wood are all hallmarks of our barn-style suite. This is an open-plan unit with lots of windows with a raised king bed on a platform that faces the TV and the mountains.</p><div class=\"uagb-ifb-button-wrapper wp-block-button\"><a href=\"\" target=\"_self\" class=\"uagb-infobox-cta-link uagb-disable-link\" rel=\"noopener noreferrer\" alt=\"\"><span class=\"uagb-inline-editing\">READ MORE</span></a></div></div></div>\n<!-- /wp:uagb/info-box --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"af80dd57\",\"widthDesktop\":50,\"bottomPaddingDesktop\":20,\"rightPaddingDesktop\":32,\"bottomPaddingTablet\":35,\"rightPaddingTablet\":15,\"bottomPaddingMobile\":65,\"paddingLink\":false,\"topMarginDesktop\":0,\"bottomMarginDesktop\":0,\"leftMarginDesktop\":5,\"rightMarginDesktop\":5,\"topMarginMobile\":0,\"bottomMarginMobile\":0,\"leftMarginMobile\":0,\"rightMarginMobile\":0,\"marginLink\":false,\"variationSelected\":true,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-af80dd57\"><!-- wp:uagb/info-box {\"classMigrate\":true,\"headingAlign\":\"left\",\"headingColor\":\"\",\"subHeadingColor\":\"\",\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"source_type\":\"image\",\"block_id\":\"7ef49b4d\",\"ctaIcon\":\"\",\"ctaType\":\"text\",\"ctaText\":\"READ MORE\",\"ctaLinkColor\":\"var(\\u002d\\u002dast-global-color-0)\",\"ctaDecoration\":\"underline\",\"ctaFontSize\":12,\"ctaFontWeight\":\"600\",\"ctaLetterSpacing\":2,\"ctaBorderColor\":\"\",\"ctaBorderStyle\":\"\",\"ctaBorderWidth\":\"\",\"ctaBorderRadius\":\"\",\"iconBottomMargin\":30,\"iconImage\":{\"uploading\":false,\"date\":1670936842000,\"filename\":\"tuscan-suite-raised-bed-and-settee.jpg\",\"menuOrder\":0,\"uploadedTo\":761,\"type\":\"image\",\"subtype\":\"jpeg\",\"id\":864,\"title\":\"tuscan-suite-raised-bed-and-settee\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/tuscan-suite-raised-bed-and-settee.jpg\",\"link\":\"https://blueroan.netgen.cloud/accommodation/tuscan-suite-raised-bed-and-settee/\",\"alt\":\"\",\"author\":\"2\",\"description\":\"\",\"caption\":\"\",\"name\":\"tuscan-suite-raised-bed-and-settee\",\"status\":\"inherit\",\"modified\":1670936842000,\"mime\":\"image/jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-includes/images/media/default.png\",\"dateFormatted\":\"December 13, 2022\",\"nonces\":{\"update\":\"0624a4a01a\",\"delete\":\"9e8f0f7a5a\",\"edit\":\"087f94f2e5\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=864\\u0026action=edit\",\"meta\":false,\"authorName\":\"Netgen Support\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/profile.php\",\"uploadedToTitle\":\"Accommodation\",\"uploadedToLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=761\\u0026action=edit\",\"filesizeInBytes\":41923,\"filesizeHumanReadable\":\"41 KB\",\"context\":\"\",\"height\":400,\"width\":600,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/tuscan-suite-raised-bed-and-settee-150x150.jpg\",\"orientation\":\"landscape\"},\"medium\":{\"height\":200,\"width\":300,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/tuscan-suite-raised-bed-and-settee-300x200.jpg\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/tuscan-suite-raised-bed-and-settee.jpg\",\"height\":400,\"width\":600,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"imageSize\":\"full\",\"imageWidth\":100,\"imageWidthMobile\":100,\"imageWidthTablet\":100,\"paddingBtnTop\":10,\"paddingBtnBottom\":10,\"paddingBtnLeft\":14,\"paddingBtnRight\":14,\"imageWidthUnit\":\"%\",\"imageWidthUnitTablet\":\"%\",\"imageWidthUnitMobile\":\"%\",\"subHeadTopMargin\":0,\"subHeadRightMargin\":40,\"subHeadLeftMargin\":0,\"subHeadMarginTopTablet\":0,\"subHeadMarginRightTablet\":0,\"subHeadTabletSpace\":20,\"subHeadMarginLeftTablet\":0,\"imgTagHeight\":66,\"imgTagWidth\":600,\"btnBorderTopWidth\":1,\"btnBorderLeftWidth\":1,\"btnBorderRightWidth\":1,\"btnBorderBottomWidth\":1,\"btnBorderTopLeftRadius\":0,\"btnBorderTopRightRadius\":0,\"btnBorderBottomLeftRadius\":0,\"btnBorderBottomRightRadius\":0,\"btnBorderStyle\":\"solid\",\"btnBorderColor\":\"#333\"} -->\n<div class=\"wp-block-uagb-info-box uagb-block-7ef49b4d uagb-infobox__content-wrap  uagb-infobox-icon-above-title uagb-infobox-image-valign-top\"><div class=\"uagb-ifb-content\"><div class=\"uagb-ifb-image-content\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/tuscan-suite-raised-bed-and-settee.jpg\" alt=\"\" width=\"100\" height=\"66\" loading=\"lazy\"/></div><div class=\"uagb-ifb-title-wrap\"><h3 class=\"uagb-ifb-title\">The Tuscan Suite </h3></div><p class=\"uagb-ifb-desc\">Terra-cotta tiles, textured wall treatments, gorgeous, intricate murals,&nbsp;and simple, durable furniture with elegant iron accents are all characteristics of Tuscan interior design.</p><div class=\"uagb-ifb-button-wrapper wp-block-button\"><a href=\"\" target=\"_self\" class=\"uagb-infobox-cta-link uagb-disable-link\" rel=\"noopener noreferrer\" alt=\"\"><span class=\"uagb-inline-editing\">READ MORE</span></a></div></div></div>\n<!-- /wp:uagb/info-box --></div>\n<!-- /wp:uagb/container --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"67cef560\",\"directionDesktop\":\"row\",\"alignItemsTablet\":\"flex-start\",\"justifyContentDesktop\":\"flex-start\",\"topMarginDesktop\":54,\"bottomMarginDesktop\":0,\"leftMarginDesktop\":0,\"rightMarginDesktop\":0,\"topMarginMobile\":0,\"bottomMarginMobile\":0,\"leftMarginMobile\":0,\"rightMarginMobile\":0,\"marginLink\":false,\"variationSelected\":true,\"rowGapMobile\":0,\"columnGapDesktop\":0} -->\n<div class=\"wp-block-uagb-container uagb-block-67cef560\"><!-- wp:uagb/container {\"block_id\":\"200fb422\",\"widthDesktop\":50,\"bottomPaddingDesktop\":20,\"rightPaddingDesktop\":32,\"bottomPaddingTablet\":35,\"leftPaddingTablet\":0,\"rightPaddingTablet\":15,\"bottomPaddingMobile\":65,\"paddingLink\":false,\"topMarginDesktop\":0,\"bottomMarginDesktop\":0,\"leftMarginDesktop\":5,\"rightMarginDesktop\":5,\"topMarginMobile\":0,\"bottomMarginMobile\":0,\"leftMarginMobile\":0,\"rightMarginMobile\":0,\"marginLink\":false,\"variationSelected\":true,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-200fb422\"><!-- wp:uagb/info-box {\"classMigrate\":true,\"headingAlign\":\"left\",\"headingColor\":\"\",\"subHeadingColor\":\"\",\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"source_type\":\"image\",\"block_id\":\"5242b2b6\",\"ctaIcon\":\"\",\"ctaType\":\"text\",\"ctaText\":\"READ MORE\",\"ctaLinkColor\":\"var(\\u002d\\u002dast-global-color-0)\",\"ctaDecoration\":\"underline\",\"ctaFontSize\":12,\"ctaFontWeight\":\"600\",\"ctaLetterSpacing\":2,\"ctaBorderColor\":\"\",\"ctaBorderStyle\":\"\",\"ctaBorderWidth\":\"\",\"ctaBorderRadius\":\"\",\"iconBottomMargin\":30,\"iconImage\":{\"uploading\":false,\"date\":1670938945000,\"filename\":\"bluebush-king-bed-and-spa-bath.png\",\"menuOrder\":0,\"uploadedTo\":761,\"type\":\"image\",\"subtype\":\"png\",\"id\":881,\"title\":\"bluebush-king-bed-and-spa-bath\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/bluebush-king-bed-and-spa-bath.png\",\"link\":\"https://blueroan.netgen.cloud/accommodation/bluebush-king-bed-and-spa-bath/\",\"alt\":\"\",\"author\":\"2\",\"description\":\"\",\"caption\":\"\",\"name\":\"bluebush-king-bed-and-spa-bath\",\"status\":\"inherit\",\"modified\":1670938945000,\"mime\":\"image/png\",\"icon\":\"https://blueroan.netgen.cloud/wp-includes/images/media/default.png\",\"dateFormatted\":\"December 13, 2022\",\"nonces\":{\"update\":\"e1c334788a\",\"delete\":\"b219c40b29\",\"edit\":\"273b944edc\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=881\\u0026action=edit\",\"meta\":false,\"authorName\":\"Netgen Support\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/profile.php\",\"uploadedToTitle\":\"Accommodation\",\"uploadedToLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=761\\u0026action=edit\",\"filesizeInBytes\":1195033,\"filesizeHumanReadable\":\"1 MB\",\"context\":\"\",\"height\":667,\"width\":1000,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/bluebush-king-bed-and-spa-bath-150x150.png\",\"orientation\":\"landscape\"},\"medium\":{\"height\":200,\"width\":300,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/bluebush-king-bed-and-spa-bath-300x200.png\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/bluebush-king-bed-and-spa-bath.png\",\"height\":667,\"width\":1000,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"imageSize\":\"full\",\"imageWidth\":100,\"imageWidthMobile\":100,\"imageWidthTablet\":100,\"paddingBtnTop\":10,\"paddingBtnBottom\":10,\"paddingBtnLeft\":14,\"paddingBtnRight\":14,\"imageWidthUnit\":\"%\",\"imageWidthUnitTablet\":\"%\",\"imageWidthUnitMobile\":\"%\",\"subHeadTopMargin\":0,\"subHeadRightMargin\":40,\"subHeadLeftMargin\":0,\"subHeadMarginTopTablet\":0,\"subHeadMarginRightTablet\":0,\"subHeadTabletSpace\":20,\"subHeadMarginLeftTablet\":0,\"imgTagHeight\":66,\"imgTagWidth\":1000,\"btnBorderTopWidth\":1,\"btnBorderLeftWidth\":1,\"btnBorderRightWidth\":1,\"btnBorderBottomWidth\":1,\"btnBorderTopLeftRadius\":0,\"btnBorderTopRightRadius\":0,\"btnBorderBottomLeftRadius\":0,\"btnBorderBottomRightRadius\":0,\"btnBorderStyle\":\"solid\",\"btnBorderColor\":\"#333\"} -->\n<div class=\"wp-block-uagb-info-box uagb-block-5242b2b6 uagb-infobox__content-wrap  uagb-infobox-icon-above-title uagb-infobox-image-valign-top\"><div class=\"uagb-ifb-content\"><div class=\"uagb-ifb-image-content\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/bluebush-king-bed-and-spa-bath.png\" alt=\"\" width=\"100\" height=\"66\" loading=\"lazy\"/></div><div class=\"uagb-ifb-title-wrap\"><h3 class=\"uagb-ifb-title\">The Bluebush </h3></div><p class=\"uagb-ifb-desc\">A warm and comforting suite with a very homely feeling. Settle in and relax like you would at home. Relax with a perfect corner-shaped spa bath and open-plan&nbsp;living area.</p><div class=\"uagb-ifb-button-wrapper wp-block-button\"><a href=\"\" target=\"_self\" class=\"uagb-infobox-cta-link uagb-disable-link\" rel=\"noopener noreferrer\" alt=\"\"><span class=\"uagb-inline-editing\">READ MORE</span></a></div></div></div>\n<!-- /wp:uagb/info-box --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"2c4cc1c5\",\"widthDesktop\":50,\"bottomPaddingDesktop\":20,\"rightPaddingDesktop\":32,\"bottomPaddingTablet\":35,\"rightPaddingTablet\":15,\"bottomPaddingMobile\":65,\"paddingLink\":false,\"topMarginDesktop\":0,\"bottomMarginDesktop\":0,\"leftMarginDesktop\":5,\"rightMarginDesktop\":5,\"topMarginMobile\":0,\"bottomMarginMobile\":0,\"leftMarginMobile\":0,\"rightMarginMobile\":0,\"marginLink\":false,\"variationSelected\":true,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-2c4cc1c5\"><!-- wp:uagb/info-box {\"classMigrate\":true,\"headingAlign\":\"left\",\"headingColor\":\"\",\"subHeadingColor\":\"\",\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"source_type\":\"image\",\"block_id\":\"88879333\",\"ctaIcon\":\"\",\"ctaType\":\"text\",\"ctaText\":\"READ MORE\",\"ctaLinkColor\":\"var(\\u002d\\u002dast-global-color-0)\",\"ctaDecoration\":\"underline\",\"ctaFontSize\":12,\"ctaFontWeight\":\"600\",\"ctaLetterSpacing\":2,\"ctaBorderColor\":\"\",\"ctaBorderStyle\":\"\",\"ctaBorderWidth\":\"\",\"ctaBorderRadius\":\"\",\"iconBottomMargin\":30,\"iconImage\":{\"uploading\":false,\"date\":1670938831000,\"filename\":\"blue-roan-guest-farm-11.jpg\",\"menuOrder\":0,\"uploadedTo\":761,\"type\":\"image\",\"subtype\":\"jpeg\",\"id\":879,\"title\":\"blue-roan-guest-farm (11)\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-11.jpg\",\"link\":\"https://blueroan.netgen.cloud/accommodation/blue-roan-guest-farm-11/\",\"alt\":\"\",\"author\":\"2\",\"description\":\"\",\"caption\":\"\",\"name\":\"blue-roan-guest-farm-11\",\"status\":\"inherit\",\"modified\":1670938831000,\"mime\":\"image/jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-includes/images/media/default.png\",\"dateFormatted\":\"December 13, 2022\",\"nonces\":{\"update\":\"294125e9db\",\"delete\":\"1a7a578cdb\",\"edit\":\"79b313e573\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=879\\u0026action=edit\",\"meta\":false,\"authorName\":\"Netgen Support\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/profile.php\",\"uploadedToTitle\":\"Accommodation\",\"uploadedToLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=761\\u0026action=edit\",\"filesizeInBytes\":175055,\"filesizeHumanReadable\":\"171 KB\",\"context\":\"\",\"height\":667,\"width\":1000,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-11-150x150.jpg\",\"orientation\":\"landscape\"},\"medium\":{\"height\":200,\"width\":300,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-11-300x200.jpg\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-11.jpg\",\"height\":667,\"width\":1000,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"imageSize\":\"full\",\"imageWidth\":100,\"imageWidthMobile\":100,\"imageWidthTablet\":100,\"paddingBtnTop\":10,\"paddingBtnBottom\":10,\"paddingBtnLeft\":14,\"paddingBtnRight\":14,\"imageWidthUnit\":\"%\",\"imageWidthUnitTablet\":\"%\",\"imageWidthUnitMobile\":\"%\",\"subHeadTopMargin\":0,\"subHeadRightMargin\":40,\"subHeadLeftMargin\":0,\"subHeadMarginTopTablet\":0,\"subHeadMarginRightTablet\":0,\"subHeadTabletSpace\":20,\"subHeadMarginLeftTablet\":0,\"imgTagHeight\":66,\"imgTagWidth\":1000,\"btnBorderTopWidth\":1,\"btnBorderLeftWidth\":1,\"btnBorderRightWidth\":1,\"btnBorderBottomWidth\":1,\"btnBorderTopLeftRadius\":0,\"btnBorderTopRightRadius\":0,\"btnBorderBottomLeftRadius\":0,\"btnBorderBottomRightRadius\":0,\"btnBorderStyle\":\"solid\",\"btnBorderColor\":\"#333\"} -->\n<div class=\"wp-block-uagb-info-box uagb-block-88879333 uagb-infobox__content-wrap  uagb-infobox-icon-above-title uagb-infobox-image-valign-top\"><div class=\"uagb-ifb-content\"><div class=\"uagb-ifb-image-content\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-11.jpg\" alt=\"\" width=\"100\" height=\"66\" loading=\"lazy\"/></div><div class=\"uagb-ifb-title-wrap\"><h3 class=\"uagb-ifb-title\">The Mexican Loft </h3></div><p class=\"uagb-ifb-desc\">This Mexican-inspired unit is full of bold colors and rustic furnishings. This design style has a multifarious feel, mixing rustic wood, authentic art, textiles, and a vivid palette of color</p><div class=\"uagb-ifb-button-wrapper wp-block-button\"><a href=\"\" target=\"_self\" class=\"uagb-infobox-cta-link uagb-disable-link\" rel=\"noopener noreferrer\" alt=\"\"><span class=\"uagb-inline-editing\">READ MORE</span></a></div></div></div>\n<!-- /wp:uagb/info-box --></div>\n<!-- /wp:uagb/container --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"286489a3\",\"directionDesktop\":\"row\",\"justifyContentDesktop\":\"flex-start\",\"topMarginDesktop\":54,\"bottomMarginDesktop\":0,\"leftMarginDesktop\":0,\"rightMarginDesktop\":0,\"topMarginMobile\":0,\"bottomMarginMobile\":0,\"leftMarginMobile\":0,\"rightMarginMobile\":0,\"marginLink\":false,\"variationSelected\":true,\"rowGapMobile\":0,\"columnGapDesktop\":0} -->\n<div class=\"wp-block-uagb-container uagb-block-286489a3\"><!-- wp:uagb/container {\"block_id\":\"be99f90b\",\"widthDesktop\":50,\"bottomPaddingDesktop\":20,\"rightPaddingDesktop\":32,\"bottomPaddingTablet\":35,\"rightPaddingTablet\":15,\"bottomPaddingMobile\":65,\"paddingLink\":false,\"topMarginDesktop\":0,\"bottomMarginDesktop\":0,\"leftMarginDesktop\":5,\"rightMarginDesktop\":5,\"topMarginMobile\":0,\"bottomMarginMobile\":0,\"leftMarginMobile\":0,\"rightMarginMobile\":0,\"marginLink\":false,\"variationSelected\":true,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-be99f90b\"><!-- wp:uagb/info-box {\"classMigrate\":true,\"headingAlign\":\"left\",\"headingColor\":\"\",\"subHeadingColor\":\"\",\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"source_type\":\"image\",\"block_id\":\"30db5269\",\"ctaIcon\":\"\",\"ctaType\":\"text\",\"ctaText\":\"READ MORE\",\"ctaLinkColor\":\"var(\\u002d\\u002dast-global-color-0)\",\"ctaDecoration\":\"underline\",\"ctaFontSize\":12,\"ctaFontWeight\":\"600\",\"ctaLetterSpacing\":2,\"ctaBorderColor\":\"\",\"ctaBorderStyle\":\"\",\"ctaBorderWidth\":\"\",\"ctaBorderRadius\":\"\",\"iconBottomMargin\":30,\"iconImage\":{\"uploading\":false,\"date\":1670939381000,\"filename\":\"acacia-lounge.jpg\",\"menuOrder\":0,\"uploadedTo\":761,\"type\":\"image\",\"subtype\":\"jpeg\",\"id\":885,\"title\":\"acacia-lounge\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/acacia-lounge.jpg\",\"link\":\"https://blueroan.netgen.cloud/accommodation/acacia-lounge/\",\"alt\":\"\",\"author\":\"2\",\"description\":\"\",\"caption\":\"\",\"name\":\"acacia-lounge\",\"status\":\"inherit\",\"modified\":1670939381000,\"mime\":\"image/jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-includes/images/media/default.png\",\"dateFormatted\":\"December 13, 2022\",\"nonces\":{\"update\":\"17e284dc72\",\"delete\":\"0967fb8415\",\"edit\":\"99ac1eb1a8\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=885\\u0026action=edit\",\"meta\":false,\"authorName\":\"Netgen Support\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/profile.php\",\"uploadedToTitle\":\"Accommodation\",\"uploadedToLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=761\\u0026action=edit\",\"filesizeInBytes\":37270,\"filesizeHumanReadable\":\"36 KB\",\"context\":\"\",\"height\":400,\"width\":600,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/acacia-lounge-150x150.jpg\",\"orientation\":\"landscape\"},\"medium\":{\"height\":200,\"width\":300,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/acacia-lounge-300x200.jpg\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/acacia-lounge.jpg\",\"height\":400,\"width\":600,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"imageSize\":\"full\",\"imageWidth\":100,\"imageWidthMobile\":100,\"imageWidthTablet\":100,\"paddingBtnTop\":10,\"paddingBtnBottom\":10,\"paddingBtnLeft\":14,\"paddingBtnRight\":14,\"imageWidthUnit\":\"%\",\"imageWidthUnitTablet\":\"%\",\"imageWidthUnitMobile\":\"%\",\"subHeadTopMargin\":0,\"subHeadRightMargin\":40,\"subHeadLeftMargin\":0,\"subHeadMarginTopTablet\":0,\"subHeadMarginRightTablet\":0,\"subHeadTabletSpace\":20,\"subHeadMarginLeftTablet\":0,\"imgTagHeight\":66,\"imgTagWidth\":600,\"btnBorderTopWidth\":1,\"btnBorderLeftWidth\":1,\"btnBorderRightWidth\":1,\"btnBorderBottomWidth\":1,\"btnBorderTopLeftRadius\":0,\"btnBorderTopRightRadius\":0,\"btnBorderBottomLeftRadius\":0,\"btnBorderBottomRightRadius\":0,\"btnBorderStyle\":\"solid\",\"btnBorderColor\":\"#333\"} -->\n<div class=\"wp-block-uagb-info-box uagb-block-30db5269 uagb-infobox__content-wrap  uagb-infobox-icon-above-title uagb-infobox-image-valign-top\"><div class=\"uagb-ifb-content\"><div class=\"uagb-ifb-image-content\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/acacia-lounge.jpg\" alt=\"\" width=\"100\" height=\"66\" loading=\"lazy\"/></div><div class=\"uagb-ifb-title-wrap\"><h3 class=\"uagb-ifb-title\">The Acacia </h3></div><p class=\"uagb-ifb-desc\">The largest unit we have named after the Acacia tree. This suite is rugged and rustic and has a spacious open plan living area opening onto a covered patio with a brick braai area. </p><div class=\"uagb-ifb-button-wrapper wp-block-button\"><a href=\"\" target=\"_self\" class=\"uagb-infobox-cta-link uagb-disable-link\" rel=\"noopener noreferrer\" alt=\"\"><span class=\"uagb-inline-editing\">READ MORE</span></a></div></div></div>\n<!-- /wp:uagb/info-box --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"0dc94408\",\"widthDesktop\":50,\"bottomPaddingDesktop\":20,\"rightPaddingDesktop\":32,\"bottomPaddingTablet\":35,\"rightPaddingTablet\":15,\"paddingLink\":false,\"topMarginDesktop\":0,\"bottomMarginDesktop\":0,\"leftMarginDesktop\":5,\"rightMarginDesktop\":5,\"topMarginMobile\":0,\"bottomMarginMobile\":0,\"leftMarginMobile\":0,\"rightMarginMobile\":0,\"marginLink\":false,\"variationSelected\":true,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-0dc94408\"><!-- wp:uagb/info-box {\"classMigrate\":true,\"headingAlign\":\"left\",\"headingColor\":\"\",\"subHeadingColor\":\"\",\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"source_type\":\"image\",\"block_id\":\"029da6c5\",\"ctaIcon\":\"\",\"ctaType\":\"text\",\"ctaText\":\"READ MORE\",\"ctaLinkColor\":\"var(\\u002d\\u002dast-global-color-0)\",\"ctaDecoration\":\"underline\",\"ctaFontSize\":12,\"ctaFontWeight\":\"600\",\"ctaLetterSpacing\":2,\"ctaBorderColor\":\"\",\"ctaBorderStyle\":\"\",\"ctaBorderWidth\":\"\",\"ctaBorderRadius\":\"\",\"iconBottomMargin\":30,\"iconImage\":{\"id\":290,\"title\":\"room-6\",\"filename\":\"room-6.jpg\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/room-6.jpg\",\"link\":\"https://blueroan.netgen.cloud/room-6/\",\"alt\":\"\",\"author\":\"34\",\"description\":\"\",\"caption\":\"\",\"name\":\"room-6\",\"status\":\"inherit\",\"uploadedTo\":0,\"date\":\"2021-05-11T12:42:24.000Z\",\"modified\":\"2021-05-11T12:42:24.000Z\",\"menuOrder\":0,\"mime\":\"image/jpeg\",\"type\":\"image\",\"subtype\":\"jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/default.png\",\"dateFormatted\":\"May 11, 2021\",\"nonces\":{\"update\":\"ca0f21bc6b\",\"delete\":\"aeb89ca3d4\",\"edit\":\"4be159def3\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=290\\u0026action=edit\",\"meta\":false,\"authorName\":\"Rishabh\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/user-edit.php?user_id=34\",\"filesizeInBytes\":50081,\"filesizeHumanReadable\":\"49 KB\",\"context\":\"\",\"height\":400,\"width\":600,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/room-6-150x150.jpg\",\"orientation\":\"landscape\"},\"medium\":{\"height\":200,\"width\":300,\"url\":\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/room-6-300x200.jpg\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/room-6.jpg\",\"height\":400,\"width\":600,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"imageSize\":\"full\",\"imageWidth\":100,\"imageWidthMobile\":100,\"imageWidthTablet\":100,\"paddingBtnTop\":10,\"paddingBtnBottom\":10,\"paddingBtnLeft\":14,\"paddingBtnRight\":14,\"imageWidthUnit\":\"%\",\"imageWidthUnitTablet\":\"%\",\"imageWidthUnitMobile\":\"%\",\"subHeadTopMargin\":0,\"subHeadRightMargin\":40,\"subHeadLeftMargin\":0,\"subHeadMarginTopTablet\":0,\"subHeadMarginRightTablet\":0,\"subHeadTabletSpace\":20,\"subHeadMarginLeftTablet\":0,\"imgTagHeight\":66,\"imgTagWidth\":600,\"btnBorderTopWidth\":1,\"btnBorderLeftWidth\":1,\"btnBorderRightWidth\":1,\"btnBorderBottomWidth\":1,\"btnBorderTopLeftRadius\":0,\"btnBorderTopRightRadius\":0,\"btnBorderBottomLeftRadius\":0,\"btnBorderBottomRightRadius\":0,\"btnBorderStyle\":\"solid\",\"btnBorderColor\":\"#333\"} -->\n<div class=\"wp-block-uagb-info-box uagb-block-029da6c5 uagb-infobox__content-wrap  uagb-infobox-icon-above-title uagb-infobox-image-valign-top\"><div class=\"uagb-ifb-content\"><div class=\"uagb-ifb-image-content\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/room-6.jpg\" alt=\"\" width=\"100\" height=\"66\" loading=\"lazy\"/></div><div class=\"uagb-ifb-title-wrap\"><h3 class=\"uagb-ifb-title\">The Greek Villa </h3></div><p class=\"uagb-ifb-desc\">Designed like a Greek villa this Mediterranean style reflects a relaxed atmosphere with its dominant white walls and blue ceilings with lovely rustic furnishings</p><div class=\"uagb-ifb-button-wrapper wp-block-button\"><a href=\"\" target=\"_self\" class=\"uagb-infobox-cta-link uagb-disable-link\" rel=\"noopener noreferrer\" alt=\"\"><span class=\"uagb-inline-editing\">READ MORE</span></a></div></div></div>\n<!-- /wp:uagb/info-box --></div>\n<!-- /wp:uagb/container --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"ae7ae501\",\"directionDesktop\":\"row\",\"justifyContentDesktop\":\"flex-start\",\"topMarginDesktop\":54,\"bottomMarginDesktop\":0,\"leftMarginDesktop\":0,\"rightMarginDesktop\":0,\"topMarginMobile\":0,\"bottomMarginMobile\":0,\"leftMarginMobile\":0,\"rightMarginMobile\":0,\"marginLink\":false,\"variationSelected\":true,\"rowGapMobile\":0,\"columnGapDesktop\":0} -->\n<div class=\"wp-block-uagb-container uagb-block-ae7ae501\"><!-- wp:uagb/container {\"block_id\":\"45507a6d\",\"widthDesktop\":50,\"bottomPaddingDesktop\":20,\"rightPaddingDesktop\":32,\"bottomPaddingTablet\":35,\"rightPaddingTablet\":15,\"bottomPaddingMobile\":65,\"paddingLink\":false,\"topMarginDesktop\":0,\"bottomMarginDesktop\":0,\"leftMarginDesktop\":5,\"rightMarginDesktop\":5,\"topMarginMobile\":0,\"bottomMarginMobile\":0,\"leftMarginMobile\":0,\"rightMarginMobile\":0,\"marginLink\":false,\"variationSelected\":true,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-45507a6d\"><!-- wp:uagb/info-box {\"classMigrate\":true,\"headingAlign\":\"left\",\"headingColor\":\"\",\"subHeadingColor\":\"\",\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"source_type\":\"image\",\"block_id\":\"d9d3c119\",\"ctaIcon\":\"\",\"ctaType\":\"text\",\"ctaText\":\"READ MORE\",\"ctaLinkColor\":\"var(\\u002d\\u002dast-global-color-0)\",\"ctaDecoration\":\"underline\",\"ctaFontSize\":12,\"ctaFontWeight\":\"600\",\"ctaLetterSpacing\":2,\"ctaBorderColor\":\"\",\"ctaBorderStyle\":\"\",\"ctaBorderWidth\":\"\",\"ctaBorderRadius\":\"\",\"iconBottomMargin\":30,\"iconImage\":{\"uploading\":false,\"date\":1670943128000,\"filename\":\"AAEAAQAAAAAAAAAAAAAAJDkwZDA0NDg0LWIwNTctNGVlNy05Y2NjLWNjNDllODBmZTI3OA.png\",\"menuOrder\":0,\"uploadedTo\":761,\"type\":\"image\",\"subtype\":\"png\",\"id\":896,\"title\":\"AAEAAQAAAAAAAAAAAAAAJDkwZDA0NDg0LWIwNTctNGVlNy05Y2NjLWNjNDllODBmZTI3OA\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAAJDkwZDA0NDg0LWIwNTctNGVlNy05Y2NjLWNjNDllODBmZTI3OA.png\",\"link\":\"https://blueroan.netgen.cloud/accommodation/aaeaaqaaaaaaaaaaaaaajdkwzda0ndg0lwiwntctngvlny05y2njlwnjndllodbmzti3oa/\",\"alt\":\"Honeymoon suite bedroom \",\"author\":\"2\",\"description\":\"\",\"caption\":\"\",\"name\":\"aaeaaqaaaaaaaaaaaaaajdkwzda0ndg0lwiwntctngvlny05y2njlwnjndllodbmzti3oa\",\"status\":\"inherit\",\"modified\":1670943128000,\"mime\":\"image/png\",\"icon\":\"https://blueroan.netgen.cloud/wp-includes/images/media/default.png\",\"dateFormatted\":\"December 13, 2022\",\"nonces\":{\"update\":\"ef5e68588c\",\"delete\":\"c4dba1213a\",\"edit\":\"aea99f65e2\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=896\\u0026action=edit\",\"meta\":false,\"authorName\":\"Netgen Support\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/profile.php\",\"uploadedToTitle\":\"Accommodation\",\"uploadedToLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=761\\u0026action=edit\",\"filesizeInBytes\":1088370,\"filesizeHumanReadable\":\"1 MB\",\"context\":\"\",\"height\":861,\"width\":1300,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAAJDkwZDA0NDg0LWIwNTctNGVlNy05Y2NjLWNjNDllODBmZTI3OA-150x150.png\",\"orientation\":\"landscape\"},\"medium\":{\"height\":199,\"width\":300,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAAJDkwZDA0NDg0LWIwNTctNGVlNy05Y2NjLWNjNDllODBmZTI3OA-300x199.png\",\"orientation\":\"landscape\"},\"large\":{\"height\":678,\"width\":1024,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAAJDkwZDA0NDg0LWIwNTctNGVlNy05Y2NjLWNjNDllODBmZTI3OA-1024x678.png\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAAJDkwZDA0NDg0LWIwNTctNGVlNy05Y2NjLWNjNDllODBmZTI3OA.png\",\"height\":861,\"width\":1300,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"imageSize\":\"full\",\"imageWidth\":100,\"imageWidthMobile\":100,\"imageWidthTablet\":100,\"paddingBtnTop\":10,\"paddingBtnBottom\":10,\"paddingBtnLeft\":14,\"paddingBtnRight\":14,\"imageWidthUnit\":\"%\",\"imageWidthUnitTablet\":\"%\",\"imageWidthUnitMobile\":\"%\",\"subHeadTopMargin\":0,\"subHeadRightMargin\":40,\"subHeadLeftMargin\":0,\"subHeadMarginTopTablet\":0,\"subHeadMarginRightTablet\":0,\"subHeadTabletSpace\":20,\"subHeadMarginLeftTablet\":0,\"imgTagHeight\":66,\"imgTagWidth\":1300,\"btnBorderTopWidth\":1,\"btnBorderLeftWidth\":1,\"btnBorderRightWidth\":1,\"btnBorderBottomWidth\":1,\"btnBorderTopLeftRadius\":0,\"btnBorderTopRightRadius\":0,\"btnBorderBottomLeftRadius\":0,\"btnBorderBottomRightRadius\":0,\"btnBorderStyle\":\"solid\",\"btnBorderColor\":\"#333\"} -->\n<div class=\"wp-block-uagb-info-box uagb-block-d9d3c119 uagb-infobox__content-wrap  uagb-infobox-icon-above-title uagb-infobox-image-valign-top\"><div class=\"uagb-ifb-content\"><div class=\"uagb-ifb-image-content\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAAJDkwZDA0NDg0LWIwNTctNGVlNy05Y2NjLWNjNDllODBmZTI3OA.png\" alt=\"Honeymoon suite bedroom \" width=\"100\" height=\"66\" loading=\"lazy\"/></div><div class=\"uagb-ifb-title-wrap\"><h3 class=\"uagb-ifb-title\">The Honeymoon suite</h3></div><p class=\"uagb-ifb-desc\">This&nbsp;<a href=\"https://www.collinsdictionary.com/dictionary/english/suite\">suite</a>&nbsp;is perfect for couples - This is an open-plan unit attached to the side of the main house, completely private with its own entrance, own garden, and carport.&nbsp;</p><div class=\"uagb-ifb-button-wrapper wp-block-button\"><a href=\"\" target=\"_self\" class=\"uagb-infobox-cta-link uagb-disable-link\" rel=\"noopener noreferrer\" alt=\"\"><span class=\"uagb-inline-editing\">READ MORE</span></a></div></div></div>\n<!-- /wp:uagb/info-box --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"9eda7337\",\"widthDesktop\":50,\"bottomPaddingDesktop\":20,\"rightPaddingDesktop\":32,\"bottomPaddingTablet\":35,\"rightPaddingTablet\":15,\"paddingLink\":false,\"topMarginDesktop\":0,\"bottomMarginDesktop\":0,\"leftMarginDesktop\":5,\"rightMarginDesktop\":5,\"topMarginMobile\":0,\"bottomMarginMobile\":0,\"leftMarginMobile\":0,\"rightMarginMobile\":0,\"marginLink\":false,\"variationSelected\":true,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-9eda7337\"></div>\n<!-- /wp:uagb/container --></div>\n<!-- /wp:uagb/container --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"bdd36d54\",\"innerContentCustomWidthDesktop\":781,\"innerContentCustomWidthTablet\":781,\"backgroundType\":\"image\",\"backgroundImageDesktop\":{\"uploading\":false,\"date\":1670943271000,\"filename\":\"AAEAAQAAAAAAAAAAAAAA39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba.png\",\"menuOrder\":0,\"uploadedTo\":761,\"type\":\"image\",\"subtype\":\"png\",\"id\":899,\"title\":\"AAEAAQAAAAAAAAAAAAAA39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAA39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba.png\",\"link\":\"https://blueroan.netgen.cloud/accommodation/aaeaaqaaaaaaaaaaaaaa39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba/\",\"alt\":\"\",\"author\":\"2\",\"description\":\"\",\"caption\":\"\",\"name\":\"aaeaaqaaaaaaaaaaaaaa39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba\",\"status\":\"inherit\",\"modified\":1670943271000,\"mime\":\"image/png\",\"icon\":\"https://blueroan.netgen.cloud/wp-includes/images/media/default.png\",\"dateFormatted\":\"December 13, 2022\",\"nonces\":{\"update\":\"45b2b6c69b\",\"delete\":\"75d81c42ab\",\"edit\":\"88fae030a9\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=899\\u0026action=edit\",\"meta\":false,\"authorName\":\"Netgen Support\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/profile.php\",\"uploadedToTitle\":\"Accommodation\",\"uploadedToLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=761\\u0026action=edit\",\"filesizeInBytes\":2338048,\"filesizeHumanReadable\":\"2 MB\",\"context\":\"\",\"height\":900,\"width\":1200,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAA39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba-150x150.png\",\"orientation\":\"landscape\"},\"medium\":{\"height\":225,\"width\":300,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAA39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba-300x225.png\",\"orientation\":\"landscape\"},\"large\":{\"height\":768,\"width\":1024,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAA39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba-1024x768.png\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAA39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba.png\",\"height\":900,\"width\":1200,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"backgroundImageColor\":\"rgba(42,42,42,0.65)\",\"topPaddingDesktop\":144,\"bottomPaddingDesktop\":144,\"leftPaddingDesktop\":40,\"rightPaddingDesktop\":40,\"topPaddingTablet\":80,\"bottomPaddingTablet\":80,\"leftPaddingTablet\":40,\"rightPaddingTablet\":40,\"topPaddingMobile\":64,\"bottomPaddingMobile\":64,\"leftPaddingMobile\":24,\"rightPaddingMobile\":24,\"paddingLink\":false,\"variationSelected\":true,\"isBlockRootParent\":true,\"overlayType\":\"color\"} -->\n<div class=\"wp-block-uagb-container uagb-block-bdd36d54 alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/advanced-heading {\"block_id\":\"610e64fb\",\"classMigrate\":true,\"headingDescToggle\":true,\"headingAlign\":\"center\",\"headingColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"subHeadingColor\":\"var(\\u002d\\u002dast-global-color-4)\",\"headSpace\":20} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-610e64fb\"><h2 class=\"uagb-heading-text\">Plan an Unforgettable Experience at<br>Blue Roan!</h2><p class=\"uagb-desc-text\">We can help you fit your stay and experience within your allotted budget.</p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/advanced-heading {\"block_id\":\"15333b5e\",\"classMigrate\":true,\"headingTitleToggle\":false,\"headingDescToggle\":true,\"headingAlign\":\"center\",\"subHeadingColor\":\"var(\\u002d\\u002dast-global-color-4)\",\"subHeadTransform\":\"uppercase\",\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"subHeadLetterSpacing\":2,\"blockTopPadding\":60,\"blockRightPadding\":0,\"blockLeftPadding\":0,\"blockBottomPadding\":0,\"blockTopPaddingMobile\":30,\"blockRightPaddingMobile\":0,\"blockLeftPaddingMobile\":0,\"blockBottomPaddingMobile\":0} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-15333b5e\"><p class=\"uagb-desc-text\">BOOK YOUR STAY NOW​</p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/icon-list {\"block_id\":\"c64a85fe\",\"classMigrate\":true,\"childMigrate\":true,\"align\":\"center\",\"parentIcon\":\"phone\",\"size\":40,\"sizeMobile\":24,\"sizeTablet\":32,\"fontSize\":48,\"fontSizeMobile\":28,\"fontSizeTablet\":40,\"fontWeight\":\"600\",\"iconColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"labelColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"blockTopPadding\":0,\"blockRightPadding\":0,\"blockLeftPadding\":0,\"blockBottomPadding\":24,\"blockPaddingLink\":false} -->\n<div class=\"wp-block-uagb-icon-list uagb-block-c64a85fe\"><div class=\"uagb-icon-list__wrap\"><!-- wp:uagb/icon-list-child {\"block_id\":\"1748da49\",\"label\":\" + 27 (0) 82 575 5409\",\"label_color\":\"\",\"link\":\"tel:+27825755409\",\"disableLink\":true,\"fromParentIcon\":\"phone\",\"imageSizeChild\":40} -->\n<div class=\"wp-block-uagb-icon-list-child uagb-block-1748da49\"><a target=\"_self\" aria-label=\" + 27 (0) 82 575 5409\" rel=\"noopener noreferrer\" href=\"tel:+27825755409\"> </a><span class=\"uagb-icon-list__source-wrap\"><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M511.2 387l-23.25 100.8c-3.266 14.25-15.79 24.22-30.46 24.22C205.2 512 0 306.8 0 54.5c0-14.66 9.969-27.2 24.22-30.45l100.8-23.25C139.7-2.602 154.7 5.018 160.8 18.92l46.52 108.5c5.438 12.78 1.77 27.67-8.98 36.45L144.5 207.1c33.98 69.22 90.26 125.5 159.5 159.5l44.08-53.8c8.688-10.78 23.69-14.51 36.47-8.975l108.5 46.51C506.1 357.2 514.6 372.4 511.2 387z\"></path></svg></span><span class=\"uagb-icon-list__label\"> + 27 (0) 82 575 5409</span></div>\n<!-- /wp:uagb/icon-list-child -->\n\n<!-- wp:uagb/icon-list-child {\"block_id\":\"bffbff51\",\"label\":\"blueroan@ugo.co.za\",\"icon\":\"envelope\",\"label_color\":\"\",\"link\":\"mailto:blueroan@ugo.co.za\",\"disableLink\":true,\"fromParentIcon\":\"phone\",\"imageSizeChild\":40} -->\n<div class=\"wp-block-uagb-icon-list-child uagb-block-bffbff51\"><a target=\"_self\" aria-label=\"blueroan@ugo.co.za\" rel=\"noopener noreferrer\" href=\"mailto:blueroan@ugo.co.za\"> </a><span class=\"uagb-icon-list__source-wrap\"><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M464 64C490.5 64 512 85.49 512 112C512 127.1 504.9 141.3 492.8 150.4L275.2 313.6C263.8 322.1 248.2 322.1 236.8 313.6L19.2 150.4C7.113 141.3 0 127.1 0 112C0 85.49 21.49 64 48 64H464zM217.6 339.2C240.4 356.3 271.6 356.3 294.4 339.2L512 176V384C512 419.3 483.3 448 448 448H64C28.65 448 0 419.3 0 384V176L217.6 339.2z\"></path></svg></span><span class=\"uagb-icon-list__label\">blueroan@ugo.co.za</span></div>\n<!-- /wp:uagb/icon-list-child --></div></div>\n<!-- /wp:uagb/icon-list --></div></div>\n<!-- /wp:uagb/container -->',	'Accommodation',	'',	'inherit',	'closed',	'closed',	'',	'761-revision-v1',	'',	'',	'2022-12-14 10:19:44',	'2022-12-14 10:19:44',	'',	761,	'https://blueroan.netgen.cloud/?p=974',	0,	'revision',	'',	0),
(975,	2,	'2022-12-14 10:20:13',	'2022-12-14 10:20:13',	'<!-- wp:uagb/container {\"block_id\":\"14f62b42\",\"backgroundType\":\"image\",\"backgroundImageDesktop\":{\"id\":797,\"title\":\"blue-roan-guest-farm (13)\",\"filename\":\"blue-roan-guest-farm-13.jpg\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-13.jpg\",\"link\":\"https://blueroan.netgen.cloud/home/blue-roan-guest-farm-13/\",\"alt\":\"\",\"author\":\"2\",\"description\":\"\",\"caption\":\"\",\"name\":\"blue-roan-guest-farm-13\",\"status\":\"inherit\",\"uploadedTo\":760,\"date\":\"2022-12-13T09:37:10.000Z\",\"modified\":\"2022-12-13T09:37:10.000Z\",\"menuOrder\":0,\"mime\":\"image/jpeg\",\"type\":\"image\",\"subtype\":\"jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-includes/images/media/default.png\",\"dateFormatted\":\"December 13, 2022\",\"nonces\":{\"update\":\"88c7dafe15\",\"delete\":\"0e63c986af\",\"edit\":\"ba0aad2d7f\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=797\\u0026action=edit\",\"meta\":false,\"authorName\":\"Netgen Support\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/profile.php\",\"uploadedToTitle\":\"Home\",\"uploadedToLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=760\\u0026action=edit\",\"filesizeInBytes\":201183,\"filesizeHumanReadable\":\"196 KB\",\"context\":\"\",\"height\":667,\"width\":1000,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-13-150x150.jpg\",\"orientation\":\"landscape\"},\"medium\":{\"height\":200,\"width\":300,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-13-300x200.jpg\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-13.jpg\",\"height\":667,\"width\":1000,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"backgroundPositionDesktop\":{\"x\":0.62,\"y\":0.78},\"backgroundSizeTablet\":\"cover\",\"backgroundSizeMobile\":\"cover\",\"backgroundColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"backgroundImageColor\":\"rgba(42,42,42,0.5)\",\"topPaddingDesktop\":220,\"bottomPaddingDesktop\":150,\"topPaddingTablet\":170,\"bottomPaddingTablet\":160,\"leftPaddingTablet\":30,\"rightPaddingTablet\":30,\"topPaddingMobile\":180,\"bottomPaddingMobile\":80,\"leftPaddingMobile\":20,\"rightPaddingMobile\":20,\"paddingLink\":false,\"variationSelected\":true,\"isBlockRootParent\":true,\"overlayType\":\"color\"} -->\n<div class=\"wp-block-uagb-container uagb-block-14f62b42 alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/advanced-heading {\"block_id\":\"1db6a6f9\",\"classMigrate\":true,\"headingDescToggle\":true,\"headingColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"subHeadingColor\":\"var(\\u002d\\u002dast-global-color-4)\",\"headingTag\":\"h1\",\"headSpace\":20,\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"blockTopPadding\":0,\"blockRightPadding\":50,\"blockLeftPadding\":0,\"blockBottomPadding\":0,\"blockTopPaddingTablet\":0,\"blockRightPaddingTablet\":20,\"blockLeftPaddingTablet\":0,\"blockBottomPaddingTablet\":0,\"blockTopPaddingMobile\":0,\"blockRightPaddingMobile\":0,\"blockLeftPaddingMobile\":0,\"blockBottomPaddingMobile\":0,\"blockPaddingUnit\":\"%\",\"blockPaddingUnitTablet\":\"%\"} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-1db6a6f9\"><h1 class=\"uagb-heading-text\">Rooms &amp; Accommodation​</h1><p class=\"uagb-desc-text\">If you are looking for a home away from home, even a place your dog can come along then take a closer look into the rooms we offer and pick the one for you.</p></div>\n<!-- /wp:uagb/advanced-heading --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"664ac2ea\",\"backgroundType\":\"color\",\"backgroundSizeTablet\":\"cover\",\"backgroundSizeMobile\":\"cover\",\"backgroundColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"topPaddingDesktop\":120,\"bottomPaddingDesktop\":120,\"topPaddingTablet\":80,\"bottomPaddingTablet\":80,\"leftPaddingTablet\":30,\"rightPaddingTablet\":30,\"topPaddingMobile\":80,\"bottomPaddingMobile\":80,\"leftPaddingMobile\":20,\"rightPaddingMobile\":20,\"paddingLink\":false,\"variationSelected\":true,\"rowGapDesktop\":0,\"isBlockRootParent\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-664ac2ea alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/container {\"block_id\":\"89c7fb45\",\"directionDesktop\":\"row\",\"alignItemsDesktop\":\"flex-end\",\"alignItemsTablet\":\"flex-end\",\"justifyContentDesktop\":\"flex-end\",\"justifyContentTablet\":\"space-between\",\"variationSelected\":true,\"rowGapMobile\":20,\"columnGapDesktop\":0} -->\n<div class=\"wp-block-uagb-container uagb-block-89c7fb45\"><!-- wp:uagb/advanced-heading {\"block_id\":\"d57c5511\",\"classMigrate\":true,\"headingDescToggle\":true,\"subHeadingColor\":\"\",\"headSpace\":20,\"subHeadFontSize\":16} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-d57c5511\"><h2 class=\"uagb-heading-text\">Come &amp; Stay With Us​</h2><p class=\"uagb-desc-text\">There are 7 excellent brick self-catering units available, each private and with a distinctive personality and theme. They are particularly made for pet-free or pet-owning couples looking for a romantic and serene setting to reconnect, celebrate special occasions, or simply unwind on a holiday.<br><br>We are pet-friendly by arrangement as each unit is separately fenced with its own grassy garden with a garden gate leading to the generous park area where pets can socialize. &nbsp;We also have lovely safe off-leash walking trails on our property and beyond. &nbsp;Our units are very luxurious with everything you would need and very homely and charming. Regrettably no children or group bookings.  </p></div>\n<!-- /wp:uagb/advanced-heading --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"70989d86\",\"directionDesktop\":\"row\",\"alignItemsTablet\":\"flex-start\",\"justifyContentDesktop\":\"flex-start\",\"topMarginDesktop\":54,\"bottomMarginDesktop\":0,\"leftMarginDesktop\":0,\"rightMarginDesktop\":0,\"marginLink\":false,\"variationSelected\":true,\"rowGapMobile\":0,\"columnGapDesktop\":0} -->\n<div class=\"wp-block-uagb-container uagb-block-70989d86\"><!-- wp:uagb/container {\"block_id\":\"c631e8bc\",\"widthDesktop\":50,\"bottomPaddingDesktop\":20,\"rightPaddingDesktop\":32,\"bottomPaddingTablet\":35,\"rightPaddingTablet\":15,\"bottomPaddingMobile\":65,\"paddingLink\":false,\"topMarginDesktop\":0,\"bottomMarginDesktop\":0,\"leftMarginDesktop\":5,\"rightMarginDesktop\":5,\"topMarginMobile\":0,\"bottomMarginMobile\":0,\"leftMarginMobile\":0,\"rightMarginMobile\":0,\"marginLink\":false,\"variationSelected\":true,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-c631e8bc\"><!-- wp:uagb/info-box {\"classMigrate\":true,\"headingAlign\":\"left\",\"headingColor\":\"\",\"subHeadingColor\":\"\",\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"source_type\":\"image\",\"block_id\":\"c4784913\",\"ctaIcon\":\"\",\"ctaType\":\"text\",\"ctaText\":\"\\u003ca href=\\u0022/the-barn/\\u0022\\u003eREAD MORE\\u003c/a\\u003e\",\"ctaLinkColor\":\"var(\\u002d\\u002dast-global-color-0)\",\"ctaDecoration\":\"underline\",\"ctaFontSize\":12,\"ctaFontWeight\":\"600\",\"ctaLetterSpacing\":2,\"ctaBorderColor\":\"\",\"ctaBorderStyle\":\"\",\"ctaBorderWidth\":\"\",\"ctaBorderRadius\":\"\",\"iconBottomMargin\":30,\"iconImage\":{\"uploading\":false,\"date\":1670936674000,\"filename\":\"blue-roan-guest-farm-10.jpg\",\"menuOrder\":0,\"uploadedTo\":761,\"type\":\"image\",\"subtype\":\"jpeg\",\"id\":863,\"title\":\"blue-roan-guest-farm (10)\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-10.jpg\",\"link\":\"https://blueroan.netgen.cloud/accommodation/blue-roan-guest-farm-10/\",\"alt\":\"\",\"author\":\"2\",\"description\":\"\",\"caption\":\"\",\"name\":\"blue-roan-guest-farm-10\",\"status\":\"inherit\",\"modified\":1670936674000,\"mime\":\"image/jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-includes/images/media/default.png\",\"dateFormatted\":\"December 13, 2022\",\"nonces\":{\"update\":\"1a7491aa65\",\"delete\":\"dc6afaa89c\",\"edit\":\"7635ee35fb\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=863\\u0026action=edit\",\"meta\":false,\"authorName\":\"Netgen Support\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/profile.php\",\"uploadedToTitle\":\"Accommodation\",\"uploadedToLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=761\\u0026action=edit\",\"filesizeInBytes\":149768,\"filesizeHumanReadable\":\"146 KB\",\"context\":\"\",\"height\":667,\"width\":1000,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-10-150x150.jpg\",\"orientation\":\"landscape\"},\"medium\":{\"height\":200,\"width\":300,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-10-300x200.jpg\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-10.jpg\",\"height\":667,\"width\":1000,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"imageSize\":\"full\",\"imageWidth\":100,\"imageWidthMobile\":100,\"imageWidthTablet\":100,\"paddingBtnTop\":10,\"paddingBtnBottom\":10,\"paddingBtnLeft\":14,\"paddingBtnRight\":14,\"imageWidthUnit\":\"%\",\"imageWidthUnitTablet\":\"%\",\"imageWidthUnitMobile\":\"%\",\"subHeadTopMargin\":0,\"subHeadRightMargin\":40,\"subHeadLeftMargin\":0,\"subHeadMarginTopTablet\":0,\"subHeadMarginRightTablet\":0,\"subHeadTabletSpace\":20,\"subHeadMarginLeftTablet\":0,\"imgTagHeight\":66,\"imgTagWidth\":1000,\"btnBorderTopWidth\":1,\"btnBorderLeftWidth\":1,\"btnBorderRightWidth\":1,\"btnBorderBottomWidth\":1,\"btnBorderTopLeftRadius\":0,\"btnBorderTopRightRadius\":0,\"btnBorderBottomLeftRadius\":0,\"btnBorderBottomRightRadius\":0,\"btnBorderStyle\":\"solid\",\"btnBorderColor\":\"#333\"} -->\n<div class=\"wp-block-uagb-info-box uagb-block-c4784913 uagb-infobox__content-wrap  uagb-infobox-icon-above-title uagb-infobox-image-valign-top\"><div class=\"uagb-ifb-content\"><div class=\"uagb-ifb-image-content\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-10.jpg\" alt=\"\" width=\"100\" height=\"66\" loading=\"lazy\"/></div><div class=\"uagb-ifb-title-wrap\"><h3 class=\"uagb-ifb-title\">The Barn </h3></div><p class=\"uagb-ifb-desc\">Rustic beams and exposed wood are all hallmarks of our barn-style suite. This is an open-plan unit with lots of windows with a raised king bed on a platform that faces the TV and the mountains.</p><div class=\"uagb-ifb-button-wrapper wp-block-button\"><a href=\"\" target=\"_self\" class=\"uagb-infobox-cta-link uagb-disable-link\" rel=\"noopener noreferrer\" alt=\"\"><span class=\"uagb-inline-editing\">READ MORE</span></a></div></div></div>\n<!-- /wp:uagb/info-box --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"419d5d1d\",\"widthDesktop\":50,\"bottomPaddingDesktop\":20,\"rightPaddingDesktop\":32,\"bottomPaddingTablet\":35,\"rightPaddingTablet\":15,\"bottomPaddingMobile\":65,\"paddingLink\":false,\"topMarginDesktop\":0,\"bottomMarginDesktop\":0,\"leftMarginDesktop\":5,\"rightMarginDesktop\":5,\"topMarginMobile\":0,\"bottomMarginMobile\":0,\"leftMarginMobile\":0,\"rightMarginMobile\":0,\"marginLink\":false,\"variationSelected\":true,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-419d5d1d\"><!-- wp:uagb/info-box {\"classMigrate\":true,\"headingAlign\":\"left\",\"headingColor\":\"\",\"subHeadingColor\":\"\",\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"source_type\":\"image\",\"block_id\":\"f0547ecc\",\"ctaIcon\":\"\",\"ctaType\":\"text\",\"ctaText\":\"READ MORE\",\"ctaLinkColor\":\"var(\\u002d\\u002dast-global-color-0)\",\"ctaDecoration\":\"underline\",\"ctaFontSize\":12,\"ctaFontWeight\":\"600\",\"ctaLetterSpacing\":2,\"ctaBorderColor\":\"\",\"ctaBorderStyle\":\"\",\"ctaBorderWidth\":\"\",\"ctaBorderRadius\":\"\",\"iconBottomMargin\":30,\"iconImage\":{\"uploading\":false,\"date\":1670936842000,\"filename\":\"tuscan-suite-raised-bed-and-settee.jpg\",\"menuOrder\":0,\"uploadedTo\":761,\"type\":\"image\",\"subtype\":\"jpeg\",\"id\":864,\"title\":\"tuscan-suite-raised-bed-and-settee\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/tuscan-suite-raised-bed-and-settee.jpg\",\"link\":\"https://blueroan.netgen.cloud/accommodation/tuscan-suite-raised-bed-and-settee/\",\"alt\":\"\",\"author\":\"2\",\"description\":\"\",\"caption\":\"\",\"name\":\"tuscan-suite-raised-bed-and-settee\",\"status\":\"inherit\",\"modified\":1670936842000,\"mime\":\"image/jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-includes/images/media/default.png\",\"dateFormatted\":\"December 13, 2022\",\"nonces\":{\"update\":\"0624a4a01a\",\"delete\":\"9e8f0f7a5a\",\"edit\":\"087f94f2e5\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=864\\u0026action=edit\",\"meta\":false,\"authorName\":\"Netgen Support\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/profile.php\",\"uploadedToTitle\":\"Accommodation\",\"uploadedToLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=761\\u0026action=edit\",\"filesizeInBytes\":41923,\"filesizeHumanReadable\":\"41 KB\",\"context\":\"\",\"height\":400,\"width\":600,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/tuscan-suite-raised-bed-and-settee-150x150.jpg\",\"orientation\":\"landscape\"},\"medium\":{\"height\":200,\"width\":300,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/tuscan-suite-raised-bed-and-settee-300x200.jpg\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/tuscan-suite-raised-bed-and-settee.jpg\",\"height\":400,\"width\":600,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"imageSize\":\"full\",\"imageWidth\":100,\"imageWidthMobile\":100,\"imageWidthTablet\":100,\"paddingBtnTop\":10,\"paddingBtnBottom\":10,\"paddingBtnLeft\":14,\"paddingBtnRight\":14,\"imageWidthUnit\":\"%\",\"imageWidthUnitTablet\":\"%\",\"imageWidthUnitMobile\":\"%\",\"subHeadTopMargin\":0,\"subHeadRightMargin\":40,\"subHeadLeftMargin\":0,\"subHeadMarginTopTablet\":0,\"subHeadMarginRightTablet\":0,\"subHeadTabletSpace\":20,\"subHeadMarginLeftTablet\":0,\"imgTagHeight\":66,\"imgTagWidth\":600,\"btnBorderTopWidth\":1,\"btnBorderLeftWidth\":1,\"btnBorderRightWidth\":1,\"btnBorderBottomWidth\":1,\"btnBorderTopLeftRadius\":0,\"btnBorderTopRightRadius\":0,\"btnBorderBottomLeftRadius\":0,\"btnBorderBottomRightRadius\":0,\"btnBorderStyle\":\"solid\",\"btnBorderColor\":\"#333\"} -->\n<div class=\"wp-block-uagb-info-box uagb-block-f0547ecc uagb-infobox__content-wrap  uagb-infobox-icon-above-title uagb-infobox-image-valign-top\"><div class=\"uagb-ifb-content\"><div class=\"uagb-ifb-image-content\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/tuscan-suite-raised-bed-and-settee.jpg\" alt=\"\" width=\"100\" height=\"66\" loading=\"lazy\"/></div><div class=\"uagb-ifb-title-wrap\"><h3 class=\"uagb-ifb-title\">The Tuscan Suite </h3></div><p class=\"uagb-ifb-desc\">Terra-cotta tiles, textured wall treatments, gorgeous, intricate murals,&nbsp;and simple, durable furniture with elegant iron accents are all characteristics of Tuscan interior design.</p><div class=\"uagb-ifb-button-wrapper wp-block-button\"><a href=\"\" target=\"_self\" class=\"uagb-infobox-cta-link uagb-disable-link\" rel=\"noopener noreferrer\" alt=\"\"><span class=\"uagb-inline-editing\">READ MORE</span></a></div></div></div>\n<!-- /wp:uagb/info-box --></div>\n<!-- /wp:uagb/container --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"f3fcfa29\",\"directionDesktop\":\"row\",\"alignItemsTablet\":\"flex-start\",\"justifyContentDesktop\":\"flex-start\",\"topMarginDesktop\":54,\"bottomMarginDesktop\":0,\"leftMarginDesktop\":0,\"rightMarginDesktop\":0,\"topMarginMobile\":0,\"bottomMarginMobile\":0,\"leftMarginMobile\":0,\"rightMarginMobile\":0,\"marginLink\":false,\"variationSelected\":true,\"rowGapMobile\":0,\"columnGapDesktop\":0} -->\n<div class=\"wp-block-uagb-container uagb-block-f3fcfa29\"><!-- wp:uagb/container {\"block_id\":\"a18a563b\",\"widthDesktop\":50,\"bottomPaddingDesktop\":20,\"rightPaddingDesktop\":32,\"bottomPaddingTablet\":35,\"leftPaddingTablet\":0,\"rightPaddingTablet\":15,\"bottomPaddingMobile\":65,\"paddingLink\":false,\"topMarginDesktop\":0,\"bottomMarginDesktop\":0,\"leftMarginDesktop\":5,\"rightMarginDesktop\":5,\"topMarginMobile\":0,\"bottomMarginMobile\":0,\"leftMarginMobile\":0,\"rightMarginMobile\":0,\"marginLink\":false,\"variationSelected\":true,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-a18a563b\"><!-- wp:uagb/info-box {\"classMigrate\":true,\"headingAlign\":\"left\",\"headingColor\":\"\",\"subHeadingColor\":\"\",\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"source_type\":\"image\",\"block_id\":\"5e974a7a\",\"ctaIcon\":\"\",\"ctaType\":\"text\",\"ctaText\":\"READ MORE\",\"ctaLinkColor\":\"var(\\u002d\\u002dast-global-color-0)\",\"ctaDecoration\":\"underline\",\"ctaFontSize\":12,\"ctaFontWeight\":\"600\",\"ctaLetterSpacing\":2,\"ctaBorderColor\":\"\",\"ctaBorderStyle\":\"\",\"ctaBorderWidth\":\"\",\"ctaBorderRadius\":\"\",\"iconBottomMargin\":30,\"iconImage\":{\"uploading\":false,\"date\":1670938945000,\"filename\":\"bluebush-king-bed-and-spa-bath.png\",\"menuOrder\":0,\"uploadedTo\":761,\"type\":\"image\",\"subtype\":\"png\",\"id\":881,\"title\":\"bluebush-king-bed-and-spa-bath\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/bluebush-king-bed-and-spa-bath.png\",\"link\":\"https://blueroan.netgen.cloud/accommodation/bluebush-king-bed-and-spa-bath/\",\"alt\":\"\",\"author\":\"2\",\"description\":\"\",\"caption\":\"\",\"name\":\"bluebush-king-bed-and-spa-bath\",\"status\":\"inherit\",\"modified\":1670938945000,\"mime\":\"image/png\",\"icon\":\"https://blueroan.netgen.cloud/wp-includes/images/media/default.png\",\"dateFormatted\":\"December 13, 2022\",\"nonces\":{\"update\":\"e1c334788a\",\"delete\":\"b219c40b29\",\"edit\":\"273b944edc\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=881\\u0026action=edit\",\"meta\":false,\"authorName\":\"Netgen Support\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/profile.php\",\"uploadedToTitle\":\"Accommodation\",\"uploadedToLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=761\\u0026action=edit\",\"filesizeInBytes\":1195033,\"filesizeHumanReadable\":\"1 MB\",\"context\":\"\",\"height\":667,\"width\":1000,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/bluebush-king-bed-and-spa-bath-150x150.png\",\"orientation\":\"landscape\"},\"medium\":{\"height\":200,\"width\":300,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/bluebush-king-bed-and-spa-bath-300x200.png\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/bluebush-king-bed-and-spa-bath.png\",\"height\":667,\"width\":1000,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"imageSize\":\"full\",\"imageWidth\":100,\"imageWidthMobile\":100,\"imageWidthTablet\":100,\"paddingBtnTop\":10,\"paddingBtnBottom\":10,\"paddingBtnLeft\":14,\"paddingBtnRight\":14,\"imageWidthUnit\":\"%\",\"imageWidthUnitTablet\":\"%\",\"imageWidthUnitMobile\":\"%\",\"subHeadTopMargin\":0,\"subHeadRightMargin\":40,\"subHeadLeftMargin\":0,\"subHeadMarginTopTablet\":0,\"subHeadMarginRightTablet\":0,\"subHeadTabletSpace\":20,\"subHeadMarginLeftTablet\":0,\"imgTagHeight\":66,\"imgTagWidth\":1000,\"btnBorderTopWidth\":1,\"btnBorderLeftWidth\":1,\"btnBorderRightWidth\":1,\"btnBorderBottomWidth\":1,\"btnBorderTopLeftRadius\":0,\"btnBorderTopRightRadius\":0,\"btnBorderBottomLeftRadius\":0,\"btnBorderBottomRightRadius\":0,\"btnBorderStyle\":\"solid\",\"btnBorderColor\":\"#333\"} -->\n<div class=\"wp-block-uagb-info-box uagb-block-5e974a7a uagb-infobox__content-wrap  uagb-infobox-icon-above-title uagb-infobox-image-valign-top\"><div class=\"uagb-ifb-content\"><div class=\"uagb-ifb-image-content\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/bluebush-king-bed-and-spa-bath.png\" alt=\"\" width=\"100\" height=\"66\" loading=\"lazy\"/></div><div class=\"uagb-ifb-title-wrap\"><h3 class=\"uagb-ifb-title\">The Bluebush </h3></div><p class=\"uagb-ifb-desc\">A warm and comforting suite with a very homely feeling. Settle in and relax like you would at home. Relax with a perfect corner-shaped spa bath and open-plan&nbsp;living area.</p><div class=\"uagb-ifb-button-wrapper wp-block-button\"><a href=\"\" target=\"_self\" class=\"uagb-infobox-cta-link uagb-disable-link\" rel=\"noopener noreferrer\" alt=\"\"><span class=\"uagb-inline-editing\">READ MORE</span></a></div></div></div>\n<!-- /wp:uagb/info-box --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"2e813f07\",\"widthDesktop\":50,\"bottomPaddingDesktop\":20,\"rightPaddingDesktop\":32,\"bottomPaddingTablet\":35,\"rightPaddingTablet\":15,\"bottomPaddingMobile\":65,\"paddingLink\":false,\"topMarginDesktop\":0,\"bottomMarginDesktop\":0,\"leftMarginDesktop\":5,\"rightMarginDesktop\":5,\"topMarginMobile\":0,\"bottomMarginMobile\":0,\"leftMarginMobile\":0,\"rightMarginMobile\":0,\"marginLink\":false,\"variationSelected\":true,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-2e813f07\"><!-- wp:uagb/info-box {\"classMigrate\":true,\"headingAlign\":\"left\",\"headingColor\":\"\",\"subHeadingColor\":\"\",\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"source_type\":\"image\",\"block_id\":\"bb399aa6\",\"ctaIcon\":\"\",\"ctaType\":\"text\",\"ctaText\":\"READ MORE\",\"ctaLinkColor\":\"var(\\u002d\\u002dast-global-color-0)\",\"ctaDecoration\":\"underline\",\"ctaFontSize\":12,\"ctaFontWeight\":\"600\",\"ctaLetterSpacing\":2,\"ctaBorderColor\":\"\",\"ctaBorderStyle\":\"\",\"ctaBorderWidth\":\"\",\"ctaBorderRadius\":\"\",\"iconBottomMargin\":30,\"iconImage\":{\"uploading\":false,\"date\":1670938831000,\"filename\":\"blue-roan-guest-farm-11.jpg\",\"menuOrder\":0,\"uploadedTo\":761,\"type\":\"image\",\"subtype\":\"jpeg\",\"id\":879,\"title\":\"blue-roan-guest-farm (11)\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-11.jpg\",\"link\":\"https://blueroan.netgen.cloud/accommodation/blue-roan-guest-farm-11/\",\"alt\":\"\",\"author\":\"2\",\"description\":\"\",\"caption\":\"\",\"name\":\"blue-roan-guest-farm-11\",\"status\":\"inherit\",\"modified\":1670938831000,\"mime\":\"image/jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-includes/images/media/default.png\",\"dateFormatted\":\"December 13, 2022\",\"nonces\":{\"update\":\"294125e9db\",\"delete\":\"1a7a578cdb\",\"edit\":\"79b313e573\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=879\\u0026action=edit\",\"meta\":false,\"authorName\":\"Netgen Support\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/profile.php\",\"uploadedToTitle\":\"Accommodation\",\"uploadedToLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=761\\u0026action=edit\",\"filesizeInBytes\":175055,\"filesizeHumanReadable\":\"171 KB\",\"context\":\"\",\"height\":667,\"width\":1000,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-11-150x150.jpg\",\"orientation\":\"landscape\"},\"medium\":{\"height\":200,\"width\":300,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-11-300x200.jpg\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-11.jpg\",\"height\":667,\"width\":1000,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"imageSize\":\"full\",\"imageWidth\":100,\"imageWidthMobile\":100,\"imageWidthTablet\":100,\"paddingBtnTop\":10,\"paddingBtnBottom\":10,\"paddingBtnLeft\":14,\"paddingBtnRight\":14,\"imageWidthUnit\":\"%\",\"imageWidthUnitTablet\":\"%\",\"imageWidthUnitMobile\":\"%\",\"subHeadTopMargin\":0,\"subHeadRightMargin\":40,\"subHeadLeftMargin\":0,\"subHeadMarginTopTablet\":0,\"subHeadMarginRightTablet\":0,\"subHeadTabletSpace\":20,\"subHeadMarginLeftTablet\":0,\"imgTagHeight\":66,\"imgTagWidth\":1000,\"btnBorderTopWidth\":1,\"btnBorderLeftWidth\":1,\"btnBorderRightWidth\":1,\"btnBorderBottomWidth\":1,\"btnBorderTopLeftRadius\":0,\"btnBorderTopRightRadius\":0,\"btnBorderBottomLeftRadius\":0,\"btnBorderBottomRightRadius\":0,\"btnBorderStyle\":\"solid\",\"btnBorderColor\":\"#333\"} -->\n<div class=\"wp-block-uagb-info-box uagb-block-bb399aa6 uagb-infobox__content-wrap  uagb-infobox-icon-above-title uagb-infobox-image-valign-top\"><div class=\"uagb-ifb-content\"><div class=\"uagb-ifb-image-content\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-11.jpg\" alt=\"\" width=\"100\" height=\"66\" loading=\"lazy\"/></div><div class=\"uagb-ifb-title-wrap\"><h3 class=\"uagb-ifb-title\">The Mexican Loft </h3></div><p class=\"uagb-ifb-desc\">This Mexican-inspired unit is full of bold colors and rustic furnishings. This design style has a multifarious feel, mixing rustic wood, authentic art, textiles, and a vivid palette of color</p><div class=\"uagb-ifb-button-wrapper wp-block-button\"><a href=\"\" target=\"_self\" class=\"uagb-infobox-cta-link uagb-disable-link\" rel=\"noopener noreferrer\" alt=\"\"><span class=\"uagb-inline-editing\">READ MORE</span></a></div></div></div>\n<!-- /wp:uagb/info-box --></div>\n<!-- /wp:uagb/container --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"dd164a9f\",\"directionDesktop\":\"row\",\"justifyContentDesktop\":\"flex-start\",\"topMarginDesktop\":54,\"bottomMarginDesktop\":0,\"leftMarginDesktop\":0,\"rightMarginDesktop\":0,\"topMarginMobile\":0,\"bottomMarginMobile\":0,\"leftMarginMobile\":0,\"rightMarginMobile\":0,\"marginLink\":false,\"variationSelected\":true,\"rowGapMobile\":0,\"columnGapDesktop\":0} -->\n<div class=\"wp-block-uagb-container uagb-block-dd164a9f\"><!-- wp:uagb/container {\"block_id\":\"08dc5589\",\"widthDesktop\":50,\"bottomPaddingDesktop\":20,\"rightPaddingDesktop\":32,\"bottomPaddingTablet\":35,\"rightPaddingTablet\":15,\"bottomPaddingMobile\":65,\"paddingLink\":false,\"topMarginDesktop\":0,\"bottomMarginDesktop\":0,\"leftMarginDesktop\":5,\"rightMarginDesktop\":5,\"topMarginMobile\":0,\"bottomMarginMobile\":0,\"leftMarginMobile\":0,\"rightMarginMobile\":0,\"marginLink\":false,\"variationSelected\":true,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-08dc5589\"><!-- wp:uagb/info-box {\"classMigrate\":true,\"headingAlign\":\"left\",\"headingColor\":\"\",\"subHeadingColor\":\"\",\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"source_type\":\"image\",\"block_id\":\"f35f301a\",\"ctaIcon\":\"\",\"ctaType\":\"text\",\"ctaText\":\"READ MORE\",\"ctaLinkColor\":\"var(\\u002d\\u002dast-global-color-0)\",\"ctaDecoration\":\"underline\",\"ctaFontSize\":12,\"ctaFontWeight\":\"600\",\"ctaLetterSpacing\":2,\"ctaBorderColor\":\"\",\"ctaBorderStyle\":\"\",\"ctaBorderWidth\":\"\",\"ctaBorderRadius\":\"\",\"iconBottomMargin\":30,\"iconImage\":{\"uploading\":false,\"date\":1670939381000,\"filename\":\"acacia-lounge.jpg\",\"menuOrder\":0,\"uploadedTo\":761,\"type\":\"image\",\"subtype\":\"jpeg\",\"id\":885,\"title\":\"acacia-lounge\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/acacia-lounge.jpg\",\"link\":\"https://blueroan.netgen.cloud/accommodation/acacia-lounge/\",\"alt\":\"\",\"author\":\"2\",\"description\":\"\",\"caption\":\"\",\"name\":\"acacia-lounge\",\"status\":\"inherit\",\"modified\":1670939381000,\"mime\":\"image/jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-includes/images/media/default.png\",\"dateFormatted\":\"December 13, 2022\",\"nonces\":{\"update\":\"17e284dc72\",\"delete\":\"0967fb8415\",\"edit\":\"99ac1eb1a8\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=885\\u0026action=edit\",\"meta\":false,\"authorName\":\"Netgen Support\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/profile.php\",\"uploadedToTitle\":\"Accommodation\",\"uploadedToLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=761\\u0026action=edit\",\"filesizeInBytes\":37270,\"filesizeHumanReadable\":\"36 KB\",\"context\":\"\",\"height\":400,\"width\":600,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/acacia-lounge-150x150.jpg\",\"orientation\":\"landscape\"},\"medium\":{\"height\":200,\"width\":300,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/acacia-lounge-300x200.jpg\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/acacia-lounge.jpg\",\"height\":400,\"width\":600,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"imageSize\":\"full\",\"imageWidth\":100,\"imageWidthMobile\":100,\"imageWidthTablet\":100,\"paddingBtnTop\":10,\"paddingBtnBottom\":10,\"paddingBtnLeft\":14,\"paddingBtnRight\":14,\"imageWidthUnit\":\"%\",\"imageWidthUnitTablet\":\"%\",\"imageWidthUnitMobile\":\"%\",\"subHeadTopMargin\":0,\"subHeadRightMargin\":40,\"subHeadLeftMargin\":0,\"subHeadMarginTopTablet\":0,\"subHeadMarginRightTablet\":0,\"subHeadTabletSpace\":20,\"subHeadMarginLeftTablet\":0,\"imgTagHeight\":66,\"imgTagWidth\":600,\"btnBorderTopWidth\":1,\"btnBorderLeftWidth\":1,\"btnBorderRightWidth\":1,\"btnBorderBottomWidth\":1,\"btnBorderTopLeftRadius\":0,\"btnBorderTopRightRadius\":0,\"btnBorderBottomLeftRadius\":0,\"btnBorderBottomRightRadius\":0,\"btnBorderStyle\":\"solid\",\"btnBorderColor\":\"#333\"} -->\n<div class=\"wp-block-uagb-info-box uagb-block-f35f301a uagb-infobox__content-wrap  uagb-infobox-icon-above-title uagb-infobox-image-valign-top\"><div class=\"uagb-ifb-content\"><div class=\"uagb-ifb-image-content\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/acacia-lounge.jpg\" alt=\"\" width=\"100\" height=\"66\" loading=\"lazy\"/></div><div class=\"uagb-ifb-title-wrap\"><h3 class=\"uagb-ifb-title\">The Acacia </h3></div><p class=\"uagb-ifb-desc\">The largest unit we have named after the Acacia tree. This suite is rugged and rustic and has a spacious open plan living area opening onto a covered patio with a brick braai area. </p><div class=\"uagb-ifb-button-wrapper wp-block-button\"><a href=\"\" target=\"_self\" class=\"uagb-infobox-cta-link uagb-disable-link\" rel=\"noopener noreferrer\" alt=\"\"><span class=\"uagb-inline-editing\">READ MORE</span></a></div></div></div>\n<!-- /wp:uagb/info-box --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"e2c8da14\",\"widthDesktop\":50,\"bottomPaddingDesktop\":20,\"rightPaddingDesktop\":32,\"bottomPaddingTablet\":35,\"rightPaddingTablet\":15,\"paddingLink\":false,\"topMarginDesktop\":0,\"bottomMarginDesktop\":0,\"leftMarginDesktop\":5,\"rightMarginDesktop\":5,\"topMarginMobile\":0,\"bottomMarginMobile\":0,\"leftMarginMobile\":0,\"rightMarginMobile\":0,\"marginLink\":false,\"variationSelected\":true,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-e2c8da14\"><!-- wp:uagb/info-box {\"classMigrate\":true,\"headingAlign\":\"left\",\"headingColor\":\"\",\"subHeadingColor\":\"\",\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"source_type\":\"image\",\"block_id\":\"7d2b419a\",\"ctaIcon\":\"\",\"ctaType\":\"text\",\"ctaText\":\"READ MORE\",\"ctaLinkColor\":\"var(\\u002d\\u002dast-global-color-0)\",\"ctaDecoration\":\"underline\",\"ctaFontSize\":12,\"ctaFontWeight\":\"600\",\"ctaLetterSpacing\":2,\"ctaBorderColor\":\"\",\"ctaBorderStyle\":\"\",\"ctaBorderWidth\":\"\",\"ctaBorderRadius\":\"\",\"iconBottomMargin\":30,\"iconImage\":{\"id\":290,\"title\":\"room-6\",\"filename\":\"room-6.jpg\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/room-6.jpg\",\"link\":\"https://blueroan.netgen.cloud/room-6/\",\"alt\":\"\",\"author\":\"34\",\"description\":\"\",\"caption\":\"\",\"name\":\"room-6\",\"status\":\"inherit\",\"uploadedTo\":0,\"date\":\"2021-05-11T12:42:24.000Z\",\"modified\":\"2021-05-11T12:42:24.000Z\",\"menuOrder\":0,\"mime\":\"image/jpeg\",\"type\":\"image\",\"subtype\":\"jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/default.png\",\"dateFormatted\":\"May 11, 2021\",\"nonces\":{\"update\":\"ca0f21bc6b\",\"delete\":\"aeb89ca3d4\",\"edit\":\"4be159def3\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=290\\u0026action=edit\",\"meta\":false,\"authorName\":\"Rishabh\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/user-edit.php?user_id=34\",\"filesizeInBytes\":50081,\"filesizeHumanReadable\":\"49 KB\",\"context\":\"\",\"height\":400,\"width\":600,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/room-6-150x150.jpg\",\"orientation\":\"landscape\"},\"medium\":{\"height\":200,\"width\":300,\"url\":\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/room-6-300x200.jpg\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/room-6.jpg\",\"height\":400,\"width\":600,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"imageSize\":\"full\",\"imageWidth\":100,\"imageWidthMobile\":100,\"imageWidthTablet\":100,\"paddingBtnTop\":10,\"paddingBtnBottom\":10,\"paddingBtnLeft\":14,\"paddingBtnRight\":14,\"imageWidthUnit\":\"%\",\"imageWidthUnitTablet\":\"%\",\"imageWidthUnitMobile\":\"%\",\"subHeadTopMargin\":0,\"subHeadRightMargin\":40,\"subHeadLeftMargin\":0,\"subHeadMarginTopTablet\":0,\"subHeadMarginRightTablet\":0,\"subHeadTabletSpace\":20,\"subHeadMarginLeftTablet\":0,\"imgTagHeight\":66,\"imgTagWidth\":600,\"btnBorderTopWidth\":1,\"btnBorderLeftWidth\":1,\"btnBorderRightWidth\":1,\"btnBorderBottomWidth\":1,\"btnBorderTopLeftRadius\":0,\"btnBorderTopRightRadius\":0,\"btnBorderBottomLeftRadius\":0,\"btnBorderBottomRightRadius\":0,\"btnBorderStyle\":\"solid\",\"btnBorderColor\":\"#333\"} -->\n<div class=\"wp-block-uagb-info-box uagb-block-7d2b419a uagb-infobox__content-wrap  uagb-infobox-icon-above-title uagb-infobox-image-valign-top\"><div class=\"uagb-ifb-content\"><div class=\"uagb-ifb-image-content\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/room-6.jpg\" alt=\"\" width=\"100\" height=\"66\" loading=\"lazy\"/></div><div class=\"uagb-ifb-title-wrap\"><h3 class=\"uagb-ifb-title\">The Greek Villa </h3></div><p class=\"uagb-ifb-desc\">Designed like a Greek villa this Mediterranean style reflects a relaxed atmosphere with its dominant white walls and blue ceilings with lovely rustic furnishings</p><div class=\"uagb-ifb-button-wrapper wp-block-button\"><a href=\"\" target=\"_self\" class=\"uagb-infobox-cta-link uagb-disable-link\" rel=\"noopener noreferrer\" alt=\"\"><span class=\"uagb-inline-editing\">READ MORE</span></a></div></div></div>\n<!-- /wp:uagb/info-box --></div>\n<!-- /wp:uagb/container --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"e69dae76\",\"directionDesktop\":\"row\",\"justifyContentDesktop\":\"flex-start\",\"topMarginDesktop\":54,\"bottomMarginDesktop\":0,\"leftMarginDesktop\":0,\"rightMarginDesktop\":0,\"topMarginMobile\":0,\"bottomMarginMobile\":0,\"leftMarginMobile\":0,\"rightMarginMobile\":0,\"marginLink\":false,\"variationSelected\":true,\"rowGapMobile\":0,\"columnGapDesktop\":0} -->\n<div class=\"wp-block-uagb-container uagb-block-e69dae76\"><!-- wp:uagb/container {\"block_id\":\"98b5ae73\",\"widthDesktop\":50,\"bottomPaddingDesktop\":20,\"rightPaddingDesktop\":32,\"bottomPaddingTablet\":35,\"rightPaddingTablet\":15,\"bottomPaddingMobile\":65,\"paddingLink\":false,\"topMarginDesktop\":0,\"bottomMarginDesktop\":0,\"leftMarginDesktop\":5,\"rightMarginDesktop\":5,\"topMarginMobile\":0,\"bottomMarginMobile\":0,\"leftMarginMobile\":0,\"rightMarginMobile\":0,\"marginLink\":false,\"variationSelected\":true,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-98b5ae73\"><!-- wp:uagb/info-box {\"classMigrate\":true,\"headingAlign\":\"left\",\"headingColor\":\"\",\"subHeadingColor\":\"\",\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"source_type\":\"image\",\"block_id\":\"e41e87a7\",\"ctaIcon\":\"\",\"ctaType\":\"text\",\"ctaText\":\"READ MORE\",\"ctaLinkColor\":\"var(\\u002d\\u002dast-global-color-0)\",\"ctaDecoration\":\"underline\",\"ctaFontSize\":12,\"ctaFontWeight\":\"600\",\"ctaLetterSpacing\":2,\"ctaBorderColor\":\"\",\"ctaBorderStyle\":\"\",\"ctaBorderWidth\":\"\",\"ctaBorderRadius\":\"\",\"iconBottomMargin\":30,\"iconImage\":{\"uploading\":false,\"date\":1670943128000,\"filename\":\"AAEAAQAAAAAAAAAAAAAAJDkwZDA0NDg0LWIwNTctNGVlNy05Y2NjLWNjNDllODBmZTI3OA.png\",\"menuOrder\":0,\"uploadedTo\":761,\"type\":\"image\",\"subtype\":\"png\",\"id\":896,\"title\":\"AAEAAQAAAAAAAAAAAAAAJDkwZDA0NDg0LWIwNTctNGVlNy05Y2NjLWNjNDllODBmZTI3OA\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAAJDkwZDA0NDg0LWIwNTctNGVlNy05Y2NjLWNjNDllODBmZTI3OA.png\",\"link\":\"https://blueroan.netgen.cloud/accommodation/aaeaaqaaaaaaaaaaaaaajdkwzda0ndg0lwiwntctngvlny05y2njlwnjndllodbmzti3oa/\",\"alt\":\"Honeymoon suite bedroom \",\"author\":\"2\",\"description\":\"\",\"caption\":\"\",\"name\":\"aaeaaqaaaaaaaaaaaaaajdkwzda0ndg0lwiwntctngvlny05y2njlwnjndllodbmzti3oa\",\"status\":\"inherit\",\"modified\":1670943128000,\"mime\":\"image/png\",\"icon\":\"https://blueroan.netgen.cloud/wp-includes/images/media/default.png\",\"dateFormatted\":\"December 13, 2022\",\"nonces\":{\"update\":\"ef5e68588c\",\"delete\":\"c4dba1213a\",\"edit\":\"aea99f65e2\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=896\\u0026action=edit\",\"meta\":false,\"authorName\":\"Netgen Support\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/profile.php\",\"uploadedToTitle\":\"Accommodation\",\"uploadedToLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=761\\u0026action=edit\",\"filesizeInBytes\":1088370,\"filesizeHumanReadable\":\"1 MB\",\"context\":\"\",\"height\":861,\"width\":1300,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAAJDkwZDA0NDg0LWIwNTctNGVlNy05Y2NjLWNjNDllODBmZTI3OA-150x150.png\",\"orientation\":\"landscape\"},\"medium\":{\"height\":199,\"width\":300,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAAJDkwZDA0NDg0LWIwNTctNGVlNy05Y2NjLWNjNDllODBmZTI3OA-300x199.png\",\"orientation\":\"landscape\"},\"large\":{\"height\":678,\"width\":1024,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAAJDkwZDA0NDg0LWIwNTctNGVlNy05Y2NjLWNjNDllODBmZTI3OA-1024x678.png\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAAJDkwZDA0NDg0LWIwNTctNGVlNy05Y2NjLWNjNDllODBmZTI3OA.png\",\"height\":861,\"width\":1300,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"imageSize\":\"full\",\"imageWidth\":100,\"imageWidthMobile\":100,\"imageWidthTablet\":100,\"paddingBtnTop\":10,\"paddingBtnBottom\":10,\"paddingBtnLeft\":14,\"paddingBtnRight\":14,\"imageWidthUnit\":\"%\",\"imageWidthUnitTablet\":\"%\",\"imageWidthUnitMobile\":\"%\",\"subHeadTopMargin\":0,\"subHeadRightMargin\":40,\"subHeadLeftMargin\":0,\"subHeadMarginTopTablet\":0,\"subHeadMarginRightTablet\":0,\"subHeadTabletSpace\":20,\"subHeadMarginLeftTablet\":0,\"imgTagHeight\":66,\"imgTagWidth\":1300,\"btnBorderTopWidth\":1,\"btnBorderLeftWidth\":1,\"btnBorderRightWidth\":1,\"btnBorderBottomWidth\":1,\"btnBorderTopLeftRadius\":0,\"btnBorderTopRightRadius\":0,\"btnBorderBottomLeftRadius\":0,\"btnBorderBottomRightRadius\":0,\"btnBorderStyle\":\"solid\",\"btnBorderColor\":\"#333\"} -->\n<div class=\"wp-block-uagb-info-box uagb-block-e41e87a7 uagb-infobox__content-wrap  uagb-infobox-icon-above-title uagb-infobox-image-valign-top\"><div class=\"uagb-ifb-content\"><div class=\"uagb-ifb-image-content\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAAJDkwZDA0NDg0LWIwNTctNGVlNy05Y2NjLWNjNDllODBmZTI3OA.png\" alt=\"Honeymoon suite bedroom \" width=\"100\" height=\"66\" loading=\"lazy\"/></div><div class=\"uagb-ifb-title-wrap\"><h3 class=\"uagb-ifb-title\">The Honeymoon suite</h3></div><p class=\"uagb-ifb-desc\">This&nbsp;<a href=\"https://www.collinsdictionary.com/dictionary/english/suite\">suite</a>&nbsp;is perfect for couples - This is an open-plan unit attached to the side of the main house, completely private with its own entrance, own garden, and carport.&nbsp;</p><div class=\"uagb-ifb-button-wrapper wp-block-button\"><a href=\"\" target=\"_self\" class=\"uagb-infobox-cta-link uagb-disable-link\" rel=\"noopener noreferrer\" alt=\"\"><span class=\"uagb-inline-editing\">READ MORE</span></a></div></div></div>\n<!-- /wp:uagb/info-box --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"c84c5e36\",\"widthDesktop\":50,\"bottomPaddingDesktop\":20,\"rightPaddingDesktop\":32,\"bottomPaddingTablet\":35,\"rightPaddingTablet\":15,\"paddingLink\":false,\"topMarginDesktop\":0,\"bottomMarginDesktop\":0,\"leftMarginDesktop\":5,\"rightMarginDesktop\":5,\"topMarginMobile\":0,\"bottomMarginMobile\":0,\"leftMarginMobile\":0,\"rightMarginMobile\":0,\"marginLink\":false,\"variationSelected\":true,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-c84c5e36\"></div>\n<!-- /wp:uagb/container --></div>\n<!-- /wp:uagb/container --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"f0285775\",\"innerContentCustomWidthDesktop\":781,\"innerContentCustomWidthTablet\":781,\"backgroundType\":\"image\",\"backgroundImageDesktop\":{\"uploading\":false,\"date\":1670943271000,\"filename\":\"AAEAAQAAAAAAAAAAAAAA39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba.png\",\"menuOrder\":0,\"uploadedTo\":761,\"type\":\"image\",\"subtype\":\"png\",\"id\":899,\"title\":\"AAEAAQAAAAAAAAAAAAAA39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAA39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba.png\",\"link\":\"https://blueroan.netgen.cloud/accommodation/aaeaaqaaaaaaaaaaaaaa39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba/\",\"alt\":\"\",\"author\":\"2\",\"description\":\"\",\"caption\":\"\",\"name\":\"aaeaaqaaaaaaaaaaaaaa39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba\",\"status\":\"inherit\",\"modified\":1670943271000,\"mime\":\"image/png\",\"icon\":\"https://blueroan.netgen.cloud/wp-includes/images/media/default.png\",\"dateFormatted\":\"December 13, 2022\",\"nonces\":{\"update\":\"45b2b6c69b\",\"delete\":\"75d81c42ab\",\"edit\":\"88fae030a9\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=899\\u0026action=edit\",\"meta\":false,\"authorName\":\"Netgen Support\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/profile.php\",\"uploadedToTitle\":\"Accommodation\",\"uploadedToLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=761\\u0026action=edit\",\"filesizeInBytes\":2338048,\"filesizeHumanReadable\":\"2 MB\",\"context\":\"\",\"height\":900,\"width\":1200,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAA39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba-150x150.png\",\"orientation\":\"landscape\"},\"medium\":{\"height\":225,\"width\":300,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAA39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba-300x225.png\",\"orientation\":\"landscape\"},\"large\":{\"height\":768,\"width\":1024,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAA39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba-1024x768.png\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAA39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba.png\",\"height\":900,\"width\":1200,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"backgroundImageColor\":\"rgba(42,42,42,0.65)\",\"topPaddingDesktop\":144,\"bottomPaddingDesktop\":144,\"leftPaddingDesktop\":40,\"rightPaddingDesktop\":40,\"topPaddingTablet\":80,\"bottomPaddingTablet\":80,\"leftPaddingTablet\":40,\"rightPaddingTablet\":40,\"topPaddingMobile\":64,\"bottomPaddingMobile\":64,\"leftPaddingMobile\":24,\"rightPaddingMobile\":24,\"paddingLink\":false,\"variationSelected\":true,\"isBlockRootParent\":true,\"overlayType\":\"color\"} -->\n<div class=\"wp-block-uagb-container uagb-block-f0285775 alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/advanced-heading {\"block_id\":\"60a04508\",\"classMigrate\":true,\"headingDescToggle\":true,\"headingAlign\":\"center\",\"headingColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"subHeadingColor\":\"var(\\u002d\\u002dast-global-color-4)\",\"headSpace\":20} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-60a04508\"><h2 class=\"uagb-heading-text\">Plan an Unforgettable Experience at<br>Blue Roan!</h2><p class=\"uagb-desc-text\">We can help you fit your stay and experience within your allotted budget.</p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/advanced-heading {\"block_id\":\"bd553385\",\"classMigrate\":true,\"headingTitleToggle\":false,\"headingDescToggle\":true,\"headingAlign\":\"center\",\"subHeadingColor\":\"var(\\u002d\\u002dast-global-color-4)\",\"subHeadTransform\":\"uppercase\",\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"subHeadLetterSpacing\":2,\"blockTopPadding\":60,\"blockRightPadding\":0,\"blockLeftPadding\":0,\"blockBottomPadding\":0,\"blockTopPaddingMobile\":30,\"blockRightPaddingMobile\":0,\"blockLeftPaddingMobile\":0,\"blockBottomPaddingMobile\":0} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-bd553385\"><p class=\"uagb-desc-text\">BOOK YOUR STAY NOW​</p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/icon-list {\"block_id\":\"fe94e35f\",\"classMigrate\":true,\"childMigrate\":true,\"align\":\"center\",\"parentIcon\":\"phone\",\"size\":40,\"sizeMobile\":24,\"sizeTablet\":32,\"fontSize\":48,\"fontSizeMobile\":28,\"fontSizeTablet\":40,\"fontWeight\":\"600\",\"iconColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"labelColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"blockTopPadding\":0,\"blockRightPadding\":0,\"blockLeftPadding\":0,\"blockBottomPadding\":24,\"blockPaddingLink\":false} -->\n<div class=\"wp-block-uagb-icon-list uagb-block-fe94e35f\"><div class=\"uagb-icon-list__wrap\"><!-- wp:uagb/icon-list-child {\"block_id\":\"975ea2be\",\"label\":\" + 27 (0) 82 575 5409\",\"label_color\":\"\",\"link\":\"tel:+27825755409\",\"disableLink\":true,\"fromParentIcon\":\"phone\",\"imageSizeChild\":40} -->\n<div class=\"wp-block-uagb-icon-list-child uagb-block-975ea2be\"><a target=\"_self\" aria-label=\" + 27 (0) 82 575 5409\" rel=\"noopener noreferrer\" href=\"tel:+27825755409\"> </a><span class=\"uagb-icon-list__source-wrap\"><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M511.2 387l-23.25 100.8c-3.266 14.25-15.79 24.22-30.46 24.22C205.2 512 0 306.8 0 54.5c0-14.66 9.969-27.2 24.22-30.45l100.8-23.25C139.7-2.602 154.7 5.018 160.8 18.92l46.52 108.5c5.438 12.78 1.77 27.67-8.98 36.45L144.5 207.1c33.98 69.22 90.26 125.5 159.5 159.5l44.08-53.8c8.688-10.78 23.69-14.51 36.47-8.975l108.5 46.51C506.1 357.2 514.6 372.4 511.2 387z\"></path></svg></span><span class=\"uagb-icon-list__label\"> + 27 (0) 82 575 5409</span></div>\n<!-- /wp:uagb/icon-list-child -->\n\n<!-- wp:uagb/icon-list-child {\"block_id\":\"dc75a293\",\"label\":\"blueroan@ugo.co.za\",\"icon\":\"envelope\",\"label_color\":\"\",\"link\":\"mailto:blueroan@ugo.co.za\",\"disableLink\":true,\"fromParentIcon\":\"phone\",\"imageSizeChild\":40} -->\n<div class=\"wp-block-uagb-icon-list-child uagb-block-dc75a293\"><a target=\"_self\" aria-label=\"blueroan@ugo.co.za\" rel=\"noopener noreferrer\" href=\"mailto:blueroan@ugo.co.za\"> </a><span class=\"uagb-icon-list__source-wrap\"><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M464 64C490.5 64 512 85.49 512 112C512 127.1 504.9 141.3 492.8 150.4L275.2 313.6C263.8 322.1 248.2 322.1 236.8 313.6L19.2 150.4C7.113 141.3 0 127.1 0 112C0 85.49 21.49 64 48 64H464zM217.6 339.2C240.4 356.3 271.6 356.3 294.4 339.2L512 176V384C512 419.3 483.3 448 448 448H64C28.65 448 0 419.3 0 384V176L217.6 339.2z\"></path></svg></span><span class=\"uagb-icon-list__label\">blueroan@ugo.co.za</span></div>\n<!-- /wp:uagb/icon-list-child --></div></div>\n<!-- /wp:uagb/icon-list --></div></div>\n<!-- /wp:uagb/container -->',	'Accommodation',	'',	'inherit',	'closed',	'closed',	'',	'761-revision-v1',	'',	'',	'2022-12-14 10:20:13',	'2022-12-14 10:20:13',	'',	761,	'https://blueroan.netgen.cloud/?p=975',	0,	'revision',	'',	0),
(976,	2,	'2022-12-14 10:20:41',	'2022-12-14 10:20:41',	'<!-- wp:uagb/container {\"block_id\":\"b8cc37dd\",\"backgroundType\":\"image\",\"backgroundImageDesktop\":{\"id\":797,\"title\":\"blue-roan-guest-farm (13)\",\"filename\":\"blue-roan-guest-farm-13.jpg\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-13.jpg\",\"link\":\"https://blueroan.netgen.cloud/home/blue-roan-guest-farm-13/\",\"alt\":\"\",\"author\":\"2\",\"description\":\"\",\"caption\":\"\",\"name\":\"blue-roan-guest-farm-13\",\"status\":\"inherit\",\"uploadedTo\":760,\"date\":\"2022-12-13T09:37:10.000Z\",\"modified\":\"2022-12-13T09:37:10.000Z\",\"menuOrder\":0,\"mime\":\"image/jpeg\",\"type\":\"image\",\"subtype\":\"jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-includes/images/media/default.png\",\"dateFormatted\":\"December 13, 2022\",\"nonces\":{\"update\":\"88c7dafe15\",\"delete\":\"0e63c986af\",\"edit\":\"ba0aad2d7f\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=797\\u0026action=edit\",\"meta\":false,\"authorName\":\"Netgen Support\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/profile.php\",\"uploadedToTitle\":\"Home\",\"uploadedToLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=760\\u0026action=edit\",\"filesizeInBytes\":201183,\"filesizeHumanReadable\":\"196 KB\",\"context\":\"\",\"height\":667,\"width\":1000,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-13-150x150.jpg\",\"orientation\":\"landscape\"},\"medium\":{\"height\":200,\"width\":300,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-13-300x200.jpg\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-13.jpg\",\"height\":667,\"width\":1000,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"backgroundPositionDesktop\":{\"x\":0.62,\"y\":0.78},\"backgroundSizeTablet\":\"cover\",\"backgroundSizeMobile\":\"cover\",\"backgroundColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"backgroundImageColor\":\"rgba(42,42,42,0.5)\",\"topPaddingDesktop\":220,\"bottomPaddingDesktop\":150,\"topPaddingTablet\":170,\"bottomPaddingTablet\":160,\"leftPaddingTablet\":30,\"rightPaddingTablet\":30,\"topPaddingMobile\":180,\"bottomPaddingMobile\":80,\"leftPaddingMobile\":20,\"rightPaddingMobile\":20,\"paddingLink\":false,\"variationSelected\":true,\"isBlockRootParent\":true,\"overlayType\":\"color\"} -->\n<div class=\"wp-block-uagb-container uagb-block-b8cc37dd alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/advanced-heading {\"block_id\":\"f976ebd5\",\"classMigrate\":true,\"headingDescToggle\":true,\"headingColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"subHeadingColor\":\"var(\\u002d\\u002dast-global-color-4)\",\"headingTag\":\"h1\",\"headSpace\":20,\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"blockTopPadding\":0,\"blockRightPadding\":50,\"blockLeftPadding\":0,\"blockBottomPadding\":0,\"blockTopPaddingTablet\":0,\"blockRightPaddingTablet\":20,\"blockLeftPaddingTablet\":0,\"blockBottomPaddingTablet\":0,\"blockTopPaddingMobile\":0,\"blockRightPaddingMobile\":0,\"blockLeftPaddingMobile\":0,\"blockBottomPaddingMobile\":0,\"blockPaddingUnit\":\"%\",\"blockPaddingUnitTablet\":\"%\"} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-f976ebd5\"><h1 class=\"uagb-heading-text\">Rooms &amp; Accommodation​</h1><p class=\"uagb-desc-text\">If you are looking for a home away from home, even a place your dog can come along then take a closer look into the rooms we offer and pick the one for you.</p></div>\n<!-- /wp:uagb/advanced-heading --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"d723a6d4\",\"backgroundType\":\"color\",\"backgroundSizeTablet\":\"cover\",\"backgroundSizeMobile\":\"cover\",\"backgroundColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"topPaddingDesktop\":120,\"bottomPaddingDesktop\":120,\"topPaddingTablet\":80,\"bottomPaddingTablet\":80,\"leftPaddingTablet\":30,\"rightPaddingTablet\":30,\"topPaddingMobile\":80,\"bottomPaddingMobile\":80,\"leftPaddingMobile\":20,\"rightPaddingMobile\":20,\"paddingLink\":false,\"variationSelected\":true,\"rowGapDesktop\":0,\"isBlockRootParent\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-d723a6d4 alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/container {\"block_id\":\"724ca028\",\"directionDesktop\":\"row\",\"alignItemsDesktop\":\"flex-end\",\"alignItemsTablet\":\"flex-end\",\"justifyContentDesktop\":\"flex-end\",\"justifyContentTablet\":\"space-between\",\"variationSelected\":true,\"rowGapMobile\":20,\"columnGapDesktop\":0} -->\n<div class=\"wp-block-uagb-container uagb-block-724ca028\"><!-- wp:uagb/advanced-heading {\"block_id\":\"6dde730e\",\"classMigrate\":true,\"headingDescToggle\":true,\"subHeadingColor\":\"\",\"headSpace\":20,\"subHeadFontSize\":16} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-6dde730e\"><h2 class=\"uagb-heading-text\">Come &amp; Stay With Us​</h2><p class=\"uagb-desc-text\">There are 7 excellent brick self-catering units available, each private and with a distinctive personality and theme. They are particularly made for pet-free or pet-owning couples looking for a romantic and serene setting to reconnect, celebrate special occasions, or simply unwind on a holiday.<br><br>We are pet-friendly by arrangement as each unit is separately fenced with its own grassy garden with a garden gate leading to the generous park area where pets can socialize. &nbsp;We also have lovely safe off-leash walking trails on our property and beyond. &nbsp;Our units are very luxurious with everything you would need and very homely and charming. Regrettably no children or group bookings.  </p></div>\n<!-- /wp:uagb/advanced-heading --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"ebb4e5a7\",\"directionDesktop\":\"row\",\"alignItemsTablet\":\"flex-start\",\"justifyContentDesktop\":\"flex-start\",\"topMarginDesktop\":54,\"bottomMarginDesktop\":0,\"leftMarginDesktop\":0,\"rightMarginDesktop\":0,\"marginLink\":false,\"variationSelected\":true,\"rowGapMobile\":0,\"columnGapDesktop\":0} -->\n<div class=\"wp-block-uagb-container uagb-block-ebb4e5a7\"><!-- wp:uagb/container {\"block_id\":\"e263c959\",\"widthDesktop\":50,\"bottomPaddingDesktop\":20,\"rightPaddingDesktop\":32,\"bottomPaddingTablet\":35,\"rightPaddingTablet\":15,\"bottomPaddingMobile\":65,\"paddingLink\":false,\"topMarginDesktop\":0,\"bottomMarginDesktop\":0,\"leftMarginDesktop\":5,\"rightMarginDesktop\":5,\"topMarginMobile\":0,\"bottomMarginMobile\":0,\"leftMarginMobile\":0,\"rightMarginMobile\":0,\"marginLink\":false,\"variationSelected\":true,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-e263c959\"><!-- wp:uagb/info-box {\"classMigrate\":true,\"headingAlign\":\"left\",\"headingColor\":\"\",\"subHeadingColor\":\"\",\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"source_type\":\"image\",\"block_id\":\"f25449ff\",\"ctaIcon\":\"\",\"ctaType\":\"text\",\"ctaText\":\"\\u003ca href=\\u0022/the-barn/\\u0022 data-type=\\u0022URL\\u0022 data-id=\\u0022/the-barn/\\u0022\\u003eREAD MORE\\u003c/a\\u003e\",\"ctaLinkColor\":\"var(\\u002d\\u002dast-global-color-0)\",\"ctaDecoration\":\"underline\",\"ctaFontSize\":12,\"ctaFontWeight\":\"600\",\"ctaLetterSpacing\":2,\"ctaBorderColor\":\"\",\"ctaBorderStyle\":\"\",\"ctaBorderWidth\":\"\",\"ctaBorderRadius\":\"\",\"iconBottomMargin\":30,\"iconImage\":{\"uploading\":false,\"date\":1670936674000,\"filename\":\"blue-roan-guest-farm-10.jpg\",\"menuOrder\":0,\"uploadedTo\":761,\"type\":\"image\",\"subtype\":\"jpeg\",\"id\":863,\"title\":\"blue-roan-guest-farm (10)\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-10.jpg\",\"link\":\"https://blueroan.netgen.cloud/accommodation/blue-roan-guest-farm-10/\",\"alt\":\"\",\"author\":\"2\",\"description\":\"\",\"caption\":\"\",\"name\":\"blue-roan-guest-farm-10\",\"status\":\"inherit\",\"modified\":1670936674000,\"mime\":\"image/jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-includes/images/media/default.png\",\"dateFormatted\":\"December 13, 2022\",\"nonces\":{\"update\":\"1a7491aa65\",\"delete\":\"dc6afaa89c\",\"edit\":\"7635ee35fb\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=863\\u0026action=edit\",\"meta\":false,\"authorName\":\"Netgen Support\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/profile.php\",\"uploadedToTitle\":\"Accommodation\",\"uploadedToLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=761\\u0026action=edit\",\"filesizeInBytes\":149768,\"filesizeHumanReadable\":\"146 KB\",\"context\":\"\",\"height\":667,\"width\":1000,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-10-150x150.jpg\",\"orientation\":\"landscape\"},\"medium\":{\"height\":200,\"width\":300,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-10-300x200.jpg\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-10.jpg\",\"height\":667,\"width\":1000,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"imageSize\":\"full\",\"imageWidth\":100,\"imageWidthMobile\":100,\"imageWidthTablet\":100,\"paddingBtnTop\":10,\"paddingBtnBottom\":10,\"paddingBtnLeft\":14,\"paddingBtnRight\":14,\"imageWidthUnit\":\"%\",\"imageWidthUnitTablet\":\"%\",\"imageWidthUnitMobile\":\"%\",\"subHeadTopMargin\":0,\"subHeadRightMargin\":40,\"subHeadLeftMargin\":0,\"subHeadMarginTopTablet\":0,\"subHeadMarginRightTablet\":0,\"subHeadTabletSpace\":20,\"subHeadMarginLeftTablet\":0,\"imgTagHeight\":66,\"imgTagWidth\":1000,\"btnBorderTopWidth\":1,\"btnBorderLeftWidth\":1,\"btnBorderRightWidth\":1,\"btnBorderBottomWidth\":1,\"btnBorderTopLeftRadius\":0,\"btnBorderTopRightRadius\":0,\"btnBorderBottomLeftRadius\":0,\"btnBorderBottomRightRadius\":0,\"btnBorderStyle\":\"solid\",\"btnBorderColor\":\"#333\"} -->\n<div class=\"wp-block-uagb-info-box uagb-block-f25449ff uagb-infobox__content-wrap  uagb-infobox-icon-above-title uagb-infobox-image-valign-top\"><div class=\"uagb-ifb-content\"><div class=\"uagb-ifb-image-content\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-10.jpg\" alt=\"\" width=\"100\" height=\"66\" loading=\"lazy\"/></div><div class=\"uagb-ifb-title-wrap\"><h3 class=\"uagb-ifb-title\">The Barn </h3></div><p class=\"uagb-ifb-desc\">Rustic beams and exposed wood are all hallmarks of our barn-style suite. This is an open-plan unit with lots of windows with a raised king bed on a platform that faces the TV and the mountains.</p><div class=\"uagb-ifb-button-wrapper wp-block-button\"><a href=\"\" target=\"_self\" class=\"uagb-infobox-cta-link uagb-disable-link\" rel=\"noopener noreferrer\" alt=\"\"><span class=\"uagb-inline-editing\">READ MORE</span></a></div></div></div>\n<!-- /wp:uagb/info-box --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"714d096f\",\"widthDesktop\":50,\"bottomPaddingDesktop\":20,\"rightPaddingDesktop\":32,\"bottomPaddingTablet\":35,\"rightPaddingTablet\":15,\"bottomPaddingMobile\":65,\"paddingLink\":false,\"topMarginDesktop\":0,\"bottomMarginDesktop\":0,\"leftMarginDesktop\":5,\"rightMarginDesktop\":5,\"topMarginMobile\":0,\"bottomMarginMobile\":0,\"leftMarginMobile\":0,\"rightMarginMobile\":0,\"marginLink\":false,\"variationSelected\":true,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-714d096f\"><!-- wp:uagb/info-box {\"classMigrate\":true,\"headingAlign\":\"left\",\"headingColor\":\"\",\"subHeadingColor\":\"\",\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"source_type\":\"image\",\"block_id\":\"00dde428\",\"ctaIcon\":\"\",\"ctaType\":\"text\",\"ctaText\":\"READ MORE\",\"ctaLinkColor\":\"var(\\u002d\\u002dast-global-color-0)\",\"ctaDecoration\":\"underline\",\"ctaFontSize\":12,\"ctaFontWeight\":\"600\",\"ctaLetterSpacing\":2,\"ctaBorderColor\":\"\",\"ctaBorderStyle\":\"\",\"ctaBorderWidth\":\"\",\"ctaBorderRadius\":\"\",\"iconBottomMargin\":30,\"iconImage\":{\"uploading\":false,\"date\":1670936842000,\"filename\":\"tuscan-suite-raised-bed-and-settee.jpg\",\"menuOrder\":0,\"uploadedTo\":761,\"type\":\"image\",\"subtype\":\"jpeg\",\"id\":864,\"title\":\"tuscan-suite-raised-bed-and-settee\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/tuscan-suite-raised-bed-and-settee.jpg\",\"link\":\"https://blueroan.netgen.cloud/accommodation/tuscan-suite-raised-bed-and-settee/\",\"alt\":\"\",\"author\":\"2\",\"description\":\"\",\"caption\":\"\",\"name\":\"tuscan-suite-raised-bed-and-settee\",\"status\":\"inherit\",\"modified\":1670936842000,\"mime\":\"image/jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-includes/images/media/default.png\",\"dateFormatted\":\"December 13, 2022\",\"nonces\":{\"update\":\"0624a4a01a\",\"delete\":\"9e8f0f7a5a\",\"edit\":\"087f94f2e5\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=864\\u0026action=edit\",\"meta\":false,\"authorName\":\"Netgen Support\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/profile.php\",\"uploadedToTitle\":\"Accommodation\",\"uploadedToLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=761\\u0026action=edit\",\"filesizeInBytes\":41923,\"filesizeHumanReadable\":\"41 KB\",\"context\":\"\",\"height\":400,\"width\":600,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/tuscan-suite-raised-bed-and-settee-150x150.jpg\",\"orientation\":\"landscape\"},\"medium\":{\"height\":200,\"width\":300,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/tuscan-suite-raised-bed-and-settee-300x200.jpg\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/tuscan-suite-raised-bed-and-settee.jpg\",\"height\":400,\"width\":600,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"imageSize\":\"full\",\"imageWidth\":100,\"imageWidthMobile\":100,\"imageWidthTablet\":100,\"paddingBtnTop\":10,\"paddingBtnBottom\":10,\"paddingBtnLeft\":14,\"paddingBtnRight\":14,\"imageWidthUnit\":\"%\",\"imageWidthUnitTablet\":\"%\",\"imageWidthUnitMobile\":\"%\",\"subHeadTopMargin\":0,\"subHeadRightMargin\":40,\"subHeadLeftMargin\":0,\"subHeadMarginTopTablet\":0,\"subHeadMarginRightTablet\":0,\"subHeadTabletSpace\":20,\"subHeadMarginLeftTablet\":0,\"imgTagHeight\":66,\"imgTagWidth\":600,\"btnBorderTopWidth\":1,\"btnBorderLeftWidth\":1,\"btnBorderRightWidth\":1,\"btnBorderBottomWidth\":1,\"btnBorderTopLeftRadius\":0,\"btnBorderTopRightRadius\":0,\"btnBorderBottomLeftRadius\":0,\"btnBorderBottomRightRadius\":0,\"btnBorderStyle\":\"solid\",\"btnBorderColor\":\"#333\"} -->\n<div class=\"wp-block-uagb-info-box uagb-block-00dde428 uagb-infobox__content-wrap  uagb-infobox-icon-above-title uagb-infobox-image-valign-top\"><div class=\"uagb-ifb-content\"><div class=\"uagb-ifb-image-content\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/tuscan-suite-raised-bed-and-settee.jpg\" alt=\"\" width=\"100\" height=\"66\" loading=\"lazy\"/></div><div class=\"uagb-ifb-title-wrap\"><h3 class=\"uagb-ifb-title\">The Tuscan Suite </h3></div><p class=\"uagb-ifb-desc\">Terra-cotta tiles, textured wall treatments, gorgeous, intricate murals,&nbsp;and simple, durable furniture with elegant iron accents are all characteristics of Tuscan interior design.</p><div class=\"uagb-ifb-button-wrapper wp-block-button\"><a href=\"\" target=\"_self\" class=\"uagb-infobox-cta-link uagb-disable-link\" rel=\"noopener noreferrer\" alt=\"\"><span class=\"uagb-inline-editing\">READ MORE</span></a></div></div></div>\n<!-- /wp:uagb/info-box --></div>\n<!-- /wp:uagb/container --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"91a9fcb8\",\"directionDesktop\":\"row\",\"alignItemsTablet\":\"flex-start\",\"justifyContentDesktop\":\"flex-start\",\"topMarginDesktop\":54,\"bottomMarginDesktop\":0,\"leftMarginDesktop\":0,\"rightMarginDesktop\":0,\"topMarginMobile\":0,\"bottomMarginMobile\":0,\"leftMarginMobile\":0,\"rightMarginMobile\":0,\"marginLink\":false,\"variationSelected\":true,\"rowGapMobile\":0,\"columnGapDesktop\":0} -->\n<div class=\"wp-block-uagb-container uagb-block-91a9fcb8\"><!-- wp:uagb/container {\"block_id\":\"cebb458e\",\"widthDesktop\":50,\"bottomPaddingDesktop\":20,\"rightPaddingDesktop\":32,\"bottomPaddingTablet\":35,\"leftPaddingTablet\":0,\"rightPaddingTablet\":15,\"bottomPaddingMobile\":65,\"paddingLink\":false,\"topMarginDesktop\":0,\"bottomMarginDesktop\":0,\"leftMarginDesktop\":5,\"rightMarginDesktop\":5,\"topMarginMobile\":0,\"bottomMarginMobile\":0,\"leftMarginMobile\":0,\"rightMarginMobile\":0,\"marginLink\":false,\"variationSelected\":true,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-cebb458e\"><!-- wp:uagb/info-box {\"classMigrate\":true,\"headingAlign\":\"left\",\"headingColor\":\"\",\"subHeadingColor\":\"\",\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"source_type\":\"image\",\"block_id\":\"98a2e839\",\"ctaIcon\":\"\",\"ctaType\":\"text\",\"ctaText\":\"READ MORE\",\"ctaLinkColor\":\"var(\\u002d\\u002dast-global-color-0)\",\"ctaDecoration\":\"underline\",\"ctaFontSize\":12,\"ctaFontWeight\":\"600\",\"ctaLetterSpacing\":2,\"ctaBorderColor\":\"\",\"ctaBorderStyle\":\"\",\"ctaBorderWidth\":\"\",\"ctaBorderRadius\":\"\",\"iconBottomMargin\":30,\"iconImage\":{\"uploading\":false,\"date\":1670938945000,\"filename\":\"bluebush-king-bed-and-spa-bath.png\",\"menuOrder\":0,\"uploadedTo\":761,\"type\":\"image\",\"subtype\":\"png\",\"id\":881,\"title\":\"bluebush-king-bed-and-spa-bath\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/bluebush-king-bed-and-spa-bath.png\",\"link\":\"https://blueroan.netgen.cloud/accommodation/bluebush-king-bed-and-spa-bath/\",\"alt\":\"\",\"author\":\"2\",\"description\":\"\",\"caption\":\"\",\"name\":\"bluebush-king-bed-and-spa-bath\",\"status\":\"inherit\",\"modified\":1670938945000,\"mime\":\"image/png\",\"icon\":\"https://blueroan.netgen.cloud/wp-includes/images/media/default.png\",\"dateFormatted\":\"December 13, 2022\",\"nonces\":{\"update\":\"e1c334788a\",\"delete\":\"b219c40b29\",\"edit\":\"273b944edc\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=881\\u0026action=edit\",\"meta\":false,\"authorName\":\"Netgen Support\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/profile.php\",\"uploadedToTitle\":\"Accommodation\",\"uploadedToLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=761\\u0026action=edit\",\"filesizeInBytes\":1195033,\"filesizeHumanReadable\":\"1 MB\",\"context\":\"\",\"height\":667,\"width\":1000,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/bluebush-king-bed-and-spa-bath-150x150.png\",\"orientation\":\"landscape\"},\"medium\":{\"height\":200,\"width\":300,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/bluebush-king-bed-and-spa-bath-300x200.png\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/bluebush-king-bed-and-spa-bath.png\",\"height\":667,\"width\":1000,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"imageSize\":\"full\",\"imageWidth\":100,\"imageWidthMobile\":100,\"imageWidthTablet\":100,\"paddingBtnTop\":10,\"paddingBtnBottom\":10,\"paddingBtnLeft\":14,\"paddingBtnRight\":14,\"imageWidthUnit\":\"%\",\"imageWidthUnitTablet\":\"%\",\"imageWidthUnitMobile\":\"%\",\"subHeadTopMargin\":0,\"subHeadRightMargin\":40,\"subHeadLeftMargin\":0,\"subHeadMarginTopTablet\":0,\"subHeadMarginRightTablet\":0,\"subHeadTabletSpace\":20,\"subHeadMarginLeftTablet\":0,\"imgTagHeight\":66,\"imgTagWidth\":1000,\"btnBorderTopWidth\":1,\"btnBorderLeftWidth\":1,\"btnBorderRightWidth\":1,\"btnBorderBottomWidth\":1,\"btnBorderTopLeftRadius\":0,\"btnBorderTopRightRadius\":0,\"btnBorderBottomLeftRadius\":0,\"btnBorderBottomRightRadius\":0,\"btnBorderStyle\":\"solid\",\"btnBorderColor\":\"#333\"} -->\n<div class=\"wp-block-uagb-info-box uagb-block-98a2e839 uagb-infobox__content-wrap  uagb-infobox-icon-above-title uagb-infobox-image-valign-top\"><div class=\"uagb-ifb-content\"><div class=\"uagb-ifb-image-content\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/bluebush-king-bed-and-spa-bath.png\" alt=\"\" width=\"100\" height=\"66\" loading=\"lazy\"/></div><div class=\"uagb-ifb-title-wrap\"><h3 class=\"uagb-ifb-title\">The Bluebush </h3></div><p class=\"uagb-ifb-desc\">A warm and comforting suite with a very homely feeling. Settle in and relax like you would at home. Relax with a perfect corner-shaped spa bath and open-plan&nbsp;living area.</p><div class=\"uagb-ifb-button-wrapper wp-block-button\"><a href=\"\" target=\"_self\" class=\"uagb-infobox-cta-link uagb-disable-link\" rel=\"noopener noreferrer\" alt=\"\"><span class=\"uagb-inline-editing\">READ MORE</span></a></div></div></div>\n<!-- /wp:uagb/info-box --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"e7b5b3d5\",\"widthDesktop\":50,\"bottomPaddingDesktop\":20,\"rightPaddingDesktop\":32,\"bottomPaddingTablet\":35,\"rightPaddingTablet\":15,\"bottomPaddingMobile\":65,\"paddingLink\":false,\"topMarginDesktop\":0,\"bottomMarginDesktop\":0,\"leftMarginDesktop\":5,\"rightMarginDesktop\":5,\"topMarginMobile\":0,\"bottomMarginMobile\":0,\"leftMarginMobile\":0,\"rightMarginMobile\":0,\"marginLink\":false,\"variationSelected\":true,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-e7b5b3d5\"><!-- wp:uagb/info-box {\"classMigrate\":true,\"headingAlign\":\"left\",\"headingColor\":\"\",\"subHeadingColor\":\"\",\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"source_type\":\"image\",\"block_id\":\"712af68d\",\"ctaIcon\":\"\",\"ctaType\":\"text\",\"ctaText\":\"READ MORE\",\"ctaLinkColor\":\"var(\\u002d\\u002dast-global-color-0)\",\"ctaDecoration\":\"underline\",\"ctaFontSize\":12,\"ctaFontWeight\":\"600\",\"ctaLetterSpacing\":2,\"ctaBorderColor\":\"\",\"ctaBorderStyle\":\"\",\"ctaBorderWidth\":\"\",\"ctaBorderRadius\":\"\",\"iconBottomMargin\":30,\"iconImage\":{\"uploading\":false,\"date\":1670938831000,\"filename\":\"blue-roan-guest-farm-11.jpg\",\"menuOrder\":0,\"uploadedTo\":761,\"type\":\"image\",\"subtype\":\"jpeg\",\"id\":879,\"title\":\"blue-roan-guest-farm (11)\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-11.jpg\",\"link\":\"https://blueroan.netgen.cloud/accommodation/blue-roan-guest-farm-11/\",\"alt\":\"\",\"author\":\"2\",\"description\":\"\",\"caption\":\"\",\"name\":\"blue-roan-guest-farm-11\",\"status\":\"inherit\",\"modified\":1670938831000,\"mime\":\"image/jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-includes/images/media/default.png\",\"dateFormatted\":\"December 13, 2022\",\"nonces\":{\"update\":\"294125e9db\",\"delete\":\"1a7a578cdb\",\"edit\":\"79b313e573\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=879\\u0026action=edit\",\"meta\":false,\"authorName\":\"Netgen Support\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/profile.php\",\"uploadedToTitle\":\"Accommodation\",\"uploadedToLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=761\\u0026action=edit\",\"filesizeInBytes\":175055,\"filesizeHumanReadable\":\"171 KB\",\"context\":\"\",\"height\":667,\"width\":1000,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-11-150x150.jpg\",\"orientation\":\"landscape\"},\"medium\":{\"height\":200,\"width\":300,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-11-300x200.jpg\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-11.jpg\",\"height\":667,\"width\":1000,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"imageSize\":\"full\",\"imageWidth\":100,\"imageWidthMobile\":100,\"imageWidthTablet\":100,\"paddingBtnTop\":10,\"paddingBtnBottom\":10,\"paddingBtnLeft\":14,\"paddingBtnRight\":14,\"imageWidthUnit\":\"%\",\"imageWidthUnitTablet\":\"%\",\"imageWidthUnitMobile\":\"%\",\"subHeadTopMargin\":0,\"subHeadRightMargin\":40,\"subHeadLeftMargin\":0,\"subHeadMarginTopTablet\":0,\"subHeadMarginRightTablet\":0,\"subHeadTabletSpace\":20,\"subHeadMarginLeftTablet\":0,\"imgTagHeight\":66,\"imgTagWidth\":1000,\"btnBorderTopWidth\":1,\"btnBorderLeftWidth\":1,\"btnBorderRightWidth\":1,\"btnBorderBottomWidth\":1,\"btnBorderTopLeftRadius\":0,\"btnBorderTopRightRadius\":0,\"btnBorderBottomLeftRadius\":0,\"btnBorderBottomRightRadius\":0,\"btnBorderStyle\":\"solid\",\"btnBorderColor\":\"#333\"} -->\n<div class=\"wp-block-uagb-info-box uagb-block-712af68d uagb-infobox__content-wrap  uagb-infobox-icon-above-title uagb-infobox-image-valign-top\"><div class=\"uagb-ifb-content\"><div class=\"uagb-ifb-image-content\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-11.jpg\" alt=\"\" width=\"100\" height=\"66\" loading=\"lazy\"/></div><div class=\"uagb-ifb-title-wrap\"><h3 class=\"uagb-ifb-title\">The Mexican Loft </h3></div><p class=\"uagb-ifb-desc\">This Mexican-inspired unit is full of bold colors and rustic furnishings. This design style has a multifarious feel, mixing rustic wood, authentic art, textiles, and a vivid palette of color</p><div class=\"uagb-ifb-button-wrapper wp-block-button\"><a href=\"\" target=\"_self\" class=\"uagb-infobox-cta-link uagb-disable-link\" rel=\"noopener noreferrer\" alt=\"\"><span class=\"uagb-inline-editing\">READ MORE</span></a></div></div></div>\n<!-- /wp:uagb/info-box --></div>\n<!-- /wp:uagb/container --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"8775f13b\",\"directionDesktop\":\"row\",\"justifyContentDesktop\":\"flex-start\",\"topMarginDesktop\":54,\"bottomMarginDesktop\":0,\"leftMarginDesktop\":0,\"rightMarginDesktop\":0,\"topMarginMobile\":0,\"bottomMarginMobile\":0,\"leftMarginMobile\":0,\"rightMarginMobile\":0,\"marginLink\":false,\"variationSelected\":true,\"rowGapMobile\":0,\"columnGapDesktop\":0} -->\n<div class=\"wp-block-uagb-container uagb-block-8775f13b\"><!-- wp:uagb/container {\"block_id\":\"8ab4588a\",\"widthDesktop\":50,\"bottomPaddingDesktop\":20,\"rightPaddingDesktop\":32,\"bottomPaddingTablet\":35,\"rightPaddingTablet\":15,\"bottomPaddingMobile\":65,\"paddingLink\":false,\"topMarginDesktop\":0,\"bottomMarginDesktop\":0,\"leftMarginDesktop\":5,\"rightMarginDesktop\":5,\"topMarginMobile\":0,\"bottomMarginMobile\":0,\"leftMarginMobile\":0,\"rightMarginMobile\":0,\"marginLink\":false,\"variationSelected\":true,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-8ab4588a\"><!-- wp:uagb/info-box {\"classMigrate\":true,\"headingAlign\":\"left\",\"headingColor\":\"\",\"subHeadingColor\":\"\",\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"source_type\":\"image\",\"block_id\":\"90d19f44\",\"ctaIcon\":\"\",\"ctaType\":\"text\",\"ctaText\":\"READ MORE\",\"ctaLinkColor\":\"var(\\u002d\\u002dast-global-color-0)\",\"ctaDecoration\":\"underline\",\"ctaFontSize\":12,\"ctaFontWeight\":\"600\",\"ctaLetterSpacing\":2,\"ctaBorderColor\":\"\",\"ctaBorderStyle\":\"\",\"ctaBorderWidth\":\"\",\"ctaBorderRadius\":\"\",\"iconBottomMargin\":30,\"iconImage\":{\"uploading\":false,\"date\":1670939381000,\"filename\":\"acacia-lounge.jpg\",\"menuOrder\":0,\"uploadedTo\":761,\"type\":\"image\",\"subtype\":\"jpeg\",\"id\":885,\"title\":\"acacia-lounge\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/acacia-lounge.jpg\",\"link\":\"https://blueroan.netgen.cloud/accommodation/acacia-lounge/\",\"alt\":\"\",\"author\":\"2\",\"description\":\"\",\"caption\":\"\",\"name\":\"acacia-lounge\",\"status\":\"inherit\",\"modified\":1670939381000,\"mime\":\"image/jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-includes/images/media/default.png\",\"dateFormatted\":\"December 13, 2022\",\"nonces\":{\"update\":\"17e284dc72\",\"delete\":\"0967fb8415\",\"edit\":\"99ac1eb1a8\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=885\\u0026action=edit\",\"meta\":false,\"authorName\":\"Netgen Support\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/profile.php\",\"uploadedToTitle\":\"Accommodation\",\"uploadedToLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=761\\u0026action=edit\",\"filesizeInBytes\":37270,\"filesizeHumanReadable\":\"36 KB\",\"context\":\"\",\"height\":400,\"width\":600,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/acacia-lounge-150x150.jpg\",\"orientation\":\"landscape\"},\"medium\":{\"height\":200,\"width\":300,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/acacia-lounge-300x200.jpg\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/acacia-lounge.jpg\",\"height\":400,\"width\":600,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"imageSize\":\"full\",\"imageWidth\":100,\"imageWidthMobile\":100,\"imageWidthTablet\":100,\"paddingBtnTop\":10,\"paddingBtnBottom\":10,\"paddingBtnLeft\":14,\"paddingBtnRight\":14,\"imageWidthUnit\":\"%\",\"imageWidthUnitTablet\":\"%\",\"imageWidthUnitMobile\":\"%\",\"subHeadTopMargin\":0,\"subHeadRightMargin\":40,\"subHeadLeftMargin\":0,\"subHeadMarginTopTablet\":0,\"subHeadMarginRightTablet\":0,\"subHeadTabletSpace\":20,\"subHeadMarginLeftTablet\":0,\"imgTagHeight\":66,\"imgTagWidth\":600,\"btnBorderTopWidth\":1,\"btnBorderLeftWidth\":1,\"btnBorderRightWidth\":1,\"btnBorderBottomWidth\":1,\"btnBorderTopLeftRadius\":0,\"btnBorderTopRightRadius\":0,\"btnBorderBottomLeftRadius\":0,\"btnBorderBottomRightRadius\":0,\"btnBorderStyle\":\"solid\",\"btnBorderColor\":\"#333\"} -->\n<div class=\"wp-block-uagb-info-box uagb-block-90d19f44 uagb-infobox__content-wrap  uagb-infobox-icon-above-title uagb-infobox-image-valign-top\"><div class=\"uagb-ifb-content\"><div class=\"uagb-ifb-image-content\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/acacia-lounge.jpg\" alt=\"\" width=\"100\" height=\"66\" loading=\"lazy\"/></div><div class=\"uagb-ifb-title-wrap\"><h3 class=\"uagb-ifb-title\">The Acacia </h3></div><p class=\"uagb-ifb-desc\">The largest unit we have named after the Acacia tree. This suite is rugged and rustic and has a spacious open plan living area opening onto a covered patio with a brick braai area. </p><div class=\"uagb-ifb-button-wrapper wp-block-button\"><a href=\"\" target=\"_self\" class=\"uagb-infobox-cta-link uagb-disable-link\" rel=\"noopener noreferrer\" alt=\"\"><span class=\"uagb-inline-editing\">READ MORE</span></a></div></div></div>\n<!-- /wp:uagb/info-box --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"fe0296bc\",\"widthDesktop\":50,\"bottomPaddingDesktop\":20,\"rightPaddingDesktop\":32,\"bottomPaddingTablet\":35,\"rightPaddingTablet\":15,\"paddingLink\":false,\"topMarginDesktop\":0,\"bottomMarginDesktop\":0,\"leftMarginDesktop\":5,\"rightMarginDesktop\":5,\"topMarginMobile\":0,\"bottomMarginMobile\":0,\"leftMarginMobile\":0,\"rightMarginMobile\":0,\"marginLink\":false,\"variationSelected\":true,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-fe0296bc\"><!-- wp:uagb/info-box {\"classMigrate\":true,\"headingAlign\":\"left\",\"headingColor\":\"\",\"subHeadingColor\":\"\",\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"source_type\":\"image\",\"block_id\":\"5896d39d\",\"ctaIcon\":\"\",\"ctaType\":\"text\",\"ctaText\":\"READ MORE\",\"ctaLinkColor\":\"var(\\u002d\\u002dast-global-color-0)\",\"ctaDecoration\":\"underline\",\"ctaFontSize\":12,\"ctaFontWeight\":\"600\",\"ctaLetterSpacing\":2,\"ctaBorderColor\":\"\",\"ctaBorderStyle\":\"\",\"ctaBorderWidth\":\"\",\"ctaBorderRadius\":\"\",\"iconBottomMargin\":30,\"iconImage\":{\"id\":290,\"title\":\"room-6\",\"filename\":\"room-6.jpg\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/room-6.jpg\",\"link\":\"https://blueroan.netgen.cloud/room-6/\",\"alt\":\"\",\"author\":\"34\",\"description\":\"\",\"caption\":\"\",\"name\":\"room-6\",\"status\":\"inherit\",\"uploadedTo\":0,\"date\":\"2021-05-11T12:42:24.000Z\",\"modified\":\"2021-05-11T12:42:24.000Z\",\"menuOrder\":0,\"mime\":\"image/jpeg\",\"type\":\"image\",\"subtype\":\"jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/default.png\",\"dateFormatted\":\"May 11, 2021\",\"nonces\":{\"update\":\"ca0f21bc6b\",\"delete\":\"aeb89ca3d4\",\"edit\":\"4be159def3\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=290\\u0026action=edit\",\"meta\":false,\"authorName\":\"Rishabh\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/user-edit.php?user_id=34\",\"filesizeInBytes\":50081,\"filesizeHumanReadable\":\"49 KB\",\"context\":\"\",\"height\":400,\"width\":600,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/room-6-150x150.jpg\",\"orientation\":\"landscape\"},\"medium\":{\"height\":200,\"width\":300,\"url\":\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/room-6-300x200.jpg\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/room-6.jpg\",\"height\":400,\"width\":600,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"imageSize\":\"full\",\"imageWidth\":100,\"imageWidthMobile\":100,\"imageWidthTablet\":100,\"paddingBtnTop\":10,\"paddingBtnBottom\":10,\"paddingBtnLeft\":14,\"paddingBtnRight\":14,\"imageWidthUnit\":\"%\",\"imageWidthUnitTablet\":\"%\",\"imageWidthUnitMobile\":\"%\",\"subHeadTopMargin\":0,\"subHeadRightMargin\":40,\"subHeadLeftMargin\":0,\"subHeadMarginTopTablet\":0,\"subHeadMarginRightTablet\":0,\"subHeadTabletSpace\":20,\"subHeadMarginLeftTablet\":0,\"imgTagHeight\":66,\"imgTagWidth\":600,\"btnBorderTopWidth\":1,\"btnBorderLeftWidth\":1,\"btnBorderRightWidth\":1,\"btnBorderBottomWidth\":1,\"btnBorderTopLeftRadius\":0,\"btnBorderTopRightRadius\":0,\"btnBorderBottomLeftRadius\":0,\"btnBorderBottomRightRadius\":0,\"btnBorderStyle\":\"solid\",\"btnBorderColor\":\"#333\"} -->\n<div class=\"wp-block-uagb-info-box uagb-block-5896d39d uagb-infobox__content-wrap  uagb-infobox-icon-above-title uagb-infobox-image-valign-top\"><div class=\"uagb-ifb-content\"><div class=\"uagb-ifb-image-content\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/room-6.jpg\" alt=\"\" width=\"100\" height=\"66\" loading=\"lazy\"/></div><div class=\"uagb-ifb-title-wrap\"><h3 class=\"uagb-ifb-title\">The Greek Villa </h3></div><p class=\"uagb-ifb-desc\">Designed like a Greek villa this Mediterranean style reflects a relaxed atmosphere with its dominant white walls and blue ceilings with lovely rustic furnishings</p><div class=\"uagb-ifb-button-wrapper wp-block-button\"><a href=\"\" target=\"_self\" class=\"uagb-infobox-cta-link uagb-disable-link\" rel=\"noopener noreferrer\" alt=\"\"><span class=\"uagb-inline-editing\">READ MORE</span></a></div></div></div>\n<!-- /wp:uagb/info-box --></div>\n<!-- /wp:uagb/container --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"d5867eab\",\"directionDesktop\":\"row\",\"justifyContentDesktop\":\"flex-start\",\"topMarginDesktop\":54,\"bottomMarginDesktop\":0,\"leftMarginDesktop\":0,\"rightMarginDesktop\":0,\"topMarginMobile\":0,\"bottomMarginMobile\":0,\"leftMarginMobile\":0,\"rightMarginMobile\":0,\"marginLink\":false,\"variationSelected\":true,\"rowGapMobile\":0,\"columnGapDesktop\":0} -->\n<div class=\"wp-block-uagb-container uagb-block-d5867eab\"><!-- wp:uagb/container {\"block_id\":\"4dad3904\",\"widthDesktop\":50,\"bottomPaddingDesktop\":20,\"rightPaddingDesktop\":32,\"bottomPaddingTablet\":35,\"rightPaddingTablet\":15,\"bottomPaddingMobile\":65,\"paddingLink\":false,\"topMarginDesktop\":0,\"bottomMarginDesktop\":0,\"leftMarginDesktop\":5,\"rightMarginDesktop\":5,\"topMarginMobile\":0,\"bottomMarginMobile\":0,\"leftMarginMobile\":0,\"rightMarginMobile\":0,\"marginLink\":false,\"variationSelected\":true,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-4dad3904\"><!-- wp:uagb/info-box {\"classMigrate\":true,\"headingAlign\":\"left\",\"headingColor\":\"\",\"subHeadingColor\":\"\",\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"source_type\":\"image\",\"block_id\":\"3edaa468\",\"ctaIcon\":\"\",\"ctaType\":\"text\",\"ctaText\":\"READ MORE\",\"ctaLinkColor\":\"var(\\u002d\\u002dast-global-color-0)\",\"ctaDecoration\":\"underline\",\"ctaFontSize\":12,\"ctaFontWeight\":\"600\",\"ctaLetterSpacing\":2,\"ctaBorderColor\":\"\",\"ctaBorderStyle\":\"\",\"ctaBorderWidth\":\"\",\"ctaBorderRadius\":\"\",\"iconBottomMargin\":30,\"iconImage\":{\"uploading\":false,\"date\":1670943128000,\"filename\":\"AAEAAQAAAAAAAAAAAAAAJDkwZDA0NDg0LWIwNTctNGVlNy05Y2NjLWNjNDllODBmZTI3OA.png\",\"menuOrder\":0,\"uploadedTo\":761,\"type\":\"image\",\"subtype\":\"png\",\"id\":896,\"title\":\"AAEAAQAAAAAAAAAAAAAAJDkwZDA0NDg0LWIwNTctNGVlNy05Y2NjLWNjNDllODBmZTI3OA\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAAJDkwZDA0NDg0LWIwNTctNGVlNy05Y2NjLWNjNDllODBmZTI3OA.png\",\"link\":\"https://blueroan.netgen.cloud/accommodation/aaeaaqaaaaaaaaaaaaaajdkwzda0ndg0lwiwntctngvlny05y2njlwnjndllodbmzti3oa/\",\"alt\":\"Honeymoon suite bedroom \",\"author\":\"2\",\"description\":\"\",\"caption\":\"\",\"name\":\"aaeaaqaaaaaaaaaaaaaajdkwzda0ndg0lwiwntctngvlny05y2njlwnjndllodbmzti3oa\",\"status\":\"inherit\",\"modified\":1670943128000,\"mime\":\"image/png\",\"icon\":\"https://blueroan.netgen.cloud/wp-includes/images/media/default.png\",\"dateFormatted\":\"December 13, 2022\",\"nonces\":{\"update\":\"ef5e68588c\",\"delete\":\"c4dba1213a\",\"edit\":\"aea99f65e2\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=896\\u0026action=edit\",\"meta\":false,\"authorName\":\"Netgen Support\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/profile.php\",\"uploadedToTitle\":\"Accommodation\",\"uploadedToLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=761\\u0026action=edit\",\"filesizeInBytes\":1088370,\"filesizeHumanReadable\":\"1 MB\",\"context\":\"\",\"height\":861,\"width\":1300,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAAJDkwZDA0NDg0LWIwNTctNGVlNy05Y2NjLWNjNDllODBmZTI3OA-150x150.png\",\"orientation\":\"landscape\"},\"medium\":{\"height\":199,\"width\":300,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAAJDkwZDA0NDg0LWIwNTctNGVlNy05Y2NjLWNjNDllODBmZTI3OA-300x199.png\",\"orientation\":\"landscape\"},\"large\":{\"height\":678,\"width\":1024,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAAJDkwZDA0NDg0LWIwNTctNGVlNy05Y2NjLWNjNDllODBmZTI3OA-1024x678.png\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAAJDkwZDA0NDg0LWIwNTctNGVlNy05Y2NjLWNjNDllODBmZTI3OA.png\",\"height\":861,\"width\":1300,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"imageSize\":\"full\",\"imageWidth\":100,\"imageWidthMobile\":100,\"imageWidthTablet\":100,\"paddingBtnTop\":10,\"paddingBtnBottom\":10,\"paddingBtnLeft\":14,\"paddingBtnRight\":14,\"imageWidthUnit\":\"%\",\"imageWidthUnitTablet\":\"%\",\"imageWidthUnitMobile\":\"%\",\"subHeadTopMargin\":0,\"subHeadRightMargin\":40,\"subHeadLeftMargin\":0,\"subHeadMarginTopTablet\":0,\"subHeadMarginRightTablet\":0,\"subHeadTabletSpace\":20,\"subHeadMarginLeftTablet\":0,\"imgTagHeight\":66,\"imgTagWidth\":1300,\"btnBorderTopWidth\":1,\"btnBorderLeftWidth\":1,\"btnBorderRightWidth\":1,\"btnBorderBottomWidth\":1,\"btnBorderTopLeftRadius\":0,\"btnBorderTopRightRadius\":0,\"btnBorderBottomLeftRadius\":0,\"btnBorderBottomRightRadius\":0,\"btnBorderStyle\":\"solid\",\"btnBorderColor\":\"#333\"} -->\n<div class=\"wp-block-uagb-info-box uagb-block-3edaa468 uagb-infobox__content-wrap  uagb-infobox-icon-above-title uagb-infobox-image-valign-top\"><div class=\"uagb-ifb-content\"><div class=\"uagb-ifb-image-content\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAAJDkwZDA0NDg0LWIwNTctNGVlNy05Y2NjLWNjNDllODBmZTI3OA.png\" alt=\"Honeymoon suite bedroom \" width=\"100\" height=\"66\" loading=\"lazy\"/></div><div class=\"uagb-ifb-title-wrap\"><h3 class=\"uagb-ifb-title\">The Honeymoon suite</h3></div><p class=\"uagb-ifb-desc\">This&nbsp;<a href=\"https://www.collinsdictionary.com/dictionary/english/suite\">suite</a>&nbsp;is perfect for couples - This is an open-plan unit attached to the side of the main house, completely private with its own entrance, own garden, and carport.&nbsp;</p><div class=\"uagb-ifb-button-wrapper wp-block-button\"><a href=\"\" target=\"_self\" class=\"uagb-infobox-cta-link uagb-disable-link\" rel=\"noopener noreferrer\" alt=\"\"><span class=\"uagb-inline-editing\">READ MORE</span></a></div></div></div>\n<!-- /wp:uagb/info-box --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"5e7e0923\",\"widthDesktop\":50,\"bottomPaddingDesktop\":20,\"rightPaddingDesktop\":32,\"bottomPaddingTablet\":35,\"rightPaddingTablet\":15,\"paddingLink\":false,\"topMarginDesktop\":0,\"bottomMarginDesktop\":0,\"leftMarginDesktop\":5,\"rightMarginDesktop\":5,\"topMarginMobile\":0,\"bottomMarginMobile\":0,\"leftMarginMobile\":0,\"rightMarginMobile\":0,\"marginLink\":false,\"variationSelected\":true,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-5e7e0923\"></div>\n<!-- /wp:uagb/container --></div>\n<!-- /wp:uagb/container --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"18162771\",\"innerContentCustomWidthDesktop\":781,\"innerContentCustomWidthTablet\":781,\"backgroundType\":\"image\",\"backgroundImageDesktop\":{\"uploading\":false,\"date\":1670943271000,\"filename\":\"AAEAAQAAAAAAAAAAAAAA39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba.png\",\"menuOrder\":0,\"uploadedTo\":761,\"type\":\"image\",\"subtype\":\"png\",\"id\":899,\"title\":\"AAEAAQAAAAAAAAAAAAAA39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAA39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba.png\",\"link\":\"https://blueroan.netgen.cloud/accommodation/aaeaaqaaaaaaaaaaaaaa39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba/\",\"alt\":\"\",\"author\":\"2\",\"description\":\"\",\"caption\":\"\",\"name\":\"aaeaaqaaaaaaaaaaaaaa39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba\",\"status\":\"inherit\",\"modified\":1670943271000,\"mime\":\"image/png\",\"icon\":\"https://blueroan.netgen.cloud/wp-includes/images/media/default.png\",\"dateFormatted\":\"December 13, 2022\",\"nonces\":{\"update\":\"45b2b6c69b\",\"delete\":\"75d81c42ab\",\"edit\":\"88fae030a9\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=899\\u0026action=edit\",\"meta\":false,\"authorName\":\"Netgen Support\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/profile.php\",\"uploadedToTitle\":\"Accommodation\",\"uploadedToLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=761\\u0026action=edit\",\"filesizeInBytes\":2338048,\"filesizeHumanReadable\":\"2 MB\",\"context\":\"\",\"height\":900,\"width\":1200,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAA39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba-150x150.png\",\"orientation\":\"landscape\"},\"medium\":{\"height\":225,\"width\":300,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAA39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba-300x225.png\",\"orientation\":\"landscape\"},\"large\":{\"height\":768,\"width\":1024,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAA39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba-1024x768.png\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAA39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba.png\",\"height\":900,\"width\":1200,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"backgroundImageColor\":\"rgba(42,42,42,0.65)\",\"topPaddingDesktop\":144,\"bottomPaddingDesktop\":144,\"leftPaddingDesktop\":40,\"rightPaddingDesktop\":40,\"topPaddingTablet\":80,\"bottomPaddingTablet\":80,\"leftPaddingTablet\":40,\"rightPaddingTablet\":40,\"topPaddingMobile\":64,\"bottomPaddingMobile\":64,\"leftPaddingMobile\":24,\"rightPaddingMobile\":24,\"paddingLink\":false,\"variationSelected\":true,\"isBlockRootParent\":true,\"overlayType\":\"color\"} -->\n<div class=\"wp-block-uagb-container uagb-block-18162771 alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/advanced-heading {\"block_id\":\"ca192ce9\",\"classMigrate\":true,\"headingDescToggle\":true,\"headingAlign\":\"center\",\"headingColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"subHeadingColor\":\"var(\\u002d\\u002dast-global-color-4)\",\"headSpace\":20} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-ca192ce9\"><h2 class=\"uagb-heading-text\">Plan an Unforgettable Experience at<br>Blue Roan!</h2><p class=\"uagb-desc-text\">We can help you fit your stay and experience within your allotted budget.</p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/advanced-heading {\"block_id\":\"a24ad352\",\"classMigrate\":true,\"headingTitleToggle\":false,\"headingDescToggle\":true,\"headingAlign\":\"center\",\"subHeadingColor\":\"var(\\u002d\\u002dast-global-color-4)\",\"subHeadTransform\":\"uppercase\",\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"subHeadLetterSpacing\":2,\"blockTopPadding\":60,\"blockRightPadding\":0,\"blockLeftPadding\":0,\"blockBottomPadding\":0,\"blockTopPaddingMobile\":30,\"blockRightPaddingMobile\":0,\"blockLeftPaddingMobile\":0,\"blockBottomPaddingMobile\":0} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-a24ad352\"><p class=\"uagb-desc-text\">BOOK YOUR STAY NOW​</p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/icon-list {\"block_id\":\"fbd53688\",\"classMigrate\":true,\"childMigrate\":true,\"align\":\"center\",\"parentIcon\":\"phone\",\"size\":40,\"sizeMobile\":24,\"sizeTablet\":32,\"fontSize\":48,\"fontSizeMobile\":28,\"fontSizeTablet\":40,\"fontWeight\":\"600\",\"iconColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"labelColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"blockTopPadding\":0,\"blockRightPadding\":0,\"blockLeftPadding\":0,\"blockBottomPadding\":24,\"blockPaddingLink\":false} -->\n<div class=\"wp-block-uagb-icon-list uagb-block-fbd53688\"><div class=\"uagb-icon-list__wrap\"><!-- wp:uagb/icon-list-child {\"block_id\":\"dd901555\",\"label\":\" + 27 (0) 82 575 5409\",\"label_color\":\"\",\"link\":\"tel:+27825755409\",\"disableLink\":true,\"fromParentIcon\":\"phone\",\"imageSizeChild\":40} -->\n<div class=\"wp-block-uagb-icon-list-child uagb-block-dd901555\"><a target=\"_self\" aria-label=\" + 27 (0) 82 575 5409\" rel=\"noopener noreferrer\" href=\"tel:+27825755409\"> </a><span class=\"uagb-icon-list__source-wrap\"><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M511.2 387l-23.25 100.8c-3.266 14.25-15.79 24.22-30.46 24.22C205.2 512 0 306.8 0 54.5c0-14.66 9.969-27.2 24.22-30.45l100.8-23.25C139.7-2.602 154.7 5.018 160.8 18.92l46.52 108.5c5.438 12.78 1.77 27.67-8.98 36.45L144.5 207.1c33.98 69.22 90.26 125.5 159.5 159.5l44.08-53.8c8.688-10.78 23.69-14.51 36.47-8.975l108.5 46.51C506.1 357.2 514.6 372.4 511.2 387z\"></path></svg></span><span class=\"uagb-icon-list__label\"> + 27 (0) 82 575 5409</span></div>\n<!-- /wp:uagb/icon-list-child -->\n\n<!-- wp:uagb/icon-list-child {\"block_id\":\"41ac4ff1\",\"label\":\"blueroan@ugo.co.za\",\"icon\":\"envelope\",\"label_color\":\"\",\"link\":\"mailto:blueroan@ugo.co.za\",\"disableLink\":true,\"fromParentIcon\":\"phone\",\"imageSizeChild\":40} -->\n<div class=\"wp-block-uagb-icon-list-child uagb-block-41ac4ff1\"><a target=\"_self\" aria-label=\"blueroan@ugo.co.za\" rel=\"noopener noreferrer\" href=\"mailto:blueroan@ugo.co.za\"> </a><span class=\"uagb-icon-list__source-wrap\"><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M464 64C490.5 64 512 85.49 512 112C512 127.1 504.9 141.3 492.8 150.4L275.2 313.6C263.8 322.1 248.2 322.1 236.8 313.6L19.2 150.4C7.113 141.3 0 127.1 0 112C0 85.49 21.49 64 48 64H464zM217.6 339.2C240.4 356.3 271.6 356.3 294.4 339.2L512 176V384C512 419.3 483.3 448 448 448H64C28.65 448 0 419.3 0 384V176L217.6 339.2z\"></path></svg></span><span class=\"uagb-icon-list__label\">blueroan@ugo.co.za</span></div>\n<!-- /wp:uagb/icon-list-child --></div></div>\n<!-- /wp:uagb/icon-list --></div></div>\n<!-- /wp:uagb/container -->',	'Accommodation',	'',	'inherit',	'closed',	'closed',	'',	'761-revision-v1',	'',	'',	'2022-12-14 10:20:41',	'2022-12-14 10:20:41',	'',	761,	'https://blueroan.netgen.cloud/?p=976',	0,	'revision',	'',	0),
(978,	2,	'2022-12-14 10:21:51',	'2022-12-14 10:21:51',	'<!-- wp:uagb/container {\"block_id\":\"e6f3f1c7\",\"backgroundType\":\"image\",\"backgroundImageDesktop\":{\"id\":797,\"title\":\"blue-roan-guest-farm (13)\",\"filename\":\"blue-roan-guest-farm-13.jpg\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-13.jpg\",\"link\":\"https://blueroan.netgen.cloud/home/blue-roan-guest-farm-13/\",\"alt\":\"\",\"author\":\"2\",\"description\":\"\",\"caption\":\"\",\"name\":\"blue-roan-guest-farm-13\",\"status\":\"inherit\",\"uploadedTo\":760,\"date\":\"2022-12-13T09:37:10.000Z\",\"modified\":\"2022-12-13T09:37:10.000Z\",\"menuOrder\":0,\"mime\":\"image/jpeg\",\"type\":\"image\",\"subtype\":\"jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-includes/images/media/default.png\",\"dateFormatted\":\"December 13, 2022\",\"nonces\":{\"update\":\"88c7dafe15\",\"delete\":\"0e63c986af\",\"edit\":\"ba0aad2d7f\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=797\\u0026action=edit\",\"meta\":false,\"authorName\":\"Netgen Support\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/profile.php\",\"uploadedToTitle\":\"Home\",\"uploadedToLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=760\\u0026action=edit\",\"filesizeInBytes\":201183,\"filesizeHumanReadable\":\"196 KB\",\"context\":\"\",\"height\":667,\"width\":1000,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-13-150x150.jpg\",\"orientation\":\"landscape\"},\"medium\":{\"height\":200,\"width\":300,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-13-300x200.jpg\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-13.jpg\",\"height\":667,\"width\":1000,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"backgroundPositionDesktop\":{\"x\":0.62,\"y\":0.78},\"backgroundSizeTablet\":\"cover\",\"backgroundSizeMobile\":\"cover\",\"backgroundColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"backgroundImageColor\":\"rgba(42,42,42,0.5)\",\"topPaddingDesktop\":220,\"bottomPaddingDesktop\":150,\"topPaddingTablet\":170,\"bottomPaddingTablet\":160,\"leftPaddingTablet\":30,\"rightPaddingTablet\":30,\"topPaddingMobile\":180,\"bottomPaddingMobile\":80,\"leftPaddingMobile\":20,\"rightPaddingMobile\":20,\"paddingLink\":false,\"variationSelected\":true,\"isBlockRootParent\":true,\"overlayType\":\"color\"} -->\n<div class=\"wp-block-uagb-container uagb-block-e6f3f1c7 alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/advanced-heading {\"block_id\":\"69eaf062\",\"classMigrate\":true,\"headingDescToggle\":true,\"headingColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"subHeadingColor\":\"var(\\u002d\\u002dast-global-color-4)\",\"headingTag\":\"h1\",\"headSpace\":20,\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"blockTopPadding\":0,\"blockRightPadding\":50,\"blockLeftPadding\":0,\"blockBottomPadding\":0,\"blockTopPaddingTablet\":0,\"blockRightPaddingTablet\":20,\"blockLeftPaddingTablet\":0,\"blockBottomPaddingTablet\":0,\"blockTopPaddingMobile\":0,\"blockRightPaddingMobile\":0,\"blockLeftPaddingMobile\":0,\"blockBottomPaddingMobile\":0,\"blockPaddingUnit\":\"%\",\"blockPaddingUnitTablet\":\"%\"} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-69eaf062\"><h1 class=\"uagb-heading-text\">Rooms &amp; Accommodation​</h1><p class=\"uagb-desc-text\">If you are looking for a home away from home, even a place your dog can come along then take a closer look into the rooms we offer and pick the one for you.</p></div>\n<!-- /wp:uagb/advanced-heading --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"124ce5dc\",\"backgroundType\":\"color\",\"backgroundSizeTablet\":\"cover\",\"backgroundSizeMobile\":\"cover\",\"backgroundColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"topPaddingDesktop\":120,\"bottomPaddingDesktop\":120,\"topPaddingTablet\":80,\"bottomPaddingTablet\":80,\"leftPaddingTablet\":30,\"rightPaddingTablet\":30,\"topPaddingMobile\":80,\"bottomPaddingMobile\":80,\"leftPaddingMobile\":20,\"rightPaddingMobile\":20,\"paddingLink\":false,\"variationSelected\":true,\"rowGapDesktop\":0,\"isBlockRootParent\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-124ce5dc alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/container {\"block_id\":\"211906af\",\"directionDesktop\":\"row\",\"alignItemsDesktop\":\"flex-end\",\"alignItemsTablet\":\"flex-end\",\"justifyContentDesktop\":\"flex-end\",\"justifyContentTablet\":\"space-between\",\"variationSelected\":true,\"rowGapMobile\":20,\"columnGapDesktop\":0} -->\n<div class=\"wp-block-uagb-container uagb-block-211906af\"><!-- wp:uagb/advanced-heading {\"block_id\":\"252764f5\",\"classMigrate\":true,\"headingDescToggle\":true,\"subHeadingColor\":\"\",\"headSpace\":20,\"subHeadFontSize\":16} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-252764f5\"><h2 class=\"uagb-heading-text\">Come &amp; Stay With Us​</h2><p class=\"uagb-desc-text\">There are 7 excellent brick self-catering units available, each private and with a distinctive personality and theme. They are particularly made for pet-free or pet-owning couples looking for a romantic and serene setting to reconnect, celebrate special occasions, or simply unwind on a holiday.<br><br>We are pet-friendly by arrangement as each unit is separately fenced with its own grassy garden with a garden gate leading to the generous park area where pets can socialize. &nbsp;We also have lovely safe off-leash walking trails on our property and beyond. &nbsp;Our units are very luxurious with everything you would need and very homely and charming. Regrettably no children or group bookings.  </p></div>\n<!-- /wp:uagb/advanced-heading --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"12fba9ac\",\"directionDesktop\":\"row\",\"alignItemsTablet\":\"flex-start\",\"justifyContentDesktop\":\"flex-start\",\"topMarginDesktop\":54,\"bottomMarginDesktop\":0,\"leftMarginDesktop\":0,\"rightMarginDesktop\":0,\"marginLink\":false,\"variationSelected\":true,\"rowGapMobile\":0,\"columnGapDesktop\":0} -->\n<div class=\"wp-block-uagb-container uagb-block-12fba9ac\"><!-- wp:uagb/container {\"block_id\":\"e21b90f1\",\"widthDesktop\":50,\"bottomPaddingDesktop\":20,\"rightPaddingDesktop\":32,\"bottomPaddingTablet\":35,\"rightPaddingTablet\":15,\"bottomPaddingMobile\":65,\"paddingLink\":false,\"topMarginDesktop\":0,\"bottomMarginDesktop\":0,\"leftMarginDesktop\":5,\"rightMarginDesktop\":5,\"topMarginMobile\":0,\"bottomMarginMobile\":0,\"leftMarginMobile\":0,\"rightMarginMobile\":0,\"marginLink\":false,\"variationSelected\":true,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-e21b90f1\"><!-- wp:uagb/info-box {\"classMigrate\":true,\"headingAlign\":\"left\",\"headingColor\":\"\",\"subHeadingColor\":\"\",\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"source_type\":\"image\",\"block_id\":\"b349fb95\",\"ctaIcon\":\"\",\"ctaType\":\"text\",\"ctaText\":\"\\u003ca href=\\u0022/the-barn/\\u0022 data-type=\\u0022URL\\u0022 data-id=\\u0022/the-barn/\\u0022\\u003eREAD MORE\\u003c/a\\u003e\",\"ctaLinkColor\":\"var(\\u002d\\u002dast-global-color-0)\",\"ctaDecoration\":\"underline\",\"ctaFontSize\":12,\"ctaFontWeight\":\"600\",\"ctaLetterSpacing\":2,\"ctaBorderColor\":\"\",\"ctaBorderStyle\":\"\",\"ctaBorderWidth\":\"\",\"ctaBorderRadius\":\"\",\"iconBottomMargin\":30,\"iconImage\":{\"uploading\":false,\"date\":1670936674000,\"filename\":\"blue-roan-guest-farm-10.jpg\",\"menuOrder\":0,\"uploadedTo\":761,\"type\":\"image\",\"subtype\":\"jpeg\",\"id\":863,\"title\":\"blue-roan-guest-farm (10)\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-10.jpg\",\"link\":\"https://blueroan.netgen.cloud/accommodation/blue-roan-guest-farm-10/\",\"alt\":\"\",\"author\":\"2\",\"description\":\"\",\"caption\":\"\",\"name\":\"blue-roan-guest-farm-10\",\"status\":\"inherit\",\"modified\":1670936674000,\"mime\":\"image/jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-includes/images/media/default.png\",\"dateFormatted\":\"December 13, 2022\",\"nonces\":{\"update\":\"1a7491aa65\",\"delete\":\"dc6afaa89c\",\"edit\":\"7635ee35fb\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=863\\u0026action=edit\",\"meta\":false,\"authorName\":\"Netgen Support\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/profile.php\",\"uploadedToTitle\":\"Accommodation\",\"uploadedToLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=761\\u0026action=edit\",\"filesizeInBytes\":149768,\"filesizeHumanReadable\":\"146 KB\",\"context\":\"\",\"height\":667,\"width\":1000,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-10-150x150.jpg\",\"orientation\":\"landscape\"},\"medium\":{\"height\":200,\"width\":300,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-10-300x200.jpg\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-10.jpg\",\"height\":667,\"width\":1000,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"imageSize\":\"full\",\"imageWidth\":100,\"imageWidthMobile\":100,\"imageWidthTablet\":100,\"paddingBtnTop\":10,\"paddingBtnBottom\":10,\"paddingBtnLeft\":14,\"paddingBtnRight\":14,\"imageWidthUnit\":\"%\",\"imageWidthUnitTablet\":\"%\",\"imageWidthUnitMobile\":\"%\",\"subHeadTopMargin\":0,\"subHeadRightMargin\":40,\"subHeadLeftMargin\":0,\"subHeadMarginTopTablet\":0,\"subHeadMarginRightTablet\":0,\"subHeadTabletSpace\":20,\"subHeadMarginLeftTablet\":0,\"imgTagHeight\":66,\"imgTagWidth\":1000,\"btnBorderTopWidth\":1,\"btnBorderLeftWidth\":1,\"btnBorderRightWidth\":1,\"btnBorderBottomWidth\":1,\"btnBorderTopLeftRadius\":0,\"btnBorderTopRightRadius\":0,\"btnBorderBottomLeftRadius\":0,\"btnBorderBottomRightRadius\":0,\"btnBorderStyle\":\"solid\",\"btnBorderColor\":\"#333\"} -->\n<div class=\"wp-block-uagb-info-box uagb-block-b349fb95 uagb-infobox__content-wrap  uagb-infobox-icon-above-title uagb-infobox-image-valign-top\"><div class=\"uagb-ifb-content\"><div class=\"uagb-ifb-image-content\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-10.jpg\" alt=\"\" width=\"100\" height=\"66\" loading=\"lazy\"/></div><div class=\"uagb-ifb-title-wrap\"><h3 class=\"uagb-ifb-title\">The Barn </h3></div><p class=\"uagb-ifb-desc\">Rustic beams and exposed wood are all hallmarks of our barn-style suite. This is an open-plan unit with lots of windows with a raised king bed on a platform that faces the TV and the mountains.</p><div class=\"uagb-ifb-button-wrapper wp-block-button\"><a href=\"\" target=\"_self\" class=\"uagb-infobox-cta-link uagb-disable-link\" rel=\"noopener noreferrer\" alt=\"\"><span class=\"uagb-inline-editing\">READ MORE</span></a></div></div></div>\n<!-- /wp:uagb/info-box --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"44a90200\",\"widthDesktop\":50,\"bottomPaddingDesktop\":20,\"rightPaddingDesktop\":32,\"bottomPaddingTablet\":35,\"rightPaddingTablet\":15,\"bottomPaddingMobile\":65,\"paddingLink\":false,\"topMarginDesktop\":0,\"bottomMarginDesktop\":0,\"leftMarginDesktop\":5,\"rightMarginDesktop\":5,\"topMarginMobile\":0,\"bottomMarginMobile\":0,\"leftMarginMobile\":0,\"rightMarginMobile\":0,\"marginLink\":false,\"variationSelected\":true,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-44a90200\"><!-- wp:uagb/info-box {\"classMigrate\":true,\"headingAlign\":\"left\",\"headingColor\":\"\",\"subHeadingColor\":\"\",\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"source_type\":\"image\",\"block_id\":\"a2d400af\",\"ctaIcon\":\"\",\"ctaType\":\"text\",\"ctaText\":\"READ MORE\",\"ctaLinkColor\":\"var(\\u002d\\u002dast-global-color-0)\",\"ctaDecoration\":\"underline\",\"ctaFontSize\":12,\"ctaFontWeight\":\"600\",\"ctaLetterSpacing\":2,\"ctaBorderColor\":\"\",\"ctaBorderStyle\":\"\",\"ctaBorderWidth\":\"\",\"ctaBorderRadius\":\"\",\"iconBottomMargin\":30,\"iconImage\":{\"uploading\":false,\"date\":1670936842000,\"filename\":\"tuscan-suite-raised-bed-and-settee.jpg\",\"menuOrder\":0,\"uploadedTo\":761,\"type\":\"image\",\"subtype\":\"jpeg\",\"id\":864,\"title\":\"tuscan-suite-raised-bed-and-settee\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/tuscan-suite-raised-bed-and-settee.jpg\",\"link\":\"https://blueroan.netgen.cloud/accommodation/tuscan-suite-raised-bed-and-settee/\",\"alt\":\"\",\"author\":\"2\",\"description\":\"\",\"caption\":\"\",\"name\":\"tuscan-suite-raised-bed-and-settee\",\"status\":\"inherit\",\"modified\":1670936842000,\"mime\":\"image/jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-includes/images/media/default.png\",\"dateFormatted\":\"December 13, 2022\",\"nonces\":{\"update\":\"0624a4a01a\",\"delete\":\"9e8f0f7a5a\",\"edit\":\"087f94f2e5\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=864\\u0026action=edit\",\"meta\":false,\"authorName\":\"Netgen Support\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/profile.php\",\"uploadedToTitle\":\"Accommodation\",\"uploadedToLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=761\\u0026action=edit\",\"filesizeInBytes\":41923,\"filesizeHumanReadable\":\"41 KB\",\"context\":\"\",\"height\":400,\"width\":600,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/tuscan-suite-raised-bed-and-settee-150x150.jpg\",\"orientation\":\"landscape\"},\"medium\":{\"height\":200,\"width\":300,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/tuscan-suite-raised-bed-and-settee-300x200.jpg\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/tuscan-suite-raised-bed-and-settee.jpg\",\"height\":400,\"width\":600,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"imageSize\":\"full\",\"imageWidth\":100,\"imageWidthMobile\":100,\"imageWidthTablet\":100,\"paddingBtnTop\":10,\"paddingBtnBottom\":10,\"paddingBtnLeft\":14,\"paddingBtnRight\":14,\"imageWidthUnit\":\"%\",\"imageWidthUnitTablet\":\"%\",\"imageWidthUnitMobile\":\"%\",\"subHeadTopMargin\":0,\"subHeadRightMargin\":40,\"subHeadLeftMargin\":0,\"subHeadMarginTopTablet\":0,\"subHeadMarginRightTablet\":0,\"subHeadTabletSpace\":20,\"subHeadMarginLeftTablet\":0,\"imgTagHeight\":66,\"imgTagWidth\":600,\"btnBorderTopWidth\":1,\"btnBorderLeftWidth\":1,\"btnBorderRightWidth\":1,\"btnBorderBottomWidth\":1,\"btnBorderTopLeftRadius\":0,\"btnBorderTopRightRadius\":0,\"btnBorderBottomLeftRadius\":0,\"btnBorderBottomRightRadius\":0,\"btnBorderStyle\":\"solid\",\"btnBorderColor\":\"#333\"} -->\n<div class=\"wp-block-uagb-info-box uagb-block-a2d400af uagb-infobox__content-wrap  uagb-infobox-icon-above-title uagb-infobox-image-valign-top\"><div class=\"uagb-ifb-content\"><div class=\"uagb-ifb-image-content\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/tuscan-suite-raised-bed-and-settee.jpg\" alt=\"\" width=\"100\" height=\"66\" loading=\"lazy\"/></div><div class=\"uagb-ifb-title-wrap\"><h3 class=\"uagb-ifb-title\">The Tuscan Suite </h3></div><p class=\"uagb-ifb-desc\">Terra-cotta tiles, textured wall treatments, gorgeous, intricate murals,&nbsp;and simple, durable furniture with elegant iron accents are all characteristics of Tuscan interior design.</p><div class=\"uagb-ifb-button-wrapper wp-block-button\"><a href=\"\" target=\"_self\" class=\"uagb-infobox-cta-link uagb-disable-link\" rel=\"noopener noreferrer\" alt=\"\"><span class=\"uagb-inline-editing\">READ MORE</span></a></div></div></div>\n<!-- /wp:uagb/info-box --></div>\n<!-- /wp:uagb/container --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"c24e0595\",\"directionDesktop\":\"row\",\"alignItemsTablet\":\"flex-start\",\"justifyContentDesktop\":\"flex-start\",\"topMarginDesktop\":54,\"bottomMarginDesktop\":0,\"leftMarginDesktop\":0,\"rightMarginDesktop\":0,\"topMarginMobile\":0,\"bottomMarginMobile\":0,\"leftMarginMobile\":0,\"rightMarginMobile\":0,\"marginLink\":false,\"variationSelected\":true,\"rowGapMobile\":0,\"columnGapDesktop\":0} -->\n<div class=\"wp-block-uagb-container uagb-block-c24e0595\"><!-- wp:uagb/container {\"block_id\":\"1c3c9d4e\",\"widthDesktop\":50,\"bottomPaddingDesktop\":20,\"rightPaddingDesktop\":32,\"bottomPaddingTablet\":35,\"leftPaddingTablet\":0,\"rightPaddingTablet\":15,\"bottomPaddingMobile\":65,\"paddingLink\":false,\"topMarginDesktop\":0,\"bottomMarginDesktop\":0,\"leftMarginDesktop\":5,\"rightMarginDesktop\":5,\"topMarginMobile\":0,\"bottomMarginMobile\":0,\"leftMarginMobile\":0,\"rightMarginMobile\":0,\"marginLink\":false,\"variationSelected\":true,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-1c3c9d4e\"><!-- wp:uagb/info-box {\"classMigrate\":true,\"headingAlign\":\"left\",\"headingColor\":\"\",\"subHeadingColor\":\"\",\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"source_type\":\"image\",\"block_id\":\"7144e3a8\",\"ctaIcon\":\"\",\"ctaType\":\"text\",\"ctaText\":\"READ MORE\",\"ctaLinkColor\":\"var(\\u002d\\u002dast-global-color-0)\",\"ctaDecoration\":\"underline\",\"ctaFontSize\":12,\"ctaFontWeight\":\"600\",\"ctaLetterSpacing\":2,\"ctaBorderColor\":\"\",\"ctaBorderStyle\":\"\",\"ctaBorderWidth\":\"\",\"ctaBorderRadius\":\"\",\"iconBottomMargin\":30,\"iconImage\":{\"uploading\":false,\"date\":1670938945000,\"filename\":\"bluebush-king-bed-and-spa-bath.png\",\"menuOrder\":0,\"uploadedTo\":761,\"type\":\"image\",\"subtype\":\"png\",\"id\":881,\"title\":\"bluebush-king-bed-and-spa-bath\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/bluebush-king-bed-and-spa-bath.png\",\"link\":\"https://blueroan.netgen.cloud/accommodation/bluebush-king-bed-and-spa-bath/\",\"alt\":\"\",\"author\":\"2\",\"description\":\"\",\"caption\":\"\",\"name\":\"bluebush-king-bed-and-spa-bath\",\"status\":\"inherit\",\"modified\":1670938945000,\"mime\":\"image/png\",\"icon\":\"https://blueroan.netgen.cloud/wp-includes/images/media/default.png\",\"dateFormatted\":\"December 13, 2022\",\"nonces\":{\"update\":\"e1c334788a\",\"delete\":\"b219c40b29\",\"edit\":\"273b944edc\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=881\\u0026action=edit\",\"meta\":false,\"authorName\":\"Netgen Support\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/profile.php\",\"uploadedToTitle\":\"Accommodation\",\"uploadedToLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=761\\u0026action=edit\",\"filesizeInBytes\":1195033,\"filesizeHumanReadable\":\"1 MB\",\"context\":\"\",\"height\":667,\"width\":1000,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/bluebush-king-bed-and-spa-bath-150x150.png\",\"orientation\":\"landscape\"},\"medium\":{\"height\":200,\"width\":300,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/bluebush-king-bed-and-spa-bath-300x200.png\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/bluebush-king-bed-and-spa-bath.png\",\"height\":667,\"width\":1000,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"imageSize\":\"full\",\"imageWidth\":100,\"imageWidthMobile\":100,\"imageWidthTablet\":100,\"paddingBtnTop\":10,\"paddingBtnBottom\":10,\"paddingBtnLeft\":14,\"paddingBtnRight\":14,\"imageWidthUnit\":\"%\",\"imageWidthUnitTablet\":\"%\",\"imageWidthUnitMobile\":\"%\",\"subHeadTopMargin\":0,\"subHeadRightMargin\":40,\"subHeadLeftMargin\":0,\"subHeadMarginTopTablet\":0,\"subHeadMarginRightTablet\":0,\"subHeadTabletSpace\":20,\"subHeadMarginLeftTablet\":0,\"imgTagHeight\":66,\"imgTagWidth\":1000,\"btnBorderTopWidth\":1,\"btnBorderLeftWidth\":1,\"btnBorderRightWidth\":1,\"btnBorderBottomWidth\":1,\"btnBorderTopLeftRadius\":0,\"btnBorderTopRightRadius\":0,\"btnBorderBottomLeftRadius\":0,\"btnBorderBottomRightRadius\":0,\"btnBorderStyle\":\"solid\",\"btnBorderColor\":\"#333\"} -->\n<div class=\"wp-block-uagb-info-box uagb-block-7144e3a8 uagb-infobox__content-wrap  uagb-infobox-icon-above-title uagb-infobox-image-valign-top\"><div class=\"uagb-ifb-content\"><div class=\"uagb-ifb-image-content\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/bluebush-king-bed-and-spa-bath.png\" alt=\"\" width=\"100\" height=\"66\" loading=\"lazy\"/></div><div class=\"uagb-ifb-title-wrap\"><h3 class=\"uagb-ifb-title\">The Bluebush </h3></div><p class=\"uagb-ifb-desc\">A warm and comforting suite with a very homely feeling. Settle in and relax like you would at home. Relax with a perfect corner-shaped spa bath and open-plan&nbsp;living area.</p><div class=\"uagb-ifb-button-wrapper wp-block-button\"><a href=\"\" target=\"_self\" class=\"uagb-infobox-cta-link uagb-disable-link\" rel=\"noopener noreferrer\" alt=\"\"><span class=\"uagb-inline-editing\">READ MORE</span></a></div></div></div>\n<!-- /wp:uagb/info-box --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"663e1dae\",\"widthDesktop\":50,\"bottomPaddingDesktop\":20,\"rightPaddingDesktop\":32,\"bottomPaddingTablet\":35,\"rightPaddingTablet\":15,\"bottomPaddingMobile\":65,\"paddingLink\":false,\"topMarginDesktop\":0,\"bottomMarginDesktop\":0,\"leftMarginDesktop\":5,\"rightMarginDesktop\":5,\"topMarginMobile\":0,\"bottomMarginMobile\":0,\"leftMarginMobile\":0,\"rightMarginMobile\":0,\"marginLink\":false,\"variationSelected\":true,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-663e1dae\"><!-- wp:uagb/info-box {\"classMigrate\":true,\"headingAlign\":\"left\",\"headingColor\":\"\",\"subHeadingColor\":\"\",\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"source_type\":\"image\",\"block_id\":\"5638bfff\",\"ctaIcon\":\"\",\"ctaType\":\"text\",\"ctaText\":\"READ MORE\",\"ctaLinkColor\":\"var(\\u002d\\u002dast-global-color-0)\",\"ctaDecoration\":\"underline\",\"ctaFontSize\":12,\"ctaFontWeight\":\"600\",\"ctaLetterSpacing\":2,\"ctaBorderColor\":\"\",\"ctaBorderStyle\":\"\",\"ctaBorderWidth\":\"\",\"ctaBorderRadius\":\"\",\"iconBottomMargin\":30,\"iconImage\":{\"uploading\":false,\"date\":1670938831000,\"filename\":\"blue-roan-guest-farm-11.jpg\",\"menuOrder\":0,\"uploadedTo\":761,\"type\":\"image\",\"subtype\":\"jpeg\",\"id\":879,\"title\":\"blue-roan-guest-farm (11)\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-11.jpg\",\"link\":\"https://blueroan.netgen.cloud/accommodation/blue-roan-guest-farm-11/\",\"alt\":\"\",\"author\":\"2\",\"description\":\"\",\"caption\":\"\",\"name\":\"blue-roan-guest-farm-11\",\"status\":\"inherit\",\"modified\":1670938831000,\"mime\":\"image/jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-includes/images/media/default.png\",\"dateFormatted\":\"December 13, 2022\",\"nonces\":{\"update\":\"294125e9db\",\"delete\":\"1a7a578cdb\",\"edit\":\"79b313e573\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=879\\u0026action=edit\",\"meta\":false,\"authorName\":\"Netgen Support\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/profile.php\",\"uploadedToTitle\":\"Accommodation\",\"uploadedToLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=761\\u0026action=edit\",\"filesizeInBytes\":175055,\"filesizeHumanReadable\":\"171 KB\",\"context\":\"\",\"height\":667,\"width\":1000,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-11-150x150.jpg\",\"orientation\":\"landscape\"},\"medium\":{\"height\":200,\"width\":300,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-11-300x200.jpg\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-11.jpg\",\"height\":667,\"width\":1000,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"imageSize\":\"full\",\"imageWidth\":100,\"imageWidthMobile\":100,\"imageWidthTablet\":100,\"paddingBtnTop\":10,\"paddingBtnBottom\":10,\"paddingBtnLeft\":14,\"paddingBtnRight\":14,\"imageWidthUnit\":\"%\",\"imageWidthUnitTablet\":\"%\",\"imageWidthUnitMobile\":\"%\",\"subHeadTopMargin\":0,\"subHeadRightMargin\":40,\"subHeadLeftMargin\":0,\"subHeadMarginTopTablet\":0,\"subHeadMarginRightTablet\":0,\"subHeadTabletSpace\":20,\"subHeadMarginLeftTablet\":0,\"imgTagHeight\":66,\"imgTagWidth\":1000,\"btnBorderTopWidth\":1,\"btnBorderLeftWidth\":1,\"btnBorderRightWidth\":1,\"btnBorderBottomWidth\":1,\"btnBorderTopLeftRadius\":0,\"btnBorderTopRightRadius\":0,\"btnBorderBottomLeftRadius\":0,\"btnBorderBottomRightRadius\":0,\"btnBorderStyle\":\"solid\",\"btnBorderColor\":\"#333\"} -->\n<div class=\"wp-block-uagb-info-box uagb-block-5638bfff uagb-infobox__content-wrap  uagb-infobox-icon-above-title uagb-infobox-image-valign-top\"><div class=\"uagb-ifb-content\"><div class=\"uagb-ifb-image-content\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-11.jpg\" alt=\"\" width=\"100\" height=\"66\" loading=\"lazy\"/></div><div class=\"uagb-ifb-title-wrap\"><h3 class=\"uagb-ifb-title\">The Mexican Loft </h3></div><p class=\"uagb-ifb-desc\">This Mexican-inspired unit is full of bold colors and rustic furnishings. This design style has a multifarious feel, mixing rustic wood, authentic art, textiles, and a vivid palette of color</p><div class=\"uagb-ifb-button-wrapper wp-block-button\"><a href=\"\" target=\"_self\" class=\"uagb-infobox-cta-link uagb-disable-link\" rel=\"noopener noreferrer\" alt=\"\"><span class=\"uagb-inline-editing\">READ MORE</span></a></div></div></div>\n<!-- /wp:uagb/info-box --></div>\n<!-- /wp:uagb/container --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"c8cdc05d\",\"directionDesktop\":\"row\",\"justifyContentDesktop\":\"flex-start\",\"topMarginDesktop\":54,\"bottomMarginDesktop\":0,\"leftMarginDesktop\":0,\"rightMarginDesktop\":0,\"topMarginMobile\":0,\"bottomMarginMobile\":0,\"leftMarginMobile\":0,\"rightMarginMobile\":0,\"marginLink\":false,\"variationSelected\":true,\"rowGapMobile\":0,\"columnGapDesktop\":0} -->\n<div class=\"wp-block-uagb-container uagb-block-c8cdc05d\"><!-- wp:uagb/container {\"block_id\":\"212e4afa\",\"widthDesktop\":50,\"bottomPaddingDesktop\":20,\"rightPaddingDesktop\":32,\"bottomPaddingTablet\":35,\"rightPaddingTablet\":15,\"bottomPaddingMobile\":65,\"paddingLink\":false,\"topMarginDesktop\":0,\"bottomMarginDesktop\":0,\"leftMarginDesktop\":5,\"rightMarginDesktop\":5,\"topMarginMobile\":0,\"bottomMarginMobile\":0,\"leftMarginMobile\":0,\"rightMarginMobile\":0,\"marginLink\":false,\"variationSelected\":true,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-212e4afa\"><!-- wp:uagb/info-box {\"classMigrate\":true,\"headingAlign\":\"left\",\"headingColor\":\"\",\"subHeadingColor\":\"\",\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"source_type\":\"image\",\"block_id\":\"f5fdefe0\",\"ctaIcon\":\"\",\"ctaType\":\"text\",\"ctaText\":\"READ MORE\",\"ctaLinkColor\":\"var(\\u002d\\u002dast-global-color-0)\",\"ctaDecoration\":\"underline\",\"ctaFontSize\":12,\"ctaFontWeight\":\"600\",\"ctaLetterSpacing\":2,\"ctaBorderColor\":\"\",\"ctaBorderStyle\":\"\",\"ctaBorderWidth\":\"\",\"ctaBorderRadius\":\"\",\"iconBottomMargin\":30,\"iconImage\":{\"uploading\":false,\"date\":1670939381000,\"filename\":\"acacia-lounge.jpg\",\"menuOrder\":0,\"uploadedTo\":761,\"type\":\"image\",\"subtype\":\"jpeg\",\"id\":885,\"title\":\"acacia-lounge\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/acacia-lounge.jpg\",\"link\":\"https://blueroan.netgen.cloud/accommodation/acacia-lounge/\",\"alt\":\"\",\"author\":\"2\",\"description\":\"\",\"caption\":\"\",\"name\":\"acacia-lounge\",\"status\":\"inherit\",\"modified\":1670939381000,\"mime\":\"image/jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-includes/images/media/default.png\",\"dateFormatted\":\"December 13, 2022\",\"nonces\":{\"update\":\"17e284dc72\",\"delete\":\"0967fb8415\",\"edit\":\"99ac1eb1a8\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=885\\u0026action=edit\",\"meta\":false,\"authorName\":\"Netgen Support\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/profile.php\",\"uploadedToTitle\":\"Accommodation\",\"uploadedToLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=761\\u0026action=edit\",\"filesizeInBytes\":37270,\"filesizeHumanReadable\":\"36 KB\",\"context\":\"\",\"height\":400,\"width\":600,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/acacia-lounge-150x150.jpg\",\"orientation\":\"landscape\"},\"medium\":{\"height\":200,\"width\":300,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/acacia-lounge-300x200.jpg\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/acacia-lounge.jpg\",\"height\":400,\"width\":600,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"imageSize\":\"full\",\"imageWidth\":100,\"imageWidthMobile\":100,\"imageWidthTablet\":100,\"paddingBtnTop\":10,\"paddingBtnBottom\":10,\"paddingBtnLeft\":14,\"paddingBtnRight\":14,\"imageWidthUnit\":\"%\",\"imageWidthUnitTablet\":\"%\",\"imageWidthUnitMobile\":\"%\",\"subHeadTopMargin\":0,\"subHeadRightMargin\":40,\"subHeadLeftMargin\":0,\"subHeadMarginTopTablet\":0,\"subHeadMarginRightTablet\":0,\"subHeadTabletSpace\":20,\"subHeadMarginLeftTablet\":0,\"imgTagHeight\":66,\"imgTagWidth\":600,\"btnBorderTopWidth\":1,\"btnBorderLeftWidth\":1,\"btnBorderRightWidth\":1,\"btnBorderBottomWidth\":1,\"btnBorderTopLeftRadius\":0,\"btnBorderTopRightRadius\":0,\"btnBorderBottomLeftRadius\":0,\"btnBorderBottomRightRadius\":0,\"btnBorderStyle\":\"solid\",\"btnBorderColor\":\"#333\"} -->\n<div class=\"wp-block-uagb-info-box uagb-block-f5fdefe0 uagb-infobox__content-wrap  uagb-infobox-icon-above-title uagb-infobox-image-valign-top\"><div class=\"uagb-ifb-content\"><div class=\"uagb-ifb-image-content\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/acacia-lounge.jpg\" alt=\"\" width=\"100\" height=\"66\" loading=\"lazy\"/></div><div class=\"uagb-ifb-title-wrap\"><h3 class=\"uagb-ifb-title\">The Acacia </h3></div><p class=\"uagb-ifb-desc\">The largest unit we have named after the Acacia tree. This suite is rugged and rustic and has a spacious open plan living area opening onto a covered patio with a brick braai area. </p><div class=\"uagb-ifb-button-wrapper wp-block-button\"><a href=\"\" target=\"_self\" class=\"uagb-infobox-cta-link uagb-disable-link\" rel=\"noopener noreferrer\" alt=\"\"><span class=\"uagb-inline-editing\">READ MORE</span></a></div></div></div>\n<!-- /wp:uagb/info-box --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"5615f0d0\",\"widthDesktop\":50,\"bottomPaddingDesktop\":20,\"rightPaddingDesktop\":32,\"bottomPaddingTablet\":35,\"rightPaddingTablet\":15,\"paddingLink\":false,\"topMarginDesktop\":0,\"bottomMarginDesktop\":0,\"leftMarginDesktop\":5,\"rightMarginDesktop\":5,\"topMarginMobile\":0,\"bottomMarginMobile\":0,\"leftMarginMobile\":0,\"rightMarginMobile\":0,\"marginLink\":false,\"variationSelected\":true,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-5615f0d0\"><!-- wp:uagb/info-box {\"classMigrate\":true,\"headingAlign\":\"left\",\"headingColor\":\"\",\"subHeadingColor\":\"\",\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"source_type\":\"image\",\"block_id\":\"89e1c97b\",\"ctaIcon\":\"\",\"ctaType\":\"text\",\"ctaText\":\"READ MORE\",\"ctaLinkColor\":\"var(\\u002d\\u002dast-global-color-0)\",\"ctaDecoration\":\"underline\",\"ctaFontSize\":12,\"ctaFontWeight\":\"600\",\"ctaLetterSpacing\":2,\"ctaBorderColor\":\"\",\"ctaBorderStyle\":\"\",\"ctaBorderWidth\":\"\",\"ctaBorderRadius\":\"\",\"iconBottomMargin\":30,\"iconImage\":{\"id\":290,\"title\":\"room-6\",\"filename\":\"room-6.jpg\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/room-6.jpg\",\"link\":\"https://blueroan.netgen.cloud/room-6/\",\"alt\":\"\",\"author\":\"34\",\"description\":\"\",\"caption\":\"\",\"name\":\"room-6\",\"status\":\"inherit\",\"uploadedTo\":0,\"date\":\"2021-05-11T12:42:24.000Z\",\"modified\":\"2021-05-11T12:42:24.000Z\",\"menuOrder\":0,\"mime\":\"image/jpeg\",\"type\":\"image\",\"subtype\":\"jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/default.png\",\"dateFormatted\":\"May 11, 2021\",\"nonces\":{\"update\":\"ca0f21bc6b\",\"delete\":\"aeb89ca3d4\",\"edit\":\"4be159def3\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=290\\u0026action=edit\",\"meta\":false,\"authorName\":\"Rishabh\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/user-edit.php?user_id=34\",\"filesizeInBytes\":50081,\"filesizeHumanReadable\":\"49 KB\",\"context\":\"\",\"height\":400,\"width\":600,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/room-6-150x150.jpg\",\"orientation\":\"landscape\"},\"medium\":{\"height\":200,\"width\":300,\"url\":\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/room-6-300x200.jpg\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/room-6.jpg\",\"height\":400,\"width\":600,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"imageSize\":\"full\",\"imageWidth\":100,\"imageWidthMobile\":100,\"imageWidthTablet\":100,\"paddingBtnTop\":10,\"paddingBtnBottom\":10,\"paddingBtnLeft\":14,\"paddingBtnRight\":14,\"imageWidthUnit\":\"%\",\"imageWidthUnitTablet\":\"%\",\"imageWidthUnitMobile\":\"%\",\"subHeadTopMargin\":0,\"subHeadRightMargin\":40,\"subHeadLeftMargin\":0,\"subHeadMarginTopTablet\":0,\"subHeadMarginRightTablet\":0,\"subHeadTabletSpace\":20,\"subHeadMarginLeftTablet\":0,\"imgTagHeight\":66,\"imgTagWidth\":600,\"btnBorderTopWidth\":1,\"btnBorderLeftWidth\":1,\"btnBorderRightWidth\":1,\"btnBorderBottomWidth\":1,\"btnBorderTopLeftRadius\":0,\"btnBorderTopRightRadius\":0,\"btnBorderBottomLeftRadius\":0,\"btnBorderBottomRightRadius\":0,\"btnBorderStyle\":\"solid\",\"btnBorderColor\":\"#333\"} -->\n<div class=\"wp-block-uagb-info-box uagb-block-89e1c97b uagb-infobox__content-wrap  uagb-infobox-icon-above-title uagb-infobox-image-valign-top\"><div class=\"uagb-ifb-content\"><div class=\"uagb-ifb-image-content\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/room-6.jpg\" alt=\"\" width=\"100\" height=\"66\" loading=\"lazy\"/></div><div class=\"uagb-ifb-title-wrap\"><h3 class=\"uagb-ifb-title\">The Greek Villa </h3></div><p class=\"uagb-ifb-desc\">Designed like a Greek villa this Mediterranean style reflects a relaxed atmosphere with its dominant white walls and blue ceilings with lovely rustic furnishings</p><div class=\"uagb-ifb-button-wrapper wp-block-button\"><a href=\"\" target=\"_self\" class=\"uagb-infobox-cta-link uagb-disable-link\" rel=\"noopener noreferrer\" alt=\"\"><span class=\"uagb-inline-editing\">READ MORE</span></a></div></div></div>\n<!-- /wp:uagb/info-box --></div>\n<!-- /wp:uagb/container --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"e72edfca\",\"directionDesktop\":\"row\",\"justifyContentDesktop\":\"flex-start\",\"topMarginDesktop\":54,\"bottomMarginDesktop\":0,\"leftMarginDesktop\":0,\"rightMarginDesktop\":0,\"topMarginMobile\":0,\"bottomMarginMobile\":0,\"leftMarginMobile\":0,\"rightMarginMobile\":0,\"marginLink\":false,\"variationSelected\":true,\"rowGapMobile\":0,\"columnGapDesktop\":0} -->\n<div class=\"wp-block-uagb-container uagb-block-e72edfca\"><!-- wp:uagb/container {\"block_id\":\"da502d71\",\"widthDesktop\":50,\"bottomPaddingDesktop\":20,\"rightPaddingDesktop\":32,\"bottomPaddingTablet\":35,\"rightPaddingTablet\":15,\"bottomPaddingMobile\":65,\"paddingLink\":false,\"topMarginDesktop\":0,\"bottomMarginDesktop\":0,\"leftMarginDesktop\":5,\"rightMarginDesktop\":5,\"topMarginMobile\":0,\"bottomMarginMobile\":0,\"leftMarginMobile\":0,\"rightMarginMobile\":0,\"marginLink\":false,\"variationSelected\":true,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-da502d71\"><!-- wp:uagb/info-box {\"classMigrate\":true,\"headingAlign\":\"left\",\"headingColor\":\"\",\"subHeadingColor\":\"\",\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"source_type\":\"image\",\"block_id\":\"6241153f\",\"ctaIcon\":\"\",\"ctaType\":\"text\",\"ctaText\":\"READ MORE\",\"ctaLinkColor\":\"var(\\u002d\\u002dast-global-color-0)\",\"ctaDecoration\":\"underline\",\"ctaFontSize\":12,\"ctaFontWeight\":\"600\",\"ctaLetterSpacing\":2,\"ctaBorderColor\":\"\",\"ctaBorderStyle\":\"\",\"ctaBorderWidth\":\"\",\"ctaBorderRadius\":\"\",\"iconBottomMargin\":30,\"iconImage\":{\"uploading\":false,\"date\":1670943128000,\"filename\":\"AAEAAQAAAAAAAAAAAAAAJDkwZDA0NDg0LWIwNTctNGVlNy05Y2NjLWNjNDllODBmZTI3OA.png\",\"menuOrder\":0,\"uploadedTo\":761,\"type\":\"image\",\"subtype\":\"png\",\"id\":896,\"title\":\"AAEAAQAAAAAAAAAAAAAAJDkwZDA0NDg0LWIwNTctNGVlNy05Y2NjLWNjNDllODBmZTI3OA\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAAJDkwZDA0NDg0LWIwNTctNGVlNy05Y2NjLWNjNDllODBmZTI3OA.png\",\"link\":\"https://blueroan.netgen.cloud/accommodation/aaeaaqaaaaaaaaaaaaaajdkwzda0ndg0lwiwntctngvlny05y2njlwnjndllodbmzti3oa/\",\"alt\":\"Honeymoon suite bedroom \",\"author\":\"2\",\"description\":\"\",\"caption\":\"\",\"name\":\"aaeaaqaaaaaaaaaaaaaajdkwzda0ndg0lwiwntctngvlny05y2njlwnjndllodbmzti3oa\",\"status\":\"inherit\",\"modified\":1670943128000,\"mime\":\"image/png\",\"icon\":\"https://blueroan.netgen.cloud/wp-includes/images/media/default.png\",\"dateFormatted\":\"December 13, 2022\",\"nonces\":{\"update\":\"ef5e68588c\",\"delete\":\"c4dba1213a\",\"edit\":\"aea99f65e2\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=896\\u0026action=edit\",\"meta\":false,\"authorName\":\"Netgen Support\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/profile.php\",\"uploadedToTitle\":\"Accommodation\",\"uploadedToLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=761\\u0026action=edit\",\"filesizeInBytes\":1088370,\"filesizeHumanReadable\":\"1 MB\",\"context\":\"\",\"height\":861,\"width\":1300,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAAJDkwZDA0NDg0LWIwNTctNGVlNy05Y2NjLWNjNDllODBmZTI3OA-150x150.png\",\"orientation\":\"landscape\"},\"medium\":{\"height\":199,\"width\":300,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAAJDkwZDA0NDg0LWIwNTctNGVlNy05Y2NjLWNjNDllODBmZTI3OA-300x199.png\",\"orientation\":\"landscape\"},\"large\":{\"height\":678,\"width\":1024,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAAJDkwZDA0NDg0LWIwNTctNGVlNy05Y2NjLWNjNDllODBmZTI3OA-1024x678.png\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAAJDkwZDA0NDg0LWIwNTctNGVlNy05Y2NjLWNjNDllODBmZTI3OA.png\",\"height\":861,\"width\":1300,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"imageSize\":\"full\",\"imageWidth\":100,\"imageWidthMobile\":100,\"imageWidthTablet\":100,\"paddingBtnTop\":10,\"paddingBtnBottom\":10,\"paddingBtnLeft\":14,\"paddingBtnRight\":14,\"imageWidthUnit\":\"%\",\"imageWidthUnitTablet\":\"%\",\"imageWidthUnitMobile\":\"%\",\"subHeadTopMargin\":0,\"subHeadRightMargin\":40,\"subHeadLeftMargin\":0,\"subHeadMarginTopTablet\":0,\"subHeadMarginRightTablet\":0,\"subHeadTabletSpace\":20,\"subHeadMarginLeftTablet\":0,\"imgTagHeight\":66,\"imgTagWidth\":1300,\"btnBorderTopWidth\":1,\"btnBorderLeftWidth\":1,\"btnBorderRightWidth\":1,\"btnBorderBottomWidth\":1,\"btnBorderTopLeftRadius\":0,\"btnBorderTopRightRadius\":0,\"btnBorderBottomLeftRadius\":0,\"btnBorderBottomRightRadius\":0,\"btnBorderStyle\":\"solid\",\"btnBorderColor\":\"#333\"} -->\n<div class=\"wp-block-uagb-info-box uagb-block-6241153f uagb-infobox__content-wrap  uagb-infobox-icon-above-title uagb-infobox-image-valign-top\"><div class=\"uagb-ifb-content\"><div class=\"uagb-ifb-image-content\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAAJDkwZDA0NDg0LWIwNTctNGVlNy05Y2NjLWNjNDllODBmZTI3OA.png\" alt=\"Honeymoon suite bedroom \" width=\"100\" height=\"66\" loading=\"lazy\"/></div><div class=\"uagb-ifb-title-wrap\"><h3 class=\"uagb-ifb-title\">The Honeymoon suite</h3></div><p class=\"uagb-ifb-desc\">This&nbsp;<a href=\"https://www.collinsdictionary.com/dictionary/english/suite\">suite</a>&nbsp;is perfect for couples - This is an open-plan unit attached to the side of the main house, completely private with its own entrance, own garden, and carport.&nbsp;</p><div class=\"uagb-ifb-button-wrapper wp-block-button\"><a href=\"\" target=\"_self\" class=\"uagb-infobox-cta-link uagb-disable-link\" rel=\"noopener noreferrer\" alt=\"\"><span class=\"uagb-inline-editing\">READ MORE</span></a></div></div></div>\n<!-- /wp:uagb/info-box --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"7ee55e69\",\"widthDesktop\":50,\"bottomPaddingDesktop\":20,\"rightPaddingDesktop\":32,\"bottomPaddingTablet\":35,\"rightPaddingTablet\":15,\"paddingLink\":false,\"topMarginDesktop\":0,\"bottomMarginDesktop\":0,\"leftMarginDesktop\":5,\"rightMarginDesktop\":5,\"topMarginMobile\":0,\"bottomMarginMobile\":0,\"leftMarginMobile\":0,\"rightMarginMobile\":0,\"marginLink\":false,\"variationSelected\":true,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-7ee55e69\"></div>\n<!-- /wp:uagb/container --></div>\n<!-- /wp:uagb/container --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"0497bc41\",\"innerContentCustomWidthDesktop\":781,\"innerContentCustomWidthTablet\":781,\"backgroundType\":\"image\",\"backgroundImageDesktop\":{\"uploading\":false,\"date\":1670943271000,\"filename\":\"AAEAAQAAAAAAAAAAAAAA39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba.png\",\"menuOrder\":0,\"uploadedTo\":761,\"type\":\"image\",\"subtype\":\"png\",\"id\":899,\"title\":\"AAEAAQAAAAAAAAAAAAAA39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAA39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba.png\",\"link\":\"https://blueroan.netgen.cloud/accommodation/aaeaaqaaaaaaaaaaaaaa39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba/\",\"alt\":\"\",\"author\":\"2\",\"description\":\"\",\"caption\":\"\",\"name\":\"aaeaaqaaaaaaaaaaaaaa39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba\",\"status\":\"inherit\",\"modified\":1670943271000,\"mime\":\"image/png\",\"icon\":\"https://blueroan.netgen.cloud/wp-includes/images/media/default.png\",\"dateFormatted\":\"December 13, 2022\",\"nonces\":{\"update\":\"45b2b6c69b\",\"delete\":\"75d81c42ab\",\"edit\":\"88fae030a9\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=899\\u0026action=edit\",\"meta\":false,\"authorName\":\"Netgen Support\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/profile.php\",\"uploadedToTitle\":\"Accommodation\",\"uploadedToLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=761\\u0026action=edit\",\"filesizeInBytes\":2338048,\"filesizeHumanReadable\":\"2 MB\",\"context\":\"\",\"height\":900,\"width\":1200,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAA39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba-150x150.png\",\"orientation\":\"landscape\"},\"medium\":{\"height\":225,\"width\":300,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAA39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba-300x225.png\",\"orientation\":\"landscape\"},\"large\":{\"height\":768,\"width\":1024,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAA39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba-1024x768.png\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAA39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba.png\",\"height\":900,\"width\":1200,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"backgroundImageColor\":\"rgba(42,42,42,0.65)\",\"topPaddingDesktop\":144,\"bottomPaddingDesktop\":144,\"leftPaddingDesktop\":40,\"rightPaddingDesktop\":40,\"topPaddingTablet\":80,\"bottomPaddingTablet\":80,\"leftPaddingTablet\":40,\"rightPaddingTablet\":40,\"topPaddingMobile\":64,\"bottomPaddingMobile\":64,\"leftPaddingMobile\":24,\"rightPaddingMobile\":24,\"paddingLink\":false,\"variationSelected\":true,\"isBlockRootParent\":true,\"overlayType\":\"color\"} -->\n<div class=\"wp-block-uagb-container uagb-block-0497bc41 alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/advanced-heading {\"block_id\":\"2e5b14c6\",\"classMigrate\":true,\"headingDescToggle\":true,\"headingAlign\":\"center\",\"headingColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"subHeadingColor\":\"var(\\u002d\\u002dast-global-color-4)\",\"headSpace\":20} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-2e5b14c6\"><h2 class=\"uagb-heading-text\">Plan an Unforgettable Experience at<br>Blue Roan!</h2><p class=\"uagb-desc-text\">We can help you fit your stay and experience within your allotted budget.</p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/advanced-heading {\"block_id\":\"8be0306a\",\"classMigrate\":true,\"headingTitleToggle\":false,\"headingDescToggle\":true,\"headingAlign\":\"center\",\"subHeadingColor\":\"var(\\u002d\\u002dast-global-color-4)\",\"subHeadTransform\":\"uppercase\",\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"subHeadLetterSpacing\":2,\"blockTopPadding\":60,\"blockRightPadding\":0,\"blockLeftPadding\":0,\"blockBottomPadding\":0,\"blockTopPaddingMobile\":30,\"blockRightPaddingMobile\":0,\"blockLeftPaddingMobile\":0,\"blockBottomPaddingMobile\":0} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-8be0306a\"><p class=\"uagb-desc-text\">BOOK YOUR STAY NOW​</p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/icon-list {\"block_id\":\"376ff399\",\"classMigrate\":true,\"childMigrate\":true,\"align\":\"center\",\"parentIcon\":\"phone\",\"size\":40,\"sizeMobile\":24,\"sizeTablet\":32,\"fontSize\":48,\"fontSizeMobile\":28,\"fontSizeTablet\":40,\"fontWeight\":\"600\",\"iconColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"labelColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"blockTopPadding\":0,\"blockRightPadding\":0,\"blockLeftPadding\":0,\"blockBottomPadding\":24,\"blockPaddingLink\":false} -->\n<div class=\"wp-block-uagb-icon-list uagb-block-376ff399\"><div class=\"uagb-icon-list__wrap\"><!-- wp:uagb/icon-list-child {\"block_id\":\"f40f1cf0\",\"label\":\" + 27 (0) 82 575 5409\",\"label_color\":\"\",\"link\":\"tel:+27825755409\",\"disableLink\":true,\"fromParentIcon\":\"phone\",\"imageSizeChild\":40} -->\n<div class=\"wp-block-uagb-icon-list-child uagb-block-f40f1cf0\"><a target=\"_self\" aria-label=\" + 27 (0) 82 575 5409\" rel=\"noopener noreferrer\" href=\"tel:+27825755409\"> </a><span class=\"uagb-icon-list__source-wrap\"><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M511.2 387l-23.25 100.8c-3.266 14.25-15.79 24.22-30.46 24.22C205.2 512 0 306.8 0 54.5c0-14.66 9.969-27.2 24.22-30.45l100.8-23.25C139.7-2.602 154.7 5.018 160.8 18.92l46.52 108.5c5.438 12.78 1.77 27.67-8.98 36.45L144.5 207.1c33.98 69.22 90.26 125.5 159.5 159.5l44.08-53.8c8.688-10.78 23.69-14.51 36.47-8.975l108.5 46.51C506.1 357.2 514.6 372.4 511.2 387z\"></path></svg></span><span class=\"uagb-icon-list__label\"> + 27 (0) 82 575 5409</span></div>\n<!-- /wp:uagb/icon-list-child -->\n\n<!-- wp:uagb/icon-list-child {\"block_id\":\"dfbc0bdb\",\"label\":\"blueroan@ugo.co.za\",\"icon\":\"envelope\",\"label_color\":\"\",\"link\":\"mailto:blueroan@ugo.co.za\",\"disableLink\":true,\"fromParentIcon\":\"phone\",\"imageSizeChild\":40} -->\n<div class=\"wp-block-uagb-icon-list-child uagb-block-dfbc0bdb\"><a target=\"_self\" aria-label=\"blueroan@ugo.co.za\" rel=\"noopener noreferrer\" href=\"mailto:blueroan@ugo.co.za\"> </a><span class=\"uagb-icon-list__source-wrap\"><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M464 64C490.5 64 512 85.49 512 112C512 127.1 504.9 141.3 492.8 150.4L275.2 313.6C263.8 322.1 248.2 322.1 236.8 313.6L19.2 150.4C7.113 141.3 0 127.1 0 112C0 85.49 21.49 64 48 64H464zM217.6 339.2C240.4 356.3 271.6 356.3 294.4 339.2L512 176V384C512 419.3 483.3 448 448 448H64C28.65 448 0 419.3 0 384V176L217.6 339.2z\"></path></svg></span><span class=\"uagb-icon-list__label\">blueroan@ugo.co.za</span></div>\n<!-- /wp:uagb/icon-list-child --></div></div>\n<!-- /wp:uagb/icon-list --></div></div>\n<!-- /wp:uagb/container -->',	'Accommodation',	'',	'inherit',	'closed',	'closed',	'',	'761-revision-v1',	'',	'',	'2022-12-14 10:21:51',	'2022-12-14 10:21:51',	'',	761,	'https://blueroan.netgen.cloud/?p=978',	0,	'revision',	'',	0),
(979,	2,	'2022-12-14 10:22:26',	'2022-12-14 10:22:26',	'<!-- wp:uagb/container {\"block_id\":\"6304f803\",\"backgroundType\":\"image\",\"backgroundImageDesktop\":{\"id\":797,\"title\":\"blue-roan-guest-farm (13)\",\"filename\":\"blue-roan-guest-farm-13.jpg\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-13.jpg\",\"link\":\"https://blueroan.netgen.cloud/home/blue-roan-guest-farm-13/\",\"alt\":\"\",\"author\":\"2\",\"description\":\"\",\"caption\":\"\",\"name\":\"blue-roan-guest-farm-13\",\"status\":\"inherit\",\"uploadedTo\":760,\"date\":\"2022-12-13T09:37:10.000Z\",\"modified\":\"2022-12-13T09:37:10.000Z\",\"menuOrder\":0,\"mime\":\"image/jpeg\",\"type\":\"image\",\"subtype\":\"jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-includes/images/media/default.png\",\"dateFormatted\":\"December 13, 2022\",\"nonces\":{\"update\":\"88c7dafe15\",\"delete\":\"0e63c986af\",\"edit\":\"ba0aad2d7f\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=797\\u0026action=edit\",\"meta\":false,\"authorName\":\"Netgen Support\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/profile.php\",\"uploadedToTitle\":\"Home\",\"uploadedToLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=760\\u0026action=edit\",\"filesizeInBytes\":201183,\"filesizeHumanReadable\":\"196 KB\",\"context\":\"\",\"height\":667,\"width\":1000,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-13-150x150.jpg\",\"orientation\":\"landscape\"},\"medium\":{\"height\":200,\"width\":300,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-13-300x200.jpg\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-13.jpg\",\"height\":667,\"width\":1000,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"backgroundPositionDesktop\":{\"x\":0.62,\"y\":0.78},\"backgroundSizeTablet\":\"cover\",\"backgroundSizeMobile\":\"cover\",\"backgroundColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"backgroundImageColor\":\"rgba(42,42,42,0.5)\",\"topPaddingDesktop\":220,\"bottomPaddingDesktop\":150,\"topPaddingTablet\":170,\"bottomPaddingTablet\":160,\"leftPaddingTablet\":30,\"rightPaddingTablet\":30,\"topPaddingMobile\":180,\"bottomPaddingMobile\":80,\"leftPaddingMobile\":20,\"rightPaddingMobile\":20,\"paddingLink\":false,\"variationSelected\":true,\"isBlockRootParent\":true,\"overlayType\":\"color\"} -->\n<div class=\"wp-block-uagb-container uagb-block-6304f803 alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/advanced-heading {\"block_id\":\"a6e4b8c4\",\"classMigrate\":true,\"headingDescToggle\":true,\"headingColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"subHeadingColor\":\"var(\\u002d\\u002dast-global-color-4)\",\"headingTag\":\"h1\",\"headSpace\":20,\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"blockTopPadding\":0,\"blockRightPadding\":50,\"blockLeftPadding\":0,\"blockBottomPadding\":0,\"blockTopPaddingTablet\":0,\"blockRightPaddingTablet\":20,\"blockLeftPaddingTablet\":0,\"blockBottomPaddingTablet\":0,\"blockTopPaddingMobile\":0,\"blockRightPaddingMobile\":0,\"blockLeftPaddingMobile\":0,\"blockBottomPaddingMobile\":0,\"blockPaddingUnit\":\"%\",\"blockPaddingUnitTablet\":\"%\"} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-a6e4b8c4\"><h1 class=\"uagb-heading-text\">Rooms &amp; Accommodation​</h1><p class=\"uagb-desc-text\">If you are looking for a home away from home, even a place your dog can come along then take a closer look into the rooms we offer and pick the one for you.</p></div>\n<!-- /wp:uagb/advanced-heading --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"c26349fb\",\"backgroundType\":\"color\",\"backgroundSizeTablet\":\"cover\",\"backgroundSizeMobile\":\"cover\",\"backgroundColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"topPaddingDesktop\":120,\"bottomPaddingDesktop\":120,\"topPaddingTablet\":80,\"bottomPaddingTablet\":80,\"leftPaddingTablet\":30,\"rightPaddingTablet\":30,\"topPaddingMobile\":80,\"bottomPaddingMobile\":80,\"leftPaddingMobile\":20,\"rightPaddingMobile\":20,\"paddingLink\":false,\"variationSelected\":true,\"rowGapDesktop\":0,\"isBlockRootParent\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-c26349fb alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/container {\"block_id\":\"437e7a22\",\"directionDesktop\":\"row\",\"alignItemsDesktop\":\"flex-end\",\"alignItemsTablet\":\"flex-end\",\"justifyContentDesktop\":\"flex-end\",\"justifyContentTablet\":\"space-between\",\"variationSelected\":true,\"rowGapMobile\":20,\"columnGapDesktop\":0} -->\n<div class=\"wp-block-uagb-container uagb-block-437e7a22\"><!-- wp:uagb/advanced-heading {\"block_id\":\"7d3d8e0a\",\"classMigrate\":true,\"headingDescToggle\":true,\"subHeadingColor\":\"\",\"headSpace\":20,\"subHeadFontSize\":16} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-7d3d8e0a\"><h2 class=\"uagb-heading-text\">Come &amp; Stay With Us​</h2><p class=\"uagb-desc-text\">There are 7 excellent brick self-catering units available, each private and with a distinctive personality and theme. They are particularly made for pet-free or pet-owning couples looking for a romantic and serene setting to reconnect, celebrate special occasions, or simply unwind on a holiday.<br><br>We are pet-friendly by arrangement as each unit is separately fenced with its own grassy garden with a garden gate leading to the generous park area where pets can socialize. &nbsp;We also have lovely safe off-leash walking trails on our property and beyond. &nbsp;Our units are very luxurious with everything you would need and very homely and charming. Regrettably no children or group bookings.  </p></div>\n<!-- /wp:uagb/advanced-heading --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"3f44c9e8\",\"directionDesktop\":\"row\",\"alignItemsTablet\":\"flex-start\",\"justifyContentDesktop\":\"flex-start\",\"topMarginDesktop\":54,\"bottomMarginDesktop\":0,\"leftMarginDesktop\":0,\"rightMarginDesktop\":0,\"marginLink\":false,\"variationSelected\":true,\"rowGapMobile\":0,\"columnGapDesktop\":0} -->\n<div class=\"wp-block-uagb-container uagb-block-3f44c9e8\"><!-- wp:uagb/container {\"block_id\":\"a31a0fb2\",\"widthDesktop\":50,\"bottomPaddingDesktop\":20,\"rightPaddingDesktop\":32,\"bottomPaddingTablet\":35,\"rightPaddingTablet\":15,\"bottomPaddingMobile\":65,\"paddingLink\":false,\"topMarginDesktop\":0,\"bottomMarginDesktop\":0,\"leftMarginDesktop\":5,\"rightMarginDesktop\":5,\"topMarginMobile\":0,\"bottomMarginMobile\":0,\"leftMarginMobile\":0,\"rightMarginMobile\":0,\"marginLink\":false,\"variationSelected\":true,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-a31a0fb2\"><!-- wp:uagb/info-box {\"classMigrate\":true,\"headingAlign\":\"left\",\"headingColor\":\"\",\"subHeadingColor\":\"\",\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"source_type\":\"image\",\"block_id\":\"7ea5ee6b\",\"ctaIcon\":\"\",\"ctaType\":\"text\",\"ctaText\":\"\\u003ca href=\\u0022/the-barn/\\u0022 data-type=\\u0022URL\\u0022 data-id=\\u0022/the-barn/\\u0022\\u003eREAD MORE\\u003c/a\\u003e\",\"ctaLink\":\"/the-barn/\",\"ctaLinkColor\":\"var(\\u002d\\u002dast-global-color-0)\",\"ctaDecoration\":\"underline\",\"ctaFontSize\":12,\"ctaFontWeight\":\"600\",\"ctaLetterSpacing\":2,\"ctaBorderColor\":\"\",\"ctaBorderStyle\":\"\",\"ctaBorderWidth\":\"\",\"ctaBorderRadius\":\"\",\"iconBottomMargin\":30,\"iconImage\":{\"uploading\":false,\"date\":1670936674000,\"filename\":\"blue-roan-guest-farm-10.jpg\",\"menuOrder\":0,\"uploadedTo\":761,\"type\":\"image\",\"subtype\":\"jpeg\",\"id\":863,\"title\":\"blue-roan-guest-farm (10)\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-10.jpg\",\"link\":\"https://blueroan.netgen.cloud/accommodation/blue-roan-guest-farm-10/\",\"alt\":\"\",\"author\":\"2\",\"description\":\"\",\"caption\":\"\",\"name\":\"blue-roan-guest-farm-10\",\"status\":\"inherit\",\"modified\":1670936674000,\"mime\":\"image/jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-includes/images/media/default.png\",\"dateFormatted\":\"December 13, 2022\",\"nonces\":{\"update\":\"1a7491aa65\",\"delete\":\"dc6afaa89c\",\"edit\":\"7635ee35fb\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=863\\u0026action=edit\",\"meta\":false,\"authorName\":\"Netgen Support\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/profile.php\",\"uploadedToTitle\":\"Accommodation\",\"uploadedToLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=761\\u0026action=edit\",\"filesizeInBytes\":149768,\"filesizeHumanReadable\":\"146 KB\",\"context\":\"\",\"height\":667,\"width\":1000,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-10-150x150.jpg\",\"orientation\":\"landscape\"},\"medium\":{\"height\":200,\"width\":300,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-10-300x200.jpg\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-10.jpg\",\"height\":667,\"width\":1000,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"imageSize\":\"full\",\"imageWidth\":100,\"imageWidthMobile\":100,\"imageWidthTablet\":100,\"paddingBtnTop\":10,\"paddingBtnBottom\":10,\"paddingBtnLeft\":14,\"paddingBtnRight\":14,\"imageWidthUnit\":\"%\",\"imageWidthUnitTablet\":\"%\",\"imageWidthUnitMobile\":\"%\",\"subHeadTopMargin\":0,\"subHeadRightMargin\":40,\"subHeadLeftMargin\":0,\"subHeadMarginTopTablet\":0,\"subHeadMarginRightTablet\":0,\"subHeadTabletSpace\":20,\"subHeadMarginLeftTablet\":0,\"imgTagHeight\":66,\"imgTagWidth\":1000,\"btnBorderTopWidth\":1,\"btnBorderLeftWidth\":1,\"btnBorderRightWidth\":1,\"btnBorderBottomWidth\":1,\"btnBorderTopLeftRadius\":0,\"btnBorderTopRightRadius\":0,\"btnBorderBottomLeftRadius\":0,\"btnBorderBottomRightRadius\":0,\"btnBorderStyle\":\"solid\",\"btnBorderColor\":\"#333\"} -->\n<div class=\"wp-block-uagb-info-box uagb-block-7ea5ee6b uagb-infobox__content-wrap  uagb-infobox-icon-above-title uagb-infobox-image-valign-top\"><div class=\"uagb-ifb-content\"><div class=\"uagb-ifb-image-content\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-10.jpg\" alt=\"\" width=\"100\" height=\"66\" loading=\"lazy\"/></div><div class=\"uagb-ifb-title-wrap\"><h3 class=\"uagb-ifb-title\">The Barn </h3></div><p class=\"uagb-ifb-desc\">Rustic beams and exposed wood are all hallmarks of our barn-style suite. This is an open-plan unit with lots of windows with a raised king bed on a platform that faces the TV and the mountains.</p><div class=\"uagb-ifb-button-wrapper wp-block-button\"><a href=\"/the-barn/\" target=\"_self\" class=\"uagb-infobox-cta-link\" rel=\"noopener noreferrer\" alt=\"\"><span class=\"uagb-inline-editing\">READ MORE</span></a></div></div></div>\n<!-- /wp:uagb/info-box --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"4308f41a\",\"widthDesktop\":50,\"bottomPaddingDesktop\":20,\"rightPaddingDesktop\":32,\"bottomPaddingTablet\":35,\"rightPaddingTablet\":15,\"bottomPaddingMobile\":65,\"paddingLink\":false,\"topMarginDesktop\":0,\"bottomMarginDesktop\":0,\"leftMarginDesktop\":5,\"rightMarginDesktop\":5,\"topMarginMobile\":0,\"bottomMarginMobile\":0,\"leftMarginMobile\":0,\"rightMarginMobile\":0,\"marginLink\":false,\"variationSelected\":true,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-4308f41a\"><!-- wp:uagb/info-box {\"classMigrate\":true,\"headingAlign\":\"left\",\"headingColor\":\"\",\"subHeadingColor\":\"\",\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"source_type\":\"image\",\"block_id\":\"b4f96535\",\"ctaIcon\":\"\",\"ctaType\":\"text\",\"ctaText\":\"READ MORE\",\"ctaLinkColor\":\"var(\\u002d\\u002dast-global-color-0)\",\"ctaDecoration\":\"underline\",\"ctaFontSize\":12,\"ctaFontWeight\":\"600\",\"ctaLetterSpacing\":2,\"ctaBorderColor\":\"\",\"ctaBorderStyle\":\"\",\"ctaBorderWidth\":\"\",\"ctaBorderRadius\":\"\",\"iconBottomMargin\":30,\"iconImage\":{\"uploading\":false,\"date\":1670936842000,\"filename\":\"tuscan-suite-raised-bed-and-settee.jpg\",\"menuOrder\":0,\"uploadedTo\":761,\"type\":\"image\",\"subtype\":\"jpeg\",\"id\":864,\"title\":\"tuscan-suite-raised-bed-and-settee\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/tuscan-suite-raised-bed-and-settee.jpg\",\"link\":\"https://blueroan.netgen.cloud/accommodation/tuscan-suite-raised-bed-and-settee/\",\"alt\":\"\",\"author\":\"2\",\"description\":\"\",\"caption\":\"\",\"name\":\"tuscan-suite-raised-bed-and-settee\",\"status\":\"inherit\",\"modified\":1670936842000,\"mime\":\"image/jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-includes/images/media/default.png\",\"dateFormatted\":\"December 13, 2022\",\"nonces\":{\"update\":\"0624a4a01a\",\"delete\":\"9e8f0f7a5a\",\"edit\":\"087f94f2e5\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=864\\u0026action=edit\",\"meta\":false,\"authorName\":\"Netgen Support\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/profile.php\",\"uploadedToTitle\":\"Accommodation\",\"uploadedToLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=761\\u0026action=edit\",\"filesizeInBytes\":41923,\"filesizeHumanReadable\":\"41 KB\",\"context\":\"\",\"height\":400,\"width\":600,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/tuscan-suite-raised-bed-and-settee-150x150.jpg\",\"orientation\":\"landscape\"},\"medium\":{\"height\":200,\"width\":300,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/tuscan-suite-raised-bed-and-settee-300x200.jpg\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/tuscan-suite-raised-bed-and-settee.jpg\",\"height\":400,\"width\":600,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"imageSize\":\"full\",\"imageWidth\":100,\"imageWidthMobile\":100,\"imageWidthTablet\":100,\"paddingBtnTop\":10,\"paddingBtnBottom\":10,\"paddingBtnLeft\":14,\"paddingBtnRight\":14,\"imageWidthUnit\":\"%\",\"imageWidthUnitTablet\":\"%\",\"imageWidthUnitMobile\":\"%\",\"subHeadTopMargin\":0,\"subHeadRightMargin\":40,\"subHeadLeftMargin\":0,\"subHeadMarginTopTablet\":0,\"subHeadMarginRightTablet\":0,\"subHeadTabletSpace\":20,\"subHeadMarginLeftTablet\":0,\"imgTagHeight\":66,\"imgTagWidth\":600,\"btnBorderTopWidth\":1,\"btnBorderLeftWidth\":1,\"btnBorderRightWidth\":1,\"btnBorderBottomWidth\":1,\"btnBorderTopLeftRadius\":0,\"btnBorderTopRightRadius\":0,\"btnBorderBottomLeftRadius\":0,\"btnBorderBottomRightRadius\":0,\"btnBorderStyle\":\"solid\",\"btnBorderColor\":\"#333\"} -->\n<div class=\"wp-block-uagb-info-box uagb-block-b4f96535 uagb-infobox__content-wrap  uagb-infobox-icon-above-title uagb-infobox-image-valign-top\"><div class=\"uagb-ifb-content\"><div class=\"uagb-ifb-image-content\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/tuscan-suite-raised-bed-and-settee.jpg\" alt=\"\" width=\"100\" height=\"66\" loading=\"lazy\"/></div><div class=\"uagb-ifb-title-wrap\"><h3 class=\"uagb-ifb-title\">The Tuscan Suite </h3></div><p class=\"uagb-ifb-desc\">Terra-cotta tiles, textured wall treatments, gorgeous, intricate murals,&nbsp;and simple, durable furniture with elegant iron accents are all characteristics of Tuscan interior design.</p><div class=\"uagb-ifb-button-wrapper wp-block-button\"><a href=\"\" target=\"_self\" class=\"uagb-infobox-cta-link uagb-disable-link\" rel=\"noopener noreferrer\" alt=\"\"><span class=\"uagb-inline-editing\">READ MORE</span></a></div></div></div>\n<!-- /wp:uagb/info-box --></div>\n<!-- /wp:uagb/container --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"b06b2e84\",\"directionDesktop\":\"row\",\"alignItemsTablet\":\"flex-start\",\"justifyContentDesktop\":\"flex-start\",\"topMarginDesktop\":54,\"bottomMarginDesktop\":0,\"leftMarginDesktop\":0,\"rightMarginDesktop\":0,\"topMarginMobile\":0,\"bottomMarginMobile\":0,\"leftMarginMobile\":0,\"rightMarginMobile\":0,\"marginLink\":false,\"variationSelected\":true,\"rowGapMobile\":0,\"columnGapDesktop\":0} -->\n<div class=\"wp-block-uagb-container uagb-block-b06b2e84\"><!-- wp:uagb/container {\"block_id\":\"f65b6c38\",\"widthDesktop\":50,\"bottomPaddingDesktop\":20,\"rightPaddingDesktop\":32,\"bottomPaddingTablet\":35,\"leftPaddingTablet\":0,\"rightPaddingTablet\":15,\"bottomPaddingMobile\":65,\"paddingLink\":false,\"topMarginDesktop\":0,\"bottomMarginDesktop\":0,\"leftMarginDesktop\":5,\"rightMarginDesktop\":5,\"topMarginMobile\":0,\"bottomMarginMobile\":0,\"leftMarginMobile\":0,\"rightMarginMobile\":0,\"marginLink\":false,\"variationSelected\":true,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-f65b6c38\"><!-- wp:uagb/info-box {\"classMigrate\":true,\"headingAlign\":\"left\",\"headingColor\":\"\",\"subHeadingColor\":\"\",\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"source_type\":\"image\",\"block_id\":\"0bd7e645\",\"ctaIcon\":\"\",\"ctaType\":\"text\",\"ctaText\":\"READ MORE\",\"ctaLinkColor\":\"var(\\u002d\\u002dast-global-color-0)\",\"ctaDecoration\":\"underline\",\"ctaFontSize\":12,\"ctaFontWeight\":\"600\",\"ctaLetterSpacing\":2,\"ctaBorderColor\":\"\",\"ctaBorderStyle\":\"\",\"ctaBorderWidth\":\"\",\"ctaBorderRadius\":\"\",\"iconBottomMargin\":30,\"iconImage\":{\"uploading\":false,\"date\":1670938945000,\"filename\":\"bluebush-king-bed-and-spa-bath.png\",\"menuOrder\":0,\"uploadedTo\":761,\"type\":\"image\",\"subtype\":\"png\",\"id\":881,\"title\":\"bluebush-king-bed-and-spa-bath\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/bluebush-king-bed-and-spa-bath.png\",\"link\":\"https://blueroan.netgen.cloud/accommodation/bluebush-king-bed-and-spa-bath/\",\"alt\":\"\",\"author\":\"2\",\"description\":\"\",\"caption\":\"\",\"name\":\"bluebush-king-bed-and-spa-bath\",\"status\":\"inherit\",\"modified\":1670938945000,\"mime\":\"image/png\",\"icon\":\"https://blueroan.netgen.cloud/wp-includes/images/media/default.png\",\"dateFormatted\":\"December 13, 2022\",\"nonces\":{\"update\":\"e1c334788a\",\"delete\":\"b219c40b29\",\"edit\":\"273b944edc\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=881\\u0026action=edit\",\"meta\":false,\"authorName\":\"Netgen Support\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/profile.php\",\"uploadedToTitle\":\"Accommodation\",\"uploadedToLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=761\\u0026action=edit\",\"filesizeInBytes\":1195033,\"filesizeHumanReadable\":\"1 MB\",\"context\":\"\",\"height\":667,\"width\":1000,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/bluebush-king-bed-and-spa-bath-150x150.png\",\"orientation\":\"landscape\"},\"medium\":{\"height\":200,\"width\":300,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/bluebush-king-bed-and-spa-bath-300x200.png\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/bluebush-king-bed-and-spa-bath.png\",\"height\":667,\"width\":1000,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"imageSize\":\"full\",\"imageWidth\":100,\"imageWidthMobile\":100,\"imageWidthTablet\":100,\"paddingBtnTop\":10,\"paddingBtnBottom\":10,\"paddingBtnLeft\":14,\"paddingBtnRight\":14,\"imageWidthUnit\":\"%\",\"imageWidthUnitTablet\":\"%\",\"imageWidthUnitMobile\":\"%\",\"subHeadTopMargin\":0,\"subHeadRightMargin\":40,\"subHeadLeftMargin\":0,\"subHeadMarginTopTablet\":0,\"subHeadMarginRightTablet\":0,\"subHeadTabletSpace\":20,\"subHeadMarginLeftTablet\":0,\"imgTagHeight\":66,\"imgTagWidth\":1000,\"btnBorderTopWidth\":1,\"btnBorderLeftWidth\":1,\"btnBorderRightWidth\":1,\"btnBorderBottomWidth\":1,\"btnBorderTopLeftRadius\":0,\"btnBorderTopRightRadius\":0,\"btnBorderBottomLeftRadius\":0,\"btnBorderBottomRightRadius\":0,\"btnBorderStyle\":\"solid\",\"btnBorderColor\":\"#333\"} -->\n<div class=\"wp-block-uagb-info-box uagb-block-0bd7e645 uagb-infobox__content-wrap  uagb-infobox-icon-above-title uagb-infobox-image-valign-top\"><div class=\"uagb-ifb-content\"><div class=\"uagb-ifb-image-content\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/bluebush-king-bed-and-spa-bath.png\" alt=\"\" width=\"100\" height=\"66\" loading=\"lazy\"/></div><div class=\"uagb-ifb-title-wrap\"><h3 class=\"uagb-ifb-title\">The Bluebush </h3></div><p class=\"uagb-ifb-desc\">A warm and comforting suite with a very homely feeling. Settle in and relax like you would at home. Relax with a perfect corner-shaped spa bath and open-plan&nbsp;living area.</p><div class=\"uagb-ifb-button-wrapper wp-block-button\"><a href=\"\" target=\"_self\" class=\"uagb-infobox-cta-link uagb-disable-link\" rel=\"noopener noreferrer\" alt=\"\"><span class=\"uagb-inline-editing\">READ MORE</span></a></div></div></div>\n<!-- /wp:uagb/info-box --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"d337ba9f\",\"widthDesktop\":50,\"bottomPaddingDesktop\":20,\"rightPaddingDesktop\":32,\"bottomPaddingTablet\":35,\"rightPaddingTablet\":15,\"bottomPaddingMobile\":65,\"paddingLink\":false,\"topMarginDesktop\":0,\"bottomMarginDesktop\":0,\"leftMarginDesktop\":5,\"rightMarginDesktop\":5,\"topMarginMobile\":0,\"bottomMarginMobile\":0,\"leftMarginMobile\":0,\"rightMarginMobile\":0,\"marginLink\":false,\"variationSelected\":true,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-d337ba9f\"><!-- wp:uagb/info-box {\"classMigrate\":true,\"headingAlign\":\"left\",\"headingColor\":\"\",\"subHeadingColor\":\"\",\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"source_type\":\"image\",\"block_id\":\"b9ac1abc\",\"ctaIcon\":\"\",\"ctaType\":\"text\",\"ctaText\":\"READ MORE\",\"ctaLinkColor\":\"var(\\u002d\\u002dast-global-color-0)\",\"ctaDecoration\":\"underline\",\"ctaFontSize\":12,\"ctaFontWeight\":\"600\",\"ctaLetterSpacing\":2,\"ctaBorderColor\":\"\",\"ctaBorderStyle\":\"\",\"ctaBorderWidth\":\"\",\"ctaBorderRadius\":\"\",\"iconBottomMargin\":30,\"iconImage\":{\"uploading\":false,\"date\":1670938831000,\"filename\":\"blue-roan-guest-farm-11.jpg\",\"menuOrder\":0,\"uploadedTo\":761,\"type\":\"image\",\"subtype\":\"jpeg\",\"id\":879,\"title\":\"blue-roan-guest-farm (11)\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-11.jpg\",\"link\":\"https://blueroan.netgen.cloud/accommodation/blue-roan-guest-farm-11/\",\"alt\":\"\",\"author\":\"2\",\"description\":\"\",\"caption\":\"\",\"name\":\"blue-roan-guest-farm-11\",\"status\":\"inherit\",\"modified\":1670938831000,\"mime\":\"image/jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-includes/images/media/default.png\",\"dateFormatted\":\"December 13, 2022\",\"nonces\":{\"update\":\"294125e9db\",\"delete\":\"1a7a578cdb\",\"edit\":\"79b313e573\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=879\\u0026action=edit\",\"meta\":false,\"authorName\":\"Netgen Support\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/profile.php\",\"uploadedToTitle\":\"Accommodation\",\"uploadedToLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=761\\u0026action=edit\",\"filesizeInBytes\":175055,\"filesizeHumanReadable\":\"171 KB\",\"context\":\"\",\"height\":667,\"width\":1000,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-11-150x150.jpg\",\"orientation\":\"landscape\"},\"medium\":{\"height\":200,\"width\":300,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-11-300x200.jpg\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-11.jpg\",\"height\":667,\"width\":1000,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"imageSize\":\"full\",\"imageWidth\":100,\"imageWidthMobile\":100,\"imageWidthTablet\":100,\"paddingBtnTop\":10,\"paddingBtnBottom\":10,\"paddingBtnLeft\":14,\"paddingBtnRight\":14,\"imageWidthUnit\":\"%\",\"imageWidthUnitTablet\":\"%\",\"imageWidthUnitMobile\":\"%\",\"subHeadTopMargin\":0,\"subHeadRightMargin\":40,\"subHeadLeftMargin\":0,\"subHeadMarginTopTablet\":0,\"subHeadMarginRightTablet\":0,\"subHeadTabletSpace\":20,\"subHeadMarginLeftTablet\":0,\"imgTagHeight\":66,\"imgTagWidth\":1000,\"btnBorderTopWidth\":1,\"btnBorderLeftWidth\":1,\"btnBorderRightWidth\":1,\"btnBorderBottomWidth\":1,\"btnBorderTopLeftRadius\":0,\"btnBorderTopRightRadius\":0,\"btnBorderBottomLeftRadius\":0,\"btnBorderBottomRightRadius\":0,\"btnBorderStyle\":\"solid\",\"btnBorderColor\":\"#333\"} -->\n<div class=\"wp-block-uagb-info-box uagb-block-b9ac1abc uagb-infobox__content-wrap  uagb-infobox-icon-above-title uagb-infobox-image-valign-top\"><div class=\"uagb-ifb-content\"><div class=\"uagb-ifb-image-content\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-11.jpg\" alt=\"\" width=\"100\" height=\"66\" loading=\"lazy\"/></div><div class=\"uagb-ifb-title-wrap\"><h3 class=\"uagb-ifb-title\">The Mexican Loft </h3></div><p class=\"uagb-ifb-desc\">This Mexican-inspired unit is full of bold colors and rustic furnishings. This design style has a multifarious feel, mixing rustic wood, authentic art, textiles, and a vivid palette of color</p><div class=\"uagb-ifb-button-wrapper wp-block-button\"><a href=\"\" target=\"_self\" class=\"uagb-infobox-cta-link uagb-disable-link\" rel=\"noopener noreferrer\" alt=\"\"><span class=\"uagb-inline-editing\">READ MORE</span></a></div></div></div>\n<!-- /wp:uagb/info-box --></div>\n<!-- /wp:uagb/container --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"ce68ce95\",\"directionDesktop\":\"row\",\"justifyContentDesktop\":\"flex-start\",\"topMarginDesktop\":54,\"bottomMarginDesktop\":0,\"leftMarginDesktop\":0,\"rightMarginDesktop\":0,\"topMarginMobile\":0,\"bottomMarginMobile\":0,\"leftMarginMobile\":0,\"rightMarginMobile\":0,\"marginLink\":false,\"variationSelected\":true,\"rowGapMobile\":0,\"columnGapDesktop\":0} -->\n<div class=\"wp-block-uagb-container uagb-block-ce68ce95\"><!-- wp:uagb/container {\"block_id\":\"05a42b0b\",\"widthDesktop\":50,\"bottomPaddingDesktop\":20,\"rightPaddingDesktop\":32,\"bottomPaddingTablet\":35,\"rightPaddingTablet\":15,\"bottomPaddingMobile\":65,\"paddingLink\":false,\"topMarginDesktop\":0,\"bottomMarginDesktop\":0,\"leftMarginDesktop\":5,\"rightMarginDesktop\":5,\"topMarginMobile\":0,\"bottomMarginMobile\":0,\"leftMarginMobile\":0,\"rightMarginMobile\":0,\"marginLink\":false,\"variationSelected\":true,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-05a42b0b\"><!-- wp:uagb/info-box {\"classMigrate\":true,\"headingAlign\":\"left\",\"headingColor\":\"\",\"subHeadingColor\":\"\",\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"source_type\":\"image\",\"block_id\":\"d5368374\",\"ctaIcon\":\"\",\"ctaType\":\"text\",\"ctaText\":\"READ MORE\",\"ctaLinkColor\":\"var(\\u002d\\u002dast-global-color-0)\",\"ctaDecoration\":\"underline\",\"ctaFontSize\":12,\"ctaFontWeight\":\"600\",\"ctaLetterSpacing\":2,\"ctaBorderColor\":\"\",\"ctaBorderStyle\":\"\",\"ctaBorderWidth\":\"\",\"ctaBorderRadius\":\"\",\"iconBottomMargin\":30,\"iconImage\":{\"uploading\":false,\"date\":1670939381000,\"filename\":\"acacia-lounge.jpg\",\"menuOrder\":0,\"uploadedTo\":761,\"type\":\"image\",\"subtype\":\"jpeg\",\"id\":885,\"title\":\"acacia-lounge\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/acacia-lounge.jpg\",\"link\":\"https://blueroan.netgen.cloud/accommodation/acacia-lounge/\",\"alt\":\"\",\"author\":\"2\",\"description\":\"\",\"caption\":\"\",\"name\":\"acacia-lounge\",\"status\":\"inherit\",\"modified\":1670939381000,\"mime\":\"image/jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-includes/images/media/default.png\",\"dateFormatted\":\"December 13, 2022\",\"nonces\":{\"update\":\"17e284dc72\",\"delete\":\"0967fb8415\",\"edit\":\"99ac1eb1a8\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=885\\u0026action=edit\",\"meta\":false,\"authorName\":\"Netgen Support\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/profile.php\",\"uploadedToTitle\":\"Accommodation\",\"uploadedToLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=761\\u0026action=edit\",\"filesizeInBytes\":37270,\"filesizeHumanReadable\":\"36 KB\",\"context\":\"\",\"height\":400,\"width\":600,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/acacia-lounge-150x150.jpg\",\"orientation\":\"landscape\"},\"medium\":{\"height\":200,\"width\":300,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/acacia-lounge-300x200.jpg\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/acacia-lounge.jpg\",\"height\":400,\"width\":600,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"imageSize\":\"full\",\"imageWidth\":100,\"imageWidthMobile\":100,\"imageWidthTablet\":100,\"paddingBtnTop\":10,\"paddingBtnBottom\":10,\"paddingBtnLeft\":14,\"paddingBtnRight\":14,\"imageWidthUnit\":\"%\",\"imageWidthUnitTablet\":\"%\",\"imageWidthUnitMobile\":\"%\",\"subHeadTopMargin\":0,\"subHeadRightMargin\":40,\"subHeadLeftMargin\":0,\"subHeadMarginTopTablet\":0,\"subHeadMarginRightTablet\":0,\"subHeadTabletSpace\":20,\"subHeadMarginLeftTablet\":0,\"imgTagHeight\":66,\"imgTagWidth\":600,\"btnBorderTopWidth\":1,\"btnBorderLeftWidth\":1,\"btnBorderRightWidth\":1,\"btnBorderBottomWidth\":1,\"btnBorderTopLeftRadius\":0,\"btnBorderTopRightRadius\":0,\"btnBorderBottomLeftRadius\":0,\"btnBorderBottomRightRadius\":0,\"btnBorderStyle\":\"solid\",\"btnBorderColor\":\"#333\"} -->\n<div class=\"wp-block-uagb-info-box uagb-block-d5368374 uagb-infobox__content-wrap  uagb-infobox-icon-above-title uagb-infobox-image-valign-top\"><div class=\"uagb-ifb-content\"><div class=\"uagb-ifb-image-content\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/acacia-lounge.jpg\" alt=\"\" width=\"100\" height=\"66\" loading=\"lazy\"/></div><div class=\"uagb-ifb-title-wrap\"><h3 class=\"uagb-ifb-title\">The Acacia </h3></div><p class=\"uagb-ifb-desc\">The largest unit we have named after the Acacia tree. This suite is rugged and rustic and has a spacious open plan living area opening onto a covered patio with a brick braai area. </p><div class=\"uagb-ifb-button-wrapper wp-block-button\"><a href=\"\" target=\"_self\" class=\"uagb-infobox-cta-link uagb-disable-link\" rel=\"noopener noreferrer\" alt=\"\"><span class=\"uagb-inline-editing\">READ MORE</span></a></div></div></div>\n<!-- /wp:uagb/info-box --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"b0dc38a5\",\"widthDesktop\":50,\"bottomPaddingDesktop\":20,\"rightPaddingDesktop\":32,\"bottomPaddingTablet\":35,\"rightPaddingTablet\":15,\"paddingLink\":false,\"topMarginDesktop\":0,\"bottomMarginDesktop\":0,\"leftMarginDesktop\":5,\"rightMarginDesktop\":5,\"topMarginMobile\":0,\"bottomMarginMobile\":0,\"leftMarginMobile\":0,\"rightMarginMobile\":0,\"marginLink\":false,\"variationSelected\":true,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-b0dc38a5\"><!-- wp:uagb/info-box {\"classMigrate\":true,\"headingAlign\":\"left\",\"headingColor\":\"\",\"subHeadingColor\":\"\",\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"source_type\":\"image\",\"block_id\":\"241676d8\",\"ctaIcon\":\"\",\"ctaType\":\"text\",\"ctaText\":\"READ MORE\",\"ctaLinkColor\":\"var(\\u002d\\u002dast-global-color-0)\",\"ctaDecoration\":\"underline\",\"ctaFontSize\":12,\"ctaFontWeight\":\"600\",\"ctaLetterSpacing\":2,\"ctaBorderColor\":\"\",\"ctaBorderStyle\":\"\",\"ctaBorderWidth\":\"\",\"ctaBorderRadius\":\"\",\"iconBottomMargin\":30,\"iconImage\":{\"id\":290,\"title\":\"room-6\",\"filename\":\"room-6.jpg\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/room-6.jpg\",\"link\":\"https://blueroan.netgen.cloud/room-6/\",\"alt\":\"\",\"author\":\"34\",\"description\":\"\",\"caption\":\"\",\"name\":\"room-6\",\"status\":\"inherit\",\"uploadedTo\":0,\"date\":\"2021-05-11T12:42:24.000Z\",\"modified\":\"2021-05-11T12:42:24.000Z\",\"menuOrder\":0,\"mime\":\"image/jpeg\",\"type\":\"image\",\"subtype\":\"jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/default.png\",\"dateFormatted\":\"May 11, 2021\",\"nonces\":{\"update\":\"ca0f21bc6b\",\"delete\":\"aeb89ca3d4\",\"edit\":\"4be159def3\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=290\\u0026action=edit\",\"meta\":false,\"authorName\":\"Rishabh\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/user-edit.php?user_id=34\",\"filesizeInBytes\":50081,\"filesizeHumanReadable\":\"49 KB\",\"context\":\"\",\"height\":400,\"width\":600,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/room-6-150x150.jpg\",\"orientation\":\"landscape\"},\"medium\":{\"height\":200,\"width\":300,\"url\":\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/room-6-300x200.jpg\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/room-6.jpg\",\"height\":400,\"width\":600,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"imageSize\":\"full\",\"imageWidth\":100,\"imageWidthMobile\":100,\"imageWidthTablet\":100,\"paddingBtnTop\":10,\"paddingBtnBottom\":10,\"paddingBtnLeft\":14,\"paddingBtnRight\":14,\"imageWidthUnit\":\"%\",\"imageWidthUnitTablet\":\"%\",\"imageWidthUnitMobile\":\"%\",\"subHeadTopMargin\":0,\"subHeadRightMargin\":40,\"subHeadLeftMargin\":0,\"subHeadMarginTopTablet\":0,\"subHeadMarginRightTablet\":0,\"subHeadTabletSpace\":20,\"subHeadMarginLeftTablet\":0,\"imgTagHeight\":66,\"imgTagWidth\":600,\"btnBorderTopWidth\":1,\"btnBorderLeftWidth\":1,\"btnBorderRightWidth\":1,\"btnBorderBottomWidth\":1,\"btnBorderTopLeftRadius\":0,\"btnBorderTopRightRadius\":0,\"btnBorderBottomLeftRadius\":0,\"btnBorderBottomRightRadius\":0,\"btnBorderStyle\":\"solid\",\"btnBorderColor\":\"#333\"} -->\n<div class=\"wp-block-uagb-info-box uagb-block-241676d8 uagb-infobox__content-wrap  uagb-infobox-icon-above-title uagb-infobox-image-valign-top\"><div class=\"uagb-ifb-content\"><div class=\"uagb-ifb-image-content\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/room-6.jpg\" alt=\"\" width=\"100\" height=\"66\" loading=\"lazy\"/></div><div class=\"uagb-ifb-title-wrap\"><h3 class=\"uagb-ifb-title\">The Greek Villa </h3></div><p class=\"uagb-ifb-desc\">Designed like a Greek villa this Mediterranean style reflects a relaxed atmosphere with its dominant white walls and blue ceilings with lovely rustic furnishings</p><div class=\"uagb-ifb-button-wrapper wp-block-button\"><a href=\"\" target=\"_self\" class=\"uagb-infobox-cta-link uagb-disable-link\" rel=\"noopener noreferrer\" alt=\"\"><span class=\"uagb-inline-editing\">READ MORE</span></a></div></div></div>\n<!-- /wp:uagb/info-box --></div>\n<!-- /wp:uagb/container --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"a1fb3d03\",\"directionDesktop\":\"row\",\"justifyContentDesktop\":\"flex-start\",\"topMarginDesktop\":54,\"bottomMarginDesktop\":0,\"leftMarginDesktop\":0,\"rightMarginDesktop\":0,\"topMarginMobile\":0,\"bottomMarginMobile\":0,\"leftMarginMobile\":0,\"rightMarginMobile\":0,\"marginLink\":false,\"variationSelected\":true,\"rowGapMobile\":0,\"columnGapDesktop\":0} -->\n<div class=\"wp-block-uagb-container uagb-block-a1fb3d03\"><!-- wp:uagb/container {\"block_id\":\"1fae1d65\",\"widthDesktop\":50,\"bottomPaddingDesktop\":20,\"rightPaddingDesktop\":32,\"bottomPaddingTablet\":35,\"rightPaddingTablet\":15,\"bottomPaddingMobile\":65,\"paddingLink\":false,\"topMarginDesktop\":0,\"bottomMarginDesktop\":0,\"leftMarginDesktop\":5,\"rightMarginDesktop\":5,\"topMarginMobile\":0,\"bottomMarginMobile\":0,\"leftMarginMobile\":0,\"rightMarginMobile\":0,\"marginLink\":false,\"variationSelected\":true,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-1fae1d65\"><!-- wp:uagb/info-box {\"classMigrate\":true,\"headingAlign\":\"left\",\"headingColor\":\"\",\"subHeadingColor\":\"\",\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"source_type\":\"image\",\"block_id\":\"a3d847e3\",\"ctaIcon\":\"\",\"ctaType\":\"text\",\"ctaText\":\"READ MORE\",\"ctaLinkColor\":\"var(\\u002d\\u002dast-global-color-0)\",\"ctaDecoration\":\"underline\",\"ctaFontSize\":12,\"ctaFontWeight\":\"600\",\"ctaLetterSpacing\":2,\"ctaBorderColor\":\"\",\"ctaBorderStyle\":\"\",\"ctaBorderWidth\":\"\",\"ctaBorderRadius\":\"\",\"iconBottomMargin\":30,\"iconImage\":{\"uploading\":false,\"date\":1670943128000,\"filename\":\"AAEAAQAAAAAAAAAAAAAAJDkwZDA0NDg0LWIwNTctNGVlNy05Y2NjLWNjNDllODBmZTI3OA.png\",\"menuOrder\":0,\"uploadedTo\":761,\"type\":\"image\",\"subtype\":\"png\",\"id\":896,\"title\":\"AAEAAQAAAAAAAAAAAAAAJDkwZDA0NDg0LWIwNTctNGVlNy05Y2NjLWNjNDllODBmZTI3OA\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAAJDkwZDA0NDg0LWIwNTctNGVlNy05Y2NjLWNjNDllODBmZTI3OA.png\",\"link\":\"https://blueroan.netgen.cloud/accommodation/aaeaaqaaaaaaaaaaaaaajdkwzda0ndg0lwiwntctngvlny05y2njlwnjndllodbmzti3oa/\",\"alt\":\"Honeymoon suite bedroom \",\"author\":\"2\",\"description\":\"\",\"caption\":\"\",\"name\":\"aaeaaqaaaaaaaaaaaaaajdkwzda0ndg0lwiwntctngvlny05y2njlwnjndllodbmzti3oa\",\"status\":\"inherit\",\"modified\":1670943128000,\"mime\":\"image/png\",\"icon\":\"https://blueroan.netgen.cloud/wp-includes/images/media/default.png\",\"dateFormatted\":\"December 13, 2022\",\"nonces\":{\"update\":\"ef5e68588c\",\"delete\":\"c4dba1213a\",\"edit\":\"aea99f65e2\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=896\\u0026action=edit\",\"meta\":false,\"authorName\":\"Netgen Support\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/profile.php\",\"uploadedToTitle\":\"Accommodation\",\"uploadedToLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=761\\u0026action=edit\",\"filesizeInBytes\":1088370,\"filesizeHumanReadable\":\"1 MB\",\"context\":\"\",\"height\":861,\"width\":1300,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAAJDkwZDA0NDg0LWIwNTctNGVlNy05Y2NjLWNjNDllODBmZTI3OA-150x150.png\",\"orientation\":\"landscape\"},\"medium\":{\"height\":199,\"width\":300,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAAJDkwZDA0NDg0LWIwNTctNGVlNy05Y2NjLWNjNDllODBmZTI3OA-300x199.png\",\"orientation\":\"landscape\"},\"large\":{\"height\":678,\"width\":1024,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAAJDkwZDA0NDg0LWIwNTctNGVlNy05Y2NjLWNjNDllODBmZTI3OA-1024x678.png\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAAJDkwZDA0NDg0LWIwNTctNGVlNy05Y2NjLWNjNDllODBmZTI3OA.png\",\"height\":861,\"width\":1300,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"imageSize\":\"full\",\"imageWidth\":100,\"imageWidthMobile\":100,\"imageWidthTablet\":100,\"paddingBtnTop\":10,\"paddingBtnBottom\":10,\"paddingBtnLeft\":14,\"paddingBtnRight\":14,\"imageWidthUnit\":\"%\",\"imageWidthUnitTablet\":\"%\",\"imageWidthUnitMobile\":\"%\",\"subHeadTopMargin\":0,\"subHeadRightMargin\":40,\"subHeadLeftMargin\":0,\"subHeadMarginTopTablet\":0,\"subHeadMarginRightTablet\":0,\"subHeadTabletSpace\":20,\"subHeadMarginLeftTablet\":0,\"imgTagHeight\":66,\"imgTagWidth\":1300,\"btnBorderTopWidth\":1,\"btnBorderLeftWidth\":1,\"btnBorderRightWidth\":1,\"btnBorderBottomWidth\":1,\"btnBorderTopLeftRadius\":0,\"btnBorderTopRightRadius\":0,\"btnBorderBottomLeftRadius\":0,\"btnBorderBottomRightRadius\":0,\"btnBorderStyle\":\"solid\",\"btnBorderColor\":\"#333\"} -->\n<div class=\"wp-block-uagb-info-box uagb-block-a3d847e3 uagb-infobox__content-wrap  uagb-infobox-icon-above-title uagb-infobox-image-valign-top\"><div class=\"uagb-ifb-content\"><div class=\"uagb-ifb-image-content\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAAJDkwZDA0NDg0LWIwNTctNGVlNy05Y2NjLWNjNDllODBmZTI3OA.png\" alt=\"Honeymoon suite bedroom \" width=\"100\" height=\"66\" loading=\"lazy\"/></div><div class=\"uagb-ifb-title-wrap\"><h3 class=\"uagb-ifb-title\">The Honeymoon suite</h3></div><p class=\"uagb-ifb-desc\">This&nbsp;<a href=\"https://www.collinsdictionary.com/dictionary/english/suite\">suite</a>&nbsp;is perfect for couples - This is an open-plan unit attached to the side of the main house, completely private with its own entrance, own garden, and carport.&nbsp;</p><div class=\"uagb-ifb-button-wrapper wp-block-button\"><a href=\"\" target=\"_self\" class=\"uagb-infobox-cta-link uagb-disable-link\" rel=\"noopener noreferrer\" alt=\"\"><span class=\"uagb-inline-editing\">READ MORE</span></a></div></div></div>\n<!-- /wp:uagb/info-box --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"6a2f12d9\",\"widthDesktop\":50,\"bottomPaddingDesktop\":20,\"rightPaddingDesktop\":32,\"bottomPaddingTablet\":35,\"rightPaddingTablet\":15,\"paddingLink\":false,\"topMarginDesktop\":0,\"bottomMarginDesktop\":0,\"leftMarginDesktop\":5,\"rightMarginDesktop\":5,\"topMarginMobile\":0,\"bottomMarginMobile\":0,\"leftMarginMobile\":0,\"rightMarginMobile\":0,\"marginLink\":false,\"variationSelected\":true,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-6a2f12d9\"></div>\n<!-- /wp:uagb/container --></div>\n<!-- /wp:uagb/container --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"cb5fd48f\",\"innerContentCustomWidthDesktop\":781,\"innerContentCustomWidthTablet\":781,\"backgroundType\":\"image\",\"backgroundImageDesktop\":{\"uploading\":false,\"date\":1670943271000,\"filename\":\"AAEAAQAAAAAAAAAAAAAA39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba.png\",\"menuOrder\":0,\"uploadedTo\":761,\"type\":\"image\",\"subtype\":\"png\",\"id\":899,\"title\":\"AAEAAQAAAAAAAAAAAAAA39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAA39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba.png\",\"link\":\"https://blueroan.netgen.cloud/accommodation/aaeaaqaaaaaaaaaaaaaa39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba/\",\"alt\":\"\",\"author\":\"2\",\"description\":\"\",\"caption\":\"\",\"name\":\"aaeaaqaaaaaaaaaaaaaa39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba\",\"status\":\"inherit\",\"modified\":1670943271000,\"mime\":\"image/png\",\"icon\":\"https://blueroan.netgen.cloud/wp-includes/images/media/default.png\",\"dateFormatted\":\"December 13, 2022\",\"nonces\":{\"update\":\"45b2b6c69b\",\"delete\":\"75d81c42ab\",\"edit\":\"88fae030a9\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=899\\u0026action=edit\",\"meta\":false,\"authorName\":\"Netgen Support\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/profile.php\",\"uploadedToTitle\":\"Accommodation\",\"uploadedToLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=761\\u0026action=edit\",\"filesizeInBytes\":2338048,\"filesizeHumanReadable\":\"2 MB\",\"context\":\"\",\"height\":900,\"width\":1200,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAA39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba-150x150.png\",\"orientation\":\"landscape\"},\"medium\":{\"height\":225,\"width\":300,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAA39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba-300x225.png\",\"orientation\":\"landscape\"},\"large\":{\"height\":768,\"width\":1024,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAA39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba-1024x768.png\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAA39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba.png\",\"height\":900,\"width\":1200,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"backgroundImageColor\":\"rgba(42,42,42,0.65)\",\"topPaddingDesktop\":144,\"bottomPaddingDesktop\":144,\"leftPaddingDesktop\":40,\"rightPaddingDesktop\":40,\"topPaddingTablet\":80,\"bottomPaddingTablet\":80,\"leftPaddingTablet\":40,\"rightPaddingTablet\":40,\"topPaddingMobile\":64,\"bottomPaddingMobile\":64,\"leftPaddingMobile\":24,\"rightPaddingMobile\":24,\"paddingLink\":false,\"variationSelected\":true,\"isBlockRootParent\":true,\"overlayType\":\"color\"} -->\n<div class=\"wp-block-uagb-container uagb-block-cb5fd48f alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/advanced-heading {\"block_id\":\"b1cdfad8\",\"classMigrate\":true,\"headingDescToggle\":true,\"headingAlign\":\"center\",\"headingColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"subHeadingColor\":\"var(\\u002d\\u002dast-global-color-4)\",\"headSpace\":20} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-b1cdfad8\"><h2 class=\"uagb-heading-text\">Plan an Unforgettable Experience at<br>Blue Roan!</h2><p class=\"uagb-desc-text\">We can help you fit your stay and experience within your allotted budget.</p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/advanced-heading {\"block_id\":\"7e344752\",\"classMigrate\":true,\"headingTitleToggle\":false,\"headingDescToggle\":true,\"headingAlign\":\"center\",\"subHeadingColor\":\"var(\\u002d\\u002dast-global-color-4)\",\"subHeadTransform\":\"uppercase\",\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"subHeadLetterSpacing\":2,\"blockTopPadding\":60,\"blockRightPadding\":0,\"blockLeftPadding\":0,\"blockBottomPadding\":0,\"blockTopPaddingMobile\":30,\"blockRightPaddingMobile\":0,\"blockLeftPaddingMobile\":0,\"blockBottomPaddingMobile\":0} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-7e344752\"><p class=\"uagb-desc-text\">BOOK YOUR STAY NOW​</p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/icon-list {\"block_id\":\"cb00af0d\",\"classMigrate\":true,\"childMigrate\":true,\"align\":\"center\",\"parentIcon\":\"phone\",\"size\":40,\"sizeMobile\":24,\"sizeTablet\":32,\"fontSize\":48,\"fontSizeMobile\":28,\"fontSizeTablet\":40,\"fontWeight\":\"600\",\"iconColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"labelColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"blockTopPadding\":0,\"blockRightPadding\":0,\"blockLeftPadding\":0,\"blockBottomPadding\":24,\"blockPaddingLink\":false} -->\n<div class=\"wp-block-uagb-icon-list uagb-block-cb00af0d\"><div class=\"uagb-icon-list__wrap\"><!-- wp:uagb/icon-list-child {\"block_id\":\"09eea082\",\"label\":\" + 27 (0) 82 575 5409\",\"label_color\":\"\",\"link\":\"tel:+27825755409\",\"disableLink\":true,\"fromParentIcon\":\"phone\",\"imageSizeChild\":40} -->\n<div class=\"wp-block-uagb-icon-list-child uagb-block-09eea082\"><a target=\"_self\" aria-label=\" + 27 (0) 82 575 5409\" rel=\"noopener noreferrer\" href=\"tel:+27825755409\"> </a><span class=\"uagb-icon-list__source-wrap\"><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M511.2 387l-23.25 100.8c-3.266 14.25-15.79 24.22-30.46 24.22C205.2 512 0 306.8 0 54.5c0-14.66 9.969-27.2 24.22-30.45l100.8-23.25C139.7-2.602 154.7 5.018 160.8 18.92l46.52 108.5c5.438 12.78 1.77 27.67-8.98 36.45L144.5 207.1c33.98 69.22 90.26 125.5 159.5 159.5l44.08-53.8c8.688-10.78 23.69-14.51 36.47-8.975l108.5 46.51C506.1 357.2 514.6 372.4 511.2 387z\"></path></svg></span><span class=\"uagb-icon-list__label\"> + 27 (0) 82 575 5409</span></div>\n<!-- /wp:uagb/icon-list-child -->\n\n<!-- wp:uagb/icon-list-child {\"block_id\":\"7b77e070\",\"label\":\"blueroan@ugo.co.za\",\"icon\":\"envelope\",\"label_color\":\"\",\"link\":\"mailto:blueroan@ugo.co.za\",\"disableLink\":true,\"fromParentIcon\":\"phone\",\"imageSizeChild\":40} -->\n<div class=\"wp-block-uagb-icon-list-child uagb-block-7b77e070\"><a target=\"_self\" aria-label=\"blueroan@ugo.co.za\" rel=\"noopener noreferrer\" href=\"mailto:blueroan@ugo.co.za\"> </a><span class=\"uagb-icon-list__source-wrap\"><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M464 64C490.5 64 512 85.49 512 112C512 127.1 504.9 141.3 492.8 150.4L275.2 313.6C263.8 322.1 248.2 322.1 236.8 313.6L19.2 150.4C7.113 141.3 0 127.1 0 112C0 85.49 21.49 64 48 64H464zM217.6 339.2C240.4 356.3 271.6 356.3 294.4 339.2L512 176V384C512 419.3 483.3 448 448 448H64C28.65 448 0 419.3 0 384V176L217.6 339.2z\"></path></svg></span><span class=\"uagb-icon-list__label\">blueroan@ugo.co.za</span></div>\n<!-- /wp:uagb/icon-list-child --></div></div>\n<!-- /wp:uagb/icon-list --></div></div>\n<!-- /wp:uagb/container -->',	'Accommodation',	'',	'inherit',	'closed',	'closed',	'',	'761-revision-v1',	'',	'',	'2022-12-14 10:22:26',	'2022-12-14 10:22:26',	'',	761,	'https://blueroan.netgen.cloud/?p=979',	0,	'revision',	'',	0),
(980,	2,	'2022-12-14 10:23:06',	'2022-12-14 10:23:06',	'<!-- wp:uagb/container {\"block_id\":\"0b896540\",\"backgroundType\":\"image\",\"backgroundImageDesktop\":{\"id\":863,\"title\":\"blue-roan-guest-farm (10)\",\"filename\":\"blue-roan-guest-farm-10.jpg\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-10.jpg\",\"link\":\"https://blueroan.netgen.cloud/accommodation/blue-roan-guest-farm-10/\",\"alt\":\"\",\"author\":\"2\",\"description\":\"\",\"caption\":\"\",\"name\":\"blue-roan-guest-farm-10\",\"status\":\"inherit\",\"uploadedTo\":761,\"date\":\"2022-12-13T13:04:34.000Z\",\"modified\":\"2022-12-13T13:04:34.000Z\",\"menuOrder\":0,\"mime\":\"image/jpeg\",\"type\":\"image\",\"subtype\":\"jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-includes/images/media/default.png\",\"dateFormatted\":\"December 13, 2022\",\"nonces\":{\"update\":\"d5ed6f1c8f\",\"delete\":\"06e9e4c7ca\",\"edit\":\"1bf84c7813\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=863\\u0026action=edit\",\"meta\":false,\"authorName\":\"Netgen Support\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/profile.php\",\"uploadedToTitle\":\"Accommodation\",\"uploadedToLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=761\\u0026action=edit\",\"filesizeInBytes\":149768,\"filesizeHumanReadable\":\"146 KB\",\"context\":\"\",\"height\":667,\"width\":1000,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-10-150x150.jpg\",\"orientation\":\"landscape\"},\"medium\":{\"height\":200,\"width\":300,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-10-300x200.jpg\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-10.jpg\",\"height\":667,\"width\":1000,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"backgroundPositionDesktop\":{\"x\":0.47,\"y\":0.54},\"backgroundSizeTablet\":\"cover\",\"backgroundSizeMobile\":\"cover\",\"backgroundColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"backgroundImageColor\":\"rgba(42,42,42,0.5)\",\"topPaddingDesktop\":220,\"bottomPaddingDesktop\":150,\"topPaddingTablet\":170,\"bottomPaddingTablet\":160,\"leftPaddingTablet\":30,\"rightPaddingTablet\":30,\"topPaddingMobile\":180,\"bottomPaddingMobile\":80,\"leftPaddingMobile\":20,\"rightPaddingMobile\":20,\"paddingLink\":false,\"variationSelected\":true,\"isBlockRootParent\":true,\"overlayType\":\"color\"} -->\n<div class=\"wp-block-uagb-container uagb-block-0b896540 alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/advanced-heading {\"block_id\":\"e9278edb\",\"classMigrate\":true,\"headingDescToggle\":true,\"headingColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"subHeadingColor\":\"var(\\u002d\\u002dast-global-color-4)\",\"headingTag\":\"h1\",\"headSpace\":20,\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"blockTopPadding\":0,\"blockRightPadding\":50,\"blockLeftPadding\":0,\"blockBottomPadding\":0,\"blockTopPaddingTablet\":0,\"blockRightPaddingTablet\":20,\"blockLeftPaddingTablet\":0,\"blockBottomPaddingTablet\":0,\"blockTopPaddingMobile\":0,\"blockRightPaddingMobile\":0,\"blockLeftPaddingMobile\":0,\"blockBottomPaddingMobile\":0,\"blockPaddingUnit\":\"%\",\"blockPaddingUnitTablet\":\"%\"} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-e9278edb\"><h1 class=\"uagb-heading-text\">The Barn</h1><p class=\"uagb-desc-text\">Our barn-style suite is characterized by exposed wood and rustic beams. A raised king bed on a platform faces the TV and the mountains in this open-concept suite with lots of windows for light.</p></div>\n<!-- /wp:uagb/advanced-heading --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"5ccaa323\",\"backgroundType\":\"color\",\"backgroundSizeTablet\":\"cover\",\"backgroundSizeMobile\":\"cover\",\"backgroundColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"topPaddingDesktop\":120,\"bottomPaddingDesktop\":120,\"topPaddingTablet\":80,\"bottomPaddingTablet\":80,\"leftPaddingTablet\":30,\"rightPaddingTablet\":30,\"topPaddingMobile\":80,\"bottomPaddingMobile\":80,\"leftPaddingMobile\":20,\"rightPaddingMobile\":20,\"paddingLink\":false,\"variationSelected\":true,\"rowGapDesktop\":0,\"isBlockRootParent\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-5ccaa323 alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/container {\"block_id\":\"a1fd550f\",\"directionDesktop\":\"row\",\"alignItemsDesktop\":\"flex-end\",\"alignItemsTablet\":\"flex-end\",\"justifyContentDesktop\":\"flex-end\",\"justifyContentTablet\":\"space-between\",\"variationSelected\":true,\"rowGapMobile\":20,\"columnGapDesktop\":0} -->\n<div class=\"wp-block-uagb-container uagb-block-a1fd550f\"><!-- wp:uagb/advanced-heading {\"block_id\":\"5d70a7a0\",\"classMigrate\":true,\"headingDescToggle\":true,\"subHeadingColor\":\"\",\"headSpace\":20,\"subHeadFontSize\":16} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-5d70a7a0\"><h2 class=\"uagb-heading-text\">Come &amp; Stay With Us​ at The Barn </h2><p class=\"uagb-desc-text\">This is an open-plan unit with lots of windows with a raised king bed on a platform with 4 steps facing the TV and the mountains. &nbsp;&nbsp;It has a separate bathroom with a large walk-in shower and an oval spa bath. The unit has sliding glass doors opening onto a large patio with a brick braai and comfortable outside furniture. &nbsp;It has a small enclosed garden.</p></div>\n<!-- /wp:uagb/advanced-heading --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:heading -->\n<h2>The bedroom </h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>This room contains the following: </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list -->\n<ul><!-- wp:list-item -->\n<li>King bed with electric blanket</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Electric heater</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Stand fan</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Hair dryer &amp; dressing gowns</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Good quality linen</li>\n<!-- /wp:list-item --></ul>\n<!-- /wp:list --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":955,\"width\":500,\"height\":334,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full is-resized\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAAJDNlZGQ1OWVmLThiZmMtNDJhNC05MjI1LTVjZGE5NDA4YjA0NA.png\" alt=\"\" class=\"wp-image-955\" width=\"500\" height=\"334\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":969,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAAJDYxYzlmY2U0LWJiMGMtNGU4My04YzA3LWZhZGFkODdiOWJhYQ-1.png\" alt=\"The barn\'s bathroom \" class=\"wp-image-969\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:heading -->\n<h2>The bathroom</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>This room contains the following</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list -->\n<ul><!-- wp:list-item -->\n<li>Large walk-in shower</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Oval spa bath with 6 jets</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Bubble bath and candles</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Soap, toiletries, and towels</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Separate toilet - <em>toilet paper provided</em></li>\n<!-- /wp:list-item --></ul>\n<!-- /wp:list --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:heading -->\n<h2>The Lounge</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>This room contains the following: </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list -->\n<ul><!-- wp:list-item -->\n<li>Log fireplace</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>2 seater upholstered recliner settee</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>TV (DSTV - commercial bouquet with Sports, news, movies, Mnet, SABC 1,2 3 and Etv, and other channels)</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>DVD player</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Breakfast table cafe style and 2 chairs</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Books and playing cards</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Glass sliding door out to the patio</li>\n<!-- /wp:list-item --></ul>\n<!-- /wp:list --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":956,\"width\":500,\"height\":334,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full is-resized\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAAJDM0ZDZlYzYxLWY2YTgtNDAzYS1hMGMwLTRiMDFkZTk3ODNjZA-1.png\" alt=\"\" class=\"wp-image-956\" width=\"500\" height=\"334\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":963,\"width\":500,\"height\":334,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full is-resized\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAAJGZiMDU2OTJhLTI1YmYtNDFlOS05YzhlLTM1MDc2OTVlZmEwNA.png\" alt=\"\" class=\"wp-image-963\" width=\"500\" height=\"334\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:heading -->\n<h2>The kitchen</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>This room contains the following</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list -->\n<ul><!-- wp:list-item -->\n<li>4 plate gas stove and oven</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Microwave oven, kettle, toaster, filter coffee plunger</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Fridge with top freezer compartment</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Pots, pans, cutlery, crockery, wine &amp; champagne glasses</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>All kitchen utensils</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Ironing board and iron</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>All cleaning cloths and detergents and washing up liquid</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Paper towel</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Braai tongs</li>\n<!-- /wp:list-item --></ul>\n<!-- /wp:list --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:heading -->\n<h2>The large patio with <br>mountain views</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>This room contains the following: </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list -->\n<ul><!-- wp:list-item -->\n<li>Chairs with cushions</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Glass table</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Brick braai</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Decorative lighting</li>\n<!-- /wp:list-item --></ul>\n<!-- /wp:list --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":963,\"width\":500,\"height\":334,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full is-resized\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAAJGZiMDU2OTJhLTI1YmYtNDFlOS05YzhlLTM1MDc2OTVlZmEwNA.png\" alt=\"The Barn\'s lounge \" class=\"wp-image-963\" width=\"500\" height=\"334\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"b06242cf\",\"innerContentCustomWidthDesktop\":781,\"innerContentCustomWidthTablet\":781,\"backgroundType\":\"image\",\"backgroundImageDesktop\":{\"uploading\":false,\"date\":1670943271000,\"filename\":\"AAEAAQAAAAAAAAAAAAAA39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba.png\",\"menuOrder\":0,\"uploadedTo\":761,\"type\":\"image\",\"subtype\":\"png\",\"id\":899,\"title\":\"AAEAAQAAAAAAAAAAAAAA39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAA39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba.png\",\"link\":\"https://blueroan.netgen.cloud/accommodation/aaeaaqaaaaaaaaaaaaaa39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba/\",\"alt\":\"\",\"author\":\"2\",\"description\":\"\",\"caption\":\"\",\"name\":\"aaeaaqaaaaaaaaaaaaaa39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba\",\"status\":\"inherit\",\"modified\":1670943271000,\"mime\":\"image/png\",\"icon\":\"https://blueroan.netgen.cloud/wp-includes/images/media/default.png\",\"dateFormatted\":\"December 13, 2022\",\"nonces\":{\"update\":\"45b2b6c69b\",\"delete\":\"75d81c42ab\",\"edit\":\"88fae030a9\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=899\\u0026action=edit\",\"meta\":false,\"authorName\":\"Netgen Support\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/profile.php\",\"uploadedToTitle\":\"Accommodation\",\"uploadedToLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=761\\u0026action=edit\",\"filesizeInBytes\":2338048,\"filesizeHumanReadable\":\"2 MB\",\"context\":\"\",\"height\":900,\"width\":1200,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAA39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba-150x150.png\",\"orientation\":\"landscape\"},\"medium\":{\"height\":225,\"width\":300,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAA39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba-300x225.png\",\"orientation\":\"landscape\"},\"large\":{\"height\":768,\"width\":1024,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAA39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba-1024x768.png\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAA39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba.png\",\"height\":900,\"width\":1200,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"backgroundImageColor\":\"rgba(42,42,42,0.65)\",\"topPaddingDesktop\":144,\"bottomPaddingDesktop\":144,\"leftPaddingDesktop\":40,\"rightPaddingDesktop\":40,\"topPaddingTablet\":80,\"bottomPaddingTablet\":80,\"leftPaddingTablet\":40,\"rightPaddingTablet\":40,\"topPaddingMobile\":64,\"bottomPaddingMobile\":64,\"leftPaddingMobile\":24,\"rightPaddingMobile\":24,\"paddingLink\":false,\"variationSelected\":true,\"isBlockRootParent\":true,\"overlayType\":\"color\"} -->\n<div class=\"wp-block-uagb-container uagb-block-b06242cf alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/advanced-heading {\"block_id\":\"773b89b5\",\"classMigrate\":true,\"headingDescToggle\":true,\"headingAlign\":\"center\",\"headingColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"subHeadingColor\":\"var(\\u002d\\u002dast-global-color-4)\",\"headSpace\":20} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-773b89b5\"><h2 class=\"uagb-heading-text\">Plan an Unforgettable Experience at<br>Blue Roan!</h2><p class=\"uagb-desc-text\">We can help you fit your stay and experience within your allotted budget.</p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/advanced-heading {\"block_id\":\"828da11c\",\"classMigrate\":true,\"headingTitleToggle\":false,\"headingDescToggle\":true,\"headingAlign\":\"center\",\"subHeadingColor\":\"var(\\u002d\\u002dast-global-color-4)\",\"subHeadTransform\":\"uppercase\",\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"subHeadLetterSpacing\":2,\"blockTopPadding\":60,\"blockRightPadding\":0,\"blockLeftPadding\":0,\"blockBottomPadding\":0,\"blockTopPaddingMobile\":30,\"blockRightPaddingMobile\":0,\"blockLeftPaddingMobile\":0,\"blockBottomPaddingMobile\":0} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-828da11c\"><p class=\"uagb-desc-text\">BOOK YOUR STAY NOW​</p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/icon-list {\"block_id\":\"46cc2bb3\",\"classMigrate\":true,\"childMigrate\":true,\"align\":\"center\",\"parentIcon\":\"phone\",\"size\":40,\"sizeMobile\":24,\"sizeTablet\":32,\"fontSize\":48,\"fontSizeMobile\":28,\"fontSizeTablet\":40,\"fontWeight\":\"600\",\"iconColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"labelColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"blockTopPadding\":0,\"blockRightPadding\":0,\"blockLeftPadding\":0,\"blockBottomPadding\":24,\"blockPaddingLink\":false} -->\n<div class=\"wp-block-uagb-icon-list uagb-block-46cc2bb3\"><div class=\"uagb-icon-list__wrap\"><!-- wp:uagb/icon-list-child {\"block_id\":\"855f3943\",\"label\":\" + 27 (0) 82 575 5409\",\"label_color\":\"\",\"link\":\"tel:+27825755409\",\"disableLink\":true,\"fromParentIcon\":\"phone\",\"imageSizeChild\":40} -->\n<div class=\"wp-block-uagb-icon-list-child uagb-block-855f3943\"><a target=\"_self\" aria-label=\" + 27 (0) 82 575 5409\" rel=\"noopener noreferrer\" href=\"tel:+27825755409\"> </a><span class=\"uagb-icon-list__source-wrap\"><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M511.2 387l-23.25 100.8c-3.266 14.25-15.79 24.22-30.46 24.22C205.2 512 0 306.8 0 54.5c0-14.66 9.969-27.2 24.22-30.45l100.8-23.25C139.7-2.602 154.7 5.018 160.8 18.92l46.52 108.5c5.438 12.78 1.77 27.67-8.98 36.45L144.5 207.1c33.98 69.22 90.26 125.5 159.5 159.5l44.08-53.8c8.688-10.78 23.69-14.51 36.47-8.975l108.5 46.51C506.1 357.2 514.6 372.4 511.2 387z\"></path></svg></span><span class=\"uagb-icon-list__label\"> + 27 (0) 82 575 5409</span></div>\n<!-- /wp:uagb/icon-list-child -->\n\n<!-- wp:uagb/icon-list-child {\"block_id\":\"3b20610d\",\"label\":\"blueroan@ugo.co.za\",\"icon\":\"envelope\",\"label_color\":\"\",\"link\":\"mailto:blueroan@ugo.co.za\",\"disableLink\":true,\"fromParentIcon\":\"phone\",\"imageSizeChild\":40} -->\n<div class=\"wp-block-uagb-icon-list-child uagb-block-3b20610d\"><a target=\"_self\" aria-label=\"blueroan@ugo.co.za\" rel=\"noopener noreferrer\" href=\"mailto:blueroan@ugo.co.za\"> </a><span class=\"uagb-icon-list__source-wrap\"><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M464 64C490.5 64 512 85.49 512 112C512 127.1 504.9 141.3 492.8 150.4L275.2 313.6C263.8 322.1 248.2 322.1 236.8 313.6L19.2 150.4C7.113 141.3 0 127.1 0 112C0 85.49 21.49 64 48 64H464zM217.6 339.2C240.4 356.3 271.6 356.3 294.4 339.2L512 176V384C512 419.3 483.3 448 448 448H64C28.65 448 0 419.3 0 384V176L217.6 339.2z\"></path></svg></span><span class=\"uagb-icon-list__label\">blueroan@ugo.co.za</span></div>\n<!-- /wp:uagb/icon-list-child --></div></div>\n<!-- /wp:uagb/icon-list --></div></div>\n<!-- /wp:uagb/container -->',	'The Barn',	'',	'inherit',	'closed',	'closed',	'',	'948-revision-v1',	'',	'',	'2022-12-14 10:23:06',	'2022-12-14 10:23:06',	'',	948,	'https://blueroan.netgen.cloud/?p=980',	0,	'revision',	'',	0),
(981,	2,	'2022-12-14 10:24:18',	'2022-12-14 10:24:18',	'<!-- wp:uagb/container {\"block_id\":\"70cc265c\",\"backgroundType\":\"image\",\"backgroundImageDesktop\":{\"id\":863,\"title\":\"blue-roan-guest-farm (10)\",\"filename\":\"blue-roan-guest-farm-10.jpg\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-10.jpg\",\"link\":\"https://blueroan.netgen.cloud/accommodation/blue-roan-guest-farm-10/\",\"alt\":\"\",\"author\":\"2\",\"description\":\"\",\"caption\":\"\",\"name\":\"blue-roan-guest-farm-10\",\"status\":\"inherit\",\"uploadedTo\":761,\"date\":\"2022-12-13T13:04:34.000Z\",\"modified\":\"2022-12-13T13:04:34.000Z\",\"menuOrder\":0,\"mime\":\"image/jpeg\",\"type\":\"image\",\"subtype\":\"jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-includes/images/media/default.png\",\"dateFormatted\":\"December 13, 2022\",\"nonces\":{\"update\":\"d5ed6f1c8f\",\"delete\":\"06e9e4c7ca\",\"edit\":\"1bf84c7813\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=863\\u0026action=edit\",\"meta\":false,\"authorName\":\"Netgen Support\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/profile.php\",\"uploadedToTitle\":\"Accommodation\",\"uploadedToLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=761\\u0026action=edit\",\"filesizeInBytes\":149768,\"filesizeHumanReadable\":\"146 KB\",\"context\":\"\",\"height\":667,\"width\":1000,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-10-150x150.jpg\",\"orientation\":\"landscape\"},\"medium\":{\"height\":200,\"width\":300,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-10-300x200.jpg\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-10.jpg\",\"height\":667,\"width\":1000,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"backgroundPositionDesktop\":{\"x\":0.47,\"y\":0.54},\"backgroundSizeTablet\":\"cover\",\"backgroundSizeMobile\":\"cover\",\"backgroundColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"backgroundImageColor\":\"rgba(42,42,42,0.5)\",\"topPaddingDesktop\":220,\"bottomPaddingDesktop\":150,\"topPaddingTablet\":170,\"bottomPaddingTablet\":160,\"leftPaddingTablet\":30,\"rightPaddingTablet\":30,\"topPaddingMobile\":180,\"bottomPaddingMobile\":80,\"leftPaddingMobile\":20,\"rightPaddingMobile\":20,\"paddingLink\":false,\"variationSelected\":true,\"isBlockRootParent\":true,\"overlayType\":\"color\"} -->\n<div class=\"wp-block-uagb-container uagb-block-70cc265c alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/advanced-heading {\"block_id\":\"2f5804d9\",\"classMigrate\":true,\"headingDescToggle\":true,\"headingColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"subHeadingColor\":\"var(\\u002d\\u002dast-global-color-4)\",\"headingTag\":\"h1\",\"headSpace\":20,\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"blockTopPadding\":0,\"blockRightPadding\":50,\"blockLeftPadding\":0,\"blockBottomPadding\":0,\"blockTopPaddingTablet\":0,\"blockRightPaddingTablet\":20,\"blockLeftPaddingTablet\":0,\"blockBottomPaddingTablet\":0,\"blockTopPaddingMobile\":0,\"blockRightPaddingMobile\":0,\"blockLeftPaddingMobile\":0,\"blockBottomPaddingMobile\":0,\"blockPaddingUnit\":\"%\",\"blockPaddingUnitTablet\":\"%\"} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-2f5804d9\"><h1 class=\"uagb-heading-text\">The Barn</h1><p class=\"uagb-desc-text\">Our barn-style suite is characterized by exposed wood and rustic beams. A raised king bed on a platform faces the TV and the mountains in this open-concept suite with lots of windows for light.</p></div>\n<!-- /wp:uagb/advanced-heading --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"aae9b044\",\"backgroundType\":\"color\",\"backgroundSizeTablet\":\"cover\",\"backgroundSizeMobile\":\"cover\",\"backgroundColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"topPaddingDesktop\":120,\"bottomPaddingDesktop\":120,\"topPaddingTablet\":80,\"bottomPaddingTablet\":80,\"leftPaddingTablet\":30,\"rightPaddingTablet\":30,\"topPaddingMobile\":80,\"bottomPaddingMobile\":80,\"leftPaddingMobile\":20,\"rightPaddingMobile\":20,\"paddingLink\":false,\"variationSelected\":true,\"rowGapDesktop\":0,\"isBlockRootParent\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-aae9b044 alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/container {\"block_id\":\"bec61951\",\"directionDesktop\":\"row\",\"alignItemsDesktop\":\"flex-end\",\"alignItemsTablet\":\"flex-end\",\"justifyContentDesktop\":\"flex-end\",\"justifyContentTablet\":\"space-between\",\"variationSelected\":true,\"rowGapMobile\":20,\"columnGapDesktop\":0} -->\n<div class=\"wp-block-uagb-container uagb-block-bec61951\"><!-- wp:uagb/advanced-heading {\"block_id\":\"f395ac8a\",\"classMigrate\":true,\"headingDescToggle\":true,\"subHeadingColor\":\"\",\"headSpace\":20,\"subHeadFontSize\":16} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-f395ac8a\"><h2 class=\"uagb-heading-text\">Come &amp; Stay With Us​ at The Barn </h2><p class=\"uagb-desc-text\">This is an open-plan unit with lots of windows with a raised king bed on a platform with 4 steps facing the TV and the mountains. &nbsp;&nbsp;It has a separate bathroom with a large walk-in shower and an oval spa bath. The unit has sliding glass doors opening onto a large patio with a brick braai and comfortable outside furniture. &nbsp;It has a small enclosed garden.</p></div>\n<!-- /wp:uagb/advanced-heading --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:heading -->\n<h2>The bedroom </h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>This room contains the following: </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list -->\n<ul><!-- wp:list-item -->\n<li>King bed with electric blanket</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Electric heater</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Stand fan</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Hair dryer &amp; dressing gowns</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Good quality linen</li>\n<!-- /wp:list-item --></ul>\n<!-- /wp:list --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":955,\"width\":500,\"height\":334,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full is-resized\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAAJDNlZGQ1OWVmLThiZmMtNDJhNC05MjI1LTVjZGE5NDA4YjA0NA.png\" alt=\"\" class=\"wp-image-955\" width=\"500\" height=\"334\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":969,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAAJDYxYzlmY2U0LWJiMGMtNGU4My04YzA3LWZhZGFkODdiOWJhYQ-1.png\" alt=\"The barn\'s bathroom \" class=\"wp-image-969\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:heading -->\n<h2>The bathroom</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>This room contains the following</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list -->\n<ul><!-- wp:list-item -->\n<li>Large walk-in shower</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Oval spa bath with 6 jets</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Bubble bath and candles</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Soap, toiletries, and towels</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Separate toilet - <em>toilet paper provided</em></li>\n<!-- /wp:list-item --></ul>\n<!-- /wp:list --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:heading -->\n<h2>The Lounge</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>This room contains the following: </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list -->\n<ul><!-- wp:list-item -->\n<li>Log fireplace</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>2 seater upholstered recliner settee</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>TV (DSTV - commercial bouquet with Sports, news, movies, Mnet, SABC 1,2 3 and Etv, and other channels)</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>DVD player</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Breakfast table cafe style and 2 chairs</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Books and playing cards</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Glass sliding door out to the patio</li>\n<!-- /wp:list-item --></ul>\n<!-- /wp:list --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":956,\"width\":500,\"height\":334,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full is-resized\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAAJDM0ZDZlYzYxLWY2YTgtNDAzYS1hMGMwLTRiMDFkZTk3ODNjZA-1.png\" alt=\"\" class=\"wp-image-956\" width=\"500\" height=\"334\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":963,\"width\":500,\"height\":334,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full is-resized\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAAJGZiMDU2OTJhLTI1YmYtNDFlOS05YzhlLTM1MDc2OTVlZmEwNA.png\" alt=\"\" class=\"wp-image-963\" width=\"500\" height=\"334\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:heading -->\n<h2>The kitchen</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>This room contains the following</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list -->\n<ul><!-- wp:list-item -->\n<li>4 plate gas stove and oven</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Microwave oven, kettle, toaster, filter coffee plunger</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Fridge with top freezer compartment</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Pots, pans, cutlery, crockery, wine &amp; champagne glasses</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>All kitchen utensils</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Ironing board and iron</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>All cleaning cloths and detergents and washing up liquid</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Paper towel</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Braai tongs</li>\n<!-- /wp:list-item --></ul>\n<!-- /wp:list --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:heading -->\n<h2>The large patio with <br>mountain views</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>This room contains the following: </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list -->\n<ul><!-- wp:list-item -->\n<li>Chairs with cushions</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Glass table</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Brick braai</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Decorative lighting</li>\n<!-- /wp:list-item --></ul>\n<!-- /wp:list --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":963,\"width\":500,\"height\":334,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full is-resized\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAAJGZiMDU2OTJhLTI1YmYtNDFlOS05YzhlLTM1MDc2OTVlZmEwNA.png\" alt=\"The Barn\'s lounge \" class=\"wp-image-963\" width=\"500\" height=\"334\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"ffe684ca\",\"innerContentCustomWidthDesktop\":781,\"innerContentCustomWidthTablet\":781,\"backgroundType\":\"image\",\"backgroundImageDesktop\":{\"uploading\":false,\"date\":1670943271000,\"filename\":\"AAEAAQAAAAAAAAAAAAAA39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba.png\",\"menuOrder\":0,\"uploadedTo\":761,\"type\":\"image\",\"subtype\":\"png\",\"id\":899,\"title\":\"AAEAAQAAAAAAAAAAAAAA39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAA39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba.png\",\"link\":\"https://blueroan.netgen.cloud/accommodation/aaeaaqaaaaaaaaaaaaaa39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba/\",\"alt\":\"\",\"author\":\"2\",\"description\":\"\",\"caption\":\"\",\"name\":\"aaeaaqaaaaaaaaaaaaaa39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba\",\"status\":\"inherit\",\"modified\":1670943271000,\"mime\":\"image/png\",\"icon\":\"https://blueroan.netgen.cloud/wp-includes/images/media/default.png\",\"dateFormatted\":\"December 13, 2022\",\"nonces\":{\"update\":\"45b2b6c69b\",\"delete\":\"75d81c42ab\",\"edit\":\"88fae030a9\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=899\\u0026action=edit\",\"meta\":false,\"authorName\":\"Netgen Support\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/profile.php\",\"uploadedToTitle\":\"Accommodation\",\"uploadedToLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=761\\u0026action=edit\",\"filesizeInBytes\":2338048,\"filesizeHumanReadable\":\"2 MB\",\"context\":\"\",\"height\":900,\"width\":1200,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAA39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba-150x150.png\",\"orientation\":\"landscape\"},\"medium\":{\"height\":225,\"width\":300,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAA39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba-300x225.png\",\"orientation\":\"landscape\"},\"large\":{\"height\":768,\"width\":1024,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAA39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba-1024x768.png\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAA39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba.png\",\"height\":900,\"width\":1200,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"backgroundImageColor\":\"rgba(42,42,42,0.65)\",\"topPaddingDesktop\":144,\"bottomPaddingDesktop\":144,\"leftPaddingDesktop\":40,\"rightPaddingDesktop\":40,\"topPaddingTablet\":80,\"bottomPaddingTablet\":80,\"leftPaddingTablet\":40,\"rightPaddingTablet\":40,\"topPaddingMobile\":64,\"bottomPaddingMobile\":64,\"leftPaddingMobile\":24,\"rightPaddingMobile\":24,\"paddingLink\":false,\"variationSelected\":true,\"isBlockRootParent\":true,\"overlayType\":\"color\"} -->\n<div class=\"wp-block-uagb-container uagb-block-ffe684ca alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/advanced-heading {\"block_id\":\"a9ad1bab\",\"classMigrate\":true,\"headingDescToggle\":true,\"headingAlign\":\"center\",\"headingColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"subHeadingColor\":\"var(\\u002d\\u002dast-global-color-4)\",\"headSpace\":20} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-a9ad1bab\"><h2 class=\"uagb-heading-text\">Plan an Unforgettable Experience at<br>Blue Roan!</h2><p class=\"uagb-desc-text\">We can help you fit your stay and experience within your allotted budget.</p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/advanced-heading {\"block_id\":\"a4ff1bdc\",\"classMigrate\":true,\"headingTitleToggle\":false,\"headingDescToggle\":true,\"headingAlign\":\"center\",\"subHeadingColor\":\"var(\\u002d\\u002dast-global-color-4)\",\"subHeadTransform\":\"uppercase\",\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"subHeadLetterSpacing\":2,\"blockTopPadding\":60,\"blockRightPadding\":0,\"blockLeftPadding\":0,\"blockBottomPadding\":0,\"blockTopPaddingMobile\":30,\"blockRightPaddingMobile\":0,\"blockLeftPaddingMobile\":0,\"blockBottomPaddingMobile\":0,\"linkColor\":\"var(\\u002d\\u002dast-global-color-8)\",\"linkHColor\":\"var(\\u002d\\u002dast-global-color-1)\"} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-a4ff1bdc\"><p class=\"uagb-desc-text\"><a href=\"https://book.nightsbridge.com/11065\" target=\"_blank\" rel=\"noreferrer noopener\">BOOK YOUR STAY NOW​<br></a></p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/icon-list {\"block_id\":\"24de7c4b\",\"classMigrate\":true,\"childMigrate\":true,\"align\":\"center\",\"parentIcon\":\"phone\",\"size\":40,\"sizeMobile\":24,\"sizeTablet\":32,\"fontSize\":48,\"fontSizeMobile\":28,\"fontSizeTablet\":40,\"fontWeight\":\"600\",\"iconColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"labelColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"blockTopPadding\":0,\"blockRightPadding\":0,\"blockLeftPadding\":0,\"blockBottomPadding\":24,\"blockPaddingLink\":false} -->\n<div class=\"wp-block-uagb-icon-list uagb-block-24de7c4b\"><div class=\"uagb-icon-list__wrap\"><!-- wp:uagb/icon-list-child {\"block_id\":\"ef3fa42f\",\"label\":\" + 27 (0) 82 575 5409\",\"label_color\":\"\",\"link\":\"tel:+27825755409\",\"disableLink\":true,\"fromParentIcon\":\"phone\",\"imageSizeChild\":40} -->\n<div class=\"wp-block-uagb-icon-list-child uagb-block-ef3fa42f\"><a target=\"_self\" aria-label=\" + 27 (0) 82 575 5409\" rel=\"noopener noreferrer\" href=\"tel:+27825755409\"> </a><span class=\"uagb-icon-list__source-wrap\"><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M511.2 387l-23.25 100.8c-3.266 14.25-15.79 24.22-30.46 24.22C205.2 512 0 306.8 0 54.5c0-14.66 9.969-27.2 24.22-30.45l100.8-23.25C139.7-2.602 154.7 5.018 160.8 18.92l46.52 108.5c5.438 12.78 1.77 27.67-8.98 36.45L144.5 207.1c33.98 69.22 90.26 125.5 159.5 159.5l44.08-53.8c8.688-10.78 23.69-14.51 36.47-8.975l108.5 46.51C506.1 357.2 514.6 372.4 511.2 387z\"></path></svg></span><span class=\"uagb-icon-list__label\"> + 27 (0) 82 575 5409</span></div>\n<!-- /wp:uagb/icon-list-child -->\n\n<!-- wp:uagb/icon-list-child {\"block_id\":\"2ed1032f\",\"label\":\"blueroan@ugo.co.za\",\"icon\":\"envelope\",\"label_color\":\"\",\"link\":\"mailto:blueroan@ugo.co.za\",\"disableLink\":true,\"fromParentIcon\":\"phone\",\"imageSizeChild\":40} -->\n<div class=\"wp-block-uagb-icon-list-child uagb-block-2ed1032f\"><a target=\"_self\" aria-label=\"blueroan@ugo.co.za\" rel=\"noopener noreferrer\" href=\"mailto:blueroan@ugo.co.za\"> </a><span class=\"uagb-icon-list__source-wrap\"><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M464 64C490.5 64 512 85.49 512 112C512 127.1 504.9 141.3 492.8 150.4L275.2 313.6C263.8 322.1 248.2 322.1 236.8 313.6L19.2 150.4C7.113 141.3 0 127.1 0 112C0 85.49 21.49 64 48 64H464zM217.6 339.2C240.4 356.3 271.6 356.3 294.4 339.2L512 176V384C512 419.3 483.3 448 448 448H64C28.65 448 0 419.3 0 384V176L217.6 339.2z\"></path></svg></span><span class=\"uagb-icon-list__label\">blueroan@ugo.co.za</span></div>\n<!-- /wp:uagb/icon-list-child --></div></div>\n<!-- /wp:uagb/icon-list --></div></div>\n<!-- /wp:uagb/container -->',	'The Barn',	'',	'inherit',	'closed',	'closed',	'',	'948-revision-v1',	'',	'',	'2022-12-14 10:24:18',	'2022-12-14 10:24:18',	'',	948,	'https://blueroan.netgen.cloud/?p=981',	0,	'revision',	'',	0),
(983,	2,	'2022-12-14 10:26:03',	'2022-12-14 10:26:03',	'<!-- wp:uagb/container {\"block_id\":\"82d8a693\",\"backgroundType\":\"image\",\"backgroundImageDesktop\":{\"id\":863,\"title\":\"blue-roan-guest-farm (10)\",\"filename\":\"blue-roan-guest-farm-10.jpg\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-10.jpg\",\"link\":\"https://blueroan.netgen.cloud/accommodation/blue-roan-guest-farm-10/\",\"alt\":\"\",\"author\":\"2\",\"description\":\"\",\"caption\":\"\",\"name\":\"blue-roan-guest-farm-10\",\"status\":\"inherit\",\"uploadedTo\":761,\"date\":\"2022-12-13T13:04:34.000Z\",\"modified\":\"2022-12-13T13:04:34.000Z\",\"menuOrder\":0,\"mime\":\"image/jpeg\",\"type\":\"image\",\"subtype\":\"jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-includes/images/media/default.png\",\"dateFormatted\":\"December 13, 2022\",\"nonces\":{\"update\":\"d5ed6f1c8f\",\"delete\":\"06e9e4c7ca\",\"edit\":\"1bf84c7813\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=863\\u0026action=edit\",\"meta\":false,\"authorName\":\"Netgen Support\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/profile.php\",\"uploadedToTitle\":\"Accommodation\",\"uploadedToLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=761\\u0026action=edit\",\"filesizeInBytes\":149768,\"filesizeHumanReadable\":\"146 KB\",\"context\":\"\",\"height\":667,\"width\":1000,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-10-150x150.jpg\",\"orientation\":\"landscape\"},\"medium\":{\"height\":200,\"width\":300,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-10-300x200.jpg\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-10.jpg\",\"height\":667,\"width\":1000,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"backgroundPositionDesktop\":{\"x\":0.47,\"y\":0.54},\"backgroundSizeTablet\":\"cover\",\"backgroundSizeMobile\":\"cover\",\"backgroundColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"backgroundImageColor\":\"rgba(42,42,42,0.5)\",\"topPaddingDesktop\":220,\"bottomPaddingDesktop\":150,\"topPaddingTablet\":170,\"bottomPaddingTablet\":160,\"leftPaddingTablet\":30,\"rightPaddingTablet\":30,\"topPaddingMobile\":180,\"bottomPaddingMobile\":80,\"leftPaddingMobile\":20,\"rightPaddingMobile\":20,\"paddingLink\":false,\"variationSelected\":true,\"isBlockRootParent\":true,\"overlayType\":\"color\"} -->\n<div class=\"wp-block-uagb-container uagb-block-82d8a693 alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/advanced-heading {\"block_id\":\"18696849\",\"classMigrate\":true,\"headingDescToggle\":true,\"headingColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"subHeadingColor\":\"var(\\u002d\\u002dast-global-color-4)\",\"headingTag\":\"h1\",\"headSpace\":20,\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"blockTopPadding\":0,\"blockRightPadding\":50,\"blockLeftPadding\":0,\"blockBottomPadding\":0,\"blockTopPaddingTablet\":0,\"blockRightPaddingTablet\":20,\"blockLeftPaddingTablet\":0,\"blockBottomPaddingTablet\":0,\"blockTopPaddingMobile\":0,\"blockRightPaddingMobile\":0,\"blockLeftPaddingMobile\":0,\"blockBottomPaddingMobile\":0,\"blockPaddingUnit\":\"%\",\"blockPaddingUnitTablet\":\"%\"} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-18696849\"><h1 class=\"uagb-heading-text\">The Barn</h1><p class=\"uagb-desc-text\">Our barn-style suite is characterized by exposed wood and rustic beams. A raised king bed on a platform faces the TV and the mountains in this open-concept suite with lots of windows for light.</p></div>\n<!-- /wp:uagb/advanced-heading --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"c55652e1\",\"backgroundType\":\"color\",\"backgroundSizeTablet\":\"cover\",\"backgroundSizeMobile\":\"cover\",\"backgroundColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"topPaddingDesktop\":120,\"bottomPaddingDesktop\":120,\"topPaddingTablet\":80,\"bottomPaddingTablet\":80,\"leftPaddingTablet\":30,\"rightPaddingTablet\":30,\"topPaddingMobile\":80,\"bottomPaddingMobile\":80,\"leftPaddingMobile\":20,\"rightPaddingMobile\":20,\"paddingLink\":false,\"variationSelected\":true,\"rowGapDesktop\":0,\"isBlockRootParent\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-c55652e1 alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/container {\"block_id\":\"a3d7c772\",\"directionDesktop\":\"row\",\"alignItemsDesktop\":\"flex-end\",\"alignItemsTablet\":\"flex-end\",\"justifyContentDesktop\":\"flex-end\",\"justifyContentTablet\":\"space-between\",\"variationSelected\":true,\"rowGapMobile\":20,\"columnGapDesktop\":0} -->\n<div class=\"wp-block-uagb-container uagb-block-a3d7c772\"><!-- wp:uagb/advanced-heading {\"block_id\":\"9822e6d8\",\"classMigrate\":true,\"headingDescToggle\":true,\"subHeadingColor\":\"\",\"headSpace\":20,\"subHeadFontSize\":16} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-9822e6d8\"><h2 class=\"uagb-heading-text\">Come &amp; Stay With Us​ at The Barn </h2><p class=\"uagb-desc-text\">This is an open-plan unit with lots of windows with a raised king bed on a platform with 4 steps facing the TV and the mountains. &nbsp;&nbsp;It has a separate bathroom with a large walk-in shower and an oval spa bath. The unit has sliding glass doors opening onto a large patio with a brick braai and comfortable outside furniture. &nbsp;It has a small enclosed garden.</p></div>\n<!-- /wp:uagb/advanced-heading --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:heading -->\n<h2>The bedroom </h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>This room contains the following: </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list -->\n<ul><!-- wp:list-item -->\n<li>King bed with electric blanket</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Electric heater</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Stand fan</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Hair dryer &amp; dressing gowns</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Good quality linen</li>\n<!-- /wp:list-item --></ul>\n<!-- /wp:list --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":955,\"width\":500,\"height\":334,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full is-resized\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAAJDNlZGQ1OWVmLThiZmMtNDJhNC05MjI1LTVjZGE5NDA4YjA0NA.png\" alt=\"\" class=\"wp-image-955\" width=\"500\" height=\"334\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":969,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAAJDYxYzlmY2U0LWJiMGMtNGU4My04YzA3LWZhZGFkODdiOWJhYQ-1.png\" alt=\"The barn\'s bathroom \" class=\"wp-image-969\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:heading -->\n<h2>The bathroom</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>This room contains the following</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list -->\n<ul><!-- wp:list-item -->\n<li>Large walk-in shower</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Oval spa bath with 6 jets</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Bubble bath and candles</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Soap, toiletries, and towels</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Separate toilet - <em>toilet paper provided</em></li>\n<!-- /wp:list-item --></ul>\n<!-- /wp:list --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:heading -->\n<h2>The Lounge</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>This room contains the following: </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list -->\n<ul><!-- wp:list-item -->\n<li>Log fireplace</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>2 seater upholstered recliner settee</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>TV (DSTV - commercial bouquet with Sports, news, movies, Mnet, SABC 1,2 3 and Etv, and other channels)</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>DVD player</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Breakfast table cafe style and 2 chairs</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Books and playing cards</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Glass sliding door out to the patio</li>\n<!-- /wp:list-item --></ul>\n<!-- /wp:list --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":956,\"width\":500,\"height\":334,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full is-resized\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAAJDM0ZDZlYzYxLWY2YTgtNDAzYS1hMGMwLTRiMDFkZTk3ODNjZA-1.png\" alt=\"\" class=\"wp-image-956\" width=\"500\" height=\"334\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":963,\"width\":500,\"height\":334,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full is-resized\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAAJGZiMDU2OTJhLTI1YmYtNDFlOS05YzhlLTM1MDc2OTVlZmEwNA.png\" alt=\"\" class=\"wp-image-963\" width=\"500\" height=\"334\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:heading -->\n<h2>The kitchen</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>This room contains the following</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list -->\n<ul><!-- wp:list-item -->\n<li>4 plate gas stove and oven</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Microwave oven, kettle, toaster, filter coffee plunger</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Fridge with top freezer compartment</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Pots, pans, cutlery, crockery, wine &amp; champagne glasses</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>All kitchen utensils</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Ironing board and iron</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>All cleaning cloths and detergents and washing up liquid</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Paper towel</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Braai tongs</li>\n<!-- /wp:list-item --></ul>\n<!-- /wp:list --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:heading -->\n<h2>The large patio with <br>mountain views</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>This room contains the following: </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list -->\n<ul><!-- wp:list-item -->\n<li>Chairs with cushions</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Glass table</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Brick braai</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Decorative lighting</li>\n<!-- /wp:list-item --></ul>\n<!-- /wp:list --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":963,\"width\":500,\"height\":334,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full is-resized\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAAJGZiMDU2OTJhLTI1YmYtNDFlOS05YzhlLTM1MDc2OTVlZmEwNA.png\" alt=\"The Barn\'s lounge \" class=\"wp-image-963\" width=\"500\" height=\"334\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:heading {\"textAlign\":\"center\"} -->\n<h2 class=\"has-text-align-center\">Book your stay </h2>\n<!-- /wp:heading -->\n\n<!-- wp:buttons -->\n<div class=\"wp-block-buttons\"><!-- wp:button {\"align\":\"center\"} -->\n<div class=\"wp-block-button aligncenter\"><a class=\"wp-block-button__link wp-element-button\" href=\"https://book.nightsbridge.com/11065\" target=\"_blank\" rel=\"noreferrer noopener\">Reservations</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons -->\n\n<!-- wp:paragraph -->\n<p></p>\n<!-- /wp:paragraph --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"bd084ba0\",\"innerContentCustomWidthDesktop\":781,\"innerContentCustomWidthTablet\":781,\"backgroundType\":\"image\",\"backgroundImageDesktop\":{\"uploading\":false,\"date\":1670943271000,\"filename\":\"AAEAAQAAAAAAAAAAAAAA39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba.png\",\"menuOrder\":0,\"uploadedTo\":761,\"type\":\"image\",\"subtype\":\"png\",\"id\":899,\"title\":\"AAEAAQAAAAAAAAAAAAAA39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAA39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba.png\",\"link\":\"https://blueroan.netgen.cloud/accommodation/aaeaaqaaaaaaaaaaaaaa39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba/\",\"alt\":\"\",\"author\":\"2\",\"description\":\"\",\"caption\":\"\",\"name\":\"aaeaaqaaaaaaaaaaaaaa39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba\",\"status\":\"inherit\",\"modified\":1670943271000,\"mime\":\"image/png\",\"icon\":\"https://blueroan.netgen.cloud/wp-includes/images/media/default.png\",\"dateFormatted\":\"December 13, 2022\",\"nonces\":{\"update\":\"45b2b6c69b\",\"delete\":\"75d81c42ab\",\"edit\":\"88fae030a9\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=899\\u0026action=edit\",\"meta\":false,\"authorName\":\"Netgen Support\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/profile.php\",\"uploadedToTitle\":\"Accommodation\",\"uploadedToLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=761\\u0026action=edit\",\"filesizeInBytes\":2338048,\"filesizeHumanReadable\":\"2 MB\",\"context\":\"\",\"height\":900,\"width\":1200,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAA39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba-150x150.png\",\"orientation\":\"landscape\"},\"medium\":{\"height\":225,\"width\":300,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAA39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba-300x225.png\",\"orientation\":\"landscape\"},\"large\":{\"height\":768,\"width\":1024,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAA39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba-1024x768.png\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAA39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba.png\",\"height\":900,\"width\":1200,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"backgroundImageColor\":\"rgba(42,42,42,0.65)\",\"topPaddingDesktop\":144,\"bottomPaddingDesktop\":144,\"leftPaddingDesktop\":40,\"rightPaddingDesktop\":40,\"topPaddingTablet\":80,\"bottomPaddingTablet\":80,\"leftPaddingTablet\":40,\"rightPaddingTablet\":40,\"topPaddingMobile\":64,\"bottomPaddingMobile\":64,\"leftPaddingMobile\":24,\"rightPaddingMobile\":24,\"paddingLink\":false,\"variationSelected\":true,\"isBlockRootParent\":true,\"overlayType\":\"color\"} -->\n<div class=\"wp-block-uagb-container uagb-block-bd084ba0 alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/advanced-heading {\"block_id\":\"b1218725\",\"classMigrate\":true,\"headingDescToggle\":true,\"headingAlign\":\"center\",\"headingColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"subHeadingColor\":\"var(\\u002d\\u002dast-global-color-4)\",\"headSpace\":20} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-b1218725\"><h2 class=\"uagb-heading-text\">Plan an Unforgettable Experience at<br>Blue Roan!</h2><p class=\"uagb-desc-text\">We can help you fit your stay and experience within your allotted budget.</p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/advanced-heading {\"block_id\":\"626dffe6\",\"classMigrate\":true,\"headingTitleToggle\":false,\"headingDescToggle\":true,\"headingAlign\":\"center\",\"subHeadingColor\":\"var(\\u002d\\u002dast-global-color-4)\",\"subHeadTransform\":\"uppercase\",\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"subHeadLetterSpacing\":2,\"blockTopPadding\":60,\"blockRightPadding\":0,\"blockLeftPadding\":0,\"blockBottomPadding\":0,\"blockTopPaddingMobile\":30,\"blockRightPaddingMobile\":0,\"blockLeftPaddingMobile\":0,\"blockBottomPaddingMobile\":0,\"linkColor\":\"var(\\u002d\\u002dast-global-color-8)\",\"linkHColor\":\"var(\\u002d\\u002dast-global-color-1)\"} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-626dffe6\"><p class=\"uagb-desc-text\"><a href=\"https://book.nightsbridge.com/11065\" target=\"_blank\" rel=\"noreferrer noopener\">BOOK YOUR STAY NOW​<br></a></p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/icon-list {\"block_id\":\"e8c8bf4d\",\"classMigrate\":true,\"childMigrate\":true,\"align\":\"center\",\"parentIcon\":\"phone\",\"size\":40,\"sizeMobile\":24,\"sizeTablet\":32,\"fontSize\":48,\"fontSizeMobile\":28,\"fontSizeTablet\":40,\"fontWeight\":\"600\",\"iconColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"labelColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"blockTopPadding\":0,\"blockRightPadding\":0,\"blockLeftPadding\":0,\"blockBottomPadding\":24,\"blockPaddingLink\":false} -->\n<div class=\"wp-block-uagb-icon-list uagb-block-e8c8bf4d\"><div class=\"uagb-icon-list__wrap\"><!-- wp:uagb/icon-list-child {\"block_id\":\"e9e7d75a\",\"label\":\" + 27 (0) 82 575 5409\",\"label_color\":\"\",\"link\":\"tel:+27825755409\",\"disableLink\":true,\"fromParentIcon\":\"phone\",\"imageSizeChild\":40} -->\n<div class=\"wp-block-uagb-icon-list-child uagb-block-e9e7d75a\"><a target=\"_self\" aria-label=\" + 27 (0) 82 575 5409\" rel=\"noopener noreferrer\" href=\"tel:+27825755409\"> </a><span class=\"uagb-icon-list__source-wrap\"><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M511.2 387l-23.25 100.8c-3.266 14.25-15.79 24.22-30.46 24.22C205.2 512 0 306.8 0 54.5c0-14.66 9.969-27.2 24.22-30.45l100.8-23.25C139.7-2.602 154.7 5.018 160.8 18.92l46.52 108.5c5.438 12.78 1.77 27.67-8.98 36.45L144.5 207.1c33.98 69.22 90.26 125.5 159.5 159.5l44.08-53.8c8.688-10.78 23.69-14.51 36.47-8.975l108.5 46.51C506.1 357.2 514.6 372.4 511.2 387z\"></path></svg></span><span class=\"uagb-icon-list__label\"> + 27 (0) 82 575 5409</span></div>\n<!-- /wp:uagb/icon-list-child -->\n\n<!-- wp:uagb/icon-list-child {\"block_id\":\"72fd07e9\",\"label\":\"blueroan@ugo.co.za\",\"icon\":\"envelope\",\"label_color\":\"\",\"link\":\"mailto:blueroan@ugo.co.za\",\"disableLink\":true,\"fromParentIcon\":\"phone\",\"imageSizeChild\":40} -->\n<div class=\"wp-block-uagb-icon-list-child uagb-block-72fd07e9\"><a target=\"_self\" aria-label=\"blueroan@ugo.co.za\" rel=\"noopener noreferrer\" href=\"mailto:blueroan@ugo.co.za\"> </a><span class=\"uagb-icon-list__source-wrap\"><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M464 64C490.5 64 512 85.49 512 112C512 127.1 504.9 141.3 492.8 150.4L275.2 313.6C263.8 322.1 248.2 322.1 236.8 313.6L19.2 150.4C7.113 141.3 0 127.1 0 112C0 85.49 21.49 64 48 64H464zM217.6 339.2C240.4 356.3 271.6 356.3 294.4 339.2L512 176V384C512 419.3 483.3 448 448 448H64C28.65 448 0 419.3 0 384V176L217.6 339.2z\"></path></svg></span><span class=\"uagb-icon-list__label\">blueroan@ugo.co.za</span></div>\n<!-- /wp:uagb/icon-list-child --></div></div>\n<!-- /wp:uagb/icon-list --></div></div>\n<!-- /wp:uagb/container -->',	'The Barn',	'',	'inherit',	'closed',	'closed',	'',	'948-revision-v1',	'',	'',	'2022-12-14 10:26:03',	'2022-12-14 10:26:03',	'',	948,	'https://blueroan.netgen.cloud/?p=983',	0,	'revision',	'',	0),
(984,	2,	'2022-12-14 10:26:45',	'2022-12-14 10:26:45',	'<!-- wp:uagb/container {\"block_id\":\"427a5427\",\"backgroundType\":\"image\",\"backgroundImageDesktop\":{\"id\":863,\"title\":\"blue-roan-guest-farm (10)\",\"filename\":\"blue-roan-guest-farm-10.jpg\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-10.jpg\",\"link\":\"https://blueroan.netgen.cloud/accommodation/blue-roan-guest-farm-10/\",\"alt\":\"\",\"author\":\"2\",\"description\":\"\",\"caption\":\"\",\"name\":\"blue-roan-guest-farm-10\",\"status\":\"inherit\",\"uploadedTo\":761,\"date\":\"2022-12-13T13:04:34.000Z\",\"modified\":\"2022-12-13T13:04:34.000Z\",\"menuOrder\":0,\"mime\":\"image/jpeg\",\"type\":\"image\",\"subtype\":\"jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-includes/images/media/default.png\",\"dateFormatted\":\"December 13, 2022\",\"nonces\":{\"update\":\"d5ed6f1c8f\",\"delete\":\"06e9e4c7ca\",\"edit\":\"1bf84c7813\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=863\\u0026action=edit\",\"meta\":false,\"authorName\":\"Netgen Support\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/profile.php\",\"uploadedToTitle\":\"Accommodation\",\"uploadedToLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=761\\u0026action=edit\",\"filesizeInBytes\":149768,\"filesizeHumanReadable\":\"146 KB\",\"context\":\"\",\"height\":667,\"width\":1000,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-10-150x150.jpg\",\"orientation\":\"landscape\"},\"medium\":{\"height\":200,\"width\":300,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-10-300x200.jpg\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-10.jpg\",\"height\":667,\"width\":1000,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"backgroundPositionDesktop\":{\"x\":0.47,\"y\":0.54},\"backgroundSizeTablet\":\"cover\",\"backgroundSizeMobile\":\"cover\",\"backgroundColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"backgroundImageColor\":\"rgba(42,42,42,0.5)\",\"topPaddingDesktop\":220,\"bottomPaddingDesktop\":150,\"topPaddingTablet\":170,\"bottomPaddingTablet\":160,\"leftPaddingTablet\":30,\"rightPaddingTablet\":30,\"topPaddingMobile\":180,\"bottomPaddingMobile\":80,\"leftPaddingMobile\":20,\"rightPaddingMobile\":20,\"paddingLink\":false,\"variationSelected\":true,\"isBlockRootParent\":true,\"overlayType\":\"color\"} -->\n<div class=\"wp-block-uagb-container uagb-block-427a5427 alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/advanced-heading {\"block_id\":\"f7a45c0e\",\"classMigrate\":true,\"headingDescToggle\":true,\"headingColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"subHeadingColor\":\"var(\\u002d\\u002dast-global-color-4)\",\"headingTag\":\"h1\",\"headSpace\":20,\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"blockTopPadding\":0,\"blockRightPadding\":50,\"blockLeftPadding\":0,\"blockBottomPadding\":0,\"blockTopPaddingTablet\":0,\"blockRightPaddingTablet\":20,\"blockLeftPaddingTablet\":0,\"blockBottomPaddingTablet\":0,\"blockTopPaddingMobile\":0,\"blockRightPaddingMobile\":0,\"blockLeftPaddingMobile\":0,\"blockBottomPaddingMobile\":0,\"blockPaddingUnit\":\"%\",\"blockPaddingUnitTablet\":\"%\"} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-f7a45c0e\"><h1 class=\"uagb-heading-text\">The Barn</h1><p class=\"uagb-desc-text\">Our barn-style suite is characterized by exposed wood and rustic beams. A raised king bed on a platform faces the TV and the mountains in this open-concept suite with lots of windows for light.</p></div>\n<!-- /wp:uagb/advanced-heading --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"4448f51a\",\"backgroundType\":\"color\",\"backgroundSizeTablet\":\"cover\",\"backgroundSizeMobile\":\"cover\",\"backgroundColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"topPaddingDesktop\":120,\"bottomPaddingDesktop\":30,\"topPaddingTablet\":80,\"bottomPaddingTablet\":80,\"leftPaddingTablet\":30,\"rightPaddingTablet\":30,\"topPaddingMobile\":80,\"bottomPaddingMobile\":80,\"leftPaddingMobile\":20,\"rightPaddingMobile\":20,\"paddingLink\":false,\"variationSelected\":true,\"rowGapDesktop\":0,\"isBlockRootParent\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-4448f51a alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/container {\"block_id\":\"8175f584\",\"directionDesktop\":\"row\",\"alignItemsDesktop\":\"flex-end\",\"alignItemsTablet\":\"flex-end\",\"justifyContentDesktop\":\"flex-end\",\"justifyContentTablet\":\"space-between\",\"variationSelected\":true,\"rowGapMobile\":20,\"columnGapDesktop\":0} -->\n<div class=\"wp-block-uagb-container uagb-block-8175f584\"><!-- wp:uagb/advanced-heading {\"block_id\":\"6b2ce8de\",\"classMigrate\":true,\"headingDescToggle\":true,\"subHeadingColor\":\"\",\"headSpace\":20,\"subHeadFontSize\":16} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-6b2ce8de\"><h2 class=\"uagb-heading-text\">Come &amp; Stay With Us​ at The Barn </h2><p class=\"uagb-desc-text\">This is an open-plan unit with lots of windows with a raised king bed on a platform with 4 steps facing the TV and the mountains. &nbsp;&nbsp;It has a separate bathroom with a large walk-in shower and an oval spa bath. The unit has sliding glass doors opening onto a large patio with a brick braai and comfortable outside furniture. &nbsp;It has a small enclosed garden.</p></div>\n<!-- /wp:uagb/advanced-heading --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:heading -->\n<h2>The bedroom </h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>This room contains the following: </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list -->\n<ul><!-- wp:list-item -->\n<li>King bed with electric blanket</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Electric heater</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Stand fan</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Hair dryer &amp; dressing gowns</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Good quality linen</li>\n<!-- /wp:list-item --></ul>\n<!-- /wp:list --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":955,\"width\":500,\"height\":334,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full is-resized\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAAJDNlZGQ1OWVmLThiZmMtNDJhNC05MjI1LTVjZGE5NDA4YjA0NA.png\" alt=\"\" class=\"wp-image-955\" width=\"500\" height=\"334\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":969,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAAJDYxYzlmY2U0LWJiMGMtNGU4My04YzA3LWZhZGFkODdiOWJhYQ-1.png\" alt=\"The barn\'s bathroom \" class=\"wp-image-969\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:heading -->\n<h2>The bathroom</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>This room contains the following</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list -->\n<ul><!-- wp:list-item -->\n<li>Large walk-in shower</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Oval spa bath with 6 jets</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Bubble bath and candles</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Soap, toiletries, and towels</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Separate toilet - <em>toilet paper provided</em></li>\n<!-- /wp:list-item --></ul>\n<!-- /wp:list --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:heading -->\n<h2>The Lounge</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>This room contains the following: </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list -->\n<ul><!-- wp:list-item -->\n<li>Log fireplace</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>2 seater upholstered recliner settee</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>TV (DSTV - commercial bouquet with Sports, news, movies, Mnet, SABC 1,2 3 and Etv, and other channels)</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>DVD player</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Breakfast table cafe style and 2 chairs</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Books and playing cards</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Glass sliding door out to the patio</li>\n<!-- /wp:list-item --></ul>\n<!-- /wp:list --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":956,\"width\":500,\"height\":334,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full is-resized\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAAJDM0ZDZlYzYxLWY2YTgtNDAzYS1hMGMwLTRiMDFkZTk3ODNjZA-1.png\" alt=\"\" class=\"wp-image-956\" width=\"500\" height=\"334\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":963,\"width\":500,\"height\":334,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full is-resized\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAAJGZiMDU2OTJhLTI1YmYtNDFlOS05YzhlLTM1MDc2OTVlZmEwNA.png\" alt=\"\" class=\"wp-image-963\" width=\"500\" height=\"334\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:heading -->\n<h2>The kitchen</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>This room contains the following</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list -->\n<ul><!-- wp:list-item -->\n<li>4 plate gas stove and oven</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Microwave oven, kettle, toaster, filter coffee plunger</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Fridge with top freezer compartment</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Pots, pans, cutlery, crockery, wine &amp; champagne glasses</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>All kitchen utensils</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Ironing board and iron</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>All cleaning cloths and detergents and washing up liquid</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Paper towel</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Braai tongs</li>\n<!-- /wp:list-item --></ul>\n<!-- /wp:list --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:heading -->\n<h2>The large patio with <br>mountain views</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>This room contains the following: </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list -->\n<ul><!-- wp:list-item -->\n<li>Chairs with cushions</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Glass table</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Brick braai</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Decorative lighting</li>\n<!-- /wp:list-item --></ul>\n<!-- /wp:list --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":963,\"width\":500,\"height\":334,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full is-resized\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAAJGZiMDU2OTJhLTI1YmYtNDFlOS05YzhlLTM1MDc2OTVlZmEwNA.png\" alt=\"The Barn\'s lounge \" class=\"wp-image-963\" width=\"500\" height=\"334\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:heading {\"textAlign\":\"center\"} -->\n<h2 class=\"has-text-align-center\">Book your stay </h2>\n<!-- /wp:heading -->\n\n<!-- wp:buttons -->\n<div class=\"wp-block-buttons\"><!-- wp:button {\"align\":\"center\"} -->\n<div class=\"wp-block-button aligncenter\"><a class=\"wp-block-button__link wp-element-button\" href=\"https://book.nightsbridge.com/11065\" target=\"_blank\" rel=\"noreferrer noopener\">Reservations</a></div>\n<!-- /wp:button -->\n\n<!-- wp:button /--></div>\n<!-- /wp:buttons --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"788023e1\",\"innerContentCustomWidthDesktop\":781,\"innerContentCustomWidthTablet\":781,\"backgroundType\":\"image\",\"backgroundImageDesktop\":{\"uploading\":false,\"date\":1670943271000,\"filename\":\"AAEAAQAAAAAAAAAAAAAA39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba.png\",\"menuOrder\":0,\"uploadedTo\":761,\"type\":\"image\",\"subtype\":\"png\",\"id\":899,\"title\":\"AAEAAQAAAAAAAAAAAAAA39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAA39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba.png\",\"link\":\"https://blueroan.netgen.cloud/accommodation/aaeaaqaaaaaaaaaaaaaa39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba/\",\"alt\":\"\",\"author\":\"2\",\"description\":\"\",\"caption\":\"\",\"name\":\"aaeaaqaaaaaaaaaaaaaa39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba\",\"status\":\"inherit\",\"modified\":1670943271000,\"mime\":\"image/png\",\"icon\":\"https://blueroan.netgen.cloud/wp-includes/images/media/default.png\",\"dateFormatted\":\"December 13, 2022\",\"nonces\":{\"update\":\"45b2b6c69b\",\"delete\":\"75d81c42ab\",\"edit\":\"88fae030a9\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=899\\u0026action=edit\",\"meta\":false,\"authorName\":\"Netgen Support\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/profile.php\",\"uploadedToTitle\":\"Accommodation\",\"uploadedToLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=761\\u0026action=edit\",\"filesizeInBytes\":2338048,\"filesizeHumanReadable\":\"2 MB\",\"context\":\"\",\"height\":900,\"width\":1200,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAA39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba-150x150.png\",\"orientation\":\"landscape\"},\"medium\":{\"height\":225,\"width\":300,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAA39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba-300x225.png\",\"orientation\":\"landscape\"},\"large\":{\"height\":768,\"width\":1024,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAA39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba-1024x768.png\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAA39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba.png\",\"height\":900,\"width\":1200,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"backgroundImageColor\":\"rgba(42,42,42,0.65)\",\"topPaddingDesktop\":144,\"bottomPaddingDesktop\":144,\"leftPaddingDesktop\":40,\"rightPaddingDesktop\":40,\"topPaddingTablet\":80,\"bottomPaddingTablet\":80,\"leftPaddingTablet\":40,\"rightPaddingTablet\":40,\"topPaddingMobile\":64,\"bottomPaddingMobile\":64,\"leftPaddingMobile\":24,\"rightPaddingMobile\":24,\"paddingLink\":false,\"variationSelected\":true,\"isBlockRootParent\":true,\"overlayType\":\"color\"} -->\n<div class=\"wp-block-uagb-container uagb-block-788023e1 alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/advanced-heading {\"block_id\":\"7f67d19d\",\"classMigrate\":true,\"headingDescToggle\":true,\"headingAlign\":\"center\",\"headingColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"subHeadingColor\":\"var(\\u002d\\u002dast-global-color-4)\",\"headSpace\":20} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-7f67d19d\"><h2 class=\"uagb-heading-text\">Plan an Unforgettable Experience at<br>Blue Roan!</h2><p class=\"uagb-desc-text\">We can help you fit your stay and experience within your allotted budget.</p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/advanced-heading {\"block_id\":\"a5614248\",\"classMigrate\":true,\"headingTitleToggle\":false,\"headingDescToggle\":true,\"headingAlign\":\"center\",\"subHeadingColor\":\"var(\\u002d\\u002dast-global-color-4)\",\"subHeadTransform\":\"uppercase\",\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"subHeadLetterSpacing\":2,\"blockTopPadding\":60,\"blockRightPadding\":0,\"blockLeftPadding\":0,\"blockBottomPadding\":0,\"blockTopPaddingMobile\":30,\"blockRightPaddingMobile\":0,\"blockLeftPaddingMobile\":0,\"blockBottomPaddingMobile\":0,\"linkColor\":\"var(\\u002d\\u002dast-global-color-8)\",\"linkHColor\":\"var(\\u002d\\u002dast-global-color-1)\"} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-a5614248\"><p class=\"uagb-desc-text\"><a href=\"https://book.nightsbridge.com/11065\" target=\"_blank\" rel=\"noreferrer noopener\">BOOK YOUR STAY NOW​<br></a></p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/icon-list {\"block_id\":\"18a37bf7\",\"classMigrate\":true,\"childMigrate\":true,\"align\":\"center\",\"parentIcon\":\"phone\",\"size\":40,\"sizeMobile\":24,\"sizeTablet\":32,\"fontSize\":48,\"fontSizeMobile\":28,\"fontSizeTablet\":40,\"fontWeight\":\"600\",\"iconColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"labelColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"blockTopPadding\":0,\"blockRightPadding\":0,\"blockLeftPadding\":0,\"blockBottomPadding\":24,\"blockPaddingLink\":false} -->\n<div class=\"wp-block-uagb-icon-list uagb-block-18a37bf7\"><div class=\"uagb-icon-list__wrap\"><!-- wp:uagb/icon-list-child {\"block_id\":\"1821c1ba\",\"label\":\" + 27 (0) 82 575 5409\",\"label_color\":\"\",\"link\":\"tel:+27825755409\",\"disableLink\":true,\"fromParentIcon\":\"phone\",\"imageSizeChild\":40} -->\n<div class=\"wp-block-uagb-icon-list-child uagb-block-1821c1ba\"><a target=\"_self\" aria-label=\" + 27 (0) 82 575 5409\" rel=\"noopener noreferrer\" href=\"tel:+27825755409\"> </a><span class=\"uagb-icon-list__source-wrap\"><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M511.2 387l-23.25 100.8c-3.266 14.25-15.79 24.22-30.46 24.22C205.2 512 0 306.8 0 54.5c0-14.66 9.969-27.2 24.22-30.45l100.8-23.25C139.7-2.602 154.7 5.018 160.8 18.92l46.52 108.5c5.438 12.78 1.77 27.67-8.98 36.45L144.5 207.1c33.98 69.22 90.26 125.5 159.5 159.5l44.08-53.8c8.688-10.78 23.69-14.51 36.47-8.975l108.5 46.51C506.1 357.2 514.6 372.4 511.2 387z\"></path></svg></span><span class=\"uagb-icon-list__label\"> + 27 (0) 82 575 5409</span></div>\n<!-- /wp:uagb/icon-list-child -->\n\n<!-- wp:uagb/icon-list-child {\"block_id\":\"cbf06adb\",\"label\":\"blueroan@ugo.co.za\",\"icon\":\"envelope\",\"label_color\":\"\",\"link\":\"mailto:blueroan@ugo.co.za\",\"disableLink\":true,\"fromParentIcon\":\"phone\",\"imageSizeChild\":40} -->\n<div class=\"wp-block-uagb-icon-list-child uagb-block-cbf06adb\"><a target=\"_self\" aria-label=\"blueroan@ugo.co.za\" rel=\"noopener noreferrer\" href=\"mailto:blueroan@ugo.co.za\"> </a><span class=\"uagb-icon-list__source-wrap\"><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M464 64C490.5 64 512 85.49 512 112C512 127.1 504.9 141.3 492.8 150.4L275.2 313.6C263.8 322.1 248.2 322.1 236.8 313.6L19.2 150.4C7.113 141.3 0 127.1 0 112C0 85.49 21.49 64 48 64H464zM217.6 339.2C240.4 356.3 271.6 356.3 294.4 339.2L512 176V384C512 419.3 483.3 448 448 448H64C28.65 448 0 419.3 0 384V176L217.6 339.2z\"></path></svg></span><span class=\"uagb-icon-list__label\">blueroan@ugo.co.za</span></div>\n<!-- /wp:uagb/icon-list-child --></div></div>\n<!-- /wp:uagb/icon-list --></div></div>\n<!-- /wp:uagb/container -->',	'The Barn',	'',	'inherit',	'closed',	'closed',	'',	'948-revision-v1',	'',	'',	'2022-12-14 10:26:45',	'2022-12-14 10:26:45',	'',	948,	'https://blueroan.netgen.cloud/?p=984',	0,	'revision',	'',	0),
(985,	2,	'2022-12-14 10:27:17',	'2022-12-14 10:27:17',	'<!-- wp:uagb/container {\"block_id\":\"61c8d6bb\",\"backgroundType\":\"image\",\"backgroundImageDesktop\":{\"id\":863,\"title\":\"blue-roan-guest-farm (10)\",\"filename\":\"blue-roan-guest-farm-10.jpg\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-10.jpg\",\"link\":\"https://blueroan.netgen.cloud/accommodation/blue-roan-guest-farm-10/\",\"alt\":\"\",\"author\":\"2\",\"description\":\"\",\"caption\":\"\",\"name\":\"blue-roan-guest-farm-10\",\"status\":\"inherit\",\"uploadedTo\":761,\"date\":\"2022-12-13T13:04:34.000Z\",\"modified\":\"2022-12-13T13:04:34.000Z\",\"menuOrder\":0,\"mime\":\"image/jpeg\",\"type\":\"image\",\"subtype\":\"jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-includes/images/media/default.png\",\"dateFormatted\":\"December 13, 2022\",\"nonces\":{\"update\":\"d5ed6f1c8f\",\"delete\":\"06e9e4c7ca\",\"edit\":\"1bf84c7813\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=863\\u0026action=edit\",\"meta\":false,\"authorName\":\"Netgen Support\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/profile.php\",\"uploadedToTitle\":\"Accommodation\",\"uploadedToLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=761\\u0026action=edit\",\"filesizeInBytes\":149768,\"filesizeHumanReadable\":\"146 KB\",\"context\":\"\",\"height\":667,\"width\":1000,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-10-150x150.jpg\",\"orientation\":\"landscape\"},\"medium\":{\"height\":200,\"width\":300,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-10-300x200.jpg\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-10.jpg\",\"height\":667,\"width\":1000,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"backgroundPositionDesktop\":{\"x\":0.47,\"y\":0.54},\"backgroundSizeTablet\":\"cover\",\"backgroundSizeMobile\":\"cover\",\"backgroundColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"backgroundImageColor\":\"rgba(42,42,42,0.5)\",\"topPaddingDesktop\":220,\"bottomPaddingDesktop\":150,\"topPaddingTablet\":170,\"bottomPaddingTablet\":160,\"leftPaddingTablet\":30,\"rightPaddingTablet\":30,\"topPaddingMobile\":180,\"bottomPaddingMobile\":80,\"leftPaddingMobile\":20,\"rightPaddingMobile\":20,\"paddingLink\":false,\"variationSelected\":true,\"isBlockRootParent\":true,\"overlayType\":\"color\"} -->\n<div class=\"wp-block-uagb-container uagb-block-61c8d6bb alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/advanced-heading {\"block_id\":\"b52d96a6\",\"classMigrate\":true,\"headingDescToggle\":true,\"headingColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"subHeadingColor\":\"var(\\u002d\\u002dast-global-color-4)\",\"headingTag\":\"h1\",\"headSpace\":20,\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"blockTopPadding\":0,\"blockRightPadding\":50,\"blockLeftPadding\":0,\"blockBottomPadding\":0,\"blockTopPaddingTablet\":0,\"blockRightPaddingTablet\":20,\"blockLeftPaddingTablet\":0,\"blockBottomPaddingTablet\":0,\"blockTopPaddingMobile\":0,\"blockRightPaddingMobile\":0,\"blockLeftPaddingMobile\":0,\"blockBottomPaddingMobile\":0,\"blockPaddingUnit\":\"%\",\"blockPaddingUnitTablet\":\"%\"} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-b52d96a6\"><h1 class=\"uagb-heading-text\">The Barn</h1><p class=\"uagb-desc-text\">Our barn-style suite is characterized by exposed wood and rustic beams. A raised king bed on a platform faces the TV and the mountains in this open-concept suite with lots of windows for light.</p></div>\n<!-- /wp:uagb/advanced-heading --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"6df66fa6\",\"backgroundType\":\"color\",\"backgroundSizeTablet\":\"cover\",\"backgroundSizeMobile\":\"cover\",\"backgroundColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"topPaddingDesktop\":120,\"bottomPaddingDesktop\":60,\"rightPaddingDesktop\":0,\"topPaddingTablet\":80,\"bottomPaddingTablet\":80,\"leftPaddingTablet\":30,\"rightPaddingTablet\":30,\"topPaddingMobile\":80,\"bottomPaddingMobile\":80,\"leftPaddingMobile\":20,\"rightPaddingMobile\":20,\"paddingLink\":false,\"variationSelected\":true,\"rowGapDesktop\":0,\"isBlockRootParent\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-6df66fa6 alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/container {\"block_id\":\"4b719893\",\"directionDesktop\":\"row\",\"alignItemsDesktop\":\"flex-end\",\"alignItemsTablet\":\"flex-end\",\"justifyContentDesktop\":\"flex-end\",\"justifyContentTablet\":\"space-between\",\"variationSelected\":true,\"rowGapMobile\":20,\"columnGapDesktop\":0} -->\n<div class=\"wp-block-uagb-container uagb-block-4b719893\"><!-- wp:uagb/advanced-heading {\"block_id\":\"815d7b2a\",\"classMigrate\":true,\"headingDescToggle\":true,\"subHeadingColor\":\"\",\"headSpace\":20,\"subHeadFontSize\":16} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-815d7b2a\"><h2 class=\"uagb-heading-text\">Come &amp; Stay With Us​ at The Barn </h2><p class=\"uagb-desc-text\">This is an open-plan unit with lots of windows with a raised king bed on a platform with 4 steps facing the TV and the mountains. &nbsp;&nbsp;It has a separate bathroom with a large walk-in shower and an oval spa bath. The unit has sliding glass doors opening onto a large patio with a brick braai and comfortable outside furniture. &nbsp;It has a small enclosed garden.</p></div>\n<!-- /wp:uagb/advanced-heading --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:heading -->\n<h2>The bedroom </h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>This room contains the following: </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list -->\n<ul><!-- wp:list-item -->\n<li>King bed with electric blanket</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Electric heater</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Stand fan</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Hair dryer &amp; dressing gowns</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Good quality linen</li>\n<!-- /wp:list-item --></ul>\n<!-- /wp:list --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":955,\"width\":500,\"height\":334,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full is-resized\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAAJDNlZGQ1OWVmLThiZmMtNDJhNC05MjI1LTVjZGE5NDA4YjA0NA.png\" alt=\"\" class=\"wp-image-955\" width=\"500\" height=\"334\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":969,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAAJDYxYzlmY2U0LWJiMGMtNGU4My04YzA3LWZhZGFkODdiOWJhYQ-1.png\" alt=\"The barn\'s bathroom \" class=\"wp-image-969\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:heading -->\n<h2>The bathroom</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>This room contains the following</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list -->\n<ul><!-- wp:list-item -->\n<li>Large walk-in shower</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Oval spa bath with 6 jets</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Bubble bath and candles</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Soap, toiletries, and towels</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Separate toilet - <em>toilet paper provided</em></li>\n<!-- /wp:list-item --></ul>\n<!-- /wp:list --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:heading -->\n<h2>The Lounge</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>This room contains the following: </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list -->\n<ul><!-- wp:list-item -->\n<li>Log fireplace</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>2 seater upholstered recliner settee</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>TV (DSTV - commercial bouquet with Sports, news, movies, Mnet, SABC 1,2 3 and Etv, and other channels)</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>DVD player</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Breakfast table cafe style and 2 chairs</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Books and playing cards</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Glass sliding door out to the patio</li>\n<!-- /wp:list-item --></ul>\n<!-- /wp:list --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":956,\"width\":500,\"height\":334,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full is-resized\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAAJDM0ZDZlYzYxLWY2YTgtNDAzYS1hMGMwLTRiMDFkZTk3ODNjZA-1.png\" alt=\"\" class=\"wp-image-956\" width=\"500\" height=\"334\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":963,\"width\":500,\"height\":334,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full is-resized\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAAJGZiMDU2OTJhLTI1YmYtNDFlOS05YzhlLTM1MDc2OTVlZmEwNA.png\" alt=\"\" class=\"wp-image-963\" width=\"500\" height=\"334\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:heading -->\n<h2>The kitchen</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>This room contains the following</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list -->\n<ul><!-- wp:list-item -->\n<li>4 plate gas stove and oven</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Microwave oven, kettle, toaster, filter coffee plunger</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Fridge with top freezer compartment</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Pots, pans, cutlery, crockery, wine &amp; champagne glasses</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>All kitchen utensils</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Ironing board and iron</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>All cleaning cloths and detergents and washing up liquid</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Paper towel</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Braai tongs</li>\n<!-- /wp:list-item --></ul>\n<!-- /wp:list --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:heading -->\n<h2>The large patio with <br>mountain views</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>This room contains the following: </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list -->\n<ul><!-- wp:list-item -->\n<li>Chairs with cushions</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Glass table</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Brick braai</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Decorative lighting</li>\n<!-- /wp:list-item --></ul>\n<!-- /wp:list --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":963,\"width\":500,\"height\":334,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full is-resized\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAAJGZiMDU2OTJhLTI1YmYtNDFlOS05YzhlLTM1MDc2OTVlZmEwNA.png\" alt=\"The Barn\'s lounge \" class=\"wp-image-963\" width=\"500\" height=\"334\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:heading {\"textAlign\":\"center\"} -->\n<h2 class=\"has-text-align-center\">Book your stay </h2>\n<!-- /wp:heading -->\n\n<!-- wp:buttons -->\n<div class=\"wp-block-buttons\"><!-- wp:button {\"align\":\"center\"} -->\n<div class=\"wp-block-button aligncenter\"><a class=\"wp-block-button__link wp-element-button\" href=\"https://book.nightsbridge.com/11065\" target=\"_blank\" rel=\"noreferrer noopener\">Reservations</a></div>\n<!-- /wp:button -->\n\n<!-- wp:button /--></div>\n<!-- /wp:buttons --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"c3f187c8\",\"innerContentCustomWidthDesktop\":781,\"innerContentCustomWidthTablet\":781,\"backgroundType\":\"image\",\"backgroundImageDesktop\":{\"uploading\":false,\"date\":1670943271000,\"filename\":\"AAEAAQAAAAAAAAAAAAAA39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba.png\",\"menuOrder\":0,\"uploadedTo\":761,\"type\":\"image\",\"subtype\":\"png\",\"id\":899,\"title\":\"AAEAAQAAAAAAAAAAAAAA39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAA39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba.png\",\"link\":\"https://blueroan.netgen.cloud/accommodation/aaeaaqaaaaaaaaaaaaaa39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba/\",\"alt\":\"\",\"author\":\"2\",\"description\":\"\",\"caption\":\"\",\"name\":\"aaeaaqaaaaaaaaaaaaaa39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba\",\"status\":\"inherit\",\"modified\":1670943271000,\"mime\":\"image/png\",\"icon\":\"https://blueroan.netgen.cloud/wp-includes/images/media/default.png\",\"dateFormatted\":\"December 13, 2022\",\"nonces\":{\"update\":\"45b2b6c69b\",\"delete\":\"75d81c42ab\",\"edit\":\"88fae030a9\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=899\\u0026action=edit\",\"meta\":false,\"authorName\":\"Netgen Support\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/profile.php\",\"uploadedToTitle\":\"Accommodation\",\"uploadedToLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=761\\u0026action=edit\",\"filesizeInBytes\":2338048,\"filesizeHumanReadable\":\"2 MB\",\"context\":\"\",\"height\":900,\"width\":1200,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAA39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba-150x150.png\",\"orientation\":\"landscape\"},\"medium\":{\"height\":225,\"width\":300,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAA39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba-300x225.png\",\"orientation\":\"landscape\"},\"large\":{\"height\":768,\"width\":1024,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAA39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba-1024x768.png\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAA39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba.png\",\"height\":900,\"width\":1200,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"backgroundImageColor\":\"rgba(42,42,42,0.65)\",\"topPaddingDesktop\":144,\"bottomPaddingDesktop\":144,\"leftPaddingDesktop\":40,\"rightPaddingDesktop\":40,\"topPaddingTablet\":80,\"bottomPaddingTablet\":80,\"leftPaddingTablet\":40,\"rightPaddingTablet\":40,\"topPaddingMobile\":64,\"bottomPaddingMobile\":64,\"leftPaddingMobile\":24,\"rightPaddingMobile\":24,\"paddingLink\":false,\"variationSelected\":true,\"isBlockRootParent\":true,\"overlayType\":\"color\"} -->\n<div class=\"wp-block-uagb-container uagb-block-c3f187c8 alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/advanced-heading {\"block_id\":\"d8f2c55a\",\"classMigrate\":true,\"headingDescToggle\":true,\"headingAlign\":\"center\",\"headingColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"subHeadingColor\":\"var(\\u002d\\u002dast-global-color-4)\",\"headSpace\":20} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-d8f2c55a\"><h2 class=\"uagb-heading-text\">Plan an Unforgettable Experience at<br>Blue Roan!</h2><p class=\"uagb-desc-text\">We can help you fit your stay and experience within your allotted budget.</p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/advanced-heading {\"block_id\":\"1daa9fdc\",\"classMigrate\":true,\"headingTitleToggle\":false,\"headingDescToggle\":true,\"headingAlign\":\"center\",\"subHeadingColor\":\"var(\\u002d\\u002dast-global-color-4)\",\"subHeadTransform\":\"uppercase\",\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"subHeadLetterSpacing\":2,\"blockTopPadding\":60,\"blockRightPadding\":0,\"blockLeftPadding\":0,\"blockBottomPadding\":0,\"blockTopPaddingMobile\":30,\"blockRightPaddingMobile\":0,\"blockLeftPaddingMobile\":0,\"blockBottomPaddingMobile\":0,\"linkColor\":\"var(\\u002d\\u002dast-global-color-8)\",\"linkHColor\":\"var(\\u002d\\u002dast-global-color-1)\"} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-1daa9fdc\"><p class=\"uagb-desc-text\"><a href=\"https://book.nightsbridge.com/11065\" target=\"_blank\" rel=\"noreferrer noopener\">BOOK YOUR STAY NOW​<br></a></p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/icon-list {\"block_id\":\"b9c8f892\",\"classMigrate\":true,\"childMigrate\":true,\"align\":\"center\",\"parentIcon\":\"phone\",\"size\":40,\"sizeMobile\":24,\"sizeTablet\":32,\"fontSize\":48,\"fontSizeMobile\":28,\"fontSizeTablet\":40,\"fontWeight\":\"600\",\"iconColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"labelColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"blockTopPadding\":0,\"blockRightPadding\":0,\"blockLeftPadding\":0,\"blockBottomPadding\":24,\"blockPaddingLink\":false} -->\n<div class=\"wp-block-uagb-icon-list uagb-block-b9c8f892\"><div class=\"uagb-icon-list__wrap\"><!-- wp:uagb/icon-list-child {\"block_id\":\"d42c78ec\",\"label\":\" + 27 (0) 82 575 5409\",\"label_color\":\"\",\"link\":\"tel:+27825755409\",\"disableLink\":true,\"fromParentIcon\":\"phone\",\"imageSizeChild\":40} -->\n<div class=\"wp-block-uagb-icon-list-child uagb-block-d42c78ec\"><a target=\"_self\" aria-label=\" + 27 (0) 82 575 5409\" rel=\"noopener noreferrer\" href=\"tel:+27825755409\"> </a><span class=\"uagb-icon-list__source-wrap\"><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M511.2 387l-23.25 100.8c-3.266 14.25-15.79 24.22-30.46 24.22C205.2 512 0 306.8 0 54.5c0-14.66 9.969-27.2 24.22-30.45l100.8-23.25C139.7-2.602 154.7 5.018 160.8 18.92l46.52 108.5c5.438 12.78 1.77 27.67-8.98 36.45L144.5 207.1c33.98 69.22 90.26 125.5 159.5 159.5l44.08-53.8c8.688-10.78 23.69-14.51 36.47-8.975l108.5 46.51C506.1 357.2 514.6 372.4 511.2 387z\"></path></svg></span><span class=\"uagb-icon-list__label\"> + 27 (0) 82 575 5409</span></div>\n<!-- /wp:uagb/icon-list-child -->\n\n<!-- wp:uagb/icon-list-child {\"block_id\":\"d6ba3464\",\"label\":\"blueroan@ugo.co.za\",\"icon\":\"envelope\",\"label_color\":\"\",\"link\":\"mailto:blueroan@ugo.co.za\",\"disableLink\":true,\"fromParentIcon\":\"phone\",\"imageSizeChild\":40} -->\n<div class=\"wp-block-uagb-icon-list-child uagb-block-d6ba3464\"><a target=\"_self\" aria-label=\"blueroan@ugo.co.za\" rel=\"noopener noreferrer\" href=\"mailto:blueroan@ugo.co.za\"> </a><span class=\"uagb-icon-list__source-wrap\"><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M464 64C490.5 64 512 85.49 512 112C512 127.1 504.9 141.3 492.8 150.4L275.2 313.6C263.8 322.1 248.2 322.1 236.8 313.6L19.2 150.4C7.113 141.3 0 127.1 0 112C0 85.49 21.49 64 48 64H464zM217.6 339.2C240.4 356.3 271.6 356.3 294.4 339.2L512 176V384C512 419.3 483.3 448 448 448H64C28.65 448 0 419.3 0 384V176L217.6 339.2z\"></path></svg></span><span class=\"uagb-icon-list__label\">blueroan@ugo.co.za</span></div>\n<!-- /wp:uagb/icon-list-child --></div></div>\n<!-- /wp:uagb/icon-list --></div></div>\n<!-- /wp:uagb/container -->',	'The Barn',	'',	'inherit',	'closed',	'closed',	'',	'948-revision-v1',	'',	'',	'2022-12-14 10:27:17',	'2022-12-14 10:27:17',	'',	948,	'https://blueroan.netgen.cloud/?p=985',	0,	'revision',	'',	0),
(986,	2,	'2022-12-14 10:27:47',	'2022-12-14 10:27:47',	'<!-- wp:uagb/container {\"block_id\":\"d8ed22e7\",\"backgroundType\":\"image\",\"backgroundImageDesktop\":{\"id\":863,\"title\":\"blue-roan-guest-farm (10)\",\"filename\":\"blue-roan-guest-farm-10.jpg\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-10.jpg\",\"link\":\"https://blueroan.netgen.cloud/accommodation/blue-roan-guest-farm-10/\",\"alt\":\"\",\"author\":\"2\",\"description\":\"\",\"caption\":\"\",\"name\":\"blue-roan-guest-farm-10\",\"status\":\"inherit\",\"uploadedTo\":761,\"date\":\"2022-12-13T13:04:34.000Z\",\"modified\":\"2022-12-13T13:04:34.000Z\",\"menuOrder\":0,\"mime\":\"image/jpeg\",\"type\":\"image\",\"subtype\":\"jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-includes/images/media/default.png\",\"dateFormatted\":\"December 13, 2022\",\"nonces\":{\"update\":\"d5ed6f1c8f\",\"delete\":\"06e9e4c7ca\",\"edit\":\"1bf84c7813\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=863\\u0026action=edit\",\"meta\":false,\"authorName\":\"Netgen Support\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/profile.php\",\"uploadedToTitle\":\"Accommodation\",\"uploadedToLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=761\\u0026action=edit\",\"filesizeInBytes\":149768,\"filesizeHumanReadable\":\"146 KB\",\"context\":\"\",\"height\":667,\"width\":1000,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-10-150x150.jpg\",\"orientation\":\"landscape\"},\"medium\":{\"height\":200,\"width\":300,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-10-300x200.jpg\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-10.jpg\",\"height\":667,\"width\":1000,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"backgroundPositionDesktop\":{\"x\":0.47,\"y\":0.54},\"backgroundSizeTablet\":\"cover\",\"backgroundSizeMobile\":\"cover\",\"backgroundColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"backgroundImageColor\":\"rgba(42,42,42,0.5)\",\"topPaddingDesktop\":220,\"bottomPaddingDesktop\":150,\"topPaddingTablet\":170,\"bottomPaddingTablet\":160,\"leftPaddingTablet\":30,\"rightPaddingTablet\":30,\"topPaddingMobile\":180,\"bottomPaddingMobile\":80,\"leftPaddingMobile\":20,\"rightPaddingMobile\":20,\"paddingLink\":false,\"variationSelected\":true,\"isBlockRootParent\":true,\"overlayType\":\"color\"} -->\n<div class=\"wp-block-uagb-container uagb-block-d8ed22e7 alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/advanced-heading {\"block_id\":\"99205924\",\"classMigrate\":true,\"headingDescToggle\":true,\"headingColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"subHeadingColor\":\"var(\\u002d\\u002dast-global-color-4)\",\"headingTag\":\"h1\",\"headSpace\":20,\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"blockTopPadding\":0,\"blockRightPadding\":50,\"blockLeftPadding\":0,\"blockBottomPadding\":0,\"blockTopPaddingTablet\":0,\"blockRightPaddingTablet\":20,\"blockLeftPaddingTablet\":0,\"blockBottomPaddingTablet\":0,\"blockTopPaddingMobile\":0,\"blockRightPaddingMobile\":0,\"blockLeftPaddingMobile\":0,\"blockBottomPaddingMobile\":0,\"blockPaddingUnit\":\"%\",\"blockPaddingUnitTablet\":\"%\"} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-99205924\"><h1 class=\"uagb-heading-text\">The Barn</h1><p class=\"uagb-desc-text\">Our barn-style suite is characterized by exposed wood and rustic beams. A raised king bed on a platform faces the TV and the mountains in this open-concept suite with lots of windows for light.</p></div>\n<!-- /wp:uagb/advanced-heading --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"54e42dac\",\"backgroundType\":\"color\",\"backgroundSizeTablet\":\"cover\",\"backgroundSizeMobile\":\"cover\",\"backgroundColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"topPaddingDesktop\":120,\"bottomPaddingDesktop\":60,\"rightPaddingDesktop\":0,\"topPaddingTablet\":80,\"bottomPaddingTablet\":80,\"leftPaddingTablet\":30,\"rightPaddingTablet\":30,\"topPaddingMobile\":80,\"bottomPaddingMobile\":80,\"leftPaddingMobile\":20,\"rightPaddingMobile\":20,\"paddingLink\":false,\"variationSelected\":true,\"rowGapDesktop\":0,\"isBlockRootParent\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-54e42dac alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/container {\"block_id\":\"810c477d\",\"directionDesktop\":\"row\",\"alignItemsDesktop\":\"flex-end\",\"alignItemsTablet\":\"flex-end\",\"justifyContentDesktop\":\"flex-end\",\"justifyContentTablet\":\"space-between\",\"variationSelected\":true,\"rowGapMobile\":20,\"columnGapDesktop\":0} -->\n<div class=\"wp-block-uagb-container uagb-block-810c477d\"><!-- wp:uagb/advanced-heading {\"block_id\":\"c1459d4b\",\"classMigrate\":true,\"headingDescToggle\":true,\"subHeadingColor\":\"\",\"headSpace\":20,\"subHeadFontSize\":16} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-c1459d4b\"><h2 class=\"uagb-heading-text\">Come &amp; Stay With Us​ at The Barn </h2><p class=\"uagb-desc-text\">This is an open-plan unit with lots of windows with a raised king bed on a platform with 4 steps facing the TV and the mountains. &nbsp;&nbsp;It has a separate bathroom with a large walk-in shower and an oval spa bath. The unit has sliding glass doors opening onto a large patio with a brick braai and comfortable outside furniture. &nbsp;It has a small enclosed garden.</p></div>\n<!-- /wp:uagb/advanced-heading --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:heading -->\n<h2>The bedroom </h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>This room contains the following: </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list -->\n<ul><!-- wp:list-item -->\n<li>King bed with electric blanket</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Electric heater</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Stand fan</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Hair dryer &amp; dressing gowns</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Good quality linen</li>\n<!-- /wp:list-item --></ul>\n<!-- /wp:list --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":955,\"width\":500,\"height\":334,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full is-resized\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAAJDNlZGQ1OWVmLThiZmMtNDJhNC05MjI1LTVjZGE5NDA4YjA0NA.png\" alt=\"\" class=\"wp-image-955\" width=\"500\" height=\"334\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":969,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAAJDYxYzlmY2U0LWJiMGMtNGU4My04YzA3LWZhZGFkODdiOWJhYQ-1.png\" alt=\"The barn\'s bathroom \" class=\"wp-image-969\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:heading -->\n<h2>The bathroom</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>This room contains the following</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list -->\n<ul><!-- wp:list-item -->\n<li>Large walk-in shower</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Oval spa bath with 6 jets</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Bubble bath and candles</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Soap, toiletries, and towels</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Separate toilet - <em>toilet paper provided</em></li>\n<!-- /wp:list-item --></ul>\n<!-- /wp:list --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:heading -->\n<h2>The Lounge</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>This room contains the following: </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list -->\n<ul><!-- wp:list-item -->\n<li>Log fireplace</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>2 seater upholstered recliner settee</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>TV (DSTV - commercial bouquet with Sports, news, movies, Mnet, SABC 1,2 3 and Etv, and other channels)</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>DVD player</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Breakfast table cafe style and 2 chairs</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Books and playing cards</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Glass sliding door out to the patio</li>\n<!-- /wp:list-item --></ul>\n<!-- /wp:list --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":956,\"width\":500,\"height\":334,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full is-resized\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAAJDM0ZDZlYzYxLWY2YTgtNDAzYS1hMGMwLTRiMDFkZTk3ODNjZA-1.png\" alt=\"\" class=\"wp-image-956\" width=\"500\" height=\"334\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":963,\"width\":500,\"height\":334,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full is-resized\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAAJGZiMDU2OTJhLTI1YmYtNDFlOS05YzhlLTM1MDc2OTVlZmEwNA.png\" alt=\"\" class=\"wp-image-963\" width=\"500\" height=\"334\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:heading -->\n<h2>The kitchen</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>This room contains the following</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list -->\n<ul><!-- wp:list-item -->\n<li>4 plate gas stove and oven</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Microwave oven, kettle, toaster, filter coffee plunger</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Fridge with top freezer compartment</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Pots, pans, cutlery, crockery, wine &amp; champagne glasses</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>All kitchen utensils</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Ironing board and iron</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>All cleaning cloths and detergents and washing up liquid</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Paper towel</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Braai tongs</li>\n<!-- /wp:list-item --></ul>\n<!-- /wp:list --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:heading -->\n<h2>The large patio with <br>mountain views</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>This room contains the following: </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list -->\n<ul><!-- wp:list-item -->\n<li>Chairs with cushions</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Glass table</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Brick braai</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Decorative lighting</li>\n<!-- /wp:list-item --></ul>\n<!-- /wp:list --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":963,\"width\":500,\"height\":334,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full is-resized\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAAJGZiMDU2OTJhLTI1YmYtNDFlOS05YzhlLTM1MDc2OTVlZmEwNA.png\" alt=\"The Barn\'s lounge \" class=\"wp-image-963\" width=\"500\" height=\"334\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:heading {\"textAlign\":\"center\"} -->\n<h2 class=\"has-text-align-center\">Book your stay </h2>\n<!-- /wp:heading -->\n\n<!-- wp:buttons -->\n<div class=\"wp-block-buttons\"><!-- wp:button {\"align\":\"center\"} -->\n<div class=\"wp-block-button aligncenter\"><a class=\"wp-block-button__link wp-element-button\" href=\"https://book.nightsbridge.com/11065\" target=\"_blank\" rel=\"noreferrer noopener\">Reservations</a></div>\n<!-- /wp:button -->\n\n<!-- wp:button /--></div>\n<!-- /wp:buttons --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"0f8fb6ca\",\"innerContentCustomWidthDesktop\":781,\"innerContentCustomWidthTablet\":781,\"backgroundType\":\"image\",\"backgroundImageDesktop\":{\"uploading\":false,\"date\":1670943271000,\"filename\":\"AAEAAQAAAAAAAAAAAAAA39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba.png\",\"menuOrder\":0,\"uploadedTo\":761,\"type\":\"image\",\"subtype\":\"png\",\"id\":899,\"title\":\"AAEAAQAAAAAAAAAAAAAA39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAA39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba.png\",\"link\":\"https://blueroan.netgen.cloud/accommodation/aaeaaqaaaaaaaaaaaaaa39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba/\",\"alt\":\"\",\"author\":\"2\",\"description\":\"\",\"caption\":\"\",\"name\":\"aaeaaqaaaaaaaaaaaaaa39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba\",\"status\":\"inherit\",\"modified\":1670943271000,\"mime\":\"image/png\",\"icon\":\"https://blueroan.netgen.cloud/wp-includes/images/media/default.png\",\"dateFormatted\":\"December 13, 2022\",\"nonces\":{\"update\":\"45b2b6c69b\",\"delete\":\"75d81c42ab\",\"edit\":\"88fae030a9\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=899\\u0026action=edit\",\"meta\":false,\"authorName\":\"Netgen Support\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/profile.php\",\"uploadedToTitle\":\"Accommodation\",\"uploadedToLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=761\\u0026action=edit\",\"filesizeInBytes\":2338048,\"filesizeHumanReadable\":\"2 MB\",\"context\":\"\",\"height\":900,\"width\":1200,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAA39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba-150x150.png\",\"orientation\":\"landscape\"},\"medium\":{\"height\":225,\"width\":300,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAA39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba-300x225.png\",\"orientation\":\"landscape\"},\"large\":{\"height\":768,\"width\":1024,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAA39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba-1024x768.png\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAA39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba.png\",\"height\":900,\"width\":1200,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"backgroundImageColor\":\"rgba(42,42,42,0.65)\",\"topPaddingDesktop\":144,\"bottomPaddingDesktop\":144,\"leftPaddingDesktop\":40,\"rightPaddingDesktop\":40,\"topPaddingTablet\":80,\"bottomPaddingTablet\":80,\"leftPaddingTablet\":40,\"rightPaddingTablet\":40,\"topPaddingMobile\":64,\"bottomPaddingMobile\":64,\"leftPaddingMobile\":24,\"rightPaddingMobile\":24,\"paddingLink\":false,\"variationSelected\":true,\"isBlockRootParent\":true,\"overlayType\":\"color\"} -->\n<div class=\"wp-block-uagb-container uagb-block-0f8fb6ca alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/advanced-heading {\"block_id\":\"85e693d8\",\"classMigrate\":true,\"headingDescToggle\":true,\"headingAlign\":\"center\",\"headingColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"subHeadingColor\":\"var(\\u002d\\u002dast-global-color-4)\",\"headSpace\":20} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-85e693d8\"><h2 class=\"uagb-heading-text\">Plan an Unforgettable Experience at<br>Blue Roan!</h2><p class=\"uagb-desc-text\">We can help you fit your stay and experience within your allotted budget.</p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/advanced-heading {\"block_id\":\"2b8c97e5\",\"classMigrate\":true,\"headingTitleToggle\":false,\"headingDescToggle\":true,\"headingAlign\":\"center\",\"subHeadingColor\":\"var(\\u002d\\u002dast-global-color-4)\",\"subHeadTransform\":\"uppercase\",\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"subHeadLetterSpacing\":2,\"blockTopPadding\":60,\"blockRightPadding\":0,\"blockLeftPadding\":0,\"blockBottomPadding\":0,\"blockTopPaddingMobile\":30,\"blockRightPaddingMobile\":0,\"blockLeftPaddingMobile\":0,\"blockBottomPaddingMobile\":0,\"linkColor\":\"var(\\u002d\\u002dast-global-color-8)\",\"linkHColor\":\"var(\\u002d\\u002dast-global-color-1)\"} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-2b8c97e5\"><p class=\"uagb-desc-text\"><a href=\"https://book.nightsbridge.com/11065\" target=\"_blank\" rel=\"noreferrer noopener\">BOOK YOUR STAY NOW​<br></a></p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/icon-list {\"block_id\":\"23b90697\",\"classMigrate\":true,\"childMigrate\":true,\"align\":\"center\",\"parentIcon\":\"phone\",\"size\":40,\"sizeMobile\":24,\"sizeTablet\":32,\"fontSize\":48,\"fontSizeMobile\":28,\"fontSizeTablet\":40,\"fontWeight\":\"600\",\"iconColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"labelColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"blockTopPadding\":0,\"blockRightPadding\":0,\"blockLeftPadding\":0,\"blockBottomPadding\":24,\"blockPaddingLink\":false} -->\n<div class=\"wp-block-uagb-icon-list uagb-block-23b90697\"><div class=\"uagb-icon-list__wrap\"><!-- wp:uagb/icon-list-child {\"block_id\":\"f4de2461\",\"label\":\" + 27 (0) 82 575 5409\",\"label_color\":\"\",\"link\":\"tel:+27825755409\",\"disableLink\":true,\"fromParentIcon\":\"phone\",\"imageSizeChild\":40} -->\n<div class=\"wp-block-uagb-icon-list-child uagb-block-f4de2461\"><a target=\"_self\" aria-label=\" + 27 (0) 82 575 5409\" rel=\"noopener noreferrer\" href=\"tel:+27825755409\"> </a><span class=\"uagb-icon-list__source-wrap\"><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M511.2 387l-23.25 100.8c-3.266 14.25-15.79 24.22-30.46 24.22C205.2 512 0 306.8 0 54.5c0-14.66 9.969-27.2 24.22-30.45l100.8-23.25C139.7-2.602 154.7 5.018 160.8 18.92l46.52 108.5c5.438 12.78 1.77 27.67-8.98 36.45L144.5 207.1c33.98 69.22 90.26 125.5 159.5 159.5l44.08-53.8c8.688-10.78 23.69-14.51 36.47-8.975l108.5 46.51C506.1 357.2 514.6 372.4 511.2 387z\"></path></svg></span><span class=\"uagb-icon-list__label\"> + 27 (0) 82 575 5409</span></div>\n<!-- /wp:uagb/icon-list-child -->\n\n<!-- wp:uagb/icon-list-child {\"block_id\":\"3e27bf2d\",\"label\":\"blueroan@ugo.co.za\",\"icon\":\"envelope\",\"label_color\":\"\",\"link\":\"mailto:blueroan@ugo.co.za\",\"disableLink\":true,\"fromParentIcon\":\"phone\",\"imageSizeChild\":40} -->\n<div class=\"wp-block-uagb-icon-list-child uagb-block-3e27bf2d\"><a target=\"_self\" aria-label=\"blueroan@ugo.co.za\" rel=\"noopener noreferrer\" href=\"mailto:blueroan@ugo.co.za\"> </a><span class=\"uagb-icon-list__source-wrap\"><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M464 64C490.5 64 512 85.49 512 112C512 127.1 504.9 141.3 492.8 150.4L275.2 313.6C263.8 322.1 248.2 322.1 236.8 313.6L19.2 150.4C7.113 141.3 0 127.1 0 112C0 85.49 21.49 64 48 64H464zM217.6 339.2C240.4 356.3 271.6 356.3 294.4 339.2L512 176V384C512 419.3 483.3 448 448 448H64C28.65 448 0 419.3 0 384V176L217.6 339.2z\"></path></svg></span><span class=\"uagb-icon-list__label\">blueroan@ugo.co.za</span></div>\n<!-- /wp:uagb/icon-list-child --></div></div>\n<!-- /wp:uagb/icon-list --></div></div>\n<!-- /wp:uagb/container -->',	'The Barn',	'',	'inherit',	'closed',	'closed',	'',	'948-revision-v1',	'',	'',	'2022-12-14 10:27:47',	'2022-12-14 10:27:47',	'',	948,	'https://blueroan.netgen.cloud/?p=986',	0,	'revision',	'',	0),
(987,	2,	'2022-12-14 10:29:12',	'2022-12-14 10:29:12',	'<!-- wp:uagb/container {\"block_id\":\"c832f089\",\"backgroundType\":\"image\",\"backgroundImageDesktop\":{\"uploading\":false,\"date\":1671799578000,\"filename\":\"Tuscan-bed-2-scaled.jpg\",\"menuOrder\":0,\"uploadedTo\":987,\"type\":\"image\",\"subtype\":\"jpeg\",\"id\":1432,\"title\":\"Tuscan bed\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Tuscan-bed-2-scaled.jpg\",\"link\":\"https://blueroan.netgen.cloud/the-tuscan-suite/tuscan-bed-3/\",\"alt\":\"\",\"author\":\"2\",\"description\":\"\",\"caption\":\"\",\"name\":\"tuscan-bed-3\",\"status\":\"inherit\",\"modified\":1671799578000,\"mime\":\"image/jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-includes/images/media/default.png\",\"dateFormatted\":\"December 23, 2022\",\"nonces\":{\"update\":\"7cc250d1ea\",\"delete\":\"2fe5b832a6\",\"edit\":\"3b3b46282c\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=1432\\u0026action=edit\",\"meta\":false,\"authorName\":\"Netgen Support\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/profile.php\",\"uploadedToTitle\":\"The Tuscan Suite\",\"uploadedToLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=987\\u0026action=edit\",\"filesizeInBytes\":713337,\"filesizeHumanReadable\":\"697 KB\",\"context\":\"\",\"originalImageURL\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Tuscan-bed-2.jpg\",\"originalImageName\":\"Tuscan-bed-2.jpg\",\"height\":1920,\"width\":2560,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Tuscan-bed-2-150x150.jpg\",\"orientation\":\"landscape\"},\"medium\":{\"height\":225,\"width\":300,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Tuscan-bed-2-300x225.jpg\",\"orientation\":\"landscape\"},\"large\":{\"height\":768,\"width\":1024,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Tuscan-bed-2-1024x768.jpg\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Tuscan-bed-2-scaled.jpg\",\"height\":1920,\"width\":2560,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"backgroundPositionDesktop\":{\"x\":0.47,\"y\":0.54},\"backgroundSizeTablet\":\"cover\",\"backgroundSizeMobile\":\"cover\",\"backgroundColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"backgroundImageColor\":\"rgba(42,42,42,0.5)\",\"topPaddingDesktop\":220,\"bottomPaddingDesktop\":150,\"topPaddingTablet\":170,\"bottomPaddingTablet\":160,\"leftPaddingTablet\":30,\"rightPaddingTablet\":30,\"topPaddingMobile\":180,\"bottomPaddingMobile\":80,\"leftPaddingMobile\":20,\"rightPaddingMobile\":20,\"paddingLink\":false,\"variationSelected\":true,\"isBlockRootParent\":true,\"overlayType\":\"color\"} -->\n<div class=\"wp-block-uagb-container uagb-block-c832f089 alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/advanced-heading {\"block_id\":\"8368c955\",\"classMigrate\":true,\"headingDescToggle\":true,\"headingColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"subHeadingColor\":\"var(\\u002d\\u002dast-global-color-4)\",\"headingTag\":\"h1\",\"headSpace\":20,\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"blockTopPadding\":0,\"blockRightPadding\":50,\"blockLeftPadding\":0,\"blockBottomPadding\":0,\"blockTopPaddingTablet\":0,\"blockRightPaddingTablet\":20,\"blockLeftPaddingTablet\":0,\"blockBottomPaddingTablet\":0,\"blockTopPaddingMobile\":0,\"blockRightPaddingMobile\":0,\"blockLeftPaddingMobile\":0,\"blockBottomPaddingMobile\":0,\"blockPaddingUnit\":\"%\",\"blockPaddingUnitTablet\":\"%\"} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-8368c955\"><h1 class=\"uagb-heading-text\">The Tuscan Suite</h1><p class=\"uagb-desc-text\">Tuscan interior design is characterized by terra-cotta tiles, textured wall coverings, exquisite, detailed murals, and basic, tough furniture with tasteful iron accents.</p></div>\n<!-- /wp:uagb/advanced-heading --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"e86c01a4\",\"backgroundType\":\"color\",\"backgroundSizeTablet\":\"cover\",\"backgroundSizeMobile\":\"cover\",\"backgroundColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"topPaddingDesktop\":120,\"bottomPaddingDesktop\":60,\"rightPaddingDesktop\":0,\"topPaddingTablet\":80,\"bottomPaddingTablet\":80,\"leftPaddingTablet\":30,\"rightPaddingTablet\":30,\"topPaddingMobile\":80,\"bottomPaddingMobile\":80,\"leftPaddingMobile\":20,\"rightPaddingMobile\":20,\"paddingLink\":false,\"variationSelected\":true,\"rowGapDesktop\":0,\"isBlockRootParent\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-e86c01a4 alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/container {\"block_id\":\"a6d94901\",\"directionDesktop\":\"row\",\"alignItemsDesktop\":\"flex-end\",\"alignItemsTablet\":\"flex-end\",\"justifyContentDesktop\":\"flex-end\",\"justifyContentTablet\":\"space-between\",\"variationSelected\":true,\"rowGapMobile\":20,\"columnGapDesktop\":0} -->\n<div class=\"wp-block-uagb-container uagb-block-a6d94901\"><!-- wp:uagb/advanced-heading {\"block_id\":\"ec36a438\",\"classMigrate\":true,\"headingDescToggle\":true,\"subHeadingColor\":\"\",\"headSpace\":20,\"subHeadFontSize\":16} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-ec36a438\"><h2 class=\"uagb-heading-text\">Come &amp; Stay With Us​ at The Tuscan Suite </h2><p class=\"uagb-desc-text\">The elevated king bed in this open-concept unit is on a platform that faces the TV and the mountains. It offers a private bathroom with an oval spa bath and a spacious walk-in shower. Sliding glass doors in the suite lead out to a covered patio with a stone braai and cozy patio chairs. It features a green garden that is gated and fenced and leads to the park. ​</p></div>\n<!-- /wp:uagb/advanced-heading --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:heading -->\n<h2>The bedroom </h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>This room contains the following: </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list -->\n<ul><!-- wp:list-item -->\n<li>King bed with electric blanket</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Electric heater</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Stand fan</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Hair dryer &amp; dressing gowns</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Good quality linen</li>\n<!-- /wp:list-item --></ul>\n<!-- /wp:list --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:uagb/image {\"block_id\":\"09a0fac5\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Tuscan-bed-1024x768.jpg\",\"id\":1415,\"width\":1024,\"height\":768,\"naturalWidth\":1024,\"naturalHeight\":768,\"sizeSlug\":\"full\"} -->\n<div class=\"wp-block-uagb-image uagb-block-09a0fac5 wp-block-uagb-image--layout-default wp-block-uagb-image--effect-static wp-block-uagb-image--align-none\"><figure class=\"wp-block-uagb-image__figure\"><img srcset=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Tuscan-bed-1024x768.jpg \" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Tuscan-bed-1024x768.jpg\" alt=\"\" class=\"uag-image-1415\" width=\"1024\" height=\"768\" title=\"\" loading=\"lazy\"/></figure></div>\n<!-- /wp:uagb/image --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":1001,\"width\":500,\"height\":334,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full is-resized\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAAJGZjZmVhNGIyLThiY2EtNDUxOS1hMmY1LWZkMmVmYzRhOWIwYw.png\" alt=\"\" class=\"wp-image-1001\" width=\"500\" height=\"334\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:heading -->\n<h2>The bathroom</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>This room contains the following</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list -->\n<ul><!-- wp:list-item -->\n<li>Large walk-in shower</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Oval spa bath with 6 jets</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Bubble bath and candles</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Soap, toiletries and towels</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Toilet and basin – toilet paper provided</li>\n<!-- /wp:list-item --></ul>\n<!-- /wp:list --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:heading -->\n<h2>The Lounge</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>This room contains the following: </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list -->\n<ul><!-- wp:list-item -->\n<li>Log fireplace</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>2-seater recliner settee</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Comfortable upholstered chair</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>TV&nbsp;(DSTV - commercial bouquet with Sports, news, movies, Mnet, SABC 1,2 3 and Etv as well as other channels)</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>DVD player</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Books and playing cards</li>\n<!-- /wp:list-item --></ul>\n<!-- /wp:list --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:uagb/image {\"block_id\":\"b3138dd7\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Tuscan-lounge-2-1024x768.jpg\",\"id\":1429,\"width\":1024,\"height\":768,\"naturalWidth\":1024,\"naturalHeight\":768,\"sizeSlug\":\"full\"} -->\n<div class=\"wp-block-uagb-image uagb-block-b3138dd7 wp-block-uagb-image--layout-default wp-block-uagb-image--effect-static wp-block-uagb-image--align-none\"><figure class=\"wp-block-uagb-image__figure\"><img srcset=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Tuscan-lounge-2-1024x768.jpg \" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Tuscan-lounge-2-1024x768.jpg\" alt=\"\" class=\"uag-image-1429\" width=\"1024\" height=\"768\" title=\"\" loading=\"lazy\"/></figure></div>\n<!-- /wp:uagb/image --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":997,\"width\":500,\"height\":334,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full is-resized\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAAJDIzMjZiNmQ1LTk3MTAtNDIxMC05OWE3LWJlMmQxNDliMDVmMQ.png\" alt=\"The kitchen in The Tuscany suite at Blue Roan lodge\" class=\"wp-image-997\" width=\"500\" height=\"334\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:heading -->\n<h2>The kitchen</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>This room contains the following</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list -->\n<ul><!-- wp:list-item -->\n<li>4 plate gas stove and oven</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Microwave oven, kettle, toaster, coffee plunger</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Fridge with top freezer compartment</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Pots, pans, cutlery, crockery, wine &amp; champagne glasses</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>All kitchen utensils</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Ironing board and iron</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>All cleaning cloths and detergents and washing up liquid</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Paper towel, salt, pepper, coffee, tea and sugar</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Braai tongs</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Breakfast table cafe style and 2 chairs</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Glass sliding door out to the patio</li>\n<!-- /wp:list-item --></ul>\n<!-- /wp:list --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:heading -->\n<h2>The large patio with <br>mountain views</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>This room contains the following: </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list -->\n<ul><!-- wp:list-item -->\n<li>Chairs with cushions</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Mosaic table</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Brick braai</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Decorative lighting</li>\n<!-- /wp:list-item --></ul>\n<!-- /wp:list --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":999,\"width\":500,\"height\":334,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full is-resized\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAAJDI0ZWY4NDc1LThjYjYtNDM3YS1iOTliLWNmOWQxYTJkMWU5MQ.png\" alt=\"\" class=\"wp-image-999\" width=\"500\" height=\"334\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:heading {\"textAlign\":\"center\"} -->\n<h2 class=\"has-text-align-center\">Book your stay </h2>\n<!-- /wp:heading -->\n\n<!-- wp:buttons -->\n<div class=\"wp-block-buttons\"><!-- wp:button {\"align\":\"center\"} -->\n<div class=\"wp-block-button aligncenter\"><a class=\"wp-block-button__link wp-element-button\" href=\"https://book.nightsbridge.com/11065\" target=\"_blank\" rel=\"noreferrer noopener\">Reservations</a></div>\n<!-- /wp:button -->\n\n<!-- wp:button /--></div>\n<!-- /wp:buttons --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"493d4b92\",\"innerContentCustomWidthDesktop\":781,\"innerContentCustomWidthTablet\":781,\"backgroundType\":\"image\",\"backgroundImageDesktop\":{\"uploading\":false,\"date\":1670943271000,\"filename\":\"AAEAAQAAAAAAAAAAAAAA39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba.png\",\"menuOrder\":0,\"uploadedTo\":761,\"type\":\"image\",\"subtype\":\"png\",\"id\":899,\"title\":\"AAEAAQAAAAAAAAAAAAAA39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAA39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba.png\",\"link\":\"https://blueroan.netgen.cloud/accommodation/aaeaaqaaaaaaaaaaaaaa39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba/\",\"alt\":\"\",\"author\":\"2\",\"description\":\"\",\"caption\":\"\",\"name\":\"aaeaaqaaaaaaaaaaaaaa39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba\",\"status\":\"inherit\",\"modified\":1670943271000,\"mime\":\"image/png\",\"icon\":\"https://blueroan.netgen.cloud/wp-includes/images/media/default.png\",\"dateFormatted\":\"December 13, 2022\",\"nonces\":{\"update\":\"45b2b6c69b\",\"delete\":\"75d81c42ab\",\"edit\":\"88fae030a9\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=899\\u0026action=edit\",\"meta\":false,\"authorName\":\"Netgen Support\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/profile.php\",\"uploadedToTitle\":\"Accommodation\",\"uploadedToLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=761\\u0026action=edit\",\"filesizeInBytes\":2338048,\"filesizeHumanReadable\":\"2 MB\",\"context\":\"\",\"height\":900,\"width\":1200,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAA39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba-150x150.png\",\"orientation\":\"landscape\"},\"medium\":{\"height\":225,\"width\":300,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAA39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba-300x225.png\",\"orientation\":\"landscape\"},\"large\":{\"height\":768,\"width\":1024,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAA39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba-1024x768.png\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAA39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba.png\",\"height\":900,\"width\":1200,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"backgroundImageColor\":\"rgba(42,42,42,0.65)\",\"topPaddingDesktop\":144,\"bottomPaddingDesktop\":144,\"leftPaddingDesktop\":40,\"rightPaddingDesktop\":40,\"topPaddingTablet\":80,\"bottomPaddingTablet\":80,\"leftPaddingTablet\":40,\"rightPaddingTablet\":40,\"topPaddingMobile\":64,\"bottomPaddingMobile\":64,\"leftPaddingMobile\":24,\"rightPaddingMobile\":24,\"paddingLink\":false,\"variationSelected\":true,\"isBlockRootParent\":true,\"overlayType\":\"color\"} -->\n<div class=\"wp-block-uagb-container uagb-block-493d4b92 alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/advanced-heading {\"block_id\":\"079c9ba3\",\"classMigrate\":true,\"headingDescToggle\":true,\"headingAlign\":\"center\",\"headingColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"subHeadingColor\":\"var(\\u002d\\u002dast-global-color-4)\",\"headSpace\":20} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-079c9ba3\"><h2 class=\"uagb-heading-text\">Plan an Unforgettable Experience at<br>Blue Roan!</h2><p class=\"uagb-desc-text\">We can help you fit your stay and experience within your allotted budget.</p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/advanced-heading {\"block_id\":\"2ffbbc37\",\"classMigrate\":true,\"headingTitleToggle\":false,\"headingDescToggle\":true,\"headingAlign\":\"center\",\"subHeadingColor\":\"var(\\u002d\\u002dast-global-color-4)\",\"subHeadTransform\":\"uppercase\",\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"subHeadLetterSpacing\":2,\"blockTopPadding\":60,\"blockRightPadding\":0,\"blockLeftPadding\":0,\"blockBottomPadding\":0,\"blockTopPaddingMobile\":30,\"blockRightPaddingMobile\":0,\"blockLeftPaddingMobile\":0,\"blockBottomPaddingMobile\":0,\"linkColor\":\"var(\\u002d\\u002dast-global-color-8)\",\"linkHColor\":\"var(\\u002d\\u002dast-global-color-1)\"} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-2ffbbc37\"><p class=\"uagb-desc-text\"><a href=\"https://book.nightsbridge.com/11065\" target=\"_blank\" rel=\"noreferrer noopener\">BOOK YOUR STAY NOW​<br></a></p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/icon-list {\"block_id\":\"e37f9813\",\"classMigrate\":true,\"childMigrate\":true,\"align\":\"center\",\"parentIcon\":\"phone\",\"size\":40,\"sizeMobile\":24,\"sizeTablet\":32,\"fontSize\":48,\"fontSizeMobile\":28,\"fontSizeTablet\":40,\"fontWeight\":\"600\",\"iconColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"labelColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"blockTopPadding\":0,\"blockRightPadding\":0,\"blockLeftPadding\":0,\"blockBottomPadding\":24,\"blockPaddingLink\":false} -->\n<div class=\"wp-block-uagb-icon-list uagb-block-e37f9813\"><div class=\"uagb-icon-list__wrap\"><!-- wp:uagb/icon-list-child {\"block_id\":\"d121236f\",\"label\":\" + 27 (0) 82 575 5409\",\"label_color\":\"\",\"link\":\"tel:+27825755409\",\"disableLink\":true,\"fromParentIcon\":\"phone\",\"imageSizeChild\":40} -->\n<div class=\"wp-block-uagb-icon-list-child uagb-block-d121236f\"><a target=\"_self\" aria-label=\" + 27 (0) 82 575 5409\" rel=\"noopener noreferrer\" href=\"tel:+27825755409\"> </a><span class=\"uagb-icon-list__source-wrap\"><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M511.2 387l-23.25 100.8c-3.266 14.25-15.79 24.22-30.46 24.22C205.2 512 0 306.8 0 54.5c0-14.66 9.969-27.2 24.22-30.45l100.8-23.25C139.7-2.602 154.7 5.018 160.8 18.92l46.52 108.5c5.438 12.78 1.77 27.67-8.98 36.45L144.5 207.1c33.98 69.22 90.26 125.5 159.5 159.5l44.08-53.8c8.688-10.78 23.69-14.51 36.47-8.975l108.5 46.51C506.1 357.2 514.6 372.4 511.2 387z\"></path></svg></span><span class=\"uagb-icon-list__label\"> + 27 (0) 82 575 5409</span></div>\n<!-- /wp:uagb/icon-list-child -->\n\n<!-- wp:uagb/icon-list-child {\"block_id\":\"f88d59dc\",\"label\":\"blueroan@ugo.co.za\",\"icon\":\"envelope\",\"label_color\":\"\",\"link\":\"mailto:blueroan@ugo.co.za\",\"disableLink\":true,\"fromParentIcon\":\"phone\",\"imageSizeChild\":40} -->\n<div class=\"wp-block-uagb-icon-list-child uagb-block-f88d59dc\"><a target=\"_self\" aria-label=\"blueroan@ugo.co.za\" rel=\"noopener noreferrer\" href=\"mailto:blueroan@ugo.co.za\"> </a><span class=\"uagb-icon-list__source-wrap\"><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M464 64C490.5 64 512 85.49 512 112C512 127.1 504.9 141.3 492.8 150.4L275.2 313.6C263.8 322.1 248.2 322.1 236.8 313.6L19.2 150.4C7.113 141.3 0 127.1 0 112C0 85.49 21.49 64 48 64H464zM217.6 339.2C240.4 356.3 271.6 356.3 294.4 339.2L512 176V384C512 419.3 483.3 448 448 448H64C28.65 448 0 419.3 0 384V176L217.6 339.2z\"></path></svg></span><span class=\"uagb-icon-list__label\">blueroan@ugo.co.za</span></div>\n<!-- /wp:uagb/icon-list-child --></div></div>\n<!-- /wp:uagb/icon-list --></div></div>\n<!-- /wp:uagb/container -->',	'The Tuscan Suite',	'',	'publish',	'closed',	'closed',	'',	'the-tuscan-suite',	'',	'',	'2022-12-23 12:47:21',	'2022-12-23 12:47:21',	'',	0,	'https://blueroan.netgen.cloud/?page_id=987',	0,	'page',	'',	0),
(988,	2,	'2022-12-14 10:29:12',	'2022-12-14 10:29:12',	'<!-- wp:uagb/container {\"block_id\":\"400ab390\",\"backgroundType\":\"image\",\"backgroundImageDesktop\":{\"id\":863,\"title\":\"blue-roan-guest-farm (10)\",\"filename\":\"blue-roan-guest-farm-10.jpg\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-10.jpg\",\"link\":\"https://blueroan.netgen.cloud/accommodation/blue-roan-guest-farm-10/\",\"alt\":\"\",\"author\":\"2\",\"description\":\"\",\"caption\":\"\",\"name\":\"blue-roan-guest-farm-10\",\"status\":\"inherit\",\"uploadedTo\":761,\"date\":\"2022-12-13T13:04:34.000Z\",\"modified\":\"2022-12-13T13:04:34.000Z\",\"menuOrder\":0,\"mime\":\"image/jpeg\",\"type\":\"image\",\"subtype\":\"jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-includes/images/media/default.png\",\"dateFormatted\":\"December 13, 2022\",\"nonces\":{\"update\":\"d5ed6f1c8f\",\"delete\":\"06e9e4c7ca\",\"edit\":\"1bf84c7813\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=863\\u0026action=edit\",\"meta\":false,\"authorName\":\"Netgen Support\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/profile.php\",\"uploadedToTitle\":\"Accommodation\",\"uploadedToLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=761\\u0026action=edit\",\"filesizeInBytes\":149768,\"filesizeHumanReadable\":\"146 KB\",\"context\":\"\",\"height\":667,\"width\":1000,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-10-150x150.jpg\",\"orientation\":\"landscape\"},\"medium\":{\"height\":200,\"width\":300,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-10-300x200.jpg\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-10.jpg\",\"height\":667,\"width\":1000,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"backgroundPositionDesktop\":{\"x\":0.47,\"y\":0.54},\"backgroundSizeTablet\":\"cover\",\"backgroundSizeMobile\":\"cover\",\"backgroundColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"backgroundImageColor\":\"rgba(42,42,42,0.5)\",\"topPaddingDesktop\":220,\"bottomPaddingDesktop\":150,\"topPaddingTablet\":170,\"bottomPaddingTablet\":160,\"leftPaddingTablet\":30,\"rightPaddingTablet\":30,\"topPaddingMobile\":180,\"bottomPaddingMobile\":80,\"leftPaddingMobile\":20,\"rightPaddingMobile\":20,\"paddingLink\":false,\"variationSelected\":true,\"isBlockRootParent\":true,\"overlayType\":\"color\"} -->\n<div class=\"wp-block-uagb-container uagb-block-400ab390 alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/advanced-heading {\"block_id\":\"7f28d6eb\",\"classMigrate\":true,\"headingDescToggle\":true,\"headingColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"subHeadingColor\":\"var(\\u002d\\u002dast-global-color-4)\",\"headingTag\":\"h1\",\"headSpace\":20,\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"blockTopPadding\":0,\"blockRightPadding\":50,\"blockLeftPadding\":0,\"blockBottomPadding\":0,\"blockTopPaddingTablet\":0,\"blockRightPaddingTablet\":20,\"blockLeftPaddingTablet\":0,\"blockBottomPaddingTablet\":0,\"blockTopPaddingMobile\":0,\"blockRightPaddingMobile\":0,\"blockLeftPaddingMobile\":0,\"blockBottomPaddingMobile\":0,\"blockPaddingUnit\":\"%\",\"blockPaddingUnitTablet\":\"%\"} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-7f28d6eb\"><h1 class=\"uagb-heading-text\">The Barn</h1><p class=\"uagb-desc-text\">Our barn-style suite is characterized by exposed wood and rustic beams. A raised king bed on a platform faces the TV and the mountains in this open-concept suite with lots of windows for light.</p></div>\n<!-- /wp:uagb/advanced-heading --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"7d5d8566\",\"backgroundType\":\"color\",\"backgroundSizeTablet\":\"cover\",\"backgroundSizeMobile\":\"cover\",\"backgroundColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"topPaddingDesktop\":120,\"bottomPaddingDesktop\":60,\"rightPaddingDesktop\":0,\"topPaddingTablet\":80,\"bottomPaddingTablet\":80,\"leftPaddingTablet\":30,\"rightPaddingTablet\":30,\"topPaddingMobile\":80,\"bottomPaddingMobile\":80,\"leftPaddingMobile\":20,\"rightPaddingMobile\":20,\"paddingLink\":false,\"variationSelected\":true,\"rowGapDesktop\":0,\"isBlockRootParent\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-7d5d8566 alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/container {\"block_id\":\"db38586a\",\"directionDesktop\":\"row\",\"alignItemsDesktop\":\"flex-end\",\"alignItemsTablet\":\"flex-end\",\"justifyContentDesktop\":\"flex-end\",\"justifyContentTablet\":\"space-between\",\"variationSelected\":true,\"rowGapMobile\":20,\"columnGapDesktop\":0} -->\n<div class=\"wp-block-uagb-container uagb-block-db38586a\"><!-- wp:uagb/advanced-heading {\"block_id\":\"12a724d7\",\"classMigrate\":true,\"headingDescToggle\":true,\"subHeadingColor\":\"\",\"headSpace\":20,\"subHeadFontSize\":16} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-12a724d7\"><h2 class=\"uagb-heading-text\">Come &amp; Stay With Us​ at The Barn </h2><p class=\"uagb-desc-text\">This is an open-plan unit with lots of windows with a raised king bed on a platform with 4 steps facing the TV and the mountains. &nbsp;&nbsp;It has a separate bathroom with a large walk-in shower and an oval spa bath. The unit has sliding glass doors opening onto a large patio with a brick braai and comfortable outside furniture. &nbsp;It has a small enclosed garden.</p></div>\n<!-- /wp:uagb/advanced-heading --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:heading -->\n<h2>The bedroom </h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>This room contains the following: </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list -->\n<ul><!-- wp:list-item -->\n<li>King bed with electric blanket</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Electric heater</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Stand fan</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Hair dryer &amp; dressing gowns</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Good quality linen</li>\n<!-- /wp:list-item --></ul>\n<!-- /wp:list --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":955,\"width\":500,\"height\":334,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full is-resized\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAAJDNlZGQ1OWVmLThiZmMtNDJhNC05MjI1LTVjZGE5NDA4YjA0NA.png\" alt=\"\" class=\"wp-image-955\" width=\"500\" height=\"334\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":969,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAAJDYxYzlmY2U0LWJiMGMtNGU4My04YzA3LWZhZGFkODdiOWJhYQ-1.png\" alt=\"The barn\'s bathroom \" class=\"wp-image-969\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:heading -->\n<h2>The bathroom</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>This room contains the following</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list -->\n<ul><!-- wp:list-item -->\n<li>Large walk-in shower</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Oval spa bath with 6 jets</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Bubble bath and candles</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Soap, toiletries, and towels</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Separate toilet - <em>toilet paper provided</em></li>\n<!-- /wp:list-item --></ul>\n<!-- /wp:list --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:heading -->\n<h2>The Lounge</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>This room contains the following: </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list -->\n<ul><!-- wp:list-item -->\n<li>Log fireplace</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>2 seater upholstered recliner settee</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>TV (DSTV - commercial bouquet with Sports, news, movies, Mnet, SABC 1,2 3 and Etv, and other channels)</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>DVD player</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Breakfast table cafe style and 2 chairs</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Books and playing cards</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Glass sliding door out to the patio</li>\n<!-- /wp:list-item --></ul>\n<!-- /wp:list --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":956,\"width\":500,\"height\":334,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full is-resized\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAAJDM0ZDZlYzYxLWY2YTgtNDAzYS1hMGMwLTRiMDFkZTk3ODNjZA-1.png\" alt=\"\" class=\"wp-image-956\" width=\"500\" height=\"334\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":963,\"width\":500,\"height\":334,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full is-resized\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAAJGZiMDU2OTJhLTI1YmYtNDFlOS05YzhlLTM1MDc2OTVlZmEwNA.png\" alt=\"\" class=\"wp-image-963\" width=\"500\" height=\"334\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:heading -->\n<h2>The kitchen</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>This room contains the following</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list -->\n<ul><!-- wp:list-item -->\n<li>4 plate gas stove and oven</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Microwave oven, kettle, toaster, filter coffee plunger</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Fridge with top freezer compartment</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Pots, pans, cutlery, crockery, wine &amp; champagne glasses</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>All kitchen utensils</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Ironing board and iron</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>All cleaning cloths and detergents and washing up liquid</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Paper towel</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Braai tongs</li>\n<!-- /wp:list-item --></ul>\n<!-- /wp:list --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:heading -->\n<h2>The large patio with <br>mountain views</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>This room contains the following: </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list -->\n<ul><!-- wp:list-item -->\n<li>Chairs with cushions</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Glass table</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Brick braai</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Decorative lighting</li>\n<!-- /wp:list-item --></ul>\n<!-- /wp:list --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":963,\"width\":500,\"height\":334,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full is-resized\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAAJGZiMDU2OTJhLTI1YmYtNDFlOS05YzhlLTM1MDc2OTVlZmEwNA.png\" alt=\"The Barn\'s lounge \" class=\"wp-image-963\" width=\"500\" height=\"334\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:heading {\"textAlign\":\"center\"} -->\n<h2 class=\"has-text-align-center\">Book your stay </h2>\n<!-- /wp:heading -->\n\n<!-- wp:buttons -->\n<div class=\"wp-block-buttons\"><!-- wp:button {\"align\":\"center\"} -->\n<div class=\"wp-block-button aligncenter\"><a class=\"wp-block-button__link wp-element-button\" href=\"https://book.nightsbridge.com/11065\" target=\"_blank\" rel=\"noreferrer noopener\">Reservations</a></div>\n<!-- /wp:button -->\n\n<!-- wp:button /--></div>\n<!-- /wp:buttons --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"b5876049\",\"innerContentCustomWidthDesktop\":781,\"innerContentCustomWidthTablet\":781,\"backgroundType\":\"image\",\"backgroundImageDesktop\":{\"uploading\":false,\"date\":1670943271000,\"filename\":\"AAEAAQAAAAAAAAAAAAAA39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba.png\",\"menuOrder\":0,\"uploadedTo\":761,\"type\":\"image\",\"subtype\":\"png\",\"id\":899,\"title\":\"AAEAAQAAAAAAAAAAAAAA39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAA39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba.png\",\"link\":\"https://blueroan.netgen.cloud/accommodation/aaeaaqaaaaaaaaaaaaaa39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba/\",\"alt\":\"\",\"author\":\"2\",\"description\":\"\",\"caption\":\"\",\"name\":\"aaeaaqaaaaaaaaaaaaaa39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba\",\"status\":\"inherit\",\"modified\":1670943271000,\"mime\":\"image/png\",\"icon\":\"https://blueroan.netgen.cloud/wp-includes/images/media/default.png\",\"dateFormatted\":\"December 13, 2022\",\"nonces\":{\"update\":\"45b2b6c69b\",\"delete\":\"75d81c42ab\",\"edit\":\"88fae030a9\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=899\\u0026action=edit\",\"meta\":false,\"authorName\":\"Netgen Support\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/profile.php\",\"uploadedToTitle\":\"Accommodation\",\"uploadedToLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=761\\u0026action=edit\",\"filesizeInBytes\":2338048,\"filesizeHumanReadable\":\"2 MB\",\"context\":\"\",\"height\":900,\"width\":1200,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAA39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba-150x150.png\",\"orientation\":\"landscape\"},\"medium\":{\"height\":225,\"width\":300,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAA39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba-300x225.png\",\"orientation\":\"landscape\"},\"large\":{\"height\":768,\"width\":1024,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAA39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba-1024x768.png\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAA39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba.png\",\"height\":900,\"width\":1200,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"backgroundImageColor\":\"rgba(42,42,42,0.65)\",\"topPaddingDesktop\":144,\"bottomPaddingDesktop\":144,\"leftPaddingDesktop\":40,\"rightPaddingDesktop\":40,\"topPaddingTablet\":80,\"bottomPaddingTablet\":80,\"leftPaddingTablet\":40,\"rightPaddingTablet\":40,\"topPaddingMobile\":64,\"bottomPaddingMobile\":64,\"leftPaddingMobile\":24,\"rightPaddingMobile\":24,\"paddingLink\":false,\"variationSelected\":true,\"isBlockRootParent\":true,\"overlayType\":\"color\"} -->\n<div class=\"wp-block-uagb-container uagb-block-b5876049 alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/advanced-heading {\"block_id\":\"cf2c9195\",\"classMigrate\":true,\"headingDescToggle\":true,\"headingAlign\":\"center\",\"headingColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"subHeadingColor\":\"var(\\u002d\\u002dast-global-color-4)\",\"headSpace\":20} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-cf2c9195\"><h2 class=\"uagb-heading-text\">Plan an Unforgettable Experience at<br>Blue Roan!</h2><p class=\"uagb-desc-text\">We can help you fit your stay and experience within your allotted budget.</p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/advanced-heading {\"block_id\":\"d2f25f55\",\"classMigrate\":true,\"headingTitleToggle\":false,\"headingDescToggle\":true,\"headingAlign\":\"center\",\"subHeadingColor\":\"var(\\u002d\\u002dast-global-color-4)\",\"subHeadTransform\":\"uppercase\",\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"subHeadLetterSpacing\":2,\"blockTopPadding\":60,\"blockRightPadding\":0,\"blockLeftPadding\":0,\"blockBottomPadding\":0,\"blockTopPaddingMobile\":30,\"blockRightPaddingMobile\":0,\"blockLeftPaddingMobile\":0,\"blockBottomPaddingMobile\":0,\"linkColor\":\"var(\\u002d\\u002dast-global-color-8)\",\"linkHColor\":\"var(\\u002d\\u002dast-global-color-1)\"} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-d2f25f55\"><p class=\"uagb-desc-text\"><a href=\"https://book.nightsbridge.com/11065\" target=\"_blank\" rel=\"noreferrer noopener\">BOOK YOUR STAY NOW​<br></a></p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/icon-list {\"block_id\":\"f47c58c6\",\"classMigrate\":true,\"childMigrate\":true,\"align\":\"center\",\"parentIcon\":\"phone\",\"size\":40,\"sizeMobile\":24,\"sizeTablet\":32,\"fontSize\":48,\"fontSizeMobile\":28,\"fontSizeTablet\":40,\"fontWeight\":\"600\",\"iconColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"labelColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"blockTopPadding\":0,\"blockRightPadding\":0,\"blockLeftPadding\":0,\"blockBottomPadding\":24,\"blockPaddingLink\":false} -->\n<div class=\"wp-block-uagb-icon-list uagb-block-f47c58c6\"><div class=\"uagb-icon-list__wrap\"><!-- wp:uagb/icon-list-child {\"block_id\":\"38e486b9\",\"label\":\" + 27 (0) 82 575 5409\",\"label_color\":\"\",\"link\":\"tel:+27825755409\",\"disableLink\":true,\"fromParentIcon\":\"phone\",\"imageSizeChild\":40} -->\n<div class=\"wp-block-uagb-icon-list-child uagb-block-38e486b9\"><a target=\"_self\" aria-label=\" + 27 (0) 82 575 5409\" rel=\"noopener noreferrer\" href=\"tel:+27825755409\"> </a><span class=\"uagb-icon-list__source-wrap\"><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M511.2 387l-23.25 100.8c-3.266 14.25-15.79 24.22-30.46 24.22C205.2 512 0 306.8 0 54.5c0-14.66 9.969-27.2 24.22-30.45l100.8-23.25C139.7-2.602 154.7 5.018 160.8 18.92l46.52 108.5c5.438 12.78 1.77 27.67-8.98 36.45L144.5 207.1c33.98 69.22 90.26 125.5 159.5 159.5l44.08-53.8c8.688-10.78 23.69-14.51 36.47-8.975l108.5 46.51C506.1 357.2 514.6 372.4 511.2 387z\"></path></svg></span><span class=\"uagb-icon-list__label\"> + 27 (0) 82 575 5409</span></div>\n<!-- /wp:uagb/icon-list-child -->\n\n<!-- wp:uagb/icon-list-child {\"block_id\":\"aa8515d9\",\"label\":\"blueroan@ugo.co.za\",\"icon\":\"envelope\",\"label_color\":\"\",\"link\":\"mailto:blueroan@ugo.co.za\",\"disableLink\":true,\"fromParentIcon\":\"phone\",\"imageSizeChild\":40} -->\n<div class=\"wp-block-uagb-icon-list-child uagb-block-aa8515d9\"><a target=\"_self\" aria-label=\"blueroan@ugo.co.za\" rel=\"noopener noreferrer\" href=\"mailto:blueroan@ugo.co.za\"> </a><span class=\"uagb-icon-list__source-wrap\"><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M464 64C490.5 64 512 85.49 512 112C512 127.1 504.9 141.3 492.8 150.4L275.2 313.6C263.8 322.1 248.2 322.1 236.8 313.6L19.2 150.4C7.113 141.3 0 127.1 0 112C0 85.49 21.49 64 48 64H464zM217.6 339.2C240.4 356.3 271.6 356.3 294.4 339.2L512 176V384C512 419.3 483.3 448 448 448H64C28.65 448 0 419.3 0 384V176L217.6 339.2z\"></path></svg></span><span class=\"uagb-icon-list__label\">blueroan@ugo.co.za</span></div>\n<!-- /wp:uagb/icon-list-child --></div></div>\n<!-- /wp:uagb/icon-list --></div></div>\n<!-- /wp:uagb/container -->',	'The Tuscan Suite',	'',	'inherit',	'closed',	'closed',	'',	'987-revision-v1',	'',	'',	'2022-12-14 10:29:12',	'2022-12-14 10:29:12',	'',	987,	'https://blueroan.netgen.cloud/?p=988',	0,	'revision',	'',	0),
(989,	2,	'2022-12-14 10:29:30',	'2022-12-14 10:29:30',	'<!-- wp:uagb/container {\"block_id\":\"4dceb4c5\",\"backgroundType\":\"image\",\"backgroundImageDesktop\":{\"id\":863,\"title\":\"blue-roan-guest-farm (10)\",\"filename\":\"blue-roan-guest-farm-10.jpg\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-10.jpg\",\"link\":\"https://blueroan.netgen.cloud/accommodation/blue-roan-guest-farm-10/\",\"alt\":\"\",\"author\":\"2\",\"description\":\"\",\"caption\":\"\",\"name\":\"blue-roan-guest-farm-10\",\"status\":\"inherit\",\"uploadedTo\":761,\"date\":\"2022-12-13T13:04:34.000Z\",\"modified\":\"2022-12-13T13:04:34.000Z\",\"menuOrder\":0,\"mime\":\"image/jpeg\",\"type\":\"image\",\"subtype\":\"jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-includes/images/media/default.png\",\"dateFormatted\":\"December 13, 2022\",\"nonces\":{\"update\":\"d5ed6f1c8f\",\"delete\":\"06e9e4c7ca\",\"edit\":\"1bf84c7813\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=863\\u0026action=edit\",\"meta\":false,\"authorName\":\"Netgen Support\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/profile.php\",\"uploadedToTitle\":\"Accommodation\",\"uploadedToLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=761\\u0026action=edit\",\"filesizeInBytes\":149768,\"filesizeHumanReadable\":\"146 KB\",\"context\":\"\",\"height\":667,\"width\":1000,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-10-150x150.jpg\",\"orientation\":\"landscape\"},\"medium\":{\"height\":200,\"width\":300,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-10-300x200.jpg\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-10.jpg\",\"height\":667,\"width\":1000,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"backgroundPositionDesktop\":{\"x\":0.47,\"y\":0.54},\"backgroundSizeTablet\":\"cover\",\"backgroundSizeMobile\":\"cover\",\"backgroundColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"backgroundImageColor\":\"rgba(42,42,42,0.5)\",\"topPaddingDesktop\":220,\"bottomPaddingDesktop\":150,\"topPaddingTablet\":170,\"bottomPaddingTablet\":160,\"leftPaddingTablet\":30,\"rightPaddingTablet\":30,\"topPaddingMobile\":180,\"bottomPaddingMobile\":80,\"leftPaddingMobile\":20,\"rightPaddingMobile\":20,\"paddingLink\":false,\"variationSelected\":true,\"isBlockRootParent\":true,\"overlayType\":\"color\"} -->\n<div class=\"wp-block-uagb-container uagb-block-4dceb4c5 alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/advanced-heading {\"block_id\":\"afeb0f80\",\"classMigrate\":true,\"headingDescToggle\":true,\"headingColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"subHeadingColor\":\"var(\\u002d\\u002dast-global-color-4)\",\"headingTag\":\"h1\",\"headSpace\":20,\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"blockTopPadding\":0,\"blockRightPadding\":50,\"blockLeftPadding\":0,\"blockBottomPadding\":0,\"blockTopPaddingTablet\":0,\"blockRightPaddingTablet\":20,\"blockLeftPaddingTablet\":0,\"blockBottomPaddingTablet\":0,\"blockTopPaddingMobile\":0,\"blockRightPaddingMobile\":0,\"blockLeftPaddingMobile\":0,\"blockBottomPaddingMobile\":0,\"blockPaddingUnit\":\"%\",\"blockPaddingUnitTablet\":\"%\"} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-afeb0f80\"><h1 class=\"uagb-heading-text\">The Barn</h1><p class=\"uagb-desc-text\">Our barn-style suite is characterized by exposed wood and rustic beams. A raised king bed on a platform faces the TV and the mountains in this open-concept suite with lots of windows for light.</p></div>\n<!-- /wp:uagb/advanced-heading --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"9ab8a2ff\",\"backgroundType\":\"color\",\"backgroundSizeTablet\":\"cover\",\"backgroundSizeMobile\":\"cover\",\"backgroundColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"topPaddingDesktop\":120,\"bottomPaddingDesktop\":60,\"rightPaddingDesktop\":0,\"topPaddingTablet\":80,\"bottomPaddingTablet\":80,\"leftPaddingTablet\":30,\"rightPaddingTablet\":30,\"topPaddingMobile\":80,\"bottomPaddingMobile\":80,\"leftPaddingMobile\":20,\"rightPaddingMobile\":20,\"paddingLink\":false,\"variationSelected\":true,\"rowGapDesktop\":0,\"isBlockRootParent\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-9ab8a2ff alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/container {\"block_id\":\"33a80d01\",\"directionDesktop\":\"row\",\"alignItemsDesktop\":\"flex-end\",\"alignItemsTablet\":\"flex-end\",\"justifyContentDesktop\":\"flex-end\",\"justifyContentTablet\":\"space-between\",\"variationSelected\":true,\"rowGapMobile\":20,\"columnGapDesktop\":0} -->\n<div class=\"wp-block-uagb-container uagb-block-33a80d01\"><!-- wp:uagb/advanced-heading {\"block_id\":\"5e12f76d\",\"classMigrate\":true,\"headingDescToggle\":true,\"subHeadingColor\":\"\",\"headSpace\":20,\"subHeadFontSize\":16} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-5e12f76d\"><h2 class=\"uagb-heading-text\">Come &amp; Stay With Us​ at The Barn </h2><p class=\"uagb-desc-text\">This is an open-plan unit with lots of windows with a raised king bed on a platform with 4 steps facing the TV and the mountains. &nbsp;&nbsp;It has a separate bathroom with a large walk-in shower and an oval spa bath. The unit has sliding glass doors opening onto a large patio with a brick braai and comfortable outside furniture. &nbsp;It has a small enclosed garden.</p></div>\n<!-- /wp:uagb/advanced-heading --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:heading -->\n<h2>The bedroom </h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>This room contains the following: </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list -->\n<ul><!-- wp:list-item -->\n<li>King bed with electric blanket</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Electric heater</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Stand fan</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Hair dryer &amp; dressing gowns</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Good quality linen</li>\n<!-- /wp:list-item --></ul>\n<!-- /wp:list --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":955,\"width\":500,\"height\":334,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full is-resized\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAAJDNlZGQ1OWVmLThiZmMtNDJhNC05MjI1LTVjZGE5NDA4YjA0NA.png\" alt=\"\" class=\"wp-image-955\" width=\"500\" height=\"334\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":969,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAAJDYxYzlmY2U0LWJiMGMtNGU4My04YzA3LWZhZGFkODdiOWJhYQ-1.png\" alt=\"The barn\'s bathroom \" class=\"wp-image-969\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:heading -->\n<h2>The bathroom</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>This room contains the following</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list -->\n<ul><!-- wp:list-item -->\n<li>Large walk-in shower</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Oval spa bath with 6 jets</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Bubble bath and candles</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Soap, toiletries, and towels</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Separate toilet - <em>toilet paper provided</em></li>\n<!-- /wp:list-item --></ul>\n<!-- /wp:list --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:heading -->\n<h2>The Lounge</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>This room contains the following: </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list -->\n<ul><!-- wp:list-item -->\n<li>Log fireplace</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>2 seater upholstered recliner settee</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>TV (DSTV - commercial bouquet with Sports, news, movies, Mnet, SABC 1,2 3 and Etv, and other channels)</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>DVD player</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Breakfast table cafe style and 2 chairs</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Books and playing cards</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Glass sliding door out to the patio</li>\n<!-- /wp:list-item --></ul>\n<!-- /wp:list --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":956,\"width\":500,\"height\":334,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full is-resized\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAAJDM0ZDZlYzYxLWY2YTgtNDAzYS1hMGMwLTRiMDFkZTk3ODNjZA-1.png\" alt=\"\" class=\"wp-image-956\" width=\"500\" height=\"334\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":963,\"width\":500,\"height\":334,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full is-resized\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAAJGZiMDU2OTJhLTI1YmYtNDFlOS05YzhlLTM1MDc2OTVlZmEwNA.png\" alt=\"\" class=\"wp-image-963\" width=\"500\" height=\"334\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:heading -->\n<h2>The kitchen</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>This room contains the following</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list -->\n<ul><!-- wp:list-item -->\n<li>4 plate gas stove and oven</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Microwave oven, kettle, toaster, filter coffee plunger</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Fridge with top freezer compartment</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Pots, pans, cutlery, crockery, wine &amp; champagne glasses</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>All kitchen utensils</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Ironing board and iron</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>All cleaning cloths and detergents and washing up liquid</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Paper towel</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Braai tongs</li>\n<!-- /wp:list-item --></ul>\n<!-- /wp:list --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:heading -->\n<h2>The large patio with <br>mountain views</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>This room contains the following: </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list -->\n<ul><!-- wp:list-item -->\n<li>Chairs with cushions</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Glass table</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Brick braai</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Decorative lighting</li>\n<!-- /wp:list-item --></ul>\n<!-- /wp:list --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":963,\"width\":500,\"height\":334,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full is-resized\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAAJGZiMDU2OTJhLTI1YmYtNDFlOS05YzhlLTM1MDc2OTVlZmEwNA.png\" alt=\"The Barn\'s lounge \" class=\"wp-image-963\" width=\"500\" height=\"334\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:heading {\"textAlign\":\"center\"} -->\n<h2 class=\"has-text-align-center\">Book your stay </h2>\n<!-- /wp:heading -->\n\n<!-- wp:buttons -->\n<div class=\"wp-block-buttons\"><!-- wp:button {\"align\":\"center\"} -->\n<div class=\"wp-block-button aligncenter\"><a class=\"wp-block-button__link wp-element-button\" href=\"https://book.nightsbridge.com/11065\" target=\"_blank\" rel=\"noreferrer noopener\">Reservations</a></div>\n<!-- /wp:button -->\n\n<!-- wp:button /--></div>\n<!-- /wp:buttons --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"dc243033\",\"innerContentCustomWidthDesktop\":781,\"innerContentCustomWidthTablet\":781,\"backgroundType\":\"image\",\"backgroundImageDesktop\":{\"uploading\":false,\"date\":1670943271000,\"filename\":\"AAEAAQAAAAAAAAAAAAAA39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba.png\",\"menuOrder\":0,\"uploadedTo\":761,\"type\":\"image\",\"subtype\":\"png\",\"id\":899,\"title\":\"AAEAAQAAAAAAAAAAAAAA39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAA39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba.png\",\"link\":\"https://blueroan.netgen.cloud/accommodation/aaeaaqaaaaaaaaaaaaaa39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba/\",\"alt\":\"\",\"author\":\"2\",\"description\":\"\",\"caption\":\"\",\"name\":\"aaeaaqaaaaaaaaaaaaaa39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba\",\"status\":\"inherit\",\"modified\":1670943271000,\"mime\":\"image/png\",\"icon\":\"https://blueroan.netgen.cloud/wp-includes/images/media/default.png\",\"dateFormatted\":\"December 13, 2022\",\"nonces\":{\"update\":\"45b2b6c69b\",\"delete\":\"75d81c42ab\",\"edit\":\"88fae030a9\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=899\\u0026action=edit\",\"meta\":false,\"authorName\":\"Netgen Support\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/profile.php\",\"uploadedToTitle\":\"Accommodation\",\"uploadedToLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=761\\u0026action=edit\",\"filesizeInBytes\":2338048,\"filesizeHumanReadable\":\"2 MB\",\"context\":\"\",\"height\":900,\"width\":1200,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAA39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba-150x150.png\",\"orientation\":\"landscape\"},\"medium\":{\"height\":225,\"width\":300,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAA39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba-300x225.png\",\"orientation\":\"landscape\"},\"large\":{\"height\":768,\"width\":1024,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAA39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba-1024x768.png\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAA39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba.png\",\"height\":900,\"width\":1200,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"backgroundImageColor\":\"rgba(42,42,42,0.65)\",\"topPaddingDesktop\":144,\"bottomPaddingDesktop\":144,\"leftPaddingDesktop\":40,\"rightPaddingDesktop\":40,\"topPaddingTablet\":80,\"bottomPaddingTablet\":80,\"leftPaddingTablet\":40,\"rightPaddingTablet\":40,\"topPaddingMobile\":64,\"bottomPaddingMobile\":64,\"leftPaddingMobile\":24,\"rightPaddingMobile\":24,\"paddingLink\":false,\"variationSelected\":true,\"isBlockRootParent\":true,\"overlayType\":\"color\"} -->\n<div class=\"wp-block-uagb-container uagb-block-dc243033 alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/advanced-heading {\"block_id\":\"7d4f3477\",\"classMigrate\":true,\"headingDescToggle\":true,\"headingAlign\":\"center\",\"headingColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"subHeadingColor\":\"var(\\u002d\\u002dast-global-color-4)\",\"headSpace\":20} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-7d4f3477\"><h2 class=\"uagb-heading-text\">Plan an Unforgettable Experience at<br>Blue Roan!</h2><p class=\"uagb-desc-text\">We can help you fit your stay and experience within your allotted budget.</p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/advanced-heading {\"block_id\":\"ab487125\",\"classMigrate\":true,\"headingTitleToggle\":false,\"headingDescToggle\":true,\"headingAlign\":\"center\",\"subHeadingColor\":\"var(\\u002d\\u002dast-global-color-4)\",\"subHeadTransform\":\"uppercase\",\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"subHeadLetterSpacing\":2,\"blockTopPadding\":60,\"blockRightPadding\":0,\"blockLeftPadding\":0,\"blockBottomPadding\":0,\"blockTopPaddingMobile\":30,\"blockRightPaddingMobile\":0,\"blockLeftPaddingMobile\":0,\"blockBottomPaddingMobile\":0,\"linkColor\":\"var(\\u002d\\u002dast-global-color-8)\",\"linkHColor\":\"var(\\u002d\\u002dast-global-color-1)\"} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-ab487125\"><p class=\"uagb-desc-text\"><a href=\"https://book.nightsbridge.com/11065\" target=\"_blank\" rel=\"noreferrer noopener\">BOOK YOUR STAY NOW​<br></a></p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/icon-list {\"block_id\":\"244dd348\",\"classMigrate\":true,\"childMigrate\":true,\"align\":\"center\",\"parentIcon\":\"phone\",\"size\":40,\"sizeMobile\":24,\"sizeTablet\":32,\"fontSize\":48,\"fontSizeMobile\":28,\"fontSizeTablet\":40,\"fontWeight\":\"600\",\"iconColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"labelColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"blockTopPadding\":0,\"blockRightPadding\":0,\"blockLeftPadding\":0,\"blockBottomPadding\":24,\"blockPaddingLink\":false} -->\n<div class=\"wp-block-uagb-icon-list uagb-block-244dd348\"><div class=\"uagb-icon-list__wrap\"><!-- wp:uagb/icon-list-child {\"block_id\":\"6bdac1bd\",\"label\":\" + 27 (0) 82 575 5409\",\"label_color\":\"\",\"link\":\"tel:+27825755409\",\"disableLink\":true,\"fromParentIcon\":\"phone\",\"imageSizeChild\":40} -->\n<div class=\"wp-block-uagb-icon-list-child uagb-block-6bdac1bd\"><a target=\"_self\" aria-label=\" + 27 (0) 82 575 5409\" rel=\"noopener noreferrer\" href=\"tel:+27825755409\"> </a><span class=\"uagb-icon-list__source-wrap\"><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M511.2 387l-23.25 100.8c-3.266 14.25-15.79 24.22-30.46 24.22C205.2 512 0 306.8 0 54.5c0-14.66 9.969-27.2 24.22-30.45l100.8-23.25C139.7-2.602 154.7 5.018 160.8 18.92l46.52 108.5c5.438 12.78 1.77 27.67-8.98 36.45L144.5 207.1c33.98 69.22 90.26 125.5 159.5 159.5l44.08-53.8c8.688-10.78 23.69-14.51 36.47-8.975l108.5 46.51C506.1 357.2 514.6 372.4 511.2 387z\"></path></svg></span><span class=\"uagb-icon-list__label\"> + 27 (0) 82 575 5409</span></div>\n<!-- /wp:uagb/icon-list-child -->\n\n<!-- wp:uagb/icon-list-child {\"block_id\":\"feeafa4d\",\"label\":\"blueroan@ugo.co.za\",\"icon\":\"envelope\",\"label_color\":\"\",\"link\":\"mailto:blueroan@ugo.co.za\",\"disableLink\":true,\"fromParentIcon\":\"phone\",\"imageSizeChild\":40} -->\n<div class=\"wp-block-uagb-icon-list-child uagb-block-feeafa4d\"><a target=\"_self\" aria-label=\"blueroan@ugo.co.za\" rel=\"noopener noreferrer\" href=\"mailto:blueroan@ugo.co.za\"> </a><span class=\"uagb-icon-list__source-wrap\"><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M464 64C490.5 64 512 85.49 512 112C512 127.1 504.9 141.3 492.8 150.4L275.2 313.6C263.8 322.1 248.2 322.1 236.8 313.6L19.2 150.4C7.113 141.3 0 127.1 0 112C0 85.49 21.49 64 48 64H464zM217.6 339.2C240.4 356.3 271.6 356.3 294.4 339.2L512 176V384C512 419.3 483.3 448 448 448H64C28.65 448 0 419.3 0 384V176L217.6 339.2z\"></path></svg></span><span class=\"uagb-icon-list__label\">blueroan@ugo.co.za</span></div>\n<!-- /wp:uagb/icon-list-child --></div></div>\n<!-- /wp:uagb/icon-list --></div></div>\n<!-- /wp:uagb/container -->',	'The Tuscan Suite',	'',	'inherit',	'closed',	'closed',	'',	'987-revision-v1',	'',	'',	'2022-12-14 10:29:30',	'2022-12-14 10:29:30',	'',	987,	'https://blueroan.netgen.cloud/?p=989',	0,	'revision',	'',	0),
(991,	2,	'2022-12-14 10:30:53',	'2022-12-14 10:30:53',	'<!-- wp:uagb/container {\"block_id\":\"764ba270\",\"backgroundType\":\"image\",\"backgroundImageDesktop\":{\"id\":864,\"title\":\"tuscan-suite-raised-bed-and-settee\",\"filename\":\"tuscan-suite-raised-bed-and-settee.jpg\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/tuscan-suite-raised-bed-and-settee.jpg\",\"link\":\"https://blueroan.netgen.cloud/accommodation/tuscan-suite-raised-bed-and-settee/\",\"alt\":\"\",\"author\":\"2\",\"description\":\"\",\"caption\":\"\",\"name\":\"tuscan-suite-raised-bed-and-settee\",\"status\":\"inherit\",\"uploadedTo\":761,\"date\":\"2022-12-13T13:07:22.000Z\",\"modified\":\"2022-12-13T13:07:22.000Z\",\"menuOrder\":0,\"mime\":\"image/jpeg\",\"type\":\"image\",\"subtype\":\"jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-includes/images/media/default.png\",\"dateFormatted\":\"December 13, 2022\",\"nonces\":{\"update\":\"d2ac7f0ef3\",\"delete\":\"1e58fae378\",\"edit\":\"e1efb7b9d9\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=864\\u0026action=edit\",\"meta\":false,\"authorName\":\"Netgen Support\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/profile.php\",\"uploadedToTitle\":\"Accommodation\",\"uploadedToLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=761\\u0026action=edit\",\"filesizeInBytes\":41923,\"filesizeHumanReadable\":\"41 KB\",\"context\":\"\",\"height\":400,\"width\":600,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/tuscan-suite-raised-bed-and-settee-150x150.jpg\",\"orientation\":\"landscape\"},\"medium\":{\"height\":200,\"width\":300,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/tuscan-suite-raised-bed-and-settee-300x200.jpg\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/tuscan-suite-raised-bed-and-settee.jpg\",\"height\":400,\"width\":600,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"backgroundPositionDesktop\":{\"x\":0.47,\"y\":0.54},\"backgroundSizeTablet\":\"cover\",\"backgroundSizeMobile\":\"cover\",\"backgroundColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"backgroundImageColor\":\"rgba(42,42,42,0.5)\",\"topPaddingDesktop\":220,\"bottomPaddingDesktop\":150,\"topPaddingTablet\":170,\"bottomPaddingTablet\":160,\"leftPaddingTablet\":30,\"rightPaddingTablet\":30,\"topPaddingMobile\":180,\"bottomPaddingMobile\":80,\"leftPaddingMobile\":20,\"rightPaddingMobile\":20,\"paddingLink\":false,\"variationSelected\":true,\"isBlockRootParent\":true,\"overlayType\":\"color\"} -->\n<div class=\"wp-block-uagb-container uagb-block-764ba270 alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/advanced-heading {\"block_id\":\"1a84ae02\",\"classMigrate\":true,\"headingDescToggle\":true,\"headingColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"subHeadingColor\":\"var(\\u002d\\u002dast-global-color-4)\",\"headingTag\":\"h1\",\"headSpace\":20,\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"blockTopPadding\":0,\"blockRightPadding\":50,\"blockLeftPadding\":0,\"blockBottomPadding\":0,\"blockTopPaddingTablet\":0,\"blockRightPaddingTablet\":20,\"blockLeftPaddingTablet\":0,\"blockBottomPaddingTablet\":0,\"blockTopPaddingMobile\":0,\"blockRightPaddingMobile\":0,\"blockLeftPaddingMobile\":0,\"blockBottomPaddingMobile\":0,\"blockPaddingUnit\":\"%\",\"blockPaddingUnitTablet\":\"%\"} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-1a84ae02\"><h1 class=\"uagb-heading-text\">The Tuscan Suite</h1><p class=\"uagb-desc-text\">Tuscan interior design is characterized by terra-cotta tiles, textured wall coverings, exquisite, detailed murals, and basic, tough furniture with tasteful iron accents.</p></div>\n<!-- /wp:uagb/advanced-heading --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"b9ef449f\",\"backgroundType\":\"color\",\"backgroundSizeTablet\":\"cover\",\"backgroundSizeMobile\":\"cover\",\"backgroundColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"topPaddingDesktop\":120,\"bottomPaddingDesktop\":60,\"rightPaddingDesktop\":0,\"topPaddingTablet\":80,\"bottomPaddingTablet\":80,\"leftPaddingTablet\":30,\"rightPaddingTablet\":30,\"topPaddingMobile\":80,\"bottomPaddingMobile\":80,\"leftPaddingMobile\":20,\"rightPaddingMobile\":20,\"paddingLink\":false,\"variationSelected\":true,\"rowGapDesktop\":0,\"isBlockRootParent\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-b9ef449f alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/container {\"block_id\":\"094bbdaf\",\"directionDesktop\":\"row\",\"alignItemsDesktop\":\"flex-end\",\"alignItemsTablet\":\"flex-end\",\"justifyContentDesktop\":\"flex-end\",\"justifyContentTablet\":\"space-between\",\"variationSelected\":true,\"rowGapMobile\":20,\"columnGapDesktop\":0} -->\n<div class=\"wp-block-uagb-container uagb-block-094bbdaf\"><!-- wp:uagb/advanced-heading {\"block_id\":\"8f980b63\",\"classMigrate\":true,\"headingDescToggle\":true,\"subHeadingColor\":\"\",\"headSpace\":20,\"subHeadFontSize\":16} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-8f980b63\"><h2 class=\"uagb-heading-text\">Come &amp; Stay With Us​ at The Barn </h2><p class=\"uagb-desc-text\">This is an open-plan unit with lots of windows with a raised king bed on a platform with 4 steps facing the TV and the mountains. &nbsp;&nbsp;It has a separate bathroom with a large walk-in shower and an oval spa bath. The unit has sliding glass doors opening onto a large patio with a brick braai and comfortable outside furniture. &nbsp;It has a small enclosed garden.</p></div>\n<!-- /wp:uagb/advanced-heading --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:heading -->\n<h2>The bedroom </h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>This room contains the following: </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list -->\n<ul><!-- wp:list-item -->\n<li>King bed with electric blanket</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Electric heater</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Stand fan</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Hair dryer &amp; dressing gowns</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Good quality linen</li>\n<!-- /wp:list-item --></ul>\n<!-- /wp:list --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":955,\"width\":500,\"height\":334,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full is-resized\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAAJDNlZGQ1OWVmLThiZmMtNDJhNC05MjI1LTVjZGE5NDA4YjA0NA.png\" alt=\"\" class=\"wp-image-955\" width=\"500\" height=\"334\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":969,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAAJDYxYzlmY2U0LWJiMGMtNGU4My04YzA3LWZhZGFkODdiOWJhYQ-1.png\" alt=\"The barn\'s bathroom \" class=\"wp-image-969\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:heading -->\n<h2>The bathroom</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>This room contains the following</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list -->\n<ul><!-- wp:list-item -->\n<li>Large walk-in shower</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Oval spa bath with 6 jets</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Bubble bath and candles</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Soap, toiletries, and towels</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Separate toilet - <em>toilet paper provided</em></li>\n<!-- /wp:list-item --></ul>\n<!-- /wp:list --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:heading -->\n<h2>The Lounge</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>This room contains the following: </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list -->\n<ul><!-- wp:list-item -->\n<li>Log fireplace</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>2 seater upholstered recliner settee</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>TV (DSTV - commercial bouquet with Sports, news, movies, Mnet, SABC 1,2 3 and Etv, and other channels)</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>DVD player</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Breakfast table cafe style and 2 chairs</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Books and playing cards</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Glass sliding door out to the patio</li>\n<!-- /wp:list-item --></ul>\n<!-- /wp:list --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":956,\"width\":500,\"height\":334,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full is-resized\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAAJDM0ZDZlYzYxLWY2YTgtNDAzYS1hMGMwLTRiMDFkZTk3ODNjZA-1.png\" alt=\"\" class=\"wp-image-956\" width=\"500\" height=\"334\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":963,\"width\":500,\"height\":334,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full is-resized\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAAJGZiMDU2OTJhLTI1YmYtNDFlOS05YzhlLTM1MDc2OTVlZmEwNA.png\" alt=\"\" class=\"wp-image-963\" width=\"500\" height=\"334\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:heading -->\n<h2>The kitchen</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>This room contains the following</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list -->\n<ul><!-- wp:list-item -->\n<li>4 plate gas stove and oven</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Microwave oven, kettle, toaster, filter coffee plunger</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Fridge with top freezer compartment</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Pots, pans, cutlery, crockery, wine &amp; champagne glasses</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>All kitchen utensils</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Ironing board and iron</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>All cleaning cloths and detergents and washing up liquid</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Paper towel</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Braai tongs</li>\n<!-- /wp:list-item --></ul>\n<!-- /wp:list --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:heading -->\n<h2>The large patio with <br>mountain views</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>This room contains the following: </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list -->\n<ul><!-- wp:list-item -->\n<li>Chairs with cushions</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Glass table</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Brick braai</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Decorative lighting</li>\n<!-- /wp:list-item --></ul>\n<!-- /wp:list --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":963,\"width\":500,\"height\":334,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full is-resized\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAAJGZiMDU2OTJhLTI1YmYtNDFlOS05YzhlLTM1MDc2OTVlZmEwNA.png\" alt=\"The Barn\'s lounge \" class=\"wp-image-963\" width=\"500\" height=\"334\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:heading {\"textAlign\":\"center\"} -->\n<h2 class=\"has-text-align-center\">Book your stay </h2>\n<!-- /wp:heading -->\n\n<!-- wp:buttons -->\n<div class=\"wp-block-buttons\"><!-- wp:button {\"align\":\"center\"} -->\n<div class=\"wp-block-button aligncenter\"><a class=\"wp-block-button__link wp-element-button\" href=\"https://book.nightsbridge.com/11065\" target=\"_blank\" rel=\"noreferrer noopener\">Reservations</a></div>\n<!-- /wp:button -->\n\n<!-- wp:button /--></div>\n<!-- /wp:buttons --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"a1e0e4e6\",\"innerContentCustomWidthDesktop\":781,\"innerContentCustomWidthTablet\":781,\"backgroundType\":\"image\",\"backgroundImageDesktop\":{\"uploading\":false,\"date\":1670943271000,\"filename\":\"AAEAAQAAAAAAAAAAAAAA39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba.png\",\"menuOrder\":0,\"uploadedTo\":761,\"type\":\"image\",\"subtype\":\"png\",\"id\":899,\"title\":\"AAEAAQAAAAAAAAAAAAAA39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAA39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba.png\",\"link\":\"https://blueroan.netgen.cloud/accommodation/aaeaaqaaaaaaaaaaaaaa39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba/\",\"alt\":\"\",\"author\":\"2\",\"description\":\"\",\"caption\":\"\",\"name\":\"aaeaaqaaaaaaaaaaaaaa39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba\",\"status\":\"inherit\",\"modified\":1670943271000,\"mime\":\"image/png\",\"icon\":\"https://blueroan.netgen.cloud/wp-includes/images/media/default.png\",\"dateFormatted\":\"December 13, 2022\",\"nonces\":{\"update\":\"45b2b6c69b\",\"delete\":\"75d81c42ab\",\"edit\":\"88fae030a9\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=899\\u0026action=edit\",\"meta\":false,\"authorName\":\"Netgen Support\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/profile.php\",\"uploadedToTitle\":\"Accommodation\",\"uploadedToLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=761\\u0026action=edit\",\"filesizeInBytes\":2338048,\"filesizeHumanReadable\":\"2 MB\",\"context\":\"\",\"height\":900,\"width\":1200,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAA39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba-150x150.png\",\"orientation\":\"landscape\"},\"medium\":{\"height\":225,\"width\":300,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAA39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba-300x225.png\",\"orientation\":\"landscape\"},\"large\":{\"height\":768,\"width\":1024,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAA39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba-1024x768.png\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAA39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba.png\",\"height\":900,\"width\":1200,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"backgroundImageColor\":\"rgba(42,42,42,0.65)\",\"topPaddingDesktop\":144,\"bottomPaddingDesktop\":144,\"leftPaddingDesktop\":40,\"rightPaddingDesktop\":40,\"topPaddingTablet\":80,\"bottomPaddingTablet\":80,\"leftPaddingTablet\":40,\"rightPaddingTablet\":40,\"topPaddingMobile\":64,\"bottomPaddingMobile\":64,\"leftPaddingMobile\":24,\"rightPaddingMobile\":24,\"paddingLink\":false,\"variationSelected\":true,\"isBlockRootParent\":true,\"overlayType\":\"color\"} -->\n<div class=\"wp-block-uagb-container uagb-block-a1e0e4e6 alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/advanced-heading {\"block_id\":\"83260e60\",\"classMigrate\":true,\"headingDescToggle\":true,\"headingAlign\":\"center\",\"headingColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"subHeadingColor\":\"var(\\u002d\\u002dast-global-color-4)\",\"headSpace\":20} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-83260e60\"><h2 class=\"uagb-heading-text\">Plan an Unforgettable Experience at<br>Blue Roan!</h2><p class=\"uagb-desc-text\">We can help you fit your stay and experience within your allotted budget.</p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/advanced-heading {\"block_id\":\"3243273b\",\"classMigrate\":true,\"headingTitleToggle\":false,\"headingDescToggle\":true,\"headingAlign\":\"center\",\"subHeadingColor\":\"var(\\u002d\\u002dast-global-color-4)\",\"subHeadTransform\":\"uppercase\",\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"subHeadLetterSpacing\":2,\"blockTopPadding\":60,\"blockRightPadding\":0,\"blockLeftPadding\":0,\"blockBottomPadding\":0,\"blockTopPaddingMobile\":30,\"blockRightPaddingMobile\":0,\"blockLeftPaddingMobile\":0,\"blockBottomPaddingMobile\":0,\"linkColor\":\"var(\\u002d\\u002dast-global-color-8)\",\"linkHColor\":\"var(\\u002d\\u002dast-global-color-1)\"} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-3243273b\"><p class=\"uagb-desc-text\"><a href=\"https://book.nightsbridge.com/11065\" target=\"_blank\" rel=\"noreferrer noopener\">BOOK YOUR STAY NOW​<br></a></p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/icon-list {\"block_id\":\"ad7c1de3\",\"classMigrate\":true,\"childMigrate\":true,\"align\":\"center\",\"parentIcon\":\"phone\",\"size\":40,\"sizeMobile\":24,\"sizeTablet\":32,\"fontSize\":48,\"fontSizeMobile\":28,\"fontSizeTablet\":40,\"fontWeight\":\"600\",\"iconColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"labelColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"blockTopPadding\":0,\"blockRightPadding\":0,\"blockLeftPadding\":0,\"blockBottomPadding\":24,\"blockPaddingLink\":false} -->\n<div class=\"wp-block-uagb-icon-list uagb-block-ad7c1de3\"><div class=\"uagb-icon-list__wrap\"><!-- wp:uagb/icon-list-child {\"block_id\":\"b9390a41\",\"label\":\" + 27 (0) 82 575 5409\",\"label_color\":\"\",\"link\":\"tel:+27825755409\",\"disableLink\":true,\"fromParentIcon\":\"phone\",\"imageSizeChild\":40} -->\n<div class=\"wp-block-uagb-icon-list-child uagb-block-b9390a41\"><a target=\"_self\" aria-label=\" + 27 (0) 82 575 5409\" rel=\"noopener noreferrer\" href=\"tel:+27825755409\"> </a><span class=\"uagb-icon-list__source-wrap\"><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M511.2 387l-23.25 100.8c-3.266 14.25-15.79 24.22-30.46 24.22C205.2 512 0 306.8 0 54.5c0-14.66 9.969-27.2 24.22-30.45l100.8-23.25C139.7-2.602 154.7 5.018 160.8 18.92l46.52 108.5c5.438 12.78 1.77 27.67-8.98 36.45L144.5 207.1c33.98 69.22 90.26 125.5 159.5 159.5l44.08-53.8c8.688-10.78 23.69-14.51 36.47-8.975l108.5 46.51C506.1 357.2 514.6 372.4 511.2 387z\"></path></svg></span><span class=\"uagb-icon-list__label\"> + 27 (0) 82 575 5409</span></div>\n<!-- /wp:uagb/icon-list-child -->\n\n<!-- wp:uagb/icon-list-child {\"block_id\":\"62870b32\",\"label\":\"blueroan@ugo.co.za\",\"icon\":\"envelope\",\"label_color\":\"\",\"link\":\"mailto:blueroan@ugo.co.za\",\"disableLink\":true,\"fromParentIcon\":\"phone\",\"imageSizeChild\":40} -->\n<div class=\"wp-block-uagb-icon-list-child uagb-block-62870b32\"><a target=\"_self\" aria-label=\"blueroan@ugo.co.za\" rel=\"noopener noreferrer\" href=\"mailto:blueroan@ugo.co.za\"> </a><span class=\"uagb-icon-list__source-wrap\"><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M464 64C490.5 64 512 85.49 512 112C512 127.1 504.9 141.3 492.8 150.4L275.2 313.6C263.8 322.1 248.2 322.1 236.8 313.6L19.2 150.4C7.113 141.3 0 127.1 0 112C0 85.49 21.49 64 48 64H464zM217.6 339.2C240.4 356.3 271.6 356.3 294.4 339.2L512 176V384C512 419.3 483.3 448 448 448H64C28.65 448 0 419.3 0 384V176L217.6 339.2z\"></path></svg></span><span class=\"uagb-icon-list__label\">blueroan@ugo.co.za</span></div>\n<!-- /wp:uagb/icon-list-child --></div></div>\n<!-- /wp:uagb/icon-list --></div></div>\n<!-- /wp:uagb/container -->',	'The Tuscan Suite',	'',	'inherit',	'closed',	'closed',	'',	'987-revision-v1',	'',	'',	'2022-12-14 10:30:53',	'2022-12-14 10:30:53',	'',	987,	'https://blueroan.netgen.cloud/?p=991',	0,	'revision',	'',	0),
(992,	2,	'2022-12-14 10:31:53',	'2022-12-14 10:31:53',	'',	'The Tuscan Suite at Blue Roan Country Lodge',	'',	'inherit',	'open',	'closed',	'',	'aaeaaqaaaaaaaaaaaaaajdhhmdc2nju5ltcwnjetngzjms04zwi4lwjmzmyznzdkmwzkna',	'',	'',	'2022-12-14 10:32:20',	'2022-12-14 10:32:20',	'',	987,	'https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAAJDhhMDc2NjU5LTcwNjEtNGZjMS04ZWI4LWJmZmYzNzdkMWZkNA.png',	0,	'attachment',	'image/png',	0),
(993,	2,	'2022-12-14 10:32:23',	'2022-12-14 10:32:23',	'<!-- wp:uagb/container {\"block_id\":\"06378675\",\"backgroundType\":\"image\",\"backgroundImageDesktop\":{\"uploading\":false,\"date\":1671013913000,\"filename\":\"AAEAAQAAAAAAAAAAAAAAJDhhMDc2NjU5LTcwNjEtNGZjMS04ZWI4LWJmZmYzNzdkMWZkNA.png\",\"menuOrder\":0,\"uploadedTo\":987,\"type\":\"image\",\"subtype\":\"png\",\"id\":992,\"title\":\"The Tuscan Suite at Blue Roan Country Lodge \",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAAJDhhMDc2NjU5LTcwNjEtNGZjMS04ZWI4LWJmZmYzNzdkMWZkNA.png\",\"link\":\"https://blueroan.netgen.cloud/the-tuscan-suite/aaeaaqaaaaaaaaaaaaaajdhhmdc2nju5ltcwnjetngzjms04zwi4lwjmzmyznzdkmwzkna/\",\"alt\":\"The Tuscan Suite at Blue Roan Country Lodge \",\"author\":\"2\",\"description\":\"\",\"caption\":\"\",\"name\":\"aaeaaqaaaaaaaaaaaaaajdhhmdc2nju5ltcwnjetngzjms04zwi4lwjmzmyznzdkmwzkna\",\"status\":\"inherit\",\"modified\":1671013913000,\"mime\":\"image/png\",\"icon\":\"https://blueroan.netgen.cloud/wp-includes/images/media/default.png\",\"dateFormatted\":\"December 14, 2022\",\"nonces\":{\"update\":\"e9703f86b5\",\"delete\":\"6ab42998e1\",\"edit\":\"8311b8ae58\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=992\\u0026action=edit\",\"meta\":false,\"authorName\":\"Netgen Support\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/profile.php\",\"uploadedToTitle\":\"The Tuscan Suite\",\"uploadedToLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=987\\u0026action=edit\",\"filesizeInBytes\":868042,\"filesizeHumanReadable\":\"848 KB\",\"context\":\"\",\"height\":667,\"width\":1000,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAAJDhhMDc2NjU5LTcwNjEtNGZjMS04ZWI4LWJmZmYzNzdkMWZkNA-150x150.png\",\"orientation\":\"landscape\"},\"medium\":{\"height\":200,\"width\":300,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAAJDhhMDc2NjU5LTcwNjEtNGZjMS04ZWI4LWJmZmYzNzdkMWZkNA-300x200.png\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAAJDhhMDc2NjU5LTcwNjEtNGZjMS04ZWI4LWJmZmYzNzdkMWZkNA.png\",\"height\":667,\"width\":1000,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"backgroundPositionDesktop\":{\"x\":0.47,\"y\":0.54},\"backgroundSizeTablet\":\"cover\",\"backgroundSizeMobile\":\"cover\",\"backgroundColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"backgroundImageColor\":\"rgba(42,42,42,0.5)\",\"topPaddingDesktop\":220,\"bottomPaddingDesktop\":150,\"topPaddingTablet\":170,\"bottomPaddingTablet\":160,\"leftPaddingTablet\":30,\"rightPaddingTablet\":30,\"topPaddingMobile\":180,\"bottomPaddingMobile\":80,\"leftPaddingMobile\":20,\"rightPaddingMobile\":20,\"paddingLink\":false,\"variationSelected\":true,\"isBlockRootParent\":true,\"overlayType\":\"color\"} -->\n<div class=\"wp-block-uagb-container uagb-block-06378675 alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/advanced-heading {\"block_id\":\"78062e9b\",\"classMigrate\":true,\"headingDescToggle\":true,\"headingColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"subHeadingColor\":\"var(\\u002d\\u002dast-global-color-4)\",\"headingTag\":\"h1\",\"headSpace\":20,\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"blockTopPadding\":0,\"blockRightPadding\":50,\"blockLeftPadding\":0,\"blockBottomPadding\":0,\"blockTopPaddingTablet\":0,\"blockRightPaddingTablet\":20,\"blockLeftPaddingTablet\":0,\"blockBottomPaddingTablet\":0,\"blockTopPaddingMobile\":0,\"blockRightPaddingMobile\":0,\"blockLeftPaddingMobile\":0,\"blockBottomPaddingMobile\":0,\"blockPaddingUnit\":\"%\",\"blockPaddingUnitTablet\":\"%\"} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-78062e9b\"><h1 class=\"uagb-heading-text\">The Tuscan Suite</h1><p class=\"uagb-desc-text\">Tuscan interior design is characterized by terra-cotta tiles, textured wall coverings, exquisite, detailed murals, and basic, tough furniture with tasteful iron accents.</p></div>\n<!-- /wp:uagb/advanced-heading --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"9589ab2f\",\"backgroundType\":\"color\",\"backgroundSizeTablet\":\"cover\",\"backgroundSizeMobile\":\"cover\",\"backgroundColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"topPaddingDesktop\":120,\"bottomPaddingDesktop\":60,\"rightPaddingDesktop\":0,\"topPaddingTablet\":80,\"bottomPaddingTablet\":80,\"leftPaddingTablet\":30,\"rightPaddingTablet\":30,\"topPaddingMobile\":80,\"bottomPaddingMobile\":80,\"leftPaddingMobile\":20,\"rightPaddingMobile\":20,\"paddingLink\":false,\"variationSelected\":true,\"rowGapDesktop\":0,\"isBlockRootParent\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-9589ab2f alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/container {\"block_id\":\"a32a3c81\",\"directionDesktop\":\"row\",\"alignItemsDesktop\":\"flex-end\",\"alignItemsTablet\":\"flex-end\",\"justifyContentDesktop\":\"flex-end\",\"justifyContentTablet\":\"space-between\",\"variationSelected\":true,\"rowGapMobile\":20,\"columnGapDesktop\":0} -->\n<div class=\"wp-block-uagb-container uagb-block-a32a3c81\"><!-- wp:uagb/advanced-heading {\"block_id\":\"b1256dcc\",\"classMigrate\":true,\"headingDescToggle\":true,\"subHeadingColor\":\"\",\"headSpace\":20,\"subHeadFontSize\":16} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-b1256dcc\"><h2 class=\"uagb-heading-text\">Come &amp; Stay With Us​ at The Barn </h2><p class=\"uagb-desc-text\">This is an open-plan unit with lots of windows with a raised king bed on a platform with 4 steps facing the TV and the mountains. &nbsp;&nbsp;It has a separate bathroom with a large walk-in shower and an oval spa bath. The unit has sliding glass doors opening onto a large patio with a brick braai and comfortable outside furniture. &nbsp;It has a small enclosed garden.</p></div>\n<!-- /wp:uagb/advanced-heading --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:heading -->\n<h2>The bedroom </h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>This room contains the following: </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list -->\n<ul><!-- wp:list-item -->\n<li>King bed with electric blanket</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Electric heater</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Stand fan</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Hair dryer &amp; dressing gowns</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Good quality linen</li>\n<!-- /wp:list-item --></ul>\n<!-- /wp:list --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":955,\"width\":500,\"height\":334,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full is-resized\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAAJDNlZGQ1OWVmLThiZmMtNDJhNC05MjI1LTVjZGE5NDA4YjA0NA.png\" alt=\"\" class=\"wp-image-955\" width=\"500\" height=\"334\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":969,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAAJDYxYzlmY2U0LWJiMGMtNGU4My04YzA3LWZhZGFkODdiOWJhYQ-1.png\" alt=\"The barn\'s bathroom \" class=\"wp-image-969\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:heading -->\n<h2>The bathroom</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>This room contains the following</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list -->\n<ul><!-- wp:list-item -->\n<li>Large walk-in shower</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Oval spa bath with 6 jets</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Bubble bath and candles</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Soap, toiletries, and towels</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Separate toilet - <em>toilet paper provided</em></li>\n<!-- /wp:list-item --></ul>\n<!-- /wp:list --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:heading -->\n<h2>The Lounge</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>This room contains the following: </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list -->\n<ul><!-- wp:list-item -->\n<li>Log fireplace</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>2 seater upholstered recliner settee</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>TV (DSTV - commercial bouquet with Sports, news, movies, Mnet, SABC 1,2 3 and Etv, and other channels)</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>DVD player</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Breakfast table cafe style and 2 chairs</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Books and playing cards</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Glass sliding door out to the patio</li>\n<!-- /wp:list-item --></ul>\n<!-- /wp:list --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":956,\"width\":500,\"height\":334,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full is-resized\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAAJDM0ZDZlYzYxLWY2YTgtNDAzYS1hMGMwLTRiMDFkZTk3ODNjZA-1.png\" alt=\"\" class=\"wp-image-956\" width=\"500\" height=\"334\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":963,\"width\":500,\"height\":334,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full is-resized\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAAJGZiMDU2OTJhLTI1YmYtNDFlOS05YzhlLTM1MDc2OTVlZmEwNA.png\" alt=\"\" class=\"wp-image-963\" width=\"500\" height=\"334\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:heading -->\n<h2>The kitchen</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>This room contains the following</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list -->\n<ul><!-- wp:list-item -->\n<li>4 plate gas stove and oven</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Microwave oven, kettle, toaster, filter coffee plunger</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Fridge with top freezer compartment</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Pots, pans, cutlery, crockery, wine &amp; champagne glasses</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>All kitchen utensils</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Ironing board and iron</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>All cleaning cloths and detergents and washing up liquid</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Paper towel</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Braai tongs</li>\n<!-- /wp:list-item --></ul>\n<!-- /wp:list --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:heading -->\n<h2>The large patio with <br>mountain views</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>This room contains the following: </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list -->\n<ul><!-- wp:list-item -->\n<li>Chairs with cushions</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Glass table</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Brick braai</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Decorative lighting</li>\n<!-- /wp:list-item --></ul>\n<!-- /wp:list --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":963,\"width\":500,\"height\":334,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full is-resized\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAAJGZiMDU2OTJhLTI1YmYtNDFlOS05YzhlLTM1MDc2OTVlZmEwNA.png\" alt=\"The Barn\'s lounge \" class=\"wp-image-963\" width=\"500\" height=\"334\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:heading {\"textAlign\":\"center\"} -->\n<h2 class=\"has-text-align-center\">Book your stay </h2>\n<!-- /wp:heading -->\n\n<!-- wp:buttons -->\n<div class=\"wp-block-buttons\"><!-- wp:button {\"align\":\"center\"} -->\n<div class=\"wp-block-button aligncenter\"><a class=\"wp-block-button__link wp-element-button\" href=\"https://book.nightsbridge.com/11065\" target=\"_blank\" rel=\"noreferrer noopener\">Reservations</a></div>\n<!-- /wp:button -->\n\n<!-- wp:button /--></div>\n<!-- /wp:buttons --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"1fc97aa6\",\"innerContentCustomWidthDesktop\":781,\"innerContentCustomWidthTablet\":781,\"backgroundType\":\"image\",\"backgroundImageDesktop\":{\"uploading\":false,\"date\":1670943271000,\"filename\":\"AAEAAQAAAAAAAAAAAAAA39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba.png\",\"menuOrder\":0,\"uploadedTo\":761,\"type\":\"image\",\"subtype\":\"png\",\"id\":899,\"title\":\"AAEAAQAAAAAAAAAAAAAA39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAA39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba.png\",\"link\":\"https://blueroan.netgen.cloud/accommodation/aaeaaqaaaaaaaaaaaaaa39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba/\",\"alt\":\"\",\"author\":\"2\",\"description\":\"\",\"caption\":\"\",\"name\":\"aaeaaqaaaaaaaaaaaaaa39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba\",\"status\":\"inherit\",\"modified\":1670943271000,\"mime\":\"image/png\",\"icon\":\"https://blueroan.netgen.cloud/wp-includes/images/media/default.png\",\"dateFormatted\":\"December 13, 2022\",\"nonces\":{\"update\":\"45b2b6c69b\",\"delete\":\"75d81c42ab\",\"edit\":\"88fae030a9\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=899\\u0026action=edit\",\"meta\":false,\"authorName\":\"Netgen Support\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/profile.php\",\"uploadedToTitle\":\"Accommodation\",\"uploadedToLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=761\\u0026action=edit\",\"filesizeInBytes\":2338048,\"filesizeHumanReadable\":\"2 MB\",\"context\":\"\",\"height\":900,\"width\":1200,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAA39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba-150x150.png\",\"orientation\":\"landscape\"},\"medium\":{\"height\":225,\"width\":300,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAA39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba-300x225.png\",\"orientation\":\"landscape\"},\"large\":{\"height\":768,\"width\":1024,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAA39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba-1024x768.png\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAA39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba.png\",\"height\":900,\"width\":1200,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"backgroundImageColor\":\"rgba(42,42,42,0.65)\",\"topPaddingDesktop\":144,\"bottomPaddingDesktop\":144,\"leftPaddingDesktop\":40,\"rightPaddingDesktop\":40,\"topPaddingTablet\":80,\"bottomPaddingTablet\":80,\"leftPaddingTablet\":40,\"rightPaddingTablet\":40,\"topPaddingMobile\":64,\"bottomPaddingMobile\":64,\"leftPaddingMobile\":24,\"rightPaddingMobile\":24,\"paddingLink\":false,\"variationSelected\":true,\"isBlockRootParent\":true,\"overlayType\":\"color\"} -->\n<div class=\"wp-block-uagb-container uagb-block-1fc97aa6 alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/advanced-heading {\"block_id\":\"e3528fce\",\"classMigrate\":true,\"headingDescToggle\":true,\"headingAlign\":\"center\",\"headingColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"subHeadingColor\":\"var(\\u002d\\u002dast-global-color-4)\",\"headSpace\":20} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-e3528fce\"><h2 class=\"uagb-heading-text\">Plan an Unforgettable Experience at<br>Blue Roan!</h2><p class=\"uagb-desc-text\">We can help you fit your stay and experience within your allotted budget.</p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/advanced-heading {\"block_id\":\"351df62f\",\"classMigrate\":true,\"headingTitleToggle\":false,\"headingDescToggle\":true,\"headingAlign\":\"center\",\"subHeadingColor\":\"var(\\u002d\\u002dast-global-color-4)\",\"subHeadTransform\":\"uppercase\",\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"subHeadLetterSpacing\":2,\"blockTopPadding\":60,\"blockRightPadding\":0,\"blockLeftPadding\":0,\"blockBottomPadding\":0,\"blockTopPaddingMobile\":30,\"blockRightPaddingMobile\":0,\"blockLeftPaddingMobile\":0,\"blockBottomPaddingMobile\":0,\"linkColor\":\"var(\\u002d\\u002dast-global-color-8)\",\"linkHColor\":\"var(\\u002d\\u002dast-global-color-1)\"} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-351df62f\"><p class=\"uagb-desc-text\"><a href=\"https://book.nightsbridge.com/11065\" target=\"_blank\" rel=\"noreferrer noopener\">BOOK YOUR STAY NOW​<br></a></p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/icon-list {\"block_id\":\"7e2ef6a5\",\"classMigrate\":true,\"childMigrate\":true,\"align\":\"center\",\"parentIcon\":\"phone\",\"size\":40,\"sizeMobile\":24,\"sizeTablet\":32,\"fontSize\":48,\"fontSizeMobile\":28,\"fontSizeTablet\":40,\"fontWeight\":\"600\",\"iconColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"labelColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"blockTopPadding\":0,\"blockRightPadding\":0,\"blockLeftPadding\":0,\"blockBottomPadding\":24,\"blockPaddingLink\":false} -->\n<div class=\"wp-block-uagb-icon-list uagb-block-7e2ef6a5\"><div class=\"uagb-icon-list__wrap\"><!-- wp:uagb/icon-list-child {\"block_id\":\"9cba86f4\",\"label\":\" + 27 (0) 82 575 5409\",\"label_color\":\"\",\"link\":\"tel:+27825755409\",\"disableLink\":true,\"fromParentIcon\":\"phone\",\"imageSizeChild\":40} -->\n<div class=\"wp-block-uagb-icon-list-child uagb-block-9cba86f4\"><a target=\"_self\" aria-label=\" + 27 (0) 82 575 5409\" rel=\"noopener noreferrer\" href=\"tel:+27825755409\"> </a><span class=\"uagb-icon-list__source-wrap\"><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M511.2 387l-23.25 100.8c-3.266 14.25-15.79 24.22-30.46 24.22C205.2 512 0 306.8 0 54.5c0-14.66 9.969-27.2 24.22-30.45l100.8-23.25C139.7-2.602 154.7 5.018 160.8 18.92l46.52 108.5c5.438 12.78 1.77 27.67-8.98 36.45L144.5 207.1c33.98 69.22 90.26 125.5 159.5 159.5l44.08-53.8c8.688-10.78 23.69-14.51 36.47-8.975l108.5 46.51C506.1 357.2 514.6 372.4 511.2 387z\"></path></svg></span><span class=\"uagb-icon-list__label\"> + 27 (0) 82 575 5409</span></div>\n<!-- /wp:uagb/icon-list-child -->\n\n<!-- wp:uagb/icon-list-child {\"block_id\":\"7ca3b622\",\"label\":\"blueroan@ugo.co.za\",\"icon\":\"envelope\",\"label_color\":\"\",\"link\":\"mailto:blueroan@ugo.co.za\",\"disableLink\":true,\"fromParentIcon\":\"phone\",\"imageSizeChild\":40} -->\n<div class=\"wp-block-uagb-icon-list-child uagb-block-7ca3b622\"><a target=\"_self\" aria-label=\"blueroan@ugo.co.za\" rel=\"noopener noreferrer\" href=\"mailto:blueroan@ugo.co.za\"> </a><span class=\"uagb-icon-list__source-wrap\"><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M464 64C490.5 64 512 85.49 512 112C512 127.1 504.9 141.3 492.8 150.4L275.2 313.6C263.8 322.1 248.2 322.1 236.8 313.6L19.2 150.4C7.113 141.3 0 127.1 0 112C0 85.49 21.49 64 48 64H464zM217.6 339.2C240.4 356.3 271.6 356.3 294.4 339.2L512 176V384C512 419.3 483.3 448 448 448H64C28.65 448 0 419.3 0 384V176L217.6 339.2z\"></path></svg></span><span class=\"uagb-icon-list__label\">blueroan@ugo.co.za</span></div>\n<!-- /wp:uagb/icon-list-child --></div></div>\n<!-- /wp:uagb/icon-list --></div></div>\n<!-- /wp:uagb/container -->',	'The Tuscan Suite',	'',	'inherit',	'closed',	'closed',	'',	'987-revision-v1',	'',	'',	'2022-12-14 10:32:23',	'2022-12-14 10:32:23',	'',	987,	'https://blueroan.netgen.cloud/?p=993',	0,	'revision',	'',	0),
(995,	2,	'2022-12-14 10:36:01',	'2022-12-14 10:36:01',	'<!-- wp:uagb/container {\"block_id\":\"0d19e4bf\",\"backgroundType\":\"image\",\"backgroundImageDesktop\":{\"uploading\":false,\"date\":1671013913000,\"filename\":\"AAEAAQAAAAAAAAAAAAAAJDhhMDc2NjU5LTcwNjEtNGZjMS04ZWI4LWJmZmYzNzdkMWZkNA.png\",\"menuOrder\":0,\"uploadedTo\":987,\"type\":\"image\",\"subtype\":\"png\",\"id\":992,\"title\":\"The Tuscan Suite at Blue Roan Country Lodge \",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAAJDhhMDc2NjU5LTcwNjEtNGZjMS04ZWI4LWJmZmYzNzdkMWZkNA.png\",\"link\":\"https://blueroan.netgen.cloud/the-tuscan-suite/aaeaaqaaaaaaaaaaaaaajdhhmdc2nju5ltcwnjetngzjms04zwi4lwjmzmyznzdkmwzkna/\",\"alt\":\"The Tuscan Suite at Blue Roan Country Lodge \",\"author\":\"2\",\"description\":\"\",\"caption\":\"\",\"name\":\"aaeaaqaaaaaaaaaaaaaajdhhmdc2nju5ltcwnjetngzjms04zwi4lwjmzmyznzdkmwzkna\",\"status\":\"inherit\",\"modified\":1671013913000,\"mime\":\"image/png\",\"icon\":\"https://blueroan.netgen.cloud/wp-includes/images/media/default.png\",\"dateFormatted\":\"December 14, 2022\",\"nonces\":{\"update\":\"e9703f86b5\",\"delete\":\"6ab42998e1\",\"edit\":\"8311b8ae58\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=992\\u0026action=edit\",\"meta\":false,\"authorName\":\"Netgen Support\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/profile.php\",\"uploadedToTitle\":\"The Tuscan Suite\",\"uploadedToLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=987\\u0026action=edit\",\"filesizeInBytes\":868042,\"filesizeHumanReadable\":\"848 KB\",\"context\":\"\",\"height\":667,\"width\":1000,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAAJDhhMDc2NjU5LTcwNjEtNGZjMS04ZWI4LWJmZmYzNzdkMWZkNA-150x150.png\",\"orientation\":\"landscape\"},\"medium\":{\"height\":200,\"width\":300,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAAJDhhMDc2NjU5LTcwNjEtNGZjMS04ZWI4LWJmZmYzNzdkMWZkNA-300x200.png\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAAJDhhMDc2NjU5LTcwNjEtNGZjMS04ZWI4LWJmZmYzNzdkMWZkNA.png\",\"height\":667,\"width\":1000,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"backgroundPositionDesktop\":{\"x\":0.47,\"y\":0.54},\"backgroundSizeTablet\":\"cover\",\"backgroundSizeMobile\":\"cover\",\"backgroundColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"backgroundImageColor\":\"rgba(42,42,42,0.5)\",\"topPaddingDesktop\":220,\"bottomPaddingDesktop\":150,\"topPaddingTablet\":170,\"bottomPaddingTablet\":160,\"leftPaddingTablet\":30,\"rightPaddingTablet\":30,\"topPaddingMobile\":180,\"bottomPaddingMobile\":80,\"leftPaddingMobile\":20,\"rightPaddingMobile\":20,\"paddingLink\":false,\"variationSelected\":true,\"isBlockRootParent\":true,\"overlayType\":\"color\"} -->\n<div class=\"wp-block-uagb-container uagb-block-0d19e4bf alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/advanced-heading {\"block_id\":\"0f14c402\",\"classMigrate\":true,\"headingDescToggle\":true,\"headingColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"subHeadingColor\":\"var(\\u002d\\u002dast-global-color-4)\",\"headingTag\":\"h1\",\"headSpace\":20,\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"blockTopPadding\":0,\"blockRightPadding\":50,\"blockLeftPadding\":0,\"blockBottomPadding\":0,\"blockTopPaddingTablet\":0,\"blockRightPaddingTablet\":20,\"blockLeftPaddingTablet\":0,\"blockBottomPaddingTablet\":0,\"blockTopPaddingMobile\":0,\"blockRightPaddingMobile\":0,\"blockLeftPaddingMobile\":0,\"blockBottomPaddingMobile\":0,\"blockPaddingUnit\":\"%\",\"blockPaddingUnitTablet\":\"%\"} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-0f14c402\"><h1 class=\"uagb-heading-text\">The Tuscan Suite</h1><p class=\"uagb-desc-text\">Tuscan interior design is characterized by terra-cotta tiles, textured wall coverings, exquisite, detailed murals, and basic, tough furniture with tasteful iron accents.</p></div>\n<!-- /wp:uagb/advanced-heading --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"47a08c26\",\"backgroundType\":\"color\",\"backgroundSizeTablet\":\"cover\",\"backgroundSizeMobile\":\"cover\",\"backgroundColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"topPaddingDesktop\":120,\"bottomPaddingDesktop\":60,\"rightPaddingDesktop\":0,\"topPaddingTablet\":80,\"bottomPaddingTablet\":80,\"leftPaddingTablet\":30,\"rightPaddingTablet\":30,\"topPaddingMobile\":80,\"bottomPaddingMobile\":80,\"leftPaddingMobile\":20,\"rightPaddingMobile\":20,\"paddingLink\":false,\"variationSelected\":true,\"rowGapDesktop\":0,\"isBlockRootParent\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-47a08c26 alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/container {\"block_id\":\"50f78865\",\"directionDesktop\":\"row\",\"alignItemsDesktop\":\"flex-end\",\"alignItemsTablet\":\"flex-end\",\"justifyContentDesktop\":\"flex-end\",\"justifyContentTablet\":\"space-between\",\"variationSelected\":true,\"rowGapMobile\":20,\"columnGapDesktop\":0} -->\n<div class=\"wp-block-uagb-container uagb-block-50f78865\"><!-- wp:uagb/advanced-heading {\"block_id\":\"2418d3b9\",\"classMigrate\":true,\"headingDescToggle\":true,\"subHeadingColor\":\"\",\"headSpace\":20,\"subHeadFontSize\":16} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-2418d3b9\"><h2 class=\"uagb-heading-text\">Come &amp; Stay With Us​ at The Tuscan Suite </h2><p class=\"uagb-desc-text\">The elevated king bed in this open-concept unit is on a platform that faces the TV and the mountains. It offers a private bathroom with an oval spa bath and a spacious walk-in shower. Sliding glass doors in the suite lead out to a covered patio with a stone braai and cozy patio chairs. It features a green garden that is gated and fenced and leads to the park. ​</p></div>\n<!-- /wp:uagb/advanced-heading --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:heading -->\n<h2>The bedroom </h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>This room contains the following: </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list -->\n<ul><!-- wp:list-item -->\n<li>King bed with electric blanket</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Electric heater</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Stand fan</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Hair dryer &amp; dressing gowns</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Good quality linen</li>\n<!-- /wp:list-item --></ul>\n<!-- /wp:list --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":955,\"width\":500,\"height\":334,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full is-resized\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAAJDNlZGQ1OWVmLThiZmMtNDJhNC05MjI1LTVjZGE5NDA4YjA0NA.png\" alt=\"\" class=\"wp-image-955\" width=\"500\" height=\"334\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":969,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAAJDYxYzlmY2U0LWJiMGMtNGU4My04YzA3LWZhZGFkODdiOWJhYQ-1.png\" alt=\"The barn\'s bathroom \" class=\"wp-image-969\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:heading -->\n<h2>The bathroom</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>This room contains the following</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list -->\n<ul><!-- wp:list-item -->\n<li>Large walk-in shower</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Oval spa bath with 6 jets</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Bubble bath and candles</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Soap, toiletries and towels</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Toilet and basin – toilet paper provided</li>\n<!-- /wp:list-item --></ul>\n<!-- /wp:list --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:heading -->\n<h2>The Lounge</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>This room contains the following: </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list -->\n<ul><!-- wp:list-item -->\n<li>Log fireplace</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>2-seater recliner settee</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Comfortable upholstered chair</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>TV (DSTV - commercial bouquet with Sports, news, movies, Mnet, SABC 1,2 3 and Etv as well as other channels)</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>DVD player</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Books and playing cards</li>\n<!-- /wp:list-item --></ul>\n<!-- /wp:list --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":956,\"width\":500,\"height\":334,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full is-resized\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAAJDM0ZDZlYzYxLWY2YTgtNDAzYS1hMGMwLTRiMDFkZTk3ODNjZA-1.png\" alt=\"\" class=\"wp-image-956\" width=\"500\" height=\"334\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":963,\"width\":500,\"height\":334,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full is-resized\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAAJGZiMDU2OTJhLTI1YmYtNDFlOS05YzhlLTM1MDc2OTVlZmEwNA.png\" alt=\"\" class=\"wp-image-963\" width=\"500\" height=\"334\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:heading -->\n<h2>The kitchen</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>This room contains the following</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list -->\n<ul><!-- wp:list-item -->\n<li>4 plate gas stove and oven</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Microwave oven, kettle, toaster, coffee plunger</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Fridge with top freezer compartment</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Pots, pans, cutlery, crockery, wine &amp; champagne glasses</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>All kitchen utensils</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Ironing board and iron</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>All cleaning cloths and detergents and washing up liquid</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Paper towel, salt, pepper, coffee, tea and sugar</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Braai tongs</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Breakfast table cafe style and 2 chairs</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Glass sliding door out to the patio</li>\n<!-- /wp:list-item --></ul>\n<!-- /wp:list --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:heading -->\n<h2>The large patio with <br>mountain views</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>This room contains the following: </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list -->\n<ul><!-- wp:list-item -->\n<li>Chairs with cushions</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Mosaic table</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Brick braai</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Decorative lighting</li>\n<!-- /wp:list-item --></ul>\n<!-- /wp:list --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":963,\"width\":500,\"height\":334,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full is-resized\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAAJGZiMDU2OTJhLTI1YmYtNDFlOS05YzhlLTM1MDc2OTVlZmEwNA.png\" alt=\"The Barn\'s lounge \" class=\"wp-image-963\" width=\"500\" height=\"334\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:heading {\"textAlign\":\"center\"} -->\n<h2 class=\"has-text-align-center\">Book your stay </h2>\n<!-- /wp:heading -->\n\n<!-- wp:buttons -->\n<div class=\"wp-block-buttons\"><!-- wp:button {\"align\":\"center\"} -->\n<div class=\"wp-block-button aligncenter\"><a class=\"wp-block-button__link wp-element-button\" href=\"https://book.nightsbridge.com/11065\" target=\"_blank\" rel=\"noreferrer noopener\">Reservations</a></div>\n<!-- /wp:button -->\n\n<!-- wp:button /--></div>\n<!-- /wp:buttons --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"6fce6eab\",\"innerContentCustomWidthDesktop\":781,\"innerContentCustomWidthTablet\":781,\"backgroundType\":\"image\",\"backgroundImageDesktop\":{\"uploading\":false,\"date\":1670943271000,\"filename\":\"AAEAAQAAAAAAAAAAAAAA39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba.png\",\"menuOrder\":0,\"uploadedTo\":761,\"type\":\"image\",\"subtype\":\"png\",\"id\":899,\"title\":\"AAEAAQAAAAAAAAAAAAAA39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAA39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba.png\",\"link\":\"https://blueroan.netgen.cloud/accommodation/aaeaaqaaaaaaaaaaaaaa39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba/\",\"alt\":\"\",\"author\":\"2\",\"description\":\"\",\"caption\":\"\",\"name\":\"aaeaaqaaaaaaaaaaaaaa39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba\",\"status\":\"inherit\",\"modified\":1670943271000,\"mime\":\"image/png\",\"icon\":\"https://blueroan.netgen.cloud/wp-includes/images/media/default.png\",\"dateFormatted\":\"December 13, 2022\",\"nonces\":{\"update\":\"45b2b6c69b\",\"delete\":\"75d81c42ab\",\"edit\":\"88fae030a9\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=899\\u0026action=edit\",\"meta\":false,\"authorName\":\"Netgen Support\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/profile.php\",\"uploadedToTitle\":\"Accommodation\",\"uploadedToLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=761\\u0026action=edit\",\"filesizeInBytes\":2338048,\"filesizeHumanReadable\":\"2 MB\",\"context\":\"\",\"height\":900,\"width\":1200,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAA39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba-150x150.png\",\"orientation\":\"landscape\"},\"medium\":{\"height\":225,\"width\":300,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAA39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba-300x225.png\",\"orientation\":\"landscape\"},\"large\":{\"height\":768,\"width\":1024,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAA39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba-1024x768.png\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAA39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba.png\",\"height\":900,\"width\":1200,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"backgroundImageColor\":\"rgba(42,42,42,0.65)\",\"topPaddingDesktop\":144,\"bottomPaddingDesktop\":144,\"leftPaddingDesktop\":40,\"rightPaddingDesktop\":40,\"topPaddingTablet\":80,\"bottomPaddingTablet\":80,\"leftPaddingTablet\":40,\"rightPaddingTablet\":40,\"topPaddingMobile\":64,\"bottomPaddingMobile\":64,\"leftPaddingMobile\":24,\"rightPaddingMobile\":24,\"paddingLink\":false,\"variationSelected\":true,\"isBlockRootParent\":true,\"overlayType\":\"color\"} -->\n<div class=\"wp-block-uagb-container uagb-block-6fce6eab alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/advanced-heading {\"block_id\":\"5578ca5d\",\"classMigrate\":true,\"headingDescToggle\":true,\"headingAlign\":\"center\",\"headingColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"subHeadingColor\":\"var(\\u002d\\u002dast-global-color-4)\",\"headSpace\":20} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-5578ca5d\"><h2 class=\"uagb-heading-text\">Plan an Unforgettable Experience at<br>Blue Roan!</h2><p class=\"uagb-desc-text\">We can help you fit your stay and experience within your allotted budget.</p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/advanced-heading {\"block_id\":\"b9dcf003\",\"classMigrate\":true,\"headingTitleToggle\":false,\"headingDescToggle\":true,\"headingAlign\":\"center\",\"subHeadingColor\":\"var(\\u002d\\u002dast-global-color-4)\",\"subHeadTransform\":\"uppercase\",\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"subHeadLetterSpacing\":2,\"blockTopPadding\":60,\"blockRightPadding\":0,\"blockLeftPadding\":0,\"blockBottomPadding\":0,\"blockTopPaddingMobile\":30,\"blockRightPaddingMobile\":0,\"blockLeftPaddingMobile\":0,\"blockBottomPaddingMobile\":0,\"linkColor\":\"var(\\u002d\\u002dast-global-color-8)\",\"linkHColor\":\"var(\\u002d\\u002dast-global-color-1)\"} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-b9dcf003\"><p class=\"uagb-desc-text\"><a href=\"https://book.nightsbridge.com/11065\" target=\"_blank\" rel=\"noreferrer noopener\">BOOK YOUR STAY NOW​<br></a></p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/icon-list {\"block_id\":\"10680002\",\"classMigrate\":true,\"childMigrate\":true,\"align\":\"center\",\"parentIcon\":\"phone\",\"size\":40,\"sizeMobile\":24,\"sizeTablet\":32,\"fontSize\":48,\"fontSizeMobile\":28,\"fontSizeTablet\":40,\"fontWeight\":\"600\",\"iconColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"labelColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"blockTopPadding\":0,\"blockRightPadding\":0,\"blockLeftPadding\":0,\"blockBottomPadding\":24,\"blockPaddingLink\":false} -->\n<div class=\"wp-block-uagb-icon-list uagb-block-10680002\"><div class=\"uagb-icon-list__wrap\"><!-- wp:uagb/icon-list-child {\"block_id\":\"22eb19fc\",\"label\":\" + 27 (0) 82 575 5409\",\"label_color\":\"\",\"link\":\"tel:+27825755409\",\"disableLink\":true,\"fromParentIcon\":\"phone\",\"imageSizeChild\":40} -->\n<div class=\"wp-block-uagb-icon-list-child uagb-block-22eb19fc\"><a target=\"_self\" aria-label=\" + 27 (0) 82 575 5409\" rel=\"noopener noreferrer\" href=\"tel:+27825755409\"> </a><span class=\"uagb-icon-list__source-wrap\"><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M511.2 387l-23.25 100.8c-3.266 14.25-15.79 24.22-30.46 24.22C205.2 512 0 306.8 0 54.5c0-14.66 9.969-27.2 24.22-30.45l100.8-23.25C139.7-2.602 154.7 5.018 160.8 18.92l46.52 108.5c5.438 12.78 1.77 27.67-8.98 36.45L144.5 207.1c33.98 69.22 90.26 125.5 159.5 159.5l44.08-53.8c8.688-10.78 23.69-14.51 36.47-8.975l108.5 46.51C506.1 357.2 514.6 372.4 511.2 387z\"></path></svg></span><span class=\"uagb-icon-list__label\"> + 27 (0) 82 575 5409</span></div>\n<!-- /wp:uagb/icon-list-child -->\n\n<!-- wp:uagb/icon-list-child {\"block_id\":\"593fd8cd\",\"label\":\"blueroan@ugo.co.za\",\"icon\":\"envelope\",\"label_color\":\"\",\"link\":\"mailto:blueroan@ugo.co.za\",\"disableLink\":true,\"fromParentIcon\":\"phone\",\"imageSizeChild\":40} -->\n<div class=\"wp-block-uagb-icon-list-child uagb-block-593fd8cd\"><a target=\"_self\" aria-label=\"blueroan@ugo.co.za\" rel=\"noopener noreferrer\" href=\"mailto:blueroan@ugo.co.za\"> </a><span class=\"uagb-icon-list__source-wrap\"><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M464 64C490.5 64 512 85.49 512 112C512 127.1 504.9 141.3 492.8 150.4L275.2 313.6C263.8 322.1 248.2 322.1 236.8 313.6L19.2 150.4C7.113 141.3 0 127.1 0 112C0 85.49 21.49 64 48 64H464zM217.6 339.2C240.4 356.3 271.6 356.3 294.4 339.2L512 176V384C512 419.3 483.3 448 448 448H64C28.65 448 0 419.3 0 384V176L217.6 339.2z\"></path></svg></span><span class=\"uagb-icon-list__label\">blueroan@ugo.co.za</span></div>\n<!-- /wp:uagb/icon-list-child --></div></div>\n<!-- /wp:uagb/icon-list --></div></div>\n<!-- /wp:uagb/container -->',	'The Tuscan Suite',	'',	'inherit',	'closed',	'closed',	'',	'987-revision-v1',	'',	'',	'2022-12-14 10:36:01',	'2022-12-14 10:36:01',	'',	987,	'https://blueroan.netgen.cloud/?p=995',	0,	'revision',	'',	0),
(997,	2,	'2022-12-14 10:38:16',	'2022-12-14 10:38:16',	'',	'AAEAAQAAAAAAAAAAAAAAJDIzMjZiNmQ1LTk3MTAtNDIxMC05OWE3LWJlMmQxNDliMDVmMQ',	'',	'inherit',	'open',	'closed',	'',	'aaeaaqaaaaaaaaaaaaaajdizmjzinmq1ltk3mtatndixmc05owe3lwjlmmqxndlimdvmmq',	'',	'',	'2022-12-14 10:38:16',	'2022-12-14 10:38:16',	'',	987,	'https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAAJDIzMjZiNmQ1LTk3MTAtNDIxMC05OWE3LWJlMmQxNDliMDVmMQ.png',	0,	'attachment',	'image/png',	0),
(998,	2,	'2022-12-14 10:43:49',	'2022-12-14 10:43:49',	'<!-- wp:uagb/container {\"block_id\":\"de9c835b\",\"backgroundType\":\"image\",\"backgroundImageDesktop\":{\"uploading\":false,\"date\":1671013913000,\"filename\":\"AAEAAQAAAAAAAAAAAAAAJDhhMDc2NjU5LTcwNjEtNGZjMS04ZWI4LWJmZmYzNzdkMWZkNA.png\",\"menuOrder\":0,\"uploadedTo\":987,\"type\":\"image\",\"subtype\":\"png\",\"id\":992,\"title\":\"The Tuscan Suite at Blue Roan Country Lodge \",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAAJDhhMDc2NjU5LTcwNjEtNGZjMS04ZWI4LWJmZmYzNzdkMWZkNA.png\",\"link\":\"https://blueroan.netgen.cloud/the-tuscan-suite/aaeaaqaaaaaaaaaaaaaajdhhmdc2nju5ltcwnjetngzjms04zwi4lwjmzmyznzdkmwzkna/\",\"alt\":\"The Tuscan Suite at Blue Roan Country Lodge \",\"author\":\"2\",\"description\":\"\",\"caption\":\"\",\"name\":\"aaeaaqaaaaaaaaaaaaaajdhhmdc2nju5ltcwnjetngzjms04zwi4lwjmzmyznzdkmwzkna\",\"status\":\"inherit\",\"modified\":1671013913000,\"mime\":\"image/png\",\"icon\":\"https://blueroan.netgen.cloud/wp-includes/images/media/default.png\",\"dateFormatted\":\"December 14, 2022\",\"nonces\":{\"update\":\"e9703f86b5\",\"delete\":\"6ab42998e1\",\"edit\":\"8311b8ae58\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=992\\u0026action=edit\",\"meta\":false,\"authorName\":\"Netgen Support\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/profile.php\",\"uploadedToTitle\":\"The Tuscan Suite\",\"uploadedToLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=987\\u0026action=edit\",\"filesizeInBytes\":868042,\"filesizeHumanReadable\":\"848 KB\",\"context\":\"\",\"height\":667,\"width\":1000,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAAJDhhMDc2NjU5LTcwNjEtNGZjMS04ZWI4LWJmZmYzNzdkMWZkNA-150x150.png\",\"orientation\":\"landscape\"},\"medium\":{\"height\":200,\"width\":300,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAAJDhhMDc2NjU5LTcwNjEtNGZjMS04ZWI4LWJmZmYzNzdkMWZkNA-300x200.png\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAAJDhhMDc2NjU5LTcwNjEtNGZjMS04ZWI4LWJmZmYzNzdkMWZkNA.png\",\"height\":667,\"width\":1000,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"backgroundPositionDesktop\":{\"x\":0.47,\"y\":0.54},\"backgroundSizeTablet\":\"cover\",\"backgroundSizeMobile\":\"cover\",\"backgroundColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"backgroundImageColor\":\"rgba(42,42,42,0.5)\",\"topPaddingDesktop\":220,\"bottomPaddingDesktop\":150,\"topPaddingTablet\":170,\"bottomPaddingTablet\":160,\"leftPaddingTablet\":30,\"rightPaddingTablet\":30,\"topPaddingMobile\":180,\"bottomPaddingMobile\":80,\"leftPaddingMobile\":20,\"rightPaddingMobile\":20,\"paddingLink\":false,\"variationSelected\":true,\"isBlockRootParent\":true,\"overlayType\":\"color\"} -->\n<div class=\"wp-block-uagb-container uagb-block-de9c835b alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/advanced-heading {\"block_id\":\"56a8bc7e\",\"classMigrate\":true,\"headingDescToggle\":true,\"headingColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"subHeadingColor\":\"var(\\u002d\\u002dast-global-color-4)\",\"headingTag\":\"h1\",\"headSpace\":20,\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"blockTopPadding\":0,\"blockRightPadding\":50,\"blockLeftPadding\":0,\"blockBottomPadding\":0,\"blockTopPaddingTablet\":0,\"blockRightPaddingTablet\":20,\"blockLeftPaddingTablet\":0,\"blockBottomPaddingTablet\":0,\"blockTopPaddingMobile\":0,\"blockRightPaddingMobile\":0,\"blockLeftPaddingMobile\":0,\"blockBottomPaddingMobile\":0,\"blockPaddingUnit\":\"%\",\"blockPaddingUnitTablet\":\"%\"} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-56a8bc7e\"><h1 class=\"uagb-heading-text\">The Tuscan Suite</h1><p class=\"uagb-desc-text\">Tuscan interior design is characterized by terra-cotta tiles, textured wall coverings, exquisite, detailed murals, and basic, tough furniture with tasteful iron accents.</p></div>\n<!-- /wp:uagb/advanced-heading --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"21ea238f\",\"backgroundType\":\"color\",\"backgroundSizeTablet\":\"cover\",\"backgroundSizeMobile\":\"cover\",\"backgroundColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"topPaddingDesktop\":120,\"bottomPaddingDesktop\":60,\"rightPaddingDesktop\":0,\"topPaddingTablet\":80,\"bottomPaddingTablet\":80,\"leftPaddingTablet\":30,\"rightPaddingTablet\":30,\"topPaddingMobile\":80,\"bottomPaddingMobile\":80,\"leftPaddingMobile\":20,\"rightPaddingMobile\":20,\"paddingLink\":false,\"variationSelected\":true,\"rowGapDesktop\":0,\"isBlockRootParent\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-21ea238f alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/container {\"block_id\":\"1a8f7377\",\"directionDesktop\":\"row\",\"alignItemsDesktop\":\"flex-end\",\"alignItemsTablet\":\"flex-end\",\"justifyContentDesktop\":\"flex-end\",\"justifyContentTablet\":\"space-between\",\"variationSelected\":true,\"rowGapMobile\":20,\"columnGapDesktop\":0} -->\n<div class=\"wp-block-uagb-container uagb-block-1a8f7377\"><!-- wp:uagb/advanced-heading {\"block_id\":\"34a90e96\",\"classMigrate\":true,\"headingDescToggle\":true,\"subHeadingColor\":\"\",\"headSpace\":20,\"subHeadFontSize\":16} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-34a90e96\"><h2 class=\"uagb-heading-text\">Come &amp; Stay With Us​ at The Tuscan Suite </h2><p class=\"uagb-desc-text\">The elevated king bed in this open-concept unit is on a platform that faces the TV and the mountains. It offers a private bathroom with an oval spa bath and a spacious walk-in shower. Sliding glass doors in the suite lead out to a covered patio with a stone braai and cozy patio chairs. It features a green garden that is gated and fenced and leads to the park. ​</p></div>\n<!-- /wp:uagb/advanced-heading --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:heading -->\n<h2>The bedroom </h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>This room contains the following: </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list -->\n<ul><!-- wp:list-item -->\n<li>King bed with electric blanket</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Electric heater</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Stand fan</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Hair dryer &amp; dressing gowns</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Good quality linen</li>\n<!-- /wp:list-item --></ul>\n<!-- /wp:list --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":992,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAAJDhhMDc2NjU5LTcwNjEtNGZjMS04ZWI4LWJmZmYzNzdkMWZkNA.png\" alt=\"The Tuscan Suite at Blue Roan Country Lodge\" class=\"wp-image-992\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":969,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAAJDYxYzlmY2U0LWJiMGMtNGU4My04YzA3LWZhZGFkODdiOWJhYQ-1.png\" alt=\"The barn\'s bathroom \" class=\"wp-image-969\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:heading -->\n<h2>The bathroom</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>This room contains the following</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list -->\n<ul><!-- wp:list-item -->\n<li>Large walk-in shower</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Oval spa bath with 6 jets</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Bubble bath and candles</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Soap, toiletries and towels</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Toilet and basin – toilet paper provided</li>\n<!-- /wp:list-item --></ul>\n<!-- /wp:list --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:heading -->\n<h2>The Lounge</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>This room contains the following: </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list -->\n<ul><!-- wp:list-item -->\n<li>Log fireplace</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>2-seater recliner settee</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Comfortable upholstered chair</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>TV&nbsp;(DSTV - commercial bouquet with Sports, news, movies, Mnet, SABC 1,2 3 and Etv as well as other channels)</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>DVD player</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Books and playing cards</li>\n<!-- /wp:list-item --></ul>\n<!-- /wp:list --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":956,\"width\":500,\"height\":334,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full is-resized\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAAJDM0ZDZlYzYxLWY2YTgtNDAzYS1hMGMwLTRiMDFkZTk3ODNjZA-1.png\" alt=\"\" class=\"wp-image-956\" width=\"500\" height=\"334\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":997,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAAJDIzMjZiNmQ1LTk3MTAtNDIxMC05OWE3LWJlMmQxNDliMDVmMQ.png\" alt=\"The kitchen in The Tuscany suite at Blue Roan lodge\" class=\"wp-image-997\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:heading -->\n<h2>The kitchen</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>This room contains the following</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list -->\n<ul><!-- wp:list-item -->\n<li>4 plate gas stove and oven</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Microwave oven, kettle, toaster, coffee plunger</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Fridge with top freezer compartment</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Pots, pans, cutlery, crockery, wine &amp; champagne glasses</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>All kitchen utensils</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Ironing board and iron</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>All cleaning cloths and detergents and washing up liquid</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Paper towel, salt, pepper, coffee, tea and sugar</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Braai tongs</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Breakfast table cafe style and 2 chairs</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Glass sliding door out to the patio</li>\n<!-- /wp:list-item --></ul>\n<!-- /wp:list --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:heading -->\n<h2>The large patio with <br>mountain views</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>This room contains the following: </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list -->\n<ul><!-- wp:list-item -->\n<li>Chairs with cushions</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Mosaic table</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Brick braai</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Decorative lighting</li>\n<!-- /wp:list-item --></ul>\n<!-- /wp:list --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":963,\"width\":500,\"height\":334,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full is-resized\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAAJGZiMDU2OTJhLTI1YmYtNDFlOS05YzhlLTM1MDc2OTVlZmEwNA.png\" alt=\"The Barn\'s lounge \" class=\"wp-image-963\" width=\"500\" height=\"334\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:heading {\"textAlign\":\"center\"} -->\n<h2 class=\"has-text-align-center\">Book your stay </h2>\n<!-- /wp:heading -->\n\n<!-- wp:buttons -->\n<div class=\"wp-block-buttons\"><!-- wp:button {\"align\":\"center\"} -->\n<div class=\"wp-block-button aligncenter\"><a class=\"wp-block-button__link wp-element-button\" href=\"https://book.nightsbridge.com/11065\" target=\"_blank\" rel=\"noreferrer noopener\">Reservations</a></div>\n<!-- /wp:button -->\n\n<!-- wp:button /--></div>\n<!-- /wp:buttons --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"30e96574\",\"innerContentCustomWidthDesktop\":781,\"innerContentCustomWidthTablet\":781,\"backgroundType\":\"image\",\"backgroundImageDesktop\":{\"uploading\":false,\"date\":1670943271000,\"filename\":\"AAEAAQAAAAAAAAAAAAAA39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba.png\",\"menuOrder\":0,\"uploadedTo\":761,\"type\":\"image\",\"subtype\":\"png\",\"id\":899,\"title\":\"AAEAAQAAAAAAAAAAAAAA39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAA39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba.png\",\"link\":\"https://blueroan.netgen.cloud/accommodation/aaeaaqaaaaaaaaaaaaaa39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba/\",\"alt\":\"\",\"author\":\"2\",\"description\":\"\",\"caption\":\"\",\"name\":\"aaeaaqaaaaaaaaaaaaaa39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba\",\"status\":\"inherit\",\"modified\":1670943271000,\"mime\":\"image/png\",\"icon\":\"https://blueroan.netgen.cloud/wp-includes/images/media/default.png\",\"dateFormatted\":\"December 13, 2022\",\"nonces\":{\"update\":\"45b2b6c69b\",\"delete\":\"75d81c42ab\",\"edit\":\"88fae030a9\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=899\\u0026action=edit\",\"meta\":false,\"authorName\":\"Netgen Support\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/profile.php\",\"uploadedToTitle\":\"Accommodation\",\"uploadedToLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=761\\u0026action=edit\",\"filesizeInBytes\":2338048,\"filesizeHumanReadable\":\"2 MB\",\"context\":\"\",\"height\":900,\"width\":1200,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAA39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba-150x150.png\",\"orientation\":\"landscape\"},\"medium\":{\"height\":225,\"width\":300,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAA39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba-300x225.png\",\"orientation\":\"landscape\"},\"large\":{\"height\":768,\"width\":1024,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAA39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba-1024x768.png\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAA39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba.png\",\"height\":900,\"width\":1200,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"backgroundImageColor\":\"rgba(42,42,42,0.65)\",\"topPaddingDesktop\":144,\"bottomPaddingDesktop\":144,\"leftPaddingDesktop\":40,\"rightPaddingDesktop\":40,\"topPaddingTablet\":80,\"bottomPaddingTablet\":80,\"leftPaddingTablet\":40,\"rightPaddingTablet\":40,\"topPaddingMobile\":64,\"bottomPaddingMobile\":64,\"leftPaddingMobile\":24,\"rightPaddingMobile\":24,\"paddingLink\":false,\"variationSelected\":true,\"isBlockRootParent\":true,\"overlayType\":\"color\"} -->\n<div class=\"wp-block-uagb-container uagb-block-30e96574 alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/advanced-heading {\"block_id\":\"72f91d91\",\"classMigrate\":true,\"headingDescToggle\":true,\"headingAlign\":\"center\",\"headingColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"subHeadingColor\":\"var(\\u002d\\u002dast-global-color-4)\",\"headSpace\":20} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-72f91d91\"><h2 class=\"uagb-heading-text\">Plan an Unforgettable Experience at<br>Blue Roan!</h2><p class=\"uagb-desc-text\">We can help you fit your stay and experience within your allotted budget.</p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/advanced-heading {\"block_id\":\"9f4cff10\",\"classMigrate\":true,\"headingTitleToggle\":false,\"headingDescToggle\":true,\"headingAlign\":\"center\",\"subHeadingColor\":\"var(\\u002d\\u002dast-global-color-4)\",\"subHeadTransform\":\"uppercase\",\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"subHeadLetterSpacing\":2,\"blockTopPadding\":60,\"blockRightPadding\":0,\"blockLeftPadding\":0,\"blockBottomPadding\":0,\"blockTopPaddingMobile\":30,\"blockRightPaddingMobile\":0,\"blockLeftPaddingMobile\":0,\"blockBottomPaddingMobile\":0,\"linkColor\":\"var(\\u002d\\u002dast-global-color-8)\",\"linkHColor\":\"var(\\u002d\\u002dast-global-color-1)\"} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-9f4cff10\"><p class=\"uagb-desc-text\"><a href=\"https://book.nightsbridge.com/11065\" target=\"_blank\" rel=\"noreferrer noopener\">BOOK YOUR STAY NOW​<br></a></p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/icon-list {\"block_id\":\"69dda3f6\",\"classMigrate\":true,\"childMigrate\":true,\"align\":\"center\",\"parentIcon\":\"phone\",\"size\":40,\"sizeMobile\":24,\"sizeTablet\":32,\"fontSize\":48,\"fontSizeMobile\":28,\"fontSizeTablet\":40,\"fontWeight\":\"600\",\"iconColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"labelColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"blockTopPadding\":0,\"blockRightPadding\":0,\"blockLeftPadding\":0,\"blockBottomPadding\":24,\"blockPaddingLink\":false} -->\n<div class=\"wp-block-uagb-icon-list uagb-block-69dda3f6\"><div class=\"uagb-icon-list__wrap\"><!-- wp:uagb/icon-list-child {\"block_id\":\"61437cfa\",\"label\":\" + 27 (0) 82 575 5409\",\"label_color\":\"\",\"link\":\"tel:+27825755409\",\"disableLink\":true,\"fromParentIcon\":\"phone\",\"imageSizeChild\":40} -->\n<div class=\"wp-block-uagb-icon-list-child uagb-block-61437cfa\"><a target=\"_self\" aria-label=\" + 27 (0) 82 575 5409\" rel=\"noopener noreferrer\" href=\"tel:+27825755409\"> </a><span class=\"uagb-icon-list__source-wrap\"><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M511.2 387l-23.25 100.8c-3.266 14.25-15.79 24.22-30.46 24.22C205.2 512 0 306.8 0 54.5c0-14.66 9.969-27.2 24.22-30.45l100.8-23.25C139.7-2.602 154.7 5.018 160.8 18.92l46.52 108.5c5.438 12.78 1.77 27.67-8.98 36.45L144.5 207.1c33.98 69.22 90.26 125.5 159.5 159.5l44.08-53.8c8.688-10.78 23.69-14.51 36.47-8.975l108.5 46.51C506.1 357.2 514.6 372.4 511.2 387z\"></path></svg></span><span class=\"uagb-icon-list__label\"> + 27 (0) 82 575 5409</span></div>\n<!-- /wp:uagb/icon-list-child -->\n\n<!-- wp:uagb/icon-list-child {\"block_id\":\"d827e223\",\"label\":\"blueroan@ugo.co.za\",\"icon\":\"envelope\",\"label_color\":\"\",\"link\":\"mailto:blueroan@ugo.co.za\",\"disableLink\":true,\"fromParentIcon\":\"phone\",\"imageSizeChild\":40} -->\n<div class=\"wp-block-uagb-icon-list-child uagb-block-d827e223\"><a target=\"_self\" aria-label=\"blueroan@ugo.co.za\" rel=\"noopener noreferrer\" href=\"mailto:blueroan@ugo.co.za\"> </a><span class=\"uagb-icon-list__source-wrap\"><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M464 64C490.5 64 512 85.49 512 112C512 127.1 504.9 141.3 492.8 150.4L275.2 313.6C263.8 322.1 248.2 322.1 236.8 313.6L19.2 150.4C7.113 141.3 0 127.1 0 112C0 85.49 21.49 64 48 64H464zM217.6 339.2C240.4 356.3 271.6 356.3 294.4 339.2L512 176V384C512 419.3 483.3 448 448 448H64C28.65 448 0 419.3 0 384V176L217.6 339.2z\"></path></svg></span><span class=\"uagb-icon-list__label\">blueroan@ugo.co.za</span></div>\n<!-- /wp:uagb/icon-list-child --></div></div>\n<!-- /wp:uagb/icon-list --></div></div>\n<!-- /wp:uagb/container -->',	'The Tuscan Suite',	'',	'inherit',	'closed',	'closed',	'',	'987-revision-v1',	'',	'',	'2022-12-14 10:43:49',	'2022-12-14 10:43:49',	'',	987,	'https://blueroan.netgen.cloud/?p=998',	0,	'revision',	'',	0),
(999,	2,	'2022-12-14 10:44:49',	'2022-12-14 10:44:49',	'',	'AAEAAQAAAAAAAAAAAAAAJDI0ZWY4NDc1LThjYjYtNDM3YS1iOTliLWNmOWQxYTJkMWU5MQ',	'',	'inherit',	'open',	'closed',	'',	'aaeaaqaaaaaaaaaaaaaajdi0zwy4ndc1lthjyjytndm3ys1iotlilwnmowqxytjkmwu5mq',	'',	'',	'2022-12-14 10:44:49',	'2022-12-14 10:44:49',	'',	987,	'https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAAJDI0ZWY4NDc1LThjYjYtNDM3YS1iOTliLWNmOWQxYTJkMWU5MQ.png',	0,	'attachment',	'image/png',	0),
(1001,	2,	'2022-12-14 10:45:42',	'2022-12-14 10:45:42',	'',	'AAEAAQAAAAAAAAAAAAAAJGZjZmVhNGIyLThiY2EtNDUxOS1hMmY1LWZkMmVmYzRhOWIwYw',	'',	'inherit',	'open',	'closed',	'',	'aaeaaqaaaaaaaaaaaaaajgzjzmvhngiylthiy2etnduxos1hmmy1lwzkmmvmyzrhowiwyw',	'',	'',	'2022-12-14 10:45:42',	'2022-12-14 10:45:42',	'',	987,	'https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAAJGZjZmVhNGIyLThiY2EtNDUxOS1hMmY1LWZkMmVmYzRhOWIwYw.png',	0,	'attachment',	'image/png',	0),
(1002,	2,	'2022-12-14 10:47:01',	'2022-12-14 10:47:01',	'',	'535481_13100313530016835586',	'',	'inherit',	'open',	'closed',	'',	'535481_13100313530016835586',	'',	'',	'2022-12-14 10:47:01',	'2022-12-14 10:47:01',	'',	987,	'https://blueroan.netgen.cloud/wp-content/uploads/2022/12/535481_13100313530016835586.jpg',	0,	'attachment',	'image/jpeg',	0),
(1003,	2,	'2022-12-14 10:48:08',	'2022-12-14 10:48:08',	'',	'241523_798x533',	'',	'inherit',	'open',	'closed',	'',	'241523_798x533',	'',	'',	'2022-12-14 10:48:08',	'2022-12-14 10:48:08',	'',	987,	'https://blueroan.netgen.cloud/wp-content/uploads/2022/12/241523_798x533.jpg',	0,	'attachment',	'image/jpeg',	0),
(1004,	2,	'2022-12-14 10:48:37',	'2022-12-14 10:48:37',	'<!-- wp:uagb/container {\"block_id\":\"81074b45\",\"backgroundType\":\"image\",\"backgroundImageDesktop\":{\"uploading\":false,\"date\":1671013913000,\"filename\":\"AAEAAQAAAAAAAAAAAAAAJDhhMDc2NjU5LTcwNjEtNGZjMS04ZWI4LWJmZmYzNzdkMWZkNA.png\",\"menuOrder\":0,\"uploadedTo\":987,\"type\":\"image\",\"subtype\":\"png\",\"id\":992,\"title\":\"The Tuscan Suite at Blue Roan Country Lodge \",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAAJDhhMDc2NjU5LTcwNjEtNGZjMS04ZWI4LWJmZmYzNzdkMWZkNA.png\",\"link\":\"https://blueroan.netgen.cloud/the-tuscan-suite/aaeaaqaaaaaaaaaaaaaajdhhmdc2nju5ltcwnjetngzjms04zwi4lwjmzmyznzdkmwzkna/\",\"alt\":\"The Tuscan Suite at Blue Roan Country Lodge \",\"author\":\"2\",\"description\":\"\",\"caption\":\"\",\"name\":\"aaeaaqaaaaaaaaaaaaaajdhhmdc2nju5ltcwnjetngzjms04zwi4lwjmzmyznzdkmwzkna\",\"status\":\"inherit\",\"modified\":1671013913000,\"mime\":\"image/png\",\"icon\":\"https://blueroan.netgen.cloud/wp-includes/images/media/default.png\",\"dateFormatted\":\"December 14, 2022\",\"nonces\":{\"update\":\"e9703f86b5\",\"delete\":\"6ab42998e1\",\"edit\":\"8311b8ae58\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=992\\u0026action=edit\",\"meta\":false,\"authorName\":\"Netgen Support\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/profile.php\",\"uploadedToTitle\":\"The Tuscan Suite\",\"uploadedToLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=987\\u0026action=edit\",\"filesizeInBytes\":868042,\"filesizeHumanReadable\":\"848 KB\",\"context\":\"\",\"height\":667,\"width\":1000,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAAJDhhMDc2NjU5LTcwNjEtNGZjMS04ZWI4LWJmZmYzNzdkMWZkNA-150x150.png\",\"orientation\":\"landscape\"},\"medium\":{\"height\":200,\"width\":300,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAAJDhhMDc2NjU5LTcwNjEtNGZjMS04ZWI4LWJmZmYzNzdkMWZkNA-300x200.png\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAAJDhhMDc2NjU5LTcwNjEtNGZjMS04ZWI4LWJmZmYzNzdkMWZkNA.png\",\"height\":667,\"width\":1000,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"backgroundPositionDesktop\":{\"x\":0.47,\"y\":0.54},\"backgroundSizeTablet\":\"cover\",\"backgroundSizeMobile\":\"cover\",\"backgroundColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"backgroundImageColor\":\"rgba(42,42,42,0.5)\",\"topPaddingDesktop\":220,\"bottomPaddingDesktop\":150,\"topPaddingTablet\":170,\"bottomPaddingTablet\":160,\"leftPaddingTablet\":30,\"rightPaddingTablet\":30,\"topPaddingMobile\":180,\"bottomPaddingMobile\":80,\"leftPaddingMobile\":20,\"rightPaddingMobile\":20,\"paddingLink\":false,\"variationSelected\":true,\"isBlockRootParent\":true,\"overlayType\":\"color\"} -->\n<div class=\"wp-block-uagb-container uagb-block-81074b45 alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/advanced-heading {\"block_id\":\"ba2a8810\",\"classMigrate\":true,\"headingDescToggle\":true,\"headingColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"subHeadingColor\":\"var(\\u002d\\u002dast-global-color-4)\",\"headingTag\":\"h1\",\"headSpace\":20,\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"blockTopPadding\":0,\"blockRightPadding\":50,\"blockLeftPadding\":0,\"blockBottomPadding\":0,\"blockTopPaddingTablet\":0,\"blockRightPaddingTablet\":20,\"blockLeftPaddingTablet\":0,\"blockBottomPaddingTablet\":0,\"blockTopPaddingMobile\":0,\"blockRightPaddingMobile\":0,\"blockLeftPaddingMobile\":0,\"blockBottomPaddingMobile\":0,\"blockPaddingUnit\":\"%\",\"blockPaddingUnitTablet\":\"%\"} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-ba2a8810\"><h1 class=\"uagb-heading-text\">The Tuscan Suite</h1><p class=\"uagb-desc-text\">Tuscan interior design is characterized by terra-cotta tiles, textured wall coverings, exquisite, detailed murals, and basic, tough furniture with tasteful iron accents.</p></div>\n<!-- /wp:uagb/advanced-heading --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"37c47eaa\",\"backgroundType\":\"color\",\"backgroundSizeTablet\":\"cover\",\"backgroundSizeMobile\":\"cover\",\"backgroundColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"topPaddingDesktop\":120,\"bottomPaddingDesktop\":60,\"rightPaddingDesktop\":0,\"topPaddingTablet\":80,\"bottomPaddingTablet\":80,\"leftPaddingTablet\":30,\"rightPaddingTablet\":30,\"topPaddingMobile\":80,\"bottomPaddingMobile\":80,\"leftPaddingMobile\":20,\"rightPaddingMobile\":20,\"paddingLink\":false,\"variationSelected\":true,\"rowGapDesktop\":0,\"isBlockRootParent\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-37c47eaa alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/container {\"block_id\":\"26400a30\",\"directionDesktop\":\"row\",\"alignItemsDesktop\":\"flex-end\",\"alignItemsTablet\":\"flex-end\",\"justifyContentDesktop\":\"flex-end\",\"justifyContentTablet\":\"space-between\",\"variationSelected\":true,\"rowGapMobile\":20,\"columnGapDesktop\":0} -->\n<div class=\"wp-block-uagb-container uagb-block-26400a30\"><!-- wp:uagb/advanced-heading {\"block_id\":\"31f2eef3\",\"classMigrate\":true,\"headingDescToggle\":true,\"subHeadingColor\":\"\",\"headSpace\":20,\"subHeadFontSize\":16} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-31f2eef3\"><h2 class=\"uagb-heading-text\">Come &amp; Stay With Us​ at The Tuscan Suite </h2><p class=\"uagb-desc-text\">The elevated king bed in this open-concept unit is on a platform that faces the TV and the mountains. It offers a private bathroom with an oval spa bath and a spacious walk-in shower. Sliding glass doors in the suite lead out to a covered patio with a stone braai and cozy patio chairs. It features a green garden that is gated and fenced and leads to the park. ​</p></div>\n<!-- /wp:uagb/advanced-heading --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:heading -->\n<h2>The bedroom </h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>This room contains the following: </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list -->\n<ul><!-- wp:list-item -->\n<li>King bed with electric blanket</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Electric heater</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Stand fan</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Hair dryer &amp; dressing gowns</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Good quality linen</li>\n<!-- /wp:list-item --></ul>\n<!-- /wp:list --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":992,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAAJDhhMDc2NjU5LTcwNjEtNGZjMS04ZWI4LWJmZmYzNzdkMWZkNA.png\" alt=\"The Tuscan Suite at Blue Roan Country Lodge\" class=\"wp-image-992\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":1001,\"width\":500,\"height\":334,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full is-resized\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAAJGZjZmVhNGIyLThiY2EtNDUxOS1hMmY1LWZkMmVmYzRhOWIwYw.png\" alt=\"\" class=\"wp-image-1001\" width=\"500\" height=\"334\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:heading -->\n<h2>The bathroom</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>This room contains the following</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list -->\n<ul><!-- wp:list-item -->\n<li>Large walk-in shower</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Oval spa bath with 6 jets</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Bubble bath and candles</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Soap, toiletries and towels</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Toilet and basin – toilet paper provided</li>\n<!-- /wp:list-item --></ul>\n<!-- /wp:list --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:heading -->\n<h2>The Lounge</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>This room contains the following: </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list -->\n<ul><!-- wp:list-item -->\n<li>Log fireplace</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>2-seater recliner settee</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Comfortable upholstered chair</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>TV&nbsp;(DSTV - commercial bouquet with Sports, news, movies, Mnet, SABC 1,2 3 and Etv as well as other channels)</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>DVD player</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Books and playing cards</li>\n<!-- /wp:list-item --></ul>\n<!-- /wp:list --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":1003,\"width\":500,\"height\":334,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full is-resized\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/241523_798x533.jpg\" alt=\"\" class=\"wp-image-1003\" width=\"500\" height=\"334\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":997,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAAJDIzMjZiNmQ1LTk3MTAtNDIxMC05OWE3LWJlMmQxNDliMDVmMQ.png\" alt=\"The kitchen in The Tuscany suite at Blue Roan lodge\" class=\"wp-image-997\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:heading -->\n<h2>The kitchen</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>This room contains the following</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list -->\n<ul><!-- wp:list-item -->\n<li>4 plate gas stove and oven</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Microwave oven, kettle, toaster, coffee plunger</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Fridge with top freezer compartment</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Pots, pans, cutlery, crockery, wine &amp; champagne glasses</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>All kitchen utensils</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Ironing board and iron</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>All cleaning cloths and detergents and washing up liquid</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Paper towel, salt, pepper, coffee, tea and sugar</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Braai tongs</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Breakfast table cafe style and 2 chairs</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Glass sliding door out to the patio</li>\n<!-- /wp:list-item --></ul>\n<!-- /wp:list --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:heading -->\n<h2>The large patio with <br>mountain views</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>This room contains the following: </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list -->\n<ul><!-- wp:list-item -->\n<li>Chairs with cushions</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Mosaic table</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Brick braai</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Decorative lighting</li>\n<!-- /wp:list-item --></ul>\n<!-- /wp:list --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":999,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAAJDI0ZWY4NDc1LThjYjYtNDM3YS1iOTliLWNmOWQxYTJkMWU5MQ.png\" alt=\"\" class=\"wp-image-999\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:heading {\"textAlign\":\"center\"} -->\n<h2 class=\"has-text-align-center\">Book your stay </h2>\n<!-- /wp:heading -->\n\n<!-- wp:buttons -->\n<div class=\"wp-block-buttons\"><!-- wp:button {\"align\":\"center\"} -->\n<div class=\"wp-block-button aligncenter\"><a class=\"wp-block-button__link wp-element-button\" href=\"https://book.nightsbridge.com/11065\" target=\"_blank\" rel=\"noreferrer noopener\">Reservations</a></div>\n<!-- /wp:button -->\n\n<!-- wp:button /--></div>\n<!-- /wp:buttons --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"072dc244\",\"innerContentCustomWidthDesktop\":781,\"innerContentCustomWidthTablet\":781,\"backgroundType\":\"image\",\"backgroundImageDesktop\":{\"uploading\":false,\"date\":1670943271000,\"filename\":\"AAEAAQAAAAAAAAAAAAAA39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba.png\",\"menuOrder\":0,\"uploadedTo\":761,\"type\":\"image\",\"subtype\":\"png\",\"id\":899,\"title\":\"AAEAAQAAAAAAAAAAAAAA39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAA39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba.png\",\"link\":\"https://blueroan.netgen.cloud/accommodation/aaeaaqaaaaaaaaaaaaaa39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba/\",\"alt\":\"\",\"author\":\"2\",\"description\":\"\",\"caption\":\"\",\"name\":\"aaeaaqaaaaaaaaaaaaaa39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba\",\"status\":\"inherit\",\"modified\":1670943271000,\"mime\":\"image/png\",\"icon\":\"https://blueroan.netgen.cloud/wp-includes/images/media/default.png\",\"dateFormatted\":\"December 13, 2022\",\"nonces\":{\"update\":\"45b2b6c69b\",\"delete\":\"75d81c42ab\",\"edit\":\"88fae030a9\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=899\\u0026action=edit\",\"meta\":false,\"authorName\":\"Netgen Support\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/profile.php\",\"uploadedToTitle\":\"Accommodation\",\"uploadedToLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=761\\u0026action=edit\",\"filesizeInBytes\":2338048,\"filesizeHumanReadable\":\"2 MB\",\"context\":\"\",\"height\":900,\"width\":1200,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAA39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba-150x150.png\",\"orientation\":\"landscape\"},\"medium\":{\"height\":225,\"width\":300,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAA39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba-300x225.png\",\"orientation\":\"landscape\"},\"large\":{\"height\":768,\"width\":1024,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAA39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba-1024x768.png\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAA39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba.png\",\"height\":900,\"width\":1200,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"backgroundImageColor\":\"rgba(42,42,42,0.65)\",\"topPaddingDesktop\":144,\"bottomPaddingDesktop\":144,\"leftPaddingDesktop\":40,\"rightPaddingDesktop\":40,\"topPaddingTablet\":80,\"bottomPaddingTablet\":80,\"leftPaddingTablet\":40,\"rightPaddingTablet\":40,\"topPaddingMobile\":64,\"bottomPaddingMobile\":64,\"leftPaddingMobile\":24,\"rightPaddingMobile\":24,\"paddingLink\":false,\"variationSelected\":true,\"isBlockRootParent\":true,\"overlayType\":\"color\"} -->\n<div class=\"wp-block-uagb-container uagb-block-072dc244 alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/advanced-heading {\"block_id\":\"6f880bc0\",\"classMigrate\":true,\"headingDescToggle\":true,\"headingAlign\":\"center\",\"headingColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"subHeadingColor\":\"var(\\u002d\\u002dast-global-color-4)\",\"headSpace\":20} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-6f880bc0\"><h2 class=\"uagb-heading-text\">Plan an Unforgettable Experience at<br>Blue Roan!</h2><p class=\"uagb-desc-text\">We can help you fit your stay and experience within your allotted budget.</p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/advanced-heading {\"block_id\":\"16bdf807\",\"classMigrate\":true,\"headingTitleToggle\":false,\"headingDescToggle\":true,\"headingAlign\":\"center\",\"subHeadingColor\":\"var(\\u002d\\u002dast-global-color-4)\",\"subHeadTransform\":\"uppercase\",\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"subHeadLetterSpacing\":2,\"blockTopPadding\":60,\"blockRightPadding\":0,\"blockLeftPadding\":0,\"blockBottomPadding\":0,\"blockTopPaddingMobile\":30,\"blockRightPaddingMobile\":0,\"blockLeftPaddingMobile\":0,\"blockBottomPaddingMobile\":0,\"linkColor\":\"var(\\u002d\\u002dast-global-color-8)\",\"linkHColor\":\"var(\\u002d\\u002dast-global-color-1)\"} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-16bdf807\"><p class=\"uagb-desc-text\"><a href=\"https://book.nightsbridge.com/11065\" target=\"_blank\" rel=\"noreferrer noopener\">BOOK YOUR STAY NOW​<br></a></p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/icon-list {\"block_id\":\"cab011e7\",\"classMigrate\":true,\"childMigrate\":true,\"align\":\"center\",\"parentIcon\":\"phone\",\"size\":40,\"sizeMobile\":24,\"sizeTablet\":32,\"fontSize\":48,\"fontSizeMobile\":28,\"fontSizeTablet\":40,\"fontWeight\":\"600\",\"iconColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"labelColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"blockTopPadding\":0,\"blockRightPadding\":0,\"blockLeftPadding\":0,\"blockBottomPadding\":24,\"blockPaddingLink\":false} -->\n<div class=\"wp-block-uagb-icon-list uagb-block-cab011e7\"><div class=\"uagb-icon-list__wrap\"><!-- wp:uagb/icon-list-child {\"block_id\":\"947d3bcd\",\"label\":\" + 27 (0) 82 575 5409\",\"label_color\":\"\",\"link\":\"tel:+27825755409\",\"disableLink\":true,\"fromParentIcon\":\"phone\",\"imageSizeChild\":40} -->\n<div class=\"wp-block-uagb-icon-list-child uagb-block-947d3bcd\"><a target=\"_self\" aria-label=\" + 27 (0) 82 575 5409\" rel=\"noopener noreferrer\" href=\"tel:+27825755409\"> </a><span class=\"uagb-icon-list__source-wrap\"><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M511.2 387l-23.25 100.8c-3.266 14.25-15.79 24.22-30.46 24.22C205.2 512 0 306.8 0 54.5c0-14.66 9.969-27.2 24.22-30.45l100.8-23.25C139.7-2.602 154.7 5.018 160.8 18.92l46.52 108.5c5.438 12.78 1.77 27.67-8.98 36.45L144.5 207.1c33.98 69.22 90.26 125.5 159.5 159.5l44.08-53.8c8.688-10.78 23.69-14.51 36.47-8.975l108.5 46.51C506.1 357.2 514.6 372.4 511.2 387z\"></path></svg></span><span class=\"uagb-icon-list__label\"> + 27 (0) 82 575 5409</span></div>\n<!-- /wp:uagb/icon-list-child -->\n\n<!-- wp:uagb/icon-list-child {\"block_id\":\"df7851ec\",\"label\":\"blueroan@ugo.co.za\",\"icon\":\"envelope\",\"label_color\":\"\",\"link\":\"mailto:blueroan@ugo.co.za\",\"disableLink\":true,\"fromParentIcon\":\"phone\",\"imageSizeChild\":40} -->\n<div class=\"wp-block-uagb-icon-list-child uagb-block-df7851ec\"><a target=\"_self\" aria-label=\"blueroan@ugo.co.za\" rel=\"noopener noreferrer\" href=\"mailto:blueroan@ugo.co.za\"> </a><span class=\"uagb-icon-list__source-wrap\"><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M464 64C490.5 64 512 85.49 512 112C512 127.1 504.9 141.3 492.8 150.4L275.2 313.6C263.8 322.1 248.2 322.1 236.8 313.6L19.2 150.4C7.113 141.3 0 127.1 0 112C0 85.49 21.49 64 48 64H464zM217.6 339.2C240.4 356.3 271.6 356.3 294.4 339.2L512 176V384C512 419.3 483.3 448 448 448H64C28.65 448 0 419.3 0 384V176L217.6 339.2z\"></path></svg></span><span class=\"uagb-icon-list__label\">blueroan@ugo.co.za</span></div>\n<!-- /wp:uagb/icon-list-child --></div></div>\n<!-- /wp:uagb/icon-list --></div></div>\n<!-- /wp:uagb/container -->',	'The Tuscan Suite',	'',	'inherit',	'closed',	'closed',	'',	'987-revision-v1',	'',	'',	'2022-12-14 10:48:37',	'2022-12-14 10:48:37',	'',	987,	'https://blueroan.netgen.cloud/?p=1004',	0,	'revision',	'',	0),
(1005,	2,	'2022-12-14 10:49:14',	'2022-12-14 10:49:14',	'<!-- wp:uagb/container {\"block_id\":\"f5cd58f4\",\"backgroundType\":\"image\",\"backgroundImageDesktop\":{\"uploading\":false,\"date\":1671013913000,\"filename\":\"AAEAAQAAAAAAAAAAAAAAJDhhMDc2NjU5LTcwNjEtNGZjMS04ZWI4LWJmZmYzNzdkMWZkNA.png\",\"menuOrder\":0,\"uploadedTo\":987,\"type\":\"image\",\"subtype\":\"png\",\"id\":992,\"title\":\"The Tuscan Suite at Blue Roan Country Lodge \",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAAJDhhMDc2NjU5LTcwNjEtNGZjMS04ZWI4LWJmZmYzNzdkMWZkNA.png\",\"link\":\"https://blueroan.netgen.cloud/the-tuscan-suite/aaeaaqaaaaaaaaaaaaaajdhhmdc2nju5ltcwnjetngzjms04zwi4lwjmzmyznzdkmwzkna/\",\"alt\":\"The Tuscan Suite at Blue Roan Country Lodge \",\"author\":\"2\",\"description\":\"\",\"caption\":\"\",\"name\":\"aaeaaqaaaaaaaaaaaaaajdhhmdc2nju5ltcwnjetngzjms04zwi4lwjmzmyznzdkmwzkna\",\"status\":\"inherit\",\"modified\":1671013913000,\"mime\":\"image/png\",\"icon\":\"https://blueroan.netgen.cloud/wp-includes/images/media/default.png\",\"dateFormatted\":\"December 14, 2022\",\"nonces\":{\"update\":\"e9703f86b5\",\"delete\":\"6ab42998e1\",\"edit\":\"8311b8ae58\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=992\\u0026action=edit\",\"meta\":false,\"authorName\":\"Netgen Support\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/profile.php\",\"uploadedToTitle\":\"The Tuscan Suite\",\"uploadedToLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=987\\u0026action=edit\",\"filesizeInBytes\":868042,\"filesizeHumanReadable\":\"848 KB\",\"context\":\"\",\"height\":667,\"width\":1000,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAAJDhhMDc2NjU5LTcwNjEtNGZjMS04ZWI4LWJmZmYzNzdkMWZkNA-150x150.png\",\"orientation\":\"landscape\"},\"medium\":{\"height\":200,\"width\":300,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAAJDhhMDc2NjU5LTcwNjEtNGZjMS04ZWI4LWJmZmYzNzdkMWZkNA-300x200.png\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAAJDhhMDc2NjU5LTcwNjEtNGZjMS04ZWI4LWJmZmYzNzdkMWZkNA.png\",\"height\":667,\"width\":1000,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"backgroundPositionDesktop\":{\"x\":0.47,\"y\":0.54},\"backgroundSizeTablet\":\"cover\",\"backgroundSizeMobile\":\"cover\",\"backgroundColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"backgroundImageColor\":\"rgba(42,42,42,0.5)\",\"topPaddingDesktop\":220,\"bottomPaddingDesktop\":150,\"topPaddingTablet\":170,\"bottomPaddingTablet\":160,\"leftPaddingTablet\":30,\"rightPaddingTablet\":30,\"topPaddingMobile\":180,\"bottomPaddingMobile\":80,\"leftPaddingMobile\":20,\"rightPaddingMobile\":20,\"paddingLink\":false,\"variationSelected\":true,\"isBlockRootParent\":true,\"overlayType\":\"color\"} -->\n<div class=\"wp-block-uagb-container uagb-block-f5cd58f4 alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/advanced-heading {\"block_id\":\"46efc30b\",\"classMigrate\":true,\"headingDescToggle\":true,\"headingColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"subHeadingColor\":\"var(\\u002d\\u002dast-global-color-4)\",\"headingTag\":\"h1\",\"headSpace\":20,\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"blockTopPadding\":0,\"blockRightPadding\":50,\"blockLeftPadding\":0,\"blockBottomPadding\":0,\"blockTopPaddingTablet\":0,\"blockRightPaddingTablet\":20,\"blockLeftPaddingTablet\":0,\"blockBottomPaddingTablet\":0,\"blockTopPaddingMobile\":0,\"blockRightPaddingMobile\":0,\"blockLeftPaddingMobile\":0,\"blockBottomPaddingMobile\":0,\"blockPaddingUnit\":\"%\",\"blockPaddingUnitTablet\":\"%\"} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-46efc30b\"><h1 class=\"uagb-heading-text\">The Tuscan Suite</h1><p class=\"uagb-desc-text\">Tuscan interior design is characterized by terra-cotta tiles, textured wall coverings, exquisite, detailed murals, and basic, tough furniture with tasteful iron accents.</p></div>\n<!-- /wp:uagb/advanced-heading --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"20384f3c\",\"backgroundType\":\"color\",\"backgroundSizeTablet\":\"cover\",\"backgroundSizeMobile\":\"cover\",\"backgroundColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"topPaddingDesktop\":120,\"bottomPaddingDesktop\":60,\"rightPaddingDesktop\":0,\"topPaddingTablet\":80,\"bottomPaddingTablet\":80,\"leftPaddingTablet\":30,\"rightPaddingTablet\":30,\"topPaddingMobile\":80,\"bottomPaddingMobile\":80,\"leftPaddingMobile\":20,\"rightPaddingMobile\":20,\"paddingLink\":false,\"variationSelected\":true,\"rowGapDesktop\":0,\"isBlockRootParent\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-20384f3c alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/container {\"block_id\":\"ccade7ef\",\"directionDesktop\":\"row\",\"alignItemsDesktop\":\"flex-end\",\"alignItemsTablet\":\"flex-end\",\"justifyContentDesktop\":\"flex-end\",\"justifyContentTablet\":\"space-between\",\"variationSelected\":true,\"rowGapMobile\":20,\"columnGapDesktop\":0} -->\n<div class=\"wp-block-uagb-container uagb-block-ccade7ef\"><!-- wp:uagb/advanced-heading {\"block_id\":\"2fd8c3e6\",\"classMigrate\":true,\"headingDescToggle\":true,\"subHeadingColor\":\"\",\"headSpace\":20,\"subHeadFontSize\":16} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-2fd8c3e6\"><h2 class=\"uagb-heading-text\">Come &amp; Stay With Us​ at The Tuscan Suite </h2><p class=\"uagb-desc-text\">The elevated king bed in this open-concept unit is on a platform that faces the TV and the mountains. It offers a private bathroom with an oval spa bath and a spacious walk-in shower. Sliding glass doors in the suite lead out to a covered patio with a stone braai and cozy patio chairs. It features a green garden that is gated and fenced and leads to the park. ​</p></div>\n<!-- /wp:uagb/advanced-heading --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:heading -->\n<h2>The bedroom </h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>This room contains the following: </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list -->\n<ul><!-- wp:list-item -->\n<li>King bed with electric blanket</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Electric heater</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Stand fan</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Hair dryer &amp; dressing gowns</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Good quality linen</li>\n<!-- /wp:list-item --></ul>\n<!-- /wp:list --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":992,\"width\":500,\"height\":334,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full is-resized\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAAJDhhMDc2NjU5LTcwNjEtNGZjMS04ZWI4LWJmZmYzNzdkMWZkNA.png\" alt=\"The Tuscan Suite at Blue Roan Country Lodge\" class=\"wp-image-992\" width=\"500\" height=\"334\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":1001,\"width\":500,\"height\":334,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full is-resized\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAAJGZjZmVhNGIyLThiY2EtNDUxOS1hMmY1LWZkMmVmYzRhOWIwYw.png\" alt=\"\" class=\"wp-image-1001\" width=\"500\" height=\"334\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:heading -->\n<h2>The bathroom</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>This room contains the following</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list -->\n<ul><!-- wp:list-item -->\n<li>Large walk-in shower</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Oval spa bath with 6 jets</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Bubble bath and candles</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Soap, toiletries and towels</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Toilet and basin – toilet paper provided</li>\n<!-- /wp:list-item --></ul>\n<!-- /wp:list --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:heading -->\n<h2>The Lounge</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>This room contains the following: </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list -->\n<ul><!-- wp:list-item -->\n<li>Log fireplace</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>2-seater recliner settee</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Comfortable upholstered chair</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>TV&nbsp;(DSTV - commercial bouquet with Sports, news, movies, Mnet, SABC 1,2 3 and Etv as well as other channels)</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>DVD player</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Books and playing cards</li>\n<!-- /wp:list-item --></ul>\n<!-- /wp:list --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":1003,\"width\":500,\"height\":334,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full is-resized\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/241523_798x533.jpg\" alt=\"\" class=\"wp-image-1003\" width=\"500\" height=\"334\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":997,\"width\":500,\"height\":334,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full is-resized\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAAJDIzMjZiNmQ1LTk3MTAtNDIxMC05OWE3LWJlMmQxNDliMDVmMQ.png\" alt=\"The kitchen in The Tuscany suite at Blue Roan lodge\" class=\"wp-image-997\" width=\"500\" height=\"334\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:heading -->\n<h2>The kitchen</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>This room contains the following</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list -->\n<ul><!-- wp:list-item -->\n<li>4 plate gas stove and oven</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Microwave oven, kettle, toaster, coffee plunger</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Fridge with top freezer compartment</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Pots, pans, cutlery, crockery, wine &amp; champagne glasses</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>All kitchen utensils</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Ironing board and iron</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>All cleaning cloths and detergents and washing up liquid</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Paper towel, salt, pepper, coffee, tea and sugar</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Braai tongs</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Breakfast table cafe style and 2 chairs</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Glass sliding door out to the patio</li>\n<!-- /wp:list-item --></ul>\n<!-- /wp:list --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:heading -->\n<h2>The large patio with <br>mountain views</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>This room contains the following: </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list -->\n<ul><!-- wp:list-item -->\n<li>Chairs with cushions</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Mosaic table</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Brick braai</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Decorative lighting</li>\n<!-- /wp:list-item --></ul>\n<!-- /wp:list --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":999,\"width\":500,\"height\":334,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full is-resized\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAAJDI0ZWY4NDc1LThjYjYtNDM3YS1iOTliLWNmOWQxYTJkMWU5MQ.png\" alt=\"\" class=\"wp-image-999\" width=\"500\" height=\"334\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:heading {\"textAlign\":\"center\"} -->\n<h2 class=\"has-text-align-center\">Book your stay </h2>\n<!-- /wp:heading -->\n\n<!-- wp:buttons -->\n<div class=\"wp-block-buttons\"><!-- wp:button {\"align\":\"center\"} -->\n<div class=\"wp-block-button aligncenter\"><a class=\"wp-block-button__link wp-element-button\" href=\"https://book.nightsbridge.com/11065\" target=\"_blank\" rel=\"noreferrer noopener\">Reservations</a></div>\n<!-- /wp:button -->\n\n<!-- wp:button /--></div>\n<!-- /wp:buttons --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"fcac585a\",\"innerContentCustomWidthDesktop\":781,\"innerContentCustomWidthTablet\":781,\"backgroundType\":\"image\",\"backgroundImageDesktop\":{\"uploading\":false,\"date\":1670943271000,\"filename\":\"AAEAAQAAAAAAAAAAAAAA39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba.png\",\"menuOrder\":0,\"uploadedTo\":761,\"type\":\"image\",\"subtype\":\"png\",\"id\":899,\"title\":\"AAEAAQAAAAAAAAAAAAAA39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAA39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba.png\",\"link\":\"https://blueroan.netgen.cloud/accommodation/aaeaaqaaaaaaaaaaaaaa39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba/\",\"alt\":\"\",\"author\":\"2\",\"description\":\"\",\"caption\":\"\",\"name\":\"aaeaaqaaaaaaaaaaaaaa39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba\",\"status\":\"inherit\",\"modified\":1670943271000,\"mime\":\"image/png\",\"icon\":\"https://blueroan.netgen.cloud/wp-includes/images/media/default.png\",\"dateFormatted\":\"December 13, 2022\",\"nonces\":{\"update\":\"45b2b6c69b\",\"delete\":\"75d81c42ab\",\"edit\":\"88fae030a9\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=899\\u0026action=edit\",\"meta\":false,\"authorName\":\"Netgen Support\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/profile.php\",\"uploadedToTitle\":\"Accommodation\",\"uploadedToLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=761\\u0026action=edit\",\"filesizeInBytes\":2338048,\"filesizeHumanReadable\":\"2 MB\",\"context\":\"\",\"height\":900,\"width\":1200,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAA39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba-150x150.png\",\"orientation\":\"landscape\"},\"medium\":{\"height\":225,\"width\":300,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAA39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba-300x225.png\",\"orientation\":\"landscape\"},\"large\":{\"height\":768,\"width\":1024,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAA39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba-1024x768.png\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAA39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba.png\",\"height\":900,\"width\":1200,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"backgroundImageColor\":\"rgba(42,42,42,0.65)\",\"topPaddingDesktop\":144,\"bottomPaddingDesktop\":144,\"leftPaddingDesktop\":40,\"rightPaddingDesktop\":40,\"topPaddingTablet\":80,\"bottomPaddingTablet\":80,\"leftPaddingTablet\":40,\"rightPaddingTablet\":40,\"topPaddingMobile\":64,\"bottomPaddingMobile\":64,\"leftPaddingMobile\":24,\"rightPaddingMobile\":24,\"paddingLink\":false,\"variationSelected\":true,\"isBlockRootParent\":true,\"overlayType\":\"color\"} -->\n<div class=\"wp-block-uagb-container uagb-block-fcac585a alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/advanced-heading {\"block_id\":\"996a1faf\",\"classMigrate\":true,\"headingDescToggle\":true,\"headingAlign\":\"center\",\"headingColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"subHeadingColor\":\"var(\\u002d\\u002dast-global-color-4)\",\"headSpace\":20} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-996a1faf\"><h2 class=\"uagb-heading-text\">Plan an Unforgettable Experience at<br>Blue Roan!</h2><p class=\"uagb-desc-text\">We can help you fit your stay and experience within your allotted budget.</p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/advanced-heading {\"block_id\":\"8d9050dc\",\"classMigrate\":true,\"headingTitleToggle\":false,\"headingDescToggle\":true,\"headingAlign\":\"center\",\"subHeadingColor\":\"var(\\u002d\\u002dast-global-color-4)\",\"subHeadTransform\":\"uppercase\",\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"subHeadLetterSpacing\":2,\"blockTopPadding\":60,\"blockRightPadding\":0,\"blockLeftPadding\":0,\"blockBottomPadding\":0,\"blockTopPaddingMobile\":30,\"blockRightPaddingMobile\":0,\"blockLeftPaddingMobile\":0,\"blockBottomPaddingMobile\":0,\"linkColor\":\"var(\\u002d\\u002dast-global-color-8)\",\"linkHColor\":\"var(\\u002d\\u002dast-global-color-1)\"} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-8d9050dc\"><p class=\"uagb-desc-text\"><a href=\"https://book.nightsbridge.com/11065\" target=\"_blank\" rel=\"noreferrer noopener\">BOOK YOUR STAY NOW​<br></a></p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/icon-list {\"block_id\":\"a7bd4440\",\"classMigrate\":true,\"childMigrate\":true,\"align\":\"center\",\"parentIcon\":\"phone\",\"size\":40,\"sizeMobile\":24,\"sizeTablet\":32,\"fontSize\":48,\"fontSizeMobile\":28,\"fontSizeTablet\":40,\"fontWeight\":\"600\",\"iconColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"labelColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"blockTopPadding\":0,\"blockRightPadding\":0,\"blockLeftPadding\":0,\"blockBottomPadding\":24,\"blockPaddingLink\":false} -->\n<div class=\"wp-block-uagb-icon-list uagb-block-a7bd4440\"><div class=\"uagb-icon-list__wrap\"><!-- wp:uagb/icon-list-child {\"block_id\":\"5d57fb73\",\"label\":\" + 27 (0) 82 575 5409\",\"label_color\":\"\",\"link\":\"tel:+27825755409\",\"disableLink\":true,\"fromParentIcon\":\"phone\",\"imageSizeChild\":40} -->\n<div class=\"wp-block-uagb-icon-list-child uagb-block-5d57fb73\"><a target=\"_self\" aria-label=\" + 27 (0) 82 575 5409\" rel=\"noopener noreferrer\" href=\"tel:+27825755409\"> </a><span class=\"uagb-icon-list__source-wrap\"><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M511.2 387l-23.25 100.8c-3.266 14.25-15.79 24.22-30.46 24.22C205.2 512 0 306.8 0 54.5c0-14.66 9.969-27.2 24.22-30.45l100.8-23.25C139.7-2.602 154.7 5.018 160.8 18.92l46.52 108.5c5.438 12.78 1.77 27.67-8.98 36.45L144.5 207.1c33.98 69.22 90.26 125.5 159.5 159.5l44.08-53.8c8.688-10.78 23.69-14.51 36.47-8.975l108.5 46.51C506.1 357.2 514.6 372.4 511.2 387z\"></path></svg></span><span class=\"uagb-icon-list__label\"> + 27 (0) 82 575 5409</span></div>\n<!-- /wp:uagb/icon-list-child -->\n\n<!-- wp:uagb/icon-list-child {\"block_id\":\"7e754a08\",\"label\":\"blueroan@ugo.co.za\",\"icon\":\"envelope\",\"label_color\":\"\",\"link\":\"mailto:blueroan@ugo.co.za\",\"disableLink\":true,\"fromParentIcon\":\"phone\",\"imageSizeChild\":40} -->\n<div class=\"wp-block-uagb-icon-list-child uagb-block-7e754a08\"><a target=\"_self\" aria-label=\"blueroan@ugo.co.za\" rel=\"noopener noreferrer\" href=\"mailto:blueroan@ugo.co.za\"> </a><span class=\"uagb-icon-list__source-wrap\"><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M464 64C490.5 64 512 85.49 512 112C512 127.1 504.9 141.3 492.8 150.4L275.2 313.6C263.8 322.1 248.2 322.1 236.8 313.6L19.2 150.4C7.113 141.3 0 127.1 0 112C0 85.49 21.49 64 48 64H464zM217.6 339.2C240.4 356.3 271.6 356.3 294.4 339.2L512 176V384C512 419.3 483.3 448 448 448H64C28.65 448 0 419.3 0 384V176L217.6 339.2z\"></path></svg></span><span class=\"uagb-icon-list__label\">blueroan@ugo.co.za</span></div>\n<!-- /wp:uagb/icon-list-child --></div></div>\n<!-- /wp:uagb/icon-list --></div></div>\n<!-- /wp:uagb/container -->',	'The Tuscan Suite',	'',	'inherit',	'closed',	'closed',	'',	'987-revision-v1',	'',	'',	'2022-12-14 10:49:14',	'2022-12-14 10:49:14',	'',	987,	'https://blueroan.netgen.cloud/?p=1005',	0,	'revision',	'',	0),
(1006,	2,	'2022-12-14 10:49:55',	'2022-12-14 10:49:55',	'<!-- wp:uagb/container {\"block_id\":\"db272421\",\"backgroundType\":\"image\",\"backgroundImageDesktop\":{\"id\":797,\"title\":\"blue-roan-guest-farm (13)\",\"filename\":\"blue-roan-guest-farm-13.jpg\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-13.jpg\",\"link\":\"https://blueroan.netgen.cloud/home/blue-roan-guest-farm-13/\",\"alt\":\"\",\"author\":\"2\",\"description\":\"\",\"caption\":\"\",\"name\":\"blue-roan-guest-farm-13\",\"status\":\"inherit\",\"uploadedTo\":760,\"date\":\"2022-12-13T09:37:10.000Z\",\"modified\":\"2022-12-13T09:37:10.000Z\",\"menuOrder\":0,\"mime\":\"image/jpeg\",\"type\":\"image\",\"subtype\":\"jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-includes/images/media/default.png\",\"dateFormatted\":\"December 13, 2022\",\"nonces\":{\"update\":\"88c7dafe15\",\"delete\":\"0e63c986af\",\"edit\":\"ba0aad2d7f\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=797\\u0026action=edit\",\"meta\":false,\"authorName\":\"Netgen Support\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/profile.php\",\"uploadedToTitle\":\"Home\",\"uploadedToLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=760\\u0026action=edit\",\"filesizeInBytes\":201183,\"filesizeHumanReadable\":\"196 KB\",\"context\":\"\",\"height\":667,\"width\":1000,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-13-150x150.jpg\",\"orientation\":\"landscape\"},\"medium\":{\"height\":200,\"width\":300,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-13-300x200.jpg\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-13.jpg\",\"height\":667,\"width\":1000,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"backgroundPositionDesktop\":{\"x\":0.62,\"y\":0.78},\"backgroundSizeTablet\":\"cover\",\"backgroundSizeMobile\":\"cover\",\"backgroundColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"backgroundImageColor\":\"rgba(42,42,42,0.5)\",\"topPaddingDesktop\":220,\"bottomPaddingDesktop\":150,\"topPaddingTablet\":170,\"bottomPaddingTablet\":160,\"leftPaddingTablet\":30,\"rightPaddingTablet\":30,\"topPaddingMobile\":180,\"bottomPaddingMobile\":80,\"leftPaddingMobile\":20,\"rightPaddingMobile\":20,\"paddingLink\":false,\"variationSelected\":true,\"isBlockRootParent\":true,\"overlayType\":\"color\"} -->\n<div class=\"wp-block-uagb-container uagb-block-db272421 alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/advanced-heading {\"block_id\":\"0dcd8d1f\",\"classMigrate\":true,\"headingDescToggle\":true,\"headingColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"subHeadingColor\":\"var(\\u002d\\u002dast-global-color-4)\",\"headingTag\":\"h1\",\"headSpace\":20,\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"blockTopPadding\":0,\"blockRightPadding\":50,\"blockLeftPadding\":0,\"blockBottomPadding\":0,\"blockTopPaddingTablet\":0,\"blockRightPaddingTablet\":20,\"blockLeftPaddingTablet\":0,\"blockBottomPaddingTablet\":0,\"blockTopPaddingMobile\":0,\"blockRightPaddingMobile\":0,\"blockLeftPaddingMobile\":0,\"blockBottomPaddingMobile\":0,\"blockPaddingUnit\":\"%\",\"blockPaddingUnitTablet\":\"%\"} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-0dcd8d1f\"><h1 class=\"uagb-heading-text\">Rooms &amp; Accommodation​</h1><p class=\"uagb-desc-text\">If you are looking for a home away from home, even a place your dog can come along then take a closer look into the rooms we offer and pick the one for you.</p></div>\n<!-- /wp:uagb/advanced-heading --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"2fdb6a51\",\"backgroundType\":\"color\",\"backgroundSizeTablet\":\"cover\",\"backgroundSizeMobile\":\"cover\",\"backgroundColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"topPaddingDesktop\":120,\"bottomPaddingDesktop\":120,\"topPaddingTablet\":80,\"bottomPaddingTablet\":80,\"leftPaddingTablet\":30,\"rightPaddingTablet\":30,\"topPaddingMobile\":80,\"bottomPaddingMobile\":80,\"leftPaddingMobile\":20,\"rightPaddingMobile\":20,\"paddingLink\":false,\"variationSelected\":true,\"rowGapDesktop\":0,\"isBlockRootParent\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-2fdb6a51 alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/container {\"block_id\":\"ac18b9c6\",\"directionDesktop\":\"row\",\"alignItemsDesktop\":\"flex-end\",\"alignItemsTablet\":\"flex-end\",\"justifyContentDesktop\":\"flex-end\",\"justifyContentTablet\":\"space-between\",\"variationSelected\":true,\"rowGapMobile\":20,\"columnGapDesktop\":0} -->\n<div class=\"wp-block-uagb-container uagb-block-ac18b9c6\"><!-- wp:uagb/advanced-heading {\"block_id\":\"f5bce98b\",\"classMigrate\":true,\"headingDescToggle\":true,\"subHeadingColor\":\"\",\"headSpace\":20,\"subHeadFontSize\":16} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-f5bce98b\"><h2 class=\"uagb-heading-text\">Come &amp; Stay With Us​</h2><p class=\"uagb-desc-text\">There are 7 excellent brick self-catering units available, each private and with a distinctive personality and theme. They are particularly made for pet-free or pet-owning couples looking for a romantic and serene setting to reconnect, celebrate special occasions, or simply unwind on a holiday.<br><br>We are pet-friendly by arrangement as each unit is separately fenced with its own grassy garden with a garden gate leading to the generous park area where pets can socialize. &nbsp;We also have lovely safe off-leash walking trails on our property and beyond. &nbsp;Our units are very luxurious with everything you would need and very homely and charming. Regrettably no children or group bookings.  </p></div>\n<!-- /wp:uagb/advanced-heading --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"698ed364\",\"directionDesktop\":\"row\",\"alignItemsTablet\":\"flex-start\",\"justifyContentDesktop\":\"flex-start\",\"topMarginDesktop\":54,\"bottomMarginDesktop\":0,\"leftMarginDesktop\":0,\"rightMarginDesktop\":0,\"marginLink\":false,\"variationSelected\":true,\"rowGapMobile\":0,\"columnGapDesktop\":0} -->\n<div class=\"wp-block-uagb-container uagb-block-698ed364\"><!-- wp:uagb/container {\"block_id\":\"e67fae3c\",\"widthDesktop\":50,\"bottomPaddingDesktop\":20,\"rightPaddingDesktop\":32,\"bottomPaddingTablet\":35,\"rightPaddingTablet\":15,\"bottomPaddingMobile\":65,\"paddingLink\":false,\"topMarginDesktop\":0,\"bottomMarginDesktop\":0,\"leftMarginDesktop\":5,\"rightMarginDesktop\":5,\"topMarginMobile\":0,\"bottomMarginMobile\":0,\"leftMarginMobile\":0,\"rightMarginMobile\":0,\"marginLink\":false,\"variationSelected\":true,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-e67fae3c\"><!-- wp:uagb/info-box {\"classMigrate\":true,\"headingAlign\":\"left\",\"headingColor\":\"\",\"subHeadingColor\":\"\",\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"source_type\":\"image\",\"block_id\":\"921d3e3a\",\"ctaIcon\":\"\",\"ctaType\":\"text\",\"ctaText\":\"\\u003ca href=\\u0022/the-barn/\\u0022 data-type=\\u0022URL\\u0022 data-id=\\u0022/the-barn/\\u0022\\u003eREAD MORE\\u003c/a\\u003e\",\"ctaLink\":\"/the-barn/\",\"ctaLinkColor\":\"var(\\u002d\\u002dast-global-color-0)\",\"ctaDecoration\":\"underline\",\"ctaFontSize\":12,\"ctaFontWeight\":\"600\",\"ctaLetterSpacing\":2,\"ctaBorderColor\":\"\",\"ctaBorderStyle\":\"\",\"ctaBorderWidth\":\"\",\"ctaBorderRadius\":\"\",\"iconBottomMargin\":30,\"iconImage\":{\"uploading\":false,\"date\":1670936674000,\"filename\":\"blue-roan-guest-farm-10.jpg\",\"menuOrder\":0,\"uploadedTo\":761,\"type\":\"image\",\"subtype\":\"jpeg\",\"id\":863,\"title\":\"blue-roan-guest-farm (10)\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-10.jpg\",\"link\":\"https://blueroan.netgen.cloud/accommodation/blue-roan-guest-farm-10/\",\"alt\":\"\",\"author\":\"2\",\"description\":\"\",\"caption\":\"\",\"name\":\"blue-roan-guest-farm-10\",\"status\":\"inherit\",\"modified\":1670936674000,\"mime\":\"image/jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-includes/images/media/default.png\",\"dateFormatted\":\"December 13, 2022\",\"nonces\":{\"update\":\"1a7491aa65\",\"delete\":\"dc6afaa89c\",\"edit\":\"7635ee35fb\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=863\\u0026action=edit\",\"meta\":false,\"authorName\":\"Netgen Support\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/profile.php\",\"uploadedToTitle\":\"Accommodation\",\"uploadedToLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=761\\u0026action=edit\",\"filesizeInBytes\":149768,\"filesizeHumanReadable\":\"146 KB\",\"context\":\"\",\"height\":667,\"width\":1000,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-10-150x150.jpg\",\"orientation\":\"landscape\"},\"medium\":{\"height\":200,\"width\":300,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-10-300x200.jpg\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-10.jpg\",\"height\":667,\"width\":1000,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"imageSize\":\"full\",\"imageWidth\":100,\"imageWidthMobile\":100,\"imageWidthTablet\":100,\"paddingBtnTop\":10,\"paddingBtnBottom\":10,\"paddingBtnLeft\":14,\"paddingBtnRight\":14,\"imageWidthUnit\":\"%\",\"imageWidthUnitTablet\":\"%\",\"imageWidthUnitMobile\":\"%\",\"subHeadTopMargin\":0,\"subHeadRightMargin\":40,\"subHeadLeftMargin\":0,\"subHeadMarginTopTablet\":0,\"subHeadMarginRightTablet\":0,\"subHeadTabletSpace\":20,\"subHeadMarginLeftTablet\":0,\"imgTagHeight\":66,\"imgTagWidth\":1000,\"btnBorderTopWidth\":1,\"btnBorderLeftWidth\":1,\"btnBorderRightWidth\":1,\"btnBorderBottomWidth\":1,\"btnBorderTopLeftRadius\":0,\"btnBorderTopRightRadius\":0,\"btnBorderBottomLeftRadius\":0,\"btnBorderBottomRightRadius\":0,\"btnBorderStyle\":\"solid\",\"btnBorderColor\":\"#333\"} -->\n<div class=\"wp-block-uagb-info-box uagb-block-921d3e3a uagb-infobox__content-wrap  uagb-infobox-icon-above-title uagb-infobox-image-valign-top\"><div class=\"uagb-ifb-content\"><div class=\"uagb-ifb-image-content\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-10.jpg\" alt=\"\" width=\"100\" height=\"66\" loading=\"lazy\"/></div><div class=\"uagb-ifb-title-wrap\"><h3 class=\"uagb-ifb-title\">The Barn </h3></div><p class=\"uagb-ifb-desc\">Rustic beams and exposed wood are all hallmarks of our barn-style suite. This is an open-plan unit with lots of windows with a raised king bed on a platform that faces the TV and the mountains.</p><div class=\"uagb-ifb-button-wrapper wp-block-button\"><a href=\"/the-barn/\" target=\"_self\" class=\"uagb-infobox-cta-link\" rel=\"noopener noreferrer\" alt=\"\"><span class=\"uagb-inline-editing\">READ MORE</span></a></div></div></div>\n<!-- /wp:uagb/info-box --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"30717ceb\",\"widthDesktop\":50,\"bottomPaddingDesktop\":20,\"rightPaddingDesktop\":32,\"bottomPaddingTablet\":35,\"rightPaddingTablet\":15,\"bottomPaddingMobile\":65,\"paddingLink\":false,\"topMarginDesktop\":0,\"bottomMarginDesktop\":0,\"leftMarginDesktop\":5,\"rightMarginDesktop\":5,\"topMarginMobile\":0,\"bottomMarginMobile\":0,\"leftMarginMobile\":0,\"rightMarginMobile\":0,\"marginLink\":false,\"variationSelected\":true,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-30717ceb\"><!-- wp:uagb/info-box {\"classMigrate\":true,\"headingAlign\":\"left\",\"headingColor\":\"\",\"subHeadingColor\":\"\",\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"source_type\":\"image\",\"block_id\":\"c51fb190\",\"ctaIcon\":\"\",\"ctaType\":\"text\",\"ctaText\":\"READ MORE\",\"ctaLink\":\"/the-tuscan-suite/\",\"ctaLinkColor\":\"var(\\u002d\\u002dast-global-color-0)\",\"ctaDecoration\":\"underline\",\"ctaFontSize\":12,\"ctaFontWeight\":\"600\",\"ctaLetterSpacing\":2,\"ctaBorderColor\":\"\",\"ctaBorderStyle\":\"\",\"ctaBorderWidth\":\"\",\"ctaBorderRadius\":\"\",\"iconBottomMargin\":30,\"iconImage\":{\"uploading\":false,\"date\":1670936842000,\"filename\":\"tuscan-suite-raised-bed-and-settee.jpg\",\"menuOrder\":0,\"uploadedTo\":761,\"type\":\"image\",\"subtype\":\"jpeg\",\"id\":864,\"title\":\"tuscan-suite-raised-bed-and-settee\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/tuscan-suite-raised-bed-and-settee.jpg\",\"link\":\"https://blueroan.netgen.cloud/accommodation/tuscan-suite-raised-bed-and-settee/\",\"alt\":\"\",\"author\":\"2\",\"description\":\"\",\"caption\":\"\",\"name\":\"tuscan-suite-raised-bed-and-settee\",\"status\":\"inherit\",\"modified\":1670936842000,\"mime\":\"image/jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-includes/images/media/default.png\",\"dateFormatted\":\"December 13, 2022\",\"nonces\":{\"update\":\"0624a4a01a\",\"delete\":\"9e8f0f7a5a\",\"edit\":\"087f94f2e5\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=864\\u0026action=edit\",\"meta\":false,\"authorName\":\"Netgen Support\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/profile.php\",\"uploadedToTitle\":\"Accommodation\",\"uploadedToLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=761\\u0026action=edit\",\"filesizeInBytes\":41923,\"filesizeHumanReadable\":\"41 KB\",\"context\":\"\",\"height\":400,\"width\":600,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/tuscan-suite-raised-bed-and-settee-150x150.jpg\",\"orientation\":\"landscape\"},\"medium\":{\"height\":200,\"width\":300,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/tuscan-suite-raised-bed-and-settee-300x200.jpg\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/tuscan-suite-raised-bed-and-settee.jpg\",\"height\":400,\"width\":600,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"imageSize\":\"full\",\"imageWidth\":100,\"imageWidthMobile\":100,\"imageWidthTablet\":100,\"paddingBtnTop\":10,\"paddingBtnBottom\":10,\"paddingBtnLeft\":14,\"paddingBtnRight\":14,\"imageWidthUnit\":\"%\",\"imageWidthUnitTablet\":\"%\",\"imageWidthUnitMobile\":\"%\",\"subHeadTopMargin\":0,\"subHeadRightMargin\":40,\"subHeadLeftMargin\":0,\"subHeadMarginTopTablet\":0,\"subHeadMarginRightTablet\":0,\"subHeadTabletSpace\":20,\"subHeadMarginLeftTablet\":0,\"imgTagHeight\":66,\"imgTagWidth\":600,\"btnBorderTopWidth\":1,\"btnBorderLeftWidth\":1,\"btnBorderRightWidth\":1,\"btnBorderBottomWidth\":1,\"btnBorderTopLeftRadius\":0,\"btnBorderTopRightRadius\":0,\"btnBorderBottomLeftRadius\":0,\"btnBorderBottomRightRadius\":0,\"btnBorderStyle\":\"solid\",\"btnBorderColor\":\"#333\"} -->\n<div class=\"wp-block-uagb-info-box uagb-block-c51fb190 uagb-infobox__content-wrap  uagb-infobox-icon-above-title uagb-infobox-image-valign-top\"><div class=\"uagb-ifb-content\"><div class=\"uagb-ifb-image-content\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/tuscan-suite-raised-bed-and-settee.jpg\" alt=\"\" width=\"100\" height=\"66\" loading=\"lazy\"/></div><div class=\"uagb-ifb-title-wrap\"><h3 class=\"uagb-ifb-title\">The Tuscan Suite </h3></div><p class=\"uagb-ifb-desc\">Terra-cotta tiles, textured wall treatments, gorgeous, intricate murals,&nbsp;and simple, durable furniture with elegant iron accents are all characteristics of Tuscan interior design.</p><div class=\"uagb-ifb-button-wrapper wp-block-button\"><a href=\"/the-tuscan-suite/\" target=\"_self\" class=\"uagb-infobox-cta-link\" rel=\"noopener noreferrer\" alt=\"\"><span class=\"uagb-inline-editing\">READ MORE</span></a></div></div></div>\n<!-- /wp:uagb/info-box --></div>\n<!-- /wp:uagb/container --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"a00847a4\",\"directionDesktop\":\"row\",\"alignItemsTablet\":\"flex-start\",\"justifyContentDesktop\":\"flex-start\",\"topMarginDesktop\":54,\"bottomMarginDesktop\":0,\"leftMarginDesktop\":0,\"rightMarginDesktop\":0,\"topMarginMobile\":0,\"bottomMarginMobile\":0,\"leftMarginMobile\":0,\"rightMarginMobile\":0,\"marginLink\":false,\"variationSelected\":true,\"rowGapMobile\":0,\"columnGapDesktop\":0} -->\n<div class=\"wp-block-uagb-container uagb-block-a00847a4\"><!-- wp:uagb/container {\"block_id\":\"026c9588\",\"widthDesktop\":50,\"bottomPaddingDesktop\":20,\"rightPaddingDesktop\":32,\"bottomPaddingTablet\":35,\"leftPaddingTablet\":0,\"rightPaddingTablet\":15,\"bottomPaddingMobile\":65,\"paddingLink\":false,\"topMarginDesktop\":0,\"bottomMarginDesktop\":0,\"leftMarginDesktop\":5,\"rightMarginDesktop\":5,\"topMarginMobile\":0,\"bottomMarginMobile\":0,\"leftMarginMobile\":0,\"rightMarginMobile\":0,\"marginLink\":false,\"variationSelected\":true,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-026c9588\"><!-- wp:uagb/info-box {\"classMigrate\":true,\"headingAlign\":\"left\",\"headingColor\":\"\",\"subHeadingColor\":\"\",\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"source_type\":\"image\",\"block_id\":\"4f54d2d8\",\"ctaIcon\":\"\",\"ctaType\":\"text\",\"ctaText\":\"READ MORE\",\"ctaLinkColor\":\"var(\\u002d\\u002dast-global-color-0)\",\"ctaDecoration\":\"underline\",\"ctaFontSize\":12,\"ctaFontWeight\":\"600\",\"ctaLetterSpacing\":2,\"ctaBorderColor\":\"\",\"ctaBorderStyle\":\"\",\"ctaBorderWidth\":\"\",\"ctaBorderRadius\":\"\",\"iconBottomMargin\":30,\"iconImage\":{\"uploading\":false,\"date\":1670938945000,\"filename\":\"bluebush-king-bed-and-spa-bath.png\",\"menuOrder\":0,\"uploadedTo\":761,\"type\":\"image\",\"subtype\":\"png\",\"id\":881,\"title\":\"bluebush-king-bed-and-spa-bath\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/bluebush-king-bed-and-spa-bath.png\",\"link\":\"https://blueroan.netgen.cloud/accommodation/bluebush-king-bed-and-spa-bath/\",\"alt\":\"\",\"author\":\"2\",\"description\":\"\",\"caption\":\"\",\"name\":\"bluebush-king-bed-and-spa-bath\",\"status\":\"inherit\",\"modified\":1670938945000,\"mime\":\"image/png\",\"icon\":\"https://blueroan.netgen.cloud/wp-includes/images/media/default.png\",\"dateFormatted\":\"December 13, 2022\",\"nonces\":{\"update\":\"e1c334788a\",\"delete\":\"b219c40b29\",\"edit\":\"273b944edc\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=881\\u0026action=edit\",\"meta\":false,\"authorName\":\"Netgen Support\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/profile.php\",\"uploadedToTitle\":\"Accommodation\",\"uploadedToLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=761\\u0026action=edit\",\"filesizeInBytes\":1195033,\"filesizeHumanReadable\":\"1 MB\",\"context\":\"\",\"height\":667,\"width\":1000,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/bluebush-king-bed-and-spa-bath-150x150.png\",\"orientation\":\"landscape\"},\"medium\":{\"height\":200,\"width\":300,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/bluebush-king-bed-and-spa-bath-300x200.png\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/bluebush-king-bed-and-spa-bath.png\",\"height\":667,\"width\":1000,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"imageSize\":\"full\",\"imageWidth\":100,\"imageWidthMobile\":100,\"imageWidthTablet\":100,\"paddingBtnTop\":10,\"paddingBtnBottom\":10,\"paddingBtnLeft\":14,\"paddingBtnRight\":14,\"imageWidthUnit\":\"%\",\"imageWidthUnitTablet\":\"%\",\"imageWidthUnitMobile\":\"%\",\"subHeadTopMargin\":0,\"subHeadRightMargin\":40,\"subHeadLeftMargin\":0,\"subHeadMarginTopTablet\":0,\"subHeadMarginRightTablet\":0,\"subHeadTabletSpace\":20,\"subHeadMarginLeftTablet\":0,\"imgTagHeight\":66,\"imgTagWidth\":1000,\"btnBorderTopWidth\":1,\"btnBorderLeftWidth\":1,\"btnBorderRightWidth\":1,\"btnBorderBottomWidth\":1,\"btnBorderTopLeftRadius\":0,\"btnBorderTopRightRadius\":0,\"btnBorderBottomLeftRadius\":0,\"btnBorderBottomRightRadius\":0,\"btnBorderStyle\":\"solid\",\"btnBorderColor\":\"#333\"} -->\n<div class=\"wp-block-uagb-info-box uagb-block-4f54d2d8 uagb-infobox__content-wrap  uagb-infobox-icon-above-title uagb-infobox-image-valign-top\"><div class=\"uagb-ifb-content\"><div class=\"uagb-ifb-image-content\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/bluebush-king-bed-and-spa-bath.png\" alt=\"\" width=\"100\" height=\"66\" loading=\"lazy\"/></div><div class=\"uagb-ifb-title-wrap\"><h3 class=\"uagb-ifb-title\">The Bluebush </h3></div><p class=\"uagb-ifb-desc\">A warm and comforting suite with a very homely feeling. Settle in and relax like you would at home. Relax with a perfect corner-shaped spa bath and open-plan&nbsp;living area.</p><div class=\"uagb-ifb-button-wrapper wp-block-button\"><a href=\"\" target=\"_self\" class=\"uagb-infobox-cta-link uagb-disable-link\" rel=\"noopener noreferrer\" alt=\"\"><span class=\"uagb-inline-editing\">READ MORE</span></a></div></div></div>\n<!-- /wp:uagb/info-box --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"fe9c5e66\",\"widthDesktop\":50,\"bottomPaddingDesktop\":20,\"rightPaddingDesktop\":32,\"bottomPaddingTablet\":35,\"rightPaddingTablet\":15,\"bottomPaddingMobile\":65,\"paddingLink\":false,\"topMarginDesktop\":0,\"bottomMarginDesktop\":0,\"leftMarginDesktop\":5,\"rightMarginDesktop\":5,\"topMarginMobile\":0,\"bottomMarginMobile\":0,\"leftMarginMobile\":0,\"rightMarginMobile\":0,\"marginLink\":false,\"variationSelected\":true,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-fe9c5e66\"><!-- wp:uagb/info-box {\"classMigrate\":true,\"headingAlign\":\"left\",\"headingColor\":\"\",\"subHeadingColor\":\"\",\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"source_type\":\"image\",\"block_id\":\"9ab60404\",\"ctaIcon\":\"\",\"ctaType\":\"text\",\"ctaText\":\"READ MORE\",\"ctaLinkColor\":\"var(\\u002d\\u002dast-global-color-0)\",\"ctaDecoration\":\"underline\",\"ctaFontSize\":12,\"ctaFontWeight\":\"600\",\"ctaLetterSpacing\":2,\"ctaBorderColor\":\"\",\"ctaBorderStyle\":\"\",\"ctaBorderWidth\":\"\",\"ctaBorderRadius\":\"\",\"iconBottomMargin\":30,\"iconImage\":{\"uploading\":false,\"date\":1670938831000,\"filename\":\"blue-roan-guest-farm-11.jpg\",\"menuOrder\":0,\"uploadedTo\":761,\"type\":\"image\",\"subtype\":\"jpeg\",\"id\":879,\"title\":\"blue-roan-guest-farm (11)\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-11.jpg\",\"link\":\"https://blueroan.netgen.cloud/accommodation/blue-roan-guest-farm-11/\",\"alt\":\"\",\"author\":\"2\",\"description\":\"\",\"caption\":\"\",\"name\":\"blue-roan-guest-farm-11\",\"status\":\"inherit\",\"modified\":1670938831000,\"mime\":\"image/jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-includes/images/media/default.png\",\"dateFormatted\":\"December 13, 2022\",\"nonces\":{\"update\":\"294125e9db\",\"delete\":\"1a7a578cdb\",\"edit\":\"79b313e573\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=879\\u0026action=edit\",\"meta\":false,\"authorName\":\"Netgen Support\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/profile.php\",\"uploadedToTitle\":\"Accommodation\",\"uploadedToLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=761\\u0026action=edit\",\"filesizeInBytes\":175055,\"filesizeHumanReadable\":\"171 KB\",\"context\":\"\",\"height\":667,\"width\":1000,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-11-150x150.jpg\",\"orientation\":\"landscape\"},\"medium\":{\"height\":200,\"width\":300,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-11-300x200.jpg\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-11.jpg\",\"height\":667,\"width\":1000,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"imageSize\":\"full\",\"imageWidth\":100,\"imageWidthMobile\":100,\"imageWidthTablet\":100,\"paddingBtnTop\":10,\"paddingBtnBottom\":10,\"paddingBtnLeft\":14,\"paddingBtnRight\":14,\"imageWidthUnit\":\"%\",\"imageWidthUnitTablet\":\"%\",\"imageWidthUnitMobile\":\"%\",\"subHeadTopMargin\":0,\"subHeadRightMargin\":40,\"subHeadLeftMargin\":0,\"subHeadMarginTopTablet\":0,\"subHeadMarginRightTablet\":0,\"subHeadTabletSpace\":20,\"subHeadMarginLeftTablet\":0,\"imgTagHeight\":66,\"imgTagWidth\":1000,\"btnBorderTopWidth\":1,\"btnBorderLeftWidth\":1,\"btnBorderRightWidth\":1,\"btnBorderBottomWidth\":1,\"btnBorderTopLeftRadius\":0,\"btnBorderTopRightRadius\":0,\"btnBorderBottomLeftRadius\":0,\"btnBorderBottomRightRadius\":0,\"btnBorderStyle\":\"solid\",\"btnBorderColor\":\"#333\"} -->\n<div class=\"wp-block-uagb-info-box uagb-block-9ab60404 uagb-infobox__content-wrap  uagb-infobox-icon-above-title uagb-infobox-image-valign-top\"><div class=\"uagb-ifb-content\"><div class=\"uagb-ifb-image-content\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-11.jpg\" alt=\"\" width=\"100\" height=\"66\" loading=\"lazy\"/></div><div class=\"uagb-ifb-title-wrap\"><h3 class=\"uagb-ifb-title\">The Mexican Loft </h3></div><p class=\"uagb-ifb-desc\">This Mexican-inspired unit is full of bold colors and rustic furnishings. This design style has a multifarious feel, mixing rustic wood, authentic art, textiles, and a vivid palette of color</p><div class=\"uagb-ifb-button-wrapper wp-block-button\"><a href=\"\" target=\"_self\" class=\"uagb-infobox-cta-link uagb-disable-link\" rel=\"noopener noreferrer\" alt=\"\"><span class=\"uagb-inline-editing\">READ MORE</span></a></div></div></div>\n<!-- /wp:uagb/info-box --></div>\n<!-- /wp:uagb/container --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"3ddf78cc\",\"directionDesktop\":\"row\",\"justifyContentDesktop\":\"flex-start\",\"topMarginDesktop\":54,\"bottomMarginDesktop\":0,\"leftMarginDesktop\":0,\"rightMarginDesktop\":0,\"topMarginMobile\":0,\"bottomMarginMobile\":0,\"leftMarginMobile\":0,\"rightMarginMobile\":0,\"marginLink\":false,\"variationSelected\":true,\"rowGapMobile\":0,\"columnGapDesktop\":0} -->\n<div class=\"wp-block-uagb-container uagb-block-3ddf78cc\"><!-- wp:uagb/container {\"block_id\":\"05c78612\",\"widthDesktop\":50,\"bottomPaddingDesktop\":20,\"rightPaddingDesktop\":32,\"bottomPaddingTablet\":35,\"rightPaddingTablet\":15,\"bottomPaddingMobile\":65,\"paddingLink\":false,\"topMarginDesktop\":0,\"bottomMarginDesktop\":0,\"leftMarginDesktop\":5,\"rightMarginDesktop\":5,\"topMarginMobile\":0,\"bottomMarginMobile\":0,\"leftMarginMobile\":0,\"rightMarginMobile\":0,\"marginLink\":false,\"variationSelected\":true,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-05c78612\"><!-- wp:uagb/info-box {\"classMigrate\":true,\"headingAlign\":\"left\",\"headingColor\":\"\",\"subHeadingColor\":\"\",\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"source_type\":\"image\",\"block_id\":\"74344e41\",\"ctaIcon\":\"\",\"ctaType\":\"text\",\"ctaText\":\"READ MORE\",\"ctaLinkColor\":\"var(\\u002d\\u002dast-global-color-0)\",\"ctaDecoration\":\"underline\",\"ctaFontSize\":12,\"ctaFontWeight\":\"600\",\"ctaLetterSpacing\":2,\"ctaBorderColor\":\"\",\"ctaBorderStyle\":\"\",\"ctaBorderWidth\":\"\",\"ctaBorderRadius\":\"\",\"iconBottomMargin\":30,\"iconImage\":{\"uploading\":false,\"date\":1670939381000,\"filename\":\"acacia-lounge.jpg\",\"menuOrder\":0,\"uploadedTo\":761,\"type\":\"image\",\"subtype\":\"jpeg\",\"id\":885,\"title\":\"acacia-lounge\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/acacia-lounge.jpg\",\"link\":\"https://blueroan.netgen.cloud/accommodation/acacia-lounge/\",\"alt\":\"\",\"author\":\"2\",\"description\":\"\",\"caption\":\"\",\"name\":\"acacia-lounge\",\"status\":\"inherit\",\"modified\":1670939381000,\"mime\":\"image/jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-includes/images/media/default.png\",\"dateFormatted\":\"December 13, 2022\",\"nonces\":{\"update\":\"17e284dc72\",\"delete\":\"0967fb8415\",\"edit\":\"99ac1eb1a8\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=885\\u0026action=edit\",\"meta\":false,\"authorName\":\"Netgen Support\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/profile.php\",\"uploadedToTitle\":\"Accommodation\",\"uploadedToLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=761\\u0026action=edit\",\"filesizeInBytes\":37270,\"filesizeHumanReadable\":\"36 KB\",\"context\":\"\",\"height\":400,\"width\":600,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/acacia-lounge-150x150.jpg\",\"orientation\":\"landscape\"},\"medium\":{\"height\":200,\"width\":300,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/acacia-lounge-300x200.jpg\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/acacia-lounge.jpg\",\"height\":400,\"width\":600,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"imageSize\":\"full\",\"imageWidth\":100,\"imageWidthMobile\":100,\"imageWidthTablet\":100,\"paddingBtnTop\":10,\"paddingBtnBottom\":10,\"paddingBtnLeft\":14,\"paddingBtnRight\":14,\"imageWidthUnit\":\"%\",\"imageWidthUnitTablet\":\"%\",\"imageWidthUnitMobile\":\"%\",\"subHeadTopMargin\":0,\"subHeadRightMargin\":40,\"subHeadLeftMargin\":0,\"subHeadMarginTopTablet\":0,\"subHeadMarginRightTablet\":0,\"subHeadTabletSpace\":20,\"subHeadMarginLeftTablet\":0,\"imgTagHeight\":66,\"imgTagWidth\":600,\"btnBorderTopWidth\":1,\"btnBorderLeftWidth\":1,\"btnBorderRightWidth\":1,\"btnBorderBottomWidth\":1,\"btnBorderTopLeftRadius\":0,\"btnBorderTopRightRadius\":0,\"btnBorderBottomLeftRadius\":0,\"btnBorderBottomRightRadius\":0,\"btnBorderStyle\":\"solid\",\"btnBorderColor\":\"#333\"} -->\n<div class=\"wp-block-uagb-info-box uagb-block-74344e41 uagb-infobox__content-wrap  uagb-infobox-icon-above-title uagb-infobox-image-valign-top\"><div class=\"uagb-ifb-content\"><div class=\"uagb-ifb-image-content\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/acacia-lounge.jpg\" alt=\"\" width=\"100\" height=\"66\" loading=\"lazy\"/></div><div class=\"uagb-ifb-title-wrap\"><h3 class=\"uagb-ifb-title\">The Acacia </h3></div><p class=\"uagb-ifb-desc\">The largest unit we have named after the Acacia tree. This suite is rugged and rustic and has a spacious open plan living area opening onto a covered patio with a brick braai area. </p><div class=\"uagb-ifb-button-wrapper wp-block-button\"><a href=\"\" target=\"_self\" class=\"uagb-infobox-cta-link uagb-disable-link\" rel=\"noopener noreferrer\" alt=\"\"><span class=\"uagb-inline-editing\">READ MORE</span></a></div></div></div>\n<!-- /wp:uagb/info-box --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"c5607778\",\"widthDesktop\":50,\"bottomPaddingDesktop\":20,\"rightPaddingDesktop\":32,\"bottomPaddingTablet\":35,\"rightPaddingTablet\":15,\"paddingLink\":false,\"topMarginDesktop\":0,\"bottomMarginDesktop\":0,\"leftMarginDesktop\":5,\"rightMarginDesktop\":5,\"topMarginMobile\":0,\"bottomMarginMobile\":0,\"leftMarginMobile\":0,\"rightMarginMobile\":0,\"marginLink\":false,\"variationSelected\":true,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-c5607778\"><!-- wp:uagb/info-box {\"classMigrate\":true,\"headingAlign\":\"left\",\"headingColor\":\"\",\"subHeadingColor\":\"\",\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"source_type\":\"image\",\"block_id\":\"1ca97edf\",\"ctaIcon\":\"\",\"ctaType\":\"text\",\"ctaText\":\"READ MORE\",\"ctaLinkColor\":\"var(\\u002d\\u002dast-global-color-0)\",\"ctaDecoration\":\"underline\",\"ctaFontSize\":12,\"ctaFontWeight\":\"600\",\"ctaLetterSpacing\":2,\"ctaBorderColor\":\"\",\"ctaBorderStyle\":\"\",\"ctaBorderWidth\":\"\",\"ctaBorderRadius\":\"\",\"iconBottomMargin\":30,\"iconImage\":{\"id\":290,\"title\":\"room-6\",\"filename\":\"room-6.jpg\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/room-6.jpg\",\"link\":\"https://blueroan.netgen.cloud/room-6/\",\"alt\":\"\",\"author\":\"34\",\"description\":\"\",\"caption\":\"\",\"name\":\"room-6\",\"status\":\"inherit\",\"uploadedTo\":0,\"date\":\"2021-05-11T12:42:24.000Z\",\"modified\":\"2021-05-11T12:42:24.000Z\",\"menuOrder\":0,\"mime\":\"image/jpeg\",\"type\":\"image\",\"subtype\":\"jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/default.png\",\"dateFormatted\":\"May 11, 2021\",\"nonces\":{\"update\":\"ca0f21bc6b\",\"delete\":\"aeb89ca3d4\",\"edit\":\"4be159def3\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=290\\u0026action=edit\",\"meta\":false,\"authorName\":\"Rishabh\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/user-edit.php?user_id=34\",\"filesizeInBytes\":50081,\"filesizeHumanReadable\":\"49 KB\",\"context\":\"\",\"height\":400,\"width\":600,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/room-6-150x150.jpg\",\"orientation\":\"landscape\"},\"medium\":{\"height\":200,\"width\":300,\"url\":\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/room-6-300x200.jpg\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/room-6.jpg\",\"height\":400,\"width\":600,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"imageSize\":\"full\",\"imageWidth\":100,\"imageWidthMobile\":100,\"imageWidthTablet\":100,\"paddingBtnTop\":10,\"paddingBtnBottom\":10,\"paddingBtnLeft\":14,\"paddingBtnRight\":14,\"imageWidthUnit\":\"%\",\"imageWidthUnitTablet\":\"%\",\"imageWidthUnitMobile\":\"%\",\"subHeadTopMargin\":0,\"subHeadRightMargin\":40,\"subHeadLeftMargin\":0,\"subHeadMarginTopTablet\":0,\"subHeadMarginRightTablet\":0,\"subHeadTabletSpace\":20,\"subHeadMarginLeftTablet\":0,\"imgTagHeight\":66,\"imgTagWidth\":600,\"btnBorderTopWidth\":1,\"btnBorderLeftWidth\":1,\"btnBorderRightWidth\":1,\"btnBorderBottomWidth\":1,\"btnBorderTopLeftRadius\":0,\"btnBorderTopRightRadius\":0,\"btnBorderBottomLeftRadius\":0,\"btnBorderBottomRightRadius\":0,\"btnBorderStyle\":\"solid\",\"btnBorderColor\":\"#333\"} -->\n<div class=\"wp-block-uagb-info-box uagb-block-1ca97edf uagb-infobox__content-wrap  uagb-infobox-icon-above-title uagb-infobox-image-valign-top\"><div class=\"uagb-ifb-content\"><div class=\"uagb-ifb-image-content\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/room-6.jpg\" alt=\"\" width=\"100\" height=\"66\" loading=\"lazy\"/></div><div class=\"uagb-ifb-title-wrap\"><h3 class=\"uagb-ifb-title\">The Greek Villa </h3></div><p class=\"uagb-ifb-desc\">Designed like a Greek villa this Mediterranean style reflects a relaxed atmosphere with its dominant white walls and blue ceilings with lovely rustic furnishings</p><div class=\"uagb-ifb-button-wrapper wp-block-button\"><a href=\"\" target=\"_self\" class=\"uagb-infobox-cta-link uagb-disable-link\" rel=\"noopener noreferrer\" alt=\"\"><span class=\"uagb-inline-editing\">READ MORE</span></a></div></div></div>\n<!-- /wp:uagb/info-box --></div>\n<!-- /wp:uagb/container --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"bf8ea409\",\"directionDesktop\":\"row\",\"justifyContentDesktop\":\"flex-start\",\"topMarginDesktop\":54,\"bottomMarginDesktop\":0,\"leftMarginDesktop\":0,\"rightMarginDesktop\":0,\"topMarginMobile\":0,\"bottomMarginMobile\":0,\"leftMarginMobile\":0,\"rightMarginMobile\":0,\"marginLink\":false,\"variationSelected\":true,\"rowGapMobile\":0,\"columnGapDesktop\":0} -->\n<div class=\"wp-block-uagb-container uagb-block-bf8ea409\"><!-- wp:uagb/container {\"block_id\":\"f129f7fd\",\"widthDesktop\":50,\"bottomPaddingDesktop\":20,\"rightPaddingDesktop\":32,\"bottomPaddingTablet\":35,\"rightPaddingTablet\":15,\"bottomPaddingMobile\":65,\"paddingLink\":false,\"topMarginDesktop\":0,\"bottomMarginDesktop\":0,\"leftMarginDesktop\":5,\"rightMarginDesktop\":5,\"topMarginMobile\":0,\"bottomMarginMobile\":0,\"leftMarginMobile\":0,\"rightMarginMobile\":0,\"marginLink\":false,\"variationSelected\":true,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-f129f7fd\"><!-- wp:uagb/info-box {\"classMigrate\":true,\"headingAlign\":\"left\",\"headingColor\":\"\",\"subHeadingColor\":\"\",\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"source_type\":\"image\",\"block_id\":\"a1f7ac91\",\"ctaIcon\":\"\",\"ctaType\":\"text\",\"ctaText\":\"READ MORE\",\"ctaLinkColor\":\"var(\\u002d\\u002dast-global-color-0)\",\"ctaDecoration\":\"underline\",\"ctaFontSize\":12,\"ctaFontWeight\":\"600\",\"ctaLetterSpacing\":2,\"ctaBorderColor\":\"\",\"ctaBorderStyle\":\"\",\"ctaBorderWidth\":\"\",\"ctaBorderRadius\":\"\",\"iconBottomMargin\":30,\"iconImage\":{\"uploading\":false,\"date\":1670943128000,\"filename\":\"AAEAAQAAAAAAAAAAAAAAJDkwZDA0NDg0LWIwNTctNGVlNy05Y2NjLWNjNDllODBmZTI3OA.png\",\"menuOrder\":0,\"uploadedTo\":761,\"type\":\"image\",\"subtype\":\"png\",\"id\":896,\"title\":\"AAEAAQAAAAAAAAAAAAAAJDkwZDA0NDg0LWIwNTctNGVlNy05Y2NjLWNjNDllODBmZTI3OA\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAAJDkwZDA0NDg0LWIwNTctNGVlNy05Y2NjLWNjNDllODBmZTI3OA.png\",\"link\":\"https://blueroan.netgen.cloud/accommodation/aaeaaqaaaaaaaaaaaaaajdkwzda0ndg0lwiwntctngvlny05y2njlwnjndllodbmzti3oa/\",\"alt\":\"Honeymoon suite bedroom \",\"author\":\"2\",\"description\":\"\",\"caption\":\"\",\"name\":\"aaeaaqaaaaaaaaaaaaaajdkwzda0ndg0lwiwntctngvlny05y2njlwnjndllodbmzti3oa\",\"status\":\"inherit\",\"modified\":1670943128000,\"mime\":\"image/png\",\"icon\":\"https://blueroan.netgen.cloud/wp-includes/images/media/default.png\",\"dateFormatted\":\"December 13, 2022\",\"nonces\":{\"update\":\"ef5e68588c\",\"delete\":\"c4dba1213a\",\"edit\":\"aea99f65e2\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=896\\u0026action=edit\",\"meta\":false,\"authorName\":\"Netgen Support\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/profile.php\",\"uploadedToTitle\":\"Accommodation\",\"uploadedToLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=761\\u0026action=edit\",\"filesizeInBytes\":1088370,\"filesizeHumanReadable\":\"1 MB\",\"context\":\"\",\"height\":861,\"width\":1300,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAAJDkwZDA0NDg0LWIwNTctNGVlNy05Y2NjLWNjNDllODBmZTI3OA-150x150.png\",\"orientation\":\"landscape\"},\"medium\":{\"height\":199,\"width\":300,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAAJDkwZDA0NDg0LWIwNTctNGVlNy05Y2NjLWNjNDllODBmZTI3OA-300x199.png\",\"orientation\":\"landscape\"},\"large\":{\"height\":678,\"width\":1024,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAAJDkwZDA0NDg0LWIwNTctNGVlNy05Y2NjLWNjNDllODBmZTI3OA-1024x678.png\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAAJDkwZDA0NDg0LWIwNTctNGVlNy05Y2NjLWNjNDllODBmZTI3OA.png\",\"height\":861,\"width\":1300,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"imageSize\":\"full\",\"imageWidth\":100,\"imageWidthMobile\":100,\"imageWidthTablet\":100,\"paddingBtnTop\":10,\"paddingBtnBottom\":10,\"paddingBtnLeft\":14,\"paddingBtnRight\":14,\"imageWidthUnit\":\"%\",\"imageWidthUnitTablet\":\"%\",\"imageWidthUnitMobile\":\"%\",\"subHeadTopMargin\":0,\"subHeadRightMargin\":40,\"subHeadLeftMargin\":0,\"subHeadMarginTopTablet\":0,\"subHeadMarginRightTablet\":0,\"subHeadTabletSpace\":20,\"subHeadMarginLeftTablet\":0,\"imgTagHeight\":66,\"imgTagWidth\":1300,\"btnBorderTopWidth\":1,\"btnBorderLeftWidth\":1,\"btnBorderRightWidth\":1,\"btnBorderBottomWidth\":1,\"btnBorderTopLeftRadius\":0,\"btnBorderTopRightRadius\":0,\"btnBorderBottomLeftRadius\":0,\"btnBorderBottomRightRadius\":0,\"btnBorderStyle\":\"solid\",\"btnBorderColor\":\"#333\"} -->\n<div class=\"wp-block-uagb-info-box uagb-block-a1f7ac91 uagb-infobox__content-wrap  uagb-infobox-icon-above-title uagb-infobox-image-valign-top\"><div class=\"uagb-ifb-content\"><div class=\"uagb-ifb-image-content\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAAJDkwZDA0NDg0LWIwNTctNGVlNy05Y2NjLWNjNDllODBmZTI3OA.png\" alt=\"Honeymoon suite bedroom \" width=\"100\" height=\"66\" loading=\"lazy\"/></div><div class=\"uagb-ifb-title-wrap\"><h3 class=\"uagb-ifb-title\">The Honeymoon suite</h3></div><p class=\"uagb-ifb-desc\">This&nbsp;<a href=\"https://www.collinsdictionary.com/dictionary/english/suite\">suite</a>&nbsp;is perfect for couples - This is an open-plan unit attached to the side of the main house, completely private with its own entrance, own garden, and carport.&nbsp;</p><div class=\"uagb-ifb-button-wrapper wp-block-button\"><a href=\"\" target=\"_self\" class=\"uagb-infobox-cta-link uagb-disable-link\" rel=\"noopener noreferrer\" alt=\"\"><span class=\"uagb-inline-editing\">READ MORE</span></a></div></div></div>\n<!-- /wp:uagb/info-box --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"ed827bd4\",\"widthDesktop\":50,\"bottomPaddingDesktop\":20,\"rightPaddingDesktop\":32,\"bottomPaddingTablet\":35,\"rightPaddingTablet\":15,\"paddingLink\":false,\"topMarginDesktop\":0,\"bottomMarginDesktop\":0,\"leftMarginDesktop\":5,\"rightMarginDesktop\":5,\"topMarginMobile\":0,\"bottomMarginMobile\":0,\"leftMarginMobile\":0,\"rightMarginMobile\":0,\"marginLink\":false,\"variationSelected\":true,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-ed827bd4\"></div>\n<!-- /wp:uagb/container --></div>\n<!-- /wp:uagb/container --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"8f9cfd1a\",\"innerContentCustomWidthDesktop\":781,\"innerContentCustomWidthTablet\":781,\"backgroundType\":\"image\",\"backgroundImageDesktop\":{\"uploading\":false,\"date\":1670943271000,\"filename\":\"AAEAAQAAAAAAAAAAAAAA39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba.png\",\"menuOrder\":0,\"uploadedTo\":761,\"type\":\"image\",\"subtype\":\"png\",\"id\":899,\"title\":\"AAEAAQAAAAAAAAAAAAAA39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAA39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba.png\",\"link\":\"https://blueroan.netgen.cloud/accommodation/aaeaaqaaaaaaaaaaaaaa39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba/\",\"alt\":\"\",\"author\":\"2\",\"description\":\"\",\"caption\":\"\",\"name\":\"aaeaaqaaaaaaaaaaaaaa39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba\",\"status\":\"inherit\",\"modified\":1670943271000,\"mime\":\"image/png\",\"icon\":\"https://blueroan.netgen.cloud/wp-includes/images/media/default.png\",\"dateFormatted\":\"December 13, 2022\",\"nonces\":{\"update\":\"45b2b6c69b\",\"delete\":\"75d81c42ab\",\"edit\":\"88fae030a9\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=899\\u0026action=edit\",\"meta\":false,\"authorName\":\"Netgen Support\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/profile.php\",\"uploadedToTitle\":\"Accommodation\",\"uploadedToLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=761\\u0026action=edit\",\"filesizeInBytes\":2338048,\"filesizeHumanReadable\":\"2 MB\",\"context\":\"\",\"height\":900,\"width\":1200,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAA39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba-150x150.png\",\"orientation\":\"landscape\"},\"medium\":{\"height\":225,\"width\":300,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAA39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba-300x225.png\",\"orientation\":\"landscape\"},\"large\":{\"height\":768,\"width\":1024,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAA39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba-1024x768.png\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAA39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba.png\",\"height\":900,\"width\":1200,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"backgroundImageColor\":\"rgba(42,42,42,0.65)\",\"topPaddingDesktop\":144,\"bottomPaddingDesktop\":144,\"leftPaddingDesktop\":40,\"rightPaddingDesktop\":40,\"topPaddingTablet\":80,\"bottomPaddingTablet\":80,\"leftPaddingTablet\":40,\"rightPaddingTablet\":40,\"topPaddingMobile\":64,\"bottomPaddingMobile\":64,\"leftPaddingMobile\":24,\"rightPaddingMobile\":24,\"paddingLink\":false,\"variationSelected\":true,\"isBlockRootParent\":true,\"overlayType\":\"color\"} -->\n<div class=\"wp-block-uagb-container uagb-block-8f9cfd1a alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/advanced-heading {\"block_id\":\"0b906583\",\"classMigrate\":true,\"headingDescToggle\":true,\"headingAlign\":\"center\",\"headingColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"subHeadingColor\":\"var(\\u002d\\u002dast-global-color-4)\",\"headSpace\":20} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-0b906583\"><h2 class=\"uagb-heading-text\">Plan an Unforgettable Experience at<br>Blue Roan!</h2><p class=\"uagb-desc-text\">We can help you fit your stay and experience within your allotted budget.</p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/advanced-heading {\"block_id\":\"f470b8f0\",\"classMigrate\":true,\"headingTitleToggle\":false,\"headingDescToggle\":true,\"headingAlign\":\"center\",\"subHeadingColor\":\"var(\\u002d\\u002dast-global-color-4)\",\"subHeadTransform\":\"uppercase\",\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"subHeadLetterSpacing\":2,\"blockTopPadding\":60,\"blockRightPadding\":0,\"blockLeftPadding\":0,\"blockBottomPadding\":0,\"blockTopPaddingMobile\":30,\"blockRightPaddingMobile\":0,\"blockLeftPaddingMobile\":0,\"blockBottomPaddingMobile\":0} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-f470b8f0\"><p class=\"uagb-desc-text\">BOOK YOUR STAY NOW​</p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/icon-list {\"block_id\":\"f86a244f\",\"classMigrate\":true,\"childMigrate\":true,\"align\":\"center\",\"parentIcon\":\"phone\",\"size\":40,\"sizeMobile\":24,\"sizeTablet\":32,\"fontSize\":48,\"fontSizeMobile\":28,\"fontSizeTablet\":40,\"fontWeight\":\"600\",\"iconColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"labelColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"blockTopPadding\":0,\"blockRightPadding\":0,\"blockLeftPadding\":0,\"blockBottomPadding\":24,\"blockPaddingLink\":false} -->\n<div class=\"wp-block-uagb-icon-list uagb-block-f86a244f\"><div class=\"uagb-icon-list__wrap\"><!-- wp:uagb/icon-list-child {\"block_id\":\"7c1ed099\",\"label\":\" + 27 (0) 82 575 5409\",\"label_color\":\"\",\"link\":\"tel:+27825755409\",\"disableLink\":true,\"fromParentIcon\":\"phone\",\"imageSizeChild\":40} -->\n<div class=\"wp-block-uagb-icon-list-child uagb-block-7c1ed099\"><a target=\"_self\" aria-label=\" + 27 (0) 82 575 5409\" rel=\"noopener noreferrer\" href=\"tel:+27825755409\"> </a><span class=\"uagb-icon-list__source-wrap\"><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M511.2 387l-23.25 100.8c-3.266 14.25-15.79 24.22-30.46 24.22C205.2 512 0 306.8 0 54.5c0-14.66 9.969-27.2 24.22-30.45l100.8-23.25C139.7-2.602 154.7 5.018 160.8 18.92l46.52 108.5c5.438 12.78 1.77 27.67-8.98 36.45L144.5 207.1c33.98 69.22 90.26 125.5 159.5 159.5l44.08-53.8c8.688-10.78 23.69-14.51 36.47-8.975l108.5 46.51C506.1 357.2 514.6 372.4 511.2 387z\"></path></svg></span><span class=\"uagb-icon-list__label\"> + 27 (0) 82 575 5409</span></div>\n<!-- /wp:uagb/icon-list-child -->\n\n<!-- wp:uagb/icon-list-child {\"block_id\":\"ebf18934\",\"label\":\"blueroan@ugo.co.za\",\"icon\":\"envelope\",\"label_color\":\"\",\"link\":\"mailto:blueroan@ugo.co.za\",\"disableLink\":true,\"fromParentIcon\":\"phone\",\"imageSizeChild\":40} -->\n<div class=\"wp-block-uagb-icon-list-child uagb-block-ebf18934\"><a target=\"_self\" aria-label=\"blueroan@ugo.co.za\" rel=\"noopener noreferrer\" href=\"mailto:blueroan@ugo.co.za\"> </a><span class=\"uagb-icon-list__source-wrap\"><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M464 64C490.5 64 512 85.49 512 112C512 127.1 504.9 141.3 492.8 150.4L275.2 313.6C263.8 322.1 248.2 322.1 236.8 313.6L19.2 150.4C7.113 141.3 0 127.1 0 112C0 85.49 21.49 64 48 64H464zM217.6 339.2C240.4 356.3 271.6 356.3 294.4 339.2L512 176V384C512 419.3 483.3 448 448 448H64C28.65 448 0 419.3 0 384V176L217.6 339.2z\"></path></svg></span><span class=\"uagb-icon-list__label\">blueroan@ugo.co.za</span></div>\n<!-- /wp:uagb/icon-list-child --></div></div>\n<!-- /wp:uagb/icon-list --></div></div>\n<!-- /wp:uagb/container -->',	'Accommodation',	'',	'inherit',	'closed',	'closed',	'',	'761-revision-v1',	'',	'',	'2022-12-14 10:49:55',	'2022-12-14 10:49:55',	'',	761,	'https://blueroan.netgen.cloud/?p=1006',	0,	'revision',	'',	0),
(1007,	2,	'2022-12-14 10:50:25',	'2022-12-14 10:50:25',	'',	'AAEAAQAAAAAAAAAAAAAAJDg5NmY0ZGUxLWE4MTgtNDY5NC1iODFhLTBmN2Q0ZDc5ZWFiNw-1',	'',	'inherit',	'open',	'closed',	'',	'aaeaaqaaaaaaaaaaaaaajdg5nmy0zguxlwe4mtgtndy5nc1iodfhltbmn2q0zdc5zwfinw-1',	'',	'',	'2022-12-14 10:50:25',	'2022-12-14 10:50:25',	'',	948,	'https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAAJDg5NmY0ZGUxLWE4MTgtNDY5NC1iODFhLTBmN2Q0ZDc5ZWFiNw-1.png',	0,	'attachment',	'image/png',	0),
(1008,	2,	'2022-12-14 10:50:30',	'2022-12-14 10:50:30',	'<!-- wp:uagb/container {\"block_id\":\"65f741e9\",\"backgroundType\":\"image\",\"backgroundImageDesktop\":{\"id\":863,\"title\":\"blue-roan-guest-farm (10)\",\"filename\":\"blue-roan-guest-farm-10.jpg\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-10.jpg\",\"link\":\"https://blueroan.netgen.cloud/accommodation/blue-roan-guest-farm-10/\",\"alt\":\"\",\"author\":\"2\",\"description\":\"\",\"caption\":\"\",\"name\":\"blue-roan-guest-farm-10\",\"status\":\"inherit\",\"uploadedTo\":761,\"date\":\"2022-12-13T13:04:34.000Z\",\"modified\":\"2022-12-13T13:04:34.000Z\",\"menuOrder\":0,\"mime\":\"image/jpeg\",\"type\":\"image\",\"subtype\":\"jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-includes/images/media/default.png\",\"dateFormatted\":\"December 13, 2022\",\"nonces\":{\"update\":\"d5ed6f1c8f\",\"delete\":\"06e9e4c7ca\",\"edit\":\"1bf84c7813\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=863\\u0026action=edit\",\"meta\":false,\"authorName\":\"Netgen Support\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/profile.php\",\"uploadedToTitle\":\"Accommodation\",\"uploadedToLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=761\\u0026action=edit\",\"filesizeInBytes\":149768,\"filesizeHumanReadable\":\"146 KB\",\"context\":\"\",\"height\":667,\"width\":1000,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-10-150x150.jpg\",\"orientation\":\"landscape\"},\"medium\":{\"height\":200,\"width\":300,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-10-300x200.jpg\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-10.jpg\",\"height\":667,\"width\":1000,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"backgroundPositionDesktop\":{\"x\":0.47,\"y\":0.54},\"backgroundSizeTablet\":\"cover\",\"backgroundSizeMobile\":\"cover\",\"backgroundColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"backgroundImageColor\":\"rgba(42,42,42,0.5)\",\"topPaddingDesktop\":220,\"bottomPaddingDesktop\":150,\"topPaddingTablet\":170,\"bottomPaddingTablet\":160,\"leftPaddingTablet\":30,\"rightPaddingTablet\":30,\"topPaddingMobile\":180,\"bottomPaddingMobile\":80,\"leftPaddingMobile\":20,\"rightPaddingMobile\":20,\"paddingLink\":false,\"variationSelected\":true,\"isBlockRootParent\":true,\"overlayType\":\"color\"} -->\n<div class=\"wp-block-uagb-container uagb-block-65f741e9 alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/advanced-heading {\"block_id\":\"63da7157\",\"classMigrate\":true,\"headingDescToggle\":true,\"headingColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"subHeadingColor\":\"var(\\u002d\\u002dast-global-color-4)\",\"headingTag\":\"h1\",\"headSpace\":20,\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"blockTopPadding\":0,\"blockRightPadding\":50,\"blockLeftPadding\":0,\"blockBottomPadding\":0,\"blockTopPaddingTablet\":0,\"blockRightPaddingTablet\":20,\"blockLeftPaddingTablet\":0,\"blockBottomPaddingTablet\":0,\"blockTopPaddingMobile\":0,\"blockRightPaddingMobile\":0,\"blockLeftPaddingMobile\":0,\"blockBottomPaddingMobile\":0,\"blockPaddingUnit\":\"%\",\"blockPaddingUnitTablet\":\"%\"} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-63da7157\"><h1 class=\"uagb-heading-text\">The Barn</h1><p class=\"uagb-desc-text\">Our barn-style suite is characterized by exposed wood and rustic beams. A raised king bed on a platform faces the TV and the mountains in this open-concept suite with lots of windows for light.</p></div>\n<!-- /wp:uagb/advanced-heading --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"2237bd62\",\"backgroundType\":\"color\",\"backgroundSizeTablet\":\"cover\",\"backgroundSizeMobile\":\"cover\",\"backgroundColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"topPaddingDesktop\":120,\"bottomPaddingDesktop\":60,\"rightPaddingDesktop\":0,\"topPaddingTablet\":80,\"bottomPaddingTablet\":80,\"leftPaddingTablet\":30,\"rightPaddingTablet\":30,\"topPaddingMobile\":80,\"bottomPaddingMobile\":80,\"leftPaddingMobile\":20,\"rightPaddingMobile\":20,\"paddingLink\":false,\"variationSelected\":true,\"rowGapDesktop\":0,\"isBlockRootParent\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-2237bd62 alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/container {\"block_id\":\"f76afa4a\",\"directionDesktop\":\"row\",\"alignItemsDesktop\":\"flex-end\",\"alignItemsTablet\":\"flex-end\",\"justifyContentDesktop\":\"flex-end\",\"justifyContentTablet\":\"space-between\",\"variationSelected\":true,\"rowGapMobile\":20,\"columnGapDesktop\":0} -->\n<div class=\"wp-block-uagb-container uagb-block-f76afa4a\"><!-- wp:uagb/advanced-heading {\"block_id\":\"791b6afc\",\"classMigrate\":true,\"headingDescToggle\":true,\"subHeadingColor\":\"\",\"headSpace\":20,\"subHeadFontSize\":16} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-791b6afc\"><h2 class=\"uagb-heading-text\">Come &amp; Stay With Us​ at The Barn </h2><p class=\"uagb-desc-text\">This is an open-plan unit with lots of windows with a raised king bed on a platform with 4 steps facing the TV and the mountains. &nbsp;&nbsp;It has a separate bathroom with a large walk-in shower and an oval spa bath. The unit has sliding glass doors opening onto a large patio with a brick braai and comfortable outside furniture. &nbsp;It has a small enclosed garden.</p></div>\n<!-- /wp:uagb/advanced-heading --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:heading -->\n<h2>The bedroom </h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>This room contains the following: </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list -->\n<ul><!-- wp:list-item -->\n<li>King bed with electric blanket</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Electric heater</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Stand fan</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Hair dryer &amp; dressing gowns</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Good quality linen</li>\n<!-- /wp:list-item --></ul>\n<!-- /wp:list --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":955,\"width\":500,\"height\":334,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full is-resized\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAAJDNlZGQ1OWVmLThiZmMtNDJhNC05MjI1LTVjZGE5NDA4YjA0NA.png\" alt=\"\" class=\"wp-image-955\" width=\"500\" height=\"334\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":969,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAAJDYxYzlmY2U0LWJiMGMtNGU4My04YzA3LWZhZGFkODdiOWJhYQ-1.png\" alt=\"The barn\'s bathroom \" class=\"wp-image-969\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:heading -->\n<h2>The bathroom</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>This room contains the following</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list -->\n<ul><!-- wp:list-item -->\n<li>Large walk-in shower</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Oval spa bath with 6 jets</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Bubble bath and candles</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Soap, toiletries, and towels</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Separate toilet - <em>toilet paper provided</em></li>\n<!-- /wp:list-item --></ul>\n<!-- /wp:list --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:heading -->\n<h2>The Lounge</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>This room contains the following: </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list -->\n<ul><!-- wp:list-item -->\n<li>Log fireplace</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>2 seater upholstered recliner settee</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>TV (DSTV - commercial bouquet with Sports, news, movies, Mnet, SABC 1,2 3 and Etv, and other channels)</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>DVD player</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Breakfast table cafe style and 2 chairs</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Books and playing cards</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Glass sliding door out to the patio</li>\n<!-- /wp:list-item --></ul>\n<!-- /wp:list --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":956,\"width\":500,\"height\":334,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full is-resized\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAAJDM0ZDZlYzYxLWY2YTgtNDAzYS1hMGMwLTRiMDFkZTk3ODNjZA-1.png\" alt=\"\" class=\"wp-image-956\" width=\"500\" height=\"334\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":963,\"width\":500,\"height\":334,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full is-resized\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAAJGZiMDU2OTJhLTI1YmYtNDFlOS05YzhlLTM1MDc2OTVlZmEwNA.png\" alt=\"\" class=\"wp-image-963\" width=\"500\" height=\"334\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:heading -->\n<h2>The kitchen</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>This room contains the following</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list -->\n<ul><!-- wp:list-item -->\n<li>4 plate gas stove and oven</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Microwave oven, kettle, toaster, filter coffee plunger</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Fridge with top freezer compartment</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Pots, pans, cutlery, crockery, wine &amp; champagne glasses</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>All kitchen utensils</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Ironing board and iron</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>All cleaning cloths and detergents and washing up liquid</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Paper towel</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Braai tongs</li>\n<!-- /wp:list-item --></ul>\n<!-- /wp:list --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:heading -->\n<h2>The large patio with <br>mountain views</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>This room contains the following: </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list -->\n<ul><!-- wp:list-item -->\n<li>Chairs with cushions</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Glass table</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Brick braai</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Decorative lighting</li>\n<!-- /wp:list-item --></ul>\n<!-- /wp:list --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":1007,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAAJDg5NmY0ZGUxLWE4MTgtNDY5NC1iODFhLTBmN2Q0ZDc5ZWFiNw-1.png\" alt=\"\" class=\"wp-image-1007\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:heading {\"textAlign\":\"center\"} -->\n<h2 class=\"has-text-align-center\">Book your stay </h2>\n<!-- /wp:heading -->\n\n<!-- wp:buttons -->\n<div class=\"wp-block-buttons\"><!-- wp:button {\"align\":\"center\"} -->\n<div class=\"wp-block-button aligncenter\"><a class=\"wp-block-button__link wp-element-button\" href=\"https://book.nightsbridge.com/11065\" target=\"_blank\" rel=\"noreferrer noopener\">Reservations</a></div>\n<!-- /wp:button -->\n\n<!-- wp:button /--></div>\n<!-- /wp:buttons --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"20b41dfd\",\"innerContentCustomWidthDesktop\":781,\"innerContentCustomWidthTablet\":781,\"backgroundType\":\"image\",\"backgroundImageDesktop\":{\"uploading\":false,\"date\":1670943271000,\"filename\":\"AAEAAQAAAAAAAAAAAAAA39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba.png\",\"menuOrder\":0,\"uploadedTo\":761,\"type\":\"image\",\"subtype\":\"png\",\"id\":899,\"title\":\"AAEAAQAAAAAAAAAAAAAA39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAA39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba.png\",\"link\":\"https://blueroan.netgen.cloud/accommodation/aaeaaqaaaaaaaaaaaaaa39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba/\",\"alt\":\"\",\"author\":\"2\",\"description\":\"\",\"caption\":\"\",\"name\":\"aaeaaqaaaaaaaaaaaaaa39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba\",\"status\":\"inherit\",\"modified\":1670943271000,\"mime\":\"image/png\",\"icon\":\"https://blueroan.netgen.cloud/wp-includes/images/media/default.png\",\"dateFormatted\":\"December 13, 2022\",\"nonces\":{\"update\":\"45b2b6c69b\",\"delete\":\"75d81c42ab\",\"edit\":\"88fae030a9\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=899\\u0026action=edit\",\"meta\":false,\"authorName\":\"Netgen Support\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/profile.php\",\"uploadedToTitle\":\"Accommodation\",\"uploadedToLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=761\\u0026action=edit\",\"filesizeInBytes\":2338048,\"filesizeHumanReadable\":\"2 MB\",\"context\":\"\",\"height\":900,\"width\":1200,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAA39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba-150x150.png\",\"orientation\":\"landscape\"},\"medium\":{\"height\":225,\"width\":300,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAA39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba-300x225.png\",\"orientation\":\"landscape\"},\"large\":{\"height\":768,\"width\":1024,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAA39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba-1024x768.png\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAA39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba.png\",\"height\":900,\"width\":1200,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"backgroundImageColor\":\"rgba(42,42,42,0.65)\",\"topPaddingDesktop\":144,\"bottomPaddingDesktop\":144,\"leftPaddingDesktop\":40,\"rightPaddingDesktop\":40,\"topPaddingTablet\":80,\"bottomPaddingTablet\":80,\"leftPaddingTablet\":40,\"rightPaddingTablet\":40,\"topPaddingMobile\":64,\"bottomPaddingMobile\":64,\"leftPaddingMobile\":24,\"rightPaddingMobile\":24,\"paddingLink\":false,\"variationSelected\":true,\"isBlockRootParent\":true,\"overlayType\":\"color\"} -->\n<div class=\"wp-block-uagb-container uagb-block-20b41dfd alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/advanced-heading {\"block_id\":\"05622793\",\"classMigrate\":true,\"headingDescToggle\":true,\"headingAlign\":\"center\",\"headingColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"subHeadingColor\":\"var(\\u002d\\u002dast-global-color-4)\",\"headSpace\":20} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-05622793\"><h2 class=\"uagb-heading-text\">Plan an Unforgettable Experience at<br>Blue Roan!</h2><p class=\"uagb-desc-text\">We can help you fit your stay and experience within your allotted budget.</p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/advanced-heading {\"block_id\":\"0131966b\",\"classMigrate\":true,\"headingTitleToggle\":false,\"headingDescToggle\":true,\"headingAlign\":\"center\",\"subHeadingColor\":\"var(\\u002d\\u002dast-global-color-4)\",\"subHeadTransform\":\"uppercase\",\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"subHeadLetterSpacing\":2,\"blockTopPadding\":60,\"blockRightPadding\":0,\"blockLeftPadding\":0,\"blockBottomPadding\":0,\"blockTopPaddingMobile\":30,\"blockRightPaddingMobile\":0,\"blockLeftPaddingMobile\":0,\"blockBottomPaddingMobile\":0,\"linkColor\":\"var(\\u002d\\u002dast-global-color-8)\",\"linkHColor\":\"var(\\u002d\\u002dast-global-color-1)\"} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-0131966b\"><p class=\"uagb-desc-text\"><a href=\"https://book.nightsbridge.com/11065\" target=\"_blank\" rel=\"noreferrer noopener\">BOOK YOUR STAY NOW​<br></a></p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/icon-list {\"block_id\":\"d06588bd\",\"classMigrate\":true,\"childMigrate\":true,\"align\":\"center\",\"parentIcon\":\"phone\",\"size\":40,\"sizeMobile\":24,\"sizeTablet\":32,\"fontSize\":48,\"fontSizeMobile\":28,\"fontSizeTablet\":40,\"fontWeight\":\"600\",\"iconColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"labelColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"blockTopPadding\":0,\"blockRightPadding\":0,\"blockLeftPadding\":0,\"blockBottomPadding\":24,\"blockPaddingLink\":false} -->\n<div class=\"wp-block-uagb-icon-list uagb-block-d06588bd\"><div class=\"uagb-icon-list__wrap\"><!-- wp:uagb/icon-list-child {\"block_id\":\"4ff199fa\",\"label\":\" + 27 (0) 82 575 5409\",\"label_color\":\"\",\"link\":\"tel:+27825755409\",\"disableLink\":true,\"fromParentIcon\":\"phone\",\"imageSizeChild\":40} -->\n<div class=\"wp-block-uagb-icon-list-child uagb-block-4ff199fa\"><a target=\"_self\" aria-label=\" + 27 (0) 82 575 5409\" rel=\"noopener noreferrer\" href=\"tel:+27825755409\"> </a><span class=\"uagb-icon-list__source-wrap\"><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M511.2 387l-23.25 100.8c-3.266 14.25-15.79 24.22-30.46 24.22C205.2 512 0 306.8 0 54.5c0-14.66 9.969-27.2 24.22-30.45l100.8-23.25C139.7-2.602 154.7 5.018 160.8 18.92l46.52 108.5c5.438 12.78 1.77 27.67-8.98 36.45L144.5 207.1c33.98 69.22 90.26 125.5 159.5 159.5l44.08-53.8c8.688-10.78 23.69-14.51 36.47-8.975l108.5 46.51C506.1 357.2 514.6 372.4 511.2 387z\"></path></svg></span><span class=\"uagb-icon-list__label\"> + 27 (0) 82 575 5409</span></div>\n<!-- /wp:uagb/icon-list-child -->\n\n<!-- wp:uagb/icon-list-child {\"block_id\":\"2dbef68e\",\"label\":\"blueroan@ugo.co.za\",\"icon\":\"envelope\",\"label_color\":\"\",\"link\":\"mailto:blueroan@ugo.co.za\",\"disableLink\":true,\"fromParentIcon\":\"phone\",\"imageSizeChild\":40} -->\n<div class=\"wp-block-uagb-icon-list-child uagb-block-2dbef68e\"><a target=\"_self\" aria-label=\"blueroan@ugo.co.za\" rel=\"noopener noreferrer\" href=\"mailto:blueroan@ugo.co.za\"> </a><span class=\"uagb-icon-list__source-wrap\"><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M464 64C490.5 64 512 85.49 512 112C512 127.1 504.9 141.3 492.8 150.4L275.2 313.6C263.8 322.1 248.2 322.1 236.8 313.6L19.2 150.4C7.113 141.3 0 127.1 0 112C0 85.49 21.49 64 48 64H464zM217.6 339.2C240.4 356.3 271.6 356.3 294.4 339.2L512 176V384C512 419.3 483.3 448 448 448H64C28.65 448 0 419.3 0 384V176L217.6 339.2z\"></path></svg></span><span class=\"uagb-icon-list__label\">blueroan@ugo.co.za</span></div>\n<!-- /wp:uagb/icon-list-child --></div></div>\n<!-- /wp:uagb/icon-list --></div></div>\n<!-- /wp:uagb/container -->',	'The Barn',	'',	'inherit',	'closed',	'closed',	'',	'948-revision-v1',	'',	'',	'2022-12-14 10:50:30',	'2022-12-14 10:50:30',	'',	948,	'https://blueroan.netgen.cloud/?p=1008',	0,	'revision',	'',	0),
(1009,	2,	'2022-12-14 10:50:57',	'2022-12-14 10:50:57',	'<!-- wp:uagb/container {\"block_id\":\"e4771d90\",\"backgroundType\":\"image\",\"backgroundImageDesktop\":{\"id\":863,\"title\":\"blue-roan-guest-farm (10)\",\"filename\":\"blue-roan-guest-farm-10.jpg\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-10.jpg\",\"link\":\"https://blueroan.netgen.cloud/accommodation/blue-roan-guest-farm-10/\",\"alt\":\"\",\"author\":\"2\",\"description\":\"\",\"caption\":\"\",\"name\":\"blue-roan-guest-farm-10\",\"status\":\"inherit\",\"uploadedTo\":761,\"date\":\"2022-12-13T13:04:34.000Z\",\"modified\":\"2022-12-13T13:04:34.000Z\",\"menuOrder\":0,\"mime\":\"image/jpeg\",\"type\":\"image\",\"subtype\":\"jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-includes/images/media/default.png\",\"dateFormatted\":\"December 13, 2022\",\"nonces\":{\"update\":\"d5ed6f1c8f\",\"delete\":\"06e9e4c7ca\",\"edit\":\"1bf84c7813\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=863\\u0026action=edit\",\"meta\":false,\"authorName\":\"Netgen Support\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/profile.php\",\"uploadedToTitle\":\"Accommodation\",\"uploadedToLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=761\\u0026action=edit\",\"filesizeInBytes\":149768,\"filesizeHumanReadable\":\"146 KB\",\"context\":\"\",\"height\":667,\"width\":1000,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-10-150x150.jpg\",\"orientation\":\"landscape\"},\"medium\":{\"height\":200,\"width\":300,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-10-300x200.jpg\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-10.jpg\",\"height\":667,\"width\":1000,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"backgroundPositionDesktop\":{\"x\":0.47,\"y\":0.54},\"backgroundSizeTablet\":\"cover\",\"backgroundSizeMobile\":\"cover\",\"backgroundColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"backgroundImageColor\":\"rgba(42,42,42,0.5)\",\"topPaddingDesktop\":220,\"bottomPaddingDesktop\":150,\"topPaddingTablet\":170,\"bottomPaddingTablet\":160,\"leftPaddingTablet\":30,\"rightPaddingTablet\":30,\"topPaddingMobile\":180,\"bottomPaddingMobile\":80,\"leftPaddingMobile\":20,\"rightPaddingMobile\":20,\"paddingLink\":false,\"variationSelected\":true,\"isBlockRootParent\":true,\"overlayType\":\"color\"} -->\n<div class=\"wp-block-uagb-container uagb-block-e4771d90 alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/advanced-heading {\"block_id\":\"6f20b155\",\"classMigrate\":true,\"headingDescToggle\":true,\"headingColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"subHeadingColor\":\"var(\\u002d\\u002dast-global-color-4)\",\"headingTag\":\"h1\",\"headSpace\":20,\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"blockTopPadding\":0,\"blockRightPadding\":50,\"blockLeftPadding\":0,\"blockBottomPadding\":0,\"blockTopPaddingTablet\":0,\"blockRightPaddingTablet\":20,\"blockLeftPaddingTablet\":0,\"blockBottomPaddingTablet\":0,\"blockTopPaddingMobile\":0,\"blockRightPaddingMobile\":0,\"blockLeftPaddingMobile\":0,\"blockBottomPaddingMobile\":0,\"blockPaddingUnit\":\"%\",\"blockPaddingUnitTablet\":\"%\"} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-6f20b155\"><h1 class=\"uagb-heading-text\">The Barn</h1><p class=\"uagb-desc-text\">Our barn-style suite is characterized by exposed wood and rustic beams. A raised king bed on a platform faces the TV and the mountains in this open-concept suite with lots of windows for light.</p></div>\n<!-- /wp:uagb/advanced-heading --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"d6a312ab\",\"backgroundType\":\"color\",\"backgroundSizeTablet\":\"cover\",\"backgroundSizeMobile\":\"cover\",\"backgroundColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"topPaddingDesktop\":120,\"bottomPaddingDesktop\":60,\"rightPaddingDesktop\":0,\"topPaddingTablet\":80,\"bottomPaddingTablet\":80,\"leftPaddingTablet\":30,\"rightPaddingTablet\":30,\"topPaddingMobile\":80,\"bottomPaddingMobile\":80,\"leftPaddingMobile\":20,\"rightPaddingMobile\":20,\"paddingLink\":false,\"variationSelected\":true,\"rowGapDesktop\":0,\"isBlockRootParent\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-d6a312ab alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/container {\"block_id\":\"02df57bf\",\"directionDesktop\":\"row\",\"alignItemsDesktop\":\"flex-end\",\"alignItemsTablet\":\"flex-end\",\"justifyContentDesktop\":\"flex-end\",\"justifyContentTablet\":\"space-between\",\"variationSelected\":true,\"rowGapMobile\":20,\"columnGapDesktop\":0} -->\n<div class=\"wp-block-uagb-container uagb-block-02df57bf\"><!-- wp:uagb/advanced-heading {\"block_id\":\"9c51eaa9\",\"classMigrate\":true,\"headingDescToggle\":true,\"subHeadingColor\":\"\",\"headSpace\":20,\"subHeadFontSize\":16} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-9c51eaa9\"><h2 class=\"uagb-heading-text\">Come &amp; Stay With Us​ at The Barn </h2><p class=\"uagb-desc-text\">This is an open-plan unit with lots of windows with a raised king bed on a platform with 4 steps facing the TV and the mountains. &nbsp;&nbsp;It has a separate bathroom with a large walk-in shower and an oval spa bath. The unit has sliding glass doors opening onto a large patio with a brick braai and comfortable outside furniture. &nbsp;It has a small enclosed garden.</p></div>\n<!-- /wp:uagb/advanced-heading --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:heading -->\n<h2>The bedroom </h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>This room contains the following: </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list -->\n<ul><!-- wp:list-item -->\n<li>King bed with electric blanket</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Electric heater</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Stand fan</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Hair dryer &amp; dressing gowns</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Good quality linen</li>\n<!-- /wp:list-item --></ul>\n<!-- /wp:list --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":955,\"width\":500,\"height\":334,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full is-resized\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAAJDNlZGQ1OWVmLThiZmMtNDJhNC05MjI1LTVjZGE5NDA4YjA0NA.png\" alt=\"\" class=\"wp-image-955\" width=\"500\" height=\"334\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":969,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAAJDYxYzlmY2U0LWJiMGMtNGU4My04YzA3LWZhZGFkODdiOWJhYQ-1.png\" alt=\"The barn\'s bathroom \" class=\"wp-image-969\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:heading -->\n<h2>The bathroom</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>This room contains the following</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list -->\n<ul><!-- wp:list-item -->\n<li>Large walk-in shower</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Oval spa bath with 6 jets</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Bubble bath and candles</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Soap, toiletries, and towels</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Separate toilet - <em>toilet paper provided</em></li>\n<!-- /wp:list-item --></ul>\n<!-- /wp:list --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:heading -->\n<h2>The Lounge</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>This room contains the following: </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list -->\n<ul><!-- wp:list-item -->\n<li>Log fireplace</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>2 seater upholstered recliner settee</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>TV (DSTV - commercial bouquet with Sports, news, movies, Mnet, SABC 1,2 3 and Etv, and other channels)</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>DVD player</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Breakfast table cafe style and 2 chairs</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Books and playing cards</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Glass sliding door out to the patio</li>\n<!-- /wp:list-item --></ul>\n<!-- /wp:list --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":956,\"width\":500,\"height\":334,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full is-resized\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAAJDM0ZDZlYzYxLWY2YTgtNDAzYS1hMGMwLTRiMDFkZTk3ODNjZA-1.png\" alt=\"\" class=\"wp-image-956\" width=\"500\" height=\"334\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":963,\"width\":500,\"height\":334,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full is-resized\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAAJGZiMDU2OTJhLTI1YmYtNDFlOS05YzhlLTM1MDc2OTVlZmEwNA.png\" alt=\"\" class=\"wp-image-963\" width=\"500\" height=\"334\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:heading -->\n<h2>The kitchen</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>This room contains the following</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list -->\n<ul><!-- wp:list-item -->\n<li>4 plate gas stove and oven</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Microwave oven, kettle, toaster, filter coffee plunger</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Fridge with top freezer compartment</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Pots, pans, cutlery, crockery, wine &amp; champagne glasses</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>All kitchen utensils</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Ironing board and iron</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>All cleaning cloths and detergents and washing up liquid</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Paper towel</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Braai tongs</li>\n<!-- /wp:list-item --></ul>\n<!-- /wp:list --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:heading -->\n<h2>The large patio with <br>mountain views</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>This room contains the following: </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list -->\n<ul><!-- wp:list-item -->\n<li>Chairs with cushions</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Glass table</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Brick braai</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Decorative lighting</li>\n<!-- /wp:list-item --></ul>\n<!-- /wp:list --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":1007,\"width\":500,\"height\":334,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full is-resized\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAAJDg5NmY0ZGUxLWE4MTgtNDY5NC1iODFhLTBmN2Q0ZDc5ZWFiNw-1.png\" alt=\"\" class=\"wp-image-1007\" width=\"500\" height=\"334\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:heading {\"textAlign\":\"center\"} -->\n<h2 class=\"has-text-align-center\">Book your stay </h2>\n<!-- /wp:heading -->\n\n<!-- wp:buttons -->\n<div class=\"wp-block-buttons\"><!-- wp:button {\"align\":\"center\"} -->\n<div class=\"wp-block-button aligncenter\"><a class=\"wp-block-button__link wp-element-button\" href=\"https://book.nightsbridge.com/11065\" target=\"_blank\" rel=\"noreferrer noopener\">Reservations</a></div>\n<!-- /wp:button -->\n\n<!-- wp:button /--></div>\n<!-- /wp:buttons --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"340d7466\",\"innerContentCustomWidthDesktop\":781,\"innerContentCustomWidthTablet\":781,\"backgroundType\":\"image\",\"backgroundImageDesktop\":{\"uploading\":false,\"date\":1670943271000,\"filename\":\"AAEAAQAAAAAAAAAAAAAA39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba.png\",\"menuOrder\":0,\"uploadedTo\":761,\"type\":\"image\",\"subtype\":\"png\",\"id\":899,\"title\":\"AAEAAQAAAAAAAAAAAAAA39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAA39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba.png\",\"link\":\"https://blueroan.netgen.cloud/accommodation/aaeaaqaaaaaaaaaaaaaa39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba/\",\"alt\":\"\",\"author\":\"2\",\"description\":\"\",\"caption\":\"\",\"name\":\"aaeaaqaaaaaaaaaaaaaa39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba\",\"status\":\"inherit\",\"modified\":1670943271000,\"mime\":\"image/png\",\"icon\":\"https://blueroan.netgen.cloud/wp-includes/images/media/default.png\",\"dateFormatted\":\"December 13, 2022\",\"nonces\":{\"update\":\"45b2b6c69b\",\"delete\":\"75d81c42ab\",\"edit\":\"88fae030a9\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=899\\u0026action=edit\",\"meta\":false,\"authorName\":\"Netgen Support\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/profile.php\",\"uploadedToTitle\":\"Accommodation\",\"uploadedToLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=761\\u0026action=edit\",\"filesizeInBytes\":2338048,\"filesizeHumanReadable\":\"2 MB\",\"context\":\"\",\"height\":900,\"width\":1200,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAA39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba-150x150.png\",\"orientation\":\"landscape\"},\"medium\":{\"height\":225,\"width\":300,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAA39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba-300x225.png\",\"orientation\":\"landscape\"},\"large\":{\"height\":768,\"width\":1024,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAA39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba-1024x768.png\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAA39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba.png\",\"height\":900,\"width\":1200,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"backgroundImageColor\":\"rgba(42,42,42,0.65)\",\"topPaddingDesktop\":144,\"bottomPaddingDesktop\":144,\"leftPaddingDesktop\":40,\"rightPaddingDesktop\":40,\"topPaddingTablet\":80,\"bottomPaddingTablet\":80,\"leftPaddingTablet\":40,\"rightPaddingTablet\":40,\"topPaddingMobile\":64,\"bottomPaddingMobile\":64,\"leftPaddingMobile\":24,\"rightPaddingMobile\":24,\"paddingLink\":false,\"variationSelected\":true,\"isBlockRootParent\":true,\"overlayType\":\"color\"} -->\n<div class=\"wp-block-uagb-container uagb-block-340d7466 alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/advanced-heading {\"block_id\":\"ccbb44c5\",\"classMigrate\":true,\"headingDescToggle\":true,\"headingAlign\":\"center\",\"headingColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"subHeadingColor\":\"var(\\u002d\\u002dast-global-color-4)\",\"headSpace\":20} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-ccbb44c5\"><h2 class=\"uagb-heading-text\">Plan an Unforgettable Experience at<br>Blue Roan!</h2><p class=\"uagb-desc-text\">We can help you fit your stay and experience within your allotted budget.</p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/advanced-heading {\"block_id\":\"d5cab64d\",\"classMigrate\":true,\"headingTitleToggle\":false,\"headingDescToggle\":true,\"headingAlign\":\"center\",\"subHeadingColor\":\"var(\\u002d\\u002dast-global-color-4)\",\"subHeadTransform\":\"uppercase\",\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"subHeadLetterSpacing\":2,\"blockTopPadding\":60,\"blockRightPadding\":0,\"blockLeftPadding\":0,\"blockBottomPadding\":0,\"blockTopPaddingMobile\":30,\"blockRightPaddingMobile\":0,\"blockLeftPaddingMobile\":0,\"blockBottomPaddingMobile\":0,\"linkColor\":\"var(\\u002d\\u002dast-global-color-8)\",\"linkHColor\":\"var(\\u002d\\u002dast-global-color-1)\"} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-d5cab64d\"><p class=\"uagb-desc-text\"><a href=\"https://book.nightsbridge.com/11065\" target=\"_blank\" rel=\"noreferrer noopener\">BOOK YOUR STAY NOW​<br></a></p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/icon-list {\"block_id\":\"92e6fafc\",\"classMigrate\":true,\"childMigrate\":true,\"align\":\"center\",\"parentIcon\":\"phone\",\"size\":40,\"sizeMobile\":24,\"sizeTablet\":32,\"fontSize\":48,\"fontSizeMobile\":28,\"fontSizeTablet\":40,\"fontWeight\":\"600\",\"iconColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"labelColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"blockTopPadding\":0,\"blockRightPadding\":0,\"blockLeftPadding\":0,\"blockBottomPadding\":24,\"blockPaddingLink\":false} -->\n<div class=\"wp-block-uagb-icon-list uagb-block-92e6fafc\"><div class=\"uagb-icon-list__wrap\"><!-- wp:uagb/icon-list-child {\"block_id\":\"9692f88f\",\"label\":\" + 27 (0) 82 575 5409\",\"label_color\":\"\",\"link\":\"tel:+27825755409\",\"disableLink\":true,\"fromParentIcon\":\"phone\",\"imageSizeChild\":40} -->\n<div class=\"wp-block-uagb-icon-list-child uagb-block-9692f88f\"><a target=\"_self\" aria-label=\" + 27 (0) 82 575 5409\" rel=\"noopener noreferrer\" href=\"tel:+27825755409\"> </a><span class=\"uagb-icon-list__source-wrap\"><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M511.2 387l-23.25 100.8c-3.266 14.25-15.79 24.22-30.46 24.22C205.2 512 0 306.8 0 54.5c0-14.66 9.969-27.2 24.22-30.45l100.8-23.25C139.7-2.602 154.7 5.018 160.8 18.92l46.52 108.5c5.438 12.78 1.77 27.67-8.98 36.45L144.5 207.1c33.98 69.22 90.26 125.5 159.5 159.5l44.08-53.8c8.688-10.78 23.69-14.51 36.47-8.975l108.5 46.51C506.1 357.2 514.6 372.4 511.2 387z\"></path></svg></span><span class=\"uagb-icon-list__label\"> + 27 (0) 82 575 5409</span></div>\n<!-- /wp:uagb/icon-list-child -->\n\n<!-- wp:uagb/icon-list-child {\"block_id\":\"9296b01a\",\"label\":\"blueroan@ugo.co.za\",\"icon\":\"envelope\",\"label_color\":\"\",\"link\":\"mailto:blueroan@ugo.co.za\",\"disableLink\":true,\"fromParentIcon\":\"phone\",\"imageSizeChild\":40} -->\n<div class=\"wp-block-uagb-icon-list-child uagb-block-9296b01a\"><a target=\"_self\" aria-label=\"blueroan@ugo.co.za\" rel=\"noopener noreferrer\" href=\"mailto:blueroan@ugo.co.za\"> </a><span class=\"uagb-icon-list__source-wrap\"><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M464 64C490.5 64 512 85.49 512 112C512 127.1 504.9 141.3 492.8 150.4L275.2 313.6C263.8 322.1 248.2 322.1 236.8 313.6L19.2 150.4C7.113 141.3 0 127.1 0 112C0 85.49 21.49 64 48 64H464zM217.6 339.2C240.4 356.3 271.6 356.3 294.4 339.2L512 176V384C512 419.3 483.3 448 448 448H64C28.65 448 0 419.3 0 384V176L217.6 339.2z\"></path></svg></span><span class=\"uagb-icon-list__label\">blueroan@ugo.co.za</span></div>\n<!-- /wp:uagb/icon-list-child --></div></div>\n<!-- /wp:uagb/icon-list --></div></div>\n<!-- /wp:uagb/container -->',	'The Barn',	'',	'inherit',	'closed',	'closed',	'',	'948-revision-v1',	'',	'',	'2022-12-14 10:50:57',	'2022-12-14 10:50:57',	'',	948,	'https://blueroan.netgen.cloud/?p=1009',	0,	'revision',	'',	0),
(1010,	2,	'2022-12-14 10:51:58',	'2022-12-14 10:51:58',	'<!-- wp:uagb/container {\"block_id\":\"f4555c7c\",\"backgroundType\":\"image\",\"backgroundImageDesktop\":{\"uploading\":false,\"date\":1671013913000,\"filename\":\"AAEAAQAAAAAAAAAAAAAAJDhhMDc2NjU5LTcwNjEtNGZjMS04ZWI4LWJmZmYzNzdkMWZkNA.png\",\"menuOrder\":0,\"uploadedTo\":987,\"type\":\"image\",\"subtype\":\"png\",\"id\":992,\"title\":\"The Tuscan Suite at Blue Roan Country Lodge \",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAAJDhhMDc2NjU5LTcwNjEtNGZjMS04ZWI4LWJmZmYzNzdkMWZkNA.png\",\"link\":\"https://blueroan.netgen.cloud/the-tuscan-suite/aaeaaqaaaaaaaaaaaaaajdhhmdc2nju5ltcwnjetngzjms04zwi4lwjmzmyznzdkmwzkna/\",\"alt\":\"The Tuscan Suite at Blue Roan Country Lodge \",\"author\":\"2\",\"description\":\"\",\"caption\":\"\",\"name\":\"aaeaaqaaaaaaaaaaaaaajdhhmdc2nju5ltcwnjetngzjms04zwi4lwjmzmyznzdkmwzkna\",\"status\":\"inherit\",\"modified\":1671013913000,\"mime\":\"image/png\",\"icon\":\"https://blueroan.netgen.cloud/wp-includes/images/media/default.png\",\"dateFormatted\":\"December 14, 2022\",\"nonces\":{\"update\":\"e9703f86b5\",\"delete\":\"6ab42998e1\",\"edit\":\"8311b8ae58\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=992\\u0026action=edit\",\"meta\":false,\"authorName\":\"Netgen Support\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/profile.php\",\"uploadedToTitle\":\"The Tuscan Suite\",\"uploadedToLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=987\\u0026action=edit\",\"filesizeInBytes\":868042,\"filesizeHumanReadable\":\"848 KB\",\"context\":\"\",\"height\":667,\"width\":1000,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAAJDhhMDc2NjU5LTcwNjEtNGZjMS04ZWI4LWJmZmYzNzdkMWZkNA-150x150.png\",\"orientation\":\"landscape\"},\"medium\":{\"height\":200,\"width\":300,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAAJDhhMDc2NjU5LTcwNjEtNGZjMS04ZWI4LWJmZmYzNzdkMWZkNA-300x200.png\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAAJDhhMDc2NjU5LTcwNjEtNGZjMS04ZWI4LWJmZmYzNzdkMWZkNA.png\",\"height\":667,\"width\":1000,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"backgroundPositionDesktop\":{\"x\":0.47,\"y\":0.54},\"backgroundSizeTablet\":\"cover\",\"backgroundSizeMobile\":\"cover\",\"backgroundColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"backgroundImageColor\":\"rgba(42,42,42,0.5)\",\"topPaddingDesktop\":220,\"bottomPaddingDesktop\":150,\"topPaddingTablet\":170,\"bottomPaddingTablet\":160,\"leftPaddingTablet\":30,\"rightPaddingTablet\":30,\"topPaddingMobile\":180,\"bottomPaddingMobile\":80,\"leftPaddingMobile\":20,\"rightPaddingMobile\":20,\"paddingLink\":false,\"variationSelected\":true,\"isBlockRootParent\":true,\"overlayType\":\"color\"} -->\n<div class=\"wp-block-uagb-container uagb-block-f4555c7c alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/advanced-heading {\"block_id\":\"52ac7e3c\",\"classMigrate\":true,\"headingDescToggle\":true,\"headingColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"subHeadingColor\":\"var(\\u002d\\u002dast-global-color-4)\",\"headingTag\":\"h1\",\"headSpace\":20,\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"blockTopPadding\":0,\"blockRightPadding\":50,\"blockLeftPadding\":0,\"blockBottomPadding\":0,\"blockTopPaddingTablet\":0,\"blockRightPaddingTablet\":20,\"blockLeftPaddingTablet\":0,\"blockBottomPaddingTablet\":0,\"blockTopPaddingMobile\":0,\"blockRightPaddingMobile\":0,\"blockLeftPaddingMobile\":0,\"blockBottomPaddingMobile\":0,\"blockPaddingUnit\":\"%\",\"blockPaddingUnitTablet\":\"%\"} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-52ac7e3c\"><h1 class=\"uagb-heading-text\">The Tuscan Suite</h1><p class=\"uagb-desc-text\">Tuscan interior design is characterized by terra-cotta tiles, textured wall coverings, exquisite, detailed murals, and basic, tough furniture with tasteful iron accents.</p></div>\n<!-- /wp:uagb/advanced-heading --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"5d420b52\",\"backgroundType\":\"color\",\"backgroundSizeTablet\":\"cover\",\"backgroundSizeMobile\":\"cover\",\"backgroundColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"topPaddingDesktop\":120,\"bottomPaddingDesktop\":60,\"rightPaddingDesktop\":0,\"topPaddingTablet\":80,\"bottomPaddingTablet\":80,\"leftPaddingTablet\":30,\"rightPaddingTablet\":30,\"topPaddingMobile\":80,\"bottomPaddingMobile\":80,\"leftPaddingMobile\":20,\"rightPaddingMobile\":20,\"paddingLink\":false,\"variationSelected\":true,\"rowGapDesktop\":0,\"isBlockRootParent\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-5d420b52 alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/container {\"block_id\":\"916dbc83\",\"directionDesktop\":\"row\",\"alignItemsDesktop\":\"flex-end\",\"alignItemsTablet\":\"flex-end\",\"justifyContentDesktop\":\"flex-end\",\"justifyContentTablet\":\"space-between\",\"variationSelected\":true,\"rowGapMobile\":20,\"columnGapDesktop\":0} -->\n<div class=\"wp-block-uagb-container uagb-block-916dbc83\"><!-- wp:uagb/advanced-heading {\"block_id\":\"7ff5cf48\",\"classMigrate\":true,\"headingDescToggle\":true,\"subHeadingColor\":\"\",\"headSpace\":20,\"subHeadFontSize\":16} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-7ff5cf48\"><h2 class=\"uagb-heading-text\">Come &amp; Stay With Us​ at The Tuscan Suite </h2><p class=\"uagb-desc-text\">The elevated king bed in this open-concept unit is on a platform that faces the TV and the mountains. It offers a private bathroom with an oval spa bath and a spacious walk-in shower. Sliding glass doors in the suite lead out to a covered patio with a stone braai and cozy patio chairs. It features a green garden that is gated and fenced and leads to the park. ​</p></div>\n<!-- /wp:uagb/advanced-heading --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:heading -->\n<h2>The bedroom </h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>This room contains the following: </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list -->\n<ul><!-- wp:list-item -->\n<li>King bed with electric blanket</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Electric heater</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Stand fan</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Hair dryer &amp; dressing gowns</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Good quality linen</li>\n<!-- /wp:list-item --></ul>\n<!-- /wp:list --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":992,\"width\":500,\"height\":334,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full is-resized\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAAJDhhMDc2NjU5LTcwNjEtNGZjMS04ZWI4LWJmZmYzNzdkMWZkNA.png\" alt=\"The Tuscan Suite at Blue Roan Country Lodge\" class=\"wp-image-992\" width=\"500\" height=\"334\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":1001,\"width\":500,\"height\":334,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full is-resized\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAAJGZjZmVhNGIyLThiY2EtNDUxOS1hMmY1LWZkMmVmYzRhOWIwYw.png\" alt=\"\" class=\"wp-image-1001\" width=\"500\" height=\"334\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:heading -->\n<h2>The bathroom</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>This room contains the following</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list -->\n<ul><!-- wp:list-item -->\n<li>Large walk-in shower</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Oval spa bath with 6 jets</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Bubble bath and candles</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Soap, toiletries and towels</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Toilet and basin – toilet paper provided</li>\n<!-- /wp:list-item --></ul>\n<!-- /wp:list --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:heading -->\n<h2>The Lounge</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>This room contains the following: </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list -->\n<ul><!-- wp:list-item -->\n<li>Log fireplace</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>2-seater recliner settee</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Comfortable upholstered chair</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>TV&nbsp;(DSTV - commercial bouquet with Sports, news, movies, Mnet, SABC 1,2 3 and Etv as well as other channels)</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>DVD player</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Books and playing cards</li>\n<!-- /wp:list-item --></ul>\n<!-- /wp:list --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":1003,\"width\":500,\"height\":334,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full is-resized\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/241523_798x533.jpg\" alt=\"\" class=\"wp-image-1003\" width=\"500\" height=\"334\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":997,\"width\":500,\"height\":334,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full is-resized\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAAJDIzMjZiNmQ1LTk3MTAtNDIxMC05OWE3LWJlMmQxNDliMDVmMQ.png\" alt=\"The kitchen in The Tuscany suite at Blue Roan lodge\" class=\"wp-image-997\" width=\"500\" height=\"334\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:heading -->\n<h2>The kitchen</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>This room contains the following</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list -->\n<ul><!-- wp:list-item -->\n<li>4 plate gas stove and oven</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Microwave oven, kettle, toaster, coffee plunger</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Fridge with top freezer compartment</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Pots, pans, cutlery, crockery, wine &amp; champagne glasses</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>All kitchen utensils</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Ironing board and iron</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>All cleaning cloths and detergents and washing up liquid</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Paper towel, salt, pepper, coffee, tea and sugar</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Braai tongs</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Breakfast table cafe style and 2 chairs</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Glass sliding door out to the patio</li>\n<!-- /wp:list-item --></ul>\n<!-- /wp:list --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:heading -->\n<h2>The large patio with <br>mountain views</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>This room contains the following: </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list -->\n<ul><!-- wp:list-item -->\n<li>Chairs with cushions</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Mosaic table</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Brick braai</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Decorative lighting</li>\n<!-- /wp:list-item --></ul>\n<!-- /wp:list --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":999,\"width\":500,\"height\":334,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full is-resized\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAAJDI0ZWY4NDc1LThjYjYtNDM3YS1iOTliLWNmOWQxYTJkMWU5MQ.png\" alt=\"\" class=\"wp-image-999\" width=\"500\" height=\"334\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:heading {\"textAlign\":\"center\"} -->\n<h2 class=\"has-text-align-center\">Book your stay </h2>\n<!-- /wp:heading -->\n\n<!-- wp:buttons -->\n<div class=\"wp-block-buttons\"><!-- wp:button {\"align\":\"center\"} -->\n<div class=\"wp-block-button aligncenter\"><a class=\"wp-block-button__link wp-element-button\" href=\"https://book.nightsbridge.com/11065\" target=\"_blank\" rel=\"noreferrer noopener\">Reservations</a></div>\n<!-- /wp:button -->\n\n<!-- wp:button /--></div>\n<!-- /wp:buttons --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"888226c6\",\"innerContentCustomWidthDesktop\":781,\"innerContentCustomWidthTablet\":781,\"backgroundType\":\"image\",\"backgroundImageDesktop\":{\"uploading\":false,\"date\":1670943271000,\"filename\":\"AAEAAQAAAAAAAAAAAAAA39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba.png\",\"menuOrder\":0,\"uploadedTo\":761,\"type\":\"image\",\"subtype\":\"png\",\"id\":899,\"title\":\"AAEAAQAAAAAAAAAAAAAA39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAA39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba.png\",\"link\":\"https://blueroan.netgen.cloud/accommodation/aaeaaqaaaaaaaaaaaaaa39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba/\",\"alt\":\"\",\"author\":\"2\",\"description\":\"\",\"caption\":\"\",\"name\":\"aaeaaqaaaaaaaaaaaaaa39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba\",\"status\":\"inherit\",\"modified\":1670943271000,\"mime\":\"image/png\",\"icon\":\"https://blueroan.netgen.cloud/wp-includes/images/media/default.png\",\"dateFormatted\":\"December 13, 2022\",\"nonces\":{\"update\":\"45b2b6c69b\",\"delete\":\"75d81c42ab\",\"edit\":\"88fae030a9\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=899\\u0026action=edit\",\"meta\":false,\"authorName\":\"Netgen Support\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/profile.php\",\"uploadedToTitle\":\"Accommodation\",\"uploadedToLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=761\\u0026action=edit\",\"filesizeInBytes\":2338048,\"filesizeHumanReadable\":\"2 MB\",\"context\":\"\",\"height\":900,\"width\":1200,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAA39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba-150x150.png\",\"orientation\":\"landscape\"},\"medium\":{\"height\":225,\"width\":300,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAA39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba-300x225.png\",\"orientation\":\"landscape\"},\"large\":{\"height\":768,\"width\":1024,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAA39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba-1024x768.png\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAA39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba.png\",\"height\":900,\"width\":1200,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"backgroundImageColor\":\"rgba(42,42,42,0.65)\",\"topPaddingDesktop\":144,\"bottomPaddingDesktop\":144,\"leftPaddingDesktop\":40,\"rightPaddingDesktop\":40,\"topPaddingTablet\":80,\"bottomPaddingTablet\":80,\"leftPaddingTablet\":40,\"rightPaddingTablet\":40,\"topPaddingMobile\":64,\"bottomPaddingMobile\":64,\"leftPaddingMobile\":24,\"rightPaddingMobile\":24,\"paddingLink\":false,\"variationSelected\":true,\"isBlockRootParent\":true,\"overlayType\":\"color\"} -->\n<div class=\"wp-block-uagb-container uagb-block-888226c6 alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/advanced-heading {\"block_id\":\"e3ecd5a2\",\"classMigrate\":true,\"headingDescToggle\":true,\"headingAlign\":\"center\",\"headingColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"subHeadingColor\":\"var(\\u002d\\u002dast-global-color-4)\",\"headSpace\":20} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-e3ecd5a2\"><h2 class=\"uagb-heading-text\">Plan an Unforgettable Experience at<br>Blue Roan!</h2><p class=\"uagb-desc-text\">We can help you fit your stay and experience within your allotted budget.</p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/advanced-heading {\"block_id\":\"81921afa\",\"classMigrate\":true,\"headingTitleToggle\":false,\"headingDescToggle\":true,\"headingAlign\":\"center\",\"subHeadingColor\":\"var(\\u002d\\u002dast-global-color-4)\",\"subHeadTransform\":\"uppercase\",\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"subHeadLetterSpacing\":2,\"blockTopPadding\":60,\"blockRightPadding\":0,\"blockLeftPadding\":0,\"blockBottomPadding\":0,\"blockTopPaddingMobile\":30,\"blockRightPaddingMobile\":0,\"blockLeftPaddingMobile\":0,\"blockBottomPaddingMobile\":0,\"linkColor\":\"var(\\u002d\\u002dast-global-color-8)\",\"linkHColor\":\"var(\\u002d\\u002dast-global-color-1)\"} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-81921afa\"><p class=\"uagb-desc-text\"><a href=\"https://book.nightsbridge.com/11065\" target=\"_blank\" rel=\"noreferrer noopener\">BOOK YOUR STAY NOW​<br></a></p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/icon-list {\"block_id\":\"d683c032\",\"classMigrate\":true,\"childMigrate\":true,\"align\":\"center\",\"parentIcon\":\"phone\",\"size\":40,\"sizeMobile\":24,\"sizeTablet\":32,\"fontSize\":48,\"fontSizeMobile\":28,\"fontSizeTablet\":40,\"fontWeight\":\"600\",\"iconColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"labelColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"blockTopPadding\":0,\"blockRightPadding\":0,\"blockLeftPadding\":0,\"blockBottomPadding\":24,\"blockPaddingLink\":false} -->\n<div class=\"wp-block-uagb-icon-list uagb-block-d683c032\"><div class=\"uagb-icon-list__wrap\"><!-- wp:uagb/icon-list-child {\"block_id\":\"f8aedd70\",\"label\":\" + 27 (0) 82 575 5409\",\"label_color\":\"\",\"link\":\"tel:+27825755409\",\"disableLink\":true,\"fromParentIcon\":\"phone\",\"imageSizeChild\":40} -->\n<div class=\"wp-block-uagb-icon-list-child uagb-block-f8aedd70\"><a target=\"_self\" aria-label=\" + 27 (0) 82 575 5409\" rel=\"noopener noreferrer\" href=\"tel:+27825755409\"> </a><span class=\"uagb-icon-list__source-wrap\"><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M511.2 387l-23.25 100.8c-3.266 14.25-15.79 24.22-30.46 24.22C205.2 512 0 306.8 0 54.5c0-14.66 9.969-27.2 24.22-30.45l100.8-23.25C139.7-2.602 154.7 5.018 160.8 18.92l46.52 108.5c5.438 12.78 1.77 27.67-8.98 36.45L144.5 207.1c33.98 69.22 90.26 125.5 159.5 159.5l44.08-53.8c8.688-10.78 23.69-14.51 36.47-8.975l108.5 46.51C506.1 357.2 514.6 372.4 511.2 387z\"></path></svg></span><span class=\"uagb-icon-list__label\"> + 27 (0) 82 575 5409</span></div>\n<!-- /wp:uagb/icon-list-child -->\n\n<!-- wp:uagb/icon-list-child {\"block_id\":\"b5d4e891\",\"label\":\"blueroan@ugo.co.za\",\"icon\":\"envelope\",\"label_color\":\"\",\"link\":\"mailto:blueroan@ugo.co.za\",\"disableLink\":true,\"fromParentIcon\":\"phone\",\"imageSizeChild\":40} -->\n<div class=\"wp-block-uagb-icon-list-child uagb-block-b5d4e891\"><a target=\"_self\" aria-label=\"blueroan@ugo.co.za\" rel=\"noopener noreferrer\" href=\"mailto:blueroan@ugo.co.za\"> </a><span class=\"uagb-icon-list__source-wrap\"><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M464 64C490.5 64 512 85.49 512 112C512 127.1 504.9 141.3 492.8 150.4L275.2 313.6C263.8 322.1 248.2 322.1 236.8 313.6L19.2 150.4C7.113 141.3 0 127.1 0 112C0 85.49 21.49 64 48 64H464zM217.6 339.2C240.4 356.3 271.6 356.3 294.4 339.2L512 176V384C512 419.3 483.3 448 448 448H64C28.65 448 0 419.3 0 384V176L217.6 339.2z\"></path></svg></span><span class=\"uagb-icon-list__label\">blueroan@ugo.co.za</span></div>\n<!-- /wp:uagb/icon-list-child --></div></div>\n<!-- /wp:uagb/icon-list --></div></div>\n<!-- /wp:uagb/container -->',	'The Tuscan Suite',	'',	'inherit',	'closed',	'closed',	'',	'987-revision-v1',	'',	'',	'2022-12-14 10:51:58',	'2022-12-14 10:51:58',	'',	987,	'https://blueroan.netgen.cloud/?p=1010',	0,	'revision',	'',	0),
(1011,	2,	'2022-12-14 10:52:56',	'2022-12-14 10:52:56',	'<!-- wp:uagb/container {\"block_id\":\"f17eb9d0\",\"backgroundType\":\"image\",\"backgroundImageDesktop\":{\"uploading\":false,\"date\":1671015366000,\"filename\":\"AAEAAQAAAAAAAAAAAAAAJGQzMWY4ODAwLTRlMDYtNDYwMy1iOTJkLWRmZGI3NmI4N2ZiZg.png\",\"menuOrder\":0,\"uploadedTo\":1011,\"type\":\"image\",\"subtype\":\"png\",\"id\":1016,\"title\":\"AAEAAQAAAAAAAAAAAAAAJGQzMWY4ODAwLTRlMDYtNDYwMy1iOTJkLWRmZGI3NmI4N2ZiZg\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAAJGQzMWY4ODAwLTRlMDYtNDYwMy1iOTJkLWRmZGI3NmI4N2ZiZg.png\",\"link\":\"https://blueroan.netgen.cloud/the-bluebush/aaeaaqaaaaaaaaaaaaaajgqzmwy4odawltrlmdytndywmy1iotjklwrmzgi3nmi4n2zizg/\",\"alt\":\"\",\"author\":\"2\",\"description\":\"\",\"caption\":\"\",\"name\":\"aaeaaqaaaaaaaaaaaaaajgqzmwy4odawltrlmdytndywmy1iotjklwrmzgi3nmi4n2zizg\",\"status\":\"inherit\",\"modified\":1671015366000,\"mime\":\"image/png\",\"icon\":\"https://blueroan.netgen.cloud/wp-includes/images/media/default.png\",\"dateFormatted\":\"December 14, 2022\",\"nonces\":{\"update\":\"4cd1c286f5\",\"delete\":\"d9f6f5a0de\",\"edit\":\"9c51d771a4\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=1016\\u0026action=edit\",\"meta\":false,\"authorName\":\"Netgen Support\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/profile.php\",\"uploadedToTitle\":\"The Bluebush\",\"uploadedToLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=1011\\u0026action=edit\",\"filesizeInBytes\":738928,\"filesizeHumanReadable\":\"722 KB\",\"context\":\"\",\"height\":667,\"width\":1000,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAAJGQzMWY4ODAwLTRlMDYtNDYwMy1iOTJkLWRmZGI3NmI4N2ZiZg-150x150.png\",\"orientation\":\"landscape\"},\"medium\":{\"height\":200,\"width\":300,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAAJGQzMWY4ODAwLTRlMDYtNDYwMy1iOTJkLWRmZGI3NmI4N2ZiZg-300x200.png\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAAJGQzMWY4ODAwLTRlMDYtNDYwMy1iOTJkLWRmZGI3NmI4N2ZiZg.png\",\"height\":667,\"width\":1000,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"backgroundPositionDesktop\":{\"x\":0.47,\"y\":0.54},\"backgroundSizeTablet\":\"cover\",\"backgroundSizeMobile\":\"cover\",\"backgroundColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"backgroundImageColor\":\"rgba(42,42,42,0.5)\",\"topPaddingDesktop\":220,\"bottomPaddingDesktop\":150,\"topPaddingTablet\":170,\"bottomPaddingTablet\":160,\"leftPaddingTablet\":30,\"rightPaddingTablet\":30,\"topPaddingMobile\":180,\"bottomPaddingMobile\":80,\"leftPaddingMobile\":20,\"rightPaddingMobile\":20,\"paddingLink\":false,\"variationSelected\":true,\"isBlockRootParent\":true,\"overlayType\":\"color\"} -->\n<div class=\"wp-block-uagb-container uagb-block-f17eb9d0 alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/advanced-heading {\"block_id\":\"620c7d63\",\"classMigrate\":true,\"headingDescToggle\":true,\"headingColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"subHeadingColor\":\"var(\\u002d\\u002dast-global-color-4)\",\"headingTag\":\"h1\",\"headSpace\":20,\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"blockTopPadding\":0,\"blockRightPadding\":50,\"blockLeftPadding\":0,\"blockBottomPadding\":0,\"blockTopPaddingTablet\":0,\"blockRightPaddingTablet\":20,\"blockLeftPaddingTablet\":0,\"blockBottomPaddingTablet\":0,\"blockTopPaddingMobile\":0,\"blockRightPaddingMobile\":0,\"blockLeftPaddingMobile\":0,\"blockBottomPaddingMobile\":0,\"blockPaddingUnit\":\"%\",\"blockPaddingUnitTablet\":\"%\"} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-620c7d63\"><h1 class=\"uagb-heading-text\">The Bluebush</h1><p class=\"uagb-desc-text\">A cozy, pleasant suite that has a really homey atmosphere. Just like at home, settle in and relax. Unwind in the ideal corner-shaped spa bath and the open-concept living space.</p></div>\n<!-- /wp:uagb/advanced-heading --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"2555daaf\",\"backgroundType\":\"color\",\"backgroundSizeTablet\":\"cover\",\"backgroundSizeMobile\":\"cover\",\"backgroundColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"topPaddingDesktop\":120,\"bottomPaddingDesktop\":60,\"rightPaddingDesktop\":0,\"topPaddingTablet\":80,\"bottomPaddingTablet\":80,\"leftPaddingTablet\":30,\"rightPaddingTablet\":30,\"topPaddingMobile\":80,\"bottomPaddingMobile\":80,\"leftPaddingMobile\":20,\"rightPaddingMobile\":20,\"paddingLink\":false,\"variationSelected\":true,\"rowGapDesktop\":0,\"isBlockRootParent\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-2555daaf alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/container {\"block_id\":\"4c714d01\",\"directionDesktop\":\"row\",\"alignItemsDesktop\":\"flex-end\",\"alignItemsTablet\":\"flex-end\",\"justifyContentDesktop\":\"flex-end\",\"justifyContentTablet\":\"space-between\",\"variationSelected\":true,\"rowGapMobile\":20,\"columnGapDesktop\":0} -->\n<div class=\"wp-block-uagb-container uagb-block-4c714d01\"><!-- wp:uagb/advanced-heading {\"block_id\":\"72792a55\",\"classMigrate\":true,\"headingDescToggle\":true,\"subHeadingColor\":\"\",\"headSpace\":20,\"subHeadFontSize\":16} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-72792a55\"><h2 class=\"uagb-heading-text\">Come &amp; Stay With Us​ at The Bluebush Suite </h2><p class=\"uagb-desc-text\">It has one bedroom with a corner-shaped spa bath in the corner of the bedroom, a separate bathroom with a large walk-in shower, and an open-plan&nbsp;living area opening onto a covered patio with comfortable outside furniture. &nbsp;It has a large grassed, fenced, and gated garden with a brick braai.</p></div>\n<!-- /wp:uagb/advanced-heading --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:heading -->\n<h2>The bedroom </h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>This room contains the following: </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list -->\n<ul><!-- wp:list-item -->\n<li>King bed with electric blanket</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Corner shaped spa bath with 6 jets</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Bubble bath and candles</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Oil heater</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Stand fan</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Dressing table</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Hair dryer and dressing gowns</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Good quality linen</li>\n<!-- /wp:list-item --></ul>\n<!-- /wp:list --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":1021,\"width\":500,\"height\":334,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full is-resized\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/241531_798x533.jpg\" alt=\"The Bluebush bedroom at Blue Roan Country Lodge \" class=\"wp-image-1021\" width=\"500\" height=\"334\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":1022,\"width\":500,\"height\":334,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full is-resized\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/241532_798x533.jpg\" alt=\"The Bluebush spa bath at Blue Roan Country Lodge \" class=\"wp-image-1022\" width=\"500\" height=\"334\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:heading -->\n<h2>The bathroom</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>This room contains the following</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list -->\n<ul><!-- wp:list-item -->\n<li>Large walk-in shower</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Toilet and basin</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Soap, towels, toiletries and toilet paper</li>\n<!-- /wp:list-item --></ul>\n<!-- /wp:list --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:heading -->\n<h2>The Lounge</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>This room contains the following: </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list -->\n<ul><!-- wp:list-item -->\n<li>Log fireplace</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>3 piece upholstered lounge suite</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>32\" flat screen TV (DSTV - commercial bouquet with Sports, movies, Mnet, SABC 1,2 3 and E)</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>DVD player</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Pine dining table and 4 chairs</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Books and playing cards</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Glass sliding door out to the patio</li>\n<!-- /wp:list-item --></ul>\n<!-- /wp:list --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":1023,\"width\":500,\"height\":334,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full is-resized\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/241528_798x533.jpg\" alt=\"The Bluebush lounge at Blue Roan Country Lodge \" class=\"wp-image-1023\" width=\"500\" height=\"334\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":1348,\"width\":500,\"height\":334,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large is-resized\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Bluebush-kitchen-1024x768.jpg\" alt=\"\" class=\"wp-image-1348\" width=\"500\" height=\"334\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:heading -->\n<h2>The kitchen</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>This room contains the following</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list -->\n<ul><!-- wp:list-item -->\n<li>4 plate gas stove and oven</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Microwave oven, kettle, toaster</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Fridge with top freezer compartment</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Pots, pans, cutlery, crockery, wine &amp; champagne glasses</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>All kitchen utensils</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Ironing board and iron</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>All cleaning cloths and detergents and washing up liquid</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Paper towel, salt, pepper, tea, coffee and sugar</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Braai tongs, filter coffee plunger</li>\n<!-- /wp:list-item --></ul>\n<!-- /wp:list --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:heading -->\n<h2>The large patio with <br>mountain views</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>This room contains the following: </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list -->\n<ul><!-- wp:list-item -->\n<li>Chairs with cushions</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Glass table</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Brick braai</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Decorative lighting</li>\n<!-- /wp:list-item --></ul>\n<!-- /wp:list --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":1025,\"width\":500,\"height\":334,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full is-resized\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/241529_798x533.jpg\" alt=\"The Bluebush patio at Blue Roan Country Lodge \" class=\"wp-image-1025\" width=\"500\" height=\"334\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:heading {\"textAlign\":\"center\"} -->\n<h2 class=\"has-text-align-center\">Book your stay </h2>\n<!-- /wp:heading -->\n\n<!-- wp:buttons -->\n<div class=\"wp-block-buttons\"><!-- wp:button {\"align\":\"center\"} -->\n<div class=\"wp-block-button aligncenter\"><a class=\"wp-block-button__link wp-element-button\" href=\"https://book.nightsbridge.com/11065\" target=\"_blank\" rel=\"noreferrer noopener\">Reservations</a></div>\n<!-- /wp:button -->\n\n<!-- wp:button /--></div>\n<!-- /wp:buttons --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"d536f13d\",\"innerContentCustomWidthDesktop\":781,\"innerContentCustomWidthTablet\":781,\"backgroundType\":\"image\",\"backgroundImageDesktop\":{\"uploading\":false,\"date\":1670943271000,\"filename\":\"AAEAAQAAAAAAAAAAAAAA39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba.png\",\"menuOrder\":0,\"uploadedTo\":761,\"type\":\"image\",\"subtype\":\"png\",\"id\":899,\"title\":\"AAEAAQAAAAAAAAAAAAAA39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAA39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba.png\",\"link\":\"https://blueroan.netgen.cloud/accommodation/aaeaaqaaaaaaaaaaaaaa39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba/\",\"alt\":\"\",\"author\":\"2\",\"description\":\"\",\"caption\":\"\",\"name\":\"aaeaaqaaaaaaaaaaaaaa39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba\",\"status\":\"inherit\",\"modified\":1670943271000,\"mime\":\"image/png\",\"icon\":\"https://blueroan.netgen.cloud/wp-includes/images/media/default.png\",\"dateFormatted\":\"December 13, 2022\",\"nonces\":{\"update\":\"45b2b6c69b\",\"delete\":\"75d81c42ab\",\"edit\":\"88fae030a9\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=899\\u0026action=edit\",\"meta\":false,\"authorName\":\"Netgen Support\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/profile.php\",\"uploadedToTitle\":\"Accommodation\",\"uploadedToLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=761\\u0026action=edit\",\"filesizeInBytes\":2338048,\"filesizeHumanReadable\":\"2 MB\",\"context\":\"\",\"height\":900,\"width\":1200,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAA39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba-150x150.png\",\"orientation\":\"landscape\"},\"medium\":{\"height\":225,\"width\":300,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAA39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba-300x225.png\",\"orientation\":\"landscape\"},\"large\":{\"height\":768,\"width\":1024,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAA39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba-1024x768.png\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAA39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba.png\",\"height\":900,\"width\":1200,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"backgroundImageColor\":\"rgba(42,42,42,0.65)\",\"topPaddingDesktop\":144,\"bottomPaddingDesktop\":144,\"leftPaddingDesktop\":40,\"rightPaddingDesktop\":40,\"topPaddingTablet\":80,\"bottomPaddingTablet\":80,\"leftPaddingTablet\":40,\"rightPaddingTablet\":40,\"topPaddingMobile\":64,\"bottomPaddingMobile\":64,\"leftPaddingMobile\":24,\"rightPaddingMobile\":24,\"paddingLink\":false,\"variationSelected\":true,\"isBlockRootParent\":true,\"overlayType\":\"color\"} -->\n<div class=\"wp-block-uagb-container uagb-block-d536f13d alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/advanced-heading {\"block_id\":\"c9e98bd4\",\"classMigrate\":true,\"headingDescToggle\":true,\"headingAlign\":\"center\",\"headingColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"subHeadingColor\":\"var(\\u002d\\u002dast-global-color-4)\",\"headSpace\":20} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-c9e98bd4\"><h2 class=\"uagb-heading-text\">Plan an Unforgettable Experience at<br>Blue Roan!</h2><p class=\"uagb-desc-text\">We can help you fit your stay and experience within your allotted budget.</p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/advanced-heading {\"block_id\":\"2038e9c4\",\"classMigrate\":true,\"headingTitleToggle\":false,\"headingDescToggle\":true,\"headingAlign\":\"center\",\"subHeadingColor\":\"var(\\u002d\\u002dast-global-color-4)\",\"subHeadTransform\":\"uppercase\",\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"subHeadLetterSpacing\":2,\"blockTopPadding\":60,\"blockRightPadding\":0,\"blockLeftPadding\":0,\"blockBottomPadding\":0,\"blockTopPaddingMobile\":30,\"blockRightPaddingMobile\":0,\"blockLeftPaddingMobile\":0,\"blockBottomPaddingMobile\":0,\"linkColor\":\"var(\\u002d\\u002dast-global-color-8)\",\"linkHColor\":\"var(\\u002d\\u002dast-global-color-1)\"} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-2038e9c4\"><p class=\"uagb-desc-text\"><a href=\"https://book.nightsbridge.com/11065\" target=\"_blank\" rel=\"noreferrer noopener\">BOOK YOUR STAY NOW​<br></a></p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/icon-list {\"block_id\":\"eb7866bf\",\"classMigrate\":true,\"childMigrate\":true,\"align\":\"center\",\"parentIcon\":\"phone\",\"size\":40,\"sizeMobile\":24,\"sizeTablet\":32,\"fontSize\":48,\"fontSizeMobile\":28,\"fontSizeTablet\":40,\"fontWeight\":\"600\",\"iconColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"labelColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"blockTopPadding\":0,\"blockRightPadding\":0,\"blockLeftPadding\":0,\"blockBottomPadding\":24,\"blockPaddingLink\":false} -->\n<div class=\"wp-block-uagb-icon-list uagb-block-eb7866bf\"><div class=\"uagb-icon-list__wrap\"><!-- wp:uagb/icon-list-child {\"block_id\":\"53111de1\",\"label\":\" + 27 (0) 82 575 5409\",\"label_color\":\"\",\"link\":\"tel:+27825755409\",\"disableLink\":true,\"fromParentIcon\":\"phone\",\"imageSizeChild\":40} -->\n<div class=\"wp-block-uagb-icon-list-child uagb-block-53111de1\"><a target=\"_self\" aria-label=\" + 27 (0) 82 575 5409\" rel=\"noopener noreferrer\" href=\"tel:+27825755409\"> </a><span class=\"uagb-icon-list__source-wrap\"><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M511.2 387l-23.25 100.8c-3.266 14.25-15.79 24.22-30.46 24.22C205.2 512 0 306.8 0 54.5c0-14.66 9.969-27.2 24.22-30.45l100.8-23.25C139.7-2.602 154.7 5.018 160.8 18.92l46.52 108.5c5.438 12.78 1.77 27.67-8.98 36.45L144.5 207.1c33.98 69.22 90.26 125.5 159.5 159.5l44.08-53.8c8.688-10.78 23.69-14.51 36.47-8.975l108.5 46.51C506.1 357.2 514.6 372.4 511.2 387z\"></path></svg></span><span class=\"uagb-icon-list__label\"> + 27 (0) 82 575 5409</span></div>\n<!-- /wp:uagb/icon-list-child -->\n\n<!-- wp:uagb/icon-list-child {\"block_id\":\"e6ae6a9c\",\"label\":\"blueroan@ugo.co.za\",\"icon\":\"envelope\",\"label_color\":\"\",\"link\":\"mailto:blueroan@ugo.co.za\",\"disableLink\":true,\"fromParentIcon\":\"phone\",\"imageSizeChild\":40} -->\n<div class=\"wp-block-uagb-icon-list-child uagb-block-e6ae6a9c\"><a target=\"_self\" aria-label=\"blueroan@ugo.co.za\" rel=\"noopener noreferrer\" href=\"mailto:blueroan@ugo.co.za\"> </a><span class=\"uagb-icon-list__source-wrap\"><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M464 64C490.5 64 512 85.49 512 112C512 127.1 504.9 141.3 492.8 150.4L275.2 313.6C263.8 322.1 248.2 322.1 236.8 313.6L19.2 150.4C7.113 141.3 0 127.1 0 112C0 85.49 21.49 64 48 64H464zM217.6 339.2C240.4 356.3 271.6 356.3 294.4 339.2L512 176V384C512 419.3 483.3 448 448 448H64C28.65 448 0 419.3 0 384V176L217.6 339.2z\"></path></svg></span><span class=\"uagb-icon-list__label\">blueroan@ugo.co.za</span></div>\n<!-- /wp:uagb/icon-list-child --></div></div>\n<!-- /wp:uagb/icon-list --></div></div>\n<!-- /wp:uagb/container -->',	'The Bluebush',	'',	'publish',	'closed',	'closed',	'',	'the-bluebush',	'',	'',	'2022-12-19 14:19:20',	'2022-12-19 14:19:20',	'',	0,	'https://blueroan.netgen.cloud/?page_id=1011',	0,	'page',	'',	0),
(1012,	2,	'2022-12-14 10:52:56',	'2022-12-14 10:52:56',	'<!-- wp:uagb/container {\"block_id\":\"fccbbfae\",\"backgroundType\":\"image\",\"backgroundImageDesktop\":{\"uploading\":false,\"date\":1671013913000,\"filename\":\"AAEAAQAAAAAAAAAAAAAAJDhhMDc2NjU5LTcwNjEtNGZjMS04ZWI4LWJmZmYzNzdkMWZkNA.png\",\"menuOrder\":0,\"uploadedTo\":987,\"type\":\"image\",\"subtype\":\"png\",\"id\":992,\"title\":\"The Tuscan Suite at Blue Roan Country Lodge \",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAAJDhhMDc2NjU5LTcwNjEtNGZjMS04ZWI4LWJmZmYzNzdkMWZkNA.png\",\"link\":\"https://blueroan.netgen.cloud/the-tuscan-suite/aaeaaqaaaaaaaaaaaaaajdhhmdc2nju5ltcwnjetngzjms04zwi4lwjmzmyznzdkmwzkna/\",\"alt\":\"The Tuscan Suite at Blue Roan Country Lodge \",\"author\":\"2\",\"description\":\"\",\"caption\":\"\",\"name\":\"aaeaaqaaaaaaaaaaaaaajdhhmdc2nju5ltcwnjetngzjms04zwi4lwjmzmyznzdkmwzkna\",\"status\":\"inherit\",\"modified\":1671013913000,\"mime\":\"image/png\",\"icon\":\"https://blueroan.netgen.cloud/wp-includes/images/media/default.png\",\"dateFormatted\":\"December 14, 2022\",\"nonces\":{\"update\":\"e9703f86b5\",\"delete\":\"6ab42998e1\",\"edit\":\"8311b8ae58\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=992\\u0026action=edit\",\"meta\":false,\"authorName\":\"Netgen Support\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/profile.php\",\"uploadedToTitle\":\"The Tuscan Suite\",\"uploadedToLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=987\\u0026action=edit\",\"filesizeInBytes\":868042,\"filesizeHumanReadable\":\"848 KB\",\"context\":\"\",\"height\":667,\"width\":1000,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAAJDhhMDc2NjU5LTcwNjEtNGZjMS04ZWI4LWJmZmYzNzdkMWZkNA-150x150.png\",\"orientation\":\"landscape\"},\"medium\":{\"height\":200,\"width\":300,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAAJDhhMDc2NjU5LTcwNjEtNGZjMS04ZWI4LWJmZmYzNzdkMWZkNA-300x200.png\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAAJDhhMDc2NjU5LTcwNjEtNGZjMS04ZWI4LWJmZmYzNzdkMWZkNA.png\",\"height\":667,\"width\":1000,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"backgroundPositionDesktop\":{\"x\":0.47,\"y\":0.54},\"backgroundSizeTablet\":\"cover\",\"backgroundSizeMobile\":\"cover\",\"backgroundColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"backgroundImageColor\":\"rgba(42,42,42,0.5)\",\"topPaddingDesktop\":220,\"bottomPaddingDesktop\":150,\"topPaddingTablet\":170,\"bottomPaddingTablet\":160,\"leftPaddingTablet\":30,\"rightPaddingTablet\":30,\"topPaddingMobile\":180,\"bottomPaddingMobile\":80,\"leftPaddingMobile\":20,\"rightPaddingMobile\":20,\"paddingLink\":false,\"variationSelected\":true,\"isBlockRootParent\":true,\"overlayType\":\"color\"} -->\n<div class=\"wp-block-uagb-container uagb-block-fccbbfae alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/advanced-heading {\"block_id\":\"a7b736c8\",\"classMigrate\":true,\"headingDescToggle\":true,\"headingColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"subHeadingColor\":\"var(\\u002d\\u002dast-global-color-4)\",\"headingTag\":\"h1\",\"headSpace\":20,\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"blockTopPadding\":0,\"blockRightPadding\":50,\"blockLeftPadding\":0,\"blockBottomPadding\":0,\"blockTopPaddingTablet\":0,\"blockRightPaddingTablet\":20,\"blockLeftPaddingTablet\":0,\"blockBottomPaddingTablet\":0,\"blockTopPaddingMobile\":0,\"blockRightPaddingMobile\":0,\"blockLeftPaddingMobile\":0,\"blockBottomPaddingMobile\":0,\"blockPaddingUnit\":\"%\",\"blockPaddingUnitTablet\":\"%\"} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-a7b736c8\"><h1 class=\"uagb-heading-text\">The Tuscan Suite</h1><p class=\"uagb-desc-text\">Tuscan interior design is characterized by terra-cotta tiles, textured wall coverings, exquisite, detailed murals, and basic, tough furniture with tasteful iron accents.</p></div>\n<!-- /wp:uagb/advanced-heading --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"feee6e25\",\"backgroundType\":\"color\",\"backgroundSizeTablet\":\"cover\",\"backgroundSizeMobile\":\"cover\",\"backgroundColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"topPaddingDesktop\":120,\"bottomPaddingDesktop\":60,\"rightPaddingDesktop\":0,\"topPaddingTablet\":80,\"bottomPaddingTablet\":80,\"leftPaddingTablet\":30,\"rightPaddingTablet\":30,\"topPaddingMobile\":80,\"bottomPaddingMobile\":80,\"leftPaddingMobile\":20,\"rightPaddingMobile\":20,\"paddingLink\":false,\"variationSelected\":true,\"rowGapDesktop\":0,\"isBlockRootParent\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-feee6e25 alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/container {\"block_id\":\"0271c0ef\",\"directionDesktop\":\"row\",\"alignItemsDesktop\":\"flex-end\",\"alignItemsTablet\":\"flex-end\",\"justifyContentDesktop\":\"flex-end\",\"justifyContentTablet\":\"space-between\",\"variationSelected\":true,\"rowGapMobile\":20,\"columnGapDesktop\":0} -->\n<div class=\"wp-block-uagb-container uagb-block-0271c0ef\"><!-- wp:uagb/advanced-heading {\"block_id\":\"0720adca\",\"classMigrate\":true,\"headingDescToggle\":true,\"subHeadingColor\":\"\",\"headSpace\":20,\"subHeadFontSize\":16} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-0720adca\"><h2 class=\"uagb-heading-text\">Come &amp; Stay With Us​ at The Tuscan Suite </h2><p class=\"uagb-desc-text\">The elevated king bed in this open-concept unit is on a platform that faces the TV and the mountains. It offers a private bathroom with an oval spa bath and a spacious walk-in shower. Sliding glass doors in the suite lead out to a covered patio with a stone braai and cozy patio chairs. It features a green garden that is gated and fenced and leads to the park. ​</p></div>\n<!-- /wp:uagb/advanced-heading --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:heading -->\n<h2>The bedroom </h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>This room contains the following: </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list -->\n<ul><!-- wp:list-item -->\n<li>King bed with electric blanket</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Electric heater</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Stand fan</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Hair dryer &amp; dressing gowns</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Good quality linen</li>\n<!-- /wp:list-item --></ul>\n<!-- /wp:list --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":992,\"width\":500,\"height\":334,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full is-resized\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAAJDhhMDc2NjU5LTcwNjEtNGZjMS04ZWI4LWJmZmYzNzdkMWZkNA.png\" alt=\"The Tuscan Suite at Blue Roan Country Lodge\" class=\"wp-image-992\" width=\"500\" height=\"334\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":1001,\"width\":500,\"height\":334,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full is-resized\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAAJGZjZmVhNGIyLThiY2EtNDUxOS1hMmY1LWZkMmVmYzRhOWIwYw.png\" alt=\"\" class=\"wp-image-1001\" width=\"500\" height=\"334\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:heading -->\n<h2>The bathroom</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>This room contains the following</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list -->\n<ul><!-- wp:list-item -->\n<li>Large walk-in shower</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Oval spa bath with 6 jets</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Bubble bath and candles</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Soap, toiletries and towels</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Toilet and basin – toilet paper provided</li>\n<!-- /wp:list-item --></ul>\n<!-- /wp:list --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:heading -->\n<h2>The Lounge</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>This room contains the following: </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list -->\n<ul><!-- wp:list-item -->\n<li>Log fireplace</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>2-seater recliner settee</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Comfortable upholstered chair</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>TV&nbsp;(DSTV - commercial bouquet with Sports, news, movies, Mnet, SABC 1,2 3 and Etv as well as other channels)</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>DVD player</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Books and playing cards</li>\n<!-- /wp:list-item --></ul>\n<!-- /wp:list --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":1003,\"width\":500,\"height\":334,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full is-resized\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/241523_798x533.jpg\" alt=\"\" class=\"wp-image-1003\" width=\"500\" height=\"334\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":997,\"width\":500,\"height\":334,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full is-resized\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAAJDIzMjZiNmQ1LTk3MTAtNDIxMC05OWE3LWJlMmQxNDliMDVmMQ.png\" alt=\"The kitchen in The Tuscany suite at Blue Roan lodge\" class=\"wp-image-997\" width=\"500\" height=\"334\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:heading -->\n<h2>The kitchen</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>This room contains the following</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list -->\n<ul><!-- wp:list-item -->\n<li>4 plate gas stove and oven</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Microwave oven, kettle, toaster, coffee plunger</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Fridge with top freezer compartment</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Pots, pans, cutlery, crockery, wine &amp; champagne glasses</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>All kitchen utensils</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Ironing board and iron</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>All cleaning cloths and detergents and washing up liquid</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Paper towel, salt, pepper, coffee, tea and sugar</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Braai tongs</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Breakfast table cafe style and 2 chairs</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Glass sliding door out to the patio</li>\n<!-- /wp:list-item --></ul>\n<!-- /wp:list --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:heading -->\n<h2>The large patio with <br>mountain views</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>This room contains the following: </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list -->\n<ul><!-- wp:list-item -->\n<li>Chairs with cushions</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Mosaic table</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Brick braai</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Decorative lighting</li>\n<!-- /wp:list-item --></ul>\n<!-- /wp:list --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":999,\"width\":500,\"height\":334,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full is-resized\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAAJDI0ZWY4NDc1LThjYjYtNDM3YS1iOTliLWNmOWQxYTJkMWU5MQ.png\" alt=\"\" class=\"wp-image-999\" width=\"500\" height=\"334\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:heading {\"textAlign\":\"center\"} -->\n<h2 class=\"has-text-align-center\">Book your stay </h2>\n<!-- /wp:heading -->\n\n<!-- wp:buttons -->\n<div class=\"wp-block-buttons\"><!-- wp:button {\"align\":\"center\"} -->\n<div class=\"wp-block-button aligncenter\"><a class=\"wp-block-button__link wp-element-button\" href=\"https://book.nightsbridge.com/11065\" target=\"_blank\" rel=\"noreferrer noopener\">Reservations</a></div>\n<!-- /wp:button -->\n\n<!-- wp:button /--></div>\n<!-- /wp:buttons --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"ed2ff986\",\"innerContentCustomWidthDesktop\":781,\"innerContentCustomWidthTablet\":781,\"backgroundType\":\"image\",\"backgroundImageDesktop\":{\"uploading\":false,\"date\":1670943271000,\"filename\":\"AAEAAQAAAAAAAAAAAAAA39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba.png\",\"menuOrder\":0,\"uploadedTo\":761,\"type\":\"image\",\"subtype\":\"png\",\"id\":899,\"title\":\"AAEAAQAAAAAAAAAAAAAA39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAA39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba.png\",\"link\":\"https://blueroan.netgen.cloud/accommodation/aaeaaqaaaaaaaaaaaaaa39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba/\",\"alt\":\"\",\"author\":\"2\",\"description\":\"\",\"caption\":\"\",\"name\":\"aaeaaqaaaaaaaaaaaaaa39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba\",\"status\":\"inherit\",\"modified\":1670943271000,\"mime\":\"image/png\",\"icon\":\"https://blueroan.netgen.cloud/wp-includes/images/media/default.png\",\"dateFormatted\":\"December 13, 2022\",\"nonces\":{\"update\":\"45b2b6c69b\",\"delete\":\"75d81c42ab\",\"edit\":\"88fae030a9\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=899\\u0026action=edit\",\"meta\":false,\"authorName\":\"Netgen Support\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/profile.php\",\"uploadedToTitle\":\"Accommodation\",\"uploadedToLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=761\\u0026action=edit\",\"filesizeInBytes\":2338048,\"filesizeHumanReadable\":\"2 MB\",\"context\":\"\",\"height\":900,\"width\":1200,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAA39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba-150x150.png\",\"orientation\":\"landscape\"},\"medium\":{\"height\":225,\"width\":300,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAA39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba-300x225.png\",\"orientation\":\"landscape\"},\"large\":{\"height\":768,\"width\":1024,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAA39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba-1024x768.png\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAA39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba.png\",\"height\":900,\"width\":1200,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"backgroundImageColor\":\"rgba(42,42,42,0.65)\",\"topPaddingDesktop\":144,\"bottomPaddingDesktop\":144,\"leftPaddingDesktop\":40,\"rightPaddingDesktop\":40,\"topPaddingTablet\":80,\"bottomPaddingTablet\":80,\"leftPaddingTablet\":40,\"rightPaddingTablet\":40,\"topPaddingMobile\":64,\"bottomPaddingMobile\":64,\"leftPaddingMobile\":24,\"rightPaddingMobile\":24,\"paddingLink\":false,\"variationSelected\":true,\"isBlockRootParent\":true,\"overlayType\":\"color\"} -->\n<div class=\"wp-block-uagb-container uagb-block-ed2ff986 alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/advanced-heading {\"block_id\":\"bdf55b29\",\"classMigrate\":true,\"headingDescToggle\":true,\"headingAlign\":\"center\",\"headingColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"subHeadingColor\":\"var(\\u002d\\u002dast-global-color-4)\",\"headSpace\":20} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-bdf55b29\"><h2 class=\"uagb-heading-text\">Plan an Unforgettable Experience at<br>Blue Roan!</h2><p class=\"uagb-desc-text\">We can help you fit your stay and experience within your allotted budget.</p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/advanced-heading {\"block_id\":\"0b758d52\",\"classMigrate\":true,\"headingTitleToggle\":false,\"headingDescToggle\":true,\"headingAlign\":\"center\",\"subHeadingColor\":\"var(\\u002d\\u002dast-global-color-4)\",\"subHeadTransform\":\"uppercase\",\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"subHeadLetterSpacing\":2,\"blockTopPadding\":60,\"blockRightPadding\":0,\"blockLeftPadding\":0,\"blockBottomPadding\":0,\"blockTopPaddingMobile\":30,\"blockRightPaddingMobile\":0,\"blockLeftPaddingMobile\":0,\"blockBottomPaddingMobile\":0,\"linkColor\":\"var(\\u002d\\u002dast-global-color-8)\",\"linkHColor\":\"var(\\u002d\\u002dast-global-color-1)\"} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-0b758d52\"><p class=\"uagb-desc-text\"><a href=\"https://book.nightsbridge.com/11065\" target=\"_blank\" rel=\"noreferrer noopener\">BOOK YOUR STAY NOW​<br></a></p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/icon-list {\"block_id\":\"eac9de0a\",\"classMigrate\":true,\"childMigrate\":true,\"align\":\"center\",\"parentIcon\":\"phone\",\"size\":40,\"sizeMobile\":24,\"sizeTablet\":32,\"fontSize\":48,\"fontSizeMobile\":28,\"fontSizeTablet\":40,\"fontWeight\":\"600\",\"iconColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"labelColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"blockTopPadding\":0,\"blockRightPadding\":0,\"blockLeftPadding\":0,\"blockBottomPadding\":24,\"blockPaddingLink\":false} -->\n<div class=\"wp-block-uagb-icon-list uagb-block-eac9de0a\"><div class=\"uagb-icon-list__wrap\"><!-- wp:uagb/icon-list-child {\"block_id\":\"90f7b0c5\",\"label\":\" + 27 (0) 82 575 5409\",\"label_color\":\"\",\"link\":\"tel:+27825755409\",\"disableLink\":true,\"fromParentIcon\":\"phone\",\"imageSizeChild\":40} -->\n<div class=\"wp-block-uagb-icon-list-child uagb-block-90f7b0c5\"><a target=\"_self\" aria-label=\" + 27 (0) 82 575 5409\" rel=\"noopener noreferrer\" href=\"tel:+27825755409\"> </a><span class=\"uagb-icon-list__source-wrap\"><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M511.2 387l-23.25 100.8c-3.266 14.25-15.79 24.22-30.46 24.22C205.2 512 0 306.8 0 54.5c0-14.66 9.969-27.2 24.22-30.45l100.8-23.25C139.7-2.602 154.7 5.018 160.8 18.92l46.52 108.5c5.438 12.78 1.77 27.67-8.98 36.45L144.5 207.1c33.98 69.22 90.26 125.5 159.5 159.5l44.08-53.8c8.688-10.78 23.69-14.51 36.47-8.975l108.5 46.51C506.1 357.2 514.6 372.4 511.2 387z\"></path></svg></span><span class=\"uagb-icon-list__label\"> + 27 (0) 82 575 5409</span></div>\n<!-- /wp:uagb/icon-list-child -->\n\n<!-- wp:uagb/icon-list-child {\"block_id\":\"bcfb1bf0\",\"label\":\"blueroan@ugo.co.za\",\"icon\":\"envelope\",\"label_color\":\"\",\"link\":\"mailto:blueroan@ugo.co.za\",\"disableLink\":true,\"fromParentIcon\":\"phone\",\"imageSizeChild\":40} -->\n<div class=\"wp-block-uagb-icon-list-child uagb-block-bcfb1bf0\"><a target=\"_self\" aria-label=\"blueroan@ugo.co.za\" rel=\"noopener noreferrer\" href=\"mailto:blueroan@ugo.co.za\"> </a><span class=\"uagb-icon-list__source-wrap\"><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M464 64C490.5 64 512 85.49 512 112C512 127.1 504.9 141.3 492.8 150.4L275.2 313.6C263.8 322.1 248.2 322.1 236.8 313.6L19.2 150.4C7.113 141.3 0 127.1 0 112C0 85.49 21.49 64 48 64H464zM217.6 339.2C240.4 356.3 271.6 356.3 294.4 339.2L512 176V384C512 419.3 483.3 448 448 448H64C28.65 448 0 419.3 0 384V176L217.6 339.2z\"></path></svg></span><span class=\"uagb-icon-list__label\">blueroan@ugo.co.za</span></div>\n<!-- /wp:uagb/icon-list-child --></div></div>\n<!-- /wp:uagb/icon-list --></div></div>\n<!-- /wp:uagb/container -->',	'The Bluebush',	'',	'inherit',	'closed',	'closed',	'',	'1011-revision-v1',	'',	'',	'2022-12-14 10:52:56',	'2022-12-14 10:52:56',	'',	1011,	'https://blueroan.netgen.cloud/?p=1012',	0,	'revision',	'',	0),
(1013,	2,	'2022-12-14 10:53:19',	'2022-12-14 10:53:19',	'<!-- wp:uagb/container {\"block_id\":\"d8f9175e\",\"backgroundType\":\"image\",\"backgroundImageDesktop\":{\"uploading\":false,\"date\":1671013913000,\"filename\":\"AAEAAQAAAAAAAAAAAAAAJDhhMDc2NjU5LTcwNjEtNGZjMS04ZWI4LWJmZmYzNzdkMWZkNA.png\",\"menuOrder\":0,\"uploadedTo\":987,\"type\":\"image\",\"subtype\":\"png\",\"id\":992,\"title\":\"The Tuscan Suite at Blue Roan Country Lodge \",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAAJDhhMDc2NjU5LTcwNjEtNGZjMS04ZWI4LWJmZmYzNzdkMWZkNA.png\",\"link\":\"https://blueroan.netgen.cloud/the-tuscan-suite/aaeaaqaaaaaaaaaaaaaajdhhmdc2nju5ltcwnjetngzjms04zwi4lwjmzmyznzdkmwzkna/\",\"alt\":\"The Tuscan Suite at Blue Roan Country Lodge \",\"author\":\"2\",\"description\":\"\",\"caption\":\"\",\"name\":\"aaeaaqaaaaaaaaaaaaaajdhhmdc2nju5ltcwnjetngzjms04zwi4lwjmzmyznzdkmwzkna\",\"status\":\"inherit\",\"modified\":1671013913000,\"mime\":\"image/png\",\"icon\":\"https://blueroan.netgen.cloud/wp-includes/images/media/default.png\",\"dateFormatted\":\"December 14, 2022\",\"nonces\":{\"update\":\"e9703f86b5\",\"delete\":\"6ab42998e1\",\"edit\":\"8311b8ae58\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=992\\u0026action=edit\",\"meta\":false,\"authorName\":\"Netgen Support\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/profile.php\",\"uploadedToTitle\":\"The Tuscan Suite\",\"uploadedToLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=987\\u0026action=edit\",\"filesizeInBytes\":868042,\"filesizeHumanReadable\":\"848 KB\",\"context\":\"\",\"height\":667,\"width\":1000,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAAJDhhMDc2NjU5LTcwNjEtNGZjMS04ZWI4LWJmZmYzNzdkMWZkNA-150x150.png\",\"orientation\":\"landscape\"},\"medium\":{\"height\":200,\"width\":300,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAAJDhhMDc2NjU5LTcwNjEtNGZjMS04ZWI4LWJmZmYzNzdkMWZkNA-300x200.png\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAAJDhhMDc2NjU5LTcwNjEtNGZjMS04ZWI4LWJmZmYzNzdkMWZkNA.png\",\"height\":667,\"width\":1000,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"backgroundPositionDesktop\":{\"x\":0.47,\"y\":0.54},\"backgroundSizeTablet\":\"cover\",\"backgroundSizeMobile\":\"cover\",\"backgroundColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"backgroundImageColor\":\"rgba(42,42,42,0.5)\",\"topPaddingDesktop\":220,\"bottomPaddingDesktop\":150,\"topPaddingTablet\":170,\"bottomPaddingTablet\":160,\"leftPaddingTablet\":30,\"rightPaddingTablet\":30,\"topPaddingMobile\":180,\"bottomPaddingMobile\":80,\"leftPaddingMobile\":20,\"rightPaddingMobile\":20,\"paddingLink\":false,\"variationSelected\":true,\"isBlockRootParent\":true,\"overlayType\":\"color\"} -->\n<div class=\"wp-block-uagb-container uagb-block-d8f9175e alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/advanced-heading {\"block_id\":\"ca800285\",\"classMigrate\":true,\"headingDescToggle\":true,\"headingColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"subHeadingColor\":\"var(\\u002d\\u002dast-global-color-4)\",\"headingTag\":\"h1\",\"headSpace\":20,\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"blockTopPadding\":0,\"blockRightPadding\":50,\"blockLeftPadding\":0,\"blockBottomPadding\":0,\"blockTopPaddingTablet\":0,\"blockRightPaddingTablet\":20,\"blockLeftPaddingTablet\":0,\"blockBottomPaddingTablet\":0,\"blockTopPaddingMobile\":0,\"blockRightPaddingMobile\":0,\"blockLeftPaddingMobile\":0,\"blockBottomPaddingMobile\":0,\"blockPaddingUnit\":\"%\",\"blockPaddingUnitTablet\":\"%\"} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-ca800285\"><h1 class=\"uagb-heading-text\">The Bluebush</h1><p class=\"uagb-desc-text\">Tuscan interior design is characterized by terra-cotta tiles, textured wall coverings, exquisite, detailed murals, and basic, tough furniture with tasteful iron accents.</p></div>\n<!-- /wp:uagb/advanced-heading --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"7542d2af\",\"backgroundType\":\"color\",\"backgroundSizeTablet\":\"cover\",\"backgroundSizeMobile\":\"cover\",\"backgroundColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"topPaddingDesktop\":120,\"bottomPaddingDesktop\":60,\"rightPaddingDesktop\":0,\"topPaddingTablet\":80,\"bottomPaddingTablet\":80,\"leftPaddingTablet\":30,\"rightPaddingTablet\":30,\"topPaddingMobile\":80,\"bottomPaddingMobile\":80,\"leftPaddingMobile\":20,\"rightPaddingMobile\":20,\"paddingLink\":false,\"variationSelected\":true,\"rowGapDesktop\":0,\"isBlockRootParent\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-7542d2af alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/container {\"block_id\":\"dce63ff2\",\"directionDesktop\":\"row\",\"alignItemsDesktop\":\"flex-end\",\"alignItemsTablet\":\"flex-end\",\"justifyContentDesktop\":\"flex-end\",\"justifyContentTablet\":\"space-between\",\"variationSelected\":true,\"rowGapMobile\":20,\"columnGapDesktop\":0} -->\n<div class=\"wp-block-uagb-container uagb-block-dce63ff2\"><!-- wp:uagb/advanced-heading {\"block_id\":\"bf37aed5\",\"classMigrate\":true,\"headingDescToggle\":true,\"subHeadingColor\":\"\",\"headSpace\":20,\"subHeadFontSize\":16} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-bf37aed5\"><h2 class=\"uagb-heading-text\">Come &amp; Stay With Us​ at The Tuscan Suite </h2><p class=\"uagb-desc-text\">The elevated king bed in this open-concept unit is on a platform that faces the TV and the mountains. It offers a private bathroom with an oval spa bath and a spacious walk-in shower. Sliding glass doors in the suite lead out to a covered patio with a stone braai and cozy patio chairs. It features a green garden that is gated and fenced and leads to the park. ​</p></div>\n<!-- /wp:uagb/advanced-heading --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:heading -->\n<h2>The bedroom </h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>This room contains the following: </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list -->\n<ul><!-- wp:list-item -->\n<li>King bed with electric blanket</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Electric heater</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Stand fan</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Hair dryer &amp; dressing gowns</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Good quality linen</li>\n<!-- /wp:list-item --></ul>\n<!-- /wp:list --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":992,\"width\":500,\"height\":334,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full is-resized\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAAJDhhMDc2NjU5LTcwNjEtNGZjMS04ZWI4LWJmZmYzNzdkMWZkNA.png\" alt=\"The Tuscan Suite at Blue Roan Country Lodge\" class=\"wp-image-992\" width=\"500\" height=\"334\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":1001,\"width\":500,\"height\":334,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full is-resized\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAAJGZjZmVhNGIyLThiY2EtNDUxOS1hMmY1LWZkMmVmYzRhOWIwYw.png\" alt=\"\" class=\"wp-image-1001\" width=\"500\" height=\"334\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:heading -->\n<h2>The bathroom</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>This room contains the following</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list -->\n<ul><!-- wp:list-item -->\n<li>Large walk-in shower</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Oval spa bath with 6 jets</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Bubble bath and candles</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Soap, toiletries and towels</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Toilet and basin – toilet paper provided</li>\n<!-- /wp:list-item --></ul>\n<!-- /wp:list --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:heading -->\n<h2>The Lounge</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>This room contains the following: </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list -->\n<ul><!-- wp:list-item -->\n<li>Log fireplace</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>2-seater recliner settee</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Comfortable upholstered chair</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>TV&nbsp;(DSTV - commercial bouquet with Sports, news, movies, Mnet, SABC 1,2 3 and Etv as well as other channels)</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>DVD player</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Books and playing cards</li>\n<!-- /wp:list-item --></ul>\n<!-- /wp:list --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":1003,\"width\":500,\"height\":334,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full is-resized\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/241523_798x533.jpg\" alt=\"\" class=\"wp-image-1003\" width=\"500\" height=\"334\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":997,\"width\":500,\"height\":334,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full is-resized\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAAJDIzMjZiNmQ1LTk3MTAtNDIxMC05OWE3LWJlMmQxNDliMDVmMQ.png\" alt=\"The kitchen in The Tuscany suite at Blue Roan lodge\" class=\"wp-image-997\" width=\"500\" height=\"334\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:heading -->\n<h2>The kitchen</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>This room contains the following</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list -->\n<ul><!-- wp:list-item -->\n<li>4 plate gas stove and oven</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Microwave oven, kettle, toaster, coffee plunger</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Fridge with top freezer compartment</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Pots, pans, cutlery, crockery, wine &amp; champagne glasses</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>All kitchen utensils</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Ironing board and iron</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>All cleaning cloths and detergents and washing up liquid</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Paper towel, salt, pepper, coffee, tea and sugar</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Braai tongs</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Breakfast table cafe style and 2 chairs</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Glass sliding door out to the patio</li>\n<!-- /wp:list-item --></ul>\n<!-- /wp:list --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:heading -->\n<h2>The large patio with <br>mountain views</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>This room contains the following: </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list -->\n<ul><!-- wp:list-item -->\n<li>Chairs with cushions</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Mosaic table</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Brick braai</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Decorative lighting</li>\n<!-- /wp:list-item --></ul>\n<!-- /wp:list --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":999,\"width\":500,\"height\":334,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full is-resized\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAAJDI0ZWY4NDc1LThjYjYtNDM3YS1iOTliLWNmOWQxYTJkMWU5MQ.png\" alt=\"\" class=\"wp-image-999\" width=\"500\" height=\"334\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:heading {\"textAlign\":\"center\"} -->\n<h2 class=\"has-text-align-center\">Book your stay </h2>\n<!-- /wp:heading -->\n\n<!-- wp:buttons -->\n<div class=\"wp-block-buttons\"><!-- wp:button {\"align\":\"center\"} -->\n<div class=\"wp-block-button aligncenter\"><a class=\"wp-block-button__link wp-element-button\" href=\"https://book.nightsbridge.com/11065\" target=\"_blank\" rel=\"noreferrer noopener\">Reservations</a></div>\n<!-- /wp:button -->\n\n<!-- wp:button /--></div>\n<!-- /wp:buttons --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"2907624a\",\"innerContentCustomWidthDesktop\":781,\"innerContentCustomWidthTablet\":781,\"backgroundType\":\"image\",\"backgroundImageDesktop\":{\"uploading\":false,\"date\":1670943271000,\"filename\":\"AAEAAQAAAAAAAAAAAAAA39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba.png\",\"menuOrder\":0,\"uploadedTo\":761,\"type\":\"image\",\"subtype\":\"png\",\"id\":899,\"title\":\"AAEAAQAAAAAAAAAAAAAA39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAA39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba.png\",\"link\":\"https://blueroan.netgen.cloud/accommodation/aaeaaqaaaaaaaaaaaaaa39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba/\",\"alt\":\"\",\"author\":\"2\",\"description\":\"\",\"caption\":\"\",\"name\":\"aaeaaqaaaaaaaaaaaaaa39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba\",\"status\":\"inherit\",\"modified\":1670943271000,\"mime\":\"image/png\",\"icon\":\"https://blueroan.netgen.cloud/wp-includes/images/media/default.png\",\"dateFormatted\":\"December 13, 2022\",\"nonces\":{\"update\":\"45b2b6c69b\",\"delete\":\"75d81c42ab\",\"edit\":\"88fae030a9\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=899\\u0026action=edit\",\"meta\":false,\"authorName\":\"Netgen Support\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/profile.php\",\"uploadedToTitle\":\"Accommodation\",\"uploadedToLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=761\\u0026action=edit\",\"filesizeInBytes\":2338048,\"filesizeHumanReadable\":\"2 MB\",\"context\":\"\",\"height\":900,\"width\":1200,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAA39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba-150x150.png\",\"orientation\":\"landscape\"},\"medium\":{\"height\":225,\"width\":300,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAA39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba-300x225.png\",\"orientation\":\"landscape\"},\"large\":{\"height\":768,\"width\":1024,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAA39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba-1024x768.png\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAA39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba.png\",\"height\":900,\"width\":1200,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"backgroundImageColor\":\"rgba(42,42,42,0.65)\",\"topPaddingDesktop\":144,\"bottomPaddingDesktop\":144,\"leftPaddingDesktop\":40,\"rightPaddingDesktop\":40,\"topPaddingTablet\":80,\"bottomPaddingTablet\":80,\"leftPaddingTablet\":40,\"rightPaddingTablet\":40,\"topPaddingMobile\":64,\"bottomPaddingMobile\":64,\"leftPaddingMobile\":24,\"rightPaddingMobile\":24,\"paddingLink\":false,\"variationSelected\":true,\"isBlockRootParent\":true,\"overlayType\":\"color\"} -->\n<div class=\"wp-block-uagb-container uagb-block-2907624a alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/advanced-heading {\"block_id\":\"58097567\",\"classMigrate\":true,\"headingDescToggle\":true,\"headingAlign\":\"center\",\"headingColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"subHeadingColor\":\"var(\\u002d\\u002dast-global-color-4)\",\"headSpace\":20} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-58097567\"><h2 class=\"uagb-heading-text\">Plan an Unforgettable Experience at<br>Blue Roan!</h2><p class=\"uagb-desc-text\">We can help you fit your stay and experience within your allotted budget.</p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/advanced-heading {\"block_id\":\"7f73f677\",\"classMigrate\":true,\"headingTitleToggle\":false,\"headingDescToggle\":true,\"headingAlign\":\"center\",\"subHeadingColor\":\"var(\\u002d\\u002dast-global-color-4)\",\"subHeadTransform\":\"uppercase\",\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"subHeadLetterSpacing\":2,\"blockTopPadding\":60,\"blockRightPadding\":0,\"blockLeftPadding\":0,\"blockBottomPadding\":0,\"blockTopPaddingMobile\":30,\"blockRightPaddingMobile\":0,\"blockLeftPaddingMobile\":0,\"blockBottomPaddingMobile\":0,\"linkColor\":\"var(\\u002d\\u002dast-global-color-8)\",\"linkHColor\":\"var(\\u002d\\u002dast-global-color-1)\"} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-7f73f677\"><p class=\"uagb-desc-text\"><a href=\"https://book.nightsbridge.com/11065\" target=\"_blank\" rel=\"noreferrer noopener\">BOOK YOUR STAY NOW​<br></a></p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/icon-list {\"block_id\":\"8acafbc2\",\"classMigrate\":true,\"childMigrate\":true,\"align\":\"center\",\"parentIcon\":\"phone\",\"size\":40,\"sizeMobile\":24,\"sizeTablet\":32,\"fontSize\":48,\"fontSizeMobile\":28,\"fontSizeTablet\":40,\"fontWeight\":\"600\",\"iconColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"labelColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"blockTopPadding\":0,\"blockRightPadding\":0,\"blockLeftPadding\":0,\"blockBottomPadding\":24,\"blockPaddingLink\":false} -->\n<div class=\"wp-block-uagb-icon-list uagb-block-8acafbc2\"><div class=\"uagb-icon-list__wrap\"><!-- wp:uagb/icon-list-child {\"block_id\":\"2e227a26\",\"label\":\" + 27 (0) 82 575 5409\",\"label_color\":\"\",\"link\":\"tel:+27825755409\",\"disableLink\":true,\"fromParentIcon\":\"phone\",\"imageSizeChild\":40} -->\n<div class=\"wp-block-uagb-icon-list-child uagb-block-2e227a26\"><a target=\"_self\" aria-label=\" + 27 (0) 82 575 5409\" rel=\"noopener noreferrer\" href=\"tel:+27825755409\"> </a><span class=\"uagb-icon-list__source-wrap\"><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M511.2 387l-23.25 100.8c-3.266 14.25-15.79 24.22-30.46 24.22C205.2 512 0 306.8 0 54.5c0-14.66 9.969-27.2 24.22-30.45l100.8-23.25C139.7-2.602 154.7 5.018 160.8 18.92l46.52 108.5c5.438 12.78 1.77 27.67-8.98 36.45L144.5 207.1c33.98 69.22 90.26 125.5 159.5 159.5l44.08-53.8c8.688-10.78 23.69-14.51 36.47-8.975l108.5 46.51C506.1 357.2 514.6 372.4 511.2 387z\"></path></svg></span><span class=\"uagb-icon-list__label\"> + 27 (0) 82 575 5409</span></div>\n<!-- /wp:uagb/icon-list-child -->\n\n<!-- wp:uagb/icon-list-child {\"block_id\":\"4260ef8e\",\"label\":\"blueroan@ugo.co.za\",\"icon\":\"envelope\",\"label_color\":\"\",\"link\":\"mailto:blueroan@ugo.co.za\",\"disableLink\":true,\"fromParentIcon\":\"phone\",\"imageSizeChild\":40} -->\n<div class=\"wp-block-uagb-icon-list-child uagb-block-4260ef8e\"><a target=\"_self\" aria-label=\"blueroan@ugo.co.za\" rel=\"noopener noreferrer\" href=\"mailto:blueroan@ugo.co.za\"> </a><span class=\"uagb-icon-list__source-wrap\"><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M464 64C490.5 64 512 85.49 512 112C512 127.1 504.9 141.3 492.8 150.4L275.2 313.6C263.8 322.1 248.2 322.1 236.8 313.6L19.2 150.4C7.113 141.3 0 127.1 0 112C0 85.49 21.49 64 48 64H464zM217.6 339.2C240.4 356.3 271.6 356.3 294.4 339.2L512 176V384C512 419.3 483.3 448 448 448H64C28.65 448 0 419.3 0 384V176L217.6 339.2z\"></path></svg></span><span class=\"uagb-icon-list__label\">blueroan@ugo.co.za</span></div>\n<!-- /wp:uagb/icon-list-child --></div></div>\n<!-- /wp:uagb/icon-list --></div></div>\n<!-- /wp:uagb/container -->',	'The Bluebush',	'',	'inherit',	'closed',	'closed',	'',	'1011-revision-v1',	'',	'',	'2022-12-14 10:53:19',	'2022-12-14 10:53:19',	'',	1011,	'https://blueroan.netgen.cloud/?p=1013',	0,	'revision',	'',	0),
(1014,	2,	'2022-12-14 10:54:22',	'2022-12-14 10:54:22',	'<!-- wp:uagb/container {\"block_id\":\"442d0efb\",\"backgroundType\":\"image\",\"backgroundImageDesktop\":{\"id\":797,\"title\":\"blue-roan-guest-farm (13)\",\"filename\":\"blue-roan-guest-farm-13.jpg\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-13.jpg\",\"link\":\"https://blueroan.netgen.cloud/home/blue-roan-guest-farm-13/\",\"alt\":\"\",\"author\":\"2\",\"description\":\"\",\"caption\":\"\",\"name\":\"blue-roan-guest-farm-13\",\"status\":\"inherit\",\"uploadedTo\":760,\"date\":\"2022-12-13T09:37:10.000Z\",\"modified\":\"2022-12-13T09:37:10.000Z\",\"menuOrder\":0,\"mime\":\"image/jpeg\",\"type\":\"image\",\"subtype\":\"jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-includes/images/media/default.png\",\"dateFormatted\":\"December 13, 2022\",\"nonces\":{\"update\":\"88c7dafe15\",\"delete\":\"0e63c986af\",\"edit\":\"ba0aad2d7f\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=797\\u0026action=edit\",\"meta\":false,\"authorName\":\"Netgen Support\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/profile.php\",\"uploadedToTitle\":\"Home\",\"uploadedToLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=760\\u0026action=edit\",\"filesizeInBytes\":201183,\"filesizeHumanReadable\":\"196 KB\",\"context\":\"\",\"height\":667,\"width\":1000,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-13-150x150.jpg\",\"orientation\":\"landscape\"},\"medium\":{\"height\":200,\"width\":300,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-13-300x200.jpg\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-13.jpg\",\"height\":667,\"width\":1000,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"backgroundPositionDesktop\":{\"x\":0.62,\"y\":0.78},\"backgroundSizeTablet\":\"cover\",\"backgroundSizeMobile\":\"cover\",\"backgroundColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"backgroundImageColor\":\"rgba(42,42,42,0.5)\",\"topPaddingDesktop\":220,\"bottomPaddingDesktop\":150,\"topPaddingTablet\":170,\"bottomPaddingTablet\":160,\"leftPaddingTablet\":30,\"rightPaddingTablet\":30,\"topPaddingMobile\":180,\"bottomPaddingMobile\":80,\"leftPaddingMobile\":20,\"rightPaddingMobile\":20,\"paddingLink\":false,\"variationSelected\":true,\"isBlockRootParent\":true,\"overlayType\":\"color\"} -->\n<div class=\"wp-block-uagb-container uagb-block-442d0efb alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/advanced-heading {\"block_id\":\"91dd6897\",\"classMigrate\":true,\"headingDescToggle\":true,\"headingColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"subHeadingColor\":\"var(\\u002d\\u002dast-global-color-4)\",\"headingTag\":\"h1\",\"headSpace\":20,\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"blockTopPadding\":0,\"blockRightPadding\":50,\"blockLeftPadding\":0,\"blockBottomPadding\":0,\"blockTopPaddingTablet\":0,\"blockRightPaddingTablet\":20,\"blockLeftPaddingTablet\":0,\"blockBottomPaddingTablet\":0,\"blockTopPaddingMobile\":0,\"blockRightPaddingMobile\":0,\"blockLeftPaddingMobile\":0,\"blockBottomPaddingMobile\":0,\"blockPaddingUnit\":\"%\",\"blockPaddingUnitTablet\":\"%\"} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-91dd6897\"><h1 class=\"uagb-heading-text\">Rooms &amp; Accommodation​</h1><p class=\"uagb-desc-text\">If you are looking for a home away from home, even a place your dog can come along then take a closer look into the rooms we offer and pick the one for you.</p></div>\n<!-- /wp:uagb/advanced-heading --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"3d63bb58\",\"backgroundType\":\"color\",\"backgroundSizeTablet\":\"cover\",\"backgroundSizeMobile\":\"cover\",\"backgroundColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"topPaddingDesktop\":120,\"bottomPaddingDesktop\":120,\"topPaddingTablet\":80,\"bottomPaddingTablet\":80,\"leftPaddingTablet\":30,\"rightPaddingTablet\":30,\"topPaddingMobile\":80,\"bottomPaddingMobile\":80,\"leftPaddingMobile\":20,\"rightPaddingMobile\":20,\"paddingLink\":false,\"variationSelected\":true,\"rowGapDesktop\":0,\"isBlockRootParent\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-3d63bb58 alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/container {\"block_id\":\"0b464080\",\"directionDesktop\":\"row\",\"alignItemsDesktop\":\"flex-end\",\"alignItemsTablet\":\"flex-end\",\"justifyContentDesktop\":\"flex-end\",\"justifyContentTablet\":\"space-between\",\"variationSelected\":true,\"rowGapMobile\":20,\"columnGapDesktop\":0} -->\n<div class=\"wp-block-uagb-container uagb-block-0b464080\"><!-- wp:uagb/advanced-heading {\"block_id\":\"e7d1706c\",\"classMigrate\":true,\"headingDescToggle\":true,\"subHeadingColor\":\"\",\"headSpace\":20,\"subHeadFontSize\":16} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-e7d1706c\"><h2 class=\"uagb-heading-text\">Come &amp; Stay With Us​</h2><p class=\"uagb-desc-text\">There are 7 excellent brick self-catering units available, each private and with a distinctive personality and theme. They are particularly made for pet-free or pet-owning couples looking for a romantic and serene setting to reconnect, celebrate special occasions, or simply unwind on a holiday.<br><br>We are pet-friendly by arrangement as each unit is separately fenced with its own grassy garden with a garden gate leading to the generous park area where pets can socialize. &nbsp;We also have lovely safe off-leash walking trails on our property and beyond. &nbsp;Our units are very luxurious with everything you would need and very homely and charming. Regrettably no children or group bookings.  </p></div>\n<!-- /wp:uagb/advanced-heading --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"0d073e01\",\"directionDesktop\":\"row\",\"alignItemsTablet\":\"flex-start\",\"justifyContentDesktop\":\"flex-start\",\"topMarginDesktop\":54,\"bottomMarginDesktop\":0,\"leftMarginDesktop\":0,\"rightMarginDesktop\":0,\"marginLink\":false,\"variationSelected\":true,\"rowGapMobile\":0,\"columnGapDesktop\":0} -->\n<div class=\"wp-block-uagb-container uagb-block-0d073e01\"><!-- wp:uagb/container {\"block_id\":\"c16bbb22\",\"widthDesktop\":50,\"bottomPaddingDesktop\":20,\"rightPaddingDesktop\":32,\"bottomPaddingTablet\":35,\"rightPaddingTablet\":15,\"bottomPaddingMobile\":65,\"paddingLink\":false,\"topMarginDesktop\":0,\"bottomMarginDesktop\":0,\"leftMarginDesktop\":5,\"rightMarginDesktop\":5,\"topMarginMobile\":0,\"bottomMarginMobile\":0,\"leftMarginMobile\":0,\"rightMarginMobile\":0,\"marginLink\":false,\"variationSelected\":true,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-c16bbb22\"><!-- wp:uagb/info-box {\"classMigrate\":true,\"headingAlign\":\"left\",\"headingColor\":\"\",\"subHeadingColor\":\"\",\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"source_type\":\"image\",\"block_id\":\"d75c5a64\",\"ctaIcon\":\"\",\"ctaType\":\"text\",\"ctaText\":\"\\u003ca href=\\u0022/the-barn/\\u0022 data-type=\\u0022URL\\u0022 data-id=\\u0022/the-barn/\\u0022\\u003eREAD MORE\\u003c/a\\u003e\",\"ctaLink\":\"/the-barn/\",\"ctaLinkColor\":\"var(\\u002d\\u002dast-global-color-0)\",\"ctaDecoration\":\"underline\",\"ctaFontSize\":12,\"ctaFontWeight\":\"600\",\"ctaLetterSpacing\":2,\"ctaBorderColor\":\"\",\"ctaBorderStyle\":\"\",\"ctaBorderWidth\":\"\",\"ctaBorderRadius\":\"\",\"iconBottomMargin\":30,\"iconImage\":{\"uploading\":false,\"date\":1670936674000,\"filename\":\"blue-roan-guest-farm-10.jpg\",\"menuOrder\":0,\"uploadedTo\":761,\"type\":\"image\",\"subtype\":\"jpeg\",\"id\":863,\"title\":\"blue-roan-guest-farm (10)\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-10.jpg\",\"link\":\"https://blueroan.netgen.cloud/accommodation/blue-roan-guest-farm-10/\",\"alt\":\"\",\"author\":\"2\",\"description\":\"\",\"caption\":\"\",\"name\":\"blue-roan-guest-farm-10\",\"status\":\"inherit\",\"modified\":1670936674000,\"mime\":\"image/jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-includes/images/media/default.png\",\"dateFormatted\":\"December 13, 2022\",\"nonces\":{\"update\":\"1a7491aa65\",\"delete\":\"dc6afaa89c\",\"edit\":\"7635ee35fb\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=863\\u0026action=edit\",\"meta\":false,\"authorName\":\"Netgen Support\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/profile.php\",\"uploadedToTitle\":\"Accommodation\",\"uploadedToLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=761\\u0026action=edit\",\"filesizeInBytes\":149768,\"filesizeHumanReadable\":\"146 KB\",\"context\":\"\",\"height\":667,\"width\":1000,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-10-150x150.jpg\",\"orientation\":\"landscape\"},\"medium\":{\"height\":200,\"width\":300,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-10-300x200.jpg\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-10.jpg\",\"height\":667,\"width\":1000,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"imageSize\":\"full\",\"imageWidth\":100,\"imageWidthMobile\":100,\"imageWidthTablet\":100,\"paddingBtnTop\":10,\"paddingBtnBottom\":10,\"paddingBtnLeft\":14,\"paddingBtnRight\":14,\"imageWidthUnit\":\"%\",\"imageWidthUnitTablet\":\"%\",\"imageWidthUnitMobile\":\"%\",\"subHeadTopMargin\":0,\"subHeadRightMargin\":40,\"subHeadLeftMargin\":0,\"subHeadMarginTopTablet\":0,\"subHeadMarginRightTablet\":0,\"subHeadTabletSpace\":20,\"subHeadMarginLeftTablet\":0,\"imgTagHeight\":66,\"imgTagWidth\":1000,\"btnBorderTopWidth\":1,\"btnBorderLeftWidth\":1,\"btnBorderRightWidth\":1,\"btnBorderBottomWidth\":1,\"btnBorderTopLeftRadius\":0,\"btnBorderTopRightRadius\":0,\"btnBorderBottomLeftRadius\":0,\"btnBorderBottomRightRadius\":0,\"btnBorderStyle\":\"solid\",\"btnBorderColor\":\"#333\"} -->\n<div class=\"wp-block-uagb-info-box uagb-block-d75c5a64 uagb-infobox__content-wrap  uagb-infobox-icon-above-title uagb-infobox-image-valign-top\"><div class=\"uagb-ifb-content\"><div class=\"uagb-ifb-image-content\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-10.jpg\" alt=\"\" width=\"100\" height=\"66\" loading=\"lazy\"/></div><div class=\"uagb-ifb-title-wrap\"><h3 class=\"uagb-ifb-title\">The Barn </h3></div><p class=\"uagb-ifb-desc\">Rustic beams and exposed wood are all hallmarks of our barn-style suite. This is an open-plan unit with lots of windows with a raised king bed on a platform that faces the TV and the mountains.</p><div class=\"uagb-ifb-button-wrapper wp-block-button\"><a href=\"/the-barn/\" target=\"_self\" class=\"uagb-infobox-cta-link\" rel=\"noopener noreferrer\" alt=\"\"><span class=\"uagb-inline-editing\">READ MORE</span></a></div></div></div>\n<!-- /wp:uagb/info-box --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"834a7ed2\",\"widthDesktop\":50,\"bottomPaddingDesktop\":20,\"rightPaddingDesktop\":32,\"bottomPaddingTablet\":35,\"rightPaddingTablet\":15,\"bottomPaddingMobile\":65,\"paddingLink\":false,\"topMarginDesktop\":0,\"bottomMarginDesktop\":0,\"leftMarginDesktop\":5,\"rightMarginDesktop\":5,\"topMarginMobile\":0,\"bottomMarginMobile\":0,\"leftMarginMobile\":0,\"rightMarginMobile\":0,\"marginLink\":false,\"variationSelected\":true,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-834a7ed2\"><!-- wp:uagb/info-box {\"classMigrate\":true,\"headingAlign\":\"left\",\"headingColor\":\"\",\"subHeadingColor\":\"\",\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"source_type\":\"image\",\"block_id\":\"313804b5\",\"ctaIcon\":\"\",\"ctaType\":\"text\",\"ctaText\":\"READ MORE\",\"ctaLink\":\"/the-tuscan-suite/\",\"ctaLinkColor\":\"var(\\u002d\\u002dast-global-color-0)\",\"ctaDecoration\":\"underline\",\"ctaFontSize\":12,\"ctaFontWeight\":\"600\",\"ctaLetterSpacing\":2,\"ctaBorderColor\":\"\",\"ctaBorderStyle\":\"\",\"ctaBorderWidth\":\"\",\"ctaBorderRadius\":\"\",\"iconBottomMargin\":30,\"iconImage\":{\"uploading\":false,\"date\":1670936842000,\"filename\":\"tuscan-suite-raised-bed-and-settee.jpg\",\"menuOrder\":0,\"uploadedTo\":761,\"type\":\"image\",\"subtype\":\"jpeg\",\"id\":864,\"title\":\"tuscan-suite-raised-bed-and-settee\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/tuscan-suite-raised-bed-and-settee.jpg\",\"link\":\"https://blueroan.netgen.cloud/accommodation/tuscan-suite-raised-bed-and-settee/\",\"alt\":\"\",\"author\":\"2\",\"description\":\"\",\"caption\":\"\",\"name\":\"tuscan-suite-raised-bed-and-settee\",\"status\":\"inherit\",\"modified\":1670936842000,\"mime\":\"image/jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-includes/images/media/default.png\",\"dateFormatted\":\"December 13, 2022\",\"nonces\":{\"update\":\"0624a4a01a\",\"delete\":\"9e8f0f7a5a\",\"edit\":\"087f94f2e5\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=864\\u0026action=edit\",\"meta\":false,\"authorName\":\"Netgen Support\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/profile.php\",\"uploadedToTitle\":\"Accommodation\",\"uploadedToLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=761\\u0026action=edit\",\"filesizeInBytes\":41923,\"filesizeHumanReadable\":\"41 KB\",\"context\":\"\",\"height\":400,\"width\":600,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/tuscan-suite-raised-bed-and-settee-150x150.jpg\",\"orientation\":\"landscape\"},\"medium\":{\"height\":200,\"width\":300,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/tuscan-suite-raised-bed-and-settee-300x200.jpg\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/tuscan-suite-raised-bed-and-settee.jpg\",\"height\":400,\"width\":600,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"imageSize\":\"full\",\"imageWidth\":100,\"imageWidthMobile\":100,\"imageWidthTablet\":100,\"paddingBtnTop\":10,\"paddingBtnBottom\":10,\"paddingBtnLeft\":14,\"paddingBtnRight\":14,\"imageWidthUnit\":\"%\",\"imageWidthUnitTablet\":\"%\",\"imageWidthUnitMobile\":\"%\",\"subHeadTopMargin\":0,\"subHeadRightMargin\":40,\"subHeadLeftMargin\":0,\"subHeadMarginTopTablet\":0,\"subHeadMarginRightTablet\":0,\"subHeadTabletSpace\":20,\"subHeadMarginLeftTablet\":0,\"imgTagHeight\":66,\"imgTagWidth\":600,\"btnBorderTopWidth\":1,\"btnBorderLeftWidth\":1,\"btnBorderRightWidth\":1,\"btnBorderBottomWidth\":1,\"btnBorderTopLeftRadius\":0,\"btnBorderTopRightRadius\":0,\"btnBorderBottomLeftRadius\":0,\"btnBorderBottomRightRadius\":0,\"btnBorderStyle\":\"solid\",\"btnBorderColor\":\"#333\"} -->\n<div class=\"wp-block-uagb-info-box uagb-block-313804b5 uagb-infobox__content-wrap  uagb-infobox-icon-above-title uagb-infobox-image-valign-top\"><div class=\"uagb-ifb-content\"><div class=\"uagb-ifb-image-content\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/tuscan-suite-raised-bed-and-settee.jpg\" alt=\"\" width=\"100\" height=\"66\" loading=\"lazy\"/></div><div class=\"uagb-ifb-title-wrap\"><h3 class=\"uagb-ifb-title\">The Tuscan Suite </h3></div><p class=\"uagb-ifb-desc\">Terra-cotta tiles, textured wall treatments, gorgeous, intricate murals,&nbsp;and simple, durable furniture with elegant iron accents are all characteristics of Tuscan interior design.</p><div class=\"uagb-ifb-button-wrapper wp-block-button\"><a href=\"/the-tuscan-suite/\" target=\"_self\" class=\"uagb-infobox-cta-link\" rel=\"noopener noreferrer\" alt=\"\"><span class=\"uagb-inline-editing\">READ MORE</span></a></div></div></div>\n<!-- /wp:uagb/info-box --></div>\n<!-- /wp:uagb/container --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"fc242996\",\"directionDesktop\":\"row\",\"alignItemsTablet\":\"flex-start\",\"justifyContentDesktop\":\"flex-start\",\"topMarginDesktop\":54,\"bottomMarginDesktop\":0,\"leftMarginDesktop\":0,\"rightMarginDesktop\":0,\"topMarginMobile\":0,\"bottomMarginMobile\":0,\"leftMarginMobile\":0,\"rightMarginMobile\":0,\"marginLink\":false,\"variationSelected\":true,\"rowGapMobile\":0,\"columnGapDesktop\":0} -->\n<div class=\"wp-block-uagb-container uagb-block-fc242996\"><!-- wp:uagb/container {\"block_id\":\"067f9ee9\",\"widthDesktop\":50,\"bottomPaddingDesktop\":20,\"rightPaddingDesktop\":32,\"bottomPaddingTablet\":35,\"leftPaddingTablet\":0,\"rightPaddingTablet\":15,\"bottomPaddingMobile\":65,\"paddingLink\":false,\"topMarginDesktop\":0,\"bottomMarginDesktop\":0,\"leftMarginDesktop\":5,\"rightMarginDesktop\":5,\"topMarginMobile\":0,\"bottomMarginMobile\":0,\"leftMarginMobile\":0,\"rightMarginMobile\":0,\"marginLink\":false,\"variationSelected\":true,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-067f9ee9\"><!-- wp:uagb/info-box {\"classMigrate\":true,\"headingAlign\":\"left\",\"headingColor\":\"\",\"subHeadingColor\":\"\",\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"source_type\":\"image\",\"block_id\":\"ad8786cf\",\"ctaIcon\":\"\",\"ctaType\":\"text\",\"ctaText\":\"READ MORE\",\"ctaLinkColor\":\"var(\\u002d\\u002dast-global-color-0)\",\"ctaDecoration\":\"underline\",\"ctaFontSize\":12,\"ctaFontWeight\":\"600\",\"ctaLetterSpacing\":2,\"ctaBorderColor\":\"\",\"ctaBorderStyle\":\"\",\"ctaBorderWidth\":\"\",\"ctaBorderRadius\":\"\",\"iconBottomMargin\":30,\"iconImage\":{\"uploading\":false,\"date\":1670938945000,\"filename\":\"bluebush-king-bed-and-spa-bath.png\",\"menuOrder\":0,\"uploadedTo\":761,\"type\":\"image\",\"subtype\":\"png\",\"id\":881,\"title\":\"bluebush-king-bed-and-spa-bath\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/bluebush-king-bed-and-spa-bath.png\",\"link\":\"https://blueroan.netgen.cloud/accommodation/bluebush-king-bed-and-spa-bath/\",\"alt\":\"\",\"author\":\"2\",\"description\":\"\",\"caption\":\"\",\"name\":\"bluebush-king-bed-and-spa-bath\",\"status\":\"inherit\",\"modified\":1670938945000,\"mime\":\"image/png\",\"icon\":\"https://blueroan.netgen.cloud/wp-includes/images/media/default.png\",\"dateFormatted\":\"December 13, 2022\",\"nonces\":{\"update\":\"e1c334788a\",\"delete\":\"b219c40b29\",\"edit\":\"273b944edc\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=881\\u0026action=edit\",\"meta\":false,\"authorName\":\"Netgen Support\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/profile.php\",\"uploadedToTitle\":\"Accommodation\",\"uploadedToLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=761\\u0026action=edit\",\"filesizeInBytes\":1195033,\"filesizeHumanReadable\":\"1 MB\",\"context\":\"\",\"height\":667,\"width\":1000,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/bluebush-king-bed-and-spa-bath-150x150.png\",\"orientation\":\"landscape\"},\"medium\":{\"height\":200,\"width\":300,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/bluebush-king-bed-and-spa-bath-300x200.png\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/bluebush-king-bed-and-spa-bath.png\",\"height\":667,\"width\":1000,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"imageSize\":\"full\",\"imageWidth\":100,\"imageWidthMobile\":100,\"imageWidthTablet\":100,\"paddingBtnTop\":10,\"paddingBtnBottom\":10,\"paddingBtnLeft\":14,\"paddingBtnRight\":14,\"imageWidthUnit\":\"%\",\"imageWidthUnitTablet\":\"%\",\"imageWidthUnitMobile\":\"%\",\"subHeadTopMargin\":0,\"subHeadRightMargin\":40,\"subHeadLeftMargin\":0,\"subHeadMarginTopTablet\":0,\"subHeadMarginRightTablet\":0,\"subHeadTabletSpace\":20,\"subHeadMarginLeftTablet\":0,\"imgTagHeight\":66,\"imgTagWidth\":1000,\"btnBorderTopWidth\":1,\"btnBorderLeftWidth\":1,\"btnBorderRightWidth\":1,\"btnBorderBottomWidth\":1,\"btnBorderTopLeftRadius\":0,\"btnBorderTopRightRadius\":0,\"btnBorderBottomLeftRadius\":0,\"btnBorderBottomRightRadius\":0,\"btnBorderStyle\":\"solid\",\"btnBorderColor\":\"#333\"} -->\n<div class=\"wp-block-uagb-info-box uagb-block-ad8786cf uagb-infobox__content-wrap  uagb-infobox-icon-above-title uagb-infobox-image-valign-top\"><div class=\"uagb-ifb-content\"><div class=\"uagb-ifb-image-content\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/bluebush-king-bed-and-spa-bath.png\" alt=\"\" width=\"100\" height=\"66\" loading=\"lazy\"/></div><div class=\"uagb-ifb-title-wrap\"><h3 class=\"uagb-ifb-title\">The Bluebush </h3></div><p class=\"uagb-ifb-desc\">A warm and comforting suite with a very homely feeling. Settle in and alleviate like you would at home. Relax with a perfect corner-shaped spa bath and open-plan living area.</p><div class=\"uagb-ifb-button-wrapper wp-block-button\"><a href=\"\" target=\"_self\" class=\"uagb-infobox-cta-link uagb-disable-link\" rel=\"noopener noreferrer\" alt=\"\"><span class=\"uagb-inline-editing\">READ MORE</span></a></div></div></div>\n<!-- /wp:uagb/info-box --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"f4dbce5b\",\"widthDesktop\":50,\"bottomPaddingDesktop\":20,\"rightPaddingDesktop\":32,\"bottomPaddingTablet\":35,\"rightPaddingTablet\":15,\"bottomPaddingMobile\":65,\"paddingLink\":false,\"topMarginDesktop\":0,\"bottomMarginDesktop\":0,\"leftMarginDesktop\":5,\"rightMarginDesktop\":5,\"topMarginMobile\":0,\"bottomMarginMobile\":0,\"leftMarginMobile\":0,\"rightMarginMobile\":0,\"marginLink\":false,\"variationSelected\":true,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-f4dbce5b\"><!-- wp:uagb/info-box {\"classMigrate\":true,\"headingAlign\":\"left\",\"headingColor\":\"\",\"subHeadingColor\":\"\",\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"source_type\":\"image\",\"block_id\":\"981c83d2\",\"ctaIcon\":\"\",\"ctaType\":\"text\",\"ctaText\":\"READ MORE\",\"ctaLinkColor\":\"var(\\u002d\\u002dast-global-color-0)\",\"ctaDecoration\":\"underline\",\"ctaFontSize\":12,\"ctaFontWeight\":\"600\",\"ctaLetterSpacing\":2,\"ctaBorderColor\":\"\",\"ctaBorderStyle\":\"\",\"ctaBorderWidth\":\"\",\"ctaBorderRadius\":\"\",\"iconBottomMargin\":30,\"iconImage\":{\"uploading\":false,\"date\":1670938831000,\"filename\":\"blue-roan-guest-farm-11.jpg\",\"menuOrder\":0,\"uploadedTo\":761,\"type\":\"image\",\"subtype\":\"jpeg\",\"id\":879,\"title\":\"blue-roan-guest-farm (11)\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-11.jpg\",\"link\":\"https://blueroan.netgen.cloud/accommodation/blue-roan-guest-farm-11/\",\"alt\":\"\",\"author\":\"2\",\"description\":\"\",\"caption\":\"\",\"name\":\"blue-roan-guest-farm-11\",\"status\":\"inherit\",\"modified\":1670938831000,\"mime\":\"image/jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-includes/images/media/default.png\",\"dateFormatted\":\"December 13, 2022\",\"nonces\":{\"update\":\"294125e9db\",\"delete\":\"1a7a578cdb\",\"edit\":\"79b313e573\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=879\\u0026action=edit\",\"meta\":false,\"authorName\":\"Netgen Support\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/profile.php\",\"uploadedToTitle\":\"Accommodation\",\"uploadedToLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=761\\u0026action=edit\",\"filesizeInBytes\":175055,\"filesizeHumanReadable\":\"171 KB\",\"context\":\"\",\"height\":667,\"width\":1000,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-11-150x150.jpg\",\"orientation\":\"landscape\"},\"medium\":{\"height\":200,\"width\":300,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-11-300x200.jpg\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-11.jpg\",\"height\":667,\"width\":1000,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"imageSize\":\"full\",\"imageWidth\":100,\"imageWidthMobile\":100,\"imageWidthTablet\":100,\"paddingBtnTop\":10,\"paddingBtnBottom\":10,\"paddingBtnLeft\":14,\"paddingBtnRight\":14,\"imageWidthUnit\":\"%\",\"imageWidthUnitTablet\":\"%\",\"imageWidthUnitMobile\":\"%\",\"subHeadTopMargin\":0,\"subHeadRightMargin\":40,\"subHeadLeftMargin\":0,\"subHeadMarginTopTablet\":0,\"subHeadMarginRightTablet\":0,\"subHeadTabletSpace\":20,\"subHeadMarginLeftTablet\":0,\"imgTagHeight\":66,\"imgTagWidth\":1000,\"btnBorderTopWidth\":1,\"btnBorderLeftWidth\":1,\"btnBorderRightWidth\":1,\"btnBorderBottomWidth\":1,\"btnBorderTopLeftRadius\":0,\"btnBorderTopRightRadius\":0,\"btnBorderBottomLeftRadius\":0,\"btnBorderBottomRightRadius\":0,\"btnBorderStyle\":\"solid\",\"btnBorderColor\":\"#333\"} -->\n<div class=\"wp-block-uagb-info-box uagb-block-981c83d2 uagb-infobox__content-wrap  uagb-infobox-icon-above-title uagb-infobox-image-valign-top\"><div class=\"uagb-ifb-content\"><div class=\"uagb-ifb-image-content\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-11.jpg\" alt=\"\" width=\"100\" height=\"66\" loading=\"lazy\"/></div><div class=\"uagb-ifb-title-wrap\"><h3 class=\"uagb-ifb-title\">The Mexican Loft </h3></div><p class=\"uagb-ifb-desc\">This Mexican-inspired unit is full of bold colors and rustic furnishings. This design style has a multifarious feel, mixing rustic wood, authentic art, textiles, and a vivid palette of color</p><div class=\"uagb-ifb-button-wrapper wp-block-button\"><a href=\"\" target=\"_self\" class=\"uagb-infobox-cta-link uagb-disable-link\" rel=\"noopener noreferrer\" alt=\"\"><span class=\"uagb-inline-editing\">READ MORE</span></a></div></div></div>\n<!-- /wp:uagb/info-box --></div>\n<!-- /wp:uagb/container --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"370ac5ec\",\"directionDesktop\":\"row\",\"justifyContentDesktop\":\"flex-start\",\"topMarginDesktop\":54,\"bottomMarginDesktop\":0,\"leftMarginDesktop\":0,\"rightMarginDesktop\":0,\"topMarginMobile\":0,\"bottomMarginMobile\":0,\"leftMarginMobile\":0,\"rightMarginMobile\":0,\"marginLink\":false,\"variationSelected\":true,\"rowGapMobile\":0,\"columnGapDesktop\":0} -->\n<div class=\"wp-block-uagb-container uagb-block-370ac5ec\"><!-- wp:uagb/container {\"block_id\":\"d2c28a65\",\"widthDesktop\":50,\"bottomPaddingDesktop\":20,\"rightPaddingDesktop\":32,\"bottomPaddingTablet\":35,\"rightPaddingTablet\":15,\"bottomPaddingMobile\":65,\"paddingLink\":false,\"topMarginDesktop\":0,\"bottomMarginDesktop\":0,\"leftMarginDesktop\":5,\"rightMarginDesktop\":5,\"topMarginMobile\":0,\"bottomMarginMobile\":0,\"leftMarginMobile\":0,\"rightMarginMobile\":0,\"marginLink\":false,\"variationSelected\":true,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-d2c28a65\"><!-- wp:uagb/info-box {\"classMigrate\":true,\"headingAlign\":\"left\",\"headingColor\":\"\",\"subHeadingColor\":\"\",\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"source_type\":\"image\",\"block_id\":\"43618105\",\"ctaIcon\":\"\",\"ctaType\":\"text\",\"ctaText\":\"READ MORE\",\"ctaLinkColor\":\"var(\\u002d\\u002dast-global-color-0)\",\"ctaDecoration\":\"underline\",\"ctaFontSize\":12,\"ctaFontWeight\":\"600\",\"ctaLetterSpacing\":2,\"ctaBorderColor\":\"\",\"ctaBorderStyle\":\"\",\"ctaBorderWidth\":\"\",\"ctaBorderRadius\":\"\",\"iconBottomMargin\":30,\"iconImage\":{\"uploading\":false,\"date\":1670939381000,\"filename\":\"acacia-lounge.jpg\",\"menuOrder\":0,\"uploadedTo\":761,\"type\":\"image\",\"subtype\":\"jpeg\",\"id\":885,\"title\":\"acacia-lounge\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/acacia-lounge.jpg\",\"link\":\"https://blueroan.netgen.cloud/accommodation/acacia-lounge/\",\"alt\":\"\",\"author\":\"2\",\"description\":\"\",\"caption\":\"\",\"name\":\"acacia-lounge\",\"status\":\"inherit\",\"modified\":1670939381000,\"mime\":\"image/jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-includes/images/media/default.png\",\"dateFormatted\":\"December 13, 2022\",\"nonces\":{\"update\":\"17e284dc72\",\"delete\":\"0967fb8415\",\"edit\":\"99ac1eb1a8\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=885\\u0026action=edit\",\"meta\":false,\"authorName\":\"Netgen Support\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/profile.php\",\"uploadedToTitle\":\"Accommodation\",\"uploadedToLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=761\\u0026action=edit\",\"filesizeInBytes\":37270,\"filesizeHumanReadable\":\"36 KB\",\"context\":\"\",\"height\":400,\"width\":600,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/acacia-lounge-150x150.jpg\",\"orientation\":\"landscape\"},\"medium\":{\"height\":200,\"width\":300,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/acacia-lounge-300x200.jpg\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/acacia-lounge.jpg\",\"height\":400,\"width\":600,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"imageSize\":\"full\",\"imageWidth\":100,\"imageWidthMobile\":100,\"imageWidthTablet\":100,\"paddingBtnTop\":10,\"paddingBtnBottom\":10,\"paddingBtnLeft\":14,\"paddingBtnRight\":14,\"imageWidthUnit\":\"%\",\"imageWidthUnitTablet\":\"%\",\"imageWidthUnitMobile\":\"%\",\"subHeadTopMargin\":0,\"subHeadRightMargin\":40,\"subHeadLeftMargin\":0,\"subHeadMarginTopTablet\":0,\"subHeadMarginRightTablet\":0,\"subHeadTabletSpace\":20,\"subHeadMarginLeftTablet\":0,\"imgTagHeight\":66,\"imgTagWidth\":600,\"btnBorderTopWidth\":1,\"btnBorderLeftWidth\":1,\"btnBorderRightWidth\":1,\"btnBorderBottomWidth\":1,\"btnBorderTopLeftRadius\":0,\"btnBorderTopRightRadius\":0,\"btnBorderBottomLeftRadius\":0,\"btnBorderBottomRightRadius\":0,\"btnBorderStyle\":\"solid\",\"btnBorderColor\":\"#333\"} -->\n<div class=\"wp-block-uagb-info-box uagb-block-43618105 uagb-infobox__content-wrap  uagb-infobox-icon-above-title uagb-infobox-image-valign-top\"><div class=\"uagb-ifb-content\"><div class=\"uagb-ifb-image-content\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/acacia-lounge.jpg\" alt=\"\" width=\"100\" height=\"66\" loading=\"lazy\"/></div><div class=\"uagb-ifb-title-wrap\"><h3 class=\"uagb-ifb-title\">The Acacia </h3></div><p class=\"uagb-ifb-desc\">The largest unit we have named after the Acacia tree. This suite is rugged and rustic and has a spacious open plan living area opening onto a covered patio with a brick braai area. </p><div class=\"uagb-ifb-button-wrapper wp-block-button\"><a href=\"\" target=\"_self\" class=\"uagb-infobox-cta-link uagb-disable-link\" rel=\"noopener noreferrer\" alt=\"\"><span class=\"uagb-inline-editing\">READ MORE</span></a></div></div></div>\n<!-- /wp:uagb/info-box --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"858f67c0\",\"widthDesktop\":50,\"bottomPaddingDesktop\":20,\"rightPaddingDesktop\":32,\"bottomPaddingTablet\":35,\"rightPaddingTablet\":15,\"paddingLink\":false,\"topMarginDesktop\":0,\"bottomMarginDesktop\":0,\"leftMarginDesktop\":5,\"rightMarginDesktop\":5,\"topMarginMobile\":0,\"bottomMarginMobile\":0,\"leftMarginMobile\":0,\"rightMarginMobile\":0,\"marginLink\":false,\"variationSelected\":true,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-858f67c0\"><!-- wp:uagb/info-box {\"classMigrate\":true,\"headingAlign\":\"left\",\"headingColor\":\"\",\"subHeadingColor\":\"\",\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"source_type\":\"image\",\"block_id\":\"5ec74cce\",\"ctaIcon\":\"\",\"ctaType\":\"text\",\"ctaText\":\"READ MORE\",\"ctaLinkColor\":\"var(\\u002d\\u002dast-global-color-0)\",\"ctaDecoration\":\"underline\",\"ctaFontSize\":12,\"ctaFontWeight\":\"600\",\"ctaLetterSpacing\":2,\"ctaBorderColor\":\"\",\"ctaBorderStyle\":\"\",\"ctaBorderWidth\":\"\",\"ctaBorderRadius\":\"\",\"iconBottomMargin\":30,\"iconImage\":{\"id\":290,\"title\":\"room-6\",\"filename\":\"room-6.jpg\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/room-6.jpg\",\"link\":\"https://blueroan.netgen.cloud/room-6/\",\"alt\":\"\",\"author\":\"34\",\"description\":\"\",\"caption\":\"\",\"name\":\"room-6\",\"status\":\"inherit\",\"uploadedTo\":0,\"date\":\"2021-05-11T12:42:24.000Z\",\"modified\":\"2021-05-11T12:42:24.000Z\",\"menuOrder\":0,\"mime\":\"image/jpeg\",\"type\":\"image\",\"subtype\":\"jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/default.png\",\"dateFormatted\":\"May 11, 2021\",\"nonces\":{\"update\":\"ca0f21bc6b\",\"delete\":\"aeb89ca3d4\",\"edit\":\"4be159def3\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=290\\u0026action=edit\",\"meta\":false,\"authorName\":\"Rishabh\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/user-edit.php?user_id=34\",\"filesizeInBytes\":50081,\"filesizeHumanReadable\":\"49 KB\",\"context\":\"\",\"height\":400,\"width\":600,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/room-6-150x150.jpg\",\"orientation\":\"landscape\"},\"medium\":{\"height\":200,\"width\":300,\"url\":\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/room-6-300x200.jpg\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/room-6.jpg\",\"height\":400,\"width\":600,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"imageSize\":\"full\",\"imageWidth\":100,\"imageWidthMobile\":100,\"imageWidthTablet\":100,\"paddingBtnTop\":10,\"paddingBtnBottom\":10,\"paddingBtnLeft\":14,\"paddingBtnRight\":14,\"imageWidthUnit\":\"%\",\"imageWidthUnitTablet\":\"%\",\"imageWidthUnitMobile\":\"%\",\"subHeadTopMargin\":0,\"subHeadRightMargin\":40,\"subHeadLeftMargin\":0,\"subHeadMarginTopTablet\":0,\"subHeadMarginRightTablet\":0,\"subHeadTabletSpace\":20,\"subHeadMarginLeftTablet\":0,\"imgTagHeight\":66,\"imgTagWidth\":600,\"btnBorderTopWidth\":1,\"btnBorderLeftWidth\":1,\"btnBorderRightWidth\":1,\"btnBorderBottomWidth\":1,\"btnBorderTopLeftRadius\":0,\"btnBorderTopRightRadius\":0,\"btnBorderBottomLeftRadius\":0,\"btnBorderBottomRightRadius\":0,\"btnBorderStyle\":\"solid\",\"btnBorderColor\":\"#333\"} -->\n<div class=\"wp-block-uagb-info-box uagb-block-5ec74cce uagb-infobox__content-wrap  uagb-infobox-icon-above-title uagb-infobox-image-valign-top\"><div class=\"uagb-ifb-content\"><div class=\"uagb-ifb-image-content\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/room-6.jpg\" alt=\"\" width=\"100\" height=\"66\" loading=\"lazy\"/></div><div class=\"uagb-ifb-title-wrap\"><h3 class=\"uagb-ifb-title\">The Greek Villa </h3></div><p class=\"uagb-ifb-desc\">Designed like a Greek villa this Mediterranean style reflects a relaxed atmosphere with its dominant white walls and blue ceilings with lovely rustic furnishings</p><div class=\"uagb-ifb-button-wrapper wp-block-button\"><a href=\"\" target=\"_self\" class=\"uagb-infobox-cta-link uagb-disable-link\" rel=\"noopener noreferrer\" alt=\"\"><span class=\"uagb-inline-editing\">READ MORE</span></a></div></div></div>\n<!-- /wp:uagb/info-box --></div>\n<!-- /wp:uagb/container --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"07f6926b\",\"directionDesktop\":\"row\",\"justifyContentDesktop\":\"flex-start\",\"topMarginDesktop\":54,\"bottomMarginDesktop\":0,\"leftMarginDesktop\":0,\"rightMarginDesktop\":0,\"topMarginMobile\":0,\"bottomMarginMobile\":0,\"leftMarginMobile\":0,\"rightMarginMobile\":0,\"marginLink\":false,\"variationSelected\":true,\"rowGapMobile\":0,\"columnGapDesktop\":0} -->\n<div class=\"wp-block-uagb-container uagb-block-07f6926b\"><!-- wp:uagb/container {\"block_id\":\"40db1602\",\"widthDesktop\":50,\"bottomPaddingDesktop\":20,\"rightPaddingDesktop\":32,\"bottomPaddingTablet\":35,\"rightPaddingTablet\":15,\"bottomPaddingMobile\":65,\"paddingLink\":false,\"topMarginDesktop\":0,\"bottomMarginDesktop\":0,\"leftMarginDesktop\":5,\"rightMarginDesktop\":5,\"topMarginMobile\":0,\"bottomMarginMobile\":0,\"leftMarginMobile\":0,\"rightMarginMobile\":0,\"marginLink\":false,\"variationSelected\":true,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-40db1602\"><!-- wp:uagb/info-box {\"classMigrate\":true,\"headingAlign\":\"left\",\"headingColor\":\"\",\"subHeadingColor\":\"\",\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"source_type\":\"image\",\"block_id\":\"f483575a\",\"ctaIcon\":\"\",\"ctaType\":\"text\",\"ctaText\":\"READ MORE\",\"ctaLinkColor\":\"var(\\u002d\\u002dast-global-color-0)\",\"ctaDecoration\":\"underline\",\"ctaFontSize\":12,\"ctaFontWeight\":\"600\",\"ctaLetterSpacing\":2,\"ctaBorderColor\":\"\",\"ctaBorderStyle\":\"\",\"ctaBorderWidth\":\"\",\"ctaBorderRadius\":\"\",\"iconBottomMargin\":30,\"iconImage\":{\"uploading\":false,\"date\":1670943128000,\"filename\":\"AAEAAQAAAAAAAAAAAAAAJDkwZDA0NDg0LWIwNTctNGVlNy05Y2NjLWNjNDllODBmZTI3OA.png\",\"menuOrder\":0,\"uploadedTo\":761,\"type\":\"image\",\"subtype\":\"png\",\"id\":896,\"title\":\"AAEAAQAAAAAAAAAAAAAAJDkwZDA0NDg0LWIwNTctNGVlNy05Y2NjLWNjNDllODBmZTI3OA\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAAJDkwZDA0NDg0LWIwNTctNGVlNy05Y2NjLWNjNDllODBmZTI3OA.png\",\"link\":\"https://blueroan.netgen.cloud/accommodation/aaeaaqaaaaaaaaaaaaaajdkwzda0ndg0lwiwntctngvlny05y2njlwnjndllodbmzti3oa/\",\"alt\":\"Honeymoon suite bedroom \",\"author\":\"2\",\"description\":\"\",\"caption\":\"\",\"name\":\"aaeaaqaaaaaaaaaaaaaajdkwzda0ndg0lwiwntctngvlny05y2njlwnjndllodbmzti3oa\",\"status\":\"inherit\",\"modified\":1670943128000,\"mime\":\"image/png\",\"icon\":\"https://blueroan.netgen.cloud/wp-includes/images/media/default.png\",\"dateFormatted\":\"December 13, 2022\",\"nonces\":{\"update\":\"ef5e68588c\",\"delete\":\"c4dba1213a\",\"edit\":\"aea99f65e2\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=896\\u0026action=edit\",\"meta\":false,\"authorName\":\"Netgen Support\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/profile.php\",\"uploadedToTitle\":\"Accommodation\",\"uploadedToLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=761\\u0026action=edit\",\"filesizeInBytes\":1088370,\"filesizeHumanReadable\":\"1 MB\",\"context\":\"\",\"height\":861,\"width\":1300,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAAJDkwZDA0NDg0LWIwNTctNGVlNy05Y2NjLWNjNDllODBmZTI3OA-150x150.png\",\"orientation\":\"landscape\"},\"medium\":{\"height\":199,\"width\":300,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAAJDkwZDA0NDg0LWIwNTctNGVlNy05Y2NjLWNjNDllODBmZTI3OA-300x199.png\",\"orientation\":\"landscape\"},\"large\":{\"height\":678,\"width\":1024,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAAJDkwZDA0NDg0LWIwNTctNGVlNy05Y2NjLWNjNDllODBmZTI3OA-1024x678.png\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAAJDkwZDA0NDg0LWIwNTctNGVlNy05Y2NjLWNjNDllODBmZTI3OA.png\",\"height\":861,\"width\":1300,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"imageSize\":\"full\",\"imageWidth\":100,\"imageWidthMobile\":100,\"imageWidthTablet\":100,\"paddingBtnTop\":10,\"paddingBtnBottom\":10,\"paddingBtnLeft\":14,\"paddingBtnRight\":14,\"imageWidthUnit\":\"%\",\"imageWidthUnitTablet\":\"%\",\"imageWidthUnitMobile\":\"%\",\"subHeadTopMargin\":0,\"subHeadRightMargin\":40,\"subHeadLeftMargin\":0,\"subHeadMarginTopTablet\":0,\"subHeadMarginRightTablet\":0,\"subHeadTabletSpace\":20,\"subHeadMarginLeftTablet\":0,\"imgTagHeight\":66,\"imgTagWidth\":1300,\"btnBorderTopWidth\":1,\"btnBorderLeftWidth\":1,\"btnBorderRightWidth\":1,\"btnBorderBottomWidth\":1,\"btnBorderTopLeftRadius\":0,\"btnBorderTopRightRadius\":0,\"btnBorderBottomLeftRadius\":0,\"btnBorderBottomRightRadius\":0,\"btnBorderStyle\":\"solid\",\"btnBorderColor\":\"#333\"} -->\n<div class=\"wp-block-uagb-info-box uagb-block-f483575a uagb-infobox__content-wrap  uagb-infobox-icon-above-title uagb-infobox-image-valign-top\"><div class=\"uagb-ifb-content\"><div class=\"uagb-ifb-image-content\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAAJDkwZDA0NDg0LWIwNTctNGVlNy05Y2NjLWNjNDllODBmZTI3OA.png\" alt=\"Honeymoon suite bedroom \" width=\"100\" height=\"66\" loading=\"lazy\"/></div><div class=\"uagb-ifb-title-wrap\"><h3 class=\"uagb-ifb-title\">The Honeymoon suite</h3></div><p class=\"uagb-ifb-desc\">This&nbsp;<a href=\"https://www.collinsdictionary.com/dictionary/english/suite\">suite</a>&nbsp;is perfect for couples - This is an open-plan unit attached to the side of the main house, completely private with its own entrance, own garden, and carport.&nbsp;</p><div class=\"uagb-ifb-button-wrapper wp-block-button\"><a href=\"\" target=\"_self\" class=\"uagb-infobox-cta-link uagb-disable-link\" rel=\"noopener noreferrer\" alt=\"\"><span class=\"uagb-inline-editing\">READ MORE</span></a></div></div></div>\n<!-- /wp:uagb/info-box --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"811286ba\",\"widthDesktop\":50,\"bottomPaddingDesktop\":20,\"rightPaddingDesktop\":32,\"bottomPaddingTablet\":35,\"rightPaddingTablet\":15,\"paddingLink\":false,\"topMarginDesktop\":0,\"bottomMarginDesktop\":0,\"leftMarginDesktop\":5,\"rightMarginDesktop\":5,\"topMarginMobile\":0,\"bottomMarginMobile\":0,\"leftMarginMobile\":0,\"rightMarginMobile\":0,\"marginLink\":false,\"variationSelected\":true,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-811286ba\"></div>\n<!-- /wp:uagb/container --></div>\n<!-- /wp:uagb/container --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"77bb9d5a\",\"innerContentCustomWidthDesktop\":781,\"innerContentCustomWidthTablet\":781,\"backgroundType\":\"image\",\"backgroundImageDesktop\":{\"uploading\":false,\"date\":1670943271000,\"filename\":\"AAEAAQAAAAAAAAAAAAAA39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba.png\",\"menuOrder\":0,\"uploadedTo\":761,\"type\":\"image\",\"subtype\":\"png\",\"id\":899,\"title\":\"AAEAAQAAAAAAAAAAAAAA39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAA39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba.png\",\"link\":\"https://blueroan.netgen.cloud/accommodation/aaeaaqaaaaaaaaaaaaaa39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba/\",\"alt\":\"\",\"author\":\"2\",\"description\":\"\",\"caption\":\"\",\"name\":\"aaeaaqaaaaaaaaaaaaaa39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba\",\"status\":\"inherit\",\"modified\":1670943271000,\"mime\":\"image/png\",\"icon\":\"https://blueroan.netgen.cloud/wp-includes/images/media/default.png\",\"dateFormatted\":\"December 13, 2022\",\"nonces\":{\"update\":\"45b2b6c69b\",\"delete\":\"75d81c42ab\",\"edit\":\"88fae030a9\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=899\\u0026action=edit\",\"meta\":false,\"authorName\":\"Netgen Support\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/profile.php\",\"uploadedToTitle\":\"Accommodation\",\"uploadedToLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=761\\u0026action=edit\",\"filesizeInBytes\":2338048,\"filesizeHumanReadable\":\"2 MB\",\"context\":\"\",\"height\":900,\"width\":1200,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAA39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba-150x150.png\",\"orientation\":\"landscape\"},\"medium\":{\"height\":225,\"width\":300,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAA39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba-300x225.png\",\"orientation\":\"landscape\"},\"large\":{\"height\":768,\"width\":1024,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAA39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba-1024x768.png\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAA39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba.png\",\"height\":900,\"width\":1200,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"backgroundImageColor\":\"rgba(42,42,42,0.65)\",\"topPaddingDesktop\":144,\"bottomPaddingDesktop\":144,\"leftPaddingDesktop\":40,\"rightPaddingDesktop\":40,\"topPaddingTablet\":80,\"bottomPaddingTablet\":80,\"leftPaddingTablet\":40,\"rightPaddingTablet\":40,\"topPaddingMobile\":64,\"bottomPaddingMobile\":64,\"leftPaddingMobile\":24,\"rightPaddingMobile\":24,\"paddingLink\":false,\"variationSelected\":true,\"isBlockRootParent\":true,\"overlayType\":\"color\"} -->\n<div class=\"wp-block-uagb-container uagb-block-77bb9d5a alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/advanced-heading {\"block_id\":\"d698a54c\",\"classMigrate\":true,\"headingDescToggle\":true,\"headingAlign\":\"center\",\"headingColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"subHeadingColor\":\"var(\\u002d\\u002dast-global-color-4)\",\"headSpace\":20} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-d698a54c\"><h2 class=\"uagb-heading-text\">Plan an Unforgettable Experience at<br>Blue Roan!</h2><p class=\"uagb-desc-text\">We can help you fit your stay and experience within your allotted budget.</p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/advanced-heading {\"block_id\":\"08294ce8\",\"classMigrate\":true,\"headingTitleToggle\":false,\"headingDescToggle\":true,\"headingAlign\":\"center\",\"subHeadingColor\":\"var(\\u002d\\u002dast-global-color-4)\",\"subHeadTransform\":\"uppercase\",\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"subHeadLetterSpacing\":2,\"blockTopPadding\":60,\"blockRightPadding\":0,\"blockLeftPadding\":0,\"blockBottomPadding\":0,\"blockTopPaddingMobile\":30,\"blockRightPaddingMobile\":0,\"blockLeftPaddingMobile\":0,\"blockBottomPaddingMobile\":0} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-08294ce8\"><p class=\"uagb-desc-text\">BOOK YOUR STAY NOW​</p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/icon-list {\"block_id\":\"6c7a86c6\",\"classMigrate\":true,\"childMigrate\":true,\"align\":\"center\",\"parentIcon\":\"phone\",\"size\":40,\"sizeMobile\":24,\"sizeTablet\":32,\"fontSize\":48,\"fontSizeMobile\":28,\"fontSizeTablet\":40,\"fontWeight\":\"600\",\"iconColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"labelColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"blockTopPadding\":0,\"blockRightPadding\":0,\"blockLeftPadding\":0,\"blockBottomPadding\":24,\"blockPaddingLink\":false} -->\n<div class=\"wp-block-uagb-icon-list uagb-block-6c7a86c6\"><div class=\"uagb-icon-list__wrap\"><!-- wp:uagb/icon-list-child {\"block_id\":\"86d0c22f\",\"label\":\" + 27 (0) 82 575 5409\",\"label_color\":\"\",\"link\":\"tel:+27825755409\",\"disableLink\":true,\"fromParentIcon\":\"phone\",\"imageSizeChild\":40} -->\n<div class=\"wp-block-uagb-icon-list-child uagb-block-86d0c22f\"><a target=\"_self\" aria-label=\" + 27 (0) 82 575 5409\" rel=\"noopener noreferrer\" href=\"tel:+27825755409\"> </a><span class=\"uagb-icon-list__source-wrap\"><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M511.2 387l-23.25 100.8c-3.266 14.25-15.79 24.22-30.46 24.22C205.2 512 0 306.8 0 54.5c0-14.66 9.969-27.2 24.22-30.45l100.8-23.25C139.7-2.602 154.7 5.018 160.8 18.92l46.52 108.5c5.438 12.78 1.77 27.67-8.98 36.45L144.5 207.1c33.98 69.22 90.26 125.5 159.5 159.5l44.08-53.8c8.688-10.78 23.69-14.51 36.47-8.975l108.5 46.51C506.1 357.2 514.6 372.4 511.2 387z\"></path></svg></span><span class=\"uagb-icon-list__label\"> + 27 (0) 82 575 5409</span></div>\n<!-- /wp:uagb/icon-list-child -->\n\n<!-- wp:uagb/icon-list-child {\"block_id\":\"fa00f209\",\"label\":\"blueroan@ugo.co.za\",\"icon\":\"envelope\",\"label_color\":\"\",\"link\":\"mailto:blueroan@ugo.co.za\",\"disableLink\":true,\"fromParentIcon\":\"phone\",\"imageSizeChild\":40} -->\n<div class=\"wp-block-uagb-icon-list-child uagb-block-fa00f209\"><a target=\"_self\" aria-label=\"blueroan@ugo.co.za\" rel=\"noopener noreferrer\" href=\"mailto:blueroan@ugo.co.za\"> </a><span class=\"uagb-icon-list__source-wrap\"><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M464 64C490.5 64 512 85.49 512 112C512 127.1 504.9 141.3 492.8 150.4L275.2 313.6C263.8 322.1 248.2 322.1 236.8 313.6L19.2 150.4C7.113 141.3 0 127.1 0 112C0 85.49 21.49 64 48 64H464zM217.6 339.2C240.4 356.3 271.6 356.3 294.4 339.2L512 176V384C512 419.3 483.3 448 448 448H64C28.65 448 0 419.3 0 384V176L217.6 339.2z\"></path></svg></span><span class=\"uagb-icon-list__label\">blueroan@ugo.co.za</span></div>\n<!-- /wp:uagb/icon-list-child --></div></div>\n<!-- /wp:uagb/icon-list --></div></div>\n<!-- /wp:uagb/container -->',	'Accommodation',	'',	'inherit',	'closed',	'closed',	'',	'761-revision-v1',	'',	'',	'2022-12-14 10:54:22',	'2022-12-14 10:54:22',	'',	761,	'https://blueroan.netgen.cloud/?p=1014',	0,	'revision',	'',	0),
(1016,	2,	'2022-12-14 10:56:06',	'2022-12-14 10:56:06',	'',	'AAEAAQAAAAAAAAAAAAAAJGQzMWY4ODAwLTRlMDYtNDYwMy1iOTJkLWRmZGI3NmI4N2ZiZg',	'',	'inherit',	'open',	'closed',	'',	'aaeaaqaaaaaaaaaaaaaajgqzmwy4odawltrlmdytndywmy1iotjklwrmzgi3nmi4n2zizg',	'',	'',	'2022-12-14 10:56:06',	'2022-12-14 10:56:06',	'',	1011,	'https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAAJGQzMWY4ODAwLTRlMDYtNDYwMy1iOTJkLWRmZGI3NmI4N2ZiZg.png',	0,	'attachment',	'image/png',	0),
(1017,	2,	'2022-12-14 10:56:14',	'2022-12-14 10:56:14',	'<!-- wp:uagb/container {\"block_id\":\"d8f9175e\",\"backgroundType\":\"image\",\"backgroundImageDesktop\":{\"uploading\":false,\"date\":1671015366000,\"filename\":\"AAEAAQAAAAAAAAAAAAAAJGQzMWY4ODAwLTRlMDYtNDYwMy1iOTJkLWRmZGI3NmI4N2ZiZg.png\",\"menuOrder\":0,\"uploadedTo\":1011,\"type\":\"image\",\"subtype\":\"png\",\"id\":1016,\"title\":\"AAEAAQAAAAAAAAAAAAAAJGQzMWY4ODAwLTRlMDYtNDYwMy1iOTJkLWRmZGI3NmI4N2ZiZg\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAAJGQzMWY4ODAwLTRlMDYtNDYwMy1iOTJkLWRmZGI3NmI4N2ZiZg.png\",\"link\":\"https://blueroan.netgen.cloud/the-bluebush/aaeaaqaaaaaaaaaaaaaajgqzmwy4odawltrlmdytndywmy1iotjklwrmzgi3nmi4n2zizg/\",\"alt\":\"\",\"author\":\"2\",\"description\":\"\",\"caption\":\"\",\"name\":\"aaeaaqaaaaaaaaaaaaaajgqzmwy4odawltrlmdytndywmy1iotjklwrmzgi3nmi4n2zizg\",\"status\":\"inherit\",\"modified\":1671015366000,\"mime\":\"image/png\",\"icon\":\"https://blueroan.netgen.cloud/wp-includes/images/media/default.png\",\"dateFormatted\":\"December 14, 2022\",\"nonces\":{\"update\":\"4cd1c286f5\",\"delete\":\"d9f6f5a0de\",\"edit\":\"9c51d771a4\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=1016\\u0026action=edit\",\"meta\":false,\"authorName\":\"Netgen Support\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/profile.php\",\"uploadedToTitle\":\"The Bluebush\",\"uploadedToLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=1011\\u0026action=edit\",\"filesizeInBytes\":738928,\"filesizeHumanReadable\":\"722 KB\",\"context\":\"\",\"height\":667,\"width\":1000,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAAJGQzMWY4ODAwLTRlMDYtNDYwMy1iOTJkLWRmZGI3NmI4N2ZiZg-150x150.png\",\"orientation\":\"landscape\"},\"medium\":{\"height\":200,\"width\":300,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAAJGQzMWY4ODAwLTRlMDYtNDYwMy1iOTJkLWRmZGI3NmI4N2ZiZg-300x200.png\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAAJGQzMWY4ODAwLTRlMDYtNDYwMy1iOTJkLWRmZGI3NmI4N2ZiZg.png\",\"height\":667,\"width\":1000,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"backgroundPositionDesktop\":{\"x\":0.47,\"y\":0.54},\"backgroundSizeTablet\":\"cover\",\"backgroundSizeMobile\":\"cover\",\"backgroundColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"backgroundImageColor\":\"rgba(42,42,42,0.5)\",\"topPaddingDesktop\":220,\"bottomPaddingDesktop\":150,\"topPaddingTablet\":170,\"bottomPaddingTablet\":160,\"leftPaddingTablet\":30,\"rightPaddingTablet\":30,\"topPaddingMobile\":180,\"bottomPaddingMobile\":80,\"leftPaddingMobile\":20,\"rightPaddingMobile\":20,\"paddingLink\":false,\"variationSelected\":true,\"isBlockRootParent\":true,\"overlayType\":\"color\"} -->\n<div class=\"wp-block-uagb-container uagb-block-d8f9175e alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/advanced-heading {\"block_id\":\"ca800285\",\"classMigrate\":true,\"headingDescToggle\":true,\"headingColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"subHeadingColor\":\"var(\\u002d\\u002dast-global-color-4)\",\"headingTag\":\"h1\",\"headSpace\":20,\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"blockTopPadding\":0,\"blockRightPadding\":50,\"blockLeftPadding\":0,\"blockBottomPadding\":0,\"blockTopPaddingTablet\":0,\"blockRightPaddingTablet\":20,\"blockLeftPaddingTablet\":0,\"blockBottomPaddingTablet\":0,\"blockTopPaddingMobile\":0,\"blockRightPaddingMobile\":0,\"blockLeftPaddingMobile\":0,\"blockBottomPaddingMobile\":0,\"blockPaddingUnit\":\"%\",\"blockPaddingUnitTablet\":\"%\"} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-ca800285\"><h1 class=\"uagb-heading-text\">The Bluebush</h1><p class=\"uagb-desc-text\">A cozy, pleasant suite that has a really homey atmosphere. Just like at home, settle in and relax. Unwind in the ideal corner-shaped spa bath and the open-concept living space.</p></div>\n<!-- /wp:uagb/advanced-heading --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"7542d2af\",\"backgroundType\":\"color\",\"backgroundSizeTablet\":\"cover\",\"backgroundSizeMobile\":\"cover\",\"backgroundColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"topPaddingDesktop\":120,\"bottomPaddingDesktop\":60,\"rightPaddingDesktop\":0,\"topPaddingTablet\":80,\"bottomPaddingTablet\":80,\"leftPaddingTablet\":30,\"rightPaddingTablet\":30,\"topPaddingMobile\":80,\"bottomPaddingMobile\":80,\"leftPaddingMobile\":20,\"rightPaddingMobile\":20,\"paddingLink\":false,\"variationSelected\":true,\"rowGapDesktop\":0,\"isBlockRootParent\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-7542d2af alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/container {\"block_id\":\"dce63ff2\",\"directionDesktop\":\"row\",\"alignItemsDesktop\":\"flex-end\",\"alignItemsTablet\":\"flex-end\",\"justifyContentDesktop\":\"flex-end\",\"justifyContentTablet\":\"space-between\",\"variationSelected\":true,\"rowGapMobile\":20,\"columnGapDesktop\":0} -->\n<div class=\"wp-block-uagb-container uagb-block-dce63ff2\"><!-- wp:uagb/advanced-heading {\"block_id\":\"bf37aed5\",\"classMigrate\":true,\"headingDescToggle\":true,\"subHeadingColor\":\"\",\"headSpace\":20,\"subHeadFontSize\":16} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-bf37aed5\"><h2 class=\"uagb-heading-text\">Come &amp; Stay With Us​ at The Tuscan Suite </h2><p class=\"uagb-desc-text\">The elevated king bed in this open-concept unit is on a platform that faces the TV and the mountains. It offers a private bathroom with an oval spa bath and a spacious walk-in shower. Sliding glass doors in the suite lead out to a covered patio with a stone braai and cozy patio chairs. It features a green garden that is gated and fenced and leads to the park. ​</p></div>\n<!-- /wp:uagb/advanced-heading --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:heading -->\n<h2>The bedroom </h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>This room contains the following: </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list -->\n<ul><!-- wp:list-item -->\n<li>King bed with electric blanket</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Electric heater</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Stand fan</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Hair dryer &amp; dressing gowns</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Good quality linen</li>\n<!-- /wp:list-item --></ul>\n<!-- /wp:list --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":992,\"width\":500,\"height\":334,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full is-resized\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAAJDhhMDc2NjU5LTcwNjEtNGZjMS04ZWI4LWJmZmYzNzdkMWZkNA.png\" alt=\"The Tuscan Suite at Blue Roan Country Lodge\" class=\"wp-image-992\" width=\"500\" height=\"334\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":1001,\"width\":500,\"height\":334,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full is-resized\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAAJGZjZmVhNGIyLThiY2EtNDUxOS1hMmY1LWZkMmVmYzRhOWIwYw.png\" alt=\"\" class=\"wp-image-1001\" width=\"500\" height=\"334\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:heading -->\n<h2>The bathroom</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>This room contains the following</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list -->\n<ul><!-- wp:list-item -->\n<li>Large walk-in shower</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Oval spa bath with 6 jets</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Bubble bath and candles</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Soap, toiletries and towels</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Toilet and basin – toilet paper provided</li>\n<!-- /wp:list-item --></ul>\n<!-- /wp:list --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:heading -->\n<h2>The Lounge</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>This room contains the following: </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list -->\n<ul><!-- wp:list-item -->\n<li>Log fireplace</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>2-seater recliner settee</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Comfortable upholstered chair</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>TV&nbsp;(DSTV - commercial bouquet with Sports, news, movies, Mnet, SABC 1,2 3 and Etv as well as other channels)</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>DVD player</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Books and playing cards</li>\n<!-- /wp:list-item --></ul>\n<!-- /wp:list --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":1003,\"width\":500,\"height\":334,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full is-resized\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/241523_798x533.jpg\" alt=\"\" class=\"wp-image-1003\" width=\"500\" height=\"334\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":997,\"width\":500,\"height\":334,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full is-resized\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAAJDIzMjZiNmQ1LTk3MTAtNDIxMC05OWE3LWJlMmQxNDliMDVmMQ.png\" alt=\"The kitchen in The Tuscany suite at Blue Roan lodge\" class=\"wp-image-997\" width=\"500\" height=\"334\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:heading -->\n<h2>The kitchen</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>This room contains the following</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list -->\n<ul><!-- wp:list-item -->\n<li>4 plate gas stove and oven</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Microwave oven, kettle, toaster, coffee plunger</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Fridge with top freezer compartment</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Pots, pans, cutlery, crockery, wine &amp; champagne glasses</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>All kitchen utensils</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Ironing board and iron</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>All cleaning cloths and detergents and washing up liquid</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Paper towel, salt, pepper, coffee, tea and sugar</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Braai tongs</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Breakfast table cafe style and 2 chairs</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Glass sliding door out to the patio</li>\n<!-- /wp:list-item --></ul>\n<!-- /wp:list --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:heading -->\n<h2>The large patio with <br>mountain views</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>This room contains the following: </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list -->\n<ul><!-- wp:list-item -->\n<li>Chairs with cushions</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Mosaic table</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Brick braai</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Decorative lighting</li>\n<!-- /wp:list-item --></ul>\n<!-- /wp:list --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":999,\"width\":500,\"height\":334,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full is-resized\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAAJDI0ZWY4NDc1LThjYjYtNDM3YS1iOTliLWNmOWQxYTJkMWU5MQ.png\" alt=\"\" class=\"wp-image-999\" width=\"500\" height=\"334\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:heading {\"textAlign\":\"center\"} -->\n<h2 class=\"has-text-align-center\">Book your stay </h2>\n<!-- /wp:heading -->\n\n<!-- wp:buttons -->\n<div class=\"wp-block-buttons\"><!-- wp:button {\"align\":\"center\"} -->\n<div class=\"wp-block-button aligncenter\"><a class=\"wp-block-button__link wp-element-button\" href=\"https://book.nightsbridge.com/11065\" target=\"_blank\" rel=\"noreferrer noopener\">Reservations</a></div>\n<!-- /wp:button -->\n\n<!-- wp:button /--></div>\n<!-- /wp:buttons --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"2907624a\",\"innerContentCustomWidthDesktop\":781,\"innerContentCustomWidthTablet\":781,\"backgroundType\":\"image\",\"backgroundImageDesktop\":{\"uploading\":false,\"date\":1670943271000,\"filename\":\"AAEAAQAAAAAAAAAAAAAA39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba.png\",\"menuOrder\":0,\"uploadedTo\":761,\"type\":\"image\",\"subtype\":\"png\",\"id\":899,\"title\":\"AAEAAQAAAAAAAAAAAAAA39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAA39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba.png\",\"link\":\"https://blueroan.netgen.cloud/accommodation/aaeaaqaaaaaaaaaaaaaa39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba/\",\"alt\":\"\",\"author\":\"2\",\"description\":\"\",\"caption\":\"\",\"name\":\"aaeaaqaaaaaaaaaaaaaa39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba\",\"status\":\"inherit\",\"modified\":1670943271000,\"mime\":\"image/png\",\"icon\":\"https://blueroan.netgen.cloud/wp-includes/images/media/default.png\",\"dateFormatted\":\"December 13, 2022\",\"nonces\":{\"update\":\"45b2b6c69b\",\"delete\":\"75d81c42ab\",\"edit\":\"88fae030a9\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=899\\u0026action=edit\",\"meta\":false,\"authorName\":\"Netgen Support\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/profile.php\",\"uploadedToTitle\":\"Accommodation\",\"uploadedToLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=761\\u0026action=edit\",\"filesizeInBytes\":2338048,\"filesizeHumanReadable\":\"2 MB\",\"context\":\"\",\"height\":900,\"width\":1200,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAA39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba-150x150.png\",\"orientation\":\"landscape\"},\"medium\":{\"height\":225,\"width\":300,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAA39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba-300x225.png\",\"orientation\":\"landscape\"},\"large\":{\"height\":768,\"width\":1024,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAA39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba-1024x768.png\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAA39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba.png\",\"height\":900,\"width\":1200,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"backgroundImageColor\":\"rgba(42,42,42,0.65)\",\"topPaddingDesktop\":144,\"bottomPaddingDesktop\":144,\"leftPaddingDesktop\":40,\"rightPaddingDesktop\":40,\"topPaddingTablet\":80,\"bottomPaddingTablet\":80,\"leftPaddingTablet\":40,\"rightPaddingTablet\":40,\"topPaddingMobile\":64,\"bottomPaddingMobile\":64,\"leftPaddingMobile\":24,\"rightPaddingMobile\":24,\"paddingLink\":false,\"variationSelected\":true,\"isBlockRootParent\":true,\"overlayType\":\"color\"} -->\n<div class=\"wp-block-uagb-container uagb-block-2907624a alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/advanced-heading {\"block_id\":\"58097567\",\"classMigrate\":true,\"headingDescToggle\":true,\"headingAlign\":\"center\",\"headingColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"subHeadingColor\":\"var(\\u002d\\u002dast-global-color-4)\",\"headSpace\":20} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-58097567\"><h2 class=\"uagb-heading-text\">Plan an Unforgettable Experience at<br>Blue Roan!</h2><p class=\"uagb-desc-text\">We can help you fit your stay and experience within your allotted budget.</p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/advanced-heading {\"block_id\":\"7f73f677\",\"classMigrate\":true,\"headingTitleToggle\":false,\"headingDescToggle\":true,\"headingAlign\":\"center\",\"subHeadingColor\":\"var(\\u002d\\u002dast-global-color-4)\",\"subHeadTransform\":\"uppercase\",\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"subHeadLetterSpacing\":2,\"blockTopPadding\":60,\"blockRightPadding\":0,\"blockLeftPadding\":0,\"blockBottomPadding\":0,\"blockTopPaddingMobile\":30,\"blockRightPaddingMobile\":0,\"blockLeftPaddingMobile\":0,\"blockBottomPaddingMobile\":0,\"linkColor\":\"var(\\u002d\\u002dast-global-color-8)\",\"linkHColor\":\"var(\\u002d\\u002dast-global-color-1)\"} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-7f73f677\"><p class=\"uagb-desc-text\"><a href=\"https://book.nightsbridge.com/11065\" target=\"_blank\" rel=\"noreferrer noopener\">BOOK YOUR STAY NOW​<br></a></p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/icon-list {\"block_id\":\"8acafbc2\",\"classMigrate\":true,\"childMigrate\":true,\"align\":\"center\",\"parentIcon\":\"phone\",\"size\":40,\"sizeMobile\":24,\"sizeTablet\":32,\"fontSize\":48,\"fontSizeMobile\":28,\"fontSizeTablet\":40,\"fontWeight\":\"600\",\"iconColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"labelColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"blockTopPadding\":0,\"blockRightPadding\":0,\"blockLeftPadding\":0,\"blockBottomPadding\":24,\"blockPaddingLink\":false} -->\n<div class=\"wp-block-uagb-icon-list uagb-block-8acafbc2\"><div class=\"uagb-icon-list__wrap\"><!-- wp:uagb/icon-list-child {\"block_id\":\"2e227a26\",\"label\":\" + 27 (0) 82 575 5409\",\"label_color\":\"\",\"link\":\"tel:+27825755409\",\"disableLink\":true,\"fromParentIcon\":\"phone\",\"imageSizeChild\":40} -->\n<div class=\"wp-block-uagb-icon-list-child uagb-block-2e227a26\"><a target=\"_self\" aria-label=\" + 27 (0) 82 575 5409\" rel=\"noopener noreferrer\" href=\"tel:+27825755409\"> </a><span class=\"uagb-icon-list__source-wrap\"><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M511.2 387l-23.25 100.8c-3.266 14.25-15.79 24.22-30.46 24.22C205.2 512 0 306.8 0 54.5c0-14.66 9.969-27.2 24.22-30.45l100.8-23.25C139.7-2.602 154.7 5.018 160.8 18.92l46.52 108.5c5.438 12.78 1.77 27.67-8.98 36.45L144.5 207.1c33.98 69.22 90.26 125.5 159.5 159.5l44.08-53.8c8.688-10.78 23.69-14.51 36.47-8.975l108.5 46.51C506.1 357.2 514.6 372.4 511.2 387z\"></path></svg></span><span class=\"uagb-icon-list__label\"> + 27 (0) 82 575 5409</span></div>\n<!-- /wp:uagb/icon-list-child -->\n\n<!-- wp:uagb/icon-list-child {\"block_id\":\"4260ef8e\",\"label\":\"blueroan@ugo.co.za\",\"icon\":\"envelope\",\"label_color\":\"\",\"link\":\"mailto:blueroan@ugo.co.za\",\"disableLink\":true,\"fromParentIcon\":\"phone\",\"imageSizeChild\":40} -->\n<div class=\"wp-block-uagb-icon-list-child uagb-block-4260ef8e\"><a target=\"_self\" aria-label=\"blueroan@ugo.co.za\" rel=\"noopener noreferrer\" href=\"mailto:blueroan@ugo.co.za\"> </a><span class=\"uagb-icon-list__source-wrap\"><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M464 64C490.5 64 512 85.49 512 112C512 127.1 504.9 141.3 492.8 150.4L275.2 313.6C263.8 322.1 248.2 322.1 236.8 313.6L19.2 150.4C7.113 141.3 0 127.1 0 112C0 85.49 21.49 64 48 64H464zM217.6 339.2C240.4 356.3 271.6 356.3 294.4 339.2L512 176V384C512 419.3 483.3 448 448 448H64C28.65 448 0 419.3 0 384V176L217.6 339.2z\"></path></svg></span><span class=\"uagb-icon-list__label\">blueroan@ugo.co.za</span></div>\n<!-- /wp:uagb/icon-list-child --></div></div>\n<!-- /wp:uagb/icon-list --></div></div>\n<!-- /wp:uagb/container -->',	'The Bluebush',	'',	'inherit',	'closed',	'closed',	'',	'1011-revision-v1',	'',	'',	'2022-12-14 10:56:14',	'2022-12-14 10:56:14',	'',	1011,	'https://blueroan.netgen.cloud/?p=1017',	0,	'revision',	'',	0),
(1019,	2,	'2022-12-14 10:58:48',	'2022-12-14 10:58:48',	'<!-- wp:uagb/container {\"block_id\":\"5e794b21\",\"backgroundType\":\"image\",\"backgroundImageDesktop\":{\"uploading\":false,\"date\":1671015366000,\"filename\":\"AAEAAQAAAAAAAAAAAAAAJGQzMWY4ODAwLTRlMDYtNDYwMy1iOTJkLWRmZGI3NmI4N2ZiZg.png\",\"menuOrder\":0,\"uploadedTo\":1011,\"type\":\"image\",\"subtype\":\"png\",\"id\":1016,\"title\":\"AAEAAQAAAAAAAAAAAAAAJGQzMWY4ODAwLTRlMDYtNDYwMy1iOTJkLWRmZGI3NmI4N2ZiZg\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAAJGQzMWY4ODAwLTRlMDYtNDYwMy1iOTJkLWRmZGI3NmI4N2ZiZg.png\",\"link\":\"https://blueroan.netgen.cloud/the-bluebush/aaeaaqaaaaaaaaaaaaaajgqzmwy4odawltrlmdytndywmy1iotjklwrmzgi3nmi4n2zizg/\",\"alt\":\"\",\"author\":\"2\",\"description\":\"\",\"caption\":\"\",\"name\":\"aaeaaqaaaaaaaaaaaaaajgqzmwy4odawltrlmdytndywmy1iotjklwrmzgi3nmi4n2zizg\",\"status\":\"inherit\",\"modified\":1671015366000,\"mime\":\"image/png\",\"icon\":\"https://blueroan.netgen.cloud/wp-includes/images/media/default.png\",\"dateFormatted\":\"December 14, 2022\",\"nonces\":{\"update\":\"4cd1c286f5\",\"delete\":\"d9f6f5a0de\",\"edit\":\"9c51d771a4\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=1016\\u0026action=edit\",\"meta\":false,\"authorName\":\"Netgen Support\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/profile.php\",\"uploadedToTitle\":\"The Bluebush\",\"uploadedToLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=1011\\u0026action=edit\",\"filesizeInBytes\":738928,\"filesizeHumanReadable\":\"722 KB\",\"context\":\"\",\"height\":667,\"width\":1000,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAAJGQzMWY4ODAwLTRlMDYtNDYwMy1iOTJkLWRmZGI3NmI4N2ZiZg-150x150.png\",\"orientation\":\"landscape\"},\"medium\":{\"height\":200,\"width\":300,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAAJGQzMWY4ODAwLTRlMDYtNDYwMy1iOTJkLWRmZGI3NmI4N2ZiZg-300x200.png\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAAJGQzMWY4ODAwLTRlMDYtNDYwMy1iOTJkLWRmZGI3NmI4N2ZiZg.png\",\"height\":667,\"width\":1000,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"backgroundPositionDesktop\":{\"x\":0.47,\"y\":0.54},\"backgroundSizeTablet\":\"cover\",\"backgroundSizeMobile\":\"cover\",\"backgroundColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"backgroundImageColor\":\"rgba(42,42,42,0.5)\",\"topPaddingDesktop\":220,\"bottomPaddingDesktop\":150,\"topPaddingTablet\":170,\"bottomPaddingTablet\":160,\"leftPaddingTablet\":30,\"rightPaddingTablet\":30,\"topPaddingMobile\":180,\"bottomPaddingMobile\":80,\"leftPaddingMobile\":20,\"rightPaddingMobile\":20,\"paddingLink\":false,\"variationSelected\":true,\"isBlockRootParent\":true,\"overlayType\":\"color\"} -->\n<div class=\"wp-block-uagb-container uagb-block-5e794b21 alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/advanced-heading {\"block_id\":\"cfb4e774\",\"classMigrate\":true,\"headingDescToggle\":true,\"headingColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"subHeadingColor\":\"var(\\u002d\\u002dast-global-color-4)\",\"headingTag\":\"h1\",\"headSpace\":20,\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"blockTopPadding\":0,\"blockRightPadding\":50,\"blockLeftPadding\":0,\"blockBottomPadding\":0,\"blockTopPaddingTablet\":0,\"blockRightPaddingTablet\":20,\"blockLeftPaddingTablet\":0,\"blockBottomPaddingTablet\":0,\"blockTopPaddingMobile\":0,\"blockRightPaddingMobile\":0,\"blockLeftPaddingMobile\":0,\"blockBottomPaddingMobile\":0,\"blockPaddingUnit\":\"%\",\"blockPaddingUnitTablet\":\"%\"} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-cfb4e774\"><h1 class=\"uagb-heading-text\">The Bluebush</h1><p class=\"uagb-desc-text\">A cozy, pleasant suite that has a really homey atmosphere. Just like at home, settle in and relax. Unwind in the ideal corner-shaped spa bath and the open-concept living space.</p></div>\n<!-- /wp:uagb/advanced-heading --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"10b8ddc6\",\"backgroundType\":\"color\",\"backgroundSizeTablet\":\"cover\",\"backgroundSizeMobile\":\"cover\",\"backgroundColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"topPaddingDesktop\":120,\"bottomPaddingDesktop\":60,\"rightPaddingDesktop\":0,\"topPaddingTablet\":80,\"bottomPaddingTablet\":80,\"leftPaddingTablet\":30,\"rightPaddingTablet\":30,\"topPaddingMobile\":80,\"bottomPaddingMobile\":80,\"leftPaddingMobile\":20,\"rightPaddingMobile\":20,\"paddingLink\":false,\"variationSelected\":true,\"rowGapDesktop\":0,\"isBlockRootParent\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-10b8ddc6 alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/container {\"block_id\":\"f077fe21\",\"directionDesktop\":\"row\",\"alignItemsDesktop\":\"flex-end\",\"alignItemsTablet\":\"flex-end\",\"justifyContentDesktop\":\"flex-end\",\"justifyContentTablet\":\"space-between\",\"variationSelected\":true,\"rowGapMobile\":20,\"columnGapDesktop\":0} -->\n<div class=\"wp-block-uagb-container uagb-block-f077fe21\"><!-- wp:uagb/advanced-heading {\"block_id\":\"3d3e39c5\",\"classMigrate\":true,\"headingDescToggle\":true,\"subHeadingColor\":\"\",\"headSpace\":20,\"subHeadFontSize\":16} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-3d3e39c5\"><h2 class=\"uagb-heading-text\">Come &amp; Stay With Us​ at The Bluebush Suite </h2><p class=\"uagb-desc-text\">It has one bedroom with a corner-shaped spa bath in the corner of the bedroom, a separate bathroom with a large walk-in shower, and an open-plan living area opening onto a covered patio with comfortable outside furniture.  It has a large grassed, fenced, and gated garden with a brick braai.</p></div>\n<!-- /wp:uagb/advanced-heading --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:heading -->\n<h2>The bedroom </h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>This room contains the following: </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list -->\n<ul><!-- wp:list-item -->\n<li>King bed with electric blanket</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Corner shaped spa bath with 6 jets</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Bubble bath and candles</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Oil heater</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Stand fan</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Dressing table</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Hair dryer and dressing gowns</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Good quality linen</li>\n<!-- /wp:list-item --></ul>\n<!-- /wp:list --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":992,\"width\":500,\"height\":334,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full is-resized\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAAJDhhMDc2NjU5LTcwNjEtNGZjMS04ZWI4LWJmZmYzNzdkMWZkNA.png\" alt=\"The Tuscan Suite at Blue Roan Country Lodge\" class=\"wp-image-992\" width=\"500\" height=\"334\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":1001,\"width\":500,\"height\":334,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full is-resized\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAAJGZjZmVhNGIyLThiY2EtNDUxOS1hMmY1LWZkMmVmYzRhOWIwYw.png\" alt=\"\" class=\"wp-image-1001\" width=\"500\" height=\"334\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:heading -->\n<h2>The bathroom</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>This room contains the following</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list -->\n<ul><!-- wp:list-item -->\n<li>Large walk-in shower</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Toilet and basin</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Soap, towels, toiletries and toilet paper</li>\n<!-- /wp:list-item --></ul>\n<!-- /wp:list --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:heading -->\n<h2>The Lounge</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>This room contains the following: </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list -->\n<ul><!-- wp:list-item -->\n<li>Log fireplace</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>3 piece upholstered lounge suite</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>32\" flat screen TV (DSTV - commercial bouquet with Sports, movies, Mnet, SABC 1,2 3 and E)</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>DVD player</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Pine dining table and 4 chairs</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Books and playing cards</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Glass sliding door out to the patio</li>\n<!-- /wp:list-item --></ul>\n<!-- /wp:list --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":1003,\"width\":500,\"height\":334,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full is-resized\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/241523_798x533.jpg\" alt=\"\" class=\"wp-image-1003\" width=\"500\" height=\"334\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":997,\"width\":500,\"height\":334,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full is-resized\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAAJDIzMjZiNmQ1LTk3MTAtNDIxMC05OWE3LWJlMmQxNDliMDVmMQ.png\" alt=\"The kitchen in The Tuscany suite at Blue Roan lodge\" class=\"wp-image-997\" width=\"500\" height=\"334\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:heading -->\n<h2>The kitchen</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>This room contains the following</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list -->\n<ul><!-- wp:list-item -->\n<li>4 plate gas stove and oven</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Microwave oven, kettle, toaster</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Fridge with top freezer compartment</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Pots, pans, cutlery, crockery, wine &amp; champagne glasses</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>All kitchen utensils</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Ironing board and iron</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>All cleaning cloths and detergents and washing up liquid</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Paper towel, salt, pepper, tea, coffee and sugar</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Braai tongs, filter coffee plunger</li>\n<!-- /wp:list-item --></ul>\n<!-- /wp:list --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:heading -->\n<h2>The large patio with <br>mountain views</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>This room contains the following: </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list -->\n<ul><!-- wp:list-item -->\n<li>Chairs with cushions</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Glass table</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Brick braai</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Decorative lighting</li>\n<!-- /wp:list-item --></ul>\n<!-- /wp:list --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":999,\"width\":500,\"height\":334,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full is-resized\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAAJDI0ZWY4NDc1LThjYjYtNDM3YS1iOTliLWNmOWQxYTJkMWU5MQ.png\" alt=\"\" class=\"wp-image-999\" width=\"500\" height=\"334\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:heading {\"textAlign\":\"center\"} -->\n<h2 class=\"has-text-align-center\">Book your stay </h2>\n<!-- /wp:heading -->\n\n<!-- wp:buttons -->\n<div class=\"wp-block-buttons\"><!-- wp:button {\"align\":\"center\"} -->\n<div class=\"wp-block-button aligncenter\"><a class=\"wp-block-button__link wp-element-button\" href=\"https://book.nightsbridge.com/11065\" target=\"_blank\" rel=\"noreferrer noopener\">Reservations</a></div>\n<!-- /wp:button -->\n\n<!-- wp:button /--></div>\n<!-- /wp:buttons --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"3253185d\",\"innerContentCustomWidthDesktop\":781,\"innerContentCustomWidthTablet\":781,\"backgroundType\":\"image\",\"backgroundImageDesktop\":{\"uploading\":false,\"date\":1670943271000,\"filename\":\"AAEAAQAAAAAAAAAAAAAA39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba.png\",\"menuOrder\":0,\"uploadedTo\":761,\"type\":\"image\",\"subtype\":\"png\",\"id\":899,\"title\":\"AAEAAQAAAAAAAAAAAAAA39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAA39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba.png\",\"link\":\"https://blueroan.netgen.cloud/accommodation/aaeaaqaaaaaaaaaaaaaa39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba/\",\"alt\":\"\",\"author\":\"2\",\"description\":\"\",\"caption\":\"\",\"name\":\"aaeaaqaaaaaaaaaaaaaa39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba\",\"status\":\"inherit\",\"modified\":1670943271000,\"mime\":\"image/png\",\"icon\":\"https://blueroan.netgen.cloud/wp-includes/images/media/default.png\",\"dateFormatted\":\"December 13, 2022\",\"nonces\":{\"update\":\"45b2b6c69b\",\"delete\":\"75d81c42ab\",\"edit\":\"88fae030a9\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=899\\u0026action=edit\",\"meta\":false,\"authorName\":\"Netgen Support\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/profile.php\",\"uploadedToTitle\":\"Accommodation\",\"uploadedToLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=761\\u0026action=edit\",\"filesizeInBytes\":2338048,\"filesizeHumanReadable\":\"2 MB\",\"context\":\"\",\"height\":900,\"width\":1200,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAA39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba-150x150.png\",\"orientation\":\"landscape\"},\"medium\":{\"height\":225,\"width\":300,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAA39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba-300x225.png\",\"orientation\":\"landscape\"},\"large\":{\"height\":768,\"width\":1024,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAA39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba-1024x768.png\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAA39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba.png\",\"height\":900,\"width\":1200,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"backgroundImageColor\":\"rgba(42,42,42,0.65)\",\"topPaddingDesktop\":144,\"bottomPaddingDesktop\":144,\"leftPaddingDesktop\":40,\"rightPaddingDesktop\":40,\"topPaddingTablet\":80,\"bottomPaddingTablet\":80,\"leftPaddingTablet\":40,\"rightPaddingTablet\":40,\"topPaddingMobile\":64,\"bottomPaddingMobile\":64,\"leftPaddingMobile\":24,\"rightPaddingMobile\":24,\"paddingLink\":false,\"variationSelected\":true,\"isBlockRootParent\":true,\"overlayType\":\"color\"} -->\n<div class=\"wp-block-uagb-container uagb-block-3253185d alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/advanced-heading {\"block_id\":\"bbb03e50\",\"classMigrate\":true,\"headingDescToggle\":true,\"headingAlign\":\"center\",\"headingColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"subHeadingColor\":\"var(\\u002d\\u002dast-global-color-4)\",\"headSpace\":20} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-bbb03e50\"><h2 class=\"uagb-heading-text\">Plan an Unforgettable Experience at<br>Blue Roan!</h2><p class=\"uagb-desc-text\">We can help you fit your stay and experience within your allotted budget.</p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/advanced-heading {\"block_id\":\"20ba49b3\",\"classMigrate\":true,\"headingTitleToggle\":false,\"headingDescToggle\":true,\"headingAlign\":\"center\",\"subHeadingColor\":\"var(\\u002d\\u002dast-global-color-4)\",\"subHeadTransform\":\"uppercase\",\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"subHeadLetterSpacing\":2,\"blockTopPadding\":60,\"blockRightPadding\":0,\"blockLeftPadding\":0,\"blockBottomPadding\":0,\"blockTopPaddingMobile\":30,\"blockRightPaddingMobile\":0,\"blockLeftPaddingMobile\":0,\"blockBottomPaddingMobile\":0,\"linkColor\":\"var(\\u002d\\u002dast-global-color-8)\",\"linkHColor\":\"var(\\u002d\\u002dast-global-color-1)\"} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-20ba49b3\"><p class=\"uagb-desc-text\"><a href=\"https://book.nightsbridge.com/11065\" target=\"_blank\" rel=\"noreferrer noopener\">BOOK YOUR STAY NOW​<br></a></p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/icon-list {\"block_id\":\"e2c6b323\",\"classMigrate\":true,\"childMigrate\":true,\"align\":\"center\",\"parentIcon\":\"phone\",\"size\":40,\"sizeMobile\":24,\"sizeTablet\":32,\"fontSize\":48,\"fontSizeMobile\":28,\"fontSizeTablet\":40,\"fontWeight\":\"600\",\"iconColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"labelColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"blockTopPadding\":0,\"blockRightPadding\":0,\"blockLeftPadding\":0,\"blockBottomPadding\":24,\"blockPaddingLink\":false} -->\n<div class=\"wp-block-uagb-icon-list uagb-block-e2c6b323\"><div class=\"uagb-icon-list__wrap\"><!-- wp:uagb/icon-list-child {\"block_id\":\"228399da\",\"label\":\" + 27 (0) 82 575 5409\",\"label_color\":\"\",\"link\":\"tel:+27825755409\",\"disableLink\":true,\"fromParentIcon\":\"phone\",\"imageSizeChild\":40} -->\n<div class=\"wp-block-uagb-icon-list-child uagb-block-228399da\"><a target=\"_self\" aria-label=\" + 27 (0) 82 575 5409\" rel=\"noopener noreferrer\" href=\"tel:+27825755409\"> </a><span class=\"uagb-icon-list__source-wrap\"><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M511.2 387l-23.25 100.8c-3.266 14.25-15.79 24.22-30.46 24.22C205.2 512 0 306.8 0 54.5c0-14.66 9.969-27.2 24.22-30.45l100.8-23.25C139.7-2.602 154.7 5.018 160.8 18.92l46.52 108.5c5.438 12.78 1.77 27.67-8.98 36.45L144.5 207.1c33.98 69.22 90.26 125.5 159.5 159.5l44.08-53.8c8.688-10.78 23.69-14.51 36.47-8.975l108.5 46.51C506.1 357.2 514.6 372.4 511.2 387z\"></path></svg></span><span class=\"uagb-icon-list__label\"> + 27 (0) 82 575 5409</span></div>\n<!-- /wp:uagb/icon-list-child -->\n\n<!-- wp:uagb/icon-list-child {\"block_id\":\"b96e44ce\",\"label\":\"blueroan@ugo.co.za\",\"icon\":\"envelope\",\"label_color\":\"\",\"link\":\"mailto:blueroan@ugo.co.za\",\"disableLink\":true,\"fromParentIcon\":\"phone\",\"imageSizeChild\":40} -->\n<div class=\"wp-block-uagb-icon-list-child uagb-block-b96e44ce\"><a target=\"_self\" aria-label=\"blueroan@ugo.co.za\" rel=\"noopener noreferrer\" href=\"mailto:blueroan@ugo.co.za\"> </a><span class=\"uagb-icon-list__source-wrap\"><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M464 64C490.5 64 512 85.49 512 112C512 127.1 504.9 141.3 492.8 150.4L275.2 313.6C263.8 322.1 248.2 322.1 236.8 313.6L19.2 150.4C7.113 141.3 0 127.1 0 112C0 85.49 21.49 64 48 64H464zM217.6 339.2C240.4 356.3 271.6 356.3 294.4 339.2L512 176V384C512 419.3 483.3 448 448 448H64C28.65 448 0 419.3 0 384V176L217.6 339.2z\"></path></svg></span><span class=\"uagb-icon-list__label\">blueroan@ugo.co.za</span></div>\n<!-- /wp:uagb/icon-list-child --></div></div>\n<!-- /wp:uagb/icon-list --></div></div>\n<!-- /wp:uagb/container -->',	'The Bluebush',	'',	'inherit',	'closed',	'closed',	'',	'1011-revision-v1',	'',	'',	'2022-12-14 10:58:48',	'2022-12-14 10:58:48',	'',	1011,	'https://blueroan.netgen.cloud/?p=1019',	0,	'revision',	'',	0),
(1021,	2,	'2022-12-14 11:00:51',	'2022-12-14 11:00:51',	'',	'241531_798x533',	'',	'inherit',	'open',	'closed',	'',	'241531_798x533',	'',	'',	'2022-12-14 11:00:51',	'2022-12-14 11:00:51',	'',	1011,	'https://blueroan.netgen.cloud/wp-content/uploads/2022/12/241531_798x533.jpg',	0,	'attachment',	'image/jpeg',	0),
(1022,	2,	'2022-12-14 11:01:52',	'2022-12-14 11:01:52',	'',	'241532_798x533',	'',	'inherit',	'open',	'closed',	'',	'241532_798x533',	'',	'',	'2022-12-14 11:01:52',	'2022-12-14 11:01:52',	'',	1011,	'https://blueroan.netgen.cloud/wp-content/uploads/2022/12/241532_798x533.jpg',	0,	'attachment',	'image/jpeg',	0),
(1023,	2,	'2022-12-14 11:02:39',	'2022-12-14 11:02:39',	'',	'241528_798x533',	'',	'inherit',	'open',	'closed',	'',	'241528_798x533',	'',	'',	'2022-12-14 11:02:39',	'2022-12-14 11:02:39',	'',	1011,	'https://blueroan.netgen.cloud/wp-content/uploads/2022/12/241528_798x533.jpg',	0,	'attachment',	'image/jpeg',	0),
(1024,	2,	'2022-12-14 11:02:59',	'2022-12-14 11:02:59',	'',	'241530_798x533',	'',	'inherit',	'open',	'closed',	'',	'241530_798x533',	'',	'',	'2022-12-14 11:02:59',	'2022-12-14 11:02:59',	'',	1011,	'https://blueroan.netgen.cloud/wp-content/uploads/2022/12/241530_798x533.jpg',	0,	'attachment',	'image/jpeg',	0),
(1025,	2,	'2022-12-14 11:03:41',	'2022-12-14 11:03:41',	'',	'241529_798x533',	'',	'inherit',	'open',	'closed',	'',	'241529_798x533',	'',	'',	'2022-12-14 11:03:41',	'2022-12-14 11:03:41',	'',	1011,	'https://blueroan.netgen.cloud/wp-content/uploads/2022/12/241529_798x533.jpg',	0,	'attachment',	'image/jpeg',	0),
(1026,	2,	'2022-12-14 11:04:38',	'2022-12-14 11:04:38',	'<!-- wp:uagb/container {\"block_id\":\"84fc62a1\",\"backgroundType\":\"image\",\"backgroundImageDesktop\":{\"uploading\":false,\"date\":1671015366000,\"filename\":\"AAEAAQAAAAAAAAAAAAAAJGQzMWY4ODAwLTRlMDYtNDYwMy1iOTJkLWRmZGI3NmI4N2ZiZg.png\",\"menuOrder\":0,\"uploadedTo\":1011,\"type\":\"image\",\"subtype\":\"png\",\"id\":1016,\"title\":\"AAEAAQAAAAAAAAAAAAAAJGQzMWY4ODAwLTRlMDYtNDYwMy1iOTJkLWRmZGI3NmI4N2ZiZg\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAAJGQzMWY4ODAwLTRlMDYtNDYwMy1iOTJkLWRmZGI3NmI4N2ZiZg.png\",\"link\":\"https://blueroan.netgen.cloud/the-bluebush/aaeaaqaaaaaaaaaaaaaajgqzmwy4odawltrlmdytndywmy1iotjklwrmzgi3nmi4n2zizg/\",\"alt\":\"\",\"author\":\"2\",\"description\":\"\",\"caption\":\"\",\"name\":\"aaeaaqaaaaaaaaaaaaaajgqzmwy4odawltrlmdytndywmy1iotjklwrmzgi3nmi4n2zizg\",\"status\":\"inherit\",\"modified\":1671015366000,\"mime\":\"image/png\",\"icon\":\"https://blueroan.netgen.cloud/wp-includes/images/media/default.png\",\"dateFormatted\":\"December 14, 2022\",\"nonces\":{\"update\":\"4cd1c286f5\",\"delete\":\"d9f6f5a0de\",\"edit\":\"9c51d771a4\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=1016\\u0026action=edit\",\"meta\":false,\"authorName\":\"Netgen Support\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/profile.php\",\"uploadedToTitle\":\"The Bluebush\",\"uploadedToLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=1011\\u0026action=edit\",\"filesizeInBytes\":738928,\"filesizeHumanReadable\":\"722 KB\",\"context\":\"\",\"height\":667,\"width\":1000,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAAJGQzMWY4ODAwLTRlMDYtNDYwMy1iOTJkLWRmZGI3NmI4N2ZiZg-150x150.png\",\"orientation\":\"landscape\"},\"medium\":{\"height\":200,\"width\":300,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAAJGQzMWY4ODAwLTRlMDYtNDYwMy1iOTJkLWRmZGI3NmI4N2ZiZg-300x200.png\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAAJGQzMWY4ODAwLTRlMDYtNDYwMy1iOTJkLWRmZGI3NmI4N2ZiZg.png\",\"height\":667,\"width\":1000,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"backgroundPositionDesktop\":{\"x\":0.47,\"y\":0.54},\"backgroundSizeTablet\":\"cover\",\"backgroundSizeMobile\":\"cover\",\"backgroundColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"backgroundImageColor\":\"rgba(42,42,42,0.5)\",\"topPaddingDesktop\":220,\"bottomPaddingDesktop\":150,\"topPaddingTablet\":170,\"bottomPaddingTablet\":160,\"leftPaddingTablet\":30,\"rightPaddingTablet\":30,\"topPaddingMobile\":180,\"bottomPaddingMobile\":80,\"leftPaddingMobile\":20,\"rightPaddingMobile\":20,\"paddingLink\":false,\"variationSelected\":true,\"isBlockRootParent\":true,\"overlayType\":\"color\"} -->\n<div class=\"wp-block-uagb-container uagb-block-84fc62a1 alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/advanced-heading {\"block_id\":\"5ff9846f\",\"classMigrate\":true,\"headingDescToggle\":true,\"headingColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"subHeadingColor\":\"var(\\u002d\\u002dast-global-color-4)\",\"headingTag\":\"h1\",\"headSpace\":20,\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"blockTopPadding\":0,\"blockRightPadding\":50,\"blockLeftPadding\":0,\"blockBottomPadding\":0,\"blockTopPaddingTablet\":0,\"blockRightPaddingTablet\":20,\"blockLeftPaddingTablet\":0,\"blockBottomPaddingTablet\":0,\"blockTopPaddingMobile\":0,\"blockRightPaddingMobile\":0,\"blockLeftPaddingMobile\":0,\"blockBottomPaddingMobile\":0,\"blockPaddingUnit\":\"%\",\"blockPaddingUnitTablet\":\"%\"} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-5ff9846f\"><h1 class=\"uagb-heading-text\">The Bluebush</h1><p class=\"uagb-desc-text\">A cozy, pleasant suite that has a really homey atmosphere. Just like at home, settle in and relax. Unwind in the ideal corner-shaped spa bath and the open-concept living space.</p></div>\n<!-- /wp:uagb/advanced-heading --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"d61d72e4\",\"backgroundType\":\"color\",\"backgroundSizeTablet\":\"cover\",\"backgroundSizeMobile\":\"cover\",\"backgroundColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"topPaddingDesktop\":120,\"bottomPaddingDesktop\":60,\"rightPaddingDesktop\":0,\"topPaddingTablet\":80,\"bottomPaddingTablet\":80,\"leftPaddingTablet\":30,\"rightPaddingTablet\":30,\"topPaddingMobile\":80,\"bottomPaddingMobile\":80,\"leftPaddingMobile\":20,\"rightPaddingMobile\":20,\"paddingLink\":false,\"variationSelected\":true,\"rowGapDesktop\":0,\"isBlockRootParent\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-d61d72e4 alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/container {\"block_id\":\"0c4e43b0\",\"directionDesktop\":\"row\",\"alignItemsDesktop\":\"flex-end\",\"alignItemsTablet\":\"flex-end\",\"justifyContentDesktop\":\"flex-end\",\"justifyContentTablet\":\"space-between\",\"variationSelected\":true,\"rowGapMobile\":20,\"columnGapDesktop\":0} -->\n<div class=\"wp-block-uagb-container uagb-block-0c4e43b0\"><!-- wp:uagb/advanced-heading {\"block_id\":\"e4a97298\",\"classMigrate\":true,\"headingDescToggle\":true,\"subHeadingColor\":\"\",\"headSpace\":20,\"subHeadFontSize\":16} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-e4a97298\"><h2 class=\"uagb-heading-text\">Come &amp; Stay With Us​ at The Bluebush Suite </h2><p class=\"uagb-desc-text\">It has one bedroom with a corner-shaped spa bath in the corner of the bedroom, a separate bathroom with a large walk-in shower, and an open-plan&nbsp;living area opening onto a covered patio with comfortable outside furniture. &nbsp;It has a large grassed, fenced, and gated garden with a brick braai.</p></div>\n<!-- /wp:uagb/advanced-heading --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:heading -->\n<h2>The bedroom </h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>This room contains the following: </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list -->\n<ul><!-- wp:list-item -->\n<li>King bed with electric blanket</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Corner shaped spa bath with 6 jets</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Bubble bath and candles</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Oil heater</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Stand fan</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Dressing table</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Hair dryer and dressing gowns</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Good quality linen</li>\n<!-- /wp:list-item --></ul>\n<!-- /wp:list --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":1021,\"width\":500,\"height\":334,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full is-resized\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/241531_798x533.jpg\" alt=\"The Bluebush bedroom at Blue Roan Country Lodge \" class=\"wp-image-1021\" width=\"500\" height=\"334\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":1022,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/241532_798x533.jpg\" alt=\"The Bluebush spa bath at Blue Roan Country Lodge \" class=\"wp-image-1022\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:heading -->\n<h2>The bathroom</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>This room contains the following</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list -->\n<ul><!-- wp:list-item -->\n<li>Large walk-in shower</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Toilet and basin</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Soap, towels, toiletries and toilet paper</li>\n<!-- /wp:list-item --></ul>\n<!-- /wp:list --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:heading -->\n<h2>The Lounge</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>This room contains the following: </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list -->\n<ul><!-- wp:list-item -->\n<li>Log fireplace</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>3 piece upholstered lounge suite</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>32\" flat screen TV (DSTV - commercial bouquet with Sports, movies, Mnet, SABC 1,2 3 and E)</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>DVD player</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Pine dining table and 4 chairs</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Books and playing cards</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Glass sliding door out to the patio</li>\n<!-- /wp:list-item --></ul>\n<!-- /wp:list --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":1023,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/241528_798x533.jpg\" alt=\"The Bluebush lounge at Blue Roan Country Lodge \" class=\"wp-image-1023\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":1024,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/241530_798x533.jpg\" alt=\"The Bluebush kitchen at Blue Roan Country Lodge \" class=\"wp-image-1024\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:heading -->\n<h2>The kitchen</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>This room contains the following</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list -->\n<ul><!-- wp:list-item -->\n<li>4 plate gas stove and oven</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Microwave oven, kettle, toaster</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Fridge with top freezer compartment</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Pots, pans, cutlery, crockery, wine &amp; champagne glasses</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>All kitchen utensils</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Ironing board and iron</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>All cleaning cloths and detergents and washing up liquid</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Paper towel, salt, pepper, tea, coffee and sugar</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Braai tongs, filter coffee plunger</li>\n<!-- /wp:list-item --></ul>\n<!-- /wp:list --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:heading -->\n<h2>The large patio with <br>mountain views</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>This room contains the following: </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list -->\n<ul><!-- wp:list-item -->\n<li>Chairs with cushions</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Glass table</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Brick braai</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Decorative lighting</li>\n<!-- /wp:list-item --></ul>\n<!-- /wp:list --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":1025,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/241529_798x533.jpg\" alt=\"The Bluebush patio at Blue Roan Country Lodge \" class=\"wp-image-1025\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:heading {\"textAlign\":\"center\"} -->\n<h2 class=\"has-text-align-center\">Book your stay </h2>\n<!-- /wp:heading -->\n\n<!-- wp:buttons -->\n<div class=\"wp-block-buttons\"><!-- wp:button {\"align\":\"center\"} -->\n<div class=\"wp-block-button aligncenter\"><a class=\"wp-block-button__link wp-element-button\" href=\"https://book.nightsbridge.com/11065\" target=\"_blank\" rel=\"noreferrer noopener\">Reservations</a></div>\n<!-- /wp:button -->\n\n<!-- wp:button /--></div>\n<!-- /wp:buttons --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"71ce5807\",\"innerContentCustomWidthDesktop\":781,\"innerContentCustomWidthTablet\":781,\"backgroundType\":\"image\",\"backgroundImageDesktop\":{\"uploading\":false,\"date\":1670943271000,\"filename\":\"AAEAAQAAAAAAAAAAAAAA39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba.png\",\"menuOrder\":0,\"uploadedTo\":761,\"type\":\"image\",\"subtype\":\"png\",\"id\":899,\"title\":\"AAEAAQAAAAAAAAAAAAAA39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAA39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba.png\",\"link\":\"https://blueroan.netgen.cloud/accommodation/aaeaaqaaaaaaaaaaaaaa39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba/\",\"alt\":\"\",\"author\":\"2\",\"description\":\"\",\"caption\":\"\",\"name\":\"aaeaaqaaaaaaaaaaaaaa39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba\",\"status\":\"inherit\",\"modified\":1670943271000,\"mime\":\"image/png\",\"icon\":\"https://blueroan.netgen.cloud/wp-includes/images/media/default.png\",\"dateFormatted\":\"December 13, 2022\",\"nonces\":{\"update\":\"45b2b6c69b\",\"delete\":\"75d81c42ab\",\"edit\":\"88fae030a9\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=899\\u0026action=edit\",\"meta\":false,\"authorName\":\"Netgen Support\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/profile.php\",\"uploadedToTitle\":\"Accommodation\",\"uploadedToLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=761\\u0026action=edit\",\"filesizeInBytes\":2338048,\"filesizeHumanReadable\":\"2 MB\",\"context\":\"\",\"height\":900,\"width\":1200,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAA39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba-150x150.png\",\"orientation\":\"landscape\"},\"medium\":{\"height\":225,\"width\":300,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAA39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba-300x225.png\",\"orientation\":\"landscape\"},\"large\":{\"height\":768,\"width\":1024,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAA39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba-1024x768.png\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAA39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba.png\",\"height\":900,\"width\":1200,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"backgroundImageColor\":\"rgba(42,42,42,0.65)\",\"topPaddingDesktop\":144,\"bottomPaddingDesktop\":144,\"leftPaddingDesktop\":40,\"rightPaddingDesktop\":40,\"topPaddingTablet\":80,\"bottomPaddingTablet\":80,\"leftPaddingTablet\":40,\"rightPaddingTablet\":40,\"topPaddingMobile\":64,\"bottomPaddingMobile\":64,\"leftPaddingMobile\":24,\"rightPaddingMobile\":24,\"paddingLink\":false,\"variationSelected\":true,\"isBlockRootParent\":true,\"overlayType\":\"color\"} -->\n<div class=\"wp-block-uagb-container uagb-block-71ce5807 alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/advanced-heading {\"block_id\":\"fc11c57e\",\"classMigrate\":true,\"headingDescToggle\":true,\"headingAlign\":\"center\",\"headingColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"subHeadingColor\":\"var(\\u002d\\u002dast-global-color-4)\",\"headSpace\":20} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-fc11c57e\"><h2 class=\"uagb-heading-text\">Plan an Unforgettable Experience at<br>Blue Roan!</h2><p class=\"uagb-desc-text\">We can help you fit your stay and experience within your allotted budget.</p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/advanced-heading {\"block_id\":\"7270e0aa\",\"classMigrate\":true,\"headingTitleToggle\":false,\"headingDescToggle\":true,\"headingAlign\":\"center\",\"subHeadingColor\":\"var(\\u002d\\u002dast-global-color-4)\",\"subHeadTransform\":\"uppercase\",\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"subHeadLetterSpacing\":2,\"blockTopPadding\":60,\"blockRightPadding\":0,\"blockLeftPadding\":0,\"blockBottomPadding\":0,\"blockTopPaddingMobile\":30,\"blockRightPaddingMobile\":0,\"blockLeftPaddingMobile\":0,\"blockBottomPaddingMobile\":0,\"linkColor\":\"var(\\u002d\\u002dast-global-color-8)\",\"linkHColor\":\"var(\\u002d\\u002dast-global-color-1)\"} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-7270e0aa\"><p class=\"uagb-desc-text\"><a href=\"https://book.nightsbridge.com/11065\" target=\"_blank\" rel=\"noreferrer noopener\">BOOK YOUR STAY NOW​<br></a></p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/icon-list {\"block_id\":\"18956e4a\",\"classMigrate\":true,\"childMigrate\":true,\"align\":\"center\",\"parentIcon\":\"phone\",\"size\":40,\"sizeMobile\":24,\"sizeTablet\":32,\"fontSize\":48,\"fontSizeMobile\":28,\"fontSizeTablet\":40,\"fontWeight\":\"600\",\"iconColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"labelColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"blockTopPadding\":0,\"blockRightPadding\":0,\"blockLeftPadding\":0,\"blockBottomPadding\":24,\"blockPaddingLink\":false} -->\n<div class=\"wp-block-uagb-icon-list uagb-block-18956e4a\"><div class=\"uagb-icon-list__wrap\"><!-- wp:uagb/icon-list-child {\"block_id\":\"9d847652\",\"label\":\" + 27 (0) 82 575 5409\",\"label_color\":\"\",\"link\":\"tel:+27825755409\",\"disableLink\":true,\"fromParentIcon\":\"phone\",\"imageSizeChild\":40} -->\n<div class=\"wp-block-uagb-icon-list-child uagb-block-9d847652\"><a target=\"_self\" aria-label=\" + 27 (0) 82 575 5409\" rel=\"noopener noreferrer\" href=\"tel:+27825755409\"> </a><span class=\"uagb-icon-list__source-wrap\"><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M511.2 387l-23.25 100.8c-3.266 14.25-15.79 24.22-30.46 24.22C205.2 512 0 306.8 0 54.5c0-14.66 9.969-27.2 24.22-30.45l100.8-23.25C139.7-2.602 154.7 5.018 160.8 18.92l46.52 108.5c5.438 12.78 1.77 27.67-8.98 36.45L144.5 207.1c33.98 69.22 90.26 125.5 159.5 159.5l44.08-53.8c8.688-10.78 23.69-14.51 36.47-8.975l108.5 46.51C506.1 357.2 514.6 372.4 511.2 387z\"></path></svg></span><span class=\"uagb-icon-list__label\"> + 27 (0) 82 575 5409</span></div>\n<!-- /wp:uagb/icon-list-child -->\n\n<!-- wp:uagb/icon-list-child {\"block_id\":\"f43998f2\",\"label\":\"blueroan@ugo.co.za\",\"icon\":\"envelope\",\"label_color\":\"\",\"link\":\"mailto:blueroan@ugo.co.za\",\"disableLink\":true,\"fromParentIcon\":\"phone\",\"imageSizeChild\":40} -->\n<div class=\"wp-block-uagb-icon-list-child uagb-block-f43998f2\"><a target=\"_self\" aria-label=\"blueroan@ugo.co.za\" rel=\"noopener noreferrer\" href=\"mailto:blueroan@ugo.co.za\"> </a><span class=\"uagb-icon-list__source-wrap\"><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M464 64C490.5 64 512 85.49 512 112C512 127.1 504.9 141.3 492.8 150.4L275.2 313.6C263.8 322.1 248.2 322.1 236.8 313.6L19.2 150.4C7.113 141.3 0 127.1 0 112C0 85.49 21.49 64 48 64H464zM217.6 339.2C240.4 356.3 271.6 356.3 294.4 339.2L512 176V384C512 419.3 483.3 448 448 448H64C28.65 448 0 419.3 0 384V176L217.6 339.2z\"></path></svg></span><span class=\"uagb-icon-list__label\">blueroan@ugo.co.za</span></div>\n<!-- /wp:uagb/icon-list-child --></div></div>\n<!-- /wp:uagb/icon-list --></div></div>\n<!-- /wp:uagb/container -->',	'The Bluebush',	'',	'inherit',	'closed',	'closed',	'',	'1011-revision-v1',	'',	'',	'2022-12-14 11:04:38',	'2022-12-14 11:04:38',	'',	1011,	'https://blueroan.netgen.cloud/?p=1026',	0,	'revision',	'',	0),
(1027,	2,	'2022-12-14 11:05:24',	'2022-12-14 11:05:24',	'<!-- wp:uagb/container {\"block_id\":\"60ae1f2d\",\"backgroundType\":\"image\",\"backgroundImageDesktop\":{\"id\":797,\"title\":\"blue-roan-guest-farm (13)\",\"filename\":\"blue-roan-guest-farm-13.jpg\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-13.jpg\",\"link\":\"https://blueroan.netgen.cloud/home/blue-roan-guest-farm-13/\",\"alt\":\"\",\"author\":\"2\",\"description\":\"\",\"caption\":\"\",\"name\":\"blue-roan-guest-farm-13\",\"status\":\"inherit\",\"uploadedTo\":760,\"date\":\"2022-12-13T09:37:10.000Z\",\"modified\":\"2022-12-13T09:37:10.000Z\",\"menuOrder\":0,\"mime\":\"image/jpeg\",\"type\":\"image\",\"subtype\":\"jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-includes/images/media/default.png\",\"dateFormatted\":\"December 13, 2022\",\"nonces\":{\"update\":\"88c7dafe15\",\"delete\":\"0e63c986af\",\"edit\":\"ba0aad2d7f\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=797\\u0026action=edit\",\"meta\":false,\"authorName\":\"Netgen Support\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/profile.php\",\"uploadedToTitle\":\"Home\",\"uploadedToLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=760\\u0026action=edit\",\"filesizeInBytes\":201183,\"filesizeHumanReadable\":\"196 KB\",\"context\":\"\",\"height\":667,\"width\":1000,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-13-150x150.jpg\",\"orientation\":\"landscape\"},\"medium\":{\"height\":200,\"width\":300,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-13-300x200.jpg\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-13.jpg\",\"height\":667,\"width\":1000,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"backgroundPositionDesktop\":{\"x\":0.62,\"y\":0.78},\"backgroundSizeTablet\":\"cover\",\"backgroundSizeMobile\":\"cover\",\"backgroundColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"backgroundImageColor\":\"rgba(42,42,42,0.5)\",\"topPaddingDesktop\":220,\"bottomPaddingDesktop\":150,\"topPaddingTablet\":170,\"bottomPaddingTablet\":160,\"leftPaddingTablet\":30,\"rightPaddingTablet\":30,\"topPaddingMobile\":180,\"bottomPaddingMobile\":80,\"leftPaddingMobile\":20,\"rightPaddingMobile\":20,\"paddingLink\":false,\"variationSelected\":true,\"isBlockRootParent\":true,\"overlayType\":\"color\"} -->\n<div class=\"wp-block-uagb-container uagb-block-60ae1f2d alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/advanced-heading {\"block_id\":\"25688547\",\"classMigrate\":true,\"headingDescToggle\":true,\"headingColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"subHeadingColor\":\"var(\\u002d\\u002dast-global-color-4)\",\"headingTag\":\"h1\",\"headSpace\":20,\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"blockTopPadding\":0,\"blockRightPadding\":50,\"blockLeftPadding\":0,\"blockBottomPadding\":0,\"blockTopPaddingTablet\":0,\"blockRightPaddingTablet\":20,\"blockLeftPaddingTablet\":0,\"blockBottomPaddingTablet\":0,\"blockTopPaddingMobile\":0,\"blockRightPaddingMobile\":0,\"blockLeftPaddingMobile\":0,\"blockBottomPaddingMobile\":0,\"blockPaddingUnit\":\"%\",\"blockPaddingUnitTablet\":\"%\"} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-25688547\"><h1 class=\"uagb-heading-text\">Rooms &amp; Accommodation​</h1><p class=\"uagb-desc-text\">If you are looking for a home away from home, even a place your dog can come along then take a closer look into the rooms we offer and pick the one for you.</p></div>\n<!-- /wp:uagb/advanced-heading --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"72fa1818\",\"backgroundType\":\"color\",\"backgroundSizeTablet\":\"cover\",\"backgroundSizeMobile\":\"cover\",\"backgroundColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"topPaddingDesktop\":120,\"bottomPaddingDesktop\":120,\"topPaddingTablet\":80,\"bottomPaddingTablet\":80,\"leftPaddingTablet\":30,\"rightPaddingTablet\":30,\"topPaddingMobile\":80,\"bottomPaddingMobile\":80,\"leftPaddingMobile\":20,\"rightPaddingMobile\":20,\"paddingLink\":false,\"variationSelected\":true,\"rowGapDesktop\":0,\"isBlockRootParent\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-72fa1818 alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/container {\"block_id\":\"f6f99e88\",\"directionDesktop\":\"row\",\"alignItemsDesktop\":\"flex-end\",\"alignItemsTablet\":\"flex-end\",\"justifyContentDesktop\":\"flex-end\",\"justifyContentTablet\":\"space-between\",\"variationSelected\":true,\"rowGapMobile\":20,\"columnGapDesktop\":0} -->\n<div class=\"wp-block-uagb-container uagb-block-f6f99e88\"><!-- wp:uagb/advanced-heading {\"block_id\":\"e0e295b2\",\"classMigrate\":true,\"headingDescToggle\":true,\"subHeadingColor\":\"\",\"headSpace\":20,\"subHeadFontSize\":16} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-e0e295b2\"><h2 class=\"uagb-heading-text\">Come &amp; Stay With Us​</h2><p class=\"uagb-desc-text\">There are 7 excellent brick self-catering units available, each private and with a distinctive personality and theme. They are particularly made for pet-free or pet-owning couples looking for a romantic and serene setting to reconnect, celebrate special occasions, or simply unwind on a holiday.<br><br>We are pet-friendly by arrangement as each unit is separately fenced with its own grassy garden with a garden gate leading to the generous park area where pets can socialize. &nbsp;We also have lovely safe off-leash walking trails on our property and beyond. &nbsp;Our units are very luxurious with everything you would need and very homely and charming. Regrettably no children or group bookings.  </p></div>\n<!-- /wp:uagb/advanced-heading --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"ca4d1570\",\"directionDesktop\":\"row\",\"alignItemsTablet\":\"flex-start\",\"justifyContentDesktop\":\"flex-start\",\"topMarginDesktop\":54,\"bottomMarginDesktop\":0,\"leftMarginDesktop\":0,\"rightMarginDesktop\":0,\"marginLink\":false,\"variationSelected\":true,\"rowGapMobile\":0,\"columnGapDesktop\":0} -->\n<div class=\"wp-block-uagb-container uagb-block-ca4d1570\"><!-- wp:uagb/container {\"block_id\":\"14b6c1d6\",\"widthDesktop\":50,\"bottomPaddingDesktop\":20,\"rightPaddingDesktop\":32,\"bottomPaddingTablet\":35,\"rightPaddingTablet\":15,\"bottomPaddingMobile\":65,\"paddingLink\":false,\"topMarginDesktop\":0,\"bottomMarginDesktop\":0,\"leftMarginDesktop\":5,\"rightMarginDesktop\":5,\"topMarginMobile\":0,\"bottomMarginMobile\":0,\"leftMarginMobile\":0,\"rightMarginMobile\":0,\"marginLink\":false,\"variationSelected\":true,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-14b6c1d6\"><!-- wp:uagb/info-box {\"classMigrate\":true,\"headingAlign\":\"left\",\"headingColor\":\"\",\"subHeadingColor\":\"\",\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"source_type\":\"image\",\"block_id\":\"5c325f07\",\"ctaIcon\":\"\",\"ctaType\":\"text\",\"ctaText\":\"\\u003ca href=\\u0022/the-barn/\\u0022 data-type=\\u0022URL\\u0022 data-id=\\u0022/the-barn/\\u0022\\u003eREAD MORE\\u003c/a\\u003e\",\"ctaLink\":\"/the-barn/\",\"ctaLinkColor\":\"var(\\u002d\\u002dast-global-color-0)\",\"ctaDecoration\":\"underline\",\"ctaFontSize\":12,\"ctaFontWeight\":\"600\",\"ctaLetterSpacing\":2,\"ctaBorderColor\":\"\",\"ctaBorderStyle\":\"\",\"ctaBorderWidth\":\"\",\"ctaBorderRadius\":\"\",\"iconBottomMargin\":30,\"iconImage\":{\"uploading\":false,\"date\":1670936674000,\"filename\":\"blue-roan-guest-farm-10.jpg\",\"menuOrder\":0,\"uploadedTo\":761,\"type\":\"image\",\"subtype\":\"jpeg\",\"id\":863,\"title\":\"blue-roan-guest-farm (10)\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-10.jpg\",\"link\":\"https://blueroan.netgen.cloud/accommodation/blue-roan-guest-farm-10/\",\"alt\":\"\",\"author\":\"2\",\"description\":\"\",\"caption\":\"\",\"name\":\"blue-roan-guest-farm-10\",\"status\":\"inherit\",\"modified\":1670936674000,\"mime\":\"image/jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-includes/images/media/default.png\",\"dateFormatted\":\"December 13, 2022\",\"nonces\":{\"update\":\"1a7491aa65\",\"delete\":\"dc6afaa89c\",\"edit\":\"7635ee35fb\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=863\\u0026action=edit\",\"meta\":false,\"authorName\":\"Netgen Support\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/profile.php\",\"uploadedToTitle\":\"Accommodation\",\"uploadedToLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=761\\u0026action=edit\",\"filesizeInBytes\":149768,\"filesizeHumanReadable\":\"146 KB\",\"context\":\"\",\"height\":667,\"width\":1000,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-10-150x150.jpg\",\"orientation\":\"landscape\"},\"medium\":{\"height\":200,\"width\":300,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-10-300x200.jpg\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-10.jpg\",\"height\":667,\"width\":1000,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"imageSize\":\"full\",\"imageWidth\":100,\"imageWidthMobile\":100,\"imageWidthTablet\":100,\"paddingBtnTop\":10,\"paddingBtnBottom\":10,\"paddingBtnLeft\":14,\"paddingBtnRight\":14,\"imageWidthUnit\":\"%\",\"imageWidthUnitTablet\":\"%\",\"imageWidthUnitMobile\":\"%\",\"subHeadTopMargin\":0,\"subHeadRightMargin\":40,\"subHeadLeftMargin\":0,\"subHeadMarginTopTablet\":0,\"subHeadMarginRightTablet\":0,\"subHeadTabletSpace\":20,\"subHeadMarginLeftTablet\":0,\"imgTagHeight\":66,\"imgTagWidth\":1000,\"btnBorderTopWidth\":1,\"btnBorderLeftWidth\":1,\"btnBorderRightWidth\":1,\"btnBorderBottomWidth\":1,\"btnBorderTopLeftRadius\":0,\"btnBorderTopRightRadius\":0,\"btnBorderBottomLeftRadius\":0,\"btnBorderBottomRightRadius\":0,\"btnBorderStyle\":\"solid\",\"btnBorderColor\":\"#333\"} -->\n<div class=\"wp-block-uagb-info-box uagb-block-5c325f07 uagb-infobox__content-wrap  uagb-infobox-icon-above-title uagb-infobox-image-valign-top\"><div class=\"uagb-ifb-content\"><div class=\"uagb-ifb-image-content\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-10.jpg\" alt=\"\" width=\"100\" height=\"66\" loading=\"lazy\"/></div><div class=\"uagb-ifb-title-wrap\"><h3 class=\"uagb-ifb-title\">The Barn </h3></div><p class=\"uagb-ifb-desc\">Rustic beams and exposed wood are all hallmarks of our barn-style suite. This is an open-plan unit with lots of windows with a raised king bed on a platform that faces the TV and the mountains.</p><div class=\"uagb-ifb-button-wrapper wp-block-button\"><a href=\"/the-barn/\" target=\"_self\" class=\"uagb-infobox-cta-link\" rel=\"noopener noreferrer\" alt=\"\"><span class=\"uagb-inline-editing\">READ MORE</span></a></div></div></div>\n<!-- /wp:uagb/info-box --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"cfce19ed\",\"widthDesktop\":50,\"bottomPaddingDesktop\":20,\"rightPaddingDesktop\":32,\"bottomPaddingTablet\":35,\"rightPaddingTablet\":15,\"bottomPaddingMobile\":65,\"paddingLink\":false,\"topMarginDesktop\":0,\"bottomMarginDesktop\":0,\"leftMarginDesktop\":5,\"rightMarginDesktop\":5,\"topMarginMobile\":0,\"bottomMarginMobile\":0,\"leftMarginMobile\":0,\"rightMarginMobile\":0,\"marginLink\":false,\"variationSelected\":true,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-cfce19ed\"><!-- wp:uagb/info-box {\"classMigrate\":true,\"headingAlign\":\"left\",\"headingColor\":\"\",\"subHeadingColor\":\"\",\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"source_type\":\"image\",\"block_id\":\"16f3b533\",\"ctaIcon\":\"\",\"ctaType\":\"text\",\"ctaText\":\"READ MORE\",\"ctaLink\":\"/the-tuscan-suite/\",\"ctaLinkColor\":\"var(\\u002d\\u002dast-global-color-0)\",\"ctaDecoration\":\"underline\",\"ctaFontSize\":12,\"ctaFontWeight\":\"600\",\"ctaLetterSpacing\":2,\"ctaBorderColor\":\"\",\"ctaBorderStyle\":\"\",\"ctaBorderWidth\":\"\",\"ctaBorderRadius\":\"\",\"iconBottomMargin\":30,\"iconImage\":{\"uploading\":false,\"date\":1670936842000,\"filename\":\"tuscan-suite-raised-bed-and-settee.jpg\",\"menuOrder\":0,\"uploadedTo\":761,\"type\":\"image\",\"subtype\":\"jpeg\",\"id\":864,\"title\":\"tuscan-suite-raised-bed-and-settee\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/tuscan-suite-raised-bed-and-settee.jpg\",\"link\":\"https://blueroan.netgen.cloud/accommodation/tuscan-suite-raised-bed-and-settee/\",\"alt\":\"\",\"author\":\"2\",\"description\":\"\",\"caption\":\"\",\"name\":\"tuscan-suite-raised-bed-and-settee\",\"status\":\"inherit\",\"modified\":1670936842000,\"mime\":\"image/jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-includes/images/media/default.png\",\"dateFormatted\":\"December 13, 2022\",\"nonces\":{\"update\":\"0624a4a01a\",\"delete\":\"9e8f0f7a5a\",\"edit\":\"087f94f2e5\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=864\\u0026action=edit\",\"meta\":false,\"authorName\":\"Netgen Support\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/profile.php\",\"uploadedToTitle\":\"Accommodation\",\"uploadedToLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=761\\u0026action=edit\",\"filesizeInBytes\":41923,\"filesizeHumanReadable\":\"41 KB\",\"context\":\"\",\"height\":400,\"width\":600,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/tuscan-suite-raised-bed-and-settee-150x150.jpg\",\"orientation\":\"landscape\"},\"medium\":{\"height\":200,\"width\":300,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/tuscan-suite-raised-bed-and-settee-300x200.jpg\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/tuscan-suite-raised-bed-and-settee.jpg\",\"height\":400,\"width\":600,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"imageSize\":\"full\",\"imageWidth\":100,\"imageWidthMobile\":100,\"imageWidthTablet\":100,\"paddingBtnTop\":10,\"paddingBtnBottom\":10,\"paddingBtnLeft\":14,\"paddingBtnRight\":14,\"imageWidthUnit\":\"%\",\"imageWidthUnitTablet\":\"%\",\"imageWidthUnitMobile\":\"%\",\"subHeadTopMargin\":0,\"subHeadRightMargin\":40,\"subHeadLeftMargin\":0,\"subHeadMarginTopTablet\":0,\"subHeadMarginRightTablet\":0,\"subHeadTabletSpace\":20,\"subHeadMarginLeftTablet\":0,\"imgTagHeight\":66,\"imgTagWidth\":600,\"btnBorderTopWidth\":1,\"btnBorderLeftWidth\":1,\"btnBorderRightWidth\":1,\"btnBorderBottomWidth\":1,\"btnBorderTopLeftRadius\":0,\"btnBorderTopRightRadius\":0,\"btnBorderBottomLeftRadius\":0,\"btnBorderBottomRightRadius\":0,\"btnBorderStyle\":\"solid\",\"btnBorderColor\":\"#333\"} -->\n<div class=\"wp-block-uagb-info-box uagb-block-16f3b533 uagb-infobox__content-wrap  uagb-infobox-icon-above-title uagb-infobox-image-valign-top\"><div class=\"uagb-ifb-content\"><div class=\"uagb-ifb-image-content\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/tuscan-suite-raised-bed-and-settee.jpg\" alt=\"\" width=\"100\" height=\"66\" loading=\"lazy\"/></div><div class=\"uagb-ifb-title-wrap\"><h3 class=\"uagb-ifb-title\">The Tuscan Suite </h3></div><p class=\"uagb-ifb-desc\">Terra-cotta tiles, textured wall treatments, gorgeous, intricate murals,&nbsp;and simple, durable furniture with elegant iron accents are all characteristics of Tuscan interior design.</p><div class=\"uagb-ifb-button-wrapper wp-block-button\"><a href=\"/the-tuscan-suite/\" target=\"_self\" class=\"uagb-infobox-cta-link\" rel=\"noopener noreferrer\" alt=\"\"><span class=\"uagb-inline-editing\">READ MORE</span></a></div></div></div>\n<!-- /wp:uagb/info-box --></div>\n<!-- /wp:uagb/container --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"8d280ad4\",\"directionDesktop\":\"row\",\"alignItemsTablet\":\"flex-start\",\"justifyContentDesktop\":\"flex-start\",\"topMarginDesktop\":54,\"bottomMarginDesktop\":0,\"leftMarginDesktop\":0,\"rightMarginDesktop\":0,\"topMarginMobile\":0,\"bottomMarginMobile\":0,\"leftMarginMobile\":0,\"rightMarginMobile\":0,\"marginLink\":false,\"variationSelected\":true,\"rowGapMobile\":0,\"columnGapDesktop\":0} -->\n<div class=\"wp-block-uagb-container uagb-block-8d280ad4\"><!-- wp:uagb/container {\"block_id\":\"8594c61a\",\"widthDesktop\":50,\"bottomPaddingDesktop\":20,\"rightPaddingDesktop\":32,\"bottomPaddingTablet\":35,\"leftPaddingTablet\":0,\"rightPaddingTablet\":15,\"bottomPaddingMobile\":65,\"paddingLink\":false,\"topMarginDesktop\":0,\"bottomMarginDesktop\":0,\"leftMarginDesktop\":5,\"rightMarginDesktop\":5,\"topMarginMobile\":0,\"bottomMarginMobile\":0,\"leftMarginMobile\":0,\"rightMarginMobile\":0,\"marginLink\":false,\"variationSelected\":true,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-8594c61a\"><!-- wp:uagb/info-box {\"classMigrate\":true,\"headingAlign\":\"left\",\"headingColor\":\"\",\"subHeadingColor\":\"\",\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"source_type\":\"image\",\"block_id\":\"35e66192\",\"ctaIcon\":\"\",\"ctaType\":\"text\",\"ctaText\":\"READ MORE\",\"ctaLink\":\"/the-bluebush/\",\"ctaLinkColor\":\"var(\\u002d\\u002dast-global-color-0)\",\"ctaDecoration\":\"underline\",\"ctaFontSize\":12,\"ctaFontWeight\":\"600\",\"ctaLetterSpacing\":2,\"ctaBorderColor\":\"\",\"ctaBorderStyle\":\"\",\"ctaBorderWidth\":\"\",\"ctaBorderRadius\":\"\",\"iconBottomMargin\":30,\"iconImage\":{\"uploading\":false,\"date\":1670938945000,\"filename\":\"bluebush-king-bed-and-spa-bath.png\",\"menuOrder\":0,\"uploadedTo\":761,\"type\":\"image\",\"subtype\":\"png\",\"id\":881,\"title\":\"bluebush-king-bed-and-spa-bath\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/bluebush-king-bed-and-spa-bath.png\",\"link\":\"https://blueroan.netgen.cloud/accommodation/bluebush-king-bed-and-spa-bath/\",\"alt\":\"\",\"author\":\"2\",\"description\":\"\",\"caption\":\"\",\"name\":\"bluebush-king-bed-and-spa-bath\",\"status\":\"inherit\",\"modified\":1670938945000,\"mime\":\"image/png\",\"icon\":\"https://blueroan.netgen.cloud/wp-includes/images/media/default.png\",\"dateFormatted\":\"December 13, 2022\",\"nonces\":{\"update\":\"e1c334788a\",\"delete\":\"b219c40b29\",\"edit\":\"273b944edc\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=881\\u0026action=edit\",\"meta\":false,\"authorName\":\"Netgen Support\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/profile.php\",\"uploadedToTitle\":\"Accommodation\",\"uploadedToLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=761\\u0026action=edit\",\"filesizeInBytes\":1195033,\"filesizeHumanReadable\":\"1 MB\",\"context\":\"\",\"height\":667,\"width\":1000,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/bluebush-king-bed-and-spa-bath-150x150.png\",\"orientation\":\"landscape\"},\"medium\":{\"height\":200,\"width\":300,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/bluebush-king-bed-and-spa-bath-300x200.png\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/bluebush-king-bed-and-spa-bath.png\",\"height\":667,\"width\":1000,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"imageSize\":\"full\",\"imageWidth\":100,\"imageWidthMobile\":100,\"imageWidthTablet\":100,\"paddingBtnTop\":10,\"paddingBtnBottom\":10,\"paddingBtnLeft\":14,\"paddingBtnRight\":14,\"imageWidthUnit\":\"%\",\"imageWidthUnitTablet\":\"%\",\"imageWidthUnitMobile\":\"%\",\"subHeadTopMargin\":0,\"subHeadRightMargin\":40,\"subHeadLeftMargin\":0,\"subHeadMarginTopTablet\":0,\"subHeadMarginRightTablet\":0,\"subHeadTabletSpace\":20,\"subHeadMarginLeftTablet\":0,\"imgTagHeight\":66,\"imgTagWidth\":1000,\"btnBorderTopWidth\":1,\"btnBorderLeftWidth\":1,\"btnBorderRightWidth\":1,\"btnBorderBottomWidth\":1,\"btnBorderTopLeftRadius\":0,\"btnBorderTopRightRadius\":0,\"btnBorderBottomLeftRadius\":0,\"btnBorderBottomRightRadius\":0,\"btnBorderStyle\":\"solid\",\"btnBorderColor\":\"#333\"} -->\n<div class=\"wp-block-uagb-info-box uagb-block-35e66192 uagb-infobox__content-wrap  uagb-infobox-icon-above-title uagb-infobox-image-valign-top\"><div class=\"uagb-ifb-content\"><div class=\"uagb-ifb-image-content\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/bluebush-king-bed-and-spa-bath.png\" alt=\"\" width=\"100\" height=\"66\" loading=\"lazy\"/></div><div class=\"uagb-ifb-title-wrap\"><h3 class=\"uagb-ifb-title\">The Bluebush </h3></div><p class=\"uagb-ifb-desc\">A warm and comforting suite with a very homely feeling. Settle in and alleviate like you would at home. Relax with a perfect corner-shaped spa bath and open-plan&nbsp;living area.</p><div class=\"uagb-ifb-button-wrapper wp-block-button\"><a href=\"/the-bluebush/\" target=\"_self\" class=\"uagb-infobox-cta-link\" rel=\"noopener noreferrer\" alt=\"\"><span class=\"uagb-inline-editing\">READ MORE</span></a></div></div></div>\n<!-- /wp:uagb/info-box --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"514c32cc\",\"widthDesktop\":50,\"bottomPaddingDesktop\":20,\"rightPaddingDesktop\":32,\"bottomPaddingTablet\":35,\"rightPaddingTablet\":15,\"bottomPaddingMobile\":65,\"paddingLink\":false,\"topMarginDesktop\":0,\"bottomMarginDesktop\":0,\"leftMarginDesktop\":5,\"rightMarginDesktop\":5,\"topMarginMobile\":0,\"bottomMarginMobile\":0,\"leftMarginMobile\":0,\"rightMarginMobile\":0,\"marginLink\":false,\"variationSelected\":true,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-514c32cc\"><!-- wp:uagb/info-box {\"classMigrate\":true,\"headingAlign\":\"left\",\"headingColor\":\"\",\"subHeadingColor\":\"\",\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"source_type\":\"image\",\"block_id\":\"b817b8f8\",\"ctaIcon\":\"\",\"ctaType\":\"text\",\"ctaText\":\"READ MORE\",\"ctaLinkColor\":\"var(\\u002d\\u002dast-global-color-0)\",\"ctaDecoration\":\"underline\",\"ctaFontSize\":12,\"ctaFontWeight\":\"600\",\"ctaLetterSpacing\":2,\"ctaBorderColor\":\"\",\"ctaBorderStyle\":\"\",\"ctaBorderWidth\":\"\",\"ctaBorderRadius\":\"\",\"iconBottomMargin\":30,\"iconImage\":{\"uploading\":false,\"date\":1670938831000,\"filename\":\"blue-roan-guest-farm-11.jpg\",\"menuOrder\":0,\"uploadedTo\":761,\"type\":\"image\",\"subtype\":\"jpeg\",\"id\":879,\"title\":\"blue-roan-guest-farm (11)\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-11.jpg\",\"link\":\"https://blueroan.netgen.cloud/accommodation/blue-roan-guest-farm-11/\",\"alt\":\"\",\"author\":\"2\",\"description\":\"\",\"caption\":\"\",\"name\":\"blue-roan-guest-farm-11\",\"status\":\"inherit\",\"modified\":1670938831000,\"mime\":\"image/jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-includes/images/media/default.png\",\"dateFormatted\":\"December 13, 2022\",\"nonces\":{\"update\":\"294125e9db\",\"delete\":\"1a7a578cdb\",\"edit\":\"79b313e573\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=879\\u0026action=edit\",\"meta\":false,\"authorName\":\"Netgen Support\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/profile.php\",\"uploadedToTitle\":\"Accommodation\",\"uploadedToLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=761\\u0026action=edit\",\"filesizeInBytes\":175055,\"filesizeHumanReadable\":\"171 KB\",\"context\":\"\",\"height\":667,\"width\":1000,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-11-150x150.jpg\",\"orientation\":\"landscape\"},\"medium\":{\"height\":200,\"width\":300,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-11-300x200.jpg\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-11.jpg\",\"height\":667,\"width\":1000,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"imageSize\":\"full\",\"imageWidth\":100,\"imageWidthMobile\":100,\"imageWidthTablet\":100,\"paddingBtnTop\":10,\"paddingBtnBottom\":10,\"paddingBtnLeft\":14,\"paddingBtnRight\":14,\"imageWidthUnit\":\"%\",\"imageWidthUnitTablet\":\"%\",\"imageWidthUnitMobile\":\"%\",\"subHeadTopMargin\":0,\"subHeadRightMargin\":40,\"subHeadLeftMargin\":0,\"subHeadMarginTopTablet\":0,\"subHeadMarginRightTablet\":0,\"subHeadTabletSpace\":20,\"subHeadMarginLeftTablet\":0,\"imgTagHeight\":66,\"imgTagWidth\":1000,\"btnBorderTopWidth\":1,\"btnBorderLeftWidth\":1,\"btnBorderRightWidth\":1,\"btnBorderBottomWidth\":1,\"btnBorderTopLeftRadius\":0,\"btnBorderTopRightRadius\":0,\"btnBorderBottomLeftRadius\":0,\"btnBorderBottomRightRadius\":0,\"btnBorderStyle\":\"solid\",\"btnBorderColor\":\"#333\"} -->\n<div class=\"wp-block-uagb-info-box uagb-block-b817b8f8 uagb-infobox__content-wrap  uagb-infobox-icon-above-title uagb-infobox-image-valign-top\"><div class=\"uagb-ifb-content\"><div class=\"uagb-ifb-image-content\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-11.jpg\" alt=\"\" width=\"100\" height=\"66\" loading=\"lazy\"/></div><div class=\"uagb-ifb-title-wrap\"><h3 class=\"uagb-ifb-title\">The Mexican Loft </h3></div><p class=\"uagb-ifb-desc\">This Mexican-inspired unit is full of bold colors and rustic furnishings. This design style has a multifarious feel, mixing rustic wood, authentic art, textiles, and a vivid palette of color</p><div class=\"uagb-ifb-button-wrapper wp-block-button\"><a href=\"\" target=\"_self\" class=\"uagb-infobox-cta-link uagb-disable-link\" rel=\"noopener noreferrer\" alt=\"\"><span class=\"uagb-inline-editing\">READ MORE</span></a></div></div></div>\n<!-- /wp:uagb/info-box --></div>\n<!-- /wp:uagb/container --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"ca1492ea\",\"directionDesktop\":\"row\",\"justifyContentDesktop\":\"flex-start\",\"topMarginDesktop\":54,\"bottomMarginDesktop\":0,\"leftMarginDesktop\":0,\"rightMarginDesktop\":0,\"topMarginMobile\":0,\"bottomMarginMobile\":0,\"leftMarginMobile\":0,\"rightMarginMobile\":0,\"marginLink\":false,\"variationSelected\":true,\"rowGapMobile\":0,\"columnGapDesktop\":0} -->\n<div class=\"wp-block-uagb-container uagb-block-ca1492ea\"><!-- wp:uagb/container {\"block_id\":\"55a9bbaa\",\"widthDesktop\":50,\"bottomPaddingDesktop\":20,\"rightPaddingDesktop\":32,\"bottomPaddingTablet\":35,\"rightPaddingTablet\":15,\"bottomPaddingMobile\":65,\"paddingLink\":false,\"topMarginDesktop\":0,\"bottomMarginDesktop\":0,\"leftMarginDesktop\":5,\"rightMarginDesktop\":5,\"topMarginMobile\":0,\"bottomMarginMobile\":0,\"leftMarginMobile\":0,\"rightMarginMobile\":0,\"marginLink\":false,\"variationSelected\":true,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-55a9bbaa\"><!-- wp:uagb/info-box {\"classMigrate\":true,\"headingAlign\":\"left\",\"headingColor\":\"\",\"subHeadingColor\":\"\",\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"source_type\":\"image\",\"block_id\":\"10c684ab\",\"ctaIcon\":\"\",\"ctaType\":\"text\",\"ctaText\":\"READ MORE\",\"ctaLinkColor\":\"var(\\u002d\\u002dast-global-color-0)\",\"ctaDecoration\":\"underline\",\"ctaFontSize\":12,\"ctaFontWeight\":\"600\",\"ctaLetterSpacing\":2,\"ctaBorderColor\":\"\",\"ctaBorderStyle\":\"\",\"ctaBorderWidth\":\"\",\"ctaBorderRadius\":\"\",\"iconBottomMargin\":30,\"iconImage\":{\"uploading\":false,\"date\":1670939381000,\"filename\":\"acacia-lounge.jpg\",\"menuOrder\":0,\"uploadedTo\":761,\"type\":\"image\",\"subtype\":\"jpeg\",\"id\":885,\"title\":\"acacia-lounge\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/acacia-lounge.jpg\",\"link\":\"https://blueroan.netgen.cloud/accommodation/acacia-lounge/\",\"alt\":\"\",\"author\":\"2\",\"description\":\"\",\"caption\":\"\",\"name\":\"acacia-lounge\",\"status\":\"inherit\",\"modified\":1670939381000,\"mime\":\"image/jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-includes/images/media/default.png\",\"dateFormatted\":\"December 13, 2022\",\"nonces\":{\"update\":\"17e284dc72\",\"delete\":\"0967fb8415\",\"edit\":\"99ac1eb1a8\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=885\\u0026action=edit\",\"meta\":false,\"authorName\":\"Netgen Support\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/profile.php\",\"uploadedToTitle\":\"Accommodation\",\"uploadedToLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=761\\u0026action=edit\",\"filesizeInBytes\":37270,\"filesizeHumanReadable\":\"36 KB\",\"context\":\"\",\"height\":400,\"width\":600,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/acacia-lounge-150x150.jpg\",\"orientation\":\"landscape\"},\"medium\":{\"height\":200,\"width\":300,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/acacia-lounge-300x200.jpg\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/acacia-lounge.jpg\",\"height\":400,\"width\":600,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"imageSize\":\"full\",\"imageWidth\":100,\"imageWidthMobile\":100,\"imageWidthTablet\":100,\"paddingBtnTop\":10,\"paddingBtnBottom\":10,\"paddingBtnLeft\":14,\"paddingBtnRight\":14,\"imageWidthUnit\":\"%\",\"imageWidthUnitTablet\":\"%\",\"imageWidthUnitMobile\":\"%\",\"subHeadTopMargin\":0,\"subHeadRightMargin\":40,\"subHeadLeftMargin\":0,\"subHeadMarginTopTablet\":0,\"subHeadMarginRightTablet\":0,\"subHeadTabletSpace\":20,\"subHeadMarginLeftTablet\":0,\"imgTagHeight\":66,\"imgTagWidth\":600,\"btnBorderTopWidth\":1,\"btnBorderLeftWidth\":1,\"btnBorderRightWidth\":1,\"btnBorderBottomWidth\":1,\"btnBorderTopLeftRadius\":0,\"btnBorderTopRightRadius\":0,\"btnBorderBottomLeftRadius\":0,\"btnBorderBottomRightRadius\":0,\"btnBorderStyle\":\"solid\",\"btnBorderColor\":\"#333\"} -->\n<div class=\"wp-block-uagb-info-box uagb-block-10c684ab uagb-infobox__content-wrap  uagb-infobox-icon-above-title uagb-infobox-image-valign-top\"><div class=\"uagb-ifb-content\"><div class=\"uagb-ifb-image-content\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/acacia-lounge.jpg\" alt=\"\" width=\"100\" height=\"66\" loading=\"lazy\"/></div><div class=\"uagb-ifb-title-wrap\"><h3 class=\"uagb-ifb-title\">The Acacia </h3></div><p class=\"uagb-ifb-desc\">The largest unit we have named after the Acacia tree. This suite is rugged and rustic and has a spacious open plan living area opening onto a covered patio with a brick braai area. </p><div class=\"uagb-ifb-button-wrapper wp-block-button\"><a href=\"\" target=\"_self\" class=\"uagb-infobox-cta-link uagb-disable-link\" rel=\"noopener noreferrer\" alt=\"\"><span class=\"uagb-inline-editing\">READ MORE</span></a></div></div></div>\n<!-- /wp:uagb/info-box --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"78e1df48\",\"widthDesktop\":50,\"bottomPaddingDesktop\":20,\"rightPaddingDesktop\":32,\"bottomPaddingTablet\":35,\"rightPaddingTablet\":15,\"paddingLink\":false,\"topMarginDesktop\":0,\"bottomMarginDesktop\":0,\"leftMarginDesktop\":5,\"rightMarginDesktop\":5,\"topMarginMobile\":0,\"bottomMarginMobile\":0,\"leftMarginMobile\":0,\"rightMarginMobile\":0,\"marginLink\":false,\"variationSelected\":true,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-78e1df48\"><!-- wp:uagb/info-box {\"classMigrate\":true,\"headingAlign\":\"left\",\"headingColor\":\"\",\"subHeadingColor\":\"\",\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"source_type\":\"image\",\"block_id\":\"459792bb\",\"ctaIcon\":\"\",\"ctaType\":\"text\",\"ctaText\":\"READ MORE\",\"ctaLinkColor\":\"var(\\u002d\\u002dast-global-color-0)\",\"ctaDecoration\":\"underline\",\"ctaFontSize\":12,\"ctaFontWeight\":\"600\",\"ctaLetterSpacing\":2,\"ctaBorderColor\":\"\",\"ctaBorderStyle\":\"\",\"ctaBorderWidth\":\"\",\"ctaBorderRadius\":\"\",\"iconBottomMargin\":30,\"iconImage\":{\"id\":290,\"title\":\"room-6\",\"filename\":\"room-6.jpg\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/room-6.jpg\",\"link\":\"https://blueroan.netgen.cloud/room-6/\",\"alt\":\"\",\"author\":\"34\",\"description\":\"\",\"caption\":\"\",\"name\":\"room-6\",\"status\":\"inherit\",\"uploadedTo\":0,\"date\":\"2021-05-11T12:42:24.000Z\",\"modified\":\"2021-05-11T12:42:24.000Z\",\"menuOrder\":0,\"mime\":\"image/jpeg\",\"type\":\"image\",\"subtype\":\"jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/default.png\",\"dateFormatted\":\"May 11, 2021\",\"nonces\":{\"update\":\"ca0f21bc6b\",\"delete\":\"aeb89ca3d4\",\"edit\":\"4be159def3\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=290\\u0026action=edit\",\"meta\":false,\"authorName\":\"Rishabh\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/user-edit.php?user_id=34\",\"filesizeInBytes\":50081,\"filesizeHumanReadable\":\"49 KB\",\"context\":\"\",\"height\":400,\"width\":600,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/room-6-150x150.jpg\",\"orientation\":\"landscape\"},\"medium\":{\"height\":200,\"width\":300,\"url\":\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/room-6-300x200.jpg\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/room-6.jpg\",\"height\":400,\"width\":600,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"imageSize\":\"full\",\"imageWidth\":100,\"imageWidthMobile\":100,\"imageWidthTablet\":100,\"paddingBtnTop\":10,\"paddingBtnBottom\":10,\"paddingBtnLeft\":14,\"paddingBtnRight\":14,\"imageWidthUnit\":\"%\",\"imageWidthUnitTablet\":\"%\",\"imageWidthUnitMobile\":\"%\",\"subHeadTopMargin\":0,\"subHeadRightMargin\":40,\"subHeadLeftMargin\":0,\"subHeadMarginTopTablet\":0,\"subHeadMarginRightTablet\":0,\"subHeadTabletSpace\":20,\"subHeadMarginLeftTablet\":0,\"imgTagHeight\":66,\"imgTagWidth\":600,\"btnBorderTopWidth\":1,\"btnBorderLeftWidth\":1,\"btnBorderRightWidth\":1,\"btnBorderBottomWidth\":1,\"btnBorderTopLeftRadius\":0,\"btnBorderTopRightRadius\":0,\"btnBorderBottomLeftRadius\":0,\"btnBorderBottomRightRadius\":0,\"btnBorderStyle\":\"solid\",\"btnBorderColor\":\"#333\"} -->\n<div class=\"wp-block-uagb-info-box uagb-block-459792bb uagb-infobox__content-wrap  uagb-infobox-icon-above-title uagb-infobox-image-valign-top\"><div class=\"uagb-ifb-content\"><div class=\"uagb-ifb-image-content\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/room-6.jpg\" alt=\"\" width=\"100\" height=\"66\" loading=\"lazy\"/></div><div class=\"uagb-ifb-title-wrap\"><h3 class=\"uagb-ifb-title\">The Greek Villa </h3></div><p class=\"uagb-ifb-desc\">Designed like a Greek villa this Mediterranean style reflects a relaxed atmosphere with its dominant white walls and blue ceilings with lovely rustic furnishings</p><div class=\"uagb-ifb-button-wrapper wp-block-button\"><a href=\"\" target=\"_self\" class=\"uagb-infobox-cta-link uagb-disable-link\" rel=\"noopener noreferrer\" alt=\"\"><span class=\"uagb-inline-editing\">READ MORE</span></a></div></div></div>\n<!-- /wp:uagb/info-box --></div>\n<!-- /wp:uagb/container --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"3f5b5947\",\"directionDesktop\":\"row\",\"justifyContentDesktop\":\"flex-start\",\"topMarginDesktop\":54,\"bottomMarginDesktop\":0,\"leftMarginDesktop\":0,\"rightMarginDesktop\":0,\"topMarginMobile\":0,\"bottomMarginMobile\":0,\"leftMarginMobile\":0,\"rightMarginMobile\":0,\"marginLink\":false,\"variationSelected\":true,\"rowGapMobile\":0,\"columnGapDesktop\":0} -->\n<div class=\"wp-block-uagb-container uagb-block-3f5b5947\"><!-- wp:uagb/container {\"block_id\":\"4696f9da\",\"widthDesktop\":50,\"bottomPaddingDesktop\":20,\"rightPaddingDesktop\":32,\"bottomPaddingTablet\":35,\"rightPaddingTablet\":15,\"bottomPaddingMobile\":65,\"paddingLink\":false,\"topMarginDesktop\":0,\"bottomMarginDesktop\":0,\"leftMarginDesktop\":5,\"rightMarginDesktop\":5,\"topMarginMobile\":0,\"bottomMarginMobile\":0,\"leftMarginMobile\":0,\"rightMarginMobile\":0,\"marginLink\":false,\"variationSelected\":true,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-4696f9da\"><!-- wp:uagb/info-box {\"classMigrate\":true,\"headingAlign\":\"left\",\"headingColor\":\"\",\"subHeadingColor\":\"\",\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"source_type\":\"image\",\"block_id\":\"a72d94da\",\"ctaIcon\":\"\",\"ctaType\":\"text\",\"ctaText\":\"READ MORE\",\"ctaLinkColor\":\"var(\\u002d\\u002dast-global-color-0)\",\"ctaDecoration\":\"underline\",\"ctaFontSize\":12,\"ctaFontWeight\":\"600\",\"ctaLetterSpacing\":2,\"ctaBorderColor\":\"\",\"ctaBorderStyle\":\"\",\"ctaBorderWidth\":\"\",\"ctaBorderRadius\":\"\",\"iconBottomMargin\":30,\"iconImage\":{\"uploading\":false,\"date\":1670943128000,\"filename\":\"AAEAAQAAAAAAAAAAAAAAJDkwZDA0NDg0LWIwNTctNGVlNy05Y2NjLWNjNDllODBmZTI3OA.png\",\"menuOrder\":0,\"uploadedTo\":761,\"type\":\"image\",\"subtype\":\"png\",\"id\":896,\"title\":\"AAEAAQAAAAAAAAAAAAAAJDkwZDA0NDg0LWIwNTctNGVlNy05Y2NjLWNjNDllODBmZTI3OA\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAAJDkwZDA0NDg0LWIwNTctNGVlNy05Y2NjLWNjNDllODBmZTI3OA.png\",\"link\":\"https://blueroan.netgen.cloud/accommodation/aaeaaqaaaaaaaaaaaaaajdkwzda0ndg0lwiwntctngvlny05y2njlwnjndllodbmzti3oa/\",\"alt\":\"Honeymoon suite bedroom \",\"author\":\"2\",\"description\":\"\",\"caption\":\"\",\"name\":\"aaeaaqaaaaaaaaaaaaaajdkwzda0ndg0lwiwntctngvlny05y2njlwnjndllodbmzti3oa\",\"status\":\"inherit\",\"modified\":1670943128000,\"mime\":\"image/png\",\"icon\":\"https://blueroan.netgen.cloud/wp-includes/images/media/default.png\",\"dateFormatted\":\"December 13, 2022\",\"nonces\":{\"update\":\"ef5e68588c\",\"delete\":\"c4dba1213a\",\"edit\":\"aea99f65e2\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=896\\u0026action=edit\",\"meta\":false,\"authorName\":\"Netgen Support\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/profile.php\",\"uploadedToTitle\":\"Accommodation\",\"uploadedToLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=761\\u0026action=edit\",\"filesizeInBytes\":1088370,\"filesizeHumanReadable\":\"1 MB\",\"context\":\"\",\"height\":861,\"width\":1300,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAAJDkwZDA0NDg0LWIwNTctNGVlNy05Y2NjLWNjNDllODBmZTI3OA-150x150.png\",\"orientation\":\"landscape\"},\"medium\":{\"height\":199,\"width\":300,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAAJDkwZDA0NDg0LWIwNTctNGVlNy05Y2NjLWNjNDllODBmZTI3OA-300x199.png\",\"orientation\":\"landscape\"},\"large\":{\"height\":678,\"width\":1024,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAAJDkwZDA0NDg0LWIwNTctNGVlNy05Y2NjLWNjNDllODBmZTI3OA-1024x678.png\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAAJDkwZDA0NDg0LWIwNTctNGVlNy05Y2NjLWNjNDllODBmZTI3OA.png\",\"height\":861,\"width\":1300,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"imageSize\":\"full\",\"imageWidth\":100,\"imageWidthMobile\":100,\"imageWidthTablet\":100,\"paddingBtnTop\":10,\"paddingBtnBottom\":10,\"paddingBtnLeft\":14,\"paddingBtnRight\":14,\"imageWidthUnit\":\"%\",\"imageWidthUnitTablet\":\"%\",\"imageWidthUnitMobile\":\"%\",\"subHeadTopMargin\":0,\"subHeadRightMargin\":40,\"subHeadLeftMargin\":0,\"subHeadMarginTopTablet\":0,\"subHeadMarginRightTablet\":0,\"subHeadTabletSpace\":20,\"subHeadMarginLeftTablet\":0,\"imgTagHeight\":66,\"imgTagWidth\":1300,\"btnBorderTopWidth\":1,\"btnBorderLeftWidth\":1,\"btnBorderRightWidth\":1,\"btnBorderBottomWidth\":1,\"btnBorderTopLeftRadius\":0,\"btnBorderTopRightRadius\":0,\"btnBorderBottomLeftRadius\":0,\"btnBorderBottomRightRadius\":0,\"btnBorderStyle\":\"solid\",\"btnBorderColor\":\"#333\"} -->\n<div class=\"wp-block-uagb-info-box uagb-block-a72d94da uagb-infobox__content-wrap  uagb-infobox-icon-above-title uagb-infobox-image-valign-top\"><div class=\"uagb-ifb-content\"><div class=\"uagb-ifb-image-content\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAAJDkwZDA0NDg0LWIwNTctNGVlNy05Y2NjLWNjNDllODBmZTI3OA.png\" alt=\"Honeymoon suite bedroom \" width=\"100\" height=\"66\" loading=\"lazy\"/></div><div class=\"uagb-ifb-title-wrap\"><h3 class=\"uagb-ifb-title\">The Honeymoon suite</h3></div><p class=\"uagb-ifb-desc\">This&nbsp;<a href=\"https://www.collinsdictionary.com/dictionary/english/suite\">suite</a>&nbsp;is perfect for couples - This is an open-plan unit attached to the side of the main house, completely private with its own entrance, own garden, and carport.&nbsp;</p><div class=\"uagb-ifb-button-wrapper wp-block-button\"><a href=\"\" target=\"_self\" class=\"uagb-infobox-cta-link uagb-disable-link\" rel=\"noopener noreferrer\" alt=\"\"><span class=\"uagb-inline-editing\">READ MORE</span></a></div></div></div>\n<!-- /wp:uagb/info-box --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"0778a8a3\",\"widthDesktop\":50,\"bottomPaddingDesktop\":20,\"rightPaddingDesktop\":32,\"bottomPaddingTablet\":35,\"rightPaddingTablet\":15,\"paddingLink\":false,\"topMarginDesktop\":0,\"bottomMarginDesktop\":0,\"leftMarginDesktop\":5,\"rightMarginDesktop\":5,\"topMarginMobile\":0,\"bottomMarginMobile\":0,\"leftMarginMobile\":0,\"rightMarginMobile\":0,\"marginLink\":false,\"variationSelected\":true,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-0778a8a3\"></div>\n<!-- /wp:uagb/container --></div>\n<!-- /wp:uagb/container --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"412cd0c0\",\"innerContentCustomWidthDesktop\":781,\"innerContentCustomWidthTablet\":781,\"backgroundType\":\"image\",\"backgroundImageDesktop\":{\"uploading\":false,\"date\":1670943271000,\"filename\":\"AAEAAQAAAAAAAAAAAAAA39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba.png\",\"menuOrder\":0,\"uploadedTo\":761,\"type\":\"image\",\"subtype\":\"png\",\"id\":899,\"title\":\"AAEAAQAAAAAAAAAAAAAA39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAA39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba.png\",\"link\":\"https://blueroan.netgen.cloud/accommodation/aaeaaqaaaaaaaaaaaaaa39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba/\",\"alt\":\"\",\"author\":\"2\",\"description\":\"\",\"caption\":\"\",\"name\":\"aaeaaqaaaaaaaaaaaaaa39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba\",\"status\":\"inherit\",\"modified\":1670943271000,\"mime\":\"image/png\",\"icon\":\"https://blueroan.netgen.cloud/wp-includes/images/media/default.png\",\"dateFormatted\":\"December 13, 2022\",\"nonces\":{\"update\":\"45b2b6c69b\",\"delete\":\"75d81c42ab\",\"edit\":\"88fae030a9\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=899\\u0026action=edit\",\"meta\":false,\"authorName\":\"Netgen Support\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/profile.php\",\"uploadedToTitle\":\"Accommodation\",\"uploadedToLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=761\\u0026action=edit\",\"filesizeInBytes\":2338048,\"filesizeHumanReadable\":\"2 MB\",\"context\":\"\",\"height\":900,\"width\":1200,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAA39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba-150x150.png\",\"orientation\":\"landscape\"},\"medium\":{\"height\":225,\"width\":300,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAA39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba-300x225.png\",\"orientation\":\"landscape\"},\"large\":{\"height\":768,\"width\":1024,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAA39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba-1024x768.png\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAA39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba.png\",\"height\":900,\"width\":1200,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"backgroundImageColor\":\"rgba(42,42,42,0.65)\",\"topPaddingDesktop\":144,\"bottomPaddingDesktop\":144,\"leftPaddingDesktop\":40,\"rightPaddingDesktop\":40,\"topPaddingTablet\":80,\"bottomPaddingTablet\":80,\"leftPaddingTablet\":40,\"rightPaddingTablet\":40,\"topPaddingMobile\":64,\"bottomPaddingMobile\":64,\"leftPaddingMobile\":24,\"rightPaddingMobile\":24,\"paddingLink\":false,\"variationSelected\":true,\"isBlockRootParent\":true,\"overlayType\":\"color\"} -->\n<div class=\"wp-block-uagb-container uagb-block-412cd0c0 alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/advanced-heading {\"block_id\":\"f907f34d\",\"classMigrate\":true,\"headingDescToggle\":true,\"headingAlign\":\"center\",\"headingColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"subHeadingColor\":\"var(\\u002d\\u002dast-global-color-4)\",\"headSpace\":20} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-f907f34d\"><h2 class=\"uagb-heading-text\">Plan an Unforgettable Experience at<br>Blue Roan!</h2><p class=\"uagb-desc-text\">We can help you fit your stay and experience within your allotted budget.</p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/advanced-heading {\"block_id\":\"5e0af231\",\"classMigrate\":true,\"headingTitleToggle\":false,\"headingDescToggle\":true,\"headingAlign\":\"center\",\"subHeadingColor\":\"var(\\u002d\\u002dast-global-color-4)\",\"subHeadTransform\":\"uppercase\",\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"subHeadLetterSpacing\":2,\"blockTopPadding\":60,\"blockRightPadding\":0,\"blockLeftPadding\":0,\"blockBottomPadding\":0,\"blockTopPaddingMobile\":30,\"blockRightPaddingMobile\":0,\"blockLeftPaddingMobile\":0,\"blockBottomPaddingMobile\":0} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-5e0af231\"><p class=\"uagb-desc-text\">BOOK YOUR STAY NOW​</p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/icon-list {\"block_id\":\"233d3fe6\",\"classMigrate\":true,\"childMigrate\":true,\"align\":\"center\",\"parentIcon\":\"phone\",\"size\":40,\"sizeMobile\":24,\"sizeTablet\":32,\"fontSize\":48,\"fontSizeMobile\":28,\"fontSizeTablet\":40,\"fontWeight\":\"600\",\"iconColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"labelColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"blockTopPadding\":0,\"blockRightPadding\":0,\"blockLeftPadding\":0,\"blockBottomPadding\":24,\"blockPaddingLink\":false} -->\n<div class=\"wp-block-uagb-icon-list uagb-block-233d3fe6\"><div class=\"uagb-icon-list__wrap\"><!-- wp:uagb/icon-list-child {\"block_id\":\"5e651e16\",\"label\":\" + 27 (0) 82 575 5409\",\"label_color\":\"\",\"link\":\"tel:+27825755409\",\"disableLink\":true,\"fromParentIcon\":\"phone\",\"imageSizeChild\":40} -->\n<div class=\"wp-block-uagb-icon-list-child uagb-block-5e651e16\"><a target=\"_self\" aria-label=\" + 27 (0) 82 575 5409\" rel=\"noopener noreferrer\" href=\"tel:+27825755409\"> </a><span class=\"uagb-icon-list__source-wrap\"><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M511.2 387l-23.25 100.8c-3.266 14.25-15.79 24.22-30.46 24.22C205.2 512 0 306.8 0 54.5c0-14.66 9.969-27.2 24.22-30.45l100.8-23.25C139.7-2.602 154.7 5.018 160.8 18.92l46.52 108.5c5.438 12.78 1.77 27.67-8.98 36.45L144.5 207.1c33.98 69.22 90.26 125.5 159.5 159.5l44.08-53.8c8.688-10.78 23.69-14.51 36.47-8.975l108.5 46.51C506.1 357.2 514.6 372.4 511.2 387z\"></path></svg></span><span class=\"uagb-icon-list__label\"> + 27 (0) 82 575 5409</span></div>\n<!-- /wp:uagb/icon-list-child -->\n\n<!-- wp:uagb/icon-list-child {\"block_id\":\"ddec420a\",\"label\":\"blueroan@ugo.co.za\",\"icon\":\"envelope\",\"label_color\":\"\",\"link\":\"mailto:blueroan@ugo.co.za\",\"disableLink\":true,\"fromParentIcon\":\"phone\",\"imageSizeChild\":40} -->\n<div class=\"wp-block-uagb-icon-list-child uagb-block-ddec420a\"><a target=\"_self\" aria-label=\"blueroan@ugo.co.za\" rel=\"noopener noreferrer\" href=\"mailto:blueroan@ugo.co.za\"> </a><span class=\"uagb-icon-list__source-wrap\"><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M464 64C490.5 64 512 85.49 512 112C512 127.1 504.9 141.3 492.8 150.4L275.2 313.6C263.8 322.1 248.2 322.1 236.8 313.6L19.2 150.4C7.113 141.3 0 127.1 0 112C0 85.49 21.49 64 48 64H464zM217.6 339.2C240.4 356.3 271.6 356.3 294.4 339.2L512 176V384C512 419.3 483.3 448 448 448H64C28.65 448 0 419.3 0 384V176L217.6 339.2z\"></path></svg></span><span class=\"uagb-icon-list__label\">blueroan@ugo.co.za</span></div>\n<!-- /wp:uagb/icon-list-child --></div></div>\n<!-- /wp:uagb/icon-list --></div></div>\n<!-- /wp:uagb/container -->',	'Accommodation',	'',	'inherit',	'closed',	'closed',	'',	'761-revision-v1',	'',	'',	'2022-12-14 11:05:24',	'2022-12-14 11:05:24',	'',	761,	'https://blueroan.netgen.cloud/?p=1027',	0,	'revision',	'',	0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(1028,	2,	'2022-12-14 11:07:01',	'2022-12-14 11:07:01',	'<!-- wp:uagb/container {\"block_id\":\"06fbb335\",\"backgroundType\":\"image\",\"backgroundImageDesktop\":{\"uploading\":false,\"date\":1671015366000,\"filename\":\"AAEAAQAAAAAAAAAAAAAAJGQzMWY4ODAwLTRlMDYtNDYwMy1iOTJkLWRmZGI3NmI4N2ZiZg.png\",\"menuOrder\":0,\"uploadedTo\":1011,\"type\":\"image\",\"subtype\":\"png\",\"id\":1016,\"title\":\"AAEAAQAAAAAAAAAAAAAAJGQzMWY4ODAwLTRlMDYtNDYwMy1iOTJkLWRmZGI3NmI4N2ZiZg\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAAJGQzMWY4ODAwLTRlMDYtNDYwMy1iOTJkLWRmZGI3NmI4N2ZiZg.png\",\"link\":\"https://blueroan.netgen.cloud/the-bluebush/aaeaaqaaaaaaaaaaaaaajgqzmwy4odawltrlmdytndywmy1iotjklwrmzgi3nmi4n2zizg/\",\"alt\":\"\",\"author\":\"2\",\"description\":\"\",\"caption\":\"\",\"name\":\"aaeaaqaaaaaaaaaaaaaajgqzmwy4odawltrlmdytndywmy1iotjklwrmzgi3nmi4n2zizg\",\"status\":\"inherit\",\"modified\":1671015366000,\"mime\":\"image/png\",\"icon\":\"https://blueroan.netgen.cloud/wp-includes/images/media/default.png\",\"dateFormatted\":\"December 14, 2022\",\"nonces\":{\"update\":\"4cd1c286f5\",\"delete\":\"d9f6f5a0de\",\"edit\":\"9c51d771a4\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=1016\\u0026action=edit\",\"meta\":false,\"authorName\":\"Netgen Support\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/profile.php\",\"uploadedToTitle\":\"The Bluebush\",\"uploadedToLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=1011\\u0026action=edit\",\"filesizeInBytes\":738928,\"filesizeHumanReadable\":\"722 KB\",\"context\":\"\",\"height\":667,\"width\":1000,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAAJGQzMWY4ODAwLTRlMDYtNDYwMy1iOTJkLWRmZGI3NmI4N2ZiZg-150x150.png\",\"orientation\":\"landscape\"},\"medium\":{\"height\":200,\"width\":300,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAAJGQzMWY4ODAwLTRlMDYtNDYwMy1iOTJkLWRmZGI3NmI4N2ZiZg-300x200.png\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAAJGQzMWY4ODAwLTRlMDYtNDYwMy1iOTJkLWRmZGI3NmI4N2ZiZg.png\",\"height\":667,\"width\":1000,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"backgroundPositionDesktop\":{\"x\":0.47,\"y\":0.54},\"backgroundSizeTablet\":\"cover\",\"backgroundSizeMobile\":\"cover\",\"backgroundColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"backgroundImageColor\":\"rgba(42,42,42,0.5)\",\"topPaddingDesktop\":220,\"bottomPaddingDesktop\":150,\"topPaddingTablet\":170,\"bottomPaddingTablet\":160,\"leftPaddingTablet\":30,\"rightPaddingTablet\":30,\"topPaddingMobile\":180,\"bottomPaddingMobile\":80,\"leftPaddingMobile\":20,\"rightPaddingMobile\":20,\"paddingLink\":false,\"variationSelected\":true,\"isBlockRootParent\":true,\"overlayType\":\"color\"} -->\n<div class=\"wp-block-uagb-container uagb-block-06fbb335 alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/advanced-heading {\"block_id\":\"2865bb60\",\"classMigrate\":true,\"headingDescToggle\":true,\"headingColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"subHeadingColor\":\"var(\\u002d\\u002dast-global-color-4)\",\"headingTag\":\"h1\",\"headSpace\":20,\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"blockTopPadding\":0,\"blockRightPadding\":50,\"blockLeftPadding\":0,\"blockBottomPadding\":0,\"blockTopPaddingTablet\":0,\"blockRightPaddingTablet\":20,\"blockLeftPaddingTablet\":0,\"blockBottomPaddingTablet\":0,\"blockTopPaddingMobile\":0,\"blockRightPaddingMobile\":0,\"blockLeftPaddingMobile\":0,\"blockBottomPaddingMobile\":0,\"blockPaddingUnit\":\"%\",\"blockPaddingUnitTablet\":\"%\"} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-2865bb60\"><h1 class=\"uagb-heading-text\">The Bluebush</h1><p class=\"uagb-desc-text\">A cozy, pleasant suite that has a really homey atmosphere. Just like at home, settle in and relax. Unwind in the ideal corner-shaped spa bath and the open-concept living space.</p></div>\n<!-- /wp:uagb/advanced-heading --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"51ad2ab0\",\"backgroundType\":\"color\",\"backgroundSizeTablet\":\"cover\",\"backgroundSizeMobile\":\"cover\",\"backgroundColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"topPaddingDesktop\":120,\"bottomPaddingDesktop\":60,\"rightPaddingDesktop\":0,\"topPaddingTablet\":80,\"bottomPaddingTablet\":80,\"leftPaddingTablet\":30,\"rightPaddingTablet\":30,\"topPaddingMobile\":80,\"bottomPaddingMobile\":80,\"leftPaddingMobile\":20,\"rightPaddingMobile\":20,\"paddingLink\":false,\"variationSelected\":true,\"rowGapDesktop\":0,\"isBlockRootParent\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-51ad2ab0 alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/container {\"block_id\":\"267e9ec0\",\"directionDesktop\":\"row\",\"alignItemsDesktop\":\"flex-end\",\"alignItemsTablet\":\"flex-end\",\"justifyContentDesktop\":\"flex-end\",\"justifyContentTablet\":\"space-between\",\"variationSelected\":true,\"rowGapMobile\":20,\"columnGapDesktop\":0} -->\n<div class=\"wp-block-uagb-container uagb-block-267e9ec0\"><!-- wp:uagb/advanced-heading {\"block_id\":\"cfda35b3\",\"classMigrate\":true,\"headingDescToggle\":true,\"subHeadingColor\":\"\",\"headSpace\":20,\"subHeadFontSize\":16} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-cfda35b3\"><h2 class=\"uagb-heading-text\">Come &amp; Stay With Us​ at The Bluebush Suite </h2><p class=\"uagb-desc-text\">It has one bedroom with a corner-shaped spa bath in the corner of the bedroom, a separate bathroom with a large walk-in shower, and an open-plan&nbsp;living area opening onto a covered patio with comfortable outside furniture. &nbsp;It has a large grassed, fenced, and gated garden with a brick braai.</p></div>\n<!-- /wp:uagb/advanced-heading --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:heading -->\n<h2>The bedroom </h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>This room contains the following: </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list -->\n<ul><!-- wp:list-item -->\n<li>King bed with electric blanket</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Corner shaped spa bath with 6 jets</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Bubble bath and candles</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Oil heater</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Stand fan</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Dressing table</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Hair dryer and dressing gowns</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Good quality linen</li>\n<!-- /wp:list-item --></ul>\n<!-- /wp:list --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":1021,\"width\":500,\"height\":334,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full is-resized\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/241531_798x533.jpg\" alt=\"The Bluebush bedroom at Blue Roan Country Lodge \" class=\"wp-image-1021\" width=\"500\" height=\"334\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":1022,\"width\":500,\"height\":334,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full is-resized\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/241532_798x533.jpg\" alt=\"The Bluebush spa bath at Blue Roan Country Lodge \" class=\"wp-image-1022\" width=\"500\" height=\"334\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:heading -->\n<h2>The bathroom</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>This room contains the following</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list -->\n<ul><!-- wp:list-item -->\n<li>Large walk-in shower</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Toilet and basin</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Soap, towels, toiletries and toilet paper</li>\n<!-- /wp:list-item --></ul>\n<!-- /wp:list --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:heading -->\n<h2>The Lounge</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>This room contains the following: </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list -->\n<ul><!-- wp:list-item -->\n<li>Log fireplace</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>3 piece upholstered lounge suite</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>32\" flat screen TV (DSTV - commercial bouquet with Sports, movies, Mnet, SABC 1,2 3 and E)</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>DVD player</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Pine dining table and 4 chairs</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Books and playing cards</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Glass sliding door out to the patio</li>\n<!-- /wp:list-item --></ul>\n<!-- /wp:list --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":1023,\"width\":500,\"height\":334,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full is-resized\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/241528_798x533.jpg\" alt=\"The Bluebush lounge at Blue Roan Country Lodge \" class=\"wp-image-1023\" width=\"500\" height=\"334\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":1024,\"width\":500,\"height\":334,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full is-resized\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/241530_798x533.jpg\" alt=\"The Bluebush kitchen at Blue Roan Country Lodge \" class=\"wp-image-1024\" width=\"500\" height=\"334\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:heading -->\n<h2>The kitchen</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>This room contains the following</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list -->\n<ul><!-- wp:list-item -->\n<li>4 plate gas stove and oven</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Microwave oven, kettle, toaster</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Fridge with top freezer compartment</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Pots, pans, cutlery, crockery, wine &amp; champagne glasses</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>All kitchen utensils</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Ironing board and iron</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>All cleaning cloths and detergents and washing up liquid</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Paper towel, salt, pepper, tea, coffee and sugar</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Braai tongs, filter coffee plunger</li>\n<!-- /wp:list-item --></ul>\n<!-- /wp:list --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:heading -->\n<h2>The large patio with <br>mountain views</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>This room contains the following: </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list -->\n<ul><!-- wp:list-item -->\n<li>Chairs with cushions</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Glass table</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Brick braai</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Decorative lighting</li>\n<!-- /wp:list-item --></ul>\n<!-- /wp:list --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":1025,\"width\":500,\"height\":334,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full is-resized\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/241529_798x533.jpg\" alt=\"The Bluebush patio at Blue Roan Country Lodge \" class=\"wp-image-1025\" width=\"500\" height=\"334\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:heading {\"textAlign\":\"center\"} -->\n<h2 class=\"has-text-align-center\">Book your stay </h2>\n<!-- /wp:heading -->\n\n<!-- wp:buttons -->\n<div class=\"wp-block-buttons\"><!-- wp:button {\"align\":\"center\"} -->\n<div class=\"wp-block-button aligncenter\"><a class=\"wp-block-button__link wp-element-button\" href=\"https://book.nightsbridge.com/11065\" target=\"_blank\" rel=\"noreferrer noopener\">Reservations</a></div>\n<!-- /wp:button -->\n\n<!-- wp:button /--></div>\n<!-- /wp:buttons --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"ae112cba\",\"innerContentCustomWidthDesktop\":781,\"innerContentCustomWidthTablet\":781,\"backgroundType\":\"image\",\"backgroundImageDesktop\":{\"uploading\":false,\"date\":1670943271000,\"filename\":\"AAEAAQAAAAAAAAAAAAAA39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba.png\",\"menuOrder\":0,\"uploadedTo\":761,\"type\":\"image\",\"subtype\":\"png\",\"id\":899,\"title\":\"AAEAAQAAAAAAAAAAAAAA39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAA39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba.png\",\"link\":\"https://blueroan.netgen.cloud/accommodation/aaeaaqaaaaaaaaaaaaaa39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba/\",\"alt\":\"\",\"author\":\"2\",\"description\":\"\",\"caption\":\"\",\"name\":\"aaeaaqaaaaaaaaaaaaaa39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba\",\"status\":\"inherit\",\"modified\":1670943271000,\"mime\":\"image/png\",\"icon\":\"https://blueroan.netgen.cloud/wp-includes/images/media/default.png\",\"dateFormatted\":\"December 13, 2022\",\"nonces\":{\"update\":\"45b2b6c69b\",\"delete\":\"75d81c42ab\",\"edit\":\"88fae030a9\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=899\\u0026action=edit\",\"meta\":false,\"authorName\":\"Netgen Support\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/profile.php\",\"uploadedToTitle\":\"Accommodation\",\"uploadedToLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=761\\u0026action=edit\",\"filesizeInBytes\":2338048,\"filesizeHumanReadable\":\"2 MB\",\"context\":\"\",\"height\":900,\"width\":1200,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAA39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba-150x150.png\",\"orientation\":\"landscape\"},\"medium\":{\"height\":225,\"width\":300,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAA39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba-300x225.png\",\"orientation\":\"landscape\"},\"large\":{\"height\":768,\"width\":1024,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAA39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba-1024x768.png\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAA39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba.png\",\"height\":900,\"width\":1200,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"backgroundImageColor\":\"rgba(42,42,42,0.65)\",\"topPaddingDesktop\":144,\"bottomPaddingDesktop\":144,\"leftPaddingDesktop\":40,\"rightPaddingDesktop\":40,\"topPaddingTablet\":80,\"bottomPaddingTablet\":80,\"leftPaddingTablet\":40,\"rightPaddingTablet\":40,\"topPaddingMobile\":64,\"bottomPaddingMobile\":64,\"leftPaddingMobile\":24,\"rightPaddingMobile\":24,\"paddingLink\":false,\"variationSelected\":true,\"isBlockRootParent\":true,\"overlayType\":\"color\"} -->\n<div class=\"wp-block-uagb-container uagb-block-ae112cba alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/advanced-heading {\"block_id\":\"1ed34505\",\"classMigrate\":true,\"headingDescToggle\":true,\"headingAlign\":\"center\",\"headingColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"subHeadingColor\":\"var(\\u002d\\u002dast-global-color-4)\",\"headSpace\":20} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-1ed34505\"><h2 class=\"uagb-heading-text\">Plan an Unforgettable Experience at<br>Blue Roan!</h2><p class=\"uagb-desc-text\">We can help you fit your stay and experience within your allotted budget.</p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/advanced-heading {\"block_id\":\"07137a3c\",\"classMigrate\":true,\"headingTitleToggle\":false,\"headingDescToggle\":true,\"headingAlign\":\"center\",\"subHeadingColor\":\"var(\\u002d\\u002dast-global-color-4)\",\"subHeadTransform\":\"uppercase\",\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"subHeadLetterSpacing\":2,\"blockTopPadding\":60,\"blockRightPadding\":0,\"blockLeftPadding\":0,\"blockBottomPadding\":0,\"blockTopPaddingMobile\":30,\"blockRightPaddingMobile\":0,\"blockLeftPaddingMobile\":0,\"blockBottomPaddingMobile\":0,\"linkColor\":\"var(\\u002d\\u002dast-global-color-8)\",\"linkHColor\":\"var(\\u002d\\u002dast-global-color-1)\"} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-07137a3c\"><p class=\"uagb-desc-text\"><a href=\"https://book.nightsbridge.com/11065\" target=\"_blank\" rel=\"noreferrer noopener\">BOOK YOUR STAY NOW​<br></a></p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/icon-list {\"block_id\":\"fe2d3c0d\",\"classMigrate\":true,\"childMigrate\":true,\"align\":\"center\",\"parentIcon\":\"phone\",\"size\":40,\"sizeMobile\":24,\"sizeTablet\":32,\"fontSize\":48,\"fontSizeMobile\":28,\"fontSizeTablet\":40,\"fontWeight\":\"600\",\"iconColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"labelColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"blockTopPadding\":0,\"blockRightPadding\":0,\"blockLeftPadding\":0,\"blockBottomPadding\":24,\"blockPaddingLink\":false} -->\n<div class=\"wp-block-uagb-icon-list uagb-block-fe2d3c0d\"><div class=\"uagb-icon-list__wrap\"><!-- wp:uagb/icon-list-child {\"block_id\":\"4284dc16\",\"label\":\" + 27 (0) 82 575 5409\",\"label_color\":\"\",\"link\":\"tel:+27825755409\",\"disableLink\":true,\"fromParentIcon\":\"phone\",\"imageSizeChild\":40} -->\n<div class=\"wp-block-uagb-icon-list-child uagb-block-4284dc16\"><a target=\"_self\" aria-label=\" + 27 (0) 82 575 5409\" rel=\"noopener noreferrer\" href=\"tel:+27825755409\"> </a><span class=\"uagb-icon-list__source-wrap\"><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M511.2 387l-23.25 100.8c-3.266 14.25-15.79 24.22-30.46 24.22C205.2 512 0 306.8 0 54.5c0-14.66 9.969-27.2 24.22-30.45l100.8-23.25C139.7-2.602 154.7 5.018 160.8 18.92l46.52 108.5c5.438 12.78 1.77 27.67-8.98 36.45L144.5 207.1c33.98 69.22 90.26 125.5 159.5 159.5l44.08-53.8c8.688-10.78 23.69-14.51 36.47-8.975l108.5 46.51C506.1 357.2 514.6 372.4 511.2 387z\"></path></svg></span><span class=\"uagb-icon-list__label\"> + 27 (0) 82 575 5409</span></div>\n<!-- /wp:uagb/icon-list-child -->\n\n<!-- wp:uagb/icon-list-child {\"block_id\":\"cc2f0070\",\"label\":\"blueroan@ugo.co.za\",\"icon\":\"envelope\",\"label_color\":\"\",\"link\":\"mailto:blueroan@ugo.co.za\",\"disableLink\":true,\"fromParentIcon\":\"phone\",\"imageSizeChild\":40} -->\n<div class=\"wp-block-uagb-icon-list-child uagb-block-cc2f0070\"><a target=\"_self\" aria-label=\"blueroan@ugo.co.za\" rel=\"noopener noreferrer\" href=\"mailto:blueroan@ugo.co.za\"> </a><span class=\"uagb-icon-list__source-wrap\"><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M464 64C490.5 64 512 85.49 512 112C512 127.1 504.9 141.3 492.8 150.4L275.2 313.6C263.8 322.1 248.2 322.1 236.8 313.6L19.2 150.4C7.113 141.3 0 127.1 0 112C0 85.49 21.49 64 48 64H464zM217.6 339.2C240.4 356.3 271.6 356.3 294.4 339.2L512 176V384C512 419.3 483.3 448 448 448H64C28.65 448 0 419.3 0 384V176L217.6 339.2z\"></path></svg></span><span class=\"uagb-icon-list__label\">blueroan@ugo.co.za</span></div>\n<!-- /wp:uagb/icon-list-child --></div></div>\n<!-- /wp:uagb/icon-list --></div></div>\n<!-- /wp:uagb/container -->',	'The Bluebush',	'',	'inherit',	'closed',	'closed',	'',	'1011-revision-v1',	'',	'',	'2022-12-14 11:07:01',	'2022-12-14 11:07:01',	'',	1011,	'https://blueroan.netgen.cloud/?p=1028',	0,	'revision',	'',	0),
(1029,	2,	'2022-12-14 11:08:18',	'2022-12-14 11:08:18',	'<!-- wp:uagb/container {\"block_id\":\"2dbc4a12\",\"backgroundType\":\"image\",\"backgroundImageDesktop\":{\"uploading\":false,\"date\":1671015366000,\"filename\":\"AAEAAQAAAAAAAAAAAAAAJGQzMWY4ODAwLTRlMDYtNDYwMy1iOTJkLWRmZGI3NmI4N2ZiZg.png\",\"menuOrder\":0,\"uploadedTo\":1011,\"type\":\"image\",\"subtype\":\"png\",\"id\":1016,\"title\":\"AAEAAQAAAAAAAAAAAAAAJGQzMWY4ODAwLTRlMDYtNDYwMy1iOTJkLWRmZGI3NmI4N2ZiZg\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAAJGQzMWY4ODAwLTRlMDYtNDYwMy1iOTJkLWRmZGI3NmI4N2ZiZg.png\",\"link\":\"https://blueroan.netgen.cloud/the-bluebush/aaeaaqaaaaaaaaaaaaaajgqzmwy4odawltrlmdytndywmy1iotjklwrmzgi3nmi4n2zizg/\",\"alt\":\"\",\"author\":\"2\",\"description\":\"\",\"caption\":\"\",\"name\":\"aaeaaqaaaaaaaaaaaaaajgqzmwy4odawltrlmdytndywmy1iotjklwrmzgi3nmi4n2zizg\",\"status\":\"inherit\",\"modified\":1671015366000,\"mime\":\"image/png\",\"icon\":\"https://blueroan.netgen.cloud/wp-includes/images/media/default.png\",\"dateFormatted\":\"December 14, 2022\",\"nonces\":{\"update\":\"4cd1c286f5\",\"delete\":\"d9f6f5a0de\",\"edit\":\"9c51d771a4\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=1016\\u0026action=edit\",\"meta\":false,\"authorName\":\"Netgen Support\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/profile.php\",\"uploadedToTitle\":\"The Bluebush\",\"uploadedToLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=1011\\u0026action=edit\",\"filesizeInBytes\":738928,\"filesizeHumanReadable\":\"722 KB\",\"context\":\"\",\"height\":667,\"width\":1000,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAAJGQzMWY4ODAwLTRlMDYtNDYwMy1iOTJkLWRmZGI3NmI4N2ZiZg-150x150.png\",\"orientation\":\"landscape\"},\"medium\":{\"height\":200,\"width\":300,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAAJGQzMWY4ODAwLTRlMDYtNDYwMy1iOTJkLWRmZGI3NmI4N2ZiZg-300x200.png\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAAJGQzMWY4ODAwLTRlMDYtNDYwMy1iOTJkLWRmZGI3NmI4N2ZiZg.png\",\"height\":667,\"width\":1000,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"backgroundPositionDesktop\":{\"x\":0.47,\"y\":0.54},\"backgroundSizeTablet\":\"cover\",\"backgroundSizeMobile\":\"cover\",\"backgroundColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"backgroundImageColor\":\"rgba(42,42,42,0.5)\",\"topPaddingDesktop\":220,\"bottomPaddingDesktop\":150,\"topPaddingTablet\":170,\"bottomPaddingTablet\":160,\"leftPaddingTablet\":30,\"rightPaddingTablet\":30,\"topPaddingMobile\":180,\"bottomPaddingMobile\":80,\"leftPaddingMobile\":20,\"rightPaddingMobile\":20,\"paddingLink\":false,\"variationSelected\":true,\"isBlockRootParent\":true,\"overlayType\":\"color\"} -->\n<div class=\"wp-block-uagb-container uagb-block-2dbc4a12 alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/advanced-heading {\"block_id\":\"99bba97f\",\"classMigrate\":true,\"headingDescToggle\":true,\"headingColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"subHeadingColor\":\"var(\\u002d\\u002dast-global-color-4)\",\"headingTag\":\"h1\",\"headSpace\":20,\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"blockTopPadding\":0,\"blockRightPadding\":50,\"blockLeftPadding\":0,\"blockBottomPadding\":0,\"blockTopPaddingTablet\":0,\"blockRightPaddingTablet\":20,\"blockLeftPaddingTablet\":0,\"blockBottomPaddingTablet\":0,\"blockTopPaddingMobile\":0,\"blockRightPaddingMobile\":0,\"blockLeftPaddingMobile\":0,\"blockBottomPaddingMobile\":0,\"blockPaddingUnit\":\"%\",\"blockPaddingUnitTablet\":\"%\"} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-99bba97f\"><h1 class=\"uagb-heading-text\">The Bluebush</h1><p class=\"uagb-desc-text\">A cozy, pleasant suite that has a really homey atmosphere. Just like at home, settle in and relax. Unwind in the ideal corner-shaped spa bath and the open-concept living space.</p></div>\n<!-- /wp:uagb/advanced-heading --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"c25492ae\",\"backgroundType\":\"color\",\"backgroundSizeTablet\":\"cover\",\"backgroundSizeMobile\":\"cover\",\"backgroundColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"topPaddingDesktop\":120,\"bottomPaddingDesktop\":60,\"rightPaddingDesktop\":0,\"topPaddingTablet\":80,\"bottomPaddingTablet\":80,\"leftPaddingTablet\":30,\"rightPaddingTablet\":30,\"topPaddingMobile\":80,\"bottomPaddingMobile\":80,\"leftPaddingMobile\":20,\"rightPaddingMobile\":20,\"paddingLink\":false,\"variationSelected\":true,\"rowGapDesktop\":0,\"isBlockRootParent\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-c25492ae alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/container {\"block_id\":\"83db0fb0\",\"directionDesktop\":\"row\",\"alignItemsDesktop\":\"flex-end\",\"alignItemsTablet\":\"flex-end\",\"justifyContentDesktop\":\"flex-end\",\"justifyContentTablet\":\"space-between\",\"variationSelected\":true,\"rowGapMobile\":20,\"columnGapDesktop\":0} -->\n<div class=\"wp-block-uagb-container uagb-block-83db0fb0\"><!-- wp:uagb/advanced-heading {\"block_id\":\"fe45b2a3\",\"classMigrate\":true,\"headingDescToggle\":true,\"subHeadingColor\":\"\",\"headSpace\":20,\"subHeadFontSize\":16} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-fe45b2a3\"><h2 class=\"uagb-heading-text\">Come &amp; Stay With Us​ at The Bluebush Suite </h2><p class=\"uagb-desc-text\">It has one bedroom with a corner-shaped spa bath in the corner of the bedroom, a separate bathroom with a large walk-in shower, and an open-plan&nbsp;living area opening onto a covered patio with comfortable outside furniture. &nbsp;It has a large grassed, fenced, and gated garden with a brick braai.</p></div>\n<!-- /wp:uagb/advanced-heading --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:heading -->\n<h2>The bedroom </h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>This room contains the following: </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list -->\n<ul><!-- wp:list-item -->\n<li>King bed with electric blanket</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Corner shaped spa bath with 6 jets</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Bubble bath and candles</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Oil heater</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Stand fan</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Dressing table</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Hair dryer and dressing gowns</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Good quality linen</li>\n<!-- /wp:list-item --></ul>\n<!-- /wp:list --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":1021,\"width\":500,\"height\":334,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full is-resized\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/241531_798x533.jpg\" alt=\"The Bluebush bedroom at Blue Roan Country Lodge \" class=\"wp-image-1021\" width=\"500\" height=\"334\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":1022,\"width\":500,\"height\":334,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full is-resized\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/241532_798x533.jpg\" alt=\"The Bluebush spa bath at Blue Roan Country Lodge \" class=\"wp-image-1022\" width=\"500\" height=\"334\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:heading -->\n<h2>The bathroom</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>This room contains the following</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list -->\n<ul><!-- wp:list-item -->\n<li>Large walk-in shower</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Toilet and basin</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Soap, towels, toiletries and toilet paper</li>\n<!-- /wp:list-item --></ul>\n<!-- /wp:list --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:heading -->\n<h2>The Lounge</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>This room contains the following: </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list -->\n<ul><!-- wp:list-item -->\n<li>Log fireplace</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>3 piece upholstered lounge suite</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>32\" flat screen TV (DSTV - commercial bouquet with Sports, movies, Mnet, SABC 1,2 3 and E)</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>DVD player</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Pine dining table and 4 chairs</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Books and playing cards</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Glass sliding door out to the patio</li>\n<!-- /wp:list-item --></ul>\n<!-- /wp:list --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":1023,\"width\":500,\"height\":334,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full is-resized\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/241528_798x533.jpg\" alt=\"The Bluebush lounge at Blue Roan Country Lodge \" class=\"wp-image-1023\" width=\"500\" height=\"334\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":1024,\"width\":500,\"height\":334,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full is-resized\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/241530_798x533.jpg\" alt=\"The Bluebush kitchen at Blue Roan Country Lodge \" class=\"wp-image-1024\" width=\"500\" height=\"334\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:heading -->\n<h2>The kitchen</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>This room contains the following</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list -->\n<ul><!-- wp:list-item -->\n<li>4 plate gas stove and oven</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Microwave oven, kettle, toaster</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Fridge with top freezer compartment</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Pots, pans, cutlery, crockery, wine &amp; champagne glasses</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>All kitchen utensils</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Ironing board and iron</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>All cleaning cloths and detergents and washing up liquid</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Paper towel, salt, pepper, tea, coffee and sugar</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Braai tongs, filter coffee plunger</li>\n<!-- /wp:list-item --></ul>\n<!-- /wp:list --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:heading -->\n<h2>The large patio with <br>mountain views</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>This room contains the following: </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list -->\n<ul><!-- wp:list-item -->\n<li>Chairs with cushions</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Glass table</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Brick braai</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Decorative lighting</li>\n<!-- /wp:list-item --></ul>\n<!-- /wp:list --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":1025,\"width\":500,\"height\":334,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full is-resized\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/241529_798x533.jpg\" alt=\"The Bluebush patio at Blue Roan Country Lodge \" class=\"wp-image-1025\" width=\"500\" height=\"334\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:heading {\"textAlign\":\"center\"} -->\n<h2 class=\"has-text-align-center\">Book your stay </h2>\n<!-- /wp:heading -->\n\n<!-- wp:buttons -->\n<div class=\"wp-block-buttons\"><!-- wp:button {\"align\":\"center\"} -->\n<div class=\"wp-block-button aligncenter\"><a class=\"wp-block-button__link wp-element-button\" href=\"https://book.nightsbridge.com/11065\" target=\"_blank\" rel=\"noreferrer noopener\">Reservations</a></div>\n<!-- /wp:button -->\n\n<!-- wp:button /--></div>\n<!-- /wp:buttons --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"5965f87f\",\"innerContentCustomWidthDesktop\":781,\"innerContentCustomWidthTablet\":781,\"backgroundType\":\"image\",\"backgroundImageDesktop\":{\"uploading\":false,\"date\":1670943271000,\"filename\":\"AAEAAQAAAAAAAAAAAAAA39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba.png\",\"menuOrder\":0,\"uploadedTo\":761,\"type\":\"image\",\"subtype\":\"png\",\"id\":899,\"title\":\"AAEAAQAAAAAAAAAAAAAA39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAA39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba.png\",\"link\":\"https://blueroan.netgen.cloud/accommodation/aaeaaqaaaaaaaaaaaaaa39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba/\",\"alt\":\"\",\"author\":\"2\",\"description\":\"\",\"caption\":\"\",\"name\":\"aaeaaqaaaaaaaaaaaaaa39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba\",\"status\":\"inherit\",\"modified\":1670943271000,\"mime\":\"image/png\",\"icon\":\"https://blueroan.netgen.cloud/wp-includes/images/media/default.png\",\"dateFormatted\":\"December 13, 2022\",\"nonces\":{\"update\":\"45b2b6c69b\",\"delete\":\"75d81c42ab\",\"edit\":\"88fae030a9\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=899\\u0026action=edit\",\"meta\":false,\"authorName\":\"Netgen Support\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/profile.php\",\"uploadedToTitle\":\"Accommodation\",\"uploadedToLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=761\\u0026action=edit\",\"filesizeInBytes\":2338048,\"filesizeHumanReadable\":\"2 MB\",\"context\":\"\",\"height\":900,\"width\":1200,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAA39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba-150x150.png\",\"orientation\":\"landscape\"},\"medium\":{\"height\":225,\"width\":300,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAA39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba-300x225.png\",\"orientation\":\"landscape\"},\"large\":{\"height\":768,\"width\":1024,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAA39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba-1024x768.png\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAA39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba.png\",\"height\":900,\"width\":1200,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"backgroundImageColor\":\"rgba(42,42,42,0.65)\",\"topPaddingDesktop\":144,\"bottomPaddingDesktop\":144,\"leftPaddingDesktop\":40,\"rightPaddingDesktop\":40,\"topPaddingTablet\":80,\"bottomPaddingTablet\":80,\"leftPaddingTablet\":40,\"rightPaddingTablet\":40,\"topPaddingMobile\":64,\"bottomPaddingMobile\":64,\"leftPaddingMobile\":24,\"rightPaddingMobile\":24,\"paddingLink\":false,\"variationSelected\":true,\"isBlockRootParent\":true,\"overlayType\":\"color\"} -->\n<div class=\"wp-block-uagb-container uagb-block-5965f87f alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/advanced-heading {\"block_id\":\"dcd079a5\",\"classMigrate\":true,\"headingDescToggle\":true,\"headingAlign\":\"center\",\"headingColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"subHeadingColor\":\"var(\\u002d\\u002dast-global-color-4)\",\"headSpace\":20} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-dcd079a5\"><h2 class=\"uagb-heading-text\">Plan an Unforgettable Experience at<br>Blue Roan!</h2><p class=\"uagb-desc-text\">We can help you fit your stay and experience within your allotted budget.</p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/advanced-heading {\"block_id\":\"145d1323\",\"classMigrate\":true,\"headingTitleToggle\":false,\"headingDescToggle\":true,\"headingAlign\":\"center\",\"subHeadingColor\":\"var(\\u002d\\u002dast-global-color-4)\",\"subHeadTransform\":\"uppercase\",\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"subHeadLetterSpacing\":2,\"blockTopPadding\":60,\"blockRightPadding\":0,\"blockLeftPadding\":0,\"blockBottomPadding\":0,\"blockTopPaddingMobile\":30,\"blockRightPaddingMobile\":0,\"blockLeftPaddingMobile\":0,\"blockBottomPaddingMobile\":0,\"linkColor\":\"var(\\u002d\\u002dast-global-color-8)\",\"linkHColor\":\"var(\\u002d\\u002dast-global-color-1)\"} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-145d1323\"><p class=\"uagb-desc-text\"><a href=\"https://book.nightsbridge.com/11065\" target=\"_blank\" rel=\"noreferrer noopener\">BOOK YOUR STAY NOW​<br></a></p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/icon-list {\"block_id\":\"65fe35cd\",\"classMigrate\":true,\"childMigrate\":true,\"align\":\"center\",\"parentIcon\":\"phone\",\"size\":40,\"sizeMobile\":24,\"sizeTablet\":32,\"fontSize\":48,\"fontSizeMobile\":28,\"fontSizeTablet\":40,\"fontWeight\":\"600\",\"iconColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"labelColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"blockTopPadding\":0,\"blockRightPadding\":0,\"blockLeftPadding\":0,\"blockBottomPadding\":24,\"blockPaddingLink\":false} -->\n<div class=\"wp-block-uagb-icon-list uagb-block-65fe35cd\"><div class=\"uagb-icon-list__wrap\"><!-- wp:uagb/icon-list-child {\"block_id\":\"b6612091\",\"label\":\" + 27 (0) 82 575 5409\",\"label_color\":\"\",\"link\":\"tel:+27825755409\",\"disableLink\":true,\"fromParentIcon\":\"phone\",\"imageSizeChild\":40} -->\n<div class=\"wp-block-uagb-icon-list-child uagb-block-b6612091\"><a target=\"_self\" aria-label=\" + 27 (0) 82 575 5409\" rel=\"noopener noreferrer\" href=\"tel:+27825755409\"> </a><span class=\"uagb-icon-list__source-wrap\"><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M511.2 387l-23.25 100.8c-3.266 14.25-15.79 24.22-30.46 24.22C205.2 512 0 306.8 0 54.5c0-14.66 9.969-27.2 24.22-30.45l100.8-23.25C139.7-2.602 154.7 5.018 160.8 18.92l46.52 108.5c5.438 12.78 1.77 27.67-8.98 36.45L144.5 207.1c33.98 69.22 90.26 125.5 159.5 159.5l44.08-53.8c8.688-10.78 23.69-14.51 36.47-8.975l108.5 46.51C506.1 357.2 514.6 372.4 511.2 387z\"></path></svg></span><span class=\"uagb-icon-list__label\"> + 27 (0) 82 575 5409</span></div>\n<!-- /wp:uagb/icon-list-child -->\n\n<!-- wp:uagb/icon-list-child {\"block_id\":\"df856554\",\"label\":\"blueroan@ugo.co.za\",\"icon\":\"envelope\",\"label_color\":\"\",\"link\":\"mailto:blueroan@ugo.co.za\",\"disableLink\":true,\"fromParentIcon\":\"phone\",\"imageSizeChild\":40} -->\n<div class=\"wp-block-uagb-icon-list-child uagb-block-df856554\"><a target=\"_self\" aria-label=\"blueroan@ugo.co.za\" rel=\"noopener noreferrer\" href=\"mailto:blueroan@ugo.co.za\"> </a><span class=\"uagb-icon-list__source-wrap\"><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M464 64C490.5 64 512 85.49 512 112C512 127.1 504.9 141.3 492.8 150.4L275.2 313.6C263.8 322.1 248.2 322.1 236.8 313.6L19.2 150.4C7.113 141.3 0 127.1 0 112C0 85.49 21.49 64 48 64H464zM217.6 339.2C240.4 356.3 271.6 356.3 294.4 339.2L512 176V384C512 419.3 483.3 448 448 448H64C28.65 448 0 419.3 0 384V176L217.6 339.2z\"></path></svg></span><span class=\"uagb-icon-list__label\">blueroan@ugo.co.za</span></div>\n<!-- /wp:uagb/icon-list-child --></div></div>\n<!-- /wp:uagb/icon-list --></div></div>\n<!-- /wp:uagb/container -->',	'The Bluebush',	'',	'inherit',	'closed',	'closed',	'',	'1011-revision-v1',	'',	'',	'2022-12-14 11:08:18',	'2022-12-14 11:08:18',	'',	1011,	'https://blueroan.netgen.cloud/?p=1029',	0,	'revision',	'',	0),
(1030,	2,	'2022-12-14 11:09:27',	'2022-12-14 11:09:27',	'<!-- wp:uagb/container {\"block_id\":\"9bbb140d\",\"backgroundType\":\"image\",\"backgroundImageDesktop\":{\"id\":1434,\"title\":\"Mexican lounge\",\"filename\":\"Mexican-lounge-2-scaled.jpg\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Mexican-lounge-2-scaled.jpg\",\"link\":\"https://blueroan.netgen.cloud/the-mexican-loft/mexican-lounge-3/\",\"alt\":\"\",\"author\":\"2\",\"description\":\"\",\"caption\":\"\",\"name\":\"mexican-lounge-3\",\"status\":\"inherit\",\"uploadedTo\":1030,\"date\":\"2022-12-23T12:52:57.000Z\",\"modified\":\"2022-12-23T12:52:57.000Z\",\"menuOrder\":0,\"mime\":\"image/jpeg\",\"type\":\"image\",\"subtype\":\"jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-includes/images/media/default.png\",\"dateFormatted\":\"December 23, 2022\",\"nonces\":{\"update\":\"f61ef4f47e\",\"delete\":\"02e5891229\",\"edit\":\"23c235ac60\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=1434\\u0026action=edit\",\"meta\":false,\"authorName\":\"Netgen Support\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/profile.php\",\"uploadedToTitle\":\"The Mexican Loft\",\"uploadedToLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=1030\\u0026action=edit\",\"filesizeInBytes\":470054,\"filesizeHumanReadable\":\"459 KB\",\"context\":\"\",\"originalImageURL\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Mexican-lounge-2.jpg\",\"originalImageName\":\"Mexican-lounge-2.jpg\",\"height\":1440,\"width\":2560,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Mexican-lounge-2-150x150.jpg\",\"orientation\":\"landscape\"},\"medium\":{\"height\":169,\"width\":300,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Mexican-lounge-2-300x169.jpg\",\"orientation\":\"landscape\"},\"large\":{\"height\":576,\"width\":1024,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Mexican-lounge-2-1024x576.jpg\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Mexican-lounge-2-scaled.jpg\",\"height\":1440,\"width\":2560,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"backgroundPositionDesktop\":{\"x\":0.47,\"y\":0.54},\"backgroundSizeTablet\":\"cover\",\"backgroundSizeMobile\":\"cover\",\"backgroundColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"backgroundImageColor\":\"rgba(42,42,42,0.5)\",\"topPaddingDesktop\":220,\"bottomPaddingDesktop\":150,\"topPaddingTablet\":170,\"bottomPaddingTablet\":160,\"leftPaddingTablet\":30,\"rightPaddingTablet\":30,\"topPaddingMobile\":180,\"bottomPaddingMobile\":80,\"leftPaddingMobile\":20,\"rightPaddingMobile\":20,\"paddingLink\":false,\"variationSelected\":true,\"isBlockRootParent\":true,\"overlayType\":\"color\"} -->\n<div class=\"wp-block-uagb-container uagb-block-9bbb140d alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/advanced-heading {\"block_id\":\"06709ef3\",\"classMigrate\":true,\"headingDescToggle\":true,\"headingColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"subHeadingColor\":\"var(\\u002d\\u002dast-global-color-4)\",\"headingTag\":\"h1\",\"headSpace\":20,\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"blockTopPadding\":0,\"blockRightPadding\":50,\"blockLeftPadding\":0,\"blockBottomPadding\":0,\"blockTopPaddingTablet\":0,\"blockRightPaddingTablet\":20,\"blockLeftPaddingTablet\":0,\"blockBottomPaddingTablet\":0,\"blockTopPaddingMobile\":0,\"blockRightPaddingMobile\":0,\"blockLeftPaddingMobile\":0,\"blockBottomPaddingMobile\":0,\"blockPaddingUnit\":\"%\",\"blockPaddingUnitTablet\":\"%\"} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-06709ef3\"><h1 class=\"uagb-heading-text\">The Mexican Loft </h1><p class=\"uagb-desc-text\">This Mexican-inspired loft is decorated with rustic furnishings and bright colors. This design aesthetic combines genuine art, textiles, rustic wood, and a vibrant color scheme for a diversified vibe.</p></div>\n<!-- /wp:uagb/advanced-heading --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"6b621f4b\",\"backgroundType\":\"color\",\"backgroundSizeTablet\":\"cover\",\"backgroundSizeMobile\":\"cover\",\"backgroundColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"topPaddingDesktop\":120,\"bottomPaddingDesktop\":60,\"rightPaddingDesktop\":0,\"topPaddingTablet\":80,\"bottomPaddingTablet\":80,\"leftPaddingTablet\":30,\"rightPaddingTablet\":30,\"topPaddingMobile\":80,\"bottomPaddingMobile\":80,\"leftPaddingMobile\":20,\"rightPaddingMobile\":20,\"paddingLink\":false,\"variationSelected\":true,\"rowGapDesktop\":0,\"isBlockRootParent\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-6b621f4b alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/container {\"block_id\":\"4124ffc8\",\"directionDesktop\":\"row\",\"alignItemsDesktop\":\"flex-end\",\"alignItemsTablet\":\"flex-end\",\"justifyContentDesktop\":\"flex-end\",\"justifyContentTablet\":\"space-between\",\"variationSelected\":true,\"rowGapMobile\":20,\"columnGapDesktop\":0} -->\n<div class=\"wp-block-uagb-container uagb-block-4124ffc8\"><!-- wp:uagb/advanced-heading {\"block_id\":\"c51849a3\",\"classMigrate\":true,\"headingDescToggle\":true,\"subHeadingColor\":\"\",\"headSpace\":20,\"subHeadFontSize\":16} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-c51849a3\"><h2 class=\"uagb-heading-text\">Come &amp; Stay With Us​ at The Mexican Loft</h2><p class=\"uagb-desc-text\">This is an open-plan unit with a corner-shaped spa bath close to the bed, a separate bathroom with a huge walk-in shower, and an open-plan living area&nbsp;opening onto a covered patio with brick braai and comfortable outside furniture. &nbsp;It has a small fenced and gated garden.</p></div>\n<!-- /wp:uagb/advanced-heading --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:heading -->\n<h2>The bedroom </h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>This room contains the following: </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list -->\n<ul><!-- wp:list-item -->\n<li>King bed with electric blanket</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Corner shaped spa bath with 6 jets</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Bubble bath and candles</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Oil heater</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Ceiling fan</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Dressing table</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Hair dryer and dressing gowns</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Good quality linen</li>\n<!-- /wp:list-item --></ul>\n<!-- /wp:list --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":1035,\"width\":500,\"height\":334,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full is-resized\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/241538_798x533.jpg\" alt=\"\" class=\"wp-image-1035\" width=\"500\" height=\"334\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":1036,\"width\":500,\"height\":334,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full is-resized\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/241542_798x533.jpg\" alt=\"\" class=\"wp-image-1036\" width=\"500\" height=\"334\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:heading -->\n<h2>The bathroom</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>This room contains the following</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list -->\n<ul><!-- wp:list-item -->\n<li>Large walk-in shower</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Toilet and basin</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Soap, towels, toiletries and toilet paper</li>\n<!-- /wp:list-item --></ul>\n<!-- /wp:list --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:heading -->\n<h2>The Lounge</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>This room contains the following: </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list -->\n<ul><!-- wp:list-item -->\n<li>Log fireplace</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>2 seater upholstered settee</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Upholstered single chair</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Ceiling fan</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Oil heater</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>TV (DSTV - commercial bouquet with Sports, movies, Mnet, SABC 1,2 3 and Etv)</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>DVD player</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Breakfast nook and chairs</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Books and playing cards</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Glass sliding door out to the patio</li>\n<!-- /wp:list-item --></ul>\n<!-- /wp:list --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column {\"width\":\"100%\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:100%\"><!-- wp:uagb/image {\"block_id\":\"7d9c02ab\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Mexican-chairs-in-lounge-1024x768.jpg\",\"id\":1438,\"width\":1024,\"height\":768,\"naturalWidth\":1024,\"naturalHeight\":768,\"sizeSlug\":\"full\"} -->\n<div class=\"wp-block-uagb-image uagb-block-7d9c02ab wp-block-uagb-image--layout-default wp-block-uagb-image--effect-static wp-block-uagb-image--align-none\"><figure class=\"wp-block-uagb-image__figure\"><img srcset=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Mexican-chairs-in-lounge-1024x768.jpg \" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Mexican-chairs-in-lounge-1024x768.jpg\" alt=\"\" class=\"uag-image-1438\" width=\"1024\" height=\"768\" title=\"\" loading=\"lazy\"/></figure></div>\n<!-- /wp:uagb/image --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":1039,\"width\":500,\"height\":334,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full is-resized\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/241541_798x533-1.jpg\" alt=\"\" class=\"wp-image-1039\" width=\"500\" height=\"334\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:heading -->\n<h2>The kitchen</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>This room contains the following</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list -->\n<ul><!-- wp:list-item -->\n<li>4-plate gas stove and oven</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Microwave oven, kettle, toaster</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Fridge with top freezer compartment</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Pots, pans, cutlery, crockery, wine &amp; champagne glasses</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>All kitchen utensils</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Ironing board and iron</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>All cleaning cloths and detergents and washing up liquid</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Paper towel</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Braai tongs</li>\n<!-- /wp:list-item --></ul>\n<!-- /wp:list --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:heading -->\n<h2>The large patio with <br>mountain views</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>This room contains the following: </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list -->\n<ul><!-- wp:list-item -->\n<li>Chairs with cushions</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Wooden table</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Brick braai</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Decorative lighting</li>\n<!-- /wp:list-item --></ul>\n<!-- /wp:list --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":1040,\"width\":500,\"height\":334,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full is-resized\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/241534_798x533.jpg\" alt=\"\" class=\"wp-image-1040\" width=\"500\" height=\"334\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:heading {\"textAlign\":\"center\"} -->\n<h2 class=\"has-text-align-center\">Book your stay </h2>\n<!-- /wp:heading -->\n\n<!-- wp:buttons -->\n<div class=\"wp-block-buttons\"><!-- wp:button {\"align\":\"center\"} -->\n<div class=\"wp-block-button aligncenter\"><a class=\"wp-block-button__link wp-element-button\" href=\"https://book.nightsbridge.com/11065\" target=\"_blank\" rel=\"noreferrer noopener\">Reservations</a></div>\n<!-- /wp:button -->\n\n<!-- wp:button /--></div>\n<!-- /wp:buttons --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"2da7a625\",\"innerContentCustomWidthDesktop\":781,\"innerContentCustomWidthTablet\":781,\"backgroundType\":\"image\",\"backgroundImageDesktop\":{\"uploading\":false,\"date\":1670943271000,\"filename\":\"AAEAAQAAAAAAAAAAAAAA39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba.png\",\"menuOrder\":0,\"uploadedTo\":761,\"type\":\"image\",\"subtype\":\"png\",\"id\":899,\"title\":\"AAEAAQAAAAAAAAAAAAAA39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAA39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba.png\",\"link\":\"https://blueroan.netgen.cloud/accommodation/aaeaaqaaaaaaaaaaaaaa39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba/\",\"alt\":\"\",\"author\":\"2\",\"description\":\"\",\"caption\":\"\",\"name\":\"aaeaaqaaaaaaaaaaaaaa39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba\",\"status\":\"inherit\",\"modified\":1670943271000,\"mime\":\"image/png\",\"icon\":\"https://blueroan.netgen.cloud/wp-includes/images/media/default.png\",\"dateFormatted\":\"December 13, 2022\",\"nonces\":{\"update\":\"45b2b6c69b\",\"delete\":\"75d81c42ab\",\"edit\":\"88fae030a9\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=899\\u0026action=edit\",\"meta\":false,\"authorName\":\"Netgen Support\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/profile.php\",\"uploadedToTitle\":\"Accommodation\",\"uploadedToLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=761\\u0026action=edit\",\"filesizeInBytes\":2338048,\"filesizeHumanReadable\":\"2 MB\",\"context\":\"\",\"height\":900,\"width\":1200,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAA39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba-150x150.png\",\"orientation\":\"landscape\"},\"medium\":{\"height\":225,\"width\":300,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAA39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba-300x225.png\",\"orientation\":\"landscape\"},\"large\":{\"height\":768,\"width\":1024,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAA39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba-1024x768.png\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAA39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba.png\",\"height\":900,\"width\":1200,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"backgroundImageColor\":\"rgba(42,42,42,0.65)\",\"topPaddingDesktop\":144,\"bottomPaddingDesktop\":144,\"leftPaddingDesktop\":40,\"rightPaddingDesktop\":40,\"topPaddingTablet\":80,\"bottomPaddingTablet\":80,\"leftPaddingTablet\":40,\"rightPaddingTablet\":40,\"topPaddingMobile\":64,\"bottomPaddingMobile\":64,\"leftPaddingMobile\":24,\"rightPaddingMobile\":24,\"paddingLink\":false,\"variationSelected\":true,\"isBlockRootParent\":true,\"overlayType\":\"color\"} -->\n<div class=\"wp-block-uagb-container uagb-block-2da7a625 alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/advanced-heading {\"block_id\":\"cbc9881d\",\"classMigrate\":true,\"headingDescToggle\":true,\"headingAlign\":\"center\",\"headingColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"subHeadingColor\":\"var(\\u002d\\u002dast-global-color-4)\",\"headSpace\":20} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-cbc9881d\"><h2 class=\"uagb-heading-text\">Plan an Unforgettable Experience at<br>Blue Roan!</h2><p class=\"uagb-desc-text\">We can help you fit your stay and experience within your allotted budget.</p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/advanced-heading {\"block_id\":\"119ca9cd\",\"classMigrate\":true,\"headingTitleToggle\":false,\"headingDescToggle\":true,\"headingAlign\":\"center\",\"subHeadingColor\":\"var(\\u002d\\u002dast-global-color-4)\",\"subHeadTransform\":\"uppercase\",\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"subHeadLetterSpacing\":2,\"blockTopPadding\":60,\"blockRightPadding\":0,\"blockLeftPadding\":0,\"blockBottomPadding\":0,\"blockTopPaddingMobile\":30,\"blockRightPaddingMobile\":0,\"blockLeftPaddingMobile\":0,\"blockBottomPaddingMobile\":0,\"linkColor\":\"var(\\u002d\\u002dast-global-color-8)\",\"linkHColor\":\"var(\\u002d\\u002dast-global-color-1)\"} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-119ca9cd\"><p class=\"uagb-desc-text\"><a href=\"https://book.nightsbridge.com/11065\" target=\"_blank\" rel=\"noreferrer noopener\">BOOK YOUR STAY NOW​<br></a></p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/icon-list {\"block_id\":\"04357b43\",\"classMigrate\":true,\"childMigrate\":true,\"align\":\"center\",\"parentIcon\":\"phone\",\"size\":40,\"sizeMobile\":24,\"sizeTablet\":32,\"fontSize\":48,\"fontSizeMobile\":28,\"fontSizeTablet\":40,\"fontWeight\":\"600\",\"iconColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"labelColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"blockTopPadding\":0,\"blockRightPadding\":0,\"blockLeftPadding\":0,\"blockBottomPadding\":24,\"blockPaddingLink\":false} -->\n<div class=\"wp-block-uagb-icon-list uagb-block-04357b43\"><div class=\"uagb-icon-list__wrap\"><!-- wp:uagb/icon-list-child {\"block_id\":\"d5c01199\",\"label\":\" + 27 (0) 82 575 5409\",\"label_color\":\"\",\"link\":\"tel:+27825755409\",\"disableLink\":true,\"fromParentIcon\":\"phone\",\"imageSizeChild\":40} -->\n<div class=\"wp-block-uagb-icon-list-child uagb-block-d5c01199\"><a target=\"_self\" aria-label=\" + 27 (0) 82 575 5409\" rel=\"noopener noreferrer\" href=\"tel:+27825755409\"> </a><span class=\"uagb-icon-list__source-wrap\"><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M511.2 387l-23.25 100.8c-3.266 14.25-15.79 24.22-30.46 24.22C205.2 512 0 306.8 0 54.5c0-14.66 9.969-27.2 24.22-30.45l100.8-23.25C139.7-2.602 154.7 5.018 160.8 18.92l46.52 108.5c5.438 12.78 1.77 27.67-8.98 36.45L144.5 207.1c33.98 69.22 90.26 125.5 159.5 159.5l44.08-53.8c8.688-10.78 23.69-14.51 36.47-8.975l108.5 46.51C506.1 357.2 514.6 372.4 511.2 387z\"></path></svg></span><span class=\"uagb-icon-list__label\"> + 27 (0) 82 575 5409</span></div>\n<!-- /wp:uagb/icon-list-child -->\n\n<!-- wp:uagb/icon-list-child {\"block_id\":\"594e56c5\",\"label\":\"blueroan@ugo.co.za\",\"icon\":\"envelope\",\"label_color\":\"\",\"link\":\"mailto:blueroan@ugo.co.za\",\"disableLink\":true,\"fromParentIcon\":\"phone\",\"imageSizeChild\":40} -->\n<div class=\"wp-block-uagb-icon-list-child uagb-block-594e56c5\"><a target=\"_self\" aria-label=\"blueroan@ugo.co.za\" rel=\"noopener noreferrer\" href=\"mailto:blueroan@ugo.co.za\"> </a><span class=\"uagb-icon-list__source-wrap\"><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M464 64C490.5 64 512 85.49 512 112C512 127.1 504.9 141.3 492.8 150.4L275.2 313.6C263.8 322.1 248.2 322.1 236.8 313.6L19.2 150.4C7.113 141.3 0 127.1 0 112C0 85.49 21.49 64 48 64H464zM217.6 339.2C240.4 356.3 271.6 356.3 294.4 339.2L512 176V384C512 419.3 483.3 448 448 448H64C28.65 448 0 419.3 0 384V176L217.6 339.2z\"></path></svg></span><span class=\"uagb-icon-list__label\">blueroan@ugo.co.za</span></div>\n<!-- /wp:uagb/icon-list-child --></div></div>\n<!-- /wp:uagb/icon-list --></div></div>\n<!-- /wp:uagb/container -->',	'The Mexican Loft',	'',	'publish',	'closed',	'closed',	'',	'the-mexican-loft',	'',	'',	'2022-12-28 08:17:17',	'2022-12-28 08:17:17',	'',	0,	'https://blueroan.netgen.cloud/?page_id=1030',	0,	'page',	'',	0),
(1031,	2,	'2022-12-14 11:09:27',	'2022-12-14 11:09:27',	'<!-- wp:uagb/container {\"block_id\":\"d72e5b81\",\"backgroundType\":\"image\",\"backgroundImageDesktop\":{\"uploading\":false,\"date\":1671015366000,\"filename\":\"AAEAAQAAAAAAAAAAAAAAJGQzMWY4ODAwLTRlMDYtNDYwMy1iOTJkLWRmZGI3NmI4N2ZiZg.png\",\"menuOrder\":0,\"uploadedTo\":1011,\"type\":\"image\",\"subtype\":\"png\",\"id\":1016,\"title\":\"AAEAAQAAAAAAAAAAAAAAJGQzMWY4ODAwLTRlMDYtNDYwMy1iOTJkLWRmZGI3NmI4N2ZiZg\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAAJGQzMWY4ODAwLTRlMDYtNDYwMy1iOTJkLWRmZGI3NmI4N2ZiZg.png\",\"link\":\"https://blueroan.netgen.cloud/the-bluebush/aaeaaqaaaaaaaaaaaaaajgqzmwy4odawltrlmdytndywmy1iotjklwrmzgi3nmi4n2zizg/\",\"alt\":\"\",\"author\":\"2\",\"description\":\"\",\"caption\":\"\",\"name\":\"aaeaaqaaaaaaaaaaaaaajgqzmwy4odawltrlmdytndywmy1iotjklwrmzgi3nmi4n2zizg\",\"status\":\"inherit\",\"modified\":1671015366000,\"mime\":\"image/png\",\"icon\":\"https://blueroan.netgen.cloud/wp-includes/images/media/default.png\",\"dateFormatted\":\"December 14, 2022\",\"nonces\":{\"update\":\"4cd1c286f5\",\"delete\":\"d9f6f5a0de\",\"edit\":\"9c51d771a4\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=1016\\u0026action=edit\",\"meta\":false,\"authorName\":\"Netgen Support\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/profile.php\",\"uploadedToTitle\":\"The Bluebush\",\"uploadedToLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=1011\\u0026action=edit\",\"filesizeInBytes\":738928,\"filesizeHumanReadable\":\"722 KB\",\"context\":\"\",\"height\":667,\"width\":1000,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAAJGQzMWY4ODAwLTRlMDYtNDYwMy1iOTJkLWRmZGI3NmI4N2ZiZg-150x150.png\",\"orientation\":\"landscape\"},\"medium\":{\"height\":200,\"width\":300,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAAJGQzMWY4ODAwLTRlMDYtNDYwMy1iOTJkLWRmZGI3NmI4N2ZiZg-300x200.png\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAAJGQzMWY4ODAwLTRlMDYtNDYwMy1iOTJkLWRmZGI3NmI4N2ZiZg.png\",\"height\":667,\"width\":1000,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"backgroundPositionDesktop\":{\"x\":0.47,\"y\":0.54},\"backgroundSizeTablet\":\"cover\",\"backgroundSizeMobile\":\"cover\",\"backgroundColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"backgroundImageColor\":\"rgba(42,42,42,0.5)\",\"topPaddingDesktop\":220,\"bottomPaddingDesktop\":150,\"topPaddingTablet\":170,\"bottomPaddingTablet\":160,\"leftPaddingTablet\":30,\"rightPaddingTablet\":30,\"topPaddingMobile\":180,\"bottomPaddingMobile\":80,\"leftPaddingMobile\":20,\"rightPaddingMobile\":20,\"paddingLink\":false,\"variationSelected\":true,\"isBlockRootParent\":true,\"overlayType\":\"color\"} -->\n<div class=\"wp-block-uagb-container uagb-block-d72e5b81 alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/advanced-heading {\"block_id\":\"0f0d896d\",\"classMigrate\":true,\"headingDescToggle\":true,\"headingColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"subHeadingColor\":\"var(\\u002d\\u002dast-global-color-4)\",\"headingTag\":\"h1\",\"headSpace\":20,\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"blockTopPadding\":0,\"blockRightPadding\":50,\"blockLeftPadding\":0,\"blockBottomPadding\":0,\"blockTopPaddingTablet\":0,\"blockRightPaddingTablet\":20,\"blockLeftPaddingTablet\":0,\"blockBottomPaddingTablet\":0,\"blockTopPaddingMobile\":0,\"blockRightPaddingMobile\":0,\"blockLeftPaddingMobile\":0,\"blockBottomPaddingMobile\":0,\"blockPaddingUnit\":\"%\",\"blockPaddingUnitTablet\":\"%\"} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-0f0d896d\"><h1 class=\"uagb-heading-text\">The Mexican Loft </h1><p class=\"uagb-desc-text\">A cozy, pleasant suite that has a really homey atmosphere. Just like at home, settle in and relax. Unwind in the ideal corner-shaped spa bath and the open-concept living space.</p></div>\n<!-- /wp:uagb/advanced-heading --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"f8f0bfa0\",\"backgroundType\":\"color\",\"backgroundSizeTablet\":\"cover\",\"backgroundSizeMobile\":\"cover\",\"backgroundColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"topPaddingDesktop\":120,\"bottomPaddingDesktop\":60,\"rightPaddingDesktop\":0,\"topPaddingTablet\":80,\"bottomPaddingTablet\":80,\"leftPaddingTablet\":30,\"rightPaddingTablet\":30,\"topPaddingMobile\":80,\"bottomPaddingMobile\":80,\"leftPaddingMobile\":20,\"rightPaddingMobile\":20,\"paddingLink\":false,\"variationSelected\":true,\"rowGapDesktop\":0,\"isBlockRootParent\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-f8f0bfa0 alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/container {\"block_id\":\"f5214684\",\"directionDesktop\":\"row\",\"alignItemsDesktop\":\"flex-end\",\"alignItemsTablet\":\"flex-end\",\"justifyContentDesktop\":\"flex-end\",\"justifyContentTablet\":\"space-between\",\"variationSelected\":true,\"rowGapMobile\":20,\"columnGapDesktop\":0} -->\n<div class=\"wp-block-uagb-container uagb-block-f5214684\"><!-- wp:uagb/advanced-heading {\"block_id\":\"453d4a0a\",\"classMigrate\":true,\"headingDescToggle\":true,\"subHeadingColor\":\"\",\"headSpace\":20,\"subHeadFontSize\":16} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-453d4a0a\"><h2 class=\"uagb-heading-text\">Come &amp; Stay With Us​ at The Bluebush Suite </h2><p class=\"uagb-desc-text\">It has one bedroom with a corner-shaped spa bath in the corner of the bedroom, a separate bathroom with a large walk-in shower, and an open-plan&nbsp;living area opening onto a covered patio with comfortable outside furniture. &nbsp;It has a large grassed, fenced, and gated garden with a brick braai.</p></div>\n<!-- /wp:uagb/advanced-heading --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:heading -->\n<h2>The bedroom </h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>This room contains the following: </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list -->\n<ul><!-- wp:list-item -->\n<li>King bed with electric blanket</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Corner shaped spa bath with 6 jets</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Bubble bath and candles</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Oil heater</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Stand fan</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Dressing table</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Hair dryer and dressing gowns</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Good quality linen</li>\n<!-- /wp:list-item --></ul>\n<!-- /wp:list --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":1021,\"width\":500,\"height\":334,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full is-resized\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/241531_798x533.jpg\" alt=\"The Bluebush bedroom at Blue Roan Country Lodge \" class=\"wp-image-1021\" width=\"500\" height=\"334\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":1022,\"width\":500,\"height\":334,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full is-resized\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/241532_798x533.jpg\" alt=\"The Bluebush spa bath at Blue Roan Country Lodge \" class=\"wp-image-1022\" width=\"500\" height=\"334\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:heading -->\n<h2>The bathroom</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>This room contains the following</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list -->\n<ul><!-- wp:list-item -->\n<li>Large walk-in shower</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Toilet and basin</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Soap, towels, toiletries and toilet paper</li>\n<!-- /wp:list-item --></ul>\n<!-- /wp:list --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:heading -->\n<h2>The Lounge</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>This room contains the following: </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list -->\n<ul><!-- wp:list-item -->\n<li>Log fireplace</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>3 piece upholstered lounge suite</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>32\" flat screen TV (DSTV - commercial bouquet with Sports, movies, Mnet, SABC 1,2 3 and E)</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>DVD player</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Pine dining table and 4 chairs</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Books and playing cards</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Glass sliding door out to the patio</li>\n<!-- /wp:list-item --></ul>\n<!-- /wp:list --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":1023,\"width\":500,\"height\":334,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full is-resized\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/241528_798x533.jpg\" alt=\"The Bluebush lounge at Blue Roan Country Lodge \" class=\"wp-image-1023\" width=\"500\" height=\"334\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":1024,\"width\":500,\"height\":334,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full is-resized\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/241530_798x533.jpg\" alt=\"The Bluebush kitchen at Blue Roan Country Lodge \" class=\"wp-image-1024\" width=\"500\" height=\"334\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:heading -->\n<h2>The kitchen</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>This room contains the following</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list -->\n<ul><!-- wp:list-item -->\n<li>4 plate gas stove and oven</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Microwave oven, kettle, toaster</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Fridge with top freezer compartment</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Pots, pans, cutlery, crockery, wine &amp; champagne glasses</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>All kitchen utensils</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Ironing board and iron</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>All cleaning cloths and detergents and washing up liquid</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Paper towel, salt, pepper, tea, coffee and sugar</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Braai tongs, filter coffee plunger</li>\n<!-- /wp:list-item --></ul>\n<!-- /wp:list --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:heading -->\n<h2>The large patio with <br>mountain views</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>This room contains the following: </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list -->\n<ul><!-- wp:list-item -->\n<li>Chairs with cushions</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Glass table</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Brick braai</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Decorative lighting</li>\n<!-- /wp:list-item --></ul>\n<!-- /wp:list --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":1025,\"width\":500,\"height\":334,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full is-resized\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/241529_798x533.jpg\" alt=\"The Bluebush patio at Blue Roan Country Lodge \" class=\"wp-image-1025\" width=\"500\" height=\"334\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:heading {\"textAlign\":\"center\"} -->\n<h2 class=\"has-text-align-center\">Book your stay </h2>\n<!-- /wp:heading -->\n\n<!-- wp:buttons -->\n<div class=\"wp-block-buttons\"><!-- wp:button {\"align\":\"center\"} -->\n<div class=\"wp-block-button aligncenter\"><a class=\"wp-block-button__link wp-element-button\" href=\"https://book.nightsbridge.com/11065\" target=\"_blank\" rel=\"noreferrer noopener\">Reservations</a></div>\n<!-- /wp:button -->\n\n<!-- wp:button /--></div>\n<!-- /wp:buttons --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"ceb344e9\",\"innerContentCustomWidthDesktop\":781,\"innerContentCustomWidthTablet\":781,\"backgroundType\":\"image\",\"backgroundImageDesktop\":{\"uploading\":false,\"date\":1670943271000,\"filename\":\"AAEAAQAAAAAAAAAAAAAA39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba.png\",\"menuOrder\":0,\"uploadedTo\":761,\"type\":\"image\",\"subtype\":\"png\",\"id\":899,\"title\":\"AAEAAQAAAAAAAAAAAAAA39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAA39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba.png\",\"link\":\"https://blueroan.netgen.cloud/accommodation/aaeaaqaaaaaaaaaaaaaa39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba/\",\"alt\":\"\",\"author\":\"2\",\"description\":\"\",\"caption\":\"\",\"name\":\"aaeaaqaaaaaaaaaaaaaa39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba\",\"status\":\"inherit\",\"modified\":1670943271000,\"mime\":\"image/png\",\"icon\":\"https://blueroan.netgen.cloud/wp-includes/images/media/default.png\",\"dateFormatted\":\"December 13, 2022\",\"nonces\":{\"update\":\"45b2b6c69b\",\"delete\":\"75d81c42ab\",\"edit\":\"88fae030a9\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=899\\u0026action=edit\",\"meta\":false,\"authorName\":\"Netgen Support\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/profile.php\",\"uploadedToTitle\":\"Accommodation\",\"uploadedToLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=761\\u0026action=edit\",\"filesizeInBytes\":2338048,\"filesizeHumanReadable\":\"2 MB\",\"context\":\"\",\"height\":900,\"width\":1200,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAA39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba-150x150.png\",\"orientation\":\"landscape\"},\"medium\":{\"height\":225,\"width\":300,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAA39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba-300x225.png\",\"orientation\":\"landscape\"},\"large\":{\"height\":768,\"width\":1024,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAA39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba-1024x768.png\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAA39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba.png\",\"height\":900,\"width\":1200,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"backgroundImageColor\":\"rgba(42,42,42,0.65)\",\"topPaddingDesktop\":144,\"bottomPaddingDesktop\":144,\"leftPaddingDesktop\":40,\"rightPaddingDesktop\":40,\"topPaddingTablet\":80,\"bottomPaddingTablet\":80,\"leftPaddingTablet\":40,\"rightPaddingTablet\":40,\"topPaddingMobile\":64,\"bottomPaddingMobile\":64,\"leftPaddingMobile\":24,\"rightPaddingMobile\":24,\"paddingLink\":false,\"variationSelected\":true,\"isBlockRootParent\":true,\"overlayType\":\"color\"} -->\n<div class=\"wp-block-uagb-container uagb-block-ceb344e9 alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/advanced-heading {\"block_id\":\"354689a9\",\"classMigrate\":true,\"headingDescToggle\":true,\"headingAlign\":\"center\",\"headingColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"subHeadingColor\":\"var(\\u002d\\u002dast-global-color-4)\",\"headSpace\":20} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-354689a9\"><h2 class=\"uagb-heading-text\">Plan an Unforgettable Experience at<br>Blue Roan!</h2><p class=\"uagb-desc-text\">We can help you fit your stay and experience within your allotted budget.</p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/advanced-heading {\"block_id\":\"ac37eb17\",\"classMigrate\":true,\"headingTitleToggle\":false,\"headingDescToggle\":true,\"headingAlign\":\"center\",\"subHeadingColor\":\"var(\\u002d\\u002dast-global-color-4)\",\"subHeadTransform\":\"uppercase\",\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"subHeadLetterSpacing\":2,\"blockTopPadding\":60,\"blockRightPadding\":0,\"blockLeftPadding\":0,\"blockBottomPadding\":0,\"blockTopPaddingMobile\":30,\"blockRightPaddingMobile\":0,\"blockLeftPaddingMobile\":0,\"blockBottomPaddingMobile\":0,\"linkColor\":\"var(\\u002d\\u002dast-global-color-8)\",\"linkHColor\":\"var(\\u002d\\u002dast-global-color-1)\"} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-ac37eb17\"><p class=\"uagb-desc-text\"><a href=\"https://book.nightsbridge.com/11065\" target=\"_blank\" rel=\"noreferrer noopener\">BOOK YOUR STAY NOW​<br></a></p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/icon-list {\"block_id\":\"b97b5c7e\",\"classMigrate\":true,\"childMigrate\":true,\"align\":\"center\",\"parentIcon\":\"phone\",\"size\":40,\"sizeMobile\":24,\"sizeTablet\":32,\"fontSize\":48,\"fontSizeMobile\":28,\"fontSizeTablet\":40,\"fontWeight\":\"600\",\"iconColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"labelColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"blockTopPadding\":0,\"blockRightPadding\":0,\"blockLeftPadding\":0,\"blockBottomPadding\":24,\"blockPaddingLink\":false} -->\n<div class=\"wp-block-uagb-icon-list uagb-block-b97b5c7e\"><div class=\"uagb-icon-list__wrap\"><!-- wp:uagb/icon-list-child {\"block_id\":\"a356eb4c\",\"label\":\" + 27 (0) 82 575 5409\",\"label_color\":\"\",\"link\":\"tel:+27825755409\",\"disableLink\":true,\"fromParentIcon\":\"phone\",\"imageSizeChild\":40} -->\n<div class=\"wp-block-uagb-icon-list-child uagb-block-a356eb4c\"><a target=\"_self\" aria-label=\" + 27 (0) 82 575 5409\" rel=\"noopener noreferrer\" href=\"tel:+27825755409\"> </a><span class=\"uagb-icon-list__source-wrap\"><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M511.2 387l-23.25 100.8c-3.266 14.25-15.79 24.22-30.46 24.22C205.2 512 0 306.8 0 54.5c0-14.66 9.969-27.2 24.22-30.45l100.8-23.25C139.7-2.602 154.7 5.018 160.8 18.92l46.52 108.5c5.438 12.78 1.77 27.67-8.98 36.45L144.5 207.1c33.98 69.22 90.26 125.5 159.5 159.5l44.08-53.8c8.688-10.78 23.69-14.51 36.47-8.975l108.5 46.51C506.1 357.2 514.6 372.4 511.2 387z\"></path></svg></span><span class=\"uagb-icon-list__label\"> + 27 (0) 82 575 5409</span></div>\n<!-- /wp:uagb/icon-list-child -->\n\n<!-- wp:uagb/icon-list-child {\"block_id\":\"a1a0538d\",\"label\":\"blueroan@ugo.co.za\",\"icon\":\"envelope\",\"label_color\":\"\",\"link\":\"mailto:blueroan@ugo.co.za\",\"disableLink\":true,\"fromParentIcon\":\"phone\",\"imageSizeChild\":40} -->\n<div class=\"wp-block-uagb-icon-list-child uagb-block-a1a0538d\"><a target=\"_self\" aria-label=\"blueroan@ugo.co.za\" rel=\"noopener noreferrer\" href=\"mailto:blueroan@ugo.co.za\"> </a><span class=\"uagb-icon-list__source-wrap\"><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M464 64C490.5 64 512 85.49 512 112C512 127.1 504.9 141.3 492.8 150.4L275.2 313.6C263.8 322.1 248.2 322.1 236.8 313.6L19.2 150.4C7.113 141.3 0 127.1 0 112C0 85.49 21.49 64 48 64H464zM217.6 339.2C240.4 356.3 271.6 356.3 294.4 339.2L512 176V384C512 419.3 483.3 448 448 448H64C28.65 448 0 419.3 0 384V176L217.6 339.2z\"></path></svg></span><span class=\"uagb-icon-list__label\">blueroan@ugo.co.za</span></div>\n<!-- /wp:uagb/icon-list-child --></div></div>\n<!-- /wp:uagb/icon-list --></div></div>\n<!-- /wp:uagb/container -->',	'The Mexican Loft',	'',	'inherit',	'closed',	'closed',	'',	'1030-revision-v1',	'',	'',	'2022-12-14 11:09:27',	'2022-12-14 11:09:27',	'',	1030,	'https://blueroan.netgen.cloud/?p=1031',	0,	'revision',	'',	0),
(1033,	2,	'2022-12-14 11:11:00',	'2022-12-14 11:11:00',	'<!-- wp:uagb/container {\"block_id\":\"4d4b8718\",\"backgroundType\":\"image\",\"backgroundImageDesktop\":{\"id\":879,\"title\":\"blue-roan-guest-farm (11)\",\"filename\":\"blue-roan-guest-farm-11.jpg\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-11.jpg\",\"link\":\"https://blueroan.netgen.cloud/accommodation/blue-roan-guest-farm-11/\",\"alt\":\"\",\"author\":\"2\",\"description\":\"\",\"caption\":\"\",\"name\":\"blue-roan-guest-farm-11\",\"status\":\"inherit\",\"uploadedTo\":761,\"date\":\"2022-12-13T13:40:31.000Z\",\"modified\":\"2022-12-13T13:40:31.000Z\",\"menuOrder\":0,\"mime\":\"image/jpeg\",\"type\":\"image\",\"subtype\":\"jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-includes/images/media/default.png\",\"dateFormatted\":\"December 13, 2022\",\"nonces\":{\"update\":\"d402447c49\",\"delete\":\"b223bf1bfb\",\"edit\":\"12a4062084\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=879\\u0026action=edit\",\"meta\":false,\"authorName\":\"Netgen Support\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/profile.php\",\"uploadedToTitle\":\"Accommodation\",\"uploadedToLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=761\\u0026action=edit\",\"filesizeInBytes\":175055,\"filesizeHumanReadable\":\"171 KB\",\"context\":\"\",\"height\":667,\"width\":1000,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-11-150x150.jpg\",\"orientation\":\"landscape\"},\"medium\":{\"height\":200,\"width\":300,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-11-300x200.jpg\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-11.jpg\",\"height\":667,\"width\":1000,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"backgroundPositionDesktop\":{\"x\":0.47,\"y\":0.54},\"backgroundSizeTablet\":\"cover\",\"backgroundSizeMobile\":\"cover\",\"backgroundColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"backgroundImageColor\":\"rgba(42,42,42,0.5)\",\"topPaddingDesktop\":220,\"bottomPaddingDesktop\":150,\"topPaddingTablet\":170,\"bottomPaddingTablet\":160,\"leftPaddingTablet\":30,\"rightPaddingTablet\":30,\"topPaddingMobile\":180,\"bottomPaddingMobile\":80,\"leftPaddingMobile\":20,\"rightPaddingMobile\":20,\"paddingLink\":false,\"variationSelected\":true,\"isBlockRootParent\":true,\"overlayType\":\"color\"} -->\n<div class=\"wp-block-uagb-container uagb-block-4d4b8718 alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/advanced-heading {\"block_id\":\"6819f451\",\"classMigrate\":true,\"headingDescToggle\":true,\"headingColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"subHeadingColor\":\"var(\\u002d\\u002dast-global-color-4)\",\"headingTag\":\"h1\",\"headSpace\":20,\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"blockTopPadding\":0,\"blockRightPadding\":50,\"blockLeftPadding\":0,\"blockBottomPadding\":0,\"blockTopPaddingTablet\":0,\"blockRightPaddingTablet\":20,\"blockLeftPaddingTablet\":0,\"blockBottomPaddingTablet\":0,\"blockTopPaddingMobile\":0,\"blockRightPaddingMobile\":0,\"blockLeftPaddingMobile\":0,\"blockBottomPaddingMobile\":0,\"blockPaddingUnit\":\"%\",\"blockPaddingUnitTablet\":\"%\"} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-6819f451\"><h1 class=\"uagb-heading-text\">The Mexican Loft </h1><p class=\"uagb-desc-text\">This Mexican-inspired loft is decorated with rustic furnishings and bright colors. This design aesthetic combines genuine art, textiles, rustic wood, and a vibrant color scheme for a diversified vibe.</p></div>\n<!-- /wp:uagb/advanced-heading --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"9ac875d6\",\"backgroundType\":\"color\",\"backgroundSizeTablet\":\"cover\",\"backgroundSizeMobile\":\"cover\",\"backgroundColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"topPaddingDesktop\":120,\"bottomPaddingDesktop\":60,\"rightPaddingDesktop\":0,\"topPaddingTablet\":80,\"bottomPaddingTablet\":80,\"leftPaddingTablet\":30,\"rightPaddingTablet\":30,\"topPaddingMobile\":80,\"bottomPaddingMobile\":80,\"leftPaddingMobile\":20,\"rightPaddingMobile\":20,\"paddingLink\":false,\"variationSelected\":true,\"rowGapDesktop\":0,\"isBlockRootParent\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-9ac875d6 alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/container {\"block_id\":\"00b9912e\",\"directionDesktop\":\"row\",\"alignItemsDesktop\":\"flex-end\",\"alignItemsTablet\":\"flex-end\",\"justifyContentDesktop\":\"flex-end\",\"justifyContentTablet\":\"space-between\",\"variationSelected\":true,\"rowGapMobile\":20,\"columnGapDesktop\":0} -->\n<div class=\"wp-block-uagb-container uagb-block-00b9912e\"><!-- wp:uagb/advanced-heading {\"block_id\":\"ed9a7048\",\"classMigrate\":true,\"headingDescToggle\":true,\"subHeadingColor\":\"\",\"headSpace\":20,\"subHeadFontSize\":16} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-ed9a7048\"><h2 class=\"uagb-heading-text\">Come &amp; Stay With Us​ at The Mexican Loft</h2><p class=\"uagb-desc-text\">It has one bedroom with a corner-shaped spa bath in the corner of the bedroom, a separate bathroom with a large walk-in shower, and an open-plan&nbsp;living area opening onto a covered patio with comfortable outside furniture. &nbsp;It has a large grassed, fenced, and gated garden with a brick braai.</p></div>\n<!-- /wp:uagb/advanced-heading --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:heading -->\n<h2>The bedroom </h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>This room contains the following: </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list -->\n<ul><!-- wp:list-item -->\n<li>King bed with electric blanket</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Corner shaped spa bath with 6 jets</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Bubble bath and candles</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Oil heater</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Stand fan</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Dressing table</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Hair dryer and dressing gowns</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Good quality linen</li>\n<!-- /wp:list-item --></ul>\n<!-- /wp:list --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":1021,\"width\":500,\"height\":334,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full is-resized\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/241531_798x533.jpg\" alt=\"The Bluebush bedroom at Blue Roan Country Lodge \" class=\"wp-image-1021\" width=\"500\" height=\"334\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":1022,\"width\":500,\"height\":334,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full is-resized\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/241532_798x533.jpg\" alt=\"The Bluebush spa bath at Blue Roan Country Lodge \" class=\"wp-image-1022\" width=\"500\" height=\"334\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:heading -->\n<h2>The bathroom</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>This room contains the following</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list -->\n<ul><!-- wp:list-item -->\n<li>Large walk-in shower</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Toilet and basin</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Soap, towels, toiletries and toilet paper</li>\n<!-- /wp:list-item --></ul>\n<!-- /wp:list --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:heading -->\n<h2>The Lounge</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>This room contains the following: </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list -->\n<ul><!-- wp:list-item -->\n<li>Log fireplace</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>3 piece upholstered lounge suite</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>32\" flat screen TV (DSTV - commercial bouquet with Sports, movies, Mnet, SABC 1,2 3 and E)</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>DVD player</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Pine dining table and 4 chairs</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Books and playing cards</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Glass sliding door out to the patio</li>\n<!-- /wp:list-item --></ul>\n<!-- /wp:list --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":1023,\"width\":500,\"height\":334,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full is-resized\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/241528_798x533.jpg\" alt=\"The Bluebush lounge at Blue Roan Country Lodge \" class=\"wp-image-1023\" width=\"500\" height=\"334\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":1024,\"width\":500,\"height\":334,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full is-resized\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/241530_798x533.jpg\" alt=\"The Bluebush kitchen at Blue Roan Country Lodge \" class=\"wp-image-1024\" width=\"500\" height=\"334\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:heading -->\n<h2>The kitchen</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>This room contains the following</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list -->\n<ul><!-- wp:list-item -->\n<li>4 plate gas stove and oven</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Microwave oven, kettle, toaster</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Fridge with top freezer compartment</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Pots, pans, cutlery, crockery, wine &amp; champagne glasses</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>All kitchen utensils</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Ironing board and iron</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>All cleaning cloths and detergents and washing up liquid</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Paper towel, salt, pepper, tea, coffee and sugar</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Braai tongs, filter coffee plunger</li>\n<!-- /wp:list-item --></ul>\n<!-- /wp:list --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:heading -->\n<h2>The large patio with <br>mountain views</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>This room contains the following: </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list -->\n<ul><!-- wp:list-item -->\n<li>Chairs with cushions</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Glass table</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Brick braai</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Decorative lighting</li>\n<!-- /wp:list-item --></ul>\n<!-- /wp:list --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":1025,\"width\":500,\"height\":334,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full is-resized\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/241529_798x533.jpg\" alt=\"The Bluebush patio at Blue Roan Country Lodge \" class=\"wp-image-1025\" width=\"500\" height=\"334\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:heading {\"textAlign\":\"center\"} -->\n<h2 class=\"has-text-align-center\">Book your stay </h2>\n<!-- /wp:heading -->\n\n<!-- wp:buttons -->\n<div class=\"wp-block-buttons\"><!-- wp:button {\"align\":\"center\"} -->\n<div class=\"wp-block-button aligncenter\"><a class=\"wp-block-button__link wp-element-button\" href=\"https://book.nightsbridge.com/11065\" target=\"_blank\" rel=\"noreferrer noopener\">Reservations</a></div>\n<!-- /wp:button -->\n\n<!-- wp:button /--></div>\n<!-- /wp:buttons --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"8a58b946\",\"innerContentCustomWidthDesktop\":781,\"innerContentCustomWidthTablet\":781,\"backgroundType\":\"image\",\"backgroundImageDesktop\":{\"uploading\":false,\"date\":1670943271000,\"filename\":\"AAEAAQAAAAAAAAAAAAAA39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba.png\",\"menuOrder\":0,\"uploadedTo\":761,\"type\":\"image\",\"subtype\":\"png\",\"id\":899,\"title\":\"AAEAAQAAAAAAAAAAAAAA39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAA39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba.png\",\"link\":\"https://blueroan.netgen.cloud/accommodation/aaeaaqaaaaaaaaaaaaaa39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba/\",\"alt\":\"\",\"author\":\"2\",\"description\":\"\",\"caption\":\"\",\"name\":\"aaeaaqaaaaaaaaaaaaaa39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba\",\"status\":\"inherit\",\"modified\":1670943271000,\"mime\":\"image/png\",\"icon\":\"https://blueroan.netgen.cloud/wp-includes/images/media/default.png\",\"dateFormatted\":\"December 13, 2022\",\"nonces\":{\"update\":\"45b2b6c69b\",\"delete\":\"75d81c42ab\",\"edit\":\"88fae030a9\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=899\\u0026action=edit\",\"meta\":false,\"authorName\":\"Netgen Support\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/profile.php\",\"uploadedToTitle\":\"Accommodation\",\"uploadedToLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=761\\u0026action=edit\",\"filesizeInBytes\":2338048,\"filesizeHumanReadable\":\"2 MB\",\"context\":\"\",\"height\":900,\"width\":1200,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAA39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba-150x150.png\",\"orientation\":\"landscape\"},\"medium\":{\"height\":225,\"width\":300,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAA39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba-300x225.png\",\"orientation\":\"landscape\"},\"large\":{\"height\":768,\"width\":1024,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAA39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba-1024x768.png\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAA39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba.png\",\"height\":900,\"width\":1200,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"backgroundImageColor\":\"rgba(42,42,42,0.65)\",\"topPaddingDesktop\":144,\"bottomPaddingDesktop\":144,\"leftPaddingDesktop\":40,\"rightPaddingDesktop\":40,\"topPaddingTablet\":80,\"bottomPaddingTablet\":80,\"leftPaddingTablet\":40,\"rightPaddingTablet\":40,\"topPaddingMobile\":64,\"bottomPaddingMobile\":64,\"leftPaddingMobile\":24,\"rightPaddingMobile\":24,\"paddingLink\":false,\"variationSelected\":true,\"isBlockRootParent\":true,\"overlayType\":\"color\"} -->\n<div class=\"wp-block-uagb-container uagb-block-8a58b946 alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/advanced-heading {\"block_id\":\"ed7ed7f2\",\"classMigrate\":true,\"headingDescToggle\":true,\"headingAlign\":\"center\",\"headingColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"subHeadingColor\":\"var(\\u002d\\u002dast-global-color-4)\",\"headSpace\":20} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-ed7ed7f2\"><h2 class=\"uagb-heading-text\">Plan an Unforgettable Experience at<br>Blue Roan!</h2><p class=\"uagb-desc-text\">We can help you fit your stay and experience within your allotted budget.</p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/advanced-heading {\"block_id\":\"7120f611\",\"classMigrate\":true,\"headingTitleToggle\":false,\"headingDescToggle\":true,\"headingAlign\":\"center\",\"subHeadingColor\":\"var(\\u002d\\u002dast-global-color-4)\",\"subHeadTransform\":\"uppercase\",\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"subHeadLetterSpacing\":2,\"blockTopPadding\":60,\"blockRightPadding\":0,\"blockLeftPadding\":0,\"blockBottomPadding\":0,\"blockTopPaddingMobile\":30,\"blockRightPaddingMobile\":0,\"blockLeftPaddingMobile\":0,\"blockBottomPaddingMobile\":0,\"linkColor\":\"var(\\u002d\\u002dast-global-color-8)\",\"linkHColor\":\"var(\\u002d\\u002dast-global-color-1)\"} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-7120f611\"><p class=\"uagb-desc-text\"><a href=\"https://book.nightsbridge.com/11065\" target=\"_blank\" rel=\"noreferrer noopener\">BOOK YOUR STAY NOW​<br></a></p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/icon-list {\"block_id\":\"64bba221\",\"classMigrate\":true,\"childMigrate\":true,\"align\":\"center\",\"parentIcon\":\"phone\",\"size\":40,\"sizeMobile\":24,\"sizeTablet\":32,\"fontSize\":48,\"fontSizeMobile\":28,\"fontSizeTablet\":40,\"fontWeight\":\"600\",\"iconColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"labelColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"blockTopPadding\":0,\"blockRightPadding\":0,\"blockLeftPadding\":0,\"blockBottomPadding\":24,\"blockPaddingLink\":false} -->\n<div class=\"wp-block-uagb-icon-list uagb-block-64bba221\"><div class=\"uagb-icon-list__wrap\"><!-- wp:uagb/icon-list-child {\"block_id\":\"a2ff0548\",\"label\":\" + 27 (0) 82 575 5409\",\"label_color\":\"\",\"link\":\"tel:+27825755409\",\"disableLink\":true,\"fromParentIcon\":\"phone\",\"imageSizeChild\":40} -->\n<div class=\"wp-block-uagb-icon-list-child uagb-block-a2ff0548\"><a target=\"_self\" aria-label=\" + 27 (0) 82 575 5409\" rel=\"noopener noreferrer\" href=\"tel:+27825755409\"> </a><span class=\"uagb-icon-list__source-wrap\"><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M511.2 387l-23.25 100.8c-3.266 14.25-15.79 24.22-30.46 24.22C205.2 512 0 306.8 0 54.5c0-14.66 9.969-27.2 24.22-30.45l100.8-23.25C139.7-2.602 154.7 5.018 160.8 18.92l46.52 108.5c5.438 12.78 1.77 27.67-8.98 36.45L144.5 207.1c33.98 69.22 90.26 125.5 159.5 159.5l44.08-53.8c8.688-10.78 23.69-14.51 36.47-8.975l108.5 46.51C506.1 357.2 514.6 372.4 511.2 387z\"></path></svg></span><span class=\"uagb-icon-list__label\"> + 27 (0) 82 575 5409</span></div>\n<!-- /wp:uagb/icon-list-child -->\n\n<!-- wp:uagb/icon-list-child {\"block_id\":\"3ba5cc5b\",\"label\":\"blueroan@ugo.co.za\",\"icon\":\"envelope\",\"label_color\":\"\",\"link\":\"mailto:blueroan@ugo.co.za\",\"disableLink\":true,\"fromParentIcon\":\"phone\",\"imageSizeChild\":40} -->\n<div class=\"wp-block-uagb-icon-list-child uagb-block-3ba5cc5b\"><a target=\"_self\" aria-label=\"blueroan@ugo.co.za\" rel=\"noopener noreferrer\" href=\"mailto:blueroan@ugo.co.za\"> </a><span class=\"uagb-icon-list__source-wrap\"><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M464 64C490.5 64 512 85.49 512 112C512 127.1 504.9 141.3 492.8 150.4L275.2 313.6C263.8 322.1 248.2 322.1 236.8 313.6L19.2 150.4C7.113 141.3 0 127.1 0 112C0 85.49 21.49 64 48 64H464zM217.6 339.2C240.4 356.3 271.6 356.3 294.4 339.2L512 176V384C512 419.3 483.3 448 448 448H64C28.65 448 0 419.3 0 384V176L217.6 339.2z\"></path></svg></span><span class=\"uagb-icon-list__label\">blueroan@ugo.co.za</span></div>\n<!-- /wp:uagb/icon-list-child --></div></div>\n<!-- /wp:uagb/icon-list --></div></div>\n<!-- /wp:uagb/container -->',	'The Mexican Loft',	'',	'inherit',	'closed',	'closed',	'',	'1030-revision-v1',	'',	'',	'2022-12-14 11:11:00',	'2022-12-14 11:11:00',	'',	1030,	'https://blueroan.netgen.cloud/?p=1033',	0,	'revision',	'',	0),
(1035,	2,	'2022-12-14 11:15:08',	'2022-12-14 11:15:08',	'',	'241538_798x533',	'',	'inherit',	'open',	'closed',	'',	'241538_798x533',	'',	'',	'2022-12-14 11:15:08',	'2022-12-14 11:15:08',	'',	1030,	'https://blueroan.netgen.cloud/wp-content/uploads/2022/12/241538_798x533.jpg',	0,	'attachment',	'image/jpeg',	0),
(1036,	2,	'2022-12-14 11:15:42',	'2022-12-14 11:15:42',	'',	'241542_798x533',	'',	'inherit',	'open',	'closed',	'',	'241542_798x533',	'',	'',	'2022-12-14 11:15:42',	'2022-12-14 11:15:42',	'',	1030,	'https://blueroan.netgen.cloud/wp-content/uploads/2022/12/241542_798x533.jpg',	0,	'attachment',	'image/jpeg',	0),
(1037,	2,	'2022-12-14 11:15:58',	'2022-12-14 11:15:58',	'',	'241541_798x533',	'',	'inherit',	'open',	'closed',	'',	'241541_798x533',	'',	'',	'2022-12-14 11:15:58',	'2022-12-14 11:15:58',	'',	1030,	'https://blueroan.netgen.cloud/wp-content/uploads/2022/12/241541_798x533.jpg',	0,	'attachment',	'image/jpeg',	0),
(1038,	2,	'2022-12-14 11:16:06',	'2022-12-14 11:16:06',	'',	'241536_798x533',	'',	'inherit',	'open',	'closed',	'',	'241536_798x533',	'',	'',	'2022-12-14 11:16:06',	'2022-12-14 11:16:06',	'',	1030,	'https://blueroan.netgen.cloud/wp-content/uploads/2022/12/241536_798x533.jpg',	0,	'attachment',	'image/jpeg',	0),
(1039,	2,	'2022-12-14 11:16:34',	'2022-12-14 11:16:34',	'',	'241541_798x533-1',	'',	'inherit',	'open',	'closed',	'',	'241541_798x533-1',	'',	'',	'2022-12-14 11:16:34',	'2022-12-14 11:16:34',	'',	1030,	'https://blueroan.netgen.cloud/wp-content/uploads/2022/12/241541_798x533-1.jpg',	0,	'attachment',	'image/jpeg',	0),
(1040,	2,	'2022-12-14 11:16:46',	'2022-12-14 11:16:46',	'',	'241534_798x533',	'',	'inherit',	'open',	'closed',	'',	'241534_798x533',	'',	'',	'2022-12-14 11:16:46',	'2022-12-14 11:16:46',	'',	1030,	'https://blueroan.netgen.cloud/wp-content/uploads/2022/12/241534_798x533.jpg',	0,	'attachment',	'image/jpeg',	0),
(1041,	2,	'2022-12-14 11:17:14',	'2022-12-14 11:17:14',	'<!-- wp:uagb/container {\"block_id\":\"cc8444b0\",\"backgroundType\":\"image\",\"backgroundImageDesktop\":{\"id\":879,\"title\":\"blue-roan-guest-farm (11)\",\"filename\":\"blue-roan-guest-farm-11.jpg\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-11.jpg\",\"link\":\"https://blueroan.netgen.cloud/accommodation/blue-roan-guest-farm-11/\",\"alt\":\"\",\"author\":\"2\",\"description\":\"\",\"caption\":\"\",\"name\":\"blue-roan-guest-farm-11\",\"status\":\"inherit\",\"uploadedTo\":761,\"date\":\"2022-12-13T13:40:31.000Z\",\"modified\":\"2022-12-13T13:40:31.000Z\",\"menuOrder\":0,\"mime\":\"image/jpeg\",\"type\":\"image\",\"subtype\":\"jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-includes/images/media/default.png\",\"dateFormatted\":\"December 13, 2022\",\"nonces\":{\"update\":\"d402447c49\",\"delete\":\"b223bf1bfb\",\"edit\":\"12a4062084\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=879\\u0026action=edit\",\"meta\":false,\"authorName\":\"Netgen Support\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/profile.php\",\"uploadedToTitle\":\"Accommodation\",\"uploadedToLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=761\\u0026action=edit\",\"filesizeInBytes\":175055,\"filesizeHumanReadable\":\"171 KB\",\"context\":\"\",\"height\":667,\"width\":1000,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-11-150x150.jpg\",\"orientation\":\"landscape\"},\"medium\":{\"height\":200,\"width\":300,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-11-300x200.jpg\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-11.jpg\",\"height\":667,\"width\":1000,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"backgroundPositionDesktop\":{\"x\":0.47,\"y\":0.54},\"backgroundSizeTablet\":\"cover\",\"backgroundSizeMobile\":\"cover\",\"backgroundColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"backgroundImageColor\":\"rgba(42,42,42,0.5)\",\"topPaddingDesktop\":220,\"bottomPaddingDesktop\":150,\"topPaddingTablet\":170,\"bottomPaddingTablet\":160,\"leftPaddingTablet\":30,\"rightPaddingTablet\":30,\"topPaddingMobile\":180,\"bottomPaddingMobile\":80,\"leftPaddingMobile\":20,\"rightPaddingMobile\":20,\"paddingLink\":false,\"variationSelected\":true,\"isBlockRootParent\":true,\"overlayType\":\"color\"} -->\n<div class=\"wp-block-uagb-container uagb-block-cc8444b0 alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/advanced-heading {\"block_id\":\"14e97dbc\",\"classMigrate\":true,\"headingDescToggle\":true,\"headingColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"subHeadingColor\":\"var(\\u002d\\u002dast-global-color-4)\",\"headingTag\":\"h1\",\"headSpace\":20,\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"blockTopPadding\":0,\"blockRightPadding\":50,\"blockLeftPadding\":0,\"blockBottomPadding\":0,\"blockTopPaddingTablet\":0,\"blockRightPaddingTablet\":20,\"blockLeftPaddingTablet\":0,\"blockBottomPaddingTablet\":0,\"blockTopPaddingMobile\":0,\"blockRightPaddingMobile\":0,\"blockLeftPaddingMobile\":0,\"blockBottomPaddingMobile\":0,\"blockPaddingUnit\":\"%\",\"blockPaddingUnitTablet\":\"%\"} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-14e97dbc\"><h1 class=\"uagb-heading-text\">The Mexican Loft </h1><p class=\"uagb-desc-text\">This Mexican-inspired loft is decorated with rustic furnishings and bright colors. This design aesthetic combines genuine art, textiles, rustic wood, and a vibrant color scheme for a diversified vibe.</p></div>\n<!-- /wp:uagb/advanced-heading --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"f9198da1\",\"backgroundType\":\"color\",\"backgroundSizeTablet\":\"cover\",\"backgroundSizeMobile\":\"cover\",\"backgroundColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"topPaddingDesktop\":120,\"bottomPaddingDesktop\":60,\"rightPaddingDesktop\":0,\"topPaddingTablet\":80,\"bottomPaddingTablet\":80,\"leftPaddingTablet\":30,\"rightPaddingTablet\":30,\"topPaddingMobile\":80,\"bottomPaddingMobile\":80,\"leftPaddingMobile\":20,\"rightPaddingMobile\":20,\"paddingLink\":false,\"variationSelected\":true,\"rowGapDesktop\":0,\"isBlockRootParent\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-f9198da1 alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/container {\"block_id\":\"8017b837\",\"directionDesktop\":\"row\",\"alignItemsDesktop\":\"flex-end\",\"alignItemsTablet\":\"flex-end\",\"justifyContentDesktop\":\"flex-end\",\"justifyContentTablet\":\"space-between\",\"variationSelected\":true,\"rowGapMobile\":20,\"columnGapDesktop\":0} -->\n<div class=\"wp-block-uagb-container uagb-block-8017b837\"><!-- wp:uagb/advanced-heading {\"block_id\":\"e4252b48\",\"classMigrate\":true,\"headingDescToggle\":true,\"subHeadingColor\":\"\",\"headSpace\":20,\"subHeadFontSize\":16} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-e4252b48\"><h2 class=\"uagb-heading-text\">Come &amp; Stay With Us​ at The Mexican Loft</h2><p class=\"uagb-desc-text\">This is an open-plan unit with a corner-shaped spa bath close to the bed, a separate bathroom with a huge walk-in shower, and an open-plan living area opening onto a covered patio with brick braai and comfortable outside furniture.  It has a small fenced and gated garden.</p></div>\n<!-- /wp:uagb/advanced-heading --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:heading -->\n<h2>The bedroom </h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>This room contains the following: </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list -->\n<ul><!-- wp:list-item -->\n<li>King bed with electric blanket</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Corner shaped spa bath with 6 jets</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Bubble bath and candles</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Oil heater</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Ceiling fan</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Dressing table</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Hair dryer and dressing gowns</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Good quality linen</li>\n<!-- /wp:list-item --></ul>\n<!-- /wp:list --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":1035,\"width\":500,\"height\":334,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full is-resized\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/241538_798x533.jpg\" alt=\"\" class=\"wp-image-1035\" width=\"500\" height=\"334\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":1036,\"width\":500,\"height\":334,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full is-resized\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/241542_798x533.jpg\" alt=\"\" class=\"wp-image-1036\" width=\"500\" height=\"334\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:heading -->\n<h2>The bathroom</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>This room contains the following</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list -->\n<ul><!-- wp:list-item -->\n<li>Large walk-in shower</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Toilet and basin</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Soap, towels, toiletries and toilet paper</li>\n<!-- /wp:list-item --></ul>\n<!-- /wp:list --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:heading -->\n<h2>The Lounge</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>This room contains the following: </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list -->\n<ul><!-- wp:list-item -->\n<li>Log fireplace</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>2 seater upholstered settee</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Upholstered single chair</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Ceiling fan</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Oil heater</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>TV (DSTV - commercial bouquet with Sports, movies, Mnet, SABC 1,2 3 and Etv)</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>DVD player</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Breakfast nook and chairs</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Books and playing cards</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Glass sliding door out to the patio</li>\n<!-- /wp:list-item --></ul>\n<!-- /wp:list --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":1038,\"width\":500,\"height\":334,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full is-resized\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/241536_798x533.jpg\" alt=\"\" class=\"wp-image-1038\" width=\"500\" height=\"334\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":1039,\"width\":500,\"height\":334,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full is-resized\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/241541_798x533-1.jpg\" alt=\"\" class=\"wp-image-1039\" width=\"500\" height=\"334\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:heading -->\n<h2>The kitchen</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>This room contains the following</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list -->\n<ul><!-- wp:list-item -->\n<li>4-plate gas stove and oven</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Microwave oven, kettle, toaster</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Fridge with top freezer compartment</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Pots, pans, cutlery, crockery, wine &amp; champagne glasses</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>All kitchen utensils</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Ironing board and iron</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>All cleaning cloths and detergents and washing up liquid</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Paper towel</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Braai tongs</li>\n<!-- /wp:list-item --></ul>\n<!-- /wp:list --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:heading -->\n<h2>The large patio with <br>mountain views</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>This room contains the following: </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list -->\n<ul><!-- wp:list-item -->\n<li>Chairs with cushions</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Wooden table</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Brick braai</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Decorative lighting</li>\n<!-- /wp:list-item --></ul>\n<!-- /wp:list --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":1040,\"width\":500,\"height\":334,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full is-resized\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/241534_798x533.jpg\" alt=\"\" class=\"wp-image-1040\" width=\"500\" height=\"334\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:heading {\"textAlign\":\"center\"} -->\n<h2 class=\"has-text-align-center\">Book your stay </h2>\n<!-- /wp:heading -->\n\n<!-- wp:buttons -->\n<div class=\"wp-block-buttons\"><!-- wp:button {\"align\":\"center\"} -->\n<div class=\"wp-block-button aligncenter\"><a class=\"wp-block-button__link wp-element-button\" href=\"https://book.nightsbridge.com/11065\" target=\"_blank\" rel=\"noreferrer noopener\">Reservations</a></div>\n<!-- /wp:button -->\n\n<!-- wp:button /--></div>\n<!-- /wp:buttons --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"3d897a0b\",\"innerContentCustomWidthDesktop\":781,\"innerContentCustomWidthTablet\":781,\"backgroundType\":\"image\",\"backgroundImageDesktop\":{\"uploading\":false,\"date\":1670943271000,\"filename\":\"AAEAAQAAAAAAAAAAAAAA39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba.png\",\"menuOrder\":0,\"uploadedTo\":761,\"type\":\"image\",\"subtype\":\"png\",\"id\":899,\"title\":\"AAEAAQAAAAAAAAAAAAAA39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAA39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba.png\",\"link\":\"https://blueroan.netgen.cloud/accommodation/aaeaaqaaaaaaaaaaaaaa39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba/\",\"alt\":\"\",\"author\":\"2\",\"description\":\"\",\"caption\":\"\",\"name\":\"aaeaaqaaaaaaaaaaaaaa39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba\",\"status\":\"inherit\",\"modified\":1670943271000,\"mime\":\"image/png\",\"icon\":\"https://blueroan.netgen.cloud/wp-includes/images/media/default.png\",\"dateFormatted\":\"December 13, 2022\",\"nonces\":{\"update\":\"45b2b6c69b\",\"delete\":\"75d81c42ab\",\"edit\":\"88fae030a9\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=899\\u0026action=edit\",\"meta\":false,\"authorName\":\"Netgen Support\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/profile.php\",\"uploadedToTitle\":\"Accommodation\",\"uploadedToLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=761\\u0026action=edit\",\"filesizeInBytes\":2338048,\"filesizeHumanReadable\":\"2 MB\",\"context\":\"\",\"height\":900,\"width\":1200,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAA39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba-150x150.png\",\"orientation\":\"landscape\"},\"medium\":{\"height\":225,\"width\":300,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAA39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba-300x225.png\",\"orientation\":\"landscape\"},\"large\":{\"height\":768,\"width\":1024,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAA39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba-1024x768.png\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAA39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba.png\",\"height\":900,\"width\":1200,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"backgroundImageColor\":\"rgba(42,42,42,0.65)\",\"topPaddingDesktop\":144,\"bottomPaddingDesktop\":144,\"leftPaddingDesktop\":40,\"rightPaddingDesktop\":40,\"topPaddingTablet\":80,\"bottomPaddingTablet\":80,\"leftPaddingTablet\":40,\"rightPaddingTablet\":40,\"topPaddingMobile\":64,\"bottomPaddingMobile\":64,\"leftPaddingMobile\":24,\"rightPaddingMobile\":24,\"paddingLink\":false,\"variationSelected\":true,\"isBlockRootParent\":true,\"overlayType\":\"color\"} -->\n<div class=\"wp-block-uagb-container uagb-block-3d897a0b alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/advanced-heading {\"block_id\":\"7add5253\",\"classMigrate\":true,\"headingDescToggle\":true,\"headingAlign\":\"center\",\"headingColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"subHeadingColor\":\"var(\\u002d\\u002dast-global-color-4)\",\"headSpace\":20} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-7add5253\"><h2 class=\"uagb-heading-text\">Plan an Unforgettable Experience at<br>Blue Roan!</h2><p class=\"uagb-desc-text\">We can help you fit your stay and experience within your allotted budget.</p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/advanced-heading {\"block_id\":\"ec8ee6ba\",\"classMigrate\":true,\"headingTitleToggle\":false,\"headingDescToggle\":true,\"headingAlign\":\"center\",\"subHeadingColor\":\"var(\\u002d\\u002dast-global-color-4)\",\"subHeadTransform\":\"uppercase\",\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"subHeadLetterSpacing\":2,\"blockTopPadding\":60,\"blockRightPadding\":0,\"blockLeftPadding\":0,\"blockBottomPadding\":0,\"blockTopPaddingMobile\":30,\"blockRightPaddingMobile\":0,\"blockLeftPaddingMobile\":0,\"blockBottomPaddingMobile\":0,\"linkColor\":\"var(\\u002d\\u002dast-global-color-8)\",\"linkHColor\":\"var(\\u002d\\u002dast-global-color-1)\"} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-ec8ee6ba\"><p class=\"uagb-desc-text\"><a href=\"https://book.nightsbridge.com/11065\" target=\"_blank\" rel=\"noreferrer noopener\">BOOK YOUR STAY NOW​<br></a></p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/icon-list {\"block_id\":\"6db562e9\",\"classMigrate\":true,\"childMigrate\":true,\"align\":\"center\",\"parentIcon\":\"phone\",\"size\":40,\"sizeMobile\":24,\"sizeTablet\":32,\"fontSize\":48,\"fontSizeMobile\":28,\"fontSizeTablet\":40,\"fontWeight\":\"600\",\"iconColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"labelColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"blockTopPadding\":0,\"blockRightPadding\":0,\"blockLeftPadding\":0,\"blockBottomPadding\":24,\"blockPaddingLink\":false} -->\n<div class=\"wp-block-uagb-icon-list uagb-block-6db562e9\"><div class=\"uagb-icon-list__wrap\"><!-- wp:uagb/icon-list-child {\"block_id\":\"f6b6f9c8\",\"label\":\" + 27 (0) 82 575 5409\",\"label_color\":\"\",\"link\":\"tel:+27825755409\",\"disableLink\":true,\"fromParentIcon\":\"phone\",\"imageSizeChild\":40} -->\n<div class=\"wp-block-uagb-icon-list-child uagb-block-f6b6f9c8\"><a target=\"_self\" aria-label=\" + 27 (0) 82 575 5409\" rel=\"noopener noreferrer\" href=\"tel:+27825755409\"> </a><span class=\"uagb-icon-list__source-wrap\"><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M511.2 387l-23.25 100.8c-3.266 14.25-15.79 24.22-30.46 24.22C205.2 512 0 306.8 0 54.5c0-14.66 9.969-27.2 24.22-30.45l100.8-23.25C139.7-2.602 154.7 5.018 160.8 18.92l46.52 108.5c5.438 12.78 1.77 27.67-8.98 36.45L144.5 207.1c33.98 69.22 90.26 125.5 159.5 159.5l44.08-53.8c8.688-10.78 23.69-14.51 36.47-8.975l108.5 46.51C506.1 357.2 514.6 372.4 511.2 387z\"></path></svg></span><span class=\"uagb-icon-list__label\"> + 27 (0) 82 575 5409</span></div>\n<!-- /wp:uagb/icon-list-child -->\n\n<!-- wp:uagb/icon-list-child {\"block_id\":\"a0f150fb\",\"label\":\"blueroan@ugo.co.za\",\"icon\":\"envelope\",\"label_color\":\"\",\"link\":\"mailto:blueroan@ugo.co.za\",\"disableLink\":true,\"fromParentIcon\":\"phone\",\"imageSizeChild\":40} -->\n<div class=\"wp-block-uagb-icon-list-child uagb-block-a0f150fb\"><a target=\"_self\" aria-label=\"blueroan@ugo.co.za\" rel=\"noopener noreferrer\" href=\"mailto:blueroan@ugo.co.za\"> </a><span class=\"uagb-icon-list__source-wrap\"><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M464 64C490.5 64 512 85.49 512 112C512 127.1 504.9 141.3 492.8 150.4L275.2 313.6C263.8 322.1 248.2 322.1 236.8 313.6L19.2 150.4C7.113 141.3 0 127.1 0 112C0 85.49 21.49 64 48 64H464zM217.6 339.2C240.4 356.3 271.6 356.3 294.4 339.2L512 176V384C512 419.3 483.3 448 448 448H64C28.65 448 0 419.3 0 384V176L217.6 339.2z\"></path></svg></span><span class=\"uagb-icon-list__label\">blueroan@ugo.co.za</span></div>\n<!-- /wp:uagb/icon-list-child --></div></div>\n<!-- /wp:uagb/icon-list --></div></div>\n<!-- /wp:uagb/container -->',	'The Mexican Loft',	'',	'inherit',	'closed',	'closed',	'',	'1030-revision-v1',	'',	'',	'2022-12-14 11:17:14',	'2022-12-14 11:17:14',	'',	1030,	'https://blueroan.netgen.cloud/?p=1041',	0,	'revision',	'',	0),
(1042,	2,	'2022-12-14 11:17:40',	'2022-12-14 11:17:40',	'<!-- wp:uagb/container {\"block_id\":\"d1ec10e1\",\"backgroundType\":\"image\",\"backgroundImageDesktop\":{\"id\":797,\"title\":\"blue-roan-guest-farm (13)\",\"filename\":\"blue-roan-guest-farm-13.jpg\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-13.jpg\",\"link\":\"https://blueroan.netgen.cloud/home/blue-roan-guest-farm-13/\",\"alt\":\"\",\"author\":\"2\",\"description\":\"\",\"caption\":\"\",\"name\":\"blue-roan-guest-farm-13\",\"status\":\"inherit\",\"uploadedTo\":760,\"date\":\"2022-12-13T09:37:10.000Z\",\"modified\":\"2022-12-13T09:37:10.000Z\",\"menuOrder\":0,\"mime\":\"image/jpeg\",\"type\":\"image\",\"subtype\":\"jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-includes/images/media/default.png\",\"dateFormatted\":\"December 13, 2022\",\"nonces\":{\"update\":\"88c7dafe15\",\"delete\":\"0e63c986af\",\"edit\":\"ba0aad2d7f\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=797\\u0026action=edit\",\"meta\":false,\"authorName\":\"Netgen Support\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/profile.php\",\"uploadedToTitle\":\"Home\",\"uploadedToLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=760\\u0026action=edit\",\"filesizeInBytes\":201183,\"filesizeHumanReadable\":\"196 KB\",\"context\":\"\",\"height\":667,\"width\":1000,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-13-150x150.jpg\",\"orientation\":\"landscape\"},\"medium\":{\"height\":200,\"width\":300,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-13-300x200.jpg\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-13.jpg\",\"height\":667,\"width\":1000,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"backgroundPositionDesktop\":{\"x\":0.62,\"y\":0.78},\"backgroundSizeTablet\":\"cover\",\"backgroundSizeMobile\":\"cover\",\"backgroundColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"backgroundImageColor\":\"rgba(42,42,42,0.5)\",\"topPaddingDesktop\":220,\"bottomPaddingDesktop\":150,\"topPaddingTablet\":170,\"bottomPaddingTablet\":160,\"leftPaddingTablet\":30,\"rightPaddingTablet\":30,\"topPaddingMobile\":180,\"bottomPaddingMobile\":80,\"leftPaddingMobile\":20,\"rightPaddingMobile\":20,\"paddingLink\":false,\"variationSelected\":true,\"isBlockRootParent\":true,\"overlayType\":\"color\"} -->\n<div class=\"wp-block-uagb-container uagb-block-d1ec10e1 alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/advanced-heading {\"block_id\":\"1bd4260f\",\"classMigrate\":true,\"headingDescToggle\":true,\"headingColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"subHeadingColor\":\"var(\\u002d\\u002dast-global-color-4)\",\"headingTag\":\"h1\",\"headSpace\":20,\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"blockTopPadding\":0,\"blockRightPadding\":50,\"blockLeftPadding\":0,\"blockBottomPadding\":0,\"blockTopPaddingTablet\":0,\"blockRightPaddingTablet\":20,\"blockLeftPaddingTablet\":0,\"blockBottomPaddingTablet\":0,\"blockTopPaddingMobile\":0,\"blockRightPaddingMobile\":0,\"blockLeftPaddingMobile\":0,\"blockBottomPaddingMobile\":0,\"blockPaddingUnit\":\"%\",\"blockPaddingUnitTablet\":\"%\"} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-1bd4260f\"><h1 class=\"uagb-heading-text\">Rooms &amp; Accommodation​</h1><p class=\"uagb-desc-text\">If you are looking for a home away from home, even a place your dog can come along then take a closer look into the rooms we offer and pick the one for you.</p></div>\n<!-- /wp:uagb/advanced-heading --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"8128f920\",\"backgroundType\":\"color\",\"backgroundSizeTablet\":\"cover\",\"backgroundSizeMobile\":\"cover\",\"backgroundColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"topPaddingDesktop\":120,\"bottomPaddingDesktop\":120,\"topPaddingTablet\":80,\"bottomPaddingTablet\":80,\"leftPaddingTablet\":30,\"rightPaddingTablet\":30,\"topPaddingMobile\":80,\"bottomPaddingMobile\":80,\"leftPaddingMobile\":20,\"rightPaddingMobile\":20,\"paddingLink\":false,\"variationSelected\":true,\"rowGapDesktop\":0,\"isBlockRootParent\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-8128f920 alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/container {\"block_id\":\"6293fd10\",\"directionDesktop\":\"row\",\"alignItemsDesktop\":\"flex-end\",\"alignItemsTablet\":\"flex-end\",\"justifyContentDesktop\":\"flex-end\",\"justifyContentTablet\":\"space-between\",\"variationSelected\":true,\"rowGapMobile\":20,\"columnGapDesktop\":0} -->\n<div class=\"wp-block-uagb-container uagb-block-6293fd10\"><!-- wp:uagb/advanced-heading {\"block_id\":\"8590a899\",\"classMigrate\":true,\"headingDescToggle\":true,\"subHeadingColor\":\"\",\"headSpace\":20,\"subHeadFontSize\":16} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-8590a899\"><h2 class=\"uagb-heading-text\">Come &amp; Stay With Us​</h2><p class=\"uagb-desc-text\">There are 7 excellent brick self-catering units available, each private and with a distinctive personality and theme. They are particularly made for pet-free or pet-owning couples looking for a romantic and serene setting to reconnect, celebrate special occasions, or simply unwind on a holiday.<br><br>We are pet-friendly by arrangement as each unit is separately fenced with its own grassy garden with a garden gate leading to the generous park area where pets can socialize. &nbsp;We also have lovely safe off-leash walking trails on our property and beyond. &nbsp;Our units are very luxurious with everything you would need and very homely and charming. Regrettably no children or group bookings.  </p></div>\n<!-- /wp:uagb/advanced-heading --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"65a5c8af\",\"directionDesktop\":\"row\",\"alignItemsTablet\":\"flex-start\",\"justifyContentDesktop\":\"flex-start\",\"topMarginDesktop\":54,\"bottomMarginDesktop\":0,\"leftMarginDesktop\":0,\"rightMarginDesktop\":0,\"marginLink\":false,\"variationSelected\":true,\"rowGapMobile\":0,\"columnGapDesktop\":0} -->\n<div class=\"wp-block-uagb-container uagb-block-65a5c8af\"><!-- wp:uagb/container {\"block_id\":\"51ff6f9a\",\"widthDesktop\":50,\"bottomPaddingDesktop\":20,\"rightPaddingDesktop\":32,\"bottomPaddingTablet\":35,\"rightPaddingTablet\":15,\"bottomPaddingMobile\":65,\"paddingLink\":false,\"topMarginDesktop\":0,\"bottomMarginDesktop\":0,\"leftMarginDesktop\":5,\"rightMarginDesktop\":5,\"topMarginMobile\":0,\"bottomMarginMobile\":0,\"leftMarginMobile\":0,\"rightMarginMobile\":0,\"marginLink\":false,\"variationSelected\":true,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-51ff6f9a\"><!-- wp:uagb/info-box {\"classMigrate\":true,\"headingAlign\":\"left\",\"headingColor\":\"\",\"subHeadingColor\":\"\",\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"source_type\":\"image\",\"block_id\":\"7309d414\",\"ctaIcon\":\"\",\"ctaType\":\"text\",\"ctaText\":\"\\u003ca href=\\u0022/the-barn/\\u0022 data-type=\\u0022URL\\u0022 data-id=\\u0022/the-barn/\\u0022\\u003eREAD MORE\\u003c/a\\u003e\",\"ctaLink\":\"/the-barn/\",\"ctaLinkColor\":\"var(\\u002d\\u002dast-global-color-0)\",\"ctaDecoration\":\"underline\",\"ctaFontSize\":12,\"ctaFontWeight\":\"600\",\"ctaLetterSpacing\":2,\"ctaBorderColor\":\"\",\"ctaBorderStyle\":\"\",\"ctaBorderWidth\":\"\",\"ctaBorderRadius\":\"\",\"iconBottomMargin\":30,\"iconImage\":{\"uploading\":false,\"date\":1670936674000,\"filename\":\"blue-roan-guest-farm-10.jpg\",\"menuOrder\":0,\"uploadedTo\":761,\"type\":\"image\",\"subtype\":\"jpeg\",\"id\":863,\"title\":\"blue-roan-guest-farm (10)\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-10.jpg\",\"link\":\"https://blueroan.netgen.cloud/accommodation/blue-roan-guest-farm-10/\",\"alt\":\"\",\"author\":\"2\",\"description\":\"\",\"caption\":\"\",\"name\":\"blue-roan-guest-farm-10\",\"status\":\"inherit\",\"modified\":1670936674000,\"mime\":\"image/jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-includes/images/media/default.png\",\"dateFormatted\":\"December 13, 2022\",\"nonces\":{\"update\":\"1a7491aa65\",\"delete\":\"dc6afaa89c\",\"edit\":\"7635ee35fb\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=863\\u0026action=edit\",\"meta\":false,\"authorName\":\"Netgen Support\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/profile.php\",\"uploadedToTitle\":\"Accommodation\",\"uploadedToLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=761\\u0026action=edit\",\"filesizeInBytes\":149768,\"filesizeHumanReadable\":\"146 KB\",\"context\":\"\",\"height\":667,\"width\":1000,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-10-150x150.jpg\",\"orientation\":\"landscape\"},\"medium\":{\"height\":200,\"width\":300,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-10-300x200.jpg\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-10.jpg\",\"height\":667,\"width\":1000,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"imageSize\":\"full\",\"imageWidth\":100,\"imageWidthMobile\":100,\"imageWidthTablet\":100,\"paddingBtnTop\":10,\"paddingBtnBottom\":10,\"paddingBtnLeft\":14,\"paddingBtnRight\":14,\"imageWidthUnit\":\"%\",\"imageWidthUnitTablet\":\"%\",\"imageWidthUnitMobile\":\"%\",\"subHeadTopMargin\":0,\"subHeadRightMargin\":40,\"subHeadLeftMargin\":0,\"subHeadMarginTopTablet\":0,\"subHeadMarginRightTablet\":0,\"subHeadTabletSpace\":20,\"subHeadMarginLeftTablet\":0,\"imgTagHeight\":66,\"imgTagWidth\":1000,\"btnBorderTopWidth\":1,\"btnBorderLeftWidth\":1,\"btnBorderRightWidth\":1,\"btnBorderBottomWidth\":1,\"btnBorderTopLeftRadius\":0,\"btnBorderTopRightRadius\":0,\"btnBorderBottomLeftRadius\":0,\"btnBorderBottomRightRadius\":0,\"btnBorderStyle\":\"solid\",\"btnBorderColor\":\"#333\"} -->\n<div class=\"wp-block-uagb-info-box uagb-block-7309d414 uagb-infobox__content-wrap  uagb-infobox-icon-above-title uagb-infobox-image-valign-top\"><div class=\"uagb-ifb-content\"><div class=\"uagb-ifb-image-content\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-10.jpg\" alt=\"\" width=\"100\" height=\"66\" loading=\"lazy\"/></div><div class=\"uagb-ifb-title-wrap\"><h3 class=\"uagb-ifb-title\">The Barn </h3></div><p class=\"uagb-ifb-desc\">Rustic beams and exposed wood are all hallmarks of our barn-style suite. This is an open-plan unit with lots of windows with a raised king bed on a platform that faces the TV and the mountains.</p><div class=\"uagb-ifb-button-wrapper wp-block-button\"><a href=\"/the-barn/\" target=\"_self\" class=\"uagb-infobox-cta-link\" rel=\"noopener noreferrer\" alt=\"\"><span class=\"uagb-inline-editing\">READ MORE</span></a></div></div></div>\n<!-- /wp:uagb/info-box --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"8ca309b6\",\"widthDesktop\":50,\"bottomPaddingDesktop\":20,\"rightPaddingDesktop\":32,\"bottomPaddingTablet\":35,\"rightPaddingTablet\":15,\"bottomPaddingMobile\":65,\"paddingLink\":false,\"topMarginDesktop\":0,\"bottomMarginDesktop\":0,\"leftMarginDesktop\":5,\"rightMarginDesktop\":5,\"topMarginMobile\":0,\"bottomMarginMobile\":0,\"leftMarginMobile\":0,\"rightMarginMobile\":0,\"marginLink\":false,\"variationSelected\":true,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-8ca309b6\"><!-- wp:uagb/info-box {\"classMigrate\":true,\"headingAlign\":\"left\",\"headingColor\":\"\",\"subHeadingColor\":\"\",\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"source_type\":\"image\",\"block_id\":\"8eba4abe\",\"ctaIcon\":\"\",\"ctaType\":\"text\",\"ctaText\":\"READ MORE\",\"ctaLink\":\"/the-tuscan-suite/\",\"ctaLinkColor\":\"var(\\u002d\\u002dast-global-color-0)\",\"ctaDecoration\":\"underline\",\"ctaFontSize\":12,\"ctaFontWeight\":\"600\",\"ctaLetterSpacing\":2,\"ctaBorderColor\":\"\",\"ctaBorderStyle\":\"\",\"ctaBorderWidth\":\"\",\"ctaBorderRadius\":\"\",\"iconBottomMargin\":30,\"iconImage\":{\"uploading\":false,\"date\":1670936842000,\"filename\":\"tuscan-suite-raised-bed-and-settee.jpg\",\"menuOrder\":0,\"uploadedTo\":761,\"type\":\"image\",\"subtype\":\"jpeg\",\"id\":864,\"title\":\"tuscan-suite-raised-bed-and-settee\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/tuscan-suite-raised-bed-and-settee.jpg\",\"link\":\"https://blueroan.netgen.cloud/accommodation/tuscan-suite-raised-bed-and-settee/\",\"alt\":\"\",\"author\":\"2\",\"description\":\"\",\"caption\":\"\",\"name\":\"tuscan-suite-raised-bed-and-settee\",\"status\":\"inherit\",\"modified\":1670936842000,\"mime\":\"image/jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-includes/images/media/default.png\",\"dateFormatted\":\"December 13, 2022\",\"nonces\":{\"update\":\"0624a4a01a\",\"delete\":\"9e8f0f7a5a\",\"edit\":\"087f94f2e5\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=864\\u0026action=edit\",\"meta\":false,\"authorName\":\"Netgen Support\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/profile.php\",\"uploadedToTitle\":\"Accommodation\",\"uploadedToLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=761\\u0026action=edit\",\"filesizeInBytes\":41923,\"filesizeHumanReadable\":\"41 KB\",\"context\":\"\",\"height\":400,\"width\":600,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/tuscan-suite-raised-bed-and-settee-150x150.jpg\",\"orientation\":\"landscape\"},\"medium\":{\"height\":200,\"width\":300,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/tuscan-suite-raised-bed-and-settee-300x200.jpg\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/tuscan-suite-raised-bed-and-settee.jpg\",\"height\":400,\"width\":600,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"imageSize\":\"full\",\"imageWidth\":100,\"imageWidthMobile\":100,\"imageWidthTablet\":100,\"paddingBtnTop\":10,\"paddingBtnBottom\":10,\"paddingBtnLeft\":14,\"paddingBtnRight\":14,\"imageWidthUnit\":\"%\",\"imageWidthUnitTablet\":\"%\",\"imageWidthUnitMobile\":\"%\",\"subHeadTopMargin\":0,\"subHeadRightMargin\":40,\"subHeadLeftMargin\":0,\"subHeadMarginTopTablet\":0,\"subHeadMarginRightTablet\":0,\"subHeadTabletSpace\":20,\"subHeadMarginLeftTablet\":0,\"imgTagHeight\":66,\"imgTagWidth\":600,\"btnBorderTopWidth\":1,\"btnBorderLeftWidth\":1,\"btnBorderRightWidth\":1,\"btnBorderBottomWidth\":1,\"btnBorderTopLeftRadius\":0,\"btnBorderTopRightRadius\":0,\"btnBorderBottomLeftRadius\":0,\"btnBorderBottomRightRadius\":0,\"btnBorderStyle\":\"solid\",\"btnBorderColor\":\"#333\"} -->\n<div class=\"wp-block-uagb-info-box uagb-block-8eba4abe uagb-infobox__content-wrap  uagb-infobox-icon-above-title uagb-infobox-image-valign-top\"><div class=\"uagb-ifb-content\"><div class=\"uagb-ifb-image-content\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/tuscan-suite-raised-bed-and-settee.jpg\" alt=\"\" width=\"100\" height=\"66\" loading=\"lazy\"/></div><div class=\"uagb-ifb-title-wrap\"><h3 class=\"uagb-ifb-title\">The Tuscan Suite </h3></div><p class=\"uagb-ifb-desc\">Terra-cotta tiles, textured wall treatments, gorgeous, intricate murals,&nbsp;and simple, durable furniture with elegant iron accents are all characteristics of Tuscan interior design.</p><div class=\"uagb-ifb-button-wrapper wp-block-button\"><a href=\"/the-tuscan-suite/\" target=\"_self\" class=\"uagb-infobox-cta-link\" rel=\"noopener noreferrer\" alt=\"\"><span class=\"uagb-inline-editing\">READ MORE</span></a></div></div></div>\n<!-- /wp:uagb/info-box --></div>\n<!-- /wp:uagb/container --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"fed285f2\",\"directionDesktop\":\"row\",\"alignItemsTablet\":\"flex-start\",\"justifyContentDesktop\":\"flex-start\",\"topMarginDesktop\":54,\"bottomMarginDesktop\":0,\"leftMarginDesktop\":0,\"rightMarginDesktop\":0,\"topMarginMobile\":0,\"bottomMarginMobile\":0,\"leftMarginMobile\":0,\"rightMarginMobile\":0,\"marginLink\":false,\"variationSelected\":true,\"rowGapMobile\":0,\"columnGapDesktop\":0} -->\n<div class=\"wp-block-uagb-container uagb-block-fed285f2\"><!-- wp:uagb/container {\"block_id\":\"74f64cf1\",\"widthDesktop\":50,\"bottomPaddingDesktop\":20,\"rightPaddingDesktop\":32,\"bottomPaddingTablet\":35,\"leftPaddingTablet\":0,\"rightPaddingTablet\":15,\"bottomPaddingMobile\":65,\"paddingLink\":false,\"topMarginDesktop\":0,\"bottomMarginDesktop\":0,\"leftMarginDesktop\":5,\"rightMarginDesktop\":5,\"topMarginMobile\":0,\"bottomMarginMobile\":0,\"leftMarginMobile\":0,\"rightMarginMobile\":0,\"marginLink\":false,\"variationSelected\":true,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-74f64cf1\"><!-- wp:uagb/info-box {\"classMigrate\":true,\"headingAlign\":\"left\",\"headingColor\":\"\",\"subHeadingColor\":\"\",\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"source_type\":\"image\",\"block_id\":\"842d3ff4\",\"ctaIcon\":\"\",\"ctaType\":\"text\",\"ctaText\":\"READ MORE\",\"ctaLink\":\"/the-bluebush/\",\"ctaLinkColor\":\"var(\\u002d\\u002dast-global-color-0)\",\"ctaDecoration\":\"underline\",\"ctaFontSize\":12,\"ctaFontWeight\":\"600\",\"ctaLetterSpacing\":2,\"ctaBorderColor\":\"\",\"ctaBorderStyle\":\"\",\"ctaBorderWidth\":\"\",\"ctaBorderRadius\":\"\",\"iconBottomMargin\":30,\"iconImage\":{\"uploading\":false,\"date\":1670938945000,\"filename\":\"bluebush-king-bed-and-spa-bath.png\",\"menuOrder\":0,\"uploadedTo\":761,\"type\":\"image\",\"subtype\":\"png\",\"id\":881,\"title\":\"bluebush-king-bed-and-spa-bath\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/bluebush-king-bed-and-spa-bath.png\",\"link\":\"https://blueroan.netgen.cloud/accommodation/bluebush-king-bed-and-spa-bath/\",\"alt\":\"\",\"author\":\"2\",\"description\":\"\",\"caption\":\"\",\"name\":\"bluebush-king-bed-and-spa-bath\",\"status\":\"inherit\",\"modified\":1670938945000,\"mime\":\"image/png\",\"icon\":\"https://blueroan.netgen.cloud/wp-includes/images/media/default.png\",\"dateFormatted\":\"December 13, 2022\",\"nonces\":{\"update\":\"e1c334788a\",\"delete\":\"b219c40b29\",\"edit\":\"273b944edc\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=881\\u0026action=edit\",\"meta\":false,\"authorName\":\"Netgen Support\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/profile.php\",\"uploadedToTitle\":\"Accommodation\",\"uploadedToLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=761\\u0026action=edit\",\"filesizeInBytes\":1195033,\"filesizeHumanReadable\":\"1 MB\",\"context\":\"\",\"height\":667,\"width\":1000,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/bluebush-king-bed-and-spa-bath-150x150.png\",\"orientation\":\"landscape\"},\"medium\":{\"height\":200,\"width\":300,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/bluebush-king-bed-and-spa-bath-300x200.png\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/bluebush-king-bed-and-spa-bath.png\",\"height\":667,\"width\":1000,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"imageSize\":\"full\",\"imageWidth\":100,\"imageWidthMobile\":100,\"imageWidthTablet\":100,\"paddingBtnTop\":10,\"paddingBtnBottom\":10,\"paddingBtnLeft\":14,\"paddingBtnRight\":14,\"imageWidthUnit\":\"%\",\"imageWidthUnitTablet\":\"%\",\"imageWidthUnitMobile\":\"%\",\"subHeadTopMargin\":0,\"subHeadRightMargin\":40,\"subHeadLeftMargin\":0,\"subHeadMarginTopTablet\":0,\"subHeadMarginRightTablet\":0,\"subHeadTabletSpace\":20,\"subHeadMarginLeftTablet\":0,\"imgTagHeight\":66,\"imgTagWidth\":1000,\"btnBorderTopWidth\":1,\"btnBorderLeftWidth\":1,\"btnBorderRightWidth\":1,\"btnBorderBottomWidth\":1,\"btnBorderTopLeftRadius\":0,\"btnBorderTopRightRadius\":0,\"btnBorderBottomLeftRadius\":0,\"btnBorderBottomRightRadius\":0,\"btnBorderStyle\":\"solid\",\"btnBorderColor\":\"#333\"} -->\n<div class=\"wp-block-uagb-info-box uagb-block-842d3ff4 uagb-infobox__content-wrap  uagb-infobox-icon-above-title uagb-infobox-image-valign-top\"><div class=\"uagb-ifb-content\"><div class=\"uagb-ifb-image-content\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/bluebush-king-bed-and-spa-bath.png\" alt=\"\" width=\"100\" height=\"66\" loading=\"lazy\"/></div><div class=\"uagb-ifb-title-wrap\"><h3 class=\"uagb-ifb-title\">The Bluebush </h3></div><p class=\"uagb-ifb-desc\">A warm and comforting suite with a very homely feeling. Settle in and alleviate like you would at home. Relax with a perfect corner-shaped spa bath and open-plan&nbsp;living area.</p><div class=\"uagb-ifb-button-wrapper wp-block-button\"><a href=\"/the-bluebush/\" target=\"_self\" class=\"uagb-infobox-cta-link\" rel=\"noopener noreferrer\" alt=\"\"><span class=\"uagb-inline-editing\">READ MORE</span></a></div></div></div>\n<!-- /wp:uagb/info-box --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"593aebd4\",\"widthDesktop\":50,\"bottomPaddingDesktop\":20,\"rightPaddingDesktop\":32,\"bottomPaddingTablet\":35,\"rightPaddingTablet\":15,\"bottomPaddingMobile\":65,\"paddingLink\":false,\"topMarginDesktop\":0,\"bottomMarginDesktop\":0,\"leftMarginDesktop\":5,\"rightMarginDesktop\":5,\"topMarginMobile\":0,\"bottomMarginMobile\":0,\"leftMarginMobile\":0,\"rightMarginMobile\":0,\"marginLink\":false,\"variationSelected\":true,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-593aebd4\"><!-- wp:uagb/info-box {\"classMigrate\":true,\"headingAlign\":\"left\",\"headingColor\":\"\",\"subHeadingColor\":\"\",\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"source_type\":\"image\",\"block_id\":\"972494f6\",\"ctaIcon\":\"\",\"ctaType\":\"text\",\"ctaText\":\"READ MORE\",\"ctaLink\":\"/the-mexican-loft/\",\"ctaLinkColor\":\"var(\\u002d\\u002dast-global-color-0)\",\"ctaDecoration\":\"underline\",\"ctaFontSize\":12,\"ctaFontWeight\":\"600\",\"ctaLetterSpacing\":2,\"ctaBorderColor\":\"\",\"ctaBorderStyle\":\"\",\"ctaBorderWidth\":\"\",\"ctaBorderRadius\":\"\",\"iconBottomMargin\":30,\"iconImage\":{\"uploading\":false,\"date\":1670938831000,\"filename\":\"blue-roan-guest-farm-11.jpg\",\"menuOrder\":0,\"uploadedTo\":761,\"type\":\"image\",\"subtype\":\"jpeg\",\"id\":879,\"title\":\"blue-roan-guest-farm (11)\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-11.jpg\",\"link\":\"https://blueroan.netgen.cloud/accommodation/blue-roan-guest-farm-11/\",\"alt\":\"\",\"author\":\"2\",\"description\":\"\",\"caption\":\"\",\"name\":\"blue-roan-guest-farm-11\",\"status\":\"inherit\",\"modified\":1670938831000,\"mime\":\"image/jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-includes/images/media/default.png\",\"dateFormatted\":\"December 13, 2022\",\"nonces\":{\"update\":\"294125e9db\",\"delete\":\"1a7a578cdb\",\"edit\":\"79b313e573\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=879\\u0026action=edit\",\"meta\":false,\"authorName\":\"Netgen Support\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/profile.php\",\"uploadedToTitle\":\"Accommodation\",\"uploadedToLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=761\\u0026action=edit\",\"filesizeInBytes\":175055,\"filesizeHumanReadable\":\"171 KB\",\"context\":\"\",\"height\":667,\"width\":1000,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-11-150x150.jpg\",\"orientation\":\"landscape\"},\"medium\":{\"height\":200,\"width\":300,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-11-300x200.jpg\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-11.jpg\",\"height\":667,\"width\":1000,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"imageSize\":\"full\",\"imageWidth\":100,\"imageWidthMobile\":100,\"imageWidthTablet\":100,\"paddingBtnTop\":10,\"paddingBtnBottom\":10,\"paddingBtnLeft\":14,\"paddingBtnRight\":14,\"imageWidthUnit\":\"%\",\"imageWidthUnitTablet\":\"%\",\"imageWidthUnitMobile\":\"%\",\"subHeadTopMargin\":0,\"subHeadRightMargin\":40,\"subHeadLeftMargin\":0,\"subHeadMarginTopTablet\":0,\"subHeadMarginRightTablet\":0,\"subHeadTabletSpace\":20,\"subHeadMarginLeftTablet\":0,\"imgTagHeight\":66,\"imgTagWidth\":1000,\"btnBorderTopWidth\":1,\"btnBorderLeftWidth\":1,\"btnBorderRightWidth\":1,\"btnBorderBottomWidth\":1,\"btnBorderTopLeftRadius\":0,\"btnBorderTopRightRadius\":0,\"btnBorderBottomLeftRadius\":0,\"btnBorderBottomRightRadius\":0,\"btnBorderStyle\":\"solid\",\"btnBorderColor\":\"#333\"} -->\n<div class=\"wp-block-uagb-info-box uagb-block-972494f6 uagb-infobox__content-wrap  uagb-infobox-icon-above-title uagb-infobox-image-valign-top\"><div class=\"uagb-ifb-content\"><div class=\"uagb-ifb-image-content\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-11.jpg\" alt=\"\" width=\"100\" height=\"66\" loading=\"lazy\"/></div><div class=\"uagb-ifb-title-wrap\"><h3 class=\"uagb-ifb-title\">The Mexican Loft </h3></div><p class=\"uagb-ifb-desc\">This Mexican-inspired unit is full of bold colors and rustic furnishings. This design style has a multifarious feel, mixing rustic wood, authentic art, textiles, and a vivid palette of color</p><div class=\"uagb-ifb-button-wrapper wp-block-button\"><a href=\"/the-mexican-loft/\" target=\"_self\" class=\"uagb-infobox-cta-link\" rel=\"noopener noreferrer\" alt=\"\"><span class=\"uagb-inline-editing\">READ MORE</span></a></div></div></div>\n<!-- /wp:uagb/info-box --></div>\n<!-- /wp:uagb/container --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"f135f7ab\",\"directionDesktop\":\"row\",\"justifyContentDesktop\":\"flex-start\",\"topMarginDesktop\":54,\"bottomMarginDesktop\":0,\"leftMarginDesktop\":0,\"rightMarginDesktop\":0,\"topMarginMobile\":0,\"bottomMarginMobile\":0,\"leftMarginMobile\":0,\"rightMarginMobile\":0,\"marginLink\":false,\"variationSelected\":true,\"rowGapMobile\":0,\"columnGapDesktop\":0} -->\n<div class=\"wp-block-uagb-container uagb-block-f135f7ab\"><!-- wp:uagb/container {\"block_id\":\"88046f75\",\"widthDesktop\":50,\"bottomPaddingDesktop\":20,\"rightPaddingDesktop\":32,\"bottomPaddingTablet\":35,\"rightPaddingTablet\":15,\"bottomPaddingMobile\":65,\"paddingLink\":false,\"topMarginDesktop\":0,\"bottomMarginDesktop\":0,\"leftMarginDesktop\":5,\"rightMarginDesktop\":5,\"topMarginMobile\":0,\"bottomMarginMobile\":0,\"leftMarginMobile\":0,\"rightMarginMobile\":0,\"marginLink\":false,\"variationSelected\":true,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-88046f75\"><!-- wp:uagb/info-box {\"classMigrate\":true,\"headingAlign\":\"left\",\"headingColor\":\"\",\"subHeadingColor\":\"\",\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"source_type\":\"image\",\"block_id\":\"730e99d4\",\"ctaIcon\":\"\",\"ctaType\":\"text\",\"ctaText\":\"READ MORE\",\"ctaLinkColor\":\"var(\\u002d\\u002dast-global-color-0)\",\"ctaDecoration\":\"underline\",\"ctaFontSize\":12,\"ctaFontWeight\":\"600\",\"ctaLetterSpacing\":2,\"ctaBorderColor\":\"\",\"ctaBorderStyle\":\"\",\"ctaBorderWidth\":\"\",\"ctaBorderRadius\":\"\",\"iconBottomMargin\":30,\"iconImage\":{\"uploading\":false,\"date\":1670939381000,\"filename\":\"acacia-lounge.jpg\",\"menuOrder\":0,\"uploadedTo\":761,\"type\":\"image\",\"subtype\":\"jpeg\",\"id\":885,\"title\":\"acacia-lounge\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/acacia-lounge.jpg\",\"link\":\"https://blueroan.netgen.cloud/accommodation/acacia-lounge/\",\"alt\":\"\",\"author\":\"2\",\"description\":\"\",\"caption\":\"\",\"name\":\"acacia-lounge\",\"status\":\"inherit\",\"modified\":1670939381000,\"mime\":\"image/jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-includes/images/media/default.png\",\"dateFormatted\":\"December 13, 2022\",\"nonces\":{\"update\":\"17e284dc72\",\"delete\":\"0967fb8415\",\"edit\":\"99ac1eb1a8\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=885\\u0026action=edit\",\"meta\":false,\"authorName\":\"Netgen Support\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/profile.php\",\"uploadedToTitle\":\"Accommodation\",\"uploadedToLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=761\\u0026action=edit\",\"filesizeInBytes\":37270,\"filesizeHumanReadable\":\"36 KB\",\"context\":\"\",\"height\":400,\"width\":600,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/acacia-lounge-150x150.jpg\",\"orientation\":\"landscape\"},\"medium\":{\"height\":200,\"width\":300,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/acacia-lounge-300x200.jpg\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/acacia-lounge.jpg\",\"height\":400,\"width\":600,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"imageSize\":\"full\",\"imageWidth\":100,\"imageWidthMobile\":100,\"imageWidthTablet\":100,\"paddingBtnTop\":10,\"paddingBtnBottom\":10,\"paddingBtnLeft\":14,\"paddingBtnRight\":14,\"imageWidthUnit\":\"%\",\"imageWidthUnitTablet\":\"%\",\"imageWidthUnitMobile\":\"%\",\"subHeadTopMargin\":0,\"subHeadRightMargin\":40,\"subHeadLeftMargin\":0,\"subHeadMarginTopTablet\":0,\"subHeadMarginRightTablet\":0,\"subHeadTabletSpace\":20,\"subHeadMarginLeftTablet\":0,\"imgTagHeight\":66,\"imgTagWidth\":600,\"btnBorderTopWidth\":1,\"btnBorderLeftWidth\":1,\"btnBorderRightWidth\":1,\"btnBorderBottomWidth\":1,\"btnBorderTopLeftRadius\":0,\"btnBorderTopRightRadius\":0,\"btnBorderBottomLeftRadius\":0,\"btnBorderBottomRightRadius\":0,\"btnBorderStyle\":\"solid\",\"btnBorderColor\":\"#333\"} -->\n<div class=\"wp-block-uagb-info-box uagb-block-730e99d4 uagb-infobox__content-wrap  uagb-infobox-icon-above-title uagb-infobox-image-valign-top\"><div class=\"uagb-ifb-content\"><div class=\"uagb-ifb-image-content\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/acacia-lounge.jpg\" alt=\"\" width=\"100\" height=\"66\" loading=\"lazy\"/></div><div class=\"uagb-ifb-title-wrap\"><h3 class=\"uagb-ifb-title\">The Acacia </h3></div><p class=\"uagb-ifb-desc\">The largest unit we have named after the Acacia tree. This suite is rugged and rustic and has a spacious open plan living area opening onto a covered patio with a brick braai area. </p><div class=\"uagb-ifb-button-wrapper wp-block-button\"><a href=\"\" target=\"_self\" class=\"uagb-infobox-cta-link uagb-disable-link\" rel=\"noopener noreferrer\" alt=\"\"><span class=\"uagb-inline-editing\">READ MORE</span></a></div></div></div>\n<!-- /wp:uagb/info-box --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"d97d47f9\",\"widthDesktop\":50,\"bottomPaddingDesktop\":20,\"rightPaddingDesktop\":32,\"bottomPaddingTablet\":35,\"rightPaddingTablet\":15,\"paddingLink\":false,\"topMarginDesktop\":0,\"bottomMarginDesktop\":0,\"leftMarginDesktop\":5,\"rightMarginDesktop\":5,\"topMarginMobile\":0,\"bottomMarginMobile\":0,\"leftMarginMobile\":0,\"rightMarginMobile\":0,\"marginLink\":false,\"variationSelected\":true,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-d97d47f9\"><!-- wp:uagb/info-box {\"classMigrate\":true,\"headingAlign\":\"left\",\"headingColor\":\"\",\"subHeadingColor\":\"\",\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"source_type\":\"image\",\"block_id\":\"3179657e\",\"ctaIcon\":\"\",\"ctaType\":\"text\",\"ctaText\":\"READ MORE\",\"ctaLinkColor\":\"var(\\u002d\\u002dast-global-color-0)\",\"ctaDecoration\":\"underline\",\"ctaFontSize\":12,\"ctaFontWeight\":\"600\",\"ctaLetterSpacing\":2,\"ctaBorderColor\":\"\",\"ctaBorderStyle\":\"\",\"ctaBorderWidth\":\"\",\"ctaBorderRadius\":\"\",\"iconBottomMargin\":30,\"iconImage\":{\"id\":290,\"title\":\"room-6\",\"filename\":\"room-6.jpg\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/room-6.jpg\",\"link\":\"https://blueroan.netgen.cloud/room-6/\",\"alt\":\"\",\"author\":\"34\",\"description\":\"\",\"caption\":\"\",\"name\":\"room-6\",\"status\":\"inherit\",\"uploadedTo\":0,\"date\":\"2021-05-11T12:42:24.000Z\",\"modified\":\"2021-05-11T12:42:24.000Z\",\"menuOrder\":0,\"mime\":\"image/jpeg\",\"type\":\"image\",\"subtype\":\"jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/default.png\",\"dateFormatted\":\"May 11, 2021\",\"nonces\":{\"update\":\"ca0f21bc6b\",\"delete\":\"aeb89ca3d4\",\"edit\":\"4be159def3\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=290\\u0026action=edit\",\"meta\":false,\"authorName\":\"Rishabh\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/user-edit.php?user_id=34\",\"filesizeInBytes\":50081,\"filesizeHumanReadable\":\"49 KB\",\"context\":\"\",\"height\":400,\"width\":600,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/room-6-150x150.jpg\",\"orientation\":\"landscape\"},\"medium\":{\"height\":200,\"width\":300,\"url\":\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/room-6-300x200.jpg\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/room-6.jpg\",\"height\":400,\"width\":600,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"imageSize\":\"full\",\"imageWidth\":100,\"imageWidthMobile\":100,\"imageWidthTablet\":100,\"paddingBtnTop\":10,\"paddingBtnBottom\":10,\"paddingBtnLeft\":14,\"paddingBtnRight\":14,\"imageWidthUnit\":\"%\",\"imageWidthUnitTablet\":\"%\",\"imageWidthUnitMobile\":\"%\",\"subHeadTopMargin\":0,\"subHeadRightMargin\":40,\"subHeadLeftMargin\":0,\"subHeadMarginTopTablet\":0,\"subHeadMarginRightTablet\":0,\"subHeadTabletSpace\":20,\"subHeadMarginLeftTablet\":0,\"imgTagHeight\":66,\"imgTagWidth\":600,\"btnBorderTopWidth\":1,\"btnBorderLeftWidth\":1,\"btnBorderRightWidth\":1,\"btnBorderBottomWidth\":1,\"btnBorderTopLeftRadius\":0,\"btnBorderTopRightRadius\":0,\"btnBorderBottomLeftRadius\":0,\"btnBorderBottomRightRadius\":0,\"btnBorderStyle\":\"solid\",\"btnBorderColor\":\"#333\"} -->\n<div class=\"wp-block-uagb-info-box uagb-block-3179657e uagb-infobox__content-wrap  uagb-infobox-icon-above-title uagb-infobox-image-valign-top\"><div class=\"uagb-ifb-content\"><div class=\"uagb-ifb-image-content\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/room-6.jpg\" alt=\"\" width=\"100\" height=\"66\" loading=\"lazy\"/></div><div class=\"uagb-ifb-title-wrap\"><h3 class=\"uagb-ifb-title\">The Greek Villa </h3></div><p class=\"uagb-ifb-desc\">Designed like a Greek villa this Mediterranean style reflects a relaxed atmosphere with its dominant white walls and blue ceilings with lovely rustic furnishings</p><div class=\"uagb-ifb-button-wrapper wp-block-button\"><a href=\"\" target=\"_self\" class=\"uagb-infobox-cta-link uagb-disable-link\" rel=\"noopener noreferrer\" alt=\"\"><span class=\"uagb-inline-editing\">READ MORE</span></a></div></div></div>\n<!-- /wp:uagb/info-box --></div>\n<!-- /wp:uagb/container --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"482befc0\",\"directionDesktop\":\"row\",\"justifyContentDesktop\":\"flex-start\",\"topMarginDesktop\":54,\"bottomMarginDesktop\":0,\"leftMarginDesktop\":0,\"rightMarginDesktop\":0,\"topMarginMobile\":0,\"bottomMarginMobile\":0,\"leftMarginMobile\":0,\"rightMarginMobile\":0,\"marginLink\":false,\"variationSelected\":true,\"rowGapMobile\":0,\"columnGapDesktop\":0} -->\n<div class=\"wp-block-uagb-container uagb-block-482befc0\"><!-- wp:uagb/container {\"block_id\":\"8964e087\",\"widthDesktop\":50,\"bottomPaddingDesktop\":20,\"rightPaddingDesktop\":32,\"bottomPaddingTablet\":35,\"rightPaddingTablet\":15,\"bottomPaddingMobile\":65,\"paddingLink\":false,\"topMarginDesktop\":0,\"bottomMarginDesktop\":0,\"leftMarginDesktop\":5,\"rightMarginDesktop\":5,\"topMarginMobile\":0,\"bottomMarginMobile\":0,\"leftMarginMobile\":0,\"rightMarginMobile\":0,\"marginLink\":false,\"variationSelected\":true,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-8964e087\"><!-- wp:uagb/info-box {\"classMigrate\":true,\"headingAlign\":\"left\",\"headingColor\":\"\",\"subHeadingColor\":\"\",\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"source_type\":\"image\",\"block_id\":\"ec8d738d\",\"ctaIcon\":\"\",\"ctaType\":\"text\",\"ctaText\":\"READ MORE\",\"ctaLinkColor\":\"var(\\u002d\\u002dast-global-color-0)\",\"ctaDecoration\":\"underline\",\"ctaFontSize\":12,\"ctaFontWeight\":\"600\",\"ctaLetterSpacing\":2,\"ctaBorderColor\":\"\",\"ctaBorderStyle\":\"\",\"ctaBorderWidth\":\"\",\"ctaBorderRadius\":\"\",\"iconBottomMargin\":30,\"iconImage\":{\"uploading\":false,\"date\":1670943128000,\"filename\":\"AAEAAQAAAAAAAAAAAAAAJDkwZDA0NDg0LWIwNTctNGVlNy05Y2NjLWNjNDllODBmZTI3OA.png\",\"menuOrder\":0,\"uploadedTo\":761,\"type\":\"image\",\"subtype\":\"png\",\"id\":896,\"title\":\"AAEAAQAAAAAAAAAAAAAAJDkwZDA0NDg0LWIwNTctNGVlNy05Y2NjLWNjNDllODBmZTI3OA\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAAJDkwZDA0NDg0LWIwNTctNGVlNy05Y2NjLWNjNDllODBmZTI3OA.png\",\"link\":\"https://blueroan.netgen.cloud/accommodation/aaeaaqaaaaaaaaaaaaaajdkwzda0ndg0lwiwntctngvlny05y2njlwnjndllodbmzti3oa/\",\"alt\":\"Honeymoon suite bedroom \",\"author\":\"2\",\"description\":\"\",\"caption\":\"\",\"name\":\"aaeaaqaaaaaaaaaaaaaajdkwzda0ndg0lwiwntctngvlny05y2njlwnjndllodbmzti3oa\",\"status\":\"inherit\",\"modified\":1670943128000,\"mime\":\"image/png\",\"icon\":\"https://blueroan.netgen.cloud/wp-includes/images/media/default.png\",\"dateFormatted\":\"December 13, 2022\",\"nonces\":{\"update\":\"ef5e68588c\",\"delete\":\"c4dba1213a\",\"edit\":\"aea99f65e2\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=896\\u0026action=edit\",\"meta\":false,\"authorName\":\"Netgen Support\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/profile.php\",\"uploadedToTitle\":\"Accommodation\",\"uploadedToLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=761\\u0026action=edit\",\"filesizeInBytes\":1088370,\"filesizeHumanReadable\":\"1 MB\",\"context\":\"\",\"height\":861,\"width\":1300,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAAJDkwZDA0NDg0LWIwNTctNGVlNy05Y2NjLWNjNDllODBmZTI3OA-150x150.png\",\"orientation\":\"landscape\"},\"medium\":{\"height\":199,\"width\":300,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAAJDkwZDA0NDg0LWIwNTctNGVlNy05Y2NjLWNjNDllODBmZTI3OA-300x199.png\",\"orientation\":\"landscape\"},\"large\":{\"height\":678,\"width\":1024,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAAJDkwZDA0NDg0LWIwNTctNGVlNy05Y2NjLWNjNDllODBmZTI3OA-1024x678.png\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAAJDkwZDA0NDg0LWIwNTctNGVlNy05Y2NjLWNjNDllODBmZTI3OA.png\",\"height\":861,\"width\":1300,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"imageSize\":\"full\",\"imageWidth\":100,\"imageWidthMobile\":100,\"imageWidthTablet\":100,\"paddingBtnTop\":10,\"paddingBtnBottom\":10,\"paddingBtnLeft\":14,\"paddingBtnRight\":14,\"imageWidthUnit\":\"%\",\"imageWidthUnitTablet\":\"%\",\"imageWidthUnitMobile\":\"%\",\"subHeadTopMargin\":0,\"subHeadRightMargin\":40,\"subHeadLeftMargin\":0,\"subHeadMarginTopTablet\":0,\"subHeadMarginRightTablet\":0,\"subHeadTabletSpace\":20,\"subHeadMarginLeftTablet\":0,\"imgTagHeight\":66,\"imgTagWidth\":1300,\"btnBorderTopWidth\":1,\"btnBorderLeftWidth\":1,\"btnBorderRightWidth\":1,\"btnBorderBottomWidth\":1,\"btnBorderTopLeftRadius\":0,\"btnBorderTopRightRadius\":0,\"btnBorderBottomLeftRadius\":0,\"btnBorderBottomRightRadius\":0,\"btnBorderStyle\":\"solid\",\"btnBorderColor\":\"#333\"} -->\n<div class=\"wp-block-uagb-info-box uagb-block-ec8d738d uagb-infobox__content-wrap  uagb-infobox-icon-above-title uagb-infobox-image-valign-top\"><div class=\"uagb-ifb-content\"><div class=\"uagb-ifb-image-content\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAAJDkwZDA0NDg0LWIwNTctNGVlNy05Y2NjLWNjNDllODBmZTI3OA.png\" alt=\"Honeymoon suite bedroom \" width=\"100\" height=\"66\" loading=\"lazy\"/></div><div class=\"uagb-ifb-title-wrap\"><h3 class=\"uagb-ifb-title\">The Honeymoon suite</h3></div><p class=\"uagb-ifb-desc\">This&nbsp;<a href=\"https://www.collinsdictionary.com/dictionary/english/suite\">suite</a>&nbsp;is perfect for couples - This is an open-plan unit attached to the side of the main house, completely private with its own entrance, own garden, and carport.&nbsp;</p><div class=\"uagb-ifb-button-wrapper wp-block-button\"><a href=\"\" target=\"_self\" class=\"uagb-infobox-cta-link uagb-disable-link\" rel=\"noopener noreferrer\" alt=\"\"><span class=\"uagb-inline-editing\">READ MORE</span></a></div></div></div>\n<!-- /wp:uagb/info-box --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"d44cdf31\",\"widthDesktop\":50,\"bottomPaddingDesktop\":20,\"rightPaddingDesktop\":32,\"bottomPaddingTablet\":35,\"rightPaddingTablet\":15,\"paddingLink\":false,\"topMarginDesktop\":0,\"bottomMarginDesktop\":0,\"leftMarginDesktop\":5,\"rightMarginDesktop\":5,\"topMarginMobile\":0,\"bottomMarginMobile\":0,\"leftMarginMobile\":0,\"rightMarginMobile\":0,\"marginLink\":false,\"variationSelected\":true,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-d44cdf31\"></div>\n<!-- /wp:uagb/container --></div>\n<!-- /wp:uagb/container --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"d1e0153f\",\"innerContentCustomWidthDesktop\":781,\"innerContentCustomWidthTablet\":781,\"backgroundType\":\"image\",\"backgroundImageDesktop\":{\"uploading\":false,\"date\":1670943271000,\"filename\":\"AAEAAQAAAAAAAAAAAAAA39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba.png\",\"menuOrder\":0,\"uploadedTo\":761,\"type\":\"image\",\"subtype\":\"png\",\"id\":899,\"title\":\"AAEAAQAAAAAAAAAAAAAA39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAA39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba.png\",\"link\":\"https://blueroan.netgen.cloud/accommodation/aaeaaqaaaaaaaaaaaaaa39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba/\",\"alt\":\"\",\"author\":\"2\",\"description\":\"\",\"caption\":\"\",\"name\":\"aaeaaqaaaaaaaaaaaaaa39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba\",\"status\":\"inherit\",\"modified\":1670943271000,\"mime\":\"image/png\",\"icon\":\"https://blueroan.netgen.cloud/wp-includes/images/media/default.png\",\"dateFormatted\":\"December 13, 2022\",\"nonces\":{\"update\":\"45b2b6c69b\",\"delete\":\"75d81c42ab\",\"edit\":\"88fae030a9\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=899\\u0026action=edit\",\"meta\":false,\"authorName\":\"Netgen Support\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/profile.php\",\"uploadedToTitle\":\"Accommodation\",\"uploadedToLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=761\\u0026action=edit\",\"filesizeInBytes\":2338048,\"filesizeHumanReadable\":\"2 MB\",\"context\":\"\",\"height\":900,\"width\":1200,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAA39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba-150x150.png\",\"orientation\":\"landscape\"},\"medium\":{\"height\":225,\"width\":300,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAA39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba-300x225.png\",\"orientation\":\"landscape\"},\"large\":{\"height\":768,\"width\":1024,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAA39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba-1024x768.png\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAA39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba.png\",\"height\":900,\"width\":1200,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"backgroundImageColor\":\"rgba(42,42,42,0.65)\",\"topPaddingDesktop\":144,\"bottomPaddingDesktop\":144,\"leftPaddingDesktop\":40,\"rightPaddingDesktop\":40,\"topPaddingTablet\":80,\"bottomPaddingTablet\":80,\"leftPaddingTablet\":40,\"rightPaddingTablet\":40,\"topPaddingMobile\":64,\"bottomPaddingMobile\":64,\"leftPaddingMobile\":24,\"rightPaddingMobile\":24,\"paddingLink\":false,\"variationSelected\":true,\"isBlockRootParent\":true,\"overlayType\":\"color\"} -->\n<div class=\"wp-block-uagb-container uagb-block-d1e0153f alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/advanced-heading {\"block_id\":\"15c31f44\",\"classMigrate\":true,\"headingDescToggle\":true,\"headingAlign\":\"center\",\"headingColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"subHeadingColor\":\"var(\\u002d\\u002dast-global-color-4)\",\"headSpace\":20} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-15c31f44\"><h2 class=\"uagb-heading-text\">Plan an Unforgettable Experience at<br>Blue Roan!</h2><p class=\"uagb-desc-text\">We can help you fit your stay and experience within your allotted budget.</p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/advanced-heading {\"block_id\":\"a09cff1e\",\"classMigrate\":true,\"headingTitleToggle\":false,\"headingDescToggle\":true,\"headingAlign\":\"center\",\"subHeadingColor\":\"var(\\u002d\\u002dast-global-color-4)\",\"subHeadTransform\":\"uppercase\",\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"subHeadLetterSpacing\":2,\"blockTopPadding\":60,\"blockRightPadding\":0,\"blockLeftPadding\":0,\"blockBottomPadding\":0,\"blockTopPaddingMobile\":30,\"blockRightPaddingMobile\":0,\"blockLeftPaddingMobile\":0,\"blockBottomPaddingMobile\":0} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-a09cff1e\"><p class=\"uagb-desc-text\">BOOK YOUR STAY NOW​</p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/icon-list {\"block_id\":\"f0164e01\",\"classMigrate\":true,\"childMigrate\":true,\"align\":\"center\",\"parentIcon\":\"phone\",\"size\":40,\"sizeMobile\":24,\"sizeTablet\":32,\"fontSize\":48,\"fontSizeMobile\":28,\"fontSizeTablet\":40,\"fontWeight\":\"600\",\"iconColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"labelColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"blockTopPadding\":0,\"blockRightPadding\":0,\"blockLeftPadding\":0,\"blockBottomPadding\":24,\"blockPaddingLink\":false} -->\n<div class=\"wp-block-uagb-icon-list uagb-block-f0164e01\"><div class=\"uagb-icon-list__wrap\"><!-- wp:uagb/icon-list-child {\"block_id\":\"48aa6f0f\",\"label\":\" + 27 (0) 82 575 5409\",\"label_color\":\"\",\"link\":\"tel:+27825755409\",\"disableLink\":true,\"fromParentIcon\":\"phone\",\"imageSizeChild\":40} -->\n<div class=\"wp-block-uagb-icon-list-child uagb-block-48aa6f0f\"><a target=\"_self\" aria-label=\" + 27 (0) 82 575 5409\" rel=\"noopener noreferrer\" href=\"tel:+27825755409\"> </a><span class=\"uagb-icon-list__source-wrap\"><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M511.2 387l-23.25 100.8c-3.266 14.25-15.79 24.22-30.46 24.22C205.2 512 0 306.8 0 54.5c0-14.66 9.969-27.2 24.22-30.45l100.8-23.25C139.7-2.602 154.7 5.018 160.8 18.92l46.52 108.5c5.438 12.78 1.77 27.67-8.98 36.45L144.5 207.1c33.98 69.22 90.26 125.5 159.5 159.5l44.08-53.8c8.688-10.78 23.69-14.51 36.47-8.975l108.5 46.51C506.1 357.2 514.6 372.4 511.2 387z\"></path></svg></span><span class=\"uagb-icon-list__label\"> + 27 (0) 82 575 5409</span></div>\n<!-- /wp:uagb/icon-list-child -->\n\n<!-- wp:uagb/icon-list-child {\"block_id\":\"f19dd3d5\",\"label\":\"blueroan@ugo.co.za\",\"icon\":\"envelope\",\"label_color\":\"\",\"link\":\"mailto:blueroan@ugo.co.za\",\"disableLink\":true,\"fromParentIcon\":\"phone\",\"imageSizeChild\":40} -->\n<div class=\"wp-block-uagb-icon-list-child uagb-block-f19dd3d5\"><a target=\"_self\" aria-label=\"blueroan@ugo.co.za\" rel=\"noopener noreferrer\" href=\"mailto:blueroan@ugo.co.za\"> </a><span class=\"uagb-icon-list__source-wrap\"><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M464 64C490.5 64 512 85.49 512 112C512 127.1 504.9 141.3 492.8 150.4L275.2 313.6C263.8 322.1 248.2 322.1 236.8 313.6L19.2 150.4C7.113 141.3 0 127.1 0 112C0 85.49 21.49 64 48 64H464zM217.6 339.2C240.4 356.3 271.6 356.3 294.4 339.2L512 176V384C512 419.3 483.3 448 448 448H64C28.65 448 0 419.3 0 384V176L217.6 339.2z\"></path></svg></span><span class=\"uagb-icon-list__label\">blueroan@ugo.co.za</span></div>\n<!-- /wp:uagb/icon-list-child --></div></div>\n<!-- /wp:uagb/icon-list --></div></div>\n<!-- /wp:uagb/container -->',	'Accommodation',	'',	'inherit',	'closed',	'closed',	'',	'761-revision-v1',	'',	'',	'2022-12-14 11:17:40',	'2022-12-14 11:17:40',	'',	761,	'https://blueroan.netgen.cloud/?p=1042',	0,	'revision',	'',	0),
(1043,	2,	'2022-12-14 11:18:50',	'2022-12-14 11:18:50',	'<!-- wp:uagb/container {\"block_id\":\"290de8f4\",\"backgroundType\":\"image\",\"backgroundImageDesktop\":{\"id\":879,\"title\":\"blue-roan-guest-farm (11)\",\"filename\":\"blue-roan-guest-farm-11.jpg\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-11.jpg\",\"link\":\"https://blueroan.netgen.cloud/accommodation/blue-roan-guest-farm-11/\",\"alt\":\"\",\"author\":\"2\",\"description\":\"\",\"caption\":\"\",\"name\":\"blue-roan-guest-farm-11\",\"status\":\"inherit\",\"uploadedTo\":761,\"date\":\"2022-12-13T13:40:31.000Z\",\"modified\":\"2022-12-13T13:40:31.000Z\",\"menuOrder\":0,\"mime\":\"image/jpeg\",\"type\":\"image\",\"subtype\":\"jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-includes/images/media/default.png\",\"dateFormatted\":\"December 13, 2022\",\"nonces\":{\"update\":\"d402447c49\",\"delete\":\"b223bf1bfb\",\"edit\":\"12a4062084\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=879\\u0026action=edit\",\"meta\":false,\"authorName\":\"Netgen Support\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/profile.php\",\"uploadedToTitle\":\"Accommodation\",\"uploadedToLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=761\\u0026action=edit\",\"filesizeInBytes\":175055,\"filesizeHumanReadable\":\"171 KB\",\"context\":\"\",\"height\":667,\"width\":1000,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-11-150x150.jpg\",\"orientation\":\"landscape\"},\"medium\":{\"height\":200,\"width\":300,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-11-300x200.jpg\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-11.jpg\",\"height\":667,\"width\":1000,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"backgroundPositionDesktop\":{\"x\":0.47,\"y\":0.54},\"backgroundSizeTablet\":\"cover\",\"backgroundSizeMobile\":\"cover\",\"backgroundColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"backgroundImageColor\":\"rgba(42,42,42,0.5)\",\"topPaddingDesktop\":220,\"bottomPaddingDesktop\":150,\"topPaddingTablet\":170,\"bottomPaddingTablet\":160,\"leftPaddingTablet\":30,\"rightPaddingTablet\":30,\"topPaddingMobile\":180,\"bottomPaddingMobile\":80,\"leftPaddingMobile\":20,\"rightPaddingMobile\":20,\"paddingLink\":false,\"variationSelected\":true,\"isBlockRootParent\":true,\"overlayType\":\"color\"} -->\n<div class=\"wp-block-uagb-container uagb-block-290de8f4 alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/advanced-heading {\"block_id\":\"c277f30d\",\"classMigrate\":true,\"headingDescToggle\":true,\"headingColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"subHeadingColor\":\"var(\\u002d\\u002dast-global-color-4)\",\"headingTag\":\"h1\",\"headSpace\":20,\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"blockTopPadding\":0,\"blockRightPadding\":50,\"blockLeftPadding\":0,\"blockBottomPadding\":0,\"blockTopPaddingTablet\":0,\"blockRightPaddingTablet\":20,\"blockLeftPaddingTablet\":0,\"blockBottomPaddingTablet\":0,\"blockTopPaddingMobile\":0,\"blockRightPaddingMobile\":0,\"blockLeftPaddingMobile\":0,\"blockBottomPaddingMobile\":0,\"blockPaddingUnit\":\"%\",\"blockPaddingUnitTablet\":\"%\"} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-c277f30d\"><h1 class=\"uagb-heading-text\">The Mexican Loft </h1><p class=\"uagb-desc-text\">This Mexican-inspired loft is decorated with rustic furnishings and bright colors. This design aesthetic combines genuine art, textiles, rustic wood, and a vibrant color scheme for a diversified vibe.</p></div>\n<!-- /wp:uagb/advanced-heading --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"ed451443\",\"backgroundType\":\"color\",\"backgroundSizeTablet\":\"cover\",\"backgroundSizeMobile\":\"cover\",\"backgroundColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"topPaddingDesktop\":120,\"bottomPaddingDesktop\":60,\"rightPaddingDesktop\":0,\"topPaddingTablet\":80,\"bottomPaddingTablet\":80,\"leftPaddingTablet\":30,\"rightPaddingTablet\":30,\"topPaddingMobile\":80,\"bottomPaddingMobile\":80,\"leftPaddingMobile\":20,\"rightPaddingMobile\":20,\"paddingLink\":false,\"variationSelected\":true,\"rowGapDesktop\":0,\"isBlockRootParent\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-ed451443 alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/container {\"block_id\":\"a2e29546\",\"directionDesktop\":\"row\",\"alignItemsDesktop\":\"flex-end\",\"alignItemsTablet\":\"flex-end\",\"justifyContentDesktop\":\"flex-end\",\"justifyContentTablet\":\"space-between\",\"variationSelected\":true,\"rowGapMobile\":20,\"columnGapDesktop\":0} -->\n<div class=\"wp-block-uagb-container uagb-block-a2e29546\"><!-- wp:uagb/advanced-heading {\"block_id\":\"69c140ec\",\"classMigrate\":true,\"headingDescToggle\":true,\"subHeadingColor\":\"\",\"headSpace\":20,\"subHeadFontSize\":16} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-69c140ec\"><h2 class=\"uagb-heading-text\">Come &amp; Stay With Us​ at The Mexican Loft</h2><p class=\"uagb-desc-text\">This is an open-plan unit with a corner-shaped spa bath close to the bed, a separate bathroom with a huge walk-in shower, and an open-plan living area&nbsp;opening onto a covered patio with brick braai and comfortable outside furniture. &nbsp;It has a small fenced and gated garden.</p></div>\n<!-- /wp:uagb/advanced-heading --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:heading -->\n<h2>The bedroom </h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>This room contains the following: </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list -->\n<ul><!-- wp:list-item -->\n<li>King bed with electric blanket</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Corner shaped spa bath with 6 jets</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Bubble bath and candles</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Oil heater</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Ceiling fan</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Dressing table</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Hair dryer and dressing gowns</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Good quality linen</li>\n<!-- /wp:list-item --></ul>\n<!-- /wp:list --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":1035,\"width\":500,\"height\":334,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full is-resized\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/241538_798x533.jpg\" alt=\"\" class=\"wp-image-1035\" width=\"500\" height=\"334\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":1036,\"width\":500,\"height\":334,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full is-resized\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/241542_798x533.jpg\" alt=\"\" class=\"wp-image-1036\" width=\"500\" height=\"334\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:heading -->\n<h2>The bathroom</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>This room contains the following</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list -->\n<ul><!-- wp:list-item -->\n<li>Large walk-in shower</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Toilet and basin</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Soap, towels, toiletries and toilet paper</li>\n<!-- /wp:list-item --></ul>\n<!-- /wp:list --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:heading -->\n<h2>The Lounge</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>This room contains the following: </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list -->\n<ul><!-- wp:list-item -->\n<li>Log fireplace</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>2 seater upholstered settee</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Upholstered single chair</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Ceiling fan</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Oil heater</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>TV (DSTV - commercial bouquet with Sports, movies, Mnet, SABC 1,2 3 and Etv)</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>DVD player</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Breakfast nook and chairs</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Books and playing cards</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Glass sliding door out to the patio</li>\n<!-- /wp:list-item --></ul>\n<!-- /wp:list --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":1038,\"width\":500,\"height\":334,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full is-resized\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/241536_798x533.jpg\" alt=\"\" class=\"wp-image-1038\" width=\"500\" height=\"334\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":1039,\"width\":500,\"height\":334,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full is-resized\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/241541_798x533-1.jpg\" alt=\"\" class=\"wp-image-1039\" width=\"500\" height=\"334\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:heading -->\n<h2>The kitchen</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>This room contains the following</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list -->\n<ul><!-- wp:list-item -->\n<li>4-plate gas stove and oven</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Microwave oven, kettle, toaster</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Fridge with top freezer compartment</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Pots, pans, cutlery, crockery, wine &amp; champagne glasses</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>All kitchen utensils</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Ironing board and iron</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>All cleaning cloths and detergents and washing up liquid</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Paper towel</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Braai tongs</li>\n<!-- /wp:list-item --></ul>\n<!-- /wp:list --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:heading -->\n<h2>The large patio with <br>mountain views</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>This room contains the following: </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list -->\n<ul><!-- wp:list-item -->\n<li>Chairs with cushions</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Wooden table</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Brick braai</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Decorative lighting</li>\n<!-- /wp:list-item --></ul>\n<!-- /wp:list --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":1040,\"width\":500,\"height\":334,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full is-resized\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/241534_798x533.jpg\" alt=\"\" class=\"wp-image-1040\" width=\"500\" height=\"334\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:heading {\"textAlign\":\"center\"} -->\n<h2 class=\"has-text-align-center\">Book your stay </h2>\n<!-- /wp:heading -->\n\n<!-- wp:buttons -->\n<div class=\"wp-block-buttons\"><!-- wp:button {\"align\":\"center\"} -->\n<div class=\"wp-block-button aligncenter\"><a class=\"wp-block-button__link wp-element-button\" href=\"https://book.nightsbridge.com/11065\" target=\"_blank\" rel=\"noreferrer noopener\">Reservations</a></div>\n<!-- /wp:button -->\n\n<!-- wp:button /--></div>\n<!-- /wp:buttons --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"e6fe7652\",\"innerContentCustomWidthDesktop\":781,\"innerContentCustomWidthTablet\":781,\"backgroundType\":\"image\",\"backgroundImageDesktop\":{\"uploading\":false,\"date\":1670943271000,\"filename\":\"AAEAAQAAAAAAAAAAAAAA39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba.png\",\"menuOrder\":0,\"uploadedTo\":761,\"type\":\"image\",\"subtype\":\"png\",\"id\":899,\"title\":\"AAEAAQAAAAAAAAAAAAAA39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAA39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba.png\",\"link\":\"https://blueroan.netgen.cloud/accommodation/aaeaaqaaaaaaaaaaaaaa39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba/\",\"alt\":\"\",\"author\":\"2\",\"description\":\"\",\"caption\":\"\",\"name\":\"aaeaaqaaaaaaaaaaaaaa39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba\",\"status\":\"inherit\",\"modified\":1670943271000,\"mime\":\"image/png\",\"icon\":\"https://blueroan.netgen.cloud/wp-includes/images/media/default.png\",\"dateFormatted\":\"December 13, 2022\",\"nonces\":{\"update\":\"45b2b6c69b\",\"delete\":\"75d81c42ab\",\"edit\":\"88fae030a9\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=899\\u0026action=edit\",\"meta\":false,\"authorName\":\"Netgen Support\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/profile.php\",\"uploadedToTitle\":\"Accommodation\",\"uploadedToLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=761\\u0026action=edit\",\"filesizeInBytes\":2338048,\"filesizeHumanReadable\":\"2 MB\",\"context\":\"\",\"height\":900,\"width\":1200,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAA39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba-150x150.png\",\"orientation\":\"landscape\"},\"medium\":{\"height\":225,\"width\":300,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAA39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba-300x225.png\",\"orientation\":\"landscape\"},\"large\":{\"height\":768,\"width\":1024,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAA39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba-1024x768.png\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAA39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba.png\",\"height\":900,\"width\":1200,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"backgroundImageColor\":\"rgba(42,42,42,0.65)\",\"topPaddingDesktop\":144,\"bottomPaddingDesktop\":144,\"leftPaddingDesktop\":40,\"rightPaddingDesktop\":40,\"topPaddingTablet\":80,\"bottomPaddingTablet\":80,\"leftPaddingTablet\":40,\"rightPaddingTablet\":40,\"topPaddingMobile\":64,\"bottomPaddingMobile\":64,\"leftPaddingMobile\":24,\"rightPaddingMobile\":24,\"paddingLink\":false,\"variationSelected\":true,\"isBlockRootParent\":true,\"overlayType\":\"color\"} -->\n<div class=\"wp-block-uagb-container uagb-block-e6fe7652 alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/advanced-heading {\"block_id\":\"8d6c2616\",\"classMigrate\":true,\"headingDescToggle\":true,\"headingAlign\":\"center\",\"headingColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"subHeadingColor\":\"var(\\u002d\\u002dast-global-color-4)\",\"headSpace\":20} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-8d6c2616\"><h2 class=\"uagb-heading-text\">Plan an Unforgettable Experience at<br>Blue Roan!</h2><p class=\"uagb-desc-text\">We can help you fit your stay and experience within your allotted budget.</p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/advanced-heading {\"block_id\":\"f165b685\",\"classMigrate\":true,\"headingTitleToggle\":false,\"headingDescToggle\":true,\"headingAlign\":\"center\",\"subHeadingColor\":\"var(\\u002d\\u002dast-global-color-4)\",\"subHeadTransform\":\"uppercase\",\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"subHeadLetterSpacing\":2,\"blockTopPadding\":60,\"blockRightPadding\":0,\"blockLeftPadding\":0,\"blockBottomPadding\":0,\"blockTopPaddingMobile\":30,\"blockRightPaddingMobile\":0,\"blockLeftPaddingMobile\":0,\"blockBottomPaddingMobile\":0,\"linkColor\":\"var(\\u002d\\u002dast-global-color-8)\",\"linkHColor\":\"var(\\u002d\\u002dast-global-color-1)\"} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-f165b685\"><p class=\"uagb-desc-text\"><a href=\"https://book.nightsbridge.com/11065\" target=\"_blank\" rel=\"noreferrer noopener\">BOOK YOUR STAY NOW​<br></a></p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/icon-list {\"block_id\":\"f6c07b6e\",\"classMigrate\":true,\"childMigrate\":true,\"align\":\"center\",\"parentIcon\":\"phone\",\"size\":40,\"sizeMobile\":24,\"sizeTablet\":32,\"fontSize\":48,\"fontSizeMobile\":28,\"fontSizeTablet\":40,\"fontWeight\":\"600\",\"iconColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"labelColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"blockTopPadding\":0,\"blockRightPadding\":0,\"blockLeftPadding\":0,\"blockBottomPadding\":24,\"blockPaddingLink\":false} -->\n<div class=\"wp-block-uagb-icon-list uagb-block-f6c07b6e\"><div class=\"uagb-icon-list__wrap\"><!-- wp:uagb/icon-list-child {\"block_id\":\"6f14703f\",\"label\":\" + 27 (0) 82 575 5409\",\"label_color\":\"\",\"link\":\"tel:+27825755409\",\"disableLink\":true,\"fromParentIcon\":\"phone\",\"imageSizeChild\":40} -->\n<div class=\"wp-block-uagb-icon-list-child uagb-block-6f14703f\"><a target=\"_self\" aria-label=\" + 27 (0) 82 575 5409\" rel=\"noopener noreferrer\" href=\"tel:+27825755409\"> </a><span class=\"uagb-icon-list__source-wrap\"><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M511.2 387l-23.25 100.8c-3.266 14.25-15.79 24.22-30.46 24.22C205.2 512 0 306.8 0 54.5c0-14.66 9.969-27.2 24.22-30.45l100.8-23.25C139.7-2.602 154.7 5.018 160.8 18.92l46.52 108.5c5.438 12.78 1.77 27.67-8.98 36.45L144.5 207.1c33.98 69.22 90.26 125.5 159.5 159.5l44.08-53.8c8.688-10.78 23.69-14.51 36.47-8.975l108.5 46.51C506.1 357.2 514.6 372.4 511.2 387z\"></path></svg></span><span class=\"uagb-icon-list__label\"> + 27 (0) 82 575 5409</span></div>\n<!-- /wp:uagb/icon-list-child -->\n\n<!-- wp:uagb/icon-list-child {\"block_id\":\"369623e5\",\"label\":\"blueroan@ugo.co.za\",\"icon\":\"envelope\",\"label_color\":\"\",\"link\":\"mailto:blueroan@ugo.co.za\",\"disableLink\":true,\"fromParentIcon\":\"phone\",\"imageSizeChild\":40} -->\n<div class=\"wp-block-uagb-icon-list-child uagb-block-369623e5\"><a target=\"_self\" aria-label=\"blueroan@ugo.co.za\" rel=\"noopener noreferrer\" href=\"mailto:blueroan@ugo.co.za\"> </a><span class=\"uagb-icon-list__source-wrap\"><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M464 64C490.5 64 512 85.49 512 112C512 127.1 504.9 141.3 492.8 150.4L275.2 313.6C263.8 322.1 248.2 322.1 236.8 313.6L19.2 150.4C7.113 141.3 0 127.1 0 112C0 85.49 21.49 64 48 64H464zM217.6 339.2C240.4 356.3 271.6 356.3 294.4 339.2L512 176V384C512 419.3 483.3 448 448 448H64C28.65 448 0 419.3 0 384V176L217.6 339.2z\"></path></svg></span><span class=\"uagb-icon-list__label\">blueroan@ugo.co.za</span></div>\n<!-- /wp:uagb/icon-list-child --></div></div>\n<!-- /wp:uagb/icon-list --></div></div>\n<!-- /wp:uagb/container -->',	'The Mexican Loft',	'',	'inherit',	'closed',	'closed',	'',	'1030-revision-v1',	'',	'',	'2022-12-14 11:18:50',	'2022-12-14 11:18:50',	'',	1030,	'https://blueroan.netgen.cloud/?p=1043',	0,	'revision',	'',	0),
(1044,	2,	'2022-12-14 11:20:04',	'2022-12-14 11:20:04',	'<!-- wp:uagb/container {\"block_id\":\"755fcbcf\",\"backgroundType\":\"image\",\"backgroundImageDesktop\":{\"uploading\":false,\"date\":1671459636000,\"filename\":\"Acacia-lounge-1-scaled.jpg\",\"menuOrder\":0,\"uploadedTo\":1044,\"type\":\"image\",\"subtype\":\"jpeg\",\"id\":1350,\"title\":\"Acacia lounge\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Acacia-lounge-1-scaled.jpg\",\"link\":\"https://blueroan.netgen.cloud/the-acacia/acacia-lounge-2/\",\"alt\":\"\",\"author\":\"2\",\"description\":\"\",\"caption\":\"\",\"name\":\"acacia-lounge-2\",\"status\":\"inherit\",\"modified\":1671459636000,\"mime\":\"image/jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-includes/images/media/default.png\",\"dateFormatted\":\"December 19, 2022\",\"nonces\":{\"update\":\"58e65c6e97\",\"delete\":\"5aad786af7\",\"edit\":\"c3625daf98\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=1350\\u0026action=edit\",\"meta\":false,\"authorName\":\"Netgen Support\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/profile.php\",\"uploadedToTitle\":\"The Acacia\",\"uploadedToLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=1044\\u0026action=edit\",\"filesizeInBytes\":605073,\"filesizeHumanReadable\":\"591 KB\",\"context\":\"\",\"originalImageURL\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Acacia-lounge-1.jpg\",\"originalImageName\":\"Acacia-lounge-1.jpg\",\"height\":1920,\"width\":2560,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Acacia-lounge-1-150x150.jpg\",\"orientation\":\"landscape\"},\"medium\":{\"height\":225,\"width\":300,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Acacia-lounge-1-300x225.jpg\",\"orientation\":\"landscape\"},\"large\":{\"height\":768,\"width\":1024,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Acacia-lounge-1-1024x768.jpg\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Acacia-lounge-1-scaled.jpg\",\"height\":1920,\"width\":2560,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"backgroundPositionDesktop\":{\"x\":0.47,\"y\":0.54},\"backgroundSizeTablet\":\"cover\",\"backgroundSizeMobile\":\"cover\",\"backgroundColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"backgroundImageColor\":\"rgba(42,42,42,0.5)\",\"topPaddingDesktop\":220,\"bottomPaddingDesktop\":150,\"topPaddingTablet\":170,\"bottomPaddingTablet\":160,\"leftPaddingTablet\":30,\"rightPaddingTablet\":30,\"topPaddingMobile\":180,\"bottomPaddingMobile\":80,\"leftPaddingMobile\":20,\"rightPaddingMobile\":20,\"paddingLink\":false,\"variationSelected\":true,\"isBlockRootParent\":true,\"overlayType\":\"color\"} -->\n<div class=\"wp-block-uagb-container uagb-block-755fcbcf alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/advanced-heading {\"block_id\":\"3be8afa6\",\"classMigrate\":true,\"headingDescToggle\":true,\"headingColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"subHeadingColor\":\"var(\\u002d\\u002dast-global-color-4)\",\"headingTag\":\"h1\",\"headSpace\":20,\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"blockTopPadding\":0,\"blockRightPadding\":50,\"blockLeftPadding\":0,\"blockBottomPadding\":0,\"blockTopPaddingTablet\":0,\"blockRightPaddingTablet\":20,\"blockLeftPaddingTablet\":0,\"blockBottomPaddingTablet\":0,\"blockTopPaddingMobile\":0,\"blockRightPaddingMobile\":0,\"blockLeftPaddingMobile\":0,\"blockBottomPaddingMobile\":0,\"blockPaddingUnit\":\"%\",\"blockPaddingUnitTablet\":\"%\"} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-3be8afa6\"><h1 class=\"uagb-heading-text\">The Acacia suite</h1><p class=\"uagb-desc-text\">We called the biggest unit after the Acacia tree. This apartment is rustic and unpretentious and includes a large open-concept living room that leads to a covered patio with a brick braai area.</p></div>\n<!-- /wp:uagb/advanced-heading --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"336b0d07\",\"backgroundType\":\"color\",\"backgroundSizeTablet\":\"cover\",\"backgroundSizeMobile\":\"cover\",\"backgroundColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"topPaddingDesktop\":120,\"bottomPaddingDesktop\":60,\"rightPaddingDesktop\":0,\"topPaddingTablet\":80,\"bottomPaddingTablet\":80,\"leftPaddingTablet\":30,\"rightPaddingTablet\":30,\"topPaddingMobile\":80,\"bottomPaddingMobile\":80,\"leftPaddingMobile\":20,\"rightPaddingMobile\":20,\"paddingLink\":false,\"variationSelected\":true,\"rowGapDesktop\":0,\"isBlockRootParent\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-336b0d07 alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/container {\"block_id\":\"c4df434b\",\"directionDesktop\":\"row\",\"alignItemsDesktop\":\"flex-end\",\"alignItemsTablet\":\"flex-end\",\"justifyContentDesktop\":\"flex-end\",\"justifyContentTablet\":\"space-between\",\"variationSelected\":true,\"rowGapMobile\":20,\"columnGapDesktop\":0} -->\n<div class=\"wp-block-uagb-container uagb-block-c4df434b\"><!-- wp:uagb/advanced-heading {\"block_id\":\"95b4be22\",\"classMigrate\":true,\"headingDescToggle\":true,\"subHeadingColor\":\"\",\"headSpace\":20,\"subHeadFontSize\":16} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-95b4be22\"><h2 class=\"uagb-heading-text\">Come &amp; Stay With Us​ at The Acacia suite</h2><p class=\"uagb-desc-text\">This is the largest unit and is at the end of the row. &nbsp;It has one bedroom, a separate bathroom, and a spacious open plan living area opening onto a covered patio with brick braai and comfortable outside furniture. &nbsp;It has a large grassy, fenced, and gated garden.</p></div>\n<!-- /wp:uagb/advanced-heading --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:heading -->\n<h2>The bedroom </h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>This room contains the following: </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list -->\n<ul><!-- wp:list-item -->\n<li>Extra-length queen bed with electric blanket</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Dressing table</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Wall mounted heater</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Oil heater &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Ceiling fan</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Oil heater</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Hair dryer and dressing gowns</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Good quality linen</li>\n<!-- /wp:list-item --></ul>\n<!-- /wp:list --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":1049,\"width\":500,\"height\":334,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full is-resized\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/241548_798x533.jpg\" alt=\"\" class=\"wp-image-1049\" width=\"500\" height=\"334\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":1051,\"width\":500,\"height\":334,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full is-resized\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/241550_798x533.jpg\" alt=\"\" class=\"wp-image-1051\" width=\"500\" height=\"334\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:heading -->\n<h2>The bathroom</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>This room contains the following</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list -->\n<ul><!-- wp:list-item -->\n<li>Corner-shaped spa bath with 6 jets</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Separate shower</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Toilet and basin</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Towels</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Soap, bubble bath &amp; candles, toiletries and toilet paper</li>\n<!-- /wp:list-item --></ul>\n<!-- /wp:list --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:heading -->\n<h2>The Lounge</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>This room contains the following: </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list -->\n<ul><!-- wp:list-item -->\n<li>Log fireplace</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>3-piece upholstered lounge suite</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Additional 3 seater sofa for convenience positioned on the other side of the unit (This sofa can be changed to a single or double bed for extra accommodation by arrangement)</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>TV&nbsp;(DSTV - commercial bouquet with Sports, movies, Mnet, SABC 1,2 3 and Etv)</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>DVD player</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Dining table and 4 chairs</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Books and playing cards</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Glass sliding door out to the patio</li>\n<!-- /wp:list-item --></ul>\n<!-- /wp:list --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":1052,\"width\":500,\"height\":334,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full is-resized\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/241545_798x533.jpg\" alt=\"\" class=\"wp-image-1052\" width=\"500\" height=\"334\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":1054,\"width\":500,\"height\":334,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full is-resized\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/241547_798x533.jpg\" alt=\"The kitchen in the Acacia suite at the Blue Roan country lodge \" class=\"wp-image-1054\" width=\"500\" height=\"334\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:heading -->\n<h2>The kitchen</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>This room contains the following</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list -->\n<ul><!-- wp:list-item -->\n<li>4 plate gas stove and oven</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Microwave oven, kettle, toaster</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Fridge with top freezer compartment</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Pots, pans, cutlery, crockery, wine &amp; champagne glasses</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>All kitchen utensils</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Ironing board and iron</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>All cleaning cloths and detergents and washing up liquid</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Paper towel, salt, pepper, tea, coffee and sugar</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Braai tongs</li>\n<!-- /wp:list-item --></ul>\n<!-- /wp:list --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:heading -->\n<h2>The large patio with <br>mountain views</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>This room contains the following: </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list -->\n<ul><!-- wp:list-item -->\n<li>Chairs with cushions</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Glass table</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Brick braai</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Decorative lighting</li>\n<!-- /wp:list-item --></ul>\n<!-- /wp:list --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":1055,\"width\":500,\"height\":334,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full is-resized\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/241544_798x533.jpg\" alt=\"\" class=\"wp-image-1055\" width=\"500\" height=\"334\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:heading {\"textAlign\":\"center\"} -->\n<h2 class=\"has-text-align-center\">Book your stay </h2>\n<!-- /wp:heading -->\n\n<!-- wp:buttons -->\n<div class=\"wp-block-buttons\"><!-- wp:button {\"align\":\"center\"} -->\n<div class=\"wp-block-button aligncenter\"><a class=\"wp-block-button__link wp-element-button\" href=\"https://book.nightsbridge.com/11065\" target=\"_blank\" rel=\"noreferrer noopener\">Reservations</a></div>\n<!-- /wp:button -->\n\n<!-- wp:button /--></div>\n<!-- /wp:buttons --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"47e7ff3a\",\"innerContentCustomWidthDesktop\":781,\"innerContentCustomWidthTablet\":781,\"backgroundType\":\"image\",\"backgroundImageDesktop\":{\"uploading\":false,\"date\":1670943271000,\"filename\":\"AAEAAQAAAAAAAAAAAAAA39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba.png\",\"menuOrder\":0,\"uploadedTo\":761,\"type\":\"image\",\"subtype\":\"png\",\"id\":899,\"title\":\"AAEAAQAAAAAAAAAAAAAA39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAA39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba.png\",\"link\":\"https://blueroan.netgen.cloud/accommodation/aaeaaqaaaaaaaaaaaaaa39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba/\",\"alt\":\"\",\"author\":\"2\",\"description\":\"\",\"caption\":\"\",\"name\":\"aaeaaqaaaaaaaaaaaaaa39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba\",\"status\":\"inherit\",\"modified\":1670943271000,\"mime\":\"image/png\",\"icon\":\"https://blueroan.netgen.cloud/wp-includes/images/media/default.png\",\"dateFormatted\":\"December 13, 2022\",\"nonces\":{\"update\":\"45b2b6c69b\",\"delete\":\"75d81c42ab\",\"edit\":\"88fae030a9\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=899\\u0026action=edit\",\"meta\":false,\"authorName\":\"Netgen Support\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/profile.php\",\"uploadedToTitle\":\"Accommodation\",\"uploadedToLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=761\\u0026action=edit\",\"filesizeInBytes\":2338048,\"filesizeHumanReadable\":\"2 MB\",\"context\":\"\",\"height\":900,\"width\":1200,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAA39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba-150x150.png\",\"orientation\":\"landscape\"},\"medium\":{\"height\":225,\"width\":300,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAA39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba-300x225.png\",\"orientation\":\"landscape\"},\"large\":{\"height\":768,\"width\":1024,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAA39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba-1024x768.png\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAA39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba.png\",\"height\":900,\"width\":1200,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"backgroundImageColor\":\"rgba(42,42,42,0.65)\",\"topPaddingDesktop\":144,\"bottomPaddingDesktop\":144,\"leftPaddingDesktop\":40,\"rightPaddingDesktop\":40,\"topPaddingTablet\":80,\"bottomPaddingTablet\":80,\"leftPaddingTablet\":40,\"rightPaddingTablet\":40,\"topPaddingMobile\":64,\"bottomPaddingMobile\":64,\"leftPaddingMobile\":24,\"rightPaddingMobile\":24,\"paddingLink\":false,\"variationSelected\":true,\"isBlockRootParent\":true,\"overlayType\":\"color\"} -->\n<div class=\"wp-block-uagb-container uagb-block-47e7ff3a alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/advanced-heading {\"block_id\":\"f92a5ead\",\"classMigrate\":true,\"headingDescToggle\":true,\"headingAlign\":\"center\",\"headingColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"subHeadingColor\":\"var(\\u002d\\u002dast-global-color-4)\",\"headSpace\":20} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-f92a5ead\"><h2 class=\"uagb-heading-text\">Plan an Unforgettable Experience at<br>Blue Roan!</h2><p class=\"uagb-desc-text\">We can help you fit your stay and experience within your allotted budget.</p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/advanced-heading {\"block_id\":\"a409ca07\",\"classMigrate\":true,\"headingTitleToggle\":false,\"headingDescToggle\":true,\"headingAlign\":\"center\",\"subHeadingColor\":\"var(\\u002d\\u002dast-global-color-4)\",\"subHeadTransform\":\"uppercase\",\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"subHeadLetterSpacing\":2,\"blockTopPadding\":60,\"blockRightPadding\":0,\"blockLeftPadding\":0,\"blockBottomPadding\":0,\"blockTopPaddingMobile\":30,\"blockRightPaddingMobile\":0,\"blockLeftPaddingMobile\":0,\"blockBottomPaddingMobile\":0,\"linkColor\":\"var(\\u002d\\u002dast-global-color-8)\",\"linkHColor\":\"var(\\u002d\\u002dast-global-color-1)\"} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-a409ca07\"><p class=\"uagb-desc-text\"><a href=\"https://book.nightsbridge.com/11065\" target=\"_blank\" rel=\"noreferrer noopener\">BOOK YOUR STAY NOW​<br></a></p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/icon-list {\"block_id\":\"0020ae2a\",\"classMigrate\":true,\"childMigrate\":true,\"align\":\"center\",\"parentIcon\":\"phone\",\"size\":40,\"sizeMobile\":24,\"sizeTablet\":32,\"fontSize\":48,\"fontSizeMobile\":28,\"fontSizeTablet\":40,\"fontWeight\":\"600\",\"iconColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"labelColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"blockTopPadding\":0,\"blockRightPadding\":0,\"blockLeftPadding\":0,\"blockBottomPadding\":24,\"blockPaddingLink\":false} -->\n<div class=\"wp-block-uagb-icon-list uagb-block-0020ae2a\"><div class=\"uagb-icon-list__wrap\"><!-- wp:uagb/icon-list-child {\"block_id\":\"6cec3efd\",\"label\":\" + 27 (0) 82 575 5409\",\"label_color\":\"\",\"link\":\"tel:+27825755409\",\"disableLink\":true,\"fromParentIcon\":\"phone\",\"imageSizeChild\":40} -->\n<div class=\"wp-block-uagb-icon-list-child uagb-block-6cec3efd\"><a target=\"_self\" aria-label=\" + 27 (0) 82 575 5409\" rel=\"noopener noreferrer\" href=\"tel:+27825755409\"> </a><span class=\"uagb-icon-list__source-wrap\"><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M511.2 387l-23.25 100.8c-3.266 14.25-15.79 24.22-30.46 24.22C205.2 512 0 306.8 0 54.5c0-14.66 9.969-27.2 24.22-30.45l100.8-23.25C139.7-2.602 154.7 5.018 160.8 18.92l46.52 108.5c5.438 12.78 1.77 27.67-8.98 36.45L144.5 207.1c33.98 69.22 90.26 125.5 159.5 159.5l44.08-53.8c8.688-10.78 23.69-14.51 36.47-8.975l108.5 46.51C506.1 357.2 514.6 372.4 511.2 387z\"></path></svg></span><span class=\"uagb-icon-list__label\"> + 27 (0) 82 575 5409</span></div>\n<!-- /wp:uagb/icon-list-child -->\n\n<!-- wp:uagb/icon-list-child {\"block_id\":\"6c40396c\",\"label\":\"blueroan@ugo.co.za\",\"icon\":\"envelope\",\"label_color\":\"\",\"link\":\"mailto:blueroan@ugo.co.za\",\"disableLink\":true,\"fromParentIcon\":\"phone\",\"imageSizeChild\":40} -->\n<div class=\"wp-block-uagb-icon-list-child uagb-block-6c40396c\"><a target=\"_self\" aria-label=\"blueroan@ugo.co.za\" rel=\"noopener noreferrer\" href=\"mailto:blueroan@ugo.co.za\"> </a><span class=\"uagb-icon-list__source-wrap\"><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M464 64C490.5 64 512 85.49 512 112C512 127.1 504.9 141.3 492.8 150.4L275.2 313.6C263.8 322.1 248.2 322.1 236.8 313.6L19.2 150.4C7.113 141.3 0 127.1 0 112C0 85.49 21.49 64 48 64H464zM217.6 339.2C240.4 356.3 271.6 356.3 294.4 339.2L512 176V384C512 419.3 483.3 448 448 448H64C28.65 448 0 419.3 0 384V176L217.6 339.2z\"></path></svg></span><span class=\"uagb-icon-list__label\">blueroan@ugo.co.za</span></div>\n<!-- /wp:uagb/icon-list-child --></div></div>\n<!-- /wp:uagb/icon-list --></div></div>\n<!-- /wp:uagb/container -->',	'The Acacia',	'',	'publish',	'closed',	'closed',	'',	'the-acacia',	'',	'',	'2022-12-19 14:21:24',	'2022-12-19 14:21:24',	'',	0,	'https://blueroan.netgen.cloud/?page_id=1044',	0,	'page',	'',	0),
(1045,	2,	'2022-12-14 11:20:04',	'2022-12-14 11:20:04',	'<!-- wp:uagb/container {\"block_id\":\"9d273172\",\"backgroundType\":\"image\",\"backgroundImageDesktop\":{\"id\":879,\"title\":\"blue-roan-guest-farm (11)\",\"filename\":\"blue-roan-guest-farm-11.jpg\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-11.jpg\",\"link\":\"https://blueroan.netgen.cloud/accommodation/blue-roan-guest-farm-11/\",\"alt\":\"\",\"author\":\"2\",\"description\":\"\",\"caption\":\"\",\"name\":\"blue-roan-guest-farm-11\",\"status\":\"inherit\",\"uploadedTo\":761,\"date\":\"2022-12-13T13:40:31.000Z\",\"modified\":\"2022-12-13T13:40:31.000Z\",\"menuOrder\":0,\"mime\":\"image/jpeg\",\"type\":\"image\",\"subtype\":\"jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-includes/images/media/default.png\",\"dateFormatted\":\"December 13, 2022\",\"nonces\":{\"update\":\"d402447c49\",\"delete\":\"b223bf1bfb\",\"edit\":\"12a4062084\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=879\\u0026action=edit\",\"meta\":false,\"authorName\":\"Netgen Support\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/profile.php\",\"uploadedToTitle\":\"Accommodation\",\"uploadedToLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=761\\u0026action=edit\",\"filesizeInBytes\":175055,\"filesizeHumanReadable\":\"171 KB\",\"context\":\"\",\"height\":667,\"width\":1000,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-11-150x150.jpg\",\"orientation\":\"landscape\"},\"medium\":{\"height\":200,\"width\":300,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-11-300x200.jpg\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-11.jpg\",\"height\":667,\"width\":1000,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"backgroundPositionDesktop\":{\"x\":0.47,\"y\":0.54},\"backgroundSizeTablet\":\"cover\",\"backgroundSizeMobile\":\"cover\",\"backgroundColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"backgroundImageColor\":\"rgba(42,42,42,0.5)\",\"topPaddingDesktop\":220,\"bottomPaddingDesktop\":150,\"topPaddingTablet\":170,\"bottomPaddingTablet\":160,\"leftPaddingTablet\":30,\"rightPaddingTablet\":30,\"topPaddingMobile\":180,\"bottomPaddingMobile\":80,\"leftPaddingMobile\":20,\"rightPaddingMobile\":20,\"paddingLink\":false,\"variationSelected\":true,\"isBlockRootParent\":true,\"overlayType\":\"color\"} -->\n<div class=\"wp-block-uagb-container uagb-block-9d273172 alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/advanced-heading {\"block_id\":\"d4fafb34\",\"classMigrate\":true,\"headingDescToggle\":true,\"headingColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"subHeadingColor\":\"var(\\u002d\\u002dast-global-color-4)\",\"headingTag\":\"h1\",\"headSpace\":20,\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"blockTopPadding\":0,\"blockRightPadding\":50,\"blockLeftPadding\":0,\"blockBottomPadding\":0,\"blockTopPaddingTablet\":0,\"blockRightPaddingTablet\":20,\"blockLeftPaddingTablet\":0,\"blockBottomPaddingTablet\":0,\"blockTopPaddingMobile\":0,\"blockRightPaddingMobile\":0,\"blockLeftPaddingMobile\":0,\"blockBottomPaddingMobile\":0,\"blockPaddingUnit\":\"%\",\"blockPaddingUnitTablet\":\"%\"} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-d4fafb34\"><h1 class=\"uagb-heading-text\">The Acacia suite</h1><p class=\"uagb-desc-text\">This Mexican-inspired loft is decorated with rustic furnishings and bright colors. This design aesthetic combines genuine art, textiles, rustic wood, and a vibrant color scheme for a diversified vibe.</p></div>\n<!-- /wp:uagb/advanced-heading --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"8324f8e9\",\"backgroundType\":\"color\",\"backgroundSizeTablet\":\"cover\",\"backgroundSizeMobile\":\"cover\",\"backgroundColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"topPaddingDesktop\":120,\"bottomPaddingDesktop\":60,\"rightPaddingDesktop\":0,\"topPaddingTablet\":80,\"bottomPaddingTablet\":80,\"leftPaddingTablet\":30,\"rightPaddingTablet\":30,\"topPaddingMobile\":80,\"bottomPaddingMobile\":80,\"leftPaddingMobile\":20,\"rightPaddingMobile\":20,\"paddingLink\":false,\"variationSelected\":true,\"rowGapDesktop\":0,\"isBlockRootParent\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-8324f8e9 alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/container {\"block_id\":\"6439dee1\",\"directionDesktop\":\"row\",\"alignItemsDesktop\":\"flex-end\",\"alignItemsTablet\":\"flex-end\",\"justifyContentDesktop\":\"flex-end\",\"justifyContentTablet\":\"space-between\",\"variationSelected\":true,\"rowGapMobile\":20,\"columnGapDesktop\":0} -->\n<div class=\"wp-block-uagb-container uagb-block-6439dee1\"><!-- wp:uagb/advanced-heading {\"block_id\":\"aeb9ed0b\",\"classMigrate\":true,\"headingDescToggle\":true,\"subHeadingColor\":\"\",\"headSpace\":20,\"subHeadFontSize\":16} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-aeb9ed0b\"><h2 class=\"uagb-heading-text\">Come &amp; Stay With Us​ at The Mexican Loft</h2><p class=\"uagb-desc-text\">This is an open-plan unit with a corner-shaped spa bath close to the bed, a separate bathroom with a huge walk-in shower, and an open-plan living area&nbsp;opening onto a covered patio with brick braai and comfortable outside furniture. &nbsp;It has a small fenced and gated garden.</p></div>\n<!-- /wp:uagb/advanced-heading --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:heading -->\n<h2>The bedroom </h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>This room contains the following: </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list -->\n<ul><!-- wp:list-item -->\n<li>King bed with electric blanket</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Corner shaped spa bath with 6 jets</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Bubble bath and candles</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Oil heater</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Ceiling fan</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Dressing table</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Hair dryer and dressing gowns</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Good quality linen</li>\n<!-- /wp:list-item --></ul>\n<!-- /wp:list --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":1035,\"width\":500,\"height\":334,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full is-resized\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/241538_798x533.jpg\" alt=\"\" class=\"wp-image-1035\" width=\"500\" height=\"334\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":1036,\"width\":500,\"height\":334,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full is-resized\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/241542_798x533.jpg\" alt=\"\" class=\"wp-image-1036\" width=\"500\" height=\"334\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:heading -->\n<h2>The bathroom</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>This room contains the following</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list -->\n<ul><!-- wp:list-item -->\n<li>Large walk-in shower</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Toilet and basin</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Soap, towels, toiletries and toilet paper</li>\n<!-- /wp:list-item --></ul>\n<!-- /wp:list --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:heading -->\n<h2>The Lounge</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>This room contains the following: </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list -->\n<ul><!-- wp:list-item -->\n<li>Log fireplace</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>2 seater upholstered settee</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Upholstered single chair</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Ceiling fan</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Oil heater</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>TV (DSTV - commercial bouquet with Sports, movies, Mnet, SABC 1,2 3 and Etv)</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>DVD player</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Breakfast nook and chairs</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Books and playing cards</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Glass sliding door out to the patio</li>\n<!-- /wp:list-item --></ul>\n<!-- /wp:list --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":1038,\"width\":500,\"height\":334,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full is-resized\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/241536_798x533.jpg\" alt=\"\" class=\"wp-image-1038\" width=\"500\" height=\"334\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":1039,\"width\":500,\"height\":334,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full is-resized\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/241541_798x533-1.jpg\" alt=\"\" class=\"wp-image-1039\" width=\"500\" height=\"334\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:heading -->\n<h2>The kitchen</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>This room contains the following</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list -->\n<ul><!-- wp:list-item -->\n<li>4-plate gas stove and oven</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Microwave oven, kettle, toaster</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Fridge with top freezer compartment</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Pots, pans, cutlery, crockery, wine &amp; champagne glasses</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>All kitchen utensils</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Ironing board and iron</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>All cleaning cloths and detergents and washing up liquid</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Paper towel</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Braai tongs</li>\n<!-- /wp:list-item --></ul>\n<!-- /wp:list --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:heading -->\n<h2>The large patio with <br>mountain views</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>This room contains the following: </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list -->\n<ul><!-- wp:list-item -->\n<li>Chairs with cushions</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Wooden table</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Brick braai</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Decorative lighting</li>\n<!-- /wp:list-item --></ul>\n<!-- /wp:list --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":1040,\"width\":500,\"height\":334,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full is-resized\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/241534_798x533.jpg\" alt=\"\" class=\"wp-image-1040\" width=\"500\" height=\"334\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:heading {\"textAlign\":\"center\"} -->\n<h2 class=\"has-text-align-center\">Book your stay </h2>\n<!-- /wp:heading -->\n\n<!-- wp:buttons -->\n<div class=\"wp-block-buttons\"><!-- wp:button {\"align\":\"center\"} -->\n<div class=\"wp-block-button aligncenter\"><a class=\"wp-block-button__link wp-element-button\" href=\"https://book.nightsbridge.com/11065\" target=\"_blank\" rel=\"noreferrer noopener\">Reservations</a></div>\n<!-- /wp:button -->\n\n<!-- wp:button /--></div>\n<!-- /wp:buttons --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"74c9e7c2\",\"innerContentCustomWidthDesktop\":781,\"innerContentCustomWidthTablet\":781,\"backgroundType\":\"image\",\"backgroundImageDesktop\":{\"uploading\":false,\"date\":1670943271000,\"filename\":\"AAEAAQAAAAAAAAAAAAAA39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba.png\",\"menuOrder\":0,\"uploadedTo\":761,\"type\":\"image\",\"subtype\":\"png\",\"id\":899,\"title\":\"AAEAAQAAAAAAAAAAAAAA39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAA39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba.png\",\"link\":\"https://blueroan.netgen.cloud/accommodation/aaeaaqaaaaaaaaaaaaaa39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba/\",\"alt\":\"\",\"author\":\"2\",\"description\":\"\",\"caption\":\"\",\"name\":\"aaeaaqaaaaaaaaaaaaaa39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba\",\"status\":\"inherit\",\"modified\":1670943271000,\"mime\":\"image/png\",\"icon\":\"https://blueroan.netgen.cloud/wp-includes/images/media/default.png\",\"dateFormatted\":\"December 13, 2022\",\"nonces\":{\"update\":\"45b2b6c69b\",\"delete\":\"75d81c42ab\",\"edit\":\"88fae030a9\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=899\\u0026action=edit\",\"meta\":false,\"authorName\":\"Netgen Support\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/profile.php\",\"uploadedToTitle\":\"Accommodation\",\"uploadedToLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=761\\u0026action=edit\",\"filesizeInBytes\":2338048,\"filesizeHumanReadable\":\"2 MB\",\"context\":\"\",\"height\":900,\"width\":1200,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAA39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba-150x150.png\",\"orientation\":\"landscape\"},\"medium\":{\"height\":225,\"width\":300,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAA39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba-300x225.png\",\"orientation\":\"landscape\"},\"large\":{\"height\":768,\"width\":1024,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAA39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba-1024x768.png\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAA39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba.png\",\"height\":900,\"width\":1200,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"backgroundImageColor\":\"rgba(42,42,42,0.65)\",\"topPaddingDesktop\":144,\"bottomPaddingDesktop\":144,\"leftPaddingDesktop\":40,\"rightPaddingDesktop\":40,\"topPaddingTablet\":80,\"bottomPaddingTablet\":80,\"leftPaddingTablet\":40,\"rightPaddingTablet\":40,\"topPaddingMobile\":64,\"bottomPaddingMobile\":64,\"leftPaddingMobile\":24,\"rightPaddingMobile\":24,\"paddingLink\":false,\"variationSelected\":true,\"isBlockRootParent\":true,\"overlayType\":\"color\"} -->\n<div class=\"wp-block-uagb-container uagb-block-74c9e7c2 alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/advanced-heading {\"block_id\":\"9b822e92\",\"classMigrate\":true,\"headingDescToggle\":true,\"headingAlign\":\"center\",\"headingColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"subHeadingColor\":\"var(\\u002d\\u002dast-global-color-4)\",\"headSpace\":20} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-9b822e92\"><h2 class=\"uagb-heading-text\">Plan an Unforgettable Experience at<br>Blue Roan!</h2><p class=\"uagb-desc-text\">We can help you fit your stay and experience within your allotted budget.</p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/advanced-heading {\"block_id\":\"2b9f1f41\",\"classMigrate\":true,\"headingTitleToggle\":false,\"headingDescToggle\":true,\"headingAlign\":\"center\",\"subHeadingColor\":\"var(\\u002d\\u002dast-global-color-4)\",\"subHeadTransform\":\"uppercase\",\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"subHeadLetterSpacing\":2,\"blockTopPadding\":60,\"blockRightPadding\":0,\"blockLeftPadding\":0,\"blockBottomPadding\":0,\"blockTopPaddingMobile\":30,\"blockRightPaddingMobile\":0,\"blockLeftPaddingMobile\":0,\"blockBottomPaddingMobile\":0,\"linkColor\":\"var(\\u002d\\u002dast-global-color-8)\",\"linkHColor\":\"var(\\u002d\\u002dast-global-color-1)\"} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-2b9f1f41\"><p class=\"uagb-desc-text\"><a href=\"https://book.nightsbridge.com/11065\" target=\"_blank\" rel=\"noreferrer noopener\">BOOK YOUR STAY NOW​<br></a></p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/icon-list {\"block_id\":\"d5fea3ec\",\"classMigrate\":true,\"childMigrate\":true,\"align\":\"center\",\"parentIcon\":\"phone\",\"size\":40,\"sizeMobile\":24,\"sizeTablet\":32,\"fontSize\":48,\"fontSizeMobile\":28,\"fontSizeTablet\":40,\"fontWeight\":\"600\",\"iconColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"labelColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"blockTopPadding\":0,\"blockRightPadding\":0,\"blockLeftPadding\":0,\"blockBottomPadding\":24,\"blockPaddingLink\":false} -->\n<div class=\"wp-block-uagb-icon-list uagb-block-d5fea3ec\"><div class=\"uagb-icon-list__wrap\"><!-- wp:uagb/icon-list-child {\"block_id\":\"34867ea7\",\"label\":\" + 27 (0) 82 575 5409\",\"label_color\":\"\",\"link\":\"tel:+27825755409\",\"disableLink\":true,\"fromParentIcon\":\"phone\",\"imageSizeChild\":40} -->\n<div class=\"wp-block-uagb-icon-list-child uagb-block-34867ea7\"><a target=\"_self\" aria-label=\" + 27 (0) 82 575 5409\" rel=\"noopener noreferrer\" href=\"tel:+27825755409\"> </a><span class=\"uagb-icon-list__source-wrap\"><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M511.2 387l-23.25 100.8c-3.266 14.25-15.79 24.22-30.46 24.22C205.2 512 0 306.8 0 54.5c0-14.66 9.969-27.2 24.22-30.45l100.8-23.25C139.7-2.602 154.7 5.018 160.8 18.92l46.52 108.5c5.438 12.78 1.77 27.67-8.98 36.45L144.5 207.1c33.98 69.22 90.26 125.5 159.5 159.5l44.08-53.8c8.688-10.78 23.69-14.51 36.47-8.975l108.5 46.51C506.1 357.2 514.6 372.4 511.2 387z\"></path></svg></span><span class=\"uagb-icon-list__label\"> + 27 (0) 82 575 5409</span></div>\n<!-- /wp:uagb/icon-list-child -->\n\n<!-- wp:uagb/icon-list-child {\"block_id\":\"5526ed84\",\"label\":\"blueroan@ugo.co.za\",\"icon\":\"envelope\",\"label_color\":\"\",\"link\":\"mailto:blueroan@ugo.co.za\",\"disableLink\":true,\"fromParentIcon\":\"phone\",\"imageSizeChild\":40} -->\n<div class=\"wp-block-uagb-icon-list-child uagb-block-5526ed84\"><a target=\"_self\" aria-label=\"blueroan@ugo.co.za\" rel=\"noopener noreferrer\" href=\"mailto:blueroan@ugo.co.za\"> </a><span class=\"uagb-icon-list__source-wrap\"><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M464 64C490.5 64 512 85.49 512 112C512 127.1 504.9 141.3 492.8 150.4L275.2 313.6C263.8 322.1 248.2 322.1 236.8 313.6L19.2 150.4C7.113 141.3 0 127.1 0 112C0 85.49 21.49 64 48 64H464zM217.6 339.2C240.4 356.3 271.6 356.3 294.4 339.2L512 176V384C512 419.3 483.3 448 448 448H64C28.65 448 0 419.3 0 384V176L217.6 339.2z\"></path></svg></span><span class=\"uagb-icon-list__label\">blueroan@ugo.co.za</span></div>\n<!-- /wp:uagb/icon-list-child --></div></div>\n<!-- /wp:uagb/icon-list --></div></div>\n<!-- /wp:uagb/container -->',	'The Acacia',	'',	'inherit',	'closed',	'closed',	'',	'1044-revision-v1',	'',	'',	'2022-12-14 11:20:04',	'2022-12-14 11:20:04',	'',	1044,	'https://blueroan.netgen.cloud/?p=1045',	0,	'revision',	'',	0),
(1046,	2,	'2022-12-14 11:21:25',	'2022-12-14 11:21:25',	'<!-- wp:uagb/container {\"block_id\":\"b41709a3\",\"backgroundType\":\"image\",\"backgroundImageDesktop\":{\"id\":797,\"title\":\"blue-roan-guest-farm (13)\",\"filename\":\"blue-roan-guest-farm-13.jpg\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-13.jpg\",\"link\":\"https://blueroan.netgen.cloud/home/blue-roan-guest-farm-13/\",\"alt\":\"\",\"author\":\"2\",\"description\":\"\",\"caption\":\"\",\"name\":\"blue-roan-guest-farm-13\",\"status\":\"inherit\",\"uploadedTo\":760,\"date\":\"2022-12-13T09:37:10.000Z\",\"modified\":\"2022-12-13T09:37:10.000Z\",\"menuOrder\":0,\"mime\":\"image/jpeg\",\"type\":\"image\",\"subtype\":\"jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-includes/images/media/default.png\",\"dateFormatted\":\"December 13, 2022\",\"nonces\":{\"update\":\"88c7dafe15\",\"delete\":\"0e63c986af\",\"edit\":\"ba0aad2d7f\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=797\\u0026action=edit\",\"meta\":false,\"authorName\":\"Netgen Support\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/profile.php\",\"uploadedToTitle\":\"Home\",\"uploadedToLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=760\\u0026action=edit\",\"filesizeInBytes\":201183,\"filesizeHumanReadable\":\"196 KB\",\"context\":\"\",\"height\":667,\"width\":1000,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-13-150x150.jpg\",\"orientation\":\"landscape\"},\"medium\":{\"height\":200,\"width\":300,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-13-300x200.jpg\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-13.jpg\",\"height\":667,\"width\":1000,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"backgroundPositionDesktop\":{\"x\":0.62,\"y\":0.78},\"backgroundSizeTablet\":\"cover\",\"backgroundSizeMobile\":\"cover\",\"backgroundColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"backgroundImageColor\":\"rgba(42,42,42,0.5)\",\"topPaddingDesktop\":220,\"bottomPaddingDesktop\":150,\"topPaddingTablet\":170,\"bottomPaddingTablet\":160,\"leftPaddingTablet\":30,\"rightPaddingTablet\":30,\"topPaddingMobile\":180,\"bottomPaddingMobile\":80,\"leftPaddingMobile\":20,\"rightPaddingMobile\":20,\"paddingLink\":false,\"variationSelected\":true,\"isBlockRootParent\":true,\"overlayType\":\"color\"} -->\n<div class=\"wp-block-uagb-container uagb-block-b41709a3 alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/advanced-heading {\"block_id\":\"3163c904\",\"classMigrate\":true,\"headingDescToggle\":true,\"headingColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"subHeadingColor\":\"var(\\u002d\\u002dast-global-color-4)\",\"headingTag\":\"h1\",\"headSpace\":20,\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"blockTopPadding\":0,\"blockRightPadding\":50,\"blockLeftPadding\":0,\"blockBottomPadding\":0,\"blockTopPaddingTablet\":0,\"blockRightPaddingTablet\":20,\"blockLeftPaddingTablet\":0,\"blockBottomPaddingTablet\":0,\"blockTopPaddingMobile\":0,\"blockRightPaddingMobile\":0,\"blockLeftPaddingMobile\":0,\"blockBottomPaddingMobile\":0,\"blockPaddingUnit\":\"%\",\"blockPaddingUnitTablet\":\"%\"} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-3163c904\"><h1 class=\"uagb-heading-text\">Rooms &amp; Accommodation​</h1><p class=\"uagb-desc-text\">If you are looking for a home away from home, even a place your dog can come along then take a closer look into the rooms we offer and pick the one for you.</p></div>\n<!-- /wp:uagb/advanced-heading --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"dee284cc\",\"backgroundType\":\"color\",\"backgroundSizeTablet\":\"cover\",\"backgroundSizeMobile\":\"cover\",\"backgroundColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"topPaddingDesktop\":120,\"bottomPaddingDesktop\":120,\"topPaddingTablet\":80,\"bottomPaddingTablet\":80,\"leftPaddingTablet\":30,\"rightPaddingTablet\":30,\"topPaddingMobile\":80,\"bottomPaddingMobile\":80,\"leftPaddingMobile\":20,\"rightPaddingMobile\":20,\"paddingLink\":false,\"variationSelected\":true,\"rowGapDesktop\":0,\"isBlockRootParent\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-dee284cc alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/container {\"block_id\":\"f15957f9\",\"directionDesktop\":\"row\",\"alignItemsDesktop\":\"flex-end\",\"alignItemsTablet\":\"flex-end\",\"justifyContentDesktop\":\"flex-end\",\"justifyContentTablet\":\"space-between\",\"variationSelected\":true,\"rowGapMobile\":20,\"columnGapDesktop\":0} -->\n<div class=\"wp-block-uagb-container uagb-block-f15957f9\"><!-- wp:uagb/advanced-heading {\"block_id\":\"c94be523\",\"classMigrate\":true,\"headingDescToggle\":true,\"subHeadingColor\":\"\",\"headSpace\":20,\"subHeadFontSize\":16} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-c94be523\"><h2 class=\"uagb-heading-text\">Come &amp; Stay With Us​</h2><p class=\"uagb-desc-text\">There are 7 excellent brick self-catering units available, each private and with a distinctive personality and theme. They are particularly made for pet-free or pet-owning couples looking for a romantic and serene setting to reconnect, celebrate special occasions, or simply unwind on a holiday.<br><br>We are pet-friendly by arrangement as each unit is separately fenced with its own grassy garden with a garden gate leading to the generous park area where pets can socialize. &nbsp;We also have lovely safe off-leash walking trails on our property and beyond. &nbsp;Our units are very luxurious with everything you would need and very homely and charming. Regrettably no children or group bookings.  </p></div>\n<!-- /wp:uagb/advanced-heading --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"6d48d187\",\"directionDesktop\":\"row\",\"alignItemsTablet\":\"flex-start\",\"justifyContentDesktop\":\"flex-start\",\"topMarginDesktop\":54,\"bottomMarginDesktop\":0,\"leftMarginDesktop\":0,\"rightMarginDesktop\":0,\"marginLink\":false,\"variationSelected\":true,\"rowGapMobile\":0,\"columnGapDesktop\":0} -->\n<div class=\"wp-block-uagb-container uagb-block-6d48d187\"><!-- wp:uagb/container {\"block_id\":\"1d1f7646\",\"widthDesktop\":50,\"bottomPaddingDesktop\":20,\"rightPaddingDesktop\":32,\"bottomPaddingTablet\":35,\"rightPaddingTablet\":15,\"bottomPaddingMobile\":65,\"paddingLink\":false,\"topMarginDesktop\":0,\"bottomMarginDesktop\":0,\"leftMarginDesktop\":5,\"rightMarginDesktop\":5,\"topMarginMobile\":0,\"bottomMarginMobile\":0,\"leftMarginMobile\":0,\"rightMarginMobile\":0,\"marginLink\":false,\"variationSelected\":true,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-1d1f7646\"><!-- wp:uagb/info-box {\"classMigrate\":true,\"headingAlign\":\"left\",\"headingColor\":\"\",\"subHeadingColor\":\"\",\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"source_type\":\"image\",\"block_id\":\"6af988d4\",\"ctaIcon\":\"\",\"ctaType\":\"text\",\"ctaText\":\"\\u003ca href=\\u0022/the-barn/\\u0022 data-type=\\u0022URL\\u0022 data-id=\\u0022/the-barn/\\u0022\\u003eREAD MORE\\u003c/a\\u003e\",\"ctaLink\":\"/the-barn/\",\"ctaLinkColor\":\"var(\\u002d\\u002dast-global-color-0)\",\"ctaDecoration\":\"underline\",\"ctaFontSize\":12,\"ctaFontWeight\":\"600\",\"ctaLetterSpacing\":2,\"ctaBorderColor\":\"\",\"ctaBorderStyle\":\"\",\"ctaBorderWidth\":\"\",\"ctaBorderRadius\":\"\",\"iconBottomMargin\":30,\"iconImage\":{\"uploading\":false,\"date\":1670936674000,\"filename\":\"blue-roan-guest-farm-10.jpg\",\"menuOrder\":0,\"uploadedTo\":761,\"type\":\"image\",\"subtype\":\"jpeg\",\"id\":863,\"title\":\"blue-roan-guest-farm (10)\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-10.jpg\",\"link\":\"https://blueroan.netgen.cloud/accommodation/blue-roan-guest-farm-10/\",\"alt\":\"\",\"author\":\"2\",\"description\":\"\",\"caption\":\"\",\"name\":\"blue-roan-guest-farm-10\",\"status\":\"inherit\",\"modified\":1670936674000,\"mime\":\"image/jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-includes/images/media/default.png\",\"dateFormatted\":\"December 13, 2022\",\"nonces\":{\"update\":\"1a7491aa65\",\"delete\":\"dc6afaa89c\",\"edit\":\"7635ee35fb\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=863\\u0026action=edit\",\"meta\":false,\"authorName\":\"Netgen Support\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/profile.php\",\"uploadedToTitle\":\"Accommodation\",\"uploadedToLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=761\\u0026action=edit\",\"filesizeInBytes\":149768,\"filesizeHumanReadable\":\"146 KB\",\"context\":\"\",\"height\":667,\"width\":1000,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-10-150x150.jpg\",\"orientation\":\"landscape\"},\"medium\":{\"height\":200,\"width\":300,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-10-300x200.jpg\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-10.jpg\",\"height\":667,\"width\":1000,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"imageSize\":\"full\",\"imageWidth\":100,\"imageWidthMobile\":100,\"imageWidthTablet\":100,\"paddingBtnTop\":10,\"paddingBtnBottom\":10,\"paddingBtnLeft\":14,\"paddingBtnRight\":14,\"imageWidthUnit\":\"%\",\"imageWidthUnitTablet\":\"%\",\"imageWidthUnitMobile\":\"%\",\"subHeadTopMargin\":0,\"subHeadRightMargin\":40,\"subHeadLeftMargin\":0,\"subHeadMarginTopTablet\":0,\"subHeadMarginRightTablet\":0,\"subHeadTabletSpace\":20,\"subHeadMarginLeftTablet\":0,\"imgTagHeight\":66,\"imgTagWidth\":1000,\"btnBorderTopWidth\":1,\"btnBorderLeftWidth\":1,\"btnBorderRightWidth\":1,\"btnBorderBottomWidth\":1,\"btnBorderTopLeftRadius\":0,\"btnBorderTopRightRadius\":0,\"btnBorderBottomLeftRadius\":0,\"btnBorderBottomRightRadius\":0,\"btnBorderStyle\":\"solid\",\"btnBorderColor\":\"#333\"} -->\n<div class=\"wp-block-uagb-info-box uagb-block-6af988d4 uagb-infobox__content-wrap  uagb-infobox-icon-above-title uagb-infobox-image-valign-top\"><div class=\"uagb-ifb-content\"><div class=\"uagb-ifb-image-content\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-10.jpg\" alt=\"\" width=\"100\" height=\"66\" loading=\"lazy\"/></div><div class=\"uagb-ifb-title-wrap\"><h3 class=\"uagb-ifb-title\">The Barn </h3></div><p class=\"uagb-ifb-desc\">Rustic beams and exposed wood are all hallmarks of our barn-style suite. This is an open-plan unit with lots of windows with a raised king bed on a platform that faces the TV and the mountains.</p><div class=\"uagb-ifb-button-wrapper wp-block-button\"><a href=\"/the-barn/\" target=\"_self\" class=\"uagb-infobox-cta-link\" rel=\"noopener noreferrer\" alt=\"\"><span class=\"uagb-inline-editing\">READ MORE</span></a></div></div></div>\n<!-- /wp:uagb/info-box --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"ccca1858\",\"widthDesktop\":50,\"bottomPaddingDesktop\":20,\"rightPaddingDesktop\":32,\"bottomPaddingTablet\":35,\"rightPaddingTablet\":15,\"bottomPaddingMobile\":65,\"paddingLink\":false,\"topMarginDesktop\":0,\"bottomMarginDesktop\":0,\"leftMarginDesktop\":5,\"rightMarginDesktop\":5,\"topMarginMobile\":0,\"bottomMarginMobile\":0,\"leftMarginMobile\":0,\"rightMarginMobile\":0,\"marginLink\":false,\"variationSelected\":true,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-ccca1858\"><!-- wp:uagb/info-box {\"classMigrate\":true,\"headingAlign\":\"left\",\"headingColor\":\"\",\"subHeadingColor\":\"\",\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"source_type\":\"image\",\"block_id\":\"0f13fa37\",\"ctaIcon\":\"\",\"ctaType\":\"text\",\"ctaText\":\"READ MORE\",\"ctaLink\":\"/the-tuscan-suite/\",\"ctaLinkColor\":\"var(\\u002d\\u002dast-global-color-0)\",\"ctaDecoration\":\"underline\",\"ctaFontSize\":12,\"ctaFontWeight\":\"600\",\"ctaLetterSpacing\":2,\"ctaBorderColor\":\"\",\"ctaBorderStyle\":\"\",\"ctaBorderWidth\":\"\",\"ctaBorderRadius\":\"\",\"iconBottomMargin\":30,\"iconImage\":{\"uploading\":false,\"date\":1670936842000,\"filename\":\"tuscan-suite-raised-bed-and-settee.jpg\",\"menuOrder\":0,\"uploadedTo\":761,\"type\":\"image\",\"subtype\":\"jpeg\",\"id\":864,\"title\":\"tuscan-suite-raised-bed-and-settee\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/tuscan-suite-raised-bed-and-settee.jpg\",\"link\":\"https://blueroan.netgen.cloud/accommodation/tuscan-suite-raised-bed-and-settee/\",\"alt\":\"\",\"author\":\"2\",\"description\":\"\",\"caption\":\"\",\"name\":\"tuscan-suite-raised-bed-and-settee\",\"status\":\"inherit\",\"modified\":1670936842000,\"mime\":\"image/jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-includes/images/media/default.png\",\"dateFormatted\":\"December 13, 2022\",\"nonces\":{\"update\":\"0624a4a01a\",\"delete\":\"9e8f0f7a5a\",\"edit\":\"087f94f2e5\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=864\\u0026action=edit\",\"meta\":false,\"authorName\":\"Netgen Support\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/profile.php\",\"uploadedToTitle\":\"Accommodation\",\"uploadedToLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=761\\u0026action=edit\",\"filesizeInBytes\":41923,\"filesizeHumanReadable\":\"41 KB\",\"context\":\"\",\"height\":400,\"width\":600,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/tuscan-suite-raised-bed-and-settee-150x150.jpg\",\"orientation\":\"landscape\"},\"medium\":{\"height\":200,\"width\":300,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/tuscan-suite-raised-bed-and-settee-300x200.jpg\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/tuscan-suite-raised-bed-and-settee.jpg\",\"height\":400,\"width\":600,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"imageSize\":\"full\",\"imageWidth\":100,\"imageWidthMobile\":100,\"imageWidthTablet\":100,\"paddingBtnTop\":10,\"paddingBtnBottom\":10,\"paddingBtnLeft\":14,\"paddingBtnRight\":14,\"imageWidthUnit\":\"%\",\"imageWidthUnitTablet\":\"%\",\"imageWidthUnitMobile\":\"%\",\"subHeadTopMargin\":0,\"subHeadRightMargin\":40,\"subHeadLeftMargin\":0,\"subHeadMarginTopTablet\":0,\"subHeadMarginRightTablet\":0,\"subHeadTabletSpace\":20,\"subHeadMarginLeftTablet\":0,\"imgTagHeight\":66,\"imgTagWidth\":600,\"btnBorderTopWidth\":1,\"btnBorderLeftWidth\":1,\"btnBorderRightWidth\":1,\"btnBorderBottomWidth\":1,\"btnBorderTopLeftRadius\":0,\"btnBorderTopRightRadius\":0,\"btnBorderBottomLeftRadius\":0,\"btnBorderBottomRightRadius\":0,\"btnBorderStyle\":\"solid\",\"btnBorderColor\":\"#333\"} -->\n<div class=\"wp-block-uagb-info-box uagb-block-0f13fa37 uagb-infobox__content-wrap  uagb-infobox-icon-above-title uagb-infobox-image-valign-top\"><div class=\"uagb-ifb-content\"><div class=\"uagb-ifb-image-content\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/tuscan-suite-raised-bed-and-settee.jpg\" alt=\"\" width=\"100\" height=\"66\" loading=\"lazy\"/></div><div class=\"uagb-ifb-title-wrap\"><h3 class=\"uagb-ifb-title\">The Tuscan Suite </h3></div><p class=\"uagb-ifb-desc\">Terra-cotta tiles, textured wall treatments, gorgeous, intricate murals,&nbsp;and simple, durable furniture with elegant iron accents are all characteristics of Tuscan interior design.</p><div class=\"uagb-ifb-button-wrapper wp-block-button\"><a href=\"/the-tuscan-suite/\" target=\"_self\" class=\"uagb-infobox-cta-link\" rel=\"noopener noreferrer\" alt=\"\"><span class=\"uagb-inline-editing\">READ MORE</span></a></div></div></div>\n<!-- /wp:uagb/info-box --></div>\n<!-- /wp:uagb/container --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"55cdf370\",\"directionDesktop\":\"row\",\"alignItemsTablet\":\"flex-start\",\"justifyContentDesktop\":\"flex-start\",\"topMarginDesktop\":54,\"bottomMarginDesktop\":0,\"leftMarginDesktop\":0,\"rightMarginDesktop\":0,\"topMarginMobile\":0,\"bottomMarginMobile\":0,\"leftMarginMobile\":0,\"rightMarginMobile\":0,\"marginLink\":false,\"variationSelected\":true,\"rowGapMobile\":0,\"columnGapDesktop\":0} -->\n<div class=\"wp-block-uagb-container uagb-block-55cdf370\"><!-- wp:uagb/container {\"block_id\":\"60108669\",\"widthDesktop\":50,\"bottomPaddingDesktop\":20,\"rightPaddingDesktop\":32,\"bottomPaddingTablet\":35,\"leftPaddingTablet\":0,\"rightPaddingTablet\":15,\"bottomPaddingMobile\":65,\"paddingLink\":false,\"topMarginDesktop\":0,\"bottomMarginDesktop\":0,\"leftMarginDesktop\":5,\"rightMarginDesktop\":5,\"topMarginMobile\":0,\"bottomMarginMobile\":0,\"leftMarginMobile\":0,\"rightMarginMobile\":0,\"marginLink\":false,\"variationSelected\":true,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-60108669\"><!-- wp:uagb/info-box {\"classMigrate\":true,\"headingAlign\":\"left\",\"headingColor\":\"\",\"subHeadingColor\":\"\",\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"source_type\":\"image\",\"block_id\":\"b08d94c4\",\"ctaIcon\":\"\",\"ctaType\":\"text\",\"ctaText\":\"READ MORE\",\"ctaLink\":\"/the-bluebush/\",\"ctaLinkColor\":\"var(\\u002d\\u002dast-global-color-0)\",\"ctaDecoration\":\"underline\",\"ctaFontSize\":12,\"ctaFontWeight\":\"600\",\"ctaLetterSpacing\":2,\"ctaBorderColor\":\"\",\"ctaBorderStyle\":\"\",\"ctaBorderWidth\":\"\",\"ctaBorderRadius\":\"\",\"iconBottomMargin\":30,\"iconImage\":{\"uploading\":false,\"date\":1670938945000,\"filename\":\"bluebush-king-bed-and-spa-bath.png\",\"menuOrder\":0,\"uploadedTo\":761,\"type\":\"image\",\"subtype\":\"png\",\"id\":881,\"title\":\"bluebush-king-bed-and-spa-bath\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/bluebush-king-bed-and-spa-bath.png\",\"link\":\"https://blueroan.netgen.cloud/accommodation/bluebush-king-bed-and-spa-bath/\",\"alt\":\"\",\"author\":\"2\",\"description\":\"\",\"caption\":\"\",\"name\":\"bluebush-king-bed-and-spa-bath\",\"status\":\"inherit\",\"modified\":1670938945000,\"mime\":\"image/png\",\"icon\":\"https://blueroan.netgen.cloud/wp-includes/images/media/default.png\",\"dateFormatted\":\"December 13, 2022\",\"nonces\":{\"update\":\"e1c334788a\",\"delete\":\"b219c40b29\",\"edit\":\"273b944edc\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=881\\u0026action=edit\",\"meta\":false,\"authorName\":\"Netgen Support\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/profile.php\",\"uploadedToTitle\":\"Accommodation\",\"uploadedToLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=761\\u0026action=edit\",\"filesizeInBytes\":1195033,\"filesizeHumanReadable\":\"1 MB\",\"context\":\"\",\"height\":667,\"width\":1000,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/bluebush-king-bed-and-spa-bath-150x150.png\",\"orientation\":\"landscape\"},\"medium\":{\"height\":200,\"width\":300,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/bluebush-king-bed-and-spa-bath-300x200.png\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/bluebush-king-bed-and-spa-bath.png\",\"height\":667,\"width\":1000,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"imageSize\":\"full\",\"imageWidth\":100,\"imageWidthMobile\":100,\"imageWidthTablet\":100,\"paddingBtnTop\":10,\"paddingBtnBottom\":10,\"paddingBtnLeft\":14,\"paddingBtnRight\":14,\"imageWidthUnit\":\"%\",\"imageWidthUnitTablet\":\"%\",\"imageWidthUnitMobile\":\"%\",\"subHeadTopMargin\":0,\"subHeadRightMargin\":40,\"subHeadLeftMargin\":0,\"subHeadMarginTopTablet\":0,\"subHeadMarginRightTablet\":0,\"subHeadTabletSpace\":20,\"subHeadMarginLeftTablet\":0,\"imgTagHeight\":66,\"imgTagWidth\":1000,\"btnBorderTopWidth\":1,\"btnBorderLeftWidth\":1,\"btnBorderRightWidth\":1,\"btnBorderBottomWidth\":1,\"btnBorderTopLeftRadius\":0,\"btnBorderTopRightRadius\":0,\"btnBorderBottomLeftRadius\":0,\"btnBorderBottomRightRadius\":0,\"btnBorderStyle\":\"solid\",\"btnBorderColor\":\"#333\"} -->\n<div class=\"wp-block-uagb-info-box uagb-block-b08d94c4 uagb-infobox__content-wrap  uagb-infobox-icon-above-title uagb-infobox-image-valign-top\"><div class=\"uagb-ifb-content\"><div class=\"uagb-ifb-image-content\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/bluebush-king-bed-and-spa-bath.png\" alt=\"\" width=\"100\" height=\"66\" loading=\"lazy\"/></div><div class=\"uagb-ifb-title-wrap\"><h3 class=\"uagb-ifb-title\">The Bluebush </h3></div><p class=\"uagb-ifb-desc\">A warm and comforting suite with a very homely feeling. Settle in and alleviate like you would at home. Relax with a perfect corner-shaped spa bath and open-plan&nbsp;living area.</p><div class=\"uagb-ifb-button-wrapper wp-block-button\"><a href=\"/the-bluebush/\" target=\"_self\" class=\"uagb-infobox-cta-link\" rel=\"noopener noreferrer\" alt=\"\"><span class=\"uagb-inline-editing\">READ MORE</span></a></div></div></div>\n<!-- /wp:uagb/info-box --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"7d676d53\",\"widthDesktop\":50,\"bottomPaddingDesktop\":20,\"rightPaddingDesktop\":32,\"bottomPaddingTablet\":35,\"rightPaddingTablet\":15,\"bottomPaddingMobile\":65,\"paddingLink\":false,\"topMarginDesktop\":0,\"bottomMarginDesktop\":0,\"leftMarginDesktop\":5,\"rightMarginDesktop\":5,\"topMarginMobile\":0,\"bottomMarginMobile\":0,\"leftMarginMobile\":0,\"rightMarginMobile\":0,\"marginLink\":false,\"variationSelected\":true,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-7d676d53\"><!-- wp:uagb/info-box {\"classMigrate\":true,\"headingAlign\":\"left\",\"headingColor\":\"\",\"subHeadingColor\":\"\",\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"source_type\":\"image\",\"block_id\":\"cce95687\",\"ctaIcon\":\"\",\"ctaType\":\"text\",\"ctaText\":\"READ MORE\",\"ctaLink\":\"/the-mexican-loft/\",\"ctaLinkColor\":\"var(\\u002d\\u002dast-global-color-0)\",\"ctaDecoration\":\"underline\",\"ctaFontSize\":12,\"ctaFontWeight\":\"600\",\"ctaLetterSpacing\":2,\"ctaBorderColor\":\"\",\"ctaBorderStyle\":\"\",\"ctaBorderWidth\":\"\",\"ctaBorderRadius\":\"\",\"iconBottomMargin\":30,\"iconImage\":{\"uploading\":false,\"date\":1670938831000,\"filename\":\"blue-roan-guest-farm-11.jpg\",\"menuOrder\":0,\"uploadedTo\":761,\"type\":\"image\",\"subtype\":\"jpeg\",\"id\":879,\"title\":\"blue-roan-guest-farm (11)\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-11.jpg\",\"link\":\"https://blueroan.netgen.cloud/accommodation/blue-roan-guest-farm-11/\",\"alt\":\"\",\"author\":\"2\",\"description\":\"\",\"caption\":\"\",\"name\":\"blue-roan-guest-farm-11\",\"status\":\"inherit\",\"modified\":1670938831000,\"mime\":\"image/jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-includes/images/media/default.png\",\"dateFormatted\":\"December 13, 2022\",\"nonces\":{\"update\":\"294125e9db\",\"delete\":\"1a7a578cdb\",\"edit\":\"79b313e573\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=879\\u0026action=edit\",\"meta\":false,\"authorName\":\"Netgen Support\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/profile.php\",\"uploadedToTitle\":\"Accommodation\",\"uploadedToLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=761\\u0026action=edit\",\"filesizeInBytes\":175055,\"filesizeHumanReadable\":\"171 KB\",\"context\":\"\",\"height\":667,\"width\":1000,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-11-150x150.jpg\",\"orientation\":\"landscape\"},\"medium\":{\"height\":200,\"width\":300,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-11-300x200.jpg\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-11.jpg\",\"height\":667,\"width\":1000,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"imageSize\":\"full\",\"imageWidth\":100,\"imageWidthMobile\":100,\"imageWidthTablet\":100,\"paddingBtnTop\":10,\"paddingBtnBottom\":10,\"paddingBtnLeft\":14,\"paddingBtnRight\":14,\"imageWidthUnit\":\"%\",\"imageWidthUnitTablet\":\"%\",\"imageWidthUnitMobile\":\"%\",\"subHeadTopMargin\":0,\"subHeadRightMargin\":40,\"subHeadLeftMargin\":0,\"subHeadMarginTopTablet\":0,\"subHeadMarginRightTablet\":0,\"subHeadTabletSpace\":20,\"subHeadMarginLeftTablet\":0,\"imgTagHeight\":66,\"imgTagWidth\":1000,\"btnBorderTopWidth\":1,\"btnBorderLeftWidth\":1,\"btnBorderRightWidth\":1,\"btnBorderBottomWidth\":1,\"btnBorderTopLeftRadius\":0,\"btnBorderTopRightRadius\":0,\"btnBorderBottomLeftRadius\":0,\"btnBorderBottomRightRadius\":0,\"btnBorderStyle\":\"solid\",\"btnBorderColor\":\"#333\"} -->\n<div class=\"wp-block-uagb-info-box uagb-block-cce95687 uagb-infobox__content-wrap  uagb-infobox-icon-above-title uagb-infobox-image-valign-top\"><div class=\"uagb-ifb-content\"><div class=\"uagb-ifb-image-content\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-11.jpg\" alt=\"\" width=\"100\" height=\"66\" loading=\"lazy\"/></div><div class=\"uagb-ifb-title-wrap\"><h3 class=\"uagb-ifb-title\">The Mexican Loft </h3></div><p class=\"uagb-ifb-desc\">This Mexican-inspired unit is full of bold colors and rustic furnishings. This design style has a multifarious feel, mixing rustic wood, authentic art, textiles, and a vivid palette of color</p><div class=\"uagb-ifb-button-wrapper wp-block-button\"><a href=\"/the-mexican-loft/\" target=\"_self\" class=\"uagb-infobox-cta-link\" rel=\"noopener noreferrer\" alt=\"\"><span class=\"uagb-inline-editing\">READ MORE</span></a></div></div></div>\n<!-- /wp:uagb/info-box --></div>\n<!-- /wp:uagb/container --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"14be4d48\",\"directionDesktop\":\"row\",\"justifyContentDesktop\":\"flex-start\",\"topMarginDesktop\":54,\"bottomMarginDesktop\":0,\"leftMarginDesktop\":0,\"rightMarginDesktop\":0,\"topMarginMobile\":0,\"bottomMarginMobile\":0,\"leftMarginMobile\":0,\"rightMarginMobile\":0,\"marginLink\":false,\"variationSelected\":true,\"rowGapMobile\":0,\"columnGapDesktop\":0} -->\n<div class=\"wp-block-uagb-container uagb-block-14be4d48\"><!-- wp:uagb/container {\"block_id\":\"f614aef1\",\"widthDesktop\":50,\"bottomPaddingDesktop\":20,\"rightPaddingDesktop\":32,\"bottomPaddingTablet\":35,\"rightPaddingTablet\":15,\"bottomPaddingMobile\":65,\"paddingLink\":false,\"topMarginDesktop\":0,\"bottomMarginDesktop\":0,\"leftMarginDesktop\":5,\"rightMarginDesktop\":5,\"topMarginMobile\":0,\"bottomMarginMobile\":0,\"leftMarginMobile\":0,\"rightMarginMobile\":0,\"marginLink\":false,\"variationSelected\":true,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-f614aef1\"><!-- wp:uagb/info-box {\"classMigrate\":true,\"headingAlign\":\"left\",\"headingColor\":\"\",\"subHeadingColor\":\"\",\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"source_type\":\"image\",\"block_id\":\"215960c3\",\"ctaIcon\":\"\",\"ctaType\":\"text\",\"ctaText\":\"READ MORE\",\"ctaLinkColor\":\"var(\\u002d\\u002dast-global-color-0)\",\"ctaDecoration\":\"underline\",\"ctaFontSize\":12,\"ctaFontWeight\":\"600\",\"ctaLetterSpacing\":2,\"ctaBorderColor\":\"\",\"ctaBorderStyle\":\"\",\"ctaBorderWidth\":\"\",\"ctaBorderRadius\":\"\",\"iconBottomMargin\":30,\"iconImage\":{\"uploading\":false,\"date\":1670939381000,\"filename\":\"acacia-lounge.jpg\",\"menuOrder\":0,\"uploadedTo\":761,\"type\":\"image\",\"subtype\":\"jpeg\",\"id\":885,\"title\":\"acacia-lounge\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/acacia-lounge.jpg\",\"link\":\"https://blueroan.netgen.cloud/accommodation/acacia-lounge/\",\"alt\":\"\",\"author\":\"2\",\"description\":\"\",\"caption\":\"\",\"name\":\"acacia-lounge\",\"status\":\"inherit\",\"modified\":1670939381000,\"mime\":\"image/jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-includes/images/media/default.png\",\"dateFormatted\":\"December 13, 2022\",\"nonces\":{\"update\":\"17e284dc72\",\"delete\":\"0967fb8415\",\"edit\":\"99ac1eb1a8\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=885\\u0026action=edit\",\"meta\":false,\"authorName\":\"Netgen Support\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/profile.php\",\"uploadedToTitle\":\"Accommodation\",\"uploadedToLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=761\\u0026action=edit\",\"filesizeInBytes\":37270,\"filesizeHumanReadable\":\"36 KB\",\"context\":\"\",\"height\":400,\"width\":600,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/acacia-lounge-150x150.jpg\",\"orientation\":\"landscape\"},\"medium\":{\"height\":200,\"width\":300,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/acacia-lounge-300x200.jpg\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/acacia-lounge.jpg\",\"height\":400,\"width\":600,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"imageSize\":\"full\",\"imageWidth\":100,\"imageWidthMobile\":100,\"imageWidthTablet\":100,\"paddingBtnTop\":10,\"paddingBtnBottom\":10,\"paddingBtnLeft\":14,\"paddingBtnRight\":14,\"imageWidthUnit\":\"%\",\"imageWidthUnitTablet\":\"%\",\"imageWidthUnitMobile\":\"%\",\"subHeadTopMargin\":0,\"subHeadRightMargin\":40,\"subHeadLeftMargin\":0,\"subHeadMarginTopTablet\":0,\"subHeadMarginRightTablet\":0,\"subHeadTabletSpace\":20,\"subHeadMarginLeftTablet\":0,\"imgTagHeight\":66,\"imgTagWidth\":600,\"btnBorderTopWidth\":1,\"btnBorderLeftWidth\":1,\"btnBorderRightWidth\":1,\"btnBorderBottomWidth\":1,\"btnBorderTopLeftRadius\":0,\"btnBorderTopRightRadius\":0,\"btnBorderBottomLeftRadius\":0,\"btnBorderBottomRightRadius\":0,\"btnBorderStyle\":\"solid\",\"btnBorderColor\":\"#333\"} -->\n<div class=\"wp-block-uagb-info-box uagb-block-215960c3 uagb-infobox__content-wrap  uagb-infobox-icon-above-title uagb-infobox-image-valign-top\"><div class=\"uagb-ifb-content\"><div class=\"uagb-ifb-image-content\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/acacia-lounge.jpg\" alt=\"\" width=\"100\" height=\"66\" loading=\"lazy\"/></div><div class=\"uagb-ifb-title-wrap\"><h3 class=\"uagb-ifb-title\">The Acacia </h3></div><p class=\"uagb-ifb-desc\">The Acacia tree inspired the name of our largest unit. The wide open-concept living space of this rustic, rough-hewn unit opens onto a covered patio with a brick braai area.</p><div class=\"uagb-ifb-button-wrapper wp-block-button\"><a href=\"\" target=\"_self\" class=\"uagb-infobox-cta-link uagb-disable-link\" rel=\"noopener noreferrer\" alt=\"\"><span class=\"uagb-inline-editing\">READ MORE</span></a></div></div></div>\n<!-- /wp:uagb/info-box --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"c8c29753\",\"widthDesktop\":50,\"bottomPaddingDesktop\":20,\"rightPaddingDesktop\":32,\"bottomPaddingTablet\":35,\"rightPaddingTablet\":15,\"paddingLink\":false,\"topMarginDesktop\":0,\"bottomMarginDesktop\":0,\"leftMarginDesktop\":5,\"rightMarginDesktop\":5,\"topMarginMobile\":0,\"bottomMarginMobile\":0,\"leftMarginMobile\":0,\"rightMarginMobile\":0,\"marginLink\":false,\"variationSelected\":true,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-c8c29753\"><!-- wp:uagb/info-box {\"classMigrate\":true,\"headingAlign\":\"left\",\"headingColor\":\"\",\"subHeadingColor\":\"\",\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"source_type\":\"image\",\"block_id\":\"1d882372\",\"ctaIcon\":\"\",\"ctaType\":\"text\",\"ctaText\":\"READ MORE\",\"ctaLinkColor\":\"var(\\u002d\\u002dast-global-color-0)\",\"ctaDecoration\":\"underline\",\"ctaFontSize\":12,\"ctaFontWeight\":\"600\",\"ctaLetterSpacing\":2,\"ctaBorderColor\":\"\",\"ctaBorderStyle\":\"\",\"ctaBorderWidth\":\"\",\"ctaBorderRadius\":\"\",\"iconBottomMargin\":30,\"iconImage\":{\"id\":290,\"title\":\"room-6\",\"filename\":\"room-6.jpg\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/room-6.jpg\",\"link\":\"https://blueroan.netgen.cloud/room-6/\",\"alt\":\"\",\"author\":\"34\",\"description\":\"\",\"caption\":\"\",\"name\":\"room-6\",\"status\":\"inherit\",\"uploadedTo\":0,\"date\":\"2021-05-11T12:42:24.000Z\",\"modified\":\"2021-05-11T12:42:24.000Z\",\"menuOrder\":0,\"mime\":\"image/jpeg\",\"type\":\"image\",\"subtype\":\"jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/default.png\",\"dateFormatted\":\"May 11, 2021\",\"nonces\":{\"update\":\"ca0f21bc6b\",\"delete\":\"aeb89ca3d4\",\"edit\":\"4be159def3\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=290\\u0026action=edit\",\"meta\":false,\"authorName\":\"Rishabh\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/user-edit.php?user_id=34\",\"filesizeInBytes\":50081,\"filesizeHumanReadable\":\"49 KB\",\"context\":\"\",\"height\":400,\"width\":600,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/room-6-150x150.jpg\",\"orientation\":\"landscape\"},\"medium\":{\"height\":200,\"width\":300,\"url\":\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/room-6-300x200.jpg\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/room-6.jpg\",\"height\":400,\"width\":600,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"imageSize\":\"full\",\"imageWidth\":100,\"imageWidthMobile\":100,\"imageWidthTablet\":100,\"paddingBtnTop\":10,\"paddingBtnBottom\":10,\"paddingBtnLeft\":14,\"paddingBtnRight\":14,\"imageWidthUnit\":\"%\",\"imageWidthUnitTablet\":\"%\",\"imageWidthUnitMobile\":\"%\",\"subHeadTopMargin\":0,\"subHeadRightMargin\":40,\"subHeadLeftMargin\":0,\"subHeadMarginTopTablet\":0,\"subHeadMarginRightTablet\":0,\"subHeadTabletSpace\":20,\"subHeadMarginLeftTablet\":0,\"imgTagHeight\":66,\"imgTagWidth\":600,\"btnBorderTopWidth\":1,\"btnBorderLeftWidth\":1,\"btnBorderRightWidth\":1,\"btnBorderBottomWidth\":1,\"btnBorderTopLeftRadius\":0,\"btnBorderTopRightRadius\":0,\"btnBorderBottomLeftRadius\":0,\"btnBorderBottomRightRadius\":0,\"btnBorderStyle\":\"solid\",\"btnBorderColor\":\"#333\"} -->\n<div class=\"wp-block-uagb-info-box uagb-block-1d882372 uagb-infobox__content-wrap  uagb-infobox-icon-above-title uagb-infobox-image-valign-top\"><div class=\"uagb-ifb-content\"><div class=\"uagb-ifb-image-content\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/room-6.jpg\" alt=\"\" width=\"100\" height=\"66\" loading=\"lazy\"/></div><div class=\"uagb-ifb-title-wrap\"><h3 class=\"uagb-ifb-title\">The Greek Villa </h3></div><p class=\"uagb-ifb-desc\">Designed like a Greek villa this Mediterranean style reflects a relaxed atmosphere with its dominant white walls and blue ceilings with lovely rustic furnishings</p><div class=\"uagb-ifb-button-wrapper wp-block-button\"><a href=\"\" target=\"_self\" class=\"uagb-infobox-cta-link uagb-disable-link\" rel=\"noopener noreferrer\" alt=\"\"><span class=\"uagb-inline-editing\">READ MORE</span></a></div></div></div>\n<!-- /wp:uagb/info-box --></div>\n<!-- /wp:uagb/container --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"d195963b\",\"directionDesktop\":\"row\",\"justifyContentDesktop\":\"flex-start\",\"topMarginDesktop\":54,\"bottomMarginDesktop\":0,\"leftMarginDesktop\":0,\"rightMarginDesktop\":0,\"topMarginMobile\":0,\"bottomMarginMobile\":0,\"leftMarginMobile\":0,\"rightMarginMobile\":0,\"marginLink\":false,\"variationSelected\":true,\"rowGapMobile\":0,\"columnGapDesktop\":0} -->\n<div class=\"wp-block-uagb-container uagb-block-d195963b\"><!-- wp:uagb/container {\"block_id\":\"266bbb73\",\"widthDesktop\":50,\"bottomPaddingDesktop\":20,\"rightPaddingDesktop\":32,\"bottomPaddingTablet\":35,\"rightPaddingTablet\":15,\"bottomPaddingMobile\":65,\"paddingLink\":false,\"topMarginDesktop\":0,\"bottomMarginDesktop\":0,\"leftMarginDesktop\":5,\"rightMarginDesktop\":5,\"topMarginMobile\":0,\"bottomMarginMobile\":0,\"leftMarginMobile\":0,\"rightMarginMobile\":0,\"marginLink\":false,\"variationSelected\":true,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-266bbb73\"><!-- wp:uagb/info-box {\"classMigrate\":true,\"headingAlign\":\"left\",\"headingColor\":\"\",\"subHeadingColor\":\"\",\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"source_type\":\"image\",\"block_id\":\"879eaedf\",\"ctaIcon\":\"\",\"ctaType\":\"text\",\"ctaText\":\"READ MORE\",\"ctaLinkColor\":\"var(\\u002d\\u002dast-global-color-0)\",\"ctaDecoration\":\"underline\",\"ctaFontSize\":12,\"ctaFontWeight\":\"600\",\"ctaLetterSpacing\":2,\"ctaBorderColor\":\"\",\"ctaBorderStyle\":\"\",\"ctaBorderWidth\":\"\",\"ctaBorderRadius\":\"\",\"iconBottomMargin\":30,\"iconImage\":{\"uploading\":false,\"date\":1670943128000,\"filename\":\"AAEAAQAAAAAAAAAAAAAAJDkwZDA0NDg0LWIwNTctNGVlNy05Y2NjLWNjNDllODBmZTI3OA.png\",\"menuOrder\":0,\"uploadedTo\":761,\"type\":\"image\",\"subtype\":\"png\",\"id\":896,\"title\":\"AAEAAQAAAAAAAAAAAAAAJDkwZDA0NDg0LWIwNTctNGVlNy05Y2NjLWNjNDllODBmZTI3OA\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAAJDkwZDA0NDg0LWIwNTctNGVlNy05Y2NjLWNjNDllODBmZTI3OA.png\",\"link\":\"https://blueroan.netgen.cloud/accommodation/aaeaaqaaaaaaaaaaaaaajdkwzda0ndg0lwiwntctngvlny05y2njlwnjndllodbmzti3oa/\",\"alt\":\"Honeymoon suite bedroom \",\"author\":\"2\",\"description\":\"\",\"caption\":\"\",\"name\":\"aaeaaqaaaaaaaaaaaaaajdkwzda0ndg0lwiwntctngvlny05y2njlwnjndllodbmzti3oa\",\"status\":\"inherit\",\"modified\":1670943128000,\"mime\":\"image/png\",\"icon\":\"https://blueroan.netgen.cloud/wp-includes/images/media/default.png\",\"dateFormatted\":\"December 13, 2022\",\"nonces\":{\"update\":\"ef5e68588c\",\"delete\":\"c4dba1213a\",\"edit\":\"aea99f65e2\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=896\\u0026action=edit\",\"meta\":false,\"authorName\":\"Netgen Support\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/profile.php\",\"uploadedToTitle\":\"Accommodation\",\"uploadedToLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=761\\u0026action=edit\",\"filesizeInBytes\":1088370,\"filesizeHumanReadable\":\"1 MB\",\"context\":\"\",\"height\":861,\"width\":1300,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAAJDkwZDA0NDg0LWIwNTctNGVlNy05Y2NjLWNjNDllODBmZTI3OA-150x150.png\",\"orientation\":\"landscape\"},\"medium\":{\"height\":199,\"width\":300,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAAJDkwZDA0NDg0LWIwNTctNGVlNy05Y2NjLWNjNDllODBmZTI3OA-300x199.png\",\"orientation\":\"landscape\"},\"large\":{\"height\":678,\"width\":1024,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAAJDkwZDA0NDg0LWIwNTctNGVlNy05Y2NjLWNjNDllODBmZTI3OA-1024x678.png\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAAJDkwZDA0NDg0LWIwNTctNGVlNy05Y2NjLWNjNDllODBmZTI3OA.png\",\"height\":861,\"width\":1300,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"imageSize\":\"full\",\"imageWidth\":100,\"imageWidthMobile\":100,\"imageWidthTablet\":100,\"paddingBtnTop\":10,\"paddingBtnBottom\":10,\"paddingBtnLeft\":14,\"paddingBtnRight\":14,\"imageWidthUnit\":\"%\",\"imageWidthUnitTablet\":\"%\",\"imageWidthUnitMobile\":\"%\",\"subHeadTopMargin\":0,\"subHeadRightMargin\":40,\"subHeadLeftMargin\":0,\"subHeadMarginTopTablet\":0,\"subHeadMarginRightTablet\":0,\"subHeadTabletSpace\":20,\"subHeadMarginLeftTablet\":0,\"imgTagHeight\":66,\"imgTagWidth\":1300,\"btnBorderTopWidth\":1,\"btnBorderLeftWidth\":1,\"btnBorderRightWidth\":1,\"btnBorderBottomWidth\":1,\"btnBorderTopLeftRadius\":0,\"btnBorderTopRightRadius\":0,\"btnBorderBottomLeftRadius\":0,\"btnBorderBottomRightRadius\":0,\"btnBorderStyle\":\"solid\",\"btnBorderColor\":\"#333\"} -->\n<div class=\"wp-block-uagb-info-box uagb-block-879eaedf uagb-infobox__content-wrap  uagb-infobox-icon-above-title uagb-infobox-image-valign-top\"><div class=\"uagb-ifb-content\"><div class=\"uagb-ifb-image-content\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAAJDkwZDA0NDg0LWIwNTctNGVlNy05Y2NjLWNjNDllODBmZTI3OA.png\" alt=\"Honeymoon suite bedroom \" width=\"100\" height=\"66\" loading=\"lazy\"/></div><div class=\"uagb-ifb-title-wrap\"><h3 class=\"uagb-ifb-title\">The Honeymoon suite</h3></div><p class=\"uagb-ifb-desc\">This&nbsp;<a href=\"https://www.collinsdictionary.com/dictionary/english/suite\">suite</a>&nbsp;is perfect for couples - This is an open-plan unit attached to the side of the main house, completely private with its own entrance, own garden, and carport.&nbsp;</p><div class=\"uagb-ifb-button-wrapper wp-block-button\"><a href=\"\" target=\"_self\" class=\"uagb-infobox-cta-link uagb-disable-link\" rel=\"noopener noreferrer\" alt=\"\"><span class=\"uagb-inline-editing\">READ MORE</span></a></div></div></div>\n<!-- /wp:uagb/info-box --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"36dce69e\",\"widthDesktop\":50,\"bottomPaddingDesktop\":20,\"rightPaddingDesktop\":32,\"bottomPaddingTablet\":35,\"rightPaddingTablet\":15,\"paddingLink\":false,\"topMarginDesktop\":0,\"bottomMarginDesktop\":0,\"leftMarginDesktop\":5,\"rightMarginDesktop\":5,\"topMarginMobile\":0,\"bottomMarginMobile\":0,\"leftMarginMobile\":0,\"rightMarginMobile\":0,\"marginLink\":false,\"variationSelected\":true,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-36dce69e\"></div>\n<!-- /wp:uagb/container --></div>\n<!-- /wp:uagb/container --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"baf0833d\",\"innerContentCustomWidthDesktop\":781,\"innerContentCustomWidthTablet\":781,\"backgroundType\":\"image\",\"backgroundImageDesktop\":{\"uploading\":false,\"date\":1670943271000,\"filename\":\"AAEAAQAAAAAAAAAAAAAA39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba.png\",\"menuOrder\":0,\"uploadedTo\":761,\"type\":\"image\",\"subtype\":\"png\",\"id\":899,\"title\":\"AAEAAQAAAAAAAAAAAAAA39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAA39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba.png\",\"link\":\"https://blueroan.netgen.cloud/accommodation/aaeaaqaaaaaaaaaaaaaa39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba/\",\"alt\":\"\",\"author\":\"2\",\"description\":\"\",\"caption\":\"\",\"name\":\"aaeaaqaaaaaaaaaaaaaa39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba\",\"status\":\"inherit\",\"modified\":1670943271000,\"mime\":\"image/png\",\"icon\":\"https://blueroan.netgen.cloud/wp-includes/images/media/default.png\",\"dateFormatted\":\"December 13, 2022\",\"nonces\":{\"update\":\"45b2b6c69b\",\"delete\":\"75d81c42ab\",\"edit\":\"88fae030a9\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=899\\u0026action=edit\",\"meta\":false,\"authorName\":\"Netgen Support\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/profile.php\",\"uploadedToTitle\":\"Accommodation\",\"uploadedToLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=761\\u0026action=edit\",\"filesizeInBytes\":2338048,\"filesizeHumanReadable\":\"2 MB\",\"context\":\"\",\"height\":900,\"width\":1200,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAA39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba-150x150.png\",\"orientation\":\"landscape\"},\"medium\":{\"height\":225,\"width\":300,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAA39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba-300x225.png\",\"orientation\":\"landscape\"},\"large\":{\"height\":768,\"width\":1024,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAA39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba-1024x768.png\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAA39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba.png\",\"height\":900,\"width\":1200,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"backgroundImageColor\":\"rgba(42,42,42,0.65)\",\"topPaddingDesktop\":144,\"bottomPaddingDesktop\":144,\"leftPaddingDesktop\":40,\"rightPaddingDesktop\":40,\"topPaddingTablet\":80,\"bottomPaddingTablet\":80,\"leftPaddingTablet\":40,\"rightPaddingTablet\":40,\"topPaddingMobile\":64,\"bottomPaddingMobile\":64,\"leftPaddingMobile\":24,\"rightPaddingMobile\":24,\"paddingLink\":false,\"variationSelected\":true,\"isBlockRootParent\":true,\"overlayType\":\"color\"} -->\n<div class=\"wp-block-uagb-container uagb-block-baf0833d alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/advanced-heading {\"block_id\":\"44a8a0fd\",\"classMigrate\":true,\"headingDescToggle\":true,\"headingAlign\":\"center\",\"headingColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"subHeadingColor\":\"var(\\u002d\\u002dast-global-color-4)\",\"headSpace\":20} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-44a8a0fd\"><h2 class=\"uagb-heading-text\">Plan an Unforgettable Experience at<br>Blue Roan!</h2><p class=\"uagb-desc-text\">We can help you fit your stay and experience within your allotted budget.</p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/advanced-heading {\"block_id\":\"96166080\",\"classMigrate\":true,\"headingTitleToggle\":false,\"headingDescToggle\":true,\"headingAlign\":\"center\",\"subHeadingColor\":\"var(\\u002d\\u002dast-global-color-4)\",\"subHeadTransform\":\"uppercase\",\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"subHeadLetterSpacing\":2,\"blockTopPadding\":60,\"blockRightPadding\":0,\"blockLeftPadding\":0,\"blockBottomPadding\":0,\"blockTopPaddingMobile\":30,\"blockRightPaddingMobile\":0,\"blockLeftPaddingMobile\":0,\"blockBottomPaddingMobile\":0} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-96166080\"><p class=\"uagb-desc-text\">BOOK YOUR STAY NOW​</p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/icon-list {\"block_id\":\"a8f62083\",\"classMigrate\":true,\"childMigrate\":true,\"align\":\"center\",\"parentIcon\":\"phone\",\"size\":40,\"sizeMobile\":24,\"sizeTablet\":32,\"fontSize\":48,\"fontSizeMobile\":28,\"fontSizeTablet\":40,\"fontWeight\":\"600\",\"iconColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"labelColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"blockTopPadding\":0,\"blockRightPadding\":0,\"blockLeftPadding\":0,\"blockBottomPadding\":24,\"blockPaddingLink\":false} -->\n<div class=\"wp-block-uagb-icon-list uagb-block-a8f62083\"><div class=\"uagb-icon-list__wrap\"><!-- wp:uagb/icon-list-child {\"block_id\":\"92606a48\",\"label\":\" + 27 (0) 82 575 5409\",\"label_color\":\"\",\"link\":\"tel:+27825755409\",\"disableLink\":true,\"fromParentIcon\":\"phone\",\"imageSizeChild\":40} -->\n<div class=\"wp-block-uagb-icon-list-child uagb-block-92606a48\"><a target=\"_self\" aria-label=\" + 27 (0) 82 575 5409\" rel=\"noopener noreferrer\" href=\"tel:+27825755409\"> </a><span class=\"uagb-icon-list__source-wrap\"><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M511.2 387l-23.25 100.8c-3.266 14.25-15.79 24.22-30.46 24.22C205.2 512 0 306.8 0 54.5c0-14.66 9.969-27.2 24.22-30.45l100.8-23.25C139.7-2.602 154.7 5.018 160.8 18.92l46.52 108.5c5.438 12.78 1.77 27.67-8.98 36.45L144.5 207.1c33.98 69.22 90.26 125.5 159.5 159.5l44.08-53.8c8.688-10.78 23.69-14.51 36.47-8.975l108.5 46.51C506.1 357.2 514.6 372.4 511.2 387z\"></path></svg></span><span class=\"uagb-icon-list__label\"> + 27 (0) 82 575 5409</span></div>\n<!-- /wp:uagb/icon-list-child -->\n\n<!-- wp:uagb/icon-list-child {\"block_id\":\"69efec1b\",\"label\":\"blueroan@ugo.co.za\",\"icon\":\"envelope\",\"label_color\":\"\",\"link\":\"mailto:blueroan@ugo.co.za\",\"disableLink\":true,\"fromParentIcon\":\"phone\",\"imageSizeChild\":40} -->\n<div class=\"wp-block-uagb-icon-list-child uagb-block-69efec1b\"><a target=\"_self\" aria-label=\"blueroan@ugo.co.za\" rel=\"noopener noreferrer\" href=\"mailto:blueroan@ugo.co.za\"> </a><span class=\"uagb-icon-list__source-wrap\"><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M464 64C490.5 64 512 85.49 512 112C512 127.1 504.9 141.3 492.8 150.4L275.2 313.6C263.8 322.1 248.2 322.1 236.8 313.6L19.2 150.4C7.113 141.3 0 127.1 0 112C0 85.49 21.49 64 48 64H464zM217.6 339.2C240.4 356.3 271.6 356.3 294.4 339.2L512 176V384C512 419.3 483.3 448 448 448H64C28.65 448 0 419.3 0 384V176L217.6 339.2z\"></path></svg></span><span class=\"uagb-icon-list__label\">blueroan@ugo.co.za</span></div>\n<!-- /wp:uagb/icon-list-child --></div></div>\n<!-- /wp:uagb/icon-list --></div></div>\n<!-- /wp:uagb/container -->',	'Accommodation',	'',	'inherit',	'closed',	'closed',	'',	'761-revision-v1',	'',	'',	'2022-12-14 11:21:25',	'2022-12-14 11:21:25',	'',	761,	'https://blueroan.netgen.cloud/?p=1046',	0,	'revision',	'',	0),
(1047,	2,	'2022-12-14 11:21:51',	'2022-12-14 11:21:51',	'<!-- wp:uagb/container {\"block_id\":\"b41709a3\",\"backgroundType\":\"image\",\"backgroundImageDesktop\":{\"id\":797,\"title\":\"blue-roan-guest-farm (13)\",\"filename\":\"blue-roan-guest-farm-13.jpg\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-13.jpg\",\"link\":\"https://blueroan.netgen.cloud/home/blue-roan-guest-farm-13/\",\"alt\":\"\",\"author\":\"2\",\"description\":\"\",\"caption\":\"\",\"name\":\"blue-roan-guest-farm-13\",\"status\":\"inherit\",\"uploadedTo\":760,\"date\":\"2022-12-13T09:37:10.000Z\",\"modified\":\"2022-12-13T09:37:10.000Z\",\"menuOrder\":0,\"mime\":\"image/jpeg\",\"type\":\"image\",\"subtype\":\"jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-includes/images/media/default.png\",\"dateFormatted\":\"December 13, 2022\",\"nonces\":{\"update\":\"88c7dafe15\",\"delete\":\"0e63c986af\",\"edit\":\"ba0aad2d7f\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=797\\u0026action=edit\",\"meta\":false,\"authorName\":\"Netgen Support\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/profile.php\",\"uploadedToTitle\":\"Home\",\"uploadedToLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=760\\u0026action=edit\",\"filesizeInBytes\":201183,\"filesizeHumanReadable\":\"196 KB\",\"context\":\"\",\"height\":667,\"width\":1000,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-13-150x150.jpg\",\"orientation\":\"landscape\"},\"medium\":{\"height\":200,\"width\":300,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-13-300x200.jpg\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-13.jpg\",\"height\":667,\"width\":1000,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"backgroundPositionDesktop\":{\"x\":0.62,\"y\":0.78},\"backgroundSizeTablet\":\"cover\",\"backgroundSizeMobile\":\"cover\",\"backgroundColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"backgroundImageColor\":\"rgba(42,42,42,0.5)\",\"topPaddingDesktop\":220,\"bottomPaddingDesktop\":150,\"topPaddingTablet\":170,\"bottomPaddingTablet\":160,\"leftPaddingTablet\":30,\"rightPaddingTablet\":30,\"topPaddingMobile\":180,\"bottomPaddingMobile\":80,\"leftPaddingMobile\":20,\"rightPaddingMobile\":20,\"paddingLink\":false,\"variationSelected\":true,\"isBlockRootParent\":true,\"overlayType\":\"color\"} -->\n<div class=\"wp-block-uagb-container uagb-block-b41709a3 alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/advanced-heading {\"block_id\":\"3163c904\",\"classMigrate\":true,\"headingDescToggle\":true,\"headingColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"subHeadingColor\":\"var(\\u002d\\u002dast-global-color-4)\",\"headingTag\":\"h1\",\"headSpace\":20,\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"blockTopPadding\":0,\"blockRightPadding\":50,\"blockLeftPadding\":0,\"blockBottomPadding\":0,\"blockTopPaddingTablet\":0,\"blockRightPaddingTablet\":20,\"blockLeftPaddingTablet\":0,\"blockBottomPaddingTablet\":0,\"blockTopPaddingMobile\":0,\"blockRightPaddingMobile\":0,\"blockLeftPaddingMobile\":0,\"blockBottomPaddingMobile\":0,\"blockPaddingUnit\":\"%\",\"blockPaddingUnitTablet\":\"%\"} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-3163c904\"><h1 class=\"uagb-heading-text\">Rooms &amp; Accommodation​</h1><p class=\"uagb-desc-text\">If you are looking for a home away from home, even a place your dog can come along then take a closer look into the rooms we offer and pick the one for you.</p></div>\n<!-- /wp:uagb/advanced-heading --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"dee284cc\",\"backgroundType\":\"color\",\"backgroundSizeTablet\":\"cover\",\"backgroundSizeMobile\":\"cover\",\"backgroundColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"topPaddingDesktop\":120,\"bottomPaddingDesktop\":120,\"topPaddingTablet\":80,\"bottomPaddingTablet\":80,\"leftPaddingTablet\":30,\"rightPaddingTablet\":30,\"topPaddingMobile\":80,\"bottomPaddingMobile\":80,\"leftPaddingMobile\":20,\"rightPaddingMobile\":20,\"paddingLink\":false,\"variationSelected\":true,\"rowGapDesktop\":0,\"isBlockRootParent\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-dee284cc alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/container {\"block_id\":\"f15957f9\",\"directionDesktop\":\"row\",\"alignItemsDesktop\":\"flex-end\",\"alignItemsTablet\":\"flex-end\",\"justifyContentDesktop\":\"flex-end\",\"justifyContentTablet\":\"space-between\",\"variationSelected\":true,\"rowGapMobile\":20,\"columnGapDesktop\":0} -->\n<div class=\"wp-block-uagb-container uagb-block-f15957f9\"><!-- wp:uagb/advanced-heading {\"block_id\":\"c94be523\",\"classMigrate\":true,\"headingDescToggle\":true,\"subHeadingColor\":\"\",\"headSpace\":20,\"subHeadFontSize\":16} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-c94be523\"><h2 class=\"uagb-heading-text\">Come &amp; Stay With Us​</h2><p class=\"uagb-desc-text\">There are 7 excellent brick self-catering units available, each private and with a distinctive personality and theme. They are particularly made for pet-free or pet-owning couples looking for a romantic and serene setting to reconnect, celebrate special occasions, or simply unwind on a holiday.<br><br>We are pet-friendly by arrangement as each unit is separately fenced with its own grassy garden with a garden gate leading to the generous park area where pets can socialize. &nbsp;We also have lovely safe off-leash walking trails on our property and beyond. &nbsp;Our units are very luxurious with everything you would need and very homely and charming. Regrettably no children or group bookings.  </p></div>\n<!-- /wp:uagb/advanced-heading --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"6d48d187\",\"directionDesktop\":\"row\",\"alignItemsTablet\":\"flex-start\",\"justifyContentDesktop\":\"flex-start\",\"topMarginDesktop\":54,\"bottomMarginDesktop\":0,\"leftMarginDesktop\":0,\"rightMarginDesktop\":0,\"marginLink\":false,\"variationSelected\":true,\"rowGapMobile\":0,\"columnGapDesktop\":0} -->\n<div class=\"wp-block-uagb-container uagb-block-6d48d187\"><!-- wp:uagb/container {\"block_id\":\"1d1f7646\",\"widthDesktop\":50,\"bottomPaddingDesktop\":20,\"rightPaddingDesktop\":32,\"bottomPaddingTablet\":35,\"rightPaddingTablet\":15,\"bottomPaddingMobile\":65,\"paddingLink\":false,\"topMarginDesktop\":0,\"bottomMarginDesktop\":0,\"leftMarginDesktop\":5,\"rightMarginDesktop\":5,\"topMarginMobile\":0,\"bottomMarginMobile\":0,\"leftMarginMobile\":0,\"rightMarginMobile\":0,\"marginLink\":false,\"variationSelected\":true,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-1d1f7646\"><!-- wp:uagb/info-box {\"classMigrate\":true,\"headingAlign\":\"left\",\"headingColor\":\"\",\"subHeadingColor\":\"\",\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"source_type\":\"image\",\"block_id\":\"6af988d4\",\"ctaIcon\":\"\",\"ctaType\":\"text\",\"ctaText\":\"\\u003ca href=\\u0022/the-barn/\\u0022 data-type=\\u0022URL\\u0022 data-id=\\u0022/the-barn/\\u0022\\u003eREAD MORE\\u003c/a\\u003e\",\"ctaLink\":\"/the-barn/\",\"ctaLinkColor\":\"var(\\u002d\\u002dast-global-color-0)\",\"ctaDecoration\":\"underline\",\"ctaFontSize\":12,\"ctaFontWeight\":\"600\",\"ctaLetterSpacing\":2,\"ctaBorderColor\":\"\",\"ctaBorderStyle\":\"\",\"ctaBorderWidth\":\"\",\"ctaBorderRadius\":\"\",\"iconBottomMargin\":30,\"iconImage\":{\"uploading\":false,\"date\":1670936674000,\"filename\":\"blue-roan-guest-farm-10.jpg\",\"menuOrder\":0,\"uploadedTo\":761,\"type\":\"image\",\"subtype\":\"jpeg\",\"id\":863,\"title\":\"blue-roan-guest-farm (10)\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-10.jpg\",\"link\":\"https://blueroan.netgen.cloud/accommodation/blue-roan-guest-farm-10/\",\"alt\":\"\",\"author\":\"2\",\"description\":\"\",\"caption\":\"\",\"name\":\"blue-roan-guest-farm-10\",\"status\":\"inherit\",\"modified\":1670936674000,\"mime\":\"image/jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-includes/images/media/default.png\",\"dateFormatted\":\"December 13, 2022\",\"nonces\":{\"update\":\"1a7491aa65\",\"delete\":\"dc6afaa89c\",\"edit\":\"7635ee35fb\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=863\\u0026action=edit\",\"meta\":false,\"authorName\":\"Netgen Support\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/profile.php\",\"uploadedToTitle\":\"Accommodation\",\"uploadedToLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=761\\u0026action=edit\",\"filesizeInBytes\":149768,\"filesizeHumanReadable\":\"146 KB\",\"context\":\"\",\"height\":667,\"width\":1000,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-10-150x150.jpg\",\"orientation\":\"landscape\"},\"medium\":{\"height\":200,\"width\":300,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-10-300x200.jpg\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-10.jpg\",\"height\":667,\"width\":1000,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"imageSize\":\"full\",\"imageWidth\":100,\"imageWidthMobile\":100,\"imageWidthTablet\":100,\"paddingBtnTop\":10,\"paddingBtnBottom\":10,\"paddingBtnLeft\":14,\"paddingBtnRight\":14,\"imageWidthUnit\":\"%\",\"imageWidthUnitTablet\":\"%\",\"imageWidthUnitMobile\":\"%\",\"subHeadTopMargin\":0,\"subHeadRightMargin\":40,\"subHeadLeftMargin\":0,\"subHeadMarginTopTablet\":0,\"subHeadMarginRightTablet\":0,\"subHeadTabletSpace\":20,\"subHeadMarginLeftTablet\":0,\"imgTagHeight\":66,\"imgTagWidth\":1000,\"btnBorderTopWidth\":1,\"btnBorderLeftWidth\":1,\"btnBorderRightWidth\":1,\"btnBorderBottomWidth\":1,\"btnBorderTopLeftRadius\":0,\"btnBorderTopRightRadius\":0,\"btnBorderBottomLeftRadius\":0,\"btnBorderBottomRightRadius\":0,\"btnBorderStyle\":\"solid\",\"btnBorderColor\":\"#333\"} -->\n<div class=\"wp-block-uagb-info-box uagb-block-6af988d4 uagb-infobox__content-wrap  uagb-infobox-icon-above-title uagb-infobox-image-valign-top\"><div class=\"uagb-ifb-content\"><div class=\"uagb-ifb-image-content\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-10.jpg\" alt=\"\" width=\"100\" height=\"66\" loading=\"lazy\"/></div><div class=\"uagb-ifb-title-wrap\"><h3 class=\"uagb-ifb-title\">The Barn </h3></div><p class=\"uagb-ifb-desc\">Rustic beams and exposed wood are all hallmarks of our barn-style suite. This is an open-plan unit with lots of windows with a raised king bed on a platform that faces the TV and the mountains.</p><div class=\"uagb-ifb-button-wrapper wp-block-button\"><a href=\"/the-barn/\" target=\"_self\" class=\"uagb-infobox-cta-link\" rel=\"noopener noreferrer\" alt=\"\"><span class=\"uagb-inline-editing\">READ MORE</span></a></div></div></div>\n<!-- /wp:uagb/info-box --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"ccca1858\",\"widthDesktop\":50,\"bottomPaddingDesktop\":20,\"rightPaddingDesktop\":32,\"bottomPaddingTablet\":35,\"rightPaddingTablet\":15,\"bottomPaddingMobile\":65,\"paddingLink\":false,\"topMarginDesktop\":0,\"bottomMarginDesktop\":0,\"leftMarginDesktop\":5,\"rightMarginDesktop\":5,\"topMarginMobile\":0,\"bottomMarginMobile\":0,\"leftMarginMobile\":0,\"rightMarginMobile\":0,\"marginLink\":false,\"variationSelected\":true,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-ccca1858\"><!-- wp:uagb/info-box {\"classMigrate\":true,\"headingAlign\":\"left\",\"headingColor\":\"\",\"subHeadingColor\":\"\",\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"source_type\":\"image\",\"block_id\":\"0f13fa37\",\"ctaIcon\":\"\",\"ctaType\":\"text\",\"ctaText\":\"READ MORE\",\"ctaLink\":\"/the-tuscan-suite/\",\"ctaLinkColor\":\"var(\\u002d\\u002dast-global-color-0)\",\"ctaDecoration\":\"underline\",\"ctaFontSize\":12,\"ctaFontWeight\":\"600\",\"ctaLetterSpacing\":2,\"ctaBorderColor\":\"\",\"ctaBorderStyle\":\"\",\"ctaBorderWidth\":\"\",\"ctaBorderRadius\":\"\",\"iconBottomMargin\":30,\"iconImage\":{\"uploading\":false,\"date\":1670936842000,\"filename\":\"tuscan-suite-raised-bed-and-settee.jpg\",\"menuOrder\":0,\"uploadedTo\":761,\"type\":\"image\",\"subtype\":\"jpeg\",\"id\":864,\"title\":\"tuscan-suite-raised-bed-and-settee\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/tuscan-suite-raised-bed-and-settee.jpg\",\"link\":\"https://blueroan.netgen.cloud/accommodation/tuscan-suite-raised-bed-and-settee/\",\"alt\":\"\",\"author\":\"2\",\"description\":\"\",\"caption\":\"\",\"name\":\"tuscan-suite-raised-bed-and-settee\",\"status\":\"inherit\",\"modified\":1670936842000,\"mime\":\"image/jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-includes/images/media/default.png\",\"dateFormatted\":\"December 13, 2022\",\"nonces\":{\"update\":\"0624a4a01a\",\"delete\":\"9e8f0f7a5a\",\"edit\":\"087f94f2e5\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=864\\u0026action=edit\",\"meta\":false,\"authorName\":\"Netgen Support\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/profile.php\",\"uploadedToTitle\":\"Accommodation\",\"uploadedToLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=761\\u0026action=edit\",\"filesizeInBytes\":41923,\"filesizeHumanReadable\":\"41 KB\",\"context\":\"\",\"height\":400,\"width\":600,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/tuscan-suite-raised-bed-and-settee-150x150.jpg\",\"orientation\":\"landscape\"},\"medium\":{\"height\":200,\"width\":300,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/tuscan-suite-raised-bed-and-settee-300x200.jpg\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/tuscan-suite-raised-bed-and-settee.jpg\",\"height\":400,\"width\":600,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"imageSize\":\"full\",\"imageWidth\":100,\"imageWidthMobile\":100,\"imageWidthTablet\":100,\"paddingBtnTop\":10,\"paddingBtnBottom\":10,\"paddingBtnLeft\":14,\"paddingBtnRight\":14,\"imageWidthUnit\":\"%\",\"imageWidthUnitTablet\":\"%\",\"imageWidthUnitMobile\":\"%\",\"subHeadTopMargin\":0,\"subHeadRightMargin\":40,\"subHeadLeftMargin\":0,\"subHeadMarginTopTablet\":0,\"subHeadMarginRightTablet\":0,\"subHeadTabletSpace\":20,\"subHeadMarginLeftTablet\":0,\"imgTagHeight\":66,\"imgTagWidth\":600,\"btnBorderTopWidth\":1,\"btnBorderLeftWidth\":1,\"btnBorderRightWidth\":1,\"btnBorderBottomWidth\":1,\"btnBorderTopLeftRadius\":0,\"btnBorderTopRightRadius\":0,\"btnBorderBottomLeftRadius\":0,\"btnBorderBottomRightRadius\":0,\"btnBorderStyle\":\"solid\",\"btnBorderColor\":\"#333\"} -->\n<div class=\"wp-block-uagb-info-box uagb-block-0f13fa37 uagb-infobox__content-wrap  uagb-infobox-icon-above-title uagb-infobox-image-valign-top\"><div class=\"uagb-ifb-content\"><div class=\"uagb-ifb-image-content\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/tuscan-suite-raised-bed-and-settee.jpg\" alt=\"\" width=\"100\" height=\"66\" loading=\"lazy\"/></div><div class=\"uagb-ifb-title-wrap\"><h3 class=\"uagb-ifb-title\">The Tuscan Suite </h3></div><p class=\"uagb-ifb-desc\">Terra-cotta tiles, textured wall treatments, gorgeous, intricate murals,&nbsp;and simple, durable furniture with elegant iron accents are all characteristics of Tuscan interior design.</p><div class=\"uagb-ifb-button-wrapper wp-block-button\"><a href=\"/the-tuscan-suite/\" target=\"_self\" class=\"uagb-infobox-cta-link\" rel=\"noopener noreferrer\" alt=\"\"><span class=\"uagb-inline-editing\">READ MORE</span></a></div></div></div>\n<!-- /wp:uagb/info-box --></div>\n<!-- /wp:uagb/container --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"55cdf370\",\"directionDesktop\":\"row\",\"alignItemsTablet\":\"flex-start\",\"justifyContentDesktop\":\"flex-start\",\"topMarginDesktop\":54,\"bottomMarginDesktop\":0,\"leftMarginDesktop\":0,\"rightMarginDesktop\":0,\"topMarginMobile\":0,\"bottomMarginMobile\":0,\"leftMarginMobile\":0,\"rightMarginMobile\":0,\"marginLink\":false,\"variationSelected\":true,\"rowGapMobile\":0,\"columnGapDesktop\":0} -->\n<div class=\"wp-block-uagb-container uagb-block-55cdf370\"><!-- wp:uagb/container {\"block_id\":\"60108669\",\"widthDesktop\":50,\"bottomPaddingDesktop\":20,\"rightPaddingDesktop\":32,\"bottomPaddingTablet\":35,\"leftPaddingTablet\":0,\"rightPaddingTablet\":15,\"bottomPaddingMobile\":65,\"paddingLink\":false,\"topMarginDesktop\":0,\"bottomMarginDesktop\":0,\"leftMarginDesktop\":5,\"rightMarginDesktop\":5,\"topMarginMobile\":0,\"bottomMarginMobile\":0,\"leftMarginMobile\":0,\"rightMarginMobile\":0,\"marginLink\":false,\"variationSelected\":true,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-60108669\"><!-- wp:uagb/info-box {\"classMigrate\":true,\"headingAlign\":\"left\",\"headingColor\":\"\",\"subHeadingColor\":\"\",\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"source_type\":\"image\",\"block_id\":\"b08d94c4\",\"ctaIcon\":\"\",\"ctaType\":\"text\",\"ctaText\":\"READ MORE\",\"ctaLink\":\"/the-bluebush/\",\"ctaLinkColor\":\"var(\\u002d\\u002dast-global-color-0)\",\"ctaDecoration\":\"underline\",\"ctaFontSize\":12,\"ctaFontWeight\":\"600\",\"ctaLetterSpacing\":2,\"ctaBorderColor\":\"\",\"ctaBorderStyle\":\"\",\"ctaBorderWidth\":\"\",\"ctaBorderRadius\":\"\",\"iconBottomMargin\":30,\"iconImage\":{\"uploading\":false,\"date\":1670938945000,\"filename\":\"bluebush-king-bed-and-spa-bath.png\",\"menuOrder\":0,\"uploadedTo\":761,\"type\":\"image\",\"subtype\":\"png\",\"id\":881,\"title\":\"bluebush-king-bed-and-spa-bath\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/bluebush-king-bed-and-spa-bath.png\",\"link\":\"https://blueroan.netgen.cloud/accommodation/bluebush-king-bed-and-spa-bath/\",\"alt\":\"\",\"author\":\"2\",\"description\":\"\",\"caption\":\"\",\"name\":\"bluebush-king-bed-and-spa-bath\",\"status\":\"inherit\",\"modified\":1670938945000,\"mime\":\"image/png\",\"icon\":\"https://blueroan.netgen.cloud/wp-includes/images/media/default.png\",\"dateFormatted\":\"December 13, 2022\",\"nonces\":{\"update\":\"e1c334788a\",\"delete\":\"b219c40b29\",\"edit\":\"273b944edc\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=881\\u0026action=edit\",\"meta\":false,\"authorName\":\"Netgen Support\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/profile.php\",\"uploadedToTitle\":\"Accommodation\",\"uploadedToLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=761\\u0026action=edit\",\"filesizeInBytes\":1195033,\"filesizeHumanReadable\":\"1 MB\",\"context\":\"\",\"height\":667,\"width\":1000,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/bluebush-king-bed-and-spa-bath-150x150.png\",\"orientation\":\"landscape\"},\"medium\":{\"height\":200,\"width\":300,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/bluebush-king-bed-and-spa-bath-300x200.png\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/bluebush-king-bed-and-spa-bath.png\",\"height\":667,\"width\":1000,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"imageSize\":\"full\",\"imageWidth\":100,\"imageWidthMobile\":100,\"imageWidthTablet\":100,\"paddingBtnTop\":10,\"paddingBtnBottom\":10,\"paddingBtnLeft\":14,\"paddingBtnRight\":14,\"imageWidthUnit\":\"%\",\"imageWidthUnitTablet\":\"%\",\"imageWidthUnitMobile\":\"%\",\"subHeadTopMargin\":0,\"subHeadRightMargin\":40,\"subHeadLeftMargin\":0,\"subHeadMarginTopTablet\":0,\"subHeadMarginRightTablet\":0,\"subHeadTabletSpace\":20,\"subHeadMarginLeftTablet\":0,\"imgTagHeight\":66,\"imgTagWidth\":1000,\"btnBorderTopWidth\":1,\"btnBorderLeftWidth\":1,\"btnBorderRightWidth\":1,\"btnBorderBottomWidth\":1,\"btnBorderTopLeftRadius\":0,\"btnBorderTopRightRadius\":0,\"btnBorderBottomLeftRadius\":0,\"btnBorderBottomRightRadius\":0,\"btnBorderStyle\":\"solid\",\"btnBorderColor\":\"#333\"} -->\n<div class=\"wp-block-uagb-info-box uagb-block-b08d94c4 uagb-infobox__content-wrap  uagb-infobox-icon-above-title uagb-infobox-image-valign-top\"><div class=\"uagb-ifb-content\"><div class=\"uagb-ifb-image-content\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/bluebush-king-bed-and-spa-bath.png\" alt=\"\" width=\"100\" height=\"66\" loading=\"lazy\"/></div><div class=\"uagb-ifb-title-wrap\"><h3 class=\"uagb-ifb-title\">The Bluebush </h3></div><p class=\"uagb-ifb-desc\">A warm and comforting suite with a very homely feeling. Settle in and alleviate like you would at home. Relax with a perfect corner-shaped spa bath and open-plan&nbsp;living area.</p><div class=\"uagb-ifb-button-wrapper wp-block-button\"><a href=\"/the-bluebush/\" target=\"_self\" class=\"uagb-infobox-cta-link\" rel=\"noopener noreferrer\" alt=\"\"><span class=\"uagb-inline-editing\">READ MORE</span></a></div></div></div>\n<!-- /wp:uagb/info-box --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"7d676d53\",\"widthDesktop\":50,\"bottomPaddingDesktop\":20,\"rightPaddingDesktop\":32,\"bottomPaddingTablet\":35,\"rightPaddingTablet\":15,\"bottomPaddingMobile\":65,\"paddingLink\":false,\"topMarginDesktop\":0,\"bottomMarginDesktop\":0,\"leftMarginDesktop\":5,\"rightMarginDesktop\":5,\"topMarginMobile\":0,\"bottomMarginMobile\":0,\"leftMarginMobile\":0,\"rightMarginMobile\":0,\"marginLink\":false,\"variationSelected\":true,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-7d676d53\"><!-- wp:uagb/info-box {\"classMigrate\":true,\"headingAlign\":\"left\",\"headingColor\":\"\",\"subHeadingColor\":\"\",\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"source_type\":\"image\",\"block_id\":\"cce95687\",\"ctaIcon\":\"\",\"ctaType\":\"text\",\"ctaText\":\"READ MORE\",\"ctaLink\":\"/the-mexican-loft/\",\"ctaLinkColor\":\"var(\\u002d\\u002dast-global-color-0)\",\"ctaDecoration\":\"underline\",\"ctaFontSize\":12,\"ctaFontWeight\":\"600\",\"ctaLetterSpacing\":2,\"ctaBorderColor\":\"\",\"ctaBorderStyle\":\"\",\"ctaBorderWidth\":\"\",\"ctaBorderRadius\":\"\",\"iconBottomMargin\":30,\"iconImage\":{\"uploading\":false,\"date\":1670938831000,\"filename\":\"blue-roan-guest-farm-11.jpg\",\"menuOrder\":0,\"uploadedTo\":761,\"type\":\"image\",\"subtype\":\"jpeg\",\"id\":879,\"title\":\"blue-roan-guest-farm (11)\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-11.jpg\",\"link\":\"https://blueroan.netgen.cloud/accommodation/blue-roan-guest-farm-11/\",\"alt\":\"\",\"author\":\"2\",\"description\":\"\",\"caption\":\"\",\"name\":\"blue-roan-guest-farm-11\",\"status\":\"inherit\",\"modified\":1670938831000,\"mime\":\"image/jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-includes/images/media/default.png\",\"dateFormatted\":\"December 13, 2022\",\"nonces\":{\"update\":\"294125e9db\",\"delete\":\"1a7a578cdb\",\"edit\":\"79b313e573\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=879\\u0026action=edit\",\"meta\":false,\"authorName\":\"Netgen Support\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/profile.php\",\"uploadedToTitle\":\"Accommodation\",\"uploadedToLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=761\\u0026action=edit\",\"filesizeInBytes\":175055,\"filesizeHumanReadable\":\"171 KB\",\"context\":\"\",\"height\":667,\"width\":1000,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-11-150x150.jpg\",\"orientation\":\"landscape\"},\"medium\":{\"height\":200,\"width\":300,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-11-300x200.jpg\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-11.jpg\",\"height\":667,\"width\":1000,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"imageSize\":\"full\",\"imageWidth\":100,\"imageWidthMobile\":100,\"imageWidthTablet\":100,\"paddingBtnTop\":10,\"paddingBtnBottom\":10,\"paddingBtnLeft\":14,\"paddingBtnRight\":14,\"imageWidthUnit\":\"%\",\"imageWidthUnitTablet\":\"%\",\"imageWidthUnitMobile\":\"%\",\"subHeadTopMargin\":0,\"subHeadRightMargin\":40,\"subHeadLeftMargin\":0,\"subHeadMarginTopTablet\":0,\"subHeadMarginRightTablet\":0,\"subHeadTabletSpace\":20,\"subHeadMarginLeftTablet\":0,\"imgTagHeight\":66,\"imgTagWidth\":1000,\"btnBorderTopWidth\":1,\"btnBorderLeftWidth\":1,\"btnBorderRightWidth\":1,\"btnBorderBottomWidth\":1,\"btnBorderTopLeftRadius\":0,\"btnBorderTopRightRadius\":0,\"btnBorderBottomLeftRadius\":0,\"btnBorderBottomRightRadius\":0,\"btnBorderStyle\":\"solid\",\"btnBorderColor\":\"#333\"} -->\n<div class=\"wp-block-uagb-info-box uagb-block-cce95687 uagb-infobox__content-wrap  uagb-infobox-icon-above-title uagb-infobox-image-valign-top\"><div class=\"uagb-ifb-content\"><div class=\"uagb-ifb-image-content\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-11.jpg\" alt=\"\" width=\"100\" height=\"66\" loading=\"lazy\"/></div><div class=\"uagb-ifb-title-wrap\"><h3 class=\"uagb-ifb-title\">The Mexican Loft </h3></div><p class=\"uagb-ifb-desc\">This Mexican-inspired unit is full of bold colors and rustic furnishings. This design style has a multifarious feel, mixing rustic wood, authentic art, textiles, and a vivid palette of color</p><div class=\"uagb-ifb-button-wrapper wp-block-button\"><a href=\"/the-mexican-loft/\" target=\"_self\" class=\"uagb-infobox-cta-link\" rel=\"noopener noreferrer\" alt=\"\"><span class=\"uagb-inline-editing\">READ MORE</span></a></div></div></div>\n<!-- /wp:uagb/info-box --></div>\n<!-- /wp:uagb/container --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"14be4d48\",\"directionDesktop\":\"row\",\"justifyContentDesktop\":\"flex-start\",\"topMarginDesktop\":54,\"bottomMarginDesktop\":0,\"leftMarginDesktop\":0,\"rightMarginDesktop\":0,\"topMarginMobile\":0,\"bottomMarginMobile\":0,\"leftMarginMobile\":0,\"rightMarginMobile\":0,\"marginLink\":false,\"variationSelected\":true,\"rowGapMobile\":0,\"columnGapDesktop\":0} -->\n<div class=\"wp-block-uagb-container uagb-block-14be4d48\"><!-- wp:uagb/container {\"block_id\":\"f614aef1\",\"widthDesktop\":50,\"bottomPaddingDesktop\":20,\"rightPaddingDesktop\":32,\"bottomPaddingTablet\":35,\"rightPaddingTablet\":15,\"bottomPaddingMobile\":65,\"paddingLink\":false,\"topMarginDesktop\":0,\"bottomMarginDesktop\":0,\"leftMarginDesktop\":5,\"rightMarginDesktop\":5,\"topMarginMobile\":0,\"bottomMarginMobile\":0,\"leftMarginMobile\":0,\"rightMarginMobile\":0,\"marginLink\":false,\"variationSelected\":true,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-f614aef1\"><!-- wp:uagb/info-box {\"classMigrate\":true,\"headingAlign\":\"left\",\"headingColor\":\"\",\"subHeadingColor\":\"\",\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"source_type\":\"image\",\"block_id\":\"215960c3\",\"ctaIcon\":\"\",\"ctaType\":\"text\",\"ctaText\":\"READ MORE\",\"ctaLinkColor\":\"var(\\u002d\\u002dast-global-color-0)\",\"ctaDecoration\":\"underline\",\"ctaFontSize\":12,\"ctaFontWeight\":\"600\",\"ctaLetterSpacing\":2,\"ctaBorderColor\":\"\",\"ctaBorderStyle\":\"\",\"ctaBorderWidth\":\"\",\"ctaBorderRadius\":\"\",\"iconBottomMargin\":30,\"iconImage\":{\"uploading\":false,\"date\":1670939381000,\"filename\":\"acacia-lounge.jpg\",\"menuOrder\":0,\"uploadedTo\":761,\"type\":\"image\",\"subtype\":\"jpeg\",\"id\":885,\"title\":\"acacia-lounge\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/acacia-lounge.jpg\",\"link\":\"https://blueroan.netgen.cloud/accommodation/acacia-lounge/\",\"alt\":\"\",\"author\":\"2\",\"description\":\"\",\"caption\":\"\",\"name\":\"acacia-lounge\",\"status\":\"inherit\",\"modified\":1670939381000,\"mime\":\"image/jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-includes/images/media/default.png\",\"dateFormatted\":\"December 13, 2022\",\"nonces\":{\"update\":\"17e284dc72\",\"delete\":\"0967fb8415\",\"edit\":\"99ac1eb1a8\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=885\\u0026action=edit\",\"meta\":false,\"authorName\":\"Netgen Support\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/profile.php\",\"uploadedToTitle\":\"Accommodation\",\"uploadedToLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=761\\u0026action=edit\",\"filesizeInBytes\":37270,\"filesizeHumanReadable\":\"36 KB\",\"context\":\"\",\"height\":400,\"width\":600,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/acacia-lounge-150x150.jpg\",\"orientation\":\"landscape\"},\"medium\":{\"height\":200,\"width\":300,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/acacia-lounge-300x200.jpg\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/acacia-lounge.jpg\",\"height\":400,\"width\":600,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"imageSize\":\"full\",\"imageWidth\":100,\"imageWidthMobile\":100,\"imageWidthTablet\":100,\"paddingBtnTop\":10,\"paddingBtnBottom\":10,\"paddingBtnLeft\":14,\"paddingBtnRight\":14,\"imageWidthUnit\":\"%\",\"imageWidthUnitTablet\":\"%\",\"imageWidthUnitMobile\":\"%\",\"subHeadTopMargin\":0,\"subHeadRightMargin\":40,\"subHeadLeftMargin\":0,\"subHeadMarginTopTablet\":0,\"subHeadMarginRightTablet\":0,\"subHeadTabletSpace\":20,\"subHeadMarginLeftTablet\":0,\"imgTagHeight\":66,\"imgTagWidth\":600,\"btnBorderTopWidth\":1,\"btnBorderLeftWidth\":1,\"btnBorderRightWidth\":1,\"btnBorderBottomWidth\":1,\"btnBorderTopLeftRadius\":0,\"btnBorderTopRightRadius\":0,\"btnBorderBottomLeftRadius\":0,\"btnBorderBottomRightRadius\":0,\"btnBorderStyle\":\"solid\",\"btnBorderColor\":\"#333\"} -->\n<div class=\"wp-block-uagb-info-box uagb-block-215960c3 uagb-infobox__content-wrap  uagb-infobox-icon-above-title uagb-infobox-image-valign-top\"><div class=\"uagb-ifb-content\"><div class=\"uagb-ifb-image-content\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/acacia-lounge.jpg\" alt=\"\" width=\"100\" height=\"66\" loading=\"lazy\"/></div><div class=\"uagb-ifb-title-wrap\"><h3 class=\"uagb-ifb-title\">The Acacia </h3></div><p class=\"uagb-ifb-desc\">The Acacia tree inspired the name of our largest unit. The wide open-concept living space of this rustic, rough-hewn unit opens onto a covered patio with a brick braai area.</p><div class=\"uagb-ifb-button-wrapper wp-block-button\"><a href=\"\" target=\"_self\" class=\"uagb-infobox-cta-link uagb-disable-link\" rel=\"noopener noreferrer\" alt=\"\"><span class=\"uagb-inline-editing\">READ MORE</span></a></div></div></div>\n<!-- /wp:uagb/info-box --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"c8c29753\",\"widthDesktop\":50,\"bottomPaddingDesktop\":20,\"rightPaddingDesktop\":32,\"bottomPaddingTablet\":35,\"rightPaddingTablet\":15,\"paddingLink\":false,\"topMarginDesktop\":0,\"bottomMarginDesktop\":0,\"leftMarginDesktop\":5,\"rightMarginDesktop\":5,\"topMarginMobile\":0,\"bottomMarginMobile\":0,\"leftMarginMobile\":0,\"rightMarginMobile\":0,\"marginLink\":false,\"variationSelected\":true,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-c8c29753\"><!-- wp:uagb/info-box {\"classMigrate\":true,\"headingAlign\":\"left\",\"headingColor\":\"\",\"subHeadingColor\":\"\",\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"source_type\":\"image\",\"block_id\":\"1d882372\",\"ctaIcon\":\"\",\"ctaType\":\"text\",\"ctaText\":\"READ MORE\",\"ctaLinkColor\":\"var(\\u002d\\u002dast-global-color-0)\",\"ctaDecoration\":\"underline\",\"ctaFontSize\":12,\"ctaFontWeight\":\"600\",\"ctaLetterSpacing\":2,\"ctaBorderColor\":\"\",\"ctaBorderStyle\":\"\",\"ctaBorderWidth\":\"\",\"ctaBorderRadius\":\"\",\"iconBottomMargin\":30,\"iconImage\":{\"id\":837,\"title\":\"blue-roan-guest-farm-8\",\"filename\":\"blue-roan-guest-farm-8.jpg\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-8.jpg\",\"link\":\"https://blueroan.netgen.cloud/home/blue-roan-guest-farm-8/\",\"alt\":\"\",\"author\":\"2\",\"description\":\"\",\"caption\":\"\",\"name\":\"blue-roan-guest-farm-8\",\"status\":\"inherit\",\"uploadedTo\":760,\"date\":\"2022-12-13T11:55:28.000Z\",\"modified\":\"2022-12-13T11:55:28.000Z\",\"menuOrder\":0,\"mime\":\"image/jpeg\",\"type\":\"image\",\"subtype\":\"jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-includes/images/media/default.png\",\"dateFormatted\":\"December 13, 2022\",\"nonces\":{\"update\":\"e297386797\",\"delete\":\"bce21c37a3\",\"edit\":\"b27dcb4293\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=837\\u0026action=edit\",\"meta\":false,\"authorName\":\"Netgen Support\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/profile.php\",\"uploadedToTitle\":\"Home\",\"uploadedToLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=760\\u0026action=edit\",\"filesizeInBytes\":208219,\"filesizeHumanReadable\":\"203 KB\",\"context\":\"\",\"height\":795,\"width\":1200,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-8-150x150.jpg\",\"orientation\":\"landscape\"},\"medium\":{\"height\":199,\"width\":300,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-8-300x199.jpg\",\"orientation\":\"landscape\"},\"large\":{\"height\":678,\"width\":1024,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-8-1024x678.jpg\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-8.jpg\",\"height\":795,\"width\":1200,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"imageSize\":\"full\",\"imageWidth\":100,\"imageWidthMobile\":100,\"imageWidthTablet\":100,\"paddingBtnTop\":10,\"paddingBtnBottom\":10,\"paddingBtnLeft\":14,\"paddingBtnRight\":14,\"imageWidthUnit\":\"%\",\"imageWidthUnitTablet\":\"%\",\"imageWidthUnitMobile\":\"%\",\"subHeadTopMargin\":0,\"subHeadRightMargin\":40,\"subHeadLeftMargin\":0,\"subHeadMarginTopTablet\":0,\"subHeadMarginRightTablet\":0,\"subHeadTabletSpace\":20,\"subHeadMarginLeftTablet\":0,\"imgTagHeight\":66,\"imgTagWidth\":1200,\"btnBorderTopWidth\":1,\"btnBorderLeftWidth\":1,\"btnBorderRightWidth\":1,\"btnBorderBottomWidth\":1,\"btnBorderTopLeftRadius\":0,\"btnBorderTopRightRadius\":0,\"btnBorderBottomLeftRadius\":0,\"btnBorderBottomRightRadius\":0,\"btnBorderStyle\":\"solid\",\"btnBorderColor\":\"#333\"} -->\n<div class=\"wp-block-uagb-info-box uagb-block-1d882372 uagb-infobox__content-wrap  uagb-infobox-icon-above-title uagb-infobox-image-valign-top\"><div class=\"uagb-ifb-content\"><div class=\"uagb-ifb-image-content\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-8.jpg\" alt=\"\" width=\"100\" height=\"66\" loading=\"lazy\"/></div><div class=\"uagb-ifb-title-wrap\"><h3 class=\"uagb-ifb-title\">The Greek Villa </h3></div><p class=\"uagb-ifb-desc\">Designed like a Greek villa this Mediterranean style reflects a relaxed atmosphere with its dominant white walls and blue ceilings with lovely rustic furnishings</p><div class=\"uagb-ifb-button-wrapper wp-block-button\"><a href=\"\" target=\"_self\" class=\"uagb-infobox-cta-link uagb-disable-link\" rel=\"noopener noreferrer\" alt=\"\"><span class=\"uagb-inline-editing\">READ MORE</span></a></div></div></div>\n<!-- /wp:uagb/info-box --></div>\n<!-- /wp:uagb/container --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"d195963b\",\"directionDesktop\":\"row\",\"justifyContentDesktop\":\"flex-start\",\"topMarginDesktop\":54,\"bottomMarginDesktop\":0,\"leftMarginDesktop\":0,\"rightMarginDesktop\":0,\"topMarginMobile\":0,\"bottomMarginMobile\":0,\"leftMarginMobile\":0,\"rightMarginMobile\":0,\"marginLink\":false,\"variationSelected\":true,\"rowGapMobile\":0,\"columnGapDesktop\":0} -->\n<div class=\"wp-block-uagb-container uagb-block-d195963b\"><!-- wp:uagb/container {\"block_id\":\"266bbb73\",\"widthDesktop\":50,\"bottomPaddingDesktop\":20,\"rightPaddingDesktop\":32,\"bottomPaddingTablet\":35,\"rightPaddingTablet\":15,\"bottomPaddingMobile\":65,\"paddingLink\":false,\"topMarginDesktop\":0,\"bottomMarginDesktop\":0,\"leftMarginDesktop\":5,\"rightMarginDesktop\":5,\"topMarginMobile\":0,\"bottomMarginMobile\":0,\"leftMarginMobile\":0,\"rightMarginMobile\":0,\"marginLink\":false,\"variationSelected\":true,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-266bbb73\"><!-- wp:uagb/info-box {\"classMigrate\":true,\"headingAlign\":\"left\",\"headingColor\":\"\",\"subHeadingColor\":\"\",\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"source_type\":\"image\",\"block_id\":\"879eaedf\",\"ctaIcon\":\"\",\"ctaType\":\"text\",\"ctaText\":\"READ MORE\",\"ctaLinkColor\":\"var(\\u002d\\u002dast-global-color-0)\",\"ctaDecoration\":\"underline\",\"ctaFontSize\":12,\"ctaFontWeight\":\"600\",\"ctaLetterSpacing\":2,\"ctaBorderColor\":\"\",\"ctaBorderStyle\":\"\",\"ctaBorderWidth\":\"\",\"ctaBorderRadius\":\"\",\"iconBottomMargin\":30,\"iconImage\":{\"uploading\":false,\"date\":1670943128000,\"filename\":\"AAEAAQAAAAAAAAAAAAAAJDkwZDA0NDg0LWIwNTctNGVlNy05Y2NjLWNjNDllODBmZTI3OA.png\",\"menuOrder\":0,\"uploadedTo\":761,\"type\":\"image\",\"subtype\":\"png\",\"id\":896,\"title\":\"AAEAAQAAAAAAAAAAAAAAJDkwZDA0NDg0LWIwNTctNGVlNy05Y2NjLWNjNDllODBmZTI3OA\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAAJDkwZDA0NDg0LWIwNTctNGVlNy05Y2NjLWNjNDllODBmZTI3OA.png\",\"link\":\"https://blueroan.netgen.cloud/accommodation/aaeaaqaaaaaaaaaaaaaajdkwzda0ndg0lwiwntctngvlny05y2njlwnjndllodbmzti3oa/\",\"alt\":\"Honeymoon suite bedroom \",\"author\":\"2\",\"description\":\"\",\"caption\":\"\",\"name\":\"aaeaaqaaaaaaaaaaaaaajdkwzda0ndg0lwiwntctngvlny05y2njlwnjndllodbmzti3oa\",\"status\":\"inherit\",\"modified\":1670943128000,\"mime\":\"image/png\",\"icon\":\"https://blueroan.netgen.cloud/wp-includes/images/media/default.png\",\"dateFormatted\":\"December 13, 2022\",\"nonces\":{\"update\":\"ef5e68588c\",\"delete\":\"c4dba1213a\",\"edit\":\"aea99f65e2\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=896\\u0026action=edit\",\"meta\":false,\"authorName\":\"Netgen Support\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/profile.php\",\"uploadedToTitle\":\"Accommodation\",\"uploadedToLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=761\\u0026action=edit\",\"filesizeInBytes\":1088370,\"filesizeHumanReadable\":\"1 MB\",\"context\":\"\",\"height\":861,\"width\":1300,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAAJDkwZDA0NDg0LWIwNTctNGVlNy05Y2NjLWNjNDllODBmZTI3OA-150x150.png\",\"orientation\":\"landscape\"},\"medium\":{\"height\":199,\"width\":300,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAAJDkwZDA0NDg0LWIwNTctNGVlNy05Y2NjLWNjNDllODBmZTI3OA-300x199.png\",\"orientation\":\"landscape\"},\"large\":{\"height\":678,\"width\":1024,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAAJDkwZDA0NDg0LWIwNTctNGVlNy05Y2NjLWNjNDllODBmZTI3OA-1024x678.png\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAAJDkwZDA0NDg0LWIwNTctNGVlNy05Y2NjLWNjNDllODBmZTI3OA.png\",\"height\":861,\"width\":1300,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"imageSize\":\"full\",\"imageWidth\":100,\"imageWidthMobile\":100,\"imageWidthTablet\":100,\"paddingBtnTop\":10,\"paddingBtnBottom\":10,\"paddingBtnLeft\":14,\"paddingBtnRight\":14,\"imageWidthUnit\":\"%\",\"imageWidthUnitTablet\":\"%\",\"imageWidthUnitMobile\":\"%\",\"subHeadTopMargin\":0,\"subHeadRightMargin\":40,\"subHeadLeftMargin\":0,\"subHeadMarginTopTablet\":0,\"subHeadMarginRightTablet\":0,\"subHeadTabletSpace\":20,\"subHeadMarginLeftTablet\":0,\"imgTagHeight\":66,\"imgTagWidth\":1300,\"btnBorderTopWidth\":1,\"btnBorderLeftWidth\":1,\"btnBorderRightWidth\":1,\"btnBorderBottomWidth\":1,\"btnBorderTopLeftRadius\":0,\"btnBorderTopRightRadius\":0,\"btnBorderBottomLeftRadius\":0,\"btnBorderBottomRightRadius\":0,\"btnBorderStyle\":\"solid\",\"btnBorderColor\":\"#333\"} -->\n<div class=\"wp-block-uagb-info-box uagb-block-879eaedf uagb-infobox__content-wrap  uagb-infobox-icon-above-title uagb-infobox-image-valign-top\"><div class=\"uagb-ifb-content\"><div class=\"uagb-ifb-image-content\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAAJDkwZDA0NDg0LWIwNTctNGVlNy05Y2NjLWNjNDllODBmZTI3OA.png\" alt=\"Honeymoon suite bedroom \" width=\"100\" height=\"66\" loading=\"lazy\"/></div><div class=\"uagb-ifb-title-wrap\"><h3 class=\"uagb-ifb-title\">The Honeymoon suite</h3></div><p class=\"uagb-ifb-desc\">This&nbsp;<a href=\"https://www.collinsdictionary.com/dictionary/english/suite\">suite</a>&nbsp;is perfect for couples - This is an open-plan unit attached to the side of the main house, completely private with its own entrance, own garden, and carport.&nbsp;</p><div class=\"uagb-ifb-button-wrapper wp-block-button\"><a href=\"\" target=\"_self\" class=\"uagb-infobox-cta-link uagb-disable-link\" rel=\"noopener noreferrer\" alt=\"\"><span class=\"uagb-inline-editing\">READ MORE</span></a></div></div></div>\n<!-- /wp:uagb/info-box --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"36dce69e\",\"widthDesktop\":50,\"bottomPaddingDesktop\":20,\"rightPaddingDesktop\":32,\"bottomPaddingTablet\":35,\"rightPaddingTablet\":15,\"paddingLink\":false,\"topMarginDesktop\":0,\"bottomMarginDesktop\":0,\"leftMarginDesktop\":5,\"rightMarginDesktop\":5,\"topMarginMobile\":0,\"bottomMarginMobile\":0,\"leftMarginMobile\":0,\"rightMarginMobile\":0,\"marginLink\":false,\"variationSelected\":true,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-36dce69e\"></div>\n<!-- /wp:uagb/container --></div>\n<!-- /wp:uagb/container --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"baf0833d\",\"innerContentCustomWidthDesktop\":781,\"innerContentCustomWidthTablet\":781,\"backgroundType\":\"image\",\"backgroundImageDesktop\":{\"uploading\":false,\"date\":1670943271000,\"filename\":\"AAEAAQAAAAAAAAAAAAAA39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba.png\",\"menuOrder\":0,\"uploadedTo\":761,\"type\":\"image\",\"subtype\":\"png\",\"id\":899,\"title\":\"AAEAAQAAAAAAAAAAAAAA39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAA39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba.png\",\"link\":\"https://blueroan.netgen.cloud/accommodation/aaeaaqaaaaaaaaaaaaaa39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba/\",\"alt\":\"\",\"author\":\"2\",\"description\":\"\",\"caption\":\"\",\"name\":\"aaeaaqaaaaaaaaaaaaaa39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba\",\"status\":\"inherit\",\"modified\":1670943271000,\"mime\":\"image/png\",\"icon\":\"https://blueroan.netgen.cloud/wp-includes/images/media/default.png\",\"dateFormatted\":\"December 13, 2022\",\"nonces\":{\"update\":\"45b2b6c69b\",\"delete\":\"75d81c42ab\",\"edit\":\"88fae030a9\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=899\\u0026action=edit\",\"meta\":false,\"authorName\":\"Netgen Support\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/profile.php\",\"uploadedToTitle\":\"Accommodation\",\"uploadedToLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=761\\u0026action=edit\",\"filesizeInBytes\":2338048,\"filesizeHumanReadable\":\"2 MB\",\"context\":\"\",\"height\":900,\"width\":1200,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAA39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba-150x150.png\",\"orientation\":\"landscape\"},\"medium\":{\"height\":225,\"width\":300,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAA39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba-300x225.png\",\"orientation\":\"landscape\"},\"large\":{\"height\":768,\"width\":1024,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAA39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba-1024x768.png\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAA39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba.png\",\"height\":900,\"width\":1200,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"backgroundImageColor\":\"rgba(42,42,42,0.65)\",\"topPaddingDesktop\":144,\"bottomPaddingDesktop\":144,\"leftPaddingDesktop\":40,\"rightPaddingDesktop\":40,\"topPaddingTablet\":80,\"bottomPaddingTablet\":80,\"leftPaddingTablet\":40,\"rightPaddingTablet\":40,\"topPaddingMobile\":64,\"bottomPaddingMobile\":64,\"leftPaddingMobile\":24,\"rightPaddingMobile\":24,\"paddingLink\":false,\"variationSelected\":true,\"isBlockRootParent\":true,\"overlayType\":\"color\"} -->\n<div class=\"wp-block-uagb-container uagb-block-baf0833d alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/advanced-heading {\"block_id\":\"44a8a0fd\",\"classMigrate\":true,\"headingDescToggle\":true,\"headingAlign\":\"center\",\"headingColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"subHeadingColor\":\"var(\\u002d\\u002dast-global-color-4)\",\"headSpace\":20} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-44a8a0fd\"><h2 class=\"uagb-heading-text\">Plan an Unforgettable Experience at<br>Blue Roan!</h2><p class=\"uagb-desc-text\">We can help you fit your stay and experience within your allotted budget.</p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/advanced-heading {\"block_id\":\"96166080\",\"classMigrate\":true,\"headingTitleToggle\":false,\"headingDescToggle\":true,\"headingAlign\":\"center\",\"subHeadingColor\":\"var(\\u002d\\u002dast-global-color-4)\",\"subHeadTransform\":\"uppercase\",\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"subHeadLetterSpacing\":2,\"blockTopPadding\":60,\"blockRightPadding\":0,\"blockLeftPadding\":0,\"blockBottomPadding\":0,\"blockTopPaddingMobile\":30,\"blockRightPaddingMobile\":0,\"blockLeftPaddingMobile\":0,\"blockBottomPaddingMobile\":0} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-96166080\"><p class=\"uagb-desc-text\">BOOK YOUR STAY NOW​</p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/icon-list {\"block_id\":\"a8f62083\",\"classMigrate\":true,\"childMigrate\":true,\"align\":\"center\",\"parentIcon\":\"phone\",\"size\":40,\"sizeMobile\":24,\"sizeTablet\":32,\"fontSize\":48,\"fontSizeMobile\":28,\"fontSizeTablet\":40,\"fontWeight\":\"600\",\"iconColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"labelColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"blockTopPadding\":0,\"blockRightPadding\":0,\"blockLeftPadding\":0,\"blockBottomPadding\":24,\"blockPaddingLink\":false} -->\n<div class=\"wp-block-uagb-icon-list uagb-block-a8f62083\"><div class=\"uagb-icon-list__wrap\"><!-- wp:uagb/icon-list-child {\"block_id\":\"92606a48\",\"label\":\" + 27 (0) 82 575 5409\",\"label_color\":\"\",\"link\":\"tel:+27825755409\",\"disableLink\":true,\"fromParentIcon\":\"phone\",\"imageSizeChild\":40} -->\n<div class=\"wp-block-uagb-icon-list-child uagb-block-92606a48\"><a target=\"_self\" aria-label=\" + 27 (0) 82 575 5409\" rel=\"noopener noreferrer\" href=\"tel:+27825755409\"> </a><span class=\"uagb-icon-list__source-wrap\"><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M511.2 387l-23.25 100.8c-3.266 14.25-15.79 24.22-30.46 24.22C205.2 512 0 306.8 0 54.5c0-14.66 9.969-27.2 24.22-30.45l100.8-23.25C139.7-2.602 154.7 5.018 160.8 18.92l46.52 108.5c5.438 12.78 1.77 27.67-8.98 36.45L144.5 207.1c33.98 69.22 90.26 125.5 159.5 159.5l44.08-53.8c8.688-10.78 23.69-14.51 36.47-8.975l108.5 46.51C506.1 357.2 514.6 372.4 511.2 387z\"></path></svg></span><span class=\"uagb-icon-list__label\"> + 27 (0) 82 575 5409</span></div>\n<!-- /wp:uagb/icon-list-child -->\n\n<!-- wp:uagb/icon-list-child {\"block_id\":\"69efec1b\",\"label\":\"blueroan@ugo.co.za\",\"icon\":\"envelope\",\"label_color\":\"\",\"link\":\"mailto:blueroan@ugo.co.za\",\"disableLink\":true,\"fromParentIcon\":\"phone\",\"imageSizeChild\":40} -->\n<div class=\"wp-block-uagb-icon-list-child uagb-block-69efec1b\"><a target=\"_self\" aria-label=\"blueroan@ugo.co.za\" rel=\"noopener noreferrer\" href=\"mailto:blueroan@ugo.co.za\"> </a><span class=\"uagb-icon-list__source-wrap\"><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M464 64C490.5 64 512 85.49 512 112C512 127.1 504.9 141.3 492.8 150.4L275.2 313.6C263.8 322.1 248.2 322.1 236.8 313.6L19.2 150.4C7.113 141.3 0 127.1 0 112C0 85.49 21.49 64 48 64H464zM217.6 339.2C240.4 356.3 271.6 356.3 294.4 339.2L512 176V384C512 419.3 483.3 448 448 448H64C28.65 448 0 419.3 0 384V176L217.6 339.2z\"></path></svg></span><span class=\"uagb-icon-list__label\">blueroan@ugo.co.za</span></div>\n<!-- /wp:uagb/icon-list-child --></div></div>\n<!-- /wp:uagb/icon-list --></div></div>\n<!-- /wp:uagb/container -->',	'Accommodation',	'',	'inherit',	'closed',	'closed',	'',	'761-revision-v1',	'',	'',	'2022-12-14 11:21:51',	'2022-12-14 11:21:51',	'',	761,	'https://blueroan.netgen.cloud/?p=1047',	0,	'revision',	'',	0),
(1049,	2,	'2022-12-14 11:24:07',	'2022-12-14 11:24:07',	'',	'241548_798x533',	'',	'inherit',	'open',	'closed',	'',	'241548_798x533',	'',	'',	'2022-12-14 11:24:07',	'2022-12-14 11:24:07',	'',	1044,	'https://blueroan.netgen.cloud/wp-content/uploads/2022/12/241548_798x533.jpg',	0,	'attachment',	'image/jpeg',	0),
(1050,	2,	'2022-12-14 11:28:30',	'2022-12-14 11:28:30',	'<!-- wp:uagb/container {\"block_id\":\"7a0bb5df\",\"backgroundType\":\"image\",\"backgroundImageDesktop\":{\"id\":879,\"title\":\"blue-roan-guest-farm (11)\",\"filename\":\"blue-roan-guest-farm-11.jpg\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-11.jpg\",\"link\":\"https://blueroan.netgen.cloud/accommodation/blue-roan-guest-farm-11/\",\"alt\":\"\",\"author\":\"2\",\"description\":\"\",\"caption\":\"\",\"name\":\"blue-roan-guest-farm-11\",\"status\":\"inherit\",\"uploadedTo\":761,\"date\":\"2022-12-13T13:40:31.000Z\",\"modified\":\"2022-12-13T13:40:31.000Z\",\"menuOrder\":0,\"mime\":\"image/jpeg\",\"type\":\"image\",\"subtype\":\"jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-includes/images/media/default.png\",\"dateFormatted\":\"December 13, 2022\",\"nonces\":{\"update\":\"d402447c49\",\"delete\":\"b223bf1bfb\",\"edit\":\"12a4062084\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=879\\u0026action=edit\",\"meta\":false,\"authorName\":\"Netgen Support\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/profile.php\",\"uploadedToTitle\":\"Accommodation\",\"uploadedToLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=761\\u0026action=edit\",\"filesizeInBytes\":175055,\"filesizeHumanReadable\":\"171 KB\",\"context\":\"\",\"height\":667,\"width\":1000,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-11-150x150.jpg\",\"orientation\":\"landscape\"},\"medium\":{\"height\":200,\"width\":300,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-11-300x200.jpg\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-11.jpg\",\"height\":667,\"width\":1000,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"backgroundPositionDesktop\":{\"x\":0.47,\"y\":0.54},\"backgroundSizeTablet\":\"cover\",\"backgroundSizeMobile\":\"cover\",\"backgroundColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"backgroundImageColor\":\"rgba(42,42,42,0.5)\",\"topPaddingDesktop\":220,\"bottomPaddingDesktop\":150,\"topPaddingTablet\":170,\"bottomPaddingTablet\":160,\"leftPaddingTablet\":30,\"rightPaddingTablet\":30,\"topPaddingMobile\":180,\"bottomPaddingMobile\":80,\"leftPaddingMobile\":20,\"rightPaddingMobile\":20,\"paddingLink\":false,\"variationSelected\":true,\"isBlockRootParent\":true,\"overlayType\":\"color\"} -->\n<div class=\"wp-block-uagb-container uagb-block-7a0bb5df alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/advanced-heading {\"block_id\":\"5bebc192\",\"classMigrate\":true,\"headingDescToggle\":true,\"headingColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"subHeadingColor\":\"var(\\u002d\\u002dast-global-color-4)\",\"headingTag\":\"h1\",\"headSpace\":20,\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"blockTopPadding\":0,\"blockRightPadding\":50,\"blockLeftPadding\":0,\"blockBottomPadding\":0,\"blockTopPaddingTablet\":0,\"blockRightPaddingTablet\":20,\"blockLeftPaddingTablet\":0,\"blockBottomPaddingTablet\":0,\"blockTopPaddingMobile\":0,\"blockRightPaddingMobile\":0,\"blockLeftPaddingMobile\":0,\"blockBottomPaddingMobile\":0,\"blockPaddingUnit\":\"%\",\"blockPaddingUnitTablet\":\"%\"} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-5bebc192\"><h1 class=\"uagb-heading-text\">The Acacia suite</h1><p class=\"uagb-desc-text\">We called the biggest unit after the Acacia tree. This apartment is rustic and unpretentious and includes a large open-concept living room that leads to a covered patio with a brick braai area.</p></div>\n<!-- /wp:uagb/advanced-heading --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"93e37a26\",\"backgroundType\":\"color\",\"backgroundSizeTablet\":\"cover\",\"backgroundSizeMobile\":\"cover\",\"backgroundColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"topPaddingDesktop\":120,\"bottomPaddingDesktop\":60,\"rightPaddingDesktop\":0,\"topPaddingTablet\":80,\"bottomPaddingTablet\":80,\"leftPaddingTablet\":30,\"rightPaddingTablet\":30,\"topPaddingMobile\":80,\"bottomPaddingMobile\":80,\"leftPaddingMobile\":20,\"rightPaddingMobile\":20,\"paddingLink\":false,\"variationSelected\":true,\"rowGapDesktop\":0,\"isBlockRootParent\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-93e37a26 alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/container {\"block_id\":\"4e0f51bc\",\"directionDesktop\":\"row\",\"alignItemsDesktop\":\"flex-end\",\"alignItemsTablet\":\"flex-end\",\"justifyContentDesktop\":\"flex-end\",\"justifyContentTablet\":\"space-between\",\"variationSelected\":true,\"rowGapMobile\":20,\"columnGapDesktop\":0} -->\n<div class=\"wp-block-uagb-container uagb-block-4e0f51bc\"><!-- wp:uagb/advanced-heading {\"block_id\":\"b1c4e5c5\",\"classMigrate\":true,\"headingDescToggle\":true,\"subHeadingColor\":\"\",\"headSpace\":20,\"subHeadFontSize\":16} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-b1c4e5c5\"><h2 class=\"uagb-heading-text\">Come &amp; Stay With Us​ at The Acacia suite</h2><p class=\"uagb-desc-text\">This is the largest unit and is at the end of the row.  It has one bedroom, a separate bathroom, and a spacious open plan living area opening onto a covered patio with brick braai and comfortable outside furniture.  It has a large grassy, fenced, and gated garden.</p></div>\n<!-- /wp:uagb/advanced-heading --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:heading -->\n<h2>The bedroom </h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>This room contains the following: </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list -->\n<ul><!-- wp:list-item -->\n<li>Extra-length queen bed with electric blanket</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Dressing table</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Wall mounted heater</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Oil heater                                                                                                 </li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Ceiling fan</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Oil heater</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Hair dryer and dressing gowns</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Good quality linen</li>\n<!-- /wp:list-item --></ul>\n<!-- /wp:list --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":1049,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/241548_798x533.jpg\" alt=\"\" class=\"wp-image-1049\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":1036,\"width\":500,\"height\":334,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full is-resized\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/241542_798x533.jpg\" alt=\"\" class=\"wp-image-1036\" width=\"500\" height=\"334\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:heading -->\n<h2>The bathroom</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>This room contains the following</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list -->\n<ul><!-- wp:list-item -->\n<li>Corner-shaped spa bath with 6 jets</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Separate shower</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Toilet and basin</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Towels</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Soap, bubble bath &amp; candles, toiletries and toilet paper</li>\n<!-- /wp:list-item --></ul>\n<!-- /wp:list --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:heading -->\n<h2>The Lounge</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>This room contains the following: </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list -->\n<ul><!-- wp:list-item -->\n<li>Log fireplace</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>3-piece upholstered lounge suite</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Additional 3 seater sofa for convenience positioned on the other side of the unit (This sofa can be changed to a single or double bed for extra accommodation by arrangement)</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>TV (DSTV - commercial bouquet with Sports, movies, Mnet, SABC 1,2 3 and Etv)</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>DVD player</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Dining table and 4 chairs</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Books and playing cards</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Glass sliding door out to the patio</li>\n<!-- /wp:list-item --></ul>\n<!-- /wp:list --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":1038,\"width\":500,\"height\":334,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full is-resized\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/241536_798x533.jpg\" alt=\"\" class=\"wp-image-1038\" width=\"500\" height=\"334\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":1039,\"width\":500,\"height\":334,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full is-resized\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/241541_798x533-1.jpg\" alt=\"\" class=\"wp-image-1039\" width=\"500\" height=\"334\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:heading -->\n<h2>The kitchen</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>This room contains the following</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list -->\n<ul><!-- wp:list-item -->\n<li>4 plate gas stove and oven</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Microwave oven, kettle, toaster</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Fridge with top freezer compartment</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Pots, pans, cutlery, crockery, wine &amp; champagne glasses</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>All kitchen utensils</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Ironing board and iron</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>All cleaning cloths and detergents and washing up liquid</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Paper towel, salt, pepper, tea, coffee and sugar</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Braai tongs</li>\n<!-- /wp:list-item --></ul>\n<!-- /wp:list --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:heading -->\n<h2>The large patio with <br>mountain views</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>This room contains the following: </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list -->\n<ul><!-- wp:list-item -->\n<li>Chairs with cushions</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Glass table</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Brick braai</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Decorative lighting</li>\n<!-- /wp:list-item --></ul>\n<!-- /wp:list --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":1040,\"width\":500,\"height\":334,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full is-resized\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/241534_798x533.jpg\" alt=\"\" class=\"wp-image-1040\" width=\"500\" height=\"334\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:heading {\"textAlign\":\"center\"} -->\n<h2 class=\"has-text-align-center\">Book your stay </h2>\n<!-- /wp:heading -->\n\n<!-- wp:buttons -->\n<div class=\"wp-block-buttons\"><!-- wp:button {\"align\":\"center\"} -->\n<div class=\"wp-block-button aligncenter\"><a class=\"wp-block-button__link wp-element-button\" href=\"https://book.nightsbridge.com/11065\" target=\"_blank\" rel=\"noreferrer noopener\">Reservations</a></div>\n<!-- /wp:button -->\n\n<!-- wp:button /--></div>\n<!-- /wp:buttons --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"38086ef5\",\"innerContentCustomWidthDesktop\":781,\"innerContentCustomWidthTablet\":781,\"backgroundType\":\"image\",\"backgroundImageDesktop\":{\"uploading\":false,\"date\":1670943271000,\"filename\":\"AAEAAQAAAAAAAAAAAAAA39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba.png\",\"menuOrder\":0,\"uploadedTo\":761,\"type\":\"image\",\"subtype\":\"png\",\"id\":899,\"title\":\"AAEAAQAAAAAAAAAAAAAA39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAA39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba.png\",\"link\":\"https://blueroan.netgen.cloud/accommodation/aaeaaqaaaaaaaaaaaaaa39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba/\",\"alt\":\"\",\"author\":\"2\",\"description\":\"\",\"caption\":\"\",\"name\":\"aaeaaqaaaaaaaaaaaaaa39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba\",\"status\":\"inherit\",\"modified\":1670943271000,\"mime\":\"image/png\",\"icon\":\"https://blueroan.netgen.cloud/wp-includes/images/media/default.png\",\"dateFormatted\":\"December 13, 2022\",\"nonces\":{\"update\":\"45b2b6c69b\",\"delete\":\"75d81c42ab\",\"edit\":\"88fae030a9\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=899\\u0026action=edit\",\"meta\":false,\"authorName\":\"Netgen Support\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/profile.php\",\"uploadedToTitle\":\"Accommodation\",\"uploadedToLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=761\\u0026action=edit\",\"filesizeInBytes\":2338048,\"filesizeHumanReadable\":\"2 MB\",\"context\":\"\",\"height\":900,\"width\":1200,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAA39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba-150x150.png\",\"orientation\":\"landscape\"},\"medium\":{\"height\":225,\"width\":300,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAA39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba-300x225.png\",\"orientation\":\"landscape\"},\"large\":{\"height\":768,\"width\":1024,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAA39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba-1024x768.png\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAA39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba.png\",\"height\":900,\"width\":1200,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"backgroundImageColor\":\"rgba(42,42,42,0.65)\",\"topPaddingDesktop\":144,\"bottomPaddingDesktop\":144,\"leftPaddingDesktop\":40,\"rightPaddingDesktop\":40,\"topPaddingTablet\":80,\"bottomPaddingTablet\":80,\"leftPaddingTablet\":40,\"rightPaddingTablet\":40,\"topPaddingMobile\":64,\"bottomPaddingMobile\":64,\"leftPaddingMobile\":24,\"rightPaddingMobile\":24,\"paddingLink\":false,\"variationSelected\":true,\"isBlockRootParent\":true,\"overlayType\":\"color\"} -->\n<div class=\"wp-block-uagb-container uagb-block-38086ef5 alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/advanced-heading {\"block_id\":\"4442a3b1\",\"classMigrate\":true,\"headingDescToggle\":true,\"headingAlign\":\"center\",\"headingColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"subHeadingColor\":\"var(\\u002d\\u002dast-global-color-4)\",\"headSpace\":20} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-4442a3b1\"><h2 class=\"uagb-heading-text\">Plan an Unforgettable Experience at<br>Blue Roan!</h2><p class=\"uagb-desc-text\">We can help you fit your stay and experience within your allotted budget.</p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/advanced-heading {\"block_id\":\"d1fbc730\",\"classMigrate\":true,\"headingTitleToggle\":false,\"headingDescToggle\":true,\"headingAlign\":\"center\",\"subHeadingColor\":\"var(\\u002d\\u002dast-global-color-4)\",\"subHeadTransform\":\"uppercase\",\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"subHeadLetterSpacing\":2,\"blockTopPadding\":60,\"blockRightPadding\":0,\"blockLeftPadding\":0,\"blockBottomPadding\":0,\"blockTopPaddingMobile\":30,\"blockRightPaddingMobile\":0,\"blockLeftPaddingMobile\":0,\"blockBottomPaddingMobile\":0,\"linkColor\":\"var(\\u002d\\u002dast-global-color-8)\",\"linkHColor\":\"var(\\u002d\\u002dast-global-color-1)\"} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-d1fbc730\"><p class=\"uagb-desc-text\"><a href=\"https://book.nightsbridge.com/11065\" target=\"_blank\" rel=\"noreferrer noopener\">BOOK YOUR STAY NOW​<br></a></p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/icon-list {\"block_id\":\"ed59ce26\",\"classMigrate\":true,\"childMigrate\":true,\"align\":\"center\",\"parentIcon\":\"phone\",\"size\":40,\"sizeMobile\":24,\"sizeTablet\":32,\"fontSize\":48,\"fontSizeMobile\":28,\"fontSizeTablet\":40,\"fontWeight\":\"600\",\"iconColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"labelColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"blockTopPadding\":0,\"blockRightPadding\":0,\"blockLeftPadding\":0,\"blockBottomPadding\":24,\"blockPaddingLink\":false} -->\n<div class=\"wp-block-uagb-icon-list uagb-block-ed59ce26\"><div class=\"uagb-icon-list__wrap\"><!-- wp:uagb/icon-list-child {\"block_id\":\"ba931fe3\",\"label\":\" + 27 (0) 82 575 5409\",\"label_color\":\"\",\"link\":\"tel:+27825755409\",\"disableLink\":true,\"fromParentIcon\":\"phone\",\"imageSizeChild\":40} -->\n<div class=\"wp-block-uagb-icon-list-child uagb-block-ba931fe3\"><a target=\"_self\" aria-label=\" + 27 (0) 82 575 5409\" rel=\"noopener noreferrer\" href=\"tel:+27825755409\"> </a><span class=\"uagb-icon-list__source-wrap\"><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M511.2 387l-23.25 100.8c-3.266 14.25-15.79 24.22-30.46 24.22C205.2 512 0 306.8 0 54.5c0-14.66 9.969-27.2 24.22-30.45l100.8-23.25C139.7-2.602 154.7 5.018 160.8 18.92l46.52 108.5c5.438 12.78 1.77 27.67-8.98 36.45L144.5 207.1c33.98 69.22 90.26 125.5 159.5 159.5l44.08-53.8c8.688-10.78 23.69-14.51 36.47-8.975l108.5 46.51C506.1 357.2 514.6 372.4 511.2 387z\"></path></svg></span><span class=\"uagb-icon-list__label\"> + 27 (0) 82 575 5409</span></div>\n<!-- /wp:uagb/icon-list-child -->\n\n<!-- wp:uagb/icon-list-child {\"block_id\":\"1207fdde\",\"label\":\"blueroan@ugo.co.za\",\"icon\":\"envelope\",\"label_color\":\"\",\"link\":\"mailto:blueroan@ugo.co.za\",\"disableLink\":true,\"fromParentIcon\":\"phone\",\"imageSizeChild\":40} -->\n<div class=\"wp-block-uagb-icon-list-child uagb-block-1207fdde\"><a target=\"_self\" aria-label=\"blueroan@ugo.co.za\" rel=\"noopener noreferrer\" href=\"mailto:blueroan@ugo.co.za\"> </a><span class=\"uagb-icon-list__source-wrap\"><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M464 64C490.5 64 512 85.49 512 112C512 127.1 504.9 141.3 492.8 150.4L275.2 313.6C263.8 322.1 248.2 322.1 236.8 313.6L19.2 150.4C7.113 141.3 0 127.1 0 112C0 85.49 21.49 64 48 64H464zM217.6 339.2C240.4 356.3 271.6 356.3 294.4 339.2L512 176V384C512 419.3 483.3 448 448 448H64C28.65 448 0 419.3 0 384V176L217.6 339.2z\"></path></svg></span><span class=\"uagb-icon-list__label\">blueroan@ugo.co.za</span></div>\n<!-- /wp:uagb/icon-list-child --></div></div>\n<!-- /wp:uagb/icon-list --></div></div>\n<!-- /wp:uagb/container -->',	'The Acacia',	'',	'inherit',	'closed',	'closed',	'',	'1044-revision-v1',	'',	'',	'2022-12-14 11:28:30',	'2022-12-14 11:28:30',	'',	1044,	'https://blueroan.netgen.cloud/?p=1050',	0,	'revision',	'',	0),
(1051,	2,	'2022-12-14 11:29:14',	'2022-12-14 11:29:14',	'',	'241550_798x533',	'',	'inherit',	'open',	'closed',	'',	'241550_798x533',	'',	'',	'2022-12-14 11:29:14',	'2022-12-14 11:29:14',	'',	1044,	'https://blueroan.netgen.cloud/wp-content/uploads/2022/12/241550_798x533.jpg',	0,	'attachment',	'image/jpeg',	0),
(1052,	2,	'2022-12-14 11:29:42',	'2022-12-14 11:29:42',	'',	'241545_798x533',	'',	'inherit',	'open',	'closed',	'',	'241545_798x533',	'',	'',	'2022-12-14 11:29:42',	'2022-12-14 11:29:42',	'',	1044,	'https://blueroan.netgen.cloud/wp-content/uploads/2022/12/241545_798x533.jpg',	0,	'attachment',	'image/jpeg',	0),
(1054,	2,	'2022-12-14 11:34:03',	'2022-12-14 11:34:03',	'',	'241547_798x533',	'',	'inherit',	'open',	'closed',	'',	'241547_798x533',	'',	'',	'2022-12-14 11:34:03',	'2022-12-14 11:34:03',	'',	1044,	'https://blueroan.netgen.cloud/wp-content/uploads/2022/12/241547_798x533.jpg',	0,	'attachment',	'image/jpeg',	0),
(1055,	2,	'2022-12-14 11:34:38',	'2022-12-14 11:34:38',	'',	'241544_798x533',	'',	'inherit',	'open',	'closed',	'',	'241544_798x533',	'',	'',	'2022-12-14 11:34:38',	'2022-12-14 11:34:38',	'',	1044,	'https://blueroan.netgen.cloud/wp-content/uploads/2022/12/241544_798x533.jpg',	0,	'attachment',	'image/jpeg',	0),
(1056,	2,	'2022-12-14 11:35:41',	'2022-12-14 11:35:41',	'<!-- wp:uagb/container {\"block_id\":\"45baf1ca\",\"backgroundType\":\"image\",\"backgroundImageDesktop\":{\"id\":879,\"title\":\"blue-roan-guest-farm (11)\",\"filename\":\"blue-roan-guest-farm-11.jpg\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-11.jpg\",\"link\":\"https://blueroan.netgen.cloud/accommodation/blue-roan-guest-farm-11/\",\"alt\":\"\",\"author\":\"2\",\"description\":\"\",\"caption\":\"\",\"name\":\"blue-roan-guest-farm-11\",\"status\":\"inherit\",\"uploadedTo\":761,\"date\":\"2022-12-13T13:40:31.000Z\",\"modified\":\"2022-12-13T13:40:31.000Z\",\"menuOrder\":0,\"mime\":\"image/jpeg\",\"type\":\"image\",\"subtype\":\"jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-includes/images/media/default.png\",\"dateFormatted\":\"December 13, 2022\",\"nonces\":{\"update\":\"d402447c49\",\"delete\":\"b223bf1bfb\",\"edit\":\"12a4062084\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=879\\u0026action=edit\",\"meta\":false,\"authorName\":\"Netgen Support\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/profile.php\",\"uploadedToTitle\":\"Accommodation\",\"uploadedToLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=761\\u0026action=edit\",\"filesizeInBytes\":175055,\"filesizeHumanReadable\":\"171 KB\",\"context\":\"\",\"height\":667,\"width\":1000,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-11-150x150.jpg\",\"orientation\":\"landscape\"},\"medium\":{\"height\":200,\"width\":300,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-11-300x200.jpg\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-11.jpg\",\"height\":667,\"width\":1000,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"backgroundPositionDesktop\":{\"x\":0.47,\"y\":0.54},\"backgroundSizeTablet\":\"cover\",\"backgroundSizeMobile\":\"cover\",\"backgroundColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"backgroundImageColor\":\"rgba(42,42,42,0.5)\",\"topPaddingDesktop\":220,\"bottomPaddingDesktop\":150,\"topPaddingTablet\":170,\"bottomPaddingTablet\":160,\"leftPaddingTablet\":30,\"rightPaddingTablet\":30,\"topPaddingMobile\":180,\"bottomPaddingMobile\":80,\"leftPaddingMobile\":20,\"rightPaddingMobile\":20,\"paddingLink\":false,\"variationSelected\":true,\"isBlockRootParent\":true,\"overlayType\":\"color\"} -->\n<div class=\"wp-block-uagb-container uagb-block-45baf1ca alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/advanced-heading {\"block_id\":\"b809e700\",\"classMigrate\":true,\"headingDescToggle\":true,\"headingColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"subHeadingColor\":\"var(\\u002d\\u002dast-global-color-4)\",\"headingTag\":\"h1\",\"headSpace\":20,\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"blockTopPadding\":0,\"blockRightPadding\":50,\"blockLeftPadding\":0,\"blockBottomPadding\":0,\"blockTopPaddingTablet\":0,\"blockRightPaddingTablet\":20,\"blockLeftPaddingTablet\":0,\"blockBottomPaddingTablet\":0,\"blockTopPaddingMobile\":0,\"blockRightPaddingMobile\":0,\"blockLeftPaddingMobile\":0,\"blockBottomPaddingMobile\":0,\"blockPaddingUnit\":\"%\",\"blockPaddingUnitTablet\":\"%\"} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-b809e700\"><h1 class=\"uagb-heading-text\">The Acacia suite</h1><p class=\"uagb-desc-text\">We called the biggest unit after the Acacia tree. This apartment is rustic and unpretentious and includes a large open-concept living room that leads to a covered patio with a brick braai area.</p></div>\n<!-- /wp:uagb/advanced-heading --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"b3450eaa\",\"backgroundType\":\"color\",\"backgroundSizeTablet\":\"cover\",\"backgroundSizeMobile\":\"cover\",\"backgroundColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"topPaddingDesktop\":120,\"bottomPaddingDesktop\":60,\"rightPaddingDesktop\":0,\"topPaddingTablet\":80,\"bottomPaddingTablet\":80,\"leftPaddingTablet\":30,\"rightPaddingTablet\":30,\"topPaddingMobile\":80,\"bottomPaddingMobile\":80,\"leftPaddingMobile\":20,\"rightPaddingMobile\":20,\"paddingLink\":false,\"variationSelected\":true,\"rowGapDesktop\":0,\"isBlockRootParent\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-b3450eaa alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/container {\"block_id\":\"b0586017\",\"directionDesktop\":\"row\",\"alignItemsDesktop\":\"flex-end\",\"alignItemsTablet\":\"flex-end\",\"justifyContentDesktop\":\"flex-end\",\"justifyContentTablet\":\"space-between\",\"variationSelected\":true,\"rowGapMobile\":20,\"columnGapDesktop\":0} -->\n<div class=\"wp-block-uagb-container uagb-block-b0586017\"><!-- wp:uagb/advanced-heading {\"block_id\":\"97bdbdd9\",\"classMigrate\":true,\"headingDescToggle\":true,\"subHeadingColor\":\"\",\"headSpace\":20,\"subHeadFontSize\":16} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-97bdbdd9\"><h2 class=\"uagb-heading-text\">Come &amp; Stay With Us​ at The Acacia suite</h2><p class=\"uagb-desc-text\">This is the largest unit and is at the end of the row. &nbsp;It has one bedroom, a separate bathroom, and a spacious open plan living area opening onto a covered patio with brick braai and comfortable outside furniture. &nbsp;It has a large grassy, fenced, and gated garden.</p></div>\n<!-- /wp:uagb/advanced-heading --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:heading -->\n<h2>The bedroom </h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>This room contains the following: </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list -->\n<ul><!-- wp:list-item -->\n<li>Extra-length queen bed with electric blanket</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Dressing table</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Wall mounted heater</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Oil heater &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Ceiling fan</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Oil heater</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Hair dryer and dressing gowns</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Good quality linen</li>\n<!-- /wp:list-item --></ul>\n<!-- /wp:list --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":1049,\"width\":500,\"height\":334,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full is-resized\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/241548_798x533.jpg\" alt=\"\" class=\"wp-image-1049\" width=\"500\" height=\"334\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":1051,\"width\":500,\"height\":334,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full is-resized\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/241550_798x533.jpg\" alt=\"\" class=\"wp-image-1051\" width=\"500\" height=\"334\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:heading -->\n<h2>The bathroom</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>This room contains the following</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list -->\n<ul><!-- wp:list-item -->\n<li>Corner-shaped spa bath with 6 jets</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Separate shower</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Toilet and basin</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Towels</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Soap, bubble bath &amp; candles, toiletries and toilet paper</li>\n<!-- /wp:list-item --></ul>\n<!-- /wp:list --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:heading -->\n<h2>The Lounge</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>This room contains the following: </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list -->\n<ul><!-- wp:list-item -->\n<li>Log fireplace</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>3-piece upholstered lounge suite</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Additional 3 seater sofa for convenience positioned on the other side of the unit (This sofa can be changed to a single or double bed for extra accommodation by arrangement)</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>TV&nbsp;(DSTV - commercial bouquet with Sports, movies, Mnet, SABC 1,2 3 and Etv)</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>DVD player</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Dining table and 4 chairs</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Books and playing cards</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Glass sliding door out to the patio</li>\n<!-- /wp:list-item --></ul>\n<!-- /wp:list --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":1052,\"width\":500,\"height\":334,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full is-resized\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/241545_798x533.jpg\" alt=\"\" class=\"wp-image-1052\" width=\"500\" height=\"334\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":1054,\"width\":500,\"height\":334,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full is-resized\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/241547_798x533.jpg\" alt=\"The kitchen in the Acacia suite at the Blue Roan country lodge \" class=\"wp-image-1054\" width=\"500\" height=\"334\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:heading -->\n<h2>The kitchen</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>This room contains the following</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list -->\n<ul><!-- wp:list-item -->\n<li>4 plate gas stove and oven</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Microwave oven, kettle, toaster</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Fridge with top freezer compartment</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Pots, pans, cutlery, crockery, wine &amp; champagne glasses</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>All kitchen utensils</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Ironing board and iron</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>All cleaning cloths and detergents and washing up liquid</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Paper towel, salt, pepper, tea, coffee and sugar</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Braai tongs</li>\n<!-- /wp:list-item --></ul>\n<!-- /wp:list --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:heading -->\n<h2>The large patio with <br>mountain views</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>This room contains the following: </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list -->\n<ul><!-- wp:list-item -->\n<li>Chairs with cushions</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Glass table</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Brick braai</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Decorative lighting</li>\n<!-- /wp:list-item --></ul>\n<!-- /wp:list --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":1055,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/241544_798x533.jpg\" alt=\"\" class=\"wp-image-1055\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:heading {\"textAlign\":\"center\"} -->\n<h2 class=\"has-text-align-center\">Book your stay </h2>\n<!-- /wp:heading -->\n\n<!-- wp:buttons -->\n<div class=\"wp-block-buttons\"><!-- wp:button {\"align\":\"center\"} -->\n<div class=\"wp-block-button aligncenter\"><a class=\"wp-block-button__link wp-element-button\" href=\"https://book.nightsbridge.com/11065\" target=\"_blank\" rel=\"noreferrer noopener\">Reservations</a></div>\n<!-- /wp:button -->\n\n<!-- wp:button /--></div>\n<!-- /wp:buttons --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"7e104f2d\",\"innerContentCustomWidthDesktop\":781,\"innerContentCustomWidthTablet\":781,\"backgroundType\":\"image\",\"backgroundImageDesktop\":{\"uploading\":false,\"date\":1670943271000,\"filename\":\"AAEAAQAAAAAAAAAAAAAA39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba.png\",\"menuOrder\":0,\"uploadedTo\":761,\"type\":\"image\",\"subtype\":\"png\",\"id\":899,\"title\":\"AAEAAQAAAAAAAAAAAAAA39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAA39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba.png\",\"link\":\"https://blueroan.netgen.cloud/accommodation/aaeaaqaaaaaaaaaaaaaa39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba/\",\"alt\":\"\",\"author\":\"2\",\"description\":\"\",\"caption\":\"\",\"name\":\"aaeaaqaaaaaaaaaaaaaa39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba\",\"status\":\"inherit\",\"modified\":1670943271000,\"mime\":\"image/png\",\"icon\":\"https://blueroan.netgen.cloud/wp-includes/images/media/default.png\",\"dateFormatted\":\"December 13, 2022\",\"nonces\":{\"update\":\"45b2b6c69b\",\"delete\":\"75d81c42ab\",\"edit\":\"88fae030a9\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=899\\u0026action=edit\",\"meta\":false,\"authorName\":\"Netgen Support\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/profile.php\",\"uploadedToTitle\":\"Accommodation\",\"uploadedToLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=761\\u0026action=edit\",\"filesizeInBytes\":2338048,\"filesizeHumanReadable\":\"2 MB\",\"context\":\"\",\"height\":900,\"width\":1200,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAA39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba-150x150.png\",\"orientation\":\"landscape\"},\"medium\":{\"height\":225,\"width\":300,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAA39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba-300x225.png\",\"orientation\":\"landscape\"},\"large\":{\"height\":768,\"width\":1024,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAA39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba-1024x768.png\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAA39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba.png\",\"height\":900,\"width\":1200,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"backgroundImageColor\":\"rgba(42,42,42,0.65)\",\"topPaddingDesktop\":144,\"bottomPaddingDesktop\":144,\"leftPaddingDesktop\":40,\"rightPaddingDesktop\":40,\"topPaddingTablet\":80,\"bottomPaddingTablet\":80,\"leftPaddingTablet\":40,\"rightPaddingTablet\":40,\"topPaddingMobile\":64,\"bottomPaddingMobile\":64,\"leftPaddingMobile\":24,\"rightPaddingMobile\":24,\"paddingLink\":false,\"variationSelected\":true,\"isBlockRootParent\":true,\"overlayType\":\"color\"} -->\n<div class=\"wp-block-uagb-container uagb-block-7e104f2d alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/advanced-heading {\"block_id\":\"e3b58a1b\",\"classMigrate\":true,\"headingDescToggle\":true,\"headingAlign\":\"center\",\"headingColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"subHeadingColor\":\"var(\\u002d\\u002dast-global-color-4)\",\"headSpace\":20} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-e3b58a1b\"><h2 class=\"uagb-heading-text\">Plan an Unforgettable Experience at<br>Blue Roan!</h2><p class=\"uagb-desc-text\">We can help you fit your stay and experience within your allotted budget.</p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/advanced-heading {\"block_id\":\"3c4c9f6a\",\"classMigrate\":true,\"headingTitleToggle\":false,\"headingDescToggle\":true,\"headingAlign\":\"center\",\"subHeadingColor\":\"var(\\u002d\\u002dast-global-color-4)\",\"subHeadTransform\":\"uppercase\",\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"subHeadLetterSpacing\":2,\"blockTopPadding\":60,\"blockRightPadding\":0,\"blockLeftPadding\":0,\"blockBottomPadding\":0,\"blockTopPaddingMobile\":30,\"blockRightPaddingMobile\":0,\"blockLeftPaddingMobile\":0,\"blockBottomPaddingMobile\":0,\"linkColor\":\"var(\\u002d\\u002dast-global-color-8)\",\"linkHColor\":\"var(\\u002d\\u002dast-global-color-1)\"} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-3c4c9f6a\"><p class=\"uagb-desc-text\"><a href=\"https://book.nightsbridge.com/11065\" target=\"_blank\" rel=\"noreferrer noopener\">BOOK YOUR STAY NOW​<br></a></p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/icon-list {\"block_id\":\"9915f848\",\"classMigrate\":true,\"childMigrate\":true,\"align\":\"center\",\"parentIcon\":\"phone\",\"size\":40,\"sizeMobile\":24,\"sizeTablet\":32,\"fontSize\":48,\"fontSizeMobile\":28,\"fontSizeTablet\":40,\"fontWeight\":\"600\",\"iconColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"labelColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"blockTopPadding\":0,\"blockRightPadding\":0,\"blockLeftPadding\":0,\"blockBottomPadding\":24,\"blockPaddingLink\":false} -->\n<div class=\"wp-block-uagb-icon-list uagb-block-9915f848\"><div class=\"uagb-icon-list__wrap\"><!-- wp:uagb/icon-list-child {\"block_id\":\"6bcc4611\",\"label\":\" + 27 (0) 82 575 5409\",\"label_color\":\"\",\"link\":\"tel:+27825755409\",\"disableLink\":true,\"fromParentIcon\":\"phone\",\"imageSizeChild\":40} -->\n<div class=\"wp-block-uagb-icon-list-child uagb-block-6bcc4611\"><a target=\"_self\" aria-label=\" + 27 (0) 82 575 5409\" rel=\"noopener noreferrer\" href=\"tel:+27825755409\"> </a><span class=\"uagb-icon-list__source-wrap\"><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M511.2 387l-23.25 100.8c-3.266 14.25-15.79 24.22-30.46 24.22C205.2 512 0 306.8 0 54.5c0-14.66 9.969-27.2 24.22-30.45l100.8-23.25C139.7-2.602 154.7 5.018 160.8 18.92l46.52 108.5c5.438 12.78 1.77 27.67-8.98 36.45L144.5 207.1c33.98 69.22 90.26 125.5 159.5 159.5l44.08-53.8c8.688-10.78 23.69-14.51 36.47-8.975l108.5 46.51C506.1 357.2 514.6 372.4 511.2 387z\"></path></svg></span><span class=\"uagb-icon-list__label\"> + 27 (0) 82 575 5409</span></div>\n<!-- /wp:uagb/icon-list-child -->\n\n<!-- wp:uagb/icon-list-child {\"block_id\":\"f8c0e2d5\",\"label\":\"blueroan@ugo.co.za\",\"icon\":\"envelope\",\"label_color\":\"\",\"link\":\"mailto:blueroan@ugo.co.za\",\"disableLink\":true,\"fromParentIcon\":\"phone\",\"imageSizeChild\":40} -->\n<div class=\"wp-block-uagb-icon-list-child uagb-block-f8c0e2d5\"><a target=\"_self\" aria-label=\"blueroan@ugo.co.za\" rel=\"noopener noreferrer\" href=\"mailto:blueroan@ugo.co.za\"> </a><span class=\"uagb-icon-list__source-wrap\"><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M464 64C490.5 64 512 85.49 512 112C512 127.1 504.9 141.3 492.8 150.4L275.2 313.6C263.8 322.1 248.2 322.1 236.8 313.6L19.2 150.4C7.113 141.3 0 127.1 0 112C0 85.49 21.49 64 48 64H464zM217.6 339.2C240.4 356.3 271.6 356.3 294.4 339.2L512 176V384C512 419.3 483.3 448 448 448H64C28.65 448 0 419.3 0 384V176L217.6 339.2z\"></path></svg></span><span class=\"uagb-icon-list__label\">blueroan@ugo.co.za</span></div>\n<!-- /wp:uagb/icon-list-child --></div></div>\n<!-- /wp:uagb/icon-list --></div></div>\n<!-- /wp:uagb/container -->',	'The Acacia',	'',	'inherit',	'closed',	'closed',	'',	'1044-revision-v1',	'',	'',	'2022-12-14 11:35:41',	'2022-12-14 11:35:41',	'',	1044,	'https://blueroan.netgen.cloud/?p=1056',	0,	'revision',	'',	0),
(1057,	2,	'2022-12-14 11:36:17',	'2022-12-14 11:36:17',	'<!-- wp:uagb/container {\"block_id\":\"0d5db22f\",\"backgroundType\":\"image\",\"backgroundImageDesktop\":{\"id\":879,\"title\":\"blue-roan-guest-farm (11)\",\"filename\":\"blue-roan-guest-farm-11.jpg\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-11.jpg\",\"link\":\"https://blueroan.netgen.cloud/accommodation/blue-roan-guest-farm-11/\",\"alt\":\"\",\"author\":\"2\",\"description\":\"\",\"caption\":\"\",\"name\":\"blue-roan-guest-farm-11\",\"status\":\"inherit\",\"uploadedTo\":761,\"date\":\"2022-12-13T13:40:31.000Z\",\"modified\":\"2022-12-13T13:40:31.000Z\",\"menuOrder\":0,\"mime\":\"image/jpeg\",\"type\":\"image\",\"subtype\":\"jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-includes/images/media/default.png\",\"dateFormatted\":\"December 13, 2022\",\"nonces\":{\"update\":\"d402447c49\",\"delete\":\"b223bf1bfb\",\"edit\":\"12a4062084\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=879\\u0026action=edit\",\"meta\":false,\"authorName\":\"Netgen Support\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/profile.php\",\"uploadedToTitle\":\"Accommodation\",\"uploadedToLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=761\\u0026action=edit\",\"filesizeInBytes\":175055,\"filesizeHumanReadable\":\"171 KB\",\"context\":\"\",\"height\":667,\"width\":1000,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-11-150x150.jpg\",\"orientation\":\"landscape\"},\"medium\":{\"height\":200,\"width\":300,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-11-300x200.jpg\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-11.jpg\",\"height\":667,\"width\":1000,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"backgroundPositionDesktop\":{\"x\":0.47,\"y\":0.54},\"backgroundSizeTablet\":\"cover\",\"backgroundSizeMobile\":\"cover\",\"backgroundColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"backgroundImageColor\":\"rgba(42,42,42,0.5)\",\"topPaddingDesktop\":220,\"bottomPaddingDesktop\":150,\"topPaddingTablet\":170,\"bottomPaddingTablet\":160,\"leftPaddingTablet\":30,\"rightPaddingTablet\":30,\"topPaddingMobile\":180,\"bottomPaddingMobile\":80,\"leftPaddingMobile\":20,\"rightPaddingMobile\":20,\"paddingLink\":false,\"variationSelected\":true,\"isBlockRootParent\":true,\"overlayType\":\"color\"} -->\n<div class=\"wp-block-uagb-container uagb-block-0d5db22f alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/advanced-heading {\"block_id\":\"91552f80\",\"classMigrate\":true,\"headingDescToggle\":true,\"headingColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"subHeadingColor\":\"var(\\u002d\\u002dast-global-color-4)\",\"headingTag\":\"h1\",\"headSpace\":20,\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"blockTopPadding\":0,\"blockRightPadding\":50,\"blockLeftPadding\":0,\"blockBottomPadding\":0,\"blockTopPaddingTablet\":0,\"blockRightPaddingTablet\":20,\"blockLeftPaddingTablet\":0,\"blockBottomPaddingTablet\":0,\"blockTopPaddingMobile\":0,\"blockRightPaddingMobile\":0,\"blockLeftPaddingMobile\":0,\"blockBottomPaddingMobile\":0,\"blockPaddingUnit\":\"%\",\"blockPaddingUnitTablet\":\"%\"} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-91552f80\"><h1 class=\"uagb-heading-text\">The Acacia suite</h1><p class=\"uagb-desc-text\">We called the biggest unit after the Acacia tree. This apartment is rustic and unpretentious and includes a large open-concept living room that leads to a covered patio with a brick braai area.</p></div>\n<!-- /wp:uagb/advanced-heading --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"2f503078\",\"backgroundType\":\"color\",\"backgroundSizeTablet\":\"cover\",\"backgroundSizeMobile\":\"cover\",\"backgroundColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"topPaddingDesktop\":120,\"bottomPaddingDesktop\":60,\"rightPaddingDesktop\":0,\"topPaddingTablet\":80,\"bottomPaddingTablet\":80,\"leftPaddingTablet\":30,\"rightPaddingTablet\":30,\"topPaddingMobile\":80,\"bottomPaddingMobile\":80,\"leftPaddingMobile\":20,\"rightPaddingMobile\":20,\"paddingLink\":false,\"variationSelected\":true,\"rowGapDesktop\":0,\"isBlockRootParent\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-2f503078 alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/container {\"block_id\":\"35623e98\",\"directionDesktop\":\"row\",\"alignItemsDesktop\":\"flex-end\",\"alignItemsTablet\":\"flex-end\",\"justifyContentDesktop\":\"flex-end\",\"justifyContentTablet\":\"space-between\",\"variationSelected\":true,\"rowGapMobile\":20,\"columnGapDesktop\":0} -->\n<div class=\"wp-block-uagb-container uagb-block-35623e98\"><!-- wp:uagb/advanced-heading {\"block_id\":\"35613bdb\",\"classMigrate\":true,\"headingDescToggle\":true,\"subHeadingColor\":\"\",\"headSpace\":20,\"subHeadFontSize\":16} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-35613bdb\"><h2 class=\"uagb-heading-text\">Come &amp; Stay With Us​ at The Acacia suite</h2><p class=\"uagb-desc-text\">This is the largest unit and is at the end of the row. &nbsp;It has one bedroom, a separate bathroom, and a spacious open plan living area opening onto a covered patio with brick braai and comfortable outside furniture. &nbsp;It has a large grassy, fenced, and gated garden.</p></div>\n<!-- /wp:uagb/advanced-heading --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:heading -->\n<h2>The bedroom </h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>This room contains the following: </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list -->\n<ul><!-- wp:list-item -->\n<li>Extra-length queen bed with electric blanket</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Dressing table</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Wall mounted heater</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Oil heater &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Ceiling fan</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Oil heater</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Hair dryer and dressing gowns</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Good quality linen</li>\n<!-- /wp:list-item --></ul>\n<!-- /wp:list --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":1049,\"width\":500,\"height\":334,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full is-resized\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/241548_798x533.jpg\" alt=\"\" class=\"wp-image-1049\" width=\"500\" height=\"334\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":1051,\"width\":500,\"height\":334,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full is-resized\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/241550_798x533.jpg\" alt=\"\" class=\"wp-image-1051\" width=\"500\" height=\"334\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:heading -->\n<h2>The bathroom</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>This room contains the following</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list -->\n<ul><!-- wp:list-item -->\n<li>Corner-shaped spa bath with 6 jets</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Separate shower</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Toilet and basin</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Towels</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Soap, bubble bath &amp; candles, toiletries and toilet paper</li>\n<!-- /wp:list-item --></ul>\n<!-- /wp:list --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:heading -->\n<h2>The Lounge</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>This room contains the following: </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list -->\n<ul><!-- wp:list-item -->\n<li>Log fireplace</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>3-piece upholstered lounge suite</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Additional 3 seater sofa for convenience positioned on the other side of the unit (This sofa can be changed to a single or double bed for extra accommodation by arrangement)</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>TV&nbsp;(DSTV - commercial bouquet with Sports, movies, Mnet, SABC 1,2 3 and Etv)</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>DVD player</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Dining table and 4 chairs</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Books and playing cards</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Glass sliding door out to the patio</li>\n<!-- /wp:list-item --></ul>\n<!-- /wp:list --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":1052,\"width\":500,\"height\":334,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full is-resized\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/241545_798x533.jpg\" alt=\"\" class=\"wp-image-1052\" width=\"500\" height=\"334\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":1054,\"width\":500,\"height\":334,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full is-resized\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/241547_798x533.jpg\" alt=\"The kitchen in the Acacia suite at the Blue Roan country lodge \" class=\"wp-image-1054\" width=\"500\" height=\"334\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:heading -->\n<h2>The kitchen</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>This room contains the following</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list -->\n<ul><!-- wp:list-item -->\n<li>4 plate gas stove and oven</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Microwave oven, kettle, toaster</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Fridge with top freezer compartment</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Pots, pans, cutlery, crockery, wine &amp; champagne glasses</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>All kitchen utensils</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Ironing board and iron</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>All cleaning cloths and detergents and washing up liquid</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Paper towel, salt, pepper, tea, coffee and sugar</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Braai tongs</li>\n<!-- /wp:list-item --></ul>\n<!-- /wp:list --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:heading -->\n<h2>The large patio with <br>mountain views</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>This room contains the following: </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list -->\n<ul><!-- wp:list-item -->\n<li>Chairs with cushions</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Glass table</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Brick braai</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Decorative lighting</li>\n<!-- /wp:list-item --></ul>\n<!-- /wp:list --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":1055,\"width\":500,\"height\":334,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full is-resized\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/241544_798x533.jpg\" alt=\"\" class=\"wp-image-1055\" width=\"500\" height=\"334\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:heading {\"textAlign\":\"center\"} -->\n<h2 class=\"has-text-align-center\">Book your stay </h2>\n<!-- /wp:heading -->\n\n<!-- wp:buttons -->\n<div class=\"wp-block-buttons\"><!-- wp:button {\"align\":\"center\"} -->\n<div class=\"wp-block-button aligncenter\"><a class=\"wp-block-button__link wp-element-button\" href=\"https://book.nightsbridge.com/11065\" target=\"_blank\" rel=\"noreferrer noopener\">Reservations</a></div>\n<!-- /wp:button -->\n\n<!-- wp:button /--></div>\n<!-- /wp:buttons --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"76786514\",\"innerContentCustomWidthDesktop\":781,\"innerContentCustomWidthTablet\":781,\"backgroundType\":\"image\",\"backgroundImageDesktop\":{\"uploading\":false,\"date\":1670943271000,\"filename\":\"AAEAAQAAAAAAAAAAAAAA39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba.png\",\"menuOrder\":0,\"uploadedTo\":761,\"type\":\"image\",\"subtype\":\"png\",\"id\":899,\"title\":\"AAEAAQAAAAAAAAAAAAAA39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAA39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba.png\",\"link\":\"https://blueroan.netgen.cloud/accommodation/aaeaaqaaaaaaaaaaaaaa39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba/\",\"alt\":\"\",\"author\":\"2\",\"description\":\"\",\"caption\":\"\",\"name\":\"aaeaaqaaaaaaaaaaaaaa39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba\",\"status\":\"inherit\",\"modified\":1670943271000,\"mime\":\"image/png\",\"icon\":\"https://blueroan.netgen.cloud/wp-includes/images/media/default.png\",\"dateFormatted\":\"December 13, 2022\",\"nonces\":{\"update\":\"45b2b6c69b\",\"delete\":\"75d81c42ab\",\"edit\":\"88fae030a9\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=899\\u0026action=edit\",\"meta\":false,\"authorName\":\"Netgen Support\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/profile.php\",\"uploadedToTitle\":\"Accommodation\",\"uploadedToLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=761\\u0026action=edit\",\"filesizeInBytes\":2338048,\"filesizeHumanReadable\":\"2 MB\",\"context\":\"\",\"height\":900,\"width\":1200,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAA39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba-150x150.png\",\"orientation\":\"landscape\"},\"medium\":{\"height\":225,\"width\":300,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAA39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba-300x225.png\",\"orientation\":\"landscape\"},\"large\":{\"height\":768,\"width\":1024,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAA39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba-1024x768.png\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAA39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba.png\",\"height\":900,\"width\":1200,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"backgroundImageColor\":\"rgba(42,42,42,0.65)\",\"topPaddingDesktop\":144,\"bottomPaddingDesktop\":144,\"leftPaddingDesktop\":40,\"rightPaddingDesktop\":40,\"topPaddingTablet\":80,\"bottomPaddingTablet\":80,\"leftPaddingTablet\":40,\"rightPaddingTablet\":40,\"topPaddingMobile\":64,\"bottomPaddingMobile\":64,\"leftPaddingMobile\":24,\"rightPaddingMobile\":24,\"paddingLink\":false,\"variationSelected\":true,\"isBlockRootParent\":true,\"overlayType\":\"color\"} -->\n<div class=\"wp-block-uagb-container uagb-block-76786514 alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/advanced-heading {\"block_id\":\"f7542e59\",\"classMigrate\":true,\"headingDescToggle\":true,\"headingAlign\":\"center\",\"headingColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"subHeadingColor\":\"var(\\u002d\\u002dast-global-color-4)\",\"headSpace\":20} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-f7542e59\"><h2 class=\"uagb-heading-text\">Plan an Unforgettable Experience at<br>Blue Roan!</h2><p class=\"uagb-desc-text\">We can help you fit your stay and experience within your allotted budget.</p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/advanced-heading {\"block_id\":\"b708258a\",\"classMigrate\":true,\"headingTitleToggle\":false,\"headingDescToggle\":true,\"headingAlign\":\"center\",\"subHeadingColor\":\"var(\\u002d\\u002dast-global-color-4)\",\"subHeadTransform\":\"uppercase\",\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"subHeadLetterSpacing\":2,\"blockTopPadding\":60,\"blockRightPadding\":0,\"blockLeftPadding\":0,\"blockBottomPadding\":0,\"blockTopPaddingMobile\":30,\"blockRightPaddingMobile\":0,\"blockLeftPaddingMobile\":0,\"blockBottomPaddingMobile\":0,\"linkColor\":\"var(\\u002d\\u002dast-global-color-8)\",\"linkHColor\":\"var(\\u002d\\u002dast-global-color-1)\"} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-b708258a\"><p class=\"uagb-desc-text\"><a href=\"https://book.nightsbridge.com/11065\" target=\"_blank\" rel=\"noreferrer noopener\">BOOK YOUR STAY NOW​<br></a></p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/icon-list {\"block_id\":\"a95584b6\",\"classMigrate\":true,\"childMigrate\":true,\"align\":\"center\",\"parentIcon\":\"phone\",\"size\":40,\"sizeMobile\":24,\"sizeTablet\":32,\"fontSize\":48,\"fontSizeMobile\":28,\"fontSizeTablet\":40,\"fontWeight\":\"600\",\"iconColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"labelColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"blockTopPadding\":0,\"blockRightPadding\":0,\"blockLeftPadding\":0,\"blockBottomPadding\":24,\"blockPaddingLink\":false} -->\n<div class=\"wp-block-uagb-icon-list uagb-block-a95584b6\"><div class=\"uagb-icon-list__wrap\"><!-- wp:uagb/icon-list-child {\"block_id\":\"c30a98f1\",\"label\":\" + 27 (0) 82 575 5409\",\"label_color\":\"\",\"link\":\"tel:+27825755409\",\"disableLink\":true,\"fromParentIcon\":\"phone\",\"imageSizeChild\":40} -->\n<div class=\"wp-block-uagb-icon-list-child uagb-block-c30a98f1\"><a target=\"_self\" aria-label=\" + 27 (0) 82 575 5409\" rel=\"noopener noreferrer\" href=\"tel:+27825755409\"> </a><span class=\"uagb-icon-list__source-wrap\"><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M511.2 387l-23.25 100.8c-3.266 14.25-15.79 24.22-30.46 24.22C205.2 512 0 306.8 0 54.5c0-14.66 9.969-27.2 24.22-30.45l100.8-23.25C139.7-2.602 154.7 5.018 160.8 18.92l46.52 108.5c5.438 12.78 1.77 27.67-8.98 36.45L144.5 207.1c33.98 69.22 90.26 125.5 159.5 159.5l44.08-53.8c8.688-10.78 23.69-14.51 36.47-8.975l108.5 46.51C506.1 357.2 514.6 372.4 511.2 387z\"></path></svg></span><span class=\"uagb-icon-list__label\"> + 27 (0) 82 575 5409</span></div>\n<!-- /wp:uagb/icon-list-child -->\n\n<!-- wp:uagb/icon-list-child {\"block_id\":\"c06baafa\",\"label\":\"blueroan@ugo.co.za\",\"icon\":\"envelope\",\"label_color\":\"\",\"link\":\"mailto:blueroan@ugo.co.za\",\"disableLink\":true,\"fromParentIcon\":\"phone\",\"imageSizeChild\":40} -->\n<div class=\"wp-block-uagb-icon-list-child uagb-block-c06baafa\"><a target=\"_self\" aria-label=\"blueroan@ugo.co.za\" rel=\"noopener noreferrer\" href=\"mailto:blueroan@ugo.co.za\"> </a><span class=\"uagb-icon-list__source-wrap\"><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M464 64C490.5 64 512 85.49 512 112C512 127.1 504.9 141.3 492.8 150.4L275.2 313.6C263.8 322.1 248.2 322.1 236.8 313.6L19.2 150.4C7.113 141.3 0 127.1 0 112C0 85.49 21.49 64 48 64H464zM217.6 339.2C240.4 356.3 271.6 356.3 294.4 339.2L512 176V384C512 419.3 483.3 448 448 448H64C28.65 448 0 419.3 0 384V176L217.6 339.2z\"></path></svg></span><span class=\"uagb-icon-list__label\">blueroan@ugo.co.za</span></div>\n<!-- /wp:uagb/icon-list-child --></div></div>\n<!-- /wp:uagb/icon-list --></div></div>\n<!-- /wp:uagb/container -->',	'The Acacia',	'',	'inherit',	'closed',	'closed',	'',	'1044-revision-v1',	'',	'',	'2022-12-14 11:36:17',	'2022-12-14 11:36:17',	'',	1044,	'https://blueroan.netgen.cloud/?p=1057',	0,	'revision',	'',	0),
(1059,	2,	'2022-12-14 11:38:44',	'2022-12-14 11:38:44',	'<!-- wp:uagb/container {\"block_id\":\"10f9bf7a\",\"backgroundType\":\"image\",\"backgroundImageDesktop\":{\"id\":797,\"title\":\"blue-roan-guest-farm (13)\",\"filename\":\"blue-roan-guest-farm-13.jpg\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-13.jpg\",\"link\":\"https://blueroan.netgen.cloud/home/blue-roan-guest-farm-13/\",\"alt\":\"\",\"author\":\"2\",\"description\":\"\",\"caption\":\"\",\"name\":\"blue-roan-guest-farm-13\",\"status\":\"inherit\",\"uploadedTo\":760,\"date\":\"2022-12-13T09:37:10.000Z\",\"modified\":\"2022-12-13T09:37:10.000Z\",\"menuOrder\":0,\"mime\":\"image/jpeg\",\"type\":\"image\",\"subtype\":\"jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-includes/images/media/default.png\",\"dateFormatted\":\"December 13, 2022\",\"nonces\":{\"update\":\"88c7dafe15\",\"delete\":\"0e63c986af\",\"edit\":\"ba0aad2d7f\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=797\\u0026action=edit\",\"meta\":false,\"authorName\":\"Netgen Support\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/profile.php\",\"uploadedToTitle\":\"Home\",\"uploadedToLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=760\\u0026action=edit\",\"filesizeInBytes\":201183,\"filesizeHumanReadable\":\"196 KB\",\"context\":\"\",\"height\":667,\"width\":1000,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-13-150x150.jpg\",\"orientation\":\"landscape\"},\"medium\":{\"height\":200,\"width\":300,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-13-300x200.jpg\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-13.jpg\",\"height\":667,\"width\":1000,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"backgroundPositionDesktop\":{\"x\":0.62,\"y\":0.78},\"backgroundSizeTablet\":\"cover\",\"backgroundSizeMobile\":\"cover\",\"backgroundColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"backgroundImageColor\":\"rgba(42,42,42,0.5)\",\"topPaddingDesktop\":220,\"bottomPaddingDesktop\":150,\"topPaddingTablet\":170,\"bottomPaddingTablet\":160,\"leftPaddingTablet\":30,\"rightPaddingTablet\":30,\"topPaddingMobile\":180,\"bottomPaddingMobile\":80,\"leftPaddingMobile\":20,\"rightPaddingMobile\":20,\"paddingLink\":false,\"variationSelected\":true,\"isBlockRootParent\":true,\"overlayType\":\"color\"} -->\n<div class=\"wp-block-uagb-container uagb-block-10f9bf7a alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/advanced-heading {\"block_id\":\"30776de0\",\"classMigrate\":true,\"headingDescToggle\":true,\"headingColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"subHeadingColor\":\"var(\\u002d\\u002dast-global-color-4)\",\"headingTag\":\"h1\",\"headSpace\":20,\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"blockTopPadding\":0,\"blockRightPadding\":50,\"blockLeftPadding\":0,\"blockBottomPadding\":0,\"blockTopPaddingTablet\":0,\"blockRightPaddingTablet\":20,\"blockLeftPaddingTablet\":0,\"blockBottomPaddingTablet\":0,\"blockTopPaddingMobile\":0,\"blockRightPaddingMobile\":0,\"blockLeftPaddingMobile\":0,\"blockBottomPaddingMobile\":0,\"blockPaddingUnit\":\"%\",\"blockPaddingUnitTablet\":\"%\"} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-30776de0\"><h1 class=\"uagb-heading-text\">Rooms &amp; Accommodation​</h1><p class=\"uagb-desc-text\">If you are looking for a home away from home, even a place your dog can come along then take a closer look into the rooms we offer and pick the one for you.</p></div>\n<!-- /wp:uagb/advanced-heading --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"53f4c508\",\"backgroundType\":\"color\",\"backgroundSizeTablet\":\"cover\",\"backgroundSizeMobile\":\"cover\",\"backgroundColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"topPaddingDesktop\":120,\"bottomPaddingDesktop\":120,\"topPaddingTablet\":80,\"bottomPaddingTablet\":80,\"leftPaddingTablet\":30,\"rightPaddingTablet\":30,\"topPaddingMobile\":80,\"bottomPaddingMobile\":80,\"leftPaddingMobile\":20,\"rightPaddingMobile\":20,\"paddingLink\":false,\"variationSelected\":true,\"rowGapDesktop\":0,\"isBlockRootParent\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-53f4c508 alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/container {\"block_id\":\"e977894e\",\"directionDesktop\":\"row\",\"alignItemsDesktop\":\"flex-end\",\"alignItemsTablet\":\"flex-end\",\"justifyContentDesktop\":\"flex-end\",\"justifyContentTablet\":\"space-between\",\"variationSelected\":true,\"rowGapMobile\":20,\"columnGapDesktop\":0} -->\n<div class=\"wp-block-uagb-container uagb-block-e977894e\"><!-- wp:uagb/advanced-heading {\"block_id\":\"3936b328\",\"classMigrate\":true,\"headingDescToggle\":true,\"subHeadingColor\":\"\",\"headSpace\":20,\"subHeadFontSize\":16} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-3936b328\"><h2 class=\"uagb-heading-text\">Come &amp; Stay With Us​</h2><p class=\"uagb-desc-text\">There are 7 excellent brick self-catering units available, each private and with a distinctive personality and theme. They are particularly made for pet-free or pet-owning couples looking for a romantic and serene setting to reconnect, celebrate special occasions, or simply unwind on a holiday.<br><br>We are pet-friendly by arrangement as each unit is separately fenced with its own grassy garden with a garden gate leading to the generous park area where pets can socialize. &nbsp;We also have lovely safe off-leash walking trails on our property and beyond. &nbsp;Our units are very luxurious with everything you would need and very homely and charming. Regrettably no children or group bookings.  </p></div>\n<!-- /wp:uagb/advanced-heading --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"ace37b5d\",\"directionDesktop\":\"row\",\"alignItemsTablet\":\"flex-start\",\"justifyContentDesktop\":\"flex-start\",\"topMarginDesktop\":54,\"bottomMarginDesktop\":0,\"leftMarginDesktop\":0,\"rightMarginDesktop\":0,\"marginLink\":false,\"variationSelected\":true,\"rowGapMobile\":0,\"columnGapDesktop\":0} -->\n<div class=\"wp-block-uagb-container uagb-block-ace37b5d\"><!-- wp:uagb/container {\"block_id\":\"e0499162\",\"widthDesktop\":50,\"bottomPaddingDesktop\":20,\"rightPaddingDesktop\":32,\"bottomPaddingTablet\":35,\"rightPaddingTablet\":15,\"bottomPaddingMobile\":65,\"paddingLink\":false,\"topMarginDesktop\":0,\"bottomMarginDesktop\":0,\"leftMarginDesktop\":5,\"rightMarginDesktop\":5,\"topMarginMobile\":0,\"bottomMarginMobile\":0,\"leftMarginMobile\":0,\"rightMarginMobile\":0,\"marginLink\":false,\"variationSelected\":true,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-e0499162\"><!-- wp:uagb/info-box {\"classMigrate\":true,\"headingAlign\":\"left\",\"headingColor\":\"\",\"subHeadingColor\":\"\",\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"source_type\":\"image\",\"block_id\":\"79ec818a\",\"ctaIcon\":\"\",\"ctaType\":\"text\",\"ctaText\":\"\\u003ca href=\\u0022/the-barn/\\u0022 data-type=\\u0022URL\\u0022 data-id=\\u0022/the-barn/\\u0022\\u003eREAD MORE\\u003c/a\\u003e\",\"ctaLink\":\"/the-barn/\",\"ctaLinkColor\":\"var(\\u002d\\u002dast-global-color-0)\",\"ctaDecoration\":\"underline\",\"ctaFontSize\":12,\"ctaFontWeight\":\"600\",\"ctaLetterSpacing\":2,\"ctaBorderColor\":\"\",\"ctaBorderStyle\":\"\",\"ctaBorderWidth\":\"\",\"ctaBorderRadius\":\"\",\"iconBottomMargin\":30,\"iconImage\":{\"uploading\":false,\"date\":1670936674000,\"filename\":\"blue-roan-guest-farm-10.jpg\",\"menuOrder\":0,\"uploadedTo\":761,\"type\":\"image\",\"subtype\":\"jpeg\",\"id\":863,\"title\":\"blue-roan-guest-farm (10)\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-10.jpg\",\"link\":\"https://blueroan.netgen.cloud/accommodation/blue-roan-guest-farm-10/\",\"alt\":\"\",\"author\":\"2\",\"description\":\"\",\"caption\":\"\",\"name\":\"blue-roan-guest-farm-10\",\"status\":\"inherit\",\"modified\":1670936674000,\"mime\":\"image/jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-includes/images/media/default.png\",\"dateFormatted\":\"December 13, 2022\",\"nonces\":{\"update\":\"1a7491aa65\",\"delete\":\"dc6afaa89c\",\"edit\":\"7635ee35fb\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=863\\u0026action=edit\",\"meta\":false,\"authorName\":\"Netgen Support\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/profile.php\",\"uploadedToTitle\":\"Accommodation\",\"uploadedToLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=761\\u0026action=edit\",\"filesizeInBytes\":149768,\"filesizeHumanReadable\":\"146 KB\",\"context\":\"\",\"height\":667,\"width\":1000,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-10-150x150.jpg\",\"orientation\":\"landscape\"},\"medium\":{\"height\":200,\"width\":300,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-10-300x200.jpg\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-10.jpg\",\"height\":667,\"width\":1000,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"imageSize\":\"full\",\"imageWidth\":100,\"imageWidthMobile\":100,\"imageWidthTablet\":100,\"paddingBtnTop\":10,\"paddingBtnBottom\":10,\"paddingBtnLeft\":14,\"paddingBtnRight\":14,\"imageWidthUnit\":\"%\",\"imageWidthUnitTablet\":\"%\",\"imageWidthUnitMobile\":\"%\",\"subHeadTopMargin\":0,\"subHeadRightMargin\":40,\"subHeadLeftMargin\":0,\"subHeadMarginTopTablet\":0,\"subHeadMarginRightTablet\":0,\"subHeadTabletSpace\":20,\"subHeadMarginLeftTablet\":0,\"imgTagHeight\":66,\"imgTagWidth\":1000,\"btnBorderTopWidth\":1,\"btnBorderLeftWidth\":1,\"btnBorderRightWidth\":1,\"btnBorderBottomWidth\":1,\"btnBorderTopLeftRadius\":0,\"btnBorderTopRightRadius\":0,\"btnBorderBottomLeftRadius\":0,\"btnBorderBottomRightRadius\":0,\"btnBorderStyle\":\"solid\",\"btnBorderColor\":\"#333\"} -->\n<div class=\"wp-block-uagb-info-box uagb-block-79ec818a uagb-infobox__content-wrap  uagb-infobox-icon-above-title uagb-infobox-image-valign-top\"><div class=\"uagb-ifb-content\"><div class=\"uagb-ifb-image-content\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-10.jpg\" alt=\"\" width=\"100\" height=\"66\" loading=\"lazy\"/></div><div class=\"uagb-ifb-title-wrap\"><h3 class=\"uagb-ifb-title\">The Barn </h3></div><p class=\"uagb-ifb-desc\">Rustic beams and exposed wood are all hallmarks of our barn-style suite. This is an open-plan unit with lots of windows with a raised king bed on a platform that faces the TV and the mountains.</p><div class=\"uagb-ifb-button-wrapper wp-block-button\"><a href=\"/the-barn/\" target=\"_self\" class=\"uagb-infobox-cta-link\" rel=\"noopener noreferrer\" alt=\"\"><span class=\"uagb-inline-editing\">READ MORE</span></a></div></div></div>\n<!-- /wp:uagb/info-box --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"a28a2ab5\",\"widthDesktop\":50,\"bottomPaddingDesktop\":20,\"rightPaddingDesktop\":32,\"bottomPaddingTablet\":35,\"rightPaddingTablet\":15,\"bottomPaddingMobile\":65,\"paddingLink\":false,\"topMarginDesktop\":0,\"bottomMarginDesktop\":0,\"leftMarginDesktop\":5,\"rightMarginDesktop\":5,\"topMarginMobile\":0,\"bottomMarginMobile\":0,\"leftMarginMobile\":0,\"rightMarginMobile\":0,\"marginLink\":false,\"variationSelected\":true,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-a28a2ab5\"><!-- wp:uagb/info-box {\"classMigrate\":true,\"headingAlign\":\"left\",\"headingColor\":\"\",\"subHeadingColor\":\"\",\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"source_type\":\"image\",\"block_id\":\"57b4b279\",\"ctaIcon\":\"\",\"ctaType\":\"text\",\"ctaText\":\"READ MORE\",\"ctaLink\":\"/the-tuscan-suite/\",\"ctaLinkColor\":\"var(\\u002d\\u002dast-global-color-0)\",\"ctaDecoration\":\"underline\",\"ctaFontSize\":12,\"ctaFontWeight\":\"600\",\"ctaLetterSpacing\":2,\"ctaBorderColor\":\"\",\"ctaBorderStyle\":\"\",\"ctaBorderWidth\":\"\",\"ctaBorderRadius\":\"\",\"iconBottomMargin\":30,\"iconImage\":{\"uploading\":false,\"date\":1670936842000,\"filename\":\"tuscan-suite-raised-bed-and-settee.jpg\",\"menuOrder\":0,\"uploadedTo\":761,\"type\":\"image\",\"subtype\":\"jpeg\",\"id\":864,\"title\":\"tuscan-suite-raised-bed-and-settee\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/tuscan-suite-raised-bed-and-settee.jpg\",\"link\":\"https://blueroan.netgen.cloud/accommodation/tuscan-suite-raised-bed-and-settee/\",\"alt\":\"\",\"author\":\"2\",\"description\":\"\",\"caption\":\"\",\"name\":\"tuscan-suite-raised-bed-and-settee\",\"status\":\"inherit\",\"modified\":1670936842000,\"mime\":\"image/jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-includes/images/media/default.png\",\"dateFormatted\":\"December 13, 2022\",\"nonces\":{\"update\":\"0624a4a01a\",\"delete\":\"9e8f0f7a5a\",\"edit\":\"087f94f2e5\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=864\\u0026action=edit\",\"meta\":false,\"authorName\":\"Netgen Support\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/profile.php\",\"uploadedToTitle\":\"Accommodation\",\"uploadedToLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=761\\u0026action=edit\",\"filesizeInBytes\":41923,\"filesizeHumanReadable\":\"41 KB\",\"context\":\"\",\"height\":400,\"width\":600,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/tuscan-suite-raised-bed-and-settee-150x150.jpg\",\"orientation\":\"landscape\"},\"medium\":{\"height\":200,\"width\":300,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/tuscan-suite-raised-bed-and-settee-300x200.jpg\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/tuscan-suite-raised-bed-and-settee.jpg\",\"height\":400,\"width\":600,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"imageSize\":\"full\",\"imageWidth\":100,\"imageWidthMobile\":100,\"imageWidthTablet\":100,\"paddingBtnTop\":10,\"paddingBtnBottom\":10,\"paddingBtnLeft\":14,\"paddingBtnRight\":14,\"imageWidthUnit\":\"%\",\"imageWidthUnitTablet\":\"%\",\"imageWidthUnitMobile\":\"%\",\"subHeadTopMargin\":0,\"subHeadRightMargin\":40,\"subHeadLeftMargin\":0,\"subHeadMarginTopTablet\":0,\"subHeadMarginRightTablet\":0,\"subHeadTabletSpace\":20,\"subHeadMarginLeftTablet\":0,\"imgTagHeight\":66,\"imgTagWidth\":600,\"btnBorderTopWidth\":1,\"btnBorderLeftWidth\":1,\"btnBorderRightWidth\":1,\"btnBorderBottomWidth\":1,\"btnBorderTopLeftRadius\":0,\"btnBorderTopRightRadius\":0,\"btnBorderBottomLeftRadius\":0,\"btnBorderBottomRightRadius\":0,\"btnBorderStyle\":\"solid\",\"btnBorderColor\":\"#333\"} -->\n<div class=\"wp-block-uagb-info-box uagb-block-57b4b279 uagb-infobox__content-wrap  uagb-infobox-icon-above-title uagb-infobox-image-valign-top\"><div class=\"uagb-ifb-content\"><div class=\"uagb-ifb-image-content\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/tuscan-suite-raised-bed-and-settee.jpg\" alt=\"\" width=\"100\" height=\"66\" loading=\"lazy\"/></div><div class=\"uagb-ifb-title-wrap\"><h3 class=\"uagb-ifb-title\">The Tuscan Suite </h3></div><p class=\"uagb-ifb-desc\">Terra-cotta tiles, textured wall treatments, gorgeous, intricate murals,&nbsp;and simple, durable furniture with elegant iron accents are all characteristics of Tuscan interior design.</p><div class=\"uagb-ifb-button-wrapper wp-block-button\"><a href=\"/the-tuscan-suite/\" target=\"_self\" class=\"uagb-infobox-cta-link\" rel=\"noopener noreferrer\" alt=\"\"><span class=\"uagb-inline-editing\">READ MORE</span></a></div></div></div>\n<!-- /wp:uagb/info-box --></div>\n<!-- /wp:uagb/container --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"314648d6\",\"directionDesktop\":\"row\",\"alignItemsTablet\":\"flex-start\",\"justifyContentDesktop\":\"flex-start\",\"topMarginDesktop\":54,\"bottomMarginDesktop\":0,\"leftMarginDesktop\":0,\"rightMarginDesktop\":0,\"topMarginMobile\":0,\"bottomMarginMobile\":0,\"leftMarginMobile\":0,\"rightMarginMobile\":0,\"marginLink\":false,\"variationSelected\":true,\"rowGapMobile\":0,\"columnGapDesktop\":0} -->\n<div class=\"wp-block-uagb-container uagb-block-314648d6\"><!-- wp:uagb/container {\"block_id\":\"49d1b867\",\"widthDesktop\":50,\"bottomPaddingDesktop\":20,\"rightPaddingDesktop\":32,\"bottomPaddingTablet\":35,\"leftPaddingTablet\":0,\"rightPaddingTablet\":15,\"bottomPaddingMobile\":65,\"paddingLink\":false,\"topMarginDesktop\":0,\"bottomMarginDesktop\":0,\"leftMarginDesktop\":5,\"rightMarginDesktop\":5,\"topMarginMobile\":0,\"bottomMarginMobile\":0,\"leftMarginMobile\":0,\"rightMarginMobile\":0,\"marginLink\":false,\"variationSelected\":true,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-49d1b867\"><!-- wp:uagb/info-box {\"classMigrate\":true,\"headingAlign\":\"left\",\"headingColor\":\"\",\"subHeadingColor\":\"\",\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"source_type\":\"image\",\"block_id\":\"38f846d6\",\"ctaIcon\":\"\",\"ctaType\":\"text\",\"ctaText\":\"READ MORE\",\"ctaLink\":\"/the-bluebush/\",\"ctaLinkColor\":\"var(\\u002d\\u002dast-global-color-0)\",\"ctaDecoration\":\"underline\",\"ctaFontSize\":12,\"ctaFontWeight\":\"600\",\"ctaLetterSpacing\":2,\"ctaBorderColor\":\"\",\"ctaBorderStyle\":\"\",\"ctaBorderWidth\":\"\",\"ctaBorderRadius\":\"\",\"iconBottomMargin\":30,\"iconImage\":{\"uploading\":false,\"date\":1670938945000,\"filename\":\"bluebush-king-bed-and-spa-bath.png\",\"menuOrder\":0,\"uploadedTo\":761,\"type\":\"image\",\"subtype\":\"png\",\"id\":881,\"title\":\"bluebush-king-bed-and-spa-bath\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/bluebush-king-bed-and-spa-bath.png\",\"link\":\"https://blueroan.netgen.cloud/accommodation/bluebush-king-bed-and-spa-bath/\",\"alt\":\"\",\"author\":\"2\",\"description\":\"\",\"caption\":\"\",\"name\":\"bluebush-king-bed-and-spa-bath\",\"status\":\"inherit\",\"modified\":1670938945000,\"mime\":\"image/png\",\"icon\":\"https://blueroan.netgen.cloud/wp-includes/images/media/default.png\",\"dateFormatted\":\"December 13, 2022\",\"nonces\":{\"update\":\"e1c334788a\",\"delete\":\"b219c40b29\",\"edit\":\"273b944edc\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=881\\u0026action=edit\",\"meta\":false,\"authorName\":\"Netgen Support\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/profile.php\",\"uploadedToTitle\":\"Accommodation\",\"uploadedToLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=761\\u0026action=edit\",\"filesizeInBytes\":1195033,\"filesizeHumanReadable\":\"1 MB\",\"context\":\"\",\"height\":667,\"width\":1000,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/bluebush-king-bed-and-spa-bath-150x150.png\",\"orientation\":\"landscape\"},\"medium\":{\"height\":200,\"width\":300,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/bluebush-king-bed-and-spa-bath-300x200.png\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/bluebush-king-bed-and-spa-bath.png\",\"height\":667,\"width\":1000,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"imageSize\":\"full\",\"imageWidth\":100,\"imageWidthMobile\":100,\"imageWidthTablet\":100,\"paddingBtnTop\":10,\"paddingBtnBottom\":10,\"paddingBtnLeft\":14,\"paddingBtnRight\":14,\"imageWidthUnit\":\"%\",\"imageWidthUnitTablet\":\"%\",\"imageWidthUnitMobile\":\"%\",\"subHeadTopMargin\":0,\"subHeadRightMargin\":40,\"subHeadLeftMargin\":0,\"subHeadMarginTopTablet\":0,\"subHeadMarginRightTablet\":0,\"subHeadTabletSpace\":20,\"subHeadMarginLeftTablet\":0,\"imgTagHeight\":66,\"imgTagWidth\":1000,\"btnBorderTopWidth\":1,\"btnBorderLeftWidth\":1,\"btnBorderRightWidth\":1,\"btnBorderBottomWidth\":1,\"btnBorderTopLeftRadius\":0,\"btnBorderTopRightRadius\":0,\"btnBorderBottomLeftRadius\":0,\"btnBorderBottomRightRadius\":0,\"btnBorderStyle\":\"solid\",\"btnBorderColor\":\"#333\"} -->\n<div class=\"wp-block-uagb-info-box uagb-block-38f846d6 uagb-infobox__content-wrap  uagb-infobox-icon-above-title uagb-infobox-image-valign-top\"><div class=\"uagb-ifb-content\"><div class=\"uagb-ifb-image-content\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/bluebush-king-bed-and-spa-bath.png\" alt=\"\" width=\"100\" height=\"66\" loading=\"lazy\"/></div><div class=\"uagb-ifb-title-wrap\"><h3 class=\"uagb-ifb-title\">The Bluebush </h3></div><p class=\"uagb-ifb-desc\">A warm and comforting suite with a very homely feeling. Settle in and alleviate like you would at home. Relax with a perfect corner-shaped spa bath and open-plan&nbsp;living area.</p><div class=\"uagb-ifb-button-wrapper wp-block-button\"><a href=\"/the-bluebush/\" target=\"_self\" class=\"uagb-infobox-cta-link\" rel=\"noopener noreferrer\" alt=\"\"><span class=\"uagb-inline-editing\">READ MORE</span></a></div></div></div>\n<!-- /wp:uagb/info-box --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"cc663b22\",\"widthDesktop\":50,\"bottomPaddingDesktop\":20,\"rightPaddingDesktop\":32,\"bottomPaddingTablet\":35,\"rightPaddingTablet\":15,\"bottomPaddingMobile\":65,\"paddingLink\":false,\"topMarginDesktop\":0,\"bottomMarginDesktop\":0,\"leftMarginDesktop\":5,\"rightMarginDesktop\":5,\"topMarginMobile\":0,\"bottomMarginMobile\":0,\"leftMarginMobile\":0,\"rightMarginMobile\":0,\"marginLink\":false,\"variationSelected\":true,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-cc663b22\"><!-- wp:uagb/info-box {\"classMigrate\":true,\"headingAlign\":\"left\",\"headingColor\":\"\",\"subHeadingColor\":\"\",\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"source_type\":\"image\",\"block_id\":\"5e79ceb6\",\"ctaIcon\":\"\",\"ctaType\":\"text\",\"ctaText\":\"READ MORE\",\"ctaLink\":\"/the-mexican-loft/\",\"ctaLinkColor\":\"var(\\u002d\\u002dast-global-color-0)\",\"ctaDecoration\":\"underline\",\"ctaFontSize\":12,\"ctaFontWeight\":\"600\",\"ctaLetterSpacing\":2,\"ctaBorderColor\":\"\",\"ctaBorderStyle\":\"\",\"ctaBorderWidth\":\"\",\"ctaBorderRadius\":\"\",\"iconBottomMargin\":30,\"iconImage\":{\"uploading\":false,\"date\":1670938831000,\"filename\":\"blue-roan-guest-farm-11.jpg\",\"menuOrder\":0,\"uploadedTo\":761,\"type\":\"image\",\"subtype\":\"jpeg\",\"id\":879,\"title\":\"blue-roan-guest-farm (11)\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-11.jpg\",\"link\":\"https://blueroan.netgen.cloud/accommodation/blue-roan-guest-farm-11/\",\"alt\":\"\",\"author\":\"2\",\"description\":\"\",\"caption\":\"\",\"name\":\"blue-roan-guest-farm-11\",\"status\":\"inherit\",\"modified\":1670938831000,\"mime\":\"image/jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-includes/images/media/default.png\",\"dateFormatted\":\"December 13, 2022\",\"nonces\":{\"update\":\"294125e9db\",\"delete\":\"1a7a578cdb\",\"edit\":\"79b313e573\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=879\\u0026action=edit\",\"meta\":false,\"authorName\":\"Netgen Support\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/profile.php\",\"uploadedToTitle\":\"Accommodation\",\"uploadedToLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=761\\u0026action=edit\",\"filesizeInBytes\":175055,\"filesizeHumanReadable\":\"171 KB\",\"context\":\"\",\"height\":667,\"width\":1000,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-11-150x150.jpg\",\"orientation\":\"landscape\"},\"medium\":{\"height\":200,\"width\":300,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-11-300x200.jpg\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-11.jpg\",\"height\":667,\"width\":1000,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"imageSize\":\"full\",\"imageWidth\":100,\"imageWidthMobile\":100,\"imageWidthTablet\":100,\"paddingBtnTop\":10,\"paddingBtnBottom\":10,\"paddingBtnLeft\":14,\"paddingBtnRight\":14,\"imageWidthUnit\":\"%\",\"imageWidthUnitTablet\":\"%\",\"imageWidthUnitMobile\":\"%\",\"subHeadTopMargin\":0,\"subHeadRightMargin\":40,\"subHeadLeftMargin\":0,\"subHeadMarginTopTablet\":0,\"subHeadMarginRightTablet\":0,\"subHeadTabletSpace\":20,\"subHeadMarginLeftTablet\":0,\"imgTagHeight\":66,\"imgTagWidth\":1000,\"btnBorderTopWidth\":1,\"btnBorderLeftWidth\":1,\"btnBorderRightWidth\":1,\"btnBorderBottomWidth\":1,\"btnBorderTopLeftRadius\":0,\"btnBorderTopRightRadius\":0,\"btnBorderBottomLeftRadius\":0,\"btnBorderBottomRightRadius\":0,\"btnBorderStyle\":\"solid\",\"btnBorderColor\":\"#333\"} -->\n<div class=\"wp-block-uagb-info-box uagb-block-5e79ceb6 uagb-infobox__content-wrap  uagb-infobox-icon-above-title uagb-infobox-image-valign-top\"><div class=\"uagb-ifb-content\"><div class=\"uagb-ifb-image-content\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-11.jpg\" alt=\"\" width=\"100\" height=\"66\" loading=\"lazy\"/></div><div class=\"uagb-ifb-title-wrap\"><h3 class=\"uagb-ifb-title\">The Mexican Loft </h3></div><p class=\"uagb-ifb-desc\">This Mexican-inspired unit is full of bold colors and rustic furnishings. This design style has a multifarious feel, mixing rustic wood, authentic art, textiles, and a vivid palette of color</p><div class=\"uagb-ifb-button-wrapper wp-block-button\"><a href=\"/the-mexican-loft/\" target=\"_self\" class=\"uagb-infobox-cta-link\" rel=\"noopener noreferrer\" alt=\"\"><span class=\"uagb-inline-editing\">READ MORE</span></a></div></div></div>\n<!-- /wp:uagb/info-box --></div>\n<!-- /wp:uagb/container --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"66f932cd\",\"directionDesktop\":\"row\",\"justifyContentDesktop\":\"flex-start\",\"topMarginDesktop\":54,\"bottomMarginDesktop\":0,\"leftMarginDesktop\":0,\"rightMarginDesktop\":0,\"topMarginMobile\":0,\"bottomMarginMobile\":0,\"leftMarginMobile\":0,\"rightMarginMobile\":0,\"marginLink\":false,\"variationSelected\":true,\"rowGapMobile\":0,\"columnGapDesktop\":0} -->\n<div class=\"wp-block-uagb-container uagb-block-66f932cd\"><!-- wp:uagb/container {\"block_id\":\"7e056f71\",\"widthDesktop\":50,\"bottomPaddingDesktop\":20,\"rightPaddingDesktop\":32,\"bottomPaddingTablet\":35,\"rightPaddingTablet\":15,\"bottomPaddingMobile\":65,\"paddingLink\":false,\"topMarginDesktop\":0,\"bottomMarginDesktop\":0,\"leftMarginDesktop\":5,\"rightMarginDesktop\":5,\"topMarginMobile\":0,\"bottomMarginMobile\":0,\"leftMarginMobile\":0,\"rightMarginMobile\":0,\"marginLink\":false,\"variationSelected\":true,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-7e056f71\"><!-- wp:uagb/info-box {\"classMigrate\":true,\"headingAlign\":\"left\",\"headingColor\":\"\",\"subHeadingColor\":\"\",\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"source_type\":\"image\",\"block_id\":\"54a0f57a\",\"ctaIcon\":\"\",\"ctaType\":\"text\",\"ctaText\":\"READ MORE\",\"ctaLink\":\"/the-acacia/\",\"ctaLinkColor\":\"var(\\u002d\\u002dast-global-color-0)\",\"ctaDecoration\":\"underline\",\"ctaFontSize\":12,\"ctaFontWeight\":\"600\",\"ctaLetterSpacing\":2,\"ctaBorderColor\":\"\",\"ctaBorderStyle\":\"\",\"ctaBorderWidth\":\"\",\"ctaBorderRadius\":\"\",\"iconBottomMargin\":30,\"iconImage\":{\"uploading\":false,\"date\":1670939381000,\"filename\":\"acacia-lounge.jpg\",\"menuOrder\":0,\"uploadedTo\":761,\"type\":\"image\",\"subtype\":\"jpeg\",\"id\":885,\"title\":\"acacia-lounge\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/acacia-lounge.jpg\",\"link\":\"https://blueroan.netgen.cloud/accommodation/acacia-lounge/\",\"alt\":\"\",\"author\":\"2\",\"description\":\"\",\"caption\":\"\",\"name\":\"acacia-lounge\",\"status\":\"inherit\",\"modified\":1670939381000,\"mime\":\"image/jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-includes/images/media/default.png\",\"dateFormatted\":\"December 13, 2022\",\"nonces\":{\"update\":\"17e284dc72\",\"delete\":\"0967fb8415\",\"edit\":\"99ac1eb1a8\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=885\\u0026action=edit\",\"meta\":false,\"authorName\":\"Netgen Support\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/profile.php\",\"uploadedToTitle\":\"Accommodation\",\"uploadedToLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=761\\u0026action=edit\",\"filesizeInBytes\":37270,\"filesizeHumanReadable\":\"36 KB\",\"context\":\"\",\"height\":400,\"width\":600,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/acacia-lounge-150x150.jpg\",\"orientation\":\"landscape\"},\"medium\":{\"height\":200,\"width\":300,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/acacia-lounge-300x200.jpg\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/acacia-lounge.jpg\",\"height\":400,\"width\":600,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"imageSize\":\"full\",\"imageWidth\":100,\"imageWidthMobile\":100,\"imageWidthTablet\":100,\"paddingBtnTop\":10,\"paddingBtnBottom\":10,\"paddingBtnLeft\":14,\"paddingBtnRight\":14,\"imageWidthUnit\":\"%\",\"imageWidthUnitTablet\":\"%\",\"imageWidthUnitMobile\":\"%\",\"subHeadTopMargin\":0,\"subHeadRightMargin\":40,\"subHeadLeftMargin\":0,\"subHeadMarginTopTablet\":0,\"subHeadMarginRightTablet\":0,\"subHeadTabletSpace\":20,\"subHeadMarginLeftTablet\":0,\"imgTagHeight\":66,\"imgTagWidth\":600,\"btnBorderTopWidth\":1,\"btnBorderLeftWidth\":1,\"btnBorderRightWidth\":1,\"btnBorderBottomWidth\":1,\"btnBorderTopLeftRadius\":0,\"btnBorderTopRightRadius\":0,\"btnBorderBottomLeftRadius\":0,\"btnBorderBottomRightRadius\":0,\"btnBorderStyle\":\"solid\",\"btnBorderColor\":\"#333\"} -->\n<div class=\"wp-block-uagb-info-box uagb-block-54a0f57a uagb-infobox__content-wrap  uagb-infobox-icon-above-title uagb-infobox-image-valign-top\"><div class=\"uagb-ifb-content\"><div class=\"uagb-ifb-image-content\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/acacia-lounge.jpg\" alt=\"\" width=\"100\" height=\"66\" loading=\"lazy\"/></div><div class=\"uagb-ifb-title-wrap\"><h3 class=\"uagb-ifb-title\">The Acacia </h3></div><p class=\"uagb-ifb-desc\">The Acacia tree inspired the name of our largest unit. The wide open-concept living space of this rustic, rough-hewn unit opens onto a covered patio with a brick braai area.</p><div class=\"uagb-ifb-button-wrapper wp-block-button\"><a href=\"/the-acacia/\" target=\"_self\" class=\"uagb-infobox-cta-link\" rel=\"noopener noreferrer\" alt=\"\"><span class=\"uagb-inline-editing\">READ MORE</span></a></div></div></div>\n<!-- /wp:uagb/info-box --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"8c3312e9\",\"widthDesktop\":50,\"bottomPaddingDesktop\":20,\"rightPaddingDesktop\":32,\"bottomPaddingTablet\":35,\"rightPaddingTablet\":15,\"paddingLink\":false,\"topMarginDesktop\":0,\"bottomMarginDesktop\":0,\"leftMarginDesktop\":5,\"rightMarginDesktop\":5,\"topMarginMobile\":0,\"bottomMarginMobile\":0,\"leftMarginMobile\":0,\"rightMarginMobile\":0,\"marginLink\":false,\"variationSelected\":true,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-8c3312e9\"><!-- wp:uagb/info-box {\"classMigrate\":true,\"headingAlign\":\"left\",\"headingColor\":\"\",\"subHeadingColor\":\"\",\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"source_type\":\"image\",\"block_id\":\"8e59657b\",\"ctaIcon\":\"\",\"ctaType\":\"text\",\"ctaText\":\"READ MORE\",\"ctaLinkColor\":\"var(\\u002d\\u002dast-global-color-0)\",\"ctaDecoration\":\"underline\",\"ctaFontSize\":12,\"ctaFontWeight\":\"600\",\"ctaLetterSpacing\":2,\"ctaBorderColor\":\"\",\"ctaBorderStyle\":\"\",\"ctaBorderWidth\":\"\",\"ctaBorderRadius\":\"\",\"iconBottomMargin\":30,\"iconImage\":{\"id\":837,\"title\":\"blue-roan-guest-farm-8\",\"filename\":\"blue-roan-guest-farm-8.jpg\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-8.jpg\",\"link\":\"https://blueroan.netgen.cloud/home/blue-roan-guest-farm-8/\",\"alt\":\"\",\"author\":\"2\",\"description\":\"\",\"caption\":\"\",\"name\":\"blue-roan-guest-farm-8\",\"status\":\"inherit\",\"uploadedTo\":760,\"date\":\"2022-12-13T11:55:28.000Z\",\"modified\":\"2022-12-13T11:55:28.000Z\",\"menuOrder\":0,\"mime\":\"image/jpeg\",\"type\":\"image\",\"subtype\":\"jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-includes/images/media/default.png\",\"dateFormatted\":\"December 13, 2022\",\"nonces\":{\"update\":\"e297386797\",\"delete\":\"bce21c37a3\",\"edit\":\"b27dcb4293\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=837\\u0026action=edit\",\"meta\":false,\"authorName\":\"Netgen Support\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/profile.php\",\"uploadedToTitle\":\"Home\",\"uploadedToLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=760\\u0026action=edit\",\"filesizeInBytes\":208219,\"filesizeHumanReadable\":\"203 KB\",\"context\":\"\",\"height\":795,\"width\":1200,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-8-150x150.jpg\",\"orientation\":\"landscape\"},\"medium\":{\"height\":199,\"width\":300,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-8-300x199.jpg\",\"orientation\":\"landscape\"},\"large\":{\"height\":678,\"width\":1024,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-8-1024x678.jpg\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-8.jpg\",\"height\":795,\"width\":1200,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"imageSize\":\"full\",\"imageWidth\":100,\"imageWidthMobile\":100,\"imageWidthTablet\":100,\"paddingBtnTop\":10,\"paddingBtnBottom\":10,\"paddingBtnLeft\":14,\"paddingBtnRight\":14,\"imageWidthUnit\":\"%\",\"imageWidthUnitTablet\":\"%\",\"imageWidthUnitMobile\":\"%\",\"subHeadTopMargin\":0,\"subHeadRightMargin\":40,\"subHeadLeftMargin\":0,\"subHeadMarginTopTablet\":0,\"subHeadMarginRightTablet\":0,\"subHeadTabletSpace\":20,\"subHeadMarginLeftTablet\":0,\"imgTagHeight\":66,\"imgTagWidth\":1200,\"btnBorderTopWidth\":1,\"btnBorderLeftWidth\":1,\"btnBorderRightWidth\":1,\"btnBorderBottomWidth\":1,\"btnBorderTopLeftRadius\":0,\"btnBorderTopRightRadius\":0,\"btnBorderBottomLeftRadius\":0,\"btnBorderBottomRightRadius\":0,\"btnBorderStyle\":\"solid\",\"btnBorderColor\":\"#333\"} -->\n<div class=\"wp-block-uagb-info-box uagb-block-8e59657b uagb-infobox__content-wrap  uagb-infobox-icon-above-title uagb-infobox-image-valign-top\"><div class=\"uagb-ifb-content\"><div class=\"uagb-ifb-image-content\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-8.jpg\" alt=\"\" width=\"100\" height=\"66\" loading=\"lazy\"/></div><div class=\"uagb-ifb-title-wrap\"><h3 class=\"uagb-ifb-title\">The Greek Villa </h3></div><p class=\"uagb-ifb-desc\">Designed like a Greek villa this Mediterranean style reflects a relaxed atmosphere with its dominant white walls and blue ceilings with lovely rustic furnishings</p><div class=\"uagb-ifb-button-wrapper wp-block-button\"><a href=\"\" target=\"_self\" class=\"uagb-infobox-cta-link uagb-disable-link\" rel=\"noopener noreferrer\" alt=\"\"><span class=\"uagb-inline-editing\">READ MORE</span></a></div></div></div>\n<!-- /wp:uagb/info-box --></div>\n<!-- /wp:uagb/container --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"21c9cee4\",\"directionDesktop\":\"row\",\"justifyContentDesktop\":\"flex-start\",\"topMarginDesktop\":54,\"bottomMarginDesktop\":0,\"leftMarginDesktop\":0,\"rightMarginDesktop\":0,\"topMarginMobile\":0,\"bottomMarginMobile\":0,\"leftMarginMobile\":0,\"rightMarginMobile\":0,\"marginLink\":false,\"variationSelected\":true,\"rowGapMobile\":0,\"columnGapDesktop\":0} -->\n<div class=\"wp-block-uagb-container uagb-block-21c9cee4\"><!-- wp:uagb/container {\"block_id\":\"72ef7e58\",\"widthDesktop\":50,\"bottomPaddingDesktop\":20,\"rightPaddingDesktop\":32,\"bottomPaddingTablet\":35,\"rightPaddingTablet\":15,\"bottomPaddingMobile\":65,\"paddingLink\":false,\"topMarginDesktop\":0,\"bottomMarginDesktop\":0,\"leftMarginDesktop\":5,\"rightMarginDesktop\":5,\"topMarginMobile\":0,\"bottomMarginMobile\":0,\"leftMarginMobile\":0,\"rightMarginMobile\":0,\"marginLink\":false,\"variationSelected\":true,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-72ef7e58\"><!-- wp:uagb/info-box {\"classMigrate\":true,\"headingAlign\":\"left\",\"headingColor\":\"\",\"subHeadingColor\":\"\",\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"source_type\":\"image\",\"block_id\":\"255ec9b8\",\"ctaIcon\":\"\",\"ctaType\":\"text\",\"ctaText\":\"READ MORE\",\"ctaLinkColor\":\"var(\\u002d\\u002dast-global-color-0)\",\"ctaDecoration\":\"underline\",\"ctaFontSize\":12,\"ctaFontWeight\":\"600\",\"ctaLetterSpacing\":2,\"ctaBorderColor\":\"\",\"ctaBorderStyle\":\"\",\"ctaBorderWidth\":\"\",\"ctaBorderRadius\":\"\",\"iconBottomMargin\":30,\"iconImage\":{\"uploading\":false,\"date\":1670943128000,\"filename\":\"AAEAAQAAAAAAAAAAAAAAJDkwZDA0NDg0LWIwNTctNGVlNy05Y2NjLWNjNDllODBmZTI3OA.png\",\"menuOrder\":0,\"uploadedTo\":761,\"type\":\"image\",\"subtype\":\"png\",\"id\":896,\"title\":\"AAEAAQAAAAAAAAAAAAAAJDkwZDA0NDg0LWIwNTctNGVlNy05Y2NjLWNjNDllODBmZTI3OA\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAAJDkwZDA0NDg0LWIwNTctNGVlNy05Y2NjLWNjNDllODBmZTI3OA.png\",\"link\":\"https://blueroan.netgen.cloud/accommodation/aaeaaqaaaaaaaaaaaaaajdkwzda0ndg0lwiwntctngvlny05y2njlwnjndllodbmzti3oa/\",\"alt\":\"Honeymoon suite bedroom \",\"author\":\"2\",\"description\":\"\",\"caption\":\"\",\"name\":\"aaeaaqaaaaaaaaaaaaaajdkwzda0ndg0lwiwntctngvlny05y2njlwnjndllodbmzti3oa\",\"status\":\"inherit\",\"modified\":1670943128000,\"mime\":\"image/png\",\"icon\":\"https://blueroan.netgen.cloud/wp-includes/images/media/default.png\",\"dateFormatted\":\"December 13, 2022\",\"nonces\":{\"update\":\"ef5e68588c\",\"delete\":\"c4dba1213a\",\"edit\":\"aea99f65e2\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=896\\u0026action=edit\",\"meta\":false,\"authorName\":\"Netgen Support\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/profile.php\",\"uploadedToTitle\":\"Accommodation\",\"uploadedToLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=761\\u0026action=edit\",\"filesizeInBytes\":1088370,\"filesizeHumanReadable\":\"1 MB\",\"context\":\"\",\"height\":861,\"width\":1300,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAAJDkwZDA0NDg0LWIwNTctNGVlNy05Y2NjLWNjNDllODBmZTI3OA-150x150.png\",\"orientation\":\"landscape\"},\"medium\":{\"height\":199,\"width\":300,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAAJDkwZDA0NDg0LWIwNTctNGVlNy05Y2NjLWNjNDllODBmZTI3OA-300x199.png\",\"orientation\":\"landscape\"},\"large\":{\"height\":678,\"width\":1024,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAAJDkwZDA0NDg0LWIwNTctNGVlNy05Y2NjLWNjNDllODBmZTI3OA-1024x678.png\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAAJDkwZDA0NDg0LWIwNTctNGVlNy05Y2NjLWNjNDllODBmZTI3OA.png\",\"height\":861,\"width\":1300,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"imageSize\":\"full\",\"imageWidth\":100,\"imageWidthMobile\":100,\"imageWidthTablet\":100,\"paddingBtnTop\":10,\"paddingBtnBottom\":10,\"paddingBtnLeft\":14,\"paddingBtnRight\":14,\"imageWidthUnit\":\"%\",\"imageWidthUnitTablet\":\"%\",\"imageWidthUnitMobile\":\"%\",\"subHeadTopMargin\":0,\"subHeadRightMargin\":40,\"subHeadLeftMargin\":0,\"subHeadMarginTopTablet\":0,\"subHeadMarginRightTablet\":0,\"subHeadTabletSpace\":20,\"subHeadMarginLeftTablet\":0,\"imgTagHeight\":66,\"imgTagWidth\":1300,\"btnBorderTopWidth\":1,\"btnBorderLeftWidth\":1,\"btnBorderRightWidth\":1,\"btnBorderBottomWidth\":1,\"btnBorderTopLeftRadius\":0,\"btnBorderTopRightRadius\":0,\"btnBorderBottomLeftRadius\":0,\"btnBorderBottomRightRadius\":0,\"btnBorderStyle\":\"solid\",\"btnBorderColor\":\"#333\"} -->\n<div class=\"wp-block-uagb-info-box uagb-block-255ec9b8 uagb-infobox__content-wrap  uagb-infobox-icon-above-title uagb-infobox-image-valign-top\"><div class=\"uagb-ifb-content\"><div class=\"uagb-ifb-image-content\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAAJDkwZDA0NDg0LWIwNTctNGVlNy05Y2NjLWNjNDllODBmZTI3OA.png\" alt=\"Honeymoon suite bedroom \" width=\"100\" height=\"66\" loading=\"lazy\"/></div><div class=\"uagb-ifb-title-wrap\"><h3 class=\"uagb-ifb-title\">The Honeymoon suite</h3></div><p class=\"uagb-ifb-desc\">This&nbsp;<a href=\"https://www.collinsdictionary.com/dictionary/english/suite\">suite</a>&nbsp;is perfect for couples - This is an open-plan unit attached to the side of the main house, completely private with its own entrance, own garden, and carport.&nbsp;</p><div class=\"uagb-ifb-button-wrapper wp-block-button\"><a href=\"\" target=\"_self\" class=\"uagb-infobox-cta-link uagb-disable-link\" rel=\"noopener noreferrer\" alt=\"\"><span class=\"uagb-inline-editing\">READ MORE</span></a></div></div></div>\n<!-- /wp:uagb/info-box --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"70bdc43a\",\"widthDesktop\":50,\"bottomPaddingDesktop\":20,\"rightPaddingDesktop\":32,\"bottomPaddingTablet\":35,\"rightPaddingTablet\":15,\"paddingLink\":false,\"topMarginDesktop\":0,\"bottomMarginDesktop\":0,\"leftMarginDesktop\":5,\"rightMarginDesktop\":5,\"topMarginMobile\":0,\"bottomMarginMobile\":0,\"leftMarginMobile\":0,\"rightMarginMobile\":0,\"marginLink\":false,\"variationSelected\":true,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-70bdc43a\"></div>\n<!-- /wp:uagb/container --></div>\n<!-- /wp:uagb/container --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"13f5571e\",\"innerContentCustomWidthDesktop\":781,\"innerContentCustomWidthTablet\":781,\"backgroundType\":\"image\",\"backgroundImageDesktop\":{\"uploading\":false,\"date\":1670943271000,\"filename\":\"AAEAAQAAAAAAAAAAAAAA39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba.png\",\"menuOrder\":0,\"uploadedTo\":761,\"type\":\"image\",\"subtype\":\"png\",\"id\":899,\"title\":\"AAEAAQAAAAAAAAAAAAAA39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAA39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba.png\",\"link\":\"https://blueroan.netgen.cloud/accommodation/aaeaaqaaaaaaaaaaaaaa39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba/\",\"alt\":\"\",\"author\":\"2\",\"description\":\"\",\"caption\":\"\",\"name\":\"aaeaaqaaaaaaaaaaaaaa39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba\",\"status\":\"inherit\",\"modified\":1670943271000,\"mime\":\"image/png\",\"icon\":\"https://blueroan.netgen.cloud/wp-includes/images/media/default.png\",\"dateFormatted\":\"December 13, 2022\",\"nonces\":{\"update\":\"45b2b6c69b\",\"delete\":\"75d81c42ab\",\"edit\":\"88fae030a9\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=899\\u0026action=edit\",\"meta\":false,\"authorName\":\"Netgen Support\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/profile.php\",\"uploadedToTitle\":\"Accommodation\",\"uploadedToLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=761\\u0026action=edit\",\"filesizeInBytes\":2338048,\"filesizeHumanReadable\":\"2 MB\",\"context\":\"\",\"height\":900,\"width\":1200,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAA39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba-150x150.png\",\"orientation\":\"landscape\"},\"medium\":{\"height\":225,\"width\":300,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAA39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba-300x225.png\",\"orientation\":\"landscape\"},\"large\":{\"height\":768,\"width\":1024,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAA39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba-1024x768.png\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAA39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba.png\",\"height\":900,\"width\":1200,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"backgroundImageColor\":\"rgba(42,42,42,0.65)\",\"topPaddingDesktop\":144,\"bottomPaddingDesktop\":144,\"leftPaddingDesktop\":40,\"rightPaddingDesktop\":40,\"topPaddingTablet\":80,\"bottomPaddingTablet\":80,\"leftPaddingTablet\":40,\"rightPaddingTablet\":40,\"topPaddingMobile\":64,\"bottomPaddingMobile\":64,\"leftPaddingMobile\":24,\"rightPaddingMobile\":24,\"paddingLink\":false,\"variationSelected\":true,\"isBlockRootParent\":true,\"overlayType\":\"color\"} -->\n<div class=\"wp-block-uagb-container uagb-block-13f5571e alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/advanced-heading {\"block_id\":\"7bce23cd\",\"classMigrate\":true,\"headingDescToggle\":true,\"headingAlign\":\"center\",\"headingColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"subHeadingColor\":\"var(\\u002d\\u002dast-global-color-4)\",\"headSpace\":20} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-7bce23cd\"><h2 class=\"uagb-heading-text\">Plan an Unforgettable Experience at<br>Blue Roan!</h2><p class=\"uagb-desc-text\">We can help you fit your stay and experience within your allotted budget.</p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/advanced-heading {\"block_id\":\"8bc7cf0e\",\"classMigrate\":true,\"headingTitleToggle\":false,\"headingDescToggle\":true,\"headingAlign\":\"center\",\"subHeadingColor\":\"var(\\u002d\\u002dast-global-color-4)\",\"subHeadTransform\":\"uppercase\",\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"subHeadLetterSpacing\":2,\"blockTopPadding\":60,\"blockRightPadding\":0,\"blockLeftPadding\":0,\"blockBottomPadding\":0,\"blockTopPaddingMobile\":30,\"blockRightPaddingMobile\":0,\"blockLeftPaddingMobile\":0,\"blockBottomPaddingMobile\":0} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-8bc7cf0e\"><p class=\"uagb-desc-text\">BOOK YOUR STAY NOW​</p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/icon-list {\"block_id\":\"a4b697a2\",\"classMigrate\":true,\"childMigrate\":true,\"align\":\"center\",\"parentIcon\":\"phone\",\"size\":40,\"sizeMobile\":24,\"sizeTablet\":32,\"fontSize\":48,\"fontSizeMobile\":28,\"fontSizeTablet\":40,\"fontWeight\":\"600\",\"iconColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"labelColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"blockTopPadding\":0,\"blockRightPadding\":0,\"blockLeftPadding\":0,\"blockBottomPadding\":24,\"blockPaddingLink\":false} -->\n<div class=\"wp-block-uagb-icon-list uagb-block-a4b697a2\"><div class=\"uagb-icon-list__wrap\"><!-- wp:uagb/icon-list-child {\"block_id\":\"0ed2fe7f\",\"label\":\" + 27 (0) 82 575 5409\",\"label_color\":\"\",\"link\":\"tel:+27825755409\",\"disableLink\":true,\"fromParentIcon\":\"phone\",\"imageSizeChild\":40} -->\n<div class=\"wp-block-uagb-icon-list-child uagb-block-0ed2fe7f\"><a target=\"_self\" aria-label=\" + 27 (0) 82 575 5409\" rel=\"noopener noreferrer\" href=\"tel:+27825755409\"> </a><span class=\"uagb-icon-list__source-wrap\"><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M511.2 387l-23.25 100.8c-3.266 14.25-15.79 24.22-30.46 24.22C205.2 512 0 306.8 0 54.5c0-14.66 9.969-27.2 24.22-30.45l100.8-23.25C139.7-2.602 154.7 5.018 160.8 18.92l46.52 108.5c5.438 12.78 1.77 27.67-8.98 36.45L144.5 207.1c33.98 69.22 90.26 125.5 159.5 159.5l44.08-53.8c8.688-10.78 23.69-14.51 36.47-8.975l108.5 46.51C506.1 357.2 514.6 372.4 511.2 387z\"></path></svg></span><span class=\"uagb-icon-list__label\"> + 27 (0) 82 575 5409</span></div>\n<!-- /wp:uagb/icon-list-child -->\n\n<!-- wp:uagb/icon-list-child {\"block_id\":\"0a1d7ff9\",\"label\":\"blueroan@ugo.co.za\",\"icon\":\"envelope\",\"label_color\":\"\",\"link\":\"mailto:blueroan@ugo.co.za\",\"disableLink\":true,\"fromParentIcon\":\"phone\",\"imageSizeChild\":40} -->\n<div class=\"wp-block-uagb-icon-list-child uagb-block-0a1d7ff9\"><a target=\"_self\" aria-label=\"blueroan@ugo.co.za\" rel=\"noopener noreferrer\" href=\"mailto:blueroan@ugo.co.za\"> </a><span class=\"uagb-icon-list__source-wrap\"><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M464 64C490.5 64 512 85.49 512 112C512 127.1 504.9 141.3 492.8 150.4L275.2 313.6C263.8 322.1 248.2 322.1 236.8 313.6L19.2 150.4C7.113 141.3 0 127.1 0 112C0 85.49 21.49 64 48 64H464zM217.6 339.2C240.4 356.3 271.6 356.3 294.4 339.2L512 176V384C512 419.3 483.3 448 448 448H64C28.65 448 0 419.3 0 384V176L217.6 339.2z\"></path></svg></span><span class=\"uagb-icon-list__label\">blueroan@ugo.co.za</span></div>\n<!-- /wp:uagb/icon-list-child --></div></div>\n<!-- /wp:uagb/icon-list --></div></div>\n<!-- /wp:uagb/container -->',	'Accommodation',	'',	'inherit',	'closed',	'closed',	'',	'761-revision-v1',	'',	'',	'2022-12-14 11:38:44',	'2022-12-14 11:38:44',	'',	761,	'https://blueroan.netgen.cloud/?p=1059',	0,	'revision',	'',	0),
(1061,	2,	'2022-12-14 11:39:21',	'2022-12-14 11:39:21',	'<!-- wp:uagb/container {\"block_id\":\"6665feda\",\"backgroundType\":\"image\",\"backgroundImageDesktop\":{\"id\":879,\"title\":\"blue-roan-guest-farm (11)\",\"filename\":\"blue-roan-guest-farm-11.jpg\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-11.jpg\",\"link\":\"https://blueroan.netgen.cloud/accommodation/blue-roan-guest-farm-11/\",\"alt\":\"\",\"author\":\"2\",\"description\":\"\",\"caption\":\"\",\"name\":\"blue-roan-guest-farm-11\",\"status\":\"inherit\",\"uploadedTo\":761,\"date\":\"2022-12-13T13:40:31.000Z\",\"modified\":\"2022-12-13T13:40:31.000Z\",\"menuOrder\":0,\"mime\":\"image/jpeg\",\"type\":\"image\",\"subtype\":\"jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-includes/images/media/default.png\",\"dateFormatted\":\"December 13, 2022\",\"nonces\":{\"update\":\"d402447c49\",\"delete\":\"b223bf1bfb\",\"edit\":\"12a4062084\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=879\\u0026action=edit\",\"meta\":false,\"authorName\":\"Netgen Support\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/profile.php\",\"uploadedToTitle\":\"Accommodation\",\"uploadedToLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=761\\u0026action=edit\",\"filesizeInBytes\":175055,\"filesizeHumanReadable\":\"171 KB\",\"context\":\"\",\"height\":667,\"width\":1000,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-11-150x150.jpg\",\"orientation\":\"landscape\"},\"medium\":{\"height\":200,\"width\":300,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-11-300x200.jpg\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-11.jpg\",\"height\":667,\"width\":1000,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"backgroundPositionDesktop\":{\"x\":0.47,\"y\":0.54},\"backgroundSizeTablet\":\"cover\",\"backgroundSizeMobile\":\"cover\",\"backgroundColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"backgroundImageColor\":\"rgba(42,42,42,0.5)\",\"topPaddingDesktop\":220,\"bottomPaddingDesktop\":150,\"topPaddingTablet\":170,\"bottomPaddingTablet\":160,\"leftPaddingTablet\":30,\"rightPaddingTablet\":30,\"topPaddingMobile\":180,\"bottomPaddingMobile\":80,\"leftPaddingMobile\":20,\"rightPaddingMobile\":20,\"paddingLink\":false,\"variationSelected\":true,\"isBlockRootParent\":true,\"overlayType\":\"color\"} -->\n<div class=\"wp-block-uagb-container uagb-block-6665feda alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/advanced-heading {\"block_id\":\"417c2944\",\"classMigrate\":true,\"headingDescToggle\":true,\"headingColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"subHeadingColor\":\"var(\\u002d\\u002dast-global-color-4)\",\"headingTag\":\"h1\",\"headSpace\":20,\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"blockTopPadding\":0,\"blockRightPadding\":50,\"blockLeftPadding\":0,\"blockBottomPadding\":0,\"blockTopPaddingTablet\":0,\"blockRightPaddingTablet\":20,\"blockLeftPaddingTablet\":0,\"blockBottomPaddingTablet\":0,\"blockTopPaddingMobile\":0,\"blockRightPaddingMobile\":0,\"blockLeftPaddingMobile\":0,\"blockBottomPaddingMobile\":0,\"blockPaddingUnit\":\"%\",\"blockPaddingUnitTablet\":\"%\"} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-417c2944\"><h1 class=\"uagb-heading-text\">The Acacia suite</h1><p class=\"uagb-desc-text\">We called the biggest unit after the Acacia tree. This apartment is rustic and unpretentious and includes a large open-concept living room that leads to a covered patio with a brick braai area.</p></div>\n<!-- /wp:uagb/advanced-heading --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"9e9d5285\",\"backgroundType\":\"color\",\"backgroundSizeTablet\":\"cover\",\"backgroundSizeMobile\":\"cover\",\"backgroundColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"topPaddingDesktop\":120,\"bottomPaddingDesktop\":60,\"rightPaddingDesktop\":0,\"topPaddingTablet\":80,\"bottomPaddingTablet\":80,\"leftPaddingTablet\":30,\"rightPaddingTablet\":30,\"topPaddingMobile\":80,\"bottomPaddingMobile\":80,\"leftPaddingMobile\":20,\"rightPaddingMobile\":20,\"paddingLink\":false,\"variationSelected\":true,\"rowGapDesktop\":0,\"isBlockRootParent\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-9e9d5285 alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/container {\"block_id\":\"5774a58b\",\"directionDesktop\":\"row\",\"alignItemsDesktop\":\"flex-end\",\"alignItemsTablet\":\"flex-end\",\"justifyContentDesktop\":\"flex-end\",\"justifyContentTablet\":\"space-between\",\"variationSelected\":true,\"rowGapMobile\":20,\"columnGapDesktop\":0} -->\n<div class=\"wp-block-uagb-container uagb-block-5774a58b\"><!-- wp:uagb/advanced-heading {\"block_id\":\"a1ddd67b\",\"classMigrate\":true,\"headingDescToggle\":true,\"subHeadingColor\":\"\",\"headSpace\":20,\"subHeadFontSize\":16} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-a1ddd67b\"><h2 class=\"uagb-heading-text\">Come &amp; Stay With Us​ at The Acacia suite</h2><p class=\"uagb-desc-text\">This is the largest unit and is at the end of the row. &nbsp;It has one bedroom, a separate bathroom, and a spacious open plan living area opening onto a covered patio with brick braai and comfortable outside furniture. &nbsp;It has a large grassy, fenced, and gated garden.</p></div>\n<!-- /wp:uagb/advanced-heading --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:heading -->\n<h2>The bedroom </h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>This room contains the following: </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list -->\n<ul><!-- wp:list-item -->\n<li>Extra-length queen bed with electric blanket</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Dressing table</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Wall mounted heater</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Oil heater &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Ceiling fan</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Oil heater</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Hair dryer and dressing gowns</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Good quality linen</li>\n<!-- /wp:list-item --></ul>\n<!-- /wp:list --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":1049,\"width\":500,\"height\":334,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full is-resized\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/241548_798x533.jpg\" alt=\"\" class=\"wp-image-1049\" width=\"500\" height=\"334\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":1051,\"width\":500,\"height\":334,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full is-resized\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/241550_798x533.jpg\" alt=\"\" class=\"wp-image-1051\" width=\"500\" height=\"334\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:heading -->\n<h2>The bathroom</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>This room contains the following</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list -->\n<ul><!-- wp:list-item -->\n<li>Corner-shaped spa bath with 6 jets</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Separate shower</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Toilet and basin</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Towels</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Soap, bubble bath &amp; candles, toiletries and toilet paper</li>\n<!-- /wp:list-item --></ul>\n<!-- /wp:list --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:heading -->\n<h2>The Lounge</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>This room contains the following: </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list -->\n<ul><!-- wp:list-item -->\n<li>Log fireplace</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>3-piece upholstered lounge suite</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Additional 3 seater sofa for convenience positioned on the other side of the unit (This sofa can be changed to a single or double bed for extra accommodation by arrangement)</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>TV&nbsp;(DSTV - commercial bouquet with Sports, movies, Mnet, SABC 1,2 3 and Etv)</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>DVD player</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Dining table and 4 chairs</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Books and playing cards</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Glass sliding door out to the patio</li>\n<!-- /wp:list-item --></ul>\n<!-- /wp:list --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":1052,\"width\":500,\"height\":334,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full is-resized\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/241545_798x533.jpg\" alt=\"\" class=\"wp-image-1052\" width=\"500\" height=\"334\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":1054,\"width\":500,\"height\":334,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full is-resized\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/241547_798x533.jpg\" alt=\"The kitchen in the Acacia suite at the Blue Roan country lodge \" class=\"wp-image-1054\" width=\"500\" height=\"334\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:heading -->\n<h2>The kitchen</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>This room contains the following</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list -->\n<ul><!-- wp:list-item -->\n<li>4 plate gas stove and oven</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Microwave oven, kettle, toaster</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Fridge with top freezer compartment</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Pots, pans, cutlery, crockery, wine &amp; champagne glasses</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>All kitchen utensils</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Ironing board and iron</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>All cleaning cloths and detergents and washing up liquid</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Paper towel, salt, pepper, tea, coffee and sugar</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Braai tongs</li>\n<!-- /wp:list-item --></ul>\n<!-- /wp:list --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:heading -->\n<h2>The large patio with <br>mountain views</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>This room contains the following: </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list -->\n<ul><!-- wp:list-item -->\n<li>Chairs with cushions</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Glass table</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Brick braai</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Decorative lighting</li>\n<!-- /wp:list-item --></ul>\n<!-- /wp:list --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":1055,\"width\":500,\"height\":334,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full is-resized\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/241544_798x533.jpg\" alt=\"\" class=\"wp-image-1055\" width=\"500\" height=\"334\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:heading {\"textAlign\":\"center\"} -->\n<h2 class=\"has-text-align-center\">Book your stay </h2>\n<!-- /wp:heading -->\n\n<!-- wp:buttons -->\n<div class=\"wp-block-buttons\"><!-- wp:button {\"align\":\"center\"} -->\n<div class=\"wp-block-button aligncenter\"><a class=\"wp-block-button__link wp-element-button\" href=\"https://book.nightsbridge.com/11065\" target=\"_blank\" rel=\"noreferrer noopener\">Reservations</a></div>\n<!-- /wp:button -->\n\n<!-- wp:button /--></div>\n<!-- /wp:buttons --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"25500018\",\"innerContentCustomWidthDesktop\":781,\"innerContentCustomWidthTablet\":781,\"backgroundType\":\"image\",\"backgroundImageDesktop\":{\"uploading\":false,\"date\":1670943271000,\"filename\":\"AAEAAQAAAAAAAAAAAAAA39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba.png\",\"menuOrder\":0,\"uploadedTo\":761,\"type\":\"image\",\"subtype\":\"png\",\"id\":899,\"title\":\"AAEAAQAAAAAAAAAAAAAA39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAA39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba.png\",\"link\":\"https://blueroan.netgen.cloud/accommodation/aaeaaqaaaaaaaaaaaaaa39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba/\",\"alt\":\"\",\"author\":\"2\",\"description\":\"\",\"caption\":\"\",\"name\":\"aaeaaqaaaaaaaaaaaaaa39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba\",\"status\":\"inherit\",\"modified\":1670943271000,\"mime\":\"image/png\",\"icon\":\"https://blueroan.netgen.cloud/wp-includes/images/media/default.png\",\"dateFormatted\":\"December 13, 2022\",\"nonces\":{\"update\":\"45b2b6c69b\",\"delete\":\"75d81c42ab\",\"edit\":\"88fae030a9\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=899\\u0026action=edit\",\"meta\":false,\"authorName\":\"Netgen Support\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/profile.php\",\"uploadedToTitle\":\"Accommodation\",\"uploadedToLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=761\\u0026action=edit\",\"filesizeInBytes\":2338048,\"filesizeHumanReadable\":\"2 MB\",\"context\":\"\",\"height\":900,\"width\":1200,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAA39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba-150x150.png\",\"orientation\":\"landscape\"},\"medium\":{\"height\":225,\"width\":300,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAA39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba-300x225.png\",\"orientation\":\"landscape\"},\"large\":{\"height\":768,\"width\":1024,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAA39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba-1024x768.png\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAA39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba.png\",\"height\":900,\"width\":1200,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"backgroundImageColor\":\"rgba(42,42,42,0.65)\",\"topPaddingDesktop\":144,\"bottomPaddingDesktop\":144,\"leftPaddingDesktop\":40,\"rightPaddingDesktop\":40,\"topPaddingTablet\":80,\"bottomPaddingTablet\":80,\"leftPaddingTablet\":40,\"rightPaddingTablet\":40,\"topPaddingMobile\":64,\"bottomPaddingMobile\":64,\"leftPaddingMobile\":24,\"rightPaddingMobile\":24,\"paddingLink\":false,\"variationSelected\":true,\"isBlockRootParent\":true,\"overlayType\":\"color\"} -->\n<div class=\"wp-block-uagb-container uagb-block-25500018 alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/advanced-heading {\"block_id\":\"9e9f4cfd\",\"classMigrate\":true,\"headingDescToggle\":true,\"headingAlign\":\"center\",\"headingColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"subHeadingColor\":\"var(\\u002d\\u002dast-global-color-4)\",\"headSpace\":20} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-9e9f4cfd\"><h2 class=\"uagb-heading-text\">Plan an Unforgettable Experience at<br>Blue Roan!</h2><p class=\"uagb-desc-text\">We can help you fit your stay and experience within your allotted budget.</p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/advanced-heading {\"block_id\":\"c23f9753\",\"classMigrate\":true,\"headingTitleToggle\":false,\"headingDescToggle\":true,\"headingAlign\":\"center\",\"subHeadingColor\":\"var(\\u002d\\u002dast-global-color-4)\",\"subHeadTransform\":\"uppercase\",\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"subHeadLetterSpacing\":2,\"blockTopPadding\":60,\"blockRightPadding\":0,\"blockLeftPadding\":0,\"blockBottomPadding\":0,\"blockTopPaddingMobile\":30,\"blockRightPaddingMobile\":0,\"blockLeftPaddingMobile\":0,\"blockBottomPaddingMobile\":0,\"linkColor\":\"var(\\u002d\\u002dast-global-color-8)\",\"linkHColor\":\"var(\\u002d\\u002dast-global-color-1)\"} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-c23f9753\"><p class=\"uagb-desc-text\"><a href=\"https://book.nightsbridge.com/11065\" target=\"_blank\" rel=\"noreferrer noopener\">BOOK YOUR STAY NOW​<br></a></p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/icon-list {\"block_id\":\"2ee74ec6\",\"classMigrate\":true,\"childMigrate\":true,\"align\":\"center\",\"parentIcon\":\"phone\",\"size\":40,\"sizeMobile\":24,\"sizeTablet\":32,\"fontSize\":48,\"fontSizeMobile\":28,\"fontSizeTablet\":40,\"fontWeight\":\"600\",\"iconColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"labelColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"blockTopPadding\":0,\"blockRightPadding\":0,\"blockLeftPadding\":0,\"blockBottomPadding\":24,\"blockPaddingLink\":false} -->\n<div class=\"wp-block-uagb-icon-list uagb-block-2ee74ec6\"><div class=\"uagb-icon-list__wrap\"><!-- wp:uagb/icon-list-child {\"block_id\":\"d1120f6a\",\"label\":\" + 27 (0) 82 575 5409\",\"label_color\":\"\",\"link\":\"tel:+27825755409\",\"disableLink\":true,\"fromParentIcon\":\"phone\",\"imageSizeChild\":40} -->\n<div class=\"wp-block-uagb-icon-list-child uagb-block-d1120f6a\"><a target=\"_self\" aria-label=\" + 27 (0) 82 575 5409\" rel=\"noopener noreferrer\" href=\"tel:+27825755409\"> </a><span class=\"uagb-icon-list__source-wrap\"><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M511.2 387l-23.25 100.8c-3.266 14.25-15.79 24.22-30.46 24.22C205.2 512 0 306.8 0 54.5c0-14.66 9.969-27.2 24.22-30.45l100.8-23.25C139.7-2.602 154.7 5.018 160.8 18.92l46.52 108.5c5.438 12.78 1.77 27.67-8.98 36.45L144.5 207.1c33.98 69.22 90.26 125.5 159.5 159.5l44.08-53.8c8.688-10.78 23.69-14.51 36.47-8.975l108.5 46.51C506.1 357.2 514.6 372.4 511.2 387z\"></path></svg></span><span class=\"uagb-icon-list__label\"> + 27 (0) 82 575 5409</span></div>\n<!-- /wp:uagb/icon-list-child -->\n\n<!-- wp:uagb/icon-list-child {\"block_id\":\"a3120d0a\",\"label\":\"blueroan@ugo.co.za\",\"icon\":\"envelope\",\"label_color\":\"\",\"link\":\"mailto:blueroan@ugo.co.za\",\"disableLink\":true,\"fromParentIcon\":\"phone\",\"imageSizeChild\":40} -->\n<div class=\"wp-block-uagb-icon-list-child uagb-block-a3120d0a\"><a target=\"_self\" aria-label=\"blueroan@ugo.co.za\" rel=\"noopener noreferrer\" href=\"mailto:blueroan@ugo.co.za\"> </a><span class=\"uagb-icon-list__source-wrap\"><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M464 64C490.5 64 512 85.49 512 112C512 127.1 504.9 141.3 492.8 150.4L275.2 313.6C263.8 322.1 248.2 322.1 236.8 313.6L19.2 150.4C7.113 141.3 0 127.1 0 112C0 85.49 21.49 64 48 64H464zM217.6 339.2C240.4 356.3 271.6 356.3 294.4 339.2L512 176V384C512 419.3 483.3 448 448 448H64C28.65 448 0 419.3 0 384V176L217.6 339.2z\"></path></svg></span><span class=\"uagb-icon-list__label\">blueroan@ugo.co.za</span></div>\n<!-- /wp:uagb/icon-list-child --></div></div>\n<!-- /wp:uagb/icon-list --></div></div>\n<!-- /wp:uagb/container -->',	'The Acacia',	'',	'inherit',	'closed',	'closed',	'',	'1044-revision-v1',	'',	'',	'2022-12-14 11:39:21',	'2022-12-14 11:39:21',	'',	1044,	'https://blueroan.netgen.cloud/?p=1061',	0,	'revision',	'',	0),
(1062,	2,	'2022-12-14 11:43:18',	'2022-12-14 11:43:18',	'<!-- wp:uagb/container {\"block_id\":\"b9913231\",\"backgroundType\":\"image\",\"backgroundImageDesktop\":{\"uploading\":false,\"date\":1671018388000,\"filename\":\"AAEAAQAAAAAAAAAAAAAAJGUwYjk4MjFjLTA2NjUtNGYwNi05MGMxLTczNzQwMTViNjkxMg.png\",\"menuOrder\":0,\"uploadedTo\":1062,\"type\":\"image\",\"subtype\":\"png\",\"id\":1065,\"title\":\"AAEAAQAAAAAAAAAAAAAAJGUwYjk4MjFjLTA2NjUtNGYwNi05MGMxLTczNzQwMTViNjkxMg\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAAJGUwYjk4MjFjLTA2NjUtNGYwNi05MGMxLTczNzQwMTViNjkxMg.png\",\"link\":\"https://blueroan.netgen.cloud/the-greek-villa/aaeaaqaaaaaaaaaaaaaajguwyjk4mjfjlta2njutngywni05mgmxltcznzqwmtvinjkxmg/\",\"alt\":\"\",\"author\":\"2\",\"description\":\"\",\"caption\":\"\",\"name\":\"aaeaaqaaaaaaaaaaaaaajguwyjk4mjfjlta2njutngywni05mgmxltcznzqwmtvinjkxmg\",\"status\":\"inherit\",\"modified\":1671018388000,\"mime\":\"image/png\",\"icon\":\"https://blueroan.netgen.cloud/wp-includes/images/media/default.png\",\"dateFormatted\":\"December 14, 2022\",\"nonces\":{\"update\":\"79bb056c17\",\"delete\":\"1131556b0d\",\"edit\":\"307a1c4b84\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=1065\\u0026action=edit\",\"meta\":false,\"authorName\":\"Netgen Support\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/profile.php\",\"uploadedToTitle\":\"The Greek Villa\",\"uploadedToLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=1062\\u0026action=edit\",\"filesizeInBytes\":1077382,\"filesizeHumanReadable\":\"1 MB\",\"context\":\"\",\"height\":715,\"width\":1080,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAAJGUwYjk4MjFjLTA2NjUtNGYwNi05MGMxLTczNzQwMTViNjkxMg-150x150.png\",\"orientation\":\"landscape\"},\"medium\":{\"height\":199,\"width\":300,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAAJGUwYjk4MjFjLTA2NjUtNGYwNi05MGMxLTczNzQwMTViNjkxMg-300x199.png\",\"orientation\":\"landscape\"},\"large\":{\"height\":678,\"width\":1024,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAAJGUwYjk4MjFjLTA2NjUtNGYwNi05MGMxLTczNzQwMTViNjkxMg-1024x678.png\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAAJGUwYjk4MjFjLTA2NjUtNGYwNi05MGMxLTczNzQwMTViNjkxMg.png\",\"height\":715,\"width\":1080,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"backgroundPositionDesktop\":{\"x\":0.49,\"y\":0.8},\"backgroundSizeTablet\":\"cover\",\"backgroundSizeMobile\":\"cover\",\"backgroundColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"backgroundImageColor\":\"rgba(42,42,42,0.5)\",\"topPaddingDesktop\":220,\"bottomPaddingDesktop\":150,\"topPaddingTablet\":170,\"bottomPaddingTablet\":160,\"leftPaddingTablet\":30,\"rightPaddingTablet\":30,\"topPaddingMobile\":180,\"bottomPaddingMobile\":80,\"leftPaddingMobile\":20,\"rightPaddingMobile\":20,\"paddingLink\":false,\"variationSelected\":true,\"isBlockRootParent\":true,\"overlayType\":\"color\"} -->\n<div class=\"wp-block-uagb-container uagb-block-b9913231 alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/advanced-heading {\"block_id\":\"1185327c\",\"classMigrate\":true,\"headingDescToggle\":true,\"headingColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"subHeadingColor\":\"var(\\u002d\\u002dast-global-color-4)\",\"headingTag\":\"h1\",\"headSpace\":20,\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"blockTopPadding\":0,\"blockRightPadding\":50,\"blockLeftPadding\":0,\"blockBottomPadding\":0,\"blockTopPaddingTablet\":0,\"blockRightPaddingTablet\":20,\"blockLeftPaddingTablet\":0,\"blockBottomPaddingTablet\":0,\"blockTopPaddingMobile\":0,\"blockRightPaddingMobile\":0,\"blockLeftPaddingMobile\":0,\"blockBottomPaddingMobile\":0,\"blockPaddingUnit\":\"%\",\"blockPaddingUnitTablet\":\"%\"} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-1185327c\"><h1 class=\"uagb-heading-text\">The Greek Villa</h1><p class=\"uagb-desc-text\">With its predominance of white walls, blue ceilings, and attractive rustic furnishings, this Mediterranean design, which was inspired by Greek villas, depicts a laid-back environment.</p></div>\n<!-- /wp:uagb/advanced-heading --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"3169deca\",\"backgroundType\":\"color\",\"backgroundSizeTablet\":\"cover\",\"backgroundSizeMobile\":\"cover\",\"backgroundColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"topPaddingDesktop\":120,\"bottomPaddingDesktop\":60,\"rightPaddingDesktop\":0,\"topPaddingTablet\":80,\"bottomPaddingTablet\":80,\"leftPaddingTablet\":30,\"rightPaddingTablet\":30,\"topPaddingMobile\":80,\"bottomPaddingMobile\":80,\"leftPaddingMobile\":20,\"rightPaddingMobile\":20,\"paddingLink\":false,\"variationSelected\":true,\"rowGapDesktop\":0,\"isBlockRootParent\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-3169deca alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/container {\"block_id\":\"98388eaa\",\"directionDesktop\":\"row\",\"alignItemsDesktop\":\"flex-end\",\"alignItemsTablet\":\"flex-end\",\"justifyContentDesktop\":\"flex-end\",\"justifyContentTablet\":\"space-between\",\"variationSelected\":true,\"rowGapMobile\":20,\"columnGapDesktop\":0} -->\n<div class=\"wp-block-uagb-container uagb-block-98388eaa\"><!-- wp:uagb/advanced-heading {\"block_id\":\"00095392\",\"classMigrate\":true,\"headingDescToggle\":true,\"subHeadingColor\":\"\",\"headSpace\":20,\"subHeadFontSize\":16} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-00095392\"><h2 class=\"uagb-heading-text\">Come &amp; Stay With Us​ at The Greek Villa</h2><p class=\"uagb-desc-text\">This is our latest luxury unit. &nbsp;Designed in a Greek villa style, it has one bedroom, a separate bathroom, a Jacuzzi room, kitchen, dining area, and a spacious open plan living area opening onto a large covered patio with built-in red brick braai and outdoor fireplace. The unit has super comfortable furniture inside and out. &nbsp;It has a large fenced and gated garden but no pets in this one.</p></div>\n<!-- /wp:uagb/advanced-heading --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:heading -->\n<h2>The bedroom </h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>This room contains the following: </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list -->\n<ul><!-- wp:list-item -->\n<li>Extra-length queen bed with electric blanket</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Dressing table</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Ceiling fan</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Heater</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Hair dryer and dressing gowns</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Good quality linen</li>\n<!-- /wp:list-item --></ul>\n<!-- /wp:list --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":1070,\"width\":500,\"height\":334,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full is-resized\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/241555_798x533.jpg\" alt=\"\" class=\"wp-image-1070\" width=\"500\" height=\"334\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":1069,\"width\":500,\"height\":334,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full is-resized\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/241557_798x533.jpg\" alt=\"\" class=\"wp-image-1069\" width=\"500\" height=\"334\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:heading -->\n<h2>The bathroom</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>This room contains the following</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list -->\n<ul><!-- wp:list-item -->\n<li>Large walk-in shower</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Toilet and basin</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Towels</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Soap, toiletries, and toilet paper</li>\n<!-- /wp:list-item --></ul>\n<!-- /wp:list --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:heading -->\n<h2>The Jacuzzi Room</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>This room contains the following: </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list -->\n<ul><!-- wp:list-item -->\n<li>Corner-shaped spa bath with 6 jets</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Bubble bath &amp; candles</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Towels</li>\n<!-- /wp:list-item --></ul>\n<!-- /wp:list --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":1071,\"width\":500,\"height\":334,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large is-resized\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAAJDMxNjE5ZTMzLTc5NzYtNDBiYi1hNzljLWIzMjMyNmJjYWMzMQ-1024x678.png\" alt=\"\" class=\"wp-image-1071\" width=\"500\" height=\"334\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":1072,\"width\":500,\"height\":334,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full is-resized\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/241553_798x533-1.jpg\" alt=\"\" class=\"wp-image-1072\" width=\"500\" height=\"334\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:heading -->\n<h2>The Lounge </h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>This room contains the following</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list -->\n<ul><!-- wp:list-item -->\n<li>Log fireplace &amp; heater</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Lounge suite</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>TV&nbsp;(DSTV - commercial bouquet with Sports, news, movies, Mnet, SABC 1,2 3 and Etv and other channels)</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>DVD player </li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Books and playing cards</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Glass sliding door out to the patio</li>\n<!-- /wp:list-item --></ul>\n<!-- /wp:list --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:heading -->\n<h2>The Kitchen</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>This room contains the following: </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list -->\n<ul><!-- wp:list-item -->\n<li>4-plate gas stove and oven</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Microwave oven, kettle, toaster</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Fridge with top freezer compartment</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Pots, pans, cutlery, crockery, wine &amp; champagne glasses</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>All kitchen utensils</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Ironing board and iron</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>All cleaning cloths and detergents and washing up liquid</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Paper towel, salt, pepper, tea, coffee and sugar</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Braai tongs</li>\n<!-- /wp:list-item --></ul>\n<!-- /wp:list --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":1074,\"width\":500,\"height\":334,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large is-resized\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAAJDA2OTI2NjEwLTQ1OWUtNDUwOC05OTBmLTk0YTJhM2U4MjllMA-1024x678.png\" alt=\"\" class=\"wp-image-1074\" width=\"500\" height=\"334\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":1073,\"width\":500,\"height\":334,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full is-resized\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/241551_798x533.jpg\" alt=\"\" class=\"wp-image-1073\" width=\"500\" height=\"334\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:heading -->\n<h2>The large patio with <br>mountain views</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>This room contains the following</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list -->\n<ul><!-- wp:list-item -->\n<li>Comfortable Chairs</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Glass table</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Recliners</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Sandy beach chairs</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Built-in braai</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Built-in fireplace</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Decorative lighting</li>\n<!-- /wp:list-item --></ul>\n<!-- /wp:list --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:heading {\"textAlign\":\"center\"} -->\n<h2 class=\"has-text-align-center\">Book your stay </h2>\n<!-- /wp:heading -->\n\n<!-- wp:buttons -->\n<div class=\"wp-block-buttons\"><!-- wp:button {\"align\":\"center\"} -->\n<div class=\"wp-block-button aligncenter\"><a class=\"wp-block-button__link wp-element-button\" href=\"https://book.nightsbridge.com/11065\" target=\"_blank\" rel=\"noreferrer noopener\">Reservations</a></div>\n<!-- /wp:button -->\n\n<!-- wp:button /--></div>\n<!-- /wp:buttons --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"8da17877\",\"innerContentCustomWidthDesktop\":781,\"innerContentCustomWidthTablet\":781,\"backgroundType\":\"image\",\"backgroundImageDesktop\":{\"uploading\":false,\"date\":1670943271000,\"filename\":\"AAEAAQAAAAAAAAAAAAAA39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba.png\",\"menuOrder\":0,\"uploadedTo\":761,\"type\":\"image\",\"subtype\":\"png\",\"id\":899,\"title\":\"AAEAAQAAAAAAAAAAAAAA39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAA39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba.png\",\"link\":\"https://blueroan.netgen.cloud/accommodation/aaeaaqaaaaaaaaaaaaaa39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba/\",\"alt\":\"\",\"author\":\"2\",\"description\":\"\",\"caption\":\"\",\"name\":\"aaeaaqaaaaaaaaaaaaaa39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba\",\"status\":\"inherit\",\"modified\":1670943271000,\"mime\":\"image/png\",\"icon\":\"https://blueroan.netgen.cloud/wp-includes/images/media/default.png\",\"dateFormatted\":\"December 13, 2022\",\"nonces\":{\"update\":\"45b2b6c69b\",\"delete\":\"75d81c42ab\",\"edit\":\"88fae030a9\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=899\\u0026action=edit\",\"meta\":false,\"authorName\":\"Netgen Support\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/profile.php\",\"uploadedToTitle\":\"Accommodation\",\"uploadedToLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=761\\u0026action=edit\",\"filesizeInBytes\":2338048,\"filesizeHumanReadable\":\"2 MB\",\"context\":\"\",\"height\":900,\"width\":1200,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAA39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba-150x150.png\",\"orientation\":\"landscape\"},\"medium\":{\"height\":225,\"width\":300,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAA39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba-300x225.png\",\"orientation\":\"landscape\"},\"large\":{\"height\":768,\"width\":1024,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAA39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba-1024x768.png\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAA39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba.png\",\"height\":900,\"width\":1200,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"backgroundImageColor\":\"rgba(42,42,42,0.65)\",\"topPaddingDesktop\":144,\"bottomPaddingDesktop\":144,\"leftPaddingDesktop\":40,\"rightPaddingDesktop\":40,\"topPaddingTablet\":80,\"bottomPaddingTablet\":80,\"leftPaddingTablet\":40,\"rightPaddingTablet\":40,\"topPaddingMobile\":64,\"bottomPaddingMobile\":64,\"leftPaddingMobile\":24,\"rightPaddingMobile\":24,\"paddingLink\":false,\"variationSelected\":true,\"isBlockRootParent\":true,\"overlayType\":\"color\"} -->\n<div class=\"wp-block-uagb-container uagb-block-8da17877 alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/advanced-heading {\"block_id\":\"6c2b44de\",\"classMigrate\":true,\"headingDescToggle\":true,\"headingAlign\":\"center\",\"headingColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"subHeadingColor\":\"var(\\u002d\\u002dast-global-color-4)\",\"headSpace\":20} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-6c2b44de\"><h2 class=\"uagb-heading-text\">Plan an Unforgettable Experience at<br>Blue Roan!</h2><p class=\"uagb-desc-text\">We can help you fit your stay and experience within your allotted budget.</p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/advanced-heading {\"block_id\":\"87c9485e\",\"classMigrate\":true,\"headingTitleToggle\":false,\"headingDescToggle\":true,\"headingAlign\":\"center\",\"subHeadingColor\":\"var(\\u002d\\u002dast-global-color-4)\",\"subHeadTransform\":\"uppercase\",\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"subHeadLetterSpacing\":2,\"blockTopPadding\":60,\"blockRightPadding\":0,\"blockLeftPadding\":0,\"blockBottomPadding\":0,\"blockTopPaddingMobile\":30,\"blockRightPaddingMobile\":0,\"blockLeftPaddingMobile\":0,\"blockBottomPaddingMobile\":0,\"linkColor\":\"var(\\u002d\\u002dast-global-color-8)\",\"linkHColor\":\"var(\\u002d\\u002dast-global-color-1)\"} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-87c9485e\"><p class=\"uagb-desc-text\"><a href=\"https://book.nightsbridge.com/11065\" target=\"_blank\" rel=\"noreferrer noopener\">BOOK YOUR STAY NOW​<br></a></p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/icon-list {\"block_id\":\"6bf2b487\",\"classMigrate\":true,\"childMigrate\":true,\"align\":\"center\",\"parentIcon\":\"phone\",\"size\":40,\"sizeMobile\":24,\"sizeTablet\":32,\"fontSize\":48,\"fontSizeMobile\":28,\"fontSizeTablet\":40,\"fontWeight\":\"600\",\"iconColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"labelColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"blockTopPadding\":0,\"blockRightPadding\":0,\"blockLeftPadding\":0,\"blockBottomPadding\":24,\"blockPaddingLink\":false} -->\n<div class=\"wp-block-uagb-icon-list uagb-block-6bf2b487\"><div class=\"uagb-icon-list__wrap\"><!-- wp:uagb/icon-list-child {\"block_id\":\"4c3f8c04\",\"label\":\" + 27 (0) 82 575 5409\",\"label_color\":\"\",\"link\":\"tel:+27825755409\",\"disableLink\":true,\"fromParentIcon\":\"phone\",\"imageSizeChild\":40} -->\n<div class=\"wp-block-uagb-icon-list-child uagb-block-4c3f8c04\"><a target=\"_self\" aria-label=\" + 27 (0) 82 575 5409\" rel=\"noopener noreferrer\" href=\"tel:+27825755409\"> </a><span class=\"uagb-icon-list__source-wrap\"><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M511.2 387l-23.25 100.8c-3.266 14.25-15.79 24.22-30.46 24.22C205.2 512 0 306.8 0 54.5c0-14.66 9.969-27.2 24.22-30.45l100.8-23.25C139.7-2.602 154.7 5.018 160.8 18.92l46.52 108.5c5.438 12.78 1.77 27.67-8.98 36.45L144.5 207.1c33.98 69.22 90.26 125.5 159.5 159.5l44.08-53.8c8.688-10.78 23.69-14.51 36.47-8.975l108.5 46.51C506.1 357.2 514.6 372.4 511.2 387z\"></path></svg></span><span class=\"uagb-icon-list__label\"> + 27 (0) 82 575 5409</span></div>\n<!-- /wp:uagb/icon-list-child -->\n\n<!-- wp:uagb/icon-list-child {\"block_id\":\"33e14baf\",\"label\":\"blueroan@ugo.co.za\",\"icon\":\"envelope\",\"label_color\":\"\",\"link\":\"mailto:blueroan@ugo.co.za\",\"disableLink\":true,\"fromParentIcon\":\"phone\",\"imageSizeChild\":40} -->\n<div class=\"wp-block-uagb-icon-list-child uagb-block-33e14baf\"><a target=\"_self\" aria-label=\"blueroan@ugo.co.za\" rel=\"noopener noreferrer\" href=\"mailto:blueroan@ugo.co.za\"> </a><span class=\"uagb-icon-list__source-wrap\"><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M464 64C490.5 64 512 85.49 512 112C512 127.1 504.9 141.3 492.8 150.4L275.2 313.6C263.8 322.1 248.2 322.1 236.8 313.6L19.2 150.4C7.113 141.3 0 127.1 0 112C0 85.49 21.49 64 48 64H464zM217.6 339.2C240.4 356.3 271.6 356.3 294.4 339.2L512 176V384C512 419.3 483.3 448 448 448H64C28.65 448 0 419.3 0 384V176L217.6 339.2z\"></path></svg></span><span class=\"uagb-icon-list__label\">blueroan@ugo.co.za</span></div>\n<!-- /wp:uagb/icon-list-child --></div></div>\n<!-- /wp:uagb/icon-list --></div></div>\n<!-- /wp:uagb/container -->',	'The Greek Villa',	'',	'publish',	'closed',	'closed',	'',	'the-greek-villa',	'',	'',	'2022-12-14 12:16:12',	'2022-12-14 12:16:12',	'',	0,	'https://blueroan.netgen.cloud/?page_id=1062',	0,	'page',	'',	0),
(1063,	2,	'2022-12-14 11:43:18',	'2022-12-14 11:43:18',	'<!-- wp:uagb/container {\"block_id\":\"f69ced67\",\"backgroundType\":\"image\",\"backgroundImageDesktop\":{\"id\":879,\"title\":\"blue-roan-guest-farm (11)\",\"filename\":\"blue-roan-guest-farm-11.jpg\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-11.jpg\",\"link\":\"https://blueroan.netgen.cloud/accommodation/blue-roan-guest-farm-11/\",\"alt\":\"\",\"author\":\"2\",\"description\":\"\",\"caption\":\"\",\"name\":\"blue-roan-guest-farm-11\",\"status\":\"inherit\",\"uploadedTo\":761,\"date\":\"2022-12-13T13:40:31.000Z\",\"modified\":\"2022-12-13T13:40:31.000Z\",\"menuOrder\":0,\"mime\":\"image/jpeg\",\"type\":\"image\",\"subtype\":\"jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-includes/images/media/default.png\",\"dateFormatted\":\"December 13, 2022\",\"nonces\":{\"update\":\"d402447c49\",\"delete\":\"b223bf1bfb\",\"edit\":\"12a4062084\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=879\\u0026action=edit\",\"meta\":false,\"authorName\":\"Netgen Support\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/profile.php\",\"uploadedToTitle\":\"Accommodation\",\"uploadedToLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=761\\u0026action=edit\",\"filesizeInBytes\":175055,\"filesizeHumanReadable\":\"171 KB\",\"context\":\"\",\"height\":667,\"width\":1000,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-11-150x150.jpg\",\"orientation\":\"landscape\"},\"medium\":{\"height\":200,\"width\":300,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-11-300x200.jpg\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-11.jpg\",\"height\":667,\"width\":1000,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"backgroundPositionDesktop\":{\"x\":0.47,\"y\":0.54},\"backgroundSizeTablet\":\"cover\",\"backgroundSizeMobile\":\"cover\",\"backgroundColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"backgroundImageColor\":\"rgba(42,42,42,0.5)\",\"topPaddingDesktop\":220,\"bottomPaddingDesktop\":150,\"topPaddingTablet\":170,\"bottomPaddingTablet\":160,\"leftPaddingTablet\":30,\"rightPaddingTablet\":30,\"topPaddingMobile\":180,\"bottomPaddingMobile\":80,\"leftPaddingMobile\":20,\"rightPaddingMobile\":20,\"paddingLink\":false,\"variationSelected\":true,\"isBlockRootParent\":true,\"overlayType\":\"color\"} -->\n<div class=\"wp-block-uagb-container uagb-block-f69ced67 alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/advanced-heading {\"block_id\":\"78df1d58\",\"classMigrate\":true,\"headingDescToggle\":true,\"headingColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"subHeadingColor\":\"var(\\u002d\\u002dast-global-color-4)\",\"headingTag\":\"h1\",\"headSpace\":20,\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"blockTopPadding\":0,\"blockRightPadding\":50,\"blockLeftPadding\":0,\"blockBottomPadding\":0,\"blockTopPaddingTablet\":0,\"blockRightPaddingTablet\":20,\"blockLeftPaddingTablet\":0,\"blockBottomPaddingTablet\":0,\"blockTopPaddingMobile\":0,\"blockRightPaddingMobile\":0,\"blockLeftPaddingMobile\":0,\"blockBottomPaddingMobile\":0,\"blockPaddingUnit\":\"%\",\"blockPaddingUnitTablet\":\"%\"} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-78df1d58\"><h1 class=\"uagb-heading-text\">The Acacia suite</h1><p class=\"uagb-desc-text\">We called the biggest unit after the Acacia tree. This apartment is rustic and unpretentious and includes a large open-concept living room that leads to a covered patio with a brick braai area.</p></div>\n<!-- /wp:uagb/advanced-heading --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"2f837f5a\",\"backgroundType\":\"color\",\"backgroundSizeTablet\":\"cover\",\"backgroundSizeMobile\":\"cover\",\"backgroundColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"topPaddingDesktop\":120,\"bottomPaddingDesktop\":60,\"rightPaddingDesktop\":0,\"topPaddingTablet\":80,\"bottomPaddingTablet\":80,\"leftPaddingTablet\":30,\"rightPaddingTablet\":30,\"topPaddingMobile\":80,\"bottomPaddingMobile\":80,\"leftPaddingMobile\":20,\"rightPaddingMobile\":20,\"paddingLink\":false,\"variationSelected\":true,\"rowGapDesktop\":0,\"isBlockRootParent\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-2f837f5a alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/container {\"block_id\":\"68723791\",\"directionDesktop\":\"row\",\"alignItemsDesktop\":\"flex-end\",\"alignItemsTablet\":\"flex-end\",\"justifyContentDesktop\":\"flex-end\",\"justifyContentTablet\":\"space-between\",\"variationSelected\":true,\"rowGapMobile\":20,\"columnGapDesktop\":0} -->\n<div class=\"wp-block-uagb-container uagb-block-68723791\"><!-- wp:uagb/advanced-heading {\"block_id\":\"13912ef2\",\"classMigrate\":true,\"headingDescToggle\":true,\"subHeadingColor\":\"\",\"headSpace\":20,\"subHeadFontSize\":16} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-13912ef2\"><h2 class=\"uagb-heading-text\">Come &amp; Stay With Us​ at The Acacia suite</h2><p class=\"uagb-desc-text\">This is the largest unit and is at the end of the row. &nbsp;It has one bedroom, a separate bathroom, and a spacious open plan living area opening onto a covered patio with brick braai and comfortable outside furniture. &nbsp;It has a large grassy, fenced, and gated garden.</p></div>\n<!-- /wp:uagb/advanced-heading --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:heading -->\n<h2>The bedroom </h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>This room contains the following: </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list -->\n<ul><!-- wp:list-item -->\n<li>Extra-length queen bed with electric blanket</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Dressing table</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Wall mounted heater</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Oil heater &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Ceiling fan</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Oil heater</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Hair dryer and dressing gowns</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Good quality linen</li>\n<!-- /wp:list-item --></ul>\n<!-- /wp:list --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":1049,\"width\":500,\"height\":334,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full is-resized\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/241548_798x533.jpg\" alt=\"\" class=\"wp-image-1049\" width=\"500\" height=\"334\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":1051,\"width\":500,\"height\":334,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full is-resized\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/241550_798x533.jpg\" alt=\"\" class=\"wp-image-1051\" width=\"500\" height=\"334\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:heading -->\n<h2>The bathroom</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>This room contains the following</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list -->\n<ul><!-- wp:list-item -->\n<li>Corner-shaped spa bath with 6 jets</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Separate shower</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Toilet and basin</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Towels</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Soap, bubble bath &amp; candles, toiletries and toilet paper</li>\n<!-- /wp:list-item --></ul>\n<!-- /wp:list --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:heading -->\n<h2>The Lounge</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>This room contains the following: </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list -->\n<ul><!-- wp:list-item -->\n<li>Log fireplace</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>3-piece upholstered lounge suite</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Additional 3 seater sofa for convenience positioned on the other side of the unit (This sofa can be changed to a single or double bed for extra accommodation by arrangement)</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>TV&nbsp;(DSTV - commercial bouquet with Sports, movies, Mnet, SABC 1,2 3 and Etv)</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>DVD player</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Dining table and 4 chairs</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Books and playing cards</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Glass sliding door out to the patio</li>\n<!-- /wp:list-item --></ul>\n<!-- /wp:list --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":1052,\"width\":500,\"height\":334,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full is-resized\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/241545_798x533.jpg\" alt=\"\" class=\"wp-image-1052\" width=\"500\" height=\"334\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":1054,\"width\":500,\"height\":334,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full is-resized\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/241547_798x533.jpg\" alt=\"The kitchen in the Acacia suite at the Blue Roan country lodge \" class=\"wp-image-1054\" width=\"500\" height=\"334\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:heading -->\n<h2>The kitchen</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>This room contains the following</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list -->\n<ul><!-- wp:list-item -->\n<li>4 plate gas stove and oven</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Microwave oven, kettle, toaster</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Fridge with top freezer compartment</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Pots, pans, cutlery, crockery, wine &amp; champagne glasses</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>All kitchen utensils</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Ironing board and iron</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>All cleaning cloths and detergents and washing up liquid</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Paper towel, salt, pepper, tea, coffee and sugar</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Braai tongs</li>\n<!-- /wp:list-item --></ul>\n<!-- /wp:list --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:heading -->\n<h2>The large patio with <br>mountain views</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>This room contains the following: </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list -->\n<ul><!-- wp:list-item -->\n<li>Chairs with cushions</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Glass table</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Brick braai</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Decorative lighting</li>\n<!-- /wp:list-item --></ul>\n<!-- /wp:list --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":1055,\"width\":500,\"height\":334,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full is-resized\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/241544_798x533.jpg\" alt=\"\" class=\"wp-image-1055\" width=\"500\" height=\"334\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:heading {\"textAlign\":\"center\"} -->\n<h2 class=\"has-text-align-center\">Book your stay </h2>\n<!-- /wp:heading -->\n\n<!-- wp:buttons -->\n<div class=\"wp-block-buttons\"><!-- wp:button {\"align\":\"center\"} -->\n<div class=\"wp-block-button aligncenter\"><a class=\"wp-block-button__link wp-element-button\" href=\"https://book.nightsbridge.com/11065\" target=\"_blank\" rel=\"noreferrer noopener\">Reservations</a></div>\n<!-- /wp:button -->\n\n<!-- wp:button /--></div>\n<!-- /wp:buttons --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"5ddafdbd\",\"innerContentCustomWidthDesktop\":781,\"innerContentCustomWidthTablet\":781,\"backgroundType\":\"image\",\"backgroundImageDesktop\":{\"uploading\":false,\"date\":1670943271000,\"filename\":\"AAEAAQAAAAAAAAAAAAAA39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba.png\",\"menuOrder\":0,\"uploadedTo\":761,\"type\":\"image\",\"subtype\":\"png\",\"id\":899,\"title\":\"AAEAAQAAAAAAAAAAAAAA39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAA39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba.png\",\"link\":\"https://blueroan.netgen.cloud/accommodation/aaeaaqaaaaaaaaaaaaaa39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba/\",\"alt\":\"\",\"author\":\"2\",\"description\":\"\",\"caption\":\"\",\"name\":\"aaeaaqaaaaaaaaaaaaaa39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba\",\"status\":\"inherit\",\"modified\":1670943271000,\"mime\":\"image/png\",\"icon\":\"https://blueroan.netgen.cloud/wp-includes/images/media/default.png\",\"dateFormatted\":\"December 13, 2022\",\"nonces\":{\"update\":\"45b2b6c69b\",\"delete\":\"75d81c42ab\",\"edit\":\"88fae030a9\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=899\\u0026action=edit\",\"meta\":false,\"authorName\":\"Netgen Support\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/profile.php\",\"uploadedToTitle\":\"Accommodation\",\"uploadedToLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=761\\u0026action=edit\",\"filesizeInBytes\":2338048,\"filesizeHumanReadable\":\"2 MB\",\"context\":\"\",\"height\":900,\"width\":1200,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAA39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba-150x150.png\",\"orientation\":\"landscape\"},\"medium\":{\"height\":225,\"width\":300,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAA39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba-300x225.png\",\"orientation\":\"landscape\"},\"large\":{\"height\":768,\"width\":1024,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAA39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba-1024x768.png\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAA39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba.png\",\"height\":900,\"width\":1200,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"backgroundImageColor\":\"rgba(42,42,42,0.65)\",\"topPaddingDesktop\":144,\"bottomPaddingDesktop\":144,\"leftPaddingDesktop\":40,\"rightPaddingDesktop\":40,\"topPaddingTablet\":80,\"bottomPaddingTablet\":80,\"leftPaddingTablet\":40,\"rightPaddingTablet\":40,\"topPaddingMobile\":64,\"bottomPaddingMobile\":64,\"leftPaddingMobile\":24,\"rightPaddingMobile\":24,\"paddingLink\":false,\"variationSelected\":true,\"isBlockRootParent\":true,\"overlayType\":\"color\"} -->\n<div class=\"wp-block-uagb-container uagb-block-5ddafdbd alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/advanced-heading {\"block_id\":\"bf401010\",\"classMigrate\":true,\"headingDescToggle\":true,\"headingAlign\":\"center\",\"headingColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"subHeadingColor\":\"var(\\u002d\\u002dast-global-color-4)\",\"headSpace\":20} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-bf401010\"><h2 class=\"uagb-heading-text\">Plan an Unforgettable Experience at<br>Blue Roan!</h2><p class=\"uagb-desc-text\">We can help you fit your stay and experience within your allotted budget.</p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/advanced-heading {\"block_id\":\"8832ab68\",\"classMigrate\":true,\"headingTitleToggle\":false,\"headingDescToggle\":true,\"headingAlign\":\"center\",\"subHeadingColor\":\"var(\\u002d\\u002dast-global-color-4)\",\"subHeadTransform\":\"uppercase\",\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"subHeadLetterSpacing\":2,\"blockTopPadding\":60,\"blockRightPadding\":0,\"blockLeftPadding\":0,\"blockBottomPadding\":0,\"blockTopPaddingMobile\":30,\"blockRightPaddingMobile\":0,\"blockLeftPaddingMobile\":0,\"blockBottomPaddingMobile\":0,\"linkColor\":\"var(\\u002d\\u002dast-global-color-8)\",\"linkHColor\":\"var(\\u002d\\u002dast-global-color-1)\"} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-8832ab68\"><p class=\"uagb-desc-text\"><a href=\"https://book.nightsbridge.com/11065\" target=\"_blank\" rel=\"noreferrer noopener\">BOOK YOUR STAY NOW​<br></a></p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/icon-list {\"block_id\":\"c952deff\",\"classMigrate\":true,\"childMigrate\":true,\"align\":\"center\",\"parentIcon\":\"phone\",\"size\":40,\"sizeMobile\":24,\"sizeTablet\":32,\"fontSize\":48,\"fontSizeMobile\":28,\"fontSizeTablet\":40,\"fontWeight\":\"600\",\"iconColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"labelColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"blockTopPadding\":0,\"blockRightPadding\":0,\"blockLeftPadding\":0,\"blockBottomPadding\":24,\"blockPaddingLink\":false} -->\n<div class=\"wp-block-uagb-icon-list uagb-block-c952deff\"><div class=\"uagb-icon-list__wrap\"><!-- wp:uagb/icon-list-child {\"block_id\":\"93adac56\",\"label\":\" + 27 (0) 82 575 5409\",\"label_color\":\"\",\"link\":\"tel:+27825755409\",\"disableLink\":true,\"fromParentIcon\":\"phone\",\"imageSizeChild\":40} -->\n<div class=\"wp-block-uagb-icon-list-child uagb-block-93adac56\"><a target=\"_self\" aria-label=\" + 27 (0) 82 575 5409\" rel=\"noopener noreferrer\" href=\"tel:+27825755409\"> </a><span class=\"uagb-icon-list__source-wrap\"><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M511.2 387l-23.25 100.8c-3.266 14.25-15.79 24.22-30.46 24.22C205.2 512 0 306.8 0 54.5c0-14.66 9.969-27.2 24.22-30.45l100.8-23.25C139.7-2.602 154.7 5.018 160.8 18.92l46.52 108.5c5.438 12.78 1.77 27.67-8.98 36.45L144.5 207.1c33.98 69.22 90.26 125.5 159.5 159.5l44.08-53.8c8.688-10.78 23.69-14.51 36.47-8.975l108.5 46.51C506.1 357.2 514.6 372.4 511.2 387z\"></path></svg></span><span class=\"uagb-icon-list__label\"> + 27 (0) 82 575 5409</span></div>\n<!-- /wp:uagb/icon-list-child -->\n\n<!-- wp:uagb/icon-list-child {\"block_id\":\"40bcf63e\",\"label\":\"blueroan@ugo.co.za\",\"icon\":\"envelope\",\"label_color\":\"\",\"link\":\"mailto:blueroan@ugo.co.za\",\"disableLink\":true,\"fromParentIcon\":\"phone\",\"imageSizeChild\":40} -->\n<div class=\"wp-block-uagb-icon-list-child uagb-block-40bcf63e\"><a target=\"_self\" aria-label=\"blueroan@ugo.co.za\" rel=\"noopener noreferrer\" href=\"mailto:blueroan@ugo.co.za\"> </a><span class=\"uagb-icon-list__source-wrap\"><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M464 64C490.5 64 512 85.49 512 112C512 127.1 504.9 141.3 492.8 150.4L275.2 313.6C263.8 322.1 248.2 322.1 236.8 313.6L19.2 150.4C7.113 141.3 0 127.1 0 112C0 85.49 21.49 64 48 64H464zM217.6 339.2C240.4 356.3 271.6 356.3 294.4 339.2L512 176V384C512 419.3 483.3 448 448 448H64C28.65 448 0 419.3 0 384V176L217.6 339.2z\"></path></svg></span><span class=\"uagb-icon-list__label\">blueroan@ugo.co.za</span></div>\n<!-- /wp:uagb/icon-list-child --></div></div>\n<!-- /wp:uagb/icon-list --></div></div>\n<!-- /wp:uagb/container -->',	'The Greek Villa',	'',	'inherit',	'closed',	'closed',	'',	'1062-revision-v1',	'',	'',	'2022-12-14 11:43:18',	'2022-12-14 11:43:18',	'',	1062,	'https://blueroan.netgen.cloud/?p=1063',	0,	'revision',	'',	0),
(1065,	2,	'2022-12-14 11:46:28',	'2022-12-14 11:46:28',	'',	'AAEAAQAAAAAAAAAAAAAAJGUwYjk4MjFjLTA2NjUtNGYwNi05MGMxLTczNzQwMTViNjkxMg',	'',	'inherit',	'open',	'closed',	'',	'aaeaaqaaaaaaaaaaaaaajguwyjk4mjfjlta2njutngywni05mgmxltcznzqwmtvinjkxmg',	'',	'',	'2022-12-14 11:46:28',	'2022-12-14 11:46:28',	'',	1062,	'https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAAJGUwYjk4MjFjLTA2NjUtNGYwNi05MGMxLTczNzQwMTViNjkxMg.png',	0,	'attachment',	'image/png',	0),
(1066,	2,	'2022-12-14 11:46:38',	'2022-12-14 11:46:38',	'<!-- wp:uagb/container {\"block_id\":\"6c876507\",\"backgroundType\":\"image\",\"backgroundImageDesktop\":{\"uploading\":false,\"date\":1671018388000,\"filename\":\"AAEAAQAAAAAAAAAAAAAAJGUwYjk4MjFjLTA2NjUtNGYwNi05MGMxLTczNzQwMTViNjkxMg.png\",\"menuOrder\":0,\"uploadedTo\":1062,\"type\":\"image\",\"subtype\":\"png\",\"id\":1065,\"title\":\"AAEAAQAAAAAAAAAAAAAAJGUwYjk4MjFjLTA2NjUtNGYwNi05MGMxLTczNzQwMTViNjkxMg\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAAJGUwYjk4MjFjLTA2NjUtNGYwNi05MGMxLTczNzQwMTViNjkxMg.png\",\"link\":\"https://blueroan.netgen.cloud/the-greek-villa/aaeaaqaaaaaaaaaaaaaajguwyjk4mjfjlta2njutngywni05mgmxltcznzqwmtvinjkxmg/\",\"alt\":\"\",\"author\":\"2\",\"description\":\"\",\"caption\":\"\",\"name\":\"aaeaaqaaaaaaaaaaaaaajguwyjk4mjfjlta2njutngywni05mgmxltcznzqwmtvinjkxmg\",\"status\":\"inherit\",\"modified\":1671018388000,\"mime\":\"image/png\",\"icon\":\"https://blueroan.netgen.cloud/wp-includes/images/media/default.png\",\"dateFormatted\":\"December 14, 2022\",\"nonces\":{\"update\":\"79bb056c17\",\"delete\":\"1131556b0d\",\"edit\":\"307a1c4b84\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=1065\\u0026action=edit\",\"meta\":false,\"authorName\":\"Netgen Support\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/profile.php\",\"uploadedToTitle\":\"The Greek Villa\",\"uploadedToLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=1062\\u0026action=edit\",\"filesizeInBytes\":1077382,\"filesizeHumanReadable\":\"1 MB\",\"context\":\"\",\"height\":715,\"width\":1080,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAAJGUwYjk4MjFjLTA2NjUtNGYwNi05MGMxLTczNzQwMTViNjkxMg-150x150.png\",\"orientation\":\"landscape\"},\"medium\":{\"height\":199,\"width\":300,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAAJGUwYjk4MjFjLTA2NjUtNGYwNi05MGMxLTczNzQwMTViNjkxMg-300x199.png\",\"orientation\":\"landscape\"},\"large\":{\"height\":678,\"width\":1024,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAAJGUwYjk4MjFjLTA2NjUtNGYwNi05MGMxLTczNzQwMTViNjkxMg-1024x678.png\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAAJGUwYjk4MjFjLTA2NjUtNGYwNi05MGMxLTczNzQwMTViNjkxMg.png\",\"height\":715,\"width\":1080,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"backgroundPositionDesktop\":{\"x\":0.47,\"y\":0.54},\"backgroundSizeTablet\":\"cover\",\"backgroundSizeMobile\":\"cover\",\"backgroundColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"backgroundImageColor\":\"rgba(42,42,42,0.5)\",\"topPaddingDesktop\":220,\"bottomPaddingDesktop\":150,\"topPaddingTablet\":170,\"bottomPaddingTablet\":160,\"leftPaddingTablet\":30,\"rightPaddingTablet\":30,\"topPaddingMobile\":180,\"bottomPaddingMobile\":80,\"leftPaddingMobile\":20,\"rightPaddingMobile\":20,\"paddingLink\":false,\"variationSelected\":true,\"isBlockRootParent\":true,\"overlayType\":\"color\"} -->\n<div class=\"wp-block-uagb-container uagb-block-6c876507 alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/advanced-heading {\"block_id\":\"577f759f\",\"classMigrate\":true,\"headingDescToggle\":true,\"headingColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"subHeadingColor\":\"var(\\u002d\\u002dast-global-color-4)\",\"headingTag\":\"h1\",\"headSpace\":20,\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"blockTopPadding\":0,\"blockRightPadding\":50,\"blockLeftPadding\":0,\"blockBottomPadding\":0,\"blockTopPaddingTablet\":0,\"blockRightPaddingTablet\":20,\"blockLeftPaddingTablet\":0,\"blockBottomPaddingTablet\":0,\"blockTopPaddingMobile\":0,\"blockRightPaddingMobile\":0,\"blockLeftPaddingMobile\":0,\"blockBottomPaddingMobile\":0,\"blockPaddingUnit\":\"%\",\"blockPaddingUnitTablet\":\"%\"} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-577f759f\"><h1 class=\"uagb-heading-text\">The Greek Villa</h1><p class=\"uagb-desc-text\">With its predominance of white walls, blue ceilings, and attractive rustic furnishings, this Mediterranean design, which was inspired by Greek villas, depicts a laid-back environment.</p></div>\n<!-- /wp:uagb/advanced-heading --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"789d9d54\",\"backgroundType\":\"color\",\"backgroundSizeTablet\":\"cover\",\"backgroundSizeMobile\":\"cover\",\"backgroundColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"topPaddingDesktop\":120,\"bottomPaddingDesktop\":60,\"rightPaddingDesktop\":0,\"topPaddingTablet\":80,\"bottomPaddingTablet\":80,\"leftPaddingTablet\":30,\"rightPaddingTablet\":30,\"topPaddingMobile\":80,\"bottomPaddingMobile\":80,\"leftPaddingMobile\":20,\"rightPaddingMobile\":20,\"paddingLink\":false,\"variationSelected\":true,\"rowGapDesktop\":0,\"isBlockRootParent\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-789d9d54 alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/container {\"block_id\":\"e27ca51f\",\"directionDesktop\":\"row\",\"alignItemsDesktop\":\"flex-end\",\"alignItemsTablet\":\"flex-end\",\"justifyContentDesktop\":\"flex-end\",\"justifyContentTablet\":\"space-between\",\"variationSelected\":true,\"rowGapMobile\":20,\"columnGapDesktop\":0} -->\n<div class=\"wp-block-uagb-container uagb-block-e27ca51f\"><!-- wp:uagb/advanced-heading {\"block_id\":\"d05040fa\",\"classMigrate\":true,\"headingDescToggle\":true,\"subHeadingColor\":\"\",\"headSpace\":20,\"subHeadFontSize\":16} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-d05040fa\"><h2 class=\"uagb-heading-text\">Come &amp; Stay With Us​ at The Acacia suite</h2><p class=\"uagb-desc-text\">This is the largest unit and is at the end of the row. &nbsp;It has one bedroom, a separate bathroom, and a spacious open plan living area opening onto a covered patio with brick braai and comfortable outside furniture. &nbsp;It has a large grassy, fenced, and gated garden.</p></div>\n<!-- /wp:uagb/advanced-heading --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:heading -->\n<h2>The bedroom </h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>This room contains the following: </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list -->\n<ul><!-- wp:list-item -->\n<li>Extra-length queen bed with electric blanket</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Dressing table</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Wall mounted heater</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Oil heater &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Ceiling fan</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Oil heater</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Hair dryer and dressing gowns</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Good quality linen</li>\n<!-- /wp:list-item --></ul>\n<!-- /wp:list --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":1049,\"width\":500,\"height\":334,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full is-resized\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/241548_798x533.jpg\" alt=\"\" class=\"wp-image-1049\" width=\"500\" height=\"334\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":1051,\"width\":500,\"height\":334,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full is-resized\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/241550_798x533.jpg\" alt=\"\" class=\"wp-image-1051\" width=\"500\" height=\"334\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:heading -->\n<h2>The bathroom</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>This room contains the following</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list -->\n<ul><!-- wp:list-item -->\n<li>Corner-shaped spa bath with 6 jets</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Separate shower</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Toilet and basin</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Towels</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Soap, bubble bath &amp; candles, toiletries and toilet paper</li>\n<!-- /wp:list-item --></ul>\n<!-- /wp:list --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:heading -->\n<h2>The Lounge</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>This room contains the following: </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list -->\n<ul><!-- wp:list-item -->\n<li>Log fireplace</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>3-piece upholstered lounge suite</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Additional 3 seater sofa for convenience positioned on the other side of the unit (This sofa can be changed to a single or double bed for extra accommodation by arrangement)</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>TV&nbsp;(DSTV - commercial bouquet with Sports, movies, Mnet, SABC 1,2 3 and Etv)</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>DVD player</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Dining table and 4 chairs</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Books and playing cards</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Glass sliding door out to the patio</li>\n<!-- /wp:list-item --></ul>\n<!-- /wp:list --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":1052,\"width\":500,\"height\":334,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full is-resized\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/241545_798x533.jpg\" alt=\"\" class=\"wp-image-1052\" width=\"500\" height=\"334\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":1054,\"width\":500,\"height\":334,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full is-resized\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/241547_798x533.jpg\" alt=\"The kitchen in the Acacia suite at the Blue Roan country lodge \" class=\"wp-image-1054\" width=\"500\" height=\"334\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:heading -->\n<h2>The kitchen</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>This room contains the following</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list -->\n<ul><!-- wp:list-item -->\n<li>4 plate gas stove and oven</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Microwave oven, kettle, toaster</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Fridge with top freezer compartment</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Pots, pans, cutlery, crockery, wine &amp; champagne glasses</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>All kitchen utensils</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Ironing board and iron</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>All cleaning cloths and detergents and washing up liquid</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Paper towel, salt, pepper, tea, coffee and sugar</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Braai tongs</li>\n<!-- /wp:list-item --></ul>\n<!-- /wp:list --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:heading -->\n<h2>The large patio with <br>mountain views</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>This room contains the following: </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list -->\n<ul><!-- wp:list-item -->\n<li>Chairs with cushions</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Glass table</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Brick braai</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Decorative lighting</li>\n<!-- /wp:list-item --></ul>\n<!-- /wp:list --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":1055,\"width\":500,\"height\":334,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full is-resized\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/241544_798x533.jpg\" alt=\"\" class=\"wp-image-1055\" width=\"500\" height=\"334\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:heading {\"textAlign\":\"center\"} -->\n<h2 class=\"has-text-align-center\">Book your stay </h2>\n<!-- /wp:heading -->\n\n<!-- wp:buttons -->\n<div class=\"wp-block-buttons\"><!-- wp:button {\"align\":\"center\"} -->\n<div class=\"wp-block-button aligncenter\"><a class=\"wp-block-button__link wp-element-button\" href=\"https://book.nightsbridge.com/11065\" target=\"_blank\" rel=\"noreferrer noopener\">Reservations</a></div>\n<!-- /wp:button -->\n\n<!-- wp:button /--></div>\n<!-- /wp:buttons --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"9489a73b\",\"innerContentCustomWidthDesktop\":781,\"innerContentCustomWidthTablet\":781,\"backgroundType\":\"image\",\"backgroundImageDesktop\":{\"uploading\":false,\"date\":1670943271000,\"filename\":\"AAEAAQAAAAAAAAAAAAAA39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba.png\",\"menuOrder\":0,\"uploadedTo\":761,\"type\":\"image\",\"subtype\":\"png\",\"id\":899,\"title\":\"AAEAAQAAAAAAAAAAAAAA39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAA39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba.png\",\"link\":\"https://blueroan.netgen.cloud/accommodation/aaeaaqaaaaaaaaaaaaaa39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba/\",\"alt\":\"\",\"author\":\"2\",\"description\":\"\",\"caption\":\"\",\"name\":\"aaeaaqaaaaaaaaaaaaaa39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba\",\"status\":\"inherit\",\"modified\":1670943271000,\"mime\":\"image/png\",\"icon\":\"https://blueroan.netgen.cloud/wp-includes/images/media/default.png\",\"dateFormatted\":\"December 13, 2022\",\"nonces\":{\"update\":\"45b2b6c69b\",\"delete\":\"75d81c42ab\",\"edit\":\"88fae030a9\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=899\\u0026action=edit\",\"meta\":false,\"authorName\":\"Netgen Support\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/profile.php\",\"uploadedToTitle\":\"Accommodation\",\"uploadedToLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=761\\u0026action=edit\",\"filesizeInBytes\":2338048,\"filesizeHumanReadable\":\"2 MB\",\"context\":\"\",\"height\":900,\"width\":1200,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAA39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba-150x150.png\",\"orientation\":\"landscape\"},\"medium\":{\"height\":225,\"width\":300,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAA39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba-300x225.png\",\"orientation\":\"landscape\"},\"large\":{\"height\":768,\"width\":1024,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAA39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba-1024x768.png\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAA39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba.png\",\"height\":900,\"width\":1200,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"backgroundImageColor\":\"rgba(42,42,42,0.65)\",\"topPaddingDesktop\":144,\"bottomPaddingDesktop\":144,\"leftPaddingDesktop\":40,\"rightPaddingDesktop\":40,\"topPaddingTablet\":80,\"bottomPaddingTablet\":80,\"leftPaddingTablet\":40,\"rightPaddingTablet\":40,\"topPaddingMobile\":64,\"bottomPaddingMobile\":64,\"leftPaddingMobile\":24,\"rightPaddingMobile\":24,\"paddingLink\":false,\"variationSelected\":true,\"isBlockRootParent\":true,\"overlayType\":\"color\"} -->\n<div class=\"wp-block-uagb-container uagb-block-9489a73b alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/advanced-heading {\"block_id\":\"c803bc7a\",\"classMigrate\":true,\"headingDescToggle\":true,\"headingAlign\":\"center\",\"headingColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"subHeadingColor\":\"var(\\u002d\\u002dast-global-color-4)\",\"headSpace\":20} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-c803bc7a\"><h2 class=\"uagb-heading-text\">Plan an Unforgettable Experience at<br>Blue Roan!</h2><p class=\"uagb-desc-text\">We can help you fit your stay and experience within your allotted budget.</p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/advanced-heading {\"block_id\":\"bbcd0374\",\"classMigrate\":true,\"headingTitleToggle\":false,\"headingDescToggle\":true,\"headingAlign\":\"center\",\"subHeadingColor\":\"var(\\u002d\\u002dast-global-color-4)\",\"subHeadTransform\":\"uppercase\",\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"subHeadLetterSpacing\":2,\"blockTopPadding\":60,\"blockRightPadding\":0,\"blockLeftPadding\":0,\"blockBottomPadding\":0,\"blockTopPaddingMobile\":30,\"blockRightPaddingMobile\":0,\"blockLeftPaddingMobile\":0,\"blockBottomPaddingMobile\":0,\"linkColor\":\"var(\\u002d\\u002dast-global-color-8)\",\"linkHColor\":\"var(\\u002d\\u002dast-global-color-1)\"} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-bbcd0374\"><p class=\"uagb-desc-text\"><a href=\"https://book.nightsbridge.com/11065\" target=\"_blank\" rel=\"noreferrer noopener\">BOOK YOUR STAY NOW​<br></a></p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/icon-list {\"block_id\":\"5110b805\",\"classMigrate\":true,\"childMigrate\":true,\"align\":\"center\",\"parentIcon\":\"phone\",\"size\":40,\"sizeMobile\":24,\"sizeTablet\":32,\"fontSize\":48,\"fontSizeMobile\":28,\"fontSizeTablet\":40,\"fontWeight\":\"600\",\"iconColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"labelColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"blockTopPadding\":0,\"blockRightPadding\":0,\"blockLeftPadding\":0,\"blockBottomPadding\":24,\"blockPaddingLink\":false} -->\n<div class=\"wp-block-uagb-icon-list uagb-block-5110b805\"><div class=\"uagb-icon-list__wrap\"><!-- wp:uagb/icon-list-child {\"block_id\":\"1d2432bb\",\"label\":\" + 27 (0) 82 575 5409\",\"label_color\":\"\",\"link\":\"tel:+27825755409\",\"disableLink\":true,\"fromParentIcon\":\"phone\",\"imageSizeChild\":40} -->\n<div class=\"wp-block-uagb-icon-list-child uagb-block-1d2432bb\"><a target=\"_self\" aria-label=\" + 27 (0) 82 575 5409\" rel=\"noopener noreferrer\" href=\"tel:+27825755409\"> </a><span class=\"uagb-icon-list__source-wrap\"><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M511.2 387l-23.25 100.8c-3.266 14.25-15.79 24.22-30.46 24.22C205.2 512 0 306.8 0 54.5c0-14.66 9.969-27.2 24.22-30.45l100.8-23.25C139.7-2.602 154.7 5.018 160.8 18.92l46.52 108.5c5.438 12.78 1.77 27.67-8.98 36.45L144.5 207.1c33.98 69.22 90.26 125.5 159.5 159.5l44.08-53.8c8.688-10.78 23.69-14.51 36.47-8.975l108.5 46.51C506.1 357.2 514.6 372.4 511.2 387z\"></path></svg></span><span class=\"uagb-icon-list__label\"> + 27 (0) 82 575 5409</span></div>\n<!-- /wp:uagb/icon-list-child -->\n\n<!-- wp:uagb/icon-list-child {\"block_id\":\"0d01069d\",\"label\":\"blueroan@ugo.co.za\",\"icon\":\"envelope\",\"label_color\":\"\",\"link\":\"mailto:blueroan@ugo.co.za\",\"disableLink\":true,\"fromParentIcon\":\"phone\",\"imageSizeChild\":40} -->\n<div class=\"wp-block-uagb-icon-list-child uagb-block-0d01069d\"><a target=\"_self\" aria-label=\"blueroan@ugo.co.za\" rel=\"noopener noreferrer\" href=\"mailto:blueroan@ugo.co.za\"> </a><span class=\"uagb-icon-list__source-wrap\"><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M464 64C490.5 64 512 85.49 512 112C512 127.1 504.9 141.3 492.8 150.4L275.2 313.6C263.8 322.1 248.2 322.1 236.8 313.6L19.2 150.4C7.113 141.3 0 127.1 0 112C0 85.49 21.49 64 48 64H464zM217.6 339.2C240.4 356.3 271.6 356.3 294.4 339.2L512 176V384C512 419.3 483.3 448 448 448H64C28.65 448 0 419.3 0 384V176L217.6 339.2z\"></path></svg></span><span class=\"uagb-icon-list__label\">blueroan@ugo.co.za</span></div>\n<!-- /wp:uagb/icon-list-child --></div></div>\n<!-- /wp:uagb/icon-list --></div></div>\n<!-- /wp:uagb/container -->',	'The Greek Villa',	'',	'inherit',	'closed',	'closed',	'',	'1062-revision-v1',	'',	'',	'2022-12-14 11:46:38',	'2022-12-14 11:46:38',	'',	1062,	'https://blueroan.netgen.cloud/?p=1066',	0,	'revision',	'',	0),
(1067,	2,	'2022-12-14 11:47:06',	'2022-12-14 11:47:06',	'<!-- wp:uagb/container {\"block_id\":\"6c876507\",\"backgroundType\":\"image\",\"backgroundImageDesktop\":{\"uploading\":false,\"date\":1671018388000,\"filename\":\"AAEAAQAAAAAAAAAAAAAAJGUwYjk4MjFjLTA2NjUtNGYwNi05MGMxLTczNzQwMTViNjkxMg.png\",\"menuOrder\":0,\"uploadedTo\":1062,\"type\":\"image\",\"subtype\":\"png\",\"id\":1065,\"title\":\"AAEAAQAAAAAAAAAAAAAAJGUwYjk4MjFjLTA2NjUtNGYwNi05MGMxLTczNzQwMTViNjkxMg\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAAJGUwYjk4MjFjLTA2NjUtNGYwNi05MGMxLTczNzQwMTViNjkxMg.png\",\"link\":\"https://blueroan.netgen.cloud/the-greek-villa/aaeaaqaaaaaaaaaaaaaajguwyjk4mjfjlta2njutngywni05mgmxltcznzqwmtvinjkxmg/\",\"alt\":\"\",\"author\":\"2\",\"description\":\"\",\"caption\":\"\",\"name\":\"aaeaaqaaaaaaaaaaaaaajguwyjk4mjfjlta2njutngywni05mgmxltcznzqwmtvinjkxmg\",\"status\":\"inherit\",\"modified\":1671018388000,\"mime\":\"image/png\",\"icon\":\"https://blueroan.netgen.cloud/wp-includes/images/media/default.png\",\"dateFormatted\":\"December 14, 2022\",\"nonces\":{\"update\":\"79bb056c17\",\"delete\":\"1131556b0d\",\"edit\":\"307a1c4b84\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=1065\\u0026action=edit\",\"meta\":false,\"authorName\":\"Netgen Support\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/profile.php\",\"uploadedToTitle\":\"The Greek Villa\",\"uploadedToLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=1062\\u0026action=edit\",\"filesizeInBytes\":1077382,\"filesizeHumanReadable\":\"1 MB\",\"context\":\"\",\"height\":715,\"width\":1080,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAAJGUwYjk4MjFjLTA2NjUtNGYwNi05MGMxLTczNzQwMTViNjkxMg-150x150.png\",\"orientation\":\"landscape\"},\"medium\":{\"height\":199,\"width\":300,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAAJGUwYjk4MjFjLTA2NjUtNGYwNi05MGMxLTczNzQwMTViNjkxMg-300x199.png\",\"orientation\":\"landscape\"},\"large\":{\"height\":678,\"width\":1024,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAAJGUwYjk4MjFjLTA2NjUtNGYwNi05MGMxLTczNzQwMTViNjkxMg-1024x678.png\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAAJGUwYjk4MjFjLTA2NjUtNGYwNi05MGMxLTczNzQwMTViNjkxMg.png\",\"height\":715,\"width\":1080,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"backgroundPositionDesktop\":{\"x\":0.49,\"y\":0.8},\"backgroundSizeTablet\":\"cover\",\"backgroundSizeMobile\":\"cover\",\"backgroundColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"backgroundImageColor\":\"rgba(42,42,42,0.5)\",\"topPaddingDesktop\":220,\"bottomPaddingDesktop\":150,\"topPaddingTablet\":170,\"bottomPaddingTablet\":160,\"leftPaddingTablet\":30,\"rightPaddingTablet\":30,\"topPaddingMobile\":180,\"bottomPaddingMobile\":80,\"leftPaddingMobile\":20,\"rightPaddingMobile\":20,\"paddingLink\":false,\"variationSelected\":true,\"isBlockRootParent\":true,\"overlayType\":\"color\"} -->\n<div class=\"wp-block-uagb-container uagb-block-6c876507 alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/advanced-heading {\"block_id\":\"577f759f\",\"classMigrate\":true,\"headingDescToggle\":true,\"headingColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"subHeadingColor\":\"var(\\u002d\\u002dast-global-color-4)\",\"headingTag\":\"h1\",\"headSpace\":20,\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"blockTopPadding\":0,\"blockRightPadding\":50,\"blockLeftPadding\":0,\"blockBottomPadding\":0,\"blockTopPaddingTablet\":0,\"blockRightPaddingTablet\":20,\"blockLeftPaddingTablet\":0,\"blockBottomPaddingTablet\":0,\"blockTopPaddingMobile\":0,\"blockRightPaddingMobile\":0,\"blockLeftPaddingMobile\":0,\"blockBottomPaddingMobile\":0,\"blockPaddingUnit\":\"%\",\"blockPaddingUnitTablet\":\"%\"} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-577f759f\"><h1 class=\"uagb-heading-text\">The Greek Villa</h1><p class=\"uagb-desc-text\">With its predominance of white walls, blue ceilings, and attractive rustic furnishings, this Mediterranean design, which was inspired by Greek villas, depicts a laid-back environment.</p></div>\n<!-- /wp:uagb/advanced-heading --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"789d9d54\",\"backgroundType\":\"color\",\"backgroundSizeTablet\":\"cover\",\"backgroundSizeMobile\":\"cover\",\"backgroundColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"topPaddingDesktop\":120,\"bottomPaddingDesktop\":60,\"rightPaddingDesktop\":0,\"topPaddingTablet\":80,\"bottomPaddingTablet\":80,\"leftPaddingTablet\":30,\"rightPaddingTablet\":30,\"topPaddingMobile\":80,\"bottomPaddingMobile\":80,\"leftPaddingMobile\":20,\"rightPaddingMobile\":20,\"paddingLink\":false,\"variationSelected\":true,\"rowGapDesktop\":0,\"isBlockRootParent\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-789d9d54 alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/container {\"block_id\":\"e27ca51f\",\"directionDesktop\":\"row\",\"alignItemsDesktop\":\"flex-end\",\"alignItemsTablet\":\"flex-end\",\"justifyContentDesktop\":\"flex-end\",\"justifyContentTablet\":\"space-between\",\"variationSelected\":true,\"rowGapMobile\":20,\"columnGapDesktop\":0} -->\n<div class=\"wp-block-uagb-container uagb-block-e27ca51f\"><!-- wp:uagb/advanced-heading {\"block_id\":\"d05040fa\",\"classMigrate\":true,\"headingDescToggle\":true,\"subHeadingColor\":\"\",\"headSpace\":20,\"subHeadFontSize\":16} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-d05040fa\"><h2 class=\"uagb-heading-text\">Come &amp; Stay With Us​ at The Acacia suite</h2><p class=\"uagb-desc-text\">This is the largest unit and is at the end of the row. &nbsp;It has one bedroom, a separate bathroom, and a spacious open plan living area opening onto a covered patio with brick braai and comfortable outside furniture. &nbsp;It has a large grassy, fenced, and gated garden.</p></div>\n<!-- /wp:uagb/advanced-heading --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:heading -->\n<h2>The bedroom </h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>This room contains the following: </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list -->\n<ul><!-- wp:list-item -->\n<li>Extra-length queen bed with electric blanket</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Dressing table</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Wall mounted heater</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Oil heater &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Ceiling fan</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Oil heater</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Hair dryer and dressing gowns</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Good quality linen</li>\n<!-- /wp:list-item --></ul>\n<!-- /wp:list --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":1049,\"width\":500,\"height\":334,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full is-resized\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/241548_798x533.jpg\" alt=\"\" class=\"wp-image-1049\" width=\"500\" height=\"334\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":1051,\"width\":500,\"height\":334,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full is-resized\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/241550_798x533.jpg\" alt=\"\" class=\"wp-image-1051\" width=\"500\" height=\"334\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:heading -->\n<h2>The bathroom</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>This room contains the following</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list -->\n<ul><!-- wp:list-item -->\n<li>Corner-shaped spa bath with 6 jets</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Separate shower</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Toilet and basin</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Towels</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Soap, bubble bath &amp; candles, toiletries and toilet paper</li>\n<!-- /wp:list-item --></ul>\n<!-- /wp:list --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:heading -->\n<h2>The Lounge</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>This room contains the following: </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list -->\n<ul><!-- wp:list-item -->\n<li>Log fireplace</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>3-piece upholstered lounge suite</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Additional 3 seater sofa for convenience positioned on the other side of the unit (This sofa can be changed to a single or double bed for extra accommodation by arrangement)</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>TV&nbsp;(DSTV - commercial bouquet with Sports, movies, Mnet, SABC 1,2 3 and Etv)</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>DVD player</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Dining table and 4 chairs</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Books and playing cards</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Glass sliding door out to the patio</li>\n<!-- /wp:list-item --></ul>\n<!-- /wp:list --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":1052,\"width\":500,\"height\":334,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full is-resized\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/241545_798x533.jpg\" alt=\"\" class=\"wp-image-1052\" width=\"500\" height=\"334\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":1054,\"width\":500,\"height\":334,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full is-resized\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/241547_798x533.jpg\" alt=\"The kitchen in the Acacia suite at the Blue Roan country lodge \" class=\"wp-image-1054\" width=\"500\" height=\"334\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:heading -->\n<h2>The kitchen</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>This room contains the following</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list -->\n<ul><!-- wp:list-item -->\n<li>4 plate gas stove and oven</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Microwave oven, kettle, toaster</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Fridge with top freezer compartment</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Pots, pans, cutlery, crockery, wine &amp; champagne glasses</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>All kitchen utensils</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Ironing board and iron</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>All cleaning cloths and detergents and washing up liquid</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Paper towel, salt, pepper, tea, coffee and sugar</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Braai tongs</li>\n<!-- /wp:list-item --></ul>\n<!-- /wp:list --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:heading -->\n<h2>The large patio with <br>mountain views</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>This room contains the following: </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list -->\n<ul><!-- wp:list-item -->\n<li>Chairs with cushions</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Glass table</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Brick braai</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Decorative lighting</li>\n<!-- /wp:list-item --></ul>\n<!-- /wp:list --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":1055,\"width\":500,\"height\":334,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full is-resized\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/241544_798x533.jpg\" alt=\"\" class=\"wp-image-1055\" width=\"500\" height=\"334\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:heading {\"textAlign\":\"center\"} -->\n<h2 class=\"has-text-align-center\">Book your stay </h2>\n<!-- /wp:heading -->\n\n<!-- wp:buttons -->\n<div class=\"wp-block-buttons\"><!-- wp:button {\"align\":\"center\"} -->\n<div class=\"wp-block-button aligncenter\"><a class=\"wp-block-button__link wp-element-button\" href=\"https://book.nightsbridge.com/11065\" target=\"_blank\" rel=\"noreferrer noopener\">Reservations</a></div>\n<!-- /wp:button -->\n\n<!-- wp:button /--></div>\n<!-- /wp:buttons --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"9489a73b\",\"innerContentCustomWidthDesktop\":781,\"innerContentCustomWidthTablet\":781,\"backgroundType\":\"image\",\"backgroundImageDesktop\":{\"uploading\":false,\"date\":1670943271000,\"filename\":\"AAEAAQAAAAAAAAAAAAAA39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba.png\",\"menuOrder\":0,\"uploadedTo\":761,\"type\":\"image\",\"subtype\":\"png\",\"id\":899,\"title\":\"AAEAAQAAAAAAAAAAAAAA39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAA39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba.png\",\"link\":\"https://blueroan.netgen.cloud/accommodation/aaeaaqaaaaaaaaaaaaaa39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba/\",\"alt\":\"\",\"author\":\"2\",\"description\":\"\",\"caption\":\"\",\"name\":\"aaeaaqaaaaaaaaaaaaaa39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba\",\"status\":\"inherit\",\"modified\":1670943271000,\"mime\":\"image/png\",\"icon\":\"https://blueroan.netgen.cloud/wp-includes/images/media/default.png\",\"dateFormatted\":\"December 13, 2022\",\"nonces\":{\"update\":\"45b2b6c69b\",\"delete\":\"75d81c42ab\",\"edit\":\"88fae030a9\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=899\\u0026action=edit\",\"meta\":false,\"authorName\":\"Netgen Support\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/profile.php\",\"uploadedToTitle\":\"Accommodation\",\"uploadedToLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=761\\u0026action=edit\",\"filesizeInBytes\":2338048,\"filesizeHumanReadable\":\"2 MB\",\"context\":\"\",\"height\":900,\"width\":1200,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAA39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba-150x150.png\",\"orientation\":\"landscape\"},\"medium\":{\"height\":225,\"width\":300,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAA39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba-300x225.png\",\"orientation\":\"landscape\"},\"large\":{\"height\":768,\"width\":1024,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAA39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba-1024x768.png\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAA39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba.png\",\"height\":900,\"width\":1200,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"backgroundImageColor\":\"rgba(42,42,42,0.65)\",\"topPaddingDesktop\":144,\"bottomPaddingDesktop\":144,\"leftPaddingDesktop\":40,\"rightPaddingDesktop\":40,\"topPaddingTablet\":80,\"bottomPaddingTablet\":80,\"leftPaddingTablet\":40,\"rightPaddingTablet\":40,\"topPaddingMobile\":64,\"bottomPaddingMobile\":64,\"leftPaddingMobile\":24,\"rightPaddingMobile\":24,\"paddingLink\":false,\"variationSelected\":true,\"isBlockRootParent\":true,\"overlayType\":\"color\"} -->\n<div class=\"wp-block-uagb-container uagb-block-9489a73b alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/advanced-heading {\"block_id\":\"c803bc7a\",\"classMigrate\":true,\"headingDescToggle\":true,\"headingAlign\":\"center\",\"headingColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"subHeadingColor\":\"var(\\u002d\\u002dast-global-color-4)\",\"headSpace\":20} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-c803bc7a\"><h2 class=\"uagb-heading-text\">Plan an Unforgettable Experience at<br>Blue Roan!</h2><p class=\"uagb-desc-text\">We can help you fit your stay and experience within your allotted budget.</p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/advanced-heading {\"block_id\":\"bbcd0374\",\"classMigrate\":true,\"headingTitleToggle\":false,\"headingDescToggle\":true,\"headingAlign\":\"center\",\"subHeadingColor\":\"var(\\u002d\\u002dast-global-color-4)\",\"subHeadTransform\":\"uppercase\",\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"subHeadLetterSpacing\":2,\"blockTopPadding\":60,\"blockRightPadding\":0,\"blockLeftPadding\":0,\"blockBottomPadding\":0,\"blockTopPaddingMobile\":30,\"blockRightPaddingMobile\":0,\"blockLeftPaddingMobile\":0,\"blockBottomPaddingMobile\":0,\"linkColor\":\"var(\\u002d\\u002dast-global-color-8)\",\"linkHColor\":\"var(\\u002d\\u002dast-global-color-1)\"} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-bbcd0374\"><p class=\"uagb-desc-text\"><a href=\"https://book.nightsbridge.com/11065\" target=\"_blank\" rel=\"noreferrer noopener\">BOOK YOUR STAY NOW​<br></a></p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/icon-list {\"block_id\":\"5110b805\",\"classMigrate\":true,\"childMigrate\":true,\"align\":\"center\",\"parentIcon\":\"phone\",\"size\":40,\"sizeMobile\":24,\"sizeTablet\":32,\"fontSize\":48,\"fontSizeMobile\":28,\"fontSizeTablet\":40,\"fontWeight\":\"600\",\"iconColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"labelColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"blockTopPadding\":0,\"blockRightPadding\":0,\"blockLeftPadding\":0,\"blockBottomPadding\":24,\"blockPaddingLink\":false} -->\n<div class=\"wp-block-uagb-icon-list uagb-block-5110b805\"><div class=\"uagb-icon-list__wrap\"><!-- wp:uagb/icon-list-child {\"block_id\":\"1d2432bb\",\"label\":\" + 27 (0) 82 575 5409\",\"label_color\":\"\",\"link\":\"tel:+27825755409\",\"disableLink\":true,\"fromParentIcon\":\"phone\",\"imageSizeChild\":40} -->\n<div class=\"wp-block-uagb-icon-list-child uagb-block-1d2432bb\"><a target=\"_self\" aria-label=\" + 27 (0) 82 575 5409\" rel=\"noopener noreferrer\" href=\"tel:+27825755409\"> </a><span class=\"uagb-icon-list__source-wrap\"><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M511.2 387l-23.25 100.8c-3.266 14.25-15.79 24.22-30.46 24.22C205.2 512 0 306.8 0 54.5c0-14.66 9.969-27.2 24.22-30.45l100.8-23.25C139.7-2.602 154.7 5.018 160.8 18.92l46.52 108.5c5.438 12.78 1.77 27.67-8.98 36.45L144.5 207.1c33.98 69.22 90.26 125.5 159.5 159.5l44.08-53.8c8.688-10.78 23.69-14.51 36.47-8.975l108.5 46.51C506.1 357.2 514.6 372.4 511.2 387z\"></path></svg></span><span class=\"uagb-icon-list__label\"> + 27 (0) 82 575 5409</span></div>\n<!-- /wp:uagb/icon-list-child -->\n\n<!-- wp:uagb/icon-list-child {\"block_id\":\"0d01069d\",\"label\":\"blueroan@ugo.co.za\",\"icon\":\"envelope\",\"label_color\":\"\",\"link\":\"mailto:blueroan@ugo.co.za\",\"disableLink\":true,\"fromParentIcon\":\"phone\",\"imageSizeChild\":40} -->\n<div class=\"wp-block-uagb-icon-list-child uagb-block-0d01069d\"><a target=\"_self\" aria-label=\"blueroan@ugo.co.za\" rel=\"noopener noreferrer\" href=\"mailto:blueroan@ugo.co.za\"> </a><span class=\"uagb-icon-list__source-wrap\"><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M464 64C490.5 64 512 85.49 512 112C512 127.1 504.9 141.3 492.8 150.4L275.2 313.6C263.8 322.1 248.2 322.1 236.8 313.6L19.2 150.4C7.113 141.3 0 127.1 0 112C0 85.49 21.49 64 48 64H464zM217.6 339.2C240.4 356.3 271.6 356.3 294.4 339.2L512 176V384C512 419.3 483.3 448 448 448H64C28.65 448 0 419.3 0 384V176L217.6 339.2z\"></path></svg></span><span class=\"uagb-icon-list__label\">blueroan@ugo.co.za</span></div>\n<!-- /wp:uagb/icon-list-child --></div></div>\n<!-- /wp:uagb/icon-list --></div></div>\n<!-- /wp:uagb/container -->',	'The Greek Villa',	'',	'inherit',	'closed',	'closed',	'',	'1062-revision-v1',	'',	'',	'2022-12-14 11:47:06',	'2022-12-14 11:47:06',	'',	1062,	'https://blueroan.netgen.cloud/?p=1067',	0,	'revision',	'',	0),
(1069,	2,	'2022-12-14 11:58:51',	'2022-12-14 11:58:51',	'',	'241557_798x533',	'',	'inherit',	'open',	'closed',	'',	'241557_798x533',	'',	'',	'2022-12-14 11:58:51',	'2022-12-14 11:58:51',	'',	1062,	'https://blueroan.netgen.cloud/wp-content/uploads/2022/12/241557_798x533.jpg',	0,	'attachment',	'image/jpeg',	0),
(1070,	2,	'2022-12-14 11:59:32',	'2022-12-14 11:59:32',	'',	'241555_798x533',	'',	'inherit',	'open',	'closed',	'',	'241555_798x533',	'',	'',	'2022-12-14 11:59:32',	'2022-12-14 11:59:32',	'',	1062,	'https://blueroan.netgen.cloud/wp-content/uploads/2022/12/241555_798x533.jpg',	0,	'attachment',	'image/jpeg',	0),
(1071,	2,	'2022-12-14 12:02:03',	'2022-12-14 12:02:03',	'',	'AAEAAQAAAAAAAAAAAAAAJDMxNjE5ZTMzLTc5NzYtNDBiYi1hNzljLWIzMjMyNmJjYWMzMQ',	'',	'inherit',	'open',	'closed',	'',	'aaeaaqaaaaaaaaaaaaaajdmxnje5ztmzltc5nzytndbiyi1hnzljlwizmjmynmjjywmzmq',	'',	'',	'2022-12-14 12:02:03',	'2022-12-14 12:02:03',	'',	1062,	'https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAAJDMxNjE5ZTMzLTc5NzYtNDBiYi1hNzljLWIzMjMyNmJjYWMzMQ.png',	0,	'attachment',	'image/png',	0),
(1072,	2,	'2022-12-14 12:05:02',	'2022-12-14 12:05:02',	'',	'241553_798x533-1',	'',	'inherit',	'open',	'closed',	'',	'241553_798x533-1',	'',	'',	'2022-12-14 12:05:02',	'2022-12-14 12:05:02',	'',	1062,	'https://blueroan.netgen.cloud/wp-content/uploads/2022/12/241553_798x533-1.jpg',	0,	'attachment',	'image/jpeg',	0),
(1073,	2,	'2022-12-14 12:07:35',	'2022-12-14 12:07:35',	'',	'241551_798x533',	'',	'inherit',	'open',	'closed',	'',	'241551_798x533',	'',	'',	'2022-12-14 12:07:35',	'2022-12-14 12:07:35',	'',	1062,	'https://blueroan.netgen.cloud/wp-content/uploads/2022/12/241551_798x533.jpg',	0,	'attachment',	'image/jpeg',	0),
(1074,	2,	'2022-12-14 12:10:49',	'2022-12-14 12:10:49',	'',	'AAEAAQAAAAAAAAAAAAAAJDA2OTI2NjEwLTQ1OWUtNDUwOC05OTBmLTk0YTJhM2U4MjllMA',	'',	'inherit',	'open',	'closed',	'',	'aaeaaqaaaaaaaaaaaaaajda2oti2njewltq1owutnduwoc05otbmltk0ytjhm2u4mjllma',	'',	'',	'2022-12-14 12:10:49',	'2022-12-14 12:10:49',	'',	1062,	'https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAAJDA2OTI2NjEwLTQ1OWUtNDUwOC05OTBmLTk0YTJhM2U4MjllMA.png',	0,	'attachment',	'image/png',	0),
(1075,	2,	'2022-12-14 12:12:40',	'2022-12-14 12:12:40',	'<!-- wp:uagb/container {\"block_id\":\"56ee8db2\",\"backgroundType\":\"image\",\"backgroundImageDesktop\":{\"uploading\":false,\"date\":1671018388000,\"filename\":\"AAEAAQAAAAAAAAAAAAAAJGUwYjk4MjFjLTA2NjUtNGYwNi05MGMxLTczNzQwMTViNjkxMg.png\",\"menuOrder\":0,\"uploadedTo\":1062,\"type\":\"image\",\"subtype\":\"png\",\"id\":1065,\"title\":\"AAEAAQAAAAAAAAAAAAAAJGUwYjk4MjFjLTA2NjUtNGYwNi05MGMxLTczNzQwMTViNjkxMg\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAAJGUwYjk4MjFjLTA2NjUtNGYwNi05MGMxLTczNzQwMTViNjkxMg.png\",\"link\":\"https://blueroan.netgen.cloud/the-greek-villa/aaeaaqaaaaaaaaaaaaaajguwyjk4mjfjlta2njutngywni05mgmxltcznzqwmtvinjkxmg/\",\"alt\":\"\",\"author\":\"2\",\"description\":\"\",\"caption\":\"\",\"name\":\"aaeaaqaaaaaaaaaaaaaajguwyjk4mjfjlta2njutngywni05mgmxltcznzqwmtvinjkxmg\",\"status\":\"inherit\",\"modified\":1671018388000,\"mime\":\"image/png\",\"icon\":\"https://blueroan.netgen.cloud/wp-includes/images/media/default.png\",\"dateFormatted\":\"December 14, 2022\",\"nonces\":{\"update\":\"79bb056c17\",\"delete\":\"1131556b0d\",\"edit\":\"307a1c4b84\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=1065\\u0026action=edit\",\"meta\":false,\"authorName\":\"Netgen Support\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/profile.php\",\"uploadedToTitle\":\"The Greek Villa\",\"uploadedToLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=1062\\u0026action=edit\",\"filesizeInBytes\":1077382,\"filesizeHumanReadable\":\"1 MB\",\"context\":\"\",\"height\":715,\"width\":1080,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAAJGUwYjk4MjFjLTA2NjUtNGYwNi05MGMxLTczNzQwMTViNjkxMg-150x150.png\",\"orientation\":\"landscape\"},\"medium\":{\"height\":199,\"width\":300,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAAJGUwYjk4MjFjLTA2NjUtNGYwNi05MGMxLTczNzQwMTViNjkxMg-300x199.png\",\"orientation\":\"landscape\"},\"large\":{\"height\":678,\"width\":1024,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAAJGUwYjk4MjFjLTA2NjUtNGYwNi05MGMxLTczNzQwMTViNjkxMg-1024x678.png\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAAJGUwYjk4MjFjLTA2NjUtNGYwNi05MGMxLTczNzQwMTViNjkxMg.png\",\"height\":715,\"width\":1080,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"backgroundPositionDesktop\":{\"x\":0.49,\"y\":0.8},\"backgroundSizeTablet\":\"cover\",\"backgroundSizeMobile\":\"cover\",\"backgroundColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"backgroundImageColor\":\"rgba(42,42,42,0.5)\",\"topPaddingDesktop\":220,\"bottomPaddingDesktop\":150,\"topPaddingTablet\":170,\"bottomPaddingTablet\":160,\"leftPaddingTablet\":30,\"rightPaddingTablet\":30,\"topPaddingMobile\":180,\"bottomPaddingMobile\":80,\"leftPaddingMobile\":20,\"rightPaddingMobile\":20,\"paddingLink\":false,\"variationSelected\":true,\"isBlockRootParent\":true,\"overlayType\":\"color\"} -->\n<div class=\"wp-block-uagb-container uagb-block-56ee8db2 alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/advanced-heading {\"block_id\":\"39374dbf\",\"classMigrate\":true,\"headingDescToggle\":true,\"headingColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"subHeadingColor\":\"var(\\u002d\\u002dast-global-color-4)\",\"headingTag\":\"h1\",\"headSpace\":20,\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"blockTopPadding\":0,\"blockRightPadding\":50,\"blockLeftPadding\":0,\"blockBottomPadding\":0,\"blockTopPaddingTablet\":0,\"blockRightPaddingTablet\":20,\"blockLeftPaddingTablet\":0,\"blockBottomPaddingTablet\":0,\"blockTopPaddingMobile\":0,\"blockRightPaddingMobile\":0,\"blockLeftPaddingMobile\":0,\"blockBottomPaddingMobile\":0,\"blockPaddingUnit\":\"%\",\"blockPaddingUnitTablet\":\"%\"} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-39374dbf\"><h1 class=\"uagb-heading-text\">The Greek Villa</h1><p class=\"uagb-desc-text\">With its predominance of white walls, blue ceilings, and attractive rustic furnishings, this Mediterranean design, which was inspired by Greek villas, depicts a laid-back environment.</p></div>\n<!-- /wp:uagb/advanced-heading --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"83facedf\",\"backgroundType\":\"color\",\"backgroundSizeTablet\":\"cover\",\"backgroundSizeMobile\":\"cover\",\"backgroundColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"topPaddingDesktop\":120,\"bottomPaddingDesktop\":60,\"rightPaddingDesktop\":0,\"topPaddingTablet\":80,\"bottomPaddingTablet\":80,\"leftPaddingTablet\":30,\"rightPaddingTablet\":30,\"topPaddingMobile\":80,\"bottomPaddingMobile\":80,\"leftPaddingMobile\":20,\"rightPaddingMobile\":20,\"paddingLink\":false,\"variationSelected\":true,\"rowGapDesktop\":0,\"isBlockRootParent\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-83facedf alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/container {\"block_id\":\"76713120\",\"directionDesktop\":\"row\",\"alignItemsDesktop\":\"flex-end\",\"alignItemsTablet\":\"flex-end\",\"justifyContentDesktop\":\"flex-end\",\"justifyContentTablet\":\"space-between\",\"variationSelected\":true,\"rowGapMobile\":20,\"columnGapDesktop\":0} -->\n<div class=\"wp-block-uagb-container uagb-block-76713120\"><!-- wp:uagb/advanced-heading {\"block_id\":\"1474ba63\",\"classMigrate\":true,\"headingDescToggle\":true,\"subHeadingColor\":\"\",\"headSpace\":20,\"subHeadFontSize\":16} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-1474ba63\"><h2 class=\"uagb-heading-text\">Come &amp; Stay With Us​ at The Greek Villa</h2><p class=\"uagb-desc-text\">This is our latest luxury unit.  Designed in a Greek villa style, it has one bedroom, a separate bathroom, a Jacuzzi room, kitchen, dining area, and a spacious open plan living area opening onto a large covered patio with built-in red brick braai and outdoor fireplace. The unit has super comfortable furniture inside and out.  It has a large fenced and gated garden but no pets in this one.</p></div>\n<!-- /wp:uagb/advanced-heading --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:heading -->\n<h2>The bedroom </h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>This room contains the following: </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list -->\n<ul><!-- wp:list-item -->\n<li>Extra-length queen bed with electric blanket</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Dressing table</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Ceiling fan</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Heater</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Hair dryer and dressing gowns</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Good quality linen</li>\n<!-- /wp:list-item --></ul>\n<!-- /wp:list --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":1070,\"width\":500,\"height\":334,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full is-resized\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/241555_798x533.jpg\" alt=\"\" class=\"wp-image-1070\" width=\"500\" height=\"334\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":1069,\"width\":500,\"height\":334,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full is-resized\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/241557_798x533.jpg\" alt=\"\" class=\"wp-image-1069\" width=\"500\" height=\"334\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:heading -->\n<h2>The bathroom</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>This room contains the following</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list -->\n<ul><!-- wp:list-item -->\n<li>Large walk-in shower</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Toilet and basin</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Towels</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Soap, toiletries, and toilet paper</li>\n<!-- /wp:list-item --></ul>\n<!-- /wp:list --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:heading -->\n<h2>The Jacuzzi Room</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>This room contains the following: </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list -->\n<ul><!-- wp:list-item -->\n<li>Corner-shaped spa bath with 6 jets</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Bubble bath &amp; candles</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Towels</li>\n<!-- /wp:list-item --></ul>\n<!-- /wp:list --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":1071,\"width\":500,\"height\":334,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large is-resized\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAAJDMxNjE5ZTMzLTc5NzYtNDBiYi1hNzljLWIzMjMyNmJjYWMzMQ-1024x678.png\" alt=\"\" class=\"wp-image-1071\" width=\"500\" height=\"334\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":1072,\"width\":500,\"height\":334,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full is-resized\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/241553_798x533-1.jpg\" alt=\"\" class=\"wp-image-1072\" width=\"500\" height=\"334\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:heading -->\n<h2>The Lounge </h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>This room contains the following</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list -->\n<ul><!-- wp:list-item -->\n<li>Log fireplace &amp; heater</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Lounge suite</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>TV (DSTV - commercial bouquet with Sports, news, movies, Mnet, SABC 1,2 3 and Etv and other channels)</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>DVD player </li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Books and playing cards</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Glass sliding door out to the patio</li>\n<!-- /wp:list-item --></ul>\n<!-- /wp:list --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:heading -->\n<h2>The Kitchen</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>This room contains the following: </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list -->\n<ul><!-- wp:list-item -->\n<li>4-plate gas stove and oven</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Microwave oven, kettle, toaster</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Fridge with top freezer compartment</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Pots, pans, cutlery, crockery, wine &amp; champagne glasses</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>All kitchen utensils</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Ironing board and iron</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>All cleaning cloths and detergents and washing up liquid</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Paper towel, salt, pepper, tea, coffee and sugar</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Braai tongs</li>\n<!-- /wp:list-item --></ul>\n<!-- /wp:list --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":1074,\"width\":500,\"height\":334,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large is-resized\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAAJDA2OTI2NjEwLTQ1OWUtNDUwOC05OTBmLTk0YTJhM2U4MjllMA-1024x678.png\" alt=\"\" class=\"wp-image-1074\" width=\"500\" height=\"334\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":1073,\"width\":500,\"height\":334,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full is-resized\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/241551_798x533.jpg\" alt=\"\" class=\"wp-image-1073\" width=\"500\" height=\"334\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:heading -->\n<h2>The large patio with <br>mountain views</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>This room contains the following</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list -->\n<ul><!-- wp:list-item -->\n<li>Large walk-in shower</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Toilet and basin</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Towels</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Soap, toiletries, and toilet paper</li>\n<!-- /wp:list-item --></ul>\n<!-- /wp:list --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:heading {\"textAlign\":\"center\"} -->\n<h2 class=\"has-text-align-center\">Book your stay </h2>\n<!-- /wp:heading -->\n\n<!-- wp:buttons -->\n<div class=\"wp-block-buttons\"><!-- wp:button {\"align\":\"center\"} -->\n<div class=\"wp-block-button aligncenter\"><a class=\"wp-block-button__link wp-element-button\" href=\"https://book.nightsbridge.com/11065\" target=\"_blank\" rel=\"noreferrer noopener\">Reservations</a></div>\n<!-- /wp:button -->\n\n<!-- wp:button /--></div>\n<!-- /wp:buttons --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"74df5586\",\"innerContentCustomWidthDesktop\":781,\"innerContentCustomWidthTablet\":781,\"backgroundType\":\"image\",\"backgroundImageDesktop\":{\"uploading\":false,\"date\":1670943271000,\"filename\":\"AAEAAQAAAAAAAAAAAAAA39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba.png\",\"menuOrder\":0,\"uploadedTo\":761,\"type\":\"image\",\"subtype\":\"png\",\"id\":899,\"title\":\"AAEAAQAAAAAAAAAAAAAA39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAA39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba.png\",\"link\":\"https://blueroan.netgen.cloud/accommodation/aaeaaqaaaaaaaaaaaaaa39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba/\",\"alt\":\"\",\"author\":\"2\",\"description\":\"\",\"caption\":\"\",\"name\":\"aaeaaqaaaaaaaaaaaaaa39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba\",\"status\":\"inherit\",\"modified\":1670943271000,\"mime\":\"image/png\",\"icon\":\"https://blueroan.netgen.cloud/wp-includes/images/media/default.png\",\"dateFormatted\":\"December 13, 2022\",\"nonces\":{\"update\":\"45b2b6c69b\",\"delete\":\"75d81c42ab\",\"edit\":\"88fae030a9\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=899\\u0026action=edit\",\"meta\":false,\"authorName\":\"Netgen Support\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/profile.php\",\"uploadedToTitle\":\"Accommodation\",\"uploadedToLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=761\\u0026action=edit\",\"filesizeInBytes\":2338048,\"filesizeHumanReadable\":\"2 MB\",\"context\":\"\",\"height\":900,\"width\":1200,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAA39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba-150x150.png\",\"orientation\":\"landscape\"},\"medium\":{\"height\":225,\"width\":300,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAA39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba-300x225.png\",\"orientation\":\"landscape\"},\"large\":{\"height\":768,\"width\":1024,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAA39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba-1024x768.png\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAA39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba.png\",\"height\":900,\"width\":1200,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"backgroundImageColor\":\"rgba(42,42,42,0.65)\",\"topPaddingDesktop\":144,\"bottomPaddingDesktop\":144,\"leftPaddingDesktop\":40,\"rightPaddingDesktop\":40,\"topPaddingTablet\":80,\"bottomPaddingTablet\":80,\"leftPaddingTablet\":40,\"rightPaddingTablet\":40,\"topPaddingMobile\":64,\"bottomPaddingMobile\":64,\"leftPaddingMobile\":24,\"rightPaddingMobile\":24,\"paddingLink\":false,\"variationSelected\":true,\"isBlockRootParent\":true,\"overlayType\":\"color\"} -->\n<div class=\"wp-block-uagb-container uagb-block-74df5586 alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/advanced-heading {\"block_id\":\"a4ca4ba7\",\"classMigrate\":true,\"headingDescToggle\":true,\"headingAlign\":\"center\",\"headingColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"subHeadingColor\":\"var(\\u002d\\u002dast-global-color-4)\",\"headSpace\":20} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-a4ca4ba7\"><h2 class=\"uagb-heading-text\">Plan an Unforgettable Experience at<br>Blue Roan!</h2><p class=\"uagb-desc-text\">We can help you fit your stay and experience within your allotted budget.</p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/advanced-heading {\"block_id\":\"dc3cdab1\",\"classMigrate\":true,\"headingTitleToggle\":false,\"headingDescToggle\":true,\"headingAlign\":\"center\",\"subHeadingColor\":\"var(\\u002d\\u002dast-global-color-4)\",\"subHeadTransform\":\"uppercase\",\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"subHeadLetterSpacing\":2,\"blockTopPadding\":60,\"blockRightPadding\":0,\"blockLeftPadding\":0,\"blockBottomPadding\":0,\"blockTopPaddingMobile\":30,\"blockRightPaddingMobile\":0,\"blockLeftPaddingMobile\":0,\"blockBottomPaddingMobile\":0,\"linkColor\":\"var(\\u002d\\u002dast-global-color-8)\",\"linkHColor\":\"var(\\u002d\\u002dast-global-color-1)\"} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-dc3cdab1\"><p class=\"uagb-desc-text\"><a href=\"https://book.nightsbridge.com/11065\" target=\"_blank\" rel=\"noreferrer noopener\">BOOK YOUR STAY NOW​<br></a></p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/icon-list {\"block_id\":\"e9c6d58f\",\"classMigrate\":true,\"childMigrate\":true,\"align\":\"center\",\"parentIcon\":\"phone\",\"size\":40,\"sizeMobile\":24,\"sizeTablet\":32,\"fontSize\":48,\"fontSizeMobile\":28,\"fontSizeTablet\":40,\"fontWeight\":\"600\",\"iconColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"labelColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"blockTopPadding\":0,\"blockRightPadding\":0,\"blockLeftPadding\":0,\"blockBottomPadding\":24,\"blockPaddingLink\":false} -->\n<div class=\"wp-block-uagb-icon-list uagb-block-e9c6d58f\"><div class=\"uagb-icon-list__wrap\"><!-- wp:uagb/icon-list-child {\"block_id\":\"51561211\",\"label\":\" + 27 (0) 82 575 5409\",\"label_color\":\"\",\"link\":\"tel:+27825755409\",\"disableLink\":true,\"fromParentIcon\":\"phone\",\"imageSizeChild\":40} -->\n<div class=\"wp-block-uagb-icon-list-child uagb-block-51561211\"><a target=\"_self\" aria-label=\" + 27 (0) 82 575 5409\" rel=\"noopener noreferrer\" href=\"tel:+27825755409\"> </a><span class=\"uagb-icon-list__source-wrap\"><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M511.2 387l-23.25 100.8c-3.266 14.25-15.79 24.22-30.46 24.22C205.2 512 0 306.8 0 54.5c0-14.66 9.969-27.2 24.22-30.45l100.8-23.25C139.7-2.602 154.7 5.018 160.8 18.92l46.52 108.5c5.438 12.78 1.77 27.67-8.98 36.45L144.5 207.1c33.98 69.22 90.26 125.5 159.5 159.5l44.08-53.8c8.688-10.78 23.69-14.51 36.47-8.975l108.5 46.51C506.1 357.2 514.6 372.4 511.2 387z\"></path></svg></span><span class=\"uagb-icon-list__label\"> + 27 (0) 82 575 5409</span></div>\n<!-- /wp:uagb/icon-list-child -->\n\n<!-- wp:uagb/icon-list-child {\"block_id\":\"9fadbc51\",\"label\":\"blueroan@ugo.co.za\",\"icon\":\"envelope\",\"label_color\":\"\",\"link\":\"mailto:blueroan@ugo.co.za\",\"disableLink\":true,\"fromParentIcon\":\"phone\",\"imageSizeChild\":40} -->\n<div class=\"wp-block-uagb-icon-list-child uagb-block-9fadbc51\"><a target=\"_self\" aria-label=\"blueroan@ugo.co.za\" rel=\"noopener noreferrer\" href=\"mailto:blueroan@ugo.co.za\"> </a><span class=\"uagb-icon-list__source-wrap\"><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M464 64C490.5 64 512 85.49 512 112C512 127.1 504.9 141.3 492.8 150.4L275.2 313.6C263.8 322.1 248.2 322.1 236.8 313.6L19.2 150.4C7.113 141.3 0 127.1 0 112C0 85.49 21.49 64 48 64H464zM217.6 339.2C240.4 356.3 271.6 356.3 294.4 339.2L512 176V384C512 419.3 483.3 448 448 448H64C28.65 448 0 419.3 0 384V176L217.6 339.2z\"></path></svg></span><span class=\"uagb-icon-list__label\">blueroan@ugo.co.za</span></div>\n<!-- /wp:uagb/icon-list-child --></div></div>\n<!-- /wp:uagb/icon-list --></div></div>\n<!-- /wp:uagb/container -->',	'The Greek Villa',	'',	'inherit',	'closed',	'closed',	'',	'1062-revision-v1',	'',	'',	'2022-12-14 12:12:40',	'2022-12-14 12:12:40',	'',	1062,	'https://blueroan.netgen.cloud/?p=1075',	0,	'revision',	'',	0),
(1076,	2,	'2022-12-14 12:14:16',	'2022-12-14 12:14:16',	'<!-- wp:uagb/container {\"block_id\":\"f3070901\",\"backgroundType\":\"image\",\"backgroundImageDesktop\":{\"id\":797,\"title\":\"blue-roan-guest-farm (13)\",\"filename\":\"blue-roan-guest-farm-13.jpg\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-13.jpg\",\"link\":\"https://blueroan.netgen.cloud/home/blue-roan-guest-farm-13/\",\"alt\":\"\",\"author\":\"2\",\"description\":\"\",\"caption\":\"\",\"name\":\"blue-roan-guest-farm-13\",\"status\":\"inherit\",\"uploadedTo\":760,\"date\":\"2022-12-13T09:37:10.000Z\",\"modified\":\"2022-12-13T09:37:10.000Z\",\"menuOrder\":0,\"mime\":\"image/jpeg\",\"type\":\"image\",\"subtype\":\"jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-includes/images/media/default.png\",\"dateFormatted\":\"December 13, 2022\",\"nonces\":{\"update\":\"88c7dafe15\",\"delete\":\"0e63c986af\",\"edit\":\"ba0aad2d7f\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=797\\u0026action=edit\",\"meta\":false,\"authorName\":\"Netgen Support\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/profile.php\",\"uploadedToTitle\":\"Home\",\"uploadedToLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=760\\u0026action=edit\",\"filesizeInBytes\":201183,\"filesizeHumanReadable\":\"196 KB\",\"context\":\"\",\"height\":667,\"width\":1000,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-13-150x150.jpg\",\"orientation\":\"landscape\"},\"medium\":{\"height\":200,\"width\":300,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-13-300x200.jpg\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-13.jpg\",\"height\":667,\"width\":1000,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"backgroundPositionDesktop\":{\"x\":0.62,\"y\":0.78},\"backgroundSizeTablet\":\"cover\",\"backgroundSizeMobile\":\"cover\",\"backgroundColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"backgroundImageColor\":\"rgba(42,42,42,0.5)\",\"topPaddingDesktop\":220,\"bottomPaddingDesktop\":150,\"topPaddingTablet\":170,\"bottomPaddingTablet\":160,\"leftPaddingTablet\":30,\"rightPaddingTablet\":30,\"topPaddingMobile\":180,\"bottomPaddingMobile\":80,\"leftPaddingMobile\":20,\"rightPaddingMobile\":20,\"paddingLink\":false,\"variationSelected\":true,\"isBlockRootParent\":true,\"overlayType\":\"color\"} -->\n<div class=\"wp-block-uagb-container uagb-block-f3070901 alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/advanced-heading {\"block_id\":\"bc2b7f77\",\"classMigrate\":true,\"headingDescToggle\":true,\"headingColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"subHeadingColor\":\"var(\\u002d\\u002dast-global-color-4)\",\"headingTag\":\"h1\",\"headSpace\":20,\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"blockTopPadding\":0,\"blockRightPadding\":50,\"blockLeftPadding\":0,\"blockBottomPadding\":0,\"blockTopPaddingTablet\":0,\"blockRightPaddingTablet\":20,\"blockLeftPaddingTablet\":0,\"blockBottomPaddingTablet\":0,\"blockTopPaddingMobile\":0,\"blockRightPaddingMobile\":0,\"blockLeftPaddingMobile\":0,\"blockBottomPaddingMobile\":0,\"blockPaddingUnit\":\"%\",\"blockPaddingUnitTablet\":\"%\"} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-bc2b7f77\"><h1 class=\"uagb-heading-text\">Rooms &amp; Accommodation​</h1><p class=\"uagb-desc-text\">If you are looking for a home away from home, even a place your dog can come along then take a closer look into the rooms we offer and pick the one for you.</p></div>\n<!-- /wp:uagb/advanced-heading --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"af8bf255\",\"backgroundType\":\"color\",\"backgroundSizeTablet\":\"cover\",\"backgroundSizeMobile\":\"cover\",\"backgroundColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"topPaddingDesktop\":120,\"bottomPaddingDesktop\":120,\"topPaddingTablet\":80,\"bottomPaddingTablet\":80,\"leftPaddingTablet\":30,\"rightPaddingTablet\":30,\"topPaddingMobile\":80,\"bottomPaddingMobile\":80,\"leftPaddingMobile\":20,\"rightPaddingMobile\":20,\"paddingLink\":false,\"variationSelected\":true,\"rowGapDesktop\":0,\"isBlockRootParent\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-af8bf255 alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/container {\"block_id\":\"f68ae2ae\",\"directionDesktop\":\"row\",\"alignItemsDesktop\":\"flex-end\",\"alignItemsTablet\":\"flex-end\",\"justifyContentDesktop\":\"flex-end\",\"justifyContentTablet\":\"space-between\",\"variationSelected\":true,\"rowGapMobile\":20,\"columnGapDesktop\":0} -->\n<div class=\"wp-block-uagb-container uagb-block-f68ae2ae\"><!-- wp:uagb/advanced-heading {\"block_id\":\"0d190cad\",\"classMigrate\":true,\"headingDescToggle\":true,\"subHeadingColor\":\"\",\"headSpace\":20,\"subHeadFontSize\":16} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-0d190cad\"><h2 class=\"uagb-heading-text\">Come &amp; Stay With Us​</h2><p class=\"uagb-desc-text\">There are 7 excellent brick self-catering units available, each private and with a distinctive personality and theme. They are particularly made for pet-free or pet-owning couples looking for a romantic and serene setting to reconnect, celebrate special occasions, or simply unwind on a holiday.<br><br>We are pet-friendly by arrangement as each unit is separately fenced with its own grassy garden with a garden gate leading to the generous park area where pets can socialize. &nbsp;We also have lovely safe off-leash walking trails on our property and beyond. &nbsp;Our units are very luxurious with everything you would need and very homely and charming. Regrettably no children or group bookings.  </p></div>\n<!-- /wp:uagb/advanced-heading --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"c3c722eb\",\"directionDesktop\":\"row\",\"alignItemsTablet\":\"flex-start\",\"justifyContentDesktop\":\"flex-start\",\"topMarginDesktop\":54,\"bottomMarginDesktop\":0,\"leftMarginDesktop\":0,\"rightMarginDesktop\":0,\"marginLink\":false,\"variationSelected\":true,\"rowGapMobile\":0,\"columnGapDesktop\":0} -->\n<div class=\"wp-block-uagb-container uagb-block-c3c722eb\"><!-- wp:uagb/container {\"block_id\":\"5a19458e\",\"widthDesktop\":50,\"bottomPaddingDesktop\":20,\"rightPaddingDesktop\":32,\"bottomPaddingTablet\":35,\"rightPaddingTablet\":15,\"bottomPaddingMobile\":65,\"paddingLink\":false,\"topMarginDesktop\":0,\"bottomMarginDesktop\":0,\"leftMarginDesktop\":5,\"rightMarginDesktop\":5,\"topMarginMobile\":0,\"bottomMarginMobile\":0,\"leftMarginMobile\":0,\"rightMarginMobile\":0,\"marginLink\":false,\"variationSelected\":true,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-5a19458e\"><!-- wp:uagb/info-box {\"classMigrate\":true,\"headingAlign\":\"left\",\"headingColor\":\"\",\"subHeadingColor\":\"\",\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"source_type\":\"image\",\"block_id\":\"85940447\",\"ctaIcon\":\"\",\"ctaType\":\"text\",\"ctaText\":\"\\u003ca href=\\u0022/the-barn/\\u0022 data-type=\\u0022URL\\u0022 data-id=\\u0022/the-barn/\\u0022\\u003eREAD MORE\\u003c/a\\u003e\",\"ctaLink\":\"/the-barn/\",\"ctaLinkColor\":\"var(\\u002d\\u002dast-global-color-0)\",\"ctaDecoration\":\"underline\",\"ctaFontSize\":12,\"ctaFontWeight\":\"600\",\"ctaLetterSpacing\":2,\"ctaBorderColor\":\"\",\"ctaBorderStyle\":\"\",\"ctaBorderWidth\":\"\",\"ctaBorderRadius\":\"\",\"iconBottomMargin\":30,\"iconImage\":{\"uploading\":false,\"date\":1670936674000,\"filename\":\"blue-roan-guest-farm-10.jpg\",\"menuOrder\":0,\"uploadedTo\":761,\"type\":\"image\",\"subtype\":\"jpeg\",\"id\":863,\"title\":\"blue-roan-guest-farm (10)\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-10.jpg\",\"link\":\"https://blueroan.netgen.cloud/accommodation/blue-roan-guest-farm-10/\",\"alt\":\"\",\"author\":\"2\",\"description\":\"\",\"caption\":\"\",\"name\":\"blue-roan-guest-farm-10\",\"status\":\"inherit\",\"modified\":1670936674000,\"mime\":\"image/jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-includes/images/media/default.png\",\"dateFormatted\":\"December 13, 2022\",\"nonces\":{\"update\":\"1a7491aa65\",\"delete\":\"dc6afaa89c\",\"edit\":\"7635ee35fb\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=863\\u0026action=edit\",\"meta\":false,\"authorName\":\"Netgen Support\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/profile.php\",\"uploadedToTitle\":\"Accommodation\",\"uploadedToLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=761\\u0026action=edit\",\"filesizeInBytes\":149768,\"filesizeHumanReadable\":\"146 KB\",\"context\":\"\",\"height\":667,\"width\":1000,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-10-150x150.jpg\",\"orientation\":\"landscape\"},\"medium\":{\"height\":200,\"width\":300,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-10-300x200.jpg\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-10.jpg\",\"height\":667,\"width\":1000,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"imageSize\":\"full\",\"imageWidth\":100,\"imageWidthMobile\":100,\"imageWidthTablet\":100,\"paddingBtnTop\":10,\"paddingBtnBottom\":10,\"paddingBtnLeft\":14,\"paddingBtnRight\":14,\"imageWidthUnit\":\"%\",\"imageWidthUnitTablet\":\"%\",\"imageWidthUnitMobile\":\"%\",\"subHeadTopMargin\":0,\"subHeadRightMargin\":40,\"subHeadLeftMargin\":0,\"subHeadMarginTopTablet\":0,\"subHeadMarginRightTablet\":0,\"subHeadTabletSpace\":20,\"subHeadMarginLeftTablet\":0,\"imgTagHeight\":66,\"imgTagWidth\":1000,\"btnBorderTopWidth\":1,\"btnBorderLeftWidth\":1,\"btnBorderRightWidth\":1,\"btnBorderBottomWidth\":1,\"btnBorderTopLeftRadius\":0,\"btnBorderTopRightRadius\":0,\"btnBorderBottomLeftRadius\":0,\"btnBorderBottomRightRadius\":0,\"btnBorderStyle\":\"solid\",\"btnBorderColor\":\"#333\"} -->\n<div class=\"wp-block-uagb-info-box uagb-block-85940447 uagb-infobox__content-wrap  uagb-infobox-icon-above-title uagb-infobox-image-valign-top\"><div class=\"uagb-ifb-content\"><div class=\"uagb-ifb-image-content\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-10.jpg\" alt=\"\" width=\"100\" height=\"66\" loading=\"lazy\"/></div><div class=\"uagb-ifb-title-wrap\"><h3 class=\"uagb-ifb-title\">The Barn </h3></div><p class=\"uagb-ifb-desc\">Rustic beams and exposed wood are all hallmarks of our barn-style suite. This is an open-plan unit with lots of windows with a raised king bed on a platform that faces the TV and the mountains.</p><div class=\"uagb-ifb-button-wrapper wp-block-button\"><a href=\"/the-barn/\" target=\"_self\" class=\"uagb-infobox-cta-link\" rel=\"noopener noreferrer\" alt=\"\"><span class=\"uagb-inline-editing\">READ MORE</span></a></div></div></div>\n<!-- /wp:uagb/info-box --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"0a32cc5a\",\"widthDesktop\":50,\"bottomPaddingDesktop\":20,\"rightPaddingDesktop\":32,\"bottomPaddingTablet\":35,\"rightPaddingTablet\":15,\"bottomPaddingMobile\":65,\"paddingLink\":false,\"topMarginDesktop\":0,\"bottomMarginDesktop\":0,\"leftMarginDesktop\":5,\"rightMarginDesktop\":5,\"topMarginMobile\":0,\"bottomMarginMobile\":0,\"leftMarginMobile\":0,\"rightMarginMobile\":0,\"marginLink\":false,\"variationSelected\":true,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-0a32cc5a\"><!-- wp:uagb/info-box {\"classMigrate\":true,\"headingAlign\":\"left\",\"headingColor\":\"\",\"subHeadingColor\":\"\",\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"source_type\":\"image\",\"block_id\":\"e8fcd024\",\"ctaIcon\":\"\",\"ctaType\":\"text\",\"ctaText\":\"READ MORE\",\"ctaLink\":\"/the-tuscan-suite/\",\"ctaLinkColor\":\"var(\\u002d\\u002dast-global-color-0)\",\"ctaDecoration\":\"underline\",\"ctaFontSize\":12,\"ctaFontWeight\":\"600\",\"ctaLetterSpacing\":2,\"ctaBorderColor\":\"\",\"ctaBorderStyle\":\"\",\"ctaBorderWidth\":\"\",\"ctaBorderRadius\":\"\",\"iconBottomMargin\":30,\"iconImage\":{\"uploading\":false,\"date\":1670936842000,\"filename\":\"tuscan-suite-raised-bed-and-settee.jpg\",\"menuOrder\":0,\"uploadedTo\":761,\"type\":\"image\",\"subtype\":\"jpeg\",\"id\":864,\"title\":\"tuscan-suite-raised-bed-and-settee\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/tuscan-suite-raised-bed-and-settee.jpg\",\"link\":\"https://blueroan.netgen.cloud/accommodation/tuscan-suite-raised-bed-and-settee/\",\"alt\":\"\",\"author\":\"2\",\"description\":\"\",\"caption\":\"\",\"name\":\"tuscan-suite-raised-bed-and-settee\",\"status\":\"inherit\",\"modified\":1670936842000,\"mime\":\"image/jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-includes/images/media/default.png\",\"dateFormatted\":\"December 13, 2022\",\"nonces\":{\"update\":\"0624a4a01a\",\"delete\":\"9e8f0f7a5a\",\"edit\":\"087f94f2e5\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=864\\u0026action=edit\",\"meta\":false,\"authorName\":\"Netgen Support\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/profile.php\",\"uploadedToTitle\":\"Accommodation\",\"uploadedToLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=761\\u0026action=edit\",\"filesizeInBytes\":41923,\"filesizeHumanReadable\":\"41 KB\",\"context\":\"\",\"height\":400,\"width\":600,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/tuscan-suite-raised-bed-and-settee-150x150.jpg\",\"orientation\":\"landscape\"},\"medium\":{\"height\":200,\"width\":300,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/tuscan-suite-raised-bed-and-settee-300x200.jpg\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/tuscan-suite-raised-bed-and-settee.jpg\",\"height\":400,\"width\":600,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"imageSize\":\"full\",\"imageWidth\":100,\"imageWidthMobile\":100,\"imageWidthTablet\":100,\"paddingBtnTop\":10,\"paddingBtnBottom\":10,\"paddingBtnLeft\":14,\"paddingBtnRight\":14,\"imageWidthUnit\":\"%\",\"imageWidthUnitTablet\":\"%\",\"imageWidthUnitMobile\":\"%\",\"subHeadTopMargin\":0,\"subHeadRightMargin\":40,\"subHeadLeftMargin\":0,\"subHeadMarginTopTablet\":0,\"subHeadMarginRightTablet\":0,\"subHeadTabletSpace\":20,\"subHeadMarginLeftTablet\":0,\"imgTagHeight\":66,\"imgTagWidth\":600,\"btnBorderTopWidth\":1,\"btnBorderLeftWidth\":1,\"btnBorderRightWidth\":1,\"btnBorderBottomWidth\":1,\"btnBorderTopLeftRadius\":0,\"btnBorderTopRightRadius\":0,\"btnBorderBottomLeftRadius\":0,\"btnBorderBottomRightRadius\":0,\"btnBorderStyle\":\"solid\",\"btnBorderColor\":\"#333\"} -->\n<div class=\"wp-block-uagb-info-box uagb-block-e8fcd024 uagb-infobox__content-wrap  uagb-infobox-icon-above-title uagb-infobox-image-valign-top\"><div class=\"uagb-ifb-content\"><div class=\"uagb-ifb-image-content\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/tuscan-suite-raised-bed-and-settee.jpg\" alt=\"\" width=\"100\" height=\"66\" loading=\"lazy\"/></div><div class=\"uagb-ifb-title-wrap\"><h3 class=\"uagb-ifb-title\">The Tuscan Suite </h3></div><p class=\"uagb-ifb-desc\">Terra-cotta tiles, textured wall treatments, gorgeous, intricate murals,&nbsp;and simple, durable furniture with elegant iron accents are all characteristics of Tuscan interior design.</p><div class=\"uagb-ifb-button-wrapper wp-block-button\"><a href=\"/the-tuscan-suite/\" target=\"_self\" class=\"uagb-infobox-cta-link\" rel=\"noopener noreferrer\" alt=\"\"><span class=\"uagb-inline-editing\">READ MORE</span></a></div></div></div>\n<!-- /wp:uagb/info-box --></div>\n<!-- /wp:uagb/container --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"8948d7d9\",\"directionDesktop\":\"row\",\"alignItemsTablet\":\"flex-start\",\"justifyContentDesktop\":\"flex-start\",\"topMarginDesktop\":54,\"bottomMarginDesktop\":0,\"leftMarginDesktop\":0,\"rightMarginDesktop\":0,\"topMarginMobile\":0,\"bottomMarginMobile\":0,\"leftMarginMobile\":0,\"rightMarginMobile\":0,\"marginLink\":false,\"variationSelected\":true,\"rowGapMobile\":0,\"columnGapDesktop\":0} -->\n<div class=\"wp-block-uagb-container uagb-block-8948d7d9\"><!-- wp:uagb/container {\"block_id\":\"d2ce82da\",\"widthDesktop\":50,\"bottomPaddingDesktop\":20,\"rightPaddingDesktop\":32,\"bottomPaddingTablet\":35,\"leftPaddingTablet\":0,\"rightPaddingTablet\":15,\"bottomPaddingMobile\":65,\"paddingLink\":false,\"topMarginDesktop\":0,\"bottomMarginDesktop\":0,\"leftMarginDesktop\":5,\"rightMarginDesktop\":5,\"topMarginMobile\":0,\"bottomMarginMobile\":0,\"leftMarginMobile\":0,\"rightMarginMobile\":0,\"marginLink\":false,\"variationSelected\":true,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-d2ce82da\"><!-- wp:uagb/info-box {\"classMigrate\":true,\"headingAlign\":\"left\",\"headingColor\":\"\",\"subHeadingColor\":\"\",\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"source_type\":\"image\",\"block_id\":\"ca57ab7d\",\"ctaIcon\":\"\",\"ctaType\":\"text\",\"ctaText\":\"READ MORE\",\"ctaLink\":\"/the-bluebush/\",\"ctaLinkColor\":\"var(\\u002d\\u002dast-global-color-0)\",\"ctaDecoration\":\"underline\",\"ctaFontSize\":12,\"ctaFontWeight\":\"600\",\"ctaLetterSpacing\":2,\"ctaBorderColor\":\"\",\"ctaBorderStyle\":\"\",\"ctaBorderWidth\":\"\",\"ctaBorderRadius\":\"\",\"iconBottomMargin\":30,\"iconImage\":{\"uploading\":false,\"date\":1670938945000,\"filename\":\"bluebush-king-bed-and-spa-bath.png\",\"menuOrder\":0,\"uploadedTo\":761,\"type\":\"image\",\"subtype\":\"png\",\"id\":881,\"title\":\"bluebush-king-bed-and-spa-bath\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/bluebush-king-bed-and-spa-bath.png\",\"link\":\"https://blueroan.netgen.cloud/accommodation/bluebush-king-bed-and-spa-bath/\",\"alt\":\"\",\"author\":\"2\",\"description\":\"\",\"caption\":\"\",\"name\":\"bluebush-king-bed-and-spa-bath\",\"status\":\"inherit\",\"modified\":1670938945000,\"mime\":\"image/png\",\"icon\":\"https://blueroan.netgen.cloud/wp-includes/images/media/default.png\",\"dateFormatted\":\"December 13, 2022\",\"nonces\":{\"update\":\"e1c334788a\",\"delete\":\"b219c40b29\",\"edit\":\"273b944edc\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=881\\u0026action=edit\",\"meta\":false,\"authorName\":\"Netgen Support\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/profile.php\",\"uploadedToTitle\":\"Accommodation\",\"uploadedToLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=761\\u0026action=edit\",\"filesizeInBytes\":1195033,\"filesizeHumanReadable\":\"1 MB\",\"context\":\"\",\"height\":667,\"width\":1000,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/bluebush-king-bed-and-spa-bath-150x150.png\",\"orientation\":\"landscape\"},\"medium\":{\"height\":200,\"width\":300,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/bluebush-king-bed-and-spa-bath-300x200.png\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/bluebush-king-bed-and-spa-bath.png\",\"height\":667,\"width\":1000,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"imageSize\":\"full\",\"imageWidth\":100,\"imageWidthMobile\":100,\"imageWidthTablet\":100,\"paddingBtnTop\":10,\"paddingBtnBottom\":10,\"paddingBtnLeft\":14,\"paddingBtnRight\":14,\"imageWidthUnit\":\"%\",\"imageWidthUnitTablet\":\"%\",\"imageWidthUnitMobile\":\"%\",\"subHeadTopMargin\":0,\"subHeadRightMargin\":40,\"subHeadLeftMargin\":0,\"subHeadMarginTopTablet\":0,\"subHeadMarginRightTablet\":0,\"subHeadTabletSpace\":20,\"subHeadMarginLeftTablet\":0,\"imgTagHeight\":66,\"imgTagWidth\":1000,\"btnBorderTopWidth\":1,\"btnBorderLeftWidth\":1,\"btnBorderRightWidth\":1,\"btnBorderBottomWidth\":1,\"btnBorderTopLeftRadius\":0,\"btnBorderTopRightRadius\":0,\"btnBorderBottomLeftRadius\":0,\"btnBorderBottomRightRadius\":0,\"btnBorderStyle\":\"solid\",\"btnBorderColor\":\"#333\"} -->\n<div class=\"wp-block-uagb-info-box uagb-block-ca57ab7d uagb-infobox__content-wrap  uagb-infobox-icon-above-title uagb-infobox-image-valign-top\"><div class=\"uagb-ifb-content\"><div class=\"uagb-ifb-image-content\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/bluebush-king-bed-and-spa-bath.png\" alt=\"\" width=\"100\" height=\"66\" loading=\"lazy\"/></div><div class=\"uagb-ifb-title-wrap\"><h3 class=\"uagb-ifb-title\">The Bluebush </h3></div><p class=\"uagb-ifb-desc\">A warm and comforting suite with a very homely feeling. Settle in and alleviate like you would at home. Relax with a perfect corner-shaped spa bath and open-plan&nbsp;living area.</p><div class=\"uagb-ifb-button-wrapper wp-block-button\"><a href=\"/the-bluebush/\" target=\"_self\" class=\"uagb-infobox-cta-link\" rel=\"noopener noreferrer\" alt=\"\"><span class=\"uagb-inline-editing\">READ MORE</span></a></div></div></div>\n<!-- /wp:uagb/info-box --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"59ce51e8\",\"widthDesktop\":50,\"bottomPaddingDesktop\":20,\"rightPaddingDesktop\":32,\"bottomPaddingTablet\":35,\"rightPaddingTablet\":15,\"bottomPaddingMobile\":65,\"paddingLink\":false,\"topMarginDesktop\":0,\"bottomMarginDesktop\":0,\"leftMarginDesktop\":5,\"rightMarginDesktop\":5,\"topMarginMobile\":0,\"bottomMarginMobile\":0,\"leftMarginMobile\":0,\"rightMarginMobile\":0,\"marginLink\":false,\"variationSelected\":true,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-59ce51e8\"><!-- wp:uagb/info-box {\"classMigrate\":true,\"headingAlign\":\"left\",\"headingColor\":\"\",\"subHeadingColor\":\"\",\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"source_type\":\"image\",\"block_id\":\"d2fb4e5d\",\"ctaIcon\":\"\",\"ctaType\":\"text\",\"ctaText\":\"READ MORE\",\"ctaLink\":\"/the-mexican-loft/\",\"ctaLinkColor\":\"var(\\u002d\\u002dast-global-color-0)\",\"ctaDecoration\":\"underline\",\"ctaFontSize\":12,\"ctaFontWeight\":\"600\",\"ctaLetterSpacing\":2,\"ctaBorderColor\":\"\",\"ctaBorderStyle\":\"\",\"ctaBorderWidth\":\"\",\"ctaBorderRadius\":\"\",\"iconBottomMargin\":30,\"iconImage\":{\"uploading\":false,\"date\":1670938831000,\"filename\":\"blue-roan-guest-farm-11.jpg\",\"menuOrder\":0,\"uploadedTo\":761,\"type\":\"image\",\"subtype\":\"jpeg\",\"id\":879,\"title\":\"blue-roan-guest-farm (11)\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-11.jpg\",\"link\":\"https://blueroan.netgen.cloud/accommodation/blue-roan-guest-farm-11/\",\"alt\":\"\",\"author\":\"2\",\"description\":\"\",\"caption\":\"\",\"name\":\"blue-roan-guest-farm-11\",\"status\":\"inherit\",\"modified\":1670938831000,\"mime\":\"image/jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-includes/images/media/default.png\",\"dateFormatted\":\"December 13, 2022\",\"nonces\":{\"update\":\"294125e9db\",\"delete\":\"1a7a578cdb\",\"edit\":\"79b313e573\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=879\\u0026action=edit\",\"meta\":false,\"authorName\":\"Netgen Support\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/profile.php\",\"uploadedToTitle\":\"Accommodation\",\"uploadedToLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=761\\u0026action=edit\",\"filesizeInBytes\":175055,\"filesizeHumanReadable\":\"171 KB\",\"context\":\"\",\"height\":667,\"width\":1000,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-11-150x150.jpg\",\"orientation\":\"landscape\"},\"medium\":{\"height\":200,\"width\":300,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-11-300x200.jpg\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-11.jpg\",\"height\":667,\"width\":1000,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"imageSize\":\"full\",\"imageWidth\":100,\"imageWidthMobile\":100,\"imageWidthTablet\":100,\"paddingBtnTop\":10,\"paddingBtnBottom\":10,\"paddingBtnLeft\":14,\"paddingBtnRight\":14,\"imageWidthUnit\":\"%\",\"imageWidthUnitTablet\":\"%\",\"imageWidthUnitMobile\":\"%\",\"subHeadTopMargin\":0,\"subHeadRightMargin\":40,\"subHeadLeftMargin\":0,\"subHeadMarginTopTablet\":0,\"subHeadMarginRightTablet\":0,\"subHeadTabletSpace\":20,\"subHeadMarginLeftTablet\":0,\"imgTagHeight\":66,\"imgTagWidth\":1000,\"btnBorderTopWidth\":1,\"btnBorderLeftWidth\":1,\"btnBorderRightWidth\":1,\"btnBorderBottomWidth\":1,\"btnBorderTopLeftRadius\":0,\"btnBorderTopRightRadius\":0,\"btnBorderBottomLeftRadius\":0,\"btnBorderBottomRightRadius\":0,\"btnBorderStyle\":\"solid\",\"btnBorderColor\":\"#333\"} -->\n<div class=\"wp-block-uagb-info-box uagb-block-d2fb4e5d uagb-infobox__content-wrap  uagb-infobox-icon-above-title uagb-infobox-image-valign-top\"><div class=\"uagb-ifb-content\"><div class=\"uagb-ifb-image-content\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-11.jpg\" alt=\"\" width=\"100\" height=\"66\" loading=\"lazy\"/></div><div class=\"uagb-ifb-title-wrap\"><h3 class=\"uagb-ifb-title\">The Mexican Loft </h3></div><p class=\"uagb-ifb-desc\">This Mexican-inspired unit is full of bold colors and rustic furnishings. This design style has a multifarious feel, mixing rustic wood, authentic art, textiles, and a vivid palette of color</p><div class=\"uagb-ifb-button-wrapper wp-block-button\"><a href=\"/the-mexican-loft/\" target=\"_self\" class=\"uagb-infobox-cta-link\" rel=\"noopener noreferrer\" alt=\"\"><span class=\"uagb-inline-editing\">READ MORE</span></a></div></div></div>\n<!-- /wp:uagb/info-box --></div>\n<!-- /wp:uagb/container --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"4ab2b3b4\",\"directionDesktop\":\"row\",\"justifyContentDesktop\":\"flex-start\",\"topMarginDesktop\":54,\"bottomMarginDesktop\":0,\"leftMarginDesktop\":0,\"rightMarginDesktop\":0,\"topMarginMobile\":0,\"bottomMarginMobile\":0,\"leftMarginMobile\":0,\"rightMarginMobile\":0,\"marginLink\":false,\"variationSelected\":true,\"rowGapMobile\":0,\"columnGapDesktop\":0} -->\n<div class=\"wp-block-uagb-container uagb-block-4ab2b3b4\"><!-- wp:uagb/container {\"block_id\":\"f0c05dbb\",\"widthDesktop\":50,\"bottomPaddingDesktop\":20,\"rightPaddingDesktop\":32,\"bottomPaddingTablet\":35,\"rightPaddingTablet\":15,\"bottomPaddingMobile\":65,\"paddingLink\":false,\"topMarginDesktop\":0,\"bottomMarginDesktop\":0,\"leftMarginDesktop\":5,\"rightMarginDesktop\":5,\"topMarginMobile\":0,\"bottomMarginMobile\":0,\"leftMarginMobile\":0,\"rightMarginMobile\":0,\"marginLink\":false,\"variationSelected\":true,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-f0c05dbb\"><!-- wp:uagb/info-box {\"classMigrate\":true,\"headingAlign\":\"left\",\"headingColor\":\"\",\"subHeadingColor\":\"\",\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"source_type\":\"image\",\"block_id\":\"bba9a9ef\",\"ctaIcon\":\"\",\"ctaType\":\"text\",\"ctaText\":\"READ MORE\",\"ctaLink\":\"/the-acacia/\",\"ctaLinkColor\":\"var(\\u002d\\u002dast-global-color-0)\",\"ctaDecoration\":\"underline\",\"ctaFontSize\":12,\"ctaFontWeight\":\"600\",\"ctaLetterSpacing\":2,\"ctaBorderColor\":\"\",\"ctaBorderStyle\":\"\",\"ctaBorderWidth\":\"\",\"ctaBorderRadius\":\"\",\"iconBottomMargin\":30,\"iconImage\":{\"uploading\":false,\"date\":1670939381000,\"filename\":\"acacia-lounge.jpg\",\"menuOrder\":0,\"uploadedTo\":761,\"type\":\"image\",\"subtype\":\"jpeg\",\"id\":885,\"title\":\"acacia-lounge\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/acacia-lounge.jpg\",\"link\":\"https://blueroan.netgen.cloud/accommodation/acacia-lounge/\",\"alt\":\"\",\"author\":\"2\",\"description\":\"\",\"caption\":\"\",\"name\":\"acacia-lounge\",\"status\":\"inherit\",\"modified\":1670939381000,\"mime\":\"image/jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-includes/images/media/default.png\",\"dateFormatted\":\"December 13, 2022\",\"nonces\":{\"update\":\"17e284dc72\",\"delete\":\"0967fb8415\",\"edit\":\"99ac1eb1a8\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=885\\u0026action=edit\",\"meta\":false,\"authorName\":\"Netgen Support\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/profile.php\",\"uploadedToTitle\":\"Accommodation\",\"uploadedToLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=761\\u0026action=edit\",\"filesizeInBytes\":37270,\"filesizeHumanReadable\":\"36 KB\",\"context\":\"\",\"height\":400,\"width\":600,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/acacia-lounge-150x150.jpg\",\"orientation\":\"landscape\"},\"medium\":{\"height\":200,\"width\":300,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/acacia-lounge-300x200.jpg\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/acacia-lounge.jpg\",\"height\":400,\"width\":600,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"imageSize\":\"full\",\"imageWidth\":100,\"imageWidthMobile\":100,\"imageWidthTablet\":100,\"paddingBtnTop\":10,\"paddingBtnBottom\":10,\"paddingBtnLeft\":14,\"paddingBtnRight\":14,\"imageWidthUnit\":\"%\",\"imageWidthUnitTablet\":\"%\",\"imageWidthUnitMobile\":\"%\",\"subHeadTopMargin\":0,\"subHeadRightMargin\":40,\"subHeadLeftMargin\":0,\"subHeadMarginTopTablet\":0,\"subHeadMarginRightTablet\":0,\"subHeadTabletSpace\":20,\"subHeadMarginLeftTablet\":0,\"imgTagHeight\":66,\"imgTagWidth\":600,\"btnBorderTopWidth\":1,\"btnBorderLeftWidth\":1,\"btnBorderRightWidth\":1,\"btnBorderBottomWidth\":1,\"btnBorderTopLeftRadius\":0,\"btnBorderTopRightRadius\":0,\"btnBorderBottomLeftRadius\":0,\"btnBorderBottomRightRadius\":0,\"btnBorderStyle\":\"solid\",\"btnBorderColor\":\"#333\"} -->\n<div class=\"wp-block-uagb-info-box uagb-block-bba9a9ef uagb-infobox__content-wrap  uagb-infobox-icon-above-title uagb-infobox-image-valign-top\"><div class=\"uagb-ifb-content\"><div class=\"uagb-ifb-image-content\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/acacia-lounge.jpg\" alt=\"\" width=\"100\" height=\"66\" loading=\"lazy\"/></div><div class=\"uagb-ifb-title-wrap\"><h3 class=\"uagb-ifb-title\">The Acacia </h3></div><p class=\"uagb-ifb-desc\">The Acacia tree inspired the name of our largest unit. The wide open-concept living space of this rustic, rough-hewn unit opens onto a covered patio with a brick braai area.</p><div class=\"uagb-ifb-button-wrapper wp-block-button\"><a href=\"/the-acacia/\" target=\"_self\" class=\"uagb-infobox-cta-link\" rel=\"noopener noreferrer\" alt=\"\"><span class=\"uagb-inline-editing\">READ MORE</span></a></div></div></div>\n<!-- /wp:uagb/info-box --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"b0481319\",\"widthDesktop\":50,\"bottomPaddingDesktop\":20,\"rightPaddingDesktop\":32,\"bottomPaddingTablet\":35,\"rightPaddingTablet\":15,\"paddingLink\":false,\"topMarginDesktop\":0,\"bottomMarginDesktop\":0,\"leftMarginDesktop\":5,\"rightMarginDesktop\":5,\"topMarginMobile\":0,\"bottomMarginMobile\":0,\"leftMarginMobile\":0,\"rightMarginMobile\":0,\"marginLink\":false,\"variationSelected\":true,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-b0481319\"><!-- wp:uagb/info-box {\"classMigrate\":true,\"headingAlign\":\"left\",\"headingColor\":\"\",\"subHeadingColor\":\"\",\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"source_type\":\"image\",\"block_id\":\"d5d85fb6\",\"ctaIcon\":\"\",\"ctaType\":\"text\",\"ctaText\":\"READ MORE\",\"ctaLink\":\"/the-greek-villa/\",\"ctaLinkColor\":\"var(\\u002d\\u002dast-global-color-0)\",\"ctaDecoration\":\"underline\",\"ctaFontSize\":12,\"ctaFontWeight\":\"600\",\"ctaLetterSpacing\":2,\"ctaBorderColor\":\"\",\"ctaBorderStyle\":\"\",\"ctaBorderWidth\":\"\",\"ctaBorderRadius\":\"\",\"iconBottomMargin\":30,\"iconImage\":{\"id\":837,\"title\":\"blue-roan-guest-farm-8\",\"filename\":\"blue-roan-guest-farm-8.jpg\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-8.jpg\",\"link\":\"https://blueroan.netgen.cloud/home/blue-roan-guest-farm-8/\",\"alt\":\"\",\"author\":\"2\",\"description\":\"\",\"caption\":\"\",\"name\":\"blue-roan-guest-farm-8\",\"status\":\"inherit\",\"uploadedTo\":760,\"date\":\"2022-12-13T11:55:28.000Z\",\"modified\":\"2022-12-13T11:55:28.000Z\",\"menuOrder\":0,\"mime\":\"image/jpeg\",\"type\":\"image\",\"subtype\":\"jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-includes/images/media/default.png\",\"dateFormatted\":\"December 13, 2022\",\"nonces\":{\"update\":\"e297386797\",\"delete\":\"bce21c37a3\",\"edit\":\"b27dcb4293\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=837\\u0026action=edit\",\"meta\":false,\"authorName\":\"Netgen Support\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/profile.php\",\"uploadedToTitle\":\"Home\",\"uploadedToLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=760\\u0026action=edit\",\"filesizeInBytes\":208219,\"filesizeHumanReadable\":\"203 KB\",\"context\":\"\",\"height\":795,\"width\":1200,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-8-150x150.jpg\",\"orientation\":\"landscape\"},\"medium\":{\"height\":199,\"width\":300,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-8-300x199.jpg\",\"orientation\":\"landscape\"},\"large\":{\"height\":678,\"width\":1024,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-8-1024x678.jpg\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-8.jpg\",\"height\":795,\"width\":1200,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"imageSize\":\"full\",\"imageWidth\":100,\"imageWidthMobile\":100,\"imageWidthTablet\":100,\"paddingBtnTop\":10,\"paddingBtnBottom\":10,\"paddingBtnLeft\":14,\"paddingBtnRight\":14,\"imageWidthUnit\":\"%\",\"imageWidthUnitTablet\":\"%\",\"imageWidthUnitMobile\":\"%\",\"subHeadTopMargin\":0,\"subHeadRightMargin\":40,\"subHeadLeftMargin\":0,\"subHeadMarginTopTablet\":0,\"subHeadMarginRightTablet\":0,\"subHeadTabletSpace\":20,\"subHeadMarginLeftTablet\":0,\"imgTagHeight\":66,\"imgTagWidth\":1200,\"btnBorderTopWidth\":1,\"btnBorderLeftWidth\":1,\"btnBorderRightWidth\":1,\"btnBorderBottomWidth\":1,\"btnBorderTopLeftRadius\":0,\"btnBorderTopRightRadius\":0,\"btnBorderBottomLeftRadius\":0,\"btnBorderBottomRightRadius\":0,\"btnBorderStyle\":\"solid\",\"btnBorderColor\":\"#333\"} -->\n<div class=\"wp-block-uagb-info-box uagb-block-d5d85fb6 uagb-infobox__content-wrap  uagb-infobox-icon-above-title uagb-infobox-image-valign-top\"><div class=\"uagb-ifb-content\"><div class=\"uagb-ifb-image-content\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-8.jpg\" alt=\"\" width=\"100\" height=\"66\" loading=\"lazy\"/></div><div class=\"uagb-ifb-title-wrap\"><h3 class=\"uagb-ifb-title\">The Greek Villa </h3></div><p class=\"uagb-ifb-desc\">Designed like a Greek villa this Mediterranean style reflects a relaxed atmosphere with its dominant white walls and blue ceilings with lovely rustic furnishings</p><div class=\"uagb-ifb-button-wrapper wp-block-button\"><a href=\"/the-greek-villa/\" target=\"_self\" class=\"uagb-infobox-cta-link\" rel=\"noopener noreferrer\" alt=\"\"><span class=\"uagb-inline-editing\">READ MORE</span></a></div></div></div>\n<!-- /wp:uagb/info-box --></div>\n<!-- /wp:uagb/container --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"280aaccf\",\"directionDesktop\":\"row\",\"justifyContentDesktop\":\"flex-start\",\"topMarginDesktop\":54,\"bottomMarginDesktop\":0,\"leftMarginDesktop\":0,\"rightMarginDesktop\":0,\"topMarginMobile\":0,\"bottomMarginMobile\":0,\"leftMarginMobile\":0,\"rightMarginMobile\":0,\"marginLink\":false,\"variationSelected\":true,\"rowGapMobile\":0,\"columnGapDesktop\":0} -->\n<div class=\"wp-block-uagb-container uagb-block-280aaccf\"><!-- wp:uagb/container {\"block_id\":\"764411f7\",\"widthDesktop\":50,\"bottomPaddingDesktop\":20,\"rightPaddingDesktop\":32,\"bottomPaddingTablet\":35,\"rightPaddingTablet\":15,\"bottomPaddingMobile\":65,\"paddingLink\":false,\"topMarginDesktop\":0,\"bottomMarginDesktop\":0,\"leftMarginDesktop\":5,\"rightMarginDesktop\":5,\"topMarginMobile\":0,\"bottomMarginMobile\":0,\"leftMarginMobile\":0,\"rightMarginMobile\":0,\"marginLink\":false,\"variationSelected\":true,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-764411f7\"><!-- wp:uagb/info-box {\"classMigrate\":true,\"headingAlign\":\"left\",\"headingColor\":\"\",\"subHeadingColor\":\"\",\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"source_type\":\"image\",\"block_id\":\"0f8b4ff9\",\"ctaIcon\":\"\",\"ctaType\":\"text\",\"ctaText\":\"READ MORE\",\"ctaLinkColor\":\"var(\\u002d\\u002dast-global-color-0)\",\"ctaDecoration\":\"underline\",\"ctaFontSize\":12,\"ctaFontWeight\":\"600\",\"ctaLetterSpacing\":2,\"ctaBorderColor\":\"\",\"ctaBorderStyle\":\"\",\"ctaBorderWidth\":\"\",\"ctaBorderRadius\":\"\",\"iconBottomMargin\":30,\"iconImage\":{\"uploading\":false,\"date\":1670943128000,\"filename\":\"AAEAAQAAAAAAAAAAAAAAJDkwZDA0NDg0LWIwNTctNGVlNy05Y2NjLWNjNDllODBmZTI3OA.png\",\"menuOrder\":0,\"uploadedTo\":761,\"type\":\"image\",\"subtype\":\"png\",\"id\":896,\"title\":\"AAEAAQAAAAAAAAAAAAAAJDkwZDA0NDg0LWIwNTctNGVlNy05Y2NjLWNjNDllODBmZTI3OA\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAAJDkwZDA0NDg0LWIwNTctNGVlNy05Y2NjLWNjNDllODBmZTI3OA.png\",\"link\":\"https://blueroan.netgen.cloud/accommodation/aaeaaqaaaaaaaaaaaaaajdkwzda0ndg0lwiwntctngvlny05y2njlwnjndllodbmzti3oa/\",\"alt\":\"Honeymoon suite bedroom \",\"author\":\"2\",\"description\":\"\",\"caption\":\"\",\"name\":\"aaeaaqaaaaaaaaaaaaaajdkwzda0ndg0lwiwntctngvlny05y2njlwnjndllodbmzti3oa\",\"status\":\"inherit\",\"modified\":1670943128000,\"mime\":\"image/png\",\"icon\":\"https://blueroan.netgen.cloud/wp-includes/images/media/default.png\",\"dateFormatted\":\"December 13, 2022\",\"nonces\":{\"update\":\"ef5e68588c\",\"delete\":\"c4dba1213a\",\"edit\":\"aea99f65e2\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=896\\u0026action=edit\",\"meta\":false,\"authorName\":\"Netgen Support\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/profile.php\",\"uploadedToTitle\":\"Accommodation\",\"uploadedToLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=761\\u0026action=edit\",\"filesizeInBytes\":1088370,\"filesizeHumanReadable\":\"1 MB\",\"context\":\"\",\"height\":861,\"width\":1300,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAAJDkwZDA0NDg0LWIwNTctNGVlNy05Y2NjLWNjNDllODBmZTI3OA-150x150.png\",\"orientation\":\"landscape\"},\"medium\":{\"height\":199,\"width\":300,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAAJDkwZDA0NDg0LWIwNTctNGVlNy05Y2NjLWNjNDllODBmZTI3OA-300x199.png\",\"orientation\":\"landscape\"},\"large\":{\"height\":678,\"width\":1024,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAAJDkwZDA0NDg0LWIwNTctNGVlNy05Y2NjLWNjNDllODBmZTI3OA-1024x678.png\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAAJDkwZDA0NDg0LWIwNTctNGVlNy05Y2NjLWNjNDllODBmZTI3OA.png\",\"height\":861,\"width\":1300,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"imageSize\":\"full\",\"imageWidth\":100,\"imageWidthMobile\":100,\"imageWidthTablet\":100,\"paddingBtnTop\":10,\"paddingBtnBottom\":10,\"paddingBtnLeft\":14,\"paddingBtnRight\":14,\"imageWidthUnit\":\"%\",\"imageWidthUnitTablet\":\"%\",\"imageWidthUnitMobile\":\"%\",\"subHeadTopMargin\":0,\"subHeadRightMargin\":40,\"subHeadLeftMargin\":0,\"subHeadMarginTopTablet\":0,\"subHeadMarginRightTablet\":0,\"subHeadTabletSpace\":20,\"subHeadMarginLeftTablet\":0,\"imgTagHeight\":66,\"imgTagWidth\":1300,\"btnBorderTopWidth\":1,\"btnBorderLeftWidth\":1,\"btnBorderRightWidth\":1,\"btnBorderBottomWidth\":1,\"btnBorderTopLeftRadius\":0,\"btnBorderTopRightRadius\":0,\"btnBorderBottomLeftRadius\":0,\"btnBorderBottomRightRadius\":0,\"btnBorderStyle\":\"solid\",\"btnBorderColor\":\"#333\"} -->\n<div class=\"wp-block-uagb-info-box uagb-block-0f8b4ff9 uagb-infobox__content-wrap  uagb-infobox-icon-above-title uagb-infobox-image-valign-top\"><div class=\"uagb-ifb-content\"><div class=\"uagb-ifb-image-content\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAAJDkwZDA0NDg0LWIwNTctNGVlNy05Y2NjLWNjNDllODBmZTI3OA.png\" alt=\"Honeymoon suite bedroom \" width=\"100\" height=\"66\" loading=\"lazy\"/></div><div class=\"uagb-ifb-title-wrap\"><h3 class=\"uagb-ifb-title\">The Honeymoon suite</h3></div><p class=\"uagb-ifb-desc\">This&nbsp;<a href=\"https://www.collinsdictionary.com/dictionary/english/suite\">suite</a>&nbsp;is perfect for couples - This is an open-plan unit attached to the side of the main house, completely private with its own entrance, own garden, and carport.&nbsp;</p><div class=\"uagb-ifb-button-wrapper wp-block-button\"><a href=\"\" target=\"_self\" class=\"uagb-infobox-cta-link uagb-disable-link\" rel=\"noopener noreferrer\" alt=\"\"><span class=\"uagb-inline-editing\">READ MORE</span></a></div></div></div>\n<!-- /wp:uagb/info-box --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"1e42fa23\",\"widthDesktop\":50,\"bottomPaddingDesktop\":20,\"rightPaddingDesktop\":32,\"bottomPaddingTablet\":35,\"rightPaddingTablet\":15,\"paddingLink\":false,\"topMarginDesktop\":0,\"bottomMarginDesktop\":0,\"leftMarginDesktop\":5,\"rightMarginDesktop\":5,\"topMarginMobile\":0,\"bottomMarginMobile\":0,\"leftMarginMobile\":0,\"rightMarginMobile\":0,\"marginLink\":false,\"variationSelected\":true,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-1e42fa23\"></div>\n<!-- /wp:uagb/container --></div>\n<!-- /wp:uagb/container --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"fe543869\",\"innerContentCustomWidthDesktop\":781,\"innerContentCustomWidthTablet\":781,\"backgroundType\":\"image\",\"backgroundImageDesktop\":{\"uploading\":false,\"date\":1670943271000,\"filename\":\"AAEAAQAAAAAAAAAAAAAA39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba.png\",\"menuOrder\":0,\"uploadedTo\":761,\"type\":\"image\",\"subtype\":\"png\",\"id\":899,\"title\":\"AAEAAQAAAAAAAAAAAAAA39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAA39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba.png\",\"link\":\"https://blueroan.netgen.cloud/accommodation/aaeaaqaaaaaaaaaaaaaa39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba/\",\"alt\":\"\",\"author\":\"2\",\"description\":\"\",\"caption\":\"\",\"name\":\"aaeaaqaaaaaaaaaaaaaa39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba\",\"status\":\"inherit\",\"modified\":1670943271000,\"mime\":\"image/png\",\"icon\":\"https://blueroan.netgen.cloud/wp-includes/images/media/default.png\",\"dateFormatted\":\"December 13, 2022\",\"nonces\":{\"update\":\"45b2b6c69b\",\"delete\":\"75d81c42ab\",\"edit\":\"88fae030a9\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=899\\u0026action=edit\",\"meta\":false,\"authorName\":\"Netgen Support\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/profile.php\",\"uploadedToTitle\":\"Accommodation\",\"uploadedToLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=761\\u0026action=edit\",\"filesizeInBytes\":2338048,\"filesizeHumanReadable\":\"2 MB\",\"context\":\"\",\"height\":900,\"width\":1200,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAA39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba-150x150.png\",\"orientation\":\"landscape\"},\"medium\":{\"height\":225,\"width\":300,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAA39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba-300x225.png\",\"orientation\":\"landscape\"},\"large\":{\"height\":768,\"width\":1024,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAA39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba-1024x768.png\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAA39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba.png\",\"height\":900,\"width\":1200,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"backgroundImageColor\":\"rgba(42,42,42,0.65)\",\"topPaddingDesktop\":144,\"bottomPaddingDesktop\":144,\"leftPaddingDesktop\":40,\"rightPaddingDesktop\":40,\"topPaddingTablet\":80,\"bottomPaddingTablet\":80,\"leftPaddingTablet\":40,\"rightPaddingTablet\":40,\"topPaddingMobile\":64,\"bottomPaddingMobile\":64,\"leftPaddingMobile\":24,\"rightPaddingMobile\":24,\"paddingLink\":false,\"variationSelected\":true,\"isBlockRootParent\":true,\"overlayType\":\"color\"} -->\n<div class=\"wp-block-uagb-container uagb-block-fe543869 alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/advanced-heading {\"block_id\":\"1cc47c75\",\"classMigrate\":true,\"headingDescToggle\":true,\"headingAlign\":\"center\",\"headingColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"subHeadingColor\":\"var(\\u002d\\u002dast-global-color-4)\",\"headSpace\":20} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-1cc47c75\"><h2 class=\"uagb-heading-text\">Plan an Unforgettable Experience at<br>Blue Roan!</h2><p class=\"uagb-desc-text\">We can help you fit your stay and experience within your allotted budget.</p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/advanced-heading {\"block_id\":\"e0bd7f33\",\"classMigrate\":true,\"headingTitleToggle\":false,\"headingDescToggle\":true,\"headingAlign\":\"center\",\"subHeadingColor\":\"var(\\u002d\\u002dast-global-color-4)\",\"subHeadTransform\":\"uppercase\",\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"subHeadLetterSpacing\":2,\"blockTopPadding\":60,\"blockRightPadding\":0,\"blockLeftPadding\":0,\"blockBottomPadding\":0,\"blockTopPaddingMobile\":30,\"blockRightPaddingMobile\":0,\"blockLeftPaddingMobile\":0,\"blockBottomPaddingMobile\":0} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-e0bd7f33\"><p class=\"uagb-desc-text\">BOOK YOUR STAY NOW​</p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/icon-list {\"block_id\":\"506533a8\",\"classMigrate\":true,\"childMigrate\":true,\"align\":\"center\",\"parentIcon\":\"phone\",\"size\":40,\"sizeMobile\":24,\"sizeTablet\":32,\"fontSize\":48,\"fontSizeMobile\":28,\"fontSizeTablet\":40,\"fontWeight\":\"600\",\"iconColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"labelColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"blockTopPadding\":0,\"blockRightPadding\":0,\"blockLeftPadding\":0,\"blockBottomPadding\":24,\"blockPaddingLink\":false} -->\n<div class=\"wp-block-uagb-icon-list uagb-block-506533a8\"><div class=\"uagb-icon-list__wrap\"><!-- wp:uagb/icon-list-child {\"block_id\":\"504e0384\",\"label\":\" + 27 (0) 82 575 5409\",\"label_color\":\"\",\"link\":\"tel:+27825755409\",\"disableLink\":true,\"fromParentIcon\":\"phone\",\"imageSizeChild\":40} -->\n<div class=\"wp-block-uagb-icon-list-child uagb-block-504e0384\"><a target=\"_self\" aria-label=\" + 27 (0) 82 575 5409\" rel=\"noopener noreferrer\" href=\"tel:+27825755409\"> </a><span class=\"uagb-icon-list__source-wrap\"><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M511.2 387l-23.25 100.8c-3.266 14.25-15.79 24.22-30.46 24.22C205.2 512 0 306.8 0 54.5c0-14.66 9.969-27.2 24.22-30.45l100.8-23.25C139.7-2.602 154.7 5.018 160.8 18.92l46.52 108.5c5.438 12.78 1.77 27.67-8.98 36.45L144.5 207.1c33.98 69.22 90.26 125.5 159.5 159.5l44.08-53.8c8.688-10.78 23.69-14.51 36.47-8.975l108.5 46.51C506.1 357.2 514.6 372.4 511.2 387z\"></path></svg></span><span class=\"uagb-icon-list__label\"> + 27 (0) 82 575 5409</span></div>\n<!-- /wp:uagb/icon-list-child -->\n\n<!-- wp:uagb/icon-list-child {\"block_id\":\"6dded1a6\",\"label\":\"blueroan@ugo.co.za\",\"icon\":\"envelope\",\"label_color\":\"\",\"link\":\"mailto:blueroan@ugo.co.za\",\"disableLink\":true,\"fromParentIcon\":\"phone\",\"imageSizeChild\":40} -->\n<div class=\"wp-block-uagb-icon-list-child uagb-block-6dded1a6\"><a target=\"_self\" aria-label=\"blueroan@ugo.co.za\" rel=\"noopener noreferrer\" href=\"mailto:blueroan@ugo.co.za\"> </a><span class=\"uagb-icon-list__source-wrap\"><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M464 64C490.5 64 512 85.49 512 112C512 127.1 504.9 141.3 492.8 150.4L275.2 313.6C263.8 322.1 248.2 322.1 236.8 313.6L19.2 150.4C7.113 141.3 0 127.1 0 112C0 85.49 21.49 64 48 64H464zM217.6 339.2C240.4 356.3 271.6 356.3 294.4 339.2L512 176V384C512 419.3 483.3 448 448 448H64C28.65 448 0 419.3 0 384V176L217.6 339.2z\"></path></svg></span><span class=\"uagb-icon-list__label\">blueroan@ugo.co.za</span></div>\n<!-- /wp:uagb/icon-list-child --></div></div>\n<!-- /wp:uagb/icon-list --></div></div>\n<!-- /wp:uagb/container -->',	'Accommodation',	'',	'inherit',	'closed',	'closed',	'',	'761-revision-v1',	'',	'',	'2022-12-14 12:14:16',	'2022-12-14 12:14:16',	'',	761,	'https://blueroan.netgen.cloud/?p=1076',	0,	'revision',	'',	0),
(1077,	2,	'2022-12-14 12:15:35',	'2022-12-14 12:15:35',	'<!-- wp:uagb/container {\"block_id\":\"b9913231\",\"backgroundType\":\"image\",\"backgroundImageDesktop\":{\"uploading\":false,\"date\":1671018388000,\"filename\":\"AAEAAQAAAAAAAAAAAAAAJGUwYjk4MjFjLTA2NjUtNGYwNi05MGMxLTczNzQwMTViNjkxMg.png\",\"menuOrder\":0,\"uploadedTo\":1062,\"type\":\"image\",\"subtype\":\"png\",\"id\":1065,\"title\":\"AAEAAQAAAAAAAAAAAAAAJGUwYjk4MjFjLTA2NjUtNGYwNi05MGMxLTczNzQwMTViNjkxMg\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAAJGUwYjk4MjFjLTA2NjUtNGYwNi05MGMxLTczNzQwMTViNjkxMg.png\",\"link\":\"https://blueroan.netgen.cloud/the-greek-villa/aaeaaqaaaaaaaaaaaaaajguwyjk4mjfjlta2njutngywni05mgmxltcznzqwmtvinjkxmg/\",\"alt\":\"\",\"author\":\"2\",\"description\":\"\",\"caption\":\"\",\"name\":\"aaeaaqaaaaaaaaaaaaaajguwyjk4mjfjlta2njutngywni05mgmxltcznzqwmtvinjkxmg\",\"status\":\"inherit\",\"modified\":1671018388000,\"mime\":\"image/png\",\"icon\":\"https://blueroan.netgen.cloud/wp-includes/images/media/default.png\",\"dateFormatted\":\"December 14, 2022\",\"nonces\":{\"update\":\"79bb056c17\",\"delete\":\"1131556b0d\",\"edit\":\"307a1c4b84\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=1065\\u0026action=edit\",\"meta\":false,\"authorName\":\"Netgen Support\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/profile.php\",\"uploadedToTitle\":\"The Greek Villa\",\"uploadedToLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=1062\\u0026action=edit\",\"filesizeInBytes\":1077382,\"filesizeHumanReadable\":\"1 MB\",\"context\":\"\",\"height\":715,\"width\":1080,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAAJGUwYjk4MjFjLTA2NjUtNGYwNi05MGMxLTczNzQwMTViNjkxMg-150x150.png\",\"orientation\":\"landscape\"},\"medium\":{\"height\":199,\"width\":300,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAAJGUwYjk4MjFjLTA2NjUtNGYwNi05MGMxLTczNzQwMTViNjkxMg-300x199.png\",\"orientation\":\"landscape\"},\"large\":{\"height\":678,\"width\":1024,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAAJGUwYjk4MjFjLTA2NjUtNGYwNi05MGMxLTczNzQwMTViNjkxMg-1024x678.png\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAAJGUwYjk4MjFjLTA2NjUtNGYwNi05MGMxLTczNzQwMTViNjkxMg.png\",\"height\":715,\"width\":1080,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"backgroundPositionDesktop\":{\"x\":0.49,\"y\":0.8},\"backgroundSizeTablet\":\"cover\",\"backgroundSizeMobile\":\"cover\",\"backgroundColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"backgroundImageColor\":\"rgba(42,42,42,0.5)\",\"topPaddingDesktop\":220,\"bottomPaddingDesktop\":150,\"topPaddingTablet\":170,\"bottomPaddingTablet\":160,\"leftPaddingTablet\":30,\"rightPaddingTablet\":30,\"topPaddingMobile\":180,\"bottomPaddingMobile\":80,\"leftPaddingMobile\":20,\"rightPaddingMobile\":20,\"paddingLink\":false,\"variationSelected\":true,\"isBlockRootParent\":true,\"overlayType\":\"color\"} -->\n<div class=\"wp-block-uagb-container uagb-block-b9913231 alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/advanced-heading {\"block_id\":\"1185327c\",\"classMigrate\":true,\"headingDescToggle\":true,\"headingColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"subHeadingColor\":\"var(\\u002d\\u002dast-global-color-4)\",\"headingTag\":\"h1\",\"headSpace\":20,\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"blockTopPadding\":0,\"blockRightPadding\":50,\"blockLeftPadding\":0,\"blockBottomPadding\":0,\"blockTopPaddingTablet\":0,\"blockRightPaddingTablet\":20,\"blockLeftPaddingTablet\":0,\"blockBottomPaddingTablet\":0,\"blockTopPaddingMobile\":0,\"blockRightPaddingMobile\":0,\"blockLeftPaddingMobile\":0,\"blockBottomPaddingMobile\":0,\"blockPaddingUnit\":\"%\",\"blockPaddingUnitTablet\":\"%\"} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-1185327c\"><h1 class=\"uagb-heading-text\">The Greek Villa</h1><p class=\"uagb-desc-text\">With its predominance of white walls, blue ceilings, and attractive rustic furnishings, this Mediterranean design, which was inspired by Greek villas, depicts a laid-back environment.</p></div>\n<!-- /wp:uagb/advanced-heading --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"3169deca\",\"backgroundType\":\"color\",\"backgroundSizeTablet\":\"cover\",\"backgroundSizeMobile\":\"cover\",\"backgroundColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"topPaddingDesktop\":120,\"bottomPaddingDesktop\":60,\"rightPaddingDesktop\":0,\"topPaddingTablet\":80,\"bottomPaddingTablet\":80,\"leftPaddingTablet\":30,\"rightPaddingTablet\":30,\"topPaddingMobile\":80,\"bottomPaddingMobile\":80,\"leftPaddingMobile\":20,\"rightPaddingMobile\":20,\"paddingLink\":false,\"variationSelected\":true,\"rowGapDesktop\":0,\"isBlockRootParent\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-3169deca alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/container {\"block_id\":\"98388eaa\",\"directionDesktop\":\"row\",\"alignItemsDesktop\":\"flex-end\",\"alignItemsTablet\":\"flex-end\",\"justifyContentDesktop\":\"flex-end\",\"justifyContentTablet\":\"space-between\",\"variationSelected\":true,\"rowGapMobile\":20,\"columnGapDesktop\":0} -->\n<div class=\"wp-block-uagb-container uagb-block-98388eaa\"><!-- wp:uagb/advanced-heading {\"block_id\":\"00095392\",\"classMigrate\":true,\"headingDescToggle\":true,\"subHeadingColor\":\"\",\"headSpace\":20,\"subHeadFontSize\":16} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-00095392\"><h2 class=\"uagb-heading-text\">Come &amp; Stay With Us​ at The Greek Villa</h2><p class=\"uagb-desc-text\">This is our latest luxury unit. &nbsp;Designed in a Greek villa style, it has one bedroom, a separate bathroom, a Jacuzzi room, kitchen, dining area, and a spacious open plan living area opening onto a large covered patio with built-in red brick braai and outdoor fireplace. The unit has super comfortable furniture inside and out. &nbsp;It has a large fenced and gated garden but no pets in this one.</p></div>\n<!-- /wp:uagb/advanced-heading --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:heading -->\n<h2>The bedroom </h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>This room contains the following: </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list -->\n<ul><!-- wp:list-item -->\n<li>Extra-length queen bed with electric blanket</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Dressing table</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Ceiling fan</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Heater</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Hair dryer and dressing gowns</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Good quality linen</li>\n<!-- /wp:list-item --></ul>\n<!-- /wp:list --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":1070,\"width\":500,\"height\":334,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full is-resized\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/241555_798x533.jpg\" alt=\"\" class=\"wp-image-1070\" width=\"500\" height=\"334\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":1069,\"width\":500,\"height\":334,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full is-resized\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/241557_798x533.jpg\" alt=\"\" class=\"wp-image-1069\" width=\"500\" height=\"334\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:heading -->\n<h2>The bathroom</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>This room contains the following</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list -->\n<ul><!-- wp:list-item -->\n<li>Large walk-in shower</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Toilet and basin</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Towels</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Soap, toiletries, and toilet paper</li>\n<!-- /wp:list-item --></ul>\n<!-- /wp:list --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:heading -->\n<h2>The Jacuzzi Room</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>This room contains the following: </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list -->\n<ul><!-- wp:list-item -->\n<li>Corner-shaped spa bath with 6 jets</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Bubble bath &amp; candles</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Towels</li>\n<!-- /wp:list-item --></ul>\n<!-- /wp:list --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":1071,\"width\":500,\"height\":334,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large is-resized\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAAJDMxNjE5ZTMzLTc5NzYtNDBiYi1hNzljLWIzMjMyNmJjYWMzMQ-1024x678.png\" alt=\"\" class=\"wp-image-1071\" width=\"500\" height=\"334\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":1072,\"width\":500,\"height\":334,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full is-resized\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/241553_798x533-1.jpg\" alt=\"\" class=\"wp-image-1072\" width=\"500\" height=\"334\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:heading -->\n<h2>The Lounge </h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>This room contains the following</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list -->\n<ul><!-- wp:list-item -->\n<li>Log fireplace &amp; heater</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Lounge suite</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>TV&nbsp;(DSTV - commercial bouquet with Sports, news, movies, Mnet, SABC 1,2 3 and Etv and other channels)</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>DVD player </li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Books and playing cards</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Glass sliding door out to the patio</li>\n<!-- /wp:list-item --></ul>\n<!-- /wp:list --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:heading -->\n<h2>The Kitchen</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>This room contains the following: </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list -->\n<ul><!-- wp:list-item -->\n<li>4-plate gas stove and oven</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Microwave oven, kettle, toaster</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Fridge with top freezer compartment</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Pots, pans, cutlery, crockery, wine &amp; champagne glasses</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>All kitchen utensils</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Ironing board and iron</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>All cleaning cloths and detergents and washing up liquid</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Paper towel, salt, pepper, tea, coffee and sugar</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Braai tongs</li>\n<!-- /wp:list-item --></ul>\n<!-- /wp:list --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":1074,\"width\":500,\"height\":334,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large is-resized\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAAJDA2OTI2NjEwLTQ1OWUtNDUwOC05OTBmLTk0YTJhM2U4MjllMA-1024x678.png\" alt=\"\" class=\"wp-image-1074\" width=\"500\" height=\"334\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":1073,\"width\":500,\"height\":334,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full is-resized\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/241551_798x533.jpg\" alt=\"\" class=\"wp-image-1073\" width=\"500\" height=\"334\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:heading -->\n<h2>The large patio with <br>mountain views</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>This room contains the following</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list -->\n<ul><!-- wp:list-item -->\n<li>Comfortable Chairs</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Glass table</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Recliners</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Sandy beach chairs</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Built-in braai<br>Built-in fireplace<br>Decorative lighting</li>\n<!-- /wp:list-item --></ul>\n<!-- /wp:list --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:heading {\"textAlign\":\"center\"} -->\n<h2 class=\"has-text-align-center\">Book your stay </h2>\n<!-- /wp:heading -->\n\n<!-- wp:buttons -->\n<div class=\"wp-block-buttons\"><!-- wp:button {\"align\":\"center\"} -->\n<div class=\"wp-block-button aligncenter\"><a class=\"wp-block-button__link wp-element-button\" href=\"https://book.nightsbridge.com/11065\" target=\"_blank\" rel=\"noreferrer noopener\">Reservations</a></div>\n<!-- /wp:button -->\n\n<!-- wp:button /--></div>\n<!-- /wp:buttons --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"8da17877\",\"innerContentCustomWidthDesktop\":781,\"innerContentCustomWidthTablet\":781,\"backgroundType\":\"image\",\"backgroundImageDesktop\":{\"uploading\":false,\"date\":1670943271000,\"filename\":\"AAEAAQAAAAAAAAAAAAAA39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba.png\",\"menuOrder\":0,\"uploadedTo\":761,\"type\":\"image\",\"subtype\":\"png\",\"id\":899,\"title\":\"AAEAAQAAAAAAAAAAAAAA39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAA39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba.png\",\"link\":\"https://blueroan.netgen.cloud/accommodation/aaeaaqaaaaaaaaaaaaaa39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba/\",\"alt\":\"\",\"author\":\"2\",\"description\":\"\",\"caption\":\"\",\"name\":\"aaeaaqaaaaaaaaaaaaaa39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba\",\"status\":\"inherit\",\"modified\":1670943271000,\"mime\":\"image/png\",\"icon\":\"https://blueroan.netgen.cloud/wp-includes/images/media/default.png\",\"dateFormatted\":\"December 13, 2022\",\"nonces\":{\"update\":\"45b2b6c69b\",\"delete\":\"75d81c42ab\",\"edit\":\"88fae030a9\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=899\\u0026action=edit\",\"meta\":false,\"authorName\":\"Netgen Support\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/profile.php\",\"uploadedToTitle\":\"Accommodation\",\"uploadedToLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=761\\u0026action=edit\",\"filesizeInBytes\":2338048,\"filesizeHumanReadable\":\"2 MB\",\"context\":\"\",\"height\":900,\"width\":1200,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAA39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba-150x150.png\",\"orientation\":\"landscape\"},\"medium\":{\"height\":225,\"width\":300,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAA39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba-300x225.png\",\"orientation\":\"landscape\"},\"large\":{\"height\":768,\"width\":1024,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAA39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba-1024x768.png\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAA39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba.png\",\"height\":900,\"width\":1200,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"backgroundImageColor\":\"rgba(42,42,42,0.65)\",\"topPaddingDesktop\":144,\"bottomPaddingDesktop\":144,\"leftPaddingDesktop\":40,\"rightPaddingDesktop\":40,\"topPaddingTablet\":80,\"bottomPaddingTablet\":80,\"leftPaddingTablet\":40,\"rightPaddingTablet\":40,\"topPaddingMobile\":64,\"bottomPaddingMobile\":64,\"leftPaddingMobile\":24,\"rightPaddingMobile\":24,\"paddingLink\":false,\"variationSelected\":true,\"isBlockRootParent\":true,\"overlayType\":\"color\"} -->\n<div class=\"wp-block-uagb-container uagb-block-8da17877 alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/advanced-heading {\"block_id\":\"6c2b44de\",\"classMigrate\":true,\"headingDescToggle\":true,\"headingAlign\":\"center\",\"headingColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"subHeadingColor\":\"var(\\u002d\\u002dast-global-color-4)\",\"headSpace\":20} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-6c2b44de\"><h2 class=\"uagb-heading-text\">Plan an Unforgettable Experience at<br>Blue Roan!</h2><p class=\"uagb-desc-text\">We can help you fit your stay and experience within your allotted budget.</p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/advanced-heading {\"block_id\":\"87c9485e\",\"classMigrate\":true,\"headingTitleToggle\":false,\"headingDescToggle\":true,\"headingAlign\":\"center\",\"subHeadingColor\":\"var(\\u002d\\u002dast-global-color-4)\",\"subHeadTransform\":\"uppercase\",\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"subHeadLetterSpacing\":2,\"blockTopPadding\":60,\"blockRightPadding\":0,\"blockLeftPadding\":0,\"blockBottomPadding\":0,\"blockTopPaddingMobile\":30,\"blockRightPaddingMobile\":0,\"blockLeftPaddingMobile\":0,\"blockBottomPaddingMobile\":0,\"linkColor\":\"var(\\u002d\\u002dast-global-color-8)\",\"linkHColor\":\"var(\\u002d\\u002dast-global-color-1)\"} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-87c9485e\"><p class=\"uagb-desc-text\"><a href=\"https://book.nightsbridge.com/11065\" target=\"_blank\" rel=\"noreferrer noopener\">BOOK YOUR STAY NOW​<br></a></p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/icon-list {\"block_id\":\"6bf2b487\",\"classMigrate\":true,\"childMigrate\":true,\"align\":\"center\",\"parentIcon\":\"phone\",\"size\":40,\"sizeMobile\":24,\"sizeTablet\":32,\"fontSize\":48,\"fontSizeMobile\":28,\"fontSizeTablet\":40,\"fontWeight\":\"600\",\"iconColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"labelColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"blockTopPadding\":0,\"blockRightPadding\":0,\"blockLeftPadding\":0,\"blockBottomPadding\":24,\"blockPaddingLink\":false} -->\n<div class=\"wp-block-uagb-icon-list uagb-block-6bf2b487\"><div class=\"uagb-icon-list__wrap\"><!-- wp:uagb/icon-list-child {\"block_id\":\"4c3f8c04\",\"label\":\" + 27 (0) 82 575 5409\",\"label_color\":\"\",\"link\":\"tel:+27825755409\",\"disableLink\":true,\"fromParentIcon\":\"phone\",\"imageSizeChild\":40} -->\n<div class=\"wp-block-uagb-icon-list-child uagb-block-4c3f8c04\"><a target=\"_self\" aria-label=\" + 27 (0) 82 575 5409\" rel=\"noopener noreferrer\" href=\"tel:+27825755409\"> </a><span class=\"uagb-icon-list__source-wrap\"><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M511.2 387l-23.25 100.8c-3.266 14.25-15.79 24.22-30.46 24.22C205.2 512 0 306.8 0 54.5c0-14.66 9.969-27.2 24.22-30.45l100.8-23.25C139.7-2.602 154.7 5.018 160.8 18.92l46.52 108.5c5.438 12.78 1.77 27.67-8.98 36.45L144.5 207.1c33.98 69.22 90.26 125.5 159.5 159.5l44.08-53.8c8.688-10.78 23.69-14.51 36.47-8.975l108.5 46.51C506.1 357.2 514.6 372.4 511.2 387z\"></path></svg></span><span class=\"uagb-icon-list__label\"> + 27 (0) 82 575 5409</span></div>\n<!-- /wp:uagb/icon-list-child -->\n\n<!-- wp:uagb/icon-list-child {\"block_id\":\"33e14baf\",\"label\":\"blueroan@ugo.co.za\",\"icon\":\"envelope\",\"label_color\":\"\",\"link\":\"mailto:blueroan@ugo.co.za\",\"disableLink\":true,\"fromParentIcon\":\"phone\",\"imageSizeChild\":40} -->\n<div class=\"wp-block-uagb-icon-list-child uagb-block-33e14baf\"><a target=\"_self\" aria-label=\"blueroan@ugo.co.za\" rel=\"noopener noreferrer\" href=\"mailto:blueroan@ugo.co.za\"> </a><span class=\"uagb-icon-list__source-wrap\"><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M464 64C490.5 64 512 85.49 512 112C512 127.1 504.9 141.3 492.8 150.4L275.2 313.6C263.8 322.1 248.2 322.1 236.8 313.6L19.2 150.4C7.113 141.3 0 127.1 0 112C0 85.49 21.49 64 48 64H464zM217.6 339.2C240.4 356.3 271.6 356.3 294.4 339.2L512 176V384C512 419.3 483.3 448 448 448H64C28.65 448 0 419.3 0 384V176L217.6 339.2z\"></path></svg></span><span class=\"uagb-icon-list__label\">blueroan@ugo.co.za</span></div>\n<!-- /wp:uagb/icon-list-child --></div></div>\n<!-- /wp:uagb/icon-list --></div></div>\n<!-- /wp:uagb/container -->',	'The Greek Villa',	'',	'inherit',	'closed',	'closed',	'',	'1062-autosave-v1',	'',	'',	'2022-12-14 12:15:35',	'2022-12-14 12:15:35',	'',	1062,	'https://blueroan.netgen.cloud/?p=1077',	0,	'revision',	'',	0),
(1078,	2,	'2022-12-14 12:15:44',	'2022-12-14 12:15:44',	'<!-- wp:uagb/container {\"block_id\":\"b9913231\",\"backgroundType\":\"image\",\"backgroundImageDesktop\":{\"uploading\":false,\"date\":1671018388000,\"filename\":\"AAEAAQAAAAAAAAAAAAAAJGUwYjk4MjFjLTA2NjUtNGYwNi05MGMxLTczNzQwMTViNjkxMg.png\",\"menuOrder\":0,\"uploadedTo\":1062,\"type\":\"image\",\"subtype\":\"png\",\"id\":1065,\"title\":\"AAEAAQAAAAAAAAAAAAAAJGUwYjk4MjFjLTA2NjUtNGYwNi05MGMxLTczNzQwMTViNjkxMg\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAAJGUwYjk4MjFjLTA2NjUtNGYwNi05MGMxLTczNzQwMTViNjkxMg.png\",\"link\":\"https://blueroan.netgen.cloud/the-greek-villa/aaeaaqaaaaaaaaaaaaaajguwyjk4mjfjlta2njutngywni05mgmxltcznzqwmtvinjkxmg/\",\"alt\":\"\",\"author\":\"2\",\"description\":\"\",\"caption\":\"\",\"name\":\"aaeaaqaaaaaaaaaaaaaajguwyjk4mjfjlta2njutngywni05mgmxltcznzqwmtvinjkxmg\",\"status\":\"inherit\",\"modified\":1671018388000,\"mime\":\"image/png\",\"icon\":\"https://blueroan.netgen.cloud/wp-includes/images/media/default.png\",\"dateFormatted\":\"December 14, 2022\",\"nonces\":{\"update\":\"79bb056c17\",\"delete\":\"1131556b0d\",\"edit\":\"307a1c4b84\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=1065\\u0026action=edit\",\"meta\":false,\"authorName\":\"Netgen Support\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/profile.php\",\"uploadedToTitle\":\"The Greek Villa\",\"uploadedToLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=1062\\u0026action=edit\",\"filesizeInBytes\":1077382,\"filesizeHumanReadable\":\"1 MB\",\"context\":\"\",\"height\":715,\"width\":1080,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAAJGUwYjk4MjFjLTA2NjUtNGYwNi05MGMxLTczNzQwMTViNjkxMg-150x150.png\",\"orientation\":\"landscape\"},\"medium\":{\"height\":199,\"width\":300,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAAJGUwYjk4MjFjLTA2NjUtNGYwNi05MGMxLTczNzQwMTViNjkxMg-300x199.png\",\"orientation\":\"landscape\"},\"large\":{\"height\":678,\"width\":1024,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAAJGUwYjk4MjFjLTA2NjUtNGYwNi05MGMxLTczNzQwMTViNjkxMg-1024x678.png\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAAJGUwYjk4MjFjLTA2NjUtNGYwNi05MGMxLTczNzQwMTViNjkxMg.png\",\"height\":715,\"width\":1080,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"backgroundPositionDesktop\":{\"x\":0.49,\"y\":0.8},\"backgroundSizeTablet\":\"cover\",\"backgroundSizeMobile\":\"cover\",\"backgroundColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"backgroundImageColor\":\"rgba(42,42,42,0.5)\",\"topPaddingDesktop\":220,\"bottomPaddingDesktop\":150,\"topPaddingTablet\":170,\"bottomPaddingTablet\":160,\"leftPaddingTablet\":30,\"rightPaddingTablet\":30,\"topPaddingMobile\":180,\"bottomPaddingMobile\":80,\"leftPaddingMobile\":20,\"rightPaddingMobile\":20,\"paddingLink\":false,\"variationSelected\":true,\"isBlockRootParent\":true,\"overlayType\":\"color\"} -->\n<div class=\"wp-block-uagb-container uagb-block-b9913231 alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/advanced-heading {\"block_id\":\"1185327c\",\"classMigrate\":true,\"headingDescToggle\":true,\"headingColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"subHeadingColor\":\"var(\\u002d\\u002dast-global-color-4)\",\"headingTag\":\"h1\",\"headSpace\":20,\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"blockTopPadding\":0,\"blockRightPadding\":50,\"blockLeftPadding\":0,\"blockBottomPadding\":0,\"blockTopPaddingTablet\":0,\"blockRightPaddingTablet\":20,\"blockLeftPaddingTablet\":0,\"blockBottomPaddingTablet\":0,\"blockTopPaddingMobile\":0,\"blockRightPaddingMobile\":0,\"blockLeftPaddingMobile\":0,\"blockBottomPaddingMobile\":0,\"blockPaddingUnit\":\"%\",\"blockPaddingUnitTablet\":\"%\"} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-1185327c\"><h1 class=\"uagb-heading-text\">The Greek Villa</h1><p class=\"uagb-desc-text\">With its predominance of white walls, blue ceilings, and attractive rustic furnishings, this Mediterranean design, which was inspired by Greek villas, depicts a laid-back environment.</p></div>\n<!-- /wp:uagb/advanced-heading --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"3169deca\",\"backgroundType\":\"color\",\"backgroundSizeTablet\":\"cover\",\"backgroundSizeMobile\":\"cover\",\"backgroundColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"topPaddingDesktop\":120,\"bottomPaddingDesktop\":60,\"rightPaddingDesktop\":0,\"topPaddingTablet\":80,\"bottomPaddingTablet\":80,\"leftPaddingTablet\":30,\"rightPaddingTablet\":30,\"topPaddingMobile\":80,\"bottomPaddingMobile\":80,\"leftPaddingMobile\":20,\"rightPaddingMobile\":20,\"paddingLink\":false,\"variationSelected\":true,\"rowGapDesktop\":0,\"isBlockRootParent\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-3169deca alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/container {\"block_id\":\"98388eaa\",\"directionDesktop\":\"row\",\"alignItemsDesktop\":\"flex-end\",\"alignItemsTablet\":\"flex-end\",\"justifyContentDesktop\":\"flex-end\",\"justifyContentTablet\":\"space-between\",\"variationSelected\":true,\"rowGapMobile\":20,\"columnGapDesktop\":0} -->\n<div class=\"wp-block-uagb-container uagb-block-98388eaa\"><!-- wp:uagb/advanced-heading {\"block_id\":\"00095392\",\"classMigrate\":true,\"headingDescToggle\":true,\"subHeadingColor\":\"\",\"headSpace\":20,\"subHeadFontSize\":16} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-00095392\"><h2 class=\"uagb-heading-text\">Come &amp; Stay With Us​ at The Greek Villa</h2><p class=\"uagb-desc-text\">This is our latest luxury unit. &nbsp;Designed in a Greek villa style, it has one bedroom, a separate bathroom, a Jacuzzi room, kitchen, dining area, and a spacious open plan living area opening onto a large covered patio with built-in red brick braai and outdoor fireplace. The unit has super comfortable furniture inside and out. &nbsp;It has a large fenced and gated garden but no pets in this one.</p></div>\n<!-- /wp:uagb/advanced-heading --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:heading -->\n<h2>The bedroom </h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>This room contains the following: </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list -->\n<ul><!-- wp:list-item -->\n<li>Extra-length queen bed with electric blanket</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Dressing table</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Ceiling fan</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Heater</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Hair dryer and dressing gowns</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Good quality linen</li>\n<!-- /wp:list-item --></ul>\n<!-- /wp:list --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":1070,\"width\":500,\"height\":334,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full is-resized\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/241555_798x533.jpg\" alt=\"\" class=\"wp-image-1070\" width=\"500\" height=\"334\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":1069,\"width\":500,\"height\":334,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full is-resized\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/241557_798x533.jpg\" alt=\"\" class=\"wp-image-1069\" width=\"500\" height=\"334\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:heading -->\n<h2>The bathroom</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>This room contains the following</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list -->\n<ul><!-- wp:list-item -->\n<li>Large walk-in shower</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Toilet and basin</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Towels</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Soap, toiletries, and toilet paper</li>\n<!-- /wp:list-item --></ul>\n<!-- /wp:list --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:heading -->\n<h2>The Jacuzzi Room</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>This room contains the following: </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list -->\n<ul><!-- wp:list-item -->\n<li>Corner-shaped spa bath with 6 jets</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Bubble bath &amp; candles</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Towels</li>\n<!-- /wp:list-item --></ul>\n<!-- /wp:list --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":1071,\"width\":500,\"height\":334,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large is-resized\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAAJDMxNjE5ZTMzLTc5NzYtNDBiYi1hNzljLWIzMjMyNmJjYWMzMQ-1024x678.png\" alt=\"\" class=\"wp-image-1071\" width=\"500\" height=\"334\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":1072,\"width\":500,\"height\":334,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full is-resized\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/241553_798x533-1.jpg\" alt=\"\" class=\"wp-image-1072\" width=\"500\" height=\"334\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:heading -->\n<h2>The Lounge </h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>This room contains the following</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list -->\n<ul><!-- wp:list-item -->\n<li>Log fireplace &amp; heater</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Lounge suite</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>TV&nbsp;(DSTV - commercial bouquet with Sports, news, movies, Mnet, SABC 1,2 3 and Etv and other channels)</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>DVD player </li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Books and playing cards</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Glass sliding door out to the patio</li>\n<!-- /wp:list-item --></ul>\n<!-- /wp:list --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:heading -->\n<h2>The Kitchen</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>This room contains the following: </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list -->\n<ul><!-- wp:list-item -->\n<li>4-plate gas stove and oven</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Microwave oven, kettle, toaster</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Fridge with top freezer compartment</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Pots, pans, cutlery, crockery, wine &amp; champagne glasses</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>All kitchen utensils</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Ironing board and iron</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>All cleaning cloths and detergents and washing up liquid</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Paper towel, salt, pepper, tea, coffee and sugar</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Braai tongs</li>\n<!-- /wp:list-item --></ul>\n<!-- /wp:list --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":1074,\"width\":500,\"height\":334,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large is-resized\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAAJDA2OTI2NjEwLTQ1OWUtNDUwOC05OTBmLTk0YTJhM2U4MjllMA-1024x678.png\" alt=\"\" class=\"wp-image-1074\" width=\"500\" height=\"334\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":1073,\"width\":500,\"height\":334,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full is-resized\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/241551_798x533.jpg\" alt=\"\" class=\"wp-image-1073\" width=\"500\" height=\"334\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:heading -->\n<h2>The large patio with <br>mountain views</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>This room contains the following</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list -->\n<ul><!-- wp:list-item -->\n<li>Comfortable Chairs</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Glass table</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Recliners</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Sandy beach chairs</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Built-in braai</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Built-in fireplace</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Decorative lighting</li>\n<!-- /wp:list-item --></ul>\n<!-- /wp:list --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:heading {\"textAlign\":\"center\"} -->\n<h2 class=\"has-text-align-center\">Book your stay </h2>\n<!-- /wp:heading -->\n\n<!-- wp:buttons -->\n<div class=\"wp-block-buttons\"><!-- wp:button {\"align\":\"center\"} -->\n<div class=\"wp-block-button aligncenter\"><a class=\"wp-block-button__link wp-element-button\" href=\"https://book.nightsbridge.com/11065\" target=\"_blank\" rel=\"noreferrer noopener\">Reservations</a></div>\n<!-- /wp:button -->\n\n<!-- wp:button /--></div>\n<!-- /wp:buttons --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"8da17877\",\"innerContentCustomWidthDesktop\":781,\"innerContentCustomWidthTablet\":781,\"backgroundType\":\"image\",\"backgroundImageDesktop\":{\"uploading\":false,\"date\":1670943271000,\"filename\":\"AAEAAQAAAAAAAAAAAAAA39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba.png\",\"menuOrder\":0,\"uploadedTo\":761,\"type\":\"image\",\"subtype\":\"png\",\"id\":899,\"title\":\"AAEAAQAAAAAAAAAAAAAA39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAA39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba.png\",\"link\":\"https://blueroan.netgen.cloud/accommodation/aaeaaqaaaaaaaaaaaaaa39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba/\",\"alt\":\"\",\"author\":\"2\",\"description\":\"\",\"caption\":\"\",\"name\":\"aaeaaqaaaaaaaaaaaaaa39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba\",\"status\":\"inherit\",\"modified\":1670943271000,\"mime\":\"image/png\",\"icon\":\"https://blueroan.netgen.cloud/wp-includes/images/media/default.png\",\"dateFormatted\":\"December 13, 2022\",\"nonces\":{\"update\":\"45b2b6c69b\",\"delete\":\"75d81c42ab\",\"edit\":\"88fae030a9\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=899\\u0026action=edit\",\"meta\":false,\"authorName\":\"Netgen Support\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/profile.php\",\"uploadedToTitle\":\"Accommodation\",\"uploadedToLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=761\\u0026action=edit\",\"filesizeInBytes\":2338048,\"filesizeHumanReadable\":\"2 MB\",\"context\":\"\",\"height\":900,\"width\":1200,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAA39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba-150x150.png\",\"orientation\":\"landscape\"},\"medium\":{\"height\":225,\"width\":300,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAA39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba-300x225.png\",\"orientation\":\"landscape\"},\"large\":{\"height\":768,\"width\":1024,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAA39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba-1024x768.png\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAA39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba.png\",\"height\":900,\"width\":1200,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"backgroundImageColor\":\"rgba(42,42,42,0.65)\",\"topPaddingDesktop\":144,\"bottomPaddingDesktop\":144,\"leftPaddingDesktop\":40,\"rightPaddingDesktop\":40,\"topPaddingTablet\":80,\"bottomPaddingTablet\":80,\"leftPaddingTablet\":40,\"rightPaddingTablet\":40,\"topPaddingMobile\":64,\"bottomPaddingMobile\":64,\"leftPaddingMobile\":24,\"rightPaddingMobile\":24,\"paddingLink\":false,\"variationSelected\":true,\"isBlockRootParent\":true,\"overlayType\":\"color\"} -->\n<div class=\"wp-block-uagb-container uagb-block-8da17877 alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/advanced-heading {\"block_id\":\"6c2b44de\",\"classMigrate\":true,\"headingDescToggle\":true,\"headingAlign\":\"center\",\"headingColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"subHeadingColor\":\"var(\\u002d\\u002dast-global-color-4)\",\"headSpace\":20} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-6c2b44de\"><h2 class=\"uagb-heading-text\">Plan an Unforgettable Experience at<br>Blue Roan!</h2><p class=\"uagb-desc-text\">We can help you fit your stay and experience within your allotted budget.</p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/advanced-heading {\"block_id\":\"87c9485e\",\"classMigrate\":true,\"headingTitleToggle\":false,\"headingDescToggle\":true,\"headingAlign\":\"center\",\"subHeadingColor\":\"var(\\u002d\\u002dast-global-color-4)\",\"subHeadTransform\":\"uppercase\",\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"subHeadLetterSpacing\":2,\"blockTopPadding\":60,\"blockRightPadding\":0,\"blockLeftPadding\":0,\"blockBottomPadding\":0,\"blockTopPaddingMobile\":30,\"blockRightPaddingMobile\":0,\"blockLeftPaddingMobile\":0,\"blockBottomPaddingMobile\":0,\"linkColor\":\"var(\\u002d\\u002dast-global-color-8)\",\"linkHColor\":\"var(\\u002d\\u002dast-global-color-1)\"} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-87c9485e\"><p class=\"uagb-desc-text\"><a href=\"https://book.nightsbridge.com/11065\" target=\"_blank\" rel=\"noreferrer noopener\">BOOK YOUR STAY NOW​<br></a></p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/icon-list {\"block_id\":\"6bf2b487\",\"classMigrate\":true,\"childMigrate\":true,\"align\":\"center\",\"parentIcon\":\"phone\",\"size\":40,\"sizeMobile\":24,\"sizeTablet\":32,\"fontSize\":48,\"fontSizeMobile\":28,\"fontSizeTablet\":40,\"fontWeight\":\"600\",\"iconColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"labelColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"blockTopPadding\":0,\"blockRightPadding\":0,\"blockLeftPadding\":0,\"blockBottomPadding\":24,\"blockPaddingLink\":false} -->\n<div class=\"wp-block-uagb-icon-list uagb-block-6bf2b487\"><div class=\"uagb-icon-list__wrap\"><!-- wp:uagb/icon-list-child {\"block_id\":\"4c3f8c04\",\"label\":\" + 27 (0) 82 575 5409\",\"label_color\":\"\",\"link\":\"tel:+27825755409\",\"disableLink\":true,\"fromParentIcon\":\"phone\",\"imageSizeChild\":40} -->\n<div class=\"wp-block-uagb-icon-list-child uagb-block-4c3f8c04\"><a target=\"_self\" aria-label=\" + 27 (0) 82 575 5409\" rel=\"noopener noreferrer\" href=\"tel:+27825755409\"> </a><span class=\"uagb-icon-list__source-wrap\"><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M511.2 387l-23.25 100.8c-3.266 14.25-15.79 24.22-30.46 24.22C205.2 512 0 306.8 0 54.5c0-14.66 9.969-27.2 24.22-30.45l100.8-23.25C139.7-2.602 154.7 5.018 160.8 18.92l46.52 108.5c5.438 12.78 1.77 27.67-8.98 36.45L144.5 207.1c33.98 69.22 90.26 125.5 159.5 159.5l44.08-53.8c8.688-10.78 23.69-14.51 36.47-8.975l108.5 46.51C506.1 357.2 514.6 372.4 511.2 387z\"></path></svg></span><span class=\"uagb-icon-list__label\"> + 27 (0) 82 575 5409</span></div>\n<!-- /wp:uagb/icon-list-child -->\n\n<!-- wp:uagb/icon-list-child {\"block_id\":\"33e14baf\",\"label\":\"blueroan@ugo.co.za\",\"icon\":\"envelope\",\"label_color\":\"\",\"link\":\"mailto:blueroan@ugo.co.za\",\"disableLink\":true,\"fromParentIcon\":\"phone\",\"imageSizeChild\":40} -->\n<div class=\"wp-block-uagb-icon-list-child uagb-block-33e14baf\"><a target=\"_self\" aria-label=\"blueroan@ugo.co.za\" rel=\"noopener noreferrer\" href=\"mailto:blueroan@ugo.co.za\"> </a><span class=\"uagb-icon-list__source-wrap\"><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M464 64C490.5 64 512 85.49 512 112C512 127.1 504.9 141.3 492.8 150.4L275.2 313.6C263.8 322.1 248.2 322.1 236.8 313.6L19.2 150.4C7.113 141.3 0 127.1 0 112C0 85.49 21.49 64 48 64H464zM217.6 339.2C240.4 356.3 271.6 356.3 294.4 339.2L512 176V384C512 419.3 483.3 448 448 448H64C28.65 448 0 419.3 0 384V176L217.6 339.2z\"></path></svg></span><span class=\"uagb-icon-list__label\">blueroan@ugo.co.za</span></div>\n<!-- /wp:uagb/icon-list-child --></div></div>\n<!-- /wp:uagb/icon-list --></div></div>\n<!-- /wp:uagb/container -->',	'The Greek Villa',	'',	'inherit',	'closed',	'closed',	'',	'1062-revision-v1',	'',	'',	'2022-12-14 12:15:44',	'2022-12-14 12:15:44',	'',	1062,	'https://blueroan.netgen.cloud/?p=1078',	0,	'revision',	'',	0),
(1079,	2,	'2022-12-14 12:18:40',	'2022-12-14 12:18:40',	'<!-- wp:uagb/container {\"block_id\":\"83201624\",\"backgroundType\":\"image\",\"backgroundImageDesktop\":{\"id\":879,\"title\":\"blue-roan-guest-farm (11)\",\"filename\":\"blue-roan-guest-farm-11.jpg\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-11.jpg\",\"link\":\"https://blueroan.netgen.cloud/accommodation/blue-roan-guest-farm-11/\",\"alt\":\"\",\"author\":\"2\",\"description\":\"\",\"caption\":\"\",\"name\":\"blue-roan-guest-farm-11\",\"status\":\"inherit\",\"uploadedTo\":761,\"date\":\"2022-12-13T13:40:31.000Z\",\"modified\":\"2022-12-13T13:40:31.000Z\",\"menuOrder\":0,\"mime\":\"image/jpeg\",\"type\":\"image\",\"subtype\":\"jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-includes/images/media/default.png\",\"dateFormatted\":\"December 13, 2022\",\"nonces\":{\"update\":\"d402447c49\",\"delete\":\"b223bf1bfb\",\"edit\":\"12a4062084\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=879\\u0026action=edit\",\"meta\":false,\"authorName\":\"Netgen Support\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/profile.php\",\"uploadedToTitle\":\"Accommodation\",\"uploadedToLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=761\\u0026action=edit\",\"filesizeInBytes\":175055,\"filesizeHumanReadable\":\"171 KB\",\"context\":\"\",\"height\":667,\"width\":1000,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-11-150x150.jpg\",\"orientation\":\"landscape\"},\"medium\":{\"height\":200,\"width\":300,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-11-300x200.jpg\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-11.jpg\",\"height\":667,\"width\":1000,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"backgroundPositionDesktop\":{\"x\":0.47,\"y\":0.54},\"backgroundSizeTablet\":\"cover\",\"backgroundSizeMobile\":\"cover\",\"backgroundColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"backgroundImageColor\":\"rgba(42,42,42,0.5)\",\"topPaddingDesktop\":220,\"bottomPaddingDesktop\":150,\"topPaddingTablet\":170,\"bottomPaddingTablet\":160,\"leftPaddingTablet\":30,\"rightPaddingTablet\":30,\"topPaddingMobile\":180,\"bottomPaddingMobile\":80,\"leftPaddingMobile\":20,\"rightPaddingMobile\":20,\"paddingLink\":false,\"variationSelected\":true,\"isBlockRootParent\":true,\"overlayType\":\"color\"} -->\n<div class=\"wp-block-uagb-container uagb-block-83201624 alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/advanced-heading {\"block_id\":\"e6bd07c3\",\"classMigrate\":true,\"headingDescToggle\":true,\"headingColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"subHeadingColor\":\"var(\\u002d\\u002dast-global-color-4)\",\"headingTag\":\"h1\",\"headSpace\":20,\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"blockTopPadding\":0,\"blockRightPadding\":50,\"blockLeftPadding\":0,\"blockBottomPadding\":0,\"blockTopPaddingTablet\":0,\"blockRightPaddingTablet\":20,\"blockLeftPaddingTablet\":0,\"blockBottomPaddingTablet\":0,\"blockTopPaddingMobile\":0,\"blockRightPaddingMobile\":0,\"blockLeftPaddingMobile\":0,\"blockBottomPaddingMobile\":0,\"blockPaddingUnit\":\"%\",\"blockPaddingUnitTablet\":\"%\"} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-e6bd07c3\"><h1 class=\"uagb-heading-text\">The Acacia suite</h1><p class=\"uagb-desc-text\">We called the biggest unit after the Acacia tree. This apartment is rustic and unpretentious and includes a large open-concept living room that leads to a covered patio with a brick braai area.</p></div>\n<!-- /wp:uagb/advanced-heading --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"3f2c5101\",\"backgroundType\":\"color\",\"backgroundSizeTablet\":\"cover\",\"backgroundSizeMobile\":\"cover\",\"backgroundColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"topPaddingDesktop\":120,\"bottomPaddingDesktop\":60,\"rightPaddingDesktop\":0,\"topPaddingTablet\":80,\"bottomPaddingTablet\":80,\"leftPaddingTablet\":30,\"rightPaddingTablet\":30,\"topPaddingMobile\":80,\"bottomPaddingMobile\":80,\"leftPaddingMobile\":20,\"rightPaddingMobile\":20,\"paddingLink\":false,\"variationSelected\":true,\"rowGapDesktop\":0,\"isBlockRootParent\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-3f2c5101 alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/container {\"block_id\":\"d8c6ef82\",\"directionDesktop\":\"row\",\"alignItemsDesktop\":\"flex-end\",\"alignItemsTablet\":\"flex-end\",\"justifyContentDesktop\":\"flex-end\",\"justifyContentTablet\":\"space-between\",\"variationSelected\":true,\"rowGapMobile\":20,\"columnGapDesktop\":0} -->\n<div class=\"wp-block-uagb-container uagb-block-d8c6ef82\"><!-- wp:uagb/advanced-heading {\"block_id\":\"f7570cdc\",\"classMigrate\":true,\"headingDescToggle\":true,\"subHeadingColor\":\"\",\"headSpace\":20,\"subHeadFontSize\":16} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-f7570cdc\"><h2 class=\"uagb-heading-text\">Come &amp; Stay With Us​ at The Acacia suite</h2><p class=\"uagb-desc-text\">This is the largest unit and is at the end of the row. &nbsp;It has one bedroom, a separate bathroom, and a spacious open plan living area opening onto a covered patio with brick braai and comfortable outside furniture. &nbsp;It has a large grassy, fenced, and gated garden.</p></div>\n<!-- /wp:uagb/advanced-heading --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:heading -->\n<h2>The bedroom </h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>This room contains the following: </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list -->\n<ul><!-- wp:list-item -->\n<li>Extra-length queen bed with electric blanket</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Dressing table</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Wall mounted heater</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Oil heater &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Ceiling fan</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Oil heater</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Hair dryer and dressing gowns</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Good quality linen</li>\n<!-- /wp:list-item --></ul>\n<!-- /wp:list --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":1049,\"width\":500,\"height\":334,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full is-resized\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/241548_798x533.jpg\" alt=\"\" class=\"wp-image-1049\" width=\"500\" height=\"334\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":1051,\"width\":500,\"height\":334,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full is-resized\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/241550_798x533.jpg\" alt=\"\" class=\"wp-image-1051\" width=\"500\" height=\"334\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:heading -->\n<h2>The bathroom</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>This room contains the following</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list -->\n<ul><!-- wp:list-item -->\n<li>Corner-shaped spa bath with 6 jets</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Separate shower</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Toilet and basin</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Towels</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Soap, bubble bath &amp; candles, toiletries and toilet paper</li>\n<!-- /wp:list-item --></ul>\n<!-- /wp:list --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:heading -->\n<h2>The Lounge</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>This room contains the following: </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list -->\n<ul><!-- wp:list-item -->\n<li>Log fireplace</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>3-piece upholstered lounge suite</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Additional 3 seater sofa for convenience positioned on the other side of the unit (This sofa can be changed to a single or double bed for extra accommodation by arrangement)</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>TV&nbsp;(DSTV - commercial bouquet with Sports, movies, Mnet, SABC 1,2 3 and Etv)</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>DVD player</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Dining table and 4 chairs</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Books and playing cards</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Glass sliding door out to the patio</li>\n<!-- /wp:list-item --></ul>\n<!-- /wp:list --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":1052,\"width\":500,\"height\":334,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full is-resized\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/241545_798x533.jpg\" alt=\"\" class=\"wp-image-1052\" width=\"500\" height=\"334\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":1054,\"width\":500,\"height\":334,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full is-resized\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/241547_798x533.jpg\" alt=\"The kitchen in the Acacia suite at the Blue Roan country lodge \" class=\"wp-image-1054\" width=\"500\" height=\"334\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:heading -->\n<h2>The kitchen</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>This room contains the following</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list -->\n<ul><!-- wp:list-item -->\n<li>4 plate gas stove and oven</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Microwave oven, kettle, toaster</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Fridge with top freezer compartment</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Pots, pans, cutlery, crockery, wine &amp; champagne glasses</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>All kitchen utensils</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Ironing board and iron</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>All cleaning cloths and detergents and washing up liquid</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Paper towel, salt, pepper, tea, coffee and sugar</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Braai tongs</li>\n<!-- /wp:list-item --></ul>\n<!-- /wp:list --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:heading -->\n<h2>The large patio with <br>mountain views</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>This room contains the following: </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list -->\n<ul><!-- wp:list-item -->\n<li>Chairs with cushions</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Glass table</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Brick braai</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Decorative lighting</li>\n<!-- /wp:list-item --></ul>\n<!-- /wp:list --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":1055,\"width\":500,\"height\":334,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full is-resized\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/241544_798x533.jpg\" alt=\"\" class=\"wp-image-1055\" width=\"500\" height=\"334\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:heading {\"textAlign\":\"center\"} -->\n<h2 class=\"has-text-align-center\">Book your stay </h2>\n<!-- /wp:heading -->\n\n<!-- wp:buttons -->\n<div class=\"wp-block-buttons\"><!-- wp:button {\"align\":\"center\"} -->\n<div class=\"wp-block-button aligncenter\"><a class=\"wp-block-button__link wp-element-button\" href=\"https://book.nightsbridge.com/11065\" target=\"_blank\" rel=\"noreferrer noopener\">Reservations</a></div>\n<!-- /wp:button -->\n\n<!-- wp:button /--></div>\n<!-- /wp:buttons --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"faa1b368\",\"innerContentCustomWidthDesktop\":781,\"innerContentCustomWidthTablet\":781,\"backgroundType\":\"image\",\"backgroundImageDesktop\":{\"uploading\":false,\"date\":1670943271000,\"filename\":\"AAEAAQAAAAAAAAAAAAAA39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba.png\",\"menuOrder\":0,\"uploadedTo\":761,\"type\":\"image\",\"subtype\":\"png\",\"id\":899,\"title\":\"AAEAAQAAAAAAAAAAAAAA39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAA39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba.png\",\"link\":\"https://blueroan.netgen.cloud/accommodation/aaeaaqaaaaaaaaaaaaaa39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba/\",\"alt\":\"\",\"author\":\"2\",\"description\":\"\",\"caption\":\"\",\"name\":\"aaeaaqaaaaaaaaaaaaaa39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba\",\"status\":\"inherit\",\"modified\":1670943271000,\"mime\":\"image/png\",\"icon\":\"https://blueroan.netgen.cloud/wp-includes/images/media/default.png\",\"dateFormatted\":\"December 13, 2022\",\"nonces\":{\"update\":\"45b2b6c69b\",\"delete\":\"75d81c42ab\",\"edit\":\"88fae030a9\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=899\\u0026action=edit\",\"meta\":false,\"authorName\":\"Netgen Support\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/profile.php\",\"uploadedToTitle\":\"Accommodation\",\"uploadedToLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=761\\u0026action=edit\",\"filesizeInBytes\":2338048,\"filesizeHumanReadable\":\"2 MB\",\"context\":\"\",\"height\":900,\"width\":1200,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAA39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba-150x150.png\",\"orientation\":\"landscape\"},\"medium\":{\"height\":225,\"width\":300,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAA39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba-300x225.png\",\"orientation\":\"landscape\"},\"large\":{\"height\":768,\"width\":1024,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAA39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba-1024x768.png\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAA39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba.png\",\"height\":900,\"width\":1200,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"backgroundImageColor\":\"rgba(42,42,42,0.65)\",\"topPaddingDesktop\":144,\"bottomPaddingDesktop\":144,\"leftPaddingDesktop\":40,\"rightPaddingDesktop\":40,\"topPaddingTablet\":80,\"bottomPaddingTablet\":80,\"leftPaddingTablet\":40,\"rightPaddingTablet\":40,\"topPaddingMobile\":64,\"bottomPaddingMobile\":64,\"leftPaddingMobile\":24,\"rightPaddingMobile\":24,\"paddingLink\":false,\"variationSelected\":true,\"isBlockRootParent\":true,\"overlayType\":\"color\"} -->\n<div class=\"wp-block-uagb-container uagb-block-faa1b368 alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/advanced-heading {\"block_id\":\"547d7fa2\",\"classMigrate\":true,\"headingDescToggle\":true,\"headingAlign\":\"center\",\"headingColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"subHeadingColor\":\"var(\\u002d\\u002dast-global-color-4)\",\"headSpace\":20} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-547d7fa2\"><h2 class=\"uagb-heading-text\">Plan an Unforgettable Experience at<br>Blue Roan!</h2><p class=\"uagb-desc-text\">We can help you fit your stay and experience within your allotted budget.</p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/advanced-heading {\"block_id\":\"304a6ad4\",\"classMigrate\":true,\"headingTitleToggle\":false,\"headingDescToggle\":true,\"headingAlign\":\"center\",\"subHeadingColor\":\"var(\\u002d\\u002dast-global-color-4)\",\"subHeadTransform\":\"uppercase\",\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"subHeadLetterSpacing\":2,\"blockTopPadding\":60,\"blockRightPadding\":0,\"blockLeftPadding\":0,\"blockBottomPadding\":0,\"blockTopPaddingMobile\":30,\"blockRightPaddingMobile\":0,\"blockLeftPaddingMobile\":0,\"blockBottomPaddingMobile\":0,\"linkColor\":\"var(\\u002d\\u002dast-global-color-8)\",\"linkHColor\":\"var(\\u002d\\u002dast-global-color-1)\"} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-304a6ad4\"><p class=\"uagb-desc-text\"><a href=\"https://book.nightsbridge.com/11065\" target=\"_blank\" rel=\"noreferrer noopener\">BOOK YOUR STAY NOW​<br></a></p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/icon-list {\"block_id\":\"64cdd767\",\"classMigrate\":true,\"childMigrate\":true,\"align\":\"center\",\"parentIcon\":\"phone\",\"size\":40,\"sizeMobile\":24,\"sizeTablet\":32,\"fontSize\":48,\"fontSizeMobile\":28,\"fontSizeTablet\":40,\"fontWeight\":\"600\",\"iconColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"labelColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"blockTopPadding\":0,\"blockRightPadding\":0,\"blockLeftPadding\":0,\"blockBottomPadding\":24,\"blockPaddingLink\":false} -->\n<div class=\"wp-block-uagb-icon-list uagb-block-64cdd767\"><div class=\"uagb-icon-list__wrap\"><!-- wp:uagb/icon-list-child {\"block_id\":\"a8101657\",\"label\":\" + 27 (0) 82 575 5409\",\"label_color\":\"\",\"link\":\"tel:+27825755409\",\"disableLink\":true,\"fromParentIcon\":\"phone\",\"imageSizeChild\":40} -->\n<div class=\"wp-block-uagb-icon-list-child uagb-block-a8101657\"><a target=\"_self\" aria-label=\" + 27 (0) 82 575 5409\" rel=\"noopener noreferrer\" href=\"tel:+27825755409\"> </a><span class=\"uagb-icon-list__source-wrap\"><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M511.2 387l-23.25 100.8c-3.266 14.25-15.79 24.22-30.46 24.22C205.2 512 0 306.8 0 54.5c0-14.66 9.969-27.2 24.22-30.45l100.8-23.25C139.7-2.602 154.7 5.018 160.8 18.92l46.52 108.5c5.438 12.78 1.77 27.67-8.98 36.45L144.5 207.1c33.98 69.22 90.26 125.5 159.5 159.5l44.08-53.8c8.688-10.78 23.69-14.51 36.47-8.975l108.5 46.51C506.1 357.2 514.6 372.4 511.2 387z\"></path></svg></span><span class=\"uagb-icon-list__label\"> + 27 (0) 82 575 5409</span></div>\n<!-- /wp:uagb/icon-list-child -->\n\n<!-- wp:uagb/icon-list-child {\"block_id\":\"2b243128\",\"label\":\"blueroan@ugo.co.za\",\"icon\":\"envelope\",\"label_color\":\"\",\"link\":\"mailto:blueroan@ugo.co.za\",\"disableLink\":true,\"fromParentIcon\":\"phone\",\"imageSizeChild\":40} -->\n<div class=\"wp-block-uagb-icon-list-child uagb-block-2b243128\"><a target=\"_self\" aria-label=\"blueroan@ugo.co.za\" rel=\"noopener noreferrer\" href=\"mailto:blueroan@ugo.co.za\"> </a><span class=\"uagb-icon-list__source-wrap\"><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M464 64C490.5 64 512 85.49 512 112C512 127.1 504.9 141.3 492.8 150.4L275.2 313.6C263.8 322.1 248.2 322.1 236.8 313.6L19.2 150.4C7.113 141.3 0 127.1 0 112C0 85.49 21.49 64 48 64H464zM217.6 339.2C240.4 356.3 271.6 356.3 294.4 339.2L512 176V384C512 419.3 483.3 448 448 448H64C28.65 448 0 419.3 0 384V176L217.6 339.2z\"></path></svg></span><span class=\"uagb-icon-list__label\">blueroan@ugo.co.za</span></div>\n<!-- /wp:uagb/icon-list-child --></div></div>\n<!-- /wp:uagb/icon-list --></div></div>\n<!-- /wp:uagb/container -->',	'The Acacia',	'',	'inherit',	'closed',	'closed',	'',	'1044-revision-v1',	'',	'',	'2022-12-14 12:18:40',	'2022-12-14 12:18:40',	'',	1044,	'https://blueroan.netgen.cloud/?p=1079',	0,	'revision',	'',	0),
(1080,	2,	'2022-12-14 12:20:09',	'2022-12-14 12:20:09',	'<!-- wp:uagb/container {\"block_id\":\"d0083ef0\",\"backgroundType\":\"image\",\"backgroundImageDesktop\":{\"uploading\":false,\"date\":1671023457000,\"filename\":\"241559_798x533.jpg\",\"menuOrder\":0,\"uploadedTo\":1080,\"type\":\"image\",\"subtype\":\"jpeg\",\"id\":1095,\"title\":\"241559_798x533\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/241559_798x533.jpg\",\"link\":\"https://blueroan.netgen.cloud/the-honeymoon-suite/241559_798x533/\",\"alt\":\"\",\"author\":\"2\",\"description\":\"\",\"caption\":\"\",\"name\":\"241559_798x533\",\"status\":\"inherit\",\"modified\":1671023457000,\"mime\":\"image/jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-includes/images/media/default.png\",\"dateFormatted\":\"December 14, 2022\",\"nonces\":{\"update\":\"7866bc0686\",\"delete\":\"4305e802ab\",\"edit\":\"a07bc75067\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=1095\\u0026action=edit\",\"meta\":false,\"authorName\":\"Netgen Support\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/profile.php\",\"uploadedToTitle\":\"The Honeymoon Suite\",\"uploadedToLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=1080\\u0026action=edit\",\"filesizeInBytes\":101561,\"filesizeHumanReadable\":\"99 KB\",\"context\":\"\",\"height\":533,\"width\":798,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/241559_798x533-150x150.jpg\",\"orientation\":\"landscape\"},\"medium\":{\"height\":200,\"width\":300,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/241559_798x533-300x200.jpg\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/241559_798x533.jpg\",\"height\":533,\"width\":798,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"backgroundPositionDesktop\":{\"x\":0.6,\"y\":0.65},\"backgroundSizeTablet\":\"cover\",\"backgroundSizeMobile\":\"cover\",\"backgroundColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"backgroundImageColor\":\"rgba(42,42,42,0.5)\",\"topPaddingDesktop\":220,\"bottomPaddingDesktop\":150,\"topPaddingTablet\":170,\"bottomPaddingTablet\":160,\"leftPaddingTablet\":30,\"rightPaddingTablet\":30,\"topPaddingMobile\":180,\"bottomPaddingMobile\":80,\"leftPaddingMobile\":20,\"rightPaddingMobile\":20,\"paddingLink\":false,\"variationSelected\":true,\"isBlockRootParent\":true,\"overlayType\":\"color\"} -->\n<div class=\"wp-block-uagb-container uagb-block-d0083ef0 alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/advanced-heading {\"block_id\":\"00ca712d\",\"classMigrate\":true,\"headingDescToggle\":true,\"headingColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"subHeadingColor\":\"var(\\u002d\\u002dast-global-color-4)\",\"headingTag\":\"h1\",\"headSpace\":20,\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"blockTopPadding\":0,\"blockRightPadding\":50,\"blockLeftPadding\":0,\"blockBottomPadding\":0,\"blockTopPaddingTablet\":0,\"blockRightPaddingTablet\":20,\"blockLeftPaddingTablet\":0,\"blockBottomPaddingTablet\":0,\"blockTopPaddingMobile\":0,\"blockRightPaddingMobile\":0,\"blockLeftPaddingMobile\":0,\"blockBottomPaddingMobile\":0,\"blockPaddingUnit\":\"%\",\"blockPaddingUnitTablet\":\"%\"} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-00ca712d\"><h1 class=\"uagb-heading-text\">The Honeymoon suite</h1><p class=\"uagb-desc-text\">This open-plan unit, which is attached to the side of the main home, is ideal for couples because it is fully private and has its own entrance, garden, and carport.</p></div>\n<!-- /wp:uagb/advanced-heading --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"ababd1c4\",\"backgroundType\":\"color\",\"backgroundSizeTablet\":\"cover\",\"backgroundSizeMobile\":\"cover\",\"backgroundColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"topPaddingDesktop\":120,\"bottomPaddingDesktop\":60,\"rightPaddingDesktop\":0,\"topPaddingTablet\":80,\"bottomPaddingTablet\":80,\"leftPaddingTablet\":30,\"rightPaddingTablet\":30,\"topPaddingMobile\":80,\"bottomPaddingMobile\":80,\"leftPaddingMobile\":20,\"rightPaddingMobile\":20,\"paddingLink\":false,\"variationSelected\":true,\"rowGapDesktop\":0,\"isBlockRootParent\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-ababd1c4 alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/container {\"block_id\":\"b6b2fda1\",\"directionDesktop\":\"row\",\"alignItemsDesktop\":\"flex-end\",\"alignItemsTablet\":\"flex-end\",\"justifyContentDesktop\":\"flex-end\",\"justifyContentTablet\":\"space-between\",\"variationSelected\":true,\"rowGapMobile\":20,\"columnGapDesktop\":0} -->\n<div class=\"wp-block-uagb-container uagb-block-b6b2fda1\"><!-- wp:uagb/advanced-heading {\"block_id\":\"6bf6876f\",\"classMigrate\":true,\"headingDescToggle\":true,\"subHeadingColor\":\"\",\"headSpace\":20,\"subHeadFontSize\":16} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-6bf6876f\"><h2 class=\"uagb-heading-text\">Come &amp; Stay With Us​ at The Honeymoon suite</h2><p class=\"uagb-desc-text\">This is an open plan unit attached to the side of the main house, completely private with its own entrance, own garden, and carport. &nbsp;It has a king bed facing the TV and a separate bathroom with a huge walk-in shower and an oval spa bath. The unit has a glass door opening onto a private covered patio with a brick braai and comfortable outside furniture. &nbsp;It has a fenced and gated garden with a hammock and outside garden furniture. (no pets in this one)</p></div>\n<!-- /wp:uagb/advanced-heading --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:heading -->\n<h2>The bedroom &amp; lounge</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>This room contains the following: </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list -->\n<ul><!-- wp:list-item -->\n<li>King bed with electric blanket</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Electric heater</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Ceiling fan</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Hair dryer</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Good quality linen</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>32\" flat screen TV (full DSTV)</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>DVD player</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Books and playing cards</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Dressing table</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>2-seater recliner settee</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Big clothes cupboards with dressing gowns</li>\n<!-- /wp:list-item --></ul>\n<!-- /wp:list --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:uagb/image {\"block_id\":\"45918bad\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Honeymoon-Suite-bed-and-lazyboy-couch-1024x768.jpg\",\"id\":1411,\"width\":1024,\"height\":768,\"naturalWidth\":1024,\"naturalHeight\":768,\"sizeSlug\":\"full\"} -->\n<div class=\"wp-block-uagb-image uagb-block-45918bad wp-block-uagb-image--layout-default wp-block-uagb-image--effect-static wp-block-uagb-image--align-none\"><figure class=\"wp-block-uagb-image__figure\"><img srcset=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Honeymoon-Suite-bed-and-lazyboy-couch-1024x768.jpg \" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Honeymoon-Suite-bed-and-lazyboy-couch-1024x768.jpg\" alt=\"\" class=\"uag-image-1411\" width=\"1024\" height=\"768\" title=\"\" loading=\"lazy\"/></figure></div>\n<!-- /wp:uagb/image --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":1346,\"width\":500,\"height\":334,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large is-resized\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Honeymoon-Suite-kitchen-and-dining-table-1024x768.jpg\" alt=\"\" class=\"wp-image-1346\" width=\"500\" height=\"334\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:heading -->\n<h2>The Kitchen &amp; Dining room</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>This room contains the following</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list -->\n<ul><!-- wp:list-item -->\n<li>Log fireplace</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>4-plate gas stove and oven</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Microwave oven, kettle, toaster</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Fridge with top freezer compartment</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Pots, pans, cutlery, crockery, wine &amp; champagne glasses</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>All kitchen utensils</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Ironing board and iron</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>All cleaning cloths and detergents and washing up liquid</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Paper towel, salt pepper, coffee, sugar &amp; tea</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Braai tongs</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Dining table and 2 comfortable designer chairs</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Glass door out to the private patio</li>\n<!-- /wp:list-item --></ul>\n<!-- /wp:list --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:heading -->\n<h2>The bathroom</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>This room contains the following: </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list -->\n<ul><!-- wp:list-item -->\n<li>Huge walk-in shower</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Oval spa bath with 6 jets</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Bubble bath and candles</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Soap and towels and toiletries</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Toilet and his and hers basins - toilet paper provided</li>\n<!-- /wp:list-item --></ul>\n<!-- /wp:list --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":1092,\"width\":500,\"height\":334,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full is-resized\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAAJDAxNDM5Y2JmLTQ3YzMtNDA4Ni05ZjZlLTU2YjM4YmI1Y2IxNg.png\" alt=\"\" class=\"wp-image-1092\" width=\"500\" height=\"334\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":1093,\"width\":500,\"height\":334,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full is-resized\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/241560_798x533.jpg\" alt=\"\" class=\"wp-image-1093\" width=\"500\" height=\"334\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:heading -->\n<h2>Private patio surrounded by a private garden and facing the sunset</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>This room contains the following</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list -->\n<ul><!-- wp:list-item -->\n<li>Chairs with cushions</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Wooden table</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Brick braai</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Decorative lighting</li>\n<!-- /wp:list-item --></ul>\n<!-- /wp:list --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:heading {\"textAlign\":\"center\"} -->\n<h2 class=\"has-text-align-center\">Book your stay </h2>\n<!-- /wp:heading -->\n\n<!-- wp:buttons -->\n<div class=\"wp-block-buttons\"><!-- wp:button {\"align\":\"center\"} -->\n<div class=\"wp-block-button aligncenter\"><a class=\"wp-block-button__link wp-element-button\" href=\"https://book.nightsbridge.com/11065\" target=\"_blank\" rel=\"noreferrer noopener\">Reservations</a></div>\n<!-- /wp:button -->\n\n<!-- wp:button /--></div>\n<!-- /wp:buttons --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"ab29d9cd\",\"innerContentCustomWidthDesktop\":781,\"innerContentCustomWidthTablet\":781,\"backgroundType\":\"image\",\"backgroundImageDesktop\":{\"uploading\":false,\"date\":1670943271000,\"filename\":\"AAEAAQAAAAAAAAAAAAAA39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba.png\",\"menuOrder\":0,\"uploadedTo\":761,\"type\":\"image\",\"subtype\":\"png\",\"id\":899,\"title\":\"AAEAAQAAAAAAAAAAAAAA39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAA39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba.png\",\"link\":\"https://blueroan.netgen.cloud/accommodation/aaeaaqaaaaaaaaaaaaaa39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba/\",\"alt\":\"\",\"author\":\"2\",\"description\":\"\",\"caption\":\"\",\"name\":\"aaeaaqaaaaaaaaaaaaaa39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba\",\"status\":\"inherit\",\"modified\":1670943271000,\"mime\":\"image/png\",\"icon\":\"https://blueroan.netgen.cloud/wp-includes/images/media/default.png\",\"dateFormatted\":\"December 13, 2022\",\"nonces\":{\"update\":\"45b2b6c69b\",\"delete\":\"75d81c42ab\",\"edit\":\"88fae030a9\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=899\\u0026action=edit\",\"meta\":false,\"authorName\":\"Netgen Support\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/profile.php\",\"uploadedToTitle\":\"Accommodation\",\"uploadedToLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=761\\u0026action=edit\",\"filesizeInBytes\":2338048,\"filesizeHumanReadable\":\"2 MB\",\"context\":\"\",\"height\":900,\"width\":1200,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAA39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba-150x150.png\",\"orientation\":\"landscape\"},\"medium\":{\"height\":225,\"width\":300,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAA39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba-300x225.png\",\"orientation\":\"landscape\"},\"large\":{\"height\":768,\"width\":1024,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAA39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba-1024x768.png\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAA39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba.png\",\"height\":900,\"width\":1200,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"backgroundImageColor\":\"rgba(42,42,42,0.65)\",\"topPaddingDesktop\":144,\"bottomPaddingDesktop\":144,\"leftPaddingDesktop\":40,\"rightPaddingDesktop\":40,\"topPaddingTablet\":80,\"bottomPaddingTablet\":80,\"leftPaddingTablet\":40,\"rightPaddingTablet\":40,\"topPaddingMobile\":64,\"bottomPaddingMobile\":64,\"leftPaddingMobile\":24,\"rightPaddingMobile\":24,\"paddingLink\":false,\"variationSelected\":true,\"isBlockRootParent\":true,\"overlayType\":\"color\"} -->\n<div class=\"wp-block-uagb-container uagb-block-ab29d9cd alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/advanced-heading {\"block_id\":\"61e87db3\",\"classMigrate\":true,\"headingDescToggle\":true,\"headingAlign\":\"center\",\"headingColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"subHeadingColor\":\"var(\\u002d\\u002dast-global-color-4)\",\"headSpace\":20} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-61e87db3\"><h2 class=\"uagb-heading-text\">Plan an Unforgettable Experience at<br>Blue Roan!</h2><p class=\"uagb-desc-text\">We can help you fit your stay and experience within your allotted budget.</p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/advanced-heading {\"block_id\":\"cfd91c28\",\"classMigrate\":true,\"headingTitleToggle\":false,\"headingDescToggle\":true,\"headingAlign\":\"center\",\"subHeadingColor\":\"var(\\u002d\\u002dast-global-color-4)\",\"subHeadTransform\":\"uppercase\",\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"subHeadLetterSpacing\":2,\"blockTopPadding\":60,\"blockRightPadding\":0,\"blockLeftPadding\":0,\"blockBottomPadding\":0,\"blockTopPaddingMobile\":30,\"blockRightPaddingMobile\":0,\"blockLeftPaddingMobile\":0,\"blockBottomPaddingMobile\":0,\"linkColor\":\"var(\\u002d\\u002dast-global-color-8)\",\"linkHColor\":\"var(\\u002d\\u002dast-global-color-1)\"} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-cfd91c28\"><p class=\"uagb-desc-text\"><a href=\"https://book.nightsbridge.com/11065\" target=\"_blank\" rel=\"noreferrer noopener\">BOOK YOUR STAY NOW​<br></a></p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/icon-list {\"block_id\":\"a4345fa5\",\"classMigrate\":true,\"childMigrate\":true,\"align\":\"center\",\"parentIcon\":\"phone\",\"size\":40,\"sizeMobile\":24,\"sizeTablet\":32,\"fontSize\":48,\"fontSizeMobile\":28,\"fontSizeTablet\":40,\"fontWeight\":\"600\",\"iconColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"labelColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"blockTopPadding\":0,\"blockRightPadding\":0,\"blockLeftPadding\":0,\"blockBottomPadding\":24,\"blockPaddingLink\":false} -->\n<div class=\"wp-block-uagb-icon-list uagb-block-a4345fa5\"><div class=\"uagb-icon-list__wrap\"><!-- wp:uagb/icon-list-child {\"block_id\":\"abc5852b\",\"label\":\" + 27 (0) 82 575 5409\",\"label_color\":\"\",\"link\":\"tel:+27825755409\",\"disableLink\":true,\"fromParentIcon\":\"phone\",\"imageSizeChild\":40} -->\n<div class=\"wp-block-uagb-icon-list-child uagb-block-abc5852b\"><a target=\"_self\" aria-label=\" + 27 (0) 82 575 5409\" rel=\"noopener noreferrer\" href=\"tel:+27825755409\"> </a><span class=\"uagb-icon-list__source-wrap\"><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M511.2 387l-23.25 100.8c-3.266 14.25-15.79 24.22-30.46 24.22C205.2 512 0 306.8 0 54.5c0-14.66 9.969-27.2 24.22-30.45l100.8-23.25C139.7-2.602 154.7 5.018 160.8 18.92l46.52 108.5c5.438 12.78 1.77 27.67-8.98 36.45L144.5 207.1c33.98 69.22 90.26 125.5 159.5 159.5l44.08-53.8c8.688-10.78 23.69-14.51 36.47-8.975l108.5 46.51C506.1 357.2 514.6 372.4 511.2 387z\"></path></svg></span><span class=\"uagb-icon-list__label\"> + 27 (0) 82 575 5409</span></div>\n<!-- /wp:uagb/icon-list-child -->\n\n<!-- wp:uagb/icon-list-child {\"block_id\":\"ffa64bfb\",\"label\":\"blueroan@ugo.co.za\",\"icon\":\"envelope\",\"label_color\":\"\",\"link\":\"mailto:blueroan@ugo.co.za\",\"disableLink\":true,\"fromParentIcon\":\"phone\",\"imageSizeChild\":40} -->\n<div class=\"wp-block-uagb-icon-list-child uagb-block-ffa64bfb\"><a target=\"_self\" aria-label=\"blueroan@ugo.co.za\" rel=\"noopener noreferrer\" href=\"mailto:blueroan@ugo.co.za\"> </a><span class=\"uagb-icon-list__source-wrap\"><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M464 64C490.5 64 512 85.49 512 112C512 127.1 504.9 141.3 492.8 150.4L275.2 313.6C263.8 322.1 248.2 322.1 236.8 313.6L19.2 150.4C7.113 141.3 0 127.1 0 112C0 85.49 21.49 64 48 64H464zM217.6 339.2C240.4 356.3 271.6 356.3 294.4 339.2L512 176V384C512 419.3 483.3 448 448 448H64C28.65 448 0 419.3 0 384V176L217.6 339.2z\"></path></svg></span><span class=\"uagb-icon-list__label\">blueroan@ugo.co.za</span></div>\n<!-- /wp:uagb/icon-list-child --></div></div>\n<!-- /wp:uagb/icon-list --></div></div>\n<!-- /wp:uagb/container -->',	'The Honeymoon Suite',	'',	'publish',	'closed',	'closed',	'',	'the-honeymoon-suite',	'',	'',	'2022-12-22 12:14:58',	'2022-12-22 12:14:58',	'',	0,	'https://blueroan.netgen.cloud/?page_id=1080',	0,	'page',	'',	0),
(1081,	2,	'2022-12-14 12:20:09',	'2022-12-14 12:20:09',	'<!-- wp:uagb/container {\"block_id\":\"95508ba5\",\"backgroundType\":\"image\",\"backgroundImageDesktop\":{\"id\":879,\"title\":\"blue-roan-guest-farm (11)\",\"filename\":\"blue-roan-guest-farm-11.jpg\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-11.jpg\",\"link\":\"https://blueroan.netgen.cloud/accommodation/blue-roan-guest-farm-11/\",\"alt\":\"\",\"author\":\"2\",\"description\":\"\",\"caption\":\"\",\"name\":\"blue-roan-guest-farm-11\",\"status\":\"inherit\",\"uploadedTo\":761,\"date\":\"2022-12-13T13:40:31.000Z\",\"modified\":\"2022-12-13T13:40:31.000Z\",\"menuOrder\":0,\"mime\":\"image/jpeg\",\"type\":\"image\",\"subtype\":\"jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-includes/images/media/default.png\",\"dateFormatted\":\"December 13, 2022\",\"nonces\":{\"update\":\"d402447c49\",\"delete\":\"b223bf1bfb\",\"edit\":\"12a4062084\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=879\\u0026action=edit\",\"meta\":false,\"authorName\":\"Netgen Support\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/profile.php\",\"uploadedToTitle\":\"Accommodation\",\"uploadedToLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=761\\u0026action=edit\",\"filesizeInBytes\":175055,\"filesizeHumanReadable\":\"171 KB\",\"context\":\"\",\"height\":667,\"width\":1000,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-11-150x150.jpg\",\"orientation\":\"landscape\"},\"medium\":{\"height\":200,\"width\":300,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-11-300x200.jpg\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-11.jpg\",\"height\":667,\"width\":1000,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"backgroundPositionDesktop\":{\"x\":0.47,\"y\":0.54},\"backgroundSizeTablet\":\"cover\",\"backgroundSizeMobile\":\"cover\",\"backgroundColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"backgroundImageColor\":\"rgba(42,42,42,0.5)\",\"topPaddingDesktop\":220,\"bottomPaddingDesktop\":150,\"topPaddingTablet\":170,\"bottomPaddingTablet\":160,\"leftPaddingTablet\":30,\"rightPaddingTablet\":30,\"topPaddingMobile\":180,\"bottomPaddingMobile\":80,\"leftPaddingMobile\":20,\"rightPaddingMobile\":20,\"paddingLink\":false,\"variationSelected\":true,\"isBlockRootParent\":true,\"overlayType\":\"color\"} -->\n<div class=\"wp-block-uagb-container uagb-block-95508ba5 alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/advanced-heading {\"block_id\":\"44dbd41d\",\"classMigrate\":true,\"headingDescToggle\":true,\"headingColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"subHeadingColor\":\"var(\\u002d\\u002dast-global-color-4)\",\"headingTag\":\"h1\",\"headSpace\":20,\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"blockTopPadding\":0,\"blockRightPadding\":50,\"blockLeftPadding\":0,\"blockBottomPadding\":0,\"blockTopPaddingTablet\":0,\"blockRightPaddingTablet\":20,\"blockLeftPaddingTablet\":0,\"blockBottomPaddingTablet\":0,\"blockTopPaddingMobile\":0,\"blockRightPaddingMobile\":0,\"blockLeftPaddingMobile\":0,\"blockBottomPaddingMobile\":0,\"blockPaddingUnit\":\"%\",\"blockPaddingUnitTablet\":\"%\"} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-44dbd41d\"><h1 class=\"uagb-heading-text\">The Honeymoon suite</h1><p class=\"uagb-desc-text\">We called the biggest unit after the Acacia tree. This apartment is rustic and unpretentious and includes a large open-concept living room that leads to a covered patio with a brick braai area.</p></div>\n<!-- /wp:uagb/advanced-heading --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"a94f2eca\",\"backgroundType\":\"color\",\"backgroundSizeTablet\":\"cover\",\"backgroundSizeMobile\":\"cover\",\"backgroundColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"topPaddingDesktop\":120,\"bottomPaddingDesktop\":60,\"rightPaddingDesktop\":0,\"topPaddingTablet\":80,\"bottomPaddingTablet\":80,\"leftPaddingTablet\":30,\"rightPaddingTablet\":30,\"topPaddingMobile\":80,\"bottomPaddingMobile\":80,\"leftPaddingMobile\":20,\"rightPaddingMobile\":20,\"paddingLink\":false,\"variationSelected\":true,\"rowGapDesktop\":0,\"isBlockRootParent\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-a94f2eca alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/container {\"block_id\":\"d0a69884\",\"directionDesktop\":\"row\",\"alignItemsDesktop\":\"flex-end\",\"alignItemsTablet\":\"flex-end\",\"justifyContentDesktop\":\"flex-end\",\"justifyContentTablet\":\"space-between\",\"variationSelected\":true,\"rowGapMobile\":20,\"columnGapDesktop\":0} -->\n<div class=\"wp-block-uagb-container uagb-block-d0a69884\"><!-- wp:uagb/advanced-heading {\"block_id\":\"1ccc3f19\",\"classMigrate\":true,\"headingDescToggle\":true,\"subHeadingColor\":\"\",\"headSpace\":20,\"subHeadFontSize\":16} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-1ccc3f19\"><h2 class=\"uagb-heading-text\">Come &amp; Stay With Us​ at The Acacia suite</h2><p class=\"uagb-desc-text\">This is the largest unit and is at the end of the row. &nbsp;It has one bedroom, a separate bathroom, and a spacious open plan living area opening onto a covered patio with brick braai and comfortable outside furniture. &nbsp;It has a large grassy, fenced, and gated garden.</p></div>\n<!-- /wp:uagb/advanced-heading --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:heading -->\n<h2>The bedroom </h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>This room contains the following: </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list -->\n<ul><!-- wp:list-item -->\n<li>Extra-length queen bed with electric blanket</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Dressing table</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Wall mounted heater</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Oil heater &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Ceiling fan</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Oil heater</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Hair dryer and dressing gowns</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Good quality linen</li>\n<!-- /wp:list-item --></ul>\n<!-- /wp:list --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":1049,\"width\":500,\"height\":334,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full is-resized\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/241548_798x533.jpg\" alt=\"\" class=\"wp-image-1049\" width=\"500\" height=\"334\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":1051,\"width\":500,\"height\":334,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full is-resized\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/241550_798x533.jpg\" alt=\"\" class=\"wp-image-1051\" width=\"500\" height=\"334\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:heading -->\n<h2>The bathroom</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>This room contains the following</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list -->\n<ul><!-- wp:list-item -->\n<li>Corner-shaped spa bath with 6 jets</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Separate shower</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Toilet and basin</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Towels</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Soap, bubble bath &amp; candles, toiletries and toilet paper</li>\n<!-- /wp:list-item --></ul>\n<!-- /wp:list --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:heading -->\n<h2>The Lounge</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>This room contains the following: </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list -->\n<ul><!-- wp:list-item -->\n<li>Log fireplace</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>3-piece upholstered lounge suite</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Additional 3 seater sofa for convenience positioned on the other side of the unit (This sofa can be changed to a single or double bed for extra accommodation by arrangement)</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>TV&nbsp;(DSTV - commercial bouquet with Sports, movies, Mnet, SABC 1,2 3 and Etv)</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>DVD player</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Dining table and 4 chairs</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Books and playing cards</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Glass sliding door out to the patio</li>\n<!-- /wp:list-item --></ul>\n<!-- /wp:list --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":1052,\"width\":500,\"height\":334,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full is-resized\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/241545_798x533.jpg\" alt=\"\" class=\"wp-image-1052\" width=\"500\" height=\"334\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":1054,\"width\":500,\"height\":334,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full is-resized\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/241547_798x533.jpg\" alt=\"The kitchen in the Acacia suite at the Blue Roan country lodge \" class=\"wp-image-1054\" width=\"500\" height=\"334\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:heading -->\n<h2>The kitchen</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>This room contains the following</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list -->\n<ul><!-- wp:list-item -->\n<li>4 plate gas stove and oven</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Microwave oven, kettle, toaster</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Fridge with top freezer compartment</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Pots, pans, cutlery, crockery, wine &amp; champagne glasses</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>All kitchen utensils</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Ironing board and iron</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>All cleaning cloths and detergents and washing up liquid</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Paper towel, salt, pepper, tea, coffee and sugar</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Braai tongs</li>\n<!-- /wp:list-item --></ul>\n<!-- /wp:list --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:heading -->\n<h2>The large patio with <br>mountain views</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>This room contains the following: </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list -->\n<ul><!-- wp:list-item -->\n<li>Chairs with cushions</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Glass table</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Brick braai</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Decorative lighting</li>\n<!-- /wp:list-item --></ul>\n<!-- /wp:list --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":1055,\"width\":500,\"height\":334,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full is-resized\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/241544_798x533.jpg\" alt=\"\" class=\"wp-image-1055\" width=\"500\" height=\"334\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:heading {\"textAlign\":\"center\"} -->\n<h2 class=\"has-text-align-center\">Book your stay </h2>\n<!-- /wp:heading -->\n\n<!-- wp:buttons -->\n<div class=\"wp-block-buttons\"><!-- wp:button {\"align\":\"center\"} -->\n<div class=\"wp-block-button aligncenter\"><a class=\"wp-block-button__link wp-element-button\" href=\"https://book.nightsbridge.com/11065\" target=\"_blank\" rel=\"noreferrer noopener\">Reservations</a></div>\n<!-- /wp:button -->\n\n<!-- wp:button /--></div>\n<!-- /wp:buttons --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"3584aed1\",\"innerContentCustomWidthDesktop\":781,\"innerContentCustomWidthTablet\":781,\"backgroundType\":\"image\",\"backgroundImageDesktop\":{\"uploading\":false,\"date\":1670943271000,\"filename\":\"AAEAAQAAAAAAAAAAAAAA39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba.png\",\"menuOrder\":0,\"uploadedTo\":761,\"type\":\"image\",\"subtype\":\"png\",\"id\":899,\"title\":\"AAEAAQAAAAAAAAAAAAAA39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAA39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba.png\",\"link\":\"https://blueroan.netgen.cloud/accommodation/aaeaaqaaaaaaaaaaaaaa39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba/\",\"alt\":\"\",\"author\":\"2\",\"description\":\"\",\"caption\":\"\",\"name\":\"aaeaaqaaaaaaaaaaaaaa39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba\",\"status\":\"inherit\",\"modified\":1670943271000,\"mime\":\"image/png\",\"icon\":\"https://blueroan.netgen.cloud/wp-includes/images/media/default.png\",\"dateFormatted\":\"December 13, 2022\",\"nonces\":{\"update\":\"45b2b6c69b\",\"delete\":\"75d81c42ab\",\"edit\":\"88fae030a9\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=899\\u0026action=edit\",\"meta\":false,\"authorName\":\"Netgen Support\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/profile.php\",\"uploadedToTitle\":\"Accommodation\",\"uploadedToLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=761\\u0026action=edit\",\"filesizeInBytes\":2338048,\"filesizeHumanReadable\":\"2 MB\",\"context\":\"\",\"height\":900,\"width\":1200,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAA39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba-150x150.png\",\"orientation\":\"landscape\"},\"medium\":{\"height\":225,\"width\":300,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAA39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba-300x225.png\",\"orientation\":\"landscape\"},\"large\":{\"height\":768,\"width\":1024,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAA39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba-1024x768.png\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAA39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba.png\",\"height\":900,\"width\":1200,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"backgroundImageColor\":\"rgba(42,42,42,0.65)\",\"topPaddingDesktop\":144,\"bottomPaddingDesktop\":144,\"leftPaddingDesktop\":40,\"rightPaddingDesktop\":40,\"topPaddingTablet\":80,\"bottomPaddingTablet\":80,\"leftPaddingTablet\":40,\"rightPaddingTablet\":40,\"topPaddingMobile\":64,\"bottomPaddingMobile\":64,\"leftPaddingMobile\":24,\"rightPaddingMobile\":24,\"paddingLink\":false,\"variationSelected\":true,\"isBlockRootParent\":true,\"overlayType\":\"color\"} -->\n<div class=\"wp-block-uagb-container uagb-block-3584aed1 alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/advanced-heading {\"block_id\":\"5021c05e\",\"classMigrate\":true,\"headingDescToggle\":true,\"headingAlign\":\"center\",\"headingColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"subHeadingColor\":\"var(\\u002d\\u002dast-global-color-4)\",\"headSpace\":20} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-5021c05e\"><h2 class=\"uagb-heading-text\">Plan an Unforgettable Experience at<br>Blue Roan!</h2><p class=\"uagb-desc-text\">We can help you fit your stay and experience within your allotted budget.</p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/advanced-heading {\"block_id\":\"3092b50a\",\"classMigrate\":true,\"headingTitleToggle\":false,\"headingDescToggle\":true,\"headingAlign\":\"center\",\"subHeadingColor\":\"var(\\u002d\\u002dast-global-color-4)\",\"subHeadTransform\":\"uppercase\",\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"subHeadLetterSpacing\":2,\"blockTopPadding\":60,\"blockRightPadding\":0,\"blockLeftPadding\":0,\"blockBottomPadding\":0,\"blockTopPaddingMobile\":30,\"blockRightPaddingMobile\":0,\"blockLeftPaddingMobile\":0,\"blockBottomPaddingMobile\":0,\"linkColor\":\"var(\\u002d\\u002dast-global-color-8)\",\"linkHColor\":\"var(\\u002d\\u002dast-global-color-1)\"} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-3092b50a\"><p class=\"uagb-desc-text\"><a href=\"https://book.nightsbridge.com/11065\" target=\"_blank\" rel=\"noreferrer noopener\">BOOK YOUR STAY NOW​<br></a></p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/icon-list {\"block_id\":\"09c9c3e3\",\"classMigrate\":true,\"childMigrate\":true,\"align\":\"center\",\"parentIcon\":\"phone\",\"size\":40,\"sizeMobile\":24,\"sizeTablet\":32,\"fontSize\":48,\"fontSizeMobile\":28,\"fontSizeTablet\":40,\"fontWeight\":\"600\",\"iconColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"labelColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"blockTopPadding\":0,\"blockRightPadding\":0,\"blockLeftPadding\":0,\"blockBottomPadding\":24,\"blockPaddingLink\":false} -->\n<div class=\"wp-block-uagb-icon-list uagb-block-09c9c3e3\"><div class=\"uagb-icon-list__wrap\"><!-- wp:uagb/icon-list-child {\"block_id\":\"935cb365\",\"label\":\" + 27 (0) 82 575 5409\",\"label_color\":\"\",\"link\":\"tel:+27825755409\",\"disableLink\":true,\"fromParentIcon\":\"phone\",\"imageSizeChild\":40} -->\n<div class=\"wp-block-uagb-icon-list-child uagb-block-935cb365\"><a target=\"_self\" aria-label=\" + 27 (0) 82 575 5409\" rel=\"noopener noreferrer\" href=\"tel:+27825755409\"> </a><span class=\"uagb-icon-list__source-wrap\"><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M511.2 387l-23.25 100.8c-3.266 14.25-15.79 24.22-30.46 24.22C205.2 512 0 306.8 0 54.5c0-14.66 9.969-27.2 24.22-30.45l100.8-23.25C139.7-2.602 154.7 5.018 160.8 18.92l46.52 108.5c5.438 12.78 1.77 27.67-8.98 36.45L144.5 207.1c33.98 69.22 90.26 125.5 159.5 159.5l44.08-53.8c8.688-10.78 23.69-14.51 36.47-8.975l108.5 46.51C506.1 357.2 514.6 372.4 511.2 387z\"></path></svg></span><span class=\"uagb-icon-list__label\"> + 27 (0) 82 575 5409</span></div>\n<!-- /wp:uagb/icon-list-child -->\n\n<!-- wp:uagb/icon-list-child {\"block_id\":\"386e802b\",\"label\":\"blueroan@ugo.co.za\",\"icon\":\"envelope\",\"label_color\":\"\",\"link\":\"mailto:blueroan@ugo.co.za\",\"disableLink\":true,\"fromParentIcon\":\"phone\",\"imageSizeChild\":40} -->\n<div class=\"wp-block-uagb-icon-list-child uagb-block-386e802b\"><a target=\"_self\" aria-label=\"blueroan@ugo.co.za\" rel=\"noopener noreferrer\" href=\"mailto:blueroan@ugo.co.za\"> </a><span class=\"uagb-icon-list__source-wrap\"><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M464 64C490.5 64 512 85.49 512 112C512 127.1 504.9 141.3 492.8 150.4L275.2 313.6C263.8 322.1 248.2 322.1 236.8 313.6L19.2 150.4C7.113 141.3 0 127.1 0 112C0 85.49 21.49 64 48 64H464zM217.6 339.2C240.4 356.3 271.6 356.3 294.4 339.2L512 176V384C512 419.3 483.3 448 448 448H64C28.65 448 0 419.3 0 384V176L217.6 339.2z\"></path></svg></span><span class=\"uagb-icon-list__label\">blueroan@ugo.co.za</span></div>\n<!-- /wp:uagb/icon-list-child --></div></div>\n<!-- /wp:uagb/icon-list --></div></div>\n<!-- /wp:uagb/container -->',	'The Honeymoon Suite',	'',	'inherit',	'closed',	'closed',	'',	'1080-revision-v1',	'',	'',	'2022-12-14 12:20:09',	'2022-12-14 12:20:09',	'',	1080,	'https://blueroan.netgen.cloud/?p=1081',	0,	'revision',	'',	0),
(1083,	2,	'2022-12-14 12:33:00',	'2022-12-14 12:33:00',	'',	'241561_798x533',	'',	'inherit',	'open',	'closed',	'',	'241561_798x533',	'',	'',	'2022-12-14 12:33:00',	'2022-12-14 12:33:00',	'',	1080,	'https://blueroan.netgen.cloud/wp-content/uploads/2022/12/241561_798x533.jpg',	0,	'attachment',	'image/jpeg',	0),
(1084,	2,	'2022-12-14 12:35:19',	'2022-12-14 12:35:19',	'',	'AAEAAQAAAAAAAAAAAAAAJGIyOGVmY2E0LWRmMDktNGJiYS04YzQ0LTZkNTZhMDg3NGQyZg',	'',	'inherit',	'open',	'closed',	'',	'aaeaaqaaaaaaaaaaaaaajgiyogvmy2e0lwrmmdktngjiys04yzq0ltzkntzhmdg3ngqyzg',	'',	'',	'2022-12-14 12:35:19',	'2022-12-14 12:35:19',	'',	1080,	'https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAAJGIyOGVmY2E0LWRmMDktNGJiYS04YzQ0LTZkNTZhMDg3NGQyZg.png',	0,	'attachment',	'image/png',	0),
(1085,	2,	'2022-12-14 12:35:38',	'2022-12-14 12:35:38',	'<!-- wp:uagb/container {\"block_id\":\"fea15d9b\",\"backgroundType\":\"image\",\"backgroundImageDesktop\":{\"id\":879,\"title\":\"blue-roan-guest-farm (11)\",\"filename\":\"blue-roan-guest-farm-11.jpg\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-11.jpg\",\"link\":\"https://blueroan.netgen.cloud/accommodation/blue-roan-guest-farm-11/\",\"alt\":\"\",\"author\":\"2\",\"description\":\"\",\"caption\":\"\",\"name\":\"blue-roan-guest-farm-11\",\"status\":\"inherit\",\"uploadedTo\":761,\"date\":\"2022-12-13T13:40:31.000Z\",\"modified\":\"2022-12-13T13:40:31.000Z\",\"menuOrder\":0,\"mime\":\"image/jpeg\",\"type\":\"image\",\"subtype\":\"jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-includes/images/media/default.png\",\"dateFormatted\":\"December 13, 2022\",\"nonces\":{\"update\":\"d402447c49\",\"delete\":\"b223bf1bfb\",\"edit\":\"12a4062084\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=879\\u0026action=edit\",\"meta\":false,\"authorName\":\"Netgen Support\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/profile.php\",\"uploadedToTitle\":\"Accommodation\",\"uploadedToLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=761\\u0026action=edit\",\"filesizeInBytes\":175055,\"filesizeHumanReadable\":\"171 KB\",\"context\":\"\",\"height\":667,\"width\":1000,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-11-150x150.jpg\",\"orientation\":\"landscape\"},\"medium\":{\"height\":200,\"width\":300,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-11-300x200.jpg\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-11.jpg\",\"height\":667,\"width\":1000,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"backgroundPositionDesktop\":{\"x\":0.47,\"y\":0.54},\"backgroundSizeTablet\":\"cover\",\"backgroundSizeMobile\":\"cover\",\"backgroundColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"backgroundImageColor\":\"rgba(42,42,42,0.5)\",\"topPaddingDesktop\":220,\"bottomPaddingDesktop\":150,\"topPaddingTablet\":170,\"bottomPaddingTablet\":160,\"leftPaddingTablet\":30,\"rightPaddingTablet\":30,\"topPaddingMobile\":180,\"bottomPaddingMobile\":80,\"leftPaddingMobile\":20,\"rightPaddingMobile\":20,\"paddingLink\":false,\"variationSelected\":true,\"isBlockRootParent\":true,\"overlayType\":\"color\"} -->\n<div class=\"wp-block-uagb-container uagb-block-fea15d9b alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/advanced-heading {\"block_id\":\"8c8d7fec\",\"classMigrate\":true,\"headingDescToggle\":true,\"headingColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"subHeadingColor\":\"var(\\u002d\\u002dast-global-color-4)\",\"headingTag\":\"h1\",\"headSpace\":20,\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"blockTopPadding\":0,\"blockRightPadding\":50,\"blockLeftPadding\":0,\"blockBottomPadding\":0,\"blockTopPaddingTablet\":0,\"blockRightPaddingTablet\":20,\"blockLeftPaddingTablet\":0,\"blockBottomPaddingTablet\":0,\"blockTopPaddingMobile\":0,\"blockRightPaddingMobile\":0,\"blockLeftPaddingMobile\":0,\"blockBottomPaddingMobile\":0,\"blockPaddingUnit\":\"%\",\"blockPaddingUnitTablet\":\"%\"} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-8c8d7fec\"><h1 class=\"uagb-heading-text\">The Honeymoon suite</h1><p class=\"uagb-desc-text\">This open-plan unit, which is attached to the side of the main home, is ideal for couples because it is fully private and has its own entrance, garden, and carport.</p></div>\n<!-- /wp:uagb/advanced-heading --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"9ed0a1fc\",\"backgroundType\":\"color\",\"backgroundSizeTablet\":\"cover\",\"backgroundSizeMobile\":\"cover\",\"backgroundColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"topPaddingDesktop\":120,\"bottomPaddingDesktop\":60,\"rightPaddingDesktop\":0,\"topPaddingTablet\":80,\"bottomPaddingTablet\":80,\"leftPaddingTablet\":30,\"rightPaddingTablet\":30,\"topPaddingMobile\":80,\"bottomPaddingMobile\":80,\"leftPaddingMobile\":20,\"rightPaddingMobile\":20,\"paddingLink\":false,\"variationSelected\":true,\"rowGapDesktop\":0,\"isBlockRootParent\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-9ed0a1fc alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/container {\"block_id\":\"bf656f1a\",\"directionDesktop\":\"row\",\"alignItemsDesktop\":\"flex-end\",\"alignItemsTablet\":\"flex-end\",\"justifyContentDesktop\":\"flex-end\",\"justifyContentTablet\":\"space-between\",\"variationSelected\":true,\"rowGapMobile\":20,\"columnGapDesktop\":0} -->\n<div class=\"wp-block-uagb-container uagb-block-bf656f1a\"><!-- wp:uagb/advanced-heading {\"block_id\":\"e77e0d4c\",\"classMigrate\":true,\"headingDescToggle\":true,\"subHeadingColor\":\"\",\"headSpace\":20,\"subHeadFontSize\":16} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-e77e0d4c\"><h2 class=\"uagb-heading-text\">Come &amp; Stay With Us​ at The Honeymoon suite</h2><p class=\"uagb-desc-text\">This is an open plan unit attached to the side of the main house, completely private with its own entrance, own garden, and carport.  It has a king bed facing the TV and a separate bathroom with a huge walk-in shower and an oval spa bath. The unit has a glass door opening onto a private covered patio with a brick braai and comfortable outside furniture.  It has a fenced and gated garden with a hammock and outside garden furniture. (no pets in this one)</p></div>\n<!-- /wp:uagb/advanced-heading --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:heading -->\n<h2>The bedroom &amp; lounge</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>This room contains the following: </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list -->\n<ul><!-- wp:list-item -->\n<li>King bed with electric blanket</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Electric heater</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Ceiling fan</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Hair dryer</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Good quality linen</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>32\" flat screen TV (full DSTV)</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>DVD player</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Books and playing cards</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Dressing table</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>2-seater recliner settee</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Big clothes cupboards with dressing gowns</li>\n<!-- /wp:list-item --></ul>\n<!-- /wp:list --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":1083,\"width\":500,\"height\":334,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full is-resized\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/241561_798x533.jpg\" alt=\"\" class=\"wp-image-1083\" width=\"500\" height=\"334\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":1084,\"width\":500,\"height\":334,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full is-resized\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAAJGIyOGVmY2E0LWRmMDktNGJiYS04YzQ0LTZkNTZhMDg3NGQyZg.png\" alt=\"\" class=\"wp-image-1084\" width=\"500\" height=\"334\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:heading -->\n<h2>The Kitchen &amp; Dining room</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>This room contains the following</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list -->\n<ul><!-- wp:list-item -->\n<li>Log fireplace</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>4-plate gas stove and oven</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Microwave oven, kettle, toaster</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Fridge with top freezer compartment</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Pots, pans, cutlery, crockery, wine &amp; champagne glasses</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>All kitchen utensils</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Ironing board and iron</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>All cleaning cloths and detergents and washing up liquid</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Paper towel, salt pepper, coffee, sugar &amp; tea</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Braai tongs</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Dining table and 2 comfortable designer chairs</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Glass door out to the private patio</li>\n<!-- /wp:list-item --></ul>\n<!-- /wp:list --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:heading -->\n<h2>The Lounge</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>This room contains the following: </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list -->\n<ul><!-- wp:list-item -->\n<li>Log fireplace</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>3-piece upholstered lounge suite</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Additional 3 seater sofa for convenience positioned on the other side of the unit (This sofa can be changed to a single or double bed for extra accommodation by arrangement)</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>TV&nbsp;(DSTV - commercial bouquet with Sports, movies, Mnet, SABC 1,2 3 and Etv)</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>DVD player</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Dining table and 4 chairs</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Books and playing cards</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Glass sliding door out to the patio</li>\n<!-- /wp:list-item --></ul>\n<!-- /wp:list --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":1052,\"width\":500,\"height\":334,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full is-resized\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/241545_798x533.jpg\" alt=\"\" class=\"wp-image-1052\" width=\"500\" height=\"334\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":1054,\"width\":500,\"height\":334,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full is-resized\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/241547_798x533.jpg\" alt=\"The kitchen in the Acacia suite at the Blue Roan country lodge \" class=\"wp-image-1054\" width=\"500\" height=\"334\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:heading -->\n<h2>The kitchen</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>This room contains the following</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list -->\n<ul><!-- wp:list-item -->\n<li>4 plate gas stove and oven</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Microwave oven, kettle, toaster</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Fridge with top freezer compartment</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Pots, pans, cutlery, crockery, wine &amp; champagne glasses</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>All kitchen utensils</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Ironing board and iron</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>All cleaning cloths and detergents and washing up liquid</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Paper towel, salt, pepper, tea, coffee and sugar</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Braai tongs</li>\n<!-- /wp:list-item --></ul>\n<!-- /wp:list --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:heading -->\n<h2>The large patio with <br>mountain views</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>This room contains the following: </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list -->\n<ul><!-- wp:list-item -->\n<li>Chairs with cushions</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Glass table</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Brick braai</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Decorative lighting</li>\n<!-- /wp:list-item --></ul>\n<!-- /wp:list --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":1055,\"width\":500,\"height\":334,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full is-resized\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/241544_798x533.jpg\" alt=\"\" class=\"wp-image-1055\" width=\"500\" height=\"334\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:heading {\"textAlign\":\"center\"} -->\n<h2 class=\"has-text-align-center\">Book your stay </h2>\n<!-- /wp:heading -->\n\n<!-- wp:buttons -->\n<div class=\"wp-block-buttons\"><!-- wp:button {\"align\":\"center\"} -->\n<div class=\"wp-block-button aligncenter\"><a class=\"wp-block-button__link wp-element-button\" href=\"https://book.nightsbridge.com/11065\" target=\"_blank\" rel=\"noreferrer noopener\">Reservations</a></div>\n<!-- /wp:button -->\n\n<!-- wp:button /--></div>\n<!-- /wp:buttons --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"b07fecd3\",\"innerContentCustomWidthDesktop\":781,\"innerContentCustomWidthTablet\":781,\"backgroundType\":\"image\",\"backgroundImageDesktop\":{\"uploading\":false,\"date\":1670943271000,\"filename\":\"AAEAAQAAAAAAAAAAAAAA39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba.png\",\"menuOrder\":0,\"uploadedTo\":761,\"type\":\"image\",\"subtype\":\"png\",\"id\":899,\"title\":\"AAEAAQAAAAAAAAAAAAAA39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAA39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba.png\",\"link\":\"https://blueroan.netgen.cloud/accommodation/aaeaaqaaaaaaaaaaaaaa39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba/\",\"alt\":\"\",\"author\":\"2\",\"description\":\"\",\"caption\":\"\",\"name\":\"aaeaaqaaaaaaaaaaaaaa39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba\",\"status\":\"inherit\",\"modified\":1670943271000,\"mime\":\"image/png\",\"icon\":\"https://blueroan.netgen.cloud/wp-includes/images/media/default.png\",\"dateFormatted\":\"December 13, 2022\",\"nonces\":{\"update\":\"45b2b6c69b\",\"delete\":\"75d81c42ab\",\"edit\":\"88fae030a9\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=899\\u0026action=edit\",\"meta\":false,\"authorName\":\"Netgen Support\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/profile.php\",\"uploadedToTitle\":\"Accommodation\",\"uploadedToLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=761\\u0026action=edit\",\"filesizeInBytes\":2338048,\"filesizeHumanReadable\":\"2 MB\",\"context\":\"\",\"height\":900,\"width\":1200,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAA39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba-150x150.png\",\"orientation\":\"landscape\"},\"medium\":{\"height\":225,\"width\":300,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAA39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba-300x225.png\",\"orientation\":\"landscape\"},\"large\":{\"height\":768,\"width\":1024,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAA39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba-1024x768.png\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAA39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba.png\",\"height\":900,\"width\":1200,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"backgroundImageColor\":\"rgba(42,42,42,0.65)\",\"topPaddingDesktop\":144,\"bottomPaddingDesktop\":144,\"leftPaddingDesktop\":40,\"rightPaddingDesktop\":40,\"topPaddingTablet\":80,\"bottomPaddingTablet\":80,\"leftPaddingTablet\":40,\"rightPaddingTablet\":40,\"topPaddingMobile\":64,\"bottomPaddingMobile\":64,\"leftPaddingMobile\":24,\"rightPaddingMobile\":24,\"paddingLink\":false,\"variationSelected\":true,\"isBlockRootParent\":true,\"overlayType\":\"color\"} -->\n<div class=\"wp-block-uagb-container uagb-block-b07fecd3 alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/advanced-heading {\"block_id\":\"c072b734\",\"classMigrate\":true,\"headingDescToggle\":true,\"headingAlign\":\"center\",\"headingColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"subHeadingColor\":\"var(\\u002d\\u002dast-global-color-4)\",\"headSpace\":20} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-c072b734\"><h2 class=\"uagb-heading-text\">Plan an Unforgettable Experience at<br>Blue Roan!</h2><p class=\"uagb-desc-text\">We can help you fit your stay and experience within your allotted budget.</p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/advanced-heading {\"block_id\":\"090d7ce3\",\"classMigrate\":true,\"headingTitleToggle\":false,\"headingDescToggle\":true,\"headingAlign\":\"center\",\"subHeadingColor\":\"var(\\u002d\\u002dast-global-color-4)\",\"subHeadTransform\":\"uppercase\",\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"subHeadLetterSpacing\":2,\"blockTopPadding\":60,\"blockRightPadding\":0,\"blockLeftPadding\":0,\"blockBottomPadding\":0,\"blockTopPaddingMobile\":30,\"blockRightPaddingMobile\":0,\"blockLeftPaddingMobile\":0,\"blockBottomPaddingMobile\":0,\"linkColor\":\"var(\\u002d\\u002dast-global-color-8)\",\"linkHColor\":\"var(\\u002d\\u002dast-global-color-1)\"} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-090d7ce3\"><p class=\"uagb-desc-text\"><a href=\"https://book.nightsbridge.com/11065\" target=\"_blank\" rel=\"noreferrer noopener\">BOOK YOUR STAY NOW​<br></a></p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/icon-list {\"block_id\":\"5effe93d\",\"classMigrate\":true,\"childMigrate\":true,\"align\":\"center\",\"parentIcon\":\"phone\",\"size\":40,\"sizeMobile\":24,\"sizeTablet\":32,\"fontSize\":48,\"fontSizeMobile\":28,\"fontSizeTablet\":40,\"fontWeight\":\"600\",\"iconColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"labelColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"blockTopPadding\":0,\"blockRightPadding\":0,\"blockLeftPadding\":0,\"blockBottomPadding\":24,\"blockPaddingLink\":false} -->\n<div class=\"wp-block-uagb-icon-list uagb-block-5effe93d\"><div class=\"uagb-icon-list__wrap\"><!-- wp:uagb/icon-list-child {\"block_id\":\"a7a98e17\",\"label\":\" + 27 (0) 82 575 5409\",\"label_color\":\"\",\"link\":\"tel:+27825755409\",\"disableLink\":true,\"fromParentIcon\":\"phone\",\"imageSizeChild\":40} -->\n<div class=\"wp-block-uagb-icon-list-child uagb-block-a7a98e17\"><a target=\"_self\" aria-label=\" + 27 (0) 82 575 5409\" rel=\"noopener noreferrer\" href=\"tel:+27825755409\"> </a><span class=\"uagb-icon-list__source-wrap\"><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M511.2 387l-23.25 100.8c-3.266 14.25-15.79 24.22-30.46 24.22C205.2 512 0 306.8 0 54.5c0-14.66 9.969-27.2 24.22-30.45l100.8-23.25C139.7-2.602 154.7 5.018 160.8 18.92l46.52 108.5c5.438 12.78 1.77 27.67-8.98 36.45L144.5 207.1c33.98 69.22 90.26 125.5 159.5 159.5l44.08-53.8c8.688-10.78 23.69-14.51 36.47-8.975l108.5 46.51C506.1 357.2 514.6 372.4 511.2 387z\"></path></svg></span><span class=\"uagb-icon-list__label\"> + 27 (0) 82 575 5409</span></div>\n<!-- /wp:uagb/icon-list-child -->\n\n<!-- wp:uagb/icon-list-child {\"block_id\":\"91362ea1\",\"label\":\"blueroan@ugo.co.za\",\"icon\":\"envelope\",\"label_color\":\"\",\"link\":\"mailto:blueroan@ugo.co.za\",\"disableLink\":true,\"fromParentIcon\":\"phone\",\"imageSizeChild\":40} -->\n<div class=\"wp-block-uagb-icon-list-child uagb-block-91362ea1\"><a target=\"_self\" aria-label=\"blueroan@ugo.co.za\" rel=\"noopener noreferrer\" href=\"mailto:blueroan@ugo.co.za\"> </a><span class=\"uagb-icon-list__source-wrap\"><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M464 64C490.5 64 512 85.49 512 112C512 127.1 504.9 141.3 492.8 150.4L275.2 313.6C263.8 322.1 248.2 322.1 236.8 313.6L19.2 150.4C7.113 141.3 0 127.1 0 112C0 85.49 21.49 64 48 64H464zM217.6 339.2C240.4 356.3 271.6 356.3 294.4 339.2L512 176V384C512 419.3 483.3 448 448 448H64C28.65 448 0 419.3 0 384V176L217.6 339.2z\"></path></svg></span><span class=\"uagb-icon-list__label\">blueroan@ugo.co.za</span></div>\n<!-- /wp:uagb/icon-list-child --></div></div>\n<!-- /wp:uagb/icon-list --></div></div>\n<!-- /wp:uagb/container -->',	'The Honeymoon Suite',	'',	'inherit',	'closed',	'closed',	'',	'1080-revision-v1',	'',	'',	'2022-12-14 12:35:38',	'2022-12-14 12:35:38',	'',	1080,	'https://blueroan.netgen.cloud/?p=1085',	0,	'revision',	'',	0),
(1087,	2,	'2022-12-14 13:06:09',	'2022-12-14 13:06:09',	'<!-- wp:uagb/container {\"block_id\":\"37c81a97\",\"backgroundType\":\"image\",\"backgroundImageDesktop\":{\"id\":879,\"title\":\"blue-roan-guest-farm (11)\",\"filename\":\"blue-roan-guest-farm-11.jpg\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-11.jpg\",\"link\":\"https://blueroan.netgen.cloud/accommodation/blue-roan-guest-farm-11/\",\"alt\":\"\",\"author\":\"2\",\"description\":\"\",\"caption\":\"\",\"name\":\"blue-roan-guest-farm-11\",\"status\":\"inherit\",\"uploadedTo\":761,\"date\":\"2022-12-13T13:40:31.000Z\",\"modified\":\"2022-12-13T13:40:31.000Z\",\"menuOrder\":0,\"mime\":\"image/jpeg\",\"type\":\"image\",\"subtype\":\"jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-includes/images/media/default.png\",\"dateFormatted\":\"December 13, 2022\",\"nonces\":{\"update\":\"d402447c49\",\"delete\":\"b223bf1bfb\",\"edit\":\"12a4062084\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=879\\u0026action=edit\",\"meta\":false,\"authorName\":\"Netgen Support\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/profile.php\",\"uploadedToTitle\":\"Accommodation\",\"uploadedToLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=761\\u0026action=edit\",\"filesizeInBytes\":175055,\"filesizeHumanReadable\":\"171 KB\",\"context\":\"\",\"height\":667,\"width\":1000,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-11-150x150.jpg\",\"orientation\":\"landscape\"},\"medium\":{\"height\":200,\"width\":300,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-11-300x200.jpg\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-11.jpg\",\"height\":667,\"width\":1000,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"backgroundPositionDesktop\":{\"x\":0.47,\"y\":0.54},\"backgroundSizeTablet\":\"cover\",\"backgroundSizeMobile\":\"cover\",\"backgroundColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"backgroundImageColor\":\"rgba(42,42,42,0.5)\",\"topPaddingDesktop\":220,\"bottomPaddingDesktop\":150,\"topPaddingTablet\":170,\"bottomPaddingTablet\":160,\"leftPaddingTablet\":30,\"rightPaddingTablet\":30,\"topPaddingMobile\":180,\"bottomPaddingMobile\":80,\"leftPaddingMobile\":20,\"rightPaddingMobile\":20,\"paddingLink\":false,\"variationSelected\":true,\"isBlockRootParent\":true,\"overlayType\":\"color\"} -->\n<div class=\"wp-block-uagb-container uagb-block-37c81a97 alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/advanced-heading {\"block_id\":\"61099bbc\",\"classMigrate\":true,\"headingDescToggle\":true,\"headingColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"subHeadingColor\":\"var(\\u002d\\u002dast-global-color-4)\",\"headingTag\":\"h1\",\"headSpace\":20,\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"blockTopPadding\":0,\"blockRightPadding\":50,\"blockLeftPadding\":0,\"blockBottomPadding\":0,\"blockTopPaddingTablet\":0,\"blockRightPaddingTablet\":20,\"blockLeftPaddingTablet\":0,\"blockBottomPaddingTablet\":0,\"blockTopPaddingMobile\":0,\"blockRightPaddingMobile\":0,\"blockLeftPaddingMobile\":0,\"blockBottomPaddingMobile\":0,\"blockPaddingUnit\":\"%\",\"blockPaddingUnitTablet\":\"%\"} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-61099bbc\"><h1 class=\"uagb-heading-text\">The Honeymoon suite</h1><p class=\"uagb-desc-text\">This open-plan unit, which is attached to the side of the main home, is ideal for couples because it is fully private and has its own entrance, garden, and carport.</p></div>\n<!-- /wp:uagb/advanced-heading --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"e0599956\",\"backgroundType\":\"color\",\"backgroundSizeTablet\":\"cover\",\"backgroundSizeMobile\":\"cover\",\"backgroundColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"topPaddingDesktop\":120,\"bottomPaddingDesktop\":60,\"rightPaddingDesktop\":0,\"topPaddingTablet\":80,\"bottomPaddingTablet\":80,\"leftPaddingTablet\":30,\"rightPaddingTablet\":30,\"topPaddingMobile\":80,\"bottomPaddingMobile\":80,\"leftPaddingMobile\":20,\"rightPaddingMobile\":20,\"paddingLink\":false,\"variationSelected\":true,\"rowGapDesktop\":0,\"isBlockRootParent\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-e0599956 alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/container {\"block_id\":\"8b11a8e6\",\"directionDesktop\":\"row\",\"alignItemsDesktop\":\"flex-end\",\"alignItemsTablet\":\"flex-end\",\"justifyContentDesktop\":\"flex-end\",\"justifyContentTablet\":\"space-between\",\"variationSelected\":true,\"rowGapMobile\":20,\"columnGapDesktop\":0} -->\n<div class=\"wp-block-uagb-container uagb-block-8b11a8e6\"><!-- wp:uagb/advanced-heading {\"block_id\":\"ba186dcf\",\"classMigrate\":true,\"headingDescToggle\":true,\"subHeadingColor\":\"\",\"headSpace\":20,\"subHeadFontSize\":16} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-ba186dcf\"><h2 class=\"uagb-heading-text\">Come &amp; Stay With Us​ at The Honeymoon suite</h2><p class=\"uagb-desc-text\">This is an open plan unit attached to the side of the main house, completely private with its own entrance, own garden, and carport. &nbsp;It has a king bed facing the TV and a separate bathroom with a huge walk-in shower and an oval spa bath. The unit has a glass door opening onto a private covered patio with a brick braai and comfortable outside furniture. &nbsp;It has a fenced and gated garden with a hammock and outside garden furniture. (no pets in this one)</p></div>\n<!-- /wp:uagb/advanced-heading --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:heading -->\n<h2>The bedroom &amp; lounge</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>This room contains the following: </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list -->\n<ul><!-- wp:list-item -->\n<li>King bed with electric blanket</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Electric heater</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Ceiling fan</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Hair dryer</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Good quality linen</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>32\" flat screen TV (full DSTV)</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>DVD player</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Books and playing cards</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Dressing table</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>2-seater recliner settee</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Big clothes cupboards with dressing gowns</li>\n<!-- /wp:list-item --></ul>\n<!-- /wp:list --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":1083,\"width\":500,\"height\":334,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full is-resized\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/241561_798x533.jpg\" alt=\"\" class=\"wp-image-1083\" width=\"500\" height=\"334\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":1084,\"width\":500,\"height\":334,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full is-resized\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAAJGIyOGVmY2E0LWRmMDktNGJiYS04YzQ0LTZkNTZhMDg3NGQyZg.png\" alt=\"\" class=\"wp-image-1084\" width=\"500\" height=\"334\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:heading -->\n<h2>The Kitchen &amp; Dining room</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>This room contains the following</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list -->\n<ul><!-- wp:list-item -->\n<li>Log fireplace</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>4-plate gas stove and oven</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Microwave oven, kettle, toaster</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Fridge with top freezer compartment</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Pots, pans, cutlery, crockery, wine &amp; champagne glasses</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>All kitchen utensils</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Ironing board and iron</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>All cleaning cloths and detergents and washing up liquid</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Paper towel, salt pepper, coffee, sugar &amp; tea</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Braai tongs</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Dining table and 2 comfortable designer chairs</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Glass door out to the private patio</li>\n<!-- /wp:list-item --></ul>\n<!-- /wp:list --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:heading -->\n<h2>The bathroom</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>This room contains the following: </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list -->\n<ul><!-- wp:list-item -->\n<li>Huge walk-in shower</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Oval spa bath with 6 jets</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Bubble bath and candles</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Soap and towels and toiletries</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Toilet and his and hers basins - toilet paper provided</li>\n<!-- /wp:list-item --></ul>\n<!-- /wp:list --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":1052,\"width\":500,\"height\":334,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full is-resized\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/241545_798x533.jpg\" alt=\"\" class=\"wp-image-1052\" width=\"500\" height=\"334\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":1054,\"width\":500,\"height\":334,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full is-resized\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/241547_798x533.jpg\" alt=\"The kitchen in the Acacia suite at the Blue Roan country lodge \" class=\"wp-image-1054\" width=\"500\" height=\"334\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:heading -->\n<h2>Private patio surrounded by a private garden and facing the sunset</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>This room contains the following</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list -->\n<ul><!-- wp:list-item -->\n<li>Chairs with cushions</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Wooden table</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Brick braai</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Decorative lighting</li>\n<!-- /wp:list-item --></ul>\n<!-- /wp:list --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:heading {\"textAlign\":\"center\"} -->\n<h2 class=\"has-text-align-center\">Book your stay </h2>\n<!-- /wp:heading -->\n\n<!-- wp:buttons -->\n<div class=\"wp-block-buttons\"><!-- wp:button {\"align\":\"center\"} -->\n<div class=\"wp-block-button aligncenter\"><a class=\"wp-block-button__link wp-element-button\" href=\"https://book.nightsbridge.com/11065\" target=\"_blank\" rel=\"noreferrer noopener\">Reservations</a></div>\n<!-- /wp:button -->\n\n<!-- wp:button /--></div>\n<!-- /wp:buttons --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"fe1e6459\",\"innerContentCustomWidthDesktop\":781,\"innerContentCustomWidthTablet\":781,\"backgroundType\":\"image\",\"backgroundImageDesktop\":{\"uploading\":false,\"date\":1670943271000,\"filename\":\"AAEAAQAAAAAAAAAAAAAA39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba.png\",\"menuOrder\":0,\"uploadedTo\":761,\"type\":\"image\",\"subtype\":\"png\",\"id\":899,\"title\":\"AAEAAQAAAAAAAAAAAAAA39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAA39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba.png\",\"link\":\"https://blueroan.netgen.cloud/accommodation/aaeaaqaaaaaaaaaaaaaa39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba/\",\"alt\":\"\",\"author\":\"2\",\"description\":\"\",\"caption\":\"\",\"name\":\"aaeaaqaaaaaaaaaaaaaa39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba\",\"status\":\"inherit\",\"modified\":1670943271000,\"mime\":\"image/png\",\"icon\":\"https://blueroan.netgen.cloud/wp-includes/images/media/default.png\",\"dateFormatted\":\"December 13, 2022\",\"nonces\":{\"update\":\"45b2b6c69b\",\"delete\":\"75d81c42ab\",\"edit\":\"88fae030a9\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=899\\u0026action=edit\",\"meta\":false,\"authorName\":\"Netgen Support\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/profile.php\",\"uploadedToTitle\":\"Accommodation\",\"uploadedToLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=761\\u0026action=edit\",\"filesizeInBytes\":2338048,\"filesizeHumanReadable\":\"2 MB\",\"context\":\"\",\"height\":900,\"width\":1200,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAA39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba-150x150.png\",\"orientation\":\"landscape\"},\"medium\":{\"height\":225,\"width\":300,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAA39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba-300x225.png\",\"orientation\":\"landscape\"},\"large\":{\"height\":768,\"width\":1024,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAA39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba-1024x768.png\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAA39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba.png\",\"height\":900,\"width\":1200,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"backgroundImageColor\":\"rgba(42,42,42,0.65)\",\"topPaddingDesktop\":144,\"bottomPaddingDesktop\":144,\"leftPaddingDesktop\":40,\"rightPaddingDesktop\":40,\"topPaddingTablet\":80,\"bottomPaddingTablet\":80,\"leftPaddingTablet\":40,\"rightPaddingTablet\":40,\"topPaddingMobile\":64,\"bottomPaddingMobile\":64,\"leftPaddingMobile\":24,\"rightPaddingMobile\":24,\"paddingLink\":false,\"variationSelected\":true,\"isBlockRootParent\":true,\"overlayType\":\"color\"} -->\n<div class=\"wp-block-uagb-container uagb-block-fe1e6459 alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/advanced-heading {\"block_id\":\"eed57968\",\"classMigrate\":true,\"headingDescToggle\":true,\"headingAlign\":\"center\",\"headingColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"subHeadingColor\":\"var(\\u002d\\u002dast-global-color-4)\",\"headSpace\":20} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-eed57968\"><h2 class=\"uagb-heading-text\">Plan an Unforgettable Experience at<br>Blue Roan!</h2><p class=\"uagb-desc-text\">We can help you fit your stay and experience within your allotted budget.</p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/advanced-heading {\"block_id\":\"b08f284c\",\"classMigrate\":true,\"headingTitleToggle\":false,\"headingDescToggle\":true,\"headingAlign\":\"center\",\"subHeadingColor\":\"var(\\u002d\\u002dast-global-color-4)\",\"subHeadTransform\":\"uppercase\",\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"subHeadLetterSpacing\":2,\"blockTopPadding\":60,\"blockRightPadding\":0,\"blockLeftPadding\":0,\"blockBottomPadding\":0,\"blockTopPaddingMobile\":30,\"blockRightPaddingMobile\":0,\"blockLeftPaddingMobile\":0,\"blockBottomPaddingMobile\":0,\"linkColor\":\"var(\\u002d\\u002dast-global-color-8)\",\"linkHColor\":\"var(\\u002d\\u002dast-global-color-1)\"} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-b08f284c\"><p class=\"uagb-desc-text\"><a href=\"https://book.nightsbridge.com/11065\" target=\"_blank\" rel=\"noreferrer noopener\">BOOK YOUR STAY NOW​<br></a></p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/icon-list {\"block_id\":\"87215649\",\"classMigrate\":true,\"childMigrate\":true,\"align\":\"center\",\"parentIcon\":\"phone\",\"size\":40,\"sizeMobile\":24,\"sizeTablet\":32,\"fontSize\":48,\"fontSizeMobile\":28,\"fontSizeTablet\":40,\"fontWeight\":\"600\",\"iconColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"labelColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"blockTopPadding\":0,\"blockRightPadding\":0,\"blockLeftPadding\":0,\"blockBottomPadding\":24,\"blockPaddingLink\":false} -->\n<div class=\"wp-block-uagb-icon-list uagb-block-87215649\"><div class=\"uagb-icon-list__wrap\"><!-- wp:uagb/icon-list-child {\"block_id\":\"f5c3e721\",\"label\":\" + 27 (0) 82 575 5409\",\"label_color\":\"\",\"link\":\"tel:+27825755409\",\"disableLink\":true,\"fromParentIcon\":\"phone\",\"imageSizeChild\":40} -->\n<div class=\"wp-block-uagb-icon-list-child uagb-block-f5c3e721\"><a target=\"_self\" aria-label=\" + 27 (0) 82 575 5409\" rel=\"noopener noreferrer\" href=\"tel:+27825755409\"> </a><span class=\"uagb-icon-list__source-wrap\"><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M511.2 387l-23.25 100.8c-3.266 14.25-15.79 24.22-30.46 24.22C205.2 512 0 306.8 0 54.5c0-14.66 9.969-27.2 24.22-30.45l100.8-23.25C139.7-2.602 154.7 5.018 160.8 18.92l46.52 108.5c5.438 12.78 1.77 27.67-8.98 36.45L144.5 207.1c33.98 69.22 90.26 125.5 159.5 159.5l44.08-53.8c8.688-10.78 23.69-14.51 36.47-8.975l108.5 46.51C506.1 357.2 514.6 372.4 511.2 387z\"></path></svg></span><span class=\"uagb-icon-list__label\"> + 27 (0) 82 575 5409</span></div>\n<!-- /wp:uagb/icon-list-child -->\n\n<!-- wp:uagb/icon-list-child {\"block_id\":\"05b90829\",\"label\":\"blueroan@ugo.co.za\",\"icon\":\"envelope\",\"label_color\":\"\",\"link\":\"mailto:blueroan@ugo.co.za\",\"disableLink\":true,\"fromParentIcon\":\"phone\",\"imageSizeChild\":40} -->\n<div class=\"wp-block-uagb-icon-list-child uagb-block-05b90829\"><a target=\"_self\" aria-label=\"blueroan@ugo.co.za\" rel=\"noopener noreferrer\" href=\"mailto:blueroan@ugo.co.za\"> </a><span class=\"uagb-icon-list__source-wrap\"><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M464 64C490.5 64 512 85.49 512 112C512 127.1 504.9 141.3 492.8 150.4L275.2 313.6C263.8 322.1 248.2 322.1 236.8 313.6L19.2 150.4C7.113 141.3 0 127.1 0 112C0 85.49 21.49 64 48 64H464zM217.6 339.2C240.4 356.3 271.6 356.3 294.4 339.2L512 176V384C512 419.3 483.3 448 448 448H64C28.65 448 0 419.3 0 384V176L217.6 339.2z\"></path></svg></span><span class=\"uagb-icon-list__label\">blueroan@ugo.co.za</span></div>\n<!-- /wp:uagb/icon-list-child --></div></div>\n<!-- /wp:uagb/icon-list --></div></div>\n<!-- /wp:uagb/container -->',	'The Honeymoon Suite',	'',	'inherit',	'closed',	'closed',	'',	'1080-revision-v1',	'',	'',	'2022-12-14 13:06:09',	'2022-12-14 13:06:09',	'',	1080,	'https://blueroan.netgen.cloud/?p=1087',	0,	'revision',	'',	0),
(1088,	2,	'2022-12-14 13:06:40',	'2022-12-14 13:06:40',	'',	'241563_798x533',	'',	'inherit',	'open',	'closed',	'',	'241563_798x533',	'',	'',	'2022-12-14 13:07:02',	'2022-12-14 13:07:02',	'',	1080,	'https://blueroan.netgen.cloud/wp-content/uploads/2022/12/241563_798x533.jpg',	0,	'attachment',	'image/jpeg',	0),
(1089,	2,	'2022-12-14 13:07:05',	'2022-12-14 13:07:05',	'<!-- wp:uagb/container {\"block_id\":\"7ef7467f\",\"backgroundType\":\"image\",\"backgroundImageDesktop\":{\"uploading\":false,\"date\":1671023200000,\"filename\":\"241563_798x533.jpg\",\"menuOrder\":0,\"uploadedTo\":1080,\"type\":\"image\",\"subtype\":\"jpeg\",\"id\":1088,\"title\":\"241563_798x533\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/241563_798x533.jpg\",\"link\":\"https://blueroan.netgen.cloud/the-honeymoon-suite/241563_798x533/\",\"alt\":\"The bedroom in the honeymoon suite at Blue Roan country lodge \",\"author\":\"2\",\"description\":\"\",\"caption\":\"\",\"name\":\"241563_798x533\",\"status\":\"inherit\",\"modified\":1671023200000,\"mime\":\"image/jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-includes/images/media/default.png\",\"dateFormatted\":\"December 14, 2022\",\"nonces\":{\"update\":\"d78dc266b1\",\"delete\":\"9bedc7fea2\",\"edit\":\"aa15440628\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=1088\\u0026action=edit\",\"meta\":false,\"authorName\":\"Netgen Support\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/profile.php\",\"uploadedToTitle\":\"The Honeymoon Suite\",\"uploadedToLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=1080\\u0026action=edit\",\"filesizeInBytes\":49910,\"filesizeHumanReadable\":\"49 KB\",\"context\":\"\",\"height\":533,\"width\":798,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/241563_798x533-150x150.jpg\",\"orientation\":\"landscape\"},\"medium\":{\"height\":200,\"width\":300,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/241563_798x533-300x200.jpg\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/241563_798x533.jpg\",\"height\":533,\"width\":798,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"backgroundPositionDesktop\":{\"x\":0.47,\"y\":0.54},\"backgroundSizeTablet\":\"cover\",\"backgroundSizeMobile\":\"cover\",\"backgroundColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"backgroundImageColor\":\"rgba(42,42,42,0.5)\",\"topPaddingDesktop\":220,\"bottomPaddingDesktop\":150,\"topPaddingTablet\":170,\"bottomPaddingTablet\":160,\"leftPaddingTablet\":30,\"rightPaddingTablet\":30,\"topPaddingMobile\":180,\"bottomPaddingMobile\":80,\"leftPaddingMobile\":20,\"rightPaddingMobile\":20,\"paddingLink\":false,\"variationSelected\":true,\"isBlockRootParent\":true,\"overlayType\":\"color\"} -->\n<div class=\"wp-block-uagb-container uagb-block-7ef7467f alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/advanced-heading {\"block_id\":\"a3c8b469\",\"classMigrate\":true,\"headingDescToggle\":true,\"headingColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"subHeadingColor\":\"var(\\u002d\\u002dast-global-color-4)\",\"headingTag\":\"h1\",\"headSpace\":20,\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"blockTopPadding\":0,\"blockRightPadding\":50,\"blockLeftPadding\":0,\"blockBottomPadding\":0,\"blockTopPaddingTablet\":0,\"blockRightPaddingTablet\":20,\"blockLeftPaddingTablet\":0,\"blockBottomPaddingTablet\":0,\"blockTopPaddingMobile\":0,\"blockRightPaddingMobile\":0,\"blockLeftPaddingMobile\":0,\"blockBottomPaddingMobile\":0,\"blockPaddingUnit\":\"%\",\"blockPaddingUnitTablet\":\"%\"} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-a3c8b469\"><h1 class=\"uagb-heading-text\">The Honeymoon suite</h1><p class=\"uagb-desc-text\">This open-plan unit, which is attached to the side of the main home, is ideal for couples because it is fully private and has its own entrance, garden, and carport.</p></div>\n<!-- /wp:uagb/advanced-heading --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"090856c7\",\"backgroundType\":\"color\",\"backgroundSizeTablet\":\"cover\",\"backgroundSizeMobile\":\"cover\",\"backgroundColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"topPaddingDesktop\":120,\"bottomPaddingDesktop\":60,\"rightPaddingDesktop\":0,\"topPaddingTablet\":80,\"bottomPaddingTablet\":80,\"leftPaddingTablet\":30,\"rightPaddingTablet\":30,\"topPaddingMobile\":80,\"bottomPaddingMobile\":80,\"leftPaddingMobile\":20,\"rightPaddingMobile\":20,\"paddingLink\":false,\"variationSelected\":true,\"rowGapDesktop\":0,\"isBlockRootParent\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-090856c7 alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/container {\"block_id\":\"62f5a38b\",\"directionDesktop\":\"row\",\"alignItemsDesktop\":\"flex-end\",\"alignItemsTablet\":\"flex-end\",\"justifyContentDesktop\":\"flex-end\",\"justifyContentTablet\":\"space-between\",\"variationSelected\":true,\"rowGapMobile\":20,\"columnGapDesktop\":0} -->\n<div class=\"wp-block-uagb-container uagb-block-62f5a38b\"><!-- wp:uagb/advanced-heading {\"block_id\":\"9c54c5a4\",\"classMigrate\":true,\"headingDescToggle\":true,\"subHeadingColor\":\"\",\"headSpace\":20,\"subHeadFontSize\":16} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-9c54c5a4\"><h2 class=\"uagb-heading-text\">Come &amp; Stay With Us​ at The Honeymoon suite</h2><p class=\"uagb-desc-text\">This is an open plan unit attached to the side of the main house, completely private with its own entrance, own garden, and carport. &nbsp;It has a king bed facing the TV and a separate bathroom with a huge walk-in shower and an oval spa bath. The unit has a glass door opening onto a private covered patio with a brick braai and comfortable outside furniture. &nbsp;It has a fenced and gated garden with a hammock and outside garden furniture. (no pets in this one)</p></div>\n<!-- /wp:uagb/advanced-heading --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:heading -->\n<h2>The bedroom &amp; lounge</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>This room contains the following: </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list -->\n<ul><!-- wp:list-item -->\n<li>King bed with electric blanket</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Electric heater</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Ceiling fan</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Hair dryer</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Good quality linen</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>32\" flat screen TV (full DSTV)</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>DVD player</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Books and playing cards</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Dressing table</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>2-seater recliner settee</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Big clothes cupboards with dressing gowns</li>\n<!-- /wp:list-item --></ul>\n<!-- /wp:list --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":1083,\"width\":500,\"height\":334,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full is-resized\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/241561_798x533.jpg\" alt=\"\" class=\"wp-image-1083\" width=\"500\" height=\"334\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":1084,\"width\":500,\"height\":334,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full is-resized\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAAJGIyOGVmY2E0LWRmMDktNGJiYS04YzQ0LTZkNTZhMDg3NGQyZg.png\" alt=\"\" class=\"wp-image-1084\" width=\"500\" height=\"334\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:heading -->\n<h2>The Kitchen &amp; Dining room</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>This room contains the following</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list -->\n<ul><!-- wp:list-item -->\n<li>Log fireplace</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>4-plate gas stove and oven</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Microwave oven, kettle, toaster</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Fridge with top freezer compartment</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Pots, pans, cutlery, crockery, wine &amp; champagne glasses</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>All kitchen utensils</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Ironing board and iron</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>All cleaning cloths and detergents and washing up liquid</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Paper towel, salt pepper, coffee, sugar &amp; tea</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Braai tongs</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Dining table and 2 comfortable designer chairs</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Glass door out to the private patio</li>\n<!-- /wp:list-item --></ul>\n<!-- /wp:list --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:heading -->\n<h2>The bathroom</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>This room contains the following: </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list -->\n<ul><!-- wp:list-item -->\n<li>Huge walk-in shower</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Oval spa bath with 6 jets</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Bubble bath and candles</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Soap and towels and toiletries</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Toilet and his and hers basins - toilet paper provided</li>\n<!-- /wp:list-item --></ul>\n<!-- /wp:list --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":1052,\"width\":500,\"height\":334,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full is-resized\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/241545_798x533.jpg\" alt=\"\" class=\"wp-image-1052\" width=\"500\" height=\"334\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":1054,\"width\":500,\"height\":334,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full is-resized\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/241547_798x533.jpg\" alt=\"The kitchen in the Acacia suite at the Blue Roan country lodge \" class=\"wp-image-1054\" width=\"500\" height=\"334\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:heading -->\n<h2>Private patio surrounded by a private garden and facing the sunset</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>This room contains the following</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list -->\n<ul><!-- wp:list-item -->\n<li>Chairs with cushions</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Wooden table</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Brick braai</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Decorative lighting</li>\n<!-- /wp:list-item --></ul>\n<!-- /wp:list --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:heading {\"textAlign\":\"center\"} -->\n<h2 class=\"has-text-align-center\">Book your stay </h2>\n<!-- /wp:heading -->\n\n<!-- wp:buttons -->\n<div class=\"wp-block-buttons\"><!-- wp:button {\"align\":\"center\"} -->\n<div class=\"wp-block-button aligncenter\"><a class=\"wp-block-button__link wp-element-button\" href=\"https://book.nightsbridge.com/11065\" target=\"_blank\" rel=\"noreferrer noopener\">Reservations</a></div>\n<!-- /wp:button -->\n\n<!-- wp:button /--></div>\n<!-- /wp:buttons --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"a43d52ab\",\"innerContentCustomWidthDesktop\":781,\"innerContentCustomWidthTablet\":781,\"backgroundType\":\"image\",\"backgroundImageDesktop\":{\"uploading\":false,\"date\":1670943271000,\"filename\":\"AAEAAQAAAAAAAAAAAAAA39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba.png\",\"menuOrder\":0,\"uploadedTo\":761,\"type\":\"image\",\"subtype\":\"png\",\"id\":899,\"title\":\"AAEAAQAAAAAAAAAAAAAA39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAA39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba.png\",\"link\":\"https://blueroan.netgen.cloud/accommodation/aaeaaqaaaaaaaaaaaaaa39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba/\",\"alt\":\"\",\"author\":\"2\",\"description\":\"\",\"caption\":\"\",\"name\":\"aaeaaqaaaaaaaaaaaaaa39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba\",\"status\":\"inherit\",\"modified\":1670943271000,\"mime\":\"image/png\",\"icon\":\"https://blueroan.netgen.cloud/wp-includes/images/media/default.png\",\"dateFormatted\":\"December 13, 2022\",\"nonces\":{\"update\":\"45b2b6c69b\",\"delete\":\"75d81c42ab\",\"edit\":\"88fae030a9\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=899\\u0026action=edit\",\"meta\":false,\"authorName\":\"Netgen Support\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/profile.php\",\"uploadedToTitle\":\"Accommodation\",\"uploadedToLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=761\\u0026action=edit\",\"filesizeInBytes\":2338048,\"filesizeHumanReadable\":\"2 MB\",\"context\":\"\",\"height\":900,\"width\":1200,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAA39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba-150x150.png\",\"orientation\":\"landscape\"},\"medium\":{\"height\":225,\"width\":300,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAA39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba-300x225.png\",\"orientation\":\"landscape\"},\"large\":{\"height\":768,\"width\":1024,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAA39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba-1024x768.png\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAA39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba.png\",\"height\":900,\"width\":1200,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"backgroundImageColor\":\"rgba(42,42,42,0.65)\",\"topPaddingDesktop\":144,\"bottomPaddingDesktop\":144,\"leftPaddingDesktop\":40,\"rightPaddingDesktop\":40,\"topPaddingTablet\":80,\"bottomPaddingTablet\":80,\"leftPaddingTablet\":40,\"rightPaddingTablet\":40,\"topPaddingMobile\":64,\"bottomPaddingMobile\":64,\"leftPaddingMobile\":24,\"rightPaddingMobile\":24,\"paddingLink\":false,\"variationSelected\":true,\"isBlockRootParent\":true,\"overlayType\":\"color\"} -->\n<div class=\"wp-block-uagb-container uagb-block-a43d52ab alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/advanced-heading {\"block_id\":\"f8d43175\",\"classMigrate\":true,\"headingDescToggle\":true,\"headingAlign\":\"center\",\"headingColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"subHeadingColor\":\"var(\\u002d\\u002dast-global-color-4)\",\"headSpace\":20} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-f8d43175\"><h2 class=\"uagb-heading-text\">Plan an Unforgettable Experience at<br>Blue Roan!</h2><p class=\"uagb-desc-text\">We can help you fit your stay and experience within your allotted budget.</p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/advanced-heading {\"block_id\":\"1d75c2c7\",\"classMigrate\":true,\"headingTitleToggle\":false,\"headingDescToggle\":true,\"headingAlign\":\"center\",\"subHeadingColor\":\"var(\\u002d\\u002dast-global-color-4)\",\"subHeadTransform\":\"uppercase\",\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"subHeadLetterSpacing\":2,\"blockTopPadding\":60,\"blockRightPadding\":0,\"blockLeftPadding\":0,\"blockBottomPadding\":0,\"blockTopPaddingMobile\":30,\"blockRightPaddingMobile\":0,\"blockLeftPaddingMobile\":0,\"blockBottomPaddingMobile\":0,\"linkColor\":\"var(\\u002d\\u002dast-global-color-8)\",\"linkHColor\":\"var(\\u002d\\u002dast-global-color-1)\"} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-1d75c2c7\"><p class=\"uagb-desc-text\"><a href=\"https://book.nightsbridge.com/11065\" target=\"_blank\" rel=\"noreferrer noopener\">BOOK YOUR STAY NOW​<br></a></p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/icon-list {\"block_id\":\"c9c5b8c8\",\"classMigrate\":true,\"childMigrate\":true,\"align\":\"center\",\"parentIcon\":\"phone\",\"size\":40,\"sizeMobile\":24,\"sizeTablet\":32,\"fontSize\":48,\"fontSizeMobile\":28,\"fontSizeTablet\":40,\"fontWeight\":\"600\",\"iconColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"labelColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"blockTopPadding\":0,\"blockRightPadding\":0,\"blockLeftPadding\":0,\"blockBottomPadding\":24,\"blockPaddingLink\":false} -->\n<div class=\"wp-block-uagb-icon-list uagb-block-c9c5b8c8\"><div class=\"uagb-icon-list__wrap\"><!-- wp:uagb/icon-list-child {\"block_id\":\"3af820b6\",\"label\":\" + 27 (0) 82 575 5409\",\"label_color\":\"\",\"link\":\"tel:+27825755409\",\"disableLink\":true,\"fromParentIcon\":\"phone\",\"imageSizeChild\":40} -->\n<div class=\"wp-block-uagb-icon-list-child uagb-block-3af820b6\"><a target=\"_self\" aria-label=\" + 27 (0) 82 575 5409\" rel=\"noopener noreferrer\" href=\"tel:+27825755409\"> </a><span class=\"uagb-icon-list__source-wrap\"><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M511.2 387l-23.25 100.8c-3.266 14.25-15.79 24.22-30.46 24.22C205.2 512 0 306.8 0 54.5c0-14.66 9.969-27.2 24.22-30.45l100.8-23.25C139.7-2.602 154.7 5.018 160.8 18.92l46.52 108.5c5.438 12.78 1.77 27.67-8.98 36.45L144.5 207.1c33.98 69.22 90.26 125.5 159.5 159.5l44.08-53.8c8.688-10.78 23.69-14.51 36.47-8.975l108.5 46.51C506.1 357.2 514.6 372.4 511.2 387z\"></path></svg></span><span class=\"uagb-icon-list__label\"> + 27 (0) 82 575 5409</span></div>\n<!-- /wp:uagb/icon-list-child -->\n\n<!-- wp:uagb/icon-list-child {\"block_id\":\"e8f89656\",\"label\":\"blueroan@ugo.co.za\",\"icon\":\"envelope\",\"label_color\":\"\",\"link\":\"mailto:blueroan@ugo.co.za\",\"disableLink\":true,\"fromParentIcon\":\"phone\",\"imageSizeChild\":40} -->\n<div class=\"wp-block-uagb-icon-list-child uagb-block-e8f89656\"><a target=\"_self\" aria-label=\"blueroan@ugo.co.za\" rel=\"noopener noreferrer\" href=\"mailto:blueroan@ugo.co.za\"> </a><span class=\"uagb-icon-list__source-wrap\"><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M464 64C490.5 64 512 85.49 512 112C512 127.1 504.9 141.3 492.8 150.4L275.2 313.6C263.8 322.1 248.2 322.1 236.8 313.6L19.2 150.4C7.113 141.3 0 127.1 0 112C0 85.49 21.49 64 48 64H464zM217.6 339.2C240.4 356.3 271.6 356.3 294.4 339.2L512 176V384C512 419.3 483.3 448 448 448H64C28.65 448 0 419.3 0 384V176L217.6 339.2z\"></path></svg></span><span class=\"uagb-icon-list__label\">blueroan@ugo.co.za</span></div>\n<!-- /wp:uagb/icon-list-child --></div></div>\n<!-- /wp:uagb/icon-list --></div></div>\n<!-- /wp:uagb/container -->',	'The Honeymoon Suite',	'',	'inherit',	'closed',	'closed',	'',	'1080-revision-v1',	'',	'',	'2022-12-14 13:07:05',	'2022-12-14 13:07:05',	'',	1080,	'https://blueroan.netgen.cloud/?p=1089',	0,	'revision',	'',	0),
(1090,	2,	'2022-12-14 13:07:28',	'2022-12-14 13:07:28',	'<!-- wp:uagb/container {\"block_id\":\"73d6c252\",\"backgroundType\":\"image\",\"backgroundImageDesktop\":{\"uploading\":false,\"date\":1671023200000,\"filename\":\"241563_798x533.jpg\",\"menuOrder\":0,\"uploadedTo\":1080,\"type\":\"image\",\"subtype\":\"jpeg\",\"id\":1088,\"title\":\"241563_798x533\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/241563_798x533.jpg\",\"link\":\"https://blueroan.netgen.cloud/the-honeymoon-suite/241563_798x533/\",\"alt\":\"The bedroom in the honeymoon suite at Blue Roan country lodge \",\"author\":\"2\",\"description\":\"\",\"caption\":\"\",\"name\":\"241563_798x533\",\"status\":\"inherit\",\"modified\":1671023200000,\"mime\":\"image/jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-includes/images/media/default.png\",\"dateFormatted\":\"December 14, 2022\",\"nonces\":{\"update\":\"d78dc266b1\",\"delete\":\"9bedc7fea2\",\"edit\":\"aa15440628\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=1088\\u0026action=edit\",\"meta\":false,\"authorName\":\"Netgen Support\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/profile.php\",\"uploadedToTitle\":\"The Honeymoon Suite\",\"uploadedToLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=1080\\u0026action=edit\",\"filesizeInBytes\":49910,\"filesizeHumanReadable\":\"49 KB\",\"context\":\"\",\"height\":533,\"width\":798,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/241563_798x533-150x150.jpg\",\"orientation\":\"landscape\"},\"medium\":{\"height\":200,\"width\":300,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/241563_798x533-300x200.jpg\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/241563_798x533.jpg\",\"height\":533,\"width\":798,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"backgroundPositionDesktop\":{\"x\":0.59,\"y\":0.46},\"backgroundSizeTablet\":\"cover\",\"backgroundSizeMobile\":\"cover\",\"backgroundColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"backgroundImageColor\":\"rgba(42,42,42,0.5)\",\"topPaddingDesktop\":220,\"bottomPaddingDesktop\":150,\"topPaddingTablet\":170,\"bottomPaddingTablet\":160,\"leftPaddingTablet\":30,\"rightPaddingTablet\":30,\"topPaddingMobile\":180,\"bottomPaddingMobile\":80,\"leftPaddingMobile\":20,\"rightPaddingMobile\":20,\"paddingLink\":false,\"variationSelected\":true,\"isBlockRootParent\":true,\"overlayType\":\"color\"} -->\n<div class=\"wp-block-uagb-container uagb-block-73d6c252 alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/advanced-heading {\"block_id\":\"51a66598\",\"classMigrate\":true,\"headingDescToggle\":true,\"headingColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"subHeadingColor\":\"var(\\u002d\\u002dast-global-color-4)\",\"headingTag\":\"h1\",\"headSpace\":20,\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"blockTopPadding\":0,\"blockRightPadding\":50,\"blockLeftPadding\":0,\"blockBottomPadding\":0,\"blockTopPaddingTablet\":0,\"blockRightPaddingTablet\":20,\"blockLeftPaddingTablet\":0,\"blockBottomPaddingTablet\":0,\"blockTopPaddingMobile\":0,\"blockRightPaddingMobile\":0,\"blockLeftPaddingMobile\":0,\"blockBottomPaddingMobile\":0,\"blockPaddingUnit\":\"%\",\"blockPaddingUnitTablet\":\"%\"} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-51a66598\"><h1 class=\"uagb-heading-text\">The Honeymoon suite</h1><p class=\"uagb-desc-text\">This open-plan unit, which is attached to the side of the main home, is ideal for couples because it is fully private and has its own entrance, garden, and carport.</p></div>\n<!-- /wp:uagb/advanced-heading --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"05ad37b9\",\"backgroundType\":\"color\",\"backgroundSizeTablet\":\"cover\",\"backgroundSizeMobile\":\"cover\",\"backgroundColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"topPaddingDesktop\":120,\"bottomPaddingDesktop\":60,\"rightPaddingDesktop\":0,\"topPaddingTablet\":80,\"bottomPaddingTablet\":80,\"leftPaddingTablet\":30,\"rightPaddingTablet\":30,\"topPaddingMobile\":80,\"bottomPaddingMobile\":80,\"leftPaddingMobile\":20,\"rightPaddingMobile\":20,\"paddingLink\":false,\"variationSelected\":true,\"rowGapDesktop\":0,\"isBlockRootParent\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-05ad37b9 alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/container {\"block_id\":\"e32368fc\",\"directionDesktop\":\"row\",\"alignItemsDesktop\":\"flex-end\",\"alignItemsTablet\":\"flex-end\",\"justifyContentDesktop\":\"flex-end\",\"justifyContentTablet\":\"space-between\",\"variationSelected\":true,\"rowGapMobile\":20,\"columnGapDesktop\":0} -->\n<div class=\"wp-block-uagb-container uagb-block-e32368fc\"><!-- wp:uagb/advanced-heading {\"block_id\":\"1bb4e6f2\",\"classMigrate\":true,\"headingDescToggle\":true,\"subHeadingColor\":\"\",\"headSpace\":20,\"subHeadFontSize\":16} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-1bb4e6f2\"><h2 class=\"uagb-heading-text\">Come &amp; Stay With Us​ at The Honeymoon suite</h2><p class=\"uagb-desc-text\">This is an open plan unit attached to the side of the main house, completely private with its own entrance, own garden, and carport. &nbsp;It has a king bed facing the TV and a separate bathroom with a huge walk-in shower and an oval spa bath. The unit has a glass door opening onto a private covered patio with a brick braai and comfortable outside furniture. &nbsp;It has a fenced and gated garden with a hammock and outside garden furniture. (no pets in this one)</p></div>\n<!-- /wp:uagb/advanced-heading --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:heading -->\n<h2>The bedroom &amp; lounge</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>This room contains the following: </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list -->\n<ul><!-- wp:list-item -->\n<li>King bed with electric blanket</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Electric heater</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Ceiling fan</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Hair dryer</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Good quality linen</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>32\" flat screen TV (full DSTV)</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>DVD player</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Books and playing cards</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Dressing table</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>2-seater recliner settee</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Big clothes cupboards with dressing gowns</li>\n<!-- /wp:list-item --></ul>\n<!-- /wp:list --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":1083,\"width\":500,\"height\":334,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full is-resized\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/241561_798x533.jpg\" alt=\"\" class=\"wp-image-1083\" width=\"500\" height=\"334\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":1084,\"width\":500,\"height\":334,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full is-resized\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAAJGIyOGVmY2E0LWRmMDktNGJiYS04YzQ0LTZkNTZhMDg3NGQyZg.png\" alt=\"\" class=\"wp-image-1084\" width=\"500\" height=\"334\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:heading -->\n<h2>The Kitchen &amp; Dining room</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>This room contains the following</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list -->\n<ul><!-- wp:list-item -->\n<li>Log fireplace</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>4-plate gas stove and oven</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Microwave oven, kettle, toaster</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Fridge with top freezer compartment</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Pots, pans, cutlery, crockery, wine &amp; champagne glasses</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>All kitchen utensils</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Ironing board and iron</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>All cleaning cloths and detergents and washing up liquid</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Paper towel, salt pepper, coffee, sugar &amp; tea</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Braai tongs</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Dining table and 2 comfortable designer chairs</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Glass door out to the private patio</li>\n<!-- /wp:list-item --></ul>\n<!-- /wp:list --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:heading -->\n<h2>The bathroom</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>This room contains the following: </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list -->\n<ul><!-- wp:list-item -->\n<li>Huge walk-in shower</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Oval spa bath with 6 jets</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Bubble bath and candles</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Soap and towels and toiletries</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Toilet and his and hers basins - toilet paper provided</li>\n<!-- /wp:list-item --></ul>\n<!-- /wp:list --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":1052,\"width\":500,\"height\":334,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full is-resized\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/241545_798x533.jpg\" alt=\"\" class=\"wp-image-1052\" width=\"500\" height=\"334\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":1054,\"width\":500,\"height\":334,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full is-resized\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/241547_798x533.jpg\" alt=\"The kitchen in the Acacia suite at the Blue Roan country lodge \" class=\"wp-image-1054\" width=\"500\" height=\"334\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:heading -->\n<h2>Private patio surrounded by a private garden and facing the sunset</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>This room contains the following</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list -->\n<ul><!-- wp:list-item -->\n<li>Chairs with cushions</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Wooden table</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Brick braai</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Decorative lighting</li>\n<!-- /wp:list-item --></ul>\n<!-- /wp:list --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:heading {\"textAlign\":\"center\"} -->\n<h2 class=\"has-text-align-center\">Book your stay </h2>\n<!-- /wp:heading -->\n\n<!-- wp:buttons -->\n<div class=\"wp-block-buttons\"><!-- wp:button {\"align\":\"center\"} -->\n<div class=\"wp-block-button aligncenter\"><a class=\"wp-block-button__link wp-element-button\" href=\"https://book.nightsbridge.com/11065\" target=\"_blank\" rel=\"noreferrer noopener\">Reservations</a></div>\n<!-- /wp:button -->\n\n<!-- wp:button /--></div>\n<!-- /wp:buttons --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"04336227\",\"innerContentCustomWidthDesktop\":781,\"innerContentCustomWidthTablet\":781,\"backgroundType\":\"image\",\"backgroundImageDesktop\":{\"uploading\":false,\"date\":1670943271000,\"filename\":\"AAEAAQAAAAAAAAAAAAAA39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba.png\",\"menuOrder\":0,\"uploadedTo\":761,\"type\":\"image\",\"subtype\":\"png\",\"id\":899,\"title\":\"AAEAAQAAAAAAAAAAAAAA39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAA39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba.png\",\"link\":\"https://blueroan.netgen.cloud/accommodation/aaeaaqaaaaaaaaaaaaaa39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba/\",\"alt\":\"\",\"author\":\"2\",\"description\":\"\",\"caption\":\"\",\"name\":\"aaeaaqaaaaaaaaaaaaaa39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba\",\"status\":\"inherit\",\"modified\":1670943271000,\"mime\":\"image/png\",\"icon\":\"https://blueroan.netgen.cloud/wp-includes/images/media/default.png\",\"dateFormatted\":\"December 13, 2022\",\"nonces\":{\"update\":\"45b2b6c69b\",\"delete\":\"75d81c42ab\",\"edit\":\"88fae030a9\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=899\\u0026action=edit\",\"meta\":false,\"authorName\":\"Netgen Support\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/profile.php\",\"uploadedToTitle\":\"Accommodation\",\"uploadedToLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=761\\u0026action=edit\",\"filesizeInBytes\":2338048,\"filesizeHumanReadable\":\"2 MB\",\"context\":\"\",\"height\":900,\"width\":1200,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAA39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba-150x150.png\",\"orientation\":\"landscape\"},\"medium\":{\"height\":225,\"width\":300,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAA39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba-300x225.png\",\"orientation\":\"landscape\"},\"large\":{\"height\":768,\"width\":1024,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAA39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba-1024x768.png\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAA39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba.png\",\"height\":900,\"width\":1200,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"backgroundImageColor\":\"rgba(42,42,42,0.65)\",\"topPaddingDesktop\":144,\"bottomPaddingDesktop\":144,\"leftPaddingDesktop\":40,\"rightPaddingDesktop\":40,\"topPaddingTablet\":80,\"bottomPaddingTablet\":80,\"leftPaddingTablet\":40,\"rightPaddingTablet\":40,\"topPaddingMobile\":64,\"bottomPaddingMobile\":64,\"leftPaddingMobile\":24,\"rightPaddingMobile\":24,\"paddingLink\":false,\"variationSelected\":true,\"isBlockRootParent\":true,\"overlayType\":\"color\"} -->\n<div class=\"wp-block-uagb-container uagb-block-04336227 alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/advanced-heading {\"block_id\":\"901f4124\",\"classMigrate\":true,\"headingDescToggle\":true,\"headingAlign\":\"center\",\"headingColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"subHeadingColor\":\"var(\\u002d\\u002dast-global-color-4)\",\"headSpace\":20} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-901f4124\"><h2 class=\"uagb-heading-text\">Plan an Unforgettable Experience at<br>Blue Roan!</h2><p class=\"uagb-desc-text\">We can help you fit your stay and experience within your allotted budget.</p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/advanced-heading {\"block_id\":\"f163b03c\",\"classMigrate\":true,\"headingTitleToggle\":false,\"headingDescToggle\":true,\"headingAlign\":\"center\",\"subHeadingColor\":\"var(\\u002d\\u002dast-global-color-4)\",\"subHeadTransform\":\"uppercase\",\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"subHeadLetterSpacing\":2,\"blockTopPadding\":60,\"blockRightPadding\":0,\"blockLeftPadding\":0,\"blockBottomPadding\":0,\"blockTopPaddingMobile\":30,\"blockRightPaddingMobile\":0,\"blockLeftPaddingMobile\":0,\"blockBottomPaddingMobile\":0,\"linkColor\":\"var(\\u002d\\u002dast-global-color-8)\",\"linkHColor\":\"var(\\u002d\\u002dast-global-color-1)\"} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-f163b03c\"><p class=\"uagb-desc-text\"><a href=\"https://book.nightsbridge.com/11065\" target=\"_blank\" rel=\"noreferrer noopener\">BOOK YOUR STAY NOW​<br></a></p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/icon-list {\"block_id\":\"36e90b27\",\"classMigrate\":true,\"childMigrate\":true,\"align\":\"center\",\"parentIcon\":\"phone\",\"size\":40,\"sizeMobile\":24,\"sizeTablet\":32,\"fontSize\":48,\"fontSizeMobile\":28,\"fontSizeTablet\":40,\"fontWeight\":\"600\",\"iconColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"labelColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"blockTopPadding\":0,\"blockRightPadding\":0,\"blockLeftPadding\":0,\"blockBottomPadding\":24,\"blockPaddingLink\":false} -->\n<div class=\"wp-block-uagb-icon-list uagb-block-36e90b27\"><div class=\"uagb-icon-list__wrap\"><!-- wp:uagb/icon-list-child {\"block_id\":\"660754bc\",\"label\":\" + 27 (0) 82 575 5409\",\"label_color\":\"\",\"link\":\"tel:+27825755409\",\"disableLink\":true,\"fromParentIcon\":\"phone\",\"imageSizeChild\":40} -->\n<div class=\"wp-block-uagb-icon-list-child uagb-block-660754bc\"><a target=\"_self\" aria-label=\" + 27 (0) 82 575 5409\" rel=\"noopener noreferrer\" href=\"tel:+27825755409\"> </a><span class=\"uagb-icon-list__source-wrap\"><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M511.2 387l-23.25 100.8c-3.266 14.25-15.79 24.22-30.46 24.22C205.2 512 0 306.8 0 54.5c0-14.66 9.969-27.2 24.22-30.45l100.8-23.25C139.7-2.602 154.7 5.018 160.8 18.92l46.52 108.5c5.438 12.78 1.77 27.67-8.98 36.45L144.5 207.1c33.98 69.22 90.26 125.5 159.5 159.5l44.08-53.8c8.688-10.78 23.69-14.51 36.47-8.975l108.5 46.51C506.1 357.2 514.6 372.4 511.2 387z\"></path></svg></span><span class=\"uagb-icon-list__label\"> + 27 (0) 82 575 5409</span></div>\n<!-- /wp:uagb/icon-list-child -->\n\n<!-- wp:uagb/icon-list-child {\"block_id\":\"8655f0f9\",\"label\":\"blueroan@ugo.co.za\",\"icon\":\"envelope\",\"label_color\":\"\",\"link\":\"mailto:blueroan@ugo.co.za\",\"disableLink\":true,\"fromParentIcon\":\"phone\",\"imageSizeChild\":40} -->\n<div class=\"wp-block-uagb-icon-list-child uagb-block-8655f0f9\"><a target=\"_self\" aria-label=\"blueroan@ugo.co.za\" rel=\"noopener noreferrer\" href=\"mailto:blueroan@ugo.co.za\"> </a><span class=\"uagb-icon-list__source-wrap\"><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M464 64C490.5 64 512 85.49 512 112C512 127.1 504.9 141.3 492.8 150.4L275.2 313.6C263.8 322.1 248.2 322.1 236.8 313.6L19.2 150.4C7.113 141.3 0 127.1 0 112C0 85.49 21.49 64 48 64H464zM217.6 339.2C240.4 356.3 271.6 356.3 294.4 339.2L512 176V384C512 419.3 483.3 448 448 448H64C28.65 448 0 419.3 0 384V176L217.6 339.2z\"></path></svg></span><span class=\"uagb-icon-list__label\">blueroan@ugo.co.za</span></div>\n<!-- /wp:uagb/icon-list-child --></div></div>\n<!-- /wp:uagb/icon-list --></div></div>\n<!-- /wp:uagb/container -->',	'The Honeymoon Suite',	'',	'inherit',	'closed',	'closed',	'',	'1080-revision-v1',	'',	'',	'2022-12-14 13:07:28',	'2022-12-14 13:07:28',	'',	1080,	'https://blueroan.netgen.cloud/?p=1090',	0,	'revision',	'',	0),
(1092,	2,	'2022-12-14 13:09:03',	'2022-12-14 13:09:03',	'',	'AAEAAQAAAAAAAAAAAAAAJDAxNDM5Y2JmLTQ3YzMtNDA4Ni05ZjZlLTU2YjM4YmI1Y2IxNg',	'',	'inherit',	'open',	'closed',	'',	'aaeaaqaaaaaaaaaaaaaajdaxndm5y2jmltq3yzmtnda4ni05zjzlltu2yjm4ymi1y2ixng',	'',	'',	'2022-12-14 13:09:03',	'2022-12-14 13:09:03',	'',	1080,	'https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAAJDAxNDM5Y2JmLTQ3YzMtNDA4Ni05ZjZlLTU2YjM4YmI1Y2IxNg.png',	0,	'attachment',	'image/png',	0),
(1093,	2,	'2022-12-14 13:09:41',	'2022-12-14 13:09:41',	'',	'241560_798x533',	'',	'inherit',	'open',	'closed',	'',	'241560_798x533',	'',	'',	'2022-12-14 13:09:41',	'2022-12-14 13:09:41',	'',	1080,	'https://blueroan.netgen.cloud/wp-content/uploads/2022/12/241560_798x533.jpg',	0,	'attachment',	'image/jpeg',	0),
(1094,	2,	'2022-12-14 13:09:53',	'2022-12-14 13:09:53',	'<!-- wp:uagb/container {\"block_id\":\"4178bf91\",\"backgroundType\":\"image\",\"backgroundImageDesktop\":{\"uploading\":false,\"date\":1671023200000,\"filename\":\"241563_798x533.jpg\",\"menuOrder\":0,\"uploadedTo\":1080,\"type\":\"image\",\"subtype\":\"jpeg\",\"id\":1088,\"title\":\"241563_798x533\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/241563_798x533.jpg\",\"link\":\"https://blueroan.netgen.cloud/the-honeymoon-suite/241563_798x533/\",\"alt\":\"The bedroom in the honeymoon suite at Blue Roan country lodge \",\"author\":\"2\",\"description\":\"\",\"caption\":\"\",\"name\":\"241563_798x533\",\"status\":\"inherit\",\"modified\":1671023200000,\"mime\":\"image/jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-includes/images/media/default.png\",\"dateFormatted\":\"December 14, 2022\",\"nonces\":{\"update\":\"d78dc266b1\",\"delete\":\"9bedc7fea2\",\"edit\":\"aa15440628\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=1088\\u0026action=edit\",\"meta\":false,\"authorName\":\"Netgen Support\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/profile.php\",\"uploadedToTitle\":\"The Honeymoon Suite\",\"uploadedToLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=1080\\u0026action=edit\",\"filesizeInBytes\":49910,\"filesizeHumanReadable\":\"49 KB\",\"context\":\"\",\"height\":533,\"width\":798,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/241563_798x533-150x150.jpg\",\"orientation\":\"landscape\"},\"medium\":{\"height\":200,\"width\":300,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/241563_798x533-300x200.jpg\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/241563_798x533.jpg\",\"height\":533,\"width\":798,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"backgroundPositionDesktop\":{\"x\":0.59,\"y\":0.46},\"backgroundSizeTablet\":\"cover\",\"backgroundSizeMobile\":\"cover\",\"backgroundColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"backgroundImageColor\":\"rgba(42,42,42,0.5)\",\"topPaddingDesktop\":220,\"bottomPaddingDesktop\":150,\"topPaddingTablet\":170,\"bottomPaddingTablet\":160,\"leftPaddingTablet\":30,\"rightPaddingTablet\":30,\"topPaddingMobile\":180,\"bottomPaddingMobile\":80,\"leftPaddingMobile\":20,\"rightPaddingMobile\":20,\"paddingLink\":false,\"variationSelected\":true,\"isBlockRootParent\":true,\"overlayType\":\"color\"} -->\n<div class=\"wp-block-uagb-container uagb-block-4178bf91 alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/advanced-heading {\"block_id\":\"e68fc05b\",\"classMigrate\":true,\"headingDescToggle\":true,\"headingColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"subHeadingColor\":\"var(\\u002d\\u002dast-global-color-4)\",\"headingTag\":\"h1\",\"headSpace\":20,\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"blockTopPadding\":0,\"blockRightPadding\":50,\"blockLeftPadding\":0,\"blockBottomPadding\":0,\"blockTopPaddingTablet\":0,\"blockRightPaddingTablet\":20,\"blockLeftPaddingTablet\":0,\"blockBottomPaddingTablet\":0,\"blockTopPaddingMobile\":0,\"blockRightPaddingMobile\":0,\"blockLeftPaddingMobile\":0,\"blockBottomPaddingMobile\":0,\"blockPaddingUnit\":\"%\",\"blockPaddingUnitTablet\":\"%\"} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-e68fc05b\"><h1 class=\"uagb-heading-text\">The Honeymoon suite</h1><p class=\"uagb-desc-text\">This open-plan unit, which is attached to the side of the main home, is ideal for couples because it is fully private and has its own entrance, garden, and carport.</p></div>\n<!-- /wp:uagb/advanced-heading --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"ed122879\",\"backgroundType\":\"color\",\"backgroundSizeTablet\":\"cover\",\"backgroundSizeMobile\":\"cover\",\"backgroundColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"topPaddingDesktop\":120,\"bottomPaddingDesktop\":60,\"rightPaddingDesktop\":0,\"topPaddingTablet\":80,\"bottomPaddingTablet\":80,\"leftPaddingTablet\":30,\"rightPaddingTablet\":30,\"topPaddingMobile\":80,\"bottomPaddingMobile\":80,\"leftPaddingMobile\":20,\"rightPaddingMobile\":20,\"paddingLink\":false,\"variationSelected\":true,\"rowGapDesktop\":0,\"isBlockRootParent\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-ed122879 alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/container {\"block_id\":\"bfb8abd3\",\"directionDesktop\":\"row\",\"alignItemsDesktop\":\"flex-end\",\"alignItemsTablet\":\"flex-end\",\"justifyContentDesktop\":\"flex-end\",\"justifyContentTablet\":\"space-between\",\"variationSelected\":true,\"rowGapMobile\":20,\"columnGapDesktop\":0} -->\n<div class=\"wp-block-uagb-container uagb-block-bfb8abd3\"><!-- wp:uagb/advanced-heading {\"block_id\":\"ee07cbdb\",\"classMigrate\":true,\"headingDescToggle\":true,\"subHeadingColor\":\"\",\"headSpace\":20,\"subHeadFontSize\":16} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-ee07cbdb\"><h2 class=\"uagb-heading-text\">Come &amp; Stay With Us​ at The Honeymoon suite</h2><p class=\"uagb-desc-text\">This is an open plan unit attached to the side of the main house, completely private with its own entrance, own garden, and carport. &nbsp;It has a king bed facing the TV and a separate bathroom with a huge walk-in shower and an oval spa bath. The unit has a glass door opening onto a private covered patio with a brick braai and comfortable outside furniture. &nbsp;It has a fenced and gated garden with a hammock and outside garden furniture. (no pets in this one)</p></div>\n<!-- /wp:uagb/advanced-heading --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:heading -->\n<h2>The bedroom &amp; lounge</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>This room contains the following: </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list -->\n<ul><!-- wp:list-item -->\n<li>King bed with electric blanket</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Electric heater</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Ceiling fan</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Hair dryer</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Good quality linen</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>32\" flat screen TV (full DSTV)</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>DVD player</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Books and playing cards</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Dressing table</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>2-seater recliner settee</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Big clothes cupboards with dressing gowns</li>\n<!-- /wp:list-item --></ul>\n<!-- /wp:list --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":1083,\"width\":500,\"height\":334,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full is-resized\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/241561_798x533.jpg\" alt=\"\" class=\"wp-image-1083\" width=\"500\" height=\"334\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":1084,\"width\":500,\"height\":334,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full is-resized\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAAJGIyOGVmY2E0LWRmMDktNGJiYS04YzQ0LTZkNTZhMDg3NGQyZg.png\" alt=\"\" class=\"wp-image-1084\" width=\"500\" height=\"334\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:heading -->\n<h2>The Kitchen &amp; Dining room</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>This room contains the following</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list -->\n<ul><!-- wp:list-item -->\n<li>Log fireplace</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>4-plate gas stove and oven</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Microwave oven, kettle, toaster</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Fridge with top freezer compartment</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Pots, pans, cutlery, crockery, wine &amp; champagne glasses</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>All kitchen utensils</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Ironing board and iron</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>All cleaning cloths and detergents and washing up liquid</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Paper towel, salt pepper, coffee, sugar &amp; tea</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Braai tongs</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Dining table and 2 comfortable designer chairs</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Glass door out to the private patio</li>\n<!-- /wp:list-item --></ul>\n<!-- /wp:list --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:heading -->\n<h2>The bathroom</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>This room contains the following: </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list -->\n<ul><!-- wp:list-item -->\n<li>Huge walk-in shower</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Oval spa bath with 6 jets</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Bubble bath and candles</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Soap and towels and toiletries</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Toilet and his and hers basins - toilet paper provided</li>\n<!-- /wp:list-item --></ul>\n<!-- /wp:list --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":1092,\"width\":500,\"height\":334,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full is-resized\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAAJDAxNDM5Y2JmLTQ3YzMtNDA4Ni05ZjZlLTU2YjM4YmI1Y2IxNg.png\" alt=\"\" class=\"wp-image-1092\" width=\"500\" height=\"334\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":1093,\"width\":500,\"height\":334,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full is-resized\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/241560_798x533.jpg\" alt=\"\" class=\"wp-image-1093\" width=\"500\" height=\"334\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:heading -->\n<h2>Private patio surrounded by a private garden and facing the sunset</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>This room contains the following</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list -->\n<ul><!-- wp:list-item -->\n<li>Chairs with cushions</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Wooden table</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Brick braai</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Decorative lighting</li>\n<!-- /wp:list-item --></ul>\n<!-- /wp:list --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:heading {\"textAlign\":\"center\"} -->\n<h2 class=\"has-text-align-center\">Book your stay </h2>\n<!-- /wp:heading -->\n\n<!-- wp:buttons -->\n<div class=\"wp-block-buttons\"><!-- wp:button {\"align\":\"center\"} -->\n<div class=\"wp-block-button aligncenter\"><a class=\"wp-block-button__link wp-element-button\" href=\"https://book.nightsbridge.com/11065\" target=\"_blank\" rel=\"noreferrer noopener\">Reservations</a></div>\n<!-- /wp:button -->\n\n<!-- wp:button /--></div>\n<!-- /wp:buttons --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"5dc2c230\",\"innerContentCustomWidthDesktop\":781,\"innerContentCustomWidthTablet\":781,\"backgroundType\":\"image\",\"backgroundImageDesktop\":{\"uploading\":false,\"date\":1670943271000,\"filename\":\"AAEAAQAAAAAAAAAAAAAA39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba.png\",\"menuOrder\":0,\"uploadedTo\":761,\"type\":\"image\",\"subtype\":\"png\",\"id\":899,\"title\":\"AAEAAQAAAAAAAAAAAAAA39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAA39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba.png\",\"link\":\"https://blueroan.netgen.cloud/accommodation/aaeaaqaaaaaaaaaaaaaa39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba/\",\"alt\":\"\",\"author\":\"2\",\"description\":\"\",\"caption\":\"\",\"name\":\"aaeaaqaaaaaaaaaaaaaa39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba\",\"status\":\"inherit\",\"modified\":1670943271000,\"mime\":\"image/png\",\"icon\":\"https://blueroan.netgen.cloud/wp-includes/images/media/default.png\",\"dateFormatted\":\"December 13, 2022\",\"nonces\":{\"update\":\"45b2b6c69b\",\"delete\":\"75d81c42ab\",\"edit\":\"88fae030a9\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=899\\u0026action=edit\",\"meta\":false,\"authorName\":\"Netgen Support\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/profile.php\",\"uploadedToTitle\":\"Accommodation\",\"uploadedToLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=761\\u0026action=edit\",\"filesizeInBytes\":2338048,\"filesizeHumanReadable\":\"2 MB\",\"context\":\"\",\"height\":900,\"width\":1200,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAA39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba-150x150.png\",\"orientation\":\"landscape\"},\"medium\":{\"height\":225,\"width\":300,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAA39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba-300x225.png\",\"orientation\":\"landscape\"},\"large\":{\"height\":768,\"width\":1024,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAA39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba-1024x768.png\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAA39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba.png\",\"height\":900,\"width\":1200,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"backgroundImageColor\":\"rgba(42,42,42,0.65)\",\"topPaddingDesktop\":144,\"bottomPaddingDesktop\":144,\"leftPaddingDesktop\":40,\"rightPaddingDesktop\":40,\"topPaddingTablet\":80,\"bottomPaddingTablet\":80,\"leftPaddingTablet\":40,\"rightPaddingTablet\":40,\"topPaddingMobile\":64,\"bottomPaddingMobile\":64,\"leftPaddingMobile\":24,\"rightPaddingMobile\":24,\"paddingLink\":false,\"variationSelected\":true,\"isBlockRootParent\":true,\"overlayType\":\"color\"} -->\n<div class=\"wp-block-uagb-container uagb-block-5dc2c230 alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/advanced-heading {\"block_id\":\"bea8b468\",\"classMigrate\":true,\"headingDescToggle\":true,\"headingAlign\":\"center\",\"headingColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"subHeadingColor\":\"var(\\u002d\\u002dast-global-color-4)\",\"headSpace\":20} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-bea8b468\"><h2 class=\"uagb-heading-text\">Plan an Unforgettable Experience at<br>Blue Roan!</h2><p class=\"uagb-desc-text\">We can help you fit your stay and experience within your allotted budget.</p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/advanced-heading {\"block_id\":\"5b97200b\",\"classMigrate\":true,\"headingTitleToggle\":false,\"headingDescToggle\":true,\"headingAlign\":\"center\",\"subHeadingColor\":\"var(\\u002d\\u002dast-global-color-4)\",\"subHeadTransform\":\"uppercase\",\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"subHeadLetterSpacing\":2,\"blockTopPadding\":60,\"blockRightPadding\":0,\"blockLeftPadding\":0,\"blockBottomPadding\":0,\"blockTopPaddingMobile\":30,\"blockRightPaddingMobile\":0,\"blockLeftPaddingMobile\":0,\"blockBottomPaddingMobile\":0,\"linkColor\":\"var(\\u002d\\u002dast-global-color-8)\",\"linkHColor\":\"var(\\u002d\\u002dast-global-color-1)\"} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-5b97200b\"><p class=\"uagb-desc-text\"><a href=\"https://book.nightsbridge.com/11065\" target=\"_blank\" rel=\"noreferrer noopener\">BOOK YOUR STAY NOW​<br></a></p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/icon-list {\"block_id\":\"79e97a96\",\"classMigrate\":true,\"childMigrate\":true,\"align\":\"center\",\"parentIcon\":\"phone\",\"size\":40,\"sizeMobile\":24,\"sizeTablet\":32,\"fontSize\":48,\"fontSizeMobile\":28,\"fontSizeTablet\":40,\"fontWeight\":\"600\",\"iconColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"labelColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"blockTopPadding\":0,\"blockRightPadding\":0,\"blockLeftPadding\":0,\"blockBottomPadding\":24,\"blockPaddingLink\":false} -->\n<div class=\"wp-block-uagb-icon-list uagb-block-79e97a96\"><div class=\"uagb-icon-list__wrap\"><!-- wp:uagb/icon-list-child {\"block_id\":\"e81522a2\",\"label\":\" + 27 (0) 82 575 5409\",\"label_color\":\"\",\"link\":\"tel:+27825755409\",\"disableLink\":true,\"fromParentIcon\":\"phone\",\"imageSizeChild\":40} -->\n<div class=\"wp-block-uagb-icon-list-child uagb-block-e81522a2\"><a target=\"_self\" aria-label=\" + 27 (0) 82 575 5409\" rel=\"noopener noreferrer\" href=\"tel:+27825755409\"> </a><span class=\"uagb-icon-list__source-wrap\"><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M511.2 387l-23.25 100.8c-3.266 14.25-15.79 24.22-30.46 24.22C205.2 512 0 306.8 0 54.5c0-14.66 9.969-27.2 24.22-30.45l100.8-23.25C139.7-2.602 154.7 5.018 160.8 18.92l46.52 108.5c5.438 12.78 1.77 27.67-8.98 36.45L144.5 207.1c33.98 69.22 90.26 125.5 159.5 159.5l44.08-53.8c8.688-10.78 23.69-14.51 36.47-8.975l108.5 46.51C506.1 357.2 514.6 372.4 511.2 387z\"></path></svg></span><span class=\"uagb-icon-list__label\"> + 27 (0) 82 575 5409</span></div>\n<!-- /wp:uagb/icon-list-child -->\n\n<!-- wp:uagb/icon-list-child {\"block_id\":\"6430b769\",\"label\":\"blueroan@ugo.co.za\",\"icon\":\"envelope\",\"label_color\":\"\",\"link\":\"mailto:blueroan@ugo.co.za\",\"disableLink\":true,\"fromParentIcon\":\"phone\",\"imageSizeChild\":40} -->\n<div class=\"wp-block-uagb-icon-list-child uagb-block-6430b769\"><a target=\"_self\" aria-label=\"blueroan@ugo.co.za\" rel=\"noopener noreferrer\" href=\"mailto:blueroan@ugo.co.za\"> </a><span class=\"uagb-icon-list__source-wrap\"><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M464 64C490.5 64 512 85.49 512 112C512 127.1 504.9 141.3 492.8 150.4L275.2 313.6C263.8 322.1 248.2 322.1 236.8 313.6L19.2 150.4C7.113 141.3 0 127.1 0 112C0 85.49 21.49 64 48 64H464zM217.6 339.2C240.4 356.3 271.6 356.3 294.4 339.2L512 176V384C512 419.3 483.3 448 448 448H64C28.65 448 0 419.3 0 384V176L217.6 339.2z\"></path></svg></span><span class=\"uagb-icon-list__label\">blueroan@ugo.co.za</span></div>\n<!-- /wp:uagb/icon-list-child --></div></div>\n<!-- /wp:uagb/icon-list --></div></div>\n<!-- /wp:uagb/container -->',	'The Honeymoon Suite',	'',	'inherit',	'closed',	'closed',	'',	'1080-revision-v1',	'',	'',	'2022-12-14 13:09:53',	'2022-12-14 13:09:53',	'',	1080,	'https://blueroan.netgen.cloud/?p=1094',	0,	'revision',	'',	0),
(1095,	2,	'2022-12-14 13:10:57',	'2022-12-14 13:10:57',	'',	'241559_798x533',	'',	'inherit',	'open',	'closed',	'',	'241559_798x533',	'',	'',	'2022-12-14 13:10:57',	'2022-12-14 13:10:57',	'',	1080,	'https://blueroan.netgen.cloud/wp-content/uploads/2022/12/241559_798x533.jpg',	0,	'attachment',	'image/jpeg',	0),
(1096,	2,	'2022-12-14 13:11:01',	'2022-12-14 13:11:01',	'<!-- wp:uagb/container {\"block_id\":\"d5ea5b0f\",\"backgroundType\":\"image\",\"backgroundImageDesktop\":{\"uploading\":false,\"date\":1671023457000,\"filename\":\"241559_798x533.jpg\",\"menuOrder\":0,\"uploadedTo\":1080,\"type\":\"image\",\"subtype\":\"jpeg\",\"id\":1095,\"title\":\"241559_798x533\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/241559_798x533.jpg\",\"link\":\"https://blueroan.netgen.cloud/the-honeymoon-suite/241559_798x533/\",\"alt\":\"\",\"author\":\"2\",\"description\":\"\",\"caption\":\"\",\"name\":\"241559_798x533\",\"status\":\"inherit\",\"modified\":1671023457000,\"mime\":\"image/jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-includes/images/media/default.png\",\"dateFormatted\":\"December 14, 2022\",\"nonces\":{\"update\":\"7866bc0686\",\"delete\":\"4305e802ab\",\"edit\":\"a07bc75067\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=1095\\u0026action=edit\",\"meta\":false,\"authorName\":\"Netgen Support\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/profile.php\",\"uploadedToTitle\":\"The Honeymoon Suite\",\"uploadedToLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=1080\\u0026action=edit\",\"filesizeInBytes\":101561,\"filesizeHumanReadable\":\"99 KB\",\"context\":\"\",\"height\":533,\"width\":798,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/241559_798x533-150x150.jpg\",\"orientation\":\"landscape\"},\"medium\":{\"height\":200,\"width\":300,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/241559_798x533-300x200.jpg\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/241559_798x533.jpg\",\"height\":533,\"width\":798,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"backgroundPositionDesktop\":{\"x\":0.59,\"y\":0.46},\"backgroundSizeTablet\":\"cover\",\"backgroundSizeMobile\":\"cover\",\"backgroundColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"backgroundImageColor\":\"rgba(42,42,42,0.5)\",\"topPaddingDesktop\":220,\"bottomPaddingDesktop\":150,\"topPaddingTablet\":170,\"bottomPaddingTablet\":160,\"leftPaddingTablet\":30,\"rightPaddingTablet\":30,\"topPaddingMobile\":180,\"bottomPaddingMobile\":80,\"leftPaddingMobile\":20,\"rightPaddingMobile\":20,\"paddingLink\":false,\"variationSelected\":true,\"isBlockRootParent\":true,\"overlayType\":\"color\"} -->\n<div class=\"wp-block-uagb-container uagb-block-d5ea5b0f alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/advanced-heading {\"block_id\":\"be2431e5\",\"classMigrate\":true,\"headingDescToggle\":true,\"headingColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"subHeadingColor\":\"var(\\u002d\\u002dast-global-color-4)\",\"headingTag\":\"h1\",\"headSpace\":20,\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"blockTopPadding\":0,\"blockRightPadding\":50,\"blockLeftPadding\":0,\"blockBottomPadding\":0,\"blockTopPaddingTablet\":0,\"blockRightPaddingTablet\":20,\"blockLeftPaddingTablet\":0,\"blockBottomPaddingTablet\":0,\"blockTopPaddingMobile\":0,\"blockRightPaddingMobile\":0,\"blockLeftPaddingMobile\":0,\"blockBottomPaddingMobile\":0,\"blockPaddingUnit\":\"%\",\"blockPaddingUnitTablet\":\"%\"} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-be2431e5\"><h1 class=\"uagb-heading-text\">The Honeymoon suite</h1><p class=\"uagb-desc-text\">This open-plan unit, which is attached to the side of the main home, is ideal for couples because it is fully private and has its own entrance, garden, and carport.</p></div>\n<!-- /wp:uagb/advanced-heading --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"2190dd4d\",\"backgroundType\":\"color\",\"backgroundSizeTablet\":\"cover\",\"backgroundSizeMobile\":\"cover\",\"backgroundColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"topPaddingDesktop\":120,\"bottomPaddingDesktop\":60,\"rightPaddingDesktop\":0,\"topPaddingTablet\":80,\"bottomPaddingTablet\":80,\"leftPaddingTablet\":30,\"rightPaddingTablet\":30,\"topPaddingMobile\":80,\"bottomPaddingMobile\":80,\"leftPaddingMobile\":20,\"rightPaddingMobile\":20,\"paddingLink\":false,\"variationSelected\":true,\"rowGapDesktop\":0,\"isBlockRootParent\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-2190dd4d alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/container {\"block_id\":\"9774bf77\",\"directionDesktop\":\"row\",\"alignItemsDesktop\":\"flex-end\",\"alignItemsTablet\":\"flex-end\",\"justifyContentDesktop\":\"flex-end\",\"justifyContentTablet\":\"space-between\",\"variationSelected\":true,\"rowGapMobile\":20,\"columnGapDesktop\":0} -->\n<div class=\"wp-block-uagb-container uagb-block-9774bf77\"><!-- wp:uagb/advanced-heading {\"block_id\":\"83284c3c\",\"classMigrate\":true,\"headingDescToggle\":true,\"subHeadingColor\":\"\",\"headSpace\":20,\"subHeadFontSize\":16} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-83284c3c\"><h2 class=\"uagb-heading-text\">Come &amp; Stay With Us​ at The Honeymoon suite</h2><p class=\"uagb-desc-text\">This is an open plan unit attached to the side of the main house, completely private with its own entrance, own garden, and carport. &nbsp;It has a king bed facing the TV and a separate bathroom with a huge walk-in shower and an oval spa bath. The unit has a glass door opening onto a private covered patio with a brick braai and comfortable outside furniture. &nbsp;It has a fenced and gated garden with a hammock and outside garden furniture. (no pets in this one)</p></div>\n<!-- /wp:uagb/advanced-heading --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:heading -->\n<h2>The bedroom &amp; lounge</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>This room contains the following: </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list -->\n<ul><!-- wp:list-item -->\n<li>King bed with electric blanket</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Electric heater</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Ceiling fan</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Hair dryer</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Good quality linen</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>32\" flat screen TV (full DSTV)</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>DVD player</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Books and playing cards</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Dressing table</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>2-seater recliner settee</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Big clothes cupboards with dressing gowns</li>\n<!-- /wp:list-item --></ul>\n<!-- /wp:list --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":1083,\"width\":500,\"height\":334,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full is-resized\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/241561_798x533.jpg\" alt=\"\" class=\"wp-image-1083\" width=\"500\" height=\"334\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":1084,\"width\":500,\"height\":334,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full is-resized\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAAJGIyOGVmY2E0LWRmMDktNGJiYS04YzQ0LTZkNTZhMDg3NGQyZg.png\" alt=\"\" class=\"wp-image-1084\" width=\"500\" height=\"334\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:heading -->\n<h2>The Kitchen &amp; Dining room</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>This room contains the following</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list -->\n<ul><!-- wp:list-item -->\n<li>Log fireplace</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>4-plate gas stove and oven</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Microwave oven, kettle, toaster</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Fridge with top freezer compartment</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Pots, pans, cutlery, crockery, wine &amp; champagne glasses</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>All kitchen utensils</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Ironing board and iron</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>All cleaning cloths and detergents and washing up liquid</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Paper towel, salt pepper, coffee, sugar &amp; tea</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Braai tongs</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Dining table and 2 comfortable designer chairs</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Glass door out to the private patio</li>\n<!-- /wp:list-item --></ul>\n<!-- /wp:list --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:heading -->\n<h2>The bathroom</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>This room contains the following: </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list -->\n<ul><!-- wp:list-item -->\n<li>Huge walk-in shower</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Oval spa bath with 6 jets</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Bubble bath and candles</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Soap and towels and toiletries</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Toilet and his and hers basins - toilet paper provided</li>\n<!-- /wp:list-item --></ul>\n<!-- /wp:list --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":1092,\"width\":500,\"height\":334,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full is-resized\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAAJDAxNDM5Y2JmLTQ3YzMtNDA4Ni05ZjZlLTU2YjM4YmI1Y2IxNg.png\" alt=\"\" class=\"wp-image-1092\" width=\"500\" height=\"334\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":1093,\"width\":500,\"height\":334,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full is-resized\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/241560_798x533.jpg\" alt=\"\" class=\"wp-image-1093\" width=\"500\" height=\"334\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:heading -->\n<h2>Private patio surrounded by a private garden and facing the sunset</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>This room contains the following</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list -->\n<ul><!-- wp:list-item -->\n<li>Chairs with cushions</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Wooden table</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Brick braai</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Decorative lighting</li>\n<!-- /wp:list-item --></ul>\n<!-- /wp:list --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:heading {\"textAlign\":\"center\"} -->\n<h2 class=\"has-text-align-center\">Book your stay </h2>\n<!-- /wp:heading -->\n\n<!-- wp:buttons -->\n<div class=\"wp-block-buttons\"><!-- wp:button {\"align\":\"center\"} -->\n<div class=\"wp-block-button aligncenter\"><a class=\"wp-block-button__link wp-element-button\" href=\"https://book.nightsbridge.com/11065\" target=\"_blank\" rel=\"noreferrer noopener\">Reservations</a></div>\n<!-- /wp:button -->\n\n<!-- wp:button /--></div>\n<!-- /wp:buttons --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"65776969\",\"innerContentCustomWidthDesktop\":781,\"innerContentCustomWidthTablet\":781,\"backgroundType\":\"image\",\"backgroundImageDesktop\":{\"uploading\":false,\"date\":1670943271000,\"filename\":\"AAEAAQAAAAAAAAAAAAAA39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba.png\",\"menuOrder\":0,\"uploadedTo\":761,\"type\":\"image\",\"subtype\":\"png\",\"id\":899,\"title\":\"AAEAAQAAAAAAAAAAAAAA39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAA39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba.png\",\"link\":\"https://blueroan.netgen.cloud/accommodation/aaeaaqaaaaaaaaaaaaaa39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba/\",\"alt\":\"\",\"author\":\"2\",\"description\":\"\",\"caption\":\"\",\"name\":\"aaeaaqaaaaaaaaaaaaaa39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba\",\"status\":\"inherit\",\"modified\":1670943271000,\"mime\":\"image/png\",\"icon\":\"https://blueroan.netgen.cloud/wp-includes/images/media/default.png\",\"dateFormatted\":\"December 13, 2022\",\"nonces\":{\"update\":\"45b2b6c69b\",\"delete\":\"75d81c42ab\",\"edit\":\"88fae030a9\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=899\\u0026action=edit\",\"meta\":false,\"authorName\":\"Netgen Support\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/profile.php\",\"uploadedToTitle\":\"Accommodation\",\"uploadedToLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=761\\u0026action=edit\",\"filesizeInBytes\":2338048,\"filesizeHumanReadable\":\"2 MB\",\"context\":\"\",\"height\":900,\"width\":1200,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAA39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba-150x150.png\",\"orientation\":\"landscape\"},\"medium\":{\"height\":225,\"width\":300,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAA39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba-300x225.png\",\"orientation\":\"landscape\"},\"large\":{\"height\":768,\"width\":1024,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAA39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba-1024x768.png\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAA39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba.png\",\"height\":900,\"width\":1200,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"backgroundImageColor\":\"rgba(42,42,42,0.65)\",\"topPaddingDesktop\":144,\"bottomPaddingDesktop\":144,\"leftPaddingDesktop\":40,\"rightPaddingDesktop\":40,\"topPaddingTablet\":80,\"bottomPaddingTablet\":80,\"leftPaddingTablet\":40,\"rightPaddingTablet\":40,\"topPaddingMobile\":64,\"bottomPaddingMobile\":64,\"leftPaddingMobile\":24,\"rightPaddingMobile\":24,\"paddingLink\":false,\"variationSelected\":true,\"isBlockRootParent\":true,\"overlayType\":\"color\"} -->\n<div class=\"wp-block-uagb-container uagb-block-65776969 alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/advanced-heading {\"block_id\":\"573350a7\",\"classMigrate\":true,\"headingDescToggle\":true,\"headingAlign\":\"center\",\"headingColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"subHeadingColor\":\"var(\\u002d\\u002dast-global-color-4)\",\"headSpace\":20} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-573350a7\"><h2 class=\"uagb-heading-text\">Plan an Unforgettable Experience at<br>Blue Roan!</h2><p class=\"uagb-desc-text\">We can help you fit your stay and experience within your allotted budget.</p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/advanced-heading {\"block_id\":\"99d189d9\",\"classMigrate\":true,\"headingTitleToggle\":false,\"headingDescToggle\":true,\"headingAlign\":\"center\",\"subHeadingColor\":\"var(\\u002d\\u002dast-global-color-4)\",\"subHeadTransform\":\"uppercase\",\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"subHeadLetterSpacing\":2,\"blockTopPadding\":60,\"blockRightPadding\":0,\"blockLeftPadding\":0,\"blockBottomPadding\":0,\"blockTopPaddingMobile\":30,\"blockRightPaddingMobile\":0,\"blockLeftPaddingMobile\":0,\"blockBottomPaddingMobile\":0,\"linkColor\":\"var(\\u002d\\u002dast-global-color-8)\",\"linkHColor\":\"var(\\u002d\\u002dast-global-color-1)\"} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-99d189d9\"><p class=\"uagb-desc-text\"><a href=\"https://book.nightsbridge.com/11065\" target=\"_blank\" rel=\"noreferrer noopener\">BOOK YOUR STAY NOW​<br></a></p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/icon-list {\"block_id\":\"7ae1b205\",\"classMigrate\":true,\"childMigrate\":true,\"align\":\"center\",\"parentIcon\":\"phone\",\"size\":40,\"sizeMobile\":24,\"sizeTablet\":32,\"fontSize\":48,\"fontSizeMobile\":28,\"fontSizeTablet\":40,\"fontWeight\":\"600\",\"iconColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"labelColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"blockTopPadding\":0,\"blockRightPadding\":0,\"blockLeftPadding\":0,\"blockBottomPadding\":24,\"blockPaddingLink\":false} -->\n<div class=\"wp-block-uagb-icon-list uagb-block-7ae1b205\"><div class=\"uagb-icon-list__wrap\"><!-- wp:uagb/icon-list-child {\"block_id\":\"f77b87cc\",\"label\":\" + 27 (0) 82 575 5409\",\"label_color\":\"\",\"link\":\"tel:+27825755409\",\"disableLink\":true,\"fromParentIcon\":\"phone\",\"imageSizeChild\":40} -->\n<div class=\"wp-block-uagb-icon-list-child uagb-block-f77b87cc\"><a target=\"_self\" aria-label=\" + 27 (0) 82 575 5409\" rel=\"noopener noreferrer\" href=\"tel:+27825755409\"> </a><span class=\"uagb-icon-list__source-wrap\"><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M511.2 387l-23.25 100.8c-3.266 14.25-15.79 24.22-30.46 24.22C205.2 512 0 306.8 0 54.5c0-14.66 9.969-27.2 24.22-30.45l100.8-23.25C139.7-2.602 154.7 5.018 160.8 18.92l46.52 108.5c5.438 12.78 1.77 27.67-8.98 36.45L144.5 207.1c33.98 69.22 90.26 125.5 159.5 159.5l44.08-53.8c8.688-10.78 23.69-14.51 36.47-8.975l108.5 46.51C506.1 357.2 514.6 372.4 511.2 387z\"></path></svg></span><span class=\"uagb-icon-list__label\"> + 27 (0) 82 575 5409</span></div>\n<!-- /wp:uagb/icon-list-child -->\n\n<!-- wp:uagb/icon-list-child {\"block_id\":\"96a4d0a3\",\"label\":\"blueroan@ugo.co.za\",\"icon\":\"envelope\",\"label_color\":\"\",\"link\":\"mailto:blueroan@ugo.co.za\",\"disableLink\":true,\"fromParentIcon\":\"phone\",\"imageSizeChild\":40} -->\n<div class=\"wp-block-uagb-icon-list-child uagb-block-96a4d0a3\"><a target=\"_self\" aria-label=\"blueroan@ugo.co.za\" rel=\"noopener noreferrer\" href=\"mailto:blueroan@ugo.co.za\"> </a><span class=\"uagb-icon-list__source-wrap\"><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M464 64C490.5 64 512 85.49 512 112C512 127.1 504.9 141.3 492.8 150.4L275.2 313.6C263.8 322.1 248.2 322.1 236.8 313.6L19.2 150.4C7.113 141.3 0 127.1 0 112C0 85.49 21.49 64 48 64H464zM217.6 339.2C240.4 356.3 271.6 356.3 294.4 339.2L512 176V384C512 419.3 483.3 448 448 448H64C28.65 448 0 419.3 0 384V176L217.6 339.2z\"></path></svg></span><span class=\"uagb-icon-list__label\">blueroan@ugo.co.za</span></div>\n<!-- /wp:uagb/icon-list-child --></div></div>\n<!-- /wp:uagb/icon-list --></div></div>\n<!-- /wp:uagb/container -->',	'The Honeymoon Suite',	'',	'inherit',	'closed',	'closed',	'',	'1080-revision-v1',	'',	'',	'2022-12-14 13:11:01',	'2022-12-14 13:11:01',	'',	1080,	'https://blueroan.netgen.cloud/?p=1096',	0,	'revision',	'',	0),
(1098,	2,	'2022-12-14 13:13:57',	'2022-12-14 13:13:57',	'<!-- wp:uagb/container {\"block_id\":\"f91f3027\",\"backgroundType\":\"image\",\"backgroundImageDesktop\":{\"uploading\":false,\"date\":1671023457000,\"filename\":\"241559_798x533.jpg\",\"menuOrder\":0,\"uploadedTo\":1080,\"type\":\"image\",\"subtype\":\"jpeg\",\"id\":1095,\"title\":\"241559_798x533\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/241559_798x533.jpg\",\"link\":\"https://blueroan.netgen.cloud/the-honeymoon-suite/241559_798x533/\",\"alt\":\"\",\"author\":\"2\",\"description\":\"\",\"caption\":\"\",\"name\":\"241559_798x533\",\"status\":\"inherit\",\"modified\":1671023457000,\"mime\":\"image/jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-includes/images/media/default.png\",\"dateFormatted\":\"December 14, 2022\",\"nonces\":{\"update\":\"7866bc0686\",\"delete\":\"4305e802ab\",\"edit\":\"a07bc75067\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=1095\\u0026action=edit\",\"meta\":false,\"authorName\":\"Netgen Support\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/profile.php\",\"uploadedToTitle\":\"The Honeymoon Suite\",\"uploadedToLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=1080\\u0026action=edit\",\"filesizeInBytes\":101561,\"filesizeHumanReadable\":\"99 KB\",\"context\":\"\",\"height\":533,\"width\":798,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/241559_798x533-150x150.jpg\",\"orientation\":\"landscape\"},\"medium\":{\"height\":200,\"width\":300,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/241559_798x533-300x200.jpg\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/241559_798x533.jpg\",\"height\":533,\"width\":798,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"backgroundPositionDesktop\":{\"x\":0.6,\"y\":0.65},\"backgroundSizeTablet\":\"cover\",\"backgroundSizeMobile\":\"cover\",\"backgroundColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"backgroundImageColor\":\"rgba(42,42,42,0.5)\",\"topPaddingDesktop\":220,\"bottomPaddingDesktop\":150,\"topPaddingTablet\":170,\"bottomPaddingTablet\":160,\"leftPaddingTablet\":30,\"rightPaddingTablet\":30,\"topPaddingMobile\":180,\"bottomPaddingMobile\":80,\"leftPaddingMobile\":20,\"rightPaddingMobile\":20,\"paddingLink\":false,\"variationSelected\":true,\"isBlockRootParent\":true,\"overlayType\":\"color\"} -->\n<div class=\"wp-block-uagb-container uagb-block-f91f3027 alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/advanced-heading {\"block_id\":\"2ad92290\",\"classMigrate\":true,\"headingDescToggle\":true,\"headingColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"subHeadingColor\":\"var(\\u002d\\u002dast-global-color-4)\",\"headingTag\":\"h1\",\"headSpace\":20,\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"blockTopPadding\":0,\"blockRightPadding\":50,\"blockLeftPadding\":0,\"blockBottomPadding\":0,\"blockTopPaddingTablet\":0,\"blockRightPaddingTablet\":20,\"blockLeftPaddingTablet\":0,\"blockBottomPaddingTablet\":0,\"blockTopPaddingMobile\":0,\"blockRightPaddingMobile\":0,\"blockLeftPaddingMobile\":0,\"blockBottomPaddingMobile\":0,\"blockPaddingUnit\":\"%\",\"blockPaddingUnitTablet\":\"%\"} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-2ad92290\"><h1 class=\"uagb-heading-text\">The Honeymoon suite</h1><p class=\"uagb-desc-text\">This open-plan unit, which is attached to the side of the main home, is ideal for couples because it is fully private and has its own entrance, garden, and carport.</p></div>\n<!-- /wp:uagb/advanced-heading --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"21f9bf55\",\"backgroundType\":\"color\",\"backgroundSizeTablet\":\"cover\",\"backgroundSizeMobile\":\"cover\",\"backgroundColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"topPaddingDesktop\":120,\"bottomPaddingDesktop\":60,\"rightPaddingDesktop\":0,\"topPaddingTablet\":80,\"bottomPaddingTablet\":80,\"leftPaddingTablet\":30,\"rightPaddingTablet\":30,\"topPaddingMobile\":80,\"bottomPaddingMobile\":80,\"leftPaddingMobile\":20,\"rightPaddingMobile\":20,\"paddingLink\":false,\"variationSelected\":true,\"rowGapDesktop\":0,\"isBlockRootParent\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-21f9bf55 alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/container {\"block_id\":\"5878874c\",\"directionDesktop\":\"row\",\"alignItemsDesktop\":\"flex-end\",\"alignItemsTablet\":\"flex-end\",\"justifyContentDesktop\":\"flex-end\",\"justifyContentTablet\":\"space-between\",\"variationSelected\":true,\"rowGapMobile\":20,\"columnGapDesktop\":0} -->\n<div class=\"wp-block-uagb-container uagb-block-5878874c\"><!-- wp:uagb/advanced-heading {\"block_id\":\"af36f2f2\",\"classMigrate\":true,\"headingDescToggle\":true,\"subHeadingColor\":\"\",\"headSpace\":20,\"subHeadFontSize\":16} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-af36f2f2\"><h2 class=\"uagb-heading-text\">Come &amp; Stay With Us​ at The Honeymoon suite</h2><p class=\"uagb-desc-text\">This is an open plan unit attached to the side of the main house, completely private with its own entrance, own garden, and carport. &nbsp;It has a king bed facing the TV and a separate bathroom with a huge walk-in shower and an oval spa bath. The unit has a glass door opening onto a private covered patio with a brick braai and comfortable outside furniture. &nbsp;It has a fenced and gated garden with a hammock and outside garden furniture. (no pets in this one)</p></div>\n<!-- /wp:uagb/advanced-heading --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:heading -->\n<h2>The bedroom &amp; lounge</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>This room contains the following: </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list -->\n<ul><!-- wp:list-item -->\n<li>King bed with electric blanket</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Electric heater</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Ceiling fan</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Hair dryer</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Good quality linen</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>32\" flat screen TV (full DSTV)</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>DVD player</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Books and playing cards</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Dressing table</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>2-seater recliner settee</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Big clothes cupboards with dressing gowns</li>\n<!-- /wp:list-item --></ul>\n<!-- /wp:list --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":1083,\"width\":500,\"height\":334,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full is-resized\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/241561_798x533.jpg\" alt=\"\" class=\"wp-image-1083\" width=\"500\" height=\"334\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":1084,\"width\":500,\"height\":334,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full is-resized\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAAJGIyOGVmY2E0LWRmMDktNGJiYS04YzQ0LTZkNTZhMDg3NGQyZg.png\" alt=\"\" class=\"wp-image-1084\" width=\"500\" height=\"334\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:heading -->\n<h2>The Kitchen &amp; Dining room</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>This room contains the following</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list -->\n<ul><!-- wp:list-item -->\n<li>Log fireplace</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>4-plate gas stove and oven</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Microwave oven, kettle, toaster</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Fridge with top freezer compartment</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Pots, pans, cutlery, crockery, wine &amp; champagne glasses</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>All kitchen utensils</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Ironing board and iron</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>All cleaning cloths and detergents and washing up liquid</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Paper towel, salt pepper, coffee, sugar &amp; tea</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Braai tongs</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Dining table and 2 comfortable designer chairs</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Glass door out to the private patio</li>\n<!-- /wp:list-item --></ul>\n<!-- /wp:list --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:heading -->\n<h2>The bathroom</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>This room contains the following: </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list -->\n<ul><!-- wp:list-item -->\n<li>Huge walk-in shower</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Oval spa bath with 6 jets</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Bubble bath and candles</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Soap and towels and toiletries</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Toilet and his and hers basins - toilet paper provided</li>\n<!-- /wp:list-item --></ul>\n<!-- /wp:list --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":1092,\"width\":500,\"height\":334,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full is-resized\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAAJDAxNDM5Y2JmLTQ3YzMtNDA4Ni05ZjZlLTU2YjM4YmI1Y2IxNg.png\" alt=\"\" class=\"wp-image-1092\" width=\"500\" height=\"334\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":1093,\"width\":500,\"height\":334,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full is-resized\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/241560_798x533.jpg\" alt=\"\" class=\"wp-image-1093\" width=\"500\" height=\"334\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:heading -->\n<h2>Private patio surrounded by a private garden and facing the sunset</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>This room contains the following</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list -->\n<ul><!-- wp:list-item -->\n<li>Chairs with cushions</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Wooden table</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Brick braai</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Decorative lighting</li>\n<!-- /wp:list-item --></ul>\n<!-- /wp:list --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:heading {\"textAlign\":\"center\"} -->\n<h2 class=\"has-text-align-center\">Book your stay </h2>\n<!-- /wp:heading -->\n\n<!-- wp:buttons -->\n<div class=\"wp-block-buttons\"><!-- wp:button {\"align\":\"center\"} -->\n<div class=\"wp-block-button aligncenter\"><a class=\"wp-block-button__link wp-element-button\" href=\"https://book.nightsbridge.com/11065\" target=\"_blank\" rel=\"noreferrer noopener\">Reservations</a></div>\n<!-- /wp:button -->\n\n<!-- wp:button /--></div>\n<!-- /wp:buttons --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"0f418c51\",\"innerContentCustomWidthDesktop\":781,\"innerContentCustomWidthTablet\":781,\"backgroundType\":\"image\",\"backgroundImageDesktop\":{\"uploading\":false,\"date\":1670943271000,\"filename\":\"AAEAAQAAAAAAAAAAAAAA39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba.png\",\"menuOrder\":0,\"uploadedTo\":761,\"type\":\"image\",\"subtype\":\"png\",\"id\":899,\"title\":\"AAEAAQAAAAAAAAAAAAAA39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAA39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba.png\",\"link\":\"https://blueroan.netgen.cloud/accommodation/aaeaaqaaaaaaaaaaaaaa39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba/\",\"alt\":\"\",\"author\":\"2\",\"description\":\"\",\"caption\":\"\",\"name\":\"aaeaaqaaaaaaaaaaaaaa39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba\",\"status\":\"inherit\",\"modified\":1670943271000,\"mime\":\"image/png\",\"icon\":\"https://blueroan.netgen.cloud/wp-includes/images/media/default.png\",\"dateFormatted\":\"December 13, 2022\",\"nonces\":{\"update\":\"45b2b6c69b\",\"delete\":\"75d81c42ab\",\"edit\":\"88fae030a9\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=899\\u0026action=edit\",\"meta\":false,\"authorName\":\"Netgen Support\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/profile.php\",\"uploadedToTitle\":\"Accommodation\",\"uploadedToLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=761\\u0026action=edit\",\"filesizeInBytes\":2338048,\"filesizeHumanReadable\":\"2 MB\",\"context\":\"\",\"height\":900,\"width\":1200,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAA39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba-150x150.png\",\"orientation\":\"landscape\"},\"medium\":{\"height\":225,\"width\":300,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAA39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba-300x225.png\",\"orientation\":\"landscape\"},\"large\":{\"height\":768,\"width\":1024,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAA39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba-1024x768.png\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAA39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba.png\",\"height\":900,\"width\":1200,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"backgroundImageColor\":\"rgba(42,42,42,0.65)\",\"topPaddingDesktop\":144,\"bottomPaddingDesktop\":144,\"leftPaddingDesktop\":40,\"rightPaddingDesktop\":40,\"topPaddingTablet\":80,\"bottomPaddingTablet\":80,\"leftPaddingTablet\":40,\"rightPaddingTablet\":40,\"topPaddingMobile\":64,\"bottomPaddingMobile\":64,\"leftPaddingMobile\":24,\"rightPaddingMobile\":24,\"paddingLink\":false,\"variationSelected\":true,\"isBlockRootParent\":true,\"overlayType\":\"color\"} -->\n<div class=\"wp-block-uagb-container uagb-block-0f418c51 alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/advanced-heading {\"block_id\":\"b8707f6b\",\"classMigrate\":true,\"headingDescToggle\":true,\"headingAlign\":\"center\",\"headingColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"subHeadingColor\":\"var(\\u002d\\u002dast-global-color-4)\",\"headSpace\":20} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-b8707f6b\"><h2 class=\"uagb-heading-text\">Plan an Unforgettable Experience at<br>Blue Roan!</h2><p class=\"uagb-desc-text\">We can help you fit your stay and experience within your allotted budget.</p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/advanced-heading {\"block_id\":\"154b2c56\",\"classMigrate\":true,\"headingTitleToggle\":false,\"headingDescToggle\":true,\"headingAlign\":\"center\",\"subHeadingColor\":\"var(\\u002d\\u002dast-global-color-4)\",\"subHeadTransform\":\"uppercase\",\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"subHeadLetterSpacing\":2,\"blockTopPadding\":60,\"blockRightPadding\":0,\"blockLeftPadding\":0,\"blockBottomPadding\":0,\"blockTopPaddingMobile\":30,\"blockRightPaddingMobile\":0,\"blockLeftPaddingMobile\":0,\"blockBottomPaddingMobile\":0,\"linkColor\":\"var(\\u002d\\u002dast-global-color-8)\",\"linkHColor\":\"var(\\u002d\\u002dast-global-color-1)\"} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-154b2c56\"><p class=\"uagb-desc-text\"><a href=\"https://book.nightsbridge.com/11065\" target=\"_blank\" rel=\"noreferrer noopener\">BOOK YOUR STAY NOW​<br></a></p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/icon-list {\"block_id\":\"2c033799\",\"classMigrate\":true,\"childMigrate\":true,\"align\":\"center\",\"parentIcon\":\"phone\",\"size\":40,\"sizeMobile\":24,\"sizeTablet\":32,\"fontSize\":48,\"fontSizeMobile\":28,\"fontSizeTablet\":40,\"fontWeight\":\"600\",\"iconColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"labelColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"blockTopPadding\":0,\"blockRightPadding\":0,\"blockLeftPadding\":0,\"blockBottomPadding\":24,\"blockPaddingLink\":false} -->\n<div class=\"wp-block-uagb-icon-list uagb-block-2c033799\"><div class=\"uagb-icon-list__wrap\"><!-- wp:uagb/icon-list-child {\"block_id\":\"af3a0d6a\",\"label\":\" + 27 (0) 82 575 5409\",\"label_color\":\"\",\"link\":\"tel:+27825755409\",\"disableLink\":true,\"fromParentIcon\":\"phone\",\"imageSizeChild\":40} -->\n<div class=\"wp-block-uagb-icon-list-child uagb-block-af3a0d6a\"><a target=\"_self\" aria-label=\" + 27 (0) 82 575 5409\" rel=\"noopener noreferrer\" href=\"tel:+27825755409\"> </a><span class=\"uagb-icon-list__source-wrap\"><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M511.2 387l-23.25 100.8c-3.266 14.25-15.79 24.22-30.46 24.22C205.2 512 0 306.8 0 54.5c0-14.66 9.969-27.2 24.22-30.45l100.8-23.25C139.7-2.602 154.7 5.018 160.8 18.92l46.52 108.5c5.438 12.78 1.77 27.67-8.98 36.45L144.5 207.1c33.98 69.22 90.26 125.5 159.5 159.5l44.08-53.8c8.688-10.78 23.69-14.51 36.47-8.975l108.5 46.51C506.1 357.2 514.6 372.4 511.2 387z\"></path></svg></span><span class=\"uagb-icon-list__label\"> + 27 (0) 82 575 5409</span></div>\n<!-- /wp:uagb/icon-list-child -->\n\n<!-- wp:uagb/icon-list-child {\"block_id\":\"3d861005\",\"label\":\"blueroan@ugo.co.za\",\"icon\":\"envelope\",\"label_color\":\"\",\"link\":\"mailto:blueroan@ugo.co.za\",\"disableLink\":true,\"fromParentIcon\":\"phone\",\"imageSizeChild\":40} -->\n<div class=\"wp-block-uagb-icon-list-child uagb-block-3d861005\"><a target=\"_self\" aria-label=\"blueroan@ugo.co.za\" rel=\"noopener noreferrer\" href=\"mailto:blueroan@ugo.co.za\"> </a><span class=\"uagb-icon-list__source-wrap\"><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M464 64C490.5 64 512 85.49 512 112C512 127.1 504.9 141.3 492.8 150.4L275.2 313.6C263.8 322.1 248.2 322.1 236.8 313.6L19.2 150.4C7.113 141.3 0 127.1 0 112C0 85.49 21.49 64 48 64H464zM217.6 339.2C240.4 356.3 271.6 356.3 294.4 339.2L512 176V384C512 419.3 483.3 448 448 448H64C28.65 448 0 419.3 0 384V176L217.6 339.2z\"></path></svg></span><span class=\"uagb-icon-list__label\">blueroan@ugo.co.za</span></div>\n<!-- /wp:uagb/icon-list-child --></div></div>\n<!-- /wp:uagb/icon-list --></div></div>\n<!-- /wp:uagb/container -->',	'The Honeymoon Suite',	'',	'inherit',	'closed',	'closed',	'',	'1080-revision-v1',	'',	'',	'2022-12-14 13:13:57',	'2022-12-14 13:13:57',	'',	1080,	'https://blueroan.netgen.cloud/?p=1098',	0,	'revision',	'',	0),
(1099,	2,	'2022-12-14 13:14:39',	'2022-12-14 13:14:39',	'<!-- wp:uagb/container {\"block_id\":\"9910a755\",\"backgroundType\":\"image\",\"backgroundImageDesktop\":{\"id\":797,\"title\":\"blue-roan-guest-farm (13)\",\"filename\":\"blue-roan-guest-farm-13.jpg\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-13.jpg\",\"link\":\"https://blueroan.netgen.cloud/home/blue-roan-guest-farm-13/\",\"alt\":\"\",\"author\":\"2\",\"description\":\"\",\"caption\":\"\",\"name\":\"blue-roan-guest-farm-13\",\"status\":\"inherit\",\"uploadedTo\":760,\"date\":\"2022-12-13T09:37:10.000Z\",\"modified\":\"2022-12-13T09:37:10.000Z\",\"menuOrder\":0,\"mime\":\"image/jpeg\",\"type\":\"image\",\"subtype\":\"jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-includes/images/media/default.png\",\"dateFormatted\":\"December 13, 2022\",\"nonces\":{\"update\":\"88c7dafe15\",\"delete\":\"0e63c986af\",\"edit\":\"ba0aad2d7f\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=797\\u0026action=edit\",\"meta\":false,\"authorName\":\"Netgen Support\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/profile.php\",\"uploadedToTitle\":\"Home\",\"uploadedToLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=760\\u0026action=edit\",\"filesizeInBytes\":201183,\"filesizeHumanReadable\":\"196 KB\",\"context\":\"\",\"height\":667,\"width\":1000,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-13-150x150.jpg\",\"orientation\":\"landscape\"},\"medium\":{\"height\":200,\"width\":300,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-13-300x200.jpg\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-13.jpg\",\"height\":667,\"width\":1000,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"backgroundPositionDesktop\":{\"x\":0.62,\"y\":0.78},\"backgroundSizeTablet\":\"cover\",\"backgroundSizeMobile\":\"cover\",\"backgroundColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"backgroundImageColor\":\"rgba(42,42,42,0.5)\",\"topPaddingDesktop\":220,\"bottomPaddingDesktop\":150,\"topPaddingTablet\":170,\"bottomPaddingTablet\":160,\"leftPaddingTablet\":30,\"rightPaddingTablet\":30,\"topPaddingMobile\":180,\"bottomPaddingMobile\":80,\"leftPaddingMobile\":20,\"rightPaddingMobile\":20,\"paddingLink\":false,\"variationSelected\":true,\"isBlockRootParent\":true,\"overlayType\":\"color\"} -->\n<div class=\"wp-block-uagb-container uagb-block-9910a755 alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/advanced-heading {\"block_id\":\"a222fce1\",\"classMigrate\":true,\"headingDescToggle\":true,\"headingColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"subHeadingColor\":\"var(\\u002d\\u002dast-global-color-4)\",\"headingTag\":\"h1\",\"headSpace\":20,\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"blockTopPadding\":0,\"blockRightPadding\":50,\"blockLeftPadding\":0,\"blockBottomPadding\":0,\"blockTopPaddingTablet\":0,\"blockRightPaddingTablet\":20,\"blockLeftPaddingTablet\":0,\"blockBottomPaddingTablet\":0,\"blockTopPaddingMobile\":0,\"blockRightPaddingMobile\":0,\"blockLeftPaddingMobile\":0,\"blockBottomPaddingMobile\":0,\"blockPaddingUnit\":\"%\",\"blockPaddingUnitTablet\":\"%\"} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-a222fce1\"><h1 class=\"uagb-heading-text\">Rooms &amp; Accommodation​</h1><p class=\"uagb-desc-text\">If you are looking for a home away from home, even a place your dog can come along then take a closer look into the rooms we offer and pick the one for you.</p></div>\n<!-- /wp:uagb/advanced-heading --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"06c79c74\",\"backgroundType\":\"color\",\"backgroundSizeTablet\":\"cover\",\"backgroundSizeMobile\":\"cover\",\"backgroundColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"topPaddingDesktop\":120,\"bottomPaddingDesktop\":120,\"topPaddingTablet\":80,\"bottomPaddingTablet\":80,\"leftPaddingTablet\":30,\"rightPaddingTablet\":30,\"topPaddingMobile\":80,\"bottomPaddingMobile\":80,\"leftPaddingMobile\":20,\"rightPaddingMobile\":20,\"paddingLink\":false,\"variationSelected\":true,\"rowGapDesktop\":0,\"isBlockRootParent\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-06c79c74 alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/container {\"block_id\":\"fdbdc0ee\",\"directionDesktop\":\"row\",\"alignItemsDesktop\":\"flex-end\",\"alignItemsTablet\":\"flex-end\",\"justifyContentDesktop\":\"flex-end\",\"justifyContentTablet\":\"space-between\",\"variationSelected\":true,\"rowGapMobile\":20,\"columnGapDesktop\":0} -->\n<div class=\"wp-block-uagb-container uagb-block-fdbdc0ee\"><!-- wp:uagb/advanced-heading {\"block_id\":\"d6df6ea3\",\"classMigrate\":true,\"headingDescToggle\":true,\"subHeadingColor\":\"\",\"headSpace\":20,\"subHeadFontSize\":16} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-d6df6ea3\"><h2 class=\"uagb-heading-text\">Come &amp; Stay With Us​</h2><p class=\"uagb-desc-text\">There are 7 excellent brick self-catering units available, each private and with a distinctive personality and theme. They are particularly made for pet-free or pet-owning couples looking for a romantic and serene setting to reconnect, celebrate special occasions, or simply unwind on a holiday.<br><br>We are pet-friendly by arrangement as each unit is separately fenced with its own grassy garden with a garden gate leading to the generous park area where pets can socialize. &nbsp;We also have lovely safe off-leash walking trails on our property and beyond. &nbsp;Our units are very luxurious with everything you would need and very homely and charming. Regrettably no children or group bookings.  </p></div>\n<!-- /wp:uagb/advanced-heading --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"9e050c27\",\"directionDesktop\":\"row\",\"alignItemsTablet\":\"flex-start\",\"justifyContentDesktop\":\"flex-start\",\"topMarginDesktop\":54,\"bottomMarginDesktop\":0,\"leftMarginDesktop\":0,\"rightMarginDesktop\":0,\"marginLink\":false,\"variationSelected\":true,\"rowGapMobile\":0,\"columnGapDesktop\":0} -->\n<div class=\"wp-block-uagb-container uagb-block-9e050c27\"><!-- wp:uagb/container {\"block_id\":\"7ecb1e3b\",\"widthDesktop\":50,\"bottomPaddingDesktop\":20,\"rightPaddingDesktop\":32,\"bottomPaddingTablet\":35,\"rightPaddingTablet\":15,\"bottomPaddingMobile\":65,\"paddingLink\":false,\"topMarginDesktop\":0,\"bottomMarginDesktop\":0,\"leftMarginDesktop\":5,\"rightMarginDesktop\":5,\"topMarginMobile\":0,\"bottomMarginMobile\":0,\"leftMarginMobile\":0,\"rightMarginMobile\":0,\"marginLink\":false,\"variationSelected\":true,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-7ecb1e3b\"><!-- wp:uagb/info-box {\"classMigrate\":true,\"headingAlign\":\"left\",\"headingColor\":\"\",\"subHeadingColor\":\"\",\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"source_type\":\"image\",\"block_id\":\"334641eb\",\"ctaIcon\":\"\",\"ctaType\":\"text\",\"ctaText\":\"\\u003ca href=\\u0022/the-barn/\\u0022 data-type=\\u0022URL\\u0022 data-id=\\u0022/the-barn/\\u0022\\u003eREAD MORE\\u003c/a\\u003e\",\"ctaLink\":\"/the-barn/\",\"ctaLinkColor\":\"var(\\u002d\\u002dast-global-color-0)\",\"ctaDecoration\":\"underline\",\"ctaFontSize\":12,\"ctaFontWeight\":\"600\",\"ctaLetterSpacing\":2,\"ctaBorderColor\":\"\",\"ctaBorderStyle\":\"\",\"ctaBorderWidth\":\"\",\"ctaBorderRadius\":\"\",\"iconBottomMargin\":30,\"iconImage\":{\"uploading\":false,\"date\":1670936674000,\"filename\":\"blue-roan-guest-farm-10.jpg\",\"menuOrder\":0,\"uploadedTo\":761,\"type\":\"image\",\"subtype\":\"jpeg\",\"id\":863,\"title\":\"blue-roan-guest-farm (10)\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-10.jpg\",\"link\":\"https://blueroan.netgen.cloud/accommodation/blue-roan-guest-farm-10/\",\"alt\":\"\",\"author\":\"2\",\"description\":\"\",\"caption\":\"\",\"name\":\"blue-roan-guest-farm-10\",\"status\":\"inherit\",\"modified\":1670936674000,\"mime\":\"image/jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-includes/images/media/default.png\",\"dateFormatted\":\"December 13, 2022\",\"nonces\":{\"update\":\"1a7491aa65\",\"delete\":\"dc6afaa89c\",\"edit\":\"7635ee35fb\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=863\\u0026action=edit\",\"meta\":false,\"authorName\":\"Netgen Support\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/profile.php\",\"uploadedToTitle\":\"Accommodation\",\"uploadedToLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=761\\u0026action=edit\",\"filesizeInBytes\":149768,\"filesizeHumanReadable\":\"146 KB\",\"context\":\"\",\"height\":667,\"width\":1000,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-10-150x150.jpg\",\"orientation\":\"landscape\"},\"medium\":{\"height\":200,\"width\":300,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-10-300x200.jpg\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-10.jpg\",\"height\":667,\"width\":1000,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"imageSize\":\"full\",\"imageWidth\":100,\"imageWidthMobile\":100,\"imageWidthTablet\":100,\"paddingBtnTop\":10,\"paddingBtnBottom\":10,\"paddingBtnLeft\":14,\"paddingBtnRight\":14,\"imageWidthUnit\":\"%\",\"imageWidthUnitTablet\":\"%\",\"imageWidthUnitMobile\":\"%\",\"subHeadTopMargin\":0,\"subHeadRightMargin\":40,\"subHeadLeftMargin\":0,\"subHeadMarginTopTablet\":0,\"subHeadMarginRightTablet\":0,\"subHeadTabletSpace\":20,\"subHeadMarginLeftTablet\":0,\"imgTagHeight\":66,\"imgTagWidth\":1000,\"btnBorderTopWidth\":1,\"btnBorderLeftWidth\":1,\"btnBorderRightWidth\":1,\"btnBorderBottomWidth\":1,\"btnBorderTopLeftRadius\":0,\"btnBorderTopRightRadius\":0,\"btnBorderBottomLeftRadius\":0,\"btnBorderBottomRightRadius\":0,\"btnBorderStyle\":\"solid\",\"btnBorderColor\":\"#333\"} -->\n<div class=\"wp-block-uagb-info-box uagb-block-334641eb uagb-infobox__content-wrap  uagb-infobox-icon-above-title uagb-infobox-image-valign-top\"><div class=\"uagb-ifb-content\"><div class=\"uagb-ifb-image-content\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-10.jpg\" alt=\"\" width=\"100\" height=\"66\" loading=\"lazy\"/></div><div class=\"uagb-ifb-title-wrap\"><h3 class=\"uagb-ifb-title\">The Barn </h3></div><p class=\"uagb-ifb-desc\">Rustic beams and exposed wood are all hallmarks of our barn-style suite. This is an open-plan unit with lots of windows with a raised king bed on a platform that faces the TV and the mountains.</p><div class=\"uagb-ifb-button-wrapper wp-block-button\"><a href=\"/the-barn/\" target=\"_self\" class=\"uagb-infobox-cta-link\" rel=\"noopener noreferrer\" alt=\"\"><span class=\"uagb-inline-editing\">READ MORE</span></a></div></div></div>\n<!-- /wp:uagb/info-box --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"5f33dbed\",\"widthDesktop\":50,\"bottomPaddingDesktop\":20,\"rightPaddingDesktop\":32,\"bottomPaddingTablet\":35,\"rightPaddingTablet\":15,\"bottomPaddingMobile\":65,\"paddingLink\":false,\"topMarginDesktop\":0,\"bottomMarginDesktop\":0,\"leftMarginDesktop\":5,\"rightMarginDesktop\":5,\"topMarginMobile\":0,\"bottomMarginMobile\":0,\"leftMarginMobile\":0,\"rightMarginMobile\":0,\"marginLink\":false,\"variationSelected\":true,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-5f33dbed\"><!-- wp:uagb/info-box {\"classMigrate\":true,\"headingAlign\":\"left\",\"headingColor\":\"\",\"subHeadingColor\":\"\",\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"source_type\":\"image\",\"block_id\":\"d1427c9f\",\"ctaIcon\":\"\",\"ctaType\":\"text\",\"ctaText\":\"READ MORE\",\"ctaLink\":\"/the-tuscan-suite/\",\"ctaLinkColor\":\"var(\\u002d\\u002dast-global-color-0)\",\"ctaDecoration\":\"underline\",\"ctaFontSize\":12,\"ctaFontWeight\":\"600\",\"ctaLetterSpacing\":2,\"ctaBorderColor\":\"\",\"ctaBorderStyle\":\"\",\"ctaBorderWidth\":\"\",\"ctaBorderRadius\":\"\",\"iconBottomMargin\":30,\"iconImage\":{\"uploading\":false,\"date\":1670936842000,\"filename\":\"tuscan-suite-raised-bed-and-settee.jpg\",\"menuOrder\":0,\"uploadedTo\":761,\"type\":\"image\",\"subtype\":\"jpeg\",\"id\":864,\"title\":\"tuscan-suite-raised-bed-and-settee\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/tuscan-suite-raised-bed-and-settee.jpg\",\"link\":\"https://blueroan.netgen.cloud/accommodation/tuscan-suite-raised-bed-and-settee/\",\"alt\":\"\",\"author\":\"2\",\"description\":\"\",\"caption\":\"\",\"name\":\"tuscan-suite-raised-bed-and-settee\",\"status\":\"inherit\",\"modified\":1670936842000,\"mime\":\"image/jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-includes/images/media/default.png\",\"dateFormatted\":\"December 13, 2022\",\"nonces\":{\"update\":\"0624a4a01a\",\"delete\":\"9e8f0f7a5a\",\"edit\":\"087f94f2e5\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=864\\u0026action=edit\",\"meta\":false,\"authorName\":\"Netgen Support\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/profile.php\",\"uploadedToTitle\":\"Accommodation\",\"uploadedToLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=761\\u0026action=edit\",\"filesizeInBytes\":41923,\"filesizeHumanReadable\":\"41 KB\",\"context\":\"\",\"height\":400,\"width\":600,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/tuscan-suite-raised-bed-and-settee-150x150.jpg\",\"orientation\":\"landscape\"},\"medium\":{\"height\":200,\"width\":300,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/tuscan-suite-raised-bed-and-settee-300x200.jpg\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/tuscan-suite-raised-bed-and-settee.jpg\",\"height\":400,\"width\":600,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"imageSize\":\"full\",\"imageWidth\":100,\"imageWidthMobile\":100,\"imageWidthTablet\":100,\"paddingBtnTop\":10,\"paddingBtnBottom\":10,\"paddingBtnLeft\":14,\"paddingBtnRight\":14,\"imageWidthUnit\":\"%\",\"imageWidthUnitTablet\":\"%\",\"imageWidthUnitMobile\":\"%\",\"subHeadTopMargin\":0,\"subHeadRightMargin\":40,\"subHeadLeftMargin\":0,\"subHeadMarginTopTablet\":0,\"subHeadMarginRightTablet\":0,\"subHeadTabletSpace\":20,\"subHeadMarginLeftTablet\":0,\"imgTagHeight\":66,\"imgTagWidth\":600,\"btnBorderTopWidth\":1,\"btnBorderLeftWidth\":1,\"btnBorderRightWidth\":1,\"btnBorderBottomWidth\":1,\"btnBorderTopLeftRadius\":0,\"btnBorderTopRightRadius\":0,\"btnBorderBottomLeftRadius\":0,\"btnBorderBottomRightRadius\":0,\"btnBorderStyle\":\"solid\",\"btnBorderColor\":\"#333\"} -->\n<div class=\"wp-block-uagb-info-box uagb-block-d1427c9f uagb-infobox__content-wrap  uagb-infobox-icon-above-title uagb-infobox-image-valign-top\"><div class=\"uagb-ifb-content\"><div class=\"uagb-ifb-image-content\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/tuscan-suite-raised-bed-and-settee.jpg\" alt=\"\" width=\"100\" height=\"66\" loading=\"lazy\"/></div><div class=\"uagb-ifb-title-wrap\"><h3 class=\"uagb-ifb-title\">The Tuscan Suite </h3></div><p class=\"uagb-ifb-desc\">Terra-cotta tiles, textured wall treatments, gorgeous, intricate murals,&nbsp;and simple, durable furniture with elegant iron accents are all characteristics of Tuscan interior design.</p><div class=\"uagb-ifb-button-wrapper wp-block-button\"><a href=\"/the-tuscan-suite/\" target=\"_self\" class=\"uagb-infobox-cta-link\" rel=\"noopener noreferrer\" alt=\"\"><span class=\"uagb-inline-editing\">READ MORE</span></a></div></div></div>\n<!-- /wp:uagb/info-box --></div>\n<!-- /wp:uagb/container --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"695c5539\",\"directionDesktop\":\"row\",\"alignItemsTablet\":\"flex-start\",\"justifyContentDesktop\":\"flex-start\",\"topMarginDesktop\":54,\"bottomMarginDesktop\":0,\"leftMarginDesktop\":0,\"rightMarginDesktop\":0,\"topMarginMobile\":0,\"bottomMarginMobile\":0,\"leftMarginMobile\":0,\"rightMarginMobile\":0,\"marginLink\":false,\"variationSelected\":true,\"rowGapMobile\":0,\"columnGapDesktop\":0} -->\n<div class=\"wp-block-uagb-container uagb-block-695c5539\"><!-- wp:uagb/container {\"block_id\":\"90e54a72\",\"widthDesktop\":50,\"bottomPaddingDesktop\":20,\"rightPaddingDesktop\":32,\"bottomPaddingTablet\":35,\"leftPaddingTablet\":0,\"rightPaddingTablet\":15,\"bottomPaddingMobile\":65,\"paddingLink\":false,\"topMarginDesktop\":0,\"bottomMarginDesktop\":0,\"leftMarginDesktop\":5,\"rightMarginDesktop\":5,\"topMarginMobile\":0,\"bottomMarginMobile\":0,\"leftMarginMobile\":0,\"rightMarginMobile\":0,\"marginLink\":false,\"variationSelected\":true,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-90e54a72\"><!-- wp:uagb/info-box {\"classMigrate\":true,\"headingAlign\":\"left\",\"headingColor\":\"\",\"subHeadingColor\":\"\",\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"source_type\":\"image\",\"block_id\":\"f27b34ff\",\"ctaIcon\":\"\",\"ctaType\":\"text\",\"ctaText\":\"READ MORE\",\"ctaLink\":\"/the-bluebush/\",\"ctaLinkColor\":\"var(\\u002d\\u002dast-global-color-0)\",\"ctaDecoration\":\"underline\",\"ctaFontSize\":12,\"ctaFontWeight\":\"600\",\"ctaLetterSpacing\":2,\"ctaBorderColor\":\"\",\"ctaBorderStyle\":\"\",\"ctaBorderWidth\":\"\",\"ctaBorderRadius\":\"\",\"iconBottomMargin\":30,\"iconImage\":{\"uploading\":false,\"date\":1670938945000,\"filename\":\"bluebush-king-bed-and-spa-bath.png\",\"menuOrder\":0,\"uploadedTo\":761,\"type\":\"image\",\"subtype\":\"png\",\"id\":881,\"title\":\"bluebush-king-bed-and-spa-bath\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/bluebush-king-bed-and-spa-bath.png\",\"link\":\"https://blueroan.netgen.cloud/accommodation/bluebush-king-bed-and-spa-bath/\",\"alt\":\"\",\"author\":\"2\",\"description\":\"\",\"caption\":\"\",\"name\":\"bluebush-king-bed-and-spa-bath\",\"status\":\"inherit\",\"modified\":1670938945000,\"mime\":\"image/png\",\"icon\":\"https://blueroan.netgen.cloud/wp-includes/images/media/default.png\",\"dateFormatted\":\"December 13, 2022\",\"nonces\":{\"update\":\"e1c334788a\",\"delete\":\"b219c40b29\",\"edit\":\"273b944edc\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=881\\u0026action=edit\",\"meta\":false,\"authorName\":\"Netgen Support\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/profile.php\",\"uploadedToTitle\":\"Accommodation\",\"uploadedToLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=761\\u0026action=edit\",\"filesizeInBytes\":1195033,\"filesizeHumanReadable\":\"1 MB\",\"context\":\"\",\"height\":667,\"width\":1000,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/bluebush-king-bed-and-spa-bath-150x150.png\",\"orientation\":\"landscape\"},\"medium\":{\"height\":200,\"width\":300,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/bluebush-king-bed-and-spa-bath-300x200.png\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/bluebush-king-bed-and-spa-bath.png\",\"height\":667,\"width\":1000,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"imageSize\":\"full\",\"imageWidth\":100,\"imageWidthMobile\":100,\"imageWidthTablet\":100,\"paddingBtnTop\":10,\"paddingBtnBottom\":10,\"paddingBtnLeft\":14,\"paddingBtnRight\":14,\"imageWidthUnit\":\"%\",\"imageWidthUnitTablet\":\"%\",\"imageWidthUnitMobile\":\"%\",\"subHeadTopMargin\":0,\"subHeadRightMargin\":40,\"subHeadLeftMargin\":0,\"subHeadMarginTopTablet\":0,\"subHeadMarginRightTablet\":0,\"subHeadTabletSpace\":20,\"subHeadMarginLeftTablet\":0,\"imgTagHeight\":66,\"imgTagWidth\":1000,\"btnBorderTopWidth\":1,\"btnBorderLeftWidth\":1,\"btnBorderRightWidth\":1,\"btnBorderBottomWidth\":1,\"btnBorderTopLeftRadius\":0,\"btnBorderTopRightRadius\":0,\"btnBorderBottomLeftRadius\":0,\"btnBorderBottomRightRadius\":0,\"btnBorderStyle\":\"solid\",\"btnBorderColor\":\"#333\"} -->\n<div class=\"wp-block-uagb-info-box uagb-block-f27b34ff uagb-infobox__content-wrap  uagb-infobox-icon-above-title uagb-infobox-image-valign-top\"><div class=\"uagb-ifb-content\"><div class=\"uagb-ifb-image-content\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/bluebush-king-bed-and-spa-bath.png\" alt=\"\" width=\"100\" height=\"66\" loading=\"lazy\"/></div><div class=\"uagb-ifb-title-wrap\"><h3 class=\"uagb-ifb-title\">The Bluebush </h3></div><p class=\"uagb-ifb-desc\">A warm and comforting suite with a very homely feeling. Settle in and alleviate like you would at home. Relax with a perfect corner-shaped spa bath and open-plan&nbsp;living area.</p><div class=\"uagb-ifb-button-wrapper wp-block-button\"><a href=\"/the-bluebush/\" target=\"_self\" class=\"uagb-infobox-cta-link\" rel=\"noopener noreferrer\" alt=\"\"><span class=\"uagb-inline-editing\">READ MORE</span></a></div></div></div>\n<!-- /wp:uagb/info-box --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"8a102f28\",\"widthDesktop\":50,\"bottomPaddingDesktop\":20,\"rightPaddingDesktop\":32,\"bottomPaddingTablet\":35,\"rightPaddingTablet\":15,\"bottomPaddingMobile\":65,\"paddingLink\":false,\"topMarginDesktop\":0,\"bottomMarginDesktop\":0,\"leftMarginDesktop\":5,\"rightMarginDesktop\":5,\"topMarginMobile\":0,\"bottomMarginMobile\":0,\"leftMarginMobile\":0,\"rightMarginMobile\":0,\"marginLink\":false,\"variationSelected\":true,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-8a102f28\"><!-- wp:uagb/info-box {\"classMigrate\":true,\"headingAlign\":\"left\",\"headingColor\":\"\",\"subHeadingColor\":\"\",\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"source_type\":\"image\",\"block_id\":\"5e2a69e5\",\"ctaIcon\":\"\",\"ctaType\":\"text\",\"ctaText\":\"READ MORE\",\"ctaLink\":\"/the-mexican-loft/\",\"ctaLinkColor\":\"var(\\u002d\\u002dast-global-color-0)\",\"ctaDecoration\":\"underline\",\"ctaFontSize\":12,\"ctaFontWeight\":\"600\",\"ctaLetterSpacing\":2,\"ctaBorderColor\":\"\",\"ctaBorderStyle\":\"\",\"ctaBorderWidth\":\"\",\"ctaBorderRadius\":\"\",\"iconBottomMargin\":30,\"iconImage\":{\"uploading\":false,\"date\":1670938831000,\"filename\":\"blue-roan-guest-farm-11.jpg\",\"menuOrder\":0,\"uploadedTo\":761,\"type\":\"image\",\"subtype\":\"jpeg\",\"id\":879,\"title\":\"blue-roan-guest-farm (11)\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-11.jpg\",\"link\":\"https://blueroan.netgen.cloud/accommodation/blue-roan-guest-farm-11/\",\"alt\":\"\",\"author\":\"2\",\"description\":\"\",\"caption\":\"\",\"name\":\"blue-roan-guest-farm-11\",\"status\":\"inherit\",\"modified\":1670938831000,\"mime\":\"image/jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-includes/images/media/default.png\",\"dateFormatted\":\"December 13, 2022\",\"nonces\":{\"update\":\"294125e9db\",\"delete\":\"1a7a578cdb\",\"edit\":\"79b313e573\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=879\\u0026action=edit\",\"meta\":false,\"authorName\":\"Netgen Support\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/profile.php\",\"uploadedToTitle\":\"Accommodation\",\"uploadedToLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=761\\u0026action=edit\",\"filesizeInBytes\":175055,\"filesizeHumanReadable\":\"171 KB\",\"context\":\"\",\"height\":667,\"width\":1000,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-11-150x150.jpg\",\"orientation\":\"landscape\"},\"medium\":{\"height\":200,\"width\":300,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-11-300x200.jpg\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-11.jpg\",\"height\":667,\"width\":1000,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"imageSize\":\"full\",\"imageWidth\":100,\"imageWidthMobile\":100,\"imageWidthTablet\":100,\"paddingBtnTop\":10,\"paddingBtnBottom\":10,\"paddingBtnLeft\":14,\"paddingBtnRight\":14,\"imageWidthUnit\":\"%\",\"imageWidthUnitTablet\":\"%\",\"imageWidthUnitMobile\":\"%\",\"subHeadTopMargin\":0,\"subHeadRightMargin\":40,\"subHeadLeftMargin\":0,\"subHeadMarginTopTablet\":0,\"subHeadMarginRightTablet\":0,\"subHeadTabletSpace\":20,\"subHeadMarginLeftTablet\":0,\"imgTagHeight\":66,\"imgTagWidth\":1000,\"btnBorderTopWidth\":1,\"btnBorderLeftWidth\":1,\"btnBorderRightWidth\":1,\"btnBorderBottomWidth\":1,\"btnBorderTopLeftRadius\":0,\"btnBorderTopRightRadius\":0,\"btnBorderBottomLeftRadius\":0,\"btnBorderBottomRightRadius\":0,\"btnBorderStyle\":\"solid\",\"btnBorderColor\":\"#333\"} -->\n<div class=\"wp-block-uagb-info-box uagb-block-5e2a69e5 uagb-infobox__content-wrap  uagb-infobox-icon-above-title uagb-infobox-image-valign-top\"><div class=\"uagb-ifb-content\"><div class=\"uagb-ifb-image-content\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-11.jpg\" alt=\"\" width=\"100\" height=\"66\" loading=\"lazy\"/></div><div class=\"uagb-ifb-title-wrap\"><h3 class=\"uagb-ifb-title\">The Mexican Loft </h3></div><p class=\"uagb-ifb-desc\">This Mexican-inspired unit is full of bold colors and rustic furnishings. This design style has a multifarious feel, mixing rustic wood, authentic art, textiles, and a vivid palette of color</p><div class=\"uagb-ifb-button-wrapper wp-block-button\"><a href=\"/the-mexican-loft/\" target=\"_self\" class=\"uagb-infobox-cta-link\" rel=\"noopener noreferrer\" alt=\"\"><span class=\"uagb-inline-editing\">READ MORE</span></a></div></div></div>\n<!-- /wp:uagb/info-box --></div>\n<!-- /wp:uagb/container --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"67301869\",\"directionDesktop\":\"row\",\"justifyContentDesktop\":\"flex-start\",\"topMarginDesktop\":54,\"bottomMarginDesktop\":0,\"leftMarginDesktop\":0,\"rightMarginDesktop\":0,\"topMarginMobile\":0,\"bottomMarginMobile\":0,\"leftMarginMobile\":0,\"rightMarginMobile\":0,\"marginLink\":false,\"variationSelected\":true,\"rowGapMobile\":0,\"columnGapDesktop\":0} -->\n<div class=\"wp-block-uagb-container uagb-block-67301869\"><!-- wp:uagb/container {\"block_id\":\"ad3fd5af\",\"widthDesktop\":50,\"bottomPaddingDesktop\":20,\"rightPaddingDesktop\":32,\"bottomPaddingTablet\":35,\"rightPaddingTablet\":15,\"bottomPaddingMobile\":65,\"paddingLink\":false,\"topMarginDesktop\":0,\"bottomMarginDesktop\":0,\"leftMarginDesktop\":5,\"rightMarginDesktop\":5,\"topMarginMobile\":0,\"bottomMarginMobile\":0,\"leftMarginMobile\":0,\"rightMarginMobile\":0,\"marginLink\":false,\"variationSelected\":true,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-ad3fd5af\"><!-- wp:uagb/info-box {\"classMigrate\":true,\"headingAlign\":\"left\",\"headingColor\":\"\",\"subHeadingColor\":\"\",\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"source_type\":\"image\",\"block_id\":\"b03b2631\",\"ctaIcon\":\"\",\"ctaType\":\"text\",\"ctaText\":\"READ MORE\",\"ctaLink\":\"/the-acacia/\",\"ctaLinkColor\":\"var(\\u002d\\u002dast-global-color-0)\",\"ctaDecoration\":\"underline\",\"ctaFontSize\":12,\"ctaFontWeight\":\"600\",\"ctaLetterSpacing\":2,\"ctaBorderColor\":\"\",\"ctaBorderStyle\":\"\",\"ctaBorderWidth\":\"\",\"ctaBorderRadius\":\"\",\"iconBottomMargin\":30,\"iconImage\":{\"uploading\":false,\"date\":1670939381000,\"filename\":\"acacia-lounge.jpg\",\"menuOrder\":0,\"uploadedTo\":761,\"type\":\"image\",\"subtype\":\"jpeg\",\"id\":885,\"title\":\"acacia-lounge\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/acacia-lounge.jpg\",\"link\":\"https://blueroan.netgen.cloud/accommodation/acacia-lounge/\",\"alt\":\"\",\"author\":\"2\",\"description\":\"\",\"caption\":\"\",\"name\":\"acacia-lounge\",\"status\":\"inherit\",\"modified\":1670939381000,\"mime\":\"image/jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-includes/images/media/default.png\",\"dateFormatted\":\"December 13, 2022\",\"nonces\":{\"update\":\"17e284dc72\",\"delete\":\"0967fb8415\",\"edit\":\"99ac1eb1a8\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=885\\u0026action=edit\",\"meta\":false,\"authorName\":\"Netgen Support\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/profile.php\",\"uploadedToTitle\":\"Accommodation\",\"uploadedToLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=761\\u0026action=edit\",\"filesizeInBytes\":37270,\"filesizeHumanReadable\":\"36 KB\",\"context\":\"\",\"height\":400,\"width\":600,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/acacia-lounge-150x150.jpg\",\"orientation\":\"landscape\"},\"medium\":{\"height\":200,\"width\":300,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/acacia-lounge-300x200.jpg\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/acacia-lounge.jpg\",\"height\":400,\"width\":600,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"imageSize\":\"full\",\"imageWidth\":100,\"imageWidthMobile\":100,\"imageWidthTablet\":100,\"paddingBtnTop\":10,\"paddingBtnBottom\":10,\"paddingBtnLeft\":14,\"paddingBtnRight\":14,\"imageWidthUnit\":\"%\",\"imageWidthUnitTablet\":\"%\",\"imageWidthUnitMobile\":\"%\",\"subHeadTopMargin\":0,\"subHeadRightMargin\":40,\"subHeadLeftMargin\":0,\"subHeadMarginTopTablet\":0,\"subHeadMarginRightTablet\":0,\"subHeadTabletSpace\":20,\"subHeadMarginLeftTablet\":0,\"imgTagHeight\":66,\"imgTagWidth\":600,\"btnBorderTopWidth\":1,\"btnBorderLeftWidth\":1,\"btnBorderRightWidth\":1,\"btnBorderBottomWidth\":1,\"btnBorderTopLeftRadius\":0,\"btnBorderTopRightRadius\":0,\"btnBorderBottomLeftRadius\":0,\"btnBorderBottomRightRadius\":0,\"btnBorderStyle\":\"solid\",\"btnBorderColor\":\"#333\"} -->\n<div class=\"wp-block-uagb-info-box uagb-block-b03b2631 uagb-infobox__content-wrap  uagb-infobox-icon-above-title uagb-infobox-image-valign-top\"><div class=\"uagb-ifb-content\"><div class=\"uagb-ifb-image-content\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/acacia-lounge.jpg\" alt=\"\" width=\"100\" height=\"66\" loading=\"lazy\"/></div><div class=\"uagb-ifb-title-wrap\"><h3 class=\"uagb-ifb-title\">The Acacia </h3></div><p class=\"uagb-ifb-desc\">The Acacia tree inspired the name of our largest unit. The wide open-concept living space of this rustic, rough-hewn unit opens onto a covered patio with a brick braai area.</p><div class=\"uagb-ifb-button-wrapper wp-block-button\"><a href=\"/the-acacia/\" target=\"_self\" class=\"uagb-infobox-cta-link\" rel=\"noopener noreferrer\" alt=\"\"><span class=\"uagb-inline-editing\">READ MORE</span></a></div></div></div>\n<!-- /wp:uagb/info-box --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"9327a411\",\"widthDesktop\":50,\"bottomPaddingDesktop\":20,\"rightPaddingDesktop\":32,\"bottomPaddingTablet\":35,\"rightPaddingTablet\":15,\"paddingLink\":false,\"topMarginDesktop\":0,\"bottomMarginDesktop\":0,\"leftMarginDesktop\":5,\"rightMarginDesktop\":5,\"topMarginMobile\":0,\"bottomMarginMobile\":0,\"leftMarginMobile\":0,\"rightMarginMobile\":0,\"marginLink\":false,\"variationSelected\":true,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-9327a411\"><!-- wp:uagb/info-box {\"classMigrate\":true,\"headingAlign\":\"left\",\"headingColor\":\"\",\"subHeadingColor\":\"\",\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"source_type\":\"image\",\"block_id\":\"928b8949\",\"ctaIcon\":\"\",\"ctaType\":\"text\",\"ctaText\":\"READ MORE\",\"ctaLink\":\"/the-greek-villa/\",\"ctaLinkColor\":\"var(\\u002d\\u002dast-global-color-0)\",\"ctaDecoration\":\"underline\",\"ctaFontSize\":12,\"ctaFontWeight\":\"600\",\"ctaLetterSpacing\":2,\"ctaBorderColor\":\"\",\"ctaBorderStyle\":\"\",\"ctaBorderWidth\":\"\",\"ctaBorderRadius\":\"\",\"iconBottomMargin\":30,\"iconImage\":{\"id\":837,\"title\":\"blue-roan-guest-farm-8\",\"filename\":\"blue-roan-guest-farm-8.jpg\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-8.jpg\",\"link\":\"https://blueroan.netgen.cloud/home/blue-roan-guest-farm-8/\",\"alt\":\"\",\"author\":\"2\",\"description\":\"\",\"caption\":\"\",\"name\":\"blue-roan-guest-farm-8\",\"status\":\"inherit\",\"uploadedTo\":760,\"date\":\"2022-12-13T11:55:28.000Z\",\"modified\":\"2022-12-13T11:55:28.000Z\",\"menuOrder\":0,\"mime\":\"image/jpeg\",\"type\":\"image\",\"subtype\":\"jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-includes/images/media/default.png\",\"dateFormatted\":\"December 13, 2022\",\"nonces\":{\"update\":\"e297386797\",\"delete\":\"bce21c37a3\",\"edit\":\"b27dcb4293\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=837\\u0026action=edit\",\"meta\":false,\"authorName\":\"Netgen Support\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/profile.php\",\"uploadedToTitle\":\"Home\",\"uploadedToLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=760\\u0026action=edit\",\"filesizeInBytes\":208219,\"filesizeHumanReadable\":\"203 KB\",\"context\":\"\",\"height\":795,\"width\":1200,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-8-150x150.jpg\",\"orientation\":\"landscape\"},\"medium\":{\"height\":199,\"width\":300,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-8-300x199.jpg\",\"orientation\":\"landscape\"},\"large\":{\"height\":678,\"width\":1024,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-8-1024x678.jpg\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-8.jpg\",\"height\":795,\"width\":1200,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"imageSize\":\"full\",\"imageWidth\":100,\"imageWidthMobile\":100,\"imageWidthTablet\":100,\"paddingBtnTop\":10,\"paddingBtnBottom\":10,\"paddingBtnLeft\":14,\"paddingBtnRight\":14,\"imageWidthUnit\":\"%\",\"imageWidthUnitTablet\":\"%\",\"imageWidthUnitMobile\":\"%\",\"subHeadTopMargin\":0,\"subHeadRightMargin\":40,\"subHeadLeftMargin\":0,\"subHeadMarginTopTablet\":0,\"subHeadMarginRightTablet\":0,\"subHeadTabletSpace\":20,\"subHeadMarginLeftTablet\":0,\"imgTagHeight\":66,\"imgTagWidth\":1200,\"btnBorderTopWidth\":1,\"btnBorderLeftWidth\":1,\"btnBorderRightWidth\":1,\"btnBorderBottomWidth\":1,\"btnBorderTopLeftRadius\":0,\"btnBorderTopRightRadius\":0,\"btnBorderBottomLeftRadius\":0,\"btnBorderBottomRightRadius\":0,\"btnBorderStyle\":\"solid\",\"btnBorderColor\":\"#333\"} -->\n<div class=\"wp-block-uagb-info-box uagb-block-928b8949 uagb-infobox__content-wrap  uagb-infobox-icon-above-title uagb-infobox-image-valign-top\"><div class=\"uagb-ifb-content\"><div class=\"uagb-ifb-image-content\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-8.jpg\" alt=\"\" width=\"100\" height=\"66\" loading=\"lazy\"/></div><div class=\"uagb-ifb-title-wrap\"><h3 class=\"uagb-ifb-title\">The Greek Villa </h3></div><p class=\"uagb-ifb-desc\">Designed like a Greek villa this Mediterranean style reflects a relaxed atmosphere with its dominant white walls and blue ceilings with lovely rustic furnishings</p><div class=\"uagb-ifb-button-wrapper wp-block-button\"><a href=\"/the-greek-villa/\" target=\"_self\" class=\"uagb-infobox-cta-link\" rel=\"noopener noreferrer\" alt=\"\"><span class=\"uagb-inline-editing\">READ MORE</span></a></div></div></div>\n<!-- /wp:uagb/info-box --></div>\n<!-- /wp:uagb/container --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"769e0f6c\",\"directionDesktop\":\"row\",\"justifyContentDesktop\":\"flex-start\",\"topMarginDesktop\":54,\"bottomMarginDesktop\":0,\"leftMarginDesktop\":0,\"rightMarginDesktop\":0,\"topMarginMobile\":0,\"bottomMarginMobile\":0,\"leftMarginMobile\":0,\"rightMarginMobile\":0,\"marginLink\":false,\"variationSelected\":true,\"rowGapMobile\":0,\"columnGapDesktop\":0} -->\n<div class=\"wp-block-uagb-container uagb-block-769e0f6c\"><!-- wp:uagb/container {\"block_id\":\"fa2ff3a6\",\"widthDesktop\":50,\"bottomPaddingDesktop\":20,\"rightPaddingDesktop\":32,\"bottomPaddingTablet\":35,\"rightPaddingTablet\":15,\"bottomPaddingMobile\":65,\"paddingLink\":false,\"topMarginDesktop\":0,\"bottomMarginDesktop\":0,\"leftMarginDesktop\":5,\"rightMarginDesktop\":5,\"topMarginMobile\":0,\"bottomMarginMobile\":0,\"leftMarginMobile\":0,\"rightMarginMobile\":0,\"marginLink\":false,\"variationSelected\":true,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-fa2ff3a6\"><!-- wp:uagb/info-box {\"classMigrate\":true,\"headingAlign\":\"left\",\"headingColor\":\"\",\"subHeadingColor\":\"\",\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"source_type\":\"image\",\"block_id\":\"1e3e4139\",\"ctaIcon\":\"\",\"ctaType\":\"text\",\"ctaText\":\"READ MORE\",\"ctaLink\":\"/the-honeymoon-suite/\",\"ctaLinkColor\":\"var(\\u002d\\u002dast-global-color-0)\",\"ctaDecoration\":\"underline\",\"ctaFontSize\":12,\"ctaFontWeight\":\"600\",\"ctaLetterSpacing\":2,\"ctaBorderColor\":\"\",\"ctaBorderStyle\":\"\",\"ctaBorderWidth\":\"\",\"ctaBorderRadius\":\"\",\"iconBottomMargin\":30,\"iconImage\":{\"uploading\":false,\"date\":1670943128000,\"filename\":\"AAEAAQAAAAAAAAAAAAAAJDkwZDA0NDg0LWIwNTctNGVlNy05Y2NjLWNjNDllODBmZTI3OA.png\",\"menuOrder\":0,\"uploadedTo\":761,\"type\":\"image\",\"subtype\":\"png\",\"id\":896,\"title\":\"AAEAAQAAAAAAAAAAAAAAJDkwZDA0NDg0LWIwNTctNGVlNy05Y2NjLWNjNDllODBmZTI3OA\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAAJDkwZDA0NDg0LWIwNTctNGVlNy05Y2NjLWNjNDllODBmZTI3OA.png\",\"link\":\"https://blueroan.netgen.cloud/accommodation/aaeaaqaaaaaaaaaaaaaajdkwzda0ndg0lwiwntctngvlny05y2njlwnjndllodbmzti3oa/\",\"alt\":\"Honeymoon suite bedroom \",\"author\":\"2\",\"description\":\"\",\"caption\":\"\",\"name\":\"aaeaaqaaaaaaaaaaaaaajdkwzda0ndg0lwiwntctngvlny05y2njlwnjndllodbmzti3oa\",\"status\":\"inherit\",\"modified\":1670943128000,\"mime\":\"image/png\",\"icon\":\"https://blueroan.netgen.cloud/wp-includes/images/media/default.png\",\"dateFormatted\":\"December 13, 2022\",\"nonces\":{\"update\":\"ef5e68588c\",\"delete\":\"c4dba1213a\",\"edit\":\"aea99f65e2\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=896\\u0026action=edit\",\"meta\":false,\"authorName\":\"Netgen Support\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/profile.php\",\"uploadedToTitle\":\"Accommodation\",\"uploadedToLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=761\\u0026action=edit\",\"filesizeInBytes\":1088370,\"filesizeHumanReadable\":\"1 MB\",\"context\":\"\",\"height\":861,\"width\":1300,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAAJDkwZDA0NDg0LWIwNTctNGVlNy05Y2NjLWNjNDllODBmZTI3OA-150x150.png\",\"orientation\":\"landscape\"},\"medium\":{\"height\":199,\"width\":300,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAAJDkwZDA0NDg0LWIwNTctNGVlNy05Y2NjLWNjNDllODBmZTI3OA-300x199.png\",\"orientation\":\"landscape\"},\"large\":{\"height\":678,\"width\":1024,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAAJDkwZDA0NDg0LWIwNTctNGVlNy05Y2NjLWNjNDllODBmZTI3OA-1024x678.png\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAAJDkwZDA0NDg0LWIwNTctNGVlNy05Y2NjLWNjNDllODBmZTI3OA.png\",\"height\":861,\"width\":1300,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"imageSize\":\"full\",\"imageWidth\":100,\"imageWidthMobile\":100,\"imageWidthTablet\":100,\"paddingBtnTop\":10,\"paddingBtnBottom\":10,\"paddingBtnLeft\":14,\"paddingBtnRight\":14,\"imageWidthUnit\":\"%\",\"imageWidthUnitTablet\":\"%\",\"imageWidthUnitMobile\":\"%\",\"subHeadTopMargin\":0,\"subHeadRightMargin\":40,\"subHeadLeftMargin\":0,\"subHeadMarginTopTablet\":0,\"subHeadMarginRightTablet\":0,\"subHeadTabletSpace\":20,\"subHeadMarginLeftTablet\":0,\"imgTagHeight\":66,\"imgTagWidth\":1300,\"btnBorderTopWidth\":1,\"btnBorderLeftWidth\":1,\"btnBorderRightWidth\":1,\"btnBorderBottomWidth\":1,\"btnBorderTopLeftRadius\":0,\"btnBorderTopRightRadius\":0,\"btnBorderBottomLeftRadius\":0,\"btnBorderBottomRightRadius\":0,\"btnBorderStyle\":\"solid\",\"btnBorderColor\":\"#333\"} -->\n<div class=\"wp-block-uagb-info-box uagb-block-1e3e4139 uagb-infobox__content-wrap  uagb-infobox-icon-above-title uagb-infobox-image-valign-top\"><div class=\"uagb-ifb-content\"><div class=\"uagb-ifb-image-content\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAAJDkwZDA0NDg0LWIwNTctNGVlNy05Y2NjLWNjNDllODBmZTI3OA.png\" alt=\"Honeymoon suite bedroom \" width=\"100\" height=\"66\" loading=\"lazy\"/></div><div class=\"uagb-ifb-title-wrap\"><h3 class=\"uagb-ifb-title\">The Honeymoon suite</h3></div><p class=\"uagb-ifb-desc\">This&nbsp;<a href=\"https://www.collinsdictionary.com/dictionary/english/suite\">suite</a>&nbsp;is perfect for couples - This is an open-plan unit attached to the side of the main house, completely private with its own entrance, own garden, and carport.&nbsp;</p><div class=\"uagb-ifb-button-wrapper wp-block-button\"><a href=\"/the-honeymoon-suite/\" target=\"_self\" class=\"uagb-infobox-cta-link\" rel=\"noopener noreferrer\" alt=\"\"><span class=\"uagb-inline-editing\">READ MORE</span></a></div></div></div>\n<!-- /wp:uagb/info-box --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"7f44f280\",\"widthDesktop\":50,\"bottomPaddingDesktop\":20,\"rightPaddingDesktop\":32,\"bottomPaddingTablet\":35,\"rightPaddingTablet\":15,\"paddingLink\":false,\"topMarginDesktop\":0,\"bottomMarginDesktop\":0,\"leftMarginDesktop\":5,\"rightMarginDesktop\":5,\"topMarginMobile\":0,\"bottomMarginMobile\":0,\"leftMarginMobile\":0,\"rightMarginMobile\":0,\"marginLink\":false,\"variationSelected\":true,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-7f44f280\"></div>\n<!-- /wp:uagb/container --></div>\n<!-- /wp:uagb/container --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"0ac8e29d\",\"innerContentCustomWidthDesktop\":781,\"innerContentCustomWidthTablet\":781,\"backgroundType\":\"image\",\"backgroundImageDesktop\":{\"uploading\":false,\"date\":1670943271000,\"filename\":\"AAEAAQAAAAAAAAAAAAAA39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba.png\",\"menuOrder\":0,\"uploadedTo\":761,\"type\":\"image\",\"subtype\":\"png\",\"id\":899,\"title\":\"AAEAAQAAAAAAAAAAAAAA39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAA39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba.png\",\"link\":\"https://blueroan.netgen.cloud/accommodation/aaeaaqaaaaaaaaaaaaaa39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba/\",\"alt\":\"\",\"author\":\"2\",\"description\":\"\",\"caption\":\"\",\"name\":\"aaeaaqaaaaaaaaaaaaaa39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba\",\"status\":\"inherit\",\"modified\":1670943271000,\"mime\":\"image/png\",\"icon\":\"https://blueroan.netgen.cloud/wp-includes/images/media/default.png\",\"dateFormatted\":\"December 13, 2022\",\"nonces\":{\"update\":\"45b2b6c69b\",\"delete\":\"75d81c42ab\",\"edit\":\"88fae030a9\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=899\\u0026action=edit\",\"meta\":false,\"authorName\":\"Netgen Support\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/profile.php\",\"uploadedToTitle\":\"Accommodation\",\"uploadedToLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=761\\u0026action=edit\",\"filesizeInBytes\":2338048,\"filesizeHumanReadable\":\"2 MB\",\"context\":\"\",\"height\":900,\"width\":1200,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAA39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba-150x150.png\",\"orientation\":\"landscape\"},\"medium\":{\"height\":225,\"width\":300,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAA39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba-300x225.png\",\"orientation\":\"landscape\"},\"large\":{\"height\":768,\"width\":1024,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAA39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba-1024x768.png\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAA39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba.png\",\"height\":900,\"width\":1200,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"backgroundImageColor\":\"rgba(42,42,42,0.65)\",\"topPaddingDesktop\":144,\"bottomPaddingDesktop\":144,\"leftPaddingDesktop\":40,\"rightPaddingDesktop\":40,\"topPaddingTablet\":80,\"bottomPaddingTablet\":80,\"leftPaddingTablet\":40,\"rightPaddingTablet\":40,\"topPaddingMobile\":64,\"bottomPaddingMobile\":64,\"leftPaddingMobile\":24,\"rightPaddingMobile\":24,\"paddingLink\":false,\"variationSelected\":true,\"isBlockRootParent\":true,\"overlayType\":\"color\"} -->\n<div class=\"wp-block-uagb-container uagb-block-0ac8e29d alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/advanced-heading {\"block_id\":\"d7388607\",\"classMigrate\":true,\"headingDescToggle\":true,\"headingAlign\":\"center\",\"headingColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"subHeadingColor\":\"var(\\u002d\\u002dast-global-color-4)\",\"headSpace\":20} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-d7388607\"><h2 class=\"uagb-heading-text\">Plan an Unforgettable Experience at<br>Blue Roan!</h2><p class=\"uagb-desc-text\">We can help you fit your stay and experience within your allotted budget.</p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/advanced-heading {\"block_id\":\"777bf108\",\"classMigrate\":true,\"headingTitleToggle\":false,\"headingDescToggle\":true,\"headingAlign\":\"center\",\"subHeadingColor\":\"var(\\u002d\\u002dast-global-color-4)\",\"subHeadTransform\":\"uppercase\",\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"subHeadLetterSpacing\":2,\"blockTopPadding\":60,\"blockRightPadding\":0,\"blockLeftPadding\":0,\"blockBottomPadding\":0,\"blockTopPaddingMobile\":30,\"blockRightPaddingMobile\":0,\"blockLeftPaddingMobile\":0,\"blockBottomPaddingMobile\":0} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-777bf108\"><p class=\"uagb-desc-text\">BOOK YOUR STAY NOW​</p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/icon-list {\"block_id\":\"c1505277\",\"classMigrate\":true,\"childMigrate\":true,\"align\":\"center\",\"parentIcon\":\"phone\",\"size\":40,\"sizeMobile\":24,\"sizeTablet\":32,\"fontSize\":48,\"fontSizeMobile\":28,\"fontSizeTablet\":40,\"fontWeight\":\"600\",\"iconColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"labelColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"blockTopPadding\":0,\"blockRightPadding\":0,\"blockLeftPadding\":0,\"blockBottomPadding\":24,\"blockPaddingLink\":false} -->\n<div class=\"wp-block-uagb-icon-list uagb-block-c1505277\"><div class=\"uagb-icon-list__wrap\"><!-- wp:uagb/icon-list-child {\"block_id\":\"9af16bc6\",\"label\":\" + 27 (0) 82 575 5409\",\"label_color\":\"\",\"link\":\"tel:+27825755409\",\"disableLink\":true,\"fromParentIcon\":\"phone\",\"imageSizeChild\":40} -->\n<div class=\"wp-block-uagb-icon-list-child uagb-block-9af16bc6\"><a target=\"_self\" aria-label=\" + 27 (0) 82 575 5409\" rel=\"noopener noreferrer\" href=\"tel:+27825755409\"> </a><span class=\"uagb-icon-list__source-wrap\"><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M511.2 387l-23.25 100.8c-3.266 14.25-15.79 24.22-30.46 24.22C205.2 512 0 306.8 0 54.5c0-14.66 9.969-27.2 24.22-30.45l100.8-23.25C139.7-2.602 154.7 5.018 160.8 18.92l46.52 108.5c5.438 12.78 1.77 27.67-8.98 36.45L144.5 207.1c33.98 69.22 90.26 125.5 159.5 159.5l44.08-53.8c8.688-10.78 23.69-14.51 36.47-8.975l108.5 46.51C506.1 357.2 514.6 372.4 511.2 387z\"></path></svg></span><span class=\"uagb-icon-list__label\"> + 27 (0) 82 575 5409</span></div>\n<!-- /wp:uagb/icon-list-child -->\n\n<!-- wp:uagb/icon-list-child {\"block_id\":\"c24d96ba\",\"label\":\"blueroan@ugo.co.za\",\"icon\":\"envelope\",\"label_color\":\"\",\"link\":\"mailto:blueroan@ugo.co.za\",\"disableLink\":true,\"fromParentIcon\":\"phone\",\"imageSizeChild\":40} -->\n<div class=\"wp-block-uagb-icon-list-child uagb-block-c24d96ba\"><a target=\"_self\" aria-label=\"blueroan@ugo.co.za\" rel=\"noopener noreferrer\" href=\"mailto:blueroan@ugo.co.za\"> </a><span class=\"uagb-icon-list__source-wrap\"><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M464 64C490.5 64 512 85.49 512 112C512 127.1 504.9 141.3 492.8 150.4L275.2 313.6C263.8 322.1 248.2 322.1 236.8 313.6L19.2 150.4C7.113 141.3 0 127.1 0 112C0 85.49 21.49 64 48 64H464zM217.6 339.2C240.4 356.3 271.6 356.3 294.4 339.2L512 176V384C512 419.3 483.3 448 448 448H64C28.65 448 0 419.3 0 384V176L217.6 339.2z\"></path></svg></span><span class=\"uagb-icon-list__label\">blueroan@ugo.co.za</span></div>\n<!-- /wp:uagb/icon-list-child --></div></div>\n<!-- /wp:uagb/icon-list --></div></div>\n<!-- /wp:uagb/container -->',	'Accommodation',	'',	'inherit',	'closed',	'closed',	'',	'761-revision-v1',	'',	'',	'2022-12-14 13:14:39',	'2022-12-14 13:14:39',	'',	761,	'https://blueroan.netgen.cloud/?p=1099',	0,	'revision',	'',	0),
(1102,	2,	'2022-12-14 13:59:04',	'2022-12-14 13:59:04',	'<!-- wp:cover {\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAA39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba-2.png\",\"id\":920,\"dimRatio\":50,\"overlayColor\":\"ast-global-color-1\",\"minHeight\":500,\"isDark\":false,\"align\":\"full\"} -->\n<div class=\"wp-block-cover alignfull is-light\" style=\"min-height:500px\"><span aria-hidden=\"true\" class=\"wp-block-cover__background has-ast-global-color-1-background-color has-background-dim\"></span><img class=\"wp-block-cover__image-background wp-image-920\" alt=\"\" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAA39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba-2.png\" data-object-fit=\"cover\"/><div class=\"wp-block-cover__inner-container\"><!-- wp:spacer {\"height\":\"150px\"} -->\n<div style=\"height:150px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:columns {\"verticalAlignment\":\"bottom\",\"align\":\"wide\"} -->\n<div class=\"wp-block-columns alignwide are-vertically-aligned-bottom\"><!-- wp:column {\"verticalAlignment\":\"bottom\",\"width\":\"66.66%\"} -->\n<div class=\"wp-block-column is-vertically-aligned-bottom\" style=\"flex-basis:66.66%\"><!-- wp:heading {\"level\":1,\"textColor\":\"ast-global-color-5\"} -->\n<h1 class=\"has-ast-global-color-5-color has-text-color\">FAQs</h1>\n<!-- /wp:heading --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"verticalAlignment\":\"bottom\",\"width\":\"33.33%\"} -->\n<div class=\"wp-block-column is-vertically-aligned-bottom\" style=\"flex-basis:33.33%\"><!-- wp:heading {\"level\":3,\"textColor\":\"ast-global-color-5\",\"className\":\"faq-tel-no \"} -->\n<h3 class=\"faq-tel-no has-ast-global-color-5-color has-text-color\"><br><a href=\"tel:+27825755409\">+ 27 (0) 82 575 5409</a></h3>\n<!-- /wp:heading --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div></div>\n<!-- /wp:cover -->\n\n<!-- wp:cover {\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/26759994757_767d9794fd_b.jpg\",\"id\":809,\"hasParallax\":true,\"dimRatio\":25,\"overlayColor\":\"black\",\"minHeight\":700,\"isDark\":false,\"align\":\"full\"} -->\n<div class=\"wp-block-cover alignfull is-light has-parallax\" style=\"min-height:700px\"><span aria-hidden=\"true\" class=\"wp-block-cover__background has-black-background-color has-background-dim-30 has-background-dim\"></span><div role=\"img\" class=\"wp-block-cover__image-background wp-image-809 has-parallax\" style=\"background-position:50% 50%;background-image:url(https://blueroan.netgen.cloud/wp-content/uploads/2022/12/26759994757_767d9794fd_b.jpg)\"></div><div class=\"wp-block-cover__inner-container\"><!-- wp:group {\"align\":\"wide\",\"backgroundColor\":\"ast-global-color-5\",\"layout\":{\"inherit\":true,\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group alignwide has-ast-global-color-5-background-color has-background\"><!-- wp:heading {\"textColor\":\"ast-global-color-2\"} -->\n<h2 class=\"has-ast-global-color-2-color has-text-color\">Frequently Asked Questions</h2>\n<!-- /wp:heading -->\n\n<!-- wp:heading {\"level\":5,\"textColor\":\"ast-global-color-2\"} -->\n<h5 class=\"has-ast-global-color-2-color has-text-color\">Will replacement windows aptent taciti sociosqu ad litora?​</h5>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph {\"textColor\":\"ast-global-color-3\"} -->\n<p class=\"has-ast-global-color-3-color has-text-color\">Duis sed odio sit amet nibh vulputate cursus a sit amet mauris. Morbi accumsan ipsum velit. Nam nec tellus a odio tincidunt auctor a ornare odio.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":5,\"textColor\":\"ast-global-color-2\"} -->\n<h5 class=\"has-ast-global-color-2-color has-text-color\">Do your windows and doors have warranty?​</h5>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph {\"textColor\":\"ast-global-color-3\"} -->\n<p class=\"has-ast-global-color-3-color has-text-color\">Duis sed odio sit amet nibh vulputate cursus a sit amet mauris. Morbi accumsan ipsum velit. Nam nec tellus a odio tincidunt auctor a ornare odio.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":5,\"textColor\":\"ast-global-color-2\"} -->\n<h5 class=\"has-ast-global-color-2-color has-text-color\">What is the difference between condimentum sit amet?​</h5>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph {\"textColor\":\"ast-global-color-3\"} -->\n<p class=\"has-ast-global-color-3-color has-text-color\">Duis sed odio sit amet nibh vulputate cursus a sit amet mauris. Morbi accumsan ipsum velit. Nam nec tellus a odio tincidunt auctor a ornare odio.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":5,\"textColor\":\"ast-global-color-2\"} -->\n<h5 class=\"has-ast-global-color-2-color has-text-color\">What is the price difference velit mauris egestas?​</h5>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph {\"textColor\":\"ast-global-color-3\"} -->\n<p class=\"has-ast-global-color-3-color has-text-color\">Duis sed odio sit amet nibh vulputate cursus a sit amet mauris. Morbi accumsan ipsum velit. Nam nec tellus a odio tincidunt auctor a ornare odio.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:group --></div></div>\n<!-- /wp:cover -->\n\n<!-- wp:cover {\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Blue-roan-pool-01.jpg\",\"id\":782,\"dimRatio\":65,\"overlayColor\":\"ast-global-color-2\",\"focalPoint\":{\"x\":0.51,\"y\":0.69},\"minHeight\":500,\"align\":\"full\"} -->\n<div class=\"wp-block-cover alignfull\" style=\"min-height:500px\"><span aria-hidden=\"true\" class=\"wp-block-cover__background has-ast-global-color-2-background-color has-background-dim-70 has-background-dim\"></span><img class=\"wp-block-cover__image-background wp-image-782\" alt=\"\" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Blue-roan-pool-01.jpg\" style=\"object-position:51% 69%\" data-object-fit=\"cover\" data-object-position=\"51% 69%\"/><div class=\"wp-block-cover__inner-container\"><!-- wp:columns {\"verticalAlignment\":\"center\",\"align\":\"wide\"} -->\n<div class=\"wp-block-columns alignwide are-vertically-aligned-center\"><!-- wp:column {\"verticalAlignment\":\"center\",\"width\":\"66.66%\"} -->\n<div class=\"wp-block-column is-vertically-aligned-center\" style=\"flex-basis:66.66%\"><!-- wp:heading {\"textColor\":\"white\"} -->\n<h2 class=\"has-white-color has-text-color\">Sleep in Absolute Peace Wake up to Bright Sunshine</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph {\"textColor\":\"white\"} -->\n<p class=\"has-white-color has-text-color\">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:buttons -->\n<div class=\"wp-block-buttons\"><!-- wp:button -->\n<div class=\"wp-block-button\"><a class=\"wp-block-button__link wp-element-button\">Get Free Estimate</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"verticalAlignment\":\"center\",\"width\":\"33.33%\"} -->\n<div class=\"wp-block-column is-vertically-aligned-center\" style=\"flex-basis:33.33%\"></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div></div>\n<!-- /wp:cover -->',	'FAQs',	'',	'inherit',	'closed',	'closed',	'',	'933-revision-v1',	'',	'',	'2022-12-14 13:59:04',	'2022-12-14 13:59:04',	'',	933,	'https://blueroan.netgen.cloud/?p=1102',	0,	'revision',	'',	0),
(1103,	2,	'2022-12-14 14:28:54',	'2022-12-14 14:28:54',	'{\n    \"custom_css[astra-child]\": {\n        \"value\": \".faq-tel-no a {\\ncolor: white !important; \\n}\\n\\n.faq-tel-no a:hover {\\n/* color: white !important;  */\\n}\",\n        \"type\": \"custom_css\",\n        \"user_id\": 2,\n        \"date_modified_gmt\": \"2022-12-14 14:28:54\"\n    }\n}',	'',	'',	'trash',	'closed',	'closed',	'',	'ec1dff52-8a86-4370-8746-7b2d9846f346',	'',	'',	'2022-12-14 14:28:54',	'2022-12-14 14:28:54',	'',	0,	'https://blueroan.netgen.cloud/?p=1103',	0,	'customize_changeset',	'',	0),
(1104,	2,	'2022-12-14 14:28:54',	'2022-12-14 14:28:54',	'.faq-tel-no a {\ncolor: white !important; \n}\n\n.faq-tel-no a:hover {\n/* color: white !important;  */\n}',	'astra-child',	'',	'inherit',	'closed',	'closed',	'',	'19-revision-v1',	'',	'',	'2022-12-14 14:28:54',	'2022-12-14 14:28:54',	'',	19,	'https://blueroan.netgen.cloud/?p=1104',	0,	'revision',	'',	0),
(1105,	2,	'2022-12-14 14:29:59',	'2022-12-14 14:29:59',	'{\n    \"custom_css[astra-child]\": {\n        \"value\": \".faq-tel-no a {\\ncolor: white !important; \\n}\\n\\n.faq-tel-no a:hover {\\ncolor: #2fc1ff !important; \\n}\",\n        \"type\": \"custom_css\",\n        \"user_id\": 2,\n        \"date_modified_gmt\": \"2022-12-14 14:29:59\"\n    }\n}',	'',	'',	'trash',	'closed',	'closed',	'',	'34622231-9795-4144-be65-338cf0f2ef55',	'',	'',	'2022-12-14 14:29:59',	'2022-12-14 14:29:59',	'',	0,	'https://blueroan.netgen.cloud/34622231-9795-4144-be65-338cf0f2ef55/',	0,	'customize_changeset',	'',	0),
(1106,	2,	'2022-12-14 14:29:59',	'2022-12-14 14:29:59',	'.faq-tel-no a {\ncolor: white !important; \n}\n\n.faq-tel-no a:hover {\ncolor: #2fc1ff !important; \n}',	'astra-child',	'',	'inherit',	'closed',	'closed',	'',	'19-revision-v1',	'',	'',	'2022-12-14 14:29:59',	'2022-12-14 14:29:59',	'',	19,	'https://blueroan.netgen.cloud/?p=1106',	0,	'revision',	'',	0),
(1107,	2,	'2022-12-14 14:30:32',	'2022-12-14 14:30:32',	'<!-- wp:cover {\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAA39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba-2.png\",\"id\":920,\"dimRatio\":50,\"overlayColor\":\"ast-global-color-1\",\"minHeight\":500,\"isDark\":false,\"align\":\"full\"} -->\n<div class=\"wp-block-cover alignfull is-light\" style=\"min-height:500px\"><span aria-hidden=\"true\" class=\"wp-block-cover__background has-ast-global-color-1-background-color has-background-dim\"></span><img class=\"wp-block-cover__image-background wp-image-920\" alt=\"\" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAA39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba-2.png\" data-object-fit=\"cover\"/><div class=\"wp-block-cover__inner-container\"><!-- wp:spacer {\"height\":\"150px\"} -->\n<div style=\"height:150px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:columns {\"verticalAlignment\":\"bottom\",\"align\":\"wide\"} -->\n<div class=\"wp-block-columns alignwide are-vertically-aligned-bottom\"><!-- wp:column {\"verticalAlignment\":\"bottom\",\"width\":\"66.66%\"} -->\n<div class=\"wp-block-column is-vertically-aligned-bottom\" style=\"flex-basis:66.66%\"><!-- wp:heading {\"level\":1,\"textColor\":\"ast-global-color-5\"} -->\n<h1 class=\"has-ast-global-color-5-color has-text-color\">Frequently asked questions </h1>\n<!-- /wp:heading --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"verticalAlignment\":\"bottom\",\"width\":\"33.33%\"} -->\n<div class=\"wp-block-column is-vertically-aligned-bottom\" style=\"flex-basis:33.33%\"><!-- wp:heading {\"level\":3,\"textColor\":\"ast-global-color-5\",\"className\":\"faq-tel-no \"} -->\n<h3 class=\"faq-tel-no has-ast-global-color-5-color has-text-color\"><br><a href=\"tel:+27825755409\">+ 27 (0) 82 575 5409</a></h3>\n<!-- /wp:heading --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div></div>\n<!-- /wp:cover -->\n\n<!-- wp:cover {\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/26759994757_767d9794fd_b.jpg\",\"id\":809,\"hasParallax\":true,\"dimRatio\":25,\"overlayColor\":\"black\",\"minHeight\":700,\"isDark\":false,\"align\":\"full\"} -->\n<div class=\"wp-block-cover alignfull is-light has-parallax\" style=\"min-height:700px\"><span aria-hidden=\"true\" class=\"wp-block-cover__background has-black-background-color has-background-dim-30 has-background-dim\"></span><div role=\"img\" class=\"wp-block-cover__image-background wp-image-809 has-parallax\" style=\"background-position:50% 50%;background-image:url(https://blueroan.netgen.cloud/wp-content/uploads/2022/12/26759994757_767d9794fd_b.jpg)\"></div><div class=\"wp-block-cover__inner-container\"><!-- wp:group {\"align\":\"wide\",\"backgroundColor\":\"ast-global-color-5\",\"layout\":{\"inherit\":true,\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group alignwide has-ast-global-color-5-background-color has-background\"><!-- wp:heading {\"textColor\":\"ast-global-color-2\"} -->\n<h2 class=\"has-ast-global-color-2-color has-text-color\">Frequently Asked Questions</h2>\n<!-- /wp:heading -->\n\n<!-- wp:heading {\"level\":5,\"textColor\":\"ast-global-color-2\"} -->\n<h5 class=\"has-ast-global-color-2-color has-text-color\">Will replacement windows aptent taciti sociosqu ad litora?​</h5>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph {\"textColor\":\"ast-global-color-3\"} -->\n<p class=\"has-ast-global-color-3-color has-text-color\">Duis sed odio sit amet nibh vulputate cursus a sit amet mauris. Morbi accumsan ipsum velit. Nam nec tellus a odio tincidunt auctor a ornare odio.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":5,\"textColor\":\"ast-global-color-2\"} -->\n<h5 class=\"has-ast-global-color-2-color has-text-color\">Do your windows and doors have warranty?​</h5>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph {\"textColor\":\"ast-global-color-3\"} -->\n<p class=\"has-ast-global-color-3-color has-text-color\">Duis sed odio sit amet nibh vulputate cursus a sit amet mauris. Morbi accumsan ipsum velit. Nam nec tellus a odio tincidunt auctor a ornare odio.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":5,\"textColor\":\"ast-global-color-2\"} -->\n<h5 class=\"has-ast-global-color-2-color has-text-color\">What is the difference between condimentum sit amet?​</h5>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph {\"textColor\":\"ast-global-color-3\"} -->\n<p class=\"has-ast-global-color-3-color has-text-color\">Duis sed odio sit amet nibh vulputate cursus a sit amet mauris. Morbi accumsan ipsum velit. Nam nec tellus a odio tincidunt auctor a ornare odio.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":5,\"textColor\":\"ast-global-color-2\"} -->\n<h5 class=\"has-ast-global-color-2-color has-text-color\">What is the price difference velit mauris egestas?​</h5>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph {\"textColor\":\"ast-global-color-3\"} -->\n<p class=\"has-ast-global-color-3-color has-text-color\">Duis sed odio sit amet nibh vulputate cursus a sit amet mauris. Morbi accumsan ipsum velit. Nam nec tellus a odio tincidunt auctor a ornare odio.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:group --></div></div>\n<!-- /wp:cover -->\n\n<!-- wp:cover {\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Blue-roan-pool-01.jpg\",\"id\":782,\"dimRatio\":65,\"overlayColor\":\"ast-global-color-2\",\"focalPoint\":{\"x\":0.51,\"y\":0.69},\"minHeight\":500,\"align\":\"full\"} -->\n<div class=\"wp-block-cover alignfull\" style=\"min-height:500px\"><span aria-hidden=\"true\" class=\"wp-block-cover__background has-ast-global-color-2-background-color has-background-dim-70 has-background-dim\"></span><img class=\"wp-block-cover__image-background wp-image-782\" alt=\"\" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Blue-roan-pool-01.jpg\" style=\"object-position:51% 69%\" data-object-fit=\"cover\" data-object-position=\"51% 69%\"/><div class=\"wp-block-cover__inner-container\"><!-- wp:columns {\"verticalAlignment\":\"center\",\"align\":\"wide\"} -->\n<div class=\"wp-block-columns alignwide are-vertically-aligned-center\"><!-- wp:column {\"verticalAlignment\":\"center\",\"width\":\"66.66%\"} -->\n<div class=\"wp-block-column is-vertically-aligned-center\" style=\"flex-basis:66.66%\"><!-- wp:heading {\"textColor\":\"white\"} -->\n<h2 class=\"has-white-color has-text-color\">Sleep in Absolute Peace Wake up to Bright Sunshine</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph {\"textColor\":\"white\"} -->\n<p class=\"has-white-color has-text-color\">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:buttons -->\n<div class=\"wp-block-buttons\"><!-- wp:button -->\n<div class=\"wp-block-button\"><a class=\"wp-block-button__link wp-element-button\">Get Free Estimate</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"verticalAlignment\":\"center\",\"width\":\"33.33%\"} -->\n<div class=\"wp-block-column is-vertically-aligned-center\" style=\"flex-basis:33.33%\"></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div></div>\n<!-- /wp:cover -->',	'FAQs',	'',	'inherit',	'closed',	'closed',	'',	'933-revision-v1',	'',	'',	'2022-12-14 14:30:32',	'2022-12-14 14:30:32',	'',	933,	'https://blueroan.netgen.cloud/?p=1107',	0,	'revision',	'',	0),
(1109,	2,	'2022-12-14 14:32:25',	'2022-12-14 14:32:25',	'<!-- wp:cover {\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAA39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba-2.png\",\"id\":920,\"dimRatio\":50,\"overlayColor\":\"ast-global-color-1\",\"minHeight\":500,\"isDark\":false,\"align\":\"full\"} -->\n<div class=\"wp-block-cover alignfull is-light\" style=\"min-height:500px\"><span aria-hidden=\"true\" class=\"wp-block-cover__background has-ast-global-color-1-background-color has-background-dim\"></span><img class=\"wp-block-cover__image-background wp-image-920\" alt=\"\" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAA39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba-2.png\" data-object-fit=\"cover\"/><div class=\"wp-block-cover__inner-container\"><!-- wp:spacer {\"height\":\"150px\"} -->\n<div style=\"height:150px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:columns {\"verticalAlignment\":\"bottom\",\"align\":\"wide\"} -->\n<div class=\"wp-block-columns alignwide are-vertically-aligned-bottom\"><!-- wp:column {\"verticalAlignment\":\"bottom\",\"width\":\"66.66%\"} -->\n<div class=\"wp-block-column is-vertically-aligned-bottom\" style=\"flex-basis:66.66%\"><!-- wp:heading {\"level\":1,\"textColor\":\"ast-global-color-5\"} -->\n<h1 class=\"has-ast-global-color-5-color has-text-color\">Frequently asked questions </h1>\n<!-- /wp:heading --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"verticalAlignment\":\"bottom\",\"width\":\"33.33%\"} -->\n<div class=\"wp-block-column is-vertically-aligned-bottom\" style=\"flex-basis:33.33%\"><!-- wp:heading {\"level\":3,\"textColor\":\"ast-global-color-5\",\"className\":\"faq-tel-no \"} -->\n<h3 class=\"faq-tel-no has-ast-global-color-5-color has-text-color\"><br><a href=\"tel:+27825755409\">+ 27 (0) 82 575 5409</a></h3>\n<!-- /wp:heading --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div></div>\n<!-- /wp:cover -->\n\n<!-- wp:cover {\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/26759994757_767d9794fd_b.jpg\",\"id\":809,\"hasParallax\":true,\"dimRatio\":25,\"overlayColor\":\"black\",\"minHeight\":700,\"isDark\":false,\"align\":\"full\"} -->\n<div class=\"wp-block-cover alignfull is-light has-parallax\" style=\"min-height:700px\"><span aria-hidden=\"true\" class=\"wp-block-cover__background has-black-background-color has-background-dim-30 has-background-dim\"></span><div role=\"img\" class=\"wp-block-cover__image-background wp-image-809 has-parallax\" style=\"background-position:50% 50%;background-image:url(https://blueroan.netgen.cloud/wp-content/uploads/2022/12/26759994757_767d9794fd_b.jpg)\"></div><div class=\"wp-block-cover__inner-container\"><!-- wp:group {\"align\":\"wide\",\"backgroundColor\":\"ast-global-color-5\",\"layout\":{\"inherit\":true,\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group alignwide has-ast-global-color-5-background-color has-background\"><!-- wp:heading {\"level\":5,\"textColor\":\"ast-global-color-2\"} -->\n<h5 class=\"has-ast-global-color-2-color has-text-color\">Will replacement windows aptent taciti sociosqu ad litora?​</h5>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph {\"textColor\":\"ast-global-color-3\"} -->\n<p class=\"has-ast-global-color-3-color has-text-color\">Duis sed odio sit amet nibh vulputate cursus a sit amet mauris. Morbi accumsan ipsum velit. Nam nec tellus a odio tincidunt auctor a ornare odio.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":5,\"textColor\":\"ast-global-color-2\"} -->\n<h5 class=\"has-ast-global-color-2-color has-text-color\">Do your windows and doors have warranty?​</h5>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph {\"textColor\":\"ast-global-color-3\"} -->\n<p class=\"has-ast-global-color-3-color has-text-color\">Duis sed odio sit amet nibh vulputate cursus a sit amet mauris. Morbi accumsan ipsum velit. Nam nec tellus a odio tincidunt auctor a ornare odio.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":5,\"textColor\":\"ast-global-color-2\"} -->\n<h5 class=\"has-ast-global-color-2-color has-text-color\">What is the difference between condimentum sit amet?​</h5>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph {\"textColor\":\"ast-global-color-3\"} -->\n<p class=\"has-ast-global-color-3-color has-text-color\">Duis sed odio sit amet nibh vulputate cursus a sit amet mauris. Morbi accumsan ipsum velit. Nam nec tellus a odio tincidunt auctor a ornare odio.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":5,\"textColor\":\"ast-global-color-2\"} -->\n<h5 class=\"has-ast-global-color-2-color has-text-color\">What is the price difference velit mauris egestas?​</h5>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph {\"textColor\":\"ast-global-color-3\"} -->\n<p class=\"has-ast-global-color-3-color has-text-color\">Duis sed odio sit amet nibh vulputate cursus a sit amet mauris. Morbi accumsan ipsum velit. Nam nec tellus a odio tincidunt auctor a ornare odio.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:uagb/faq {\"block_id\":\"d2ac139b\",\"schema\":\"{\\u0022@context\\u0022:\\u0022https://schema.org\\u0022,\\u0022@type\\u0022:\\u0022FAQPage\\u0022,\\u0022@id\\u0022:\\u0022https://blueroan.netgen.cloud/faqs/\\u0022,\\u0022mainEntity\\u0022:[{\\u0022@type\\u0022:\\u0022Question\\u0022,\\u0022name\\u0022:\\u0022\\u003cstrong\\u003eWhat is the check-in\\u003c/strong\\u003e and check-out\\u003cstrong\\u003e time?\\u003c/strong\\u003e\\u0022,\\u0022acceptedAnswer\\u0022:{\\u0022@type\\u0022:\\u0022Answer\\u0022,\\u0022text\\u0022:\\u0022Check-in after 14:00 and before 20:00\\u003cbr\\u003eCheck out by 10:00 am\\u0022}},{\\u0022@type\\u0022:\\u0022Question\\u0022,\\u0022name\\u0022:\\u0022What is FAQ?\\u0022,\\u0022acceptedAnswer\\u0022:{\\u0022@type\\u0022:\\u0022Answer\\u0022,\\u0022text\\u0022:\\u0022Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.\\u0022}}]}\",\"answerTopPadding\":10,\"answerRightPadding\":10,\"answerBottomPadding\":10,\"answerLeftPadding\":10,\"answerTopPaddingTablet\":10,\"answerRightPaddingTablet\":10,\"answerBottomPaddingTablet\":10,\"answerLeftPaddingTablet\":10,\"answerTopPaddingMobile\":10,\"answerRightPaddingMobile\":10,\"answerBottomPaddingMobile\":10,\"answerLeftPaddingMobile\":10,\"overallBorderTopWidth\":1,\"overallBorderLeftWidth\":1,\"overallBorderRightWidth\":1,\"overallBorderBottomWidth\":1,\"overallBorderTopLeftRadius\":2,\"overallBorderTopRightRadius\":2,\"overallBorderBottomLeftRadius\":2,\"overallBorderBottomRightRadius\":2,\"overallBorderStyle\":\"solid\",\"overallBorderColor\":\"#D2D2D2\"} -->\n<div class=\"wp-block-uagb-faq uagb-faq__outer-wrap uagb-block-d2ac139b uagb-faq-icon-row uagb-faq-layout-accordion uagb-faq-expand-first-true uagb-faq-inactive-other-true uagb-faq__wrap uagb-buttons-layout-wrap uagb-faq-equal-height\" data-faqtoggle=\"true\" role=\"tablist\"><!-- wp:uagb/faq-child {\"block_id\":\"1ef57fcb\",\"question\":\"\\u003cstrong\\u003eWhat is the check-in\\u003c/strong\\u003e and check-out\\u003cstrong\\u003e time?\\u003c/strong\\u003e\",\"answer\":\"Check-in after 14:00 and before 20:00\\u003cbr\\u003eCheck out by 10:00 am\"} -->\n<div class=\"wp-block-uagb-faq-child uagb-faq-child__outer-wrap uagb-faq-item uagb-block-1ef57fcb\" role=\"tab\" tabindex=\"0\"><div class=\"uagb-faq-questions-button uagb-faq-questions\"><span class=\"uagb-icon uagb-faq-icon-wrap\"><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 448 512\"><path d=\"M432 256c0 17.69-14.33 32.01-32 32.01H256v144c0 17.69-14.33 31.99-32 31.99s-32-14.3-32-31.99v-144H48c-17.67 0-32-14.32-32-32.01s14.33-31.99 32-31.99H192v-144c0-17.69 14.33-32.01 32-32.01s32 14.32 32 32.01v144h144C417.7 224 432 238.3 432 256z\"></path></svg></span><span class=\"uagb-icon-active uagb-faq-icon-wrap\"><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 448 512\"><path d=\"M400 288h-352c-17.69 0-32-14.32-32-32.01s14.31-31.99 32-31.99h352c17.69 0 32 14.3 32 31.99S417.7 288 400 288z\"></path></svg></span><span class=\"uagb-question\"><strong>What is the check-in</strong> and check-out<strong> time?</strong></span></div><p class=\"uagb-faq-content\">Check-in after 14:00 and before 20:00<br>Check out by 10:00 am</p></div>\n<!-- /wp:uagb/faq-child -->\n\n<!-- wp:uagb/faq-child {\"block_id\":\"9af627d1\"} -->\n<div class=\"wp-block-uagb-faq-child uagb-faq-child__outer-wrap uagb-faq-item uagb-block-9af627d1\" role=\"tab\" tabindex=\"0\"><div class=\"uagb-faq-questions-button uagb-faq-questions\"><span class=\"uagb-icon uagb-faq-icon-wrap\"><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 448 512\"><path d=\"M432 256c0 17.69-14.33 32.01-32 32.01H256v144c0 17.69-14.33 31.99-32 31.99s-32-14.3-32-31.99v-144H48c-17.67 0-32-14.32-32-32.01s14.33-31.99 32-31.99H192v-144c0-17.69 14.33-32.01 32-32.01s32 14.32 32 32.01v144h144C417.7 224 432 238.3 432 256z\"></path></svg></span><span class=\"uagb-icon-active uagb-faq-icon-wrap\"><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 448 512\"><path d=\"M400 288h-352c-17.69 0-32-14.32-32-32.01s14.31-31.99 32-31.99h352c17.69 0 32 14.3 32 31.99S417.7 288 400 288z\"></path></svg></span><span class=\"uagb-question\">What is FAQ?</span></div><p class=\"uagb-faq-content\">Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.</p></div>\n<!-- /wp:uagb/faq-child --></div>\n<!-- /wp:uagb/faq --></div>\n<!-- /wp:group --></div></div>\n<!-- /wp:cover -->\n\n<!-- wp:cover {\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Blue-roan-pool-01.jpg\",\"id\":782,\"dimRatio\":65,\"overlayColor\":\"ast-global-color-2\",\"focalPoint\":{\"x\":0.51,\"y\":0.69},\"minHeight\":500,\"align\":\"full\"} -->\n<div class=\"wp-block-cover alignfull\" style=\"min-height:500px\"><span aria-hidden=\"true\" class=\"wp-block-cover__background has-ast-global-color-2-background-color has-background-dim-70 has-background-dim\"></span><img class=\"wp-block-cover__image-background wp-image-782\" alt=\"\" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Blue-roan-pool-01.jpg\" style=\"object-position:51% 69%\" data-object-fit=\"cover\" data-object-position=\"51% 69%\"/><div class=\"wp-block-cover__inner-container\"><!-- wp:columns {\"verticalAlignment\":\"center\",\"align\":\"wide\"} -->\n<div class=\"wp-block-columns alignwide are-vertically-aligned-center\"><!-- wp:column {\"verticalAlignment\":\"center\",\"width\":\"66.66%\"} -->\n<div class=\"wp-block-column is-vertically-aligned-center\" style=\"flex-basis:66.66%\"><!-- wp:heading {\"textColor\":\"white\"} -->\n<h2 class=\"has-white-color has-text-color\">Sleep in Absolute Peace Wake up to Bright Sunshine</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph {\"textColor\":\"white\"} -->\n<p class=\"has-white-color has-text-color\">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:buttons -->\n<div class=\"wp-block-buttons\"><!-- wp:button -->\n<div class=\"wp-block-button\"><a class=\"wp-block-button__link wp-element-button\">Get Free Estimate</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"verticalAlignment\":\"center\",\"width\":\"33.33%\"} -->\n<div class=\"wp-block-column is-vertically-aligned-center\" style=\"flex-basis:33.33%\"></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div></div>\n<!-- /wp:cover -->',	'FAQs',	'',	'inherit',	'closed',	'closed',	'',	'933-revision-v1',	'',	'',	'2022-12-14 14:32:25',	'2022-12-14 14:32:25',	'',	933,	'https://blueroan.netgen.cloud/?p=1109',	0,	'revision',	'',	0),
(1110,	2,	'2022-12-14 14:47:08',	'2022-12-14 14:47:08',	'<!-- wp:cover {\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAA39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba-2.png\",\"id\":920,\"dimRatio\":50,\"overlayColor\":\"ast-global-color-1\",\"minHeight\":500,\"minHeightUnit\":\"px\",\"isDark\":false,\"align\":\"full\"} -->\n<div class=\"wp-block-cover alignfull is-light\" style=\"min-height:500px\"><span aria-hidden=\"true\" class=\"wp-block-cover__background has-ast-global-color-1-background-color has-background-dim\"></span><img class=\"wp-block-cover__image-background wp-image-920\" alt=\"\" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAA39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba-2.png\" data-object-fit=\"cover\"/><div class=\"wp-block-cover__inner-container\"><!-- wp:spacer {\"height\":\"150px\"} -->\n<div style=\"height:150px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:columns {\"verticalAlignment\":\"bottom\",\"align\":\"wide\"} -->\n<div class=\"wp-block-columns alignwide are-vertically-aligned-bottom\"><!-- wp:column {\"verticalAlignment\":\"bottom\",\"width\":\"66.66%\"} -->\n<div class=\"wp-block-column is-vertically-aligned-bottom\" style=\"flex-basis:66.66%\"><!-- wp:heading {\"level\":1,\"textColor\":\"ast-global-color-5\"} -->\n<h1 class=\"has-ast-global-color-5-color has-text-color\">Frequently asked questions </h1>\n<!-- /wp:heading --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"verticalAlignment\":\"bottom\",\"width\":\"33.33%\"} -->\n<div class=\"wp-block-column is-vertically-aligned-bottom\" style=\"flex-basis:33.33%\"><!-- wp:heading {\"level\":3,\"textColor\":\"ast-global-color-5\",\"className\":\"faq-tel-no \"} -->\n<h3 class=\"faq-tel-no has-ast-global-color-5-color has-text-color\"><br><a href=\"tel:+27825755409\">+ 27 (0) 82 575 5409</a></h3>\n<!-- /wp:heading --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div></div>\n<!-- /wp:cover -->\n\n<!-- wp:uagb/container {\"block_id\":\"7d10bfec\",\"variationSelected\":true,\"isBlockRootParent\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-7d10bfec alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/faq {\"block_id\":\"6701e59b\",\"borderStyle\":\"\",\"borderColor\":\"\",\"schema\":\"{\\u0022@context\\u0022:\\u0022https://schema.org\\u0022,\\u0022@type\\u0022:\\u0022FAQPage\\u0022,\\u0022@id\\u0022:\\u0022https://blueroan.netgen.cloud/faqs/\\u0022,\\u0022mainEntity\\u0022:[{\\u0022@type\\u0022:\\u0022Question\\u0022,\\u0022name\\u0022:\\u0022\\u003cstrong\\u003eWhat is the check-in\\u003c/strong\\u003e and check-out\\u003cstrong\\u003e time?\\u003c/strong\\u003e\\u0022,\\u0022acceptedAnswer\\u0022:{\\u0022@type\\u0022:\\u0022Answer\\u0022,\\u0022text\\u0022:\\u0022Check-in after 14:00 and before 20:00\\u003cbr\\u003eCheck out by 10:00 am\\u0022}},{\\u0022@type\\u0022:\\u0022Question\\u0022,\\u0022name\\u0022:\\u0022\\u003cstrong\\u003eCan we stay later than the check-out time?\\u003c/strong\\u003e\\u0022,\\u0022acceptedAnswer\\u0022:{\\u0022@type\\u0022:\\u0022Answer\\u0022,\\u0022text\\u0022:\\u0022Please check with us. If we have no people waiting for your room, then you are welcome to stay later by arrangement.\\u0022}},{\\u0022@type\\u0022:\\u0022Question\\u0022,\\u0022name\\u0022:\\u0022\\u003cstrong\\u003eDo you accept credit or debit cards?\\u003c/strong\\u003e\\u0022,\\u0022acceptedAnswer\\u0022:{\\u0022@type\\u0022:\\u0022Answer\\u0022,\\u0022text\\u0022:\\u0022Yes, we accept credit cards and cheque cards but not debit cards.\\u003cbr\\u003e\\u0022}},{\\u0022@type\\u0022:\\u0022Question\\u0022,\\u0022name\\u0022:\\u0022\\u003cstrong\\u003eDo you serve meals?\\u003c/strong\\u003e\\u0022,\\u0022acceptedAnswer\\u0022:{\\u0022@type\\u0022:\\u0022Answer\\u0022,\\u0022text\\u0022:\\u0022No. However, we are close to many restaurants where a tasty and reasonably priced meal can be obtained.\\u0022}},{\\u0022@type\\u0022:\\u0022Question\\u0022,\\u0022name\\u0022:\\u0022\\u003cstrong\\u003eThis is a special date for me, a \\u003c/strong\\u003eBirthday, Anniversary,\\u003cstrong\\u003e or any other. Can you make it special for me?\\u003c/strong\\u003e\\u0022,\\u0022acceptedAnswer\\u0022:{\\u0022@type\\u0022:\\u0022Answer\\u0022,\\u0022text\\u0022:\\u0022Yes, just tell us about it and any special requests you have, and we will try and assist\\u0022}},{\\u0022@type\\u0022:\\u0022Question\\u0022,\\u0022name\\u0022:\\u0022\\u003cstrong\\u003eAre you pet friendly?\\u003c/strong\\u003e\\u0022,\\u0022acceptedAnswer\\u0022:{\\u0022@type\\u0022:\\u0022Answer\\u0022,\\u0022text\\u0022:\\u0022Yes by arrangement as the units have enclosed private gardens that can accommodate friendly dogs.  However, the Honeymoon suite and the Greek Villa are not used for pets.  Please ask for advice prior to your booking and please see the pet policy.\\u0022}}]}\",\"answerTopPadding\":10,\"answerRightPadding\":10,\"answerBottomPadding\":10,\"answerLeftPadding\":10,\"answerTopPaddingTablet\":10,\"answerRightPaddingTablet\":10,\"answerBottomPaddingTablet\":10,\"answerLeftPaddingTablet\":10,\"answerTopPaddingMobile\":10,\"answerRightPaddingMobile\":10,\"answerBottomPaddingMobile\":10,\"answerLeftPaddingMobile\":10,\"overallBorderTopWidth\":1,\"overallBorderLeftWidth\":1,\"overallBorderRightWidth\":1,\"overallBorderBottomWidth\":1,\"overallBorderTopLeftRadius\":2,\"overallBorderTopRightRadius\":2,\"overallBorderBottomLeftRadius\":2,\"overallBorderBottomRightRadius\":2,\"overallBorderStyle\":\"solid\",\"overallBorderColor\":\"#D2D2D2\"} -->\n<div class=\"wp-block-uagb-faq uagb-faq__outer-wrap uagb-block-6701e59b uagb-faq-icon-row uagb-faq-layout-accordion uagb-faq-expand-first-true uagb-faq-inactive-other-true uagb-faq__wrap uagb-buttons-layout-wrap uagb-faq-equal-height\" data-faqtoggle=\"true\" role=\"tablist\"><!-- wp:uagb/faq-child {\"block_id\":\"5dbbfeb9\",\"question\":\"\\u003cstrong\\u003eWhat is the check-in\\u003c/strong\\u003e and check-out\\u003cstrong\\u003e time?\\u003c/strong\\u003e\",\"answer\":\"Check-in after 14:00 and before 20:00\\u003cbr\\u003eCheck out by 10:00 am\"} -->\n<div class=\"wp-block-uagb-faq-child uagb-faq-child__outer-wrap uagb-faq-item uagb-block-5dbbfeb9\" role=\"tab\" tabindex=\"0\"><div class=\"uagb-faq-questions-button uagb-faq-questions\"><span class=\"uagb-icon uagb-faq-icon-wrap\"><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 448 512\"><path d=\"M432 256c0 17.69-14.33 32.01-32 32.01H256v144c0 17.69-14.33 31.99-32 31.99s-32-14.3-32-31.99v-144H48c-17.67 0-32-14.32-32-32.01s14.33-31.99 32-31.99H192v-144c0-17.69 14.33-32.01 32-32.01s32 14.32 32 32.01v144h144C417.7 224 432 238.3 432 256z\"></path></svg></span><span class=\"uagb-icon-active uagb-faq-icon-wrap\"><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 448 512\"><path d=\"M400 288h-352c-17.69 0-32-14.32-32-32.01s14.31-31.99 32-31.99h352c17.69 0 32 14.3 32 31.99S417.7 288 400 288z\"></path></svg></span><span class=\"uagb-question\"><strong>What is the check-in</strong> and check-out<strong> time?</strong></span></div><p class=\"uagb-faq-content\">Check-in after 14:00 and before 20:00<br>Check out by 10:00 am</p></div>\n<!-- /wp:uagb/faq-child -->\n\n<!-- wp:uagb/faq-child {\"block_id\":\"23ee9d5f\",\"question\":\"\\u003cstrong\\u003eCan we stay later than the check-out time?\\u003c/strong\\u003e\",\"answer\":\"Please check with us. If we have no people waiting for your room, then you are welcome to stay later by arrangement.\"} -->\n<div class=\"wp-block-uagb-faq-child uagb-faq-child__outer-wrap uagb-faq-item uagb-block-23ee9d5f\" role=\"tab\" tabindex=\"0\"><div class=\"uagb-faq-questions-button uagb-faq-questions\"><span class=\"uagb-icon uagb-faq-icon-wrap\"><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 448 512\"><path d=\"M432 256c0 17.69-14.33 32.01-32 32.01H256v144c0 17.69-14.33 31.99-32 31.99s-32-14.3-32-31.99v-144H48c-17.67 0-32-14.32-32-32.01s14.33-31.99 32-31.99H192v-144c0-17.69 14.33-32.01 32-32.01s32 14.32 32 32.01v144h144C417.7 224 432 238.3 432 256z\"></path></svg></span><span class=\"uagb-icon-active uagb-faq-icon-wrap\"><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 448 512\"><path d=\"M400 288h-352c-17.69 0-32-14.32-32-32.01s14.31-31.99 32-31.99h352c17.69 0 32 14.3 32 31.99S417.7 288 400 288z\"></path></svg></span><span class=\"uagb-question\"><strong>Can we stay later than the check-out time?</strong></span></div><p class=\"uagb-faq-content\">Please check with us. If we have no people waiting for your room, then you are welcome to stay later by arrangement.</p></div>\n<!-- /wp:uagb/faq-child -->\n\n<!-- wp:uagb/faq-child {\"block_id\":\"4268e9f9\",\"question\":\"\\u003cstrong\\u003eDo you accept credit or debit cards?\\u003c/strong\\u003e\",\"answer\":\"Yes, we accept credit cards and cheque cards but not debit cards.\\u003cbr\\u003e\"} -->\n<div class=\"wp-block-uagb-faq-child uagb-faq-child__outer-wrap uagb-faq-item uagb-block-4268e9f9\" role=\"tab\" tabindex=\"0\"><div class=\"uagb-faq-questions-button uagb-faq-questions\"><span class=\"uagb-icon uagb-faq-icon-wrap\"><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 448 512\"><path d=\"M432 256c0 17.69-14.33 32.01-32 32.01H256v144c0 17.69-14.33 31.99-32 31.99s-32-14.3-32-31.99v-144H48c-17.67 0-32-14.32-32-32.01s14.33-31.99 32-31.99H192v-144c0-17.69 14.33-32.01 32-32.01s32 14.32 32 32.01v144h144C417.7 224 432 238.3 432 256z\"></path></svg></span><span class=\"uagb-icon-active uagb-faq-icon-wrap\"><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 448 512\"><path d=\"M400 288h-352c-17.69 0-32-14.32-32-32.01s14.31-31.99 32-31.99h352c17.69 0 32 14.3 32 31.99S417.7 288 400 288z\"></path></svg></span><span class=\"uagb-question\"><strong>Do you accept credit or debit cards?</strong></span></div><p class=\"uagb-faq-content\">Yes, we accept credit cards and cheque cards but not debit cards.<br></p></div>\n<!-- /wp:uagb/faq-child -->\n\n<!-- wp:uagb/faq-child {\"block_id\":\"001f3ac6\",\"question\":\"\\u003cstrong\\u003eDo you serve meals?\\u003c/strong\\u003e\",\"answer\":\"No. However, we are close to many restaurants where a tasty and reasonably priced meal can be obtained.\"} -->\n<div class=\"wp-block-uagb-faq-child uagb-faq-child__outer-wrap uagb-faq-item uagb-block-001f3ac6\" role=\"tab\" tabindex=\"0\"><div class=\"uagb-faq-questions-button uagb-faq-questions\"><span class=\"uagb-icon uagb-faq-icon-wrap\"><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 448 512\"><path d=\"M432 256c0 17.69-14.33 32.01-32 32.01H256v144c0 17.69-14.33 31.99-32 31.99s-32-14.3-32-31.99v-144H48c-17.67 0-32-14.32-32-32.01s14.33-31.99 32-31.99H192v-144c0-17.69 14.33-32.01 32-32.01s32 14.32 32 32.01v144h144C417.7 224 432 238.3 432 256z\"></path></svg></span><span class=\"uagb-icon-active uagb-faq-icon-wrap\"><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 448 512\"><path d=\"M400 288h-352c-17.69 0-32-14.32-32-32.01s14.31-31.99 32-31.99h352c17.69 0 32 14.3 32 31.99S417.7 288 400 288z\"></path></svg></span><span class=\"uagb-question\"><strong>Do you serve meals?</strong></span></div><p class=\"uagb-faq-content\">No. However, we are close to many restaurants where a tasty and reasonably priced meal can be obtained.</p></div>\n<!-- /wp:uagb/faq-child -->\n\n<!-- wp:uagb/faq-child {\"block_id\":\"8bf19ce1\",\"question\":\"\\u003cstrong\\u003eThis is a special date for me, a \\u003c/strong\\u003eBirthday, Anniversary,\\u003cstrong\\u003e or any other. Can you make it special for me?\\u003c/strong\\u003e\",\"answer\":\"Yes, just tell us about it and any special requests you have, and we will try and assist\"} -->\n<div class=\"wp-block-uagb-faq-child uagb-faq-child__outer-wrap uagb-faq-item uagb-block-8bf19ce1\" role=\"tab\" tabindex=\"0\"><div class=\"uagb-faq-questions-button uagb-faq-questions\"><span class=\"uagb-icon uagb-faq-icon-wrap\"><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 448 512\"><path d=\"M432 256c0 17.69-14.33 32.01-32 32.01H256v144c0 17.69-14.33 31.99-32 31.99s-32-14.3-32-31.99v-144H48c-17.67 0-32-14.32-32-32.01s14.33-31.99 32-31.99H192v-144c0-17.69 14.33-32.01 32-32.01s32 14.32 32 32.01v144h144C417.7 224 432 238.3 432 256z\"></path></svg></span><span class=\"uagb-icon-active uagb-faq-icon-wrap\"><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 448 512\"><path d=\"M400 288h-352c-17.69 0-32-14.32-32-32.01s14.31-31.99 32-31.99h352c17.69 0 32 14.3 32 31.99S417.7 288 400 288z\"></path></svg></span><span class=\"uagb-question\"><strong>This is a special date for me, a </strong>Birthday, Anniversary,<strong> or any other. Can you make it special for me?</strong></span></div><p class=\"uagb-faq-content\">Yes, just tell us about it and any special requests you have, and we will try and assist</p></div>\n<!-- /wp:uagb/faq-child -->\n\n<!-- wp:uagb/faq-child {\"block_id\":\"a4886630\",\"question\":\"\\u003cstrong\\u003eAre you pet friendly?\\u003c/strong\\u003e\",\"answer\":\"Yes by arrangement as the units have enclosed private gardens that can accommodate friendly dogs.  However, the Honeymoon suite and the Greek Villa are not used for pets.  Please ask for advice prior to your booking and please see the pet policy.\"} -->\n<div class=\"wp-block-uagb-faq-child uagb-faq-child__outer-wrap uagb-faq-item uagb-block-a4886630\" role=\"tab\" tabindex=\"0\"><div class=\"uagb-faq-questions-button uagb-faq-questions\"><span class=\"uagb-icon uagb-faq-icon-wrap\"><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 448 512\"><path d=\"M432 256c0 17.69-14.33 32.01-32 32.01H256v144c0 17.69-14.33 31.99-32 31.99s-32-14.3-32-31.99v-144H48c-17.67 0-32-14.32-32-32.01s14.33-31.99 32-31.99H192v-144c0-17.69 14.33-32.01 32-32.01s32 14.32 32 32.01v144h144C417.7 224 432 238.3 432 256z\"></path></svg></span><span class=\"uagb-icon-active uagb-faq-icon-wrap\"><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 448 512\"><path d=\"M400 288h-352c-17.69 0-32-14.32-32-32.01s14.31-31.99 32-31.99h352c17.69 0 32 14.3 32 31.99S417.7 288 400 288z\"></path></svg></span><span class=\"uagb-question\"><strong>Are you pet friendly?</strong></span></div><p class=\"uagb-faq-content\">Yes by arrangement as the units have enclosed private gardens that can accommodate friendly dogs.  However, the Honeymoon suite and the Greek Villa are not used for pets.  Please ask for advice prior to your booking and please see the pet policy.</p></div>\n<!-- /wp:uagb/faq-child --></div>\n<!-- /wp:uagb/faq --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:cover {\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Blue-roan-pool-01.jpg\",\"id\":782,\"dimRatio\":65,\"overlayColor\":\"ast-global-color-2\",\"focalPoint\":{\"x\":0.51,\"y\":0.69},\"minHeight\":500,\"align\":\"full\"} -->\n<div class=\"wp-block-cover alignfull\" style=\"min-height:500px\"><span aria-hidden=\"true\" class=\"wp-block-cover__background has-ast-global-color-2-background-color has-background-dim-70 has-background-dim\"></span><img class=\"wp-block-cover__image-background wp-image-782\" alt=\"\" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Blue-roan-pool-01.jpg\" style=\"object-position:51% 69%\" data-object-fit=\"cover\" data-object-position=\"51% 69%\"/><div class=\"wp-block-cover__inner-container\"><!-- wp:columns {\"verticalAlignment\":\"center\",\"align\":\"wide\"} -->\n<div class=\"wp-block-columns alignwide are-vertically-aligned-center\"><!-- wp:column {\"verticalAlignment\":\"center\",\"width\":\"66.66%\"} -->\n<div class=\"wp-block-column is-vertically-aligned-center\" style=\"flex-basis:66.66%\"><!-- wp:heading {\"textColor\":\"white\"} -->\n<h2 class=\"has-white-color has-text-color\">Sleep in Absolute Peace Wake up to Bright Sunshine</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph {\"textColor\":\"white\"} -->\n<p class=\"has-white-color has-text-color\">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:buttons -->\n<div class=\"wp-block-buttons\"><!-- wp:button -->\n<div class=\"wp-block-button\"><a class=\"wp-block-button__link wp-element-button\">Get Free Estimate</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"verticalAlignment\":\"center\",\"width\":\"33.33%\"} -->\n<div class=\"wp-block-column is-vertically-aligned-center\" style=\"flex-basis:33.33%\"></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div></div>\n<!-- /wp:cover -->',	'FAQs',	'',	'inherit',	'closed',	'closed',	'',	'933-revision-v1',	'',	'',	'2022-12-14 14:47:08',	'2022-12-14 14:47:08',	'',	933,	'https://blueroan.netgen.cloud/?p=1110',	0,	'revision',	'',	0),
(1112,	2,	'2022-12-14 14:48:51',	'2022-12-14 14:48:51',	'',	'AAEAAQAAAAAAAAAAAAAAae9cd2d00d05fadf3fd277242a492f05278bf6b193be1e60a1dded842397014f9bfa5dd7fa9154944b4b35b3f4cf30f874ec',	'',	'inherit',	'open',	'closed',	'',	'aaeaaqaaaaaaaaaaaaaaae9cd2d00d05fadf3fd277242a492f05278bf6b193be1e60a1dded842397014f9bfa5dd7fa9154944b4b35b3f4cf30f874ec',	'',	'',	'2022-12-14 14:48:51',	'2022-12-14 14:48:51',	'',	933,	'https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAAae9cd2d00d05fadf3fd277242a492f05278bf6b193be1e60a1dded842397014f9bfa5dd7fa9154944b4b35b3f4cf30f874ec.png',	0,	'attachment',	'image/png',	0),
(1113,	2,	'2022-12-14 14:49:16',	'2022-12-14 14:49:16',	'',	'sun-coming-up-1',	'',	'inherit',	'open',	'closed',	'',	'sun-coming-up-1',	'',	'',	'2022-12-14 14:49:16',	'2022-12-14 14:49:16',	'',	933,	'https://blueroan.netgen.cloud/wp-content/uploads/2022/12/sun-coming-up-1.jpg',	0,	'attachment',	'image/jpeg',	0),
(1114,	2,	'2022-12-14 14:49:21',	'2022-12-14 14:49:21',	'<!-- wp:cover {\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/sun-coming-up-1.jpg\",\"id\":1113,\"dimRatio\":0,\"overlayColor\":\"ast-global-color-1\",\"focalPoint\":{\"x\":0.44,\"y\":0.99},\"minHeight\":500,\"minHeightUnit\":\"px\",\"align\":\"full\"} -->\n<div class=\"wp-block-cover alignfull\" style=\"min-height:500px\"><span aria-hidden=\"true\" class=\"wp-block-cover__background has-ast-global-color-1-background-color has-background-dim-0 has-background-dim\"></span><img class=\"wp-block-cover__image-background wp-image-1113\" alt=\"\" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/sun-coming-up-1.jpg\" style=\"object-position:44% 99%\" data-object-fit=\"cover\" data-object-position=\"44% 99%\"/><div class=\"wp-block-cover__inner-container\"><!-- wp:spacer {\"height\":\"150px\"} -->\n<div style=\"height:150px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:columns {\"verticalAlignment\":\"bottom\",\"align\":\"wide\"} -->\n<div class=\"wp-block-columns alignwide are-vertically-aligned-bottom\"><!-- wp:column {\"verticalAlignment\":\"bottom\",\"width\":\"66.66%\"} -->\n<div class=\"wp-block-column is-vertically-aligned-bottom\" style=\"flex-basis:66.66%\"><!-- wp:heading {\"level\":1,\"textColor\":\"ast-global-color-5\"} -->\n<h1 class=\"has-ast-global-color-5-color has-text-color\">Frequently asked questions </h1>\n<!-- /wp:heading --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"verticalAlignment\":\"bottom\",\"width\":\"33.33%\"} -->\n<div class=\"wp-block-column is-vertically-aligned-bottom\" style=\"flex-basis:33.33%\"><!-- wp:heading {\"level\":3,\"textColor\":\"ast-global-color-5\",\"className\":\"faq-tel-no \"} -->\n<h3 class=\"faq-tel-no has-ast-global-color-5-color has-text-color\"><br><a href=\"tel:+27825755409\">+ 27 (0) 82 575 5409</a></h3>\n<!-- /wp:heading --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div></div>\n<!-- /wp:cover -->\n\n<!-- wp:uagb/container {\"block_id\":\"8696a116\",\"variationSelected\":true,\"isBlockRootParent\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-8696a116 alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/faq {\"block_id\":\"08b49811\",\"borderStyle\":\"\",\"borderWidth\":\"\",\"borderRadius\":\"\",\"borderColor\":\"\",\"schema\":\"{\\u0022@context\\u0022:\\u0022https://schema.org\\u0022,\\u0022@type\\u0022:\\u0022FAQPage\\u0022,\\u0022@id\\u0022:\\u0022https://blueroan.netgen.cloud/faqs/\\u0022,\\u0022mainEntity\\u0022:[{\\u0022@type\\u0022:\\u0022Question\\u0022,\\u0022name\\u0022:\\u0022\\u003cstrong\\u003eWhat is the check-in\\u003c/strong\\u003e and check-out\\u003cstrong\\u003e time?\\u003c/strong\\u003e\\u0022,\\u0022acceptedAnswer\\u0022:{\\u0022@type\\u0022:\\u0022Answer\\u0022,\\u0022text\\u0022:\\u0022Check-in after 14:00 and before 20:00\\u003cbr\\u003eCheck out by 10:00 am\\u0022}},{\\u0022@type\\u0022:\\u0022Question\\u0022,\\u0022name\\u0022:\\u0022\\u003cstrong\\u003eCan we stay later than the check-out time?\\u003c/strong\\u003e\\u0022,\\u0022acceptedAnswer\\u0022:{\\u0022@type\\u0022:\\u0022Answer\\u0022,\\u0022text\\u0022:\\u0022Please check with us. If we have no people waiting for your room, then you are welcome to stay later by arrangement.\\u0022}},{\\u0022@type\\u0022:\\u0022Question\\u0022,\\u0022name\\u0022:\\u0022\\u003cstrong\\u003eDo you accept credit or debit cards?\\u003c/strong\\u003e\\u0022,\\u0022acceptedAnswer\\u0022:{\\u0022@type\\u0022:\\u0022Answer\\u0022,\\u0022text\\u0022:\\u0022Yes, we accept credit cards and cheque cards but not debit cards.\\u003cbr\\u003e\\u0022}},{\\u0022@type\\u0022:\\u0022Question\\u0022,\\u0022name\\u0022:\\u0022\\u003cstrong\\u003eDo you serve meals?\\u003c/strong\\u003e\\u0022,\\u0022acceptedAnswer\\u0022:{\\u0022@type\\u0022:\\u0022Answer\\u0022,\\u0022text\\u0022:\\u0022No. However, we are close to many restaurants where a tasty and reasonably priced meal can be obtained.\\u0022}},{\\u0022@type\\u0022:\\u0022Question\\u0022,\\u0022name\\u0022:\\u0022\\u003cstrong\\u003eThis is a special date for me, a \\u003c/strong\\u003eBirthday, Anniversary,\\u003cstrong\\u003e or any other. Can you make it special for me?\\u003c/strong\\u003e\\u0022,\\u0022acceptedAnswer\\u0022:{\\u0022@type\\u0022:\\u0022Answer\\u0022,\\u0022text\\u0022:\\u0022Yes, just tell us about it and any special requests you have, and we will try and assist\\u0022}},{\\u0022@type\\u0022:\\u0022Question\\u0022,\\u0022name\\u0022:\\u0022\\u003cstrong\\u003eAre you pet friendly?\\u003c/strong\\u003e\\u0022,\\u0022acceptedAnswer\\u0022:{\\u0022@type\\u0022:\\u0022Answer\\u0022,\\u0022text\\u0022:\\u0022Yes by arrangement as the units have enclosed private gardens that can accommodate friendly dogs.  However, the Honeymoon suite and the Greek Villa are not used for pets.  Please ask for advice prior to your booking and please see the pet policy.\\u0022}}]}\",\"answerTopPadding\":10,\"answerRightPadding\":10,\"answerBottomPadding\":10,\"answerLeftPadding\":10,\"answerTopPaddingTablet\":10,\"answerRightPaddingTablet\":10,\"answerBottomPaddingTablet\":10,\"answerLeftPaddingTablet\":10,\"answerTopPaddingMobile\":10,\"answerRightPaddingMobile\":10,\"answerBottomPaddingMobile\":10,\"answerLeftPaddingMobile\":10,\"overallBorderTopWidth\":1,\"overallBorderLeftWidth\":1,\"overallBorderRightWidth\":1,\"overallBorderBottomWidth\":1,\"overallBorderTopLeftRadius\":2,\"overallBorderTopRightRadius\":2,\"overallBorderBottomLeftRadius\":2,\"overallBorderBottomRightRadius\":2,\"overallBorderStyle\":\"solid\",\"overallBorderColor\":\"#D2D2D2\"} -->\n<div class=\"wp-block-uagb-faq uagb-faq__outer-wrap uagb-block-08b49811 uagb-faq-icon-row uagb-faq-layout-accordion uagb-faq-expand-first-true uagb-faq-inactive-other-true uagb-faq__wrap uagb-buttons-layout-wrap uagb-faq-equal-height\" data-faqtoggle=\"true\" role=\"tablist\"><!-- wp:uagb/faq-child {\"block_id\":\"747c74b4\",\"question\":\"\\u003cstrong\\u003eWhat is the check-in\\u003c/strong\\u003e and check-out\\u003cstrong\\u003e time?\\u003c/strong\\u003e\",\"answer\":\"Check-in after 14:00 and before 20:00\\u003cbr\\u003eCheck out by 10:00 am\"} -->\n<div class=\"wp-block-uagb-faq-child uagb-faq-child__outer-wrap uagb-faq-item uagb-block-747c74b4\" role=\"tab\" tabindex=\"0\"><div class=\"uagb-faq-questions-button uagb-faq-questions\"><span class=\"uagb-icon uagb-faq-icon-wrap\"><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 448 512\"><path d=\"M432 256c0 17.69-14.33 32.01-32 32.01H256v144c0 17.69-14.33 31.99-32 31.99s-32-14.3-32-31.99v-144H48c-17.67 0-32-14.32-32-32.01s14.33-31.99 32-31.99H192v-144c0-17.69 14.33-32.01 32-32.01s32 14.32 32 32.01v144h144C417.7 224 432 238.3 432 256z\"></path></svg></span><span class=\"uagb-icon-active uagb-faq-icon-wrap\"><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 448 512\"><path d=\"M400 288h-352c-17.69 0-32-14.32-32-32.01s14.31-31.99 32-31.99h352c17.69 0 32 14.3 32 31.99S417.7 288 400 288z\"></path></svg></span><span class=\"uagb-question\"><strong>What is the check-in</strong> and check-out<strong> time?</strong></span></div><p class=\"uagb-faq-content\">Check-in after 14:00 and before 20:00<br>Check out by 10:00 am</p></div>\n<!-- /wp:uagb/faq-child -->\n\n<!-- wp:uagb/faq-child {\"block_id\":\"46c4fbc1\",\"question\":\"\\u003cstrong\\u003eCan we stay later than the check-out time?\\u003c/strong\\u003e\",\"answer\":\"Please check with us. If we have no people waiting for your room, then you are welcome to stay later by arrangement.\"} -->\n<div class=\"wp-block-uagb-faq-child uagb-faq-child__outer-wrap uagb-faq-item uagb-block-46c4fbc1\" role=\"tab\" tabindex=\"0\"><div class=\"uagb-faq-questions-button uagb-faq-questions\"><span class=\"uagb-icon uagb-faq-icon-wrap\"><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 448 512\"><path d=\"M432 256c0 17.69-14.33 32.01-32 32.01H256v144c0 17.69-14.33 31.99-32 31.99s-32-14.3-32-31.99v-144H48c-17.67 0-32-14.32-32-32.01s14.33-31.99 32-31.99H192v-144c0-17.69 14.33-32.01 32-32.01s32 14.32 32 32.01v144h144C417.7 224 432 238.3 432 256z\"></path></svg></span><span class=\"uagb-icon-active uagb-faq-icon-wrap\"><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 448 512\"><path d=\"M400 288h-352c-17.69 0-32-14.32-32-32.01s14.31-31.99 32-31.99h352c17.69 0 32 14.3 32 31.99S417.7 288 400 288z\"></path></svg></span><span class=\"uagb-question\"><strong>Can we stay later than the check-out time?</strong></span></div><p class=\"uagb-faq-content\">Please check with us. If we have no people waiting for your room, then you are welcome to stay later by arrangement.</p></div>\n<!-- /wp:uagb/faq-child -->\n\n<!-- wp:uagb/faq-child {\"block_id\":\"fdfca143\",\"question\":\"\\u003cstrong\\u003eDo you accept credit or debit cards?\\u003c/strong\\u003e\",\"answer\":\"Yes, we accept credit cards and cheque cards but not debit cards.\\u003cbr\\u003e\"} -->\n<div class=\"wp-block-uagb-faq-child uagb-faq-child__outer-wrap uagb-faq-item uagb-block-fdfca143\" role=\"tab\" tabindex=\"0\"><div class=\"uagb-faq-questions-button uagb-faq-questions\"><span class=\"uagb-icon uagb-faq-icon-wrap\"><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 448 512\"><path d=\"M432 256c0 17.69-14.33 32.01-32 32.01H256v144c0 17.69-14.33 31.99-32 31.99s-32-14.3-32-31.99v-144H48c-17.67 0-32-14.32-32-32.01s14.33-31.99 32-31.99H192v-144c0-17.69 14.33-32.01 32-32.01s32 14.32 32 32.01v144h144C417.7 224 432 238.3 432 256z\"></path></svg></span><span class=\"uagb-icon-active uagb-faq-icon-wrap\"><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 448 512\"><path d=\"M400 288h-352c-17.69 0-32-14.32-32-32.01s14.31-31.99 32-31.99h352c17.69 0 32 14.3 32 31.99S417.7 288 400 288z\"></path></svg></span><span class=\"uagb-question\"><strong>Do you accept credit or debit cards?</strong></span></div><p class=\"uagb-faq-content\">Yes, we accept credit cards and cheque cards but not debit cards.<br></p></div>\n<!-- /wp:uagb/faq-child -->\n\n<!-- wp:uagb/faq-child {\"block_id\":\"faaafcd8\",\"question\":\"\\u003cstrong\\u003eDo you serve meals?\\u003c/strong\\u003e\",\"answer\":\"No. However, we are close to many restaurants where a tasty and reasonably priced meal can be obtained.\"} -->\n<div class=\"wp-block-uagb-faq-child uagb-faq-child__outer-wrap uagb-faq-item uagb-block-faaafcd8\" role=\"tab\" tabindex=\"0\"><div class=\"uagb-faq-questions-button uagb-faq-questions\"><span class=\"uagb-icon uagb-faq-icon-wrap\"><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 448 512\"><path d=\"M432 256c0 17.69-14.33 32.01-32 32.01H256v144c0 17.69-14.33 31.99-32 31.99s-32-14.3-32-31.99v-144H48c-17.67 0-32-14.32-32-32.01s14.33-31.99 32-31.99H192v-144c0-17.69 14.33-32.01 32-32.01s32 14.32 32 32.01v144h144C417.7 224 432 238.3 432 256z\"></path></svg></span><span class=\"uagb-icon-active uagb-faq-icon-wrap\"><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 448 512\"><path d=\"M400 288h-352c-17.69 0-32-14.32-32-32.01s14.31-31.99 32-31.99h352c17.69 0 32 14.3 32 31.99S417.7 288 400 288z\"></path></svg></span><span class=\"uagb-question\"><strong>Do you serve meals?</strong></span></div><p class=\"uagb-faq-content\">No. However, we are close to many restaurants where a tasty and reasonably priced meal can be obtained.</p></div>\n<!-- /wp:uagb/faq-child -->\n\n<!-- wp:uagb/faq-child {\"block_id\":\"acee12dc\",\"question\":\"\\u003cstrong\\u003eThis is a special date for me, a \\u003c/strong\\u003eBirthday, Anniversary,\\u003cstrong\\u003e or any other. Can you make it special for me?\\u003c/strong\\u003e\",\"answer\":\"Yes, just tell us about it and any special requests you have, and we will try and assist\"} -->\n<div class=\"wp-block-uagb-faq-child uagb-faq-child__outer-wrap uagb-faq-item uagb-block-acee12dc\" role=\"tab\" tabindex=\"0\"><div class=\"uagb-faq-questions-button uagb-faq-questions\"><span class=\"uagb-icon uagb-faq-icon-wrap\"><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 448 512\"><path d=\"M432 256c0 17.69-14.33 32.01-32 32.01H256v144c0 17.69-14.33 31.99-32 31.99s-32-14.3-32-31.99v-144H48c-17.67 0-32-14.32-32-32.01s14.33-31.99 32-31.99H192v-144c0-17.69 14.33-32.01 32-32.01s32 14.32 32 32.01v144h144C417.7 224 432 238.3 432 256z\"></path></svg></span><span class=\"uagb-icon-active uagb-faq-icon-wrap\"><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 448 512\"><path d=\"M400 288h-352c-17.69 0-32-14.32-32-32.01s14.31-31.99 32-31.99h352c17.69 0 32 14.3 32 31.99S417.7 288 400 288z\"></path></svg></span><span class=\"uagb-question\"><strong>This is a special date for me, a </strong>Birthday, Anniversary,<strong> or any other. Can you make it special for me?</strong></span></div><p class=\"uagb-faq-content\">Yes, just tell us about it and any special requests you have, and we will try and assist</p></div>\n<!-- /wp:uagb/faq-child -->\n\n<!-- wp:uagb/faq-child {\"block_id\":\"0422461d\",\"question\":\"\\u003cstrong\\u003eAre you pet friendly?\\u003c/strong\\u003e\",\"answer\":\"Yes by arrangement as the units have enclosed private gardens that can accommodate friendly dogs.  However, the Honeymoon suite and the Greek Villa are not used for pets.  Please ask for advice prior to your booking and please see the pet policy.\"} -->\n<div class=\"wp-block-uagb-faq-child uagb-faq-child__outer-wrap uagb-faq-item uagb-block-0422461d\" role=\"tab\" tabindex=\"0\"><div class=\"uagb-faq-questions-button uagb-faq-questions\"><span class=\"uagb-icon uagb-faq-icon-wrap\"><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 448 512\"><path d=\"M432 256c0 17.69-14.33 32.01-32 32.01H256v144c0 17.69-14.33 31.99-32 31.99s-32-14.3-32-31.99v-144H48c-17.67 0-32-14.32-32-32.01s14.33-31.99 32-31.99H192v-144c0-17.69 14.33-32.01 32-32.01s32 14.32 32 32.01v144h144C417.7 224 432 238.3 432 256z\"></path></svg></span><span class=\"uagb-icon-active uagb-faq-icon-wrap\"><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 448 512\"><path d=\"M400 288h-352c-17.69 0-32-14.32-32-32.01s14.31-31.99 32-31.99h352c17.69 0 32 14.3 32 31.99S417.7 288 400 288z\"></path></svg></span><span class=\"uagb-question\"><strong>Are you pet friendly?</strong></span></div><p class=\"uagb-faq-content\">Yes by arrangement as the units have enclosed private gardens that can accommodate friendly dogs.  However, the Honeymoon suite and the Greek Villa are not used for pets.  Please ask for advice prior to your booking and please see the pet policy.</p></div>\n<!-- /wp:uagb/faq-child --></div>\n<!-- /wp:uagb/faq --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:cover {\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Blue-roan-pool-01.jpg\",\"id\":782,\"dimRatio\":65,\"overlayColor\":\"ast-global-color-2\",\"focalPoint\":{\"x\":0.51,\"y\":0.69},\"minHeight\":500,\"align\":\"full\"} -->\n<div class=\"wp-block-cover alignfull\" style=\"min-height:500px\"><span aria-hidden=\"true\" class=\"wp-block-cover__background has-ast-global-color-2-background-color has-background-dim-70 has-background-dim\"></span><img class=\"wp-block-cover__image-background wp-image-782\" alt=\"\" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Blue-roan-pool-01.jpg\" style=\"object-position:51% 69%\" data-object-fit=\"cover\" data-object-position=\"51% 69%\"/><div class=\"wp-block-cover__inner-container\"><!-- wp:columns {\"verticalAlignment\":\"center\",\"align\":\"wide\"} -->\n<div class=\"wp-block-columns alignwide are-vertically-aligned-center\"><!-- wp:column {\"verticalAlignment\":\"center\",\"width\":\"66.66%\"} -->\n<div class=\"wp-block-column is-vertically-aligned-center\" style=\"flex-basis:66.66%\"><!-- wp:heading {\"textColor\":\"white\"} -->\n<h2 class=\"has-white-color has-text-color\">Sleep in Absolute Peace Wake up to Bright Sunshine</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph {\"textColor\":\"white\"} -->\n<p class=\"has-white-color has-text-color\">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:buttons -->\n<div class=\"wp-block-buttons\"><!-- wp:button -->\n<div class=\"wp-block-button\"><a class=\"wp-block-button__link wp-element-button\">Get Free Estimate</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"verticalAlignment\":\"center\",\"width\":\"33.33%\"} -->\n<div class=\"wp-block-column is-vertically-aligned-center\" style=\"flex-basis:33.33%\"></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div></div>\n<!-- /wp:cover -->',	'FAQs',	'',	'inherit',	'closed',	'closed',	'',	'933-revision-v1',	'',	'',	'2022-12-14 14:49:21',	'2022-12-14 14:49:21',	'',	933,	'https://blueroan.netgen.cloud/?p=1114',	0,	'revision',	'',	0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(1116,	2,	'2022-12-14 14:51:19',	'2022-12-14 14:51:19',	'<!-- wp:cover {\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/sun-coming-up-1.jpg\",\"id\":1113,\"dimRatio\":0,\"overlayColor\":\"ast-global-color-1\",\"focalPoint\":{\"x\":0.44,\"y\":0.99},\"minHeight\":500,\"minHeightUnit\":\"px\",\"align\":\"full\"} -->\n<div class=\"wp-block-cover alignfull\" style=\"min-height:500px\"><span aria-hidden=\"true\" class=\"wp-block-cover__background has-ast-global-color-1-background-color has-background-dim-0 has-background-dim\"></span><img class=\"wp-block-cover__image-background wp-image-1113\" alt=\"\" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/sun-coming-up-1.jpg\" style=\"object-position:44% 99%\" data-object-fit=\"cover\" data-object-position=\"44% 99%\"/><div class=\"wp-block-cover__inner-container\"><!-- wp:spacer {\"height\":\"150px\"} -->\n<div style=\"height:150px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:columns {\"verticalAlignment\":\"bottom\",\"align\":\"wide\"} -->\n<div class=\"wp-block-columns alignwide are-vertically-aligned-bottom\"><!-- wp:column {\"verticalAlignment\":\"bottom\",\"width\":\"66.66%\"} -->\n<div class=\"wp-block-column is-vertically-aligned-bottom\" style=\"flex-basis:66.66%\"><!-- wp:heading {\"level\":1,\"textColor\":\"ast-global-color-5\"} -->\n<h1 class=\"has-ast-global-color-5-color has-text-color\">Frequently asked questions </h1>\n<!-- /wp:heading --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"verticalAlignment\":\"bottom\",\"width\":\"33.33%\"} -->\n<div class=\"wp-block-column is-vertically-aligned-bottom\" style=\"flex-basis:33.33%\"><!-- wp:heading {\"level\":3,\"textColor\":\"ast-global-color-5\",\"className\":\"faq-tel-no \"} -->\n<h3 class=\"faq-tel-no has-ast-global-color-5-color has-text-color\"><br><a href=\"tel:+27825755409\">+ 27 (0) 82 575 5409</a></h3>\n<!-- /wp:heading --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div></div>\n<!-- /wp:cover -->\n\n<!-- wp:uagb/container {\"block_id\":\"69f8fc09\",\"variationSelected\":true,\"isBlockRootParent\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-69f8fc09 alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/faq {\"block_id\":\"bfd85c6e\",\"expandFirstItem\":false,\"boxBgType\":\"transparent\",\"boxBgColor\":\"#F5F5F5\",\"borderStyle\":\"\",\"borderWidth\":\"\",\"borderRadius\":\"\",\"borderColor\":\"\",\"vquestionPaddingDesktop\":15,\"hquestionPaddingDesktop\":15,\"iconAlign\":\"row-reverse\",\"schema\":\"{\\u0022@context\\u0022:\\u0022https://schema.org\\u0022,\\u0022@type\\u0022:\\u0022FAQPage\\u0022,\\u0022@id\\u0022:\\u0022https://blueroan.netgen.cloud/faqs/\\u0022,\\u0022mainEntity\\u0022:[{\\u0022@type\\u0022:\\u0022Question\\u0022,\\u0022name\\u0022:\\u0022\\u003cstrong\\u003eWhat is the check-in and check-out time?\\u003c/strong\\u003e\\u0022,\\u0022acceptedAnswer\\u0022:{\\u0022@type\\u0022:\\u0022Answer\\u0022,\\u0022text\\u0022:\\u0022Check-in after 14:00 and before 20:00\\u003cbr\\u003eCheck out by 10:00 am\\u0022}},{\\u0022@type\\u0022:\\u0022Question\\u0022,\\u0022name\\u0022:\\u0022\\u003cstrong\\u003eCan we stay later than the check-out time?\\u003c/strong\\u003e\\u0022,\\u0022acceptedAnswer\\u0022:{\\u0022@type\\u0022:\\u0022Answer\\u0022,\\u0022text\\u0022:\\u0022Please check with us. If we have no people waiting for your room, then you are welcome to stay later by arrangement.\\u0022}},{\\u0022@type\\u0022:\\u0022Question\\u0022,\\u0022name\\u0022:\\u0022\\u003cstrong\\u003eDo you accept credit or debit cards?\\u003c/strong\\u003e\\u0022,\\u0022acceptedAnswer\\u0022:{\\u0022@type\\u0022:\\u0022Answer\\u0022,\\u0022text\\u0022:\\u0022Yes, we accept credit cards and cheque cards but not debit cards.\\u003cbr\\u003e\\u0022}},{\\u0022@type\\u0022:\\u0022Question\\u0022,\\u0022name\\u0022:\\u0022\\u003cstrong\\u003eDo you serve meals?\\u003c/strong\\u003e\\u0022,\\u0022acceptedAnswer\\u0022:{\\u0022@type\\u0022:\\u0022Answer\\u0022,\\u0022text\\u0022:\\u0022No. However, we are close to many restaurants where a tasty and reasonably priced meal can be obtained.\\u0022}},{\\u0022@type\\u0022:\\u0022Question\\u0022,\\u0022name\\u0022:\\u0022\\u003cstrong\\u003eThis is a special date for me, a \\u003c/strong\\u003eBirthday, Anniversary,\\u003cstrong\\u003e or any other. Can you make it special for me?\\u003c/strong\\u003e\\u0022,\\u0022acceptedAnswer\\u0022:{\\u0022@type\\u0022:\\u0022Answer\\u0022,\\u0022text\\u0022:\\u0022Yes, just tell us about it and any special requests you have, and we will try and assist\\u0022}},{\\u0022@type\\u0022:\\u0022Question\\u0022,\\u0022name\\u0022:\\u0022\\u003cstrong\\u003eAre you pet friendly?\\u003c/strong\\u003e\\u0022,\\u0022acceptedAnswer\\u0022:{\\u0022@type\\u0022:\\u0022Answer\\u0022,\\u0022text\\u0022:\\u0022Yes by arrangement as the units have enclosed private gardens that can accommodate friendly dogs.  However, the Honeymoon suite and the Greek Villa are not used for pets.  Please ask for advice prior to your booking and please see the pet policy.\\u0022}}]}\",\"questionLeftPaddingDesktop\":15,\"questionBottomPaddingDesktop\":15,\"answerTopPadding\":0,\"answerRightPadding\":15,\"answerBottomPadding\":15,\"answerLeftPadding\":15,\"answerTopPaddingTablet\":10,\"answerRightPaddingTablet\":10,\"answerBottomPaddingTablet\":10,\"answerLeftPaddingTablet\":10,\"answerTopPaddingMobile\":10,\"answerRightPaddingMobile\":10,\"answerBottomPaddingMobile\":10,\"answerLeftPaddingMobile\":10,\"overallBorderTopWidth\":1,\"overallBorderLeftWidth\":1,\"overallBorderRightWidth\":1,\"overallBorderBottomWidth\":1,\"overallBorderTopLeftRadius\":2,\"overallBorderTopRightRadius\":2,\"overallBorderBottomLeftRadius\":2,\"overallBorderBottomRightRadius\":2,\"overallBorderStyle\":\"solid\",\"overallBorderColor\":\"#D2D2D2\"} -->\n<div class=\"wp-block-uagb-faq uagb-faq__outer-wrap uagb-block-bfd85c6e uagb-faq-icon-row-reverse uagb-faq-layout-accordion uagb-faq-expand-first-false uagb-faq-inactive-other-true uagb-faq__wrap uagb-buttons-layout-wrap uagb-faq-equal-height\" data-faqtoggle=\"true\" role=\"tablist\"><!-- wp:uagb/faq-child {\"block_id\":\"710b7ef3\",\"question\":\"\\u003cstrong\\u003eWhat is the check-in and check-out time?\\u003c/strong\\u003e\",\"answer\":\"Check-in after 14:00 and before 20:00\\u003cbr\\u003eCheck out by 10:00 am\"} -->\n<div class=\"wp-block-uagb-faq-child uagb-faq-child__outer-wrap uagb-faq-item uagb-block-710b7ef3\" role=\"tab\" tabindex=\"0\"><div class=\"uagb-faq-questions-button uagb-faq-questions\"><span class=\"uagb-icon uagb-faq-icon-wrap\"><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 448 512\"><path d=\"M432 256c0 17.69-14.33 32.01-32 32.01H256v144c0 17.69-14.33 31.99-32 31.99s-32-14.3-32-31.99v-144H48c-17.67 0-32-14.32-32-32.01s14.33-31.99 32-31.99H192v-144c0-17.69 14.33-32.01 32-32.01s32 14.32 32 32.01v144h144C417.7 224 432 238.3 432 256z\"></path></svg></span><span class=\"uagb-icon-active uagb-faq-icon-wrap\"><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 448 512\"><path d=\"M400 288h-352c-17.69 0-32-14.32-32-32.01s14.31-31.99 32-31.99h352c17.69 0 32 14.3 32 31.99S417.7 288 400 288z\"></path></svg></span><span class=\"uagb-question\"><strong>What is the check-in and check-out time?</strong></span></div><p class=\"uagb-faq-content\">Check-in after 14:00 and before 20:00<br>Check out by 10:00 am</p></div>\n<!-- /wp:uagb/faq-child -->\n\n<!-- wp:uagb/faq-child {\"block_id\":\"7e2ae9f9\",\"question\":\"\\u003cstrong\\u003eCan we stay later than the check-out time?\\u003c/strong\\u003e\",\"answer\":\"Please check with us. If we have no people waiting for your room, then you are welcome to stay later by arrangement.\"} -->\n<div class=\"wp-block-uagb-faq-child uagb-faq-child__outer-wrap uagb-faq-item uagb-block-7e2ae9f9\" role=\"tab\" tabindex=\"0\"><div class=\"uagb-faq-questions-button uagb-faq-questions\"><span class=\"uagb-icon uagb-faq-icon-wrap\"><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 448 512\"><path d=\"M432 256c0 17.69-14.33 32.01-32 32.01H256v144c0 17.69-14.33 31.99-32 31.99s-32-14.3-32-31.99v-144H48c-17.67 0-32-14.32-32-32.01s14.33-31.99 32-31.99H192v-144c0-17.69 14.33-32.01 32-32.01s32 14.32 32 32.01v144h144C417.7 224 432 238.3 432 256z\"></path></svg></span><span class=\"uagb-icon-active uagb-faq-icon-wrap\"><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 448 512\"><path d=\"M400 288h-352c-17.69 0-32-14.32-32-32.01s14.31-31.99 32-31.99h352c17.69 0 32 14.3 32 31.99S417.7 288 400 288z\"></path></svg></span><span class=\"uagb-question\"><strong>Can we stay later than the check-out time?</strong></span></div><p class=\"uagb-faq-content\">Please check with us. If we have no people waiting for your room, then you are welcome to stay later by arrangement.</p></div>\n<!-- /wp:uagb/faq-child -->\n\n<!-- wp:uagb/faq-child {\"block_id\":\"9f509fb8\",\"question\":\"\\u003cstrong\\u003eDo you accept credit or debit cards?\\u003c/strong\\u003e\",\"answer\":\"Yes, we accept credit cards and cheque cards but not debit cards.\\u003cbr\\u003e\"} -->\n<div class=\"wp-block-uagb-faq-child uagb-faq-child__outer-wrap uagb-faq-item uagb-block-9f509fb8\" role=\"tab\" tabindex=\"0\"><div class=\"uagb-faq-questions-button uagb-faq-questions\"><span class=\"uagb-icon uagb-faq-icon-wrap\"><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 448 512\"><path d=\"M432 256c0 17.69-14.33 32.01-32 32.01H256v144c0 17.69-14.33 31.99-32 31.99s-32-14.3-32-31.99v-144H48c-17.67 0-32-14.32-32-32.01s14.33-31.99 32-31.99H192v-144c0-17.69 14.33-32.01 32-32.01s32 14.32 32 32.01v144h144C417.7 224 432 238.3 432 256z\"></path></svg></span><span class=\"uagb-icon-active uagb-faq-icon-wrap\"><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 448 512\"><path d=\"M400 288h-352c-17.69 0-32-14.32-32-32.01s14.31-31.99 32-31.99h352c17.69 0 32 14.3 32 31.99S417.7 288 400 288z\"></path></svg></span><span class=\"uagb-question\"><strong>Do you accept credit or debit cards?</strong></span></div><p class=\"uagb-faq-content\">Yes, we accept credit cards and cheque cards but not debit cards.<br></p></div>\n<!-- /wp:uagb/faq-child -->\n\n<!-- wp:uagb/faq-child {\"block_id\":\"bcfe823b\",\"question\":\"\\u003cstrong\\u003eDo you serve meals?\\u003c/strong\\u003e\",\"answer\":\"No. However, we are close to many restaurants where a tasty and reasonably priced meal can be obtained.\"} -->\n<div class=\"wp-block-uagb-faq-child uagb-faq-child__outer-wrap uagb-faq-item uagb-block-bcfe823b\" role=\"tab\" tabindex=\"0\"><div class=\"uagb-faq-questions-button uagb-faq-questions\"><span class=\"uagb-icon uagb-faq-icon-wrap\"><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 448 512\"><path d=\"M432 256c0 17.69-14.33 32.01-32 32.01H256v144c0 17.69-14.33 31.99-32 31.99s-32-14.3-32-31.99v-144H48c-17.67 0-32-14.32-32-32.01s14.33-31.99 32-31.99H192v-144c0-17.69 14.33-32.01 32-32.01s32 14.32 32 32.01v144h144C417.7 224 432 238.3 432 256z\"></path></svg></span><span class=\"uagb-icon-active uagb-faq-icon-wrap\"><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 448 512\"><path d=\"M400 288h-352c-17.69 0-32-14.32-32-32.01s14.31-31.99 32-31.99h352c17.69 0 32 14.3 32 31.99S417.7 288 400 288z\"></path></svg></span><span class=\"uagb-question\"><strong>Do you serve meals?</strong></span></div><p class=\"uagb-faq-content\">No. However, we are close to many restaurants where a tasty and reasonably priced meal can be obtained.</p></div>\n<!-- /wp:uagb/faq-child -->\n\n<!-- wp:uagb/faq-child {\"block_id\":\"be2d14da\",\"question\":\"\\u003cstrong\\u003eThis is a special date for me, a \\u003c/strong\\u003eBirthday, Anniversary,\\u003cstrong\\u003e or any other. Can you make it special for me?\\u003c/strong\\u003e\",\"answer\":\"Yes, just tell us about it and any special requests you have, and we will try and assist\"} -->\n<div class=\"wp-block-uagb-faq-child uagb-faq-child__outer-wrap uagb-faq-item uagb-block-be2d14da\" role=\"tab\" tabindex=\"0\"><div class=\"uagb-faq-questions-button uagb-faq-questions\"><span class=\"uagb-icon uagb-faq-icon-wrap\"><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 448 512\"><path d=\"M432 256c0 17.69-14.33 32.01-32 32.01H256v144c0 17.69-14.33 31.99-32 31.99s-32-14.3-32-31.99v-144H48c-17.67 0-32-14.32-32-32.01s14.33-31.99 32-31.99H192v-144c0-17.69 14.33-32.01 32-32.01s32 14.32 32 32.01v144h144C417.7 224 432 238.3 432 256z\"></path></svg></span><span class=\"uagb-icon-active uagb-faq-icon-wrap\"><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 448 512\"><path d=\"M400 288h-352c-17.69 0-32-14.32-32-32.01s14.31-31.99 32-31.99h352c17.69 0 32 14.3 32 31.99S417.7 288 400 288z\"></path></svg></span><span class=\"uagb-question\"><strong>This is a special date for me, a </strong>Birthday, Anniversary,<strong> or any other. Can you make it special for me?</strong></span></div><p class=\"uagb-faq-content\">Yes, just tell us about it and any special requests you have, and we will try and assist</p></div>\n<!-- /wp:uagb/faq-child -->\n\n<!-- wp:uagb/faq-child {\"block_id\":\"c683aad7\",\"question\":\"\\u003cstrong\\u003eAre you pet friendly?\\u003c/strong\\u003e\",\"answer\":\"Yes by arrangement as the units have enclosed private gardens that can accommodate friendly dogs.  However, the Honeymoon suite and the Greek Villa are not used for pets.  Please ask for advice prior to your booking and please see the pet policy.\"} -->\n<div class=\"wp-block-uagb-faq-child uagb-faq-child__outer-wrap uagb-faq-item uagb-block-c683aad7\" role=\"tab\" tabindex=\"0\"><div class=\"uagb-faq-questions-button uagb-faq-questions\"><span class=\"uagb-icon uagb-faq-icon-wrap\"><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 448 512\"><path d=\"M432 256c0 17.69-14.33 32.01-32 32.01H256v144c0 17.69-14.33 31.99-32 31.99s-32-14.3-32-31.99v-144H48c-17.67 0-32-14.32-32-32.01s14.33-31.99 32-31.99H192v-144c0-17.69 14.33-32.01 32-32.01s32 14.32 32 32.01v144h144C417.7 224 432 238.3 432 256z\"></path></svg></span><span class=\"uagb-icon-active uagb-faq-icon-wrap\"><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 448 512\"><path d=\"M400 288h-352c-17.69 0-32-14.32-32-32.01s14.31-31.99 32-31.99h352c17.69 0 32 14.3 32 31.99S417.7 288 400 288z\"></path></svg></span><span class=\"uagb-question\"><strong>Are you pet friendly?</strong></span></div><p class=\"uagb-faq-content\">Yes by arrangement as the units have enclosed private gardens that can accommodate friendly dogs.  However, the Honeymoon suite and the Greek Villa are not used for pets.  Please ask for advice prior to your booking and please see the pet policy.</p></div>\n<!-- /wp:uagb/faq-child --></div>\n<!-- /wp:uagb/faq --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:cover {\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Blue-roan-pool-01.jpg\",\"id\":782,\"dimRatio\":65,\"overlayColor\":\"ast-global-color-2\",\"focalPoint\":{\"x\":0.51,\"y\":0.69},\"minHeight\":500,\"align\":\"full\"} -->\n<div class=\"wp-block-cover alignfull\" style=\"min-height:500px\"><span aria-hidden=\"true\" class=\"wp-block-cover__background has-ast-global-color-2-background-color has-background-dim-70 has-background-dim\"></span><img class=\"wp-block-cover__image-background wp-image-782\" alt=\"\" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Blue-roan-pool-01.jpg\" style=\"object-position:51% 69%\" data-object-fit=\"cover\" data-object-position=\"51% 69%\"/><div class=\"wp-block-cover__inner-container\"><!-- wp:columns {\"verticalAlignment\":\"center\",\"align\":\"wide\"} -->\n<div class=\"wp-block-columns alignwide are-vertically-aligned-center\"><!-- wp:column {\"verticalAlignment\":\"center\",\"width\":\"66.66%\"} -->\n<div class=\"wp-block-column is-vertically-aligned-center\" style=\"flex-basis:66.66%\"><!-- wp:heading {\"textColor\":\"white\"} -->\n<h2 class=\"has-white-color has-text-color\">Sleep in Absolute Peace Wake up to Bright Sunshine</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph {\"textColor\":\"white\"} -->\n<p class=\"has-white-color has-text-color\">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:buttons -->\n<div class=\"wp-block-buttons\"><!-- wp:button -->\n<div class=\"wp-block-button\"><a class=\"wp-block-button__link wp-element-button\">Get Free Estimate</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"verticalAlignment\":\"center\",\"width\":\"33.33%\"} -->\n<div class=\"wp-block-column is-vertically-aligned-center\" style=\"flex-basis:33.33%\"></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div></div>\n<!-- /wp:cover -->',	'FAQs',	'',	'inherit',	'closed',	'closed',	'',	'933-revision-v1',	'',	'',	'2022-12-14 14:51:19',	'2022-12-14 14:51:19',	'',	933,	'https://blueroan.netgen.cloud/?p=1116',	0,	'revision',	'',	0),
(1117,	2,	'2022-12-14 14:52:04',	'2022-12-14 14:52:04',	'<!-- wp:cover {\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/sun-coming-up-1.jpg\",\"id\":1113,\"dimRatio\":0,\"overlayColor\":\"ast-global-color-1\",\"focalPoint\":{\"x\":0.44,\"y\":0.99},\"minHeight\":500,\"minHeightUnit\":\"px\",\"align\":\"full\"} -->\n<div class=\"wp-block-cover alignfull\" style=\"min-height:500px\"><span aria-hidden=\"true\" class=\"wp-block-cover__background has-ast-global-color-1-background-color has-background-dim-0 has-background-dim\"></span><img class=\"wp-block-cover__image-background wp-image-1113\" alt=\"\" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/sun-coming-up-1.jpg\" style=\"object-position:44% 99%\" data-object-fit=\"cover\" data-object-position=\"44% 99%\"/><div class=\"wp-block-cover__inner-container\"><!-- wp:spacer {\"height\":\"150px\"} -->\n<div style=\"height:150px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:columns {\"verticalAlignment\":\"bottom\",\"align\":\"wide\"} -->\n<div class=\"wp-block-columns alignwide are-vertically-aligned-bottom\"><!-- wp:column {\"verticalAlignment\":\"bottom\",\"width\":\"66.66%\"} -->\n<div class=\"wp-block-column is-vertically-aligned-bottom\" style=\"flex-basis:66.66%\"><!-- wp:heading {\"level\":1,\"textColor\":\"ast-global-color-5\"} -->\n<h1 class=\"has-ast-global-color-5-color has-text-color\">Frequently asked questions </h1>\n<!-- /wp:heading --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"verticalAlignment\":\"bottom\",\"width\":\"33.33%\"} -->\n<div class=\"wp-block-column is-vertically-aligned-bottom\" style=\"flex-basis:33.33%\"><!-- wp:heading {\"level\":3,\"textColor\":\"ast-global-color-5\",\"className\":\"faq-tel-no \"} -->\n<h3 class=\"faq-tel-no has-ast-global-color-5-color has-text-color\"><br><a href=\"tel:+27825755409\">+ 27 (0) 82 575 5409</a></h3>\n<!-- /wp:heading --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div></div>\n<!-- /wp:cover -->\n\n<!-- wp:uagb/container {\"block_id\":\"e13243ed\",\"variationSelected\":true,\"isBlockRootParent\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-e13243ed alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:spacer {\"height\":\"45px\"} -->\n<div style=\"height:45px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:uagb/faq {\"block_id\":\"1c9e2ff9\",\"expandFirstItem\":false,\"boxBgType\":\"transparent\",\"boxBgColor\":\"#F5F5F5\",\"borderStyle\":\"\",\"borderWidth\":\"\",\"borderRadius\":\"\",\"borderColor\":\"\",\"vquestionPaddingDesktop\":15,\"hquestionPaddingDesktop\":15,\"iconAlign\":\"row-reverse\",\"schema\":\"{\\u0022@context\\u0022:\\u0022https://schema.org\\u0022,\\u0022@type\\u0022:\\u0022FAQPage\\u0022,\\u0022@id\\u0022:\\u0022https://blueroan.netgen.cloud/faqs/\\u0022,\\u0022mainEntity\\u0022:[{\\u0022@type\\u0022:\\u0022Question\\u0022,\\u0022name\\u0022:\\u0022\\u003cstrong\\u003eWhat is the check-in and check-out time?\\u003c/strong\\u003e\\u0022,\\u0022acceptedAnswer\\u0022:{\\u0022@type\\u0022:\\u0022Answer\\u0022,\\u0022text\\u0022:\\u0022Check-in after 14:00 and before 20:00\\u003cbr\\u003eCheck out by 10:00 am\\u0022}},{\\u0022@type\\u0022:\\u0022Question\\u0022,\\u0022name\\u0022:\\u0022\\u003cstrong\\u003eCan we stay later than the check-out time?\\u003c/strong\\u003e\\u0022,\\u0022acceptedAnswer\\u0022:{\\u0022@type\\u0022:\\u0022Answer\\u0022,\\u0022text\\u0022:\\u0022Please check with us. If we have no people waiting for your room, then you are welcome to stay later by arrangement.\\u0022}},{\\u0022@type\\u0022:\\u0022Question\\u0022,\\u0022name\\u0022:\\u0022\\u003cstrong\\u003eDo you accept credit or debit cards?\\u003c/strong\\u003e\\u0022,\\u0022acceptedAnswer\\u0022:{\\u0022@type\\u0022:\\u0022Answer\\u0022,\\u0022text\\u0022:\\u0022Yes, we accept credit cards and cheque cards but not debit cards.\\u003cbr\\u003e\\u0022}},{\\u0022@type\\u0022:\\u0022Question\\u0022,\\u0022name\\u0022:\\u0022\\u003cstrong\\u003eDo you serve meals?\\u003c/strong\\u003e\\u0022,\\u0022acceptedAnswer\\u0022:{\\u0022@type\\u0022:\\u0022Answer\\u0022,\\u0022text\\u0022:\\u0022No. However, we are close to many restaurants where a tasty and reasonably priced meal can be obtained.\\u0022}},{\\u0022@type\\u0022:\\u0022Question\\u0022,\\u0022name\\u0022:\\u0022\\u003cstrong\\u003eThis is a special date for me, a \\u003c/strong\\u003eBirthday, Anniversary,\\u003cstrong\\u003e or any other. Can you make it special for me?\\u003c/strong\\u003e\\u0022,\\u0022acceptedAnswer\\u0022:{\\u0022@type\\u0022:\\u0022Answer\\u0022,\\u0022text\\u0022:\\u0022Yes, just tell us about it and any special requests you have, and we will try and assist\\u0022}},{\\u0022@type\\u0022:\\u0022Question\\u0022,\\u0022name\\u0022:\\u0022\\u003cstrong\\u003eAre you pet friendly?\\u003c/strong\\u003e\\u0022,\\u0022acceptedAnswer\\u0022:{\\u0022@type\\u0022:\\u0022Answer\\u0022,\\u0022text\\u0022:\\u0022Yes by arrangement as the units have enclosed private gardens that can accommodate friendly dogs.  However, the Honeymoon suite and the Greek Villa are not used for pets.  Please ask for advice prior to your booking and please see the pet policy.\\u0022}}]}\",\"questionLeftPaddingDesktop\":15,\"questionBottomPaddingDesktop\":15,\"answerTopPadding\":0,\"answerRightPadding\":15,\"answerBottomPadding\":15,\"answerLeftPadding\":15,\"answerTopPaddingTablet\":10,\"answerRightPaddingTablet\":10,\"answerBottomPaddingTablet\":10,\"answerLeftPaddingTablet\":10,\"answerTopPaddingMobile\":10,\"answerRightPaddingMobile\":10,\"answerBottomPaddingMobile\":10,\"answerLeftPaddingMobile\":10,\"overallBorderTopWidth\":1,\"overallBorderLeftWidth\":1,\"overallBorderRightWidth\":1,\"overallBorderBottomWidth\":1,\"overallBorderTopLeftRadius\":2,\"overallBorderTopRightRadius\":2,\"overallBorderBottomLeftRadius\":2,\"overallBorderBottomRightRadius\":2,\"overallBorderStyle\":\"solid\",\"overallBorderColor\":\"#D2D2D2\"} -->\n<div class=\"wp-block-uagb-faq uagb-faq__outer-wrap uagb-block-1c9e2ff9 uagb-faq-icon-row-reverse uagb-faq-layout-accordion uagb-faq-expand-first-false uagb-faq-inactive-other-true uagb-faq__wrap uagb-buttons-layout-wrap uagb-faq-equal-height\" data-faqtoggle=\"true\" role=\"tablist\"><!-- wp:uagb/faq-child {\"block_id\":\"58372927\",\"question\":\"\\u003cstrong\\u003eWhat is the check-in and check-out time?\\u003c/strong\\u003e\",\"answer\":\"Check-in after 14:00 and before 20:00\\u003cbr\\u003eCheck out by 10:00 am\"} -->\n<div class=\"wp-block-uagb-faq-child uagb-faq-child__outer-wrap uagb-faq-item uagb-block-58372927\" role=\"tab\" tabindex=\"0\"><div class=\"uagb-faq-questions-button uagb-faq-questions\"><span class=\"uagb-icon uagb-faq-icon-wrap\"><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 448 512\"><path d=\"M432 256c0 17.69-14.33 32.01-32 32.01H256v144c0 17.69-14.33 31.99-32 31.99s-32-14.3-32-31.99v-144H48c-17.67 0-32-14.32-32-32.01s14.33-31.99 32-31.99H192v-144c0-17.69 14.33-32.01 32-32.01s32 14.32 32 32.01v144h144C417.7 224 432 238.3 432 256z\"></path></svg></span><span class=\"uagb-icon-active uagb-faq-icon-wrap\"><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 448 512\"><path d=\"M400 288h-352c-17.69 0-32-14.32-32-32.01s14.31-31.99 32-31.99h352c17.69 0 32 14.3 32 31.99S417.7 288 400 288z\"></path></svg></span><span class=\"uagb-question\"><strong>What is the check-in and check-out time?</strong></span></div><p class=\"uagb-faq-content\">Check-in after 14:00 and before 20:00<br>Check out by 10:00 am</p></div>\n<!-- /wp:uagb/faq-child -->\n\n<!-- wp:uagb/faq-child {\"block_id\":\"960c7c7c\",\"question\":\"\\u003cstrong\\u003eCan we stay later than the check-out time?\\u003c/strong\\u003e\",\"answer\":\"Please check with us. If we have no people waiting for your room, then you are welcome to stay later by arrangement.\"} -->\n<div class=\"wp-block-uagb-faq-child uagb-faq-child__outer-wrap uagb-faq-item uagb-block-960c7c7c\" role=\"tab\" tabindex=\"0\"><div class=\"uagb-faq-questions-button uagb-faq-questions\"><span class=\"uagb-icon uagb-faq-icon-wrap\"><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 448 512\"><path d=\"M432 256c0 17.69-14.33 32.01-32 32.01H256v144c0 17.69-14.33 31.99-32 31.99s-32-14.3-32-31.99v-144H48c-17.67 0-32-14.32-32-32.01s14.33-31.99 32-31.99H192v-144c0-17.69 14.33-32.01 32-32.01s32 14.32 32 32.01v144h144C417.7 224 432 238.3 432 256z\"></path></svg></span><span class=\"uagb-icon-active uagb-faq-icon-wrap\"><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 448 512\"><path d=\"M400 288h-352c-17.69 0-32-14.32-32-32.01s14.31-31.99 32-31.99h352c17.69 0 32 14.3 32 31.99S417.7 288 400 288z\"></path></svg></span><span class=\"uagb-question\"><strong>Can we stay later than the check-out time?</strong></span></div><p class=\"uagb-faq-content\">Please check with us. If we have no people waiting for your room, then you are welcome to stay later by arrangement.</p></div>\n<!-- /wp:uagb/faq-child -->\n\n<!-- wp:uagb/faq-child {\"block_id\":\"ed357d95\",\"question\":\"\\u003cstrong\\u003eDo you accept credit or debit cards?\\u003c/strong\\u003e\",\"answer\":\"Yes, we accept credit cards and cheque cards but not debit cards.\\u003cbr\\u003e\"} -->\n<div class=\"wp-block-uagb-faq-child uagb-faq-child__outer-wrap uagb-faq-item uagb-block-ed357d95\" role=\"tab\" tabindex=\"0\"><div class=\"uagb-faq-questions-button uagb-faq-questions\"><span class=\"uagb-icon uagb-faq-icon-wrap\"><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 448 512\"><path d=\"M432 256c0 17.69-14.33 32.01-32 32.01H256v144c0 17.69-14.33 31.99-32 31.99s-32-14.3-32-31.99v-144H48c-17.67 0-32-14.32-32-32.01s14.33-31.99 32-31.99H192v-144c0-17.69 14.33-32.01 32-32.01s32 14.32 32 32.01v144h144C417.7 224 432 238.3 432 256z\"></path></svg></span><span class=\"uagb-icon-active uagb-faq-icon-wrap\"><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 448 512\"><path d=\"M400 288h-352c-17.69 0-32-14.32-32-32.01s14.31-31.99 32-31.99h352c17.69 0 32 14.3 32 31.99S417.7 288 400 288z\"></path></svg></span><span class=\"uagb-question\"><strong>Do you accept credit or debit cards?</strong></span></div><p class=\"uagb-faq-content\">Yes, we accept credit cards and cheque cards but not debit cards.<br></p></div>\n<!-- /wp:uagb/faq-child -->\n\n<!-- wp:uagb/faq-child {\"block_id\":\"2156395b\",\"question\":\"\\u003cstrong\\u003eDo you serve meals?\\u003c/strong\\u003e\",\"answer\":\"No. However, we are close to many restaurants where a tasty and reasonably priced meal can be obtained.\"} -->\n<div class=\"wp-block-uagb-faq-child uagb-faq-child__outer-wrap uagb-faq-item uagb-block-2156395b\" role=\"tab\" tabindex=\"0\"><div class=\"uagb-faq-questions-button uagb-faq-questions\"><span class=\"uagb-icon uagb-faq-icon-wrap\"><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 448 512\"><path d=\"M432 256c0 17.69-14.33 32.01-32 32.01H256v144c0 17.69-14.33 31.99-32 31.99s-32-14.3-32-31.99v-144H48c-17.67 0-32-14.32-32-32.01s14.33-31.99 32-31.99H192v-144c0-17.69 14.33-32.01 32-32.01s32 14.32 32 32.01v144h144C417.7 224 432 238.3 432 256z\"></path></svg></span><span class=\"uagb-icon-active uagb-faq-icon-wrap\"><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 448 512\"><path d=\"M400 288h-352c-17.69 0-32-14.32-32-32.01s14.31-31.99 32-31.99h352c17.69 0 32 14.3 32 31.99S417.7 288 400 288z\"></path></svg></span><span class=\"uagb-question\"><strong>Do you serve meals?</strong></span></div><p class=\"uagb-faq-content\">No. However, we are close to many restaurants where a tasty and reasonably priced meal can be obtained.</p></div>\n<!-- /wp:uagb/faq-child -->\n\n<!-- wp:uagb/faq-child {\"block_id\":\"114d9d85\",\"question\":\"\\u003cstrong\\u003eThis is a special date for me, a \\u003c/strong\\u003eBirthday, Anniversary,\\u003cstrong\\u003e or any other. Can you make it special for me?\\u003c/strong\\u003e\",\"answer\":\"Yes, just tell us about it and any special requests you have, and we will try and assist\"} -->\n<div class=\"wp-block-uagb-faq-child uagb-faq-child__outer-wrap uagb-faq-item uagb-block-114d9d85\" role=\"tab\" tabindex=\"0\"><div class=\"uagb-faq-questions-button uagb-faq-questions\"><span class=\"uagb-icon uagb-faq-icon-wrap\"><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 448 512\"><path d=\"M432 256c0 17.69-14.33 32.01-32 32.01H256v144c0 17.69-14.33 31.99-32 31.99s-32-14.3-32-31.99v-144H48c-17.67 0-32-14.32-32-32.01s14.33-31.99 32-31.99H192v-144c0-17.69 14.33-32.01 32-32.01s32 14.32 32 32.01v144h144C417.7 224 432 238.3 432 256z\"></path></svg></span><span class=\"uagb-icon-active uagb-faq-icon-wrap\"><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 448 512\"><path d=\"M400 288h-352c-17.69 0-32-14.32-32-32.01s14.31-31.99 32-31.99h352c17.69 0 32 14.3 32 31.99S417.7 288 400 288z\"></path></svg></span><span class=\"uagb-question\"><strong>This is a special date for me, a </strong>Birthday, Anniversary,<strong> or any other. Can you make it special for me?</strong></span></div><p class=\"uagb-faq-content\">Yes, just tell us about it and any special requests you have, and we will try and assist</p></div>\n<!-- /wp:uagb/faq-child -->\n\n<!-- wp:uagb/faq-child {\"block_id\":\"5d68b7e3\",\"question\":\"\\u003cstrong\\u003eAre you pet friendly?\\u003c/strong\\u003e\",\"answer\":\"Yes by arrangement as the units have enclosed private gardens that can accommodate friendly dogs.  However, the Honeymoon suite and the Greek Villa are not used for pets.  Please ask for advice prior to your booking and please see the pet policy.\"} -->\n<div class=\"wp-block-uagb-faq-child uagb-faq-child__outer-wrap uagb-faq-item uagb-block-5d68b7e3\" role=\"tab\" tabindex=\"0\"><div class=\"uagb-faq-questions-button uagb-faq-questions\"><span class=\"uagb-icon uagb-faq-icon-wrap\"><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 448 512\"><path d=\"M432 256c0 17.69-14.33 32.01-32 32.01H256v144c0 17.69-14.33 31.99-32 31.99s-32-14.3-32-31.99v-144H48c-17.67 0-32-14.32-32-32.01s14.33-31.99 32-31.99H192v-144c0-17.69 14.33-32.01 32-32.01s32 14.32 32 32.01v144h144C417.7 224 432 238.3 432 256z\"></path></svg></span><span class=\"uagb-icon-active uagb-faq-icon-wrap\"><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 448 512\"><path d=\"M400 288h-352c-17.69 0-32-14.32-32-32.01s14.31-31.99 32-31.99h352c17.69 0 32 14.3 32 31.99S417.7 288 400 288z\"></path></svg></span><span class=\"uagb-question\"><strong>Are you pet friendly?</strong></span></div><p class=\"uagb-faq-content\">Yes by arrangement as the units have enclosed private gardens that can accommodate friendly dogs.  However, the Honeymoon suite and the Greek Villa are not used for pets.  Please ask for advice prior to your booking and please see the pet policy.</p></div>\n<!-- /wp:uagb/faq-child --></div>\n<!-- /wp:uagb/faq -->\n\n<!-- wp:spacer {\"height\":\"45px\"} -->\n<div style=\"height:45px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:cover {\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Blue-roan-pool-01.jpg\",\"id\":782,\"dimRatio\":65,\"overlayColor\":\"ast-global-color-2\",\"focalPoint\":{\"x\":0.51,\"y\":0.69},\"minHeight\":500,\"align\":\"full\"} -->\n<div class=\"wp-block-cover alignfull\" style=\"min-height:500px\"><span aria-hidden=\"true\" class=\"wp-block-cover__background has-ast-global-color-2-background-color has-background-dim-70 has-background-dim\"></span><img class=\"wp-block-cover__image-background wp-image-782\" alt=\"\" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Blue-roan-pool-01.jpg\" style=\"object-position:51% 69%\" data-object-fit=\"cover\" data-object-position=\"51% 69%\"/><div class=\"wp-block-cover__inner-container\"><!-- wp:columns {\"verticalAlignment\":\"center\",\"align\":\"wide\"} -->\n<div class=\"wp-block-columns alignwide are-vertically-aligned-center\"><!-- wp:column {\"verticalAlignment\":\"center\",\"width\":\"66.66%\"} -->\n<div class=\"wp-block-column is-vertically-aligned-center\" style=\"flex-basis:66.66%\"><!-- wp:heading {\"textColor\":\"white\"} -->\n<h2 class=\"has-white-color has-text-color\">Sleep in Absolute Peace Wake up to Bright Sunshine</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph {\"textColor\":\"white\"} -->\n<p class=\"has-white-color has-text-color\">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:buttons -->\n<div class=\"wp-block-buttons\"><!-- wp:button -->\n<div class=\"wp-block-button\"><a class=\"wp-block-button__link wp-element-button\">Get Free Estimate</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"verticalAlignment\":\"center\",\"width\":\"33.33%\"} -->\n<div class=\"wp-block-column is-vertically-aligned-center\" style=\"flex-basis:33.33%\"></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div></div>\n<!-- /wp:cover -->',	'FAQs',	'',	'inherit',	'closed',	'closed',	'',	'933-revision-v1',	'',	'',	'2022-12-14 14:52:04',	'2022-12-14 14:52:04',	'',	933,	'https://blueroan.netgen.cloud/?p=1117',	0,	'revision',	'',	0),
(1119,	2,	'2022-12-14 14:56:33',	'2022-12-14 14:56:33',	'<!-- wp:cover {\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/sun-coming-up-1.jpg\",\"id\":1113,\"dimRatio\":0,\"overlayColor\":\"ast-global-color-1\",\"focalPoint\":{\"x\":0.44,\"y\":0.99},\"minHeight\":500,\"minHeightUnit\":\"px\",\"align\":\"full\"} -->\n<div class=\"wp-block-cover alignfull\" style=\"min-height:500px\"><span aria-hidden=\"true\" class=\"wp-block-cover__background has-ast-global-color-1-background-color has-background-dim-0 has-background-dim\"></span><img class=\"wp-block-cover__image-background wp-image-1113\" alt=\"\" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/sun-coming-up-1.jpg\" style=\"object-position:44% 99%\" data-object-fit=\"cover\" data-object-position=\"44% 99%\"/><div class=\"wp-block-cover__inner-container\"><!-- wp:spacer {\"height\":\"150px\"} -->\n<div style=\"height:150px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:columns {\"verticalAlignment\":\"bottom\",\"align\":\"wide\"} -->\n<div class=\"wp-block-columns alignwide are-vertically-aligned-bottom\"><!-- wp:column {\"verticalAlignment\":\"bottom\",\"width\":\"66.66%\"} -->\n<div class=\"wp-block-column is-vertically-aligned-bottom\" style=\"flex-basis:66.66%\"><!-- wp:heading {\"level\":1,\"textColor\":\"ast-global-color-5\"} -->\n<h1 class=\"has-ast-global-color-5-color has-text-color\">Frequently asked questions </h1>\n<!-- /wp:heading --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"verticalAlignment\":\"bottom\",\"width\":\"33.33%\"} -->\n<div class=\"wp-block-column is-vertically-aligned-bottom\" style=\"flex-basis:33.33%\"><!-- wp:heading {\"level\":3,\"textColor\":\"ast-global-color-5\",\"className\":\"faq-tel-no \"} -->\n<h3 class=\"faq-tel-no has-ast-global-color-5-color has-text-color\"><br><a href=\"tel:+27825755409\">+ 27 (0) 82 575 5409</a></h3>\n<!-- /wp:heading --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div></div>\n<!-- /wp:cover -->\n\n<!-- wp:uagb/container {\"block_id\":\"4a1e54ab\",\"variationSelected\":true,\"isBlockRootParent\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-4a1e54ab alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:spacer {\"height\":\"45px\"} -->\n<div style=\"height:45px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:uagb/faq {\"block_id\":\"fe1864be\",\"expandFirstItem\":false,\"boxBgType\":\"transparent\",\"boxBgColor\":\"#F5F5F5\",\"borderStyle\":\"\",\"borderWidth\":\"\",\"borderRadius\":\"\",\"borderColor\":\"\",\"vquestionPaddingDesktop\":15,\"hquestionPaddingDesktop\":15,\"iconAlign\":\"row-reverse\",\"schema\":\"{\\u0022@context\\u0022:\\u0022https://schema.org\\u0022,\\u0022@type\\u0022:\\u0022FAQPage\\u0022,\\u0022@id\\u0022:\\u0022https://blueroan.netgen.cloud/faqs/\\u0022,\\u0022mainEntity\\u0022:[{\\u0022@type\\u0022:\\u0022Question\\u0022,\\u0022name\\u0022:\\u0022\\u003cstrong\\u003eWhat is the check-in and check-out time?\\u003c/strong\\u003e\\u0022,\\u0022acceptedAnswer\\u0022:{\\u0022@type\\u0022:\\u0022Answer\\u0022,\\u0022text\\u0022:\\u0022Check-in after 14:00 and before 20:00\\u003cbr\\u003eCheck out by 10:00 am\\u0022}},{\\u0022@type\\u0022:\\u0022Question\\u0022,\\u0022name\\u0022:\\u0022\\u003cstrong\\u003eCan we stay later than the check-out time?\\u003c/strong\\u003e\\u0022,\\u0022acceptedAnswer\\u0022:{\\u0022@type\\u0022:\\u0022Answer\\u0022,\\u0022text\\u0022:\\u0022Please check with us. If we have no people waiting for your room, then you are welcome to stay later by arrangement.\\u0022}},{\\u0022@type\\u0022:\\u0022Question\\u0022,\\u0022name\\u0022:\\u0022\\u003cstrong\\u003eDo you accept credit or debit cards?\\u003c/strong\\u003e\\u0022,\\u0022acceptedAnswer\\u0022:{\\u0022@type\\u0022:\\u0022Answer\\u0022,\\u0022text\\u0022:\\u0022Yes, we accept credit cards and cheque cards but not debit cards.\\u003cbr\\u003e\\u0022}},{\\u0022@type\\u0022:\\u0022Question\\u0022,\\u0022name\\u0022:\\u0022\\u003cstrong\\u003eDo you serve meals?\\u003c/strong\\u003e\\u0022,\\u0022acceptedAnswer\\u0022:{\\u0022@type\\u0022:\\u0022Answer\\u0022,\\u0022text\\u0022:\\u0022No. However, we are close to many restaurants where a tasty and reasonably priced meal can be obtained.\\u0022}},{\\u0022@type\\u0022:\\u0022Question\\u0022,\\u0022name\\u0022:\\u0022\\u003cstrong\\u003eThis is a special date for me, a \\u003c/strong\\u003eBirthday, Anniversary,\\u003cstrong\\u003e or any other. Can you make it special for me?\\u003c/strong\\u003e\\u0022,\\u0022acceptedAnswer\\u0022:{\\u0022@type\\u0022:\\u0022Answer\\u0022,\\u0022text\\u0022:\\u0022Yes, just tell us about it and any special requests you have, and we will try and assist\\u0022}},{\\u0022@type\\u0022:\\u0022Question\\u0022,\\u0022name\\u0022:\\u0022\\u003cstrong\\u003eAre you pet friendly?\\u003c/strong\\u003e\\u0022,\\u0022acceptedAnswer\\u0022:{\\u0022@type\\u0022:\\u0022Answer\\u0022,\\u0022text\\u0022:\\u0022Yes by arrangement as the units have enclosed private gardens that can accommodate friendly dogs.  However, the Honeymoon suite and the Greek Villa are not used for pets.  Please ask for advice prior to your booking and please see the pet policy.\\u0022}}]}\",\"questionLeftPaddingDesktop\":15,\"questionBottomPaddingDesktop\":15,\"answerTopPadding\":0,\"answerRightPadding\":15,\"answerBottomPadding\":15,\"answerLeftPadding\":15,\"answerTopPaddingTablet\":10,\"answerRightPaddingTablet\":10,\"answerBottomPaddingTablet\":10,\"answerLeftPaddingTablet\":10,\"answerTopPaddingMobile\":10,\"answerRightPaddingMobile\":10,\"answerBottomPaddingMobile\":10,\"answerLeftPaddingMobile\":10,\"overallBorderTopWidth\":1,\"overallBorderLeftWidth\":1,\"overallBorderRightWidth\":1,\"overallBorderBottomWidth\":1,\"overallBorderTopLeftRadius\":2,\"overallBorderTopRightRadius\":2,\"overallBorderBottomLeftRadius\":2,\"overallBorderBottomRightRadius\":2,\"overallBorderStyle\":\"solid\",\"overallBorderColor\":\"#D2D2D2\"} -->\n<div class=\"wp-block-uagb-faq uagb-faq__outer-wrap uagb-block-fe1864be uagb-faq-icon-row-reverse uagb-faq-layout-accordion uagb-faq-expand-first-false uagb-faq-inactive-other-true uagb-faq__wrap uagb-buttons-layout-wrap uagb-faq-equal-height\" data-faqtoggle=\"true\" role=\"tablist\"><!-- wp:uagb/faq-child {\"block_id\":\"8d3c1fd5\",\"question\":\"\\u003cstrong\\u003eWhat is the check-in and check-out time?\\u003c/strong\\u003e\",\"answer\":\"Check-in after 14:00 and before 20:00\\u003cbr\\u003eCheck out by 10:00 am\"} -->\n<div class=\"wp-block-uagb-faq-child uagb-faq-child__outer-wrap uagb-faq-item uagb-block-8d3c1fd5\" role=\"tab\" tabindex=\"0\"><div class=\"uagb-faq-questions-button uagb-faq-questions\"><span class=\"uagb-icon uagb-faq-icon-wrap\"><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 448 512\"><path d=\"M432 256c0 17.69-14.33 32.01-32 32.01H256v144c0 17.69-14.33 31.99-32 31.99s-32-14.3-32-31.99v-144H48c-17.67 0-32-14.32-32-32.01s14.33-31.99 32-31.99H192v-144c0-17.69 14.33-32.01 32-32.01s32 14.32 32 32.01v144h144C417.7 224 432 238.3 432 256z\"></path></svg></span><span class=\"uagb-icon-active uagb-faq-icon-wrap\"><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 448 512\"><path d=\"M400 288h-352c-17.69 0-32-14.32-32-32.01s14.31-31.99 32-31.99h352c17.69 0 32 14.3 32 31.99S417.7 288 400 288z\"></path></svg></span><span class=\"uagb-question\"><strong>What is the check-in and check-out time?</strong></span></div><p class=\"uagb-faq-content\">Check-in after 14:00 and before 20:00<br>Check out by 10:00 am</p></div>\n<!-- /wp:uagb/faq-child -->\n\n<!-- wp:uagb/faq-child {\"block_id\":\"a05ba6b8\",\"question\":\"\\u003cstrong\\u003eCan we stay later than the check-out time?\\u003c/strong\\u003e\",\"answer\":\"Please check with us. If we have no people waiting for your room, then you are welcome to stay later by arrangement.\"} -->\n<div class=\"wp-block-uagb-faq-child uagb-faq-child__outer-wrap uagb-faq-item uagb-block-a05ba6b8\" role=\"tab\" tabindex=\"0\"><div class=\"uagb-faq-questions-button uagb-faq-questions\"><span class=\"uagb-icon uagb-faq-icon-wrap\"><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 448 512\"><path d=\"M432 256c0 17.69-14.33 32.01-32 32.01H256v144c0 17.69-14.33 31.99-32 31.99s-32-14.3-32-31.99v-144H48c-17.67 0-32-14.32-32-32.01s14.33-31.99 32-31.99H192v-144c0-17.69 14.33-32.01 32-32.01s32 14.32 32 32.01v144h144C417.7 224 432 238.3 432 256z\"></path></svg></span><span class=\"uagb-icon-active uagb-faq-icon-wrap\"><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 448 512\"><path d=\"M400 288h-352c-17.69 0-32-14.32-32-32.01s14.31-31.99 32-31.99h352c17.69 0 32 14.3 32 31.99S417.7 288 400 288z\"></path></svg></span><span class=\"uagb-question\"><strong>Can we stay later than the check-out time?</strong></span></div><p class=\"uagb-faq-content\">Please check with us. If we have no people waiting for your room, then you are welcome to stay later by arrangement.</p></div>\n<!-- /wp:uagb/faq-child -->\n\n<!-- wp:uagb/faq-child {\"block_id\":\"255c00ae\",\"question\":\"\\u003cstrong\\u003eDo you accept credit or debit cards?\\u003c/strong\\u003e\",\"answer\":\"Yes, we accept credit cards and cheque cards but not debit cards.\\u003cbr\\u003e\"} -->\n<div class=\"wp-block-uagb-faq-child uagb-faq-child__outer-wrap uagb-faq-item uagb-block-255c00ae\" role=\"tab\" tabindex=\"0\"><div class=\"uagb-faq-questions-button uagb-faq-questions\"><span class=\"uagb-icon uagb-faq-icon-wrap\"><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 448 512\"><path d=\"M432 256c0 17.69-14.33 32.01-32 32.01H256v144c0 17.69-14.33 31.99-32 31.99s-32-14.3-32-31.99v-144H48c-17.67 0-32-14.32-32-32.01s14.33-31.99 32-31.99H192v-144c0-17.69 14.33-32.01 32-32.01s32 14.32 32 32.01v144h144C417.7 224 432 238.3 432 256z\"></path></svg></span><span class=\"uagb-icon-active uagb-faq-icon-wrap\"><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 448 512\"><path d=\"M400 288h-352c-17.69 0-32-14.32-32-32.01s14.31-31.99 32-31.99h352c17.69 0 32 14.3 32 31.99S417.7 288 400 288z\"></path></svg></span><span class=\"uagb-question\"><strong>Do you accept credit or debit cards?</strong></span></div><p class=\"uagb-faq-content\">Yes, we accept credit cards and cheque cards but not debit cards.<br></p></div>\n<!-- /wp:uagb/faq-child -->\n\n<!-- wp:uagb/faq-child {\"block_id\":\"c3b38cc7\",\"question\":\"\\u003cstrong\\u003eDo you serve meals?\\u003c/strong\\u003e\",\"answer\":\"No. However, we are close to many restaurants where a tasty and reasonably priced meal can be obtained.\"} -->\n<div class=\"wp-block-uagb-faq-child uagb-faq-child__outer-wrap uagb-faq-item uagb-block-c3b38cc7\" role=\"tab\" tabindex=\"0\"><div class=\"uagb-faq-questions-button uagb-faq-questions\"><span class=\"uagb-icon uagb-faq-icon-wrap\"><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 448 512\"><path d=\"M432 256c0 17.69-14.33 32.01-32 32.01H256v144c0 17.69-14.33 31.99-32 31.99s-32-14.3-32-31.99v-144H48c-17.67 0-32-14.32-32-32.01s14.33-31.99 32-31.99H192v-144c0-17.69 14.33-32.01 32-32.01s32 14.32 32 32.01v144h144C417.7 224 432 238.3 432 256z\"></path></svg></span><span class=\"uagb-icon-active uagb-faq-icon-wrap\"><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 448 512\"><path d=\"M400 288h-352c-17.69 0-32-14.32-32-32.01s14.31-31.99 32-31.99h352c17.69 0 32 14.3 32 31.99S417.7 288 400 288z\"></path></svg></span><span class=\"uagb-question\"><strong>Do you serve meals?</strong></span></div><p class=\"uagb-faq-content\">No. However, we are close to many restaurants where a tasty and reasonably priced meal can be obtained.</p></div>\n<!-- /wp:uagb/faq-child -->\n\n<!-- wp:uagb/faq-child {\"block_id\":\"0664bff7\",\"question\":\"\\u003cstrong\\u003eThis is a special date for me, a \\u003c/strong\\u003eBirthday, Anniversary,\\u003cstrong\\u003e or any other. Can you make it special for me?\\u003c/strong\\u003e\",\"answer\":\"Yes, just tell us about it and any special requests you have, and we will try and assist\"} -->\n<div class=\"wp-block-uagb-faq-child uagb-faq-child__outer-wrap uagb-faq-item uagb-block-0664bff7\" role=\"tab\" tabindex=\"0\"><div class=\"uagb-faq-questions-button uagb-faq-questions\"><span class=\"uagb-icon uagb-faq-icon-wrap\"><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 448 512\"><path d=\"M432 256c0 17.69-14.33 32.01-32 32.01H256v144c0 17.69-14.33 31.99-32 31.99s-32-14.3-32-31.99v-144H48c-17.67 0-32-14.32-32-32.01s14.33-31.99 32-31.99H192v-144c0-17.69 14.33-32.01 32-32.01s32 14.32 32 32.01v144h144C417.7 224 432 238.3 432 256z\"></path></svg></span><span class=\"uagb-icon-active uagb-faq-icon-wrap\"><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 448 512\"><path d=\"M400 288h-352c-17.69 0-32-14.32-32-32.01s14.31-31.99 32-31.99h352c17.69 0 32 14.3 32 31.99S417.7 288 400 288z\"></path></svg></span><span class=\"uagb-question\"><strong>This is a special date for me, a </strong>Birthday, Anniversary,<strong> or any other. Can you make it special for me?</strong></span></div><p class=\"uagb-faq-content\">Yes, just tell us about it and any special requests you have, and we will try and assist</p></div>\n<!-- /wp:uagb/faq-child -->\n\n<!-- wp:uagb/faq-child {\"block_id\":\"be1ce91c\",\"question\":\"\\u003cstrong\\u003eAre you pet friendly?\\u003c/strong\\u003e\",\"answer\":\"Yes by arrangement as the units have enclosed private gardens that can accommodate friendly dogs.  However, the Honeymoon suite and the Greek Villa are not used for pets.  Please ask for advice prior to your booking and please see the pet policy.\"} -->\n<div class=\"wp-block-uagb-faq-child uagb-faq-child__outer-wrap uagb-faq-item uagb-block-be1ce91c\" role=\"tab\" tabindex=\"0\"><div class=\"uagb-faq-questions-button uagb-faq-questions\"><span class=\"uagb-icon uagb-faq-icon-wrap\"><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 448 512\"><path d=\"M432 256c0 17.69-14.33 32.01-32 32.01H256v144c0 17.69-14.33 31.99-32 31.99s-32-14.3-32-31.99v-144H48c-17.67 0-32-14.32-32-32.01s14.33-31.99 32-31.99H192v-144c0-17.69 14.33-32.01 32-32.01s32 14.32 32 32.01v144h144C417.7 224 432 238.3 432 256z\"></path></svg></span><span class=\"uagb-icon-active uagb-faq-icon-wrap\"><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 448 512\"><path d=\"M400 288h-352c-17.69 0-32-14.32-32-32.01s14.31-31.99 32-31.99h352c17.69 0 32 14.3 32 31.99S417.7 288 400 288z\"></path></svg></span><span class=\"uagb-question\"><strong>Are you pet friendly?</strong></span></div><p class=\"uagb-faq-content\">Yes by arrangement as the units have enclosed private gardens that can accommodate friendly dogs.  However, the Honeymoon suite and the Greek Villa are not used for pets.  Please ask for advice prior to your booking and please see the pet policy.</p></div>\n<!-- /wp:uagb/faq-child --></div>\n<!-- /wp:uagb/faq -->\n\n<!-- wp:spacer {\"height\":\"45px\"} -->\n<div style=\"height:45px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:heading -->\n<h2>BLUE ROAN PET POLICY</h2>\n<!-- /wp:heading -->\n\n<!-- wp:uagb/faq {\"block_id\":\"5329360b\",\"boxBgColor\":\"#F5F5F5\",\"vquestionPaddingDesktop\":15,\"hquestionPaddingDesktop\":15,\"iconAlign\":\"row-reverse\",\"schema\":\"{\\u0022@context\\u0022:\\u0022https://schema.org\\u0022,\\u0022@type\\u0022:\\u0022FAQPage\\u0022,\\u0022@id\\u0022:\\u0022https://blueroan.netgen.cloud/faqs/\\u0022,\\u0022mainEntity\\u0022:[{\\u0022@type\\u0022:\\u0022Question\\u0022,\\u0022name\\u0022:\\u0022View the Blue Roan Pet Policy \\u0022,\\u0022acceptedAnswer\\u0022:{\\u0022@type\\u0022:\\u0022Answer\\u0022,\\u0022text\\u0022:\\u0022Blue Roan offers pet owners the opportunity to enjoy their holiday with their lovable pets, the number and size, and breed must be pre-arranged and agreed to.  We have lovely safe off-leash walking trails on our property as well as the right to use neighbouring farms.  We love all animals and have quite a few of our own.  However, owing to our particular setup, which has its flaws, this invitation is extended only to owners with well-behaved and controllable dogs and is subject to the following conditions:\\u003cbr\\u003e\\u003cbr\\u003e1. Owners must stay with their animals at all times,  meaning you cannot go out at all without taking your dogs with you, as dogs in an unfamiliar environment are likely to exhibit anxiety which will result in uncontrolled barking.  We are not “boarding kennels”.  There are at least 4 restaurants that are pet friendly in the area.  We will point these out to you.  You will not be able to bring your dogs to the swimming pool as it is in the main garden where our dogs live.  \\u003cbr\\u003e\\u003cbr\\u003e2. All dogs will bark from time to time briefly at something or someone new, but the onus is upon the owner to approach their dogs and calm them down and stop the barking as soon as reasonably possible.  All the cottages are individually fenced (1.2 meters high) and gated to give you and your dogs a private space but unfortunately, noise does not stop at the fence!  The fences are separate from each other.  This is not the right place to bring “Yappers” who bark at everything that moves and nothing at all!  Dogs that can jump over fences and that cannot be contained in the gardens are not allowed.\\u003cbr\\u003e\\u003cbr\\u003e3. Please take note that pet-friendly accommodation requires that your pets are well trained, have their own sleeping bags, blankets and toys, that they do not jump onto or chew furniture or sleep on beds/sofa,s and that are \\\\\\u0022flea-free\\\\\\u0022 N.B. You will be responsible for cleaning after your pets, picking up their waste, and ensuring that the garden is left in the way that you have found it. We will exercise the right to hold you responsible for any damage caused by your pets.\\u003cbr\\u003e\\u003cbr\\u003e4. On arrival, guests are requested to get their dogs safely into their garden - the carport area is not safe.  Once in your garden, your dogs are safe to run around and in the park as well.  You will be shown where the walking trails are and the areas where it is safe to let your dogs off-leash.  Please respect the safe areas pointed out to you – we cannot be held responsible for possible injuries to dogs who are outside their boundaries.\\u003cbr\\u003e\\u003cbr\\u003e5. We try to provide tranquil accommodation for all our guests and therefore dog owners who are unable to control their dogs and allow them to disturb other guests or owners who leave dogs unattended, will be requested to remove the dogs from the property.   Should the owner decide to leave as well, there will be no refund for early departure.\\u0022}}]}\",\"questionLeftPaddingDesktop\":15,\"questionBottomPaddingDesktop\":15,\"answerTopPadding\":0,\"answerRightPadding\":15,\"answerBottomPadding\":15,\"answerLeftPadding\":15,\"answerTopPaddingTablet\":10,\"answerRightPaddingTablet\":10,\"answerBottomPaddingTablet\":10,\"answerLeftPaddingTablet\":10,\"answerTopPaddingMobile\":10,\"answerRightPaddingMobile\":10,\"answerBottomPaddingMobile\":10,\"answerLeftPaddingMobile\":10,\"overallBorderTopWidth\":1,\"overallBorderLeftWidth\":1,\"overallBorderRightWidth\":1,\"overallBorderBottomWidth\":1,\"overallBorderTopLeftRadius\":2,\"overallBorderTopRightRadius\":2,\"overallBorderBottomLeftRadius\":2,\"overallBorderBottomRightRadius\":2,\"overallBorderStyle\":\"none\",\"overallBorderColor\":\"#D2D2D2\"} -->\n<div class=\"wp-block-uagb-faq uagb-faq__outer-wrap uagb-block-5329360b uagb-faq-icon-row-reverse uagb-faq-layout-accordion uagb-faq-expand-first-true uagb-faq-inactive-other-true uagb-faq__wrap uagb-buttons-layout-wrap uagb-faq-equal-height\" data-faqtoggle=\"true\" role=\"tablist\"><!-- wp:uagb/faq-child {\"block_id\":\"a6fa73e4\",\"question\":\"View the Blue Roan Pet Policy \",\"answer\":\"Blue Roan offers pet owners the opportunity to enjoy their holiday with their lovable pets, the number and size, and breed must be pre-arranged and agreed to.  We have lovely safe off-leash walking trails on our property as well as the right to use neighbouring farms.  We love all animals and have quite a few of our own.  However, owing to our particular setup, which has its flaws, this invitation is extended only to owners with well-behaved and controllable dogs and is subject to the following conditions:\\u003cbr\\u003e\\u003cbr\\u003e1. Owners must stay with their animals at all times,  meaning you cannot go out at all without taking your dogs with you, as dogs in an unfamiliar environment are likely to exhibit anxiety which will result in uncontrolled barking.  We are not “boarding kennels”.  There are at least 4 restaurants that are pet friendly in the area.  We will point these out to you.  You will not be able to bring your dogs to the swimming pool as it is in the main garden where our dogs live.  \\u003cbr\\u003e\\u003cbr\\u003e2. All dogs will bark from time to time briefly at something or someone new, but the onus is upon the owner to approach their dogs and calm them down and stop the barking as soon as reasonably possible.  All the cottages are individually fenced (1.2 meters high) and gated to give you and your dogs a private space but unfortunately, noise does not stop at the fence!  The fences are separate from each other.  This is not the right place to bring “Yappers” who bark at everything that moves and nothing at all!  Dogs that can jump over fences and that cannot be contained in the gardens are not allowed.\\u003cbr\\u003e\\u003cbr\\u003e3. Please take note that pet-friendly accommodation requires that your pets are well trained, have their own sleeping bags, blankets and toys, that they do not jump onto or chew furniture or sleep on beds/sofa,s and that are \\u0022flea-free\\u0022 N.B. You will be responsible for cleaning after your pets, picking up their waste, and ensuring that the garden is left in the way that you have found it. We will exercise the right to hold you responsible for any damage caused by your pets.\\u003cbr\\u003e\\u003cbr\\u003e4. On arrival, guests are requested to get their dogs safely into their garden - the carport area is not safe.  Once in your garden, your dogs are safe to run around and in the park as well.  You will be shown where the walking trails are and the areas where it is safe to let your dogs off-leash.  Please respect the safe areas pointed out to you – we cannot be held responsible for possible injuries to dogs who are outside their boundaries.\\u003cbr\\u003e\\u003cbr\\u003e5. We try to provide tranquil accommodation for all our guests and therefore dog owners who are unable to control their dogs and allow them to disturb other guests or owners who leave dogs unattended, will be requested to remove the dogs from the property.   Should the owner decide to leave as well, there will be no refund for early departure.\"} -->\n<div class=\"wp-block-uagb-faq-child uagb-faq-child__outer-wrap uagb-faq-item uagb-block-a6fa73e4\" role=\"tab\" tabindex=\"0\"><div class=\"uagb-faq-questions-button uagb-faq-questions\"><span class=\"uagb-icon uagb-faq-icon-wrap\"><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 448 512\"><path d=\"M432 256c0 17.69-14.33 32.01-32 32.01H256v144c0 17.69-14.33 31.99-32 31.99s-32-14.3-32-31.99v-144H48c-17.67 0-32-14.32-32-32.01s14.33-31.99 32-31.99H192v-144c0-17.69 14.33-32.01 32-32.01s32 14.32 32 32.01v144h144C417.7 224 432 238.3 432 256z\"></path></svg></span><span class=\"uagb-icon-active uagb-faq-icon-wrap\"><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 448 512\"><path d=\"M400 288h-352c-17.69 0-32-14.32-32-32.01s14.31-31.99 32-31.99h352c17.69 0 32 14.3 32 31.99S417.7 288 400 288z\"></path></svg></span><span class=\"uagb-question\">View the Blue Roan Pet Policy </span></div><p class=\"uagb-faq-content\">Blue Roan offers pet owners the opportunity to enjoy their holiday with their lovable pets, the number and size, and breed must be pre-arranged and agreed to.  We have lovely safe off-leash walking trails on our property as well as the right to use neighbouring farms.  We love all animals and have quite a few of our own.  However, owing to our particular setup, which has its flaws, this invitation is extended only to owners with well-behaved and controllable dogs and is subject to the following conditions:<br><br>1. Owners must stay with their animals at all times,  meaning you cannot go out at all without taking your dogs with you, as dogs in an unfamiliar environment are likely to exhibit anxiety which will result in uncontrolled barking.  We are not “boarding kennels”.  There are at least 4 restaurants that are pet friendly in the area.  We will point these out to you.  You will not be able to bring your dogs to the swimming pool as it is in the main garden where our dogs live.  <br><br>2. All dogs will bark from time to time briefly at something or someone new, but the onus is upon the owner to approach their dogs and calm them down and stop the barking as soon as reasonably possible.  All the cottages are individually fenced (1.2 meters high) and gated to give you and your dogs a private space but unfortunately, noise does not stop at the fence!  The fences are separate from each other.  This is not the right place to bring “Yappers” who bark at everything that moves and nothing at all!  Dogs that can jump over fences and that cannot be contained in the gardens are not allowed.<br><br>3. Please take note that pet-friendly accommodation requires that your pets are well trained, have their own sleeping bags, blankets and toys, that they do not jump onto or chew furniture or sleep on beds/sofa,s and that are \"flea-free\" N.B. You will be responsible for cleaning after your pets, picking up their waste, and ensuring that the garden is left in the way that you have found it. We will exercise the right to hold you responsible for any damage caused by your pets.<br><br>4. On arrival, guests are requested to get their dogs safely into their garden - the carport area is not safe.  Once in your garden, your dogs are safe to run around and in the park as well.  You will be shown where the walking trails are and the areas where it is safe to let your dogs off-leash.  Please respect the safe areas pointed out to you – we cannot be held responsible for possible injuries to dogs who are outside their boundaries.<br><br>5. We try to provide tranquil accommodation for all our guests and therefore dog owners who are unable to control their dogs and allow them to disturb other guests or owners who leave dogs unattended, will be requested to remove the dogs from the property.   Should the owner decide to leave as well, there will be no refund for early departure.</p></div>\n<!-- /wp:uagb/faq-child --></div>\n<!-- /wp:uagb/faq --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:cover {\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Blue-roan-pool-01.jpg\",\"id\":782,\"dimRatio\":65,\"overlayColor\":\"ast-global-color-2\",\"focalPoint\":{\"x\":0.51,\"y\":0.69},\"minHeight\":500,\"align\":\"full\"} -->\n<div class=\"wp-block-cover alignfull\" style=\"min-height:500px\"><span aria-hidden=\"true\" class=\"wp-block-cover__background has-ast-global-color-2-background-color has-background-dim-70 has-background-dim\"></span><img class=\"wp-block-cover__image-background wp-image-782\" alt=\"\" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Blue-roan-pool-01.jpg\" style=\"object-position:51% 69%\" data-object-fit=\"cover\" data-object-position=\"51% 69%\"/><div class=\"wp-block-cover__inner-container\"><!-- wp:columns {\"verticalAlignment\":\"center\",\"align\":\"wide\"} -->\n<div class=\"wp-block-columns alignwide are-vertically-aligned-center\"><!-- wp:column {\"verticalAlignment\":\"center\",\"width\":\"66.66%\"} -->\n<div class=\"wp-block-column is-vertically-aligned-center\" style=\"flex-basis:66.66%\"><!-- wp:heading {\"textColor\":\"white\"} -->\n<h2 class=\"has-white-color has-text-color\">Sleep in Absolute Peace Wake up to Bright Sunshine</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph {\"textColor\":\"white\"} -->\n<p class=\"has-white-color has-text-color\">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:buttons -->\n<div class=\"wp-block-buttons\"><!-- wp:button -->\n<div class=\"wp-block-button\"><a class=\"wp-block-button__link wp-element-button\">Get Free Estimate</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"verticalAlignment\":\"center\",\"width\":\"33.33%\"} -->\n<div class=\"wp-block-column is-vertically-aligned-center\" style=\"flex-basis:33.33%\"></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div></div>\n<!-- /wp:cover -->',	'FAQs',	'',	'inherit',	'closed',	'closed',	'',	'933-revision-v1',	'',	'',	'2022-12-14 14:56:33',	'2022-12-14 14:56:33',	'',	933,	'https://blueroan.netgen.cloud/?p=1119',	0,	'revision',	'',	0),
(1120,	2,	'2022-12-14 14:57:32',	'2022-12-14 14:57:32',	'<!-- wp:cover {\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/sun-coming-up-1.jpg\",\"id\":1113,\"dimRatio\":0,\"overlayColor\":\"ast-global-color-1\",\"focalPoint\":{\"x\":0.44,\"y\":0.99},\"minHeight\":500,\"minHeightUnit\":\"px\",\"align\":\"full\"} -->\n<div class=\"wp-block-cover alignfull\" style=\"min-height:500px\"><span aria-hidden=\"true\" class=\"wp-block-cover__background has-ast-global-color-1-background-color has-background-dim-0 has-background-dim\"></span><img class=\"wp-block-cover__image-background wp-image-1113\" alt=\"\" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/sun-coming-up-1.jpg\" style=\"object-position:44% 99%\" data-object-fit=\"cover\" data-object-position=\"44% 99%\"/><div class=\"wp-block-cover__inner-container\"><!-- wp:spacer {\"height\":\"150px\"} -->\n<div style=\"height:150px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:columns {\"verticalAlignment\":\"bottom\",\"align\":\"wide\"} -->\n<div class=\"wp-block-columns alignwide are-vertically-aligned-bottom\"><!-- wp:column {\"verticalAlignment\":\"bottom\",\"width\":\"66.66%\"} -->\n<div class=\"wp-block-column is-vertically-aligned-bottom\" style=\"flex-basis:66.66%\"><!-- wp:heading {\"level\":1,\"textColor\":\"ast-global-color-5\"} -->\n<h1 class=\"has-ast-global-color-5-color has-text-color\">Frequently asked questions </h1>\n<!-- /wp:heading --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"verticalAlignment\":\"bottom\",\"width\":\"33.33%\"} -->\n<div class=\"wp-block-column is-vertically-aligned-bottom\" style=\"flex-basis:33.33%\"><!-- wp:heading {\"level\":3,\"textColor\":\"ast-global-color-5\",\"className\":\"faq-tel-no \"} -->\n<h3 class=\"faq-tel-no has-ast-global-color-5-color has-text-color\"><br><a href=\"tel:+27825755409\">+ 27 (0) 82 575 5409</a></h3>\n<!-- /wp:heading --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div></div>\n<!-- /wp:cover -->\n\n<!-- wp:uagb/container {\"block_id\":\"495bfb82\",\"variationSelected\":true,\"isBlockRootParent\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-495bfb82 alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:spacer {\"height\":\"45px\"} -->\n<div style=\"height:45px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:uagb/faq {\"block_id\":\"41f91415\",\"expandFirstItem\":false,\"boxBgType\":\"transparent\",\"boxBgColor\":\"#F5F5F5\",\"borderStyle\":\"\",\"borderWidth\":\"\",\"borderRadius\":\"\",\"borderColor\":\"\",\"vquestionPaddingDesktop\":15,\"hquestionPaddingDesktop\":15,\"iconAlign\":\"row-reverse\",\"schema\":\"{\\u0022@context\\u0022:\\u0022https://schema.org\\u0022,\\u0022@type\\u0022:\\u0022FAQPage\\u0022,\\u0022@id\\u0022:\\u0022https://blueroan.netgen.cloud/faqs/\\u0022,\\u0022mainEntity\\u0022:[{\\u0022@type\\u0022:\\u0022Question\\u0022,\\u0022name\\u0022:\\u0022\\u003cstrong\\u003eWhat is the check-in and check-out time?\\u003c/strong\\u003e\\u0022,\\u0022acceptedAnswer\\u0022:{\\u0022@type\\u0022:\\u0022Answer\\u0022,\\u0022text\\u0022:\\u0022Check-in after 14:00 and before 20:00\\u003cbr\\u003eCheck out by 10:00 am\\u0022}},{\\u0022@type\\u0022:\\u0022Question\\u0022,\\u0022name\\u0022:\\u0022\\u003cstrong\\u003eCan we stay later than the check-out time?\\u003c/strong\\u003e\\u0022,\\u0022acceptedAnswer\\u0022:{\\u0022@type\\u0022:\\u0022Answer\\u0022,\\u0022text\\u0022:\\u0022Please check with us. If we have no people waiting for your room, then you are welcome to stay later by arrangement.\\u0022}},{\\u0022@type\\u0022:\\u0022Question\\u0022,\\u0022name\\u0022:\\u0022\\u003cstrong\\u003eDo you accept credit or debit cards?\\u003c/strong\\u003e\\u0022,\\u0022acceptedAnswer\\u0022:{\\u0022@type\\u0022:\\u0022Answer\\u0022,\\u0022text\\u0022:\\u0022Yes, we accept credit cards and cheque cards but not debit cards.\\u003cbr\\u003e\\u0022}},{\\u0022@type\\u0022:\\u0022Question\\u0022,\\u0022name\\u0022:\\u0022\\u003cstrong\\u003eDo you serve meals?\\u003c/strong\\u003e\\u0022,\\u0022acceptedAnswer\\u0022:{\\u0022@type\\u0022:\\u0022Answer\\u0022,\\u0022text\\u0022:\\u0022No. However, we are close to many restaurants where a tasty and reasonably priced meal can be obtained.\\u0022}},{\\u0022@type\\u0022:\\u0022Question\\u0022,\\u0022name\\u0022:\\u0022\\u003cstrong\\u003eThis is a special date for me, a \\u003c/strong\\u003eBirthday, Anniversary,\\u003cstrong\\u003e or any other. Can you make it special for me?\\u003c/strong\\u003e\\u0022,\\u0022acceptedAnswer\\u0022:{\\u0022@type\\u0022:\\u0022Answer\\u0022,\\u0022text\\u0022:\\u0022Yes, just tell us about it and any special requests you have, and we will try and assist\\u0022}},{\\u0022@type\\u0022:\\u0022Question\\u0022,\\u0022name\\u0022:\\u0022\\u003cstrong\\u003eAre you pet friendly?\\u003c/strong\\u003e\\u0022,\\u0022acceptedAnswer\\u0022:{\\u0022@type\\u0022:\\u0022Answer\\u0022,\\u0022text\\u0022:\\u0022Yes by arrangement as the units have enclosed private gardens that can accommodate friendly dogs.  However, the Honeymoon suite and the Greek Villa are not used for pets.  Please ask for advice prior to your booking and please see the pet policy.\\u0022}}]}\",\"questionLeftPaddingDesktop\":15,\"questionBottomPaddingDesktop\":15,\"answerTopPadding\":0,\"answerRightPadding\":15,\"answerBottomPadding\":15,\"answerLeftPadding\":15,\"answerTopPaddingTablet\":10,\"answerRightPaddingTablet\":10,\"answerBottomPaddingTablet\":10,\"answerLeftPaddingTablet\":10,\"answerTopPaddingMobile\":10,\"answerRightPaddingMobile\":10,\"answerBottomPaddingMobile\":10,\"answerLeftPaddingMobile\":10,\"overallBorderTopWidth\":1,\"overallBorderLeftWidth\":1,\"overallBorderRightWidth\":1,\"overallBorderBottomWidth\":1,\"overallBorderTopLeftRadius\":2,\"overallBorderTopRightRadius\":2,\"overallBorderBottomLeftRadius\":2,\"overallBorderBottomRightRadius\":2,\"overallBorderStyle\":\"solid\",\"overallBorderColor\":\"#D2D2D2\"} -->\n<div class=\"wp-block-uagb-faq uagb-faq__outer-wrap uagb-block-41f91415 uagb-faq-icon-row-reverse uagb-faq-layout-accordion uagb-faq-expand-first-false uagb-faq-inactive-other-true uagb-faq__wrap uagb-buttons-layout-wrap uagb-faq-equal-height\" data-faqtoggle=\"true\" role=\"tablist\"><!-- wp:uagb/faq-child {\"block_id\":\"a279770a\",\"question\":\"\\u003cstrong\\u003eWhat is the check-in and check-out time?\\u003c/strong\\u003e\",\"answer\":\"Check-in after 14:00 and before 20:00\\u003cbr\\u003eCheck out by 10:00 am\"} -->\n<div class=\"wp-block-uagb-faq-child uagb-faq-child__outer-wrap uagb-faq-item uagb-block-a279770a\" role=\"tab\" tabindex=\"0\"><div class=\"uagb-faq-questions-button uagb-faq-questions\"><span class=\"uagb-icon uagb-faq-icon-wrap\"><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 448 512\"><path d=\"M432 256c0 17.69-14.33 32.01-32 32.01H256v144c0 17.69-14.33 31.99-32 31.99s-32-14.3-32-31.99v-144H48c-17.67 0-32-14.32-32-32.01s14.33-31.99 32-31.99H192v-144c0-17.69 14.33-32.01 32-32.01s32 14.32 32 32.01v144h144C417.7 224 432 238.3 432 256z\"></path></svg></span><span class=\"uagb-icon-active uagb-faq-icon-wrap\"><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 448 512\"><path d=\"M400 288h-352c-17.69 0-32-14.32-32-32.01s14.31-31.99 32-31.99h352c17.69 0 32 14.3 32 31.99S417.7 288 400 288z\"></path></svg></span><span class=\"uagb-question\"><strong>What is the check-in and check-out time?</strong></span></div><p class=\"uagb-faq-content\">Check-in after 14:00 and before 20:00<br>Check out by 10:00 am</p></div>\n<!-- /wp:uagb/faq-child -->\n\n<!-- wp:uagb/faq-child {\"block_id\":\"7c08863f\",\"question\":\"\\u003cstrong\\u003eCan we stay later than the check-out time?\\u003c/strong\\u003e\",\"answer\":\"Please check with us. If we have no people waiting for your room, then you are welcome to stay later by arrangement.\"} -->\n<div class=\"wp-block-uagb-faq-child uagb-faq-child__outer-wrap uagb-faq-item uagb-block-7c08863f\" role=\"tab\" tabindex=\"0\"><div class=\"uagb-faq-questions-button uagb-faq-questions\"><span class=\"uagb-icon uagb-faq-icon-wrap\"><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 448 512\"><path d=\"M432 256c0 17.69-14.33 32.01-32 32.01H256v144c0 17.69-14.33 31.99-32 31.99s-32-14.3-32-31.99v-144H48c-17.67 0-32-14.32-32-32.01s14.33-31.99 32-31.99H192v-144c0-17.69 14.33-32.01 32-32.01s32 14.32 32 32.01v144h144C417.7 224 432 238.3 432 256z\"></path></svg></span><span class=\"uagb-icon-active uagb-faq-icon-wrap\"><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 448 512\"><path d=\"M400 288h-352c-17.69 0-32-14.32-32-32.01s14.31-31.99 32-31.99h352c17.69 0 32 14.3 32 31.99S417.7 288 400 288z\"></path></svg></span><span class=\"uagb-question\"><strong>Can we stay later than the check-out time?</strong></span></div><p class=\"uagb-faq-content\">Please check with us. If we have no people waiting for your room, then you are welcome to stay later by arrangement.</p></div>\n<!-- /wp:uagb/faq-child -->\n\n<!-- wp:uagb/faq-child {\"block_id\":\"0ff0005e\",\"question\":\"\\u003cstrong\\u003eDo you accept credit or debit cards?\\u003c/strong\\u003e\",\"answer\":\"Yes, we accept credit cards and cheque cards but not debit cards.\\u003cbr\\u003e\"} -->\n<div class=\"wp-block-uagb-faq-child uagb-faq-child__outer-wrap uagb-faq-item uagb-block-0ff0005e\" role=\"tab\" tabindex=\"0\"><div class=\"uagb-faq-questions-button uagb-faq-questions\"><span class=\"uagb-icon uagb-faq-icon-wrap\"><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 448 512\"><path d=\"M432 256c0 17.69-14.33 32.01-32 32.01H256v144c0 17.69-14.33 31.99-32 31.99s-32-14.3-32-31.99v-144H48c-17.67 0-32-14.32-32-32.01s14.33-31.99 32-31.99H192v-144c0-17.69 14.33-32.01 32-32.01s32 14.32 32 32.01v144h144C417.7 224 432 238.3 432 256z\"></path></svg></span><span class=\"uagb-icon-active uagb-faq-icon-wrap\"><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 448 512\"><path d=\"M400 288h-352c-17.69 0-32-14.32-32-32.01s14.31-31.99 32-31.99h352c17.69 0 32 14.3 32 31.99S417.7 288 400 288z\"></path></svg></span><span class=\"uagb-question\"><strong>Do you accept credit or debit cards?</strong></span></div><p class=\"uagb-faq-content\">Yes, we accept credit cards and cheque cards but not debit cards.<br></p></div>\n<!-- /wp:uagb/faq-child -->\n\n<!-- wp:uagb/faq-child {\"block_id\":\"6c8bd411\",\"question\":\"\\u003cstrong\\u003eDo you serve meals?\\u003c/strong\\u003e\",\"answer\":\"No. However, we are close to many restaurants where a tasty and reasonably priced meal can be obtained.\"} -->\n<div class=\"wp-block-uagb-faq-child uagb-faq-child__outer-wrap uagb-faq-item uagb-block-6c8bd411\" role=\"tab\" tabindex=\"0\"><div class=\"uagb-faq-questions-button uagb-faq-questions\"><span class=\"uagb-icon uagb-faq-icon-wrap\"><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 448 512\"><path d=\"M432 256c0 17.69-14.33 32.01-32 32.01H256v144c0 17.69-14.33 31.99-32 31.99s-32-14.3-32-31.99v-144H48c-17.67 0-32-14.32-32-32.01s14.33-31.99 32-31.99H192v-144c0-17.69 14.33-32.01 32-32.01s32 14.32 32 32.01v144h144C417.7 224 432 238.3 432 256z\"></path></svg></span><span class=\"uagb-icon-active uagb-faq-icon-wrap\"><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 448 512\"><path d=\"M400 288h-352c-17.69 0-32-14.32-32-32.01s14.31-31.99 32-31.99h352c17.69 0 32 14.3 32 31.99S417.7 288 400 288z\"></path></svg></span><span class=\"uagb-question\"><strong>Do you serve meals?</strong></span></div><p class=\"uagb-faq-content\">No. However, we are close to many restaurants where a tasty and reasonably priced meal can be obtained.</p></div>\n<!-- /wp:uagb/faq-child -->\n\n<!-- wp:uagb/faq-child {\"block_id\":\"c148f3ae\",\"question\":\"\\u003cstrong\\u003eThis is a special date for me, a \\u003c/strong\\u003eBirthday, Anniversary,\\u003cstrong\\u003e or any other. Can you make it special for me?\\u003c/strong\\u003e\",\"answer\":\"Yes, just tell us about it and any special requests you have, and we will try and assist\"} -->\n<div class=\"wp-block-uagb-faq-child uagb-faq-child__outer-wrap uagb-faq-item uagb-block-c148f3ae\" role=\"tab\" tabindex=\"0\"><div class=\"uagb-faq-questions-button uagb-faq-questions\"><span class=\"uagb-icon uagb-faq-icon-wrap\"><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 448 512\"><path d=\"M432 256c0 17.69-14.33 32.01-32 32.01H256v144c0 17.69-14.33 31.99-32 31.99s-32-14.3-32-31.99v-144H48c-17.67 0-32-14.32-32-32.01s14.33-31.99 32-31.99H192v-144c0-17.69 14.33-32.01 32-32.01s32 14.32 32 32.01v144h144C417.7 224 432 238.3 432 256z\"></path></svg></span><span class=\"uagb-icon-active uagb-faq-icon-wrap\"><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 448 512\"><path d=\"M400 288h-352c-17.69 0-32-14.32-32-32.01s14.31-31.99 32-31.99h352c17.69 0 32 14.3 32 31.99S417.7 288 400 288z\"></path></svg></span><span class=\"uagb-question\"><strong>This is a special date for me, a </strong>Birthday, Anniversary,<strong> or any other. Can you make it special for me?</strong></span></div><p class=\"uagb-faq-content\">Yes, just tell us about it and any special requests you have, and we will try and assist</p></div>\n<!-- /wp:uagb/faq-child -->\n\n<!-- wp:uagb/faq-child {\"block_id\":\"42508375\",\"question\":\"\\u003cstrong\\u003eAre you pet friendly?\\u003c/strong\\u003e\",\"answer\":\"Yes by arrangement as the units have enclosed private gardens that can accommodate friendly dogs.  However, the Honeymoon suite and the Greek Villa are not used for pets.  Please ask for advice prior to your booking and please see the pet policy.\"} -->\n<div class=\"wp-block-uagb-faq-child uagb-faq-child__outer-wrap uagb-faq-item uagb-block-42508375\" role=\"tab\" tabindex=\"0\"><div class=\"uagb-faq-questions-button uagb-faq-questions\"><span class=\"uagb-icon uagb-faq-icon-wrap\"><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 448 512\"><path d=\"M432 256c0 17.69-14.33 32.01-32 32.01H256v144c0 17.69-14.33 31.99-32 31.99s-32-14.3-32-31.99v-144H48c-17.67 0-32-14.32-32-32.01s14.33-31.99 32-31.99H192v-144c0-17.69 14.33-32.01 32-32.01s32 14.32 32 32.01v144h144C417.7 224 432 238.3 432 256z\"></path></svg></span><span class=\"uagb-icon-active uagb-faq-icon-wrap\"><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 448 512\"><path d=\"M400 288h-352c-17.69 0-32-14.32-32-32.01s14.31-31.99 32-31.99h352c17.69 0 32 14.3 32 31.99S417.7 288 400 288z\"></path></svg></span><span class=\"uagb-question\"><strong>Are you pet friendly?</strong></span></div><p class=\"uagb-faq-content\">Yes by arrangement as the units have enclosed private gardens that can accommodate friendly dogs.  However, the Honeymoon suite and the Greek Villa are not used for pets.  Please ask for advice prior to your booking and please see the pet policy.</p></div>\n<!-- /wp:uagb/faq-child --></div>\n<!-- /wp:uagb/faq -->\n\n<!-- wp:spacer {\"height\":\"45px\"} -->\n<div style=\"height:45px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:heading -->\n<h2>BLUE ROAN PET POLICY</h2>\n<!-- /wp:heading -->\n\n<!-- wp:uagb/faq {\"block_id\":\"005d8f40\",\"boxBgColor\":\"#F5F5F5\",\"borderStyle\":\"\",\"borderWidth\":\"\",\"borderRadius\":\"\",\"borderColor\":\"\",\"vquestionPaddingDesktop\":15,\"hquestionPaddingDesktop\":15,\"iconAlign\":\"row-reverse\",\"schema\":\"{\\u0022@context\\u0022:\\u0022https://schema.org\\u0022,\\u0022@type\\u0022:\\u0022FAQPage\\u0022,\\u0022@id\\u0022:\\u0022https://blueroan.netgen.cloud/faqs/\\u0022,\\u0022mainEntity\\u0022:[{\\u0022@type\\u0022:\\u0022Question\\u0022,\\u0022name\\u0022:\\u0022View the Blue Roan Pet Policy \\u0022,\\u0022acceptedAnswer\\u0022:{\\u0022@type\\u0022:\\u0022Answer\\u0022,\\u0022text\\u0022:\\u0022Blue Roan offers pet owners the opportunity to enjoy their holiday with their lovable pets, the number and size, and breed must be pre-arranged and agreed to.  We have lovely safe off-leash walking trails on our property as well as the right to use neighbouring farms.  We love all animals and have quite a few of our own.  However, owing to our particular setup, which has its flaws, this invitation is extended only to owners with well-behaved and controllable dogs and is subject to the following conditions:\\u003cbr\\u003e\\u003cbr\\u003e1. Owners must stay with their animals at all times,  meaning you cannot go out at all without taking your dogs with you, as dogs in an unfamiliar environment are likely to exhibit anxiety which will result in uncontrolled barking.  We are not “boarding kennels”.  There are at least 4 restaurants that are pet friendly in the area.  We will point these out to you.  You will not be able to bring your dogs to the swimming pool as it is in the main garden where our dogs live.  \\u003cbr\\u003e\\u003cbr\\u003e2. All dogs will bark from time to time briefly at something or someone new, but the onus is upon the owner to approach their dogs and calm them down and stop the barking as soon as reasonably possible.  All the cottages are individually fenced (1.2 meters high) and gated to give you and your dogs a private space but unfortunately, noise does not stop at the fence!  The fences are separate from each other.  This is not the right place to bring “Yappers” who bark at everything that moves and nothing at all!  Dogs that can jump over fences and that cannot be contained in the gardens are not allowed.\\u003cbr\\u003e\\u003cbr\\u003e3. Please take note that pet-friendly accommodation requires that your pets are well trained, have their own sleeping bags, blankets and toys, that they do not jump onto or chew furniture or sleep on beds/sofa,s and that are \\\\\\u0022flea-free\\\\\\u0022 N.B. You will be responsible for cleaning after your pets, picking up their waste, and ensuring that the garden is left in the way that you have found it. We will exercise the right to hold you responsible for any damage caused by your pets.\\u003cbr\\u003e\\u003cbr\\u003e4. On arrival, guests are requested to get their dogs safely into their garden - the carport area is not safe.  Once in your garden, your dogs are safe to run around and in the park as well.  You will be shown where the walking trails are and the areas where it is safe to let your dogs off-leash.  Please respect the safe areas pointed out to you – we cannot be held responsible for possible injuries to dogs who are outside their boundaries.\\u003cbr\\u003e\\u003cbr\\u003e5. We try to provide tranquil accommodation for all our guests and therefore dog owners who are unable to control their dogs and allow them to disturb other guests or owners who leave dogs unattended, will be requested to remove the dogs from the property.   Should the owner decide to leave as well, there will be no refund for early departure.\\u0022}}]}\",\"questionLeftPaddingDesktop\":15,\"questionBottomPaddingDesktop\":15,\"answerTopPadding\":0,\"answerRightPadding\":15,\"answerBottomPadding\":15,\"answerLeftPadding\":15,\"answerTopPaddingTablet\":10,\"answerRightPaddingTablet\":10,\"answerBottomPaddingTablet\":10,\"answerLeftPaddingTablet\":10,\"answerTopPaddingMobile\":10,\"answerRightPaddingMobile\":10,\"answerBottomPaddingMobile\":10,\"answerLeftPaddingMobile\":10,\"overallBorderTopWidth\":1,\"overallBorderLeftWidth\":1,\"overallBorderRightWidth\":1,\"overallBorderBottomWidth\":1,\"overallBorderTopLeftRadius\":2,\"overallBorderTopRightRadius\":2,\"overallBorderBottomLeftRadius\":2,\"overallBorderBottomRightRadius\":2,\"overallBorderStyle\":\"none\",\"overallBorderColor\":\"#D2D2D2\"} -->\n<div class=\"wp-block-uagb-faq uagb-faq__outer-wrap uagb-block-005d8f40 uagb-faq-icon-row-reverse uagb-faq-layout-accordion uagb-faq-expand-first-true uagb-faq-inactive-other-true uagb-faq__wrap uagb-buttons-layout-wrap uagb-faq-equal-height\" data-faqtoggle=\"true\" role=\"tablist\"><!-- wp:uagb/faq-child {\"block_id\":\"9b60a8ee\",\"question\":\"View the Blue Roan Pet Policy \",\"answer\":\"Blue Roan offers pet owners the opportunity to enjoy their holiday with their lovable pets, the number and size, and breed must be pre-arranged and agreed to.  We have lovely safe off-leash walking trails on our property as well as the right to use neighbouring farms.  We love all animals and have quite a few of our own.  However, owing to our particular setup, which has its flaws, this invitation is extended only to owners with well-behaved and controllable dogs and is subject to the following conditions:\\u003cbr\\u003e\\u003cbr\\u003e1. Owners must stay with their animals at all times,  meaning you cannot go out at all without taking your dogs with you, as dogs in an unfamiliar environment are likely to exhibit anxiety which will result in uncontrolled barking.  We are not “boarding kennels”.  There are at least 4 restaurants that are pet friendly in the area.  We will point these out to you.  You will not be able to bring your dogs to the swimming pool as it is in the main garden where our dogs live.  \\u003cbr\\u003e\\u003cbr\\u003e2. All dogs will bark from time to time briefly at something or someone new, but the onus is upon the owner to approach their dogs and calm them down and stop the barking as soon as reasonably possible.  All the cottages are individually fenced (1.2 meters high) and gated to give you and your dogs a private space but unfortunately, noise does not stop at the fence!  The fences are separate from each other.  This is not the right place to bring “Yappers” who bark at everything that moves and nothing at all!  Dogs that can jump over fences and that cannot be contained in the gardens are not allowed.\\u003cbr\\u003e\\u003cbr\\u003e3. Please take note that pet-friendly accommodation requires that your pets are well trained, have their own sleeping bags, blankets and toys, that they do not jump onto or chew furniture or sleep on beds/sofa,s and that are \\u0022flea-free\\u0022 N.B. You will be responsible for cleaning after your pets, picking up their waste, and ensuring that the garden is left in the way that you have found it. We will exercise the right to hold you responsible for any damage caused by your pets.\\u003cbr\\u003e\\u003cbr\\u003e4. On arrival, guests are requested to get their dogs safely into their garden - the carport area is not safe.  Once in your garden, your dogs are safe to run around and in the park as well.  You will be shown where the walking trails are and the areas where it is safe to let your dogs off-leash.  Please respect the safe areas pointed out to you – we cannot be held responsible for possible injuries to dogs who are outside their boundaries.\\u003cbr\\u003e\\u003cbr\\u003e5. We try to provide tranquil accommodation for all our guests and therefore dog owners who are unable to control their dogs and allow them to disturb other guests or owners who leave dogs unattended, will be requested to remove the dogs from the property.   Should the owner decide to leave as well, there will be no refund for early departure.\"} -->\n<div class=\"wp-block-uagb-faq-child uagb-faq-child__outer-wrap uagb-faq-item uagb-block-9b60a8ee\" role=\"tab\" tabindex=\"0\"><div class=\"uagb-faq-questions-button uagb-faq-questions\"><span class=\"uagb-icon uagb-faq-icon-wrap\"><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 448 512\"><path d=\"M432 256c0 17.69-14.33 32.01-32 32.01H256v144c0 17.69-14.33 31.99-32 31.99s-32-14.3-32-31.99v-144H48c-17.67 0-32-14.32-32-32.01s14.33-31.99 32-31.99H192v-144c0-17.69 14.33-32.01 32-32.01s32 14.32 32 32.01v144h144C417.7 224 432 238.3 432 256z\"></path></svg></span><span class=\"uagb-icon-active uagb-faq-icon-wrap\"><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 448 512\"><path d=\"M400 288h-352c-17.69 0-32-14.32-32-32.01s14.31-31.99 32-31.99h352c17.69 0 32 14.3 32 31.99S417.7 288 400 288z\"></path></svg></span><span class=\"uagb-question\">View the Blue Roan Pet Policy </span></div><p class=\"uagb-faq-content\">Blue Roan offers pet owners the opportunity to enjoy their holiday with their lovable pets, the number and size, and breed must be pre-arranged and agreed to.  We have lovely safe off-leash walking trails on our property as well as the right to use neighbouring farms.  We love all animals and have quite a few of our own.  However, owing to our particular setup, which has its flaws, this invitation is extended only to owners with well-behaved and controllable dogs and is subject to the following conditions:<br><br>1. Owners must stay with their animals at all times,  meaning you cannot go out at all without taking your dogs with you, as dogs in an unfamiliar environment are likely to exhibit anxiety which will result in uncontrolled barking.  We are not “boarding kennels”.  There are at least 4 restaurants that are pet friendly in the area.  We will point these out to you.  You will not be able to bring your dogs to the swimming pool as it is in the main garden where our dogs live.  <br><br>2. All dogs will bark from time to time briefly at something or someone new, but the onus is upon the owner to approach their dogs and calm them down and stop the barking as soon as reasonably possible.  All the cottages are individually fenced (1.2 meters high) and gated to give you and your dogs a private space but unfortunately, noise does not stop at the fence!  The fences are separate from each other.  This is not the right place to bring “Yappers” who bark at everything that moves and nothing at all!  Dogs that can jump over fences and that cannot be contained in the gardens are not allowed.<br><br>3. Please take note that pet-friendly accommodation requires that your pets are well trained, have their own sleeping bags, blankets and toys, that they do not jump onto or chew furniture or sleep on beds/sofa,s and that are \"flea-free\" N.B. You will be responsible for cleaning after your pets, picking up their waste, and ensuring that the garden is left in the way that you have found it. We will exercise the right to hold you responsible for any damage caused by your pets.<br><br>4. On arrival, guests are requested to get their dogs safely into their garden - the carport area is not safe.  Once in your garden, your dogs are safe to run around and in the park as well.  You will be shown where the walking trails are and the areas where it is safe to let your dogs off-leash.  Please respect the safe areas pointed out to you – we cannot be held responsible for possible injuries to dogs who are outside their boundaries.<br><br>5. We try to provide tranquil accommodation for all our guests and therefore dog owners who are unable to control their dogs and allow them to disturb other guests or owners who leave dogs unattended, will be requested to remove the dogs from the property.   Should the owner decide to leave as well, there will be no refund for early departure.</p></div>\n<!-- /wp:uagb/faq-child --></div>\n<!-- /wp:uagb/faq --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:cover {\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Blue-roan-pool-01.jpg\",\"id\":782,\"dimRatio\":65,\"overlayColor\":\"ast-global-color-2\",\"focalPoint\":{\"x\":0.51,\"y\":0.69},\"minHeight\":500,\"align\":\"full\"} -->\n<div class=\"wp-block-cover alignfull\" style=\"min-height:500px\"><span aria-hidden=\"true\" class=\"wp-block-cover__background has-ast-global-color-2-background-color has-background-dim-70 has-background-dim\"></span><img class=\"wp-block-cover__image-background wp-image-782\" alt=\"\" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Blue-roan-pool-01.jpg\" style=\"object-position:51% 69%\" data-object-fit=\"cover\" data-object-position=\"51% 69%\"/><div class=\"wp-block-cover__inner-container\"><!-- wp:columns {\"verticalAlignment\":\"center\",\"align\":\"wide\"} -->\n<div class=\"wp-block-columns alignwide are-vertically-aligned-center\"><!-- wp:column {\"verticalAlignment\":\"center\",\"width\":\"66.66%\"} -->\n<div class=\"wp-block-column is-vertically-aligned-center\" style=\"flex-basis:66.66%\"><!-- wp:heading {\"textColor\":\"white\"} -->\n<h2 class=\"has-white-color has-text-color\">Sleep in Absolute Peace Wake up to Bright Sunshine</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph {\"textColor\":\"white\"} -->\n<p class=\"has-white-color has-text-color\">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:buttons -->\n<div class=\"wp-block-buttons\"><!-- wp:button -->\n<div class=\"wp-block-button\"><a class=\"wp-block-button__link wp-element-button\">Get Free Estimate</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"verticalAlignment\":\"center\",\"width\":\"33.33%\"} -->\n<div class=\"wp-block-column is-vertically-aligned-center\" style=\"flex-basis:33.33%\"></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div></div>\n<!-- /wp:cover -->',	'FAQs',	'',	'inherit',	'closed',	'closed',	'',	'933-revision-v1',	'',	'',	'2022-12-14 14:57:32',	'2022-12-14 14:57:32',	'',	933,	'https://blueroan.netgen.cloud/?p=1120',	0,	'revision',	'',	0),
(1121,	2,	'2022-12-14 14:57:53',	'2022-12-14 14:57:53',	'<!-- wp:cover {\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/sun-coming-up-1.jpg\",\"id\":1113,\"dimRatio\":0,\"overlayColor\":\"ast-global-color-1\",\"focalPoint\":{\"x\":0.44,\"y\":0.99},\"minHeight\":500,\"minHeightUnit\":\"px\",\"align\":\"full\"} -->\n<div class=\"wp-block-cover alignfull\" style=\"min-height:500px\"><span aria-hidden=\"true\" class=\"wp-block-cover__background has-ast-global-color-1-background-color has-background-dim-0 has-background-dim\"></span><img class=\"wp-block-cover__image-background wp-image-1113\" alt=\"\" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/sun-coming-up-1.jpg\" style=\"object-position:44% 99%\" data-object-fit=\"cover\" data-object-position=\"44% 99%\"/><div class=\"wp-block-cover__inner-container\"><!-- wp:spacer {\"height\":\"150px\"} -->\n<div style=\"height:150px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:columns {\"verticalAlignment\":\"bottom\",\"align\":\"wide\"} -->\n<div class=\"wp-block-columns alignwide are-vertically-aligned-bottom\"><!-- wp:column {\"verticalAlignment\":\"bottom\",\"width\":\"66.66%\"} -->\n<div class=\"wp-block-column is-vertically-aligned-bottom\" style=\"flex-basis:66.66%\"><!-- wp:heading {\"level\":1,\"textColor\":\"ast-global-color-5\"} -->\n<h1 class=\"has-ast-global-color-5-color has-text-color\">Frequently asked questions </h1>\n<!-- /wp:heading --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"verticalAlignment\":\"bottom\",\"width\":\"33.33%\"} -->\n<div class=\"wp-block-column is-vertically-aligned-bottom\" style=\"flex-basis:33.33%\"><!-- wp:heading {\"level\":3,\"textColor\":\"ast-global-color-5\",\"className\":\"faq-tel-no \"} -->\n<h3 class=\"faq-tel-no has-ast-global-color-5-color has-text-color\"><br><a href=\"tel:+27825755409\">+ 27 (0) 82 575 5409</a></h3>\n<!-- /wp:heading --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div></div>\n<!-- /wp:cover -->\n\n<!-- wp:uagb/container {\"block_id\":\"4aa6981e\",\"variationSelected\":true,\"isBlockRootParent\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-4aa6981e alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:spacer {\"height\":\"45px\"} -->\n<div style=\"height:45px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:uagb/faq {\"block_id\":\"334d2f29\",\"expandFirstItem\":false,\"boxBgType\":\"transparent\",\"boxBgColor\":\"#F5F5F5\",\"borderStyle\":\"\",\"borderWidth\":\"\",\"borderRadius\":\"\",\"borderColor\":\"\",\"vquestionPaddingDesktop\":15,\"hquestionPaddingDesktop\":15,\"iconAlign\":\"row-reverse\",\"schema\":\"{\\u0022@context\\u0022:\\u0022https://schema.org\\u0022,\\u0022@type\\u0022:\\u0022FAQPage\\u0022,\\u0022@id\\u0022:\\u0022https://blueroan.netgen.cloud/faqs/\\u0022,\\u0022mainEntity\\u0022:[{\\u0022@type\\u0022:\\u0022Question\\u0022,\\u0022name\\u0022:\\u0022\\u003cstrong\\u003eWhat is the check-in and check-out time?\\u003c/strong\\u003e\\u0022,\\u0022acceptedAnswer\\u0022:{\\u0022@type\\u0022:\\u0022Answer\\u0022,\\u0022text\\u0022:\\u0022Check-in after 14:00 and before 20:00\\u003cbr\\u003eCheck out by 10:00 am\\u0022}},{\\u0022@type\\u0022:\\u0022Question\\u0022,\\u0022name\\u0022:\\u0022\\u003cstrong\\u003eCan we stay later than the check-out time?\\u003c/strong\\u003e\\u0022,\\u0022acceptedAnswer\\u0022:{\\u0022@type\\u0022:\\u0022Answer\\u0022,\\u0022text\\u0022:\\u0022Please check with us. If we have no people waiting for your room, then you are welcome to stay later by arrangement.\\u0022}},{\\u0022@type\\u0022:\\u0022Question\\u0022,\\u0022name\\u0022:\\u0022\\u003cstrong\\u003eDo you accept credit or debit cards?\\u003c/strong\\u003e\\u0022,\\u0022acceptedAnswer\\u0022:{\\u0022@type\\u0022:\\u0022Answer\\u0022,\\u0022text\\u0022:\\u0022Yes, we accept credit cards and cheque cards but not debit cards.\\u003cbr\\u003e\\u0022}},{\\u0022@type\\u0022:\\u0022Question\\u0022,\\u0022name\\u0022:\\u0022\\u003cstrong\\u003eDo you serve meals?\\u003c/strong\\u003e\\u0022,\\u0022acceptedAnswer\\u0022:{\\u0022@type\\u0022:\\u0022Answer\\u0022,\\u0022text\\u0022:\\u0022No. However, we are close to many restaurants where a tasty and reasonably priced meal can be obtained.\\u0022}},{\\u0022@type\\u0022:\\u0022Question\\u0022,\\u0022name\\u0022:\\u0022\\u003cstrong\\u003eThis is a special date for me, a \\u003c/strong\\u003eBirthday, Anniversary,\\u003cstrong\\u003e or any other. Can you make it special for me?\\u003c/strong\\u003e\\u0022,\\u0022acceptedAnswer\\u0022:{\\u0022@type\\u0022:\\u0022Answer\\u0022,\\u0022text\\u0022:\\u0022Yes, just tell us about it and any special requests you have, and we will try and assist\\u0022}},{\\u0022@type\\u0022:\\u0022Question\\u0022,\\u0022name\\u0022:\\u0022\\u003cstrong\\u003eAre you pet friendly?\\u003c/strong\\u003e\\u0022,\\u0022acceptedAnswer\\u0022:{\\u0022@type\\u0022:\\u0022Answer\\u0022,\\u0022text\\u0022:\\u0022Yes by arrangement as the units have enclosed private gardens that can accommodate friendly dogs.  However, the Honeymoon suite and the Greek Villa are not used for pets.  Please ask for advice prior to your booking and please see the pet policy.\\u0022}}]}\",\"questionLeftPaddingDesktop\":15,\"questionBottomPaddingDesktop\":15,\"answerTopPadding\":0,\"answerRightPadding\":15,\"answerBottomPadding\":15,\"answerLeftPadding\":15,\"answerTopPaddingTablet\":10,\"answerRightPaddingTablet\":10,\"answerBottomPaddingTablet\":10,\"answerLeftPaddingTablet\":10,\"answerTopPaddingMobile\":10,\"answerRightPaddingMobile\":10,\"answerBottomPaddingMobile\":10,\"answerLeftPaddingMobile\":10,\"overallBorderTopWidth\":1,\"overallBorderLeftWidth\":1,\"overallBorderRightWidth\":1,\"overallBorderBottomWidth\":1,\"overallBorderTopLeftRadius\":2,\"overallBorderTopRightRadius\":2,\"overallBorderBottomLeftRadius\":2,\"overallBorderBottomRightRadius\":2,\"overallBorderStyle\":\"solid\",\"overallBorderColor\":\"#D2D2D2\"} -->\n<div class=\"wp-block-uagb-faq uagb-faq__outer-wrap uagb-block-334d2f29 uagb-faq-icon-row-reverse uagb-faq-layout-accordion uagb-faq-expand-first-false uagb-faq-inactive-other-true uagb-faq__wrap uagb-buttons-layout-wrap uagb-faq-equal-height\" data-faqtoggle=\"true\" role=\"tablist\"><!-- wp:uagb/faq-child {\"block_id\":\"55c285c2\",\"question\":\"\\u003cstrong\\u003eWhat is the check-in and check-out time?\\u003c/strong\\u003e\",\"answer\":\"Check-in after 14:00 and before 20:00\\u003cbr\\u003eCheck out by 10:00 am\"} -->\n<div class=\"wp-block-uagb-faq-child uagb-faq-child__outer-wrap uagb-faq-item uagb-block-55c285c2\" role=\"tab\" tabindex=\"0\"><div class=\"uagb-faq-questions-button uagb-faq-questions\"><span class=\"uagb-icon uagb-faq-icon-wrap\"><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 448 512\"><path d=\"M432 256c0 17.69-14.33 32.01-32 32.01H256v144c0 17.69-14.33 31.99-32 31.99s-32-14.3-32-31.99v-144H48c-17.67 0-32-14.32-32-32.01s14.33-31.99 32-31.99H192v-144c0-17.69 14.33-32.01 32-32.01s32 14.32 32 32.01v144h144C417.7 224 432 238.3 432 256z\"></path></svg></span><span class=\"uagb-icon-active uagb-faq-icon-wrap\"><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 448 512\"><path d=\"M400 288h-352c-17.69 0-32-14.32-32-32.01s14.31-31.99 32-31.99h352c17.69 0 32 14.3 32 31.99S417.7 288 400 288z\"></path></svg></span><span class=\"uagb-question\"><strong>What is the check-in and check-out time?</strong></span></div><p class=\"uagb-faq-content\">Check-in after 14:00 and before 20:00<br>Check out by 10:00 am</p></div>\n<!-- /wp:uagb/faq-child -->\n\n<!-- wp:uagb/faq-child {\"block_id\":\"bdc46a33\",\"question\":\"\\u003cstrong\\u003eCan we stay later than the check-out time?\\u003c/strong\\u003e\",\"answer\":\"Please check with us. If we have no people waiting for your room, then you are welcome to stay later by arrangement.\"} -->\n<div class=\"wp-block-uagb-faq-child uagb-faq-child__outer-wrap uagb-faq-item uagb-block-bdc46a33\" role=\"tab\" tabindex=\"0\"><div class=\"uagb-faq-questions-button uagb-faq-questions\"><span class=\"uagb-icon uagb-faq-icon-wrap\"><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 448 512\"><path d=\"M432 256c0 17.69-14.33 32.01-32 32.01H256v144c0 17.69-14.33 31.99-32 31.99s-32-14.3-32-31.99v-144H48c-17.67 0-32-14.32-32-32.01s14.33-31.99 32-31.99H192v-144c0-17.69 14.33-32.01 32-32.01s32 14.32 32 32.01v144h144C417.7 224 432 238.3 432 256z\"></path></svg></span><span class=\"uagb-icon-active uagb-faq-icon-wrap\"><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 448 512\"><path d=\"M400 288h-352c-17.69 0-32-14.32-32-32.01s14.31-31.99 32-31.99h352c17.69 0 32 14.3 32 31.99S417.7 288 400 288z\"></path></svg></span><span class=\"uagb-question\"><strong>Can we stay later than the check-out time?</strong></span></div><p class=\"uagb-faq-content\">Please check with us. If we have no people waiting for your room, then you are welcome to stay later by arrangement.</p></div>\n<!-- /wp:uagb/faq-child -->\n\n<!-- wp:uagb/faq-child {\"block_id\":\"606815a9\",\"question\":\"\\u003cstrong\\u003eDo you accept credit or debit cards?\\u003c/strong\\u003e\",\"answer\":\"Yes, we accept credit cards and cheque cards but not debit cards.\\u003cbr\\u003e\"} -->\n<div class=\"wp-block-uagb-faq-child uagb-faq-child__outer-wrap uagb-faq-item uagb-block-606815a9\" role=\"tab\" tabindex=\"0\"><div class=\"uagb-faq-questions-button uagb-faq-questions\"><span class=\"uagb-icon uagb-faq-icon-wrap\"><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 448 512\"><path d=\"M432 256c0 17.69-14.33 32.01-32 32.01H256v144c0 17.69-14.33 31.99-32 31.99s-32-14.3-32-31.99v-144H48c-17.67 0-32-14.32-32-32.01s14.33-31.99 32-31.99H192v-144c0-17.69 14.33-32.01 32-32.01s32 14.32 32 32.01v144h144C417.7 224 432 238.3 432 256z\"></path></svg></span><span class=\"uagb-icon-active uagb-faq-icon-wrap\"><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 448 512\"><path d=\"M400 288h-352c-17.69 0-32-14.32-32-32.01s14.31-31.99 32-31.99h352c17.69 0 32 14.3 32 31.99S417.7 288 400 288z\"></path></svg></span><span class=\"uagb-question\"><strong>Do you accept credit or debit cards?</strong></span></div><p class=\"uagb-faq-content\">Yes, we accept credit cards and cheque cards but not debit cards.<br></p></div>\n<!-- /wp:uagb/faq-child -->\n\n<!-- wp:uagb/faq-child {\"block_id\":\"81daf21f\",\"question\":\"\\u003cstrong\\u003eDo you serve meals?\\u003c/strong\\u003e\",\"answer\":\"No. However, we are close to many restaurants where a tasty and reasonably priced meal can be obtained.\"} -->\n<div class=\"wp-block-uagb-faq-child uagb-faq-child__outer-wrap uagb-faq-item uagb-block-81daf21f\" role=\"tab\" tabindex=\"0\"><div class=\"uagb-faq-questions-button uagb-faq-questions\"><span class=\"uagb-icon uagb-faq-icon-wrap\"><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 448 512\"><path d=\"M432 256c0 17.69-14.33 32.01-32 32.01H256v144c0 17.69-14.33 31.99-32 31.99s-32-14.3-32-31.99v-144H48c-17.67 0-32-14.32-32-32.01s14.33-31.99 32-31.99H192v-144c0-17.69 14.33-32.01 32-32.01s32 14.32 32 32.01v144h144C417.7 224 432 238.3 432 256z\"></path></svg></span><span class=\"uagb-icon-active uagb-faq-icon-wrap\"><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 448 512\"><path d=\"M400 288h-352c-17.69 0-32-14.32-32-32.01s14.31-31.99 32-31.99h352c17.69 0 32 14.3 32 31.99S417.7 288 400 288z\"></path></svg></span><span class=\"uagb-question\"><strong>Do you serve meals?</strong></span></div><p class=\"uagb-faq-content\">No. However, we are close to many restaurants where a tasty and reasonably priced meal can be obtained.</p></div>\n<!-- /wp:uagb/faq-child -->\n\n<!-- wp:uagb/faq-child {\"block_id\":\"1594c429\",\"question\":\"\\u003cstrong\\u003eThis is a special date for me, a \\u003c/strong\\u003eBirthday, Anniversary,\\u003cstrong\\u003e or any other. Can you make it special for me?\\u003c/strong\\u003e\",\"answer\":\"Yes, just tell us about it and any special requests you have, and we will try and assist\"} -->\n<div class=\"wp-block-uagb-faq-child uagb-faq-child__outer-wrap uagb-faq-item uagb-block-1594c429\" role=\"tab\" tabindex=\"0\"><div class=\"uagb-faq-questions-button uagb-faq-questions\"><span class=\"uagb-icon uagb-faq-icon-wrap\"><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 448 512\"><path d=\"M432 256c0 17.69-14.33 32.01-32 32.01H256v144c0 17.69-14.33 31.99-32 31.99s-32-14.3-32-31.99v-144H48c-17.67 0-32-14.32-32-32.01s14.33-31.99 32-31.99H192v-144c0-17.69 14.33-32.01 32-32.01s32 14.32 32 32.01v144h144C417.7 224 432 238.3 432 256z\"></path></svg></span><span class=\"uagb-icon-active uagb-faq-icon-wrap\"><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 448 512\"><path d=\"M400 288h-352c-17.69 0-32-14.32-32-32.01s14.31-31.99 32-31.99h352c17.69 0 32 14.3 32 31.99S417.7 288 400 288z\"></path></svg></span><span class=\"uagb-question\"><strong>This is a special date for me, a </strong>Birthday, Anniversary,<strong> or any other. Can you make it special for me?</strong></span></div><p class=\"uagb-faq-content\">Yes, just tell us about it and any special requests you have, and we will try and assist</p></div>\n<!-- /wp:uagb/faq-child -->\n\n<!-- wp:uagb/faq-child {\"block_id\":\"e9b96f42\",\"question\":\"\\u003cstrong\\u003eAre you pet friendly?\\u003c/strong\\u003e\",\"answer\":\"Yes by arrangement as the units have enclosed private gardens that can accommodate friendly dogs.  However, the Honeymoon suite and the Greek Villa are not used for pets.  Please ask for advice prior to your booking and please see the pet policy.\"} -->\n<div class=\"wp-block-uagb-faq-child uagb-faq-child__outer-wrap uagb-faq-item uagb-block-e9b96f42\" role=\"tab\" tabindex=\"0\"><div class=\"uagb-faq-questions-button uagb-faq-questions\"><span class=\"uagb-icon uagb-faq-icon-wrap\"><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 448 512\"><path d=\"M432 256c0 17.69-14.33 32.01-32 32.01H256v144c0 17.69-14.33 31.99-32 31.99s-32-14.3-32-31.99v-144H48c-17.67 0-32-14.32-32-32.01s14.33-31.99 32-31.99H192v-144c0-17.69 14.33-32.01 32-32.01s32 14.32 32 32.01v144h144C417.7 224 432 238.3 432 256z\"></path></svg></span><span class=\"uagb-icon-active uagb-faq-icon-wrap\"><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 448 512\"><path d=\"M400 288h-352c-17.69 0-32-14.32-32-32.01s14.31-31.99 32-31.99h352c17.69 0 32 14.3 32 31.99S417.7 288 400 288z\"></path></svg></span><span class=\"uagb-question\"><strong>Are you pet friendly?</strong></span></div><p class=\"uagb-faq-content\">Yes by arrangement as the units have enclosed private gardens that can accommodate friendly dogs.  However, the Honeymoon suite and the Greek Villa are not used for pets.  Please ask for advice prior to your booking and please see the pet policy.</p></div>\n<!-- /wp:uagb/faq-child --></div>\n<!-- /wp:uagb/faq -->\n\n<!-- wp:spacer {\"height\":\"45px\"} -->\n<div style=\"height:45px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:heading -->\n<h2>BLUE ROAN PET POLICY</h2>\n<!-- /wp:heading -->\n\n<!-- wp:uagb/faq {\"block_id\":\"cc25f792\",\"expandFirstItem\":false,\"boxBgColor\":\"#F5F5F5\",\"borderStyle\":\"\",\"borderWidth\":\"\",\"borderRadius\":\"\",\"borderColor\":\"\",\"vquestionPaddingDesktop\":15,\"hquestionPaddingDesktop\":15,\"iconAlign\":\"row-reverse\",\"schema\":\"{\\u0022@context\\u0022:\\u0022https://schema.org\\u0022,\\u0022@type\\u0022:\\u0022FAQPage\\u0022,\\u0022@id\\u0022:\\u0022https://blueroan.netgen.cloud/faqs/\\u0022,\\u0022mainEntity\\u0022:[{\\u0022@type\\u0022:\\u0022Question\\u0022,\\u0022name\\u0022:\\u0022View the Blue Roan Pet Policy \\u0022,\\u0022acceptedAnswer\\u0022:{\\u0022@type\\u0022:\\u0022Answer\\u0022,\\u0022text\\u0022:\\u0022Blue Roan offers pet owners the opportunity to enjoy their holiday with their lovable pets, the number and size, and breed must be pre-arranged and agreed to.  We have lovely safe off-leash walking trails on our property as well as the right to use neighbouring farms.  We love all animals and have quite a few of our own.  However, owing to our particular setup, which has its flaws, this invitation is extended only to owners with well-behaved and controllable dogs and is subject to the following conditions:\\u003cbr\\u003e\\u003cbr\\u003e1. Owners must stay with their animals at all times,  meaning you cannot go out at all without taking your dogs with you, as dogs in an unfamiliar environment are likely to exhibit anxiety which will result in uncontrolled barking.  We are not “boarding kennels”.  There are at least 4 restaurants that are pet friendly in the area.  We will point these out to you.  You will not be able to bring your dogs to the swimming pool as it is in the main garden where our dogs live.  \\u003cbr\\u003e\\u003cbr\\u003e2. All dogs will bark from time to time briefly at something or someone new, but the onus is upon the owner to approach their dogs and calm them down and stop the barking as soon as reasonably possible.  All the cottages are individually fenced (1.2 meters high) and gated to give you and your dogs a private space but unfortunately, noise does not stop at the fence!  The fences are separate from each other.  This is not the right place to bring “Yappers” who bark at everything that moves and nothing at all!  Dogs that can jump over fences and that cannot be contained in the gardens are not allowed.\\u003cbr\\u003e\\u003cbr\\u003e3. Please take note that pet-friendly accommodation requires that your pets are well trained, have their own sleeping bags, blankets and toys, that they do not jump onto or chew furniture or sleep on beds/sofa,s and that are \\\\\\u0022flea-free\\\\\\u0022 N.B. You will be responsible for cleaning after your pets, picking up their waste, and ensuring that the garden is left in the way that you have found it. We will exercise the right to hold you responsible for any damage caused by your pets.\\u003cbr\\u003e\\u003cbr\\u003e4. On arrival, guests are requested to get their dogs safely into their garden - the carport area is not safe.  Once in your garden, your dogs are safe to run around and in the park as well.  You will be shown where the walking trails are and the areas where it is safe to let your dogs off-leash.  Please respect the safe areas pointed out to you – we cannot be held responsible for possible injuries to dogs who are outside their boundaries.\\u003cbr\\u003e\\u003cbr\\u003e5. We try to provide tranquil accommodation for all our guests and therefore dog owners who are unable to control their dogs and allow them to disturb other guests or owners who leave dogs unattended, will be requested to remove the dogs from the property.   Should the owner decide to leave as well, there will be no refund for early departure.\\u0022}}]}\",\"questionLeftPaddingDesktop\":15,\"questionBottomPaddingDesktop\":15,\"answerTopPadding\":0,\"answerRightPadding\":15,\"answerBottomPadding\":15,\"answerLeftPadding\":15,\"answerTopPaddingTablet\":10,\"answerRightPaddingTablet\":10,\"answerBottomPaddingTablet\":10,\"answerLeftPaddingTablet\":10,\"answerTopPaddingMobile\":10,\"answerRightPaddingMobile\":10,\"answerBottomPaddingMobile\":10,\"answerLeftPaddingMobile\":10,\"overallBorderTopWidth\":1,\"overallBorderLeftWidth\":1,\"overallBorderRightWidth\":1,\"overallBorderBottomWidth\":1,\"overallBorderTopLeftRadius\":2,\"overallBorderTopRightRadius\":2,\"overallBorderBottomLeftRadius\":2,\"overallBorderBottomRightRadius\":2,\"overallBorderStyle\":\"none\",\"overallBorderColor\":\"#D2D2D2\"} -->\n<div class=\"wp-block-uagb-faq uagb-faq__outer-wrap uagb-block-cc25f792 uagb-faq-icon-row-reverse uagb-faq-layout-accordion uagb-faq-expand-first-false uagb-faq-inactive-other-true uagb-faq__wrap uagb-buttons-layout-wrap uagb-faq-equal-height\" data-faqtoggle=\"true\" role=\"tablist\"><!-- wp:uagb/faq-child {\"block_id\":\"ee9d871c\",\"question\":\"View the Blue Roan Pet Policy \",\"answer\":\"Blue Roan offers pet owners the opportunity to enjoy their holiday with their lovable pets, the number and size, and breed must be pre-arranged and agreed to.  We have lovely safe off-leash walking trails on our property as well as the right to use neighbouring farms.  We love all animals and have quite a few of our own.  However, owing to our particular setup, which has its flaws, this invitation is extended only to owners with well-behaved and controllable dogs and is subject to the following conditions:\\u003cbr\\u003e\\u003cbr\\u003e1. Owners must stay with their animals at all times,  meaning you cannot go out at all without taking your dogs with you, as dogs in an unfamiliar environment are likely to exhibit anxiety which will result in uncontrolled barking.  We are not “boarding kennels”.  There are at least 4 restaurants that are pet friendly in the area.  We will point these out to you.  You will not be able to bring your dogs to the swimming pool as it is in the main garden where our dogs live.  \\u003cbr\\u003e\\u003cbr\\u003e2. All dogs will bark from time to time briefly at something or someone new, but the onus is upon the owner to approach their dogs and calm them down and stop the barking as soon as reasonably possible.  All the cottages are individually fenced (1.2 meters high) and gated to give you and your dogs a private space but unfortunately, noise does not stop at the fence!  The fences are separate from each other.  This is not the right place to bring “Yappers” who bark at everything that moves and nothing at all!  Dogs that can jump over fences and that cannot be contained in the gardens are not allowed.\\u003cbr\\u003e\\u003cbr\\u003e3. Please take note that pet-friendly accommodation requires that your pets are well trained, have their own sleeping bags, blankets and toys, that they do not jump onto or chew furniture or sleep on beds/sofa,s and that are \\u0022flea-free\\u0022 N.B. You will be responsible for cleaning after your pets, picking up their waste, and ensuring that the garden is left in the way that you have found it. We will exercise the right to hold you responsible for any damage caused by your pets.\\u003cbr\\u003e\\u003cbr\\u003e4. On arrival, guests are requested to get their dogs safely into their garden - the carport area is not safe.  Once in your garden, your dogs are safe to run around and in the park as well.  You will be shown where the walking trails are and the areas where it is safe to let your dogs off-leash.  Please respect the safe areas pointed out to you – we cannot be held responsible for possible injuries to dogs who are outside their boundaries.\\u003cbr\\u003e\\u003cbr\\u003e5. We try to provide tranquil accommodation for all our guests and therefore dog owners who are unable to control their dogs and allow them to disturb other guests or owners who leave dogs unattended, will be requested to remove the dogs from the property.   Should the owner decide to leave as well, there will be no refund for early departure.\"} -->\n<div class=\"wp-block-uagb-faq-child uagb-faq-child__outer-wrap uagb-faq-item uagb-block-ee9d871c\" role=\"tab\" tabindex=\"0\"><div class=\"uagb-faq-questions-button uagb-faq-questions\"><span class=\"uagb-icon uagb-faq-icon-wrap\"><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 448 512\"><path d=\"M432 256c0 17.69-14.33 32.01-32 32.01H256v144c0 17.69-14.33 31.99-32 31.99s-32-14.3-32-31.99v-144H48c-17.67 0-32-14.32-32-32.01s14.33-31.99 32-31.99H192v-144c0-17.69 14.33-32.01 32-32.01s32 14.32 32 32.01v144h144C417.7 224 432 238.3 432 256z\"></path></svg></span><span class=\"uagb-icon-active uagb-faq-icon-wrap\"><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 448 512\"><path d=\"M400 288h-352c-17.69 0-32-14.32-32-32.01s14.31-31.99 32-31.99h352c17.69 0 32 14.3 32 31.99S417.7 288 400 288z\"></path></svg></span><span class=\"uagb-question\">View the Blue Roan Pet Policy </span></div><p class=\"uagb-faq-content\">Blue Roan offers pet owners the opportunity to enjoy their holiday with their lovable pets, the number and size, and breed must be pre-arranged and agreed to.  We have lovely safe off-leash walking trails on our property as well as the right to use neighbouring farms.  We love all animals and have quite a few of our own.  However, owing to our particular setup, which has its flaws, this invitation is extended only to owners with well-behaved and controllable dogs and is subject to the following conditions:<br><br>1. Owners must stay with their animals at all times,  meaning you cannot go out at all without taking your dogs with you, as dogs in an unfamiliar environment are likely to exhibit anxiety which will result in uncontrolled barking.  We are not “boarding kennels”.  There are at least 4 restaurants that are pet friendly in the area.  We will point these out to you.  You will not be able to bring your dogs to the swimming pool as it is in the main garden where our dogs live.  <br><br>2. All dogs will bark from time to time briefly at something or someone new, but the onus is upon the owner to approach their dogs and calm them down and stop the barking as soon as reasonably possible.  All the cottages are individually fenced (1.2 meters high) and gated to give you and your dogs a private space but unfortunately, noise does not stop at the fence!  The fences are separate from each other.  This is not the right place to bring “Yappers” who bark at everything that moves and nothing at all!  Dogs that can jump over fences and that cannot be contained in the gardens are not allowed.<br><br>3. Please take note that pet-friendly accommodation requires that your pets are well trained, have their own sleeping bags, blankets and toys, that they do not jump onto or chew furniture or sleep on beds/sofa,s and that are \"flea-free\" N.B. You will be responsible for cleaning after your pets, picking up their waste, and ensuring that the garden is left in the way that you have found it. We will exercise the right to hold you responsible for any damage caused by your pets.<br><br>4. On arrival, guests are requested to get their dogs safely into their garden - the carport area is not safe.  Once in your garden, your dogs are safe to run around and in the park as well.  You will be shown where the walking trails are and the areas where it is safe to let your dogs off-leash.  Please respect the safe areas pointed out to you – we cannot be held responsible for possible injuries to dogs who are outside their boundaries.<br><br>5. We try to provide tranquil accommodation for all our guests and therefore dog owners who are unable to control their dogs and allow them to disturb other guests or owners who leave dogs unattended, will be requested to remove the dogs from the property.   Should the owner decide to leave as well, there will be no refund for early departure.</p></div>\n<!-- /wp:uagb/faq-child --></div>\n<!-- /wp:uagb/faq --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:cover {\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Blue-roan-pool-01.jpg\",\"id\":782,\"dimRatio\":65,\"overlayColor\":\"ast-global-color-2\",\"focalPoint\":{\"x\":0.51,\"y\":0.69},\"minHeight\":500,\"align\":\"full\"} -->\n<div class=\"wp-block-cover alignfull\" style=\"min-height:500px\"><span aria-hidden=\"true\" class=\"wp-block-cover__background has-ast-global-color-2-background-color has-background-dim-70 has-background-dim\"></span><img class=\"wp-block-cover__image-background wp-image-782\" alt=\"\" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Blue-roan-pool-01.jpg\" style=\"object-position:51% 69%\" data-object-fit=\"cover\" data-object-position=\"51% 69%\"/><div class=\"wp-block-cover__inner-container\"><!-- wp:columns {\"verticalAlignment\":\"center\",\"align\":\"wide\"} -->\n<div class=\"wp-block-columns alignwide are-vertically-aligned-center\"><!-- wp:column {\"verticalAlignment\":\"center\",\"width\":\"66.66%\"} -->\n<div class=\"wp-block-column is-vertically-aligned-center\" style=\"flex-basis:66.66%\"><!-- wp:heading {\"textColor\":\"white\"} -->\n<h2 class=\"has-white-color has-text-color\">Sleep in Absolute Peace Wake up to Bright Sunshine</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph {\"textColor\":\"white\"} -->\n<p class=\"has-white-color has-text-color\">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:buttons -->\n<div class=\"wp-block-buttons\"><!-- wp:button -->\n<div class=\"wp-block-button\"><a class=\"wp-block-button__link wp-element-button\">Get Free Estimate</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"verticalAlignment\":\"center\",\"width\":\"33.33%\"} -->\n<div class=\"wp-block-column is-vertically-aligned-center\" style=\"flex-basis:33.33%\"></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div></div>\n<!-- /wp:cover -->',	'FAQs',	'',	'inherit',	'closed',	'closed',	'',	'933-revision-v1',	'',	'',	'2022-12-14 14:57:53',	'2022-12-14 14:57:53',	'',	933,	'https://blueroan.netgen.cloud/?p=1121',	0,	'revision',	'',	0),
(1122,	2,	'2022-12-14 15:08:00',	'2022-12-14 15:08:00',	'<!-- wp:cover {\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/sun-coming-up-1.jpg\",\"id\":1113,\"dimRatio\":0,\"overlayColor\":\"ast-global-color-1\",\"focalPoint\":{\"x\":0.44,\"y\":0.99},\"minHeight\":500,\"minHeightUnit\":\"px\",\"align\":\"full\"} -->\n<div class=\"wp-block-cover alignfull\" style=\"min-height:500px\"><span aria-hidden=\"true\" class=\"wp-block-cover__background has-ast-global-color-1-background-color has-background-dim-0 has-background-dim\"></span><img class=\"wp-block-cover__image-background wp-image-1113\" alt=\"\" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/sun-coming-up-1.jpg\" style=\"object-position:44% 99%\" data-object-fit=\"cover\" data-object-position=\"44% 99%\"/><div class=\"wp-block-cover__inner-container\"><!-- wp:spacer {\"height\":\"150px\"} -->\n<div style=\"height:150px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:columns {\"verticalAlignment\":\"bottom\",\"align\":\"wide\"} -->\n<div class=\"wp-block-columns alignwide are-vertically-aligned-bottom\"><!-- wp:column {\"verticalAlignment\":\"bottom\",\"width\":\"66.66%\"} -->\n<div class=\"wp-block-column is-vertically-aligned-bottom\" style=\"flex-basis:66.66%\"><!-- wp:heading {\"level\":1,\"textColor\":\"ast-global-color-5\"} -->\n<h1 class=\"has-ast-global-color-5-color has-text-color\">Frequently asked questions </h1>\n<!-- /wp:heading --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"verticalAlignment\":\"bottom\",\"width\":\"33.33%\"} -->\n<div class=\"wp-block-column is-vertically-aligned-bottom\" style=\"flex-basis:33.33%\"><!-- wp:heading {\"level\":3,\"textColor\":\"ast-global-color-5\",\"className\":\"faq-tel-no \"} -->\n<h3 class=\"faq-tel-no has-ast-global-color-5-color has-text-color\"><br><a href=\"tel:+27825755409\">+ 27 (0) 82 575 5409</a></h3>\n<!-- /wp:heading --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div></div>\n<!-- /wp:cover -->\n\n<!-- wp:uagb/container {\"block_id\":\"11a31722\",\"variationSelected\":true,\"isBlockRootParent\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-11a31722 alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:spacer {\"height\":\"45px\"} -->\n<div style=\"height:45px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:uagb/faq {\"block_id\":\"dcf8be42\",\"expandFirstItem\":false,\"boxBgType\":\"transparent\",\"boxBgColor\":\"#F5F5F5\",\"borderStyle\":\"\",\"borderWidth\":\"\",\"borderRadius\":\"\",\"borderColor\":\"\",\"vquestionPaddingDesktop\":15,\"hquestionPaddingDesktop\":15,\"iconAlign\":\"row-reverse\",\"schema\":\"{\\u0022@context\\u0022:\\u0022https://schema.org\\u0022,\\u0022@type\\u0022:\\u0022FAQPage\\u0022,\\u0022@id\\u0022:\\u0022https://blueroan.netgen.cloud/faqs/\\u0022,\\u0022mainEntity\\u0022:[{\\u0022@type\\u0022:\\u0022Question\\u0022,\\u0022name\\u0022:\\u0022\\u003cstrong\\u003eWhat is the check-in and check-out time?\\u003c/strong\\u003e\\u0022,\\u0022acceptedAnswer\\u0022:{\\u0022@type\\u0022:\\u0022Answer\\u0022,\\u0022text\\u0022:\\u0022Check-in after 14:00 and before 20:00\\u003cbr\\u003eCheck out by 10:00 am\\u0022}},{\\u0022@type\\u0022:\\u0022Question\\u0022,\\u0022name\\u0022:\\u0022\\u003cstrong\\u003eCan we stay later than the check-out time?\\u003c/strong\\u003e\\u0022,\\u0022acceptedAnswer\\u0022:{\\u0022@type\\u0022:\\u0022Answer\\u0022,\\u0022text\\u0022:\\u0022Please check with us. If we have no people waiting for your room, then you are welcome to stay later by arrangement.\\u0022}},{\\u0022@type\\u0022:\\u0022Question\\u0022,\\u0022name\\u0022:\\u0022\\u003cstrong\\u003eDo you accept credit or debit cards?\\u003c/strong\\u003e\\u0022,\\u0022acceptedAnswer\\u0022:{\\u0022@type\\u0022:\\u0022Answer\\u0022,\\u0022text\\u0022:\\u0022Yes, we accept credit cards and cheque cards but not debit cards.\\u003cbr\\u003e\\u0022}},{\\u0022@type\\u0022:\\u0022Question\\u0022,\\u0022name\\u0022:\\u0022\\u003cstrong\\u003eDo you serve meals?\\u003c/strong\\u003e\\u0022,\\u0022acceptedAnswer\\u0022:{\\u0022@type\\u0022:\\u0022Answer\\u0022,\\u0022text\\u0022:\\u0022No. However, we are close to many restaurants where a tasty and reasonably priced meal can be obtained.\\u0022}},{\\u0022@type\\u0022:\\u0022Question\\u0022,\\u0022name\\u0022:\\u0022\\u003cstrong\\u003eThis is a special date for me, a \\u003c/strong\\u003eBirthday, Anniversary,\\u003cstrong\\u003e or any other. Can you make it special for me?\\u003c/strong\\u003e\\u0022,\\u0022acceptedAnswer\\u0022:{\\u0022@type\\u0022:\\u0022Answer\\u0022,\\u0022text\\u0022:\\u0022Yes, just tell us about it and any special requests you have, and we will try and assist\\u0022}},{\\u0022@type\\u0022:\\u0022Question\\u0022,\\u0022name\\u0022:\\u0022\\u003cstrong\\u003eAre you pet friendly?\\u003c/strong\\u003e\\u0022,\\u0022acceptedAnswer\\u0022:{\\u0022@type\\u0022:\\u0022Answer\\u0022,\\u0022text\\u0022:\\u0022Yes by arrangement as the units have enclosed private gardens that can accommodate friendly dogs.  However, the Honeymoon suite and the Greek Villa are not used for pets.  Please ask for advice prior to your booking and please see the pet policy.\\u0022}}]}\",\"questionLeftPaddingDesktop\":15,\"questionBottomPaddingDesktop\":15,\"answerTopPadding\":0,\"answerRightPadding\":15,\"answerBottomPadding\":15,\"answerLeftPadding\":15,\"answerTopPaddingTablet\":10,\"answerRightPaddingTablet\":10,\"answerBottomPaddingTablet\":10,\"answerLeftPaddingTablet\":10,\"answerTopPaddingMobile\":10,\"answerRightPaddingMobile\":10,\"answerBottomPaddingMobile\":10,\"answerLeftPaddingMobile\":10,\"overallBorderTopWidth\":1,\"overallBorderLeftWidth\":1,\"overallBorderRightWidth\":1,\"overallBorderBottomWidth\":1,\"overallBorderTopLeftRadius\":2,\"overallBorderTopRightRadius\":2,\"overallBorderBottomLeftRadius\":2,\"overallBorderBottomRightRadius\":2,\"overallBorderStyle\":\"solid\",\"overallBorderColor\":\"#D2D2D2\"} -->\n<div class=\"wp-block-uagb-faq uagb-faq__outer-wrap uagb-block-dcf8be42 uagb-faq-icon-row-reverse uagb-faq-layout-accordion uagb-faq-expand-first-false uagb-faq-inactive-other-true uagb-faq__wrap uagb-buttons-layout-wrap uagb-faq-equal-height\" data-faqtoggle=\"true\" role=\"tablist\"><!-- wp:uagb/faq-child {\"block_id\":\"25e6607d\",\"question\":\"\\u003cstrong\\u003eWhat is the check-in and check-out time?\\u003c/strong\\u003e\",\"answer\":\"Check-in after 14:00 and before 20:00\\u003cbr\\u003eCheck out by 10:00 am\"} -->\n<div class=\"wp-block-uagb-faq-child uagb-faq-child__outer-wrap uagb-faq-item uagb-block-25e6607d\" role=\"tab\" tabindex=\"0\"><div class=\"uagb-faq-questions-button uagb-faq-questions\"><span class=\"uagb-icon uagb-faq-icon-wrap\"><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 448 512\"><path d=\"M432 256c0 17.69-14.33 32.01-32 32.01H256v144c0 17.69-14.33 31.99-32 31.99s-32-14.3-32-31.99v-144H48c-17.67 0-32-14.32-32-32.01s14.33-31.99 32-31.99H192v-144c0-17.69 14.33-32.01 32-32.01s32 14.32 32 32.01v144h144C417.7 224 432 238.3 432 256z\"></path></svg></span><span class=\"uagb-icon-active uagb-faq-icon-wrap\"><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 448 512\"><path d=\"M400 288h-352c-17.69 0-32-14.32-32-32.01s14.31-31.99 32-31.99h352c17.69 0 32 14.3 32 31.99S417.7 288 400 288z\"></path></svg></span><span class=\"uagb-question\"><strong>What is the check-in and check-out time?</strong></span></div><p class=\"uagb-faq-content\">Check-in after 14:00 and before 20:00<br>Check out by 10:00 am</p></div>\n<!-- /wp:uagb/faq-child -->\n\n<!-- wp:uagb/faq-child {\"block_id\":\"1dfed0ce\",\"question\":\"\\u003cstrong\\u003eCan we stay later than the check-out time?\\u003c/strong\\u003e\",\"answer\":\"Please check with us. If we have no people waiting for your room, then you are welcome to stay later by arrangement.\"} -->\n<div class=\"wp-block-uagb-faq-child uagb-faq-child__outer-wrap uagb-faq-item uagb-block-1dfed0ce\" role=\"tab\" tabindex=\"0\"><div class=\"uagb-faq-questions-button uagb-faq-questions\"><span class=\"uagb-icon uagb-faq-icon-wrap\"><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 448 512\"><path d=\"M432 256c0 17.69-14.33 32.01-32 32.01H256v144c0 17.69-14.33 31.99-32 31.99s-32-14.3-32-31.99v-144H48c-17.67 0-32-14.32-32-32.01s14.33-31.99 32-31.99H192v-144c0-17.69 14.33-32.01 32-32.01s32 14.32 32 32.01v144h144C417.7 224 432 238.3 432 256z\"></path></svg></span><span class=\"uagb-icon-active uagb-faq-icon-wrap\"><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 448 512\"><path d=\"M400 288h-352c-17.69 0-32-14.32-32-32.01s14.31-31.99 32-31.99h352c17.69 0 32 14.3 32 31.99S417.7 288 400 288z\"></path></svg></span><span class=\"uagb-question\"><strong>Can we stay later than the check-out time?</strong></span></div><p class=\"uagb-faq-content\">Please check with us. If we have no people waiting for your room, then you are welcome to stay later by arrangement.</p></div>\n<!-- /wp:uagb/faq-child -->\n\n<!-- wp:uagb/faq-child {\"block_id\":\"ffa3f265\",\"question\":\"\\u003cstrong\\u003eDo you accept credit or debit cards?\\u003c/strong\\u003e\",\"answer\":\"Yes, we accept credit cards and cheque cards but not debit cards.\\u003cbr\\u003e\"} -->\n<div class=\"wp-block-uagb-faq-child uagb-faq-child__outer-wrap uagb-faq-item uagb-block-ffa3f265\" role=\"tab\" tabindex=\"0\"><div class=\"uagb-faq-questions-button uagb-faq-questions\"><span class=\"uagb-icon uagb-faq-icon-wrap\"><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 448 512\"><path d=\"M432 256c0 17.69-14.33 32.01-32 32.01H256v144c0 17.69-14.33 31.99-32 31.99s-32-14.3-32-31.99v-144H48c-17.67 0-32-14.32-32-32.01s14.33-31.99 32-31.99H192v-144c0-17.69 14.33-32.01 32-32.01s32 14.32 32 32.01v144h144C417.7 224 432 238.3 432 256z\"></path></svg></span><span class=\"uagb-icon-active uagb-faq-icon-wrap\"><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 448 512\"><path d=\"M400 288h-352c-17.69 0-32-14.32-32-32.01s14.31-31.99 32-31.99h352c17.69 0 32 14.3 32 31.99S417.7 288 400 288z\"></path></svg></span><span class=\"uagb-question\"><strong>Do you accept credit or debit cards?</strong></span></div><p class=\"uagb-faq-content\">Yes, we accept credit cards and cheque cards but not debit cards.<br></p></div>\n<!-- /wp:uagb/faq-child -->\n\n<!-- wp:uagb/faq-child {\"block_id\":\"6f8357d7\",\"question\":\"\\u003cstrong\\u003eDo you serve meals?\\u003c/strong\\u003e\",\"answer\":\"No. However, we are close to many restaurants where a tasty and reasonably priced meal can be obtained.\"} -->\n<div class=\"wp-block-uagb-faq-child uagb-faq-child__outer-wrap uagb-faq-item uagb-block-6f8357d7\" role=\"tab\" tabindex=\"0\"><div class=\"uagb-faq-questions-button uagb-faq-questions\"><span class=\"uagb-icon uagb-faq-icon-wrap\"><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 448 512\"><path d=\"M432 256c0 17.69-14.33 32.01-32 32.01H256v144c0 17.69-14.33 31.99-32 31.99s-32-14.3-32-31.99v-144H48c-17.67 0-32-14.32-32-32.01s14.33-31.99 32-31.99H192v-144c0-17.69 14.33-32.01 32-32.01s32 14.32 32 32.01v144h144C417.7 224 432 238.3 432 256z\"></path></svg></span><span class=\"uagb-icon-active uagb-faq-icon-wrap\"><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 448 512\"><path d=\"M400 288h-352c-17.69 0-32-14.32-32-32.01s14.31-31.99 32-31.99h352c17.69 0 32 14.3 32 31.99S417.7 288 400 288z\"></path></svg></span><span class=\"uagb-question\"><strong>Do you serve meals?</strong></span></div><p class=\"uagb-faq-content\">No. However, we are close to many restaurants where a tasty and reasonably priced meal can be obtained.</p></div>\n<!-- /wp:uagb/faq-child -->\n\n<!-- wp:uagb/faq-child {\"block_id\":\"aa369b33\",\"question\":\"\\u003cstrong\\u003eThis is a special date for me, a \\u003c/strong\\u003eBirthday, Anniversary,\\u003cstrong\\u003e or any other. Can you make it special for me?\\u003c/strong\\u003e\",\"answer\":\"Yes, just tell us about it and any special requests you have, and we will try and assist\"} -->\n<div class=\"wp-block-uagb-faq-child uagb-faq-child__outer-wrap uagb-faq-item uagb-block-aa369b33\" role=\"tab\" tabindex=\"0\"><div class=\"uagb-faq-questions-button uagb-faq-questions\"><span class=\"uagb-icon uagb-faq-icon-wrap\"><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 448 512\"><path d=\"M432 256c0 17.69-14.33 32.01-32 32.01H256v144c0 17.69-14.33 31.99-32 31.99s-32-14.3-32-31.99v-144H48c-17.67 0-32-14.32-32-32.01s14.33-31.99 32-31.99H192v-144c0-17.69 14.33-32.01 32-32.01s32 14.32 32 32.01v144h144C417.7 224 432 238.3 432 256z\"></path></svg></span><span class=\"uagb-icon-active uagb-faq-icon-wrap\"><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 448 512\"><path d=\"M400 288h-352c-17.69 0-32-14.32-32-32.01s14.31-31.99 32-31.99h352c17.69 0 32 14.3 32 31.99S417.7 288 400 288z\"></path></svg></span><span class=\"uagb-question\"><strong>This is a special date for me, a </strong>Birthday, Anniversary,<strong> or any other. Can you make it special for me?</strong></span></div><p class=\"uagb-faq-content\">Yes, just tell us about it and any special requests you have, and we will try and assist</p></div>\n<!-- /wp:uagb/faq-child -->\n\n<!-- wp:uagb/faq-child {\"block_id\":\"9324d841\",\"question\":\"\\u003cstrong\\u003eAre you pet friendly?\\u003c/strong\\u003e\",\"answer\":\"Yes by arrangement as the units have enclosed private gardens that can accommodate friendly dogs.  However, the Honeymoon suite and the Greek Villa are not used for pets.  Please ask for advice prior to your booking and please see the pet policy.\"} -->\n<div class=\"wp-block-uagb-faq-child uagb-faq-child__outer-wrap uagb-faq-item uagb-block-9324d841\" role=\"tab\" tabindex=\"0\"><div class=\"uagb-faq-questions-button uagb-faq-questions\"><span class=\"uagb-icon uagb-faq-icon-wrap\"><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 448 512\"><path d=\"M432 256c0 17.69-14.33 32.01-32 32.01H256v144c0 17.69-14.33 31.99-32 31.99s-32-14.3-32-31.99v-144H48c-17.67 0-32-14.32-32-32.01s14.33-31.99 32-31.99H192v-144c0-17.69 14.33-32.01 32-32.01s32 14.32 32 32.01v144h144C417.7 224 432 238.3 432 256z\"></path></svg></span><span class=\"uagb-icon-active uagb-faq-icon-wrap\"><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 448 512\"><path d=\"M400 288h-352c-17.69 0-32-14.32-32-32.01s14.31-31.99 32-31.99h352c17.69 0 32 14.3 32 31.99S417.7 288 400 288z\"></path></svg></span><span class=\"uagb-question\"><strong>Are you pet friendly?</strong></span></div><p class=\"uagb-faq-content\">Yes by arrangement as the units have enclosed private gardens that can accommodate friendly dogs.  However, the Honeymoon suite and the Greek Villa are not used for pets.  Please ask for advice prior to your booking and please see the pet policy.</p></div>\n<!-- /wp:uagb/faq-child --></div>\n<!-- /wp:uagb/faq -->\n\n<!-- wp:spacer {\"height\":\"45px\"} -->\n<div style=\"height:45px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:heading -->\n<h2>BLUE ROAN PET POLICY</h2>\n<!-- /wp:heading -->\n\n<!-- wp:uagb/faq {\"block_id\":\"06a254f6\",\"expandFirstItem\":false,\"boxBgColor\":\"#F5F5F5\",\"borderStyle\":\"\",\"borderWidth\":\"\",\"borderRadius\":\"\",\"borderColor\":\"\",\"vquestionPaddingDesktop\":15,\"hquestionPaddingDesktop\":15,\"iconAlign\":\"row-reverse\",\"schema\":\"{\\u0022@context\\u0022:\\u0022https://schema.org\\u0022,\\u0022@type\\u0022:\\u0022FAQPage\\u0022,\\u0022@id\\u0022:\\u0022https://blueroan.netgen.cloud/faqs/\\u0022,\\u0022mainEntity\\u0022:[{\\u0022@type\\u0022:\\u0022Question\\u0022,\\u0022name\\u0022:\\u0022View the Blue Roan Pet Policy \\u0022,\\u0022acceptedAnswer\\u0022:{\\u0022@type\\u0022:\\u0022Answer\\u0022,\\u0022text\\u0022:\\u0022Blue Roan offers pet owners the opportunity to enjoy their holiday with their lovable pets, the number and size, and breed must be pre-arranged and agreed to.  We have lovely safe off-leash walking trails on our property as well as the right to use neighbouring farms.  We love all animals and have quite a few of our own.  However, owing to our particular setup, which has its flaws, this invitation is extended only to owners with well-behaved and controllable dogs and is subject to the following conditions:\\u003cbr\\u003e\\u003cbr\\u003e1. Owners must stay with their animals at all times,  meaning you cannot go out at all without taking your dogs with you, as dogs in an unfamiliar environment are likely to exhibit anxiety which will result in uncontrolled barking.  We are not “boarding kennels”.  There are at least 4 restaurants that are pet friendly in the area.  We will point these out to you.  You will not be able to bring your dogs to the swimming pool as it is in the main garden where our dogs live.  \\u003cbr\\u003e\\u003cbr\\u003e2. All dogs will bark from time to time briefly at something or someone new, but the onus is upon the owner to approach their dogs and calm them down and stop the barking as soon as reasonably possible.  All the cottages are individually fenced (1.2 meters high) and gated to give you and your dogs a private space but unfortunately, noise does not stop at the fence!  The fences are separate from each other.  This is not the right place to bring “Yappers” who bark at everything that moves and nothing at all!  Dogs that can jump over fences and that cannot be contained in the gardens are not allowed.\\u003cbr\\u003e\\u003cbr\\u003e3. Please take note that pet-friendly accommodation requires that your pets are well trained, have their own sleeping bags, blankets and toys, that they do not jump onto or chew furniture or sleep on beds/sofa,s and that are \\\\\\u0022flea-free\\\\\\u0022 N.B. You will be responsible for cleaning after your pets, picking up their waste, and ensuring that the garden is left in the way that you have found it. We will exercise the right to hold you responsible for any damage caused by your pets.\\u003cbr\\u003e\\u003cbr\\u003e4. On arrival, guests are requested to get their dogs safely into their garden - the carport area is not safe.  Once in your garden, your dogs are safe to run around and in the park as well.  You will be shown where the walking trails are and the areas where it is safe to let your dogs off-leash.  Please respect the safe areas pointed out to you – we cannot be held responsible for possible injuries to dogs who are outside their boundaries.\\u003cbr\\u003e\\u003cbr\\u003e5. We try to provide tranquil accommodation for all our guests and therefore dog owners who are unable to control their dogs and allow them to disturb other guests or owners who leave dogs unattended, will be requested to remove the dogs from the property.   Should the owner decide to leave as well, there will be no refund for early departure.\\u0022}}]}\",\"questionLeftPaddingDesktop\":15,\"questionBottomPaddingDesktop\":15,\"answerTopPadding\":0,\"answerRightPadding\":15,\"answerBottomPadding\":15,\"answerLeftPadding\":15,\"answerTopPaddingTablet\":10,\"answerRightPaddingTablet\":10,\"answerBottomPaddingTablet\":10,\"answerLeftPaddingTablet\":10,\"answerTopPaddingMobile\":10,\"answerRightPaddingMobile\":10,\"answerBottomPaddingMobile\":10,\"answerLeftPaddingMobile\":10,\"overallBorderTopWidth\":1,\"overallBorderLeftWidth\":1,\"overallBorderRightWidth\":1,\"overallBorderBottomWidth\":1,\"overallBorderTopLeftRadius\":2,\"overallBorderTopRightRadius\":2,\"overallBorderBottomLeftRadius\":2,\"overallBorderBottomRightRadius\":2,\"overallBorderStyle\":\"none\",\"overallBorderColor\":\"#D2D2D2\"} -->\n<div class=\"wp-block-uagb-faq uagb-faq__outer-wrap uagb-block-06a254f6 uagb-faq-icon-row-reverse uagb-faq-layout-accordion uagb-faq-expand-first-false uagb-faq-inactive-other-true uagb-faq__wrap uagb-buttons-layout-wrap uagb-faq-equal-height\" data-faqtoggle=\"true\" role=\"tablist\"><!-- wp:uagb/faq-child {\"block_id\":\"cceccde5\",\"question\":\"View the Blue Roan Pet Policy \",\"answer\":\"Blue Roan offers pet owners the opportunity to enjoy their holiday with their lovable pets, the number and size, and breed must be pre-arranged and agreed to.  We have lovely safe off-leash walking trails on our property as well as the right to use neighbouring farms.  We love all animals and have quite a few of our own.  However, owing to our particular setup, which has its flaws, this invitation is extended only to owners with well-behaved and controllable dogs and is subject to the following conditions:\\u003cbr\\u003e\\u003cbr\\u003e1. Owners must stay with their animals at all times,  meaning you cannot go out at all without taking your dogs with you, as dogs in an unfamiliar environment are likely to exhibit anxiety which will result in uncontrolled barking.  We are not “boarding kennels”.  There are at least 4 restaurants that are pet friendly in the area.  We will point these out to you.  You will not be able to bring your dogs to the swimming pool as it is in the main garden where our dogs live.  \\u003cbr\\u003e\\u003cbr\\u003e2. All dogs will bark from time to time briefly at something or someone new, but the onus is upon the owner to approach their dogs and calm them down and stop the barking as soon as reasonably possible.  All the cottages are individually fenced (1.2 meters high) and gated to give you and your dogs a private space but unfortunately, noise does not stop at the fence!  The fences are separate from each other.  This is not the right place to bring “Yappers” who bark at everything that moves and nothing at all!  Dogs that can jump over fences and that cannot be contained in the gardens are not allowed.\\u003cbr\\u003e\\u003cbr\\u003e3. Please take note that pet-friendly accommodation requires that your pets are well trained, have their own sleeping bags, blankets and toys, that they do not jump onto or chew furniture or sleep on beds/sofa,s and that are \\u0022flea-free\\u0022 N.B. You will be responsible for cleaning after your pets, picking up their waste, and ensuring that the garden is left in the way that you have found it. We will exercise the right to hold you responsible for any damage caused by your pets.\\u003cbr\\u003e\\u003cbr\\u003e4. On arrival, guests are requested to get their dogs safely into their garden - the carport area is not safe.  Once in your garden, your dogs are safe to run around and in the park as well.  You will be shown where the walking trails are and the areas where it is safe to let your dogs off-leash.  Please respect the safe areas pointed out to you – we cannot be held responsible for possible injuries to dogs who are outside their boundaries.\\u003cbr\\u003e\\u003cbr\\u003e5. We try to provide tranquil accommodation for all our guests and therefore dog owners who are unable to control their dogs and allow them to disturb other guests or owners who leave dogs unattended, will be requested to remove the dogs from the property.   Should the owner decide to leave as well, there will be no refund for early departure.\"} -->\n<div class=\"wp-block-uagb-faq-child uagb-faq-child__outer-wrap uagb-faq-item uagb-block-cceccde5\" role=\"tab\" tabindex=\"0\"><div class=\"uagb-faq-questions-button uagb-faq-questions\"><span class=\"uagb-icon uagb-faq-icon-wrap\"><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 448 512\"><path d=\"M432 256c0 17.69-14.33 32.01-32 32.01H256v144c0 17.69-14.33 31.99-32 31.99s-32-14.3-32-31.99v-144H48c-17.67 0-32-14.32-32-32.01s14.33-31.99 32-31.99H192v-144c0-17.69 14.33-32.01 32-32.01s32 14.32 32 32.01v144h144C417.7 224 432 238.3 432 256z\"></path></svg></span><span class=\"uagb-icon-active uagb-faq-icon-wrap\"><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 448 512\"><path d=\"M400 288h-352c-17.69 0-32-14.32-32-32.01s14.31-31.99 32-31.99h352c17.69 0 32 14.3 32 31.99S417.7 288 400 288z\"></path></svg></span><span class=\"uagb-question\">View the Blue Roan Pet Policy </span></div><p class=\"uagb-faq-content\">Blue Roan offers pet owners the opportunity to enjoy their holiday with their lovable pets, the number and size, and breed must be pre-arranged and agreed to.  We have lovely safe off-leash walking trails on our property as well as the right to use neighbouring farms.  We love all animals and have quite a few of our own.  However, owing to our particular setup, which has its flaws, this invitation is extended only to owners with well-behaved and controllable dogs and is subject to the following conditions:<br><br>1. Owners must stay with their animals at all times,  meaning you cannot go out at all without taking your dogs with you, as dogs in an unfamiliar environment are likely to exhibit anxiety which will result in uncontrolled barking.  We are not “boarding kennels”.  There are at least 4 restaurants that are pet friendly in the area.  We will point these out to you.  You will not be able to bring your dogs to the swimming pool as it is in the main garden where our dogs live.  <br><br>2. All dogs will bark from time to time briefly at something or someone new, but the onus is upon the owner to approach their dogs and calm them down and stop the barking as soon as reasonably possible.  All the cottages are individually fenced (1.2 meters high) and gated to give you and your dogs a private space but unfortunately, noise does not stop at the fence!  The fences are separate from each other.  This is not the right place to bring “Yappers” who bark at everything that moves and nothing at all!  Dogs that can jump over fences and that cannot be contained in the gardens are not allowed.<br><br>3. Please take note that pet-friendly accommodation requires that your pets are well trained, have their own sleeping bags, blankets and toys, that they do not jump onto or chew furniture or sleep on beds/sofa,s and that are \"flea-free\" N.B. You will be responsible for cleaning after your pets, picking up their waste, and ensuring that the garden is left in the way that you have found it. We will exercise the right to hold you responsible for any damage caused by your pets.<br><br>4. On arrival, guests are requested to get their dogs safely into their garden - the carport area is not safe.  Once in your garden, your dogs are safe to run around and in the park as well.  You will be shown where the walking trails are and the areas where it is safe to let your dogs off-leash.  Please respect the safe areas pointed out to you – we cannot be held responsible for possible injuries to dogs who are outside their boundaries.<br><br>5. We try to provide tranquil accommodation for all our guests and therefore dog owners who are unable to control their dogs and allow them to disturb other guests or owners who leave dogs unattended, will be requested to remove the dogs from the property.   Should the owner decide to leave as well, there will be no refund for early departure.</p></div>\n<!-- /wp:uagb/faq-child --></div>\n<!-- /wp:uagb/faq --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:cover {\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Blue-roan-pool-01.jpg\",\"id\":782,\"dimRatio\":65,\"overlayColor\":\"ast-global-color-2\",\"focalPoint\":{\"x\":0.51,\"y\":0.69},\"minHeight\":500,\"align\":\"full\"} -->\n<div class=\"wp-block-cover alignfull\" style=\"min-height:500px\"><span aria-hidden=\"true\" class=\"wp-block-cover__background has-ast-global-color-2-background-color has-background-dim-70 has-background-dim\"></span><img class=\"wp-block-cover__image-background wp-image-782\" alt=\"\" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Blue-roan-pool-01.jpg\" style=\"object-position:51% 69%\" data-object-fit=\"cover\" data-object-position=\"51% 69%\"/><div class=\"wp-block-cover__inner-container\"><!-- wp:columns {\"verticalAlignment\":\"center\",\"align\":\"wide\"} -->\n<div class=\"wp-block-columns alignwide are-vertically-aligned-center\"><!-- wp:column {\"verticalAlignment\":\"center\",\"width\":\"66.66%\"} -->\n<div class=\"wp-block-column is-vertically-aligned-center\" style=\"flex-basis:66.66%\"><!-- wp:heading {\"textColor\":\"white\"} -->\n<h2 class=\"has-white-color has-text-color\">Sleep in Absolute Peace Wake up to Bright Sunshine</h2>\n<!-- /wp:heading -->\n\n<!-- wp:buttons -->\n<div class=\"wp-block-buttons\"><!-- wp:button -->\n<div class=\"wp-block-button\"><a class=\"wp-block-button__link wp-element-button\">Reservations</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"verticalAlignment\":\"center\",\"width\":\"33.33%\"} -->\n<div class=\"wp-block-column is-vertically-aligned-center\" style=\"flex-basis:33.33%\"></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div></div>\n<!-- /wp:cover -->',	'FAQs',	'',	'inherit',	'closed',	'closed',	'',	'933-revision-v1',	'',	'',	'2022-12-14 15:08:00',	'2022-12-14 15:08:00',	'',	933,	'https://blueroan.netgen.cloud/?p=1122',	0,	'revision',	'',	0),
(1123,	2,	'2022-12-14 15:08:31',	'2022-12-14 15:08:31',	'<!-- wp:cover {\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/sun-coming-up-1.jpg\",\"id\":1113,\"dimRatio\":0,\"overlayColor\":\"ast-global-color-1\",\"focalPoint\":{\"x\":0.44,\"y\":0.99},\"minHeight\":500,\"minHeightUnit\":\"px\",\"align\":\"full\"} -->\n<div class=\"wp-block-cover alignfull\" style=\"min-height:500px\"><span aria-hidden=\"true\" class=\"wp-block-cover__background has-ast-global-color-1-background-color has-background-dim-0 has-background-dim\"></span><img class=\"wp-block-cover__image-background wp-image-1113\" alt=\"\" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/sun-coming-up-1.jpg\" style=\"object-position:44% 99%\" data-object-fit=\"cover\" data-object-position=\"44% 99%\"/><div class=\"wp-block-cover__inner-container\"><!-- wp:spacer {\"height\":\"150px\"} -->\n<div style=\"height:150px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:columns {\"verticalAlignment\":\"bottom\",\"align\":\"wide\"} -->\n<div class=\"wp-block-columns alignwide are-vertically-aligned-bottom\"><!-- wp:column {\"verticalAlignment\":\"bottom\",\"width\":\"66.66%\"} -->\n<div class=\"wp-block-column is-vertically-aligned-bottom\" style=\"flex-basis:66.66%\"><!-- wp:heading {\"level\":1,\"textColor\":\"ast-global-color-5\"} -->\n<h1 class=\"has-ast-global-color-5-color has-text-color\">Frequently asked questions </h1>\n<!-- /wp:heading --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"verticalAlignment\":\"bottom\",\"width\":\"33.33%\"} -->\n<div class=\"wp-block-column is-vertically-aligned-bottom\" style=\"flex-basis:33.33%\"><!-- wp:heading {\"level\":3,\"textColor\":\"ast-global-color-5\",\"className\":\"faq-tel-no \"} -->\n<h3 class=\"faq-tel-no has-ast-global-color-5-color has-text-color\"><br><a href=\"tel:+27825755409\">+ 27 (0) 82 575 5409</a></h3>\n<!-- /wp:heading --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div></div>\n<!-- /wp:cover -->\n\n<!-- wp:uagb/container {\"block_id\":\"acc0ba05\",\"variationSelected\":true,\"isBlockRootParent\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-acc0ba05 alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:spacer {\"height\":\"45px\"} -->\n<div style=\"height:45px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:uagb/faq {\"block_id\":\"a9021363\",\"expandFirstItem\":false,\"boxBgType\":\"transparent\",\"boxBgColor\":\"#F5F5F5\",\"borderStyle\":\"\",\"borderWidth\":\"\",\"borderRadius\":\"\",\"borderColor\":\"\",\"vquestionPaddingDesktop\":15,\"hquestionPaddingDesktop\":15,\"iconAlign\":\"row-reverse\",\"schema\":\"{\\u0022@context\\u0022:\\u0022https://schema.org\\u0022,\\u0022@type\\u0022:\\u0022FAQPage\\u0022,\\u0022@id\\u0022:\\u0022https://blueroan.netgen.cloud/faqs/\\u0022,\\u0022mainEntity\\u0022:[{\\u0022@type\\u0022:\\u0022Question\\u0022,\\u0022name\\u0022:\\u0022\\u003cstrong\\u003eWhat is the check-in and check-out time?\\u003c/strong\\u003e\\u0022,\\u0022acceptedAnswer\\u0022:{\\u0022@type\\u0022:\\u0022Answer\\u0022,\\u0022text\\u0022:\\u0022Check-in after 14:00 and before 20:00\\u003cbr\\u003eCheck out by 10:00 am\\u0022}},{\\u0022@type\\u0022:\\u0022Question\\u0022,\\u0022name\\u0022:\\u0022\\u003cstrong\\u003eCan we stay later than the check-out time?\\u003c/strong\\u003e\\u0022,\\u0022acceptedAnswer\\u0022:{\\u0022@type\\u0022:\\u0022Answer\\u0022,\\u0022text\\u0022:\\u0022Please check with us. If we have no people waiting for your room, then you are welcome to stay later by arrangement.\\u0022}},{\\u0022@type\\u0022:\\u0022Question\\u0022,\\u0022name\\u0022:\\u0022\\u003cstrong\\u003eDo you accept credit or debit cards?\\u003c/strong\\u003e\\u0022,\\u0022acceptedAnswer\\u0022:{\\u0022@type\\u0022:\\u0022Answer\\u0022,\\u0022text\\u0022:\\u0022Yes, we accept credit cards and cheque cards but not debit cards.\\u003cbr\\u003e\\u0022}},{\\u0022@type\\u0022:\\u0022Question\\u0022,\\u0022name\\u0022:\\u0022\\u003cstrong\\u003eDo you serve meals?\\u003c/strong\\u003e\\u0022,\\u0022acceptedAnswer\\u0022:{\\u0022@type\\u0022:\\u0022Answer\\u0022,\\u0022text\\u0022:\\u0022No. However, we are close to many restaurants where a tasty and reasonably priced meal can be obtained.\\u0022}},{\\u0022@type\\u0022:\\u0022Question\\u0022,\\u0022name\\u0022:\\u0022\\u003cstrong\\u003eThis is a special date for me, a \\u003c/strong\\u003eBirthday, Anniversary,\\u003cstrong\\u003e or any other. Can you make it special for me?\\u003c/strong\\u003e\\u0022,\\u0022acceptedAnswer\\u0022:{\\u0022@type\\u0022:\\u0022Answer\\u0022,\\u0022text\\u0022:\\u0022Yes, just tell us about it and any special requests you have, and we will try and assist\\u0022}},{\\u0022@type\\u0022:\\u0022Question\\u0022,\\u0022name\\u0022:\\u0022\\u003cstrong\\u003eAre you pet friendly?\\u003c/strong\\u003e\\u0022,\\u0022acceptedAnswer\\u0022:{\\u0022@type\\u0022:\\u0022Answer\\u0022,\\u0022text\\u0022:\\u0022Yes by arrangement as the units have enclosed private gardens that can accommodate friendly dogs.  However, the Honeymoon suite and the Greek Villa are not used for pets.  Please ask for advice prior to your booking and please see the pet policy.\\u0022}}]}\",\"questionLeftPaddingDesktop\":15,\"questionBottomPaddingDesktop\":15,\"answerTopPadding\":0,\"answerRightPadding\":15,\"answerBottomPadding\":15,\"answerLeftPadding\":15,\"answerTopPaddingTablet\":10,\"answerRightPaddingTablet\":10,\"answerBottomPaddingTablet\":10,\"answerLeftPaddingTablet\":10,\"answerTopPaddingMobile\":10,\"answerRightPaddingMobile\":10,\"answerBottomPaddingMobile\":10,\"answerLeftPaddingMobile\":10,\"overallBorderTopWidth\":1,\"overallBorderLeftWidth\":1,\"overallBorderRightWidth\":1,\"overallBorderBottomWidth\":1,\"overallBorderTopLeftRadius\":2,\"overallBorderTopRightRadius\":2,\"overallBorderBottomLeftRadius\":2,\"overallBorderBottomRightRadius\":2,\"overallBorderStyle\":\"solid\",\"overallBorderColor\":\"#D2D2D2\"} -->\n<div class=\"wp-block-uagb-faq uagb-faq__outer-wrap uagb-block-a9021363 uagb-faq-icon-row-reverse uagb-faq-layout-accordion uagb-faq-expand-first-false uagb-faq-inactive-other-true uagb-faq__wrap uagb-buttons-layout-wrap uagb-faq-equal-height\" data-faqtoggle=\"true\" role=\"tablist\"><!-- wp:uagb/faq-child {\"block_id\":\"6482f3d7\",\"question\":\"\\u003cstrong\\u003eWhat is the check-in and check-out time?\\u003c/strong\\u003e\",\"answer\":\"Check-in after 14:00 and before 20:00\\u003cbr\\u003eCheck out by 10:00 am\"} -->\n<div class=\"wp-block-uagb-faq-child uagb-faq-child__outer-wrap uagb-faq-item uagb-block-6482f3d7\" role=\"tab\" tabindex=\"0\"><div class=\"uagb-faq-questions-button uagb-faq-questions\"><span class=\"uagb-icon uagb-faq-icon-wrap\"><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 448 512\"><path d=\"M432 256c0 17.69-14.33 32.01-32 32.01H256v144c0 17.69-14.33 31.99-32 31.99s-32-14.3-32-31.99v-144H48c-17.67 0-32-14.32-32-32.01s14.33-31.99 32-31.99H192v-144c0-17.69 14.33-32.01 32-32.01s32 14.32 32 32.01v144h144C417.7 224 432 238.3 432 256z\"></path></svg></span><span class=\"uagb-icon-active uagb-faq-icon-wrap\"><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 448 512\"><path d=\"M400 288h-352c-17.69 0-32-14.32-32-32.01s14.31-31.99 32-31.99h352c17.69 0 32 14.3 32 31.99S417.7 288 400 288z\"></path></svg></span><span class=\"uagb-question\"><strong>What is the check-in and check-out time?</strong></span></div><p class=\"uagb-faq-content\">Check-in after 14:00 and before 20:00<br>Check out by 10:00 am</p></div>\n<!-- /wp:uagb/faq-child -->\n\n<!-- wp:uagb/faq-child {\"block_id\":\"7ba2d846\",\"question\":\"\\u003cstrong\\u003eCan we stay later than the check-out time?\\u003c/strong\\u003e\",\"answer\":\"Please check with us. If we have no people waiting for your room, then you are welcome to stay later by arrangement.\"} -->\n<div class=\"wp-block-uagb-faq-child uagb-faq-child__outer-wrap uagb-faq-item uagb-block-7ba2d846\" role=\"tab\" tabindex=\"0\"><div class=\"uagb-faq-questions-button uagb-faq-questions\"><span class=\"uagb-icon uagb-faq-icon-wrap\"><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 448 512\"><path d=\"M432 256c0 17.69-14.33 32.01-32 32.01H256v144c0 17.69-14.33 31.99-32 31.99s-32-14.3-32-31.99v-144H48c-17.67 0-32-14.32-32-32.01s14.33-31.99 32-31.99H192v-144c0-17.69 14.33-32.01 32-32.01s32 14.32 32 32.01v144h144C417.7 224 432 238.3 432 256z\"></path></svg></span><span class=\"uagb-icon-active uagb-faq-icon-wrap\"><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 448 512\"><path d=\"M400 288h-352c-17.69 0-32-14.32-32-32.01s14.31-31.99 32-31.99h352c17.69 0 32 14.3 32 31.99S417.7 288 400 288z\"></path></svg></span><span class=\"uagb-question\"><strong>Can we stay later than the check-out time?</strong></span></div><p class=\"uagb-faq-content\">Please check with us. If we have no people waiting for your room, then you are welcome to stay later by arrangement.</p></div>\n<!-- /wp:uagb/faq-child -->\n\n<!-- wp:uagb/faq-child {\"block_id\":\"f97be8f5\",\"question\":\"\\u003cstrong\\u003eDo you accept credit or debit cards?\\u003c/strong\\u003e\",\"answer\":\"Yes, we accept credit cards and cheque cards but not debit cards.\\u003cbr\\u003e\"} -->\n<div class=\"wp-block-uagb-faq-child uagb-faq-child__outer-wrap uagb-faq-item uagb-block-f97be8f5\" role=\"tab\" tabindex=\"0\"><div class=\"uagb-faq-questions-button uagb-faq-questions\"><span class=\"uagb-icon uagb-faq-icon-wrap\"><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 448 512\"><path d=\"M432 256c0 17.69-14.33 32.01-32 32.01H256v144c0 17.69-14.33 31.99-32 31.99s-32-14.3-32-31.99v-144H48c-17.67 0-32-14.32-32-32.01s14.33-31.99 32-31.99H192v-144c0-17.69 14.33-32.01 32-32.01s32 14.32 32 32.01v144h144C417.7 224 432 238.3 432 256z\"></path></svg></span><span class=\"uagb-icon-active uagb-faq-icon-wrap\"><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 448 512\"><path d=\"M400 288h-352c-17.69 0-32-14.32-32-32.01s14.31-31.99 32-31.99h352c17.69 0 32 14.3 32 31.99S417.7 288 400 288z\"></path></svg></span><span class=\"uagb-question\"><strong>Do you accept credit or debit cards?</strong></span></div><p class=\"uagb-faq-content\">Yes, we accept credit cards and cheque cards but not debit cards.<br></p></div>\n<!-- /wp:uagb/faq-child -->\n\n<!-- wp:uagb/faq-child {\"block_id\":\"b1283db8\",\"question\":\"\\u003cstrong\\u003eDo you serve meals?\\u003c/strong\\u003e\",\"answer\":\"No. However, we are close to many restaurants where a tasty and reasonably priced meal can be obtained.\"} -->\n<div class=\"wp-block-uagb-faq-child uagb-faq-child__outer-wrap uagb-faq-item uagb-block-b1283db8\" role=\"tab\" tabindex=\"0\"><div class=\"uagb-faq-questions-button uagb-faq-questions\"><span class=\"uagb-icon uagb-faq-icon-wrap\"><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 448 512\"><path d=\"M432 256c0 17.69-14.33 32.01-32 32.01H256v144c0 17.69-14.33 31.99-32 31.99s-32-14.3-32-31.99v-144H48c-17.67 0-32-14.32-32-32.01s14.33-31.99 32-31.99H192v-144c0-17.69 14.33-32.01 32-32.01s32 14.32 32 32.01v144h144C417.7 224 432 238.3 432 256z\"></path></svg></span><span class=\"uagb-icon-active uagb-faq-icon-wrap\"><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 448 512\"><path d=\"M400 288h-352c-17.69 0-32-14.32-32-32.01s14.31-31.99 32-31.99h352c17.69 0 32 14.3 32 31.99S417.7 288 400 288z\"></path></svg></span><span class=\"uagb-question\"><strong>Do you serve meals?</strong></span></div><p class=\"uagb-faq-content\">No. However, we are close to many restaurants where a tasty and reasonably priced meal can be obtained.</p></div>\n<!-- /wp:uagb/faq-child -->\n\n<!-- wp:uagb/faq-child {\"block_id\":\"03fa128c\",\"question\":\"\\u003cstrong\\u003eThis is a special date for me, a \\u003c/strong\\u003eBirthday, Anniversary,\\u003cstrong\\u003e or any other. Can you make it special for me?\\u003c/strong\\u003e\",\"answer\":\"Yes, just tell us about it and any special requests you have, and we will try and assist\"} -->\n<div class=\"wp-block-uagb-faq-child uagb-faq-child__outer-wrap uagb-faq-item uagb-block-03fa128c\" role=\"tab\" tabindex=\"0\"><div class=\"uagb-faq-questions-button uagb-faq-questions\"><span class=\"uagb-icon uagb-faq-icon-wrap\"><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 448 512\"><path d=\"M432 256c0 17.69-14.33 32.01-32 32.01H256v144c0 17.69-14.33 31.99-32 31.99s-32-14.3-32-31.99v-144H48c-17.67 0-32-14.32-32-32.01s14.33-31.99 32-31.99H192v-144c0-17.69 14.33-32.01 32-32.01s32 14.32 32 32.01v144h144C417.7 224 432 238.3 432 256z\"></path></svg></span><span class=\"uagb-icon-active uagb-faq-icon-wrap\"><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 448 512\"><path d=\"M400 288h-352c-17.69 0-32-14.32-32-32.01s14.31-31.99 32-31.99h352c17.69 0 32 14.3 32 31.99S417.7 288 400 288z\"></path></svg></span><span class=\"uagb-question\"><strong>This is a special date for me, a </strong>Birthday, Anniversary,<strong> or any other. Can you make it special for me?</strong></span></div><p class=\"uagb-faq-content\">Yes, just tell us about it and any special requests you have, and we will try and assist</p></div>\n<!-- /wp:uagb/faq-child -->\n\n<!-- wp:uagb/faq-child {\"block_id\":\"7990f62a\",\"question\":\"\\u003cstrong\\u003eAre you pet friendly?\\u003c/strong\\u003e\",\"answer\":\"Yes by arrangement as the units have enclosed private gardens that can accommodate friendly dogs.  However, the Honeymoon suite and the Greek Villa are not used for pets.  Please ask for advice prior to your booking and please see the pet policy.\"} -->\n<div class=\"wp-block-uagb-faq-child uagb-faq-child__outer-wrap uagb-faq-item uagb-block-7990f62a\" role=\"tab\" tabindex=\"0\"><div class=\"uagb-faq-questions-button uagb-faq-questions\"><span class=\"uagb-icon uagb-faq-icon-wrap\"><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 448 512\"><path d=\"M432 256c0 17.69-14.33 32.01-32 32.01H256v144c0 17.69-14.33 31.99-32 31.99s-32-14.3-32-31.99v-144H48c-17.67 0-32-14.32-32-32.01s14.33-31.99 32-31.99H192v-144c0-17.69 14.33-32.01 32-32.01s32 14.32 32 32.01v144h144C417.7 224 432 238.3 432 256z\"></path></svg></span><span class=\"uagb-icon-active uagb-faq-icon-wrap\"><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 448 512\"><path d=\"M400 288h-352c-17.69 0-32-14.32-32-32.01s14.31-31.99 32-31.99h352c17.69 0 32 14.3 32 31.99S417.7 288 400 288z\"></path></svg></span><span class=\"uagb-question\"><strong>Are you pet friendly?</strong></span></div><p class=\"uagb-faq-content\">Yes by arrangement as the units have enclosed private gardens that can accommodate friendly dogs.  However, the Honeymoon suite and the Greek Villa are not used for pets.  Please ask for advice prior to your booking and please see the pet policy.</p></div>\n<!-- /wp:uagb/faq-child --></div>\n<!-- /wp:uagb/faq -->\n\n<!-- wp:spacer {\"height\":\"45px\"} -->\n<div style=\"height:45px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:heading -->\n<h2>BLUE ROAN PET POLICY</h2>\n<!-- /wp:heading -->\n\n<!-- wp:uagb/faq {\"block_id\":\"65abe03f\",\"expandFirstItem\":false,\"boxBgColor\":\"#F5F5F5\",\"borderStyle\":\"\",\"borderWidth\":\"\",\"borderRadius\":\"\",\"borderColor\":\"\",\"vquestionPaddingDesktop\":15,\"hquestionPaddingDesktop\":15,\"iconAlign\":\"row-reverse\",\"schema\":\"{\\u0022@context\\u0022:\\u0022https://schema.org\\u0022,\\u0022@type\\u0022:\\u0022FAQPage\\u0022,\\u0022@id\\u0022:\\u0022https://blueroan.netgen.cloud/faqs/\\u0022,\\u0022mainEntity\\u0022:[{\\u0022@type\\u0022:\\u0022Question\\u0022,\\u0022name\\u0022:\\u0022View the Blue Roan Pet Policy \\u0022,\\u0022acceptedAnswer\\u0022:{\\u0022@type\\u0022:\\u0022Answer\\u0022,\\u0022text\\u0022:\\u0022Blue Roan offers pet owners the opportunity to enjoy their holiday with their lovable pets, the number and size, and breed must be pre-arranged and agreed to.  We have lovely safe off-leash walking trails on our property as well as the right to use neighbouring farms.  We love all animals and have quite a few of our own.  However, owing to our particular setup, which has its flaws, this invitation is extended only to owners with well-behaved and controllable dogs and is subject to the following conditions:\\u003cbr\\u003e\\u003cbr\\u003e1. Owners must stay with their animals at all times,  meaning you cannot go out at all without taking your dogs with you, as dogs in an unfamiliar environment are likely to exhibit anxiety which will result in uncontrolled barking.  We are not “boarding kennels”.  There are at least 4 restaurants that are pet friendly in the area.  We will point these out to you.  You will not be able to bring your dogs to the swimming pool as it is in the main garden where our dogs live.  \\u003cbr\\u003e\\u003cbr\\u003e2. All dogs will bark from time to time briefly at something or someone new, but the onus is upon the owner to approach their dogs and calm them down and stop the barking as soon as reasonably possible.  All the cottages are individually fenced (1.2 meters high) and gated to give you and your dogs a private space but unfortunately, noise does not stop at the fence!  The fences are separate from each other.  This is not the right place to bring “Yappers” who bark at everything that moves and nothing at all!  Dogs that can jump over fences and that cannot be contained in the gardens are not allowed.\\u003cbr\\u003e\\u003cbr\\u003e3. Please take note that pet-friendly accommodation requires that your pets are well trained, have their own sleeping bags, blankets and toys, that they do not jump onto or chew furniture or sleep on beds/sofa,s and that are \\\\\\u0022flea-free\\\\\\u0022 N.B. You will be responsible for cleaning after your pets, picking up their waste, and ensuring that the garden is left in the way that you have found it. We will exercise the right to hold you responsible for any damage caused by your pets.\\u003cbr\\u003e\\u003cbr\\u003e4. On arrival, guests are requested to get their dogs safely into their garden - the carport area is not safe.  Once in your garden, your dogs are safe to run around and in the park as well.  You will be shown where the walking trails are and the areas where it is safe to let your dogs off-leash.  Please respect the safe areas pointed out to you – we cannot be held responsible for possible injuries to dogs who are outside their boundaries.\\u003cbr\\u003e\\u003cbr\\u003e5. We try to provide tranquil accommodation for all our guests and therefore dog owners who are unable to control their dogs and allow them to disturb other guests or owners who leave dogs unattended, will be requested to remove the dogs from the property.   Should the owner decide to leave as well, there will be no refund for early departure.\\u0022}}]}\",\"questionLeftPaddingDesktop\":15,\"questionBottomPaddingDesktop\":15,\"answerTopPadding\":0,\"answerRightPadding\":15,\"answerBottomPadding\":15,\"answerLeftPadding\":15,\"answerTopPaddingTablet\":10,\"answerRightPaddingTablet\":10,\"answerBottomPaddingTablet\":10,\"answerLeftPaddingTablet\":10,\"answerTopPaddingMobile\":10,\"answerRightPaddingMobile\":10,\"answerBottomPaddingMobile\":10,\"answerLeftPaddingMobile\":10,\"overallBorderTopWidth\":1,\"overallBorderLeftWidth\":1,\"overallBorderRightWidth\":1,\"overallBorderBottomWidth\":1,\"overallBorderTopLeftRadius\":2,\"overallBorderTopRightRadius\":2,\"overallBorderBottomLeftRadius\":2,\"overallBorderBottomRightRadius\":2,\"overallBorderStyle\":\"none\",\"overallBorderColor\":\"#D2D2D2\"} -->\n<div class=\"wp-block-uagb-faq uagb-faq__outer-wrap uagb-block-65abe03f uagb-faq-icon-row-reverse uagb-faq-layout-accordion uagb-faq-expand-first-false uagb-faq-inactive-other-true uagb-faq__wrap uagb-buttons-layout-wrap uagb-faq-equal-height\" data-faqtoggle=\"true\" role=\"tablist\"><!-- wp:uagb/faq-child {\"block_id\":\"6f701ae0\",\"question\":\"View the Blue Roan Pet Policy \",\"answer\":\"Blue Roan offers pet owners the opportunity to enjoy their holiday with their lovable pets, the number and size, and breed must be pre-arranged and agreed to.  We have lovely safe off-leash walking trails on our property as well as the right to use neighbouring farms.  We love all animals and have quite a few of our own.  However, owing to our particular setup, which has its flaws, this invitation is extended only to owners with well-behaved and controllable dogs and is subject to the following conditions:\\u003cbr\\u003e\\u003cbr\\u003e1. Owners must stay with their animals at all times,  meaning you cannot go out at all without taking your dogs with you, as dogs in an unfamiliar environment are likely to exhibit anxiety which will result in uncontrolled barking.  We are not “boarding kennels”.  There are at least 4 restaurants that are pet friendly in the area.  We will point these out to you.  You will not be able to bring your dogs to the swimming pool as it is in the main garden where our dogs live.  \\u003cbr\\u003e\\u003cbr\\u003e2. All dogs will bark from time to time briefly at something or someone new, but the onus is upon the owner to approach their dogs and calm them down and stop the barking as soon as reasonably possible.  All the cottages are individually fenced (1.2 meters high) and gated to give you and your dogs a private space but unfortunately, noise does not stop at the fence!  The fences are separate from each other.  This is not the right place to bring “Yappers” who bark at everything that moves and nothing at all!  Dogs that can jump over fences and that cannot be contained in the gardens are not allowed.\\u003cbr\\u003e\\u003cbr\\u003e3. Please take note that pet-friendly accommodation requires that your pets are well trained, have their own sleeping bags, blankets and toys, that they do not jump onto or chew furniture or sleep on beds/sofa,s and that are \\u0022flea-free\\u0022 N.B. You will be responsible for cleaning after your pets, picking up their waste, and ensuring that the garden is left in the way that you have found it. We will exercise the right to hold you responsible for any damage caused by your pets.\\u003cbr\\u003e\\u003cbr\\u003e4. On arrival, guests are requested to get their dogs safely into their garden - the carport area is not safe.  Once in your garden, your dogs are safe to run around and in the park as well.  You will be shown where the walking trails are and the areas where it is safe to let your dogs off-leash.  Please respect the safe areas pointed out to you – we cannot be held responsible for possible injuries to dogs who are outside their boundaries.\\u003cbr\\u003e\\u003cbr\\u003e5. We try to provide tranquil accommodation for all our guests and therefore dog owners who are unable to control their dogs and allow them to disturb other guests or owners who leave dogs unattended, will be requested to remove the dogs from the property.   Should the owner decide to leave as well, there will be no refund for early departure.\"} -->\n<div class=\"wp-block-uagb-faq-child uagb-faq-child__outer-wrap uagb-faq-item uagb-block-6f701ae0\" role=\"tab\" tabindex=\"0\"><div class=\"uagb-faq-questions-button uagb-faq-questions\"><span class=\"uagb-icon uagb-faq-icon-wrap\"><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 448 512\"><path d=\"M432 256c0 17.69-14.33 32.01-32 32.01H256v144c0 17.69-14.33 31.99-32 31.99s-32-14.3-32-31.99v-144H48c-17.67 0-32-14.32-32-32.01s14.33-31.99 32-31.99H192v-144c0-17.69 14.33-32.01 32-32.01s32 14.32 32 32.01v144h144C417.7 224 432 238.3 432 256z\"></path></svg></span><span class=\"uagb-icon-active uagb-faq-icon-wrap\"><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 448 512\"><path d=\"M400 288h-352c-17.69 0-32-14.32-32-32.01s14.31-31.99 32-31.99h352c17.69 0 32 14.3 32 31.99S417.7 288 400 288z\"></path></svg></span><span class=\"uagb-question\">View the Blue Roan Pet Policy </span></div><p class=\"uagb-faq-content\">Blue Roan offers pet owners the opportunity to enjoy their holiday with their lovable pets, the number and size, and breed must be pre-arranged and agreed to.  We have lovely safe off-leash walking trails on our property as well as the right to use neighbouring farms.  We love all animals and have quite a few of our own.  However, owing to our particular setup, which has its flaws, this invitation is extended only to owners with well-behaved and controllable dogs and is subject to the following conditions:<br><br>1. Owners must stay with their animals at all times,  meaning you cannot go out at all without taking your dogs with you, as dogs in an unfamiliar environment are likely to exhibit anxiety which will result in uncontrolled barking.  We are not “boarding kennels”.  There are at least 4 restaurants that are pet friendly in the area.  We will point these out to you.  You will not be able to bring your dogs to the swimming pool as it is in the main garden where our dogs live.  <br><br>2. All dogs will bark from time to time briefly at something or someone new, but the onus is upon the owner to approach their dogs and calm them down and stop the barking as soon as reasonably possible.  All the cottages are individually fenced (1.2 meters high) and gated to give you and your dogs a private space but unfortunately, noise does not stop at the fence!  The fences are separate from each other.  This is not the right place to bring “Yappers” who bark at everything that moves and nothing at all!  Dogs that can jump over fences and that cannot be contained in the gardens are not allowed.<br><br>3. Please take note that pet-friendly accommodation requires that your pets are well trained, have their own sleeping bags, blankets and toys, that they do not jump onto or chew furniture or sleep on beds/sofa,s and that are \"flea-free\" N.B. You will be responsible for cleaning after your pets, picking up their waste, and ensuring that the garden is left in the way that you have found it. We will exercise the right to hold you responsible for any damage caused by your pets.<br><br>4. On arrival, guests are requested to get their dogs safely into their garden - the carport area is not safe.  Once in your garden, your dogs are safe to run around and in the park as well.  You will be shown where the walking trails are and the areas where it is safe to let your dogs off-leash.  Please respect the safe areas pointed out to you – we cannot be held responsible for possible injuries to dogs who are outside their boundaries.<br><br>5. We try to provide tranquil accommodation for all our guests and therefore dog owners who are unable to control their dogs and allow them to disturb other guests or owners who leave dogs unattended, will be requested to remove the dogs from the property.   Should the owner decide to leave as well, there will be no refund for early departure.</p></div>\n<!-- /wp:uagb/faq-child --></div>\n<!-- /wp:uagb/faq --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:cover {\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Blue-roan-pool-01.jpg\",\"id\":782,\"dimRatio\":65,\"overlayColor\":\"ast-global-color-2\",\"focalPoint\":{\"x\":0.51,\"y\":0.69},\"minHeight\":500,\"align\":\"full\"} -->\n<div class=\"wp-block-cover alignfull\" style=\"min-height:500px\"><span aria-hidden=\"true\" class=\"wp-block-cover__background has-ast-global-color-2-background-color has-background-dim-70 has-background-dim\"></span><img class=\"wp-block-cover__image-background wp-image-782\" alt=\"\" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Blue-roan-pool-01.jpg\" style=\"object-position:51% 69%\" data-object-fit=\"cover\" data-object-position=\"51% 69%\"/><div class=\"wp-block-cover__inner-container\"><!-- wp:columns {\"verticalAlignment\":\"center\",\"align\":\"wide\"} -->\n<div class=\"wp-block-columns alignwide are-vertically-aligned-center\"><!-- wp:column {\"verticalAlignment\":\"center\",\"width\":\"66.66%\"} -->\n<div class=\"wp-block-column is-vertically-aligned-center\" style=\"flex-basis:66.66%\"><!-- wp:heading {\"textColor\":\"white\"} -->\n<h2 class=\"has-white-color has-text-color\">Sleep in Absolute Peace Wake up to Bright Sunshine</h2>\n<!-- /wp:heading -->\n\n<!-- wp:buttons -->\n<div class=\"wp-block-buttons\"><!-- wp:button -->\n<div class=\"wp-block-button\"><a class=\"wp-block-button__link wp-element-button\" href=\"https://book.nightsbridge.com/11065\">Reservation</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"verticalAlignment\":\"center\",\"width\":\"33.33%\"} -->\n<div class=\"wp-block-column is-vertically-aligned-center\" style=\"flex-basis:33.33%\"></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div></div>\n<!-- /wp:cover -->',	'FAQs',	'',	'inherit',	'closed',	'closed',	'',	'933-revision-v1',	'',	'',	'2022-12-14 15:08:31',	'2022-12-14 15:08:31',	'',	933,	'https://blueroan.netgen.cloud/?p=1123',	0,	'revision',	'',	0),
(1124,	2,	'2022-12-14 15:09:54',	'2022-12-14 15:09:54',	'<!-- wp:cover {\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/sun-coming-up-1.jpg\",\"id\":1113,\"dimRatio\":0,\"overlayColor\":\"ast-global-color-1\",\"focalPoint\":{\"x\":0.44,\"y\":0.99},\"minHeight\":500,\"minHeightUnit\":\"px\",\"align\":\"full\"} -->\n<div class=\"wp-block-cover alignfull\" style=\"min-height:500px\"><span aria-hidden=\"true\" class=\"wp-block-cover__background has-ast-global-color-1-background-color has-background-dim-0 has-background-dim\"></span><img class=\"wp-block-cover__image-background wp-image-1113\" alt=\"\" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/sun-coming-up-1.jpg\" style=\"object-position:44% 99%\" data-object-fit=\"cover\" data-object-position=\"44% 99%\"/><div class=\"wp-block-cover__inner-container\"><!-- wp:spacer {\"height\":\"150px\"} -->\n<div style=\"height:150px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:columns {\"verticalAlignment\":\"bottom\",\"align\":\"wide\"} -->\n<div class=\"wp-block-columns alignwide are-vertically-aligned-bottom\"><!-- wp:column {\"verticalAlignment\":\"bottom\",\"width\":\"66.66%\"} -->\n<div class=\"wp-block-column is-vertically-aligned-bottom\" style=\"flex-basis:66.66%\"><!-- wp:heading {\"level\":1,\"textColor\":\"ast-global-color-5\"} -->\n<h1 class=\"has-ast-global-color-5-color has-text-color\">Frequently asked questions </h1>\n<!-- /wp:heading --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"verticalAlignment\":\"bottom\",\"width\":\"33.33%\"} -->\n<div class=\"wp-block-column is-vertically-aligned-bottom\" style=\"flex-basis:33.33%\"><!-- wp:heading {\"level\":3,\"textColor\":\"ast-global-color-5\",\"className\":\"faq-tel-no \"} -->\n<h3 class=\"faq-tel-no has-ast-global-color-5-color has-text-color\"><br><a href=\"tel:+27825755409\">+ 27 (0) 82 575 5409</a></h3>\n<!-- /wp:heading --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div></div>\n<!-- /wp:cover -->\n\n<!-- wp:uagb/container {\"block_id\":\"54bc288b\",\"variationSelected\":true,\"isBlockRootParent\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-54bc288b alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:spacer {\"height\":\"45px\"} -->\n<div style=\"height:45px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:uagb/faq {\"block_id\":\"e5b9d1b1\",\"expandFirstItem\":false,\"boxBgType\":\"transparent\",\"boxBgColor\":\"#F5F5F5\",\"borderStyle\":\"\",\"borderWidth\":\"\",\"borderRadius\":\"\",\"borderColor\":\"\",\"vquestionPaddingDesktop\":15,\"hquestionPaddingDesktop\":15,\"iconAlign\":\"row-reverse\",\"schema\":\"{\\u0022@context\\u0022:\\u0022https://schema.org\\u0022,\\u0022@type\\u0022:\\u0022FAQPage\\u0022,\\u0022@id\\u0022:\\u0022https://blueroan.netgen.cloud/faqs/\\u0022,\\u0022mainEntity\\u0022:[{\\u0022@type\\u0022:\\u0022Question\\u0022,\\u0022name\\u0022:\\u0022\\u003cstrong\\u003eWhat is the check-in and check-out time?\\u003c/strong\\u003e\\u0022,\\u0022acceptedAnswer\\u0022:{\\u0022@type\\u0022:\\u0022Answer\\u0022,\\u0022text\\u0022:\\u0022Check-in after 14:00 and before 20:00\\u003cbr\\u003eCheck out by 10:00 am\\u0022}},{\\u0022@type\\u0022:\\u0022Question\\u0022,\\u0022name\\u0022:\\u0022\\u003cstrong\\u003eCan we stay later than the check-out time?\\u003c/strong\\u003e\\u0022,\\u0022acceptedAnswer\\u0022:{\\u0022@type\\u0022:\\u0022Answer\\u0022,\\u0022text\\u0022:\\u0022Please check with us. If we have no people waiting for your room, then you are welcome to stay later by arrangement.\\u0022}},{\\u0022@type\\u0022:\\u0022Question\\u0022,\\u0022name\\u0022:\\u0022\\u003cstrong\\u003eDo you accept credit or debit cards?\\u003c/strong\\u003e\\u0022,\\u0022acceptedAnswer\\u0022:{\\u0022@type\\u0022:\\u0022Answer\\u0022,\\u0022text\\u0022:\\u0022Yes, we accept credit cards and cheque cards but not debit cards.\\u003cbr\\u003e\\u0022}},{\\u0022@type\\u0022:\\u0022Question\\u0022,\\u0022name\\u0022:\\u0022\\u003cstrong\\u003eDo you serve meals?\\u003c/strong\\u003e\\u0022,\\u0022acceptedAnswer\\u0022:{\\u0022@type\\u0022:\\u0022Answer\\u0022,\\u0022text\\u0022:\\u0022No. However, we are close to many restaurants where a tasty and reasonably priced meal can be obtained.\\u0022}},{\\u0022@type\\u0022:\\u0022Question\\u0022,\\u0022name\\u0022:\\u0022\\u003cstrong\\u003eThis is a special date for me, a \\u003c/strong\\u003eBirthday, Anniversary,\\u003cstrong\\u003e or any other. Can you make it special for me?\\u003c/strong\\u003e\\u0022,\\u0022acceptedAnswer\\u0022:{\\u0022@type\\u0022:\\u0022Answer\\u0022,\\u0022text\\u0022:\\u0022Yes, just tell us about it and any special requests you have, and we will try and assist\\u0022}},{\\u0022@type\\u0022:\\u0022Question\\u0022,\\u0022name\\u0022:\\u0022\\u003cstrong\\u003eAre you pet friendly?\\u003c/strong\\u003e\\u0022,\\u0022acceptedAnswer\\u0022:{\\u0022@type\\u0022:\\u0022Answer\\u0022,\\u0022text\\u0022:\\u0022Yes by arrangement as the units have enclosed private gardens that can accommodate friendly dogs.  However, the Honeymoon suite and the Greek Villa are not used for pets.  Please ask for advice prior to your booking and please see the pet policy.\\u0022}}]}\",\"questionLeftPaddingDesktop\":15,\"questionBottomPaddingDesktop\":15,\"answerTopPadding\":0,\"answerRightPadding\":15,\"answerBottomPadding\":15,\"answerLeftPadding\":15,\"answerTopPaddingTablet\":10,\"answerRightPaddingTablet\":10,\"answerBottomPaddingTablet\":10,\"answerLeftPaddingTablet\":10,\"answerTopPaddingMobile\":10,\"answerRightPaddingMobile\":10,\"answerBottomPaddingMobile\":10,\"answerLeftPaddingMobile\":10,\"overallBorderTopWidth\":1,\"overallBorderLeftWidth\":1,\"overallBorderRightWidth\":1,\"overallBorderBottomWidth\":1,\"overallBorderTopLeftRadius\":2,\"overallBorderTopRightRadius\":2,\"overallBorderBottomLeftRadius\":2,\"overallBorderBottomRightRadius\":2,\"overallBorderStyle\":\"solid\",\"overallBorderColor\":\"#D2D2D2\"} -->\n<div class=\"wp-block-uagb-faq uagb-faq__outer-wrap uagb-block-e5b9d1b1 uagb-faq-icon-row-reverse uagb-faq-layout-accordion uagb-faq-expand-first-false uagb-faq-inactive-other-true uagb-faq__wrap uagb-buttons-layout-wrap uagb-faq-equal-height\" data-faqtoggle=\"true\" role=\"tablist\"><!-- wp:uagb/faq-child {\"block_id\":\"7d890549\",\"question\":\"\\u003cstrong\\u003eWhat is the check-in and check-out time?\\u003c/strong\\u003e\",\"answer\":\"Check-in after 14:00 and before 20:00\\u003cbr\\u003eCheck out by 10:00 am\"} -->\n<div class=\"wp-block-uagb-faq-child uagb-faq-child__outer-wrap uagb-faq-item uagb-block-7d890549\" role=\"tab\" tabindex=\"0\"><div class=\"uagb-faq-questions-button uagb-faq-questions\"><span class=\"uagb-icon uagb-faq-icon-wrap\"><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 448 512\"><path d=\"M432 256c0 17.69-14.33 32.01-32 32.01H256v144c0 17.69-14.33 31.99-32 31.99s-32-14.3-32-31.99v-144H48c-17.67 0-32-14.32-32-32.01s14.33-31.99 32-31.99H192v-144c0-17.69 14.33-32.01 32-32.01s32 14.32 32 32.01v144h144C417.7 224 432 238.3 432 256z\"></path></svg></span><span class=\"uagb-icon-active uagb-faq-icon-wrap\"><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 448 512\"><path d=\"M400 288h-352c-17.69 0-32-14.32-32-32.01s14.31-31.99 32-31.99h352c17.69 0 32 14.3 32 31.99S417.7 288 400 288z\"></path></svg></span><span class=\"uagb-question\"><strong>What is the check-in and check-out time?</strong></span></div><p class=\"uagb-faq-content\">Check-in after 14:00 and before 20:00<br>Check out by 10:00 am</p></div>\n<!-- /wp:uagb/faq-child -->\n\n<!-- wp:uagb/faq-child {\"block_id\":\"ee947d9d\",\"question\":\"\\u003cstrong\\u003eCan we stay later than the check-out time?\\u003c/strong\\u003e\",\"answer\":\"Please check with us. If we have no people waiting for your room, then you are welcome to stay later by arrangement.\"} -->\n<div class=\"wp-block-uagb-faq-child uagb-faq-child__outer-wrap uagb-faq-item uagb-block-ee947d9d\" role=\"tab\" tabindex=\"0\"><div class=\"uagb-faq-questions-button uagb-faq-questions\"><span class=\"uagb-icon uagb-faq-icon-wrap\"><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 448 512\"><path d=\"M432 256c0 17.69-14.33 32.01-32 32.01H256v144c0 17.69-14.33 31.99-32 31.99s-32-14.3-32-31.99v-144H48c-17.67 0-32-14.32-32-32.01s14.33-31.99 32-31.99H192v-144c0-17.69 14.33-32.01 32-32.01s32 14.32 32 32.01v144h144C417.7 224 432 238.3 432 256z\"></path></svg></span><span class=\"uagb-icon-active uagb-faq-icon-wrap\"><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 448 512\"><path d=\"M400 288h-352c-17.69 0-32-14.32-32-32.01s14.31-31.99 32-31.99h352c17.69 0 32 14.3 32 31.99S417.7 288 400 288z\"></path></svg></span><span class=\"uagb-question\"><strong>Can we stay later than the check-out time?</strong></span></div><p class=\"uagb-faq-content\">Please check with us. If we have no people waiting for your room, then you are welcome to stay later by arrangement.</p></div>\n<!-- /wp:uagb/faq-child -->\n\n<!-- wp:uagb/faq-child {\"block_id\":\"31246db9\",\"question\":\"\\u003cstrong\\u003eDo you accept credit or debit cards?\\u003c/strong\\u003e\",\"answer\":\"Yes, we accept credit cards and cheque cards but not debit cards.\\u003cbr\\u003e\"} -->\n<div class=\"wp-block-uagb-faq-child uagb-faq-child__outer-wrap uagb-faq-item uagb-block-31246db9\" role=\"tab\" tabindex=\"0\"><div class=\"uagb-faq-questions-button uagb-faq-questions\"><span class=\"uagb-icon uagb-faq-icon-wrap\"><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 448 512\"><path d=\"M432 256c0 17.69-14.33 32.01-32 32.01H256v144c0 17.69-14.33 31.99-32 31.99s-32-14.3-32-31.99v-144H48c-17.67 0-32-14.32-32-32.01s14.33-31.99 32-31.99H192v-144c0-17.69 14.33-32.01 32-32.01s32 14.32 32 32.01v144h144C417.7 224 432 238.3 432 256z\"></path></svg></span><span class=\"uagb-icon-active uagb-faq-icon-wrap\"><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 448 512\"><path d=\"M400 288h-352c-17.69 0-32-14.32-32-32.01s14.31-31.99 32-31.99h352c17.69 0 32 14.3 32 31.99S417.7 288 400 288z\"></path></svg></span><span class=\"uagb-question\"><strong>Do you accept credit or debit cards?</strong></span></div><p class=\"uagb-faq-content\">Yes, we accept credit cards and cheque cards but not debit cards.<br></p></div>\n<!-- /wp:uagb/faq-child -->\n\n<!-- wp:uagb/faq-child {\"block_id\":\"3339ab3d\",\"question\":\"\\u003cstrong\\u003eDo you serve meals?\\u003c/strong\\u003e\",\"answer\":\"No. However, we are close to many restaurants where a tasty and reasonably priced meal can be obtained.\"} -->\n<div class=\"wp-block-uagb-faq-child uagb-faq-child__outer-wrap uagb-faq-item uagb-block-3339ab3d\" role=\"tab\" tabindex=\"0\"><div class=\"uagb-faq-questions-button uagb-faq-questions\"><span class=\"uagb-icon uagb-faq-icon-wrap\"><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 448 512\"><path d=\"M432 256c0 17.69-14.33 32.01-32 32.01H256v144c0 17.69-14.33 31.99-32 31.99s-32-14.3-32-31.99v-144H48c-17.67 0-32-14.32-32-32.01s14.33-31.99 32-31.99H192v-144c0-17.69 14.33-32.01 32-32.01s32 14.32 32 32.01v144h144C417.7 224 432 238.3 432 256z\"></path></svg></span><span class=\"uagb-icon-active uagb-faq-icon-wrap\"><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 448 512\"><path d=\"M400 288h-352c-17.69 0-32-14.32-32-32.01s14.31-31.99 32-31.99h352c17.69 0 32 14.3 32 31.99S417.7 288 400 288z\"></path></svg></span><span class=\"uagb-question\"><strong>Do you serve meals?</strong></span></div><p class=\"uagb-faq-content\">No. However, we are close to many restaurants where a tasty and reasonably priced meal can be obtained.</p></div>\n<!-- /wp:uagb/faq-child -->\n\n<!-- wp:uagb/faq-child {\"block_id\":\"c8b398e4\",\"question\":\"\\u003cstrong\\u003eThis is a special date for me, a \\u003c/strong\\u003eBirthday, Anniversary,\\u003cstrong\\u003e or any other. Can you make it special for me?\\u003c/strong\\u003e\",\"answer\":\"Yes, just tell us about it and any special requests you have, and we will try and assist\"} -->\n<div class=\"wp-block-uagb-faq-child uagb-faq-child__outer-wrap uagb-faq-item uagb-block-c8b398e4\" role=\"tab\" tabindex=\"0\"><div class=\"uagb-faq-questions-button uagb-faq-questions\"><span class=\"uagb-icon uagb-faq-icon-wrap\"><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 448 512\"><path d=\"M432 256c0 17.69-14.33 32.01-32 32.01H256v144c0 17.69-14.33 31.99-32 31.99s-32-14.3-32-31.99v-144H48c-17.67 0-32-14.32-32-32.01s14.33-31.99 32-31.99H192v-144c0-17.69 14.33-32.01 32-32.01s32 14.32 32 32.01v144h144C417.7 224 432 238.3 432 256z\"></path></svg></span><span class=\"uagb-icon-active uagb-faq-icon-wrap\"><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 448 512\"><path d=\"M400 288h-352c-17.69 0-32-14.32-32-32.01s14.31-31.99 32-31.99h352c17.69 0 32 14.3 32 31.99S417.7 288 400 288z\"></path></svg></span><span class=\"uagb-question\"><strong>This is a special date for me, a </strong>Birthday, Anniversary,<strong> or any other. Can you make it special for me?</strong></span></div><p class=\"uagb-faq-content\">Yes, just tell us about it and any special requests you have, and we will try and assist</p></div>\n<!-- /wp:uagb/faq-child -->\n\n<!-- wp:uagb/faq-child {\"block_id\":\"6fa3ab8e\",\"question\":\"\\u003cstrong\\u003eAre you pet friendly?\\u003c/strong\\u003e\",\"answer\":\"Yes by arrangement as the units have enclosed private gardens that can accommodate friendly dogs.  However, the Honeymoon suite and the Greek Villa are not used for pets.  Please ask for advice prior to your booking and please see the pet policy.\"} -->\n<div class=\"wp-block-uagb-faq-child uagb-faq-child__outer-wrap uagb-faq-item uagb-block-6fa3ab8e\" role=\"tab\" tabindex=\"0\"><div class=\"uagb-faq-questions-button uagb-faq-questions\"><span class=\"uagb-icon uagb-faq-icon-wrap\"><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 448 512\"><path d=\"M432 256c0 17.69-14.33 32.01-32 32.01H256v144c0 17.69-14.33 31.99-32 31.99s-32-14.3-32-31.99v-144H48c-17.67 0-32-14.32-32-32.01s14.33-31.99 32-31.99H192v-144c0-17.69 14.33-32.01 32-32.01s32 14.32 32 32.01v144h144C417.7 224 432 238.3 432 256z\"></path></svg></span><span class=\"uagb-icon-active uagb-faq-icon-wrap\"><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 448 512\"><path d=\"M400 288h-352c-17.69 0-32-14.32-32-32.01s14.31-31.99 32-31.99h352c17.69 0 32 14.3 32 31.99S417.7 288 400 288z\"></path></svg></span><span class=\"uagb-question\"><strong>Are you pet friendly?</strong></span></div><p class=\"uagb-faq-content\">Yes by arrangement as the units have enclosed private gardens that can accommodate friendly dogs.  However, the Honeymoon suite and the Greek Villa are not used for pets.  Please ask for advice prior to your booking and please see the pet policy.</p></div>\n<!-- /wp:uagb/faq-child --></div>\n<!-- /wp:uagb/faq -->\n\n<!-- wp:spacer {\"height\":\"45px\"} -->\n<div style=\"height:45px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:heading -->\n<h2>BLUE ROAN PET POLICY</h2>\n<!-- /wp:heading -->\n\n<!-- wp:uagb/faq {\"block_id\":\"83262c4d\",\"expandFirstItem\":false,\"boxBgColor\":\"#F5F5F5\",\"borderStyle\":\"\",\"borderWidth\":\"\",\"borderRadius\":\"\",\"borderColor\":\"\",\"vquestionPaddingDesktop\":15,\"hquestionPaddingDesktop\":15,\"iconAlign\":\"row-reverse\",\"schema\":\"{\\u0022@context\\u0022:\\u0022https://schema.org\\u0022,\\u0022@type\\u0022:\\u0022FAQPage\\u0022,\\u0022@id\\u0022:\\u0022https://blueroan.netgen.cloud/faqs/\\u0022,\\u0022mainEntity\\u0022:[{\\u0022@type\\u0022:\\u0022Question\\u0022,\\u0022name\\u0022:\\u0022View the Blue Roan Pet Policy \\u0022,\\u0022acceptedAnswer\\u0022:{\\u0022@type\\u0022:\\u0022Answer\\u0022,\\u0022text\\u0022:\\u0022Blue Roan offers pet owners the opportunity to enjoy their holiday with their lovable pets, the number and size, and breed must be pre-arranged and agreed to.  We have lovely safe off-leash walking trails on our property as well as the right to use neighbouring farms.  We love all animals and have quite a few of our own.  However, owing to our particular setup, which has its flaws, this invitation is extended only to owners with well-behaved and controllable dogs and is subject to the following conditions:\\u003cbr\\u003e\\u003cbr\\u003e1. Owners must stay with their animals at all times,  meaning you cannot go out at all without taking your dogs with you, as dogs in an unfamiliar environment are likely to exhibit anxiety which will result in uncontrolled barking.  We are not “boarding kennels”.  There are at least 4 restaurants that are pet friendly in the area.  We will point these out to you.  You will not be able to bring your dogs to the swimming pool as it is in the main garden where our dogs live.  \\u003cbr\\u003e\\u003cbr\\u003e2. All dogs will bark from time to time briefly at something or someone new, but the onus is upon the owner to approach their dogs and calm them down and stop the barking as soon as reasonably possible.  All the cottages are individually fenced (1.2 meters high) and gated to give you and your dogs a private space but unfortunately, noise does not stop at the fence!  The fences are separate from each other.  This is not the right place to bring “Yappers” who bark at everything that moves and nothing at all!  Dogs that can jump over fences and that cannot be contained in the gardens are not allowed.\\u003cbr\\u003e\\u003cbr\\u003e3. Please take note that pet-friendly accommodation requires that your pets are well trained, have their own sleeping bags, blankets and toys, that they do not jump onto or chew furniture or sleep on beds/sofa,s and that are \\\\\\u0022flea-free\\\\\\u0022 N.B. You will be responsible for cleaning after your pets, picking up their waste, and ensuring that the garden is left in the way that you have found it. We will exercise the right to hold you responsible for any damage caused by your pets.\\u003cbr\\u003e\\u003cbr\\u003e4. On arrival, guests are requested to get their dogs safely into their garden - the carport area is not safe.  Once in your garden, your dogs are safe to run around and in the park as well.  You will be shown where the walking trails are and the areas where it is safe to let your dogs off-leash.  Please respect the safe areas pointed out to you – we cannot be held responsible for possible injuries to dogs who are outside their boundaries.\\u003cbr\\u003e\\u003cbr\\u003e5. We try to provide tranquil accommodation for all our guests and therefore dog owners who are unable to control their dogs and allow them to disturb other guests or owners who leave dogs unattended, will be requested to remove the dogs from the property.   Should the owner decide to leave as well, there will be no refund for early departure.\\u0022}}]}\",\"questionLeftPaddingDesktop\":15,\"questionBottomPaddingDesktop\":15,\"answerTopPadding\":0,\"answerRightPadding\":15,\"answerBottomPadding\":15,\"answerLeftPadding\":15,\"answerTopPaddingTablet\":10,\"answerRightPaddingTablet\":10,\"answerBottomPaddingTablet\":10,\"answerLeftPaddingTablet\":10,\"answerTopPaddingMobile\":10,\"answerRightPaddingMobile\":10,\"answerBottomPaddingMobile\":10,\"answerLeftPaddingMobile\":10,\"overallBorderTopWidth\":1,\"overallBorderLeftWidth\":1,\"overallBorderRightWidth\":1,\"overallBorderBottomWidth\":1,\"overallBorderTopLeftRadius\":2,\"overallBorderTopRightRadius\":2,\"overallBorderBottomLeftRadius\":2,\"overallBorderBottomRightRadius\":2,\"overallBorderStyle\":\"none\",\"overallBorderColor\":\"#D2D2D2\"} -->\n<div class=\"wp-block-uagb-faq uagb-faq__outer-wrap uagb-block-83262c4d uagb-faq-icon-row-reverse uagb-faq-layout-accordion uagb-faq-expand-first-false uagb-faq-inactive-other-true uagb-faq__wrap uagb-buttons-layout-wrap uagb-faq-equal-height\" data-faqtoggle=\"true\" role=\"tablist\"><!-- wp:uagb/faq-child {\"block_id\":\"66a2329b\",\"question\":\"View the Blue Roan Pet Policy \",\"answer\":\"Blue Roan offers pet owners the opportunity to enjoy their holiday with their lovable pets, the number and size, and breed must be pre-arranged and agreed to.  We have lovely safe off-leash walking trails on our property as well as the right to use neighbouring farms.  We love all animals and have quite a few of our own.  However, owing to our particular setup, which has its flaws, this invitation is extended only to owners with well-behaved and controllable dogs and is subject to the following conditions:\\u003cbr\\u003e\\u003cbr\\u003e1. Owners must stay with their animals at all times,  meaning you cannot go out at all without taking your dogs with you, as dogs in an unfamiliar environment are likely to exhibit anxiety which will result in uncontrolled barking.  We are not “boarding kennels”.  There are at least 4 restaurants that are pet friendly in the area.  We will point these out to you.  You will not be able to bring your dogs to the swimming pool as it is in the main garden where our dogs live.  \\u003cbr\\u003e\\u003cbr\\u003e2. All dogs will bark from time to time briefly at something or someone new, but the onus is upon the owner to approach their dogs and calm them down and stop the barking as soon as reasonably possible.  All the cottages are individually fenced (1.2 meters high) and gated to give you and your dogs a private space but unfortunately, noise does not stop at the fence!  The fences are separate from each other.  This is not the right place to bring “Yappers” who bark at everything that moves and nothing at all!  Dogs that can jump over fences and that cannot be contained in the gardens are not allowed.\\u003cbr\\u003e\\u003cbr\\u003e3. Please take note that pet-friendly accommodation requires that your pets are well trained, have their own sleeping bags, blankets and toys, that they do not jump onto or chew furniture or sleep on beds/sofa,s and that are \\u0022flea-free\\u0022 N.B. You will be responsible for cleaning after your pets, picking up their waste, and ensuring that the garden is left in the way that you have found it. We will exercise the right to hold you responsible for any damage caused by your pets.\\u003cbr\\u003e\\u003cbr\\u003e4. On arrival, guests are requested to get their dogs safely into their garden - the carport area is not safe.  Once in your garden, your dogs are safe to run around and in the park as well.  You will be shown where the walking trails are and the areas where it is safe to let your dogs off-leash.  Please respect the safe areas pointed out to you – we cannot be held responsible for possible injuries to dogs who are outside their boundaries.\\u003cbr\\u003e\\u003cbr\\u003e5. We try to provide tranquil accommodation for all our guests and therefore dog owners who are unable to control their dogs and allow them to disturb other guests or owners who leave dogs unattended, will be requested to remove the dogs from the property.   Should the owner decide to leave as well, there will be no refund for early departure.\"} -->\n<div class=\"wp-block-uagb-faq-child uagb-faq-child__outer-wrap uagb-faq-item uagb-block-66a2329b\" role=\"tab\" tabindex=\"0\"><div class=\"uagb-faq-questions-button uagb-faq-questions\"><span class=\"uagb-icon uagb-faq-icon-wrap\"><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 448 512\"><path d=\"M432 256c0 17.69-14.33 32.01-32 32.01H256v144c0 17.69-14.33 31.99-32 31.99s-32-14.3-32-31.99v-144H48c-17.67 0-32-14.32-32-32.01s14.33-31.99 32-31.99H192v-144c0-17.69 14.33-32.01 32-32.01s32 14.32 32 32.01v144h144C417.7 224 432 238.3 432 256z\"></path></svg></span><span class=\"uagb-icon-active uagb-faq-icon-wrap\"><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 448 512\"><path d=\"M400 288h-352c-17.69 0-32-14.32-32-32.01s14.31-31.99 32-31.99h352c17.69 0 32 14.3 32 31.99S417.7 288 400 288z\"></path></svg></span><span class=\"uagb-question\">View the Blue Roan Pet Policy </span></div><p class=\"uagb-faq-content\">Blue Roan offers pet owners the opportunity to enjoy their holiday with their lovable pets, the number and size, and breed must be pre-arranged and agreed to.  We have lovely safe off-leash walking trails on our property as well as the right to use neighbouring farms.  We love all animals and have quite a few of our own.  However, owing to our particular setup, which has its flaws, this invitation is extended only to owners with well-behaved and controllable dogs and is subject to the following conditions:<br><br>1. Owners must stay with their animals at all times,  meaning you cannot go out at all without taking your dogs with you, as dogs in an unfamiliar environment are likely to exhibit anxiety which will result in uncontrolled barking.  We are not “boarding kennels”.  There are at least 4 restaurants that are pet friendly in the area.  We will point these out to you.  You will not be able to bring your dogs to the swimming pool as it is in the main garden where our dogs live.  <br><br>2. All dogs will bark from time to time briefly at something or someone new, but the onus is upon the owner to approach their dogs and calm them down and stop the barking as soon as reasonably possible.  All the cottages are individually fenced (1.2 meters high) and gated to give you and your dogs a private space but unfortunately, noise does not stop at the fence!  The fences are separate from each other.  This is not the right place to bring “Yappers” who bark at everything that moves and nothing at all!  Dogs that can jump over fences and that cannot be contained in the gardens are not allowed.<br><br>3. Please take note that pet-friendly accommodation requires that your pets are well trained, have their own sleeping bags, blankets and toys, that they do not jump onto or chew furniture or sleep on beds/sofa,s and that are \"flea-free\" N.B. You will be responsible for cleaning after your pets, picking up their waste, and ensuring that the garden is left in the way that you have found it. We will exercise the right to hold you responsible for any damage caused by your pets.<br><br>4. On arrival, guests are requested to get their dogs safely into their garden - the carport area is not safe.  Once in your garden, your dogs are safe to run around and in the park as well.  You will be shown where the walking trails are and the areas where it is safe to let your dogs off-leash.  Please respect the safe areas pointed out to you – we cannot be held responsible for possible injuries to dogs who are outside their boundaries.<br><br>5. We try to provide tranquil accommodation for all our guests and therefore dog owners who are unable to control their dogs and allow them to disturb other guests or owners who leave dogs unattended, will be requested to remove the dogs from the property.   Should the owner decide to leave as well, there will be no refund for early departure.</p></div>\n<!-- /wp:uagb/faq-child --></div>\n<!-- /wp:uagb/faq --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:cover {\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Blue-roan-pool-01.jpg\",\"id\":782,\"dimRatio\":65,\"overlayColor\":\"ast-global-color-2\",\"focalPoint\":{\"x\":0.51,\"y\":0.69},\"minHeight\":500,\"align\":\"full\"} -->\n<div class=\"wp-block-cover alignfull\" style=\"min-height:500px\"><span aria-hidden=\"true\" class=\"wp-block-cover__background has-ast-global-color-2-background-color has-background-dim-70 has-background-dim\"></span><img class=\"wp-block-cover__image-background wp-image-782\" alt=\"\" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Blue-roan-pool-01.jpg\" style=\"object-position:51% 69%\" data-object-fit=\"cover\" data-object-position=\"51% 69%\"/><div class=\"wp-block-cover__inner-container\"><!-- wp:columns {\"verticalAlignment\":\"center\",\"align\":\"wide\"} -->\n<div class=\"wp-block-columns alignwide are-vertically-aligned-center\"><!-- wp:column {\"verticalAlignment\":\"center\",\"width\":\"66.66%\"} -->\n<div class=\"wp-block-column is-vertically-aligned-center\" style=\"flex-basis:66.66%\"><!-- wp:heading {\"textColor\":\"white\"} -->\n<h2 class=\"has-white-color has-text-color\">Sleep in Absolute Peace Wake up to Bright Sunshine</h2>\n<!-- /wp:heading -->\n\n<!-- wp:buttons -->\n<div class=\"wp-block-buttons\"><!-- wp:button -->\n<div class=\"wp-block-button\"><a class=\"wp-block-button__link wp-element-button\" href=\"https://book.nightsbridge.com/11065\" target=\"_blank\" rel=\"noreferrer noopener\">Reservation</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"verticalAlignment\":\"center\",\"width\":\"33.33%\"} -->\n<div class=\"wp-block-column is-vertically-aligned-center\" style=\"flex-basis:33.33%\"></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div></div>\n<!-- /wp:cover -->',	'FAQs',	'',	'inherit',	'closed',	'closed',	'',	'933-revision-v1',	'',	'',	'2022-12-14 15:09:54',	'2022-12-14 15:09:54',	'',	933,	'https://blueroan.netgen.cloud/?p=1124',	0,	'revision',	'',	0),
(1126,	2,	'2022-12-14 15:22:35',	'2022-12-14 15:22:35',	'<!-- wp:uagb/container {\"block_id\":\"3a5749d3\",\"backgroundType\":\"image\",\"backgroundImageDesktop\":{\"uploading\":false,\"date\":1670942633000,\"filename\":\"sun-coming-up.jpg\",\"menuOrder\":0,\"uploadedTo\":763,\"type\":\"image\",\"subtype\":\"jpeg\",\"id\":891,\"title\":\"sun-coming-up\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/sun-coming-up.jpg\",\"link\":\"https://blueroan.netgen.cloud/contact/sun-coming-up/\",\"alt\":\"\",\"author\":\"2\",\"description\":\"\",\"caption\":\"\",\"name\":\"sun-coming-up\",\"status\":\"inherit\",\"modified\":1670942633000,\"mime\":\"image/jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-includes/images/media/default.png\",\"dateFormatted\":\"December 13, 2022\",\"nonces\":{\"update\":\"0b6ba1e912\",\"delete\":\"ed9c1b4aaf\",\"edit\":\"102223bebb\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=891\\u0026action=edit\",\"meta\":false,\"authorName\":\"Netgen Support\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/profile.php\",\"uploadedToTitle\":\"Contact\",\"uploadedToLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=763\\u0026action=edit\",\"filesizeInBytes\":238877,\"filesizeHumanReadable\":\"233 KB\",\"context\":\"\",\"height\":800,\"width\":1200,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/sun-coming-up-150x150.jpg\",\"orientation\":\"landscape\"},\"medium\":{\"height\":200,\"width\":300,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/sun-coming-up-300x200.jpg\",\"orientation\":\"landscape\"},\"large\":{\"height\":683,\"width\":1024,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/sun-coming-up-1024x683.jpg\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/sun-coming-up.jpg\",\"height\":800,\"width\":1200,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"backgroundPositionDesktop\":{\"x\":0.6,\"y\":0.78},\"backgroundSizeTablet\":\"cover\",\"backgroundSizeMobile\":\"cover\",\"backgroundColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"backgroundImageColor\":\"rgba(42,42,42,0.5)\",\"topPaddingDesktop\":220,\"bottomPaddingDesktop\":150,\"topPaddingTablet\":170,\"bottomPaddingTablet\":160,\"leftPaddingTablet\":30,\"rightPaddingTablet\":30,\"topPaddingMobile\":180,\"bottomPaddingMobile\":80,\"leftPaddingMobile\":20,\"rightPaddingMobile\":20,\"paddingLink\":false,\"variationSelected\":true,\"isBlockRootParent\":true,\"overlayType\":\"color\"} -->\n<div class=\"wp-block-uagb-container uagb-block-3a5749d3 alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/advanced-heading {\"block_id\":\"0765b765\",\"classMigrate\":true,\"headingDescToggle\":true,\"headingColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"subHeadingColor\":\"var(\\u002d\\u002dast-global-color-4)\",\"headingTag\":\"h1\",\"headSpace\":20,\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"blockTopPadding\":0,\"blockRightPadding\":50,\"blockLeftPadding\":0,\"blockBottomPadding\":0,\"blockTopPaddingTablet\":0,\"blockRightPaddingTablet\":20,\"blockLeftPaddingTablet\":0,\"blockBottomPaddingTablet\":0,\"blockTopPaddingMobile\":0,\"blockRightPaddingMobile\":0,\"blockLeftPaddingMobile\":0,\"blockBottomPaddingMobile\":0,\"blockPaddingUnit\":\"%\",\"blockPaddingUnitTablet\":\"%\"} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-0765b765\"><h1 class=\"uagb-heading-text\">Contact Us​</h1><p class=\"uagb-desc-text\">Do you want to enquire about our pricing, current offers and arrangements we can help you with? Give us a call or send in your concerns through the form below.</p></div>\n<!-- /wp:uagb/advanced-heading --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"81f146be\",\"directionDesktop\":\"row\",\"alignItemsDesktop\":\"flex-start\",\"backgroundType\":\"color\",\"backgroundSizeTablet\":\"cover\",\"backgroundSizeMobile\":\"cover\",\"backgroundColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"topPaddingDesktop\":100,\"bottomPaddingDesktop\":100,\"topPaddingTablet\":80,\"bottomPaddingTablet\":80,\"leftPaddingTablet\":30,\"rightPaddingTablet\":30,\"topPaddingMobile\":80,\"bottomPaddingMobile\":80,\"leftPaddingMobile\":20,\"rightPaddingMobile\":20,\"paddingLink\":false,\"variationSelected\":true,\"rowGapMobile\":50,\"columnGapDesktop\":0,\"isBlockRootParent\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-81f146be alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/container {\"block_id\":\"3cef04f0\",\"widthDesktop\":50,\"topPaddingDesktop\":30,\"rightPaddingDesktop\":100,\"topPaddingTablet\":30,\"paddingLink\":false,\"variationSelected\":true,\"rowGapDesktop\":0,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-3cef04f0\"><!-- wp:uagb/advanced-heading {\"block_id\":\"b6a8eaa4\",\"classMigrate\":true,\"headingTag\":\"h6\",\"headSpace\":10} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-b6a8eaa4\"><h6 class=\"uagb-heading-text\">Reception Office​</h6></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/advanced-heading {\"block_id\":\"9888c038\",\"classMigrate\":true,\"headingTag\":\"h4\",\"headSpace\":0} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-9888c038\"><h4 class=\"uagb-heading-text\">2855 Nelsonville Rd, Boston, Massachusetts (MA), 40107​</h4></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/advanced-heading {\"block_id\":\"14c897ab\",\"classMigrate\":true,\"headingTag\":\"h6\",\"headSpace\":10,\"blockTopPadding\":35,\"blockRightPadding\":0,\"blockLeftPadding\":0,\"blockBottomPadding\":0} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-14c897ab\"><h6 class=\"uagb-heading-text\">Reception Hours​</h6></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/advanced-heading {\"block_id\":\"08c8e972\",\"classMigrate\":true,\"headingTag\":\"h4\",\"headSpace\":0} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-08c8e972\"><h4 class=\"uagb-heading-text\">7:30 AM - 11:00 PM​</h4></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/advanced-heading {\"block_id\":\"6fec1c85\",\"classMigrate\":true,\"headingTag\":\"h6\",\"headSpace\":10,\"blockTopPadding\":35,\"blockRightPadding\":0,\"blockLeftPadding\":0,\"blockBottomPadding\":0} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-6fec1c85\"><h6 class=\"uagb-heading-text\">Contact​</h6></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/advanced-heading {\"block_id\":\"34909c47\",\"classMigrate\":true,\"headingTag\":\"h4\",\"headSpace\":0} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-34909c47\"><h4 class=\"uagb-heading-text\">+1-123 456 7890​</h4></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/advanced-heading {\"block_id\":\"ce8be589\",\"classMigrate\":true,\"headingTag\":\"h4\",\"headSpace\":0,\"blockTopPadding\":10,\"blockRightPadding\":0,\"blockLeftPadding\":0,\"blockBottomPadding\":0} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-ce8be589\"><h4 class=\"uagb-heading-text\">contact@info.com​</h4></div>\n<!-- /wp:uagb/advanced-heading --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"ddf59069\",\"widthDesktop\":50,\"variationSelected\":true,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-ddf59069\"><!-- wp:wpforms/form-selector {\"formId\":\"369\"} /--></div>\n<!-- /wp:uagb/container --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"01ec5ac9\",\"innerContentWidth\":\"alignfull\",\"variationSelected\":true,\"isBlockRootParent\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-01ec5ac9 alignfull uagb-is-root-container\"></div>\n<!-- /wp:uagb/container -->',	'Contact',	'',	'inherit',	'closed',	'closed',	'',	'763-revision-v1',	'',	'',	'2022-12-14 15:22:35',	'2022-12-14 15:22:35',	'',	763,	'https://blueroan.netgen.cloud/?p=1126',	0,	'revision',	'',	0),
(1127,	2,	'2022-12-14 15:23:39',	'2022-12-14 15:23:39',	'<!-- wp:uagb/container {\"block_id\":\"9284ae94\",\"backgroundType\":\"image\",\"backgroundImageDesktop\":{\"id\":797,\"title\":\"blue-roan-guest-farm (13)\",\"filename\":\"blue-roan-guest-farm-13.jpg\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-13.jpg\",\"link\":\"https://blueroan.netgen.cloud/home/blue-roan-guest-farm-13/\",\"alt\":\"\",\"author\":\"2\",\"description\":\"\",\"caption\":\"\",\"name\":\"blue-roan-guest-farm-13\",\"status\":\"inherit\",\"uploadedTo\":760,\"date\":\"2022-12-13T09:37:10.000Z\",\"modified\":\"2022-12-13T09:37:10.000Z\",\"menuOrder\":0,\"mime\":\"image/jpeg\",\"type\":\"image\",\"subtype\":\"jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-includes/images/media/default.png\",\"dateFormatted\":\"December 13, 2022\",\"nonces\":{\"update\":\"88c7dafe15\",\"delete\":\"0e63c986af\",\"edit\":\"ba0aad2d7f\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=797\\u0026action=edit\",\"meta\":false,\"authorName\":\"Netgen Support\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/profile.php\",\"uploadedToTitle\":\"Home\",\"uploadedToLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=760\\u0026action=edit\",\"filesizeInBytes\":201183,\"filesizeHumanReadable\":\"196 KB\",\"context\":\"\",\"height\":667,\"width\":1000,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-13-150x150.jpg\",\"orientation\":\"landscape\"},\"medium\":{\"height\":200,\"width\":300,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-13-300x200.jpg\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-13.jpg\",\"height\":667,\"width\":1000,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"backgroundPositionDesktop\":{\"x\":0.62,\"y\":0.78},\"backgroundSizeTablet\":\"cover\",\"backgroundSizeMobile\":\"cover\",\"backgroundColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"backgroundImageColor\":\"rgba(42,42,42,0.5)\",\"topPaddingDesktop\":220,\"bottomPaddingDesktop\":150,\"topPaddingTablet\":170,\"bottomPaddingTablet\":160,\"leftPaddingTablet\":30,\"rightPaddingTablet\":30,\"topPaddingMobile\":180,\"bottomPaddingMobile\":80,\"leftPaddingMobile\":20,\"rightPaddingMobile\":20,\"paddingLink\":false,\"variationSelected\":true,\"isBlockRootParent\":true,\"overlayType\":\"color\"} -->\n<div class=\"wp-block-uagb-container uagb-block-9284ae94 alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/advanced-heading {\"block_id\":\"eccd7da2\",\"classMigrate\":true,\"headingDescToggle\":true,\"headingColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"subHeadingColor\":\"var(\\u002d\\u002dast-global-color-4)\",\"headingTag\":\"h1\",\"headSpace\":20,\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"blockTopPadding\":0,\"blockRightPadding\":50,\"blockLeftPadding\":0,\"blockBottomPadding\":0,\"blockTopPaddingTablet\":0,\"blockRightPaddingTablet\":20,\"blockLeftPaddingTablet\":0,\"blockBottomPaddingTablet\":0,\"blockTopPaddingMobile\":0,\"blockRightPaddingMobile\":0,\"blockLeftPaddingMobile\":0,\"blockBottomPaddingMobile\":0,\"blockPaddingUnit\":\"%\",\"blockPaddingUnitTablet\":\"%\"} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-eccd7da2\"><h1 class=\"uagb-heading-text\">Rooms &amp; Accommodation​</h1><p class=\"uagb-desc-text\">If you are looking for a home away from home, even a place your dog can come along then take a closer look into the rooms we offer and pick the one for you.</p></div>\n<!-- /wp:uagb/advanced-heading --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"b8a29613\",\"backgroundType\":\"color\",\"backgroundSizeTablet\":\"cover\",\"backgroundSizeMobile\":\"cover\",\"backgroundColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"topPaddingDesktop\":120,\"bottomPaddingDesktop\":120,\"topPaddingTablet\":80,\"bottomPaddingTablet\":80,\"leftPaddingTablet\":30,\"rightPaddingTablet\":30,\"topPaddingMobile\":80,\"bottomPaddingMobile\":80,\"leftPaddingMobile\":20,\"rightPaddingMobile\":20,\"paddingLink\":false,\"variationSelected\":true,\"rowGapDesktop\":0,\"isBlockRootParent\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-b8a29613 alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/container {\"block_id\":\"fb7591e9\",\"directionDesktop\":\"row\",\"alignItemsDesktop\":\"flex-end\",\"alignItemsTablet\":\"flex-end\",\"justifyContentDesktop\":\"flex-end\",\"justifyContentTablet\":\"space-between\",\"variationSelected\":true,\"rowGapMobile\":20,\"columnGapDesktop\":0} -->\n<div class=\"wp-block-uagb-container uagb-block-fb7591e9\"><!-- wp:uagb/advanced-heading {\"block_id\":\"4aa8d71b\",\"classMigrate\":true,\"headingDescToggle\":true,\"subHeadingColor\":\"\",\"headSpace\":20,\"subHeadFontSize\":16} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-4aa8d71b\"><h2 class=\"uagb-heading-text\">Come &amp; Stay With Us​</h2><p class=\"uagb-desc-text\">There are 7 excellent brick self-catering units available, each private and with a distinctive personality and theme. They are particularly made for pet-free or pet-owning couples looking for a romantic and serene setting to reconnect, celebrate special occasions, or simply unwind on a holiday.<br><br>We are pet-friendly by arrangement as each unit is separately fenced with its own grassy garden with a garden gate leading to the generous park area where pets can socialize. &nbsp;We also have lovely safe off-leash walking trails on our property and beyond. &nbsp;Our units are very luxurious with everything you would need and very homely and charming. Regrettably no children or group bookings.  </p></div>\n<!-- /wp:uagb/advanced-heading --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"5051b215\",\"directionDesktop\":\"row\",\"alignItemsTablet\":\"flex-start\",\"justifyContentDesktop\":\"flex-start\",\"topMarginDesktop\":54,\"bottomMarginDesktop\":0,\"leftMarginDesktop\":0,\"rightMarginDesktop\":0,\"marginLink\":false,\"variationSelected\":true,\"rowGapMobile\":0,\"columnGapDesktop\":0} -->\n<div class=\"wp-block-uagb-container uagb-block-5051b215\"><!-- wp:uagb/container {\"block_id\":\"3188c48f\",\"widthDesktop\":50,\"bottomPaddingDesktop\":20,\"rightPaddingDesktop\":32,\"bottomPaddingTablet\":35,\"rightPaddingTablet\":15,\"bottomPaddingMobile\":65,\"paddingLink\":false,\"topMarginDesktop\":0,\"bottomMarginDesktop\":0,\"leftMarginDesktop\":5,\"rightMarginDesktop\":5,\"topMarginMobile\":0,\"bottomMarginMobile\":0,\"leftMarginMobile\":0,\"rightMarginMobile\":0,\"marginLink\":false,\"variationSelected\":true,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-3188c48f\"><!-- wp:uagb/info-box {\"classMigrate\":true,\"headingAlign\":\"left\",\"headingColor\":\"\",\"subHeadingColor\":\"\",\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"source_type\":\"image\",\"block_id\":\"b3f6942f\",\"ctaIcon\":\"\",\"ctaType\":\"text\",\"ctaText\":\"\\u003ca href=\\u0022/the-barn/\\u0022 data-type=\\u0022URL\\u0022 data-id=\\u0022/the-barn/\\u0022\\u003eREAD MORE\\u003c/a\\u003e\",\"ctaLink\":\"/the-barn/\",\"ctaLinkColor\":\"var(\\u002d\\u002dast-global-color-0)\",\"ctaDecoration\":\"underline\",\"ctaFontSize\":12,\"ctaFontWeight\":\"600\",\"ctaLetterSpacing\":2,\"ctaBorderColor\":\"\",\"ctaBorderStyle\":\"\",\"ctaBorderWidth\":\"\",\"ctaBorderRadius\":\"\",\"iconBottomMargin\":30,\"iconImage\":{\"uploading\":false,\"date\":1670936674000,\"filename\":\"blue-roan-guest-farm-10.jpg\",\"menuOrder\":0,\"uploadedTo\":761,\"type\":\"image\",\"subtype\":\"jpeg\",\"id\":863,\"title\":\"blue-roan-guest-farm (10)\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-10.jpg\",\"link\":\"https://blueroan.netgen.cloud/accommodation/blue-roan-guest-farm-10/\",\"alt\":\"\",\"author\":\"2\",\"description\":\"\",\"caption\":\"\",\"name\":\"blue-roan-guest-farm-10\",\"status\":\"inherit\",\"modified\":1670936674000,\"mime\":\"image/jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-includes/images/media/default.png\",\"dateFormatted\":\"December 13, 2022\",\"nonces\":{\"update\":\"1a7491aa65\",\"delete\":\"dc6afaa89c\",\"edit\":\"7635ee35fb\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=863\\u0026action=edit\",\"meta\":false,\"authorName\":\"Netgen Support\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/profile.php\",\"uploadedToTitle\":\"Accommodation\",\"uploadedToLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=761\\u0026action=edit\",\"filesizeInBytes\":149768,\"filesizeHumanReadable\":\"146 KB\",\"context\":\"\",\"height\":667,\"width\":1000,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-10-150x150.jpg\",\"orientation\":\"landscape\"},\"medium\":{\"height\":200,\"width\":300,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-10-300x200.jpg\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-10.jpg\",\"height\":667,\"width\":1000,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"imageSize\":\"full\",\"imageWidth\":100,\"imageWidthMobile\":100,\"imageWidthTablet\":100,\"paddingBtnTop\":10,\"paddingBtnBottom\":10,\"paddingBtnLeft\":14,\"paddingBtnRight\":14,\"imageWidthUnit\":\"%\",\"imageWidthUnitTablet\":\"%\",\"imageWidthUnitMobile\":\"%\",\"subHeadTopMargin\":0,\"subHeadRightMargin\":40,\"subHeadLeftMargin\":0,\"subHeadMarginTopTablet\":0,\"subHeadMarginRightTablet\":0,\"subHeadTabletSpace\":20,\"subHeadMarginLeftTablet\":0,\"imgTagHeight\":66,\"imgTagWidth\":1000,\"btnBorderTopWidth\":1,\"btnBorderLeftWidth\":1,\"btnBorderRightWidth\":1,\"btnBorderBottomWidth\":1,\"btnBorderTopLeftRadius\":0,\"btnBorderTopRightRadius\":0,\"btnBorderBottomLeftRadius\":0,\"btnBorderBottomRightRadius\":0,\"btnBorderStyle\":\"solid\",\"btnBorderColor\":\"#333\"} -->\n<div class=\"wp-block-uagb-info-box uagb-block-b3f6942f uagb-infobox__content-wrap  uagb-infobox-icon-above-title uagb-infobox-image-valign-top\"><div class=\"uagb-ifb-content\"><div class=\"uagb-ifb-image-content\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-10.jpg\" alt=\"\" width=\"100\" height=\"66\" loading=\"lazy\"/></div><div class=\"uagb-ifb-title-wrap\"><h3 class=\"uagb-ifb-title\">The Barn </h3></div><p class=\"uagb-ifb-desc\">Rustic beams and exposed wood are all hallmarks of our barn-style suite. This is an open-plan unit with lots of windows with a raised king bed on a platform that faces the TV and the mountains.</p><div class=\"uagb-ifb-button-wrapper wp-block-button\"><a href=\"/the-barn/\" target=\"_self\" class=\"uagb-infobox-cta-link\" rel=\"noopener noreferrer\" alt=\"\"><span class=\"uagb-inline-editing\">READ MORE</span></a></div></div></div>\n<!-- /wp:uagb/info-box --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"45ac5c4c\",\"widthDesktop\":50,\"bottomPaddingDesktop\":20,\"rightPaddingDesktop\":32,\"bottomPaddingTablet\":35,\"rightPaddingTablet\":15,\"bottomPaddingMobile\":65,\"paddingLink\":false,\"topMarginDesktop\":0,\"bottomMarginDesktop\":0,\"leftMarginDesktop\":5,\"rightMarginDesktop\":5,\"topMarginMobile\":0,\"bottomMarginMobile\":0,\"leftMarginMobile\":0,\"rightMarginMobile\":0,\"marginLink\":false,\"variationSelected\":true,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-45ac5c4c\"><!-- wp:uagb/info-box {\"classMigrate\":true,\"headingAlign\":\"left\",\"headingColor\":\"\",\"subHeadingColor\":\"\",\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"source_type\":\"image\",\"block_id\":\"e3c349ca\",\"ctaIcon\":\"\",\"ctaType\":\"text\",\"ctaText\":\"READ MORE\",\"ctaLink\":\"/the-tuscan-suite/\",\"ctaLinkColor\":\"var(\\u002d\\u002dast-global-color-0)\",\"ctaDecoration\":\"underline\",\"ctaFontSize\":12,\"ctaFontWeight\":\"600\",\"ctaLetterSpacing\":2,\"ctaBorderColor\":\"\",\"ctaBorderStyle\":\"\",\"ctaBorderWidth\":\"\",\"ctaBorderRadius\":\"\",\"iconBottomMargin\":30,\"iconImage\":{\"uploading\":false,\"date\":1670936842000,\"filename\":\"tuscan-suite-raised-bed-and-settee.jpg\",\"menuOrder\":0,\"uploadedTo\":761,\"type\":\"image\",\"subtype\":\"jpeg\",\"id\":864,\"title\":\"tuscan-suite-raised-bed-and-settee\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/tuscan-suite-raised-bed-and-settee.jpg\",\"link\":\"https://blueroan.netgen.cloud/accommodation/tuscan-suite-raised-bed-and-settee/\",\"alt\":\"\",\"author\":\"2\",\"description\":\"\",\"caption\":\"\",\"name\":\"tuscan-suite-raised-bed-and-settee\",\"status\":\"inherit\",\"modified\":1670936842000,\"mime\":\"image/jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-includes/images/media/default.png\",\"dateFormatted\":\"December 13, 2022\",\"nonces\":{\"update\":\"0624a4a01a\",\"delete\":\"9e8f0f7a5a\",\"edit\":\"087f94f2e5\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=864\\u0026action=edit\",\"meta\":false,\"authorName\":\"Netgen Support\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/profile.php\",\"uploadedToTitle\":\"Accommodation\",\"uploadedToLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=761\\u0026action=edit\",\"filesizeInBytes\":41923,\"filesizeHumanReadable\":\"41 KB\",\"context\":\"\",\"height\":400,\"width\":600,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/tuscan-suite-raised-bed-and-settee-150x150.jpg\",\"orientation\":\"landscape\"},\"medium\":{\"height\":200,\"width\":300,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/tuscan-suite-raised-bed-and-settee-300x200.jpg\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/tuscan-suite-raised-bed-and-settee.jpg\",\"height\":400,\"width\":600,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"imageSize\":\"full\",\"imageWidth\":100,\"imageWidthMobile\":100,\"imageWidthTablet\":100,\"paddingBtnTop\":10,\"paddingBtnBottom\":10,\"paddingBtnLeft\":14,\"paddingBtnRight\":14,\"imageWidthUnit\":\"%\",\"imageWidthUnitTablet\":\"%\",\"imageWidthUnitMobile\":\"%\",\"subHeadTopMargin\":0,\"subHeadRightMargin\":40,\"subHeadLeftMargin\":0,\"subHeadMarginTopTablet\":0,\"subHeadMarginRightTablet\":0,\"subHeadTabletSpace\":20,\"subHeadMarginLeftTablet\":0,\"imgTagHeight\":66,\"imgTagWidth\":600,\"btnBorderTopWidth\":1,\"btnBorderLeftWidth\":1,\"btnBorderRightWidth\":1,\"btnBorderBottomWidth\":1,\"btnBorderTopLeftRadius\":0,\"btnBorderTopRightRadius\":0,\"btnBorderBottomLeftRadius\":0,\"btnBorderBottomRightRadius\":0,\"btnBorderStyle\":\"solid\",\"btnBorderColor\":\"#333\"} -->\n<div class=\"wp-block-uagb-info-box uagb-block-e3c349ca uagb-infobox__content-wrap  uagb-infobox-icon-above-title uagb-infobox-image-valign-top\"><div class=\"uagb-ifb-content\"><div class=\"uagb-ifb-image-content\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/tuscan-suite-raised-bed-and-settee.jpg\" alt=\"\" width=\"100\" height=\"66\" loading=\"lazy\"/></div><div class=\"uagb-ifb-title-wrap\"><h3 class=\"uagb-ifb-title\">The Tuscan Suite </h3></div><p class=\"uagb-ifb-desc\">Terra-cotta tiles, textured wall treatments, gorgeous, intricate murals,&nbsp;and simple, durable furniture with elegant iron accents are all characteristics of Tuscan interior design.</p><div class=\"uagb-ifb-button-wrapper wp-block-button\"><a href=\"/the-tuscan-suite/\" target=\"_self\" class=\"uagb-infobox-cta-link\" rel=\"noopener noreferrer\" alt=\"\"><span class=\"uagb-inline-editing\">READ MORE</span></a></div></div></div>\n<!-- /wp:uagb/info-box --></div>\n<!-- /wp:uagb/container --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"c0c6d479\",\"directionDesktop\":\"row\",\"alignItemsTablet\":\"flex-start\",\"justifyContentDesktop\":\"flex-start\",\"topMarginDesktop\":54,\"bottomMarginDesktop\":0,\"leftMarginDesktop\":0,\"rightMarginDesktop\":0,\"topMarginMobile\":0,\"bottomMarginMobile\":0,\"leftMarginMobile\":0,\"rightMarginMobile\":0,\"marginLink\":false,\"variationSelected\":true,\"rowGapMobile\":0,\"columnGapDesktop\":0} -->\n<div class=\"wp-block-uagb-container uagb-block-c0c6d479\"><!-- wp:uagb/container {\"block_id\":\"8db7dab6\",\"widthDesktop\":50,\"bottomPaddingDesktop\":20,\"rightPaddingDesktop\":32,\"bottomPaddingTablet\":35,\"leftPaddingTablet\":0,\"rightPaddingTablet\":15,\"bottomPaddingMobile\":65,\"paddingLink\":false,\"topMarginDesktop\":0,\"bottomMarginDesktop\":0,\"leftMarginDesktop\":5,\"rightMarginDesktop\":5,\"topMarginMobile\":0,\"bottomMarginMobile\":0,\"leftMarginMobile\":0,\"rightMarginMobile\":0,\"marginLink\":false,\"variationSelected\":true,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-8db7dab6\"><!-- wp:uagb/info-box {\"classMigrate\":true,\"headingAlign\":\"left\",\"headingColor\":\"\",\"subHeadingColor\":\"\",\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"source_type\":\"image\",\"block_id\":\"e55f0745\",\"ctaIcon\":\"\",\"ctaType\":\"text\",\"ctaText\":\"READ MORE\",\"ctaLink\":\"/the-bluebush/\",\"ctaLinkColor\":\"var(\\u002d\\u002dast-global-color-0)\",\"ctaDecoration\":\"underline\",\"ctaFontSize\":12,\"ctaFontWeight\":\"600\",\"ctaLetterSpacing\":2,\"ctaBorderColor\":\"\",\"ctaBorderStyle\":\"\",\"ctaBorderWidth\":\"\",\"ctaBorderRadius\":\"\",\"iconBottomMargin\":30,\"iconImage\":{\"uploading\":false,\"date\":1670938945000,\"filename\":\"bluebush-king-bed-and-spa-bath.png\",\"menuOrder\":0,\"uploadedTo\":761,\"type\":\"image\",\"subtype\":\"png\",\"id\":881,\"title\":\"bluebush-king-bed-and-spa-bath\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/bluebush-king-bed-and-spa-bath.png\",\"link\":\"https://blueroan.netgen.cloud/accommodation/bluebush-king-bed-and-spa-bath/\",\"alt\":\"\",\"author\":\"2\",\"description\":\"\",\"caption\":\"\",\"name\":\"bluebush-king-bed-and-spa-bath\",\"status\":\"inherit\",\"modified\":1670938945000,\"mime\":\"image/png\",\"icon\":\"https://blueroan.netgen.cloud/wp-includes/images/media/default.png\",\"dateFormatted\":\"December 13, 2022\",\"nonces\":{\"update\":\"e1c334788a\",\"delete\":\"b219c40b29\",\"edit\":\"273b944edc\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=881\\u0026action=edit\",\"meta\":false,\"authorName\":\"Netgen Support\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/profile.php\",\"uploadedToTitle\":\"Accommodation\",\"uploadedToLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=761\\u0026action=edit\",\"filesizeInBytes\":1195033,\"filesizeHumanReadable\":\"1 MB\",\"context\":\"\",\"height\":667,\"width\":1000,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/bluebush-king-bed-and-spa-bath-150x150.png\",\"orientation\":\"landscape\"},\"medium\":{\"height\":200,\"width\":300,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/bluebush-king-bed-and-spa-bath-300x200.png\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/bluebush-king-bed-and-spa-bath.png\",\"height\":667,\"width\":1000,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"imageSize\":\"full\",\"imageWidth\":100,\"imageWidthMobile\":100,\"imageWidthTablet\":100,\"paddingBtnTop\":10,\"paddingBtnBottom\":10,\"paddingBtnLeft\":14,\"paddingBtnRight\":14,\"imageWidthUnit\":\"%\",\"imageWidthUnitTablet\":\"%\",\"imageWidthUnitMobile\":\"%\",\"subHeadTopMargin\":0,\"subHeadRightMargin\":40,\"subHeadLeftMargin\":0,\"subHeadMarginTopTablet\":0,\"subHeadMarginRightTablet\":0,\"subHeadTabletSpace\":20,\"subHeadMarginLeftTablet\":0,\"imgTagHeight\":66,\"imgTagWidth\":1000,\"btnBorderTopWidth\":1,\"btnBorderLeftWidth\":1,\"btnBorderRightWidth\":1,\"btnBorderBottomWidth\":1,\"btnBorderTopLeftRadius\":0,\"btnBorderTopRightRadius\":0,\"btnBorderBottomLeftRadius\":0,\"btnBorderBottomRightRadius\":0,\"btnBorderStyle\":\"solid\",\"btnBorderColor\":\"#333\"} -->\n<div class=\"wp-block-uagb-info-box uagb-block-e55f0745 uagb-infobox__content-wrap  uagb-infobox-icon-above-title uagb-infobox-image-valign-top\"><div class=\"uagb-ifb-content\"><div class=\"uagb-ifb-image-content\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/bluebush-king-bed-and-spa-bath.png\" alt=\"\" width=\"100\" height=\"66\" loading=\"lazy\"/></div><div class=\"uagb-ifb-title-wrap\"><h3 class=\"uagb-ifb-title\">The Bluebush </h3></div><p class=\"uagb-ifb-desc\">A warm and comforting suite with a very homely feeling. Settle in and alleviate like you would at home. Relax with a perfect corner-shaped spa bath and open-plan&nbsp;living area.</p><div class=\"uagb-ifb-button-wrapper wp-block-button\"><a href=\"/the-bluebush/\" target=\"_self\" class=\"uagb-infobox-cta-link\" rel=\"noopener noreferrer\" alt=\"\"><span class=\"uagb-inline-editing\">READ MORE</span></a></div></div></div>\n<!-- /wp:uagb/info-box --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"adbeafb5\",\"widthDesktop\":50,\"bottomPaddingDesktop\":20,\"rightPaddingDesktop\":32,\"bottomPaddingTablet\":35,\"rightPaddingTablet\":15,\"bottomPaddingMobile\":65,\"paddingLink\":false,\"topMarginDesktop\":0,\"bottomMarginDesktop\":0,\"leftMarginDesktop\":5,\"rightMarginDesktop\":5,\"topMarginMobile\":0,\"bottomMarginMobile\":0,\"leftMarginMobile\":0,\"rightMarginMobile\":0,\"marginLink\":false,\"variationSelected\":true,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-adbeafb5\"><!-- wp:uagb/info-box {\"classMigrate\":true,\"headingAlign\":\"left\",\"headingColor\":\"\",\"subHeadingColor\":\"\",\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"source_type\":\"image\",\"block_id\":\"febd55ba\",\"ctaIcon\":\"\",\"ctaType\":\"text\",\"ctaText\":\"READ MORE\",\"ctaLink\":\"/the-mexican-loft/\",\"ctaLinkColor\":\"var(\\u002d\\u002dast-global-color-0)\",\"ctaDecoration\":\"underline\",\"ctaFontSize\":12,\"ctaFontWeight\":\"600\",\"ctaLetterSpacing\":2,\"ctaBorderColor\":\"\",\"ctaBorderStyle\":\"\",\"ctaBorderWidth\":\"\",\"ctaBorderRadius\":\"\",\"iconBottomMargin\":30,\"iconImage\":{\"uploading\":false,\"date\":1670938831000,\"filename\":\"blue-roan-guest-farm-11.jpg\",\"menuOrder\":0,\"uploadedTo\":761,\"type\":\"image\",\"subtype\":\"jpeg\",\"id\":879,\"title\":\"blue-roan-guest-farm (11)\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-11.jpg\",\"link\":\"https://blueroan.netgen.cloud/accommodation/blue-roan-guest-farm-11/\",\"alt\":\"\",\"author\":\"2\",\"description\":\"\",\"caption\":\"\",\"name\":\"blue-roan-guest-farm-11\",\"status\":\"inherit\",\"modified\":1670938831000,\"mime\":\"image/jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-includes/images/media/default.png\",\"dateFormatted\":\"December 13, 2022\",\"nonces\":{\"update\":\"294125e9db\",\"delete\":\"1a7a578cdb\",\"edit\":\"79b313e573\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=879\\u0026action=edit\",\"meta\":false,\"authorName\":\"Netgen Support\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/profile.php\",\"uploadedToTitle\":\"Accommodation\",\"uploadedToLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=761\\u0026action=edit\",\"filesizeInBytes\":175055,\"filesizeHumanReadable\":\"171 KB\",\"context\":\"\",\"height\":667,\"width\":1000,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-11-150x150.jpg\",\"orientation\":\"landscape\"},\"medium\":{\"height\":200,\"width\":300,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-11-300x200.jpg\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-11.jpg\",\"height\":667,\"width\":1000,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"imageSize\":\"full\",\"imageWidth\":100,\"imageWidthMobile\":100,\"imageWidthTablet\":100,\"paddingBtnTop\":10,\"paddingBtnBottom\":10,\"paddingBtnLeft\":14,\"paddingBtnRight\":14,\"imageWidthUnit\":\"%\",\"imageWidthUnitTablet\":\"%\",\"imageWidthUnitMobile\":\"%\",\"subHeadTopMargin\":0,\"subHeadRightMargin\":40,\"subHeadLeftMargin\":0,\"subHeadMarginTopTablet\":0,\"subHeadMarginRightTablet\":0,\"subHeadTabletSpace\":20,\"subHeadMarginLeftTablet\":0,\"imgTagHeight\":66,\"imgTagWidth\":1000,\"btnBorderTopWidth\":1,\"btnBorderLeftWidth\":1,\"btnBorderRightWidth\":1,\"btnBorderBottomWidth\":1,\"btnBorderTopLeftRadius\":0,\"btnBorderTopRightRadius\":0,\"btnBorderBottomLeftRadius\":0,\"btnBorderBottomRightRadius\":0,\"btnBorderStyle\":\"solid\",\"btnBorderColor\":\"#333\"} -->\n<div class=\"wp-block-uagb-info-box uagb-block-febd55ba uagb-infobox__content-wrap  uagb-infobox-icon-above-title uagb-infobox-image-valign-top\"><div class=\"uagb-ifb-content\"><div class=\"uagb-ifb-image-content\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-11.jpg\" alt=\"\" width=\"100\" height=\"66\" loading=\"lazy\"/></div><div class=\"uagb-ifb-title-wrap\"><h3 class=\"uagb-ifb-title\">The Mexican Loft </h3></div><p class=\"uagb-ifb-desc\">This Mexican-inspired unit is full of bold colors and rustic furnishings. This design style has a multifarious feel, mixing rustic wood, authentic art, textiles, and a vivid palette of color</p><div class=\"uagb-ifb-button-wrapper wp-block-button\"><a href=\"/the-mexican-loft/\" target=\"_self\" class=\"uagb-infobox-cta-link\" rel=\"noopener noreferrer\" alt=\"\"><span class=\"uagb-inline-editing\">READ MORE</span></a></div></div></div>\n<!-- /wp:uagb/info-box --></div>\n<!-- /wp:uagb/container --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"2ca6b986\",\"directionDesktop\":\"row\",\"justifyContentDesktop\":\"flex-start\",\"topMarginDesktop\":54,\"bottomMarginDesktop\":0,\"leftMarginDesktop\":0,\"rightMarginDesktop\":0,\"topMarginMobile\":0,\"bottomMarginMobile\":0,\"leftMarginMobile\":0,\"rightMarginMobile\":0,\"marginLink\":false,\"variationSelected\":true,\"rowGapMobile\":0,\"columnGapDesktop\":0} -->\n<div class=\"wp-block-uagb-container uagb-block-2ca6b986\"><!-- wp:uagb/container {\"block_id\":\"0e4da381\",\"widthDesktop\":50,\"bottomPaddingDesktop\":20,\"rightPaddingDesktop\":32,\"bottomPaddingTablet\":35,\"rightPaddingTablet\":15,\"bottomPaddingMobile\":65,\"paddingLink\":false,\"topMarginDesktop\":0,\"bottomMarginDesktop\":0,\"leftMarginDesktop\":5,\"rightMarginDesktop\":5,\"topMarginMobile\":0,\"bottomMarginMobile\":0,\"leftMarginMobile\":0,\"rightMarginMobile\":0,\"marginLink\":false,\"variationSelected\":true,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-0e4da381\"><!-- wp:uagb/info-box {\"classMigrate\":true,\"headingAlign\":\"left\",\"headingColor\":\"\",\"subHeadingColor\":\"\",\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"source_type\":\"image\",\"block_id\":\"37f30eef\",\"ctaIcon\":\"\",\"ctaType\":\"text\",\"ctaText\":\"READ MORE\",\"ctaLink\":\"/the-acacia/\",\"ctaLinkColor\":\"var(\\u002d\\u002dast-global-color-0)\",\"ctaDecoration\":\"underline\",\"ctaFontSize\":12,\"ctaFontWeight\":\"600\",\"ctaLetterSpacing\":2,\"ctaBorderColor\":\"\",\"ctaBorderStyle\":\"\",\"ctaBorderWidth\":\"\",\"ctaBorderRadius\":\"\",\"iconBottomMargin\":30,\"iconImage\":{\"uploading\":false,\"date\":1670939381000,\"filename\":\"acacia-lounge.jpg\",\"menuOrder\":0,\"uploadedTo\":761,\"type\":\"image\",\"subtype\":\"jpeg\",\"id\":885,\"title\":\"acacia-lounge\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/acacia-lounge.jpg\",\"link\":\"https://blueroan.netgen.cloud/accommodation/acacia-lounge/\",\"alt\":\"\",\"author\":\"2\",\"description\":\"\",\"caption\":\"\",\"name\":\"acacia-lounge\",\"status\":\"inherit\",\"modified\":1670939381000,\"mime\":\"image/jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-includes/images/media/default.png\",\"dateFormatted\":\"December 13, 2022\",\"nonces\":{\"update\":\"17e284dc72\",\"delete\":\"0967fb8415\",\"edit\":\"99ac1eb1a8\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=885\\u0026action=edit\",\"meta\":false,\"authorName\":\"Netgen Support\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/profile.php\",\"uploadedToTitle\":\"Accommodation\",\"uploadedToLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=761\\u0026action=edit\",\"filesizeInBytes\":37270,\"filesizeHumanReadable\":\"36 KB\",\"context\":\"\",\"height\":400,\"width\":600,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/acacia-lounge-150x150.jpg\",\"orientation\":\"landscape\"},\"medium\":{\"height\":200,\"width\":300,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/acacia-lounge-300x200.jpg\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/acacia-lounge.jpg\",\"height\":400,\"width\":600,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"imageSize\":\"full\",\"imageWidth\":100,\"imageWidthMobile\":100,\"imageWidthTablet\":100,\"paddingBtnTop\":10,\"paddingBtnBottom\":10,\"paddingBtnLeft\":14,\"paddingBtnRight\":14,\"imageWidthUnit\":\"%\",\"imageWidthUnitTablet\":\"%\",\"imageWidthUnitMobile\":\"%\",\"subHeadTopMargin\":0,\"subHeadRightMargin\":40,\"subHeadLeftMargin\":0,\"subHeadMarginTopTablet\":0,\"subHeadMarginRightTablet\":0,\"subHeadTabletSpace\":20,\"subHeadMarginLeftTablet\":0,\"imgTagHeight\":66,\"imgTagWidth\":600,\"btnBorderTopWidth\":1,\"btnBorderLeftWidth\":1,\"btnBorderRightWidth\":1,\"btnBorderBottomWidth\":1,\"btnBorderTopLeftRadius\":0,\"btnBorderTopRightRadius\":0,\"btnBorderBottomLeftRadius\":0,\"btnBorderBottomRightRadius\":0,\"btnBorderStyle\":\"solid\",\"btnBorderColor\":\"#333\"} -->\n<div class=\"wp-block-uagb-info-box uagb-block-37f30eef uagb-infobox__content-wrap  uagb-infobox-icon-above-title uagb-infobox-image-valign-top\"><div class=\"uagb-ifb-content\"><div class=\"uagb-ifb-image-content\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/acacia-lounge.jpg\" alt=\"\" width=\"100\" height=\"66\" loading=\"lazy\"/></div><div class=\"uagb-ifb-title-wrap\"><h3 class=\"uagb-ifb-title\">The Acacia </h3></div><p class=\"uagb-ifb-desc\">The Acacia tree inspired the name of our largest unit. The wide open-concept living space of this rustic, rough-hewn unit opens onto a covered patio with a brick braai area.</p><div class=\"uagb-ifb-button-wrapper wp-block-button\"><a href=\"/the-acacia/\" target=\"_self\" class=\"uagb-infobox-cta-link\" rel=\"noopener noreferrer\" alt=\"\"><span class=\"uagb-inline-editing\">READ MORE</span></a></div></div></div>\n<!-- /wp:uagb/info-box --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"0dfcf501\",\"widthDesktop\":50,\"bottomPaddingDesktop\":20,\"rightPaddingDesktop\":32,\"bottomPaddingTablet\":35,\"rightPaddingTablet\":15,\"paddingLink\":false,\"topMarginDesktop\":0,\"bottomMarginDesktop\":0,\"leftMarginDesktop\":5,\"rightMarginDesktop\":5,\"topMarginMobile\":0,\"bottomMarginMobile\":0,\"leftMarginMobile\":0,\"rightMarginMobile\":0,\"marginLink\":false,\"variationSelected\":true,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-0dfcf501\"><!-- wp:uagb/info-box {\"classMigrate\":true,\"headingAlign\":\"left\",\"headingColor\":\"\",\"subHeadingColor\":\"\",\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"source_type\":\"image\",\"block_id\":\"2876b3f8\",\"ctaIcon\":\"\",\"ctaType\":\"text\",\"ctaText\":\"READ MORE\",\"ctaLink\":\"/the-greek-villa/\",\"ctaLinkColor\":\"var(\\u002d\\u002dast-global-color-0)\",\"ctaDecoration\":\"underline\",\"ctaFontSize\":12,\"ctaFontWeight\":\"600\",\"ctaLetterSpacing\":2,\"ctaBorderColor\":\"\",\"ctaBorderStyle\":\"\",\"ctaBorderWidth\":\"\",\"ctaBorderRadius\":\"\",\"iconBottomMargin\":30,\"iconImage\":{\"id\":837,\"title\":\"blue-roan-guest-farm-8\",\"filename\":\"blue-roan-guest-farm-8.jpg\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-8.jpg\",\"link\":\"https://blueroan.netgen.cloud/home/blue-roan-guest-farm-8/\",\"alt\":\"\",\"author\":\"2\",\"description\":\"\",\"caption\":\"\",\"name\":\"blue-roan-guest-farm-8\",\"status\":\"inherit\",\"uploadedTo\":760,\"date\":\"2022-12-13T11:55:28.000Z\",\"modified\":\"2022-12-13T11:55:28.000Z\",\"menuOrder\":0,\"mime\":\"image/jpeg\",\"type\":\"image\",\"subtype\":\"jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-includes/images/media/default.png\",\"dateFormatted\":\"December 13, 2022\",\"nonces\":{\"update\":\"e297386797\",\"delete\":\"bce21c37a3\",\"edit\":\"b27dcb4293\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=837\\u0026action=edit\",\"meta\":false,\"authorName\":\"Netgen Support\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/profile.php\",\"uploadedToTitle\":\"Home\",\"uploadedToLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=760\\u0026action=edit\",\"filesizeInBytes\":208219,\"filesizeHumanReadable\":\"203 KB\",\"context\":\"\",\"height\":795,\"width\":1200,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-8-150x150.jpg\",\"orientation\":\"landscape\"},\"medium\":{\"height\":199,\"width\":300,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-8-300x199.jpg\",\"orientation\":\"landscape\"},\"large\":{\"height\":678,\"width\":1024,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-8-1024x678.jpg\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-8.jpg\",\"height\":795,\"width\":1200,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"imageSize\":\"full\",\"imageWidth\":100,\"imageWidthMobile\":100,\"imageWidthTablet\":100,\"paddingBtnTop\":10,\"paddingBtnBottom\":10,\"paddingBtnLeft\":14,\"paddingBtnRight\":14,\"imageWidthUnit\":\"%\",\"imageWidthUnitTablet\":\"%\",\"imageWidthUnitMobile\":\"%\",\"subHeadTopMargin\":0,\"subHeadRightMargin\":40,\"subHeadLeftMargin\":0,\"subHeadMarginTopTablet\":0,\"subHeadMarginRightTablet\":0,\"subHeadTabletSpace\":20,\"subHeadMarginLeftTablet\":0,\"imgTagHeight\":66,\"imgTagWidth\":1200,\"btnBorderTopWidth\":1,\"btnBorderLeftWidth\":1,\"btnBorderRightWidth\":1,\"btnBorderBottomWidth\":1,\"btnBorderTopLeftRadius\":0,\"btnBorderTopRightRadius\":0,\"btnBorderBottomLeftRadius\":0,\"btnBorderBottomRightRadius\":0,\"btnBorderStyle\":\"solid\",\"btnBorderColor\":\"#333\"} -->\n<div class=\"wp-block-uagb-info-box uagb-block-2876b3f8 uagb-infobox__content-wrap  uagb-infobox-icon-above-title uagb-infobox-image-valign-top\"><div class=\"uagb-ifb-content\"><div class=\"uagb-ifb-image-content\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-8.jpg\" alt=\"\" width=\"100\" height=\"66\" loading=\"lazy\"/></div><div class=\"uagb-ifb-title-wrap\"><h3 class=\"uagb-ifb-title\">The Greek Villa </h3></div><p class=\"uagb-ifb-desc\">Designed like a Greek villa this Mediterranean style reflects a relaxed atmosphere with its dominant white walls and blue ceilings with lovely rustic furnishings</p><div class=\"uagb-ifb-button-wrapper wp-block-button\"><a href=\"/the-greek-villa/\" target=\"_self\" class=\"uagb-infobox-cta-link\" rel=\"noopener noreferrer\" alt=\"\"><span class=\"uagb-inline-editing\">READ MORE</span></a></div></div></div>\n<!-- /wp:uagb/info-box --></div>\n<!-- /wp:uagb/container --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"0bba5d4c\",\"directionDesktop\":\"row\",\"justifyContentDesktop\":\"flex-start\",\"topMarginDesktop\":54,\"bottomMarginDesktop\":0,\"leftMarginDesktop\":0,\"rightMarginDesktop\":0,\"topMarginMobile\":0,\"bottomMarginMobile\":0,\"leftMarginMobile\":0,\"rightMarginMobile\":0,\"marginLink\":false,\"variationSelected\":true,\"rowGapMobile\":0,\"columnGapDesktop\":0} -->\n<div class=\"wp-block-uagb-container uagb-block-0bba5d4c\"><!-- wp:uagb/container {\"block_id\":\"ddb8ea77\",\"widthDesktop\":50,\"bottomPaddingDesktop\":20,\"rightPaddingDesktop\":32,\"bottomPaddingTablet\":35,\"rightPaddingTablet\":15,\"bottomPaddingMobile\":65,\"paddingLink\":false,\"topMarginDesktop\":0,\"bottomMarginDesktop\":0,\"leftMarginDesktop\":5,\"rightMarginDesktop\":5,\"topMarginMobile\":0,\"bottomMarginMobile\":0,\"leftMarginMobile\":0,\"rightMarginMobile\":0,\"marginLink\":false,\"variationSelected\":true,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-ddb8ea77\"><!-- wp:uagb/info-box {\"classMigrate\":true,\"headingAlign\":\"left\",\"headingColor\":\"\",\"subHeadingColor\":\"\",\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"source_type\":\"image\",\"block_id\":\"8046b3a7\",\"ctaIcon\":\"\",\"ctaType\":\"text\",\"ctaText\":\"READ MORE\",\"ctaLink\":\"/the-honeymoon-suite/\",\"ctaLinkColor\":\"var(\\u002d\\u002dast-global-color-0)\",\"ctaDecoration\":\"underline\",\"ctaFontSize\":12,\"ctaFontWeight\":\"600\",\"ctaLetterSpacing\":2,\"ctaBorderColor\":\"\",\"ctaBorderStyle\":\"\",\"ctaBorderWidth\":\"\",\"ctaBorderRadius\":\"\",\"iconBottomMargin\":30,\"iconImage\":{\"uploading\":false,\"date\":1670943128000,\"filename\":\"AAEAAQAAAAAAAAAAAAAAJDkwZDA0NDg0LWIwNTctNGVlNy05Y2NjLWNjNDllODBmZTI3OA.png\",\"menuOrder\":0,\"uploadedTo\":761,\"type\":\"image\",\"subtype\":\"png\",\"id\":896,\"title\":\"AAEAAQAAAAAAAAAAAAAAJDkwZDA0NDg0LWIwNTctNGVlNy05Y2NjLWNjNDllODBmZTI3OA\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAAJDkwZDA0NDg0LWIwNTctNGVlNy05Y2NjLWNjNDllODBmZTI3OA.png\",\"link\":\"https://blueroan.netgen.cloud/accommodation/aaeaaqaaaaaaaaaaaaaajdkwzda0ndg0lwiwntctngvlny05y2njlwnjndllodbmzti3oa/\",\"alt\":\"Honeymoon suite bedroom \",\"author\":\"2\",\"description\":\"\",\"caption\":\"\",\"name\":\"aaeaaqaaaaaaaaaaaaaajdkwzda0ndg0lwiwntctngvlny05y2njlwnjndllodbmzti3oa\",\"status\":\"inherit\",\"modified\":1670943128000,\"mime\":\"image/png\",\"icon\":\"https://blueroan.netgen.cloud/wp-includes/images/media/default.png\",\"dateFormatted\":\"December 13, 2022\",\"nonces\":{\"update\":\"ef5e68588c\",\"delete\":\"c4dba1213a\",\"edit\":\"aea99f65e2\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=896\\u0026action=edit\",\"meta\":false,\"authorName\":\"Netgen Support\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/profile.php\",\"uploadedToTitle\":\"Accommodation\",\"uploadedToLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=761\\u0026action=edit\",\"filesizeInBytes\":1088370,\"filesizeHumanReadable\":\"1 MB\",\"context\":\"\",\"height\":861,\"width\":1300,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAAJDkwZDA0NDg0LWIwNTctNGVlNy05Y2NjLWNjNDllODBmZTI3OA-150x150.png\",\"orientation\":\"landscape\"},\"medium\":{\"height\":199,\"width\":300,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAAJDkwZDA0NDg0LWIwNTctNGVlNy05Y2NjLWNjNDllODBmZTI3OA-300x199.png\",\"orientation\":\"landscape\"},\"large\":{\"height\":678,\"width\":1024,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAAJDkwZDA0NDg0LWIwNTctNGVlNy05Y2NjLWNjNDllODBmZTI3OA-1024x678.png\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAAJDkwZDA0NDg0LWIwNTctNGVlNy05Y2NjLWNjNDllODBmZTI3OA.png\",\"height\":861,\"width\":1300,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"imageSize\":\"full\",\"imageWidth\":100,\"imageWidthMobile\":100,\"imageWidthTablet\":100,\"paddingBtnTop\":10,\"paddingBtnBottom\":10,\"paddingBtnLeft\":14,\"paddingBtnRight\":14,\"imageWidthUnit\":\"%\",\"imageWidthUnitTablet\":\"%\",\"imageWidthUnitMobile\":\"%\",\"subHeadTopMargin\":0,\"subHeadRightMargin\":40,\"subHeadLeftMargin\":0,\"subHeadMarginTopTablet\":0,\"subHeadMarginRightTablet\":0,\"subHeadTabletSpace\":20,\"subHeadMarginLeftTablet\":0,\"imgTagHeight\":66,\"imgTagWidth\":1300,\"btnBorderTopWidth\":1,\"btnBorderLeftWidth\":1,\"btnBorderRightWidth\":1,\"btnBorderBottomWidth\":1,\"btnBorderTopLeftRadius\":0,\"btnBorderTopRightRadius\":0,\"btnBorderBottomLeftRadius\":0,\"btnBorderBottomRightRadius\":0,\"btnBorderStyle\":\"solid\",\"btnBorderColor\":\"#333\"} -->\n<div class=\"wp-block-uagb-info-box uagb-block-8046b3a7 uagb-infobox__content-wrap  uagb-infobox-icon-above-title uagb-infobox-image-valign-top\"><div class=\"uagb-ifb-content\"><div class=\"uagb-ifb-image-content\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAAJDkwZDA0NDg0LWIwNTctNGVlNy05Y2NjLWNjNDllODBmZTI3OA.png\" alt=\"Honeymoon suite bedroom \" width=\"100\" height=\"66\" loading=\"lazy\"/></div><div class=\"uagb-ifb-title-wrap\"><h3 class=\"uagb-ifb-title\">The Honeymoon suite</h3></div><p class=\"uagb-ifb-desc\">This&nbsp;<a href=\"https://www.collinsdictionary.com/dictionary/english/suite\">suite</a>&nbsp;is perfect for couples - This is an open-plan unit attached to the side of the main house, completely private with its own entrance, own garden, and carport.&nbsp;</p><div class=\"uagb-ifb-button-wrapper wp-block-button\"><a href=\"/the-honeymoon-suite/\" target=\"_self\" class=\"uagb-infobox-cta-link\" rel=\"noopener noreferrer\" alt=\"\"><span class=\"uagb-inline-editing\">READ MORE</span></a></div></div></div>\n<!-- /wp:uagb/info-box --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"6fddb847\",\"widthDesktop\":50,\"bottomPaddingDesktop\":20,\"rightPaddingDesktop\":32,\"bottomPaddingTablet\":35,\"rightPaddingTablet\":15,\"paddingLink\":false,\"topMarginDesktop\":0,\"bottomMarginDesktop\":0,\"leftMarginDesktop\":5,\"rightMarginDesktop\":5,\"topMarginMobile\":0,\"bottomMarginMobile\":0,\"leftMarginMobile\":0,\"rightMarginMobile\":0,\"marginLink\":false,\"variationSelected\":true,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-6fddb847\"></div>\n<!-- /wp:uagb/container --></div>\n<!-- /wp:uagb/container --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"53813b0d\",\"innerContentCustomWidthDesktop\":781,\"innerContentCustomWidthTablet\":781,\"backgroundType\":\"image\",\"backgroundImageDesktop\":{\"uploading\":false,\"date\":1670943271000,\"filename\":\"AAEAAQAAAAAAAAAAAAAA39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba.png\",\"menuOrder\":0,\"uploadedTo\":761,\"type\":\"image\",\"subtype\":\"png\",\"id\":899,\"title\":\"AAEAAQAAAAAAAAAAAAAA39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAA39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba.png\",\"link\":\"https://blueroan.netgen.cloud/accommodation/aaeaaqaaaaaaaaaaaaaa39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba/\",\"alt\":\"\",\"author\":\"2\",\"description\":\"\",\"caption\":\"\",\"name\":\"aaeaaqaaaaaaaaaaaaaa39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba\",\"status\":\"inherit\",\"modified\":1670943271000,\"mime\":\"image/png\",\"icon\":\"https://blueroan.netgen.cloud/wp-includes/images/media/default.png\",\"dateFormatted\":\"December 13, 2022\",\"nonces\":{\"update\":\"45b2b6c69b\",\"delete\":\"75d81c42ab\",\"edit\":\"88fae030a9\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=899\\u0026action=edit\",\"meta\":false,\"authorName\":\"Netgen Support\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/profile.php\",\"uploadedToTitle\":\"Accommodation\",\"uploadedToLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=761\\u0026action=edit\",\"filesizeInBytes\":2338048,\"filesizeHumanReadable\":\"2 MB\",\"context\":\"\",\"height\":900,\"width\":1200,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAA39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba-150x150.png\",\"orientation\":\"landscape\"},\"medium\":{\"height\":225,\"width\":300,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAA39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba-300x225.png\",\"orientation\":\"landscape\"},\"large\":{\"height\":768,\"width\":1024,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAA39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba-1024x768.png\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAA39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba.png\",\"height\":900,\"width\":1200,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"backgroundImageColor\":\"rgba(42,42,42,0.65)\",\"topPaddingDesktop\":144,\"bottomPaddingDesktop\":144,\"leftPaddingDesktop\":40,\"rightPaddingDesktop\":40,\"topPaddingTablet\":80,\"bottomPaddingTablet\":80,\"leftPaddingTablet\":40,\"rightPaddingTablet\":40,\"topPaddingMobile\":64,\"bottomPaddingMobile\":64,\"leftPaddingMobile\":24,\"rightPaddingMobile\":24,\"paddingLink\":false,\"variationSelected\":true,\"isBlockRootParent\":true,\"overlayType\":\"color\"} -->\n<div class=\"wp-block-uagb-container uagb-block-53813b0d alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/advanced-heading {\"block_id\":\"0bfd32ee\",\"classMigrate\":true,\"headingDescToggle\":true,\"headingAlign\":\"center\",\"headingColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"subHeadingColor\":\"var(\\u002d\\u002dast-global-color-4)\",\"headSpace\":20} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-0bfd32ee\"><h2 class=\"uagb-heading-text\">Plan an Unforgettable Experience at<br>Blue Roan!</h2><p class=\"uagb-desc-text\">We can help you fit your stay and experience within your allotted budget.</p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/advanced-heading {\"block_id\":\"cede91d0\",\"classMigrate\":true,\"headingTitleToggle\":false,\"headingDescToggle\":true,\"headingAlign\":\"center\",\"subHeadingColor\":\"var(\\u002d\\u002dast-global-color-4)\",\"subHeadTransform\":\"uppercase\",\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"subHeadLetterSpacing\":2,\"blockTopPadding\":60,\"blockRightPadding\":0,\"blockLeftPadding\":0,\"blockBottomPadding\":0,\"blockTopPaddingMobile\":30,\"blockRightPaddingMobile\":0,\"blockLeftPaddingMobile\":0,\"blockBottomPaddingMobile\":0} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-cede91d0\"><p class=\"uagb-desc-text\">BOOK YOUR STAY NOW​</p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/icon-list {\"block_id\":\"edd2d1fb\",\"classMigrate\":true,\"childMigrate\":true,\"align\":\"center\",\"parentIcon\":\"phone\",\"size\":40,\"sizeMobile\":24,\"sizeTablet\":32,\"fontSize\":48,\"fontSizeMobile\":28,\"fontSizeTablet\":40,\"fontWeight\":\"600\",\"iconColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"labelColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"blockTopPadding\":0,\"blockRightPadding\":0,\"blockLeftPadding\":0,\"blockBottomPadding\":24,\"blockPaddingLink\":false} -->\n<div class=\"wp-block-uagb-icon-list uagb-block-edd2d1fb\"><div class=\"uagb-icon-list__wrap\"><!-- wp:uagb/icon-list-child {\"block_id\":\"05f4ff59\",\"label\":\" + 27 (0) 82 575 5409\",\"label_color\":\"\",\"link\":\"tel:+27825755409\",\"disableLink\":true,\"fromParentIcon\":\"phone\",\"imageSizeChild\":40} -->\n<div class=\"wp-block-uagb-icon-list-child uagb-block-05f4ff59\"><a target=\"_self\" aria-label=\" + 27 (0) 82 575 5409\" rel=\"noopener noreferrer\" href=\"tel:+27825755409\"> </a><span class=\"uagb-icon-list__source-wrap\"><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M511.2 387l-23.25 100.8c-3.266 14.25-15.79 24.22-30.46 24.22C205.2 512 0 306.8 0 54.5c0-14.66 9.969-27.2 24.22-30.45l100.8-23.25C139.7-2.602 154.7 5.018 160.8 18.92l46.52 108.5c5.438 12.78 1.77 27.67-8.98 36.45L144.5 207.1c33.98 69.22 90.26 125.5 159.5 159.5l44.08-53.8c8.688-10.78 23.69-14.51 36.47-8.975l108.5 46.51C506.1 357.2 514.6 372.4 511.2 387z\"></path></svg></span><span class=\"uagb-icon-list__label\"> + 27 (0) 82 575 5409</span></div>\n<!-- /wp:uagb/icon-list-child -->\n\n<!-- wp:uagb/icon-list-child {\"block_id\":\"8c71d261\",\"label\":\"blueroan@ugo.co.za\",\"icon\":\"envelope\",\"label_color\":\"\",\"link\":\"mailto:blueroan@ugo.co.za\",\"disableLink\":true,\"fromParentIcon\":\"phone\",\"imageSizeChild\":40} -->\n<div class=\"wp-block-uagb-icon-list-child uagb-block-8c71d261\"><a target=\"_self\" aria-label=\"blueroan@ugo.co.za\" rel=\"noopener noreferrer\" href=\"mailto:blueroan@ugo.co.za\"> </a><span class=\"uagb-icon-list__source-wrap\"><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M464 64C490.5 64 512 85.49 512 112C512 127.1 504.9 141.3 492.8 150.4L275.2 313.6C263.8 322.1 248.2 322.1 236.8 313.6L19.2 150.4C7.113 141.3 0 127.1 0 112C0 85.49 21.49 64 48 64H464zM217.6 339.2C240.4 356.3 271.6 356.3 294.4 339.2L512 176V384C512 419.3 483.3 448 448 448H64C28.65 448 0 419.3 0 384V176L217.6 339.2z\"></path></svg></span><span class=\"uagb-icon-list__label\">blueroan@ugo.co.za</span></div>\n<!-- /wp:uagb/icon-list-child --></div></div>\n<!-- /wp:uagb/icon-list --></div></div>\n<!-- /wp:uagb/container -->',	'Accommodation',	'',	'inherit',	'closed',	'closed',	'',	'761-revision-v1',	'',	'',	'2022-12-14 15:23:39',	'2022-12-14 15:23:39',	'',	761,	'https://blueroan.netgen.cloud/?p=1127',	0,	'revision',	'',	0),
(1128,	2,	'2022-12-14 15:25:38',	'2022-12-14 15:25:38',	'<!-- wp:uagb/container {\"block_id\":\"8956709b\",\"backgroundType\":\"image\",\"backgroundImageDesktop\":{\"id\":863,\"title\":\"blue-roan-guest-farm (10)\",\"filename\":\"blue-roan-guest-farm-10.jpg\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-10.jpg\",\"link\":\"https://blueroan.netgen.cloud/accommodation/blue-roan-guest-farm-10/\",\"alt\":\"\",\"author\":\"2\",\"description\":\"\",\"caption\":\"\",\"name\":\"blue-roan-guest-farm-10\",\"status\":\"inherit\",\"uploadedTo\":761,\"date\":\"2022-12-13T13:04:34.000Z\",\"modified\":\"2022-12-13T13:04:34.000Z\",\"menuOrder\":0,\"mime\":\"image/jpeg\",\"type\":\"image\",\"subtype\":\"jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-includes/images/media/default.png\",\"dateFormatted\":\"December 13, 2022\",\"nonces\":{\"update\":\"d5ed6f1c8f\",\"delete\":\"06e9e4c7ca\",\"edit\":\"1bf84c7813\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=863\\u0026action=edit\",\"meta\":false,\"authorName\":\"Netgen Support\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/profile.php\",\"uploadedToTitle\":\"Accommodation\",\"uploadedToLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=761\\u0026action=edit\",\"filesizeInBytes\":149768,\"filesizeHumanReadable\":\"146 KB\",\"context\":\"\",\"height\":667,\"width\":1000,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-10-150x150.jpg\",\"orientation\":\"landscape\"},\"medium\":{\"height\":200,\"width\":300,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-10-300x200.jpg\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-10.jpg\",\"height\":667,\"width\":1000,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"backgroundPositionDesktop\":{\"x\":0.47,\"y\":0.54},\"backgroundSizeTablet\":\"cover\",\"backgroundSizeMobile\":\"cover\",\"backgroundColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"backgroundImageColor\":\"rgba(42,42,42,0.5)\",\"topPaddingDesktop\":220,\"bottomPaddingDesktop\":150,\"topPaddingTablet\":170,\"bottomPaddingTablet\":160,\"leftPaddingTablet\":30,\"rightPaddingTablet\":30,\"topPaddingMobile\":180,\"bottomPaddingMobile\":80,\"leftPaddingMobile\":20,\"rightPaddingMobile\":20,\"paddingLink\":false,\"variationSelected\":true,\"isBlockRootParent\":true,\"overlayType\":\"color\"} -->\n<div class=\"wp-block-uagb-container uagb-block-8956709b alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/advanced-heading {\"block_id\":\"e9169789\",\"classMigrate\":true,\"headingDescToggle\":true,\"headingColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"subHeadingColor\":\"var(\\u002d\\u002dast-global-color-4)\",\"headingTag\":\"h1\",\"headSpace\":20,\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"blockTopPadding\":0,\"blockRightPadding\":50,\"blockLeftPadding\":0,\"blockBottomPadding\":0,\"blockTopPaddingTablet\":0,\"blockRightPaddingTablet\":20,\"blockLeftPaddingTablet\":0,\"blockBottomPaddingTablet\":0,\"blockTopPaddingMobile\":0,\"blockRightPaddingMobile\":0,\"blockLeftPaddingMobile\":0,\"blockBottomPaddingMobile\":0,\"blockPaddingUnit\":\"%\",\"blockPaddingUnitTablet\":\"%\"} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-e9169789\"><h1 class=\"uagb-heading-text\">The Barn</h1><p class=\"uagb-desc-text\">Our barn-style suite is characterized by exposed wood and rustic beams. A raised king bed on a platform faces the TV and the mountains in this open-concept suite with lots of windows for light.</p></div>\n<!-- /wp:uagb/advanced-heading --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"fd0a71c7\",\"backgroundType\":\"color\",\"backgroundSizeTablet\":\"cover\",\"backgroundSizeMobile\":\"cover\",\"backgroundColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"topPaddingDesktop\":120,\"bottomPaddingDesktop\":60,\"rightPaddingDesktop\":0,\"topPaddingTablet\":80,\"bottomPaddingTablet\":80,\"leftPaddingTablet\":30,\"rightPaddingTablet\":30,\"topPaddingMobile\":80,\"bottomPaddingMobile\":80,\"leftPaddingMobile\":20,\"rightPaddingMobile\":20,\"paddingLink\":false,\"variationSelected\":true,\"rowGapDesktop\":0,\"isBlockRootParent\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-fd0a71c7 alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/container {\"block_id\":\"15b6b4df\",\"directionDesktop\":\"row\",\"alignItemsDesktop\":\"flex-end\",\"alignItemsTablet\":\"flex-end\",\"justifyContentDesktop\":\"flex-end\",\"justifyContentTablet\":\"space-between\",\"variationSelected\":true,\"rowGapMobile\":20,\"columnGapDesktop\":0} -->\n<div class=\"wp-block-uagb-container uagb-block-15b6b4df\"><!-- wp:uagb/advanced-heading {\"block_id\":\"14507e6e\",\"classMigrate\":true,\"headingDescToggle\":true,\"subHeadingColor\":\"\",\"headSpace\":20,\"subHeadFontSize\":16} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-14507e6e\"><h2 class=\"uagb-heading-text\">Come &amp; Stay With Us​ at The Barn </h2><p class=\"uagb-desc-text\">This is an open-plan unit with lots of windows with a raised king bed on a platform with 4 steps facing the TV and the mountains. &nbsp;&nbsp;It has a separate bathroom with a large walk-in shower and an oval spa bath. The unit has sliding glass doors opening onto a large patio with a brick braai and comfortable outside furniture. &nbsp;It has a small enclosed garden.</p></div>\n<!-- /wp:uagb/advanced-heading --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:heading -->\n<h2>The bedroom </h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>This room contains the following: </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list -->\n<ul><!-- wp:list-item -->\n<li>King bed with electric blanket</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Electric heater</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Stand fan</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Hair dryer &amp; dressing gowns</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Good quality linen</li>\n<!-- /wp:list-item --></ul>\n<!-- /wp:list --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":955,\"width\":500,\"height\":334,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full is-resized\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAAJDNlZGQ1OWVmLThiZmMtNDJhNC05MjI1LTVjZGE5NDA4YjA0NA.png\" alt=\"\" class=\"wp-image-955\" width=\"500\" height=\"334\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":969,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAAJDYxYzlmY2U0LWJiMGMtNGU4My04YzA3LWZhZGFkODdiOWJhYQ-1.png\" alt=\"The barn\'s bathroom \" class=\"wp-image-969\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:heading -->\n<h2>The bathroom</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>This room contains the following</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list -->\n<ul><!-- wp:list-item -->\n<li>Large walk-in shower</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Oval spa bath with 6 jets</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Bubble bath and candles</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Soap, toiletries, and towels</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Separate toilet - <em>toilet paper provided</em></li>\n<!-- /wp:list-item --></ul>\n<!-- /wp:list --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:heading -->\n<h2>The Lounge</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>This room contains the following: </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list -->\n<ul><!-- wp:list-item -->\n<li>Log fireplace</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>2 seater upholstered recliner settee</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>TV (DSTV - commercial bouquet with Sports, news, movies, Mnet, SABC 1,2 3 and Etv, and other channels)</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>DVD player</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Breakfast table cafe style and 2 chairs</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Books and playing cards</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Glass sliding door out to the patio</li>\n<!-- /wp:list-item --></ul>\n<!-- /wp:list --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":956,\"width\":500,\"height\":334,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full is-resized\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAAJDM0ZDZlYzYxLWY2YTgtNDAzYS1hMGMwLTRiMDFkZTk3ODNjZA-1.png\" alt=\"\" class=\"wp-image-956\" width=\"500\" height=\"334\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":963,\"width\":500,\"height\":334,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full is-resized\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAAJGZiMDU2OTJhLTI1YmYtNDFlOS05YzhlLTM1MDc2OTVlZmEwNA.png\" alt=\"\" class=\"wp-image-963\" width=\"500\" height=\"334\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:heading -->\n<h2>The kitchen</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>This room contains the following</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list -->\n<ul><!-- wp:list-item -->\n<li>4 plate gas stove and oven</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Microwave oven, kettle, toaster, filter coffee plunger</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Fridge with top freezer compartment</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Pots, pans, cutlery, crockery, wine &amp; champagne glasses</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>All kitchen utensils</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Ironing board and iron</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>All cleaning cloths and detergents and washing up liquid</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Paper towel</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Braai tongs</li>\n<!-- /wp:list-item --></ul>\n<!-- /wp:list --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:heading -->\n<h2>The large patio with <br>mountain views</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>This room contains the following: </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list -->\n<ul><!-- wp:list-item -->\n<li>Chairs with cushions</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Glass table</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Brick braai</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Decorative lighting</li>\n<!-- /wp:list-item --></ul>\n<!-- /wp:list --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":1007,\"width\":500,\"height\":334,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full is-resized\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAAJDg5NmY0ZGUxLWE4MTgtNDY5NC1iODFhLTBmN2Q0ZDc5ZWFiNw-1.png\" alt=\"\" class=\"wp-image-1007\" width=\"500\" height=\"334\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:heading {\"textAlign\":\"center\"} -->\n<h2 class=\"has-text-align-center\">Book your stay </h2>\n<!-- /wp:heading -->\n\n<!-- wp:buttons -->\n<div class=\"wp-block-buttons\"><!-- wp:button {\"align\":\"center\"} -->\n<div class=\"wp-block-button aligncenter\"><a class=\"wp-block-button__link wp-element-button\" href=\"https://book.nightsbridge.com/11065\" target=\"_blank\" rel=\"noreferrer noopener\">Reservations</a></div>\n<!-- /wp:button -->\n\n<!-- wp:button /--></div>\n<!-- /wp:buttons --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"e8045c6e\",\"innerContentCustomWidthDesktop\":781,\"innerContentCustomWidthTablet\":781,\"backgroundType\":\"image\",\"backgroundImageDesktop\":{\"uploading\":false,\"date\":1670943271000,\"filename\":\"AAEAAQAAAAAAAAAAAAAA39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba.png\",\"menuOrder\":0,\"uploadedTo\":761,\"type\":\"image\",\"subtype\":\"png\",\"id\":899,\"title\":\"AAEAAQAAAAAAAAAAAAAA39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAA39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba.png\",\"link\":\"https://blueroan.netgen.cloud/accommodation/aaeaaqaaaaaaaaaaaaaa39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba/\",\"alt\":\"\",\"author\":\"2\",\"description\":\"\",\"caption\":\"\",\"name\":\"aaeaaqaaaaaaaaaaaaaa39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba\",\"status\":\"inherit\",\"modified\":1670943271000,\"mime\":\"image/png\",\"icon\":\"https://blueroan.netgen.cloud/wp-includes/images/media/default.png\",\"dateFormatted\":\"December 13, 2022\",\"nonces\":{\"update\":\"45b2b6c69b\",\"delete\":\"75d81c42ab\",\"edit\":\"88fae030a9\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=899\\u0026action=edit\",\"meta\":false,\"authorName\":\"Netgen Support\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/profile.php\",\"uploadedToTitle\":\"Accommodation\",\"uploadedToLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=761\\u0026action=edit\",\"filesizeInBytes\":2338048,\"filesizeHumanReadable\":\"2 MB\",\"context\":\"\",\"height\":900,\"width\":1200,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAA39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba-150x150.png\",\"orientation\":\"landscape\"},\"medium\":{\"height\":225,\"width\":300,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAA39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba-300x225.png\",\"orientation\":\"landscape\"},\"large\":{\"height\":768,\"width\":1024,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAA39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba-1024x768.png\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAA39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba.png\",\"height\":900,\"width\":1200,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"backgroundImageColor\":\"rgba(42,42,42,0.65)\",\"topPaddingDesktop\":144,\"bottomPaddingDesktop\":144,\"leftPaddingDesktop\":40,\"rightPaddingDesktop\":40,\"topPaddingTablet\":80,\"bottomPaddingTablet\":80,\"leftPaddingTablet\":40,\"rightPaddingTablet\":40,\"topPaddingMobile\":64,\"bottomPaddingMobile\":64,\"leftPaddingMobile\":24,\"rightPaddingMobile\":24,\"paddingLink\":false,\"variationSelected\":true,\"isBlockRootParent\":true,\"overlayType\":\"color\"} -->\n<div class=\"wp-block-uagb-container uagb-block-e8045c6e alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/advanced-heading {\"block_id\":\"81392a13\",\"classMigrate\":true,\"headingDescToggle\":true,\"headingAlign\":\"center\",\"headingColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"subHeadingColor\":\"var(\\u002d\\u002dast-global-color-4)\",\"headSpace\":20} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-81392a13\"><h2 class=\"uagb-heading-text\">Plan an Unforgettable Experience at<br>Blue Roan!</h2><p class=\"uagb-desc-text\">We can help you fit your stay and experience within your allotted budget.</p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/advanced-heading {\"block_id\":\"81a4c0bf\",\"classMigrate\":true,\"headingTitleToggle\":false,\"headingDescToggle\":true,\"headingAlign\":\"center\",\"subHeadingColor\":\"var(\\u002d\\u002dast-global-color-4)\",\"subHeadTransform\":\"uppercase\",\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"subHeadLetterSpacing\":2,\"blockTopPadding\":60,\"blockRightPadding\":0,\"blockLeftPadding\":0,\"blockBottomPadding\":0,\"blockTopPaddingMobile\":30,\"blockRightPaddingMobile\":0,\"blockLeftPaddingMobile\":0,\"blockBottomPaddingMobile\":0,\"linkColor\":\"var(\\u002d\\u002dast-global-color-8)\",\"linkHColor\":\"var(\\u002d\\u002dast-global-color-1)\"} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-81a4c0bf\"><p class=\"uagb-desc-text\"><a href=\"https://book.nightsbridge.com/11065\" target=\"_blank\" rel=\"noreferrer noopener\">BOOK YOUR STAY NOW​<br></a></p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/icon-list {\"block_id\":\"f78a45b9\",\"classMigrate\":true,\"childMigrate\":true,\"align\":\"center\",\"parentIcon\":\"phone\",\"size\":40,\"sizeMobile\":24,\"sizeTablet\":32,\"fontSize\":48,\"fontSizeMobile\":28,\"fontSizeTablet\":40,\"fontWeight\":\"600\",\"iconColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"labelColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"blockTopPadding\":0,\"blockRightPadding\":0,\"blockLeftPadding\":0,\"blockBottomPadding\":24,\"blockPaddingLink\":false} -->\n<div class=\"wp-block-uagb-icon-list uagb-block-f78a45b9\"><div class=\"uagb-icon-list__wrap\"><!-- wp:uagb/icon-list-child {\"block_id\":\"db91a0f9\",\"label\":\" + 27 (0) 82 575 5409\",\"label_color\":\"\",\"link\":\"tel:+27825755409\",\"disableLink\":true,\"fromParentIcon\":\"phone\",\"imageSizeChild\":40} -->\n<div class=\"wp-block-uagb-icon-list-child uagb-block-db91a0f9\"><a target=\"_self\" aria-label=\" + 27 (0) 82 575 5409\" rel=\"noopener noreferrer\" href=\"tel:+27825755409\"> </a><span class=\"uagb-icon-list__source-wrap\"><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M511.2 387l-23.25 100.8c-3.266 14.25-15.79 24.22-30.46 24.22C205.2 512 0 306.8 0 54.5c0-14.66 9.969-27.2 24.22-30.45l100.8-23.25C139.7-2.602 154.7 5.018 160.8 18.92l46.52 108.5c5.438 12.78 1.77 27.67-8.98 36.45L144.5 207.1c33.98 69.22 90.26 125.5 159.5 159.5l44.08-53.8c8.688-10.78 23.69-14.51 36.47-8.975l108.5 46.51C506.1 357.2 514.6 372.4 511.2 387z\"></path></svg></span><span class=\"uagb-icon-list__label\"> + 27 (0) 82 575 5409</span></div>\n<!-- /wp:uagb/icon-list-child -->\n\n<!-- wp:uagb/icon-list-child {\"block_id\":\"42647bc5\",\"label\":\"blueroan@ugo.co.za\",\"icon\":\"envelope\",\"label_color\":\"\",\"link\":\"mailto:blueroan@ugo.co.za\",\"disableLink\":true,\"fromParentIcon\":\"phone\",\"imageSizeChild\":40} -->\n<div class=\"wp-block-uagb-icon-list-child uagb-block-42647bc5\"><a target=\"_self\" aria-label=\"blueroan@ugo.co.za\" rel=\"noopener noreferrer\" href=\"mailto:blueroan@ugo.co.za\"> </a><span class=\"uagb-icon-list__source-wrap\"><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M464 64C490.5 64 512 85.49 512 112C512 127.1 504.9 141.3 492.8 150.4L275.2 313.6C263.8 322.1 248.2 322.1 236.8 313.6L19.2 150.4C7.113 141.3 0 127.1 0 112C0 85.49 21.49 64 48 64H464zM217.6 339.2C240.4 356.3 271.6 356.3 294.4 339.2L512 176V384C512 419.3 483.3 448 448 448H64C28.65 448 0 419.3 0 384V176L217.6 339.2z\"></path></svg></span><span class=\"uagb-icon-list__label\">blueroan@ugo.co.za</span></div>\n<!-- /wp:uagb/icon-list-child --></div></div>\n<!-- /wp:uagb/icon-list --></div></div>\n<!-- /wp:uagb/container -->',	'The Barn',	'',	'inherit',	'closed',	'closed',	'',	'948-revision-v1',	'',	'',	'2022-12-14 15:25:38',	'2022-12-14 15:25:38',	'',	948,	'https://blueroan.netgen.cloud/?p=1128',	0,	'revision',	'',	0),
(1130,	2,	'2022-12-14 15:27:18',	'2022-12-14 15:27:18',	'<!-- wp:uagb/container {\"block_id\":\"f8bb2afd\",\"backgroundType\":\"image\",\"backgroundImageDesktop\":{\"id\":863,\"title\":\"blue-roan-guest-farm (10)\",\"filename\":\"blue-roan-guest-farm-10.jpg\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-10.jpg\",\"link\":\"https://blueroan.netgen.cloud/accommodation/blue-roan-guest-farm-10/\",\"alt\":\"\",\"author\":\"2\",\"description\":\"\",\"caption\":\"\",\"name\":\"blue-roan-guest-farm-10\",\"status\":\"inherit\",\"uploadedTo\":761,\"date\":\"2022-12-13T13:04:34.000Z\",\"modified\":\"2022-12-13T13:04:34.000Z\",\"menuOrder\":0,\"mime\":\"image/jpeg\",\"type\":\"image\",\"subtype\":\"jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-includes/images/media/default.png\",\"dateFormatted\":\"December 13, 2022\",\"nonces\":{\"update\":\"d5ed6f1c8f\",\"delete\":\"06e9e4c7ca\",\"edit\":\"1bf84c7813\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=863\\u0026action=edit\",\"meta\":false,\"authorName\":\"Netgen Support\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/profile.php\",\"uploadedToTitle\":\"Accommodation\",\"uploadedToLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=761\\u0026action=edit\",\"filesizeInBytes\":149768,\"filesizeHumanReadable\":\"146 KB\",\"context\":\"\",\"height\":667,\"width\":1000,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-10-150x150.jpg\",\"orientation\":\"landscape\"},\"medium\":{\"height\":200,\"width\":300,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-10-300x200.jpg\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-10.jpg\",\"height\":667,\"width\":1000,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"backgroundPositionDesktop\":{\"x\":0.47,\"y\":0.54},\"backgroundSizeTablet\":\"cover\",\"backgroundSizeMobile\":\"cover\",\"backgroundColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"backgroundImageColor\":\"rgba(42,42,42,0.5)\",\"topPaddingDesktop\":220,\"bottomPaddingDesktop\":150,\"topPaddingTablet\":170,\"bottomPaddingTablet\":160,\"leftPaddingTablet\":30,\"rightPaddingTablet\":30,\"topPaddingMobile\":180,\"bottomPaddingMobile\":80,\"leftPaddingMobile\":20,\"rightPaddingMobile\":20,\"paddingLink\":false,\"variationSelected\":true,\"isBlockRootParent\":true,\"overlayType\":\"color\"} -->\n<div class=\"wp-block-uagb-container uagb-block-f8bb2afd alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/advanced-heading {\"block_id\":\"b1d32226\",\"classMigrate\":true,\"headingDescToggle\":true,\"headingColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"subHeadingColor\":\"var(\\u002d\\u002dast-global-color-4)\",\"headingTag\":\"h1\",\"headSpace\":20,\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"blockTopPadding\":0,\"blockRightPadding\":50,\"blockLeftPadding\":0,\"blockBottomPadding\":0,\"blockTopPaddingTablet\":0,\"blockRightPaddingTablet\":20,\"blockLeftPaddingTablet\":0,\"blockBottomPaddingTablet\":0,\"blockTopPaddingMobile\":0,\"blockRightPaddingMobile\":0,\"blockLeftPaddingMobile\":0,\"blockBottomPaddingMobile\":0,\"blockPaddingUnit\":\"%\",\"blockPaddingUnitTablet\":\"%\"} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-b1d32226\"><h1 class=\"uagb-heading-text\">The Barn</h1><p class=\"uagb-desc-text\">Our barn-style suite is characterized by exposed wood and rustic beams. A raised king bed on a platform faces the TV and the mountains in this open-concept suite with lots of windows for light.</p></div>\n<!-- /wp:uagb/advanced-heading --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"84c91ecf\",\"backgroundType\":\"color\",\"backgroundSizeTablet\":\"cover\",\"backgroundSizeMobile\":\"cover\",\"backgroundColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"topPaddingDesktop\":120,\"bottomPaddingDesktop\":60,\"rightPaddingDesktop\":0,\"topPaddingTablet\":80,\"bottomPaddingTablet\":80,\"leftPaddingTablet\":30,\"rightPaddingTablet\":30,\"topPaddingMobile\":80,\"bottomPaddingMobile\":80,\"leftPaddingMobile\":20,\"rightPaddingMobile\":20,\"paddingLink\":false,\"variationSelected\":true,\"rowGapDesktop\":0,\"isBlockRootParent\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-84c91ecf alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/container {\"block_id\":\"0e81cab5\",\"directionDesktop\":\"row\",\"alignItemsDesktop\":\"flex-end\",\"alignItemsTablet\":\"flex-end\",\"justifyContentDesktop\":\"flex-end\",\"justifyContentTablet\":\"space-between\",\"variationSelected\":true,\"rowGapMobile\":20,\"columnGapDesktop\":0} -->\n<div class=\"wp-block-uagb-container uagb-block-0e81cab5\"><!-- wp:uagb/advanced-heading {\"block_id\":\"a12c9530\",\"classMigrate\":true,\"headingDescToggle\":true,\"subHeadingColor\":\"\",\"headSpace\":20,\"subHeadFontSize\":16} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-a12c9530\"><h2 class=\"uagb-heading-text\">Come &amp; Stay With Us​ at The Barn </h2><p class=\"uagb-desc-text\">This is an open-plan unit with lots of windows with a raised king bed on a platform with 4 steps facing the TV and the mountains. &nbsp;&nbsp;It has a separate bathroom with a large walk-in shower and an oval spa bath. The unit has sliding glass doors opening onto a large patio with a brick braai and comfortable outside furniture. &nbsp;It has a small enclosed garden.</p></div>\n<!-- /wp:uagb/advanced-heading --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:heading -->\n<h2>The bedroom </h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>This room contains the following: </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list -->\n<ul><!-- wp:list-item -->\n<li>King bed with electric blanket</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Electric heater</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Stand fan</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Hair dryer &amp; dressing gowns</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Good quality linen</li>\n<!-- /wp:list-item --></ul>\n<!-- /wp:list --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":955,\"width\":500,\"height\":334,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full is-resized\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAAJDNlZGQ1OWVmLThiZmMtNDJhNC05MjI1LTVjZGE5NDA4YjA0NA.png\" alt=\"\" class=\"wp-image-955\" width=\"500\" height=\"334\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":969,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAAJDYxYzlmY2U0LWJiMGMtNGU4My04YzA3LWZhZGFkODdiOWJhYQ-1.png\" alt=\"The barn\'s bathroom \" class=\"wp-image-969\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:heading -->\n<h2>The bathroom</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>This room contains the following</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list -->\n<ul><!-- wp:list-item -->\n<li>Large walk-in shower</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Oval spa bath with 6 jets</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Bubble bath and candles</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Soap, toiletries, and towels</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Separate toilet - <em>toilet paper provided</em></li>\n<!-- /wp:list-item --></ul>\n<!-- /wp:list --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:heading -->\n<h2>The Lounge</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>This room contains the following: </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list -->\n<ul><!-- wp:list-item -->\n<li>Log fireplace</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>2 seater upholstered recliner settee</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>TV (DSTV - commercial bouquet with Sports, news, movies, Mnet, SABC 1,2 3 and Etv, and other channels)</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>DVD player</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Breakfast table cafe style and 2 chairs</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Books and playing cards</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Glass sliding door out to the patio</li>\n<!-- /wp:list-item --></ul>\n<!-- /wp:list --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":956,\"width\":500,\"height\":334,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full is-resized\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAAJDM0ZDZlYzYxLWY2YTgtNDAzYS1hMGMwLTRiMDFkZTk3ODNjZA-1.png\" alt=\"\" class=\"wp-image-956\" width=\"500\" height=\"334\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":963,\"width\":500,\"height\":334,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full is-resized\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAAJGZiMDU2OTJhLTI1YmYtNDFlOS05YzhlLTM1MDc2OTVlZmEwNA.png\" alt=\"\" class=\"wp-image-963\" width=\"500\" height=\"334\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:heading -->\n<h2>The kitchen</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>This room contains the following</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list -->\n<ul><!-- wp:list-item -->\n<li>4 plate gas stove and oven</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Microwave oven, kettle, toaster, filter coffee plunger</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Fridge with top freezer compartment</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Pots, pans, cutlery, crockery, wine &amp; champagne glasses</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>All kitchen utensils</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Ironing board and iron</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>All cleaning cloths and detergents and washing up liquid</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Paper towel</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Braai tongs</li>\n<!-- /wp:list-item --></ul>\n<!-- /wp:list --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:heading -->\n<h2>The large patio with <br>mountain views</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>This room contains the following: </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list -->\n<ul><!-- wp:list-item -->\n<li>Chairs with cushions</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Glass table</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Brick braai</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Decorative lighting</li>\n<!-- /wp:list-item --></ul>\n<!-- /wp:list --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":1007,\"width\":500,\"height\":334,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full is-resized\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAAJDg5NmY0ZGUxLWE4MTgtNDY5NC1iODFhLTBmN2Q0ZDc5ZWFiNw-1.png\" alt=\"\" class=\"wp-image-1007\" width=\"500\" height=\"334\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:heading {\"textAlign\":\"center\"} -->\n<h2 class=\"has-text-align-center\">Book your stay </h2>\n<!-- /wp:heading -->\n\n<!-- wp:buttons -->\n<div class=\"wp-block-buttons\"><!-- wp:button {\"align\":\"center\"} -->\n<div class=\"wp-block-button aligncenter\"><a class=\"wp-block-button__link wp-element-button\" href=\"https://book.nightsbridge.com/11065\" target=\"_blank\" rel=\"noreferrer noopener\">Reservations</a></div>\n<!-- /wp:button -->\n\n<!-- wp:button /--></div>\n<!-- /wp:buttons --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"dde8aa91\",\"innerContentCustomWidthDesktop\":781,\"innerContentCustomWidthTablet\":781,\"backgroundType\":\"image\",\"backgroundImageDesktop\":{\"uploading\":false,\"date\":1670943271000,\"filename\":\"AAEAAQAAAAAAAAAAAAAA39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba.png\",\"menuOrder\":0,\"uploadedTo\":761,\"type\":\"image\",\"subtype\":\"png\",\"id\":899,\"title\":\"AAEAAQAAAAAAAAAAAAAA39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAA39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba.png\",\"link\":\"https://blueroan.netgen.cloud/accommodation/aaeaaqaaaaaaaaaaaaaa39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba/\",\"alt\":\"\",\"author\":\"2\",\"description\":\"\",\"caption\":\"\",\"name\":\"aaeaaqaaaaaaaaaaaaaa39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba\",\"status\":\"inherit\",\"modified\":1670943271000,\"mime\":\"image/png\",\"icon\":\"https://blueroan.netgen.cloud/wp-includes/images/media/default.png\",\"dateFormatted\":\"December 13, 2022\",\"nonces\":{\"update\":\"45b2b6c69b\",\"delete\":\"75d81c42ab\",\"edit\":\"88fae030a9\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=899\\u0026action=edit\",\"meta\":false,\"authorName\":\"Netgen Support\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/profile.php\",\"uploadedToTitle\":\"Accommodation\",\"uploadedToLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=761\\u0026action=edit\",\"filesizeInBytes\":2338048,\"filesizeHumanReadable\":\"2 MB\",\"context\":\"\",\"height\":900,\"width\":1200,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAA39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba-150x150.png\",\"orientation\":\"landscape\"},\"medium\":{\"height\":225,\"width\":300,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAA39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba-300x225.png\",\"orientation\":\"landscape\"},\"large\":{\"height\":768,\"width\":1024,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAA39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba-1024x768.png\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAA39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba.png\",\"height\":900,\"width\":1200,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"backgroundImageColor\":\"rgba(42,42,42,0.65)\",\"topPaddingDesktop\":144,\"bottomPaddingDesktop\":144,\"leftPaddingDesktop\":40,\"rightPaddingDesktop\":40,\"topPaddingTablet\":80,\"bottomPaddingTablet\":80,\"leftPaddingTablet\":40,\"rightPaddingTablet\":40,\"topPaddingMobile\":64,\"bottomPaddingMobile\":64,\"leftPaddingMobile\":24,\"rightPaddingMobile\":24,\"paddingLink\":false,\"variationSelected\":true,\"isBlockRootParent\":true,\"overlayType\":\"color\"} -->\n<div class=\"wp-block-uagb-container uagb-block-dde8aa91 alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/advanced-heading {\"block_id\":\"47eea5bb\",\"classMigrate\":true,\"headingDescToggle\":true,\"headingAlign\":\"center\",\"headingColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"subHeadingColor\":\"var(\\u002d\\u002dast-global-color-4)\",\"headSpace\":20} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-47eea5bb\"><h2 class=\"uagb-heading-text\">Plan an Unforgettable Experience at<br>Blue Roan!</h2><p class=\"uagb-desc-text\">We can help you fit your stay and experience within your allotted budget.</p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/advanced-heading {\"block_id\":\"daf78587\",\"classMigrate\":true,\"headingTitleToggle\":false,\"headingDescToggle\":true,\"headingAlign\":\"center\",\"subHeadingColor\":\"var(\\u002d\\u002dast-global-color-4)\",\"subHeadTransform\":\"uppercase\",\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"subHeadLetterSpacing\":2,\"blockTopPadding\":60,\"blockRightPadding\":0,\"blockLeftPadding\":0,\"blockBottomPadding\":0,\"blockTopPaddingMobile\":30,\"blockRightPaddingMobile\":0,\"blockLeftPaddingMobile\":0,\"blockBottomPaddingMobile\":0,\"linkColor\":\"var(\\u002d\\u002dast-global-color-8)\",\"linkHColor\":\"var(\\u002d\\u002dast-global-color-1)\"} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-daf78587\"><p class=\"uagb-desc-text\"><a href=\"https://book.nightsbridge.com/11065\" target=\"_blank\" rel=\"noreferrer noopener\">BOOK YOUR STAY NOW​<br></a></p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/icon-list {\"block_id\":\"d84e2bd3\",\"classMigrate\":true,\"childMigrate\":true,\"align\":\"center\",\"parentIcon\":\"phone\",\"size\":40,\"sizeMobile\":24,\"sizeTablet\":32,\"fontSize\":48,\"fontSizeMobile\":28,\"fontSizeTablet\":40,\"fontWeight\":\"600\",\"iconColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"labelColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"blockTopPadding\":0,\"blockRightPadding\":0,\"blockLeftPadding\":0,\"blockBottomPadding\":24,\"blockPaddingLink\":false} -->\n<div class=\"wp-block-uagb-icon-list uagb-block-d84e2bd3\"><div class=\"uagb-icon-list__wrap\"><!-- wp:uagb/icon-list-child {\"block_id\":\"30f427df\",\"label\":\" + 27 (0) 82 575 5409\",\"label_color\":\"\",\"link\":\"tel:+27825755409\",\"disableLink\":true,\"fromParentIcon\":\"phone\",\"imageSizeChild\":40} -->\n<div class=\"wp-block-uagb-icon-list-child uagb-block-30f427df\"><a target=\"_self\" aria-label=\" + 27 (0) 82 575 5409\" rel=\"noopener noreferrer\" href=\"tel:+27825755409\"> </a><span class=\"uagb-icon-list__source-wrap\"><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M511.2 387l-23.25 100.8c-3.266 14.25-15.79 24.22-30.46 24.22C205.2 512 0 306.8 0 54.5c0-14.66 9.969-27.2 24.22-30.45l100.8-23.25C139.7-2.602 154.7 5.018 160.8 18.92l46.52 108.5c5.438 12.78 1.77 27.67-8.98 36.45L144.5 207.1c33.98 69.22 90.26 125.5 159.5 159.5l44.08-53.8c8.688-10.78 23.69-14.51 36.47-8.975l108.5 46.51C506.1 357.2 514.6 372.4 511.2 387z\"></path></svg></span><span class=\"uagb-icon-list__label\"> + 27 (0) 82 575 5409</span></div>\n<!-- /wp:uagb/icon-list-child -->\n\n<!-- wp:uagb/icon-list-child {\"block_id\":\"fb2d60b3\",\"label\":\"blueroan@ugo.co.za\",\"icon\":\"envelope\",\"label_color\":\"\",\"link\":\"mailto:blueroan@ugo.co.za\",\"disableLink\":true,\"fromParentIcon\":\"phone\",\"imageSizeChild\":40} -->\n<div class=\"wp-block-uagb-icon-list-child uagb-block-fb2d60b3\"><a target=\"_self\" aria-label=\"blueroan@ugo.co.za\" rel=\"noopener noreferrer\" href=\"mailto:blueroan@ugo.co.za\"> </a><span class=\"uagb-icon-list__source-wrap\"><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M464 64C490.5 64 512 85.49 512 112C512 127.1 504.9 141.3 492.8 150.4L275.2 313.6C263.8 322.1 248.2 322.1 236.8 313.6L19.2 150.4C7.113 141.3 0 127.1 0 112C0 85.49 21.49 64 48 64H464zM217.6 339.2C240.4 356.3 271.6 356.3 294.4 339.2L512 176V384C512 419.3 483.3 448 448 448H64C28.65 448 0 419.3 0 384V176L217.6 339.2z\"></path></svg></span><span class=\"uagb-icon-list__label\">blueroan@ugo.co.za</span></div>\n<!-- /wp:uagb/icon-list-child --></div></div>\n<!-- /wp:uagb/icon-list --></div></div>\n<!-- /wp:uagb/container -->',	'The Barn',	'',	'inherit',	'closed',	'closed',	'',	'948-revision-v1',	'',	'',	'2022-12-14 15:27:18',	'2022-12-14 15:27:18',	'',	948,	'https://blueroan.netgen.cloud/?p=1130',	0,	'revision',	'',	0),
(1132,	2,	'2022-12-14 15:28:55',	'2022-12-14 15:28:55',	'<!-- wp:uagb/container {\"block_id\":\"9d767703\",\"backgroundType\":\"image\",\"backgroundImageDesktop\":{\"id\":863,\"title\":\"blue-roan-guest-farm (10)\",\"filename\":\"blue-roan-guest-farm-10.jpg\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-10.jpg\",\"link\":\"https://blueroan.netgen.cloud/accommodation/blue-roan-guest-farm-10/\",\"alt\":\"\",\"author\":\"2\",\"description\":\"\",\"caption\":\"\",\"name\":\"blue-roan-guest-farm-10\",\"status\":\"inherit\",\"uploadedTo\":761,\"date\":\"2022-12-13T13:04:34.000Z\",\"modified\":\"2022-12-13T13:04:34.000Z\",\"menuOrder\":0,\"mime\":\"image/jpeg\",\"type\":\"image\",\"subtype\":\"jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-includes/images/media/default.png\",\"dateFormatted\":\"December 13, 2022\",\"nonces\":{\"update\":\"d5ed6f1c8f\",\"delete\":\"06e9e4c7ca\",\"edit\":\"1bf84c7813\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=863\\u0026action=edit\",\"meta\":false,\"authorName\":\"Netgen Support\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/profile.php\",\"uploadedToTitle\":\"Accommodation\",\"uploadedToLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=761\\u0026action=edit\",\"filesizeInBytes\":149768,\"filesizeHumanReadable\":\"146 KB\",\"context\":\"\",\"height\":667,\"width\":1000,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-10-150x150.jpg\",\"orientation\":\"landscape\"},\"medium\":{\"height\":200,\"width\":300,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-10-300x200.jpg\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-10.jpg\",\"height\":667,\"width\":1000,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"backgroundPositionDesktop\":{\"x\":0.47,\"y\":0.54},\"backgroundSizeTablet\":\"cover\",\"backgroundSizeMobile\":\"cover\",\"backgroundColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"backgroundImageColor\":\"rgba(42,42,42,0.5)\",\"topPaddingDesktop\":220,\"bottomPaddingDesktop\":150,\"topPaddingTablet\":170,\"bottomPaddingTablet\":160,\"leftPaddingTablet\":30,\"rightPaddingTablet\":30,\"topPaddingMobile\":180,\"bottomPaddingMobile\":80,\"leftPaddingMobile\":20,\"rightPaddingMobile\":20,\"paddingLink\":false,\"variationSelected\":true,\"isBlockRootParent\":true,\"overlayType\":\"color\"} -->\n<div class=\"wp-block-uagb-container uagb-block-9d767703 alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/advanced-heading {\"block_id\":\"4837772a\",\"classMigrate\":true,\"headingDescToggle\":true,\"headingColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"subHeadingColor\":\"var(\\u002d\\u002dast-global-color-4)\",\"headingTag\":\"h1\",\"headSpace\":20,\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"blockTopPadding\":0,\"blockRightPadding\":50,\"blockLeftPadding\":0,\"blockBottomPadding\":0,\"blockTopPaddingTablet\":0,\"blockRightPaddingTablet\":20,\"blockLeftPaddingTablet\":0,\"blockBottomPaddingTablet\":0,\"blockTopPaddingMobile\":0,\"blockRightPaddingMobile\":0,\"blockLeftPaddingMobile\":0,\"blockBottomPaddingMobile\":0,\"blockPaddingUnit\":\"%\",\"blockPaddingUnitTablet\":\"%\"} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-4837772a\"><h1 class=\"uagb-heading-text\">The Barn</h1><p class=\"uagb-desc-text\">Our barn-style suite is characterized by exposed wood and rustic beams. A raised king bed on a platform faces the TV and the mountains in this open-concept suite with lots of windows for light.</p></div>\n<!-- /wp:uagb/advanced-heading --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"e3617508\",\"backgroundType\":\"color\",\"backgroundSizeTablet\":\"cover\",\"backgroundSizeMobile\":\"cover\",\"backgroundColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"topPaddingDesktop\":120,\"bottomPaddingDesktop\":60,\"rightPaddingDesktop\":0,\"topPaddingTablet\":80,\"bottomPaddingTablet\":80,\"leftPaddingTablet\":30,\"rightPaddingTablet\":30,\"topPaddingMobile\":80,\"bottomPaddingMobile\":80,\"leftPaddingMobile\":20,\"rightPaddingMobile\":20,\"paddingLink\":false,\"variationSelected\":true,\"rowGapDesktop\":0,\"isBlockRootParent\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-e3617508 alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/container {\"block_id\":\"4fa78f1c\",\"directionDesktop\":\"row\",\"alignItemsDesktop\":\"flex-end\",\"alignItemsTablet\":\"flex-end\",\"justifyContentDesktop\":\"flex-end\",\"justifyContentTablet\":\"space-between\",\"variationSelected\":true,\"rowGapMobile\":20,\"columnGapDesktop\":0} -->\n<div class=\"wp-block-uagb-container uagb-block-4fa78f1c\"><!-- wp:uagb/advanced-heading {\"block_id\":\"cadc8ec2\",\"classMigrate\":true,\"headingDescToggle\":true,\"subHeadingColor\":\"\",\"headSpace\":20,\"subHeadFontSize\":16} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-cadc8ec2\"><h2 class=\"uagb-heading-text\">Come &amp; Stay With Us​ at The Barn </h2><p class=\"uagb-desc-text\">This is an open-plan unit with lots of windows with a raised king bed on a platform with 4 steps facing the TV and the mountains. &nbsp;&nbsp;It has a separate bathroom with a large walk-in shower and an oval spa bath. The unit has sliding glass doors opening onto a large patio with a brick braai and comfortable outside furniture. &nbsp;It has a small enclosed garden.</p></div>\n<!-- /wp:uagb/advanced-heading --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:heading -->\n<h2>The bedroom </h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>This room contains the following: </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list -->\n<ul><!-- wp:list-item -->\n<li>King bed with electric blanket</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Electric heater</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Stand fan</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Hair dryer &amp; dressing gowns</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Good quality linen</li>\n<!-- /wp:list-item --></ul>\n<!-- /wp:list --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":955,\"width\":500,\"height\":334,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full is-resized\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAAJDNlZGQ1OWVmLThiZmMtNDJhNC05MjI1LTVjZGE5NDA4YjA0NA.png\" alt=\"\" class=\"wp-image-955\" width=\"500\" height=\"334\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":969,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAAJDYxYzlmY2U0LWJiMGMtNGU4My04YzA3LWZhZGFkODdiOWJhYQ-1.png\" alt=\"The barn\'s bathroom \" class=\"wp-image-969\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:heading -->\n<h2>The bathroom</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>This room contains the following</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list -->\n<ul><!-- wp:list-item -->\n<li>Large walk-in shower</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Oval spa bath with 6 jets</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Bubble bath and candles</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Soap, toiletries, and towels</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Separate toilet - <em>toilet paper provided</em></li>\n<!-- /wp:list-item --></ul>\n<!-- /wp:list --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:heading -->\n<h2>The Lounge</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>This room contains the following: </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list -->\n<ul><!-- wp:list-item -->\n<li>Log fireplace</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>2 seater upholstered recliner settee</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>TV (DSTV - commercial bouquet with Sports, news, movies, Mnet, SABC 1,2 3 and Etv, and other channels)</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>DVD player</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Breakfast table cafe style and 2 chairs</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Books and playing cards</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Glass sliding door out to the patio</li>\n<!-- /wp:list-item --></ul>\n<!-- /wp:list --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":956,\"width\":500,\"height\":334,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full is-resized\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAAJDM0ZDZlYzYxLWY2YTgtNDAzYS1hMGMwLTRiMDFkZTk3ODNjZA-1.png\" alt=\"\" class=\"wp-image-956\" width=\"500\" height=\"334\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":963,\"width\":500,\"height\":334,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full is-resized\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAAJGZiMDU2OTJhLTI1YmYtNDFlOS05YzhlLTM1MDc2OTVlZmEwNA.png\" alt=\"\" class=\"wp-image-963\" width=\"500\" height=\"334\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:heading -->\n<h2>The kitchen</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>This room contains the following</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list -->\n<ul><!-- wp:list-item -->\n<li>4 plate gas stove and oven</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Microwave oven, kettle, toaster, filter coffee plunger</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Fridge with top freezer compartment</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Pots, pans, cutlery, crockery, wine &amp; champagne glasses</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>All kitchen utensils</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Ironing board and iron</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>All cleaning cloths and detergents and washing up liquid</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Paper towel</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Braai tongs</li>\n<!-- /wp:list-item --></ul>\n<!-- /wp:list --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:heading -->\n<h2>The large patio with <br>mountain views</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>This room contains the following: </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list -->\n<ul><!-- wp:list-item -->\n<li>Chairs with cushions</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Glass table</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Brick braai</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Decorative lighting</li>\n<!-- /wp:list-item --></ul>\n<!-- /wp:list --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":1007,\"width\":500,\"height\":334,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full is-resized\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAAJDg5NmY0ZGUxLWE4MTgtNDY5NC1iODFhLTBmN2Q0ZDc5ZWFiNw-1.png\" alt=\"\" class=\"wp-image-1007\" width=\"500\" height=\"334\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:heading {\"textAlign\":\"center\"} -->\n<h2 class=\"has-text-align-center\">Book your stay </h2>\n<!-- /wp:heading -->\n\n<!-- wp:buttons -->\n<div class=\"wp-block-buttons\"><!-- wp:button {\"align\":\"center\"} -->\n<div class=\"wp-block-button aligncenter\"><a class=\"wp-block-button__link wp-element-button\" href=\"https://book.nightsbridge.com/11065\" target=\"_blank\" rel=\"noreferrer noopener\">Reservations</a></div>\n<!-- /wp:button -->\n\n<!-- wp:button /--></div>\n<!-- /wp:buttons --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"1612ab92\",\"innerContentCustomWidthDesktop\":781,\"innerContentCustomWidthTablet\":781,\"backgroundType\":\"image\",\"backgroundImageDesktop\":{\"uploading\":false,\"date\":1670943271000,\"filename\":\"AAEAAQAAAAAAAAAAAAAA39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba.png\",\"menuOrder\":0,\"uploadedTo\":761,\"type\":\"image\",\"subtype\":\"png\",\"id\":899,\"title\":\"AAEAAQAAAAAAAAAAAAAA39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAA39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba.png\",\"link\":\"https://blueroan.netgen.cloud/accommodation/aaeaaqaaaaaaaaaaaaaa39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba/\",\"alt\":\"\",\"author\":\"2\",\"description\":\"\",\"caption\":\"\",\"name\":\"aaeaaqaaaaaaaaaaaaaa39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba\",\"status\":\"inherit\",\"modified\":1670943271000,\"mime\":\"image/png\",\"icon\":\"https://blueroan.netgen.cloud/wp-includes/images/media/default.png\",\"dateFormatted\":\"December 13, 2022\",\"nonces\":{\"update\":\"45b2b6c69b\",\"delete\":\"75d81c42ab\",\"edit\":\"88fae030a9\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=899\\u0026action=edit\",\"meta\":false,\"authorName\":\"Netgen Support\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/profile.php\",\"uploadedToTitle\":\"Accommodation\",\"uploadedToLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=761\\u0026action=edit\",\"filesizeInBytes\":2338048,\"filesizeHumanReadable\":\"2 MB\",\"context\":\"\",\"height\":900,\"width\":1200,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAA39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba-150x150.png\",\"orientation\":\"landscape\"},\"medium\":{\"height\":225,\"width\":300,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAA39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba-300x225.png\",\"orientation\":\"landscape\"},\"large\":{\"height\":768,\"width\":1024,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAA39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba-1024x768.png\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAA39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba.png\",\"height\":900,\"width\":1200,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"backgroundImageColor\":\"rgba(42,42,42,0.65)\",\"topPaddingDesktop\":144,\"bottomPaddingDesktop\":144,\"leftPaddingDesktop\":40,\"rightPaddingDesktop\":40,\"topPaddingTablet\":80,\"bottomPaddingTablet\":80,\"leftPaddingTablet\":40,\"rightPaddingTablet\":40,\"topPaddingMobile\":64,\"bottomPaddingMobile\":64,\"leftPaddingMobile\":24,\"rightPaddingMobile\":24,\"paddingLink\":false,\"variationSelected\":true,\"isBlockRootParent\":true,\"overlayType\":\"color\"} -->\n<div class=\"wp-block-uagb-container uagb-block-1612ab92 alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/advanced-heading {\"block_id\":\"0b1ac744\",\"classMigrate\":true,\"headingDescToggle\":true,\"headingAlign\":\"center\",\"headingColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"subHeadingColor\":\"var(\\u002d\\u002dast-global-color-4)\",\"headSpace\":20} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-0b1ac744\"><h2 class=\"uagb-heading-text\">Plan an Unforgettable Experience at<br>Blue Roan!</h2><p class=\"uagb-desc-text\">We can help you fit your stay and experience within your allotted budget.</p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/advanced-heading {\"block_id\":\"04801cf7\",\"classMigrate\":true,\"headingTitleToggle\":false,\"headingDescToggle\":true,\"headingAlign\":\"center\",\"subHeadingColor\":\"var(\\u002d\\u002dast-global-color-4)\",\"subHeadTransform\":\"uppercase\",\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"subHeadLetterSpacing\":2,\"blockTopPadding\":60,\"blockRightPadding\":0,\"blockLeftPadding\":0,\"blockBottomPadding\":0,\"blockTopPaddingMobile\":30,\"blockRightPaddingMobile\":0,\"blockLeftPaddingMobile\":0,\"blockBottomPaddingMobile\":0,\"linkColor\":\"var(\\u002d\\u002dast-global-color-8)\",\"linkHColor\":\"var(\\u002d\\u002dast-global-color-1)\"} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-04801cf7\"><p class=\"uagb-desc-text\"><a href=\"https://book.nightsbridge.com/11065\" target=\"_blank\" rel=\"noreferrer noopener\">BOOK YOUR STAY NOW​<br></a></p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/icon-list {\"block_id\":\"68d4f6ef\",\"classMigrate\":true,\"childMigrate\":true,\"align\":\"center\",\"parentIcon\":\"phone\",\"size\":40,\"sizeMobile\":24,\"sizeTablet\":32,\"fontSize\":48,\"fontSizeMobile\":28,\"fontSizeTablet\":40,\"fontWeight\":\"600\",\"iconColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"labelColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"blockTopPadding\":0,\"blockRightPadding\":0,\"blockLeftPadding\":0,\"blockBottomPadding\":24,\"blockPaddingLink\":false} -->\n<div class=\"wp-block-uagb-icon-list uagb-block-68d4f6ef\"><div class=\"uagb-icon-list__wrap\"><!-- wp:uagb/icon-list-child {\"block_id\":\"e75444dc\",\"label\":\" + 27 (0) 82 575 5409\",\"label_color\":\"\",\"link\":\"tel:+27825755409\",\"disableLink\":true,\"fromParentIcon\":\"phone\",\"imageSizeChild\":40} -->\n<div class=\"wp-block-uagb-icon-list-child uagb-block-e75444dc\"><a target=\"_self\" aria-label=\" + 27 (0) 82 575 5409\" rel=\"noopener noreferrer\" href=\"tel:+27825755409\"> </a><span class=\"uagb-icon-list__source-wrap\"><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M511.2 387l-23.25 100.8c-3.266 14.25-15.79 24.22-30.46 24.22C205.2 512 0 306.8 0 54.5c0-14.66 9.969-27.2 24.22-30.45l100.8-23.25C139.7-2.602 154.7 5.018 160.8 18.92l46.52 108.5c5.438 12.78 1.77 27.67-8.98 36.45L144.5 207.1c33.98 69.22 90.26 125.5 159.5 159.5l44.08-53.8c8.688-10.78 23.69-14.51 36.47-8.975l108.5 46.51C506.1 357.2 514.6 372.4 511.2 387z\"></path></svg></span><span class=\"uagb-icon-list__label\"> + 27 (0) 82 575 5409</span></div>\n<!-- /wp:uagb/icon-list-child -->\n\n<!-- wp:uagb/icon-list-child {\"block_id\":\"041e675b\",\"label\":\"blueroan@ugo.co.za\",\"icon\":\"envelope\",\"label_color\":\"\",\"link\":\"mailto:blueroan@ugo.co.za\",\"disableLink\":true,\"fromParentIcon\":\"phone\",\"imageSizeChild\":40} -->\n<div class=\"wp-block-uagb-icon-list-child uagb-block-041e675b\"><a target=\"_self\" aria-label=\"blueroan@ugo.co.za\" rel=\"noopener noreferrer\" href=\"mailto:blueroan@ugo.co.za\"> </a><span class=\"uagb-icon-list__source-wrap\"><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M464 64C490.5 64 512 85.49 512 112C512 127.1 504.9 141.3 492.8 150.4L275.2 313.6C263.8 322.1 248.2 322.1 236.8 313.6L19.2 150.4C7.113 141.3 0 127.1 0 112C0 85.49 21.49 64 48 64H464zM217.6 339.2C240.4 356.3 271.6 356.3 294.4 339.2L512 176V384C512 419.3 483.3 448 448 448H64C28.65 448 0 419.3 0 384V176L217.6 339.2z\"></path></svg></span><span class=\"uagb-icon-list__label\">blueroan@ugo.co.za</span></div>\n<!-- /wp:uagb/icon-list-child --></div></div>\n<!-- /wp:uagb/icon-list --></div></div>\n<!-- /wp:uagb/container -->',	'The Barn',	'',	'inherit',	'closed',	'closed',	'',	'948-revision-v1',	'',	'',	'2022-12-14 15:28:55',	'2022-12-14 15:28:55',	'',	948,	'https://blueroan.netgen.cloud/?p=1132',	0,	'revision',	'',	0),
(1133,	2,	'2022-12-14 15:29:31',	'2022-12-14 15:29:31',	'<!-- wp:uagb/container {\"block_id\":\"846fb7ac\",\"backgroundType\":\"image\",\"backgroundImageDesktop\":{\"id\":863,\"title\":\"blue-roan-guest-farm (10)\",\"filename\":\"blue-roan-guest-farm-10.jpg\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-10.jpg\",\"link\":\"https://blueroan.netgen.cloud/accommodation/blue-roan-guest-farm-10/\",\"alt\":\"\",\"author\":\"2\",\"description\":\"\",\"caption\":\"\",\"name\":\"blue-roan-guest-farm-10\",\"status\":\"inherit\",\"uploadedTo\":761,\"date\":\"2022-12-13T13:04:34.000Z\",\"modified\":\"2022-12-13T13:04:34.000Z\",\"menuOrder\":0,\"mime\":\"image/jpeg\",\"type\":\"image\",\"subtype\":\"jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-includes/images/media/default.png\",\"dateFormatted\":\"December 13, 2022\",\"nonces\":{\"update\":\"d5ed6f1c8f\",\"delete\":\"06e9e4c7ca\",\"edit\":\"1bf84c7813\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=863\\u0026action=edit\",\"meta\":false,\"authorName\":\"Netgen Support\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/profile.php\",\"uploadedToTitle\":\"Accommodation\",\"uploadedToLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=761\\u0026action=edit\",\"filesizeInBytes\":149768,\"filesizeHumanReadable\":\"146 KB\",\"context\":\"\",\"height\":667,\"width\":1000,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-10-150x150.jpg\",\"orientation\":\"landscape\"},\"medium\":{\"height\":200,\"width\":300,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-10-300x200.jpg\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-10.jpg\",\"height\":667,\"width\":1000,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"backgroundPositionDesktop\":{\"x\":0.47,\"y\":0.54},\"backgroundSizeTablet\":\"cover\",\"backgroundSizeMobile\":\"cover\",\"backgroundColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"backgroundImageColor\":\"rgba(42,42,42,0.5)\",\"topPaddingDesktop\":220,\"bottomPaddingDesktop\":150,\"topPaddingTablet\":170,\"bottomPaddingTablet\":160,\"leftPaddingTablet\":30,\"rightPaddingTablet\":30,\"topPaddingMobile\":180,\"bottomPaddingMobile\":80,\"leftPaddingMobile\":20,\"rightPaddingMobile\":20,\"paddingLink\":false,\"variationSelected\":true,\"isBlockRootParent\":true,\"overlayType\":\"color\"} -->\n<div class=\"wp-block-uagb-container uagb-block-846fb7ac alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/advanced-heading {\"block_id\":\"f47c3180\",\"classMigrate\":true,\"headingDescToggle\":true,\"headingColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"subHeadingColor\":\"var(\\u002d\\u002dast-global-color-4)\",\"headingTag\":\"h1\",\"headSpace\":20,\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"blockTopPadding\":0,\"blockRightPadding\":50,\"blockLeftPadding\":0,\"blockBottomPadding\":0,\"blockTopPaddingTablet\":0,\"blockRightPaddingTablet\":20,\"blockLeftPaddingTablet\":0,\"blockBottomPaddingTablet\":0,\"blockTopPaddingMobile\":0,\"blockRightPaddingMobile\":0,\"blockLeftPaddingMobile\":0,\"blockBottomPaddingMobile\":0,\"blockPaddingUnit\":\"%\",\"blockPaddingUnitTablet\":\"%\"} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-f47c3180\"><h1 class=\"uagb-heading-text\">The Barn</h1><p class=\"uagb-desc-text\">Our barn-style suite is characterized by exposed wood and rustic beams. A raised king bed on a platform faces the TV and the mountains in this open-concept suite with lots of windows for light.</p></div>\n<!-- /wp:uagb/advanced-heading --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"3c9e0e78\",\"backgroundType\":\"color\",\"backgroundSizeTablet\":\"cover\",\"backgroundSizeMobile\":\"cover\",\"backgroundColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"topPaddingDesktop\":120,\"bottomPaddingDesktop\":60,\"rightPaddingDesktop\":0,\"topPaddingTablet\":80,\"bottomPaddingTablet\":80,\"leftPaddingTablet\":30,\"rightPaddingTablet\":30,\"topPaddingMobile\":80,\"bottomPaddingMobile\":80,\"leftPaddingMobile\":20,\"rightPaddingMobile\":20,\"paddingLink\":false,\"variationSelected\":true,\"rowGapDesktop\":0,\"isBlockRootParent\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-3c9e0e78 alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/container {\"block_id\":\"1e12d38e\",\"directionDesktop\":\"row\",\"alignItemsDesktop\":\"flex-end\",\"alignItemsTablet\":\"flex-end\",\"justifyContentDesktop\":\"flex-end\",\"justifyContentTablet\":\"space-between\",\"variationSelected\":true,\"rowGapMobile\":20,\"columnGapDesktop\":0} -->\n<div class=\"wp-block-uagb-container uagb-block-1e12d38e\"><!-- wp:uagb/advanced-heading {\"block_id\":\"86f6472b\",\"classMigrate\":true,\"headingDescToggle\":true,\"subHeadingColor\":\"\",\"headSpace\":20,\"subHeadFontSize\":16} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-86f6472b\"><h2 class=\"uagb-heading-text\">Come &amp; Stay With Us​ at The Barn </h2><p class=\"uagb-desc-text\">This is an open-plan unit with lots of windows with a raised king bed on a platform with 4 steps facing the TV and the mountains. &nbsp;&nbsp;It has a separate bathroom with a large walk-in shower and an oval spa bath. The unit has sliding glass doors opening onto a large patio with a brick braai and comfortable outside furniture. &nbsp;It has a small enclosed garden.</p></div>\n<!-- /wp:uagb/advanced-heading --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:heading -->\n<h2>The bedroom </h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>This room contains the following: </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list -->\n<ul><!-- wp:list-item -->\n<li>King bed with electric blanket</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Electric heater</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Stand fan</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Hair dryer &amp; dressing gowns</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Good quality linen</li>\n<!-- /wp:list-item --></ul>\n<!-- /wp:list --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":955,\"width\":500,\"height\":334,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full is-resized\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAAJDNlZGQ1OWVmLThiZmMtNDJhNC05MjI1LTVjZGE5NDA4YjA0NA.png\" alt=\"\" class=\"wp-image-955\" width=\"500\" height=\"334\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":969,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAAJDYxYzlmY2U0LWJiMGMtNGU4My04YzA3LWZhZGFkODdiOWJhYQ-1.png\" alt=\"The barn\'s bathroom \" class=\"wp-image-969\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:heading -->\n<h2>The bathroom</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>This room contains the following</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list -->\n<ul><!-- wp:list-item -->\n<li>Large walk-in shower</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Oval spa bath with 6 jets</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Bubble bath and candles</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Soap, toiletries, and towels</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Separate toilet - <em>toilet paper provided</em></li>\n<!-- /wp:list-item --></ul>\n<!-- /wp:list --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:heading -->\n<h2>The Lounge</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>This room contains the following: </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list -->\n<ul><!-- wp:list-item -->\n<li>Log fireplace</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>2 seater upholstered recliner settee</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>TV (DSTV - commercial bouquet with Sports, news, movies, Mnet, SABC 1,2 3 and Etv, and other channels)</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>DVD player</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Breakfast table cafe style and 2 chairs</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Books and playing cards</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Glass sliding door out to the patio</li>\n<!-- /wp:list-item --></ul>\n<!-- /wp:list --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":956,\"width\":500,\"height\":334,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full is-resized\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAAJDM0ZDZlYzYxLWY2YTgtNDAzYS1hMGMwLTRiMDFkZTk3ODNjZA-1.png\" alt=\"\" class=\"wp-image-956\" width=\"500\" height=\"334\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":963,\"width\":500,\"height\":334,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full is-resized\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAAJGZiMDU2OTJhLTI1YmYtNDFlOS05YzhlLTM1MDc2OTVlZmEwNA.png\" alt=\"\" class=\"wp-image-963\" width=\"500\" height=\"334\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:heading -->\n<h2>The kitchen</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>This room contains the following</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list -->\n<ul><!-- wp:list-item -->\n<li>4 plate gas stove and oven</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Microwave oven, kettle, toaster, filter coffee plunger</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Fridge with top freezer compartment</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Pots, pans, cutlery, crockery, wine &amp; champagne glasses</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>All kitchen utensils</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Ironing board and iron</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>All cleaning cloths and detergents and washing up liquid</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Paper towel</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Braai tongs</li>\n<!-- /wp:list-item --></ul>\n<!-- /wp:list --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:heading -->\n<h2>The large patio with <br>mountain views</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>This room contains the following: </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list -->\n<ul><!-- wp:list-item -->\n<li>Chairs with cushions</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Glass table</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Brick braai</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Decorative lighting</li>\n<!-- /wp:list-item --></ul>\n<!-- /wp:list --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":1007,\"width\":500,\"height\":334,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full is-resized\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAAJDg5NmY0ZGUxLWE4MTgtNDY5NC1iODFhLTBmN2Q0ZDc5ZWFiNw-1.png\" alt=\"\" class=\"wp-image-1007\" width=\"500\" height=\"334\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:heading {\"textAlign\":\"center\"} -->\n<h2 class=\"has-text-align-center\">Book your stay </h2>\n<!-- /wp:heading -->\n\n<!-- wp:buttons -->\n<div class=\"wp-block-buttons\"><!-- wp:button {\"align\":\"center\"} -->\n<div class=\"wp-block-button aligncenter\"><a class=\"wp-block-button__link wp-element-button\" href=\"https://book.nightsbridge.com/11065\" target=\"_blank\" rel=\"noreferrer noopener\">Reservations</a></div>\n<!-- /wp:button -->\n\n<!-- wp:button /--></div>\n<!-- /wp:buttons --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"9a4bf781\",\"innerContentCustomWidthDesktop\":781,\"innerContentCustomWidthTablet\":781,\"backgroundType\":\"image\",\"backgroundImageDesktop\":{\"uploading\":false,\"date\":1670943271000,\"filename\":\"AAEAAQAAAAAAAAAAAAAA39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba.png\",\"menuOrder\":0,\"uploadedTo\":761,\"type\":\"image\",\"subtype\":\"png\",\"id\":899,\"title\":\"AAEAAQAAAAAAAAAAAAAA39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAA39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba.png\",\"link\":\"https://blueroan.netgen.cloud/accommodation/aaeaaqaaaaaaaaaaaaaa39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba/\",\"alt\":\"\",\"author\":\"2\",\"description\":\"\",\"caption\":\"\",\"name\":\"aaeaaqaaaaaaaaaaaaaa39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba\",\"status\":\"inherit\",\"modified\":1670943271000,\"mime\":\"image/png\",\"icon\":\"https://blueroan.netgen.cloud/wp-includes/images/media/default.png\",\"dateFormatted\":\"December 13, 2022\",\"nonces\":{\"update\":\"45b2b6c69b\",\"delete\":\"75d81c42ab\",\"edit\":\"88fae030a9\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=899\\u0026action=edit\",\"meta\":false,\"authorName\":\"Netgen Support\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/profile.php\",\"uploadedToTitle\":\"Accommodation\",\"uploadedToLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=761\\u0026action=edit\",\"filesizeInBytes\":2338048,\"filesizeHumanReadable\":\"2 MB\",\"context\":\"\",\"height\":900,\"width\":1200,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAA39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba-150x150.png\",\"orientation\":\"landscape\"},\"medium\":{\"height\":225,\"width\":300,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAA39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba-300x225.png\",\"orientation\":\"landscape\"},\"large\":{\"height\":768,\"width\":1024,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAA39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba-1024x768.png\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAA39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba.png\",\"height\":900,\"width\":1200,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"backgroundImageColor\":\"rgba(42,42,42,0.65)\",\"topPaddingDesktop\":144,\"bottomPaddingDesktop\":144,\"leftPaddingDesktop\":40,\"rightPaddingDesktop\":40,\"topPaddingTablet\":80,\"bottomPaddingTablet\":80,\"leftPaddingTablet\":40,\"rightPaddingTablet\":40,\"topPaddingMobile\":64,\"bottomPaddingMobile\":64,\"leftPaddingMobile\":24,\"rightPaddingMobile\":24,\"paddingLink\":false,\"variationSelected\":true,\"isBlockRootParent\":true,\"overlayType\":\"color\"} -->\n<div class=\"wp-block-uagb-container uagb-block-9a4bf781 alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/advanced-heading {\"block_id\":\"332e4acd\",\"classMigrate\":true,\"headingDescToggle\":true,\"headingAlign\":\"center\",\"headingColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"subHeadingColor\":\"var(\\u002d\\u002dast-global-color-4)\",\"headSpace\":20} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-332e4acd\"><h2 class=\"uagb-heading-text\">Plan an Unforgettable Experience at<br>Blue Roan!</h2><p class=\"uagb-desc-text\">We can help you fit your stay and experience within your allotted budget.</p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/advanced-heading {\"block_id\":\"7334661d\",\"classMigrate\":true,\"headingTitleToggle\":false,\"headingDescToggle\":true,\"headingAlign\":\"center\",\"subHeadingColor\":\"var(\\u002d\\u002dast-global-color-4)\",\"subHeadTransform\":\"uppercase\",\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"subHeadLetterSpacing\":2,\"blockTopPadding\":60,\"blockRightPadding\":0,\"blockLeftPadding\":0,\"blockBottomPadding\":0,\"blockTopPaddingMobile\":30,\"blockRightPaddingMobile\":0,\"blockLeftPaddingMobile\":0,\"blockBottomPaddingMobile\":0,\"linkColor\":\"var(\\u002d\\u002dast-global-color-8)\",\"linkHColor\":\"var(\\u002d\\u002dast-global-color-1)\"} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-7334661d\"><p class=\"uagb-desc-text\"><a href=\"https://book.nightsbridge.com/11065\" target=\"_blank\" rel=\"noreferrer noopener\">BOOK YOUR STAY NOW​<br></a></p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/icon-list {\"block_id\":\"35546ea9\",\"classMigrate\":true,\"childMigrate\":true,\"align\":\"center\",\"parentIcon\":\"phone\",\"size\":40,\"sizeMobile\":24,\"sizeTablet\":32,\"fontSize\":48,\"fontSizeMobile\":28,\"fontSizeTablet\":40,\"fontWeight\":\"600\",\"iconColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"labelColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"blockTopPadding\":0,\"blockRightPadding\":0,\"blockLeftPadding\":0,\"blockBottomPadding\":24,\"blockPaddingLink\":false} -->\n<div class=\"wp-block-uagb-icon-list uagb-block-35546ea9\"><div class=\"uagb-icon-list__wrap\"><!-- wp:uagb/icon-list-child {\"block_id\":\"d95bf23a\",\"label\":\" + 27 (0) 82 575 5409\",\"label_color\":\"\",\"link\":\"tel:+27825755409\",\"disableLink\":true,\"fromParentIcon\":\"phone\",\"imageSizeChild\":40} -->\n<div class=\"wp-block-uagb-icon-list-child uagb-block-d95bf23a\"><a target=\"_self\" aria-label=\" + 27 (0) 82 575 5409\" rel=\"noopener noreferrer\" href=\"tel:+27825755409\"> </a><span class=\"uagb-icon-list__source-wrap\"><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M511.2 387l-23.25 100.8c-3.266 14.25-15.79 24.22-30.46 24.22C205.2 512 0 306.8 0 54.5c0-14.66 9.969-27.2 24.22-30.45l100.8-23.25C139.7-2.602 154.7 5.018 160.8 18.92l46.52 108.5c5.438 12.78 1.77 27.67-8.98 36.45L144.5 207.1c33.98 69.22 90.26 125.5 159.5 159.5l44.08-53.8c8.688-10.78 23.69-14.51 36.47-8.975l108.5 46.51C506.1 357.2 514.6 372.4 511.2 387z\"></path></svg></span><span class=\"uagb-icon-list__label\"> + 27 (0) 82 575 5409</span></div>\n<!-- /wp:uagb/icon-list-child -->\n\n<!-- wp:uagb/icon-list-child {\"block_id\":\"a5fd2fad\",\"label\":\"blueroan@ugo.co.za\",\"icon\":\"envelope\",\"label_color\":\"\",\"link\":\"mailto:blueroan@ugo.co.za\",\"disableLink\":true,\"fromParentIcon\":\"phone\",\"imageSizeChild\":40} -->\n<div class=\"wp-block-uagb-icon-list-child uagb-block-a5fd2fad\"><a target=\"_self\" aria-label=\"blueroan@ugo.co.za\" rel=\"noopener noreferrer\" href=\"mailto:blueroan@ugo.co.za\"> </a><span class=\"uagb-icon-list__source-wrap\"><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M464 64C490.5 64 512 85.49 512 112C512 127.1 504.9 141.3 492.8 150.4L275.2 313.6C263.8 322.1 248.2 322.1 236.8 313.6L19.2 150.4C7.113 141.3 0 127.1 0 112C0 85.49 21.49 64 48 64H464zM217.6 339.2C240.4 356.3 271.6 356.3 294.4 339.2L512 176V384C512 419.3 483.3 448 448 448H64C28.65 448 0 419.3 0 384V176L217.6 339.2z\"></path></svg></span><span class=\"uagb-icon-list__label\">blueroan@ugo.co.za</span></div>\n<!-- /wp:uagb/icon-list-child --></div></div>\n<!-- /wp:uagb/icon-list --></div></div>\n<!-- /wp:uagb/container -->',	'The Barn',	'',	'inherit',	'closed',	'closed',	'',	'948-revision-v1',	'',	'',	'2022-12-14 15:29:31',	'2022-12-14 15:29:31',	'',	948,	'https://blueroan.netgen.cloud/?p=1133',	0,	'revision',	'',	0),
(1134,	2,	'2022-12-14 15:30:02',	'2022-12-14 15:30:02',	'<!-- wp:uagb/container {\"block_id\":\"e6cc1230\",\"backgroundType\":\"image\",\"backgroundImageDesktop\":{\"id\":863,\"title\":\"blue-roan-guest-farm (10)\",\"filename\":\"blue-roan-guest-farm-10.jpg\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-10.jpg\",\"link\":\"https://blueroan.netgen.cloud/accommodation/blue-roan-guest-farm-10/\",\"alt\":\"\",\"author\":\"2\",\"description\":\"\",\"caption\":\"\",\"name\":\"blue-roan-guest-farm-10\",\"status\":\"inherit\",\"uploadedTo\":761,\"date\":\"2022-12-13T13:04:34.000Z\",\"modified\":\"2022-12-13T13:04:34.000Z\",\"menuOrder\":0,\"mime\":\"image/jpeg\",\"type\":\"image\",\"subtype\":\"jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-includes/images/media/default.png\",\"dateFormatted\":\"December 13, 2022\",\"nonces\":{\"update\":\"d5ed6f1c8f\",\"delete\":\"06e9e4c7ca\",\"edit\":\"1bf84c7813\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=863\\u0026action=edit\",\"meta\":false,\"authorName\":\"Netgen Support\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/profile.php\",\"uploadedToTitle\":\"Accommodation\",\"uploadedToLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=761\\u0026action=edit\",\"filesizeInBytes\":149768,\"filesizeHumanReadable\":\"146 KB\",\"context\":\"\",\"height\":667,\"width\":1000,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-10-150x150.jpg\",\"orientation\":\"landscape\"},\"medium\":{\"height\":200,\"width\":300,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-10-300x200.jpg\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-10.jpg\",\"height\":667,\"width\":1000,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"backgroundPositionDesktop\":{\"x\":0.47,\"y\":0.54},\"backgroundSizeTablet\":\"cover\",\"backgroundSizeMobile\":\"cover\",\"backgroundColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"backgroundImageColor\":\"rgba(42,42,42,0.5)\",\"topPaddingDesktop\":220,\"bottomPaddingDesktop\":150,\"topPaddingTablet\":170,\"bottomPaddingTablet\":160,\"leftPaddingTablet\":30,\"rightPaddingTablet\":30,\"topPaddingMobile\":180,\"bottomPaddingMobile\":80,\"leftPaddingMobile\":20,\"rightPaddingMobile\":20,\"paddingLink\":false,\"variationSelected\":true,\"isBlockRootParent\":true,\"overlayType\":\"color\"} -->\n<div class=\"wp-block-uagb-container uagb-block-e6cc1230 alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/advanced-heading {\"block_id\":\"1568b908\",\"classMigrate\":true,\"headingDescToggle\":true,\"headingColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"subHeadingColor\":\"var(\\u002d\\u002dast-global-color-4)\",\"headingTag\":\"h1\",\"headSpace\":20,\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"blockTopPadding\":0,\"blockRightPadding\":50,\"blockLeftPadding\":0,\"blockBottomPadding\":0,\"blockTopPaddingTablet\":0,\"blockRightPaddingTablet\":20,\"blockLeftPaddingTablet\":0,\"blockBottomPaddingTablet\":0,\"blockTopPaddingMobile\":0,\"blockRightPaddingMobile\":0,\"blockLeftPaddingMobile\":0,\"blockBottomPaddingMobile\":0,\"blockPaddingUnit\":\"%\",\"blockPaddingUnitTablet\":\"%\"} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-1568b908\"><h1 class=\"uagb-heading-text\">The Barn</h1><p class=\"uagb-desc-text\">Our barn-style suite is characterized by exposed wood and rustic beams. A raised king bed on a platform faces the TV and the mountains in this open-concept suite with lots of windows for light.</p></div>\n<!-- /wp:uagb/advanced-heading --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"c9dc53c8\",\"backgroundType\":\"color\",\"backgroundSizeTablet\":\"cover\",\"backgroundSizeMobile\":\"cover\",\"backgroundColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"topPaddingDesktop\":120,\"bottomPaddingDesktop\":60,\"rightPaddingDesktop\":0,\"topPaddingTablet\":80,\"bottomPaddingTablet\":80,\"leftPaddingTablet\":30,\"rightPaddingTablet\":30,\"topPaddingMobile\":80,\"bottomPaddingMobile\":80,\"leftPaddingMobile\":20,\"rightPaddingMobile\":20,\"paddingLink\":false,\"variationSelected\":true,\"rowGapDesktop\":0,\"isBlockRootParent\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-c9dc53c8 alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/container {\"block_id\":\"4f865d8d\",\"directionDesktop\":\"row\",\"alignItemsDesktop\":\"flex-end\",\"alignItemsTablet\":\"flex-end\",\"justifyContentDesktop\":\"flex-end\",\"justifyContentTablet\":\"space-between\",\"variationSelected\":true,\"rowGapMobile\":20,\"columnGapDesktop\":0} -->\n<div class=\"wp-block-uagb-container uagb-block-4f865d8d\"><!-- wp:uagb/advanced-heading {\"block_id\":\"a42b1b1c\",\"classMigrate\":true,\"headingDescToggle\":true,\"subHeadingColor\":\"\",\"headSpace\":20,\"subHeadFontSize\":16} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-a42b1b1c\"><h2 class=\"uagb-heading-text\">Come &amp; Stay With Us​ at The Barn </h2><p class=\"uagb-desc-text\">This is an open-plan unit with lots of windows with a raised king bed on a platform with 4 steps facing the TV and the mountains. &nbsp;&nbsp;It has a separate bathroom with a large walk-in shower and an oval spa bath. The unit has sliding glass doors opening onto a large patio with a brick braai and comfortable outside furniture. &nbsp;It has a small enclosed garden.</p></div>\n<!-- /wp:uagb/advanced-heading --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:heading -->\n<h2>The bedroom </h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>This room contains the following: </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list -->\n<ul><!-- wp:list-item -->\n<li>King bed with electric blanket</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Electric heater</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Stand fan</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Hair dryer &amp; dressing gowns</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Good quality linen</li>\n<!-- /wp:list-item --></ul>\n<!-- /wp:list --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":955,\"width\":500,\"height\":334,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full is-resized\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAAJDNlZGQ1OWVmLThiZmMtNDJhNC05MjI1LTVjZGE5NDA4YjA0NA.png\" alt=\"\" class=\"wp-image-955\" width=\"500\" height=\"334\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":969,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAAJDYxYzlmY2U0LWJiMGMtNGU4My04YzA3LWZhZGFkODdiOWJhYQ-1.png\" alt=\"The barn\'s bathroom \" class=\"wp-image-969\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:heading -->\n<h2>The bathroom</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>This room contains the following</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list -->\n<ul><!-- wp:list-item -->\n<li>Large walk-in shower</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Oval spa bath with 6 jets</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Bubble bath and candles</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Soap, toiletries, and towels</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Separate toilet - <em>toilet paper provided</em></li>\n<!-- /wp:list-item --></ul>\n<!-- /wp:list --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:heading -->\n<h2>The Lounge</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>This room contains the following: </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list -->\n<ul><!-- wp:list-item -->\n<li>Log fireplace</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>2 seater upholstered recliner settee</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>TV (DSTV - commercial bouquet with Sports, news, movies, Mnet, SABC 1,2 3 and Etv, and other channels)</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>DVD player</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Breakfast table cafe style and 2 chairs</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Books and playing cards</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Glass sliding door out to the patio</li>\n<!-- /wp:list-item --></ul>\n<!-- /wp:list --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":956,\"width\":500,\"height\":334,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full is-resized\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAAJDM0ZDZlYzYxLWY2YTgtNDAzYS1hMGMwLTRiMDFkZTk3ODNjZA-1.png\" alt=\"\" class=\"wp-image-956\" width=\"500\" height=\"334\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":963,\"width\":500,\"height\":334,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full is-resized\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAAJGZiMDU2OTJhLTI1YmYtNDFlOS05YzhlLTM1MDc2OTVlZmEwNA.png\" alt=\"\" class=\"wp-image-963\" width=\"500\" height=\"334\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:heading -->\n<h2>The kitchen</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>This room contains the following</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list -->\n<ul><!-- wp:list-item -->\n<li>4 plate gas stove and oven</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Microwave oven, kettle, toaster, filter coffee plunger</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Fridge with top freezer compartment</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Pots, pans, cutlery, crockery, wine &amp; champagne glasses</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>All kitchen utensils</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Ironing board and iron</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>All cleaning cloths and detergents and washing up liquid</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Paper towel</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Braai tongs</li>\n<!-- /wp:list-item --></ul>\n<!-- /wp:list --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:heading -->\n<h2>The large patio with <br>mountain views</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>This room contains the following: </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list -->\n<ul><!-- wp:list-item -->\n<li>Chairs with cushions</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Glass table</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Brick braai</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Decorative lighting</li>\n<!-- /wp:list-item --></ul>\n<!-- /wp:list --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":1007,\"width\":500,\"height\":334,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full is-resized\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAAJDg5NmY0ZGUxLWE4MTgtNDY5NC1iODFhLTBmN2Q0ZDc5ZWFiNw-1.png\" alt=\"\" class=\"wp-image-1007\" width=\"500\" height=\"334\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:heading {\"textAlign\":\"center\"} -->\n<h2 class=\"has-text-align-center\">Book your stay </h2>\n<!-- /wp:heading -->\n\n<!-- wp:buttons -->\n<div class=\"wp-block-buttons\"><!-- wp:button {\"align\":\"center\"} -->\n<div class=\"wp-block-button aligncenter\"><a class=\"wp-block-button__link wp-element-button\" href=\"https://book.nightsbridge.com/11065\" target=\"_blank\" rel=\"noreferrer noopener\">Reservations</a></div>\n<!-- /wp:button -->\n\n<!-- wp:button /--></div>\n<!-- /wp:buttons --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"fbb1ae14\",\"innerContentCustomWidthDesktop\":781,\"innerContentCustomWidthTablet\":781,\"backgroundType\":\"image\",\"backgroundImageDesktop\":{\"uploading\":false,\"date\":1670943271000,\"filename\":\"AAEAAQAAAAAAAAAAAAAA39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba.png\",\"menuOrder\":0,\"uploadedTo\":761,\"type\":\"image\",\"subtype\":\"png\",\"id\":899,\"title\":\"AAEAAQAAAAAAAAAAAAAA39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAA39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba.png\",\"link\":\"https://blueroan.netgen.cloud/accommodation/aaeaaqaaaaaaaaaaaaaa39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba/\",\"alt\":\"\",\"author\":\"2\",\"description\":\"\",\"caption\":\"\",\"name\":\"aaeaaqaaaaaaaaaaaaaa39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba\",\"status\":\"inherit\",\"modified\":1670943271000,\"mime\":\"image/png\",\"icon\":\"https://blueroan.netgen.cloud/wp-includes/images/media/default.png\",\"dateFormatted\":\"December 13, 2022\",\"nonces\":{\"update\":\"45b2b6c69b\",\"delete\":\"75d81c42ab\",\"edit\":\"88fae030a9\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=899\\u0026action=edit\",\"meta\":false,\"authorName\":\"Netgen Support\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/profile.php\",\"uploadedToTitle\":\"Accommodation\",\"uploadedToLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=761\\u0026action=edit\",\"filesizeInBytes\":2338048,\"filesizeHumanReadable\":\"2 MB\",\"context\":\"\",\"height\":900,\"width\":1200,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAA39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba-150x150.png\",\"orientation\":\"landscape\"},\"medium\":{\"height\":225,\"width\":300,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAA39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba-300x225.png\",\"orientation\":\"landscape\"},\"large\":{\"height\":768,\"width\":1024,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAA39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba-1024x768.png\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAA39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba.png\",\"height\":900,\"width\":1200,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"backgroundImageColor\":\"rgba(42,42,42,0.65)\",\"topPaddingDesktop\":144,\"bottomPaddingDesktop\":144,\"leftPaddingDesktop\":40,\"rightPaddingDesktop\":40,\"topPaddingTablet\":80,\"bottomPaddingTablet\":80,\"leftPaddingTablet\":40,\"rightPaddingTablet\":40,\"topPaddingMobile\":64,\"bottomPaddingMobile\":64,\"leftPaddingMobile\":24,\"rightPaddingMobile\":24,\"paddingLink\":false,\"variationSelected\":true,\"isBlockRootParent\":true,\"overlayType\":\"color\"} -->\n<div class=\"wp-block-uagb-container uagb-block-fbb1ae14 alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/advanced-heading {\"block_id\":\"e96f1bd0\",\"classMigrate\":true,\"headingDescToggle\":true,\"headingAlign\":\"center\",\"headingColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"subHeadingColor\":\"var(\\u002d\\u002dast-global-color-4)\",\"headSpace\":20} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-e96f1bd0\"><h2 class=\"uagb-heading-text\">Plan an Unforgettable Experience at<br>Blue Roan!</h2><p class=\"uagb-desc-text\">We can help you fit your stay and experience within your allotted budget.</p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/advanced-heading {\"block_id\":\"6a0ac21f\",\"classMigrate\":true,\"headingTitleToggle\":false,\"headingDescToggle\":true,\"headingAlign\":\"center\",\"subHeadingColor\":\"var(\\u002d\\u002dast-global-color-4)\",\"subHeadTransform\":\"uppercase\",\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"subHeadLetterSpacing\":2,\"blockTopPadding\":60,\"blockRightPadding\":0,\"blockLeftPadding\":0,\"blockBottomPadding\":0,\"blockTopPaddingMobile\":30,\"blockRightPaddingMobile\":0,\"blockLeftPaddingMobile\":0,\"blockBottomPaddingMobile\":0,\"linkColor\":\"var(\\u002d\\u002dast-global-color-8)\",\"linkHColor\":\"var(\\u002d\\u002dast-global-color-1)\"} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-6a0ac21f\"><p class=\"uagb-desc-text\"><a href=\"https://book.nightsbridge.com/11065\" target=\"_blank\" rel=\"noreferrer noopener\">BOOK YOUR STAY NOW​<br></a></p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/icon-list {\"block_id\":\"0434b81a\",\"classMigrate\":true,\"childMigrate\":true,\"align\":\"center\",\"parentIcon\":\"phone\",\"size\":40,\"sizeMobile\":24,\"sizeTablet\":32,\"fontSize\":48,\"fontSizeMobile\":28,\"fontSizeTablet\":40,\"fontWeight\":\"600\",\"iconColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"labelColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"blockTopPadding\":0,\"blockRightPadding\":0,\"blockLeftPadding\":0,\"blockBottomPadding\":24,\"blockPaddingLink\":false} -->\n<div class=\"wp-block-uagb-icon-list uagb-block-0434b81a\"><div class=\"uagb-icon-list__wrap\"><!-- wp:uagb/icon-list-child {\"block_id\":\"0c6185c9\",\"label\":\" + 27 (0) 82 575 5409\",\"label_color\":\"\",\"link\":\"tel:+27825755409\",\"disableLink\":true,\"fromParentIcon\":\"phone\",\"imageSizeChild\":40} -->\n<div class=\"wp-block-uagb-icon-list-child uagb-block-0c6185c9\"><a target=\"_self\" aria-label=\" + 27 (0) 82 575 5409\" rel=\"noopener noreferrer\" href=\"tel:+27825755409\"> </a><span class=\"uagb-icon-list__source-wrap\"><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M511.2 387l-23.25 100.8c-3.266 14.25-15.79 24.22-30.46 24.22C205.2 512 0 306.8 0 54.5c0-14.66 9.969-27.2 24.22-30.45l100.8-23.25C139.7-2.602 154.7 5.018 160.8 18.92l46.52 108.5c5.438 12.78 1.77 27.67-8.98 36.45L144.5 207.1c33.98 69.22 90.26 125.5 159.5 159.5l44.08-53.8c8.688-10.78 23.69-14.51 36.47-8.975l108.5 46.51C506.1 357.2 514.6 372.4 511.2 387z\"></path></svg></span><span class=\"uagb-icon-list__label\"> + 27 (0) 82 575 5409</span></div>\n<!-- /wp:uagb/icon-list-child -->\n\n<!-- wp:uagb/icon-list-child {\"block_id\":\"4641d8e8\",\"label\":\"blueroan@ugo.co.za\",\"icon\":\"envelope\",\"label_color\":\"\",\"link\":\"mailto:blueroan@ugo.co.za\",\"disableLink\":true,\"fromParentIcon\":\"phone\",\"imageSizeChild\":40} -->\n<div class=\"wp-block-uagb-icon-list-child uagb-block-4641d8e8\"><a target=\"_self\" aria-label=\"blueroan@ugo.co.za\" rel=\"noopener noreferrer\" href=\"mailto:blueroan@ugo.co.za\"> </a><span class=\"uagb-icon-list__source-wrap\"><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M464 64C490.5 64 512 85.49 512 112C512 127.1 504.9 141.3 492.8 150.4L275.2 313.6C263.8 322.1 248.2 322.1 236.8 313.6L19.2 150.4C7.113 141.3 0 127.1 0 112C0 85.49 21.49 64 48 64H464zM217.6 339.2C240.4 356.3 271.6 356.3 294.4 339.2L512 176V384C512 419.3 483.3 448 448 448H64C28.65 448 0 419.3 0 384V176L217.6 339.2z\"></path></svg></span><span class=\"uagb-icon-list__label\">blueroan@ugo.co.za</span></div>\n<!-- /wp:uagb/icon-list-child --></div></div>\n<!-- /wp:uagb/icon-list --></div></div>\n<!-- /wp:uagb/container -->',	'The Barn',	'',	'inherit',	'closed',	'closed',	'',	'948-revision-v1',	'',	'',	'2022-12-14 15:30:02',	'2022-12-14 15:30:02',	'',	948,	'https://blueroan.netgen.cloud/?p=1134',	0,	'revision',	'',	0),
(1135,	2,	'2022-12-14 15:31:21',	'2022-12-14 15:31:21',	'<!-- wp:uagb/container {\"block_id\":\"2a6c7de3\",\"backgroundType\":\"image\",\"backgroundImageDesktop\":{\"uploading\":false,\"date\":1670942633000,\"filename\":\"sun-coming-up.jpg\",\"menuOrder\":0,\"uploadedTo\":763,\"type\":\"image\",\"subtype\":\"jpeg\",\"id\":891,\"title\":\"sun-coming-up\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/sun-coming-up.jpg\",\"link\":\"https://blueroan.netgen.cloud/contact/sun-coming-up/\",\"alt\":\"\",\"author\":\"2\",\"description\":\"\",\"caption\":\"\",\"name\":\"sun-coming-up\",\"status\":\"inherit\",\"modified\":1670942633000,\"mime\":\"image/jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-includes/images/media/default.png\",\"dateFormatted\":\"December 13, 2022\",\"nonces\":{\"update\":\"0b6ba1e912\",\"delete\":\"ed9c1b4aaf\",\"edit\":\"102223bebb\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=891\\u0026action=edit\",\"meta\":false,\"authorName\":\"Netgen Support\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/profile.php\",\"uploadedToTitle\":\"Contact\",\"uploadedToLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=763\\u0026action=edit\",\"filesizeInBytes\":238877,\"filesizeHumanReadable\":\"233 KB\",\"context\":\"\",\"height\":800,\"width\":1200,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/sun-coming-up-150x150.jpg\",\"orientation\":\"landscape\"},\"medium\":{\"height\":200,\"width\":300,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/sun-coming-up-300x200.jpg\",\"orientation\":\"landscape\"},\"large\":{\"height\":683,\"width\":1024,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/sun-coming-up-1024x683.jpg\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/sun-coming-up.jpg\",\"height\":800,\"width\":1200,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"backgroundPositionDesktop\":{\"x\":0.6,\"y\":0.78},\"backgroundSizeTablet\":\"cover\",\"backgroundSizeMobile\":\"cover\",\"backgroundColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"backgroundImageColor\":\"rgba(42,42,42,0.5)\",\"topPaddingDesktop\":220,\"bottomPaddingDesktop\":150,\"topPaddingTablet\":170,\"bottomPaddingTablet\":160,\"leftPaddingTablet\":30,\"rightPaddingTablet\":30,\"topPaddingMobile\":180,\"bottomPaddingMobile\":80,\"leftPaddingMobile\":20,\"rightPaddingMobile\":20,\"paddingLink\":false,\"variationSelected\":true,\"isBlockRootParent\":true,\"overlayType\":\"color\"} -->\n<div class=\"wp-block-uagb-container uagb-block-2a6c7de3 alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/advanced-heading {\"block_id\":\"b095fb5d\",\"classMigrate\":true,\"headingDescToggle\":true,\"headingColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"subHeadingColor\":\"var(\\u002d\\u002dast-global-color-4)\",\"headingTag\":\"h1\",\"headSpace\":20,\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"blockTopPadding\":0,\"blockRightPadding\":50,\"blockLeftPadding\":0,\"blockBottomPadding\":0,\"blockTopPaddingTablet\":0,\"blockRightPaddingTablet\":20,\"blockLeftPaddingTablet\":0,\"blockBottomPaddingTablet\":0,\"blockTopPaddingMobile\":0,\"blockRightPaddingMobile\":0,\"blockLeftPaddingMobile\":0,\"blockBottomPaddingMobile\":0,\"blockPaddingUnit\":\"%\",\"blockPaddingUnitTablet\":\"%\"} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-b095fb5d\"><h1 class=\"uagb-heading-text\">Contact Us​</h1><p class=\"uagb-desc-text\">Do you want to enquire about our pricing, current offers and arrangements we can help you with? Give us a call or send in your concerns through the form below.</p></div>\n<!-- /wp:uagb/advanced-heading --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"456ab4a7\",\"directionDesktop\":\"row\",\"alignItemsDesktop\":\"flex-start\",\"backgroundType\":\"color\",\"backgroundSizeTablet\":\"cover\",\"backgroundSizeMobile\":\"cover\",\"backgroundColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"topPaddingDesktop\":100,\"bottomPaddingDesktop\":100,\"topPaddingTablet\":80,\"bottomPaddingTablet\":80,\"leftPaddingTablet\":30,\"rightPaddingTablet\":30,\"topPaddingMobile\":80,\"bottomPaddingMobile\":80,\"leftPaddingMobile\":20,\"rightPaddingMobile\":20,\"paddingLink\":false,\"variationSelected\":true,\"rowGapMobile\":50,\"columnGapDesktop\":0,\"isBlockRootParent\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-456ab4a7 alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/container {\"block_id\":\"71c79e60\",\"widthDesktop\":50,\"topPaddingDesktop\":30,\"rightPaddingDesktop\":100,\"topPaddingTablet\":30,\"paddingLink\":false,\"variationSelected\":true,\"rowGapDesktop\":0,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-71c79e60\"><!-- wp:uagb/advanced-heading {\"block_id\":\"e706e9c0\",\"classMigrate\":true,\"headingTag\":\"h6\",\"headSpace\":10} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-e706e9c0\"><h6 class=\"uagb-heading-text\">Reception Office​</h6></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/advanced-heading {\"block_id\":\"f24d1e20\",\"classMigrate\":true,\"headingTag\":\"h4\",\"headSpace\":0} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-f24d1e20\"><h4 class=\"uagb-heading-text\">2855 Nelsonville Rd, Boston, Massachusetts (MA), 40107​</h4></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/advanced-heading {\"block_id\":\"71b1d8f3\",\"classMigrate\":true,\"headingTag\":\"h6\",\"headSpace\":10,\"blockTopPadding\":35,\"blockRightPadding\":0,\"blockLeftPadding\":0,\"blockBottomPadding\":0} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-71b1d8f3\"><h6 class=\"uagb-heading-text\">Reception Hours​</h6></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/advanced-heading {\"block_id\":\"fae67443\",\"classMigrate\":true,\"headingTag\":\"h4\",\"headSpace\":0} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-fae67443\"><h4 class=\"uagb-heading-text\">7:30 AM - 11:00 PM​</h4></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/advanced-heading {\"block_id\":\"71aa452e\",\"classMigrate\":true,\"headingTag\":\"h6\",\"headSpace\":10,\"blockTopPadding\":35,\"blockRightPadding\":0,\"blockLeftPadding\":0,\"blockBottomPadding\":0} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-71aa452e\"><h6 class=\"uagb-heading-text\">Contact​</h6></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/advanced-heading {\"block_id\":\"0a9d7403\",\"classMigrate\":true,\"headingTag\":\"h4\",\"headSpace\":0} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-0a9d7403\"><h4 class=\"uagb-heading-text\">+1-123 456 7890​</h4></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/advanced-heading {\"block_id\":\"42b75c99\",\"classMigrate\":true,\"headingTag\":\"h4\",\"headSpace\":0,\"blockTopPadding\":10,\"blockRightPadding\":0,\"blockLeftPadding\":0,\"blockBottomPadding\":0} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-42b75c99\"><h4 class=\"uagb-heading-text\">contact@info.com​</h4></div>\n<!-- /wp:uagb/advanced-heading --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"8d09a1aa\",\"widthDesktop\":50,\"variationSelected\":true,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-8d09a1aa\"><!-- wp:wpforms/form-selector {\"formId\":\"369\"} /--></div>\n<!-- /wp:uagb/container --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"1b78abfc\",\"innerContentWidth\":\"alignfull\",\"variationSelected\":true,\"isBlockRootParent\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-1b78abfc alignfull uagb-is-root-container\"></div>\n<!-- /wp:uagb/container -->',	'Contact',	'',	'inherit',	'closed',	'closed',	'',	'763-revision-v1',	'',	'',	'2022-12-14 15:31:21',	'2022-12-14 15:31:21',	'',	763,	'https://blueroan.netgen.cloud/?p=1135',	0,	'revision',	'',	0),
(1138,	2,	'2022-12-14 15:35:01',	'2022-12-14 15:35:01',	'<!-- wp:cover {\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/sun-coming-up-1.jpg\",\"id\":1113,\"dimRatio\":0,\"overlayColor\":\"ast-global-color-1\",\"focalPoint\":{\"x\":0.44,\"y\":0.99},\"minHeight\":500,\"minHeightUnit\":\"px\",\"align\":\"full\"} -->\n<div class=\"wp-block-cover alignfull\" style=\"min-height:500px\"><span aria-hidden=\"true\" class=\"wp-block-cover__background has-ast-global-color-1-background-color has-background-dim-0 has-background-dim\"></span><img class=\"wp-block-cover__image-background wp-image-1113\" alt=\"\" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/sun-coming-up-1.jpg\" style=\"object-position:44% 99%\" data-object-fit=\"cover\" data-object-position=\"44% 99%\"/><div class=\"wp-block-cover__inner-container\"><!-- wp:spacer {\"height\":\"150px\"} -->\n<div style=\"height:150px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:columns {\"verticalAlignment\":\"bottom\",\"align\":\"wide\"} -->\n<div class=\"wp-block-columns alignwide are-vertically-aligned-bottom\"><!-- wp:column {\"verticalAlignment\":\"bottom\",\"width\":\"66.66%\"} -->\n<div class=\"wp-block-column is-vertically-aligned-bottom\" style=\"flex-basis:66.66%\"><!-- wp:heading {\"level\":1,\"textColor\":\"ast-global-color-5\"} -->\n<h1 class=\"has-ast-global-color-5-color has-text-color\">Frequently asked questions </h1>\n<!-- /wp:heading --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"verticalAlignment\":\"bottom\",\"width\":\"33.33%\"} -->\n<div class=\"wp-block-column is-vertically-aligned-bottom\" style=\"flex-basis:33.33%\"><!-- wp:heading {\"level\":3,\"textColor\":\"ast-global-color-5\",\"className\":\"faq-tel-no \"} -->\n<h3 class=\"faq-tel-no has-ast-global-color-5-color has-text-color\"><br><a href=\"tel:+27825755409\">+ 27 (0) 82 575 5409</a></h3>\n<!-- /wp:heading --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div></div>\n<!-- /wp:cover -->\n\n<!-- wp:uagb/container {\"block_id\":\"4f1e2261\",\"variationSelected\":true,\"isBlockRootParent\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-4f1e2261 alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:spacer {\"height\":\"45px\"} -->\n<div style=\"height:45px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:uagb/faq {\"block_id\":\"637b1190\",\"expandFirstItem\":false,\"boxBgType\":\"transparent\",\"boxBgColor\":\"#F5F5F5\",\"borderStyle\":\"\",\"borderWidth\":\"\",\"borderRadius\":\"\",\"borderColor\":\"\",\"vquestionPaddingDesktop\":15,\"hquestionPaddingDesktop\":15,\"iconAlign\":\"row-reverse\",\"schema\":\"{\\u0022@context\\u0022:\\u0022https://schema.org\\u0022,\\u0022@type\\u0022:\\u0022FAQPage\\u0022,\\u0022@id\\u0022:\\u0022https://blueroan.netgen.cloud/faqs/\\u0022,\\u0022mainEntity\\u0022:[{\\u0022@type\\u0022:\\u0022Question\\u0022,\\u0022name\\u0022:\\u0022\\u003cstrong\\u003eWhat is the check-in and check-out time?\\u003c/strong\\u003e\\u0022,\\u0022acceptedAnswer\\u0022:{\\u0022@type\\u0022:\\u0022Answer\\u0022,\\u0022text\\u0022:\\u0022Check-in after 14:00 and before 20:00\\u003cbr\\u003eCheck out by 10:00 am\\u0022}},{\\u0022@type\\u0022:\\u0022Question\\u0022,\\u0022name\\u0022:\\u0022\\u003cstrong\\u003eCan we stay later than the check-out time?\\u003c/strong\\u003e\\u0022,\\u0022acceptedAnswer\\u0022:{\\u0022@type\\u0022:\\u0022Answer\\u0022,\\u0022text\\u0022:\\u0022Please check with us. If we have no people waiting for your room, then you are welcome to stay later by arrangement.\\u0022}},{\\u0022@type\\u0022:\\u0022Question\\u0022,\\u0022name\\u0022:\\u0022\\u003cstrong\\u003eDo you accept credit or debit cards?\\u003c/strong\\u003e\\u0022,\\u0022acceptedAnswer\\u0022:{\\u0022@type\\u0022:\\u0022Answer\\u0022,\\u0022text\\u0022:\\u0022Yes, we accept credit cards and cheque cards but not debit cards.\\u003cbr\\u003e\\u0022}},{\\u0022@type\\u0022:\\u0022Question\\u0022,\\u0022name\\u0022:\\u0022\\u003cstrong\\u003eDo you serve meals?\\u003c/strong\\u003e\\u0022,\\u0022acceptedAnswer\\u0022:{\\u0022@type\\u0022:\\u0022Answer\\u0022,\\u0022text\\u0022:\\u0022No. However, we are close to many restaurants where a tasty and reasonably priced meal can be obtained.\\u0022}},{\\u0022@type\\u0022:\\u0022Question\\u0022,\\u0022name\\u0022:\\u0022\\u003cstrong\\u003eThis is a special date for me, a \\u003c/strong\\u003eBirthday, Anniversary,\\u003cstrong\\u003e or any other. Can you make it special for me?\\u003c/strong\\u003e\\u0022,\\u0022acceptedAnswer\\u0022:{\\u0022@type\\u0022:\\u0022Answer\\u0022,\\u0022text\\u0022:\\u0022Yes, just tell us about it and any special requests you have, and we will try and assist\\u0022}},{\\u0022@type\\u0022:\\u0022Question\\u0022,\\u0022name\\u0022:\\u0022\\u003cstrong\\u003eAre you pet friendly?\\u003c/strong\\u003e\\u0022,\\u0022acceptedAnswer\\u0022:{\\u0022@type\\u0022:\\u0022Answer\\u0022,\\u0022text\\u0022:\\u0022Yes by arrangement as the units have enclosed private gardens that can accommodate friendly dogs.  However, the Honeymoon suite and the Greek Villa are not used for pets.  Please ask for advice prior to your booking and please see the pet policy.\\u0022}}]}\",\"questionLeftPaddingDesktop\":15,\"questionBottomPaddingDesktop\":15,\"answerTopPadding\":0,\"answerRightPadding\":15,\"answerBottomPadding\":15,\"answerLeftPadding\":15,\"answerTopPaddingTablet\":10,\"answerRightPaddingTablet\":10,\"answerBottomPaddingTablet\":10,\"answerLeftPaddingTablet\":10,\"answerTopPaddingMobile\":10,\"answerRightPaddingMobile\":10,\"answerBottomPaddingMobile\":10,\"answerLeftPaddingMobile\":10,\"overallBorderTopWidth\":1,\"overallBorderLeftWidth\":1,\"overallBorderRightWidth\":1,\"overallBorderBottomWidth\":1,\"overallBorderTopLeftRadius\":2,\"overallBorderTopRightRadius\":2,\"overallBorderBottomLeftRadius\":2,\"overallBorderBottomRightRadius\":2,\"overallBorderStyle\":\"solid\",\"overallBorderColor\":\"#D2D2D2\"} -->\n<div class=\"wp-block-uagb-faq uagb-faq__outer-wrap uagb-block-637b1190 uagb-faq-icon-row-reverse uagb-faq-layout-accordion uagb-faq-expand-first-false uagb-faq-inactive-other-true uagb-faq__wrap uagb-buttons-layout-wrap uagb-faq-equal-height\" data-faqtoggle=\"true\" role=\"tablist\"><!-- wp:uagb/faq-child {\"block_id\":\"32b298e8\",\"question\":\"\\u003cstrong\\u003eWhat is the check-in and check-out time?\\u003c/strong\\u003e\",\"answer\":\"Check-in after 14:00 and before 20:00\\u003cbr\\u003eCheck out by 10:00 am\"} -->\n<div class=\"wp-block-uagb-faq-child uagb-faq-child__outer-wrap uagb-faq-item uagb-block-32b298e8\" role=\"tab\" tabindex=\"0\"><div class=\"uagb-faq-questions-button uagb-faq-questions\"><span class=\"uagb-icon uagb-faq-icon-wrap\"><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 448 512\"><path d=\"M432 256c0 17.69-14.33 32.01-32 32.01H256v144c0 17.69-14.33 31.99-32 31.99s-32-14.3-32-31.99v-144H48c-17.67 0-32-14.32-32-32.01s14.33-31.99 32-31.99H192v-144c0-17.69 14.33-32.01 32-32.01s32 14.32 32 32.01v144h144C417.7 224 432 238.3 432 256z\"></path></svg></span><span class=\"uagb-icon-active uagb-faq-icon-wrap\"><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 448 512\"><path d=\"M400 288h-352c-17.69 0-32-14.32-32-32.01s14.31-31.99 32-31.99h352c17.69 0 32 14.3 32 31.99S417.7 288 400 288z\"></path></svg></span><span class=\"uagb-question\"><strong>What is the check-in and check-out time?</strong></span></div><p class=\"uagb-faq-content\">Check-in after 14:00 and before 20:00<br>Check out by 10:00 am</p></div>\n<!-- /wp:uagb/faq-child -->\n\n<!-- wp:uagb/faq-child {\"block_id\":\"db457a12\",\"question\":\"\\u003cstrong\\u003eCan we stay later than the check-out time?\\u003c/strong\\u003e\",\"answer\":\"Please check with us. If we have no people waiting for your room, then you are welcome to stay later by arrangement.\"} -->\n<div class=\"wp-block-uagb-faq-child uagb-faq-child__outer-wrap uagb-faq-item uagb-block-db457a12\" role=\"tab\" tabindex=\"0\"><div class=\"uagb-faq-questions-button uagb-faq-questions\"><span class=\"uagb-icon uagb-faq-icon-wrap\"><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 448 512\"><path d=\"M432 256c0 17.69-14.33 32.01-32 32.01H256v144c0 17.69-14.33 31.99-32 31.99s-32-14.3-32-31.99v-144H48c-17.67 0-32-14.32-32-32.01s14.33-31.99 32-31.99H192v-144c0-17.69 14.33-32.01 32-32.01s32 14.32 32 32.01v144h144C417.7 224 432 238.3 432 256z\"></path></svg></span><span class=\"uagb-icon-active uagb-faq-icon-wrap\"><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 448 512\"><path d=\"M400 288h-352c-17.69 0-32-14.32-32-32.01s14.31-31.99 32-31.99h352c17.69 0 32 14.3 32 31.99S417.7 288 400 288z\"></path></svg></span><span class=\"uagb-question\"><strong>Can we stay later than the check-out time?</strong></span></div><p class=\"uagb-faq-content\">Please check with us. If we have no people waiting for your room, then you are welcome to stay later by arrangement.</p></div>\n<!-- /wp:uagb/faq-child -->\n\n<!-- wp:uagb/faq-child {\"block_id\":\"bd78a94d\",\"question\":\"\\u003cstrong\\u003eDo you accept credit or debit cards?\\u003c/strong\\u003e\",\"answer\":\"Yes, we accept credit cards and cheque cards but not debit cards.\\u003cbr\\u003e\"} -->\n<div class=\"wp-block-uagb-faq-child uagb-faq-child__outer-wrap uagb-faq-item uagb-block-bd78a94d\" role=\"tab\" tabindex=\"0\"><div class=\"uagb-faq-questions-button uagb-faq-questions\"><span class=\"uagb-icon uagb-faq-icon-wrap\"><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 448 512\"><path d=\"M432 256c0 17.69-14.33 32.01-32 32.01H256v144c0 17.69-14.33 31.99-32 31.99s-32-14.3-32-31.99v-144H48c-17.67 0-32-14.32-32-32.01s14.33-31.99 32-31.99H192v-144c0-17.69 14.33-32.01 32-32.01s32 14.32 32 32.01v144h144C417.7 224 432 238.3 432 256z\"></path></svg></span><span class=\"uagb-icon-active uagb-faq-icon-wrap\"><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 448 512\"><path d=\"M400 288h-352c-17.69 0-32-14.32-32-32.01s14.31-31.99 32-31.99h352c17.69 0 32 14.3 32 31.99S417.7 288 400 288z\"></path></svg></span><span class=\"uagb-question\"><strong>Do you accept credit or debit cards?</strong></span></div><p class=\"uagb-faq-content\">Yes, we accept credit cards and cheque cards but not debit cards.<br></p></div>\n<!-- /wp:uagb/faq-child -->\n\n<!-- wp:uagb/faq-child {\"block_id\":\"1433b5ab\",\"question\":\"\\u003cstrong\\u003eDo you serve meals?\\u003c/strong\\u003e\",\"answer\":\"No. However, we are close to many restaurants where a tasty and reasonably priced meal can be obtained.\"} -->\n<div class=\"wp-block-uagb-faq-child uagb-faq-child__outer-wrap uagb-faq-item uagb-block-1433b5ab\" role=\"tab\" tabindex=\"0\"><div class=\"uagb-faq-questions-button uagb-faq-questions\"><span class=\"uagb-icon uagb-faq-icon-wrap\"><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 448 512\"><path d=\"M432 256c0 17.69-14.33 32.01-32 32.01H256v144c0 17.69-14.33 31.99-32 31.99s-32-14.3-32-31.99v-144H48c-17.67 0-32-14.32-32-32.01s14.33-31.99 32-31.99H192v-144c0-17.69 14.33-32.01 32-32.01s32 14.32 32 32.01v144h144C417.7 224 432 238.3 432 256z\"></path></svg></span><span class=\"uagb-icon-active uagb-faq-icon-wrap\"><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 448 512\"><path d=\"M400 288h-352c-17.69 0-32-14.32-32-32.01s14.31-31.99 32-31.99h352c17.69 0 32 14.3 32 31.99S417.7 288 400 288z\"></path></svg></span><span class=\"uagb-question\"><strong>Do you serve meals?</strong></span></div><p class=\"uagb-faq-content\">No. However, we are close to many restaurants where a tasty and reasonably priced meal can be obtained.</p></div>\n<!-- /wp:uagb/faq-child -->\n\n<!-- wp:uagb/faq-child {\"block_id\":\"248c178c\",\"question\":\"\\u003cstrong\\u003eThis is a special date for me, a \\u003c/strong\\u003eBirthday, Anniversary,\\u003cstrong\\u003e or any other. Can you make it special for me?\\u003c/strong\\u003e\",\"answer\":\"Yes, just tell us about it and any special requests you have, and we will try and assist\"} -->\n<div class=\"wp-block-uagb-faq-child uagb-faq-child__outer-wrap uagb-faq-item uagb-block-248c178c\" role=\"tab\" tabindex=\"0\"><div class=\"uagb-faq-questions-button uagb-faq-questions\"><span class=\"uagb-icon uagb-faq-icon-wrap\"><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 448 512\"><path d=\"M432 256c0 17.69-14.33 32.01-32 32.01H256v144c0 17.69-14.33 31.99-32 31.99s-32-14.3-32-31.99v-144H48c-17.67 0-32-14.32-32-32.01s14.33-31.99 32-31.99H192v-144c0-17.69 14.33-32.01 32-32.01s32 14.32 32 32.01v144h144C417.7 224 432 238.3 432 256z\"></path></svg></span><span class=\"uagb-icon-active uagb-faq-icon-wrap\"><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 448 512\"><path d=\"M400 288h-352c-17.69 0-32-14.32-32-32.01s14.31-31.99 32-31.99h352c17.69 0 32 14.3 32 31.99S417.7 288 400 288z\"></path></svg></span><span class=\"uagb-question\"><strong>This is a special date for me, a </strong>Birthday, Anniversary,<strong> or any other. Can you make it special for me?</strong></span></div><p class=\"uagb-faq-content\">Yes, just tell us about it and any special requests you have, and we will try and assist</p></div>\n<!-- /wp:uagb/faq-child -->\n\n<!-- wp:uagb/faq-child {\"block_id\":\"a98df2ec\",\"question\":\"\\u003cstrong\\u003eAre you pet friendly?\\u003c/strong\\u003e\",\"answer\":\"Yes by arrangement as the units have enclosed private gardens that can accommodate friendly dogs.  However, the Honeymoon suite and the Greek Villa are not used for pets.  Please ask for advice prior to your booking and please see the pet policy.\"} -->\n<div class=\"wp-block-uagb-faq-child uagb-faq-child__outer-wrap uagb-faq-item uagb-block-a98df2ec\" role=\"tab\" tabindex=\"0\"><div class=\"uagb-faq-questions-button uagb-faq-questions\"><span class=\"uagb-icon uagb-faq-icon-wrap\"><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 448 512\"><path d=\"M432 256c0 17.69-14.33 32.01-32 32.01H256v144c0 17.69-14.33 31.99-32 31.99s-32-14.3-32-31.99v-144H48c-17.67 0-32-14.32-32-32.01s14.33-31.99 32-31.99H192v-144c0-17.69 14.33-32.01 32-32.01s32 14.32 32 32.01v144h144C417.7 224 432 238.3 432 256z\"></path></svg></span><span class=\"uagb-icon-active uagb-faq-icon-wrap\"><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 448 512\"><path d=\"M400 288h-352c-17.69 0-32-14.32-32-32.01s14.31-31.99 32-31.99h352c17.69 0 32 14.3 32 31.99S417.7 288 400 288z\"></path></svg></span><span class=\"uagb-question\"><strong>Are you pet friendly?</strong></span></div><p class=\"uagb-faq-content\">Yes by arrangement as the units have enclosed private gardens that can accommodate friendly dogs.  However, the Honeymoon suite and the Greek Villa are not used for pets.  Please ask for advice prior to your booking and please see the pet policy.</p></div>\n<!-- /wp:uagb/faq-child --></div>\n<!-- /wp:uagb/faq -->\n\n<!-- wp:spacer {\"height\":\"45px\"} -->\n<div style=\"height:45px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:heading -->\n<h2>BLUE ROAN PET POLICY</h2>\n<!-- /wp:heading -->\n\n<!-- wp:uagb/faq {\"block_id\":\"1cc05923\",\"expandFirstItem\":false,\"boxBgColor\":\"#F5F5F5\",\"borderStyle\":\"\",\"borderWidth\":\"\",\"borderRadius\":\"\",\"borderColor\":\"\",\"vquestionPaddingDesktop\":15,\"hquestionPaddingDesktop\":15,\"iconAlign\":\"row-reverse\",\"schema\":\"{\\u0022@context\\u0022:\\u0022https://schema.org\\u0022,\\u0022@type\\u0022:\\u0022FAQPage\\u0022,\\u0022@id\\u0022:\\u0022https://blueroan.netgen.cloud/faqs/\\u0022,\\u0022mainEntity\\u0022:[{\\u0022@type\\u0022:\\u0022Question\\u0022,\\u0022name\\u0022:\\u0022View the Blue Roan Pet Policy \\u0022,\\u0022acceptedAnswer\\u0022:{\\u0022@type\\u0022:\\u0022Answer\\u0022,\\u0022text\\u0022:\\u0022Blue Roan offers pet owners the opportunity to enjoy their holiday with their lovable pets, the number and size, and breed must be pre-arranged and agreed to.  We have lovely safe off-leash walking trails on our property as well as the right to use neighbouring farms.  We love all animals and have quite a few of our own.  However, owing to our particular setup, which has its flaws, this invitation is extended only to owners with well-behaved and controllable dogs and is subject to the following conditions:\\u003cbr\\u003e\\u003cbr\\u003e1. Owners must stay with their animals at all times,  meaning you cannot go out at all without taking your dogs with you, as dogs in an unfamiliar environment are likely to exhibit anxiety which will result in uncontrolled barking.  We are not “boarding kennels”.  There are at least 4 restaurants that are pet friendly in the area.  We will point these out to you.  You will not be able to bring your dogs to the swimming pool as it is in the main garden where our dogs live.  \\u003cbr\\u003e\\u003cbr\\u003e2. All dogs will bark from time to time briefly at something or someone new, but the onus is upon the owner to approach their dogs and calm them down and stop the barking as soon as reasonably possible.  All the cottages are individually fenced (1.2 meters high) and gated to give you and your dogs a private space but unfortunately, noise does not stop at the fence!  The fences are separate from each other.  This is not the right place to bring “Yappers” who bark at everything that moves and nothing at all!  Dogs that can jump over fences and that cannot be contained in the gardens are not allowed.\\u003cbr\\u003e\\u003cbr\\u003e3. Please take note that pet-friendly accommodation requires that your pets are well trained, have their own sleeping bags, blankets and toys, that they do not jump onto or chew furniture or sleep on beds/sofa,s and that are \\\\\\u0022flea-free\\\\\\u0022 N.B. You will be responsible for cleaning after your pets, picking up their waste, and ensuring that the garden is left in the way that you have found it. We will exercise the right to hold you responsible for any damage caused by your pets.\\u003cbr\\u003e\\u003cbr\\u003e4. On arrival, guests are requested to get their dogs safely into their garden - the carport area is not safe.  Once in your garden, your dogs are safe to run around and in the park as well.  You will be shown where the walking trails are and the areas where it is safe to let your dogs off-leash.  Please respect the safe areas pointed out to you – we cannot be held responsible for possible injuries to dogs who are outside their boundaries.\\u003cbr\\u003e\\u003cbr\\u003e5. We try to provide tranquil accommodation for all our guests and therefore dog owners who are unable to control their dogs and allow them to disturb other guests or owners who leave dogs unattended, will be requested to remove the dogs from the property.   Should the owner decide to leave as well, there will be no refund for early departure.\\u0022}}]}\",\"questionLeftPaddingDesktop\":15,\"questionBottomPaddingDesktop\":15,\"answerTopPadding\":0,\"answerRightPadding\":15,\"answerBottomPadding\":15,\"answerLeftPadding\":15,\"answerTopPaddingTablet\":10,\"answerRightPaddingTablet\":10,\"answerBottomPaddingTablet\":10,\"answerLeftPaddingTablet\":10,\"answerTopPaddingMobile\":10,\"answerRightPaddingMobile\":10,\"answerBottomPaddingMobile\":10,\"answerLeftPaddingMobile\":10,\"overallBorderTopWidth\":1,\"overallBorderLeftWidth\":1,\"overallBorderRightWidth\":1,\"overallBorderBottomWidth\":1,\"overallBorderTopLeftRadius\":2,\"overallBorderTopRightRadius\":2,\"overallBorderBottomLeftRadius\":2,\"overallBorderBottomRightRadius\":2,\"overallBorderStyle\":\"none\",\"overallBorderColor\":\"#D2D2D2\"} -->\n<div class=\"wp-block-uagb-faq uagb-faq__outer-wrap uagb-block-1cc05923 uagb-faq-icon-row-reverse uagb-faq-layout-accordion uagb-faq-expand-first-false uagb-faq-inactive-other-true uagb-faq__wrap uagb-buttons-layout-wrap uagb-faq-equal-height\" data-faqtoggle=\"true\" role=\"tablist\"><!-- wp:uagb/faq-child {\"block_id\":\"aed5fd10\",\"question\":\"View the Blue Roan Pet Policy \",\"answer\":\"Blue Roan offers pet owners the opportunity to enjoy their holiday with their lovable pets, the number and size, and breed must be pre-arranged and agreed to.  We have lovely safe off-leash walking trails on our property as well as the right to use neighbouring farms.  We love all animals and have quite a few of our own.  However, owing to our particular setup, which has its flaws, this invitation is extended only to owners with well-behaved and controllable dogs and is subject to the following conditions:\\u003cbr\\u003e\\u003cbr\\u003e1. Owners must stay with their animals at all times,  meaning you cannot go out at all without taking your dogs with you, as dogs in an unfamiliar environment are likely to exhibit anxiety which will result in uncontrolled barking.  We are not “boarding kennels”.  There are at least 4 restaurants that are pet friendly in the area.  We will point these out to you.  You will not be able to bring your dogs to the swimming pool as it is in the main garden where our dogs live.  \\u003cbr\\u003e\\u003cbr\\u003e2. All dogs will bark from time to time briefly at something or someone new, but the onus is upon the owner to approach their dogs and calm them down and stop the barking as soon as reasonably possible.  All the cottages are individually fenced (1.2 meters high) and gated to give you and your dogs a private space but unfortunately, noise does not stop at the fence!  The fences are separate from each other.  This is not the right place to bring “Yappers” who bark at everything that moves and nothing at all!  Dogs that can jump over fences and that cannot be contained in the gardens are not allowed.\\u003cbr\\u003e\\u003cbr\\u003e3. Please take note that pet-friendly accommodation requires that your pets are well trained, have their own sleeping bags, blankets and toys, that they do not jump onto or chew furniture or sleep on beds/sofa,s and that are \\u0022flea-free\\u0022 N.B. You will be responsible for cleaning after your pets, picking up their waste, and ensuring that the garden is left in the way that you have found it. We will exercise the right to hold you responsible for any damage caused by your pets.\\u003cbr\\u003e\\u003cbr\\u003e4. On arrival, guests are requested to get their dogs safely into their garden - the carport area is not safe.  Once in your garden, your dogs are safe to run around and in the park as well.  You will be shown where the walking trails are and the areas where it is safe to let your dogs off-leash.  Please respect the safe areas pointed out to you – we cannot be held responsible for possible injuries to dogs who are outside their boundaries.\\u003cbr\\u003e\\u003cbr\\u003e5. We try to provide tranquil accommodation for all our guests and therefore dog owners who are unable to control their dogs and allow them to disturb other guests or owners who leave dogs unattended, will be requested to remove the dogs from the property.   Should the owner decide to leave as well, there will be no refund for early departure.\"} -->\n<div class=\"wp-block-uagb-faq-child uagb-faq-child__outer-wrap uagb-faq-item uagb-block-aed5fd10\" role=\"tab\" tabindex=\"0\"><div class=\"uagb-faq-questions-button uagb-faq-questions\"><span class=\"uagb-icon uagb-faq-icon-wrap\"><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 448 512\"><path d=\"M432 256c0 17.69-14.33 32.01-32 32.01H256v144c0 17.69-14.33 31.99-32 31.99s-32-14.3-32-31.99v-144H48c-17.67 0-32-14.32-32-32.01s14.33-31.99 32-31.99H192v-144c0-17.69 14.33-32.01 32-32.01s32 14.32 32 32.01v144h144C417.7 224 432 238.3 432 256z\"></path></svg></span><span class=\"uagb-icon-active uagb-faq-icon-wrap\"><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 448 512\"><path d=\"M400 288h-352c-17.69 0-32-14.32-32-32.01s14.31-31.99 32-31.99h352c17.69 0 32 14.3 32 31.99S417.7 288 400 288z\"></path></svg></span><span class=\"uagb-question\">View the Blue Roan Pet Policy </span></div><p class=\"uagb-faq-content\">Blue Roan offers pet owners the opportunity to enjoy their holiday with their lovable pets, the number and size, and breed must be pre-arranged and agreed to.  We have lovely safe off-leash walking trails on our property as well as the right to use neighbouring farms.  We love all animals and have quite a few of our own.  However, owing to our particular setup, which has its flaws, this invitation is extended only to owners with well-behaved and controllable dogs and is subject to the following conditions:<br><br>1. Owners must stay with their animals at all times,  meaning you cannot go out at all without taking your dogs with you, as dogs in an unfamiliar environment are likely to exhibit anxiety which will result in uncontrolled barking.  We are not “boarding kennels”.  There are at least 4 restaurants that are pet friendly in the area.  We will point these out to you.  You will not be able to bring your dogs to the swimming pool as it is in the main garden where our dogs live.  <br><br>2. All dogs will bark from time to time briefly at something or someone new, but the onus is upon the owner to approach their dogs and calm them down and stop the barking as soon as reasonably possible.  All the cottages are individually fenced (1.2 meters high) and gated to give you and your dogs a private space but unfortunately, noise does not stop at the fence!  The fences are separate from each other.  This is not the right place to bring “Yappers” who bark at everything that moves and nothing at all!  Dogs that can jump over fences and that cannot be contained in the gardens are not allowed.<br><br>3. Please take note that pet-friendly accommodation requires that your pets are well trained, have their own sleeping bags, blankets and toys, that they do not jump onto or chew furniture or sleep on beds/sofa,s and that are \"flea-free\" N.B. You will be responsible for cleaning after your pets, picking up their waste, and ensuring that the garden is left in the way that you have found it. We will exercise the right to hold you responsible for any damage caused by your pets.<br><br>4. On arrival, guests are requested to get their dogs safely into their garden - the carport area is not safe.  Once in your garden, your dogs are safe to run around and in the park as well.  You will be shown where the walking trails are and the areas where it is safe to let your dogs off-leash.  Please respect the safe areas pointed out to you – we cannot be held responsible for possible injuries to dogs who are outside their boundaries.<br><br>5. We try to provide tranquil accommodation for all our guests and therefore dog owners who are unable to control their dogs and allow them to disturb other guests or owners who leave dogs unattended, will be requested to remove the dogs from the property.   Should the owner decide to leave as well, there will be no refund for early departure.</p></div>\n<!-- /wp:uagb/faq-child --></div>\n<!-- /wp:uagb/faq --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:cover {\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Blue-roan-pool-01.jpg\",\"id\":782,\"dimRatio\":65,\"overlayColor\":\"ast-global-color-2\",\"focalPoint\":{\"x\":0.51,\"y\":0.69},\"minHeight\":500,\"align\":\"full\"} -->\n<div class=\"wp-block-cover alignfull\" style=\"min-height:500px\"><span aria-hidden=\"true\" class=\"wp-block-cover__background has-ast-global-color-2-background-color has-background-dim-70 has-background-dim\"></span><img class=\"wp-block-cover__image-background wp-image-782\" alt=\"\" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Blue-roan-pool-01.jpg\" style=\"object-position:51% 69%\" data-object-fit=\"cover\" data-object-position=\"51% 69%\"/><div class=\"wp-block-cover__inner-container\"><!-- wp:columns {\"verticalAlignment\":\"center\",\"align\":\"wide\"} -->\n<div class=\"wp-block-columns alignwide are-vertically-aligned-center\"><!-- wp:column {\"verticalAlignment\":\"center\",\"width\":\"66.66%\"} -->\n<div class=\"wp-block-column is-vertically-aligned-center\" style=\"flex-basis:66.66%\"><!-- wp:heading {\"textColor\":\"white\"} -->\n<h2 class=\"has-white-color has-text-color\">Sleep in Absolute Peace Wake up to Bright Sunshine</h2>\n<!-- /wp:heading -->\n\n<!-- wp:buttons -->\n<div class=\"wp-block-buttons\"><!-- wp:button -->\n<div class=\"wp-block-button\"><a class=\"wp-block-button__link wp-element-button\" href=\"https://book.nightsbridge.com/11065\" target=\"_blank\" rel=\"noreferrer noopener\">Reservations</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"verticalAlignment\":\"center\",\"width\":\"33.33%\"} -->\n<div class=\"wp-block-column is-vertically-aligned-center\" style=\"flex-basis:33.33%\"></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div></div>\n<!-- /wp:cover -->',	'FAQs',	'',	'inherit',	'closed',	'closed',	'',	'933-revision-v1',	'',	'',	'2022-12-14 15:35:01',	'2022-12-14 15:35:01',	'',	933,	'https://blueroan.netgen.cloud/?p=1138',	0,	'revision',	'',	0),
(1139,	2,	'2022-12-14 15:35:51',	'2022-12-14 15:35:51',	'{\n    \"astra-settings[header-button1-text]\": {\n        \"value\": \"Reservations\",\n        \"type\": \"option\",\n        \"user_id\": 2,\n        \"date_modified_gmt\": \"2022-12-14 15:35:51\"\n    }\n}',	'',	'',	'trash',	'closed',	'closed',	'',	'01802f6e-5b31-4421-9688-97472e26a7f6',	'',	'',	'2022-12-14 15:35:51',	'2022-12-14 15:35:51',	'',	0,	'https://blueroan.netgen.cloud/01802f6e-5b31-4421-9688-97472e26a7f6/',	0,	'customize_changeset',	'',	0),
(1140,	2,	'2022-12-14 15:37:06',	'2022-12-14 15:37:06',	'{\n    \"astra-settings[footer-desktop-items]\": {\n        \"value\": {\n            \"above\": {\n                \"above_1\": [],\n                \"above_2\": [],\n                \"above_3\": [],\n                \"above_4\": [],\n                \"above_5\": [],\n                \"above_6\": []\n            },\n            \"primary\": {\n                \"primary_1\": [\n                    \"widget-2\"\n                ],\n                \"primary_2\": [\n                    \"widget-3\"\n                ],\n                \"primary_3\": [\n                    \"widget-4\"\n                ],\n                \"primary_4\": [\n                    \"widget-1\"\n                ],\n                \"primary_5\": [],\n                \"primary_6\": []\n            },\n            \"below\": {\n                \"below_1\": [\n                    \"copyright\"\n                ],\n                \"below_2\": [],\n                \"below_3\": [],\n                \"below_4\": [],\n                \"below_5\": [],\n                \"below_6\": []\n            },\n            \"group\": \"astra-settings[footer-desktop-items]\",\n            \"rows\": [\n                \"above\",\n                \"primary\",\n                \"below\"\n            ],\n            \"zones\": {\n                \"above\": {\n                    \"above_1\": \"Above Section 1\",\n                    \"above_2\": \"Above Section 2\",\n                    \"above_3\": \"Above Section 3\",\n                    \"above_4\": \"Above Section 4\",\n                    \"above_5\": \"Above Section 5\",\n                    \"above_6\": \"Above Section 6\"\n                },\n                \"primary\": {\n                    \"primary_1\": \"Primary Section 1\",\n                    \"primary_2\": \"Primary Section 2\",\n                    \"primary_3\": \"Primary Section 3\",\n                    \"primary_4\": \"Primary Section 4\",\n                    \"primary_5\": \"Primary Section 5\",\n                    \"primary_6\": \"Primary Section 6\"\n                },\n                \"below\": {\n                    \"below_1\": \"Below Section 1\",\n                    \"below_2\": \"Below Section 2\",\n                    \"below_3\": \"Below Section 3\",\n                    \"below_4\": \"Below Section 4\",\n                    \"below_5\": \"Below Section 5\",\n                    \"below_6\": \"Below Section 6\"\n                }\n            },\n            \"layouts\": {\n                \"above\": {\n                    \"column\": \"2\",\n                    \"layout\": {\n                        \"desktop\": \"2-equal\",\n                        \"tablet\": \"2-equal\",\n                        \"mobile\": \"full\"\n                    }\n                },\n                \"primary\": {\n                    \"column\": \"4\",\n                    \"layout\": {\n                        \"mobile\": \"full\",\n                        \"tablet\": \"2-equal\",\n                        \"desktop\": \"4-equal\"\n                    }\n                },\n                \"below\": {\n                    \"column\": \"1\",\n                    \"layout\": {\n                        \"desktop\": \"full\",\n                        \"tablet\": \"full\",\n                        \"mobile\": \"full\"\n                    }\n                }\n            },\n            \"status\": {\n                \"above\": true,\n                \"primary\": true,\n                \"below\": true\n            },\n            \"flag\": false,\n            \"popup\": {\n                \"popup_content\": []\n            }\n        },\n        \"type\": \"option\",\n        \"user_id\": 2,\n        \"date_modified_gmt\": \"2022-12-14 15:37:06\"\n    }\n}',	'',	'',	'trash',	'closed',	'closed',	'',	'ac401668-eda2-4ee5-8f0a-06d0219fc7b1',	'',	'',	'2022-12-14 15:37:06',	'2022-12-14 15:37:06',	'',	0,	'https://blueroan.netgen.cloud/ac401668-eda2-4ee5-8f0a-06d0219fc7b1/',	0,	'customize_changeset',	'',	0),
(1141,	2,	'2022-12-15 08:20:15',	'2022-12-15 08:20:15',	'<!-- wp:uagb/container {\"block_id\":\"a1fa6460\",\"minHeightDesktop\":95,\"minHeightTablet\":70,\"minHeightMobile\":80,\"minHeightType\":\"vh\",\"alignItemsDesktop\":\"flex-start\",\"backgroundType\":\"image\",\"backgroundImageDesktop\":{\"uploading\":false,\"date\":1670921854000,\"filename\":\"Blue-Roan-pool.jpg\",\"menuOrder\":0,\"uploadedTo\":760,\"type\":\"image\",\"subtype\":\"jpeg\",\"id\":784,\"title\":\"Blue Roan - pool\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Blue-Roan-pool.jpg\",\"link\":\"https://blueroan.netgen.cloud/home/blue-roan-pool/\",\"alt\":\"\",\"author\":\"2\",\"description\":\"\",\"caption\":\"\",\"name\":\"blue-roan-pool\",\"status\":\"inherit\",\"modified\":1670921854000,\"mime\":\"image/jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-includes/images/media/default.png\",\"dateFormatted\":\"December 13, 2022\",\"nonces\":{\"update\":\"51a12ed09e\",\"delete\":\"5174068551\",\"edit\":\"1de0721407\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=784\\u0026action=edit\",\"meta\":false,\"authorName\":\"Netgen Support\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/profile.php\",\"uploadedToTitle\":\"Home\",\"uploadedToLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=760\\u0026action=edit\",\"filesizeInBytes\":154801,\"filesizeHumanReadable\":\"151 KB\",\"context\":\"\",\"height\":667,\"width\":1000,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Blue-Roan-pool-150x150.jpg\",\"orientation\":\"landscape\"},\"medium\":{\"height\":200,\"width\":300,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Blue-Roan-pool-300x200.jpg\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Blue-Roan-pool.jpg\",\"height\":667,\"width\":1000,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"backgroundPositionDesktop\":{\"x\":0.5,\"y\":0.25},\"backgroundImageColor\":\"rgba(42,42,42,0.35)\",\"topPaddingDesktop\":0,\"bottomPaddingDesktop\":0,\"leftPaddingDesktop\":40,\"rightPaddingDesktop\":40,\"topPaddingTablet\":120,\"bottomPaddingTablet\":120,\"leftPaddingTablet\":40,\"rightPaddingTablet\":40,\"topPaddingMobile\":150,\"bottomPaddingMobile\":150,\"leftPaddingMobile\":20,\"rightPaddingMobile\":20,\"paddingLink\":false,\"variationSelected\":true,\"isBlockRootParent\":true,\"overlayType\":\"color\",\"minHeightTypeTablet\":\"vh\",\"minHeightTypeMobile\":\"vh\"} -->\n<div class=\"wp-block-uagb-container uagb-block-a1fa6460 alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/info-box {\"classMigrate\":true,\"headingAlign\":\"left\",\"headingColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"subHeadingColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"headingTag\":\"h1\",\"subHeadFontSize\":17,\"subHeadFontSizeMobile\":15,\"headSpace\":20,\"subHeadSpace\":40,\"block_id\":\"ad46744c\",\"ctaIcon\":\"\",\"ctaType\":\"button\",\"ctaText\":\"Book Your Stay Now\",\"ctaLink\":\"#\",\"ctaBtnLinkColor\":\"var(\\u002d\\u002dast-global-color-2)\",\"ctaLinkHoverColor\":\"var(\\u002d\\u002dast-global-color-2)\",\"ctaBgColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"ctaBgHoverColor\":\"var(\\u002d\\u002dast-global-color-4)\",\"ctaBorderColor\":\"\",\"ctaBorderStyle\":\"\",\"ctaBorderWidth\":\"\",\"ctaBorderRadius\":\"\",\"iconImage\":{\"url\":\"\",\"alt\":\"InfoBox placeholder img\"},\"showIcon\":false,\"paddingBtnTop\":18,\"paddingBtnBottom\":18,\"paddingBtnLeft\":34,\"paddingBtnRight\":34,\"blockTopPadding\":0,\"blockRightPadding\":40,\"blockLeftPadding\":0,\"blockBottomPadding\":0,\"blockTopPaddingTablet\":0,\"blockRightPaddingTablet\":64,\"blockLeftPaddingTablet\":0,\"blockBottomPaddingTablet\":0,\"blockTopPaddingMobile\":0,\"blockRightPaddingMobile\":0,\"blockLeftPaddingMobile\":0,\"blockBottomPaddingMobile\":0,\"blockPaddingUnit\":\"%\",\"blockPaddingLink\":false,\"subHeadMarginTopTablet\":0,\"subHeadMarginRightTablet\":64,\"subHeadTabletSpace\":40,\"subHeadMarginLeftTablet\":0,\"subHeadMarginTopMobile\":0,\"subHeadMarginRightMobile\":0,\"subHeadMobileSpace\":40,\"subHeadMarginLeftMobile\":0,\"btnBorderTopWidth\":1,\"btnBorderLeftWidth\":1,\"btnBorderRightWidth\":1,\"btnBorderBottomWidth\":1,\"btnBorderTopLeftRadius\":0,\"btnBorderTopRightRadius\":0,\"btnBorderBottomLeftRadius\":0,\"btnBorderBottomRightRadius\":0,\"btnBorderStyle\":\"none\",\"btnBorderColor\":\"#333\"} -->\n<div class=\"wp-block-uagb-info-box uagb-block-ad46744c uagb-infobox__content-wrap  uagb-infobox-icon-above-title uagb-infobox-image-valign-top\"><div class=\"uagb-ifb-content\"><div class=\"uagb-ifb-title-wrap\"><h1 class=\"uagb-ifb-title\"><strong>Magaliesburg pet friendly self-catering accommodation</strong></h1></div><p class=\"uagb-ifb-desc\">Romantic pet-friendly self-catering accommodation in Magaliesburg, Gauteng.</p><div class=\"uagb-ifb-button-wrapper wp-block-button\"><a href=\"#\" class=\"uagb-infobox-cta-link wp-block-button__link\" target=\"_self\" rel=\"noopener noreferrer\" alt=\"\"><span class=\"uagb-inline-editing\">Book Your Stay Now</span></a></div></div></div>\n<!-- /wp:uagb/info-box --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"1e9f8054\",\"directionDesktop\":\"row\",\"directionMobile\":\"column-reverse\",\"alignItemsDesktop\":\"flex-start\",\"backgroundType\":\"color\",\"backgroundSizeTablet\":\"cover\",\"backgroundSizeMobile\":\"cover\",\"backgroundColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"topPaddingDesktop\":60,\"bottomPaddingDesktop\":60,\"topPaddingTablet\":80,\"bottomPaddingTablet\":80,\"leftPaddingTablet\":40,\"rightPaddingTablet\":40,\"topPaddingMobile\":64,\"bottomPaddingMobile\":64,\"leftPaddingMobile\":24,\"rightPaddingMobile\":24,\"paddingLink\":false,\"variationSelected\":true,\"columnGapDesktop\":60,\"columnGapTablet\":50,\"isBlockRootParent\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-1e9f8054 alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/container {\"block_id\":\"1f8f6088\",\"widthDesktop\":50,\"variationSelected\":true,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-1f8f6088\"><!-- wp:image {\"id\":797,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-13.jpg\" alt=\"\" class=\"wp-image-797\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The Blue Roan Country Lodge is situated just 5 minutes from the village of Magaliesburg on a tar road so easy access for all cars. &nbsp;We have panoramic views of the Magaliesberg mountain range and our farm is the perfect place for a relaxing getaway in the country. &nbsp;As we are only 70 km from JHB and Pretoria, it is only an hour’s drive.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:buttons -->\n<div class=\"wp-block-buttons\"><!-- wp:button -->\n<div class=\"wp-block-button\"><a class=\"wp-block-button__link wp-element-button\" href=\"/accommodation/\">View accomodation</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"a4ee6595\",\"widthDesktop\":50,\"leftPaddingDesktop\":0,\"paddingLink\":false,\"variationSelected\":true,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-a4ee6595\"><!-- wp:uagb/advanced-heading {\"block_id\":\"c2b2acc6\",\"classMigrate\":true,\"headingDescToggle\":true,\"subHeadingColor\":\"\",\"headSpace\":20,\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-c2b2acc6\"><h2 class=\"uagb-heading-text\"><strong>Blue Roan is a 4-star graded pet-friendly venue</strong></h2><p class=\"uagb-desc-text\">Our goal is to provide high-quality, romantic, comfortable, and affordable self-catering accommodation on the outskirts of the village of &nbsp;Magaliesburg. &nbsp;For animal lovers, we are also&nbsp;pet-friendly&nbsp;by arrangement in most of the units all of which have their own fully fenced and gated private grassy gardens.</p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/image {\"block_id\":\"4b1bf910\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/hammock-in-the-garden.jpg\",\"align\":\"left\",\"id\":799,\"linkDestination\":\"none\",\"naturalWidth\":600,\"naturalHeight\":400,\"sizeSlug\":\"full\",\"sizeSlugTablet\":\"full\",\"sizeSlugMobile\":\"full\",\"imageTopMargin\":20,\"imageRightMargin\":0,\"imageLeftMargin\":0,\"imageBottomMargin\":0,\"imageTopMarginMobile\":0,\"imageRightMarginMobile\":0,\"imageLeftMarginMobile\":0,\"imageBottomMarginMobile\":0,\"imageMarginLink\":false} -->\n<div class=\"wp-block-uagb-image uagb-block-4b1bf910 wp-block-uagb-image--layout-default wp-block-uagb-image--effect-static wp-block-uagb-image--align-left\"><figure class=\"wp-block-uagb-image__figure\"><img srcset=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/hammock-in-the-garden.jpg \" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/hammock-in-the-garden.jpg\" alt=\"\" class=\"uag-image-799\" width=\"\" height=\"\" title=\"\" loading=\"lazy\"/></figure></div>\n<!-- /wp:uagb/image --></div>\n<!-- /wp:uagb/container --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"5b2a71c1\",\"directionDesktop\":\"row\",\"directionMobile\":\"column-reverse\",\"alignItemsDesktop\":\"flex-start\",\"backgroundType\":\"color\",\"backgroundSizeTablet\":\"cover\",\"backgroundSizeMobile\":\"cover\",\"backgroundColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"topPaddingDesktop\":0,\"bottomPaddingDesktop\":0,\"topPaddingTablet\":80,\"bottomPaddingTablet\":80,\"leftPaddingTablet\":40,\"rightPaddingTablet\":40,\"topPaddingMobile\":64,\"bottomPaddingMobile\":64,\"leftPaddingMobile\":24,\"rightPaddingMobile\":24,\"paddingLink\":false,\"variationSelected\":true,\"rowGapDesktop\":0,\"columnGapDesktop\":0,\"columnGapTablet\":50,\"isBlockRootParent\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-5b2a71c1 alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:image {\"align\":\"center\",\"id\":794,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image aligncenter size-full\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/210-2108726_too-great-for-us-tourism-grading-council-of-south-5.png\" alt=\"\" class=\"wp-image-794\"/></figure>\n<!-- /wp:image --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"349f6097\",\"backgroundType\":\"color\",\"backgroundSizeTablet\":\"cover\",\"backgroundSizeMobile\":\"cover\",\"backgroundColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"topPaddingDesktop\":50,\"bottomPaddingDesktop\":100,\"topPaddingTablet\":50,\"bottomPaddingTablet\":25,\"leftPaddingTablet\":20,\"rightPaddingTablet\":20,\"topPaddingMobile\":50,\"bottomPaddingMobile\":20,\"leftPaddingMobile\":20,\"rightPaddingMobile\":20,\"paddingLink\":false,\"variationSelected\":true,\"rowGapDesktop\":0,\"isBlockRootParent\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-349f6097 alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/container {\"block_id\":\"7c12bba0\",\"directionDesktop\":\"row\",\"alignItemsDesktop\":\"flex-end\",\"alignItemsTablet\":\"flex-end\",\"justifyContentDesktop\":\"flex-end\",\"justifyContentTablet\":\"space-between\",\"variationSelected\":true,\"rowGapMobile\":30,\"columnGapDesktop\":0} -->\n<div class=\"wp-block-uagb-container uagb-block-7c12bba0\"><!-- wp:uagb/advanced-heading {\"block_id\":\"fd9398db\",\"classMigrate\":true,\"headingDescToggle\":true,\"subHeadingColor\":\"\",\"headSpace\":20,\"subHeadFontSize\":16} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-fd9398db\"><h2 class=\"uagb-heading-text\">Amenities &amp; Interests ​</h2><p class=\"uagb-desc-text\">We have 7 lovely brick&nbsp;<strong>self-catering</strong>&nbsp;units, each one private and with its own character and theme. &nbsp;They are designed exclusively for couples with or without pets wanting a romantic and peaceful place to connect, re-connect, celebrate special occasions, or somewhere quiet and comfortable to come for a holiday</p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/buttons {\"block_id\":\"8819747a\",\"classMigrate\":true,\"childMigrate\":true,\"align\":\"right\",\"alignTablet\":\"right\",\"alignMobile\":\"left\",\"gap\":0} -->\n<div class=\"wp-block-uagb-buttons uagb-buttons__outer-wrap uagb-btn__default-btn uagb-btn-tablet__default-btn uagb-btn-mobile__default-btn uagb-block-8819747a\"><div class=\"uagb-buttons__wrap uagb-buttons-layout-wrap\"><!-- wp:uagb/buttons-child {\"block_id\":\"285650f7\",\"label\":\"View All\",\"link\":\"#\",\"hColor\":\"\",\"borderWidth\":\"\",\"borderRadius\":\"\",\"borderStyle\":\"\",\"borderColor\":\"\",\"borderHColor\":\"\",\"btnBorderTopWidth\":1,\"btnBorderLeftWidth\":1,\"btnBorderRightWidth\":1,\"btnBorderBottomWidth\":1,\"btnBorderTopLeftRadius\":2,\"btnBorderTopRightRadius\":2,\"btnBorderBottomLeftRadius\":2,\"btnBorderBottomRightRadius\":2,\"btnBorderStyle\":\"solid\",\"btnBorderColor\":\"#333\",\"btnBorderHColor\":\"#333\"} -->\n<div class=\"wp-block-uagb-buttons-child uagb-buttons__outer-wrap uagb-block-285650f7 wp-block-button is-style-outline\"><div class=\"uagb-button__wrapper\"><a class=\"uagb-buttons-repeater wp-block-button__link\" href=\"#\" rel=\"follow noopener\" target=\"_self\"><div class=\"uagb-button__link\">View All</div></a></div></div>\n<!-- /wp:uagb/buttons-child --></div></div>\n<!-- /wp:uagb/buttons --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"41573bec\",\"directionDesktop\":\"row\",\"alignItemsTablet\":\"flex-start\",\"paddingLink\":false,\"topMarginDesktop\":50,\"bottomMarginDesktop\":20,\"leftMarginDesktop\":0,\"rightMarginDesktop\":0,\"marginLink\":false,\"variationSelected\":true,\"rowGapMobile\":65,\"columnGapDesktop\":48,\"columnGapTablet\":20} -->\n<div class=\"wp-block-uagb-container uagb-block-41573bec\"><!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"align\":\"center\",\"id\":828,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image aligncenter size-full\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Blue-Roan-pool.png\" alt=\"Blue Roan\'s rock pool\" class=\"wp-image-828\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>A relaxing rock Pool​</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>We have a lovely sparkling blue rock pool next to a thatched Lapa. &nbsp;&nbsp;Lie on recliners on the green lawn or sit on the swing chair in the Lapa and enjoy the panoramic view of the Magaliesberg mountain range.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":829,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/img-20160605-wa0002-largejpg.png\" alt=\"\" class=\"wp-image-829\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>Braai facilities </h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>What can compare to a burning fire under the star-lit African sky? Nothing beats the flavor of cooking over an open flame.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":830,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/ef9d0188da11e2bc56788f5619d9d539.png\" alt=\"\" class=\"wp-image-830\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>A games room </h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>The reception is also a games room for those who enjoy darts or playing pool. &nbsp;Take a selection of DVDs back to your room and watch movies on your own DVD player. &nbsp;There is also a selection of board games and music CDs that you can borrow.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div>\n<!-- /wp:uagb/container --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"bf128c31\",\"backgroundType\":\"color\",\"backgroundSizeTablet\":\"cover\",\"backgroundSizeMobile\":\"cover\",\"backgroundColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"bottomPaddingDesktop\":104,\"leftPaddingDesktop\":40,\"rightPaddingDesktop\":40,\"topPaddingTablet\":80,\"bottomPaddingTablet\":80,\"leftPaddingTablet\":40,\"rightPaddingTablet\":40,\"topPaddingMobile\":64,\"bottomPaddingMobile\":64,\"leftPaddingMobile\":24,\"rightPaddingMobile\":24,\"paddingLink\":false,\"variationSelected\":true,\"rowGapDesktop\":0,\"isBlockRootParent\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-bf128c31 alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/advanced-heading {\"block_id\":\"efc023ca\",\"classMigrate\":true,\"headingDescToggle\":true,\"headingAlign\":\"center\",\"headingAlignMobile\":\"left\",\"subHeadingColor\":\"\",\"headSpace\":20,\"subHeadFontSize\":16,\"blockBottomPadding\":20} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-efc023ca\"><h2 class=\"uagb-heading-text\">Our Inside Pictures​</h2><p class=\"uagb-desc-text\">Take a look at some pretty pictures captured in and around our premises.</p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/container {\"block_id\":\"0cbccecb\",\"directionDesktop\":\"row\",\"alignItemsDesktop\":\"flex-start\",\"topMarginDesktop\":20,\"bottomMarginDesktop\":0,\"leftMarginDesktop\":0,\"rightMarginDesktop\":0,\"marginLink\":false,\"variationSelected\":true,\"rowGapMobile\":24,\"columnGapDesktop\":24,\"columnGapTablet\":20} -->\n<div class=\"wp-block-uagb-container uagb-block-0cbccecb\"><!-- wp:uagb/container {\"block_id\":\"d2646b30\",\"widthDesktop\":32,\"variationSelected\":true,\"rowGapDesktop\":24,\"rowGapTablet\":20,\"rowGapMobile\":24,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-d2646b30\"><!-- wp:uagb/image {\"block_id\":\"138adbbe\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/red-rose-1024x683.jpg\",\"id\":834,\"linkDestination\":\"none\",\"width\":385,\"height\":284,\"naturalWidth\":1024,\"naturalHeight\":683,\"sizeSlug\":\"large\",\"sizeSlugTablet\":\"large\",\"sizeSlugMobile\":\"large\",\"customHeightSetDesktop\":true} -->\n<div class=\"wp-block-uagb-image uagb-block-138adbbe wp-block-uagb-image--layout-default wp-block-uagb-image--effect-static wp-block-uagb-image--align-none\"><figure class=\"wp-block-uagb-image__figure\"><img srcset=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/red-rose-1024x683.jpg \" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/red-rose-1024x683.jpg\" alt=\"\" class=\"uag-image-834\" width=\"385\" height=\"284\" title=\"\" loading=\"lazy\"/></figure></div>\n<!-- /wp:uagb/image -->\n\n<!-- wp:uagb/image {\"block_id\":\"bf45af31\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/49g.jpg\",\"id\":838,\"linkDestination\":\"none\",\"width\":385,\"height\":284,\"naturalWidth\":650,\"naturalHeight\":450,\"sizeSlug\":\"full\",\"sizeSlugTablet\":\"full\",\"sizeSlugMobile\":\"full\",\"customHeightSetDesktop\":true} -->\n<div class=\"wp-block-uagb-image uagb-block-bf45af31 wp-block-uagb-image--layout-default wp-block-uagb-image--effect-static wp-block-uagb-image--align-none\"><figure class=\"wp-block-uagb-image__figure\"><img srcset=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/49g.jpg \" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/49g.jpg\" alt=\"\" class=\"uag-image-838\" width=\"385\" height=\"284\" title=\"\" loading=\"lazy\"/></figure></div>\n<!-- /wp:uagb/image --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"c98753be\",\"widthDesktop\":67,\"variationSelected\":true,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-c98753be\"><!-- wp:uagb/image {\"block_id\":\"adbba87b\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAA39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba-1-1024x768.png\",\"id\":905,\"linkDestination\":\"none\",\"naturalWidth\":1024,\"naturalHeight\":768,\"sizeSlug\":\"large\",\"sizeSlugTablet\":\"large\",\"sizeSlugMobile\":\"large\"} -->\n<div class=\"wp-block-uagb-image uagb-block-adbba87b wp-block-uagb-image--layout-default wp-block-uagb-image--effect-static wp-block-uagb-image--align-none\"><figure class=\"wp-block-uagb-image__figure\"><img srcset=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAA39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba-1-1024x768.png \" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAA39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba-1-1024x768.png\" alt=\"\" class=\"uag-image-905\" width=\"\" height=\"\" title=\"\" loading=\"lazy\"/></figure></div>\n<!-- /wp:uagb/image --></div>\n<!-- /wp:uagb/container --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"40843167\",\"directionDesktop\":\"row\",\"alignItemsDesktop\":\"flex-start\",\"topMarginDesktop\":24,\"bottomMarginDesktop\":0,\"leftMarginDesktop\":0,\"rightMarginDesktop\":0,\"topMarginTablet\":20,\"bottomMarginTablet\":0,\"leftMarginTablet\":0,\"rightMarginTablet\":0,\"topMarginMobile\":24,\"bottomMarginMobile\":0,\"leftMarginMobile\":0,\"rightMarginMobile\":0,\"marginLink\":false,\"variationSelected\":true,\"columnGapDesktop\":24,\"columnGapTablet\":20} -->\n<div class=\"wp-block-uagb-container uagb-block-40843167\"><!-- wp:uagb/container {\"block_id\":\"48949c3f\",\"widthDesktop\":67,\"variationSelected\":true,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-48949c3f\"><!-- wp:image {\"id\":837,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-8-1024x678.jpg\" alt=\"\" class=\"wp-image-837\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"2d243a55\",\"widthDesktop\":32,\"variationSelected\":true,\"rowGapDesktop\":24,\"rowGapTablet\":20,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-2d243a55\"><!-- wp:uagb/image {\"block_id\":\"539a5678\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Blue-roan-pool-01.jpg\",\"id\":782,\"linkDestination\":\"none\",\"width\":385,\"height\":250,\"naturalWidth\":800,\"naturalHeight\":534,\"sizeSlug\":\"full\",\"sizeSlugTablet\":\"full\",\"sizeSlugMobile\":\"full\",\"customHeightSetDesktop\":true} -->\n<div class=\"wp-block-uagb-image uagb-block-539a5678 wp-block-uagb-image--layout-default wp-block-uagb-image--effect-static wp-block-uagb-image--align-none\"><figure class=\"wp-block-uagb-image__figure\"><img srcset=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Blue-roan-pool-01.jpg \" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Blue-roan-pool-01.jpg\" alt=\"\" class=\"uag-image-782\" width=\"385\" height=\"250\" title=\"\" loading=\"lazy\"/></figure></div>\n<!-- /wp:uagb/image -->\n\n<!-- wp:uagb/image {\"block_id\":\"342d71b7\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/bird-1024x683.jpg\",\"id\":910,\"linkDestination\":\"none\",\"width\":385,\"height\":250,\"naturalWidth\":1024,\"naturalHeight\":683,\"sizeSlug\":\"large\",\"sizeSlugTablet\":\"large\",\"sizeSlugMobile\":\"large\",\"customHeightSetDesktop\":true} -->\n<div class=\"wp-block-uagb-image uagb-block-342d71b7 wp-block-uagb-image--layout-default wp-block-uagb-image--effect-static wp-block-uagb-image--align-none\"><figure class=\"wp-block-uagb-image__figure\"><img srcset=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/bird-1024x683.jpg \" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/bird-1024x683.jpg\" alt=\"\" class=\"uag-image-910\" width=\"385\" height=\"250\" title=\"\" loading=\"lazy\"/></figure></div>\n<!-- /wp:uagb/image --></div>\n<!-- /wp:uagb/container --></div>\n<!-- /wp:uagb/container --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"fba4a8da\",\"backgroundType\":\"color\",\"backgroundSizeTablet\":\"cover\",\"backgroundSizeMobile\":\"cover\",\"backgroundColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"topPaddingDesktop\":40,\"bottomPaddingDesktop\":104,\"leftPaddingDesktop\":40,\"rightPaddingDesktop\":40,\"topPaddingTablet\":80,\"bottomPaddingTablet\":80,\"leftPaddingTablet\":40,\"rightPaddingTablet\":40,\"topPaddingMobile\":64,\"bottomPaddingMobile\":64,\"leftPaddingMobile\":24,\"rightPaddingMobile\":24,\"paddingLink\":false,\"variationSelected\":true,\"rowGapDesktop\":0,\"isBlockRootParent\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-fba4a8da alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/advanced-heading {\"block_id\":\"c231f21d\",\"classMigrate\":true,\"headingDescToggle\":true,\"headingAlign\":\"center\",\"headingAlignMobile\":\"left\",\"subHeadingColor\":\"\",\"headSpace\":20,\"subHeadFontSize\":16,\"blockBottomPadding\":20} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-c231f21d\"><h2 class=\"uagb-heading-text\">What Our Guests Say​</h2><p class=\"uagb-desc-text\">We take pride in serving our guests the best experience. </p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/container {\"block_id\":\"3737a47c\",\"directionDesktop\":\"row\",\"topMarginDesktop\":40,\"bottomMarginDesktop\":0,\"leftMarginDesktop\":0,\"rightMarginDesktop\":0,\"marginLink\":false,\"variationSelected\":true,\"rowGapMobile\":40,\"columnGapDesktop\":90} -->\n<div class=\"wp-block-uagb-container uagb-block-3737a47c\"><!-- wp:uagb/container {\"block_id\":\"509b51c6\",\"widthDesktop\":50,\"variationSelected\":true,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-509b51c6\"><!-- wp:uagb/testimonial {\"test_item_count\":1,\"classMigrate\":true,\"test_block\":[{\"description\":\"\\u0022Thank you for a most enjoyable weekend stay and for making our anniversary so special.  Thank you for your kind and lovely friendship which we really appreciate!!!\\u0022​\",\"name\":\"\\u003cstrong\\u003eBrenda and Theuns\\u003c/strong\\u003e\",\"company\":\"\",\"image\":{\"id\":119,\"title\":\"testimonial1\",\"filename\":\"testimonial1.jpg\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/testimonial1.jpg\",\"link\":\"https://blueroan.netgen.cloud/testimonial1/\",\"alt\":\"\",\"author\":\"34\",\"description\":\"\",\"caption\":\"\",\"name\":\"testimonial1\",\"status\":\"inherit\",\"uploadedTo\":0,\"date\":\"2021-05-11T05:02:02.000Z\",\"modified\":\"2021-05-11T05:02:02.000Z\",\"menuOrder\":0,\"mime\":\"image/jpeg\",\"type\":\"image\",\"subtype\":\"jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/default.png\",\"dateFormatted\":\"May 11, 2021\",\"nonces\":{\"update\":\"b92fe40c3d\",\"delete\":\"643c1eb8f1\",\"edit\":\"d3e7d56b1d\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=119\\u0026action=edit\",\"meta\":false,\"authorName\":\"Rishabh\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/user-edit.php?user_id=34\",\"filesizeInBytes\":11264,\"filesizeHumanReadable\":\"11 KB\",\"context\":\"\",\"height\":250,\"width\":250,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/testimonial1-150x150.jpg\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/testimonial1.jpg\",\"height\":250,\"width\":250,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}}}],\"headingAlign\":\"left\",\"headingAlignTablet\":\"left\",\"headingAlignMobile\":\"left\",\"descColor\":\"var(\\u002d\\u002dast-global-color-3)\",\"nameFontSize\":14,\"nameLineHeight\":1,\"descFontSize\":16,\"descFontWeight\":\"600\",\"nameSpace\":1,\"block_id\":\"9371ef3d\",\"iconImage\":{\"url\":\"\",\"alt\":\"InfoBox placeholder img\"},\"imageWidth\":32,\"columnGap\":1,\"borderStyle\":\"\",\"paddingTop\":0,\"paddingBottom\":0,\"paddingLeft\":0,\"paddingRight\":0,\"spacingLink\":true,\"imgpaddingTop\":0,\"imgpaddingRight\":15,\"imgpaddingBottom\":0,\"imgpaddingLeft\":0,\"overallBorderStyle\":\"none\",\"imgTagHeight\":32,\"imgTagWidth\":150} -->\n<div class=\"wp-block-uagb-testimonial uagb-slick-carousel uagb-tm__arrow-outside uagb-block-9371ef3d uagb-post__carousel_notset uagb-post__carousel_notset-tablet uagb-post__carousel_notset-mobile\"><div class=\"is-carousel uagb-tm__columns-1 uagb-tm__items\"><div class=\"uagb-testimonial__wrap  uagb-tm__imgicon-style-circle uagb-tm__image-position-bottom uagb-tm__bg-type-none \"><div class=\"uagb-tm__content\"><div class=\"uagb-tm__overlay\"></div><div class=\"uagb-tm__text-wrap\"><div class=\"uagb-tm__desc\">\"Thank you for a most enjoyable weekend stay and for making our anniversary so special.  Thank you for your kind and lovely friendship which we really appreciate!!!\"​</div><div class=\"uagb-tm__meta-inner\"><div class=\"uagb-tm__image-content\"><div class=\"uagb-tm__image\"><img class=\"uagb-tm-img-src\" src=\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/testimonial1-150x150.jpg\" alt=\"\" width=\"32\" height=\"32\" loading=\"lazy\"/></div></div><div class=\"uagb-testimonial-details\"><span class=\"uagb-tm__author-name\"><strong>Brenda and Theuns</strong></span><span class=\"uagb-tm__company\"></span></div></div></div></div></div></div></div>\n<!-- /wp:uagb/testimonial -->\n\n<!-- wp:uagb/testimonial {\"test_item_count\":1,\"classMigrate\":true,\"test_block\":[{\"description\":\"\\u0022Breaking away from city life and coming out to a most wonderful romantic weekend away.  The unit is so comfortable.  Thank you for your great hospitality - we had an awesome time here.  Go well - with love\\u0022​\",\"name\":\"\\u003cstrong\\u003e\\u003cstrong\\u003e\\u003cstrong\\u003eLiz \\u0026amp; Eddie\\u003c/strong\\u003e\\u003c/strong\\u003e\\u003c/strong\\u003e\",\"company\":\"\",\"image\":{\"id\":122,\"title\":\"testimonial4\",\"filename\":\"testimonial4.jpg\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/testimonial4.jpg\",\"link\":\"https://blueroan.netgen.cloud/testimonial4/\",\"alt\":\"\",\"author\":\"34\",\"description\":\"\",\"caption\":\"\",\"name\":\"testimonial4\",\"status\":\"inherit\",\"uploadedTo\":0,\"date\":\"2021-05-11T05:02:06.000Z\",\"modified\":\"2021-05-11T05:02:06.000Z\",\"menuOrder\":0,\"mime\":\"image/jpeg\",\"type\":\"image\",\"subtype\":\"jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/default.png\",\"dateFormatted\":\"May 11, 2021\",\"nonces\":{\"update\":\"4e34860add\",\"delete\":\"9e126a55cd\",\"edit\":\"33ffd3c040\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=122\\u0026action=edit\",\"meta\":false,\"authorName\":\"Rishabh\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/user-edit.php?user_id=34\",\"filesizeInBytes\":16584,\"filesizeHumanReadable\":\"16 KB\",\"context\":\"\",\"height\":250,\"width\":250,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/testimonial4-150x150.jpg\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/testimonial4.jpg\",\"height\":250,\"width\":250,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}}}],\"headingAlign\":\"left\",\"headingAlignTablet\":\"left\",\"headingAlignMobile\":\"left\",\"descColor\":\"var(\\u002d\\u002dast-global-color-3)\",\"nameFontSize\":14,\"nameLineHeight\":1,\"descFontSize\":16,\"descFontWeight\":\"600\",\"nameSpace\":1,\"block_id\":\"0796cfbc\",\"iconImage\":{\"url\":\"\",\"alt\":\"InfoBox placeholder img\"},\"imageWidth\":32,\"columnGap\":1,\"borderStyle\":\"\",\"paddingTop\":0,\"paddingBottom\":0,\"paddingLeft\":0,\"paddingRight\":0,\"spacingLink\":true,\"imgpaddingTop\":0,\"imgpaddingRight\":15,\"imgpaddingBottom\":0,\"imgpaddingLeft\":0,\"overallBorderStyle\":\"none\",\"imgTagHeight\":32,\"imgTagWidth\":150} -->\n<div class=\"wp-block-uagb-testimonial uagb-slick-carousel uagb-tm__arrow-outside uagb-block-0796cfbc uagb-post__carousel_notset uagb-post__carousel_notset-tablet uagb-post__carousel_notset-mobile\"><div class=\"is-carousel uagb-tm__columns-1 uagb-tm__items\"><div class=\"uagb-testimonial__wrap  uagb-tm__imgicon-style-circle uagb-tm__image-position-bottom uagb-tm__bg-type-none \"><div class=\"uagb-tm__content\"><div class=\"uagb-tm__overlay\"></div><div class=\"uagb-tm__text-wrap\"><div class=\"uagb-tm__desc\">\"Breaking away from city life and coming out to a most wonderful romantic weekend away.  The unit is so comfortable.  Thank you for your great hospitality - we had an awesome time here.  Go well - with love\"​</div><div class=\"uagb-tm__meta-inner\"><div class=\"uagb-tm__image-content\"><div class=\"uagb-tm__image\"><img class=\"uagb-tm-img-src\" src=\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/testimonial4-150x150.jpg\" alt=\"\" width=\"32\" height=\"32\" loading=\"lazy\"/></div></div><div class=\"uagb-testimonial-details\"><span class=\"uagb-tm__author-name\"><strong><strong><strong>Liz &amp; Eddie</strong></strong></strong></span><span class=\"uagb-tm__company\"></span></div></div></div></div></div></div></div>\n<!-- /wp:uagb/testimonial --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"09d6e740\",\"widthDesktop\":50,\"variationSelected\":true,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-09d6e740\"><!-- wp:uagb/testimonial {\"test_item_count\":1,\"classMigrate\":true,\"test_block\":[{\"description\":\"\\u0022Judy, what a wonderful place you have here - we were so delighted to spend the weekend here, so tranquil, peaceful, and beautiful. You made us feel right at home. Definitely a place worth 5 stars! Go well.\\u0022​\",\"name\":\"\\u003cstrong\\u003e\\u003cstrong\\u003eBrian\\u003c/strong\\u003e\\u003c/strong\\u003e \\u003cstrong\\u003e\\u003cstrong\\u003e\\u003cstrong\\u003eand \\u003cstrong\\u003eMariska\\u003c/strong\\u003e\\u003c/strong\\u003e\\u003cbr\\u003e\\u003c/strong\\u003e\\u003c/strong\\u003e\",\"company\":\"\",\"image\":{\"id\":120,\"title\":\"testimonial2\",\"filename\":\"testimonial2.jpg\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/testimonial2.jpg\",\"link\":\"https://blueroan.netgen.cloud/testimonial2/\",\"alt\":\"\",\"author\":\"34\",\"description\":\"\",\"caption\":\"\",\"name\":\"testimonial2\",\"status\":\"inherit\",\"uploadedTo\":0,\"date\":\"2021-05-11T05:02:03.000Z\",\"modified\":\"2021-05-11T05:02:03.000Z\",\"menuOrder\":0,\"mime\":\"image/jpeg\",\"type\":\"image\",\"subtype\":\"jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/default.png\",\"dateFormatted\":\"May 11, 2021\",\"nonces\":{\"update\":\"1ee6412858\",\"delete\":\"4414a2ccbf\",\"edit\":\"bde7b1f490\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=120\\u0026action=edit\",\"meta\":false,\"authorName\":\"Rishabh\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/user-edit.php?user_id=34\",\"filesizeInBytes\":10087,\"filesizeHumanReadable\":\"10 KB\",\"context\":\"\",\"height\":250,\"width\":250,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/testimonial2-150x150.jpg\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/testimonial2.jpg\",\"height\":250,\"width\":250,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}}}],\"headingAlign\":\"left\",\"headingAlignTablet\":\"left\",\"headingAlignMobile\":\"left\",\"descColor\":\"var(\\u002d\\u002dast-global-color-3)\",\"nameFontSize\":14,\"nameLineHeight\":1,\"descFontSize\":16,\"descFontWeight\":\"600\",\"nameSpace\":1,\"block_id\":\"badec77a\",\"iconImage\":{\"url\":\"\",\"alt\":\"InfoBox placeholder img\"},\"imageWidth\":32,\"columnGap\":1,\"borderStyle\":\"\",\"paddingTop\":0,\"paddingBottom\":0,\"paddingLeft\":0,\"paddingRight\":0,\"spacingLink\":true,\"imgpaddingTop\":0,\"imgpaddingRight\":15,\"imgpaddingBottom\":0,\"imgpaddingLeft\":0,\"overallBorderStyle\":\"none\",\"imgTagHeight\":32,\"imgTagWidth\":150} -->\n<div class=\"wp-block-uagb-testimonial uagb-slick-carousel uagb-tm__arrow-outside uagb-block-badec77a uagb-post__carousel_notset uagb-post__carousel_notset-tablet uagb-post__carousel_notset-mobile\"><div class=\"is-carousel uagb-tm__columns-1 uagb-tm__items\"><div class=\"uagb-testimonial__wrap  uagb-tm__imgicon-style-circle uagb-tm__image-position-bottom uagb-tm__bg-type-none \"><div class=\"uagb-tm__content\"><div class=\"uagb-tm__overlay\"></div><div class=\"uagb-tm__text-wrap\"><div class=\"uagb-tm__desc\">\"Judy, what a wonderful place you have here - we were so delighted to spend the weekend here, so tranquil, peaceful, and beautiful. You made us feel right at home. Definitely a place worth 5 stars! Go well.\"​</div><div class=\"uagb-tm__meta-inner\"><div class=\"uagb-tm__image-content\"><div class=\"uagb-tm__image\"><img class=\"uagb-tm-img-src\" src=\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/testimonial2-150x150.jpg\" alt=\"\" width=\"32\" height=\"32\" loading=\"lazy\"/></div></div><div class=\"uagb-testimonial-details\"><span class=\"uagb-tm__author-name\"><strong><strong>Brian</strong></strong> <strong><strong><strong>and <strong>Mariska</strong></strong><br></strong></strong></span><span class=\"uagb-tm__company\"></span></div></div></div></div></div></div></div>\n<!-- /wp:uagb/testimonial -->\n\n<!-- wp:uagb/testimonial {\"test_item_count\":1,\"classMigrate\":true,\"test_block\":[{\"description\":\"\\u0022Thank you for the most wonderful time, Judy!  This was the most peaceful and perfect place to get engaged!  We will most certainly be back!!!  Your hospitality cannot be topped!\\u0022​\",\"name\":\"\\u003cstrong\\u003e\\u003cstrong\\u003e\\u003cstrong\\u003e\\u003cstrong\\u003eBrett and Kelly\\u003c/strong\\u003e\\u003c/strong\\u003e\\u003c/strong\\u003e\\u003c/strong\\u003e\",\"company\":\"\",\"image\":{\"id\":121,\"title\":\"testimonial3\",\"filename\":\"testimonial3.jpg\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/testimonial3.jpg\",\"link\":\"https://blueroan.netgen.cloud/testimonial3/\",\"alt\":\"\",\"author\":\"34\",\"description\":\"\",\"caption\":\"\",\"name\":\"testimonial3\",\"status\":\"inherit\",\"uploadedTo\":0,\"date\":\"2021-05-11T05:02:05.000Z\",\"modified\":\"2021-05-11T05:02:05.000Z\",\"menuOrder\":0,\"mime\":\"image/jpeg\",\"type\":\"image\",\"subtype\":\"jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/default.png\",\"dateFormatted\":\"May 11, 2021\",\"nonces\":{\"update\":\"290653da5d\",\"delete\":\"90a4fb2d63\",\"edit\":\"ff8a64e56e\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=121\\u0026action=edit\",\"meta\":false,\"authorName\":\"Rishabh\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/user-edit.php?user_id=34\",\"filesizeInBytes\":8748,\"filesizeHumanReadable\":\"9 KB\",\"context\":\"\",\"height\":250,\"width\":250,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/testimonial3-150x150.jpg\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/testimonial3.jpg\",\"height\":250,\"width\":250,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}}}],\"headingAlign\":\"left\",\"headingAlignTablet\":\"left\",\"headingAlignMobile\":\"left\",\"descColor\":\"var(\\u002d\\u002dast-global-color-3)\",\"nameFontSize\":14,\"nameLineHeight\":1,\"descFontSize\":16,\"descFontWeight\":\"600\",\"nameSpace\":1,\"block_id\":\"0da9b938\",\"iconImage\":{\"url\":\"\",\"alt\":\"InfoBox placeholder img\"},\"imageWidth\":32,\"columnGap\":1,\"borderStyle\":\"\",\"paddingTop\":0,\"paddingBottom\":0,\"paddingLeft\":0,\"paddingRight\":0,\"spacingLink\":true,\"imgpaddingTop\":0,\"imgpaddingRight\":15,\"imgpaddingBottom\":0,\"imgpaddingLeft\":0,\"overallBorderStyle\":\"none\",\"imgTagHeight\":32,\"imgTagWidth\":150} -->\n<div class=\"wp-block-uagb-testimonial uagb-slick-carousel uagb-tm__arrow-outside uagb-block-0da9b938 uagb-post__carousel_notset uagb-post__carousel_notset-tablet uagb-post__carousel_notset-mobile\"><div class=\"is-carousel uagb-tm__columns-1 uagb-tm__items\"><div class=\"uagb-testimonial__wrap  uagb-tm__imgicon-style-circle uagb-tm__image-position-bottom uagb-tm__bg-type-none \"><div class=\"uagb-tm__content\"><div class=\"uagb-tm__overlay\"></div><div class=\"uagb-tm__text-wrap\"><div class=\"uagb-tm__desc\">\"Thank you for the most wonderful time, Judy!  This was the most peaceful and perfect place to get engaged!  We will most certainly be back!!!  Your hospitality cannot be topped!\"​</div><div class=\"uagb-tm__meta-inner\"><div class=\"uagb-tm__image-content\"><div class=\"uagb-tm__image\"><img class=\"uagb-tm-img-src\" src=\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/testimonial3-150x150.jpg\" alt=\"\" width=\"32\" height=\"32\" loading=\"lazy\"/></div></div><div class=\"uagb-testimonial-details\"><span class=\"uagb-tm__author-name\"><strong><strong><strong><strong>Brett and Kelly</strong></strong></strong></strong></span><span class=\"uagb-tm__company\"></span></div></div></div></div></div></div></div>\n<!-- /wp:uagb/testimonial --></div>\n<!-- /wp:uagb/container --></div>\n<!-- /wp:uagb/container --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"291880f7\",\"innerContentCustomWidthDesktop\":781,\"innerContentCustomWidthTablet\":781,\"backgroundType\":\"image\",\"backgroundImageDesktop\":{\"id\":809,\"title\":\"26759994757_767d9794fd_b\",\"filename\":\"26759994757_767d9794fd_b.jpg\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/26759994757_767d9794fd_b.jpg\",\"link\":\"https://blueroan.netgen.cloud/?attachment_id=809\",\"alt\":\"\",\"author\":\"2\",\"description\":\"\",\"caption\":\"\",\"name\":\"26759994757_767d9794fd_b\",\"status\":\"inherit\",\"uploadedTo\":805,\"date\":\"2022-12-13T09:51:53.000Z\",\"modified\":\"2022-12-13T09:51:53.000Z\",\"menuOrder\":0,\"mime\":\"image/jpeg\",\"type\":\"image\",\"subtype\":\"jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-includes/images/media/default.png\",\"dateFormatted\":\"December 13, 2022\",\"nonces\":{\"update\":\"39b5c0eef1\",\"delete\":\"fde92abd83\",\"edit\":\"3923face9e\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=809\\u0026action=edit\",\"meta\":false,\"authorName\":\"Netgen Support\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/profile.php\",\"uploadedToTitle\":\"Magaliesburg\",\"uploadedToLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=805\\u0026action=edit\",\"filesizeInBytes\":143610,\"filesizeHumanReadable\":\"140 KB\",\"context\":\"\",\"height\":683,\"width\":1024,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/26759994757_767d9794fd_b-150x150.jpg\",\"orientation\":\"landscape\"},\"medium\":{\"height\":200,\"width\":300,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/26759994757_767d9794fd_b-300x200.jpg\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/26759994757_767d9794fd_b.jpg\",\"height\":683,\"width\":1024,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"backgroundImageColor\":\"rgba(42,42,42,0.65)\",\"topPaddingDesktop\":144,\"bottomPaddingDesktop\":144,\"leftPaddingDesktop\":40,\"rightPaddingDesktop\":40,\"topPaddingTablet\":80,\"bottomPaddingTablet\":80,\"leftPaddingTablet\":40,\"rightPaddingTablet\":40,\"topPaddingMobile\":64,\"bottomPaddingMobile\":64,\"leftPaddingMobile\":24,\"rightPaddingMobile\":24,\"paddingLink\":false,\"variationSelected\":true,\"isBlockRootParent\":true,\"overlayType\":\"color\"} -->\n<div class=\"wp-block-uagb-container uagb-block-291880f7 alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/advanced-heading {\"block_id\":\"0960a991\",\"classMigrate\":true,\"headingDescToggle\":true,\"headingAlign\":\"center\",\"headingColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"subHeadingColor\":\"var(\\u002d\\u002dast-global-color-4)\",\"headSpace\":20} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-0960a991\"><h2 class=\"uagb-heading-text\">Plan an Unforgettable Experience at <br>Blue Roan!</h2><p class=\"uagb-desc-text\">Blue Roan is a 4-star graded pet-friendly venue</p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/advanced-heading {\"block_id\":\"368ac536\",\"classMigrate\":true,\"headingTitleToggle\":false,\"headingDescToggle\":true,\"headingAlign\":\"center\",\"subHeadingColor\":\"var(\\u002d\\u002dast-global-color-4)\",\"subHeadTransform\":\"uppercase\",\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"subHeadLetterSpacing\":2,\"blockTopPadding\":60,\"blockRightPadding\":0,\"blockLeftPadding\":0,\"blockBottomPadding\":0,\"blockTopPaddingMobile\":30,\"blockRightPaddingMobile\":0,\"blockLeftPaddingMobile\":0,\"blockBottomPaddingMobile\":0,\"linkColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"linkHColor\":\"var(\\u002d\\u002dast-global-color-0)\"} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-368ac536\"><p class=\"uagb-desc-text\"><a href=\"https://book.nightsbridge.com/11065\" target=\"_blank\" rel=\"noreferrer noopener\">BOOK YOUR STAY NOW​</a></p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/icon-list {\"block_id\":\"3cc3dc97\",\"classMigrate\":true,\"childMigrate\":true,\"align\":\"center\",\"parentIcon\":\"phone\",\"size\":40,\"sizeMobile\":24,\"sizeTablet\":32,\"fontSize\":48,\"fontSizeMobile\":28,\"fontSizeTablet\":40,\"fontWeight\":\"600\",\"iconColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"labelColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"blockTopPadding\":0,\"blockRightPadding\":0,\"blockLeftPadding\":0,\"blockBottomPadding\":24,\"blockPaddingLink\":false} -->\n<div class=\"wp-block-uagb-icon-list uagb-block-3cc3dc97\"><div class=\"uagb-icon-list__wrap\"><!-- wp:uagb/icon-list-child {\"block_id\":\"5f5e665b\",\"label\":\" + 27 (0) 82 575 5409\",\"label_color\":\"\",\"link\":\"tel:+27825755409\",\"disableLink\":true,\"fromParentIcon\":\"phone\",\"imageSizeChild\":40} -->\n<div class=\"wp-block-uagb-icon-list-child uagb-block-5f5e665b\"><a target=\"_self\" aria-label=\" + 27 (0) 82 575 5409\" rel=\"noopener noreferrer\" href=\"tel:+27825755409\"> </a><span class=\"uagb-icon-list__source-wrap\"><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M511.2 387l-23.25 100.8c-3.266 14.25-15.79 24.22-30.46 24.22C205.2 512 0 306.8 0 54.5c0-14.66 9.969-27.2 24.22-30.45l100.8-23.25C139.7-2.602 154.7 5.018 160.8 18.92l46.52 108.5c5.438 12.78 1.77 27.67-8.98 36.45L144.5 207.1c33.98 69.22 90.26 125.5 159.5 159.5l44.08-53.8c8.688-10.78 23.69-14.51 36.47-8.975l108.5 46.51C506.1 357.2 514.6 372.4 511.2 387z\"></path></svg></span><span class=\"uagb-icon-list__label\"> + 27 (0) 82 575 5409</span></div>\n<!-- /wp:uagb/icon-list-child -->\n\n<!-- wp:uagb/icon-list-child {\"block_id\":\"33925e9f\",\"label\":\"blueroan@ugo.co.za\",\"icon\":\"envelope\",\"label_color\":\"\",\"link\":\"mailto:blueroan@ugo.co.za\",\"disableLink\":true,\"fromParentIcon\":\"phone\",\"imageSizeChild\":40} -->\n<div class=\"wp-block-uagb-icon-list-child uagb-block-33925e9f\"><a target=\"_self\" aria-label=\"blueroan@ugo.co.za\" rel=\"noopener noreferrer\" href=\"mailto:blueroan@ugo.co.za\"> </a><span class=\"uagb-icon-list__source-wrap\"><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M464 64C490.5 64 512 85.49 512 112C512 127.1 504.9 141.3 492.8 150.4L275.2 313.6C263.8 322.1 248.2 322.1 236.8 313.6L19.2 150.4C7.113 141.3 0 127.1 0 112C0 85.49 21.49 64 48 64H464zM217.6 339.2C240.4 356.3 271.6 356.3 294.4 339.2L512 176V384C512 419.3 483.3 448 448 448H64C28.65 448 0 419.3 0 384V176L217.6 339.2z\"></path></svg></span><span class=\"uagb-icon-list__label\">blueroan@ugo.co.za</span></div>\n<!-- /wp:uagb/icon-list-child --></div></div>\n<!-- /wp:uagb/icon-list --></div></div>\n<!-- /wp:uagb/container -->',	'Home',	'',	'inherit',	'closed',	'closed',	'',	'760-revision-v1',	'',	'',	'2022-12-15 08:20:15',	'2022-12-15 08:20:15',	'',	760,	'https://blueroan.netgen.cloud/?p=1141',	0,	'revision',	'',	0),
(1142,	2,	'2022-12-15 09:19:59',	'2022-12-15 09:19:59',	'<!-- wp:uagb/container {\"block_id\":\"13552e58\",\"backgroundType\":\"image\",\"backgroundImageDesktop\":{\"uploading\":false,\"date\":1670942633000,\"filename\":\"sun-coming-up.jpg\",\"menuOrder\":0,\"uploadedTo\":763,\"type\":\"image\",\"subtype\":\"jpeg\",\"id\":891,\"title\":\"sun-coming-up\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/sun-coming-up.jpg\",\"link\":\"https://blueroan.netgen.cloud/contact/sun-coming-up/\",\"alt\":\"\",\"author\":\"2\",\"description\":\"\",\"caption\":\"\",\"name\":\"sun-coming-up\",\"status\":\"inherit\",\"modified\":1670942633000,\"mime\":\"image/jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-includes/images/media/default.png\",\"dateFormatted\":\"December 13, 2022\",\"nonces\":{\"update\":\"0b6ba1e912\",\"delete\":\"ed9c1b4aaf\",\"edit\":\"102223bebb\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=891\\u0026action=edit\",\"meta\":false,\"authorName\":\"Netgen Support\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/profile.php\",\"uploadedToTitle\":\"Contact\",\"uploadedToLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=763\\u0026action=edit\",\"filesizeInBytes\":238877,\"filesizeHumanReadable\":\"233 KB\",\"context\":\"\",\"height\":800,\"width\":1200,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/sun-coming-up-150x150.jpg\",\"orientation\":\"landscape\"},\"medium\":{\"height\":200,\"width\":300,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/sun-coming-up-300x200.jpg\",\"orientation\":\"landscape\"},\"large\":{\"height\":683,\"width\":1024,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/sun-coming-up-1024x683.jpg\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/sun-coming-up.jpg\",\"height\":800,\"width\":1200,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"backgroundPositionDesktop\":{\"x\":0.6,\"y\":0.78},\"backgroundSizeTablet\":\"cover\",\"backgroundSizeMobile\":\"cover\",\"backgroundColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"backgroundImageColor\":\"rgba(42,42,42,0.5)\",\"topPaddingDesktop\":220,\"bottomPaddingDesktop\":150,\"topPaddingTablet\":170,\"bottomPaddingTablet\":160,\"leftPaddingTablet\":30,\"rightPaddingTablet\":30,\"topPaddingMobile\":180,\"bottomPaddingMobile\":80,\"leftPaddingMobile\":20,\"rightPaddingMobile\":20,\"paddingLink\":false,\"variationSelected\":true,\"isBlockRootParent\":true,\"overlayType\":\"color\"} -->\n<div class=\"wp-block-uagb-container uagb-block-13552e58 alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/advanced-heading {\"block_id\":\"b05a1130\",\"classMigrate\":true,\"headingDescToggle\":true,\"headingColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"subHeadingColor\":\"var(\\u002d\\u002dast-global-color-4)\",\"headingTag\":\"h1\",\"headSpace\":20,\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"blockTopPadding\":0,\"blockRightPadding\":50,\"blockLeftPadding\":0,\"blockBottomPadding\":0,\"blockTopPaddingTablet\":0,\"blockRightPaddingTablet\":20,\"blockLeftPaddingTablet\":0,\"blockBottomPaddingTablet\":0,\"blockTopPaddingMobile\":0,\"blockRightPaddingMobile\":0,\"blockLeftPaddingMobile\":0,\"blockBottomPaddingMobile\":0,\"blockPaddingUnit\":\"%\",\"blockPaddingUnitTablet\":\"%\"} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-b05a1130\"><h1 class=\"uagb-heading-text\">Contact Us​</h1><p class=\"uagb-desc-text\">Do you want to enquire about our pricing, current offers, and arrangements we can help you with? Give us a call or send us an email. </p></div>\n<!-- /wp:uagb/advanced-heading --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"ad9be0b7\",\"directionDesktop\":\"row\",\"alignItemsDesktop\":\"flex-start\",\"backgroundType\":\"color\",\"backgroundSizeTablet\":\"cover\",\"backgroundSizeMobile\":\"cover\",\"backgroundColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"topPaddingDesktop\":100,\"bottomPaddingDesktop\":100,\"topPaddingTablet\":80,\"bottomPaddingTablet\":80,\"leftPaddingTablet\":30,\"rightPaddingTablet\":30,\"topPaddingMobile\":80,\"bottomPaddingMobile\":80,\"leftPaddingMobile\":20,\"rightPaddingMobile\":20,\"paddingLink\":false,\"variationSelected\":true,\"rowGapMobile\":50,\"columnGapDesktop\":0,\"isBlockRootParent\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-ad9be0b7 alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/container {\"block_id\":\"3c7d7c4c\",\"topPaddingDesktop\":30,\"rightPaddingDesktop\":100,\"topPaddingTablet\":30,\"paddingLink\":false,\"variationSelected\":true,\"rowGapDesktop\":0,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-3c7d7c4c\"><!-- wp:uagb/advanced-heading {\"block_id\":\"30092f92\",\"classMigrate\":true,\"headingTag\":\"h6\",\"headSpace\":10} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-30092f92\"><h6 class=\"uagb-heading-text\">Reception Office​</h6></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/advanced-heading {\"block_id\":\"e14727de\",\"classMigrate\":true,\"headingTag\":\"h4\",\"headSpace\":0} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-e14727de\"><h4 class=\"uagb-heading-text\">2855 Nelsonville Rd, Boston, Massachusetts (MA), 40107​</h4></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/advanced-heading {\"block_id\":\"7fa7fb8d\",\"classMigrate\":true,\"headingTag\":\"h6\",\"headSpace\":10,\"blockTopPadding\":35,\"blockRightPadding\":0,\"blockLeftPadding\":0,\"blockBottomPadding\":0} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-7fa7fb8d\"><h6 class=\"uagb-heading-text\">Reception Hours​</h6></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/advanced-heading {\"block_id\":\"aa39f99f\",\"classMigrate\":true,\"headingTag\":\"h4\",\"headSpace\":0} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-aa39f99f\"><h4 class=\"uagb-heading-text\">7:30 AM - 11:00 PM​</h4></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/advanced-heading {\"block_id\":\"ec5978e5\",\"classMigrate\":true,\"headingTag\":\"h6\",\"headSpace\":10,\"blockTopPadding\":35,\"blockRightPadding\":0,\"blockLeftPadding\":0,\"blockBottomPadding\":0} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-ec5978e5\"><h6 class=\"uagb-heading-text\">Contact​</h6></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/advanced-heading {\"block_id\":\"70b460a5\",\"classMigrate\":true,\"headingTag\":\"h4\",\"headSpace\":0} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-70b460a5\"><h4 class=\"uagb-heading-text\">+1-123 456 7890​</h4></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/advanced-heading {\"block_id\":\"63458847\",\"classMigrate\":true,\"headingTag\":\"h4\",\"headSpace\":0,\"blockTopPadding\":10,\"blockRightPadding\":0,\"blockLeftPadding\":0,\"blockBottomPadding\":0} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-63458847\"><h4 class=\"uagb-heading-text\">contact@info.com​</h4></div>\n<!-- /wp:uagb/advanced-heading --></div>\n<!-- /wp:uagb/container --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"29f018e9\",\"innerContentWidth\":\"alignfull\",\"variationSelected\":true,\"isBlockRootParent\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-29f018e9 alignfull uagb-is-root-container\"></div>\n<!-- /wp:uagb/container -->',	'Contact',	'',	'inherit',	'closed',	'closed',	'',	'763-revision-v1',	'',	'',	'2022-12-15 09:19:59',	'2022-12-15 09:19:59',	'',	763,	'https://blueroan.netgen.cloud/?p=1142',	0,	'revision',	'',	0),
(1144,	2,	'2022-12-15 09:24:08',	'2022-12-15 09:24:08',	'<!-- wp:uagb/container {\"block_id\":\"b7575bea\",\"backgroundType\":\"image\",\"backgroundImageDesktop\":{\"uploading\":false,\"date\":1670942633000,\"filename\":\"sun-coming-up.jpg\",\"menuOrder\":0,\"uploadedTo\":763,\"type\":\"image\",\"subtype\":\"jpeg\",\"id\":891,\"title\":\"sun-coming-up\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/sun-coming-up.jpg\",\"link\":\"https://blueroan.netgen.cloud/contact/sun-coming-up/\",\"alt\":\"\",\"author\":\"2\",\"description\":\"\",\"caption\":\"\",\"name\":\"sun-coming-up\",\"status\":\"inherit\",\"modified\":1670942633000,\"mime\":\"image/jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-includes/images/media/default.png\",\"dateFormatted\":\"December 13, 2022\",\"nonces\":{\"update\":\"0b6ba1e912\",\"delete\":\"ed9c1b4aaf\",\"edit\":\"102223bebb\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=891\\u0026action=edit\",\"meta\":false,\"authorName\":\"Netgen Support\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/profile.php\",\"uploadedToTitle\":\"Contact\",\"uploadedToLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=763\\u0026action=edit\",\"filesizeInBytes\":238877,\"filesizeHumanReadable\":\"233 KB\",\"context\":\"\",\"height\":800,\"width\":1200,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/sun-coming-up-150x150.jpg\",\"orientation\":\"landscape\"},\"medium\":{\"height\":200,\"width\":300,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/sun-coming-up-300x200.jpg\",\"orientation\":\"landscape\"},\"large\":{\"height\":683,\"width\":1024,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/sun-coming-up-1024x683.jpg\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/sun-coming-up.jpg\",\"height\":800,\"width\":1200,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"backgroundPositionDesktop\":{\"x\":0.6,\"y\":0.78},\"backgroundSizeTablet\":\"cover\",\"backgroundSizeMobile\":\"cover\",\"backgroundColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"backgroundImageColor\":\"rgba(42,42,42,0.5)\",\"topPaddingDesktop\":220,\"bottomPaddingDesktop\":150,\"topPaddingTablet\":170,\"bottomPaddingTablet\":160,\"leftPaddingTablet\":30,\"rightPaddingTablet\":30,\"topPaddingMobile\":180,\"bottomPaddingMobile\":80,\"leftPaddingMobile\":20,\"rightPaddingMobile\":20,\"paddingLink\":false,\"variationSelected\":true,\"isBlockRootParent\":true,\"overlayType\":\"color\"} -->\n<div class=\"wp-block-uagb-container uagb-block-b7575bea alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/advanced-heading {\"block_id\":\"fe05c908\",\"classMigrate\":true,\"headingDescToggle\":true,\"headingColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"subHeadingColor\":\"var(\\u002d\\u002dast-global-color-4)\",\"headingTag\":\"h1\",\"headSpace\":20,\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"blockTopPadding\":0,\"blockRightPadding\":50,\"blockLeftPadding\":0,\"blockBottomPadding\":0,\"blockTopPaddingTablet\":0,\"blockRightPaddingTablet\":20,\"blockLeftPaddingTablet\":0,\"blockBottomPaddingTablet\":0,\"blockTopPaddingMobile\":0,\"blockRightPaddingMobile\":0,\"blockLeftPaddingMobile\":0,\"blockBottomPaddingMobile\":0,\"blockPaddingUnit\":\"%\",\"blockPaddingUnitTablet\":\"%\"} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-fe05c908\"><h1 class=\"uagb-heading-text\">Contact Us​</h1><p class=\"uagb-desc-text\">Do you want to enquire about our pricing or arrangements we can help you with? Give us a call or send us an email. </p></div>\n<!-- /wp:uagb/advanced-heading --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"997fe042\",\"directionDesktop\":\"row\",\"alignItemsDesktop\":\"flex-start\",\"backgroundType\":\"color\",\"backgroundSizeTablet\":\"cover\",\"backgroundSizeMobile\":\"cover\",\"backgroundColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"topPaddingDesktop\":100,\"bottomPaddingDesktop\":100,\"topPaddingTablet\":80,\"bottomPaddingTablet\":80,\"leftPaddingTablet\":30,\"rightPaddingTablet\":30,\"topPaddingMobile\":80,\"bottomPaddingMobile\":80,\"leftPaddingMobile\":20,\"rightPaddingMobile\":20,\"paddingLink\":false,\"variationSelected\":true,\"rowGapMobile\":50,\"columnGapDesktop\":0,\"isBlockRootParent\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-997fe042 alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/container {\"block_id\":\"30e90689\",\"topPaddingDesktop\":30,\"rightPaddingDesktop\":100,\"topPaddingTablet\":30,\"paddingLink\":false,\"variationSelected\":true,\"rowGapDesktop\":0,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-30e90689\"><!-- wp:uagb/advanced-heading {\"block_id\":\"2e0fe914\",\"classMigrate\":true,\"headingTag\":\"h6\",\"headSpace\":10} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-2e0fe914\"><h6 class=\"uagb-heading-text\">Location </h6></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/advanced-heading {\"block_id\":\"8079a268\",\"classMigrate\":true,\"headingTag\":\"h4\",\"headSpace\":0} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-8079a268\"><h4 class=\"uagb-heading-text\">7.8 km from Magaliesburg on the<br>Koster road, R509, Magaliesburg, 1791</h4></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/advanced-heading {\"block_id\":\"2eccd52d\",\"classMigrate\":true,\"headingTag\":\"h6\",\"headSpace\":10,\"blockTopPadding\":35,\"blockRightPadding\":0,\"blockLeftPadding\":0,\"blockBottomPadding\":0} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-2eccd52d\"><h6 class=\"uagb-heading-text\">Check-in &amp; Check-out times </h6></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/advanced-heading {\"block_id\":\"4cebe0d0\",\"classMigrate\":true,\"headingTag\":\"h4\",\"headSpace\":0} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-4cebe0d0\"><h4 class=\"uagb-heading-text\">Check-in after 14:00 and before 20:00<br>Check out by 10:00 am</h4></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/advanced-heading {\"block_id\":\"9fc51cfb\",\"classMigrate\":true,\"headingTag\":\"h6\",\"headSpace\":10,\"blockTopPadding\":35,\"blockRightPadding\":0,\"blockLeftPadding\":0,\"blockBottomPadding\":0} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-9fc51cfb\"><h6 class=\"uagb-heading-text\">Contact​</h6></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/advanced-heading {\"block_id\":\"4802c877\",\"classMigrate\":true,\"headingTag\":\"h4\",\"headSpace\":0} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-4802c877\"><h4 class=\"uagb-heading-text\">Tel: <strong><a href=\"tel:+27825755409\">+ 27 (0) 82 575 5409</a></strong><br>Email: <strong><a href=\"mailto:blueroan@ugo.co.za\">blueroan@ugo.co.za</a></strong></h4></div>\n<!-- /wp:uagb/advanced-heading --></div>\n<!-- /wp:uagb/container --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"9ad7da84\",\"innerContentWidth\":\"alignfull\",\"variationSelected\":true,\"isBlockRootParent\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-9ad7da84 alignfull uagb-is-root-container\"></div>\n<!-- /wp:uagb/container -->',	'Contact',	'',	'inherit',	'closed',	'closed',	'',	'763-revision-v1',	'',	'',	'2022-12-15 09:24:08',	'2022-12-15 09:24:08',	'',	763,	'https://blueroan.netgen.cloud/?p=1144',	0,	'revision',	'',	0),
(1146,	2,	'2022-12-15 09:31:46',	'2022-12-15 09:31:46',	'<!-- wp:uagb/container {\"block_id\":\"4566279e\",\"backgroundType\":\"image\",\"backgroundImageDesktop\":{\"uploading\":false,\"date\":1670942633000,\"filename\":\"sun-coming-up.jpg\",\"menuOrder\":0,\"uploadedTo\":763,\"type\":\"image\",\"subtype\":\"jpeg\",\"id\":891,\"title\":\"sun-coming-up\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/sun-coming-up.jpg\",\"link\":\"https://blueroan.netgen.cloud/contact/sun-coming-up/\",\"alt\":\"\",\"author\":\"2\",\"description\":\"\",\"caption\":\"\",\"name\":\"sun-coming-up\",\"status\":\"inherit\",\"modified\":1670942633000,\"mime\":\"image/jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-includes/images/media/default.png\",\"dateFormatted\":\"December 13, 2022\",\"nonces\":{\"update\":\"0b6ba1e912\",\"delete\":\"ed9c1b4aaf\",\"edit\":\"102223bebb\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=891\\u0026action=edit\",\"meta\":false,\"authorName\":\"Netgen Support\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/profile.php\",\"uploadedToTitle\":\"Contact\",\"uploadedToLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=763\\u0026action=edit\",\"filesizeInBytes\":238877,\"filesizeHumanReadable\":\"233 KB\",\"context\":\"\",\"height\":800,\"width\":1200,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/sun-coming-up-150x150.jpg\",\"orientation\":\"landscape\"},\"medium\":{\"height\":200,\"width\":300,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/sun-coming-up-300x200.jpg\",\"orientation\":\"landscape\"},\"large\":{\"height\":683,\"width\":1024,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/sun-coming-up-1024x683.jpg\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/sun-coming-up.jpg\",\"height\":800,\"width\":1200,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"backgroundPositionDesktop\":{\"x\":0.6,\"y\":0.78},\"backgroundSizeTablet\":\"cover\",\"backgroundSizeMobile\":\"cover\",\"backgroundColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"backgroundImageColor\":\"rgba(42,42,42,0.5)\",\"topPaddingDesktop\":220,\"bottomPaddingDesktop\":150,\"topPaddingTablet\":170,\"bottomPaddingTablet\":160,\"leftPaddingTablet\":30,\"rightPaddingTablet\":30,\"topPaddingMobile\":180,\"bottomPaddingMobile\":80,\"leftPaddingMobile\":20,\"rightPaddingMobile\":20,\"paddingLink\":false,\"variationSelected\":true,\"isBlockRootParent\":true,\"overlayType\":\"color\"} -->\n<div class=\"wp-block-uagb-container uagb-block-4566279e alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/advanced-heading {\"block_id\":\"469d4275\",\"classMigrate\":true,\"headingDescToggle\":true,\"headingColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"subHeadingColor\":\"var(\\u002d\\u002dast-global-color-4)\",\"headingTag\":\"h1\",\"headSpace\":20,\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"blockTopPadding\":0,\"blockRightPadding\":50,\"blockLeftPadding\":0,\"blockBottomPadding\":0,\"blockTopPaddingTablet\":0,\"blockRightPaddingTablet\":20,\"blockLeftPaddingTablet\":0,\"blockBottomPaddingTablet\":0,\"blockTopPaddingMobile\":0,\"blockRightPaddingMobile\":0,\"blockLeftPaddingMobile\":0,\"blockBottomPaddingMobile\":0,\"blockPaddingUnit\":\"%\",\"blockPaddingUnitTablet\":\"%\"} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-469d4275\"><h1 class=\"uagb-heading-text\">Contact Us​</h1><p class=\"uagb-desc-text\">Do you want to enquire about our pricing or arrangements we can help you with? Give us a call or send us an email. </p></div>\n<!-- /wp:uagb/advanced-heading --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"66026e3b\",\"directionDesktop\":\"row\",\"alignItemsDesktop\":\"flex-start\",\"backgroundType\":\"color\",\"backgroundSizeTablet\":\"cover\",\"backgroundSizeMobile\":\"cover\",\"backgroundColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"topPaddingDesktop\":100,\"bottomPaddingDesktop\":100,\"topPaddingTablet\":80,\"bottomPaddingTablet\":80,\"leftPaddingTablet\":30,\"rightPaddingTablet\":30,\"topPaddingMobile\":80,\"bottomPaddingMobile\":80,\"leftPaddingMobile\":20,\"rightPaddingMobile\":20,\"paddingLink\":false,\"variationSelected\":true,\"rowGapMobile\":50,\"columnGapDesktop\":0,\"isBlockRootParent\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-66026e3b alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/container {\"block_id\":\"03cdf906\",\"topPaddingDesktop\":30,\"rightPaddingDesktop\":100,\"topPaddingTablet\":30,\"paddingLink\":false,\"variationSelected\":true,\"rowGapDesktop\":0,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-03cdf906\"><!-- wp:uagb/advanced-heading {\"block_id\":\"f3fc2dec\",\"classMigrate\":true,\"headingTag\":\"h6\",\"headSpace\":10} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-f3fc2dec\"><h6 class=\"uagb-heading-text\">Location </h6></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/advanced-heading {\"block_id\":\"dde535b6\",\"classMigrate\":true,\"headingTag\":\"h4\",\"headSpace\":0} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-dde535b6\"><h4 class=\"uagb-heading-text\">7.8 km from Magaliesburg on the<br>Koster road, R509, Magaliesburg, 1791</h4></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/advanced-heading {\"block_id\":\"6159a447\",\"classMigrate\":true,\"headingTag\":\"h6\",\"headSpace\":10,\"blockTopPadding\":35,\"blockRightPadding\":0,\"blockLeftPadding\":0,\"blockBottomPadding\":0} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-6159a447\"><h6 class=\"uagb-heading-text\">Check-in &amp; Check-out times </h6></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/advanced-heading {\"block_id\":\"cfe44fbd\",\"classMigrate\":true,\"headingTag\":\"h4\",\"headSpace\":0} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-cfe44fbd\"><h4 class=\"uagb-heading-text\">Check-in after 14:00 and before 20:00<br>Check out by 10:00 am</h4></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/advanced-heading {\"block_id\":\"8def9e2d\",\"classMigrate\":true,\"headingTag\":\"h6\",\"headSpace\":10,\"blockTopPadding\":35,\"blockRightPadding\":0,\"blockLeftPadding\":0,\"blockBottomPadding\":0} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-8def9e2d\"><h6 class=\"uagb-heading-text\">Contact​</h6></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/advanced-heading {\"block_id\":\"82521fcf\",\"classMigrate\":true,\"headingTag\":\"h4\",\"headSpace\":0} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-82521fcf\"><h4 class=\"uagb-heading-text\">Tel:&nbsp;<strong><a href=\"tel:+27825755409\">+ 27 (0) 82 575 5409</a></strong><br>Email:&nbsp;<strong><a href=\"mailto:blueroan@ugo.co.za\">blueroan@ugo.co.za</a></strong></h4></div>\n<!-- /wp:uagb/advanced-heading --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"26820d3e\",\"variationSelected\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-26820d3e\"><!-- wp:page-list /--></div>\n<!-- /wp:uagb/container --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"37708c21\",\"innerContentWidth\":\"alignfull\",\"variationSelected\":true,\"isBlockRootParent\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-37708c21 alignfull uagb-is-root-container\"></div>\n<!-- /wp:uagb/container -->',	'Contact',	'',	'inherit',	'closed',	'closed',	'',	'763-revision-v1',	'',	'',	'2022-12-15 09:31:46',	'2022-12-15 09:31:46',	'',	763,	'https://blueroan.netgen.cloud/?p=1146',	0,	'revision',	'',	0),
(1148,	2,	'2022-12-15 09:53:30',	'2022-12-15 09:53:30',	'<!-- wp:uagb/container {\"block_id\":\"7f8bdad2\",\"backgroundType\":\"image\",\"backgroundImageDesktop\":{\"uploading\":false,\"date\":1670942633000,\"filename\":\"sun-coming-up.jpg\",\"menuOrder\":0,\"uploadedTo\":763,\"type\":\"image\",\"subtype\":\"jpeg\",\"id\":891,\"title\":\"sun-coming-up\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/sun-coming-up.jpg\",\"link\":\"https://blueroan.netgen.cloud/contact/sun-coming-up/\",\"alt\":\"\",\"author\":\"2\",\"description\":\"\",\"caption\":\"\",\"name\":\"sun-coming-up\",\"status\":\"inherit\",\"modified\":1670942633000,\"mime\":\"image/jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-includes/images/media/default.png\",\"dateFormatted\":\"December 13, 2022\",\"nonces\":{\"update\":\"0b6ba1e912\",\"delete\":\"ed9c1b4aaf\",\"edit\":\"102223bebb\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=891\\u0026action=edit\",\"meta\":false,\"authorName\":\"Netgen Support\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/profile.php\",\"uploadedToTitle\":\"Contact\",\"uploadedToLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=763\\u0026action=edit\",\"filesizeInBytes\":238877,\"filesizeHumanReadable\":\"233 KB\",\"context\":\"\",\"height\":800,\"width\":1200,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/sun-coming-up-150x150.jpg\",\"orientation\":\"landscape\"},\"medium\":{\"height\":200,\"width\":300,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/sun-coming-up-300x200.jpg\",\"orientation\":\"landscape\"},\"large\":{\"height\":683,\"width\":1024,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/sun-coming-up-1024x683.jpg\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/sun-coming-up.jpg\",\"height\":800,\"width\":1200,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"backgroundPositionDesktop\":{\"x\":0.6,\"y\":0.78},\"backgroundSizeTablet\":\"cover\",\"backgroundSizeMobile\":\"cover\",\"backgroundColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"backgroundImageColor\":\"rgba(42,42,42,0.5)\",\"topPaddingDesktop\":220,\"bottomPaddingDesktop\":150,\"topPaddingTablet\":170,\"bottomPaddingTablet\":160,\"leftPaddingTablet\":30,\"rightPaddingTablet\":30,\"topPaddingMobile\":180,\"bottomPaddingMobile\":80,\"leftPaddingMobile\":20,\"rightPaddingMobile\":20,\"paddingLink\":false,\"variationSelected\":true,\"isBlockRootParent\":true,\"overlayType\":\"color\"} -->\n<div class=\"wp-block-uagb-container uagb-block-7f8bdad2 alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/advanced-heading {\"block_id\":\"2e63a789\",\"classMigrate\":true,\"headingDescToggle\":true,\"headingColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"subHeadingColor\":\"var(\\u002d\\u002dast-global-color-4)\",\"headingTag\":\"h1\",\"headSpace\":20,\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"blockTopPadding\":0,\"blockRightPadding\":50,\"blockLeftPadding\":0,\"blockBottomPadding\":0,\"blockTopPaddingTablet\":0,\"blockRightPaddingTablet\":20,\"blockLeftPaddingTablet\":0,\"blockBottomPaddingTablet\":0,\"blockTopPaddingMobile\":0,\"blockRightPaddingMobile\":0,\"blockLeftPaddingMobile\":0,\"blockBottomPaddingMobile\":0,\"blockPaddingUnit\":\"%\",\"blockPaddingUnitTablet\":\"%\"} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-2e63a789\"><h1 class=\"uagb-heading-text\">Contact Us​</h1><p class=\"uagb-desc-text\">Do you want to enquire about our pricing or arrangements we can help you with? Give us a call or send us an email. </p></div>\n<!-- /wp:uagb/advanced-heading --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"6a0ac8cb\",\"directionDesktop\":\"row\",\"alignItemsDesktop\":\"flex-start\",\"backgroundType\":\"color\",\"backgroundSizeTablet\":\"cover\",\"backgroundSizeMobile\":\"cover\",\"backgroundColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"topPaddingDesktop\":100,\"bottomPaddingDesktop\":100,\"topPaddingTablet\":80,\"bottomPaddingTablet\":80,\"leftPaddingTablet\":30,\"rightPaddingTablet\":30,\"topPaddingMobile\":80,\"bottomPaddingMobile\":80,\"leftPaddingMobile\":20,\"rightPaddingMobile\":20,\"paddingLink\":false,\"variationSelected\":true,\"rowGapMobile\":50,\"columnGapDesktop\":0,\"isBlockRootParent\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-6a0ac8cb alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/container {\"block_id\":\"cc1a994f\",\"topPaddingDesktop\":30,\"rightPaddingDesktop\":100,\"topPaddingTablet\":30,\"paddingLink\":false,\"variationSelected\":true,\"rowGapDesktop\":0,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-cc1a994f\"><!-- wp:uagb/advanced-heading {\"block_id\":\"9eddfde3\",\"classMigrate\":true,\"headingTag\":\"h6\",\"headSpace\":10} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-9eddfde3\"><h6 class=\"uagb-heading-text\">Contact</h6></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/advanced-heading {\"block_id\":\"b1c8671c\",\"classMigrate\":true,\"headingTag\":\"h4\",\"headSpace\":0} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-b1c8671c\"><h4 class=\"uagb-heading-text\">Tel: <strong><a href=\"tel:+27825755409\">+ 27 (0) 82 575 5409</a></strong><br>Email: <strong><a href=\"mailto:blueroan@ugo.co.za\">blueroan@ugo.co.za</a></strong></h4></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/advanced-heading {\"block_id\":\"91a409a8\",\"classMigrate\":true,\"headingTag\":\"h6\",\"headSpace\":10,\"blockTopPadding\":35,\"blockRightPadding\":0,\"blockLeftPadding\":0,\"blockBottomPadding\":0} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-91a409a8\"><h6 class=\"uagb-heading-text\">Check-in &amp; Check-out times </h6></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/advanced-heading {\"block_id\":\"509648ef\",\"classMigrate\":true,\"headingTag\":\"h4\",\"headSpace\":0} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-509648ef\"><h4 class=\"uagb-heading-text\">Check-in after 14:00 and before 20:00<br>Check out by 10:00 am</h4></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/advanced-heading {\"block_id\":\"12b33975\",\"classMigrate\":true,\"headingTag\":\"h6\",\"headSpace\":10,\"blockTopPadding\":35,\"blockRightPadding\":0,\"blockLeftPadding\":0,\"blockBottomPadding\":0} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-12b33975\"><h6 class=\"uagb-heading-text\">Location​</h6></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/advanced-heading {\"block_id\":\"15098763\",\"classMigrate\":true,\"headingTag\":\"h4\",\"headSpace\":0} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-15098763\"><h4 class=\"uagb-heading-text\">7.8 km from Magaliesburg on the<br>Koster road, R509, Magaliesburg, 1791</h4></div>\n<!-- /wp:uagb/advanced-heading --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"1fd9c3ae\",\"variationSelected\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-1fd9c3ae\"></div>\n<!-- /wp:uagb/container --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"1ce3dba9\",\"innerContentWidth\":\"alignfull\",\"variationSelected\":true,\"isBlockRootParent\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-1ce3dba9 alignfull uagb-is-root-container\"></div>\n<!-- /wp:uagb/container -->',	'Contact',	'',	'inherit',	'closed',	'closed',	'',	'763-revision-v1',	'',	'',	'2022-12-15 09:53:30',	'2022-12-15 09:53:30',	'',	763,	'https://blueroan.netgen.cloud/?p=1148',	0,	'revision',	'',	0),
(1149,	2,	'2022-12-15 09:55:05',	'2022-12-15 09:55:05',	'{\n    \"nav_menu[3]\": {\n        \"value\": {\n            \"name\": \"More info \",\n            \"description\": \"\",\n            \"parent\": 0,\n            \"auto_add\": false\n        },\n        \"type\": \"nav_menu\",\n        \"user_id\": 2,\n        \"date_modified_gmt\": \"2022-12-15 09:55:02\"\n    },\n    \"nav_menu_item[385]\": {\n        \"value\": false,\n        \"type\": \"nav_menu_item\",\n        \"user_id\": 2,\n        \"date_modified_gmt\": \"2022-12-15 09:55:02\"\n    },\n    \"nav_menu_item[386]\": {\n        \"value\": false,\n        \"type\": \"nav_menu_item\",\n        \"user_id\": 2,\n        \"date_modified_gmt\": \"2022-12-15 09:55:02\"\n    },\n    \"nav_menu_item[387]\": {\n        \"value\": false,\n        \"type\": \"nav_menu_item\",\n        \"user_id\": 2,\n        \"date_modified_gmt\": \"2022-12-15 09:55:02\"\n    }\n}',	'',	'',	'trash',	'closed',	'closed',	'',	'5c9105e9-f7ee-4d92-9f0f-7b88cd22f1ea',	'',	'',	'2022-12-15 09:55:05',	'2022-12-15 09:55:05',	'',	0,	'https://blueroan.netgen.cloud/?p=1149',	0,	'customize_changeset',	'',	0),
(1150,	2,	'2022-12-15 09:55:45',	'2022-12-15 09:55:45',	'{\n    \"widget_nav_menu[1]\": {\n        \"value\": {\n            \"encoded_serialized_instance\": \"YToyOntzOjU6InRpdGxlIjtzOjk6Ik1vcmUgaW5mbyI7czo4OiJuYXZfbWVudSI7aTozO30=\",\n            \"title\": \"Hotel\",\n            \"is_widget_customizer_js_value\": true,\n            \"instance_hash_key\": \"8957ed82f9059e31f4f5206f941781a3\",\n            \"raw_instance\": {\n                \"title\": \"More info\",\n                \"nav_menu\": 3\n            }\n        },\n        \"type\": \"option\",\n        \"user_id\": 2,\n        \"date_modified_gmt\": \"2022-12-15 09:55:45\"\n    },\n    \"nav_menu[3]\": {\n        \"value\": {\n            \"name\": \"More info\",\n            \"description\": \"\",\n            \"parent\": 0,\n            \"auto_add\": false\n        },\n        \"type\": \"nav_menu\",\n        \"user_id\": 2,\n        \"date_modified_gmt\": \"2022-12-15 09:55:45\"\n    }\n}',	'',	'',	'trash',	'closed',	'closed',	'',	'3ed20c06-3e50-4317-a203-07a4161b817e',	'',	'',	'2022-12-15 09:55:45',	'2022-12-15 09:55:45',	'',	0,	'https://blueroan.netgen.cloud/3ed20c06-3e50-4317-a203-07a4161b817e/',	0,	'customize_changeset',	'',	0),
(1151,	2,	'2022-12-15 09:56:24',	'2022-12-15 09:56:24',	'{\n    \"nav_menu_item[389]\": {\n        \"value\": {\n            \"menu_item_parent\": 0,\n            \"object_id\": 389,\n            \"object\": \"custom\",\n            \"type\": \"custom\",\n            \"type_label\": \"Custom Link\",\n            \"title\": \"Contact Us\",\n            \"url\": \"/contact/\",\n            \"target\": \"\",\n            \"attr_title\": \"\",\n            \"description\": \"\",\n            \"classes\": \"\",\n            \"xfn\": \"\",\n            \"nav_menu_term_id\": 3,\n            \"position\": 2,\n            \"status\": \"publish\",\n            \"original_title\": \"\",\n            \"_invalid\": false\n        },\n        \"type\": \"nav_menu_item\",\n        \"user_id\": 2,\n        \"date_modified_gmt\": \"2022-12-15 09:56:24\"\n    }\n}',	'',	'',	'trash',	'closed',	'closed',	'',	'e4dc8c71-af49-4f38-a4f9-dde3c788028b',	'',	'',	'2022-12-15 09:56:24',	'2022-12-15 09:56:24',	'',	0,	'https://blueroan.netgen.cloud/e4dc8c71-af49-4f38-a4f9-dde3c788028b/',	0,	'customize_changeset',	'',	0),
(1152,	2,	'2022-12-15 10:09:29',	'2022-12-15 10:09:29',	'<!-- wp:uagb/container {\"block_id\":\"61a120a5\",\"backgroundType\":\"image\",\"backgroundImageDesktop\":{\"uploading\":false,\"date\":1670942633000,\"filename\":\"sun-coming-up.jpg\",\"menuOrder\":0,\"uploadedTo\":763,\"type\":\"image\",\"subtype\":\"jpeg\",\"id\":891,\"title\":\"sun-coming-up\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/sun-coming-up.jpg\",\"link\":\"https://blueroan.netgen.cloud/contact/sun-coming-up/\",\"alt\":\"\",\"author\":\"2\",\"description\":\"\",\"caption\":\"\",\"name\":\"sun-coming-up\",\"status\":\"inherit\",\"modified\":1670942633000,\"mime\":\"image/jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-includes/images/media/default.png\",\"dateFormatted\":\"December 13, 2022\",\"nonces\":{\"update\":\"0b6ba1e912\",\"delete\":\"ed9c1b4aaf\",\"edit\":\"102223bebb\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=891\\u0026action=edit\",\"meta\":false,\"authorName\":\"Netgen Support\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/profile.php\",\"uploadedToTitle\":\"Contact\",\"uploadedToLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=763\\u0026action=edit\",\"filesizeInBytes\":238877,\"filesizeHumanReadable\":\"233 KB\",\"context\":\"\",\"height\":800,\"width\":1200,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/sun-coming-up-150x150.jpg\",\"orientation\":\"landscape\"},\"medium\":{\"height\":200,\"width\":300,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/sun-coming-up-300x200.jpg\",\"orientation\":\"landscape\"},\"large\":{\"height\":683,\"width\":1024,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/sun-coming-up-1024x683.jpg\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/sun-coming-up.jpg\",\"height\":800,\"width\":1200,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"backgroundPositionDesktop\":{\"x\":0.6,\"y\":0.78},\"backgroundSizeTablet\":\"cover\",\"backgroundSizeMobile\":\"cover\",\"backgroundColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"backgroundImageColor\":\"rgba(42,42,42,0.5)\",\"topPaddingDesktop\":220,\"bottomPaddingDesktop\":150,\"topPaddingTablet\":170,\"bottomPaddingTablet\":160,\"leftPaddingTablet\":30,\"rightPaddingTablet\":30,\"topPaddingMobile\":180,\"bottomPaddingMobile\":80,\"leftPaddingMobile\":20,\"rightPaddingMobile\":20,\"paddingLink\":false,\"variationSelected\":true,\"isBlockRootParent\":true,\"overlayType\":\"color\"} -->\n<div class=\"wp-block-uagb-container uagb-block-61a120a5 alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/advanced-heading {\"block_id\":\"4fd1c982\",\"classMigrate\":true,\"headingDescToggle\":true,\"headingColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"subHeadingColor\":\"var(\\u002d\\u002dast-global-color-4)\",\"headingTag\":\"h1\",\"headSpace\":20,\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"blockTopPadding\":0,\"blockRightPadding\":50,\"blockLeftPadding\":0,\"blockBottomPadding\":0,\"blockTopPaddingTablet\":0,\"blockRightPaddingTablet\":20,\"blockLeftPaddingTablet\":0,\"blockBottomPaddingTablet\":0,\"blockTopPaddingMobile\":0,\"blockRightPaddingMobile\":0,\"blockLeftPaddingMobile\":0,\"blockBottomPaddingMobile\":0,\"blockPaddingUnit\":\"%\",\"blockPaddingUnitTablet\":\"%\"} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-4fd1c982\"><h1 class=\"uagb-heading-text\">Contact Us​</h1><p class=\"uagb-desc-text\">Do you want to enquire about our pricing or arrangements we can help you with? Give us a call or send us an email. </p></div>\n<!-- /wp:uagb/advanced-heading --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"15c8b5f6\",\"directionDesktop\":\"row\",\"alignItemsDesktop\":\"flex-start\",\"backgroundType\":\"color\",\"backgroundSizeTablet\":\"cover\",\"backgroundSizeMobile\":\"cover\",\"backgroundColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"topPaddingDesktop\":100,\"bottomPaddingDesktop\":100,\"topPaddingTablet\":80,\"bottomPaddingTablet\":80,\"leftPaddingTablet\":30,\"rightPaddingTablet\":30,\"topPaddingMobile\":80,\"bottomPaddingMobile\":80,\"leftPaddingMobile\":20,\"rightPaddingMobile\":20,\"paddingLink\":false,\"variationSelected\":true,\"rowGapMobile\":50,\"columnGapDesktop\":0,\"isBlockRootParent\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-15c8b5f6 alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/container {\"block_id\":\"c9f356b6\",\"topPaddingDesktop\":30,\"rightPaddingDesktop\":100,\"topPaddingTablet\":30,\"paddingLink\":false,\"variationSelected\":true,\"rowGapDesktop\":0,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-c9f356b6\"><!-- wp:uagb/advanced-heading {\"block_id\":\"bf928b0b\",\"classMigrate\":true,\"headingTag\":\"h6\",\"headSpace\":10} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-bf928b0b\"><h6 class=\"uagb-heading-text\">Contact</h6></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/advanced-heading {\"block_id\":\"02d484d6\",\"classMigrate\":true,\"headingTag\":\"h4\",\"headSpace\":0} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-02d484d6\"><h4 class=\"uagb-heading-text\">Tel:&nbsp;<strong><a href=\"tel:+27825755409\">+ 27 (0) 82 575 5409</a></strong><br>Email:&nbsp;<strong><a href=\"mailto:blueroan@ugo.co.za\">blueroan@ugo.co.za</a></strong></h4></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/advanced-heading {\"block_id\":\"1388aafe\",\"classMigrate\":true,\"headingTag\":\"h6\",\"headSpace\":10,\"blockTopPadding\":35,\"blockRightPadding\":0,\"blockLeftPadding\":0,\"blockBottomPadding\":0} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-1388aafe\"><h6 class=\"uagb-heading-text\">Check-in &amp; Check-out times </h6></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/advanced-heading {\"block_id\":\"d228f3d6\",\"classMigrate\":true,\"headingTag\":\"h4\",\"headSpace\":0} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-d228f3d6\"><h4 class=\"uagb-heading-text\">Check-in after 14:00 and before 20:00<br>Check out by 10:00 am</h4></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/advanced-heading {\"block_id\":\"2af325b1\",\"classMigrate\":true,\"headingTag\":\"h6\",\"headSpace\":10,\"blockTopPadding\":35,\"blockRightPadding\":0,\"blockLeftPadding\":0,\"blockBottomPadding\":0} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-2af325b1\"><h6 class=\"uagb-heading-text\">Location​</h6></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/advanced-heading {\"block_id\":\"0e204b66\",\"classMigrate\":true,\"headingTag\":\"h4\",\"headSpace\":0} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-0e204b66\"><h4 class=\"uagb-heading-text\">7.8 km from Magaliesburg on the<br>Koster road, R509, Magaliesburg, 1791</h4></div>\n<!-- /wp:uagb/advanced-heading --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"02c8904a\",\"variationSelected\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-02c8904a\"><!-- wp:read-more {\"content\":\"FAQs\"} /-->\n\n<!-- wp:paragraph -->\n<p>Pet policy </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p></p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:uagb/container --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"8ab7aa2a\",\"innerContentWidth\":\"alignfull\",\"variationSelected\":true,\"isBlockRootParent\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-8ab7aa2a alignfull uagb-is-root-container\"></div>\n<!-- /wp:uagb/container -->',	'Contact',	'',	'inherit',	'closed',	'closed',	'',	'763-revision-v1',	'',	'',	'2022-12-15 10:09:29',	'2022-12-15 10:09:29',	'',	763,	'https://blueroan.netgen.cloud/?p=1152',	0,	'revision',	'',	0),
(1154,	2,	'2022-12-15 10:24:37',	'2022-12-15 10:24:37',	'<!-- wp:uagb/container {\"block_id\":\"ae9226dd\",\"backgroundType\":\"image\",\"backgroundImageDesktop\":{\"uploading\":false,\"date\":1670942633000,\"filename\":\"sun-coming-up.jpg\",\"menuOrder\":0,\"uploadedTo\":763,\"type\":\"image\",\"subtype\":\"jpeg\",\"id\":891,\"title\":\"sun-coming-up\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/sun-coming-up.jpg\",\"link\":\"https://blueroan.netgen.cloud/contact/sun-coming-up/\",\"alt\":\"\",\"author\":\"2\",\"description\":\"\",\"caption\":\"\",\"name\":\"sun-coming-up\",\"status\":\"inherit\",\"modified\":1670942633000,\"mime\":\"image/jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-includes/images/media/default.png\",\"dateFormatted\":\"December 13, 2022\",\"nonces\":{\"update\":\"0b6ba1e912\",\"delete\":\"ed9c1b4aaf\",\"edit\":\"102223bebb\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=891\\u0026action=edit\",\"meta\":false,\"authorName\":\"Netgen Support\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/profile.php\",\"uploadedToTitle\":\"Contact\",\"uploadedToLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=763\\u0026action=edit\",\"filesizeInBytes\":238877,\"filesizeHumanReadable\":\"233 KB\",\"context\":\"\",\"height\":800,\"width\":1200,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/sun-coming-up-150x150.jpg\",\"orientation\":\"landscape\"},\"medium\":{\"height\":200,\"width\":300,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/sun-coming-up-300x200.jpg\",\"orientation\":\"landscape\"},\"large\":{\"height\":683,\"width\":1024,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/sun-coming-up-1024x683.jpg\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/sun-coming-up.jpg\",\"height\":800,\"width\":1200,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"backgroundPositionDesktop\":{\"x\":0.6,\"y\":0.78},\"backgroundSizeTablet\":\"cover\",\"backgroundSizeMobile\":\"cover\",\"backgroundColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"backgroundImageColor\":\"rgba(42,42,42,0.5)\",\"topPaddingDesktop\":220,\"bottomPaddingDesktop\":150,\"topPaddingTablet\":170,\"bottomPaddingTablet\":160,\"leftPaddingTablet\":30,\"rightPaddingTablet\":30,\"topPaddingMobile\":180,\"bottomPaddingMobile\":80,\"leftPaddingMobile\":20,\"rightPaddingMobile\":20,\"paddingLink\":false,\"variationSelected\":true,\"isBlockRootParent\":true,\"overlayType\":\"color\"} -->\n<div class=\"wp-block-uagb-container uagb-block-ae9226dd alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/advanced-heading {\"block_id\":\"d8ca276d\",\"classMigrate\":true,\"headingDescToggle\":true,\"headingColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"subHeadingColor\":\"var(\\u002d\\u002dast-global-color-4)\",\"headingTag\":\"h1\",\"headSpace\":20,\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"blockTopPadding\":0,\"blockRightPadding\":50,\"blockLeftPadding\":0,\"blockBottomPadding\":0,\"blockTopPaddingTablet\":0,\"blockRightPaddingTablet\":20,\"blockLeftPaddingTablet\":0,\"blockBottomPaddingTablet\":0,\"blockTopPaddingMobile\":0,\"blockRightPaddingMobile\":0,\"blockLeftPaddingMobile\":0,\"blockBottomPaddingMobile\":0,\"blockPaddingUnit\":\"%\",\"blockPaddingUnitTablet\":\"%\"} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-d8ca276d\"><h1 class=\"uagb-heading-text\">Contact Us​</h1><p class=\"uagb-desc-text\">Do you want to enquire about our pricing or arrangements we can help you with? Give us a call or send us an email. </p></div>\n<!-- /wp:uagb/advanced-heading --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"697a095d\",\"directionDesktop\":\"row\",\"alignItemsDesktop\":\"flex-start\",\"backgroundType\":\"color\",\"backgroundSizeTablet\":\"cover\",\"backgroundSizeMobile\":\"cover\",\"backgroundColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"topPaddingDesktop\":100,\"bottomPaddingDesktop\":100,\"topPaddingTablet\":80,\"bottomPaddingTablet\":80,\"leftPaddingTablet\":30,\"rightPaddingTablet\":30,\"topPaddingMobile\":80,\"bottomPaddingMobile\":80,\"leftPaddingMobile\":20,\"rightPaddingMobile\":20,\"paddingLink\":false,\"variationSelected\":true,\"rowGapMobile\":50,\"columnGapDesktop\":0,\"isBlockRootParent\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-697a095d alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/container {\"block_id\":\"b36ac0dd\",\"topPaddingDesktop\":30,\"rightPaddingDesktop\":100,\"topPaddingTablet\":30,\"paddingLink\":false,\"variationSelected\":true,\"rowGapDesktop\":0,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-b36ac0dd\"><!-- wp:uagb/advanced-heading {\"block_id\":\"85993a63\",\"classMigrate\":true,\"headingTag\":\"h6\",\"headSpace\":10} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-85993a63\"><h6 class=\"uagb-heading-text\">Contact</h6></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/advanced-heading {\"block_id\":\"9bf4ce7d\",\"classMigrate\":true,\"headingTag\":\"h4\",\"headSpace\":0} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-9bf4ce7d\"><h4 class=\"uagb-heading-text\">Tel:&nbsp;<strong><a href=\"tel:+27825755409\">+ 27 (0) 82 575 5409</a></strong><br>Email:&nbsp;<strong><a href=\"mailto:blueroan@ugo.co.za\">blueroan@ugo.co.za</a></strong></h4></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/advanced-heading {\"block_id\":\"19262255\",\"classMigrate\":true,\"headingTag\":\"h6\",\"headSpace\":10,\"blockTopPadding\":35,\"blockRightPadding\":0,\"blockLeftPadding\":0,\"blockBottomPadding\":0} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-19262255\"><h6 class=\"uagb-heading-text\">Check-in &amp; Check-out times </h6></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/advanced-heading {\"block_id\":\"a9757f3f\",\"classMigrate\":true,\"headingTag\":\"h4\",\"headSpace\":0} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-a9757f3f\"><h4 class=\"uagb-heading-text\">Check-in after 14:00 and before 20:00<br>Check out by 10:00 am</h4></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/advanced-heading {\"block_id\":\"701b98d1\",\"classMigrate\":true,\"headingTag\":\"h6\",\"headSpace\":10,\"blockTopPadding\":35,\"blockRightPadding\":0,\"blockLeftPadding\":0,\"blockBottomPadding\":0} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-701b98d1\"><h6 class=\"uagb-heading-text\">Location​</h6></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/advanced-heading {\"block_id\":\"249ec955\",\"classMigrate\":true,\"headingTag\":\"h4\",\"headSpace\":0} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-249ec955\"><h4 class=\"uagb-heading-text\">7.8 km from Magaliesburg on the<br>Koster road, R509, Magaliesburg, 1791</h4></div>\n<!-- /wp:uagb/advanced-heading --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"1ded97c0\",\"variationSelected\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-1ded97c0\"><!-- wp:read-more {\"content\":\"FAQs\"} /-->\n\n<!-- wp:paragraph -->\n<p>Pet policy </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Email for feedback or support </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Our Location </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Local interests </p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:uagb/container --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"94b49ff8\",\"innerContentWidth\":\"alignfull\",\"variationSelected\":true,\"isBlockRootParent\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-94b49ff8 alignfull uagb-is-root-container\"></div>\n<!-- /wp:uagb/container -->',	'Contact',	'',	'inherit',	'closed',	'closed',	'',	'763-revision-v1',	'',	'',	'2022-12-15 10:24:37',	'2022-12-15 10:24:37',	'',	763,	'https://blueroan.netgen.cloud/?p=1154',	0,	'revision',	'',	0),
(1155,	2,	'2022-12-15 10:28:06',	'2022-12-15 10:28:06',	'{\n    \"custom_css[astra-child]\": {\n        \"value\": \".faq-tel-no a {\\ncolor: white !important; \\n}\\n\\n.faq-tel-no a:hover {\\ncolor: #2fc1ff !important; \\n}\\n\\n.wp-block-read-more {\\nborder: solid 1px black \\n}\\n\\n.wp-block-read-more {\\npadding: 10px\\n}\",\n        \"type\": \"custom_css\",\n        \"user_id\": 2,\n        \"date_modified_gmt\": \"2022-12-15 10:28:05\"\n    }\n}',	'',	'',	'trash',	'closed',	'closed',	'',	'e13fe97d-e349-4db2-8b8c-3f37ec5ba596',	'',	'',	'2022-12-15 10:28:06',	'2022-12-15 10:28:06',	'',	0,	'https://blueroan.netgen.cloud/?p=1155',	0,	'customize_changeset',	'',	0),
(1156,	2,	'2022-12-15 10:28:06',	'2022-12-15 10:28:06',	'.faq-tel-no a {\ncolor: white !important; \n}\n\n.faq-tel-no a:hover {\ncolor: #2fc1ff !important; \n}\n\n.wp-block-read-more {\nborder: solid 1px black \n}\n\n.wp-block-read-more {\npadding: 10px\n}',	'astra-child',	'',	'inherit',	'closed',	'closed',	'',	'19-revision-v1',	'',	'',	'2022-12-15 10:28:06',	'2022-12-15 10:28:06',	'',	19,	'https://blueroan.netgen.cloud/?p=1156',	0,	'revision',	'',	0),
(1157,	2,	'2022-12-15 10:28:57',	'2022-12-15 10:28:57',	'<!-- wp:uagb/container {\"block_id\":\"783acdae\",\"backgroundType\":\"image\",\"backgroundImageDesktop\":{\"uploading\":false,\"date\":1670942633000,\"filename\":\"sun-coming-up.jpg\",\"menuOrder\":0,\"uploadedTo\":763,\"type\":\"image\",\"subtype\":\"jpeg\",\"id\":891,\"title\":\"sun-coming-up\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/sun-coming-up.jpg\",\"link\":\"https://blueroan.netgen.cloud/contact/sun-coming-up/\",\"alt\":\"\",\"author\":\"2\",\"description\":\"\",\"caption\":\"\",\"name\":\"sun-coming-up\",\"status\":\"inherit\",\"modified\":1670942633000,\"mime\":\"image/jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-includes/images/media/default.png\",\"dateFormatted\":\"December 13, 2022\",\"nonces\":{\"update\":\"0b6ba1e912\",\"delete\":\"ed9c1b4aaf\",\"edit\":\"102223bebb\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=891\\u0026action=edit\",\"meta\":false,\"authorName\":\"Netgen Support\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/profile.php\",\"uploadedToTitle\":\"Contact\",\"uploadedToLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=763\\u0026action=edit\",\"filesizeInBytes\":238877,\"filesizeHumanReadable\":\"233 KB\",\"context\":\"\",\"height\":800,\"width\":1200,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/sun-coming-up-150x150.jpg\",\"orientation\":\"landscape\"},\"medium\":{\"height\":200,\"width\":300,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/sun-coming-up-300x200.jpg\",\"orientation\":\"landscape\"},\"large\":{\"height\":683,\"width\":1024,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/sun-coming-up-1024x683.jpg\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/sun-coming-up.jpg\",\"height\":800,\"width\":1200,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"backgroundPositionDesktop\":{\"x\":0.6,\"y\":0.78},\"backgroundSizeTablet\":\"cover\",\"backgroundSizeMobile\":\"cover\",\"backgroundColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"backgroundImageColor\":\"rgba(42,42,42,0.5)\",\"topPaddingDesktop\":220,\"bottomPaddingDesktop\":150,\"topPaddingTablet\":170,\"bottomPaddingTablet\":160,\"leftPaddingTablet\":30,\"rightPaddingTablet\":30,\"topPaddingMobile\":180,\"bottomPaddingMobile\":80,\"leftPaddingMobile\":20,\"rightPaddingMobile\":20,\"paddingLink\":false,\"variationSelected\":true,\"isBlockRootParent\":true,\"overlayType\":\"color\"} -->\n<div class=\"wp-block-uagb-container uagb-block-783acdae alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/advanced-heading {\"block_id\":\"cf7832be\",\"classMigrate\":true,\"headingDescToggle\":true,\"headingColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"subHeadingColor\":\"var(\\u002d\\u002dast-global-color-4)\",\"headingTag\":\"h1\",\"headSpace\":20,\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"blockTopPadding\":0,\"blockRightPadding\":50,\"blockLeftPadding\":0,\"blockBottomPadding\":0,\"blockTopPaddingTablet\":0,\"blockRightPaddingTablet\":20,\"blockLeftPaddingTablet\":0,\"blockBottomPaddingTablet\":0,\"blockTopPaddingMobile\":0,\"blockRightPaddingMobile\":0,\"blockLeftPaddingMobile\":0,\"blockBottomPaddingMobile\":0,\"blockPaddingUnit\":\"%\",\"blockPaddingUnitTablet\":\"%\"} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-cf7832be\"><h1 class=\"uagb-heading-text\">Contact Us​</h1><p class=\"uagb-desc-text\">Do you want to enquire about our pricing or arrangements we can help you with? Give us a call or send us an email. </p></div>\n<!-- /wp:uagb/advanced-heading --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"01445776\",\"directionDesktop\":\"row\",\"alignItemsDesktop\":\"flex-start\",\"backgroundType\":\"color\",\"backgroundSizeTablet\":\"cover\",\"backgroundSizeMobile\":\"cover\",\"backgroundColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"topPaddingDesktop\":100,\"bottomPaddingDesktop\":100,\"topPaddingTablet\":80,\"bottomPaddingTablet\":80,\"leftPaddingTablet\":30,\"rightPaddingTablet\":30,\"topPaddingMobile\":80,\"bottomPaddingMobile\":80,\"leftPaddingMobile\":20,\"rightPaddingMobile\":20,\"paddingLink\":false,\"variationSelected\":true,\"rowGapMobile\":50,\"columnGapDesktop\":0,\"isBlockRootParent\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-01445776 alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/container {\"block_id\":\"c37fa6f0\",\"topPaddingDesktop\":30,\"rightPaddingDesktop\":100,\"topPaddingTablet\":30,\"paddingLink\":false,\"variationSelected\":true,\"rowGapDesktop\":0,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-c37fa6f0\"><!-- wp:uagb/advanced-heading {\"block_id\":\"d02421e3\",\"classMigrate\":true,\"headingTag\":\"h6\",\"headSpace\":10} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-d02421e3\"><h6 class=\"uagb-heading-text\">Contact</h6></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/advanced-heading {\"block_id\":\"aae1e20e\",\"classMigrate\":true,\"headingTag\":\"h4\",\"headSpace\":0} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-aae1e20e\"><h4 class=\"uagb-heading-text\">Tel:&nbsp;<strong><a href=\"tel:+27825755409\">+ 27 (0) 82 575 5409</a></strong><br>Email:&nbsp;<strong><a href=\"mailto:blueroan@ugo.co.za\">blueroan@ugo.co.za</a></strong></h4></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/advanced-heading {\"block_id\":\"395b531c\",\"classMigrate\":true,\"headingTag\":\"h6\",\"headSpace\":10,\"blockTopPadding\":35,\"blockRightPadding\":0,\"blockLeftPadding\":0,\"blockBottomPadding\":0} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-395b531c\"><h6 class=\"uagb-heading-text\">Check-in &amp; Check-out times </h6></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/advanced-heading {\"block_id\":\"1a426448\",\"classMigrate\":true,\"headingTag\":\"h4\",\"headSpace\":0} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-1a426448\"><h4 class=\"uagb-heading-text\">Check-in after 14:00 and before 20:00<br>Check out by 10:00 am</h4></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/advanced-heading {\"block_id\":\"ea136ab0\",\"classMigrate\":true,\"headingTag\":\"h6\",\"headSpace\":10,\"blockTopPadding\":35,\"blockRightPadding\":0,\"blockLeftPadding\":0,\"blockBottomPadding\":0} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-ea136ab0\"><h6 class=\"uagb-heading-text\">Location​</h6></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/advanced-heading {\"block_id\":\"dd92cff5\",\"classMigrate\":true,\"headingTag\":\"h4\",\"headSpace\":0} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-dd92cff5\"><h4 class=\"uagb-heading-text\">7.8 km from Magaliesburg on the<br>Koster road, R509, Magaliesburg, 1791</h4></div>\n<!-- /wp:uagb/advanced-heading --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"edc9826a\",\"variationSelected\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-edc9826a\"><!-- wp:read-more {\"content\":\"FAQs\"} /-->\n\n<!-- wp:read-more {\"content\":\"Pet policy \"} /-->\n\n<!-- wp:paragraph -->\n<p>Pet policy </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Email for feedback or support </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Our Location </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Local interests </p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:uagb/container --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"603394b8\",\"innerContentWidth\":\"alignfull\",\"variationSelected\":true,\"isBlockRootParent\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-603394b8 alignfull uagb-is-root-container\"></div>\n<!-- /wp:uagb/container -->',	'Contact',	'',	'inherit',	'closed',	'closed',	'',	'763-revision-v1',	'',	'',	'2022-12-15 10:28:57',	'2022-12-15 10:28:57',	'',	763,	'https://blueroan.netgen.cloud/?p=1157',	0,	'revision',	'',	0),
(1159,	2,	'2022-12-15 10:30:40',	'2022-12-15 10:30:40',	'<!-- wp:uagb/container {\"block_id\":\"365396a8\",\"backgroundType\":\"image\",\"backgroundImageDesktop\":{\"uploading\":false,\"date\":1670942633000,\"filename\":\"sun-coming-up.jpg\",\"menuOrder\":0,\"uploadedTo\":763,\"type\":\"image\",\"subtype\":\"jpeg\",\"id\":891,\"title\":\"sun-coming-up\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/sun-coming-up.jpg\",\"link\":\"https://blueroan.netgen.cloud/contact/sun-coming-up/\",\"alt\":\"\",\"author\":\"2\",\"description\":\"\",\"caption\":\"\",\"name\":\"sun-coming-up\",\"status\":\"inherit\",\"modified\":1670942633000,\"mime\":\"image/jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-includes/images/media/default.png\",\"dateFormatted\":\"December 13, 2022\",\"nonces\":{\"update\":\"0b6ba1e912\",\"delete\":\"ed9c1b4aaf\",\"edit\":\"102223bebb\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=891\\u0026action=edit\",\"meta\":false,\"authorName\":\"Netgen Support\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/profile.php\",\"uploadedToTitle\":\"Contact\",\"uploadedToLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=763\\u0026action=edit\",\"filesizeInBytes\":238877,\"filesizeHumanReadable\":\"233 KB\",\"context\":\"\",\"height\":800,\"width\":1200,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/sun-coming-up-150x150.jpg\",\"orientation\":\"landscape\"},\"medium\":{\"height\":200,\"width\":300,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/sun-coming-up-300x200.jpg\",\"orientation\":\"landscape\"},\"large\":{\"height\":683,\"width\":1024,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/sun-coming-up-1024x683.jpg\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/sun-coming-up.jpg\",\"height\":800,\"width\":1200,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"backgroundPositionDesktop\":{\"x\":0.6,\"y\":0.78},\"backgroundSizeTablet\":\"cover\",\"backgroundSizeMobile\":\"cover\",\"backgroundColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"backgroundImageColor\":\"rgba(42,42,42,0.5)\",\"topPaddingDesktop\":220,\"bottomPaddingDesktop\":150,\"topPaddingTablet\":170,\"bottomPaddingTablet\":160,\"leftPaddingTablet\":30,\"rightPaddingTablet\":30,\"topPaddingMobile\":180,\"bottomPaddingMobile\":80,\"leftPaddingMobile\":20,\"rightPaddingMobile\":20,\"paddingLink\":false,\"variationSelected\":true,\"isBlockRootParent\":true,\"overlayType\":\"color\"} -->\n<div class=\"wp-block-uagb-container uagb-block-365396a8 alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/advanced-heading {\"block_id\":\"521262fd\",\"classMigrate\":true,\"headingDescToggle\":true,\"headingColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"subHeadingColor\":\"var(\\u002d\\u002dast-global-color-4)\",\"headingTag\":\"h1\",\"headSpace\":20,\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"blockTopPadding\":0,\"blockRightPadding\":50,\"blockLeftPadding\":0,\"blockBottomPadding\":0,\"blockTopPaddingTablet\":0,\"blockRightPaddingTablet\":20,\"blockLeftPaddingTablet\":0,\"blockBottomPaddingTablet\":0,\"blockTopPaddingMobile\":0,\"blockRightPaddingMobile\":0,\"blockLeftPaddingMobile\":0,\"blockBottomPaddingMobile\":0,\"blockPaddingUnit\":\"%\",\"blockPaddingUnitTablet\":\"%\"} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-521262fd\"><h1 class=\"uagb-heading-text\">Contact Us​</h1><p class=\"uagb-desc-text\">Do you want to enquire about our pricing or arrangements we can help you with? Give us a call or send us an email. </p></div>\n<!-- /wp:uagb/advanced-heading --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"3cd2f999\",\"directionDesktop\":\"row\",\"alignItemsDesktop\":\"flex-start\",\"backgroundType\":\"color\",\"backgroundSizeTablet\":\"cover\",\"backgroundSizeMobile\":\"cover\",\"backgroundColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"topPaddingDesktop\":100,\"bottomPaddingDesktop\":100,\"topPaddingTablet\":80,\"bottomPaddingTablet\":80,\"leftPaddingTablet\":30,\"rightPaddingTablet\":30,\"topPaddingMobile\":80,\"bottomPaddingMobile\":80,\"leftPaddingMobile\":20,\"rightPaddingMobile\":20,\"paddingLink\":false,\"variationSelected\":true,\"rowGapMobile\":50,\"columnGapDesktop\":0,\"isBlockRootParent\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-3cd2f999 alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/container {\"block_id\":\"ad87c90e\",\"topPaddingDesktop\":30,\"rightPaddingDesktop\":100,\"topPaddingTablet\":30,\"paddingLink\":false,\"variationSelected\":true,\"rowGapDesktop\":0,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-ad87c90e\"><!-- wp:uagb/advanced-heading {\"block_id\":\"1f49a16c\",\"classMigrate\":true,\"headingTag\":\"h6\",\"headSpace\":10} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-1f49a16c\"><h6 class=\"uagb-heading-text\">Contact</h6></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/advanced-heading {\"block_id\":\"932927bc\",\"classMigrate\":true,\"headingTag\":\"h4\",\"headSpace\":0} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-932927bc\"><h4 class=\"uagb-heading-text\">Tel:&nbsp;<strong><a href=\"tel:+27825755409\">+ 27 (0) 82 575 5409</a></strong><br>Email:&nbsp;<strong><a href=\"mailto:blueroan@ugo.co.za\">blueroan@ugo.co.za</a></strong></h4></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/advanced-heading {\"block_id\":\"af22ec52\",\"classMigrate\":true,\"headingTag\":\"h6\",\"headSpace\":10,\"blockTopPadding\":35,\"blockRightPadding\":0,\"blockLeftPadding\":0,\"blockBottomPadding\":0} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-af22ec52\"><h6 class=\"uagb-heading-text\">Check-in &amp; Check-out times </h6></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/advanced-heading {\"block_id\":\"d97686b2\",\"classMigrate\":true,\"headingTag\":\"h4\",\"headSpace\":0} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-d97686b2\"><h4 class=\"uagb-heading-text\">Check-in after 14:00 and before 20:00<br>Check out by 10:00 am</h4></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/advanced-heading {\"block_id\":\"82dffc6d\",\"classMigrate\":true,\"headingTag\":\"h6\",\"headSpace\":10,\"blockTopPadding\":35,\"blockRightPadding\":0,\"blockLeftPadding\":0,\"blockBottomPadding\":0} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-82dffc6d\"><h6 class=\"uagb-heading-text\">Location​</h6></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/advanced-heading {\"block_id\":\"e8d423a8\",\"classMigrate\":true,\"headingTag\":\"h4\",\"headSpace\":0} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-e8d423a8\"><h4 class=\"uagb-heading-text\">7.8 km from Magaliesburg on the<br>Koster road, R509, Magaliesburg, 1791</h4></div>\n<!-- /wp:uagb/advanced-heading --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"3c93adaf\",\"variationSelected\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-3c93adaf\"><!-- wp:read-more {\"content\":\"FAQs\"} /-->\n\n<!-- wp:read-more {\"content\":\"Pet policy \"} /-->\n\n<!-- wp:read-more {\"content\":\"Email feedback or support \"} /-->\n\n<!-- wp:read-more {\"content\":\"Our location\"} /-->\n\n<!-- wp:read-more {\"content\":\"Local interests\"} /--></div>\n<!-- /wp:uagb/container --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"8537a3ea\",\"innerContentWidth\":\"alignfull\",\"variationSelected\":true,\"isBlockRootParent\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-8537a3ea alignfull uagb-is-root-container\"></div>\n<!-- /wp:uagb/container -->',	'Contact',	'',	'inherit',	'closed',	'closed',	'',	'763-revision-v1',	'',	'',	'2022-12-15 10:30:40',	'2022-12-15 10:30:40',	'',	763,	'https://blueroan.netgen.cloud/?p=1159',	0,	'revision',	'',	0),
(1160,	2,	'2022-12-15 10:31:26',	'2022-12-15 10:31:26',	'<!-- wp:uagb/container {\"block_id\":\"524f4a7f\",\"backgroundType\":\"image\",\"backgroundImageDesktop\":{\"uploading\":false,\"date\":1670942633000,\"filename\":\"sun-coming-up.jpg\",\"menuOrder\":0,\"uploadedTo\":763,\"type\":\"image\",\"subtype\":\"jpeg\",\"id\":891,\"title\":\"sun-coming-up\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/sun-coming-up.jpg\",\"link\":\"https://blueroan.netgen.cloud/contact/sun-coming-up/\",\"alt\":\"\",\"author\":\"2\",\"description\":\"\",\"caption\":\"\",\"name\":\"sun-coming-up\",\"status\":\"inherit\",\"modified\":1670942633000,\"mime\":\"image/jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-includes/images/media/default.png\",\"dateFormatted\":\"December 13, 2022\",\"nonces\":{\"update\":\"0b6ba1e912\",\"delete\":\"ed9c1b4aaf\",\"edit\":\"102223bebb\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=891\\u0026action=edit\",\"meta\":false,\"authorName\":\"Netgen Support\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/profile.php\",\"uploadedToTitle\":\"Contact\",\"uploadedToLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=763\\u0026action=edit\",\"filesizeInBytes\":238877,\"filesizeHumanReadable\":\"233 KB\",\"context\":\"\",\"height\":800,\"width\":1200,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/sun-coming-up-150x150.jpg\",\"orientation\":\"landscape\"},\"medium\":{\"height\":200,\"width\":300,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/sun-coming-up-300x200.jpg\",\"orientation\":\"landscape\"},\"large\":{\"height\":683,\"width\":1024,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/sun-coming-up-1024x683.jpg\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/sun-coming-up.jpg\",\"height\":800,\"width\":1200,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"backgroundPositionDesktop\":{\"x\":0.6,\"y\":0.78},\"backgroundSizeTablet\":\"cover\",\"backgroundSizeMobile\":\"cover\",\"backgroundColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"backgroundImageColor\":\"rgba(42,42,42,0.5)\",\"topPaddingDesktop\":220,\"bottomPaddingDesktop\":150,\"topPaddingTablet\":170,\"bottomPaddingTablet\":160,\"leftPaddingTablet\":30,\"rightPaddingTablet\":30,\"topPaddingMobile\":180,\"bottomPaddingMobile\":80,\"leftPaddingMobile\":20,\"rightPaddingMobile\":20,\"paddingLink\":false,\"variationSelected\":true,\"isBlockRootParent\":true,\"overlayType\":\"color\"} -->\n<div class=\"wp-block-uagb-container uagb-block-524f4a7f alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/advanced-heading {\"block_id\":\"695b0b57\",\"classMigrate\":true,\"headingDescToggle\":true,\"headingColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"subHeadingColor\":\"var(\\u002d\\u002dast-global-color-4)\",\"headingTag\":\"h1\",\"headSpace\":20,\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"blockTopPadding\":0,\"blockRightPadding\":50,\"blockLeftPadding\":0,\"blockBottomPadding\":0,\"blockTopPaddingTablet\":0,\"blockRightPaddingTablet\":20,\"blockLeftPaddingTablet\":0,\"blockBottomPaddingTablet\":0,\"blockTopPaddingMobile\":0,\"blockRightPaddingMobile\":0,\"blockLeftPaddingMobile\":0,\"blockBottomPaddingMobile\":0,\"blockPaddingUnit\":\"%\",\"blockPaddingUnitTablet\":\"%\"} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-695b0b57\"><h1 class=\"uagb-heading-text\">Contact Us​</h1><p class=\"uagb-desc-text\">Do you want to enquire about our pricing or arrangements we can help you with? Give us a call or send us an email. </p></div>\n<!-- /wp:uagb/advanced-heading --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"fe3e885b\",\"directionDesktop\":\"row\",\"alignItemsDesktop\":\"flex-start\",\"backgroundType\":\"color\",\"backgroundSizeTablet\":\"cover\",\"backgroundSizeMobile\":\"cover\",\"backgroundColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"topPaddingDesktop\":100,\"bottomPaddingDesktop\":100,\"topPaddingTablet\":80,\"bottomPaddingTablet\":80,\"leftPaddingTablet\":30,\"rightPaddingTablet\":30,\"topPaddingMobile\":80,\"bottomPaddingMobile\":80,\"leftPaddingMobile\":20,\"rightPaddingMobile\":20,\"paddingLink\":false,\"variationSelected\":true,\"rowGapMobile\":50,\"columnGapDesktop\":0,\"isBlockRootParent\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-fe3e885b alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/container {\"block_id\":\"20ad35d0\",\"topPaddingDesktop\":30,\"rightPaddingDesktop\":100,\"topPaddingTablet\":30,\"paddingLink\":false,\"variationSelected\":true,\"rowGapDesktop\":0,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-20ad35d0\"><!-- wp:uagb/advanced-heading {\"block_id\":\"b3f4767d\",\"classMigrate\":true,\"headingTag\":\"h6\",\"headSpace\":10} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-b3f4767d\"><h6 class=\"uagb-heading-text\">Contact</h6></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/advanced-heading {\"block_id\":\"6940c5c0\",\"classMigrate\":true,\"headingTag\":\"h4\",\"headSpace\":0} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-6940c5c0\"><h4 class=\"uagb-heading-text\">Tel:&nbsp;<strong><a href=\"tel:+27825755409\">+ 27 (0) 82 575 5409</a></strong><br>Email:&nbsp;<strong><a href=\"mailto:blueroan@ugo.co.za\">blueroan@ugo.co.za</a></strong></h4></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/advanced-heading {\"block_id\":\"e836d3a6\",\"classMigrate\":true,\"headingTag\":\"h6\",\"headSpace\":10,\"blockTopPadding\":35,\"blockRightPadding\":0,\"blockLeftPadding\":0,\"blockBottomPadding\":0} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-e836d3a6\"><h6 class=\"uagb-heading-text\">Check-in &amp; Check-out times </h6></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/advanced-heading {\"block_id\":\"f604a4ea\",\"classMigrate\":true,\"headingTag\":\"h4\",\"headSpace\":0} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-f604a4ea\"><h4 class=\"uagb-heading-text\">Check-in after 14:00 and before 20:00<br>Check out by 10:00 am</h4></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/advanced-heading {\"block_id\":\"c63d2deb\",\"classMigrate\":true,\"headingTag\":\"h6\",\"headSpace\":10,\"blockTopPadding\":35,\"blockRightPadding\":0,\"blockLeftPadding\":0,\"blockBottomPadding\":0} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-c63d2deb\"><h6 class=\"uagb-heading-text\">Location​</h6></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/advanced-heading {\"block_id\":\"b213d6e7\",\"classMigrate\":true,\"headingTag\":\"h4\",\"headSpace\":0} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-b213d6e7\"><h4 class=\"uagb-heading-text\">7.8 km from Magaliesburg on the<br>Koster road, R509, Magaliesburg, 1791</h4></div>\n<!-- /wp:uagb/advanced-heading --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"d27e3719\",\"variationSelected\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-d27e3719\"><!-- wp:heading -->\n<h2>More info </h2>\n<!-- /wp:heading -->\n\n<!-- wp:read-more {\"content\":\"FAQs\"} /-->\n\n<!-- wp:read-more {\"content\":\"Pet policy \"} /-->\n\n<!-- wp:read-more {\"content\":\"Email feedback or support \"} /-->\n\n<!-- wp:read-more {\"content\":\"Our location\"} /-->\n\n<!-- wp:read-more {\"content\":\"Local interests\"} /--></div>\n<!-- /wp:uagb/container --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"76d81fdb\",\"innerContentWidth\":\"alignfull\",\"variationSelected\":true,\"isBlockRootParent\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-76d81fdb alignfull uagb-is-root-container\"></div>\n<!-- /wp:uagb/container -->',	'Contact',	'',	'inherit',	'closed',	'closed',	'',	'763-revision-v1',	'',	'',	'2022-12-15 10:31:26',	'2022-12-15 10:31:26',	'',	763,	'https://blueroan.netgen.cloud/?p=1160',	0,	'revision',	'',	0),
(1161,	2,	'2022-12-15 10:32:24',	'2022-12-15 10:32:24',	'<!-- wp:uagb/container {\"block_id\":\"32733e32\",\"backgroundType\":\"image\",\"backgroundImageDesktop\":{\"id\":1007,\"title\":\"AAEAAQAAAAAAAAAAAAAAJDg5NmY0ZGUxLWE4MTgtNDY5NC1iODFhLTBmN2Q0ZDc5ZWFiNw-1\",\"filename\":\"AAEAAQAAAAAAAAAAAAAAJDg5NmY0ZGUxLWE4MTgtNDY5NC1iODFhLTBmN2Q0ZDc5ZWFiNw-1.png\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAAJDg5NmY0ZGUxLWE4MTgtNDY5NC1iODFhLTBmN2Q0ZDc5ZWFiNw-1.png\",\"link\":\"https://blueroan.netgen.cloud/the-barn/aaeaaqaaaaaaaaaaaaaajdg5nmy0zguxlwe4mtgtndy5nc1iodfhltbmn2q0zdc5zwfinw-1/\",\"alt\":\"\",\"author\":\"2\",\"description\":\"\",\"caption\":\"\",\"name\":\"aaeaaqaaaaaaaaaaaaaajdg5nmy0zguxlwe4mtgtndy5nc1iodfhltbmn2q0zdc5zwfinw-1\",\"status\":\"inherit\",\"uploadedTo\":948,\"date\":\"2022-12-14T10:50:25.000Z\",\"modified\":\"2022-12-14T10:50:25.000Z\",\"menuOrder\":0,\"mime\":\"image/png\",\"type\":\"image\",\"subtype\":\"png\",\"icon\":\"https://blueroan.netgen.cloud/wp-includes/images/media/default.png\",\"dateFormatted\":\"December 14, 2022\",\"nonces\":{\"update\":\"483f8bdf3d\",\"delete\":\"0a7ebc92ef\",\"edit\":\"6bc1c6a685\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=1007\\u0026action=edit\",\"meta\":false,\"authorName\":\"Netgen Support\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/profile.php\",\"uploadedToTitle\":\"The Barn\",\"uploadedToLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=948\\u0026action=edit\",\"filesizeInBytes\":1348989,\"filesizeHumanReadable\":\"1 MB\",\"context\":\"\",\"height\":667,\"width\":1000,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAAJDg5NmY0ZGUxLWE4MTgtNDY5NC1iODFhLTBmN2Q0ZDc5ZWFiNw-1-150x150.png\",\"orientation\":\"landscape\"},\"medium\":{\"height\":200,\"width\":300,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAAJDg5NmY0ZGUxLWE4MTgtNDY5NC1iODFhLTBmN2Q0ZDc5ZWFiNw-1-300x200.png\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAAJDg5NmY0ZGUxLWE4MTgtNDY5NC1iODFhLTBmN2Q0ZDc5ZWFiNw-1.png\",\"height\":667,\"width\":1000,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"backgroundPositionDesktop\":{\"x\":\"0.50\",\"y\":\"0.00\"},\"backgroundSizeTablet\":\"cover\",\"backgroundSizeMobile\":\"cover\",\"backgroundColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"backgroundImageColor\":\"rgba(42,42,42,0.5)\",\"topPaddingDesktop\":220,\"bottomPaddingDesktop\":150,\"topPaddingTablet\":170,\"bottomPaddingTablet\":160,\"leftPaddingTablet\":30,\"rightPaddingTablet\":30,\"topPaddingMobile\":180,\"bottomPaddingMobile\":80,\"leftPaddingMobile\":20,\"rightPaddingMobile\":20,\"paddingLink\":false,\"variationSelected\":true,\"isBlockRootParent\":true,\"overlayType\":\"color\"} -->\n<div class=\"wp-block-uagb-container uagb-block-32733e32 alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/advanced-heading {\"block_id\":\"eaecd686\",\"classMigrate\":true,\"headingDescToggle\":true,\"headingColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"subHeadingColor\":\"var(\\u002d\\u002dast-global-color-4)\",\"headingTag\":\"h1\",\"headSpace\":20,\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"blockTopPadding\":0,\"blockRightPadding\":50,\"blockLeftPadding\":0,\"blockBottomPadding\":0,\"blockTopPaddingTablet\":0,\"blockRightPaddingTablet\":20,\"blockLeftPaddingTablet\":0,\"blockBottomPaddingTablet\":0,\"blockTopPaddingMobile\":0,\"blockRightPaddingMobile\":0,\"blockLeftPaddingMobile\":0,\"blockBottomPaddingMobile\":0,\"blockPaddingUnit\":\"%\",\"blockPaddingUnitTablet\":\"%\"} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-eaecd686\"><h1 class=\"uagb-heading-text\">Amenities &amp; Facilities​</h1><p class=\"uagb-desc-text\">We do not give you just rooms to stay. We give you an environment so you can experience the best while on a holiday with us. Walk into our hotel and enjoy a refreshing, rejuvenating, day-off with us.</p></div>\n<!-- /wp:uagb/advanced-heading --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"533e2aa6\",\"backgroundType\":\"color\",\"backgroundSizeTablet\":\"cover\",\"backgroundSizeMobile\":\"cover\",\"backgroundColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"topPaddingDesktop\":120,\"bottomPaddingDesktop\":120,\"topPaddingTablet\":80,\"bottomPaddingTablet\":80,\"leftPaddingTablet\":30,\"rightPaddingTablet\":30,\"topPaddingMobile\":80,\"bottomPaddingMobile\":80,\"leftPaddingMobile\":20,\"rightPaddingMobile\":20,\"paddingLink\":false,\"variationSelected\":true,\"rowGapDesktop\":0,\"rowGapTablet\":0,\"rowGapMobile\":0,\"isBlockRootParent\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-533e2aa6 alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/container {\"block_id\":\"e871ca6c\",\"directionDesktop\":\"row\",\"alignItemsDesktop\":\"flex-end\",\"alignItemsTablet\":\"flex-end\",\"justifyContentDesktop\":\"flex-end\",\"justifyContentTablet\":\"space-between\",\"variationSelected\":true,\"rowGapMobile\":30,\"columnGapDesktop\":0} -->\n<div class=\"wp-block-uagb-container uagb-block-e871ca6c\"><!-- wp:uagb/advanced-heading {\"block_id\":\"7e5685c9\",\"classMigrate\":true,\"headingDescToggle\":true,\"subHeadingColor\":\"\",\"headSpace\":20,\"subHeadFontSize\":16} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-7e5685c9\"><h2 class=\"uagb-heading-text\">Amenities​</h2><p class=\"uagb-desc-text\">Cursus tempus, tincidunt quis sem sapien id non eget sed in consequat tellus phasellus orci in semper elit porttitor eget metus.​</p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/buttons {\"block_id\":\"4a132362\",\"classMigrate\":true,\"childMigrate\":true,\"align\":\"right\",\"alignTablet\":\"right\",\"alignMobile\":\"left\",\"gap\":0} -->\n<div class=\"wp-block-uagb-buttons uagb-buttons__outer-wrap uagb-btn__default-btn uagb-btn-tablet__default-btn uagb-btn-mobile__default-btn uagb-block-4a132362\"><div class=\"uagb-buttons__wrap uagb-buttons-layout-wrap\"><!-- wp:uagb/buttons-child {\"block_id\":\"1d6714cf\",\"label\":\"Get Bookings\",\"link\":\"#\",\"hColor\":\"\",\"borderWidth\":\"\",\"borderRadius\":\"\",\"borderStyle\":\"\",\"borderColor\":\"\",\"borderHColor\":\"\",\"btnBorderTopWidth\":1,\"btnBorderLeftWidth\":1,\"btnBorderRightWidth\":1,\"btnBorderBottomWidth\":1,\"btnBorderTopLeftRadius\":2,\"btnBorderTopRightRadius\":2,\"btnBorderBottomLeftRadius\":2,\"btnBorderBottomRightRadius\":2,\"btnBorderStyle\":\"solid\",\"btnBorderColor\":\"#333\",\"btnBorderHColor\":\"#333\"} -->\n<div class=\"wp-block-uagb-buttons-child uagb-buttons__outer-wrap uagb-block-1d6714cf wp-block-button is-style-outline\"><div class=\"uagb-button__wrapper\"><a class=\"uagb-buttons-repeater wp-block-button__link\" href=\"#\" rel=\"follow noopener\" target=\"_self\"><div class=\"uagb-button__link\">Get Bookings</div></a></div></div>\n<!-- /wp:uagb/buttons-child --></div></div>\n<!-- /wp:uagb/buttons --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"bd5830bb\",\"directionDesktop\":\"row\",\"alignItemsTablet\":\"flex-start\",\"paddingLink\":false,\"topMarginDesktop\":54,\"bottomMarginDesktop\":0,\"leftMarginDesktop\":0,\"rightMarginDesktop\":0,\"topMarginTablet\":30,\"bottomMarginTablet\":0,\"leftMarginTablet\":0,\"rightMarginTablet\":0,\"marginLink\":false,\"variationSelected\":true,\"rowGapMobile\":65,\"columnGapDesktop\":48,\"columnGapTablet\":20} -->\n<div class=\"wp-block-uagb-container uagb-block-bd5830bb\"><!-- wp:uagb/info-box {\"classMigrate\":true,\"headingAlign\":\"left\",\"headingColor\":\"\",\"subHeadingColor\":\"\",\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"source_type\":\"image\",\"block_id\":\"c4bba98f\",\"ctaIcon\":\"\",\"ctaType\":\"text\",\"ctaText\":\"READ MORE\",\"ctaLinkColor\":\"var(\\u002d\\u002dast-global-color-0)\",\"ctaDecoration\":\"underline\",\"ctaFontSize\":12,\"ctaFontWeight\":\"600\",\"ctaLetterSpacing\":2,\"ctaBorderColor\":\"\",\"ctaBorderStyle\":\"\",\"ctaBorderWidth\":\"\",\"ctaBorderRadius\":\"\",\"iconBottomMargin\":30,\"iconImage\":{\"id\":90,\"title\":\"swimming-pool\",\"filename\":\"swimming-pool.jpg\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/swimming-pool.jpg\",\"link\":\"https://blueroan.netgen.cloud/swimming-pool/\",\"alt\":\"\",\"author\":\"34\",\"description\":\"\",\"caption\":\"\",\"name\":\"swimming-pool\",\"status\":\"inherit\",\"uploadedTo\":0,\"date\":\"2021-05-07T14:28:45.000Z\",\"modified\":\"2021-05-07T14:28:45.000Z\",\"menuOrder\":0,\"mime\":\"image/jpeg\",\"type\":\"image\",\"subtype\":\"jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/default.png\",\"dateFormatted\":\"May 7, 2021\",\"nonces\":{\"update\":\"971c957832\",\"delete\":\"8fb57461ba\",\"edit\":\"e9a8bb1d06\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=90\\u0026action=edit\",\"meta\":false,\"authorName\":\"Rishabh\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/user-edit.php?user_id=34\",\"filesizeInBytes\":29663,\"filesizeHumanReadable\":\"29 KB\",\"context\":\"\",\"height\":440,\"width\":370,\"orientation\":\"portrait\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/swimming-pool-150x150.jpg\",\"orientation\":\"landscape\"},\"medium\":{\"height\":300,\"width\":252,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/swimming-pool-252x300-1.jpg\",\"orientation\":\"portrait\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/swimming-pool.jpg\",\"height\":440,\"width\":370,\"orientation\":\"portrait\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"imageSize\":\"full\",\"imageWidth\":100,\"imageWidthMobile\":100,\"imageWidthTablet\":100,\"paddingBtnTop\":10,\"paddingBtnBottom\":10,\"paddingBtnLeft\":14,\"paddingBtnRight\":14,\"imageWidthUnit\":\"%\",\"imageWidthUnitTablet\":\"%\",\"imageWidthUnitMobile\":\"%\",\"subHeadTopMargin\":0,\"subHeadRightMargin\":40,\"subHeadLeftMargin\":0,\"subHeadMarginTopTablet\":0,\"subHeadMarginRightTablet\":0,\"subHeadTabletSpace\":20,\"subHeadMarginLeftTablet\":0,\"imgTagHeight\":118,\"imgTagWidth\":370,\"btnBorderTopWidth\":1,\"btnBorderLeftWidth\":1,\"btnBorderRightWidth\":1,\"btnBorderBottomWidth\":1,\"btnBorderTopLeftRadius\":0,\"btnBorderTopRightRadius\":0,\"btnBorderBottomLeftRadius\":0,\"btnBorderBottomRightRadius\":0,\"btnBorderStyle\":\"solid\",\"btnBorderColor\":\"#333\"} -->\n<div class=\"wp-block-uagb-info-box uagb-block-c4bba98f uagb-infobox__content-wrap  uagb-infobox-icon-above-title uagb-infobox-image-valign-top\"><div class=\"uagb-ifb-content\"><div class=\"uagb-ifb-image-content\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/swimming-pool.jpg\" alt=\"\" width=\"100\" height=\"118\" loading=\"lazy\"/></div><div class=\"uagb-ifb-title-wrap\"><h3 class=\"uagb-ifb-title\">An Infinite-edge Pool​</h3></div><p class=\"uagb-ifb-desc\">Experience the joy of swimming in our infinity-edge pool that gives you a nice picturesque view.</p><div class=\"uagb-ifb-button-wrapper wp-block-button\"><a href=\"\" target=\"_self\" class=\"uagb-infobox-cta-link uagb-disable-link\" rel=\"noopener noreferrer\" alt=\"\"><span class=\"uagb-inline-editing\">READ MORE</span></a></div></div></div>\n<!-- /wp:uagb/info-box -->\n\n<!-- wp:uagb/info-box {\"classMigrate\":true,\"headingAlign\":\"left\",\"headingColor\":\"\",\"subHeadingColor\":\"\",\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"source_type\":\"image\",\"block_id\":\"c1c1c258\",\"ctaIcon\":\"\",\"ctaType\":\"text\",\"ctaText\":\"READ MORE\",\"ctaLinkColor\":\"var(\\u002d\\u002dast-global-color-0)\",\"ctaDecoration\":\"underline\",\"ctaFontSize\":12,\"ctaFontWeight\":\"600\",\"ctaLetterSpacing\":2,\"ctaBorderColor\":\"\",\"ctaBorderStyle\":\"\",\"ctaBorderWidth\":\"\",\"ctaBorderRadius\":\"\",\"iconBottomMargin\":30,\"iconImage\":{\"id\":235,\"title\":\"spa\",\"filename\":\"spa.jpg\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/spa.jpg\",\"link\":\"https://blueroan.netgen.cloud/spa/\",\"alt\":\"\",\"author\":\"34\",\"description\":\"\",\"caption\":\"\",\"name\":\"spa\",\"status\":\"inherit\",\"uploadedTo\":0,\"date\":\"2021-05-11T10:14:20.000Z\",\"modified\":\"2021-05-11T10:14:20.000Z\",\"menuOrder\":0,\"mime\":\"image/jpeg\",\"type\":\"image\",\"subtype\":\"jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/default.png\",\"dateFormatted\":\"May 11, 2021\",\"nonces\":{\"update\":\"580ee12d5e\",\"delete\":\"261a8e7a22\",\"edit\":\"6139a47c8c\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=235\\u0026action=edit\",\"meta\":false,\"authorName\":\"Rishabh\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/user-edit.php?user_id=34\",\"filesizeInBytes\":27664,\"filesizeHumanReadable\":\"27 KB\",\"context\":\"\",\"height\":440,\"width\":370,\"orientation\":\"portrait\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/spa-150x150.jpg\",\"orientation\":\"landscape\"},\"medium\":{\"height\":300,\"width\":252,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/spa-252x300-1.jpg\",\"orientation\":\"portrait\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/spa.jpg\",\"height\":440,\"width\":370,\"orientation\":\"portrait\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"imageSize\":\"full\",\"imageWidth\":100,\"imageWidthMobile\":100,\"imageWidthTablet\":100,\"paddingBtnTop\":10,\"paddingBtnBottom\":10,\"paddingBtnLeft\":14,\"paddingBtnRight\":14,\"imageWidthUnit\":\"%\",\"imageWidthUnitTablet\":\"%\",\"imageWidthUnitMobile\":\"%\",\"subHeadTopMargin\":0,\"subHeadRightMargin\":40,\"subHeadLeftMargin\":0,\"subHeadMarginTopTablet\":0,\"subHeadMarginRightTablet\":0,\"subHeadTabletSpace\":20,\"subHeadMarginLeftTablet\":0,\"imgTagHeight\":118,\"imgTagWidth\":370,\"btnBorderTopWidth\":1,\"btnBorderLeftWidth\":1,\"btnBorderRightWidth\":1,\"btnBorderBottomWidth\":1,\"btnBorderTopLeftRadius\":0,\"btnBorderTopRightRadius\":0,\"btnBorderBottomLeftRadius\":0,\"btnBorderBottomRightRadius\":0,\"btnBorderStyle\":\"solid\",\"btnBorderColor\":\"#333\"} -->\n<div class=\"wp-block-uagb-info-box uagb-block-c1c1c258 uagb-infobox__content-wrap  uagb-infobox-icon-above-title uagb-infobox-image-valign-top\"><div class=\"uagb-ifb-content\"><div class=\"uagb-ifb-image-content\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/spa.jpg\" alt=\"\" width=\"100\" height=\"118\" loading=\"lazy\"/></div><div class=\"uagb-ifb-title-wrap\"><h3 class=\"uagb-ifb-title\">An Iconic Spa​</h3></div><p class=\"uagb-ifb-desc\">Set forth on an exquisite wellness journey to refresh, re-energize and rejuvenate at our iconic spa.</p><div class=\"uagb-ifb-button-wrapper wp-block-button\"><a href=\"\" target=\"_self\" class=\"uagb-infobox-cta-link uagb-disable-link\" rel=\"noopener noreferrer\" alt=\"\"><span class=\"uagb-inline-editing\">READ MORE</span></a></div></div></div>\n<!-- /wp:uagb/info-box -->\n\n<!-- wp:uagb/info-box {\"classMigrate\":true,\"headingAlign\":\"left\",\"headingColor\":\"\",\"subHeadingColor\":\"\",\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"source_type\":\"image\",\"block_id\":\"89694ad8\",\"ctaIcon\":\"\",\"ctaType\":\"text\",\"ctaText\":\"READ MORE\",\"ctaLinkColor\":\"var(\\u002d\\u002dast-global-color-0)\",\"ctaDecoration\":\"underline\",\"ctaFontSize\":12,\"ctaFontWeight\":\"600\",\"ctaLetterSpacing\":2,\"ctaBorderColor\":\"\",\"ctaBorderStyle\":\"\",\"ctaBorderWidth\":\"\",\"ctaBorderRadius\":\"\",\"iconBottomMargin\":30,\"iconImage\":{\"id\":115,\"title\":\"rooms\",\"filename\":\"rooms.jpg\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/rooms.jpg\",\"link\":\"https://blueroan.netgen.cloud/rooms-2/\",\"alt\":\"\",\"author\":\"34\",\"description\":\"\",\"caption\":\"\",\"name\":\"rooms-2\",\"status\":\"inherit\",\"uploadedTo\":0,\"date\":\"2021-05-11T04:53:41.000Z\",\"modified\":\"2021-05-11T04:53:41.000Z\",\"menuOrder\":0,\"mime\":\"image/jpeg\",\"type\":\"image\",\"subtype\":\"jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/default.png\",\"dateFormatted\":\"May 11, 2021\",\"nonces\":{\"update\":\"4e23be63e1\",\"delete\":\"0c10fb0869\",\"edit\":\"714e3ba079\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=115\\u0026action=edit\",\"meta\":false,\"authorName\":\"Rishabh\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/user-edit.php?user_id=34\",\"filesizeInBytes\":31085,\"filesizeHumanReadable\":\"30 KB\",\"context\":\"\",\"height\":440,\"width\":370,\"orientation\":\"portrait\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/rooms-150x150.jpg\",\"orientation\":\"landscape\"},\"medium\":{\"height\":300,\"width\":252,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/rooms-252x300-1.jpg\",\"orientation\":\"portrait\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/rooms.jpg\",\"height\":440,\"width\":370,\"orientation\":\"portrait\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"imageSize\":\"full\",\"imageWidth\":100,\"imageWidthMobile\":100,\"imageWidthTablet\":100,\"paddingBtnTop\":10,\"paddingBtnBottom\":10,\"paddingBtnLeft\":14,\"paddingBtnRight\":14,\"imageWidthUnit\":\"%\",\"imageWidthUnitTablet\":\"%\",\"imageWidthUnitMobile\":\"%\",\"subHeadTopMargin\":0,\"subHeadRightMargin\":40,\"subHeadLeftMargin\":0,\"subHeadMarginTopTablet\":0,\"subHeadMarginRightTablet\":0,\"subHeadTabletSpace\":20,\"subHeadMarginLeftTablet\":0,\"imgTagHeight\":118,\"imgTagWidth\":370,\"btnBorderTopWidth\":1,\"btnBorderLeftWidth\":1,\"btnBorderRightWidth\":1,\"btnBorderBottomWidth\":1,\"btnBorderTopLeftRadius\":0,\"btnBorderTopRightRadius\":0,\"btnBorderBottomLeftRadius\":0,\"btnBorderBottomRightRadius\":0,\"btnBorderStyle\":\"solid\",\"btnBorderColor\":\"#333\"} -->\n<div class=\"wp-block-uagb-info-box uagb-block-89694ad8 uagb-infobox__content-wrap  uagb-infobox-icon-above-title uagb-infobox-image-valign-top\"><div class=\"uagb-ifb-content\"><div class=\"uagb-ifb-image-content\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/rooms.jpg\" alt=\"\" width=\"100\" height=\"118\" loading=\"lazy\"/></div><div class=\"uagb-ifb-title-wrap\"><h3 class=\"uagb-ifb-title\">In-house Restaurants​</h3></div><p class=\"uagb-ifb-desc\">We have three in-house restaurants offering different cuisines that you can choose from.</p><div class=\"uagb-ifb-button-wrapper wp-block-button\"><a href=\"\" target=\"_self\" class=\"uagb-infobox-cta-link uagb-disable-link\" rel=\"noopener noreferrer\" alt=\"\"><span class=\"uagb-inline-editing\">READ MORE</span></a></div></div></div>\n<!-- /wp:uagb/info-box --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"b730e86b\",\"directionDesktop\":\"row\",\"alignItemsTablet\":\"flex-start\",\"topPaddingMobile\":65,\"paddingLink\":false,\"topMarginDesktop\":48,\"bottomMarginDesktop\":0,\"leftMarginDesktop\":0,\"rightMarginDesktop\":0,\"topMarginTablet\":20,\"bottomMarginTablet\":0,\"leftMarginTablet\":0,\"rightMarginTablet\":0,\"marginLink\":false,\"variationSelected\":true,\"rowGapMobile\":65,\"columnGapDesktop\":48,\"columnGapTablet\":20} -->\n<div class=\"wp-block-uagb-container uagb-block-b730e86b\"><!-- wp:uagb/info-box {\"classMigrate\":true,\"headingAlign\":\"left\",\"headingColor\":\"\",\"subHeadingColor\":\"\",\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"source_type\":\"image\",\"block_id\":\"cefad848\",\"ctaIcon\":\"\",\"ctaType\":\"text\",\"ctaText\":\"READ MORE\",\"ctaLinkColor\":\"var(\\u002d\\u002dast-global-color-0)\",\"ctaDecoration\":\"underline\",\"ctaFontSize\":12,\"ctaFontWeight\":\"600\",\"ctaLetterSpacing\":2,\"ctaBorderColor\":\"\",\"ctaBorderStyle\":\"\",\"ctaBorderWidth\":\"\",\"ctaBorderRadius\":\"\",\"iconBottomMargin\":30,\"iconImage\":{\"id\":238,\"title\":\"bathtub\",\"filename\":\"bathtub.jpg\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/bathtub.jpg\",\"link\":\"https://blueroan.netgen.cloud/bathtub/\",\"alt\":\"\",\"author\":\"34\",\"description\":\"\",\"caption\":\"\",\"name\":\"bathtub\",\"status\":\"inherit\",\"uploadedTo\":0,\"date\":\"2021-05-11T10:44:17.000Z\",\"modified\":\"2021-05-11T10:44:17.000Z\",\"menuOrder\":0,\"mime\":\"image/jpeg\",\"type\":\"image\",\"subtype\":\"jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/default.png\",\"dateFormatted\":\"May 11, 2021\",\"nonces\":{\"update\":\"29793a5dce\",\"delete\":\"4acd90ad70\",\"edit\":\"57a620e1e6\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=238\\u0026action=edit\",\"meta\":false,\"authorName\":\"Rishabh\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/user-edit.php?user_id=34\",\"filesizeInBytes\":25801,\"filesizeHumanReadable\":\"25 KB\",\"context\":\"\",\"height\":440,\"width\":370,\"orientation\":\"portrait\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/bathtub-150x150.jpg\",\"orientation\":\"landscape\"},\"medium\":{\"height\":300,\"width\":252,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/bathtub-252x300-1.jpg\",\"orientation\":\"portrait\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/bathtub.jpg\",\"height\":440,\"width\":370,\"orientation\":\"portrait\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"imageSize\":\"full\",\"imageWidth\":100,\"imageWidthMobile\":100,\"imageWidthTablet\":100,\"paddingBtnTop\":10,\"paddingBtnBottom\":10,\"paddingBtnLeft\":14,\"paddingBtnRight\":14,\"imageWidthUnit\":\"%\",\"imageWidthUnitTablet\":\"%\",\"imageWidthUnitMobile\":\"%\",\"subHeadTopMargin\":0,\"subHeadRightMargin\":40,\"subHeadLeftMargin\":0,\"subHeadMarginTopTablet\":0,\"subHeadMarginRightTablet\":0,\"subHeadTabletSpace\":20,\"subHeadMarginLeftTablet\":0,\"imgTagHeight\":118,\"imgTagWidth\":370,\"btnBorderTopWidth\":1,\"btnBorderLeftWidth\":1,\"btnBorderRightWidth\":1,\"btnBorderBottomWidth\":1,\"btnBorderTopLeftRadius\":0,\"btnBorderTopRightRadius\":0,\"btnBorderBottomLeftRadius\":0,\"btnBorderBottomRightRadius\":0,\"btnBorderStyle\":\"solid\",\"btnBorderColor\":\"#333\"} -->\n<div class=\"wp-block-uagb-info-box uagb-block-cefad848 uagb-infobox__content-wrap  uagb-infobox-icon-above-title uagb-infobox-image-valign-top\"><div class=\"uagb-ifb-content\"><div class=\"uagb-ifb-image-content\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/bathtub.jpg\" alt=\"\" width=\"100\" height=\"118\" loading=\"lazy\"/></div><div class=\"uagb-ifb-title-wrap\"><h3 class=\"uagb-ifb-title\">Deep Soaking Bath-tub​</h3></div><p class=\"uagb-ifb-desc\">Take a dip into these special bath-tubs to soak into a refreshing vacation mode that you’ve wanted.</p><div class=\"uagb-ifb-button-wrapper wp-block-button\"><a href=\"\" target=\"_self\" class=\"uagb-infobox-cta-link uagb-disable-link\" rel=\"noopener noreferrer\" alt=\"\"><span class=\"uagb-inline-editing\">READ MORE</span></a></div></div></div>\n<!-- /wp:uagb/info-box -->\n\n<!-- wp:uagb/info-box {\"classMigrate\":true,\"headingAlign\":\"left\",\"headingColor\":\"\",\"subHeadingColor\":\"\",\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"source_type\":\"image\",\"block_id\":\"5a891e2c\",\"ctaIcon\":\"\",\"ctaType\":\"text\",\"ctaText\":\"READ MORE\",\"ctaLinkColor\":\"var(\\u002d\\u002dast-global-color-0)\",\"ctaDecoration\":\"underline\",\"ctaFontSize\":12,\"ctaFontWeight\":\"600\",\"ctaLetterSpacing\":2,\"ctaBorderColor\":\"\",\"ctaBorderStyle\":\"\",\"ctaBorderWidth\":\"\",\"ctaBorderRadius\":\"\",\"iconBottomMargin\":30,\"iconImage\":{\"id\":239,\"title\":\"computer\",\"filename\":\"computer.jpg\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/computer.jpg\",\"link\":\"https://blueroan.netgen.cloud/computer/\",\"alt\":\"\",\"author\":\"34\",\"description\":\"\",\"caption\":\"\",\"name\":\"computer\",\"status\":\"inherit\",\"uploadedTo\":0,\"date\":\"2021-05-11T10:52:29.000Z\",\"modified\":\"2021-05-11T10:52:29.000Z\",\"menuOrder\":0,\"mime\":\"image/jpeg\",\"type\":\"image\",\"subtype\":\"jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/default.png\",\"dateFormatted\":\"May 11, 2021\",\"nonces\":{\"update\":\"c93d357559\",\"delete\":\"e315522836\",\"edit\":\"9dcded08ba\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=239\\u0026action=edit\",\"meta\":false,\"authorName\":\"Rishabh\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/user-edit.php?user_id=34\",\"filesizeInBytes\":26197,\"filesizeHumanReadable\":\"26 KB\",\"context\":\"\",\"height\":440,\"width\":370,\"orientation\":\"portrait\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/computer-150x150.jpg\",\"orientation\":\"landscape\"},\"medium\":{\"height\":300,\"width\":252,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/computer-252x300-1.jpg\",\"orientation\":\"portrait\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/computer.jpg\",\"height\":440,\"width\":370,\"orientation\":\"portrait\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"imageSize\":\"full\",\"imageWidth\":100,\"imageWidthMobile\":100,\"imageWidthTablet\":100,\"paddingBtnTop\":10,\"paddingBtnBottom\":10,\"paddingBtnLeft\":14,\"paddingBtnRight\":14,\"imageWidthUnit\":\"%\",\"imageWidthUnitTablet\":\"%\",\"imageWidthUnitMobile\":\"%\",\"subHeadTopMargin\":0,\"subHeadRightMargin\":40,\"subHeadLeftMargin\":0,\"subHeadMarginTopTablet\":0,\"subHeadMarginRightTablet\":0,\"subHeadTabletSpace\":20,\"subHeadMarginLeftTablet\":0,\"imgTagHeight\":118,\"imgTagWidth\":370,\"btnBorderTopWidth\":1,\"btnBorderLeftWidth\":1,\"btnBorderRightWidth\":1,\"btnBorderBottomWidth\":1,\"btnBorderTopLeftRadius\":0,\"btnBorderTopRightRadius\":0,\"btnBorderBottomLeftRadius\":0,\"btnBorderBottomRightRadius\":0,\"btnBorderStyle\":\"solid\",\"btnBorderColor\":\"#333\"} -->\n<div class=\"wp-block-uagb-info-box uagb-block-5a891e2c uagb-infobox__content-wrap  uagb-infobox-icon-above-title uagb-infobox-image-valign-top\"><div class=\"uagb-ifb-content\"><div class=\"uagb-ifb-image-content\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/computer.jpg\" alt=\"\" width=\"100\" height=\"118\" loading=\"lazy\"/></div><div class=\"uagb-ifb-title-wrap\"><h3 class=\"uagb-ifb-title\">Guest Computer &amp; WiFi​</h3></div><p class=\"uagb-ifb-desc\">We offer special computers and WiFi for guests who’d like to stay connected while on vacation.</p><div class=\"uagb-ifb-button-wrapper wp-block-button\"><a href=\"\" target=\"_self\" class=\"uagb-infobox-cta-link uagb-disable-link\" rel=\"noopener noreferrer\" alt=\"\"><span class=\"uagb-inline-editing\">READ MORE</span></a></div></div></div>\n<!-- /wp:uagb/info-box -->\n\n<!-- wp:uagb/info-box {\"classMigrate\":true,\"headingAlign\":\"left\",\"headingColor\":\"\",\"subHeadingColor\":\"\",\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"source_type\":\"image\",\"block_id\":\"b42dd794\",\"ctaIcon\":\"\",\"ctaType\":\"text\",\"ctaText\":\"READ MORE\",\"ctaLinkColor\":\"var(\\u002d\\u002dast-global-color-0)\",\"ctaDecoration\":\"underline\",\"ctaFontSize\":12,\"ctaFontWeight\":\"600\",\"ctaLetterSpacing\":2,\"ctaBorderColor\":\"\",\"ctaBorderStyle\":\"\",\"ctaBorderWidth\":\"\",\"ctaBorderRadius\":\"\",\"iconBottomMargin\":30,\"iconImage\":{\"id\":237,\"title\":\"concierge\",\"filename\":\"concierge.jpg\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/concierge.jpg\",\"link\":\"https://blueroan.netgen.cloud/concierge/\",\"alt\":\"\",\"author\":\"34\",\"description\":\"\",\"caption\":\"\",\"name\":\"concierge\",\"status\":\"inherit\",\"uploadedTo\":0,\"date\":\"2021-05-11T10:34:38.000Z\",\"modified\":\"2021-05-11T10:34:38.000Z\",\"menuOrder\":0,\"mime\":\"image/jpeg\",\"type\":\"image\",\"subtype\":\"jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/default.png\",\"dateFormatted\":\"May 11, 2021\",\"nonces\":{\"update\":\"ddeaf2c47b\",\"delete\":\"8c12e990c8\",\"edit\":\"7b5113c612\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=237\\u0026action=edit\",\"meta\":false,\"authorName\":\"Rishabh\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/user-edit.php?user_id=34\",\"filesizeInBytes\":32483,\"filesizeHumanReadable\":\"32 KB\",\"context\":\"\",\"height\":440,\"width\":370,\"orientation\":\"portrait\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/concierge-150x150.jpg\",\"orientation\":\"landscape\"},\"medium\":{\"height\":300,\"width\":252,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/concierge-252x300-1.jpg\",\"orientation\":\"portrait\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/concierge.jpg\",\"height\":440,\"width\":370,\"orientation\":\"portrait\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"imageSize\":\"full\",\"imageWidth\":100,\"imageWidthMobile\":100,\"imageWidthTablet\":100,\"paddingBtnTop\":10,\"paddingBtnBottom\":10,\"paddingBtnLeft\":14,\"paddingBtnRight\":14,\"imageWidthUnit\":\"%\",\"imageWidthUnitTablet\":\"%\",\"imageWidthUnitMobile\":\"%\",\"subHeadTopMargin\":0,\"subHeadRightMargin\":40,\"subHeadLeftMargin\":0,\"subHeadMarginTopTablet\":0,\"subHeadMarginRightTablet\":0,\"subHeadTabletSpace\":20,\"subHeadMarginLeftTablet\":0,\"imgTagHeight\":118,\"imgTagWidth\":370,\"btnBorderTopWidth\":1,\"btnBorderLeftWidth\":1,\"btnBorderRightWidth\":1,\"btnBorderBottomWidth\":1,\"btnBorderTopLeftRadius\":0,\"btnBorderTopRightRadius\":0,\"btnBorderBottomLeftRadius\":0,\"btnBorderBottomRightRadius\":0,\"btnBorderStyle\":\"solid\",\"btnBorderColor\":\"#333\"} -->\n<div class=\"wp-block-uagb-info-box uagb-block-b42dd794 uagb-infobox__content-wrap  uagb-infobox-icon-above-title uagb-infobox-image-valign-top\"><div class=\"uagb-ifb-content\"><div class=\"uagb-ifb-image-content\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/concierge.jpg\" alt=\"\" width=\"100\" height=\"118\" loading=\"lazy\"/></div><div class=\"uagb-ifb-title-wrap\"><h3 class=\"uagb-ifb-title\">24 Hour Concierge​</h3></div><p class=\"uagb-ifb-desc\">We have three in-house restaurants offering different cuisines that you can choose from.</p><div class=\"uagb-ifb-button-wrapper wp-block-button\"><a href=\"\" target=\"_self\" class=\"uagb-infobox-cta-link uagb-disable-link\" rel=\"noopener noreferrer\" alt=\"\"><span class=\"uagb-inline-editing\">READ MORE</span></a></div></div></div>\n<!-- /wp:uagb/info-box --></div>\n<!-- /wp:uagb/container --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"e97bd8b9\",\"innerContentWidth\":\"alignfull\",\"directionDesktop\":\"row\",\"wrapTablet\":\"wrap\",\"variationSelected\":true,\"rowGapTablet\":0,\"columnGapDesktop\":0,\"isBlockRootParent\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-e97bd8b9 alignfull uagb-is-root-container\"><!-- wp:uagb/container {\"block_id\":\"6938ed83\",\"widthDesktop\":25,\"widthTablet\":50,\"variationSelected\":true,\"widthSetByUser\":true,\"UAGHideMob\":true,\"UAGResponsiveConditions\":true} -->\n<div class=\"wp-block-uagb-container uag-hide-mob uagb-block-6938ed83\"><!-- wp:uagb/image {\"block_id\":\"97c685a7\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/amenities-1.jpg\",\"id\":220,\"linkDestination\":\"none\",\"width\":480,\"height\":500,\"naturalWidth\":480,\"naturalHeight\":500,\"sizeSlug\":\"full\",\"sizeSlugTablet\":\"full\",\"sizeSlugMobile\":\"full\"} -->\n<div class=\"wp-block-uagb-image uagb-block-97c685a7 wp-block-uagb-image--layout-default wp-block-uagb-image--effect-static wp-block-uagb-image--align-none\"><figure class=\"wp-block-uagb-image__figure\"><img srcset=\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/amenities-1.jpg \" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/amenities-1.jpg\" alt=\"\" class=\"uag-image-220\" width=\"480\" height=\"500\" title=\"\" loading=\"lazy\"/></figure></div>\n<!-- /wp:uagb/image --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"fe38db2e\",\"widthDesktop\":25,\"widthTablet\":50,\"variationSelected\":true,\"widthSetByUser\":true,\"UAGHideMob\":true,\"UAGResponsiveConditions\":true} -->\n<div class=\"wp-block-uagb-container uag-hide-mob uagb-block-fe38db2e\"><!-- wp:uagb/image {\"block_id\":\"bf125a05\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/amenities-3.jpg\",\"id\":222,\"linkDestination\":\"none\",\"naturalWidth\":480,\"naturalHeight\":500,\"sizeSlug\":\"full\",\"sizeSlugTablet\":\"full\",\"sizeSlugMobile\":\"full\"} -->\n<div class=\"wp-block-uagb-image uagb-block-bf125a05 wp-block-uagb-image--layout-default wp-block-uagb-image--effect-static wp-block-uagb-image--align-none\"><figure class=\"wp-block-uagb-image__figure\"><img srcset=\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/amenities-3.jpg \" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/amenities-3.jpg\" alt=\"\" class=\"uag-image-222\" width=\"\" height=\"\" title=\"\" loading=\"lazy\"/></figure></div>\n<!-- /wp:uagb/image --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"c3c9d1fa\",\"widthDesktop\":50,\"widthTablet\":100,\"variationSelected\":true,\"columnGapDesktop\":20,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-c3c9d1fa\"><!-- wp:uagb/image {\"block_id\":\"d169a843\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/amenities-5.jpg\",\"id\":224,\"linkDestination\":\"none\",\"width\":960,\"height\":500,\"naturalWidth\":960,\"naturalHeight\":500,\"sizeSlug\":\"full\",\"sizeSlugTablet\":\"full\",\"sizeSlugMobile\":\"full\"} -->\n<div class=\"wp-block-uagb-image uagb-block-d169a843 wp-block-uagb-image--layout-default wp-block-uagb-image--effect-static wp-block-uagb-image--align-none\"><figure class=\"wp-block-uagb-image__figure\"><img srcset=\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/amenities-5.jpg \" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/amenities-5.jpg\" alt=\"\" class=\"uag-image-224\" width=\"960\" height=\"500\" title=\"\" loading=\"lazy\"/></figure></div>\n<!-- /wp:uagb/image --></div>\n<!-- /wp:uagb/container --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"4c41c896\",\"innerContentWidth\":\"alignfull\",\"directionDesktop\":\"row\",\"wrapTablet\":\"wrap\",\"variationSelected\":true,\"rowGapTablet\":0,\"columnGapDesktop\":0,\"isBlockRootParent\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-4c41c896 alignfull uagb-is-root-container\"><!-- wp:uagb/container {\"block_id\":\"0b027232\",\"widthDesktop\":50,\"widthTablet\":100,\"variationSelected\":true,\"columnGapDesktop\":20,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-0b027232\"><!-- wp:uagb/image {\"block_id\":\"554a363c\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/amenities-6-1.jpg\",\"id\":230,\"linkDestination\":\"none\",\"naturalWidth\":960,\"naturalHeight\":500,\"sizeSlug\":\"full\",\"sizeSlugTablet\":\"full\",\"sizeSlugMobile\":\"full\"} -->\n<div class=\"wp-block-uagb-image uagb-block-554a363c wp-block-uagb-image--layout-default wp-block-uagb-image--effect-static wp-block-uagb-image--align-none\"><figure class=\"wp-block-uagb-image__figure\"><img srcset=\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/amenities-6-1.jpg \" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/amenities-6-1.jpg\" alt=\"\" class=\"uag-image-230\" width=\"\" height=\"\" title=\"\" loading=\"lazy\"/></figure></div>\n<!-- /wp:uagb/image --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"c80ad0dd\",\"widthDesktop\":25,\"variationSelected\":true,\"widthSetByUser\":true,\"UAGHideMob\":true,\"UAGResponsiveConditions\":true} -->\n<div class=\"wp-block-uagb-container uag-hide-mob uagb-block-c80ad0dd\"><!-- wp:uagb/image {\"block_id\":\"57d435fe\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/amenities-2.jpg\",\"id\":221,\"linkDestination\":\"none\",\"naturalWidth\":480,\"naturalHeight\":500,\"sizeSlug\":\"full\",\"sizeSlugTablet\":\"full\",\"sizeSlugMobile\":\"full\"} -->\n<div class=\"wp-block-uagb-image uagb-block-57d435fe wp-block-uagb-image--layout-default wp-block-uagb-image--effect-static wp-block-uagb-image--align-none\"><figure class=\"wp-block-uagb-image__figure\"><img srcset=\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/amenities-2.jpg \" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/amenities-2.jpg\" alt=\"\" class=\"uag-image-221\" width=\"\" height=\"\" title=\"\" loading=\"lazy\"/></figure></div>\n<!-- /wp:uagb/image --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"62c9bcd9\",\"widthDesktop\":25,\"variationSelected\":true,\"widthSetByUser\":true,\"UAGHideMob\":true,\"UAGResponsiveConditions\":true} -->\n<div class=\"wp-block-uagb-container uag-hide-mob uagb-block-62c9bcd9\"><!-- wp:uagb/image {\"block_id\":\"50516a42\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/amenities-4.jpg\",\"id\":223,\"linkDestination\":\"none\",\"naturalWidth\":480,\"naturalHeight\":500,\"sizeSlug\":\"full\",\"sizeSlugTablet\":\"full\",\"sizeSlugMobile\":\"full\"} -->\n<div class=\"wp-block-uagb-image uagb-block-50516a42 wp-block-uagb-image--layout-default wp-block-uagb-image--effect-static wp-block-uagb-image--align-none\"><figure class=\"wp-block-uagb-image__figure\"><img srcset=\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/amenities-4.jpg \" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/amenities-4.jpg\" alt=\"\" class=\"uag-image-223\" width=\"\" height=\"\" title=\"\" loading=\"lazy\"/></figure></div>\n<!-- /wp:uagb/image --></div>\n<!-- /wp:uagb/container --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"d17a9bc0\",\"backgroundType\":\"color\",\"backgroundSizeTablet\":\"cover\",\"backgroundSizeMobile\":\"cover\",\"backgroundColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"topPaddingDesktop\":120,\"bottomPaddingDesktop\":120,\"topPaddingTablet\":80,\"bottomPaddingTablet\":80,\"leftPaddingTablet\":30,\"rightPaddingTablet\":30,\"topPaddingMobile\":80,\"bottomPaddingMobile\":80,\"leftPaddingMobile\":20,\"rightPaddingMobile\":20,\"paddingLink\":false,\"variationSelected\":true,\"rowGapDesktop\":0,\"rowGapTablet\":0,\"isBlockRootParent\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-d17a9bc0 alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/container {\"block_id\":\"8d146c90\",\"directionDesktop\":\"row\",\"alignItemsDesktop\":\"flex-end\",\"alignItemsTablet\":\"flex-end\",\"justifyContentDesktop\":\"flex-end\",\"justifyContentTablet\":\"space-between\",\"variationSelected\":true,\"rowGapMobile\":30,\"columnGapDesktop\":0} -->\n<div class=\"wp-block-uagb-container uagb-block-8d146c90\"><!-- wp:uagb/advanced-heading {\"block_id\":\"d9859258\",\"classMigrate\":true,\"headingDescToggle\":true,\"subHeadingColor\":\"\",\"headSpace\":20,\"subHeadFontSize\":16} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-d9859258\"><h2 class=\"uagb-heading-text\">Other Perks &amp; Facilities ​</h2><p class=\"uagb-desc-text\">Looking for more? Well, we believe that every guest walks into our hotel for the best experience. And, we are determined to do that.</p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/buttons {\"block_id\":\"6c2ed77b\",\"classMigrate\":true,\"childMigrate\":true,\"align\":\"right\",\"alignTablet\":\"right\",\"alignMobile\":\"left\",\"gap\":0} -->\n<div class=\"wp-block-uagb-buttons uagb-buttons__outer-wrap uagb-btn__default-btn uagb-btn-tablet__default-btn uagb-btn-mobile__default-btn uagb-block-6c2ed77b\"><div class=\"uagb-buttons__wrap uagb-buttons-layout-wrap\"><!-- wp:uagb/buttons-child {\"block_id\":\"b49db3f5\",\"label\":\"Get Bookings\",\"link\":\"#\",\"hColor\":\"\",\"borderWidth\":\"\",\"borderRadius\":\"\",\"borderStyle\":\"\",\"borderColor\":\"\",\"borderHColor\":\"\",\"btnBorderTopWidth\":1,\"btnBorderLeftWidth\":1,\"btnBorderRightWidth\":1,\"btnBorderBottomWidth\":1,\"btnBorderTopLeftRadius\":2,\"btnBorderTopRightRadius\":2,\"btnBorderBottomLeftRadius\":2,\"btnBorderBottomRightRadius\":2,\"btnBorderStyle\":\"solid\",\"btnBorderColor\":\"#333\",\"btnBorderHColor\":\"#333\"} -->\n<div class=\"wp-block-uagb-buttons-child uagb-buttons__outer-wrap uagb-block-b49db3f5 wp-block-button is-style-outline\"><div class=\"uagb-button__wrapper\"><a class=\"uagb-buttons-repeater wp-block-button__link\" href=\"#\" rel=\"follow noopener\" target=\"_self\"><div class=\"uagb-button__link\">Get Bookings</div></a></div></div>\n<!-- /wp:uagb/buttons-child --></div></div>\n<!-- /wp:uagb/buttons --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"f4e3a560\",\"directionDesktop\":\"row\",\"alignItemsTablet\":\"flex-start\",\"paddingLink\":false,\"topMarginDesktop\":54,\"bottomMarginDesktop\":0,\"leftMarginDesktop\":0,\"rightMarginDesktop\":0,\"topMarginTablet\":30,\"bottomMarginTablet\":0,\"leftMarginTablet\":0,\"rightMarginTablet\":0,\"marginLink\":false,\"variationSelected\":true,\"rowGapMobile\":65,\"columnGapDesktop\":48,\"columnGapTablet\":20} -->\n<div class=\"wp-block-uagb-container uagb-block-f4e3a560\"><!-- wp:uagb/info-box {\"classMigrate\":true,\"headingAlign\":\"left\",\"headingColor\":\"\",\"subHeadingColor\":\"\",\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"source_type\":\"image\",\"block_id\":\"bc5caedb\",\"ctaType\":\"text\",\"ctaText\":\"READ MORE\",\"ctaLinkColor\":\"var(\\u002d\\u002dast-global-color-0)\",\"ctaDecoration\":\"underline\",\"ctaFontSize\":12,\"ctaFontWeight\":\"600\",\"ctaLetterSpacing\":2,\"ctaBorderStyle\":\"\",\"iconBottomMargin\":30,\"iconImage\":{\"id\":240,\"title\":\"terrace\",\"filename\":\"terrace.jpg\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/terrace.jpg\",\"link\":\"https://blueroan.netgen.cloud/terrace/\",\"alt\":\"\",\"author\":\"34\",\"description\":\"\",\"caption\":\"\",\"name\":\"terrace\",\"status\":\"inherit\",\"uploadedTo\":0,\"date\":\"2021-05-11T10:54:04.000Z\",\"modified\":\"2021-05-11T10:54:04.000Z\",\"menuOrder\":0,\"mime\":\"image/jpeg\",\"type\":\"image\",\"subtype\":\"jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/default.png\",\"dateFormatted\":\"May 11, 2021\",\"nonces\":{\"update\":\"6de8720da3\",\"delete\":\"d7905e75b9\",\"edit\":\"e7132a7b3e\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=240\\u0026action=edit\",\"meta\":false,\"authorName\":\"Rishabh\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/user-edit.php?user_id=34\",\"filesizeInBytes\":40742,\"filesizeHumanReadable\":\"40 KB\",\"context\":\"\",\"height\":440,\"width\":370,\"orientation\":\"portrait\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/terrace-150x150.jpg\",\"orientation\":\"landscape\"},\"medium\":{\"height\":300,\"width\":252,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/terrace-252x300-1.jpg\",\"orientation\":\"portrait\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/terrace.jpg\",\"height\":440,\"width\":370,\"orientation\":\"portrait\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"imageSize\":\"full\",\"imageWidth\":100,\"imageWidthMobile\":100,\"imageWidthTablet\":100,\"paddingBtnTop\":10,\"paddingBtnBottom\":10,\"paddingBtnLeft\":14,\"paddingBtnRight\":14,\"imageWidthUnit\":\"%\",\"imageWidthUnitTablet\":\"%\",\"imageWidthUnitMobile\":\"%\",\"subHeadTopMargin\":0,\"subHeadRightMargin\":40,\"subHeadLeftMargin\":0,\"subHeadMarginTopTablet\":0,\"subHeadMarginRightTablet\":0,\"subHeadTabletSpace\":20,\"subHeadMarginLeftTablet\":0,\"btnBorderStyle\":\"solid\"} -->\n<div class=\"wp-block-uagb-info-box uagb-block-bc5caedb uagb-infobox__content-wrap  uagb-infobox-icon-above-title uagb-infobox-image-valign-top\"><div class=\"uagb-ifb-content\"><div class=\"uagb-ifb-image-content\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/terrace.jpg\" alt=\"\"/></div><div class=\"uagb-ifb-title-wrap\"><h3 class=\"uagb-ifb-title\">Ocean View Terrace​</h3></div><p class=\"uagb-ifb-desc\">Among the scenic beauty of the city we also have an ocean view terrace for every suite in our hotel.</p><div class=\"uagb-ifb-button-wrapper wp-block-button\"><a href=\"#\" target=\"_self\" class=\"uagb-infobox-cta-link\" rel=\"noopener noreferrer\" alt=\"\"><span class=\"uagb-inline-editing\">READ MORE</span></a></div></div></div>\n<!-- /wp:uagb/info-box -->\n\n<!-- wp:uagb/info-box {\"classMigrate\":true,\"headingAlign\":\"left\",\"headingColor\":\"\",\"subHeadingColor\":\"\",\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"source_type\":\"image\",\"block_id\":\"be927766\",\"ctaType\":\"text\",\"ctaText\":\"READ MORE\",\"ctaLinkColor\":\"var(\\u002d\\u002dast-global-color-0)\",\"ctaDecoration\":\"underline\",\"ctaFontSize\":12,\"ctaFontWeight\":\"600\",\"ctaLetterSpacing\":2,\"ctaBorderStyle\":\"\",\"iconBottomMargin\":30,\"iconImage\":{\"id\":89,\"title\":\"food\",\"filename\":\"food.jpg\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/food.jpg\",\"link\":\"https://blueroan.netgen.cloud/food/\",\"alt\":\"\",\"author\":\"34\",\"description\":\"\",\"caption\":\"\",\"name\":\"food\",\"status\":\"inherit\",\"uploadedTo\":0,\"date\":\"2021-05-07T14:24:52.000Z\",\"modified\":\"2021-05-07T14:24:52.000Z\",\"menuOrder\":0,\"mime\":\"image/jpeg\",\"type\":\"image\",\"subtype\":\"jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/default.png\",\"dateFormatted\":\"May 7, 2021\",\"nonces\":{\"update\":\"b06173e227\",\"delete\":\"7de0e70fba\",\"edit\":\"7dc3d40920\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=89\\u0026action=edit\",\"meta\":false,\"authorName\":\"Rishabh\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/user-edit.php?user_id=34\",\"filesizeInBytes\":41933,\"filesizeHumanReadable\":\"41 KB\",\"context\":\"\",\"height\":440,\"width\":370,\"orientation\":\"portrait\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/food-150x150.jpg\",\"orientation\":\"landscape\"},\"medium\":{\"height\":300,\"width\":252,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/food-252x300-1.jpg\",\"orientation\":\"portrait\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/food.jpg\",\"height\":440,\"width\":370,\"orientation\":\"portrait\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"imageSize\":\"full\",\"imageWidth\":100,\"imageWidthMobile\":100,\"imageWidthTablet\":100,\"paddingBtnTop\":10,\"paddingBtnBottom\":10,\"paddingBtnLeft\":14,\"paddingBtnRight\":14,\"imageWidthUnit\":\"%\",\"imageWidthUnitTablet\":\"%\",\"imageWidthUnitMobile\":\"%\",\"subHeadTopMargin\":0,\"subHeadRightMargin\":40,\"subHeadLeftMargin\":0,\"subHeadMarginTopTablet\":0,\"subHeadMarginRightTablet\":0,\"subHeadTabletSpace\":20,\"subHeadMarginLeftTablet\":0,\"btnBorderStyle\":\"solid\"} -->\n<div class=\"wp-block-uagb-info-box uagb-block-be927766 uagb-infobox__content-wrap  uagb-infobox-icon-above-title uagb-infobox-image-valign-top\"><div class=\"uagb-ifb-content\"><div class=\"uagb-ifb-image-content\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/food.jpg\" alt=\"\"/></div><div class=\"uagb-ifb-title-wrap\"><h3 class=\"uagb-ifb-title\">Delicious Food​</h3></div><p class=\"uagb-ifb-desc\">We have team chefs from across the world. So you can enjoy the delicacies anytime during your stay.</p><div class=\"uagb-ifb-button-wrapper wp-block-button\"><a href=\"#\" target=\"_self\" class=\"uagb-infobox-cta-link\" rel=\"noopener noreferrer\" alt=\"\"><span class=\"uagb-inline-editing\">READ MORE</span></a></div></div></div>\n<!-- /wp:uagb/info-box -->\n\n<!-- wp:uagb/info-box {\"classMigrate\":true,\"headingAlign\":\"left\",\"headingColor\":\"\",\"subHeadingColor\":\"\",\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"source_type\":\"image\",\"block_id\":\"762a0a59\",\"ctaType\":\"text\",\"ctaText\":\"READ MORE\",\"ctaLinkColor\":\"var(\\u002d\\u002dast-global-color-0)\",\"ctaDecoration\":\"underline\",\"ctaFontSize\":12,\"ctaFontWeight\":\"600\",\"ctaLetterSpacing\":2,\"ctaBorderStyle\":\"\",\"iconBottomMargin\":30,\"iconImage\":{\"id\":241,\"title\":\"beach\",\"filename\":\"beach.jpg\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/beach.jpg\",\"link\":\"https://blueroan.netgen.cloud/beach/\",\"alt\":\"\",\"author\":\"34\",\"description\":\"\",\"caption\":\"\",\"name\":\"beach\",\"status\":\"inherit\",\"uploadedTo\":0,\"date\":\"2021-05-11T10:56:06.000Z\",\"modified\":\"2021-05-11T10:56:06.000Z\",\"menuOrder\":0,\"mime\":\"image/jpeg\",\"type\":\"image\",\"subtype\":\"jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/default.png\",\"dateFormatted\":\"May 11, 2021\",\"nonces\":{\"update\":\"65c348aac8\",\"delete\":\"6d551f7cf4\",\"edit\":\"026ca70d91\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=241\\u0026action=edit\",\"meta\":false,\"authorName\":\"Rishabh\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/user-edit.php?user_id=34\",\"filesizeInBytes\":38094,\"filesizeHumanReadable\":\"37 KB\",\"context\":\"\",\"height\":440,\"width\":370,\"orientation\":\"portrait\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/beach-150x150.jpg\",\"orientation\":\"landscape\"},\"medium\":{\"height\":300,\"width\":252,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/beach-252x300-1.jpg\",\"orientation\":\"portrait\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/beach.jpg\",\"height\":440,\"width\":370,\"orientation\":\"portrait\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"imageSize\":\"full\",\"imageWidth\":100,\"imageWidthMobile\":100,\"imageWidthTablet\":100,\"paddingBtnTop\":10,\"paddingBtnBottom\":10,\"paddingBtnLeft\":14,\"paddingBtnRight\":14,\"imageWidthUnit\":\"%\",\"imageWidthUnitTablet\":\"%\",\"imageWidthUnitMobile\":\"%\",\"subHeadTopMargin\":0,\"subHeadRightMargin\":40,\"subHeadLeftMargin\":0,\"subHeadMarginTopTablet\":0,\"subHeadMarginRightTablet\":0,\"subHeadTabletSpace\":20,\"subHeadMarginLeftTablet\":0,\"btnBorderStyle\":\"solid\"} -->\n<div class=\"wp-block-uagb-info-box uagb-block-762a0a59 uagb-infobox__content-wrap  uagb-infobox-icon-above-title uagb-infobox-image-valign-top\"><div class=\"uagb-ifb-content\"><div class=\"uagb-ifb-image-content\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/beach.jpg\" alt=\"\"/></div><div class=\"uagb-ifb-title-wrap\"><h3 class=\"uagb-ifb-title\">Private Beach​</h3></div><p class=\"uagb-ifb-desc\">Want to take a dip into the sea? All our guests get complimentary access to our private beach.</p><div class=\"uagb-ifb-button-wrapper wp-block-button\"><a href=\"#\" target=\"_self\" class=\"uagb-infobox-cta-link\" rel=\"noopener noreferrer\" alt=\"\"><span class=\"uagb-inline-editing\">READ MORE</span></a></div></div></div>\n<!-- /wp:uagb/info-box --></div>\n<!-- /wp:uagb/container --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"86ce900a\",\"innerContentCustomWidthDesktop\":781,\"innerContentCustomWidthTablet\":781,\"backgroundType\":\"image\",\"backgroundImageDesktop\":{\"id\":54,\"title\":\"background-img\",\"filename\":\"background-img-1.jpg\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/background-img-1.jpg\",\"link\":\"https://blueroan.netgen.cloud/background-img-2/\",\"alt\":\"\",\"author\":\"34\",\"description\":\"\",\"caption\":\"\",\"name\":\"background-img-2\",\"status\":\"inherit\",\"uploadedTo\":0,\"date\":\"2021-05-07T10:11:37.000Z\",\"modified\":\"2021-05-07T10:11:37.000Z\",\"menuOrder\":0,\"mime\":\"image/jpeg\",\"type\":\"image\",\"subtype\":\"jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/default.png\",\"dateFormatted\":\"May 7, 2021\",\"nonces\":{\"update\":\"bb999636b9\",\"delete\":\"d2e1375bc4\",\"edit\":\"005dd2f0c9\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=54\\u0026action=edit\",\"meta\":false,\"authorName\":\"Rishabh\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/user-edit.php?user_id=34\",\"filesizeInBytes\":338858,\"filesizeHumanReadable\":\"331 KB\",\"context\":\"\",\"height\":1080,\"width\":1920,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/background-img-1-150x150.jpg\",\"orientation\":\"landscape\"},\"medium\":{\"height\":169,\"width\":300,\"url\":\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/background-img-1-300x169.jpg\",\"orientation\":\"landscape\"},\"large\":{\"height\":576,\"width\":1024,\"url\":\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/background-img-1-1024x576.jpg\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/background-img-1.jpg\",\"height\":1080,\"width\":1920,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"backgroundImageColor\":\"rgba(42,42,42,0.65)\",\"topPaddingDesktop\":144,\"bottomPaddingDesktop\":144,\"leftPaddingDesktop\":40,\"rightPaddingDesktop\":40,\"topPaddingTablet\":80,\"bottomPaddingTablet\":80,\"leftPaddingTablet\":40,\"rightPaddingTablet\":40,\"topPaddingMobile\":64,\"bottomPaddingMobile\":64,\"leftPaddingMobile\":24,\"rightPaddingMobile\":24,\"paddingLink\":false,\"variationSelected\":true,\"isBlockRootParent\":true,\"overlayType\":\"color\"} -->\n<div class=\"wp-block-uagb-container uagb-block-86ce900a alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/advanced-heading {\"block_id\":\"8bcc783f\",\"classMigrate\":true,\"headingDescToggle\":true,\"headingAlign\":\"center\",\"headingColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"subHeadingColor\":\"var(\\u002d\\u002dast-global-color-4)\",\"headSpace\":20} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-8bcc783f\"><h2 class=\"uagb-heading-text\">Plan an Unforgettable Experience in Mykonos Today!</h2><p class=\"uagb-desc-text\">We can help you fit your stay and experience within your allotted budget.</p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/advanced-heading {\"block_id\":\"55990869\",\"classMigrate\":true,\"headingTitleToggle\":false,\"headingDescToggle\":true,\"headingAlign\":\"center\",\"subHeadingColor\":\"var(\\u002d\\u002dast-global-color-4)\",\"subHeadTransform\":\"uppercase\",\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"subHeadLetterSpacing\":2,\"blockTopPadding\":60,\"blockRightPadding\":0,\"blockLeftPadding\":0,\"blockBottomPadding\":0,\"blockTopPaddingMobile\":30,\"blockRightPaddingMobile\":0,\"blockLeftPaddingMobile\":0,\"blockBottomPaddingMobile\":0} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-55990869\"><p class=\"uagb-desc-text\">BOOK YOUR STAY NOW​</p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/icon-list {\"block_id\":\"d5069c17\",\"classMigrate\":true,\"childMigrate\":true,\"align\":\"center\",\"parentIcon\":\"phone\",\"size\":40,\"sizeMobile\":24,\"sizeTablet\":32,\"fontSize\":48,\"fontSizeMobile\":28,\"fontSizeTablet\":40,\"fontWeight\":\"600\",\"iconColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"labelColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"blockTopPadding\":0,\"blockRightPadding\":0,\"blockLeftPadding\":0,\"blockBottomPadding\":24,\"blockPaddingLink\":false} -->\n<div class=\"wp-block-uagb-icon-list uagb-block-d5069c17\"><div class=\"uagb-icon-list__wrap\"><!-- wp:uagb/icon-list-child {\"block_id\":\"0e1571c7\",\"label\":\"+1-123 456 7890​\",\"label_color\":\"\",\"fromParentIcon\":\"phone\",\"imageSizeChild\":40} -->\n<div class=\"wp-block-uagb-icon-list-child uagb-block-0e1571c7\"><span class=\"uagb-icon-list__source-wrap\"><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M511.2 387l-23.25 100.8c-3.266 14.25-15.79 24.22-30.46 24.22C205.2 512 0 306.8 0 54.5c0-14.66 9.969-27.2 24.22-30.45l100.8-23.25C139.7-2.602 154.7 5.018 160.8 18.92l46.52 108.5c5.438 12.78 1.77 27.67-8.98 36.45L144.5 207.1c33.98 69.22 90.26 125.5 159.5 159.5l44.08-53.8c8.688-10.78 23.69-14.51 36.47-8.975l108.5 46.51C506.1 357.2 514.6 372.4 511.2 387z\"></path></svg></span><span class=\"uagb-icon-list__label\">+1-123 456 7890​</span></div>\n<!-- /wp:uagb/icon-list-child --></div></div>\n<!-- /wp:uagb/icon-list --></div></div>\n<!-- /wp:uagb/container -->',	'Amenities',	'',	'inherit',	'closed',	'closed',	'',	'762-revision-v1',	'',	'',	'2022-12-15 10:32:24',	'2022-12-15 10:32:24',	'',	762,	'https://blueroan.netgen.cloud/?p=1161',	0,	'revision',	'',	0),
(1162,	2,	'2022-12-15 10:32:40',	'2022-12-15 10:32:40',	'<!-- wp:uagb/container {\"block_id\":\"51012a96\",\"backgroundType\":\"image\",\"backgroundImageDesktop\":{\"id\":1007,\"title\":\"AAEAAQAAAAAAAAAAAAAAJDg5NmY0ZGUxLWE4MTgtNDY5NC1iODFhLTBmN2Q0ZDc5ZWFiNw-1\",\"filename\":\"AAEAAQAAAAAAAAAAAAAAJDg5NmY0ZGUxLWE4MTgtNDY5NC1iODFhLTBmN2Q0ZDc5ZWFiNw-1.png\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAAJDg5NmY0ZGUxLWE4MTgtNDY5NC1iODFhLTBmN2Q0ZDc5ZWFiNw-1.png\",\"link\":\"https://blueroan.netgen.cloud/the-barn/aaeaaqaaaaaaaaaaaaaajdg5nmy0zguxlwe4mtgtndy5nc1iodfhltbmn2q0zdc5zwfinw-1/\",\"alt\":\"\",\"author\":\"2\",\"description\":\"\",\"caption\":\"\",\"name\":\"aaeaaqaaaaaaaaaaaaaajdg5nmy0zguxlwe4mtgtndy5nc1iodfhltbmn2q0zdc5zwfinw-1\",\"status\":\"inherit\",\"uploadedTo\":948,\"date\":\"2022-12-14T10:50:25.000Z\",\"modified\":\"2022-12-14T10:50:25.000Z\",\"menuOrder\":0,\"mime\":\"image/png\",\"type\":\"image\",\"subtype\":\"png\",\"icon\":\"https://blueroan.netgen.cloud/wp-includes/images/media/default.png\",\"dateFormatted\":\"December 14, 2022\",\"nonces\":{\"update\":\"483f8bdf3d\",\"delete\":\"0a7ebc92ef\",\"edit\":\"6bc1c6a685\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=1007\\u0026action=edit\",\"meta\":false,\"authorName\":\"Netgen Support\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/profile.php\",\"uploadedToTitle\":\"The Barn\",\"uploadedToLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=948\\u0026action=edit\",\"filesizeInBytes\":1348989,\"filesizeHumanReadable\":\"1 MB\",\"context\":\"\",\"height\":667,\"width\":1000,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAAJDg5NmY0ZGUxLWE4MTgtNDY5NC1iODFhLTBmN2Q0ZDc5ZWFiNw-1-150x150.png\",\"orientation\":\"landscape\"},\"medium\":{\"height\":200,\"width\":300,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAAJDg5NmY0ZGUxLWE4MTgtNDY5NC1iODFhLTBmN2Q0ZDc5ZWFiNw-1-300x200.png\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAAJDg5NmY0ZGUxLWE4MTgtNDY5NC1iODFhLTBmN2Q0ZDc5ZWFiNw-1.png\",\"height\":667,\"width\":1000,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"backgroundPositionDesktop\":{\"x\":0.61,\"y\":0.52},\"backgroundSizeTablet\":\"cover\",\"backgroundSizeMobile\":\"cover\",\"backgroundColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"backgroundImageColor\":\"rgba(42,42,42,0.5)\",\"topPaddingDesktop\":220,\"bottomPaddingDesktop\":150,\"topPaddingTablet\":170,\"bottomPaddingTablet\":160,\"leftPaddingTablet\":30,\"rightPaddingTablet\":30,\"topPaddingMobile\":180,\"bottomPaddingMobile\":80,\"leftPaddingMobile\":20,\"rightPaddingMobile\":20,\"paddingLink\":false,\"variationSelected\":true,\"isBlockRootParent\":true,\"overlayType\":\"color\"} -->\n<div class=\"wp-block-uagb-container uagb-block-51012a96 alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/advanced-heading {\"block_id\":\"8b8db98a\",\"classMigrate\":true,\"headingDescToggle\":true,\"headingColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"subHeadingColor\":\"var(\\u002d\\u002dast-global-color-4)\",\"headingTag\":\"h1\",\"headSpace\":20,\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"blockTopPadding\":0,\"blockRightPadding\":50,\"blockLeftPadding\":0,\"blockBottomPadding\":0,\"blockTopPaddingTablet\":0,\"blockRightPaddingTablet\":20,\"blockLeftPaddingTablet\":0,\"blockBottomPaddingTablet\":0,\"blockTopPaddingMobile\":0,\"blockRightPaddingMobile\":0,\"blockLeftPaddingMobile\":0,\"blockBottomPaddingMobile\":0,\"blockPaddingUnit\":\"%\",\"blockPaddingUnitTablet\":\"%\"} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-8b8db98a\"><h1 class=\"uagb-heading-text\">Amenities &amp; Facilities​</h1><p class=\"uagb-desc-text\">We do not give you just rooms to stay. We give you an environment so you can experience the best while on a holiday with us. Walk into our hotel and enjoy a refreshing, rejuvenating, day-off with us.</p></div>\n<!-- /wp:uagb/advanced-heading --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"5a31f7ff\",\"backgroundType\":\"color\",\"backgroundSizeTablet\":\"cover\",\"backgroundSizeMobile\":\"cover\",\"backgroundColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"topPaddingDesktop\":120,\"bottomPaddingDesktop\":120,\"topPaddingTablet\":80,\"bottomPaddingTablet\":80,\"leftPaddingTablet\":30,\"rightPaddingTablet\":30,\"topPaddingMobile\":80,\"bottomPaddingMobile\":80,\"leftPaddingMobile\":20,\"rightPaddingMobile\":20,\"paddingLink\":false,\"variationSelected\":true,\"rowGapDesktop\":0,\"rowGapTablet\":0,\"rowGapMobile\":0,\"isBlockRootParent\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-5a31f7ff alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/container {\"block_id\":\"f3ed64e9\",\"directionDesktop\":\"row\",\"alignItemsDesktop\":\"flex-end\",\"alignItemsTablet\":\"flex-end\",\"justifyContentDesktop\":\"flex-end\",\"justifyContentTablet\":\"space-between\",\"variationSelected\":true,\"rowGapMobile\":30,\"columnGapDesktop\":0} -->\n<div class=\"wp-block-uagb-container uagb-block-f3ed64e9\"><!-- wp:uagb/advanced-heading {\"block_id\":\"a72fc9d4\",\"classMigrate\":true,\"headingDescToggle\":true,\"subHeadingColor\":\"\",\"headSpace\":20,\"subHeadFontSize\":16} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-a72fc9d4\"><h2 class=\"uagb-heading-text\">Amenities​</h2><p class=\"uagb-desc-text\">Cursus tempus, tincidunt quis sem sapien id non eget sed in consequat tellus phasellus orci in semper elit porttitor eget metus.​</p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/buttons {\"block_id\":\"a444c4ff\",\"classMigrate\":true,\"childMigrate\":true,\"align\":\"right\",\"alignTablet\":\"right\",\"alignMobile\":\"left\",\"gap\":0} -->\n<div class=\"wp-block-uagb-buttons uagb-buttons__outer-wrap uagb-btn__default-btn uagb-btn-tablet__default-btn uagb-btn-mobile__default-btn uagb-block-a444c4ff\"><div class=\"uagb-buttons__wrap uagb-buttons-layout-wrap\"><!-- wp:uagb/buttons-child {\"block_id\":\"4ed6b5eb\",\"label\":\"Get Bookings\",\"link\":\"#\",\"hColor\":\"\",\"borderWidth\":\"\",\"borderRadius\":\"\",\"borderStyle\":\"\",\"borderColor\":\"\",\"borderHColor\":\"\",\"btnBorderTopWidth\":1,\"btnBorderLeftWidth\":1,\"btnBorderRightWidth\":1,\"btnBorderBottomWidth\":1,\"btnBorderTopLeftRadius\":2,\"btnBorderTopRightRadius\":2,\"btnBorderBottomLeftRadius\":2,\"btnBorderBottomRightRadius\":2,\"btnBorderStyle\":\"solid\",\"btnBorderColor\":\"#333\",\"btnBorderHColor\":\"#333\"} -->\n<div class=\"wp-block-uagb-buttons-child uagb-buttons__outer-wrap uagb-block-4ed6b5eb wp-block-button is-style-outline\"><div class=\"uagb-button__wrapper\"><a class=\"uagb-buttons-repeater wp-block-button__link\" href=\"#\" rel=\"follow noopener\" target=\"_self\"><div class=\"uagb-button__link\">Get Bookings</div></a></div></div>\n<!-- /wp:uagb/buttons-child --></div></div>\n<!-- /wp:uagb/buttons --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"be01bcb0\",\"directionDesktop\":\"row\",\"alignItemsTablet\":\"flex-start\",\"paddingLink\":false,\"topMarginDesktop\":54,\"bottomMarginDesktop\":0,\"leftMarginDesktop\":0,\"rightMarginDesktop\":0,\"topMarginTablet\":30,\"bottomMarginTablet\":0,\"leftMarginTablet\":0,\"rightMarginTablet\":0,\"marginLink\":false,\"variationSelected\":true,\"rowGapMobile\":65,\"columnGapDesktop\":48,\"columnGapTablet\":20} -->\n<div class=\"wp-block-uagb-container uagb-block-be01bcb0\"><!-- wp:uagb/info-box {\"classMigrate\":true,\"headingAlign\":\"left\",\"headingColor\":\"\",\"subHeadingColor\":\"\",\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"source_type\":\"image\",\"block_id\":\"0950655f\",\"ctaIcon\":\"\",\"ctaType\":\"text\",\"ctaText\":\"READ MORE\",\"ctaLinkColor\":\"var(\\u002d\\u002dast-global-color-0)\",\"ctaDecoration\":\"underline\",\"ctaFontSize\":12,\"ctaFontWeight\":\"600\",\"ctaLetterSpacing\":2,\"ctaBorderColor\":\"\",\"ctaBorderStyle\":\"\",\"ctaBorderWidth\":\"\",\"ctaBorderRadius\":\"\",\"iconBottomMargin\":30,\"iconImage\":{\"id\":90,\"title\":\"swimming-pool\",\"filename\":\"swimming-pool.jpg\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/swimming-pool.jpg\",\"link\":\"https://blueroan.netgen.cloud/swimming-pool/\",\"alt\":\"\",\"author\":\"34\",\"description\":\"\",\"caption\":\"\",\"name\":\"swimming-pool\",\"status\":\"inherit\",\"uploadedTo\":0,\"date\":\"2021-05-07T14:28:45.000Z\",\"modified\":\"2021-05-07T14:28:45.000Z\",\"menuOrder\":0,\"mime\":\"image/jpeg\",\"type\":\"image\",\"subtype\":\"jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/default.png\",\"dateFormatted\":\"May 7, 2021\",\"nonces\":{\"update\":\"971c957832\",\"delete\":\"8fb57461ba\",\"edit\":\"e9a8bb1d06\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=90\\u0026action=edit\",\"meta\":false,\"authorName\":\"Rishabh\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/user-edit.php?user_id=34\",\"filesizeInBytes\":29663,\"filesizeHumanReadable\":\"29 KB\",\"context\":\"\",\"height\":440,\"width\":370,\"orientation\":\"portrait\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/swimming-pool-150x150.jpg\",\"orientation\":\"landscape\"},\"medium\":{\"height\":300,\"width\":252,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/swimming-pool-252x300-1.jpg\",\"orientation\":\"portrait\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/swimming-pool.jpg\",\"height\":440,\"width\":370,\"orientation\":\"portrait\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"imageSize\":\"full\",\"imageWidth\":100,\"imageWidthMobile\":100,\"imageWidthTablet\":100,\"paddingBtnTop\":10,\"paddingBtnBottom\":10,\"paddingBtnLeft\":14,\"paddingBtnRight\":14,\"imageWidthUnit\":\"%\",\"imageWidthUnitTablet\":\"%\",\"imageWidthUnitMobile\":\"%\",\"subHeadTopMargin\":0,\"subHeadRightMargin\":40,\"subHeadLeftMargin\":0,\"subHeadMarginTopTablet\":0,\"subHeadMarginRightTablet\":0,\"subHeadTabletSpace\":20,\"subHeadMarginLeftTablet\":0,\"imgTagHeight\":118,\"imgTagWidth\":370,\"btnBorderTopWidth\":1,\"btnBorderLeftWidth\":1,\"btnBorderRightWidth\":1,\"btnBorderBottomWidth\":1,\"btnBorderTopLeftRadius\":0,\"btnBorderTopRightRadius\":0,\"btnBorderBottomLeftRadius\":0,\"btnBorderBottomRightRadius\":0,\"btnBorderStyle\":\"solid\",\"btnBorderColor\":\"#333\"} -->\n<div class=\"wp-block-uagb-info-box uagb-block-0950655f uagb-infobox__content-wrap  uagb-infobox-icon-above-title uagb-infobox-image-valign-top\"><div class=\"uagb-ifb-content\"><div class=\"uagb-ifb-image-content\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/swimming-pool.jpg\" alt=\"\" width=\"100\" height=\"118\" loading=\"lazy\"/></div><div class=\"uagb-ifb-title-wrap\"><h3 class=\"uagb-ifb-title\">An Infinite-edge Pool​</h3></div><p class=\"uagb-ifb-desc\">Experience the joy of swimming in our infinity-edge pool that gives you a nice picturesque view.</p><div class=\"uagb-ifb-button-wrapper wp-block-button\"><a href=\"\" target=\"_self\" class=\"uagb-infobox-cta-link uagb-disable-link\" rel=\"noopener noreferrer\" alt=\"\"><span class=\"uagb-inline-editing\">READ MORE</span></a></div></div></div>\n<!-- /wp:uagb/info-box -->\n\n<!-- wp:uagb/info-box {\"classMigrate\":true,\"headingAlign\":\"left\",\"headingColor\":\"\",\"subHeadingColor\":\"\",\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"source_type\":\"image\",\"block_id\":\"780ba35d\",\"ctaIcon\":\"\",\"ctaType\":\"text\",\"ctaText\":\"READ MORE\",\"ctaLinkColor\":\"var(\\u002d\\u002dast-global-color-0)\",\"ctaDecoration\":\"underline\",\"ctaFontSize\":12,\"ctaFontWeight\":\"600\",\"ctaLetterSpacing\":2,\"ctaBorderColor\":\"\",\"ctaBorderStyle\":\"\",\"ctaBorderWidth\":\"\",\"ctaBorderRadius\":\"\",\"iconBottomMargin\":30,\"iconImage\":{\"id\":235,\"title\":\"spa\",\"filename\":\"spa.jpg\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/spa.jpg\",\"link\":\"https://blueroan.netgen.cloud/spa/\",\"alt\":\"\",\"author\":\"34\",\"description\":\"\",\"caption\":\"\",\"name\":\"spa\",\"status\":\"inherit\",\"uploadedTo\":0,\"date\":\"2021-05-11T10:14:20.000Z\",\"modified\":\"2021-05-11T10:14:20.000Z\",\"menuOrder\":0,\"mime\":\"image/jpeg\",\"type\":\"image\",\"subtype\":\"jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/default.png\",\"dateFormatted\":\"May 11, 2021\",\"nonces\":{\"update\":\"580ee12d5e\",\"delete\":\"261a8e7a22\",\"edit\":\"6139a47c8c\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=235\\u0026action=edit\",\"meta\":false,\"authorName\":\"Rishabh\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/user-edit.php?user_id=34\",\"filesizeInBytes\":27664,\"filesizeHumanReadable\":\"27 KB\",\"context\":\"\",\"height\":440,\"width\":370,\"orientation\":\"portrait\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/spa-150x150.jpg\",\"orientation\":\"landscape\"},\"medium\":{\"height\":300,\"width\":252,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/spa-252x300-1.jpg\",\"orientation\":\"portrait\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/spa.jpg\",\"height\":440,\"width\":370,\"orientation\":\"portrait\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"imageSize\":\"full\",\"imageWidth\":100,\"imageWidthMobile\":100,\"imageWidthTablet\":100,\"paddingBtnTop\":10,\"paddingBtnBottom\":10,\"paddingBtnLeft\":14,\"paddingBtnRight\":14,\"imageWidthUnit\":\"%\",\"imageWidthUnitTablet\":\"%\",\"imageWidthUnitMobile\":\"%\",\"subHeadTopMargin\":0,\"subHeadRightMargin\":40,\"subHeadLeftMargin\":0,\"subHeadMarginTopTablet\":0,\"subHeadMarginRightTablet\":0,\"subHeadTabletSpace\":20,\"subHeadMarginLeftTablet\":0,\"imgTagHeight\":118,\"imgTagWidth\":370,\"btnBorderTopWidth\":1,\"btnBorderLeftWidth\":1,\"btnBorderRightWidth\":1,\"btnBorderBottomWidth\":1,\"btnBorderTopLeftRadius\":0,\"btnBorderTopRightRadius\":0,\"btnBorderBottomLeftRadius\":0,\"btnBorderBottomRightRadius\":0,\"btnBorderStyle\":\"solid\",\"btnBorderColor\":\"#333\"} -->\n<div class=\"wp-block-uagb-info-box uagb-block-780ba35d uagb-infobox__content-wrap  uagb-infobox-icon-above-title uagb-infobox-image-valign-top\"><div class=\"uagb-ifb-content\"><div class=\"uagb-ifb-image-content\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/spa.jpg\" alt=\"\" width=\"100\" height=\"118\" loading=\"lazy\"/></div><div class=\"uagb-ifb-title-wrap\"><h3 class=\"uagb-ifb-title\">An Iconic Spa​</h3></div><p class=\"uagb-ifb-desc\">Set forth on an exquisite wellness journey to refresh, re-energize and rejuvenate at our iconic spa.</p><div class=\"uagb-ifb-button-wrapper wp-block-button\"><a href=\"\" target=\"_self\" class=\"uagb-infobox-cta-link uagb-disable-link\" rel=\"noopener noreferrer\" alt=\"\"><span class=\"uagb-inline-editing\">READ MORE</span></a></div></div></div>\n<!-- /wp:uagb/info-box -->\n\n<!-- wp:uagb/info-box {\"classMigrate\":true,\"headingAlign\":\"left\",\"headingColor\":\"\",\"subHeadingColor\":\"\",\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"source_type\":\"image\",\"block_id\":\"64edba89\",\"ctaIcon\":\"\",\"ctaType\":\"text\",\"ctaText\":\"READ MORE\",\"ctaLinkColor\":\"var(\\u002d\\u002dast-global-color-0)\",\"ctaDecoration\":\"underline\",\"ctaFontSize\":12,\"ctaFontWeight\":\"600\",\"ctaLetterSpacing\":2,\"ctaBorderColor\":\"\",\"ctaBorderStyle\":\"\",\"ctaBorderWidth\":\"\",\"ctaBorderRadius\":\"\",\"iconBottomMargin\":30,\"iconImage\":{\"id\":115,\"title\":\"rooms\",\"filename\":\"rooms.jpg\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/rooms.jpg\",\"link\":\"https://blueroan.netgen.cloud/rooms-2/\",\"alt\":\"\",\"author\":\"34\",\"description\":\"\",\"caption\":\"\",\"name\":\"rooms-2\",\"status\":\"inherit\",\"uploadedTo\":0,\"date\":\"2021-05-11T04:53:41.000Z\",\"modified\":\"2021-05-11T04:53:41.000Z\",\"menuOrder\":0,\"mime\":\"image/jpeg\",\"type\":\"image\",\"subtype\":\"jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/default.png\",\"dateFormatted\":\"May 11, 2021\",\"nonces\":{\"update\":\"4e23be63e1\",\"delete\":\"0c10fb0869\",\"edit\":\"714e3ba079\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=115\\u0026action=edit\",\"meta\":false,\"authorName\":\"Rishabh\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/user-edit.php?user_id=34\",\"filesizeInBytes\":31085,\"filesizeHumanReadable\":\"30 KB\",\"context\":\"\",\"height\":440,\"width\":370,\"orientation\":\"portrait\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/rooms-150x150.jpg\",\"orientation\":\"landscape\"},\"medium\":{\"height\":300,\"width\":252,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/rooms-252x300-1.jpg\",\"orientation\":\"portrait\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/rooms.jpg\",\"height\":440,\"width\":370,\"orientation\":\"portrait\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"imageSize\":\"full\",\"imageWidth\":100,\"imageWidthMobile\":100,\"imageWidthTablet\":100,\"paddingBtnTop\":10,\"paddingBtnBottom\":10,\"paddingBtnLeft\":14,\"paddingBtnRight\":14,\"imageWidthUnit\":\"%\",\"imageWidthUnitTablet\":\"%\",\"imageWidthUnitMobile\":\"%\",\"subHeadTopMargin\":0,\"subHeadRightMargin\":40,\"subHeadLeftMargin\":0,\"subHeadMarginTopTablet\":0,\"subHeadMarginRightTablet\":0,\"subHeadTabletSpace\":20,\"subHeadMarginLeftTablet\":0,\"imgTagHeight\":118,\"imgTagWidth\":370,\"btnBorderTopWidth\":1,\"btnBorderLeftWidth\":1,\"btnBorderRightWidth\":1,\"btnBorderBottomWidth\":1,\"btnBorderTopLeftRadius\":0,\"btnBorderTopRightRadius\":0,\"btnBorderBottomLeftRadius\":0,\"btnBorderBottomRightRadius\":0,\"btnBorderStyle\":\"solid\",\"btnBorderColor\":\"#333\"} -->\n<div class=\"wp-block-uagb-info-box uagb-block-64edba89 uagb-infobox__content-wrap  uagb-infobox-icon-above-title uagb-infobox-image-valign-top\"><div class=\"uagb-ifb-content\"><div class=\"uagb-ifb-image-content\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/rooms.jpg\" alt=\"\" width=\"100\" height=\"118\" loading=\"lazy\"/></div><div class=\"uagb-ifb-title-wrap\"><h3 class=\"uagb-ifb-title\">In-house Restaurants​</h3></div><p class=\"uagb-ifb-desc\">We have three in-house restaurants offering different cuisines that you can choose from.</p><div class=\"uagb-ifb-button-wrapper wp-block-button\"><a href=\"\" target=\"_self\" class=\"uagb-infobox-cta-link uagb-disable-link\" rel=\"noopener noreferrer\" alt=\"\"><span class=\"uagb-inline-editing\">READ MORE</span></a></div></div></div>\n<!-- /wp:uagb/info-box --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"d811832d\",\"directionDesktop\":\"row\",\"alignItemsTablet\":\"flex-start\",\"topPaddingMobile\":65,\"paddingLink\":false,\"topMarginDesktop\":48,\"bottomMarginDesktop\":0,\"leftMarginDesktop\":0,\"rightMarginDesktop\":0,\"topMarginTablet\":20,\"bottomMarginTablet\":0,\"leftMarginTablet\":0,\"rightMarginTablet\":0,\"marginLink\":false,\"variationSelected\":true,\"rowGapMobile\":65,\"columnGapDesktop\":48,\"columnGapTablet\":20} -->\n<div class=\"wp-block-uagb-container uagb-block-d811832d\"><!-- wp:uagb/info-box {\"classMigrate\":true,\"headingAlign\":\"left\",\"headingColor\":\"\",\"subHeadingColor\":\"\",\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"source_type\":\"image\",\"block_id\":\"eef37a22\",\"ctaIcon\":\"\",\"ctaType\":\"text\",\"ctaText\":\"READ MORE\",\"ctaLinkColor\":\"var(\\u002d\\u002dast-global-color-0)\",\"ctaDecoration\":\"underline\",\"ctaFontSize\":12,\"ctaFontWeight\":\"600\",\"ctaLetterSpacing\":2,\"ctaBorderColor\":\"\",\"ctaBorderStyle\":\"\",\"ctaBorderWidth\":\"\",\"ctaBorderRadius\":\"\",\"iconBottomMargin\":30,\"iconImage\":{\"id\":238,\"title\":\"bathtub\",\"filename\":\"bathtub.jpg\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/bathtub.jpg\",\"link\":\"https://blueroan.netgen.cloud/bathtub/\",\"alt\":\"\",\"author\":\"34\",\"description\":\"\",\"caption\":\"\",\"name\":\"bathtub\",\"status\":\"inherit\",\"uploadedTo\":0,\"date\":\"2021-05-11T10:44:17.000Z\",\"modified\":\"2021-05-11T10:44:17.000Z\",\"menuOrder\":0,\"mime\":\"image/jpeg\",\"type\":\"image\",\"subtype\":\"jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/default.png\",\"dateFormatted\":\"May 11, 2021\",\"nonces\":{\"update\":\"29793a5dce\",\"delete\":\"4acd90ad70\",\"edit\":\"57a620e1e6\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=238\\u0026action=edit\",\"meta\":false,\"authorName\":\"Rishabh\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/user-edit.php?user_id=34\",\"filesizeInBytes\":25801,\"filesizeHumanReadable\":\"25 KB\",\"context\":\"\",\"height\":440,\"width\":370,\"orientation\":\"portrait\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/bathtub-150x150.jpg\",\"orientation\":\"landscape\"},\"medium\":{\"height\":300,\"width\":252,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/bathtub-252x300-1.jpg\",\"orientation\":\"portrait\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/bathtub.jpg\",\"height\":440,\"width\":370,\"orientation\":\"portrait\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"imageSize\":\"full\",\"imageWidth\":100,\"imageWidthMobile\":100,\"imageWidthTablet\":100,\"paddingBtnTop\":10,\"paddingBtnBottom\":10,\"paddingBtnLeft\":14,\"paddingBtnRight\":14,\"imageWidthUnit\":\"%\",\"imageWidthUnitTablet\":\"%\",\"imageWidthUnitMobile\":\"%\",\"subHeadTopMargin\":0,\"subHeadRightMargin\":40,\"subHeadLeftMargin\":0,\"subHeadMarginTopTablet\":0,\"subHeadMarginRightTablet\":0,\"subHeadTabletSpace\":20,\"subHeadMarginLeftTablet\":0,\"imgTagHeight\":118,\"imgTagWidth\":370,\"btnBorderTopWidth\":1,\"btnBorderLeftWidth\":1,\"btnBorderRightWidth\":1,\"btnBorderBottomWidth\":1,\"btnBorderTopLeftRadius\":0,\"btnBorderTopRightRadius\":0,\"btnBorderBottomLeftRadius\":0,\"btnBorderBottomRightRadius\":0,\"btnBorderStyle\":\"solid\",\"btnBorderColor\":\"#333\"} -->\n<div class=\"wp-block-uagb-info-box uagb-block-eef37a22 uagb-infobox__content-wrap  uagb-infobox-icon-above-title uagb-infobox-image-valign-top\"><div class=\"uagb-ifb-content\"><div class=\"uagb-ifb-image-content\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/bathtub.jpg\" alt=\"\" width=\"100\" height=\"118\" loading=\"lazy\"/></div><div class=\"uagb-ifb-title-wrap\"><h3 class=\"uagb-ifb-title\">Deep Soaking Bath-tub​</h3></div><p class=\"uagb-ifb-desc\">Take a dip into these special bath-tubs to soak into a refreshing vacation mode that you’ve wanted.</p><div class=\"uagb-ifb-button-wrapper wp-block-button\"><a href=\"\" target=\"_self\" class=\"uagb-infobox-cta-link uagb-disable-link\" rel=\"noopener noreferrer\" alt=\"\"><span class=\"uagb-inline-editing\">READ MORE</span></a></div></div></div>\n<!-- /wp:uagb/info-box -->\n\n<!-- wp:uagb/info-box {\"classMigrate\":true,\"headingAlign\":\"left\",\"headingColor\":\"\",\"subHeadingColor\":\"\",\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"source_type\":\"image\",\"block_id\":\"27e3133d\",\"ctaIcon\":\"\",\"ctaType\":\"text\",\"ctaText\":\"READ MORE\",\"ctaLinkColor\":\"var(\\u002d\\u002dast-global-color-0)\",\"ctaDecoration\":\"underline\",\"ctaFontSize\":12,\"ctaFontWeight\":\"600\",\"ctaLetterSpacing\":2,\"ctaBorderColor\":\"\",\"ctaBorderStyle\":\"\",\"ctaBorderWidth\":\"\",\"ctaBorderRadius\":\"\",\"iconBottomMargin\":30,\"iconImage\":{\"id\":239,\"title\":\"computer\",\"filename\":\"computer.jpg\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/computer.jpg\",\"link\":\"https://blueroan.netgen.cloud/computer/\",\"alt\":\"\",\"author\":\"34\",\"description\":\"\",\"caption\":\"\",\"name\":\"computer\",\"status\":\"inherit\",\"uploadedTo\":0,\"date\":\"2021-05-11T10:52:29.000Z\",\"modified\":\"2021-05-11T10:52:29.000Z\",\"menuOrder\":0,\"mime\":\"image/jpeg\",\"type\":\"image\",\"subtype\":\"jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/default.png\",\"dateFormatted\":\"May 11, 2021\",\"nonces\":{\"update\":\"c93d357559\",\"delete\":\"e315522836\",\"edit\":\"9dcded08ba\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=239\\u0026action=edit\",\"meta\":false,\"authorName\":\"Rishabh\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/user-edit.php?user_id=34\",\"filesizeInBytes\":26197,\"filesizeHumanReadable\":\"26 KB\",\"context\":\"\",\"height\":440,\"width\":370,\"orientation\":\"portrait\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/computer-150x150.jpg\",\"orientation\":\"landscape\"},\"medium\":{\"height\":300,\"width\":252,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/computer-252x300-1.jpg\",\"orientation\":\"portrait\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/computer.jpg\",\"height\":440,\"width\":370,\"orientation\":\"portrait\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"imageSize\":\"full\",\"imageWidth\":100,\"imageWidthMobile\":100,\"imageWidthTablet\":100,\"paddingBtnTop\":10,\"paddingBtnBottom\":10,\"paddingBtnLeft\":14,\"paddingBtnRight\":14,\"imageWidthUnit\":\"%\",\"imageWidthUnitTablet\":\"%\",\"imageWidthUnitMobile\":\"%\",\"subHeadTopMargin\":0,\"subHeadRightMargin\":40,\"subHeadLeftMargin\":0,\"subHeadMarginTopTablet\":0,\"subHeadMarginRightTablet\":0,\"subHeadTabletSpace\":20,\"subHeadMarginLeftTablet\":0,\"imgTagHeight\":118,\"imgTagWidth\":370,\"btnBorderTopWidth\":1,\"btnBorderLeftWidth\":1,\"btnBorderRightWidth\":1,\"btnBorderBottomWidth\":1,\"btnBorderTopLeftRadius\":0,\"btnBorderTopRightRadius\":0,\"btnBorderBottomLeftRadius\":0,\"btnBorderBottomRightRadius\":0,\"btnBorderStyle\":\"solid\",\"btnBorderColor\":\"#333\"} -->\n<div class=\"wp-block-uagb-info-box uagb-block-27e3133d uagb-infobox__content-wrap  uagb-infobox-icon-above-title uagb-infobox-image-valign-top\"><div class=\"uagb-ifb-content\"><div class=\"uagb-ifb-image-content\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/computer.jpg\" alt=\"\" width=\"100\" height=\"118\" loading=\"lazy\"/></div><div class=\"uagb-ifb-title-wrap\"><h3 class=\"uagb-ifb-title\">Guest Computer &amp; WiFi​</h3></div><p class=\"uagb-ifb-desc\">We offer special computers and WiFi for guests who’d like to stay connected while on vacation.</p><div class=\"uagb-ifb-button-wrapper wp-block-button\"><a href=\"\" target=\"_self\" class=\"uagb-infobox-cta-link uagb-disable-link\" rel=\"noopener noreferrer\" alt=\"\"><span class=\"uagb-inline-editing\">READ MORE</span></a></div></div></div>\n<!-- /wp:uagb/info-box -->\n\n<!-- wp:uagb/info-box {\"classMigrate\":true,\"headingAlign\":\"left\",\"headingColor\":\"\",\"subHeadingColor\":\"\",\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"source_type\":\"image\",\"block_id\":\"4b5cb4fd\",\"ctaIcon\":\"\",\"ctaType\":\"text\",\"ctaText\":\"READ MORE\",\"ctaLinkColor\":\"var(\\u002d\\u002dast-global-color-0)\",\"ctaDecoration\":\"underline\",\"ctaFontSize\":12,\"ctaFontWeight\":\"600\",\"ctaLetterSpacing\":2,\"ctaBorderColor\":\"\",\"ctaBorderStyle\":\"\",\"ctaBorderWidth\":\"\",\"ctaBorderRadius\":\"\",\"iconBottomMargin\":30,\"iconImage\":{\"id\":237,\"title\":\"concierge\",\"filename\":\"concierge.jpg\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/concierge.jpg\",\"link\":\"https://blueroan.netgen.cloud/concierge/\",\"alt\":\"\",\"author\":\"34\",\"description\":\"\",\"caption\":\"\",\"name\":\"concierge\",\"status\":\"inherit\",\"uploadedTo\":0,\"date\":\"2021-05-11T10:34:38.000Z\",\"modified\":\"2021-05-11T10:34:38.000Z\",\"menuOrder\":0,\"mime\":\"image/jpeg\",\"type\":\"image\",\"subtype\":\"jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/default.png\",\"dateFormatted\":\"May 11, 2021\",\"nonces\":{\"update\":\"ddeaf2c47b\",\"delete\":\"8c12e990c8\",\"edit\":\"7b5113c612\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=237\\u0026action=edit\",\"meta\":false,\"authorName\":\"Rishabh\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/user-edit.php?user_id=34\",\"filesizeInBytes\":32483,\"filesizeHumanReadable\":\"32 KB\",\"context\":\"\",\"height\":440,\"width\":370,\"orientation\":\"portrait\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/concierge-150x150.jpg\",\"orientation\":\"landscape\"},\"medium\":{\"height\":300,\"width\":252,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/concierge-252x300-1.jpg\",\"orientation\":\"portrait\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/concierge.jpg\",\"height\":440,\"width\":370,\"orientation\":\"portrait\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"imageSize\":\"full\",\"imageWidth\":100,\"imageWidthMobile\":100,\"imageWidthTablet\":100,\"paddingBtnTop\":10,\"paddingBtnBottom\":10,\"paddingBtnLeft\":14,\"paddingBtnRight\":14,\"imageWidthUnit\":\"%\",\"imageWidthUnitTablet\":\"%\",\"imageWidthUnitMobile\":\"%\",\"subHeadTopMargin\":0,\"subHeadRightMargin\":40,\"subHeadLeftMargin\":0,\"subHeadMarginTopTablet\":0,\"subHeadMarginRightTablet\":0,\"subHeadTabletSpace\":20,\"subHeadMarginLeftTablet\":0,\"imgTagHeight\":118,\"imgTagWidth\":370,\"btnBorderTopWidth\":1,\"btnBorderLeftWidth\":1,\"btnBorderRightWidth\":1,\"btnBorderBottomWidth\":1,\"btnBorderTopLeftRadius\":0,\"btnBorderTopRightRadius\":0,\"btnBorderBottomLeftRadius\":0,\"btnBorderBottomRightRadius\":0,\"btnBorderStyle\":\"solid\",\"btnBorderColor\":\"#333\"} -->\n<div class=\"wp-block-uagb-info-box uagb-block-4b5cb4fd uagb-infobox__content-wrap  uagb-infobox-icon-above-title uagb-infobox-image-valign-top\"><div class=\"uagb-ifb-content\"><div class=\"uagb-ifb-image-content\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/concierge.jpg\" alt=\"\" width=\"100\" height=\"118\" loading=\"lazy\"/></div><div class=\"uagb-ifb-title-wrap\"><h3 class=\"uagb-ifb-title\">24 Hour Concierge​</h3></div><p class=\"uagb-ifb-desc\">We have three in-house restaurants offering different cuisines that you can choose from.</p><div class=\"uagb-ifb-button-wrapper wp-block-button\"><a href=\"\" target=\"_self\" class=\"uagb-infobox-cta-link uagb-disable-link\" rel=\"noopener noreferrer\" alt=\"\"><span class=\"uagb-inline-editing\">READ MORE</span></a></div></div></div>\n<!-- /wp:uagb/info-box --></div>\n<!-- /wp:uagb/container --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"2ea8fb16\",\"innerContentWidth\":\"alignfull\",\"directionDesktop\":\"row\",\"wrapTablet\":\"wrap\",\"variationSelected\":true,\"rowGapTablet\":0,\"columnGapDesktop\":0,\"isBlockRootParent\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-2ea8fb16 alignfull uagb-is-root-container\"><!-- wp:uagb/container {\"block_id\":\"5e04e677\",\"widthDesktop\":25,\"widthTablet\":50,\"variationSelected\":true,\"widthSetByUser\":true,\"UAGHideMob\":true,\"UAGResponsiveConditions\":true} -->\n<div class=\"wp-block-uagb-container uag-hide-mob uagb-block-5e04e677\"><!-- wp:uagb/image {\"block_id\":\"52bb82c9\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/amenities-1.jpg\",\"id\":220,\"linkDestination\":\"none\",\"width\":480,\"height\":500,\"naturalWidth\":480,\"naturalHeight\":500,\"sizeSlug\":\"full\",\"sizeSlugTablet\":\"full\",\"sizeSlugMobile\":\"full\"} -->\n<div class=\"wp-block-uagb-image uagb-block-52bb82c9 wp-block-uagb-image--layout-default wp-block-uagb-image--effect-static wp-block-uagb-image--align-none\"><figure class=\"wp-block-uagb-image__figure\"><img srcset=\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/amenities-1.jpg \" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/amenities-1.jpg\" alt=\"\" class=\"uag-image-220\" width=\"480\" height=\"500\" title=\"\" loading=\"lazy\"/></figure></div>\n<!-- /wp:uagb/image --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"77f71303\",\"widthDesktop\":25,\"widthTablet\":50,\"variationSelected\":true,\"widthSetByUser\":true,\"UAGHideMob\":true,\"UAGResponsiveConditions\":true} -->\n<div class=\"wp-block-uagb-container uag-hide-mob uagb-block-77f71303\"><!-- wp:uagb/image {\"block_id\":\"10246798\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/amenities-3.jpg\",\"id\":222,\"linkDestination\":\"none\",\"naturalWidth\":480,\"naturalHeight\":500,\"sizeSlug\":\"full\",\"sizeSlugTablet\":\"full\",\"sizeSlugMobile\":\"full\"} -->\n<div class=\"wp-block-uagb-image uagb-block-10246798 wp-block-uagb-image--layout-default wp-block-uagb-image--effect-static wp-block-uagb-image--align-none\"><figure class=\"wp-block-uagb-image__figure\"><img srcset=\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/amenities-3.jpg \" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/amenities-3.jpg\" alt=\"\" class=\"uag-image-222\" width=\"\" height=\"\" title=\"\" loading=\"lazy\"/></figure></div>\n<!-- /wp:uagb/image --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"8f6e3f22\",\"widthDesktop\":50,\"widthTablet\":100,\"variationSelected\":true,\"columnGapDesktop\":20,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-8f6e3f22\"><!-- wp:uagb/image {\"block_id\":\"2f93a686\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/amenities-5.jpg\",\"id\":224,\"linkDestination\":\"none\",\"width\":960,\"height\":500,\"naturalWidth\":960,\"naturalHeight\":500,\"sizeSlug\":\"full\",\"sizeSlugTablet\":\"full\",\"sizeSlugMobile\":\"full\"} -->\n<div class=\"wp-block-uagb-image uagb-block-2f93a686 wp-block-uagb-image--layout-default wp-block-uagb-image--effect-static wp-block-uagb-image--align-none\"><figure class=\"wp-block-uagb-image__figure\"><img srcset=\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/amenities-5.jpg \" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/amenities-5.jpg\" alt=\"\" class=\"uag-image-224\" width=\"960\" height=\"500\" title=\"\" loading=\"lazy\"/></figure></div>\n<!-- /wp:uagb/image --></div>\n<!-- /wp:uagb/container --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"fce0700b\",\"innerContentWidth\":\"alignfull\",\"directionDesktop\":\"row\",\"wrapTablet\":\"wrap\",\"variationSelected\":true,\"rowGapTablet\":0,\"columnGapDesktop\":0,\"isBlockRootParent\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-fce0700b alignfull uagb-is-root-container\"><!-- wp:uagb/container {\"block_id\":\"2847e60b\",\"widthDesktop\":50,\"widthTablet\":100,\"variationSelected\":true,\"columnGapDesktop\":20,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-2847e60b\"><!-- wp:uagb/image {\"block_id\":\"c82644df\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/amenities-6-1.jpg\",\"id\":230,\"linkDestination\":\"none\",\"naturalWidth\":960,\"naturalHeight\":500,\"sizeSlug\":\"full\",\"sizeSlugTablet\":\"full\",\"sizeSlugMobile\":\"full\"} -->\n<div class=\"wp-block-uagb-image uagb-block-c82644df wp-block-uagb-image--layout-default wp-block-uagb-image--effect-static wp-block-uagb-image--align-none\"><figure class=\"wp-block-uagb-image__figure\"><img srcset=\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/amenities-6-1.jpg \" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/amenities-6-1.jpg\" alt=\"\" class=\"uag-image-230\" width=\"\" height=\"\" title=\"\" loading=\"lazy\"/></figure></div>\n<!-- /wp:uagb/image --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"622307d9\",\"widthDesktop\":25,\"variationSelected\":true,\"widthSetByUser\":true,\"UAGHideMob\":true,\"UAGResponsiveConditions\":true} -->\n<div class=\"wp-block-uagb-container uag-hide-mob uagb-block-622307d9\"><!-- wp:uagb/image {\"block_id\":\"8f2dad75\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/amenities-2.jpg\",\"id\":221,\"linkDestination\":\"none\",\"naturalWidth\":480,\"naturalHeight\":500,\"sizeSlug\":\"full\",\"sizeSlugTablet\":\"full\",\"sizeSlugMobile\":\"full\"} -->\n<div class=\"wp-block-uagb-image uagb-block-8f2dad75 wp-block-uagb-image--layout-default wp-block-uagb-image--effect-static wp-block-uagb-image--align-none\"><figure class=\"wp-block-uagb-image__figure\"><img srcset=\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/amenities-2.jpg \" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/amenities-2.jpg\" alt=\"\" class=\"uag-image-221\" width=\"\" height=\"\" title=\"\" loading=\"lazy\"/></figure></div>\n<!-- /wp:uagb/image --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"e0204468\",\"widthDesktop\":25,\"variationSelected\":true,\"widthSetByUser\":true,\"UAGHideMob\":true,\"UAGResponsiveConditions\":true} -->\n<div class=\"wp-block-uagb-container uag-hide-mob uagb-block-e0204468\"><!-- wp:uagb/image {\"block_id\":\"50ee7be4\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/amenities-4.jpg\",\"id\":223,\"linkDestination\":\"none\",\"naturalWidth\":480,\"naturalHeight\":500,\"sizeSlug\":\"full\",\"sizeSlugTablet\":\"full\",\"sizeSlugMobile\":\"full\"} -->\n<div class=\"wp-block-uagb-image uagb-block-50ee7be4 wp-block-uagb-image--layout-default wp-block-uagb-image--effect-static wp-block-uagb-image--align-none\"><figure class=\"wp-block-uagb-image__figure\"><img srcset=\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/amenities-4.jpg \" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/amenities-4.jpg\" alt=\"\" class=\"uag-image-223\" width=\"\" height=\"\" title=\"\" loading=\"lazy\"/></figure></div>\n<!-- /wp:uagb/image --></div>\n<!-- /wp:uagb/container --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"242235d1\",\"backgroundType\":\"color\",\"backgroundSizeTablet\":\"cover\",\"backgroundSizeMobile\":\"cover\",\"backgroundColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"topPaddingDesktop\":120,\"bottomPaddingDesktop\":120,\"topPaddingTablet\":80,\"bottomPaddingTablet\":80,\"leftPaddingTablet\":30,\"rightPaddingTablet\":30,\"topPaddingMobile\":80,\"bottomPaddingMobile\":80,\"leftPaddingMobile\":20,\"rightPaddingMobile\":20,\"paddingLink\":false,\"variationSelected\":true,\"rowGapDesktop\":0,\"rowGapTablet\":0,\"isBlockRootParent\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-242235d1 alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/container {\"block_id\":\"8c9fecd0\",\"directionDesktop\":\"row\",\"alignItemsDesktop\":\"flex-end\",\"alignItemsTablet\":\"flex-end\",\"justifyContentDesktop\":\"flex-end\",\"justifyContentTablet\":\"space-between\",\"variationSelected\":true,\"rowGapMobile\":30,\"columnGapDesktop\":0} -->\n<div class=\"wp-block-uagb-container uagb-block-8c9fecd0\"><!-- wp:uagb/advanced-heading {\"block_id\":\"85653d29\",\"classMigrate\":true,\"headingDescToggle\":true,\"subHeadingColor\":\"\",\"headSpace\":20,\"subHeadFontSize\":16} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-85653d29\"><h2 class=\"uagb-heading-text\">Other Perks &amp; Facilities ​</h2><p class=\"uagb-desc-text\">Looking for more? Well, we believe that every guest walks into our hotel for the best experience. And, we are determined to do that.</p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/buttons {\"block_id\":\"b8612ad4\",\"classMigrate\":true,\"childMigrate\":true,\"align\":\"right\",\"alignTablet\":\"right\",\"alignMobile\":\"left\",\"gap\":0} -->\n<div class=\"wp-block-uagb-buttons uagb-buttons__outer-wrap uagb-btn__default-btn uagb-btn-tablet__default-btn uagb-btn-mobile__default-btn uagb-block-b8612ad4\"><div class=\"uagb-buttons__wrap uagb-buttons-layout-wrap\"><!-- wp:uagb/buttons-child {\"block_id\":\"268e6473\",\"label\":\"Get Bookings\",\"link\":\"#\",\"hColor\":\"\",\"borderWidth\":\"\",\"borderRadius\":\"\",\"borderStyle\":\"\",\"borderColor\":\"\",\"borderHColor\":\"\",\"btnBorderTopWidth\":1,\"btnBorderLeftWidth\":1,\"btnBorderRightWidth\":1,\"btnBorderBottomWidth\":1,\"btnBorderTopLeftRadius\":2,\"btnBorderTopRightRadius\":2,\"btnBorderBottomLeftRadius\":2,\"btnBorderBottomRightRadius\":2,\"btnBorderStyle\":\"solid\",\"btnBorderColor\":\"#333\",\"btnBorderHColor\":\"#333\"} -->\n<div class=\"wp-block-uagb-buttons-child uagb-buttons__outer-wrap uagb-block-268e6473 wp-block-button is-style-outline\"><div class=\"uagb-button__wrapper\"><a class=\"uagb-buttons-repeater wp-block-button__link\" href=\"#\" rel=\"follow noopener\" target=\"_self\"><div class=\"uagb-button__link\">Get Bookings</div></a></div></div>\n<!-- /wp:uagb/buttons-child --></div></div>\n<!-- /wp:uagb/buttons --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"af36744d\",\"directionDesktop\":\"row\",\"alignItemsTablet\":\"flex-start\",\"paddingLink\":false,\"topMarginDesktop\":54,\"bottomMarginDesktop\":0,\"leftMarginDesktop\":0,\"rightMarginDesktop\":0,\"topMarginTablet\":30,\"bottomMarginTablet\":0,\"leftMarginTablet\":0,\"rightMarginTablet\":0,\"marginLink\":false,\"variationSelected\":true,\"rowGapMobile\":65,\"columnGapDesktop\":48,\"columnGapTablet\":20} -->\n<div class=\"wp-block-uagb-container uagb-block-af36744d\"><!-- wp:uagb/info-box {\"classMigrate\":true,\"headingAlign\":\"left\",\"headingColor\":\"\",\"subHeadingColor\":\"\",\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"source_type\":\"image\",\"block_id\":\"bc5caedb\",\"ctaType\":\"text\",\"ctaText\":\"READ MORE\",\"ctaLinkColor\":\"var(\\u002d\\u002dast-global-color-0)\",\"ctaDecoration\":\"underline\",\"ctaFontSize\":12,\"ctaFontWeight\":\"600\",\"ctaLetterSpacing\":2,\"ctaBorderStyle\":\"\",\"iconBottomMargin\":30,\"iconImage\":{\"id\":240,\"title\":\"terrace\",\"filename\":\"terrace.jpg\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/terrace.jpg\",\"link\":\"https://blueroan.netgen.cloud/terrace/\",\"alt\":\"\",\"author\":\"34\",\"description\":\"\",\"caption\":\"\",\"name\":\"terrace\",\"status\":\"inherit\",\"uploadedTo\":0,\"date\":\"2021-05-11T10:54:04.000Z\",\"modified\":\"2021-05-11T10:54:04.000Z\",\"menuOrder\":0,\"mime\":\"image/jpeg\",\"type\":\"image\",\"subtype\":\"jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/default.png\",\"dateFormatted\":\"May 11, 2021\",\"nonces\":{\"update\":\"6de8720da3\",\"delete\":\"d7905e75b9\",\"edit\":\"e7132a7b3e\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=240\\u0026action=edit\",\"meta\":false,\"authorName\":\"Rishabh\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/user-edit.php?user_id=34\",\"filesizeInBytes\":40742,\"filesizeHumanReadable\":\"40 KB\",\"context\":\"\",\"height\":440,\"width\":370,\"orientation\":\"portrait\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/terrace-150x150.jpg\",\"orientation\":\"landscape\"},\"medium\":{\"height\":300,\"width\":252,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/terrace-252x300-1.jpg\",\"orientation\":\"portrait\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/terrace.jpg\",\"height\":440,\"width\":370,\"orientation\":\"portrait\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"imageSize\":\"full\",\"imageWidth\":100,\"imageWidthMobile\":100,\"imageWidthTablet\":100,\"paddingBtnTop\":10,\"paddingBtnBottom\":10,\"paddingBtnLeft\":14,\"paddingBtnRight\":14,\"imageWidthUnit\":\"%\",\"imageWidthUnitTablet\":\"%\",\"imageWidthUnitMobile\":\"%\",\"subHeadTopMargin\":0,\"subHeadRightMargin\":40,\"subHeadLeftMargin\":0,\"subHeadMarginTopTablet\":0,\"subHeadMarginRightTablet\":0,\"subHeadTabletSpace\":20,\"subHeadMarginLeftTablet\":0,\"btnBorderStyle\":\"solid\"} -->\n<div class=\"wp-block-uagb-info-box uagb-block-bc5caedb uagb-infobox__content-wrap  uagb-infobox-icon-above-title uagb-infobox-image-valign-top\"><div class=\"uagb-ifb-content\"><div class=\"uagb-ifb-image-content\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/terrace.jpg\" alt=\"\"/></div><div class=\"uagb-ifb-title-wrap\"><h3 class=\"uagb-ifb-title\">Ocean View Terrace​</h3></div><p class=\"uagb-ifb-desc\">Among the scenic beauty of the city we also have an ocean view terrace for every suite in our hotel.</p><div class=\"uagb-ifb-button-wrapper wp-block-button\"><a href=\"#\" target=\"_self\" class=\"uagb-infobox-cta-link\" rel=\"noopener noreferrer\" alt=\"\"><span class=\"uagb-inline-editing\">READ MORE</span></a></div></div></div>\n<!-- /wp:uagb/info-box -->\n\n<!-- wp:uagb/info-box {\"classMigrate\":true,\"headingAlign\":\"left\",\"headingColor\":\"\",\"subHeadingColor\":\"\",\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"source_type\":\"image\",\"block_id\":\"be927766\",\"ctaType\":\"text\",\"ctaText\":\"READ MORE\",\"ctaLinkColor\":\"var(\\u002d\\u002dast-global-color-0)\",\"ctaDecoration\":\"underline\",\"ctaFontSize\":12,\"ctaFontWeight\":\"600\",\"ctaLetterSpacing\":2,\"ctaBorderStyle\":\"\",\"iconBottomMargin\":30,\"iconImage\":{\"id\":89,\"title\":\"food\",\"filename\":\"food.jpg\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/food.jpg\",\"link\":\"https://blueroan.netgen.cloud/food/\",\"alt\":\"\",\"author\":\"34\",\"description\":\"\",\"caption\":\"\",\"name\":\"food\",\"status\":\"inherit\",\"uploadedTo\":0,\"date\":\"2021-05-07T14:24:52.000Z\",\"modified\":\"2021-05-07T14:24:52.000Z\",\"menuOrder\":0,\"mime\":\"image/jpeg\",\"type\":\"image\",\"subtype\":\"jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/default.png\",\"dateFormatted\":\"May 7, 2021\",\"nonces\":{\"update\":\"b06173e227\",\"delete\":\"7de0e70fba\",\"edit\":\"7dc3d40920\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=89\\u0026action=edit\",\"meta\":false,\"authorName\":\"Rishabh\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/user-edit.php?user_id=34\",\"filesizeInBytes\":41933,\"filesizeHumanReadable\":\"41 KB\",\"context\":\"\",\"height\":440,\"width\":370,\"orientation\":\"portrait\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/food-150x150.jpg\",\"orientation\":\"landscape\"},\"medium\":{\"height\":300,\"width\":252,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/food-252x300-1.jpg\",\"orientation\":\"portrait\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/food.jpg\",\"height\":440,\"width\":370,\"orientation\":\"portrait\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"imageSize\":\"full\",\"imageWidth\":100,\"imageWidthMobile\":100,\"imageWidthTablet\":100,\"paddingBtnTop\":10,\"paddingBtnBottom\":10,\"paddingBtnLeft\":14,\"paddingBtnRight\":14,\"imageWidthUnit\":\"%\",\"imageWidthUnitTablet\":\"%\",\"imageWidthUnitMobile\":\"%\",\"subHeadTopMargin\":0,\"subHeadRightMargin\":40,\"subHeadLeftMargin\":0,\"subHeadMarginTopTablet\":0,\"subHeadMarginRightTablet\":0,\"subHeadTabletSpace\":20,\"subHeadMarginLeftTablet\":0,\"btnBorderStyle\":\"solid\"} -->\n<div class=\"wp-block-uagb-info-box uagb-block-be927766 uagb-infobox__content-wrap  uagb-infobox-icon-above-title uagb-infobox-image-valign-top\"><div class=\"uagb-ifb-content\"><div class=\"uagb-ifb-image-content\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/food.jpg\" alt=\"\"/></div><div class=\"uagb-ifb-title-wrap\"><h3 class=\"uagb-ifb-title\">Delicious Food​</h3></div><p class=\"uagb-ifb-desc\">We have team chefs from across the world. So you can enjoy the delicacies anytime during your stay.</p><div class=\"uagb-ifb-button-wrapper wp-block-button\"><a href=\"#\" target=\"_self\" class=\"uagb-infobox-cta-link\" rel=\"noopener noreferrer\" alt=\"\"><span class=\"uagb-inline-editing\">READ MORE</span></a></div></div></div>\n<!-- /wp:uagb/info-box -->\n\n<!-- wp:uagb/info-box {\"classMigrate\":true,\"headingAlign\":\"left\",\"headingColor\":\"\",\"subHeadingColor\":\"\",\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"source_type\":\"image\",\"block_id\":\"762a0a59\",\"ctaType\":\"text\",\"ctaText\":\"READ MORE\",\"ctaLinkColor\":\"var(\\u002d\\u002dast-global-color-0)\",\"ctaDecoration\":\"underline\",\"ctaFontSize\":12,\"ctaFontWeight\":\"600\",\"ctaLetterSpacing\":2,\"ctaBorderStyle\":\"\",\"iconBottomMargin\":30,\"iconImage\":{\"id\":241,\"title\":\"beach\",\"filename\":\"beach.jpg\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/beach.jpg\",\"link\":\"https://blueroan.netgen.cloud/beach/\",\"alt\":\"\",\"author\":\"34\",\"description\":\"\",\"caption\":\"\",\"name\":\"beach\",\"status\":\"inherit\",\"uploadedTo\":0,\"date\":\"2021-05-11T10:56:06.000Z\",\"modified\":\"2021-05-11T10:56:06.000Z\",\"menuOrder\":0,\"mime\":\"image/jpeg\",\"type\":\"image\",\"subtype\":\"jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/default.png\",\"dateFormatted\":\"May 11, 2021\",\"nonces\":{\"update\":\"65c348aac8\",\"delete\":\"6d551f7cf4\",\"edit\":\"026ca70d91\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=241\\u0026action=edit\",\"meta\":false,\"authorName\":\"Rishabh\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/user-edit.php?user_id=34\",\"filesizeInBytes\":38094,\"filesizeHumanReadable\":\"37 KB\",\"context\":\"\",\"height\":440,\"width\":370,\"orientation\":\"portrait\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/beach-150x150.jpg\",\"orientation\":\"landscape\"},\"medium\":{\"height\":300,\"width\":252,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/beach-252x300-1.jpg\",\"orientation\":\"portrait\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/beach.jpg\",\"height\":440,\"width\":370,\"orientation\":\"portrait\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"imageSize\":\"full\",\"imageWidth\":100,\"imageWidthMobile\":100,\"imageWidthTablet\":100,\"paddingBtnTop\":10,\"paddingBtnBottom\":10,\"paddingBtnLeft\":14,\"paddingBtnRight\":14,\"imageWidthUnit\":\"%\",\"imageWidthUnitTablet\":\"%\",\"imageWidthUnitMobile\":\"%\",\"subHeadTopMargin\":0,\"subHeadRightMargin\":40,\"subHeadLeftMargin\":0,\"subHeadMarginTopTablet\":0,\"subHeadMarginRightTablet\":0,\"subHeadTabletSpace\":20,\"subHeadMarginLeftTablet\":0,\"btnBorderStyle\":\"solid\"} -->\n<div class=\"wp-block-uagb-info-box uagb-block-762a0a59 uagb-infobox__content-wrap  uagb-infobox-icon-above-title uagb-infobox-image-valign-top\"><div class=\"uagb-ifb-content\"><div class=\"uagb-ifb-image-content\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/beach.jpg\" alt=\"\"/></div><div class=\"uagb-ifb-title-wrap\"><h3 class=\"uagb-ifb-title\">Private Beach​</h3></div><p class=\"uagb-ifb-desc\">Want to take a dip into the sea? All our guests get complimentary access to our private beach.</p><div class=\"uagb-ifb-button-wrapper wp-block-button\"><a href=\"#\" target=\"_self\" class=\"uagb-infobox-cta-link\" rel=\"noopener noreferrer\" alt=\"\"><span class=\"uagb-inline-editing\">READ MORE</span></a></div></div></div>\n<!-- /wp:uagb/info-box --></div>\n<!-- /wp:uagb/container --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"55a6dfc9\",\"innerContentCustomWidthDesktop\":781,\"innerContentCustomWidthTablet\":781,\"backgroundType\":\"image\",\"backgroundImageDesktop\":{\"id\":54,\"title\":\"background-img\",\"filename\":\"background-img-1.jpg\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/background-img-1.jpg\",\"link\":\"https://blueroan.netgen.cloud/background-img-2/\",\"alt\":\"\",\"author\":\"34\",\"description\":\"\",\"caption\":\"\",\"name\":\"background-img-2\",\"status\":\"inherit\",\"uploadedTo\":0,\"date\":\"2021-05-07T10:11:37.000Z\",\"modified\":\"2021-05-07T10:11:37.000Z\",\"menuOrder\":0,\"mime\":\"image/jpeg\",\"type\":\"image\",\"subtype\":\"jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/default.png\",\"dateFormatted\":\"May 7, 2021\",\"nonces\":{\"update\":\"bb999636b9\",\"delete\":\"d2e1375bc4\",\"edit\":\"005dd2f0c9\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=54\\u0026action=edit\",\"meta\":false,\"authorName\":\"Rishabh\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/user-edit.php?user_id=34\",\"filesizeInBytes\":338858,\"filesizeHumanReadable\":\"331 KB\",\"context\":\"\",\"height\":1080,\"width\":1920,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/background-img-1-150x150.jpg\",\"orientation\":\"landscape\"},\"medium\":{\"height\":169,\"width\":300,\"url\":\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/background-img-1-300x169.jpg\",\"orientation\":\"landscape\"},\"large\":{\"height\":576,\"width\":1024,\"url\":\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/background-img-1-1024x576.jpg\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/background-img-1.jpg\",\"height\":1080,\"width\":1920,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"backgroundImageColor\":\"rgba(42,42,42,0.65)\",\"topPaddingDesktop\":144,\"bottomPaddingDesktop\":144,\"leftPaddingDesktop\":40,\"rightPaddingDesktop\":40,\"topPaddingTablet\":80,\"bottomPaddingTablet\":80,\"leftPaddingTablet\":40,\"rightPaddingTablet\":40,\"topPaddingMobile\":64,\"bottomPaddingMobile\":64,\"leftPaddingMobile\":24,\"rightPaddingMobile\":24,\"paddingLink\":false,\"variationSelected\":true,\"isBlockRootParent\":true,\"overlayType\":\"color\"} -->\n<div class=\"wp-block-uagb-container uagb-block-55a6dfc9 alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/advanced-heading {\"block_id\":\"5698ca2d\",\"classMigrate\":true,\"headingDescToggle\":true,\"headingAlign\":\"center\",\"headingColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"subHeadingColor\":\"var(\\u002d\\u002dast-global-color-4)\",\"headSpace\":20} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-5698ca2d\"><h2 class=\"uagb-heading-text\">Plan an Unforgettable Experience in Mykonos Today!</h2><p class=\"uagb-desc-text\">We can help you fit your stay and experience within your allotted budget.</p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/advanced-heading {\"block_id\":\"aa2613fa\",\"classMigrate\":true,\"headingTitleToggle\":false,\"headingDescToggle\":true,\"headingAlign\":\"center\",\"subHeadingColor\":\"var(\\u002d\\u002dast-global-color-4)\",\"subHeadTransform\":\"uppercase\",\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"subHeadLetterSpacing\":2,\"blockTopPadding\":60,\"blockRightPadding\":0,\"blockLeftPadding\":0,\"blockBottomPadding\":0,\"blockTopPaddingMobile\":30,\"blockRightPaddingMobile\":0,\"blockLeftPaddingMobile\":0,\"blockBottomPaddingMobile\":0} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-aa2613fa\"><p class=\"uagb-desc-text\">BOOK YOUR STAY NOW​</p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/icon-list {\"block_id\":\"74d094d4\",\"classMigrate\":true,\"childMigrate\":true,\"align\":\"center\",\"parentIcon\":\"phone\",\"size\":40,\"sizeMobile\":24,\"sizeTablet\":32,\"fontSize\":48,\"fontSizeMobile\":28,\"fontSizeTablet\":40,\"fontWeight\":\"600\",\"iconColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"labelColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"blockTopPadding\":0,\"blockRightPadding\":0,\"blockLeftPadding\":0,\"blockBottomPadding\":24,\"blockPaddingLink\":false} -->\n<div class=\"wp-block-uagb-icon-list uagb-block-74d094d4\"><div class=\"uagb-icon-list__wrap\"><!-- wp:uagb/icon-list-child {\"block_id\":\"64e103b8\",\"label\":\"+1-123 456 7890​\",\"label_color\":\"\",\"fromParentIcon\":\"phone\",\"imageSizeChild\":40} -->\n<div class=\"wp-block-uagb-icon-list-child uagb-block-64e103b8\"><span class=\"uagb-icon-list__source-wrap\"><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M511.2 387l-23.25 100.8c-3.266 14.25-15.79 24.22-30.46 24.22C205.2 512 0 306.8 0 54.5c0-14.66 9.969-27.2 24.22-30.45l100.8-23.25C139.7-2.602 154.7 5.018 160.8 18.92l46.52 108.5c5.438 12.78 1.77 27.67-8.98 36.45L144.5 207.1c33.98 69.22 90.26 125.5 159.5 159.5l44.08-53.8c8.688-10.78 23.69-14.51 36.47-8.975l108.5 46.51C506.1 357.2 514.6 372.4 511.2 387z\"></path></svg></span><span class=\"uagb-icon-list__label\">+1-123 456 7890​</span></div>\n<!-- /wp:uagb/icon-list-child --></div></div>\n<!-- /wp:uagb/icon-list --></div></div>\n<!-- /wp:uagb/container -->',	'Amenities',	'',	'inherit',	'closed',	'closed',	'',	'762-revision-v1',	'',	'',	'2022-12-15 10:32:40',	'2022-12-15 10:32:40',	'',	762,	'https://blueroan.netgen.cloud/?p=1162',	0,	'revision',	'',	0),
(1163,	2,	'2022-12-15 10:34:24',	'2022-12-15 10:34:24',	'https://blueroan.netgen.cloud/wp-content/uploads/2022/12/cropped-cropped-Blue_Roan_Logo.png',	'cropped-cropped-Blue_Roan_Logo.png',	'',	'inherit',	'open',	'closed',	'',	'cropped-cropped-blue_roan_logo-png',	'',	'',	'2022-12-15 10:34:24',	'2022-12-15 10:34:24',	'',	0,	'https://blueroan.netgen.cloud/wp-content/uploads/2022/12/cropped-cropped-Blue_Roan_Logo.png',	0,	'attachment',	'image/png',	0),
(1164,	2,	'2022-12-15 10:34:29',	'2022-12-15 10:34:29',	'{\n    \"site_icon\": {\n        \"value\": 1163,\n        \"type\": \"option\",\n        \"user_id\": 2,\n        \"date_modified_gmt\": \"2022-12-15 10:34:29\"\n    }\n}',	'',	'',	'trash',	'closed',	'closed',	'',	'74f43183-10ac-4e65-8308-baa6437fb094',	'',	'',	'2022-12-15 10:34:29',	'2022-12-15 10:34:29',	'',	0,	'https://blueroan.netgen.cloud/74f43183-10ac-4e65-8308-baa6437fb094/',	0,	'customize_changeset',	'',	0),
(1165,	2,	'2022-12-15 10:35:47',	'2022-12-15 10:35:47',	'<!-- wp:uagb/container {\"block_id\":\"6ba4c881\",\"minHeightDesktop\":95,\"minHeightTablet\":70,\"minHeightMobile\":80,\"minHeightType\":\"vh\",\"alignItemsDesktop\":\"flex-start\",\"backgroundType\":\"image\",\"backgroundImageDesktop\":{\"uploading\":false,\"date\":1670921854000,\"filename\":\"Blue-Roan-pool.jpg\",\"menuOrder\":0,\"uploadedTo\":760,\"type\":\"image\",\"subtype\":\"jpeg\",\"id\":784,\"title\":\"Blue Roan - pool\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Blue-Roan-pool.jpg\",\"link\":\"https://blueroan.netgen.cloud/home/blue-roan-pool/\",\"alt\":\"\",\"author\":\"2\",\"description\":\"\",\"caption\":\"\",\"name\":\"blue-roan-pool\",\"status\":\"inherit\",\"modified\":1670921854000,\"mime\":\"image/jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-includes/images/media/default.png\",\"dateFormatted\":\"December 13, 2022\",\"nonces\":{\"update\":\"51a12ed09e\",\"delete\":\"5174068551\",\"edit\":\"1de0721407\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=784\\u0026action=edit\",\"meta\":false,\"authorName\":\"Netgen Support\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/profile.php\",\"uploadedToTitle\":\"Home\",\"uploadedToLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=760\\u0026action=edit\",\"filesizeInBytes\":154801,\"filesizeHumanReadable\":\"151 KB\",\"context\":\"\",\"height\":667,\"width\":1000,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Blue-Roan-pool-150x150.jpg\",\"orientation\":\"landscape\"},\"medium\":{\"height\":200,\"width\":300,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Blue-Roan-pool-300x200.jpg\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Blue-Roan-pool.jpg\",\"height\":667,\"width\":1000,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"backgroundPositionDesktop\":{\"x\":0.5,\"y\":0.25},\"backgroundImageColor\":\"rgba(42,42,42,0.35)\",\"topPaddingDesktop\":0,\"bottomPaddingDesktop\":0,\"leftPaddingDesktop\":40,\"rightPaddingDesktop\":40,\"topPaddingTablet\":120,\"bottomPaddingTablet\":120,\"leftPaddingTablet\":40,\"rightPaddingTablet\":40,\"topPaddingMobile\":150,\"bottomPaddingMobile\":150,\"leftPaddingMobile\":20,\"rightPaddingMobile\":20,\"paddingLink\":false,\"variationSelected\":true,\"isBlockRootParent\":true,\"overlayType\":\"color\",\"minHeightTypeTablet\":\"vh\",\"minHeightTypeMobile\":\"vh\"} -->\n<div class=\"wp-block-uagb-container uagb-block-6ba4c881 alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/info-box {\"classMigrate\":true,\"headingAlign\":\"left\",\"headingColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"subHeadingColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"headingTag\":\"h1\",\"subHeadFontSize\":17,\"subHeadFontSizeMobile\":15,\"headSpace\":20,\"subHeadSpace\":40,\"block_id\":\"1722e8bc\",\"ctaIcon\":\"\",\"ctaType\":\"button\",\"ctaText\":\"Book Your Stay Now\",\"ctaLink\":\"#\",\"ctaBtnLinkColor\":\"var(\\u002d\\u002dast-global-color-2)\",\"ctaLinkHoverColor\":\"var(\\u002d\\u002dast-global-color-2)\",\"ctaBgColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"ctaBgHoverColor\":\"var(\\u002d\\u002dast-global-color-4)\",\"ctaBorderColor\":\"\",\"ctaBorderStyle\":\"\",\"ctaBorderWidth\":\"\",\"ctaBorderRadius\":\"\",\"iconImage\":{\"url\":\"\",\"alt\":\"InfoBox placeholder img\"},\"showIcon\":false,\"paddingBtnTop\":18,\"paddingBtnBottom\":18,\"paddingBtnLeft\":34,\"paddingBtnRight\":34,\"blockTopPadding\":0,\"blockRightPadding\":40,\"blockLeftPadding\":0,\"blockBottomPadding\":0,\"blockTopPaddingTablet\":0,\"blockRightPaddingTablet\":64,\"blockLeftPaddingTablet\":0,\"blockBottomPaddingTablet\":0,\"blockTopPaddingMobile\":0,\"blockRightPaddingMobile\":0,\"blockLeftPaddingMobile\":0,\"blockBottomPaddingMobile\":0,\"blockPaddingUnit\":\"%\",\"blockPaddingLink\":false,\"subHeadMarginTopTablet\":0,\"subHeadMarginRightTablet\":64,\"subHeadTabletSpace\":40,\"subHeadMarginLeftTablet\":0,\"subHeadMarginTopMobile\":0,\"subHeadMarginRightMobile\":0,\"subHeadMobileSpace\":40,\"subHeadMarginLeftMobile\":0,\"btnBorderTopWidth\":1,\"btnBorderLeftWidth\":1,\"btnBorderRightWidth\":1,\"btnBorderBottomWidth\":1,\"btnBorderTopLeftRadius\":0,\"btnBorderTopRightRadius\":0,\"btnBorderBottomLeftRadius\":0,\"btnBorderBottomRightRadius\":0,\"btnBorderStyle\":\"none\",\"btnBorderColor\":\"#333\"} -->\n<div class=\"wp-block-uagb-info-box uagb-block-1722e8bc uagb-infobox__content-wrap  uagb-infobox-icon-above-title uagb-infobox-image-valign-top\"><div class=\"uagb-ifb-content\"><div class=\"uagb-ifb-title-wrap\"><h1 class=\"uagb-ifb-title\"><strong>Magaliesburg pet friendly self-catering accommodation</strong></h1></div><p class=\"uagb-ifb-desc\">Romantic pet-friendly self-catering accommodation in Magaliesburg, Gauteng.</p><div class=\"uagb-ifb-button-wrapper wp-block-button\"><a href=\"#\" class=\"uagb-infobox-cta-link wp-block-button__link\" target=\"_self\" rel=\"noopener noreferrer\" alt=\"\"><span class=\"uagb-inline-editing\">Book Your Stay Now</span></a></div></div></div>\n<!-- /wp:uagb/info-box --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"2d8b1a98\",\"directionDesktop\":\"row\",\"directionMobile\":\"column-reverse\",\"alignItemsDesktop\":\"flex-start\",\"backgroundType\":\"color\",\"backgroundSizeTablet\":\"cover\",\"backgroundSizeMobile\":\"cover\",\"backgroundColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"topPaddingDesktop\":60,\"bottomPaddingDesktop\":60,\"topPaddingTablet\":80,\"bottomPaddingTablet\":80,\"leftPaddingTablet\":40,\"rightPaddingTablet\":40,\"topPaddingMobile\":64,\"bottomPaddingMobile\":64,\"leftPaddingMobile\":24,\"rightPaddingMobile\":24,\"paddingLink\":false,\"variationSelected\":true,\"columnGapDesktop\":60,\"columnGapTablet\":50,\"isBlockRootParent\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-2d8b1a98 alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/container {\"block_id\":\"1f9bdfa5\",\"widthDesktop\":50,\"variationSelected\":true,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-1f9bdfa5\"><!-- wp:image {\"id\":797,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-13.jpg\" alt=\"\" class=\"wp-image-797\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>We have 7 lovely brick <strong>self-catering</strong> units, each one private and with its own character and theme.  They are designed exclusively for couples with or without pets wanting a romantic and peaceful place to connect, re-connect, celebrate special occasions, or somewhere quiet and comfortable to come for a holiday</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:buttons -->\n<div class=\"wp-block-buttons\"><!-- wp:button -->\n<div class=\"wp-block-button\"><a class=\"wp-block-button__link wp-element-button\" href=\"/accommodation/\">View accomodation</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"7fe345be\",\"widthDesktop\":50,\"leftPaddingDesktop\":0,\"paddingLink\":false,\"variationSelected\":true,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-7fe345be\"><!-- wp:uagb/advanced-heading {\"block_id\":\"992cfd32\",\"classMigrate\":true,\"headingDescToggle\":true,\"subHeadingColor\":\"\",\"headSpace\":20,\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-992cfd32\"><h2 class=\"uagb-heading-text\"><strong>Blue Roan is a 4-star graded pet-friendly venue</strong></h2><p class=\"uagb-desc-text\">Our goal is to provide high-quality, romantic, comfortable, and affordable self-catering accommodation on the outskirts of the village of &nbsp;Magaliesburg. &nbsp;For animal lovers, we are also&nbsp;pet-friendly&nbsp;by arrangement in most of the units all of which have their own fully fenced and gated private grassy gardens.</p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/image {\"block_id\":\"66f57928\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/hammock-in-the-garden.jpg\",\"align\":\"left\",\"id\":799,\"linkDestination\":\"none\",\"naturalWidth\":600,\"naturalHeight\":400,\"sizeSlug\":\"full\",\"sizeSlugTablet\":\"full\",\"sizeSlugMobile\":\"full\",\"imageTopMargin\":20,\"imageRightMargin\":0,\"imageLeftMargin\":0,\"imageBottomMargin\":0,\"imageTopMarginMobile\":0,\"imageRightMarginMobile\":0,\"imageLeftMarginMobile\":0,\"imageBottomMarginMobile\":0,\"imageMarginLink\":false} -->\n<div class=\"wp-block-uagb-image uagb-block-66f57928 wp-block-uagb-image--layout-default wp-block-uagb-image--effect-static wp-block-uagb-image--align-left\"><figure class=\"wp-block-uagb-image__figure\"><img srcset=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/hammock-in-the-garden.jpg \" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/hammock-in-the-garden.jpg\" alt=\"\" class=\"uag-image-799\" width=\"\" height=\"\" title=\"\" loading=\"lazy\"/></figure></div>\n<!-- /wp:uagb/image --></div>\n<!-- /wp:uagb/container --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"a2325707\",\"directionDesktop\":\"row\",\"directionMobile\":\"column-reverse\",\"alignItemsDesktop\":\"flex-start\",\"backgroundType\":\"color\",\"backgroundSizeTablet\":\"cover\",\"backgroundSizeMobile\":\"cover\",\"backgroundColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"topPaddingDesktop\":0,\"bottomPaddingDesktop\":0,\"topPaddingTablet\":80,\"bottomPaddingTablet\":80,\"leftPaddingTablet\":40,\"rightPaddingTablet\":40,\"topPaddingMobile\":64,\"bottomPaddingMobile\":64,\"leftPaddingMobile\":24,\"rightPaddingMobile\":24,\"paddingLink\":false,\"variationSelected\":true,\"rowGapDesktop\":0,\"columnGapDesktop\":0,\"columnGapTablet\":50,\"isBlockRootParent\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-a2325707 alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:image {\"align\":\"center\",\"id\":794,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image aligncenter size-full\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/210-2108726_too-great-for-us-tourism-grading-council-of-south-5.png\" alt=\"\" class=\"wp-image-794\"/></figure>\n<!-- /wp:image --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"7657fb0b\",\"backgroundType\":\"color\",\"backgroundSizeTablet\":\"cover\",\"backgroundSizeMobile\":\"cover\",\"backgroundColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"topPaddingDesktop\":50,\"bottomPaddingDesktop\":100,\"topPaddingTablet\":50,\"bottomPaddingTablet\":25,\"leftPaddingTablet\":20,\"rightPaddingTablet\":20,\"topPaddingMobile\":50,\"bottomPaddingMobile\":20,\"leftPaddingMobile\":20,\"rightPaddingMobile\":20,\"paddingLink\":false,\"variationSelected\":true,\"rowGapDesktop\":0,\"isBlockRootParent\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-7657fb0b alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/container {\"block_id\":\"6acb0795\",\"directionDesktop\":\"row\",\"alignItemsDesktop\":\"flex-end\",\"alignItemsTablet\":\"flex-end\",\"justifyContentDesktop\":\"flex-end\",\"justifyContentTablet\":\"space-between\",\"variationSelected\":true,\"rowGapMobile\":30,\"columnGapDesktop\":0} -->\n<div class=\"wp-block-uagb-container uagb-block-6acb0795\"><!-- wp:uagb/advanced-heading {\"block_id\":\"a3dc6c42\",\"classMigrate\":true,\"headingDescToggle\":true,\"subHeadingColor\":\"\",\"headSpace\":20,\"subHeadFontSize\":16} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-a3dc6c42\"><h2 class=\"uagb-heading-text\">Amenities &amp; Interests ​</h2><p class=\"uagb-desc-text\">The Blue Roan Country Lodge is situated just 5 minutes from the village of Magaliesburg on a tar road so easy access for all cars.  We have panoramic views of the Magaliesberg mountain range and our farm is the perfect place for a relaxing getaway in the country.  As we are only 70 km from JHB and Pretoria, it is only an hour’s drive.</p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/buttons {\"block_id\":\"8bbe3004\",\"classMigrate\":true,\"childMigrate\":true,\"align\":\"right\",\"alignTablet\":\"right\",\"alignMobile\":\"left\",\"gap\":0} -->\n<div class=\"wp-block-uagb-buttons uagb-buttons__outer-wrap uagb-btn__default-btn uagb-btn-tablet__default-btn uagb-btn-mobile__default-btn uagb-block-8bbe3004\"><div class=\"uagb-buttons__wrap uagb-buttons-layout-wrap\"><!-- wp:uagb/buttons-child {\"block_id\":\"dce52160\",\"label\":\"View All\",\"link\":\"#\",\"hColor\":\"\",\"borderWidth\":\"\",\"borderRadius\":\"\",\"borderStyle\":\"\",\"borderColor\":\"\",\"borderHColor\":\"\",\"btnBorderTopWidth\":1,\"btnBorderLeftWidth\":1,\"btnBorderRightWidth\":1,\"btnBorderBottomWidth\":1,\"btnBorderTopLeftRadius\":2,\"btnBorderTopRightRadius\":2,\"btnBorderBottomLeftRadius\":2,\"btnBorderBottomRightRadius\":2,\"btnBorderStyle\":\"solid\",\"btnBorderColor\":\"#333\",\"btnBorderHColor\":\"#333\"} -->\n<div class=\"wp-block-uagb-buttons-child uagb-buttons__outer-wrap uagb-block-dce52160 wp-block-button is-style-outline\"><div class=\"uagb-button__wrapper\"><a class=\"uagb-buttons-repeater wp-block-button__link\" href=\"#\" rel=\"follow noopener\" target=\"_self\"><div class=\"uagb-button__link\">View All</div></a></div></div>\n<!-- /wp:uagb/buttons-child --></div></div>\n<!-- /wp:uagb/buttons --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"3530b957\",\"directionDesktop\":\"row\",\"alignItemsTablet\":\"flex-start\",\"paddingLink\":false,\"topMarginDesktop\":50,\"bottomMarginDesktop\":20,\"leftMarginDesktop\":0,\"rightMarginDesktop\":0,\"marginLink\":false,\"variationSelected\":true,\"rowGapMobile\":65,\"columnGapDesktop\":48,\"columnGapTablet\":20} -->\n<div class=\"wp-block-uagb-container uagb-block-3530b957\"><!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"align\":\"center\",\"id\":828,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image aligncenter size-full\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Blue-Roan-pool.png\" alt=\"Blue Roan\'s rock pool\" class=\"wp-image-828\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>A relaxing rock Pool​</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>We have a lovely sparkling blue rock pool next to a thatched Lapa. &nbsp;&nbsp;Lie on recliners on the green lawn or sit on the swing chair in the Lapa and enjoy the panoramic view of the Magaliesberg mountain range.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":829,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/img-20160605-wa0002-largejpg.png\" alt=\"\" class=\"wp-image-829\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>Braai facilities </h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>What can compare to a burning fire under the star-lit African sky? Nothing beats the flavor of cooking over an open flame.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":830,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/ef9d0188da11e2bc56788f5619d9d539.png\" alt=\"\" class=\"wp-image-830\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>A games room </h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>The reception is also a games room for those who enjoy darts or playing pool. &nbsp;Take a selection of DVDs back to your room and watch movies on your own DVD player. &nbsp;There is also a selection of board games and music CDs that you can borrow.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div>\n<!-- /wp:uagb/container --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"75c261a3\",\"backgroundType\":\"color\",\"backgroundSizeTablet\":\"cover\",\"backgroundSizeMobile\":\"cover\",\"backgroundColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"bottomPaddingDesktop\":104,\"leftPaddingDesktop\":40,\"rightPaddingDesktop\":40,\"topPaddingTablet\":80,\"bottomPaddingTablet\":80,\"leftPaddingTablet\":40,\"rightPaddingTablet\":40,\"topPaddingMobile\":64,\"bottomPaddingMobile\":64,\"leftPaddingMobile\":24,\"rightPaddingMobile\":24,\"paddingLink\":false,\"variationSelected\":true,\"rowGapDesktop\":0,\"isBlockRootParent\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-75c261a3 alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/advanced-heading {\"block_id\":\"25fadb2d\",\"classMigrate\":true,\"headingDescToggle\":true,\"headingAlign\":\"center\",\"headingAlignMobile\":\"left\",\"subHeadingColor\":\"\",\"headSpace\":20,\"subHeadFontSize\":16,\"blockBottomPadding\":20} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-25fadb2d\"><h2 class=\"uagb-heading-text\">Our Inside Pictures​</h2><p class=\"uagb-desc-text\">Take a look at some pretty pictures captured in and around our premises.</p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/container {\"block_id\":\"6f4adffb\",\"directionDesktop\":\"row\",\"alignItemsDesktop\":\"flex-start\",\"topMarginDesktop\":20,\"bottomMarginDesktop\":0,\"leftMarginDesktop\":0,\"rightMarginDesktop\":0,\"marginLink\":false,\"variationSelected\":true,\"rowGapMobile\":24,\"columnGapDesktop\":24,\"columnGapTablet\":20} -->\n<div class=\"wp-block-uagb-container uagb-block-6f4adffb\"><!-- wp:uagb/container {\"block_id\":\"b765df7d\",\"widthDesktop\":32,\"variationSelected\":true,\"rowGapDesktop\":24,\"rowGapTablet\":20,\"rowGapMobile\":24,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-b765df7d\"><!-- wp:uagb/image {\"block_id\":\"dc2f6a36\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/red-rose-1024x683.jpg\",\"id\":834,\"linkDestination\":\"none\",\"width\":385,\"height\":284,\"naturalWidth\":1024,\"naturalHeight\":683,\"sizeSlug\":\"large\",\"sizeSlugTablet\":\"large\",\"sizeSlugMobile\":\"large\",\"customHeightSetDesktop\":true} -->\n<div class=\"wp-block-uagb-image uagb-block-dc2f6a36 wp-block-uagb-image--layout-default wp-block-uagb-image--effect-static wp-block-uagb-image--align-none\"><figure class=\"wp-block-uagb-image__figure\"><img srcset=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/red-rose-1024x683.jpg \" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/red-rose-1024x683.jpg\" alt=\"\" class=\"uag-image-834\" width=\"385\" height=\"284\" title=\"\" loading=\"lazy\"/></figure></div>\n<!-- /wp:uagb/image -->\n\n<!-- wp:uagb/image {\"block_id\":\"371537b8\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/49g.jpg\",\"id\":838,\"linkDestination\":\"none\",\"width\":385,\"height\":284,\"naturalWidth\":650,\"naturalHeight\":450,\"sizeSlug\":\"full\",\"sizeSlugTablet\":\"full\",\"sizeSlugMobile\":\"full\",\"customHeightSetDesktop\":true} -->\n<div class=\"wp-block-uagb-image uagb-block-371537b8 wp-block-uagb-image--layout-default wp-block-uagb-image--effect-static wp-block-uagb-image--align-none\"><figure class=\"wp-block-uagb-image__figure\"><img srcset=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/49g.jpg \" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/49g.jpg\" alt=\"\" class=\"uag-image-838\" width=\"385\" height=\"284\" title=\"\" loading=\"lazy\"/></figure></div>\n<!-- /wp:uagb/image --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"22f5d1d0\",\"widthDesktop\":67,\"variationSelected\":true,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-22f5d1d0\"><!-- wp:uagb/image {\"block_id\":\"9ab50cf9\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAA39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba-1-1024x768.png\",\"id\":905,\"linkDestination\":\"none\",\"naturalWidth\":1024,\"naturalHeight\":768,\"sizeSlug\":\"large\",\"sizeSlugTablet\":\"large\",\"sizeSlugMobile\":\"large\"} -->\n<div class=\"wp-block-uagb-image uagb-block-9ab50cf9 wp-block-uagb-image--layout-default wp-block-uagb-image--effect-static wp-block-uagb-image--align-none\"><figure class=\"wp-block-uagb-image__figure\"><img srcset=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAA39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba-1-1024x768.png \" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAA39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba-1-1024x768.png\" alt=\"\" class=\"uag-image-905\" width=\"\" height=\"\" title=\"\" loading=\"lazy\"/></figure></div>\n<!-- /wp:uagb/image --></div>\n<!-- /wp:uagb/container --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"a8f9ef29\",\"directionDesktop\":\"row\",\"alignItemsDesktop\":\"flex-start\",\"topMarginDesktop\":24,\"bottomMarginDesktop\":0,\"leftMarginDesktop\":0,\"rightMarginDesktop\":0,\"topMarginTablet\":20,\"bottomMarginTablet\":0,\"leftMarginTablet\":0,\"rightMarginTablet\":0,\"topMarginMobile\":24,\"bottomMarginMobile\":0,\"leftMarginMobile\":0,\"rightMarginMobile\":0,\"marginLink\":false,\"variationSelected\":true,\"columnGapDesktop\":24,\"columnGapTablet\":20} -->\n<div class=\"wp-block-uagb-container uagb-block-a8f9ef29\"><!-- wp:uagb/container {\"block_id\":\"ea6f8a2a\",\"widthDesktop\":67,\"variationSelected\":true,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-ea6f8a2a\"><!-- wp:image {\"id\":837,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-8-1024x678.jpg\" alt=\"\" class=\"wp-image-837\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"7c638880\",\"widthDesktop\":32,\"variationSelected\":true,\"rowGapDesktop\":24,\"rowGapTablet\":20,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-7c638880\"><!-- wp:uagb/image {\"block_id\":\"b3cdc0f5\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Blue-roan-pool-01.jpg\",\"id\":782,\"linkDestination\":\"none\",\"width\":385,\"height\":250,\"naturalWidth\":800,\"naturalHeight\":534,\"sizeSlug\":\"full\",\"sizeSlugTablet\":\"full\",\"sizeSlugMobile\":\"full\",\"customHeightSetDesktop\":true} -->\n<div class=\"wp-block-uagb-image uagb-block-b3cdc0f5 wp-block-uagb-image--layout-default wp-block-uagb-image--effect-static wp-block-uagb-image--align-none\"><figure class=\"wp-block-uagb-image__figure\"><img srcset=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Blue-roan-pool-01.jpg \" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Blue-roan-pool-01.jpg\" alt=\"\" class=\"uag-image-782\" width=\"385\" height=\"250\" title=\"\" loading=\"lazy\"/></figure></div>\n<!-- /wp:uagb/image -->\n\n<!-- wp:uagb/image {\"block_id\":\"b08c0ef3\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/bird-1024x683.jpg\",\"id\":910,\"linkDestination\":\"none\",\"width\":385,\"height\":250,\"naturalWidth\":1024,\"naturalHeight\":683,\"sizeSlug\":\"large\",\"sizeSlugTablet\":\"large\",\"sizeSlugMobile\":\"large\",\"customHeightSetDesktop\":true} -->\n<div class=\"wp-block-uagb-image uagb-block-b08c0ef3 wp-block-uagb-image--layout-default wp-block-uagb-image--effect-static wp-block-uagb-image--align-none\"><figure class=\"wp-block-uagb-image__figure\"><img srcset=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/bird-1024x683.jpg \" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/bird-1024x683.jpg\" alt=\"\" class=\"uag-image-910\" width=\"385\" height=\"250\" title=\"\" loading=\"lazy\"/></figure></div>\n<!-- /wp:uagb/image --></div>\n<!-- /wp:uagb/container --></div>\n<!-- /wp:uagb/container --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"205bbb79\",\"backgroundType\":\"color\",\"backgroundSizeTablet\":\"cover\",\"backgroundSizeMobile\":\"cover\",\"backgroundColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"topPaddingDesktop\":40,\"bottomPaddingDesktop\":104,\"leftPaddingDesktop\":40,\"rightPaddingDesktop\":40,\"topPaddingTablet\":80,\"bottomPaddingTablet\":80,\"leftPaddingTablet\":40,\"rightPaddingTablet\":40,\"topPaddingMobile\":64,\"bottomPaddingMobile\":64,\"leftPaddingMobile\":24,\"rightPaddingMobile\":24,\"paddingLink\":false,\"variationSelected\":true,\"rowGapDesktop\":0,\"isBlockRootParent\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-205bbb79 alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/advanced-heading {\"block_id\":\"5b4f17eb\",\"classMigrate\":true,\"headingDescToggle\":true,\"headingAlign\":\"center\",\"headingAlignMobile\":\"left\",\"subHeadingColor\":\"\",\"headSpace\":20,\"subHeadFontSize\":16,\"blockBottomPadding\":20} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-5b4f17eb\"><h2 class=\"uagb-heading-text\">What Our Guests Say​</h2><p class=\"uagb-desc-text\">We take pride in serving our guests the best experience. </p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/container {\"block_id\":\"d0caac5d\",\"directionDesktop\":\"row\",\"topMarginDesktop\":40,\"bottomMarginDesktop\":0,\"leftMarginDesktop\":0,\"rightMarginDesktop\":0,\"marginLink\":false,\"variationSelected\":true,\"rowGapMobile\":40,\"columnGapDesktop\":90} -->\n<div class=\"wp-block-uagb-container uagb-block-d0caac5d\"><!-- wp:uagb/container {\"block_id\":\"a5cab48b\",\"widthDesktop\":50,\"variationSelected\":true,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-a5cab48b\"><!-- wp:uagb/testimonial {\"test_item_count\":1,\"classMigrate\":true,\"test_block\":[{\"description\":\"\\u0022Thank you for a most enjoyable weekend stay and for making our anniversary so special.  Thank you for your kind and lovely friendship which we really appreciate!!!\\u0022​\",\"name\":\"\\u003cstrong\\u003eBrenda and Theuns\\u003c/strong\\u003e\",\"company\":\"\",\"image\":{\"id\":119,\"title\":\"testimonial1\",\"filename\":\"testimonial1.jpg\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/testimonial1.jpg\",\"link\":\"https://blueroan.netgen.cloud/testimonial1/\",\"alt\":\"\",\"author\":\"34\",\"description\":\"\",\"caption\":\"\",\"name\":\"testimonial1\",\"status\":\"inherit\",\"uploadedTo\":0,\"date\":\"2021-05-11T05:02:02.000Z\",\"modified\":\"2021-05-11T05:02:02.000Z\",\"menuOrder\":0,\"mime\":\"image/jpeg\",\"type\":\"image\",\"subtype\":\"jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/default.png\",\"dateFormatted\":\"May 11, 2021\",\"nonces\":{\"update\":\"b92fe40c3d\",\"delete\":\"643c1eb8f1\",\"edit\":\"d3e7d56b1d\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=119\\u0026action=edit\",\"meta\":false,\"authorName\":\"Rishabh\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/user-edit.php?user_id=34\",\"filesizeInBytes\":11264,\"filesizeHumanReadable\":\"11 KB\",\"context\":\"\",\"height\":250,\"width\":250,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/testimonial1-150x150.jpg\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/testimonial1.jpg\",\"height\":250,\"width\":250,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}}}],\"headingAlign\":\"left\",\"headingAlignTablet\":\"left\",\"headingAlignMobile\":\"left\",\"descColor\":\"var(\\u002d\\u002dast-global-color-3)\",\"nameFontSize\":14,\"nameLineHeight\":1,\"descFontSize\":16,\"descFontWeight\":\"600\",\"nameSpace\":1,\"block_id\":\"4c569628\",\"iconImage\":{\"url\":\"\",\"alt\":\"InfoBox placeholder img\"},\"imageWidth\":32,\"columnGap\":1,\"borderStyle\":\"\",\"paddingTop\":0,\"paddingBottom\":0,\"paddingLeft\":0,\"paddingRight\":0,\"spacingLink\":true,\"imgpaddingTop\":0,\"imgpaddingRight\":15,\"imgpaddingBottom\":0,\"imgpaddingLeft\":0,\"overallBorderStyle\":\"none\",\"imgTagHeight\":32,\"imgTagWidth\":150} -->\n<div class=\"wp-block-uagb-testimonial uagb-slick-carousel uagb-tm__arrow-outside uagb-block-4c569628 uagb-post__carousel_notset uagb-post__carousel_notset-tablet uagb-post__carousel_notset-mobile\"><div class=\"is-carousel uagb-tm__columns-1 uagb-tm__items\"><div class=\"uagb-testimonial__wrap  uagb-tm__imgicon-style-circle uagb-tm__image-position-bottom uagb-tm__bg-type-none \"><div class=\"uagb-tm__content\"><div class=\"uagb-tm__overlay\"></div><div class=\"uagb-tm__text-wrap\"><div class=\"uagb-tm__desc\">\"Thank you for a most enjoyable weekend stay and for making our anniversary so special.  Thank you for your kind and lovely friendship which we really appreciate!!!\"​</div><div class=\"uagb-tm__meta-inner\"><div class=\"uagb-tm__image-content\"><div class=\"uagb-tm__image\"><img class=\"uagb-tm-img-src\" src=\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/testimonial1-150x150.jpg\" alt=\"\" width=\"32\" height=\"32\" loading=\"lazy\"/></div></div><div class=\"uagb-testimonial-details\"><span class=\"uagb-tm__author-name\"><strong>Brenda and Theuns</strong></span><span class=\"uagb-tm__company\"></span></div></div></div></div></div></div></div>\n<!-- /wp:uagb/testimonial -->\n\n<!-- wp:uagb/testimonial {\"test_item_count\":1,\"classMigrate\":true,\"test_block\":[{\"description\":\"\\u0022Breaking away from city life and coming out to a most wonderful romantic weekend away.  The unit is so comfortable.  Thank you for your great hospitality - we had an awesome time here.  Go well - with love\\u0022​\",\"name\":\"\\u003cstrong\\u003e\\u003cstrong\\u003e\\u003cstrong\\u003eLiz \\u0026amp; Eddie\\u003c/strong\\u003e\\u003c/strong\\u003e\\u003c/strong\\u003e\",\"company\":\"\",\"image\":{\"id\":122,\"title\":\"testimonial4\",\"filename\":\"testimonial4.jpg\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/testimonial4.jpg\",\"link\":\"https://blueroan.netgen.cloud/testimonial4/\",\"alt\":\"\",\"author\":\"34\",\"description\":\"\",\"caption\":\"\",\"name\":\"testimonial4\",\"status\":\"inherit\",\"uploadedTo\":0,\"date\":\"2021-05-11T05:02:06.000Z\",\"modified\":\"2021-05-11T05:02:06.000Z\",\"menuOrder\":0,\"mime\":\"image/jpeg\",\"type\":\"image\",\"subtype\":\"jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/default.png\",\"dateFormatted\":\"May 11, 2021\",\"nonces\":{\"update\":\"4e34860add\",\"delete\":\"9e126a55cd\",\"edit\":\"33ffd3c040\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=122\\u0026action=edit\",\"meta\":false,\"authorName\":\"Rishabh\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/user-edit.php?user_id=34\",\"filesizeInBytes\":16584,\"filesizeHumanReadable\":\"16 KB\",\"context\":\"\",\"height\":250,\"width\":250,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/testimonial4-150x150.jpg\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/testimonial4.jpg\",\"height\":250,\"width\":250,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}}}],\"headingAlign\":\"left\",\"headingAlignTablet\":\"left\",\"headingAlignMobile\":\"left\",\"descColor\":\"var(\\u002d\\u002dast-global-color-3)\",\"nameFontSize\":14,\"nameLineHeight\":1,\"descFontSize\":16,\"descFontWeight\":\"600\",\"nameSpace\":1,\"block_id\":\"4a3563af\",\"iconImage\":{\"url\":\"\",\"alt\":\"InfoBox placeholder img\"},\"imageWidth\":32,\"columnGap\":1,\"borderStyle\":\"\",\"paddingTop\":0,\"paddingBottom\":0,\"paddingLeft\":0,\"paddingRight\":0,\"spacingLink\":true,\"imgpaddingTop\":0,\"imgpaddingRight\":15,\"imgpaddingBottom\":0,\"imgpaddingLeft\":0,\"overallBorderStyle\":\"none\",\"imgTagHeight\":32,\"imgTagWidth\":150} -->\n<div class=\"wp-block-uagb-testimonial uagb-slick-carousel uagb-tm__arrow-outside uagb-block-4a3563af uagb-post__carousel_notset uagb-post__carousel_notset-tablet uagb-post__carousel_notset-mobile\"><div class=\"is-carousel uagb-tm__columns-1 uagb-tm__items\"><div class=\"uagb-testimonial__wrap  uagb-tm__imgicon-style-circle uagb-tm__image-position-bottom uagb-tm__bg-type-none \"><div class=\"uagb-tm__content\"><div class=\"uagb-tm__overlay\"></div><div class=\"uagb-tm__text-wrap\"><div class=\"uagb-tm__desc\">\"Breaking away from city life and coming out to a most wonderful romantic weekend away.  The unit is so comfortable.  Thank you for your great hospitality - we had an awesome time here.  Go well - with love\"​</div><div class=\"uagb-tm__meta-inner\"><div class=\"uagb-tm__image-content\"><div class=\"uagb-tm__image\"><img class=\"uagb-tm-img-src\" src=\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/testimonial4-150x150.jpg\" alt=\"\" width=\"32\" height=\"32\" loading=\"lazy\"/></div></div><div class=\"uagb-testimonial-details\"><span class=\"uagb-tm__author-name\"><strong><strong><strong>Liz &amp; Eddie</strong></strong></strong></span><span class=\"uagb-tm__company\"></span></div></div></div></div></div></div></div>\n<!-- /wp:uagb/testimonial --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"cf7982a6\",\"widthDesktop\":50,\"variationSelected\":true,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-cf7982a6\"><!-- wp:uagb/testimonial {\"test_item_count\":1,\"classMigrate\":true,\"test_block\":[{\"description\":\"\\u0022Judy, what a wonderful place you have here - we were so delighted to spend the weekend here, so tranquil, peaceful, and beautiful. You made us feel right at home. Definitely a place worth 5 stars! Go well.\\u0022​\",\"name\":\"\\u003cstrong\\u003e\\u003cstrong\\u003eBrian\\u003c/strong\\u003e\\u003c/strong\\u003e \\u003cstrong\\u003e\\u003cstrong\\u003e\\u003cstrong\\u003eand \\u003cstrong\\u003eMariska\\u003c/strong\\u003e\\u003c/strong\\u003e\\u003cbr\\u003e\\u003c/strong\\u003e\\u003c/strong\\u003e\",\"company\":\"\",\"image\":{\"id\":120,\"title\":\"testimonial2\",\"filename\":\"testimonial2.jpg\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/testimonial2.jpg\",\"link\":\"https://blueroan.netgen.cloud/testimonial2/\",\"alt\":\"\",\"author\":\"34\",\"description\":\"\",\"caption\":\"\",\"name\":\"testimonial2\",\"status\":\"inherit\",\"uploadedTo\":0,\"date\":\"2021-05-11T05:02:03.000Z\",\"modified\":\"2021-05-11T05:02:03.000Z\",\"menuOrder\":0,\"mime\":\"image/jpeg\",\"type\":\"image\",\"subtype\":\"jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/default.png\",\"dateFormatted\":\"May 11, 2021\",\"nonces\":{\"update\":\"1ee6412858\",\"delete\":\"4414a2ccbf\",\"edit\":\"bde7b1f490\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=120\\u0026action=edit\",\"meta\":false,\"authorName\":\"Rishabh\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/user-edit.php?user_id=34\",\"filesizeInBytes\":10087,\"filesizeHumanReadable\":\"10 KB\",\"context\":\"\",\"height\":250,\"width\":250,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/testimonial2-150x150.jpg\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/testimonial2.jpg\",\"height\":250,\"width\":250,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}}}],\"headingAlign\":\"left\",\"headingAlignTablet\":\"left\",\"headingAlignMobile\":\"left\",\"descColor\":\"var(\\u002d\\u002dast-global-color-3)\",\"nameFontSize\":14,\"nameLineHeight\":1,\"descFontSize\":16,\"descFontWeight\":\"600\",\"nameSpace\":1,\"block_id\":\"453550ca\",\"iconImage\":{\"url\":\"\",\"alt\":\"InfoBox placeholder img\"},\"imageWidth\":32,\"columnGap\":1,\"borderStyle\":\"\",\"paddingTop\":0,\"paddingBottom\":0,\"paddingLeft\":0,\"paddingRight\":0,\"spacingLink\":true,\"imgpaddingTop\":0,\"imgpaddingRight\":15,\"imgpaddingBottom\":0,\"imgpaddingLeft\":0,\"overallBorderStyle\":\"none\",\"imgTagHeight\":32,\"imgTagWidth\":150} -->\n<div class=\"wp-block-uagb-testimonial uagb-slick-carousel uagb-tm__arrow-outside uagb-block-453550ca uagb-post__carousel_notset uagb-post__carousel_notset-tablet uagb-post__carousel_notset-mobile\"><div class=\"is-carousel uagb-tm__columns-1 uagb-tm__items\"><div class=\"uagb-testimonial__wrap  uagb-tm__imgicon-style-circle uagb-tm__image-position-bottom uagb-tm__bg-type-none \"><div class=\"uagb-tm__content\"><div class=\"uagb-tm__overlay\"></div><div class=\"uagb-tm__text-wrap\"><div class=\"uagb-tm__desc\">\"Judy, what a wonderful place you have here - we were so delighted to spend the weekend here, so tranquil, peaceful, and beautiful. You made us feel right at home. Definitely a place worth 5 stars! Go well.\"​</div><div class=\"uagb-tm__meta-inner\"><div class=\"uagb-tm__image-content\"><div class=\"uagb-tm__image\"><img class=\"uagb-tm-img-src\" src=\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/testimonial2-150x150.jpg\" alt=\"\" width=\"32\" height=\"32\" loading=\"lazy\"/></div></div><div class=\"uagb-testimonial-details\"><span class=\"uagb-tm__author-name\"><strong><strong>Brian</strong></strong> <strong><strong><strong>and <strong>Mariska</strong></strong><br></strong></strong></span><span class=\"uagb-tm__company\"></span></div></div></div></div></div></div></div>\n<!-- /wp:uagb/testimonial -->\n\n<!-- wp:uagb/testimonial {\"test_item_count\":1,\"classMigrate\":true,\"test_block\":[{\"description\":\"\\u0022Thank you for the most wonderful time, Judy!  This was the most peaceful and perfect place to get engaged!  We will most certainly be back!!!  Your hospitality cannot be topped!\\u0022​\",\"name\":\"\\u003cstrong\\u003e\\u003cstrong\\u003e\\u003cstrong\\u003e\\u003cstrong\\u003eBrett and Kelly\\u003c/strong\\u003e\\u003c/strong\\u003e\\u003c/strong\\u003e\\u003c/strong\\u003e\",\"company\":\"\",\"image\":{\"id\":121,\"title\":\"testimonial3\",\"filename\":\"testimonial3.jpg\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/testimonial3.jpg\",\"link\":\"https://blueroan.netgen.cloud/testimonial3/\",\"alt\":\"\",\"author\":\"34\",\"description\":\"\",\"caption\":\"\",\"name\":\"testimonial3\",\"status\":\"inherit\",\"uploadedTo\":0,\"date\":\"2021-05-11T05:02:05.000Z\",\"modified\":\"2021-05-11T05:02:05.000Z\",\"menuOrder\":0,\"mime\":\"image/jpeg\",\"type\":\"image\",\"subtype\":\"jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/default.png\",\"dateFormatted\":\"May 11, 2021\",\"nonces\":{\"update\":\"290653da5d\",\"delete\":\"90a4fb2d63\",\"edit\":\"ff8a64e56e\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=121\\u0026action=edit\",\"meta\":false,\"authorName\":\"Rishabh\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/user-edit.php?user_id=34\",\"filesizeInBytes\":8748,\"filesizeHumanReadable\":\"9 KB\",\"context\":\"\",\"height\":250,\"width\":250,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/testimonial3-150x150.jpg\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/testimonial3.jpg\",\"height\":250,\"width\":250,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}}}],\"headingAlign\":\"left\",\"headingAlignTablet\":\"left\",\"headingAlignMobile\":\"left\",\"descColor\":\"var(\\u002d\\u002dast-global-color-3)\",\"nameFontSize\":14,\"nameLineHeight\":1,\"descFontSize\":16,\"descFontWeight\":\"600\",\"nameSpace\":1,\"block_id\":\"15246e48\",\"iconImage\":{\"url\":\"\",\"alt\":\"InfoBox placeholder img\"},\"imageWidth\":32,\"columnGap\":1,\"borderStyle\":\"\",\"paddingTop\":0,\"paddingBottom\":0,\"paddingLeft\":0,\"paddingRight\":0,\"spacingLink\":true,\"imgpaddingTop\":0,\"imgpaddingRight\":15,\"imgpaddingBottom\":0,\"imgpaddingLeft\":0,\"overallBorderStyle\":\"none\",\"imgTagHeight\":32,\"imgTagWidth\":150} -->\n<div class=\"wp-block-uagb-testimonial uagb-slick-carousel uagb-tm__arrow-outside uagb-block-15246e48 uagb-post__carousel_notset uagb-post__carousel_notset-tablet uagb-post__carousel_notset-mobile\"><div class=\"is-carousel uagb-tm__columns-1 uagb-tm__items\"><div class=\"uagb-testimonial__wrap  uagb-tm__imgicon-style-circle uagb-tm__image-position-bottom uagb-tm__bg-type-none \"><div class=\"uagb-tm__content\"><div class=\"uagb-tm__overlay\"></div><div class=\"uagb-tm__text-wrap\"><div class=\"uagb-tm__desc\">\"Thank you for the most wonderful time, Judy!  This was the most peaceful and perfect place to get engaged!  We will most certainly be back!!!  Your hospitality cannot be topped!\"​</div><div class=\"uagb-tm__meta-inner\"><div class=\"uagb-tm__image-content\"><div class=\"uagb-tm__image\"><img class=\"uagb-tm-img-src\" src=\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/testimonial3-150x150.jpg\" alt=\"\" width=\"32\" height=\"32\" loading=\"lazy\"/></div></div><div class=\"uagb-testimonial-details\"><span class=\"uagb-tm__author-name\"><strong><strong><strong><strong>Brett and Kelly</strong></strong></strong></strong></span><span class=\"uagb-tm__company\"></span></div></div></div></div></div></div></div>\n<!-- /wp:uagb/testimonial --></div>\n<!-- /wp:uagb/container --></div>\n<!-- /wp:uagb/container --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"84f895a5\",\"innerContentCustomWidthDesktop\":781,\"innerContentCustomWidthTablet\":781,\"backgroundType\":\"image\",\"backgroundImageDesktop\":{\"id\":809,\"title\":\"26759994757_767d9794fd_b\",\"filename\":\"26759994757_767d9794fd_b.jpg\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/26759994757_767d9794fd_b.jpg\",\"link\":\"https://blueroan.netgen.cloud/?attachment_id=809\",\"alt\":\"\",\"author\":\"2\",\"description\":\"\",\"caption\":\"\",\"name\":\"26759994757_767d9794fd_b\",\"status\":\"inherit\",\"uploadedTo\":805,\"date\":\"2022-12-13T09:51:53.000Z\",\"modified\":\"2022-12-13T09:51:53.000Z\",\"menuOrder\":0,\"mime\":\"image/jpeg\",\"type\":\"image\",\"subtype\":\"jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-includes/images/media/default.png\",\"dateFormatted\":\"December 13, 2022\",\"nonces\":{\"update\":\"39b5c0eef1\",\"delete\":\"fde92abd83\",\"edit\":\"3923face9e\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=809\\u0026action=edit\",\"meta\":false,\"authorName\":\"Netgen Support\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/profile.php\",\"uploadedToTitle\":\"Magaliesburg\",\"uploadedToLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=805\\u0026action=edit\",\"filesizeInBytes\":143610,\"filesizeHumanReadable\":\"140 KB\",\"context\":\"\",\"height\":683,\"width\":1024,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/26759994757_767d9794fd_b-150x150.jpg\",\"orientation\":\"landscape\"},\"medium\":{\"height\":200,\"width\":300,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/26759994757_767d9794fd_b-300x200.jpg\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/26759994757_767d9794fd_b.jpg\",\"height\":683,\"width\":1024,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"backgroundImageColor\":\"rgba(42,42,42,0.65)\",\"topPaddingDesktop\":144,\"bottomPaddingDesktop\":144,\"leftPaddingDesktop\":40,\"rightPaddingDesktop\":40,\"topPaddingTablet\":80,\"bottomPaddingTablet\":80,\"leftPaddingTablet\":40,\"rightPaddingTablet\":40,\"topPaddingMobile\":64,\"bottomPaddingMobile\":64,\"leftPaddingMobile\":24,\"rightPaddingMobile\":24,\"paddingLink\":false,\"variationSelected\":true,\"isBlockRootParent\":true,\"overlayType\":\"color\"} -->\n<div class=\"wp-block-uagb-container uagb-block-84f895a5 alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/advanced-heading {\"block_id\":\"d3fbb865\",\"classMigrate\":true,\"headingDescToggle\":true,\"headingAlign\":\"center\",\"headingColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"subHeadingColor\":\"var(\\u002d\\u002dast-global-color-4)\",\"headSpace\":20} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-d3fbb865\"><h2 class=\"uagb-heading-text\">Plan an Unforgettable Experience at <br>Blue Roan!</h2><p class=\"uagb-desc-text\">Blue Roan is a 4-star graded pet-friendly venue</p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/advanced-heading {\"block_id\":\"3562ad94\",\"classMigrate\":true,\"headingTitleToggle\":false,\"headingDescToggle\":true,\"headingAlign\":\"center\",\"subHeadingColor\":\"var(\\u002d\\u002dast-global-color-4)\",\"subHeadTransform\":\"uppercase\",\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"subHeadLetterSpacing\":2,\"blockTopPadding\":60,\"blockRightPadding\":0,\"blockLeftPadding\":0,\"blockBottomPadding\":0,\"blockTopPaddingMobile\":30,\"blockRightPaddingMobile\":0,\"blockLeftPaddingMobile\":0,\"blockBottomPaddingMobile\":0,\"linkColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"linkHColor\":\"var(\\u002d\\u002dast-global-color-0)\"} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-3562ad94\"><p class=\"uagb-desc-text\"><a href=\"https://book.nightsbridge.com/11065\" target=\"_blank\" rel=\"noreferrer noopener\">BOOK YOUR STAY NOW​</a></p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/icon-list {\"block_id\":\"29ba27e8\",\"classMigrate\":true,\"childMigrate\":true,\"align\":\"center\",\"parentIcon\":\"phone\",\"size\":40,\"sizeMobile\":24,\"sizeTablet\":32,\"fontSize\":48,\"fontSizeMobile\":28,\"fontSizeTablet\":40,\"fontWeight\":\"600\",\"iconColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"labelColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"blockTopPadding\":0,\"blockRightPadding\":0,\"blockLeftPadding\":0,\"blockBottomPadding\":24,\"blockPaddingLink\":false} -->\n<div class=\"wp-block-uagb-icon-list uagb-block-29ba27e8\"><div class=\"uagb-icon-list__wrap\"><!-- wp:uagb/icon-list-child {\"block_id\":\"a95dc7b5\",\"label\":\" + 27 (0) 82 575 5409\",\"label_color\":\"\",\"link\":\"tel:+27825755409\",\"disableLink\":true,\"fromParentIcon\":\"phone\",\"imageSizeChild\":40} -->\n<div class=\"wp-block-uagb-icon-list-child uagb-block-a95dc7b5\"><a target=\"_self\" aria-label=\" + 27 (0) 82 575 5409\" rel=\"noopener noreferrer\" href=\"tel:+27825755409\"> </a><span class=\"uagb-icon-list__source-wrap\"><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M511.2 387l-23.25 100.8c-3.266 14.25-15.79 24.22-30.46 24.22C205.2 512 0 306.8 0 54.5c0-14.66 9.969-27.2 24.22-30.45l100.8-23.25C139.7-2.602 154.7 5.018 160.8 18.92l46.52 108.5c5.438 12.78 1.77 27.67-8.98 36.45L144.5 207.1c33.98 69.22 90.26 125.5 159.5 159.5l44.08-53.8c8.688-10.78 23.69-14.51 36.47-8.975l108.5 46.51C506.1 357.2 514.6 372.4 511.2 387z\"></path></svg></span><span class=\"uagb-icon-list__label\"> + 27 (0) 82 575 5409</span></div>\n<!-- /wp:uagb/icon-list-child -->\n\n<!-- wp:uagb/icon-list-child {\"block_id\":\"e132c29e\",\"label\":\"blueroan@ugo.co.za\",\"icon\":\"envelope\",\"label_color\":\"\",\"link\":\"mailto:blueroan@ugo.co.za\",\"disableLink\":true,\"fromParentIcon\":\"phone\",\"imageSizeChild\":40} -->\n<div class=\"wp-block-uagb-icon-list-child uagb-block-e132c29e\"><a target=\"_self\" aria-label=\"blueroan@ugo.co.za\" rel=\"noopener noreferrer\" href=\"mailto:blueroan@ugo.co.za\"> </a><span class=\"uagb-icon-list__source-wrap\"><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M464 64C490.5 64 512 85.49 512 112C512 127.1 504.9 141.3 492.8 150.4L275.2 313.6C263.8 322.1 248.2 322.1 236.8 313.6L19.2 150.4C7.113 141.3 0 127.1 0 112C0 85.49 21.49 64 48 64H464zM217.6 339.2C240.4 356.3 271.6 356.3 294.4 339.2L512 176V384C512 419.3 483.3 448 448 448H64C28.65 448 0 419.3 0 384V176L217.6 339.2z\"></path></svg></span><span class=\"uagb-icon-list__label\">blueroan@ugo.co.za</span></div>\n<!-- /wp:uagb/icon-list-child --></div></div>\n<!-- /wp:uagb/icon-list --></div></div>\n<!-- /wp:uagb/container -->',	'Home',	'',	'inherit',	'closed',	'closed',	'',	'760-revision-v1',	'',	'',	'2022-12-15 10:35:47',	'2022-12-15 10:35:47',	'',	760,	'https://blueroan.netgen.cloud/?p=1165',	0,	'revision',	'',	0),
(1166,	2,	'2022-12-15 10:51:22',	'2022-12-15 10:51:22',	'<!-- wp:uagb/container {\"block_id\":\"6f8d4336\",\"minHeightDesktop\":95,\"minHeightTablet\":70,\"minHeightMobile\":80,\"minHeightType\":\"vh\",\"alignItemsDesktop\":\"flex-start\",\"backgroundType\":\"image\",\"backgroundImageDesktop\":{\"uploading\":false,\"date\":1670921854000,\"filename\":\"Blue-Roan-pool.jpg\",\"menuOrder\":0,\"uploadedTo\":760,\"type\":\"image\",\"subtype\":\"jpeg\",\"id\":784,\"title\":\"Blue Roan - pool\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Blue-Roan-pool.jpg\",\"link\":\"https://blueroan.netgen.cloud/home/blue-roan-pool/\",\"alt\":\"\",\"author\":\"2\",\"description\":\"\",\"caption\":\"\",\"name\":\"blue-roan-pool\",\"status\":\"inherit\",\"modified\":1670921854000,\"mime\":\"image/jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-includes/images/media/default.png\",\"dateFormatted\":\"December 13, 2022\",\"nonces\":{\"update\":\"51a12ed09e\",\"delete\":\"5174068551\",\"edit\":\"1de0721407\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=784\\u0026action=edit\",\"meta\":false,\"authorName\":\"Netgen Support\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/profile.php\",\"uploadedToTitle\":\"Home\",\"uploadedToLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=760\\u0026action=edit\",\"filesizeInBytes\":154801,\"filesizeHumanReadable\":\"151 KB\",\"context\":\"\",\"height\":667,\"width\":1000,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Blue-Roan-pool-150x150.jpg\",\"orientation\":\"landscape\"},\"medium\":{\"height\":200,\"width\":300,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Blue-Roan-pool-300x200.jpg\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Blue-Roan-pool.jpg\",\"height\":667,\"width\":1000,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"backgroundPositionDesktop\":{\"x\":0.5,\"y\":0.25},\"backgroundImageColor\":\"rgba(42,42,42,0.35)\",\"topPaddingDesktop\":0,\"bottomPaddingDesktop\":0,\"leftPaddingDesktop\":40,\"rightPaddingDesktop\":40,\"topPaddingTablet\":120,\"bottomPaddingTablet\":120,\"leftPaddingTablet\":40,\"rightPaddingTablet\":40,\"topPaddingMobile\":150,\"bottomPaddingMobile\":150,\"leftPaddingMobile\":20,\"rightPaddingMobile\":20,\"paddingLink\":false,\"variationSelected\":true,\"isBlockRootParent\":true,\"overlayType\":\"color\",\"minHeightTypeTablet\":\"vh\",\"minHeightTypeMobile\":\"vh\"} -->\n<div class=\"wp-block-uagb-container uagb-block-6f8d4336 alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/info-box {\"classMigrate\":true,\"headingAlign\":\"left\",\"headingColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"subHeadingColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"headingTag\":\"h1\",\"subHeadFontSize\":17,\"subHeadFontSizeMobile\":15,\"headSpace\":20,\"subHeadSpace\":40,\"block_id\":\"125150e0\",\"ctaIcon\":\"\",\"ctaType\":\"button\",\"ctaText\":\"Book Your Stay Now\",\"ctaLink\":\"https://book.nightsbridge.com/11065\",\"ctaBtnLinkColor\":\"var(\\u002d\\u002dast-global-color-2)\",\"ctaLinkHoverColor\":\"var(\\u002d\\u002dast-global-color-2)\",\"ctaBgColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"ctaBgHoverColor\":\"var(\\u002d\\u002dast-global-color-4)\",\"ctaBorderColor\":\"\",\"ctaBorderStyle\":\"\",\"ctaBorderWidth\":\"\",\"ctaBorderRadius\":\"\",\"iconImage\":{\"url\":\"\",\"alt\":\"InfoBox placeholder img\"},\"showIcon\":false,\"paddingBtnTop\":18,\"paddingBtnBottom\":18,\"paddingBtnLeft\":34,\"paddingBtnRight\":34,\"blockTopPadding\":0,\"blockRightPadding\":40,\"blockLeftPadding\":0,\"blockBottomPadding\":0,\"blockTopPaddingTablet\":0,\"blockRightPaddingTablet\":64,\"blockLeftPaddingTablet\":0,\"blockBottomPaddingTablet\":0,\"blockTopPaddingMobile\":0,\"blockRightPaddingMobile\":0,\"blockLeftPaddingMobile\":0,\"blockBottomPaddingMobile\":0,\"blockPaddingUnit\":\"%\",\"blockPaddingLink\":false,\"subHeadMarginTopTablet\":0,\"subHeadMarginRightTablet\":64,\"subHeadTabletSpace\":40,\"subHeadMarginLeftTablet\":0,\"subHeadMarginTopMobile\":0,\"subHeadMarginRightMobile\":0,\"subHeadMobileSpace\":40,\"subHeadMarginLeftMobile\":0,\"btnBorderTopWidth\":1,\"btnBorderLeftWidth\":1,\"btnBorderRightWidth\":1,\"btnBorderBottomWidth\":1,\"btnBorderTopLeftRadius\":0,\"btnBorderTopRightRadius\":0,\"btnBorderBottomLeftRadius\":0,\"btnBorderBottomRightRadius\":0,\"btnBorderStyle\":\"none\",\"btnBorderColor\":\"#333\"} -->\n<div class=\"wp-block-uagb-info-box uagb-block-125150e0 uagb-infobox__content-wrap  uagb-infobox-icon-above-title uagb-infobox-image-valign-top\"><div class=\"uagb-ifb-content\"><div class=\"uagb-ifb-title-wrap\"><h1 class=\"uagb-ifb-title\"><strong>Magaliesburg pet friendly self-catering accommodation</strong></h1></div><p class=\"uagb-ifb-desc\">Romantic pet-friendly self-catering accommodation in Magaliesburg, Gauteng.</p><div class=\"uagb-ifb-button-wrapper wp-block-button\"><a href=\"https://book.nightsbridge.com/11065\" class=\"uagb-infobox-cta-link wp-block-button__link\" target=\"_self\" rel=\"noopener noreferrer\" alt=\"\"><span class=\"uagb-inline-editing\">Book Your Stay Now</span></a></div></div></div>\n<!-- /wp:uagb/info-box --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"4d63f94c\",\"directionDesktop\":\"row\",\"directionMobile\":\"column-reverse\",\"alignItemsDesktop\":\"flex-start\",\"backgroundType\":\"color\",\"backgroundSizeTablet\":\"cover\",\"backgroundSizeMobile\":\"cover\",\"backgroundColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"topPaddingDesktop\":60,\"bottomPaddingDesktop\":60,\"topPaddingTablet\":80,\"bottomPaddingTablet\":80,\"leftPaddingTablet\":40,\"rightPaddingTablet\":40,\"topPaddingMobile\":64,\"bottomPaddingMobile\":64,\"leftPaddingMobile\":24,\"rightPaddingMobile\":24,\"paddingLink\":false,\"variationSelected\":true,\"columnGapDesktop\":60,\"columnGapTablet\":50,\"isBlockRootParent\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-4d63f94c alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/container {\"block_id\":\"7a6eaf91\",\"widthDesktop\":50,\"variationSelected\":true,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-7a6eaf91\"><!-- wp:image {\"id\":797,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-13.jpg\" alt=\"\" class=\"wp-image-797\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>We have 7 lovely brick&nbsp;<strong>self-catering</strong>&nbsp;units, each one private and with its own character and theme. &nbsp;They are designed exclusively for couples with or without pets wanting a romantic and peaceful place to connect, re-connect, celebrate special occasions, or somewhere quiet and comfortable to come for a holiday</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:buttons -->\n<div class=\"wp-block-buttons\"><!-- wp:button -->\n<div class=\"wp-block-button\"><a class=\"wp-block-button__link wp-element-button\" href=\"/accommodation/\">View accomodation</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"acacea06\",\"widthDesktop\":50,\"leftPaddingDesktop\":0,\"paddingLink\":false,\"variationSelected\":true,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-acacea06\"><!-- wp:uagb/advanced-heading {\"block_id\":\"33607014\",\"classMigrate\":true,\"headingDescToggle\":true,\"subHeadingColor\":\"\",\"headSpace\":20,\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-33607014\"><h2 class=\"uagb-heading-text\"><strong>Blue Roan is a 4-star graded pet-friendly venue</strong></h2><p class=\"uagb-desc-text\">Our goal is to provide high-quality, romantic, comfortable, and affordable self-catering accommodation on the outskirts of the village of &nbsp;Magaliesburg. &nbsp;For animal lovers, we are also&nbsp;pet-friendly&nbsp;by arrangement in most of the units all of which have their own fully fenced and gated private grassy gardens.</p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/image {\"block_id\":\"c73ef945\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/hammock-in-the-garden.jpg\",\"align\":\"left\",\"id\":799,\"linkDestination\":\"none\",\"naturalWidth\":600,\"naturalHeight\":400,\"sizeSlug\":\"full\",\"sizeSlugTablet\":\"full\",\"sizeSlugMobile\":\"full\",\"imageTopMargin\":20,\"imageRightMargin\":0,\"imageLeftMargin\":0,\"imageBottomMargin\":0,\"imageTopMarginMobile\":0,\"imageRightMarginMobile\":0,\"imageLeftMarginMobile\":0,\"imageBottomMarginMobile\":0,\"imageMarginLink\":false} -->\n<div class=\"wp-block-uagb-image uagb-block-c73ef945 wp-block-uagb-image--layout-default wp-block-uagb-image--effect-static wp-block-uagb-image--align-left\"><figure class=\"wp-block-uagb-image__figure\"><img srcset=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/hammock-in-the-garden.jpg \" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/hammock-in-the-garden.jpg\" alt=\"\" class=\"uag-image-799\" width=\"\" height=\"\" title=\"\" loading=\"lazy\"/></figure></div>\n<!-- /wp:uagb/image --></div>\n<!-- /wp:uagb/container --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"e0a8b645\",\"directionDesktop\":\"row\",\"directionMobile\":\"column-reverse\",\"alignItemsDesktop\":\"flex-start\",\"backgroundType\":\"color\",\"backgroundSizeTablet\":\"cover\",\"backgroundSizeMobile\":\"cover\",\"backgroundColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"topPaddingDesktop\":0,\"bottomPaddingDesktop\":0,\"topPaddingTablet\":80,\"bottomPaddingTablet\":80,\"leftPaddingTablet\":40,\"rightPaddingTablet\":40,\"topPaddingMobile\":64,\"bottomPaddingMobile\":64,\"leftPaddingMobile\":24,\"rightPaddingMobile\":24,\"paddingLink\":false,\"variationSelected\":true,\"rowGapDesktop\":0,\"columnGapDesktop\":0,\"columnGapTablet\":50,\"isBlockRootParent\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-e0a8b645 alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:image {\"align\":\"center\",\"id\":794,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image aligncenter size-full\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/210-2108726_too-great-for-us-tourism-grading-council-of-south-5.png\" alt=\"\" class=\"wp-image-794\"/></figure>\n<!-- /wp:image --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"699aa363\",\"backgroundType\":\"color\",\"backgroundSizeTablet\":\"cover\",\"backgroundSizeMobile\":\"cover\",\"backgroundColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"topPaddingDesktop\":50,\"bottomPaddingDesktop\":100,\"topPaddingTablet\":50,\"bottomPaddingTablet\":25,\"leftPaddingTablet\":20,\"rightPaddingTablet\":20,\"topPaddingMobile\":50,\"bottomPaddingMobile\":20,\"leftPaddingMobile\":20,\"rightPaddingMobile\":20,\"paddingLink\":false,\"variationSelected\":true,\"rowGapDesktop\":0,\"isBlockRootParent\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-699aa363 alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/container {\"block_id\":\"cd182c4c\",\"directionDesktop\":\"row\",\"alignItemsDesktop\":\"flex-end\",\"alignItemsTablet\":\"flex-end\",\"justifyContentDesktop\":\"flex-end\",\"justifyContentTablet\":\"space-between\",\"variationSelected\":true,\"rowGapMobile\":30,\"columnGapDesktop\":0} -->\n<div class=\"wp-block-uagb-container uagb-block-cd182c4c\"><!-- wp:uagb/advanced-heading {\"block_id\":\"179a3ccd\",\"classMigrate\":true,\"headingDescToggle\":true,\"subHeadingColor\":\"\",\"headSpace\":20,\"subHeadFontSize\":16} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-179a3ccd\"><h2 class=\"uagb-heading-text\">Amenities &amp; Interests ​</h2><p class=\"uagb-desc-text\">The Blue Roan Country Lodge is situated just 5 minutes from the village of Magaliesburg on a tar road so easy access for all cars. &nbsp;We have panoramic views of the Magaliesberg mountain range and our farm is the perfect place for a relaxing getaway in the country. &nbsp;As we are only 70 km from JHB and Pretoria, it is only an hour’s drive.</p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/buttons {\"block_id\":\"6c9a576d\",\"classMigrate\":true,\"childMigrate\":true,\"align\":\"right\",\"alignTablet\":\"right\",\"alignMobile\":\"left\",\"gap\":0} -->\n<div class=\"wp-block-uagb-buttons uagb-buttons__outer-wrap uagb-btn__default-btn uagb-btn-tablet__default-btn uagb-btn-mobile__default-btn uagb-block-6c9a576d\"><div class=\"uagb-buttons__wrap uagb-buttons-layout-wrap\"><!-- wp:uagb/buttons-child {\"block_id\":\"c13adbf6\",\"label\":\"View All\",\"link\":\"#\",\"hColor\":\"\",\"borderWidth\":\"\",\"borderRadius\":\"\",\"borderStyle\":\"\",\"borderColor\":\"\",\"borderHColor\":\"\",\"btnBorderTopWidth\":1,\"btnBorderLeftWidth\":1,\"btnBorderRightWidth\":1,\"btnBorderBottomWidth\":1,\"btnBorderTopLeftRadius\":2,\"btnBorderTopRightRadius\":2,\"btnBorderBottomLeftRadius\":2,\"btnBorderBottomRightRadius\":2,\"btnBorderStyle\":\"solid\",\"btnBorderColor\":\"#333\",\"btnBorderHColor\":\"#333\"} -->\n<div class=\"wp-block-uagb-buttons-child uagb-buttons__outer-wrap uagb-block-c13adbf6 wp-block-button is-style-outline\"><div class=\"uagb-button__wrapper\"><a class=\"uagb-buttons-repeater wp-block-button__link\" href=\"#\" rel=\"follow noopener\" target=\"_self\"><div class=\"uagb-button__link\">View All</div></a></div></div>\n<!-- /wp:uagb/buttons-child --></div></div>\n<!-- /wp:uagb/buttons --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"df8aa3ce\",\"directionDesktop\":\"row\",\"alignItemsTablet\":\"flex-start\",\"paddingLink\":false,\"topMarginDesktop\":50,\"bottomMarginDesktop\":20,\"leftMarginDesktop\":0,\"rightMarginDesktop\":0,\"marginLink\":false,\"variationSelected\":true,\"rowGapMobile\":65,\"columnGapDesktop\":48,\"columnGapTablet\":20} -->\n<div class=\"wp-block-uagb-container uagb-block-df8aa3ce\"><!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"align\":\"center\",\"id\":828,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image aligncenter size-full\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Blue-Roan-pool.png\" alt=\"Blue Roan\'s rock pool\" class=\"wp-image-828\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>A relaxing rock Pool​</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>We have a lovely sparkling blue rock pool next to a thatched Lapa. &nbsp;&nbsp;Lie on recliners on the green lawn or sit on the swing chair in the Lapa and enjoy the panoramic view of the Magaliesberg mountain range.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":829,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/img-20160605-wa0002-largejpg.png\" alt=\"\" class=\"wp-image-829\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>Braai facilities </h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>What can compare to a burning fire under the star-lit African sky? Nothing beats the flavor of cooking over an open flame.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":830,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/ef9d0188da11e2bc56788f5619d9d539.png\" alt=\"\" class=\"wp-image-830\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>A games room </h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>The reception is also a games room for those who enjoy darts or playing pool. &nbsp;Take a selection of DVDs back to your room and watch movies on your own DVD player. &nbsp;There is also a selection of board games and music CDs that you can borrow.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div>\n<!-- /wp:uagb/container --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"3bfee8ce\",\"backgroundType\":\"color\",\"backgroundSizeTablet\":\"cover\",\"backgroundSizeMobile\":\"cover\",\"backgroundColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"bottomPaddingDesktop\":104,\"leftPaddingDesktop\":40,\"rightPaddingDesktop\":40,\"topPaddingTablet\":80,\"bottomPaddingTablet\":80,\"leftPaddingTablet\":40,\"rightPaddingTablet\":40,\"topPaddingMobile\":64,\"bottomPaddingMobile\":64,\"leftPaddingMobile\":24,\"rightPaddingMobile\":24,\"paddingLink\":false,\"variationSelected\":true,\"rowGapDesktop\":0,\"isBlockRootParent\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-3bfee8ce alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/advanced-heading {\"block_id\":\"451762ae\",\"classMigrate\":true,\"headingDescToggle\":true,\"headingAlign\":\"center\",\"headingAlignMobile\":\"left\",\"subHeadingColor\":\"\",\"headSpace\":20,\"subHeadFontSize\":16,\"blockBottomPadding\":20} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-451762ae\"><h2 class=\"uagb-heading-text\">Our Inside Pictures​</h2><p class=\"uagb-desc-text\">Take a look at some pretty pictures captured in and around our premises.</p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/container {\"block_id\":\"11e0da69\",\"directionDesktop\":\"row\",\"alignItemsDesktop\":\"flex-start\",\"topMarginDesktop\":20,\"bottomMarginDesktop\":0,\"leftMarginDesktop\":0,\"rightMarginDesktop\":0,\"marginLink\":false,\"variationSelected\":true,\"rowGapMobile\":24,\"columnGapDesktop\":24,\"columnGapTablet\":20} -->\n<div class=\"wp-block-uagb-container uagb-block-11e0da69\"><!-- wp:uagb/container {\"block_id\":\"5b5d38ae\",\"widthDesktop\":32,\"variationSelected\":true,\"rowGapDesktop\":24,\"rowGapTablet\":20,\"rowGapMobile\":24,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-5b5d38ae\"><!-- wp:uagb/image {\"block_id\":\"20a35a28\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/red-rose-1024x683.jpg\",\"id\":834,\"linkDestination\":\"none\",\"width\":385,\"height\":284,\"naturalWidth\":1024,\"naturalHeight\":683,\"sizeSlug\":\"large\",\"sizeSlugTablet\":\"large\",\"sizeSlugMobile\":\"large\",\"customHeightSetDesktop\":true} -->\n<div class=\"wp-block-uagb-image uagb-block-20a35a28 wp-block-uagb-image--layout-default wp-block-uagb-image--effect-static wp-block-uagb-image--align-none\"><figure class=\"wp-block-uagb-image__figure\"><img srcset=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/red-rose-1024x683.jpg \" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/red-rose-1024x683.jpg\" alt=\"\" class=\"uag-image-834\" width=\"385\" height=\"284\" title=\"\" loading=\"lazy\"/></figure></div>\n<!-- /wp:uagb/image -->\n\n<!-- wp:uagb/image {\"block_id\":\"3b32817f\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/49g.jpg\",\"id\":838,\"linkDestination\":\"none\",\"width\":385,\"height\":284,\"naturalWidth\":650,\"naturalHeight\":450,\"sizeSlug\":\"full\",\"sizeSlugTablet\":\"full\",\"sizeSlugMobile\":\"full\",\"customHeightSetDesktop\":true} -->\n<div class=\"wp-block-uagb-image uagb-block-3b32817f wp-block-uagb-image--layout-default wp-block-uagb-image--effect-static wp-block-uagb-image--align-none\"><figure class=\"wp-block-uagb-image__figure\"><img srcset=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/49g.jpg \" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/49g.jpg\" alt=\"\" class=\"uag-image-838\" width=\"385\" height=\"284\" title=\"\" loading=\"lazy\"/></figure></div>\n<!-- /wp:uagb/image --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"b75d2d1d\",\"widthDesktop\":67,\"variationSelected\":true,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-b75d2d1d\"><!-- wp:uagb/image {\"block_id\":\"d5e0f92a\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAA39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba-1-1024x768.png\",\"id\":905,\"linkDestination\":\"none\",\"naturalWidth\":1024,\"naturalHeight\":768,\"sizeSlug\":\"large\",\"sizeSlugTablet\":\"large\",\"sizeSlugMobile\":\"large\"} -->\n<div class=\"wp-block-uagb-image uagb-block-d5e0f92a wp-block-uagb-image--layout-default wp-block-uagb-image--effect-static wp-block-uagb-image--align-none\"><figure class=\"wp-block-uagb-image__figure\"><img srcset=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAA39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba-1-1024x768.png \" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAA39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba-1-1024x768.png\" alt=\"\" class=\"uag-image-905\" width=\"\" height=\"\" title=\"\" loading=\"lazy\"/></figure></div>\n<!-- /wp:uagb/image --></div>\n<!-- /wp:uagb/container --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"37c544a7\",\"directionDesktop\":\"row\",\"alignItemsDesktop\":\"flex-start\",\"topMarginDesktop\":24,\"bottomMarginDesktop\":0,\"leftMarginDesktop\":0,\"rightMarginDesktop\":0,\"topMarginTablet\":20,\"bottomMarginTablet\":0,\"leftMarginTablet\":0,\"rightMarginTablet\":0,\"topMarginMobile\":24,\"bottomMarginMobile\":0,\"leftMarginMobile\":0,\"rightMarginMobile\":0,\"marginLink\":false,\"variationSelected\":true,\"columnGapDesktop\":24,\"columnGapTablet\":20} -->\n<div class=\"wp-block-uagb-container uagb-block-37c544a7\"><!-- wp:uagb/container {\"block_id\":\"444e4f65\",\"widthDesktop\":67,\"variationSelected\":true,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-444e4f65\"><!-- wp:image {\"id\":837,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-8-1024x678.jpg\" alt=\"\" class=\"wp-image-837\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"5f462729\",\"widthDesktop\":32,\"variationSelected\":true,\"rowGapDesktop\":24,\"rowGapTablet\":20,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-5f462729\"><!-- wp:uagb/image {\"block_id\":\"b0711f54\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Blue-roan-pool-01.jpg\",\"id\":782,\"linkDestination\":\"none\",\"width\":385,\"height\":250,\"naturalWidth\":800,\"naturalHeight\":534,\"sizeSlug\":\"full\",\"sizeSlugTablet\":\"full\",\"sizeSlugMobile\":\"full\",\"customHeightSetDesktop\":true} -->\n<div class=\"wp-block-uagb-image uagb-block-b0711f54 wp-block-uagb-image--layout-default wp-block-uagb-image--effect-static wp-block-uagb-image--align-none\"><figure class=\"wp-block-uagb-image__figure\"><img srcset=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Blue-roan-pool-01.jpg \" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Blue-roan-pool-01.jpg\" alt=\"\" class=\"uag-image-782\" width=\"385\" height=\"250\" title=\"\" loading=\"lazy\"/></figure></div>\n<!-- /wp:uagb/image -->\n\n<!-- wp:uagb/image {\"block_id\":\"188c1f3a\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/bird-1024x683.jpg\",\"id\":910,\"linkDestination\":\"none\",\"width\":385,\"height\":250,\"naturalWidth\":1024,\"naturalHeight\":683,\"sizeSlug\":\"large\",\"sizeSlugTablet\":\"large\",\"sizeSlugMobile\":\"large\",\"customHeightSetDesktop\":true} -->\n<div class=\"wp-block-uagb-image uagb-block-188c1f3a wp-block-uagb-image--layout-default wp-block-uagb-image--effect-static wp-block-uagb-image--align-none\"><figure class=\"wp-block-uagb-image__figure\"><img srcset=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/bird-1024x683.jpg \" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/bird-1024x683.jpg\" alt=\"\" class=\"uag-image-910\" width=\"385\" height=\"250\" title=\"\" loading=\"lazy\"/></figure></div>\n<!-- /wp:uagb/image --></div>\n<!-- /wp:uagb/container --></div>\n<!-- /wp:uagb/container --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"96faa1ff\",\"backgroundType\":\"color\",\"backgroundSizeTablet\":\"cover\",\"backgroundSizeMobile\":\"cover\",\"backgroundColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"topPaddingDesktop\":40,\"bottomPaddingDesktop\":104,\"leftPaddingDesktop\":40,\"rightPaddingDesktop\":40,\"topPaddingTablet\":80,\"bottomPaddingTablet\":80,\"leftPaddingTablet\":40,\"rightPaddingTablet\":40,\"topPaddingMobile\":64,\"bottomPaddingMobile\":64,\"leftPaddingMobile\":24,\"rightPaddingMobile\":24,\"paddingLink\":false,\"variationSelected\":true,\"rowGapDesktop\":0,\"isBlockRootParent\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-96faa1ff alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/advanced-heading {\"block_id\":\"05084327\",\"classMigrate\":true,\"headingDescToggle\":true,\"headingAlign\":\"center\",\"headingAlignMobile\":\"left\",\"subHeadingColor\":\"\",\"headSpace\":20,\"subHeadFontSize\":16,\"blockBottomPadding\":20} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-05084327\"><h2 class=\"uagb-heading-text\">What Our Guests Say​</h2><p class=\"uagb-desc-text\">We take pride in serving our guests the best experience. </p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/container {\"block_id\":\"067fd5ce\",\"directionDesktop\":\"row\",\"topMarginDesktop\":40,\"bottomMarginDesktop\":0,\"leftMarginDesktop\":0,\"rightMarginDesktop\":0,\"marginLink\":false,\"variationSelected\":true,\"rowGapMobile\":40,\"columnGapDesktop\":90} -->\n<div class=\"wp-block-uagb-container uagb-block-067fd5ce\"><!-- wp:uagb/container {\"block_id\":\"b9594c71\",\"widthDesktop\":50,\"variationSelected\":true,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-b9594c71\"><!-- wp:uagb/testimonial {\"test_item_count\":1,\"classMigrate\":true,\"test_block\":[{\"description\":\"\\u0022Thank you for a most enjoyable weekend stay and for making our anniversary so special.  Thank you for your kind and lovely friendship which we really appreciate!!!\\u0022​\",\"name\":\"\\u003cstrong\\u003eBrenda and Theuns\\u003c/strong\\u003e\",\"company\":\"\",\"image\":{\"id\":119,\"title\":\"testimonial1\",\"filename\":\"testimonial1.jpg\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/testimonial1.jpg\",\"link\":\"https://blueroan.netgen.cloud/testimonial1/\",\"alt\":\"\",\"author\":\"34\",\"description\":\"\",\"caption\":\"\",\"name\":\"testimonial1\",\"status\":\"inherit\",\"uploadedTo\":0,\"date\":\"2021-05-11T05:02:02.000Z\",\"modified\":\"2021-05-11T05:02:02.000Z\",\"menuOrder\":0,\"mime\":\"image/jpeg\",\"type\":\"image\",\"subtype\":\"jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/default.png\",\"dateFormatted\":\"May 11, 2021\",\"nonces\":{\"update\":\"b92fe40c3d\",\"delete\":\"643c1eb8f1\",\"edit\":\"d3e7d56b1d\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=119\\u0026action=edit\",\"meta\":false,\"authorName\":\"Rishabh\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/user-edit.php?user_id=34\",\"filesizeInBytes\":11264,\"filesizeHumanReadable\":\"11 KB\",\"context\":\"\",\"height\":250,\"width\":250,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/testimonial1-150x150.jpg\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/testimonial1.jpg\",\"height\":250,\"width\":250,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}}}],\"headingAlign\":\"left\",\"headingAlignTablet\":\"left\",\"headingAlignMobile\":\"left\",\"descColor\":\"var(\\u002d\\u002dast-global-color-3)\",\"nameFontSize\":14,\"nameLineHeight\":1,\"descFontSize\":16,\"descFontWeight\":\"600\",\"nameSpace\":1,\"block_id\":\"2d6831f8\",\"iconImage\":{\"url\":\"\",\"alt\":\"InfoBox placeholder img\"},\"imageWidth\":32,\"columnGap\":1,\"borderStyle\":\"\",\"paddingTop\":0,\"paddingBottom\":0,\"paddingLeft\":0,\"paddingRight\":0,\"spacingLink\":true,\"imgpaddingTop\":0,\"imgpaddingRight\":15,\"imgpaddingBottom\":0,\"imgpaddingLeft\":0,\"overallBorderStyle\":\"none\",\"imgTagHeight\":32,\"imgTagWidth\":150} -->\n<div class=\"wp-block-uagb-testimonial uagb-slick-carousel uagb-tm__arrow-outside uagb-block-2d6831f8 uagb-post__carousel_notset uagb-post__carousel_notset-tablet uagb-post__carousel_notset-mobile\"><div class=\"is-carousel uagb-tm__columns-1 uagb-tm__items\"><div class=\"uagb-testimonial__wrap  uagb-tm__imgicon-style-circle uagb-tm__image-position-bottom uagb-tm__bg-type-none \"><div class=\"uagb-tm__content\"><div class=\"uagb-tm__overlay\"></div><div class=\"uagb-tm__text-wrap\"><div class=\"uagb-tm__desc\">\"Thank you for a most enjoyable weekend stay and for making our anniversary so special.  Thank you for your kind and lovely friendship which we really appreciate!!!\"​</div><div class=\"uagb-tm__meta-inner\"><div class=\"uagb-tm__image-content\"><div class=\"uagb-tm__image\"><img class=\"uagb-tm-img-src\" src=\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/testimonial1-150x150.jpg\" alt=\"\" width=\"32\" height=\"32\" loading=\"lazy\"/></div></div><div class=\"uagb-testimonial-details\"><span class=\"uagb-tm__author-name\"><strong>Brenda and Theuns</strong></span><span class=\"uagb-tm__company\"></span></div></div></div></div></div></div></div>\n<!-- /wp:uagb/testimonial -->\n\n<!-- wp:uagb/testimonial {\"test_item_count\":1,\"classMigrate\":true,\"test_block\":[{\"description\":\"\\u0022Breaking away from city life and coming out to a most wonderful romantic weekend away.  The unit is so comfortable.  Thank you for your great hospitality - we had an awesome time here.  Go well - with love\\u0022​\",\"name\":\"\\u003cstrong\\u003e\\u003cstrong\\u003e\\u003cstrong\\u003eLiz \\u0026amp; Eddie\\u003c/strong\\u003e\\u003c/strong\\u003e\\u003c/strong\\u003e\",\"company\":\"\",\"image\":{\"id\":122,\"title\":\"testimonial4\",\"filename\":\"testimonial4.jpg\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/testimonial4.jpg\",\"link\":\"https://blueroan.netgen.cloud/testimonial4/\",\"alt\":\"\",\"author\":\"34\",\"description\":\"\",\"caption\":\"\",\"name\":\"testimonial4\",\"status\":\"inherit\",\"uploadedTo\":0,\"date\":\"2021-05-11T05:02:06.000Z\",\"modified\":\"2021-05-11T05:02:06.000Z\",\"menuOrder\":0,\"mime\":\"image/jpeg\",\"type\":\"image\",\"subtype\":\"jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/default.png\",\"dateFormatted\":\"May 11, 2021\",\"nonces\":{\"update\":\"4e34860add\",\"delete\":\"9e126a55cd\",\"edit\":\"33ffd3c040\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=122\\u0026action=edit\",\"meta\":false,\"authorName\":\"Rishabh\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/user-edit.php?user_id=34\",\"filesizeInBytes\":16584,\"filesizeHumanReadable\":\"16 KB\",\"context\":\"\",\"height\":250,\"width\":250,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/testimonial4-150x150.jpg\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/testimonial4.jpg\",\"height\":250,\"width\":250,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}}}],\"headingAlign\":\"left\",\"headingAlignTablet\":\"left\",\"headingAlignMobile\":\"left\",\"descColor\":\"var(\\u002d\\u002dast-global-color-3)\",\"nameFontSize\":14,\"nameLineHeight\":1,\"descFontSize\":16,\"descFontWeight\":\"600\",\"nameSpace\":1,\"block_id\":\"4a377739\",\"iconImage\":{\"url\":\"\",\"alt\":\"InfoBox placeholder img\"},\"imageWidth\":32,\"columnGap\":1,\"borderStyle\":\"\",\"paddingTop\":0,\"paddingBottom\":0,\"paddingLeft\":0,\"paddingRight\":0,\"spacingLink\":true,\"imgpaddingTop\":0,\"imgpaddingRight\":15,\"imgpaddingBottom\":0,\"imgpaddingLeft\":0,\"overallBorderStyle\":\"none\",\"imgTagHeight\":32,\"imgTagWidth\":150} -->\n<div class=\"wp-block-uagb-testimonial uagb-slick-carousel uagb-tm__arrow-outside uagb-block-4a377739 uagb-post__carousel_notset uagb-post__carousel_notset-tablet uagb-post__carousel_notset-mobile\"><div class=\"is-carousel uagb-tm__columns-1 uagb-tm__items\"><div class=\"uagb-testimonial__wrap  uagb-tm__imgicon-style-circle uagb-tm__image-position-bottom uagb-tm__bg-type-none \"><div class=\"uagb-tm__content\"><div class=\"uagb-tm__overlay\"></div><div class=\"uagb-tm__text-wrap\"><div class=\"uagb-tm__desc\">\"Breaking away from city life and coming out to a most wonderful romantic weekend away.  The unit is so comfortable.  Thank you for your great hospitality - we had an awesome time here.  Go well - with love\"​</div><div class=\"uagb-tm__meta-inner\"><div class=\"uagb-tm__image-content\"><div class=\"uagb-tm__image\"><img class=\"uagb-tm-img-src\" src=\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/testimonial4-150x150.jpg\" alt=\"\" width=\"32\" height=\"32\" loading=\"lazy\"/></div></div><div class=\"uagb-testimonial-details\"><span class=\"uagb-tm__author-name\"><strong><strong><strong>Liz &amp; Eddie</strong></strong></strong></span><span class=\"uagb-tm__company\"></span></div></div></div></div></div></div></div>\n<!-- /wp:uagb/testimonial --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"ec869ee1\",\"widthDesktop\":50,\"variationSelected\":true,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-ec869ee1\"><!-- wp:uagb/testimonial {\"test_item_count\":1,\"classMigrate\":true,\"test_block\":[{\"description\":\"\\u0022Judy, what a wonderful place you have here - we were so delighted to spend the weekend here, so tranquil, peaceful, and beautiful. You made us feel right at home. Definitely a place worth 5 stars! Go well.\\u0022​\",\"name\":\"\\u003cstrong\\u003e\\u003cstrong\\u003eBrian\\u003c/strong\\u003e\\u003c/strong\\u003e \\u003cstrong\\u003e\\u003cstrong\\u003e\\u003cstrong\\u003eand \\u003cstrong\\u003eMariska\\u003c/strong\\u003e\\u003c/strong\\u003e\\u003cbr\\u003e\\u003c/strong\\u003e\\u003c/strong\\u003e\",\"company\":\"\",\"image\":{\"id\":120,\"title\":\"testimonial2\",\"filename\":\"testimonial2.jpg\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/testimonial2.jpg\",\"link\":\"https://blueroan.netgen.cloud/testimonial2/\",\"alt\":\"\",\"author\":\"34\",\"description\":\"\",\"caption\":\"\",\"name\":\"testimonial2\",\"status\":\"inherit\",\"uploadedTo\":0,\"date\":\"2021-05-11T05:02:03.000Z\",\"modified\":\"2021-05-11T05:02:03.000Z\",\"menuOrder\":0,\"mime\":\"image/jpeg\",\"type\":\"image\",\"subtype\":\"jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/default.png\",\"dateFormatted\":\"May 11, 2021\",\"nonces\":{\"update\":\"1ee6412858\",\"delete\":\"4414a2ccbf\",\"edit\":\"bde7b1f490\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=120\\u0026action=edit\",\"meta\":false,\"authorName\":\"Rishabh\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/user-edit.php?user_id=34\",\"filesizeInBytes\":10087,\"filesizeHumanReadable\":\"10 KB\",\"context\":\"\",\"height\":250,\"width\":250,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/testimonial2-150x150.jpg\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/testimonial2.jpg\",\"height\":250,\"width\":250,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}}}],\"headingAlign\":\"left\",\"headingAlignTablet\":\"left\",\"headingAlignMobile\":\"left\",\"descColor\":\"var(\\u002d\\u002dast-global-color-3)\",\"nameFontSize\":14,\"nameLineHeight\":1,\"descFontSize\":16,\"descFontWeight\":\"600\",\"nameSpace\":1,\"block_id\":\"052a08c7\",\"iconImage\":{\"url\":\"\",\"alt\":\"InfoBox placeholder img\"},\"imageWidth\":32,\"columnGap\":1,\"borderStyle\":\"\",\"paddingTop\":0,\"paddingBottom\":0,\"paddingLeft\":0,\"paddingRight\":0,\"spacingLink\":true,\"imgpaddingTop\":0,\"imgpaddingRight\":15,\"imgpaddingBottom\":0,\"imgpaddingLeft\":0,\"overallBorderStyle\":\"none\",\"imgTagHeight\":32,\"imgTagWidth\":150} -->\n<div class=\"wp-block-uagb-testimonial uagb-slick-carousel uagb-tm__arrow-outside uagb-block-052a08c7 uagb-post__carousel_notset uagb-post__carousel_notset-tablet uagb-post__carousel_notset-mobile\"><div class=\"is-carousel uagb-tm__columns-1 uagb-tm__items\"><div class=\"uagb-testimonial__wrap  uagb-tm__imgicon-style-circle uagb-tm__image-position-bottom uagb-tm__bg-type-none \"><div class=\"uagb-tm__content\"><div class=\"uagb-tm__overlay\"></div><div class=\"uagb-tm__text-wrap\"><div class=\"uagb-tm__desc\">\"Judy, what a wonderful place you have here - we were so delighted to spend the weekend here, so tranquil, peaceful, and beautiful. You made us feel right at home. Definitely a place worth 5 stars! Go well.\"​</div><div class=\"uagb-tm__meta-inner\"><div class=\"uagb-tm__image-content\"><div class=\"uagb-tm__image\"><img class=\"uagb-tm-img-src\" src=\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/testimonial2-150x150.jpg\" alt=\"\" width=\"32\" height=\"32\" loading=\"lazy\"/></div></div><div class=\"uagb-testimonial-details\"><span class=\"uagb-tm__author-name\"><strong><strong>Brian</strong></strong> <strong><strong><strong>and <strong>Mariska</strong></strong><br></strong></strong></span><span class=\"uagb-tm__company\"></span></div></div></div></div></div></div></div>\n<!-- /wp:uagb/testimonial -->\n\n<!-- wp:uagb/testimonial {\"test_item_count\":1,\"classMigrate\":true,\"test_block\":[{\"description\":\"\\u0022Thank you for the most wonderful time, Judy!  This was the most peaceful and perfect place to get engaged!  We will most certainly be back!!!  Your hospitality cannot be topped!\\u0022​\",\"name\":\"\\u003cstrong\\u003e\\u003cstrong\\u003e\\u003cstrong\\u003e\\u003cstrong\\u003eBrett and Kelly\\u003c/strong\\u003e\\u003c/strong\\u003e\\u003c/strong\\u003e\\u003c/strong\\u003e\",\"company\":\"\",\"image\":{\"id\":121,\"title\":\"testimonial3\",\"filename\":\"testimonial3.jpg\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/testimonial3.jpg\",\"link\":\"https://blueroan.netgen.cloud/testimonial3/\",\"alt\":\"\",\"author\":\"34\",\"description\":\"\",\"caption\":\"\",\"name\":\"testimonial3\",\"status\":\"inherit\",\"uploadedTo\":0,\"date\":\"2021-05-11T05:02:05.000Z\",\"modified\":\"2021-05-11T05:02:05.000Z\",\"menuOrder\":0,\"mime\":\"image/jpeg\",\"type\":\"image\",\"subtype\":\"jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/default.png\",\"dateFormatted\":\"May 11, 2021\",\"nonces\":{\"update\":\"290653da5d\",\"delete\":\"90a4fb2d63\",\"edit\":\"ff8a64e56e\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=121\\u0026action=edit\",\"meta\":false,\"authorName\":\"Rishabh\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/user-edit.php?user_id=34\",\"filesizeInBytes\":8748,\"filesizeHumanReadable\":\"9 KB\",\"context\":\"\",\"height\":250,\"width\":250,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/testimonial3-150x150.jpg\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/testimonial3.jpg\",\"height\":250,\"width\":250,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}}}],\"headingAlign\":\"left\",\"headingAlignTablet\":\"left\",\"headingAlignMobile\":\"left\",\"descColor\":\"var(\\u002d\\u002dast-global-color-3)\",\"nameFontSize\":14,\"nameLineHeight\":1,\"descFontSize\":16,\"descFontWeight\":\"600\",\"nameSpace\":1,\"block_id\":\"3c0570b0\",\"iconImage\":{\"url\":\"\",\"alt\":\"InfoBox placeholder img\"},\"imageWidth\":32,\"columnGap\":1,\"borderStyle\":\"\",\"paddingTop\":0,\"paddingBottom\":0,\"paddingLeft\":0,\"paddingRight\":0,\"spacingLink\":true,\"imgpaddingTop\":0,\"imgpaddingRight\":15,\"imgpaddingBottom\":0,\"imgpaddingLeft\":0,\"overallBorderStyle\":\"none\",\"imgTagHeight\":32,\"imgTagWidth\":150} -->\n<div class=\"wp-block-uagb-testimonial uagb-slick-carousel uagb-tm__arrow-outside uagb-block-3c0570b0 uagb-post__carousel_notset uagb-post__carousel_notset-tablet uagb-post__carousel_notset-mobile\"><div class=\"is-carousel uagb-tm__columns-1 uagb-tm__items\"><div class=\"uagb-testimonial__wrap  uagb-tm__imgicon-style-circle uagb-tm__image-position-bottom uagb-tm__bg-type-none \"><div class=\"uagb-tm__content\"><div class=\"uagb-tm__overlay\"></div><div class=\"uagb-tm__text-wrap\"><div class=\"uagb-tm__desc\">\"Thank you for the most wonderful time, Judy!  This was the most peaceful and perfect place to get engaged!  We will most certainly be back!!!  Your hospitality cannot be topped!\"​</div><div class=\"uagb-tm__meta-inner\"><div class=\"uagb-tm__image-content\"><div class=\"uagb-tm__image\"><img class=\"uagb-tm-img-src\" src=\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/testimonial3-150x150.jpg\" alt=\"\" width=\"32\" height=\"32\" loading=\"lazy\"/></div></div><div class=\"uagb-testimonial-details\"><span class=\"uagb-tm__author-name\"><strong><strong><strong><strong>Brett and Kelly</strong></strong></strong></strong></span><span class=\"uagb-tm__company\"></span></div></div></div></div></div></div></div>\n<!-- /wp:uagb/testimonial --></div>\n<!-- /wp:uagb/container --></div>\n<!-- /wp:uagb/container --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"db690fc0\",\"innerContentCustomWidthDesktop\":781,\"innerContentCustomWidthTablet\":781,\"backgroundType\":\"image\",\"backgroundImageDesktop\":{\"id\":809,\"title\":\"26759994757_767d9794fd_b\",\"filename\":\"26759994757_767d9794fd_b.jpg\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/26759994757_767d9794fd_b.jpg\",\"link\":\"https://blueroan.netgen.cloud/?attachment_id=809\",\"alt\":\"\",\"author\":\"2\",\"description\":\"\",\"caption\":\"\",\"name\":\"26759994757_767d9794fd_b\",\"status\":\"inherit\",\"uploadedTo\":805,\"date\":\"2022-12-13T09:51:53.000Z\",\"modified\":\"2022-12-13T09:51:53.000Z\",\"menuOrder\":0,\"mime\":\"image/jpeg\",\"type\":\"image\",\"subtype\":\"jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-includes/images/media/default.png\",\"dateFormatted\":\"December 13, 2022\",\"nonces\":{\"update\":\"39b5c0eef1\",\"delete\":\"fde92abd83\",\"edit\":\"3923face9e\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=809\\u0026action=edit\",\"meta\":false,\"authorName\":\"Netgen Support\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/profile.php\",\"uploadedToTitle\":\"Magaliesburg\",\"uploadedToLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=805\\u0026action=edit\",\"filesizeInBytes\":143610,\"filesizeHumanReadable\":\"140 KB\",\"context\":\"\",\"height\":683,\"width\":1024,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/26759994757_767d9794fd_b-150x150.jpg\",\"orientation\":\"landscape\"},\"medium\":{\"height\":200,\"width\":300,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/26759994757_767d9794fd_b-300x200.jpg\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/26759994757_767d9794fd_b.jpg\",\"height\":683,\"width\":1024,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"backgroundImageColor\":\"rgba(42,42,42,0.65)\",\"topPaddingDesktop\":144,\"bottomPaddingDesktop\":144,\"leftPaddingDesktop\":40,\"rightPaddingDesktop\":40,\"topPaddingTablet\":80,\"bottomPaddingTablet\":80,\"leftPaddingTablet\":40,\"rightPaddingTablet\":40,\"topPaddingMobile\":64,\"bottomPaddingMobile\":64,\"leftPaddingMobile\":24,\"rightPaddingMobile\":24,\"paddingLink\":false,\"variationSelected\":true,\"isBlockRootParent\":true,\"overlayType\":\"color\"} -->\n<div class=\"wp-block-uagb-container uagb-block-db690fc0 alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/advanced-heading {\"block_id\":\"c541171d\",\"classMigrate\":true,\"headingDescToggle\":true,\"headingAlign\":\"center\",\"headingColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"subHeadingColor\":\"var(\\u002d\\u002dast-global-color-4)\",\"headSpace\":20} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-c541171d\"><h2 class=\"uagb-heading-text\">Plan an Unforgettable Experience at <br>Blue Roan!</h2><p class=\"uagb-desc-text\">Blue Roan is a 4-star graded pet-friendly venue</p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/advanced-heading {\"block_id\":\"ed9e09e1\",\"classMigrate\":true,\"headingTitleToggle\":false,\"headingDescToggle\":true,\"headingAlign\":\"center\",\"subHeadingColor\":\"var(\\u002d\\u002dast-global-color-4)\",\"subHeadTransform\":\"uppercase\",\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"subHeadLetterSpacing\":2,\"blockTopPadding\":60,\"blockRightPadding\":0,\"blockLeftPadding\":0,\"blockBottomPadding\":0,\"blockTopPaddingMobile\":30,\"blockRightPaddingMobile\":0,\"blockLeftPaddingMobile\":0,\"blockBottomPaddingMobile\":0,\"linkColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"linkHColor\":\"var(\\u002d\\u002dast-global-color-0)\"} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-ed9e09e1\"><p class=\"uagb-desc-text\"><a href=\"https://book.nightsbridge.com/11065\" target=\"_blank\" rel=\"noreferrer noopener\">BOOK YOUR STAY NOW​</a></p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/icon-list {\"block_id\":\"7282df74\",\"classMigrate\":true,\"childMigrate\":true,\"align\":\"center\",\"parentIcon\":\"phone\",\"size\":40,\"sizeMobile\":24,\"sizeTablet\":32,\"fontSize\":48,\"fontSizeMobile\":28,\"fontSizeTablet\":40,\"fontWeight\":\"600\",\"iconColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"labelColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"blockTopPadding\":0,\"blockRightPadding\":0,\"blockLeftPadding\":0,\"blockBottomPadding\":24,\"blockPaddingLink\":false} -->\n<div class=\"wp-block-uagb-icon-list uagb-block-7282df74\"><div class=\"uagb-icon-list__wrap\"><!-- wp:uagb/icon-list-child {\"block_id\":\"53b4dee9\",\"label\":\" + 27 (0) 82 575 5409\",\"label_color\":\"\",\"link\":\"tel:+27825755409\",\"disableLink\":true,\"fromParentIcon\":\"phone\",\"imageSizeChild\":40} -->\n<div class=\"wp-block-uagb-icon-list-child uagb-block-53b4dee9\"><a target=\"_self\" aria-label=\" + 27 (0) 82 575 5409\" rel=\"noopener noreferrer\" href=\"tel:+27825755409\"> </a><span class=\"uagb-icon-list__source-wrap\"><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M511.2 387l-23.25 100.8c-3.266 14.25-15.79 24.22-30.46 24.22C205.2 512 0 306.8 0 54.5c0-14.66 9.969-27.2 24.22-30.45l100.8-23.25C139.7-2.602 154.7 5.018 160.8 18.92l46.52 108.5c5.438 12.78 1.77 27.67-8.98 36.45L144.5 207.1c33.98 69.22 90.26 125.5 159.5 159.5l44.08-53.8c8.688-10.78 23.69-14.51 36.47-8.975l108.5 46.51C506.1 357.2 514.6 372.4 511.2 387z\"></path></svg></span><span class=\"uagb-icon-list__label\"> + 27 (0) 82 575 5409</span></div>\n<!-- /wp:uagb/icon-list-child -->\n\n<!-- wp:uagb/icon-list-child {\"block_id\":\"9b86476e\",\"label\":\"blueroan@ugo.co.za\",\"icon\":\"envelope\",\"label_color\":\"\",\"link\":\"mailto:blueroan@ugo.co.za\",\"disableLink\":true,\"fromParentIcon\":\"phone\",\"imageSizeChild\":40} -->\n<div class=\"wp-block-uagb-icon-list-child uagb-block-9b86476e\"><a target=\"_self\" aria-label=\"blueroan@ugo.co.za\" rel=\"noopener noreferrer\" href=\"mailto:blueroan@ugo.co.za\"> </a><span class=\"uagb-icon-list__source-wrap\"><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M464 64C490.5 64 512 85.49 512 112C512 127.1 504.9 141.3 492.8 150.4L275.2 313.6C263.8 322.1 248.2 322.1 236.8 313.6L19.2 150.4C7.113 141.3 0 127.1 0 112C0 85.49 21.49 64 48 64H464zM217.6 339.2C240.4 356.3 271.6 356.3 294.4 339.2L512 176V384C512 419.3 483.3 448 448 448H64C28.65 448 0 419.3 0 384V176L217.6 339.2z\"></path></svg></span><span class=\"uagb-icon-list__label\">blueroan@ugo.co.za</span></div>\n<!-- /wp:uagb/icon-list-child --></div></div>\n<!-- /wp:uagb/icon-list --></div></div>\n<!-- /wp:uagb/container -->',	'Home',	'',	'inherit',	'closed',	'closed',	'',	'760-revision-v1',	'',	'',	'2022-12-15 10:51:22',	'2022-12-15 10:51:22',	'',	760,	'https://blueroan.netgen.cloud/?p=1166',	0,	'revision',	'',	0),
(1167,	2,	'2022-12-15 10:52:03',	'2022-12-15 10:52:03',	'<!-- wp:uagb/container {\"block_id\":\"5e9f4941\",\"minHeightDesktop\":95,\"minHeightTablet\":70,\"minHeightMobile\":80,\"minHeightType\":\"vh\",\"alignItemsDesktop\":\"flex-start\",\"backgroundType\":\"image\",\"backgroundImageDesktop\":{\"uploading\":false,\"date\":1670921854000,\"filename\":\"Blue-Roan-pool.jpg\",\"menuOrder\":0,\"uploadedTo\":760,\"type\":\"image\",\"subtype\":\"jpeg\",\"id\":784,\"title\":\"Blue Roan - pool\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Blue-Roan-pool.jpg\",\"link\":\"https://blueroan.netgen.cloud/home/blue-roan-pool/\",\"alt\":\"\",\"author\":\"2\",\"description\":\"\",\"caption\":\"\",\"name\":\"blue-roan-pool\",\"status\":\"inherit\",\"modified\":1670921854000,\"mime\":\"image/jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-includes/images/media/default.png\",\"dateFormatted\":\"December 13, 2022\",\"nonces\":{\"update\":\"51a12ed09e\",\"delete\":\"5174068551\",\"edit\":\"1de0721407\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=784\\u0026action=edit\",\"meta\":false,\"authorName\":\"Netgen Support\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/profile.php\",\"uploadedToTitle\":\"Home\",\"uploadedToLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=760\\u0026action=edit\",\"filesizeInBytes\":154801,\"filesizeHumanReadable\":\"151 KB\",\"context\":\"\",\"height\":667,\"width\":1000,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Blue-Roan-pool-150x150.jpg\",\"orientation\":\"landscape\"},\"medium\":{\"height\":200,\"width\":300,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Blue-Roan-pool-300x200.jpg\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Blue-Roan-pool.jpg\",\"height\":667,\"width\":1000,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"backgroundPositionDesktop\":{\"x\":0.5,\"y\":0.25},\"backgroundImageColor\":\"rgba(42,42,42,0.35)\",\"topPaddingDesktop\":0,\"bottomPaddingDesktop\":0,\"leftPaddingDesktop\":40,\"rightPaddingDesktop\":40,\"topPaddingTablet\":120,\"bottomPaddingTablet\":120,\"leftPaddingTablet\":40,\"rightPaddingTablet\":40,\"topPaddingMobile\":150,\"bottomPaddingMobile\":150,\"leftPaddingMobile\":20,\"rightPaddingMobile\":20,\"paddingLink\":false,\"variationSelected\":true,\"isBlockRootParent\":true,\"overlayType\":\"color\",\"minHeightTypeTablet\":\"vh\",\"minHeightTypeMobile\":\"vh\"} -->\n<div class=\"wp-block-uagb-container uagb-block-5e9f4941 alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/info-box {\"classMigrate\":true,\"headingAlign\":\"left\",\"headingColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"subHeadingColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"headingTag\":\"h1\",\"subHeadFontSize\":17,\"subHeadFontSizeMobile\":15,\"headSpace\":20,\"subHeadSpace\":40,\"block_id\":\"e7d8e292\",\"ctaIcon\":\"\",\"ctaType\":\"button\",\"ctaText\":\"Book Your Stay Now\",\"ctaLink\":\"https://book.nightsbridge.com/11065\",\"ctaBtnLinkColor\":\"var(\\u002d\\u002dast-global-color-2)\",\"ctaLinkHoverColor\":\"var(\\u002d\\u002dast-global-color-2)\",\"ctaBgColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"ctaBgHoverColor\":\"var(\\u002d\\u002dast-global-color-4)\",\"ctaBorderColor\":\"\",\"ctaBorderStyle\":\"\",\"ctaBorderWidth\":\"\",\"ctaBorderRadius\":\"\",\"iconImage\":{\"url\":\"\",\"alt\":\"InfoBox placeholder img\"},\"showIcon\":false,\"paddingBtnTop\":18,\"paddingBtnBottom\":18,\"paddingBtnLeft\":34,\"paddingBtnRight\":34,\"blockTopPadding\":0,\"blockRightPadding\":40,\"blockLeftPadding\":0,\"blockBottomPadding\":0,\"blockTopPaddingTablet\":0,\"blockRightPaddingTablet\":64,\"blockLeftPaddingTablet\":0,\"blockBottomPaddingTablet\":0,\"blockTopPaddingMobile\":0,\"blockRightPaddingMobile\":0,\"blockLeftPaddingMobile\":0,\"blockBottomPaddingMobile\":0,\"blockPaddingUnit\":\"%\",\"blockPaddingLink\":false,\"subHeadMarginTopTablet\":0,\"subHeadMarginRightTablet\":64,\"subHeadTabletSpace\":40,\"subHeadMarginLeftTablet\":0,\"subHeadMarginTopMobile\":0,\"subHeadMarginRightMobile\":0,\"subHeadMobileSpace\":40,\"subHeadMarginLeftMobile\":0,\"btnBorderTopWidth\":1,\"btnBorderLeftWidth\":1,\"btnBorderRightWidth\":1,\"btnBorderBottomWidth\":1,\"btnBorderTopLeftRadius\":0,\"btnBorderTopRightRadius\":0,\"btnBorderBottomLeftRadius\":0,\"btnBorderBottomRightRadius\":0,\"btnBorderStyle\":\"none\",\"btnBorderColor\":\"#333\"} -->\n<div class=\"wp-block-uagb-info-box uagb-block-e7d8e292 uagb-infobox__content-wrap  uagb-infobox-icon-above-title uagb-infobox-image-valign-top\"><div class=\"uagb-ifb-content\"><div class=\"uagb-ifb-title-wrap\"><h1 class=\"uagb-ifb-title\"><strong>Magaliesburg pet friendly self-catering accommodation</strong></h1></div><p class=\"uagb-ifb-desc\">Romantic pet-friendly self-catering accommodation in Magaliesburg, Gauteng.</p><div class=\"uagb-ifb-button-wrapper wp-block-button\"><a href=\"https://book.nightsbridge.com/11065\" class=\"uagb-infobox-cta-link wp-block-button__link\" target=\"_self\" rel=\"noopener noreferrer\" alt=\"\"><span class=\"uagb-inline-editing\">Book Your Stay Now</span></a></div></div></div>\n<!-- /wp:uagb/info-box --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"259362e2\",\"directionDesktop\":\"row\",\"directionMobile\":\"column-reverse\",\"alignItemsDesktop\":\"flex-start\",\"backgroundType\":\"color\",\"backgroundSizeTablet\":\"cover\",\"backgroundSizeMobile\":\"cover\",\"backgroundColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"topPaddingDesktop\":60,\"bottomPaddingDesktop\":60,\"topPaddingTablet\":80,\"bottomPaddingTablet\":80,\"leftPaddingTablet\":40,\"rightPaddingTablet\":40,\"topPaddingMobile\":64,\"bottomPaddingMobile\":64,\"leftPaddingMobile\":24,\"rightPaddingMobile\":24,\"paddingLink\":false,\"variationSelected\":true,\"columnGapDesktop\":60,\"columnGapTablet\":50,\"isBlockRootParent\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-259362e2 alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/container {\"block_id\":\"0ece54de\",\"widthDesktop\":50,\"variationSelected\":true,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-0ece54de\"><!-- wp:image {\"id\":797,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-13.jpg\" alt=\"\" class=\"wp-image-797\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>We have 7 lovely brick&nbsp;<strong>self-catering</strong>&nbsp;units, each one private and with its own character and theme. &nbsp;They are designed exclusively for couples with or without pets wanting a romantic and peaceful place to connect, re-connect, celebrate special occasions, or somewhere quiet and comfortable to come for a holiday</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:buttons -->\n<div class=\"wp-block-buttons\"><!-- wp:button -->\n<div class=\"wp-block-button\"><a class=\"wp-block-button__link wp-element-button\" href=\"/accommodation/\">View accomodation</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"7e129f3b\",\"widthDesktop\":50,\"leftPaddingDesktop\":0,\"paddingLink\":false,\"variationSelected\":true,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-7e129f3b\"><!-- wp:uagb/advanced-heading {\"block_id\":\"139cd607\",\"classMigrate\":true,\"headingDescToggle\":true,\"subHeadingColor\":\"\",\"headSpace\":20,\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-139cd607\"><h2 class=\"uagb-heading-text\"><strong>Blue Roan is a 4-star graded pet-friendly venue</strong></h2><p class=\"uagb-desc-text\">Our goal is to provide high-quality, romantic, comfortable, and affordable self-catering accommodation on the outskirts of the village of &nbsp;Magaliesburg. &nbsp;For animal lovers, we are also&nbsp;pet-friendly&nbsp;by arrangement in most of the units all of which have their own fully fenced and gated private grassy gardens.</p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/image {\"block_id\":\"c103092d\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/hammock-in-the-garden.jpg\",\"align\":\"left\",\"id\":799,\"linkDestination\":\"none\",\"naturalWidth\":600,\"naturalHeight\":400,\"sizeSlug\":\"full\",\"sizeSlugTablet\":\"full\",\"sizeSlugMobile\":\"full\",\"imageTopMargin\":20,\"imageRightMargin\":0,\"imageLeftMargin\":0,\"imageBottomMargin\":0,\"imageTopMarginMobile\":0,\"imageRightMarginMobile\":0,\"imageLeftMarginMobile\":0,\"imageBottomMarginMobile\":0,\"imageMarginLink\":false} -->\n<div class=\"wp-block-uagb-image uagb-block-c103092d wp-block-uagb-image--layout-default wp-block-uagb-image--effect-static wp-block-uagb-image--align-left\"><figure class=\"wp-block-uagb-image__figure\"><img srcset=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/hammock-in-the-garden.jpg \" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/hammock-in-the-garden.jpg\" alt=\"\" class=\"uag-image-799\" width=\"\" height=\"\" title=\"\" loading=\"lazy\"/></figure></div>\n<!-- /wp:uagb/image --></div>\n<!-- /wp:uagb/container --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"b08a1952\",\"directionDesktop\":\"row\",\"directionMobile\":\"column-reverse\",\"alignItemsDesktop\":\"flex-start\",\"backgroundType\":\"color\",\"backgroundSizeTablet\":\"cover\",\"backgroundSizeMobile\":\"cover\",\"backgroundColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"topPaddingDesktop\":0,\"bottomPaddingDesktop\":0,\"topPaddingTablet\":80,\"bottomPaddingTablet\":80,\"leftPaddingTablet\":40,\"rightPaddingTablet\":40,\"topPaddingMobile\":64,\"bottomPaddingMobile\":64,\"leftPaddingMobile\":24,\"rightPaddingMobile\":24,\"paddingLink\":false,\"variationSelected\":true,\"rowGapDesktop\":0,\"columnGapDesktop\":0,\"columnGapTablet\":50,\"isBlockRootParent\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-b08a1952 alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:image {\"align\":\"center\",\"id\":794,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image aligncenter size-full\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/210-2108726_too-great-for-us-tourism-grading-council-of-south-5.png\" alt=\"\" class=\"wp-image-794\"/></figure>\n<!-- /wp:image --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"0c1de7b3\",\"backgroundType\":\"color\",\"backgroundSizeTablet\":\"cover\",\"backgroundSizeMobile\":\"cover\",\"backgroundColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"topPaddingDesktop\":50,\"bottomPaddingDesktop\":100,\"topPaddingTablet\":50,\"bottomPaddingTablet\":25,\"leftPaddingTablet\":20,\"rightPaddingTablet\":20,\"topPaddingMobile\":50,\"bottomPaddingMobile\":20,\"leftPaddingMobile\":20,\"rightPaddingMobile\":20,\"paddingLink\":false,\"variationSelected\":true,\"rowGapDesktop\":0,\"isBlockRootParent\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-0c1de7b3 alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/container {\"block_id\":\"2b65b9c9\",\"directionDesktop\":\"row\",\"alignItemsDesktop\":\"flex-end\",\"alignItemsTablet\":\"flex-end\",\"justifyContentDesktop\":\"flex-end\",\"justifyContentTablet\":\"space-between\",\"variationSelected\":true,\"rowGapMobile\":30,\"columnGapDesktop\":0} -->\n<div class=\"wp-block-uagb-container uagb-block-2b65b9c9\"><!-- wp:uagb/advanced-heading {\"block_id\":\"2e059356\",\"classMigrate\":true,\"headingDescToggle\":true,\"subHeadingColor\":\"\",\"headSpace\":20,\"subHeadFontSize\":16} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-2e059356\"><h2 class=\"uagb-heading-text\">Amenities &amp; Interests ​</h2><p class=\"uagb-desc-text\">The Blue Roan Country Lodge is situated just 5 minutes from the village of Magaliesburg on a tar road so easy access for all cars. &nbsp;We have panoramic views of the Magaliesberg mountain range and our farm is the perfect place for a relaxing getaway in the country. &nbsp;As we are only 70 km from JHB and Pretoria, it is only an hour’s drive.</p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/buttons {\"block_id\":\"71378c79\",\"classMigrate\":true,\"childMigrate\":true,\"align\":\"right\",\"alignTablet\":\"right\",\"alignMobile\":\"left\",\"gap\":0} -->\n<div class=\"wp-block-uagb-buttons uagb-buttons__outer-wrap uagb-btn__default-btn uagb-btn-tablet__default-btn uagb-btn-mobile__default-btn uagb-block-71378c79\"><div class=\"uagb-buttons__wrap uagb-buttons-layout-wrap\"><!-- wp:uagb/buttons-child {\"block_id\":\"dca0c543\",\"label\":\"View All\",\"link\":\"/amenities/\",\"hColor\":\"\",\"borderWidth\":\"\",\"borderRadius\":\"\",\"borderStyle\":\"\",\"borderColor\":\"\",\"borderHColor\":\"\",\"btnBorderTopWidth\":1,\"btnBorderLeftWidth\":1,\"btnBorderRightWidth\":1,\"btnBorderBottomWidth\":1,\"btnBorderTopLeftRadius\":2,\"btnBorderTopRightRadius\":2,\"btnBorderBottomLeftRadius\":2,\"btnBorderBottomRightRadius\":2,\"btnBorderStyle\":\"solid\",\"btnBorderColor\":\"#333\",\"btnBorderHColor\":\"#333\"} -->\n<div class=\"wp-block-uagb-buttons-child uagb-buttons__outer-wrap uagb-block-dca0c543 wp-block-button is-style-outline\"><div class=\"uagb-button__wrapper\"><a class=\"uagb-buttons-repeater wp-block-button__link\" href=\"/amenities/\" rel=\"follow noopener\" target=\"_self\"><div class=\"uagb-button__link\">View All</div></a></div></div>\n<!-- /wp:uagb/buttons-child --></div></div>\n<!-- /wp:uagb/buttons --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"a2fb7c8d\",\"directionDesktop\":\"row\",\"alignItemsTablet\":\"flex-start\",\"paddingLink\":false,\"topMarginDesktop\":50,\"bottomMarginDesktop\":20,\"leftMarginDesktop\":0,\"rightMarginDesktop\":0,\"marginLink\":false,\"variationSelected\":true,\"rowGapMobile\":65,\"columnGapDesktop\":48,\"columnGapTablet\":20} -->\n<div class=\"wp-block-uagb-container uagb-block-a2fb7c8d\"><!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"align\":\"center\",\"id\":828,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image aligncenter size-full\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Blue-Roan-pool.png\" alt=\"Blue Roan\'s rock pool\" class=\"wp-image-828\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>A relaxing rock Pool​</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>We have a lovely sparkling blue rock pool next to a thatched Lapa. &nbsp;&nbsp;Lie on recliners on the green lawn or sit on the swing chair in the Lapa and enjoy the panoramic view of the Magaliesberg mountain range.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":829,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/img-20160605-wa0002-largejpg.png\" alt=\"\" class=\"wp-image-829\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>Braai facilities </h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>What can compare to a burning fire under the star-lit African sky? Nothing beats the flavor of cooking over an open flame.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":830,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/ef9d0188da11e2bc56788f5619d9d539.png\" alt=\"\" class=\"wp-image-830\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>A games room </h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>The reception is also a games room for those who enjoy darts or playing pool. &nbsp;Take a selection of DVDs back to your room and watch movies on your own DVD player. &nbsp;There is also a selection of board games and music CDs that you can borrow.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div>\n<!-- /wp:uagb/container --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"c0476811\",\"backgroundType\":\"color\",\"backgroundSizeTablet\":\"cover\",\"backgroundSizeMobile\":\"cover\",\"backgroundColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"bottomPaddingDesktop\":104,\"leftPaddingDesktop\":40,\"rightPaddingDesktop\":40,\"topPaddingTablet\":80,\"bottomPaddingTablet\":80,\"leftPaddingTablet\":40,\"rightPaddingTablet\":40,\"topPaddingMobile\":64,\"bottomPaddingMobile\":64,\"leftPaddingMobile\":24,\"rightPaddingMobile\":24,\"paddingLink\":false,\"variationSelected\":true,\"rowGapDesktop\":0,\"isBlockRootParent\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-c0476811 alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/advanced-heading {\"block_id\":\"356582f0\",\"classMigrate\":true,\"headingDescToggle\":true,\"headingAlign\":\"center\",\"headingAlignMobile\":\"left\",\"subHeadingColor\":\"\",\"headSpace\":20,\"subHeadFontSize\":16,\"blockBottomPadding\":20} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-356582f0\"><h2 class=\"uagb-heading-text\">Our Inside Pictures​</h2><p class=\"uagb-desc-text\">Take a look at some pretty pictures captured in and around our premises.</p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/container {\"block_id\":\"53d2175e\",\"directionDesktop\":\"row\",\"alignItemsDesktop\":\"flex-start\",\"topMarginDesktop\":20,\"bottomMarginDesktop\":0,\"leftMarginDesktop\":0,\"rightMarginDesktop\":0,\"marginLink\":false,\"variationSelected\":true,\"rowGapMobile\":24,\"columnGapDesktop\":24,\"columnGapTablet\":20} -->\n<div class=\"wp-block-uagb-container uagb-block-53d2175e\"><!-- wp:uagb/container {\"block_id\":\"2f68a6f9\",\"widthDesktop\":32,\"variationSelected\":true,\"rowGapDesktop\":24,\"rowGapTablet\":20,\"rowGapMobile\":24,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-2f68a6f9\"><!-- wp:uagb/image {\"block_id\":\"9a90b74e\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/red-rose-1024x683.jpg\",\"id\":834,\"linkDestination\":\"none\",\"width\":385,\"height\":284,\"naturalWidth\":1024,\"naturalHeight\":683,\"sizeSlug\":\"large\",\"sizeSlugTablet\":\"large\",\"sizeSlugMobile\":\"large\",\"customHeightSetDesktop\":true} -->\n<div class=\"wp-block-uagb-image uagb-block-9a90b74e wp-block-uagb-image--layout-default wp-block-uagb-image--effect-static wp-block-uagb-image--align-none\"><figure class=\"wp-block-uagb-image__figure\"><img srcset=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/red-rose-1024x683.jpg \" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/red-rose-1024x683.jpg\" alt=\"\" class=\"uag-image-834\" width=\"385\" height=\"284\" title=\"\" loading=\"lazy\"/></figure></div>\n<!-- /wp:uagb/image -->\n\n<!-- wp:uagb/image {\"block_id\":\"25ee7e7d\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/49g.jpg\",\"id\":838,\"linkDestination\":\"none\",\"width\":385,\"height\":284,\"naturalWidth\":650,\"naturalHeight\":450,\"sizeSlug\":\"full\",\"sizeSlugTablet\":\"full\",\"sizeSlugMobile\":\"full\",\"customHeightSetDesktop\":true} -->\n<div class=\"wp-block-uagb-image uagb-block-25ee7e7d wp-block-uagb-image--layout-default wp-block-uagb-image--effect-static wp-block-uagb-image--align-none\"><figure class=\"wp-block-uagb-image__figure\"><img srcset=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/49g.jpg \" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/49g.jpg\" alt=\"\" class=\"uag-image-838\" width=\"385\" height=\"284\" title=\"\" loading=\"lazy\"/></figure></div>\n<!-- /wp:uagb/image --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"a1f26952\",\"widthDesktop\":67,\"variationSelected\":true,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-a1f26952\"><!-- wp:uagb/image {\"block_id\":\"c55eaba9\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAA39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba-1-1024x768.png\",\"id\":905,\"linkDestination\":\"none\",\"naturalWidth\":1024,\"naturalHeight\":768,\"sizeSlug\":\"large\",\"sizeSlugTablet\":\"large\",\"sizeSlugMobile\":\"large\"} -->\n<div class=\"wp-block-uagb-image uagb-block-c55eaba9 wp-block-uagb-image--layout-default wp-block-uagb-image--effect-static wp-block-uagb-image--align-none\"><figure class=\"wp-block-uagb-image__figure\"><img srcset=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAA39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba-1-1024x768.png \" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAA39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba-1-1024x768.png\" alt=\"\" class=\"uag-image-905\" width=\"\" height=\"\" title=\"\" loading=\"lazy\"/></figure></div>\n<!-- /wp:uagb/image --></div>\n<!-- /wp:uagb/container --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"98ba2aeb\",\"directionDesktop\":\"row\",\"alignItemsDesktop\":\"flex-start\",\"topMarginDesktop\":24,\"bottomMarginDesktop\":0,\"leftMarginDesktop\":0,\"rightMarginDesktop\":0,\"topMarginTablet\":20,\"bottomMarginTablet\":0,\"leftMarginTablet\":0,\"rightMarginTablet\":0,\"topMarginMobile\":24,\"bottomMarginMobile\":0,\"leftMarginMobile\":0,\"rightMarginMobile\":0,\"marginLink\":false,\"variationSelected\":true,\"columnGapDesktop\":24,\"columnGapTablet\":20} -->\n<div class=\"wp-block-uagb-container uagb-block-98ba2aeb\"><!-- wp:uagb/container {\"block_id\":\"d70cbd7a\",\"widthDesktop\":67,\"variationSelected\":true,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-d70cbd7a\"><!-- wp:image {\"id\":837,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-8-1024x678.jpg\" alt=\"\" class=\"wp-image-837\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"6e5820b4\",\"widthDesktop\":32,\"variationSelected\":true,\"rowGapDesktop\":24,\"rowGapTablet\":20,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-6e5820b4\"><!-- wp:uagb/image {\"block_id\":\"468de889\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Blue-roan-pool-01.jpg\",\"id\":782,\"linkDestination\":\"none\",\"width\":385,\"height\":250,\"naturalWidth\":800,\"naturalHeight\":534,\"sizeSlug\":\"full\",\"sizeSlugTablet\":\"full\",\"sizeSlugMobile\":\"full\",\"customHeightSetDesktop\":true} -->\n<div class=\"wp-block-uagb-image uagb-block-468de889 wp-block-uagb-image--layout-default wp-block-uagb-image--effect-static wp-block-uagb-image--align-none\"><figure class=\"wp-block-uagb-image__figure\"><img srcset=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Blue-roan-pool-01.jpg \" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Blue-roan-pool-01.jpg\" alt=\"\" class=\"uag-image-782\" width=\"385\" height=\"250\" title=\"\" loading=\"lazy\"/></figure></div>\n<!-- /wp:uagb/image -->\n\n<!-- wp:uagb/image {\"block_id\":\"21f753d4\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/bird-1024x683.jpg\",\"id\":910,\"linkDestination\":\"none\",\"width\":385,\"height\":250,\"naturalWidth\":1024,\"naturalHeight\":683,\"sizeSlug\":\"large\",\"sizeSlugTablet\":\"large\",\"sizeSlugMobile\":\"large\",\"customHeightSetDesktop\":true} -->\n<div class=\"wp-block-uagb-image uagb-block-21f753d4 wp-block-uagb-image--layout-default wp-block-uagb-image--effect-static wp-block-uagb-image--align-none\"><figure class=\"wp-block-uagb-image__figure\"><img srcset=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/bird-1024x683.jpg \" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/bird-1024x683.jpg\" alt=\"\" class=\"uag-image-910\" width=\"385\" height=\"250\" title=\"\" loading=\"lazy\"/></figure></div>\n<!-- /wp:uagb/image --></div>\n<!-- /wp:uagb/container --></div>\n<!-- /wp:uagb/container --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"e5e96e9c\",\"backgroundType\":\"color\",\"backgroundSizeTablet\":\"cover\",\"backgroundSizeMobile\":\"cover\",\"backgroundColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"topPaddingDesktop\":40,\"bottomPaddingDesktop\":104,\"leftPaddingDesktop\":40,\"rightPaddingDesktop\":40,\"topPaddingTablet\":80,\"bottomPaddingTablet\":80,\"leftPaddingTablet\":40,\"rightPaddingTablet\":40,\"topPaddingMobile\":64,\"bottomPaddingMobile\":64,\"leftPaddingMobile\":24,\"rightPaddingMobile\":24,\"paddingLink\":false,\"variationSelected\":true,\"rowGapDesktop\":0,\"isBlockRootParent\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-e5e96e9c alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/advanced-heading {\"block_id\":\"80c36d54\",\"classMigrate\":true,\"headingDescToggle\":true,\"headingAlign\":\"center\",\"headingAlignMobile\":\"left\",\"subHeadingColor\":\"\",\"headSpace\":20,\"subHeadFontSize\":16,\"blockBottomPadding\":20} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-80c36d54\"><h2 class=\"uagb-heading-text\">What Our Guests Say​</h2><p class=\"uagb-desc-text\">We take pride in serving our guests the best experience. </p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/container {\"block_id\":\"d69ae8b6\",\"directionDesktop\":\"row\",\"topMarginDesktop\":40,\"bottomMarginDesktop\":0,\"leftMarginDesktop\":0,\"rightMarginDesktop\":0,\"marginLink\":false,\"variationSelected\":true,\"rowGapMobile\":40,\"columnGapDesktop\":90} -->\n<div class=\"wp-block-uagb-container uagb-block-d69ae8b6\"><!-- wp:uagb/container {\"block_id\":\"a0fbeb83\",\"widthDesktop\":50,\"variationSelected\":true,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-a0fbeb83\"><!-- wp:uagb/testimonial {\"test_item_count\":1,\"classMigrate\":true,\"test_block\":[{\"description\":\"\\u0022Thank you for a most enjoyable weekend stay and for making our anniversary so special.  Thank you for your kind and lovely friendship which we really appreciate!!!\\u0022​\",\"name\":\"\\u003cstrong\\u003eBrenda and Theuns\\u003c/strong\\u003e\",\"company\":\"\",\"image\":{\"id\":119,\"title\":\"testimonial1\",\"filename\":\"testimonial1.jpg\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/testimonial1.jpg\",\"link\":\"https://blueroan.netgen.cloud/testimonial1/\",\"alt\":\"\",\"author\":\"34\",\"description\":\"\",\"caption\":\"\",\"name\":\"testimonial1\",\"status\":\"inherit\",\"uploadedTo\":0,\"date\":\"2021-05-11T05:02:02.000Z\",\"modified\":\"2021-05-11T05:02:02.000Z\",\"menuOrder\":0,\"mime\":\"image/jpeg\",\"type\":\"image\",\"subtype\":\"jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/default.png\",\"dateFormatted\":\"May 11, 2021\",\"nonces\":{\"update\":\"b92fe40c3d\",\"delete\":\"643c1eb8f1\",\"edit\":\"d3e7d56b1d\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=119\\u0026action=edit\",\"meta\":false,\"authorName\":\"Rishabh\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/user-edit.php?user_id=34\",\"filesizeInBytes\":11264,\"filesizeHumanReadable\":\"11 KB\",\"context\":\"\",\"height\":250,\"width\":250,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/testimonial1-150x150.jpg\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/testimonial1.jpg\",\"height\":250,\"width\":250,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}}}],\"headingAlign\":\"left\",\"headingAlignTablet\":\"left\",\"headingAlignMobile\":\"left\",\"descColor\":\"var(\\u002d\\u002dast-global-color-3)\",\"nameFontSize\":14,\"nameLineHeight\":1,\"descFontSize\":16,\"descFontWeight\":\"600\",\"nameSpace\":1,\"block_id\":\"e71afe9f\",\"iconImage\":{\"url\":\"\",\"alt\":\"InfoBox placeholder img\"},\"imageWidth\":32,\"columnGap\":1,\"borderStyle\":\"\",\"paddingTop\":0,\"paddingBottom\":0,\"paddingLeft\":0,\"paddingRight\":0,\"spacingLink\":true,\"imgpaddingTop\":0,\"imgpaddingRight\":15,\"imgpaddingBottom\":0,\"imgpaddingLeft\":0,\"overallBorderStyle\":\"none\",\"imgTagHeight\":32,\"imgTagWidth\":150} -->\n<div class=\"wp-block-uagb-testimonial uagb-slick-carousel uagb-tm__arrow-outside uagb-block-e71afe9f uagb-post__carousel_notset uagb-post__carousel_notset-tablet uagb-post__carousel_notset-mobile\"><div class=\"is-carousel uagb-tm__columns-1 uagb-tm__items\"><div class=\"uagb-testimonial__wrap  uagb-tm__imgicon-style-circle uagb-tm__image-position-bottom uagb-tm__bg-type-none \"><div class=\"uagb-tm__content\"><div class=\"uagb-tm__overlay\"></div><div class=\"uagb-tm__text-wrap\"><div class=\"uagb-tm__desc\">\"Thank you for a most enjoyable weekend stay and for making our anniversary so special.  Thank you for your kind and lovely friendship which we really appreciate!!!\"​</div><div class=\"uagb-tm__meta-inner\"><div class=\"uagb-tm__image-content\"><div class=\"uagb-tm__image\"><img class=\"uagb-tm-img-src\" src=\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/testimonial1-150x150.jpg\" alt=\"\" width=\"32\" height=\"32\" loading=\"lazy\"/></div></div><div class=\"uagb-testimonial-details\"><span class=\"uagb-tm__author-name\"><strong>Brenda and Theuns</strong></span><span class=\"uagb-tm__company\"></span></div></div></div></div></div></div></div>\n<!-- /wp:uagb/testimonial -->\n\n<!-- wp:uagb/testimonial {\"test_item_count\":1,\"classMigrate\":true,\"test_block\":[{\"description\":\"\\u0022Breaking away from city life and coming out to a most wonderful romantic weekend away.  The unit is so comfortable.  Thank you for your great hospitality - we had an awesome time here.  Go well - with love\\u0022​\",\"name\":\"\\u003cstrong\\u003e\\u003cstrong\\u003e\\u003cstrong\\u003eLiz \\u0026amp; Eddie\\u003c/strong\\u003e\\u003c/strong\\u003e\\u003c/strong\\u003e\",\"company\":\"\",\"image\":{\"id\":122,\"title\":\"testimonial4\",\"filename\":\"testimonial4.jpg\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/testimonial4.jpg\",\"link\":\"https://blueroan.netgen.cloud/testimonial4/\",\"alt\":\"\",\"author\":\"34\",\"description\":\"\",\"caption\":\"\",\"name\":\"testimonial4\",\"status\":\"inherit\",\"uploadedTo\":0,\"date\":\"2021-05-11T05:02:06.000Z\",\"modified\":\"2021-05-11T05:02:06.000Z\",\"menuOrder\":0,\"mime\":\"image/jpeg\",\"type\":\"image\",\"subtype\":\"jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/default.png\",\"dateFormatted\":\"May 11, 2021\",\"nonces\":{\"update\":\"4e34860add\",\"delete\":\"9e126a55cd\",\"edit\":\"33ffd3c040\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=122\\u0026action=edit\",\"meta\":false,\"authorName\":\"Rishabh\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/user-edit.php?user_id=34\",\"filesizeInBytes\":16584,\"filesizeHumanReadable\":\"16 KB\",\"context\":\"\",\"height\":250,\"width\":250,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/testimonial4-150x150.jpg\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/testimonial4.jpg\",\"height\":250,\"width\":250,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}}}],\"headingAlign\":\"left\",\"headingAlignTablet\":\"left\",\"headingAlignMobile\":\"left\",\"descColor\":\"var(\\u002d\\u002dast-global-color-3)\",\"nameFontSize\":14,\"nameLineHeight\":1,\"descFontSize\":16,\"descFontWeight\":\"600\",\"nameSpace\":1,\"block_id\":\"20d55c96\",\"iconImage\":{\"url\":\"\",\"alt\":\"InfoBox placeholder img\"},\"imageWidth\":32,\"columnGap\":1,\"borderStyle\":\"\",\"paddingTop\":0,\"paddingBottom\":0,\"paddingLeft\":0,\"paddingRight\":0,\"spacingLink\":true,\"imgpaddingTop\":0,\"imgpaddingRight\":15,\"imgpaddingBottom\":0,\"imgpaddingLeft\":0,\"overallBorderStyle\":\"none\",\"imgTagHeight\":32,\"imgTagWidth\":150} -->\n<div class=\"wp-block-uagb-testimonial uagb-slick-carousel uagb-tm__arrow-outside uagb-block-20d55c96 uagb-post__carousel_notset uagb-post__carousel_notset-tablet uagb-post__carousel_notset-mobile\"><div class=\"is-carousel uagb-tm__columns-1 uagb-tm__items\"><div class=\"uagb-testimonial__wrap  uagb-tm__imgicon-style-circle uagb-tm__image-position-bottom uagb-tm__bg-type-none \"><div class=\"uagb-tm__content\"><div class=\"uagb-tm__overlay\"></div><div class=\"uagb-tm__text-wrap\"><div class=\"uagb-tm__desc\">\"Breaking away from city life and coming out to a most wonderful romantic weekend away.  The unit is so comfortable.  Thank you for your great hospitality - we had an awesome time here.  Go well - with love\"​</div><div class=\"uagb-tm__meta-inner\"><div class=\"uagb-tm__image-content\"><div class=\"uagb-tm__image\"><img class=\"uagb-tm-img-src\" src=\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/testimonial4-150x150.jpg\" alt=\"\" width=\"32\" height=\"32\" loading=\"lazy\"/></div></div><div class=\"uagb-testimonial-details\"><span class=\"uagb-tm__author-name\"><strong><strong><strong>Liz &amp; Eddie</strong></strong></strong></span><span class=\"uagb-tm__company\"></span></div></div></div></div></div></div></div>\n<!-- /wp:uagb/testimonial --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"4f1abb80\",\"widthDesktop\":50,\"variationSelected\":true,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-4f1abb80\"><!-- wp:uagb/testimonial {\"test_item_count\":1,\"classMigrate\":true,\"test_block\":[{\"description\":\"\\u0022Judy, what a wonderful place you have here - we were so delighted to spend the weekend here, so tranquil, peaceful, and beautiful. You made us feel right at home. Definitely a place worth 5 stars! Go well.\\u0022​\",\"name\":\"\\u003cstrong\\u003e\\u003cstrong\\u003eBrian\\u003c/strong\\u003e\\u003c/strong\\u003e \\u003cstrong\\u003e\\u003cstrong\\u003e\\u003cstrong\\u003eand \\u003cstrong\\u003eMariska\\u003c/strong\\u003e\\u003c/strong\\u003e\\u003cbr\\u003e\\u003c/strong\\u003e\\u003c/strong\\u003e\",\"company\":\"\",\"image\":{\"id\":120,\"title\":\"testimonial2\",\"filename\":\"testimonial2.jpg\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/testimonial2.jpg\",\"link\":\"https://blueroan.netgen.cloud/testimonial2/\",\"alt\":\"\",\"author\":\"34\",\"description\":\"\",\"caption\":\"\",\"name\":\"testimonial2\",\"status\":\"inherit\",\"uploadedTo\":0,\"date\":\"2021-05-11T05:02:03.000Z\",\"modified\":\"2021-05-11T05:02:03.000Z\",\"menuOrder\":0,\"mime\":\"image/jpeg\",\"type\":\"image\",\"subtype\":\"jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/default.png\",\"dateFormatted\":\"May 11, 2021\",\"nonces\":{\"update\":\"1ee6412858\",\"delete\":\"4414a2ccbf\",\"edit\":\"bde7b1f490\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=120\\u0026action=edit\",\"meta\":false,\"authorName\":\"Rishabh\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/user-edit.php?user_id=34\",\"filesizeInBytes\":10087,\"filesizeHumanReadable\":\"10 KB\",\"context\":\"\",\"height\":250,\"width\":250,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/testimonial2-150x150.jpg\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/testimonial2.jpg\",\"height\":250,\"width\":250,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}}}],\"headingAlign\":\"left\",\"headingAlignTablet\":\"left\",\"headingAlignMobile\":\"left\",\"descColor\":\"var(\\u002d\\u002dast-global-color-3)\",\"nameFontSize\":14,\"nameLineHeight\":1,\"descFontSize\":16,\"descFontWeight\":\"600\",\"nameSpace\":1,\"block_id\":\"d18fbd78\",\"iconImage\":{\"url\":\"\",\"alt\":\"InfoBox placeholder img\"},\"imageWidth\":32,\"columnGap\":1,\"borderStyle\":\"\",\"paddingTop\":0,\"paddingBottom\":0,\"paddingLeft\":0,\"paddingRight\":0,\"spacingLink\":true,\"imgpaddingTop\":0,\"imgpaddingRight\":15,\"imgpaddingBottom\":0,\"imgpaddingLeft\":0,\"overallBorderStyle\":\"none\",\"imgTagHeight\":32,\"imgTagWidth\":150} -->\n<div class=\"wp-block-uagb-testimonial uagb-slick-carousel uagb-tm__arrow-outside uagb-block-d18fbd78 uagb-post__carousel_notset uagb-post__carousel_notset-tablet uagb-post__carousel_notset-mobile\"><div class=\"is-carousel uagb-tm__columns-1 uagb-tm__items\"><div class=\"uagb-testimonial__wrap  uagb-tm__imgicon-style-circle uagb-tm__image-position-bottom uagb-tm__bg-type-none \"><div class=\"uagb-tm__content\"><div class=\"uagb-tm__overlay\"></div><div class=\"uagb-tm__text-wrap\"><div class=\"uagb-tm__desc\">\"Judy, what a wonderful place you have here - we were so delighted to spend the weekend here, so tranquil, peaceful, and beautiful. You made us feel right at home. Definitely a place worth 5 stars! Go well.\"​</div><div class=\"uagb-tm__meta-inner\"><div class=\"uagb-tm__image-content\"><div class=\"uagb-tm__image\"><img class=\"uagb-tm-img-src\" src=\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/testimonial2-150x150.jpg\" alt=\"\" width=\"32\" height=\"32\" loading=\"lazy\"/></div></div><div class=\"uagb-testimonial-details\"><span class=\"uagb-tm__author-name\"><strong><strong>Brian</strong></strong> <strong><strong><strong>and <strong>Mariska</strong></strong><br></strong></strong></span><span class=\"uagb-tm__company\"></span></div></div></div></div></div></div></div>\n<!-- /wp:uagb/testimonial -->\n\n<!-- wp:uagb/testimonial {\"test_item_count\":1,\"classMigrate\":true,\"test_block\":[{\"description\":\"\\u0022Thank you for the most wonderful time, Judy!  This was the most peaceful and perfect place to get engaged!  We will most certainly be back!!!  Your hospitality cannot be topped!\\u0022​\",\"name\":\"\\u003cstrong\\u003e\\u003cstrong\\u003e\\u003cstrong\\u003e\\u003cstrong\\u003eBrett and Kelly\\u003c/strong\\u003e\\u003c/strong\\u003e\\u003c/strong\\u003e\\u003c/strong\\u003e\",\"company\":\"\",\"image\":{\"id\":121,\"title\":\"testimonial3\",\"filename\":\"testimonial3.jpg\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/testimonial3.jpg\",\"link\":\"https://blueroan.netgen.cloud/testimonial3/\",\"alt\":\"\",\"author\":\"34\",\"description\":\"\",\"caption\":\"\",\"name\":\"testimonial3\",\"status\":\"inherit\",\"uploadedTo\":0,\"date\":\"2021-05-11T05:02:05.000Z\",\"modified\":\"2021-05-11T05:02:05.000Z\",\"menuOrder\":0,\"mime\":\"image/jpeg\",\"type\":\"image\",\"subtype\":\"jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/default.png\",\"dateFormatted\":\"May 11, 2021\",\"nonces\":{\"update\":\"290653da5d\",\"delete\":\"90a4fb2d63\",\"edit\":\"ff8a64e56e\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=121\\u0026action=edit\",\"meta\":false,\"authorName\":\"Rishabh\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/user-edit.php?user_id=34\",\"filesizeInBytes\":8748,\"filesizeHumanReadable\":\"9 KB\",\"context\":\"\",\"height\":250,\"width\":250,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/testimonial3-150x150.jpg\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/testimonial3.jpg\",\"height\":250,\"width\":250,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}}}],\"headingAlign\":\"left\",\"headingAlignTablet\":\"left\",\"headingAlignMobile\":\"left\",\"descColor\":\"var(\\u002d\\u002dast-global-color-3)\",\"nameFontSize\":14,\"nameLineHeight\":1,\"descFontSize\":16,\"descFontWeight\":\"600\",\"nameSpace\":1,\"block_id\":\"cc2b4066\",\"iconImage\":{\"url\":\"\",\"alt\":\"InfoBox placeholder img\"},\"imageWidth\":32,\"columnGap\":1,\"borderStyle\":\"\",\"paddingTop\":0,\"paddingBottom\":0,\"paddingLeft\":0,\"paddingRight\":0,\"spacingLink\":true,\"imgpaddingTop\":0,\"imgpaddingRight\":15,\"imgpaddingBottom\":0,\"imgpaddingLeft\":0,\"overallBorderStyle\":\"none\",\"imgTagHeight\":32,\"imgTagWidth\":150} -->\n<div class=\"wp-block-uagb-testimonial uagb-slick-carousel uagb-tm__arrow-outside uagb-block-cc2b4066 uagb-post__carousel_notset uagb-post__carousel_notset-tablet uagb-post__carousel_notset-mobile\"><div class=\"is-carousel uagb-tm__columns-1 uagb-tm__items\"><div class=\"uagb-testimonial__wrap  uagb-tm__imgicon-style-circle uagb-tm__image-position-bottom uagb-tm__bg-type-none \"><div class=\"uagb-tm__content\"><div class=\"uagb-tm__overlay\"></div><div class=\"uagb-tm__text-wrap\"><div class=\"uagb-tm__desc\">\"Thank you for the most wonderful time, Judy!  This was the most peaceful and perfect place to get engaged!  We will most certainly be back!!!  Your hospitality cannot be topped!\"​</div><div class=\"uagb-tm__meta-inner\"><div class=\"uagb-tm__image-content\"><div class=\"uagb-tm__image\"><img class=\"uagb-tm-img-src\" src=\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/testimonial3-150x150.jpg\" alt=\"\" width=\"32\" height=\"32\" loading=\"lazy\"/></div></div><div class=\"uagb-testimonial-details\"><span class=\"uagb-tm__author-name\"><strong><strong><strong><strong>Brett and Kelly</strong></strong></strong></strong></span><span class=\"uagb-tm__company\"></span></div></div></div></div></div></div></div>\n<!-- /wp:uagb/testimonial --></div>\n<!-- /wp:uagb/container --></div>\n<!-- /wp:uagb/container --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"0e6c3e2e\",\"innerContentCustomWidthDesktop\":781,\"innerContentCustomWidthTablet\":781,\"backgroundType\":\"image\",\"backgroundImageDesktop\":{\"id\":809,\"title\":\"26759994757_767d9794fd_b\",\"filename\":\"26759994757_767d9794fd_b.jpg\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/26759994757_767d9794fd_b.jpg\",\"link\":\"https://blueroan.netgen.cloud/?attachment_id=809\",\"alt\":\"\",\"author\":\"2\",\"description\":\"\",\"caption\":\"\",\"name\":\"26759994757_767d9794fd_b\",\"status\":\"inherit\",\"uploadedTo\":805,\"date\":\"2022-12-13T09:51:53.000Z\",\"modified\":\"2022-12-13T09:51:53.000Z\",\"menuOrder\":0,\"mime\":\"image/jpeg\",\"type\":\"image\",\"subtype\":\"jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-includes/images/media/default.png\",\"dateFormatted\":\"December 13, 2022\",\"nonces\":{\"update\":\"39b5c0eef1\",\"delete\":\"fde92abd83\",\"edit\":\"3923face9e\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=809\\u0026action=edit\",\"meta\":false,\"authorName\":\"Netgen Support\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/profile.php\",\"uploadedToTitle\":\"Magaliesburg\",\"uploadedToLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=805\\u0026action=edit\",\"filesizeInBytes\":143610,\"filesizeHumanReadable\":\"140 KB\",\"context\":\"\",\"height\":683,\"width\":1024,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/26759994757_767d9794fd_b-150x150.jpg\",\"orientation\":\"landscape\"},\"medium\":{\"height\":200,\"width\":300,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/26759994757_767d9794fd_b-300x200.jpg\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/26759994757_767d9794fd_b.jpg\",\"height\":683,\"width\":1024,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"backgroundImageColor\":\"rgba(42,42,42,0.65)\",\"topPaddingDesktop\":144,\"bottomPaddingDesktop\":144,\"leftPaddingDesktop\":40,\"rightPaddingDesktop\":40,\"topPaddingTablet\":80,\"bottomPaddingTablet\":80,\"leftPaddingTablet\":40,\"rightPaddingTablet\":40,\"topPaddingMobile\":64,\"bottomPaddingMobile\":64,\"leftPaddingMobile\":24,\"rightPaddingMobile\":24,\"paddingLink\":false,\"variationSelected\":true,\"isBlockRootParent\":true,\"overlayType\":\"color\"} -->\n<div class=\"wp-block-uagb-container uagb-block-0e6c3e2e alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/advanced-heading {\"block_id\":\"44727cbf\",\"classMigrate\":true,\"headingDescToggle\":true,\"headingAlign\":\"center\",\"headingColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"subHeadingColor\":\"var(\\u002d\\u002dast-global-color-4)\",\"headSpace\":20} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-44727cbf\"><h2 class=\"uagb-heading-text\">Plan an Unforgettable Experience at <br>Blue Roan!</h2><p class=\"uagb-desc-text\">Blue Roan is a 4-star graded pet-friendly venue</p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/advanced-heading {\"block_id\":\"ce8b2130\",\"classMigrate\":true,\"headingTitleToggle\":false,\"headingDescToggle\":true,\"headingAlign\":\"center\",\"subHeadingColor\":\"var(\\u002d\\u002dast-global-color-4)\",\"subHeadTransform\":\"uppercase\",\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"subHeadLetterSpacing\":2,\"blockTopPadding\":60,\"blockRightPadding\":0,\"blockLeftPadding\":0,\"blockBottomPadding\":0,\"blockTopPaddingMobile\":30,\"blockRightPaddingMobile\":0,\"blockLeftPaddingMobile\":0,\"blockBottomPaddingMobile\":0,\"linkColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"linkHColor\":\"var(\\u002d\\u002dast-global-color-0)\"} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-ce8b2130\"><p class=\"uagb-desc-text\"><a href=\"https://book.nightsbridge.com/11065\" target=\"_blank\" rel=\"noreferrer noopener\">BOOK YOUR STAY NOW​</a></p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/icon-list {\"block_id\":\"dcebdccf\",\"classMigrate\":true,\"childMigrate\":true,\"align\":\"center\",\"parentIcon\":\"phone\",\"size\":40,\"sizeMobile\":24,\"sizeTablet\":32,\"fontSize\":48,\"fontSizeMobile\":28,\"fontSizeTablet\":40,\"fontWeight\":\"600\",\"iconColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"labelColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"blockTopPadding\":0,\"blockRightPadding\":0,\"blockLeftPadding\":0,\"blockBottomPadding\":24,\"blockPaddingLink\":false} -->\n<div class=\"wp-block-uagb-icon-list uagb-block-dcebdccf\"><div class=\"uagb-icon-list__wrap\"><!-- wp:uagb/icon-list-child {\"block_id\":\"9fd49cce\",\"label\":\" + 27 (0) 82 575 5409\",\"label_color\":\"\",\"link\":\"tel:+27825755409\",\"disableLink\":true,\"fromParentIcon\":\"phone\",\"imageSizeChild\":40} -->\n<div class=\"wp-block-uagb-icon-list-child uagb-block-9fd49cce\"><a target=\"_self\" aria-label=\" + 27 (0) 82 575 5409\" rel=\"noopener noreferrer\" href=\"tel:+27825755409\"> </a><span class=\"uagb-icon-list__source-wrap\"><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M511.2 387l-23.25 100.8c-3.266 14.25-15.79 24.22-30.46 24.22C205.2 512 0 306.8 0 54.5c0-14.66 9.969-27.2 24.22-30.45l100.8-23.25C139.7-2.602 154.7 5.018 160.8 18.92l46.52 108.5c5.438 12.78 1.77 27.67-8.98 36.45L144.5 207.1c33.98 69.22 90.26 125.5 159.5 159.5l44.08-53.8c8.688-10.78 23.69-14.51 36.47-8.975l108.5 46.51C506.1 357.2 514.6 372.4 511.2 387z\"></path></svg></span><span class=\"uagb-icon-list__label\"> + 27 (0) 82 575 5409</span></div>\n<!-- /wp:uagb/icon-list-child -->\n\n<!-- wp:uagb/icon-list-child {\"block_id\":\"7076cdc3\",\"label\":\"blueroan@ugo.co.za\",\"icon\":\"envelope\",\"label_color\":\"\",\"link\":\"mailto:blueroan@ugo.co.za\",\"disableLink\":true,\"fromParentIcon\":\"phone\",\"imageSizeChild\":40} -->\n<div class=\"wp-block-uagb-icon-list-child uagb-block-7076cdc3\"><a target=\"_self\" aria-label=\"blueroan@ugo.co.za\" rel=\"noopener noreferrer\" href=\"mailto:blueroan@ugo.co.za\"> </a><span class=\"uagb-icon-list__source-wrap\"><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M464 64C490.5 64 512 85.49 512 112C512 127.1 504.9 141.3 492.8 150.4L275.2 313.6C263.8 322.1 248.2 322.1 236.8 313.6L19.2 150.4C7.113 141.3 0 127.1 0 112C0 85.49 21.49 64 48 64H464zM217.6 339.2C240.4 356.3 271.6 356.3 294.4 339.2L512 176V384C512 419.3 483.3 448 448 448H64C28.65 448 0 419.3 0 384V176L217.6 339.2z\"></path></svg></span><span class=\"uagb-icon-list__label\">blueroan@ugo.co.za</span></div>\n<!-- /wp:uagb/icon-list-child --></div></div>\n<!-- /wp:uagb/icon-list --></div></div>\n<!-- /wp:uagb/container -->',	'Home',	'',	'inherit',	'closed',	'closed',	'',	'760-revision-v1',	'',	'',	'2022-12-15 10:52:03',	'2022-12-15 10:52:03',	'',	760,	'https://blueroan.netgen.cloud/?p=1167',	0,	'revision',	'',	0),
(1170,	2,	'2022-12-15 10:55:28',	'2022-12-15 10:55:28',	'<!-- wp:uagb/container {\"block_id\":\"4e760e89\",\"backgroundType\":\"image\",\"backgroundImageDesktop\":{\"id\":1007,\"title\":\"AAEAAQAAAAAAAAAAAAAAJDg5NmY0ZGUxLWE4MTgtNDY5NC1iODFhLTBmN2Q0ZDc5ZWFiNw-1\",\"filename\":\"AAEAAQAAAAAAAAAAAAAAJDg5NmY0ZGUxLWE4MTgtNDY5NC1iODFhLTBmN2Q0ZDc5ZWFiNw-1.png\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAAJDg5NmY0ZGUxLWE4MTgtNDY5NC1iODFhLTBmN2Q0ZDc5ZWFiNw-1.png\",\"link\":\"https://blueroan.netgen.cloud/the-barn/aaeaaqaaaaaaaaaaaaaajdg5nmy0zguxlwe4mtgtndy5nc1iodfhltbmn2q0zdc5zwfinw-1/\",\"alt\":\"\",\"author\":\"2\",\"description\":\"\",\"caption\":\"\",\"name\":\"aaeaaqaaaaaaaaaaaaaajdg5nmy0zguxlwe4mtgtndy5nc1iodfhltbmn2q0zdc5zwfinw-1\",\"status\":\"inherit\",\"uploadedTo\":948,\"date\":\"2022-12-14T10:50:25.000Z\",\"modified\":\"2022-12-14T10:50:25.000Z\",\"menuOrder\":0,\"mime\":\"image/png\",\"type\":\"image\",\"subtype\":\"png\",\"icon\":\"https://blueroan.netgen.cloud/wp-includes/images/media/default.png\",\"dateFormatted\":\"December 14, 2022\",\"nonces\":{\"update\":\"483f8bdf3d\",\"delete\":\"0a7ebc92ef\",\"edit\":\"6bc1c6a685\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=1007\\u0026action=edit\",\"meta\":false,\"authorName\":\"Netgen Support\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/profile.php\",\"uploadedToTitle\":\"The Barn\",\"uploadedToLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=948\\u0026action=edit\",\"filesizeInBytes\":1348989,\"filesizeHumanReadable\":\"1 MB\",\"context\":\"\",\"height\":667,\"width\":1000,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAAJDg5NmY0ZGUxLWE4MTgtNDY5NC1iODFhLTBmN2Q0ZDc5ZWFiNw-1-150x150.png\",\"orientation\":\"landscape\"},\"medium\":{\"height\":200,\"width\":300,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAAJDg5NmY0ZGUxLWE4MTgtNDY5NC1iODFhLTBmN2Q0ZDc5ZWFiNw-1-300x200.png\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAAJDg5NmY0ZGUxLWE4MTgtNDY5NC1iODFhLTBmN2Q0ZDc5ZWFiNw-1.png\",\"height\":667,\"width\":1000,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"backgroundPositionDesktop\":{\"x\":0.61,\"y\":0.52},\"backgroundSizeTablet\":\"cover\",\"backgroundSizeMobile\":\"cover\",\"backgroundColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"backgroundImageColor\":\"rgba(42,42,42,0.5)\",\"topPaddingDesktop\":220,\"bottomPaddingDesktop\":150,\"topPaddingTablet\":170,\"bottomPaddingTablet\":160,\"leftPaddingTablet\":30,\"rightPaddingTablet\":30,\"topPaddingMobile\":180,\"bottomPaddingMobile\":80,\"leftPaddingMobile\":20,\"rightPaddingMobile\":20,\"paddingLink\":false,\"variationSelected\":true,\"isBlockRootParent\":true,\"overlayType\":\"color\"} -->\n<div class=\"wp-block-uagb-container uagb-block-4e760e89 alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/advanced-heading {\"block_id\":\"177d66a1\",\"classMigrate\":true,\"headingDescToggle\":true,\"headingColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"subHeadingColor\":\"var(\\u002d\\u002dast-global-color-4)\",\"headingTag\":\"h1\",\"headSpace\":20,\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"blockTopPadding\":0,\"blockRightPadding\":50,\"blockLeftPadding\":0,\"blockBottomPadding\":0,\"blockTopPaddingTablet\":0,\"blockRightPaddingTablet\":20,\"blockLeftPaddingTablet\":0,\"blockBottomPaddingTablet\":0,\"blockTopPaddingMobile\":0,\"blockRightPaddingMobile\":0,\"blockLeftPaddingMobile\":0,\"blockBottomPaddingMobile\":0,\"blockPaddingUnit\":\"%\",\"blockPaddingUnitTablet\":\"%\"} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-177d66a1\"><h1 class=\"uagb-heading-text\">Amenities &amp; Facilities​</h1><p class=\"uagb-desc-text\">We do not give you just rooms to stay. We give you an environment so you can experience the best while on a holiday with us. Walk into our hotel and enjoy a refreshing, rejuvenating, day-off with us.</p></div>\n<!-- /wp:uagb/advanced-heading --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"72aa4cf0\",\"backgroundType\":\"color\",\"backgroundSizeTablet\":\"cover\",\"backgroundSizeMobile\":\"cover\",\"backgroundColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"topPaddingDesktop\":120,\"bottomPaddingDesktop\":120,\"topPaddingTablet\":80,\"bottomPaddingTablet\":80,\"leftPaddingTablet\":30,\"rightPaddingTablet\":30,\"topPaddingMobile\":80,\"bottomPaddingMobile\":80,\"leftPaddingMobile\":20,\"rightPaddingMobile\":20,\"paddingLink\":false,\"variationSelected\":true,\"rowGapDesktop\":0,\"rowGapTablet\":0,\"rowGapMobile\":0,\"isBlockRootParent\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-72aa4cf0 alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/container {\"block_id\":\"b60fc127\",\"directionDesktop\":\"row\",\"alignItemsDesktop\":\"flex-end\",\"alignItemsTablet\":\"flex-end\",\"justifyContentDesktop\":\"flex-end\",\"justifyContentTablet\":\"space-between\",\"variationSelected\":true,\"rowGapMobile\":30,\"columnGapDesktop\":0} -->\n<div class=\"wp-block-uagb-container uagb-block-b60fc127\"><!-- wp:uagb/advanced-heading {\"block_id\":\"c7806c21\",\"classMigrate\":true,\"headingDescToggle\":true,\"subHeadingColor\":\"\",\"headSpace\":20,\"subHeadFontSize\":16} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-c7806c21\"><h2 class=\"uagb-heading-text\">Amenities​</h2><p class=\"uagb-desc-text\">Cursus tempus, tincidunt quis sem sapien id non eget sed in consequat tellus phasellus orci in semper elit porttitor eget metus.​</p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/buttons {\"block_id\":\"5f6e8171\",\"classMigrate\":true,\"childMigrate\":true,\"align\":\"right\",\"alignTablet\":\"right\",\"alignMobile\":\"left\",\"gap\":0} -->\n<div class=\"wp-block-uagb-buttons uagb-buttons__outer-wrap uagb-btn__default-btn uagb-btn-tablet__default-btn uagb-btn-mobile__default-btn uagb-block-5f6e8171\"><div class=\"uagb-buttons__wrap uagb-buttons-layout-wrap\"><!-- wp:uagb/buttons-child {\"block_id\":\"3ed2a53b\",\"label\":\"Get Bookings\",\"link\":\"#\",\"hColor\":\"\",\"borderWidth\":\"\",\"borderRadius\":\"\",\"borderStyle\":\"\",\"borderColor\":\"\",\"borderHColor\":\"\",\"btnBorderTopWidth\":1,\"btnBorderLeftWidth\":1,\"btnBorderRightWidth\":1,\"btnBorderBottomWidth\":1,\"btnBorderTopLeftRadius\":2,\"btnBorderTopRightRadius\":2,\"btnBorderBottomLeftRadius\":2,\"btnBorderBottomRightRadius\":2,\"btnBorderStyle\":\"solid\",\"btnBorderColor\":\"#333\",\"btnBorderHColor\":\"#333\"} -->\n<div class=\"wp-block-uagb-buttons-child uagb-buttons__outer-wrap uagb-block-3ed2a53b wp-block-button is-style-outline\"><div class=\"uagb-button__wrapper\"><a class=\"uagb-buttons-repeater wp-block-button__link\" href=\"#\" rel=\"follow noopener\" target=\"_self\"><div class=\"uagb-button__link\">Get Bookings</div></a></div></div>\n<!-- /wp:uagb/buttons-child --></div></div>\n<!-- /wp:uagb/buttons --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"32f35acc\",\"directionDesktop\":\"row\",\"alignItemsTablet\":\"flex-start\",\"paddingLink\":false,\"topMarginDesktop\":54,\"bottomMarginDesktop\":0,\"leftMarginDesktop\":0,\"rightMarginDesktop\":0,\"topMarginTablet\":30,\"bottomMarginTablet\":0,\"leftMarginTablet\":0,\"rightMarginTablet\":0,\"marginLink\":false,\"variationSelected\":true,\"rowGapMobile\":65,\"columnGapDesktop\":48,\"columnGapTablet\":20} -->\n<div class=\"wp-block-uagb-container uagb-block-32f35acc\"><!-- wp:uagb/info-box {\"classMigrate\":true,\"headingAlign\":\"left\",\"headingColor\":\"\",\"subHeadingColor\":\"\",\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"source_type\":\"image\",\"block_id\":\"8456e223\",\"ctaIcon\":\"\",\"ctaType\":\"text\",\"ctaText\":\"READ MORE\",\"ctaLinkColor\":\"var(\\u002d\\u002dast-global-color-0)\",\"ctaDecoration\":\"underline\",\"ctaFontSize\":12,\"ctaFontWeight\":\"600\",\"ctaLetterSpacing\":2,\"ctaBorderColor\":\"\",\"ctaBorderStyle\":\"\",\"ctaBorderWidth\":\"\",\"ctaBorderRadius\":\"\",\"iconBottomMargin\":30,\"iconImage\":{\"id\":90,\"title\":\"swimming-pool\",\"filename\":\"swimming-pool.jpg\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/swimming-pool.jpg\",\"link\":\"https://blueroan.netgen.cloud/swimming-pool/\",\"alt\":\"\",\"author\":\"34\",\"description\":\"\",\"caption\":\"\",\"name\":\"swimming-pool\",\"status\":\"inherit\",\"uploadedTo\":0,\"date\":\"2021-05-07T14:28:45.000Z\",\"modified\":\"2021-05-07T14:28:45.000Z\",\"menuOrder\":0,\"mime\":\"image/jpeg\",\"type\":\"image\",\"subtype\":\"jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/default.png\",\"dateFormatted\":\"May 7, 2021\",\"nonces\":{\"update\":\"971c957832\",\"delete\":\"8fb57461ba\",\"edit\":\"e9a8bb1d06\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=90\\u0026action=edit\",\"meta\":false,\"authorName\":\"Rishabh\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/user-edit.php?user_id=34\",\"filesizeInBytes\":29663,\"filesizeHumanReadable\":\"29 KB\",\"context\":\"\",\"height\":440,\"width\":370,\"orientation\":\"portrait\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/swimming-pool-150x150.jpg\",\"orientation\":\"landscape\"},\"medium\":{\"height\":300,\"width\":252,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/swimming-pool-252x300-1.jpg\",\"orientation\":\"portrait\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/swimming-pool.jpg\",\"height\":440,\"width\":370,\"orientation\":\"portrait\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"imageSize\":\"full\",\"imageWidth\":100,\"imageWidthMobile\":100,\"imageWidthTablet\":100,\"paddingBtnTop\":10,\"paddingBtnBottom\":10,\"paddingBtnLeft\":14,\"paddingBtnRight\":14,\"imageWidthUnit\":\"%\",\"imageWidthUnitTablet\":\"%\",\"imageWidthUnitMobile\":\"%\",\"subHeadTopMargin\":0,\"subHeadRightMargin\":40,\"subHeadLeftMargin\":0,\"subHeadMarginTopTablet\":0,\"subHeadMarginRightTablet\":0,\"subHeadTabletSpace\":20,\"subHeadMarginLeftTablet\":0,\"imgTagHeight\":118,\"imgTagWidth\":370,\"btnBorderTopWidth\":1,\"btnBorderLeftWidth\":1,\"btnBorderRightWidth\":1,\"btnBorderBottomWidth\":1,\"btnBorderTopLeftRadius\":0,\"btnBorderTopRightRadius\":0,\"btnBorderBottomLeftRadius\":0,\"btnBorderBottomRightRadius\":0,\"btnBorderStyle\":\"solid\",\"btnBorderColor\":\"#333\"} -->\n<div class=\"wp-block-uagb-info-box uagb-block-8456e223 uagb-infobox__content-wrap  uagb-infobox-icon-above-title uagb-infobox-image-valign-top\"><div class=\"uagb-ifb-content\"><div class=\"uagb-ifb-image-content\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/swimming-pool.jpg\" alt=\"\" width=\"100\" height=\"118\" loading=\"lazy\"/></div><div class=\"uagb-ifb-title-wrap\"><h3 class=\"uagb-ifb-title\">An Infinite-edge Pool​</h3></div><p class=\"uagb-ifb-desc\">Experience the joy of swimming in our infinity-edge pool that gives you a nice picturesque view.</p><div class=\"uagb-ifb-button-wrapper wp-block-button\"><a href=\"\" target=\"_self\" class=\"uagb-infobox-cta-link uagb-disable-link\" rel=\"noopener noreferrer\" alt=\"\"><span class=\"uagb-inline-editing\">READ MORE</span></a></div></div></div>\n<!-- /wp:uagb/info-box -->\n\n<!-- wp:uagb/info-box {\"classMigrate\":true,\"headingAlign\":\"left\",\"headingColor\":\"\",\"subHeadingColor\":\"\",\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"source_type\":\"image\",\"block_id\":\"89f1ca4a\",\"ctaIcon\":\"\",\"ctaType\":\"text\",\"ctaText\":\"READ MORE\",\"ctaLinkColor\":\"var(\\u002d\\u002dast-global-color-0)\",\"ctaDecoration\":\"underline\",\"ctaFontSize\":12,\"ctaFontWeight\":\"600\",\"ctaLetterSpacing\":2,\"ctaBorderColor\":\"\",\"ctaBorderStyle\":\"\",\"ctaBorderWidth\":\"\",\"ctaBorderRadius\":\"\",\"iconBottomMargin\":30,\"iconImage\":{\"id\":235,\"title\":\"spa\",\"filename\":\"spa.jpg\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/spa.jpg\",\"link\":\"https://blueroan.netgen.cloud/spa/\",\"alt\":\"\",\"author\":\"34\",\"description\":\"\",\"caption\":\"\",\"name\":\"spa\",\"status\":\"inherit\",\"uploadedTo\":0,\"date\":\"2021-05-11T10:14:20.000Z\",\"modified\":\"2021-05-11T10:14:20.000Z\",\"menuOrder\":0,\"mime\":\"image/jpeg\",\"type\":\"image\",\"subtype\":\"jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/default.png\",\"dateFormatted\":\"May 11, 2021\",\"nonces\":{\"update\":\"580ee12d5e\",\"delete\":\"261a8e7a22\",\"edit\":\"6139a47c8c\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=235\\u0026action=edit\",\"meta\":false,\"authorName\":\"Rishabh\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/user-edit.php?user_id=34\",\"filesizeInBytes\":27664,\"filesizeHumanReadable\":\"27 KB\",\"context\":\"\",\"height\":440,\"width\":370,\"orientation\":\"portrait\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/spa-150x150.jpg\",\"orientation\":\"landscape\"},\"medium\":{\"height\":300,\"width\":252,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/spa-252x300-1.jpg\",\"orientation\":\"portrait\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/spa.jpg\",\"height\":440,\"width\":370,\"orientation\":\"portrait\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"imageSize\":\"full\",\"imageWidth\":100,\"imageWidthMobile\":100,\"imageWidthTablet\":100,\"paddingBtnTop\":10,\"paddingBtnBottom\":10,\"paddingBtnLeft\":14,\"paddingBtnRight\":14,\"imageWidthUnit\":\"%\",\"imageWidthUnitTablet\":\"%\",\"imageWidthUnitMobile\":\"%\",\"subHeadTopMargin\":0,\"subHeadRightMargin\":40,\"subHeadLeftMargin\":0,\"subHeadMarginTopTablet\":0,\"subHeadMarginRightTablet\":0,\"subHeadTabletSpace\":20,\"subHeadMarginLeftTablet\":0,\"imgTagHeight\":118,\"imgTagWidth\":370,\"btnBorderTopWidth\":1,\"btnBorderLeftWidth\":1,\"btnBorderRightWidth\":1,\"btnBorderBottomWidth\":1,\"btnBorderTopLeftRadius\":0,\"btnBorderTopRightRadius\":0,\"btnBorderBottomLeftRadius\":0,\"btnBorderBottomRightRadius\":0,\"btnBorderStyle\":\"solid\",\"btnBorderColor\":\"#333\"} -->\n<div class=\"wp-block-uagb-info-box uagb-block-89f1ca4a uagb-infobox__content-wrap  uagb-infobox-icon-above-title uagb-infobox-image-valign-top\"><div class=\"uagb-ifb-content\"><div class=\"uagb-ifb-image-content\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/spa.jpg\" alt=\"\" width=\"100\" height=\"118\" loading=\"lazy\"/></div><div class=\"uagb-ifb-title-wrap\"><h3 class=\"uagb-ifb-title\">An Iconic Spa​</h3></div><p class=\"uagb-ifb-desc\">Set forth on an exquisite wellness journey to refresh, re-energize and rejuvenate at our iconic spa.</p><div class=\"uagb-ifb-button-wrapper wp-block-button\"><a href=\"\" target=\"_self\" class=\"uagb-infobox-cta-link uagb-disable-link\" rel=\"noopener noreferrer\" alt=\"\"><span class=\"uagb-inline-editing\">READ MORE</span></a></div></div></div>\n<!-- /wp:uagb/info-box -->\n\n<!-- wp:uagb/info-box {\"classMigrate\":true,\"headingAlign\":\"left\",\"headingColor\":\"\",\"subHeadingColor\":\"\",\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"source_type\":\"image\",\"block_id\":\"3f979e8c\",\"ctaIcon\":\"\",\"ctaType\":\"text\",\"ctaText\":\"READ MORE\",\"ctaLinkColor\":\"var(\\u002d\\u002dast-global-color-0)\",\"ctaDecoration\":\"underline\",\"ctaFontSize\":12,\"ctaFontWeight\":\"600\",\"ctaLetterSpacing\":2,\"ctaBorderColor\":\"\",\"ctaBorderStyle\":\"\",\"ctaBorderWidth\":\"\",\"ctaBorderRadius\":\"\",\"iconBottomMargin\":30,\"iconImage\":{\"id\":115,\"title\":\"rooms\",\"filename\":\"rooms.jpg\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/rooms.jpg\",\"link\":\"https://blueroan.netgen.cloud/rooms-2/\",\"alt\":\"\",\"author\":\"34\",\"description\":\"\",\"caption\":\"\",\"name\":\"rooms-2\",\"status\":\"inherit\",\"uploadedTo\":0,\"date\":\"2021-05-11T04:53:41.000Z\",\"modified\":\"2021-05-11T04:53:41.000Z\",\"menuOrder\":0,\"mime\":\"image/jpeg\",\"type\":\"image\",\"subtype\":\"jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/default.png\",\"dateFormatted\":\"May 11, 2021\",\"nonces\":{\"update\":\"4e23be63e1\",\"delete\":\"0c10fb0869\",\"edit\":\"714e3ba079\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=115\\u0026action=edit\",\"meta\":false,\"authorName\":\"Rishabh\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/user-edit.php?user_id=34\",\"filesizeInBytes\":31085,\"filesizeHumanReadable\":\"30 KB\",\"context\":\"\",\"height\":440,\"width\":370,\"orientation\":\"portrait\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/rooms-150x150.jpg\",\"orientation\":\"landscape\"},\"medium\":{\"height\":300,\"width\":252,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/rooms-252x300-1.jpg\",\"orientation\":\"portrait\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/rooms.jpg\",\"height\":440,\"width\":370,\"orientation\":\"portrait\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"imageSize\":\"full\",\"imageWidth\":100,\"imageWidthMobile\":100,\"imageWidthTablet\":100,\"paddingBtnTop\":10,\"paddingBtnBottom\":10,\"paddingBtnLeft\":14,\"paddingBtnRight\":14,\"imageWidthUnit\":\"%\",\"imageWidthUnitTablet\":\"%\",\"imageWidthUnitMobile\":\"%\",\"subHeadTopMargin\":0,\"subHeadRightMargin\":40,\"subHeadLeftMargin\":0,\"subHeadMarginTopTablet\":0,\"subHeadMarginRightTablet\":0,\"subHeadTabletSpace\":20,\"subHeadMarginLeftTablet\":0,\"imgTagHeight\":118,\"imgTagWidth\":370,\"btnBorderTopWidth\":1,\"btnBorderLeftWidth\":1,\"btnBorderRightWidth\":1,\"btnBorderBottomWidth\":1,\"btnBorderTopLeftRadius\":0,\"btnBorderTopRightRadius\":0,\"btnBorderBottomLeftRadius\":0,\"btnBorderBottomRightRadius\":0,\"btnBorderStyle\":\"solid\",\"btnBorderColor\":\"#333\"} -->\n<div class=\"wp-block-uagb-info-box uagb-block-3f979e8c uagb-infobox__content-wrap  uagb-infobox-icon-above-title uagb-infobox-image-valign-top\"><div class=\"uagb-ifb-content\"><div class=\"uagb-ifb-image-content\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/rooms.jpg\" alt=\"\" width=\"100\" height=\"118\" loading=\"lazy\"/></div><div class=\"uagb-ifb-title-wrap\"><h3 class=\"uagb-ifb-title\">In-house Restaurants​</h3></div><p class=\"uagb-ifb-desc\">We have three in-house restaurants offering different cuisines that you can choose from.</p><div class=\"uagb-ifb-button-wrapper wp-block-button\"><a href=\"\" target=\"_self\" class=\"uagb-infobox-cta-link uagb-disable-link\" rel=\"noopener noreferrer\" alt=\"\"><span class=\"uagb-inline-editing\">READ MORE</span></a></div></div></div>\n<!-- /wp:uagb/info-box --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"89f335bb\",\"directionDesktop\":\"row\",\"alignItemsTablet\":\"flex-start\",\"topPaddingMobile\":65,\"paddingLink\":false,\"topMarginDesktop\":48,\"bottomMarginDesktop\":0,\"leftMarginDesktop\":0,\"rightMarginDesktop\":0,\"topMarginTablet\":20,\"bottomMarginTablet\":0,\"leftMarginTablet\":0,\"rightMarginTablet\":0,\"marginLink\":false,\"variationSelected\":true,\"rowGapMobile\":65,\"columnGapDesktop\":48,\"columnGapTablet\":20} -->\n<div class=\"wp-block-uagb-container uagb-block-89f335bb\"><!-- wp:uagb/info-box {\"classMigrate\":true,\"headingAlign\":\"left\",\"headingColor\":\"\",\"subHeadingColor\":\"\",\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"source_type\":\"image\",\"block_id\":\"e01cfe11\",\"ctaIcon\":\"\",\"ctaType\":\"text\",\"ctaText\":\"READ MORE\",\"ctaLinkColor\":\"var(\\u002d\\u002dast-global-color-0)\",\"ctaDecoration\":\"underline\",\"ctaFontSize\":12,\"ctaFontWeight\":\"600\",\"ctaLetterSpacing\":2,\"ctaBorderColor\":\"\",\"ctaBorderStyle\":\"\",\"ctaBorderWidth\":\"\",\"ctaBorderRadius\":\"\",\"iconBottomMargin\":30,\"iconImage\":{\"id\":238,\"title\":\"bathtub\",\"filename\":\"bathtub.jpg\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/bathtub.jpg\",\"link\":\"https://blueroan.netgen.cloud/bathtub/\",\"alt\":\"\",\"author\":\"34\",\"description\":\"\",\"caption\":\"\",\"name\":\"bathtub\",\"status\":\"inherit\",\"uploadedTo\":0,\"date\":\"2021-05-11T10:44:17.000Z\",\"modified\":\"2021-05-11T10:44:17.000Z\",\"menuOrder\":0,\"mime\":\"image/jpeg\",\"type\":\"image\",\"subtype\":\"jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/default.png\",\"dateFormatted\":\"May 11, 2021\",\"nonces\":{\"update\":\"29793a5dce\",\"delete\":\"4acd90ad70\",\"edit\":\"57a620e1e6\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=238\\u0026action=edit\",\"meta\":false,\"authorName\":\"Rishabh\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/user-edit.php?user_id=34\",\"filesizeInBytes\":25801,\"filesizeHumanReadable\":\"25 KB\",\"context\":\"\",\"height\":440,\"width\":370,\"orientation\":\"portrait\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/bathtub-150x150.jpg\",\"orientation\":\"landscape\"},\"medium\":{\"height\":300,\"width\":252,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/bathtub-252x300-1.jpg\",\"orientation\":\"portrait\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/bathtub.jpg\",\"height\":440,\"width\":370,\"orientation\":\"portrait\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"imageSize\":\"full\",\"imageWidth\":100,\"imageWidthMobile\":100,\"imageWidthTablet\":100,\"paddingBtnTop\":10,\"paddingBtnBottom\":10,\"paddingBtnLeft\":14,\"paddingBtnRight\":14,\"imageWidthUnit\":\"%\",\"imageWidthUnitTablet\":\"%\",\"imageWidthUnitMobile\":\"%\",\"subHeadTopMargin\":0,\"subHeadRightMargin\":40,\"subHeadLeftMargin\":0,\"subHeadMarginTopTablet\":0,\"subHeadMarginRightTablet\":0,\"subHeadTabletSpace\":20,\"subHeadMarginLeftTablet\":0,\"imgTagHeight\":118,\"imgTagWidth\":370,\"btnBorderTopWidth\":1,\"btnBorderLeftWidth\":1,\"btnBorderRightWidth\":1,\"btnBorderBottomWidth\":1,\"btnBorderTopLeftRadius\":0,\"btnBorderTopRightRadius\":0,\"btnBorderBottomLeftRadius\":0,\"btnBorderBottomRightRadius\":0,\"btnBorderStyle\":\"solid\",\"btnBorderColor\":\"#333\"} -->\n<div class=\"wp-block-uagb-info-box uagb-block-e01cfe11 uagb-infobox__content-wrap  uagb-infobox-icon-above-title uagb-infobox-image-valign-top\"><div class=\"uagb-ifb-content\"><div class=\"uagb-ifb-image-content\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/bathtub.jpg\" alt=\"\" width=\"100\" height=\"118\" loading=\"lazy\"/></div><div class=\"uagb-ifb-title-wrap\"><h3 class=\"uagb-ifb-title\">Deep Soaking Bath-tub​</h3></div><p class=\"uagb-ifb-desc\">Take a dip into these special bath-tubs to soak into a refreshing vacation mode that you’ve wanted.</p><div class=\"uagb-ifb-button-wrapper wp-block-button\"><a href=\"\" target=\"_self\" class=\"uagb-infobox-cta-link uagb-disable-link\" rel=\"noopener noreferrer\" alt=\"\"><span class=\"uagb-inline-editing\">READ MORE</span></a></div></div></div>\n<!-- /wp:uagb/info-box -->\n\n<!-- wp:uagb/info-box {\"classMigrate\":true,\"headingAlign\":\"left\",\"headingColor\":\"\",\"subHeadingColor\":\"\",\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"source_type\":\"image\",\"block_id\":\"7bb12af3\",\"ctaIcon\":\"\",\"ctaType\":\"text\",\"ctaText\":\"READ MORE\",\"ctaLinkColor\":\"var(\\u002d\\u002dast-global-color-0)\",\"ctaDecoration\":\"underline\",\"ctaFontSize\":12,\"ctaFontWeight\":\"600\",\"ctaLetterSpacing\":2,\"ctaBorderColor\":\"\",\"ctaBorderStyle\":\"\",\"ctaBorderWidth\":\"\",\"ctaBorderRadius\":\"\",\"iconBottomMargin\":30,\"iconImage\":{\"id\":239,\"title\":\"computer\",\"filename\":\"computer.jpg\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/computer.jpg\",\"link\":\"https://blueroan.netgen.cloud/computer/\",\"alt\":\"\",\"author\":\"34\",\"description\":\"\",\"caption\":\"\",\"name\":\"computer\",\"status\":\"inherit\",\"uploadedTo\":0,\"date\":\"2021-05-11T10:52:29.000Z\",\"modified\":\"2021-05-11T10:52:29.000Z\",\"menuOrder\":0,\"mime\":\"image/jpeg\",\"type\":\"image\",\"subtype\":\"jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/default.png\",\"dateFormatted\":\"May 11, 2021\",\"nonces\":{\"update\":\"c93d357559\",\"delete\":\"e315522836\",\"edit\":\"9dcded08ba\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=239\\u0026action=edit\",\"meta\":false,\"authorName\":\"Rishabh\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/user-edit.php?user_id=34\",\"filesizeInBytes\":26197,\"filesizeHumanReadable\":\"26 KB\",\"context\":\"\",\"height\":440,\"width\":370,\"orientation\":\"portrait\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/computer-150x150.jpg\",\"orientation\":\"landscape\"},\"medium\":{\"height\":300,\"width\":252,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/computer-252x300-1.jpg\",\"orientation\":\"portrait\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/computer.jpg\",\"height\":440,\"width\":370,\"orientation\":\"portrait\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"imageSize\":\"full\",\"imageWidth\":100,\"imageWidthMobile\":100,\"imageWidthTablet\":100,\"paddingBtnTop\":10,\"paddingBtnBottom\":10,\"paddingBtnLeft\":14,\"paddingBtnRight\":14,\"imageWidthUnit\":\"%\",\"imageWidthUnitTablet\":\"%\",\"imageWidthUnitMobile\":\"%\",\"subHeadTopMargin\":0,\"subHeadRightMargin\":40,\"subHeadLeftMargin\":0,\"subHeadMarginTopTablet\":0,\"subHeadMarginRightTablet\":0,\"subHeadTabletSpace\":20,\"subHeadMarginLeftTablet\":0,\"imgTagHeight\":118,\"imgTagWidth\":370,\"btnBorderTopWidth\":1,\"btnBorderLeftWidth\":1,\"btnBorderRightWidth\":1,\"btnBorderBottomWidth\":1,\"btnBorderTopLeftRadius\":0,\"btnBorderTopRightRadius\":0,\"btnBorderBottomLeftRadius\":0,\"btnBorderBottomRightRadius\":0,\"btnBorderStyle\":\"solid\",\"btnBorderColor\":\"#333\"} -->\n<div class=\"wp-block-uagb-info-box uagb-block-7bb12af3 uagb-infobox__content-wrap  uagb-infobox-icon-above-title uagb-infobox-image-valign-top\"><div class=\"uagb-ifb-content\"><div class=\"uagb-ifb-image-content\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/computer.jpg\" alt=\"\" width=\"100\" height=\"118\" loading=\"lazy\"/></div><div class=\"uagb-ifb-title-wrap\"><h3 class=\"uagb-ifb-title\">Guest Computer &amp; WiFi​</h3></div><p class=\"uagb-ifb-desc\">We offer special computers and WiFi for guests who’d like to stay connected while on vacation.</p><div class=\"uagb-ifb-button-wrapper wp-block-button\"><a href=\"\" target=\"_self\" class=\"uagb-infobox-cta-link uagb-disable-link\" rel=\"noopener noreferrer\" alt=\"\"><span class=\"uagb-inline-editing\">READ MORE</span></a></div></div></div>\n<!-- /wp:uagb/info-box -->\n\n<!-- wp:uagb/info-box {\"classMigrate\":true,\"headingAlign\":\"left\",\"headingColor\":\"\",\"subHeadingColor\":\"\",\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"source_type\":\"image\",\"block_id\":\"1af2ebbe\",\"ctaIcon\":\"\",\"ctaType\":\"text\",\"ctaText\":\"READ MORE\",\"ctaLinkColor\":\"var(\\u002d\\u002dast-global-color-0)\",\"ctaDecoration\":\"underline\",\"ctaFontSize\":12,\"ctaFontWeight\":\"600\",\"ctaLetterSpacing\":2,\"ctaBorderColor\":\"\",\"ctaBorderStyle\":\"\",\"ctaBorderWidth\":\"\",\"ctaBorderRadius\":\"\",\"iconBottomMargin\":30,\"iconImage\":{\"id\":237,\"title\":\"concierge\",\"filename\":\"concierge.jpg\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/concierge.jpg\",\"link\":\"https://blueroan.netgen.cloud/concierge/\",\"alt\":\"\",\"author\":\"34\",\"description\":\"\",\"caption\":\"\",\"name\":\"concierge\",\"status\":\"inherit\",\"uploadedTo\":0,\"date\":\"2021-05-11T10:34:38.000Z\",\"modified\":\"2021-05-11T10:34:38.000Z\",\"menuOrder\":0,\"mime\":\"image/jpeg\",\"type\":\"image\",\"subtype\":\"jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/default.png\",\"dateFormatted\":\"May 11, 2021\",\"nonces\":{\"update\":\"ddeaf2c47b\",\"delete\":\"8c12e990c8\",\"edit\":\"7b5113c612\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=237\\u0026action=edit\",\"meta\":false,\"authorName\":\"Rishabh\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/user-edit.php?user_id=34\",\"filesizeInBytes\":32483,\"filesizeHumanReadable\":\"32 KB\",\"context\":\"\",\"height\":440,\"width\":370,\"orientation\":\"portrait\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/concierge-150x150.jpg\",\"orientation\":\"landscape\"},\"medium\":{\"height\":300,\"width\":252,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/concierge-252x300-1.jpg\",\"orientation\":\"portrait\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/concierge.jpg\",\"height\":440,\"width\":370,\"orientation\":\"portrait\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"imageSize\":\"full\",\"imageWidth\":100,\"imageWidthMobile\":100,\"imageWidthTablet\":100,\"paddingBtnTop\":10,\"paddingBtnBottom\":10,\"paddingBtnLeft\":14,\"paddingBtnRight\":14,\"imageWidthUnit\":\"%\",\"imageWidthUnitTablet\":\"%\",\"imageWidthUnitMobile\":\"%\",\"subHeadTopMargin\":0,\"subHeadRightMargin\":40,\"subHeadLeftMargin\":0,\"subHeadMarginTopTablet\":0,\"subHeadMarginRightTablet\":0,\"subHeadTabletSpace\":20,\"subHeadMarginLeftTablet\":0,\"imgTagHeight\":118,\"imgTagWidth\":370,\"btnBorderTopWidth\":1,\"btnBorderLeftWidth\":1,\"btnBorderRightWidth\":1,\"btnBorderBottomWidth\":1,\"btnBorderTopLeftRadius\":0,\"btnBorderTopRightRadius\":0,\"btnBorderBottomLeftRadius\":0,\"btnBorderBottomRightRadius\":0,\"btnBorderStyle\":\"solid\",\"btnBorderColor\":\"#333\"} -->\n<div class=\"wp-block-uagb-info-box uagb-block-1af2ebbe uagb-infobox__content-wrap  uagb-infobox-icon-above-title uagb-infobox-image-valign-top\"><div class=\"uagb-ifb-content\"><div class=\"uagb-ifb-image-content\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/concierge.jpg\" alt=\"\" width=\"100\" height=\"118\" loading=\"lazy\"/></div><div class=\"uagb-ifb-title-wrap\"><h3 class=\"uagb-ifb-title\">24 Hour Concierge​</h3></div><p class=\"uagb-ifb-desc\">We have three in-house restaurants offering different cuisines that you can choose from.</p><div class=\"uagb-ifb-button-wrapper wp-block-button\"><a href=\"\" target=\"_self\" class=\"uagb-infobox-cta-link uagb-disable-link\" rel=\"noopener noreferrer\" alt=\"\"><span class=\"uagb-inline-editing\">READ MORE</span></a></div></div></div>\n<!-- /wp:uagb/info-box --></div>\n<!-- /wp:uagb/container --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"align\":\"center\",\"id\":828,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image aligncenter size-full\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Blue-Roan-pool.png\" alt=\"Blue Roan\'s rock pool\" class=\"wp-image-828\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>A relaxing rock Pool​</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>We have a lovely sparkling blue rock pool next to a thatched Lapa. &nbsp;&nbsp;Lie on recliners on the green lawn or sit on the swing chair in the Lapa and enjoy the panoramic view of the Magaliesberg mountain range.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":829,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/img-20160605-wa0002-largejpg.png\" alt=\"\" class=\"wp-image-829\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>Braai facilities </h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>What can compare to a burning fire under the star-lit African sky? Nothing beats the flavor of cooking over an open flame.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":830,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/ef9d0188da11e2bc56788f5619d9d539.png\" alt=\"\" class=\"wp-image-830\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>A games room </h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>The reception is also a games room for those who enjoy darts or playing pool. &nbsp;Take a selection of DVDs back to your room and watch movies on your own DVD player. &nbsp;There is also a selection of board games and music CDs that you can borrow.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:uagb/container {\"block_id\":\"e5977872\",\"innerContentWidth\":\"alignfull\",\"directionDesktop\":\"row\",\"wrapTablet\":\"wrap\",\"variationSelected\":true,\"rowGapTablet\":0,\"columnGapDesktop\":0,\"isBlockRootParent\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-e5977872 alignfull uagb-is-root-container\"><!-- wp:uagb/container {\"block_id\":\"029616d3\",\"widthDesktop\":25,\"widthTablet\":50,\"variationSelected\":true,\"widthSetByUser\":true,\"UAGHideMob\":true,\"UAGResponsiveConditions\":true} -->\n<div class=\"wp-block-uagb-container uag-hide-mob uagb-block-029616d3\"><!-- wp:uagb/image {\"block_id\":\"24682854\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/amenities-1.jpg\",\"id\":220,\"linkDestination\":\"none\",\"width\":480,\"height\":500,\"naturalWidth\":480,\"naturalHeight\":500,\"sizeSlug\":\"full\",\"sizeSlugTablet\":\"full\",\"sizeSlugMobile\":\"full\"} -->\n<div class=\"wp-block-uagb-image uagb-block-24682854 wp-block-uagb-image--layout-default wp-block-uagb-image--effect-static wp-block-uagb-image--align-none\"><figure class=\"wp-block-uagb-image__figure\"><img srcset=\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/amenities-1.jpg \" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/amenities-1.jpg\" alt=\"\" class=\"uag-image-220\" width=\"480\" height=\"500\" title=\"\" loading=\"lazy\"/></figure></div>\n<!-- /wp:uagb/image --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"f67b8c88\",\"widthDesktop\":25,\"widthTablet\":50,\"variationSelected\":true,\"widthSetByUser\":true,\"UAGHideMob\":true,\"UAGResponsiveConditions\":true} -->\n<div class=\"wp-block-uagb-container uag-hide-mob uagb-block-f67b8c88\"><!-- wp:uagb/image {\"block_id\":\"6ce19eee\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/amenities-3.jpg\",\"id\":222,\"linkDestination\":\"none\",\"naturalWidth\":480,\"naturalHeight\":500,\"sizeSlug\":\"full\",\"sizeSlugTablet\":\"full\",\"sizeSlugMobile\":\"full\"} -->\n<div class=\"wp-block-uagb-image uagb-block-6ce19eee wp-block-uagb-image--layout-default wp-block-uagb-image--effect-static wp-block-uagb-image--align-none\"><figure class=\"wp-block-uagb-image__figure\"><img srcset=\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/amenities-3.jpg \" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/amenities-3.jpg\" alt=\"\" class=\"uag-image-222\" width=\"\" height=\"\" title=\"\" loading=\"lazy\"/></figure></div>\n<!-- /wp:uagb/image --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"2242899e\",\"widthDesktop\":50,\"widthTablet\":100,\"variationSelected\":true,\"columnGapDesktop\":20,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-2242899e\"><!-- wp:uagb/image {\"block_id\":\"04555333\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/amenities-5.jpg\",\"id\":224,\"linkDestination\":\"none\",\"width\":960,\"height\":500,\"naturalWidth\":960,\"naturalHeight\":500,\"sizeSlug\":\"full\",\"sizeSlugTablet\":\"full\",\"sizeSlugMobile\":\"full\"} -->\n<div class=\"wp-block-uagb-image uagb-block-04555333 wp-block-uagb-image--layout-default wp-block-uagb-image--effect-static wp-block-uagb-image--align-none\"><figure class=\"wp-block-uagb-image__figure\"><img srcset=\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/amenities-5.jpg \" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/amenities-5.jpg\" alt=\"\" class=\"uag-image-224\" width=\"960\" height=\"500\" title=\"\" loading=\"lazy\"/></figure></div>\n<!-- /wp:uagb/image --></div>\n<!-- /wp:uagb/container --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"07f2a1f7\",\"innerContentWidth\":\"alignfull\",\"directionDesktop\":\"row\",\"wrapTablet\":\"wrap\",\"variationSelected\":true,\"rowGapTablet\":0,\"columnGapDesktop\":0,\"isBlockRootParent\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-07f2a1f7 alignfull uagb-is-root-container\"><!-- wp:uagb/container {\"block_id\":\"1978f090\",\"widthDesktop\":50,\"widthTablet\":100,\"variationSelected\":true,\"columnGapDesktop\":20,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-1978f090\"><!-- wp:uagb/image {\"block_id\":\"40d10fc8\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/amenities-6-1.jpg\",\"id\":230,\"linkDestination\":\"none\",\"naturalWidth\":960,\"naturalHeight\":500,\"sizeSlug\":\"full\",\"sizeSlugTablet\":\"full\",\"sizeSlugMobile\":\"full\"} -->\n<div class=\"wp-block-uagb-image uagb-block-40d10fc8 wp-block-uagb-image--layout-default wp-block-uagb-image--effect-static wp-block-uagb-image--align-none\"><figure class=\"wp-block-uagb-image__figure\"><img srcset=\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/amenities-6-1.jpg \" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/amenities-6-1.jpg\" alt=\"\" class=\"uag-image-230\" width=\"\" height=\"\" title=\"\" loading=\"lazy\"/></figure></div>\n<!-- /wp:uagb/image --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"cc1c0d57\",\"widthDesktop\":25,\"variationSelected\":true,\"widthSetByUser\":true,\"UAGHideMob\":true,\"UAGResponsiveConditions\":true} -->\n<div class=\"wp-block-uagb-container uag-hide-mob uagb-block-cc1c0d57\"><!-- wp:uagb/image {\"block_id\":\"85e3f4aa\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/amenities-2.jpg\",\"id\":221,\"linkDestination\":\"none\",\"naturalWidth\":480,\"naturalHeight\":500,\"sizeSlug\":\"full\",\"sizeSlugTablet\":\"full\",\"sizeSlugMobile\":\"full\"} -->\n<div class=\"wp-block-uagb-image uagb-block-85e3f4aa wp-block-uagb-image--layout-default wp-block-uagb-image--effect-static wp-block-uagb-image--align-none\"><figure class=\"wp-block-uagb-image__figure\"><img srcset=\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/amenities-2.jpg \" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/amenities-2.jpg\" alt=\"\" class=\"uag-image-221\" width=\"\" height=\"\" title=\"\" loading=\"lazy\"/></figure></div>\n<!-- /wp:uagb/image --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"257a6b0e\",\"widthDesktop\":25,\"variationSelected\":true,\"widthSetByUser\":true,\"UAGHideMob\":true,\"UAGResponsiveConditions\":true} -->\n<div class=\"wp-block-uagb-container uag-hide-mob uagb-block-257a6b0e\"><!-- wp:uagb/image {\"block_id\":\"5f49332e\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/amenities-4.jpg\",\"id\":223,\"linkDestination\":\"none\",\"naturalWidth\":480,\"naturalHeight\":500,\"sizeSlug\":\"full\",\"sizeSlugTablet\":\"full\",\"sizeSlugMobile\":\"full\"} -->\n<div class=\"wp-block-uagb-image uagb-block-5f49332e wp-block-uagb-image--layout-default wp-block-uagb-image--effect-static wp-block-uagb-image--align-none\"><figure class=\"wp-block-uagb-image__figure\"><img srcset=\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/amenities-4.jpg \" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/amenities-4.jpg\" alt=\"\" class=\"uag-image-223\" width=\"\" height=\"\" title=\"\" loading=\"lazy\"/></figure></div>\n<!-- /wp:uagb/image --></div>\n<!-- /wp:uagb/container --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"12fa4b1c\",\"backgroundType\":\"color\",\"backgroundSizeTablet\":\"cover\",\"backgroundSizeMobile\":\"cover\",\"backgroundColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"topPaddingDesktop\":120,\"bottomPaddingDesktop\":120,\"topPaddingTablet\":80,\"bottomPaddingTablet\":80,\"leftPaddingTablet\":30,\"rightPaddingTablet\":30,\"topPaddingMobile\":80,\"bottomPaddingMobile\":80,\"leftPaddingMobile\":20,\"rightPaddingMobile\":20,\"paddingLink\":false,\"variationSelected\":true,\"rowGapDesktop\":0,\"rowGapTablet\":0,\"isBlockRootParent\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-12fa4b1c alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/container {\"block_id\":\"f27b35ee\",\"directionDesktop\":\"row\",\"alignItemsDesktop\":\"flex-end\",\"alignItemsTablet\":\"flex-end\",\"justifyContentDesktop\":\"flex-end\",\"justifyContentTablet\":\"space-between\",\"variationSelected\":true,\"rowGapMobile\":30,\"columnGapDesktop\":0} -->\n<div class=\"wp-block-uagb-container uagb-block-f27b35ee\"><!-- wp:uagb/advanced-heading {\"block_id\":\"b620d8c6\",\"classMigrate\":true,\"headingDescToggle\":true,\"subHeadingColor\":\"\",\"headSpace\":20,\"subHeadFontSize\":16} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-b620d8c6\"><h2 class=\"uagb-heading-text\">Other Perks &amp; Facilities ​</h2><p class=\"uagb-desc-text\">Looking for more? Well, we believe that every guest walks into our hotel for the best experience. And, we are determined to do that.</p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/buttons {\"block_id\":\"d9af72fc\",\"classMigrate\":true,\"childMigrate\":true,\"align\":\"right\",\"alignTablet\":\"right\",\"alignMobile\":\"left\",\"gap\":0} -->\n<div class=\"wp-block-uagb-buttons uagb-buttons__outer-wrap uagb-btn__default-btn uagb-btn-tablet__default-btn uagb-btn-mobile__default-btn uagb-block-d9af72fc\"><div class=\"uagb-buttons__wrap uagb-buttons-layout-wrap\"><!-- wp:uagb/buttons-child {\"block_id\":\"e02e5b55\",\"label\":\"Get Bookings\",\"link\":\"#\",\"hColor\":\"\",\"borderWidth\":\"\",\"borderRadius\":\"\",\"borderStyle\":\"\",\"borderColor\":\"\",\"borderHColor\":\"\",\"btnBorderTopWidth\":1,\"btnBorderLeftWidth\":1,\"btnBorderRightWidth\":1,\"btnBorderBottomWidth\":1,\"btnBorderTopLeftRadius\":2,\"btnBorderTopRightRadius\":2,\"btnBorderBottomLeftRadius\":2,\"btnBorderBottomRightRadius\":2,\"btnBorderStyle\":\"solid\",\"btnBorderColor\":\"#333\",\"btnBorderHColor\":\"#333\"} -->\n<div class=\"wp-block-uagb-buttons-child uagb-buttons__outer-wrap uagb-block-e02e5b55 wp-block-button is-style-outline\"><div class=\"uagb-button__wrapper\"><a class=\"uagb-buttons-repeater wp-block-button__link\" href=\"#\" rel=\"follow noopener\" target=\"_self\"><div class=\"uagb-button__link\">Get Bookings</div></a></div></div>\n<!-- /wp:uagb/buttons-child --></div></div>\n<!-- /wp:uagb/buttons --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"db57aeb9\",\"directionDesktop\":\"row\",\"alignItemsTablet\":\"flex-start\",\"paddingLink\":false,\"topMarginDesktop\":54,\"bottomMarginDesktop\":0,\"leftMarginDesktop\":0,\"rightMarginDesktop\":0,\"topMarginTablet\":30,\"bottomMarginTablet\":0,\"leftMarginTablet\":0,\"rightMarginTablet\":0,\"marginLink\":false,\"variationSelected\":true,\"rowGapMobile\":65,\"columnGapDesktop\":48,\"columnGapTablet\":20} -->\n<div class=\"wp-block-uagb-container uagb-block-db57aeb9\"><!-- wp:uagb/info-box {\"classMigrate\":true,\"headingAlign\":\"left\",\"headingColor\":\"\",\"subHeadingColor\":\"\",\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"source_type\":\"image\",\"block_id\":\"bc5caedb\",\"ctaType\":\"text\",\"ctaText\":\"READ MORE\",\"ctaLinkColor\":\"var(\\u002d\\u002dast-global-color-0)\",\"ctaDecoration\":\"underline\",\"ctaFontSize\":12,\"ctaFontWeight\":\"600\",\"ctaLetterSpacing\":2,\"ctaBorderStyle\":\"\",\"iconBottomMargin\":30,\"iconImage\":{\"id\":240,\"title\":\"terrace\",\"filename\":\"terrace.jpg\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/terrace.jpg\",\"link\":\"https://blueroan.netgen.cloud/terrace/\",\"alt\":\"\",\"author\":\"34\",\"description\":\"\",\"caption\":\"\",\"name\":\"terrace\",\"status\":\"inherit\",\"uploadedTo\":0,\"date\":\"2021-05-11T10:54:04.000Z\",\"modified\":\"2021-05-11T10:54:04.000Z\",\"menuOrder\":0,\"mime\":\"image/jpeg\",\"type\":\"image\",\"subtype\":\"jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/default.png\",\"dateFormatted\":\"May 11, 2021\",\"nonces\":{\"update\":\"6de8720da3\",\"delete\":\"d7905e75b9\",\"edit\":\"e7132a7b3e\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=240\\u0026action=edit\",\"meta\":false,\"authorName\":\"Rishabh\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/user-edit.php?user_id=34\",\"filesizeInBytes\":40742,\"filesizeHumanReadable\":\"40 KB\",\"context\":\"\",\"height\":440,\"width\":370,\"orientation\":\"portrait\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/terrace-150x150.jpg\",\"orientation\":\"landscape\"},\"medium\":{\"height\":300,\"width\":252,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/terrace-252x300-1.jpg\",\"orientation\":\"portrait\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/terrace.jpg\",\"height\":440,\"width\":370,\"orientation\":\"portrait\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"imageSize\":\"full\",\"imageWidth\":100,\"imageWidthMobile\":100,\"imageWidthTablet\":100,\"paddingBtnTop\":10,\"paddingBtnBottom\":10,\"paddingBtnLeft\":14,\"paddingBtnRight\":14,\"imageWidthUnit\":\"%\",\"imageWidthUnitTablet\":\"%\",\"imageWidthUnitMobile\":\"%\",\"subHeadTopMargin\":0,\"subHeadRightMargin\":40,\"subHeadLeftMargin\":0,\"subHeadMarginTopTablet\":0,\"subHeadMarginRightTablet\":0,\"subHeadTabletSpace\":20,\"subHeadMarginLeftTablet\":0,\"btnBorderStyle\":\"solid\"} -->\n<div class=\"wp-block-uagb-info-box uagb-block-bc5caedb uagb-infobox__content-wrap  uagb-infobox-icon-above-title uagb-infobox-image-valign-top\"><div class=\"uagb-ifb-content\"><div class=\"uagb-ifb-image-content\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/terrace.jpg\" alt=\"\"/></div><div class=\"uagb-ifb-title-wrap\"><h3 class=\"uagb-ifb-title\">Ocean View Terrace​</h3></div><p class=\"uagb-ifb-desc\">Among the scenic beauty of the city we also have an ocean view terrace for every suite in our hotel.</p><div class=\"uagb-ifb-button-wrapper wp-block-button\"><a href=\"#\" target=\"_self\" class=\"uagb-infobox-cta-link\" rel=\"noopener noreferrer\" alt=\"\"><span class=\"uagb-inline-editing\">READ MORE</span></a></div></div></div>\n<!-- /wp:uagb/info-box -->\n\n<!-- wp:uagb/info-box {\"classMigrate\":true,\"headingAlign\":\"left\",\"headingColor\":\"\",\"subHeadingColor\":\"\",\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"source_type\":\"image\",\"block_id\":\"be927766\",\"ctaType\":\"text\",\"ctaText\":\"READ MORE\",\"ctaLinkColor\":\"var(\\u002d\\u002dast-global-color-0)\",\"ctaDecoration\":\"underline\",\"ctaFontSize\":12,\"ctaFontWeight\":\"600\",\"ctaLetterSpacing\":2,\"ctaBorderStyle\":\"\",\"iconBottomMargin\":30,\"iconImage\":{\"id\":89,\"title\":\"food\",\"filename\":\"food.jpg\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/food.jpg\",\"link\":\"https://blueroan.netgen.cloud/food/\",\"alt\":\"\",\"author\":\"34\",\"description\":\"\",\"caption\":\"\",\"name\":\"food\",\"status\":\"inherit\",\"uploadedTo\":0,\"date\":\"2021-05-07T14:24:52.000Z\",\"modified\":\"2021-05-07T14:24:52.000Z\",\"menuOrder\":0,\"mime\":\"image/jpeg\",\"type\":\"image\",\"subtype\":\"jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/default.png\",\"dateFormatted\":\"May 7, 2021\",\"nonces\":{\"update\":\"b06173e227\",\"delete\":\"7de0e70fba\",\"edit\":\"7dc3d40920\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=89\\u0026action=edit\",\"meta\":false,\"authorName\":\"Rishabh\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/user-edit.php?user_id=34\",\"filesizeInBytes\":41933,\"filesizeHumanReadable\":\"41 KB\",\"context\":\"\",\"height\":440,\"width\":370,\"orientation\":\"portrait\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/food-150x150.jpg\",\"orientation\":\"landscape\"},\"medium\":{\"height\":300,\"width\":252,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/food-252x300-1.jpg\",\"orientation\":\"portrait\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/food.jpg\",\"height\":440,\"width\":370,\"orientation\":\"portrait\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"imageSize\":\"full\",\"imageWidth\":100,\"imageWidthMobile\":100,\"imageWidthTablet\":100,\"paddingBtnTop\":10,\"paddingBtnBottom\":10,\"paddingBtnLeft\":14,\"paddingBtnRight\":14,\"imageWidthUnit\":\"%\",\"imageWidthUnitTablet\":\"%\",\"imageWidthUnitMobile\":\"%\",\"subHeadTopMargin\":0,\"subHeadRightMargin\":40,\"subHeadLeftMargin\":0,\"subHeadMarginTopTablet\":0,\"subHeadMarginRightTablet\":0,\"subHeadTabletSpace\":20,\"subHeadMarginLeftTablet\":0,\"btnBorderStyle\":\"solid\"} -->\n<div class=\"wp-block-uagb-info-box uagb-block-be927766 uagb-infobox__content-wrap  uagb-infobox-icon-above-title uagb-infobox-image-valign-top\"><div class=\"uagb-ifb-content\"><div class=\"uagb-ifb-image-content\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/food.jpg\" alt=\"\"/></div><div class=\"uagb-ifb-title-wrap\"><h3 class=\"uagb-ifb-title\">Delicious Food​</h3></div><p class=\"uagb-ifb-desc\">We have team chefs from across the world. So you can enjoy the delicacies anytime during your stay.</p><div class=\"uagb-ifb-button-wrapper wp-block-button\"><a href=\"#\" target=\"_self\" class=\"uagb-infobox-cta-link\" rel=\"noopener noreferrer\" alt=\"\"><span class=\"uagb-inline-editing\">READ MORE</span></a></div></div></div>\n<!-- /wp:uagb/info-box -->\n\n<!-- wp:uagb/info-box {\"classMigrate\":true,\"headingAlign\":\"left\",\"headingColor\":\"\",\"subHeadingColor\":\"\",\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"source_type\":\"image\",\"block_id\":\"762a0a59\",\"ctaType\":\"text\",\"ctaText\":\"READ MORE\",\"ctaLinkColor\":\"var(\\u002d\\u002dast-global-color-0)\",\"ctaDecoration\":\"underline\",\"ctaFontSize\":12,\"ctaFontWeight\":\"600\",\"ctaLetterSpacing\":2,\"ctaBorderStyle\":\"\",\"iconBottomMargin\":30,\"iconImage\":{\"id\":241,\"title\":\"beach\",\"filename\":\"beach.jpg\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/beach.jpg\",\"link\":\"https://blueroan.netgen.cloud/beach/\",\"alt\":\"\",\"author\":\"34\",\"description\":\"\",\"caption\":\"\",\"name\":\"beach\",\"status\":\"inherit\",\"uploadedTo\":0,\"date\":\"2021-05-11T10:56:06.000Z\",\"modified\":\"2021-05-11T10:56:06.000Z\",\"menuOrder\":0,\"mime\":\"image/jpeg\",\"type\":\"image\",\"subtype\":\"jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/default.png\",\"dateFormatted\":\"May 11, 2021\",\"nonces\":{\"update\":\"65c348aac8\",\"delete\":\"6d551f7cf4\",\"edit\":\"026ca70d91\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=241\\u0026action=edit\",\"meta\":false,\"authorName\":\"Rishabh\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/user-edit.php?user_id=34\",\"filesizeInBytes\":38094,\"filesizeHumanReadable\":\"37 KB\",\"context\":\"\",\"height\":440,\"width\":370,\"orientation\":\"portrait\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/beach-150x150.jpg\",\"orientation\":\"landscape\"},\"medium\":{\"height\":300,\"width\":252,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/beach-252x300-1.jpg\",\"orientation\":\"portrait\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/beach.jpg\",\"height\":440,\"width\":370,\"orientation\":\"portrait\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"imageSize\":\"full\",\"imageWidth\":100,\"imageWidthMobile\":100,\"imageWidthTablet\":100,\"paddingBtnTop\":10,\"paddingBtnBottom\":10,\"paddingBtnLeft\":14,\"paddingBtnRight\":14,\"imageWidthUnit\":\"%\",\"imageWidthUnitTablet\":\"%\",\"imageWidthUnitMobile\":\"%\",\"subHeadTopMargin\":0,\"subHeadRightMargin\":40,\"subHeadLeftMargin\":0,\"subHeadMarginTopTablet\":0,\"subHeadMarginRightTablet\":0,\"subHeadTabletSpace\":20,\"subHeadMarginLeftTablet\":0,\"btnBorderStyle\":\"solid\"} -->\n<div class=\"wp-block-uagb-info-box uagb-block-762a0a59 uagb-infobox__content-wrap  uagb-infobox-icon-above-title uagb-infobox-image-valign-top\"><div class=\"uagb-ifb-content\"><div class=\"uagb-ifb-image-content\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/beach.jpg\" alt=\"\"/></div><div class=\"uagb-ifb-title-wrap\"><h3 class=\"uagb-ifb-title\">Private Beach​</h3></div><p class=\"uagb-ifb-desc\">Want to take a dip into the sea? All our guests get complimentary access to our private beach.</p><div class=\"uagb-ifb-button-wrapper wp-block-button\"><a href=\"#\" target=\"_self\" class=\"uagb-infobox-cta-link\" rel=\"noopener noreferrer\" alt=\"\"><span class=\"uagb-inline-editing\">READ MORE</span></a></div></div></div>\n<!-- /wp:uagb/info-box --></div>\n<!-- /wp:uagb/container --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"c2b9cea7\",\"innerContentCustomWidthDesktop\":781,\"innerContentCustomWidthTablet\":781,\"backgroundType\":\"image\",\"backgroundImageDesktop\":{\"id\":54,\"title\":\"background-img\",\"filename\":\"background-img-1.jpg\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/background-img-1.jpg\",\"link\":\"https://blueroan.netgen.cloud/background-img-2/\",\"alt\":\"\",\"author\":\"34\",\"description\":\"\",\"caption\":\"\",\"name\":\"background-img-2\",\"status\":\"inherit\",\"uploadedTo\":0,\"date\":\"2021-05-07T10:11:37.000Z\",\"modified\":\"2021-05-07T10:11:37.000Z\",\"menuOrder\":0,\"mime\":\"image/jpeg\",\"type\":\"image\",\"subtype\":\"jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/default.png\",\"dateFormatted\":\"May 7, 2021\",\"nonces\":{\"update\":\"bb999636b9\",\"delete\":\"d2e1375bc4\",\"edit\":\"005dd2f0c9\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=54\\u0026action=edit\",\"meta\":false,\"authorName\":\"Rishabh\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/user-edit.php?user_id=34\",\"filesizeInBytes\":338858,\"filesizeHumanReadable\":\"331 KB\",\"context\":\"\",\"height\":1080,\"width\":1920,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/background-img-1-150x150.jpg\",\"orientation\":\"landscape\"},\"medium\":{\"height\":169,\"width\":300,\"url\":\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/background-img-1-300x169.jpg\",\"orientation\":\"landscape\"},\"large\":{\"height\":576,\"width\":1024,\"url\":\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/background-img-1-1024x576.jpg\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/background-img-1.jpg\",\"height\":1080,\"width\":1920,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"backgroundImageColor\":\"rgba(42,42,42,0.65)\",\"topPaddingDesktop\":144,\"bottomPaddingDesktop\":144,\"leftPaddingDesktop\":40,\"rightPaddingDesktop\":40,\"topPaddingTablet\":80,\"bottomPaddingTablet\":80,\"leftPaddingTablet\":40,\"rightPaddingTablet\":40,\"topPaddingMobile\":64,\"bottomPaddingMobile\":64,\"leftPaddingMobile\":24,\"rightPaddingMobile\":24,\"paddingLink\":false,\"variationSelected\":true,\"isBlockRootParent\":true,\"overlayType\":\"color\"} -->\n<div class=\"wp-block-uagb-container uagb-block-c2b9cea7 alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/advanced-heading {\"block_id\":\"67b3c3cc\",\"classMigrate\":true,\"headingDescToggle\":true,\"headingAlign\":\"center\",\"headingColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"subHeadingColor\":\"var(\\u002d\\u002dast-global-color-4)\",\"headSpace\":20} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-67b3c3cc\"><h2 class=\"uagb-heading-text\">Plan an Unforgettable Experience in Mykonos Today!</h2><p class=\"uagb-desc-text\">We can help you fit your stay and experience within your allotted budget.</p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/advanced-heading {\"block_id\":\"c7cf70a7\",\"classMigrate\":true,\"headingTitleToggle\":false,\"headingDescToggle\":true,\"headingAlign\":\"center\",\"subHeadingColor\":\"var(\\u002d\\u002dast-global-color-4)\",\"subHeadTransform\":\"uppercase\",\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"subHeadLetterSpacing\":2,\"blockTopPadding\":60,\"blockRightPadding\":0,\"blockLeftPadding\":0,\"blockBottomPadding\":0,\"blockTopPaddingMobile\":30,\"blockRightPaddingMobile\":0,\"blockLeftPaddingMobile\":0,\"blockBottomPaddingMobile\":0} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-c7cf70a7\"><p class=\"uagb-desc-text\">BOOK YOUR STAY NOW​</p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/icon-list {\"block_id\":\"08427c71\",\"classMigrate\":true,\"childMigrate\":true,\"align\":\"center\",\"parentIcon\":\"phone\",\"size\":40,\"sizeMobile\":24,\"sizeTablet\":32,\"fontSize\":48,\"fontSizeMobile\":28,\"fontSizeTablet\":40,\"fontWeight\":\"600\",\"iconColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"labelColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"blockTopPadding\":0,\"blockRightPadding\":0,\"blockLeftPadding\":0,\"blockBottomPadding\":24,\"blockPaddingLink\":false} -->\n<div class=\"wp-block-uagb-icon-list uagb-block-08427c71\"><div class=\"uagb-icon-list__wrap\"><!-- wp:uagb/icon-list-child {\"block_id\":\"d2c3e58f\",\"label\":\"+1-123 456 7890​\",\"label_color\":\"\",\"fromParentIcon\":\"phone\",\"imageSizeChild\":40} -->\n<div class=\"wp-block-uagb-icon-list-child uagb-block-d2c3e58f\"><span class=\"uagb-icon-list__source-wrap\"><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M511.2 387l-23.25 100.8c-3.266 14.25-15.79 24.22-30.46 24.22C205.2 512 0 306.8 0 54.5c0-14.66 9.969-27.2 24.22-30.45l100.8-23.25C139.7-2.602 154.7 5.018 160.8 18.92l46.52 108.5c5.438 12.78 1.77 27.67-8.98 36.45L144.5 207.1c33.98 69.22 90.26 125.5 159.5 159.5l44.08-53.8c8.688-10.78 23.69-14.51 36.47-8.975l108.5 46.51C506.1 357.2 514.6 372.4 511.2 387z\"></path></svg></span><span class=\"uagb-icon-list__label\">+1-123 456 7890​</span></div>\n<!-- /wp:uagb/icon-list-child --></div></div>\n<!-- /wp:uagb/icon-list --></div></div>\n<!-- /wp:uagb/container -->',	'Amenities',	'',	'inherit',	'closed',	'closed',	'',	'762-revision-v1',	'',	'',	'2022-12-15 10:55:28',	'2022-12-15 10:55:28',	'',	762,	'https://blueroan.netgen.cloud/?p=1170',	0,	'revision',	'',	0),
(1171,	2,	'2022-12-15 10:56:10',	'2022-12-15 10:56:10',	'<!-- wp:uagb/container {\"block_id\":\"32dcae3a\",\"backgroundType\":\"image\",\"backgroundImageDesktop\":{\"id\":1007,\"title\":\"AAEAAQAAAAAAAAAAAAAAJDg5NmY0ZGUxLWE4MTgtNDY5NC1iODFhLTBmN2Q0ZDc5ZWFiNw-1\",\"filename\":\"AAEAAQAAAAAAAAAAAAAAJDg5NmY0ZGUxLWE4MTgtNDY5NC1iODFhLTBmN2Q0ZDc5ZWFiNw-1.png\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAAJDg5NmY0ZGUxLWE4MTgtNDY5NC1iODFhLTBmN2Q0ZDc5ZWFiNw-1.png\",\"link\":\"https://blueroan.netgen.cloud/the-barn/aaeaaqaaaaaaaaaaaaaajdg5nmy0zguxlwe4mtgtndy5nc1iodfhltbmn2q0zdc5zwfinw-1/\",\"alt\":\"\",\"author\":\"2\",\"description\":\"\",\"caption\":\"\",\"name\":\"aaeaaqaaaaaaaaaaaaaajdg5nmy0zguxlwe4mtgtndy5nc1iodfhltbmn2q0zdc5zwfinw-1\",\"status\":\"inherit\",\"uploadedTo\":948,\"date\":\"2022-12-14T10:50:25.000Z\",\"modified\":\"2022-12-14T10:50:25.000Z\",\"menuOrder\":0,\"mime\":\"image/png\",\"type\":\"image\",\"subtype\":\"png\",\"icon\":\"https://blueroan.netgen.cloud/wp-includes/images/media/default.png\",\"dateFormatted\":\"December 14, 2022\",\"nonces\":{\"update\":\"483f8bdf3d\",\"delete\":\"0a7ebc92ef\",\"edit\":\"6bc1c6a685\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=1007\\u0026action=edit\",\"meta\":false,\"authorName\":\"Netgen Support\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/profile.php\",\"uploadedToTitle\":\"The Barn\",\"uploadedToLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=948\\u0026action=edit\",\"filesizeInBytes\":1348989,\"filesizeHumanReadable\":\"1 MB\",\"context\":\"\",\"height\":667,\"width\":1000,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAAJDg5NmY0ZGUxLWE4MTgtNDY5NC1iODFhLTBmN2Q0ZDc5ZWFiNw-1-150x150.png\",\"orientation\":\"landscape\"},\"medium\":{\"height\":200,\"width\":300,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAAJDg5NmY0ZGUxLWE4MTgtNDY5NC1iODFhLTBmN2Q0ZDc5ZWFiNw-1-300x200.png\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAAJDg5NmY0ZGUxLWE4MTgtNDY5NC1iODFhLTBmN2Q0ZDc5ZWFiNw-1.png\",\"height\":667,\"width\":1000,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"backgroundPositionDesktop\":{\"x\":0.61,\"y\":0.52},\"backgroundSizeTablet\":\"cover\",\"backgroundSizeMobile\":\"cover\",\"backgroundColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"backgroundImageColor\":\"rgba(42,42,42,0.5)\",\"topPaddingDesktop\":220,\"bottomPaddingDesktop\":150,\"topPaddingTablet\":170,\"bottomPaddingTablet\":160,\"leftPaddingTablet\":30,\"rightPaddingTablet\":30,\"topPaddingMobile\":180,\"bottomPaddingMobile\":80,\"leftPaddingMobile\":20,\"rightPaddingMobile\":20,\"paddingLink\":false,\"variationSelected\":true,\"isBlockRootParent\":true,\"overlayType\":\"color\"} -->\n<div class=\"wp-block-uagb-container uagb-block-32dcae3a alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/advanced-heading {\"block_id\":\"2897a17f\",\"classMigrate\":true,\"headingDescToggle\":true,\"headingColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"subHeadingColor\":\"var(\\u002d\\u002dast-global-color-4)\",\"headingTag\":\"h1\",\"headSpace\":20,\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"blockTopPadding\":0,\"blockRightPadding\":50,\"blockLeftPadding\":0,\"blockBottomPadding\":0,\"blockTopPaddingTablet\":0,\"blockRightPaddingTablet\":20,\"blockLeftPaddingTablet\":0,\"blockBottomPaddingTablet\":0,\"blockTopPaddingMobile\":0,\"blockRightPaddingMobile\":0,\"blockLeftPaddingMobile\":0,\"blockBottomPaddingMobile\":0,\"blockPaddingUnit\":\"%\",\"blockPaddingUnitTablet\":\"%\"} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-2897a17f\"><h1 class=\"uagb-heading-text\">Amenities &amp; Facilities​</h1><p class=\"uagb-desc-text\">We do not give you just rooms to stay. We give you an environment so you can experience the best while on a holiday with us. Walk into our hotel and enjoy a refreshing, rejuvenating, day-off with us.</p></div>\n<!-- /wp:uagb/advanced-heading --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"36ed2f83\",\"backgroundType\":\"color\",\"backgroundSizeTablet\":\"cover\",\"backgroundSizeMobile\":\"cover\",\"backgroundColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"topPaddingDesktop\":120,\"bottomPaddingDesktop\":120,\"topPaddingTablet\":80,\"bottomPaddingTablet\":80,\"leftPaddingTablet\":30,\"rightPaddingTablet\":30,\"topPaddingMobile\":80,\"bottomPaddingMobile\":80,\"leftPaddingMobile\":20,\"rightPaddingMobile\":20,\"paddingLink\":false,\"variationSelected\":true,\"rowGapDesktop\":0,\"rowGapTablet\":0,\"rowGapMobile\":0,\"isBlockRootParent\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-36ed2f83 alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/container {\"block_id\":\"5565c385\",\"directionDesktop\":\"row\",\"alignItemsDesktop\":\"flex-end\",\"alignItemsTablet\":\"flex-end\",\"justifyContentDesktop\":\"flex-end\",\"justifyContentTablet\":\"space-between\",\"variationSelected\":true,\"rowGapMobile\":30,\"columnGapDesktop\":0} -->\n<div class=\"wp-block-uagb-container uagb-block-5565c385\"><!-- wp:uagb/advanced-heading {\"block_id\":\"2878ab73\",\"classMigrate\":true,\"headingDescToggle\":true,\"subHeadingColor\":\"\",\"headSpace\":20,\"subHeadFontSize\":16} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-2878ab73\"><h2 class=\"uagb-heading-text\">Amenities​</h2><p class=\"uagb-desc-text\">Cursus tempus, tincidunt quis sem sapien id non eget sed in consequat tellus phasellus orci in semper elit porttitor eget metus.​</p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/buttons {\"block_id\":\"46933c57\",\"classMigrate\":true,\"childMigrate\":true,\"align\":\"right\",\"alignTablet\":\"right\",\"alignMobile\":\"left\",\"gap\":0} -->\n<div class=\"wp-block-uagb-buttons uagb-buttons__outer-wrap uagb-btn__default-btn uagb-btn-tablet__default-btn uagb-btn-mobile__default-btn uagb-block-46933c57\"><div class=\"uagb-buttons__wrap uagb-buttons-layout-wrap\"><!-- wp:uagb/buttons-child {\"block_id\":\"599c3324\",\"label\":\"Get Bookings\",\"link\":\"#\",\"hColor\":\"\",\"borderWidth\":\"\",\"borderRadius\":\"\",\"borderStyle\":\"\",\"borderColor\":\"\",\"borderHColor\":\"\",\"btnBorderTopWidth\":1,\"btnBorderLeftWidth\":1,\"btnBorderRightWidth\":1,\"btnBorderBottomWidth\":1,\"btnBorderTopLeftRadius\":2,\"btnBorderTopRightRadius\":2,\"btnBorderBottomLeftRadius\":2,\"btnBorderBottomRightRadius\":2,\"btnBorderStyle\":\"solid\",\"btnBorderColor\":\"#333\",\"btnBorderHColor\":\"#333\"} -->\n<div class=\"wp-block-uagb-buttons-child uagb-buttons__outer-wrap uagb-block-599c3324 wp-block-button is-style-outline\"><div class=\"uagb-button__wrapper\"><a class=\"uagb-buttons-repeater wp-block-button__link\" href=\"#\" rel=\"follow noopener\" target=\"_self\"><div class=\"uagb-button__link\">Get Bookings</div></a></div></div>\n<!-- /wp:uagb/buttons-child --></div></div>\n<!-- /wp:uagb/buttons --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"81c784f3\",\"directionDesktop\":\"row\",\"alignItemsTablet\":\"flex-start\",\"paddingLink\":false,\"topMarginDesktop\":54,\"bottomMarginDesktop\":0,\"leftMarginDesktop\":0,\"rightMarginDesktop\":0,\"topMarginTablet\":30,\"bottomMarginTablet\":0,\"leftMarginTablet\":0,\"rightMarginTablet\":0,\"marginLink\":false,\"variationSelected\":true,\"rowGapMobile\":65,\"columnGapDesktop\":48,\"columnGapTablet\":20} -->\n<div class=\"wp-block-uagb-container uagb-block-81c784f3\"><!-- wp:uagb/info-box {\"classMigrate\":true,\"headingAlign\":\"left\",\"headingColor\":\"\",\"subHeadingColor\":\"\",\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"source_type\":\"image\",\"block_id\":\"9e0f6251\",\"ctaIcon\":\"\",\"ctaType\":\"text\",\"ctaText\":\"READ MORE\",\"ctaLinkColor\":\"var(\\u002d\\u002dast-global-color-0)\",\"ctaDecoration\":\"underline\",\"ctaFontSize\":12,\"ctaFontWeight\":\"600\",\"ctaLetterSpacing\":2,\"ctaBorderColor\":\"\",\"ctaBorderStyle\":\"\",\"ctaBorderWidth\":\"\",\"ctaBorderRadius\":\"\",\"iconBottomMargin\":30,\"iconImage\":{\"id\":90,\"title\":\"swimming-pool\",\"filename\":\"swimming-pool.jpg\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/swimming-pool.jpg\",\"link\":\"https://blueroan.netgen.cloud/swimming-pool/\",\"alt\":\"\",\"author\":\"34\",\"description\":\"\",\"caption\":\"\",\"name\":\"swimming-pool\",\"status\":\"inherit\",\"uploadedTo\":0,\"date\":\"2021-05-07T14:28:45.000Z\",\"modified\":\"2021-05-07T14:28:45.000Z\",\"menuOrder\":0,\"mime\":\"image/jpeg\",\"type\":\"image\",\"subtype\":\"jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/default.png\",\"dateFormatted\":\"May 7, 2021\",\"nonces\":{\"update\":\"971c957832\",\"delete\":\"8fb57461ba\",\"edit\":\"e9a8bb1d06\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=90\\u0026action=edit\",\"meta\":false,\"authorName\":\"Rishabh\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/user-edit.php?user_id=34\",\"filesizeInBytes\":29663,\"filesizeHumanReadable\":\"29 KB\",\"context\":\"\",\"height\":440,\"width\":370,\"orientation\":\"portrait\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/swimming-pool-150x150.jpg\",\"orientation\":\"landscape\"},\"medium\":{\"height\":300,\"width\":252,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/swimming-pool-252x300-1.jpg\",\"orientation\":\"portrait\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/swimming-pool.jpg\",\"height\":440,\"width\":370,\"orientation\":\"portrait\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"imageSize\":\"full\",\"imageWidth\":100,\"imageWidthMobile\":100,\"imageWidthTablet\":100,\"paddingBtnTop\":10,\"paddingBtnBottom\":10,\"paddingBtnLeft\":14,\"paddingBtnRight\":14,\"imageWidthUnit\":\"%\",\"imageWidthUnitTablet\":\"%\",\"imageWidthUnitMobile\":\"%\",\"subHeadTopMargin\":0,\"subHeadRightMargin\":40,\"subHeadLeftMargin\":0,\"subHeadMarginTopTablet\":0,\"subHeadMarginRightTablet\":0,\"subHeadTabletSpace\":20,\"subHeadMarginLeftTablet\":0,\"imgTagHeight\":118,\"imgTagWidth\":370,\"btnBorderTopWidth\":1,\"btnBorderLeftWidth\":1,\"btnBorderRightWidth\":1,\"btnBorderBottomWidth\":1,\"btnBorderTopLeftRadius\":0,\"btnBorderTopRightRadius\":0,\"btnBorderBottomLeftRadius\":0,\"btnBorderBottomRightRadius\":0,\"btnBorderStyle\":\"solid\",\"btnBorderColor\":\"#333\"} -->\n<div class=\"wp-block-uagb-info-box uagb-block-9e0f6251 uagb-infobox__content-wrap  uagb-infobox-icon-above-title uagb-infobox-image-valign-top\"><div class=\"uagb-ifb-content\"><div class=\"uagb-ifb-image-content\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/swimming-pool.jpg\" alt=\"\" width=\"100\" height=\"118\" loading=\"lazy\"/></div><div class=\"uagb-ifb-title-wrap\"><h3 class=\"uagb-ifb-title\">An Infinite-edge Pool​</h3></div><p class=\"uagb-ifb-desc\">Experience the joy of swimming in our infinity-edge pool that gives you a nice picturesque view.</p><div class=\"uagb-ifb-button-wrapper wp-block-button\"><a href=\"\" target=\"_self\" class=\"uagb-infobox-cta-link uagb-disable-link\" rel=\"noopener noreferrer\" alt=\"\"><span class=\"uagb-inline-editing\">READ MORE</span></a></div></div></div>\n<!-- /wp:uagb/info-box -->\n\n<!-- wp:uagb/info-box {\"classMigrate\":true,\"headingAlign\":\"left\",\"headingColor\":\"\",\"subHeadingColor\":\"\",\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"source_type\":\"image\",\"block_id\":\"448d3b47\",\"ctaIcon\":\"\",\"ctaType\":\"text\",\"ctaText\":\"READ MORE\",\"ctaLinkColor\":\"var(\\u002d\\u002dast-global-color-0)\",\"ctaDecoration\":\"underline\",\"ctaFontSize\":12,\"ctaFontWeight\":\"600\",\"ctaLetterSpacing\":2,\"ctaBorderColor\":\"\",\"ctaBorderStyle\":\"\",\"ctaBorderWidth\":\"\",\"ctaBorderRadius\":\"\",\"iconBottomMargin\":30,\"iconImage\":{\"id\":235,\"title\":\"spa\",\"filename\":\"spa.jpg\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/spa.jpg\",\"link\":\"https://blueroan.netgen.cloud/spa/\",\"alt\":\"\",\"author\":\"34\",\"description\":\"\",\"caption\":\"\",\"name\":\"spa\",\"status\":\"inherit\",\"uploadedTo\":0,\"date\":\"2021-05-11T10:14:20.000Z\",\"modified\":\"2021-05-11T10:14:20.000Z\",\"menuOrder\":0,\"mime\":\"image/jpeg\",\"type\":\"image\",\"subtype\":\"jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/default.png\",\"dateFormatted\":\"May 11, 2021\",\"nonces\":{\"update\":\"580ee12d5e\",\"delete\":\"261a8e7a22\",\"edit\":\"6139a47c8c\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=235\\u0026action=edit\",\"meta\":false,\"authorName\":\"Rishabh\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/user-edit.php?user_id=34\",\"filesizeInBytes\":27664,\"filesizeHumanReadable\":\"27 KB\",\"context\":\"\",\"height\":440,\"width\":370,\"orientation\":\"portrait\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/spa-150x150.jpg\",\"orientation\":\"landscape\"},\"medium\":{\"height\":300,\"width\":252,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/spa-252x300-1.jpg\",\"orientation\":\"portrait\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/spa.jpg\",\"height\":440,\"width\":370,\"orientation\":\"portrait\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"imageSize\":\"full\",\"imageWidth\":100,\"imageWidthMobile\":100,\"imageWidthTablet\":100,\"paddingBtnTop\":10,\"paddingBtnBottom\":10,\"paddingBtnLeft\":14,\"paddingBtnRight\":14,\"imageWidthUnit\":\"%\",\"imageWidthUnitTablet\":\"%\",\"imageWidthUnitMobile\":\"%\",\"subHeadTopMargin\":0,\"subHeadRightMargin\":40,\"subHeadLeftMargin\":0,\"subHeadMarginTopTablet\":0,\"subHeadMarginRightTablet\":0,\"subHeadTabletSpace\":20,\"subHeadMarginLeftTablet\":0,\"imgTagHeight\":118,\"imgTagWidth\":370,\"btnBorderTopWidth\":1,\"btnBorderLeftWidth\":1,\"btnBorderRightWidth\":1,\"btnBorderBottomWidth\":1,\"btnBorderTopLeftRadius\":0,\"btnBorderTopRightRadius\":0,\"btnBorderBottomLeftRadius\":0,\"btnBorderBottomRightRadius\":0,\"btnBorderStyle\":\"solid\",\"btnBorderColor\":\"#333\"} -->\n<div class=\"wp-block-uagb-info-box uagb-block-448d3b47 uagb-infobox__content-wrap  uagb-infobox-icon-above-title uagb-infobox-image-valign-top\"><div class=\"uagb-ifb-content\"><div class=\"uagb-ifb-image-content\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/spa.jpg\" alt=\"\" width=\"100\" height=\"118\" loading=\"lazy\"/></div><div class=\"uagb-ifb-title-wrap\"><h3 class=\"uagb-ifb-title\">An Iconic Spa​</h3></div><p class=\"uagb-ifb-desc\">Set forth on an exquisite wellness journey to refresh, re-energize and rejuvenate at our iconic spa.</p><div class=\"uagb-ifb-button-wrapper wp-block-button\"><a href=\"\" target=\"_self\" class=\"uagb-infobox-cta-link uagb-disable-link\" rel=\"noopener noreferrer\" alt=\"\"><span class=\"uagb-inline-editing\">READ MORE</span></a></div></div></div>\n<!-- /wp:uagb/info-box -->\n\n<!-- wp:uagb/info-box {\"classMigrate\":true,\"headingAlign\":\"left\",\"headingColor\":\"\",\"subHeadingColor\":\"\",\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"source_type\":\"image\",\"block_id\":\"a2988ff5\",\"ctaIcon\":\"\",\"ctaType\":\"text\",\"ctaText\":\"READ MORE\",\"ctaLinkColor\":\"var(\\u002d\\u002dast-global-color-0)\",\"ctaDecoration\":\"underline\",\"ctaFontSize\":12,\"ctaFontWeight\":\"600\",\"ctaLetterSpacing\":2,\"ctaBorderColor\":\"\",\"ctaBorderStyle\":\"\",\"ctaBorderWidth\":\"\",\"ctaBorderRadius\":\"\",\"iconBottomMargin\":30,\"iconImage\":{\"id\":115,\"title\":\"rooms\",\"filename\":\"rooms.jpg\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/rooms.jpg\",\"link\":\"https://blueroan.netgen.cloud/rooms-2/\",\"alt\":\"\",\"author\":\"34\",\"description\":\"\",\"caption\":\"\",\"name\":\"rooms-2\",\"status\":\"inherit\",\"uploadedTo\":0,\"date\":\"2021-05-11T04:53:41.000Z\",\"modified\":\"2021-05-11T04:53:41.000Z\",\"menuOrder\":0,\"mime\":\"image/jpeg\",\"type\":\"image\",\"subtype\":\"jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/default.png\",\"dateFormatted\":\"May 11, 2021\",\"nonces\":{\"update\":\"4e23be63e1\",\"delete\":\"0c10fb0869\",\"edit\":\"714e3ba079\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=115\\u0026action=edit\",\"meta\":false,\"authorName\":\"Rishabh\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/user-edit.php?user_id=34\",\"filesizeInBytes\":31085,\"filesizeHumanReadable\":\"30 KB\",\"context\":\"\",\"height\":440,\"width\":370,\"orientation\":\"portrait\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/rooms-150x150.jpg\",\"orientation\":\"landscape\"},\"medium\":{\"height\":300,\"width\":252,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/rooms-252x300-1.jpg\",\"orientation\":\"portrait\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/rooms.jpg\",\"height\":440,\"width\":370,\"orientation\":\"portrait\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"imageSize\":\"full\",\"imageWidth\":100,\"imageWidthMobile\":100,\"imageWidthTablet\":100,\"paddingBtnTop\":10,\"paddingBtnBottom\":10,\"paddingBtnLeft\":14,\"paddingBtnRight\":14,\"imageWidthUnit\":\"%\",\"imageWidthUnitTablet\":\"%\",\"imageWidthUnitMobile\":\"%\",\"subHeadTopMargin\":0,\"subHeadRightMargin\":40,\"subHeadLeftMargin\":0,\"subHeadMarginTopTablet\":0,\"subHeadMarginRightTablet\":0,\"subHeadTabletSpace\":20,\"subHeadMarginLeftTablet\":0,\"imgTagHeight\":118,\"imgTagWidth\":370,\"btnBorderTopWidth\":1,\"btnBorderLeftWidth\":1,\"btnBorderRightWidth\":1,\"btnBorderBottomWidth\":1,\"btnBorderTopLeftRadius\":0,\"btnBorderTopRightRadius\":0,\"btnBorderBottomLeftRadius\":0,\"btnBorderBottomRightRadius\":0,\"btnBorderStyle\":\"solid\",\"btnBorderColor\":\"#333\"} -->\n<div class=\"wp-block-uagb-info-box uagb-block-a2988ff5 uagb-infobox__content-wrap  uagb-infobox-icon-above-title uagb-infobox-image-valign-top\"><div class=\"uagb-ifb-content\"><div class=\"uagb-ifb-image-content\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/rooms.jpg\" alt=\"\" width=\"100\" height=\"118\" loading=\"lazy\"/></div><div class=\"uagb-ifb-title-wrap\"><h3 class=\"uagb-ifb-title\">In-house Restaurants​</h3></div><p class=\"uagb-ifb-desc\">We have three in-house restaurants offering different cuisines that you can choose from.</p><div class=\"uagb-ifb-button-wrapper wp-block-button\"><a href=\"\" target=\"_self\" class=\"uagb-infobox-cta-link uagb-disable-link\" rel=\"noopener noreferrer\" alt=\"\"><span class=\"uagb-inline-editing\">READ MORE</span></a></div></div></div>\n<!-- /wp:uagb/info-box --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"d1357c9c\",\"directionDesktop\":\"row\",\"alignItemsTablet\":\"flex-start\",\"topPaddingMobile\":65,\"paddingLink\":false,\"topMarginDesktop\":48,\"bottomMarginDesktop\":0,\"leftMarginDesktop\":0,\"rightMarginDesktop\":0,\"topMarginTablet\":20,\"bottomMarginTablet\":0,\"leftMarginTablet\":0,\"rightMarginTablet\":0,\"marginLink\":false,\"variationSelected\":true,\"rowGapMobile\":65,\"columnGapDesktop\":48,\"columnGapTablet\":20} -->\n<div class=\"wp-block-uagb-container uagb-block-d1357c9c\"><!-- wp:uagb/info-box {\"classMigrate\":true,\"headingAlign\":\"left\",\"headingColor\":\"\",\"subHeadingColor\":\"\",\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"source_type\":\"image\",\"block_id\":\"e57f1bad\",\"ctaIcon\":\"\",\"ctaType\":\"text\",\"ctaText\":\"READ MORE\",\"ctaLinkColor\":\"var(\\u002d\\u002dast-global-color-0)\",\"ctaDecoration\":\"underline\",\"ctaFontSize\":12,\"ctaFontWeight\":\"600\",\"ctaLetterSpacing\":2,\"ctaBorderColor\":\"\",\"ctaBorderStyle\":\"\",\"ctaBorderWidth\":\"\",\"ctaBorderRadius\":\"\",\"iconBottomMargin\":30,\"iconImage\":{\"id\":238,\"title\":\"bathtub\",\"filename\":\"bathtub.jpg\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/bathtub.jpg\",\"link\":\"https://blueroan.netgen.cloud/bathtub/\",\"alt\":\"\",\"author\":\"34\",\"description\":\"\",\"caption\":\"\",\"name\":\"bathtub\",\"status\":\"inherit\",\"uploadedTo\":0,\"date\":\"2021-05-11T10:44:17.000Z\",\"modified\":\"2021-05-11T10:44:17.000Z\",\"menuOrder\":0,\"mime\":\"image/jpeg\",\"type\":\"image\",\"subtype\":\"jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/default.png\",\"dateFormatted\":\"May 11, 2021\",\"nonces\":{\"update\":\"29793a5dce\",\"delete\":\"4acd90ad70\",\"edit\":\"57a620e1e6\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=238\\u0026action=edit\",\"meta\":false,\"authorName\":\"Rishabh\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/user-edit.php?user_id=34\",\"filesizeInBytes\":25801,\"filesizeHumanReadable\":\"25 KB\",\"context\":\"\",\"height\":440,\"width\":370,\"orientation\":\"portrait\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/bathtub-150x150.jpg\",\"orientation\":\"landscape\"},\"medium\":{\"height\":300,\"width\":252,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/bathtub-252x300-1.jpg\",\"orientation\":\"portrait\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/bathtub.jpg\",\"height\":440,\"width\":370,\"orientation\":\"portrait\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"imageSize\":\"full\",\"imageWidth\":100,\"imageWidthMobile\":100,\"imageWidthTablet\":100,\"paddingBtnTop\":10,\"paddingBtnBottom\":10,\"paddingBtnLeft\":14,\"paddingBtnRight\":14,\"imageWidthUnit\":\"%\",\"imageWidthUnitTablet\":\"%\",\"imageWidthUnitMobile\":\"%\",\"subHeadTopMargin\":0,\"subHeadRightMargin\":40,\"subHeadLeftMargin\":0,\"subHeadMarginTopTablet\":0,\"subHeadMarginRightTablet\":0,\"subHeadTabletSpace\":20,\"subHeadMarginLeftTablet\":0,\"imgTagHeight\":118,\"imgTagWidth\":370,\"btnBorderTopWidth\":1,\"btnBorderLeftWidth\":1,\"btnBorderRightWidth\":1,\"btnBorderBottomWidth\":1,\"btnBorderTopLeftRadius\":0,\"btnBorderTopRightRadius\":0,\"btnBorderBottomLeftRadius\":0,\"btnBorderBottomRightRadius\":0,\"btnBorderStyle\":\"solid\",\"btnBorderColor\":\"#333\"} -->\n<div class=\"wp-block-uagb-info-box uagb-block-e57f1bad uagb-infobox__content-wrap  uagb-infobox-icon-above-title uagb-infobox-image-valign-top\"><div class=\"uagb-ifb-content\"><div class=\"uagb-ifb-image-content\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/bathtub.jpg\" alt=\"\" width=\"100\" height=\"118\" loading=\"lazy\"/></div><div class=\"uagb-ifb-title-wrap\"><h3 class=\"uagb-ifb-title\">Deep Soaking Bath-tub​</h3></div><p class=\"uagb-ifb-desc\">Take a dip into these special bath-tubs to soak into a refreshing vacation mode that you’ve wanted.</p><div class=\"uagb-ifb-button-wrapper wp-block-button\"><a href=\"\" target=\"_self\" class=\"uagb-infobox-cta-link uagb-disable-link\" rel=\"noopener noreferrer\" alt=\"\"><span class=\"uagb-inline-editing\">READ MORE</span></a></div></div></div>\n<!-- /wp:uagb/info-box -->\n\n<!-- wp:uagb/info-box {\"classMigrate\":true,\"headingAlign\":\"left\",\"headingColor\":\"\",\"subHeadingColor\":\"\",\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"source_type\":\"image\",\"block_id\":\"1a69b3d3\",\"ctaIcon\":\"\",\"ctaType\":\"text\",\"ctaText\":\"READ MORE\",\"ctaLinkColor\":\"var(\\u002d\\u002dast-global-color-0)\",\"ctaDecoration\":\"underline\",\"ctaFontSize\":12,\"ctaFontWeight\":\"600\",\"ctaLetterSpacing\":2,\"ctaBorderColor\":\"\",\"ctaBorderStyle\":\"\",\"ctaBorderWidth\":\"\",\"ctaBorderRadius\":\"\",\"iconBottomMargin\":30,\"iconImage\":{\"id\":239,\"title\":\"computer\",\"filename\":\"computer.jpg\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/computer.jpg\",\"link\":\"https://blueroan.netgen.cloud/computer/\",\"alt\":\"\",\"author\":\"34\",\"description\":\"\",\"caption\":\"\",\"name\":\"computer\",\"status\":\"inherit\",\"uploadedTo\":0,\"date\":\"2021-05-11T10:52:29.000Z\",\"modified\":\"2021-05-11T10:52:29.000Z\",\"menuOrder\":0,\"mime\":\"image/jpeg\",\"type\":\"image\",\"subtype\":\"jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/default.png\",\"dateFormatted\":\"May 11, 2021\",\"nonces\":{\"update\":\"c93d357559\",\"delete\":\"e315522836\",\"edit\":\"9dcded08ba\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=239\\u0026action=edit\",\"meta\":false,\"authorName\":\"Rishabh\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/user-edit.php?user_id=34\",\"filesizeInBytes\":26197,\"filesizeHumanReadable\":\"26 KB\",\"context\":\"\",\"height\":440,\"width\":370,\"orientation\":\"portrait\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/computer-150x150.jpg\",\"orientation\":\"landscape\"},\"medium\":{\"height\":300,\"width\":252,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/computer-252x300-1.jpg\",\"orientation\":\"portrait\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/computer.jpg\",\"height\":440,\"width\":370,\"orientation\":\"portrait\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"imageSize\":\"full\",\"imageWidth\":100,\"imageWidthMobile\":100,\"imageWidthTablet\":100,\"paddingBtnTop\":10,\"paddingBtnBottom\":10,\"paddingBtnLeft\":14,\"paddingBtnRight\":14,\"imageWidthUnit\":\"%\",\"imageWidthUnitTablet\":\"%\",\"imageWidthUnitMobile\":\"%\",\"subHeadTopMargin\":0,\"subHeadRightMargin\":40,\"subHeadLeftMargin\":0,\"subHeadMarginTopTablet\":0,\"subHeadMarginRightTablet\":0,\"subHeadTabletSpace\":20,\"subHeadMarginLeftTablet\":0,\"imgTagHeight\":118,\"imgTagWidth\":370,\"btnBorderTopWidth\":1,\"btnBorderLeftWidth\":1,\"btnBorderRightWidth\":1,\"btnBorderBottomWidth\":1,\"btnBorderTopLeftRadius\":0,\"btnBorderTopRightRadius\":0,\"btnBorderBottomLeftRadius\":0,\"btnBorderBottomRightRadius\":0,\"btnBorderStyle\":\"solid\",\"btnBorderColor\":\"#333\"} -->\n<div class=\"wp-block-uagb-info-box uagb-block-1a69b3d3 uagb-infobox__content-wrap  uagb-infobox-icon-above-title uagb-infobox-image-valign-top\"><div class=\"uagb-ifb-content\"><div class=\"uagb-ifb-image-content\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/computer.jpg\" alt=\"\" width=\"100\" height=\"118\" loading=\"lazy\"/></div><div class=\"uagb-ifb-title-wrap\"><h3 class=\"uagb-ifb-title\">Guest Computer &amp; WiFi​</h3></div><p class=\"uagb-ifb-desc\">We offer special computers and WiFi for guests who’d like to stay connected while on vacation.</p><div class=\"uagb-ifb-button-wrapper wp-block-button\"><a href=\"\" target=\"_self\" class=\"uagb-infobox-cta-link uagb-disable-link\" rel=\"noopener noreferrer\" alt=\"\"><span class=\"uagb-inline-editing\">READ MORE</span></a></div></div></div>\n<!-- /wp:uagb/info-box -->\n\n<!-- wp:uagb/info-box {\"classMigrate\":true,\"headingAlign\":\"left\",\"headingColor\":\"\",\"subHeadingColor\":\"\",\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"source_type\":\"image\",\"block_id\":\"feeb0627\",\"ctaIcon\":\"\",\"ctaType\":\"text\",\"ctaText\":\"READ MORE\",\"ctaLinkColor\":\"var(\\u002d\\u002dast-global-color-0)\",\"ctaDecoration\":\"underline\",\"ctaFontSize\":12,\"ctaFontWeight\":\"600\",\"ctaLetterSpacing\":2,\"ctaBorderColor\":\"\",\"ctaBorderStyle\":\"\",\"ctaBorderWidth\":\"\",\"ctaBorderRadius\":\"\",\"iconBottomMargin\":30,\"iconImage\":{\"id\":237,\"title\":\"concierge\",\"filename\":\"concierge.jpg\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/concierge.jpg\",\"link\":\"https://blueroan.netgen.cloud/concierge/\",\"alt\":\"\",\"author\":\"34\",\"description\":\"\",\"caption\":\"\",\"name\":\"concierge\",\"status\":\"inherit\",\"uploadedTo\":0,\"date\":\"2021-05-11T10:34:38.000Z\",\"modified\":\"2021-05-11T10:34:38.000Z\",\"menuOrder\":0,\"mime\":\"image/jpeg\",\"type\":\"image\",\"subtype\":\"jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/default.png\",\"dateFormatted\":\"May 11, 2021\",\"nonces\":{\"update\":\"ddeaf2c47b\",\"delete\":\"8c12e990c8\",\"edit\":\"7b5113c612\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=237\\u0026action=edit\",\"meta\":false,\"authorName\":\"Rishabh\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/user-edit.php?user_id=34\",\"filesizeInBytes\":32483,\"filesizeHumanReadable\":\"32 KB\",\"context\":\"\",\"height\":440,\"width\":370,\"orientation\":\"portrait\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/concierge-150x150.jpg\",\"orientation\":\"landscape\"},\"medium\":{\"height\":300,\"width\":252,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/concierge-252x300-1.jpg\",\"orientation\":\"portrait\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/concierge.jpg\",\"height\":440,\"width\":370,\"orientation\":\"portrait\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"imageSize\":\"full\",\"imageWidth\":100,\"imageWidthMobile\":100,\"imageWidthTablet\":100,\"paddingBtnTop\":10,\"paddingBtnBottom\":10,\"paddingBtnLeft\":14,\"paddingBtnRight\":14,\"imageWidthUnit\":\"%\",\"imageWidthUnitTablet\":\"%\",\"imageWidthUnitMobile\":\"%\",\"subHeadTopMargin\":0,\"subHeadRightMargin\":40,\"subHeadLeftMargin\":0,\"subHeadMarginTopTablet\":0,\"subHeadMarginRightTablet\":0,\"subHeadTabletSpace\":20,\"subHeadMarginLeftTablet\":0,\"imgTagHeight\":118,\"imgTagWidth\":370,\"btnBorderTopWidth\":1,\"btnBorderLeftWidth\":1,\"btnBorderRightWidth\":1,\"btnBorderBottomWidth\":1,\"btnBorderTopLeftRadius\":0,\"btnBorderTopRightRadius\":0,\"btnBorderBottomLeftRadius\":0,\"btnBorderBottomRightRadius\":0,\"btnBorderStyle\":\"solid\",\"btnBorderColor\":\"#333\"} -->\n<div class=\"wp-block-uagb-info-box uagb-block-feeb0627 uagb-infobox__content-wrap  uagb-infobox-icon-above-title uagb-infobox-image-valign-top\"><div class=\"uagb-ifb-content\"><div class=\"uagb-ifb-image-content\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/concierge.jpg\" alt=\"\" width=\"100\" height=\"118\" loading=\"lazy\"/></div><div class=\"uagb-ifb-title-wrap\"><h3 class=\"uagb-ifb-title\">24 Hour Concierge​</h3></div><p class=\"uagb-ifb-desc\">We have three in-house restaurants offering different cuisines that you can choose from.</p><div class=\"uagb-ifb-button-wrapper wp-block-button\"><a href=\"\" target=\"_self\" class=\"uagb-infobox-cta-link uagb-disable-link\" rel=\"noopener noreferrer\" alt=\"\"><span class=\"uagb-inline-editing\">READ MORE</span></a></div></div></div>\n<!-- /wp:uagb/info-box --></div>\n<!-- /wp:uagb/container --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:columns {\"backgroundColor\":\"ast-global-color-5\"} -->\n<div class=\"wp-block-columns has-ast-global-color-5-background-color has-background\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"align\":\"center\",\"id\":828,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image aligncenter size-full\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Blue-Roan-pool.png\" alt=\"Blue Roan\'s rock pool\" class=\"wp-image-828\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>A relaxing rock Pool​</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>We have a lovely sparkling blue rock pool next to a thatched Lapa. &nbsp;&nbsp;Lie on recliners on the green lawn or sit on the swing chair in the Lapa and enjoy the panoramic view of the Magaliesberg mountain range.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":829,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/img-20160605-wa0002-largejpg.png\" alt=\"\" class=\"wp-image-829\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>Braai facilities </h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>What can compare to a burning fire under the star-lit African sky? Nothing beats the flavor of cooking over an open flame.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":830,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/ef9d0188da11e2bc56788f5619d9d539.png\" alt=\"\" class=\"wp-image-830\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>A games room </h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>The reception is also a games room for those who enjoy darts or playing pool. &nbsp;Take a selection of DVDs back to your room and watch movies on your own DVD player. &nbsp;There is also a selection of board games and music CDs that you can borrow.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:uagb/container {\"block_id\":\"2a75751e\",\"innerContentWidth\":\"alignfull\",\"directionDesktop\":\"row\",\"wrapTablet\":\"wrap\",\"variationSelected\":true,\"rowGapTablet\":0,\"columnGapDesktop\":0,\"isBlockRootParent\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-2a75751e alignfull uagb-is-root-container\"><!-- wp:uagb/container {\"block_id\":\"b59bea1d\",\"widthDesktop\":25,\"widthTablet\":50,\"variationSelected\":true,\"widthSetByUser\":true,\"UAGHideMob\":true,\"UAGResponsiveConditions\":true} -->\n<div class=\"wp-block-uagb-container uag-hide-mob uagb-block-b59bea1d\"><!-- wp:uagb/image {\"block_id\":\"911977d0\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/amenities-1.jpg\",\"id\":220,\"linkDestination\":\"none\",\"width\":480,\"height\":500,\"naturalWidth\":480,\"naturalHeight\":500,\"sizeSlug\":\"full\",\"sizeSlugTablet\":\"full\",\"sizeSlugMobile\":\"full\"} -->\n<div class=\"wp-block-uagb-image uagb-block-911977d0 wp-block-uagb-image--layout-default wp-block-uagb-image--effect-static wp-block-uagb-image--align-none\"><figure class=\"wp-block-uagb-image__figure\"><img srcset=\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/amenities-1.jpg \" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/amenities-1.jpg\" alt=\"\" class=\"uag-image-220\" width=\"480\" height=\"500\" title=\"\" loading=\"lazy\"/></figure></div>\n<!-- /wp:uagb/image --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"75c8ada8\",\"widthDesktop\":25,\"widthTablet\":50,\"variationSelected\":true,\"widthSetByUser\":true,\"UAGHideMob\":true,\"UAGResponsiveConditions\":true} -->\n<div class=\"wp-block-uagb-container uag-hide-mob uagb-block-75c8ada8\"><!-- wp:uagb/image {\"block_id\":\"83f79918\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/amenities-3.jpg\",\"id\":222,\"linkDestination\":\"none\",\"naturalWidth\":480,\"naturalHeight\":500,\"sizeSlug\":\"full\",\"sizeSlugTablet\":\"full\",\"sizeSlugMobile\":\"full\"} -->\n<div class=\"wp-block-uagb-image uagb-block-83f79918 wp-block-uagb-image--layout-default wp-block-uagb-image--effect-static wp-block-uagb-image--align-none\"><figure class=\"wp-block-uagb-image__figure\"><img srcset=\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/amenities-3.jpg \" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/amenities-3.jpg\" alt=\"\" class=\"uag-image-222\" width=\"\" height=\"\" title=\"\" loading=\"lazy\"/></figure></div>\n<!-- /wp:uagb/image --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"23fc3f51\",\"widthDesktop\":50,\"widthTablet\":100,\"variationSelected\":true,\"columnGapDesktop\":20,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-23fc3f51\"><!-- wp:uagb/image {\"block_id\":\"667118a5\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/amenities-5.jpg\",\"id\":224,\"linkDestination\":\"none\",\"width\":960,\"height\":500,\"naturalWidth\":960,\"naturalHeight\":500,\"sizeSlug\":\"full\",\"sizeSlugTablet\":\"full\",\"sizeSlugMobile\":\"full\"} -->\n<div class=\"wp-block-uagb-image uagb-block-667118a5 wp-block-uagb-image--layout-default wp-block-uagb-image--effect-static wp-block-uagb-image--align-none\"><figure class=\"wp-block-uagb-image__figure\"><img srcset=\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/amenities-5.jpg \" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/amenities-5.jpg\" alt=\"\" class=\"uag-image-224\" width=\"960\" height=\"500\" title=\"\" loading=\"lazy\"/></figure></div>\n<!-- /wp:uagb/image --></div>\n<!-- /wp:uagb/container --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"d12dccf6\",\"innerContentWidth\":\"alignfull\",\"directionDesktop\":\"row\",\"wrapTablet\":\"wrap\",\"variationSelected\":true,\"rowGapTablet\":0,\"columnGapDesktop\":0,\"isBlockRootParent\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-d12dccf6 alignfull uagb-is-root-container\"><!-- wp:uagb/container {\"block_id\":\"b3fa7b02\",\"widthDesktop\":50,\"widthTablet\":100,\"variationSelected\":true,\"columnGapDesktop\":20,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-b3fa7b02\"><!-- wp:uagb/image {\"block_id\":\"701afc5f\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/amenities-6-1.jpg\",\"id\":230,\"linkDestination\":\"none\",\"naturalWidth\":960,\"naturalHeight\":500,\"sizeSlug\":\"full\",\"sizeSlugTablet\":\"full\",\"sizeSlugMobile\":\"full\"} -->\n<div class=\"wp-block-uagb-image uagb-block-701afc5f wp-block-uagb-image--layout-default wp-block-uagb-image--effect-static wp-block-uagb-image--align-none\"><figure class=\"wp-block-uagb-image__figure\"><img srcset=\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/amenities-6-1.jpg \" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/amenities-6-1.jpg\" alt=\"\" class=\"uag-image-230\" width=\"\" height=\"\" title=\"\" loading=\"lazy\"/></figure></div>\n<!-- /wp:uagb/image --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"f120d8e2\",\"widthDesktop\":25,\"variationSelected\":true,\"widthSetByUser\":true,\"UAGHideMob\":true,\"UAGResponsiveConditions\":true} -->\n<div class=\"wp-block-uagb-container uag-hide-mob uagb-block-f120d8e2\"><!-- wp:uagb/image {\"block_id\":\"33d03c6b\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/amenities-2.jpg\",\"id\":221,\"linkDestination\":\"none\",\"naturalWidth\":480,\"naturalHeight\":500,\"sizeSlug\":\"full\",\"sizeSlugTablet\":\"full\",\"sizeSlugMobile\":\"full\"} -->\n<div class=\"wp-block-uagb-image uagb-block-33d03c6b wp-block-uagb-image--layout-default wp-block-uagb-image--effect-static wp-block-uagb-image--align-none\"><figure class=\"wp-block-uagb-image__figure\"><img srcset=\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/amenities-2.jpg \" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/amenities-2.jpg\" alt=\"\" class=\"uag-image-221\" width=\"\" height=\"\" title=\"\" loading=\"lazy\"/></figure></div>\n<!-- /wp:uagb/image --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"a87f39cd\",\"widthDesktop\":25,\"variationSelected\":true,\"widthSetByUser\":true,\"UAGHideMob\":true,\"UAGResponsiveConditions\":true} -->\n<div class=\"wp-block-uagb-container uag-hide-mob uagb-block-a87f39cd\"><!-- wp:uagb/image {\"block_id\":\"980cfd93\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/amenities-4.jpg\",\"id\":223,\"linkDestination\":\"none\",\"naturalWidth\":480,\"naturalHeight\":500,\"sizeSlug\":\"full\",\"sizeSlugTablet\":\"full\",\"sizeSlugMobile\":\"full\"} -->\n<div class=\"wp-block-uagb-image uagb-block-980cfd93 wp-block-uagb-image--layout-default wp-block-uagb-image--effect-static wp-block-uagb-image--align-none\"><figure class=\"wp-block-uagb-image__figure\"><img srcset=\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/amenities-4.jpg \" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/amenities-4.jpg\" alt=\"\" class=\"uag-image-223\" width=\"\" height=\"\" title=\"\" loading=\"lazy\"/></figure></div>\n<!-- /wp:uagb/image --></div>\n<!-- /wp:uagb/container --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"0e178a14\",\"backgroundType\":\"color\",\"backgroundSizeTablet\":\"cover\",\"backgroundSizeMobile\":\"cover\",\"backgroundColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"topPaddingDesktop\":120,\"bottomPaddingDesktop\":120,\"topPaddingTablet\":80,\"bottomPaddingTablet\":80,\"leftPaddingTablet\":30,\"rightPaddingTablet\":30,\"topPaddingMobile\":80,\"bottomPaddingMobile\":80,\"leftPaddingMobile\":20,\"rightPaddingMobile\":20,\"paddingLink\":false,\"variationSelected\":true,\"rowGapDesktop\":0,\"rowGapTablet\":0,\"isBlockRootParent\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-0e178a14 alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/container {\"block_id\":\"eed703c3\",\"directionDesktop\":\"row\",\"alignItemsDesktop\":\"flex-end\",\"alignItemsTablet\":\"flex-end\",\"justifyContentDesktop\":\"flex-end\",\"justifyContentTablet\":\"space-between\",\"variationSelected\":true,\"rowGapMobile\":30,\"columnGapDesktop\":0} -->\n<div class=\"wp-block-uagb-container uagb-block-eed703c3\"><!-- wp:uagb/advanced-heading {\"block_id\":\"761abf5b\",\"classMigrate\":true,\"headingDescToggle\":true,\"subHeadingColor\":\"\",\"headSpace\":20,\"subHeadFontSize\":16} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-761abf5b\"><h2 class=\"uagb-heading-text\">Other Perks &amp; Facilities ​</h2><p class=\"uagb-desc-text\">Looking for more? Well, we believe that every guest walks into our hotel for the best experience. And, we are determined to do that.</p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/buttons {\"block_id\":\"32634775\",\"classMigrate\":true,\"childMigrate\":true,\"align\":\"right\",\"alignTablet\":\"right\",\"alignMobile\":\"left\",\"gap\":0} -->\n<div class=\"wp-block-uagb-buttons uagb-buttons__outer-wrap uagb-btn__default-btn uagb-btn-tablet__default-btn uagb-btn-mobile__default-btn uagb-block-32634775\"><div class=\"uagb-buttons__wrap uagb-buttons-layout-wrap\"><!-- wp:uagb/buttons-child {\"block_id\":\"9bf077fa\",\"label\":\"Get Bookings\",\"link\":\"#\",\"hColor\":\"\",\"borderWidth\":\"\",\"borderRadius\":\"\",\"borderStyle\":\"\",\"borderColor\":\"\",\"borderHColor\":\"\",\"btnBorderTopWidth\":1,\"btnBorderLeftWidth\":1,\"btnBorderRightWidth\":1,\"btnBorderBottomWidth\":1,\"btnBorderTopLeftRadius\":2,\"btnBorderTopRightRadius\":2,\"btnBorderBottomLeftRadius\":2,\"btnBorderBottomRightRadius\":2,\"btnBorderStyle\":\"solid\",\"btnBorderColor\":\"#333\",\"btnBorderHColor\":\"#333\"} -->\n<div class=\"wp-block-uagb-buttons-child uagb-buttons__outer-wrap uagb-block-9bf077fa wp-block-button is-style-outline\"><div class=\"uagb-button__wrapper\"><a class=\"uagb-buttons-repeater wp-block-button__link\" href=\"#\" rel=\"follow noopener\" target=\"_self\"><div class=\"uagb-button__link\">Get Bookings</div></a></div></div>\n<!-- /wp:uagb/buttons-child --></div></div>\n<!-- /wp:uagb/buttons --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"999d3fbb\",\"directionDesktop\":\"row\",\"alignItemsTablet\":\"flex-start\",\"paddingLink\":false,\"topMarginDesktop\":54,\"bottomMarginDesktop\":0,\"leftMarginDesktop\":0,\"rightMarginDesktop\":0,\"topMarginTablet\":30,\"bottomMarginTablet\":0,\"leftMarginTablet\":0,\"rightMarginTablet\":0,\"marginLink\":false,\"variationSelected\":true,\"rowGapMobile\":65,\"columnGapDesktop\":48,\"columnGapTablet\":20} -->\n<div class=\"wp-block-uagb-container uagb-block-999d3fbb\"><!-- wp:uagb/info-box {\"classMigrate\":true,\"headingAlign\":\"left\",\"headingColor\":\"\",\"subHeadingColor\":\"\",\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"source_type\":\"image\",\"block_id\":\"bc5caedb\",\"ctaType\":\"text\",\"ctaText\":\"READ MORE\",\"ctaLinkColor\":\"var(\\u002d\\u002dast-global-color-0)\",\"ctaDecoration\":\"underline\",\"ctaFontSize\":12,\"ctaFontWeight\":\"600\",\"ctaLetterSpacing\":2,\"ctaBorderStyle\":\"\",\"iconBottomMargin\":30,\"iconImage\":{\"id\":240,\"title\":\"terrace\",\"filename\":\"terrace.jpg\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/terrace.jpg\",\"link\":\"https://blueroan.netgen.cloud/terrace/\",\"alt\":\"\",\"author\":\"34\",\"description\":\"\",\"caption\":\"\",\"name\":\"terrace\",\"status\":\"inherit\",\"uploadedTo\":0,\"date\":\"2021-05-11T10:54:04.000Z\",\"modified\":\"2021-05-11T10:54:04.000Z\",\"menuOrder\":0,\"mime\":\"image/jpeg\",\"type\":\"image\",\"subtype\":\"jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/default.png\",\"dateFormatted\":\"May 11, 2021\",\"nonces\":{\"update\":\"6de8720da3\",\"delete\":\"d7905e75b9\",\"edit\":\"e7132a7b3e\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=240\\u0026action=edit\",\"meta\":false,\"authorName\":\"Rishabh\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/user-edit.php?user_id=34\",\"filesizeInBytes\":40742,\"filesizeHumanReadable\":\"40 KB\",\"context\":\"\",\"height\":440,\"width\":370,\"orientation\":\"portrait\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/terrace-150x150.jpg\",\"orientation\":\"landscape\"},\"medium\":{\"height\":300,\"width\":252,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/terrace-252x300-1.jpg\",\"orientation\":\"portrait\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/terrace.jpg\",\"height\":440,\"width\":370,\"orientation\":\"portrait\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"imageSize\":\"full\",\"imageWidth\":100,\"imageWidthMobile\":100,\"imageWidthTablet\":100,\"paddingBtnTop\":10,\"paddingBtnBottom\":10,\"paddingBtnLeft\":14,\"paddingBtnRight\":14,\"imageWidthUnit\":\"%\",\"imageWidthUnitTablet\":\"%\",\"imageWidthUnitMobile\":\"%\",\"subHeadTopMargin\":0,\"subHeadRightMargin\":40,\"subHeadLeftMargin\":0,\"subHeadMarginTopTablet\":0,\"subHeadMarginRightTablet\":0,\"subHeadTabletSpace\":20,\"subHeadMarginLeftTablet\":0,\"btnBorderStyle\":\"solid\"} -->\n<div class=\"wp-block-uagb-info-box uagb-block-bc5caedb uagb-infobox__content-wrap  uagb-infobox-icon-above-title uagb-infobox-image-valign-top\"><div class=\"uagb-ifb-content\"><div class=\"uagb-ifb-image-content\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/terrace.jpg\" alt=\"\"/></div><div class=\"uagb-ifb-title-wrap\"><h3 class=\"uagb-ifb-title\">Ocean View Terrace​</h3></div><p class=\"uagb-ifb-desc\">Among the scenic beauty of the city we also have an ocean view terrace for every suite in our hotel.</p><div class=\"uagb-ifb-button-wrapper wp-block-button\"><a href=\"#\" target=\"_self\" class=\"uagb-infobox-cta-link\" rel=\"noopener noreferrer\" alt=\"\"><span class=\"uagb-inline-editing\">READ MORE</span></a></div></div></div>\n<!-- /wp:uagb/info-box -->\n\n<!-- wp:uagb/info-box {\"classMigrate\":true,\"headingAlign\":\"left\",\"headingColor\":\"\",\"subHeadingColor\":\"\",\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"source_type\":\"image\",\"block_id\":\"be927766\",\"ctaType\":\"text\",\"ctaText\":\"READ MORE\",\"ctaLinkColor\":\"var(\\u002d\\u002dast-global-color-0)\",\"ctaDecoration\":\"underline\",\"ctaFontSize\":12,\"ctaFontWeight\":\"600\",\"ctaLetterSpacing\":2,\"ctaBorderStyle\":\"\",\"iconBottomMargin\":30,\"iconImage\":{\"id\":89,\"title\":\"food\",\"filename\":\"food.jpg\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/food.jpg\",\"link\":\"https://blueroan.netgen.cloud/food/\",\"alt\":\"\",\"author\":\"34\",\"description\":\"\",\"caption\":\"\",\"name\":\"food\",\"status\":\"inherit\",\"uploadedTo\":0,\"date\":\"2021-05-07T14:24:52.000Z\",\"modified\":\"2021-05-07T14:24:52.000Z\",\"menuOrder\":0,\"mime\":\"image/jpeg\",\"type\":\"image\",\"subtype\":\"jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/default.png\",\"dateFormatted\":\"May 7, 2021\",\"nonces\":{\"update\":\"b06173e227\",\"delete\":\"7de0e70fba\",\"edit\":\"7dc3d40920\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=89\\u0026action=edit\",\"meta\":false,\"authorName\":\"Rishabh\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/user-edit.php?user_id=34\",\"filesizeInBytes\":41933,\"filesizeHumanReadable\":\"41 KB\",\"context\":\"\",\"height\":440,\"width\":370,\"orientation\":\"portrait\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/food-150x150.jpg\",\"orientation\":\"landscape\"},\"medium\":{\"height\":300,\"width\":252,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/food-252x300-1.jpg\",\"orientation\":\"portrait\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/food.jpg\",\"height\":440,\"width\":370,\"orientation\":\"portrait\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"imageSize\":\"full\",\"imageWidth\":100,\"imageWidthMobile\":100,\"imageWidthTablet\":100,\"paddingBtnTop\":10,\"paddingBtnBottom\":10,\"paddingBtnLeft\":14,\"paddingBtnRight\":14,\"imageWidthUnit\":\"%\",\"imageWidthUnitTablet\":\"%\",\"imageWidthUnitMobile\":\"%\",\"subHeadTopMargin\":0,\"subHeadRightMargin\":40,\"subHeadLeftMargin\":0,\"subHeadMarginTopTablet\":0,\"subHeadMarginRightTablet\":0,\"subHeadTabletSpace\":20,\"subHeadMarginLeftTablet\":0,\"btnBorderStyle\":\"solid\"} -->\n<div class=\"wp-block-uagb-info-box uagb-block-be927766 uagb-infobox__content-wrap  uagb-infobox-icon-above-title uagb-infobox-image-valign-top\"><div class=\"uagb-ifb-content\"><div class=\"uagb-ifb-image-content\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/food.jpg\" alt=\"\"/></div><div class=\"uagb-ifb-title-wrap\"><h3 class=\"uagb-ifb-title\">Delicious Food​</h3></div><p class=\"uagb-ifb-desc\">We have team chefs from across the world. So you can enjoy the delicacies anytime during your stay.</p><div class=\"uagb-ifb-button-wrapper wp-block-button\"><a href=\"#\" target=\"_self\" class=\"uagb-infobox-cta-link\" rel=\"noopener noreferrer\" alt=\"\"><span class=\"uagb-inline-editing\">READ MORE</span></a></div></div></div>\n<!-- /wp:uagb/info-box -->\n\n<!-- wp:uagb/info-box {\"classMigrate\":true,\"headingAlign\":\"left\",\"headingColor\":\"\",\"subHeadingColor\":\"\",\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"source_type\":\"image\",\"block_id\":\"762a0a59\",\"ctaType\":\"text\",\"ctaText\":\"READ MORE\",\"ctaLinkColor\":\"var(\\u002d\\u002dast-global-color-0)\",\"ctaDecoration\":\"underline\",\"ctaFontSize\":12,\"ctaFontWeight\":\"600\",\"ctaLetterSpacing\":2,\"ctaBorderStyle\":\"\",\"iconBottomMargin\":30,\"iconImage\":{\"id\":241,\"title\":\"beach\",\"filename\":\"beach.jpg\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/beach.jpg\",\"link\":\"https://blueroan.netgen.cloud/beach/\",\"alt\":\"\",\"author\":\"34\",\"description\":\"\",\"caption\":\"\",\"name\":\"beach\",\"status\":\"inherit\",\"uploadedTo\":0,\"date\":\"2021-05-11T10:56:06.000Z\",\"modified\":\"2021-05-11T10:56:06.000Z\",\"menuOrder\":0,\"mime\":\"image/jpeg\",\"type\":\"image\",\"subtype\":\"jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/default.png\",\"dateFormatted\":\"May 11, 2021\",\"nonces\":{\"update\":\"65c348aac8\",\"delete\":\"6d551f7cf4\",\"edit\":\"026ca70d91\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=241\\u0026action=edit\",\"meta\":false,\"authorName\":\"Rishabh\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/user-edit.php?user_id=34\",\"filesizeInBytes\":38094,\"filesizeHumanReadable\":\"37 KB\",\"context\":\"\",\"height\":440,\"width\":370,\"orientation\":\"portrait\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/beach-150x150.jpg\",\"orientation\":\"landscape\"},\"medium\":{\"height\":300,\"width\":252,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/beach-252x300-1.jpg\",\"orientation\":\"portrait\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/beach.jpg\",\"height\":440,\"width\":370,\"orientation\":\"portrait\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"imageSize\":\"full\",\"imageWidth\":100,\"imageWidthMobile\":100,\"imageWidthTablet\":100,\"paddingBtnTop\":10,\"paddingBtnBottom\":10,\"paddingBtnLeft\":14,\"paddingBtnRight\":14,\"imageWidthUnit\":\"%\",\"imageWidthUnitTablet\":\"%\",\"imageWidthUnitMobile\":\"%\",\"subHeadTopMargin\":0,\"subHeadRightMargin\":40,\"subHeadLeftMargin\":0,\"subHeadMarginTopTablet\":0,\"subHeadMarginRightTablet\":0,\"subHeadTabletSpace\":20,\"subHeadMarginLeftTablet\":0,\"btnBorderStyle\":\"solid\"} -->\n<div class=\"wp-block-uagb-info-box uagb-block-762a0a59 uagb-infobox__content-wrap  uagb-infobox-icon-above-title uagb-infobox-image-valign-top\"><div class=\"uagb-ifb-content\"><div class=\"uagb-ifb-image-content\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/beach.jpg\" alt=\"\"/></div><div class=\"uagb-ifb-title-wrap\"><h3 class=\"uagb-ifb-title\">Private Beach​</h3></div><p class=\"uagb-ifb-desc\">Want to take a dip into the sea? All our guests get complimentary access to our private beach.</p><div class=\"uagb-ifb-button-wrapper wp-block-button\"><a href=\"#\" target=\"_self\" class=\"uagb-infobox-cta-link\" rel=\"noopener noreferrer\" alt=\"\"><span class=\"uagb-inline-editing\">READ MORE</span></a></div></div></div>\n<!-- /wp:uagb/info-box --></div>\n<!-- /wp:uagb/container --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"8c45e2df\",\"innerContentCustomWidthDesktop\":781,\"innerContentCustomWidthTablet\":781,\"backgroundType\":\"image\",\"backgroundImageDesktop\":{\"id\":54,\"title\":\"background-img\",\"filename\":\"background-img-1.jpg\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/background-img-1.jpg\",\"link\":\"https://blueroan.netgen.cloud/background-img-2/\",\"alt\":\"\",\"author\":\"34\",\"description\":\"\",\"caption\":\"\",\"name\":\"background-img-2\",\"status\":\"inherit\",\"uploadedTo\":0,\"date\":\"2021-05-07T10:11:37.000Z\",\"modified\":\"2021-05-07T10:11:37.000Z\",\"menuOrder\":0,\"mime\":\"image/jpeg\",\"type\":\"image\",\"subtype\":\"jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/default.png\",\"dateFormatted\":\"May 7, 2021\",\"nonces\":{\"update\":\"bb999636b9\",\"delete\":\"d2e1375bc4\",\"edit\":\"005dd2f0c9\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=54\\u0026action=edit\",\"meta\":false,\"authorName\":\"Rishabh\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/user-edit.php?user_id=34\",\"filesizeInBytes\":338858,\"filesizeHumanReadable\":\"331 KB\",\"context\":\"\",\"height\":1080,\"width\":1920,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/background-img-1-150x150.jpg\",\"orientation\":\"landscape\"},\"medium\":{\"height\":169,\"width\":300,\"url\":\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/background-img-1-300x169.jpg\",\"orientation\":\"landscape\"},\"large\":{\"height\":576,\"width\":1024,\"url\":\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/background-img-1-1024x576.jpg\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/background-img-1.jpg\",\"height\":1080,\"width\":1920,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"backgroundImageColor\":\"rgba(42,42,42,0.65)\",\"topPaddingDesktop\":144,\"bottomPaddingDesktop\":144,\"leftPaddingDesktop\":40,\"rightPaddingDesktop\":40,\"topPaddingTablet\":80,\"bottomPaddingTablet\":80,\"leftPaddingTablet\":40,\"rightPaddingTablet\":40,\"topPaddingMobile\":64,\"bottomPaddingMobile\":64,\"leftPaddingMobile\":24,\"rightPaddingMobile\":24,\"paddingLink\":false,\"variationSelected\":true,\"isBlockRootParent\":true,\"overlayType\":\"color\"} -->\n<div class=\"wp-block-uagb-container uagb-block-8c45e2df alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/advanced-heading {\"block_id\":\"059095d5\",\"classMigrate\":true,\"headingDescToggle\":true,\"headingAlign\":\"center\",\"headingColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"subHeadingColor\":\"var(\\u002d\\u002dast-global-color-4)\",\"headSpace\":20} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-059095d5\"><h2 class=\"uagb-heading-text\">Plan an Unforgettable Experience in Mykonos Today!</h2><p class=\"uagb-desc-text\">We can help you fit your stay and experience within your allotted budget.</p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/advanced-heading {\"block_id\":\"3317e7b6\",\"classMigrate\":true,\"headingTitleToggle\":false,\"headingDescToggle\":true,\"headingAlign\":\"center\",\"subHeadingColor\":\"var(\\u002d\\u002dast-global-color-4)\",\"subHeadTransform\":\"uppercase\",\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"subHeadLetterSpacing\":2,\"blockTopPadding\":60,\"blockRightPadding\":0,\"blockLeftPadding\":0,\"blockBottomPadding\":0,\"blockTopPaddingMobile\":30,\"blockRightPaddingMobile\":0,\"blockLeftPaddingMobile\":0,\"blockBottomPaddingMobile\":0} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-3317e7b6\"><p class=\"uagb-desc-text\">BOOK YOUR STAY NOW​</p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/icon-list {\"block_id\":\"824e6894\",\"classMigrate\":true,\"childMigrate\":true,\"align\":\"center\",\"parentIcon\":\"phone\",\"size\":40,\"sizeMobile\":24,\"sizeTablet\":32,\"fontSize\":48,\"fontSizeMobile\":28,\"fontSizeTablet\":40,\"fontWeight\":\"600\",\"iconColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"labelColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"blockTopPadding\":0,\"blockRightPadding\":0,\"blockLeftPadding\":0,\"blockBottomPadding\":24,\"blockPaddingLink\":false} -->\n<div class=\"wp-block-uagb-icon-list uagb-block-824e6894\"><div class=\"uagb-icon-list__wrap\"><!-- wp:uagb/icon-list-child {\"block_id\":\"941e8bda\",\"label\":\"+1-123 456 7890​\",\"label_color\":\"\",\"fromParentIcon\":\"phone\",\"imageSizeChild\":40} -->\n<div class=\"wp-block-uagb-icon-list-child uagb-block-941e8bda\"><span class=\"uagb-icon-list__source-wrap\"><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M511.2 387l-23.25 100.8c-3.266 14.25-15.79 24.22-30.46 24.22C205.2 512 0 306.8 0 54.5c0-14.66 9.969-27.2 24.22-30.45l100.8-23.25C139.7-2.602 154.7 5.018 160.8 18.92l46.52 108.5c5.438 12.78 1.77 27.67-8.98 36.45L144.5 207.1c33.98 69.22 90.26 125.5 159.5 159.5l44.08-53.8c8.688-10.78 23.69-14.51 36.47-8.975l108.5 46.51C506.1 357.2 514.6 372.4 511.2 387z\"></path></svg></span><span class=\"uagb-icon-list__label\">+1-123 456 7890​</span></div>\n<!-- /wp:uagb/icon-list-child --></div></div>\n<!-- /wp:uagb/icon-list --></div></div>\n<!-- /wp:uagb/container -->',	'Amenities',	'',	'inherit',	'closed',	'closed',	'',	'762-revision-v1',	'',	'',	'2022-12-15 10:56:10',	'2022-12-15 10:56:10',	'',	762,	'https://blueroan.netgen.cloud/?p=1171',	0,	'revision',	'',	0),
(1173,	2,	'2022-12-15 11:11:56',	'2022-12-15 11:11:56',	'<!-- wp:uagb/container {\"block_id\":\"5648dcdf\",\"backgroundType\":\"image\",\"backgroundImageDesktop\":{\"id\":1007,\"title\":\"AAEAAQAAAAAAAAAAAAAAJDg5NmY0ZGUxLWE4MTgtNDY5NC1iODFhLTBmN2Q0ZDc5ZWFiNw-1\",\"filename\":\"AAEAAQAAAAAAAAAAAAAAJDg5NmY0ZGUxLWE4MTgtNDY5NC1iODFhLTBmN2Q0ZDc5ZWFiNw-1.png\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAAJDg5NmY0ZGUxLWE4MTgtNDY5NC1iODFhLTBmN2Q0ZDc5ZWFiNw-1.png\",\"link\":\"https://blueroan.netgen.cloud/the-barn/aaeaaqaaaaaaaaaaaaaajdg5nmy0zguxlwe4mtgtndy5nc1iodfhltbmn2q0zdc5zwfinw-1/\",\"alt\":\"\",\"author\":\"2\",\"description\":\"\",\"caption\":\"\",\"name\":\"aaeaaqaaaaaaaaaaaaaajdg5nmy0zguxlwe4mtgtndy5nc1iodfhltbmn2q0zdc5zwfinw-1\",\"status\":\"inherit\",\"uploadedTo\":948,\"date\":\"2022-12-14T10:50:25.000Z\",\"modified\":\"2022-12-14T10:50:25.000Z\",\"menuOrder\":0,\"mime\":\"image/png\",\"type\":\"image\",\"subtype\":\"png\",\"icon\":\"https://blueroan.netgen.cloud/wp-includes/images/media/default.png\",\"dateFormatted\":\"December 14, 2022\",\"nonces\":{\"update\":\"483f8bdf3d\",\"delete\":\"0a7ebc92ef\",\"edit\":\"6bc1c6a685\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=1007\\u0026action=edit\",\"meta\":false,\"authorName\":\"Netgen Support\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/profile.php\",\"uploadedToTitle\":\"The Barn\",\"uploadedToLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=948\\u0026action=edit\",\"filesizeInBytes\":1348989,\"filesizeHumanReadable\":\"1 MB\",\"context\":\"\",\"height\":667,\"width\":1000,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAAJDg5NmY0ZGUxLWE4MTgtNDY5NC1iODFhLTBmN2Q0ZDc5ZWFiNw-1-150x150.png\",\"orientation\":\"landscape\"},\"medium\":{\"height\":200,\"width\":300,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAAJDg5NmY0ZGUxLWE4MTgtNDY5NC1iODFhLTBmN2Q0ZDc5ZWFiNw-1-300x200.png\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAAJDg5NmY0ZGUxLWE4MTgtNDY5NC1iODFhLTBmN2Q0ZDc5ZWFiNw-1.png\",\"height\":667,\"width\":1000,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"backgroundPositionDesktop\":{\"x\":0.61,\"y\":0.52},\"backgroundSizeTablet\":\"cover\",\"backgroundSizeMobile\":\"cover\",\"backgroundColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"backgroundImageColor\":\"rgba(42,42,42,0.5)\",\"topPaddingDesktop\":220,\"bottomPaddingDesktop\":150,\"topPaddingTablet\":170,\"bottomPaddingTablet\":160,\"leftPaddingTablet\":30,\"rightPaddingTablet\":30,\"topPaddingMobile\":180,\"bottomPaddingMobile\":80,\"leftPaddingMobile\":20,\"rightPaddingMobile\":20,\"paddingLink\":false,\"variationSelected\":true,\"isBlockRootParent\":true,\"overlayType\":\"color\"} -->\n<div class=\"wp-block-uagb-container uagb-block-5648dcdf alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/advanced-heading {\"block_id\":\"b4861964\",\"classMigrate\":true,\"headingDescToggle\":true,\"headingColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"subHeadingColor\":\"var(\\u002d\\u002dast-global-color-4)\",\"headingTag\":\"h1\",\"headSpace\":20,\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"blockTopPadding\":0,\"blockRightPadding\":50,\"blockLeftPadding\":0,\"blockBottomPadding\":0,\"blockTopPaddingTablet\":0,\"blockRightPaddingTablet\":20,\"blockLeftPaddingTablet\":0,\"blockBottomPaddingTablet\":0,\"blockTopPaddingMobile\":0,\"blockRightPaddingMobile\":0,\"blockLeftPaddingMobile\":0,\"blockBottomPaddingMobile\":0,\"blockPaddingUnit\":\"%\",\"blockPaddingUnitTablet\":\"%\"} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-b4861964\"><h1 class=\"uagb-heading-text\">Amenities &amp; Interests​</h1><p class=\"uagb-desc-text\">We do not give you just rooms to stay in. We give you an environment where you can experience the best while on a holiday with us. </p></div>\n<!-- /wp:uagb/advanced-heading --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"118e0462\",\"backgroundType\":\"color\",\"backgroundSizeTablet\":\"cover\",\"backgroundSizeMobile\":\"cover\",\"backgroundColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"topPaddingDesktop\":120,\"bottomPaddingDesktop\":120,\"topPaddingTablet\":80,\"bottomPaddingTablet\":80,\"leftPaddingTablet\":30,\"rightPaddingTablet\":30,\"topPaddingMobile\":80,\"bottomPaddingMobile\":80,\"leftPaddingMobile\":20,\"rightPaddingMobile\":20,\"paddingLink\":false,\"variationSelected\":true,\"rowGapDesktop\":0,\"rowGapTablet\":0,\"rowGapMobile\":0,\"isBlockRootParent\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-118e0462 alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/container {\"block_id\":\"9a461057\",\"directionDesktop\":\"row\",\"alignItemsDesktop\":\"flex-end\",\"alignItemsTablet\":\"flex-end\",\"justifyContentDesktop\":\"flex-end\",\"justifyContentTablet\":\"space-between\",\"variationSelected\":true,\"rowGapMobile\":30,\"columnGapDesktop\":0} -->\n<div class=\"wp-block-uagb-container uagb-block-9a461057\"><!-- wp:uagb/buttons {\"block_id\":\"f15fab9f\",\"classMigrate\":true,\"childMigrate\":true,\"align\":\"right\",\"alignTablet\":\"right\",\"alignMobile\":\"left\",\"gap\":0} -->\n<div class=\"wp-block-uagb-buttons uagb-buttons__outer-wrap uagb-btn__default-btn uagb-btn-tablet__default-btn uagb-btn-mobile__default-btn uagb-block-f15fab9f\"><div class=\"uagb-buttons__wrap uagb-buttons-layout-wrap\"><!-- wp:uagb/buttons-child {\"block_id\":\"683bcd56\",\"label\":\"Book now\",\"link\":\"https://book.nightsbridge.com/11065\",\"hColor\":\"\",\"opensInNewTab\":true,\"borderWidth\":\"\",\"borderRadius\":\"\",\"borderStyle\":\"\",\"borderColor\":\"\",\"borderHColor\":\"\",\"btnBorderTopWidth\":1,\"btnBorderLeftWidth\":1,\"btnBorderRightWidth\":1,\"btnBorderBottomWidth\":1,\"btnBorderTopLeftRadius\":2,\"btnBorderTopRightRadius\":2,\"btnBorderBottomLeftRadius\":2,\"btnBorderBottomRightRadius\":2,\"btnBorderStyle\":\"solid\",\"btnBorderColor\":\"#333\",\"btnBorderHColor\":\"#333\"} -->\n<div class=\"wp-block-uagb-buttons-child uagb-buttons__outer-wrap uagb-block-683bcd56 wp-block-button is-style-outline\"><div class=\"uagb-button__wrapper\"><a class=\"uagb-buttons-repeater wp-block-button__link\" href=\"https://book.nightsbridge.com/11065\" rel=\"follow noopener\" target=\"_blank\"><div class=\"uagb-button__link\">Book now</div></a></div></div>\n<!-- /wp:uagb/buttons-child --></div></div>\n<!-- /wp:uagb/buttons --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"7d3dfe8b\",\"directionDesktop\":\"row\",\"alignItemsTablet\":\"flex-start\",\"paddingLink\":false,\"topMarginDesktop\":54,\"bottomMarginDesktop\":0,\"leftMarginDesktop\":0,\"rightMarginDesktop\":0,\"topMarginTablet\":30,\"bottomMarginTablet\":0,\"leftMarginTablet\":0,\"rightMarginTablet\":0,\"marginLink\":false,\"variationSelected\":true,\"rowGapMobile\":65,\"columnGapDesktop\":48,\"columnGapTablet\":20} -->\n<div class=\"wp-block-uagb-container uagb-block-7d3dfe8b\"><!-- wp:uagb/info-box {\"classMigrate\":true,\"headingAlign\":\"left\",\"headingColor\":\"\",\"subHeadingColor\":\"\",\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"source_type\":\"image\",\"block_id\":\"ce0240b2\",\"ctaIcon\":\"\",\"ctaType\":\"text\",\"ctaText\":\"READ MORE\",\"ctaLinkColor\":\"var(\\u002d\\u002dast-global-color-0)\",\"ctaDecoration\":\"underline\",\"ctaFontSize\":12,\"ctaFontWeight\":\"600\",\"ctaLetterSpacing\":2,\"ctaBorderColor\":\"\",\"ctaBorderStyle\":\"\",\"ctaBorderWidth\":\"\",\"ctaBorderRadius\":\"\",\"iconBottomMargin\":30,\"iconImage\":{\"id\":90,\"title\":\"swimming-pool\",\"filename\":\"swimming-pool.jpg\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/swimming-pool.jpg\",\"link\":\"https://blueroan.netgen.cloud/swimming-pool/\",\"alt\":\"\",\"author\":\"34\",\"description\":\"\",\"caption\":\"\",\"name\":\"swimming-pool\",\"status\":\"inherit\",\"uploadedTo\":0,\"date\":\"2021-05-07T14:28:45.000Z\",\"modified\":\"2021-05-07T14:28:45.000Z\",\"menuOrder\":0,\"mime\":\"image/jpeg\",\"type\":\"image\",\"subtype\":\"jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/default.png\",\"dateFormatted\":\"May 7, 2021\",\"nonces\":{\"update\":\"971c957832\",\"delete\":\"8fb57461ba\",\"edit\":\"e9a8bb1d06\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=90\\u0026action=edit\",\"meta\":false,\"authorName\":\"Rishabh\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/user-edit.php?user_id=34\",\"filesizeInBytes\":29663,\"filesizeHumanReadable\":\"29 KB\",\"context\":\"\",\"height\":440,\"width\":370,\"orientation\":\"portrait\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/swimming-pool-150x150.jpg\",\"orientation\":\"landscape\"},\"medium\":{\"height\":300,\"width\":252,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/swimming-pool-252x300-1.jpg\",\"orientation\":\"portrait\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/swimming-pool.jpg\",\"height\":440,\"width\":370,\"orientation\":\"portrait\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"imageSize\":\"full\",\"imageWidth\":100,\"imageWidthMobile\":100,\"imageWidthTablet\":100,\"paddingBtnTop\":10,\"paddingBtnBottom\":10,\"paddingBtnLeft\":14,\"paddingBtnRight\":14,\"imageWidthUnit\":\"%\",\"imageWidthUnitTablet\":\"%\",\"imageWidthUnitMobile\":\"%\",\"subHeadTopMargin\":0,\"subHeadRightMargin\":40,\"subHeadLeftMargin\":0,\"subHeadMarginTopTablet\":0,\"subHeadMarginRightTablet\":0,\"subHeadTabletSpace\":20,\"subHeadMarginLeftTablet\":0,\"imgTagHeight\":118,\"imgTagWidth\":370,\"btnBorderTopWidth\":1,\"btnBorderLeftWidth\":1,\"btnBorderRightWidth\":1,\"btnBorderBottomWidth\":1,\"btnBorderTopLeftRadius\":0,\"btnBorderTopRightRadius\":0,\"btnBorderBottomLeftRadius\":0,\"btnBorderBottomRightRadius\":0,\"btnBorderStyle\":\"solid\",\"btnBorderColor\":\"#333\"} -->\n<div class=\"wp-block-uagb-info-box uagb-block-ce0240b2 uagb-infobox__content-wrap  uagb-infobox-icon-above-title uagb-infobox-image-valign-top\"><div class=\"uagb-ifb-content\"><div class=\"uagb-ifb-image-content\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/swimming-pool.jpg\" alt=\"\" width=\"100\" height=\"118\" loading=\"lazy\"/></div><div class=\"uagb-ifb-title-wrap\"><h3 class=\"uagb-ifb-title\">An Infinite-edge Pool​</h3></div><p class=\"uagb-ifb-desc\">Experience the joy of swimming in our infinity-edge pool that gives you a nice picturesque view.</p><div class=\"uagb-ifb-button-wrapper wp-block-button\"><a href=\"\" target=\"_self\" class=\"uagb-infobox-cta-link uagb-disable-link\" rel=\"noopener noreferrer\" alt=\"\"><span class=\"uagb-inline-editing\">READ MORE</span></a></div></div></div>\n<!-- /wp:uagb/info-box -->\n\n<!-- wp:uagb/info-box {\"classMigrate\":true,\"headingAlign\":\"left\",\"headingColor\":\"\",\"subHeadingColor\":\"\",\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"source_type\":\"image\",\"block_id\":\"34bebcf9\",\"ctaIcon\":\"\",\"ctaType\":\"text\",\"ctaText\":\"READ MORE\",\"ctaLinkColor\":\"var(\\u002d\\u002dast-global-color-0)\",\"ctaDecoration\":\"underline\",\"ctaFontSize\":12,\"ctaFontWeight\":\"600\",\"ctaLetterSpacing\":2,\"ctaBorderColor\":\"\",\"ctaBorderStyle\":\"\",\"ctaBorderWidth\":\"\",\"ctaBorderRadius\":\"\",\"iconBottomMargin\":30,\"iconImage\":{\"id\":235,\"title\":\"spa\",\"filename\":\"spa.jpg\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/spa.jpg\",\"link\":\"https://blueroan.netgen.cloud/spa/\",\"alt\":\"\",\"author\":\"34\",\"description\":\"\",\"caption\":\"\",\"name\":\"spa\",\"status\":\"inherit\",\"uploadedTo\":0,\"date\":\"2021-05-11T10:14:20.000Z\",\"modified\":\"2021-05-11T10:14:20.000Z\",\"menuOrder\":0,\"mime\":\"image/jpeg\",\"type\":\"image\",\"subtype\":\"jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/default.png\",\"dateFormatted\":\"May 11, 2021\",\"nonces\":{\"update\":\"580ee12d5e\",\"delete\":\"261a8e7a22\",\"edit\":\"6139a47c8c\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=235\\u0026action=edit\",\"meta\":false,\"authorName\":\"Rishabh\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/user-edit.php?user_id=34\",\"filesizeInBytes\":27664,\"filesizeHumanReadable\":\"27 KB\",\"context\":\"\",\"height\":440,\"width\":370,\"orientation\":\"portrait\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/spa-150x150.jpg\",\"orientation\":\"landscape\"},\"medium\":{\"height\":300,\"width\":252,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/spa-252x300-1.jpg\",\"orientation\":\"portrait\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/spa.jpg\",\"height\":440,\"width\":370,\"orientation\":\"portrait\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"imageSize\":\"full\",\"imageWidth\":100,\"imageWidthMobile\":100,\"imageWidthTablet\":100,\"paddingBtnTop\":10,\"paddingBtnBottom\":10,\"paddingBtnLeft\":14,\"paddingBtnRight\":14,\"imageWidthUnit\":\"%\",\"imageWidthUnitTablet\":\"%\",\"imageWidthUnitMobile\":\"%\",\"subHeadTopMargin\":0,\"subHeadRightMargin\":40,\"subHeadLeftMargin\":0,\"subHeadMarginTopTablet\":0,\"subHeadMarginRightTablet\":0,\"subHeadTabletSpace\":20,\"subHeadMarginLeftTablet\":0,\"imgTagHeight\":118,\"imgTagWidth\":370,\"btnBorderTopWidth\":1,\"btnBorderLeftWidth\":1,\"btnBorderRightWidth\":1,\"btnBorderBottomWidth\":1,\"btnBorderTopLeftRadius\":0,\"btnBorderTopRightRadius\":0,\"btnBorderBottomLeftRadius\":0,\"btnBorderBottomRightRadius\":0,\"btnBorderStyle\":\"solid\",\"btnBorderColor\":\"#333\"} -->\n<div class=\"wp-block-uagb-info-box uagb-block-34bebcf9 uagb-infobox__content-wrap  uagb-infobox-icon-above-title uagb-infobox-image-valign-top\"><div class=\"uagb-ifb-content\"><div class=\"uagb-ifb-image-content\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/spa.jpg\" alt=\"\" width=\"100\" height=\"118\" loading=\"lazy\"/></div><div class=\"uagb-ifb-title-wrap\"><h3 class=\"uagb-ifb-title\">An Iconic Spa​</h3></div><p class=\"uagb-ifb-desc\">Set forth on an exquisite wellness journey to refresh, re-energize and rejuvenate at our iconic spa.</p><div class=\"uagb-ifb-button-wrapper wp-block-button\"><a href=\"\" target=\"_self\" class=\"uagb-infobox-cta-link uagb-disable-link\" rel=\"noopener noreferrer\" alt=\"\"><span class=\"uagb-inline-editing\">READ MORE</span></a></div></div></div>\n<!-- /wp:uagb/info-box -->\n\n<!-- wp:uagb/info-box {\"classMigrate\":true,\"headingAlign\":\"left\",\"headingColor\":\"\",\"subHeadingColor\":\"\",\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"source_type\":\"image\",\"block_id\":\"81b9bc76\",\"ctaIcon\":\"\",\"ctaType\":\"text\",\"ctaText\":\"READ MORE\",\"ctaLinkColor\":\"var(\\u002d\\u002dast-global-color-0)\",\"ctaDecoration\":\"underline\",\"ctaFontSize\":12,\"ctaFontWeight\":\"600\",\"ctaLetterSpacing\":2,\"ctaBorderColor\":\"\",\"ctaBorderStyle\":\"\",\"ctaBorderWidth\":\"\",\"ctaBorderRadius\":\"\",\"iconBottomMargin\":30,\"iconImage\":{\"id\":115,\"title\":\"rooms\",\"filename\":\"rooms.jpg\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/rooms.jpg\",\"link\":\"https://blueroan.netgen.cloud/rooms-2/\",\"alt\":\"\",\"author\":\"34\",\"description\":\"\",\"caption\":\"\",\"name\":\"rooms-2\",\"status\":\"inherit\",\"uploadedTo\":0,\"date\":\"2021-05-11T04:53:41.000Z\",\"modified\":\"2021-05-11T04:53:41.000Z\",\"menuOrder\":0,\"mime\":\"image/jpeg\",\"type\":\"image\",\"subtype\":\"jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/default.png\",\"dateFormatted\":\"May 11, 2021\",\"nonces\":{\"update\":\"4e23be63e1\",\"delete\":\"0c10fb0869\",\"edit\":\"714e3ba079\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=115\\u0026action=edit\",\"meta\":false,\"authorName\":\"Rishabh\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/user-edit.php?user_id=34\",\"filesizeInBytes\":31085,\"filesizeHumanReadable\":\"30 KB\",\"context\":\"\",\"height\":440,\"width\":370,\"orientation\":\"portrait\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/rooms-150x150.jpg\",\"orientation\":\"landscape\"},\"medium\":{\"height\":300,\"width\":252,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/rooms-252x300-1.jpg\",\"orientation\":\"portrait\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/rooms.jpg\",\"height\":440,\"width\":370,\"orientation\":\"portrait\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"imageSize\":\"full\",\"imageWidth\":100,\"imageWidthMobile\":100,\"imageWidthTablet\":100,\"paddingBtnTop\":10,\"paddingBtnBottom\":10,\"paddingBtnLeft\":14,\"paddingBtnRight\":14,\"imageWidthUnit\":\"%\",\"imageWidthUnitTablet\":\"%\",\"imageWidthUnitMobile\":\"%\",\"subHeadTopMargin\":0,\"subHeadRightMargin\":40,\"subHeadLeftMargin\":0,\"subHeadMarginTopTablet\":0,\"subHeadMarginRightTablet\":0,\"subHeadTabletSpace\":20,\"subHeadMarginLeftTablet\":0,\"imgTagHeight\":118,\"imgTagWidth\":370,\"btnBorderTopWidth\":1,\"btnBorderLeftWidth\":1,\"btnBorderRightWidth\":1,\"btnBorderBottomWidth\":1,\"btnBorderTopLeftRadius\":0,\"btnBorderTopRightRadius\":0,\"btnBorderBottomLeftRadius\":0,\"btnBorderBottomRightRadius\":0,\"btnBorderStyle\":\"solid\",\"btnBorderColor\":\"#333\"} -->\n<div class=\"wp-block-uagb-info-box uagb-block-81b9bc76 uagb-infobox__content-wrap  uagb-infobox-icon-above-title uagb-infobox-image-valign-top\"><div class=\"uagb-ifb-content\"><div class=\"uagb-ifb-image-content\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/rooms.jpg\" alt=\"\" width=\"100\" height=\"118\" loading=\"lazy\"/></div><div class=\"uagb-ifb-title-wrap\"><h3 class=\"uagb-ifb-title\">In-house Restaurants​</h3></div><p class=\"uagb-ifb-desc\">We have three in-house restaurants offering different cuisines that you can choose from.</p><div class=\"uagb-ifb-button-wrapper wp-block-button\"><a href=\"\" target=\"_self\" class=\"uagb-infobox-cta-link uagb-disable-link\" rel=\"noopener noreferrer\" alt=\"\"><span class=\"uagb-inline-editing\">READ MORE</span></a></div></div></div>\n<!-- /wp:uagb/info-box --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"8159b0e0\",\"directionDesktop\":\"row\",\"alignItemsTablet\":\"flex-start\",\"topPaddingMobile\":65,\"paddingLink\":false,\"topMarginDesktop\":48,\"bottomMarginDesktop\":0,\"leftMarginDesktop\":0,\"rightMarginDesktop\":0,\"topMarginTablet\":20,\"bottomMarginTablet\":0,\"leftMarginTablet\":0,\"rightMarginTablet\":0,\"marginLink\":false,\"variationSelected\":true,\"rowGapMobile\":65,\"columnGapDesktop\":48,\"columnGapTablet\":20} -->\n<div class=\"wp-block-uagb-container uagb-block-8159b0e0\"><!-- wp:uagb/info-box {\"classMigrate\":true,\"headingAlign\":\"left\",\"headingColor\":\"\",\"subHeadingColor\":\"\",\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"source_type\":\"image\",\"block_id\":\"7fcacdf0\",\"ctaIcon\":\"\",\"ctaType\":\"text\",\"ctaText\":\"READ MORE\",\"ctaLinkColor\":\"var(\\u002d\\u002dast-global-color-0)\",\"ctaDecoration\":\"underline\",\"ctaFontSize\":12,\"ctaFontWeight\":\"600\",\"ctaLetterSpacing\":2,\"ctaBorderColor\":\"\",\"ctaBorderStyle\":\"\",\"ctaBorderWidth\":\"\",\"ctaBorderRadius\":\"\",\"iconBottomMargin\":30,\"iconImage\":{\"id\":238,\"title\":\"bathtub\",\"filename\":\"bathtub.jpg\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/bathtub.jpg\",\"link\":\"https://blueroan.netgen.cloud/bathtub/\",\"alt\":\"\",\"author\":\"34\",\"description\":\"\",\"caption\":\"\",\"name\":\"bathtub\",\"status\":\"inherit\",\"uploadedTo\":0,\"date\":\"2021-05-11T10:44:17.000Z\",\"modified\":\"2021-05-11T10:44:17.000Z\",\"menuOrder\":0,\"mime\":\"image/jpeg\",\"type\":\"image\",\"subtype\":\"jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/default.png\",\"dateFormatted\":\"May 11, 2021\",\"nonces\":{\"update\":\"29793a5dce\",\"delete\":\"4acd90ad70\",\"edit\":\"57a620e1e6\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=238\\u0026action=edit\",\"meta\":false,\"authorName\":\"Rishabh\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/user-edit.php?user_id=34\",\"filesizeInBytes\":25801,\"filesizeHumanReadable\":\"25 KB\",\"context\":\"\",\"height\":440,\"width\":370,\"orientation\":\"portrait\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/bathtub-150x150.jpg\",\"orientation\":\"landscape\"},\"medium\":{\"height\":300,\"width\":252,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/bathtub-252x300-1.jpg\",\"orientation\":\"portrait\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/bathtub.jpg\",\"height\":440,\"width\":370,\"orientation\":\"portrait\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"imageSize\":\"full\",\"imageWidth\":100,\"imageWidthMobile\":100,\"imageWidthTablet\":100,\"paddingBtnTop\":10,\"paddingBtnBottom\":10,\"paddingBtnLeft\":14,\"paddingBtnRight\":14,\"imageWidthUnit\":\"%\",\"imageWidthUnitTablet\":\"%\",\"imageWidthUnitMobile\":\"%\",\"subHeadTopMargin\":0,\"subHeadRightMargin\":40,\"subHeadLeftMargin\":0,\"subHeadMarginTopTablet\":0,\"subHeadMarginRightTablet\":0,\"subHeadTabletSpace\":20,\"subHeadMarginLeftTablet\":0,\"imgTagHeight\":118,\"imgTagWidth\":370,\"btnBorderTopWidth\":1,\"btnBorderLeftWidth\":1,\"btnBorderRightWidth\":1,\"btnBorderBottomWidth\":1,\"btnBorderTopLeftRadius\":0,\"btnBorderTopRightRadius\":0,\"btnBorderBottomLeftRadius\":0,\"btnBorderBottomRightRadius\":0,\"btnBorderStyle\":\"solid\",\"btnBorderColor\":\"#333\"} -->\n<div class=\"wp-block-uagb-info-box uagb-block-7fcacdf0 uagb-infobox__content-wrap  uagb-infobox-icon-above-title uagb-infobox-image-valign-top\"><div class=\"uagb-ifb-content\"><div class=\"uagb-ifb-image-content\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/bathtub.jpg\" alt=\"\" width=\"100\" height=\"118\" loading=\"lazy\"/></div><div class=\"uagb-ifb-title-wrap\"><h3 class=\"uagb-ifb-title\">Deep Soaking Bath-tub​</h3></div><p class=\"uagb-ifb-desc\">Take a dip into these special bath-tubs to soak into a refreshing vacation mode that you’ve wanted.</p><div class=\"uagb-ifb-button-wrapper wp-block-button\"><a href=\"\" target=\"_self\" class=\"uagb-infobox-cta-link uagb-disable-link\" rel=\"noopener noreferrer\" alt=\"\"><span class=\"uagb-inline-editing\">READ MORE</span></a></div></div></div>\n<!-- /wp:uagb/info-box -->\n\n<!-- wp:uagb/info-box {\"classMigrate\":true,\"headingAlign\":\"left\",\"headingColor\":\"\",\"subHeadingColor\":\"\",\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"source_type\":\"image\",\"block_id\":\"7a639bed\",\"ctaIcon\":\"\",\"ctaType\":\"text\",\"ctaText\":\"READ MORE\",\"ctaLinkColor\":\"var(\\u002d\\u002dast-global-color-0)\",\"ctaDecoration\":\"underline\",\"ctaFontSize\":12,\"ctaFontWeight\":\"600\",\"ctaLetterSpacing\":2,\"ctaBorderColor\":\"\",\"ctaBorderStyle\":\"\",\"ctaBorderWidth\":\"\",\"ctaBorderRadius\":\"\",\"iconBottomMargin\":30,\"iconImage\":{\"id\":239,\"title\":\"computer\",\"filename\":\"computer.jpg\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/computer.jpg\",\"link\":\"https://blueroan.netgen.cloud/computer/\",\"alt\":\"\",\"author\":\"34\",\"description\":\"\",\"caption\":\"\",\"name\":\"computer\",\"status\":\"inherit\",\"uploadedTo\":0,\"date\":\"2021-05-11T10:52:29.000Z\",\"modified\":\"2021-05-11T10:52:29.000Z\",\"menuOrder\":0,\"mime\":\"image/jpeg\",\"type\":\"image\",\"subtype\":\"jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/default.png\",\"dateFormatted\":\"May 11, 2021\",\"nonces\":{\"update\":\"c93d357559\",\"delete\":\"e315522836\",\"edit\":\"9dcded08ba\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=239\\u0026action=edit\",\"meta\":false,\"authorName\":\"Rishabh\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/user-edit.php?user_id=34\",\"filesizeInBytes\":26197,\"filesizeHumanReadable\":\"26 KB\",\"context\":\"\",\"height\":440,\"width\":370,\"orientation\":\"portrait\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/computer-150x150.jpg\",\"orientation\":\"landscape\"},\"medium\":{\"height\":300,\"width\":252,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/computer-252x300-1.jpg\",\"orientation\":\"portrait\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/computer.jpg\",\"height\":440,\"width\":370,\"orientation\":\"portrait\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"imageSize\":\"full\",\"imageWidth\":100,\"imageWidthMobile\":100,\"imageWidthTablet\":100,\"paddingBtnTop\":10,\"paddingBtnBottom\":10,\"paddingBtnLeft\":14,\"paddingBtnRight\":14,\"imageWidthUnit\":\"%\",\"imageWidthUnitTablet\":\"%\",\"imageWidthUnitMobile\":\"%\",\"subHeadTopMargin\":0,\"subHeadRightMargin\":40,\"subHeadLeftMargin\":0,\"subHeadMarginTopTablet\":0,\"subHeadMarginRightTablet\":0,\"subHeadTabletSpace\":20,\"subHeadMarginLeftTablet\":0,\"imgTagHeight\":118,\"imgTagWidth\":370,\"btnBorderTopWidth\":1,\"btnBorderLeftWidth\":1,\"btnBorderRightWidth\":1,\"btnBorderBottomWidth\":1,\"btnBorderTopLeftRadius\":0,\"btnBorderTopRightRadius\":0,\"btnBorderBottomLeftRadius\":0,\"btnBorderBottomRightRadius\":0,\"btnBorderStyle\":\"solid\",\"btnBorderColor\":\"#333\"} -->\n<div class=\"wp-block-uagb-info-box uagb-block-7a639bed uagb-infobox__content-wrap  uagb-infobox-icon-above-title uagb-infobox-image-valign-top\"><div class=\"uagb-ifb-content\"><div class=\"uagb-ifb-image-content\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/computer.jpg\" alt=\"\" width=\"100\" height=\"118\" loading=\"lazy\"/></div><div class=\"uagb-ifb-title-wrap\"><h3 class=\"uagb-ifb-title\">Guest Computer &amp; WiFi​</h3></div><p class=\"uagb-ifb-desc\">We offer special computers and WiFi for guests who’d like to stay connected while on vacation.</p><div class=\"uagb-ifb-button-wrapper wp-block-button\"><a href=\"\" target=\"_self\" class=\"uagb-infobox-cta-link uagb-disable-link\" rel=\"noopener noreferrer\" alt=\"\"><span class=\"uagb-inline-editing\">READ MORE</span></a></div></div></div>\n<!-- /wp:uagb/info-box -->\n\n<!-- wp:uagb/info-box {\"classMigrate\":true,\"headingAlign\":\"left\",\"headingColor\":\"\",\"subHeadingColor\":\"\",\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"source_type\":\"image\",\"block_id\":\"9f7d48dc\",\"ctaIcon\":\"\",\"ctaType\":\"text\",\"ctaText\":\"READ MORE\",\"ctaLinkColor\":\"var(\\u002d\\u002dast-global-color-0)\",\"ctaDecoration\":\"underline\",\"ctaFontSize\":12,\"ctaFontWeight\":\"600\",\"ctaLetterSpacing\":2,\"ctaBorderColor\":\"\",\"ctaBorderStyle\":\"\",\"ctaBorderWidth\":\"\",\"ctaBorderRadius\":\"\",\"iconBottomMargin\":30,\"iconImage\":{\"id\":237,\"title\":\"concierge\",\"filename\":\"concierge.jpg\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/concierge.jpg\",\"link\":\"https://blueroan.netgen.cloud/concierge/\",\"alt\":\"\",\"author\":\"34\",\"description\":\"\",\"caption\":\"\",\"name\":\"concierge\",\"status\":\"inherit\",\"uploadedTo\":0,\"date\":\"2021-05-11T10:34:38.000Z\",\"modified\":\"2021-05-11T10:34:38.000Z\",\"menuOrder\":0,\"mime\":\"image/jpeg\",\"type\":\"image\",\"subtype\":\"jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/default.png\",\"dateFormatted\":\"May 11, 2021\",\"nonces\":{\"update\":\"ddeaf2c47b\",\"delete\":\"8c12e990c8\",\"edit\":\"7b5113c612\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=237\\u0026action=edit\",\"meta\":false,\"authorName\":\"Rishabh\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/user-edit.php?user_id=34\",\"filesizeInBytes\":32483,\"filesizeHumanReadable\":\"32 KB\",\"context\":\"\",\"height\":440,\"width\":370,\"orientation\":\"portrait\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/concierge-150x150.jpg\",\"orientation\":\"landscape\"},\"medium\":{\"height\":300,\"width\":252,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/concierge-252x300-1.jpg\",\"orientation\":\"portrait\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/concierge.jpg\",\"height\":440,\"width\":370,\"orientation\":\"portrait\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"imageSize\":\"full\",\"imageWidth\":100,\"imageWidthMobile\":100,\"imageWidthTablet\":100,\"paddingBtnTop\":10,\"paddingBtnBottom\":10,\"paddingBtnLeft\":14,\"paddingBtnRight\":14,\"imageWidthUnit\":\"%\",\"imageWidthUnitTablet\":\"%\",\"imageWidthUnitMobile\":\"%\",\"subHeadTopMargin\":0,\"subHeadRightMargin\":40,\"subHeadLeftMargin\":0,\"subHeadMarginTopTablet\":0,\"subHeadMarginRightTablet\":0,\"subHeadTabletSpace\":20,\"subHeadMarginLeftTablet\":0,\"imgTagHeight\":118,\"imgTagWidth\":370,\"btnBorderTopWidth\":1,\"btnBorderLeftWidth\":1,\"btnBorderRightWidth\":1,\"btnBorderBottomWidth\":1,\"btnBorderTopLeftRadius\":0,\"btnBorderTopRightRadius\":0,\"btnBorderBottomLeftRadius\":0,\"btnBorderBottomRightRadius\":0,\"btnBorderStyle\":\"solid\",\"btnBorderColor\":\"#333\"} -->\n<div class=\"wp-block-uagb-info-box uagb-block-9f7d48dc uagb-infobox__content-wrap  uagb-infobox-icon-above-title uagb-infobox-image-valign-top\"><div class=\"uagb-ifb-content\"><div class=\"uagb-ifb-image-content\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/concierge.jpg\" alt=\"\" width=\"100\" height=\"118\" loading=\"lazy\"/></div><div class=\"uagb-ifb-title-wrap\"><h3 class=\"uagb-ifb-title\">24 Hour Concierge​</h3></div><p class=\"uagb-ifb-desc\">We have three in-house restaurants offering different cuisines that you can choose from.</p><div class=\"uagb-ifb-button-wrapper wp-block-button\"><a href=\"\" target=\"_self\" class=\"uagb-infobox-cta-link uagb-disable-link\" rel=\"noopener noreferrer\" alt=\"\"><span class=\"uagb-inline-editing\">READ MORE</span></a></div></div></div>\n<!-- /wp:uagb/info-box --></div>\n<!-- /wp:uagb/container --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:columns {\"backgroundColor\":\"ast-global-color-5\"} -->\n<div class=\"wp-block-columns has-ast-global-color-5-background-color has-background\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"align\":\"center\",\"id\":828,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image aligncenter size-full\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Blue-Roan-pool.png\" alt=\"Blue Roan\'s rock pool\" class=\"wp-image-828\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>A relaxing rock Pool​</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>We have a lovely sparkling blue rock pool next to a thatched Lapa. &nbsp;&nbsp;Lie on recliners on the green lawn or sit on the swing chair in the Lapa and enjoy the panoramic view of the Magaliesberg mountain range.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":829,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/img-20160605-wa0002-largejpg.png\" alt=\"\" class=\"wp-image-829\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>Braai facilities </h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>What can compare to a burning fire under the star-lit African sky? Nothing beats the flavor of cooking over an open flame.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":830,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/ef9d0188da11e2bc56788f5619d9d539.png\" alt=\"\" class=\"wp-image-830\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>A games room </h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>The reception is also a games room for those who enjoy darts or playing pool. &nbsp;Take a selection of DVDs back to your room and watch movies on your own DVD player. &nbsp;There is also a selection of board games and music CDs that you can borrow.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:uagb/container {\"block_id\":\"d7bbbbae\",\"innerContentWidth\":\"alignfull\",\"directionDesktop\":\"row\",\"wrapTablet\":\"wrap\",\"variationSelected\":true,\"rowGapTablet\":0,\"columnGapDesktop\":0,\"isBlockRootParent\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-d7bbbbae alignfull uagb-is-root-container\"><!-- wp:uagb/container {\"block_id\":\"96666aca\",\"widthDesktop\":25,\"widthTablet\":50,\"variationSelected\":true,\"widthSetByUser\":true,\"UAGHideMob\":true,\"UAGResponsiveConditions\":true} -->\n<div class=\"wp-block-uagb-container uag-hide-mob uagb-block-96666aca\"><!-- wp:uagb/image {\"block_id\":\"6ea12221\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/amenities-1.jpg\",\"id\":220,\"linkDestination\":\"none\",\"width\":480,\"height\":500,\"naturalWidth\":480,\"naturalHeight\":500,\"sizeSlug\":\"full\",\"sizeSlugTablet\":\"full\",\"sizeSlugMobile\":\"full\"} -->\n<div class=\"wp-block-uagb-image uagb-block-6ea12221 wp-block-uagb-image--layout-default wp-block-uagb-image--effect-static wp-block-uagb-image--align-none\"><figure class=\"wp-block-uagb-image__figure\"><img srcset=\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/amenities-1.jpg \" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/amenities-1.jpg\" alt=\"\" class=\"uag-image-220\" width=\"480\" height=\"500\" title=\"\" loading=\"lazy\"/></figure></div>\n<!-- /wp:uagb/image --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"ea9eab48\",\"widthDesktop\":25,\"widthTablet\":50,\"variationSelected\":true,\"widthSetByUser\":true,\"UAGHideMob\":true,\"UAGResponsiveConditions\":true} -->\n<div class=\"wp-block-uagb-container uag-hide-mob uagb-block-ea9eab48\"><!-- wp:uagb/image {\"block_id\":\"c7d3a3fd\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/amenities-3.jpg\",\"id\":222,\"linkDestination\":\"none\",\"naturalWidth\":480,\"naturalHeight\":500,\"sizeSlug\":\"full\",\"sizeSlugTablet\":\"full\",\"sizeSlugMobile\":\"full\"} -->\n<div class=\"wp-block-uagb-image uagb-block-c7d3a3fd wp-block-uagb-image--layout-default wp-block-uagb-image--effect-static wp-block-uagb-image--align-none\"><figure class=\"wp-block-uagb-image__figure\"><img srcset=\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/amenities-3.jpg \" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/amenities-3.jpg\" alt=\"\" class=\"uag-image-222\" width=\"\" height=\"\" title=\"\" loading=\"lazy\"/></figure></div>\n<!-- /wp:uagb/image --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"b0249bfa\",\"widthDesktop\":50,\"widthTablet\":100,\"variationSelected\":true,\"columnGapDesktop\":20,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-b0249bfa\"><!-- wp:uagb/image {\"block_id\":\"91aca9ab\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/amenities-5.jpg\",\"id\":224,\"linkDestination\":\"none\",\"width\":960,\"height\":500,\"naturalWidth\":960,\"naturalHeight\":500,\"sizeSlug\":\"full\",\"sizeSlugTablet\":\"full\",\"sizeSlugMobile\":\"full\"} -->\n<div class=\"wp-block-uagb-image uagb-block-91aca9ab wp-block-uagb-image--layout-default wp-block-uagb-image--effect-static wp-block-uagb-image--align-none\"><figure class=\"wp-block-uagb-image__figure\"><img srcset=\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/amenities-5.jpg \" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/amenities-5.jpg\" alt=\"\" class=\"uag-image-224\" width=\"960\" height=\"500\" title=\"\" loading=\"lazy\"/></figure></div>\n<!-- /wp:uagb/image --></div>\n<!-- /wp:uagb/container --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"1073e66b\",\"innerContentWidth\":\"alignfull\",\"directionDesktop\":\"row\",\"wrapTablet\":\"wrap\",\"variationSelected\":true,\"rowGapTablet\":0,\"columnGapDesktop\":0,\"isBlockRootParent\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-1073e66b alignfull uagb-is-root-container\"><!-- wp:uagb/container {\"block_id\":\"19b0f21a\",\"widthDesktop\":50,\"widthTablet\":100,\"variationSelected\":true,\"columnGapDesktop\":20,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-19b0f21a\"><!-- wp:uagb/image {\"block_id\":\"31cee781\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/amenities-6-1.jpg\",\"id\":230,\"linkDestination\":\"none\",\"naturalWidth\":960,\"naturalHeight\":500,\"sizeSlug\":\"full\",\"sizeSlugTablet\":\"full\",\"sizeSlugMobile\":\"full\"} -->\n<div class=\"wp-block-uagb-image uagb-block-31cee781 wp-block-uagb-image--layout-default wp-block-uagb-image--effect-static wp-block-uagb-image--align-none\"><figure class=\"wp-block-uagb-image__figure\"><img srcset=\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/amenities-6-1.jpg \" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/amenities-6-1.jpg\" alt=\"\" class=\"uag-image-230\" width=\"\" height=\"\" title=\"\" loading=\"lazy\"/></figure></div>\n<!-- /wp:uagb/image --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"5f4944e4\",\"widthDesktop\":25,\"variationSelected\":true,\"widthSetByUser\":true,\"UAGHideMob\":true,\"UAGResponsiveConditions\":true} -->\n<div class=\"wp-block-uagb-container uag-hide-mob uagb-block-5f4944e4\"><!-- wp:uagb/image {\"block_id\":\"2360060e\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/amenities-2.jpg\",\"id\":221,\"linkDestination\":\"none\",\"naturalWidth\":480,\"naturalHeight\":500,\"sizeSlug\":\"full\",\"sizeSlugTablet\":\"full\",\"sizeSlugMobile\":\"full\"} -->\n<div class=\"wp-block-uagb-image uagb-block-2360060e wp-block-uagb-image--layout-default wp-block-uagb-image--effect-static wp-block-uagb-image--align-none\"><figure class=\"wp-block-uagb-image__figure\"><img srcset=\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/amenities-2.jpg \" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/amenities-2.jpg\" alt=\"\" class=\"uag-image-221\" width=\"\" height=\"\" title=\"\" loading=\"lazy\"/></figure></div>\n<!-- /wp:uagb/image --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"fbc851c8\",\"widthDesktop\":25,\"variationSelected\":true,\"widthSetByUser\":true,\"UAGHideMob\":true,\"UAGResponsiveConditions\":true} -->\n<div class=\"wp-block-uagb-container uag-hide-mob uagb-block-fbc851c8\"><!-- wp:uagb/image {\"block_id\":\"d2b6cacf\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/amenities-4.jpg\",\"id\":223,\"linkDestination\":\"none\",\"naturalWidth\":480,\"naturalHeight\":500,\"sizeSlug\":\"full\",\"sizeSlugTablet\":\"full\",\"sizeSlugMobile\":\"full\"} -->\n<div class=\"wp-block-uagb-image uagb-block-d2b6cacf wp-block-uagb-image--layout-default wp-block-uagb-image--effect-static wp-block-uagb-image--align-none\"><figure class=\"wp-block-uagb-image__figure\"><img srcset=\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/amenities-4.jpg \" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/amenities-4.jpg\" alt=\"\" class=\"uag-image-223\" width=\"\" height=\"\" title=\"\" loading=\"lazy\"/></figure></div>\n<!-- /wp:uagb/image --></div>\n<!-- /wp:uagb/container --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"85e73b82\",\"backgroundType\":\"color\",\"backgroundSizeTablet\":\"cover\",\"backgroundSizeMobile\":\"cover\",\"backgroundColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"topPaddingDesktop\":120,\"bottomPaddingDesktop\":120,\"topPaddingTablet\":80,\"bottomPaddingTablet\":80,\"leftPaddingTablet\":30,\"rightPaddingTablet\":30,\"topPaddingMobile\":80,\"bottomPaddingMobile\":80,\"leftPaddingMobile\":20,\"rightPaddingMobile\":20,\"paddingLink\":false,\"variationSelected\":true,\"rowGapDesktop\":0,\"rowGapTablet\":0,\"isBlockRootParent\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-85e73b82 alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/container {\"block_id\":\"13280c00\",\"directionDesktop\":\"row\",\"alignItemsDesktop\":\"flex-end\",\"alignItemsTablet\":\"flex-end\",\"justifyContentDesktop\":\"flex-end\",\"justifyContentTablet\":\"space-between\",\"variationSelected\":true,\"rowGapMobile\":30,\"columnGapDesktop\":0} -->\n<div class=\"wp-block-uagb-container uagb-block-13280c00\"><!-- wp:uagb/advanced-heading {\"block_id\":\"14ac45c4\",\"classMigrate\":true,\"headingDescToggle\":true,\"subHeadingColor\":\"\",\"headSpace\":20,\"subHeadFontSize\":16} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-14ac45c4\"><h2 class=\"uagb-heading-text\">Other Perks &amp; Facilities ​</h2><p class=\"uagb-desc-text\">Looking for more? Well, we believe that every guest walks into our hotel for the best experience. And, we are determined to do that.</p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/buttons {\"block_id\":\"be799112\",\"classMigrate\":true,\"childMigrate\":true,\"align\":\"right\",\"alignTablet\":\"right\",\"alignMobile\":\"left\",\"gap\":0} -->\n<div class=\"wp-block-uagb-buttons uagb-buttons__outer-wrap uagb-btn__default-btn uagb-btn-tablet__default-btn uagb-btn-mobile__default-btn uagb-block-be799112\"><div class=\"uagb-buttons__wrap uagb-buttons-layout-wrap\"><!-- wp:uagb/buttons-child {\"block_id\":\"c52695b0\",\"label\":\"Get Bookings\",\"link\":\"#\",\"hColor\":\"\",\"borderWidth\":\"\",\"borderRadius\":\"\",\"borderStyle\":\"\",\"borderColor\":\"\",\"borderHColor\":\"\",\"btnBorderTopWidth\":1,\"btnBorderLeftWidth\":1,\"btnBorderRightWidth\":1,\"btnBorderBottomWidth\":1,\"btnBorderTopLeftRadius\":2,\"btnBorderTopRightRadius\":2,\"btnBorderBottomLeftRadius\":2,\"btnBorderBottomRightRadius\":2,\"btnBorderStyle\":\"solid\",\"btnBorderColor\":\"#333\",\"btnBorderHColor\":\"#333\"} -->\n<div class=\"wp-block-uagb-buttons-child uagb-buttons__outer-wrap uagb-block-c52695b0 wp-block-button is-style-outline\"><div class=\"uagb-button__wrapper\"><a class=\"uagb-buttons-repeater wp-block-button__link\" href=\"#\" rel=\"follow noopener\" target=\"_self\"><div class=\"uagb-button__link\">Get Bookings</div></a></div></div>\n<!-- /wp:uagb/buttons-child --></div></div>\n<!-- /wp:uagb/buttons --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"71868fc9\",\"directionDesktop\":\"row\",\"alignItemsTablet\":\"flex-start\",\"paddingLink\":false,\"topMarginDesktop\":54,\"bottomMarginDesktop\":0,\"leftMarginDesktop\":0,\"rightMarginDesktop\":0,\"topMarginTablet\":30,\"bottomMarginTablet\":0,\"leftMarginTablet\":0,\"rightMarginTablet\":0,\"marginLink\":false,\"variationSelected\":true,\"rowGapMobile\":65,\"columnGapDesktop\":48,\"columnGapTablet\":20} -->\n<div class=\"wp-block-uagb-container uagb-block-71868fc9\"><!-- wp:uagb/info-box {\"classMigrate\":true,\"headingAlign\":\"left\",\"headingColor\":\"\",\"subHeadingColor\":\"\",\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"source_type\":\"image\",\"block_id\":\"bc5caedb\",\"ctaType\":\"text\",\"ctaText\":\"READ MORE\",\"ctaLinkColor\":\"var(\\u002d\\u002dast-global-color-0)\",\"ctaDecoration\":\"underline\",\"ctaFontSize\":12,\"ctaFontWeight\":\"600\",\"ctaLetterSpacing\":2,\"ctaBorderStyle\":\"\",\"iconBottomMargin\":30,\"iconImage\":{\"id\":240,\"title\":\"terrace\",\"filename\":\"terrace.jpg\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/terrace.jpg\",\"link\":\"https://blueroan.netgen.cloud/terrace/\",\"alt\":\"\",\"author\":\"34\",\"description\":\"\",\"caption\":\"\",\"name\":\"terrace\",\"status\":\"inherit\",\"uploadedTo\":0,\"date\":\"2021-05-11T10:54:04.000Z\",\"modified\":\"2021-05-11T10:54:04.000Z\",\"menuOrder\":0,\"mime\":\"image/jpeg\",\"type\":\"image\",\"subtype\":\"jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/default.png\",\"dateFormatted\":\"May 11, 2021\",\"nonces\":{\"update\":\"6de8720da3\",\"delete\":\"d7905e75b9\",\"edit\":\"e7132a7b3e\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=240\\u0026action=edit\",\"meta\":false,\"authorName\":\"Rishabh\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/user-edit.php?user_id=34\",\"filesizeInBytes\":40742,\"filesizeHumanReadable\":\"40 KB\",\"context\":\"\",\"height\":440,\"width\":370,\"orientation\":\"portrait\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/terrace-150x150.jpg\",\"orientation\":\"landscape\"},\"medium\":{\"height\":300,\"width\":252,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/terrace-252x300-1.jpg\",\"orientation\":\"portrait\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/terrace.jpg\",\"height\":440,\"width\":370,\"orientation\":\"portrait\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"imageSize\":\"full\",\"imageWidth\":100,\"imageWidthMobile\":100,\"imageWidthTablet\":100,\"paddingBtnTop\":10,\"paddingBtnBottom\":10,\"paddingBtnLeft\":14,\"paddingBtnRight\":14,\"imageWidthUnit\":\"%\",\"imageWidthUnitTablet\":\"%\",\"imageWidthUnitMobile\":\"%\",\"subHeadTopMargin\":0,\"subHeadRightMargin\":40,\"subHeadLeftMargin\":0,\"subHeadMarginTopTablet\":0,\"subHeadMarginRightTablet\":0,\"subHeadTabletSpace\":20,\"subHeadMarginLeftTablet\":0,\"btnBorderStyle\":\"solid\"} -->\n<div class=\"wp-block-uagb-info-box uagb-block-bc5caedb uagb-infobox__content-wrap  uagb-infobox-icon-above-title uagb-infobox-image-valign-top\"><div class=\"uagb-ifb-content\"><div class=\"uagb-ifb-image-content\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/terrace.jpg\" alt=\"\"/></div><div class=\"uagb-ifb-title-wrap\"><h3 class=\"uagb-ifb-title\">Ocean View Terrace​</h3></div><p class=\"uagb-ifb-desc\">Among the scenic beauty of the city we also have an ocean view terrace for every suite in our hotel.</p><div class=\"uagb-ifb-button-wrapper wp-block-button\"><a href=\"#\" target=\"_self\" class=\"uagb-infobox-cta-link\" rel=\"noopener noreferrer\" alt=\"\"><span class=\"uagb-inline-editing\">READ MORE</span></a></div></div></div>\n<!-- /wp:uagb/info-box -->\n\n<!-- wp:uagb/info-box {\"classMigrate\":true,\"headingAlign\":\"left\",\"headingColor\":\"\",\"subHeadingColor\":\"\",\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"source_type\":\"image\",\"block_id\":\"be927766\",\"ctaType\":\"text\",\"ctaText\":\"READ MORE\",\"ctaLinkColor\":\"var(\\u002d\\u002dast-global-color-0)\",\"ctaDecoration\":\"underline\",\"ctaFontSize\":12,\"ctaFontWeight\":\"600\",\"ctaLetterSpacing\":2,\"ctaBorderStyle\":\"\",\"iconBottomMargin\":30,\"iconImage\":{\"id\":89,\"title\":\"food\",\"filename\":\"food.jpg\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/food.jpg\",\"link\":\"https://blueroan.netgen.cloud/food/\",\"alt\":\"\",\"author\":\"34\",\"description\":\"\",\"caption\":\"\",\"name\":\"food\",\"status\":\"inherit\",\"uploadedTo\":0,\"date\":\"2021-05-07T14:24:52.000Z\",\"modified\":\"2021-05-07T14:24:52.000Z\",\"menuOrder\":0,\"mime\":\"image/jpeg\",\"type\":\"image\",\"subtype\":\"jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/default.png\",\"dateFormatted\":\"May 7, 2021\",\"nonces\":{\"update\":\"b06173e227\",\"delete\":\"7de0e70fba\",\"edit\":\"7dc3d40920\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=89\\u0026action=edit\",\"meta\":false,\"authorName\":\"Rishabh\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/user-edit.php?user_id=34\",\"filesizeInBytes\":41933,\"filesizeHumanReadable\":\"41 KB\",\"context\":\"\",\"height\":440,\"width\":370,\"orientation\":\"portrait\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/food-150x150.jpg\",\"orientation\":\"landscape\"},\"medium\":{\"height\":300,\"width\":252,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/food-252x300-1.jpg\",\"orientation\":\"portrait\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/food.jpg\",\"height\":440,\"width\":370,\"orientation\":\"portrait\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"imageSize\":\"full\",\"imageWidth\":100,\"imageWidthMobile\":100,\"imageWidthTablet\":100,\"paddingBtnTop\":10,\"paddingBtnBottom\":10,\"paddingBtnLeft\":14,\"paddingBtnRight\":14,\"imageWidthUnit\":\"%\",\"imageWidthUnitTablet\":\"%\",\"imageWidthUnitMobile\":\"%\",\"subHeadTopMargin\":0,\"subHeadRightMargin\":40,\"subHeadLeftMargin\":0,\"subHeadMarginTopTablet\":0,\"subHeadMarginRightTablet\":0,\"subHeadTabletSpace\":20,\"subHeadMarginLeftTablet\":0,\"btnBorderStyle\":\"solid\"} -->\n<div class=\"wp-block-uagb-info-box uagb-block-be927766 uagb-infobox__content-wrap  uagb-infobox-icon-above-title uagb-infobox-image-valign-top\"><div class=\"uagb-ifb-content\"><div class=\"uagb-ifb-image-content\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/food.jpg\" alt=\"\"/></div><div class=\"uagb-ifb-title-wrap\"><h3 class=\"uagb-ifb-title\">Delicious Food​</h3></div><p class=\"uagb-ifb-desc\">We have team chefs from across the world. So you can enjoy the delicacies anytime during your stay.</p><div class=\"uagb-ifb-button-wrapper wp-block-button\"><a href=\"#\" target=\"_self\" class=\"uagb-infobox-cta-link\" rel=\"noopener noreferrer\" alt=\"\"><span class=\"uagb-inline-editing\">READ MORE</span></a></div></div></div>\n<!-- /wp:uagb/info-box -->\n\n<!-- wp:uagb/info-box {\"classMigrate\":true,\"headingAlign\":\"left\",\"headingColor\":\"\",\"subHeadingColor\":\"\",\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"source_type\":\"image\",\"block_id\":\"762a0a59\",\"ctaType\":\"text\",\"ctaText\":\"READ MORE\",\"ctaLinkColor\":\"var(\\u002d\\u002dast-global-color-0)\",\"ctaDecoration\":\"underline\",\"ctaFontSize\":12,\"ctaFontWeight\":\"600\",\"ctaLetterSpacing\":2,\"ctaBorderStyle\":\"\",\"iconBottomMargin\":30,\"iconImage\":{\"id\":241,\"title\":\"beach\",\"filename\":\"beach.jpg\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/beach.jpg\",\"link\":\"https://blueroan.netgen.cloud/beach/\",\"alt\":\"\",\"author\":\"34\",\"description\":\"\",\"caption\":\"\",\"name\":\"beach\",\"status\":\"inherit\",\"uploadedTo\":0,\"date\":\"2021-05-11T10:56:06.000Z\",\"modified\":\"2021-05-11T10:56:06.000Z\",\"menuOrder\":0,\"mime\":\"image/jpeg\",\"type\":\"image\",\"subtype\":\"jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/default.png\",\"dateFormatted\":\"May 11, 2021\",\"nonces\":{\"update\":\"65c348aac8\",\"delete\":\"6d551f7cf4\",\"edit\":\"026ca70d91\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=241\\u0026action=edit\",\"meta\":false,\"authorName\":\"Rishabh\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/user-edit.php?user_id=34\",\"filesizeInBytes\":38094,\"filesizeHumanReadable\":\"37 KB\",\"context\":\"\",\"height\":440,\"width\":370,\"orientation\":\"portrait\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/beach-150x150.jpg\",\"orientation\":\"landscape\"},\"medium\":{\"height\":300,\"width\":252,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/beach-252x300-1.jpg\",\"orientation\":\"portrait\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/beach.jpg\",\"height\":440,\"width\":370,\"orientation\":\"portrait\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"imageSize\":\"full\",\"imageWidth\":100,\"imageWidthMobile\":100,\"imageWidthTablet\":100,\"paddingBtnTop\":10,\"paddingBtnBottom\":10,\"paddingBtnLeft\":14,\"paddingBtnRight\":14,\"imageWidthUnit\":\"%\",\"imageWidthUnitTablet\":\"%\",\"imageWidthUnitMobile\":\"%\",\"subHeadTopMargin\":0,\"subHeadRightMargin\":40,\"subHeadLeftMargin\":0,\"subHeadMarginTopTablet\":0,\"subHeadMarginRightTablet\":0,\"subHeadTabletSpace\":20,\"subHeadMarginLeftTablet\":0,\"btnBorderStyle\":\"solid\"} -->\n<div class=\"wp-block-uagb-info-box uagb-block-762a0a59 uagb-infobox__content-wrap  uagb-infobox-icon-above-title uagb-infobox-image-valign-top\"><div class=\"uagb-ifb-content\"><div class=\"uagb-ifb-image-content\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/beach.jpg\" alt=\"\"/></div><div class=\"uagb-ifb-title-wrap\"><h3 class=\"uagb-ifb-title\">Private Beach​</h3></div><p class=\"uagb-ifb-desc\">Want to take a dip into the sea? All our guests get complimentary access to our private beach.</p><div class=\"uagb-ifb-button-wrapper wp-block-button\"><a href=\"#\" target=\"_self\" class=\"uagb-infobox-cta-link\" rel=\"noopener noreferrer\" alt=\"\"><span class=\"uagb-inline-editing\">READ MORE</span></a></div></div></div>\n<!-- /wp:uagb/info-box --></div>\n<!-- /wp:uagb/container --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"2c229236\",\"innerContentCustomWidthDesktop\":781,\"innerContentCustomWidthTablet\":781,\"backgroundType\":\"image\",\"backgroundImageDesktop\":{\"id\":54,\"title\":\"background-img\",\"filename\":\"background-img-1.jpg\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/background-img-1.jpg\",\"link\":\"https://blueroan.netgen.cloud/background-img-2/\",\"alt\":\"\",\"author\":\"34\",\"description\":\"\",\"caption\":\"\",\"name\":\"background-img-2\",\"status\":\"inherit\",\"uploadedTo\":0,\"date\":\"2021-05-07T10:11:37.000Z\",\"modified\":\"2021-05-07T10:11:37.000Z\",\"menuOrder\":0,\"mime\":\"image/jpeg\",\"type\":\"image\",\"subtype\":\"jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/default.png\",\"dateFormatted\":\"May 7, 2021\",\"nonces\":{\"update\":\"bb999636b9\",\"delete\":\"d2e1375bc4\",\"edit\":\"005dd2f0c9\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=54\\u0026action=edit\",\"meta\":false,\"authorName\":\"Rishabh\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/user-edit.php?user_id=34\",\"filesizeInBytes\":338858,\"filesizeHumanReadable\":\"331 KB\",\"context\":\"\",\"height\":1080,\"width\":1920,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/background-img-1-150x150.jpg\",\"orientation\":\"landscape\"},\"medium\":{\"height\":169,\"width\":300,\"url\":\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/background-img-1-300x169.jpg\",\"orientation\":\"landscape\"},\"large\":{\"height\":576,\"width\":1024,\"url\":\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/background-img-1-1024x576.jpg\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/background-img-1.jpg\",\"height\":1080,\"width\":1920,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"backgroundImageColor\":\"rgba(42,42,42,0.65)\",\"topPaddingDesktop\":144,\"bottomPaddingDesktop\":144,\"leftPaddingDesktop\":40,\"rightPaddingDesktop\":40,\"topPaddingTablet\":80,\"bottomPaddingTablet\":80,\"leftPaddingTablet\":40,\"rightPaddingTablet\":40,\"topPaddingMobile\":64,\"bottomPaddingMobile\":64,\"leftPaddingMobile\":24,\"rightPaddingMobile\":24,\"paddingLink\":false,\"variationSelected\":true,\"isBlockRootParent\":true,\"overlayType\":\"color\"} -->\n<div class=\"wp-block-uagb-container uagb-block-2c229236 alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/advanced-heading {\"block_id\":\"04fb59bf\",\"classMigrate\":true,\"headingDescToggle\":true,\"headingAlign\":\"center\",\"headingColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"subHeadingColor\":\"var(\\u002d\\u002dast-global-color-4)\",\"headSpace\":20} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-04fb59bf\"><h2 class=\"uagb-heading-text\">Plan an Unforgettable Experience in Mykonos Today!</h2><p class=\"uagb-desc-text\">We can help you fit your stay and experience within your allotted budget.</p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/advanced-heading {\"block_id\":\"8acaabe4\",\"classMigrate\":true,\"headingTitleToggle\":false,\"headingDescToggle\":true,\"headingAlign\":\"center\",\"subHeadingColor\":\"var(\\u002d\\u002dast-global-color-4)\",\"subHeadTransform\":\"uppercase\",\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"subHeadLetterSpacing\":2,\"blockTopPadding\":60,\"blockRightPadding\":0,\"blockLeftPadding\":0,\"blockBottomPadding\":0,\"blockTopPaddingMobile\":30,\"blockRightPaddingMobile\":0,\"blockLeftPaddingMobile\":0,\"blockBottomPaddingMobile\":0} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-8acaabe4\"><p class=\"uagb-desc-text\">BOOK YOUR STAY NOW​</p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/icon-list {\"block_id\":\"354487e4\",\"classMigrate\":true,\"childMigrate\":true,\"align\":\"center\",\"parentIcon\":\"phone\",\"size\":40,\"sizeMobile\":24,\"sizeTablet\":32,\"fontSize\":48,\"fontSizeMobile\":28,\"fontSizeTablet\":40,\"fontWeight\":\"600\",\"iconColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"labelColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"blockTopPadding\":0,\"blockRightPadding\":0,\"blockLeftPadding\":0,\"blockBottomPadding\":24,\"blockPaddingLink\":false} -->\n<div class=\"wp-block-uagb-icon-list uagb-block-354487e4\"><div class=\"uagb-icon-list__wrap\"><!-- wp:uagb/icon-list-child {\"block_id\":\"6d5cab60\",\"label\":\"+1-123 456 7890​\",\"label_color\":\"\",\"fromParentIcon\":\"phone\",\"imageSizeChild\":40} -->\n<div class=\"wp-block-uagb-icon-list-child uagb-block-6d5cab60\"><span class=\"uagb-icon-list__source-wrap\"><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M511.2 387l-23.25 100.8c-3.266 14.25-15.79 24.22-30.46 24.22C205.2 512 0 306.8 0 54.5c0-14.66 9.969-27.2 24.22-30.45l100.8-23.25C139.7-2.602 154.7 5.018 160.8 18.92l46.52 108.5c5.438 12.78 1.77 27.67-8.98 36.45L144.5 207.1c33.98 69.22 90.26 125.5 159.5 159.5l44.08-53.8c8.688-10.78 23.69-14.51 36.47-8.975l108.5 46.51C506.1 357.2 514.6 372.4 511.2 387z\"></path></svg></span><span class=\"uagb-icon-list__label\">+1-123 456 7890​</span></div>\n<!-- /wp:uagb/icon-list-child --></div></div>\n<!-- /wp:uagb/icon-list --></div></div>\n<!-- /wp:uagb/container -->',	'Amenities',	'',	'inherit',	'closed',	'closed',	'',	'762-revision-v1',	'',	'',	'2022-12-15 11:11:56',	'2022-12-15 11:11:56',	'',	762,	'https://blueroan.netgen.cloud/?p=1173',	0,	'revision',	'',	0),
(1174,	2,	'2022-12-15 11:12:37',	'2022-12-15 11:12:37',	'<!-- wp:uagb/container {\"block_id\":\"5648dcdf\",\"backgroundType\":\"image\",\"backgroundImageDesktop\":{\"id\":1007,\"title\":\"AAEAAQAAAAAAAAAAAAAAJDg5NmY0ZGUxLWE4MTgtNDY5NC1iODFhLTBmN2Q0ZDc5ZWFiNw-1\",\"filename\":\"AAEAAQAAAAAAAAAAAAAAJDg5NmY0ZGUxLWE4MTgtNDY5NC1iODFhLTBmN2Q0ZDc5ZWFiNw-1.png\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAAJDg5NmY0ZGUxLWE4MTgtNDY5NC1iODFhLTBmN2Q0ZDc5ZWFiNw-1.png\",\"link\":\"https://blueroan.netgen.cloud/the-barn/aaeaaqaaaaaaaaaaaaaajdg5nmy0zguxlwe4mtgtndy5nc1iodfhltbmn2q0zdc5zwfinw-1/\",\"alt\":\"\",\"author\":\"2\",\"description\":\"\",\"caption\":\"\",\"name\":\"aaeaaqaaaaaaaaaaaaaajdg5nmy0zguxlwe4mtgtndy5nc1iodfhltbmn2q0zdc5zwfinw-1\",\"status\":\"inherit\",\"uploadedTo\":948,\"date\":\"2022-12-14T10:50:25.000Z\",\"modified\":\"2022-12-14T10:50:25.000Z\",\"menuOrder\":0,\"mime\":\"image/png\",\"type\":\"image\",\"subtype\":\"png\",\"icon\":\"https://blueroan.netgen.cloud/wp-includes/images/media/default.png\",\"dateFormatted\":\"December 14, 2022\",\"nonces\":{\"update\":\"483f8bdf3d\",\"delete\":\"0a7ebc92ef\",\"edit\":\"6bc1c6a685\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=1007\\u0026action=edit\",\"meta\":false,\"authorName\":\"Netgen Support\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/profile.php\",\"uploadedToTitle\":\"The Barn\",\"uploadedToLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=948\\u0026action=edit\",\"filesizeInBytes\":1348989,\"filesizeHumanReadable\":\"1 MB\",\"context\":\"\",\"height\":667,\"width\":1000,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAAJDg5NmY0ZGUxLWE4MTgtNDY5NC1iODFhLTBmN2Q0ZDc5ZWFiNw-1-150x150.png\",\"orientation\":\"landscape\"},\"medium\":{\"height\":200,\"width\":300,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAAJDg5NmY0ZGUxLWE4MTgtNDY5NC1iODFhLTBmN2Q0ZDc5ZWFiNw-1-300x200.png\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAAJDg5NmY0ZGUxLWE4MTgtNDY5NC1iODFhLTBmN2Q0ZDc5ZWFiNw-1.png\",\"height\":667,\"width\":1000,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"backgroundPositionDesktop\":{\"x\":0.61,\"y\":0.52},\"backgroundSizeTablet\":\"cover\",\"backgroundSizeMobile\":\"cover\",\"backgroundColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"backgroundImageColor\":\"rgba(42,42,42,0.5)\",\"topPaddingDesktop\":220,\"bottomPaddingDesktop\":150,\"topPaddingTablet\":170,\"bottomPaddingTablet\":160,\"leftPaddingTablet\":30,\"rightPaddingTablet\":30,\"topPaddingMobile\":180,\"bottomPaddingMobile\":80,\"leftPaddingMobile\":20,\"rightPaddingMobile\":20,\"paddingLink\":false,\"variationSelected\":true,\"isBlockRootParent\":true,\"overlayType\":\"color\"} -->\n<div class=\"wp-block-uagb-container uagb-block-5648dcdf alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/advanced-heading {\"block_id\":\"b4861964\",\"classMigrate\":true,\"headingDescToggle\":true,\"headingColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"subHeadingColor\":\"var(\\u002d\\u002dast-global-color-4)\",\"headingTag\":\"h1\",\"headSpace\":20,\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"blockTopPadding\":0,\"blockRightPadding\":50,\"blockLeftPadding\":0,\"blockBottomPadding\":0,\"blockTopPaddingTablet\":0,\"blockRightPaddingTablet\":20,\"blockLeftPaddingTablet\":0,\"blockBottomPaddingTablet\":0,\"blockTopPaddingMobile\":0,\"blockRightPaddingMobile\":0,\"blockLeftPaddingMobile\":0,\"blockBottomPaddingMobile\":0,\"blockPaddingUnit\":\"%\",\"blockPaddingUnitTablet\":\"%\"} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-b4861964\"><h1 class=\"uagb-heading-text\">Amenities &amp; Interests​</h1><p class=\"uagb-desc-text\">We do not give you just rooms to stay in. We give you an environment where you can experience the best while on a holiday with us. </p></div>\n<!-- /wp:uagb/advanced-heading --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"118e0462\",\"backgroundType\":\"color\",\"backgroundSizeTablet\":\"cover\",\"backgroundSizeMobile\":\"cover\",\"backgroundColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"topPaddingDesktop\":120,\"bottomPaddingDesktop\":60,\"topPaddingTablet\":80,\"bottomPaddingTablet\":80,\"leftPaddingTablet\":30,\"rightPaddingTablet\":30,\"topPaddingMobile\":80,\"bottomPaddingMobile\":80,\"leftPaddingMobile\":20,\"rightPaddingMobile\":20,\"paddingLink\":false,\"variationSelected\":true,\"rowGapDesktop\":0,\"rowGapTablet\":0,\"rowGapMobile\":0,\"isBlockRootParent\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-118e0462 alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/container {\"block_id\":\"9a461057\",\"directionDesktop\":\"row\",\"alignItemsDesktop\":\"flex-end\",\"alignItemsTablet\":\"flex-end\",\"justifyContentDesktop\":\"flex-end\",\"justifyContentTablet\":\"space-between\",\"variationSelected\":true,\"rowGapMobile\":30,\"columnGapDesktop\":0} -->\n<div class=\"wp-block-uagb-container uagb-block-9a461057\"><!-- wp:uagb/buttons {\"block_id\":\"f15fab9f\",\"classMigrate\":true,\"childMigrate\":true,\"align\":\"right\",\"alignTablet\":\"right\",\"alignMobile\":\"left\",\"gap\":0} -->\n<div class=\"wp-block-uagb-buttons uagb-buttons__outer-wrap uagb-btn__default-btn uagb-btn-tablet__default-btn uagb-btn-mobile__default-btn uagb-block-f15fab9f\"><div class=\"uagb-buttons__wrap uagb-buttons-layout-wrap\"><!-- wp:uagb/buttons-child {\"block_id\":\"683bcd56\",\"label\":\"Book now\",\"link\":\"https://book.nightsbridge.com/11065\",\"hColor\":\"\",\"opensInNewTab\":true,\"borderWidth\":\"\",\"borderRadius\":\"\",\"borderStyle\":\"\",\"borderColor\":\"\",\"borderHColor\":\"\",\"btnBorderTopWidth\":1,\"btnBorderLeftWidth\":1,\"btnBorderRightWidth\":1,\"btnBorderBottomWidth\":1,\"btnBorderTopLeftRadius\":2,\"btnBorderTopRightRadius\":2,\"btnBorderBottomLeftRadius\":2,\"btnBorderBottomRightRadius\":2,\"btnBorderStyle\":\"solid\",\"btnBorderColor\":\"#333\",\"btnBorderHColor\":\"#333\"} -->\n<div class=\"wp-block-uagb-buttons-child uagb-buttons__outer-wrap uagb-block-683bcd56 wp-block-button is-style-outline\"><div class=\"uagb-button__wrapper\"><a class=\"uagb-buttons-repeater wp-block-button__link\" href=\"https://book.nightsbridge.com/11065\" rel=\"follow noopener\" target=\"_blank\"><div class=\"uagb-button__link\">Book now</div></a></div></div>\n<!-- /wp:uagb/buttons-child --></div></div>\n<!-- /wp:uagb/buttons --></div>\n<!-- /wp:uagb/container --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:columns {\"backgroundColor\":\"ast-global-color-5\"} -->\n<div class=\"wp-block-columns has-ast-global-color-5-background-color has-background\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"align\":\"center\",\"id\":828,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image aligncenter size-full\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Blue-Roan-pool.png\" alt=\"Blue Roan\'s rock pool\" class=\"wp-image-828\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>A relaxing rock Pool​</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>We have a lovely sparkling blue rock pool next to a thatched Lapa. &nbsp;&nbsp;Lie on recliners on the green lawn or sit on the swing chair in the Lapa and enjoy the panoramic view of the Magaliesberg mountain range.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":829,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/img-20160605-wa0002-largejpg.png\" alt=\"\" class=\"wp-image-829\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>Braai facilities </h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>What can compare to a burning fire under the star-lit African sky? Nothing beats the flavor of cooking over an open flame.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":830,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/ef9d0188da11e2bc56788f5619d9d539.png\" alt=\"\" class=\"wp-image-830\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>A games room </h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>The reception is also a games room for those who enjoy darts or playing pool. &nbsp;Take a selection of DVDs back to your room and watch movies on your own DVD player. &nbsp;There is also a selection of board games and music CDs that you can borrow.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:uagb/container {\"block_id\":\"d7bbbbae\",\"innerContentWidth\":\"alignfull\",\"directionDesktop\":\"row\",\"wrapTablet\":\"wrap\",\"variationSelected\":true,\"rowGapTablet\":0,\"columnGapDesktop\":0,\"isBlockRootParent\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-d7bbbbae alignfull uagb-is-root-container\"><!-- wp:uagb/container {\"block_id\":\"96666aca\",\"widthDesktop\":25,\"widthTablet\":50,\"variationSelected\":true,\"widthSetByUser\":true,\"UAGHideMob\":true,\"UAGResponsiveConditions\":true} -->\n<div class=\"wp-block-uagb-container uag-hide-mob uagb-block-96666aca\"><!-- wp:uagb/image {\"block_id\":\"6ea12221\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/amenities-1.jpg\",\"id\":220,\"linkDestination\":\"none\",\"width\":480,\"height\":500,\"naturalWidth\":480,\"naturalHeight\":500,\"sizeSlug\":\"full\",\"sizeSlugTablet\":\"full\",\"sizeSlugMobile\":\"full\"} -->\n<div class=\"wp-block-uagb-image uagb-block-6ea12221 wp-block-uagb-image--layout-default wp-block-uagb-image--effect-static wp-block-uagb-image--align-none\"><figure class=\"wp-block-uagb-image__figure\"><img srcset=\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/amenities-1.jpg \" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/amenities-1.jpg\" alt=\"\" class=\"uag-image-220\" width=\"480\" height=\"500\" title=\"\" loading=\"lazy\"/></figure></div>\n<!-- /wp:uagb/image --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"ea9eab48\",\"widthDesktop\":25,\"widthTablet\":50,\"variationSelected\":true,\"widthSetByUser\":true,\"UAGHideMob\":true,\"UAGResponsiveConditions\":true} -->\n<div class=\"wp-block-uagb-container uag-hide-mob uagb-block-ea9eab48\"><!-- wp:uagb/image {\"block_id\":\"c7d3a3fd\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/amenities-3.jpg\",\"id\":222,\"linkDestination\":\"none\",\"naturalWidth\":480,\"naturalHeight\":500,\"sizeSlug\":\"full\",\"sizeSlugTablet\":\"full\",\"sizeSlugMobile\":\"full\"} -->\n<div class=\"wp-block-uagb-image uagb-block-c7d3a3fd wp-block-uagb-image--layout-default wp-block-uagb-image--effect-static wp-block-uagb-image--align-none\"><figure class=\"wp-block-uagb-image__figure\"><img srcset=\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/amenities-3.jpg \" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/amenities-3.jpg\" alt=\"\" class=\"uag-image-222\" width=\"\" height=\"\" title=\"\" loading=\"lazy\"/></figure></div>\n<!-- /wp:uagb/image --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"b0249bfa\",\"widthDesktop\":50,\"widthTablet\":100,\"variationSelected\":true,\"columnGapDesktop\":20,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-b0249bfa\"><!-- wp:uagb/image {\"block_id\":\"91aca9ab\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/amenities-5.jpg\",\"id\":224,\"linkDestination\":\"none\",\"width\":960,\"height\":500,\"naturalWidth\":960,\"naturalHeight\":500,\"sizeSlug\":\"full\",\"sizeSlugTablet\":\"full\",\"sizeSlugMobile\":\"full\"} -->\n<div class=\"wp-block-uagb-image uagb-block-91aca9ab wp-block-uagb-image--layout-default wp-block-uagb-image--effect-static wp-block-uagb-image--align-none\"><figure class=\"wp-block-uagb-image__figure\"><img srcset=\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/amenities-5.jpg \" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/amenities-5.jpg\" alt=\"\" class=\"uag-image-224\" width=\"960\" height=\"500\" title=\"\" loading=\"lazy\"/></figure></div>\n<!-- /wp:uagb/image --></div>\n<!-- /wp:uagb/container --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"1073e66b\",\"innerContentWidth\":\"alignfull\",\"directionDesktop\":\"row\",\"wrapTablet\":\"wrap\",\"variationSelected\":true,\"rowGapTablet\":0,\"columnGapDesktop\":0,\"isBlockRootParent\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-1073e66b alignfull uagb-is-root-container\"><!-- wp:uagb/container {\"block_id\":\"19b0f21a\",\"widthDesktop\":50,\"widthTablet\":100,\"variationSelected\":true,\"columnGapDesktop\":20,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-19b0f21a\"><!-- wp:uagb/image {\"block_id\":\"31cee781\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/amenities-6-1.jpg\",\"id\":230,\"linkDestination\":\"none\",\"naturalWidth\":960,\"naturalHeight\":500,\"sizeSlug\":\"full\",\"sizeSlugTablet\":\"full\",\"sizeSlugMobile\":\"full\"} -->\n<div class=\"wp-block-uagb-image uagb-block-31cee781 wp-block-uagb-image--layout-default wp-block-uagb-image--effect-static wp-block-uagb-image--align-none\"><figure class=\"wp-block-uagb-image__figure\"><img srcset=\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/amenities-6-1.jpg \" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/amenities-6-1.jpg\" alt=\"\" class=\"uag-image-230\" width=\"\" height=\"\" title=\"\" loading=\"lazy\"/></figure></div>\n<!-- /wp:uagb/image --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"5f4944e4\",\"widthDesktop\":25,\"variationSelected\":true,\"widthSetByUser\":true,\"UAGHideMob\":true,\"UAGResponsiveConditions\":true} -->\n<div class=\"wp-block-uagb-container uag-hide-mob uagb-block-5f4944e4\"><!-- wp:uagb/image {\"block_id\":\"2360060e\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/amenities-2.jpg\",\"id\":221,\"linkDestination\":\"none\",\"naturalWidth\":480,\"naturalHeight\":500,\"sizeSlug\":\"full\",\"sizeSlugTablet\":\"full\",\"sizeSlugMobile\":\"full\"} -->\n<div class=\"wp-block-uagb-image uagb-block-2360060e wp-block-uagb-image--layout-default wp-block-uagb-image--effect-static wp-block-uagb-image--align-none\"><figure class=\"wp-block-uagb-image__figure\"><img srcset=\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/amenities-2.jpg \" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/amenities-2.jpg\" alt=\"\" class=\"uag-image-221\" width=\"\" height=\"\" title=\"\" loading=\"lazy\"/></figure></div>\n<!-- /wp:uagb/image --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"fbc851c8\",\"widthDesktop\":25,\"variationSelected\":true,\"widthSetByUser\":true,\"UAGHideMob\":true,\"UAGResponsiveConditions\":true} -->\n<div class=\"wp-block-uagb-container uag-hide-mob uagb-block-fbc851c8\"><!-- wp:uagb/image {\"block_id\":\"d2b6cacf\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/amenities-4.jpg\",\"id\":223,\"linkDestination\":\"none\",\"naturalWidth\":480,\"naturalHeight\":500,\"sizeSlug\":\"full\",\"sizeSlugTablet\":\"full\",\"sizeSlugMobile\":\"full\"} -->\n<div class=\"wp-block-uagb-image uagb-block-d2b6cacf wp-block-uagb-image--layout-default wp-block-uagb-image--effect-static wp-block-uagb-image--align-none\"><figure class=\"wp-block-uagb-image__figure\"><img srcset=\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/amenities-4.jpg \" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/amenities-4.jpg\" alt=\"\" class=\"uag-image-223\" width=\"\" height=\"\" title=\"\" loading=\"lazy\"/></figure></div>\n<!-- /wp:uagb/image --></div>\n<!-- /wp:uagb/container --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"85e73b82\",\"backgroundType\":\"color\",\"backgroundSizeTablet\":\"cover\",\"backgroundSizeMobile\":\"cover\",\"backgroundColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"topPaddingDesktop\":120,\"bottomPaddingDesktop\":120,\"topPaddingTablet\":80,\"bottomPaddingTablet\":80,\"leftPaddingTablet\":30,\"rightPaddingTablet\":30,\"topPaddingMobile\":80,\"bottomPaddingMobile\":80,\"leftPaddingMobile\":20,\"rightPaddingMobile\":20,\"paddingLink\":false,\"variationSelected\":true,\"rowGapDesktop\":0,\"rowGapTablet\":0,\"isBlockRootParent\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-85e73b82 alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/container {\"block_id\":\"13280c00\",\"directionDesktop\":\"row\",\"alignItemsDesktop\":\"flex-end\",\"alignItemsTablet\":\"flex-end\",\"justifyContentDesktop\":\"flex-end\",\"justifyContentTablet\":\"space-between\",\"variationSelected\":true,\"rowGapMobile\":30,\"columnGapDesktop\":0} -->\n<div class=\"wp-block-uagb-container uagb-block-13280c00\"><!-- wp:uagb/advanced-heading {\"block_id\":\"14ac45c4\",\"classMigrate\":true,\"headingDescToggle\":true,\"subHeadingColor\":\"\",\"headSpace\":20,\"subHeadFontSize\":16} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-14ac45c4\"><h2 class=\"uagb-heading-text\">Other Perks &amp; Facilities ​</h2><p class=\"uagb-desc-text\">Looking for more? Well, we believe that every guest walks into our hotel for the best experience. And, we are determined to do that.</p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/buttons {\"block_id\":\"be799112\",\"classMigrate\":true,\"childMigrate\":true,\"align\":\"right\",\"alignTablet\":\"right\",\"alignMobile\":\"left\",\"gap\":0} -->\n<div class=\"wp-block-uagb-buttons uagb-buttons__outer-wrap uagb-btn__default-btn uagb-btn-tablet__default-btn uagb-btn-mobile__default-btn uagb-block-be799112\"><div class=\"uagb-buttons__wrap uagb-buttons-layout-wrap\"><!-- wp:uagb/buttons-child {\"block_id\":\"c52695b0\",\"label\":\"Get Bookings\",\"link\":\"#\",\"hColor\":\"\",\"borderWidth\":\"\",\"borderRadius\":\"\",\"borderStyle\":\"\",\"borderColor\":\"\",\"borderHColor\":\"\",\"btnBorderTopWidth\":1,\"btnBorderLeftWidth\":1,\"btnBorderRightWidth\":1,\"btnBorderBottomWidth\":1,\"btnBorderTopLeftRadius\":2,\"btnBorderTopRightRadius\":2,\"btnBorderBottomLeftRadius\":2,\"btnBorderBottomRightRadius\":2,\"btnBorderStyle\":\"solid\",\"btnBorderColor\":\"#333\",\"btnBorderHColor\":\"#333\"} -->\n<div class=\"wp-block-uagb-buttons-child uagb-buttons__outer-wrap uagb-block-c52695b0 wp-block-button is-style-outline\"><div class=\"uagb-button__wrapper\"><a class=\"uagb-buttons-repeater wp-block-button__link\" href=\"#\" rel=\"follow noopener\" target=\"_self\"><div class=\"uagb-button__link\">Get Bookings</div></a></div></div>\n<!-- /wp:uagb/buttons-child --></div></div>\n<!-- /wp:uagb/buttons --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"71868fc9\",\"directionDesktop\":\"row\",\"alignItemsTablet\":\"flex-start\",\"paddingLink\":false,\"topMarginDesktop\":54,\"bottomMarginDesktop\":0,\"leftMarginDesktop\":0,\"rightMarginDesktop\":0,\"topMarginTablet\":30,\"bottomMarginTablet\":0,\"leftMarginTablet\":0,\"rightMarginTablet\":0,\"marginLink\":false,\"variationSelected\":true,\"rowGapMobile\":65,\"columnGapDesktop\":48,\"columnGapTablet\":20} -->\n<div class=\"wp-block-uagb-container uagb-block-71868fc9\"><!-- wp:uagb/info-box {\"classMigrate\":true,\"headingAlign\":\"left\",\"headingColor\":\"\",\"subHeadingColor\":\"\",\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"source_type\":\"image\",\"block_id\":\"bc5caedb\",\"ctaType\":\"text\",\"ctaText\":\"READ MORE\",\"ctaLinkColor\":\"var(\\u002d\\u002dast-global-color-0)\",\"ctaDecoration\":\"underline\",\"ctaFontSize\":12,\"ctaFontWeight\":\"600\",\"ctaLetterSpacing\":2,\"ctaBorderStyle\":\"\",\"iconBottomMargin\":30,\"iconImage\":{\"id\":240,\"title\":\"terrace\",\"filename\":\"terrace.jpg\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/terrace.jpg\",\"link\":\"https://blueroan.netgen.cloud/terrace/\",\"alt\":\"\",\"author\":\"34\",\"description\":\"\",\"caption\":\"\",\"name\":\"terrace\",\"status\":\"inherit\",\"uploadedTo\":0,\"date\":\"2021-05-11T10:54:04.000Z\",\"modified\":\"2021-05-11T10:54:04.000Z\",\"menuOrder\":0,\"mime\":\"image/jpeg\",\"type\":\"image\",\"subtype\":\"jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/default.png\",\"dateFormatted\":\"May 11, 2021\",\"nonces\":{\"update\":\"6de8720da3\",\"delete\":\"d7905e75b9\",\"edit\":\"e7132a7b3e\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=240\\u0026action=edit\",\"meta\":false,\"authorName\":\"Rishabh\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/user-edit.php?user_id=34\",\"filesizeInBytes\":40742,\"filesizeHumanReadable\":\"40 KB\",\"context\":\"\",\"height\":440,\"width\":370,\"orientation\":\"portrait\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/terrace-150x150.jpg\",\"orientation\":\"landscape\"},\"medium\":{\"height\":300,\"width\":252,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/terrace-252x300-1.jpg\",\"orientation\":\"portrait\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/terrace.jpg\",\"height\":440,\"width\":370,\"orientation\":\"portrait\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"imageSize\":\"full\",\"imageWidth\":100,\"imageWidthMobile\":100,\"imageWidthTablet\":100,\"paddingBtnTop\":10,\"paddingBtnBottom\":10,\"paddingBtnLeft\":14,\"paddingBtnRight\":14,\"imageWidthUnit\":\"%\",\"imageWidthUnitTablet\":\"%\",\"imageWidthUnitMobile\":\"%\",\"subHeadTopMargin\":0,\"subHeadRightMargin\":40,\"subHeadLeftMargin\":0,\"subHeadMarginTopTablet\":0,\"subHeadMarginRightTablet\":0,\"subHeadTabletSpace\":20,\"subHeadMarginLeftTablet\":0,\"btnBorderStyle\":\"solid\"} -->\n<div class=\"wp-block-uagb-info-box uagb-block-bc5caedb uagb-infobox__content-wrap  uagb-infobox-icon-above-title uagb-infobox-image-valign-top\"><div class=\"uagb-ifb-content\"><div class=\"uagb-ifb-image-content\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/terrace.jpg\" alt=\"\"/></div><div class=\"uagb-ifb-title-wrap\"><h3 class=\"uagb-ifb-title\">Ocean View Terrace​</h3></div><p class=\"uagb-ifb-desc\">Among the scenic beauty of the city we also have an ocean view terrace for every suite in our hotel.</p><div class=\"uagb-ifb-button-wrapper wp-block-button\"><a href=\"#\" target=\"_self\" class=\"uagb-infobox-cta-link\" rel=\"noopener noreferrer\" alt=\"\"><span class=\"uagb-inline-editing\">READ MORE</span></a></div></div></div>\n<!-- /wp:uagb/info-box -->\n\n<!-- wp:uagb/info-box {\"classMigrate\":true,\"headingAlign\":\"left\",\"headingColor\":\"\",\"subHeadingColor\":\"\",\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"source_type\":\"image\",\"block_id\":\"be927766\",\"ctaType\":\"text\",\"ctaText\":\"READ MORE\",\"ctaLinkColor\":\"var(\\u002d\\u002dast-global-color-0)\",\"ctaDecoration\":\"underline\",\"ctaFontSize\":12,\"ctaFontWeight\":\"600\",\"ctaLetterSpacing\":2,\"ctaBorderStyle\":\"\",\"iconBottomMargin\":30,\"iconImage\":{\"id\":89,\"title\":\"food\",\"filename\":\"food.jpg\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/food.jpg\",\"link\":\"https://blueroan.netgen.cloud/food/\",\"alt\":\"\",\"author\":\"34\",\"description\":\"\",\"caption\":\"\",\"name\":\"food\",\"status\":\"inherit\",\"uploadedTo\":0,\"date\":\"2021-05-07T14:24:52.000Z\",\"modified\":\"2021-05-07T14:24:52.000Z\",\"menuOrder\":0,\"mime\":\"image/jpeg\",\"type\":\"image\",\"subtype\":\"jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/default.png\",\"dateFormatted\":\"May 7, 2021\",\"nonces\":{\"update\":\"b06173e227\",\"delete\":\"7de0e70fba\",\"edit\":\"7dc3d40920\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=89\\u0026action=edit\",\"meta\":false,\"authorName\":\"Rishabh\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/user-edit.php?user_id=34\",\"filesizeInBytes\":41933,\"filesizeHumanReadable\":\"41 KB\",\"context\":\"\",\"height\":440,\"width\":370,\"orientation\":\"portrait\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/food-150x150.jpg\",\"orientation\":\"landscape\"},\"medium\":{\"height\":300,\"width\":252,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/food-252x300-1.jpg\",\"orientation\":\"portrait\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/food.jpg\",\"height\":440,\"width\":370,\"orientation\":\"portrait\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"imageSize\":\"full\",\"imageWidth\":100,\"imageWidthMobile\":100,\"imageWidthTablet\":100,\"paddingBtnTop\":10,\"paddingBtnBottom\":10,\"paddingBtnLeft\":14,\"paddingBtnRight\":14,\"imageWidthUnit\":\"%\",\"imageWidthUnitTablet\":\"%\",\"imageWidthUnitMobile\":\"%\",\"subHeadTopMargin\":0,\"subHeadRightMargin\":40,\"subHeadLeftMargin\":0,\"subHeadMarginTopTablet\":0,\"subHeadMarginRightTablet\":0,\"subHeadTabletSpace\":20,\"subHeadMarginLeftTablet\":0,\"btnBorderStyle\":\"solid\"} -->\n<div class=\"wp-block-uagb-info-box uagb-block-be927766 uagb-infobox__content-wrap  uagb-infobox-icon-above-title uagb-infobox-image-valign-top\"><div class=\"uagb-ifb-content\"><div class=\"uagb-ifb-image-content\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/food.jpg\" alt=\"\"/></div><div class=\"uagb-ifb-title-wrap\"><h3 class=\"uagb-ifb-title\">Delicious Food​</h3></div><p class=\"uagb-ifb-desc\">We have team chefs from across the world. So you can enjoy the delicacies anytime during your stay.</p><div class=\"uagb-ifb-button-wrapper wp-block-button\"><a href=\"#\" target=\"_self\" class=\"uagb-infobox-cta-link\" rel=\"noopener noreferrer\" alt=\"\"><span class=\"uagb-inline-editing\">READ MORE</span></a></div></div></div>\n<!-- /wp:uagb/info-box -->\n\n<!-- wp:uagb/info-box {\"classMigrate\":true,\"headingAlign\":\"left\",\"headingColor\":\"\",\"subHeadingColor\":\"\",\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"source_type\":\"image\",\"block_id\":\"762a0a59\",\"ctaType\":\"text\",\"ctaText\":\"READ MORE\",\"ctaLinkColor\":\"var(\\u002d\\u002dast-global-color-0)\",\"ctaDecoration\":\"underline\",\"ctaFontSize\":12,\"ctaFontWeight\":\"600\",\"ctaLetterSpacing\":2,\"ctaBorderStyle\":\"\",\"iconBottomMargin\":30,\"iconImage\":{\"id\":241,\"title\":\"beach\",\"filename\":\"beach.jpg\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/beach.jpg\",\"link\":\"https://blueroan.netgen.cloud/beach/\",\"alt\":\"\",\"author\":\"34\",\"description\":\"\",\"caption\":\"\",\"name\":\"beach\",\"status\":\"inherit\",\"uploadedTo\":0,\"date\":\"2021-05-11T10:56:06.000Z\",\"modified\":\"2021-05-11T10:56:06.000Z\",\"menuOrder\":0,\"mime\":\"image/jpeg\",\"type\":\"image\",\"subtype\":\"jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/default.png\",\"dateFormatted\":\"May 11, 2021\",\"nonces\":{\"update\":\"65c348aac8\",\"delete\":\"6d551f7cf4\",\"edit\":\"026ca70d91\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=241\\u0026action=edit\",\"meta\":false,\"authorName\":\"Rishabh\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/user-edit.php?user_id=34\",\"filesizeInBytes\":38094,\"filesizeHumanReadable\":\"37 KB\",\"context\":\"\",\"height\":440,\"width\":370,\"orientation\":\"portrait\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/beach-150x150.jpg\",\"orientation\":\"landscape\"},\"medium\":{\"height\":300,\"width\":252,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/beach-252x300-1.jpg\",\"orientation\":\"portrait\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/beach.jpg\",\"height\":440,\"width\":370,\"orientation\":\"portrait\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"imageSize\":\"full\",\"imageWidth\":100,\"imageWidthMobile\":100,\"imageWidthTablet\":100,\"paddingBtnTop\":10,\"paddingBtnBottom\":10,\"paddingBtnLeft\":14,\"paddingBtnRight\":14,\"imageWidthUnit\":\"%\",\"imageWidthUnitTablet\":\"%\",\"imageWidthUnitMobile\":\"%\",\"subHeadTopMargin\":0,\"subHeadRightMargin\":40,\"subHeadLeftMargin\":0,\"subHeadMarginTopTablet\":0,\"subHeadMarginRightTablet\":0,\"subHeadTabletSpace\":20,\"subHeadMarginLeftTablet\":0,\"btnBorderStyle\":\"solid\"} -->\n<div class=\"wp-block-uagb-info-box uagb-block-762a0a59 uagb-infobox__content-wrap  uagb-infobox-icon-above-title uagb-infobox-image-valign-top\"><div class=\"uagb-ifb-content\"><div class=\"uagb-ifb-image-content\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/beach.jpg\" alt=\"\"/></div><div class=\"uagb-ifb-title-wrap\"><h3 class=\"uagb-ifb-title\">Private Beach​</h3></div><p class=\"uagb-ifb-desc\">Want to take a dip into the sea? All our guests get complimentary access to our private beach.</p><div class=\"uagb-ifb-button-wrapper wp-block-button\"><a href=\"#\" target=\"_self\" class=\"uagb-infobox-cta-link\" rel=\"noopener noreferrer\" alt=\"\"><span class=\"uagb-inline-editing\">READ MORE</span></a></div></div></div>\n<!-- /wp:uagb/info-box --></div>\n<!-- /wp:uagb/container --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"2c229236\",\"innerContentCustomWidthDesktop\":781,\"innerContentCustomWidthTablet\":781,\"backgroundType\":\"image\",\"backgroundImageDesktop\":{\"id\":54,\"title\":\"background-img\",\"filename\":\"background-img-1.jpg\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/background-img-1.jpg\",\"link\":\"https://blueroan.netgen.cloud/background-img-2/\",\"alt\":\"\",\"author\":\"34\",\"description\":\"\",\"caption\":\"\",\"name\":\"background-img-2\",\"status\":\"inherit\",\"uploadedTo\":0,\"date\":\"2021-05-07T10:11:37.000Z\",\"modified\":\"2021-05-07T10:11:37.000Z\",\"menuOrder\":0,\"mime\":\"image/jpeg\",\"type\":\"image\",\"subtype\":\"jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/default.png\",\"dateFormatted\":\"May 7, 2021\",\"nonces\":{\"update\":\"bb999636b9\",\"delete\":\"d2e1375bc4\",\"edit\":\"005dd2f0c9\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=54\\u0026action=edit\",\"meta\":false,\"authorName\":\"Rishabh\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/user-edit.php?user_id=34\",\"filesizeInBytes\":338858,\"filesizeHumanReadable\":\"331 KB\",\"context\":\"\",\"height\":1080,\"width\":1920,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/background-img-1-150x150.jpg\",\"orientation\":\"landscape\"},\"medium\":{\"height\":169,\"width\":300,\"url\":\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/background-img-1-300x169.jpg\",\"orientation\":\"landscape\"},\"large\":{\"height\":576,\"width\":1024,\"url\":\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/background-img-1-1024x576.jpg\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/background-img-1.jpg\",\"height\":1080,\"width\":1920,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"backgroundImageColor\":\"rgba(42,42,42,0.65)\",\"topPaddingDesktop\":144,\"bottomPaddingDesktop\":144,\"leftPaddingDesktop\":40,\"rightPaddingDesktop\":40,\"topPaddingTablet\":80,\"bottomPaddingTablet\":80,\"leftPaddingTablet\":40,\"rightPaddingTablet\":40,\"topPaddingMobile\":64,\"bottomPaddingMobile\":64,\"leftPaddingMobile\":24,\"rightPaddingMobile\":24,\"paddingLink\":false,\"variationSelected\":true,\"isBlockRootParent\":true,\"overlayType\":\"color\"} -->\n<div class=\"wp-block-uagb-container uagb-block-2c229236 alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/advanced-heading {\"block_id\":\"04fb59bf\",\"classMigrate\":true,\"headingDescToggle\":true,\"headingAlign\":\"center\",\"headingColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"subHeadingColor\":\"var(\\u002d\\u002dast-global-color-4)\",\"headSpace\":20} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-04fb59bf\"><h2 class=\"uagb-heading-text\">Plan an Unforgettable Experience in Mykonos Today!</h2><p class=\"uagb-desc-text\">We can help you fit your stay and experience within your allotted budget.</p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/advanced-heading {\"block_id\":\"8acaabe4\",\"classMigrate\":true,\"headingTitleToggle\":false,\"headingDescToggle\":true,\"headingAlign\":\"center\",\"subHeadingColor\":\"var(\\u002d\\u002dast-global-color-4)\",\"subHeadTransform\":\"uppercase\",\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"subHeadLetterSpacing\":2,\"blockTopPadding\":60,\"blockRightPadding\":0,\"blockLeftPadding\":0,\"blockBottomPadding\":0,\"blockTopPaddingMobile\":30,\"blockRightPaddingMobile\":0,\"blockLeftPaddingMobile\":0,\"blockBottomPaddingMobile\":0} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-8acaabe4\"><p class=\"uagb-desc-text\">BOOK YOUR STAY NOW​</p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/icon-list {\"block_id\":\"354487e4\",\"classMigrate\":true,\"childMigrate\":true,\"align\":\"center\",\"parentIcon\":\"phone\",\"size\":40,\"sizeMobile\":24,\"sizeTablet\":32,\"fontSize\":48,\"fontSizeMobile\":28,\"fontSizeTablet\":40,\"fontWeight\":\"600\",\"iconColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"labelColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"blockTopPadding\":0,\"blockRightPadding\":0,\"blockLeftPadding\":0,\"blockBottomPadding\":24,\"blockPaddingLink\":false} -->\n<div class=\"wp-block-uagb-icon-list uagb-block-354487e4\"><div class=\"uagb-icon-list__wrap\"><!-- wp:uagb/icon-list-child {\"block_id\":\"6d5cab60\",\"label\":\"+1-123 456 7890​\",\"label_color\":\"\",\"fromParentIcon\":\"phone\",\"imageSizeChild\":40} -->\n<div class=\"wp-block-uagb-icon-list-child uagb-block-6d5cab60\"><span class=\"uagb-icon-list__source-wrap\"><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M511.2 387l-23.25 100.8c-3.266 14.25-15.79 24.22-30.46 24.22C205.2 512 0 306.8 0 54.5c0-14.66 9.969-27.2 24.22-30.45l100.8-23.25C139.7-2.602 154.7 5.018 160.8 18.92l46.52 108.5c5.438 12.78 1.77 27.67-8.98 36.45L144.5 207.1c33.98 69.22 90.26 125.5 159.5 159.5l44.08-53.8c8.688-10.78 23.69-14.51 36.47-8.975l108.5 46.51C506.1 357.2 514.6 372.4 511.2 387z\"></path></svg></span><span class=\"uagb-icon-list__label\">+1-123 456 7890​</span></div>\n<!-- /wp:uagb/icon-list-child --></div></div>\n<!-- /wp:uagb/icon-list --></div></div>\n<!-- /wp:uagb/container -->',	'Amenities',	'',	'inherit',	'closed',	'closed',	'',	'762-revision-v1',	'',	'',	'2022-12-15 11:12:37',	'2022-12-15 11:12:37',	'',	762,	'https://blueroan.netgen.cloud/?p=1174',	0,	'revision',	'',	0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(1175,	2,	'2022-12-15 11:13:42',	'2022-12-15 11:13:42',	'<!-- wp:uagb/container {\"block_id\":\"fa230fd3\",\"backgroundType\":\"image\",\"backgroundImageDesktop\":{\"id\":1007,\"title\":\"AAEAAQAAAAAAAAAAAAAAJDg5NmY0ZGUxLWE4MTgtNDY5NC1iODFhLTBmN2Q0ZDc5ZWFiNw-1\",\"filename\":\"AAEAAQAAAAAAAAAAAAAAJDg5NmY0ZGUxLWE4MTgtNDY5NC1iODFhLTBmN2Q0ZDc5ZWFiNw-1.png\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAAJDg5NmY0ZGUxLWE4MTgtNDY5NC1iODFhLTBmN2Q0ZDc5ZWFiNw-1.png\",\"link\":\"https://blueroan.netgen.cloud/the-barn/aaeaaqaaaaaaaaaaaaaajdg5nmy0zguxlwe4mtgtndy5nc1iodfhltbmn2q0zdc5zwfinw-1/\",\"alt\":\"\",\"author\":\"2\",\"description\":\"\",\"caption\":\"\",\"name\":\"aaeaaqaaaaaaaaaaaaaajdg5nmy0zguxlwe4mtgtndy5nc1iodfhltbmn2q0zdc5zwfinw-1\",\"status\":\"inherit\",\"uploadedTo\":948,\"date\":\"2022-12-14T10:50:25.000Z\",\"modified\":\"2022-12-14T10:50:25.000Z\",\"menuOrder\":0,\"mime\":\"image/png\",\"type\":\"image\",\"subtype\":\"png\",\"icon\":\"https://blueroan.netgen.cloud/wp-includes/images/media/default.png\",\"dateFormatted\":\"December 14, 2022\",\"nonces\":{\"update\":\"483f8bdf3d\",\"delete\":\"0a7ebc92ef\",\"edit\":\"6bc1c6a685\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=1007\\u0026action=edit\",\"meta\":false,\"authorName\":\"Netgen Support\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/profile.php\",\"uploadedToTitle\":\"The Barn\",\"uploadedToLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=948\\u0026action=edit\",\"filesizeInBytes\":1348989,\"filesizeHumanReadable\":\"1 MB\",\"context\":\"\",\"height\":667,\"width\":1000,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAAJDg5NmY0ZGUxLWE4MTgtNDY5NC1iODFhLTBmN2Q0ZDc5ZWFiNw-1-150x150.png\",\"orientation\":\"landscape\"},\"medium\":{\"height\":200,\"width\":300,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAAJDg5NmY0ZGUxLWE4MTgtNDY5NC1iODFhLTBmN2Q0ZDc5ZWFiNw-1-300x200.png\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAAJDg5NmY0ZGUxLWE4MTgtNDY5NC1iODFhLTBmN2Q0ZDc5ZWFiNw-1.png\",\"height\":667,\"width\":1000,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"backgroundPositionDesktop\":{\"x\":0.61,\"y\":0.52},\"backgroundSizeTablet\":\"cover\",\"backgroundSizeMobile\":\"cover\",\"backgroundColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"backgroundImageColor\":\"rgba(42,42,42,0.5)\",\"topPaddingDesktop\":220,\"bottomPaddingDesktop\":150,\"topPaddingTablet\":170,\"bottomPaddingTablet\":160,\"leftPaddingTablet\":30,\"rightPaddingTablet\":30,\"topPaddingMobile\":180,\"bottomPaddingMobile\":80,\"leftPaddingMobile\":20,\"rightPaddingMobile\":20,\"paddingLink\":false,\"variationSelected\":true,\"isBlockRootParent\":true,\"overlayType\":\"color\"} -->\n<div class=\"wp-block-uagb-container uagb-block-fa230fd3 alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/advanced-heading {\"block_id\":\"b913bf95\",\"classMigrate\":true,\"headingDescToggle\":true,\"headingColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"subHeadingColor\":\"var(\\u002d\\u002dast-global-color-4)\",\"headingTag\":\"h1\",\"headSpace\":20,\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"blockTopPadding\":0,\"blockRightPadding\":50,\"blockLeftPadding\":0,\"blockBottomPadding\":0,\"blockTopPaddingTablet\":0,\"blockRightPaddingTablet\":20,\"blockLeftPaddingTablet\":0,\"blockBottomPaddingTablet\":0,\"blockTopPaddingMobile\":0,\"blockRightPaddingMobile\":0,\"blockLeftPaddingMobile\":0,\"blockBottomPaddingMobile\":0,\"blockPaddingUnit\":\"%\",\"blockPaddingUnitTablet\":\"%\"} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-b913bf95\"><h1 class=\"uagb-heading-text\">Amenities &amp; Interests​</h1><p class=\"uagb-desc-text\">We do not give you just rooms to stay in. We give you an environment where you can experience the best while on a holiday with us. </p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:buttons -->\n<div class=\"wp-block-buttons\"><!-- wp:button -->\n<div class=\"wp-block-button\"><a class=\"wp-block-button__link wp-element-button\" href=\"https://book.nightsbridge.com/11065\" target=\"_blank\" rel=\"noreferrer noopener\">BOOK NOW</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"10888d63\",\"backgroundType\":\"color\",\"backgroundSizeTablet\":\"cover\",\"backgroundSizeMobile\":\"cover\",\"backgroundColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"topPaddingDesktop\":120,\"bottomPaddingDesktop\":60,\"topPaddingTablet\":80,\"bottomPaddingTablet\":80,\"leftPaddingTablet\":30,\"rightPaddingTablet\":30,\"topPaddingMobile\":80,\"bottomPaddingMobile\":80,\"leftPaddingMobile\":20,\"rightPaddingMobile\":20,\"paddingLink\":false,\"variationSelected\":true,\"rowGapDesktop\":0,\"rowGapTablet\":0,\"rowGapMobile\":0,\"isBlockRootParent\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-10888d63 alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/container {\"block_id\":\"c6af9021\",\"directionDesktop\":\"row\",\"alignItemsDesktop\":\"flex-end\",\"alignItemsTablet\":\"flex-end\",\"justifyContentDesktop\":\"flex-end\",\"justifyContentTablet\":\"space-between\",\"variationSelected\":true,\"rowGapMobile\":30,\"columnGapDesktop\":0} -->\n<div class=\"wp-block-uagb-container uagb-block-c6af9021\"><!-- wp:uagb/buttons {\"block_id\":\"5a9817b7\",\"classMigrate\":true,\"childMigrate\":true,\"align\":\"right\",\"alignTablet\":\"right\",\"alignMobile\":\"left\",\"gap\":0} -->\n<div class=\"wp-block-uagb-buttons uagb-buttons__outer-wrap uagb-btn__default-btn uagb-btn-tablet__default-btn uagb-btn-mobile__default-btn uagb-block-5a9817b7\"><div class=\"uagb-buttons__wrap uagb-buttons-layout-wrap\"><!-- wp:uagb/buttons-child {\"block_id\":\"6c460a36\",\"label\":\"\",\"link\":\"https://book.nightsbridge.com/11065\",\"hColor\":\"\",\"opensInNewTab\":true,\"borderWidth\":\"\",\"borderRadius\":\"\",\"borderStyle\":\"\",\"borderColor\":\"\",\"borderHColor\":\"\",\"btnBorderTopWidth\":1,\"btnBorderLeftWidth\":1,\"btnBorderRightWidth\":1,\"btnBorderBottomWidth\":1,\"btnBorderTopLeftRadius\":2,\"btnBorderTopRightRadius\":2,\"btnBorderBottomLeftRadius\":2,\"btnBorderBottomRightRadius\":2,\"btnBorderStyle\":\"solid\",\"btnBorderColor\":\"#333\",\"btnBorderHColor\":\"#333\"} -->\n<div class=\"wp-block-uagb-buttons-child uagb-buttons__outer-wrap uagb-block-6c460a36 wp-block-button is-style-outline\"><div class=\"uagb-button__wrapper\"><a class=\"uagb-buttons-repeater wp-block-button__link\" href=\"https://book.nightsbridge.com/11065\" rel=\"follow noopener\" target=\"_blank\"><div class=\"uagb-button__link\"></div></a></div></div>\n<!-- /wp:uagb/buttons-child --></div></div>\n<!-- /wp:uagb/buttons --></div>\n<!-- /wp:uagb/container --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:columns {\"backgroundColor\":\"ast-global-color-5\"} -->\n<div class=\"wp-block-columns has-ast-global-color-5-background-color has-background\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"align\":\"center\",\"id\":828,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image aligncenter size-full\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Blue-Roan-pool.png\" alt=\"Blue Roan\'s rock pool\" class=\"wp-image-828\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>A relaxing rock Pool​</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>We have a lovely sparkling blue rock pool next to a thatched Lapa. &nbsp;&nbsp;Lie on recliners on the green lawn or sit on the swing chair in the Lapa and enjoy the panoramic view of the Magaliesberg mountain range.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":829,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/img-20160605-wa0002-largejpg.png\" alt=\"\" class=\"wp-image-829\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>Braai facilities </h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>What can compare to a burning fire under the star-lit African sky? Nothing beats the flavor of cooking over an open flame.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":830,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/ef9d0188da11e2bc56788f5619d9d539.png\" alt=\"\" class=\"wp-image-830\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>A games room </h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>The reception is also a games room for those who enjoy darts or playing pool. &nbsp;Take a selection of DVDs back to your room and watch movies on your own DVD player. &nbsp;There is also a selection of board games and music CDs that you can borrow.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:uagb/container {\"block_id\":\"ceca3108\",\"innerContentWidth\":\"alignfull\",\"directionDesktop\":\"row\",\"wrapTablet\":\"wrap\",\"variationSelected\":true,\"rowGapTablet\":0,\"columnGapDesktop\":0,\"isBlockRootParent\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-ceca3108 alignfull uagb-is-root-container\"><!-- wp:uagb/container {\"block_id\":\"c12625b4\",\"widthDesktop\":25,\"widthTablet\":50,\"variationSelected\":true,\"widthSetByUser\":true,\"UAGHideMob\":true,\"UAGResponsiveConditions\":true} -->\n<div class=\"wp-block-uagb-container uag-hide-mob uagb-block-c12625b4\"><!-- wp:uagb/image {\"block_id\":\"52565138\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/amenities-1.jpg\",\"id\":220,\"linkDestination\":\"none\",\"width\":480,\"height\":500,\"naturalWidth\":480,\"naturalHeight\":500,\"sizeSlug\":\"full\",\"sizeSlugTablet\":\"full\",\"sizeSlugMobile\":\"full\"} -->\n<div class=\"wp-block-uagb-image uagb-block-52565138 wp-block-uagb-image--layout-default wp-block-uagb-image--effect-static wp-block-uagb-image--align-none\"><figure class=\"wp-block-uagb-image__figure\"><img srcset=\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/amenities-1.jpg \" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/amenities-1.jpg\" alt=\"\" class=\"uag-image-220\" width=\"480\" height=\"500\" title=\"\" loading=\"lazy\"/></figure></div>\n<!-- /wp:uagb/image --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"3be3158b\",\"widthDesktop\":25,\"widthTablet\":50,\"variationSelected\":true,\"widthSetByUser\":true,\"UAGHideMob\":true,\"UAGResponsiveConditions\":true} -->\n<div class=\"wp-block-uagb-container uag-hide-mob uagb-block-3be3158b\"><!-- wp:uagb/image {\"block_id\":\"38ab8ee0\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/amenities-3.jpg\",\"id\":222,\"linkDestination\":\"none\",\"naturalWidth\":480,\"naturalHeight\":500,\"sizeSlug\":\"full\",\"sizeSlugTablet\":\"full\",\"sizeSlugMobile\":\"full\"} -->\n<div class=\"wp-block-uagb-image uagb-block-38ab8ee0 wp-block-uagb-image--layout-default wp-block-uagb-image--effect-static wp-block-uagb-image--align-none\"><figure class=\"wp-block-uagb-image__figure\"><img srcset=\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/amenities-3.jpg \" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/amenities-3.jpg\" alt=\"\" class=\"uag-image-222\" width=\"\" height=\"\" title=\"\" loading=\"lazy\"/></figure></div>\n<!-- /wp:uagb/image --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"2a46e6f7\",\"widthDesktop\":50,\"widthTablet\":100,\"variationSelected\":true,\"columnGapDesktop\":20,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-2a46e6f7\"><!-- wp:uagb/image {\"block_id\":\"ad19fd0a\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/amenities-5.jpg\",\"id\":224,\"linkDestination\":\"none\",\"width\":960,\"height\":500,\"naturalWidth\":960,\"naturalHeight\":500,\"sizeSlug\":\"full\",\"sizeSlugTablet\":\"full\",\"sizeSlugMobile\":\"full\"} -->\n<div class=\"wp-block-uagb-image uagb-block-ad19fd0a wp-block-uagb-image--layout-default wp-block-uagb-image--effect-static wp-block-uagb-image--align-none\"><figure class=\"wp-block-uagb-image__figure\"><img srcset=\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/amenities-5.jpg \" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/amenities-5.jpg\" alt=\"\" class=\"uag-image-224\" width=\"960\" height=\"500\" title=\"\" loading=\"lazy\"/></figure></div>\n<!-- /wp:uagb/image --></div>\n<!-- /wp:uagb/container --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"4edb1b2a\",\"innerContentWidth\":\"alignfull\",\"directionDesktop\":\"row\",\"wrapTablet\":\"wrap\",\"variationSelected\":true,\"rowGapTablet\":0,\"columnGapDesktop\":0,\"isBlockRootParent\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-4edb1b2a alignfull uagb-is-root-container\"><!-- wp:uagb/container {\"block_id\":\"1b36b8ef\",\"widthDesktop\":50,\"widthTablet\":100,\"variationSelected\":true,\"columnGapDesktop\":20,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-1b36b8ef\"><!-- wp:uagb/image {\"block_id\":\"e6a5f1c5\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/amenities-6-1.jpg\",\"id\":230,\"linkDestination\":\"none\",\"naturalWidth\":960,\"naturalHeight\":500,\"sizeSlug\":\"full\",\"sizeSlugTablet\":\"full\",\"sizeSlugMobile\":\"full\"} -->\n<div class=\"wp-block-uagb-image uagb-block-e6a5f1c5 wp-block-uagb-image--layout-default wp-block-uagb-image--effect-static wp-block-uagb-image--align-none\"><figure class=\"wp-block-uagb-image__figure\"><img srcset=\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/amenities-6-1.jpg \" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/amenities-6-1.jpg\" alt=\"\" class=\"uag-image-230\" width=\"\" height=\"\" title=\"\" loading=\"lazy\"/></figure></div>\n<!-- /wp:uagb/image --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"577be840\",\"widthDesktop\":25,\"variationSelected\":true,\"widthSetByUser\":true,\"UAGHideMob\":true,\"UAGResponsiveConditions\":true} -->\n<div class=\"wp-block-uagb-container uag-hide-mob uagb-block-577be840\"><!-- wp:uagb/image {\"block_id\":\"f0683412\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/amenities-2.jpg\",\"id\":221,\"linkDestination\":\"none\",\"naturalWidth\":480,\"naturalHeight\":500,\"sizeSlug\":\"full\",\"sizeSlugTablet\":\"full\",\"sizeSlugMobile\":\"full\"} -->\n<div class=\"wp-block-uagb-image uagb-block-f0683412 wp-block-uagb-image--layout-default wp-block-uagb-image--effect-static wp-block-uagb-image--align-none\"><figure class=\"wp-block-uagb-image__figure\"><img srcset=\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/amenities-2.jpg \" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/amenities-2.jpg\" alt=\"\" class=\"uag-image-221\" width=\"\" height=\"\" title=\"\" loading=\"lazy\"/></figure></div>\n<!-- /wp:uagb/image --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"59489352\",\"widthDesktop\":25,\"variationSelected\":true,\"widthSetByUser\":true,\"UAGHideMob\":true,\"UAGResponsiveConditions\":true} -->\n<div class=\"wp-block-uagb-container uag-hide-mob uagb-block-59489352\"><!-- wp:uagb/image {\"block_id\":\"b53d9845\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/amenities-4.jpg\",\"id\":223,\"linkDestination\":\"none\",\"naturalWidth\":480,\"naturalHeight\":500,\"sizeSlug\":\"full\",\"sizeSlugTablet\":\"full\",\"sizeSlugMobile\":\"full\"} -->\n<div class=\"wp-block-uagb-image uagb-block-b53d9845 wp-block-uagb-image--layout-default wp-block-uagb-image--effect-static wp-block-uagb-image--align-none\"><figure class=\"wp-block-uagb-image__figure\"><img srcset=\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/amenities-4.jpg \" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/amenities-4.jpg\" alt=\"\" class=\"uag-image-223\" width=\"\" height=\"\" title=\"\" loading=\"lazy\"/></figure></div>\n<!-- /wp:uagb/image --></div>\n<!-- /wp:uagb/container --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"93850aa1\",\"backgroundType\":\"color\",\"backgroundSizeTablet\":\"cover\",\"backgroundSizeMobile\":\"cover\",\"backgroundColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"topPaddingDesktop\":120,\"bottomPaddingDesktop\":120,\"topPaddingTablet\":80,\"bottomPaddingTablet\":80,\"leftPaddingTablet\":30,\"rightPaddingTablet\":30,\"topPaddingMobile\":80,\"bottomPaddingMobile\":80,\"leftPaddingMobile\":20,\"rightPaddingMobile\":20,\"paddingLink\":false,\"variationSelected\":true,\"rowGapDesktop\":0,\"rowGapTablet\":0,\"isBlockRootParent\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-93850aa1 alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/container {\"block_id\":\"dfb83815\",\"directionDesktop\":\"row\",\"alignItemsDesktop\":\"flex-end\",\"alignItemsTablet\":\"flex-end\",\"justifyContentDesktop\":\"flex-end\",\"justifyContentTablet\":\"space-between\",\"variationSelected\":true,\"rowGapMobile\":30,\"columnGapDesktop\":0} -->\n<div class=\"wp-block-uagb-container uagb-block-dfb83815\"><!-- wp:uagb/advanced-heading {\"block_id\":\"1750afcb\",\"classMigrate\":true,\"headingDescToggle\":true,\"subHeadingColor\":\"\",\"headSpace\":20,\"subHeadFontSize\":16} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-1750afcb\"><h2 class=\"uagb-heading-text\">Other Perks &amp; Facilities ​</h2><p class=\"uagb-desc-text\">Looking for more? Well, we believe that every guest walks into our hotel for the best experience. And, we are determined to do that.</p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/buttons {\"block_id\":\"ff36f0d5\",\"classMigrate\":true,\"childMigrate\":true,\"align\":\"right\",\"alignTablet\":\"right\",\"alignMobile\":\"left\",\"gap\":0} -->\n<div class=\"wp-block-uagb-buttons uagb-buttons__outer-wrap uagb-btn__default-btn uagb-btn-tablet__default-btn uagb-btn-mobile__default-btn uagb-block-ff36f0d5\"><div class=\"uagb-buttons__wrap uagb-buttons-layout-wrap\"><!-- wp:uagb/buttons-child {\"block_id\":\"d56373d2\",\"label\":\"Get Bookings\",\"link\":\"#\",\"hColor\":\"\",\"borderWidth\":\"\",\"borderRadius\":\"\",\"borderStyle\":\"\",\"borderColor\":\"\",\"borderHColor\":\"\",\"btnBorderTopWidth\":1,\"btnBorderLeftWidth\":1,\"btnBorderRightWidth\":1,\"btnBorderBottomWidth\":1,\"btnBorderTopLeftRadius\":2,\"btnBorderTopRightRadius\":2,\"btnBorderBottomLeftRadius\":2,\"btnBorderBottomRightRadius\":2,\"btnBorderStyle\":\"solid\",\"btnBorderColor\":\"#333\",\"btnBorderHColor\":\"#333\"} -->\n<div class=\"wp-block-uagb-buttons-child uagb-buttons__outer-wrap uagb-block-d56373d2 wp-block-button is-style-outline\"><div class=\"uagb-button__wrapper\"><a class=\"uagb-buttons-repeater wp-block-button__link\" href=\"#\" rel=\"follow noopener\" target=\"_self\"><div class=\"uagb-button__link\">Get Bookings</div></a></div></div>\n<!-- /wp:uagb/buttons-child --></div></div>\n<!-- /wp:uagb/buttons --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"981e8c92\",\"directionDesktop\":\"row\",\"alignItemsTablet\":\"flex-start\",\"paddingLink\":false,\"topMarginDesktop\":54,\"bottomMarginDesktop\":0,\"leftMarginDesktop\":0,\"rightMarginDesktop\":0,\"topMarginTablet\":30,\"bottomMarginTablet\":0,\"leftMarginTablet\":0,\"rightMarginTablet\":0,\"marginLink\":false,\"variationSelected\":true,\"rowGapMobile\":65,\"columnGapDesktop\":48,\"columnGapTablet\":20} -->\n<div class=\"wp-block-uagb-container uagb-block-981e8c92\"><!-- wp:uagb/info-box {\"classMigrate\":true,\"headingAlign\":\"left\",\"headingColor\":\"\",\"subHeadingColor\":\"\",\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"source_type\":\"image\",\"block_id\":\"bc5caedb\",\"ctaType\":\"text\",\"ctaText\":\"READ MORE\",\"ctaLinkColor\":\"var(\\u002d\\u002dast-global-color-0)\",\"ctaDecoration\":\"underline\",\"ctaFontSize\":12,\"ctaFontWeight\":\"600\",\"ctaLetterSpacing\":2,\"ctaBorderStyle\":\"\",\"iconBottomMargin\":30,\"iconImage\":{\"id\":240,\"title\":\"terrace\",\"filename\":\"terrace.jpg\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/terrace.jpg\",\"link\":\"https://blueroan.netgen.cloud/terrace/\",\"alt\":\"\",\"author\":\"34\",\"description\":\"\",\"caption\":\"\",\"name\":\"terrace\",\"status\":\"inherit\",\"uploadedTo\":0,\"date\":\"2021-05-11T10:54:04.000Z\",\"modified\":\"2021-05-11T10:54:04.000Z\",\"menuOrder\":0,\"mime\":\"image/jpeg\",\"type\":\"image\",\"subtype\":\"jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/default.png\",\"dateFormatted\":\"May 11, 2021\",\"nonces\":{\"update\":\"6de8720da3\",\"delete\":\"d7905e75b9\",\"edit\":\"e7132a7b3e\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=240\\u0026action=edit\",\"meta\":false,\"authorName\":\"Rishabh\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/user-edit.php?user_id=34\",\"filesizeInBytes\":40742,\"filesizeHumanReadable\":\"40 KB\",\"context\":\"\",\"height\":440,\"width\":370,\"orientation\":\"portrait\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/terrace-150x150.jpg\",\"orientation\":\"landscape\"},\"medium\":{\"height\":300,\"width\":252,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/terrace-252x300-1.jpg\",\"orientation\":\"portrait\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/terrace.jpg\",\"height\":440,\"width\":370,\"orientation\":\"portrait\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"imageSize\":\"full\",\"imageWidth\":100,\"imageWidthMobile\":100,\"imageWidthTablet\":100,\"paddingBtnTop\":10,\"paddingBtnBottom\":10,\"paddingBtnLeft\":14,\"paddingBtnRight\":14,\"imageWidthUnit\":\"%\",\"imageWidthUnitTablet\":\"%\",\"imageWidthUnitMobile\":\"%\",\"subHeadTopMargin\":0,\"subHeadRightMargin\":40,\"subHeadLeftMargin\":0,\"subHeadMarginTopTablet\":0,\"subHeadMarginRightTablet\":0,\"subHeadTabletSpace\":20,\"subHeadMarginLeftTablet\":0,\"btnBorderStyle\":\"solid\"} -->\n<div class=\"wp-block-uagb-info-box uagb-block-bc5caedb uagb-infobox__content-wrap  uagb-infobox-icon-above-title uagb-infobox-image-valign-top\"><div class=\"uagb-ifb-content\"><div class=\"uagb-ifb-image-content\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/terrace.jpg\" alt=\"\"/></div><div class=\"uagb-ifb-title-wrap\"><h3 class=\"uagb-ifb-title\">Ocean View Terrace​</h3></div><p class=\"uagb-ifb-desc\">Among the scenic beauty of the city we also have an ocean view terrace for every suite in our hotel.</p><div class=\"uagb-ifb-button-wrapper wp-block-button\"><a href=\"#\" target=\"_self\" class=\"uagb-infobox-cta-link\" rel=\"noopener noreferrer\" alt=\"\"><span class=\"uagb-inline-editing\">READ MORE</span></a></div></div></div>\n<!-- /wp:uagb/info-box -->\n\n<!-- wp:uagb/info-box {\"classMigrate\":true,\"headingAlign\":\"left\",\"headingColor\":\"\",\"subHeadingColor\":\"\",\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"source_type\":\"image\",\"block_id\":\"be927766\",\"ctaType\":\"text\",\"ctaText\":\"READ MORE\",\"ctaLinkColor\":\"var(\\u002d\\u002dast-global-color-0)\",\"ctaDecoration\":\"underline\",\"ctaFontSize\":12,\"ctaFontWeight\":\"600\",\"ctaLetterSpacing\":2,\"ctaBorderStyle\":\"\",\"iconBottomMargin\":30,\"iconImage\":{\"id\":89,\"title\":\"food\",\"filename\":\"food.jpg\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/food.jpg\",\"link\":\"https://blueroan.netgen.cloud/food/\",\"alt\":\"\",\"author\":\"34\",\"description\":\"\",\"caption\":\"\",\"name\":\"food\",\"status\":\"inherit\",\"uploadedTo\":0,\"date\":\"2021-05-07T14:24:52.000Z\",\"modified\":\"2021-05-07T14:24:52.000Z\",\"menuOrder\":0,\"mime\":\"image/jpeg\",\"type\":\"image\",\"subtype\":\"jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/default.png\",\"dateFormatted\":\"May 7, 2021\",\"nonces\":{\"update\":\"b06173e227\",\"delete\":\"7de0e70fba\",\"edit\":\"7dc3d40920\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=89\\u0026action=edit\",\"meta\":false,\"authorName\":\"Rishabh\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/user-edit.php?user_id=34\",\"filesizeInBytes\":41933,\"filesizeHumanReadable\":\"41 KB\",\"context\":\"\",\"height\":440,\"width\":370,\"orientation\":\"portrait\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/food-150x150.jpg\",\"orientation\":\"landscape\"},\"medium\":{\"height\":300,\"width\":252,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/food-252x300-1.jpg\",\"orientation\":\"portrait\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/food.jpg\",\"height\":440,\"width\":370,\"orientation\":\"portrait\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"imageSize\":\"full\",\"imageWidth\":100,\"imageWidthMobile\":100,\"imageWidthTablet\":100,\"paddingBtnTop\":10,\"paddingBtnBottom\":10,\"paddingBtnLeft\":14,\"paddingBtnRight\":14,\"imageWidthUnit\":\"%\",\"imageWidthUnitTablet\":\"%\",\"imageWidthUnitMobile\":\"%\",\"subHeadTopMargin\":0,\"subHeadRightMargin\":40,\"subHeadLeftMargin\":0,\"subHeadMarginTopTablet\":0,\"subHeadMarginRightTablet\":0,\"subHeadTabletSpace\":20,\"subHeadMarginLeftTablet\":0,\"btnBorderStyle\":\"solid\"} -->\n<div class=\"wp-block-uagb-info-box uagb-block-be927766 uagb-infobox__content-wrap  uagb-infobox-icon-above-title uagb-infobox-image-valign-top\"><div class=\"uagb-ifb-content\"><div class=\"uagb-ifb-image-content\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/food.jpg\" alt=\"\"/></div><div class=\"uagb-ifb-title-wrap\"><h3 class=\"uagb-ifb-title\">Delicious Food​</h3></div><p class=\"uagb-ifb-desc\">We have team chefs from across the world. So you can enjoy the delicacies anytime during your stay.</p><div class=\"uagb-ifb-button-wrapper wp-block-button\"><a href=\"#\" target=\"_self\" class=\"uagb-infobox-cta-link\" rel=\"noopener noreferrer\" alt=\"\"><span class=\"uagb-inline-editing\">READ MORE</span></a></div></div></div>\n<!-- /wp:uagb/info-box -->\n\n<!-- wp:uagb/info-box {\"classMigrate\":true,\"headingAlign\":\"left\",\"headingColor\":\"\",\"subHeadingColor\":\"\",\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"source_type\":\"image\",\"block_id\":\"762a0a59\",\"ctaType\":\"text\",\"ctaText\":\"READ MORE\",\"ctaLinkColor\":\"var(\\u002d\\u002dast-global-color-0)\",\"ctaDecoration\":\"underline\",\"ctaFontSize\":12,\"ctaFontWeight\":\"600\",\"ctaLetterSpacing\":2,\"ctaBorderStyle\":\"\",\"iconBottomMargin\":30,\"iconImage\":{\"id\":241,\"title\":\"beach\",\"filename\":\"beach.jpg\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/beach.jpg\",\"link\":\"https://blueroan.netgen.cloud/beach/\",\"alt\":\"\",\"author\":\"34\",\"description\":\"\",\"caption\":\"\",\"name\":\"beach\",\"status\":\"inherit\",\"uploadedTo\":0,\"date\":\"2021-05-11T10:56:06.000Z\",\"modified\":\"2021-05-11T10:56:06.000Z\",\"menuOrder\":0,\"mime\":\"image/jpeg\",\"type\":\"image\",\"subtype\":\"jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/default.png\",\"dateFormatted\":\"May 11, 2021\",\"nonces\":{\"update\":\"65c348aac8\",\"delete\":\"6d551f7cf4\",\"edit\":\"026ca70d91\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=241\\u0026action=edit\",\"meta\":false,\"authorName\":\"Rishabh\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/user-edit.php?user_id=34\",\"filesizeInBytes\":38094,\"filesizeHumanReadable\":\"37 KB\",\"context\":\"\",\"height\":440,\"width\":370,\"orientation\":\"portrait\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/beach-150x150.jpg\",\"orientation\":\"landscape\"},\"medium\":{\"height\":300,\"width\":252,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/beach-252x300-1.jpg\",\"orientation\":\"portrait\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/beach.jpg\",\"height\":440,\"width\":370,\"orientation\":\"portrait\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"imageSize\":\"full\",\"imageWidth\":100,\"imageWidthMobile\":100,\"imageWidthTablet\":100,\"paddingBtnTop\":10,\"paddingBtnBottom\":10,\"paddingBtnLeft\":14,\"paddingBtnRight\":14,\"imageWidthUnit\":\"%\",\"imageWidthUnitTablet\":\"%\",\"imageWidthUnitMobile\":\"%\",\"subHeadTopMargin\":0,\"subHeadRightMargin\":40,\"subHeadLeftMargin\":0,\"subHeadMarginTopTablet\":0,\"subHeadMarginRightTablet\":0,\"subHeadTabletSpace\":20,\"subHeadMarginLeftTablet\":0,\"btnBorderStyle\":\"solid\"} -->\n<div class=\"wp-block-uagb-info-box uagb-block-762a0a59 uagb-infobox__content-wrap  uagb-infobox-icon-above-title uagb-infobox-image-valign-top\"><div class=\"uagb-ifb-content\"><div class=\"uagb-ifb-image-content\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/beach.jpg\" alt=\"\"/></div><div class=\"uagb-ifb-title-wrap\"><h3 class=\"uagb-ifb-title\">Private Beach​</h3></div><p class=\"uagb-ifb-desc\">Want to take a dip into the sea? All our guests get complimentary access to our private beach.</p><div class=\"uagb-ifb-button-wrapper wp-block-button\"><a href=\"#\" target=\"_self\" class=\"uagb-infobox-cta-link\" rel=\"noopener noreferrer\" alt=\"\"><span class=\"uagb-inline-editing\">READ MORE</span></a></div></div></div>\n<!-- /wp:uagb/info-box --></div>\n<!-- /wp:uagb/container --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"cd334bdc\",\"innerContentCustomWidthDesktop\":781,\"innerContentCustomWidthTablet\":781,\"backgroundType\":\"image\",\"backgroundImageDesktop\":{\"id\":54,\"title\":\"background-img\",\"filename\":\"background-img-1.jpg\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/background-img-1.jpg\",\"link\":\"https://blueroan.netgen.cloud/background-img-2/\",\"alt\":\"\",\"author\":\"34\",\"description\":\"\",\"caption\":\"\",\"name\":\"background-img-2\",\"status\":\"inherit\",\"uploadedTo\":0,\"date\":\"2021-05-07T10:11:37.000Z\",\"modified\":\"2021-05-07T10:11:37.000Z\",\"menuOrder\":0,\"mime\":\"image/jpeg\",\"type\":\"image\",\"subtype\":\"jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/default.png\",\"dateFormatted\":\"May 7, 2021\",\"nonces\":{\"update\":\"bb999636b9\",\"delete\":\"d2e1375bc4\",\"edit\":\"005dd2f0c9\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=54\\u0026action=edit\",\"meta\":false,\"authorName\":\"Rishabh\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/user-edit.php?user_id=34\",\"filesizeInBytes\":338858,\"filesizeHumanReadable\":\"331 KB\",\"context\":\"\",\"height\":1080,\"width\":1920,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/background-img-1-150x150.jpg\",\"orientation\":\"landscape\"},\"medium\":{\"height\":169,\"width\":300,\"url\":\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/background-img-1-300x169.jpg\",\"orientation\":\"landscape\"},\"large\":{\"height\":576,\"width\":1024,\"url\":\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/background-img-1-1024x576.jpg\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/background-img-1.jpg\",\"height\":1080,\"width\":1920,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"backgroundImageColor\":\"rgba(42,42,42,0.65)\",\"topPaddingDesktop\":144,\"bottomPaddingDesktop\":144,\"leftPaddingDesktop\":40,\"rightPaddingDesktop\":40,\"topPaddingTablet\":80,\"bottomPaddingTablet\":80,\"leftPaddingTablet\":40,\"rightPaddingTablet\":40,\"topPaddingMobile\":64,\"bottomPaddingMobile\":64,\"leftPaddingMobile\":24,\"rightPaddingMobile\":24,\"paddingLink\":false,\"variationSelected\":true,\"isBlockRootParent\":true,\"overlayType\":\"color\"} -->\n<div class=\"wp-block-uagb-container uagb-block-cd334bdc alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/advanced-heading {\"block_id\":\"4957d2c0\",\"classMigrate\":true,\"headingDescToggle\":true,\"headingAlign\":\"center\",\"headingColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"subHeadingColor\":\"var(\\u002d\\u002dast-global-color-4)\",\"headSpace\":20} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-4957d2c0\"><h2 class=\"uagb-heading-text\">Plan an Unforgettable Experience in Mykonos Today!</h2><p class=\"uagb-desc-text\">We can help you fit your stay and experience within your allotted budget.</p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/advanced-heading {\"block_id\":\"24c6db6e\",\"classMigrate\":true,\"headingTitleToggle\":false,\"headingDescToggle\":true,\"headingAlign\":\"center\",\"subHeadingColor\":\"var(\\u002d\\u002dast-global-color-4)\",\"subHeadTransform\":\"uppercase\",\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"subHeadLetterSpacing\":2,\"blockTopPadding\":60,\"blockRightPadding\":0,\"blockLeftPadding\":0,\"blockBottomPadding\":0,\"blockTopPaddingMobile\":30,\"blockRightPaddingMobile\":0,\"blockLeftPaddingMobile\":0,\"blockBottomPaddingMobile\":0} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-24c6db6e\"><p class=\"uagb-desc-text\">BOOK YOUR STAY NOW​</p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/icon-list {\"block_id\":\"eb3d1f50\",\"classMigrate\":true,\"childMigrate\":true,\"align\":\"center\",\"parentIcon\":\"phone\",\"size\":40,\"sizeMobile\":24,\"sizeTablet\":32,\"fontSize\":48,\"fontSizeMobile\":28,\"fontSizeTablet\":40,\"fontWeight\":\"600\",\"iconColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"labelColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"blockTopPadding\":0,\"blockRightPadding\":0,\"blockLeftPadding\":0,\"blockBottomPadding\":24,\"blockPaddingLink\":false} -->\n<div class=\"wp-block-uagb-icon-list uagb-block-eb3d1f50\"><div class=\"uagb-icon-list__wrap\"><!-- wp:uagb/icon-list-child {\"block_id\":\"5b0a7ffd\",\"label\":\"+1-123 456 7890​\",\"label_color\":\"\",\"fromParentIcon\":\"phone\",\"imageSizeChild\":40} -->\n<div class=\"wp-block-uagb-icon-list-child uagb-block-5b0a7ffd\"><span class=\"uagb-icon-list__source-wrap\"><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M511.2 387l-23.25 100.8c-3.266 14.25-15.79 24.22-30.46 24.22C205.2 512 0 306.8 0 54.5c0-14.66 9.969-27.2 24.22-30.45l100.8-23.25C139.7-2.602 154.7 5.018 160.8 18.92l46.52 108.5c5.438 12.78 1.77 27.67-8.98 36.45L144.5 207.1c33.98 69.22 90.26 125.5 159.5 159.5l44.08-53.8c8.688-10.78 23.69-14.51 36.47-8.975l108.5 46.51C506.1 357.2 514.6 372.4 511.2 387z\"></path></svg></span><span class=\"uagb-icon-list__label\">+1-123 456 7890​</span></div>\n<!-- /wp:uagb/icon-list-child --></div></div>\n<!-- /wp:uagb/icon-list --></div></div>\n<!-- /wp:uagb/container -->',	'Amenities',	'',	'inherit',	'closed',	'closed',	'',	'762-revision-v1',	'',	'',	'2022-12-15 11:13:42',	'2022-12-15 11:13:42',	'',	762,	'https://blueroan.netgen.cloud/?p=1175',	0,	'revision',	'',	0),
(1176,	2,	'2022-12-15 11:14:21',	'2022-12-15 11:14:21',	'<!-- wp:uagb/container {\"block_id\":\"8a2621a3\",\"backgroundType\":\"image\",\"backgroundImageDesktop\":{\"id\":1007,\"title\":\"AAEAAQAAAAAAAAAAAAAAJDg5NmY0ZGUxLWE4MTgtNDY5NC1iODFhLTBmN2Q0ZDc5ZWFiNw-1\",\"filename\":\"AAEAAQAAAAAAAAAAAAAAJDg5NmY0ZGUxLWE4MTgtNDY5NC1iODFhLTBmN2Q0ZDc5ZWFiNw-1.png\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAAJDg5NmY0ZGUxLWE4MTgtNDY5NC1iODFhLTBmN2Q0ZDc5ZWFiNw-1.png\",\"link\":\"https://blueroan.netgen.cloud/the-barn/aaeaaqaaaaaaaaaaaaaajdg5nmy0zguxlwe4mtgtndy5nc1iodfhltbmn2q0zdc5zwfinw-1/\",\"alt\":\"\",\"author\":\"2\",\"description\":\"\",\"caption\":\"\",\"name\":\"aaeaaqaaaaaaaaaaaaaajdg5nmy0zguxlwe4mtgtndy5nc1iodfhltbmn2q0zdc5zwfinw-1\",\"status\":\"inherit\",\"uploadedTo\":948,\"date\":\"2022-12-14T10:50:25.000Z\",\"modified\":\"2022-12-14T10:50:25.000Z\",\"menuOrder\":0,\"mime\":\"image/png\",\"type\":\"image\",\"subtype\":\"png\",\"icon\":\"https://blueroan.netgen.cloud/wp-includes/images/media/default.png\",\"dateFormatted\":\"December 14, 2022\",\"nonces\":{\"update\":\"483f8bdf3d\",\"delete\":\"0a7ebc92ef\",\"edit\":\"6bc1c6a685\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=1007\\u0026action=edit\",\"meta\":false,\"authorName\":\"Netgen Support\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/profile.php\",\"uploadedToTitle\":\"The Barn\",\"uploadedToLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=948\\u0026action=edit\",\"filesizeInBytes\":1348989,\"filesizeHumanReadable\":\"1 MB\",\"context\":\"\",\"height\":667,\"width\":1000,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAAJDg5NmY0ZGUxLWE4MTgtNDY5NC1iODFhLTBmN2Q0ZDc5ZWFiNw-1-150x150.png\",\"orientation\":\"landscape\"},\"medium\":{\"height\":200,\"width\":300,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAAJDg5NmY0ZGUxLWE4MTgtNDY5NC1iODFhLTBmN2Q0ZDc5ZWFiNw-1-300x200.png\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAAJDg5NmY0ZGUxLWE4MTgtNDY5NC1iODFhLTBmN2Q0ZDc5ZWFiNw-1.png\",\"height\":667,\"width\":1000,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"backgroundPositionDesktop\":{\"x\":0.61,\"y\":0.52},\"backgroundSizeTablet\":\"cover\",\"backgroundSizeMobile\":\"cover\",\"backgroundColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"backgroundImageColor\":\"rgba(42,42,42,0.5)\",\"topPaddingDesktop\":220,\"bottomPaddingDesktop\":150,\"topPaddingTablet\":170,\"bottomPaddingTablet\":160,\"leftPaddingTablet\":30,\"rightPaddingTablet\":30,\"topPaddingMobile\":180,\"bottomPaddingMobile\":80,\"leftPaddingMobile\":20,\"rightPaddingMobile\":20,\"paddingLink\":false,\"variationSelected\":true,\"isBlockRootParent\":true,\"overlayType\":\"color\"} -->\n<div class=\"wp-block-uagb-container uagb-block-8a2621a3 alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/advanced-heading {\"block_id\":\"fb12db24\",\"classMigrate\":true,\"headingDescToggle\":true,\"headingColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"subHeadingColor\":\"var(\\u002d\\u002dast-global-color-4)\",\"headingTag\":\"h1\",\"headSpace\":20,\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"blockTopPadding\":0,\"blockRightPadding\":50,\"blockLeftPadding\":0,\"blockBottomPadding\":0,\"blockTopPaddingTablet\":0,\"blockRightPaddingTablet\":20,\"blockLeftPaddingTablet\":0,\"blockBottomPaddingTablet\":0,\"blockTopPaddingMobile\":0,\"blockRightPaddingMobile\":0,\"blockLeftPaddingMobile\":0,\"blockBottomPaddingMobile\":0,\"blockPaddingUnit\":\"%\",\"blockPaddingUnitTablet\":\"%\"} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-fb12db24\"><h1 class=\"uagb-heading-text\">Amenities &amp; Interests​</h1><p class=\"uagb-desc-text\">We do not give you just rooms to stay in. We give you an environment where you can experience the best while on a holiday with us. </p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:buttons -->\n<div class=\"wp-block-buttons\"><!-- wp:button -->\n<div class=\"wp-block-button\"><a class=\"wp-block-button__link wp-element-button\" href=\"https://book.nightsbridge.com/11065\" target=\"_blank\" rel=\"noreferrer noopener\">BOOK NOW</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:columns {\"style\":{\"spacing\":{\"padding\":{\"top\":\"60px\",\"right\":\"60px\",\"bottom\":\"60px\",\"left\":\"60px\"}}},\"backgroundColor\":\"ast-global-color-5\"} -->\n<div class=\"wp-block-columns has-ast-global-color-5-background-color has-background\" style=\"padding-top:60px;padding-right:60px;padding-bottom:60px;padding-left:60px\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"align\":\"center\",\"id\":828,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image aligncenter size-full\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Blue-Roan-pool.png\" alt=\"Blue Roan\'s rock pool\" class=\"wp-image-828\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>A relaxing rock Pool​</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>We have a lovely sparkling blue rock pool next to a thatched Lapa. &nbsp;&nbsp;Lie on recliners on the green lawn or sit on the swing chair in the Lapa and enjoy the panoramic view of the Magaliesberg mountain range.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":829,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/img-20160605-wa0002-largejpg.png\" alt=\"\" class=\"wp-image-829\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>Braai facilities </h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>What can compare to a burning fire under the star-lit African sky? Nothing beats the flavor of cooking over an open flame.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":830,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/ef9d0188da11e2bc56788f5619d9d539.png\" alt=\"\" class=\"wp-image-830\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>A games room </h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>The reception is also a games room for those who enjoy darts or playing pool. &nbsp;Take a selection of DVDs back to your room and watch movies on your own DVD player. &nbsp;There is also a selection of board games and music CDs that you can borrow.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:uagb/container {\"block_id\":\"bfce730e\",\"innerContentWidth\":\"alignfull\",\"directionDesktop\":\"row\",\"wrapTablet\":\"wrap\",\"variationSelected\":true,\"rowGapTablet\":0,\"columnGapDesktop\":0,\"isBlockRootParent\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-bfce730e alignfull uagb-is-root-container\"><!-- wp:uagb/container {\"block_id\":\"bef4a5a5\",\"widthDesktop\":25,\"widthTablet\":50,\"variationSelected\":true,\"widthSetByUser\":true,\"UAGHideMob\":true,\"UAGResponsiveConditions\":true} -->\n<div class=\"wp-block-uagb-container uag-hide-mob uagb-block-bef4a5a5\"><!-- wp:uagb/image {\"block_id\":\"802e6aa4\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/amenities-1.jpg\",\"id\":220,\"linkDestination\":\"none\",\"width\":480,\"height\":500,\"naturalWidth\":480,\"naturalHeight\":500,\"sizeSlug\":\"full\",\"sizeSlugTablet\":\"full\",\"sizeSlugMobile\":\"full\"} -->\n<div class=\"wp-block-uagb-image uagb-block-802e6aa4 wp-block-uagb-image--layout-default wp-block-uagb-image--effect-static wp-block-uagb-image--align-none\"><figure class=\"wp-block-uagb-image__figure\"><img srcset=\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/amenities-1.jpg \" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/amenities-1.jpg\" alt=\"\" class=\"uag-image-220\" width=\"480\" height=\"500\" title=\"\" loading=\"lazy\"/></figure></div>\n<!-- /wp:uagb/image --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"228cf1e6\",\"widthDesktop\":25,\"widthTablet\":50,\"variationSelected\":true,\"widthSetByUser\":true,\"UAGHideMob\":true,\"UAGResponsiveConditions\":true} -->\n<div class=\"wp-block-uagb-container uag-hide-mob uagb-block-228cf1e6\"><!-- wp:uagb/image {\"block_id\":\"14635294\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/amenities-3.jpg\",\"id\":222,\"linkDestination\":\"none\",\"naturalWidth\":480,\"naturalHeight\":500,\"sizeSlug\":\"full\",\"sizeSlugTablet\":\"full\",\"sizeSlugMobile\":\"full\"} -->\n<div class=\"wp-block-uagb-image uagb-block-14635294 wp-block-uagb-image--layout-default wp-block-uagb-image--effect-static wp-block-uagb-image--align-none\"><figure class=\"wp-block-uagb-image__figure\"><img srcset=\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/amenities-3.jpg \" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/amenities-3.jpg\" alt=\"\" class=\"uag-image-222\" width=\"\" height=\"\" title=\"\" loading=\"lazy\"/></figure></div>\n<!-- /wp:uagb/image --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"5ad4d582\",\"widthDesktop\":50,\"widthTablet\":100,\"variationSelected\":true,\"columnGapDesktop\":20,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-5ad4d582\"><!-- wp:uagb/image {\"block_id\":\"8070edc8\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/amenities-5.jpg\",\"id\":224,\"linkDestination\":\"none\",\"width\":960,\"height\":500,\"naturalWidth\":960,\"naturalHeight\":500,\"sizeSlug\":\"full\",\"sizeSlugTablet\":\"full\",\"sizeSlugMobile\":\"full\"} -->\n<div class=\"wp-block-uagb-image uagb-block-8070edc8 wp-block-uagb-image--layout-default wp-block-uagb-image--effect-static wp-block-uagb-image--align-none\"><figure class=\"wp-block-uagb-image__figure\"><img srcset=\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/amenities-5.jpg \" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/amenities-5.jpg\" alt=\"\" class=\"uag-image-224\" width=\"960\" height=\"500\" title=\"\" loading=\"lazy\"/></figure></div>\n<!-- /wp:uagb/image --></div>\n<!-- /wp:uagb/container --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"c4d8dadd\",\"innerContentWidth\":\"alignfull\",\"directionDesktop\":\"row\",\"wrapTablet\":\"wrap\",\"variationSelected\":true,\"rowGapTablet\":0,\"columnGapDesktop\":0,\"isBlockRootParent\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-c4d8dadd alignfull uagb-is-root-container\"><!-- wp:uagb/container {\"block_id\":\"f82cf838\",\"widthDesktop\":50,\"widthTablet\":100,\"variationSelected\":true,\"columnGapDesktop\":20,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-f82cf838\"><!-- wp:uagb/image {\"block_id\":\"6732abc2\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/amenities-6-1.jpg\",\"id\":230,\"linkDestination\":\"none\",\"naturalWidth\":960,\"naturalHeight\":500,\"sizeSlug\":\"full\",\"sizeSlugTablet\":\"full\",\"sizeSlugMobile\":\"full\"} -->\n<div class=\"wp-block-uagb-image uagb-block-6732abc2 wp-block-uagb-image--layout-default wp-block-uagb-image--effect-static wp-block-uagb-image--align-none\"><figure class=\"wp-block-uagb-image__figure\"><img srcset=\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/amenities-6-1.jpg \" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/amenities-6-1.jpg\" alt=\"\" class=\"uag-image-230\" width=\"\" height=\"\" title=\"\" loading=\"lazy\"/></figure></div>\n<!-- /wp:uagb/image --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"22dc0f43\",\"widthDesktop\":25,\"variationSelected\":true,\"widthSetByUser\":true,\"UAGHideMob\":true,\"UAGResponsiveConditions\":true} -->\n<div class=\"wp-block-uagb-container uag-hide-mob uagb-block-22dc0f43\"><!-- wp:uagb/image {\"block_id\":\"353c299c\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/amenities-2.jpg\",\"id\":221,\"linkDestination\":\"none\",\"naturalWidth\":480,\"naturalHeight\":500,\"sizeSlug\":\"full\",\"sizeSlugTablet\":\"full\",\"sizeSlugMobile\":\"full\"} -->\n<div class=\"wp-block-uagb-image uagb-block-353c299c wp-block-uagb-image--layout-default wp-block-uagb-image--effect-static wp-block-uagb-image--align-none\"><figure class=\"wp-block-uagb-image__figure\"><img srcset=\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/amenities-2.jpg \" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/amenities-2.jpg\" alt=\"\" class=\"uag-image-221\" width=\"\" height=\"\" title=\"\" loading=\"lazy\"/></figure></div>\n<!-- /wp:uagb/image --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"25f44682\",\"widthDesktop\":25,\"variationSelected\":true,\"widthSetByUser\":true,\"UAGHideMob\":true,\"UAGResponsiveConditions\":true} -->\n<div class=\"wp-block-uagb-container uag-hide-mob uagb-block-25f44682\"><!-- wp:uagb/image {\"block_id\":\"4ec66635\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/amenities-4.jpg\",\"id\":223,\"linkDestination\":\"none\",\"naturalWidth\":480,\"naturalHeight\":500,\"sizeSlug\":\"full\",\"sizeSlugTablet\":\"full\",\"sizeSlugMobile\":\"full\"} -->\n<div class=\"wp-block-uagb-image uagb-block-4ec66635 wp-block-uagb-image--layout-default wp-block-uagb-image--effect-static wp-block-uagb-image--align-none\"><figure class=\"wp-block-uagb-image__figure\"><img srcset=\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/amenities-4.jpg \" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/amenities-4.jpg\" alt=\"\" class=\"uag-image-223\" width=\"\" height=\"\" title=\"\" loading=\"lazy\"/></figure></div>\n<!-- /wp:uagb/image --></div>\n<!-- /wp:uagb/container --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"d22cc969\",\"backgroundType\":\"color\",\"backgroundSizeTablet\":\"cover\",\"backgroundSizeMobile\":\"cover\",\"backgroundColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"topPaddingDesktop\":120,\"bottomPaddingDesktop\":120,\"topPaddingTablet\":80,\"bottomPaddingTablet\":80,\"leftPaddingTablet\":30,\"rightPaddingTablet\":30,\"topPaddingMobile\":80,\"bottomPaddingMobile\":80,\"leftPaddingMobile\":20,\"rightPaddingMobile\":20,\"paddingLink\":false,\"variationSelected\":true,\"rowGapDesktop\":0,\"rowGapTablet\":0,\"isBlockRootParent\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-d22cc969 alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/container {\"block_id\":\"2226d72f\",\"directionDesktop\":\"row\",\"alignItemsDesktop\":\"flex-end\",\"alignItemsTablet\":\"flex-end\",\"justifyContentDesktop\":\"flex-end\",\"justifyContentTablet\":\"space-between\",\"variationSelected\":true,\"rowGapMobile\":30,\"columnGapDesktop\":0} -->\n<div class=\"wp-block-uagb-container uagb-block-2226d72f\"><!-- wp:uagb/advanced-heading {\"block_id\":\"d10f1105\",\"classMigrate\":true,\"headingDescToggle\":true,\"subHeadingColor\":\"\",\"headSpace\":20,\"subHeadFontSize\":16} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-d10f1105\"><h2 class=\"uagb-heading-text\">Other Perks &amp; Facilities ​</h2><p class=\"uagb-desc-text\">Looking for more? Well, we believe that every guest walks into our hotel for the best experience. And, we are determined to do that.</p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/buttons {\"block_id\":\"85b73fa7\",\"classMigrate\":true,\"childMigrate\":true,\"align\":\"right\",\"alignTablet\":\"right\",\"alignMobile\":\"left\",\"gap\":0} -->\n<div class=\"wp-block-uagb-buttons uagb-buttons__outer-wrap uagb-btn__default-btn uagb-btn-tablet__default-btn uagb-btn-mobile__default-btn uagb-block-85b73fa7\"><div class=\"uagb-buttons__wrap uagb-buttons-layout-wrap\"><!-- wp:uagb/buttons-child {\"block_id\":\"eb799d06\",\"label\":\"Get Bookings\",\"link\":\"#\",\"hColor\":\"\",\"borderWidth\":\"\",\"borderRadius\":\"\",\"borderStyle\":\"\",\"borderColor\":\"\",\"borderHColor\":\"\",\"btnBorderTopWidth\":1,\"btnBorderLeftWidth\":1,\"btnBorderRightWidth\":1,\"btnBorderBottomWidth\":1,\"btnBorderTopLeftRadius\":2,\"btnBorderTopRightRadius\":2,\"btnBorderBottomLeftRadius\":2,\"btnBorderBottomRightRadius\":2,\"btnBorderStyle\":\"solid\",\"btnBorderColor\":\"#333\",\"btnBorderHColor\":\"#333\"} -->\n<div class=\"wp-block-uagb-buttons-child uagb-buttons__outer-wrap uagb-block-eb799d06 wp-block-button is-style-outline\"><div class=\"uagb-button__wrapper\"><a class=\"uagb-buttons-repeater wp-block-button__link\" href=\"#\" rel=\"follow noopener\" target=\"_self\"><div class=\"uagb-button__link\">Get Bookings</div></a></div></div>\n<!-- /wp:uagb/buttons-child --></div></div>\n<!-- /wp:uagb/buttons --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"485c1a43\",\"directionDesktop\":\"row\",\"alignItemsTablet\":\"flex-start\",\"paddingLink\":false,\"topMarginDesktop\":54,\"bottomMarginDesktop\":0,\"leftMarginDesktop\":0,\"rightMarginDesktop\":0,\"topMarginTablet\":30,\"bottomMarginTablet\":0,\"leftMarginTablet\":0,\"rightMarginTablet\":0,\"marginLink\":false,\"variationSelected\":true,\"rowGapMobile\":65,\"columnGapDesktop\":48,\"columnGapTablet\":20} -->\n<div class=\"wp-block-uagb-container uagb-block-485c1a43\"><!-- wp:uagb/info-box {\"classMigrate\":true,\"headingAlign\":\"left\",\"headingColor\":\"\",\"subHeadingColor\":\"\",\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"source_type\":\"image\",\"block_id\":\"bc5caedb\",\"ctaType\":\"text\",\"ctaText\":\"READ MORE\",\"ctaLinkColor\":\"var(\\u002d\\u002dast-global-color-0)\",\"ctaDecoration\":\"underline\",\"ctaFontSize\":12,\"ctaFontWeight\":\"600\",\"ctaLetterSpacing\":2,\"ctaBorderStyle\":\"\",\"iconBottomMargin\":30,\"iconImage\":{\"id\":240,\"title\":\"terrace\",\"filename\":\"terrace.jpg\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/terrace.jpg\",\"link\":\"https://blueroan.netgen.cloud/terrace/\",\"alt\":\"\",\"author\":\"34\",\"description\":\"\",\"caption\":\"\",\"name\":\"terrace\",\"status\":\"inherit\",\"uploadedTo\":0,\"date\":\"2021-05-11T10:54:04.000Z\",\"modified\":\"2021-05-11T10:54:04.000Z\",\"menuOrder\":0,\"mime\":\"image/jpeg\",\"type\":\"image\",\"subtype\":\"jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/default.png\",\"dateFormatted\":\"May 11, 2021\",\"nonces\":{\"update\":\"6de8720da3\",\"delete\":\"d7905e75b9\",\"edit\":\"e7132a7b3e\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=240\\u0026action=edit\",\"meta\":false,\"authorName\":\"Rishabh\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/user-edit.php?user_id=34\",\"filesizeInBytes\":40742,\"filesizeHumanReadable\":\"40 KB\",\"context\":\"\",\"height\":440,\"width\":370,\"orientation\":\"portrait\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/terrace-150x150.jpg\",\"orientation\":\"landscape\"},\"medium\":{\"height\":300,\"width\":252,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/terrace-252x300-1.jpg\",\"orientation\":\"portrait\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/terrace.jpg\",\"height\":440,\"width\":370,\"orientation\":\"portrait\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"imageSize\":\"full\",\"imageWidth\":100,\"imageWidthMobile\":100,\"imageWidthTablet\":100,\"paddingBtnTop\":10,\"paddingBtnBottom\":10,\"paddingBtnLeft\":14,\"paddingBtnRight\":14,\"imageWidthUnit\":\"%\",\"imageWidthUnitTablet\":\"%\",\"imageWidthUnitMobile\":\"%\",\"subHeadTopMargin\":0,\"subHeadRightMargin\":40,\"subHeadLeftMargin\":0,\"subHeadMarginTopTablet\":0,\"subHeadMarginRightTablet\":0,\"subHeadTabletSpace\":20,\"subHeadMarginLeftTablet\":0,\"btnBorderStyle\":\"solid\"} -->\n<div class=\"wp-block-uagb-info-box uagb-block-bc5caedb uagb-infobox__content-wrap  uagb-infobox-icon-above-title uagb-infobox-image-valign-top\"><div class=\"uagb-ifb-content\"><div class=\"uagb-ifb-image-content\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/terrace.jpg\" alt=\"\"/></div><div class=\"uagb-ifb-title-wrap\"><h3 class=\"uagb-ifb-title\">Ocean View Terrace​</h3></div><p class=\"uagb-ifb-desc\">Among the scenic beauty of the city we also have an ocean view terrace for every suite in our hotel.</p><div class=\"uagb-ifb-button-wrapper wp-block-button\"><a href=\"#\" target=\"_self\" class=\"uagb-infobox-cta-link\" rel=\"noopener noreferrer\" alt=\"\"><span class=\"uagb-inline-editing\">READ MORE</span></a></div></div></div>\n<!-- /wp:uagb/info-box -->\n\n<!-- wp:uagb/info-box {\"classMigrate\":true,\"headingAlign\":\"left\",\"headingColor\":\"\",\"subHeadingColor\":\"\",\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"source_type\":\"image\",\"block_id\":\"be927766\",\"ctaType\":\"text\",\"ctaText\":\"READ MORE\",\"ctaLinkColor\":\"var(\\u002d\\u002dast-global-color-0)\",\"ctaDecoration\":\"underline\",\"ctaFontSize\":12,\"ctaFontWeight\":\"600\",\"ctaLetterSpacing\":2,\"ctaBorderStyle\":\"\",\"iconBottomMargin\":30,\"iconImage\":{\"id\":89,\"title\":\"food\",\"filename\":\"food.jpg\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/food.jpg\",\"link\":\"https://blueroan.netgen.cloud/food/\",\"alt\":\"\",\"author\":\"34\",\"description\":\"\",\"caption\":\"\",\"name\":\"food\",\"status\":\"inherit\",\"uploadedTo\":0,\"date\":\"2021-05-07T14:24:52.000Z\",\"modified\":\"2021-05-07T14:24:52.000Z\",\"menuOrder\":0,\"mime\":\"image/jpeg\",\"type\":\"image\",\"subtype\":\"jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/default.png\",\"dateFormatted\":\"May 7, 2021\",\"nonces\":{\"update\":\"b06173e227\",\"delete\":\"7de0e70fba\",\"edit\":\"7dc3d40920\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=89\\u0026action=edit\",\"meta\":false,\"authorName\":\"Rishabh\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/user-edit.php?user_id=34\",\"filesizeInBytes\":41933,\"filesizeHumanReadable\":\"41 KB\",\"context\":\"\",\"height\":440,\"width\":370,\"orientation\":\"portrait\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/food-150x150.jpg\",\"orientation\":\"landscape\"},\"medium\":{\"height\":300,\"width\":252,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/food-252x300-1.jpg\",\"orientation\":\"portrait\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/food.jpg\",\"height\":440,\"width\":370,\"orientation\":\"portrait\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"imageSize\":\"full\",\"imageWidth\":100,\"imageWidthMobile\":100,\"imageWidthTablet\":100,\"paddingBtnTop\":10,\"paddingBtnBottom\":10,\"paddingBtnLeft\":14,\"paddingBtnRight\":14,\"imageWidthUnit\":\"%\",\"imageWidthUnitTablet\":\"%\",\"imageWidthUnitMobile\":\"%\",\"subHeadTopMargin\":0,\"subHeadRightMargin\":40,\"subHeadLeftMargin\":0,\"subHeadMarginTopTablet\":0,\"subHeadMarginRightTablet\":0,\"subHeadTabletSpace\":20,\"subHeadMarginLeftTablet\":0,\"btnBorderStyle\":\"solid\"} -->\n<div class=\"wp-block-uagb-info-box uagb-block-be927766 uagb-infobox__content-wrap  uagb-infobox-icon-above-title uagb-infobox-image-valign-top\"><div class=\"uagb-ifb-content\"><div class=\"uagb-ifb-image-content\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/food.jpg\" alt=\"\"/></div><div class=\"uagb-ifb-title-wrap\"><h3 class=\"uagb-ifb-title\">Delicious Food​</h3></div><p class=\"uagb-ifb-desc\">We have team chefs from across the world. So you can enjoy the delicacies anytime during your stay.</p><div class=\"uagb-ifb-button-wrapper wp-block-button\"><a href=\"#\" target=\"_self\" class=\"uagb-infobox-cta-link\" rel=\"noopener noreferrer\" alt=\"\"><span class=\"uagb-inline-editing\">READ MORE</span></a></div></div></div>\n<!-- /wp:uagb/info-box -->\n\n<!-- wp:uagb/info-box {\"classMigrate\":true,\"headingAlign\":\"left\",\"headingColor\":\"\",\"subHeadingColor\":\"\",\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"source_type\":\"image\",\"block_id\":\"762a0a59\",\"ctaType\":\"text\",\"ctaText\":\"READ MORE\",\"ctaLinkColor\":\"var(\\u002d\\u002dast-global-color-0)\",\"ctaDecoration\":\"underline\",\"ctaFontSize\":12,\"ctaFontWeight\":\"600\",\"ctaLetterSpacing\":2,\"ctaBorderStyle\":\"\",\"iconBottomMargin\":30,\"iconImage\":{\"id\":241,\"title\":\"beach\",\"filename\":\"beach.jpg\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/beach.jpg\",\"link\":\"https://blueroan.netgen.cloud/beach/\",\"alt\":\"\",\"author\":\"34\",\"description\":\"\",\"caption\":\"\",\"name\":\"beach\",\"status\":\"inherit\",\"uploadedTo\":0,\"date\":\"2021-05-11T10:56:06.000Z\",\"modified\":\"2021-05-11T10:56:06.000Z\",\"menuOrder\":0,\"mime\":\"image/jpeg\",\"type\":\"image\",\"subtype\":\"jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/default.png\",\"dateFormatted\":\"May 11, 2021\",\"nonces\":{\"update\":\"65c348aac8\",\"delete\":\"6d551f7cf4\",\"edit\":\"026ca70d91\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=241\\u0026action=edit\",\"meta\":false,\"authorName\":\"Rishabh\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/user-edit.php?user_id=34\",\"filesizeInBytes\":38094,\"filesizeHumanReadable\":\"37 KB\",\"context\":\"\",\"height\":440,\"width\":370,\"orientation\":\"portrait\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/beach-150x150.jpg\",\"orientation\":\"landscape\"},\"medium\":{\"height\":300,\"width\":252,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/beach-252x300-1.jpg\",\"orientation\":\"portrait\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/beach.jpg\",\"height\":440,\"width\":370,\"orientation\":\"portrait\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"imageSize\":\"full\",\"imageWidth\":100,\"imageWidthMobile\":100,\"imageWidthTablet\":100,\"paddingBtnTop\":10,\"paddingBtnBottom\":10,\"paddingBtnLeft\":14,\"paddingBtnRight\":14,\"imageWidthUnit\":\"%\",\"imageWidthUnitTablet\":\"%\",\"imageWidthUnitMobile\":\"%\",\"subHeadTopMargin\":0,\"subHeadRightMargin\":40,\"subHeadLeftMargin\":0,\"subHeadMarginTopTablet\":0,\"subHeadMarginRightTablet\":0,\"subHeadTabletSpace\":20,\"subHeadMarginLeftTablet\":0,\"btnBorderStyle\":\"solid\"} -->\n<div class=\"wp-block-uagb-info-box uagb-block-762a0a59 uagb-infobox__content-wrap  uagb-infobox-icon-above-title uagb-infobox-image-valign-top\"><div class=\"uagb-ifb-content\"><div class=\"uagb-ifb-image-content\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/beach.jpg\" alt=\"\"/></div><div class=\"uagb-ifb-title-wrap\"><h3 class=\"uagb-ifb-title\">Private Beach​</h3></div><p class=\"uagb-ifb-desc\">Want to take a dip into the sea? All our guests get complimentary access to our private beach.</p><div class=\"uagb-ifb-button-wrapper wp-block-button\"><a href=\"#\" target=\"_self\" class=\"uagb-infobox-cta-link\" rel=\"noopener noreferrer\" alt=\"\"><span class=\"uagb-inline-editing\">READ MORE</span></a></div></div></div>\n<!-- /wp:uagb/info-box --></div>\n<!-- /wp:uagb/container --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"d4bb1cd0\",\"innerContentCustomWidthDesktop\":781,\"innerContentCustomWidthTablet\":781,\"backgroundType\":\"image\",\"backgroundImageDesktop\":{\"id\":54,\"title\":\"background-img\",\"filename\":\"background-img-1.jpg\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/background-img-1.jpg\",\"link\":\"https://blueroan.netgen.cloud/background-img-2/\",\"alt\":\"\",\"author\":\"34\",\"description\":\"\",\"caption\":\"\",\"name\":\"background-img-2\",\"status\":\"inherit\",\"uploadedTo\":0,\"date\":\"2021-05-07T10:11:37.000Z\",\"modified\":\"2021-05-07T10:11:37.000Z\",\"menuOrder\":0,\"mime\":\"image/jpeg\",\"type\":\"image\",\"subtype\":\"jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/default.png\",\"dateFormatted\":\"May 7, 2021\",\"nonces\":{\"update\":\"bb999636b9\",\"delete\":\"d2e1375bc4\",\"edit\":\"005dd2f0c9\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=54\\u0026action=edit\",\"meta\":false,\"authorName\":\"Rishabh\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/user-edit.php?user_id=34\",\"filesizeInBytes\":338858,\"filesizeHumanReadable\":\"331 KB\",\"context\":\"\",\"height\":1080,\"width\":1920,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/background-img-1-150x150.jpg\",\"orientation\":\"landscape\"},\"medium\":{\"height\":169,\"width\":300,\"url\":\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/background-img-1-300x169.jpg\",\"orientation\":\"landscape\"},\"large\":{\"height\":576,\"width\":1024,\"url\":\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/background-img-1-1024x576.jpg\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/background-img-1.jpg\",\"height\":1080,\"width\":1920,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"backgroundImageColor\":\"rgba(42,42,42,0.65)\",\"topPaddingDesktop\":144,\"bottomPaddingDesktop\":144,\"leftPaddingDesktop\":40,\"rightPaddingDesktop\":40,\"topPaddingTablet\":80,\"bottomPaddingTablet\":80,\"leftPaddingTablet\":40,\"rightPaddingTablet\":40,\"topPaddingMobile\":64,\"bottomPaddingMobile\":64,\"leftPaddingMobile\":24,\"rightPaddingMobile\":24,\"paddingLink\":false,\"variationSelected\":true,\"isBlockRootParent\":true,\"overlayType\":\"color\"} -->\n<div class=\"wp-block-uagb-container uagb-block-d4bb1cd0 alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/advanced-heading {\"block_id\":\"68fe181a\",\"classMigrate\":true,\"headingDescToggle\":true,\"headingAlign\":\"center\",\"headingColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"subHeadingColor\":\"var(\\u002d\\u002dast-global-color-4)\",\"headSpace\":20} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-68fe181a\"><h2 class=\"uagb-heading-text\">Plan an Unforgettable Experience in Mykonos Today!</h2><p class=\"uagb-desc-text\">We can help you fit your stay and experience within your allotted budget.</p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/advanced-heading {\"block_id\":\"a43f6203\",\"classMigrate\":true,\"headingTitleToggle\":false,\"headingDescToggle\":true,\"headingAlign\":\"center\",\"subHeadingColor\":\"var(\\u002d\\u002dast-global-color-4)\",\"subHeadTransform\":\"uppercase\",\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"subHeadLetterSpacing\":2,\"blockTopPadding\":60,\"blockRightPadding\":0,\"blockLeftPadding\":0,\"blockBottomPadding\":0,\"blockTopPaddingMobile\":30,\"blockRightPaddingMobile\":0,\"blockLeftPaddingMobile\":0,\"blockBottomPaddingMobile\":0} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-a43f6203\"><p class=\"uagb-desc-text\">BOOK YOUR STAY NOW​</p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/icon-list {\"block_id\":\"88ba8188\",\"classMigrate\":true,\"childMigrate\":true,\"align\":\"center\",\"parentIcon\":\"phone\",\"size\":40,\"sizeMobile\":24,\"sizeTablet\":32,\"fontSize\":48,\"fontSizeMobile\":28,\"fontSizeTablet\":40,\"fontWeight\":\"600\",\"iconColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"labelColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"blockTopPadding\":0,\"blockRightPadding\":0,\"blockLeftPadding\":0,\"blockBottomPadding\":24,\"blockPaddingLink\":false} -->\n<div class=\"wp-block-uagb-icon-list uagb-block-88ba8188\"><div class=\"uagb-icon-list__wrap\"><!-- wp:uagb/icon-list-child {\"block_id\":\"4c9aaecd\",\"label\":\"+1-123 456 7890​\",\"label_color\":\"\",\"fromParentIcon\":\"phone\",\"imageSizeChild\":40} -->\n<div class=\"wp-block-uagb-icon-list-child uagb-block-4c9aaecd\"><span class=\"uagb-icon-list__source-wrap\"><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M511.2 387l-23.25 100.8c-3.266 14.25-15.79 24.22-30.46 24.22C205.2 512 0 306.8 0 54.5c0-14.66 9.969-27.2 24.22-30.45l100.8-23.25C139.7-2.602 154.7 5.018 160.8 18.92l46.52 108.5c5.438 12.78 1.77 27.67-8.98 36.45L144.5 207.1c33.98 69.22 90.26 125.5 159.5 159.5l44.08-53.8c8.688-10.78 23.69-14.51 36.47-8.975l108.5 46.51C506.1 357.2 514.6 372.4 511.2 387z\"></path></svg></span><span class=\"uagb-icon-list__label\">+1-123 456 7890​</span></div>\n<!-- /wp:uagb/icon-list-child --></div></div>\n<!-- /wp:uagb/icon-list --></div></div>\n<!-- /wp:uagb/container -->',	'Amenities',	'',	'inherit',	'closed',	'closed',	'',	'762-revision-v1',	'',	'',	'2022-12-15 11:14:21',	'2022-12-15 11:14:21',	'',	762,	'https://blueroan.netgen.cloud/?p=1176',	0,	'revision',	'',	0),
(1177,	2,	'2022-12-15 11:15:18',	'2022-12-15 11:15:18',	'<!-- wp:uagb/container {\"block_id\":\"09f24957\",\"backgroundType\":\"image\",\"backgroundImageDesktop\":{\"id\":1007,\"title\":\"AAEAAQAAAAAAAAAAAAAAJDg5NmY0ZGUxLWE4MTgtNDY5NC1iODFhLTBmN2Q0ZDc5ZWFiNw-1\",\"filename\":\"AAEAAQAAAAAAAAAAAAAAJDg5NmY0ZGUxLWE4MTgtNDY5NC1iODFhLTBmN2Q0ZDc5ZWFiNw-1.png\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAAJDg5NmY0ZGUxLWE4MTgtNDY5NC1iODFhLTBmN2Q0ZDc5ZWFiNw-1.png\",\"link\":\"https://blueroan.netgen.cloud/the-barn/aaeaaqaaaaaaaaaaaaaajdg5nmy0zguxlwe4mtgtndy5nc1iodfhltbmn2q0zdc5zwfinw-1/\",\"alt\":\"\",\"author\":\"2\",\"description\":\"\",\"caption\":\"\",\"name\":\"aaeaaqaaaaaaaaaaaaaajdg5nmy0zguxlwe4mtgtndy5nc1iodfhltbmn2q0zdc5zwfinw-1\",\"status\":\"inherit\",\"uploadedTo\":948,\"date\":\"2022-12-14T10:50:25.000Z\",\"modified\":\"2022-12-14T10:50:25.000Z\",\"menuOrder\":0,\"mime\":\"image/png\",\"type\":\"image\",\"subtype\":\"png\",\"icon\":\"https://blueroan.netgen.cloud/wp-includes/images/media/default.png\",\"dateFormatted\":\"December 14, 2022\",\"nonces\":{\"update\":\"483f8bdf3d\",\"delete\":\"0a7ebc92ef\",\"edit\":\"6bc1c6a685\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=1007\\u0026action=edit\",\"meta\":false,\"authorName\":\"Netgen Support\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/profile.php\",\"uploadedToTitle\":\"The Barn\",\"uploadedToLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=948\\u0026action=edit\",\"filesizeInBytes\":1348989,\"filesizeHumanReadable\":\"1 MB\",\"context\":\"\",\"height\":667,\"width\":1000,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAAJDg5NmY0ZGUxLWE4MTgtNDY5NC1iODFhLTBmN2Q0ZDc5ZWFiNw-1-150x150.png\",\"orientation\":\"landscape\"},\"medium\":{\"height\":200,\"width\":300,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAAJDg5NmY0ZGUxLWE4MTgtNDY5NC1iODFhLTBmN2Q0ZDc5ZWFiNw-1-300x200.png\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAAJDg5NmY0ZGUxLWE4MTgtNDY5NC1iODFhLTBmN2Q0ZDc5ZWFiNw-1.png\",\"height\":667,\"width\":1000,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"backgroundPositionDesktop\":{\"x\":0.61,\"y\":0.52},\"backgroundSizeTablet\":\"cover\",\"backgroundSizeMobile\":\"cover\",\"backgroundColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"backgroundImageColor\":\"rgba(42,42,42,0.5)\",\"topPaddingDesktop\":220,\"bottomPaddingDesktop\":150,\"topPaddingTablet\":170,\"bottomPaddingTablet\":160,\"leftPaddingTablet\":30,\"rightPaddingTablet\":30,\"topPaddingMobile\":180,\"bottomPaddingMobile\":80,\"leftPaddingMobile\":20,\"rightPaddingMobile\":20,\"paddingLink\":false,\"variationSelected\":true,\"isBlockRootParent\":true,\"overlayType\":\"color\"} -->\n<div class=\"wp-block-uagb-container uagb-block-09f24957 alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/advanced-heading {\"block_id\":\"70033378\",\"classMigrate\":true,\"headingDescToggle\":true,\"headingColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"subHeadingColor\":\"var(\\u002d\\u002dast-global-color-4)\",\"headingTag\":\"h1\",\"headSpace\":20,\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"blockTopPadding\":0,\"blockRightPadding\":50,\"blockLeftPadding\":0,\"blockBottomPadding\":0,\"blockTopPaddingTablet\":0,\"blockRightPaddingTablet\":20,\"blockLeftPaddingTablet\":0,\"blockBottomPaddingTablet\":0,\"blockTopPaddingMobile\":0,\"blockRightPaddingMobile\":0,\"blockLeftPaddingMobile\":0,\"blockBottomPaddingMobile\":0,\"blockPaddingUnit\":\"%\",\"blockPaddingUnitTablet\":\"%\"} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-70033378\"><h1 class=\"uagb-heading-text\">Amenities &amp; Interests​</h1><p class=\"uagb-desc-text\">We do not give you just rooms to stay in. We give you an environment where you can experience the best while on a holiday with us. </p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:buttons -->\n<div class=\"wp-block-buttons\"><!-- wp:button -->\n<div class=\"wp-block-button\"><a class=\"wp-block-button__link wp-element-button\" href=\"https://book.nightsbridge.com/11065\" target=\"_blank\" rel=\"noreferrer noopener\">BOOK NOW</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"b7b0cdc0\",\"contentWidth\":\"default\",\"directionDesktop\":\"row\",\"directionTablet\":\"row\",\"directionMobile\":\"column\",\"backgroundType\":\"color\",\"backgroundSizeTablet\":\"cover\",\"backgroundSizeMobile\":\"cover\",\"backgroundColor\":\"ast-global-color-5\",\"variationSelected\":true,\"isBlockRootParent\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-b7b0cdc0 default uagb-is-root-container\"><!-- wp:uagb/container {\"block_id\":\"48e0138e\",\"widthDesktop\":33.333333333333336,\"backgroundColor\":null,\"variationSelected\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-48e0138e\"><!-- wp:image {\"align\":\"center\",\"id\":828,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image aligncenter size-full\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Blue-Roan-pool.png\" alt=\"Blue Roan\'s rock pool\" class=\"wp-image-828\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>A relaxing rock Pool​</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>We have a lovely sparkling blue rock pool next to a thatched Lapa. &nbsp;&nbsp;Lie on recliners on the green lawn or sit on the swing chair in the Lapa and enjoy the panoramic view of the Magaliesberg mountain range.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"0ebcf0d1\",\"widthDesktop\":33.333333333333336,\"backgroundColor\":null,\"variationSelected\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-0ebcf0d1\"><!-- wp:image {\"id\":829,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/img-20160605-wa0002-largejpg.png\" alt=\"\" class=\"wp-image-829\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>Braai facilities </h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>What can compare to a burning fire under the star-lit African sky? Nothing beats the flavor of cooking over an open flame.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"4cec25de\",\"widthDesktop\":33.333333333333336,\"backgroundColor\":null,\"variationSelected\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-4cec25de\"><!-- wp:image {\"id\":830,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/ef9d0188da11e2bc56788f5619d9d539.png\" alt=\"\" class=\"wp-image-830\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>A games room </h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>The reception is also a games room for those who enjoy darts or playing pool. &nbsp;Take a selection of DVDs back to your room and watch movies on your own DVD player. &nbsp;There is also a selection of board games and music CDs that you can borrow.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:uagb/container --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"7fc021f5\",\"innerContentWidth\":\"alignfull\",\"directionDesktop\":\"row\",\"wrapTablet\":\"wrap\",\"variationSelected\":true,\"rowGapTablet\":0,\"columnGapDesktop\":0,\"isBlockRootParent\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-7fc021f5 alignfull uagb-is-root-container\"><!-- wp:uagb/container {\"block_id\":\"818d4e86\",\"widthDesktop\":25,\"widthTablet\":50,\"variationSelected\":true,\"widthSetByUser\":true,\"UAGHideMob\":true,\"UAGResponsiveConditions\":true} -->\n<div class=\"wp-block-uagb-container uag-hide-mob uagb-block-818d4e86\"><!-- wp:uagb/image {\"block_id\":\"d2d7f5cc\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/amenities-1.jpg\",\"id\":220,\"linkDestination\":\"none\",\"width\":480,\"height\":500,\"naturalWidth\":480,\"naturalHeight\":500,\"sizeSlug\":\"full\",\"sizeSlugTablet\":\"full\",\"sizeSlugMobile\":\"full\"} -->\n<div class=\"wp-block-uagb-image uagb-block-d2d7f5cc wp-block-uagb-image--layout-default wp-block-uagb-image--effect-static wp-block-uagb-image--align-none\"><figure class=\"wp-block-uagb-image__figure\"><img srcset=\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/amenities-1.jpg \" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/amenities-1.jpg\" alt=\"\" class=\"uag-image-220\" width=\"480\" height=\"500\" title=\"\" loading=\"lazy\"/></figure></div>\n<!-- /wp:uagb/image --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"5871482a\",\"widthDesktop\":25,\"widthTablet\":50,\"variationSelected\":true,\"widthSetByUser\":true,\"UAGHideMob\":true,\"UAGResponsiveConditions\":true} -->\n<div class=\"wp-block-uagb-container uag-hide-mob uagb-block-5871482a\"><!-- wp:uagb/image {\"block_id\":\"e92ebcef\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/amenities-3.jpg\",\"id\":222,\"linkDestination\":\"none\",\"naturalWidth\":480,\"naturalHeight\":500,\"sizeSlug\":\"full\",\"sizeSlugTablet\":\"full\",\"sizeSlugMobile\":\"full\"} -->\n<div class=\"wp-block-uagb-image uagb-block-e92ebcef wp-block-uagb-image--layout-default wp-block-uagb-image--effect-static wp-block-uagb-image--align-none\"><figure class=\"wp-block-uagb-image__figure\"><img srcset=\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/amenities-3.jpg \" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/amenities-3.jpg\" alt=\"\" class=\"uag-image-222\" width=\"\" height=\"\" title=\"\" loading=\"lazy\"/></figure></div>\n<!-- /wp:uagb/image --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"95284238\",\"widthDesktop\":50,\"widthTablet\":100,\"variationSelected\":true,\"columnGapDesktop\":20,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-95284238\"><!-- wp:uagb/image {\"block_id\":\"38be20f9\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/amenities-5.jpg\",\"id\":224,\"linkDestination\":\"none\",\"width\":960,\"height\":500,\"naturalWidth\":960,\"naturalHeight\":500,\"sizeSlug\":\"full\",\"sizeSlugTablet\":\"full\",\"sizeSlugMobile\":\"full\"} -->\n<div class=\"wp-block-uagb-image uagb-block-38be20f9 wp-block-uagb-image--layout-default wp-block-uagb-image--effect-static wp-block-uagb-image--align-none\"><figure class=\"wp-block-uagb-image__figure\"><img srcset=\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/amenities-5.jpg \" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/amenities-5.jpg\" alt=\"\" class=\"uag-image-224\" width=\"960\" height=\"500\" title=\"\" loading=\"lazy\"/></figure></div>\n<!-- /wp:uagb/image --></div>\n<!-- /wp:uagb/container --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"eb803bf4\",\"innerContentWidth\":\"alignfull\",\"directionDesktop\":\"row\",\"wrapTablet\":\"wrap\",\"variationSelected\":true,\"rowGapTablet\":0,\"columnGapDesktop\":0,\"isBlockRootParent\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-eb803bf4 alignfull uagb-is-root-container\"><!-- wp:uagb/container {\"block_id\":\"996ac089\",\"widthDesktop\":50,\"widthTablet\":100,\"variationSelected\":true,\"columnGapDesktop\":20,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-996ac089\"><!-- wp:uagb/image {\"block_id\":\"5b1b9e4b\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/amenities-6-1.jpg\",\"id\":230,\"linkDestination\":\"none\",\"naturalWidth\":960,\"naturalHeight\":500,\"sizeSlug\":\"full\",\"sizeSlugTablet\":\"full\",\"sizeSlugMobile\":\"full\"} -->\n<div class=\"wp-block-uagb-image uagb-block-5b1b9e4b wp-block-uagb-image--layout-default wp-block-uagb-image--effect-static wp-block-uagb-image--align-none\"><figure class=\"wp-block-uagb-image__figure\"><img srcset=\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/amenities-6-1.jpg \" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/amenities-6-1.jpg\" alt=\"\" class=\"uag-image-230\" width=\"\" height=\"\" title=\"\" loading=\"lazy\"/></figure></div>\n<!-- /wp:uagb/image --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"2492c929\",\"widthDesktop\":25,\"variationSelected\":true,\"widthSetByUser\":true,\"UAGHideMob\":true,\"UAGResponsiveConditions\":true} -->\n<div class=\"wp-block-uagb-container uag-hide-mob uagb-block-2492c929\"><!-- wp:uagb/image {\"block_id\":\"7e60f6d5\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/amenities-2.jpg\",\"id\":221,\"linkDestination\":\"none\",\"naturalWidth\":480,\"naturalHeight\":500,\"sizeSlug\":\"full\",\"sizeSlugTablet\":\"full\",\"sizeSlugMobile\":\"full\"} -->\n<div class=\"wp-block-uagb-image uagb-block-7e60f6d5 wp-block-uagb-image--layout-default wp-block-uagb-image--effect-static wp-block-uagb-image--align-none\"><figure class=\"wp-block-uagb-image__figure\"><img srcset=\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/amenities-2.jpg \" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/amenities-2.jpg\" alt=\"\" class=\"uag-image-221\" width=\"\" height=\"\" title=\"\" loading=\"lazy\"/></figure></div>\n<!-- /wp:uagb/image --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"4f596e7f\",\"widthDesktop\":25,\"variationSelected\":true,\"widthSetByUser\":true,\"UAGHideMob\":true,\"UAGResponsiveConditions\":true} -->\n<div class=\"wp-block-uagb-container uag-hide-mob uagb-block-4f596e7f\"><!-- wp:uagb/image {\"block_id\":\"6db416dd\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/amenities-4.jpg\",\"id\":223,\"linkDestination\":\"none\",\"naturalWidth\":480,\"naturalHeight\":500,\"sizeSlug\":\"full\",\"sizeSlugTablet\":\"full\",\"sizeSlugMobile\":\"full\"} -->\n<div class=\"wp-block-uagb-image uagb-block-6db416dd wp-block-uagb-image--layout-default wp-block-uagb-image--effect-static wp-block-uagb-image--align-none\"><figure class=\"wp-block-uagb-image__figure\"><img srcset=\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/amenities-4.jpg \" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/amenities-4.jpg\" alt=\"\" class=\"uag-image-223\" width=\"\" height=\"\" title=\"\" loading=\"lazy\"/></figure></div>\n<!-- /wp:uagb/image --></div>\n<!-- /wp:uagb/container --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"8bb7623b\",\"backgroundType\":\"color\",\"backgroundSizeTablet\":\"cover\",\"backgroundSizeMobile\":\"cover\",\"backgroundColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"topPaddingDesktop\":120,\"bottomPaddingDesktop\":120,\"topPaddingTablet\":80,\"bottomPaddingTablet\":80,\"leftPaddingTablet\":30,\"rightPaddingTablet\":30,\"topPaddingMobile\":80,\"bottomPaddingMobile\":80,\"leftPaddingMobile\":20,\"rightPaddingMobile\":20,\"paddingLink\":false,\"variationSelected\":true,\"rowGapDesktop\":0,\"rowGapTablet\":0,\"isBlockRootParent\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-8bb7623b alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/container {\"block_id\":\"0c500b14\",\"directionDesktop\":\"row\",\"alignItemsDesktop\":\"flex-end\",\"alignItemsTablet\":\"flex-end\",\"justifyContentDesktop\":\"flex-end\",\"justifyContentTablet\":\"space-between\",\"variationSelected\":true,\"rowGapMobile\":30,\"columnGapDesktop\":0} -->\n<div class=\"wp-block-uagb-container uagb-block-0c500b14\"><!-- wp:uagb/advanced-heading {\"block_id\":\"83c102fb\",\"classMigrate\":true,\"headingDescToggle\":true,\"subHeadingColor\":\"\",\"headSpace\":20,\"subHeadFontSize\":16} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-83c102fb\"><h2 class=\"uagb-heading-text\">Other Perks &amp; Facilities ​</h2><p class=\"uagb-desc-text\">Looking for more? Well, we believe that every guest walks into our hotel for the best experience. And, we are determined to do that.</p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/buttons {\"block_id\":\"e4aac88b\",\"classMigrate\":true,\"childMigrate\":true,\"align\":\"right\",\"alignTablet\":\"right\",\"alignMobile\":\"left\",\"gap\":0} -->\n<div class=\"wp-block-uagb-buttons uagb-buttons__outer-wrap uagb-btn__default-btn uagb-btn-tablet__default-btn uagb-btn-mobile__default-btn uagb-block-e4aac88b\"><div class=\"uagb-buttons__wrap uagb-buttons-layout-wrap\"><!-- wp:uagb/buttons-child {\"block_id\":\"05cc1e10\",\"label\":\"Get Bookings\",\"link\":\"#\",\"hColor\":\"\",\"borderWidth\":\"\",\"borderRadius\":\"\",\"borderStyle\":\"\",\"borderColor\":\"\",\"borderHColor\":\"\",\"btnBorderTopWidth\":1,\"btnBorderLeftWidth\":1,\"btnBorderRightWidth\":1,\"btnBorderBottomWidth\":1,\"btnBorderTopLeftRadius\":2,\"btnBorderTopRightRadius\":2,\"btnBorderBottomLeftRadius\":2,\"btnBorderBottomRightRadius\":2,\"btnBorderStyle\":\"solid\",\"btnBorderColor\":\"#333\",\"btnBorderHColor\":\"#333\"} -->\n<div class=\"wp-block-uagb-buttons-child uagb-buttons__outer-wrap uagb-block-05cc1e10 wp-block-button is-style-outline\"><div class=\"uagb-button__wrapper\"><a class=\"uagb-buttons-repeater wp-block-button__link\" href=\"#\" rel=\"follow noopener\" target=\"_self\"><div class=\"uagb-button__link\">Get Bookings</div></a></div></div>\n<!-- /wp:uagb/buttons-child --></div></div>\n<!-- /wp:uagb/buttons --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"7e86c136\",\"directionDesktop\":\"row\",\"alignItemsTablet\":\"flex-start\",\"paddingLink\":false,\"topMarginDesktop\":54,\"bottomMarginDesktop\":0,\"leftMarginDesktop\":0,\"rightMarginDesktop\":0,\"topMarginTablet\":30,\"bottomMarginTablet\":0,\"leftMarginTablet\":0,\"rightMarginTablet\":0,\"marginLink\":false,\"variationSelected\":true,\"rowGapMobile\":65,\"columnGapDesktop\":48,\"columnGapTablet\":20} -->\n<div class=\"wp-block-uagb-container uagb-block-7e86c136\"><!-- wp:uagb/info-box {\"classMigrate\":true,\"headingAlign\":\"left\",\"headingColor\":\"\",\"subHeadingColor\":\"\",\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"source_type\":\"image\",\"block_id\":\"bc5caedb\",\"ctaType\":\"text\",\"ctaText\":\"READ MORE\",\"ctaLinkColor\":\"var(\\u002d\\u002dast-global-color-0)\",\"ctaDecoration\":\"underline\",\"ctaFontSize\":12,\"ctaFontWeight\":\"600\",\"ctaLetterSpacing\":2,\"ctaBorderStyle\":\"\",\"iconBottomMargin\":30,\"iconImage\":{\"id\":240,\"title\":\"terrace\",\"filename\":\"terrace.jpg\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/terrace.jpg\",\"link\":\"https://blueroan.netgen.cloud/terrace/\",\"alt\":\"\",\"author\":\"34\",\"description\":\"\",\"caption\":\"\",\"name\":\"terrace\",\"status\":\"inherit\",\"uploadedTo\":0,\"date\":\"2021-05-11T10:54:04.000Z\",\"modified\":\"2021-05-11T10:54:04.000Z\",\"menuOrder\":0,\"mime\":\"image/jpeg\",\"type\":\"image\",\"subtype\":\"jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/default.png\",\"dateFormatted\":\"May 11, 2021\",\"nonces\":{\"update\":\"6de8720da3\",\"delete\":\"d7905e75b9\",\"edit\":\"e7132a7b3e\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=240\\u0026action=edit\",\"meta\":false,\"authorName\":\"Rishabh\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/user-edit.php?user_id=34\",\"filesizeInBytes\":40742,\"filesizeHumanReadable\":\"40 KB\",\"context\":\"\",\"height\":440,\"width\":370,\"orientation\":\"portrait\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/terrace-150x150.jpg\",\"orientation\":\"landscape\"},\"medium\":{\"height\":300,\"width\":252,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/terrace-252x300-1.jpg\",\"orientation\":\"portrait\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/terrace.jpg\",\"height\":440,\"width\":370,\"orientation\":\"portrait\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"imageSize\":\"full\",\"imageWidth\":100,\"imageWidthMobile\":100,\"imageWidthTablet\":100,\"paddingBtnTop\":10,\"paddingBtnBottom\":10,\"paddingBtnLeft\":14,\"paddingBtnRight\":14,\"imageWidthUnit\":\"%\",\"imageWidthUnitTablet\":\"%\",\"imageWidthUnitMobile\":\"%\",\"subHeadTopMargin\":0,\"subHeadRightMargin\":40,\"subHeadLeftMargin\":0,\"subHeadMarginTopTablet\":0,\"subHeadMarginRightTablet\":0,\"subHeadTabletSpace\":20,\"subHeadMarginLeftTablet\":0,\"btnBorderStyle\":\"solid\"} -->\n<div class=\"wp-block-uagb-info-box uagb-block-bc5caedb uagb-infobox__content-wrap  uagb-infobox-icon-above-title uagb-infobox-image-valign-top\"><div class=\"uagb-ifb-content\"><div class=\"uagb-ifb-image-content\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/terrace.jpg\" alt=\"\"/></div><div class=\"uagb-ifb-title-wrap\"><h3 class=\"uagb-ifb-title\">Ocean View Terrace​</h3></div><p class=\"uagb-ifb-desc\">Among the scenic beauty of the city we also have an ocean view terrace for every suite in our hotel.</p><div class=\"uagb-ifb-button-wrapper wp-block-button\"><a href=\"#\" target=\"_self\" class=\"uagb-infobox-cta-link\" rel=\"noopener noreferrer\" alt=\"\"><span class=\"uagb-inline-editing\">READ MORE</span></a></div></div></div>\n<!-- /wp:uagb/info-box -->\n\n<!-- wp:uagb/info-box {\"classMigrate\":true,\"headingAlign\":\"left\",\"headingColor\":\"\",\"subHeadingColor\":\"\",\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"source_type\":\"image\",\"block_id\":\"be927766\",\"ctaType\":\"text\",\"ctaText\":\"READ MORE\",\"ctaLinkColor\":\"var(\\u002d\\u002dast-global-color-0)\",\"ctaDecoration\":\"underline\",\"ctaFontSize\":12,\"ctaFontWeight\":\"600\",\"ctaLetterSpacing\":2,\"ctaBorderStyle\":\"\",\"iconBottomMargin\":30,\"iconImage\":{\"id\":89,\"title\":\"food\",\"filename\":\"food.jpg\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/food.jpg\",\"link\":\"https://blueroan.netgen.cloud/food/\",\"alt\":\"\",\"author\":\"34\",\"description\":\"\",\"caption\":\"\",\"name\":\"food\",\"status\":\"inherit\",\"uploadedTo\":0,\"date\":\"2021-05-07T14:24:52.000Z\",\"modified\":\"2021-05-07T14:24:52.000Z\",\"menuOrder\":0,\"mime\":\"image/jpeg\",\"type\":\"image\",\"subtype\":\"jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/default.png\",\"dateFormatted\":\"May 7, 2021\",\"nonces\":{\"update\":\"b06173e227\",\"delete\":\"7de0e70fba\",\"edit\":\"7dc3d40920\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=89\\u0026action=edit\",\"meta\":false,\"authorName\":\"Rishabh\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/user-edit.php?user_id=34\",\"filesizeInBytes\":41933,\"filesizeHumanReadable\":\"41 KB\",\"context\":\"\",\"height\":440,\"width\":370,\"orientation\":\"portrait\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/food-150x150.jpg\",\"orientation\":\"landscape\"},\"medium\":{\"height\":300,\"width\":252,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/food-252x300-1.jpg\",\"orientation\":\"portrait\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/food.jpg\",\"height\":440,\"width\":370,\"orientation\":\"portrait\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"imageSize\":\"full\",\"imageWidth\":100,\"imageWidthMobile\":100,\"imageWidthTablet\":100,\"paddingBtnTop\":10,\"paddingBtnBottom\":10,\"paddingBtnLeft\":14,\"paddingBtnRight\":14,\"imageWidthUnit\":\"%\",\"imageWidthUnitTablet\":\"%\",\"imageWidthUnitMobile\":\"%\",\"subHeadTopMargin\":0,\"subHeadRightMargin\":40,\"subHeadLeftMargin\":0,\"subHeadMarginTopTablet\":0,\"subHeadMarginRightTablet\":0,\"subHeadTabletSpace\":20,\"subHeadMarginLeftTablet\":0,\"btnBorderStyle\":\"solid\"} -->\n<div class=\"wp-block-uagb-info-box uagb-block-be927766 uagb-infobox__content-wrap  uagb-infobox-icon-above-title uagb-infobox-image-valign-top\"><div class=\"uagb-ifb-content\"><div class=\"uagb-ifb-image-content\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/food.jpg\" alt=\"\"/></div><div class=\"uagb-ifb-title-wrap\"><h3 class=\"uagb-ifb-title\">Delicious Food​</h3></div><p class=\"uagb-ifb-desc\">We have team chefs from across the world. So you can enjoy the delicacies anytime during your stay.</p><div class=\"uagb-ifb-button-wrapper wp-block-button\"><a href=\"#\" target=\"_self\" class=\"uagb-infobox-cta-link\" rel=\"noopener noreferrer\" alt=\"\"><span class=\"uagb-inline-editing\">READ MORE</span></a></div></div></div>\n<!-- /wp:uagb/info-box -->\n\n<!-- wp:uagb/info-box {\"classMigrate\":true,\"headingAlign\":\"left\",\"headingColor\":\"\",\"subHeadingColor\":\"\",\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"source_type\":\"image\",\"block_id\":\"762a0a59\",\"ctaType\":\"text\",\"ctaText\":\"READ MORE\",\"ctaLinkColor\":\"var(\\u002d\\u002dast-global-color-0)\",\"ctaDecoration\":\"underline\",\"ctaFontSize\":12,\"ctaFontWeight\":\"600\",\"ctaLetterSpacing\":2,\"ctaBorderStyle\":\"\",\"iconBottomMargin\":30,\"iconImage\":{\"id\":241,\"title\":\"beach\",\"filename\":\"beach.jpg\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/beach.jpg\",\"link\":\"https://blueroan.netgen.cloud/beach/\",\"alt\":\"\",\"author\":\"34\",\"description\":\"\",\"caption\":\"\",\"name\":\"beach\",\"status\":\"inherit\",\"uploadedTo\":0,\"date\":\"2021-05-11T10:56:06.000Z\",\"modified\":\"2021-05-11T10:56:06.000Z\",\"menuOrder\":0,\"mime\":\"image/jpeg\",\"type\":\"image\",\"subtype\":\"jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/default.png\",\"dateFormatted\":\"May 11, 2021\",\"nonces\":{\"update\":\"65c348aac8\",\"delete\":\"6d551f7cf4\",\"edit\":\"026ca70d91\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=241\\u0026action=edit\",\"meta\":false,\"authorName\":\"Rishabh\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/user-edit.php?user_id=34\",\"filesizeInBytes\":38094,\"filesizeHumanReadable\":\"37 KB\",\"context\":\"\",\"height\":440,\"width\":370,\"orientation\":\"portrait\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/beach-150x150.jpg\",\"orientation\":\"landscape\"},\"medium\":{\"height\":300,\"width\":252,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/beach-252x300-1.jpg\",\"orientation\":\"portrait\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/beach.jpg\",\"height\":440,\"width\":370,\"orientation\":\"portrait\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"imageSize\":\"full\",\"imageWidth\":100,\"imageWidthMobile\":100,\"imageWidthTablet\":100,\"paddingBtnTop\":10,\"paddingBtnBottom\":10,\"paddingBtnLeft\":14,\"paddingBtnRight\":14,\"imageWidthUnit\":\"%\",\"imageWidthUnitTablet\":\"%\",\"imageWidthUnitMobile\":\"%\",\"subHeadTopMargin\":0,\"subHeadRightMargin\":40,\"subHeadLeftMargin\":0,\"subHeadMarginTopTablet\":0,\"subHeadMarginRightTablet\":0,\"subHeadTabletSpace\":20,\"subHeadMarginLeftTablet\":0,\"btnBorderStyle\":\"solid\"} -->\n<div class=\"wp-block-uagb-info-box uagb-block-762a0a59 uagb-infobox__content-wrap  uagb-infobox-icon-above-title uagb-infobox-image-valign-top\"><div class=\"uagb-ifb-content\"><div class=\"uagb-ifb-image-content\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/beach.jpg\" alt=\"\"/></div><div class=\"uagb-ifb-title-wrap\"><h3 class=\"uagb-ifb-title\">Private Beach​</h3></div><p class=\"uagb-ifb-desc\">Want to take a dip into the sea? All our guests get complimentary access to our private beach.</p><div class=\"uagb-ifb-button-wrapper wp-block-button\"><a href=\"#\" target=\"_self\" class=\"uagb-infobox-cta-link\" rel=\"noopener noreferrer\" alt=\"\"><span class=\"uagb-inline-editing\">READ MORE</span></a></div></div></div>\n<!-- /wp:uagb/info-box --></div>\n<!-- /wp:uagb/container --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"56ba53ca\",\"innerContentCustomWidthDesktop\":781,\"innerContentCustomWidthTablet\":781,\"backgroundType\":\"image\",\"backgroundImageDesktop\":{\"id\":54,\"title\":\"background-img\",\"filename\":\"background-img-1.jpg\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/background-img-1.jpg\",\"link\":\"https://blueroan.netgen.cloud/background-img-2/\",\"alt\":\"\",\"author\":\"34\",\"description\":\"\",\"caption\":\"\",\"name\":\"background-img-2\",\"status\":\"inherit\",\"uploadedTo\":0,\"date\":\"2021-05-07T10:11:37.000Z\",\"modified\":\"2021-05-07T10:11:37.000Z\",\"menuOrder\":0,\"mime\":\"image/jpeg\",\"type\":\"image\",\"subtype\":\"jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/default.png\",\"dateFormatted\":\"May 7, 2021\",\"nonces\":{\"update\":\"bb999636b9\",\"delete\":\"d2e1375bc4\",\"edit\":\"005dd2f0c9\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=54\\u0026action=edit\",\"meta\":false,\"authorName\":\"Rishabh\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/user-edit.php?user_id=34\",\"filesizeInBytes\":338858,\"filesizeHumanReadable\":\"331 KB\",\"context\":\"\",\"height\":1080,\"width\":1920,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/background-img-1-150x150.jpg\",\"orientation\":\"landscape\"},\"medium\":{\"height\":169,\"width\":300,\"url\":\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/background-img-1-300x169.jpg\",\"orientation\":\"landscape\"},\"large\":{\"height\":576,\"width\":1024,\"url\":\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/background-img-1-1024x576.jpg\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/background-img-1.jpg\",\"height\":1080,\"width\":1920,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"backgroundImageColor\":\"rgba(42,42,42,0.65)\",\"topPaddingDesktop\":144,\"bottomPaddingDesktop\":144,\"leftPaddingDesktop\":40,\"rightPaddingDesktop\":40,\"topPaddingTablet\":80,\"bottomPaddingTablet\":80,\"leftPaddingTablet\":40,\"rightPaddingTablet\":40,\"topPaddingMobile\":64,\"bottomPaddingMobile\":64,\"leftPaddingMobile\":24,\"rightPaddingMobile\":24,\"paddingLink\":false,\"variationSelected\":true,\"isBlockRootParent\":true,\"overlayType\":\"color\"} -->\n<div class=\"wp-block-uagb-container uagb-block-56ba53ca alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/advanced-heading {\"block_id\":\"218fd041\",\"classMigrate\":true,\"headingDescToggle\":true,\"headingAlign\":\"center\",\"headingColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"subHeadingColor\":\"var(\\u002d\\u002dast-global-color-4)\",\"headSpace\":20} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-218fd041\"><h2 class=\"uagb-heading-text\">Plan an Unforgettable Experience in Mykonos Today!</h2><p class=\"uagb-desc-text\">We can help you fit your stay and experience within your allotted budget.</p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/advanced-heading {\"block_id\":\"141336bb\",\"classMigrate\":true,\"headingTitleToggle\":false,\"headingDescToggle\":true,\"headingAlign\":\"center\",\"subHeadingColor\":\"var(\\u002d\\u002dast-global-color-4)\",\"subHeadTransform\":\"uppercase\",\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"subHeadLetterSpacing\":2,\"blockTopPadding\":60,\"blockRightPadding\":0,\"blockLeftPadding\":0,\"blockBottomPadding\":0,\"blockTopPaddingMobile\":30,\"blockRightPaddingMobile\":0,\"blockLeftPaddingMobile\":0,\"blockBottomPaddingMobile\":0} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-141336bb\"><p class=\"uagb-desc-text\">BOOK YOUR STAY NOW​</p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/icon-list {\"block_id\":\"4e02ef97\",\"classMigrate\":true,\"childMigrate\":true,\"align\":\"center\",\"parentIcon\":\"phone\",\"size\":40,\"sizeMobile\":24,\"sizeTablet\":32,\"fontSize\":48,\"fontSizeMobile\":28,\"fontSizeTablet\":40,\"fontWeight\":\"600\",\"iconColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"labelColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"blockTopPadding\":0,\"blockRightPadding\":0,\"blockLeftPadding\":0,\"blockBottomPadding\":24,\"blockPaddingLink\":false} -->\n<div class=\"wp-block-uagb-icon-list uagb-block-4e02ef97\"><div class=\"uagb-icon-list__wrap\"><!-- wp:uagb/icon-list-child {\"block_id\":\"7a359e6d\",\"label\":\"+1-123 456 7890​\",\"label_color\":\"\",\"fromParentIcon\":\"phone\",\"imageSizeChild\":40} -->\n<div class=\"wp-block-uagb-icon-list-child uagb-block-7a359e6d\"><span class=\"uagb-icon-list__source-wrap\"><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M511.2 387l-23.25 100.8c-3.266 14.25-15.79 24.22-30.46 24.22C205.2 512 0 306.8 0 54.5c0-14.66 9.969-27.2 24.22-30.45l100.8-23.25C139.7-2.602 154.7 5.018 160.8 18.92l46.52 108.5c5.438 12.78 1.77 27.67-8.98 36.45L144.5 207.1c33.98 69.22 90.26 125.5 159.5 159.5l44.08-53.8c8.688-10.78 23.69-14.51 36.47-8.975l108.5 46.51C506.1 357.2 514.6 372.4 511.2 387z\"></path></svg></span><span class=\"uagb-icon-list__label\">+1-123 456 7890​</span></div>\n<!-- /wp:uagb/icon-list-child --></div></div>\n<!-- /wp:uagb/icon-list --></div></div>\n<!-- /wp:uagb/container -->',	'Amenities',	'',	'inherit',	'closed',	'closed',	'',	'762-revision-v1',	'',	'',	'2022-12-15 11:15:18',	'2022-12-15 11:15:18',	'',	762,	'https://blueroan.netgen.cloud/?p=1177',	0,	'revision',	'',	0),
(1179,	2,	'2022-12-15 11:20:36',	'2022-12-15 11:20:36',	'<!-- wp:uagb/container {\"block_id\":\"c10bda80\",\"backgroundType\":\"image\",\"backgroundImageDesktop\":{\"id\":1007,\"title\":\"AAEAAQAAAAAAAAAAAAAAJDg5NmY0ZGUxLWE4MTgtNDY5NC1iODFhLTBmN2Q0ZDc5ZWFiNw-1\",\"filename\":\"AAEAAQAAAAAAAAAAAAAAJDg5NmY0ZGUxLWE4MTgtNDY5NC1iODFhLTBmN2Q0ZDc5ZWFiNw-1.png\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAAJDg5NmY0ZGUxLWE4MTgtNDY5NC1iODFhLTBmN2Q0ZDc5ZWFiNw-1.png\",\"link\":\"https://blueroan.netgen.cloud/the-barn/aaeaaqaaaaaaaaaaaaaajdg5nmy0zguxlwe4mtgtndy5nc1iodfhltbmn2q0zdc5zwfinw-1/\",\"alt\":\"\",\"author\":\"2\",\"description\":\"\",\"caption\":\"\",\"name\":\"aaeaaqaaaaaaaaaaaaaajdg5nmy0zguxlwe4mtgtndy5nc1iodfhltbmn2q0zdc5zwfinw-1\",\"status\":\"inherit\",\"uploadedTo\":948,\"date\":\"2022-12-14T10:50:25.000Z\",\"modified\":\"2022-12-14T10:50:25.000Z\",\"menuOrder\":0,\"mime\":\"image/png\",\"type\":\"image\",\"subtype\":\"png\",\"icon\":\"https://blueroan.netgen.cloud/wp-includes/images/media/default.png\",\"dateFormatted\":\"December 14, 2022\",\"nonces\":{\"update\":\"483f8bdf3d\",\"delete\":\"0a7ebc92ef\",\"edit\":\"6bc1c6a685\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=1007\\u0026action=edit\",\"meta\":false,\"authorName\":\"Netgen Support\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/profile.php\",\"uploadedToTitle\":\"The Barn\",\"uploadedToLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=948\\u0026action=edit\",\"filesizeInBytes\":1348989,\"filesizeHumanReadable\":\"1 MB\",\"context\":\"\",\"height\":667,\"width\":1000,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAAJDg5NmY0ZGUxLWE4MTgtNDY5NC1iODFhLTBmN2Q0ZDc5ZWFiNw-1-150x150.png\",\"orientation\":\"landscape\"},\"medium\":{\"height\":200,\"width\":300,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAAJDg5NmY0ZGUxLWE4MTgtNDY5NC1iODFhLTBmN2Q0ZDc5ZWFiNw-1-300x200.png\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAAJDg5NmY0ZGUxLWE4MTgtNDY5NC1iODFhLTBmN2Q0ZDc5ZWFiNw-1.png\",\"height\":667,\"width\":1000,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"backgroundPositionDesktop\":{\"x\":0.61,\"y\":0.52},\"backgroundSizeTablet\":\"cover\",\"backgroundSizeMobile\":\"cover\",\"backgroundColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"backgroundImageColor\":\"rgba(42,42,42,0.5)\",\"topPaddingDesktop\":220,\"bottomPaddingDesktop\":150,\"topPaddingTablet\":170,\"bottomPaddingTablet\":160,\"leftPaddingTablet\":30,\"rightPaddingTablet\":30,\"topPaddingMobile\":180,\"bottomPaddingMobile\":80,\"leftPaddingMobile\":20,\"rightPaddingMobile\":20,\"paddingLink\":false,\"variationSelected\":true,\"isBlockRootParent\":true,\"overlayType\":\"color\"} -->\n<div class=\"wp-block-uagb-container uagb-block-c10bda80 alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/advanced-heading {\"block_id\":\"9bc1d768\",\"classMigrate\":true,\"headingDescToggle\":true,\"headingColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"subHeadingColor\":\"var(\\u002d\\u002dast-global-color-4)\",\"headingTag\":\"h1\",\"headSpace\":20,\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"blockTopPadding\":0,\"blockRightPadding\":50,\"blockLeftPadding\":0,\"blockBottomPadding\":0,\"blockTopPaddingTablet\":0,\"blockRightPaddingTablet\":20,\"blockLeftPaddingTablet\":0,\"blockBottomPaddingTablet\":0,\"blockTopPaddingMobile\":0,\"blockRightPaddingMobile\":0,\"blockLeftPaddingMobile\":0,\"blockBottomPaddingMobile\":0,\"blockPaddingUnit\":\"%\",\"blockPaddingUnitTablet\":\"%\"} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-9bc1d768\"><h1 class=\"uagb-heading-text\">Amenities &amp; Interests​</h1><p class=\"uagb-desc-text\">We do not give you just rooms to stay in. We give you an environment where you can experience the best while on a holiday with us. </p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:buttons -->\n<div class=\"wp-block-buttons\"><!-- wp:button -->\n<div class=\"wp-block-button\"><a class=\"wp-block-button__link wp-element-button\" href=\"https://book.nightsbridge.com/11065\" target=\"_blank\" rel=\"noreferrer noopener\">BOOK NOW</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"3654fe5a\",\"contentWidth\":\"default\",\"directionDesktop\":\"row\",\"directionTablet\":\"row\",\"directionMobile\":\"column\",\"backgroundType\":\"color\",\"backgroundSizeTablet\":\"cover\",\"backgroundSizeMobile\":\"cover\",\"backgroundColor\":\"ast-global-color-5\",\"variationSelected\":true,\"isBlockRootParent\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-3654fe5a default uagb-is-root-container\"><!-- wp:uagb/container {\"block_id\":\"271ffb6d\",\"widthDesktop\":33.333333333333336,\"variationSelected\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-271ffb6d\"><!-- wp:image {\"align\":\"center\",\"id\":828,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image aligncenter size-full\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Blue-Roan-pool.png\" alt=\"Blue Roan\'s rock pool\" class=\"wp-image-828\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>A relaxing rock Pool​</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>We have a lovely sparkling blue rock pool next to a thatched Lapa. &nbsp;&nbsp;Lie on recliners on the green lawn or sit on the swing chair in the Lapa and enjoy the panoramic view of the Magaliesberg mountain range.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"7272f361\",\"widthDesktop\":33.333333333333336,\"variationSelected\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-7272f361\"><!-- wp:image {\"id\":829,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/img-20160605-wa0002-largejpg.png\" alt=\"\" class=\"wp-image-829\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>Braai facilities </h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>What can compare to a burning fire under the star-lit African sky? Nothing beats the flavor of cooking over an open flame.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"459643fa\",\"widthDesktop\":33.333333333333336,\"variationSelected\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-459643fa\"><!-- wp:image {\"id\":830,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/ef9d0188da11e2bc56788f5619d9d539.png\" alt=\"\" class=\"wp-image-830\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>A games room </h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>The reception is also a games room for those who enjoy darts or playing pool. &nbsp;Take a selection of DVDs back to your room and watch movies on your own DVD player. &nbsp;There is also a selection of board games and music CDs that you can borrow.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:uagb/container --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"11f77f08\",\"contentWidth\":\"default\",\"directionDesktop\":\"row\",\"directionTablet\":\"row\",\"directionMobile\":\"column\",\"backgroundType\":\"color\",\"backgroundSizeTablet\":\"cover\",\"backgroundSizeMobile\":\"cover\",\"backgroundColor\":\"ast-global-color-5\",\"variationSelected\":true,\"isBlockRootParent\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-11f77f08 default uagb-is-root-container\"><!-- wp:uagb/container {\"block_id\":\"d35b2111\",\"widthDesktop\":33.333333333333336,\"variationSelected\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-d35b2111\"><!-- wp:image {\"align\":\"center\",\"id\":828,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image aligncenter size-full\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Blue-Roan-pool.png\" alt=\"Blue Roan\'s rock pool\" class=\"wp-image-828\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>A relaxing rock Pool​</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>We have a lovely sparkling blue rock pool next to a thatched Lapa. &nbsp;&nbsp;Lie on recliners on the green lawn or sit on the swing chair in the Lapa and enjoy the panoramic view of the Magaliesberg mountain range.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"fb37696c\",\"widthDesktop\":33.333333333333336,\"variationSelected\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-fb37696c\"><!-- wp:image {\"id\":829,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/img-20160605-wa0002-largejpg.png\" alt=\"\" class=\"wp-image-829\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>Braai facilities </h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>What can compare to a burning fire under the star-lit African sky? Nothing beats the flavor of cooking over an open flame.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"c4cdb148\",\"widthDesktop\":33.333333333333336,\"variationSelected\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-c4cdb148\"><!-- wp:image {\"id\":830,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/ef9d0188da11e2bc56788f5619d9d539.png\" alt=\"\" class=\"wp-image-830\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>A games room </h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>The reception is also a games room for those who enjoy darts or playing pool. &nbsp;Take a selection of DVDs back to your room and watch movies on your own DVD player. &nbsp;There is also a selection of board games and music CDs that you can borrow.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:uagb/container --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"67b9eceb\",\"innerContentWidth\":\"alignfull\",\"directionDesktop\":\"row\",\"wrapTablet\":\"wrap\",\"variationSelected\":true,\"rowGapTablet\":0,\"columnGapDesktop\":0,\"isBlockRootParent\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-67b9eceb alignfull uagb-is-root-container\"><!-- wp:uagb/container {\"block_id\":\"bc0c23ff\",\"widthDesktop\":25,\"widthTablet\":50,\"variationSelected\":true,\"widthSetByUser\":true,\"UAGHideMob\":true,\"UAGResponsiveConditions\":true} -->\n<div class=\"wp-block-uagb-container uag-hide-mob uagb-block-bc0c23ff\"><!-- wp:uagb/image {\"block_id\":\"1e340d29\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/amenities-1.jpg\",\"id\":220,\"linkDestination\":\"none\",\"width\":480,\"height\":500,\"naturalWidth\":480,\"naturalHeight\":500,\"sizeSlug\":\"full\",\"sizeSlugTablet\":\"full\",\"sizeSlugMobile\":\"full\"} -->\n<div class=\"wp-block-uagb-image uagb-block-1e340d29 wp-block-uagb-image--layout-default wp-block-uagb-image--effect-static wp-block-uagb-image--align-none\"><figure class=\"wp-block-uagb-image__figure\"><img srcset=\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/amenities-1.jpg \" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/amenities-1.jpg\" alt=\"\" class=\"uag-image-220\" width=\"480\" height=\"500\" title=\"\" loading=\"lazy\"/></figure></div>\n<!-- /wp:uagb/image --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"cece3158\",\"widthDesktop\":25,\"widthTablet\":50,\"variationSelected\":true,\"widthSetByUser\":true,\"UAGHideMob\":true,\"UAGResponsiveConditions\":true} -->\n<div class=\"wp-block-uagb-container uag-hide-mob uagb-block-cece3158\"><!-- wp:uagb/image {\"block_id\":\"1c28098a\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/amenities-3.jpg\",\"id\":222,\"linkDestination\":\"none\",\"naturalWidth\":480,\"naturalHeight\":500,\"sizeSlug\":\"full\",\"sizeSlugTablet\":\"full\",\"sizeSlugMobile\":\"full\"} -->\n<div class=\"wp-block-uagb-image uagb-block-1c28098a wp-block-uagb-image--layout-default wp-block-uagb-image--effect-static wp-block-uagb-image--align-none\"><figure class=\"wp-block-uagb-image__figure\"><img srcset=\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/amenities-3.jpg \" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/amenities-3.jpg\" alt=\"\" class=\"uag-image-222\" width=\"\" height=\"\" title=\"\" loading=\"lazy\"/></figure></div>\n<!-- /wp:uagb/image --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"33b2a36e\",\"widthDesktop\":50,\"widthTablet\":100,\"variationSelected\":true,\"columnGapDesktop\":20,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-33b2a36e\"><!-- wp:uagb/image {\"block_id\":\"08fc3104\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/amenities-5.jpg\",\"id\":224,\"linkDestination\":\"none\",\"width\":960,\"height\":500,\"naturalWidth\":960,\"naturalHeight\":500,\"sizeSlug\":\"full\",\"sizeSlugTablet\":\"full\",\"sizeSlugMobile\":\"full\"} -->\n<div class=\"wp-block-uagb-image uagb-block-08fc3104 wp-block-uagb-image--layout-default wp-block-uagb-image--effect-static wp-block-uagb-image--align-none\"><figure class=\"wp-block-uagb-image__figure\"><img srcset=\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/amenities-5.jpg \" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/amenities-5.jpg\" alt=\"\" class=\"uag-image-224\" width=\"960\" height=\"500\" title=\"\" loading=\"lazy\"/></figure></div>\n<!-- /wp:uagb/image --></div>\n<!-- /wp:uagb/container --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"9505a28a\",\"innerContentWidth\":\"alignfull\",\"directionDesktop\":\"row\",\"wrapTablet\":\"wrap\",\"variationSelected\":true,\"rowGapTablet\":0,\"columnGapDesktop\":0,\"isBlockRootParent\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-9505a28a alignfull uagb-is-root-container\"><!-- wp:uagb/container {\"block_id\":\"2d887696\",\"widthDesktop\":50,\"widthTablet\":100,\"variationSelected\":true,\"columnGapDesktop\":20,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-2d887696\"><!-- wp:uagb/image {\"block_id\":\"5a7eeb18\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/amenities-6-1.jpg\",\"id\":230,\"linkDestination\":\"none\",\"naturalWidth\":960,\"naturalHeight\":500,\"sizeSlug\":\"full\",\"sizeSlugTablet\":\"full\",\"sizeSlugMobile\":\"full\"} -->\n<div class=\"wp-block-uagb-image uagb-block-5a7eeb18 wp-block-uagb-image--layout-default wp-block-uagb-image--effect-static wp-block-uagb-image--align-none\"><figure class=\"wp-block-uagb-image__figure\"><img srcset=\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/amenities-6-1.jpg \" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/amenities-6-1.jpg\" alt=\"\" class=\"uag-image-230\" width=\"\" height=\"\" title=\"\" loading=\"lazy\"/></figure></div>\n<!-- /wp:uagb/image --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"1adbb94e\",\"widthDesktop\":25,\"variationSelected\":true,\"widthSetByUser\":true,\"UAGHideMob\":true,\"UAGResponsiveConditions\":true} -->\n<div class=\"wp-block-uagb-container uag-hide-mob uagb-block-1adbb94e\"><!-- wp:uagb/image {\"block_id\":\"ebd8b55b\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/amenities-2.jpg\",\"id\":221,\"linkDestination\":\"none\",\"naturalWidth\":480,\"naturalHeight\":500,\"sizeSlug\":\"full\",\"sizeSlugTablet\":\"full\",\"sizeSlugMobile\":\"full\"} -->\n<div class=\"wp-block-uagb-image uagb-block-ebd8b55b wp-block-uagb-image--layout-default wp-block-uagb-image--effect-static wp-block-uagb-image--align-none\"><figure class=\"wp-block-uagb-image__figure\"><img srcset=\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/amenities-2.jpg \" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/amenities-2.jpg\" alt=\"\" class=\"uag-image-221\" width=\"\" height=\"\" title=\"\" loading=\"lazy\"/></figure></div>\n<!-- /wp:uagb/image --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"0f5fb640\",\"widthDesktop\":25,\"variationSelected\":true,\"widthSetByUser\":true,\"UAGHideMob\":true,\"UAGResponsiveConditions\":true} -->\n<div class=\"wp-block-uagb-container uag-hide-mob uagb-block-0f5fb640\"><!-- wp:uagb/image {\"block_id\":\"9b7b2891\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/amenities-4.jpg\",\"id\":223,\"linkDestination\":\"none\",\"naturalWidth\":480,\"naturalHeight\":500,\"sizeSlug\":\"full\",\"sizeSlugTablet\":\"full\",\"sizeSlugMobile\":\"full\"} -->\n<div class=\"wp-block-uagb-image uagb-block-9b7b2891 wp-block-uagb-image--layout-default wp-block-uagb-image--effect-static wp-block-uagb-image--align-none\"><figure class=\"wp-block-uagb-image__figure\"><img srcset=\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/amenities-4.jpg \" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/amenities-4.jpg\" alt=\"\" class=\"uag-image-223\" width=\"\" height=\"\" title=\"\" loading=\"lazy\"/></figure></div>\n<!-- /wp:uagb/image --></div>\n<!-- /wp:uagb/container --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"c965c9cf\",\"backgroundType\":\"color\",\"backgroundSizeTablet\":\"cover\",\"backgroundSizeMobile\":\"cover\",\"backgroundColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"topPaddingDesktop\":120,\"bottomPaddingDesktop\":120,\"topPaddingTablet\":80,\"bottomPaddingTablet\":80,\"leftPaddingTablet\":30,\"rightPaddingTablet\":30,\"topPaddingMobile\":80,\"bottomPaddingMobile\":80,\"leftPaddingMobile\":20,\"rightPaddingMobile\":20,\"paddingLink\":false,\"variationSelected\":true,\"rowGapDesktop\":0,\"rowGapTablet\":0,\"isBlockRootParent\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-c965c9cf alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/container {\"block_id\":\"19b38155\",\"directionDesktop\":\"row\",\"alignItemsDesktop\":\"flex-end\",\"alignItemsTablet\":\"flex-end\",\"justifyContentDesktop\":\"flex-end\",\"justifyContentTablet\":\"space-between\",\"variationSelected\":true,\"rowGapMobile\":30,\"columnGapDesktop\":0} -->\n<div class=\"wp-block-uagb-container uagb-block-19b38155\"><!-- wp:uagb/advanced-heading {\"block_id\":\"2b5ec94b\",\"classMigrate\":true,\"headingDescToggle\":true,\"subHeadingColor\":\"\",\"headSpace\":20,\"subHeadFontSize\":16} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-2b5ec94b\"><h2 class=\"uagb-heading-text\">Other Perks &amp; Facilities ​</h2><p class=\"uagb-desc-text\">Looking for more? Well, we believe that every guest walks into our hotel for the best experience. And, we are determined to do that.</p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/buttons {\"block_id\":\"54a6160e\",\"classMigrate\":true,\"childMigrate\":true,\"align\":\"right\",\"alignTablet\":\"right\",\"alignMobile\":\"left\",\"gap\":0} -->\n<div class=\"wp-block-uagb-buttons uagb-buttons__outer-wrap uagb-btn__default-btn uagb-btn-tablet__default-btn uagb-btn-mobile__default-btn uagb-block-54a6160e\"><div class=\"uagb-buttons__wrap uagb-buttons-layout-wrap\"><!-- wp:uagb/buttons-child {\"block_id\":\"0972b55f\",\"label\":\"Get Bookings\",\"link\":\"#\",\"hColor\":\"\",\"borderWidth\":\"\",\"borderRadius\":\"\",\"borderStyle\":\"\",\"borderColor\":\"\",\"borderHColor\":\"\",\"btnBorderTopWidth\":1,\"btnBorderLeftWidth\":1,\"btnBorderRightWidth\":1,\"btnBorderBottomWidth\":1,\"btnBorderTopLeftRadius\":2,\"btnBorderTopRightRadius\":2,\"btnBorderBottomLeftRadius\":2,\"btnBorderBottomRightRadius\":2,\"btnBorderStyle\":\"solid\",\"btnBorderColor\":\"#333\",\"btnBorderHColor\":\"#333\"} -->\n<div class=\"wp-block-uagb-buttons-child uagb-buttons__outer-wrap uagb-block-0972b55f wp-block-button is-style-outline\"><div class=\"uagb-button__wrapper\"><a class=\"uagb-buttons-repeater wp-block-button__link\" href=\"#\" rel=\"follow noopener\" target=\"_self\"><div class=\"uagb-button__link\">Get Bookings</div></a></div></div>\n<!-- /wp:uagb/buttons-child --></div></div>\n<!-- /wp:uagb/buttons --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"0b9ad76f\",\"directionDesktop\":\"row\",\"alignItemsTablet\":\"flex-start\",\"paddingLink\":false,\"topMarginDesktop\":54,\"bottomMarginDesktop\":0,\"leftMarginDesktop\":0,\"rightMarginDesktop\":0,\"topMarginTablet\":30,\"bottomMarginTablet\":0,\"leftMarginTablet\":0,\"rightMarginTablet\":0,\"marginLink\":false,\"variationSelected\":true,\"rowGapMobile\":65,\"columnGapDesktop\":48,\"columnGapTablet\":20} -->\n<div class=\"wp-block-uagb-container uagb-block-0b9ad76f\"><!-- wp:uagb/info-box {\"classMigrate\":true,\"headingAlign\":\"left\",\"headingColor\":\"\",\"subHeadingColor\":\"\",\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"source_type\":\"image\",\"block_id\":\"bc5caedb\",\"ctaType\":\"text\",\"ctaText\":\"READ MORE\",\"ctaLinkColor\":\"var(\\u002d\\u002dast-global-color-0)\",\"ctaDecoration\":\"underline\",\"ctaFontSize\":12,\"ctaFontWeight\":\"600\",\"ctaLetterSpacing\":2,\"ctaBorderStyle\":\"\",\"iconBottomMargin\":30,\"iconImage\":{\"id\":240,\"title\":\"terrace\",\"filename\":\"terrace.jpg\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/terrace.jpg\",\"link\":\"https://blueroan.netgen.cloud/terrace/\",\"alt\":\"\",\"author\":\"34\",\"description\":\"\",\"caption\":\"\",\"name\":\"terrace\",\"status\":\"inherit\",\"uploadedTo\":0,\"date\":\"2021-05-11T10:54:04.000Z\",\"modified\":\"2021-05-11T10:54:04.000Z\",\"menuOrder\":0,\"mime\":\"image/jpeg\",\"type\":\"image\",\"subtype\":\"jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/default.png\",\"dateFormatted\":\"May 11, 2021\",\"nonces\":{\"update\":\"6de8720da3\",\"delete\":\"d7905e75b9\",\"edit\":\"e7132a7b3e\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=240\\u0026action=edit\",\"meta\":false,\"authorName\":\"Rishabh\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/user-edit.php?user_id=34\",\"filesizeInBytes\":40742,\"filesizeHumanReadable\":\"40 KB\",\"context\":\"\",\"height\":440,\"width\":370,\"orientation\":\"portrait\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/terrace-150x150.jpg\",\"orientation\":\"landscape\"},\"medium\":{\"height\":300,\"width\":252,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/terrace-252x300-1.jpg\",\"orientation\":\"portrait\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/terrace.jpg\",\"height\":440,\"width\":370,\"orientation\":\"portrait\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"imageSize\":\"full\",\"imageWidth\":100,\"imageWidthMobile\":100,\"imageWidthTablet\":100,\"paddingBtnTop\":10,\"paddingBtnBottom\":10,\"paddingBtnLeft\":14,\"paddingBtnRight\":14,\"imageWidthUnit\":\"%\",\"imageWidthUnitTablet\":\"%\",\"imageWidthUnitMobile\":\"%\",\"subHeadTopMargin\":0,\"subHeadRightMargin\":40,\"subHeadLeftMargin\":0,\"subHeadMarginTopTablet\":0,\"subHeadMarginRightTablet\":0,\"subHeadTabletSpace\":20,\"subHeadMarginLeftTablet\":0,\"btnBorderStyle\":\"solid\"} -->\n<div class=\"wp-block-uagb-info-box uagb-block-bc5caedb uagb-infobox__content-wrap  uagb-infobox-icon-above-title uagb-infobox-image-valign-top\"><div class=\"uagb-ifb-content\"><div class=\"uagb-ifb-image-content\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/terrace.jpg\" alt=\"\"/></div><div class=\"uagb-ifb-title-wrap\"><h3 class=\"uagb-ifb-title\">Ocean View Terrace​</h3></div><p class=\"uagb-ifb-desc\">Among the scenic beauty of the city we also have an ocean view terrace for every suite in our hotel.</p><div class=\"uagb-ifb-button-wrapper wp-block-button\"><a href=\"#\" target=\"_self\" class=\"uagb-infobox-cta-link\" rel=\"noopener noreferrer\" alt=\"\"><span class=\"uagb-inline-editing\">READ MORE</span></a></div></div></div>\n<!-- /wp:uagb/info-box -->\n\n<!-- wp:uagb/info-box {\"classMigrate\":true,\"headingAlign\":\"left\",\"headingColor\":\"\",\"subHeadingColor\":\"\",\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"source_type\":\"image\",\"block_id\":\"be927766\",\"ctaType\":\"text\",\"ctaText\":\"READ MORE\",\"ctaLinkColor\":\"var(\\u002d\\u002dast-global-color-0)\",\"ctaDecoration\":\"underline\",\"ctaFontSize\":12,\"ctaFontWeight\":\"600\",\"ctaLetterSpacing\":2,\"ctaBorderStyle\":\"\",\"iconBottomMargin\":30,\"iconImage\":{\"id\":89,\"title\":\"food\",\"filename\":\"food.jpg\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/food.jpg\",\"link\":\"https://blueroan.netgen.cloud/food/\",\"alt\":\"\",\"author\":\"34\",\"description\":\"\",\"caption\":\"\",\"name\":\"food\",\"status\":\"inherit\",\"uploadedTo\":0,\"date\":\"2021-05-07T14:24:52.000Z\",\"modified\":\"2021-05-07T14:24:52.000Z\",\"menuOrder\":0,\"mime\":\"image/jpeg\",\"type\":\"image\",\"subtype\":\"jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/default.png\",\"dateFormatted\":\"May 7, 2021\",\"nonces\":{\"update\":\"b06173e227\",\"delete\":\"7de0e70fba\",\"edit\":\"7dc3d40920\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=89\\u0026action=edit\",\"meta\":false,\"authorName\":\"Rishabh\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/user-edit.php?user_id=34\",\"filesizeInBytes\":41933,\"filesizeHumanReadable\":\"41 KB\",\"context\":\"\",\"height\":440,\"width\":370,\"orientation\":\"portrait\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/food-150x150.jpg\",\"orientation\":\"landscape\"},\"medium\":{\"height\":300,\"width\":252,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/food-252x300-1.jpg\",\"orientation\":\"portrait\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/food.jpg\",\"height\":440,\"width\":370,\"orientation\":\"portrait\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"imageSize\":\"full\",\"imageWidth\":100,\"imageWidthMobile\":100,\"imageWidthTablet\":100,\"paddingBtnTop\":10,\"paddingBtnBottom\":10,\"paddingBtnLeft\":14,\"paddingBtnRight\":14,\"imageWidthUnit\":\"%\",\"imageWidthUnitTablet\":\"%\",\"imageWidthUnitMobile\":\"%\",\"subHeadTopMargin\":0,\"subHeadRightMargin\":40,\"subHeadLeftMargin\":0,\"subHeadMarginTopTablet\":0,\"subHeadMarginRightTablet\":0,\"subHeadTabletSpace\":20,\"subHeadMarginLeftTablet\":0,\"btnBorderStyle\":\"solid\"} -->\n<div class=\"wp-block-uagb-info-box uagb-block-be927766 uagb-infobox__content-wrap  uagb-infobox-icon-above-title uagb-infobox-image-valign-top\"><div class=\"uagb-ifb-content\"><div class=\"uagb-ifb-image-content\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/food.jpg\" alt=\"\"/></div><div class=\"uagb-ifb-title-wrap\"><h3 class=\"uagb-ifb-title\">Delicious Food​</h3></div><p class=\"uagb-ifb-desc\">We have team chefs from across the world. So you can enjoy the delicacies anytime during your stay.</p><div class=\"uagb-ifb-button-wrapper wp-block-button\"><a href=\"#\" target=\"_self\" class=\"uagb-infobox-cta-link\" rel=\"noopener noreferrer\" alt=\"\"><span class=\"uagb-inline-editing\">READ MORE</span></a></div></div></div>\n<!-- /wp:uagb/info-box -->\n\n<!-- wp:uagb/info-box {\"classMigrate\":true,\"headingAlign\":\"left\",\"headingColor\":\"\",\"subHeadingColor\":\"\",\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"source_type\":\"image\",\"block_id\":\"762a0a59\",\"ctaType\":\"text\",\"ctaText\":\"READ MORE\",\"ctaLinkColor\":\"var(\\u002d\\u002dast-global-color-0)\",\"ctaDecoration\":\"underline\",\"ctaFontSize\":12,\"ctaFontWeight\":\"600\",\"ctaLetterSpacing\":2,\"ctaBorderStyle\":\"\",\"iconBottomMargin\":30,\"iconImage\":{\"id\":241,\"title\":\"beach\",\"filename\":\"beach.jpg\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/beach.jpg\",\"link\":\"https://blueroan.netgen.cloud/beach/\",\"alt\":\"\",\"author\":\"34\",\"description\":\"\",\"caption\":\"\",\"name\":\"beach\",\"status\":\"inherit\",\"uploadedTo\":0,\"date\":\"2021-05-11T10:56:06.000Z\",\"modified\":\"2021-05-11T10:56:06.000Z\",\"menuOrder\":0,\"mime\":\"image/jpeg\",\"type\":\"image\",\"subtype\":\"jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/default.png\",\"dateFormatted\":\"May 11, 2021\",\"nonces\":{\"update\":\"65c348aac8\",\"delete\":\"6d551f7cf4\",\"edit\":\"026ca70d91\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=241\\u0026action=edit\",\"meta\":false,\"authorName\":\"Rishabh\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/user-edit.php?user_id=34\",\"filesizeInBytes\":38094,\"filesizeHumanReadable\":\"37 KB\",\"context\":\"\",\"height\":440,\"width\":370,\"orientation\":\"portrait\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/beach-150x150.jpg\",\"orientation\":\"landscape\"},\"medium\":{\"height\":300,\"width\":252,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/beach-252x300-1.jpg\",\"orientation\":\"portrait\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/beach.jpg\",\"height\":440,\"width\":370,\"orientation\":\"portrait\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"imageSize\":\"full\",\"imageWidth\":100,\"imageWidthMobile\":100,\"imageWidthTablet\":100,\"paddingBtnTop\":10,\"paddingBtnBottom\":10,\"paddingBtnLeft\":14,\"paddingBtnRight\":14,\"imageWidthUnit\":\"%\",\"imageWidthUnitTablet\":\"%\",\"imageWidthUnitMobile\":\"%\",\"subHeadTopMargin\":0,\"subHeadRightMargin\":40,\"subHeadLeftMargin\":0,\"subHeadMarginTopTablet\":0,\"subHeadMarginRightTablet\":0,\"subHeadTabletSpace\":20,\"subHeadMarginLeftTablet\":0,\"btnBorderStyle\":\"solid\"} -->\n<div class=\"wp-block-uagb-info-box uagb-block-762a0a59 uagb-infobox__content-wrap  uagb-infobox-icon-above-title uagb-infobox-image-valign-top\"><div class=\"uagb-ifb-content\"><div class=\"uagb-ifb-image-content\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/beach.jpg\" alt=\"\"/></div><div class=\"uagb-ifb-title-wrap\"><h3 class=\"uagb-ifb-title\">Private Beach​</h3></div><p class=\"uagb-ifb-desc\">Want to take a dip into the sea? All our guests get complimentary access to our private beach.</p><div class=\"uagb-ifb-button-wrapper wp-block-button\"><a href=\"#\" target=\"_self\" class=\"uagb-infobox-cta-link\" rel=\"noopener noreferrer\" alt=\"\"><span class=\"uagb-inline-editing\">READ MORE</span></a></div></div></div>\n<!-- /wp:uagb/info-box --></div>\n<!-- /wp:uagb/container --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"27b9b5f9\",\"innerContentCustomWidthDesktop\":781,\"innerContentCustomWidthTablet\":781,\"backgroundType\":\"image\",\"backgroundImageDesktop\":{\"id\":54,\"title\":\"background-img\",\"filename\":\"background-img-1.jpg\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/background-img-1.jpg\",\"link\":\"https://blueroan.netgen.cloud/background-img-2/\",\"alt\":\"\",\"author\":\"34\",\"description\":\"\",\"caption\":\"\",\"name\":\"background-img-2\",\"status\":\"inherit\",\"uploadedTo\":0,\"date\":\"2021-05-07T10:11:37.000Z\",\"modified\":\"2021-05-07T10:11:37.000Z\",\"menuOrder\":0,\"mime\":\"image/jpeg\",\"type\":\"image\",\"subtype\":\"jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/default.png\",\"dateFormatted\":\"May 7, 2021\",\"nonces\":{\"update\":\"bb999636b9\",\"delete\":\"d2e1375bc4\",\"edit\":\"005dd2f0c9\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=54\\u0026action=edit\",\"meta\":false,\"authorName\":\"Rishabh\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/user-edit.php?user_id=34\",\"filesizeInBytes\":338858,\"filesizeHumanReadable\":\"331 KB\",\"context\":\"\",\"height\":1080,\"width\":1920,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/background-img-1-150x150.jpg\",\"orientation\":\"landscape\"},\"medium\":{\"height\":169,\"width\":300,\"url\":\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/background-img-1-300x169.jpg\",\"orientation\":\"landscape\"},\"large\":{\"height\":576,\"width\":1024,\"url\":\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/background-img-1-1024x576.jpg\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/background-img-1.jpg\",\"height\":1080,\"width\":1920,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"backgroundImageColor\":\"rgba(42,42,42,0.65)\",\"topPaddingDesktop\":144,\"bottomPaddingDesktop\":144,\"leftPaddingDesktop\":40,\"rightPaddingDesktop\":40,\"topPaddingTablet\":80,\"bottomPaddingTablet\":80,\"leftPaddingTablet\":40,\"rightPaddingTablet\":40,\"topPaddingMobile\":64,\"bottomPaddingMobile\":64,\"leftPaddingMobile\":24,\"rightPaddingMobile\":24,\"paddingLink\":false,\"variationSelected\":true,\"isBlockRootParent\":true,\"overlayType\":\"color\"} -->\n<div class=\"wp-block-uagb-container uagb-block-27b9b5f9 alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/advanced-heading {\"block_id\":\"fd2406b5\",\"classMigrate\":true,\"headingDescToggle\":true,\"headingAlign\":\"center\",\"headingColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"subHeadingColor\":\"var(\\u002d\\u002dast-global-color-4)\",\"headSpace\":20} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-fd2406b5\"><h2 class=\"uagb-heading-text\">Plan an Unforgettable Experience in Mykonos Today!</h2><p class=\"uagb-desc-text\">We can help you fit your stay and experience within your allotted budget.</p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/advanced-heading {\"block_id\":\"2f1fae83\",\"classMigrate\":true,\"headingTitleToggle\":false,\"headingDescToggle\":true,\"headingAlign\":\"center\",\"subHeadingColor\":\"var(\\u002d\\u002dast-global-color-4)\",\"subHeadTransform\":\"uppercase\",\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"subHeadLetterSpacing\":2,\"blockTopPadding\":60,\"blockRightPadding\":0,\"blockLeftPadding\":0,\"blockBottomPadding\":0,\"blockTopPaddingMobile\":30,\"blockRightPaddingMobile\":0,\"blockLeftPaddingMobile\":0,\"blockBottomPaddingMobile\":0} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-2f1fae83\"><p class=\"uagb-desc-text\">BOOK YOUR STAY NOW​</p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/icon-list {\"block_id\":\"59bbfcd6\",\"classMigrate\":true,\"childMigrate\":true,\"align\":\"center\",\"parentIcon\":\"phone\",\"size\":40,\"sizeMobile\":24,\"sizeTablet\":32,\"fontSize\":48,\"fontSizeMobile\":28,\"fontSizeTablet\":40,\"fontWeight\":\"600\",\"iconColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"labelColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"blockTopPadding\":0,\"blockRightPadding\":0,\"blockLeftPadding\":0,\"blockBottomPadding\":24,\"blockPaddingLink\":false} -->\n<div class=\"wp-block-uagb-icon-list uagb-block-59bbfcd6\"><div class=\"uagb-icon-list__wrap\"><!-- wp:uagb/icon-list-child {\"block_id\":\"d4eebd4d\",\"label\":\"+1-123 456 7890​\",\"label_color\":\"\",\"fromParentIcon\":\"phone\",\"imageSizeChild\":40} -->\n<div class=\"wp-block-uagb-icon-list-child uagb-block-d4eebd4d\"><span class=\"uagb-icon-list__source-wrap\"><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M511.2 387l-23.25 100.8c-3.266 14.25-15.79 24.22-30.46 24.22C205.2 512 0 306.8 0 54.5c0-14.66 9.969-27.2 24.22-30.45l100.8-23.25C139.7-2.602 154.7 5.018 160.8 18.92l46.52 108.5c5.438 12.78 1.77 27.67-8.98 36.45L144.5 207.1c33.98 69.22 90.26 125.5 159.5 159.5l44.08-53.8c8.688-10.78 23.69-14.51 36.47-8.975l108.5 46.51C506.1 357.2 514.6 372.4 511.2 387z\"></path></svg></span><span class=\"uagb-icon-list__label\">+1-123 456 7890​</span></div>\n<!-- /wp:uagb/icon-list-child --></div></div>\n<!-- /wp:uagb/icon-list --></div></div>\n<!-- /wp:uagb/container -->',	'Amenities',	'',	'inherit',	'closed',	'closed',	'',	'762-revision-v1',	'',	'',	'2022-12-15 11:20:36',	'2022-12-15 11:20:36',	'',	762,	'https://blueroan.netgen.cloud/?p=1179',	0,	'revision',	'',	0),
(1181,	2,	'2022-12-15 11:23:00',	'2022-12-15 11:23:00',	'<!-- wp:uagb/container {\"block_id\":\"f974173d\",\"backgroundType\":\"image\",\"backgroundImageDesktop\":{\"id\":1007,\"title\":\"AAEAAQAAAAAAAAAAAAAAJDg5NmY0ZGUxLWE4MTgtNDY5NC1iODFhLTBmN2Q0ZDc5ZWFiNw-1\",\"filename\":\"AAEAAQAAAAAAAAAAAAAAJDg5NmY0ZGUxLWE4MTgtNDY5NC1iODFhLTBmN2Q0ZDc5ZWFiNw-1.png\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAAJDg5NmY0ZGUxLWE4MTgtNDY5NC1iODFhLTBmN2Q0ZDc5ZWFiNw-1.png\",\"link\":\"https://blueroan.netgen.cloud/the-barn/aaeaaqaaaaaaaaaaaaaajdg5nmy0zguxlwe4mtgtndy5nc1iodfhltbmn2q0zdc5zwfinw-1/\",\"alt\":\"\",\"author\":\"2\",\"description\":\"\",\"caption\":\"\",\"name\":\"aaeaaqaaaaaaaaaaaaaajdg5nmy0zguxlwe4mtgtndy5nc1iodfhltbmn2q0zdc5zwfinw-1\",\"status\":\"inherit\",\"uploadedTo\":948,\"date\":\"2022-12-14T10:50:25.000Z\",\"modified\":\"2022-12-14T10:50:25.000Z\",\"menuOrder\":0,\"mime\":\"image/png\",\"type\":\"image\",\"subtype\":\"png\",\"icon\":\"https://blueroan.netgen.cloud/wp-includes/images/media/default.png\",\"dateFormatted\":\"December 14, 2022\",\"nonces\":{\"update\":\"483f8bdf3d\",\"delete\":\"0a7ebc92ef\",\"edit\":\"6bc1c6a685\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=1007\\u0026action=edit\",\"meta\":false,\"authorName\":\"Netgen Support\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/profile.php\",\"uploadedToTitle\":\"The Barn\",\"uploadedToLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=948\\u0026action=edit\",\"filesizeInBytes\":1348989,\"filesizeHumanReadable\":\"1 MB\",\"context\":\"\",\"height\":667,\"width\":1000,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAAJDg5NmY0ZGUxLWE4MTgtNDY5NC1iODFhLTBmN2Q0ZDc5ZWFiNw-1-150x150.png\",\"orientation\":\"landscape\"},\"medium\":{\"height\":200,\"width\":300,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAAJDg5NmY0ZGUxLWE4MTgtNDY5NC1iODFhLTBmN2Q0ZDc5ZWFiNw-1-300x200.png\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAAJDg5NmY0ZGUxLWE4MTgtNDY5NC1iODFhLTBmN2Q0ZDc5ZWFiNw-1.png\",\"height\":667,\"width\":1000,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"backgroundPositionDesktop\":{\"x\":0.61,\"y\":0.52},\"backgroundSizeTablet\":\"cover\",\"backgroundSizeMobile\":\"cover\",\"backgroundColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"backgroundImageColor\":\"rgba(42,42,42,0.5)\",\"topPaddingDesktop\":220,\"bottomPaddingDesktop\":150,\"topPaddingTablet\":170,\"bottomPaddingTablet\":160,\"leftPaddingTablet\":30,\"rightPaddingTablet\":30,\"topPaddingMobile\":180,\"bottomPaddingMobile\":80,\"leftPaddingMobile\":20,\"rightPaddingMobile\":20,\"paddingLink\":false,\"variationSelected\":true,\"isBlockRootParent\":true,\"overlayType\":\"color\"} -->\n<div class=\"wp-block-uagb-container uagb-block-f974173d alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/advanced-heading {\"block_id\":\"5091670f\",\"classMigrate\":true,\"headingDescToggle\":true,\"headingColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"subHeadingColor\":\"var(\\u002d\\u002dast-global-color-4)\",\"headingTag\":\"h1\",\"headSpace\":20,\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"blockTopPadding\":0,\"blockRightPadding\":50,\"blockLeftPadding\":0,\"blockBottomPadding\":0,\"blockTopPaddingTablet\":0,\"blockRightPaddingTablet\":20,\"blockLeftPaddingTablet\":0,\"blockBottomPaddingTablet\":0,\"blockTopPaddingMobile\":0,\"blockRightPaddingMobile\":0,\"blockLeftPaddingMobile\":0,\"blockBottomPaddingMobile\":0,\"blockPaddingUnit\":\"%\",\"blockPaddingUnitTablet\":\"%\"} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-5091670f\"><h1 class=\"uagb-heading-text\">Amenities &amp; Interests​</h1><p class=\"uagb-desc-text\">We do not give you just rooms to stay in. We give you an environment where you can experience the best while on a holiday with us. </p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:buttons -->\n<div class=\"wp-block-buttons\"><!-- wp:button -->\n<div class=\"wp-block-button\"><a class=\"wp-block-button__link wp-element-button\" href=\"https://book.nightsbridge.com/11065\" target=\"_blank\" rel=\"noreferrer noopener\">BOOK NOW</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"503f1166\",\"topPaddingDesktop\":60,\"bottomPaddingDesktop\":60,\"leftPaddingDesktop\":0,\"rightPaddingDesktop\":0,\"paddingLink\":false,\"variationSelected\":true,\"isBlockRootParent\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-503f1166 alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"align\":\"center\",\"id\":828,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image aligncenter size-full\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Blue-Roan-pool.png\" alt=\"Blue Roan\'s rock pool\" class=\"wp-image-828\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>A relaxing rock Pool​</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>We have a lovely sparkling blue rock pool next to a thatched Lapa. &nbsp;&nbsp;Lie on recliners on the green lawn or sit on the swing chair in the Lapa and enjoy the panoramic view of the Magaliesberg mountain range.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":829,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/img-20160605-wa0002-largejpg.png\" alt=\"\" class=\"wp-image-829\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>Braai facilities </h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>What can compare to a burning fire under the star-lit African sky? Nothing beats the flavor of cooking over an open flame.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":830,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/ef9d0188da11e2bc56788f5619d9d539.png\" alt=\"\" class=\"wp-image-830\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>A games room </h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>The reception is also a games room for those who enjoy darts or playing pool. &nbsp;Take a selection of DVDs back to your room and watch movies on your own DVD player. &nbsp;There is also a selection of board games and music CDs that you can borrow.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"align\":\"center\",\"id\":828,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image aligncenter size-full\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Blue-Roan-pool.png\" alt=\"Blue Roan\'s rock pool\" class=\"wp-image-828\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>A relaxing rock Pool​</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>We have a lovely sparkling blue rock pool next to a thatched Lapa. &nbsp;&nbsp;Lie on recliners on the green lawn or sit on the swing chair in the Lapa and enjoy the panoramic view of the Magaliesberg mountain range.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":829,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/img-20160605-wa0002-largejpg.png\" alt=\"\" class=\"wp-image-829\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>Braai facilities </h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>What can compare to a burning fire under the star-lit African sky? Nothing beats the flavor of cooking over an open flame.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":830,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/ef9d0188da11e2bc56788f5619d9d539.png\" alt=\"\" class=\"wp-image-830\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>A games room </h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>The reception is also a games room for those who enjoy darts or playing pool. &nbsp;Take a selection of DVDs back to your room and watch movies on your own DVD player. &nbsp;There is also a selection of board games and music CDs that you can borrow.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"bea54ef0\",\"innerContentWidth\":\"alignfull\",\"directionDesktop\":\"row\",\"wrapTablet\":\"wrap\",\"variationSelected\":true,\"rowGapTablet\":0,\"columnGapDesktop\":0,\"isBlockRootParent\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-bea54ef0 alignfull uagb-is-root-container\"><!-- wp:uagb/container {\"block_id\":\"719920c1\",\"widthDesktop\":25,\"widthTablet\":50,\"variationSelected\":true,\"widthSetByUser\":true,\"UAGHideMob\":true,\"UAGResponsiveConditions\":true} -->\n<div class=\"wp-block-uagb-container uag-hide-mob uagb-block-719920c1\"><!-- wp:uagb/image {\"block_id\":\"6265e00f\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/amenities-1.jpg\",\"id\":220,\"linkDestination\":\"none\",\"width\":480,\"height\":500,\"naturalWidth\":480,\"naturalHeight\":500,\"sizeSlug\":\"full\",\"sizeSlugTablet\":\"full\",\"sizeSlugMobile\":\"full\"} -->\n<div class=\"wp-block-uagb-image uagb-block-6265e00f wp-block-uagb-image--layout-default wp-block-uagb-image--effect-static wp-block-uagb-image--align-none\"><figure class=\"wp-block-uagb-image__figure\"><img srcset=\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/amenities-1.jpg \" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/amenities-1.jpg\" alt=\"\" class=\"uag-image-220\" width=\"480\" height=\"500\" title=\"\" loading=\"lazy\"/></figure></div>\n<!-- /wp:uagb/image --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"1b1f2166\",\"widthDesktop\":25,\"widthTablet\":50,\"variationSelected\":true,\"widthSetByUser\":true,\"UAGHideMob\":true,\"UAGResponsiveConditions\":true} -->\n<div class=\"wp-block-uagb-container uag-hide-mob uagb-block-1b1f2166\"><!-- wp:uagb/image {\"block_id\":\"775190de\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/amenities-3.jpg\",\"id\":222,\"linkDestination\":\"none\",\"naturalWidth\":480,\"naturalHeight\":500,\"sizeSlug\":\"full\",\"sizeSlugTablet\":\"full\",\"sizeSlugMobile\":\"full\"} -->\n<div class=\"wp-block-uagb-image uagb-block-775190de wp-block-uagb-image--layout-default wp-block-uagb-image--effect-static wp-block-uagb-image--align-none\"><figure class=\"wp-block-uagb-image__figure\"><img srcset=\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/amenities-3.jpg \" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/amenities-3.jpg\" alt=\"\" class=\"uag-image-222\" width=\"\" height=\"\" title=\"\" loading=\"lazy\"/></figure></div>\n<!-- /wp:uagb/image --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"ecd1bd27\",\"widthDesktop\":50,\"widthTablet\":100,\"variationSelected\":true,\"columnGapDesktop\":20,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-ecd1bd27\"><!-- wp:uagb/image {\"block_id\":\"833249c2\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/amenities-5.jpg\",\"id\":224,\"linkDestination\":\"none\",\"width\":960,\"height\":500,\"naturalWidth\":960,\"naturalHeight\":500,\"sizeSlug\":\"full\",\"sizeSlugTablet\":\"full\",\"sizeSlugMobile\":\"full\"} -->\n<div class=\"wp-block-uagb-image uagb-block-833249c2 wp-block-uagb-image--layout-default wp-block-uagb-image--effect-static wp-block-uagb-image--align-none\"><figure class=\"wp-block-uagb-image__figure\"><img srcset=\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/amenities-5.jpg \" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/amenities-5.jpg\" alt=\"\" class=\"uag-image-224\" width=\"960\" height=\"500\" title=\"\" loading=\"lazy\"/></figure></div>\n<!-- /wp:uagb/image --></div>\n<!-- /wp:uagb/container --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"3a547260\",\"innerContentWidth\":\"alignfull\",\"directionDesktop\":\"row\",\"wrapTablet\":\"wrap\",\"variationSelected\":true,\"rowGapTablet\":0,\"columnGapDesktop\":0,\"isBlockRootParent\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-3a547260 alignfull uagb-is-root-container\"><!-- wp:uagb/container {\"block_id\":\"65ca8caa\",\"widthDesktop\":50,\"widthTablet\":100,\"variationSelected\":true,\"columnGapDesktop\":20,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-65ca8caa\"><!-- wp:uagb/image {\"block_id\":\"c83b2bfb\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/amenities-6-1.jpg\",\"id\":230,\"linkDestination\":\"none\",\"naturalWidth\":960,\"naturalHeight\":500,\"sizeSlug\":\"full\",\"sizeSlugTablet\":\"full\",\"sizeSlugMobile\":\"full\"} -->\n<div class=\"wp-block-uagb-image uagb-block-c83b2bfb wp-block-uagb-image--layout-default wp-block-uagb-image--effect-static wp-block-uagb-image--align-none\"><figure class=\"wp-block-uagb-image__figure\"><img srcset=\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/amenities-6-1.jpg \" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/amenities-6-1.jpg\" alt=\"\" class=\"uag-image-230\" width=\"\" height=\"\" title=\"\" loading=\"lazy\"/></figure></div>\n<!-- /wp:uagb/image --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"6c56e8ed\",\"widthDesktop\":25,\"variationSelected\":true,\"widthSetByUser\":true,\"UAGHideMob\":true,\"UAGResponsiveConditions\":true} -->\n<div class=\"wp-block-uagb-container uag-hide-mob uagb-block-6c56e8ed\"><!-- wp:uagb/image {\"block_id\":\"857118f3\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/amenities-2.jpg\",\"id\":221,\"linkDestination\":\"none\",\"naturalWidth\":480,\"naturalHeight\":500,\"sizeSlug\":\"full\",\"sizeSlugTablet\":\"full\",\"sizeSlugMobile\":\"full\"} -->\n<div class=\"wp-block-uagb-image uagb-block-857118f3 wp-block-uagb-image--layout-default wp-block-uagb-image--effect-static wp-block-uagb-image--align-none\"><figure class=\"wp-block-uagb-image__figure\"><img srcset=\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/amenities-2.jpg \" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/amenities-2.jpg\" alt=\"\" class=\"uag-image-221\" width=\"\" height=\"\" title=\"\" loading=\"lazy\"/></figure></div>\n<!-- /wp:uagb/image --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"c31d330f\",\"widthDesktop\":25,\"variationSelected\":true,\"widthSetByUser\":true,\"UAGHideMob\":true,\"UAGResponsiveConditions\":true} -->\n<div class=\"wp-block-uagb-container uag-hide-mob uagb-block-c31d330f\"><!-- wp:uagb/image {\"block_id\":\"326ecff7\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/amenities-4.jpg\",\"id\":223,\"linkDestination\":\"none\",\"naturalWidth\":480,\"naturalHeight\":500,\"sizeSlug\":\"full\",\"sizeSlugTablet\":\"full\",\"sizeSlugMobile\":\"full\"} -->\n<div class=\"wp-block-uagb-image uagb-block-326ecff7 wp-block-uagb-image--layout-default wp-block-uagb-image--effect-static wp-block-uagb-image--align-none\"><figure class=\"wp-block-uagb-image__figure\"><img srcset=\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/amenities-4.jpg \" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/amenities-4.jpg\" alt=\"\" class=\"uag-image-223\" width=\"\" height=\"\" title=\"\" loading=\"lazy\"/></figure></div>\n<!-- /wp:uagb/image --></div>\n<!-- /wp:uagb/container --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"3233201b\",\"backgroundType\":\"color\",\"backgroundSizeTablet\":\"cover\",\"backgroundSizeMobile\":\"cover\",\"backgroundColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"topPaddingDesktop\":120,\"bottomPaddingDesktop\":120,\"topPaddingTablet\":80,\"bottomPaddingTablet\":80,\"leftPaddingTablet\":30,\"rightPaddingTablet\":30,\"topPaddingMobile\":80,\"bottomPaddingMobile\":80,\"leftPaddingMobile\":20,\"rightPaddingMobile\":20,\"paddingLink\":false,\"variationSelected\":true,\"rowGapDesktop\":0,\"rowGapTablet\":0,\"isBlockRootParent\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-3233201b alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/container {\"block_id\":\"f96ea7d4\",\"directionDesktop\":\"row\",\"alignItemsDesktop\":\"flex-end\",\"alignItemsTablet\":\"flex-end\",\"justifyContentDesktop\":\"flex-end\",\"justifyContentTablet\":\"space-between\",\"variationSelected\":true,\"rowGapMobile\":30,\"columnGapDesktop\":0} -->\n<div class=\"wp-block-uagb-container uagb-block-f96ea7d4\"><!-- wp:uagb/advanced-heading {\"block_id\":\"fc02b144\",\"classMigrate\":true,\"headingDescToggle\":true,\"subHeadingColor\":\"\",\"headSpace\":20,\"subHeadFontSize\":16} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-fc02b144\"><h2 class=\"uagb-heading-text\">Other Perks &amp; Facilities ​</h2><p class=\"uagb-desc-text\">Looking for more? Well, we believe that every guest walks into our hotel for the best experience. And, we are determined to do that.</p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/buttons {\"block_id\":\"2c9cf89d\",\"classMigrate\":true,\"childMigrate\":true,\"align\":\"right\",\"alignTablet\":\"right\",\"alignMobile\":\"left\",\"gap\":0} -->\n<div class=\"wp-block-uagb-buttons uagb-buttons__outer-wrap uagb-btn__default-btn uagb-btn-tablet__default-btn uagb-btn-mobile__default-btn uagb-block-2c9cf89d\"><div class=\"uagb-buttons__wrap uagb-buttons-layout-wrap\"><!-- wp:uagb/buttons-child {\"block_id\":\"a0f81538\",\"label\":\"Get Bookings\",\"link\":\"#\",\"hColor\":\"\",\"borderWidth\":\"\",\"borderRadius\":\"\",\"borderStyle\":\"\",\"borderColor\":\"\",\"borderHColor\":\"\",\"btnBorderTopWidth\":1,\"btnBorderLeftWidth\":1,\"btnBorderRightWidth\":1,\"btnBorderBottomWidth\":1,\"btnBorderTopLeftRadius\":2,\"btnBorderTopRightRadius\":2,\"btnBorderBottomLeftRadius\":2,\"btnBorderBottomRightRadius\":2,\"btnBorderStyle\":\"solid\",\"btnBorderColor\":\"#333\",\"btnBorderHColor\":\"#333\"} -->\n<div class=\"wp-block-uagb-buttons-child uagb-buttons__outer-wrap uagb-block-a0f81538 wp-block-button is-style-outline\"><div class=\"uagb-button__wrapper\"><a class=\"uagb-buttons-repeater wp-block-button__link\" href=\"#\" rel=\"follow noopener\" target=\"_self\"><div class=\"uagb-button__link\">Get Bookings</div></a></div></div>\n<!-- /wp:uagb/buttons-child --></div></div>\n<!-- /wp:uagb/buttons --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"dfbe668a\",\"directionDesktop\":\"row\",\"alignItemsTablet\":\"flex-start\",\"paddingLink\":false,\"topMarginDesktop\":54,\"bottomMarginDesktop\":0,\"leftMarginDesktop\":0,\"rightMarginDesktop\":0,\"topMarginTablet\":30,\"bottomMarginTablet\":0,\"leftMarginTablet\":0,\"rightMarginTablet\":0,\"marginLink\":false,\"variationSelected\":true,\"rowGapMobile\":65,\"columnGapDesktop\":48,\"columnGapTablet\":20} -->\n<div class=\"wp-block-uagb-container uagb-block-dfbe668a\"><!-- wp:uagb/info-box {\"classMigrate\":true,\"headingAlign\":\"left\",\"headingColor\":\"\",\"subHeadingColor\":\"\",\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"source_type\":\"image\",\"block_id\":\"bc5caedb\",\"ctaType\":\"text\",\"ctaText\":\"READ MORE\",\"ctaLinkColor\":\"var(\\u002d\\u002dast-global-color-0)\",\"ctaDecoration\":\"underline\",\"ctaFontSize\":12,\"ctaFontWeight\":\"600\",\"ctaLetterSpacing\":2,\"ctaBorderStyle\":\"\",\"iconBottomMargin\":30,\"iconImage\":{\"id\":240,\"title\":\"terrace\",\"filename\":\"terrace.jpg\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/terrace.jpg\",\"link\":\"https://blueroan.netgen.cloud/terrace/\",\"alt\":\"\",\"author\":\"34\",\"description\":\"\",\"caption\":\"\",\"name\":\"terrace\",\"status\":\"inherit\",\"uploadedTo\":0,\"date\":\"2021-05-11T10:54:04.000Z\",\"modified\":\"2021-05-11T10:54:04.000Z\",\"menuOrder\":0,\"mime\":\"image/jpeg\",\"type\":\"image\",\"subtype\":\"jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/default.png\",\"dateFormatted\":\"May 11, 2021\",\"nonces\":{\"update\":\"6de8720da3\",\"delete\":\"d7905e75b9\",\"edit\":\"e7132a7b3e\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=240\\u0026action=edit\",\"meta\":false,\"authorName\":\"Rishabh\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/user-edit.php?user_id=34\",\"filesizeInBytes\":40742,\"filesizeHumanReadable\":\"40 KB\",\"context\":\"\",\"height\":440,\"width\":370,\"orientation\":\"portrait\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/terrace-150x150.jpg\",\"orientation\":\"landscape\"},\"medium\":{\"height\":300,\"width\":252,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/terrace-252x300-1.jpg\",\"orientation\":\"portrait\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/terrace.jpg\",\"height\":440,\"width\":370,\"orientation\":\"portrait\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"imageSize\":\"full\",\"imageWidth\":100,\"imageWidthMobile\":100,\"imageWidthTablet\":100,\"paddingBtnTop\":10,\"paddingBtnBottom\":10,\"paddingBtnLeft\":14,\"paddingBtnRight\":14,\"imageWidthUnit\":\"%\",\"imageWidthUnitTablet\":\"%\",\"imageWidthUnitMobile\":\"%\",\"subHeadTopMargin\":0,\"subHeadRightMargin\":40,\"subHeadLeftMargin\":0,\"subHeadMarginTopTablet\":0,\"subHeadMarginRightTablet\":0,\"subHeadTabletSpace\":20,\"subHeadMarginLeftTablet\":0,\"btnBorderStyle\":\"solid\"} -->\n<div class=\"wp-block-uagb-info-box uagb-block-bc5caedb uagb-infobox__content-wrap  uagb-infobox-icon-above-title uagb-infobox-image-valign-top\"><div class=\"uagb-ifb-content\"><div class=\"uagb-ifb-image-content\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/terrace.jpg\" alt=\"\"/></div><div class=\"uagb-ifb-title-wrap\"><h3 class=\"uagb-ifb-title\">Ocean View Terrace​</h3></div><p class=\"uagb-ifb-desc\">Among the scenic beauty of the city we also have an ocean view terrace for every suite in our hotel.</p><div class=\"uagb-ifb-button-wrapper wp-block-button\"><a href=\"#\" target=\"_self\" class=\"uagb-infobox-cta-link\" rel=\"noopener noreferrer\" alt=\"\"><span class=\"uagb-inline-editing\">READ MORE</span></a></div></div></div>\n<!-- /wp:uagb/info-box -->\n\n<!-- wp:uagb/info-box {\"classMigrate\":true,\"headingAlign\":\"left\",\"headingColor\":\"\",\"subHeadingColor\":\"\",\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"source_type\":\"image\",\"block_id\":\"be927766\",\"ctaType\":\"text\",\"ctaText\":\"READ MORE\",\"ctaLinkColor\":\"var(\\u002d\\u002dast-global-color-0)\",\"ctaDecoration\":\"underline\",\"ctaFontSize\":12,\"ctaFontWeight\":\"600\",\"ctaLetterSpacing\":2,\"ctaBorderStyle\":\"\",\"iconBottomMargin\":30,\"iconImage\":{\"id\":89,\"title\":\"food\",\"filename\":\"food.jpg\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/food.jpg\",\"link\":\"https://blueroan.netgen.cloud/food/\",\"alt\":\"\",\"author\":\"34\",\"description\":\"\",\"caption\":\"\",\"name\":\"food\",\"status\":\"inherit\",\"uploadedTo\":0,\"date\":\"2021-05-07T14:24:52.000Z\",\"modified\":\"2021-05-07T14:24:52.000Z\",\"menuOrder\":0,\"mime\":\"image/jpeg\",\"type\":\"image\",\"subtype\":\"jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/default.png\",\"dateFormatted\":\"May 7, 2021\",\"nonces\":{\"update\":\"b06173e227\",\"delete\":\"7de0e70fba\",\"edit\":\"7dc3d40920\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=89\\u0026action=edit\",\"meta\":false,\"authorName\":\"Rishabh\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/user-edit.php?user_id=34\",\"filesizeInBytes\":41933,\"filesizeHumanReadable\":\"41 KB\",\"context\":\"\",\"height\":440,\"width\":370,\"orientation\":\"portrait\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/food-150x150.jpg\",\"orientation\":\"landscape\"},\"medium\":{\"height\":300,\"width\":252,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/food-252x300-1.jpg\",\"orientation\":\"portrait\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/food.jpg\",\"height\":440,\"width\":370,\"orientation\":\"portrait\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"imageSize\":\"full\",\"imageWidth\":100,\"imageWidthMobile\":100,\"imageWidthTablet\":100,\"paddingBtnTop\":10,\"paddingBtnBottom\":10,\"paddingBtnLeft\":14,\"paddingBtnRight\":14,\"imageWidthUnit\":\"%\",\"imageWidthUnitTablet\":\"%\",\"imageWidthUnitMobile\":\"%\",\"subHeadTopMargin\":0,\"subHeadRightMargin\":40,\"subHeadLeftMargin\":0,\"subHeadMarginTopTablet\":0,\"subHeadMarginRightTablet\":0,\"subHeadTabletSpace\":20,\"subHeadMarginLeftTablet\":0,\"btnBorderStyle\":\"solid\"} -->\n<div class=\"wp-block-uagb-info-box uagb-block-be927766 uagb-infobox__content-wrap  uagb-infobox-icon-above-title uagb-infobox-image-valign-top\"><div class=\"uagb-ifb-content\"><div class=\"uagb-ifb-image-content\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/food.jpg\" alt=\"\"/></div><div class=\"uagb-ifb-title-wrap\"><h3 class=\"uagb-ifb-title\">Delicious Food​</h3></div><p class=\"uagb-ifb-desc\">We have team chefs from across the world. So you can enjoy the delicacies anytime during your stay.</p><div class=\"uagb-ifb-button-wrapper wp-block-button\"><a href=\"#\" target=\"_self\" class=\"uagb-infobox-cta-link\" rel=\"noopener noreferrer\" alt=\"\"><span class=\"uagb-inline-editing\">READ MORE</span></a></div></div></div>\n<!-- /wp:uagb/info-box -->\n\n<!-- wp:uagb/info-box {\"classMigrate\":true,\"headingAlign\":\"left\",\"headingColor\":\"\",\"subHeadingColor\":\"\",\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"source_type\":\"image\",\"block_id\":\"762a0a59\",\"ctaType\":\"text\",\"ctaText\":\"READ MORE\",\"ctaLinkColor\":\"var(\\u002d\\u002dast-global-color-0)\",\"ctaDecoration\":\"underline\",\"ctaFontSize\":12,\"ctaFontWeight\":\"600\",\"ctaLetterSpacing\":2,\"ctaBorderStyle\":\"\",\"iconBottomMargin\":30,\"iconImage\":{\"id\":241,\"title\":\"beach\",\"filename\":\"beach.jpg\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/beach.jpg\",\"link\":\"https://blueroan.netgen.cloud/beach/\",\"alt\":\"\",\"author\":\"34\",\"description\":\"\",\"caption\":\"\",\"name\":\"beach\",\"status\":\"inherit\",\"uploadedTo\":0,\"date\":\"2021-05-11T10:56:06.000Z\",\"modified\":\"2021-05-11T10:56:06.000Z\",\"menuOrder\":0,\"mime\":\"image/jpeg\",\"type\":\"image\",\"subtype\":\"jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/default.png\",\"dateFormatted\":\"May 11, 2021\",\"nonces\":{\"update\":\"65c348aac8\",\"delete\":\"6d551f7cf4\",\"edit\":\"026ca70d91\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=241\\u0026action=edit\",\"meta\":false,\"authorName\":\"Rishabh\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/user-edit.php?user_id=34\",\"filesizeInBytes\":38094,\"filesizeHumanReadable\":\"37 KB\",\"context\":\"\",\"height\":440,\"width\":370,\"orientation\":\"portrait\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/beach-150x150.jpg\",\"orientation\":\"landscape\"},\"medium\":{\"height\":300,\"width\":252,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/beach-252x300-1.jpg\",\"orientation\":\"portrait\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/beach.jpg\",\"height\":440,\"width\":370,\"orientation\":\"portrait\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"imageSize\":\"full\",\"imageWidth\":100,\"imageWidthMobile\":100,\"imageWidthTablet\":100,\"paddingBtnTop\":10,\"paddingBtnBottom\":10,\"paddingBtnLeft\":14,\"paddingBtnRight\":14,\"imageWidthUnit\":\"%\",\"imageWidthUnitTablet\":\"%\",\"imageWidthUnitMobile\":\"%\",\"subHeadTopMargin\":0,\"subHeadRightMargin\":40,\"subHeadLeftMargin\":0,\"subHeadMarginTopTablet\":0,\"subHeadMarginRightTablet\":0,\"subHeadTabletSpace\":20,\"subHeadMarginLeftTablet\":0,\"btnBorderStyle\":\"solid\"} -->\n<div class=\"wp-block-uagb-info-box uagb-block-762a0a59 uagb-infobox__content-wrap  uagb-infobox-icon-above-title uagb-infobox-image-valign-top\"><div class=\"uagb-ifb-content\"><div class=\"uagb-ifb-image-content\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/beach.jpg\" alt=\"\"/></div><div class=\"uagb-ifb-title-wrap\"><h3 class=\"uagb-ifb-title\">Private Beach​</h3></div><p class=\"uagb-ifb-desc\">Want to take a dip into the sea? All our guests get complimentary access to our private beach.</p><div class=\"uagb-ifb-button-wrapper wp-block-button\"><a href=\"#\" target=\"_self\" class=\"uagb-infobox-cta-link\" rel=\"noopener noreferrer\" alt=\"\"><span class=\"uagb-inline-editing\">READ MORE</span></a></div></div></div>\n<!-- /wp:uagb/info-box --></div>\n<!-- /wp:uagb/container --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"d5cea668\",\"innerContentCustomWidthDesktop\":781,\"innerContentCustomWidthTablet\":781,\"backgroundType\":\"image\",\"backgroundImageDesktop\":{\"id\":54,\"title\":\"background-img\",\"filename\":\"background-img-1.jpg\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/background-img-1.jpg\",\"link\":\"https://blueroan.netgen.cloud/background-img-2/\",\"alt\":\"\",\"author\":\"34\",\"description\":\"\",\"caption\":\"\",\"name\":\"background-img-2\",\"status\":\"inherit\",\"uploadedTo\":0,\"date\":\"2021-05-07T10:11:37.000Z\",\"modified\":\"2021-05-07T10:11:37.000Z\",\"menuOrder\":0,\"mime\":\"image/jpeg\",\"type\":\"image\",\"subtype\":\"jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/default.png\",\"dateFormatted\":\"May 7, 2021\",\"nonces\":{\"update\":\"bb999636b9\",\"delete\":\"d2e1375bc4\",\"edit\":\"005dd2f0c9\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=54\\u0026action=edit\",\"meta\":false,\"authorName\":\"Rishabh\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/user-edit.php?user_id=34\",\"filesizeInBytes\":338858,\"filesizeHumanReadable\":\"331 KB\",\"context\":\"\",\"height\":1080,\"width\":1920,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/background-img-1-150x150.jpg\",\"orientation\":\"landscape\"},\"medium\":{\"height\":169,\"width\":300,\"url\":\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/background-img-1-300x169.jpg\",\"orientation\":\"landscape\"},\"large\":{\"height\":576,\"width\":1024,\"url\":\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/background-img-1-1024x576.jpg\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/background-img-1.jpg\",\"height\":1080,\"width\":1920,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"backgroundImageColor\":\"rgba(42,42,42,0.65)\",\"topPaddingDesktop\":144,\"bottomPaddingDesktop\":144,\"leftPaddingDesktop\":40,\"rightPaddingDesktop\":40,\"topPaddingTablet\":80,\"bottomPaddingTablet\":80,\"leftPaddingTablet\":40,\"rightPaddingTablet\":40,\"topPaddingMobile\":64,\"bottomPaddingMobile\":64,\"leftPaddingMobile\":24,\"rightPaddingMobile\":24,\"paddingLink\":false,\"variationSelected\":true,\"isBlockRootParent\":true,\"overlayType\":\"color\"} -->\n<div class=\"wp-block-uagb-container uagb-block-d5cea668 alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/advanced-heading {\"block_id\":\"fd89b8ca\",\"classMigrate\":true,\"headingDescToggle\":true,\"headingAlign\":\"center\",\"headingColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"subHeadingColor\":\"var(\\u002d\\u002dast-global-color-4)\",\"headSpace\":20} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-fd89b8ca\"><h2 class=\"uagb-heading-text\">Plan an Unforgettable Experience in Mykonos Today!</h2><p class=\"uagb-desc-text\">We can help you fit your stay and experience within your allotted budget.</p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/advanced-heading {\"block_id\":\"d75d81d6\",\"classMigrate\":true,\"headingTitleToggle\":false,\"headingDescToggle\":true,\"headingAlign\":\"center\",\"subHeadingColor\":\"var(\\u002d\\u002dast-global-color-4)\",\"subHeadTransform\":\"uppercase\",\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"subHeadLetterSpacing\":2,\"blockTopPadding\":60,\"blockRightPadding\":0,\"blockLeftPadding\":0,\"blockBottomPadding\":0,\"blockTopPaddingMobile\":30,\"blockRightPaddingMobile\":0,\"blockLeftPaddingMobile\":0,\"blockBottomPaddingMobile\":0} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-d75d81d6\"><p class=\"uagb-desc-text\">BOOK YOUR STAY NOW​</p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/icon-list {\"block_id\":\"8fb8c3f1\",\"classMigrate\":true,\"childMigrate\":true,\"align\":\"center\",\"parentIcon\":\"phone\",\"size\":40,\"sizeMobile\":24,\"sizeTablet\":32,\"fontSize\":48,\"fontSizeMobile\":28,\"fontSizeTablet\":40,\"fontWeight\":\"600\",\"iconColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"labelColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"blockTopPadding\":0,\"blockRightPadding\":0,\"blockLeftPadding\":0,\"blockBottomPadding\":24,\"blockPaddingLink\":false} -->\n<div class=\"wp-block-uagb-icon-list uagb-block-8fb8c3f1\"><div class=\"uagb-icon-list__wrap\"><!-- wp:uagb/icon-list-child {\"block_id\":\"b26218a3\",\"label\":\"+1-123 456 7890​\",\"label_color\":\"\",\"fromParentIcon\":\"phone\",\"imageSizeChild\":40} -->\n<div class=\"wp-block-uagb-icon-list-child uagb-block-b26218a3\"><span class=\"uagb-icon-list__source-wrap\"><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M511.2 387l-23.25 100.8c-3.266 14.25-15.79 24.22-30.46 24.22C205.2 512 0 306.8 0 54.5c0-14.66 9.969-27.2 24.22-30.45l100.8-23.25C139.7-2.602 154.7 5.018 160.8 18.92l46.52 108.5c5.438 12.78 1.77 27.67-8.98 36.45L144.5 207.1c33.98 69.22 90.26 125.5 159.5 159.5l44.08-53.8c8.688-10.78 23.69-14.51 36.47-8.975l108.5 46.51C506.1 357.2 514.6 372.4 511.2 387z\"></path></svg></span><span class=\"uagb-icon-list__label\">+1-123 456 7890​</span></div>\n<!-- /wp:uagb/icon-list-child --></div></div>\n<!-- /wp:uagb/icon-list --></div></div>\n<!-- /wp:uagb/container -->',	'Amenities',	'',	'inherit',	'closed',	'closed',	'',	'762-revision-v1',	'',	'',	'2022-12-15 11:23:00',	'2022-12-15 11:23:00',	'',	762,	'https://blueroan.netgen.cloud/?p=1181',	0,	'revision',	'',	0),
(1183,	2,	'2022-12-15 11:26:26',	'2022-12-15 11:26:26',	'',	'eyJidWNrZXQiOiJhc3NldHMuYWxsdHJhaWxzLmNvbSIsImtleSI6InVwbG9hZHMvcGhvdG8vaW1hZ2UvNDMxNzk4MTAvYjZkYTAz',	'',	'inherit',	'open',	'closed',	'',	'eyjidwnrzxqioijhc3nldhmuywxsdhjhawxzlmnvbsisimtlesi6invwbg9hzhmvcghvdg8vaw1hz2uvndmxnzk4mtavyjzkytaz',	'',	'',	'2022-12-15 11:26:26',	'2022-12-15 11:26:26',	'',	762,	'https://blueroan.netgen.cloud/wp-content/uploads/2022/12/eyJidWNrZXQiOiJhc3NldHMuYWxsdHJhaWxzLmNvbSIsImtleSI6InVwbG9hZHMvcGhvdG8vaW1hZ2UvNDMxNzk4MTAvYjZkYTAz.png',	0,	'attachment',	'image/png',	0),
(1184,	2,	'2022-12-15 11:29:01',	'2022-12-15 11:29:01',	'',	'download-3',	'',	'inherit',	'open',	'closed',	'',	'download-3',	'',	'',	'2022-12-15 11:29:01',	'2022-12-15 11:29:01',	'',	762,	'https://blueroan.netgen.cloud/wp-content/uploads/2022/12/download-3.png',	0,	'attachment',	'image/png',	0),
(1185,	2,	'2022-12-15 11:32:18',	'2022-12-15 11:32:18',	'',	'49089607_1950305445047847_5177863042771189760_n',	'',	'inherit',	'open',	'closed',	'',	'49089607_1950305445047847_5177863042771189760_n',	'',	'',	'2022-12-15 11:32:18',	'2022-12-15 11:32:18',	'',	762,	'https://blueroan.netgen.cloud/wp-content/uploads/2022/12/49089607_1950305445047847_5177863042771189760_n.png',	0,	'attachment',	'image/png',	0),
(1186,	2,	'2022-12-15 11:32:26',	'2022-12-15 11:32:26',	'<!-- wp:uagb/container {\"block_id\":\"b1658e07\",\"backgroundType\":\"image\",\"backgroundImageDesktop\":{\"id\":1007,\"title\":\"AAEAAQAAAAAAAAAAAAAAJDg5NmY0ZGUxLWE4MTgtNDY5NC1iODFhLTBmN2Q0ZDc5ZWFiNw-1\",\"filename\":\"AAEAAQAAAAAAAAAAAAAAJDg5NmY0ZGUxLWE4MTgtNDY5NC1iODFhLTBmN2Q0ZDc5ZWFiNw-1.png\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAAJDg5NmY0ZGUxLWE4MTgtNDY5NC1iODFhLTBmN2Q0ZDc5ZWFiNw-1.png\",\"link\":\"https://blueroan.netgen.cloud/the-barn/aaeaaqaaaaaaaaaaaaaajdg5nmy0zguxlwe4mtgtndy5nc1iodfhltbmn2q0zdc5zwfinw-1/\",\"alt\":\"\",\"author\":\"2\",\"description\":\"\",\"caption\":\"\",\"name\":\"aaeaaqaaaaaaaaaaaaaajdg5nmy0zguxlwe4mtgtndy5nc1iodfhltbmn2q0zdc5zwfinw-1\",\"status\":\"inherit\",\"uploadedTo\":948,\"date\":\"2022-12-14T10:50:25.000Z\",\"modified\":\"2022-12-14T10:50:25.000Z\",\"menuOrder\":0,\"mime\":\"image/png\",\"type\":\"image\",\"subtype\":\"png\",\"icon\":\"https://blueroan.netgen.cloud/wp-includes/images/media/default.png\",\"dateFormatted\":\"December 14, 2022\",\"nonces\":{\"update\":\"483f8bdf3d\",\"delete\":\"0a7ebc92ef\",\"edit\":\"6bc1c6a685\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=1007\\u0026action=edit\",\"meta\":false,\"authorName\":\"Netgen Support\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/profile.php\",\"uploadedToTitle\":\"The Barn\",\"uploadedToLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=948\\u0026action=edit\",\"filesizeInBytes\":1348989,\"filesizeHumanReadable\":\"1 MB\",\"context\":\"\",\"height\":667,\"width\":1000,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAAJDg5NmY0ZGUxLWE4MTgtNDY5NC1iODFhLTBmN2Q0ZDc5ZWFiNw-1-150x150.png\",\"orientation\":\"landscape\"},\"medium\":{\"height\":200,\"width\":300,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAAJDg5NmY0ZGUxLWE4MTgtNDY5NC1iODFhLTBmN2Q0ZDc5ZWFiNw-1-300x200.png\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAAJDg5NmY0ZGUxLWE4MTgtNDY5NC1iODFhLTBmN2Q0ZDc5ZWFiNw-1.png\",\"height\":667,\"width\":1000,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"backgroundPositionDesktop\":{\"x\":0.61,\"y\":0.52},\"backgroundSizeTablet\":\"cover\",\"backgroundSizeMobile\":\"cover\",\"backgroundColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"backgroundImageColor\":\"rgba(42,42,42,0.5)\",\"topPaddingDesktop\":220,\"bottomPaddingDesktop\":150,\"topPaddingTablet\":170,\"bottomPaddingTablet\":160,\"leftPaddingTablet\":30,\"rightPaddingTablet\":30,\"topPaddingMobile\":180,\"bottomPaddingMobile\":80,\"leftPaddingMobile\":20,\"rightPaddingMobile\":20,\"paddingLink\":false,\"variationSelected\":true,\"isBlockRootParent\":true,\"overlayType\":\"color\"} -->\n<div class=\"wp-block-uagb-container uagb-block-b1658e07 alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/advanced-heading {\"block_id\":\"eccfb8bb\",\"classMigrate\":true,\"headingDescToggle\":true,\"headingColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"subHeadingColor\":\"var(\\u002d\\u002dast-global-color-4)\",\"headingTag\":\"h1\",\"headSpace\":20,\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"blockTopPadding\":0,\"blockRightPadding\":50,\"blockLeftPadding\":0,\"blockBottomPadding\":0,\"blockTopPaddingTablet\":0,\"blockRightPaddingTablet\":20,\"blockLeftPaddingTablet\":0,\"blockBottomPaddingTablet\":0,\"blockTopPaddingMobile\":0,\"blockRightPaddingMobile\":0,\"blockLeftPaddingMobile\":0,\"blockBottomPaddingMobile\":0,\"blockPaddingUnit\":\"%\",\"blockPaddingUnitTablet\":\"%\"} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-eccfb8bb\"><h1 class=\"uagb-heading-text\">Amenities &amp; Interests​</h1><p class=\"uagb-desc-text\">We do not give you just rooms to stay in. We give you an environment where you can experience the best while on a holiday with us. </p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:buttons -->\n<div class=\"wp-block-buttons\"><!-- wp:button -->\n<div class=\"wp-block-button\"><a class=\"wp-block-button__link wp-element-button\" href=\"https://book.nightsbridge.com/11065\" target=\"_blank\" rel=\"noreferrer noopener\">BOOK NOW</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"e49327c1\",\"topPaddingDesktop\":60,\"bottomPaddingDesktop\":60,\"leftPaddingDesktop\":0,\"rightPaddingDesktop\":0,\"paddingLink\":false,\"variationSelected\":true,\"isBlockRootParent\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-e49327c1 alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"align\":\"center\",\"id\":828,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image aligncenter size-full\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Blue-Roan-pool.png\" alt=\"Blue Roan\'s rock pool\" class=\"wp-image-828\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>A relaxing rock Pool​</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>We have a lovely sparkling blue rock pool next to a thatched Lapa. &nbsp;&nbsp;Lie on recliners on the green lawn or sit on the swing chair in the Lapa and enjoy the panoramic view of the Magaliesberg mountain range.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":829,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/img-20160605-wa0002-largejpg.png\" alt=\"\" class=\"wp-image-829\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>Braai facilities </h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>What can compare to a burning fire under the star-lit African sky? Nothing beats the flavor of cooking over an open flame.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":830,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/ef9d0188da11e2bc56788f5619d9d539.png\" alt=\"\" class=\"wp-image-830\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>A games room </h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>The reception is also a games room for those who enjoy darts or playing pool. &nbsp;Take a selection of DVDs back to your room and watch movies on your own DVD player. &nbsp;There is also a selection of board games and music CDs that you can borrow.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"align\":\"center\",\"id\":1183,\"width\":370,\"height\":440,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image aligncenter size-full is-resized\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/eyJidWNrZXQiOiJhc3NldHMuYWxsdHJhaWxzLmNvbSIsImtleSI6InVwbG9hZHMvcGhvdG8vaW1hZ2UvNDMxNzk4MTAvYjZkYTAz.png\" alt=\"\" class=\"wp-image-1183\" width=\"370\" height=\"440\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>Walking and hiking</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>We have a lovely sparkling blue rock pool next to a thatched Lapa. &nbsp;&nbsp;Lie on recliners on the green lawn or sit on the swing chair in the Lapa and enjoy the panoramic view of the Magaliesberg mountain range.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":1185,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/49089607_1950305445047847_5177863042771189760_n.png\" alt=\"\" class=\"wp-image-1185\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>Mountain biking</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>What can compare to a burning fire under the star-lit African sky? Nothing beats the flavor of cooking over an open flame.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":830,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/ef9d0188da11e2bc56788f5619d9d539.png\" alt=\"\" class=\"wp-image-830\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>Horse riding </h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>The reception is also a games room for those who enjoy darts or playing pool. &nbsp;Take a selection of DVDs back to your room and watch movies on your own DVD player. &nbsp;There is also a selection of board games and music CDs that you can borrow.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"69f25109\",\"innerContentWidth\":\"alignfull\",\"directionDesktop\":\"row\",\"wrapTablet\":\"wrap\",\"variationSelected\":true,\"rowGapTablet\":0,\"columnGapDesktop\":0,\"isBlockRootParent\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-69f25109 alignfull uagb-is-root-container\"><!-- wp:uagb/container {\"block_id\":\"98c90424\",\"widthDesktop\":25,\"widthTablet\":50,\"variationSelected\":true,\"widthSetByUser\":true,\"UAGHideMob\":true,\"UAGResponsiveConditions\":true} -->\n<div class=\"wp-block-uagb-container uag-hide-mob uagb-block-98c90424\"><!-- wp:uagb/image {\"block_id\":\"8f3d8557\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/amenities-1.jpg\",\"id\":220,\"linkDestination\":\"none\",\"width\":480,\"height\":500,\"naturalWidth\":480,\"naturalHeight\":500,\"sizeSlug\":\"full\",\"sizeSlugTablet\":\"full\",\"sizeSlugMobile\":\"full\"} -->\n<div class=\"wp-block-uagb-image uagb-block-8f3d8557 wp-block-uagb-image--layout-default wp-block-uagb-image--effect-static wp-block-uagb-image--align-none\"><figure class=\"wp-block-uagb-image__figure\"><img srcset=\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/amenities-1.jpg \" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/amenities-1.jpg\" alt=\"\" class=\"uag-image-220\" width=\"480\" height=\"500\" title=\"\" loading=\"lazy\"/></figure></div>\n<!-- /wp:uagb/image --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"d6182b14\",\"widthDesktop\":25,\"widthTablet\":50,\"variationSelected\":true,\"widthSetByUser\":true,\"UAGHideMob\":true,\"UAGResponsiveConditions\":true} -->\n<div class=\"wp-block-uagb-container uag-hide-mob uagb-block-d6182b14\"><!-- wp:uagb/image {\"block_id\":\"969c21fb\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/amenities-3.jpg\",\"id\":222,\"linkDestination\":\"none\",\"naturalWidth\":480,\"naturalHeight\":500,\"sizeSlug\":\"full\",\"sizeSlugTablet\":\"full\",\"sizeSlugMobile\":\"full\"} -->\n<div class=\"wp-block-uagb-image uagb-block-969c21fb wp-block-uagb-image--layout-default wp-block-uagb-image--effect-static wp-block-uagb-image--align-none\"><figure class=\"wp-block-uagb-image__figure\"><img srcset=\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/amenities-3.jpg \" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/amenities-3.jpg\" alt=\"\" class=\"uag-image-222\" width=\"\" height=\"\" title=\"\" loading=\"lazy\"/></figure></div>\n<!-- /wp:uagb/image --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"d24fa8db\",\"widthDesktop\":50,\"widthTablet\":100,\"variationSelected\":true,\"columnGapDesktop\":20,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-d24fa8db\"><!-- wp:uagb/image {\"block_id\":\"0e671d67\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/amenities-5.jpg\",\"id\":224,\"linkDestination\":\"none\",\"width\":960,\"height\":500,\"naturalWidth\":960,\"naturalHeight\":500,\"sizeSlug\":\"full\",\"sizeSlugTablet\":\"full\",\"sizeSlugMobile\":\"full\"} -->\n<div class=\"wp-block-uagb-image uagb-block-0e671d67 wp-block-uagb-image--layout-default wp-block-uagb-image--effect-static wp-block-uagb-image--align-none\"><figure class=\"wp-block-uagb-image__figure\"><img srcset=\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/amenities-5.jpg \" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/amenities-5.jpg\" alt=\"\" class=\"uag-image-224\" width=\"960\" height=\"500\" title=\"\" loading=\"lazy\"/></figure></div>\n<!-- /wp:uagb/image --></div>\n<!-- /wp:uagb/container --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"5b85e13c\",\"innerContentWidth\":\"alignfull\",\"directionDesktop\":\"row\",\"wrapTablet\":\"wrap\",\"variationSelected\":true,\"rowGapTablet\":0,\"columnGapDesktop\":0,\"isBlockRootParent\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-5b85e13c alignfull uagb-is-root-container\"><!-- wp:uagb/container {\"block_id\":\"c66e271f\",\"widthDesktop\":50,\"widthTablet\":100,\"variationSelected\":true,\"columnGapDesktop\":20,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-c66e271f\"><!-- wp:uagb/image {\"block_id\":\"702cf1b5\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/amenities-6-1.jpg\",\"id\":230,\"linkDestination\":\"none\",\"naturalWidth\":960,\"naturalHeight\":500,\"sizeSlug\":\"full\",\"sizeSlugTablet\":\"full\",\"sizeSlugMobile\":\"full\"} -->\n<div class=\"wp-block-uagb-image uagb-block-702cf1b5 wp-block-uagb-image--layout-default wp-block-uagb-image--effect-static wp-block-uagb-image--align-none\"><figure class=\"wp-block-uagb-image__figure\"><img srcset=\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/amenities-6-1.jpg \" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/amenities-6-1.jpg\" alt=\"\" class=\"uag-image-230\" width=\"\" height=\"\" title=\"\" loading=\"lazy\"/></figure></div>\n<!-- /wp:uagb/image --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"b46ef34d\",\"widthDesktop\":25,\"variationSelected\":true,\"widthSetByUser\":true,\"UAGHideMob\":true,\"UAGResponsiveConditions\":true} -->\n<div class=\"wp-block-uagb-container uag-hide-mob uagb-block-b46ef34d\"><!-- wp:uagb/image {\"block_id\":\"87c746ff\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/amenities-2.jpg\",\"id\":221,\"linkDestination\":\"none\",\"naturalWidth\":480,\"naturalHeight\":500,\"sizeSlug\":\"full\",\"sizeSlugTablet\":\"full\",\"sizeSlugMobile\":\"full\"} -->\n<div class=\"wp-block-uagb-image uagb-block-87c746ff wp-block-uagb-image--layout-default wp-block-uagb-image--effect-static wp-block-uagb-image--align-none\"><figure class=\"wp-block-uagb-image__figure\"><img srcset=\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/amenities-2.jpg \" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/amenities-2.jpg\" alt=\"\" class=\"uag-image-221\" width=\"\" height=\"\" title=\"\" loading=\"lazy\"/></figure></div>\n<!-- /wp:uagb/image --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"664f749f\",\"widthDesktop\":25,\"variationSelected\":true,\"widthSetByUser\":true,\"UAGHideMob\":true,\"UAGResponsiveConditions\":true} -->\n<div class=\"wp-block-uagb-container uag-hide-mob uagb-block-664f749f\"><!-- wp:uagb/image {\"block_id\":\"e3d18289\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/amenities-4.jpg\",\"id\":223,\"linkDestination\":\"none\",\"naturalWidth\":480,\"naturalHeight\":500,\"sizeSlug\":\"full\",\"sizeSlugTablet\":\"full\",\"sizeSlugMobile\":\"full\"} -->\n<div class=\"wp-block-uagb-image uagb-block-e3d18289 wp-block-uagb-image--layout-default wp-block-uagb-image--effect-static wp-block-uagb-image--align-none\"><figure class=\"wp-block-uagb-image__figure\"><img srcset=\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/amenities-4.jpg \" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/amenities-4.jpg\" alt=\"\" class=\"uag-image-223\" width=\"\" height=\"\" title=\"\" loading=\"lazy\"/></figure></div>\n<!-- /wp:uagb/image --></div>\n<!-- /wp:uagb/container --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"783d0df7\",\"backgroundType\":\"color\",\"backgroundSizeTablet\":\"cover\",\"backgroundSizeMobile\":\"cover\",\"backgroundColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"topPaddingDesktop\":120,\"bottomPaddingDesktop\":120,\"topPaddingTablet\":80,\"bottomPaddingTablet\":80,\"leftPaddingTablet\":30,\"rightPaddingTablet\":30,\"topPaddingMobile\":80,\"bottomPaddingMobile\":80,\"leftPaddingMobile\":20,\"rightPaddingMobile\":20,\"paddingLink\":false,\"variationSelected\":true,\"rowGapDesktop\":0,\"rowGapTablet\":0,\"isBlockRootParent\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-783d0df7 alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/container {\"block_id\":\"1084a671\",\"directionDesktop\":\"row\",\"alignItemsDesktop\":\"flex-end\",\"alignItemsTablet\":\"flex-end\",\"justifyContentDesktop\":\"flex-end\",\"justifyContentTablet\":\"space-between\",\"variationSelected\":true,\"rowGapMobile\":30,\"columnGapDesktop\":0} -->\n<div class=\"wp-block-uagb-container uagb-block-1084a671\"><!-- wp:uagb/advanced-heading {\"block_id\":\"6eb4f37e\",\"classMigrate\":true,\"headingDescToggle\":true,\"subHeadingColor\":\"\",\"headSpace\":20,\"subHeadFontSize\":16} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-6eb4f37e\"><h2 class=\"uagb-heading-text\">Other Perks &amp; Facilities ​</h2><p class=\"uagb-desc-text\">Looking for more? Well, we believe that every guest walks into our hotel for the best experience. And, we are determined to do that.</p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/buttons {\"block_id\":\"08fc8896\",\"classMigrate\":true,\"childMigrate\":true,\"align\":\"right\",\"alignTablet\":\"right\",\"alignMobile\":\"left\",\"gap\":0} -->\n<div class=\"wp-block-uagb-buttons uagb-buttons__outer-wrap uagb-btn__default-btn uagb-btn-tablet__default-btn uagb-btn-mobile__default-btn uagb-block-08fc8896\"><div class=\"uagb-buttons__wrap uagb-buttons-layout-wrap\"><!-- wp:uagb/buttons-child {\"block_id\":\"dce4d850\",\"label\":\"Get Bookings\",\"link\":\"#\",\"hColor\":\"\",\"borderWidth\":\"\",\"borderRadius\":\"\",\"borderStyle\":\"\",\"borderColor\":\"\",\"borderHColor\":\"\",\"btnBorderTopWidth\":1,\"btnBorderLeftWidth\":1,\"btnBorderRightWidth\":1,\"btnBorderBottomWidth\":1,\"btnBorderTopLeftRadius\":2,\"btnBorderTopRightRadius\":2,\"btnBorderBottomLeftRadius\":2,\"btnBorderBottomRightRadius\":2,\"btnBorderStyle\":\"solid\",\"btnBorderColor\":\"#333\",\"btnBorderHColor\":\"#333\"} -->\n<div class=\"wp-block-uagb-buttons-child uagb-buttons__outer-wrap uagb-block-dce4d850 wp-block-button is-style-outline\"><div class=\"uagb-button__wrapper\"><a class=\"uagb-buttons-repeater wp-block-button__link\" href=\"#\" rel=\"follow noopener\" target=\"_self\"><div class=\"uagb-button__link\">Get Bookings</div></a></div></div>\n<!-- /wp:uagb/buttons-child --></div></div>\n<!-- /wp:uagb/buttons --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"0b98a932\",\"directionDesktop\":\"row\",\"alignItemsTablet\":\"flex-start\",\"paddingLink\":false,\"topMarginDesktop\":54,\"bottomMarginDesktop\":0,\"leftMarginDesktop\":0,\"rightMarginDesktop\":0,\"topMarginTablet\":30,\"bottomMarginTablet\":0,\"leftMarginTablet\":0,\"rightMarginTablet\":0,\"marginLink\":false,\"variationSelected\":true,\"rowGapMobile\":65,\"columnGapDesktop\":48,\"columnGapTablet\":20} -->\n<div class=\"wp-block-uagb-container uagb-block-0b98a932\"><!-- wp:uagb/info-box {\"classMigrate\":true,\"headingAlign\":\"left\",\"headingColor\":\"\",\"subHeadingColor\":\"\",\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"source_type\":\"image\",\"block_id\":\"bc5caedb\",\"ctaType\":\"text\",\"ctaText\":\"READ MORE\",\"ctaLinkColor\":\"var(\\u002d\\u002dast-global-color-0)\",\"ctaDecoration\":\"underline\",\"ctaFontSize\":12,\"ctaFontWeight\":\"600\",\"ctaLetterSpacing\":2,\"ctaBorderStyle\":\"\",\"iconBottomMargin\":30,\"iconImage\":{\"id\":240,\"title\":\"terrace\",\"filename\":\"terrace.jpg\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/terrace.jpg\",\"link\":\"https://blueroan.netgen.cloud/terrace/\",\"alt\":\"\",\"author\":\"34\",\"description\":\"\",\"caption\":\"\",\"name\":\"terrace\",\"status\":\"inherit\",\"uploadedTo\":0,\"date\":\"2021-05-11T10:54:04.000Z\",\"modified\":\"2021-05-11T10:54:04.000Z\",\"menuOrder\":0,\"mime\":\"image/jpeg\",\"type\":\"image\",\"subtype\":\"jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/default.png\",\"dateFormatted\":\"May 11, 2021\",\"nonces\":{\"update\":\"6de8720da3\",\"delete\":\"d7905e75b9\",\"edit\":\"e7132a7b3e\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=240\\u0026action=edit\",\"meta\":false,\"authorName\":\"Rishabh\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/user-edit.php?user_id=34\",\"filesizeInBytes\":40742,\"filesizeHumanReadable\":\"40 KB\",\"context\":\"\",\"height\":440,\"width\":370,\"orientation\":\"portrait\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/terrace-150x150.jpg\",\"orientation\":\"landscape\"},\"medium\":{\"height\":300,\"width\":252,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/terrace-252x300-1.jpg\",\"orientation\":\"portrait\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/terrace.jpg\",\"height\":440,\"width\":370,\"orientation\":\"portrait\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"imageSize\":\"full\",\"imageWidth\":100,\"imageWidthMobile\":100,\"imageWidthTablet\":100,\"paddingBtnTop\":10,\"paddingBtnBottom\":10,\"paddingBtnLeft\":14,\"paddingBtnRight\":14,\"imageWidthUnit\":\"%\",\"imageWidthUnitTablet\":\"%\",\"imageWidthUnitMobile\":\"%\",\"subHeadTopMargin\":0,\"subHeadRightMargin\":40,\"subHeadLeftMargin\":0,\"subHeadMarginTopTablet\":0,\"subHeadMarginRightTablet\":0,\"subHeadTabletSpace\":20,\"subHeadMarginLeftTablet\":0,\"btnBorderStyle\":\"solid\"} -->\n<div class=\"wp-block-uagb-info-box uagb-block-bc5caedb uagb-infobox__content-wrap  uagb-infobox-icon-above-title uagb-infobox-image-valign-top\"><div class=\"uagb-ifb-content\"><div class=\"uagb-ifb-image-content\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/terrace.jpg\" alt=\"\"/></div><div class=\"uagb-ifb-title-wrap\"><h3 class=\"uagb-ifb-title\">Ocean View Terrace​</h3></div><p class=\"uagb-ifb-desc\">Among the scenic beauty of the city we also have an ocean view terrace for every suite in our hotel.</p><div class=\"uagb-ifb-button-wrapper wp-block-button\"><a href=\"#\" target=\"_self\" class=\"uagb-infobox-cta-link\" rel=\"noopener noreferrer\" alt=\"\"><span class=\"uagb-inline-editing\">READ MORE</span></a></div></div></div>\n<!-- /wp:uagb/info-box -->\n\n<!-- wp:uagb/info-box {\"classMigrate\":true,\"headingAlign\":\"left\",\"headingColor\":\"\",\"subHeadingColor\":\"\",\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"source_type\":\"image\",\"block_id\":\"be927766\",\"ctaType\":\"text\",\"ctaText\":\"READ MORE\",\"ctaLinkColor\":\"var(\\u002d\\u002dast-global-color-0)\",\"ctaDecoration\":\"underline\",\"ctaFontSize\":12,\"ctaFontWeight\":\"600\",\"ctaLetterSpacing\":2,\"ctaBorderStyle\":\"\",\"iconBottomMargin\":30,\"iconImage\":{\"id\":89,\"title\":\"food\",\"filename\":\"food.jpg\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/food.jpg\",\"link\":\"https://blueroan.netgen.cloud/food/\",\"alt\":\"\",\"author\":\"34\",\"description\":\"\",\"caption\":\"\",\"name\":\"food\",\"status\":\"inherit\",\"uploadedTo\":0,\"date\":\"2021-05-07T14:24:52.000Z\",\"modified\":\"2021-05-07T14:24:52.000Z\",\"menuOrder\":0,\"mime\":\"image/jpeg\",\"type\":\"image\",\"subtype\":\"jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/default.png\",\"dateFormatted\":\"May 7, 2021\",\"nonces\":{\"update\":\"b06173e227\",\"delete\":\"7de0e70fba\",\"edit\":\"7dc3d40920\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=89\\u0026action=edit\",\"meta\":false,\"authorName\":\"Rishabh\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/user-edit.php?user_id=34\",\"filesizeInBytes\":41933,\"filesizeHumanReadable\":\"41 KB\",\"context\":\"\",\"height\":440,\"width\":370,\"orientation\":\"portrait\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/food-150x150.jpg\",\"orientation\":\"landscape\"},\"medium\":{\"height\":300,\"width\":252,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/food-252x300-1.jpg\",\"orientation\":\"portrait\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/food.jpg\",\"height\":440,\"width\":370,\"orientation\":\"portrait\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"imageSize\":\"full\",\"imageWidth\":100,\"imageWidthMobile\":100,\"imageWidthTablet\":100,\"paddingBtnTop\":10,\"paddingBtnBottom\":10,\"paddingBtnLeft\":14,\"paddingBtnRight\":14,\"imageWidthUnit\":\"%\",\"imageWidthUnitTablet\":\"%\",\"imageWidthUnitMobile\":\"%\",\"subHeadTopMargin\":0,\"subHeadRightMargin\":40,\"subHeadLeftMargin\":0,\"subHeadMarginTopTablet\":0,\"subHeadMarginRightTablet\":0,\"subHeadTabletSpace\":20,\"subHeadMarginLeftTablet\":0,\"btnBorderStyle\":\"solid\"} -->\n<div class=\"wp-block-uagb-info-box uagb-block-be927766 uagb-infobox__content-wrap  uagb-infobox-icon-above-title uagb-infobox-image-valign-top\"><div class=\"uagb-ifb-content\"><div class=\"uagb-ifb-image-content\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/food.jpg\" alt=\"\"/></div><div class=\"uagb-ifb-title-wrap\"><h3 class=\"uagb-ifb-title\">Delicious Food​</h3></div><p class=\"uagb-ifb-desc\">We have team chefs from across the world. So you can enjoy the delicacies anytime during your stay.</p><div class=\"uagb-ifb-button-wrapper wp-block-button\"><a href=\"#\" target=\"_self\" class=\"uagb-infobox-cta-link\" rel=\"noopener noreferrer\" alt=\"\"><span class=\"uagb-inline-editing\">READ MORE</span></a></div></div></div>\n<!-- /wp:uagb/info-box -->\n\n<!-- wp:uagb/info-box {\"classMigrate\":true,\"headingAlign\":\"left\",\"headingColor\":\"\",\"subHeadingColor\":\"\",\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"source_type\":\"image\",\"block_id\":\"762a0a59\",\"ctaType\":\"text\",\"ctaText\":\"READ MORE\",\"ctaLinkColor\":\"var(\\u002d\\u002dast-global-color-0)\",\"ctaDecoration\":\"underline\",\"ctaFontSize\":12,\"ctaFontWeight\":\"600\",\"ctaLetterSpacing\":2,\"ctaBorderStyle\":\"\",\"iconBottomMargin\":30,\"iconImage\":{\"id\":241,\"title\":\"beach\",\"filename\":\"beach.jpg\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/beach.jpg\",\"link\":\"https://blueroan.netgen.cloud/beach/\",\"alt\":\"\",\"author\":\"34\",\"description\":\"\",\"caption\":\"\",\"name\":\"beach\",\"status\":\"inherit\",\"uploadedTo\":0,\"date\":\"2021-05-11T10:56:06.000Z\",\"modified\":\"2021-05-11T10:56:06.000Z\",\"menuOrder\":0,\"mime\":\"image/jpeg\",\"type\":\"image\",\"subtype\":\"jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/default.png\",\"dateFormatted\":\"May 11, 2021\",\"nonces\":{\"update\":\"65c348aac8\",\"delete\":\"6d551f7cf4\",\"edit\":\"026ca70d91\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=241\\u0026action=edit\",\"meta\":false,\"authorName\":\"Rishabh\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/user-edit.php?user_id=34\",\"filesizeInBytes\":38094,\"filesizeHumanReadable\":\"37 KB\",\"context\":\"\",\"height\":440,\"width\":370,\"orientation\":\"portrait\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/beach-150x150.jpg\",\"orientation\":\"landscape\"},\"medium\":{\"height\":300,\"width\":252,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/beach-252x300-1.jpg\",\"orientation\":\"portrait\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/beach.jpg\",\"height\":440,\"width\":370,\"orientation\":\"portrait\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"imageSize\":\"full\",\"imageWidth\":100,\"imageWidthMobile\":100,\"imageWidthTablet\":100,\"paddingBtnTop\":10,\"paddingBtnBottom\":10,\"paddingBtnLeft\":14,\"paddingBtnRight\":14,\"imageWidthUnit\":\"%\",\"imageWidthUnitTablet\":\"%\",\"imageWidthUnitMobile\":\"%\",\"subHeadTopMargin\":0,\"subHeadRightMargin\":40,\"subHeadLeftMargin\":0,\"subHeadMarginTopTablet\":0,\"subHeadMarginRightTablet\":0,\"subHeadTabletSpace\":20,\"subHeadMarginLeftTablet\":0,\"btnBorderStyle\":\"solid\"} -->\n<div class=\"wp-block-uagb-info-box uagb-block-762a0a59 uagb-infobox__content-wrap  uagb-infobox-icon-above-title uagb-infobox-image-valign-top\"><div class=\"uagb-ifb-content\"><div class=\"uagb-ifb-image-content\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/beach.jpg\" alt=\"\"/></div><div class=\"uagb-ifb-title-wrap\"><h3 class=\"uagb-ifb-title\">Private Beach​</h3></div><p class=\"uagb-ifb-desc\">Want to take a dip into the sea? All our guests get complimentary access to our private beach.</p><div class=\"uagb-ifb-button-wrapper wp-block-button\"><a href=\"#\" target=\"_self\" class=\"uagb-infobox-cta-link\" rel=\"noopener noreferrer\" alt=\"\"><span class=\"uagb-inline-editing\">READ MORE</span></a></div></div></div>\n<!-- /wp:uagb/info-box --></div>\n<!-- /wp:uagb/container --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"1f940784\",\"innerContentCustomWidthDesktop\":781,\"innerContentCustomWidthTablet\":781,\"backgroundType\":\"image\",\"backgroundImageDesktop\":{\"id\":54,\"title\":\"background-img\",\"filename\":\"background-img-1.jpg\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/background-img-1.jpg\",\"link\":\"https://blueroan.netgen.cloud/background-img-2/\",\"alt\":\"\",\"author\":\"34\",\"description\":\"\",\"caption\":\"\",\"name\":\"background-img-2\",\"status\":\"inherit\",\"uploadedTo\":0,\"date\":\"2021-05-07T10:11:37.000Z\",\"modified\":\"2021-05-07T10:11:37.000Z\",\"menuOrder\":0,\"mime\":\"image/jpeg\",\"type\":\"image\",\"subtype\":\"jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/default.png\",\"dateFormatted\":\"May 7, 2021\",\"nonces\":{\"update\":\"bb999636b9\",\"delete\":\"d2e1375bc4\",\"edit\":\"005dd2f0c9\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=54\\u0026action=edit\",\"meta\":false,\"authorName\":\"Rishabh\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/user-edit.php?user_id=34\",\"filesizeInBytes\":338858,\"filesizeHumanReadable\":\"331 KB\",\"context\":\"\",\"height\":1080,\"width\":1920,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/background-img-1-150x150.jpg\",\"orientation\":\"landscape\"},\"medium\":{\"height\":169,\"width\":300,\"url\":\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/background-img-1-300x169.jpg\",\"orientation\":\"landscape\"},\"large\":{\"height\":576,\"width\":1024,\"url\":\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/background-img-1-1024x576.jpg\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/background-img-1.jpg\",\"height\":1080,\"width\":1920,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"backgroundImageColor\":\"rgba(42,42,42,0.65)\",\"topPaddingDesktop\":144,\"bottomPaddingDesktop\":144,\"leftPaddingDesktop\":40,\"rightPaddingDesktop\":40,\"topPaddingTablet\":80,\"bottomPaddingTablet\":80,\"leftPaddingTablet\":40,\"rightPaddingTablet\":40,\"topPaddingMobile\":64,\"bottomPaddingMobile\":64,\"leftPaddingMobile\":24,\"rightPaddingMobile\":24,\"paddingLink\":false,\"variationSelected\":true,\"isBlockRootParent\":true,\"overlayType\":\"color\"} -->\n<div class=\"wp-block-uagb-container uagb-block-1f940784 alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/advanced-heading {\"block_id\":\"ef45745a\",\"classMigrate\":true,\"headingDescToggle\":true,\"headingAlign\":\"center\",\"headingColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"subHeadingColor\":\"var(\\u002d\\u002dast-global-color-4)\",\"headSpace\":20} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-ef45745a\"><h2 class=\"uagb-heading-text\">Plan an Unforgettable Experience in Mykonos Today!</h2><p class=\"uagb-desc-text\">We can help you fit your stay and experience within your allotted budget.</p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/advanced-heading {\"block_id\":\"d1cfe102\",\"classMigrate\":true,\"headingTitleToggle\":false,\"headingDescToggle\":true,\"headingAlign\":\"center\",\"subHeadingColor\":\"var(\\u002d\\u002dast-global-color-4)\",\"subHeadTransform\":\"uppercase\",\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"subHeadLetterSpacing\":2,\"blockTopPadding\":60,\"blockRightPadding\":0,\"blockLeftPadding\":0,\"blockBottomPadding\":0,\"blockTopPaddingMobile\":30,\"blockRightPaddingMobile\":0,\"blockLeftPaddingMobile\":0,\"blockBottomPaddingMobile\":0} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-d1cfe102\"><p class=\"uagb-desc-text\">BOOK YOUR STAY NOW​</p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/icon-list {\"block_id\":\"77ae0b97\",\"classMigrate\":true,\"childMigrate\":true,\"align\":\"center\",\"parentIcon\":\"phone\",\"size\":40,\"sizeMobile\":24,\"sizeTablet\":32,\"fontSize\":48,\"fontSizeMobile\":28,\"fontSizeTablet\":40,\"fontWeight\":\"600\",\"iconColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"labelColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"blockTopPadding\":0,\"blockRightPadding\":0,\"blockLeftPadding\":0,\"blockBottomPadding\":24,\"blockPaddingLink\":false} -->\n<div class=\"wp-block-uagb-icon-list uagb-block-77ae0b97\"><div class=\"uagb-icon-list__wrap\"><!-- wp:uagb/icon-list-child {\"block_id\":\"240ff1cc\",\"label\":\"+1-123 456 7890​\",\"label_color\":\"\",\"fromParentIcon\":\"phone\",\"imageSizeChild\":40} -->\n<div class=\"wp-block-uagb-icon-list-child uagb-block-240ff1cc\"><span class=\"uagb-icon-list__source-wrap\"><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M511.2 387l-23.25 100.8c-3.266 14.25-15.79 24.22-30.46 24.22C205.2 512 0 306.8 0 54.5c0-14.66 9.969-27.2 24.22-30.45l100.8-23.25C139.7-2.602 154.7 5.018 160.8 18.92l46.52 108.5c5.438 12.78 1.77 27.67-8.98 36.45L144.5 207.1c33.98 69.22 90.26 125.5 159.5 159.5l44.08-53.8c8.688-10.78 23.69-14.51 36.47-8.975l108.5 46.51C506.1 357.2 514.6 372.4 511.2 387z\"></path></svg></span><span class=\"uagb-icon-list__label\">+1-123 456 7890​</span></div>\n<!-- /wp:uagb/icon-list-child --></div></div>\n<!-- /wp:uagb/icon-list --></div></div>\n<!-- /wp:uagb/container -->',	'Amenities',	'',	'inherit',	'closed',	'closed',	'',	'762-revision-v1',	'',	'',	'2022-12-15 11:32:26',	'2022-12-15 11:32:26',	'',	762,	'https://blueroan.netgen.cloud/?p=1186',	0,	'revision',	'',	0),
(1187,	2,	'2022-12-15 11:32:49',	'2022-12-15 11:32:49',	'<!-- wp:uagb/container {\"block_id\":\"cd9ea203\",\"backgroundType\":\"image\",\"backgroundImageDesktop\":{\"id\":1007,\"title\":\"AAEAAQAAAAAAAAAAAAAAJDg5NmY0ZGUxLWE4MTgtNDY5NC1iODFhLTBmN2Q0ZDc5ZWFiNw-1\",\"filename\":\"AAEAAQAAAAAAAAAAAAAAJDg5NmY0ZGUxLWE4MTgtNDY5NC1iODFhLTBmN2Q0ZDc5ZWFiNw-1.png\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAAJDg5NmY0ZGUxLWE4MTgtNDY5NC1iODFhLTBmN2Q0ZDc5ZWFiNw-1.png\",\"link\":\"https://blueroan.netgen.cloud/the-barn/aaeaaqaaaaaaaaaaaaaajdg5nmy0zguxlwe4mtgtndy5nc1iodfhltbmn2q0zdc5zwfinw-1/\",\"alt\":\"\",\"author\":\"2\",\"description\":\"\",\"caption\":\"\",\"name\":\"aaeaaqaaaaaaaaaaaaaajdg5nmy0zguxlwe4mtgtndy5nc1iodfhltbmn2q0zdc5zwfinw-1\",\"status\":\"inherit\",\"uploadedTo\":948,\"date\":\"2022-12-14T10:50:25.000Z\",\"modified\":\"2022-12-14T10:50:25.000Z\",\"menuOrder\":0,\"mime\":\"image/png\",\"type\":\"image\",\"subtype\":\"png\",\"icon\":\"https://blueroan.netgen.cloud/wp-includes/images/media/default.png\",\"dateFormatted\":\"December 14, 2022\",\"nonces\":{\"update\":\"483f8bdf3d\",\"delete\":\"0a7ebc92ef\",\"edit\":\"6bc1c6a685\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=1007\\u0026action=edit\",\"meta\":false,\"authorName\":\"Netgen Support\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/profile.php\",\"uploadedToTitle\":\"The Barn\",\"uploadedToLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=948\\u0026action=edit\",\"filesizeInBytes\":1348989,\"filesizeHumanReadable\":\"1 MB\",\"context\":\"\",\"height\":667,\"width\":1000,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAAJDg5NmY0ZGUxLWE4MTgtNDY5NC1iODFhLTBmN2Q0ZDc5ZWFiNw-1-150x150.png\",\"orientation\":\"landscape\"},\"medium\":{\"height\":200,\"width\":300,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAAJDg5NmY0ZGUxLWE4MTgtNDY5NC1iODFhLTBmN2Q0ZDc5ZWFiNw-1-300x200.png\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAAJDg5NmY0ZGUxLWE4MTgtNDY5NC1iODFhLTBmN2Q0ZDc5ZWFiNw-1.png\",\"height\":667,\"width\":1000,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"backgroundPositionDesktop\":{\"x\":0.61,\"y\":0.52},\"backgroundSizeTablet\":\"cover\",\"backgroundSizeMobile\":\"cover\",\"backgroundColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"backgroundImageColor\":\"rgba(42,42,42,0.5)\",\"topPaddingDesktop\":220,\"bottomPaddingDesktop\":150,\"topPaddingTablet\":170,\"bottomPaddingTablet\":160,\"leftPaddingTablet\":30,\"rightPaddingTablet\":30,\"topPaddingMobile\":180,\"bottomPaddingMobile\":80,\"leftPaddingMobile\":20,\"rightPaddingMobile\":20,\"paddingLink\":false,\"variationSelected\":true,\"isBlockRootParent\":true,\"overlayType\":\"color\"} -->\n<div class=\"wp-block-uagb-container uagb-block-cd9ea203 alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/advanced-heading {\"block_id\":\"6b71f663\",\"classMigrate\":true,\"headingDescToggle\":true,\"headingColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"subHeadingColor\":\"var(\\u002d\\u002dast-global-color-4)\",\"headingTag\":\"h1\",\"headSpace\":20,\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"blockTopPadding\":0,\"blockRightPadding\":50,\"blockLeftPadding\":0,\"blockBottomPadding\":0,\"blockTopPaddingTablet\":0,\"blockRightPaddingTablet\":20,\"blockLeftPaddingTablet\":0,\"blockBottomPaddingTablet\":0,\"blockTopPaddingMobile\":0,\"blockRightPaddingMobile\":0,\"blockLeftPaddingMobile\":0,\"blockBottomPaddingMobile\":0,\"blockPaddingUnit\":\"%\",\"blockPaddingUnitTablet\":\"%\"} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-6b71f663\"><h1 class=\"uagb-heading-text\">Amenities &amp; Interests​</h1><p class=\"uagb-desc-text\">We do not give you just rooms to stay in. We give you an environment where you can experience the best while on a holiday with us. </p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:buttons -->\n<div class=\"wp-block-buttons\"><!-- wp:button -->\n<div class=\"wp-block-button\"><a class=\"wp-block-button__link wp-element-button\" href=\"https://book.nightsbridge.com/11065\" target=\"_blank\" rel=\"noreferrer noopener\">BOOK NOW</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"a5da8728\",\"topPaddingDesktop\":60,\"bottomPaddingDesktop\":60,\"leftPaddingDesktop\":0,\"rightPaddingDesktop\":0,\"paddingLink\":false,\"variationSelected\":true,\"isBlockRootParent\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-a5da8728 alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"align\":\"center\",\"id\":828,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image aligncenter size-full\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Blue-Roan-pool.png\" alt=\"Blue Roan\'s rock pool\" class=\"wp-image-828\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>A relaxing rock Pool​</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>We have a lovely sparkling blue rock pool next to a thatched Lapa. &nbsp;&nbsp;Lie on recliners on the green lawn or sit on the swing chair in the Lapa and enjoy the panoramic view of the Magaliesberg mountain range.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":829,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/img-20160605-wa0002-largejpg.png\" alt=\"\" class=\"wp-image-829\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>Braai facilities </h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>What can compare to a burning fire under the star-lit African sky? Nothing beats the flavor of cooking over an open flame.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":830,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/ef9d0188da11e2bc56788f5619d9d539.png\" alt=\"\" class=\"wp-image-830\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>A games room </h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>The reception is also a games room for those who enjoy darts or playing pool. &nbsp;Take a selection of DVDs back to your room and watch movies on your own DVD player. &nbsp;There is also a selection of board games and music CDs that you can borrow.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"align\":\"center\",\"id\":1183,\"width\":370,\"height\":440,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image aligncenter size-full is-resized\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/eyJidWNrZXQiOiJhc3NldHMuYWxsdHJhaWxzLmNvbSIsImtleSI6InVwbG9hZHMvcGhvdG8vaW1hZ2UvNDMxNzk4MTAvYjZkYTAz.png\" alt=\"\" class=\"wp-image-1183\" width=\"370\" height=\"440\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>Walking and hiking</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>We have a lovely sparkling blue rock pool next to a thatched Lapa. &nbsp;&nbsp;Lie on recliners on the green lawn or sit on the swing chair in the Lapa and enjoy the panoramic view of the Magaliesberg mountain range.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":1185,\"height\":460,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full is-resized\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/49089607_1950305445047847_5177863042771189760_n.png\" alt=\"\" class=\"wp-image-1185\" height=\"460\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>Mountain biking</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>What can compare to a burning fire under the star-lit African sky? Nothing beats the flavor of cooking over an open flame.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":830,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/ef9d0188da11e2bc56788f5619d9d539.png\" alt=\"\" class=\"wp-image-830\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>Horse riding </h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>The reception is also a games room for those who enjoy darts or playing pool. &nbsp;Take a selection of DVDs back to your room and watch movies on your own DVD player. &nbsp;There is also a selection of board games and music CDs that you can borrow.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"4def0c45\",\"innerContentWidth\":\"alignfull\",\"directionDesktop\":\"row\",\"wrapTablet\":\"wrap\",\"variationSelected\":true,\"rowGapTablet\":0,\"columnGapDesktop\":0,\"isBlockRootParent\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-4def0c45 alignfull uagb-is-root-container\"><!-- wp:uagb/container {\"block_id\":\"c8e0695d\",\"widthDesktop\":25,\"widthTablet\":50,\"variationSelected\":true,\"widthSetByUser\":true,\"UAGHideMob\":true,\"UAGResponsiveConditions\":true} -->\n<div class=\"wp-block-uagb-container uag-hide-mob uagb-block-c8e0695d\"><!-- wp:uagb/image {\"block_id\":\"d6d8fcc9\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/amenities-1.jpg\",\"id\":220,\"linkDestination\":\"none\",\"width\":480,\"height\":500,\"naturalWidth\":480,\"naturalHeight\":500,\"sizeSlug\":\"full\",\"sizeSlugTablet\":\"full\",\"sizeSlugMobile\":\"full\"} -->\n<div class=\"wp-block-uagb-image uagb-block-d6d8fcc9 wp-block-uagb-image--layout-default wp-block-uagb-image--effect-static wp-block-uagb-image--align-none\"><figure class=\"wp-block-uagb-image__figure\"><img srcset=\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/amenities-1.jpg \" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/amenities-1.jpg\" alt=\"\" class=\"uag-image-220\" width=\"480\" height=\"500\" title=\"\" loading=\"lazy\"/></figure></div>\n<!-- /wp:uagb/image --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"1e72eead\",\"widthDesktop\":25,\"widthTablet\":50,\"variationSelected\":true,\"widthSetByUser\":true,\"UAGHideMob\":true,\"UAGResponsiveConditions\":true} -->\n<div class=\"wp-block-uagb-container uag-hide-mob uagb-block-1e72eead\"><!-- wp:uagb/image {\"block_id\":\"44bb3fa8\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/amenities-3.jpg\",\"id\":222,\"linkDestination\":\"none\",\"naturalWidth\":480,\"naturalHeight\":500,\"sizeSlug\":\"full\",\"sizeSlugTablet\":\"full\",\"sizeSlugMobile\":\"full\"} -->\n<div class=\"wp-block-uagb-image uagb-block-44bb3fa8 wp-block-uagb-image--layout-default wp-block-uagb-image--effect-static wp-block-uagb-image--align-none\"><figure class=\"wp-block-uagb-image__figure\"><img srcset=\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/amenities-3.jpg \" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/amenities-3.jpg\" alt=\"\" class=\"uag-image-222\" width=\"\" height=\"\" title=\"\" loading=\"lazy\"/></figure></div>\n<!-- /wp:uagb/image --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"b98b3e8e\",\"widthDesktop\":50,\"widthTablet\":100,\"variationSelected\":true,\"columnGapDesktop\":20,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-b98b3e8e\"><!-- wp:uagb/image {\"block_id\":\"fce39c6c\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/amenities-5.jpg\",\"id\":224,\"linkDestination\":\"none\",\"width\":960,\"height\":500,\"naturalWidth\":960,\"naturalHeight\":500,\"sizeSlug\":\"full\",\"sizeSlugTablet\":\"full\",\"sizeSlugMobile\":\"full\"} -->\n<div class=\"wp-block-uagb-image uagb-block-fce39c6c wp-block-uagb-image--layout-default wp-block-uagb-image--effect-static wp-block-uagb-image--align-none\"><figure class=\"wp-block-uagb-image__figure\"><img srcset=\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/amenities-5.jpg \" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/amenities-5.jpg\" alt=\"\" class=\"uag-image-224\" width=\"960\" height=\"500\" title=\"\" loading=\"lazy\"/></figure></div>\n<!-- /wp:uagb/image --></div>\n<!-- /wp:uagb/container --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"642f3ba6\",\"innerContentWidth\":\"alignfull\",\"directionDesktop\":\"row\",\"wrapTablet\":\"wrap\",\"variationSelected\":true,\"rowGapTablet\":0,\"columnGapDesktop\":0,\"isBlockRootParent\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-642f3ba6 alignfull uagb-is-root-container\"><!-- wp:uagb/container {\"block_id\":\"ece71f5c\",\"widthDesktop\":50,\"widthTablet\":100,\"variationSelected\":true,\"columnGapDesktop\":20,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-ece71f5c\"><!-- wp:uagb/image {\"block_id\":\"d6ab1906\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/amenities-6-1.jpg\",\"id\":230,\"linkDestination\":\"none\",\"naturalWidth\":960,\"naturalHeight\":500,\"sizeSlug\":\"full\",\"sizeSlugTablet\":\"full\",\"sizeSlugMobile\":\"full\"} -->\n<div class=\"wp-block-uagb-image uagb-block-d6ab1906 wp-block-uagb-image--layout-default wp-block-uagb-image--effect-static wp-block-uagb-image--align-none\"><figure class=\"wp-block-uagb-image__figure\"><img srcset=\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/amenities-6-1.jpg \" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/amenities-6-1.jpg\" alt=\"\" class=\"uag-image-230\" width=\"\" height=\"\" title=\"\" loading=\"lazy\"/></figure></div>\n<!-- /wp:uagb/image --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"ae4cbbb1\",\"widthDesktop\":25,\"variationSelected\":true,\"widthSetByUser\":true,\"UAGHideMob\":true,\"UAGResponsiveConditions\":true} -->\n<div class=\"wp-block-uagb-container uag-hide-mob uagb-block-ae4cbbb1\"><!-- wp:uagb/image {\"block_id\":\"846c2e9e\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/amenities-2.jpg\",\"id\":221,\"linkDestination\":\"none\",\"naturalWidth\":480,\"naturalHeight\":500,\"sizeSlug\":\"full\",\"sizeSlugTablet\":\"full\",\"sizeSlugMobile\":\"full\"} -->\n<div class=\"wp-block-uagb-image uagb-block-846c2e9e wp-block-uagb-image--layout-default wp-block-uagb-image--effect-static wp-block-uagb-image--align-none\"><figure class=\"wp-block-uagb-image__figure\"><img srcset=\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/amenities-2.jpg \" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/amenities-2.jpg\" alt=\"\" class=\"uag-image-221\" width=\"\" height=\"\" title=\"\" loading=\"lazy\"/></figure></div>\n<!-- /wp:uagb/image --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"1325f82c\",\"widthDesktop\":25,\"variationSelected\":true,\"widthSetByUser\":true,\"UAGHideMob\":true,\"UAGResponsiveConditions\":true} -->\n<div class=\"wp-block-uagb-container uag-hide-mob uagb-block-1325f82c\"><!-- wp:uagb/image {\"block_id\":\"b7383cbe\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/amenities-4.jpg\",\"id\":223,\"linkDestination\":\"none\",\"naturalWidth\":480,\"naturalHeight\":500,\"sizeSlug\":\"full\",\"sizeSlugTablet\":\"full\",\"sizeSlugMobile\":\"full\"} -->\n<div class=\"wp-block-uagb-image uagb-block-b7383cbe wp-block-uagb-image--layout-default wp-block-uagb-image--effect-static wp-block-uagb-image--align-none\"><figure class=\"wp-block-uagb-image__figure\"><img srcset=\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/amenities-4.jpg \" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/amenities-4.jpg\" alt=\"\" class=\"uag-image-223\" width=\"\" height=\"\" title=\"\" loading=\"lazy\"/></figure></div>\n<!-- /wp:uagb/image --></div>\n<!-- /wp:uagb/container --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"0dcf83de\",\"backgroundType\":\"color\",\"backgroundSizeTablet\":\"cover\",\"backgroundSizeMobile\":\"cover\",\"backgroundColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"topPaddingDesktop\":120,\"bottomPaddingDesktop\":120,\"topPaddingTablet\":80,\"bottomPaddingTablet\":80,\"leftPaddingTablet\":30,\"rightPaddingTablet\":30,\"topPaddingMobile\":80,\"bottomPaddingMobile\":80,\"leftPaddingMobile\":20,\"rightPaddingMobile\":20,\"paddingLink\":false,\"variationSelected\":true,\"rowGapDesktop\":0,\"rowGapTablet\":0,\"isBlockRootParent\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-0dcf83de alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/container {\"block_id\":\"6ab5ba86\",\"directionDesktop\":\"row\",\"alignItemsDesktop\":\"flex-end\",\"alignItemsTablet\":\"flex-end\",\"justifyContentDesktop\":\"flex-end\",\"justifyContentTablet\":\"space-between\",\"variationSelected\":true,\"rowGapMobile\":30,\"columnGapDesktop\":0} -->\n<div class=\"wp-block-uagb-container uagb-block-6ab5ba86\"><!-- wp:uagb/advanced-heading {\"block_id\":\"dfb63b6c\",\"classMigrate\":true,\"headingDescToggle\":true,\"subHeadingColor\":\"\",\"headSpace\":20,\"subHeadFontSize\":16} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-dfb63b6c\"><h2 class=\"uagb-heading-text\">Other Perks &amp; Facilities ​</h2><p class=\"uagb-desc-text\">Looking for more? Well, we believe that every guest walks into our hotel for the best experience. And, we are determined to do that.</p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/buttons {\"block_id\":\"97ca4f75\",\"classMigrate\":true,\"childMigrate\":true,\"align\":\"right\",\"alignTablet\":\"right\",\"alignMobile\":\"left\",\"gap\":0} -->\n<div class=\"wp-block-uagb-buttons uagb-buttons__outer-wrap uagb-btn__default-btn uagb-btn-tablet__default-btn uagb-btn-mobile__default-btn uagb-block-97ca4f75\"><div class=\"uagb-buttons__wrap uagb-buttons-layout-wrap\"><!-- wp:uagb/buttons-child {\"block_id\":\"4aeab043\",\"label\":\"Get Bookings\",\"link\":\"#\",\"hColor\":\"\",\"borderWidth\":\"\",\"borderRadius\":\"\",\"borderStyle\":\"\",\"borderColor\":\"\",\"borderHColor\":\"\",\"btnBorderTopWidth\":1,\"btnBorderLeftWidth\":1,\"btnBorderRightWidth\":1,\"btnBorderBottomWidth\":1,\"btnBorderTopLeftRadius\":2,\"btnBorderTopRightRadius\":2,\"btnBorderBottomLeftRadius\":2,\"btnBorderBottomRightRadius\":2,\"btnBorderStyle\":\"solid\",\"btnBorderColor\":\"#333\",\"btnBorderHColor\":\"#333\"} -->\n<div class=\"wp-block-uagb-buttons-child uagb-buttons__outer-wrap uagb-block-4aeab043 wp-block-button is-style-outline\"><div class=\"uagb-button__wrapper\"><a class=\"uagb-buttons-repeater wp-block-button__link\" href=\"#\" rel=\"follow noopener\" target=\"_self\"><div class=\"uagb-button__link\">Get Bookings</div></a></div></div>\n<!-- /wp:uagb/buttons-child --></div></div>\n<!-- /wp:uagb/buttons --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"482c5bf3\",\"directionDesktop\":\"row\",\"alignItemsTablet\":\"flex-start\",\"paddingLink\":false,\"topMarginDesktop\":54,\"bottomMarginDesktop\":0,\"leftMarginDesktop\":0,\"rightMarginDesktop\":0,\"topMarginTablet\":30,\"bottomMarginTablet\":0,\"leftMarginTablet\":0,\"rightMarginTablet\":0,\"marginLink\":false,\"variationSelected\":true,\"rowGapMobile\":65,\"columnGapDesktop\":48,\"columnGapTablet\":20} -->\n<div class=\"wp-block-uagb-container uagb-block-482c5bf3\"><!-- wp:uagb/info-box {\"classMigrate\":true,\"headingAlign\":\"left\",\"headingColor\":\"\",\"subHeadingColor\":\"\",\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"source_type\":\"image\",\"block_id\":\"bc5caedb\",\"ctaType\":\"text\",\"ctaText\":\"READ MORE\",\"ctaLinkColor\":\"var(\\u002d\\u002dast-global-color-0)\",\"ctaDecoration\":\"underline\",\"ctaFontSize\":12,\"ctaFontWeight\":\"600\",\"ctaLetterSpacing\":2,\"ctaBorderStyle\":\"\",\"iconBottomMargin\":30,\"iconImage\":{\"id\":240,\"title\":\"terrace\",\"filename\":\"terrace.jpg\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/terrace.jpg\",\"link\":\"https://blueroan.netgen.cloud/terrace/\",\"alt\":\"\",\"author\":\"34\",\"description\":\"\",\"caption\":\"\",\"name\":\"terrace\",\"status\":\"inherit\",\"uploadedTo\":0,\"date\":\"2021-05-11T10:54:04.000Z\",\"modified\":\"2021-05-11T10:54:04.000Z\",\"menuOrder\":0,\"mime\":\"image/jpeg\",\"type\":\"image\",\"subtype\":\"jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/default.png\",\"dateFormatted\":\"May 11, 2021\",\"nonces\":{\"update\":\"6de8720da3\",\"delete\":\"d7905e75b9\",\"edit\":\"e7132a7b3e\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=240\\u0026action=edit\",\"meta\":false,\"authorName\":\"Rishabh\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/user-edit.php?user_id=34\",\"filesizeInBytes\":40742,\"filesizeHumanReadable\":\"40 KB\",\"context\":\"\",\"height\":440,\"width\":370,\"orientation\":\"portrait\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/terrace-150x150.jpg\",\"orientation\":\"landscape\"},\"medium\":{\"height\":300,\"width\":252,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/terrace-252x300-1.jpg\",\"orientation\":\"portrait\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/terrace.jpg\",\"height\":440,\"width\":370,\"orientation\":\"portrait\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"imageSize\":\"full\",\"imageWidth\":100,\"imageWidthMobile\":100,\"imageWidthTablet\":100,\"paddingBtnTop\":10,\"paddingBtnBottom\":10,\"paddingBtnLeft\":14,\"paddingBtnRight\":14,\"imageWidthUnit\":\"%\",\"imageWidthUnitTablet\":\"%\",\"imageWidthUnitMobile\":\"%\",\"subHeadTopMargin\":0,\"subHeadRightMargin\":40,\"subHeadLeftMargin\":0,\"subHeadMarginTopTablet\":0,\"subHeadMarginRightTablet\":0,\"subHeadTabletSpace\":20,\"subHeadMarginLeftTablet\":0,\"btnBorderStyle\":\"solid\"} -->\n<div class=\"wp-block-uagb-info-box uagb-block-bc5caedb uagb-infobox__content-wrap  uagb-infobox-icon-above-title uagb-infobox-image-valign-top\"><div class=\"uagb-ifb-content\"><div class=\"uagb-ifb-image-content\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/terrace.jpg\" alt=\"\"/></div><div class=\"uagb-ifb-title-wrap\"><h3 class=\"uagb-ifb-title\">Ocean View Terrace​</h3></div><p class=\"uagb-ifb-desc\">Among the scenic beauty of the city we also have an ocean view terrace for every suite in our hotel.</p><div class=\"uagb-ifb-button-wrapper wp-block-button\"><a href=\"#\" target=\"_self\" class=\"uagb-infobox-cta-link\" rel=\"noopener noreferrer\" alt=\"\"><span class=\"uagb-inline-editing\">READ MORE</span></a></div></div></div>\n<!-- /wp:uagb/info-box -->\n\n<!-- wp:uagb/info-box {\"classMigrate\":true,\"headingAlign\":\"left\",\"headingColor\":\"\",\"subHeadingColor\":\"\",\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"source_type\":\"image\",\"block_id\":\"be927766\",\"ctaType\":\"text\",\"ctaText\":\"READ MORE\",\"ctaLinkColor\":\"var(\\u002d\\u002dast-global-color-0)\",\"ctaDecoration\":\"underline\",\"ctaFontSize\":12,\"ctaFontWeight\":\"600\",\"ctaLetterSpacing\":2,\"ctaBorderStyle\":\"\",\"iconBottomMargin\":30,\"iconImage\":{\"id\":89,\"title\":\"food\",\"filename\":\"food.jpg\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/food.jpg\",\"link\":\"https://blueroan.netgen.cloud/food/\",\"alt\":\"\",\"author\":\"34\",\"description\":\"\",\"caption\":\"\",\"name\":\"food\",\"status\":\"inherit\",\"uploadedTo\":0,\"date\":\"2021-05-07T14:24:52.000Z\",\"modified\":\"2021-05-07T14:24:52.000Z\",\"menuOrder\":0,\"mime\":\"image/jpeg\",\"type\":\"image\",\"subtype\":\"jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/default.png\",\"dateFormatted\":\"May 7, 2021\",\"nonces\":{\"update\":\"b06173e227\",\"delete\":\"7de0e70fba\",\"edit\":\"7dc3d40920\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=89\\u0026action=edit\",\"meta\":false,\"authorName\":\"Rishabh\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/user-edit.php?user_id=34\",\"filesizeInBytes\":41933,\"filesizeHumanReadable\":\"41 KB\",\"context\":\"\",\"height\":440,\"width\":370,\"orientation\":\"portrait\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/food-150x150.jpg\",\"orientation\":\"landscape\"},\"medium\":{\"height\":300,\"width\":252,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/food-252x300-1.jpg\",\"orientation\":\"portrait\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/food.jpg\",\"height\":440,\"width\":370,\"orientation\":\"portrait\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"imageSize\":\"full\",\"imageWidth\":100,\"imageWidthMobile\":100,\"imageWidthTablet\":100,\"paddingBtnTop\":10,\"paddingBtnBottom\":10,\"paddingBtnLeft\":14,\"paddingBtnRight\":14,\"imageWidthUnit\":\"%\",\"imageWidthUnitTablet\":\"%\",\"imageWidthUnitMobile\":\"%\",\"subHeadTopMargin\":0,\"subHeadRightMargin\":40,\"subHeadLeftMargin\":0,\"subHeadMarginTopTablet\":0,\"subHeadMarginRightTablet\":0,\"subHeadTabletSpace\":20,\"subHeadMarginLeftTablet\":0,\"btnBorderStyle\":\"solid\"} -->\n<div class=\"wp-block-uagb-info-box uagb-block-be927766 uagb-infobox__content-wrap  uagb-infobox-icon-above-title uagb-infobox-image-valign-top\"><div class=\"uagb-ifb-content\"><div class=\"uagb-ifb-image-content\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/food.jpg\" alt=\"\"/></div><div class=\"uagb-ifb-title-wrap\"><h3 class=\"uagb-ifb-title\">Delicious Food​</h3></div><p class=\"uagb-ifb-desc\">We have team chefs from across the world. So you can enjoy the delicacies anytime during your stay.</p><div class=\"uagb-ifb-button-wrapper wp-block-button\"><a href=\"#\" target=\"_self\" class=\"uagb-infobox-cta-link\" rel=\"noopener noreferrer\" alt=\"\"><span class=\"uagb-inline-editing\">READ MORE</span></a></div></div></div>\n<!-- /wp:uagb/info-box -->\n\n<!-- wp:uagb/info-box {\"classMigrate\":true,\"headingAlign\":\"left\",\"headingColor\":\"\",\"subHeadingColor\":\"\",\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"source_type\":\"image\",\"block_id\":\"762a0a59\",\"ctaType\":\"text\",\"ctaText\":\"READ MORE\",\"ctaLinkColor\":\"var(\\u002d\\u002dast-global-color-0)\",\"ctaDecoration\":\"underline\",\"ctaFontSize\":12,\"ctaFontWeight\":\"600\",\"ctaLetterSpacing\":2,\"ctaBorderStyle\":\"\",\"iconBottomMargin\":30,\"iconImage\":{\"id\":241,\"title\":\"beach\",\"filename\":\"beach.jpg\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/beach.jpg\",\"link\":\"https://blueroan.netgen.cloud/beach/\",\"alt\":\"\",\"author\":\"34\",\"description\":\"\",\"caption\":\"\",\"name\":\"beach\",\"status\":\"inherit\",\"uploadedTo\":0,\"date\":\"2021-05-11T10:56:06.000Z\",\"modified\":\"2021-05-11T10:56:06.000Z\",\"menuOrder\":0,\"mime\":\"image/jpeg\",\"type\":\"image\",\"subtype\":\"jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/default.png\",\"dateFormatted\":\"May 11, 2021\",\"nonces\":{\"update\":\"65c348aac8\",\"delete\":\"6d551f7cf4\",\"edit\":\"026ca70d91\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=241\\u0026action=edit\",\"meta\":false,\"authorName\":\"Rishabh\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/user-edit.php?user_id=34\",\"filesizeInBytes\":38094,\"filesizeHumanReadable\":\"37 KB\",\"context\":\"\",\"height\":440,\"width\":370,\"orientation\":\"portrait\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/beach-150x150.jpg\",\"orientation\":\"landscape\"},\"medium\":{\"height\":300,\"width\":252,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/beach-252x300-1.jpg\",\"orientation\":\"portrait\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/beach.jpg\",\"height\":440,\"width\":370,\"orientation\":\"portrait\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"imageSize\":\"full\",\"imageWidth\":100,\"imageWidthMobile\":100,\"imageWidthTablet\":100,\"paddingBtnTop\":10,\"paddingBtnBottom\":10,\"paddingBtnLeft\":14,\"paddingBtnRight\":14,\"imageWidthUnit\":\"%\",\"imageWidthUnitTablet\":\"%\",\"imageWidthUnitMobile\":\"%\",\"subHeadTopMargin\":0,\"subHeadRightMargin\":40,\"subHeadLeftMargin\":0,\"subHeadMarginTopTablet\":0,\"subHeadMarginRightTablet\":0,\"subHeadTabletSpace\":20,\"subHeadMarginLeftTablet\":0,\"btnBorderStyle\":\"solid\"} -->\n<div class=\"wp-block-uagb-info-box uagb-block-762a0a59 uagb-infobox__content-wrap  uagb-infobox-icon-above-title uagb-infobox-image-valign-top\"><div class=\"uagb-ifb-content\"><div class=\"uagb-ifb-image-content\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/beach.jpg\" alt=\"\"/></div><div class=\"uagb-ifb-title-wrap\"><h3 class=\"uagb-ifb-title\">Private Beach​</h3></div><p class=\"uagb-ifb-desc\">Want to take a dip into the sea? All our guests get complimentary access to our private beach.</p><div class=\"uagb-ifb-button-wrapper wp-block-button\"><a href=\"#\" target=\"_self\" class=\"uagb-infobox-cta-link\" rel=\"noopener noreferrer\" alt=\"\"><span class=\"uagb-inline-editing\">READ MORE</span></a></div></div></div>\n<!-- /wp:uagb/info-box --></div>\n<!-- /wp:uagb/container --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"b5a03f5c\",\"innerContentCustomWidthDesktop\":781,\"innerContentCustomWidthTablet\":781,\"backgroundType\":\"image\",\"backgroundImageDesktop\":{\"id\":54,\"title\":\"background-img\",\"filename\":\"background-img-1.jpg\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/background-img-1.jpg\",\"link\":\"https://blueroan.netgen.cloud/background-img-2/\",\"alt\":\"\",\"author\":\"34\",\"description\":\"\",\"caption\":\"\",\"name\":\"background-img-2\",\"status\":\"inherit\",\"uploadedTo\":0,\"date\":\"2021-05-07T10:11:37.000Z\",\"modified\":\"2021-05-07T10:11:37.000Z\",\"menuOrder\":0,\"mime\":\"image/jpeg\",\"type\":\"image\",\"subtype\":\"jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/default.png\",\"dateFormatted\":\"May 7, 2021\",\"nonces\":{\"update\":\"bb999636b9\",\"delete\":\"d2e1375bc4\",\"edit\":\"005dd2f0c9\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=54\\u0026action=edit\",\"meta\":false,\"authorName\":\"Rishabh\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/user-edit.php?user_id=34\",\"filesizeInBytes\":338858,\"filesizeHumanReadable\":\"331 KB\",\"context\":\"\",\"height\":1080,\"width\":1920,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/background-img-1-150x150.jpg\",\"orientation\":\"landscape\"},\"medium\":{\"height\":169,\"width\":300,\"url\":\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/background-img-1-300x169.jpg\",\"orientation\":\"landscape\"},\"large\":{\"height\":576,\"width\":1024,\"url\":\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/background-img-1-1024x576.jpg\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/background-img-1.jpg\",\"height\":1080,\"width\":1920,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"backgroundImageColor\":\"rgba(42,42,42,0.65)\",\"topPaddingDesktop\":144,\"bottomPaddingDesktop\":144,\"leftPaddingDesktop\":40,\"rightPaddingDesktop\":40,\"topPaddingTablet\":80,\"bottomPaddingTablet\":80,\"leftPaddingTablet\":40,\"rightPaddingTablet\":40,\"topPaddingMobile\":64,\"bottomPaddingMobile\":64,\"leftPaddingMobile\":24,\"rightPaddingMobile\":24,\"paddingLink\":false,\"variationSelected\":true,\"isBlockRootParent\":true,\"overlayType\":\"color\"} -->\n<div class=\"wp-block-uagb-container uagb-block-b5a03f5c alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/advanced-heading {\"block_id\":\"dd549b99\",\"classMigrate\":true,\"headingDescToggle\":true,\"headingAlign\":\"center\",\"headingColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"subHeadingColor\":\"var(\\u002d\\u002dast-global-color-4)\",\"headSpace\":20} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-dd549b99\"><h2 class=\"uagb-heading-text\">Plan an Unforgettable Experience in Mykonos Today!</h2><p class=\"uagb-desc-text\">We can help you fit your stay and experience within your allotted budget.</p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/advanced-heading {\"block_id\":\"dad31381\",\"classMigrate\":true,\"headingTitleToggle\":false,\"headingDescToggle\":true,\"headingAlign\":\"center\",\"subHeadingColor\":\"var(\\u002d\\u002dast-global-color-4)\",\"subHeadTransform\":\"uppercase\",\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"subHeadLetterSpacing\":2,\"blockTopPadding\":60,\"blockRightPadding\":0,\"blockLeftPadding\":0,\"blockBottomPadding\":0,\"blockTopPaddingMobile\":30,\"blockRightPaddingMobile\":0,\"blockLeftPaddingMobile\":0,\"blockBottomPaddingMobile\":0} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-dad31381\"><p class=\"uagb-desc-text\">BOOK YOUR STAY NOW​</p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/icon-list {\"block_id\":\"d485155e\",\"classMigrate\":true,\"childMigrate\":true,\"align\":\"center\",\"parentIcon\":\"phone\",\"size\":40,\"sizeMobile\":24,\"sizeTablet\":32,\"fontSize\":48,\"fontSizeMobile\":28,\"fontSizeTablet\":40,\"fontWeight\":\"600\",\"iconColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"labelColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"blockTopPadding\":0,\"blockRightPadding\":0,\"blockLeftPadding\":0,\"blockBottomPadding\":24,\"blockPaddingLink\":false} -->\n<div class=\"wp-block-uagb-icon-list uagb-block-d485155e\"><div class=\"uagb-icon-list__wrap\"><!-- wp:uagb/icon-list-child {\"block_id\":\"b17c3b1c\",\"label\":\"+1-123 456 7890​\",\"label_color\":\"\",\"fromParentIcon\":\"phone\",\"imageSizeChild\":40} -->\n<div class=\"wp-block-uagb-icon-list-child uagb-block-b17c3b1c\"><span class=\"uagb-icon-list__source-wrap\"><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M511.2 387l-23.25 100.8c-3.266 14.25-15.79 24.22-30.46 24.22C205.2 512 0 306.8 0 54.5c0-14.66 9.969-27.2 24.22-30.45l100.8-23.25C139.7-2.602 154.7 5.018 160.8 18.92l46.52 108.5c5.438 12.78 1.77 27.67-8.98 36.45L144.5 207.1c33.98 69.22 90.26 125.5 159.5 159.5l44.08-53.8c8.688-10.78 23.69-14.51 36.47-8.975l108.5 46.51C506.1 357.2 514.6 372.4 511.2 387z\"></path></svg></span><span class=\"uagb-icon-list__label\">+1-123 456 7890​</span></div>\n<!-- /wp:uagb/icon-list-child --></div></div>\n<!-- /wp:uagb/icon-list --></div></div>\n<!-- /wp:uagb/container -->',	'Amenities',	'',	'inherit',	'closed',	'closed',	'',	'762-revision-v1',	'',	'',	'2022-12-15 11:32:49',	'2022-12-15 11:32:49',	'',	762,	'https://blueroan.netgen.cloud/?p=1187',	0,	'revision',	'',	0),
(1188,	2,	'2022-12-15 11:33:30',	'2022-12-15 11:33:30',	'',	'49089607_1950305445047847_5177863042771189760_n-1',	'',	'inherit',	'open',	'closed',	'',	'49089607_1950305445047847_5177863042771189760_n-1',	'',	'',	'2022-12-15 11:33:30',	'2022-12-15 11:33:30',	'',	762,	'https://blueroan.netgen.cloud/wp-content/uploads/2022/12/49089607_1950305445047847_5177863042771189760_n-1.png',	0,	'attachment',	'image/png',	0),
(1189,	2,	'2022-12-15 11:33:51',	'2022-12-15 11:33:51',	'<!-- wp:uagb/container {\"block_id\":\"7f09ac87\",\"backgroundType\":\"image\",\"backgroundImageDesktop\":{\"id\":1007,\"title\":\"AAEAAQAAAAAAAAAAAAAAJDg5NmY0ZGUxLWE4MTgtNDY5NC1iODFhLTBmN2Q0ZDc5ZWFiNw-1\",\"filename\":\"AAEAAQAAAAAAAAAAAAAAJDg5NmY0ZGUxLWE4MTgtNDY5NC1iODFhLTBmN2Q0ZDc5ZWFiNw-1.png\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAAJDg5NmY0ZGUxLWE4MTgtNDY5NC1iODFhLTBmN2Q0ZDc5ZWFiNw-1.png\",\"link\":\"https://blueroan.netgen.cloud/the-barn/aaeaaqaaaaaaaaaaaaaajdg5nmy0zguxlwe4mtgtndy5nc1iodfhltbmn2q0zdc5zwfinw-1/\",\"alt\":\"\",\"author\":\"2\",\"description\":\"\",\"caption\":\"\",\"name\":\"aaeaaqaaaaaaaaaaaaaajdg5nmy0zguxlwe4mtgtndy5nc1iodfhltbmn2q0zdc5zwfinw-1\",\"status\":\"inherit\",\"uploadedTo\":948,\"date\":\"2022-12-14T10:50:25.000Z\",\"modified\":\"2022-12-14T10:50:25.000Z\",\"menuOrder\":0,\"mime\":\"image/png\",\"type\":\"image\",\"subtype\":\"png\",\"icon\":\"https://blueroan.netgen.cloud/wp-includes/images/media/default.png\",\"dateFormatted\":\"December 14, 2022\",\"nonces\":{\"update\":\"483f8bdf3d\",\"delete\":\"0a7ebc92ef\",\"edit\":\"6bc1c6a685\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=1007\\u0026action=edit\",\"meta\":false,\"authorName\":\"Netgen Support\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/profile.php\",\"uploadedToTitle\":\"The Barn\",\"uploadedToLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=948\\u0026action=edit\",\"filesizeInBytes\":1348989,\"filesizeHumanReadable\":\"1 MB\",\"context\":\"\",\"height\":667,\"width\":1000,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAAJDg5NmY0ZGUxLWE4MTgtNDY5NC1iODFhLTBmN2Q0ZDc5ZWFiNw-1-150x150.png\",\"orientation\":\"landscape\"},\"medium\":{\"height\":200,\"width\":300,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAAJDg5NmY0ZGUxLWE4MTgtNDY5NC1iODFhLTBmN2Q0ZDc5ZWFiNw-1-300x200.png\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAAJDg5NmY0ZGUxLWE4MTgtNDY5NC1iODFhLTBmN2Q0ZDc5ZWFiNw-1.png\",\"height\":667,\"width\":1000,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"backgroundPositionDesktop\":{\"x\":0.61,\"y\":0.52},\"backgroundSizeTablet\":\"cover\",\"backgroundSizeMobile\":\"cover\",\"backgroundColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"backgroundImageColor\":\"rgba(42,42,42,0.5)\",\"topPaddingDesktop\":220,\"bottomPaddingDesktop\":150,\"topPaddingTablet\":170,\"bottomPaddingTablet\":160,\"leftPaddingTablet\":30,\"rightPaddingTablet\":30,\"topPaddingMobile\":180,\"bottomPaddingMobile\":80,\"leftPaddingMobile\":20,\"rightPaddingMobile\":20,\"paddingLink\":false,\"variationSelected\":true,\"isBlockRootParent\":true,\"overlayType\":\"color\"} -->\n<div class=\"wp-block-uagb-container uagb-block-7f09ac87 alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/advanced-heading {\"block_id\":\"6a9c2021\",\"classMigrate\":true,\"headingDescToggle\":true,\"headingColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"subHeadingColor\":\"var(\\u002d\\u002dast-global-color-4)\",\"headingTag\":\"h1\",\"headSpace\":20,\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"blockTopPadding\":0,\"blockRightPadding\":50,\"blockLeftPadding\":0,\"blockBottomPadding\":0,\"blockTopPaddingTablet\":0,\"blockRightPaddingTablet\":20,\"blockLeftPaddingTablet\":0,\"blockBottomPaddingTablet\":0,\"blockTopPaddingMobile\":0,\"blockRightPaddingMobile\":0,\"blockLeftPaddingMobile\":0,\"blockBottomPaddingMobile\":0,\"blockPaddingUnit\":\"%\",\"blockPaddingUnitTablet\":\"%\"} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-6a9c2021\"><h1 class=\"uagb-heading-text\">Amenities &amp; Interests​</h1><p class=\"uagb-desc-text\">We do not give you just rooms to stay in. We give you an environment where you can experience the best while on a holiday with us. </p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:buttons -->\n<div class=\"wp-block-buttons\"><!-- wp:button -->\n<div class=\"wp-block-button\"><a class=\"wp-block-button__link wp-element-button\" href=\"https://book.nightsbridge.com/11065\" target=\"_blank\" rel=\"noreferrer noopener\">BOOK NOW</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"2ae102f3\",\"topPaddingDesktop\":60,\"bottomPaddingDesktop\":60,\"leftPaddingDesktop\":0,\"rightPaddingDesktop\":0,\"paddingLink\":false,\"variationSelected\":true,\"isBlockRootParent\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-2ae102f3 alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"align\":\"center\",\"id\":828,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image aligncenter size-full\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Blue-Roan-pool.png\" alt=\"Blue Roan\'s rock pool\" class=\"wp-image-828\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>A relaxing rock Pool​</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>We have a lovely sparkling blue rock pool next to a thatched Lapa. &nbsp;&nbsp;Lie on recliners on the green lawn or sit on the swing chair in the Lapa and enjoy the panoramic view of the Magaliesberg mountain range.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":829,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/img-20160605-wa0002-largejpg.png\" alt=\"\" class=\"wp-image-829\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>Braai facilities </h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>What can compare to a burning fire under the star-lit African sky? Nothing beats the flavor of cooking over an open flame.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":830,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/ef9d0188da11e2bc56788f5619d9d539.png\" alt=\"\" class=\"wp-image-830\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>A games room </h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>The reception is also a games room for those who enjoy darts or playing pool. &nbsp;Take a selection of DVDs back to your room and watch movies on your own DVD player. &nbsp;There is also a selection of board games and music CDs that you can borrow.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"align\":\"center\",\"id\":1183,\"width\":370,\"height\":440,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image aligncenter size-full is-resized\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/eyJidWNrZXQiOiJhc3NldHMuYWxsdHJhaWxzLmNvbSIsImtleSI6InVwbG9hZHMvcGhvdG8vaW1hZ2UvNDMxNzk4MTAvYjZkYTAz.png\" alt=\"\" class=\"wp-image-1183\" width=\"370\" height=\"440\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>Walking and hiking</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>We have a lovely sparkling blue rock pool next to a thatched Lapa. &nbsp;&nbsp;Lie on recliners on the green lawn or sit on the swing chair in the Lapa and enjoy the panoramic view of the Magaliesberg mountain range.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":1188,\"width\":370,\"height\":440,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large is-resized\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/49089607_1950305445047847_5177863042771189760_n-1-933x1024.png\" alt=\"\" class=\"wp-image-1188\" width=\"370\" height=\"440\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>Mountain biking</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>What can compare to a burning fire under the star-lit African sky? Nothing beats the flavor of cooking over an open flame.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":830,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/ef9d0188da11e2bc56788f5619d9d539.png\" alt=\"\" class=\"wp-image-830\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>Horse riding </h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>The reception is also a games room for those who enjoy darts or playing pool. &nbsp;Take a selection of DVDs back to your room and watch movies on your own DVD player. &nbsp;There is also a selection of board games and music CDs that you can borrow.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"ddcf3897\",\"innerContentWidth\":\"alignfull\",\"directionDesktop\":\"row\",\"wrapTablet\":\"wrap\",\"variationSelected\":true,\"rowGapTablet\":0,\"columnGapDesktop\":0,\"isBlockRootParent\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-ddcf3897 alignfull uagb-is-root-container\"><!-- wp:uagb/container {\"block_id\":\"5224257a\",\"widthDesktop\":25,\"widthTablet\":50,\"variationSelected\":true,\"widthSetByUser\":true,\"UAGHideMob\":true,\"UAGResponsiveConditions\":true} -->\n<div class=\"wp-block-uagb-container uag-hide-mob uagb-block-5224257a\"><!-- wp:uagb/image {\"block_id\":\"deab0db8\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/amenities-1.jpg\",\"id\":220,\"linkDestination\":\"none\",\"width\":480,\"height\":500,\"naturalWidth\":480,\"naturalHeight\":500,\"sizeSlug\":\"full\",\"sizeSlugTablet\":\"full\",\"sizeSlugMobile\":\"full\"} -->\n<div class=\"wp-block-uagb-image uagb-block-deab0db8 wp-block-uagb-image--layout-default wp-block-uagb-image--effect-static wp-block-uagb-image--align-none\"><figure class=\"wp-block-uagb-image__figure\"><img srcset=\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/amenities-1.jpg \" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/amenities-1.jpg\" alt=\"\" class=\"uag-image-220\" width=\"480\" height=\"500\" title=\"\" loading=\"lazy\"/></figure></div>\n<!-- /wp:uagb/image --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"55ba3639\",\"widthDesktop\":25,\"widthTablet\":50,\"variationSelected\":true,\"widthSetByUser\":true,\"UAGHideMob\":true,\"UAGResponsiveConditions\":true} -->\n<div class=\"wp-block-uagb-container uag-hide-mob uagb-block-55ba3639\"><!-- wp:uagb/image {\"block_id\":\"e7a294a7\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/amenities-3.jpg\",\"id\":222,\"linkDestination\":\"none\",\"naturalWidth\":480,\"naturalHeight\":500,\"sizeSlug\":\"full\",\"sizeSlugTablet\":\"full\",\"sizeSlugMobile\":\"full\"} -->\n<div class=\"wp-block-uagb-image uagb-block-e7a294a7 wp-block-uagb-image--layout-default wp-block-uagb-image--effect-static wp-block-uagb-image--align-none\"><figure class=\"wp-block-uagb-image__figure\"><img srcset=\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/amenities-3.jpg \" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/amenities-3.jpg\" alt=\"\" class=\"uag-image-222\" width=\"\" height=\"\" title=\"\" loading=\"lazy\"/></figure></div>\n<!-- /wp:uagb/image --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"bec1fa17\",\"widthDesktop\":50,\"widthTablet\":100,\"variationSelected\":true,\"columnGapDesktop\":20,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-bec1fa17\"><!-- wp:uagb/image {\"block_id\":\"5e6634a0\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/amenities-5.jpg\",\"id\":224,\"linkDestination\":\"none\",\"width\":960,\"height\":500,\"naturalWidth\":960,\"naturalHeight\":500,\"sizeSlug\":\"full\",\"sizeSlugTablet\":\"full\",\"sizeSlugMobile\":\"full\"} -->\n<div class=\"wp-block-uagb-image uagb-block-5e6634a0 wp-block-uagb-image--layout-default wp-block-uagb-image--effect-static wp-block-uagb-image--align-none\"><figure class=\"wp-block-uagb-image__figure\"><img srcset=\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/amenities-5.jpg \" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/amenities-5.jpg\" alt=\"\" class=\"uag-image-224\" width=\"960\" height=\"500\" title=\"\" loading=\"lazy\"/></figure></div>\n<!-- /wp:uagb/image --></div>\n<!-- /wp:uagb/container --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"5f0069cd\",\"innerContentWidth\":\"alignfull\",\"directionDesktop\":\"row\",\"wrapTablet\":\"wrap\",\"variationSelected\":true,\"rowGapTablet\":0,\"columnGapDesktop\":0,\"isBlockRootParent\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-5f0069cd alignfull uagb-is-root-container\"><!-- wp:uagb/container {\"block_id\":\"934e6476\",\"widthDesktop\":50,\"widthTablet\":100,\"variationSelected\":true,\"columnGapDesktop\":20,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-934e6476\"><!-- wp:uagb/image {\"block_id\":\"823c21e2\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/amenities-6-1.jpg\",\"id\":230,\"linkDestination\":\"none\",\"naturalWidth\":960,\"naturalHeight\":500,\"sizeSlug\":\"full\",\"sizeSlugTablet\":\"full\",\"sizeSlugMobile\":\"full\"} -->\n<div class=\"wp-block-uagb-image uagb-block-823c21e2 wp-block-uagb-image--layout-default wp-block-uagb-image--effect-static wp-block-uagb-image--align-none\"><figure class=\"wp-block-uagb-image__figure\"><img srcset=\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/amenities-6-1.jpg \" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/amenities-6-1.jpg\" alt=\"\" class=\"uag-image-230\" width=\"\" height=\"\" title=\"\" loading=\"lazy\"/></figure></div>\n<!-- /wp:uagb/image --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"4b496b30\",\"widthDesktop\":25,\"variationSelected\":true,\"widthSetByUser\":true,\"UAGHideMob\":true,\"UAGResponsiveConditions\":true} -->\n<div class=\"wp-block-uagb-container uag-hide-mob uagb-block-4b496b30\"><!-- wp:uagb/image {\"block_id\":\"c65b5d34\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/amenities-2.jpg\",\"id\":221,\"linkDestination\":\"none\",\"naturalWidth\":480,\"naturalHeight\":500,\"sizeSlug\":\"full\",\"sizeSlugTablet\":\"full\",\"sizeSlugMobile\":\"full\"} -->\n<div class=\"wp-block-uagb-image uagb-block-c65b5d34 wp-block-uagb-image--layout-default wp-block-uagb-image--effect-static wp-block-uagb-image--align-none\"><figure class=\"wp-block-uagb-image__figure\"><img srcset=\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/amenities-2.jpg \" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/amenities-2.jpg\" alt=\"\" class=\"uag-image-221\" width=\"\" height=\"\" title=\"\" loading=\"lazy\"/></figure></div>\n<!-- /wp:uagb/image --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"56407d35\",\"widthDesktop\":25,\"variationSelected\":true,\"widthSetByUser\":true,\"UAGHideMob\":true,\"UAGResponsiveConditions\":true} -->\n<div class=\"wp-block-uagb-container uag-hide-mob uagb-block-56407d35\"><!-- wp:uagb/image {\"block_id\":\"5b2f0320\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/amenities-4.jpg\",\"id\":223,\"linkDestination\":\"none\",\"naturalWidth\":480,\"naturalHeight\":500,\"sizeSlug\":\"full\",\"sizeSlugTablet\":\"full\",\"sizeSlugMobile\":\"full\"} -->\n<div class=\"wp-block-uagb-image uagb-block-5b2f0320 wp-block-uagb-image--layout-default wp-block-uagb-image--effect-static wp-block-uagb-image--align-none\"><figure class=\"wp-block-uagb-image__figure\"><img srcset=\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/amenities-4.jpg \" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/amenities-4.jpg\" alt=\"\" class=\"uag-image-223\" width=\"\" height=\"\" title=\"\" loading=\"lazy\"/></figure></div>\n<!-- /wp:uagb/image --></div>\n<!-- /wp:uagb/container --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"ab007bc6\",\"backgroundType\":\"color\",\"backgroundSizeTablet\":\"cover\",\"backgroundSizeMobile\":\"cover\",\"backgroundColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"topPaddingDesktop\":120,\"bottomPaddingDesktop\":120,\"topPaddingTablet\":80,\"bottomPaddingTablet\":80,\"leftPaddingTablet\":30,\"rightPaddingTablet\":30,\"topPaddingMobile\":80,\"bottomPaddingMobile\":80,\"leftPaddingMobile\":20,\"rightPaddingMobile\":20,\"paddingLink\":false,\"variationSelected\":true,\"rowGapDesktop\":0,\"rowGapTablet\":0,\"isBlockRootParent\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-ab007bc6 alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/container {\"block_id\":\"b4424225\",\"directionDesktop\":\"row\",\"alignItemsDesktop\":\"flex-end\",\"alignItemsTablet\":\"flex-end\",\"justifyContentDesktop\":\"flex-end\",\"justifyContentTablet\":\"space-between\",\"variationSelected\":true,\"rowGapMobile\":30,\"columnGapDesktop\":0} -->\n<div class=\"wp-block-uagb-container uagb-block-b4424225\"><!-- wp:uagb/advanced-heading {\"block_id\":\"bd51a388\",\"classMigrate\":true,\"headingDescToggle\":true,\"subHeadingColor\":\"\",\"headSpace\":20,\"subHeadFontSize\":16} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-bd51a388\"><h2 class=\"uagb-heading-text\">Other Perks &amp; Facilities ​</h2><p class=\"uagb-desc-text\">Looking for more? Well, we believe that every guest walks into our hotel for the best experience. And, we are determined to do that.</p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/buttons {\"block_id\":\"70ec842b\",\"classMigrate\":true,\"childMigrate\":true,\"align\":\"right\",\"alignTablet\":\"right\",\"alignMobile\":\"left\",\"gap\":0} -->\n<div class=\"wp-block-uagb-buttons uagb-buttons__outer-wrap uagb-btn__default-btn uagb-btn-tablet__default-btn uagb-btn-mobile__default-btn uagb-block-70ec842b\"><div class=\"uagb-buttons__wrap uagb-buttons-layout-wrap\"><!-- wp:uagb/buttons-child {\"block_id\":\"2b99c1a7\",\"label\":\"Get Bookings\",\"link\":\"#\",\"hColor\":\"\",\"borderWidth\":\"\",\"borderRadius\":\"\",\"borderStyle\":\"\",\"borderColor\":\"\",\"borderHColor\":\"\",\"btnBorderTopWidth\":1,\"btnBorderLeftWidth\":1,\"btnBorderRightWidth\":1,\"btnBorderBottomWidth\":1,\"btnBorderTopLeftRadius\":2,\"btnBorderTopRightRadius\":2,\"btnBorderBottomLeftRadius\":2,\"btnBorderBottomRightRadius\":2,\"btnBorderStyle\":\"solid\",\"btnBorderColor\":\"#333\",\"btnBorderHColor\":\"#333\"} -->\n<div class=\"wp-block-uagb-buttons-child uagb-buttons__outer-wrap uagb-block-2b99c1a7 wp-block-button is-style-outline\"><div class=\"uagb-button__wrapper\"><a class=\"uagb-buttons-repeater wp-block-button__link\" href=\"#\" rel=\"follow noopener\" target=\"_self\"><div class=\"uagb-button__link\">Get Bookings</div></a></div></div>\n<!-- /wp:uagb/buttons-child --></div></div>\n<!-- /wp:uagb/buttons --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"2c878f05\",\"directionDesktop\":\"row\",\"alignItemsTablet\":\"flex-start\",\"paddingLink\":false,\"topMarginDesktop\":54,\"bottomMarginDesktop\":0,\"leftMarginDesktop\":0,\"rightMarginDesktop\":0,\"topMarginTablet\":30,\"bottomMarginTablet\":0,\"leftMarginTablet\":0,\"rightMarginTablet\":0,\"marginLink\":false,\"variationSelected\":true,\"rowGapMobile\":65,\"columnGapDesktop\":48,\"columnGapTablet\":20} -->\n<div class=\"wp-block-uagb-container uagb-block-2c878f05\"><!-- wp:uagb/info-box {\"classMigrate\":true,\"headingAlign\":\"left\",\"headingColor\":\"\",\"subHeadingColor\":\"\",\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"source_type\":\"image\",\"block_id\":\"bc5caedb\",\"ctaType\":\"text\",\"ctaText\":\"READ MORE\",\"ctaLinkColor\":\"var(\\u002d\\u002dast-global-color-0)\",\"ctaDecoration\":\"underline\",\"ctaFontSize\":12,\"ctaFontWeight\":\"600\",\"ctaLetterSpacing\":2,\"ctaBorderStyle\":\"\",\"iconBottomMargin\":30,\"iconImage\":{\"id\":240,\"title\":\"terrace\",\"filename\":\"terrace.jpg\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/terrace.jpg\",\"link\":\"https://blueroan.netgen.cloud/terrace/\",\"alt\":\"\",\"author\":\"34\",\"description\":\"\",\"caption\":\"\",\"name\":\"terrace\",\"status\":\"inherit\",\"uploadedTo\":0,\"date\":\"2021-05-11T10:54:04.000Z\",\"modified\":\"2021-05-11T10:54:04.000Z\",\"menuOrder\":0,\"mime\":\"image/jpeg\",\"type\":\"image\",\"subtype\":\"jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/default.png\",\"dateFormatted\":\"May 11, 2021\",\"nonces\":{\"update\":\"6de8720da3\",\"delete\":\"d7905e75b9\",\"edit\":\"e7132a7b3e\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=240\\u0026action=edit\",\"meta\":false,\"authorName\":\"Rishabh\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/user-edit.php?user_id=34\",\"filesizeInBytes\":40742,\"filesizeHumanReadable\":\"40 KB\",\"context\":\"\",\"height\":440,\"width\":370,\"orientation\":\"portrait\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/terrace-150x150.jpg\",\"orientation\":\"landscape\"},\"medium\":{\"height\":300,\"width\":252,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/terrace-252x300-1.jpg\",\"orientation\":\"portrait\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/terrace.jpg\",\"height\":440,\"width\":370,\"orientation\":\"portrait\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"imageSize\":\"full\",\"imageWidth\":100,\"imageWidthMobile\":100,\"imageWidthTablet\":100,\"paddingBtnTop\":10,\"paddingBtnBottom\":10,\"paddingBtnLeft\":14,\"paddingBtnRight\":14,\"imageWidthUnit\":\"%\",\"imageWidthUnitTablet\":\"%\",\"imageWidthUnitMobile\":\"%\",\"subHeadTopMargin\":0,\"subHeadRightMargin\":40,\"subHeadLeftMargin\":0,\"subHeadMarginTopTablet\":0,\"subHeadMarginRightTablet\":0,\"subHeadTabletSpace\":20,\"subHeadMarginLeftTablet\":0,\"btnBorderStyle\":\"solid\"} -->\n<div class=\"wp-block-uagb-info-box uagb-block-bc5caedb uagb-infobox__content-wrap  uagb-infobox-icon-above-title uagb-infobox-image-valign-top\"><div class=\"uagb-ifb-content\"><div class=\"uagb-ifb-image-content\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/terrace.jpg\" alt=\"\"/></div><div class=\"uagb-ifb-title-wrap\"><h3 class=\"uagb-ifb-title\">Ocean View Terrace​</h3></div><p class=\"uagb-ifb-desc\">Among the scenic beauty of the city we also have an ocean view terrace for every suite in our hotel.</p><div class=\"uagb-ifb-button-wrapper wp-block-button\"><a href=\"#\" target=\"_self\" class=\"uagb-infobox-cta-link\" rel=\"noopener noreferrer\" alt=\"\"><span class=\"uagb-inline-editing\">READ MORE</span></a></div></div></div>\n<!-- /wp:uagb/info-box -->\n\n<!-- wp:uagb/info-box {\"classMigrate\":true,\"headingAlign\":\"left\",\"headingColor\":\"\",\"subHeadingColor\":\"\",\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"source_type\":\"image\",\"block_id\":\"be927766\",\"ctaType\":\"text\",\"ctaText\":\"READ MORE\",\"ctaLinkColor\":\"var(\\u002d\\u002dast-global-color-0)\",\"ctaDecoration\":\"underline\",\"ctaFontSize\":12,\"ctaFontWeight\":\"600\",\"ctaLetterSpacing\":2,\"ctaBorderStyle\":\"\",\"iconBottomMargin\":30,\"iconImage\":{\"id\":89,\"title\":\"food\",\"filename\":\"food.jpg\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/food.jpg\",\"link\":\"https://blueroan.netgen.cloud/food/\",\"alt\":\"\",\"author\":\"34\",\"description\":\"\",\"caption\":\"\",\"name\":\"food\",\"status\":\"inherit\",\"uploadedTo\":0,\"date\":\"2021-05-07T14:24:52.000Z\",\"modified\":\"2021-05-07T14:24:52.000Z\",\"menuOrder\":0,\"mime\":\"image/jpeg\",\"type\":\"image\",\"subtype\":\"jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/default.png\",\"dateFormatted\":\"May 7, 2021\",\"nonces\":{\"update\":\"b06173e227\",\"delete\":\"7de0e70fba\",\"edit\":\"7dc3d40920\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=89\\u0026action=edit\",\"meta\":false,\"authorName\":\"Rishabh\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/user-edit.php?user_id=34\",\"filesizeInBytes\":41933,\"filesizeHumanReadable\":\"41 KB\",\"context\":\"\",\"height\":440,\"width\":370,\"orientation\":\"portrait\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/food-150x150.jpg\",\"orientation\":\"landscape\"},\"medium\":{\"height\":300,\"width\":252,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/food-252x300-1.jpg\",\"orientation\":\"portrait\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/food.jpg\",\"height\":440,\"width\":370,\"orientation\":\"portrait\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"imageSize\":\"full\",\"imageWidth\":100,\"imageWidthMobile\":100,\"imageWidthTablet\":100,\"paddingBtnTop\":10,\"paddingBtnBottom\":10,\"paddingBtnLeft\":14,\"paddingBtnRight\":14,\"imageWidthUnit\":\"%\",\"imageWidthUnitTablet\":\"%\",\"imageWidthUnitMobile\":\"%\",\"subHeadTopMargin\":0,\"subHeadRightMargin\":40,\"subHeadLeftMargin\":0,\"subHeadMarginTopTablet\":0,\"subHeadMarginRightTablet\":0,\"subHeadTabletSpace\":20,\"subHeadMarginLeftTablet\":0,\"btnBorderStyle\":\"solid\"} -->\n<div class=\"wp-block-uagb-info-box uagb-block-be927766 uagb-infobox__content-wrap  uagb-infobox-icon-above-title uagb-infobox-image-valign-top\"><div class=\"uagb-ifb-content\"><div class=\"uagb-ifb-image-content\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/food.jpg\" alt=\"\"/></div><div class=\"uagb-ifb-title-wrap\"><h3 class=\"uagb-ifb-title\">Delicious Food​</h3></div><p class=\"uagb-ifb-desc\">We have team chefs from across the world. So you can enjoy the delicacies anytime during your stay.</p><div class=\"uagb-ifb-button-wrapper wp-block-button\"><a href=\"#\" target=\"_self\" class=\"uagb-infobox-cta-link\" rel=\"noopener noreferrer\" alt=\"\"><span class=\"uagb-inline-editing\">READ MORE</span></a></div></div></div>\n<!-- /wp:uagb/info-box -->\n\n<!-- wp:uagb/info-box {\"classMigrate\":true,\"headingAlign\":\"left\",\"headingColor\":\"\",\"subHeadingColor\":\"\",\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"source_type\":\"image\",\"block_id\":\"762a0a59\",\"ctaType\":\"text\",\"ctaText\":\"READ MORE\",\"ctaLinkColor\":\"var(\\u002d\\u002dast-global-color-0)\",\"ctaDecoration\":\"underline\",\"ctaFontSize\":12,\"ctaFontWeight\":\"600\",\"ctaLetterSpacing\":2,\"ctaBorderStyle\":\"\",\"iconBottomMargin\":30,\"iconImage\":{\"id\":241,\"title\":\"beach\",\"filename\":\"beach.jpg\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/beach.jpg\",\"link\":\"https://blueroan.netgen.cloud/beach/\",\"alt\":\"\",\"author\":\"34\",\"description\":\"\",\"caption\":\"\",\"name\":\"beach\",\"status\":\"inherit\",\"uploadedTo\":0,\"date\":\"2021-05-11T10:56:06.000Z\",\"modified\":\"2021-05-11T10:56:06.000Z\",\"menuOrder\":0,\"mime\":\"image/jpeg\",\"type\":\"image\",\"subtype\":\"jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/default.png\",\"dateFormatted\":\"May 11, 2021\",\"nonces\":{\"update\":\"65c348aac8\",\"delete\":\"6d551f7cf4\",\"edit\":\"026ca70d91\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=241\\u0026action=edit\",\"meta\":false,\"authorName\":\"Rishabh\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/user-edit.php?user_id=34\",\"filesizeInBytes\":38094,\"filesizeHumanReadable\":\"37 KB\",\"context\":\"\",\"height\":440,\"width\":370,\"orientation\":\"portrait\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/beach-150x150.jpg\",\"orientation\":\"landscape\"},\"medium\":{\"height\":300,\"width\":252,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/beach-252x300-1.jpg\",\"orientation\":\"portrait\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/beach.jpg\",\"height\":440,\"width\":370,\"orientation\":\"portrait\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"imageSize\":\"full\",\"imageWidth\":100,\"imageWidthMobile\":100,\"imageWidthTablet\":100,\"paddingBtnTop\":10,\"paddingBtnBottom\":10,\"paddingBtnLeft\":14,\"paddingBtnRight\":14,\"imageWidthUnit\":\"%\",\"imageWidthUnitTablet\":\"%\",\"imageWidthUnitMobile\":\"%\",\"subHeadTopMargin\":0,\"subHeadRightMargin\":40,\"subHeadLeftMargin\":0,\"subHeadMarginTopTablet\":0,\"subHeadMarginRightTablet\":0,\"subHeadTabletSpace\":20,\"subHeadMarginLeftTablet\":0,\"btnBorderStyle\":\"solid\"} -->\n<div class=\"wp-block-uagb-info-box uagb-block-762a0a59 uagb-infobox__content-wrap  uagb-infobox-icon-above-title uagb-infobox-image-valign-top\"><div class=\"uagb-ifb-content\"><div class=\"uagb-ifb-image-content\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/beach.jpg\" alt=\"\"/></div><div class=\"uagb-ifb-title-wrap\"><h3 class=\"uagb-ifb-title\">Private Beach​</h3></div><p class=\"uagb-ifb-desc\">Want to take a dip into the sea? All our guests get complimentary access to our private beach.</p><div class=\"uagb-ifb-button-wrapper wp-block-button\"><a href=\"#\" target=\"_self\" class=\"uagb-infobox-cta-link\" rel=\"noopener noreferrer\" alt=\"\"><span class=\"uagb-inline-editing\">READ MORE</span></a></div></div></div>\n<!-- /wp:uagb/info-box --></div>\n<!-- /wp:uagb/container --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"f0bf1dd6\",\"innerContentCustomWidthDesktop\":781,\"innerContentCustomWidthTablet\":781,\"backgroundType\":\"image\",\"backgroundImageDesktop\":{\"id\":54,\"title\":\"background-img\",\"filename\":\"background-img-1.jpg\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/background-img-1.jpg\",\"link\":\"https://blueroan.netgen.cloud/background-img-2/\",\"alt\":\"\",\"author\":\"34\",\"description\":\"\",\"caption\":\"\",\"name\":\"background-img-2\",\"status\":\"inherit\",\"uploadedTo\":0,\"date\":\"2021-05-07T10:11:37.000Z\",\"modified\":\"2021-05-07T10:11:37.000Z\",\"menuOrder\":0,\"mime\":\"image/jpeg\",\"type\":\"image\",\"subtype\":\"jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/default.png\",\"dateFormatted\":\"May 7, 2021\",\"nonces\":{\"update\":\"bb999636b9\",\"delete\":\"d2e1375bc4\",\"edit\":\"005dd2f0c9\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=54\\u0026action=edit\",\"meta\":false,\"authorName\":\"Rishabh\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/user-edit.php?user_id=34\",\"filesizeInBytes\":338858,\"filesizeHumanReadable\":\"331 KB\",\"context\":\"\",\"height\":1080,\"width\":1920,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/background-img-1-150x150.jpg\",\"orientation\":\"landscape\"},\"medium\":{\"height\":169,\"width\":300,\"url\":\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/background-img-1-300x169.jpg\",\"orientation\":\"landscape\"},\"large\":{\"height\":576,\"width\":1024,\"url\":\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/background-img-1-1024x576.jpg\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/background-img-1.jpg\",\"height\":1080,\"width\":1920,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"backgroundImageColor\":\"rgba(42,42,42,0.65)\",\"topPaddingDesktop\":144,\"bottomPaddingDesktop\":144,\"leftPaddingDesktop\":40,\"rightPaddingDesktop\":40,\"topPaddingTablet\":80,\"bottomPaddingTablet\":80,\"leftPaddingTablet\":40,\"rightPaddingTablet\":40,\"topPaddingMobile\":64,\"bottomPaddingMobile\":64,\"leftPaddingMobile\":24,\"rightPaddingMobile\":24,\"paddingLink\":false,\"variationSelected\":true,\"isBlockRootParent\":true,\"overlayType\":\"color\"} -->\n<div class=\"wp-block-uagb-container uagb-block-f0bf1dd6 alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/advanced-heading {\"block_id\":\"2dfe8233\",\"classMigrate\":true,\"headingDescToggle\":true,\"headingAlign\":\"center\",\"headingColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"subHeadingColor\":\"var(\\u002d\\u002dast-global-color-4)\",\"headSpace\":20} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-2dfe8233\"><h2 class=\"uagb-heading-text\">Plan an Unforgettable Experience in Mykonos Today!</h2><p class=\"uagb-desc-text\">We can help you fit your stay and experience within your allotted budget.</p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/advanced-heading {\"block_id\":\"e5b19c1a\",\"classMigrate\":true,\"headingTitleToggle\":false,\"headingDescToggle\":true,\"headingAlign\":\"center\",\"subHeadingColor\":\"var(\\u002d\\u002dast-global-color-4)\",\"subHeadTransform\":\"uppercase\",\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"subHeadLetterSpacing\":2,\"blockTopPadding\":60,\"blockRightPadding\":0,\"blockLeftPadding\":0,\"blockBottomPadding\":0,\"blockTopPaddingMobile\":30,\"blockRightPaddingMobile\":0,\"blockLeftPaddingMobile\":0,\"blockBottomPaddingMobile\":0} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-e5b19c1a\"><p class=\"uagb-desc-text\">BOOK YOUR STAY NOW​</p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/icon-list {\"block_id\":\"febae20e\",\"classMigrate\":true,\"childMigrate\":true,\"align\":\"center\",\"parentIcon\":\"phone\",\"size\":40,\"sizeMobile\":24,\"sizeTablet\":32,\"fontSize\":48,\"fontSizeMobile\":28,\"fontSizeTablet\":40,\"fontWeight\":\"600\",\"iconColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"labelColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"blockTopPadding\":0,\"blockRightPadding\":0,\"blockLeftPadding\":0,\"blockBottomPadding\":24,\"blockPaddingLink\":false} -->\n<div class=\"wp-block-uagb-icon-list uagb-block-febae20e\"><div class=\"uagb-icon-list__wrap\"><!-- wp:uagb/icon-list-child {\"block_id\":\"ccbaa524\",\"label\":\"+1-123 456 7890​\",\"label_color\":\"\",\"fromParentIcon\":\"phone\",\"imageSizeChild\":40} -->\n<div class=\"wp-block-uagb-icon-list-child uagb-block-ccbaa524\"><span class=\"uagb-icon-list__source-wrap\"><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M511.2 387l-23.25 100.8c-3.266 14.25-15.79 24.22-30.46 24.22C205.2 512 0 306.8 0 54.5c0-14.66 9.969-27.2 24.22-30.45l100.8-23.25C139.7-2.602 154.7 5.018 160.8 18.92l46.52 108.5c5.438 12.78 1.77 27.67-8.98 36.45L144.5 207.1c33.98 69.22 90.26 125.5 159.5 159.5l44.08-53.8c8.688-10.78 23.69-14.51 36.47-8.975l108.5 46.51C506.1 357.2 514.6 372.4 511.2 387z\"></path></svg></span><span class=\"uagb-icon-list__label\">+1-123 456 7890​</span></div>\n<!-- /wp:uagb/icon-list-child --></div></div>\n<!-- /wp:uagb/icon-list --></div></div>\n<!-- /wp:uagb/container -->',	'Amenities',	'',	'inherit',	'closed',	'closed',	'',	'762-revision-v1',	'',	'',	'2022-12-15 11:33:51',	'2022-12-15 11:33:51',	'',	762,	'https://blueroan.netgen.cloud/?p=1189',	0,	'revision',	'',	0),
(1191,	2,	'2022-12-15 11:36:07',	'2022-12-15 11:36:07',	'',	'Michelle_1',	'',	'inherit',	'open',	'closed',	'',	'michelle_1',	'',	'',	'2022-12-15 11:36:07',	'2022-12-15 11:36:07',	'',	762,	'https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Michelle_1.jpg',	0,	'attachment',	'image/jpeg',	0),
(1192,	2,	'2022-12-15 11:36:39',	'2022-12-15 11:36:39',	'<!-- wp:uagb/container {\"block_id\":\"e576e340\",\"backgroundType\":\"image\",\"backgroundImageDesktop\":{\"id\":1007,\"title\":\"AAEAAQAAAAAAAAAAAAAAJDg5NmY0ZGUxLWE4MTgtNDY5NC1iODFhLTBmN2Q0ZDc5ZWFiNw-1\",\"filename\":\"AAEAAQAAAAAAAAAAAAAAJDg5NmY0ZGUxLWE4MTgtNDY5NC1iODFhLTBmN2Q0ZDc5ZWFiNw-1.png\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAAJDg5NmY0ZGUxLWE4MTgtNDY5NC1iODFhLTBmN2Q0ZDc5ZWFiNw-1.png\",\"link\":\"https://blueroan.netgen.cloud/the-barn/aaeaaqaaaaaaaaaaaaaajdg5nmy0zguxlwe4mtgtndy5nc1iodfhltbmn2q0zdc5zwfinw-1/\",\"alt\":\"\",\"author\":\"2\",\"description\":\"\",\"caption\":\"\",\"name\":\"aaeaaqaaaaaaaaaaaaaajdg5nmy0zguxlwe4mtgtndy5nc1iodfhltbmn2q0zdc5zwfinw-1\",\"status\":\"inherit\",\"uploadedTo\":948,\"date\":\"2022-12-14T10:50:25.000Z\",\"modified\":\"2022-12-14T10:50:25.000Z\",\"menuOrder\":0,\"mime\":\"image/png\",\"type\":\"image\",\"subtype\":\"png\",\"icon\":\"https://blueroan.netgen.cloud/wp-includes/images/media/default.png\",\"dateFormatted\":\"December 14, 2022\",\"nonces\":{\"update\":\"483f8bdf3d\",\"delete\":\"0a7ebc92ef\",\"edit\":\"6bc1c6a685\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=1007\\u0026action=edit\",\"meta\":false,\"authorName\":\"Netgen Support\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/profile.php\",\"uploadedToTitle\":\"The Barn\",\"uploadedToLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=948\\u0026action=edit\",\"filesizeInBytes\":1348989,\"filesizeHumanReadable\":\"1 MB\",\"context\":\"\",\"height\":667,\"width\":1000,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAAJDg5NmY0ZGUxLWE4MTgtNDY5NC1iODFhLTBmN2Q0ZDc5ZWFiNw-1-150x150.png\",\"orientation\":\"landscape\"},\"medium\":{\"height\":200,\"width\":300,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAAJDg5NmY0ZGUxLWE4MTgtNDY5NC1iODFhLTBmN2Q0ZDc5ZWFiNw-1-300x200.png\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAAJDg5NmY0ZGUxLWE4MTgtNDY5NC1iODFhLTBmN2Q0ZDc5ZWFiNw-1.png\",\"height\":667,\"width\":1000,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"backgroundPositionDesktop\":{\"x\":0.61,\"y\":0.52},\"backgroundSizeTablet\":\"cover\",\"backgroundSizeMobile\":\"cover\",\"backgroundColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"backgroundImageColor\":\"rgba(42,42,42,0.5)\",\"topPaddingDesktop\":220,\"bottomPaddingDesktop\":150,\"topPaddingTablet\":170,\"bottomPaddingTablet\":160,\"leftPaddingTablet\":30,\"rightPaddingTablet\":30,\"topPaddingMobile\":180,\"bottomPaddingMobile\":80,\"leftPaddingMobile\":20,\"rightPaddingMobile\":20,\"paddingLink\":false,\"variationSelected\":true,\"isBlockRootParent\":true,\"overlayType\":\"color\"} -->\n<div class=\"wp-block-uagb-container uagb-block-e576e340 alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/advanced-heading {\"block_id\":\"a981aa1b\",\"classMigrate\":true,\"headingDescToggle\":true,\"headingColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"subHeadingColor\":\"var(\\u002d\\u002dast-global-color-4)\",\"headingTag\":\"h1\",\"headSpace\":20,\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"blockTopPadding\":0,\"blockRightPadding\":50,\"blockLeftPadding\":0,\"blockBottomPadding\":0,\"blockTopPaddingTablet\":0,\"blockRightPaddingTablet\":20,\"blockLeftPaddingTablet\":0,\"blockBottomPaddingTablet\":0,\"blockTopPaddingMobile\":0,\"blockRightPaddingMobile\":0,\"blockLeftPaddingMobile\":0,\"blockBottomPaddingMobile\":0,\"blockPaddingUnit\":\"%\",\"blockPaddingUnitTablet\":\"%\"} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-a981aa1b\"><h1 class=\"uagb-heading-text\">Amenities &amp; Interests​</h1><p class=\"uagb-desc-text\">We do not give you just rooms to stay in. We give you an environment where you can experience the best while on a holiday with us. </p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:buttons -->\n<div class=\"wp-block-buttons\"><!-- wp:button -->\n<div class=\"wp-block-button\"><a class=\"wp-block-button__link wp-element-button\" href=\"https://book.nightsbridge.com/11065\" target=\"_blank\" rel=\"noreferrer noopener\">BOOK NOW</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"d1cb3593\",\"topPaddingDesktop\":60,\"bottomPaddingDesktop\":60,\"leftPaddingDesktop\":0,\"rightPaddingDesktop\":0,\"paddingLink\":false,\"variationSelected\":true,\"isBlockRootParent\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-d1cb3593 alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"align\":\"center\",\"id\":828,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image aligncenter size-full\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Blue-Roan-pool.png\" alt=\"Blue Roan\'s rock pool\" class=\"wp-image-828\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>A relaxing rock Pool​</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>We have a lovely sparkling blue rock pool next to a thatched Lapa. &nbsp;&nbsp;Lie on recliners on the green lawn or sit on the swing chair in the Lapa and enjoy the panoramic view of the Magaliesberg mountain range.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":829,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/img-20160605-wa0002-largejpg.png\" alt=\"\" class=\"wp-image-829\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>Braai facilities </h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>What can compare to a burning fire under the star-lit African sky? Nothing beats the flavor of cooking over an open flame.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":830,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/ef9d0188da11e2bc56788f5619d9d539.png\" alt=\"\" class=\"wp-image-830\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>A games room </h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>The reception is also a games room for those who enjoy darts or playing pool. &nbsp;Take a selection of DVDs back to your room and watch movies on your own DVD player. &nbsp;There is also a selection of board games and music CDs that you can borrow.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"align\":\"center\",\"id\":1183,\"width\":370,\"height\":440,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image aligncenter size-full is-resized\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/eyJidWNrZXQiOiJhc3NldHMuYWxsdHJhaWxzLmNvbSIsImtleSI6InVwbG9hZHMvcGhvdG8vaW1hZ2UvNDMxNzk4MTAvYjZkYTAz.png\" alt=\"\" class=\"wp-image-1183\" width=\"370\" height=\"440\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>Walking and hiking</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>We have a lovely sparkling blue rock pool next to a thatched Lapa. &nbsp;&nbsp;Lie on recliners on the green lawn or sit on the swing chair in the Lapa and enjoy the panoramic view of the Magaliesberg mountain range.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":829,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/img-20160605-wa0002-largejpg.png\" alt=\"\" class=\"wp-image-829\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>Mountain biking</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>What can compare to a burning fire under the star-lit African sky? Nothing beats the flavor of cooking over an open flame.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":830,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/ef9d0188da11e2bc56788f5619d9d539.png\" alt=\"\" class=\"wp-image-830\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>Horse riding </h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>The reception is also a games room for those who enjoy darts or playing pool. &nbsp;Take a selection of DVDs back to your room and watch movies on your own DVD player. &nbsp;There is also a selection of board games and music CDs that you can borrow.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"29ed93e8\",\"innerContentWidth\":\"alignfull\",\"directionDesktop\":\"row\",\"wrapTablet\":\"wrap\",\"variationSelected\":true,\"rowGapTablet\":0,\"columnGapDesktop\":0,\"isBlockRootParent\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-29ed93e8 alignfull uagb-is-root-container\"><!-- wp:uagb/container {\"block_id\":\"50b52148\",\"widthDesktop\":25,\"widthTablet\":50,\"variationSelected\":true,\"widthSetByUser\":true,\"UAGHideMob\":true,\"UAGResponsiveConditions\":true} -->\n<div class=\"wp-block-uagb-container uag-hide-mob uagb-block-50b52148\"><!-- wp:uagb/image {\"block_id\":\"098a9d99\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/amenities-1.jpg\",\"id\":220,\"linkDestination\":\"none\",\"width\":480,\"height\":500,\"naturalWidth\":480,\"naturalHeight\":500,\"sizeSlug\":\"full\",\"sizeSlugTablet\":\"full\",\"sizeSlugMobile\":\"full\"} -->\n<div class=\"wp-block-uagb-image uagb-block-098a9d99 wp-block-uagb-image--layout-default wp-block-uagb-image--effect-static wp-block-uagb-image--align-none\"><figure class=\"wp-block-uagb-image__figure\"><img srcset=\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/amenities-1.jpg \" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/amenities-1.jpg\" alt=\"\" class=\"uag-image-220\" width=\"480\" height=\"500\" title=\"\" loading=\"lazy\"/></figure></div>\n<!-- /wp:uagb/image --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"26b74f5e\",\"widthDesktop\":25,\"widthTablet\":50,\"variationSelected\":true,\"widthSetByUser\":true,\"UAGHideMob\":true,\"UAGResponsiveConditions\":true} -->\n<div class=\"wp-block-uagb-container uag-hide-mob uagb-block-26b74f5e\"><!-- wp:uagb/image {\"block_id\":\"87ebcc4f\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/amenities-3.jpg\",\"id\":222,\"linkDestination\":\"none\",\"naturalWidth\":480,\"naturalHeight\":500,\"sizeSlug\":\"full\",\"sizeSlugTablet\":\"full\",\"sizeSlugMobile\":\"full\"} -->\n<div class=\"wp-block-uagb-image uagb-block-87ebcc4f wp-block-uagb-image--layout-default wp-block-uagb-image--effect-static wp-block-uagb-image--align-none\"><figure class=\"wp-block-uagb-image__figure\"><img srcset=\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/amenities-3.jpg \" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/amenities-3.jpg\" alt=\"\" class=\"uag-image-222\" width=\"\" height=\"\" title=\"\" loading=\"lazy\"/></figure></div>\n<!-- /wp:uagb/image --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"ddfe0e82\",\"widthDesktop\":50,\"widthTablet\":100,\"variationSelected\":true,\"columnGapDesktop\":20,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-ddfe0e82\"><!-- wp:uagb/image {\"block_id\":\"b5fafbbf\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/amenities-5.jpg\",\"id\":224,\"linkDestination\":\"none\",\"width\":960,\"height\":500,\"naturalWidth\":960,\"naturalHeight\":500,\"sizeSlug\":\"full\",\"sizeSlugTablet\":\"full\",\"sizeSlugMobile\":\"full\"} -->\n<div class=\"wp-block-uagb-image uagb-block-b5fafbbf wp-block-uagb-image--layout-default wp-block-uagb-image--effect-static wp-block-uagb-image--align-none\"><figure class=\"wp-block-uagb-image__figure\"><img srcset=\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/amenities-5.jpg \" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/amenities-5.jpg\" alt=\"\" class=\"uag-image-224\" width=\"960\" height=\"500\" title=\"\" loading=\"lazy\"/></figure></div>\n<!-- /wp:uagb/image --></div>\n<!-- /wp:uagb/container --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"86b7f745\",\"innerContentWidth\":\"alignfull\",\"directionDesktop\":\"row\",\"wrapTablet\":\"wrap\",\"variationSelected\":true,\"rowGapTablet\":0,\"columnGapDesktop\":0,\"isBlockRootParent\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-86b7f745 alignfull uagb-is-root-container\"><!-- wp:uagb/container {\"block_id\":\"44c7500d\",\"widthDesktop\":50,\"widthTablet\":100,\"variationSelected\":true,\"columnGapDesktop\":20,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-44c7500d\"><!-- wp:uagb/image {\"block_id\":\"0ee2dc44\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/amenities-6-1.jpg\",\"id\":230,\"linkDestination\":\"none\",\"naturalWidth\":960,\"naturalHeight\":500,\"sizeSlug\":\"full\",\"sizeSlugTablet\":\"full\",\"sizeSlugMobile\":\"full\"} -->\n<div class=\"wp-block-uagb-image uagb-block-0ee2dc44 wp-block-uagb-image--layout-default wp-block-uagb-image--effect-static wp-block-uagb-image--align-none\"><figure class=\"wp-block-uagb-image__figure\"><img srcset=\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/amenities-6-1.jpg \" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/amenities-6-1.jpg\" alt=\"\" class=\"uag-image-230\" width=\"\" height=\"\" title=\"\" loading=\"lazy\"/></figure></div>\n<!-- /wp:uagb/image --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"7649b9d3\",\"widthDesktop\":25,\"variationSelected\":true,\"widthSetByUser\":true,\"UAGHideMob\":true,\"UAGResponsiveConditions\":true} -->\n<div class=\"wp-block-uagb-container uag-hide-mob uagb-block-7649b9d3\"><!-- wp:uagb/image {\"block_id\":\"ee826776\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/amenities-2.jpg\",\"id\":221,\"linkDestination\":\"none\",\"naturalWidth\":480,\"naturalHeight\":500,\"sizeSlug\":\"full\",\"sizeSlugTablet\":\"full\",\"sizeSlugMobile\":\"full\"} -->\n<div class=\"wp-block-uagb-image uagb-block-ee826776 wp-block-uagb-image--layout-default wp-block-uagb-image--effect-static wp-block-uagb-image--align-none\"><figure class=\"wp-block-uagb-image__figure\"><img srcset=\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/amenities-2.jpg \" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/amenities-2.jpg\" alt=\"\" class=\"uag-image-221\" width=\"\" height=\"\" title=\"\" loading=\"lazy\"/></figure></div>\n<!-- /wp:uagb/image --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"e0749cbf\",\"widthDesktop\":25,\"variationSelected\":true,\"widthSetByUser\":true,\"UAGHideMob\":true,\"UAGResponsiveConditions\":true} -->\n<div class=\"wp-block-uagb-container uag-hide-mob uagb-block-e0749cbf\"><!-- wp:uagb/image {\"block_id\":\"2ddf7c68\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/amenities-4.jpg\",\"id\":223,\"linkDestination\":\"none\",\"naturalWidth\":480,\"naturalHeight\":500,\"sizeSlug\":\"full\",\"sizeSlugTablet\":\"full\",\"sizeSlugMobile\":\"full\"} -->\n<div class=\"wp-block-uagb-image uagb-block-2ddf7c68 wp-block-uagb-image--layout-default wp-block-uagb-image--effect-static wp-block-uagb-image--align-none\"><figure class=\"wp-block-uagb-image__figure\"><img srcset=\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/amenities-4.jpg \" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/amenities-4.jpg\" alt=\"\" class=\"uag-image-223\" width=\"\" height=\"\" title=\"\" loading=\"lazy\"/></figure></div>\n<!-- /wp:uagb/image --></div>\n<!-- /wp:uagb/container --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"2430f260\",\"backgroundType\":\"color\",\"backgroundSizeTablet\":\"cover\",\"backgroundSizeMobile\":\"cover\",\"backgroundColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"topPaddingDesktop\":120,\"bottomPaddingDesktop\":120,\"topPaddingTablet\":80,\"bottomPaddingTablet\":80,\"leftPaddingTablet\":30,\"rightPaddingTablet\":30,\"topPaddingMobile\":80,\"bottomPaddingMobile\":80,\"leftPaddingMobile\":20,\"rightPaddingMobile\":20,\"paddingLink\":false,\"variationSelected\":true,\"rowGapDesktop\":0,\"rowGapTablet\":0,\"isBlockRootParent\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-2430f260 alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/container {\"block_id\":\"d451cbb0\",\"directionDesktop\":\"row\",\"alignItemsDesktop\":\"flex-end\",\"alignItemsTablet\":\"flex-end\",\"justifyContentDesktop\":\"flex-end\",\"justifyContentTablet\":\"space-between\",\"variationSelected\":true,\"rowGapMobile\":30,\"columnGapDesktop\":0} -->\n<div class=\"wp-block-uagb-container uagb-block-d451cbb0\"><!-- wp:uagb/advanced-heading {\"block_id\":\"f4cfeb8e\",\"classMigrate\":true,\"headingDescToggle\":true,\"subHeadingColor\":\"\",\"headSpace\":20,\"subHeadFontSize\":16} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-f4cfeb8e\"><h2 class=\"uagb-heading-text\">Other Perks &amp; Facilities ​</h2><p class=\"uagb-desc-text\">Looking for more? Well, we believe that every guest walks into our hotel for the best experience. And, we are determined to do that.</p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/buttons {\"block_id\":\"02d35e50\",\"classMigrate\":true,\"childMigrate\":true,\"align\":\"right\",\"alignTablet\":\"right\",\"alignMobile\":\"left\",\"gap\":0} -->\n<div class=\"wp-block-uagb-buttons uagb-buttons__outer-wrap uagb-btn__default-btn uagb-btn-tablet__default-btn uagb-btn-mobile__default-btn uagb-block-02d35e50\"><div class=\"uagb-buttons__wrap uagb-buttons-layout-wrap\"><!-- wp:uagb/buttons-child {\"block_id\":\"a3184b4a\",\"label\":\"Get Bookings\",\"link\":\"#\",\"hColor\":\"\",\"borderWidth\":\"\",\"borderRadius\":\"\",\"borderStyle\":\"\",\"borderColor\":\"\",\"borderHColor\":\"\",\"btnBorderTopWidth\":1,\"btnBorderLeftWidth\":1,\"btnBorderRightWidth\":1,\"btnBorderBottomWidth\":1,\"btnBorderTopLeftRadius\":2,\"btnBorderTopRightRadius\":2,\"btnBorderBottomLeftRadius\":2,\"btnBorderBottomRightRadius\":2,\"btnBorderStyle\":\"solid\",\"btnBorderColor\":\"#333\",\"btnBorderHColor\":\"#333\"} -->\n<div class=\"wp-block-uagb-buttons-child uagb-buttons__outer-wrap uagb-block-a3184b4a wp-block-button is-style-outline\"><div class=\"uagb-button__wrapper\"><a class=\"uagb-buttons-repeater wp-block-button__link\" href=\"#\" rel=\"follow noopener\" target=\"_self\"><div class=\"uagb-button__link\">Get Bookings</div></a></div></div>\n<!-- /wp:uagb/buttons-child --></div></div>\n<!-- /wp:uagb/buttons --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"09933aba\",\"directionDesktop\":\"row\",\"alignItemsTablet\":\"flex-start\",\"paddingLink\":false,\"topMarginDesktop\":54,\"bottomMarginDesktop\":0,\"leftMarginDesktop\":0,\"rightMarginDesktop\":0,\"topMarginTablet\":30,\"bottomMarginTablet\":0,\"leftMarginTablet\":0,\"rightMarginTablet\":0,\"marginLink\":false,\"variationSelected\":true,\"rowGapMobile\":65,\"columnGapDesktop\":48,\"columnGapTablet\":20} -->\n<div class=\"wp-block-uagb-container uagb-block-09933aba\"><!-- wp:uagb/info-box {\"classMigrate\":true,\"headingAlign\":\"left\",\"headingColor\":\"\",\"subHeadingColor\":\"\",\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"source_type\":\"image\",\"block_id\":\"bc5caedb\",\"ctaType\":\"text\",\"ctaText\":\"READ MORE\",\"ctaLinkColor\":\"var(\\u002d\\u002dast-global-color-0)\",\"ctaDecoration\":\"underline\",\"ctaFontSize\":12,\"ctaFontWeight\":\"600\",\"ctaLetterSpacing\":2,\"ctaBorderStyle\":\"\",\"iconBottomMargin\":30,\"iconImage\":{\"id\":240,\"title\":\"terrace\",\"filename\":\"terrace.jpg\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/terrace.jpg\",\"link\":\"https://blueroan.netgen.cloud/terrace/\",\"alt\":\"\",\"author\":\"34\",\"description\":\"\",\"caption\":\"\",\"name\":\"terrace\",\"status\":\"inherit\",\"uploadedTo\":0,\"date\":\"2021-05-11T10:54:04.000Z\",\"modified\":\"2021-05-11T10:54:04.000Z\",\"menuOrder\":0,\"mime\":\"image/jpeg\",\"type\":\"image\",\"subtype\":\"jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/default.png\",\"dateFormatted\":\"May 11, 2021\",\"nonces\":{\"update\":\"6de8720da3\",\"delete\":\"d7905e75b9\",\"edit\":\"e7132a7b3e\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=240\\u0026action=edit\",\"meta\":false,\"authorName\":\"Rishabh\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/user-edit.php?user_id=34\",\"filesizeInBytes\":40742,\"filesizeHumanReadable\":\"40 KB\",\"context\":\"\",\"height\":440,\"width\":370,\"orientation\":\"portrait\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/terrace-150x150.jpg\",\"orientation\":\"landscape\"},\"medium\":{\"height\":300,\"width\":252,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/terrace-252x300-1.jpg\",\"orientation\":\"portrait\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/terrace.jpg\",\"height\":440,\"width\":370,\"orientation\":\"portrait\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"imageSize\":\"full\",\"imageWidth\":100,\"imageWidthMobile\":100,\"imageWidthTablet\":100,\"paddingBtnTop\":10,\"paddingBtnBottom\":10,\"paddingBtnLeft\":14,\"paddingBtnRight\":14,\"imageWidthUnit\":\"%\",\"imageWidthUnitTablet\":\"%\",\"imageWidthUnitMobile\":\"%\",\"subHeadTopMargin\":0,\"subHeadRightMargin\":40,\"subHeadLeftMargin\":0,\"subHeadMarginTopTablet\":0,\"subHeadMarginRightTablet\":0,\"subHeadTabletSpace\":20,\"subHeadMarginLeftTablet\":0,\"btnBorderStyle\":\"solid\"} -->\n<div class=\"wp-block-uagb-info-box uagb-block-bc5caedb uagb-infobox__content-wrap  uagb-infobox-icon-above-title uagb-infobox-image-valign-top\"><div class=\"uagb-ifb-content\"><div class=\"uagb-ifb-image-content\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/terrace.jpg\" alt=\"\"/></div><div class=\"uagb-ifb-title-wrap\"><h3 class=\"uagb-ifb-title\">Ocean View Terrace​</h3></div><p class=\"uagb-ifb-desc\">Among the scenic beauty of the city we also have an ocean view terrace for every suite in our hotel.</p><div class=\"uagb-ifb-button-wrapper wp-block-button\"><a href=\"#\" target=\"_self\" class=\"uagb-infobox-cta-link\" rel=\"noopener noreferrer\" alt=\"\"><span class=\"uagb-inline-editing\">READ MORE</span></a></div></div></div>\n<!-- /wp:uagb/info-box -->\n\n<!-- wp:uagb/info-box {\"classMigrate\":true,\"headingAlign\":\"left\",\"headingColor\":\"\",\"subHeadingColor\":\"\",\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"source_type\":\"image\",\"block_id\":\"be927766\",\"ctaType\":\"text\",\"ctaText\":\"READ MORE\",\"ctaLinkColor\":\"var(\\u002d\\u002dast-global-color-0)\",\"ctaDecoration\":\"underline\",\"ctaFontSize\":12,\"ctaFontWeight\":\"600\",\"ctaLetterSpacing\":2,\"ctaBorderStyle\":\"\",\"iconBottomMargin\":30,\"iconImage\":{\"id\":89,\"title\":\"food\",\"filename\":\"food.jpg\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/food.jpg\",\"link\":\"https://blueroan.netgen.cloud/food/\",\"alt\":\"\",\"author\":\"34\",\"description\":\"\",\"caption\":\"\",\"name\":\"food\",\"status\":\"inherit\",\"uploadedTo\":0,\"date\":\"2021-05-07T14:24:52.000Z\",\"modified\":\"2021-05-07T14:24:52.000Z\",\"menuOrder\":0,\"mime\":\"image/jpeg\",\"type\":\"image\",\"subtype\":\"jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/default.png\",\"dateFormatted\":\"May 7, 2021\",\"nonces\":{\"update\":\"b06173e227\",\"delete\":\"7de0e70fba\",\"edit\":\"7dc3d40920\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=89\\u0026action=edit\",\"meta\":false,\"authorName\":\"Rishabh\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/user-edit.php?user_id=34\",\"filesizeInBytes\":41933,\"filesizeHumanReadable\":\"41 KB\",\"context\":\"\",\"height\":440,\"width\":370,\"orientation\":\"portrait\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/food-150x150.jpg\",\"orientation\":\"landscape\"},\"medium\":{\"height\":300,\"width\":252,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/food-252x300-1.jpg\",\"orientation\":\"portrait\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/food.jpg\",\"height\":440,\"width\":370,\"orientation\":\"portrait\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"imageSize\":\"full\",\"imageWidth\":100,\"imageWidthMobile\":100,\"imageWidthTablet\":100,\"paddingBtnTop\":10,\"paddingBtnBottom\":10,\"paddingBtnLeft\":14,\"paddingBtnRight\":14,\"imageWidthUnit\":\"%\",\"imageWidthUnitTablet\":\"%\",\"imageWidthUnitMobile\":\"%\",\"subHeadTopMargin\":0,\"subHeadRightMargin\":40,\"subHeadLeftMargin\":0,\"subHeadMarginTopTablet\":0,\"subHeadMarginRightTablet\":0,\"subHeadTabletSpace\":20,\"subHeadMarginLeftTablet\":0,\"btnBorderStyle\":\"solid\"} -->\n<div class=\"wp-block-uagb-info-box uagb-block-be927766 uagb-infobox__content-wrap  uagb-infobox-icon-above-title uagb-infobox-image-valign-top\"><div class=\"uagb-ifb-content\"><div class=\"uagb-ifb-image-content\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/food.jpg\" alt=\"\"/></div><div class=\"uagb-ifb-title-wrap\"><h3 class=\"uagb-ifb-title\">Delicious Food​</h3></div><p class=\"uagb-ifb-desc\">We have team chefs from across the world. So you can enjoy the delicacies anytime during your stay.</p><div class=\"uagb-ifb-button-wrapper wp-block-button\"><a href=\"#\" target=\"_self\" class=\"uagb-infobox-cta-link\" rel=\"noopener noreferrer\" alt=\"\"><span class=\"uagb-inline-editing\">READ MORE</span></a></div></div></div>\n<!-- /wp:uagb/info-box -->\n\n<!-- wp:uagb/info-box {\"classMigrate\":true,\"headingAlign\":\"left\",\"headingColor\":\"\",\"subHeadingColor\":\"\",\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"source_type\":\"image\",\"block_id\":\"762a0a59\",\"ctaType\":\"text\",\"ctaText\":\"READ MORE\",\"ctaLinkColor\":\"var(\\u002d\\u002dast-global-color-0)\",\"ctaDecoration\":\"underline\",\"ctaFontSize\":12,\"ctaFontWeight\":\"600\",\"ctaLetterSpacing\":2,\"ctaBorderStyle\":\"\",\"iconBottomMargin\":30,\"iconImage\":{\"id\":241,\"title\":\"beach\",\"filename\":\"beach.jpg\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/beach.jpg\",\"link\":\"https://blueroan.netgen.cloud/beach/\",\"alt\":\"\",\"author\":\"34\",\"description\":\"\",\"caption\":\"\",\"name\":\"beach\",\"status\":\"inherit\",\"uploadedTo\":0,\"date\":\"2021-05-11T10:56:06.000Z\",\"modified\":\"2021-05-11T10:56:06.000Z\",\"menuOrder\":0,\"mime\":\"image/jpeg\",\"type\":\"image\",\"subtype\":\"jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/default.png\",\"dateFormatted\":\"May 11, 2021\",\"nonces\":{\"update\":\"65c348aac8\",\"delete\":\"6d551f7cf4\",\"edit\":\"026ca70d91\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=241\\u0026action=edit\",\"meta\":false,\"authorName\":\"Rishabh\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/user-edit.php?user_id=34\",\"filesizeInBytes\":38094,\"filesizeHumanReadable\":\"37 KB\",\"context\":\"\",\"height\":440,\"width\":370,\"orientation\":\"portrait\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/beach-150x150.jpg\",\"orientation\":\"landscape\"},\"medium\":{\"height\":300,\"width\":252,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/beach-252x300-1.jpg\",\"orientation\":\"portrait\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/beach.jpg\",\"height\":440,\"width\":370,\"orientation\":\"portrait\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"imageSize\":\"full\",\"imageWidth\":100,\"imageWidthMobile\":100,\"imageWidthTablet\":100,\"paddingBtnTop\":10,\"paddingBtnBottom\":10,\"paddingBtnLeft\":14,\"paddingBtnRight\":14,\"imageWidthUnit\":\"%\",\"imageWidthUnitTablet\":\"%\",\"imageWidthUnitMobile\":\"%\",\"subHeadTopMargin\":0,\"subHeadRightMargin\":40,\"subHeadLeftMargin\":0,\"subHeadMarginTopTablet\":0,\"subHeadMarginRightTablet\":0,\"subHeadTabletSpace\":20,\"subHeadMarginLeftTablet\":0,\"btnBorderStyle\":\"solid\"} -->\n<div class=\"wp-block-uagb-info-box uagb-block-762a0a59 uagb-infobox__content-wrap  uagb-infobox-icon-above-title uagb-infobox-image-valign-top\"><div class=\"uagb-ifb-content\"><div class=\"uagb-ifb-image-content\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/beach.jpg\" alt=\"\"/></div><div class=\"uagb-ifb-title-wrap\"><h3 class=\"uagb-ifb-title\">Private Beach​</h3></div><p class=\"uagb-ifb-desc\">Want to take a dip into the sea? All our guests get complimentary access to our private beach.</p><div class=\"uagb-ifb-button-wrapper wp-block-button\"><a href=\"#\" target=\"_self\" class=\"uagb-infobox-cta-link\" rel=\"noopener noreferrer\" alt=\"\"><span class=\"uagb-inline-editing\">READ MORE</span></a></div></div></div>\n<!-- /wp:uagb/info-box --></div>\n<!-- /wp:uagb/container --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"a8e80fd9\",\"innerContentCustomWidthDesktop\":781,\"innerContentCustomWidthTablet\":781,\"backgroundType\":\"image\",\"backgroundImageDesktop\":{\"id\":54,\"title\":\"background-img\",\"filename\":\"background-img-1.jpg\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/background-img-1.jpg\",\"link\":\"https://blueroan.netgen.cloud/background-img-2/\",\"alt\":\"\",\"author\":\"34\",\"description\":\"\",\"caption\":\"\",\"name\":\"background-img-2\",\"status\":\"inherit\",\"uploadedTo\":0,\"date\":\"2021-05-07T10:11:37.000Z\",\"modified\":\"2021-05-07T10:11:37.000Z\",\"menuOrder\":0,\"mime\":\"image/jpeg\",\"type\":\"image\",\"subtype\":\"jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/default.png\",\"dateFormatted\":\"May 7, 2021\",\"nonces\":{\"update\":\"bb999636b9\",\"delete\":\"d2e1375bc4\",\"edit\":\"005dd2f0c9\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=54\\u0026action=edit\",\"meta\":false,\"authorName\":\"Rishabh\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/user-edit.php?user_id=34\",\"filesizeInBytes\":338858,\"filesizeHumanReadable\":\"331 KB\",\"context\":\"\",\"height\":1080,\"width\":1920,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/background-img-1-150x150.jpg\",\"orientation\":\"landscape\"},\"medium\":{\"height\":169,\"width\":300,\"url\":\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/background-img-1-300x169.jpg\",\"orientation\":\"landscape\"},\"large\":{\"height\":576,\"width\":1024,\"url\":\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/background-img-1-1024x576.jpg\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/background-img-1.jpg\",\"height\":1080,\"width\":1920,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"backgroundImageColor\":\"rgba(42,42,42,0.65)\",\"topPaddingDesktop\":144,\"bottomPaddingDesktop\":144,\"leftPaddingDesktop\":40,\"rightPaddingDesktop\":40,\"topPaddingTablet\":80,\"bottomPaddingTablet\":80,\"leftPaddingTablet\":40,\"rightPaddingTablet\":40,\"topPaddingMobile\":64,\"bottomPaddingMobile\":64,\"leftPaddingMobile\":24,\"rightPaddingMobile\":24,\"paddingLink\":false,\"variationSelected\":true,\"isBlockRootParent\":true,\"overlayType\":\"color\"} -->\n<div class=\"wp-block-uagb-container uagb-block-a8e80fd9 alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/advanced-heading {\"block_id\":\"3f3b31e7\",\"classMigrate\":true,\"headingDescToggle\":true,\"headingAlign\":\"center\",\"headingColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"subHeadingColor\":\"var(\\u002d\\u002dast-global-color-4)\",\"headSpace\":20} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-3f3b31e7\"><h2 class=\"uagb-heading-text\">Plan an Unforgettable Experience in Mykonos Today!</h2><p class=\"uagb-desc-text\">We can help you fit your stay and experience within your allotted budget.</p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/advanced-heading {\"block_id\":\"504fee63\",\"classMigrate\":true,\"headingTitleToggle\":false,\"headingDescToggle\":true,\"headingAlign\":\"center\",\"subHeadingColor\":\"var(\\u002d\\u002dast-global-color-4)\",\"subHeadTransform\":\"uppercase\",\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"subHeadLetterSpacing\":2,\"blockTopPadding\":60,\"blockRightPadding\":0,\"blockLeftPadding\":0,\"blockBottomPadding\":0,\"blockTopPaddingMobile\":30,\"blockRightPaddingMobile\":0,\"blockLeftPaddingMobile\":0,\"blockBottomPaddingMobile\":0} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-504fee63\"><p class=\"uagb-desc-text\">BOOK YOUR STAY NOW​</p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/icon-list {\"block_id\":\"c870a563\",\"classMigrate\":true,\"childMigrate\":true,\"align\":\"center\",\"parentIcon\":\"phone\",\"size\":40,\"sizeMobile\":24,\"sizeTablet\":32,\"fontSize\":48,\"fontSizeMobile\":28,\"fontSizeTablet\":40,\"fontWeight\":\"600\",\"iconColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"labelColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"blockTopPadding\":0,\"blockRightPadding\":0,\"blockLeftPadding\":0,\"blockBottomPadding\":24,\"blockPaddingLink\":false} -->\n<div class=\"wp-block-uagb-icon-list uagb-block-c870a563\"><div class=\"uagb-icon-list__wrap\"><!-- wp:uagb/icon-list-child {\"block_id\":\"8f911740\",\"label\":\"+1-123 456 7890​\",\"label_color\":\"\",\"fromParentIcon\":\"phone\",\"imageSizeChild\":40} -->\n<div class=\"wp-block-uagb-icon-list-child uagb-block-8f911740\"><span class=\"uagb-icon-list__source-wrap\"><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M511.2 387l-23.25 100.8c-3.266 14.25-15.79 24.22-30.46 24.22C205.2 512 0 306.8 0 54.5c0-14.66 9.969-27.2 24.22-30.45l100.8-23.25C139.7-2.602 154.7 5.018 160.8 18.92l46.52 108.5c5.438 12.78 1.77 27.67-8.98 36.45L144.5 207.1c33.98 69.22 90.26 125.5 159.5 159.5l44.08-53.8c8.688-10.78 23.69-14.51 36.47-8.975l108.5 46.51C506.1 357.2 514.6 372.4 511.2 387z\"></path></svg></span><span class=\"uagb-icon-list__label\">+1-123 456 7890​</span></div>\n<!-- /wp:uagb/icon-list-child --></div></div>\n<!-- /wp:uagb/icon-list --></div></div>\n<!-- /wp:uagb/container -->',	'Amenities',	'',	'inherit',	'closed',	'closed',	'',	'762-revision-v1',	'',	'',	'2022-12-15 11:36:39',	'2022-12-15 11:36:39',	'',	762,	'https://blueroan.netgen.cloud/?p=1192',	0,	'revision',	'',	0),
(1193,	2,	'2022-12-15 11:37:26',	'2022-12-15 11:37:26',	'<!-- wp:uagb/container {\"block_id\":\"e3f4f6b5\",\"backgroundType\":\"image\",\"backgroundImageDesktop\":{\"id\":1007,\"title\":\"AAEAAQAAAAAAAAAAAAAAJDg5NmY0ZGUxLWE4MTgtNDY5NC1iODFhLTBmN2Q0ZDc5ZWFiNw-1\",\"filename\":\"AAEAAQAAAAAAAAAAAAAAJDg5NmY0ZGUxLWE4MTgtNDY5NC1iODFhLTBmN2Q0ZDc5ZWFiNw-1.png\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAAJDg5NmY0ZGUxLWE4MTgtNDY5NC1iODFhLTBmN2Q0ZDc5ZWFiNw-1.png\",\"link\":\"https://blueroan.netgen.cloud/the-barn/aaeaaqaaaaaaaaaaaaaajdg5nmy0zguxlwe4mtgtndy5nc1iodfhltbmn2q0zdc5zwfinw-1/\",\"alt\":\"\",\"author\":\"2\",\"description\":\"\",\"caption\":\"\",\"name\":\"aaeaaqaaaaaaaaaaaaaajdg5nmy0zguxlwe4mtgtndy5nc1iodfhltbmn2q0zdc5zwfinw-1\",\"status\":\"inherit\",\"uploadedTo\":948,\"date\":\"2022-12-14T10:50:25.000Z\",\"modified\":\"2022-12-14T10:50:25.000Z\",\"menuOrder\":0,\"mime\":\"image/png\",\"type\":\"image\",\"subtype\":\"png\",\"icon\":\"https://blueroan.netgen.cloud/wp-includes/images/media/default.png\",\"dateFormatted\":\"December 14, 2022\",\"nonces\":{\"update\":\"483f8bdf3d\",\"delete\":\"0a7ebc92ef\",\"edit\":\"6bc1c6a685\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=1007\\u0026action=edit\",\"meta\":false,\"authorName\":\"Netgen Support\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/profile.php\",\"uploadedToTitle\":\"The Barn\",\"uploadedToLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=948\\u0026action=edit\",\"filesizeInBytes\":1348989,\"filesizeHumanReadable\":\"1 MB\",\"context\":\"\",\"height\":667,\"width\":1000,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAAJDg5NmY0ZGUxLWE4MTgtNDY5NC1iODFhLTBmN2Q0ZDc5ZWFiNw-1-150x150.png\",\"orientation\":\"landscape\"},\"medium\":{\"height\":200,\"width\":300,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAAJDg5NmY0ZGUxLWE4MTgtNDY5NC1iODFhLTBmN2Q0ZDc5ZWFiNw-1-300x200.png\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAAJDg5NmY0ZGUxLWE4MTgtNDY5NC1iODFhLTBmN2Q0ZDc5ZWFiNw-1.png\",\"height\":667,\"width\":1000,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"backgroundPositionDesktop\":{\"x\":0.61,\"y\":0.52},\"backgroundSizeTablet\":\"cover\",\"backgroundSizeMobile\":\"cover\",\"backgroundColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"backgroundImageColor\":\"rgba(42,42,42,0.5)\",\"topPaddingDesktop\":220,\"bottomPaddingDesktop\":150,\"topPaddingTablet\":170,\"bottomPaddingTablet\":160,\"leftPaddingTablet\":30,\"rightPaddingTablet\":30,\"topPaddingMobile\":180,\"bottomPaddingMobile\":80,\"leftPaddingMobile\":20,\"rightPaddingMobile\":20,\"paddingLink\":false,\"variationSelected\":true,\"isBlockRootParent\":true,\"overlayType\":\"color\"} -->\n<div class=\"wp-block-uagb-container uagb-block-e3f4f6b5 alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/advanced-heading {\"block_id\":\"ebf78d30\",\"classMigrate\":true,\"headingDescToggle\":true,\"headingColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"subHeadingColor\":\"var(\\u002d\\u002dast-global-color-4)\",\"headingTag\":\"h1\",\"headSpace\":20,\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"blockTopPadding\":0,\"blockRightPadding\":50,\"blockLeftPadding\":0,\"blockBottomPadding\":0,\"blockTopPaddingTablet\":0,\"blockRightPaddingTablet\":20,\"blockLeftPaddingTablet\":0,\"blockBottomPaddingTablet\":0,\"blockTopPaddingMobile\":0,\"blockRightPaddingMobile\":0,\"blockLeftPaddingMobile\":0,\"blockBottomPaddingMobile\":0,\"blockPaddingUnit\":\"%\",\"blockPaddingUnitTablet\":\"%\"} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-ebf78d30\"><h1 class=\"uagb-heading-text\">Amenities &amp; Interests​</h1><p class=\"uagb-desc-text\">We do not give you just rooms to stay in. We give you an environment where you can experience the best while on a holiday with us. </p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:buttons -->\n<div class=\"wp-block-buttons\"><!-- wp:button -->\n<div class=\"wp-block-button\"><a class=\"wp-block-button__link wp-element-button\" href=\"https://book.nightsbridge.com/11065\" target=\"_blank\" rel=\"noreferrer noopener\">BOOK NOW</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"0c4ea45d\",\"topPaddingDesktop\":60,\"bottomPaddingDesktop\":60,\"leftPaddingDesktop\":0,\"rightPaddingDesktop\":0,\"paddingLink\":false,\"variationSelected\":true,\"isBlockRootParent\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-0c4ea45d alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"align\":\"center\",\"id\":828,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image aligncenter size-full\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Blue-Roan-pool.png\" alt=\"Blue Roan\'s rock pool\" class=\"wp-image-828\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>A relaxing rock Pool​</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>We have a lovely sparkling blue rock pool next to a thatched Lapa. &nbsp;&nbsp;Lie on recliners on the green lawn or sit on the swing chair in the Lapa and enjoy the panoramic view of the Magaliesberg mountain range.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":829,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/img-20160605-wa0002-largejpg.png\" alt=\"\" class=\"wp-image-829\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>Braai facilities </h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>What can compare to a burning fire under the star-lit African sky? Nothing beats the flavor of cooking over an open flame.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":830,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/ef9d0188da11e2bc56788f5619d9d539.png\" alt=\"\" class=\"wp-image-830\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>A games room </h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>The reception is also a games room for those who enjoy darts or playing pool. &nbsp;Take a selection of DVDs back to your room and watch movies on your own DVD player. &nbsp;There is also a selection of board games and music CDs that you can borrow.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"align\":\"center\",\"id\":1183,\"width\":370,\"height\":400,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image aligncenter size-full is-resized\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/eyJidWNrZXQiOiJhc3NldHMuYWxsdHJhaWxzLmNvbSIsImtleSI6InVwbG9hZHMvcGhvdG8vaW1hZ2UvNDMxNzk4MTAvYjZkYTAz.png\" alt=\"\" class=\"wp-image-1183\" width=\"370\" height=\"400\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>Walking and hiking</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>We have a lovely sparkling blue rock pool next to a thatched Lapa. &nbsp;&nbsp;Lie on recliners on the green lawn or sit on the swing chair in the Lapa and enjoy the panoramic view of the Magaliesberg mountain range.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":1188,\"width\":370,\"height\":440,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large is-resized\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/49089607_1950305445047847_5177863042771189760_n-1-933x1024.png\" alt=\"\" class=\"wp-image-1188\" width=\"370\" height=\"440\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>Mountain biking</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>What can compare to a burning fire under the star-lit African sky? Nothing beats the flavor of cooking over an open flame.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":830,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/ef9d0188da11e2bc56788f5619d9d539.png\" alt=\"\" class=\"wp-image-830\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>Horse riding </h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>The reception is also a games room for those who enjoy darts or playing pool. &nbsp;Take a selection of DVDs back to your room and watch movies on your own DVD player. &nbsp;There is also a selection of board games and music CDs that you can borrow.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"ca5ea66f\",\"innerContentWidth\":\"alignfull\",\"directionDesktop\":\"row\",\"wrapTablet\":\"wrap\",\"variationSelected\":true,\"rowGapTablet\":0,\"columnGapDesktop\":0,\"isBlockRootParent\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-ca5ea66f alignfull uagb-is-root-container\"><!-- wp:uagb/container {\"block_id\":\"6e660d97\",\"widthDesktop\":25,\"widthTablet\":50,\"variationSelected\":true,\"widthSetByUser\":true,\"UAGHideMob\":true,\"UAGResponsiveConditions\":true} -->\n<div class=\"wp-block-uagb-container uag-hide-mob uagb-block-6e660d97\"><!-- wp:uagb/image {\"block_id\":\"a8b2a327\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/amenities-1.jpg\",\"id\":220,\"linkDestination\":\"none\",\"width\":480,\"height\":500,\"naturalWidth\":480,\"naturalHeight\":500,\"sizeSlug\":\"full\",\"sizeSlugTablet\":\"full\",\"sizeSlugMobile\":\"full\"} -->\n<div class=\"wp-block-uagb-image uagb-block-a8b2a327 wp-block-uagb-image--layout-default wp-block-uagb-image--effect-static wp-block-uagb-image--align-none\"><figure class=\"wp-block-uagb-image__figure\"><img srcset=\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/amenities-1.jpg \" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/amenities-1.jpg\" alt=\"\" class=\"uag-image-220\" width=\"480\" height=\"500\" title=\"\" loading=\"lazy\"/></figure></div>\n<!-- /wp:uagb/image --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"35dbce2b\",\"widthDesktop\":25,\"widthTablet\":50,\"variationSelected\":true,\"widthSetByUser\":true,\"UAGHideMob\":true,\"UAGResponsiveConditions\":true} -->\n<div class=\"wp-block-uagb-container uag-hide-mob uagb-block-35dbce2b\"><!-- wp:uagb/image {\"block_id\":\"cd59eb5b\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/amenities-3.jpg\",\"id\":222,\"linkDestination\":\"none\",\"naturalWidth\":480,\"naturalHeight\":500,\"sizeSlug\":\"full\",\"sizeSlugTablet\":\"full\",\"sizeSlugMobile\":\"full\"} -->\n<div class=\"wp-block-uagb-image uagb-block-cd59eb5b wp-block-uagb-image--layout-default wp-block-uagb-image--effect-static wp-block-uagb-image--align-none\"><figure class=\"wp-block-uagb-image__figure\"><img srcset=\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/amenities-3.jpg \" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/amenities-3.jpg\" alt=\"\" class=\"uag-image-222\" width=\"\" height=\"\" title=\"\" loading=\"lazy\"/></figure></div>\n<!-- /wp:uagb/image --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"8759c47c\",\"widthDesktop\":50,\"widthTablet\":100,\"variationSelected\":true,\"columnGapDesktop\":20,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-8759c47c\"><!-- wp:uagb/image {\"block_id\":\"937c7e83\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/amenities-5.jpg\",\"id\":224,\"linkDestination\":\"none\",\"width\":960,\"height\":500,\"naturalWidth\":960,\"naturalHeight\":500,\"sizeSlug\":\"full\",\"sizeSlugTablet\":\"full\",\"sizeSlugMobile\":\"full\"} -->\n<div class=\"wp-block-uagb-image uagb-block-937c7e83 wp-block-uagb-image--layout-default wp-block-uagb-image--effect-static wp-block-uagb-image--align-none\"><figure class=\"wp-block-uagb-image__figure\"><img srcset=\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/amenities-5.jpg \" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/amenities-5.jpg\" alt=\"\" class=\"uag-image-224\" width=\"960\" height=\"500\" title=\"\" loading=\"lazy\"/></figure></div>\n<!-- /wp:uagb/image --></div>\n<!-- /wp:uagb/container --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"165d6a3d\",\"innerContentWidth\":\"alignfull\",\"directionDesktop\":\"row\",\"wrapTablet\":\"wrap\",\"variationSelected\":true,\"rowGapTablet\":0,\"columnGapDesktop\":0,\"isBlockRootParent\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-165d6a3d alignfull uagb-is-root-container\"><!-- wp:uagb/container {\"block_id\":\"ad0d7da0\",\"widthDesktop\":50,\"widthTablet\":100,\"variationSelected\":true,\"columnGapDesktop\":20,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-ad0d7da0\"><!-- wp:uagb/image {\"block_id\":\"b22c0f5d\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/amenities-6-1.jpg\",\"id\":230,\"linkDestination\":\"none\",\"naturalWidth\":960,\"naturalHeight\":500,\"sizeSlug\":\"full\",\"sizeSlugTablet\":\"full\",\"sizeSlugMobile\":\"full\"} -->\n<div class=\"wp-block-uagb-image uagb-block-b22c0f5d wp-block-uagb-image--layout-default wp-block-uagb-image--effect-static wp-block-uagb-image--align-none\"><figure class=\"wp-block-uagb-image__figure\"><img srcset=\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/amenities-6-1.jpg \" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/amenities-6-1.jpg\" alt=\"\" class=\"uag-image-230\" width=\"\" height=\"\" title=\"\" loading=\"lazy\"/></figure></div>\n<!-- /wp:uagb/image --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"988d75c7\",\"widthDesktop\":25,\"variationSelected\":true,\"widthSetByUser\":true,\"UAGHideMob\":true,\"UAGResponsiveConditions\":true} -->\n<div class=\"wp-block-uagb-container uag-hide-mob uagb-block-988d75c7\"><!-- wp:uagb/image {\"block_id\":\"4a7e6ef6\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/amenities-2.jpg\",\"id\":221,\"linkDestination\":\"none\",\"naturalWidth\":480,\"naturalHeight\":500,\"sizeSlug\":\"full\",\"sizeSlugTablet\":\"full\",\"sizeSlugMobile\":\"full\"} -->\n<div class=\"wp-block-uagb-image uagb-block-4a7e6ef6 wp-block-uagb-image--layout-default wp-block-uagb-image--effect-static wp-block-uagb-image--align-none\"><figure class=\"wp-block-uagb-image__figure\"><img srcset=\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/amenities-2.jpg \" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/amenities-2.jpg\" alt=\"\" class=\"uag-image-221\" width=\"\" height=\"\" title=\"\" loading=\"lazy\"/></figure></div>\n<!-- /wp:uagb/image --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"08cd2bac\",\"widthDesktop\":25,\"variationSelected\":true,\"widthSetByUser\":true,\"UAGHideMob\":true,\"UAGResponsiveConditions\":true} -->\n<div class=\"wp-block-uagb-container uag-hide-mob uagb-block-08cd2bac\"><!-- wp:uagb/image {\"block_id\":\"7e9d71dc\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/amenities-4.jpg\",\"id\":223,\"linkDestination\":\"none\",\"naturalWidth\":480,\"naturalHeight\":500,\"sizeSlug\":\"full\",\"sizeSlugTablet\":\"full\",\"sizeSlugMobile\":\"full\"} -->\n<div class=\"wp-block-uagb-image uagb-block-7e9d71dc wp-block-uagb-image--layout-default wp-block-uagb-image--effect-static wp-block-uagb-image--align-none\"><figure class=\"wp-block-uagb-image__figure\"><img srcset=\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/amenities-4.jpg \" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/amenities-4.jpg\" alt=\"\" class=\"uag-image-223\" width=\"\" height=\"\" title=\"\" loading=\"lazy\"/></figure></div>\n<!-- /wp:uagb/image --></div>\n<!-- /wp:uagb/container --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"2c334b7d\",\"backgroundType\":\"color\",\"backgroundSizeTablet\":\"cover\",\"backgroundSizeMobile\":\"cover\",\"backgroundColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"topPaddingDesktop\":120,\"bottomPaddingDesktop\":120,\"topPaddingTablet\":80,\"bottomPaddingTablet\":80,\"leftPaddingTablet\":30,\"rightPaddingTablet\":30,\"topPaddingMobile\":80,\"bottomPaddingMobile\":80,\"leftPaddingMobile\":20,\"rightPaddingMobile\":20,\"paddingLink\":false,\"variationSelected\":true,\"rowGapDesktop\":0,\"rowGapTablet\":0,\"isBlockRootParent\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-2c334b7d alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/container {\"block_id\":\"73ba7170\",\"directionDesktop\":\"row\",\"alignItemsDesktop\":\"flex-end\",\"alignItemsTablet\":\"flex-end\",\"justifyContentDesktop\":\"flex-end\",\"justifyContentTablet\":\"space-between\",\"variationSelected\":true,\"rowGapMobile\":30,\"columnGapDesktop\":0} -->\n<div class=\"wp-block-uagb-container uagb-block-73ba7170\"><!-- wp:uagb/advanced-heading {\"block_id\":\"7d1a8ccc\",\"classMigrate\":true,\"headingDescToggle\":true,\"subHeadingColor\":\"\",\"headSpace\":20,\"subHeadFontSize\":16} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-7d1a8ccc\"><h2 class=\"uagb-heading-text\">Other Perks &amp; Facilities ​</h2><p class=\"uagb-desc-text\">Looking for more? Well, we believe that every guest walks into our hotel for the best experience. And, we are determined to do that.</p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/buttons {\"block_id\":\"f9d35902\",\"classMigrate\":true,\"childMigrate\":true,\"align\":\"right\",\"alignTablet\":\"right\",\"alignMobile\":\"left\",\"gap\":0} -->\n<div class=\"wp-block-uagb-buttons uagb-buttons__outer-wrap uagb-btn__default-btn uagb-btn-tablet__default-btn uagb-btn-mobile__default-btn uagb-block-f9d35902\"><div class=\"uagb-buttons__wrap uagb-buttons-layout-wrap\"><!-- wp:uagb/buttons-child {\"block_id\":\"e2b700d5\",\"label\":\"Get Bookings\",\"link\":\"#\",\"hColor\":\"\",\"borderWidth\":\"\",\"borderRadius\":\"\",\"borderStyle\":\"\",\"borderColor\":\"\",\"borderHColor\":\"\",\"btnBorderTopWidth\":1,\"btnBorderLeftWidth\":1,\"btnBorderRightWidth\":1,\"btnBorderBottomWidth\":1,\"btnBorderTopLeftRadius\":2,\"btnBorderTopRightRadius\":2,\"btnBorderBottomLeftRadius\":2,\"btnBorderBottomRightRadius\":2,\"btnBorderStyle\":\"solid\",\"btnBorderColor\":\"#333\",\"btnBorderHColor\":\"#333\"} -->\n<div class=\"wp-block-uagb-buttons-child uagb-buttons__outer-wrap uagb-block-e2b700d5 wp-block-button is-style-outline\"><div class=\"uagb-button__wrapper\"><a class=\"uagb-buttons-repeater wp-block-button__link\" href=\"#\" rel=\"follow noopener\" target=\"_self\"><div class=\"uagb-button__link\">Get Bookings</div></a></div></div>\n<!-- /wp:uagb/buttons-child --></div></div>\n<!-- /wp:uagb/buttons --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"76b4ac75\",\"directionDesktop\":\"row\",\"alignItemsTablet\":\"flex-start\",\"paddingLink\":false,\"topMarginDesktop\":54,\"bottomMarginDesktop\":0,\"leftMarginDesktop\":0,\"rightMarginDesktop\":0,\"topMarginTablet\":30,\"bottomMarginTablet\":0,\"leftMarginTablet\":0,\"rightMarginTablet\":0,\"marginLink\":false,\"variationSelected\":true,\"rowGapMobile\":65,\"columnGapDesktop\":48,\"columnGapTablet\":20} -->\n<div class=\"wp-block-uagb-container uagb-block-76b4ac75\"><!-- wp:uagb/info-box {\"classMigrate\":true,\"headingAlign\":\"left\",\"headingColor\":\"\",\"subHeadingColor\":\"\",\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"source_type\":\"image\",\"block_id\":\"bc5caedb\",\"ctaType\":\"text\",\"ctaText\":\"READ MORE\",\"ctaLinkColor\":\"var(\\u002d\\u002dast-global-color-0)\",\"ctaDecoration\":\"underline\",\"ctaFontSize\":12,\"ctaFontWeight\":\"600\",\"ctaLetterSpacing\":2,\"ctaBorderStyle\":\"\",\"iconBottomMargin\":30,\"iconImage\":{\"id\":240,\"title\":\"terrace\",\"filename\":\"terrace.jpg\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/terrace.jpg\",\"link\":\"https://blueroan.netgen.cloud/terrace/\",\"alt\":\"\",\"author\":\"34\",\"description\":\"\",\"caption\":\"\",\"name\":\"terrace\",\"status\":\"inherit\",\"uploadedTo\":0,\"date\":\"2021-05-11T10:54:04.000Z\",\"modified\":\"2021-05-11T10:54:04.000Z\",\"menuOrder\":0,\"mime\":\"image/jpeg\",\"type\":\"image\",\"subtype\":\"jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/default.png\",\"dateFormatted\":\"May 11, 2021\",\"nonces\":{\"update\":\"6de8720da3\",\"delete\":\"d7905e75b9\",\"edit\":\"e7132a7b3e\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=240\\u0026action=edit\",\"meta\":false,\"authorName\":\"Rishabh\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/user-edit.php?user_id=34\",\"filesizeInBytes\":40742,\"filesizeHumanReadable\":\"40 KB\",\"context\":\"\",\"height\":440,\"width\":370,\"orientation\":\"portrait\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/terrace-150x150.jpg\",\"orientation\":\"landscape\"},\"medium\":{\"height\":300,\"width\":252,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/terrace-252x300-1.jpg\",\"orientation\":\"portrait\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/terrace.jpg\",\"height\":440,\"width\":370,\"orientation\":\"portrait\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"imageSize\":\"full\",\"imageWidth\":100,\"imageWidthMobile\":100,\"imageWidthTablet\":100,\"paddingBtnTop\":10,\"paddingBtnBottom\":10,\"paddingBtnLeft\":14,\"paddingBtnRight\":14,\"imageWidthUnit\":\"%\",\"imageWidthUnitTablet\":\"%\",\"imageWidthUnitMobile\":\"%\",\"subHeadTopMargin\":0,\"subHeadRightMargin\":40,\"subHeadLeftMargin\":0,\"subHeadMarginTopTablet\":0,\"subHeadMarginRightTablet\":0,\"subHeadTabletSpace\":20,\"subHeadMarginLeftTablet\":0,\"btnBorderStyle\":\"solid\"} -->\n<div class=\"wp-block-uagb-info-box uagb-block-bc5caedb uagb-infobox__content-wrap  uagb-infobox-icon-above-title uagb-infobox-image-valign-top\"><div class=\"uagb-ifb-content\"><div class=\"uagb-ifb-image-content\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/terrace.jpg\" alt=\"\"/></div><div class=\"uagb-ifb-title-wrap\"><h3 class=\"uagb-ifb-title\">Ocean View Terrace​</h3></div><p class=\"uagb-ifb-desc\">Among the scenic beauty of the city we also have an ocean view terrace for every suite in our hotel.</p><div class=\"uagb-ifb-button-wrapper wp-block-button\"><a href=\"#\" target=\"_self\" class=\"uagb-infobox-cta-link\" rel=\"noopener noreferrer\" alt=\"\"><span class=\"uagb-inline-editing\">READ MORE</span></a></div></div></div>\n<!-- /wp:uagb/info-box -->\n\n<!-- wp:uagb/info-box {\"classMigrate\":true,\"headingAlign\":\"left\",\"headingColor\":\"\",\"subHeadingColor\":\"\",\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"source_type\":\"image\",\"block_id\":\"be927766\",\"ctaType\":\"text\",\"ctaText\":\"READ MORE\",\"ctaLinkColor\":\"var(\\u002d\\u002dast-global-color-0)\",\"ctaDecoration\":\"underline\",\"ctaFontSize\":12,\"ctaFontWeight\":\"600\",\"ctaLetterSpacing\":2,\"ctaBorderStyle\":\"\",\"iconBottomMargin\":30,\"iconImage\":{\"id\":89,\"title\":\"food\",\"filename\":\"food.jpg\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/food.jpg\",\"link\":\"https://blueroan.netgen.cloud/food/\",\"alt\":\"\",\"author\":\"34\",\"description\":\"\",\"caption\":\"\",\"name\":\"food\",\"status\":\"inherit\",\"uploadedTo\":0,\"date\":\"2021-05-07T14:24:52.000Z\",\"modified\":\"2021-05-07T14:24:52.000Z\",\"menuOrder\":0,\"mime\":\"image/jpeg\",\"type\":\"image\",\"subtype\":\"jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/default.png\",\"dateFormatted\":\"May 7, 2021\",\"nonces\":{\"update\":\"b06173e227\",\"delete\":\"7de0e70fba\",\"edit\":\"7dc3d40920\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=89\\u0026action=edit\",\"meta\":false,\"authorName\":\"Rishabh\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/user-edit.php?user_id=34\",\"filesizeInBytes\":41933,\"filesizeHumanReadable\":\"41 KB\",\"context\":\"\",\"height\":440,\"width\":370,\"orientation\":\"portrait\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/food-150x150.jpg\",\"orientation\":\"landscape\"},\"medium\":{\"height\":300,\"width\":252,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/food-252x300-1.jpg\",\"orientation\":\"portrait\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/food.jpg\",\"height\":440,\"width\":370,\"orientation\":\"portrait\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"imageSize\":\"full\",\"imageWidth\":100,\"imageWidthMobile\":100,\"imageWidthTablet\":100,\"paddingBtnTop\":10,\"paddingBtnBottom\":10,\"paddingBtnLeft\":14,\"paddingBtnRight\":14,\"imageWidthUnit\":\"%\",\"imageWidthUnitTablet\":\"%\",\"imageWidthUnitMobile\":\"%\",\"subHeadTopMargin\":0,\"subHeadRightMargin\":40,\"subHeadLeftMargin\":0,\"subHeadMarginTopTablet\":0,\"subHeadMarginRightTablet\":0,\"subHeadTabletSpace\":20,\"subHeadMarginLeftTablet\":0,\"btnBorderStyle\":\"solid\"} -->\n<div class=\"wp-block-uagb-info-box uagb-block-be927766 uagb-infobox__content-wrap  uagb-infobox-icon-above-title uagb-infobox-image-valign-top\"><div class=\"uagb-ifb-content\"><div class=\"uagb-ifb-image-content\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/food.jpg\" alt=\"\"/></div><div class=\"uagb-ifb-title-wrap\"><h3 class=\"uagb-ifb-title\">Delicious Food​</h3></div><p class=\"uagb-ifb-desc\">We have team chefs from across the world. So you can enjoy the delicacies anytime during your stay.</p><div class=\"uagb-ifb-button-wrapper wp-block-button\"><a href=\"#\" target=\"_self\" class=\"uagb-infobox-cta-link\" rel=\"noopener noreferrer\" alt=\"\"><span class=\"uagb-inline-editing\">READ MORE</span></a></div></div></div>\n<!-- /wp:uagb/info-box -->\n\n<!-- wp:uagb/info-box {\"classMigrate\":true,\"headingAlign\":\"left\",\"headingColor\":\"\",\"subHeadingColor\":\"\",\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"source_type\":\"image\",\"block_id\":\"762a0a59\",\"ctaType\":\"text\",\"ctaText\":\"READ MORE\",\"ctaLinkColor\":\"var(\\u002d\\u002dast-global-color-0)\",\"ctaDecoration\":\"underline\",\"ctaFontSize\":12,\"ctaFontWeight\":\"600\",\"ctaLetterSpacing\":2,\"ctaBorderStyle\":\"\",\"iconBottomMargin\":30,\"iconImage\":{\"id\":241,\"title\":\"beach\",\"filename\":\"beach.jpg\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/beach.jpg\",\"link\":\"https://blueroan.netgen.cloud/beach/\",\"alt\":\"\",\"author\":\"34\",\"description\":\"\",\"caption\":\"\",\"name\":\"beach\",\"status\":\"inherit\",\"uploadedTo\":0,\"date\":\"2021-05-11T10:56:06.000Z\",\"modified\":\"2021-05-11T10:56:06.000Z\",\"menuOrder\":0,\"mime\":\"image/jpeg\",\"type\":\"image\",\"subtype\":\"jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/default.png\",\"dateFormatted\":\"May 11, 2021\",\"nonces\":{\"update\":\"65c348aac8\",\"delete\":\"6d551f7cf4\",\"edit\":\"026ca70d91\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=241\\u0026action=edit\",\"meta\":false,\"authorName\":\"Rishabh\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/user-edit.php?user_id=34\",\"filesizeInBytes\":38094,\"filesizeHumanReadable\":\"37 KB\",\"context\":\"\",\"height\":440,\"width\":370,\"orientation\":\"portrait\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/beach-150x150.jpg\",\"orientation\":\"landscape\"},\"medium\":{\"height\":300,\"width\":252,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/beach-252x300-1.jpg\",\"orientation\":\"portrait\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/beach.jpg\",\"height\":440,\"width\":370,\"orientation\":\"portrait\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"imageSize\":\"full\",\"imageWidth\":100,\"imageWidthMobile\":100,\"imageWidthTablet\":100,\"paddingBtnTop\":10,\"paddingBtnBottom\":10,\"paddingBtnLeft\":14,\"paddingBtnRight\":14,\"imageWidthUnit\":\"%\",\"imageWidthUnitTablet\":\"%\",\"imageWidthUnitMobile\":\"%\",\"subHeadTopMargin\":0,\"subHeadRightMargin\":40,\"subHeadLeftMargin\":0,\"subHeadMarginTopTablet\":0,\"subHeadMarginRightTablet\":0,\"subHeadTabletSpace\":20,\"subHeadMarginLeftTablet\":0,\"btnBorderStyle\":\"solid\"} -->\n<div class=\"wp-block-uagb-info-box uagb-block-762a0a59 uagb-infobox__content-wrap  uagb-infobox-icon-above-title uagb-infobox-image-valign-top\"><div class=\"uagb-ifb-content\"><div class=\"uagb-ifb-image-content\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/beach.jpg\" alt=\"\"/></div><div class=\"uagb-ifb-title-wrap\"><h3 class=\"uagb-ifb-title\">Private Beach​</h3></div><p class=\"uagb-ifb-desc\">Want to take a dip into the sea? All our guests get complimentary access to our private beach.</p><div class=\"uagb-ifb-button-wrapper wp-block-button\"><a href=\"#\" target=\"_self\" class=\"uagb-infobox-cta-link\" rel=\"noopener noreferrer\" alt=\"\"><span class=\"uagb-inline-editing\">READ MORE</span></a></div></div></div>\n<!-- /wp:uagb/info-box --></div>\n<!-- /wp:uagb/container --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"0c60b383\",\"innerContentCustomWidthDesktop\":781,\"innerContentCustomWidthTablet\":781,\"backgroundType\":\"image\",\"backgroundImageDesktop\":{\"id\":54,\"title\":\"background-img\",\"filename\":\"background-img-1.jpg\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/background-img-1.jpg\",\"link\":\"https://blueroan.netgen.cloud/background-img-2/\",\"alt\":\"\",\"author\":\"34\",\"description\":\"\",\"caption\":\"\",\"name\":\"background-img-2\",\"status\":\"inherit\",\"uploadedTo\":0,\"date\":\"2021-05-07T10:11:37.000Z\",\"modified\":\"2021-05-07T10:11:37.000Z\",\"menuOrder\":0,\"mime\":\"image/jpeg\",\"type\":\"image\",\"subtype\":\"jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/default.png\",\"dateFormatted\":\"May 7, 2021\",\"nonces\":{\"update\":\"bb999636b9\",\"delete\":\"d2e1375bc4\",\"edit\":\"005dd2f0c9\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=54\\u0026action=edit\",\"meta\":false,\"authorName\":\"Rishabh\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/user-edit.php?user_id=34\",\"filesizeInBytes\":338858,\"filesizeHumanReadable\":\"331 KB\",\"context\":\"\",\"height\":1080,\"width\":1920,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/background-img-1-150x150.jpg\",\"orientation\":\"landscape\"},\"medium\":{\"height\":169,\"width\":300,\"url\":\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/background-img-1-300x169.jpg\",\"orientation\":\"landscape\"},\"large\":{\"height\":576,\"width\":1024,\"url\":\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/background-img-1-1024x576.jpg\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/background-img-1.jpg\",\"height\":1080,\"width\":1920,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"backgroundImageColor\":\"rgba(42,42,42,0.65)\",\"topPaddingDesktop\":144,\"bottomPaddingDesktop\":144,\"leftPaddingDesktop\":40,\"rightPaddingDesktop\":40,\"topPaddingTablet\":80,\"bottomPaddingTablet\":80,\"leftPaddingTablet\":40,\"rightPaddingTablet\":40,\"topPaddingMobile\":64,\"bottomPaddingMobile\":64,\"leftPaddingMobile\":24,\"rightPaddingMobile\":24,\"paddingLink\":false,\"variationSelected\":true,\"isBlockRootParent\":true,\"overlayType\":\"color\"} -->\n<div class=\"wp-block-uagb-container uagb-block-0c60b383 alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/advanced-heading {\"block_id\":\"28900083\",\"classMigrate\":true,\"headingDescToggle\":true,\"headingAlign\":\"center\",\"headingColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"subHeadingColor\":\"var(\\u002d\\u002dast-global-color-4)\",\"headSpace\":20} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-28900083\"><h2 class=\"uagb-heading-text\">Plan an Unforgettable Experience in Mykonos Today!</h2><p class=\"uagb-desc-text\">We can help you fit your stay and experience within your allotted budget.</p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/advanced-heading {\"block_id\":\"9e54b4d8\",\"classMigrate\":true,\"headingTitleToggle\":false,\"headingDescToggle\":true,\"headingAlign\":\"center\",\"subHeadingColor\":\"var(\\u002d\\u002dast-global-color-4)\",\"subHeadTransform\":\"uppercase\",\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"subHeadLetterSpacing\":2,\"blockTopPadding\":60,\"blockRightPadding\":0,\"blockLeftPadding\":0,\"blockBottomPadding\":0,\"blockTopPaddingMobile\":30,\"blockRightPaddingMobile\":0,\"blockLeftPaddingMobile\":0,\"blockBottomPaddingMobile\":0} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-9e54b4d8\"><p class=\"uagb-desc-text\">BOOK YOUR STAY NOW​</p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/icon-list {\"block_id\":\"6be58783\",\"classMigrate\":true,\"childMigrate\":true,\"align\":\"center\",\"parentIcon\":\"phone\",\"size\":40,\"sizeMobile\":24,\"sizeTablet\":32,\"fontSize\":48,\"fontSizeMobile\":28,\"fontSizeTablet\":40,\"fontWeight\":\"600\",\"iconColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"labelColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"blockTopPadding\":0,\"blockRightPadding\":0,\"blockLeftPadding\":0,\"blockBottomPadding\":24,\"blockPaddingLink\":false} -->\n<div class=\"wp-block-uagb-icon-list uagb-block-6be58783\"><div class=\"uagb-icon-list__wrap\"><!-- wp:uagb/icon-list-child {\"block_id\":\"e816c2a6\",\"label\":\"+1-123 456 7890​\",\"label_color\":\"\",\"fromParentIcon\":\"phone\",\"imageSizeChild\":40} -->\n<div class=\"wp-block-uagb-icon-list-child uagb-block-e816c2a6\"><span class=\"uagb-icon-list__source-wrap\"><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M511.2 387l-23.25 100.8c-3.266 14.25-15.79 24.22-30.46 24.22C205.2 512 0 306.8 0 54.5c0-14.66 9.969-27.2 24.22-30.45l100.8-23.25C139.7-2.602 154.7 5.018 160.8 18.92l46.52 108.5c5.438 12.78 1.77 27.67-8.98 36.45L144.5 207.1c33.98 69.22 90.26 125.5 159.5 159.5l44.08-53.8c8.688-10.78 23.69-14.51 36.47-8.975l108.5 46.51C506.1 357.2 514.6 372.4 511.2 387z\"></path></svg></span><span class=\"uagb-icon-list__label\">+1-123 456 7890​</span></div>\n<!-- /wp:uagb/icon-list-child --></div></div>\n<!-- /wp:uagb/icon-list --></div></div>\n<!-- /wp:uagb/container -->',	'Amenities',	'',	'inherit',	'closed',	'closed',	'',	'762-revision-v1',	'',	'',	'2022-12-15 11:37:26',	'2022-12-15 11:37:26',	'',	762,	'https://blueroan.netgen.cloud/?p=1193',	0,	'revision',	'',	0),
(1195,	2,	'2022-12-15 11:38:47',	'2022-12-15 11:38:47',	'<!-- wp:uagb/container {\"block_id\":\"45c31e06\",\"backgroundType\":\"image\",\"backgroundImageDesktop\":{\"id\":1007,\"title\":\"AAEAAQAAAAAAAAAAAAAAJDg5NmY0ZGUxLWE4MTgtNDY5NC1iODFhLTBmN2Q0ZDc5ZWFiNw-1\",\"filename\":\"AAEAAQAAAAAAAAAAAAAAJDg5NmY0ZGUxLWE4MTgtNDY5NC1iODFhLTBmN2Q0ZDc5ZWFiNw-1.png\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAAJDg5NmY0ZGUxLWE4MTgtNDY5NC1iODFhLTBmN2Q0ZDc5ZWFiNw-1.png\",\"link\":\"https://blueroan.netgen.cloud/the-barn/aaeaaqaaaaaaaaaaaaaajdg5nmy0zguxlwe4mtgtndy5nc1iodfhltbmn2q0zdc5zwfinw-1/\",\"alt\":\"\",\"author\":\"2\",\"description\":\"\",\"caption\":\"\",\"name\":\"aaeaaqaaaaaaaaaaaaaajdg5nmy0zguxlwe4mtgtndy5nc1iodfhltbmn2q0zdc5zwfinw-1\",\"status\":\"inherit\",\"uploadedTo\":948,\"date\":\"2022-12-14T10:50:25.000Z\",\"modified\":\"2022-12-14T10:50:25.000Z\",\"menuOrder\":0,\"mime\":\"image/png\",\"type\":\"image\",\"subtype\":\"png\",\"icon\":\"https://blueroan.netgen.cloud/wp-includes/images/media/default.png\",\"dateFormatted\":\"December 14, 2022\",\"nonces\":{\"update\":\"483f8bdf3d\",\"delete\":\"0a7ebc92ef\",\"edit\":\"6bc1c6a685\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=1007\\u0026action=edit\",\"meta\":false,\"authorName\":\"Netgen Support\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/profile.php\",\"uploadedToTitle\":\"The Barn\",\"uploadedToLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=948\\u0026action=edit\",\"filesizeInBytes\":1348989,\"filesizeHumanReadable\":\"1 MB\",\"context\":\"\",\"height\":667,\"width\":1000,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAAJDg5NmY0ZGUxLWE4MTgtNDY5NC1iODFhLTBmN2Q0ZDc5ZWFiNw-1-150x150.png\",\"orientation\":\"landscape\"},\"medium\":{\"height\":200,\"width\":300,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAAJDg5NmY0ZGUxLWE4MTgtNDY5NC1iODFhLTBmN2Q0ZDc5ZWFiNw-1-300x200.png\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAAJDg5NmY0ZGUxLWE4MTgtNDY5NC1iODFhLTBmN2Q0ZDc5ZWFiNw-1.png\",\"height\":667,\"width\":1000,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"backgroundPositionDesktop\":{\"x\":0.61,\"y\":0.52},\"backgroundSizeTablet\":\"cover\",\"backgroundSizeMobile\":\"cover\",\"backgroundColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"backgroundImageColor\":\"rgba(42,42,42,0.5)\",\"topPaddingDesktop\":220,\"bottomPaddingDesktop\":150,\"topPaddingTablet\":170,\"bottomPaddingTablet\":160,\"leftPaddingTablet\":30,\"rightPaddingTablet\":30,\"topPaddingMobile\":180,\"bottomPaddingMobile\":80,\"leftPaddingMobile\":20,\"rightPaddingMobile\":20,\"paddingLink\":false,\"variationSelected\":true,\"isBlockRootParent\":true,\"overlayType\":\"color\"} -->\n<div class=\"wp-block-uagb-container uagb-block-45c31e06 alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/advanced-heading {\"block_id\":\"52fccce6\",\"classMigrate\":true,\"headingDescToggle\":true,\"headingColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"subHeadingColor\":\"var(\\u002d\\u002dast-global-color-4)\",\"headingTag\":\"h1\",\"headSpace\":20,\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"blockTopPadding\":0,\"blockRightPadding\":50,\"blockLeftPadding\":0,\"blockBottomPadding\":0,\"blockTopPaddingTablet\":0,\"blockRightPaddingTablet\":20,\"blockLeftPaddingTablet\":0,\"blockBottomPaddingTablet\":0,\"blockTopPaddingMobile\":0,\"blockRightPaddingMobile\":0,\"blockLeftPaddingMobile\":0,\"blockBottomPaddingMobile\":0,\"blockPaddingUnit\":\"%\",\"blockPaddingUnitTablet\":\"%\"} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-52fccce6\"><h1 class=\"uagb-heading-text\">Amenities &amp; Interests​</h1><p class=\"uagb-desc-text\">We do not give you just rooms to stay in. We give you an environment where you can experience the best while on a holiday with us. </p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:buttons -->\n<div class=\"wp-block-buttons\"><!-- wp:button -->\n<div class=\"wp-block-button\"><a class=\"wp-block-button__link wp-element-button\" href=\"https://book.nightsbridge.com/11065\" target=\"_blank\" rel=\"noreferrer noopener\">BOOK NOW</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"b47dfa81\",\"topPaddingDesktop\":60,\"bottomPaddingDesktop\":60,\"leftPaddingDesktop\":0,\"rightPaddingDesktop\":0,\"paddingLink\":false,\"variationSelected\":true,\"isBlockRootParent\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-b47dfa81 alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"align\":\"center\",\"id\":828,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image aligncenter size-full\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Blue-Roan-pool.png\" alt=\"Blue Roan\'s rock pool\" class=\"wp-image-828\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>A relaxing rock Pool​</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>We have a lovely sparkling blue rock pool next to a thatched Lapa. &nbsp;&nbsp;Lie on recliners on the green lawn or sit on the swing chair in the Lapa and enjoy the panoramic view of the Magaliesberg mountain range.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":829,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/img-20160605-wa0002-largejpg.png\" alt=\"\" class=\"wp-image-829\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>Braai facilities </h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>What can compare to a burning fire under the star-lit African sky? Nothing beats the flavor of cooking over an open flame.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":830,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/ef9d0188da11e2bc56788f5619d9d539.png\" alt=\"\" class=\"wp-image-830\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>A games room </h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>The reception is also a games room for those who enjoy darts or playing pool. &nbsp;Take a selection of DVDs back to your room and watch movies on your own DVD player. &nbsp;There is also a selection of board games and music CDs that you can borrow.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"6996f1ac\",\"topPaddingDesktop\":60,\"bottomPaddingDesktop\":60,\"leftPaddingDesktop\":0,\"rightPaddingDesktop\":0,\"paddingLink\":false,\"variationSelected\":true,\"isBlockRootParent\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-6996f1ac alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"align\":\"center\",\"id\":1185,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image aligncenter size-full\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/49089607_1950305445047847_5177863042771189760_n.png\" alt=\"\" class=\"wp-image-1185\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>Walking or hiking </h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>We have a lovely sparkling blue rock pool next to a thatched Lapa. &nbsp;&nbsp;Lie on recliners on the green lawn or sit on the swing chair in the Lapa and enjoy the panoramic view of the Magaliesberg mountain range.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":829,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/img-20160605-wa0002-largejpg.png\" alt=\"\" class=\"wp-image-829\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>Mountain biking </h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>What can compare to a burning fire under the star-lit African sky? Nothing beats the flavor of cooking over an open flame.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":830,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/ef9d0188da11e2bc56788f5619d9d539.png\" alt=\"\" class=\"wp-image-830\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>Horse riding </h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>The reception is also a games room for those who enjoy darts or playing pool. &nbsp;Take a selection of DVDs back to your room and watch movies on your own DVD player. &nbsp;There is also a selection of board games and music CDs that you can borrow.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"715150ad\",\"innerContentWidth\":\"alignfull\",\"directionDesktop\":\"row\",\"wrapTablet\":\"wrap\",\"variationSelected\":true,\"rowGapTablet\":0,\"columnGapDesktop\":0,\"isBlockRootParent\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-715150ad alignfull uagb-is-root-container\"><!-- wp:uagb/container {\"block_id\":\"2a4d89cf\",\"widthDesktop\":25,\"widthTablet\":50,\"variationSelected\":true,\"widthSetByUser\":true,\"UAGHideMob\":true,\"UAGResponsiveConditions\":true} -->\n<div class=\"wp-block-uagb-container uag-hide-mob uagb-block-2a4d89cf\"><!-- wp:uagb/image {\"block_id\":\"0744f1af\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/amenities-1.jpg\",\"id\":220,\"linkDestination\":\"none\",\"width\":480,\"height\":500,\"naturalWidth\":480,\"naturalHeight\":500,\"sizeSlug\":\"full\",\"sizeSlugTablet\":\"full\",\"sizeSlugMobile\":\"full\"} -->\n<div class=\"wp-block-uagb-image uagb-block-0744f1af wp-block-uagb-image--layout-default wp-block-uagb-image--effect-static wp-block-uagb-image--align-none\"><figure class=\"wp-block-uagb-image__figure\"><img srcset=\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/amenities-1.jpg \" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/amenities-1.jpg\" alt=\"\" class=\"uag-image-220\" width=\"480\" height=\"500\" title=\"\" loading=\"lazy\"/></figure></div>\n<!-- /wp:uagb/image --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"b3ac1e98\",\"widthDesktop\":25,\"widthTablet\":50,\"variationSelected\":true,\"widthSetByUser\":true,\"UAGHideMob\":true,\"UAGResponsiveConditions\":true} -->\n<div class=\"wp-block-uagb-container uag-hide-mob uagb-block-b3ac1e98\"><!-- wp:uagb/image {\"block_id\":\"93283d76\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/amenities-3.jpg\",\"id\":222,\"linkDestination\":\"none\",\"naturalWidth\":480,\"naturalHeight\":500,\"sizeSlug\":\"full\",\"sizeSlugTablet\":\"full\",\"sizeSlugMobile\":\"full\"} -->\n<div class=\"wp-block-uagb-image uagb-block-93283d76 wp-block-uagb-image--layout-default wp-block-uagb-image--effect-static wp-block-uagb-image--align-none\"><figure class=\"wp-block-uagb-image__figure\"><img srcset=\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/amenities-3.jpg \" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/amenities-3.jpg\" alt=\"\" class=\"uag-image-222\" width=\"\" height=\"\" title=\"\" loading=\"lazy\"/></figure></div>\n<!-- /wp:uagb/image --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"49011b07\",\"widthDesktop\":50,\"widthTablet\":100,\"variationSelected\":true,\"columnGapDesktop\":20,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-49011b07\"><!-- wp:uagb/image {\"block_id\":\"6f368760\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/amenities-5.jpg\",\"id\":224,\"linkDestination\":\"none\",\"width\":960,\"height\":500,\"naturalWidth\":960,\"naturalHeight\":500,\"sizeSlug\":\"full\",\"sizeSlugTablet\":\"full\",\"sizeSlugMobile\":\"full\"} -->\n<div class=\"wp-block-uagb-image uagb-block-6f368760 wp-block-uagb-image--layout-default wp-block-uagb-image--effect-static wp-block-uagb-image--align-none\"><figure class=\"wp-block-uagb-image__figure\"><img srcset=\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/amenities-5.jpg \" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/amenities-5.jpg\" alt=\"\" class=\"uag-image-224\" width=\"960\" height=\"500\" title=\"\" loading=\"lazy\"/></figure></div>\n<!-- /wp:uagb/image --></div>\n<!-- /wp:uagb/container --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"419ea420\",\"innerContentWidth\":\"alignfull\",\"directionDesktop\":\"row\",\"wrapTablet\":\"wrap\",\"variationSelected\":true,\"rowGapTablet\":0,\"columnGapDesktop\":0,\"isBlockRootParent\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-419ea420 alignfull uagb-is-root-container\"><!-- wp:uagb/container {\"block_id\":\"043ea65b\",\"widthDesktop\":50,\"widthTablet\":100,\"variationSelected\":true,\"columnGapDesktop\":20,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-043ea65b\"><!-- wp:uagb/image {\"block_id\":\"afcff933\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/amenities-6-1.jpg\",\"id\":230,\"linkDestination\":\"none\",\"naturalWidth\":960,\"naturalHeight\":500,\"sizeSlug\":\"full\",\"sizeSlugTablet\":\"full\",\"sizeSlugMobile\":\"full\"} -->\n<div class=\"wp-block-uagb-image uagb-block-afcff933 wp-block-uagb-image--layout-default wp-block-uagb-image--effect-static wp-block-uagb-image--align-none\"><figure class=\"wp-block-uagb-image__figure\"><img srcset=\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/amenities-6-1.jpg \" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/amenities-6-1.jpg\" alt=\"\" class=\"uag-image-230\" width=\"\" height=\"\" title=\"\" loading=\"lazy\"/></figure></div>\n<!-- /wp:uagb/image --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"759ae206\",\"widthDesktop\":25,\"variationSelected\":true,\"widthSetByUser\":true,\"UAGHideMob\":true,\"UAGResponsiveConditions\":true} -->\n<div class=\"wp-block-uagb-container uag-hide-mob uagb-block-759ae206\"><!-- wp:uagb/image {\"block_id\":\"762fbf40\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/amenities-2.jpg\",\"id\":221,\"linkDestination\":\"none\",\"naturalWidth\":480,\"naturalHeight\":500,\"sizeSlug\":\"full\",\"sizeSlugTablet\":\"full\",\"sizeSlugMobile\":\"full\"} -->\n<div class=\"wp-block-uagb-image uagb-block-762fbf40 wp-block-uagb-image--layout-default wp-block-uagb-image--effect-static wp-block-uagb-image--align-none\"><figure class=\"wp-block-uagb-image__figure\"><img srcset=\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/amenities-2.jpg \" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/amenities-2.jpg\" alt=\"\" class=\"uag-image-221\" width=\"\" height=\"\" title=\"\" loading=\"lazy\"/></figure></div>\n<!-- /wp:uagb/image --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"8dde682a\",\"widthDesktop\":25,\"variationSelected\":true,\"widthSetByUser\":true,\"UAGHideMob\":true,\"UAGResponsiveConditions\":true} -->\n<div class=\"wp-block-uagb-container uag-hide-mob uagb-block-8dde682a\"><!-- wp:uagb/image {\"block_id\":\"1c93702f\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/amenities-4.jpg\",\"id\":223,\"linkDestination\":\"none\",\"naturalWidth\":480,\"naturalHeight\":500,\"sizeSlug\":\"full\",\"sizeSlugTablet\":\"full\",\"sizeSlugMobile\":\"full\"} -->\n<div class=\"wp-block-uagb-image uagb-block-1c93702f wp-block-uagb-image--layout-default wp-block-uagb-image--effect-static wp-block-uagb-image--align-none\"><figure class=\"wp-block-uagb-image__figure\"><img srcset=\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/amenities-4.jpg \" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/amenities-4.jpg\" alt=\"\" class=\"uag-image-223\" width=\"\" height=\"\" title=\"\" loading=\"lazy\"/></figure></div>\n<!-- /wp:uagb/image --></div>\n<!-- /wp:uagb/container --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"6b76d368\",\"backgroundType\":\"color\",\"backgroundSizeTablet\":\"cover\",\"backgroundSizeMobile\":\"cover\",\"backgroundColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"topPaddingDesktop\":120,\"bottomPaddingDesktop\":120,\"topPaddingTablet\":80,\"bottomPaddingTablet\":80,\"leftPaddingTablet\":30,\"rightPaddingTablet\":30,\"topPaddingMobile\":80,\"bottomPaddingMobile\":80,\"leftPaddingMobile\":20,\"rightPaddingMobile\":20,\"paddingLink\":false,\"variationSelected\":true,\"rowGapDesktop\":0,\"rowGapTablet\":0,\"isBlockRootParent\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-6b76d368 alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/container {\"block_id\":\"926fe99d\",\"directionDesktop\":\"row\",\"alignItemsDesktop\":\"flex-end\",\"alignItemsTablet\":\"flex-end\",\"justifyContentDesktop\":\"flex-end\",\"justifyContentTablet\":\"space-between\",\"variationSelected\":true,\"rowGapMobile\":30,\"columnGapDesktop\":0} -->\n<div class=\"wp-block-uagb-container uagb-block-926fe99d\"><!-- wp:uagb/advanced-heading {\"block_id\":\"bc4a83a5\",\"classMigrate\":true,\"headingDescToggle\":true,\"subHeadingColor\":\"\",\"headSpace\":20,\"subHeadFontSize\":16} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-bc4a83a5\"><h2 class=\"uagb-heading-text\">Other Perks &amp; Facilities ​</h2><p class=\"uagb-desc-text\">Looking for more? Well, we believe that every guest walks into our hotel for the best experience. And, we are determined to do that.</p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/buttons {\"block_id\":\"6c09243d\",\"classMigrate\":true,\"childMigrate\":true,\"align\":\"right\",\"alignTablet\":\"right\",\"alignMobile\":\"left\",\"gap\":0} -->\n<div class=\"wp-block-uagb-buttons uagb-buttons__outer-wrap uagb-btn__default-btn uagb-btn-tablet__default-btn uagb-btn-mobile__default-btn uagb-block-6c09243d\"><div class=\"uagb-buttons__wrap uagb-buttons-layout-wrap\"><!-- wp:uagb/buttons-child {\"block_id\":\"31ad5b92\",\"label\":\"Get Bookings\",\"link\":\"#\",\"hColor\":\"\",\"borderWidth\":\"\",\"borderRadius\":\"\",\"borderStyle\":\"\",\"borderColor\":\"\",\"borderHColor\":\"\",\"btnBorderTopWidth\":1,\"btnBorderLeftWidth\":1,\"btnBorderRightWidth\":1,\"btnBorderBottomWidth\":1,\"btnBorderTopLeftRadius\":2,\"btnBorderTopRightRadius\":2,\"btnBorderBottomLeftRadius\":2,\"btnBorderBottomRightRadius\":2,\"btnBorderStyle\":\"solid\",\"btnBorderColor\":\"#333\",\"btnBorderHColor\":\"#333\"} -->\n<div class=\"wp-block-uagb-buttons-child uagb-buttons__outer-wrap uagb-block-31ad5b92 wp-block-button is-style-outline\"><div class=\"uagb-button__wrapper\"><a class=\"uagb-buttons-repeater wp-block-button__link\" href=\"#\" rel=\"follow noopener\" target=\"_self\"><div class=\"uagb-button__link\">Get Bookings</div></a></div></div>\n<!-- /wp:uagb/buttons-child --></div></div>\n<!-- /wp:uagb/buttons --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"934dc34a\",\"directionDesktop\":\"row\",\"alignItemsTablet\":\"flex-start\",\"paddingLink\":false,\"topMarginDesktop\":54,\"bottomMarginDesktop\":0,\"leftMarginDesktop\":0,\"rightMarginDesktop\":0,\"topMarginTablet\":30,\"bottomMarginTablet\":0,\"leftMarginTablet\":0,\"rightMarginTablet\":0,\"marginLink\":false,\"variationSelected\":true,\"rowGapMobile\":65,\"columnGapDesktop\":48,\"columnGapTablet\":20} -->\n<div class=\"wp-block-uagb-container uagb-block-934dc34a\"><!-- wp:uagb/info-box {\"classMigrate\":true,\"headingAlign\":\"left\",\"headingColor\":\"\",\"subHeadingColor\":\"\",\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"source_type\":\"image\",\"block_id\":\"bc5caedb\",\"ctaType\":\"text\",\"ctaText\":\"READ MORE\",\"ctaLinkColor\":\"var(\\u002d\\u002dast-global-color-0)\",\"ctaDecoration\":\"underline\",\"ctaFontSize\":12,\"ctaFontWeight\":\"600\",\"ctaLetterSpacing\":2,\"ctaBorderStyle\":\"\",\"iconBottomMargin\":30,\"iconImage\":{\"id\":240,\"title\":\"terrace\",\"filename\":\"terrace.jpg\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/terrace.jpg\",\"link\":\"https://blueroan.netgen.cloud/terrace/\",\"alt\":\"\",\"author\":\"34\",\"description\":\"\",\"caption\":\"\",\"name\":\"terrace\",\"status\":\"inherit\",\"uploadedTo\":0,\"date\":\"2021-05-11T10:54:04.000Z\",\"modified\":\"2021-05-11T10:54:04.000Z\",\"menuOrder\":0,\"mime\":\"image/jpeg\",\"type\":\"image\",\"subtype\":\"jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/default.png\",\"dateFormatted\":\"May 11, 2021\",\"nonces\":{\"update\":\"6de8720da3\",\"delete\":\"d7905e75b9\",\"edit\":\"e7132a7b3e\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=240\\u0026action=edit\",\"meta\":false,\"authorName\":\"Rishabh\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/user-edit.php?user_id=34\",\"filesizeInBytes\":40742,\"filesizeHumanReadable\":\"40 KB\",\"context\":\"\",\"height\":440,\"width\":370,\"orientation\":\"portrait\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/terrace-150x150.jpg\",\"orientation\":\"landscape\"},\"medium\":{\"height\":300,\"width\":252,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/terrace-252x300-1.jpg\",\"orientation\":\"portrait\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/terrace.jpg\",\"height\":440,\"width\":370,\"orientation\":\"portrait\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"imageSize\":\"full\",\"imageWidth\":100,\"imageWidthMobile\":100,\"imageWidthTablet\":100,\"paddingBtnTop\":10,\"paddingBtnBottom\":10,\"paddingBtnLeft\":14,\"paddingBtnRight\":14,\"imageWidthUnit\":\"%\",\"imageWidthUnitTablet\":\"%\",\"imageWidthUnitMobile\":\"%\",\"subHeadTopMargin\":0,\"subHeadRightMargin\":40,\"subHeadLeftMargin\":0,\"subHeadMarginTopTablet\":0,\"subHeadMarginRightTablet\":0,\"subHeadTabletSpace\":20,\"subHeadMarginLeftTablet\":0,\"btnBorderStyle\":\"solid\"} -->\n<div class=\"wp-block-uagb-info-box uagb-block-bc5caedb uagb-infobox__content-wrap  uagb-infobox-icon-above-title uagb-infobox-image-valign-top\"><div class=\"uagb-ifb-content\"><div class=\"uagb-ifb-image-content\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/terrace.jpg\" alt=\"\"/></div><div class=\"uagb-ifb-title-wrap\"><h3 class=\"uagb-ifb-title\">Ocean View Terrace​</h3></div><p class=\"uagb-ifb-desc\">Among the scenic beauty of the city we also have an ocean view terrace for every suite in our hotel.</p><div class=\"uagb-ifb-button-wrapper wp-block-button\"><a href=\"#\" target=\"_self\" class=\"uagb-infobox-cta-link\" rel=\"noopener noreferrer\" alt=\"\"><span class=\"uagb-inline-editing\">READ MORE</span></a></div></div></div>\n<!-- /wp:uagb/info-box -->\n\n<!-- wp:uagb/info-box {\"classMigrate\":true,\"headingAlign\":\"left\",\"headingColor\":\"\",\"subHeadingColor\":\"\",\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"source_type\":\"image\",\"block_id\":\"be927766\",\"ctaType\":\"text\",\"ctaText\":\"READ MORE\",\"ctaLinkColor\":\"var(\\u002d\\u002dast-global-color-0)\",\"ctaDecoration\":\"underline\",\"ctaFontSize\":12,\"ctaFontWeight\":\"600\",\"ctaLetterSpacing\":2,\"ctaBorderStyle\":\"\",\"iconBottomMargin\":30,\"iconImage\":{\"id\":89,\"title\":\"food\",\"filename\":\"food.jpg\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/food.jpg\",\"link\":\"https://blueroan.netgen.cloud/food/\",\"alt\":\"\",\"author\":\"34\",\"description\":\"\",\"caption\":\"\",\"name\":\"food\",\"status\":\"inherit\",\"uploadedTo\":0,\"date\":\"2021-05-07T14:24:52.000Z\",\"modified\":\"2021-05-07T14:24:52.000Z\",\"menuOrder\":0,\"mime\":\"image/jpeg\",\"type\":\"image\",\"subtype\":\"jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/default.png\",\"dateFormatted\":\"May 7, 2021\",\"nonces\":{\"update\":\"b06173e227\",\"delete\":\"7de0e70fba\",\"edit\":\"7dc3d40920\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=89\\u0026action=edit\",\"meta\":false,\"authorName\":\"Rishabh\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/user-edit.php?user_id=34\",\"filesizeInBytes\":41933,\"filesizeHumanReadable\":\"41 KB\",\"context\":\"\",\"height\":440,\"width\":370,\"orientation\":\"portrait\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/food-150x150.jpg\",\"orientation\":\"landscape\"},\"medium\":{\"height\":300,\"width\":252,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/food-252x300-1.jpg\",\"orientation\":\"portrait\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/food.jpg\",\"height\":440,\"width\":370,\"orientation\":\"portrait\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"imageSize\":\"full\",\"imageWidth\":100,\"imageWidthMobile\":100,\"imageWidthTablet\":100,\"paddingBtnTop\":10,\"paddingBtnBottom\":10,\"paddingBtnLeft\":14,\"paddingBtnRight\":14,\"imageWidthUnit\":\"%\",\"imageWidthUnitTablet\":\"%\",\"imageWidthUnitMobile\":\"%\",\"subHeadTopMargin\":0,\"subHeadRightMargin\":40,\"subHeadLeftMargin\":0,\"subHeadMarginTopTablet\":0,\"subHeadMarginRightTablet\":0,\"subHeadTabletSpace\":20,\"subHeadMarginLeftTablet\":0,\"btnBorderStyle\":\"solid\"} -->\n<div class=\"wp-block-uagb-info-box uagb-block-be927766 uagb-infobox__content-wrap  uagb-infobox-icon-above-title uagb-infobox-image-valign-top\"><div class=\"uagb-ifb-content\"><div class=\"uagb-ifb-image-content\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/food.jpg\" alt=\"\"/></div><div class=\"uagb-ifb-title-wrap\"><h3 class=\"uagb-ifb-title\">Delicious Food​</h3></div><p class=\"uagb-ifb-desc\">We have team chefs from across the world. So you can enjoy the delicacies anytime during your stay.</p><div class=\"uagb-ifb-button-wrapper wp-block-button\"><a href=\"#\" target=\"_self\" class=\"uagb-infobox-cta-link\" rel=\"noopener noreferrer\" alt=\"\"><span class=\"uagb-inline-editing\">READ MORE</span></a></div></div></div>\n<!-- /wp:uagb/info-box -->\n\n<!-- wp:uagb/info-box {\"classMigrate\":true,\"headingAlign\":\"left\",\"headingColor\":\"\",\"subHeadingColor\":\"\",\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"source_type\":\"image\",\"block_id\":\"762a0a59\",\"ctaType\":\"text\",\"ctaText\":\"READ MORE\",\"ctaLinkColor\":\"var(\\u002d\\u002dast-global-color-0)\",\"ctaDecoration\":\"underline\",\"ctaFontSize\":12,\"ctaFontWeight\":\"600\",\"ctaLetterSpacing\":2,\"ctaBorderStyle\":\"\",\"iconBottomMargin\":30,\"iconImage\":{\"id\":241,\"title\":\"beach\",\"filename\":\"beach.jpg\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/beach.jpg\",\"link\":\"https://blueroan.netgen.cloud/beach/\",\"alt\":\"\",\"author\":\"34\",\"description\":\"\",\"caption\":\"\",\"name\":\"beach\",\"status\":\"inherit\",\"uploadedTo\":0,\"date\":\"2021-05-11T10:56:06.000Z\",\"modified\":\"2021-05-11T10:56:06.000Z\",\"menuOrder\":0,\"mime\":\"image/jpeg\",\"type\":\"image\",\"subtype\":\"jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/default.png\",\"dateFormatted\":\"May 11, 2021\",\"nonces\":{\"update\":\"65c348aac8\",\"delete\":\"6d551f7cf4\",\"edit\":\"026ca70d91\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=241\\u0026action=edit\",\"meta\":false,\"authorName\":\"Rishabh\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/user-edit.php?user_id=34\",\"filesizeInBytes\":38094,\"filesizeHumanReadable\":\"37 KB\",\"context\":\"\",\"height\":440,\"width\":370,\"orientation\":\"portrait\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/beach-150x150.jpg\",\"orientation\":\"landscape\"},\"medium\":{\"height\":300,\"width\":252,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/beach-252x300-1.jpg\",\"orientation\":\"portrait\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/beach.jpg\",\"height\":440,\"width\":370,\"orientation\":\"portrait\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"imageSize\":\"full\",\"imageWidth\":100,\"imageWidthMobile\":100,\"imageWidthTablet\":100,\"paddingBtnTop\":10,\"paddingBtnBottom\":10,\"paddingBtnLeft\":14,\"paddingBtnRight\":14,\"imageWidthUnit\":\"%\",\"imageWidthUnitTablet\":\"%\",\"imageWidthUnitMobile\":\"%\",\"subHeadTopMargin\":0,\"subHeadRightMargin\":40,\"subHeadLeftMargin\":0,\"subHeadMarginTopTablet\":0,\"subHeadMarginRightTablet\":0,\"subHeadTabletSpace\":20,\"subHeadMarginLeftTablet\":0,\"btnBorderStyle\":\"solid\"} -->\n<div class=\"wp-block-uagb-info-box uagb-block-762a0a59 uagb-infobox__content-wrap  uagb-infobox-icon-above-title uagb-infobox-image-valign-top\"><div class=\"uagb-ifb-content\"><div class=\"uagb-ifb-image-content\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/beach.jpg\" alt=\"\"/></div><div class=\"uagb-ifb-title-wrap\"><h3 class=\"uagb-ifb-title\">Private Beach​</h3></div><p class=\"uagb-ifb-desc\">Want to take a dip into the sea? All our guests get complimentary access to our private beach.</p><div class=\"uagb-ifb-button-wrapper wp-block-button\"><a href=\"#\" target=\"_self\" class=\"uagb-infobox-cta-link\" rel=\"noopener noreferrer\" alt=\"\"><span class=\"uagb-inline-editing\">READ MORE</span></a></div></div></div>\n<!-- /wp:uagb/info-box --></div>\n<!-- /wp:uagb/container --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"5d4ca39f\",\"innerContentCustomWidthDesktop\":781,\"innerContentCustomWidthTablet\":781,\"backgroundType\":\"image\",\"backgroundImageDesktop\":{\"id\":54,\"title\":\"background-img\",\"filename\":\"background-img-1.jpg\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/background-img-1.jpg\",\"link\":\"https://blueroan.netgen.cloud/background-img-2/\",\"alt\":\"\",\"author\":\"34\",\"description\":\"\",\"caption\":\"\",\"name\":\"background-img-2\",\"status\":\"inherit\",\"uploadedTo\":0,\"date\":\"2021-05-07T10:11:37.000Z\",\"modified\":\"2021-05-07T10:11:37.000Z\",\"menuOrder\":0,\"mime\":\"image/jpeg\",\"type\":\"image\",\"subtype\":\"jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/default.png\",\"dateFormatted\":\"May 7, 2021\",\"nonces\":{\"update\":\"bb999636b9\",\"delete\":\"d2e1375bc4\",\"edit\":\"005dd2f0c9\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=54\\u0026action=edit\",\"meta\":false,\"authorName\":\"Rishabh\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/user-edit.php?user_id=34\",\"filesizeInBytes\":338858,\"filesizeHumanReadable\":\"331 KB\",\"context\":\"\",\"height\":1080,\"width\":1920,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/background-img-1-150x150.jpg\",\"orientation\":\"landscape\"},\"medium\":{\"height\":169,\"width\":300,\"url\":\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/background-img-1-300x169.jpg\",\"orientation\":\"landscape\"},\"large\":{\"height\":576,\"width\":1024,\"url\":\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/background-img-1-1024x576.jpg\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/background-img-1.jpg\",\"height\":1080,\"width\":1920,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"backgroundImageColor\":\"rgba(42,42,42,0.65)\",\"topPaddingDesktop\":144,\"bottomPaddingDesktop\":144,\"leftPaddingDesktop\":40,\"rightPaddingDesktop\":40,\"topPaddingTablet\":80,\"bottomPaddingTablet\":80,\"leftPaddingTablet\":40,\"rightPaddingTablet\":40,\"topPaddingMobile\":64,\"bottomPaddingMobile\":64,\"leftPaddingMobile\":24,\"rightPaddingMobile\":24,\"paddingLink\":false,\"variationSelected\":true,\"isBlockRootParent\":true,\"overlayType\":\"color\"} -->\n<div class=\"wp-block-uagb-container uagb-block-5d4ca39f alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/advanced-heading {\"block_id\":\"4bd88c03\",\"classMigrate\":true,\"headingDescToggle\":true,\"headingAlign\":\"center\",\"headingColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"subHeadingColor\":\"var(\\u002d\\u002dast-global-color-4)\",\"headSpace\":20} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-4bd88c03\"><h2 class=\"uagb-heading-text\">Plan an Unforgettable Experience in Mykonos Today!</h2><p class=\"uagb-desc-text\">We can help you fit your stay and experience within your allotted budget.</p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/advanced-heading {\"block_id\":\"6b657bb9\",\"classMigrate\":true,\"headingTitleToggle\":false,\"headingDescToggle\":true,\"headingAlign\":\"center\",\"subHeadingColor\":\"var(\\u002d\\u002dast-global-color-4)\",\"subHeadTransform\":\"uppercase\",\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"subHeadLetterSpacing\":2,\"blockTopPadding\":60,\"blockRightPadding\":0,\"blockLeftPadding\":0,\"blockBottomPadding\":0,\"blockTopPaddingMobile\":30,\"blockRightPaddingMobile\":0,\"blockLeftPaddingMobile\":0,\"blockBottomPaddingMobile\":0} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-6b657bb9\"><p class=\"uagb-desc-text\">BOOK YOUR STAY NOW​</p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/icon-list {\"block_id\":\"a377372a\",\"classMigrate\":true,\"childMigrate\":true,\"align\":\"center\",\"parentIcon\":\"phone\",\"size\":40,\"sizeMobile\":24,\"sizeTablet\":32,\"fontSize\":48,\"fontSizeMobile\":28,\"fontSizeTablet\":40,\"fontWeight\":\"600\",\"iconColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"labelColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"blockTopPadding\":0,\"blockRightPadding\":0,\"blockLeftPadding\":0,\"blockBottomPadding\":24,\"blockPaddingLink\":false} -->\n<div class=\"wp-block-uagb-icon-list uagb-block-a377372a\"><div class=\"uagb-icon-list__wrap\"><!-- wp:uagb/icon-list-child {\"block_id\":\"4a80b942\",\"label\":\"+1-123 456 7890​\",\"label_color\":\"\",\"fromParentIcon\":\"phone\",\"imageSizeChild\":40} -->\n<div class=\"wp-block-uagb-icon-list-child uagb-block-4a80b942\"><span class=\"uagb-icon-list__source-wrap\"><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M511.2 387l-23.25 100.8c-3.266 14.25-15.79 24.22-30.46 24.22C205.2 512 0 306.8 0 54.5c0-14.66 9.969-27.2 24.22-30.45l100.8-23.25C139.7-2.602 154.7 5.018 160.8 18.92l46.52 108.5c5.438 12.78 1.77 27.67-8.98 36.45L144.5 207.1c33.98 69.22 90.26 125.5 159.5 159.5l44.08-53.8c8.688-10.78 23.69-14.51 36.47-8.975l108.5 46.51C506.1 357.2 514.6 372.4 511.2 387z\"></path></svg></span><span class=\"uagb-icon-list__label\">+1-123 456 7890​</span></div>\n<!-- /wp:uagb/icon-list-child --></div></div>\n<!-- /wp:uagb/icon-list --></div></div>\n<!-- /wp:uagb/container -->',	'Amenities',	'',	'inherit',	'closed',	'closed',	'',	'762-revision-v1',	'',	'',	'2022-12-15 11:38:47',	'2022-12-15 11:38:47',	'',	762,	'https://blueroan.netgen.cloud/?p=1195',	0,	'revision',	'',	0),
(1196,	2,	'2022-12-15 11:43:32',	'2022-12-15 11:43:32',	'',	'Michelle_1',	'',	'inherit',	'open',	'closed',	'',	'michelle_1-2',	'',	'',	'2022-12-15 11:43:32',	'2022-12-15 11:43:32',	'',	762,	'https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Michelle_1.png',	0,	'attachment',	'image/png',	0),
(1198,	2,	'2022-12-15 11:44:36',	'2022-12-15 11:44:36',	'',	'eyJidWNrZXQiOiJhc3NldHMuYWxsdHJhaWxzLmNvbSIsImtleSI6InVwbG9hZHMvcGhvdG8vaW1hZ2UvNDMxNzk4MTAvYjZkYTAz-1',	'',	'inherit',	'open',	'closed',	'',	'eyjidwnrzxqioijhc3nldhmuywxsdhjhawxzlmnvbsisimtlesi6invwbg9hzhmvcghvdg8vaw1hz2uvndmxnzk4mtavyjzkytaz-1',	'',	'',	'2022-12-15 11:44:36',	'2022-12-15 11:44:36',	'',	762,	'https://blueroan.netgen.cloud/wp-content/uploads/2022/12/eyJidWNrZXQiOiJhc3NldHMuYWxsdHJhaWxzLmNvbSIsImtleSI6InVwbG9hZHMvcGhvdG8vaW1hZ2UvNDMxNzk4MTAvYjZkYTAz-1.png',	0,	'attachment',	'image/png',	0),
(1199,	2,	'2022-12-15 11:44:40',	'2022-12-15 11:44:40',	'<!-- wp:uagb/container {\"block_id\":\"a6b1e82e\",\"backgroundType\":\"image\",\"backgroundImageDesktop\":{\"id\":1007,\"title\":\"AAEAAQAAAAAAAAAAAAAAJDg5NmY0ZGUxLWE4MTgtNDY5NC1iODFhLTBmN2Q0ZDc5ZWFiNw-1\",\"filename\":\"AAEAAQAAAAAAAAAAAAAAJDg5NmY0ZGUxLWE4MTgtNDY5NC1iODFhLTBmN2Q0ZDc5ZWFiNw-1.png\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAAJDg5NmY0ZGUxLWE4MTgtNDY5NC1iODFhLTBmN2Q0ZDc5ZWFiNw-1.png\",\"link\":\"https://blueroan.netgen.cloud/the-barn/aaeaaqaaaaaaaaaaaaaajdg5nmy0zguxlwe4mtgtndy5nc1iodfhltbmn2q0zdc5zwfinw-1/\",\"alt\":\"\",\"author\":\"2\",\"description\":\"\",\"caption\":\"\",\"name\":\"aaeaaqaaaaaaaaaaaaaajdg5nmy0zguxlwe4mtgtndy5nc1iodfhltbmn2q0zdc5zwfinw-1\",\"status\":\"inherit\",\"uploadedTo\":948,\"date\":\"2022-12-14T10:50:25.000Z\",\"modified\":\"2022-12-14T10:50:25.000Z\",\"menuOrder\":0,\"mime\":\"image/png\",\"type\":\"image\",\"subtype\":\"png\",\"icon\":\"https://blueroan.netgen.cloud/wp-includes/images/media/default.png\",\"dateFormatted\":\"December 14, 2022\",\"nonces\":{\"update\":\"483f8bdf3d\",\"delete\":\"0a7ebc92ef\",\"edit\":\"6bc1c6a685\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=1007\\u0026action=edit\",\"meta\":false,\"authorName\":\"Netgen Support\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/profile.php\",\"uploadedToTitle\":\"The Barn\",\"uploadedToLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=948\\u0026action=edit\",\"filesizeInBytes\":1348989,\"filesizeHumanReadable\":\"1 MB\",\"context\":\"\",\"height\":667,\"width\":1000,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAAJDg5NmY0ZGUxLWE4MTgtNDY5NC1iODFhLTBmN2Q0ZDc5ZWFiNw-1-150x150.png\",\"orientation\":\"landscape\"},\"medium\":{\"height\":200,\"width\":300,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAAJDg5NmY0ZGUxLWE4MTgtNDY5NC1iODFhLTBmN2Q0ZDc5ZWFiNw-1-300x200.png\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAAJDg5NmY0ZGUxLWE4MTgtNDY5NC1iODFhLTBmN2Q0ZDc5ZWFiNw-1.png\",\"height\":667,\"width\":1000,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"backgroundPositionDesktop\":{\"x\":0.61,\"y\":0.52},\"backgroundSizeTablet\":\"cover\",\"backgroundSizeMobile\":\"cover\",\"backgroundColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"backgroundImageColor\":\"rgba(42,42,42,0.5)\",\"topPaddingDesktop\":220,\"bottomPaddingDesktop\":150,\"topPaddingTablet\":170,\"bottomPaddingTablet\":160,\"leftPaddingTablet\":30,\"rightPaddingTablet\":30,\"topPaddingMobile\":180,\"bottomPaddingMobile\":80,\"leftPaddingMobile\":20,\"rightPaddingMobile\":20,\"paddingLink\":false,\"variationSelected\":true,\"isBlockRootParent\":true,\"overlayType\":\"color\"} -->\n<div class=\"wp-block-uagb-container uagb-block-a6b1e82e alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/advanced-heading {\"block_id\":\"4c042a28\",\"classMigrate\":true,\"headingDescToggle\":true,\"headingColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"subHeadingColor\":\"var(\\u002d\\u002dast-global-color-4)\",\"headingTag\":\"h1\",\"headSpace\":20,\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"blockTopPadding\":0,\"blockRightPadding\":50,\"blockLeftPadding\":0,\"blockBottomPadding\":0,\"blockTopPaddingTablet\":0,\"blockRightPaddingTablet\":20,\"blockLeftPaddingTablet\":0,\"blockBottomPaddingTablet\":0,\"blockTopPaddingMobile\":0,\"blockRightPaddingMobile\":0,\"blockLeftPaddingMobile\":0,\"blockBottomPaddingMobile\":0,\"blockPaddingUnit\":\"%\",\"blockPaddingUnitTablet\":\"%\"} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-4c042a28\"><h1 class=\"uagb-heading-text\">Amenities &amp; Interests​</h1><p class=\"uagb-desc-text\">We do not give you just rooms to stay in. We give you an environment where you can experience the best while on a holiday with us. </p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:buttons -->\n<div class=\"wp-block-buttons\"><!-- wp:button -->\n<div class=\"wp-block-button\"><a class=\"wp-block-button__link wp-element-button\" href=\"https://book.nightsbridge.com/11065\" target=\"_blank\" rel=\"noreferrer noopener\">BOOK NOW</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"53238ef2\",\"topPaddingDesktop\":60,\"bottomPaddingDesktop\":60,\"leftPaddingDesktop\":0,\"rightPaddingDesktop\":0,\"paddingLink\":false,\"variationSelected\":true,\"isBlockRootParent\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-53238ef2 alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"align\":\"center\",\"id\":828,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image aligncenter size-full\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Blue-Roan-pool.png\" alt=\"Blue Roan\'s rock pool\" class=\"wp-image-828\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>A relaxing rock Pool​</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>We have a lovely sparkling blue rock pool next to a thatched Lapa. &nbsp;&nbsp;Lie on recliners on the green lawn or sit on the swing chair in the Lapa and enjoy the panoramic view of the Magaliesberg mountain range.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":829,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/img-20160605-wa0002-largejpg.png\" alt=\"\" class=\"wp-image-829\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>Braai facilities </h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>What can compare to a burning fire under the star-lit African sky? Nothing beats the flavor of cooking over an open flame.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":830,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/ef9d0188da11e2bc56788f5619d9d539.png\" alt=\"\" class=\"wp-image-830\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>A games room </h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>The reception is also a games room for those who enjoy darts or playing pool. &nbsp;Take a selection of DVDs back to your room and watch movies on your own DVD player. &nbsp;There is also a selection of board games and music CDs that you can borrow.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"f34d14a3\",\"topPaddingDesktop\":60,\"bottomPaddingDesktop\":60,\"leftPaddingDesktop\":0,\"rightPaddingDesktop\":0,\"paddingLink\":false,\"variationSelected\":true,\"isBlockRootParent\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-f34d14a3 alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"align\":\"center\",\"id\":1198,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image aligncenter size-full\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/eyJidWNrZXQiOiJhc3NldHMuYWxsdHJhaWxzLmNvbSIsImtleSI6InVwbG9hZHMvcGhvdG8vaW1hZ2UvNDMxNzk4MTAvYjZkYTAz-1.png\" alt=\"\" class=\"wp-image-1198\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>Walking or hiking </h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>We have a lovely sparkling blue rock pool next to a thatched Lapa. &nbsp;&nbsp;Lie on recliners on the green lawn or sit on the swing chair in the Lapa and enjoy the panoramic view of the Magaliesberg mountain range.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":1185,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/49089607_1950305445047847_5177863042771189760_n.png\" alt=\"\" class=\"wp-image-1185\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>Mountain biking </h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>What can compare to a burning fire under the star-lit African sky? Nothing beats the flavor of cooking over an open flame.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":1196,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Michelle_1.png\" alt=\"\" class=\"wp-image-1196\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>Horse riding </h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>The reception is also a games room for those who enjoy darts or playing pool. &nbsp;Take a selection of DVDs back to your room and watch movies on your own DVD player. &nbsp;There is also a selection of board games and music CDs that you can borrow.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"ea7490eb\",\"innerContentWidth\":\"alignfull\",\"directionDesktop\":\"row\",\"wrapTablet\":\"wrap\",\"variationSelected\":true,\"rowGapTablet\":0,\"columnGapDesktop\":0,\"isBlockRootParent\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-ea7490eb alignfull uagb-is-root-container\"><!-- wp:uagb/container {\"block_id\":\"54b6eec3\",\"widthDesktop\":25,\"widthTablet\":50,\"variationSelected\":true,\"widthSetByUser\":true,\"UAGHideMob\":true,\"UAGResponsiveConditions\":true} -->\n<div class=\"wp-block-uagb-container uag-hide-mob uagb-block-54b6eec3\"><!-- wp:uagb/image {\"block_id\":\"81937761\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/amenities-1.jpg\",\"id\":220,\"linkDestination\":\"none\",\"width\":480,\"height\":500,\"naturalWidth\":480,\"naturalHeight\":500,\"sizeSlug\":\"full\",\"sizeSlugTablet\":\"full\",\"sizeSlugMobile\":\"full\"} -->\n<div class=\"wp-block-uagb-image uagb-block-81937761 wp-block-uagb-image--layout-default wp-block-uagb-image--effect-static wp-block-uagb-image--align-none\"><figure class=\"wp-block-uagb-image__figure\"><img srcset=\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/amenities-1.jpg \" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/amenities-1.jpg\" alt=\"\" class=\"uag-image-220\" width=\"480\" height=\"500\" title=\"\" loading=\"lazy\"/></figure></div>\n<!-- /wp:uagb/image --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"c2eed21d\",\"widthDesktop\":25,\"widthTablet\":50,\"variationSelected\":true,\"widthSetByUser\":true,\"UAGHideMob\":true,\"UAGResponsiveConditions\":true} -->\n<div class=\"wp-block-uagb-container uag-hide-mob uagb-block-c2eed21d\"><!-- wp:uagb/image {\"block_id\":\"e6a9d0c3\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/amenities-3.jpg\",\"id\":222,\"linkDestination\":\"none\",\"naturalWidth\":480,\"naturalHeight\":500,\"sizeSlug\":\"full\",\"sizeSlugTablet\":\"full\",\"sizeSlugMobile\":\"full\"} -->\n<div class=\"wp-block-uagb-image uagb-block-e6a9d0c3 wp-block-uagb-image--layout-default wp-block-uagb-image--effect-static wp-block-uagb-image--align-none\"><figure class=\"wp-block-uagb-image__figure\"><img srcset=\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/amenities-3.jpg \" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/amenities-3.jpg\" alt=\"\" class=\"uag-image-222\" width=\"\" height=\"\" title=\"\" loading=\"lazy\"/></figure></div>\n<!-- /wp:uagb/image --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"d25807b6\",\"widthDesktop\":50,\"widthTablet\":100,\"variationSelected\":true,\"columnGapDesktop\":20,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-d25807b6\"><!-- wp:uagb/image {\"block_id\":\"bd9d547f\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/amenities-5.jpg\",\"id\":224,\"linkDestination\":\"none\",\"width\":960,\"height\":500,\"naturalWidth\":960,\"naturalHeight\":500,\"sizeSlug\":\"full\",\"sizeSlugTablet\":\"full\",\"sizeSlugMobile\":\"full\"} -->\n<div class=\"wp-block-uagb-image uagb-block-bd9d547f wp-block-uagb-image--layout-default wp-block-uagb-image--effect-static wp-block-uagb-image--align-none\"><figure class=\"wp-block-uagb-image__figure\"><img srcset=\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/amenities-5.jpg \" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/amenities-5.jpg\" alt=\"\" class=\"uag-image-224\" width=\"960\" height=\"500\" title=\"\" loading=\"lazy\"/></figure></div>\n<!-- /wp:uagb/image --></div>\n<!-- /wp:uagb/container --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"b3626503\",\"innerContentWidth\":\"alignfull\",\"directionDesktop\":\"row\",\"wrapTablet\":\"wrap\",\"variationSelected\":true,\"rowGapTablet\":0,\"columnGapDesktop\":0,\"isBlockRootParent\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-b3626503 alignfull uagb-is-root-container\"><!-- wp:uagb/container {\"block_id\":\"662a4c25\",\"widthDesktop\":50,\"widthTablet\":100,\"variationSelected\":true,\"columnGapDesktop\":20,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-662a4c25\"><!-- wp:uagb/image {\"block_id\":\"c13718aa\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/amenities-6-1.jpg\",\"id\":230,\"linkDestination\":\"none\",\"naturalWidth\":960,\"naturalHeight\":500,\"sizeSlug\":\"full\",\"sizeSlugTablet\":\"full\",\"sizeSlugMobile\":\"full\"} -->\n<div class=\"wp-block-uagb-image uagb-block-c13718aa wp-block-uagb-image--layout-default wp-block-uagb-image--effect-static wp-block-uagb-image--align-none\"><figure class=\"wp-block-uagb-image__figure\"><img srcset=\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/amenities-6-1.jpg \" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/amenities-6-1.jpg\" alt=\"\" class=\"uag-image-230\" width=\"\" height=\"\" title=\"\" loading=\"lazy\"/></figure></div>\n<!-- /wp:uagb/image --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"978c2c2d\",\"widthDesktop\":25,\"variationSelected\":true,\"widthSetByUser\":true,\"UAGHideMob\":true,\"UAGResponsiveConditions\":true} -->\n<div class=\"wp-block-uagb-container uag-hide-mob uagb-block-978c2c2d\"><!-- wp:uagb/image {\"block_id\":\"a6eaa6bf\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/amenities-2.jpg\",\"id\":221,\"linkDestination\":\"none\",\"naturalWidth\":480,\"naturalHeight\":500,\"sizeSlug\":\"full\",\"sizeSlugTablet\":\"full\",\"sizeSlugMobile\":\"full\"} -->\n<div class=\"wp-block-uagb-image uagb-block-a6eaa6bf wp-block-uagb-image--layout-default wp-block-uagb-image--effect-static wp-block-uagb-image--align-none\"><figure class=\"wp-block-uagb-image__figure\"><img srcset=\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/amenities-2.jpg \" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/amenities-2.jpg\" alt=\"\" class=\"uag-image-221\" width=\"\" height=\"\" title=\"\" loading=\"lazy\"/></figure></div>\n<!-- /wp:uagb/image --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"9778a3e4\",\"widthDesktop\":25,\"variationSelected\":true,\"widthSetByUser\":true,\"UAGHideMob\":true,\"UAGResponsiveConditions\":true} -->\n<div class=\"wp-block-uagb-container uag-hide-mob uagb-block-9778a3e4\"><!-- wp:uagb/image {\"block_id\":\"3010de6e\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/amenities-4.jpg\",\"id\":223,\"linkDestination\":\"none\",\"naturalWidth\":480,\"naturalHeight\":500,\"sizeSlug\":\"full\",\"sizeSlugTablet\":\"full\",\"sizeSlugMobile\":\"full\"} -->\n<div class=\"wp-block-uagb-image uagb-block-3010de6e wp-block-uagb-image--layout-default wp-block-uagb-image--effect-static wp-block-uagb-image--align-none\"><figure class=\"wp-block-uagb-image__figure\"><img srcset=\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/amenities-4.jpg \" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/amenities-4.jpg\" alt=\"\" class=\"uag-image-223\" width=\"\" height=\"\" title=\"\" loading=\"lazy\"/></figure></div>\n<!-- /wp:uagb/image --></div>\n<!-- /wp:uagb/container --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"5f019f1d\",\"backgroundType\":\"color\",\"backgroundSizeTablet\":\"cover\",\"backgroundSizeMobile\":\"cover\",\"backgroundColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"topPaddingDesktop\":120,\"bottomPaddingDesktop\":120,\"topPaddingTablet\":80,\"bottomPaddingTablet\":80,\"leftPaddingTablet\":30,\"rightPaddingTablet\":30,\"topPaddingMobile\":80,\"bottomPaddingMobile\":80,\"leftPaddingMobile\":20,\"rightPaddingMobile\":20,\"paddingLink\":false,\"variationSelected\":true,\"rowGapDesktop\":0,\"rowGapTablet\":0,\"isBlockRootParent\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-5f019f1d alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/container {\"block_id\":\"1bf5de59\",\"directionDesktop\":\"row\",\"alignItemsDesktop\":\"flex-end\",\"alignItemsTablet\":\"flex-end\",\"justifyContentDesktop\":\"flex-end\",\"justifyContentTablet\":\"space-between\",\"variationSelected\":true,\"rowGapMobile\":30,\"columnGapDesktop\":0} -->\n<div class=\"wp-block-uagb-container uagb-block-1bf5de59\"><!-- wp:uagb/advanced-heading {\"block_id\":\"2b78daeb\",\"classMigrate\":true,\"headingDescToggle\":true,\"subHeadingColor\":\"\",\"headSpace\":20,\"subHeadFontSize\":16} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-2b78daeb\"><h2 class=\"uagb-heading-text\">Other Perks &amp; Facilities ​</h2><p class=\"uagb-desc-text\">Looking for more? Well, we believe that every guest walks into our hotel for the best experience. And, we are determined to do that.</p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/buttons {\"block_id\":\"2f3e8dfd\",\"classMigrate\":true,\"childMigrate\":true,\"align\":\"right\",\"alignTablet\":\"right\",\"alignMobile\":\"left\",\"gap\":0} -->\n<div class=\"wp-block-uagb-buttons uagb-buttons__outer-wrap uagb-btn__default-btn uagb-btn-tablet__default-btn uagb-btn-mobile__default-btn uagb-block-2f3e8dfd\"><div class=\"uagb-buttons__wrap uagb-buttons-layout-wrap\"><!-- wp:uagb/buttons-child {\"block_id\":\"c3e5091c\",\"label\":\"Get Bookings\",\"link\":\"#\",\"hColor\":\"\",\"borderWidth\":\"\",\"borderRadius\":\"\",\"borderStyle\":\"\",\"borderColor\":\"\",\"borderHColor\":\"\",\"btnBorderTopWidth\":1,\"btnBorderLeftWidth\":1,\"btnBorderRightWidth\":1,\"btnBorderBottomWidth\":1,\"btnBorderTopLeftRadius\":2,\"btnBorderTopRightRadius\":2,\"btnBorderBottomLeftRadius\":2,\"btnBorderBottomRightRadius\":2,\"btnBorderStyle\":\"solid\",\"btnBorderColor\":\"#333\",\"btnBorderHColor\":\"#333\"} -->\n<div class=\"wp-block-uagb-buttons-child uagb-buttons__outer-wrap uagb-block-c3e5091c wp-block-button is-style-outline\"><div class=\"uagb-button__wrapper\"><a class=\"uagb-buttons-repeater wp-block-button__link\" href=\"#\" rel=\"follow noopener\" target=\"_self\"><div class=\"uagb-button__link\">Get Bookings</div></a></div></div>\n<!-- /wp:uagb/buttons-child --></div></div>\n<!-- /wp:uagb/buttons --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"be1d74f9\",\"directionDesktop\":\"row\",\"alignItemsTablet\":\"flex-start\",\"paddingLink\":false,\"topMarginDesktop\":54,\"bottomMarginDesktop\":0,\"leftMarginDesktop\":0,\"rightMarginDesktop\":0,\"topMarginTablet\":30,\"bottomMarginTablet\":0,\"leftMarginTablet\":0,\"rightMarginTablet\":0,\"marginLink\":false,\"variationSelected\":true,\"rowGapMobile\":65,\"columnGapDesktop\":48,\"columnGapTablet\":20} -->\n<div class=\"wp-block-uagb-container uagb-block-be1d74f9\"><!-- wp:uagb/info-box {\"classMigrate\":true,\"headingAlign\":\"left\",\"headingColor\":\"\",\"subHeadingColor\":\"\",\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"source_type\":\"image\",\"block_id\":\"bc5caedb\",\"ctaType\":\"text\",\"ctaText\":\"READ MORE\",\"ctaLinkColor\":\"var(\\u002d\\u002dast-global-color-0)\",\"ctaDecoration\":\"underline\",\"ctaFontSize\":12,\"ctaFontWeight\":\"600\",\"ctaLetterSpacing\":2,\"ctaBorderStyle\":\"\",\"iconBottomMargin\":30,\"iconImage\":{\"id\":240,\"title\":\"terrace\",\"filename\":\"terrace.jpg\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/terrace.jpg\",\"link\":\"https://blueroan.netgen.cloud/terrace/\",\"alt\":\"\",\"author\":\"34\",\"description\":\"\",\"caption\":\"\",\"name\":\"terrace\",\"status\":\"inherit\",\"uploadedTo\":0,\"date\":\"2021-05-11T10:54:04.000Z\",\"modified\":\"2021-05-11T10:54:04.000Z\",\"menuOrder\":0,\"mime\":\"image/jpeg\",\"type\":\"image\",\"subtype\":\"jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/default.png\",\"dateFormatted\":\"May 11, 2021\",\"nonces\":{\"update\":\"6de8720da3\",\"delete\":\"d7905e75b9\",\"edit\":\"e7132a7b3e\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=240\\u0026action=edit\",\"meta\":false,\"authorName\":\"Rishabh\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/user-edit.php?user_id=34\",\"filesizeInBytes\":40742,\"filesizeHumanReadable\":\"40 KB\",\"context\":\"\",\"height\":440,\"width\":370,\"orientation\":\"portrait\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/terrace-150x150.jpg\",\"orientation\":\"landscape\"},\"medium\":{\"height\":300,\"width\":252,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/terrace-252x300-1.jpg\",\"orientation\":\"portrait\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/terrace.jpg\",\"height\":440,\"width\":370,\"orientation\":\"portrait\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"imageSize\":\"full\",\"imageWidth\":100,\"imageWidthMobile\":100,\"imageWidthTablet\":100,\"paddingBtnTop\":10,\"paddingBtnBottom\":10,\"paddingBtnLeft\":14,\"paddingBtnRight\":14,\"imageWidthUnit\":\"%\",\"imageWidthUnitTablet\":\"%\",\"imageWidthUnitMobile\":\"%\",\"subHeadTopMargin\":0,\"subHeadRightMargin\":40,\"subHeadLeftMargin\":0,\"subHeadMarginTopTablet\":0,\"subHeadMarginRightTablet\":0,\"subHeadTabletSpace\":20,\"subHeadMarginLeftTablet\":0,\"btnBorderStyle\":\"solid\"} -->\n<div class=\"wp-block-uagb-info-box uagb-block-bc5caedb uagb-infobox__content-wrap  uagb-infobox-icon-above-title uagb-infobox-image-valign-top\"><div class=\"uagb-ifb-content\"><div class=\"uagb-ifb-image-content\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/terrace.jpg\" alt=\"\"/></div><div class=\"uagb-ifb-title-wrap\"><h3 class=\"uagb-ifb-title\">Ocean View Terrace​</h3></div><p class=\"uagb-ifb-desc\">Among the scenic beauty of the city we also have an ocean view terrace for every suite in our hotel.</p><div class=\"uagb-ifb-button-wrapper wp-block-button\"><a href=\"#\" target=\"_self\" class=\"uagb-infobox-cta-link\" rel=\"noopener noreferrer\" alt=\"\"><span class=\"uagb-inline-editing\">READ MORE</span></a></div></div></div>\n<!-- /wp:uagb/info-box -->\n\n<!-- wp:uagb/info-box {\"classMigrate\":true,\"headingAlign\":\"left\",\"headingColor\":\"\",\"subHeadingColor\":\"\",\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"source_type\":\"image\",\"block_id\":\"be927766\",\"ctaType\":\"text\",\"ctaText\":\"READ MORE\",\"ctaLinkColor\":\"var(\\u002d\\u002dast-global-color-0)\",\"ctaDecoration\":\"underline\",\"ctaFontSize\":12,\"ctaFontWeight\":\"600\",\"ctaLetterSpacing\":2,\"ctaBorderStyle\":\"\",\"iconBottomMargin\":30,\"iconImage\":{\"id\":89,\"title\":\"food\",\"filename\":\"food.jpg\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/food.jpg\",\"link\":\"https://blueroan.netgen.cloud/food/\",\"alt\":\"\",\"author\":\"34\",\"description\":\"\",\"caption\":\"\",\"name\":\"food\",\"status\":\"inherit\",\"uploadedTo\":0,\"date\":\"2021-05-07T14:24:52.000Z\",\"modified\":\"2021-05-07T14:24:52.000Z\",\"menuOrder\":0,\"mime\":\"image/jpeg\",\"type\":\"image\",\"subtype\":\"jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/default.png\",\"dateFormatted\":\"May 7, 2021\",\"nonces\":{\"update\":\"b06173e227\",\"delete\":\"7de0e70fba\",\"edit\":\"7dc3d40920\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=89\\u0026action=edit\",\"meta\":false,\"authorName\":\"Rishabh\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/user-edit.php?user_id=34\",\"filesizeInBytes\":41933,\"filesizeHumanReadable\":\"41 KB\",\"context\":\"\",\"height\":440,\"width\":370,\"orientation\":\"portrait\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/food-150x150.jpg\",\"orientation\":\"landscape\"},\"medium\":{\"height\":300,\"width\":252,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/food-252x300-1.jpg\",\"orientation\":\"portrait\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/food.jpg\",\"height\":440,\"width\":370,\"orientation\":\"portrait\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"imageSize\":\"full\",\"imageWidth\":100,\"imageWidthMobile\":100,\"imageWidthTablet\":100,\"paddingBtnTop\":10,\"paddingBtnBottom\":10,\"paddingBtnLeft\":14,\"paddingBtnRight\":14,\"imageWidthUnit\":\"%\",\"imageWidthUnitTablet\":\"%\",\"imageWidthUnitMobile\":\"%\",\"subHeadTopMargin\":0,\"subHeadRightMargin\":40,\"subHeadLeftMargin\":0,\"subHeadMarginTopTablet\":0,\"subHeadMarginRightTablet\":0,\"subHeadTabletSpace\":20,\"subHeadMarginLeftTablet\":0,\"btnBorderStyle\":\"solid\"} -->\n<div class=\"wp-block-uagb-info-box uagb-block-be927766 uagb-infobox__content-wrap  uagb-infobox-icon-above-title uagb-infobox-image-valign-top\"><div class=\"uagb-ifb-content\"><div class=\"uagb-ifb-image-content\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/food.jpg\" alt=\"\"/></div><div class=\"uagb-ifb-title-wrap\"><h3 class=\"uagb-ifb-title\">Delicious Food​</h3></div><p class=\"uagb-ifb-desc\">We have team chefs from across the world. So you can enjoy the delicacies anytime during your stay.</p><div class=\"uagb-ifb-button-wrapper wp-block-button\"><a href=\"#\" target=\"_self\" class=\"uagb-infobox-cta-link\" rel=\"noopener noreferrer\" alt=\"\"><span class=\"uagb-inline-editing\">READ MORE</span></a></div></div></div>\n<!-- /wp:uagb/info-box -->\n\n<!-- wp:uagb/info-box {\"classMigrate\":true,\"headingAlign\":\"left\",\"headingColor\":\"\",\"subHeadingColor\":\"\",\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"source_type\":\"image\",\"block_id\":\"762a0a59\",\"ctaType\":\"text\",\"ctaText\":\"READ MORE\",\"ctaLinkColor\":\"var(\\u002d\\u002dast-global-color-0)\",\"ctaDecoration\":\"underline\",\"ctaFontSize\":12,\"ctaFontWeight\":\"600\",\"ctaLetterSpacing\":2,\"ctaBorderStyle\":\"\",\"iconBottomMargin\":30,\"iconImage\":{\"id\":241,\"title\":\"beach\",\"filename\":\"beach.jpg\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/beach.jpg\",\"link\":\"https://blueroan.netgen.cloud/beach/\",\"alt\":\"\",\"author\":\"34\",\"description\":\"\",\"caption\":\"\",\"name\":\"beach\",\"status\":\"inherit\",\"uploadedTo\":0,\"date\":\"2021-05-11T10:56:06.000Z\",\"modified\":\"2021-05-11T10:56:06.000Z\",\"menuOrder\":0,\"mime\":\"image/jpeg\",\"type\":\"image\",\"subtype\":\"jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/default.png\",\"dateFormatted\":\"May 11, 2021\",\"nonces\":{\"update\":\"65c348aac8\",\"delete\":\"6d551f7cf4\",\"edit\":\"026ca70d91\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=241\\u0026action=edit\",\"meta\":false,\"authorName\":\"Rishabh\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/user-edit.php?user_id=34\",\"filesizeInBytes\":38094,\"filesizeHumanReadable\":\"37 KB\",\"context\":\"\",\"height\":440,\"width\":370,\"orientation\":\"portrait\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/beach-150x150.jpg\",\"orientation\":\"landscape\"},\"medium\":{\"height\":300,\"width\":252,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/beach-252x300-1.jpg\",\"orientation\":\"portrait\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/beach.jpg\",\"height\":440,\"width\":370,\"orientation\":\"portrait\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"imageSize\":\"full\",\"imageWidth\":100,\"imageWidthMobile\":100,\"imageWidthTablet\":100,\"paddingBtnTop\":10,\"paddingBtnBottom\":10,\"paddingBtnLeft\":14,\"paddingBtnRight\":14,\"imageWidthUnit\":\"%\",\"imageWidthUnitTablet\":\"%\",\"imageWidthUnitMobile\":\"%\",\"subHeadTopMargin\":0,\"subHeadRightMargin\":40,\"subHeadLeftMargin\":0,\"subHeadMarginTopTablet\":0,\"subHeadMarginRightTablet\":0,\"subHeadTabletSpace\":20,\"subHeadMarginLeftTablet\":0,\"btnBorderStyle\":\"solid\"} -->\n<div class=\"wp-block-uagb-info-box uagb-block-762a0a59 uagb-infobox__content-wrap  uagb-infobox-icon-above-title uagb-infobox-image-valign-top\"><div class=\"uagb-ifb-content\"><div class=\"uagb-ifb-image-content\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/beach.jpg\" alt=\"\"/></div><div class=\"uagb-ifb-title-wrap\"><h3 class=\"uagb-ifb-title\">Private Beach​</h3></div><p class=\"uagb-ifb-desc\">Want to take a dip into the sea? All our guests get complimentary access to our private beach.</p><div class=\"uagb-ifb-button-wrapper wp-block-button\"><a href=\"#\" target=\"_self\" class=\"uagb-infobox-cta-link\" rel=\"noopener noreferrer\" alt=\"\"><span class=\"uagb-inline-editing\">READ MORE</span></a></div></div></div>\n<!-- /wp:uagb/info-box --></div>\n<!-- /wp:uagb/container --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"454cc283\",\"innerContentCustomWidthDesktop\":781,\"innerContentCustomWidthTablet\":781,\"backgroundType\":\"image\",\"backgroundImageDesktop\":{\"id\":54,\"title\":\"background-img\",\"filename\":\"background-img-1.jpg\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/background-img-1.jpg\",\"link\":\"https://blueroan.netgen.cloud/background-img-2/\",\"alt\":\"\",\"author\":\"34\",\"description\":\"\",\"caption\":\"\",\"name\":\"background-img-2\",\"status\":\"inherit\",\"uploadedTo\":0,\"date\":\"2021-05-07T10:11:37.000Z\",\"modified\":\"2021-05-07T10:11:37.000Z\",\"menuOrder\":0,\"mime\":\"image/jpeg\",\"type\":\"image\",\"subtype\":\"jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/default.png\",\"dateFormatted\":\"May 7, 2021\",\"nonces\":{\"update\":\"bb999636b9\",\"delete\":\"d2e1375bc4\",\"edit\":\"005dd2f0c9\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=54\\u0026action=edit\",\"meta\":false,\"authorName\":\"Rishabh\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/user-edit.php?user_id=34\",\"filesizeInBytes\":338858,\"filesizeHumanReadable\":\"331 KB\",\"context\":\"\",\"height\":1080,\"width\":1920,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/background-img-1-150x150.jpg\",\"orientation\":\"landscape\"},\"medium\":{\"height\":169,\"width\":300,\"url\":\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/background-img-1-300x169.jpg\",\"orientation\":\"landscape\"},\"large\":{\"height\":576,\"width\":1024,\"url\":\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/background-img-1-1024x576.jpg\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/background-img-1.jpg\",\"height\":1080,\"width\":1920,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"backgroundImageColor\":\"rgba(42,42,42,0.65)\",\"topPaddingDesktop\":144,\"bottomPaddingDesktop\":144,\"leftPaddingDesktop\":40,\"rightPaddingDesktop\":40,\"topPaddingTablet\":80,\"bottomPaddingTablet\":80,\"leftPaddingTablet\":40,\"rightPaddingTablet\":40,\"topPaddingMobile\":64,\"bottomPaddingMobile\":64,\"leftPaddingMobile\":24,\"rightPaddingMobile\":24,\"paddingLink\":false,\"variationSelected\":true,\"isBlockRootParent\":true,\"overlayType\":\"color\"} -->\n<div class=\"wp-block-uagb-container uagb-block-454cc283 alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/advanced-heading {\"block_id\":\"a3d545c0\",\"classMigrate\":true,\"headingDescToggle\":true,\"headingAlign\":\"center\",\"headingColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"subHeadingColor\":\"var(\\u002d\\u002dast-global-color-4)\",\"headSpace\":20} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-a3d545c0\"><h2 class=\"uagb-heading-text\">Plan an Unforgettable Experience in Mykonos Today!</h2><p class=\"uagb-desc-text\">We can help you fit your stay and experience within your allotted budget.</p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/advanced-heading {\"block_id\":\"2c432850\",\"classMigrate\":true,\"headingTitleToggle\":false,\"headingDescToggle\":true,\"headingAlign\":\"center\",\"subHeadingColor\":\"var(\\u002d\\u002dast-global-color-4)\",\"subHeadTransform\":\"uppercase\",\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"subHeadLetterSpacing\":2,\"blockTopPadding\":60,\"blockRightPadding\":0,\"blockLeftPadding\":0,\"blockBottomPadding\":0,\"blockTopPaddingMobile\":30,\"blockRightPaddingMobile\":0,\"blockLeftPaddingMobile\":0,\"blockBottomPaddingMobile\":0} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-2c432850\"><p class=\"uagb-desc-text\">BOOK YOUR STAY NOW​</p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/icon-list {\"block_id\":\"acbfb146\",\"classMigrate\":true,\"childMigrate\":true,\"align\":\"center\",\"parentIcon\":\"phone\",\"size\":40,\"sizeMobile\":24,\"sizeTablet\":32,\"fontSize\":48,\"fontSizeMobile\":28,\"fontSizeTablet\":40,\"fontWeight\":\"600\",\"iconColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"labelColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"blockTopPadding\":0,\"blockRightPadding\":0,\"blockLeftPadding\":0,\"blockBottomPadding\":24,\"blockPaddingLink\":false} -->\n<div class=\"wp-block-uagb-icon-list uagb-block-acbfb146\"><div class=\"uagb-icon-list__wrap\"><!-- wp:uagb/icon-list-child {\"block_id\":\"60acf027\",\"label\":\"+1-123 456 7890​\",\"label_color\":\"\",\"fromParentIcon\":\"phone\",\"imageSizeChild\":40} -->\n<div class=\"wp-block-uagb-icon-list-child uagb-block-60acf027\"><span class=\"uagb-icon-list__source-wrap\"><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M511.2 387l-23.25 100.8c-3.266 14.25-15.79 24.22-30.46 24.22C205.2 512 0 306.8 0 54.5c0-14.66 9.969-27.2 24.22-30.45l100.8-23.25C139.7-2.602 154.7 5.018 160.8 18.92l46.52 108.5c5.438 12.78 1.77 27.67-8.98 36.45L144.5 207.1c33.98 69.22 90.26 125.5 159.5 159.5l44.08-53.8c8.688-10.78 23.69-14.51 36.47-8.975l108.5 46.51C506.1 357.2 514.6 372.4 511.2 387z\"></path></svg></span><span class=\"uagb-icon-list__label\">+1-123 456 7890​</span></div>\n<!-- /wp:uagb/icon-list-child --></div></div>\n<!-- /wp:uagb/icon-list --></div></div>\n<!-- /wp:uagb/container -->',	'Amenities',	'',	'inherit',	'closed',	'closed',	'',	'762-revision-v1',	'',	'',	'2022-12-15 11:44:40',	'2022-12-15 11:44:40',	'',	762,	'https://blueroan.netgen.cloud/?p=1199',	0,	'revision',	'',	0),
(1200,	2,	'2022-12-15 11:45:15',	'2022-12-15 11:45:15',	'<!-- wp:uagb/container {\"block_id\":\"91b2a32e\",\"backgroundType\":\"image\",\"backgroundImageDesktop\":{\"id\":1007,\"title\":\"AAEAAQAAAAAAAAAAAAAAJDg5NmY0ZGUxLWE4MTgtNDY5NC1iODFhLTBmN2Q0ZDc5ZWFiNw-1\",\"filename\":\"AAEAAQAAAAAAAAAAAAAAJDg5NmY0ZGUxLWE4MTgtNDY5NC1iODFhLTBmN2Q0ZDc5ZWFiNw-1.png\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAAJDg5NmY0ZGUxLWE4MTgtNDY5NC1iODFhLTBmN2Q0ZDc5ZWFiNw-1.png\",\"link\":\"https://blueroan.netgen.cloud/the-barn/aaeaaqaaaaaaaaaaaaaajdg5nmy0zguxlwe4mtgtndy5nc1iodfhltbmn2q0zdc5zwfinw-1/\",\"alt\":\"\",\"author\":\"2\",\"description\":\"\",\"caption\":\"\",\"name\":\"aaeaaqaaaaaaaaaaaaaajdg5nmy0zguxlwe4mtgtndy5nc1iodfhltbmn2q0zdc5zwfinw-1\",\"status\":\"inherit\",\"uploadedTo\":948,\"date\":\"2022-12-14T10:50:25.000Z\",\"modified\":\"2022-12-14T10:50:25.000Z\",\"menuOrder\":0,\"mime\":\"image/png\",\"type\":\"image\",\"subtype\":\"png\",\"icon\":\"https://blueroan.netgen.cloud/wp-includes/images/media/default.png\",\"dateFormatted\":\"December 14, 2022\",\"nonces\":{\"update\":\"483f8bdf3d\",\"delete\":\"0a7ebc92ef\",\"edit\":\"6bc1c6a685\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=1007\\u0026action=edit\",\"meta\":false,\"authorName\":\"Netgen Support\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/profile.php\",\"uploadedToTitle\":\"The Barn\",\"uploadedToLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=948\\u0026action=edit\",\"filesizeInBytes\":1348989,\"filesizeHumanReadable\":\"1 MB\",\"context\":\"\",\"height\":667,\"width\":1000,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAAJDg5NmY0ZGUxLWE4MTgtNDY5NC1iODFhLTBmN2Q0ZDc5ZWFiNw-1-150x150.png\",\"orientation\":\"landscape\"},\"medium\":{\"height\":200,\"width\":300,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAAJDg5NmY0ZGUxLWE4MTgtNDY5NC1iODFhLTBmN2Q0ZDc5ZWFiNw-1-300x200.png\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAAJDg5NmY0ZGUxLWE4MTgtNDY5NC1iODFhLTBmN2Q0ZDc5ZWFiNw-1.png\",\"height\":667,\"width\":1000,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"backgroundPositionDesktop\":{\"x\":0.61,\"y\":0.52},\"backgroundSizeTablet\":\"cover\",\"backgroundSizeMobile\":\"cover\",\"backgroundColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"backgroundImageColor\":\"rgba(42,42,42,0.5)\",\"topPaddingDesktop\":220,\"bottomPaddingDesktop\":150,\"topPaddingTablet\":170,\"bottomPaddingTablet\":160,\"leftPaddingTablet\":30,\"rightPaddingTablet\":30,\"topPaddingMobile\":180,\"bottomPaddingMobile\":80,\"leftPaddingMobile\":20,\"rightPaddingMobile\":20,\"paddingLink\":false,\"variationSelected\":true,\"isBlockRootParent\":true,\"overlayType\":\"color\"} -->\n<div class=\"wp-block-uagb-container uagb-block-91b2a32e alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/advanced-heading {\"block_id\":\"0091cc1c\",\"classMigrate\":true,\"headingDescToggle\":true,\"headingColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"subHeadingColor\":\"var(\\u002d\\u002dast-global-color-4)\",\"headingTag\":\"h1\",\"headSpace\":20,\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"blockTopPadding\":0,\"blockRightPadding\":50,\"blockLeftPadding\":0,\"blockBottomPadding\":0,\"blockTopPaddingTablet\":0,\"blockRightPaddingTablet\":20,\"blockLeftPaddingTablet\":0,\"blockBottomPaddingTablet\":0,\"blockTopPaddingMobile\":0,\"blockRightPaddingMobile\":0,\"blockLeftPaddingMobile\":0,\"blockBottomPaddingMobile\":0,\"blockPaddingUnit\":\"%\",\"blockPaddingUnitTablet\":\"%\"} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-0091cc1c\"><h1 class=\"uagb-heading-text\">Amenities &amp; Interests​</h1><p class=\"uagb-desc-text\">We do not give you just rooms to stay in. We give you an environment where you can experience the best while on a holiday with us. </p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:buttons -->\n<div class=\"wp-block-buttons\"><!-- wp:button -->\n<div class=\"wp-block-button\"><a class=\"wp-block-button__link wp-element-button\" href=\"https://book.nightsbridge.com/11065\" target=\"_blank\" rel=\"noreferrer noopener\">BOOK NOW</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"6753b244\",\"topPaddingDesktop\":60,\"bottomPaddingDesktop\":60,\"leftPaddingDesktop\":0,\"rightPaddingDesktop\":0,\"paddingLink\":false,\"variationSelected\":true,\"isBlockRootParent\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-6753b244 alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"align\":\"center\",\"id\":828,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image aligncenter size-full\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Blue-Roan-pool.png\" alt=\"Blue Roan\'s rock pool\" class=\"wp-image-828\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>A relaxing rock Pool​</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>We have a lovely sparkling blue rock pool next to a thatched Lapa. &nbsp;&nbsp;Lie on recliners on the green lawn or sit on the swing chair in the Lapa and enjoy the panoramic view of the Magaliesberg mountain range.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":829,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/img-20160605-wa0002-largejpg.png\" alt=\"\" class=\"wp-image-829\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>Braai facilities </h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>What can compare to a burning fire under the star-lit African sky? Nothing beats the flavor of cooking over an open flame.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":830,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/ef9d0188da11e2bc56788f5619d9d539.png\" alt=\"\" class=\"wp-image-830\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>A games room </h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>The reception is also a games room for those who enjoy darts or playing pool. &nbsp;Take a selection of DVDs back to your room and watch movies on your own DVD player. &nbsp;There is also a selection of board games and music CDs that you can borrow.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"d36f310e\",\"topPaddingDesktop\":0,\"bottomPaddingDesktop\":0,\"leftPaddingDesktop\":0,\"rightPaddingDesktop\":0,\"paddingLink\":false,\"variationSelected\":true,\"isBlockRootParent\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-d36f310e alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"align\":\"center\",\"id\":1198,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image aligncenter size-full\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/eyJidWNrZXQiOiJhc3NldHMuYWxsdHJhaWxzLmNvbSIsImtleSI6InVwbG9hZHMvcGhvdG8vaW1hZ2UvNDMxNzk4MTAvYjZkYTAz-1.png\" alt=\"\" class=\"wp-image-1198\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>Walking or hiking </h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>We have a lovely sparkling blue rock pool next to a thatched Lapa. &nbsp;&nbsp;Lie on recliners on the green lawn or sit on the swing chair in the Lapa and enjoy the panoramic view of the Magaliesberg mountain range.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":1185,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/49089607_1950305445047847_5177863042771189760_n.png\" alt=\"\" class=\"wp-image-1185\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>Mountain biking </h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>What can compare to a burning fire under the star-lit African sky? Nothing beats the flavor of cooking over an open flame.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":1196,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Michelle_1.png\" alt=\"\" class=\"wp-image-1196\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>Horse riding </h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>The reception is also a games room for those who enjoy darts or playing pool. &nbsp;Take a selection of DVDs back to your room and watch movies on your own DVD player. &nbsp;There is also a selection of board games and music CDs that you can borrow.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"14a43523\",\"innerContentWidth\":\"alignfull\",\"directionDesktop\":\"row\",\"wrapTablet\":\"wrap\",\"variationSelected\":true,\"rowGapTablet\":0,\"columnGapDesktop\":0,\"isBlockRootParent\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-14a43523 alignfull uagb-is-root-container\"><!-- wp:uagb/container {\"block_id\":\"5606fb5e\",\"widthDesktop\":25,\"widthTablet\":50,\"variationSelected\":true,\"widthSetByUser\":true,\"UAGHideMob\":true,\"UAGResponsiveConditions\":true} -->\n<div class=\"wp-block-uagb-container uag-hide-mob uagb-block-5606fb5e\"><!-- wp:uagb/image {\"block_id\":\"21b8b02c\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/amenities-1.jpg\",\"id\":220,\"linkDestination\":\"none\",\"width\":480,\"height\":500,\"naturalWidth\":480,\"naturalHeight\":500,\"sizeSlug\":\"full\",\"sizeSlugTablet\":\"full\",\"sizeSlugMobile\":\"full\"} -->\n<div class=\"wp-block-uagb-image uagb-block-21b8b02c wp-block-uagb-image--layout-default wp-block-uagb-image--effect-static wp-block-uagb-image--align-none\"><figure class=\"wp-block-uagb-image__figure\"><img srcset=\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/amenities-1.jpg \" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/amenities-1.jpg\" alt=\"\" class=\"uag-image-220\" width=\"480\" height=\"500\" title=\"\" loading=\"lazy\"/></figure></div>\n<!-- /wp:uagb/image --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"8bbfdc00\",\"widthDesktop\":25,\"widthTablet\":50,\"variationSelected\":true,\"widthSetByUser\":true,\"UAGHideMob\":true,\"UAGResponsiveConditions\":true} -->\n<div class=\"wp-block-uagb-container uag-hide-mob uagb-block-8bbfdc00\"><!-- wp:uagb/image {\"block_id\":\"93f06097\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/amenities-3.jpg\",\"id\":222,\"linkDestination\":\"none\",\"naturalWidth\":480,\"naturalHeight\":500,\"sizeSlug\":\"full\",\"sizeSlugTablet\":\"full\",\"sizeSlugMobile\":\"full\"} -->\n<div class=\"wp-block-uagb-image uagb-block-93f06097 wp-block-uagb-image--layout-default wp-block-uagb-image--effect-static wp-block-uagb-image--align-none\"><figure class=\"wp-block-uagb-image__figure\"><img srcset=\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/amenities-3.jpg \" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/amenities-3.jpg\" alt=\"\" class=\"uag-image-222\" width=\"\" height=\"\" title=\"\" loading=\"lazy\"/></figure></div>\n<!-- /wp:uagb/image --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"c0e9df71\",\"widthDesktop\":50,\"widthTablet\":100,\"variationSelected\":true,\"columnGapDesktop\":20,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-c0e9df71\"><!-- wp:uagb/image {\"block_id\":\"cb276272\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/amenities-5.jpg\",\"id\":224,\"linkDestination\":\"none\",\"width\":960,\"height\":500,\"naturalWidth\":960,\"naturalHeight\":500,\"sizeSlug\":\"full\",\"sizeSlugTablet\":\"full\",\"sizeSlugMobile\":\"full\"} -->\n<div class=\"wp-block-uagb-image uagb-block-cb276272 wp-block-uagb-image--layout-default wp-block-uagb-image--effect-static wp-block-uagb-image--align-none\"><figure class=\"wp-block-uagb-image__figure\"><img srcset=\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/amenities-5.jpg \" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/amenities-5.jpg\" alt=\"\" class=\"uag-image-224\" width=\"960\" height=\"500\" title=\"\" loading=\"lazy\"/></figure></div>\n<!-- /wp:uagb/image --></div>\n<!-- /wp:uagb/container --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"37cff670\",\"innerContentWidth\":\"alignfull\",\"directionDesktop\":\"row\",\"wrapTablet\":\"wrap\",\"variationSelected\":true,\"rowGapTablet\":0,\"columnGapDesktop\":0,\"isBlockRootParent\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-37cff670 alignfull uagb-is-root-container\"><!-- wp:uagb/container {\"block_id\":\"d7601e4c\",\"widthDesktop\":50,\"widthTablet\":100,\"variationSelected\":true,\"columnGapDesktop\":20,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-d7601e4c\"><!-- wp:uagb/image {\"block_id\":\"f717fcf3\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/amenities-6-1.jpg\",\"id\":230,\"linkDestination\":\"none\",\"naturalWidth\":960,\"naturalHeight\":500,\"sizeSlug\":\"full\",\"sizeSlugTablet\":\"full\",\"sizeSlugMobile\":\"full\"} -->\n<div class=\"wp-block-uagb-image uagb-block-f717fcf3 wp-block-uagb-image--layout-default wp-block-uagb-image--effect-static wp-block-uagb-image--align-none\"><figure class=\"wp-block-uagb-image__figure\"><img srcset=\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/amenities-6-1.jpg \" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/amenities-6-1.jpg\" alt=\"\" class=\"uag-image-230\" width=\"\" height=\"\" title=\"\" loading=\"lazy\"/></figure></div>\n<!-- /wp:uagb/image --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"12b8115b\",\"widthDesktop\":25,\"variationSelected\":true,\"widthSetByUser\":true,\"UAGHideMob\":true,\"UAGResponsiveConditions\":true} -->\n<div class=\"wp-block-uagb-container uag-hide-mob uagb-block-12b8115b\"><!-- wp:uagb/image {\"block_id\":\"57055151\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/amenities-2.jpg\",\"id\":221,\"linkDestination\":\"none\",\"naturalWidth\":480,\"naturalHeight\":500,\"sizeSlug\":\"full\",\"sizeSlugTablet\":\"full\",\"sizeSlugMobile\":\"full\"} -->\n<div class=\"wp-block-uagb-image uagb-block-57055151 wp-block-uagb-image--layout-default wp-block-uagb-image--effect-static wp-block-uagb-image--align-none\"><figure class=\"wp-block-uagb-image__figure\"><img srcset=\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/amenities-2.jpg \" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/amenities-2.jpg\" alt=\"\" class=\"uag-image-221\" width=\"\" height=\"\" title=\"\" loading=\"lazy\"/></figure></div>\n<!-- /wp:uagb/image --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"b8ba4397\",\"widthDesktop\":25,\"variationSelected\":true,\"widthSetByUser\":true,\"UAGHideMob\":true,\"UAGResponsiveConditions\":true} -->\n<div class=\"wp-block-uagb-container uag-hide-mob uagb-block-b8ba4397\"><!-- wp:uagb/image {\"block_id\":\"3dfa551a\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/amenities-4.jpg\",\"id\":223,\"linkDestination\":\"none\",\"naturalWidth\":480,\"naturalHeight\":500,\"sizeSlug\":\"full\",\"sizeSlugTablet\":\"full\",\"sizeSlugMobile\":\"full\"} -->\n<div class=\"wp-block-uagb-image uagb-block-3dfa551a wp-block-uagb-image--layout-default wp-block-uagb-image--effect-static wp-block-uagb-image--align-none\"><figure class=\"wp-block-uagb-image__figure\"><img srcset=\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/amenities-4.jpg \" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/amenities-4.jpg\" alt=\"\" class=\"uag-image-223\" width=\"\" height=\"\" title=\"\" loading=\"lazy\"/></figure></div>\n<!-- /wp:uagb/image --></div>\n<!-- /wp:uagb/container --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"e7bafb2f\",\"backgroundType\":\"color\",\"backgroundSizeTablet\":\"cover\",\"backgroundSizeMobile\":\"cover\",\"backgroundColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"topPaddingDesktop\":120,\"bottomPaddingDesktop\":120,\"topPaddingTablet\":80,\"bottomPaddingTablet\":80,\"leftPaddingTablet\":30,\"rightPaddingTablet\":30,\"topPaddingMobile\":80,\"bottomPaddingMobile\":80,\"leftPaddingMobile\":20,\"rightPaddingMobile\":20,\"paddingLink\":false,\"variationSelected\":true,\"rowGapDesktop\":0,\"rowGapTablet\":0,\"isBlockRootParent\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-e7bafb2f alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/container {\"block_id\":\"a251b94e\",\"directionDesktop\":\"row\",\"alignItemsDesktop\":\"flex-end\",\"alignItemsTablet\":\"flex-end\",\"justifyContentDesktop\":\"flex-end\",\"justifyContentTablet\":\"space-between\",\"variationSelected\":true,\"rowGapMobile\":30,\"columnGapDesktop\":0} -->\n<div class=\"wp-block-uagb-container uagb-block-a251b94e\"><!-- wp:uagb/advanced-heading {\"block_id\":\"fed0334b\",\"classMigrate\":true,\"headingDescToggle\":true,\"subHeadingColor\":\"\",\"headSpace\":20,\"subHeadFontSize\":16} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-fed0334b\"><h2 class=\"uagb-heading-text\">Other Perks &amp; Facilities ​</h2><p class=\"uagb-desc-text\">Looking for more? Well, we believe that every guest walks into our hotel for the best experience. And, we are determined to do that.</p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/buttons {\"block_id\":\"99128c50\",\"classMigrate\":true,\"childMigrate\":true,\"align\":\"right\",\"alignTablet\":\"right\",\"alignMobile\":\"left\",\"gap\":0} -->\n<div class=\"wp-block-uagb-buttons uagb-buttons__outer-wrap uagb-btn__default-btn uagb-btn-tablet__default-btn uagb-btn-mobile__default-btn uagb-block-99128c50\"><div class=\"uagb-buttons__wrap uagb-buttons-layout-wrap\"><!-- wp:uagb/buttons-child {\"block_id\":\"3b54085f\",\"label\":\"Get Bookings\",\"link\":\"#\",\"hColor\":\"\",\"borderWidth\":\"\",\"borderRadius\":\"\",\"borderStyle\":\"\",\"borderColor\":\"\",\"borderHColor\":\"\",\"btnBorderTopWidth\":1,\"btnBorderLeftWidth\":1,\"btnBorderRightWidth\":1,\"btnBorderBottomWidth\":1,\"btnBorderTopLeftRadius\":2,\"btnBorderTopRightRadius\":2,\"btnBorderBottomLeftRadius\":2,\"btnBorderBottomRightRadius\":2,\"btnBorderStyle\":\"solid\",\"btnBorderColor\":\"#333\",\"btnBorderHColor\":\"#333\"} -->\n<div class=\"wp-block-uagb-buttons-child uagb-buttons__outer-wrap uagb-block-3b54085f wp-block-button is-style-outline\"><div class=\"uagb-button__wrapper\"><a class=\"uagb-buttons-repeater wp-block-button__link\" href=\"#\" rel=\"follow noopener\" target=\"_self\"><div class=\"uagb-button__link\">Get Bookings</div></a></div></div>\n<!-- /wp:uagb/buttons-child --></div></div>\n<!-- /wp:uagb/buttons --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"f728c4b8\",\"directionDesktop\":\"row\",\"alignItemsTablet\":\"flex-start\",\"paddingLink\":false,\"topMarginDesktop\":54,\"bottomMarginDesktop\":0,\"leftMarginDesktop\":0,\"rightMarginDesktop\":0,\"topMarginTablet\":30,\"bottomMarginTablet\":0,\"leftMarginTablet\":0,\"rightMarginTablet\":0,\"marginLink\":false,\"variationSelected\":true,\"rowGapMobile\":65,\"columnGapDesktop\":48,\"columnGapTablet\":20} -->\n<div class=\"wp-block-uagb-container uagb-block-f728c4b8\"><!-- wp:uagb/info-box {\"classMigrate\":true,\"headingAlign\":\"left\",\"headingColor\":\"\",\"subHeadingColor\":\"\",\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"source_type\":\"image\",\"block_id\":\"bc5caedb\",\"ctaType\":\"text\",\"ctaText\":\"READ MORE\",\"ctaLinkColor\":\"var(\\u002d\\u002dast-global-color-0)\",\"ctaDecoration\":\"underline\",\"ctaFontSize\":12,\"ctaFontWeight\":\"600\",\"ctaLetterSpacing\":2,\"ctaBorderStyle\":\"\",\"iconBottomMargin\":30,\"iconImage\":{\"id\":240,\"title\":\"terrace\",\"filename\":\"terrace.jpg\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/terrace.jpg\",\"link\":\"https://blueroan.netgen.cloud/terrace/\",\"alt\":\"\",\"author\":\"34\",\"description\":\"\",\"caption\":\"\",\"name\":\"terrace\",\"status\":\"inherit\",\"uploadedTo\":0,\"date\":\"2021-05-11T10:54:04.000Z\",\"modified\":\"2021-05-11T10:54:04.000Z\",\"menuOrder\":0,\"mime\":\"image/jpeg\",\"type\":\"image\",\"subtype\":\"jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/default.png\",\"dateFormatted\":\"May 11, 2021\",\"nonces\":{\"update\":\"6de8720da3\",\"delete\":\"d7905e75b9\",\"edit\":\"e7132a7b3e\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=240\\u0026action=edit\",\"meta\":false,\"authorName\":\"Rishabh\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/user-edit.php?user_id=34\",\"filesizeInBytes\":40742,\"filesizeHumanReadable\":\"40 KB\",\"context\":\"\",\"height\":440,\"width\":370,\"orientation\":\"portrait\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/terrace-150x150.jpg\",\"orientation\":\"landscape\"},\"medium\":{\"height\":300,\"width\":252,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/terrace-252x300-1.jpg\",\"orientation\":\"portrait\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/terrace.jpg\",\"height\":440,\"width\":370,\"orientation\":\"portrait\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"imageSize\":\"full\",\"imageWidth\":100,\"imageWidthMobile\":100,\"imageWidthTablet\":100,\"paddingBtnTop\":10,\"paddingBtnBottom\":10,\"paddingBtnLeft\":14,\"paddingBtnRight\":14,\"imageWidthUnit\":\"%\",\"imageWidthUnitTablet\":\"%\",\"imageWidthUnitMobile\":\"%\",\"subHeadTopMargin\":0,\"subHeadRightMargin\":40,\"subHeadLeftMargin\":0,\"subHeadMarginTopTablet\":0,\"subHeadMarginRightTablet\":0,\"subHeadTabletSpace\":20,\"subHeadMarginLeftTablet\":0,\"btnBorderStyle\":\"solid\"} -->\n<div class=\"wp-block-uagb-info-box uagb-block-bc5caedb uagb-infobox__content-wrap  uagb-infobox-icon-above-title uagb-infobox-image-valign-top\"><div class=\"uagb-ifb-content\"><div class=\"uagb-ifb-image-content\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/terrace.jpg\" alt=\"\"/></div><div class=\"uagb-ifb-title-wrap\"><h3 class=\"uagb-ifb-title\">Ocean View Terrace​</h3></div><p class=\"uagb-ifb-desc\">Among the scenic beauty of the city we also have an ocean view terrace for every suite in our hotel.</p><div class=\"uagb-ifb-button-wrapper wp-block-button\"><a href=\"#\" target=\"_self\" class=\"uagb-infobox-cta-link\" rel=\"noopener noreferrer\" alt=\"\"><span class=\"uagb-inline-editing\">READ MORE</span></a></div></div></div>\n<!-- /wp:uagb/info-box -->\n\n<!-- wp:uagb/info-box {\"classMigrate\":true,\"headingAlign\":\"left\",\"headingColor\":\"\",\"subHeadingColor\":\"\",\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"source_type\":\"image\",\"block_id\":\"be927766\",\"ctaType\":\"text\",\"ctaText\":\"READ MORE\",\"ctaLinkColor\":\"var(\\u002d\\u002dast-global-color-0)\",\"ctaDecoration\":\"underline\",\"ctaFontSize\":12,\"ctaFontWeight\":\"600\",\"ctaLetterSpacing\":2,\"ctaBorderStyle\":\"\",\"iconBottomMargin\":30,\"iconImage\":{\"id\":89,\"title\":\"food\",\"filename\":\"food.jpg\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/food.jpg\",\"link\":\"https://blueroan.netgen.cloud/food/\",\"alt\":\"\",\"author\":\"34\",\"description\":\"\",\"caption\":\"\",\"name\":\"food\",\"status\":\"inherit\",\"uploadedTo\":0,\"date\":\"2021-05-07T14:24:52.000Z\",\"modified\":\"2021-05-07T14:24:52.000Z\",\"menuOrder\":0,\"mime\":\"image/jpeg\",\"type\":\"image\",\"subtype\":\"jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/default.png\",\"dateFormatted\":\"May 7, 2021\",\"nonces\":{\"update\":\"b06173e227\",\"delete\":\"7de0e70fba\",\"edit\":\"7dc3d40920\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=89\\u0026action=edit\",\"meta\":false,\"authorName\":\"Rishabh\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/user-edit.php?user_id=34\",\"filesizeInBytes\":41933,\"filesizeHumanReadable\":\"41 KB\",\"context\":\"\",\"height\":440,\"width\":370,\"orientation\":\"portrait\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/food-150x150.jpg\",\"orientation\":\"landscape\"},\"medium\":{\"height\":300,\"width\":252,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/food-252x300-1.jpg\",\"orientation\":\"portrait\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/food.jpg\",\"height\":440,\"width\":370,\"orientation\":\"portrait\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"imageSize\":\"full\",\"imageWidth\":100,\"imageWidthMobile\":100,\"imageWidthTablet\":100,\"paddingBtnTop\":10,\"paddingBtnBottom\":10,\"paddingBtnLeft\":14,\"paddingBtnRight\":14,\"imageWidthUnit\":\"%\",\"imageWidthUnitTablet\":\"%\",\"imageWidthUnitMobile\":\"%\",\"subHeadTopMargin\":0,\"subHeadRightMargin\":40,\"subHeadLeftMargin\":0,\"subHeadMarginTopTablet\":0,\"subHeadMarginRightTablet\":0,\"subHeadTabletSpace\":20,\"subHeadMarginLeftTablet\":0,\"btnBorderStyle\":\"solid\"} -->\n<div class=\"wp-block-uagb-info-box uagb-block-be927766 uagb-infobox__content-wrap  uagb-infobox-icon-above-title uagb-infobox-image-valign-top\"><div class=\"uagb-ifb-content\"><div class=\"uagb-ifb-image-content\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/food.jpg\" alt=\"\"/></div><div class=\"uagb-ifb-title-wrap\"><h3 class=\"uagb-ifb-title\">Delicious Food​</h3></div><p class=\"uagb-ifb-desc\">We have team chefs from across the world. So you can enjoy the delicacies anytime during your stay.</p><div class=\"uagb-ifb-button-wrapper wp-block-button\"><a href=\"#\" target=\"_self\" class=\"uagb-infobox-cta-link\" rel=\"noopener noreferrer\" alt=\"\"><span class=\"uagb-inline-editing\">READ MORE</span></a></div></div></div>\n<!-- /wp:uagb/info-box -->\n\n<!-- wp:uagb/info-box {\"classMigrate\":true,\"headingAlign\":\"left\",\"headingColor\":\"\",\"subHeadingColor\":\"\",\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"source_type\":\"image\",\"block_id\":\"762a0a59\",\"ctaType\":\"text\",\"ctaText\":\"READ MORE\",\"ctaLinkColor\":\"var(\\u002d\\u002dast-global-color-0)\",\"ctaDecoration\":\"underline\",\"ctaFontSize\":12,\"ctaFontWeight\":\"600\",\"ctaLetterSpacing\":2,\"ctaBorderStyle\":\"\",\"iconBottomMargin\":30,\"iconImage\":{\"id\":241,\"title\":\"beach\",\"filename\":\"beach.jpg\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/beach.jpg\",\"link\":\"https://blueroan.netgen.cloud/beach/\",\"alt\":\"\",\"author\":\"34\",\"description\":\"\",\"caption\":\"\",\"name\":\"beach\",\"status\":\"inherit\",\"uploadedTo\":0,\"date\":\"2021-05-11T10:56:06.000Z\",\"modified\":\"2021-05-11T10:56:06.000Z\",\"menuOrder\":0,\"mime\":\"image/jpeg\",\"type\":\"image\",\"subtype\":\"jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/default.png\",\"dateFormatted\":\"May 11, 2021\",\"nonces\":{\"update\":\"65c348aac8\",\"delete\":\"6d551f7cf4\",\"edit\":\"026ca70d91\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=241\\u0026action=edit\",\"meta\":false,\"authorName\":\"Rishabh\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/user-edit.php?user_id=34\",\"filesizeInBytes\":38094,\"filesizeHumanReadable\":\"37 KB\",\"context\":\"\",\"height\":440,\"width\":370,\"orientation\":\"portrait\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/beach-150x150.jpg\",\"orientation\":\"landscape\"},\"medium\":{\"height\":300,\"width\":252,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/beach-252x300-1.jpg\",\"orientation\":\"portrait\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/beach.jpg\",\"height\":440,\"width\":370,\"orientation\":\"portrait\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"imageSize\":\"full\",\"imageWidth\":100,\"imageWidthMobile\":100,\"imageWidthTablet\":100,\"paddingBtnTop\":10,\"paddingBtnBottom\":10,\"paddingBtnLeft\":14,\"paddingBtnRight\":14,\"imageWidthUnit\":\"%\",\"imageWidthUnitTablet\":\"%\",\"imageWidthUnitMobile\":\"%\",\"subHeadTopMargin\":0,\"subHeadRightMargin\":40,\"subHeadLeftMargin\":0,\"subHeadMarginTopTablet\":0,\"subHeadMarginRightTablet\":0,\"subHeadTabletSpace\":20,\"subHeadMarginLeftTablet\":0,\"btnBorderStyle\":\"solid\"} -->\n<div class=\"wp-block-uagb-info-box uagb-block-762a0a59 uagb-infobox__content-wrap  uagb-infobox-icon-above-title uagb-infobox-image-valign-top\"><div class=\"uagb-ifb-content\"><div class=\"uagb-ifb-image-content\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/beach.jpg\" alt=\"\"/></div><div class=\"uagb-ifb-title-wrap\"><h3 class=\"uagb-ifb-title\">Private Beach​</h3></div><p class=\"uagb-ifb-desc\">Want to take a dip into the sea? All our guests get complimentary access to our private beach.</p><div class=\"uagb-ifb-button-wrapper wp-block-button\"><a href=\"#\" target=\"_self\" class=\"uagb-infobox-cta-link\" rel=\"noopener noreferrer\" alt=\"\"><span class=\"uagb-inline-editing\">READ MORE</span></a></div></div></div>\n<!-- /wp:uagb/info-box --></div>\n<!-- /wp:uagb/container --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"de813b05\",\"innerContentCustomWidthDesktop\":781,\"innerContentCustomWidthTablet\":781,\"backgroundType\":\"image\",\"backgroundImageDesktop\":{\"id\":54,\"title\":\"background-img\",\"filename\":\"background-img-1.jpg\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/background-img-1.jpg\",\"link\":\"https://blueroan.netgen.cloud/background-img-2/\",\"alt\":\"\",\"author\":\"34\",\"description\":\"\",\"caption\":\"\",\"name\":\"background-img-2\",\"status\":\"inherit\",\"uploadedTo\":0,\"date\":\"2021-05-07T10:11:37.000Z\",\"modified\":\"2021-05-07T10:11:37.000Z\",\"menuOrder\":0,\"mime\":\"image/jpeg\",\"type\":\"image\",\"subtype\":\"jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/default.png\",\"dateFormatted\":\"May 7, 2021\",\"nonces\":{\"update\":\"bb999636b9\",\"delete\":\"d2e1375bc4\",\"edit\":\"005dd2f0c9\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=54\\u0026action=edit\",\"meta\":false,\"authorName\":\"Rishabh\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/user-edit.php?user_id=34\",\"filesizeInBytes\":338858,\"filesizeHumanReadable\":\"331 KB\",\"context\":\"\",\"height\":1080,\"width\":1920,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/background-img-1-150x150.jpg\",\"orientation\":\"landscape\"},\"medium\":{\"height\":169,\"width\":300,\"url\":\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/background-img-1-300x169.jpg\",\"orientation\":\"landscape\"},\"large\":{\"height\":576,\"width\":1024,\"url\":\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/background-img-1-1024x576.jpg\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/background-img-1.jpg\",\"height\":1080,\"width\":1920,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"backgroundImageColor\":\"rgba(42,42,42,0.65)\",\"topPaddingDesktop\":144,\"bottomPaddingDesktop\":144,\"leftPaddingDesktop\":40,\"rightPaddingDesktop\":40,\"topPaddingTablet\":80,\"bottomPaddingTablet\":80,\"leftPaddingTablet\":40,\"rightPaddingTablet\":40,\"topPaddingMobile\":64,\"bottomPaddingMobile\":64,\"leftPaddingMobile\":24,\"rightPaddingMobile\":24,\"paddingLink\":false,\"variationSelected\":true,\"isBlockRootParent\":true,\"overlayType\":\"color\"} -->\n<div class=\"wp-block-uagb-container uagb-block-de813b05 alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/advanced-heading {\"block_id\":\"3fad2db5\",\"classMigrate\":true,\"headingDescToggle\":true,\"headingAlign\":\"center\",\"headingColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"subHeadingColor\":\"var(\\u002d\\u002dast-global-color-4)\",\"headSpace\":20} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-3fad2db5\"><h2 class=\"uagb-heading-text\">Plan an Unforgettable Experience in Mykonos Today!</h2><p class=\"uagb-desc-text\">We can help you fit your stay and experience within your allotted budget.</p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/advanced-heading {\"block_id\":\"bbc61bbd\",\"classMigrate\":true,\"headingTitleToggle\":false,\"headingDescToggle\":true,\"headingAlign\":\"center\",\"subHeadingColor\":\"var(\\u002d\\u002dast-global-color-4)\",\"subHeadTransform\":\"uppercase\",\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"subHeadLetterSpacing\":2,\"blockTopPadding\":60,\"blockRightPadding\":0,\"blockLeftPadding\":0,\"blockBottomPadding\":0,\"blockTopPaddingMobile\":30,\"blockRightPaddingMobile\":0,\"blockLeftPaddingMobile\":0,\"blockBottomPaddingMobile\":0} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-bbc61bbd\"><p class=\"uagb-desc-text\">BOOK YOUR STAY NOW​</p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/icon-list {\"block_id\":\"a8a90f6c\",\"classMigrate\":true,\"childMigrate\":true,\"align\":\"center\",\"parentIcon\":\"phone\",\"size\":40,\"sizeMobile\":24,\"sizeTablet\":32,\"fontSize\":48,\"fontSizeMobile\":28,\"fontSizeTablet\":40,\"fontWeight\":\"600\",\"iconColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"labelColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"blockTopPadding\":0,\"blockRightPadding\":0,\"blockLeftPadding\":0,\"blockBottomPadding\":24,\"blockPaddingLink\":false} -->\n<div class=\"wp-block-uagb-icon-list uagb-block-a8a90f6c\"><div class=\"uagb-icon-list__wrap\"><!-- wp:uagb/icon-list-child {\"block_id\":\"1bb19c84\",\"label\":\"+1-123 456 7890​\",\"label_color\":\"\",\"fromParentIcon\":\"phone\",\"imageSizeChild\":40} -->\n<div class=\"wp-block-uagb-icon-list-child uagb-block-1bb19c84\"><span class=\"uagb-icon-list__source-wrap\"><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M511.2 387l-23.25 100.8c-3.266 14.25-15.79 24.22-30.46 24.22C205.2 512 0 306.8 0 54.5c0-14.66 9.969-27.2 24.22-30.45l100.8-23.25C139.7-2.602 154.7 5.018 160.8 18.92l46.52 108.5c5.438 12.78 1.77 27.67-8.98 36.45L144.5 207.1c33.98 69.22 90.26 125.5 159.5 159.5l44.08-53.8c8.688-10.78 23.69-14.51 36.47-8.975l108.5 46.51C506.1 357.2 514.6 372.4 511.2 387z\"></path></svg></span><span class=\"uagb-icon-list__label\">+1-123 456 7890​</span></div>\n<!-- /wp:uagb/icon-list-child --></div></div>\n<!-- /wp:uagb/icon-list --></div></div>\n<!-- /wp:uagb/container -->',	'Amenities',	'',	'inherit',	'closed',	'closed',	'',	'762-revision-v1',	'',	'',	'2022-12-15 11:45:15',	'2022-12-15 11:45:15',	'',	762,	'https://blueroan.netgen.cloud/?p=1200',	0,	'revision',	'',	0),
(1201,	2,	'2022-12-15 11:45:22',	'2022-12-15 11:45:22',	'<!-- wp:uagb/container {\"block_id\":\"91b2a32e\",\"backgroundType\":\"image\",\"backgroundImageDesktop\":{\"id\":1007,\"title\":\"AAEAAQAAAAAAAAAAAAAAJDg5NmY0ZGUxLWE4MTgtNDY5NC1iODFhLTBmN2Q0ZDc5ZWFiNw-1\",\"filename\":\"AAEAAQAAAAAAAAAAAAAAJDg5NmY0ZGUxLWE4MTgtNDY5NC1iODFhLTBmN2Q0ZDc5ZWFiNw-1.png\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAAJDg5NmY0ZGUxLWE4MTgtNDY5NC1iODFhLTBmN2Q0ZDc5ZWFiNw-1.png\",\"link\":\"https://blueroan.netgen.cloud/the-barn/aaeaaqaaaaaaaaaaaaaajdg5nmy0zguxlwe4mtgtndy5nc1iodfhltbmn2q0zdc5zwfinw-1/\",\"alt\":\"\",\"author\":\"2\",\"description\":\"\",\"caption\":\"\",\"name\":\"aaeaaqaaaaaaaaaaaaaajdg5nmy0zguxlwe4mtgtndy5nc1iodfhltbmn2q0zdc5zwfinw-1\",\"status\":\"inherit\",\"uploadedTo\":948,\"date\":\"2022-12-14T10:50:25.000Z\",\"modified\":\"2022-12-14T10:50:25.000Z\",\"menuOrder\":0,\"mime\":\"image/png\",\"type\":\"image\",\"subtype\":\"png\",\"icon\":\"https://blueroan.netgen.cloud/wp-includes/images/media/default.png\",\"dateFormatted\":\"December 14, 2022\",\"nonces\":{\"update\":\"483f8bdf3d\",\"delete\":\"0a7ebc92ef\",\"edit\":\"6bc1c6a685\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=1007\\u0026action=edit\",\"meta\":false,\"authorName\":\"Netgen Support\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/profile.php\",\"uploadedToTitle\":\"The Barn\",\"uploadedToLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=948\\u0026action=edit\",\"filesizeInBytes\":1348989,\"filesizeHumanReadable\":\"1 MB\",\"context\":\"\",\"height\":667,\"width\":1000,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAAJDg5NmY0ZGUxLWE4MTgtNDY5NC1iODFhLTBmN2Q0ZDc5ZWFiNw-1-150x150.png\",\"orientation\":\"landscape\"},\"medium\":{\"height\":200,\"width\":300,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAAJDg5NmY0ZGUxLWE4MTgtNDY5NC1iODFhLTBmN2Q0ZDc5ZWFiNw-1-300x200.png\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAAJDg5NmY0ZGUxLWE4MTgtNDY5NC1iODFhLTBmN2Q0ZDc5ZWFiNw-1.png\",\"height\":667,\"width\":1000,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"backgroundPositionDesktop\":{\"x\":0.61,\"y\":0.52},\"backgroundSizeTablet\":\"cover\",\"backgroundSizeMobile\":\"cover\",\"backgroundColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"backgroundImageColor\":\"rgba(42,42,42,0.5)\",\"topPaddingDesktop\":220,\"bottomPaddingDesktop\":150,\"topPaddingTablet\":170,\"bottomPaddingTablet\":160,\"leftPaddingTablet\":30,\"rightPaddingTablet\":30,\"topPaddingMobile\":180,\"bottomPaddingMobile\":80,\"leftPaddingMobile\":20,\"rightPaddingMobile\":20,\"paddingLink\":false,\"variationSelected\":true,\"isBlockRootParent\":true,\"overlayType\":\"color\"} -->\n<div class=\"wp-block-uagb-container uagb-block-91b2a32e alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/advanced-heading {\"block_id\":\"0091cc1c\",\"classMigrate\":true,\"headingDescToggle\":true,\"headingColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"subHeadingColor\":\"var(\\u002d\\u002dast-global-color-4)\",\"headingTag\":\"h1\",\"headSpace\":20,\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"blockTopPadding\":0,\"blockRightPadding\":50,\"blockLeftPadding\":0,\"blockBottomPadding\":0,\"blockTopPaddingTablet\":0,\"blockRightPaddingTablet\":20,\"blockLeftPaddingTablet\":0,\"blockBottomPaddingTablet\":0,\"blockTopPaddingMobile\":0,\"blockRightPaddingMobile\":0,\"blockLeftPaddingMobile\":0,\"blockBottomPaddingMobile\":0,\"blockPaddingUnit\":\"%\",\"blockPaddingUnitTablet\":\"%\"} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-0091cc1c\"><h1 class=\"uagb-heading-text\">Amenities &amp; Interests​</h1><p class=\"uagb-desc-text\">We do not give you just rooms to stay in. We give you an environment where you can experience the best while on a holiday with us. </p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:buttons -->\n<div class=\"wp-block-buttons\"><!-- wp:button -->\n<div class=\"wp-block-button\"><a class=\"wp-block-button__link wp-element-button\" href=\"https://book.nightsbridge.com/11065\" target=\"_blank\" rel=\"noreferrer noopener\">BOOK NOW</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"6753b244\",\"topPaddingDesktop\":60,\"bottomPaddingDesktop\":60,\"leftPaddingDesktop\":0,\"rightPaddingDesktop\":0,\"paddingLink\":false,\"variationSelected\":true,\"isBlockRootParent\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-6753b244 alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"align\":\"center\",\"id\":828,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image aligncenter size-full\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Blue-Roan-pool.png\" alt=\"Blue Roan\'s rock pool\" class=\"wp-image-828\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>A relaxing rock Pool​</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>We have a lovely sparkling blue rock pool next to a thatched Lapa. &nbsp;&nbsp;Lie on recliners on the green lawn or sit on the swing chair in the Lapa and enjoy the panoramic view of the Magaliesberg mountain range.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":829,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/img-20160605-wa0002-largejpg.png\" alt=\"\" class=\"wp-image-829\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>Braai facilities </h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>What can compare to a burning fire under the star-lit African sky? Nothing beats the flavor of cooking over an open flame.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":830,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/ef9d0188da11e2bc56788f5619d9d539.png\" alt=\"\" class=\"wp-image-830\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>A games room </h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>The reception is also a games room for those who enjoy darts or playing pool. &nbsp;Take a selection of DVDs back to your room and watch movies on your own DVD player. &nbsp;There is also a selection of board games and music CDs that you can borrow.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"d36f310e\",\"topPaddingDesktop\":0,\"bottomPaddingDesktop\":60,\"leftPaddingDesktop\":0,\"rightPaddingDesktop\":0,\"paddingLink\":false,\"variationSelected\":true,\"isBlockRootParent\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-d36f310e alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"align\":\"center\",\"id\":1198,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image aligncenter size-full\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/eyJidWNrZXQiOiJhc3NldHMuYWxsdHJhaWxzLmNvbSIsImtleSI6InVwbG9hZHMvcGhvdG8vaW1hZ2UvNDMxNzk4MTAvYjZkYTAz-1.png\" alt=\"\" class=\"wp-image-1198\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>Walking or hiking </h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>We have a lovely sparkling blue rock pool next to a thatched Lapa. &nbsp;&nbsp;Lie on recliners on the green lawn or sit on the swing chair in the Lapa and enjoy the panoramic view of the Magaliesberg mountain range.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":1185,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/49089607_1950305445047847_5177863042771189760_n.png\" alt=\"\" class=\"wp-image-1185\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>Mountain biking </h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>What can compare to a burning fire under the star-lit African sky? Nothing beats the flavor of cooking over an open flame.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":1196,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Michelle_1.png\" alt=\"\" class=\"wp-image-1196\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>Horse riding </h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>The reception is also a games room for those who enjoy darts or playing pool. &nbsp;Take a selection of DVDs back to your room and watch movies on your own DVD player. &nbsp;There is also a selection of board games and music CDs that you can borrow.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"14a43523\",\"innerContentWidth\":\"alignfull\",\"directionDesktop\":\"row\",\"wrapTablet\":\"wrap\",\"variationSelected\":true,\"rowGapTablet\":0,\"columnGapDesktop\":0,\"isBlockRootParent\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-14a43523 alignfull uagb-is-root-container\"><!-- wp:uagb/container {\"block_id\":\"5606fb5e\",\"widthDesktop\":25,\"widthTablet\":50,\"variationSelected\":true,\"widthSetByUser\":true,\"UAGHideMob\":true,\"UAGResponsiveConditions\":true} -->\n<div class=\"wp-block-uagb-container uag-hide-mob uagb-block-5606fb5e\"><!-- wp:uagb/image {\"block_id\":\"21b8b02c\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/amenities-1.jpg\",\"id\":220,\"linkDestination\":\"none\",\"width\":480,\"height\":500,\"naturalWidth\":480,\"naturalHeight\":500,\"sizeSlug\":\"full\",\"sizeSlugTablet\":\"full\",\"sizeSlugMobile\":\"full\"} -->\n<div class=\"wp-block-uagb-image uagb-block-21b8b02c wp-block-uagb-image--layout-default wp-block-uagb-image--effect-static wp-block-uagb-image--align-none\"><figure class=\"wp-block-uagb-image__figure\"><img srcset=\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/amenities-1.jpg \" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/amenities-1.jpg\" alt=\"\" class=\"uag-image-220\" width=\"480\" height=\"500\" title=\"\" loading=\"lazy\"/></figure></div>\n<!-- /wp:uagb/image --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"8bbfdc00\",\"widthDesktop\":25,\"widthTablet\":50,\"variationSelected\":true,\"widthSetByUser\":true,\"UAGHideMob\":true,\"UAGResponsiveConditions\":true} -->\n<div class=\"wp-block-uagb-container uag-hide-mob uagb-block-8bbfdc00\"><!-- wp:uagb/image {\"block_id\":\"93f06097\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/amenities-3.jpg\",\"id\":222,\"linkDestination\":\"none\",\"naturalWidth\":480,\"naturalHeight\":500,\"sizeSlug\":\"full\",\"sizeSlugTablet\":\"full\",\"sizeSlugMobile\":\"full\"} -->\n<div class=\"wp-block-uagb-image uagb-block-93f06097 wp-block-uagb-image--layout-default wp-block-uagb-image--effect-static wp-block-uagb-image--align-none\"><figure class=\"wp-block-uagb-image__figure\"><img srcset=\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/amenities-3.jpg \" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/amenities-3.jpg\" alt=\"\" class=\"uag-image-222\" width=\"\" height=\"\" title=\"\" loading=\"lazy\"/></figure></div>\n<!-- /wp:uagb/image --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"c0e9df71\",\"widthDesktop\":50,\"widthTablet\":100,\"variationSelected\":true,\"columnGapDesktop\":20,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-c0e9df71\"><!-- wp:uagb/image {\"block_id\":\"cb276272\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/amenities-5.jpg\",\"id\":224,\"linkDestination\":\"none\",\"width\":960,\"height\":500,\"naturalWidth\":960,\"naturalHeight\":500,\"sizeSlug\":\"full\",\"sizeSlugTablet\":\"full\",\"sizeSlugMobile\":\"full\"} -->\n<div class=\"wp-block-uagb-image uagb-block-cb276272 wp-block-uagb-image--layout-default wp-block-uagb-image--effect-static wp-block-uagb-image--align-none\"><figure class=\"wp-block-uagb-image__figure\"><img srcset=\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/amenities-5.jpg \" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/amenities-5.jpg\" alt=\"\" class=\"uag-image-224\" width=\"960\" height=\"500\" title=\"\" loading=\"lazy\"/></figure></div>\n<!-- /wp:uagb/image --></div>\n<!-- /wp:uagb/container --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"37cff670\",\"innerContentWidth\":\"alignfull\",\"directionDesktop\":\"row\",\"wrapTablet\":\"wrap\",\"variationSelected\":true,\"rowGapTablet\":0,\"columnGapDesktop\":0,\"isBlockRootParent\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-37cff670 alignfull uagb-is-root-container\"><!-- wp:uagb/container {\"block_id\":\"d7601e4c\",\"widthDesktop\":50,\"widthTablet\":100,\"variationSelected\":true,\"columnGapDesktop\":20,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-d7601e4c\"><!-- wp:uagb/image {\"block_id\":\"f717fcf3\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/amenities-6-1.jpg\",\"id\":230,\"linkDestination\":\"none\",\"naturalWidth\":960,\"naturalHeight\":500,\"sizeSlug\":\"full\",\"sizeSlugTablet\":\"full\",\"sizeSlugMobile\":\"full\"} -->\n<div class=\"wp-block-uagb-image uagb-block-f717fcf3 wp-block-uagb-image--layout-default wp-block-uagb-image--effect-static wp-block-uagb-image--align-none\"><figure class=\"wp-block-uagb-image__figure\"><img srcset=\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/amenities-6-1.jpg \" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/amenities-6-1.jpg\" alt=\"\" class=\"uag-image-230\" width=\"\" height=\"\" title=\"\" loading=\"lazy\"/></figure></div>\n<!-- /wp:uagb/image --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"12b8115b\",\"widthDesktop\":25,\"variationSelected\":true,\"widthSetByUser\":true,\"UAGHideMob\":true,\"UAGResponsiveConditions\":true} -->\n<div class=\"wp-block-uagb-container uag-hide-mob uagb-block-12b8115b\"><!-- wp:uagb/image {\"block_id\":\"57055151\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/amenities-2.jpg\",\"id\":221,\"linkDestination\":\"none\",\"naturalWidth\":480,\"naturalHeight\":500,\"sizeSlug\":\"full\",\"sizeSlugTablet\":\"full\",\"sizeSlugMobile\":\"full\"} -->\n<div class=\"wp-block-uagb-image uagb-block-57055151 wp-block-uagb-image--layout-default wp-block-uagb-image--effect-static wp-block-uagb-image--align-none\"><figure class=\"wp-block-uagb-image__figure\"><img srcset=\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/amenities-2.jpg \" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/amenities-2.jpg\" alt=\"\" class=\"uag-image-221\" width=\"\" height=\"\" title=\"\" loading=\"lazy\"/></figure></div>\n<!-- /wp:uagb/image --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"b8ba4397\",\"widthDesktop\":25,\"variationSelected\":true,\"widthSetByUser\":true,\"UAGHideMob\":true,\"UAGResponsiveConditions\":true} -->\n<div class=\"wp-block-uagb-container uag-hide-mob uagb-block-b8ba4397\"><!-- wp:uagb/image {\"block_id\":\"3dfa551a\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/amenities-4.jpg\",\"id\":223,\"linkDestination\":\"none\",\"naturalWidth\":480,\"naturalHeight\":500,\"sizeSlug\":\"full\",\"sizeSlugTablet\":\"full\",\"sizeSlugMobile\":\"full\"} -->\n<div class=\"wp-block-uagb-image uagb-block-3dfa551a wp-block-uagb-image--layout-default wp-block-uagb-image--effect-static wp-block-uagb-image--align-none\"><figure class=\"wp-block-uagb-image__figure\"><img srcset=\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/amenities-4.jpg \" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/amenities-4.jpg\" alt=\"\" class=\"uag-image-223\" width=\"\" height=\"\" title=\"\" loading=\"lazy\"/></figure></div>\n<!-- /wp:uagb/image --></div>\n<!-- /wp:uagb/container --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"e7bafb2f\",\"backgroundType\":\"color\",\"backgroundSizeTablet\":\"cover\",\"backgroundSizeMobile\":\"cover\",\"backgroundColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"topPaddingDesktop\":120,\"bottomPaddingDesktop\":120,\"topPaddingTablet\":80,\"bottomPaddingTablet\":80,\"leftPaddingTablet\":30,\"rightPaddingTablet\":30,\"topPaddingMobile\":80,\"bottomPaddingMobile\":80,\"leftPaddingMobile\":20,\"rightPaddingMobile\":20,\"paddingLink\":false,\"variationSelected\":true,\"rowGapDesktop\":0,\"rowGapTablet\":0,\"isBlockRootParent\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-e7bafb2f alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/container {\"block_id\":\"a251b94e\",\"directionDesktop\":\"row\",\"alignItemsDesktop\":\"flex-end\",\"alignItemsTablet\":\"flex-end\",\"justifyContentDesktop\":\"flex-end\",\"justifyContentTablet\":\"space-between\",\"variationSelected\":true,\"rowGapMobile\":30,\"columnGapDesktop\":0} -->\n<div class=\"wp-block-uagb-container uagb-block-a251b94e\"><!-- wp:uagb/advanced-heading {\"block_id\":\"fed0334b\",\"classMigrate\":true,\"headingDescToggle\":true,\"subHeadingColor\":\"\",\"headSpace\":20,\"subHeadFontSize\":16} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-fed0334b\"><h2 class=\"uagb-heading-text\">Other Perks &amp; Facilities ​</h2><p class=\"uagb-desc-text\">Looking for more? Well, we believe that every guest walks into our hotel for the best experience. And, we are determined to do that.</p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/buttons {\"block_id\":\"99128c50\",\"classMigrate\":true,\"childMigrate\":true,\"align\":\"right\",\"alignTablet\":\"right\",\"alignMobile\":\"left\",\"gap\":0} -->\n<div class=\"wp-block-uagb-buttons uagb-buttons__outer-wrap uagb-btn__default-btn uagb-btn-tablet__default-btn uagb-btn-mobile__default-btn uagb-block-99128c50\"><div class=\"uagb-buttons__wrap uagb-buttons-layout-wrap\"><!-- wp:uagb/buttons-child {\"block_id\":\"3b54085f\",\"label\":\"Get Bookings\",\"link\":\"#\",\"hColor\":\"\",\"borderWidth\":\"\",\"borderRadius\":\"\",\"borderStyle\":\"\",\"borderColor\":\"\",\"borderHColor\":\"\",\"btnBorderTopWidth\":1,\"btnBorderLeftWidth\":1,\"btnBorderRightWidth\":1,\"btnBorderBottomWidth\":1,\"btnBorderTopLeftRadius\":2,\"btnBorderTopRightRadius\":2,\"btnBorderBottomLeftRadius\":2,\"btnBorderBottomRightRadius\":2,\"btnBorderStyle\":\"solid\",\"btnBorderColor\":\"#333\",\"btnBorderHColor\":\"#333\"} -->\n<div class=\"wp-block-uagb-buttons-child uagb-buttons__outer-wrap uagb-block-3b54085f wp-block-button is-style-outline\"><div class=\"uagb-button__wrapper\"><a class=\"uagb-buttons-repeater wp-block-button__link\" href=\"#\" rel=\"follow noopener\" target=\"_self\"><div class=\"uagb-button__link\">Get Bookings</div></a></div></div>\n<!-- /wp:uagb/buttons-child --></div></div>\n<!-- /wp:uagb/buttons --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"f728c4b8\",\"directionDesktop\":\"row\",\"alignItemsTablet\":\"flex-start\",\"paddingLink\":false,\"topMarginDesktop\":54,\"bottomMarginDesktop\":0,\"leftMarginDesktop\":0,\"rightMarginDesktop\":0,\"topMarginTablet\":30,\"bottomMarginTablet\":0,\"leftMarginTablet\":0,\"rightMarginTablet\":0,\"marginLink\":false,\"variationSelected\":true,\"rowGapMobile\":65,\"columnGapDesktop\":48,\"columnGapTablet\":20} -->\n<div class=\"wp-block-uagb-container uagb-block-f728c4b8\"><!-- wp:uagb/info-box {\"classMigrate\":true,\"headingAlign\":\"left\",\"headingColor\":\"\",\"subHeadingColor\":\"\",\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"source_type\":\"image\",\"block_id\":\"bc5caedb\",\"ctaType\":\"text\",\"ctaText\":\"READ MORE\",\"ctaLinkColor\":\"var(\\u002d\\u002dast-global-color-0)\",\"ctaDecoration\":\"underline\",\"ctaFontSize\":12,\"ctaFontWeight\":\"600\",\"ctaLetterSpacing\":2,\"ctaBorderStyle\":\"\",\"iconBottomMargin\":30,\"iconImage\":{\"id\":240,\"title\":\"terrace\",\"filename\":\"terrace.jpg\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/terrace.jpg\",\"link\":\"https://blueroan.netgen.cloud/terrace/\",\"alt\":\"\",\"author\":\"34\",\"description\":\"\",\"caption\":\"\",\"name\":\"terrace\",\"status\":\"inherit\",\"uploadedTo\":0,\"date\":\"2021-05-11T10:54:04.000Z\",\"modified\":\"2021-05-11T10:54:04.000Z\",\"menuOrder\":0,\"mime\":\"image/jpeg\",\"type\":\"image\",\"subtype\":\"jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/default.png\",\"dateFormatted\":\"May 11, 2021\",\"nonces\":{\"update\":\"6de8720da3\",\"delete\":\"d7905e75b9\",\"edit\":\"e7132a7b3e\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=240\\u0026action=edit\",\"meta\":false,\"authorName\":\"Rishabh\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/user-edit.php?user_id=34\",\"filesizeInBytes\":40742,\"filesizeHumanReadable\":\"40 KB\",\"context\":\"\",\"height\":440,\"width\":370,\"orientation\":\"portrait\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/terrace-150x150.jpg\",\"orientation\":\"landscape\"},\"medium\":{\"height\":300,\"width\":252,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/terrace-252x300-1.jpg\",\"orientation\":\"portrait\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/terrace.jpg\",\"height\":440,\"width\":370,\"orientation\":\"portrait\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"imageSize\":\"full\",\"imageWidth\":100,\"imageWidthMobile\":100,\"imageWidthTablet\":100,\"paddingBtnTop\":10,\"paddingBtnBottom\":10,\"paddingBtnLeft\":14,\"paddingBtnRight\":14,\"imageWidthUnit\":\"%\",\"imageWidthUnitTablet\":\"%\",\"imageWidthUnitMobile\":\"%\",\"subHeadTopMargin\":0,\"subHeadRightMargin\":40,\"subHeadLeftMargin\":0,\"subHeadMarginTopTablet\":0,\"subHeadMarginRightTablet\":0,\"subHeadTabletSpace\":20,\"subHeadMarginLeftTablet\":0,\"btnBorderStyle\":\"solid\"} -->\n<div class=\"wp-block-uagb-info-box uagb-block-bc5caedb uagb-infobox__content-wrap  uagb-infobox-icon-above-title uagb-infobox-image-valign-top\"><div class=\"uagb-ifb-content\"><div class=\"uagb-ifb-image-content\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/terrace.jpg\" alt=\"\"/></div><div class=\"uagb-ifb-title-wrap\"><h3 class=\"uagb-ifb-title\">Ocean View Terrace​</h3></div><p class=\"uagb-ifb-desc\">Among the scenic beauty of the city we also have an ocean view terrace for every suite in our hotel.</p><div class=\"uagb-ifb-button-wrapper wp-block-button\"><a href=\"#\" target=\"_self\" class=\"uagb-infobox-cta-link\" rel=\"noopener noreferrer\" alt=\"\"><span class=\"uagb-inline-editing\">READ MORE</span></a></div></div></div>\n<!-- /wp:uagb/info-box -->\n\n<!-- wp:uagb/info-box {\"classMigrate\":true,\"headingAlign\":\"left\",\"headingColor\":\"\",\"subHeadingColor\":\"\",\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"source_type\":\"image\",\"block_id\":\"be927766\",\"ctaType\":\"text\",\"ctaText\":\"READ MORE\",\"ctaLinkColor\":\"var(\\u002d\\u002dast-global-color-0)\",\"ctaDecoration\":\"underline\",\"ctaFontSize\":12,\"ctaFontWeight\":\"600\",\"ctaLetterSpacing\":2,\"ctaBorderStyle\":\"\",\"iconBottomMargin\":30,\"iconImage\":{\"id\":89,\"title\":\"food\",\"filename\":\"food.jpg\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/food.jpg\",\"link\":\"https://blueroan.netgen.cloud/food/\",\"alt\":\"\",\"author\":\"34\",\"description\":\"\",\"caption\":\"\",\"name\":\"food\",\"status\":\"inherit\",\"uploadedTo\":0,\"date\":\"2021-05-07T14:24:52.000Z\",\"modified\":\"2021-05-07T14:24:52.000Z\",\"menuOrder\":0,\"mime\":\"image/jpeg\",\"type\":\"image\",\"subtype\":\"jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/default.png\",\"dateFormatted\":\"May 7, 2021\",\"nonces\":{\"update\":\"b06173e227\",\"delete\":\"7de0e70fba\",\"edit\":\"7dc3d40920\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=89\\u0026action=edit\",\"meta\":false,\"authorName\":\"Rishabh\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/user-edit.php?user_id=34\",\"filesizeInBytes\":41933,\"filesizeHumanReadable\":\"41 KB\",\"context\":\"\",\"height\":440,\"width\":370,\"orientation\":\"portrait\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/food-150x150.jpg\",\"orientation\":\"landscape\"},\"medium\":{\"height\":300,\"width\":252,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/food-252x300-1.jpg\",\"orientation\":\"portrait\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/food.jpg\",\"height\":440,\"width\":370,\"orientation\":\"portrait\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"imageSize\":\"full\",\"imageWidth\":100,\"imageWidthMobile\":100,\"imageWidthTablet\":100,\"paddingBtnTop\":10,\"paddingBtnBottom\":10,\"paddingBtnLeft\":14,\"paddingBtnRight\":14,\"imageWidthUnit\":\"%\",\"imageWidthUnitTablet\":\"%\",\"imageWidthUnitMobile\":\"%\",\"subHeadTopMargin\":0,\"subHeadRightMargin\":40,\"subHeadLeftMargin\":0,\"subHeadMarginTopTablet\":0,\"subHeadMarginRightTablet\":0,\"subHeadTabletSpace\":20,\"subHeadMarginLeftTablet\":0,\"btnBorderStyle\":\"solid\"} -->\n<div class=\"wp-block-uagb-info-box uagb-block-be927766 uagb-infobox__content-wrap  uagb-infobox-icon-above-title uagb-infobox-image-valign-top\"><div class=\"uagb-ifb-content\"><div class=\"uagb-ifb-image-content\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/food.jpg\" alt=\"\"/></div><div class=\"uagb-ifb-title-wrap\"><h3 class=\"uagb-ifb-title\">Delicious Food​</h3></div><p class=\"uagb-ifb-desc\">We have team chefs from across the world. So you can enjoy the delicacies anytime during your stay.</p><div class=\"uagb-ifb-button-wrapper wp-block-button\"><a href=\"#\" target=\"_self\" class=\"uagb-infobox-cta-link\" rel=\"noopener noreferrer\" alt=\"\"><span class=\"uagb-inline-editing\">READ MORE</span></a></div></div></div>\n<!-- /wp:uagb/info-box -->\n\n<!-- wp:uagb/info-box {\"classMigrate\":true,\"headingAlign\":\"left\",\"headingColor\":\"\",\"subHeadingColor\":\"\",\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"source_type\":\"image\",\"block_id\":\"762a0a59\",\"ctaType\":\"text\",\"ctaText\":\"READ MORE\",\"ctaLinkColor\":\"var(\\u002d\\u002dast-global-color-0)\",\"ctaDecoration\":\"underline\",\"ctaFontSize\":12,\"ctaFontWeight\":\"600\",\"ctaLetterSpacing\":2,\"ctaBorderStyle\":\"\",\"iconBottomMargin\":30,\"iconImage\":{\"id\":241,\"title\":\"beach\",\"filename\":\"beach.jpg\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/beach.jpg\",\"link\":\"https://blueroan.netgen.cloud/beach/\",\"alt\":\"\",\"author\":\"34\",\"description\":\"\",\"caption\":\"\",\"name\":\"beach\",\"status\":\"inherit\",\"uploadedTo\":0,\"date\":\"2021-05-11T10:56:06.000Z\",\"modified\":\"2021-05-11T10:56:06.000Z\",\"menuOrder\":0,\"mime\":\"image/jpeg\",\"type\":\"image\",\"subtype\":\"jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/default.png\",\"dateFormatted\":\"May 11, 2021\",\"nonces\":{\"update\":\"65c348aac8\",\"delete\":\"6d551f7cf4\",\"edit\":\"026ca70d91\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=241\\u0026action=edit\",\"meta\":false,\"authorName\":\"Rishabh\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/user-edit.php?user_id=34\",\"filesizeInBytes\":38094,\"filesizeHumanReadable\":\"37 KB\",\"context\":\"\",\"height\":440,\"width\":370,\"orientation\":\"portrait\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/beach-150x150.jpg\",\"orientation\":\"landscape\"},\"medium\":{\"height\":300,\"width\":252,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/beach-252x300-1.jpg\",\"orientation\":\"portrait\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/beach.jpg\",\"height\":440,\"width\":370,\"orientation\":\"portrait\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"imageSize\":\"full\",\"imageWidth\":100,\"imageWidthMobile\":100,\"imageWidthTablet\":100,\"paddingBtnTop\":10,\"paddingBtnBottom\":10,\"paddingBtnLeft\":14,\"paddingBtnRight\":14,\"imageWidthUnit\":\"%\",\"imageWidthUnitTablet\":\"%\",\"imageWidthUnitMobile\":\"%\",\"subHeadTopMargin\":0,\"subHeadRightMargin\":40,\"subHeadLeftMargin\":0,\"subHeadMarginTopTablet\":0,\"subHeadMarginRightTablet\":0,\"subHeadTabletSpace\":20,\"subHeadMarginLeftTablet\":0,\"btnBorderStyle\":\"solid\"} -->\n<div class=\"wp-block-uagb-info-box uagb-block-762a0a59 uagb-infobox__content-wrap  uagb-infobox-icon-above-title uagb-infobox-image-valign-top\"><div class=\"uagb-ifb-content\"><div class=\"uagb-ifb-image-content\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/beach.jpg\" alt=\"\"/></div><div class=\"uagb-ifb-title-wrap\"><h3 class=\"uagb-ifb-title\">Private Beach​</h3></div><p class=\"uagb-ifb-desc\">Want to take a dip into the sea? All our guests get complimentary access to our private beach.</p><div class=\"uagb-ifb-button-wrapper wp-block-button\"><a href=\"#\" target=\"_self\" class=\"uagb-infobox-cta-link\" rel=\"noopener noreferrer\" alt=\"\"><span class=\"uagb-inline-editing\">READ MORE</span></a></div></div></div>\n<!-- /wp:uagb/info-box --></div>\n<!-- /wp:uagb/container --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"de813b05\",\"innerContentCustomWidthDesktop\":781,\"innerContentCustomWidthTablet\":781,\"backgroundType\":\"image\",\"backgroundImageDesktop\":{\"id\":54,\"title\":\"background-img\",\"filename\":\"background-img-1.jpg\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/background-img-1.jpg\",\"link\":\"https://blueroan.netgen.cloud/background-img-2/\",\"alt\":\"\",\"author\":\"34\",\"description\":\"\",\"caption\":\"\",\"name\":\"background-img-2\",\"status\":\"inherit\",\"uploadedTo\":0,\"date\":\"2021-05-07T10:11:37.000Z\",\"modified\":\"2021-05-07T10:11:37.000Z\",\"menuOrder\":0,\"mime\":\"image/jpeg\",\"type\":\"image\",\"subtype\":\"jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/default.png\",\"dateFormatted\":\"May 7, 2021\",\"nonces\":{\"update\":\"bb999636b9\",\"delete\":\"d2e1375bc4\",\"edit\":\"005dd2f0c9\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=54\\u0026action=edit\",\"meta\":false,\"authorName\":\"Rishabh\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/user-edit.php?user_id=34\",\"filesizeInBytes\":338858,\"filesizeHumanReadable\":\"331 KB\",\"context\":\"\",\"height\":1080,\"width\":1920,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/background-img-1-150x150.jpg\",\"orientation\":\"landscape\"},\"medium\":{\"height\":169,\"width\":300,\"url\":\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/background-img-1-300x169.jpg\",\"orientation\":\"landscape\"},\"large\":{\"height\":576,\"width\":1024,\"url\":\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/background-img-1-1024x576.jpg\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/background-img-1.jpg\",\"height\":1080,\"width\":1920,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"backgroundImageColor\":\"rgba(42,42,42,0.65)\",\"topPaddingDesktop\":144,\"bottomPaddingDesktop\":144,\"leftPaddingDesktop\":40,\"rightPaddingDesktop\":40,\"topPaddingTablet\":80,\"bottomPaddingTablet\":80,\"leftPaddingTablet\":40,\"rightPaddingTablet\":40,\"topPaddingMobile\":64,\"bottomPaddingMobile\":64,\"leftPaddingMobile\":24,\"rightPaddingMobile\":24,\"paddingLink\":false,\"variationSelected\":true,\"isBlockRootParent\":true,\"overlayType\":\"color\"} -->\n<div class=\"wp-block-uagb-container uagb-block-de813b05 alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/advanced-heading {\"block_id\":\"3fad2db5\",\"classMigrate\":true,\"headingDescToggle\":true,\"headingAlign\":\"center\",\"headingColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"subHeadingColor\":\"var(\\u002d\\u002dast-global-color-4)\",\"headSpace\":20} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-3fad2db5\"><h2 class=\"uagb-heading-text\">Plan an Unforgettable Experience in Mykonos Today!</h2><p class=\"uagb-desc-text\">We can help you fit your stay and experience within your allotted budget.</p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/advanced-heading {\"block_id\":\"bbc61bbd\",\"classMigrate\":true,\"headingTitleToggle\":false,\"headingDescToggle\":true,\"headingAlign\":\"center\",\"subHeadingColor\":\"var(\\u002d\\u002dast-global-color-4)\",\"subHeadTransform\":\"uppercase\",\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"subHeadLetterSpacing\":2,\"blockTopPadding\":60,\"blockRightPadding\":0,\"blockLeftPadding\":0,\"blockBottomPadding\":0,\"blockTopPaddingMobile\":30,\"blockRightPaddingMobile\":0,\"blockLeftPaddingMobile\":0,\"blockBottomPaddingMobile\":0} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-bbc61bbd\"><p class=\"uagb-desc-text\">BOOK YOUR STAY NOW​</p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/icon-list {\"block_id\":\"a8a90f6c\",\"classMigrate\":true,\"childMigrate\":true,\"align\":\"center\",\"parentIcon\":\"phone\",\"size\":40,\"sizeMobile\":24,\"sizeTablet\":32,\"fontSize\":48,\"fontSizeMobile\":28,\"fontSizeTablet\":40,\"fontWeight\":\"600\",\"iconColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"labelColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"blockTopPadding\":0,\"blockRightPadding\":0,\"blockLeftPadding\":0,\"blockBottomPadding\":24,\"blockPaddingLink\":false} -->\n<div class=\"wp-block-uagb-icon-list uagb-block-a8a90f6c\"><div class=\"uagb-icon-list__wrap\"><!-- wp:uagb/icon-list-child {\"block_id\":\"1bb19c84\",\"label\":\"+1-123 456 7890​\",\"label_color\":\"\",\"fromParentIcon\":\"phone\",\"imageSizeChild\":40} -->\n<div class=\"wp-block-uagb-icon-list-child uagb-block-1bb19c84\"><span class=\"uagb-icon-list__source-wrap\"><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M511.2 387l-23.25 100.8c-3.266 14.25-15.79 24.22-30.46 24.22C205.2 512 0 306.8 0 54.5c0-14.66 9.969-27.2 24.22-30.45l100.8-23.25C139.7-2.602 154.7 5.018 160.8 18.92l46.52 108.5c5.438 12.78 1.77 27.67-8.98 36.45L144.5 207.1c33.98 69.22 90.26 125.5 159.5 159.5l44.08-53.8c8.688-10.78 23.69-14.51 36.47-8.975l108.5 46.51C506.1 357.2 514.6 372.4 511.2 387z\"></path></svg></span><span class=\"uagb-icon-list__label\">+1-123 456 7890​</span></div>\n<!-- /wp:uagb/icon-list-child --></div></div>\n<!-- /wp:uagb/icon-list --></div></div>\n<!-- /wp:uagb/container -->',	'Amenities',	'',	'inherit',	'closed',	'closed',	'',	'762-revision-v1',	'',	'',	'2022-12-15 11:45:22',	'2022-12-15 11:45:22',	'',	762,	'https://blueroan.netgen.cloud/?p=1201',	0,	'revision',	'',	0),
(1202,	2,	'2022-12-15 11:46:39',	'2022-12-15 11:46:39',	'<!-- wp:uagb/container {\"block_id\":\"6301101b\",\"backgroundType\":\"image\",\"backgroundImageDesktop\":{\"id\":1007,\"title\":\"AAEAAQAAAAAAAAAAAAAAJDg5NmY0ZGUxLWE4MTgtNDY5NC1iODFhLTBmN2Q0ZDc5ZWFiNw-1\",\"filename\":\"AAEAAQAAAAAAAAAAAAAAJDg5NmY0ZGUxLWE4MTgtNDY5NC1iODFhLTBmN2Q0ZDc5ZWFiNw-1.png\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAAJDg5NmY0ZGUxLWE4MTgtNDY5NC1iODFhLTBmN2Q0ZDc5ZWFiNw-1.png\",\"link\":\"https://blueroan.netgen.cloud/the-barn/aaeaaqaaaaaaaaaaaaaajdg5nmy0zguxlwe4mtgtndy5nc1iodfhltbmn2q0zdc5zwfinw-1/\",\"alt\":\"\",\"author\":\"2\",\"description\":\"\",\"caption\":\"\",\"name\":\"aaeaaqaaaaaaaaaaaaaajdg5nmy0zguxlwe4mtgtndy5nc1iodfhltbmn2q0zdc5zwfinw-1\",\"status\":\"inherit\",\"uploadedTo\":948,\"date\":\"2022-12-14T10:50:25.000Z\",\"modified\":\"2022-12-14T10:50:25.000Z\",\"menuOrder\":0,\"mime\":\"image/png\",\"type\":\"image\",\"subtype\":\"png\",\"icon\":\"https://blueroan.netgen.cloud/wp-includes/images/media/default.png\",\"dateFormatted\":\"December 14, 2022\",\"nonces\":{\"update\":\"483f8bdf3d\",\"delete\":\"0a7ebc92ef\",\"edit\":\"6bc1c6a685\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=1007\\u0026action=edit\",\"meta\":false,\"authorName\":\"Netgen Support\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/profile.php\",\"uploadedToTitle\":\"The Barn\",\"uploadedToLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=948\\u0026action=edit\",\"filesizeInBytes\":1348989,\"filesizeHumanReadable\":\"1 MB\",\"context\":\"\",\"height\":667,\"width\":1000,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAAJDg5NmY0ZGUxLWE4MTgtNDY5NC1iODFhLTBmN2Q0ZDc5ZWFiNw-1-150x150.png\",\"orientation\":\"landscape\"},\"medium\":{\"height\":200,\"width\":300,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAAJDg5NmY0ZGUxLWE4MTgtNDY5NC1iODFhLTBmN2Q0ZDc5ZWFiNw-1-300x200.png\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAAJDg5NmY0ZGUxLWE4MTgtNDY5NC1iODFhLTBmN2Q0ZDc5ZWFiNw-1.png\",\"height\":667,\"width\":1000,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"backgroundPositionDesktop\":{\"x\":0.61,\"y\":0.52},\"backgroundSizeTablet\":\"cover\",\"backgroundSizeMobile\":\"cover\",\"backgroundColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"backgroundImageColor\":\"rgba(42,42,42,0.5)\",\"topPaddingDesktop\":220,\"bottomPaddingDesktop\":150,\"topPaddingTablet\":170,\"bottomPaddingTablet\":160,\"leftPaddingTablet\":30,\"rightPaddingTablet\":30,\"topPaddingMobile\":180,\"bottomPaddingMobile\":80,\"leftPaddingMobile\":20,\"rightPaddingMobile\":20,\"paddingLink\":false,\"variationSelected\":true,\"isBlockRootParent\":true,\"overlayType\":\"color\"} -->\n<div class=\"wp-block-uagb-container uagb-block-6301101b alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/advanced-heading {\"block_id\":\"e082c358\",\"classMigrate\":true,\"headingDescToggle\":true,\"headingColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"subHeadingColor\":\"var(\\u002d\\u002dast-global-color-4)\",\"headingTag\":\"h1\",\"headSpace\":20,\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"blockTopPadding\":0,\"blockRightPadding\":50,\"blockLeftPadding\":0,\"blockBottomPadding\":0,\"blockTopPaddingTablet\":0,\"blockRightPaddingTablet\":20,\"blockLeftPaddingTablet\":0,\"blockBottomPaddingTablet\":0,\"blockTopPaddingMobile\":0,\"blockRightPaddingMobile\":0,\"blockLeftPaddingMobile\":0,\"blockBottomPaddingMobile\":0,\"blockPaddingUnit\":\"%\",\"blockPaddingUnitTablet\":\"%\"} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-e082c358\"><h1 class=\"uagb-heading-text\">Amenities &amp; Interests​</h1><p class=\"uagb-desc-text\">We do not give you just rooms to stay in. We give you an environment where you can experience the best while on a holiday with us. </p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:buttons -->\n<div class=\"wp-block-buttons\"><!-- wp:button -->\n<div class=\"wp-block-button\"><a class=\"wp-block-button__link wp-element-button\" href=\"https://book.nightsbridge.com/11065\" target=\"_blank\" rel=\"noreferrer noopener\">BOOK NOW</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"8cece38e\",\"topPaddingDesktop\":60,\"bottomPaddingDesktop\":60,\"leftPaddingDesktop\":0,\"rightPaddingDesktop\":0,\"paddingLink\":false,\"variationSelected\":true,\"isBlockRootParent\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-8cece38e alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"align\":\"center\",\"id\":828,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image aligncenter size-full\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Blue-Roan-pool.png\" alt=\"Blue Roan\'s rock pool\" class=\"wp-image-828\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>A relaxing rock Pool​</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>We have a lovely sparkling blue rock pool next to a thatched Lapa. &nbsp;&nbsp;Lie on recliners on the green lawn or sit on the swing chair in the Lapa and enjoy the panoramic view of the Magaliesberg mountain range.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":829,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/img-20160605-wa0002-largejpg.png\" alt=\"\" class=\"wp-image-829\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>Braai facilities </h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>What can compare to a burning fire under the star-lit African sky? Nothing beats the flavor of cooking over an open flame.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":830,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/ef9d0188da11e2bc56788f5619d9d539.png\" alt=\"\" class=\"wp-image-830\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>A games room </h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>The reception is also a games room for those who enjoy darts or playing pool. &nbsp;Take a selection of DVDs back to your room and watch movies on your own DVD player. &nbsp;There is also a selection of board games and music CDs that you can borrow.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"1ef85a67\",\"topPaddingDesktop\":0,\"bottomPaddingDesktop\":60,\"leftPaddingDesktop\":0,\"rightPaddingDesktop\":0,\"paddingLink\":false,\"variationSelected\":true,\"isBlockRootParent\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-1ef85a67 alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"align\":\"center\",\"id\":1198,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image aligncenter size-full\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/eyJidWNrZXQiOiJhc3NldHMuYWxsdHJhaWxzLmNvbSIsImtleSI6InVwbG9hZHMvcGhvdG8vaW1hZ2UvNDMxNzk4MTAvYjZkYTAz-1.png\" alt=\"\" class=\"wp-image-1198\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>Walking or hiking </h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>There is a well kept walking trail on our property with plenty of bird life and some benches along the way.  It is safe for dogs to run off leash as it is completely fenced all round.  For those who enjoy longer walks and hikes, it is safe to cross onto neighbouring farms and go as far as the eye can see.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":1185,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/49089607_1950305445047847_5177863042771189760_n.png\" alt=\"\" class=\"wp-image-1185\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>Mountain biking </h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Bring your mountain bikes and explore the surrounding countryside on safe off-road tracks on our property and on neighbouring farms.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":1196,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Michelle_1.png\" alt=\"\" class=\"wp-image-1196\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>Horse riding </h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Interested riders can book at one of the recommended horse-riding establishments listed further down this page.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"9d3f6aba\",\"innerContentWidth\":\"alignfull\",\"directionDesktop\":\"row\",\"wrapTablet\":\"wrap\",\"variationSelected\":true,\"rowGapTablet\":0,\"columnGapDesktop\":0,\"isBlockRootParent\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-9d3f6aba alignfull uagb-is-root-container\"><!-- wp:uagb/container {\"block_id\":\"b3588a92\",\"widthDesktop\":25,\"widthTablet\":50,\"variationSelected\":true,\"widthSetByUser\":true,\"UAGHideMob\":true,\"UAGResponsiveConditions\":true} -->\n<div class=\"wp-block-uagb-container uag-hide-mob uagb-block-b3588a92\"><!-- wp:uagb/image {\"block_id\":\"2b962ad1\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/amenities-1.jpg\",\"id\":220,\"linkDestination\":\"none\",\"width\":480,\"height\":500,\"naturalWidth\":480,\"naturalHeight\":500,\"sizeSlug\":\"full\",\"sizeSlugTablet\":\"full\",\"sizeSlugMobile\":\"full\"} -->\n<div class=\"wp-block-uagb-image uagb-block-2b962ad1 wp-block-uagb-image--layout-default wp-block-uagb-image--effect-static wp-block-uagb-image--align-none\"><figure class=\"wp-block-uagb-image__figure\"><img srcset=\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/amenities-1.jpg \" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/amenities-1.jpg\" alt=\"\" class=\"uag-image-220\" width=\"480\" height=\"500\" title=\"\" loading=\"lazy\"/></figure></div>\n<!-- /wp:uagb/image --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"8f63ff42\",\"widthDesktop\":25,\"widthTablet\":50,\"variationSelected\":true,\"widthSetByUser\":true,\"UAGHideMob\":true,\"UAGResponsiveConditions\":true} -->\n<div class=\"wp-block-uagb-container uag-hide-mob uagb-block-8f63ff42\"><!-- wp:uagb/image {\"block_id\":\"2e17c785\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/amenities-3.jpg\",\"id\":222,\"linkDestination\":\"none\",\"naturalWidth\":480,\"naturalHeight\":500,\"sizeSlug\":\"full\",\"sizeSlugTablet\":\"full\",\"sizeSlugMobile\":\"full\"} -->\n<div class=\"wp-block-uagb-image uagb-block-2e17c785 wp-block-uagb-image--layout-default wp-block-uagb-image--effect-static wp-block-uagb-image--align-none\"><figure class=\"wp-block-uagb-image__figure\"><img srcset=\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/amenities-3.jpg \" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/amenities-3.jpg\" alt=\"\" class=\"uag-image-222\" width=\"\" height=\"\" title=\"\" loading=\"lazy\"/></figure></div>\n<!-- /wp:uagb/image --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"4c7e411e\",\"widthDesktop\":50,\"widthTablet\":100,\"variationSelected\":true,\"columnGapDesktop\":20,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-4c7e411e\"><!-- wp:uagb/image {\"block_id\":\"6454c0bc\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/amenities-5.jpg\",\"id\":224,\"linkDestination\":\"none\",\"width\":960,\"height\":500,\"naturalWidth\":960,\"naturalHeight\":500,\"sizeSlug\":\"full\",\"sizeSlugTablet\":\"full\",\"sizeSlugMobile\":\"full\"} -->\n<div class=\"wp-block-uagb-image uagb-block-6454c0bc wp-block-uagb-image--layout-default wp-block-uagb-image--effect-static wp-block-uagb-image--align-none\"><figure class=\"wp-block-uagb-image__figure\"><img srcset=\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/amenities-5.jpg \" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/amenities-5.jpg\" alt=\"\" class=\"uag-image-224\" width=\"960\" height=\"500\" title=\"\" loading=\"lazy\"/></figure></div>\n<!-- /wp:uagb/image --></div>\n<!-- /wp:uagb/container --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"4df094a2\",\"innerContentWidth\":\"alignfull\",\"directionDesktop\":\"row\",\"wrapTablet\":\"wrap\",\"variationSelected\":true,\"rowGapTablet\":0,\"columnGapDesktop\":0,\"isBlockRootParent\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-4df094a2 alignfull uagb-is-root-container\"><!-- wp:uagb/container {\"block_id\":\"a0dc5be1\",\"widthDesktop\":50,\"widthTablet\":100,\"variationSelected\":true,\"columnGapDesktop\":20,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-a0dc5be1\"><!-- wp:uagb/image {\"block_id\":\"fc008759\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/amenities-6-1.jpg\",\"id\":230,\"linkDestination\":\"none\",\"naturalWidth\":960,\"naturalHeight\":500,\"sizeSlug\":\"full\",\"sizeSlugTablet\":\"full\",\"sizeSlugMobile\":\"full\"} -->\n<div class=\"wp-block-uagb-image uagb-block-fc008759 wp-block-uagb-image--layout-default wp-block-uagb-image--effect-static wp-block-uagb-image--align-none\"><figure class=\"wp-block-uagb-image__figure\"><img srcset=\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/amenities-6-1.jpg \" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/amenities-6-1.jpg\" alt=\"\" class=\"uag-image-230\" width=\"\" height=\"\" title=\"\" loading=\"lazy\"/></figure></div>\n<!-- /wp:uagb/image --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"4d6c9d36\",\"widthDesktop\":25,\"variationSelected\":true,\"widthSetByUser\":true,\"UAGHideMob\":true,\"UAGResponsiveConditions\":true} -->\n<div class=\"wp-block-uagb-container uag-hide-mob uagb-block-4d6c9d36\"><!-- wp:uagb/image {\"block_id\":\"c2e160a0\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/amenities-2.jpg\",\"id\":221,\"linkDestination\":\"none\",\"naturalWidth\":480,\"naturalHeight\":500,\"sizeSlug\":\"full\",\"sizeSlugTablet\":\"full\",\"sizeSlugMobile\":\"full\"} -->\n<div class=\"wp-block-uagb-image uagb-block-c2e160a0 wp-block-uagb-image--layout-default wp-block-uagb-image--effect-static wp-block-uagb-image--align-none\"><figure class=\"wp-block-uagb-image__figure\"><img srcset=\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/amenities-2.jpg \" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/amenities-2.jpg\" alt=\"\" class=\"uag-image-221\" width=\"\" height=\"\" title=\"\" loading=\"lazy\"/></figure></div>\n<!-- /wp:uagb/image --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"b8b44940\",\"widthDesktop\":25,\"variationSelected\":true,\"widthSetByUser\":true,\"UAGHideMob\":true,\"UAGResponsiveConditions\":true} -->\n<div class=\"wp-block-uagb-container uag-hide-mob uagb-block-b8b44940\"><!-- wp:uagb/image {\"block_id\":\"ac7028c8\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/amenities-4.jpg\",\"id\":223,\"linkDestination\":\"none\",\"naturalWidth\":480,\"naturalHeight\":500,\"sizeSlug\":\"full\",\"sizeSlugTablet\":\"full\",\"sizeSlugMobile\":\"full\"} -->\n<div class=\"wp-block-uagb-image uagb-block-ac7028c8 wp-block-uagb-image--layout-default wp-block-uagb-image--effect-static wp-block-uagb-image--align-none\"><figure class=\"wp-block-uagb-image__figure\"><img srcset=\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/amenities-4.jpg \" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/amenities-4.jpg\" alt=\"\" class=\"uag-image-223\" width=\"\" height=\"\" title=\"\" loading=\"lazy\"/></figure></div>\n<!-- /wp:uagb/image --></div>\n<!-- /wp:uagb/container --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"3c0bf03f\",\"backgroundType\":\"color\",\"backgroundSizeTablet\":\"cover\",\"backgroundSizeMobile\":\"cover\",\"backgroundColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"topPaddingDesktop\":120,\"bottomPaddingDesktop\":120,\"topPaddingTablet\":80,\"bottomPaddingTablet\":80,\"leftPaddingTablet\":30,\"rightPaddingTablet\":30,\"topPaddingMobile\":80,\"bottomPaddingMobile\":80,\"leftPaddingMobile\":20,\"rightPaddingMobile\":20,\"paddingLink\":false,\"variationSelected\":true,\"rowGapDesktop\":0,\"rowGapTablet\":0,\"isBlockRootParent\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-3c0bf03f alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/container {\"block_id\":\"92ba8ae7\",\"directionDesktop\":\"row\",\"alignItemsDesktop\":\"flex-end\",\"alignItemsTablet\":\"flex-end\",\"justifyContentDesktop\":\"flex-end\",\"justifyContentTablet\":\"space-between\",\"variationSelected\":true,\"rowGapMobile\":30,\"columnGapDesktop\":0} -->\n<div class=\"wp-block-uagb-container uagb-block-92ba8ae7\"><!-- wp:uagb/advanced-heading {\"block_id\":\"49b6bcc6\",\"classMigrate\":true,\"headingDescToggle\":true,\"subHeadingColor\":\"\",\"headSpace\":20,\"subHeadFontSize\":16} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-49b6bcc6\"><h2 class=\"uagb-heading-text\">Other Perks &amp; Facilities ​</h2><p class=\"uagb-desc-text\">Looking for more? Well, we believe that every guest walks into our hotel for the best experience. And, we are determined to do that.</p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/buttons {\"block_id\":\"d3ea4374\",\"classMigrate\":true,\"childMigrate\":true,\"align\":\"right\",\"alignTablet\":\"right\",\"alignMobile\":\"left\",\"gap\":0} -->\n<div class=\"wp-block-uagb-buttons uagb-buttons__outer-wrap uagb-btn__default-btn uagb-btn-tablet__default-btn uagb-btn-mobile__default-btn uagb-block-d3ea4374\"><div class=\"uagb-buttons__wrap uagb-buttons-layout-wrap\"><!-- wp:uagb/buttons-child {\"block_id\":\"db9085b6\",\"label\":\"Get Bookings\",\"link\":\"#\",\"hColor\":\"\",\"borderWidth\":\"\",\"borderRadius\":\"\",\"borderStyle\":\"\",\"borderColor\":\"\",\"borderHColor\":\"\",\"btnBorderTopWidth\":1,\"btnBorderLeftWidth\":1,\"btnBorderRightWidth\":1,\"btnBorderBottomWidth\":1,\"btnBorderTopLeftRadius\":2,\"btnBorderTopRightRadius\":2,\"btnBorderBottomLeftRadius\":2,\"btnBorderBottomRightRadius\":2,\"btnBorderStyle\":\"solid\",\"btnBorderColor\":\"#333\",\"btnBorderHColor\":\"#333\"} -->\n<div class=\"wp-block-uagb-buttons-child uagb-buttons__outer-wrap uagb-block-db9085b6 wp-block-button is-style-outline\"><div class=\"uagb-button__wrapper\"><a class=\"uagb-buttons-repeater wp-block-button__link\" href=\"#\" rel=\"follow noopener\" target=\"_self\"><div class=\"uagb-button__link\">Get Bookings</div></a></div></div>\n<!-- /wp:uagb/buttons-child --></div></div>\n<!-- /wp:uagb/buttons --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"bb4cf8ce\",\"directionDesktop\":\"row\",\"alignItemsTablet\":\"flex-start\",\"paddingLink\":false,\"topMarginDesktop\":54,\"bottomMarginDesktop\":0,\"leftMarginDesktop\":0,\"rightMarginDesktop\":0,\"topMarginTablet\":30,\"bottomMarginTablet\":0,\"leftMarginTablet\":0,\"rightMarginTablet\":0,\"marginLink\":false,\"variationSelected\":true,\"rowGapMobile\":65,\"columnGapDesktop\":48,\"columnGapTablet\":20} -->\n<div class=\"wp-block-uagb-container uagb-block-bb4cf8ce\"><!-- wp:uagb/info-box {\"classMigrate\":true,\"headingAlign\":\"left\",\"headingColor\":\"\",\"subHeadingColor\":\"\",\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"source_type\":\"image\",\"block_id\":\"bc5caedb\",\"ctaType\":\"text\",\"ctaText\":\"READ MORE\",\"ctaLinkColor\":\"var(\\u002d\\u002dast-global-color-0)\",\"ctaDecoration\":\"underline\",\"ctaFontSize\":12,\"ctaFontWeight\":\"600\",\"ctaLetterSpacing\":2,\"ctaBorderStyle\":\"\",\"iconBottomMargin\":30,\"iconImage\":{\"id\":240,\"title\":\"terrace\",\"filename\":\"terrace.jpg\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/terrace.jpg\",\"link\":\"https://blueroan.netgen.cloud/terrace/\",\"alt\":\"\",\"author\":\"34\",\"description\":\"\",\"caption\":\"\",\"name\":\"terrace\",\"status\":\"inherit\",\"uploadedTo\":0,\"date\":\"2021-05-11T10:54:04.000Z\",\"modified\":\"2021-05-11T10:54:04.000Z\",\"menuOrder\":0,\"mime\":\"image/jpeg\",\"type\":\"image\",\"subtype\":\"jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/default.png\",\"dateFormatted\":\"May 11, 2021\",\"nonces\":{\"update\":\"6de8720da3\",\"delete\":\"d7905e75b9\",\"edit\":\"e7132a7b3e\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=240\\u0026action=edit\",\"meta\":false,\"authorName\":\"Rishabh\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/user-edit.php?user_id=34\",\"filesizeInBytes\":40742,\"filesizeHumanReadable\":\"40 KB\",\"context\":\"\",\"height\":440,\"width\":370,\"orientation\":\"portrait\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/terrace-150x150.jpg\",\"orientation\":\"landscape\"},\"medium\":{\"height\":300,\"width\":252,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/terrace-252x300-1.jpg\",\"orientation\":\"portrait\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/terrace.jpg\",\"height\":440,\"width\":370,\"orientation\":\"portrait\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"imageSize\":\"full\",\"imageWidth\":100,\"imageWidthMobile\":100,\"imageWidthTablet\":100,\"paddingBtnTop\":10,\"paddingBtnBottom\":10,\"paddingBtnLeft\":14,\"paddingBtnRight\":14,\"imageWidthUnit\":\"%\",\"imageWidthUnitTablet\":\"%\",\"imageWidthUnitMobile\":\"%\",\"subHeadTopMargin\":0,\"subHeadRightMargin\":40,\"subHeadLeftMargin\":0,\"subHeadMarginTopTablet\":0,\"subHeadMarginRightTablet\":0,\"subHeadTabletSpace\":20,\"subHeadMarginLeftTablet\":0,\"btnBorderStyle\":\"solid\"} -->\n<div class=\"wp-block-uagb-info-box uagb-block-bc5caedb uagb-infobox__content-wrap  uagb-infobox-icon-above-title uagb-infobox-image-valign-top\"><div class=\"uagb-ifb-content\"><div class=\"uagb-ifb-image-content\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/terrace.jpg\" alt=\"\"/></div><div class=\"uagb-ifb-title-wrap\"><h3 class=\"uagb-ifb-title\">Ocean View Terrace​</h3></div><p class=\"uagb-ifb-desc\">Among the scenic beauty of the city we also have an ocean view terrace for every suite in our hotel.</p><div class=\"uagb-ifb-button-wrapper wp-block-button\"><a href=\"#\" target=\"_self\" class=\"uagb-infobox-cta-link\" rel=\"noopener noreferrer\" alt=\"\"><span class=\"uagb-inline-editing\">READ MORE</span></a></div></div></div>\n<!-- /wp:uagb/info-box -->\n\n<!-- wp:uagb/info-box {\"classMigrate\":true,\"headingAlign\":\"left\",\"headingColor\":\"\",\"subHeadingColor\":\"\",\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"source_type\":\"image\",\"block_id\":\"be927766\",\"ctaType\":\"text\",\"ctaText\":\"READ MORE\",\"ctaLinkColor\":\"var(\\u002d\\u002dast-global-color-0)\",\"ctaDecoration\":\"underline\",\"ctaFontSize\":12,\"ctaFontWeight\":\"600\",\"ctaLetterSpacing\":2,\"ctaBorderStyle\":\"\",\"iconBottomMargin\":30,\"iconImage\":{\"id\":89,\"title\":\"food\",\"filename\":\"food.jpg\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/food.jpg\",\"link\":\"https://blueroan.netgen.cloud/food/\",\"alt\":\"\",\"author\":\"34\",\"description\":\"\",\"caption\":\"\",\"name\":\"food\",\"status\":\"inherit\",\"uploadedTo\":0,\"date\":\"2021-05-07T14:24:52.000Z\",\"modified\":\"2021-05-07T14:24:52.000Z\",\"menuOrder\":0,\"mime\":\"image/jpeg\",\"type\":\"image\",\"subtype\":\"jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/default.png\",\"dateFormatted\":\"May 7, 2021\",\"nonces\":{\"update\":\"b06173e227\",\"delete\":\"7de0e70fba\",\"edit\":\"7dc3d40920\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=89\\u0026action=edit\",\"meta\":false,\"authorName\":\"Rishabh\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/user-edit.php?user_id=34\",\"filesizeInBytes\":41933,\"filesizeHumanReadable\":\"41 KB\",\"context\":\"\",\"height\":440,\"width\":370,\"orientation\":\"portrait\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/food-150x150.jpg\",\"orientation\":\"landscape\"},\"medium\":{\"height\":300,\"width\":252,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/food-252x300-1.jpg\",\"orientation\":\"portrait\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/food.jpg\",\"height\":440,\"width\":370,\"orientation\":\"portrait\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"imageSize\":\"full\",\"imageWidth\":100,\"imageWidthMobile\":100,\"imageWidthTablet\":100,\"paddingBtnTop\":10,\"paddingBtnBottom\":10,\"paddingBtnLeft\":14,\"paddingBtnRight\":14,\"imageWidthUnit\":\"%\",\"imageWidthUnitTablet\":\"%\",\"imageWidthUnitMobile\":\"%\",\"subHeadTopMargin\":0,\"subHeadRightMargin\":40,\"subHeadLeftMargin\":0,\"subHeadMarginTopTablet\":0,\"subHeadMarginRightTablet\":0,\"subHeadTabletSpace\":20,\"subHeadMarginLeftTablet\":0,\"btnBorderStyle\":\"solid\"} -->\n<div class=\"wp-block-uagb-info-box uagb-block-be927766 uagb-infobox__content-wrap  uagb-infobox-icon-above-title uagb-infobox-image-valign-top\"><div class=\"uagb-ifb-content\"><div class=\"uagb-ifb-image-content\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/food.jpg\" alt=\"\"/></div><div class=\"uagb-ifb-title-wrap\"><h3 class=\"uagb-ifb-title\">Delicious Food​</h3></div><p class=\"uagb-ifb-desc\">We have team chefs from across the world. So you can enjoy the delicacies anytime during your stay.</p><div class=\"uagb-ifb-button-wrapper wp-block-button\"><a href=\"#\" target=\"_self\" class=\"uagb-infobox-cta-link\" rel=\"noopener noreferrer\" alt=\"\"><span class=\"uagb-inline-editing\">READ MORE</span></a></div></div></div>\n<!-- /wp:uagb/info-box -->\n\n<!-- wp:uagb/info-box {\"classMigrate\":true,\"headingAlign\":\"left\",\"headingColor\":\"\",\"subHeadingColor\":\"\",\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"source_type\":\"image\",\"block_id\":\"762a0a59\",\"ctaType\":\"text\",\"ctaText\":\"READ MORE\",\"ctaLinkColor\":\"var(\\u002d\\u002dast-global-color-0)\",\"ctaDecoration\":\"underline\",\"ctaFontSize\":12,\"ctaFontWeight\":\"600\",\"ctaLetterSpacing\":2,\"ctaBorderStyle\":\"\",\"iconBottomMargin\":30,\"iconImage\":{\"id\":241,\"title\":\"beach\",\"filename\":\"beach.jpg\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/beach.jpg\",\"link\":\"https://blueroan.netgen.cloud/beach/\",\"alt\":\"\",\"author\":\"34\",\"description\":\"\",\"caption\":\"\",\"name\":\"beach\",\"status\":\"inherit\",\"uploadedTo\":0,\"date\":\"2021-05-11T10:56:06.000Z\",\"modified\":\"2021-05-11T10:56:06.000Z\",\"menuOrder\":0,\"mime\":\"image/jpeg\",\"type\":\"image\",\"subtype\":\"jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/default.png\",\"dateFormatted\":\"May 11, 2021\",\"nonces\":{\"update\":\"65c348aac8\",\"delete\":\"6d551f7cf4\",\"edit\":\"026ca70d91\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=241\\u0026action=edit\",\"meta\":false,\"authorName\":\"Rishabh\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/user-edit.php?user_id=34\",\"filesizeInBytes\":38094,\"filesizeHumanReadable\":\"37 KB\",\"context\":\"\",\"height\":440,\"width\":370,\"orientation\":\"portrait\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/beach-150x150.jpg\",\"orientation\":\"landscape\"},\"medium\":{\"height\":300,\"width\":252,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/beach-252x300-1.jpg\",\"orientation\":\"portrait\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/beach.jpg\",\"height\":440,\"width\":370,\"orientation\":\"portrait\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"imageSize\":\"full\",\"imageWidth\":100,\"imageWidthMobile\":100,\"imageWidthTablet\":100,\"paddingBtnTop\":10,\"paddingBtnBottom\":10,\"paddingBtnLeft\":14,\"paddingBtnRight\":14,\"imageWidthUnit\":\"%\",\"imageWidthUnitTablet\":\"%\",\"imageWidthUnitMobile\":\"%\",\"subHeadTopMargin\":0,\"subHeadRightMargin\":40,\"subHeadLeftMargin\":0,\"subHeadMarginTopTablet\":0,\"subHeadMarginRightTablet\":0,\"subHeadTabletSpace\":20,\"subHeadMarginLeftTablet\":0,\"btnBorderStyle\":\"solid\"} -->\n<div class=\"wp-block-uagb-info-box uagb-block-762a0a59 uagb-infobox__content-wrap  uagb-infobox-icon-above-title uagb-infobox-image-valign-top\"><div class=\"uagb-ifb-content\"><div class=\"uagb-ifb-image-content\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/beach.jpg\" alt=\"\"/></div><div class=\"uagb-ifb-title-wrap\"><h3 class=\"uagb-ifb-title\">Private Beach​</h3></div><p class=\"uagb-ifb-desc\">Want to take a dip into the sea? All our guests get complimentary access to our private beach.</p><div class=\"uagb-ifb-button-wrapper wp-block-button\"><a href=\"#\" target=\"_self\" class=\"uagb-infobox-cta-link\" rel=\"noopener noreferrer\" alt=\"\"><span class=\"uagb-inline-editing\">READ MORE</span></a></div></div></div>\n<!-- /wp:uagb/info-box --></div>\n<!-- /wp:uagb/container --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"0a86dfe4\",\"innerContentCustomWidthDesktop\":781,\"innerContentCustomWidthTablet\":781,\"backgroundType\":\"image\",\"backgroundImageDesktop\":{\"id\":54,\"title\":\"background-img\",\"filename\":\"background-img-1.jpg\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/background-img-1.jpg\",\"link\":\"https://blueroan.netgen.cloud/background-img-2/\",\"alt\":\"\",\"author\":\"34\",\"description\":\"\",\"caption\":\"\",\"name\":\"background-img-2\",\"status\":\"inherit\",\"uploadedTo\":0,\"date\":\"2021-05-07T10:11:37.000Z\",\"modified\":\"2021-05-07T10:11:37.000Z\",\"menuOrder\":0,\"mime\":\"image/jpeg\",\"type\":\"image\",\"subtype\":\"jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/default.png\",\"dateFormatted\":\"May 7, 2021\",\"nonces\":{\"update\":\"bb999636b9\",\"delete\":\"d2e1375bc4\",\"edit\":\"005dd2f0c9\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=54\\u0026action=edit\",\"meta\":false,\"authorName\":\"Rishabh\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/user-edit.php?user_id=34\",\"filesizeInBytes\":338858,\"filesizeHumanReadable\":\"331 KB\",\"context\":\"\",\"height\":1080,\"width\":1920,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/background-img-1-150x150.jpg\",\"orientation\":\"landscape\"},\"medium\":{\"height\":169,\"width\":300,\"url\":\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/background-img-1-300x169.jpg\",\"orientation\":\"landscape\"},\"large\":{\"height\":576,\"width\":1024,\"url\":\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/background-img-1-1024x576.jpg\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/background-img-1.jpg\",\"height\":1080,\"width\":1920,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"backgroundImageColor\":\"rgba(42,42,42,0.65)\",\"topPaddingDesktop\":144,\"bottomPaddingDesktop\":144,\"leftPaddingDesktop\":40,\"rightPaddingDesktop\":40,\"topPaddingTablet\":80,\"bottomPaddingTablet\":80,\"leftPaddingTablet\":40,\"rightPaddingTablet\":40,\"topPaddingMobile\":64,\"bottomPaddingMobile\":64,\"leftPaddingMobile\":24,\"rightPaddingMobile\":24,\"paddingLink\":false,\"variationSelected\":true,\"isBlockRootParent\":true,\"overlayType\":\"color\"} -->\n<div class=\"wp-block-uagb-container uagb-block-0a86dfe4 alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/advanced-heading {\"block_id\":\"d06209df\",\"classMigrate\":true,\"headingDescToggle\":true,\"headingAlign\":\"center\",\"headingColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"subHeadingColor\":\"var(\\u002d\\u002dast-global-color-4)\",\"headSpace\":20} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-d06209df\"><h2 class=\"uagb-heading-text\">Plan an Unforgettable Experience in Mykonos Today!</h2><p class=\"uagb-desc-text\">We can help you fit your stay and experience within your allotted budget.</p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/advanced-heading {\"block_id\":\"b937c562\",\"classMigrate\":true,\"headingTitleToggle\":false,\"headingDescToggle\":true,\"headingAlign\":\"center\",\"subHeadingColor\":\"var(\\u002d\\u002dast-global-color-4)\",\"subHeadTransform\":\"uppercase\",\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"subHeadLetterSpacing\":2,\"blockTopPadding\":60,\"blockRightPadding\":0,\"blockLeftPadding\":0,\"blockBottomPadding\":0,\"blockTopPaddingMobile\":30,\"blockRightPaddingMobile\":0,\"blockLeftPaddingMobile\":0,\"blockBottomPaddingMobile\":0} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-b937c562\"><p class=\"uagb-desc-text\">BOOK YOUR STAY NOW​</p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/icon-list {\"block_id\":\"2a3f67bd\",\"classMigrate\":true,\"childMigrate\":true,\"align\":\"center\",\"parentIcon\":\"phone\",\"size\":40,\"sizeMobile\":24,\"sizeTablet\":32,\"fontSize\":48,\"fontSizeMobile\":28,\"fontSizeTablet\":40,\"fontWeight\":\"600\",\"iconColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"labelColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"blockTopPadding\":0,\"blockRightPadding\":0,\"blockLeftPadding\":0,\"blockBottomPadding\":24,\"blockPaddingLink\":false} -->\n<div class=\"wp-block-uagb-icon-list uagb-block-2a3f67bd\"><div class=\"uagb-icon-list__wrap\"><!-- wp:uagb/icon-list-child {\"block_id\":\"1da44791\",\"label\":\"+1-123 456 7890​\",\"label_color\":\"\",\"fromParentIcon\":\"phone\",\"imageSizeChild\":40} -->\n<div class=\"wp-block-uagb-icon-list-child uagb-block-1da44791\"><span class=\"uagb-icon-list__source-wrap\"><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M511.2 387l-23.25 100.8c-3.266 14.25-15.79 24.22-30.46 24.22C205.2 512 0 306.8 0 54.5c0-14.66 9.969-27.2 24.22-30.45l100.8-23.25C139.7-2.602 154.7 5.018 160.8 18.92l46.52 108.5c5.438 12.78 1.77 27.67-8.98 36.45L144.5 207.1c33.98 69.22 90.26 125.5 159.5 159.5l44.08-53.8c8.688-10.78 23.69-14.51 36.47-8.975l108.5 46.51C506.1 357.2 514.6 372.4 511.2 387z\"></path></svg></span><span class=\"uagb-icon-list__label\">+1-123 456 7890​</span></div>\n<!-- /wp:uagb/icon-list-child --></div></div>\n<!-- /wp:uagb/icon-list --></div></div>\n<!-- /wp:uagb/container -->',	'Amenities',	'',	'inherit',	'closed',	'closed',	'',	'762-revision-v1',	'',	'',	'2022-12-15 11:46:39',	'2022-12-15 11:46:39',	'',	762,	'https://blueroan.netgen.cloud/?p=1202',	0,	'revision',	'',	0),
(1203,	2,	'2022-12-15 11:47:29',	'2022-12-15 11:47:29',	'<!-- wp:uagb/container {\"block_id\":\"5bc3f08c\",\"backgroundType\":\"image\",\"backgroundImageDesktop\":{\"id\":1007,\"title\":\"AAEAAQAAAAAAAAAAAAAAJDg5NmY0ZGUxLWE4MTgtNDY5NC1iODFhLTBmN2Q0ZDc5ZWFiNw-1\",\"filename\":\"AAEAAQAAAAAAAAAAAAAAJDg5NmY0ZGUxLWE4MTgtNDY5NC1iODFhLTBmN2Q0ZDc5ZWFiNw-1.png\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAAJDg5NmY0ZGUxLWE4MTgtNDY5NC1iODFhLTBmN2Q0ZDc5ZWFiNw-1.png\",\"link\":\"https://blueroan.netgen.cloud/the-barn/aaeaaqaaaaaaaaaaaaaajdg5nmy0zguxlwe4mtgtndy5nc1iodfhltbmn2q0zdc5zwfinw-1/\",\"alt\":\"\",\"author\":\"2\",\"description\":\"\",\"caption\":\"\",\"name\":\"aaeaaqaaaaaaaaaaaaaajdg5nmy0zguxlwe4mtgtndy5nc1iodfhltbmn2q0zdc5zwfinw-1\",\"status\":\"inherit\",\"uploadedTo\":948,\"date\":\"2022-12-14T10:50:25.000Z\",\"modified\":\"2022-12-14T10:50:25.000Z\",\"menuOrder\":0,\"mime\":\"image/png\",\"type\":\"image\",\"subtype\":\"png\",\"icon\":\"https://blueroan.netgen.cloud/wp-includes/images/media/default.png\",\"dateFormatted\":\"December 14, 2022\",\"nonces\":{\"update\":\"483f8bdf3d\",\"delete\":\"0a7ebc92ef\",\"edit\":\"6bc1c6a685\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=1007\\u0026action=edit\",\"meta\":false,\"authorName\":\"Netgen Support\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/profile.php\",\"uploadedToTitle\":\"The Barn\",\"uploadedToLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=948\\u0026action=edit\",\"filesizeInBytes\":1348989,\"filesizeHumanReadable\":\"1 MB\",\"context\":\"\",\"height\":667,\"width\":1000,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAAJDg5NmY0ZGUxLWE4MTgtNDY5NC1iODFhLTBmN2Q0ZDc5ZWFiNw-1-150x150.png\",\"orientation\":\"landscape\"},\"medium\":{\"height\":200,\"width\":300,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAAJDg5NmY0ZGUxLWE4MTgtNDY5NC1iODFhLTBmN2Q0ZDc5ZWFiNw-1-300x200.png\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAAJDg5NmY0ZGUxLWE4MTgtNDY5NC1iODFhLTBmN2Q0ZDc5ZWFiNw-1.png\",\"height\":667,\"width\":1000,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"backgroundPositionDesktop\":{\"x\":0.61,\"y\":0.52},\"backgroundSizeTablet\":\"cover\",\"backgroundSizeMobile\":\"cover\",\"backgroundColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"backgroundImageColor\":\"rgba(42,42,42,0.5)\",\"topPaddingDesktop\":220,\"bottomPaddingDesktop\":150,\"topPaddingTablet\":170,\"bottomPaddingTablet\":160,\"leftPaddingTablet\":30,\"rightPaddingTablet\":30,\"topPaddingMobile\":180,\"bottomPaddingMobile\":80,\"leftPaddingMobile\":20,\"rightPaddingMobile\":20,\"paddingLink\":false,\"variationSelected\":true,\"isBlockRootParent\":true,\"overlayType\":\"color\"} -->\n<div class=\"wp-block-uagb-container uagb-block-5bc3f08c alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/advanced-heading {\"block_id\":\"a64f335c\",\"classMigrate\":true,\"headingDescToggle\":true,\"headingColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"subHeadingColor\":\"var(\\u002d\\u002dast-global-color-4)\",\"headingTag\":\"h1\",\"headSpace\":20,\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"blockTopPadding\":0,\"blockRightPadding\":50,\"blockLeftPadding\":0,\"blockBottomPadding\":0,\"blockTopPaddingTablet\":0,\"blockRightPaddingTablet\":20,\"blockLeftPaddingTablet\":0,\"blockBottomPaddingTablet\":0,\"blockTopPaddingMobile\":0,\"blockRightPaddingMobile\":0,\"blockLeftPaddingMobile\":0,\"blockBottomPaddingMobile\":0,\"blockPaddingUnit\":\"%\",\"blockPaddingUnitTablet\":\"%\"} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-a64f335c\"><h1 class=\"uagb-heading-text\">Amenities &amp; Interests​</h1><p class=\"uagb-desc-text\">We do not give you just rooms to stay in. We give you an environment where you can experience the best while on a holiday with us. </p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:buttons -->\n<div class=\"wp-block-buttons\"><!-- wp:button -->\n<div class=\"wp-block-button\"><a class=\"wp-block-button__link wp-element-button\" href=\"https://book.nightsbridge.com/11065\" target=\"_blank\" rel=\"noreferrer noopener\">BOOK NOW</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"c65f66e7\",\"topPaddingDesktop\":60,\"bottomPaddingDesktop\":60,\"leftPaddingDesktop\":15,\"rightPaddingDesktop\":15,\"paddingLink\":false,\"variationSelected\":true,\"isBlockRootParent\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-c65f66e7 alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"align\":\"center\",\"id\":828,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image aligncenter size-full\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Blue-Roan-pool.png\" alt=\"Blue Roan\'s rock pool\" class=\"wp-image-828\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>A relaxing rock Pool​</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>We have a lovely sparkling blue rock pool next to a thatched Lapa. &nbsp;&nbsp;Lie on recliners on the green lawn or sit on the swing chair in the Lapa and enjoy the panoramic view of the Magaliesberg mountain range.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":829,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/img-20160605-wa0002-largejpg.png\" alt=\"\" class=\"wp-image-829\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>Braai facilities </h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>What can compare to a burning fire under the star-lit African sky? Nothing beats the flavor of cooking over an open flame.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":830,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/ef9d0188da11e2bc56788f5619d9d539.png\" alt=\"\" class=\"wp-image-830\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>A games room </h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>The reception is also a games room for those who enjoy darts or playing pool. &nbsp;Take a selection of DVDs back to your room and watch movies on your own DVD player. &nbsp;There is also a selection of board games and music CDs that you can borrow.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"21cd5e66\",\"topPaddingDesktop\":0,\"bottomPaddingDesktop\":60,\"leftPaddingDesktop\":0,\"rightPaddingDesktop\":0,\"paddingLink\":false,\"variationSelected\":true,\"isBlockRootParent\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-21cd5e66 alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"align\":\"center\",\"id\":1198,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image aligncenter size-full\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/eyJidWNrZXQiOiJhc3NldHMuYWxsdHJhaWxzLmNvbSIsImtleSI6InVwbG9hZHMvcGhvdG8vaW1hZ2UvNDMxNzk4MTAvYjZkYTAz-1.png\" alt=\"\" class=\"wp-image-1198\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>Walking or hiking </h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>There is a well kept walking trail on our property with plenty of bird life and some benches along the way. &nbsp;It is safe for dogs to run off leash as it is completely fenced all round. &nbsp;For those who enjoy longer walks and hikes, it is safe to cross onto neighbouring farms and go as far as the eye can see.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":1185,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/49089607_1950305445047847_5177863042771189760_n.png\" alt=\"\" class=\"wp-image-1185\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>Mountain biking </h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Bring your mountain bikes and explore the surrounding countryside on safe off-road tracks on our property and on neighbouring farms.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":1196,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Michelle_1.png\" alt=\"\" class=\"wp-image-1196\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>Horse riding </h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Interested riders can book at one of the recommended horse-riding establishments listed further down this page.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"45a939ae\",\"innerContentWidth\":\"alignfull\",\"directionDesktop\":\"row\",\"wrapTablet\":\"wrap\",\"variationSelected\":true,\"rowGapTablet\":0,\"columnGapDesktop\":0,\"isBlockRootParent\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-45a939ae alignfull uagb-is-root-container\"><!-- wp:uagb/container {\"block_id\":\"4cdb1710\",\"widthDesktop\":25,\"widthTablet\":50,\"variationSelected\":true,\"widthSetByUser\":true,\"UAGHideMob\":true,\"UAGResponsiveConditions\":true} -->\n<div class=\"wp-block-uagb-container uag-hide-mob uagb-block-4cdb1710\"><!-- wp:uagb/image {\"block_id\":\"39724a6a\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/amenities-1.jpg\",\"id\":220,\"linkDestination\":\"none\",\"width\":480,\"height\":500,\"naturalWidth\":480,\"naturalHeight\":500,\"sizeSlug\":\"full\",\"sizeSlugTablet\":\"full\",\"sizeSlugMobile\":\"full\"} -->\n<div class=\"wp-block-uagb-image uagb-block-39724a6a wp-block-uagb-image--layout-default wp-block-uagb-image--effect-static wp-block-uagb-image--align-none\"><figure class=\"wp-block-uagb-image__figure\"><img srcset=\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/amenities-1.jpg \" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/amenities-1.jpg\" alt=\"\" class=\"uag-image-220\" width=\"480\" height=\"500\" title=\"\" loading=\"lazy\"/></figure></div>\n<!-- /wp:uagb/image --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"b0904898\",\"widthDesktop\":25,\"widthTablet\":50,\"variationSelected\":true,\"widthSetByUser\":true,\"UAGHideMob\":true,\"UAGResponsiveConditions\":true} -->\n<div class=\"wp-block-uagb-container uag-hide-mob uagb-block-b0904898\"><!-- wp:uagb/image {\"block_id\":\"fd74e7aa\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/amenities-3.jpg\",\"id\":222,\"linkDestination\":\"none\",\"naturalWidth\":480,\"naturalHeight\":500,\"sizeSlug\":\"full\",\"sizeSlugTablet\":\"full\",\"sizeSlugMobile\":\"full\"} -->\n<div class=\"wp-block-uagb-image uagb-block-fd74e7aa wp-block-uagb-image--layout-default wp-block-uagb-image--effect-static wp-block-uagb-image--align-none\"><figure class=\"wp-block-uagb-image__figure\"><img srcset=\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/amenities-3.jpg \" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/amenities-3.jpg\" alt=\"\" class=\"uag-image-222\" width=\"\" height=\"\" title=\"\" loading=\"lazy\"/></figure></div>\n<!-- /wp:uagb/image --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"f77210fc\",\"widthDesktop\":50,\"widthTablet\":100,\"variationSelected\":true,\"columnGapDesktop\":20,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-f77210fc\"><!-- wp:uagb/image {\"block_id\":\"4777c8e1\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/amenities-5.jpg\",\"id\":224,\"linkDestination\":\"none\",\"width\":960,\"height\":500,\"naturalWidth\":960,\"naturalHeight\":500,\"sizeSlug\":\"full\",\"sizeSlugTablet\":\"full\",\"sizeSlugMobile\":\"full\"} -->\n<div class=\"wp-block-uagb-image uagb-block-4777c8e1 wp-block-uagb-image--layout-default wp-block-uagb-image--effect-static wp-block-uagb-image--align-none\"><figure class=\"wp-block-uagb-image__figure\"><img srcset=\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/amenities-5.jpg \" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/amenities-5.jpg\" alt=\"\" class=\"uag-image-224\" width=\"960\" height=\"500\" title=\"\" loading=\"lazy\"/></figure></div>\n<!-- /wp:uagb/image --></div>\n<!-- /wp:uagb/container --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"1ab79270\",\"innerContentWidth\":\"alignfull\",\"directionDesktop\":\"row\",\"wrapTablet\":\"wrap\",\"variationSelected\":true,\"rowGapTablet\":0,\"columnGapDesktop\":0,\"isBlockRootParent\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-1ab79270 alignfull uagb-is-root-container\"><!-- wp:uagb/container {\"block_id\":\"ddabe023\",\"widthDesktop\":50,\"widthTablet\":100,\"variationSelected\":true,\"columnGapDesktop\":20,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-ddabe023\"><!-- wp:uagb/image {\"block_id\":\"67ed97c1\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/amenities-6-1.jpg\",\"id\":230,\"linkDestination\":\"none\",\"naturalWidth\":960,\"naturalHeight\":500,\"sizeSlug\":\"full\",\"sizeSlugTablet\":\"full\",\"sizeSlugMobile\":\"full\"} -->\n<div class=\"wp-block-uagb-image uagb-block-67ed97c1 wp-block-uagb-image--layout-default wp-block-uagb-image--effect-static wp-block-uagb-image--align-none\"><figure class=\"wp-block-uagb-image__figure\"><img srcset=\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/amenities-6-1.jpg \" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/amenities-6-1.jpg\" alt=\"\" class=\"uag-image-230\" width=\"\" height=\"\" title=\"\" loading=\"lazy\"/></figure></div>\n<!-- /wp:uagb/image --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"c5e0e168\",\"widthDesktop\":25,\"variationSelected\":true,\"widthSetByUser\":true,\"UAGHideMob\":true,\"UAGResponsiveConditions\":true} -->\n<div class=\"wp-block-uagb-container uag-hide-mob uagb-block-c5e0e168\"><!-- wp:uagb/image {\"block_id\":\"50b47bdd\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/amenities-2.jpg\",\"id\":221,\"linkDestination\":\"none\",\"naturalWidth\":480,\"naturalHeight\":500,\"sizeSlug\":\"full\",\"sizeSlugTablet\":\"full\",\"sizeSlugMobile\":\"full\"} -->\n<div class=\"wp-block-uagb-image uagb-block-50b47bdd wp-block-uagb-image--layout-default wp-block-uagb-image--effect-static wp-block-uagb-image--align-none\"><figure class=\"wp-block-uagb-image__figure\"><img srcset=\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/amenities-2.jpg \" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/amenities-2.jpg\" alt=\"\" class=\"uag-image-221\" width=\"\" height=\"\" title=\"\" loading=\"lazy\"/></figure></div>\n<!-- /wp:uagb/image --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"2a2d1f02\",\"widthDesktop\":25,\"variationSelected\":true,\"widthSetByUser\":true,\"UAGHideMob\":true,\"UAGResponsiveConditions\":true} -->\n<div class=\"wp-block-uagb-container uag-hide-mob uagb-block-2a2d1f02\"><!-- wp:uagb/image {\"block_id\":\"dc9ddd4d\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/amenities-4.jpg\",\"id\":223,\"linkDestination\":\"none\",\"naturalWidth\":480,\"naturalHeight\":500,\"sizeSlug\":\"full\",\"sizeSlugTablet\":\"full\",\"sizeSlugMobile\":\"full\"} -->\n<div class=\"wp-block-uagb-image uagb-block-dc9ddd4d wp-block-uagb-image--layout-default wp-block-uagb-image--effect-static wp-block-uagb-image--align-none\"><figure class=\"wp-block-uagb-image__figure\"><img srcset=\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/amenities-4.jpg \" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/amenities-4.jpg\" alt=\"\" class=\"uag-image-223\" width=\"\" height=\"\" title=\"\" loading=\"lazy\"/></figure></div>\n<!-- /wp:uagb/image --></div>\n<!-- /wp:uagb/container --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"79c86ba6\",\"backgroundType\":\"color\",\"backgroundSizeTablet\":\"cover\",\"backgroundSizeMobile\":\"cover\",\"backgroundColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"topPaddingDesktop\":120,\"bottomPaddingDesktop\":120,\"topPaddingTablet\":80,\"bottomPaddingTablet\":80,\"leftPaddingTablet\":30,\"rightPaddingTablet\":30,\"topPaddingMobile\":80,\"bottomPaddingMobile\":80,\"leftPaddingMobile\":20,\"rightPaddingMobile\":20,\"paddingLink\":false,\"variationSelected\":true,\"rowGapDesktop\":0,\"rowGapTablet\":0,\"isBlockRootParent\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-79c86ba6 alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/container {\"block_id\":\"3e08e37e\",\"directionDesktop\":\"row\",\"alignItemsDesktop\":\"flex-end\",\"alignItemsTablet\":\"flex-end\",\"justifyContentDesktop\":\"flex-end\",\"justifyContentTablet\":\"space-between\",\"variationSelected\":true,\"rowGapMobile\":30,\"columnGapDesktop\":0} -->\n<div class=\"wp-block-uagb-container uagb-block-3e08e37e\"><!-- wp:uagb/advanced-heading {\"block_id\":\"77c0312e\",\"classMigrate\":true,\"headingDescToggle\":true,\"subHeadingColor\":\"\",\"headSpace\":20,\"subHeadFontSize\":16} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-77c0312e\"><h2 class=\"uagb-heading-text\">Other Perks &amp; Facilities ​</h2><p class=\"uagb-desc-text\">Looking for more? Well, we believe that every guest walks into our hotel for the best experience. And, we are determined to do that.</p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/buttons {\"block_id\":\"2f615613\",\"classMigrate\":true,\"childMigrate\":true,\"align\":\"right\",\"alignTablet\":\"right\",\"alignMobile\":\"left\",\"gap\":0} -->\n<div class=\"wp-block-uagb-buttons uagb-buttons__outer-wrap uagb-btn__default-btn uagb-btn-tablet__default-btn uagb-btn-mobile__default-btn uagb-block-2f615613\"><div class=\"uagb-buttons__wrap uagb-buttons-layout-wrap\"><!-- wp:uagb/buttons-child {\"block_id\":\"dbc4c160\",\"label\":\"Get Bookings\",\"link\":\"#\",\"hColor\":\"\",\"borderWidth\":\"\",\"borderRadius\":\"\",\"borderStyle\":\"\",\"borderColor\":\"\",\"borderHColor\":\"\",\"btnBorderTopWidth\":1,\"btnBorderLeftWidth\":1,\"btnBorderRightWidth\":1,\"btnBorderBottomWidth\":1,\"btnBorderTopLeftRadius\":2,\"btnBorderTopRightRadius\":2,\"btnBorderBottomLeftRadius\":2,\"btnBorderBottomRightRadius\":2,\"btnBorderStyle\":\"solid\",\"btnBorderColor\":\"#333\",\"btnBorderHColor\":\"#333\"} -->\n<div class=\"wp-block-uagb-buttons-child uagb-buttons__outer-wrap uagb-block-dbc4c160 wp-block-button is-style-outline\"><div class=\"uagb-button__wrapper\"><a class=\"uagb-buttons-repeater wp-block-button__link\" href=\"#\" rel=\"follow noopener\" target=\"_self\"><div class=\"uagb-button__link\">Get Bookings</div></a></div></div>\n<!-- /wp:uagb/buttons-child --></div></div>\n<!-- /wp:uagb/buttons --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"cd54d40a\",\"directionDesktop\":\"row\",\"alignItemsTablet\":\"flex-start\",\"paddingLink\":false,\"topMarginDesktop\":54,\"bottomMarginDesktop\":0,\"leftMarginDesktop\":0,\"rightMarginDesktop\":0,\"topMarginTablet\":30,\"bottomMarginTablet\":0,\"leftMarginTablet\":0,\"rightMarginTablet\":0,\"marginLink\":false,\"variationSelected\":true,\"rowGapMobile\":65,\"columnGapDesktop\":48,\"columnGapTablet\":20} -->\n<div class=\"wp-block-uagb-container uagb-block-cd54d40a\"><!-- wp:uagb/info-box {\"classMigrate\":true,\"headingAlign\":\"left\",\"headingColor\":\"\",\"subHeadingColor\":\"\",\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"source_type\":\"image\",\"block_id\":\"bc5caedb\",\"ctaType\":\"text\",\"ctaText\":\"READ MORE\",\"ctaLinkColor\":\"var(\\u002d\\u002dast-global-color-0)\",\"ctaDecoration\":\"underline\",\"ctaFontSize\":12,\"ctaFontWeight\":\"600\",\"ctaLetterSpacing\":2,\"ctaBorderStyle\":\"\",\"iconBottomMargin\":30,\"iconImage\":{\"id\":240,\"title\":\"terrace\",\"filename\":\"terrace.jpg\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/terrace.jpg\",\"link\":\"https://blueroan.netgen.cloud/terrace/\",\"alt\":\"\",\"author\":\"34\",\"description\":\"\",\"caption\":\"\",\"name\":\"terrace\",\"status\":\"inherit\",\"uploadedTo\":0,\"date\":\"2021-05-11T10:54:04.000Z\",\"modified\":\"2021-05-11T10:54:04.000Z\",\"menuOrder\":0,\"mime\":\"image/jpeg\",\"type\":\"image\",\"subtype\":\"jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/default.png\",\"dateFormatted\":\"May 11, 2021\",\"nonces\":{\"update\":\"6de8720da3\",\"delete\":\"d7905e75b9\",\"edit\":\"e7132a7b3e\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=240\\u0026action=edit\",\"meta\":false,\"authorName\":\"Rishabh\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/user-edit.php?user_id=34\",\"filesizeInBytes\":40742,\"filesizeHumanReadable\":\"40 KB\",\"context\":\"\",\"height\":440,\"width\":370,\"orientation\":\"portrait\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/terrace-150x150.jpg\",\"orientation\":\"landscape\"},\"medium\":{\"height\":300,\"width\":252,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/terrace-252x300-1.jpg\",\"orientation\":\"portrait\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/terrace.jpg\",\"height\":440,\"width\":370,\"orientation\":\"portrait\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"imageSize\":\"full\",\"imageWidth\":100,\"imageWidthMobile\":100,\"imageWidthTablet\":100,\"paddingBtnTop\":10,\"paddingBtnBottom\":10,\"paddingBtnLeft\":14,\"paddingBtnRight\":14,\"imageWidthUnit\":\"%\",\"imageWidthUnitTablet\":\"%\",\"imageWidthUnitMobile\":\"%\",\"subHeadTopMargin\":0,\"subHeadRightMargin\":40,\"subHeadLeftMargin\":0,\"subHeadMarginTopTablet\":0,\"subHeadMarginRightTablet\":0,\"subHeadTabletSpace\":20,\"subHeadMarginLeftTablet\":0,\"btnBorderStyle\":\"solid\"} -->\n<div class=\"wp-block-uagb-info-box uagb-block-bc5caedb uagb-infobox__content-wrap  uagb-infobox-icon-above-title uagb-infobox-image-valign-top\"><div class=\"uagb-ifb-content\"><div class=\"uagb-ifb-image-content\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/terrace.jpg\" alt=\"\"/></div><div class=\"uagb-ifb-title-wrap\"><h3 class=\"uagb-ifb-title\">Ocean View Terrace​</h3></div><p class=\"uagb-ifb-desc\">Among the scenic beauty of the city we also have an ocean view terrace for every suite in our hotel.</p><div class=\"uagb-ifb-button-wrapper wp-block-button\"><a href=\"#\" target=\"_self\" class=\"uagb-infobox-cta-link\" rel=\"noopener noreferrer\" alt=\"\"><span class=\"uagb-inline-editing\">READ MORE</span></a></div></div></div>\n<!-- /wp:uagb/info-box -->\n\n<!-- wp:uagb/info-box {\"classMigrate\":true,\"headingAlign\":\"left\",\"headingColor\":\"\",\"subHeadingColor\":\"\",\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"source_type\":\"image\",\"block_id\":\"be927766\",\"ctaType\":\"text\",\"ctaText\":\"READ MORE\",\"ctaLinkColor\":\"var(\\u002d\\u002dast-global-color-0)\",\"ctaDecoration\":\"underline\",\"ctaFontSize\":12,\"ctaFontWeight\":\"600\",\"ctaLetterSpacing\":2,\"ctaBorderStyle\":\"\",\"iconBottomMargin\":30,\"iconImage\":{\"id\":89,\"title\":\"food\",\"filename\":\"food.jpg\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/food.jpg\",\"link\":\"https://blueroan.netgen.cloud/food/\",\"alt\":\"\",\"author\":\"34\",\"description\":\"\",\"caption\":\"\",\"name\":\"food\",\"status\":\"inherit\",\"uploadedTo\":0,\"date\":\"2021-05-07T14:24:52.000Z\",\"modified\":\"2021-05-07T14:24:52.000Z\",\"menuOrder\":0,\"mime\":\"image/jpeg\",\"type\":\"image\",\"subtype\":\"jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/default.png\",\"dateFormatted\":\"May 7, 2021\",\"nonces\":{\"update\":\"b06173e227\",\"delete\":\"7de0e70fba\",\"edit\":\"7dc3d40920\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=89\\u0026action=edit\",\"meta\":false,\"authorName\":\"Rishabh\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/user-edit.php?user_id=34\",\"filesizeInBytes\":41933,\"filesizeHumanReadable\":\"41 KB\",\"context\":\"\",\"height\":440,\"width\":370,\"orientation\":\"portrait\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/food-150x150.jpg\",\"orientation\":\"landscape\"},\"medium\":{\"height\":300,\"width\":252,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/food-252x300-1.jpg\",\"orientation\":\"portrait\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/food.jpg\",\"height\":440,\"width\":370,\"orientation\":\"portrait\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"imageSize\":\"full\",\"imageWidth\":100,\"imageWidthMobile\":100,\"imageWidthTablet\":100,\"paddingBtnTop\":10,\"paddingBtnBottom\":10,\"paddingBtnLeft\":14,\"paddingBtnRight\":14,\"imageWidthUnit\":\"%\",\"imageWidthUnitTablet\":\"%\",\"imageWidthUnitMobile\":\"%\",\"subHeadTopMargin\":0,\"subHeadRightMargin\":40,\"subHeadLeftMargin\":0,\"subHeadMarginTopTablet\":0,\"subHeadMarginRightTablet\":0,\"subHeadTabletSpace\":20,\"subHeadMarginLeftTablet\":0,\"btnBorderStyle\":\"solid\"} -->\n<div class=\"wp-block-uagb-info-box uagb-block-be927766 uagb-infobox__content-wrap  uagb-infobox-icon-above-title uagb-infobox-image-valign-top\"><div class=\"uagb-ifb-content\"><div class=\"uagb-ifb-image-content\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/food.jpg\" alt=\"\"/></div><div class=\"uagb-ifb-title-wrap\"><h3 class=\"uagb-ifb-title\">Delicious Food​</h3></div><p class=\"uagb-ifb-desc\">We have team chefs from across the world. So you can enjoy the delicacies anytime during your stay.</p><div class=\"uagb-ifb-button-wrapper wp-block-button\"><a href=\"#\" target=\"_self\" class=\"uagb-infobox-cta-link\" rel=\"noopener noreferrer\" alt=\"\"><span class=\"uagb-inline-editing\">READ MORE</span></a></div></div></div>\n<!-- /wp:uagb/info-box -->\n\n<!-- wp:uagb/info-box {\"classMigrate\":true,\"headingAlign\":\"left\",\"headingColor\":\"\",\"subHeadingColor\":\"\",\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"source_type\":\"image\",\"block_id\":\"762a0a59\",\"ctaType\":\"text\",\"ctaText\":\"READ MORE\",\"ctaLinkColor\":\"var(\\u002d\\u002dast-global-color-0)\",\"ctaDecoration\":\"underline\",\"ctaFontSize\":12,\"ctaFontWeight\":\"600\",\"ctaLetterSpacing\":2,\"ctaBorderStyle\":\"\",\"iconBottomMargin\":30,\"iconImage\":{\"id\":241,\"title\":\"beach\",\"filename\":\"beach.jpg\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/beach.jpg\",\"link\":\"https://blueroan.netgen.cloud/beach/\",\"alt\":\"\",\"author\":\"34\",\"description\":\"\",\"caption\":\"\",\"name\":\"beach\",\"status\":\"inherit\",\"uploadedTo\":0,\"date\":\"2021-05-11T10:56:06.000Z\",\"modified\":\"2021-05-11T10:56:06.000Z\",\"menuOrder\":0,\"mime\":\"image/jpeg\",\"type\":\"image\",\"subtype\":\"jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/default.png\",\"dateFormatted\":\"May 11, 2021\",\"nonces\":{\"update\":\"65c348aac8\",\"delete\":\"6d551f7cf4\",\"edit\":\"026ca70d91\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=241\\u0026action=edit\",\"meta\":false,\"authorName\":\"Rishabh\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/user-edit.php?user_id=34\",\"filesizeInBytes\":38094,\"filesizeHumanReadable\":\"37 KB\",\"context\":\"\",\"height\":440,\"width\":370,\"orientation\":\"portrait\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/beach-150x150.jpg\",\"orientation\":\"landscape\"},\"medium\":{\"height\":300,\"width\":252,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/beach-252x300-1.jpg\",\"orientation\":\"portrait\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/beach.jpg\",\"height\":440,\"width\":370,\"orientation\":\"portrait\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"imageSize\":\"full\",\"imageWidth\":100,\"imageWidthMobile\":100,\"imageWidthTablet\":100,\"paddingBtnTop\":10,\"paddingBtnBottom\":10,\"paddingBtnLeft\":14,\"paddingBtnRight\":14,\"imageWidthUnit\":\"%\",\"imageWidthUnitTablet\":\"%\",\"imageWidthUnitMobile\":\"%\",\"subHeadTopMargin\":0,\"subHeadRightMargin\":40,\"subHeadLeftMargin\":0,\"subHeadMarginTopTablet\":0,\"subHeadMarginRightTablet\":0,\"subHeadTabletSpace\":20,\"subHeadMarginLeftTablet\":0,\"btnBorderStyle\":\"solid\"} -->\n<div class=\"wp-block-uagb-info-box uagb-block-762a0a59 uagb-infobox__content-wrap  uagb-infobox-icon-above-title uagb-infobox-image-valign-top\"><div class=\"uagb-ifb-content\"><div class=\"uagb-ifb-image-content\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/beach.jpg\" alt=\"\"/></div><div class=\"uagb-ifb-title-wrap\"><h3 class=\"uagb-ifb-title\">Private Beach​</h3></div><p class=\"uagb-ifb-desc\">Want to take a dip into the sea? All our guests get complimentary access to our private beach.</p><div class=\"uagb-ifb-button-wrapper wp-block-button\"><a href=\"#\" target=\"_self\" class=\"uagb-infobox-cta-link\" rel=\"noopener noreferrer\" alt=\"\"><span class=\"uagb-inline-editing\">READ MORE</span></a></div></div></div>\n<!-- /wp:uagb/info-box --></div>\n<!-- /wp:uagb/container --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"b9c70a8e\",\"innerContentCustomWidthDesktop\":781,\"innerContentCustomWidthTablet\":781,\"backgroundType\":\"image\",\"backgroundImageDesktop\":{\"id\":54,\"title\":\"background-img\",\"filename\":\"background-img-1.jpg\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/background-img-1.jpg\",\"link\":\"https://blueroan.netgen.cloud/background-img-2/\",\"alt\":\"\",\"author\":\"34\",\"description\":\"\",\"caption\":\"\",\"name\":\"background-img-2\",\"status\":\"inherit\",\"uploadedTo\":0,\"date\":\"2021-05-07T10:11:37.000Z\",\"modified\":\"2021-05-07T10:11:37.000Z\",\"menuOrder\":0,\"mime\":\"image/jpeg\",\"type\":\"image\",\"subtype\":\"jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/default.png\",\"dateFormatted\":\"May 7, 2021\",\"nonces\":{\"update\":\"bb999636b9\",\"delete\":\"d2e1375bc4\",\"edit\":\"005dd2f0c9\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=54\\u0026action=edit\",\"meta\":false,\"authorName\":\"Rishabh\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/user-edit.php?user_id=34\",\"filesizeInBytes\":338858,\"filesizeHumanReadable\":\"331 KB\",\"context\":\"\",\"height\":1080,\"width\":1920,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/background-img-1-150x150.jpg\",\"orientation\":\"landscape\"},\"medium\":{\"height\":169,\"width\":300,\"url\":\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/background-img-1-300x169.jpg\",\"orientation\":\"landscape\"},\"large\":{\"height\":576,\"width\":1024,\"url\":\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/background-img-1-1024x576.jpg\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/background-img-1.jpg\",\"height\":1080,\"width\":1920,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"backgroundImageColor\":\"rgba(42,42,42,0.65)\",\"topPaddingDesktop\":144,\"bottomPaddingDesktop\":144,\"leftPaddingDesktop\":40,\"rightPaddingDesktop\":40,\"topPaddingTablet\":80,\"bottomPaddingTablet\":80,\"leftPaddingTablet\":40,\"rightPaddingTablet\":40,\"topPaddingMobile\":64,\"bottomPaddingMobile\":64,\"leftPaddingMobile\":24,\"rightPaddingMobile\":24,\"paddingLink\":false,\"variationSelected\":true,\"isBlockRootParent\":true,\"overlayType\":\"color\"} -->\n<div class=\"wp-block-uagb-container uagb-block-b9c70a8e alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/advanced-heading {\"block_id\":\"cd5f9697\",\"classMigrate\":true,\"headingDescToggle\":true,\"headingAlign\":\"center\",\"headingColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"subHeadingColor\":\"var(\\u002d\\u002dast-global-color-4)\",\"headSpace\":20} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-cd5f9697\"><h2 class=\"uagb-heading-text\">Plan an Unforgettable Experience in Mykonos Today!</h2><p class=\"uagb-desc-text\">We can help you fit your stay and experience within your allotted budget.</p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/advanced-heading {\"block_id\":\"9723c0bb\",\"classMigrate\":true,\"headingTitleToggle\":false,\"headingDescToggle\":true,\"headingAlign\":\"center\",\"subHeadingColor\":\"var(\\u002d\\u002dast-global-color-4)\",\"subHeadTransform\":\"uppercase\",\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"subHeadLetterSpacing\":2,\"blockTopPadding\":60,\"blockRightPadding\":0,\"blockLeftPadding\":0,\"blockBottomPadding\":0,\"blockTopPaddingMobile\":30,\"blockRightPaddingMobile\":0,\"blockLeftPaddingMobile\":0,\"blockBottomPaddingMobile\":0} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-9723c0bb\"><p class=\"uagb-desc-text\">BOOK YOUR STAY NOW​</p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/icon-list {\"block_id\":\"2400d7ec\",\"classMigrate\":true,\"childMigrate\":true,\"align\":\"center\",\"parentIcon\":\"phone\",\"size\":40,\"sizeMobile\":24,\"sizeTablet\":32,\"fontSize\":48,\"fontSizeMobile\":28,\"fontSizeTablet\":40,\"fontWeight\":\"600\",\"iconColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"labelColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"blockTopPadding\":0,\"blockRightPadding\":0,\"blockLeftPadding\":0,\"blockBottomPadding\":24,\"blockPaddingLink\":false} -->\n<div class=\"wp-block-uagb-icon-list uagb-block-2400d7ec\"><div class=\"uagb-icon-list__wrap\"><!-- wp:uagb/icon-list-child {\"block_id\":\"852fce77\",\"label\":\"+1-123 456 7890​\",\"label_color\":\"\",\"fromParentIcon\":\"phone\",\"imageSizeChild\":40} -->\n<div class=\"wp-block-uagb-icon-list-child uagb-block-852fce77\"><span class=\"uagb-icon-list__source-wrap\"><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M511.2 387l-23.25 100.8c-3.266 14.25-15.79 24.22-30.46 24.22C205.2 512 0 306.8 0 54.5c0-14.66 9.969-27.2 24.22-30.45l100.8-23.25C139.7-2.602 154.7 5.018 160.8 18.92l46.52 108.5c5.438 12.78 1.77 27.67-8.98 36.45L144.5 207.1c33.98 69.22 90.26 125.5 159.5 159.5l44.08-53.8c8.688-10.78 23.69-14.51 36.47-8.975l108.5 46.51C506.1 357.2 514.6 372.4 511.2 387z\"></path></svg></span><span class=\"uagb-icon-list__label\">+1-123 456 7890​</span></div>\n<!-- /wp:uagb/icon-list-child --></div></div>\n<!-- /wp:uagb/icon-list --></div></div>\n<!-- /wp:uagb/container -->',	'Amenities',	'',	'inherit',	'closed',	'closed',	'',	'762-revision-v1',	'',	'',	'2022-12-15 11:47:29',	'2022-12-15 11:47:29',	'',	762,	'https://blueroan.netgen.cloud/?p=1203',	0,	'revision',	'',	0),
(1205,	2,	'2022-12-15 11:53:44',	'2022-12-15 11:53:44',	'<!-- wp:uagb/container {\"block_id\":\"3d8f929a\",\"backgroundType\":\"image\",\"backgroundImageDesktop\":{\"id\":1007,\"title\":\"AAEAAQAAAAAAAAAAAAAAJDg5NmY0ZGUxLWE4MTgtNDY5NC1iODFhLTBmN2Q0ZDc5ZWFiNw-1\",\"filename\":\"AAEAAQAAAAAAAAAAAAAAJDg5NmY0ZGUxLWE4MTgtNDY5NC1iODFhLTBmN2Q0ZDc5ZWFiNw-1.png\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAAJDg5NmY0ZGUxLWE4MTgtNDY5NC1iODFhLTBmN2Q0ZDc5ZWFiNw-1.png\",\"link\":\"https://blueroan.netgen.cloud/the-barn/aaeaaqaaaaaaaaaaaaaajdg5nmy0zguxlwe4mtgtndy5nc1iodfhltbmn2q0zdc5zwfinw-1/\",\"alt\":\"\",\"author\":\"2\",\"description\":\"\",\"caption\":\"\",\"name\":\"aaeaaqaaaaaaaaaaaaaajdg5nmy0zguxlwe4mtgtndy5nc1iodfhltbmn2q0zdc5zwfinw-1\",\"status\":\"inherit\",\"uploadedTo\":948,\"date\":\"2022-12-14T10:50:25.000Z\",\"modified\":\"2022-12-14T10:50:25.000Z\",\"menuOrder\":0,\"mime\":\"image/png\",\"type\":\"image\",\"subtype\":\"png\",\"icon\":\"https://blueroan.netgen.cloud/wp-includes/images/media/default.png\",\"dateFormatted\":\"December 14, 2022\",\"nonces\":{\"update\":\"483f8bdf3d\",\"delete\":\"0a7ebc92ef\",\"edit\":\"6bc1c6a685\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=1007\\u0026action=edit\",\"meta\":false,\"authorName\":\"Netgen Support\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/profile.php\",\"uploadedToTitle\":\"The Barn\",\"uploadedToLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=948\\u0026action=edit\",\"filesizeInBytes\":1348989,\"filesizeHumanReadable\":\"1 MB\",\"context\":\"\",\"height\":667,\"width\":1000,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAAJDg5NmY0ZGUxLWE4MTgtNDY5NC1iODFhLTBmN2Q0ZDc5ZWFiNw-1-150x150.png\",\"orientation\":\"landscape\"},\"medium\":{\"height\":200,\"width\":300,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAAJDg5NmY0ZGUxLWE4MTgtNDY5NC1iODFhLTBmN2Q0ZDc5ZWFiNw-1-300x200.png\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAAJDg5NmY0ZGUxLWE4MTgtNDY5NC1iODFhLTBmN2Q0ZDc5ZWFiNw-1.png\",\"height\":667,\"width\":1000,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"backgroundPositionDesktop\":{\"x\":0.61,\"y\":0.52},\"backgroundSizeTablet\":\"cover\",\"backgroundSizeMobile\":\"cover\",\"backgroundColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"backgroundImageColor\":\"rgba(42,42,42,0.5)\",\"topPaddingDesktop\":220,\"bottomPaddingDesktop\":150,\"topPaddingTablet\":170,\"bottomPaddingTablet\":160,\"leftPaddingTablet\":30,\"rightPaddingTablet\":30,\"topPaddingMobile\":180,\"bottomPaddingMobile\":80,\"leftPaddingMobile\":20,\"rightPaddingMobile\":20,\"paddingLink\":false,\"variationSelected\":true,\"isBlockRootParent\":true,\"overlayType\":\"color\"} -->\n<div class=\"wp-block-uagb-container uagb-block-3d8f929a alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/advanced-heading {\"block_id\":\"9da33d37\",\"classMigrate\":true,\"headingDescToggle\":true,\"headingColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"subHeadingColor\":\"var(\\u002d\\u002dast-global-color-4)\",\"headingTag\":\"h1\",\"headSpace\":20,\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"blockTopPadding\":0,\"blockRightPadding\":50,\"blockLeftPadding\":0,\"blockBottomPadding\":0,\"blockTopPaddingTablet\":0,\"blockRightPaddingTablet\":20,\"blockLeftPaddingTablet\":0,\"blockBottomPaddingTablet\":0,\"blockTopPaddingMobile\":0,\"blockRightPaddingMobile\":0,\"blockLeftPaddingMobile\":0,\"blockBottomPaddingMobile\":0,\"blockPaddingUnit\":\"%\",\"blockPaddingUnitTablet\":\"%\"} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-9da33d37\"><h1 class=\"uagb-heading-text\">Amenities &amp; Interests​</h1><p class=\"uagb-desc-text\">We do not give you just rooms to stay in. We give you an environment where you can experience the best while on a holiday with us. </p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:buttons -->\n<div class=\"wp-block-buttons\"><!-- wp:button -->\n<div class=\"wp-block-button\"><a class=\"wp-block-button__link wp-element-button\" href=\"https://book.nightsbridge.com/11065\" target=\"_blank\" rel=\"noreferrer noopener\">BOOK NOW</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"6f6d3559\",\"backgroundType\":\"color\",\"backgroundSizeTablet\":\"cover\",\"backgroundSizeMobile\":\"cover\",\"backgroundColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"topPaddingDesktop\":50,\"bottomPaddingDesktop\":100,\"topPaddingTablet\":50,\"bottomPaddingTablet\":25,\"leftPaddingTablet\":20,\"rightPaddingTablet\":20,\"topPaddingMobile\":50,\"bottomPaddingMobile\":20,\"leftPaddingMobile\":20,\"rightPaddingMobile\":20,\"paddingLink\":false,\"variationSelected\":true,\"rowGapDesktop\":0,\"isBlockRootParent\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-6f6d3559 alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/container {\"block_id\":\"77d0525f\",\"directionDesktop\":\"row\",\"alignItemsDesktop\":\"flex-end\",\"alignItemsTablet\":\"flex-end\",\"justifyContentDesktop\":\"flex-end\",\"justifyContentTablet\":\"space-between\",\"variationSelected\":true,\"rowGapMobile\":30,\"columnGapDesktop\":0} -->\n<div class=\"wp-block-uagb-container uagb-block-77d0525f\"><!-- wp:uagb/advanced-heading {\"block_id\":\"7ee24347\",\"classMigrate\":true,\"headingDescToggle\":true,\"subHeadingColor\":\"\",\"headSpace\":20,\"subHeadFontSize\":16} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-7ee24347\"><h2 class=\"uagb-heading-text\">Amenities &amp; Interests ​</h2><p class=\"uagb-desc-text\">The Blue Roan Country Lodge is situated just 5 minutes from the village of Magaliesburg on a tar road so easy access for all cars. &nbsp;We have panoramic views of the Magaliesberg mountain range and our farm is the perfect place for a relaxing getaway in the country. &nbsp;As we are only 70 km from JHB and Pretoria, it is only an hour’s drive.</p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/buttons {\"block_id\":\"eea80ed1\",\"classMigrate\":true,\"childMigrate\":true,\"align\":\"right\",\"alignTablet\":\"right\",\"alignMobile\":\"left\",\"gap\":0} -->\n<div class=\"wp-block-uagb-buttons uagb-buttons__outer-wrap uagb-btn__default-btn uagb-btn-tablet__default-btn uagb-btn-mobile__default-btn uagb-block-eea80ed1\"><div class=\"uagb-buttons__wrap uagb-buttons-layout-wrap\"><!-- wp:uagb/buttons-child {\"block_id\":\"58813eee\",\"label\":\"View All\",\"link\":\"/amenities/\",\"hColor\":\"\",\"borderWidth\":\"\",\"borderRadius\":\"\",\"borderStyle\":\"\",\"borderColor\":\"\",\"borderHColor\":\"\",\"btnBorderTopWidth\":1,\"btnBorderLeftWidth\":1,\"btnBorderRightWidth\":1,\"btnBorderBottomWidth\":1,\"btnBorderTopLeftRadius\":2,\"btnBorderTopRightRadius\":2,\"btnBorderBottomLeftRadius\":2,\"btnBorderBottomRightRadius\":2,\"btnBorderStyle\":\"solid\",\"btnBorderColor\":\"#333\",\"btnBorderHColor\":\"#333\"} -->\n<div class=\"wp-block-uagb-buttons-child uagb-buttons__outer-wrap uagb-block-58813eee wp-block-button is-style-outline\"><div class=\"uagb-button__wrapper\"><a class=\"uagb-buttons-repeater wp-block-button__link\" href=\"/amenities/\" rel=\"follow noopener\" target=\"_self\"><div class=\"uagb-button__link\">View All</div></a></div></div>\n<!-- /wp:uagb/buttons-child --></div></div>\n<!-- /wp:uagb/buttons --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"c08b595f\",\"directionDesktop\":\"row\",\"alignItemsTablet\":\"flex-start\",\"paddingLink\":false,\"topMarginDesktop\":50,\"bottomMarginDesktop\":20,\"leftMarginDesktop\":0,\"rightMarginDesktop\":0,\"marginLink\":false,\"variationSelected\":true,\"rowGapMobile\":65,\"columnGapDesktop\":48,\"columnGapTablet\":20} -->\n<div class=\"wp-block-uagb-container uagb-block-c08b595f\"><!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"align\":\"center\",\"id\":828,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image aligncenter size-full\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Blue-Roan-pool.png\" alt=\"Blue Roan\'s rock pool\" class=\"wp-image-828\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>A relaxing rock Pool​</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>We have a lovely sparkling blue rock pool next to a thatched Lapa. &nbsp;&nbsp;Lie on recliners on the green lawn or sit on the swing chair in the Lapa and enjoy the panoramic view of the Magaliesberg mountain range.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":829,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/img-20160605-wa0002-largejpg.png\" alt=\"\" class=\"wp-image-829\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>Braai facilities </h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>What can compare to a burning fire under the star-lit African sky? Nothing beats the flavor of cooking over an open flame.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":830,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/ef9d0188da11e2bc56788f5619d9d539.png\" alt=\"\" class=\"wp-image-830\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>A games room </h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>The reception is also a games room for those who enjoy darts or playing pool. &nbsp;Take a selection of DVDs back to your room and watch movies on your own DVD player. &nbsp;There is also a selection of board games and music CDs that you can borrow.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"align\":\"center\",\"id\":1198,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image aligncenter size-full\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/eyJidWNrZXQiOiJhc3NldHMuYWxsdHJhaWxzLmNvbSIsImtleSI6InVwbG9hZHMvcGhvdG8vaW1hZ2UvNDMxNzk4MTAvYjZkYTAz-1.png\" alt=\"\" class=\"wp-image-1198\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>Walking or hiking </h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>There is a well-kept walking trail on our property with plenty of bird life and some benches along the way. &nbsp;It is safe for dogs to run off-leash as it is completely fenced all around. &nbsp;For those who enjoy long walks and hikes, it is safe to cross onto neighbouring farms and go as far as the eye can see.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":1185,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/49089607_1950305445047847_5177863042771189760_n.png\" alt=\"\" class=\"wp-image-1185\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>Mountain biking </h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Bring your mountain bikes and explore the surrounding countryside on safe off-road tracks on our property and on neighbouring farms.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":1196,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Michelle_1.png\" alt=\"\" class=\"wp-image-1196\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>Horse riding </h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Interested riders can book at one of the recommended horse-riding establishments listed further down this page.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"50279bf3\",\"topPaddingDesktop\":60,\"bottomPaddingDesktop\":60,\"leftPaddingDesktop\":15,\"rightPaddingDesktop\":15,\"paddingLink\":false,\"variationSelected\":true,\"isBlockRootParent\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-50279bf3 alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"align\":\"center\",\"id\":828,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image aligncenter size-full\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Blue-Roan-pool.png\" alt=\"Blue Roan\'s rock pool\" class=\"wp-image-828\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>A relaxing rock Pool​</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>We have a lovely sparkling blue rock pool next to a thatched Lapa. &nbsp;&nbsp;Lie on recliners on the green lawn or sit on the swing chair in the Lapa and enjoy the panoramic view of the Magaliesberg mountain range.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":829,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/img-20160605-wa0002-largejpg.png\" alt=\"\" class=\"wp-image-829\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>Braai facilities </h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>What can compare to a burning fire under the star-lit African sky? Nothing beats the flavor of cooking over an open flame.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":830,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/ef9d0188da11e2bc56788f5619d9d539.png\" alt=\"\" class=\"wp-image-830\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>A games room </h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>The reception is also a games room for those who enjoy darts or playing pool. &nbsp;Take a selection of DVDs back to your room and watch movies on your own DVD player. &nbsp;There is also a selection of board games and music CDs that you can borrow.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"30a6a7e8\",\"topPaddingDesktop\":0,\"bottomPaddingDesktop\":60,\"leftPaddingDesktop\":0,\"rightPaddingDesktop\":0,\"paddingLink\":false,\"variationSelected\":true,\"isBlockRootParent\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-30a6a7e8 alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"align\":\"center\",\"id\":1198,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image aligncenter size-full\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/eyJidWNrZXQiOiJhc3NldHMuYWxsdHJhaWxzLmNvbSIsImtleSI6InVwbG9hZHMvcGhvdG8vaW1hZ2UvNDMxNzk4MTAvYjZkYTAz-1.png\" alt=\"\" class=\"wp-image-1198\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>Walking or hiking </h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>There is a well-kept walking trail on our property with plenty of bird life and some benches along the way.  It is safe for dogs to run off-leash as it is completely fenced all around.  For those who enjoy long walks and hikes, it is safe to cross onto neighbouring farms and go as far as the eye can see.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":1185,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/49089607_1950305445047847_5177863042771189760_n.png\" alt=\"\" class=\"wp-image-1185\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>Mountain biking </h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Bring your mountain bikes and explore the surrounding countryside on safe off-road tracks on our property and on neighbouring farms.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":1196,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Michelle_1.png\" alt=\"\" class=\"wp-image-1196\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>Horse riding </h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Interested riders can book at one of the recommended horse-riding establishments listed further down this page.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"f902ce68\",\"innerContentWidth\":\"alignfull\",\"directionDesktop\":\"row\",\"wrapTablet\":\"wrap\",\"variationSelected\":true,\"rowGapTablet\":0,\"columnGapDesktop\":0,\"isBlockRootParent\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-f902ce68 alignfull uagb-is-root-container\"><!-- wp:uagb/container {\"block_id\":\"5a73ac0e\",\"widthDesktop\":25,\"widthTablet\":50,\"variationSelected\":true,\"widthSetByUser\":true,\"UAGHideMob\":true,\"UAGResponsiveConditions\":true} -->\n<div class=\"wp-block-uagb-container uag-hide-mob uagb-block-5a73ac0e\"><!-- wp:uagb/image {\"block_id\":\"1a99938a\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/amenities-1.jpg\",\"id\":220,\"linkDestination\":\"none\",\"width\":480,\"height\":500,\"naturalWidth\":480,\"naturalHeight\":500,\"sizeSlug\":\"full\",\"sizeSlugTablet\":\"full\",\"sizeSlugMobile\":\"full\"} -->\n<div class=\"wp-block-uagb-image uagb-block-1a99938a wp-block-uagb-image--layout-default wp-block-uagb-image--effect-static wp-block-uagb-image--align-none\"><figure class=\"wp-block-uagb-image__figure\"><img srcset=\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/amenities-1.jpg \" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/amenities-1.jpg\" alt=\"\" class=\"uag-image-220\" width=\"480\" height=\"500\" title=\"\" loading=\"lazy\"/></figure></div>\n<!-- /wp:uagb/image --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"4c515c71\",\"widthDesktop\":25,\"widthTablet\":50,\"variationSelected\":true,\"widthSetByUser\":true,\"UAGHideMob\":true,\"UAGResponsiveConditions\":true} -->\n<div class=\"wp-block-uagb-container uag-hide-mob uagb-block-4c515c71\"><!-- wp:uagb/image {\"block_id\":\"897fe884\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/amenities-3.jpg\",\"id\":222,\"linkDestination\":\"none\",\"naturalWidth\":480,\"naturalHeight\":500,\"sizeSlug\":\"full\",\"sizeSlugTablet\":\"full\",\"sizeSlugMobile\":\"full\"} -->\n<div class=\"wp-block-uagb-image uagb-block-897fe884 wp-block-uagb-image--layout-default wp-block-uagb-image--effect-static wp-block-uagb-image--align-none\"><figure class=\"wp-block-uagb-image__figure\"><img srcset=\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/amenities-3.jpg \" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/amenities-3.jpg\" alt=\"\" class=\"uag-image-222\" width=\"\" height=\"\" title=\"\" loading=\"lazy\"/></figure></div>\n<!-- /wp:uagb/image --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"a1605ab6\",\"widthDesktop\":50,\"widthTablet\":100,\"variationSelected\":true,\"columnGapDesktop\":20,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-a1605ab6\"><!-- wp:uagb/image {\"block_id\":\"0586682c\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/amenities-5.jpg\",\"id\":224,\"linkDestination\":\"none\",\"width\":960,\"height\":500,\"naturalWidth\":960,\"naturalHeight\":500,\"sizeSlug\":\"full\",\"sizeSlugTablet\":\"full\",\"sizeSlugMobile\":\"full\"} -->\n<div class=\"wp-block-uagb-image uagb-block-0586682c wp-block-uagb-image--layout-default wp-block-uagb-image--effect-static wp-block-uagb-image--align-none\"><figure class=\"wp-block-uagb-image__figure\"><img srcset=\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/amenities-5.jpg \" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/amenities-5.jpg\" alt=\"\" class=\"uag-image-224\" width=\"960\" height=\"500\" title=\"\" loading=\"lazy\"/></figure></div>\n<!-- /wp:uagb/image --></div>\n<!-- /wp:uagb/container --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"2c2d1f36\",\"innerContentWidth\":\"alignfull\",\"directionDesktop\":\"row\",\"wrapTablet\":\"wrap\",\"variationSelected\":true,\"rowGapTablet\":0,\"columnGapDesktop\":0,\"isBlockRootParent\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-2c2d1f36 alignfull uagb-is-root-container\"><!-- wp:uagb/container {\"block_id\":\"52eec9c3\",\"widthDesktop\":50,\"widthTablet\":100,\"variationSelected\":true,\"columnGapDesktop\":20,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-52eec9c3\"><!-- wp:uagb/image {\"block_id\":\"f810d748\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/amenities-6-1.jpg\",\"id\":230,\"linkDestination\":\"none\",\"naturalWidth\":960,\"naturalHeight\":500,\"sizeSlug\":\"full\",\"sizeSlugTablet\":\"full\",\"sizeSlugMobile\":\"full\"} -->\n<div class=\"wp-block-uagb-image uagb-block-f810d748 wp-block-uagb-image--layout-default wp-block-uagb-image--effect-static wp-block-uagb-image--align-none\"><figure class=\"wp-block-uagb-image__figure\"><img srcset=\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/amenities-6-1.jpg \" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/amenities-6-1.jpg\" alt=\"\" class=\"uag-image-230\" width=\"\" height=\"\" title=\"\" loading=\"lazy\"/></figure></div>\n<!-- /wp:uagb/image --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"0ab86ced\",\"widthDesktop\":25,\"variationSelected\":true,\"widthSetByUser\":true,\"UAGHideMob\":true,\"UAGResponsiveConditions\":true} -->\n<div class=\"wp-block-uagb-container uag-hide-mob uagb-block-0ab86ced\"><!-- wp:uagb/image {\"block_id\":\"96a0cf05\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/amenities-2.jpg\",\"id\":221,\"linkDestination\":\"none\",\"naturalWidth\":480,\"naturalHeight\":500,\"sizeSlug\":\"full\",\"sizeSlugTablet\":\"full\",\"sizeSlugMobile\":\"full\"} -->\n<div class=\"wp-block-uagb-image uagb-block-96a0cf05 wp-block-uagb-image--layout-default wp-block-uagb-image--effect-static wp-block-uagb-image--align-none\"><figure class=\"wp-block-uagb-image__figure\"><img srcset=\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/amenities-2.jpg \" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/amenities-2.jpg\" alt=\"\" class=\"uag-image-221\" width=\"\" height=\"\" title=\"\" loading=\"lazy\"/></figure></div>\n<!-- /wp:uagb/image --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"a923f04b\",\"widthDesktop\":25,\"variationSelected\":true,\"widthSetByUser\":true,\"UAGHideMob\":true,\"UAGResponsiveConditions\":true} -->\n<div class=\"wp-block-uagb-container uag-hide-mob uagb-block-a923f04b\"><!-- wp:uagb/image {\"block_id\":\"76c072cf\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/amenities-4.jpg\",\"id\":223,\"linkDestination\":\"none\",\"naturalWidth\":480,\"naturalHeight\":500,\"sizeSlug\":\"full\",\"sizeSlugTablet\":\"full\",\"sizeSlugMobile\":\"full\"} -->\n<div class=\"wp-block-uagb-image uagb-block-76c072cf wp-block-uagb-image--layout-default wp-block-uagb-image--effect-static wp-block-uagb-image--align-none\"><figure class=\"wp-block-uagb-image__figure\"><img srcset=\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/amenities-4.jpg \" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/amenities-4.jpg\" alt=\"\" class=\"uag-image-223\" width=\"\" height=\"\" title=\"\" loading=\"lazy\"/></figure></div>\n<!-- /wp:uagb/image --></div>\n<!-- /wp:uagb/container --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"b35a77e3\",\"backgroundType\":\"color\",\"backgroundSizeTablet\":\"cover\",\"backgroundSizeMobile\":\"cover\",\"backgroundColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"topPaddingDesktop\":120,\"bottomPaddingDesktop\":120,\"topPaddingTablet\":80,\"bottomPaddingTablet\":80,\"leftPaddingTablet\":30,\"rightPaddingTablet\":30,\"topPaddingMobile\":80,\"bottomPaddingMobile\":80,\"leftPaddingMobile\":20,\"rightPaddingMobile\":20,\"paddingLink\":false,\"variationSelected\":true,\"rowGapDesktop\":0,\"rowGapTablet\":0,\"isBlockRootParent\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-b35a77e3 alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/container {\"block_id\":\"b13ac88e\",\"directionDesktop\":\"row\",\"alignItemsDesktop\":\"flex-end\",\"alignItemsTablet\":\"flex-end\",\"justifyContentDesktop\":\"flex-end\",\"justifyContentTablet\":\"space-between\",\"variationSelected\":true,\"rowGapMobile\":30,\"columnGapDesktop\":0} -->\n<div class=\"wp-block-uagb-container uagb-block-b13ac88e\"><!-- wp:uagb/advanced-heading {\"block_id\":\"5343a231\",\"classMigrate\":true,\"headingDescToggle\":true,\"subHeadingColor\":\"\",\"headSpace\":20,\"subHeadFontSize\":16} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-5343a231\"><h2 class=\"uagb-heading-text\">Other Perks &amp; Facilities ​</h2><p class=\"uagb-desc-text\">Looking for more? Well, we believe that every guest walks into our hotel for the best experience. And, we are determined to do that.</p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/buttons {\"block_id\":\"da256e7e\",\"classMigrate\":true,\"childMigrate\":true,\"align\":\"right\",\"alignTablet\":\"right\",\"alignMobile\":\"left\",\"gap\":0} -->\n<div class=\"wp-block-uagb-buttons uagb-buttons__outer-wrap uagb-btn__default-btn uagb-btn-tablet__default-btn uagb-btn-mobile__default-btn uagb-block-da256e7e\"><div class=\"uagb-buttons__wrap uagb-buttons-layout-wrap\"><!-- wp:uagb/buttons-child {\"block_id\":\"bb30d45f\",\"label\":\"Get Bookings\",\"link\":\"#\",\"hColor\":\"\",\"borderWidth\":\"\",\"borderRadius\":\"\",\"borderStyle\":\"\",\"borderColor\":\"\",\"borderHColor\":\"\",\"btnBorderTopWidth\":1,\"btnBorderLeftWidth\":1,\"btnBorderRightWidth\":1,\"btnBorderBottomWidth\":1,\"btnBorderTopLeftRadius\":2,\"btnBorderTopRightRadius\":2,\"btnBorderBottomLeftRadius\":2,\"btnBorderBottomRightRadius\":2,\"btnBorderStyle\":\"solid\",\"btnBorderColor\":\"#333\",\"btnBorderHColor\":\"#333\"} -->\n<div class=\"wp-block-uagb-buttons-child uagb-buttons__outer-wrap uagb-block-bb30d45f wp-block-button is-style-outline\"><div class=\"uagb-button__wrapper\"><a class=\"uagb-buttons-repeater wp-block-button__link\" href=\"#\" rel=\"follow noopener\" target=\"_self\"><div class=\"uagb-button__link\">Get Bookings</div></a></div></div>\n<!-- /wp:uagb/buttons-child --></div></div>\n<!-- /wp:uagb/buttons --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"c747e59c\",\"directionDesktop\":\"row\",\"alignItemsTablet\":\"flex-start\",\"paddingLink\":false,\"topMarginDesktop\":54,\"bottomMarginDesktop\":0,\"leftMarginDesktop\":0,\"rightMarginDesktop\":0,\"topMarginTablet\":30,\"bottomMarginTablet\":0,\"leftMarginTablet\":0,\"rightMarginTablet\":0,\"marginLink\":false,\"variationSelected\":true,\"rowGapMobile\":65,\"columnGapDesktop\":48,\"columnGapTablet\":20} -->\n<div class=\"wp-block-uagb-container uagb-block-c747e59c\"><!-- wp:uagb/info-box {\"classMigrate\":true,\"headingAlign\":\"left\",\"headingColor\":\"\",\"subHeadingColor\":\"\",\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"source_type\":\"image\",\"block_id\":\"bc5caedb\",\"ctaType\":\"text\",\"ctaText\":\"READ MORE\",\"ctaLinkColor\":\"var(\\u002d\\u002dast-global-color-0)\",\"ctaDecoration\":\"underline\",\"ctaFontSize\":12,\"ctaFontWeight\":\"600\",\"ctaLetterSpacing\":2,\"ctaBorderStyle\":\"\",\"iconBottomMargin\":30,\"iconImage\":{\"id\":240,\"title\":\"terrace\",\"filename\":\"terrace.jpg\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/terrace.jpg\",\"link\":\"https://blueroan.netgen.cloud/terrace/\",\"alt\":\"\",\"author\":\"34\",\"description\":\"\",\"caption\":\"\",\"name\":\"terrace\",\"status\":\"inherit\",\"uploadedTo\":0,\"date\":\"2021-05-11T10:54:04.000Z\",\"modified\":\"2021-05-11T10:54:04.000Z\",\"menuOrder\":0,\"mime\":\"image/jpeg\",\"type\":\"image\",\"subtype\":\"jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/default.png\",\"dateFormatted\":\"May 11, 2021\",\"nonces\":{\"update\":\"6de8720da3\",\"delete\":\"d7905e75b9\",\"edit\":\"e7132a7b3e\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=240\\u0026action=edit\",\"meta\":false,\"authorName\":\"Rishabh\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/user-edit.php?user_id=34\",\"filesizeInBytes\":40742,\"filesizeHumanReadable\":\"40 KB\",\"context\":\"\",\"height\":440,\"width\":370,\"orientation\":\"portrait\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/terrace-150x150.jpg\",\"orientation\":\"landscape\"},\"medium\":{\"height\":300,\"width\":252,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/terrace-252x300-1.jpg\",\"orientation\":\"portrait\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/terrace.jpg\",\"height\":440,\"width\":370,\"orientation\":\"portrait\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"imageSize\":\"full\",\"imageWidth\":100,\"imageWidthMobile\":100,\"imageWidthTablet\":100,\"paddingBtnTop\":10,\"paddingBtnBottom\":10,\"paddingBtnLeft\":14,\"paddingBtnRight\":14,\"imageWidthUnit\":\"%\",\"imageWidthUnitTablet\":\"%\",\"imageWidthUnitMobile\":\"%\",\"subHeadTopMargin\":0,\"subHeadRightMargin\":40,\"subHeadLeftMargin\":0,\"subHeadMarginTopTablet\":0,\"subHeadMarginRightTablet\":0,\"subHeadTabletSpace\":20,\"subHeadMarginLeftTablet\":0,\"btnBorderStyle\":\"solid\"} -->\n<div class=\"wp-block-uagb-info-box uagb-block-bc5caedb uagb-infobox__content-wrap  uagb-infobox-icon-above-title uagb-infobox-image-valign-top\"><div class=\"uagb-ifb-content\"><div class=\"uagb-ifb-image-content\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/terrace.jpg\" alt=\"\"/></div><div class=\"uagb-ifb-title-wrap\"><h3 class=\"uagb-ifb-title\">Ocean View Terrace​</h3></div><p class=\"uagb-ifb-desc\">Among the scenic beauty of the city we also have an ocean view terrace for every suite in our hotel.</p><div class=\"uagb-ifb-button-wrapper wp-block-button\"><a href=\"#\" target=\"_self\" class=\"uagb-infobox-cta-link\" rel=\"noopener noreferrer\" alt=\"\"><span class=\"uagb-inline-editing\">READ MORE</span></a></div></div></div>\n<!-- /wp:uagb/info-box -->\n\n<!-- wp:uagb/info-box {\"classMigrate\":true,\"headingAlign\":\"left\",\"headingColor\":\"\",\"subHeadingColor\":\"\",\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"source_type\":\"image\",\"block_id\":\"be927766\",\"ctaType\":\"text\",\"ctaText\":\"READ MORE\",\"ctaLinkColor\":\"var(\\u002d\\u002dast-global-color-0)\",\"ctaDecoration\":\"underline\",\"ctaFontSize\":12,\"ctaFontWeight\":\"600\",\"ctaLetterSpacing\":2,\"ctaBorderStyle\":\"\",\"iconBottomMargin\":30,\"iconImage\":{\"id\":89,\"title\":\"food\",\"filename\":\"food.jpg\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/food.jpg\",\"link\":\"https://blueroan.netgen.cloud/food/\",\"alt\":\"\",\"author\":\"34\",\"description\":\"\",\"caption\":\"\",\"name\":\"food\",\"status\":\"inherit\",\"uploadedTo\":0,\"date\":\"2021-05-07T14:24:52.000Z\",\"modified\":\"2021-05-07T14:24:52.000Z\",\"menuOrder\":0,\"mime\":\"image/jpeg\",\"type\":\"image\",\"subtype\":\"jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/default.png\",\"dateFormatted\":\"May 7, 2021\",\"nonces\":{\"update\":\"b06173e227\",\"delete\":\"7de0e70fba\",\"edit\":\"7dc3d40920\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=89\\u0026action=edit\",\"meta\":false,\"authorName\":\"Rishabh\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/user-edit.php?user_id=34\",\"filesizeInBytes\":41933,\"filesizeHumanReadable\":\"41 KB\",\"context\":\"\",\"height\":440,\"width\":370,\"orientation\":\"portrait\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/food-150x150.jpg\",\"orientation\":\"landscape\"},\"medium\":{\"height\":300,\"width\":252,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/food-252x300-1.jpg\",\"orientation\":\"portrait\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/food.jpg\",\"height\":440,\"width\":370,\"orientation\":\"portrait\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"imageSize\":\"full\",\"imageWidth\":100,\"imageWidthMobile\":100,\"imageWidthTablet\":100,\"paddingBtnTop\":10,\"paddingBtnBottom\":10,\"paddingBtnLeft\":14,\"paddingBtnRight\":14,\"imageWidthUnit\":\"%\",\"imageWidthUnitTablet\":\"%\",\"imageWidthUnitMobile\":\"%\",\"subHeadTopMargin\":0,\"subHeadRightMargin\":40,\"subHeadLeftMargin\":0,\"subHeadMarginTopTablet\":0,\"subHeadMarginRightTablet\":0,\"subHeadTabletSpace\":20,\"subHeadMarginLeftTablet\":0,\"btnBorderStyle\":\"solid\"} -->\n<div class=\"wp-block-uagb-info-box uagb-block-be927766 uagb-infobox__content-wrap  uagb-infobox-icon-above-title uagb-infobox-image-valign-top\"><div class=\"uagb-ifb-content\"><div class=\"uagb-ifb-image-content\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/food.jpg\" alt=\"\"/></div><div class=\"uagb-ifb-title-wrap\"><h3 class=\"uagb-ifb-title\">Delicious Food​</h3></div><p class=\"uagb-ifb-desc\">We have team chefs from across the world. So you can enjoy the delicacies anytime during your stay.</p><div class=\"uagb-ifb-button-wrapper wp-block-button\"><a href=\"#\" target=\"_self\" class=\"uagb-infobox-cta-link\" rel=\"noopener noreferrer\" alt=\"\"><span class=\"uagb-inline-editing\">READ MORE</span></a></div></div></div>\n<!-- /wp:uagb/info-box -->\n\n<!-- wp:uagb/info-box {\"classMigrate\":true,\"headingAlign\":\"left\",\"headingColor\":\"\",\"subHeadingColor\":\"\",\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"source_type\":\"image\",\"block_id\":\"762a0a59\",\"ctaType\":\"text\",\"ctaText\":\"READ MORE\",\"ctaLinkColor\":\"var(\\u002d\\u002dast-global-color-0)\",\"ctaDecoration\":\"underline\",\"ctaFontSize\":12,\"ctaFontWeight\":\"600\",\"ctaLetterSpacing\":2,\"ctaBorderStyle\":\"\",\"iconBottomMargin\":30,\"iconImage\":{\"id\":241,\"title\":\"beach\",\"filename\":\"beach.jpg\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/beach.jpg\",\"link\":\"https://blueroan.netgen.cloud/beach/\",\"alt\":\"\",\"author\":\"34\",\"description\":\"\",\"caption\":\"\",\"name\":\"beach\",\"status\":\"inherit\",\"uploadedTo\":0,\"date\":\"2021-05-11T10:56:06.000Z\",\"modified\":\"2021-05-11T10:56:06.000Z\",\"menuOrder\":0,\"mime\":\"image/jpeg\",\"type\":\"image\",\"subtype\":\"jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/default.png\",\"dateFormatted\":\"May 11, 2021\",\"nonces\":{\"update\":\"65c348aac8\",\"delete\":\"6d551f7cf4\",\"edit\":\"026ca70d91\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=241\\u0026action=edit\",\"meta\":false,\"authorName\":\"Rishabh\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/user-edit.php?user_id=34\",\"filesizeInBytes\":38094,\"filesizeHumanReadable\":\"37 KB\",\"context\":\"\",\"height\":440,\"width\":370,\"orientation\":\"portrait\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/beach-150x150.jpg\",\"orientation\":\"landscape\"},\"medium\":{\"height\":300,\"width\":252,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/beach-252x300-1.jpg\",\"orientation\":\"portrait\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/beach.jpg\",\"height\":440,\"width\":370,\"orientation\":\"portrait\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"imageSize\":\"full\",\"imageWidth\":100,\"imageWidthMobile\":100,\"imageWidthTablet\":100,\"paddingBtnTop\":10,\"paddingBtnBottom\":10,\"paddingBtnLeft\":14,\"paddingBtnRight\":14,\"imageWidthUnit\":\"%\",\"imageWidthUnitTablet\":\"%\",\"imageWidthUnitMobile\":\"%\",\"subHeadTopMargin\":0,\"subHeadRightMargin\":40,\"subHeadLeftMargin\":0,\"subHeadMarginTopTablet\":0,\"subHeadMarginRightTablet\":0,\"subHeadTabletSpace\":20,\"subHeadMarginLeftTablet\":0,\"btnBorderStyle\":\"solid\"} -->\n<div class=\"wp-block-uagb-info-box uagb-block-762a0a59 uagb-infobox__content-wrap  uagb-infobox-icon-above-title uagb-infobox-image-valign-top\"><div class=\"uagb-ifb-content\"><div class=\"uagb-ifb-image-content\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/beach.jpg\" alt=\"\"/></div><div class=\"uagb-ifb-title-wrap\"><h3 class=\"uagb-ifb-title\">Private Beach​</h3></div><p class=\"uagb-ifb-desc\">Want to take a dip into the sea? All our guests get complimentary access to our private beach.</p><div class=\"uagb-ifb-button-wrapper wp-block-button\"><a href=\"#\" target=\"_self\" class=\"uagb-infobox-cta-link\" rel=\"noopener noreferrer\" alt=\"\"><span class=\"uagb-inline-editing\">READ MORE</span></a></div></div></div>\n<!-- /wp:uagb/info-box --></div>\n<!-- /wp:uagb/container --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"2c91b336\",\"innerContentCustomWidthDesktop\":781,\"innerContentCustomWidthTablet\":781,\"backgroundType\":\"image\",\"backgroundImageDesktop\":{\"id\":54,\"title\":\"background-img\",\"filename\":\"background-img-1.jpg\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/background-img-1.jpg\",\"link\":\"https://blueroan.netgen.cloud/background-img-2/\",\"alt\":\"\",\"author\":\"34\",\"description\":\"\",\"caption\":\"\",\"name\":\"background-img-2\",\"status\":\"inherit\",\"uploadedTo\":0,\"date\":\"2021-05-07T10:11:37.000Z\",\"modified\":\"2021-05-07T10:11:37.000Z\",\"menuOrder\":0,\"mime\":\"image/jpeg\",\"type\":\"image\",\"subtype\":\"jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/default.png\",\"dateFormatted\":\"May 7, 2021\",\"nonces\":{\"update\":\"bb999636b9\",\"delete\":\"d2e1375bc4\",\"edit\":\"005dd2f0c9\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=54\\u0026action=edit\",\"meta\":false,\"authorName\":\"Rishabh\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/user-edit.php?user_id=34\",\"filesizeInBytes\":338858,\"filesizeHumanReadable\":\"331 KB\",\"context\":\"\",\"height\":1080,\"width\":1920,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/background-img-1-150x150.jpg\",\"orientation\":\"landscape\"},\"medium\":{\"height\":169,\"width\":300,\"url\":\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/background-img-1-300x169.jpg\",\"orientation\":\"landscape\"},\"large\":{\"height\":576,\"width\":1024,\"url\":\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/background-img-1-1024x576.jpg\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/background-img-1.jpg\",\"height\":1080,\"width\":1920,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"backgroundImageColor\":\"rgba(42,42,42,0.65)\",\"topPaddingDesktop\":144,\"bottomPaddingDesktop\":144,\"leftPaddingDesktop\":40,\"rightPaddingDesktop\":40,\"topPaddingTablet\":80,\"bottomPaddingTablet\":80,\"leftPaddingTablet\":40,\"rightPaddingTablet\":40,\"topPaddingMobile\":64,\"bottomPaddingMobile\":64,\"leftPaddingMobile\":24,\"rightPaddingMobile\":24,\"paddingLink\":false,\"variationSelected\":true,\"isBlockRootParent\":true,\"overlayType\":\"color\"} -->\n<div class=\"wp-block-uagb-container uagb-block-2c91b336 alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/advanced-heading {\"block_id\":\"0f8cbc48\",\"classMigrate\":true,\"headingDescToggle\":true,\"headingAlign\":\"center\",\"headingColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"subHeadingColor\":\"var(\\u002d\\u002dast-global-color-4)\",\"headSpace\":20} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-0f8cbc48\"><h2 class=\"uagb-heading-text\">Plan an Unforgettable Experience in Mykonos Today!</h2><p class=\"uagb-desc-text\">We can help you fit your stay and experience within your allotted budget.</p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/advanced-heading {\"block_id\":\"a8de10f2\",\"classMigrate\":true,\"headingTitleToggle\":false,\"headingDescToggle\":true,\"headingAlign\":\"center\",\"subHeadingColor\":\"var(\\u002d\\u002dast-global-color-4)\",\"subHeadTransform\":\"uppercase\",\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"subHeadLetterSpacing\":2,\"blockTopPadding\":60,\"blockRightPadding\":0,\"blockLeftPadding\":0,\"blockBottomPadding\":0,\"blockTopPaddingMobile\":30,\"blockRightPaddingMobile\":0,\"blockLeftPaddingMobile\":0,\"blockBottomPaddingMobile\":0} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-a8de10f2\"><p class=\"uagb-desc-text\">BOOK YOUR STAY NOW​</p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/icon-list {\"block_id\":\"c7054712\",\"classMigrate\":true,\"childMigrate\":true,\"align\":\"center\",\"parentIcon\":\"phone\",\"size\":40,\"sizeMobile\":24,\"sizeTablet\":32,\"fontSize\":48,\"fontSizeMobile\":28,\"fontSizeTablet\":40,\"fontWeight\":\"600\",\"iconColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"labelColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"blockTopPadding\":0,\"blockRightPadding\":0,\"blockLeftPadding\":0,\"blockBottomPadding\":24,\"blockPaddingLink\":false} -->\n<div class=\"wp-block-uagb-icon-list uagb-block-c7054712\"><div class=\"uagb-icon-list__wrap\"><!-- wp:uagb/icon-list-child {\"block_id\":\"3fe2dab2\",\"label\":\"+1-123 456 7890​\",\"label_color\":\"\",\"fromParentIcon\":\"phone\",\"imageSizeChild\":40} -->\n<div class=\"wp-block-uagb-icon-list-child uagb-block-3fe2dab2\"><span class=\"uagb-icon-list__source-wrap\"><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M511.2 387l-23.25 100.8c-3.266 14.25-15.79 24.22-30.46 24.22C205.2 512 0 306.8 0 54.5c0-14.66 9.969-27.2 24.22-30.45l100.8-23.25C139.7-2.602 154.7 5.018 160.8 18.92l46.52 108.5c5.438 12.78 1.77 27.67-8.98 36.45L144.5 207.1c33.98 69.22 90.26 125.5 159.5 159.5l44.08-53.8c8.688-10.78 23.69-14.51 36.47-8.975l108.5 46.51C506.1 357.2 514.6 372.4 511.2 387z\"></path></svg></span><span class=\"uagb-icon-list__label\">+1-123 456 7890​</span></div>\n<!-- /wp:uagb/icon-list-child --></div></div>\n<!-- /wp:uagb/icon-list --></div></div>\n<!-- /wp:uagb/container -->',	'Amenities',	'',	'inherit',	'closed',	'closed',	'',	'762-revision-v1',	'',	'',	'2022-12-15 11:53:44',	'2022-12-15 11:53:44',	'',	762,	'https://blueroan.netgen.cloud/?p=1205',	0,	'revision',	'',	0),
(1207,	2,	'2022-12-15 11:55:52',	'2022-12-15 11:55:52',	'',	'photo0jpg',	'',	'inherit',	'open',	'closed',	'',	'photo0jpg',	'',	'',	'2022-12-15 11:55:52',	'2022-12-15 11:55:52',	'',	762,	'https://blueroan.netgen.cloud/wp-content/uploads/2022/12/photo0jpg.jpg',	0,	'attachment',	'image/jpeg',	0),
(1208,	2,	'2022-12-15 11:56:44',	'2022-12-15 11:56:44',	'',	'blue-roan-guest-farm-18-1',	'',	'inherit',	'open',	'closed',	'',	'blue-roan-guest-farm-18-1',	'',	'',	'2022-12-15 11:56:44',	'2022-12-15 11:56:44',	'',	762,	'https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-18-1.jpg',	0,	'attachment',	'image/jpeg',	0),
(1209,	2,	'2022-12-15 11:57:38',	'2022-12-15 11:57:38',	'<!-- wp:uagb/container {\"block_id\":\"dca10606\",\"backgroundType\":\"image\",\"backgroundImageDesktop\":{\"id\":1007,\"title\":\"AAEAAQAAAAAAAAAAAAAAJDg5NmY0ZGUxLWE4MTgtNDY5NC1iODFhLTBmN2Q0ZDc5ZWFiNw-1\",\"filename\":\"AAEAAQAAAAAAAAAAAAAAJDg5NmY0ZGUxLWE4MTgtNDY5NC1iODFhLTBmN2Q0ZDc5ZWFiNw-1.png\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAAJDg5NmY0ZGUxLWE4MTgtNDY5NC1iODFhLTBmN2Q0ZDc5ZWFiNw-1.png\",\"link\":\"https://blueroan.netgen.cloud/the-barn/aaeaaqaaaaaaaaaaaaaajdg5nmy0zguxlwe4mtgtndy5nc1iodfhltbmn2q0zdc5zwfinw-1/\",\"alt\":\"\",\"author\":\"2\",\"description\":\"\",\"caption\":\"\",\"name\":\"aaeaaqaaaaaaaaaaaaaajdg5nmy0zguxlwe4mtgtndy5nc1iodfhltbmn2q0zdc5zwfinw-1\",\"status\":\"inherit\",\"uploadedTo\":948,\"date\":\"2022-12-14T10:50:25.000Z\",\"modified\":\"2022-12-14T10:50:25.000Z\",\"menuOrder\":0,\"mime\":\"image/png\",\"type\":\"image\",\"subtype\":\"png\",\"icon\":\"https://blueroan.netgen.cloud/wp-includes/images/media/default.png\",\"dateFormatted\":\"December 14, 2022\",\"nonces\":{\"update\":\"483f8bdf3d\",\"delete\":\"0a7ebc92ef\",\"edit\":\"6bc1c6a685\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=1007\\u0026action=edit\",\"meta\":false,\"authorName\":\"Netgen Support\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/profile.php\",\"uploadedToTitle\":\"The Barn\",\"uploadedToLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=948\\u0026action=edit\",\"filesizeInBytes\":1348989,\"filesizeHumanReadable\":\"1 MB\",\"context\":\"\",\"height\":667,\"width\":1000,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAAJDg5NmY0ZGUxLWE4MTgtNDY5NC1iODFhLTBmN2Q0ZDc5ZWFiNw-1-150x150.png\",\"orientation\":\"landscape\"},\"medium\":{\"height\":200,\"width\":300,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAAJDg5NmY0ZGUxLWE4MTgtNDY5NC1iODFhLTBmN2Q0ZDc5ZWFiNw-1-300x200.png\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAAJDg5NmY0ZGUxLWE4MTgtNDY5NC1iODFhLTBmN2Q0ZDc5ZWFiNw-1.png\",\"height\":667,\"width\":1000,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"backgroundPositionDesktop\":{\"x\":0.61,\"y\":0.52},\"backgroundSizeTablet\":\"cover\",\"backgroundSizeMobile\":\"cover\",\"backgroundColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"backgroundImageColor\":\"rgba(42,42,42,0.5)\",\"topPaddingDesktop\":220,\"bottomPaddingDesktop\":150,\"topPaddingTablet\":170,\"bottomPaddingTablet\":160,\"leftPaddingTablet\":30,\"rightPaddingTablet\":30,\"topPaddingMobile\":180,\"bottomPaddingMobile\":80,\"leftPaddingMobile\":20,\"rightPaddingMobile\":20,\"paddingLink\":false,\"variationSelected\":true,\"isBlockRootParent\":true,\"overlayType\":\"color\"} -->\n<div class=\"wp-block-uagb-container uagb-block-dca10606 alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/advanced-heading {\"block_id\":\"a4a7c330\",\"classMigrate\":true,\"headingDescToggle\":true,\"headingColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"subHeadingColor\":\"var(\\u002d\\u002dast-global-color-4)\",\"headingTag\":\"h1\",\"headSpace\":20,\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"blockTopPadding\":0,\"blockRightPadding\":50,\"blockLeftPadding\":0,\"blockBottomPadding\":0,\"blockTopPaddingTablet\":0,\"blockRightPaddingTablet\":20,\"blockLeftPaddingTablet\":0,\"blockBottomPaddingTablet\":0,\"blockTopPaddingMobile\":0,\"blockRightPaddingMobile\":0,\"blockLeftPaddingMobile\":0,\"blockBottomPaddingMobile\":0,\"blockPaddingUnit\":\"%\",\"blockPaddingUnitTablet\":\"%\"} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-a4a7c330\"><h1 class=\"uagb-heading-text\">Amenities &amp; Interests​</h1><p class=\"uagb-desc-text\">We do not give you just rooms to stay in. We give you an environment where you can experience the best while on a holiday with us. </p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:buttons -->\n<div class=\"wp-block-buttons\"><!-- wp:button -->\n<div class=\"wp-block-button\"><a class=\"wp-block-button__link wp-element-button\" href=\"https://book.nightsbridge.com/11065\" target=\"_blank\" rel=\"noreferrer noopener\">BOOK NOW</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"0819beff\",\"backgroundType\":\"color\",\"backgroundSizeTablet\":\"cover\",\"backgroundSizeMobile\":\"cover\",\"backgroundColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"topPaddingDesktop\":50,\"bottomPaddingDesktop\":100,\"topPaddingTablet\":50,\"bottomPaddingTablet\":25,\"leftPaddingTablet\":20,\"rightPaddingTablet\":20,\"topPaddingMobile\":50,\"bottomPaddingMobile\":20,\"leftPaddingMobile\":20,\"rightPaddingMobile\":20,\"paddingLink\":false,\"variationSelected\":true,\"rowGapDesktop\":0,\"isBlockRootParent\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-0819beff alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/container {\"block_id\":\"ba5dca52\",\"directionDesktop\":\"row\",\"alignItemsTablet\":\"flex-start\",\"paddingLink\":false,\"topMarginDesktop\":50,\"bottomMarginDesktop\":20,\"leftMarginDesktop\":0,\"rightMarginDesktop\":0,\"marginLink\":false,\"variationSelected\":true,\"rowGapMobile\":65,\"columnGapDesktop\":48,\"columnGapTablet\":20} -->\n<div class=\"wp-block-uagb-container uagb-block-ba5dca52\"><!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"align\":\"center\",\"id\":828,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image aligncenter size-full\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Blue-Roan-pool.png\" alt=\"Blue Roan\'s rock pool\" class=\"wp-image-828\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>A relaxing rock Pool​</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>We have a lovely sparkling blue rock pool next to a thatched Lapa. &nbsp;&nbsp;Lie on recliners on the green lawn or sit on the swing chair in the Lapa and enjoy the panoramic view of the Magaliesberg mountain range.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":829,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/img-20160605-wa0002-largejpg.png\" alt=\"\" class=\"wp-image-829\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>Braai facilities </h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>What can compare to a burning fire under the star-lit African sky? Nothing beats the flavor of cooking over an open flame.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":830,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/ef9d0188da11e2bc56788f5619d9d539.png\" alt=\"\" class=\"wp-image-830\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>A games room </h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>The reception is also a games room for those who enjoy darts or playing pool. &nbsp;Take a selection of DVDs back to your room and watch movies on your own DVD player. &nbsp;There is also a selection of board games and music CDs that you can borrow.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"align\":\"center\",\"id\":1198,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image aligncenter size-full\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/eyJidWNrZXQiOiJhc3NldHMuYWxsdHJhaWxzLmNvbSIsImtleSI6InVwbG9hZHMvcGhvdG8vaW1hZ2UvNDMxNzk4MTAvYjZkYTAz-1.png\" alt=\"\" class=\"wp-image-1198\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>Walking or hiking </h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>There is a well-kept walking trail on our property with plenty of bird life and some benches along the way. &nbsp;It is safe for dogs to run off-leash as it is completely fenced all around. &nbsp;For those who enjoy long walks and hikes, it is safe to cross onto neighbouring farms and go as far as the eye can see.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":1185,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/49089607_1950305445047847_5177863042771189760_n.png\" alt=\"\" class=\"wp-image-1185\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>Mountain biking </h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Bring your mountain bikes and explore the surrounding countryside on safe off-road tracks on our property and on neighbouring farms.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":1196,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Michelle_1.png\" alt=\"\" class=\"wp-image-1196\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>Horse riding </h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Interested riders can book at one of the recommended horse-riding establishments listed further down this page.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"4dae750a\",\"innerContentWidth\":\"alignfull\",\"directionDesktop\":\"row\",\"wrapTablet\":\"wrap\",\"variationSelected\":true,\"rowGapTablet\":0,\"columnGapDesktop\":0,\"isBlockRootParent\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-4dae750a alignfull uagb-is-root-container\"><!-- wp:uagb/container {\"block_id\":\"c155d1bc\",\"widthDesktop\":25,\"widthTablet\":50,\"variationSelected\":true,\"widthSetByUser\":true,\"UAGHideMob\":true,\"UAGResponsiveConditions\":true} -->\n<div class=\"wp-block-uagb-container uag-hide-mob uagb-block-c155d1bc\"><!-- wp:uagb/image {\"block_id\":\"de6fb8e5\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-18-1-1024x768.jpg\",\"id\":1208,\"linkDestination\":\"none\",\"width\":480,\"height\":500,\"naturalWidth\":1024,\"naturalHeight\":768,\"sizeSlug\":\"large\",\"sizeSlugTablet\":\"large\",\"sizeSlugMobile\":\"large\",\"customHeightSetDesktop\":true} -->\n<div class=\"wp-block-uagb-image uagb-block-de6fb8e5 wp-block-uagb-image--layout-default wp-block-uagb-image--effect-static wp-block-uagb-image--align-none\"><figure class=\"wp-block-uagb-image__figure\"><img srcset=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-18-1-1024x768.jpg \" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-18-1-1024x768.jpg\" alt=\"\" class=\"uag-image-1208\" width=\"480\" height=\"500\" title=\"\" loading=\"lazy\"/></figure></div>\n<!-- /wp:uagb/image --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"670fddf0\",\"widthDesktop\":25,\"widthTablet\":50,\"variationSelected\":true,\"widthSetByUser\":true,\"UAGHideMob\":true,\"UAGResponsiveConditions\":true} -->\n<div class=\"wp-block-uagb-container uag-hide-mob uagb-block-670fddf0\"><!-- wp:uagb/image {\"block_id\":\"42806735\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/amenities-3.jpg\",\"id\":222,\"linkDestination\":\"none\",\"naturalWidth\":480,\"naturalHeight\":500,\"sizeSlug\":\"full\",\"sizeSlugTablet\":\"full\",\"sizeSlugMobile\":\"full\"} -->\n<div class=\"wp-block-uagb-image uagb-block-42806735 wp-block-uagb-image--layout-default wp-block-uagb-image--effect-static wp-block-uagb-image--align-none\"><figure class=\"wp-block-uagb-image__figure\"><img srcset=\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/amenities-3.jpg \" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/amenities-3.jpg\" alt=\"\" class=\"uag-image-222\" width=\"\" height=\"\" title=\"\" loading=\"lazy\"/></figure></div>\n<!-- /wp:uagb/image --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"a7185336\",\"widthDesktop\":50,\"widthTablet\":100,\"variationSelected\":true,\"columnGapDesktop\":20,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-a7185336\"><!-- wp:uagb/image {\"block_id\":\"ff246148\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/amenities-5.jpg\",\"id\":224,\"linkDestination\":\"none\",\"width\":960,\"height\":500,\"naturalWidth\":960,\"naturalHeight\":500,\"sizeSlug\":\"full\",\"sizeSlugTablet\":\"full\",\"sizeSlugMobile\":\"full\"} -->\n<div class=\"wp-block-uagb-image uagb-block-ff246148 wp-block-uagb-image--layout-default wp-block-uagb-image--effect-static wp-block-uagb-image--align-none\"><figure class=\"wp-block-uagb-image__figure\"><img srcset=\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/amenities-5.jpg \" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/amenities-5.jpg\" alt=\"\" class=\"uag-image-224\" width=\"960\" height=\"500\" title=\"\" loading=\"lazy\"/></figure></div>\n<!-- /wp:uagb/image --></div>\n<!-- /wp:uagb/container --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"bfa0ef0d\",\"innerContentWidth\":\"alignfull\",\"directionDesktop\":\"row\",\"wrapTablet\":\"wrap\",\"variationSelected\":true,\"rowGapTablet\":0,\"columnGapDesktop\":0,\"isBlockRootParent\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-bfa0ef0d alignfull uagb-is-root-container\"><!-- wp:uagb/container {\"block_id\":\"a450272b\",\"widthDesktop\":50,\"widthTablet\":100,\"variationSelected\":true,\"columnGapDesktop\":20,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-a450272b\"><!-- wp:uagb/image {\"block_id\":\"7b3872c8\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/amenities-6-1.jpg\",\"id\":230,\"linkDestination\":\"none\",\"naturalWidth\":960,\"naturalHeight\":500,\"sizeSlug\":\"full\",\"sizeSlugTablet\":\"full\",\"sizeSlugMobile\":\"full\"} -->\n<div class=\"wp-block-uagb-image uagb-block-7b3872c8 wp-block-uagb-image--layout-default wp-block-uagb-image--effect-static wp-block-uagb-image--align-none\"><figure class=\"wp-block-uagb-image__figure\"><img srcset=\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/amenities-6-1.jpg \" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/amenities-6-1.jpg\" alt=\"\" class=\"uag-image-230\" width=\"\" height=\"\" title=\"\" loading=\"lazy\"/></figure></div>\n<!-- /wp:uagb/image --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"5e64512d\",\"widthDesktop\":25,\"variationSelected\":true,\"widthSetByUser\":true,\"UAGHideMob\":true,\"UAGResponsiveConditions\":true} -->\n<div class=\"wp-block-uagb-container uag-hide-mob uagb-block-5e64512d\"><!-- wp:uagb/image {\"block_id\":\"07a873e8\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/amenities-2.jpg\",\"id\":221,\"linkDestination\":\"none\",\"naturalWidth\":480,\"naturalHeight\":500,\"sizeSlug\":\"full\",\"sizeSlugTablet\":\"full\",\"sizeSlugMobile\":\"full\"} -->\n<div class=\"wp-block-uagb-image uagb-block-07a873e8 wp-block-uagb-image--layout-default wp-block-uagb-image--effect-static wp-block-uagb-image--align-none\"><figure class=\"wp-block-uagb-image__figure\"><img srcset=\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/amenities-2.jpg \" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/amenities-2.jpg\" alt=\"\" class=\"uag-image-221\" width=\"\" height=\"\" title=\"\" loading=\"lazy\"/></figure></div>\n<!-- /wp:uagb/image --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"f494b7d2\",\"widthDesktop\":25,\"variationSelected\":true,\"widthSetByUser\":true,\"UAGHideMob\":true,\"UAGResponsiveConditions\":true} -->\n<div class=\"wp-block-uagb-container uag-hide-mob uagb-block-f494b7d2\"><!-- wp:uagb/image {\"block_id\":\"bac80421\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/amenities-4.jpg\",\"id\":223,\"linkDestination\":\"none\",\"naturalWidth\":480,\"naturalHeight\":500,\"sizeSlug\":\"full\",\"sizeSlugTablet\":\"full\",\"sizeSlugMobile\":\"full\"} -->\n<div class=\"wp-block-uagb-image uagb-block-bac80421 wp-block-uagb-image--layout-default wp-block-uagb-image--effect-static wp-block-uagb-image--align-none\"><figure class=\"wp-block-uagb-image__figure\"><img srcset=\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/amenities-4.jpg \" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/amenities-4.jpg\" alt=\"\" class=\"uag-image-223\" width=\"\" height=\"\" title=\"\" loading=\"lazy\"/></figure></div>\n<!-- /wp:uagb/image --></div>\n<!-- /wp:uagb/container --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"590593ed\",\"backgroundType\":\"color\",\"backgroundSizeTablet\":\"cover\",\"backgroundSizeMobile\":\"cover\",\"backgroundColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"topPaddingDesktop\":120,\"bottomPaddingDesktop\":120,\"topPaddingTablet\":80,\"bottomPaddingTablet\":80,\"leftPaddingTablet\":30,\"rightPaddingTablet\":30,\"topPaddingMobile\":80,\"bottomPaddingMobile\":80,\"leftPaddingMobile\":20,\"rightPaddingMobile\":20,\"paddingLink\":false,\"variationSelected\":true,\"rowGapDesktop\":0,\"rowGapTablet\":0,\"isBlockRootParent\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-590593ed alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/container {\"block_id\":\"80250e24\",\"directionDesktop\":\"row\",\"alignItemsDesktop\":\"flex-end\",\"alignItemsTablet\":\"flex-end\",\"justifyContentDesktop\":\"flex-end\",\"justifyContentTablet\":\"space-between\",\"variationSelected\":true,\"rowGapMobile\":30,\"columnGapDesktop\":0} -->\n<div class=\"wp-block-uagb-container uagb-block-80250e24\"><!-- wp:uagb/advanced-heading {\"block_id\":\"94cf3b13\",\"classMigrate\":true,\"headingDescToggle\":true,\"subHeadingColor\":\"\",\"headSpace\":20,\"subHeadFontSize\":16} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-94cf3b13\"><h2 class=\"uagb-heading-text\">Other Perks &amp; Facilities ​</h2><p class=\"uagb-desc-text\">Looking for more? Well, we believe that every guest walks into our hotel for the best experience. And, we are determined to do that.</p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/buttons {\"block_id\":\"d069d4a3\",\"classMigrate\":true,\"childMigrate\":true,\"align\":\"right\",\"alignTablet\":\"right\",\"alignMobile\":\"left\",\"gap\":0} -->\n<div class=\"wp-block-uagb-buttons uagb-buttons__outer-wrap uagb-btn__default-btn uagb-btn-tablet__default-btn uagb-btn-mobile__default-btn uagb-block-d069d4a3\"><div class=\"uagb-buttons__wrap uagb-buttons-layout-wrap\"><!-- wp:uagb/buttons-child {\"block_id\":\"9071f0c9\",\"label\":\"Get Bookings\",\"link\":\"#\",\"hColor\":\"\",\"borderWidth\":\"\",\"borderRadius\":\"\",\"borderStyle\":\"\",\"borderColor\":\"\",\"borderHColor\":\"\",\"btnBorderTopWidth\":1,\"btnBorderLeftWidth\":1,\"btnBorderRightWidth\":1,\"btnBorderBottomWidth\":1,\"btnBorderTopLeftRadius\":2,\"btnBorderTopRightRadius\":2,\"btnBorderBottomLeftRadius\":2,\"btnBorderBottomRightRadius\":2,\"btnBorderStyle\":\"solid\",\"btnBorderColor\":\"#333\",\"btnBorderHColor\":\"#333\"} -->\n<div class=\"wp-block-uagb-buttons-child uagb-buttons__outer-wrap uagb-block-9071f0c9 wp-block-button is-style-outline\"><div class=\"uagb-button__wrapper\"><a class=\"uagb-buttons-repeater wp-block-button__link\" href=\"#\" rel=\"follow noopener\" target=\"_self\"><div class=\"uagb-button__link\">Get Bookings</div></a></div></div>\n<!-- /wp:uagb/buttons-child --></div></div>\n<!-- /wp:uagb/buttons --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"8f380f10\",\"directionDesktop\":\"row\",\"alignItemsTablet\":\"flex-start\",\"paddingLink\":false,\"topMarginDesktop\":54,\"bottomMarginDesktop\":0,\"leftMarginDesktop\":0,\"rightMarginDesktop\":0,\"topMarginTablet\":30,\"bottomMarginTablet\":0,\"leftMarginTablet\":0,\"rightMarginTablet\":0,\"marginLink\":false,\"variationSelected\":true,\"rowGapMobile\":65,\"columnGapDesktop\":48,\"columnGapTablet\":20} -->\n<div class=\"wp-block-uagb-container uagb-block-8f380f10\"><!-- wp:uagb/info-box {\"classMigrate\":true,\"headingAlign\":\"left\",\"headingColor\":\"\",\"subHeadingColor\":\"\",\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"source_type\":\"image\",\"block_id\":\"bc5caedb\",\"ctaType\":\"text\",\"ctaText\":\"READ MORE\",\"ctaLinkColor\":\"var(\\u002d\\u002dast-global-color-0)\",\"ctaDecoration\":\"underline\",\"ctaFontSize\":12,\"ctaFontWeight\":\"600\",\"ctaLetterSpacing\":2,\"ctaBorderStyle\":\"\",\"iconBottomMargin\":30,\"iconImage\":{\"id\":240,\"title\":\"terrace\",\"filename\":\"terrace.jpg\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/terrace.jpg\",\"link\":\"https://blueroan.netgen.cloud/terrace/\",\"alt\":\"\",\"author\":\"34\",\"description\":\"\",\"caption\":\"\",\"name\":\"terrace\",\"status\":\"inherit\",\"uploadedTo\":0,\"date\":\"2021-05-11T10:54:04.000Z\",\"modified\":\"2021-05-11T10:54:04.000Z\",\"menuOrder\":0,\"mime\":\"image/jpeg\",\"type\":\"image\",\"subtype\":\"jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/default.png\",\"dateFormatted\":\"May 11, 2021\",\"nonces\":{\"update\":\"6de8720da3\",\"delete\":\"d7905e75b9\",\"edit\":\"e7132a7b3e\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=240\\u0026action=edit\",\"meta\":false,\"authorName\":\"Rishabh\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/user-edit.php?user_id=34\",\"filesizeInBytes\":40742,\"filesizeHumanReadable\":\"40 KB\",\"context\":\"\",\"height\":440,\"width\":370,\"orientation\":\"portrait\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/terrace-150x150.jpg\",\"orientation\":\"landscape\"},\"medium\":{\"height\":300,\"width\":252,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/terrace-252x300-1.jpg\",\"orientation\":\"portrait\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/terrace.jpg\",\"height\":440,\"width\":370,\"orientation\":\"portrait\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"imageSize\":\"full\",\"imageWidth\":100,\"imageWidthMobile\":100,\"imageWidthTablet\":100,\"paddingBtnTop\":10,\"paddingBtnBottom\":10,\"paddingBtnLeft\":14,\"paddingBtnRight\":14,\"imageWidthUnit\":\"%\",\"imageWidthUnitTablet\":\"%\",\"imageWidthUnitMobile\":\"%\",\"subHeadTopMargin\":0,\"subHeadRightMargin\":40,\"subHeadLeftMargin\":0,\"subHeadMarginTopTablet\":0,\"subHeadMarginRightTablet\":0,\"subHeadTabletSpace\":20,\"subHeadMarginLeftTablet\":0,\"btnBorderStyle\":\"solid\"} -->\n<div class=\"wp-block-uagb-info-box uagb-block-bc5caedb uagb-infobox__content-wrap  uagb-infobox-icon-above-title uagb-infobox-image-valign-top\"><div class=\"uagb-ifb-content\"><div class=\"uagb-ifb-image-content\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/terrace.jpg\" alt=\"\"/></div><div class=\"uagb-ifb-title-wrap\"><h3 class=\"uagb-ifb-title\">Ocean View Terrace​</h3></div><p class=\"uagb-ifb-desc\">Among the scenic beauty of the city we also have an ocean view terrace for every suite in our hotel.</p><div class=\"uagb-ifb-button-wrapper wp-block-button\"><a href=\"#\" target=\"_self\" class=\"uagb-infobox-cta-link\" rel=\"noopener noreferrer\" alt=\"\"><span class=\"uagb-inline-editing\">READ MORE</span></a></div></div></div>\n<!-- /wp:uagb/info-box -->\n\n<!-- wp:uagb/info-box {\"classMigrate\":true,\"headingAlign\":\"left\",\"headingColor\":\"\",\"subHeadingColor\":\"\",\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"source_type\":\"image\",\"block_id\":\"be927766\",\"ctaType\":\"text\",\"ctaText\":\"READ MORE\",\"ctaLinkColor\":\"var(\\u002d\\u002dast-global-color-0)\",\"ctaDecoration\":\"underline\",\"ctaFontSize\":12,\"ctaFontWeight\":\"600\",\"ctaLetterSpacing\":2,\"ctaBorderStyle\":\"\",\"iconBottomMargin\":30,\"iconImage\":{\"id\":89,\"title\":\"food\",\"filename\":\"food.jpg\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/food.jpg\",\"link\":\"https://blueroan.netgen.cloud/food/\",\"alt\":\"\",\"author\":\"34\",\"description\":\"\",\"caption\":\"\",\"name\":\"food\",\"status\":\"inherit\",\"uploadedTo\":0,\"date\":\"2021-05-07T14:24:52.000Z\",\"modified\":\"2021-05-07T14:24:52.000Z\",\"menuOrder\":0,\"mime\":\"image/jpeg\",\"type\":\"image\",\"subtype\":\"jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/default.png\",\"dateFormatted\":\"May 7, 2021\",\"nonces\":{\"update\":\"b06173e227\",\"delete\":\"7de0e70fba\",\"edit\":\"7dc3d40920\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=89\\u0026action=edit\",\"meta\":false,\"authorName\":\"Rishabh\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/user-edit.php?user_id=34\",\"filesizeInBytes\":41933,\"filesizeHumanReadable\":\"41 KB\",\"context\":\"\",\"height\":440,\"width\":370,\"orientation\":\"portrait\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/food-150x150.jpg\",\"orientation\":\"landscape\"},\"medium\":{\"height\":300,\"width\":252,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/food-252x300-1.jpg\",\"orientation\":\"portrait\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/food.jpg\",\"height\":440,\"width\":370,\"orientation\":\"portrait\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"imageSize\":\"full\",\"imageWidth\":100,\"imageWidthMobile\":100,\"imageWidthTablet\":100,\"paddingBtnTop\":10,\"paddingBtnBottom\":10,\"paddingBtnLeft\":14,\"paddingBtnRight\":14,\"imageWidthUnit\":\"%\",\"imageWidthUnitTablet\":\"%\",\"imageWidthUnitMobile\":\"%\",\"subHeadTopMargin\":0,\"subHeadRightMargin\":40,\"subHeadLeftMargin\":0,\"subHeadMarginTopTablet\":0,\"subHeadMarginRightTablet\":0,\"subHeadTabletSpace\":20,\"subHeadMarginLeftTablet\":0,\"btnBorderStyle\":\"solid\"} -->\n<div class=\"wp-block-uagb-info-box uagb-block-be927766 uagb-infobox__content-wrap  uagb-infobox-icon-above-title uagb-infobox-image-valign-top\"><div class=\"uagb-ifb-content\"><div class=\"uagb-ifb-image-content\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/food.jpg\" alt=\"\"/></div><div class=\"uagb-ifb-title-wrap\"><h3 class=\"uagb-ifb-title\">Delicious Food​</h3></div><p class=\"uagb-ifb-desc\">We have team chefs from across the world. So you can enjoy the delicacies anytime during your stay.</p><div class=\"uagb-ifb-button-wrapper wp-block-button\"><a href=\"#\" target=\"_self\" class=\"uagb-infobox-cta-link\" rel=\"noopener noreferrer\" alt=\"\"><span class=\"uagb-inline-editing\">READ MORE</span></a></div></div></div>\n<!-- /wp:uagb/info-box -->\n\n<!-- wp:uagb/info-box {\"classMigrate\":true,\"headingAlign\":\"left\",\"headingColor\":\"\",\"subHeadingColor\":\"\",\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"source_type\":\"image\",\"block_id\":\"762a0a59\",\"ctaType\":\"text\",\"ctaText\":\"READ MORE\",\"ctaLinkColor\":\"var(\\u002d\\u002dast-global-color-0)\",\"ctaDecoration\":\"underline\",\"ctaFontSize\":12,\"ctaFontWeight\":\"600\",\"ctaLetterSpacing\":2,\"ctaBorderStyle\":\"\",\"iconBottomMargin\":30,\"iconImage\":{\"id\":241,\"title\":\"beach\",\"filename\":\"beach.jpg\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/beach.jpg\",\"link\":\"https://blueroan.netgen.cloud/beach/\",\"alt\":\"\",\"author\":\"34\",\"description\":\"\",\"caption\":\"\",\"name\":\"beach\",\"status\":\"inherit\",\"uploadedTo\":0,\"date\":\"2021-05-11T10:56:06.000Z\",\"modified\":\"2021-05-11T10:56:06.000Z\",\"menuOrder\":0,\"mime\":\"image/jpeg\",\"type\":\"image\",\"subtype\":\"jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/default.png\",\"dateFormatted\":\"May 11, 2021\",\"nonces\":{\"update\":\"65c348aac8\",\"delete\":\"6d551f7cf4\",\"edit\":\"026ca70d91\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=241\\u0026action=edit\",\"meta\":false,\"authorName\":\"Rishabh\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/user-edit.php?user_id=34\",\"filesizeInBytes\":38094,\"filesizeHumanReadable\":\"37 KB\",\"context\":\"\",\"height\":440,\"width\":370,\"orientation\":\"portrait\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/beach-150x150.jpg\",\"orientation\":\"landscape\"},\"medium\":{\"height\":300,\"width\":252,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/beach-252x300-1.jpg\",\"orientation\":\"portrait\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/beach.jpg\",\"height\":440,\"width\":370,\"orientation\":\"portrait\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"imageSize\":\"full\",\"imageWidth\":100,\"imageWidthMobile\":100,\"imageWidthTablet\":100,\"paddingBtnTop\":10,\"paddingBtnBottom\":10,\"paddingBtnLeft\":14,\"paddingBtnRight\":14,\"imageWidthUnit\":\"%\",\"imageWidthUnitTablet\":\"%\",\"imageWidthUnitMobile\":\"%\",\"subHeadTopMargin\":0,\"subHeadRightMargin\":40,\"subHeadLeftMargin\":0,\"subHeadMarginTopTablet\":0,\"subHeadMarginRightTablet\":0,\"subHeadTabletSpace\":20,\"subHeadMarginLeftTablet\":0,\"btnBorderStyle\":\"solid\"} -->\n<div class=\"wp-block-uagb-info-box uagb-block-762a0a59 uagb-infobox__content-wrap  uagb-infobox-icon-above-title uagb-infobox-image-valign-top\"><div class=\"uagb-ifb-content\"><div class=\"uagb-ifb-image-content\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/beach.jpg\" alt=\"\"/></div><div class=\"uagb-ifb-title-wrap\"><h3 class=\"uagb-ifb-title\">Private Beach​</h3></div><p class=\"uagb-ifb-desc\">Want to take a dip into the sea? All our guests get complimentary access to our private beach.</p><div class=\"uagb-ifb-button-wrapper wp-block-button\"><a href=\"#\" target=\"_self\" class=\"uagb-infobox-cta-link\" rel=\"noopener noreferrer\" alt=\"\"><span class=\"uagb-inline-editing\">READ MORE</span></a></div></div></div>\n<!-- /wp:uagb/info-box --></div>\n<!-- /wp:uagb/container --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"6b1e1fee\",\"innerContentCustomWidthDesktop\":781,\"innerContentCustomWidthTablet\":781,\"backgroundType\":\"image\",\"backgroundImageDesktop\":{\"id\":54,\"title\":\"background-img\",\"filename\":\"background-img-1.jpg\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/background-img-1.jpg\",\"link\":\"https://blueroan.netgen.cloud/background-img-2/\",\"alt\":\"\",\"author\":\"34\",\"description\":\"\",\"caption\":\"\",\"name\":\"background-img-2\",\"status\":\"inherit\",\"uploadedTo\":0,\"date\":\"2021-05-07T10:11:37.000Z\",\"modified\":\"2021-05-07T10:11:37.000Z\",\"menuOrder\":0,\"mime\":\"image/jpeg\",\"type\":\"image\",\"subtype\":\"jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/default.png\",\"dateFormatted\":\"May 7, 2021\",\"nonces\":{\"update\":\"bb999636b9\",\"delete\":\"d2e1375bc4\",\"edit\":\"005dd2f0c9\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=54\\u0026action=edit\",\"meta\":false,\"authorName\":\"Rishabh\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/user-edit.php?user_id=34\",\"filesizeInBytes\":338858,\"filesizeHumanReadable\":\"331 KB\",\"context\":\"\",\"height\":1080,\"width\":1920,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/background-img-1-150x150.jpg\",\"orientation\":\"landscape\"},\"medium\":{\"height\":169,\"width\":300,\"url\":\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/background-img-1-300x169.jpg\",\"orientation\":\"landscape\"},\"large\":{\"height\":576,\"width\":1024,\"url\":\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/background-img-1-1024x576.jpg\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/background-img-1.jpg\",\"height\":1080,\"width\":1920,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"backgroundImageColor\":\"rgba(42,42,42,0.65)\",\"topPaddingDesktop\":144,\"bottomPaddingDesktop\":144,\"leftPaddingDesktop\":40,\"rightPaddingDesktop\":40,\"topPaddingTablet\":80,\"bottomPaddingTablet\":80,\"leftPaddingTablet\":40,\"rightPaddingTablet\":40,\"topPaddingMobile\":64,\"bottomPaddingMobile\":64,\"leftPaddingMobile\":24,\"rightPaddingMobile\":24,\"paddingLink\":false,\"variationSelected\":true,\"isBlockRootParent\":true,\"overlayType\":\"color\"} -->\n<div class=\"wp-block-uagb-container uagb-block-6b1e1fee alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/advanced-heading {\"block_id\":\"dc3eb2cd\",\"classMigrate\":true,\"headingDescToggle\":true,\"headingAlign\":\"center\",\"headingColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"subHeadingColor\":\"var(\\u002d\\u002dast-global-color-4)\",\"headSpace\":20} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-dc3eb2cd\"><h2 class=\"uagb-heading-text\">Plan an Unforgettable Experience in Mykonos Today!</h2><p class=\"uagb-desc-text\">We can help you fit your stay and experience within your allotted budget.</p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/advanced-heading {\"block_id\":\"5a37653b\",\"classMigrate\":true,\"headingTitleToggle\":false,\"headingDescToggle\":true,\"headingAlign\":\"center\",\"subHeadingColor\":\"var(\\u002d\\u002dast-global-color-4)\",\"subHeadTransform\":\"uppercase\",\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"subHeadLetterSpacing\":2,\"blockTopPadding\":60,\"blockRightPadding\":0,\"blockLeftPadding\":0,\"blockBottomPadding\":0,\"blockTopPaddingMobile\":30,\"blockRightPaddingMobile\":0,\"blockLeftPaddingMobile\":0,\"blockBottomPaddingMobile\":0} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-5a37653b\"><p class=\"uagb-desc-text\">BOOK YOUR STAY NOW​</p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/icon-list {\"block_id\":\"110d319c\",\"classMigrate\":true,\"childMigrate\":true,\"align\":\"center\",\"parentIcon\":\"phone\",\"size\":40,\"sizeMobile\":24,\"sizeTablet\":32,\"fontSize\":48,\"fontSizeMobile\":28,\"fontSizeTablet\":40,\"fontWeight\":\"600\",\"iconColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"labelColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"blockTopPadding\":0,\"blockRightPadding\":0,\"blockLeftPadding\":0,\"blockBottomPadding\":24,\"blockPaddingLink\":false} -->\n<div class=\"wp-block-uagb-icon-list uagb-block-110d319c\"><div class=\"uagb-icon-list__wrap\"><!-- wp:uagb/icon-list-child {\"block_id\":\"7a5a0643\",\"label\":\"+1-123 456 7890​\",\"label_color\":\"\",\"fromParentIcon\":\"phone\",\"imageSizeChild\":40} -->\n<div class=\"wp-block-uagb-icon-list-child uagb-block-7a5a0643\"><span class=\"uagb-icon-list__source-wrap\"><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M511.2 387l-23.25 100.8c-3.266 14.25-15.79 24.22-30.46 24.22C205.2 512 0 306.8 0 54.5c0-14.66 9.969-27.2 24.22-30.45l100.8-23.25C139.7-2.602 154.7 5.018 160.8 18.92l46.52 108.5c5.438 12.78 1.77 27.67-8.98 36.45L144.5 207.1c33.98 69.22 90.26 125.5 159.5 159.5l44.08-53.8c8.688-10.78 23.69-14.51 36.47-8.975l108.5 46.51C506.1 357.2 514.6 372.4 511.2 387z\"></path></svg></span><span class=\"uagb-icon-list__label\">+1-123 456 7890​</span></div>\n<!-- /wp:uagb/icon-list-child --></div></div>\n<!-- /wp:uagb/icon-list --></div></div>\n<!-- /wp:uagb/container -->',	'Amenities',	'',	'inherit',	'closed',	'closed',	'',	'762-revision-v1',	'',	'',	'2022-12-15 11:57:38',	'2022-12-15 11:57:38',	'',	762,	'https://blueroan.netgen.cloud/?p=1209',	0,	'revision',	'',	0),
(1210,	2,	'2022-12-15 11:58:09',	'2022-12-15 11:58:09',	'',	'Blue-Roan-pool-1',	'',	'inherit',	'open',	'closed',	'',	'blue-roan-pool-1',	'',	'',	'2022-12-15 11:58:09',	'2022-12-15 11:58:09',	'',	762,	'https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Blue-Roan-pool-1.png',	0,	'attachment',	'image/png',	0),
(1211,	2,	'2022-12-15 11:58:32',	'2022-12-15 11:58:32',	'',	'the-view-from-my-rooms',	'',	'inherit',	'open',	'closed',	'',	'the-view-from-my-rooms',	'',	'',	'2022-12-15 11:58:32',	'2022-12-15 11:58:32',	'',	762,	'https://blueroan.netgen.cloud/wp-content/uploads/2022/12/the-view-from-my-rooms.jpg',	0,	'attachment',	'image/jpeg',	0),
(1212,	2,	'2022-12-15 11:58:42',	'2022-12-15 11:58:42',	'<!-- wp:uagb/container {\"block_id\":\"3447e575\",\"backgroundType\":\"image\",\"backgroundImageDesktop\":{\"id\":1007,\"title\":\"AAEAAQAAAAAAAAAAAAAAJDg5NmY0ZGUxLWE4MTgtNDY5NC1iODFhLTBmN2Q0ZDc5ZWFiNw-1\",\"filename\":\"AAEAAQAAAAAAAAAAAAAAJDg5NmY0ZGUxLWE4MTgtNDY5NC1iODFhLTBmN2Q0ZDc5ZWFiNw-1.png\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAAJDg5NmY0ZGUxLWE4MTgtNDY5NC1iODFhLTBmN2Q0ZDc5ZWFiNw-1.png\",\"link\":\"https://blueroan.netgen.cloud/the-barn/aaeaaqaaaaaaaaaaaaaajdg5nmy0zguxlwe4mtgtndy5nc1iodfhltbmn2q0zdc5zwfinw-1/\",\"alt\":\"\",\"author\":\"2\",\"description\":\"\",\"caption\":\"\",\"name\":\"aaeaaqaaaaaaaaaaaaaajdg5nmy0zguxlwe4mtgtndy5nc1iodfhltbmn2q0zdc5zwfinw-1\",\"status\":\"inherit\",\"uploadedTo\":948,\"date\":\"2022-12-14T10:50:25.000Z\",\"modified\":\"2022-12-14T10:50:25.000Z\",\"menuOrder\":0,\"mime\":\"image/png\",\"type\":\"image\",\"subtype\":\"png\",\"icon\":\"https://blueroan.netgen.cloud/wp-includes/images/media/default.png\",\"dateFormatted\":\"December 14, 2022\",\"nonces\":{\"update\":\"483f8bdf3d\",\"delete\":\"0a7ebc92ef\",\"edit\":\"6bc1c6a685\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=1007\\u0026action=edit\",\"meta\":false,\"authorName\":\"Netgen Support\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/profile.php\",\"uploadedToTitle\":\"The Barn\",\"uploadedToLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=948\\u0026action=edit\",\"filesizeInBytes\":1348989,\"filesizeHumanReadable\":\"1 MB\",\"context\":\"\",\"height\":667,\"width\":1000,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAAJDg5NmY0ZGUxLWE4MTgtNDY5NC1iODFhLTBmN2Q0ZDc5ZWFiNw-1-150x150.png\",\"orientation\":\"landscape\"},\"medium\":{\"height\":200,\"width\":300,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAAJDg5NmY0ZGUxLWE4MTgtNDY5NC1iODFhLTBmN2Q0ZDc5ZWFiNw-1-300x200.png\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAAJDg5NmY0ZGUxLWE4MTgtNDY5NC1iODFhLTBmN2Q0ZDc5ZWFiNw-1.png\",\"height\":667,\"width\":1000,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"backgroundPositionDesktop\":{\"x\":0.61,\"y\":0.52},\"backgroundSizeTablet\":\"cover\",\"backgroundSizeMobile\":\"cover\",\"backgroundColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"backgroundImageColor\":\"rgba(42,42,42,0.5)\",\"topPaddingDesktop\":220,\"bottomPaddingDesktop\":150,\"topPaddingTablet\":170,\"bottomPaddingTablet\":160,\"leftPaddingTablet\":30,\"rightPaddingTablet\":30,\"topPaddingMobile\":180,\"bottomPaddingMobile\":80,\"leftPaddingMobile\":20,\"rightPaddingMobile\":20,\"paddingLink\":false,\"variationSelected\":true,\"isBlockRootParent\":true,\"overlayType\":\"color\"} -->\n<div class=\"wp-block-uagb-container uagb-block-3447e575 alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/advanced-heading {\"block_id\":\"faa71d59\",\"classMigrate\":true,\"headingDescToggle\":true,\"headingColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"subHeadingColor\":\"var(\\u002d\\u002dast-global-color-4)\",\"headingTag\":\"h1\",\"headSpace\":20,\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"blockTopPadding\":0,\"blockRightPadding\":50,\"blockLeftPadding\":0,\"blockBottomPadding\":0,\"blockTopPaddingTablet\":0,\"blockRightPaddingTablet\":20,\"blockLeftPaddingTablet\":0,\"blockBottomPaddingTablet\":0,\"blockTopPaddingMobile\":0,\"blockRightPaddingMobile\":0,\"blockLeftPaddingMobile\":0,\"blockBottomPaddingMobile\":0,\"blockPaddingUnit\":\"%\",\"blockPaddingUnitTablet\":\"%\"} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-faa71d59\"><h1 class=\"uagb-heading-text\">Amenities &amp; Interests​</h1><p class=\"uagb-desc-text\">We do not give you just rooms to stay in. We give you an environment where you can experience the best while on a holiday with us. </p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:buttons -->\n<div class=\"wp-block-buttons\"><!-- wp:button -->\n<div class=\"wp-block-button\"><a class=\"wp-block-button__link wp-element-button\" href=\"https://book.nightsbridge.com/11065\" target=\"_blank\" rel=\"noreferrer noopener\">BOOK NOW</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"e524f6d4\",\"backgroundType\":\"color\",\"backgroundSizeTablet\":\"cover\",\"backgroundSizeMobile\":\"cover\",\"backgroundColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"topPaddingDesktop\":50,\"bottomPaddingDesktop\":100,\"topPaddingTablet\":50,\"bottomPaddingTablet\":25,\"leftPaddingTablet\":20,\"rightPaddingTablet\":20,\"topPaddingMobile\":50,\"bottomPaddingMobile\":20,\"leftPaddingMobile\":20,\"rightPaddingMobile\":20,\"paddingLink\":false,\"variationSelected\":true,\"rowGapDesktop\":0,\"isBlockRootParent\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-e524f6d4 alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/container {\"block_id\":\"83ef69b1\",\"directionDesktop\":\"row\",\"alignItemsTablet\":\"flex-start\",\"paddingLink\":false,\"topMarginDesktop\":50,\"bottomMarginDesktop\":20,\"leftMarginDesktop\":0,\"rightMarginDesktop\":0,\"marginLink\":false,\"variationSelected\":true,\"rowGapMobile\":65,\"columnGapDesktop\":48,\"columnGapTablet\":20} -->\n<div class=\"wp-block-uagb-container uagb-block-83ef69b1\"><!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"align\":\"center\",\"id\":828,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image aligncenter size-full\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Blue-Roan-pool.png\" alt=\"Blue Roan\'s rock pool\" class=\"wp-image-828\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>A relaxing rock Pool​</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>We have a lovely sparkling blue rock pool next to a thatched Lapa. &nbsp;&nbsp;Lie on recliners on the green lawn or sit on the swing chair in the Lapa and enjoy the panoramic view of the Magaliesberg mountain range.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":829,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/img-20160605-wa0002-largejpg.png\" alt=\"\" class=\"wp-image-829\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>Braai facilities </h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>What can compare to a burning fire under the star-lit African sky? Nothing beats the flavor of cooking over an open flame.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":830,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/ef9d0188da11e2bc56788f5619d9d539.png\" alt=\"\" class=\"wp-image-830\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>A games room </h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>The reception is also a games room for those who enjoy darts or playing pool. &nbsp;Take a selection of DVDs back to your room and watch movies on your own DVD player. &nbsp;There is also a selection of board games and music CDs that you can borrow.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"align\":\"center\",\"id\":1198,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image aligncenter size-full\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/eyJidWNrZXQiOiJhc3NldHMuYWxsdHJhaWxzLmNvbSIsImtleSI6InVwbG9hZHMvcGhvdG8vaW1hZ2UvNDMxNzk4MTAvYjZkYTAz-1.png\" alt=\"\" class=\"wp-image-1198\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>Walking or hiking </h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>There is a well-kept walking trail on our property with plenty of bird life and some benches along the way. &nbsp;It is safe for dogs to run off-leash as it is completely fenced all around. &nbsp;For those who enjoy long walks and hikes, it is safe to cross onto neighbouring farms and go as far as the eye can see.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":1185,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/49089607_1950305445047847_5177863042771189760_n.png\" alt=\"\" class=\"wp-image-1185\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>Mountain biking </h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Bring your mountain bikes and explore the surrounding countryside on safe off-road tracks on our property and on neighbouring farms.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":1196,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Michelle_1.png\" alt=\"\" class=\"wp-image-1196\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>Horse riding </h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Interested riders can book at one of the recommended horse-riding establishments listed further down this page.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"33b4ad44\",\"innerContentWidth\":\"alignfull\",\"directionDesktop\":\"row\",\"wrapTablet\":\"wrap\",\"variationSelected\":true,\"rowGapTablet\":0,\"columnGapDesktop\":0,\"isBlockRootParent\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-33b4ad44 alignfull uagb-is-root-container\"><!-- wp:uagb/container {\"block_id\":\"d27dd6c1\",\"widthDesktop\":25,\"widthTablet\":50,\"variationSelected\":true,\"widthSetByUser\":true,\"UAGHideMob\":true,\"UAGResponsiveConditions\":true} -->\n<div class=\"wp-block-uagb-container uag-hide-mob uagb-block-d27dd6c1\"><!-- wp:uagb/image {\"block_id\":\"48d18fb3\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-18-1-1024x768.jpg\",\"id\":1208,\"linkDestination\":\"none\",\"width\":480,\"height\":500,\"naturalWidth\":1024,\"naturalHeight\":768,\"sizeSlug\":\"large\",\"sizeSlugTablet\":\"large\",\"sizeSlugMobile\":\"large\",\"customHeightSetDesktop\":true} -->\n<div class=\"wp-block-uagb-image uagb-block-48d18fb3 wp-block-uagb-image--layout-default wp-block-uagb-image--effect-static wp-block-uagb-image--align-none\"><figure class=\"wp-block-uagb-image__figure\"><img srcset=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-18-1-1024x768.jpg \" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-18-1-1024x768.jpg\" alt=\"\" class=\"uag-image-1208\" width=\"480\" height=\"500\" title=\"\" loading=\"lazy\"/></figure></div>\n<!-- /wp:uagb/image --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"e1316c57\",\"widthDesktop\":25,\"widthTablet\":50,\"variationSelected\":true,\"widthSetByUser\":true,\"UAGHideMob\":true,\"UAGResponsiveConditions\":true} -->\n<div class=\"wp-block-uagb-container uag-hide-mob uagb-block-e1316c57\"><!-- wp:uagb/image {\"block_id\":\"a73d484a\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Blue-Roan-pool-1.png\",\"id\":1210,\"linkDestination\":\"none\",\"width\":480,\"height\":500,\"naturalWidth\":370,\"naturalHeight\":440,\"sizeSlug\":\"full\",\"sizeSlugTablet\":\"full\",\"sizeSlugMobile\":\"full\",\"customHeightSetDesktop\":true} -->\n<div class=\"wp-block-uagb-image uagb-block-a73d484a wp-block-uagb-image--layout-default wp-block-uagb-image--effect-static wp-block-uagb-image--align-none\"><figure class=\"wp-block-uagb-image__figure\"><img srcset=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Blue-Roan-pool-1.png \" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Blue-Roan-pool-1.png\" alt=\"\" class=\"uag-image-1210\" width=\"480\" height=\"500\" title=\"\" loading=\"lazy\"/></figure></div>\n<!-- /wp:uagb/image --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"89326905\",\"widthDesktop\":50,\"widthTablet\":100,\"variationSelected\":true,\"columnGapDesktop\":20,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-89326905\"><!-- wp:uagb/image {\"block_id\":\"f2ff2c37\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/the-view-from-my-rooms-1024x768.jpg\",\"id\":1211,\"linkDestination\":\"none\",\"width\":960,\"height\":500,\"naturalWidth\":1024,\"naturalHeight\":768,\"sizeSlug\":\"large\",\"sizeSlugTablet\":\"large\",\"sizeSlugMobile\":\"large\",\"customHeightSetDesktop\":true} -->\n<div class=\"wp-block-uagb-image uagb-block-f2ff2c37 wp-block-uagb-image--layout-default wp-block-uagb-image--effect-static wp-block-uagb-image--align-none\"><figure class=\"wp-block-uagb-image__figure\"><img srcset=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/the-view-from-my-rooms-1024x768.jpg \" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/the-view-from-my-rooms-1024x768.jpg\" alt=\"\" class=\"uag-image-1211\" width=\"960\" height=\"500\" title=\"\" loading=\"lazy\"/></figure></div>\n<!-- /wp:uagb/image --></div>\n<!-- /wp:uagb/container --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"ac701d8f\",\"innerContentWidth\":\"alignfull\",\"directionDesktop\":\"row\",\"wrapTablet\":\"wrap\",\"variationSelected\":true,\"rowGapTablet\":0,\"columnGapDesktop\":0,\"isBlockRootParent\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-ac701d8f alignfull uagb-is-root-container\"><!-- wp:uagb/container {\"block_id\":\"eaed48ec\",\"widthDesktop\":50,\"widthTablet\":100,\"variationSelected\":true,\"columnGapDesktop\":20,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-eaed48ec\"><!-- wp:uagb/image {\"block_id\":\"0b68e054\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/amenities-6-1.jpg\",\"id\":230,\"linkDestination\":\"none\",\"naturalWidth\":960,\"naturalHeight\":500,\"sizeSlug\":\"full\",\"sizeSlugTablet\":\"full\",\"sizeSlugMobile\":\"full\"} -->\n<div class=\"wp-block-uagb-image uagb-block-0b68e054 wp-block-uagb-image--layout-default wp-block-uagb-image--effect-static wp-block-uagb-image--align-none\"><figure class=\"wp-block-uagb-image__figure\"><img srcset=\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/amenities-6-1.jpg \" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/amenities-6-1.jpg\" alt=\"\" class=\"uag-image-230\" width=\"\" height=\"\" title=\"\" loading=\"lazy\"/></figure></div>\n<!-- /wp:uagb/image --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"d65bbd0e\",\"widthDesktop\":25,\"variationSelected\":true,\"widthSetByUser\":true,\"UAGHideMob\":true,\"UAGResponsiveConditions\":true} -->\n<div class=\"wp-block-uagb-container uag-hide-mob uagb-block-d65bbd0e\"><!-- wp:uagb/image {\"block_id\":\"a3ab2b57\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/amenities-2.jpg\",\"id\":221,\"linkDestination\":\"none\",\"naturalWidth\":480,\"naturalHeight\":500,\"sizeSlug\":\"full\",\"sizeSlugTablet\":\"full\",\"sizeSlugMobile\":\"full\"} -->\n<div class=\"wp-block-uagb-image uagb-block-a3ab2b57 wp-block-uagb-image--layout-default wp-block-uagb-image--effect-static wp-block-uagb-image--align-none\"><figure class=\"wp-block-uagb-image__figure\"><img srcset=\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/amenities-2.jpg \" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/amenities-2.jpg\" alt=\"\" class=\"uag-image-221\" width=\"\" height=\"\" title=\"\" loading=\"lazy\"/></figure></div>\n<!-- /wp:uagb/image --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"6de93f3b\",\"widthDesktop\":25,\"variationSelected\":true,\"widthSetByUser\":true,\"UAGHideMob\":true,\"UAGResponsiveConditions\":true} -->\n<div class=\"wp-block-uagb-container uag-hide-mob uagb-block-6de93f3b\"><!-- wp:uagb/image {\"block_id\":\"daf851a8\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/amenities-4.jpg\",\"id\":223,\"linkDestination\":\"none\",\"naturalWidth\":480,\"naturalHeight\":500,\"sizeSlug\":\"full\",\"sizeSlugTablet\":\"full\",\"sizeSlugMobile\":\"full\"} -->\n<div class=\"wp-block-uagb-image uagb-block-daf851a8 wp-block-uagb-image--layout-default wp-block-uagb-image--effect-static wp-block-uagb-image--align-none\"><figure class=\"wp-block-uagb-image__figure\"><img srcset=\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/amenities-4.jpg \" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/amenities-4.jpg\" alt=\"\" class=\"uag-image-223\" width=\"\" height=\"\" title=\"\" loading=\"lazy\"/></figure></div>\n<!-- /wp:uagb/image --></div>\n<!-- /wp:uagb/container --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"a052f27f\",\"backgroundType\":\"color\",\"backgroundSizeTablet\":\"cover\",\"backgroundSizeMobile\":\"cover\",\"backgroundColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"topPaddingDesktop\":120,\"bottomPaddingDesktop\":120,\"topPaddingTablet\":80,\"bottomPaddingTablet\":80,\"leftPaddingTablet\":30,\"rightPaddingTablet\":30,\"topPaddingMobile\":80,\"bottomPaddingMobile\":80,\"leftPaddingMobile\":20,\"rightPaddingMobile\":20,\"paddingLink\":false,\"variationSelected\":true,\"rowGapDesktop\":0,\"rowGapTablet\":0,\"isBlockRootParent\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-a052f27f alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/container {\"block_id\":\"dfa13f26\",\"directionDesktop\":\"row\",\"alignItemsDesktop\":\"flex-end\",\"alignItemsTablet\":\"flex-end\",\"justifyContentDesktop\":\"flex-end\",\"justifyContentTablet\":\"space-between\",\"variationSelected\":true,\"rowGapMobile\":30,\"columnGapDesktop\":0} -->\n<div class=\"wp-block-uagb-container uagb-block-dfa13f26\"><!-- wp:uagb/advanced-heading {\"block_id\":\"09ff4744\",\"classMigrate\":true,\"headingDescToggle\":true,\"subHeadingColor\":\"\",\"headSpace\":20,\"subHeadFontSize\":16} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-09ff4744\"><h2 class=\"uagb-heading-text\">Other Perks &amp; Facilities ​</h2><p class=\"uagb-desc-text\">Looking for more? Well, we believe that every guest walks into our hotel for the best experience. And, we are determined to do that.</p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/buttons {\"block_id\":\"9e277ec0\",\"classMigrate\":true,\"childMigrate\":true,\"align\":\"right\",\"alignTablet\":\"right\",\"alignMobile\":\"left\",\"gap\":0} -->\n<div class=\"wp-block-uagb-buttons uagb-buttons__outer-wrap uagb-btn__default-btn uagb-btn-tablet__default-btn uagb-btn-mobile__default-btn uagb-block-9e277ec0\"><div class=\"uagb-buttons__wrap uagb-buttons-layout-wrap\"><!-- wp:uagb/buttons-child {\"block_id\":\"de57c5b3\",\"label\":\"Get Bookings\",\"link\":\"#\",\"hColor\":\"\",\"borderWidth\":\"\",\"borderRadius\":\"\",\"borderStyle\":\"\",\"borderColor\":\"\",\"borderHColor\":\"\",\"btnBorderTopWidth\":1,\"btnBorderLeftWidth\":1,\"btnBorderRightWidth\":1,\"btnBorderBottomWidth\":1,\"btnBorderTopLeftRadius\":2,\"btnBorderTopRightRadius\":2,\"btnBorderBottomLeftRadius\":2,\"btnBorderBottomRightRadius\":2,\"btnBorderStyle\":\"solid\",\"btnBorderColor\":\"#333\",\"btnBorderHColor\":\"#333\"} -->\n<div class=\"wp-block-uagb-buttons-child uagb-buttons__outer-wrap uagb-block-de57c5b3 wp-block-button is-style-outline\"><div class=\"uagb-button__wrapper\"><a class=\"uagb-buttons-repeater wp-block-button__link\" href=\"#\" rel=\"follow noopener\" target=\"_self\"><div class=\"uagb-button__link\">Get Bookings</div></a></div></div>\n<!-- /wp:uagb/buttons-child --></div></div>\n<!-- /wp:uagb/buttons --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"2bcba7f9\",\"directionDesktop\":\"row\",\"alignItemsTablet\":\"flex-start\",\"paddingLink\":false,\"topMarginDesktop\":54,\"bottomMarginDesktop\":0,\"leftMarginDesktop\":0,\"rightMarginDesktop\":0,\"topMarginTablet\":30,\"bottomMarginTablet\":0,\"leftMarginTablet\":0,\"rightMarginTablet\":0,\"marginLink\":false,\"variationSelected\":true,\"rowGapMobile\":65,\"columnGapDesktop\":48,\"columnGapTablet\":20} -->\n<div class=\"wp-block-uagb-container uagb-block-2bcba7f9\"><!-- wp:uagb/info-box {\"classMigrate\":true,\"headingAlign\":\"left\",\"headingColor\":\"\",\"subHeadingColor\":\"\",\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"source_type\":\"image\",\"block_id\":\"bc5caedb\",\"ctaType\":\"text\",\"ctaText\":\"READ MORE\",\"ctaLinkColor\":\"var(\\u002d\\u002dast-global-color-0)\",\"ctaDecoration\":\"underline\",\"ctaFontSize\":12,\"ctaFontWeight\":\"600\",\"ctaLetterSpacing\":2,\"ctaBorderStyle\":\"\",\"iconBottomMargin\":30,\"iconImage\":{\"id\":240,\"title\":\"terrace\",\"filename\":\"terrace.jpg\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/terrace.jpg\",\"link\":\"https://blueroan.netgen.cloud/terrace/\",\"alt\":\"\",\"author\":\"34\",\"description\":\"\",\"caption\":\"\",\"name\":\"terrace\",\"status\":\"inherit\",\"uploadedTo\":0,\"date\":\"2021-05-11T10:54:04.000Z\",\"modified\":\"2021-05-11T10:54:04.000Z\",\"menuOrder\":0,\"mime\":\"image/jpeg\",\"type\":\"image\",\"subtype\":\"jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/default.png\",\"dateFormatted\":\"May 11, 2021\",\"nonces\":{\"update\":\"6de8720da3\",\"delete\":\"d7905e75b9\",\"edit\":\"e7132a7b3e\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=240\\u0026action=edit\",\"meta\":false,\"authorName\":\"Rishabh\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/user-edit.php?user_id=34\",\"filesizeInBytes\":40742,\"filesizeHumanReadable\":\"40 KB\",\"context\":\"\",\"height\":440,\"width\":370,\"orientation\":\"portrait\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/terrace-150x150.jpg\",\"orientation\":\"landscape\"},\"medium\":{\"height\":300,\"width\":252,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/terrace-252x300-1.jpg\",\"orientation\":\"portrait\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/terrace.jpg\",\"height\":440,\"width\":370,\"orientation\":\"portrait\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"imageSize\":\"full\",\"imageWidth\":100,\"imageWidthMobile\":100,\"imageWidthTablet\":100,\"paddingBtnTop\":10,\"paddingBtnBottom\":10,\"paddingBtnLeft\":14,\"paddingBtnRight\":14,\"imageWidthUnit\":\"%\",\"imageWidthUnitTablet\":\"%\",\"imageWidthUnitMobile\":\"%\",\"subHeadTopMargin\":0,\"subHeadRightMargin\":40,\"subHeadLeftMargin\":0,\"subHeadMarginTopTablet\":0,\"subHeadMarginRightTablet\":0,\"subHeadTabletSpace\":20,\"subHeadMarginLeftTablet\":0,\"btnBorderStyle\":\"solid\"} -->\n<div class=\"wp-block-uagb-info-box uagb-block-bc5caedb uagb-infobox__content-wrap  uagb-infobox-icon-above-title uagb-infobox-image-valign-top\"><div class=\"uagb-ifb-content\"><div class=\"uagb-ifb-image-content\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/terrace.jpg\" alt=\"\"/></div><div class=\"uagb-ifb-title-wrap\"><h3 class=\"uagb-ifb-title\">Ocean View Terrace​</h3></div><p class=\"uagb-ifb-desc\">Among the scenic beauty of the city we also have an ocean view terrace for every suite in our hotel.</p><div class=\"uagb-ifb-button-wrapper wp-block-button\"><a href=\"#\" target=\"_self\" class=\"uagb-infobox-cta-link\" rel=\"noopener noreferrer\" alt=\"\"><span class=\"uagb-inline-editing\">READ MORE</span></a></div></div></div>\n<!-- /wp:uagb/info-box -->\n\n<!-- wp:uagb/info-box {\"classMigrate\":true,\"headingAlign\":\"left\",\"headingColor\":\"\",\"subHeadingColor\":\"\",\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"source_type\":\"image\",\"block_id\":\"be927766\",\"ctaType\":\"text\",\"ctaText\":\"READ MORE\",\"ctaLinkColor\":\"var(\\u002d\\u002dast-global-color-0)\",\"ctaDecoration\":\"underline\",\"ctaFontSize\":12,\"ctaFontWeight\":\"600\",\"ctaLetterSpacing\":2,\"ctaBorderStyle\":\"\",\"iconBottomMargin\":30,\"iconImage\":{\"id\":89,\"title\":\"food\",\"filename\":\"food.jpg\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/food.jpg\",\"link\":\"https://blueroan.netgen.cloud/food/\",\"alt\":\"\",\"author\":\"34\",\"description\":\"\",\"caption\":\"\",\"name\":\"food\",\"status\":\"inherit\",\"uploadedTo\":0,\"date\":\"2021-05-07T14:24:52.000Z\",\"modified\":\"2021-05-07T14:24:52.000Z\",\"menuOrder\":0,\"mime\":\"image/jpeg\",\"type\":\"image\",\"subtype\":\"jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/default.png\",\"dateFormatted\":\"May 7, 2021\",\"nonces\":{\"update\":\"b06173e227\",\"delete\":\"7de0e70fba\",\"edit\":\"7dc3d40920\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=89\\u0026action=edit\",\"meta\":false,\"authorName\":\"Rishabh\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/user-edit.php?user_id=34\",\"filesizeInBytes\":41933,\"filesizeHumanReadable\":\"41 KB\",\"context\":\"\",\"height\":440,\"width\":370,\"orientation\":\"portrait\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/food-150x150.jpg\",\"orientation\":\"landscape\"},\"medium\":{\"height\":300,\"width\":252,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/food-252x300-1.jpg\",\"orientation\":\"portrait\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/food.jpg\",\"height\":440,\"width\":370,\"orientation\":\"portrait\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"imageSize\":\"full\",\"imageWidth\":100,\"imageWidthMobile\":100,\"imageWidthTablet\":100,\"paddingBtnTop\":10,\"paddingBtnBottom\":10,\"paddingBtnLeft\":14,\"paddingBtnRight\":14,\"imageWidthUnit\":\"%\",\"imageWidthUnitTablet\":\"%\",\"imageWidthUnitMobile\":\"%\",\"subHeadTopMargin\":0,\"subHeadRightMargin\":40,\"subHeadLeftMargin\":0,\"subHeadMarginTopTablet\":0,\"subHeadMarginRightTablet\":0,\"subHeadTabletSpace\":20,\"subHeadMarginLeftTablet\":0,\"btnBorderStyle\":\"solid\"} -->\n<div class=\"wp-block-uagb-info-box uagb-block-be927766 uagb-infobox__content-wrap  uagb-infobox-icon-above-title uagb-infobox-image-valign-top\"><div class=\"uagb-ifb-content\"><div class=\"uagb-ifb-image-content\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/food.jpg\" alt=\"\"/></div><div class=\"uagb-ifb-title-wrap\"><h3 class=\"uagb-ifb-title\">Delicious Food​</h3></div><p class=\"uagb-ifb-desc\">We have team chefs from across the world. So you can enjoy the delicacies anytime during your stay.</p><div class=\"uagb-ifb-button-wrapper wp-block-button\"><a href=\"#\" target=\"_self\" class=\"uagb-infobox-cta-link\" rel=\"noopener noreferrer\" alt=\"\"><span class=\"uagb-inline-editing\">READ MORE</span></a></div></div></div>\n<!-- /wp:uagb/info-box -->\n\n<!-- wp:uagb/info-box {\"classMigrate\":true,\"headingAlign\":\"left\",\"headingColor\":\"\",\"subHeadingColor\":\"\",\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"source_type\":\"image\",\"block_id\":\"762a0a59\",\"ctaType\":\"text\",\"ctaText\":\"READ MORE\",\"ctaLinkColor\":\"var(\\u002d\\u002dast-global-color-0)\",\"ctaDecoration\":\"underline\",\"ctaFontSize\":12,\"ctaFontWeight\":\"600\",\"ctaLetterSpacing\":2,\"ctaBorderStyle\":\"\",\"iconBottomMargin\":30,\"iconImage\":{\"id\":241,\"title\":\"beach\",\"filename\":\"beach.jpg\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/beach.jpg\",\"link\":\"https://blueroan.netgen.cloud/beach/\",\"alt\":\"\",\"author\":\"34\",\"description\":\"\",\"caption\":\"\",\"name\":\"beach\",\"status\":\"inherit\",\"uploadedTo\":0,\"date\":\"2021-05-11T10:56:06.000Z\",\"modified\":\"2021-05-11T10:56:06.000Z\",\"menuOrder\":0,\"mime\":\"image/jpeg\",\"type\":\"image\",\"subtype\":\"jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/default.png\",\"dateFormatted\":\"May 11, 2021\",\"nonces\":{\"update\":\"65c348aac8\",\"delete\":\"6d551f7cf4\",\"edit\":\"026ca70d91\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=241\\u0026action=edit\",\"meta\":false,\"authorName\":\"Rishabh\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/user-edit.php?user_id=34\",\"filesizeInBytes\":38094,\"filesizeHumanReadable\":\"37 KB\",\"context\":\"\",\"height\":440,\"width\":370,\"orientation\":\"portrait\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/beach-150x150.jpg\",\"orientation\":\"landscape\"},\"medium\":{\"height\":300,\"width\":252,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/beach-252x300-1.jpg\",\"orientation\":\"portrait\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/beach.jpg\",\"height\":440,\"width\":370,\"orientation\":\"portrait\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"imageSize\":\"full\",\"imageWidth\":100,\"imageWidthMobile\":100,\"imageWidthTablet\":100,\"paddingBtnTop\":10,\"paddingBtnBottom\":10,\"paddingBtnLeft\":14,\"paddingBtnRight\":14,\"imageWidthUnit\":\"%\",\"imageWidthUnitTablet\":\"%\",\"imageWidthUnitMobile\":\"%\",\"subHeadTopMargin\":0,\"subHeadRightMargin\":40,\"subHeadLeftMargin\":0,\"subHeadMarginTopTablet\":0,\"subHeadMarginRightTablet\":0,\"subHeadTabletSpace\":20,\"subHeadMarginLeftTablet\":0,\"btnBorderStyle\":\"solid\"} -->\n<div class=\"wp-block-uagb-info-box uagb-block-762a0a59 uagb-infobox__content-wrap  uagb-infobox-icon-above-title uagb-infobox-image-valign-top\"><div class=\"uagb-ifb-content\"><div class=\"uagb-ifb-image-content\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/beach.jpg\" alt=\"\"/></div><div class=\"uagb-ifb-title-wrap\"><h3 class=\"uagb-ifb-title\">Private Beach​</h3></div><p class=\"uagb-ifb-desc\">Want to take a dip into the sea? All our guests get complimentary access to our private beach.</p><div class=\"uagb-ifb-button-wrapper wp-block-button\"><a href=\"#\" target=\"_self\" class=\"uagb-infobox-cta-link\" rel=\"noopener noreferrer\" alt=\"\"><span class=\"uagb-inline-editing\">READ MORE</span></a></div></div></div>\n<!-- /wp:uagb/info-box --></div>\n<!-- /wp:uagb/container --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"c2b0024e\",\"innerContentCustomWidthDesktop\":781,\"innerContentCustomWidthTablet\":781,\"backgroundType\":\"image\",\"backgroundImageDesktop\":{\"id\":54,\"title\":\"background-img\",\"filename\":\"background-img-1.jpg\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/background-img-1.jpg\",\"link\":\"https://blueroan.netgen.cloud/background-img-2/\",\"alt\":\"\",\"author\":\"34\",\"description\":\"\",\"caption\":\"\",\"name\":\"background-img-2\",\"status\":\"inherit\",\"uploadedTo\":0,\"date\":\"2021-05-07T10:11:37.000Z\",\"modified\":\"2021-05-07T10:11:37.000Z\",\"menuOrder\":0,\"mime\":\"image/jpeg\",\"type\":\"image\",\"subtype\":\"jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/default.png\",\"dateFormatted\":\"May 7, 2021\",\"nonces\":{\"update\":\"bb999636b9\",\"delete\":\"d2e1375bc4\",\"edit\":\"005dd2f0c9\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=54\\u0026action=edit\",\"meta\":false,\"authorName\":\"Rishabh\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/user-edit.php?user_id=34\",\"filesizeInBytes\":338858,\"filesizeHumanReadable\":\"331 KB\",\"context\":\"\",\"height\":1080,\"width\":1920,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/background-img-1-150x150.jpg\",\"orientation\":\"landscape\"},\"medium\":{\"height\":169,\"width\":300,\"url\":\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/background-img-1-300x169.jpg\",\"orientation\":\"landscape\"},\"large\":{\"height\":576,\"width\":1024,\"url\":\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/background-img-1-1024x576.jpg\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/background-img-1.jpg\",\"height\":1080,\"width\":1920,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"backgroundImageColor\":\"rgba(42,42,42,0.65)\",\"topPaddingDesktop\":144,\"bottomPaddingDesktop\":144,\"leftPaddingDesktop\":40,\"rightPaddingDesktop\":40,\"topPaddingTablet\":80,\"bottomPaddingTablet\":80,\"leftPaddingTablet\":40,\"rightPaddingTablet\":40,\"topPaddingMobile\":64,\"bottomPaddingMobile\":64,\"leftPaddingMobile\":24,\"rightPaddingMobile\":24,\"paddingLink\":false,\"variationSelected\":true,\"isBlockRootParent\":true,\"overlayType\":\"color\"} -->\n<div class=\"wp-block-uagb-container uagb-block-c2b0024e alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/advanced-heading {\"block_id\":\"469555ab\",\"classMigrate\":true,\"headingDescToggle\":true,\"headingAlign\":\"center\",\"headingColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"subHeadingColor\":\"var(\\u002d\\u002dast-global-color-4)\",\"headSpace\":20} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-469555ab\"><h2 class=\"uagb-heading-text\">Plan an Unforgettable Experience in Mykonos Today!</h2><p class=\"uagb-desc-text\">We can help you fit your stay and experience within your allotted budget.</p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/advanced-heading {\"block_id\":\"acfcffb3\",\"classMigrate\":true,\"headingTitleToggle\":false,\"headingDescToggle\":true,\"headingAlign\":\"center\",\"subHeadingColor\":\"var(\\u002d\\u002dast-global-color-4)\",\"subHeadTransform\":\"uppercase\",\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"subHeadLetterSpacing\":2,\"blockTopPadding\":60,\"blockRightPadding\":0,\"blockLeftPadding\":0,\"blockBottomPadding\":0,\"blockTopPaddingMobile\":30,\"blockRightPaddingMobile\":0,\"blockLeftPaddingMobile\":0,\"blockBottomPaddingMobile\":0} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-acfcffb3\"><p class=\"uagb-desc-text\">BOOK YOUR STAY NOW​</p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/icon-list {\"block_id\":\"2f197555\",\"classMigrate\":true,\"childMigrate\":true,\"align\":\"center\",\"parentIcon\":\"phone\",\"size\":40,\"sizeMobile\":24,\"sizeTablet\":32,\"fontSize\":48,\"fontSizeMobile\":28,\"fontSizeTablet\":40,\"fontWeight\":\"600\",\"iconColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"labelColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"blockTopPadding\":0,\"blockRightPadding\":0,\"blockLeftPadding\":0,\"blockBottomPadding\":24,\"blockPaddingLink\":false} -->\n<div class=\"wp-block-uagb-icon-list uagb-block-2f197555\"><div class=\"uagb-icon-list__wrap\"><!-- wp:uagb/icon-list-child {\"block_id\":\"95723a73\",\"label\":\"+1-123 456 7890​\",\"label_color\":\"\",\"fromParentIcon\":\"phone\",\"imageSizeChild\":40} -->\n<div class=\"wp-block-uagb-icon-list-child uagb-block-95723a73\"><span class=\"uagb-icon-list__source-wrap\"><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M511.2 387l-23.25 100.8c-3.266 14.25-15.79 24.22-30.46 24.22C205.2 512 0 306.8 0 54.5c0-14.66 9.969-27.2 24.22-30.45l100.8-23.25C139.7-2.602 154.7 5.018 160.8 18.92l46.52 108.5c5.438 12.78 1.77 27.67-8.98 36.45L144.5 207.1c33.98 69.22 90.26 125.5 159.5 159.5l44.08-53.8c8.688-10.78 23.69-14.51 36.47-8.975l108.5 46.51C506.1 357.2 514.6 372.4 511.2 387z\"></path></svg></span><span class=\"uagb-icon-list__label\">+1-123 456 7890​</span></div>\n<!-- /wp:uagb/icon-list-child --></div></div>\n<!-- /wp:uagb/icon-list --></div></div>\n<!-- /wp:uagb/container -->',	'Amenities',	'',	'inherit',	'closed',	'closed',	'',	'762-revision-v1',	'',	'',	'2022-12-15 11:58:42',	'2022-12-15 11:58:42',	'',	762,	'https://blueroan.netgen.cloud/?p=1212',	0,	'revision',	'',	0),
(1213,	2,	'2022-12-15 11:59:34',	'2022-12-15 11:59:34',	'',	'AAEAAQAAAAAAAAAAAAAAJDI0ZWY4NDc1LThjYjYtNDM3YS1iOTliLWNmOWQxYTJkMWU5MQ-1',	'',	'inherit',	'open',	'closed',	'',	'aaeaaqaaaaaaaaaaaaaajdi0zwy4ndc1lthjyjytndm3ys1iotlilwnmowqxytjkmwu5mq-1',	'',	'',	'2022-12-15 11:59:34',	'2022-12-15 11:59:34',	'',	762,	'https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAAJDI0ZWY4NDc1LThjYjYtNDM3YS1iOTliLWNmOWQxYTJkMWU5MQ-1.png',	0,	'attachment',	'image/png',	0),
(1215,	2,	'2022-12-15 12:00:09',	'2022-12-15 12:00:09',	'',	'bird-1',	'',	'inherit',	'open',	'closed',	'',	'bird-1',	'',	'',	'2022-12-15 12:00:09',	'2022-12-15 12:00:09',	'',	762,	'https://blueroan.netgen.cloud/wp-content/uploads/2022/12/bird-1.jpg',	0,	'attachment',	'image/jpeg',	0),
(1216,	2,	'2022-12-15 12:00:41',	'2022-12-15 12:00:41',	'',	'two-happy-boxers',	'',	'inherit',	'open',	'closed',	'',	'two-happy-boxers',	'',	'',	'2022-12-15 12:00:41',	'2022-12-15 12:00:41',	'',	762,	'https://blueroan.netgen.cloud/wp-content/uploads/2022/12/two-happy-boxers.jpg',	0,	'attachment',	'image/jpeg',	0),
(1217,	2,	'2022-12-15 12:00:52',	'2022-12-15 12:00:52',	'<!-- wp:uagb/container {\"block_id\":\"d981973c\",\"backgroundType\":\"image\",\"backgroundImageDesktop\":{\"id\":1007,\"title\":\"AAEAAQAAAAAAAAAAAAAAJDg5NmY0ZGUxLWE4MTgtNDY5NC1iODFhLTBmN2Q0ZDc5ZWFiNw-1\",\"filename\":\"AAEAAQAAAAAAAAAAAAAAJDg5NmY0ZGUxLWE4MTgtNDY5NC1iODFhLTBmN2Q0ZDc5ZWFiNw-1.png\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAAJDg5NmY0ZGUxLWE4MTgtNDY5NC1iODFhLTBmN2Q0ZDc5ZWFiNw-1.png\",\"link\":\"https://blueroan.netgen.cloud/the-barn/aaeaaqaaaaaaaaaaaaaajdg5nmy0zguxlwe4mtgtndy5nc1iodfhltbmn2q0zdc5zwfinw-1/\",\"alt\":\"\",\"author\":\"2\",\"description\":\"\",\"caption\":\"\",\"name\":\"aaeaaqaaaaaaaaaaaaaajdg5nmy0zguxlwe4mtgtndy5nc1iodfhltbmn2q0zdc5zwfinw-1\",\"status\":\"inherit\",\"uploadedTo\":948,\"date\":\"2022-12-14T10:50:25.000Z\",\"modified\":\"2022-12-14T10:50:25.000Z\",\"menuOrder\":0,\"mime\":\"image/png\",\"type\":\"image\",\"subtype\":\"png\",\"icon\":\"https://blueroan.netgen.cloud/wp-includes/images/media/default.png\",\"dateFormatted\":\"December 14, 2022\",\"nonces\":{\"update\":\"483f8bdf3d\",\"delete\":\"0a7ebc92ef\",\"edit\":\"6bc1c6a685\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=1007\\u0026action=edit\",\"meta\":false,\"authorName\":\"Netgen Support\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/profile.php\",\"uploadedToTitle\":\"The Barn\",\"uploadedToLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=948\\u0026action=edit\",\"filesizeInBytes\":1348989,\"filesizeHumanReadable\":\"1 MB\",\"context\":\"\",\"height\":667,\"width\":1000,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAAJDg5NmY0ZGUxLWE4MTgtNDY5NC1iODFhLTBmN2Q0ZDc5ZWFiNw-1-150x150.png\",\"orientation\":\"landscape\"},\"medium\":{\"height\":200,\"width\":300,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAAJDg5NmY0ZGUxLWE4MTgtNDY5NC1iODFhLTBmN2Q0ZDc5ZWFiNw-1-300x200.png\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAAJDg5NmY0ZGUxLWE4MTgtNDY5NC1iODFhLTBmN2Q0ZDc5ZWFiNw-1.png\",\"height\":667,\"width\":1000,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"backgroundPositionDesktop\":{\"x\":0.61,\"y\":0.52},\"backgroundSizeTablet\":\"cover\",\"backgroundSizeMobile\":\"cover\",\"backgroundColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"backgroundImageColor\":\"rgba(42,42,42,0.5)\",\"topPaddingDesktop\":220,\"bottomPaddingDesktop\":150,\"topPaddingTablet\":170,\"bottomPaddingTablet\":160,\"leftPaddingTablet\":30,\"rightPaddingTablet\":30,\"topPaddingMobile\":180,\"bottomPaddingMobile\":80,\"leftPaddingMobile\":20,\"rightPaddingMobile\":20,\"paddingLink\":false,\"variationSelected\":true,\"isBlockRootParent\":true,\"overlayType\":\"color\"} -->\n<div class=\"wp-block-uagb-container uagb-block-d981973c alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/advanced-heading {\"block_id\":\"990a5301\",\"classMigrate\":true,\"headingDescToggle\":true,\"headingColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"subHeadingColor\":\"var(\\u002d\\u002dast-global-color-4)\",\"headingTag\":\"h1\",\"headSpace\":20,\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"blockTopPadding\":0,\"blockRightPadding\":50,\"blockLeftPadding\":0,\"blockBottomPadding\":0,\"blockTopPaddingTablet\":0,\"blockRightPaddingTablet\":20,\"blockLeftPaddingTablet\":0,\"blockBottomPaddingTablet\":0,\"blockTopPaddingMobile\":0,\"blockRightPaddingMobile\":0,\"blockLeftPaddingMobile\":0,\"blockBottomPaddingMobile\":0,\"blockPaddingUnit\":\"%\",\"blockPaddingUnitTablet\":\"%\"} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-990a5301\"><h1 class=\"uagb-heading-text\">Amenities &amp; Interests​</h1><p class=\"uagb-desc-text\">We do not give you just rooms to stay in. We give you an environment where you can experience the best while on a holiday with us. </p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:buttons -->\n<div class=\"wp-block-buttons\"><!-- wp:button -->\n<div class=\"wp-block-button\"><a class=\"wp-block-button__link wp-element-button\" href=\"https://book.nightsbridge.com/11065\" target=\"_blank\" rel=\"noreferrer noopener\">BOOK NOW</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"b7db0d1b\",\"backgroundType\":\"color\",\"backgroundSizeTablet\":\"cover\",\"backgroundSizeMobile\":\"cover\",\"backgroundColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"topPaddingDesktop\":50,\"bottomPaddingDesktop\":100,\"topPaddingTablet\":50,\"bottomPaddingTablet\":25,\"leftPaddingTablet\":20,\"rightPaddingTablet\":20,\"topPaddingMobile\":50,\"bottomPaddingMobile\":20,\"leftPaddingMobile\":20,\"rightPaddingMobile\":20,\"paddingLink\":false,\"variationSelected\":true,\"rowGapDesktop\":0,\"isBlockRootParent\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-b7db0d1b alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/container {\"block_id\":\"5ec765e5\",\"directionDesktop\":\"row\",\"alignItemsTablet\":\"flex-start\",\"paddingLink\":false,\"topMarginDesktop\":50,\"bottomMarginDesktop\":20,\"leftMarginDesktop\":0,\"rightMarginDesktop\":0,\"marginLink\":false,\"variationSelected\":true,\"rowGapMobile\":65,\"columnGapDesktop\":48,\"columnGapTablet\":20} -->\n<div class=\"wp-block-uagb-container uagb-block-5ec765e5\"><!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"align\":\"center\",\"id\":828,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image aligncenter size-full\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Blue-Roan-pool.png\" alt=\"Blue Roan\'s rock pool\" class=\"wp-image-828\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>A relaxing rock Pool​</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>We have a lovely sparkling blue rock pool next to a thatched Lapa. &nbsp;&nbsp;Lie on recliners on the green lawn or sit on the swing chair in the Lapa and enjoy the panoramic view of the Magaliesberg mountain range.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":829,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/img-20160605-wa0002-largejpg.png\" alt=\"\" class=\"wp-image-829\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>Braai facilities </h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>What can compare to a burning fire under the star-lit African sky? Nothing beats the flavor of cooking over an open flame.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":830,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/ef9d0188da11e2bc56788f5619d9d539.png\" alt=\"\" class=\"wp-image-830\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>A games room </h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>The reception is also a games room for those who enjoy darts or playing pool. &nbsp;Take a selection of DVDs back to your room and watch movies on your own DVD player. &nbsp;There is also a selection of board games and music CDs that you can borrow.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"align\":\"center\",\"id\":1198,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image aligncenter size-full\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/eyJidWNrZXQiOiJhc3NldHMuYWxsdHJhaWxzLmNvbSIsImtleSI6InVwbG9hZHMvcGhvdG8vaW1hZ2UvNDMxNzk4MTAvYjZkYTAz-1.png\" alt=\"\" class=\"wp-image-1198\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>Walking or hiking </h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>There is a well-kept walking trail on our property with plenty of bird life and some benches along the way. &nbsp;It is safe for dogs to run off-leash as it is completely fenced all around. &nbsp;For those who enjoy long walks and hikes, it is safe to cross onto neighbouring farms and go as far as the eye can see.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":1185,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/49089607_1950305445047847_5177863042771189760_n.png\" alt=\"\" class=\"wp-image-1185\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>Mountain biking </h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Bring your mountain bikes and explore the surrounding countryside on safe off-road tracks on our property and on neighbouring farms.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":1196,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Michelle_1.png\" alt=\"\" class=\"wp-image-1196\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>Horse riding </h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Interested riders can book at one of the recommended horse-riding establishments listed further down this page.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"ba793575\",\"innerContentWidth\":\"alignfull\",\"directionDesktop\":\"row\",\"wrapTablet\":\"wrap\",\"variationSelected\":true,\"rowGapTablet\":0,\"columnGapDesktop\":0,\"isBlockRootParent\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-ba793575 alignfull uagb-is-root-container\"><!-- wp:uagb/container {\"block_id\":\"aba8fafd\",\"widthDesktop\":25,\"widthTablet\":50,\"variationSelected\":true,\"widthSetByUser\":true,\"UAGHideMob\":true,\"UAGResponsiveConditions\":true} -->\n<div class=\"wp-block-uagb-container uag-hide-mob uagb-block-aba8fafd\"><!-- wp:uagb/image {\"block_id\":\"c54edb81\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-18-1-1024x768.jpg\",\"id\":1208,\"linkDestination\":\"none\",\"width\":480,\"height\":500,\"naturalWidth\":1024,\"naturalHeight\":768,\"sizeSlug\":\"large\",\"sizeSlugTablet\":\"large\",\"sizeSlugMobile\":\"large\",\"customHeightSetDesktop\":true} -->\n<div class=\"wp-block-uagb-image uagb-block-c54edb81 wp-block-uagb-image--layout-default wp-block-uagb-image--effect-static wp-block-uagb-image--align-none\"><figure class=\"wp-block-uagb-image__figure\"><img srcset=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-18-1-1024x768.jpg \" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-18-1-1024x768.jpg\" alt=\"\" class=\"uag-image-1208\" width=\"480\" height=\"500\" title=\"\" loading=\"lazy\"/></figure></div>\n<!-- /wp:uagb/image --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"28ab737f\",\"widthDesktop\":25,\"widthTablet\":50,\"variationSelected\":true,\"widthSetByUser\":true,\"UAGHideMob\":true,\"UAGResponsiveConditions\":true} -->\n<div class=\"wp-block-uagb-container uag-hide-mob uagb-block-28ab737f\"><!-- wp:uagb/image {\"block_id\":\"24f5084a\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Blue-Roan-pool-1.png\",\"id\":1210,\"linkDestination\":\"none\",\"width\":480,\"height\":500,\"naturalWidth\":370,\"naturalHeight\":440,\"sizeSlug\":\"full\",\"sizeSlugTablet\":\"full\",\"sizeSlugMobile\":\"full\",\"customHeightSetDesktop\":true} -->\n<div class=\"wp-block-uagb-image uagb-block-24f5084a wp-block-uagb-image--layout-default wp-block-uagb-image--effect-static wp-block-uagb-image--align-none\"><figure class=\"wp-block-uagb-image__figure\"><img srcset=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Blue-Roan-pool-1.png \" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Blue-Roan-pool-1.png\" alt=\"\" class=\"uag-image-1210\" width=\"480\" height=\"500\" title=\"\" loading=\"lazy\"/></figure></div>\n<!-- /wp:uagb/image --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"0ebc823b\",\"widthDesktop\":50,\"widthTablet\":100,\"variationSelected\":true,\"columnGapDesktop\":20,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-0ebc823b\"><!-- wp:uagb/image {\"block_id\":\"06fcd860\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/the-view-from-my-rooms-1024x768.jpg\",\"id\":1211,\"linkDestination\":\"none\",\"width\":960,\"height\":500,\"naturalWidth\":1024,\"naturalHeight\":768,\"sizeSlug\":\"large\",\"sizeSlugTablet\":\"large\",\"sizeSlugMobile\":\"large\",\"customHeightSetDesktop\":true} -->\n<div class=\"wp-block-uagb-image uagb-block-06fcd860 wp-block-uagb-image--layout-default wp-block-uagb-image--effect-static wp-block-uagb-image--align-none\"><figure class=\"wp-block-uagb-image__figure\"><img srcset=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/the-view-from-my-rooms-1024x768.jpg \" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/the-view-from-my-rooms-1024x768.jpg\" alt=\"\" class=\"uag-image-1211\" width=\"960\" height=\"500\" title=\"\" loading=\"lazy\"/></figure></div>\n<!-- /wp:uagb/image --></div>\n<!-- /wp:uagb/container --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"31804dc4\",\"innerContentWidth\":\"alignfull\",\"directionDesktop\":\"row\",\"wrapTablet\":\"wrap\",\"variationSelected\":true,\"rowGapTablet\":0,\"columnGapDesktop\":0,\"isBlockRootParent\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-31804dc4 alignfull uagb-is-root-container\"><!-- wp:uagb/container {\"block_id\":\"98f8f048\",\"widthDesktop\":50,\"widthTablet\":100,\"variationSelected\":true,\"columnGapDesktop\":20,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-98f8f048\"><!-- wp:uagb/image {\"block_id\":\"3f4bbd54\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAAJDI0ZWY4NDc1LThjYjYtNDM3YS1iOTliLWNmOWQxYTJkMWU5MQ-1.png\",\"id\":1213,\"linkDestination\":\"none\",\"height\":500,\"naturalWidth\":1000,\"naturalHeight\":667,\"sizeSlug\":\"full\",\"sizeSlugTablet\":\"full\",\"sizeSlugMobile\":\"full\",\"customHeightSetDesktop\":true} -->\n<div class=\"wp-block-uagb-image uagb-block-3f4bbd54 wp-block-uagb-image--layout-default wp-block-uagb-image--effect-static wp-block-uagb-image--align-none\"><figure class=\"wp-block-uagb-image__figure\"><img srcset=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAAJDI0ZWY4NDc1LThjYjYtNDM3YS1iOTliLWNmOWQxYTJkMWU5MQ-1.png \" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAAJDI0ZWY4NDc1LThjYjYtNDM3YS1iOTliLWNmOWQxYTJkMWU5MQ-1.png\" alt=\"\" class=\"uag-image-1213\" height=\"500\" title=\"\" loading=\"lazy\"/></figure></div>\n<!-- /wp:uagb/image --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"ee5916db\",\"widthDesktop\":25,\"variationSelected\":true,\"widthSetByUser\":true,\"UAGHideMob\":true,\"UAGResponsiveConditions\":true} -->\n<div class=\"wp-block-uagb-container uag-hide-mob uagb-block-ee5916db\"><!-- wp:uagb/image {\"block_id\":\"ddf06f5b\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/bird-1-1024x683.jpg\",\"id\":1215,\"linkDestination\":\"none\",\"width\":480,\"height\":500,\"naturalWidth\":1024,\"naturalHeight\":683,\"sizeSlug\":\"large\",\"sizeSlugTablet\":\"large\",\"sizeSlugMobile\":\"large\",\"customHeightSetDesktop\":true} -->\n<div class=\"wp-block-uagb-image uagb-block-ddf06f5b wp-block-uagb-image--layout-default wp-block-uagb-image--effect-static wp-block-uagb-image--align-none\"><figure class=\"wp-block-uagb-image__figure\"><img srcset=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/bird-1-1024x683.jpg \" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/bird-1-1024x683.jpg\" alt=\"\" class=\"uag-image-1215\" width=\"480\" height=\"500\" title=\"\" loading=\"lazy\"/></figure></div>\n<!-- /wp:uagb/image --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"b058d975\",\"widthDesktop\":25,\"variationSelected\":true,\"widthSetByUser\":true,\"UAGHideMob\":true,\"UAGResponsiveConditions\":true} -->\n<div class=\"wp-block-uagb-container uag-hide-mob uagb-block-b058d975\"><!-- wp:uagb/image {\"block_id\":\"e9f153d7\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/two-happy-boxers-1024x768.jpg\",\"id\":1216,\"linkDestination\":\"none\",\"width\":480,\"height\":500,\"naturalWidth\":1024,\"naturalHeight\":768,\"sizeSlug\":\"large\",\"sizeSlugTablet\":\"large\",\"sizeSlugMobile\":\"large\",\"customHeightSetDesktop\":true} -->\n<div class=\"wp-block-uagb-image uagb-block-e9f153d7 wp-block-uagb-image--layout-default wp-block-uagb-image--effect-static wp-block-uagb-image--align-none\"><figure class=\"wp-block-uagb-image__figure\"><img srcset=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/two-happy-boxers-1024x768.jpg \" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/two-happy-boxers-1024x768.jpg\" alt=\"\" class=\"uag-image-1216\" width=\"480\" height=\"500\" title=\"\" loading=\"lazy\"/></figure></div>\n<!-- /wp:uagb/image --></div>\n<!-- /wp:uagb/container --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"08f0204d\",\"backgroundType\":\"color\",\"backgroundSizeTablet\":\"cover\",\"backgroundSizeMobile\":\"cover\",\"backgroundColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"topPaddingDesktop\":120,\"bottomPaddingDesktop\":120,\"topPaddingTablet\":80,\"bottomPaddingTablet\":80,\"leftPaddingTablet\":30,\"rightPaddingTablet\":30,\"topPaddingMobile\":80,\"bottomPaddingMobile\":80,\"leftPaddingMobile\":20,\"rightPaddingMobile\":20,\"paddingLink\":false,\"variationSelected\":true,\"rowGapDesktop\":0,\"rowGapTablet\":0,\"isBlockRootParent\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-08f0204d alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/container {\"block_id\":\"1d76bf29\",\"directionDesktop\":\"row\",\"alignItemsDesktop\":\"flex-end\",\"alignItemsTablet\":\"flex-end\",\"justifyContentDesktop\":\"flex-end\",\"justifyContentTablet\":\"space-between\",\"variationSelected\":true,\"rowGapMobile\":30,\"columnGapDesktop\":0} -->\n<div class=\"wp-block-uagb-container uagb-block-1d76bf29\"><!-- wp:uagb/advanced-heading {\"block_id\":\"72ad65c2\",\"classMigrate\":true,\"headingDescToggle\":true,\"subHeadingColor\":\"\",\"headSpace\":20,\"subHeadFontSize\":16} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-72ad65c2\"><h2 class=\"uagb-heading-text\">Other Perks &amp; Facilities ​</h2><p class=\"uagb-desc-text\">Looking for more? Well, we believe that every guest walks into our hotel for the best experience. And, we are determined to do that.</p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/buttons {\"block_id\":\"a65e7554\",\"classMigrate\":true,\"childMigrate\":true,\"align\":\"right\",\"alignTablet\":\"right\",\"alignMobile\":\"left\",\"gap\":0} -->\n<div class=\"wp-block-uagb-buttons uagb-buttons__outer-wrap uagb-btn__default-btn uagb-btn-tablet__default-btn uagb-btn-mobile__default-btn uagb-block-a65e7554\"><div class=\"uagb-buttons__wrap uagb-buttons-layout-wrap\"><!-- wp:uagb/buttons-child {\"block_id\":\"6b7107c5\",\"label\":\"Get Bookings\",\"link\":\"#\",\"hColor\":\"\",\"borderWidth\":\"\",\"borderRadius\":\"\",\"borderStyle\":\"\",\"borderColor\":\"\",\"borderHColor\":\"\",\"btnBorderTopWidth\":1,\"btnBorderLeftWidth\":1,\"btnBorderRightWidth\":1,\"btnBorderBottomWidth\":1,\"btnBorderTopLeftRadius\":2,\"btnBorderTopRightRadius\":2,\"btnBorderBottomLeftRadius\":2,\"btnBorderBottomRightRadius\":2,\"btnBorderStyle\":\"solid\",\"btnBorderColor\":\"#333\",\"btnBorderHColor\":\"#333\"} -->\n<div class=\"wp-block-uagb-buttons-child uagb-buttons__outer-wrap uagb-block-6b7107c5 wp-block-button is-style-outline\"><div class=\"uagb-button__wrapper\"><a class=\"uagb-buttons-repeater wp-block-button__link\" href=\"#\" rel=\"follow noopener\" target=\"_self\"><div class=\"uagb-button__link\">Get Bookings</div></a></div></div>\n<!-- /wp:uagb/buttons-child --></div></div>\n<!-- /wp:uagb/buttons --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"208892e7\",\"directionDesktop\":\"row\",\"alignItemsTablet\":\"flex-start\",\"paddingLink\":false,\"topMarginDesktop\":54,\"bottomMarginDesktop\":0,\"leftMarginDesktop\":0,\"rightMarginDesktop\":0,\"topMarginTablet\":30,\"bottomMarginTablet\":0,\"leftMarginTablet\":0,\"rightMarginTablet\":0,\"marginLink\":false,\"variationSelected\":true,\"rowGapMobile\":65,\"columnGapDesktop\":48,\"columnGapTablet\":20} -->\n<div class=\"wp-block-uagb-container uagb-block-208892e7\"><!-- wp:uagb/info-box {\"classMigrate\":true,\"headingAlign\":\"left\",\"headingColor\":\"\",\"subHeadingColor\":\"\",\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"source_type\":\"image\",\"block_id\":\"bc5caedb\",\"ctaType\":\"text\",\"ctaText\":\"READ MORE\",\"ctaLinkColor\":\"var(\\u002d\\u002dast-global-color-0)\",\"ctaDecoration\":\"underline\",\"ctaFontSize\":12,\"ctaFontWeight\":\"600\",\"ctaLetterSpacing\":2,\"ctaBorderStyle\":\"\",\"iconBottomMargin\":30,\"iconImage\":{\"id\":240,\"title\":\"terrace\",\"filename\":\"terrace.jpg\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/terrace.jpg\",\"link\":\"https://blueroan.netgen.cloud/terrace/\",\"alt\":\"\",\"author\":\"34\",\"description\":\"\",\"caption\":\"\",\"name\":\"terrace\",\"status\":\"inherit\",\"uploadedTo\":0,\"date\":\"2021-05-11T10:54:04.000Z\",\"modified\":\"2021-05-11T10:54:04.000Z\",\"menuOrder\":0,\"mime\":\"image/jpeg\",\"type\":\"image\",\"subtype\":\"jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/default.png\",\"dateFormatted\":\"May 11, 2021\",\"nonces\":{\"update\":\"6de8720da3\",\"delete\":\"d7905e75b9\",\"edit\":\"e7132a7b3e\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=240\\u0026action=edit\",\"meta\":false,\"authorName\":\"Rishabh\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/user-edit.php?user_id=34\",\"filesizeInBytes\":40742,\"filesizeHumanReadable\":\"40 KB\",\"context\":\"\",\"height\":440,\"width\":370,\"orientation\":\"portrait\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/terrace-150x150.jpg\",\"orientation\":\"landscape\"},\"medium\":{\"height\":300,\"width\":252,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/terrace-252x300-1.jpg\",\"orientation\":\"portrait\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/terrace.jpg\",\"height\":440,\"width\":370,\"orientation\":\"portrait\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"imageSize\":\"full\",\"imageWidth\":100,\"imageWidthMobile\":100,\"imageWidthTablet\":100,\"paddingBtnTop\":10,\"paddingBtnBottom\":10,\"paddingBtnLeft\":14,\"paddingBtnRight\":14,\"imageWidthUnit\":\"%\",\"imageWidthUnitTablet\":\"%\",\"imageWidthUnitMobile\":\"%\",\"subHeadTopMargin\":0,\"subHeadRightMargin\":40,\"subHeadLeftMargin\":0,\"subHeadMarginTopTablet\":0,\"subHeadMarginRightTablet\":0,\"subHeadTabletSpace\":20,\"subHeadMarginLeftTablet\":0,\"btnBorderStyle\":\"solid\"} -->\n<div class=\"wp-block-uagb-info-box uagb-block-bc5caedb uagb-infobox__content-wrap  uagb-infobox-icon-above-title uagb-infobox-image-valign-top\"><div class=\"uagb-ifb-content\"><div class=\"uagb-ifb-image-content\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/terrace.jpg\" alt=\"\"/></div><div class=\"uagb-ifb-title-wrap\"><h3 class=\"uagb-ifb-title\">Ocean View Terrace​</h3></div><p class=\"uagb-ifb-desc\">Among the scenic beauty of the city we also have an ocean view terrace for every suite in our hotel.</p><div class=\"uagb-ifb-button-wrapper wp-block-button\"><a href=\"#\" target=\"_self\" class=\"uagb-infobox-cta-link\" rel=\"noopener noreferrer\" alt=\"\"><span class=\"uagb-inline-editing\">READ MORE</span></a></div></div></div>\n<!-- /wp:uagb/info-box -->\n\n<!-- wp:uagb/info-box {\"classMigrate\":true,\"headingAlign\":\"left\",\"headingColor\":\"\",\"subHeadingColor\":\"\",\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"source_type\":\"image\",\"block_id\":\"be927766\",\"ctaType\":\"text\",\"ctaText\":\"READ MORE\",\"ctaLinkColor\":\"var(\\u002d\\u002dast-global-color-0)\",\"ctaDecoration\":\"underline\",\"ctaFontSize\":12,\"ctaFontWeight\":\"600\",\"ctaLetterSpacing\":2,\"ctaBorderStyle\":\"\",\"iconBottomMargin\":30,\"iconImage\":{\"id\":89,\"title\":\"food\",\"filename\":\"food.jpg\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/food.jpg\",\"link\":\"https://blueroan.netgen.cloud/food/\",\"alt\":\"\",\"author\":\"34\",\"description\":\"\",\"caption\":\"\",\"name\":\"food\",\"status\":\"inherit\",\"uploadedTo\":0,\"date\":\"2021-05-07T14:24:52.000Z\",\"modified\":\"2021-05-07T14:24:52.000Z\",\"menuOrder\":0,\"mime\":\"image/jpeg\",\"type\":\"image\",\"subtype\":\"jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/default.png\",\"dateFormatted\":\"May 7, 2021\",\"nonces\":{\"update\":\"b06173e227\",\"delete\":\"7de0e70fba\",\"edit\":\"7dc3d40920\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=89\\u0026action=edit\",\"meta\":false,\"authorName\":\"Rishabh\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/user-edit.php?user_id=34\",\"filesizeInBytes\":41933,\"filesizeHumanReadable\":\"41 KB\",\"context\":\"\",\"height\":440,\"width\":370,\"orientation\":\"portrait\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/food-150x150.jpg\",\"orientation\":\"landscape\"},\"medium\":{\"height\":300,\"width\":252,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/food-252x300-1.jpg\",\"orientation\":\"portrait\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/food.jpg\",\"height\":440,\"width\":370,\"orientation\":\"portrait\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"imageSize\":\"full\",\"imageWidth\":100,\"imageWidthMobile\":100,\"imageWidthTablet\":100,\"paddingBtnTop\":10,\"paddingBtnBottom\":10,\"paddingBtnLeft\":14,\"paddingBtnRight\":14,\"imageWidthUnit\":\"%\",\"imageWidthUnitTablet\":\"%\",\"imageWidthUnitMobile\":\"%\",\"subHeadTopMargin\":0,\"subHeadRightMargin\":40,\"subHeadLeftMargin\":0,\"subHeadMarginTopTablet\":0,\"subHeadMarginRightTablet\":0,\"subHeadTabletSpace\":20,\"subHeadMarginLeftTablet\":0,\"btnBorderStyle\":\"solid\"} -->\n<div class=\"wp-block-uagb-info-box uagb-block-be927766 uagb-infobox__content-wrap  uagb-infobox-icon-above-title uagb-infobox-image-valign-top\"><div class=\"uagb-ifb-content\"><div class=\"uagb-ifb-image-content\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/food.jpg\" alt=\"\"/></div><div class=\"uagb-ifb-title-wrap\"><h3 class=\"uagb-ifb-title\">Delicious Food​</h3></div><p class=\"uagb-ifb-desc\">We have team chefs from across the world. So you can enjoy the delicacies anytime during your stay.</p><div class=\"uagb-ifb-button-wrapper wp-block-button\"><a href=\"#\" target=\"_self\" class=\"uagb-infobox-cta-link\" rel=\"noopener noreferrer\" alt=\"\"><span class=\"uagb-inline-editing\">READ MORE</span></a></div></div></div>\n<!-- /wp:uagb/info-box -->\n\n<!-- wp:uagb/info-box {\"classMigrate\":true,\"headingAlign\":\"left\",\"headingColor\":\"\",\"subHeadingColor\":\"\",\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"source_type\":\"image\",\"block_id\":\"762a0a59\",\"ctaType\":\"text\",\"ctaText\":\"READ MORE\",\"ctaLinkColor\":\"var(\\u002d\\u002dast-global-color-0)\",\"ctaDecoration\":\"underline\",\"ctaFontSize\":12,\"ctaFontWeight\":\"600\",\"ctaLetterSpacing\":2,\"ctaBorderStyle\":\"\",\"iconBottomMargin\":30,\"iconImage\":{\"id\":241,\"title\":\"beach\",\"filename\":\"beach.jpg\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/beach.jpg\",\"link\":\"https://blueroan.netgen.cloud/beach/\",\"alt\":\"\",\"author\":\"34\",\"description\":\"\",\"caption\":\"\",\"name\":\"beach\",\"status\":\"inherit\",\"uploadedTo\":0,\"date\":\"2021-05-11T10:56:06.000Z\",\"modified\":\"2021-05-11T10:56:06.000Z\",\"menuOrder\":0,\"mime\":\"image/jpeg\",\"type\":\"image\",\"subtype\":\"jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/default.png\",\"dateFormatted\":\"May 11, 2021\",\"nonces\":{\"update\":\"65c348aac8\",\"delete\":\"6d551f7cf4\",\"edit\":\"026ca70d91\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=241\\u0026action=edit\",\"meta\":false,\"authorName\":\"Rishabh\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/user-edit.php?user_id=34\",\"filesizeInBytes\":38094,\"filesizeHumanReadable\":\"37 KB\",\"context\":\"\",\"height\":440,\"width\":370,\"orientation\":\"portrait\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/beach-150x150.jpg\",\"orientation\":\"landscape\"},\"medium\":{\"height\":300,\"width\":252,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/beach-252x300-1.jpg\",\"orientation\":\"portrait\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/beach.jpg\",\"height\":440,\"width\":370,\"orientation\":\"portrait\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"imageSize\":\"full\",\"imageWidth\":100,\"imageWidthMobile\":100,\"imageWidthTablet\":100,\"paddingBtnTop\":10,\"paddingBtnBottom\":10,\"paddingBtnLeft\":14,\"paddingBtnRight\":14,\"imageWidthUnit\":\"%\",\"imageWidthUnitTablet\":\"%\",\"imageWidthUnitMobile\":\"%\",\"subHeadTopMargin\":0,\"subHeadRightMargin\":40,\"subHeadLeftMargin\":0,\"subHeadMarginTopTablet\":0,\"subHeadMarginRightTablet\":0,\"subHeadTabletSpace\":20,\"subHeadMarginLeftTablet\":0,\"btnBorderStyle\":\"solid\"} -->\n<div class=\"wp-block-uagb-info-box uagb-block-762a0a59 uagb-infobox__content-wrap  uagb-infobox-icon-above-title uagb-infobox-image-valign-top\"><div class=\"uagb-ifb-content\"><div class=\"uagb-ifb-image-content\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/beach.jpg\" alt=\"\"/></div><div class=\"uagb-ifb-title-wrap\"><h3 class=\"uagb-ifb-title\">Private Beach​</h3></div><p class=\"uagb-ifb-desc\">Want to take a dip into the sea? All our guests get complimentary access to our private beach.</p><div class=\"uagb-ifb-button-wrapper wp-block-button\"><a href=\"#\" target=\"_self\" class=\"uagb-infobox-cta-link\" rel=\"noopener noreferrer\" alt=\"\"><span class=\"uagb-inline-editing\">READ MORE</span></a></div></div></div>\n<!-- /wp:uagb/info-box --></div>\n<!-- /wp:uagb/container --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"b1ee89ab\",\"innerContentCustomWidthDesktop\":781,\"innerContentCustomWidthTablet\":781,\"backgroundType\":\"image\",\"backgroundImageDesktop\":{\"id\":54,\"title\":\"background-img\",\"filename\":\"background-img-1.jpg\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/background-img-1.jpg\",\"link\":\"https://blueroan.netgen.cloud/background-img-2/\",\"alt\":\"\",\"author\":\"34\",\"description\":\"\",\"caption\":\"\",\"name\":\"background-img-2\",\"status\":\"inherit\",\"uploadedTo\":0,\"date\":\"2021-05-07T10:11:37.000Z\",\"modified\":\"2021-05-07T10:11:37.000Z\",\"menuOrder\":0,\"mime\":\"image/jpeg\",\"type\":\"image\",\"subtype\":\"jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/default.png\",\"dateFormatted\":\"May 7, 2021\",\"nonces\":{\"update\":\"bb999636b9\",\"delete\":\"d2e1375bc4\",\"edit\":\"005dd2f0c9\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=54\\u0026action=edit\",\"meta\":false,\"authorName\":\"Rishabh\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/user-edit.php?user_id=34\",\"filesizeInBytes\":338858,\"filesizeHumanReadable\":\"331 KB\",\"context\":\"\",\"height\":1080,\"width\":1920,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/background-img-1-150x150.jpg\",\"orientation\":\"landscape\"},\"medium\":{\"height\":169,\"width\":300,\"url\":\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/background-img-1-300x169.jpg\",\"orientation\":\"landscape\"},\"large\":{\"height\":576,\"width\":1024,\"url\":\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/background-img-1-1024x576.jpg\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/background-img-1.jpg\",\"height\":1080,\"width\":1920,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"backgroundImageColor\":\"rgba(42,42,42,0.65)\",\"topPaddingDesktop\":144,\"bottomPaddingDesktop\":144,\"leftPaddingDesktop\":40,\"rightPaddingDesktop\":40,\"topPaddingTablet\":80,\"bottomPaddingTablet\":80,\"leftPaddingTablet\":40,\"rightPaddingTablet\":40,\"topPaddingMobile\":64,\"bottomPaddingMobile\":64,\"leftPaddingMobile\":24,\"rightPaddingMobile\":24,\"paddingLink\":false,\"variationSelected\":true,\"isBlockRootParent\":true,\"overlayType\":\"color\"} -->\n<div class=\"wp-block-uagb-container uagb-block-b1ee89ab alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/advanced-heading {\"block_id\":\"c1f91e85\",\"classMigrate\":true,\"headingDescToggle\":true,\"headingAlign\":\"center\",\"headingColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"subHeadingColor\":\"var(\\u002d\\u002dast-global-color-4)\",\"headSpace\":20} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-c1f91e85\"><h2 class=\"uagb-heading-text\">Plan an Unforgettable Experience in Mykonos Today!</h2><p class=\"uagb-desc-text\">We can help you fit your stay and experience within your allotted budget.</p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/advanced-heading {\"block_id\":\"e2e93de7\",\"classMigrate\":true,\"headingTitleToggle\":false,\"headingDescToggle\":true,\"headingAlign\":\"center\",\"subHeadingColor\":\"var(\\u002d\\u002dast-global-color-4)\",\"subHeadTransform\":\"uppercase\",\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"subHeadLetterSpacing\":2,\"blockTopPadding\":60,\"blockRightPadding\":0,\"blockLeftPadding\":0,\"blockBottomPadding\":0,\"blockTopPaddingMobile\":30,\"blockRightPaddingMobile\":0,\"blockLeftPaddingMobile\":0,\"blockBottomPaddingMobile\":0} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-e2e93de7\"><p class=\"uagb-desc-text\">BOOK YOUR STAY NOW​</p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/icon-list {\"block_id\":\"809b5b17\",\"classMigrate\":true,\"childMigrate\":true,\"align\":\"center\",\"parentIcon\":\"phone\",\"size\":40,\"sizeMobile\":24,\"sizeTablet\":32,\"fontSize\":48,\"fontSizeMobile\":28,\"fontSizeTablet\":40,\"fontWeight\":\"600\",\"iconColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"labelColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"blockTopPadding\":0,\"blockRightPadding\":0,\"blockLeftPadding\":0,\"blockBottomPadding\":24,\"blockPaddingLink\":false} -->\n<div class=\"wp-block-uagb-icon-list uagb-block-809b5b17\"><div class=\"uagb-icon-list__wrap\"><!-- wp:uagb/icon-list-child {\"block_id\":\"b22b97e1\",\"label\":\"+1-123 456 7890​\",\"label_color\":\"\",\"fromParentIcon\":\"phone\",\"imageSizeChild\":40} -->\n<div class=\"wp-block-uagb-icon-list-child uagb-block-b22b97e1\"><span class=\"uagb-icon-list__source-wrap\"><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M511.2 387l-23.25 100.8c-3.266 14.25-15.79 24.22-30.46 24.22C205.2 512 0 306.8 0 54.5c0-14.66 9.969-27.2 24.22-30.45l100.8-23.25C139.7-2.602 154.7 5.018 160.8 18.92l46.52 108.5c5.438 12.78 1.77 27.67-8.98 36.45L144.5 207.1c33.98 69.22 90.26 125.5 159.5 159.5l44.08-53.8c8.688-10.78 23.69-14.51 36.47-8.975l108.5 46.51C506.1 357.2 514.6 372.4 511.2 387z\"></path></svg></span><span class=\"uagb-icon-list__label\">+1-123 456 7890​</span></div>\n<!-- /wp:uagb/icon-list-child --></div></div>\n<!-- /wp:uagb/icon-list --></div></div>\n<!-- /wp:uagb/container -->',	'Amenities',	'',	'inherit',	'closed',	'closed',	'',	'762-revision-v1',	'',	'',	'2022-12-15 12:00:52',	'2022-12-15 12:00:52',	'',	762,	'https://blueroan.netgen.cloud/?p=1217',	0,	'revision',	'',	0),
(1218,	2,	'2022-12-15 12:01:31',	'2022-12-15 12:01:31',	'<!-- wp:uagb/container {\"block_id\":\"ef6699da\",\"backgroundType\":\"image\",\"backgroundImageDesktop\":{\"id\":1007,\"title\":\"AAEAAQAAAAAAAAAAAAAAJDg5NmY0ZGUxLWE4MTgtNDY5NC1iODFhLTBmN2Q0ZDc5ZWFiNw-1\",\"filename\":\"AAEAAQAAAAAAAAAAAAAAJDg5NmY0ZGUxLWE4MTgtNDY5NC1iODFhLTBmN2Q0ZDc5ZWFiNw-1.png\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAAJDg5NmY0ZGUxLWE4MTgtNDY5NC1iODFhLTBmN2Q0ZDc5ZWFiNw-1.png\",\"link\":\"https://blueroan.netgen.cloud/the-barn/aaeaaqaaaaaaaaaaaaaajdg5nmy0zguxlwe4mtgtndy5nc1iodfhltbmn2q0zdc5zwfinw-1/\",\"alt\":\"\",\"author\":\"2\",\"description\":\"\",\"caption\":\"\",\"name\":\"aaeaaqaaaaaaaaaaaaaajdg5nmy0zguxlwe4mtgtndy5nc1iodfhltbmn2q0zdc5zwfinw-1\",\"status\":\"inherit\",\"uploadedTo\":948,\"date\":\"2022-12-14T10:50:25.000Z\",\"modified\":\"2022-12-14T10:50:25.000Z\",\"menuOrder\":0,\"mime\":\"image/png\",\"type\":\"image\",\"subtype\":\"png\",\"icon\":\"https://blueroan.netgen.cloud/wp-includes/images/media/default.png\",\"dateFormatted\":\"December 14, 2022\",\"nonces\":{\"update\":\"483f8bdf3d\",\"delete\":\"0a7ebc92ef\",\"edit\":\"6bc1c6a685\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=1007\\u0026action=edit\",\"meta\":false,\"authorName\":\"Netgen Support\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/profile.php\",\"uploadedToTitle\":\"The Barn\",\"uploadedToLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=948\\u0026action=edit\",\"filesizeInBytes\":1348989,\"filesizeHumanReadable\":\"1 MB\",\"context\":\"\",\"height\":667,\"width\":1000,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAAJDg5NmY0ZGUxLWE4MTgtNDY5NC1iODFhLTBmN2Q0ZDc5ZWFiNw-1-150x150.png\",\"orientation\":\"landscape\"},\"medium\":{\"height\":200,\"width\":300,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAAJDg5NmY0ZGUxLWE4MTgtNDY5NC1iODFhLTBmN2Q0ZDc5ZWFiNw-1-300x200.png\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAAJDg5NmY0ZGUxLWE4MTgtNDY5NC1iODFhLTBmN2Q0ZDc5ZWFiNw-1.png\",\"height\":667,\"width\":1000,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"backgroundPositionDesktop\":{\"x\":0.61,\"y\":0.52},\"backgroundSizeTablet\":\"cover\",\"backgroundSizeMobile\":\"cover\",\"backgroundColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"backgroundImageColor\":\"rgba(42,42,42,0.5)\",\"topPaddingDesktop\":220,\"bottomPaddingDesktop\":150,\"topPaddingTablet\":170,\"bottomPaddingTablet\":160,\"leftPaddingTablet\":30,\"rightPaddingTablet\":30,\"topPaddingMobile\":180,\"bottomPaddingMobile\":80,\"leftPaddingMobile\":20,\"rightPaddingMobile\":20,\"paddingLink\":false,\"variationSelected\":true,\"isBlockRootParent\":true,\"overlayType\":\"color\"} -->\n<div class=\"wp-block-uagb-container uagb-block-ef6699da alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/advanced-heading {\"block_id\":\"70f3092c\",\"classMigrate\":true,\"headingDescToggle\":true,\"headingColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"subHeadingColor\":\"var(\\u002d\\u002dast-global-color-4)\",\"headingTag\":\"h1\",\"headSpace\":20,\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"blockTopPadding\":0,\"blockRightPadding\":50,\"blockLeftPadding\":0,\"blockBottomPadding\":0,\"blockTopPaddingTablet\":0,\"blockRightPaddingTablet\":20,\"blockLeftPaddingTablet\":0,\"blockBottomPaddingTablet\":0,\"blockTopPaddingMobile\":0,\"blockRightPaddingMobile\":0,\"blockLeftPaddingMobile\":0,\"blockBottomPaddingMobile\":0,\"blockPaddingUnit\":\"%\",\"blockPaddingUnitTablet\":\"%\"} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-70f3092c\"><h1 class=\"uagb-heading-text\">Amenities &amp; Interests​</h1><p class=\"uagb-desc-text\">We do not give you just rooms to stay in. We give you an environment where you can experience the best while on a holiday with us. </p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:buttons -->\n<div class=\"wp-block-buttons\"><!-- wp:button -->\n<div class=\"wp-block-button\"><a class=\"wp-block-button__link wp-element-button\" href=\"https://book.nightsbridge.com/11065\" target=\"_blank\" rel=\"noreferrer noopener\">BOOK NOW</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"2c517b0b\",\"backgroundType\":\"color\",\"backgroundSizeTablet\":\"cover\",\"backgroundSizeMobile\":\"cover\",\"backgroundColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"topPaddingDesktop\":50,\"bottomPaddingDesktop\":100,\"topPaddingTablet\":50,\"bottomPaddingTablet\":25,\"leftPaddingTablet\":20,\"rightPaddingTablet\":20,\"topPaddingMobile\":50,\"bottomPaddingMobile\":20,\"leftPaddingMobile\":20,\"rightPaddingMobile\":20,\"paddingLink\":false,\"variationSelected\":true,\"rowGapDesktop\":0,\"isBlockRootParent\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-2c517b0b alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/container {\"block_id\":\"37634764\",\"directionDesktop\":\"row\",\"alignItemsTablet\":\"flex-start\",\"paddingLink\":false,\"topMarginDesktop\":50,\"bottomMarginDesktop\":20,\"leftMarginDesktop\":0,\"rightMarginDesktop\":0,\"marginLink\":false,\"variationSelected\":true,\"rowGapMobile\":65,\"columnGapDesktop\":48,\"columnGapTablet\":20} -->\n<div class=\"wp-block-uagb-container uagb-block-37634764\"><!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"align\":\"center\",\"id\":828,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image aligncenter size-full\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Blue-Roan-pool.png\" alt=\"Blue Roan\'s rock pool\" class=\"wp-image-828\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>A relaxing rock Pool​</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>We have a lovely sparkling blue rock pool next to a thatched Lapa. &nbsp;&nbsp;Lie on recliners on the green lawn or sit on the swing chair in the Lapa and enjoy the panoramic view of the Magaliesberg mountain range.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":829,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/img-20160605-wa0002-largejpg.png\" alt=\"\" class=\"wp-image-829\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>Braai facilities </h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>What can compare to a burning fire under the star-lit African sky? Nothing beats the flavor of cooking over an open flame.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":830,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/ef9d0188da11e2bc56788f5619d9d539.png\" alt=\"\" class=\"wp-image-830\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>A games room </h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>The reception is also a games room for those who enjoy darts or playing pool. &nbsp;Take a selection of DVDs back to your room and watch movies on your own DVD player. &nbsp;There is also a selection of board games and music CDs that you can borrow.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"align\":\"center\",\"id\":1198,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image aligncenter size-full\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/eyJidWNrZXQiOiJhc3NldHMuYWxsdHJhaWxzLmNvbSIsImtleSI6InVwbG9hZHMvcGhvdG8vaW1hZ2UvNDMxNzk4MTAvYjZkYTAz-1.png\" alt=\"\" class=\"wp-image-1198\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>Walking or hiking </h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>There is a well-kept walking trail on our property with plenty of bird life and some benches along the way. &nbsp;It is safe for dogs to run off-leash as it is completely fenced all around. &nbsp;For those who enjoy long walks and hikes, it is safe to cross onto neighbouring farms and go as far as the eye can see.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":1185,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/49089607_1950305445047847_5177863042771189760_n.png\" alt=\"\" class=\"wp-image-1185\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>Mountain biking </h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Bring your mountain bikes and explore the surrounding countryside on safe off-road tracks on our property and on neighbouring farms.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":1196,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Michelle_1.png\" alt=\"\" class=\"wp-image-1196\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>Horse riding </h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Interested riders can book at one of the recommended horse-riding establishments listed further down this page.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"38bb73ac\",\"innerContentWidth\":\"alignfull\",\"directionDesktop\":\"row\",\"wrapTablet\":\"wrap\",\"variationSelected\":true,\"rowGapTablet\":0,\"columnGapDesktop\":0,\"isBlockRootParent\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-38bb73ac alignfull uagb-is-root-container\"><!-- wp:uagb/container {\"block_id\":\"567c2181\",\"widthDesktop\":25,\"widthTablet\":50,\"variationSelected\":true,\"widthSetByUser\":true,\"UAGHideMob\":true,\"UAGResponsiveConditions\":true} -->\n<div class=\"wp-block-uagb-container uag-hide-mob uagb-block-567c2181\"><!-- wp:uagb/image {\"block_id\":\"34cefaab\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-18-1-1024x768.jpg\",\"id\":1208,\"linkDestination\":\"none\",\"width\":480,\"height\":500,\"naturalWidth\":1024,\"naturalHeight\":768,\"sizeSlug\":\"large\",\"sizeSlugTablet\":\"large\",\"sizeSlugMobile\":\"large\",\"customHeightSetDesktop\":true} -->\n<div class=\"wp-block-uagb-image uagb-block-34cefaab wp-block-uagb-image--layout-default wp-block-uagb-image--effect-static wp-block-uagb-image--align-none\"><figure class=\"wp-block-uagb-image__figure\"><img srcset=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-18-1-1024x768.jpg \" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-18-1-1024x768.jpg\" alt=\"\" class=\"uag-image-1208\" width=\"480\" height=\"500\" title=\"\" loading=\"lazy\"/></figure></div>\n<!-- /wp:uagb/image --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"9bbaf898\",\"widthDesktop\":25,\"widthTablet\":50,\"variationSelected\":true,\"widthSetByUser\":true,\"UAGHideMob\":true,\"UAGResponsiveConditions\":true} -->\n<div class=\"wp-block-uagb-container uag-hide-mob uagb-block-9bbaf898\"><!-- wp:uagb/image {\"block_id\":\"55660f38\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Blue-Roan-pool-1.png\",\"id\":1210,\"linkDestination\":\"none\",\"width\":480,\"height\":500,\"naturalWidth\":370,\"naturalHeight\":440,\"sizeSlug\":\"full\",\"sizeSlugTablet\":\"full\",\"sizeSlugMobile\":\"full\",\"customHeightSetDesktop\":true} -->\n<div class=\"wp-block-uagb-image uagb-block-55660f38 wp-block-uagb-image--layout-default wp-block-uagb-image--effect-static wp-block-uagb-image--align-none\"><figure class=\"wp-block-uagb-image__figure\"><img srcset=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Blue-Roan-pool-1.png \" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Blue-Roan-pool-1.png\" alt=\"\" class=\"uag-image-1210\" width=\"480\" height=\"500\" title=\"\" loading=\"lazy\"/></figure></div>\n<!-- /wp:uagb/image --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"b4182b06\",\"widthDesktop\":50,\"widthTablet\":100,\"variationSelected\":true,\"columnGapDesktop\":20,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-b4182b06\"><!-- wp:uagb/image {\"block_id\":\"bb75ed1e\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/the-view-from-my-rooms-1024x768.jpg\",\"id\":1211,\"linkDestination\":\"none\",\"width\":960,\"height\":500,\"naturalWidth\":1024,\"naturalHeight\":768,\"sizeSlug\":\"large\",\"sizeSlugTablet\":\"large\",\"sizeSlugMobile\":\"large\",\"customHeightSetDesktop\":true} -->\n<div class=\"wp-block-uagb-image uagb-block-bb75ed1e wp-block-uagb-image--layout-default wp-block-uagb-image--effect-static wp-block-uagb-image--align-none\"><figure class=\"wp-block-uagb-image__figure\"><img srcset=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/the-view-from-my-rooms-1024x768.jpg \" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/the-view-from-my-rooms-1024x768.jpg\" alt=\"\" class=\"uag-image-1211\" width=\"960\" height=\"500\" title=\"\" loading=\"lazy\"/></figure></div>\n<!-- /wp:uagb/image --></div>\n<!-- /wp:uagb/container --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"4fa0fc8b\",\"innerContentWidth\":\"alignfull\",\"directionDesktop\":\"row\",\"wrapTablet\":\"wrap\",\"variationSelected\":true,\"rowGapTablet\":0,\"columnGapDesktop\":0,\"isBlockRootParent\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-4fa0fc8b alignfull uagb-is-root-container\"><!-- wp:uagb/container {\"block_id\":\"8c7fc9f9\",\"widthDesktop\":50,\"widthTablet\":100,\"variationSelected\":true,\"columnGapDesktop\":20,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-8c7fc9f9\"><!-- wp:uagb/image {\"block_id\":\"e0e62521\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAAJDI0ZWY4NDc1LThjYjYtNDM3YS1iOTliLWNmOWQxYTJkMWU5MQ-1.png\",\"id\":1213,\"linkDestination\":\"none\",\"width\":960,\"height\":500,\"naturalWidth\":1000,\"naturalHeight\":667,\"sizeSlug\":\"full\",\"sizeSlugTablet\":\"full\",\"sizeSlugMobile\":\"full\",\"customHeightSetDesktop\":true} -->\n<div class=\"wp-block-uagb-image uagb-block-e0e62521 wp-block-uagb-image--layout-default wp-block-uagb-image--effect-static wp-block-uagb-image--align-none\"><figure class=\"wp-block-uagb-image__figure\"><img srcset=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAAJDI0ZWY4NDc1LThjYjYtNDM3YS1iOTliLWNmOWQxYTJkMWU5MQ-1.png \" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAAJDI0ZWY4NDc1LThjYjYtNDM3YS1iOTliLWNmOWQxYTJkMWU5MQ-1.png\" alt=\"\" class=\"uag-image-1213\" width=\"960\" height=\"500\" title=\"\" loading=\"lazy\"/></figure></div>\n<!-- /wp:uagb/image --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"95858aab\",\"widthDesktop\":25,\"variationSelected\":true,\"widthSetByUser\":true,\"UAGHideMob\":true,\"UAGResponsiveConditions\":true} -->\n<div class=\"wp-block-uagb-container uag-hide-mob uagb-block-95858aab\"><!-- wp:uagb/image {\"block_id\":\"974b84fb\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/bird-1-1024x683.jpg\",\"id\":1215,\"linkDestination\":\"none\",\"width\":480,\"height\":500,\"naturalWidth\":1024,\"naturalHeight\":683,\"sizeSlug\":\"large\",\"sizeSlugTablet\":\"large\",\"sizeSlugMobile\":\"large\",\"customHeightSetDesktop\":true} -->\n<div class=\"wp-block-uagb-image uagb-block-974b84fb wp-block-uagb-image--layout-default wp-block-uagb-image--effect-static wp-block-uagb-image--align-none\"><figure class=\"wp-block-uagb-image__figure\"><img srcset=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/bird-1-1024x683.jpg \" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/bird-1-1024x683.jpg\" alt=\"\" class=\"uag-image-1215\" width=\"480\" height=\"500\" title=\"\" loading=\"lazy\"/></figure></div>\n<!-- /wp:uagb/image --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"003b3134\",\"widthDesktop\":25,\"variationSelected\":true,\"widthSetByUser\":true,\"UAGHideMob\":true,\"UAGResponsiveConditions\":true} -->\n<div class=\"wp-block-uagb-container uag-hide-mob uagb-block-003b3134\"><!-- wp:uagb/image {\"block_id\":\"6d61850d\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/two-happy-boxers-1024x768.jpg\",\"id\":1216,\"linkDestination\":\"none\",\"width\":480,\"height\":500,\"naturalWidth\":1024,\"naturalHeight\":768,\"sizeSlug\":\"large\",\"sizeSlugTablet\":\"large\",\"sizeSlugMobile\":\"large\",\"customHeightSetDesktop\":true} -->\n<div class=\"wp-block-uagb-image uagb-block-6d61850d wp-block-uagb-image--layout-default wp-block-uagb-image--effect-static wp-block-uagb-image--align-none\"><figure class=\"wp-block-uagb-image__figure\"><img srcset=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/two-happy-boxers-1024x768.jpg \" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/two-happy-boxers-1024x768.jpg\" alt=\"\" class=\"uag-image-1216\" width=\"480\" height=\"500\" title=\"\" loading=\"lazy\"/></figure></div>\n<!-- /wp:uagb/image --></div>\n<!-- /wp:uagb/container --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"cf5da276\",\"backgroundType\":\"color\",\"backgroundSizeTablet\":\"cover\",\"backgroundSizeMobile\":\"cover\",\"backgroundColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"topPaddingDesktop\":120,\"bottomPaddingDesktop\":120,\"topPaddingTablet\":80,\"bottomPaddingTablet\":80,\"leftPaddingTablet\":30,\"rightPaddingTablet\":30,\"topPaddingMobile\":80,\"bottomPaddingMobile\":80,\"leftPaddingMobile\":20,\"rightPaddingMobile\":20,\"paddingLink\":false,\"variationSelected\":true,\"rowGapDesktop\":0,\"rowGapTablet\":0,\"isBlockRootParent\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-cf5da276 alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/container {\"block_id\":\"c7ef9158\",\"directionDesktop\":\"row\",\"alignItemsDesktop\":\"flex-end\",\"alignItemsTablet\":\"flex-end\",\"justifyContentDesktop\":\"flex-end\",\"justifyContentTablet\":\"space-between\",\"variationSelected\":true,\"rowGapMobile\":30,\"columnGapDesktop\":0} -->\n<div class=\"wp-block-uagb-container uagb-block-c7ef9158\"><!-- wp:uagb/advanced-heading {\"block_id\":\"de00c840\",\"classMigrate\":true,\"headingDescToggle\":true,\"subHeadingColor\":\"\",\"headSpace\":20,\"subHeadFontSize\":16} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-de00c840\"><h2 class=\"uagb-heading-text\">Other Perks &amp; Facilities ​</h2><p class=\"uagb-desc-text\">Looking for more? Well, we believe that every guest walks into our hotel for the best experience. And, we are determined to do that.</p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/buttons {\"block_id\":\"8f85862d\",\"classMigrate\":true,\"childMigrate\":true,\"align\":\"right\",\"alignTablet\":\"right\",\"alignMobile\":\"left\",\"gap\":0} -->\n<div class=\"wp-block-uagb-buttons uagb-buttons__outer-wrap uagb-btn__default-btn uagb-btn-tablet__default-btn uagb-btn-mobile__default-btn uagb-block-8f85862d\"><div class=\"uagb-buttons__wrap uagb-buttons-layout-wrap\"><!-- wp:uagb/buttons-child {\"block_id\":\"68095c30\",\"label\":\"Get Bookings\",\"link\":\"#\",\"hColor\":\"\",\"borderWidth\":\"\",\"borderRadius\":\"\",\"borderStyle\":\"\",\"borderColor\":\"\",\"borderHColor\":\"\",\"btnBorderTopWidth\":1,\"btnBorderLeftWidth\":1,\"btnBorderRightWidth\":1,\"btnBorderBottomWidth\":1,\"btnBorderTopLeftRadius\":2,\"btnBorderTopRightRadius\":2,\"btnBorderBottomLeftRadius\":2,\"btnBorderBottomRightRadius\":2,\"btnBorderStyle\":\"solid\",\"btnBorderColor\":\"#333\",\"btnBorderHColor\":\"#333\"} -->\n<div class=\"wp-block-uagb-buttons-child uagb-buttons__outer-wrap uagb-block-68095c30 wp-block-button is-style-outline\"><div class=\"uagb-button__wrapper\"><a class=\"uagb-buttons-repeater wp-block-button__link\" href=\"#\" rel=\"follow noopener\" target=\"_self\"><div class=\"uagb-button__link\">Get Bookings</div></a></div></div>\n<!-- /wp:uagb/buttons-child --></div></div>\n<!-- /wp:uagb/buttons --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"b2a95cc8\",\"directionDesktop\":\"row\",\"alignItemsTablet\":\"flex-start\",\"paddingLink\":false,\"topMarginDesktop\":54,\"bottomMarginDesktop\":0,\"leftMarginDesktop\":0,\"rightMarginDesktop\":0,\"topMarginTablet\":30,\"bottomMarginTablet\":0,\"leftMarginTablet\":0,\"rightMarginTablet\":0,\"marginLink\":false,\"variationSelected\":true,\"rowGapMobile\":65,\"columnGapDesktop\":48,\"columnGapTablet\":20} -->\n<div class=\"wp-block-uagb-container uagb-block-b2a95cc8\"><!-- wp:uagb/info-box {\"classMigrate\":true,\"headingAlign\":\"left\",\"headingColor\":\"\",\"subHeadingColor\":\"\",\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"source_type\":\"image\",\"block_id\":\"bc5caedb\",\"ctaType\":\"text\",\"ctaText\":\"READ MORE\",\"ctaLinkColor\":\"var(\\u002d\\u002dast-global-color-0)\",\"ctaDecoration\":\"underline\",\"ctaFontSize\":12,\"ctaFontWeight\":\"600\",\"ctaLetterSpacing\":2,\"ctaBorderStyle\":\"\",\"iconBottomMargin\":30,\"iconImage\":{\"id\":240,\"title\":\"terrace\",\"filename\":\"terrace.jpg\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/terrace.jpg\",\"link\":\"https://blueroan.netgen.cloud/terrace/\",\"alt\":\"\",\"author\":\"34\",\"description\":\"\",\"caption\":\"\",\"name\":\"terrace\",\"status\":\"inherit\",\"uploadedTo\":0,\"date\":\"2021-05-11T10:54:04.000Z\",\"modified\":\"2021-05-11T10:54:04.000Z\",\"menuOrder\":0,\"mime\":\"image/jpeg\",\"type\":\"image\",\"subtype\":\"jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/default.png\",\"dateFormatted\":\"May 11, 2021\",\"nonces\":{\"update\":\"6de8720da3\",\"delete\":\"d7905e75b9\",\"edit\":\"e7132a7b3e\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=240\\u0026action=edit\",\"meta\":false,\"authorName\":\"Rishabh\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/user-edit.php?user_id=34\",\"filesizeInBytes\":40742,\"filesizeHumanReadable\":\"40 KB\",\"context\":\"\",\"height\":440,\"width\":370,\"orientation\":\"portrait\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/terrace-150x150.jpg\",\"orientation\":\"landscape\"},\"medium\":{\"height\":300,\"width\":252,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/terrace-252x300-1.jpg\",\"orientation\":\"portrait\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/terrace.jpg\",\"height\":440,\"width\":370,\"orientation\":\"portrait\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"imageSize\":\"full\",\"imageWidth\":100,\"imageWidthMobile\":100,\"imageWidthTablet\":100,\"paddingBtnTop\":10,\"paddingBtnBottom\":10,\"paddingBtnLeft\":14,\"paddingBtnRight\":14,\"imageWidthUnit\":\"%\",\"imageWidthUnitTablet\":\"%\",\"imageWidthUnitMobile\":\"%\",\"subHeadTopMargin\":0,\"subHeadRightMargin\":40,\"subHeadLeftMargin\":0,\"subHeadMarginTopTablet\":0,\"subHeadMarginRightTablet\":0,\"subHeadTabletSpace\":20,\"subHeadMarginLeftTablet\":0,\"btnBorderStyle\":\"solid\"} -->\n<div class=\"wp-block-uagb-info-box uagb-block-bc5caedb uagb-infobox__content-wrap  uagb-infobox-icon-above-title uagb-infobox-image-valign-top\"><div class=\"uagb-ifb-content\"><div class=\"uagb-ifb-image-content\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/terrace.jpg\" alt=\"\"/></div><div class=\"uagb-ifb-title-wrap\"><h3 class=\"uagb-ifb-title\">Ocean View Terrace​</h3></div><p class=\"uagb-ifb-desc\">Among the scenic beauty of the city we also have an ocean view terrace for every suite in our hotel.</p><div class=\"uagb-ifb-button-wrapper wp-block-button\"><a href=\"#\" target=\"_self\" class=\"uagb-infobox-cta-link\" rel=\"noopener noreferrer\" alt=\"\"><span class=\"uagb-inline-editing\">READ MORE</span></a></div></div></div>\n<!-- /wp:uagb/info-box -->\n\n<!-- wp:uagb/info-box {\"classMigrate\":true,\"headingAlign\":\"left\",\"headingColor\":\"\",\"subHeadingColor\":\"\",\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"source_type\":\"image\",\"block_id\":\"be927766\",\"ctaType\":\"text\",\"ctaText\":\"READ MORE\",\"ctaLinkColor\":\"var(\\u002d\\u002dast-global-color-0)\",\"ctaDecoration\":\"underline\",\"ctaFontSize\":12,\"ctaFontWeight\":\"600\",\"ctaLetterSpacing\":2,\"ctaBorderStyle\":\"\",\"iconBottomMargin\":30,\"iconImage\":{\"id\":89,\"title\":\"food\",\"filename\":\"food.jpg\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/food.jpg\",\"link\":\"https://blueroan.netgen.cloud/food/\",\"alt\":\"\",\"author\":\"34\",\"description\":\"\",\"caption\":\"\",\"name\":\"food\",\"status\":\"inherit\",\"uploadedTo\":0,\"date\":\"2021-05-07T14:24:52.000Z\",\"modified\":\"2021-05-07T14:24:52.000Z\",\"menuOrder\":0,\"mime\":\"image/jpeg\",\"type\":\"image\",\"subtype\":\"jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/default.png\",\"dateFormatted\":\"May 7, 2021\",\"nonces\":{\"update\":\"b06173e227\",\"delete\":\"7de0e70fba\",\"edit\":\"7dc3d40920\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=89\\u0026action=edit\",\"meta\":false,\"authorName\":\"Rishabh\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/user-edit.php?user_id=34\",\"filesizeInBytes\":41933,\"filesizeHumanReadable\":\"41 KB\",\"context\":\"\",\"height\":440,\"width\":370,\"orientation\":\"portrait\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/food-150x150.jpg\",\"orientation\":\"landscape\"},\"medium\":{\"height\":300,\"width\":252,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/food-252x300-1.jpg\",\"orientation\":\"portrait\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/food.jpg\",\"height\":440,\"width\":370,\"orientation\":\"portrait\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"imageSize\":\"full\",\"imageWidth\":100,\"imageWidthMobile\":100,\"imageWidthTablet\":100,\"paddingBtnTop\":10,\"paddingBtnBottom\":10,\"paddingBtnLeft\":14,\"paddingBtnRight\":14,\"imageWidthUnit\":\"%\",\"imageWidthUnitTablet\":\"%\",\"imageWidthUnitMobile\":\"%\",\"subHeadTopMargin\":0,\"subHeadRightMargin\":40,\"subHeadLeftMargin\":0,\"subHeadMarginTopTablet\":0,\"subHeadMarginRightTablet\":0,\"subHeadTabletSpace\":20,\"subHeadMarginLeftTablet\":0,\"btnBorderStyle\":\"solid\"} -->\n<div class=\"wp-block-uagb-info-box uagb-block-be927766 uagb-infobox__content-wrap  uagb-infobox-icon-above-title uagb-infobox-image-valign-top\"><div class=\"uagb-ifb-content\"><div class=\"uagb-ifb-image-content\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/food.jpg\" alt=\"\"/></div><div class=\"uagb-ifb-title-wrap\"><h3 class=\"uagb-ifb-title\">Delicious Food​</h3></div><p class=\"uagb-ifb-desc\">We have team chefs from across the world. So you can enjoy the delicacies anytime during your stay.</p><div class=\"uagb-ifb-button-wrapper wp-block-button\"><a href=\"#\" target=\"_self\" class=\"uagb-infobox-cta-link\" rel=\"noopener noreferrer\" alt=\"\"><span class=\"uagb-inline-editing\">READ MORE</span></a></div></div></div>\n<!-- /wp:uagb/info-box -->\n\n<!-- wp:uagb/info-box {\"classMigrate\":true,\"headingAlign\":\"left\",\"headingColor\":\"\",\"subHeadingColor\":\"\",\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"source_type\":\"image\",\"block_id\":\"762a0a59\",\"ctaType\":\"text\",\"ctaText\":\"READ MORE\",\"ctaLinkColor\":\"var(\\u002d\\u002dast-global-color-0)\",\"ctaDecoration\":\"underline\",\"ctaFontSize\":12,\"ctaFontWeight\":\"600\",\"ctaLetterSpacing\":2,\"ctaBorderStyle\":\"\",\"iconBottomMargin\":30,\"iconImage\":{\"id\":241,\"title\":\"beach\",\"filename\":\"beach.jpg\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/beach.jpg\",\"link\":\"https://blueroan.netgen.cloud/beach/\",\"alt\":\"\",\"author\":\"34\",\"description\":\"\",\"caption\":\"\",\"name\":\"beach\",\"status\":\"inherit\",\"uploadedTo\":0,\"date\":\"2021-05-11T10:56:06.000Z\",\"modified\":\"2021-05-11T10:56:06.000Z\",\"menuOrder\":0,\"mime\":\"image/jpeg\",\"type\":\"image\",\"subtype\":\"jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/default.png\",\"dateFormatted\":\"May 11, 2021\",\"nonces\":{\"update\":\"65c348aac8\",\"delete\":\"6d551f7cf4\",\"edit\":\"026ca70d91\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=241\\u0026action=edit\",\"meta\":false,\"authorName\":\"Rishabh\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/user-edit.php?user_id=34\",\"filesizeInBytes\":38094,\"filesizeHumanReadable\":\"37 KB\",\"context\":\"\",\"height\":440,\"width\":370,\"orientation\":\"portrait\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/beach-150x150.jpg\",\"orientation\":\"landscape\"},\"medium\":{\"height\":300,\"width\":252,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/beach-252x300-1.jpg\",\"orientation\":\"portrait\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/beach.jpg\",\"height\":440,\"width\":370,\"orientation\":\"portrait\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"imageSize\":\"full\",\"imageWidth\":100,\"imageWidthMobile\":100,\"imageWidthTablet\":100,\"paddingBtnTop\":10,\"paddingBtnBottom\":10,\"paddingBtnLeft\":14,\"paddingBtnRight\":14,\"imageWidthUnit\":\"%\",\"imageWidthUnitTablet\":\"%\",\"imageWidthUnitMobile\":\"%\",\"subHeadTopMargin\":0,\"subHeadRightMargin\":40,\"subHeadLeftMargin\":0,\"subHeadMarginTopTablet\":0,\"subHeadMarginRightTablet\":0,\"subHeadTabletSpace\":20,\"subHeadMarginLeftTablet\":0,\"btnBorderStyle\":\"solid\"} -->\n<div class=\"wp-block-uagb-info-box uagb-block-762a0a59 uagb-infobox__content-wrap  uagb-infobox-icon-above-title uagb-infobox-image-valign-top\"><div class=\"uagb-ifb-content\"><div class=\"uagb-ifb-image-content\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/beach.jpg\" alt=\"\"/></div><div class=\"uagb-ifb-title-wrap\"><h3 class=\"uagb-ifb-title\">Private Beach​</h3></div><p class=\"uagb-ifb-desc\">Want to take a dip into the sea? All our guests get complimentary access to our private beach.</p><div class=\"uagb-ifb-button-wrapper wp-block-button\"><a href=\"#\" target=\"_self\" class=\"uagb-infobox-cta-link\" rel=\"noopener noreferrer\" alt=\"\"><span class=\"uagb-inline-editing\">READ MORE</span></a></div></div></div>\n<!-- /wp:uagb/info-box --></div>\n<!-- /wp:uagb/container --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"169c3e92\",\"innerContentCustomWidthDesktop\":781,\"innerContentCustomWidthTablet\":781,\"backgroundType\":\"image\",\"backgroundImageDesktop\":{\"id\":54,\"title\":\"background-img\",\"filename\":\"background-img-1.jpg\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/background-img-1.jpg\",\"link\":\"https://blueroan.netgen.cloud/background-img-2/\",\"alt\":\"\",\"author\":\"34\",\"description\":\"\",\"caption\":\"\",\"name\":\"background-img-2\",\"status\":\"inherit\",\"uploadedTo\":0,\"date\":\"2021-05-07T10:11:37.000Z\",\"modified\":\"2021-05-07T10:11:37.000Z\",\"menuOrder\":0,\"mime\":\"image/jpeg\",\"type\":\"image\",\"subtype\":\"jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/default.png\",\"dateFormatted\":\"May 7, 2021\",\"nonces\":{\"update\":\"bb999636b9\",\"delete\":\"d2e1375bc4\",\"edit\":\"005dd2f0c9\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=54\\u0026action=edit\",\"meta\":false,\"authorName\":\"Rishabh\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/user-edit.php?user_id=34\",\"filesizeInBytes\":338858,\"filesizeHumanReadable\":\"331 KB\",\"context\":\"\",\"height\":1080,\"width\":1920,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/background-img-1-150x150.jpg\",\"orientation\":\"landscape\"},\"medium\":{\"height\":169,\"width\":300,\"url\":\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/background-img-1-300x169.jpg\",\"orientation\":\"landscape\"},\"large\":{\"height\":576,\"width\":1024,\"url\":\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/background-img-1-1024x576.jpg\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/background-img-1.jpg\",\"height\":1080,\"width\":1920,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"backgroundImageColor\":\"rgba(42,42,42,0.65)\",\"topPaddingDesktop\":144,\"bottomPaddingDesktop\":144,\"leftPaddingDesktop\":40,\"rightPaddingDesktop\":40,\"topPaddingTablet\":80,\"bottomPaddingTablet\":80,\"leftPaddingTablet\":40,\"rightPaddingTablet\":40,\"topPaddingMobile\":64,\"bottomPaddingMobile\":64,\"leftPaddingMobile\":24,\"rightPaddingMobile\":24,\"paddingLink\":false,\"variationSelected\":true,\"isBlockRootParent\":true,\"overlayType\":\"color\"} -->\n<div class=\"wp-block-uagb-container uagb-block-169c3e92 alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/advanced-heading {\"block_id\":\"34d8a0b7\",\"classMigrate\":true,\"headingDescToggle\":true,\"headingAlign\":\"center\",\"headingColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"subHeadingColor\":\"var(\\u002d\\u002dast-global-color-4)\",\"headSpace\":20} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-34d8a0b7\"><h2 class=\"uagb-heading-text\">Plan an Unforgettable Experience in Mykonos Today!</h2><p class=\"uagb-desc-text\">We can help you fit your stay and experience within your allotted budget.</p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/advanced-heading {\"block_id\":\"dbc69715\",\"classMigrate\":true,\"headingTitleToggle\":false,\"headingDescToggle\":true,\"headingAlign\":\"center\",\"subHeadingColor\":\"var(\\u002d\\u002dast-global-color-4)\",\"subHeadTransform\":\"uppercase\",\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"subHeadLetterSpacing\":2,\"blockTopPadding\":60,\"blockRightPadding\":0,\"blockLeftPadding\":0,\"blockBottomPadding\":0,\"blockTopPaddingMobile\":30,\"blockRightPaddingMobile\":0,\"blockLeftPaddingMobile\":0,\"blockBottomPaddingMobile\":0} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-dbc69715\"><p class=\"uagb-desc-text\">BOOK YOUR STAY NOW​</p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/icon-list {\"block_id\":\"4b39f11b\",\"classMigrate\":true,\"childMigrate\":true,\"align\":\"center\",\"parentIcon\":\"phone\",\"size\":40,\"sizeMobile\":24,\"sizeTablet\":32,\"fontSize\":48,\"fontSizeMobile\":28,\"fontSizeTablet\":40,\"fontWeight\":\"600\",\"iconColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"labelColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"blockTopPadding\":0,\"blockRightPadding\":0,\"blockLeftPadding\":0,\"blockBottomPadding\":24,\"blockPaddingLink\":false} -->\n<div class=\"wp-block-uagb-icon-list uagb-block-4b39f11b\"><div class=\"uagb-icon-list__wrap\"><!-- wp:uagb/icon-list-child {\"block_id\":\"47a3d177\",\"label\":\"+1-123 456 7890​\",\"label_color\":\"\",\"fromParentIcon\":\"phone\",\"imageSizeChild\":40} -->\n<div class=\"wp-block-uagb-icon-list-child uagb-block-47a3d177\"><span class=\"uagb-icon-list__source-wrap\"><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M511.2 387l-23.25 100.8c-3.266 14.25-15.79 24.22-30.46 24.22C205.2 512 0 306.8 0 54.5c0-14.66 9.969-27.2 24.22-30.45l100.8-23.25C139.7-2.602 154.7 5.018 160.8 18.92l46.52 108.5c5.438 12.78 1.77 27.67-8.98 36.45L144.5 207.1c33.98 69.22 90.26 125.5 159.5 159.5l44.08-53.8c8.688-10.78 23.69-14.51 36.47-8.975l108.5 46.51C506.1 357.2 514.6 372.4 511.2 387z\"></path></svg></span><span class=\"uagb-icon-list__label\">+1-123 456 7890​</span></div>\n<!-- /wp:uagb/icon-list-child --></div></div>\n<!-- /wp:uagb/icon-list --></div></div>\n<!-- /wp:uagb/container -->',	'Amenities',	'',	'inherit',	'closed',	'closed',	'',	'762-revision-v1',	'',	'',	'2022-12-15 12:01:31',	'2022-12-15 12:01:31',	'',	762,	'https://blueroan.netgen.cloud/?p=1218',	0,	'revision',	'',	0),
(1220,	2,	'2022-12-15 12:03:13',	'2022-12-15 12:03:13',	'<!-- wp:uagb/container {\"block_id\":\"9e547385\",\"backgroundType\":\"image\",\"backgroundImageDesktop\":{\"id\":1007,\"title\":\"AAEAAQAAAAAAAAAAAAAAJDg5NmY0ZGUxLWE4MTgtNDY5NC1iODFhLTBmN2Q0ZDc5ZWFiNw-1\",\"filename\":\"AAEAAQAAAAAAAAAAAAAAJDg5NmY0ZGUxLWE4MTgtNDY5NC1iODFhLTBmN2Q0ZDc5ZWFiNw-1.png\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAAJDg5NmY0ZGUxLWE4MTgtNDY5NC1iODFhLTBmN2Q0ZDc5ZWFiNw-1.png\",\"link\":\"https://blueroan.netgen.cloud/the-barn/aaeaaqaaaaaaaaaaaaaajdg5nmy0zguxlwe4mtgtndy5nc1iodfhltbmn2q0zdc5zwfinw-1/\",\"alt\":\"\",\"author\":\"2\",\"description\":\"\",\"caption\":\"\",\"name\":\"aaeaaqaaaaaaaaaaaaaajdg5nmy0zguxlwe4mtgtndy5nc1iodfhltbmn2q0zdc5zwfinw-1\",\"status\":\"inherit\",\"uploadedTo\":948,\"date\":\"2022-12-14T10:50:25.000Z\",\"modified\":\"2022-12-14T10:50:25.000Z\",\"menuOrder\":0,\"mime\":\"image/png\",\"type\":\"image\",\"subtype\":\"png\",\"icon\":\"https://blueroan.netgen.cloud/wp-includes/images/media/default.png\",\"dateFormatted\":\"December 14, 2022\",\"nonces\":{\"update\":\"483f8bdf3d\",\"delete\":\"0a7ebc92ef\",\"edit\":\"6bc1c6a685\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=1007\\u0026action=edit\",\"meta\":false,\"authorName\":\"Netgen Support\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/profile.php\",\"uploadedToTitle\":\"The Barn\",\"uploadedToLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=948\\u0026action=edit\",\"filesizeInBytes\":1348989,\"filesizeHumanReadable\":\"1 MB\",\"context\":\"\",\"height\":667,\"width\":1000,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAAJDg5NmY0ZGUxLWE4MTgtNDY5NC1iODFhLTBmN2Q0ZDc5ZWFiNw-1-150x150.png\",\"orientation\":\"landscape\"},\"medium\":{\"height\":200,\"width\":300,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAAJDg5NmY0ZGUxLWE4MTgtNDY5NC1iODFhLTBmN2Q0ZDc5ZWFiNw-1-300x200.png\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAAJDg5NmY0ZGUxLWE4MTgtNDY5NC1iODFhLTBmN2Q0ZDc5ZWFiNw-1.png\",\"height\":667,\"width\":1000,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"backgroundPositionDesktop\":{\"x\":0.61,\"y\":0.52},\"backgroundSizeTablet\":\"cover\",\"backgroundSizeMobile\":\"cover\",\"backgroundColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"backgroundImageColor\":\"rgba(42,42,42,0.5)\",\"topPaddingDesktop\":220,\"bottomPaddingDesktop\":150,\"topPaddingTablet\":170,\"bottomPaddingTablet\":160,\"leftPaddingTablet\":30,\"rightPaddingTablet\":30,\"topPaddingMobile\":180,\"bottomPaddingMobile\":80,\"leftPaddingMobile\":20,\"rightPaddingMobile\":20,\"paddingLink\":false,\"variationSelected\":true,\"isBlockRootParent\":true,\"overlayType\":\"color\"} -->\n<div class=\"wp-block-uagb-container uagb-block-9e547385 alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/advanced-heading {\"block_id\":\"7addc927\",\"classMigrate\":true,\"headingDescToggle\":true,\"headingColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"subHeadingColor\":\"var(\\u002d\\u002dast-global-color-4)\",\"headingTag\":\"h1\",\"headSpace\":20,\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"blockTopPadding\":0,\"blockRightPadding\":50,\"blockLeftPadding\":0,\"blockBottomPadding\":0,\"blockTopPaddingTablet\":0,\"blockRightPaddingTablet\":20,\"blockLeftPaddingTablet\":0,\"blockBottomPaddingTablet\":0,\"blockTopPaddingMobile\":0,\"blockRightPaddingMobile\":0,\"blockLeftPaddingMobile\":0,\"blockBottomPaddingMobile\":0,\"blockPaddingUnit\":\"%\",\"blockPaddingUnitTablet\":\"%\"} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-7addc927\"><h1 class=\"uagb-heading-text\">Amenities &amp; Interests​</h1><p class=\"uagb-desc-text\">We do not give you just rooms to stay in. We give you an environment where you can experience the best while on a holiday with us. </p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:buttons -->\n<div class=\"wp-block-buttons\"><!-- wp:button -->\n<div class=\"wp-block-button\"><a class=\"wp-block-button__link wp-element-button\" href=\"https://book.nightsbridge.com/11065\" target=\"_blank\" rel=\"noreferrer noopener\">BOOK NOW</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"2e53861b\",\"backgroundType\":\"color\",\"backgroundSizeTablet\":\"cover\",\"backgroundSizeMobile\":\"cover\",\"backgroundColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"topPaddingDesktop\":50,\"bottomPaddingDesktop\":100,\"topPaddingTablet\":50,\"bottomPaddingTablet\":25,\"leftPaddingTablet\":20,\"rightPaddingTablet\":20,\"topPaddingMobile\":50,\"bottomPaddingMobile\":20,\"leftPaddingMobile\":20,\"rightPaddingMobile\":20,\"paddingLink\":false,\"variationSelected\":true,\"rowGapDesktop\":0,\"isBlockRootParent\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-2e53861b alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/container {\"block_id\":\"171d4744\",\"directionDesktop\":\"row\",\"alignItemsTablet\":\"flex-start\",\"paddingLink\":false,\"topMarginDesktop\":50,\"bottomMarginDesktop\":20,\"leftMarginDesktop\":0,\"rightMarginDesktop\":0,\"marginLink\":false,\"variationSelected\":true,\"rowGapMobile\":65,\"columnGapDesktop\":48,\"columnGapTablet\":20} -->\n<div class=\"wp-block-uagb-container uagb-block-171d4744\"><!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"align\":\"center\",\"id\":828,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image aligncenter size-full\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Blue-Roan-pool.png\" alt=\"Blue Roan\'s rock pool\" class=\"wp-image-828\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>A relaxing rock Pool​</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>We have a lovely sparkling blue rock pool next to a thatched Lapa. &nbsp;&nbsp;Lie on recliners on the green lawn or sit on the swing chair in the Lapa and enjoy the panoramic view of the Magaliesberg mountain range.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":829,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/img-20160605-wa0002-largejpg.png\" alt=\"\" class=\"wp-image-829\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>Braai facilities </h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>What can compare to a burning fire under the star-lit African sky? Nothing beats the flavor of cooking over an open flame.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":830,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/ef9d0188da11e2bc56788f5619d9d539.png\" alt=\"\" class=\"wp-image-830\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>A games room </h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>The reception is also a games room for those who enjoy darts or playing pool. &nbsp;Take a selection of DVDs back to your room and watch movies on your own DVD player. &nbsp;There is also a selection of board games and music CDs that you can borrow.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"align\":\"center\",\"id\":1198,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image aligncenter size-full\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/eyJidWNrZXQiOiJhc3NldHMuYWxsdHJhaWxzLmNvbSIsImtleSI6InVwbG9hZHMvcGhvdG8vaW1hZ2UvNDMxNzk4MTAvYjZkYTAz-1.png\" alt=\"\" class=\"wp-image-1198\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>Walking or hiking </h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>There is a well-kept walking trail on our property with plenty of bird life and some benches along the way. &nbsp;It is safe for dogs to run off-leash as it is completely fenced all around. &nbsp;For those who enjoy long walks and hikes, it is safe to cross onto neighbouring farms and go as far as the eye can see.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":1185,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/49089607_1950305445047847_5177863042771189760_n.png\" alt=\"\" class=\"wp-image-1185\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>Mountain biking </h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Bring your mountain bikes and explore the surrounding countryside on safe off-road tracks on our property and on neighbouring farms.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":1196,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Michelle_1.png\" alt=\"\" class=\"wp-image-1196\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>Horse riding </h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Interested riders can book at one of the recommended horse-riding establishments listed further down this page.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"4c1cc9c2\",\"innerContentWidth\":\"alignfull\",\"directionDesktop\":\"row\",\"wrapTablet\":\"wrap\",\"variationSelected\":true,\"rowGapTablet\":0,\"columnGapDesktop\":0,\"isBlockRootParent\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-4c1cc9c2 alignfull uagb-is-root-container\"><!-- wp:uagb/container {\"block_id\":\"c395757a\",\"widthDesktop\":25,\"widthTablet\":50,\"variationSelected\":true,\"widthSetByUser\":true,\"UAGHideMob\":true,\"UAGResponsiveConditions\":true} -->\n<div class=\"wp-block-uagb-container uag-hide-mob uagb-block-c395757a\"><!-- wp:uagb/image {\"block_id\":\"e50492b1\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-18-1-1024x768.jpg\",\"id\":1208,\"linkDestination\":\"none\",\"width\":480,\"height\":500,\"naturalWidth\":1024,\"naturalHeight\":768,\"sizeSlug\":\"large\",\"sizeSlugTablet\":\"large\",\"sizeSlugMobile\":\"large\",\"customHeightSetDesktop\":true} -->\n<div class=\"wp-block-uagb-image uagb-block-e50492b1 wp-block-uagb-image--layout-default wp-block-uagb-image--effect-static wp-block-uagb-image--align-none\"><figure class=\"wp-block-uagb-image__figure\"><img srcset=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-18-1-1024x768.jpg \" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-18-1-1024x768.jpg\" alt=\"\" class=\"uag-image-1208\" width=\"480\" height=\"500\" title=\"\" loading=\"lazy\"/></figure></div>\n<!-- /wp:uagb/image --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"644f9367\",\"widthDesktop\":25,\"widthTablet\":50,\"variationSelected\":true,\"widthSetByUser\":true,\"UAGHideMob\":true,\"UAGResponsiveConditions\":true} -->\n<div class=\"wp-block-uagb-container uag-hide-mob uagb-block-644f9367\"><!-- wp:uagb/image {\"block_id\":\"f24d4649\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Blue-Roan-pool-1.png\",\"id\":1210,\"linkDestination\":\"none\",\"width\":480,\"height\":500,\"naturalWidth\":370,\"naturalHeight\":440,\"sizeSlug\":\"full\",\"sizeSlugTablet\":\"full\",\"sizeSlugMobile\":\"full\",\"customHeightSetDesktop\":true} -->\n<div class=\"wp-block-uagb-image uagb-block-f24d4649 wp-block-uagb-image--layout-default wp-block-uagb-image--effect-static wp-block-uagb-image--align-none\"><figure class=\"wp-block-uagb-image__figure\"><img srcset=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Blue-Roan-pool-1.png \" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Blue-Roan-pool-1.png\" alt=\"\" class=\"uag-image-1210\" width=\"480\" height=\"500\" title=\"\" loading=\"lazy\"/></figure></div>\n<!-- /wp:uagb/image --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"fb6cbe40\",\"widthDesktop\":50,\"widthTablet\":100,\"variationSelected\":true,\"columnGapDesktop\":20,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-fb6cbe40\"><!-- wp:uagb/image {\"block_id\":\"df80e6f5\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/the-view-from-my-rooms-1024x768.jpg\",\"id\":1211,\"linkDestination\":\"none\",\"width\":960,\"height\":500,\"naturalWidth\":1024,\"naturalHeight\":768,\"sizeSlug\":\"large\",\"sizeSlugTablet\":\"large\",\"sizeSlugMobile\":\"large\",\"customHeightSetDesktop\":true} -->\n<div class=\"wp-block-uagb-image uagb-block-df80e6f5 wp-block-uagb-image--layout-default wp-block-uagb-image--effect-static wp-block-uagb-image--align-none\"><figure class=\"wp-block-uagb-image__figure\"><img srcset=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/the-view-from-my-rooms-1024x768.jpg \" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/the-view-from-my-rooms-1024x768.jpg\" alt=\"\" class=\"uag-image-1211\" width=\"960\" height=\"500\" title=\"\" loading=\"lazy\"/></figure></div>\n<!-- /wp:uagb/image --></div>\n<!-- /wp:uagb/container --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"cd810c41\",\"innerContentWidth\":\"alignfull\",\"directionDesktop\":\"row\",\"wrapTablet\":\"wrap\",\"variationSelected\":true,\"rowGapTablet\":0,\"columnGapDesktop\":0,\"isBlockRootParent\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-cd810c41 alignfull uagb-is-root-container\"><!-- wp:uagb/container {\"block_id\":\"e087e28d\",\"widthDesktop\":50,\"widthTablet\":100,\"variationSelected\":true,\"columnGapDesktop\":20,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-e087e28d\"><!-- wp:uagb/image {\"block_id\":\"604f8a6d\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAAJDI0ZWY4NDc1LThjYjYtNDM3YS1iOTliLWNmOWQxYTJkMWU5MQ-1.png\",\"id\":1213,\"linkDestination\":\"none\",\"width\":960,\"height\":500,\"naturalWidth\":1000,\"naturalHeight\":667,\"sizeSlug\":\"full\",\"sizeSlugTablet\":\"full\",\"sizeSlugMobile\":\"full\",\"customHeightSetDesktop\":true} -->\n<div class=\"wp-block-uagb-image uagb-block-604f8a6d wp-block-uagb-image--layout-default wp-block-uagb-image--effect-static wp-block-uagb-image--align-none\"><figure class=\"wp-block-uagb-image__figure\"><img srcset=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAAJDI0ZWY4NDc1LThjYjYtNDM3YS1iOTliLWNmOWQxYTJkMWU5MQ-1.png \" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAAJDI0ZWY4NDc1LThjYjYtNDM3YS1iOTliLWNmOWQxYTJkMWU5MQ-1.png\" alt=\"\" class=\"uag-image-1213\" width=\"960\" height=\"500\" title=\"\" loading=\"lazy\"/></figure></div>\n<!-- /wp:uagb/image --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"82e5075a\",\"widthDesktop\":25,\"variationSelected\":true,\"widthSetByUser\":true,\"UAGHideMob\":true,\"UAGResponsiveConditions\":true} -->\n<div class=\"wp-block-uagb-container uag-hide-mob uagb-block-82e5075a\"><!-- wp:uagb/image {\"block_id\":\"0128c3ec\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/bird-1-1024x683.jpg\",\"id\":1215,\"linkDestination\":\"none\",\"width\":480,\"height\":500,\"naturalWidth\":1024,\"naturalHeight\":683,\"sizeSlug\":\"large\",\"sizeSlugTablet\":\"large\",\"sizeSlugMobile\":\"large\",\"customHeightSetDesktop\":true} -->\n<div class=\"wp-block-uagb-image uagb-block-0128c3ec wp-block-uagb-image--layout-default wp-block-uagb-image--effect-static wp-block-uagb-image--align-none\"><figure class=\"wp-block-uagb-image__figure\"><img srcset=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/bird-1-1024x683.jpg \" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/bird-1-1024x683.jpg\" alt=\"\" class=\"uag-image-1215\" width=\"480\" height=\"500\" title=\"\" loading=\"lazy\"/></figure></div>\n<!-- /wp:uagb/image --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"382cf79d\",\"widthDesktop\":25,\"variationSelected\":true,\"widthSetByUser\":true,\"UAGHideMob\":true,\"UAGResponsiveConditions\":true} -->\n<div class=\"wp-block-uagb-container uag-hide-mob uagb-block-382cf79d\"><!-- wp:uagb/image {\"block_id\":\"cdf2f47e\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/two-happy-boxers-1024x768.jpg\",\"id\":1216,\"linkDestination\":\"none\",\"width\":480,\"height\":500,\"naturalWidth\":1024,\"naturalHeight\":768,\"sizeSlug\":\"large\",\"sizeSlugTablet\":\"large\",\"sizeSlugMobile\":\"large\",\"customHeightSetDesktop\":true} -->\n<div class=\"wp-block-uagb-image uagb-block-cdf2f47e wp-block-uagb-image--layout-default wp-block-uagb-image--effect-static wp-block-uagb-image--align-none\"><figure class=\"wp-block-uagb-image__figure\"><img srcset=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/two-happy-boxers-1024x768.jpg \" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/two-happy-boxers-1024x768.jpg\" alt=\"\" class=\"uag-image-1216\" width=\"480\" height=\"500\" title=\"\" loading=\"lazy\"/></figure></div>\n<!-- /wp:uagb/image --></div>\n<!-- /wp:uagb/container --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"b0484791\",\"backgroundType\":\"color\",\"backgroundSizeTablet\":\"cover\",\"backgroundSizeMobile\":\"cover\",\"backgroundColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"topPaddingDesktop\":120,\"bottomPaddingDesktop\":120,\"topPaddingTablet\":80,\"bottomPaddingTablet\":80,\"leftPaddingTablet\":30,\"rightPaddingTablet\":30,\"topPaddingMobile\":80,\"bottomPaddingMobile\":80,\"leftPaddingMobile\":20,\"rightPaddingMobile\":20,\"paddingLink\":false,\"variationSelected\":true,\"rowGapDesktop\":0,\"rowGapTablet\":0,\"isBlockRootParent\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-b0484791 alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/container {\"block_id\":\"d1756a96\",\"directionDesktop\":\"row\",\"alignItemsDesktop\":\"flex-end\",\"alignItemsTablet\":\"flex-end\",\"justifyContentDesktop\":\"flex-end\",\"justifyContentTablet\":\"space-between\",\"variationSelected\":true,\"rowGapMobile\":30,\"columnGapDesktop\":0} -->\n<div class=\"wp-block-uagb-container uagb-block-d1756a96\"><!-- wp:uagb/advanced-heading {\"block_id\":\"d841c97b\",\"classMigrate\":true,\"headingDescToggle\":true,\"subHeadingColor\":\"\",\"headSpace\":20,\"subHeadFontSize\":16} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-d841c97b\"><h2 class=\"uagb-heading-text\">Things to do in the area of Magaliesburg<br></h2><p class=\"uagb-desc-text\">Looking for more? Well, we believe that every guest walks into our lodge for the best experience. And, we are determined to do that.</p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/buttons {\"block_id\":\"09017035\",\"classMigrate\":true,\"childMigrate\":true,\"align\":\"right\",\"alignTablet\":\"right\",\"alignMobile\":\"left\",\"gap\":0} -->\n<div class=\"wp-block-uagb-buttons uagb-buttons__outer-wrap uagb-btn__default-btn uagb-btn-tablet__default-btn uagb-btn-mobile__default-btn uagb-block-09017035\"><div class=\"uagb-buttons__wrap uagb-buttons-layout-wrap\"><!-- wp:uagb/buttons-child {\"block_id\":\"20a2c2c3\",\"label\":\"Get Bookings\",\"link\":\"#\",\"hColor\":\"\",\"borderWidth\":\"\",\"borderRadius\":\"\",\"borderStyle\":\"\",\"borderColor\":\"\",\"borderHColor\":\"\",\"btnBorderTopWidth\":1,\"btnBorderLeftWidth\":1,\"btnBorderRightWidth\":1,\"btnBorderBottomWidth\":1,\"btnBorderTopLeftRadius\":2,\"btnBorderTopRightRadius\":2,\"btnBorderBottomLeftRadius\":2,\"btnBorderBottomRightRadius\":2,\"btnBorderStyle\":\"solid\",\"btnBorderColor\":\"#333\",\"btnBorderHColor\":\"#333\"} -->\n<div class=\"wp-block-uagb-buttons-child uagb-buttons__outer-wrap uagb-block-20a2c2c3 wp-block-button is-style-outline\"><div class=\"uagb-button__wrapper\"><a class=\"uagb-buttons-repeater wp-block-button__link\" href=\"#\" rel=\"follow noopener\" target=\"_self\"><div class=\"uagb-button__link\">Get Bookings</div></a></div></div>\n<!-- /wp:uagb/buttons-child --></div></div>\n<!-- /wp:uagb/buttons --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"6aa4195b\",\"directionDesktop\":\"row\",\"alignItemsTablet\":\"flex-start\",\"paddingLink\":false,\"topMarginDesktop\":54,\"bottomMarginDesktop\":0,\"leftMarginDesktop\":0,\"rightMarginDesktop\":0,\"topMarginTablet\":30,\"bottomMarginTablet\":0,\"leftMarginTablet\":0,\"rightMarginTablet\":0,\"marginLink\":false,\"variationSelected\":true,\"rowGapMobile\":65,\"columnGapDesktop\":48,\"columnGapTablet\":20} -->\n<div class=\"wp-block-uagb-container uagb-block-6aa4195b\"><!-- wp:uagb/info-box {\"classMigrate\":true,\"headingAlign\":\"left\",\"headingColor\":\"\",\"subHeadingColor\":\"\",\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"source_type\":\"image\",\"block_id\":\"bc5caedb\",\"ctaType\":\"text\",\"ctaText\":\"READ MORE\",\"ctaLinkColor\":\"var(\\u002d\\u002dast-global-color-0)\",\"ctaDecoration\":\"underline\",\"ctaFontSize\":12,\"ctaFontWeight\":\"600\",\"ctaLetterSpacing\":2,\"ctaBorderStyle\":\"\",\"iconBottomMargin\":30,\"iconImage\":{\"id\":240,\"title\":\"terrace\",\"filename\":\"terrace.jpg\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/terrace.jpg\",\"link\":\"https://blueroan.netgen.cloud/terrace/\",\"alt\":\"\",\"author\":\"34\",\"description\":\"\",\"caption\":\"\",\"name\":\"terrace\",\"status\":\"inherit\",\"uploadedTo\":0,\"date\":\"2021-05-11T10:54:04.000Z\",\"modified\":\"2021-05-11T10:54:04.000Z\",\"menuOrder\":0,\"mime\":\"image/jpeg\",\"type\":\"image\",\"subtype\":\"jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/default.png\",\"dateFormatted\":\"May 11, 2021\",\"nonces\":{\"update\":\"6de8720da3\",\"delete\":\"d7905e75b9\",\"edit\":\"e7132a7b3e\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=240\\u0026action=edit\",\"meta\":false,\"authorName\":\"Rishabh\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/user-edit.php?user_id=34\",\"filesizeInBytes\":40742,\"filesizeHumanReadable\":\"40 KB\",\"context\":\"\",\"height\":440,\"width\":370,\"orientation\":\"portrait\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/terrace-150x150.jpg\",\"orientation\":\"landscape\"},\"medium\":{\"height\":300,\"width\":252,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/terrace-252x300-1.jpg\",\"orientation\":\"portrait\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/terrace.jpg\",\"height\":440,\"width\":370,\"orientation\":\"portrait\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"imageSize\":\"full\",\"imageWidth\":100,\"imageWidthMobile\":100,\"imageWidthTablet\":100,\"paddingBtnTop\":10,\"paddingBtnBottom\":10,\"paddingBtnLeft\":14,\"paddingBtnRight\":14,\"imageWidthUnit\":\"%\",\"imageWidthUnitTablet\":\"%\",\"imageWidthUnitMobile\":\"%\",\"subHeadTopMargin\":0,\"subHeadRightMargin\":40,\"subHeadLeftMargin\":0,\"subHeadMarginTopTablet\":0,\"subHeadMarginRightTablet\":0,\"subHeadTabletSpace\":20,\"subHeadMarginLeftTablet\":0,\"btnBorderStyle\":\"solid\"} -->\n<div class=\"wp-block-uagb-info-box uagb-block-bc5caedb uagb-infobox__content-wrap  uagb-infobox-icon-above-title uagb-infobox-image-valign-top\"><div class=\"uagb-ifb-content\"><div class=\"uagb-ifb-image-content\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/terrace.jpg\" alt=\"\"/></div><div class=\"uagb-ifb-title-wrap\"><h3 class=\"uagb-ifb-title\">Ocean View Terrace​</h3></div><p class=\"uagb-ifb-desc\">Among the scenic beauty of the city we also have an ocean view terrace for every suite in our hotel.</p><div class=\"uagb-ifb-button-wrapper wp-block-button\"><a href=\"#\" target=\"_self\" class=\"uagb-infobox-cta-link\" rel=\"noopener noreferrer\" alt=\"\"><span class=\"uagb-inline-editing\">READ MORE</span></a></div></div></div>\n<!-- /wp:uagb/info-box -->\n\n<!-- wp:uagb/info-box {\"classMigrate\":true,\"headingAlign\":\"left\",\"headingColor\":\"\",\"subHeadingColor\":\"\",\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"source_type\":\"image\",\"block_id\":\"be927766\",\"ctaType\":\"text\",\"ctaText\":\"READ MORE\",\"ctaLinkColor\":\"var(\\u002d\\u002dast-global-color-0)\",\"ctaDecoration\":\"underline\",\"ctaFontSize\":12,\"ctaFontWeight\":\"600\",\"ctaLetterSpacing\":2,\"ctaBorderStyle\":\"\",\"iconBottomMargin\":30,\"iconImage\":{\"id\":89,\"title\":\"food\",\"filename\":\"food.jpg\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/food.jpg\",\"link\":\"https://blueroan.netgen.cloud/food/\",\"alt\":\"\",\"author\":\"34\",\"description\":\"\",\"caption\":\"\",\"name\":\"food\",\"status\":\"inherit\",\"uploadedTo\":0,\"date\":\"2021-05-07T14:24:52.000Z\",\"modified\":\"2021-05-07T14:24:52.000Z\",\"menuOrder\":0,\"mime\":\"image/jpeg\",\"type\":\"image\",\"subtype\":\"jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/default.png\",\"dateFormatted\":\"May 7, 2021\",\"nonces\":{\"update\":\"b06173e227\",\"delete\":\"7de0e70fba\",\"edit\":\"7dc3d40920\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=89\\u0026action=edit\",\"meta\":false,\"authorName\":\"Rishabh\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/user-edit.php?user_id=34\",\"filesizeInBytes\":41933,\"filesizeHumanReadable\":\"41 KB\",\"context\":\"\",\"height\":440,\"width\":370,\"orientation\":\"portrait\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/food-150x150.jpg\",\"orientation\":\"landscape\"},\"medium\":{\"height\":300,\"width\":252,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/food-252x300-1.jpg\",\"orientation\":\"portrait\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/food.jpg\",\"height\":440,\"width\":370,\"orientation\":\"portrait\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"imageSize\":\"full\",\"imageWidth\":100,\"imageWidthMobile\":100,\"imageWidthTablet\":100,\"paddingBtnTop\":10,\"paddingBtnBottom\":10,\"paddingBtnLeft\":14,\"paddingBtnRight\":14,\"imageWidthUnit\":\"%\",\"imageWidthUnitTablet\":\"%\",\"imageWidthUnitMobile\":\"%\",\"subHeadTopMargin\":0,\"subHeadRightMargin\":40,\"subHeadLeftMargin\":0,\"subHeadMarginTopTablet\":0,\"subHeadMarginRightTablet\":0,\"subHeadTabletSpace\":20,\"subHeadMarginLeftTablet\":0,\"btnBorderStyle\":\"solid\"} -->\n<div class=\"wp-block-uagb-info-box uagb-block-be927766 uagb-infobox__content-wrap  uagb-infobox-icon-above-title uagb-infobox-image-valign-top\"><div class=\"uagb-ifb-content\"><div class=\"uagb-ifb-image-content\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/food.jpg\" alt=\"\"/></div><div class=\"uagb-ifb-title-wrap\"><h3 class=\"uagb-ifb-title\">Delicious Food​</h3></div><p class=\"uagb-ifb-desc\">We have team chefs from across the world. So you can enjoy the delicacies anytime during your stay.</p><div class=\"uagb-ifb-button-wrapper wp-block-button\"><a href=\"#\" target=\"_self\" class=\"uagb-infobox-cta-link\" rel=\"noopener noreferrer\" alt=\"\"><span class=\"uagb-inline-editing\">READ MORE</span></a></div></div></div>\n<!-- /wp:uagb/info-box -->\n\n<!-- wp:uagb/info-box {\"classMigrate\":true,\"headingAlign\":\"left\",\"headingColor\":\"\",\"subHeadingColor\":\"\",\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"source_type\":\"image\",\"block_id\":\"762a0a59\",\"ctaType\":\"text\",\"ctaText\":\"READ MORE\",\"ctaLinkColor\":\"var(\\u002d\\u002dast-global-color-0)\",\"ctaDecoration\":\"underline\",\"ctaFontSize\":12,\"ctaFontWeight\":\"600\",\"ctaLetterSpacing\":2,\"ctaBorderStyle\":\"\",\"iconBottomMargin\":30,\"iconImage\":{\"id\":241,\"title\":\"beach\",\"filename\":\"beach.jpg\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/beach.jpg\",\"link\":\"https://blueroan.netgen.cloud/beach/\",\"alt\":\"\",\"author\":\"34\",\"description\":\"\",\"caption\":\"\",\"name\":\"beach\",\"status\":\"inherit\",\"uploadedTo\":0,\"date\":\"2021-05-11T10:56:06.000Z\",\"modified\":\"2021-05-11T10:56:06.000Z\",\"menuOrder\":0,\"mime\":\"image/jpeg\",\"type\":\"image\",\"subtype\":\"jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/default.png\",\"dateFormatted\":\"May 11, 2021\",\"nonces\":{\"update\":\"65c348aac8\",\"delete\":\"6d551f7cf4\",\"edit\":\"026ca70d91\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=241\\u0026action=edit\",\"meta\":false,\"authorName\":\"Rishabh\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/user-edit.php?user_id=34\",\"filesizeInBytes\":38094,\"filesizeHumanReadable\":\"37 KB\",\"context\":\"\",\"height\":440,\"width\":370,\"orientation\":\"portrait\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/beach-150x150.jpg\",\"orientation\":\"landscape\"},\"medium\":{\"height\":300,\"width\":252,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/beach-252x300-1.jpg\",\"orientation\":\"portrait\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/beach.jpg\",\"height\":440,\"width\":370,\"orientation\":\"portrait\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"imageSize\":\"full\",\"imageWidth\":100,\"imageWidthMobile\":100,\"imageWidthTablet\":100,\"paddingBtnTop\":10,\"paddingBtnBottom\":10,\"paddingBtnLeft\":14,\"paddingBtnRight\":14,\"imageWidthUnit\":\"%\",\"imageWidthUnitTablet\":\"%\",\"imageWidthUnitMobile\":\"%\",\"subHeadTopMargin\":0,\"subHeadRightMargin\":40,\"subHeadLeftMargin\":0,\"subHeadMarginTopTablet\":0,\"subHeadMarginRightTablet\":0,\"subHeadTabletSpace\":20,\"subHeadMarginLeftTablet\":0,\"btnBorderStyle\":\"solid\"} -->\n<div class=\"wp-block-uagb-info-box uagb-block-762a0a59 uagb-infobox__content-wrap  uagb-infobox-icon-above-title uagb-infobox-image-valign-top\"><div class=\"uagb-ifb-content\"><div class=\"uagb-ifb-image-content\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/beach.jpg\" alt=\"\"/></div><div class=\"uagb-ifb-title-wrap\"><h3 class=\"uagb-ifb-title\">Private Beach​</h3></div><p class=\"uagb-ifb-desc\">Want to take a dip into the sea? All our guests get complimentary access to our private beach.</p><div class=\"uagb-ifb-button-wrapper wp-block-button\"><a href=\"#\" target=\"_self\" class=\"uagb-infobox-cta-link\" rel=\"noopener noreferrer\" alt=\"\"><span class=\"uagb-inline-editing\">READ MORE</span></a></div></div></div>\n<!-- /wp:uagb/info-box --></div>\n<!-- /wp:uagb/container --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"edf91b09\",\"innerContentCustomWidthDesktop\":781,\"innerContentCustomWidthTablet\":781,\"backgroundType\":\"image\",\"backgroundImageDesktop\":{\"id\":54,\"title\":\"background-img\",\"filename\":\"background-img-1.jpg\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/background-img-1.jpg\",\"link\":\"https://blueroan.netgen.cloud/background-img-2/\",\"alt\":\"\",\"author\":\"34\",\"description\":\"\",\"caption\":\"\",\"name\":\"background-img-2\",\"status\":\"inherit\",\"uploadedTo\":0,\"date\":\"2021-05-07T10:11:37.000Z\",\"modified\":\"2021-05-07T10:11:37.000Z\",\"menuOrder\":0,\"mime\":\"image/jpeg\",\"type\":\"image\",\"subtype\":\"jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/default.png\",\"dateFormatted\":\"May 7, 2021\",\"nonces\":{\"update\":\"bb999636b9\",\"delete\":\"d2e1375bc4\",\"edit\":\"005dd2f0c9\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=54\\u0026action=edit\",\"meta\":false,\"authorName\":\"Rishabh\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/user-edit.php?user_id=34\",\"filesizeInBytes\":338858,\"filesizeHumanReadable\":\"331 KB\",\"context\":\"\",\"height\":1080,\"width\":1920,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/background-img-1-150x150.jpg\",\"orientation\":\"landscape\"},\"medium\":{\"height\":169,\"width\":300,\"url\":\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/background-img-1-300x169.jpg\",\"orientation\":\"landscape\"},\"large\":{\"height\":576,\"width\":1024,\"url\":\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/background-img-1-1024x576.jpg\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/background-img-1.jpg\",\"height\":1080,\"width\":1920,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"backgroundImageColor\":\"rgba(42,42,42,0.65)\",\"topPaddingDesktop\":144,\"bottomPaddingDesktop\":144,\"leftPaddingDesktop\":40,\"rightPaddingDesktop\":40,\"topPaddingTablet\":80,\"bottomPaddingTablet\":80,\"leftPaddingTablet\":40,\"rightPaddingTablet\":40,\"topPaddingMobile\":64,\"bottomPaddingMobile\":64,\"leftPaddingMobile\":24,\"rightPaddingMobile\":24,\"paddingLink\":false,\"variationSelected\":true,\"isBlockRootParent\":true,\"overlayType\":\"color\"} -->\n<div class=\"wp-block-uagb-container uagb-block-edf91b09 alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/advanced-heading {\"block_id\":\"5b063647\",\"classMigrate\":true,\"headingDescToggle\":true,\"headingAlign\":\"center\",\"headingColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"subHeadingColor\":\"var(\\u002d\\u002dast-global-color-4)\",\"headSpace\":20} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-5b063647\"><h2 class=\"uagb-heading-text\">Plan an Unforgettable Experience in Mykonos Today!</h2><p class=\"uagb-desc-text\">We can help you fit your stay and experience within your allotted budget.</p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/advanced-heading {\"block_id\":\"636ba286\",\"classMigrate\":true,\"headingTitleToggle\":false,\"headingDescToggle\":true,\"headingAlign\":\"center\",\"subHeadingColor\":\"var(\\u002d\\u002dast-global-color-4)\",\"subHeadTransform\":\"uppercase\",\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"subHeadLetterSpacing\":2,\"blockTopPadding\":60,\"blockRightPadding\":0,\"blockLeftPadding\":0,\"blockBottomPadding\":0,\"blockTopPaddingMobile\":30,\"blockRightPaddingMobile\":0,\"blockLeftPaddingMobile\":0,\"blockBottomPaddingMobile\":0} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-636ba286\"><p class=\"uagb-desc-text\">BOOK YOUR STAY NOW​</p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/icon-list {\"block_id\":\"053e4bc2\",\"classMigrate\":true,\"childMigrate\":true,\"align\":\"center\",\"parentIcon\":\"phone\",\"size\":40,\"sizeMobile\":24,\"sizeTablet\":32,\"fontSize\":48,\"fontSizeMobile\":28,\"fontSizeTablet\":40,\"fontWeight\":\"600\",\"iconColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"labelColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"blockTopPadding\":0,\"blockRightPadding\":0,\"blockLeftPadding\":0,\"blockBottomPadding\":24,\"blockPaddingLink\":false} -->\n<div class=\"wp-block-uagb-icon-list uagb-block-053e4bc2\"><div class=\"uagb-icon-list__wrap\"><!-- wp:uagb/icon-list-child {\"block_id\":\"e76718cd\",\"label\":\"+1-123 456 7890​\",\"label_color\":\"\",\"fromParentIcon\":\"phone\",\"imageSizeChild\":40} -->\n<div class=\"wp-block-uagb-icon-list-child uagb-block-e76718cd\"><span class=\"uagb-icon-list__source-wrap\"><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M511.2 387l-23.25 100.8c-3.266 14.25-15.79 24.22-30.46 24.22C205.2 512 0 306.8 0 54.5c0-14.66 9.969-27.2 24.22-30.45l100.8-23.25C139.7-2.602 154.7 5.018 160.8 18.92l46.52 108.5c5.438 12.78 1.77 27.67-8.98 36.45L144.5 207.1c33.98 69.22 90.26 125.5 159.5 159.5l44.08-53.8c8.688-10.78 23.69-14.51 36.47-8.975l108.5 46.51C506.1 357.2 514.6 372.4 511.2 387z\"></path></svg></span><span class=\"uagb-icon-list__label\">+1-123 456 7890​</span></div>\n<!-- /wp:uagb/icon-list-child --></div></div>\n<!-- /wp:uagb/icon-list --></div></div>\n<!-- /wp:uagb/container -->',	'Amenities',	'',	'inherit',	'closed',	'closed',	'',	'762-revision-v1',	'',	'',	'2022-12-15 12:03:13',	'2022-12-15 12:03:13',	'',	762,	'https://blueroan.netgen.cloud/?p=1220',	0,	'revision',	'',	0),
(1222,	2,	'2022-12-15 12:07:32',	'2022-12-15 12:07:32',	'',	'41b46e52d7427ea1f6f135454e9a012f',	'',	'inherit',	'open',	'closed',	'',	'41b46e52d7427ea1f6f135454e9a012f',	'',	'',	'2022-12-15 12:07:32',	'2022-12-15 12:07:32',	'',	762,	'https://blueroan.netgen.cloud/wp-content/uploads/2022/12/41b46e52d7427ea1f6f135454e9a012f.png',	0,	'attachment',	'image/png',	0),
(1223,	2,	'2022-12-15 12:09:23',	'2022-12-15 12:09:23',	'<!-- wp:uagb/container {\"block_id\":\"47bd1c25\",\"backgroundType\":\"image\",\"backgroundImageDesktop\":{\"id\":1007,\"title\":\"AAEAAQAAAAAAAAAAAAAAJDg5NmY0ZGUxLWE4MTgtNDY5NC1iODFhLTBmN2Q0ZDc5ZWFiNw-1\",\"filename\":\"AAEAAQAAAAAAAAAAAAAAJDg5NmY0ZGUxLWE4MTgtNDY5NC1iODFhLTBmN2Q0ZDc5ZWFiNw-1.png\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAAJDg5NmY0ZGUxLWE4MTgtNDY5NC1iODFhLTBmN2Q0ZDc5ZWFiNw-1.png\",\"link\":\"https://blueroan.netgen.cloud/the-barn/aaeaaqaaaaaaaaaaaaaajdg5nmy0zguxlwe4mtgtndy5nc1iodfhltbmn2q0zdc5zwfinw-1/\",\"alt\":\"\",\"author\":\"2\",\"description\":\"\",\"caption\":\"\",\"name\":\"aaeaaqaaaaaaaaaaaaaajdg5nmy0zguxlwe4mtgtndy5nc1iodfhltbmn2q0zdc5zwfinw-1\",\"status\":\"inherit\",\"uploadedTo\":948,\"date\":\"2022-12-14T10:50:25.000Z\",\"modified\":\"2022-12-14T10:50:25.000Z\",\"menuOrder\":0,\"mime\":\"image/png\",\"type\":\"image\",\"subtype\":\"png\",\"icon\":\"https://blueroan.netgen.cloud/wp-includes/images/media/default.png\",\"dateFormatted\":\"December 14, 2022\",\"nonces\":{\"update\":\"483f8bdf3d\",\"delete\":\"0a7ebc92ef\",\"edit\":\"6bc1c6a685\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=1007\\u0026action=edit\",\"meta\":false,\"authorName\":\"Netgen Support\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/profile.php\",\"uploadedToTitle\":\"The Barn\",\"uploadedToLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=948\\u0026action=edit\",\"filesizeInBytes\":1348989,\"filesizeHumanReadable\":\"1 MB\",\"context\":\"\",\"height\":667,\"width\":1000,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAAJDg5NmY0ZGUxLWE4MTgtNDY5NC1iODFhLTBmN2Q0ZDc5ZWFiNw-1-150x150.png\",\"orientation\":\"landscape\"},\"medium\":{\"height\":200,\"width\":300,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAAJDg5NmY0ZGUxLWE4MTgtNDY5NC1iODFhLTBmN2Q0ZDc5ZWFiNw-1-300x200.png\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAAJDg5NmY0ZGUxLWE4MTgtNDY5NC1iODFhLTBmN2Q0ZDc5ZWFiNw-1.png\",\"height\":667,\"width\":1000,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"backgroundPositionDesktop\":{\"x\":0.61,\"y\":0.52},\"backgroundSizeTablet\":\"cover\",\"backgroundSizeMobile\":\"cover\",\"backgroundColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"backgroundImageColor\":\"rgba(42,42,42,0.5)\",\"topPaddingDesktop\":220,\"bottomPaddingDesktop\":150,\"topPaddingTablet\":170,\"bottomPaddingTablet\":160,\"leftPaddingTablet\":30,\"rightPaddingTablet\":30,\"topPaddingMobile\":180,\"bottomPaddingMobile\":80,\"leftPaddingMobile\":20,\"rightPaddingMobile\":20,\"paddingLink\":false,\"variationSelected\":true,\"isBlockRootParent\":true,\"overlayType\":\"color\"} -->\n<div class=\"wp-block-uagb-container uagb-block-47bd1c25 alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/advanced-heading {\"block_id\":\"b829d3dd\",\"classMigrate\":true,\"headingDescToggle\":true,\"headingColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"subHeadingColor\":\"var(\\u002d\\u002dast-global-color-4)\",\"headingTag\":\"h1\",\"headSpace\":20,\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"blockTopPadding\":0,\"blockRightPadding\":50,\"blockLeftPadding\":0,\"blockBottomPadding\":0,\"blockTopPaddingTablet\":0,\"blockRightPaddingTablet\":20,\"blockLeftPaddingTablet\":0,\"blockBottomPaddingTablet\":0,\"blockTopPaddingMobile\":0,\"blockRightPaddingMobile\":0,\"blockLeftPaddingMobile\":0,\"blockBottomPaddingMobile\":0,\"blockPaddingUnit\":\"%\",\"blockPaddingUnitTablet\":\"%\"} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-b829d3dd\"><h1 class=\"uagb-heading-text\">Amenities &amp; Interests​</h1><p class=\"uagb-desc-text\">We do not give you just rooms to stay in. We give you an environment where you can experience the best while on a holiday with us. </p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:buttons -->\n<div class=\"wp-block-buttons\"><!-- wp:button -->\n<div class=\"wp-block-button\"><a class=\"wp-block-button__link wp-element-button\" href=\"https://book.nightsbridge.com/11065\" target=\"_blank\" rel=\"noreferrer noopener\">BOOK NOW</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"5dadb834\",\"backgroundType\":\"color\",\"backgroundSizeTablet\":\"cover\",\"backgroundSizeMobile\":\"cover\",\"backgroundColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"topPaddingDesktop\":50,\"bottomPaddingDesktop\":100,\"topPaddingTablet\":50,\"bottomPaddingTablet\":25,\"leftPaddingTablet\":20,\"rightPaddingTablet\":20,\"topPaddingMobile\":50,\"bottomPaddingMobile\":20,\"leftPaddingMobile\":20,\"rightPaddingMobile\":20,\"paddingLink\":false,\"variationSelected\":true,\"rowGapDesktop\":0,\"isBlockRootParent\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-5dadb834 alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/container {\"block_id\":\"24008114\",\"directionDesktop\":\"row\",\"alignItemsTablet\":\"flex-start\",\"paddingLink\":false,\"topMarginDesktop\":50,\"bottomMarginDesktop\":20,\"leftMarginDesktop\":0,\"rightMarginDesktop\":0,\"marginLink\":false,\"variationSelected\":true,\"rowGapMobile\":65,\"columnGapDesktop\":48,\"columnGapTablet\":20} -->\n<div class=\"wp-block-uagb-container uagb-block-24008114\"><!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"align\":\"center\",\"id\":828,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image aligncenter size-full\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Blue-Roan-pool.png\" alt=\"Blue Roan\'s rock pool\" class=\"wp-image-828\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>A relaxing rock Pool​</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>We have a lovely sparkling blue rock pool next to a thatched Lapa. &nbsp;&nbsp;Lie on recliners on the green lawn or sit on the swing chair in the Lapa and enjoy the panoramic view of the Magaliesberg mountain range.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":829,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/img-20160605-wa0002-largejpg.png\" alt=\"\" class=\"wp-image-829\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>Braai facilities </h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>What can compare to a burning fire under the star-lit African sky? Nothing beats the flavor of cooking over an open flame.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":830,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/ef9d0188da11e2bc56788f5619d9d539.png\" alt=\"\" class=\"wp-image-830\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>A games room </h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>The reception is also a games room for those who enjoy darts or playing pool. &nbsp;Take a selection of DVDs back to your room and watch movies on your own DVD player. &nbsp;There is also a selection of board games and music CDs that you can borrow.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"align\":\"center\",\"id\":1198,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image aligncenter size-full\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/eyJidWNrZXQiOiJhc3NldHMuYWxsdHJhaWxzLmNvbSIsImtleSI6InVwbG9hZHMvcGhvdG8vaW1hZ2UvNDMxNzk4MTAvYjZkYTAz-1.png\" alt=\"\" class=\"wp-image-1198\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>Walking or hiking </h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>There is a well-kept walking trail on our property with plenty of bird life and some benches along the way. &nbsp;It is safe for dogs to run off-leash as it is completely fenced all around. &nbsp;For those who enjoy long walks and hikes, it is safe to cross onto neighbouring farms and go as far as the eye can see.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":1185,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/49089607_1950305445047847_5177863042771189760_n.png\" alt=\"\" class=\"wp-image-1185\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>Mountain biking </h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Bring your mountain bikes and explore the surrounding countryside on safe off-road tracks on our property and on neighbouring farms.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":1196,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Michelle_1.png\" alt=\"\" class=\"wp-image-1196\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>Horse riding </h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Interested riders can book at one of the recommended horse-riding establishments listed further down this page.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"c30afd2e\",\"innerContentWidth\":\"alignfull\",\"directionDesktop\":\"row\",\"wrapTablet\":\"wrap\",\"variationSelected\":true,\"rowGapTablet\":0,\"columnGapDesktop\":0,\"isBlockRootParent\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-c30afd2e alignfull uagb-is-root-container\"><!-- wp:uagb/container {\"block_id\":\"e1bfa3a0\",\"widthDesktop\":25,\"widthTablet\":50,\"variationSelected\":true,\"widthSetByUser\":true,\"UAGHideMob\":true,\"UAGResponsiveConditions\":true} -->\n<div class=\"wp-block-uagb-container uag-hide-mob uagb-block-e1bfa3a0\"><!-- wp:uagb/image {\"block_id\":\"83c5477f\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-18-1-1024x768.jpg\",\"id\":1208,\"linkDestination\":\"none\",\"width\":480,\"height\":500,\"naturalWidth\":1024,\"naturalHeight\":768,\"sizeSlug\":\"large\",\"sizeSlugTablet\":\"large\",\"sizeSlugMobile\":\"large\",\"customHeightSetDesktop\":true} -->\n<div class=\"wp-block-uagb-image uagb-block-83c5477f wp-block-uagb-image--layout-default wp-block-uagb-image--effect-static wp-block-uagb-image--align-none\"><figure class=\"wp-block-uagb-image__figure\"><img srcset=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-18-1-1024x768.jpg \" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-18-1-1024x768.jpg\" alt=\"\" class=\"uag-image-1208\" width=\"480\" height=\"500\" title=\"\" loading=\"lazy\"/></figure></div>\n<!-- /wp:uagb/image --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"804bfe59\",\"widthDesktop\":25,\"widthTablet\":50,\"variationSelected\":true,\"widthSetByUser\":true,\"UAGHideMob\":true,\"UAGResponsiveConditions\":true} -->\n<div class=\"wp-block-uagb-container uag-hide-mob uagb-block-804bfe59\"><!-- wp:uagb/image {\"block_id\":\"0b14e075\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Blue-Roan-pool-1.png\",\"id\":1210,\"linkDestination\":\"none\",\"width\":480,\"height\":500,\"naturalWidth\":370,\"naturalHeight\":440,\"sizeSlug\":\"full\",\"sizeSlugTablet\":\"full\",\"sizeSlugMobile\":\"full\",\"customHeightSetDesktop\":true} -->\n<div class=\"wp-block-uagb-image uagb-block-0b14e075 wp-block-uagb-image--layout-default wp-block-uagb-image--effect-static wp-block-uagb-image--align-none\"><figure class=\"wp-block-uagb-image__figure\"><img srcset=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Blue-Roan-pool-1.png \" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Blue-Roan-pool-1.png\" alt=\"\" class=\"uag-image-1210\" width=\"480\" height=\"500\" title=\"\" loading=\"lazy\"/></figure></div>\n<!-- /wp:uagb/image --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"e994c52d\",\"widthDesktop\":50,\"widthTablet\":100,\"variationSelected\":true,\"columnGapDesktop\":20,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-e994c52d\"><!-- wp:uagb/image {\"block_id\":\"da635ebb\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/the-view-from-my-rooms-1024x768.jpg\",\"id\":1211,\"linkDestination\":\"none\",\"width\":960,\"height\":500,\"naturalWidth\":1024,\"naturalHeight\":768,\"sizeSlug\":\"large\",\"sizeSlugTablet\":\"large\",\"sizeSlugMobile\":\"large\",\"customHeightSetDesktop\":true} -->\n<div class=\"wp-block-uagb-image uagb-block-da635ebb wp-block-uagb-image--layout-default wp-block-uagb-image--effect-static wp-block-uagb-image--align-none\"><figure class=\"wp-block-uagb-image__figure\"><img srcset=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/the-view-from-my-rooms-1024x768.jpg \" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/the-view-from-my-rooms-1024x768.jpg\" alt=\"\" class=\"uag-image-1211\" width=\"960\" height=\"500\" title=\"\" loading=\"lazy\"/></figure></div>\n<!-- /wp:uagb/image --></div>\n<!-- /wp:uagb/container --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"fc0e340d\",\"innerContentWidth\":\"alignfull\",\"directionDesktop\":\"row\",\"wrapTablet\":\"wrap\",\"variationSelected\":true,\"rowGapTablet\":0,\"columnGapDesktop\":0,\"isBlockRootParent\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-fc0e340d alignfull uagb-is-root-container\"><!-- wp:uagb/container {\"block_id\":\"cf4f0617\",\"widthDesktop\":50,\"widthTablet\":100,\"variationSelected\":true,\"columnGapDesktop\":20,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-cf4f0617\"><!-- wp:uagb/image {\"block_id\":\"b3e97131\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAAJDI0ZWY4NDc1LThjYjYtNDM3YS1iOTliLWNmOWQxYTJkMWU5MQ-1.png\",\"id\":1213,\"linkDestination\":\"none\",\"width\":960,\"height\":500,\"naturalWidth\":1000,\"naturalHeight\":667,\"sizeSlug\":\"full\",\"sizeSlugTablet\":\"full\",\"sizeSlugMobile\":\"full\",\"customHeightSetDesktop\":true} -->\n<div class=\"wp-block-uagb-image uagb-block-b3e97131 wp-block-uagb-image--layout-default wp-block-uagb-image--effect-static wp-block-uagb-image--align-none\"><figure class=\"wp-block-uagb-image__figure\"><img srcset=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAAJDI0ZWY4NDc1LThjYjYtNDM3YS1iOTliLWNmOWQxYTJkMWU5MQ-1.png \" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAAJDI0ZWY4NDc1LThjYjYtNDM3YS1iOTliLWNmOWQxYTJkMWU5MQ-1.png\" alt=\"\" class=\"uag-image-1213\" width=\"960\" height=\"500\" title=\"\" loading=\"lazy\"/></figure></div>\n<!-- /wp:uagb/image --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"214366bb\",\"widthDesktop\":25,\"variationSelected\":true,\"widthSetByUser\":true,\"UAGHideMob\":true,\"UAGResponsiveConditions\":true} -->\n<div class=\"wp-block-uagb-container uag-hide-mob uagb-block-214366bb\"><!-- wp:uagb/image {\"block_id\":\"31db2636\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/bird-1-1024x683.jpg\",\"id\":1215,\"linkDestination\":\"none\",\"width\":480,\"height\":500,\"naturalWidth\":1024,\"naturalHeight\":683,\"sizeSlug\":\"large\",\"sizeSlugTablet\":\"large\",\"sizeSlugMobile\":\"large\",\"customHeightSetDesktop\":true} -->\n<div class=\"wp-block-uagb-image uagb-block-31db2636 wp-block-uagb-image--layout-default wp-block-uagb-image--effect-static wp-block-uagb-image--align-none\"><figure class=\"wp-block-uagb-image__figure\"><img srcset=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/bird-1-1024x683.jpg \" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/bird-1-1024x683.jpg\" alt=\"\" class=\"uag-image-1215\" width=\"480\" height=\"500\" title=\"\" loading=\"lazy\"/></figure></div>\n<!-- /wp:uagb/image --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"7a7ccc16\",\"widthDesktop\":25,\"variationSelected\":true,\"widthSetByUser\":true,\"UAGHideMob\":true,\"UAGResponsiveConditions\":true} -->\n<div class=\"wp-block-uagb-container uag-hide-mob uagb-block-7a7ccc16\"><!-- wp:uagb/image {\"block_id\":\"372a0a9e\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/two-happy-boxers-1024x768.jpg\",\"id\":1216,\"linkDestination\":\"none\",\"width\":480,\"height\":500,\"naturalWidth\":1024,\"naturalHeight\":768,\"sizeSlug\":\"large\",\"sizeSlugTablet\":\"large\",\"sizeSlugMobile\":\"large\",\"customHeightSetDesktop\":true} -->\n<div class=\"wp-block-uagb-image uagb-block-372a0a9e wp-block-uagb-image--layout-default wp-block-uagb-image--effect-static wp-block-uagb-image--align-none\"><figure class=\"wp-block-uagb-image__figure\"><img srcset=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/two-happy-boxers-1024x768.jpg \" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/two-happy-boxers-1024x768.jpg\" alt=\"\" class=\"uag-image-1216\" width=\"480\" height=\"500\" title=\"\" loading=\"lazy\"/></figure></div>\n<!-- /wp:uagb/image --></div>\n<!-- /wp:uagb/container --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"b02056eb\",\"backgroundType\":\"color\",\"backgroundSizeTablet\":\"cover\",\"backgroundSizeMobile\":\"cover\",\"backgroundColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"topPaddingDesktop\":120,\"bottomPaddingDesktop\":120,\"topPaddingTablet\":80,\"bottomPaddingTablet\":80,\"leftPaddingTablet\":30,\"rightPaddingTablet\":30,\"topPaddingMobile\":80,\"bottomPaddingMobile\":80,\"leftPaddingMobile\":20,\"rightPaddingMobile\":20,\"paddingLink\":false,\"variationSelected\":true,\"rowGapDesktop\":0,\"rowGapTablet\":0,\"isBlockRootParent\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-b02056eb alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/container {\"block_id\":\"40be06da\",\"directionDesktop\":\"row\",\"alignItemsDesktop\":\"flex-end\",\"alignItemsTablet\":\"flex-end\",\"justifyContentDesktop\":\"flex-end\",\"justifyContentTablet\":\"space-between\",\"variationSelected\":true,\"rowGapMobile\":30,\"columnGapDesktop\":0} -->\n<div class=\"wp-block-uagb-container uagb-block-40be06da\"><!-- wp:uagb/advanced-heading {\"block_id\":\"d47dfbb9\",\"classMigrate\":true,\"headingDescToggle\":true,\"subHeadingColor\":\"\",\"headSpace\":20,\"subHeadFontSize\":16} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-d47dfbb9\"><h2 class=\"uagb-heading-text\">Things to do in the area of Magaliesburg<br></h2><p class=\"uagb-desc-text\">Looking for more? Well, we believe that every guest walks into our lodge for the best experience. And, we are determined to do that.</p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/buttons {\"block_id\":\"95ef3be1\",\"classMigrate\":true,\"childMigrate\":true,\"align\":\"right\",\"alignTablet\":\"right\",\"alignMobile\":\"left\",\"gap\":0} -->\n<div class=\"wp-block-uagb-buttons uagb-buttons__outer-wrap uagb-btn__default-btn uagb-btn-tablet__default-btn uagb-btn-mobile__default-btn uagb-block-95ef3be1\"><div class=\"uagb-buttons__wrap uagb-buttons-layout-wrap\"><!-- wp:uagb/buttons-child {\"block_id\":\"c0057592\",\"label\":\"Get Bookings\",\"link\":\"#\",\"hColor\":\"\",\"borderWidth\":\"\",\"borderRadius\":\"\",\"borderStyle\":\"\",\"borderColor\":\"\",\"borderHColor\":\"\",\"btnBorderTopWidth\":1,\"btnBorderLeftWidth\":1,\"btnBorderRightWidth\":1,\"btnBorderBottomWidth\":1,\"btnBorderTopLeftRadius\":2,\"btnBorderTopRightRadius\":2,\"btnBorderBottomLeftRadius\":2,\"btnBorderBottomRightRadius\":2,\"btnBorderStyle\":\"solid\",\"btnBorderColor\":\"#333\",\"btnBorderHColor\":\"#333\"} -->\n<div class=\"wp-block-uagb-buttons-child uagb-buttons__outer-wrap uagb-block-c0057592 wp-block-button is-style-outline\"><div class=\"uagb-button__wrapper\"><a class=\"uagb-buttons-repeater wp-block-button__link\" href=\"#\" rel=\"follow noopener\" target=\"_self\"><div class=\"uagb-button__link\">Get Bookings</div></a></div></div>\n<!-- /wp:uagb/buttons-child --></div></div>\n<!-- /wp:uagb/buttons --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"12852ccb\",\"directionDesktop\":\"row\",\"alignItemsTablet\":\"flex-start\",\"paddingLink\":false,\"topMarginDesktop\":54,\"bottomMarginDesktop\":0,\"leftMarginDesktop\":0,\"rightMarginDesktop\":0,\"topMarginTablet\":30,\"bottomMarginTablet\":0,\"leftMarginTablet\":0,\"rightMarginTablet\":0,\"marginLink\":false,\"variationSelected\":true,\"rowGapMobile\":65,\"columnGapDesktop\":48,\"columnGapTablet\":20} -->\n<div class=\"wp-block-uagb-container uagb-block-12852ccb\"><!-- wp:uagb/info-box {\"classMigrate\":true,\"headingAlign\":\"left\",\"headingColor\":\"\",\"subHeadingColor\":\"\",\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"source_type\":\"image\",\"block_id\":\"039131a2\",\"ctaTarget\":true,\"ctaType\":\"text\",\"ctaText\":\"READ MORE\",\"ctaLink\":\"https://www.sundowner.co.za/rooms/magalies-barbus-haven/\",\"ctaLinkColor\":\"var(\\u002d\\u002dast-global-color-0)\",\"ctaDecoration\":\"underline\",\"ctaFontSize\":12,\"ctaFontWeight\":\"600\",\"ctaLetterSpacing\":2,\"ctaBorderStyle\":\"\",\"iconBottomMargin\":30,\"iconImage\":{\"uploading\":false,\"date\":1671106052000,\"filename\":\"41b46e52d7427ea1f6f135454e9a012f.png\",\"menuOrder\":0,\"uploadedTo\":762,\"type\":\"image\",\"subtype\":\"png\",\"id\":1222,\"title\":\"41b46e52d7427ea1f6f135454e9a012f\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/41b46e52d7427ea1f6f135454e9a012f.png\",\"link\":\"https://blueroan.netgen.cloud/amenities/41b46e52d7427ea1f6f135454e9a012f/\",\"alt\":\"\",\"author\":\"2\",\"description\":\"\",\"caption\":\"\",\"name\":\"41b46e52d7427ea1f6f135454e9a012f\",\"status\":\"inherit\",\"modified\":1671106052000,\"mime\":\"image/png\",\"icon\":\"https://blueroan.netgen.cloud/wp-includes/images/media/default.png\",\"dateFormatted\":\"December 15, 2022\",\"nonces\":{\"update\":\"a33de4f0ef\",\"delete\":\"e6f9dee199\",\"edit\":\"6d436328bf\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=1222\\u0026action=edit\",\"meta\":false,\"authorName\":\"Netgen Support\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/profile.php\",\"uploadedToTitle\":\"Amenities\",\"uploadedToLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=762\\u0026action=edit\",\"filesizeInBytes\":326854,\"filesizeHumanReadable\":\"319 KB\",\"context\":\"\",\"height\":440,\"width\":370,\"orientation\":\"portrait\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/41b46e52d7427ea1f6f135454e9a012f-150x150.png\",\"orientation\":\"landscape\"},\"medium\":{\"height\":300,\"width\":252,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/41b46e52d7427ea1f6f135454e9a012f-252x300.png\",\"orientation\":\"portrait\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/41b46e52d7427ea1f6f135454e9a012f.png\",\"height\":440,\"width\":370,\"orientation\":\"portrait\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"imageSize\":\"full\",\"imageWidth\":100,\"imageWidthMobile\":100,\"imageWidthTablet\":100,\"paddingBtnTop\":10,\"paddingBtnBottom\":10,\"paddingBtnLeft\":14,\"paddingBtnRight\":14,\"imageWidthUnit\":\"%\",\"imageWidthUnitTablet\":\"%\",\"imageWidthUnitMobile\":\"%\",\"subHeadTopMargin\":0,\"subHeadRightMargin\":40,\"subHeadLeftMargin\":0,\"subHeadMarginTopTablet\":0,\"subHeadMarginRightTablet\":0,\"subHeadTabletSpace\":20,\"subHeadMarginLeftTablet\":0,\"imgTagHeight\":118,\"imgTagWidth\":370,\"btnBorderTopWidth\":1,\"btnBorderLeftWidth\":1,\"btnBorderRightWidth\":1,\"btnBorderBottomWidth\":1,\"btnBorderTopLeftRadius\":0,\"btnBorderTopRightRadius\":0,\"btnBorderBottomLeftRadius\":0,\"btnBorderBottomRightRadius\":0,\"btnBorderStyle\":\"solid\",\"btnBorderColor\":\"#333\"} -->\n<div class=\"wp-block-uagb-info-box uagb-block-039131a2 uagb-infobox__content-wrap  uagb-infobox-icon-above-title uagb-infobox-image-valign-top\"><div class=\"uagb-ifb-content\"><div class=\"uagb-ifb-image-content\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/41b46e52d7427ea1f6f135454e9a012f.png\" alt=\"\" width=\"100\" height=\"118\" loading=\"lazy\"/></div><div class=\"uagb-ifb-title-wrap\"><h3 class=\"uagb-ifb-title\">Fishing - Barbus Haven </h3></div><p class=\"uagb-ifb-desc\">The 2.5 hr Introductory fly fishing clinics cover the basic techniques required to fly fish effectively. Because of the specialized nature of the fly-fishing on the Magalies River (small stream techniques), we offer a Private small stream guided clinic for guests that ensure that they expand their knowledge as well as increase the enjoyment of their fishing experience. </p><div class=\"uagb-ifb-button-wrapper wp-block-button\"><a href=\"https://www.sundowner.co.za/rooms/magalies-barbus-haven/\" target=\"_blank\" class=\"uagb-infobox-cta-link\" rel=\"noopener noreferrer\" alt=\"\"><span class=\"uagb-inline-editing\">READ MORE</span><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M504.3 273.6l-112.1 104c-6.992 6.484-17.18 8.218-25.94 4.406c-8.758-3.812-14.42-12.45-14.42-21.1L351.9 288H32C14.33 288 .0002 273.7 .0002 255.1S14.33 224 32 224h319.9l0-72c0-9.547 5.66-18.19 14.42-22c8.754-3.809 18.95-2.075 25.94 4.41l112.1 104C514.6 247.9 514.6 264.1 504.3 273.6z\"></path></svg></a></div></div></div>\n<!-- /wp:uagb/info-box -->\n\n<!-- wp:uagb/info-box {\"classMigrate\":true,\"headingAlign\":\"left\",\"headingColor\":\"\",\"subHeadingColor\":\"\",\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"source_type\":\"image\",\"block_id\":\"290a8c5b\",\"ctaType\":\"text\",\"ctaText\":\"READ MORE\",\"ctaLinkColor\":\"var(\\u002d\\u002dast-global-color-0)\",\"ctaDecoration\":\"underline\",\"ctaFontSize\":12,\"ctaFontWeight\":\"600\",\"ctaLetterSpacing\":2,\"ctaBorderStyle\":\"\",\"iconBottomMargin\":30,\"iconImage\":{\"id\":89,\"title\":\"food\",\"filename\":\"food.jpg\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/food.jpg\",\"link\":\"https://blueroan.netgen.cloud/food/\",\"alt\":\"\",\"author\":\"34\",\"description\":\"\",\"caption\":\"\",\"name\":\"food\",\"status\":\"inherit\",\"uploadedTo\":0,\"date\":\"2021-05-07T14:24:52.000Z\",\"modified\":\"2021-05-07T14:24:52.000Z\",\"menuOrder\":0,\"mime\":\"image/jpeg\",\"type\":\"image\",\"subtype\":\"jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/default.png\",\"dateFormatted\":\"May 7, 2021\",\"nonces\":{\"update\":\"b06173e227\",\"delete\":\"7de0e70fba\",\"edit\":\"7dc3d40920\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=89\\u0026action=edit\",\"meta\":false,\"authorName\":\"Rishabh\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/user-edit.php?user_id=34\",\"filesizeInBytes\":41933,\"filesizeHumanReadable\":\"41 KB\",\"context\":\"\",\"height\":440,\"width\":370,\"orientation\":\"portrait\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/food-150x150.jpg\",\"orientation\":\"landscape\"},\"medium\":{\"height\":300,\"width\":252,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/food-252x300-1.jpg\",\"orientation\":\"portrait\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/food.jpg\",\"height\":440,\"width\":370,\"orientation\":\"portrait\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"imageSize\":\"full\",\"imageWidth\":100,\"imageWidthMobile\":100,\"imageWidthTablet\":100,\"paddingBtnTop\":10,\"paddingBtnBottom\":10,\"paddingBtnLeft\":14,\"paddingBtnRight\":14,\"imageWidthUnit\":\"%\",\"imageWidthUnitTablet\":\"%\",\"imageWidthUnitMobile\":\"%\",\"subHeadTopMargin\":0,\"subHeadRightMargin\":40,\"subHeadLeftMargin\":0,\"subHeadMarginTopTablet\":0,\"subHeadMarginRightTablet\":0,\"subHeadTabletSpace\":20,\"subHeadMarginLeftTablet\":0,\"imgTagHeight\":118,\"imgTagWidth\":370,\"btnBorderTopWidth\":1,\"btnBorderLeftWidth\":1,\"btnBorderRightWidth\":1,\"btnBorderBottomWidth\":1,\"btnBorderTopLeftRadius\":0,\"btnBorderTopRightRadius\":0,\"btnBorderBottomLeftRadius\":0,\"btnBorderBottomRightRadius\":0,\"btnBorderStyle\":\"solid\",\"btnBorderColor\":\"#333\"} -->\n<div class=\"wp-block-uagb-info-box uagb-block-290a8c5b uagb-infobox__content-wrap  uagb-infobox-icon-above-title uagb-infobox-image-valign-top\"><div class=\"uagb-ifb-content\"><div class=\"uagb-ifb-image-content\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/food.jpg\" alt=\"\" width=\"100\" height=\"118\" loading=\"lazy\"/></div><div class=\"uagb-ifb-title-wrap\"><h3 class=\"uagb-ifb-title\">Delicious Food​</h3></div><p class=\"uagb-ifb-desc\">We have team chefs from across the world. So you can enjoy the delicacies anytime during your stay.</p><div class=\"uagb-ifb-button-wrapper wp-block-button\"><a href=\"\" target=\"_self\" class=\"uagb-infobox-cta-link uagb-disable-link\" rel=\"noopener noreferrer\" alt=\"\"><span class=\"uagb-inline-editing\">READ MORE</span><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M504.3 273.6l-112.1 104c-6.992 6.484-17.18 8.218-25.94 4.406c-8.758-3.812-14.42-12.45-14.42-21.1L351.9 288H32C14.33 288 .0002 273.7 .0002 255.1S14.33 224 32 224h319.9l0-72c0-9.547 5.66-18.19 14.42-22c8.754-3.809 18.95-2.075 25.94 4.41l112.1 104C514.6 247.9 514.6 264.1 504.3 273.6z\"></path></svg></a></div></div></div>\n<!-- /wp:uagb/info-box -->\n\n<!-- wp:uagb/info-box {\"classMigrate\":true,\"headingAlign\":\"left\",\"headingColor\":\"\",\"subHeadingColor\":\"\",\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"source_type\":\"image\",\"block_id\":\"2150d36c\",\"ctaType\":\"text\",\"ctaText\":\"READ MORE\",\"ctaLinkColor\":\"var(\\u002d\\u002dast-global-color-0)\",\"ctaDecoration\":\"underline\",\"ctaFontSize\":12,\"ctaFontWeight\":\"600\",\"ctaLetterSpacing\":2,\"ctaBorderStyle\":\"\",\"iconBottomMargin\":30,\"iconImage\":{\"id\":241,\"title\":\"beach\",\"filename\":\"beach.jpg\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/beach.jpg\",\"link\":\"https://blueroan.netgen.cloud/beach/\",\"alt\":\"\",\"author\":\"34\",\"description\":\"\",\"caption\":\"\",\"name\":\"beach\",\"status\":\"inherit\",\"uploadedTo\":0,\"date\":\"2021-05-11T10:56:06.000Z\",\"modified\":\"2021-05-11T10:56:06.000Z\",\"menuOrder\":0,\"mime\":\"image/jpeg\",\"type\":\"image\",\"subtype\":\"jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/default.png\",\"dateFormatted\":\"May 11, 2021\",\"nonces\":{\"update\":\"65c348aac8\",\"delete\":\"6d551f7cf4\",\"edit\":\"026ca70d91\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=241\\u0026action=edit\",\"meta\":false,\"authorName\":\"Rishabh\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/user-edit.php?user_id=34\",\"filesizeInBytes\":38094,\"filesizeHumanReadable\":\"37 KB\",\"context\":\"\",\"height\":440,\"width\":370,\"orientation\":\"portrait\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/beach-150x150.jpg\",\"orientation\":\"landscape\"},\"medium\":{\"height\":300,\"width\":252,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/beach-252x300-1.jpg\",\"orientation\":\"portrait\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/beach.jpg\",\"height\":440,\"width\":370,\"orientation\":\"portrait\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"imageSize\":\"full\",\"imageWidth\":100,\"imageWidthMobile\":100,\"imageWidthTablet\":100,\"paddingBtnTop\":10,\"paddingBtnBottom\":10,\"paddingBtnLeft\":14,\"paddingBtnRight\":14,\"imageWidthUnit\":\"%\",\"imageWidthUnitTablet\":\"%\",\"imageWidthUnitMobile\":\"%\",\"subHeadTopMargin\":0,\"subHeadRightMargin\":40,\"subHeadLeftMargin\":0,\"subHeadMarginTopTablet\":0,\"subHeadMarginRightTablet\":0,\"subHeadTabletSpace\":20,\"subHeadMarginLeftTablet\":0,\"imgTagHeight\":118,\"imgTagWidth\":370,\"btnBorderTopWidth\":1,\"btnBorderLeftWidth\":1,\"btnBorderRightWidth\":1,\"btnBorderBottomWidth\":1,\"btnBorderTopLeftRadius\":0,\"btnBorderTopRightRadius\":0,\"btnBorderBottomLeftRadius\":0,\"btnBorderBottomRightRadius\":0,\"btnBorderStyle\":\"solid\",\"btnBorderColor\":\"#333\"} -->\n<div class=\"wp-block-uagb-info-box uagb-block-2150d36c uagb-infobox__content-wrap  uagb-infobox-icon-above-title uagb-infobox-image-valign-top\"><div class=\"uagb-ifb-content\"><div class=\"uagb-ifb-image-content\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/beach.jpg\" alt=\"\" width=\"100\" height=\"118\" loading=\"lazy\"/></div><div class=\"uagb-ifb-title-wrap\"><h3 class=\"uagb-ifb-title\">Private Beach​</h3></div><p class=\"uagb-ifb-desc\">Want to take a dip into the sea? All our guests get complimentary access to our private beach.</p><div class=\"uagb-ifb-button-wrapper wp-block-button\"><a href=\"\" target=\"_self\" class=\"uagb-infobox-cta-link uagb-disable-link\" rel=\"noopener noreferrer\" alt=\"\"><span class=\"uagb-inline-editing\">READ MORE</span><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M504.3 273.6l-112.1 104c-6.992 6.484-17.18 8.218-25.94 4.406c-8.758-3.812-14.42-12.45-14.42-21.1L351.9 288H32C14.33 288 .0002 273.7 .0002 255.1S14.33 224 32 224h319.9l0-72c0-9.547 5.66-18.19 14.42-22c8.754-3.809 18.95-2.075 25.94 4.41l112.1 104C514.6 247.9 514.6 264.1 504.3 273.6z\"></path></svg></a></div></div></div>\n<!-- /wp:uagb/info-box --></div>\n<!-- /wp:uagb/container --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"47b2c854\",\"innerContentCustomWidthDesktop\":781,\"innerContentCustomWidthTablet\":781,\"backgroundType\":\"image\",\"backgroundImageDesktop\":{\"id\":54,\"title\":\"background-img\",\"filename\":\"background-img-1.jpg\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/background-img-1.jpg\",\"link\":\"https://blueroan.netgen.cloud/background-img-2/\",\"alt\":\"\",\"author\":\"34\",\"description\":\"\",\"caption\":\"\",\"name\":\"background-img-2\",\"status\":\"inherit\",\"uploadedTo\":0,\"date\":\"2021-05-07T10:11:37.000Z\",\"modified\":\"2021-05-07T10:11:37.000Z\",\"menuOrder\":0,\"mime\":\"image/jpeg\",\"type\":\"image\",\"subtype\":\"jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/default.png\",\"dateFormatted\":\"May 7, 2021\",\"nonces\":{\"update\":\"bb999636b9\",\"delete\":\"d2e1375bc4\",\"edit\":\"005dd2f0c9\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=54\\u0026action=edit\",\"meta\":false,\"authorName\":\"Rishabh\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/user-edit.php?user_id=34\",\"filesizeInBytes\":338858,\"filesizeHumanReadable\":\"331 KB\",\"context\":\"\",\"height\":1080,\"width\":1920,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/background-img-1-150x150.jpg\",\"orientation\":\"landscape\"},\"medium\":{\"height\":169,\"width\":300,\"url\":\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/background-img-1-300x169.jpg\",\"orientation\":\"landscape\"},\"large\":{\"height\":576,\"width\":1024,\"url\":\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/background-img-1-1024x576.jpg\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/background-img-1.jpg\",\"height\":1080,\"width\":1920,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"backgroundImageColor\":\"rgba(42,42,42,0.65)\",\"topPaddingDesktop\":144,\"bottomPaddingDesktop\":144,\"leftPaddingDesktop\":40,\"rightPaddingDesktop\":40,\"topPaddingTablet\":80,\"bottomPaddingTablet\":80,\"leftPaddingTablet\":40,\"rightPaddingTablet\":40,\"topPaddingMobile\":64,\"bottomPaddingMobile\":64,\"leftPaddingMobile\":24,\"rightPaddingMobile\":24,\"paddingLink\":false,\"variationSelected\":true,\"isBlockRootParent\":true,\"overlayType\":\"color\"} -->\n<div class=\"wp-block-uagb-container uagb-block-47b2c854 alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/advanced-heading {\"block_id\":\"51b46215\",\"classMigrate\":true,\"headingDescToggle\":true,\"headingAlign\":\"center\",\"headingColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"subHeadingColor\":\"var(\\u002d\\u002dast-global-color-4)\",\"headSpace\":20} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-51b46215\"><h2 class=\"uagb-heading-text\">Plan an Unforgettable Experience in Mykonos Today!</h2><p class=\"uagb-desc-text\">We can help you fit your stay and experience within your allotted budget.</p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/advanced-heading {\"block_id\":\"1754600f\",\"classMigrate\":true,\"headingTitleToggle\":false,\"headingDescToggle\":true,\"headingAlign\":\"center\",\"subHeadingColor\":\"var(\\u002d\\u002dast-global-color-4)\",\"subHeadTransform\":\"uppercase\",\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"subHeadLetterSpacing\":2,\"blockTopPadding\":60,\"blockRightPadding\":0,\"blockLeftPadding\":0,\"blockBottomPadding\":0,\"blockTopPaddingMobile\":30,\"blockRightPaddingMobile\":0,\"blockLeftPaddingMobile\":0,\"blockBottomPaddingMobile\":0} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-1754600f\"><p class=\"uagb-desc-text\">BOOK YOUR STAY NOW​</p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/icon-list {\"block_id\":\"63c0204c\",\"classMigrate\":true,\"childMigrate\":true,\"align\":\"center\",\"parentIcon\":\"phone\",\"size\":40,\"sizeMobile\":24,\"sizeTablet\":32,\"fontSize\":48,\"fontSizeMobile\":28,\"fontSizeTablet\":40,\"fontWeight\":\"600\",\"iconColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"labelColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"blockTopPadding\":0,\"blockRightPadding\":0,\"blockLeftPadding\":0,\"blockBottomPadding\":24,\"blockPaddingLink\":false} -->\n<div class=\"wp-block-uagb-icon-list uagb-block-63c0204c\"><div class=\"uagb-icon-list__wrap\"><!-- wp:uagb/icon-list-child {\"block_id\":\"4dbcd91d\",\"label\":\"+1-123 456 7890​\",\"label_color\":\"\",\"fromParentIcon\":\"phone\",\"imageSizeChild\":40} -->\n<div class=\"wp-block-uagb-icon-list-child uagb-block-4dbcd91d\"><span class=\"uagb-icon-list__source-wrap\"><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M511.2 387l-23.25 100.8c-3.266 14.25-15.79 24.22-30.46 24.22C205.2 512 0 306.8 0 54.5c0-14.66 9.969-27.2 24.22-30.45l100.8-23.25C139.7-2.602 154.7 5.018 160.8 18.92l46.52 108.5c5.438 12.78 1.77 27.67-8.98 36.45L144.5 207.1c33.98 69.22 90.26 125.5 159.5 159.5l44.08-53.8c8.688-10.78 23.69-14.51 36.47-8.975l108.5 46.51C506.1 357.2 514.6 372.4 511.2 387z\"></path></svg></span><span class=\"uagb-icon-list__label\">+1-123 456 7890​</span></div>\n<!-- /wp:uagb/icon-list-child --></div></div>\n<!-- /wp:uagb/icon-list --></div></div>\n<!-- /wp:uagb/container -->',	'Amenities',	'',	'inherit',	'closed',	'closed',	'',	'762-revision-v1',	'',	'',	'2022-12-15 12:09:23',	'2022-12-15 12:09:23',	'',	762,	'https://blueroan.netgen.cloud/?p=1223',	0,	'revision',	'',	0),
(1225,	2,	'2022-12-15 12:13:35',	'2022-12-15 12:13:35',	'',	'IMG-20180619-WA0004',	'',	'inherit',	'open',	'closed',	'',	'img-20180619-wa0004',	'',	'',	'2022-12-15 12:13:35',	'2022-12-15 12:13:35',	'',	762,	'https://blueroan.netgen.cloud/wp-content/uploads/2022/12/IMG-20180619-WA0004.png',	0,	'attachment',	'image/png',	0),
(1226,	2,	'2022-12-15 12:13:49',	'2022-12-15 12:13:49',	'<!-- wp:uagb/container {\"block_id\":\"8d9ea487\",\"backgroundType\":\"image\",\"backgroundImageDesktop\":{\"id\":1007,\"title\":\"AAEAAQAAAAAAAAAAAAAAJDg5NmY0ZGUxLWE4MTgtNDY5NC1iODFhLTBmN2Q0ZDc5ZWFiNw-1\",\"filename\":\"AAEAAQAAAAAAAAAAAAAAJDg5NmY0ZGUxLWE4MTgtNDY5NC1iODFhLTBmN2Q0ZDc5ZWFiNw-1.png\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAAJDg5NmY0ZGUxLWE4MTgtNDY5NC1iODFhLTBmN2Q0ZDc5ZWFiNw-1.png\",\"link\":\"https://blueroan.netgen.cloud/the-barn/aaeaaqaaaaaaaaaaaaaajdg5nmy0zguxlwe4mtgtndy5nc1iodfhltbmn2q0zdc5zwfinw-1/\",\"alt\":\"\",\"author\":\"2\",\"description\":\"\",\"caption\":\"\",\"name\":\"aaeaaqaaaaaaaaaaaaaajdg5nmy0zguxlwe4mtgtndy5nc1iodfhltbmn2q0zdc5zwfinw-1\",\"status\":\"inherit\",\"uploadedTo\":948,\"date\":\"2022-12-14T10:50:25.000Z\",\"modified\":\"2022-12-14T10:50:25.000Z\",\"menuOrder\":0,\"mime\":\"image/png\",\"type\":\"image\",\"subtype\":\"png\",\"icon\":\"https://blueroan.netgen.cloud/wp-includes/images/media/default.png\",\"dateFormatted\":\"December 14, 2022\",\"nonces\":{\"update\":\"483f8bdf3d\",\"delete\":\"0a7ebc92ef\",\"edit\":\"6bc1c6a685\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=1007\\u0026action=edit\",\"meta\":false,\"authorName\":\"Netgen Support\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/profile.php\",\"uploadedToTitle\":\"The Barn\",\"uploadedToLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=948\\u0026action=edit\",\"filesizeInBytes\":1348989,\"filesizeHumanReadable\":\"1 MB\",\"context\":\"\",\"height\":667,\"width\":1000,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAAJDg5NmY0ZGUxLWE4MTgtNDY5NC1iODFhLTBmN2Q0ZDc5ZWFiNw-1-150x150.png\",\"orientation\":\"landscape\"},\"medium\":{\"height\":200,\"width\":300,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAAJDg5NmY0ZGUxLWE4MTgtNDY5NC1iODFhLTBmN2Q0ZDc5ZWFiNw-1-300x200.png\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAAJDg5NmY0ZGUxLWE4MTgtNDY5NC1iODFhLTBmN2Q0ZDc5ZWFiNw-1.png\",\"height\":667,\"width\":1000,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"backgroundPositionDesktop\":{\"x\":0.61,\"y\":0.52},\"backgroundSizeTablet\":\"cover\",\"backgroundSizeMobile\":\"cover\",\"backgroundColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"backgroundImageColor\":\"rgba(42,42,42,0.5)\",\"topPaddingDesktop\":220,\"bottomPaddingDesktop\":150,\"topPaddingTablet\":170,\"bottomPaddingTablet\":160,\"leftPaddingTablet\":30,\"rightPaddingTablet\":30,\"topPaddingMobile\":180,\"bottomPaddingMobile\":80,\"leftPaddingMobile\":20,\"rightPaddingMobile\":20,\"paddingLink\":false,\"variationSelected\":true,\"isBlockRootParent\":true,\"overlayType\":\"color\"} -->\n<div class=\"wp-block-uagb-container uagb-block-8d9ea487 alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/advanced-heading {\"block_id\":\"141af8ba\",\"classMigrate\":true,\"headingDescToggle\":true,\"headingColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"subHeadingColor\":\"var(\\u002d\\u002dast-global-color-4)\",\"headingTag\":\"h1\",\"headSpace\":20,\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"blockTopPadding\":0,\"blockRightPadding\":50,\"blockLeftPadding\":0,\"blockBottomPadding\":0,\"blockTopPaddingTablet\":0,\"blockRightPaddingTablet\":20,\"blockLeftPaddingTablet\":0,\"blockBottomPaddingTablet\":0,\"blockTopPaddingMobile\":0,\"blockRightPaddingMobile\":0,\"blockLeftPaddingMobile\":0,\"blockBottomPaddingMobile\":0,\"blockPaddingUnit\":\"%\",\"blockPaddingUnitTablet\":\"%\"} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-141af8ba\"><h1 class=\"uagb-heading-text\">Amenities &amp; Interests​</h1><p class=\"uagb-desc-text\">We do not give you just rooms to stay in. We give you an environment where you can experience the best while on a holiday with us. </p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:buttons -->\n<div class=\"wp-block-buttons\"><!-- wp:button -->\n<div class=\"wp-block-button\"><a class=\"wp-block-button__link wp-element-button\" href=\"https://book.nightsbridge.com/11065\" target=\"_blank\" rel=\"noreferrer noopener\">BOOK NOW</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"1295c134\",\"backgroundType\":\"color\",\"backgroundSizeTablet\":\"cover\",\"backgroundSizeMobile\":\"cover\",\"backgroundColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"topPaddingDesktop\":50,\"bottomPaddingDesktop\":100,\"topPaddingTablet\":50,\"bottomPaddingTablet\":25,\"leftPaddingTablet\":20,\"rightPaddingTablet\":20,\"topPaddingMobile\":50,\"bottomPaddingMobile\":20,\"leftPaddingMobile\":20,\"rightPaddingMobile\":20,\"paddingLink\":false,\"variationSelected\":true,\"rowGapDesktop\":0,\"isBlockRootParent\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-1295c134 alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/container {\"block_id\":\"190fd7d1\",\"directionDesktop\":\"row\",\"alignItemsTablet\":\"flex-start\",\"paddingLink\":false,\"topMarginDesktop\":50,\"bottomMarginDesktop\":20,\"leftMarginDesktop\":0,\"rightMarginDesktop\":0,\"marginLink\":false,\"variationSelected\":true,\"rowGapMobile\":65,\"columnGapDesktop\":48,\"columnGapTablet\":20} -->\n<div class=\"wp-block-uagb-container uagb-block-190fd7d1\"><!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"align\":\"center\",\"id\":828,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image aligncenter size-full\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Blue-Roan-pool.png\" alt=\"Blue Roan\'s rock pool\" class=\"wp-image-828\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>A relaxing rock Pool​</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>We have a lovely sparkling blue rock pool next to a thatched Lapa. &nbsp;&nbsp;Lie on recliners on the green lawn or sit on the swing chair in the Lapa and enjoy the panoramic view of the Magaliesberg mountain range.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":829,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/img-20160605-wa0002-largejpg.png\" alt=\"\" class=\"wp-image-829\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>Braai facilities </h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>What can compare to a burning fire under the star-lit African sky? Nothing beats the flavor of cooking over an open flame.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":830,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/ef9d0188da11e2bc56788f5619d9d539.png\" alt=\"\" class=\"wp-image-830\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>A games room </h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>The reception is also a games room for those who enjoy darts or playing pool. &nbsp;Take a selection of DVDs back to your room and watch movies on your own DVD player. &nbsp;There is also a selection of board games and music CDs that you can borrow.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"align\":\"center\",\"id\":1198,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image aligncenter size-full\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/eyJidWNrZXQiOiJhc3NldHMuYWxsdHJhaWxzLmNvbSIsImtleSI6InVwbG9hZHMvcGhvdG8vaW1hZ2UvNDMxNzk4MTAvYjZkYTAz-1.png\" alt=\"\" class=\"wp-image-1198\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>Walking or hiking </h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>There is a well-kept walking trail on our property with plenty of bird life and some benches along the way. &nbsp;It is safe for dogs to run off-leash as it is completely fenced all around. &nbsp;For those who enjoy long walks and hikes, it is safe to cross onto neighbouring farms and go as far as the eye can see.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":1185,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/49089607_1950305445047847_5177863042771189760_n.png\" alt=\"\" class=\"wp-image-1185\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>Mountain biking </h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Bring your mountain bikes and explore the surrounding countryside on safe off-road tracks on our property and on neighbouring farms.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":1196,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Michelle_1.png\" alt=\"\" class=\"wp-image-1196\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>Horse riding </h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Interested riders can book at one of the recommended horse-riding establishments listed further down this page.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"a23756d0\",\"innerContentWidth\":\"alignfull\",\"directionDesktop\":\"row\",\"wrapTablet\":\"wrap\",\"variationSelected\":true,\"rowGapTablet\":0,\"columnGapDesktop\":0,\"isBlockRootParent\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-a23756d0 alignfull uagb-is-root-container\"><!-- wp:uagb/container {\"block_id\":\"a628c4be\",\"widthDesktop\":25,\"widthTablet\":50,\"variationSelected\":true,\"widthSetByUser\":true,\"UAGHideMob\":true,\"UAGResponsiveConditions\":true} -->\n<div class=\"wp-block-uagb-container uag-hide-mob uagb-block-a628c4be\"><!-- wp:uagb/image {\"block_id\":\"5f21e704\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-18-1-1024x768.jpg\",\"id\":1208,\"linkDestination\":\"none\",\"width\":480,\"height\":500,\"naturalWidth\":1024,\"naturalHeight\":768,\"sizeSlug\":\"large\",\"sizeSlugTablet\":\"large\",\"sizeSlugMobile\":\"large\",\"customHeightSetDesktop\":true} -->\n<div class=\"wp-block-uagb-image uagb-block-5f21e704 wp-block-uagb-image--layout-default wp-block-uagb-image--effect-static wp-block-uagb-image--align-none\"><figure class=\"wp-block-uagb-image__figure\"><img srcset=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-18-1-1024x768.jpg \" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-18-1-1024x768.jpg\" alt=\"\" class=\"uag-image-1208\" width=\"480\" height=\"500\" title=\"\" loading=\"lazy\"/></figure></div>\n<!-- /wp:uagb/image --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"5da656a1\",\"widthDesktop\":25,\"widthTablet\":50,\"variationSelected\":true,\"widthSetByUser\":true,\"UAGHideMob\":true,\"UAGResponsiveConditions\":true} -->\n<div class=\"wp-block-uagb-container uag-hide-mob uagb-block-5da656a1\"><!-- wp:uagb/image {\"block_id\":\"2cd4b5e5\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Blue-Roan-pool-1.png\",\"id\":1210,\"linkDestination\":\"none\",\"width\":480,\"height\":500,\"naturalWidth\":370,\"naturalHeight\":440,\"sizeSlug\":\"full\",\"sizeSlugTablet\":\"full\",\"sizeSlugMobile\":\"full\",\"customHeightSetDesktop\":true} -->\n<div class=\"wp-block-uagb-image uagb-block-2cd4b5e5 wp-block-uagb-image--layout-default wp-block-uagb-image--effect-static wp-block-uagb-image--align-none\"><figure class=\"wp-block-uagb-image__figure\"><img srcset=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Blue-Roan-pool-1.png \" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Blue-Roan-pool-1.png\" alt=\"\" class=\"uag-image-1210\" width=\"480\" height=\"500\" title=\"\" loading=\"lazy\"/></figure></div>\n<!-- /wp:uagb/image --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"3e3383cb\",\"widthDesktop\":50,\"widthTablet\":100,\"variationSelected\":true,\"columnGapDesktop\":20,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-3e3383cb\"><!-- wp:uagb/image {\"block_id\":\"484a61e5\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/the-view-from-my-rooms-1024x768.jpg\",\"id\":1211,\"linkDestination\":\"none\",\"width\":960,\"height\":500,\"naturalWidth\":1024,\"naturalHeight\":768,\"sizeSlug\":\"large\",\"sizeSlugTablet\":\"large\",\"sizeSlugMobile\":\"large\",\"customHeightSetDesktop\":true} -->\n<div class=\"wp-block-uagb-image uagb-block-484a61e5 wp-block-uagb-image--layout-default wp-block-uagb-image--effect-static wp-block-uagb-image--align-none\"><figure class=\"wp-block-uagb-image__figure\"><img srcset=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/the-view-from-my-rooms-1024x768.jpg \" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/the-view-from-my-rooms-1024x768.jpg\" alt=\"\" class=\"uag-image-1211\" width=\"960\" height=\"500\" title=\"\" loading=\"lazy\"/></figure></div>\n<!-- /wp:uagb/image --></div>\n<!-- /wp:uagb/container --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"1ef98216\",\"innerContentWidth\":\"alignfull\",\"directionDesktop\":\"row\",\"wrapTablet\":\"wrap\",\"variationSelected\":true,\"rowGapTablet\":0,\"columnGapDesktop\":0,\"isBlockRootParent\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-1ef98216 alignfull uagb-is-root-container\"><!-- wp:uagb/container {\"block_id\":\"7a014697\",\"widthDesktop\":50,\"widthTablet\":100,\"variationSelected\":true,\"columnGapDesktop\":20,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-7a014697\"><!-- wp:uagb/image {\"block_id\":\"342ba203\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAAJDI0ZWY4NDc1LThjYjYtNDM3YS1iOTliLWNmOWQxYTJkMWU5MQ-1.png\",\"id\":1213,\"linkDestination\":\"none\",\"width\":960,\"height\":500,\"naturalWidth\":1000,\"naturalHeight\":667,\"sizeSlug\":\"full\",\"sizeSlugTablet\":\"full\",\"sizeSlugMobile\":\"full\",\"customHeightSetDesktop\":true} -->\n<div class=\"wp-block-uagb-image uagb-block-342ba203 wp-block-uagb-image--layout-default wp-block-uagb-image--effect-static wp-block-uagb-image--align-none\"><figure class=\"wp-block-uagb-image__figure\"><img srcset=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAAJDI0ZWY4NDc1LThjYjYtNDM3YS1iOTliLWNmOWQxYTJkMWU5MQ-1.png \" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAAJDI0ZWY4NDc1LThjYjYtNDM3YS1iOTliLWNmOWQxYTJkMWU5MQ-1.png\" alt=\"\" class=\"uag-image-1213\" width=\"960\" height=\"500\" title=\"\" loading=\"lazy\"/></figure></div>\n<!-- /wp:uagb/image --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"0bac08cf\",\"widthDesktop\":25,\"variationSelected\":true,\"widthSetByUser\":true,\"UAGHideMob\":true,\"UAGResponsiveConditions\":true} -->\n<div class=\"wp-block-uagb-container uag-hide-mob uagb-block-0bac08cf\"><!-- wp:uagb/image {\"block_id\":\"78075408\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/bird-1-1024x683.jpg\",\"id\":1215,\"linkDestination\":\"none\",\"width\":480,\"height\":500,\"naturalWidth\":1024,\"naturalHeight\":683,\"sizeSlug\":\"large\",\"sizeSlugTablet\":\"large\",\"sizeSlugMobile\":\"large\",\"customHeightSetDesktop\":true} -->\n<div class=\"wp-block-uagb-image uagb-block-78075408 wp-block-uagb-image--layout-default wp-block-uagb-image--effect-static wp-block-uagb-image--align-none\"><figure class=\"wp-block-uagb-image__figure\"><img srcset=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/bird-1-1024x683.jpg \" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/bird-1-1024x683.jpg\" alt=\"\" class=\"uag-image-1215\" width=\"480\" height=\"500\" title=\"\" loading=\"lazy\"/></figure></div>\n<!-- /wp:uagb/image --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"a555aa91\",\"widthDesktop\":25,\"variationSelected\":true,\"widthSetByUser\":true,\"UAGHideMob\":true,\"UAGResponsiveConditions\":true} -->\n<div class=\"wp-block-uagb-container uag-hide-mob uagb-block-a555aa91\"><!-- wp:uagb/image {\"block_id\":\"55c42c4b\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/two-happy-boxers-1024x768.jpg\",\"id\":1216,\"linkDestination\":\"none\",\"width\":480,\"height\":500,\"naturalWidth\":1024,\"naturalHeight\":768,\"sizeSlug\":\"large\",\"sizeSlugTablet\":\"large\",\"sizeSlugMobile\":\"large\",\"customHeightSetDesktop\":true} -->\n<div class=\"wp-block-uagb-image uagb-block-55c42c4b wp-block-uagb-image--layout-default wp-block-uagb-image--effect-static wp-block-uagb-image--align-none\"><figure class=\"wp-block-uagb-image__figure\"><img srcset=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/two-happy-boxers-1024x768.jpg \" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/two-happy-boxers-1024x768.jpg\" alt=\"\" class=\"uag-image-1216\" width=\"480\" height=\"500\" title=\"\" loading=\"lazy\"/></figure></div>\n<!-- /wp:uagb/image --></div>\n<!-- /wp:uagb/container --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"c465436b\",\"backgroundType\":\"color\",\"backgroundSizeTablet\":\"cover\",\"backgroundSizeMobile\":\"cover\",\"backgroundColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"topPaddingDesktop\":120,\"bottomPaddingDesktop\":120,\"topPaddingTablet\":80,\"bottomPaddingTablet\":80,\"leftPaddingTablet\":30,\"rightPaddingTablet\":30,\"topPaddingMobile\":80,\"bottomPaddingMobile\":80,\"leftPaddingMobile\":20,\"rightPaddingMobile\":20,\"paddingLink\":false,\"variationSelected\":true,\"rowGapDesktop\":0,\"rowGapTablet\":0,\"isBlockRootParent\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-c465436b alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/container {\"block_id\":\"ddc1a537\",\"directionDesktop\":\"row\",\"alignItemsDesktop\":\"flex-end\",\"alignItemsTablet\":\"flex-end\",\"justifyContentDesktop\":\"flex-end\",\"justifyContentTablet\":\"space-between\",\"variationSelected\":true,\"rowGapMobile\":30,\"columnGapDesktop\":0} -->\n<div class=\"wp-block-uagb-container uagb-block-ddc1a537\"><!-- wp:uagb/advanced-heading {\"block_id\":\"83c8eecc\",\"classMigrate\":true,\"headingDescToggle\":true,\"subHeadingColor\":\"\",\"headSpace\":20,\"subHeadFontSize\":16} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-83c8eecc\"><h2 class=\"uagb-heading-text\">Things to do in the area of Magaliesburg<br></h2><p class=\"uagb-desc-text\">Looking for more? Well, we believe that every guest walks into our lodge for the best experience. And, we are determined to do that.</p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/buttons {\"block_id\":\"97096274\",\"classMigrate\":true,\"childMigrate\":true,\"align\":\"right\",\"alignTablet\":\"right\",\"alignMobile\":\"left\",\"gap\":0} -->\n<div class=\"wp-block-uagb-buttons uagb-buttons__outer-wrap uagb-btn__default-btn uagb-btn-tablet__default-btn uagb-btn-mobile__default-btn uagb-block-97096274\"><div class=\"uagb-buttons__wrap uagb-buttons-layout-wrap\"><!-- wp:uagb/buttons-child {\"block_id\":\"2f974cde\",\"label\":\"Get Bookings\",\"link\":\"#\",\"hColor\":\"\",\"borderWidth\":\"\",\"borderRadius\":\"\",\"borderStyle\":\"\",\"borderColor\":\"\",\"borderHColor\":\"\",\"btnBorderTopWidth\":1,\"btnBorderLeftWidth\":1,\"btnBorderRightWidth\":1,\"btnBorderBottomWidth\":1,\"btnBorderTopLeftRadius\":2,\"btnBorderTopRightRadius\":2,\"btnBorderBottomLeftRadius\":2,\"btnBorderBottomRightRadius\":2,\"btnBorderStyle\":\"solid\",\"btnBorderColor\":\"#333\",\"btnBorderHColor\":\"#333\"} -->\n<div class=\"wp-block-uagb-buttons-child uagb-buttons__outer-wrap uagb-block-2f974cde wp-block-button is-style-outline\"><div class=\"uagb-button__wrapper\"><a class=\"uagb-buttons-repeater wp-block-button__link\" href=\"#\" rel=\"follow noopener\" target=\"_self\"><div class=\"uagb-button__link\">Get Bookings</div></a></div></div>\n<!-- /wp:uagb/buttons-child --></div></div>\n<!-- /wp:uagb/buttons --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"3676e658\",\"directionDesktop\":\"row\",\"alignItemsTablet\":\"flex-start\",\"paddingLink\":false,\"topMarginDesktop\":54,\"bottomMarginDesktop\":0,\"leftMarginDesktop\":0,\"rightMarginDesktop\":0,\"topMarginTablet\":30,\"bottomMarginTablet\":0,\"leftMarginTablet\":0,\"rightMarginTablet\":0,\"marginLink\":false,\"variationSelected\":true,\"rowGapMobile\":65,\"columnGapDesktop\":48,\"columnGapTablet\":20} -->\n<div class=\"wp-block-uagb-container uagb-block-3676e658\"><!-- wp:uagb/info-box {\"classMigrate\":true,\"headingAlign\":\"left\",\"headingColor\":\"\",\"subHeadingColor\":\"\",\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"source_type\":\"image\",\"block_id\":\"8122b486\",\"ctaTarget\":true,\"ctaType\":\"text\",\"ctaText\":\"READ MORE\",\"ctaLink\":\"https://www.sundowner.co.za/rooms/magalies-barbus-haven/\",\"ctaLinkColor\":\"var(\\u002d\\u002dast-global-color-0)\",\"ctaDecoration\":\"underline\",\"ctaFontSize\":12,\"ctaFontWeight\":\"600\",\"ctaLetterSpacing\":2,\"ctaBorderColor\":\"\",\"ctaBorderStyle\":\"\",\"ctaBorderWidth\":\"\",\"ctaBorderRadius\":\"\",\"iconBottomMargin\":30,\"iconImage\":{\"uploading\":false,\"date\":1671106052000,\"filename\":\"41b46e52d7427ea1f6f135454e9a012f.png\",\"menuOrder\":0,\"uploadedTo\":762,\"type\":\"image\",\"subtype\":\"png\",\"id\":1222,\"title\":\"41b46e52d7427ea1f6f135454e9a012f\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/41b46e52d7427ea1f6f135454e9a012f.png\",\"link\":\"https://blueroan.netgen.cloud/amenities/41b46e52d7427ea1f6f135454e9a012f/\",\"alt\":\"\",\"author\":\"2\",\"description\":\"\",\"caption\":\"\",\"name\":\"41b46e52d7427ea1f6f135454e9a012f\",\"status\":\"inherit\",\"modified\":1671106052000,\"mime\":\"image/png\",\"icon\":\"https://blueroan.netgen.cloud/wp-includes/images/media/default.png\",\"dateFormatted\":\"December 15, 2022\",\"nonces\":{\"update\":\"a33de4f0ef\",\"delete\":\"e6f9dee199\",\"edit\":\"6d436328bf\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=1222\\u0026action=edit\",\"meta\":false,\"authorName\":\"Netgen Support\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/profile.php\",\"uploadedToTitle\":\"Amenities\",\"uploadedToLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=762\\u0026action=edit\",\"filesizeInBytes\":326854,\"filesizeHumanReadable\":\"319 KB\",\"context\":\"\",\"height\":440,\"width\":370,\"orientation\":\"portrait\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/41b46e52d7427ea1f6f135454e9a012f-150x150.png\",\"orientation\":\"landscape\"},\"medium\":{\"height\":300,\"width\":252,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/41b46e52d7427ea1f6f135454e9a012f-252x300.png\",\"orientation\":\"portrait\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/41b46e52d7427ea1f6f135454e9a012f.png\",\"height\":440,\"width\":370,\"orientation\":\"portrait\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"imageSize\":\"full\",\"imageWidth\":100,\"imageWidthMobile\":100,\"imageWidthTablet\":100,\"paddingBtnTop\":10,\"paddingBtnBottom\":10,\"paddingBtnLeft\":14,\"paddingBtnRight\":14,\"imageWidthUnit\":\"%\",\"imageWidthUnitTablet\":\"%\",\"imageWidthUnitMobile\":\"%\",\"subHeadTopMargin\":0,\"subHeadRightMargin\":40,\"subHeadLeftMargin\":0,\"subHeadMarginTopTablet\":0,\"subHeadMarginRightTablet\":0,\"subHeadTabletSpace\":20,\"subHeadMarginLeftTablet\":0,\"imgTagHeight\":118,\"imgTagWidth\":370,\"btnBorderTopWidth\":1,\"btnBorderLeftWidth\":1,\"btnBorderRightWidth\":1,\"btnBorderBottomWidth\":1,\"btnBorderTopLeftRadius\":0,\"btnBorderTopRightRadius\":0,\"btnBorderBottomLeftRadius\":0,\"btnBorderBottomRightRadius\":0,\"btnBorderStyle\":\"solid\",\"btnBorderColor\":\"#333\"} -->\n<div class=\"wp-block-uagb-info-box uagb-block-8122b486 uagb-infobox__content-wrap  uagb-infobox-icon-above-title uagb-infobox-image-valign-top\"><div class=\"uagb-ifb-content\"><div class=\"uagb-ifb-image-content\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/41b46e52d7427ea1f6f135454e9a012f.png\" alt=\"\" width=\"100\" height=\"118\" loading=\"lazy\"/></div><div class=\"uagb-ifb-title-wrap\"><h3 class=\"uagb-ifb-title\">Fishing at Barbus Haven </h3></div><p class=\"uagb-ifb-desc\">The 2.5 hr Introductory fly fishing clinics cover the basic techniques required to fly fish effectively. Because of the specialized nature of the fly-fishing on the Magalies River (small stream techniques), we offer a Private small stream guided clinic for guests that ensure that they expand their knowledge as well as increase the enjoyment of their fishing experience.&nbsp;</p><div class=\"uagb-ifb-button-wrapper wp-block-button\"><a href=\"https://www.sundowner.co.za/rooms/magalies-barbus-haven/\" target=\"_blank\" class=\"uagb-infobox-cta-link\" rel=\"noopener noreferrer\" alt=\"\"><span class=\"uagb-inline-editing\">READ MORE</span><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M504.3 273.6l-112.1 104c-6.992 6.484-17.18 8.218-25.94 4.406c-8.758-3.812-14.42-12.45-14.42-21.1L351.9 288H32C14.33 288 .0002 273.7 .0002 255.1S14.33 224 32 224h319.9l0-72c0-9.547 5.66-18.19 14.42-22c8.754-3.809 18.95-2.075 25.94 4.41l112.1 104C514.6 247.9 514.6 264.1 504.3 273.6z\"></path></svg></a></div></div></div>\n<!-- /wp:uagb/info-box -->\n\n<!-- wp:uagb/info-box {\"classMigrate\":true,\"headingAlign\":\"left\",\"headingColor\":\"\",\"subHeadingColor\":\"\",\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"source_type\":\"image\",\"block_id\":\"37ccab0c\",\"ctaTarget\":true,\"ctaType\":\"text\",\"ctaText\":\"READ MORE\",\"ctaLink\":\"https://www.thekingfisherlodge.co.za/activities/\",\"ctaLinkColor\":\"var(\\u002d\\u002dast-global-color-0)\",\"ctaDecoration\":\"underline\",\"ctaFontSize\":12,\"ctaFontWeight\":\"600\",\"ctaLetterSpacing\":2,\"ctaBorderColor\":\"\",\"ctaBorderStyle\":\"\",\"ctaBorderWidth\":\"\",\"ctaBorderRadius\":\"\",\"iconBottomMargin\":30,\"iconImage\":{\"uploading\":false,\"date\":1671106415000,\"filename\":\"IMG-20180619-WA0004.png\",\"menuOrder\":0,\"uploadedTo\":762,\"type\":\"image\",\"subtype\":\"png\",\"id\":1225,\"title\":\"IMG-20180619-WA0004\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/IMG-20180619-WA0004.png\",\"link\":\"https://blueroan.netgen.cloud/amenities/img-20180619-wa0004/\",\"alt\":\"\",\"author\":\"2\",\"description\":\"\",\"caption\":\"\",\"name\":\"img-20180619-wa0004\",\"status\":\"inherit\",\"modified\":1671106415000,\"mime\":\"image/png\",\"icon\":\"https://blueroan.netgen.cloud/wp-includes/images/media/default.png\",\"dateFormatted\":\"December 15, 2022\",\"nonces\":{\"update\":\"e988b6351d\",\"delete\":\"5d512e9cd1\",\"edit\":\"3a331dfabd\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=1225\\u0026action=edit\",\"meta\":false,\"authorName\":\"Netgen Support\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/profile.php\",\"uploadedToTitle\":\"Amenities\",\"uploadedToLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=762\\u0026action=edit\",\"filesizeInBytes\":276116,\"filesizeHumanReadable\":\"270 KB\",\"context\":\"\",\"height\":440,\"width\":370,\"orientation\":\"portrait\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/IMG-20180619-WA0004-150x150.png\",\"orientation\":\"landscape\"},\"medium\":{\"height\":300,\"width\":252,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/IMG-20180619-WA0004-252x300.png\",\"orientation\":\"portrait\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/IMG-20180619-WA0004.png\",\"height\":440,\"width\":370,\"orientation\":\"portrait\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"imageSize\":\"full\",\"imageWidth\":100,\"imageWidthMobile\":100,\"imageWidthTablet\":100,\"paddingBtnTop\":10,\"paddingBtnBottom\":10,\"paddingBtnLeft\":14,\"paddingBtnRight\":14,\"imageWidthUnit\":\"%\",\"imageWidthUnitTablet\":\"%\",\"imageWidthUnitMobile\":\"%\",\"subHeadTopMargin\":0,\"subHeadRightMargin\":40,\"subHeadLeftMargin\":0,\"subHeadMarginTopTablet\":0,\"subHeadMarginRightTablet\":0,\"subHeadTabletSpace\":20,\"subHeadMarginLeftTablet\":0,\"imgTagHeight\":118,\"imgTagWidth\":370,\"btnBorderTopWidth\":1,\"btnBorderLeftWidth\":1,\"btnBorderRightWidth\":1,\"btnBorderBottomWidth\":1,\"btnBorderTopLeftRadius\":0,\"btnBorderTopRightRadius\":0,\"btnBorderBottomLeftRadius\":0,\"btnBorderBottomRightRadius\":0,\"btnBorderStyle\":\"solid\",\"btnBorderColor\":\"#333\"} -->\n<div class=\"wp-block-uagb-info-box uagb-block-37ccab0c uagb-infobox__content-wrap  uagb-infobox-icon-above-title uagb-infobox-image-valign-top\"><div class=\"uagb-ifb-content\"><div class=\"uagb-ifb-image-content\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/IMG-20180619-WA0004.png\" alt=\"\" width=\"100\" height=\"118\" loading=\"lazy\"/></div><div class=\"uagb-ifb-title-wrap\"><h3 class=\"uagb-ifb-title\">Fishing at Kingfisher </h3></div><p class=\"uagb-ifb-desc\">Opportunity to fish for Rainbow Trout or the elusive Brown Trout. Kingfisher offers rod hires at their venue. <br></p><div class=\"uagb-ifb-button-wrapper wp-block-button\"><a href=\"https://www.thekingfisherlodge.co.za/activities/\" target=\"_blank\" class=\"uagb-infobox-cta-link\" rel=\"noopener noreferrer\" alt=\"\"><span class=\"uagb-inline-editing\">READ MORE</span><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M504.3 273.6l-112.1 104c-6.992 6.484-17.18 8.218-25.94 4.406c-8.758-3.812-14.42-12.45-14.42-21.1L351.9 288H32C14.33 288 .0002 273.7 .0002 255.1S14.33 224 32 224h319.9l0-72c0-9.547 5.66-18.19 14.42-22c8.754-3.809 18.95-2.075 25.94 4.41l112.1 104C514.6 247.9 514.6 264.1 504.3 273.6z\"></path></svg></a></div></div></div>\n<!-- /wp:uagb/info-box -->\n\n<!-- wp:uagb/info-box {\"classMigrate\":true,\"headingAlign\":\"left\",\"headingColor\":\"\",\"subHeadingColor\":\"\",\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"source_type\":\"image\",\"block_id\":\"c31d2e99\",\"ctaType\":\"text\",\"ctaText\":\"READ MORE\",\"ctaLinkColor\":\"var(\\u002d\\u002dast-global-color-0)\",\"ctaDecoration\":\"underline\",\"ctaFontSize\":12,\"ctaFontWeight\":\"600\",\"ctaLetterSpacing\":2,\"ctaBorderColor\":\"\",\"ctaBorderStyle\":\"\",\"ctaBorderWidth\":\"\",\"ctaBorderRadius\":\"\",\"iconBottomMargin\":30,\"iconImage\":{\"id\":241,\"title\":\"beach\",\"filename\":\"beach.jpg\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/beach.jpg\",\"link\":\"https://blueroan.netgen.cloud/beach/\",\"alt\":\"\",\"author\":\"34\",\"description\":\"\",\"caption\":\"\",\"name\":\"beach\",\"status\":\"inherit\",\"uploadedTo\":0,\"date\":\"2021-05-11T10:56:06.000Z\",\"modified\":\"2021-05-11T10:56:06.000Z\",\"menuOrder\":0,\"mime\":\"image/jpeg\",\"type\":\"image\",\"subtype\":\"jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/default.png\",\"dateFormatted\":\"May 11, 2021\",\"nonces\":{\"update\":\"65c348aac8\",\"delete\":\"6d551f7cf4\",\"edit\":\"026ca70d91\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=241\\u0026action=edit\",\"meta\":false,\"authorName\":\"Rishabh\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/user-edit.php?user_id=34\",\"filesizeInBytes\":38094,\"filesizeHumanReadable\":\"37 KB\",\"context\":\"\",\"height\":440,\"width\":370,\"orientation\":\"portrait\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/beach-150x150.jpg\",\"orientation\":\"landscape\"},\"medium\":{\"height\":300,\"width\":252,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/beach-252x300-1.jpg\",\"orientation\":\"portrait\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/beach.jpg\",\"height\":440,\"width\":370,\"orientation\":\"portrait\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"imageSize\":\"full\",\"imageWidth\":100,\"imageWidthMobile\":100,\"imageWidthTablet\":100,\"paddingBtnTop\":10,\"paddingBtnBottom\":10,\"paddingBtnLeft\":14,\"paddingBtnRight\":14,\"imageWidthUnit\":\"%\",\"imageWidthUnitTablet\":\"%\",\"imageWidthUnitMobile\":\"%\",\"subHeadTopMargin\":0,\"subHeadRightMargin\":40,\"subHeadLeftMargin\":0,\"subHeadMarginTopTablet\":0,\"subHeadMarginRightTablet\":0,\"subHeadTabletSpace\":20,\"subHeadMarginLeftTablet\":0,\"imgTagHeight\":118,\"imgTagWidth\":370,\"btnBorderTopWidth\":1,\"btnBorderLeftWidth\":1,\"btnBorderRightWidth\":1,\"btnBorderBottomWidth\":1,\"btnBorderTopLeftRadius\":0,\"btnBorderTopRightRadius\":0,\"btnBorderBottomLeftRadius\":0,\"btnBorderBottomRightRadius\":0,\"btnBorderStyle\":\"solid\",\"btnBorderColor\":\"#333\"} -->\n<div class=\"wp-block-uagb-info-box uagb-block-c31d2e99 uagb-infobox__content-wrap  uagb-infobox-icon-above-title uagb-infobox-image-valign-top\"><div class=\"uagb-ifb-content\"><div class=\"uagb-ifb-image-content\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/beach.jpg\" alt=\"\" width=\"100\" height=\"118\" loading=\"lazy\"/></div><div class=\"uagb-ifb-title-wrap\"><h3 class=\"uagb-ifb-title\">Private Beach​</h3></div><p class=\"uagb-ifb-desc\">Want to take a dip into the sea? All our guests get complimentary access to our private beach.</p><div class=\"uagb-ifb-button-wrapper wp-block-button\"><a href=\"\" target=\"_self\" class=\"uagb-infobox-cta-link uagb-disable-link\" rel=\"noopener noreferrer\" alt=\"\"><span class=\"uagb-inline-editing\">READ MORE</span><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M504.3 273.6l-112.1 104c-6.992 6.484-17.18 8.218-25.94 4.406c-8.758-3.812-14.42-12.45-14.42-21.1L351.9 288H32C14.33 288 .0002 273.7 .0002 255.1S14.33 224 32 224h319.9l0-72c0-9.547 5.66-18.19 14.42-22c8.754-3.809 18.95-2.075 25.94 4.41l112.1 104C514.6 247.9 514.6 264.1 504.3 273.6z\"></path></svg></a></div></div></div>\n<!-- /wp:uagb/info-box --></div>\n<!-- /wp:uagb/container --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"7ae81941\",\"innerContentCustomWidthDesktop\":781,\"innerContentCustomWidthTablet\":781,\"backgroundType\":\"image\",\"backgroundImageDesktop\":{\"id\":54,\"title\":\"background-img\",\"filename\":\"background-img-1.jpg\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/background-img-1.jpg\",\"link\":\"https://blueroan.netgen.cloud/background-img-2/\",\"alt\":\"\",\"author\":\"34\",\"description\":\"\",\"caption\":\"\",\"name\":\"background-img-2\",\"status\":\"inherit\",\"uploadedTo\":0,\"date\":\"2021-05-07T10:11:37.000Z\",\"modified\":\"2021-05-07T10:11:37.000Z\",\"menuOrder\":0,\"mime\":\"image/jpeg\",\"type\":\"image\",\"subtype\":\"jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/default.png\",\"dateFormatted\":\"May 7, 2021\",\"nonces\":{\"update\":\"bb999636b9\",\"delete\":\"d2e1375bc4\",\"edit\":\"005dd2f0c9\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=54\\u0026action=edit\",\"meta\":false,\"authorName\":\"Rishabh\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/user-edit.php?user_id=34\",\"filesizeInBytes\":338858,\"filesizeHumanReadable\":\"331 KB\",\"context\":\"\",\"height\":1080,\"width\":1920,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/background-img-1-150x150.jpg\",\"orientation\":\"landscape\"},\"medium\":{\"height\":169,\"width\":300,\"url\":\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/background-img-1-300x169.jpg\",\"orientation\":\"landscape\"},\"large\":{\"height\":576,\"width\":1024,\"url\":\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/background-img-1-1024x576.jpg\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/background-img-1.jpg\",\"height\":1080,\"width\":1920,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"backgroundImageColor\":\"rgba(42,42,42,0.65)\",\"topPaddingDesktop\":144,\"bottomPaddingDesktop\":144,\"leftPaddingDesktop\":40,\"rightPaddingDesktop\":40,\"topPaddingTablet\":80,\"bottomPaddingTablet\":80,\"leftPaddingTablet\":40,\"rightPaddingTablet\":40,\"topPaddingMobile\":64,\"bottomPaddingMobile\":64,\"leftPaddingMobile\":24,\"rightPaddingMobile\":24,\"paddingLink\":false,\"variationSelected\":true,\"isBlockRootParent\":true,\"overlayType\":\"color\"} -->\n<div class=\"wp-block-uagb-container uagb-block-7ae81941 alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/advanced-heading {\"block_id\":\"af5f2297\",\"classMigrate\":true,\"headingDescToggle\":true,\"headingAlign\":\"center\",\"headingColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"subHeadingColor\":\"var(\\u002d\\u002dast-global-color-4)\",\"headSpace\":20} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-af5f2297\"><h2 class=\"uagb-heading-text\">Plan an Unforgettable Experience in Mykonos Today!</h2><p class=\"uagb-desc-text\">We can help you fit your stay and experience within your allotted budget.</p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/advanced-heading {\"block_id\":\"74267c1a\",\"classMigrate\":true,\"headingTitleToggle\":false,\"headingDescToggle\":true,\"headingAlign\":\"center\",\"subHeadingColor\":\"var(\\u002d\\u002dast-global-color-4)\",\"subHeadTransform\":\"uppercase\",\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"subHeadLetterSpacing\":2,\"blockTopPadding\":60,\"blockRightPadding\":0,\"blockLeftPadding\":0,\"blockBottomPadding\":0,\"blockTopPaddingMobile\":30,\"blockRightPaddingMobile\":0,\"blockLeftPaddingMobile\":0,\"blockBottomPaddingMobile\":0} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-74267c1a\"><p class=\"uagb-desc-text\">BOOK YOUR STAY NOW​</p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/icon-list {\"block_id\":\"d42dfa2e\",\"classMigrate\":true,\"childMigrate\":true,\"align\":\"center\",\"parentIcon\":\"phone\",\"size\":40,\"sizeMobile\":24,\"sizeTablet\":32,\"fontSize\":48,\"fontSizeMobile\":28,\"fontSizeTablet\":40,\"fontWeight\":\"600\",\"iconColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"labelColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"blockTopPadding\":0,\"blockRightPadding\":0,\"blockLeftPadding\":0,\"blockBottomPadding\":24,\"blockPaddingLink\":false} -->\n<div class=\"wp-block-uagb-icon-list uagb-block-d42dfa2e\"><div class=\"uagb-icon-list__wrap\"><!-- wp:uagb/icon-list-child {\"block_id\":\"04effebf\",\"label\":\"+1-123 456 7890​\",\"label_color\":\"\",\"fromParentIcon\":\"phone\",\"imageSizeChild\":40} -->\n<div class=\"wp-block-uagb-icon-list-child uagb-block-04effebf\"><span class=\"uagb-icon-list__source-wrap\"><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M511.2 387l-23.25 100.8c-3.266 14.25-15.79 24.22-30.46 24.22C205.2 512 0 306.8 0 54.5c0-14.66 9.969-27.2 24.22-30.45l100.8-23.25C139.7-2.602 154.7 5.018 160.8 18.92l46.52 108.5c5.438 12.78 1.77 27.67-8.98 36.45L144.5 207.1c33.98 69.22 90.26 125.5 159.5 159.5l44.08-53.8c8.688-10.78 23.69-14.51 36.47-8.975l108.5 46.51C506.1 357.2 514.6 372.4 511.2 387z\"></path></svg></span><span class=\"uagb-icon-list__label\">+1-123 456 7890​</span></div>\n<!-- /wp:uagb/icon-list-child --></div></div>\n<!-- /wp:uagb/icon-list --></div></div>\n<!-- /wp:uagb/container -->',	'Amenities',	'',	'inherit',	'closed',	'closed',	'',	'762-revision-v1',	'',	'',	'2022-12-15 12:13:49',	'2022-12-15 12:13:49',	'',	762,	'https://blueroan.netgen.cloud/?p=1226',	0,	'revision',	'',	0),
(1228,	2,	'2022-12-15 12:15:18',	'2022-12-15 12:15:18',	'<!-- wp:uagb/container {\"block_id\":\"a3724bf9\",\"backgroundType\":\"image\",\"backgroundImageDesktop\":{\"id\":1007,\"title\":\"AAEAAQAAAAAAAAAAAAAAJDg5NmY0ZGUxLWE4MTgtNDY5NC1iODFhLTBmN2Q0ZDc5ZWFiNw-1\",\"filename\":\"AAEAAQAAAAAAAAAAAAAAJDg5NmY0ZGUxLWE4MTgtNDY5NC1iODFhLTBmN2Q0ZDc5ZWFiNw-1.png\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAAJDg5NmY0ZGUxLWE4MTgtNDY5NC1iODFhLTBmN2Q0ZDc5ZWFiNw-1.png\",\"link\":\"https://blueroan.netgen.cloud/the-barn/aaeaaqaaaaaaaaaaaaaajdg5nmy0zguxlwe4mtgtndy5nc1iodfhltbmn2q0zdc5zwfinw-1/\",\"alt\":\"\",\"author\":\"2\",\"description\":\"\",\"caption\":\"\",\"name\":\"aaeaaqaaaaaaaaaaaaaajdg5nmy0zguxlwe4mtgtndy5nc1iodfhltbmn2q0zdc5zwfinw-1\",\"status\":\"inherit\",\"uploadedTo\":948,\"date\":\"2022-12-14T10:50:25.000Z\",\"modified\":\"2022-12-14T10:50:25.000Z\",\"menuOrder\":0,\"mime\":\"image/png\",\"type\":\"image\",\"subtype\":\"png\",\"icon\":\"https://blueroan.netgen.cloud/wp-includes/images/media/default.png\",\"dateFormatted\":\"December 14, 2022\",\"nonces\":{\"update\":\"483f8bdf3d\",\"delete\":\"0a7ebc92ef\",\"edit\":\"6bc1c6a685\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=1007\\u0026action=edit\",\"meta\":false,\"authorName\":\"Netgen Support\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/profile.php\",\"uploadedToTitle\":\"The Barn\",\"uploadedToLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=948\\u0026action=edit\",\"filesizeInBytes\":1348989,\"filesizeHumanReadable\":\"1 MB\",\"context\":\"\",\"height\":667,\"width\":1000,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAAJDg5NmY0ZGUxLWE4MTgtNDY5NC1iODFhLTBmN2Q0ZDc5ZWFiNw-1-150x150.png\",\"orientation\":\"landscape\"},\"medium\":{\"height\":200,\"width\":300,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAAJDg5NmY0ZGUxLWE4MTgtNDY5NC1iODFhLTBmN2Q0ZDc5ZWFiNw-1-300x200.png\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAAJDg5NmY0ZGUxLWE4MTgtNDY5NC1iODFhLTBmN2Q0ZDc5ZWFiNw-1.png\",\"height\":667,\"width\":1000,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"backgroundPositionDesktop\":{\"x\":0.61,\"y\":0.52},\"backgroundSizeTablet\":\"cover\",\"backgroundSizeMobile\":\"cover\",\"backgroundColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"backgroundImageColor\":\"rgba(42,42,42,0.5)\",\"topPaddingDesktop\":220,\"bottomPaddingDesktop\":150,\"topPaddingTablet\":170,\"bottomPaddingTablet\":160,\"leftPaddingTablet\":30,\"rightPaddingTablet\":30,\"topPaddingMobile\":180,\"bottomPaddingMobile\":80,\"leftPaddingMobile\":20,\"rightPaddingMobile\":20,\"paddingLink\":false,\"variationSelected\":true,\"isBlockRootParent\":true,\"overlayType\":\"color\"} -->\n<div class=\"wp-block-uagb-container uagb-block-a3724bf9 alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/advanced-heading {\"block_id\":\"917ef186\",\"classMigrate\":true,\"headingDescToggle\":true,\"headingColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"subHeadingColor\":\"var(\\u002d\\u002dast-global-color-4)\",\"headingTag\":\"h1\",\"headSpace\":20,\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"blockTopPadding\":0,\"blockRightPadding\":50,\"blockLeftPadding\":0,\"blockBottomPadding\":0,\"blockTopPaddingTablet\":0,\"blockRightPaddingTablet\":20,\"blockLeftPaddingTablet\":0,\"blockBottomPaddingTablet\":0,\"blockTopPaddingMobile\":0,\"blockRightPaddingMobile\":0,\"blockLeftPaddingMobile\":0,\"blockBottomPaddingMobile\":0,\"blockPaddingUnit\":\"%\",\"blockPaddingUnitTablet\":\"%\"} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-917ef186\"><h1 class=\"uagb-heading-text\">Amenities &amp; Interests​</h1><p class=\"uagb-desc-text\">We do not give you just rooms to stay in. We give you an environment where you can experience the best while on a holiday with us. </p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:buttons -->\n<div class=\"wp-block-buttons\"><!-- wp:button -->\n<div class=\"wp-block-button\"><a class=\"wp-block-button__link wp-element-button\" href=\"https://book.nightsbridge.com/11065\" target=\"_blank\" rel=\"noreferrer noopener\">BOOK NOW</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"8eab1a3b\",\"backgroundType\":\"color\",\"backgroundSizeTablet\":\"cover\",\"backgroundSizeMobile\":\"cover\",\"backgroundColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"topPaddingDesktop\":50,\"bottomPaddingDesktop\":100,\"topPaddingTablet\":50,\"bottomPaddingTablet\":25,\"leftPaddingTablet\":20,\"rightPaddingTablet\":20,\"topPaddingMobile\":50,\"bottomPaddingMobile\":20,\"leftPaddingMobile\":20,\"rightPaddingMobile\":20,\"paddingLink\":false,\"variationSelected\":true,\"rowGapDesktop\":0,\"isBlockRootParent\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-8eab1a3b alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/container {\"block_id\":\"453ad1eb\",\"directionDesktop\":\"row\",\"alignItemsTablet\":\"flex-start\",\"paddingLink\":false,\"topMarginDesktop\":50,\"bottomMarginDesktop\":20,\"leftMarginDesktop\":0,\"rightMarginDesktop\":0,\"marginLink\":false,\"variationSelected\":true,\"rowGapMobile\":65,\"columnGapDesktop\":48,\"columnGapTablet\":20} -->\n<div class=\"wp-block-uagb-container uagb-block-453ad1eb\"><!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"align\":\"center\",\"id\":828,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image aligncenter size-full\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Blue-Roan-pool.png\" alt=\"Blue Roan\'s rock pool\" class=\"wp-image-828\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>A relaxing rock Pool​</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>We have a lovely sparkling blue rock pool next to a thatched Lapa. &nbsp;&nbsp;Lie on recliners on the green lawn or sit on the swing chair in the Lapa and enjoy the panoramic view of the Magaliesberg mountain range.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":829,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/img-20160605-wa0002-largejpg.png\" alt=\"\" class=\"wp-image-829\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>Braai facilities </h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>What can compare to a burning fire under the star-lit African sky? Nothing beats the flavor of cooking over an open flame.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":830,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/ef9d0188da11e2bc56788f5619d9d539.png\" alt=\"\" class=\"wp-image-830\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>A games room </h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>The reception is also a games room for those who enjoy darts or playing pool. &nbsp;Take a selection of DVDs back to your room and watch movies on your own DVD player. &nbsp;There is also a selection of board games and music CDs that you can borrow.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"align\":\"center\",\"id\":1198,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image aligncenter size-full\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/eyJidWNrZXQiOiJhc3NldHMuYWxsdHJhaWxzLmNvbSIsImtleSI6InVwbG9hZHMvcGhvdG8vaW1hZ2UvNDMxNzk4MTAvYjZkYTAz-1.png\" alt=\"\" class=\"wp-image-1198\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>Walking or hiking </h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>There is a well-kept walking trail on our property with plenty of bird life and some benches along the way. &nbsp;It is safe for dogs to run off-leash as it is completely fenced all around. &nbsp;For those who enjoy long walks and hikes, it is safe to cross onto neighbouring farms and go as far as the eye can see.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":1185,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/49089607_1950305445047847_5177863042771189760_n.png\" alt=\"\" class=\"wp-image-1185\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>Mountain biking </h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Bring your mountain bikes and explore the surrounding countryside on safe off-road tracks on our property and on neighbouring farms.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":1196,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Michelle_1.png\" alt=\"\" class=\"wp-image-1196\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>Horse riding </h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Interested riders can book at one of the recommended horse-riding establishments listed further down this page.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"832be4bc\",\"innerContentWidth\":\"alignfull\",\"directionDesktop\":\"row\",\"wrapTablet\":\"wrap\",\"variationSelected\":true,\"rowGapTablet\":0,\"columnGapDesktop\":0,\"isBlockRootParent\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-832be4bc alignfull uagb-is-root-container\"><!-- wp:uagb/container {\"block_id\":\"46192dcb\",\"widthDesktop\":25,\"widthTablet\":50,\"variationSelected\":true,\"widthSetByUser\":true,\"UAGHideMob\":true,\"UAGResponsiveConditions\":true} -->\n<div class=\"wp-block-uagb-container uag-hide-mob uagb-block-46192dcb\"><!-- wp:uagb/image {\"block_id\":\"7004ef61\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-18-1-1024x768.jpg\",\"id\":1208,\"linkDestination\":\"none\",\"width\":480,\"height\":500,\"naturalWidth\":1024,\"naturalHeight\":768,\"sizeSlug\":\"large\",\"sizeSlugTablet\":\"large\",\"sizeSlugMobile\":\"large\",\"customHeightSetDesktop\":true} -->\n<div class=\"wp-block-uagb-image uagb-block-7004ef61 wp-block-uagb-image--layout-default wp-block-uagb-image--effect-static wp-block-uagb-image--align-none\"><figure class=\"wp-block-uagb-image__figure\"><img srcset=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-18-1-1024x768.jpg \" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-18-1-1024x768.jpg\" alt=\"\" class=\"uag-image-1208\" width=\"480\" height=\"500\" title=\"\" loading=\"lazy\"/></figure></div>\n<!-- /wp:uagb/image --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"23000c42\",\"widthDesktop\":25,\"widthTablet\":50,\"variationSelected\":true,\"widthSetByUser\":true,\"UAGHideMob\":true,\"UAGResponsiveConditions\":true} -->\n<div class=\"wp-block-uagb-container uag-hide-mob uagb-block-23000c42\"><!-- wp:uagb/image {\"block_id\":\"c82e4bbb\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Blue-Roan-pool-1.png\",\"id\":1210,\"linkDestination\":\"none\",\"width\":480,\"height\":500,\"naturalWidth\":370,\"naturalHeight\":440,\"sizeSlug\":\"full\",\"sizeSlugTablet\":\"full\",\"sizeSlugMobile\":\"full\",\"customHeightSetDesktop\":true} -->\n<div class=\"wp-block-uagb-image uagb-block-c82e4bbb wp-block-uagb-image--layout-default wp-block-uagb-image--effect-static wp-block-uagb-image--align-none\"><figure class=\"wp-block-uagb-image__figure\"><img srcset=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Blue-Roan-pool-1.png \" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Blue-Roan-pool-1.png\" alt=\"\" class=\"uag-image-1210\" width=\"480\" height=\"500\" title=\"\" loading=\"lazy\"/></figure></div>\n<!-- /wp:uagb/image --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"b5ec4faa\",\"widthDesktop\":50,\"widthTablet\":100,\"variationSelected\":true,\"columnGapDesktop\":20,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-b5ec4faa\"><!-- wp:uagb/image {\"block_id\":\"6285c72c\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/the-view-from-my-rooms-1024x768.jpg\",\"id\":1211,\"linkDestination\":\"none\",\"width\":960,\"height\":500,\"naturalWidth\":1024,\"naturalHeight\":768,\"sizeSlug\":\"large\",\"sizeSlugTablet\":\"large\",\"sizeSlugMobile\":\"large\",\"customHeightSetDesktop\":true} -->\n<div class=\"wp-block-uagb-image uagb-block-6285c72c wp-block-uagb-image--layout-default wp-block-uagb-image--effect-static wp-block-uagb-image--align-none\"><figure class=\"wp-block-uagb-image__figure\"><img srcset=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/the-view-from-my-rooms-1024x768.jpg \" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/the-view-from-my-rooms-1024x768.jpg\" alt=\"\" class=\"uag-image-1211\" width=\"960\" height=\"500\" title=\"\" loading=\"lazy\"/></figure></div>\n<!-- /wp:uagb/image --></div>\n<!-- /wp:uagb/container --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"4d0f1d3f\",\"innerContentWidth\":\"alignfull\",\"directionDesktop\":\"row\",\"wrapTablet\":\"wrap\",\"variationSelected\":true,\"rowGapTablet\":0,\"columnGapDesktop\":0,\"isBlockRootParent\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-4d0f1d3f alignfull uagb-is-root-container\"><!-- wp:uagb/container {\"block_id\":\"b262eb66\",\"widthDesktop\":50,\"widthTablet\":100,\"variationSelected\":true,\"columnGapDesktop\":20,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-b262eb66\"><!-- wp:uagb/image {\"block_id\":\"045ae270\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAAJDI0ZWY4NDc1LThjYjYtNDM3YS1iOTliLWNmOWQxYTJkMWU5MQ-1.png\",\"id\":1213,\"linkDestination\":\"none\",\"width\":960,\"height\":500,\"naturalWidth\":1000,\"naturalHeight\":667,\"sizeSlug\":\"full\",\"sizeSlugTablet\":\"full\",\"sizeSlugMobile\":\"full\",\"customHeightSetDesktop\":true} -->\n<div class=\"wp-block-uagb-image uagb-block-045ae270 wp-block-uagb-image--layout-default wp-block-uagb-image--effect-static wp-block-uagb-image--align-none\"><figure class=\"wp-block-uagb-image__figure\"><img srcset=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAAJDI0ZWY4NDc1LThjYjYtNDM3YS1iOTliLWNmOWQxYTJkMWU5MQ-1.png \" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAAJDI0ZWY4NDc1LThjYjYtNDM3YS1iOTliLWNmOWQxYTJkMWU5MQ-1.png\" alt=\"\" class=\"uag-image-1213\" width=\"960\" height=\"500\" title=\"\" loading=\"lazy\"/></figure></div>\n<!-- /wp:uagb/image --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"da3fab49\",\"widthDesktop\":25,\"variationSelected\":true,\"widthSetByUser\":true,\"UAGHideMob\":true,\"UAGResponsiveConditions\":true} -->\n<div class=\"wp-block-uagb-container uag-hide-mob uagb-block-da3fab49\"><!-- wp:uagb/image {\"block_id\":\"e0c507fa\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/bird-1-1024x683.jpg\",\"id\":1215,\"linkDestination\":\"none\",\"width\":480,\"height\":500,\"naturalWidth\":1024,\"naturalHeight\":683,\"sizeSlug\":\"large\",\"sizeSlugTablet\":\"large\",\"sizeSlugMobile\":\"large\",\"customHeightSetDesktop\":true} -->\n<div class=\"wp-block-uagb-image uagb-block-e0c507fa wp-block-uagb-image--layout-default wp-block-uagb-image--effect-static wp-block-uagb-image--align-none\"><figure class=\"wp-block-uagb-image__figure\"><img srcset=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/bird-1-1024x683.jpg \" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/bird-1-1024x683.jpg\" alt=\"\" class=\"uag-image-1215\" width=\"480\" height=\"500\" title=\"\" loading=\"lazy\"/></figure></div>\n<!-- /wp:uagb/image --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"725fe771\",\"widthDesktop\":25,\"variationSelected\":true,\"widthSetByUser\":true,\"UAGHideMob\":true,\"UAGResponsiveConditions\":true} -->\n<div class=\"wp-block-uagb-container uag-hide-mob uagb-block-725fe771\"><!-- wp:uagb/image {\"block_id\":\"883166f8\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/two-happy-boxers-1024x768.jpg\",\"id\":1216,\"linkDestination\":\"none\",\"width\":480,\"height\":500,\"naturalWidth\":1024,\"naturalHeight\":768,\"sizeSlug\":\"large\",\"sizeSlugTablet\":\"large\",\"sizeSlugMobile\":\"large\",\"customHeightSetDesktop\":true} -->\n<div class=\"wp-block-uagb-image uagb-block-883166f8 wp-block-uagb-image--layout-default wp-block-uagb-image--effect-static wp-block-uagb-image--align-none\"><figure class=\"wp-block-uagb-image__figure\"><img srcset=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/two-happy-boxers-1024x768.jpg \" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/two-happy-boxers-1024x768.jpg\" alt=\"\" class=\"uag-image-1216\" width=\"480\" height=\"500\" title=\"\" loading=\"lazy\"/></figure></div>\n<!-- /wp:uagb/image --></div>\n<!-- /wp:uagb/container --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"b9b3925d\",\"backgroundType\":\"color\",\"backgroundSizeTablet\":\"cover\",\"backgroundSizeMobile\":\"cover\",\"backgroundColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"topPaddingDesktop\":120,\"bottomPaddingDesktop\":120,\"topPaddingTablet\":80,\"bottomPaddingTablet\":80,\"leftPaddingTablet\":30,\"rightPaddingTablet\":30,\"topPaddingMobile\":80,\"bottomPaddingMobile\":80,\"leftPaddingMobile\":20,\"rightPaddingMobile\":20,\"paddingLink\":false,\"variationSelected\":true,\"rowGapDesktop\":0,\"rowGapTablet\":0,\"isBlockRootParent\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-b9b3925d alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/container {\"block_id\":\"271b9e81\",\"directionDesktop\":\"row\",\"alignItemsDesktop\":\"flex-end\",\"alignItemsTablet\":\"flex-end\",\"justifyContentDesktop\":\"flex-end\",\"justifyContentTablet\":\"space-between\",\"variationSelected\":true,\"rowGapMobile\":30,\"columnGapDesktop\":0} -->\n<div class=\"wp-block-uagb-container uagb-block-271b9e81\"><!-- wp:uagb/advanced-heading {\"block_id\":\"4699449b\",\"classMigrate\":true,\"headingDescToggle\":true,\"subHeadingColor\":\"\",\"headSpace\":20,\"subHeadFontSize\":16} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-4699449b\"><h2 class=\"uagb-heading-text\">Things to do in the area of Magaliesburg<br></h2><p class=\"uagb-desc-text\">Looking for more? Well, we believe that every guest walks into our lodge for the best experience. And, we are determined to do that.</p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/buttons {\"block_id\":\"783322bc\",\"classMigrate\":true,\"childMigrate\":true,\"align\":\"right\",\"alignTablet\":\"right\",\"alignMobile\":\"left\",\"gap\":0} -->\n<div class=\"wp-block-uagb-buttons uagb-buttons__outer-wrap uagb-btn__default-btn uagb-btn-tablet__default-btn uagb-btn-mobile__default-btn uagb-block-783322bc\"><div class=\"uagb-buttons__wrap uagb-buttons-layout-wrap\"><!-- wp:uagb/buttons-child {\"block_id\":\"f679e077\",\"label\":\"Get Bookings\",\"link\":\"#\",\"hColor\":\"\",\"borderWidth\":\"\",\"borderRadius\":\"\",\"borderStyle\":\"\",\"borderColor\":\"\",\"borderHColor\":\"\",\"btnBorderTopWidth\":1,\"btnBorderLeftWidth\":1,\"btnBorderRightWidth\":1,\"btnBorderBottomWidth\":1,\"btnBorderTopLeftRadius\":2,\"btnBorderTopRightRadius\":2,\"btnBorderBottomLeftRadius\":2,\"btnBorderBottomRightRadius\":2,\"btnBorderStyle\":\"solid\",\"btnBorderColor\":\"#333\",\"btnBorderHColor\":\"#333\"} -->\n<div class=\"wp-block-uagb-buttons-child uagb-buttons__outer-wrap uagb-block-f679e077 wp-block-button is-style-outline\"><div class=\"uagb-button__wrapper\"><a class=\"uagb-buttons-repeater wp-block-button__link\" href=\"#\" rel=\"follow noopener\" target=\"_self\"><div class=\"uagb-button__link\">Get Bookings</div></a></div></div>\n<!-- /wp:uagb/buttons-child --></div></div>\n<!-- /wp:uagb/buttons --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"507eb2fd\",\"directionDesktop\":\"row\",\"alignItemsTablet\":\"flex-start\",\"paddingLink\":false,\"topMarginDesktop\":54,\"bottomMarginDesktop\":0,\"leftMarginDesktop\":0,\"rightMarginDesktop\":0,\"topMarginTablet\":30,\"bottomMarginTablet\":0,\"leftMarginTablet\":0,\"rightMarginTablet\":0,\"marginLink\":false,\"variationSelected\":true,\"rowGapMobile\":65,\"columnGapDesktop\":48,\"columnGapTablet\":20} -->\n<div class=\"wp-block-uagb-container uagb-block-507eb2fd\"><!-- wp:uagb/info-box {\"classMigrate\":true,\"headingAlign\":\"left\",\"headingColor\":\"\",\"subHeadingColor\":\"\",\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"source_type\":\"image\",\"block_id\":\"e62cd7a3\",\"ctaTarget\":true,\"ctaType\":\"text\",\"ctaText\":\"READ MORE\",\"ctaLink\":\"https://www.sundowner.co.za/rooms/magalies-barbus-haven/\",\"ctaLinkColor\":\"var(\\u002d\\u002dast-global-color-0)\",\"ctaDecoration\":\"underline\",\"ctaFontSize\":12,\"ctaFontWeight\":\"600\",\"ctaLetterSpacing\":2,\"ctaBorderColor\":\"\",\"ctaBorderStyle\":\"\",\"ctaBorderWidth\":\"\",\"ctaBorderRadius\":\"\",\"iconBottomMargin\":30,\"iconImage\":{\"uploading\":false,\"date\":1671106052000,\"filename\":\"41b46e52d7427ea1f6f135454e9a012f.png\",\"menuOrder\":0,\"uploadedTo\":762,\"type\":\"image\",\"subtype\":\"png\",\"id\":1222,\"title\":\"41b46e52d7427ea1f6f135454e9a012f\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/41b46e52d7427ea1f6f135454e9a012f.png\",\"link\":\"https://blueroan.netgen.cloud/amenities/41b46e52d7427ea1f6f135454e9a012f/\",\"alt\":\"\",\"author\":\"2\",\"description\":\"\",\"caption\":\"\",\"name\":\"41b46e52d7427ea1f6f135454e9a012f\",\"status\":\"inherit\",\"modified\":1671106052000,\"mime\":\"image/png\",\"icon\":\"https://blueroan.netgen.cloud/wp-includes/images/media/default.png\",\"dateFormatted\":\"December 15, 2022\",\"nonces\":{\"update\":\"a33de4f0ef\",\"delete\":\"e6f9dee199\",\"edit\":\"6d436328bf\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=1222\\u0026action=edit\",\"meta\":false,\"authorName\":\"Netgen Support\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/profile.php\",\"uploadedToTitle\":\"Amenities\",\"uploadedToLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=762\\u0026action=edit\",\"filesizeInBytes\":326854,\"filesizeHumanReadable\":\"319 KB\",\"context\":\"\",\"height\":440,\"width\":370,\"orientation\":\"portrait\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/41b46e52d7427ea1f6f135454e9a012f-150x150.png\",\"orientation\":\"landscape\"},\"medium\":{\"height\":300,\"width\":252,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/41b46e52d7427ea1f6f135454e9a012f-252x300.png\",\"orientation\":\"portrait\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/41b46e52d7427ea1f6f135454e9a012f.png\",\"height\":440,\"width\":370,\"orientation\":\"portrait\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"imageSize\":\"full\",\"imageWidth\":100,\"imageWidthMobile\":100,\"imageWidthTablet\":100,\"paddingBtnTop\":10,\"paddingBtnBottom\":10,\"paddingBtnLeft\":14,\"paddingBtnRight\":14,\"imageWidthUnit\":\"%\",\"imageWidthUnitTablet\":\"%\",\"imageWidthUnitMobile\":\"%\",\"subHeadTopMargin\":0,\"subHeadRightMargin\":40,\"subHeadLeftMargin\":0,\"subHeadMarginTopTablet\":0,\"subHeadMarginRightTablet\":0,\"subHeadTabletSpace\":20,\"subHeadMarginLeftTablet\":0,\"imgTagHeight\":118,\"imgTagWidth\":370,\"btnBorderTopWidth\":1,\"btnBorderLeftWidth\":1,\"btnBorderRightWidth\":1,\"btnBorderBottomWidth\":1,\"btnBorderTopLeftRadius\":0,\"btnBorderTopRightRadius\":0,\"btnBorderBottomLeftRadius\":0,\"btnBorderBottomRightRadius\":0,\"btnBorderStyle\":\"solid\",\"btnBorderColor\":\"#333\"} -->\n<div class=\"wp-block-uagb-info-box uagb-block-e62cd7a3 uagb-infobox__content-wrap  uagb-infobox-icon-above-title uagb-infobox-image-valign-top\"><div class=\"uagb-ifb-content\"><div class=\"uagb-ifb-image-content\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/41b46e52d7427ea1f6f135454e9a012f.png\" alt=\"\" width=\"100\" height=\"118\" loading=\"lazy\"/></div><div class=\"uagb-ifb-title-wrap\"><h3 class=\"uagb-ifb-title\">Fishing at Barbus Haven </h3></div><p class=\"uagb-ifb-desc\">They offer a Private small stream guided clinic for guests that ensure that they expand their knowledge as well as increase the enjoyment of their fishing experience. </p><div class=\"uagb-ifb-button-wrapper wp-block-button\"><a href=\"https://www.sundowner.co.za/rooms/magalies-barbus-haven/\" target=\"_blank\" class=\"uagb-infobox-cta-link\" rel=\"noopener noreferrer\" alt=\"\"><span class=\"uagb-inline-editing\">READ MORE</span><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M504.3 273.6l-112.1 104c-6.992 6.484-17.18 8.218-25.94 4.406c-8.758-3.812-14.42-12.45-14.42-21.1L351.9 288H32C14.33 288 .0002 273.7 .0002 255.1S14.33 224 32 224h319.9l0-72c0-9.547 5.66-18.19 14.42-22c8.754-3.809 18.95-2.075 25.94 4.41l112.1 104C514.6 247.9 514.6 264.1 504.3 273.6z\"></path></svg></a></div></div></div>\n<!-- /wp:uagb/info-box -->\n\n<!-- wp:uagb/info-box {\"classMigrate\":true,\"headingAlign\":\"left\",\"headingColor\":\"\",\"subHeadingColor\":\"\",\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"source_type\":\"image\",\"block_id\":\"8e59435c\",\"ctaTarget\":true,\"ctaType\":\"text\",\"ctaText\":\"READ MORE\",\"ctaLink\":\"https://www.thekingfisherlodge.co.za/activities/\",\"ctaLinkColor\":\"var(\\u002d\\u002dast-global-color-0)\",\"ctaDecoration\":\"underline\",\"ctaFontSize\":12,\"ctaFontWeight\":\"600\",\"ctaLetterSpacing\":2,\"ctaBorderColor\":\"\",\"ctaBorderStyle\":\"\",\"ctaBorderWidth\":\"\",\"ctaBorderRadius\":\"\",\"iconBottomMargin\":30,\"iconImage\":{\"uploading\":false,\"date\":1671106415000,\"filename\":\"IMG-20180619-WA0004.png\",\"menuOrder\":0,\"uploadedTo\":762,\"type\":\"image\",\"subtype\":\"png\",\"id\":1225,\"title\":\"IMG-20180619-WA0004\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/IMG-20180619-WA0004.png\",\"link\":\"https://blueroan.netgen.cloud/amenities/img-20180619-wa0004/\",\"alt\":\"\",\"author\":\"2\",\"description\":\"\",\"caption\":\"\",\"name\":\"img-20180619-wa0004\",\"status\":\"inherit\",\"modified\":1671106415000,\"mime\":\"image/png\",\"icon\":\"https://blueroan.netgen.cloud/wp-includes/images/media/default.png\",\"dateFormatted\":\"December 15, 2022\",\"nonces\":{\"update\":\"e988b6351d\",\"delete\":\"5d512e9cd1\",\"edit\":\"3a331dfabd\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=1225\\u0026action=edit\",\"meta\":false,\"authorName\":\"Netgen Support\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/profile.php\",\"uploadedToTitle\":\"Amenities\",\"uploadedToLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=762\\u0026action=edit\",\"filesizeInBytes\":276116,\"filesizeHumanReadable\":\"270 KB\",\"context\":\"\",\"height\":440,\"width\":370,\"orientation\":\"portrait\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/IMG-20180619-WA0004-150x150.png\",\"orientation\":\"landscape\"},\"medium\":{\"height\":300,\"width\":252,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/IMG-20180619-WA0004-252x300.png\",\"orientation\":\"portrait\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/IMG-20180619-WA0004.png\",\"height\":440,\"width\":370,\"orientation\":\"portrait\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"imageSize\":\"full\",\"imageWidth\":100,\"imageWidthMobile\":100,\"imageWidthTablet\":100,\"paddingBtnTop\":10,\"paddingBtnBottom\":10,\"paddingBtnLeft\":14,\"paddingBtnRight\":14,\"imageWidthUnit\":\"%\",\"imageWidthUnitTablet\":\"%\",\"imageWidthUnitMobile\":\"%\",\"subHeadTopMargin\":0,\"subHeadRightMargin\":40,\"subHeadLeftMargin\":0,\"subHeadMarginTopTablet\":0,\"subHeadMarginRightTablet\":0,\"subHeadTabletSpace\":20,\"subHeadMarginLeftTablet\":0,\"imgTagHeight\":118,\"imgTagWidth\":370,\"btnBorderTopWidth\":1,\"btnBorderLeftWidth\":1,\"btnBorderRightWidth\":1,\"btnBorderBottomWidth\":1,\"btnBorderTopLeftRadius\":0,\"btnBorderTopRightRadius\":0,\"btnBorderBottomLeftRadius\":0,\"btnBorderBottomRightRadius\":0,\"btnBorderStyle\":\"solid\",\"btnBorderColor\":\"#333\"} -->\n<div class=\"wp-block-uagb-info-box uagb-block-8e59435c uagb-infobox__content-wrap  uagb-infobox-icon-above-title uagb-infobox-image-valign-top\"><div class=\"uagb-ifb-content\"><div class=\"uagb-ifb-image-content\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/IMG-20180619-WA0004.png\" alt=\"\" width=\"100\" height=\"118\" loading=\"lazy\"/></div><div class=\"uagb-ifb-title-wrap\"><h3 class=\"uagb-ifb-title\">Fishing at Kingfisher </h3></div><p class=\"uagb-ifb-desc\">Opportunity to fish for Rainbow Trout or the elusive Brown Trout. Kingfisher offers rod hires at their venue. <br></p><div class=\"uagb-ifb-button-wrapper wp-block-button\"><a href=\"https://www.thekingfisherlodge.co.za/activities/\" target=\"_blank\" class=\"uagb-infobox-cta-link\" rel=\"noopener noreferrer\" alt=\"\"><span class=\"uagb-inline-editing\">READ MORE</span><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M504.3 273.6l-112.1 104c-6.992 6.484-17.18 8.218-25.94 4.406c-8.758-3.812-14.42-12.45-14.42-21.1L351.9 288H32C14.33 288 .0002 273.7 .0002 255.1S14.33 224 32 224h319.9l0-72c0-9.547 5.66-18.19 14.42-22c8.754-3.809 18.95-2.075 25.94 4.41l112.1 104C514.6 247.9 514.6 264.1 504.3 273.6z\"></path></svg></a></div></div></div>\n<!-- /wp:uagb/info-box -->\n\n<!-- wp:uagb/info-box {\"classMigrate\":true,\"headingAlign\":\"left\",\"headingColor\":\"\",\"subHeadingColor\":\"\",\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"source_type\":\"image\",\"block_id\":\"72276643\",\"ctaType\":\"text\",\"ctaText\":\"READ MORE\",\"ctaLinkColor\":\"var(\\u002d\\u002dast-global-color-0)\",\"ctaDecoration\":\"underline\",\"ctaFontSize\":12,\"ctaFontWeight\":\"600\",\"ctaLetterSpacing\":2,\"ctaBorderColor\":\"\",\"ctaBorderStyle\":\"\",\"ctaBorderWidth\":\"\",\"ctaBorderRadius\":\"\",\"iconBottomMargin\":30,\"iconImage\":{\"id\":241,\"title\":\"beach\",\"filename\":\"beach.jpg\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/beach.jpg\",\"link\":\"https://blueroan.netgen.cloud/beach/\",\"alt\":\"\",\"author\":\"34\",\"description\":\"\",\"caption\":\"\",\"name\":\"beach\",\"status\":\"inherit\",\"uploadedTo\":0,\"date\":\"2021-05-11T10:56:06.000Z\",\"modified\":\"2021-05-11T10:56:06.000Z\",\"menuOrder\":0,\"mime\":\"image/jpeg\",\"type\":\"image\",\"subtype\":\"jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/default.png\",\"dateFormatted\":\"May 11, 2021\",\"nonces\":{\"update\":\"65c348aac8\",\"delete\":\"6d551f7cf4\",\"edit\":\"026ca70d91\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=241\\u0026action=edit\",\"meta\":false,\"authorName\":\"Rishabh\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/user-edit.php?user_id=34\",\"filesizeInBytes\":38094,\"filesizeHumanReadable\":\"37 KB\",\"context\":\"\",\"height\":440,\"width\":370,\"orientation\":\"portrait\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/beach-150x150.jpg\",\"orientation\":\"landscape\"},\"medium\":{\"height\":300,\"width\":252,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/beach-252x300-1.jpg\",\"orientation\":\"portrait\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/beach.jpg\",\"height\":440,\"width\":370,\"orientation\":\"portrait\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"imageSize\":\"full\",\"imageWidth\":100,\"imageWidthMobile\":100,\"imageWidthTablet\":100,\"paddingBtnTop\":10,\"paddingBtnBottom\":10,\"paddingBtnLeft\":14,\"paddingBtnRight\":14,\"imageWidthUnit\":\"%\",\"imageWidthUnitTablet\":\"%\",\"imageWidthUnitMobile\":\"%\",\"subHeadTopMargin\":0,\"subHeadRightMargin\":40,\"subHeadLeftMargin\":0,\"subHeadMarginTopTablet\":0,\"subHeadMarginRightTablet\":0,\"subHeadTabletSpace\":20,\"subHeadMarginLeftTablet\":0,\"imgTagHeight\":118,\"imgTagWidth\":370,\"btnBorderTopWidth\":1,\"btnBorderLeftWidth\":1,\"btnBorderRightWidth\":1,\"btnBorderBottomWidth\":1,\"btnBorderTopLeftRadius\":0,\"btnBorderTopRightRadius\":0,\"btnBorderBottomLeftRadius\":0,\"btnBorderBottomRightRadius\":0,\"btnBorderStyle\":\"solid\",\"btnBorderColor\":\"#333\"} -->\n<div class=\"wp-block-uagb-info-box uagb-block-72276643 uagb-infobox__content-wrap  uagb-infobox-icon-above-title uagb-infobox-image-valign-top\"><div class=\"uagb-ifb-content\"><div class=\"uagb-ifb-image-content\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/beach.jpg\" alt=\"\" width=\"100\" height=\"118\" loading=\"lazy\"/></div><div class=\"uagb-ifb-title-wrap\"><h3 class=\"uagb-ifb-title\">Private Beach​</h3></div><p class=\"uagb-ifb-desc\">Want to take a dip into the sea? All our guests get complimentary access to our private beach.</p><div class=\"uagb-ifb-button-wrapper wp-block-button\"><a href=\"\" target=\"_self\" class=\"uagb-infobox-cta-link uagb-disable-link\" rel=\"noopener noreferrer\" alt=\"\"><span class=\"uagb-inline-editing\">READ MORE</span><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M504.3 273.6l-112.1 104c-6.992 6.484-17.18 8.218-25.94 4.406c-8.758-3.812-14.42-12.45-14.42-21.1L351.9 288H32C14.33 288 .0002 273.7 .0002 255.1S14.33 224 32 224h319.9l0-72c0-9.547 5.66-18.19 14.42-22c8.754-3.809 18.95-2.075 25.94 4.41l112.1 104C514.6 247.9 514.6 264.1 504.3 273.6z\"></path></svg></a></div></div></div>\n<!-- /wp:uagb/info-box --></div>\n<!-- /wp:uagb/container --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"1f2d81b8\",\"innerContentCustomWidthDesktop\":781,\"innerContentCustomWidthTablet\":781,\"backgroundType\":\"image\",\"backgroundImageDesktop\":{\"id\":54,\"title\":\"background-img\",\"filename\":\"background-img-1.jpg\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/background-img-1.jpg\",\"link\":\"https://blueroan.netgen.cloud/background-img-2/\",\"alt\":\"\",\"author\":\"34\",\"description\":\"\",\"caption\":\"\",\"name\":\"background-img-2\",\"status\":\"inherit\",\"uploadedTo\":0,\"date\":\"2021-05-07T10:11:37.000Z\",\"modified\":\"2021-05-07T10:11:37.000Z\",\"menuOrder\":0,\"mime\":\"image/jpeg\",\"type\":\"image\",\"subtype\":\"jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/default.png\",\"dateFormatted\":\"May 7, 2021\",\"nonces\":{\"update\":\"bb999636b9\",\"delete\":\"d2e1375bc4\",\"edit\":\"005dd2f0c9\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=54\\u0026action=edit\",\"meta\":false,\"authorName\":\"Rishabh\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/user-edit.php?user_id=34\",\"filesizeInBytes\":338858,\"filesizeHumanReadable\":\"331 KB\",\"context\":\"\",\"height\":1080,\"width\":1920,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/background-img-1-150x150.jpg\",\"orientation\":\"landscape\"},\"medium\":{\"height\":169,\"width\":300,\"url\":\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/background-img-1-300x169.jpg\",\"orientation\":\"landscape\"},\"large\":{\"height\":576,\"width\":1024,\"url\":\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/background-img-1-1024x576.jpg\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/background-img-1.jpg\",\"height\":1080,\"width\":1920,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"backgroundImageColor\":\"rgba(42,42,42,0.65)\",\"topPaddingDesktop\":144,\"bottomPaddingDesktop\":144,\"leftPaddingDesktop\":40,\"rightPaddingDesktop\":40,\"topPaddingTablet\":80,\"bottomPaddingTablet\":80,\"leftPaddingTablet\":40,\"rightPaddingTablet\":40,\"topPaddingMobile\":64,\"bottomPaddingMobile\":64,\"leftPaddingMobile\":24,\"rightPaddingMobile\":24,\"paddingLink\":false,\"variationSelected\":true,\"isBlockRootParent\":true,\"overlayType\":\"color\"} -->\n<div class=\"wp-block-uagb-container uagb-block-1f2d81b8 alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/advanced-heading {\"block_id\":\"94f598b3\",\"classMigrate\":true,\"headingDescToggle\":true,\"headingAlign\":\"center\",\"headingColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"subHeadingColor\":\"var(\\u002d\\u002dast-global-color-4)\",\"headSpace\":20} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-94f598b3\"><h2 class=\"uagb-heading-text\">Plan an Unforgettable Experience in Mykonos Today!</h2><p class=\"uagb-desc-text\">We can help you fit your stay and experience within your allotted budget.</p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/advanced-heading {\"block_id\":\"d291269f\",\"classMigrate\":true,\"headingTitleToggle\":false,\"headingDescToggle\":true,\"headingAlign\":\"center\",\"subHeadingColor\":\"var(\\u002d\\u002dast-global-color-4)\",\"subHeadTransform\":\"uppercase\",\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"subHeadLetterSpacing\":2,\"blockTopPadding\":60,\"blockRightPadding\":0,\"blockLeftPadding\":0,\"blockBottomPadding\":0,\"blockTopPaddingMobile\":30,\"blockRightPaddingMobile\":0,\"blockLeftPaddingMobile\":0,\"blockBottomPaddingMobile\":0} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-d291269f\"><p class=\"uagb-desc-text\">BOOK YOUR STAY NOW​</p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/icon-list {\"block_id\":\"febc7b61\",\"classMigrate\":true,\"childMigrate\":true,\"align\":\"center\",\"parentIcon\":\"phone\",\"size\":40,\"sizeMobile\":24,\"sizeTablet\":32,\"fontSize\":48,\"fontSizeMobile\":28,\"fontSizeTablet\":40,\"fontWeight\":\"600\",\"iconColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"labelColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"blockTopPadding\":0,\"blockRightPadding\":0,\"blockLeftPadding\":0,\"blockBottomPadding\":24,\"blockPaddingLink\":false} -->\n<div class=\"wp-block-uagb-icon-list uagb-block-febc7b61\"><div class=\"uagb-icon-list__wrap\"><!-- wp:uagb/icon-list-child {\"block_id\":\"7ef89a34\",\"label\":\"+1-123 456 7890​\",\"label_color\":\"\",\"fromParentIcon\":\"phone\",\"imageSizeChild\":40} -->\n<div class=\"wp-block-uagb-icon-list-child uagb-block-7ef89a34\"><span class=\"uagb-icon-list__source-wrap\"><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M511.2 387l-23.25 100.8c-3.266 14.25-15.79 24.22-30.46 24.22C205.2 512 0 306.8 0 54.5c0-14.66 9.969-27.2 24.22-30.45l100.8-23.25C139.7-2.602 154.7 5.018 160.8 18.92l46.52 108.5c5.438 12.78 1.77 27.67-8.98 36.45L144.5 207.1c33.98 69.22 90.26 125.5 159.5 159.5l44.08-53.8c8.688-10.78 23.69-14.51 36.47-8.975l108.5 46.51C506.1 357.2 514.6 372.4 511.2 387z\"></path></svg></span><span class=\"uagb-icon-list__label\">+1-123 456 7890​</span></div>\n<!-- /wp:uagb/icon-list-child --></div></div>\n<!-- /wp:uagb/icon-list --></div></div>\n<!-- /wp:uagb/container -->',	'Amenities',	'',	'inherit',	'closed',	'closed',	'',	'762-revision-v1',	'',	'',	'2022-12-15 12:15:18',	'2022-12-15 12:15:18',	'',	762,	'https://blueroan.netgen.cloud/?p=1228',	0,	'revision',	'',	0),
(1229,	2,	'2022-12-15 12:16:25',	'2022-12-15 12:16:25',	'<!-- wp:uagb/container {\"block_id\":\"f66db4fd\",\"backgroundType\":\"image\",\"backgroundImageDesktop\":{\"id\":1007,\"title\":\"AAEAAQAAAAAAAAAAAAAAJDg5NmY0ZGUxLWE4MTgtNDY5NC1iODFhLTBmN2Q0ZDc5ZWFiNw-1\",\"filename\":\"AAEAAQAAAAAAAAAAAAAAJDg5NmY0ZGUxLWE4MTgtNDY5NC1iODFhLTBmN2Q0ZDc5ZWFiNw-1.png\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAAJDg5NmY0ZGUxLWE4MTgtNDY5NC1iODFhLTBmN2Q0ZDc5ZWFiNw-1.png\",\"link\":\"https://blueroan.netgen.cloud/the-barn/aaeaaqaaaaaaaaaaaaaajdg5nmy0zguxlwe4mtgtndy5nc1iodfhltbmn2q0zdc5zwfinw-1/\",\"alt\":\"\",\"author\":\"2\",\"description\":\"\",\"caption\":\"\",\"name\":\"aaeaaqaaaaaaaaaaaaaajdg5nmy0zguxlwe4mtgtndy5nc1iodfhltbmn2q0zdc5zwfinw-1\",\"status\":\"inherit\",\"uploadedTo\":948,\"date\":\"2022-12-14T10:50:25.000Z\",\"modified\":\"2022-12-14T10:50:25.000Z\",\"menuOrder\":0,\"mime\":\"image/png\",\"type\":\"image\",\"subtype\":\"png\",\"icon\":\"https://blueroan.netgen.cloud/wp-includes/images/media/default.png\",\"dateFormatted\":\"December 14, 2022\",\"nonces\":{\"update\":\"483f8bdf3d\",\"delete\":\"0a7ebc92ef\",\"edit\":\"6bc1c6a685\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=1007\\u0026action=edit\",\"meta\":false,\"authorName\":\"Netgen Support\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/profile.php\",\"uploadedToTitle\":\"The Barn\",\"uploadedToLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=948\\u0026action=edit\",\"filesizeInBytes\":1348989,\"filesizeHumanReadable\":\"1 MB\",\"context\":\"\",\"height\":667,\"width\":1000,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAAJDg5NmY0ZGUxLWE4MTgtNDY5NC1iODFhLTBmN2Q0ZDc5ZWFiNw-1-150x150.png\",\"orientation\":\"landscape\"},\"medium\":{\"height\":200,\"width\":300,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAAJDg5NmY0ZGUxLWE4MTgtNDY5NC1iODFhLTBmN2Q0ZDc5ZWFiNw-1-300x200.png\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAAJDg5NmY0ZGUxLWE4MTgtNDY5NC1iODFhLTBmN2Q0ZDc5ZWFiNw-1.png\",\"height\":667,\"width\":1000,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"backgroundPositionDesktop\":{\"x\":0.61,\"y\":0.52},\"backgroundSizeTablet\":\"cover\",\"backgroundSizeMobile\":\"cover\",\"backgroundColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"backgroundImageColor\":\"rgba(42,42,42,0.5)\",\"topPaddingDesktop\":220,\"bottomPaddingDesktop\":150,\"topPaddingTablet\":170,\"bottomPaddingTablet\":160,\"leftPaddingTablet\":30,\"rightPaddingTablet\":30,\"topPaddingMobile\":180,\"bottomPaddingMobile\":80,\"leftPaddingMobile\":20,\"rightPaddingMobile\":20,\"paddingLink\":false,\"variationSelected\":true,\"isBlockRootParent\":true,\"overlayType\":\"color\"} -->\n<div class=\"wp-block-uagb-container uagb-block-f66db4fd alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/advanced-heading {\"block_id\":\"245939c0\",\"classMigrate\":true,\"headingDescToggle\":true,\"headingColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"subHeadingColor\":\"var(\\u002d\\u002dast-global-color-4)\",\"headingTag\":\"h1\",\"headSpace\":20,\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"blockTopPadding\":0,\"blockRightPadding\":50,\"blockLeftPadding\":0,\"blockBottomPadding\":0,\"blockTopPaddingTablet\":0,\"blockRightPaddingTablet\":20,\"blockLeftPaddingTablet\":0,\"blockBottomPaddingTablet\":0,\"blockTopPaddingMobile\":0,\"blockRightPaddingMobile\":0,\"blockLeftPaddingMobile\":0,\"blockBottomPaddingMobile\":0,\"blockPaddingUnit\":\"%\",\"blockPaddingUnitTablet\":\"%\"} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-245939c0\"><h1 class=\"uagb-heading-text\">Amenities &amp; Interests​</h1><p class=\"uagb-desc-text\">We do not give you just rooms to stay in. We give you an environment where you can experience the best while on a holiday with us. </p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:buttons -->\n<div class=\"wp-block-buttons\"><!-- wp:button -->\n<div class=\"wp-block-button\"><a class=\"wp-block-button__link wp-element-button\" href=\"https://book.nightsbridge.com/11065\" target=\"_blank\" rel=\"noreferrer noopener\">BOOK NOW</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"3e48c731\",\"backgroundType\":\"color\",\"backgroundSizeTablet\":\"cover\",\"backgroundSizeMobile\":\"cover\",\"backgroundColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"topPaddingDesktop\":50,\"bottomPaddingDesktop\":100,\"topPaddingTablet\":50,\"bottomPaddingTablet\":25,\"leftPaddingTablet\":20,\"rightPaddingTablet\":20,\"topPaddingMobile\":50,\"bottomPaddingMobile\":20,\"leftPaddingMobile\":20,\"rightPaddingMobile\":20,\"paddingLink\":false,\"variationSelected\":true,\"rowGapDesktop\":0,\"isBlockRootParent\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-3e48c731 alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/container {\"block_id\":\"310f4d5a\",\"directionDesktop\":\"row\",\"alignItemsTablet\":\"flex-start\",\"paddingLink\":false,\"topMarginDesktop\":50,\"bottomMarginDesktop\":20,\"leftMarginDesktop\":0,\"rightMarginDesktop\":0,\"marginLink\":false,\"variationSelected\":true,\"rowGapMobile\":65,\"columnGapDesktop\":48,\"columnGapTablet\":20} -->\n<div class=\"wp-block-uagb-container uagb-block-310f4d5a\"><!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"align\":\"center\",\"id\":828,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image aligncenter size-full\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Blue-Roan-pool.png\" alt=\"Blue Roan\'s rock pool\" class=\"wp-image-828\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>A relaxing rock Pool​</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>We have a lovely sparkling blue rock pool next to a thatched Lapa. &nbsp;&nbsp;Lie on recliners on the green lawn or sit on the swing chair in the Lapa and enjoy the panoramic view of the Magaliesberg mountain range.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":829,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/img-20160605-wa0002-largejpg.png\" alt=\"\" class=\"wp-image-829\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>Braai facilities </h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>What can compare to a burning fire under the star-lit African sky? Nothing beats the flavor of cooking over an open flame.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":830,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/ef9d0188da11e2bc56788f5619d9d539.png\" alt=\"\" class=\"wp-image-830\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>A games room </h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>The reception is also a games room for those who enjoy darts or playing pool. &nbsp;Take a selection of DVDs back to your room and watch movies on your own DVD player. &nbsp;There is also a selection of board games and music CDs that you can borrow.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"align\":\"center\",\"id\":1198,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image aligncenter size-full\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/eyJidWNrZXQiOiJhc3NldHMuYWxsdHJhaWxzLmNvbSIsImtleSI6InVwbG9hZHMvcGhvdG8vaW1hZ2UvNDMxNzk4MTAvYjZkYTAz-1.png\" alt=\"\" class=\"wp-image-1198\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>Walking or hiking </h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>There is a well-kept walking trail on our property with plenty of bird life and some benches along the way. &nbsp;It is safe for dogs to run off-leash as it is completely fenced all around. &nbsp;For those who enjoy long walks and hikes, it is safe to cross onto neighbouring farms and go as far as the eye can see.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":1185,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/49089607_1950305445047847_5177863042771189760_n.png\" alt=\"\" class=\"wp-image-1185\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>Mountain biking </h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Bring your mountain bikes and explore the surrounding countryside on safe off-road tracks on our property and on neighbouring farms.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":1196,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Michelle_1.png\" alt=\"\" class=\"wp-image-1196\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>Horse riding </h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Interested riders can book at one of the recommended horse-riding establishments listed further down this page.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"c09cf499\",\"innerContentWidth\":\"alignfull\",\"directionDesktop\":\"row\",\"wrapTablet\":\"wrap\",\"variationSelected\":true,\"rowGapTablet\":0,\"columnGapDesktop\":0,\"isBlockRootParent\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-c09cf499 alignfull uagb-is-root-container\"><!-- wp:uagb/container {\"block_id\":\"c56f37d9\",\"widthDesktop\":25,\"widthTablet\":50,\"variationSelected\":true,\"widthSetByUser\":true,\"UAGHideMob\":true,\"UAGResponsiveConditions\":true} -->\n<div class=\"wp-block-uagb-container uag-hide-mob uagb-block-c56f37d9\"><!-- wp:uagb/image {\"block_id\":\"49fd0778\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-18-1-1024x768.jpg\",\"id\":1208,\"linkDestination\":\"none\",\"width\":480,\"height\":500,\"naturalWidth\":1024,\"naturalHeight\":768,\"sizeSlug\":\"large\",\"sizeSlugTablet\":\"large\",\"sizeSlugMobile\":\"large\",\"customHeightSetDesktop\":true} -->\n<div class=\"wp-block-uagb-image uagb-block-49fd0778 wp-block-uagb-image--layout-default wp-block-uagb-image--effect-static wp-block-uagb-image--align-none\"><figure class=\"wp-block-uagb-image__figure\"><img srcset=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-18-1-1024x768.jpg \" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-18-1-1024x768.jpg\" alt=\"\" class=\"uag-image-1208\" width=\"480\" height=\"500\" title=\"\" loading=\"lazy\"/></figure></div>\n<!-- /wp:uagb/image --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"c51fc09f\",\"widthDesktop\":25,\"widthTablet\":50,\"variationSelected\":true,\"widthSetByUser\":true,\"UAGHideMob\":true,\"UAGResponsiveConditions\":true} -->\n<div class=\"wp-block-uagb-container uag-hide-mob uagb-block-c51fc09f\"><!-- wp:uagb/image {\"block_id\":\"3bdb1ed9\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Blue-Roan-pool-1.png\",\"id\":1210,\"linkDestination\":\"none\",\"width\":480,\"height\":500,\"naturalWidth\":370,\"naturalHeight\":440,\"sizeSlug\":\"full\",\"sizeSlugTablet\":\"full\",\"sizeSlugMobile\":\"full\",\"customHeightSetDesktop\":true} -->\n<div class=\"wp-block-uagb-image uagb-block-3bdb1ed9 wp-block-uagb-image--layout-default wp-block-uagb-image--effect-static wp-block-uagb-image--align-none\"><figure class=\"wp-block-uagb-image__figure\"><img srcset=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Blue-Roan-pool-1.png \" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Blue-Roan-pool-1.png\" alt=\"\" class=\"uag-image-1210\" width=\"480\" height=\"500\" title=\"\" loading=\"lazy\"/></figure></div>\n<!-- /wp:uagb/image --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"9d8450da\",\"widthDesktop\":50,\"widthTablet\":100,\"variationSelected\":true,\"columnGapDesktop\":20,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-9d8450da\"><!-- wp:uagb/image {\"block_id\":\"a0e9d6ce\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/the-view-from-my-rooms-1024x768.jpg\",\"id\":1211,\"linkDestination\":\"none\",\"width\":960,\"height\":500,\"naturalWidth\":1024,\"naturalHeight\":768,\"sizeSlug\":\"large\",\"sizeSlugTablet\":\"large\",\"sizeSlugMobile\":\"large\",\"customHeightSetDesktop\":true} -->\n<div class=\"wp-block-uagb-image uagb-block-a0e9d6ce wp-block-uagb-image--layout-default wp-block-uagb-image--effect-static wp-block-uagb-image--align-none\"><figure class=\"wp-block-uagb-image__figure\"><img srcset=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/the-view-from-my-rooms-1024x768.jpg \" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/the-view-from-my-rooms-1024x768.jpg\" alt=\"\" class=\"uag-image-1211\" width=\"960\" height=\"500\" title=\"\" loading=\"lazy\"/></figure></div>\n<!-- /wp:uagb/image --></div>\n<!-- /wp:uagb/container --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"217f9a94\",\"innerContentWidth\":\"alignfull\",\"directionDesktop\":\"row\",\"wrapTablet\":\"wrap\",\"variationSelected\":true,\"rowGapTablet\":0,\"columnGapDesktop\":0,\"isBlockRootParent\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-217f9a94 alignfull uagb-is-root-container\"><!-- wp:uagb/container {\"block_id\":\"3e247adf\",\"widthDesktop\":50,\"widthTablet\":100,\"variationSelected\":true,\"columnGapDesktop\":20,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-3e247adf\"><!-- wp:uagb/image {\"block_id\":\"c454cc8a\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAAJDI0ZWY4NDc1LThjYjYtNDM3YS1iOTliLWNmOWQxYTJkMWU5MQ-1.png\",\"id\":1213,\"linkDestination\":\"none\",\"width\":960,\"height\":500,\"naturalWidth\":1000,\"naturalHeight\":667,\"sizeSlug\":\"full\",\"sizeSlugTablet\":\"full\",\"sizeSlugMobile\":\"full\",\"customHeightSetDesktop\":true} -->\n<div class=\"wp-block-uagb-image uagb-block-c454cc8a wp-block-uagb-image--layout-default wp-block-uagb-image--effect-static wp-block-uagb-image--align-none\"><figure class=\"wp-block-uagb-image__figure\"><img srcset=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAAJDI0ZWY4NDc1LThjYjYtNDM3YS1iOTliLWNmOWQxYTJkMWU5MQ-1.png \" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAAJDI0ZWY4NDc1LThjYjYtNDM3YS1iOTliLWNmOWQxYTJkMWU5MQ-1.png\" alt=\"\" class=\"uag-image-1213\" width=\"960\" height=\"500\" title=\"\" loading=\"lazy\"/></figure></div>\n<!-- /wp:uagb/image --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"ac5e7dcc\",\"widthDesktop\":25,\"variationSelected\":true,\"widthSetByUser\":true,\"UAGHideMob\":true,\"UAGResponsiveConditions\":true} -->\n<div class=\"wp-block-uagb-container uag-hide-mob uagb-block-ac5e7dcc\"><!-- wp:uagb/image {\"block_id\":\"60284be0\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/bird-1-1024x683.jpg\",\"id\":1215,\"linkDestination\":\"none\",\"width\":480,\"height\":500,\"naturalWidth\":1024,\"naturalHeight\":683,\"sizeSlug\":\"large\",\"sizeSlugTablet\":\"large\",\"sizeSlugMobile\":\"large\",\"customHeightSetDesktop\":true} -->\n<div class=\"wp-block-uagb-image uagb-block-60284be0 wp-block-uagb-image--layout-default wp-block-uagb-image--effect-static wp-block-uagb-image--align-none\"><figure class=\"wp-block-uagb-image__figure\"><img srcset=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/bird-1-1024x683.jpg \" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/bird-1-1024x683.jpg\" alt=\"\" class=\"uag-image-1215\" width=\"480\" height=\"500\" title=\"\" loading=\"lazy\"/></figure></div>\n<!-- /wp:uagb/image --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"db8d3e9c\",\"widthDesktop\":25,\"variationSelected\":true,\"widthSetByUser\":true,\"UAGHideMob\":true,\"UAGResponsiveConditions\":true} -->\n<div class=\"wp-block-uagb-container uag-hide-mob uagb-block-db8d3e9c\"><!-- wp:uagb/image {\"block_id\":\"ec9501ef\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/two-happy-boxers-1024x768.jpg\",\"id\":1216,\"linkDestination\":\"none\",\"width\":480,\"height\":500,\"naturalWidth\":1024,\"naturalHeight\":768,\"sizeSlug\":\"large\",\"sizeSlugTablet\":\"large\",\"sizeSlugMobile\":\"large\",\"customHeightSetDesktop\":true} -->\n<div class=\"wp-block-uagb-image uagb-block-ec9501ef wp-block-uagb-image--layout-default wp-block-uagb-image--effect-static wp-block-uagb-image--align-none\"><figure class=\"wp-block-uagb-image__figure\"><img srcset=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/two-happy-boxers-1024x768.jpg \" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/two-happy-boxers-1024x768.jpg\" alt=\"\" class=\"uag-image-1216\" width=\"480\" height=\"500\" title=\"\" loading=\"lazy\"/></figure></div>\n<!-- /wp:uagb/image --></div>\n<!-- /wp:uagb/container --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"88bad5fc\",\"backgroundType\":\"color\",\"backgroundSizeTablet\":\"cover\",\"backgroundSizeMobile\":\"cover\",\"backgroundColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"topPaddingDesktop\":120,\"bottomPaddingDesktop\":120,\"topPaddingTablet\":80,\"bottomPaddingTablet\":80,\"leftPaddingTablet\":30,\"rightPaddingTablet\":30,\"topPaddingMobile\":80,\"bottomPaddingMobile\":80,\"leftPaddingMobile\":20,\"rightPaddingMobile\":20,\"paddingLink\":false,\"variationSelected\":true,\"rowGapDesktop\":0,\"rowGapTablet\":0,\"isBlockRootParent\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-88bad5fc alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/container {\"block_id\":\"a4d65c0d\",\"directionDesktop\":\"row\",\"alignItemsDesktop\":\"flex-end\",\"alignItemsTablet\":\"flex-end\",\"justifyContentDesktop\":\"flex-end\",\"justifyContentTablet\":\"space-between\",\"variationSelected\":true,\"rowGapMobile\":30,\"columnGapDesktop\":0} -->\n<div class=\"wp-block-uagb-container uagb-block-a4d65c0d\"><!-- wp:uagb/advanced-heading {\"block_id\":\"87fe0eca\",\"classMigrate\":true,\"headingDescToggle\":true,\"subHeadingColor\":\"\",\"headSpace\":20,\"subHeadFontSize\":16} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-87fe0eca\"><h2 class=\"uagb-heading-text\">Things to do in the area of Magaliesburg<br></h2><p class=\"uagb-desc-text\">Looking for more? Well, we believe that every guest walks into our lodge for the best experience. And, we are determined to do that.</p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/buttons {\"block_id\":\"67f2c49e\",\"classMigrate\":true,\"childMigrate\":true,\"align\":\"right\",\"alignTablet\":\"right\",\"alignMobile\":\"left\",\"gap\":0} -->\n<div class=\"wp-block-uagb-buttons uagb-buttons__outer-wrap uagb-btn__default-btn uagb-btn-tablet__default-btn uagb-btn-mobile__default-btn uagb-block-67f2c49e\"><div class=\"uagb-buttons__wrap uagb-buttons-layout-wrap\"><!-- wp:uagb/buttons-child {\"block_id\":\"c513c664\",\"label\":\"Get Bookings\",\"link\":\"#\",\"hColor\":\"\",\"borderWidth\":\"\",\"borderRadius\":\"\",\"borderStyle\":\"\",\"borderColor\":\"\",\"borderHColor\":\"\",\"btnBorderTopWidth\":1,\"btnBorderLeftWidth\":1,\"btnBorderRightWidth\":1,\"btnBorderBottomWidth\":1,\"btnBorderTopLeftRadius\":2,\"btnBorderTopRightRadius\":2,\"btnBorderBottomLeftRadius\":2,\"btnBorderBottomRightRadius\":2,\"btnBorderStyle\":\"solid\",\"btnBorderColor\":\"#333\",\"btnBorderHColor\":\"#333\"} -->\n<div class=\"wp-block-uagb-buttons-child uagb-buttons__outer-wrap uagb-block-c513c664 wp-block-button is-style-outline\"><div class=\"uagb-button__wrapper\"><a class=\"uagb-buttons-repeater wp-block-button__link\" href=\"#\" rel=\"follow noopener\" target=\"_self\"><div class=\"uagb-button__link\">Get Bookings</div></a></div></div>\n<!-- /wp:uagb/buttons-child --></div></div>\n<!-- /wp:uagb/buttons --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"d7bfdb9b\",\"directionDesktop\":\"row\",\"alignItemsTablet\":\"flex-start\",\"paddingLink\":false,\"topMarginDesktop\":54,\"bottomMarginDesktop\":0,\"leftMarginDesktop\":0,\"rightMarginDesktop\":0,\"topMarginTablet\":30,\"bottomMarginTablet\":0,\"leftMarginTablet\":0,\"rightMarginTablet\":0,\"marginLink\":false,\"variationSelected\":true,\"rowGapMobile\":65,\"columnGapDesktop\":48,\"columnGapTablet\":20} -->\n<div class=\"wp-block-uagb-container uagb-block-d7bfdb9b\"><!-- wp:uagb/info-box {\"classMigrate\":true,\"headingAlign\":\"left\",\"headingColor\":\"\",\"subHeadingColor\":\"\",\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"source_type\":\"image\",\"block_id\":\"22de8ba8\",\"ctaTarget\":true,\"ctaType\":\"text\",\"ctaText\":\"READ MORE\",\"ctaLink\":\"https://www.sundowner.co.za/rooms/magalies-barbus-haven/\",\"ctaLinkColor\":\"var(\\u002d\\u002dast-global-color-0)\",\"ctaDecoration\":\"underline\",\"ctaFontSize\":12,\"ctaFontWeight\":\"600\",\"ctaLetterSpacing\":2,\"ctaBorderColor\":\"\",\"ctaBorderStyle\":\"\",\"ctaBorderWidth\":\"\",\"ctaBorderRadius\":\"\",\"iconBottomMargin\":30,\"iconImage\":{\"uploading\":false,\"date\":1671106052000,\"filename\":\"41b46e52d7427ea1f6f135454e9a012f.png\",\"menuOrder\":0,\"uploadedTo\":762,\"type\":\"image\",\"subtype\":\"png\",\"id\":1222,\"title\":\"41b46e52d7427ea1f6f135454e9a012f\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/41b46e52d7427ea1f6f135454e9a012f.png\",\"link\":\"https://blueroan.netgen.cloud/amenities/41b46e52d7427ea1f6f135454e9a012f/\",\"alt\":\"\",\"author\":\"2\",\"description\":\"\",\"caption\":\"\",\"name\":\"41b46e52d7427ea1f6f135454e9a012f\",\"status\":\"inherit\",\"modified\":1671106052000,\"mime\":\"image/png\",\"icon\":\"https://blueroan.netgen.cloud/wp-includes/images/media/default.png\",\"dateFormatted\":\"December 15, 2022\",\"nonces\":{\"update\":\"a33de4f0ef\",\"delete\":\"e6f9dee199\",\"edit\":\"6d436328bf\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=1222\\u0026action=edit\",\"meta\":false,\"authorName\":\"Netgen Support\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/profile.php\",\"uploadedToTitle\":\"Amenities\",\"uploadedToLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=762\\u0026action=edit\",\"filesizeInBytes\":326854,\"filesizeHumanReadable\":\"319 KB\",\"context\":\"\",\"height\":440,\"width\":370,\"orientation\":\"portrait\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/41b46e52d7427ea1f6f135454e9a012f-150x150.png\",\"orientation\":\"landscape\"},\"medium\":{\"height\":300,\"width\":252,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/41b46e52d7427ea1f6f135454e9a012f-252x300.png\",\"orientation\":\"portrait\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/41b46e52d7427ea1f6f135454e9a012f.png\",\"height\":440,\"width\":370,\"orientation\":\"portrait\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"imageSize\":\"full\",\"imageWidth\":100,\"imageWidthMobile\":100,\"imageWidthTablet\":100,\"paddingBtnTop\":10,\"paddingBtnBottom\":10,\"paddingBtnLeft\":14,\"paddingBtnRight\":14,\"imageWidthUnit\":\"%\",\"imageWidthUnitTablet\":\"%\",\"imageWidthUnitMobile\":\"%\",\"subHeadTopMargin\":0,\"subHeadRightMargin\":40,\"subHeadLeftMargin\":0,\"subHeadMarginTopTablet\":0,\"subHeadMarginRightTablet\":0,\"subHeadTabletSpace\":20,\"subHeadMarginLeftTablet\":0,\"imgTagHeight\":118,\"imgTagWidth\":370,\"btnBorderTopWidth\":1,\"btnBorderLeftWidth\":1,\"btnBorderRightWidth\":1,\"btnBorderBottomWidth\":1,\"btnBorderTopLeftRadius\":0,\"btnBorderTopRightRadius\":0,\"btnBorderBottomLeftRadius\":0,\"btnBorderBottomRightRadius\":0,\"btnBorderStyle\":\"solid\",\"btnBorderColor\":\"#333\"} -->\n<div class=\"wp-block-uagb-info-box uagb-block-22de8ba8 uagb-infobox__content-wrap  uagb-infobox-icon-above-title uagb-infobox-image-valign-top\"><div class=\"uagb-ifb-content\"><div class=\"uagb-ifb-image-content\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/41b46e52d7427ea1f6f135454e9a012f.png\" alt=\"\" width=\"100\" height=\"118\" loading=\"lazy\"/></div><div class=\"uagb-ifb-title-wrap\"><h3 class=\"uagb-ifb-title\">Fishing at Barbus Haven </h3></div><p class=\"uagb-ifb-desc\">They offer a Private small stream guided clinic for guests that ensure that they expand their knowledge as well as increase the enjoyment of their fishing experience.&nbsp;</p><div class=\"uagb-ifb-button-wrapper wp-block-button\"><a href=\"https://www.sundowner.co.za/rooms/magalies-barbus-haven/\" target=\"_blank\" class=\"uagb-infobox-cta-link\" rel=\"noopener noreferrer\" alt=\"\"><span class=\"uagb-inline-editing\">READ MORE</span><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M504.3 273.6l-112.1 104c-6.992 6.484-17.18 8.218-25.94 4.406c-8.758-3.812-14.42-12.45-14.42-21.1L351.9 288H32C14.33 288 .0002 273.7 .0002 255.1S14.33 224 32 224h319.9l0-72c0-9.547 5.66-18.19 14.42-22c8.754-3.809 18.95-2.075 25.94 4.41l112.1 104C514.6 247.9 514.6 264.1 504.3 273.6z\"></path></svg></a></div></div></div>\n<!-- /wp:uagb/info-box -->\n\n<!-- wp:uagb/info-box {\"classMigrate\":true,\"headingAlign\":\"left\",\"headingColor\":\"\",\"subHeadingColor\":\"\",\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"source_type\":\"image\",\"block_id\":\"4085e4e2\",\"ctaTarget\":true,\"ctaType\":\"text\",\"ctaText\":\"READ MORE\",\"ctaLink\":\"https://www.thekingfisherlodge.co.za/activities/\",\"ctaLinkColor\":\"var(\\u002d\\u002dast-global-color-0)\",\"ctaDecoration\":\"underline\",\"ctaFontSize\":12,\"ctaFontWeight\":\"600\",\"ctaLetterSpacing\":2,\"ctaBorderColor\":\"\",\"ctaBorderStyle\":\"\",\"ctaBorderWidth\":\"\",\"ctaBorderRadius\":\"\",\"iconBottomMargin\":30,\"iconImage\":{\"uploading\":false,\"date\":1671106415000,\"filename\":\"IMG-20180619-WA0004.png\",\"menuOrder\":0,\"uploadedTo\":762,\"type\":\"image\",\"subtype\":\"png\",\"id\":1225,\"title\":\"IMG-20180619-WA0004\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/IMG-20180619-WA0004.png\",\"link\":\"https://blueroan.netgen.cloud/amenities/img-20180619-wa0004/\",\"alt\":\"\",\"author\":\"2\",\"description\":\"\",\"caption\":\"\",\"name\":\"img-20180619-wa0004\",\"status\":\"inherit\",\"modified\":1671106415000,\"mime\":\"image/png\",\"icon\":\"https://blueroan.netgen.cloud/wp-includes/images/media/default.png\",\"dateFormatted\":\"December 15, 2022\",\"nonces\":{\"update\":\"e988b6351d\",\"delete\":\"5d512e9cd1\",\"edit\":\"3a331dfabd\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=1225\\u0026action=edit\",\"meta\":false,\"authorName\":\"Netgen Support\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/profile.php\",\"uploadedToTitle\":\"Amenities\",\"uploadedToLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=762\\u0026action=edit\",\"filesizeInBytes\":276116,\"filesizeHumanReadable\":\"270 KB\",\"context\":\"\",\"height\":440,\"width\":370,\"orientation\":\"portrait\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/IMG-20180619-WA0004-150x150.png\",\"orientation\":\"landscape\"},\"medium\":{\"height\":300,\"width\":252,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/IMG-20180619-WA0004-252x300.png\",\"orientation\":\"portrait\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/IMG-20180619-WA0004.png\",\"height\":440,\"width\":370,\"orientation\":\"portrait\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"imageSize\":\"full\",\"imageWidth\":100,\"imageWidthMobile\":100,\"imageWidthTablet\":100,\"paddingBtnTop\":10,\"paddingBtnBottom\":10,\"paddingBtnLeft\":14,\"paddingBtnRight\":14,\"imageWidthUnit\":\"%\",\"imageWidthUnitTablet\":\"%\",\"imageWidthUnitMobile\":\"%\",\"subHeadTopMargin\":0,\"subHeadRightMargin\":40,\"subHeadLeftMargin\":0,\"subHeadMarginTopTablet\":0,\"subHeadMarginRightTablet\":0,\"subHeadTabletSpace\":20,\"subHeadMarginLeftTablet\":0,\"imgTagHeight\":118,\"imgTagWidth\":370,\"btnBorderTopWidth\":1,\"btnBorderLeftWidth\":1,\"btnBorderRightWidth\":1,\"btnBorderBottomWidth\":1,\"btnBorderTopLeftRadius\":0,\"btnBorderTopRightRadius\":0,\"btnBorderBottomLeftRadius\":0,\"btnBorderBottomRightRadius\":0,\"btnBorderStyle\":\"solid\",\"btnBorderColor\":\"#333\"} -->\n<div class=\"wp-block-uagb-info-box uagb-block-4085e4e2 uagb-infobox__content-wrap  uagb-infobox-icon-above-title uagb-infobox-image-valign-top\"><div class=\"uagb-ifb-content\"><div class=\"uagb-ifb-image-content\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/IMG-20180619-WA0004.png\" alt=\"\" width=\"100\" height=\"118\" loading=\"lazy\"/></div><div class=\"uagb-ifb-title-wrap\"><h3 class=\"uagb-ifb-title\">Fishing at Kingfisher </h3></div><p class=\"uagb-ifb-desc\">The opportunity to fish for Rainbow Trout or the elusive Brown Trout. Kingfisher offers rod hires at their venue. <br></p><div class=\"uagb-ifb-button-wrapper wp-block-button\"><a href=\"https://www.thekingfisherlodge.co.za/activities/\" target=\"_blank\" class=\"uagb-infobox-cta-link\" rel=\"noopener noreferrer\" alt=\"\"><span class=\"uagb-inline-editing\">READ MORE</span><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M504.3 273.6l-112.1 104c-6.992 6.484-17.18 8.218-25.94 4.406c-8.758-3.812-14.42-12.45-14.42-21.1L351.9 288H32C14.33 288 .0002 273.7 .0002 255.1S14.33 224 32 224h319.9l0-72c0-9.547 5.66-18.19 14.42-22c8.754-3.809 18.95-2.075 25.94 4.41l112.1 104C514.6 247.9 514.6 264.1 504.3 273.6z\"></path></svg></a></div></div></div>\n<!-- /wp:uagb/info-box -->\n\n<!-- wp:uagb/info-box {\"classMigrate\":true,\"headingAlign\":\"left\",\"headingColor\":\"\",\"subHeadingColor\":\"\",\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"source_type\":\"image\",\"block_id\":\"78bdd1eb\",\"ctaType\":\"text\",\"ctaText\":\"READ MORE\",\"ctaLinkColor\":\"var(\\u002d\\u002dast-global-color-0)\",\"ctaDecoration\":\"underline\",\"ctaFontSize\":12,\"ctaFontWeight\":\"600\",\"ctaLetterSpacing\":2,\"ctaBorderColor\":\"\",\"ctaBorderStyle\":\"\",\"ctaBorderWidth\":\"\",\"ctaBorderRadius\":\"\",\"iconBottomMargin\":30,\"iconImage\":{\"id\":241,\"title\":\"beach\",\"filename\":\"beach.jpg\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/beach.jpg\",\"link\":\"https://blueroan.netgen.cloud/beach/\",\"alt\":\"\",\"author\":\"34\",\"description\":\"\",\"caption\":\"\",\"name\":\"beach\",\"status\":\"inherit\",\"uploadedTo\":0,\"date\":\"2021-05-11T10:56:06.000Z\",\"modified\":\"2021-05-11T10:56:06.000Z\",\"menuOrder\":0,\"mime\":\"image/jpeg\",\"type\":\"image\",\"subtype\":\"jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/default.png\",\"dateFormatted\":\"May 11, 2021\",\"nonces\":{\"update\":\"65c348aac8\",\"delete\":\"6d551f7cf4\",\"edit\":\"026ca70d91\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=241\\u0026action=edit\",\"meta\":false,\"authorName\":\"Rishabh\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/user-edit.php?user_id=34\",\"filesizeInBytes\":38094,\"filesizeHumanReadable\":\"37 KB\",\"context\":\"\",\"height\":440,\"width\":370,\"orientation\":\"portrait\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/beach-150x150.jpg\",\"orientation\":\"landscape\"},\"medium\":{\"height\":300,\"width\":252,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/beach-252x300-1.jpg\",\"orientation\":\"portrait\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/beach.jpg\",\"height\":440,\"width\":370,\"orientation\":\"portrait\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"imageSize\":\"full\",\"imageWidth\":100,\"imageWidthMobile\":100,\"imageWidthTablet\":100,\"paddingBtnTop\":10,\"paddingBtnBottom\":10,\"paddingBtnLeft\":14,\"paddingBtnRight\":14,\"imageWidthUnit\":\"%\",\"imageWidthUnitTablet\":\"%\",\"imageWidthUnitMobile\":\"%\",\"subHeadTopMargin\":0,\"subHeadRightMargin\":40,\"subHeadLeftMargin\":0,\"subHeadMarginTopTablet\":0,\"subHeadMarginRightTablet\":0,\"subHeadTabletSpace\":20,\"subHeadMarginLeftTablet\":0,\"imgTagHeight\":118,\"imgTagWidth\":370,\"btnBorderTopWidth\":1,\"btnBorderLeftWidth\":1,\"btnBorderRightWidth\":1,\"btnBorderBottomWidth\":1,\"btnBorderTopLeftRadius\":0,\"btnBorderTopRightRadius\":0,\"btnBorderBottomLeftRadius\":0,\"btnBorderBottomRightRadius\":0,\"btnBorderStyle\":\"solid\",\"btnBorderColor\":\"#333\"} -->\n<div class=\"wp-block-uagb-info-box uagb-block-78bdd1eb uagb-infobox__content-wrap  uagb-infobox-icon-above-title uagb-infobox-image-valign-top\"><div class=\"uagb-ifb-content\"><div class=\"uagb-ifb-image-content\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/beach.jpg\" alt=\"\" width=\"100\" height=\"118\" loading=\"lazy\"/></div><div class=\"uagb-ifb-title-wrap\"><h3 class=\"uagb-ifb-title\">Private Beach​</h3></div><p class=\"uagb-ifb-desc\">Want to take a dip into the sea? All our guests get complimentary access to our private beach.</p><div class=\"uagb-ifb-button-wrapper wp-block-button\"><a href=\"\" target=\"_self\" class=\"uagb-infobox-cta-link uagb-disable-link\" rel=\"noopener noreferrer\" alt=\"\"><span class=\"uagb-inline-editing\">READ MORE</span><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M504.3 273.6l-112.1 104c-6.992 6.484-17.18 8.218-25.94 4.406c-8.758-3.812-14.42-12.45-14.42-21.1L351.9 288H32C14.33 288 .0002 273.7 .0002 255.1S14.33 224 32 224h319.9l0-72c0-9.547 5.66-18.19 14.42-22c8.754-3.809 18.95-2.075 25.94 4.41l112.1 104C514.6 247.9 514.6 264.1 504.3 273.6z\"></path></svg></a></div></div></div>\n<!-- /wp:uagb/info-box --></div>\n<!-- /wp:uagb/container --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"07ae0e2e\",\"innerContentCustomWidthDesktop\":781,\"innerContentCustomWidthTablet\":781,\"backgroundType\":\"image\",\"backgroundImageDesktop\":{\"id\":54,\"title\":\"background-img\",\"filename\":\"background-img-1.jpg\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/background-img-1.jpg\",\"link\":\"https://blueroan.netgen.cloud/background-img-2/\",\"alt\":\"\",\"author\":\"34\",\"description\":\"\",\"caption\":\"\",\"name\":\"background-img-2\",\"status\":\"inherit\",\"uploadedTo\":0,\"date\":\"2021-05-07T10:11:37.000Z\",\"modified\":\"2021-05-07T10:11:37.000Z\",\"menuOrder\":0,\"mime\":\"image/jpeg\",\"type\":\"image\",\"subtype\":\"jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/default.png\",\"dateFormatted\":\"May 7, 2021\",\"nonces\":{\"update\":\"bb999636b9\",\"delete\":\"d2e1375bc4\",\"edit\":\"005dd2f0c9\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=54\\u0026action=edit\",\"meta\":false,\"authorName\":\"Rishabh\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/user-edit.php?user_id=34\",\"filesizeInBytes\":338858,\"filesizeHumanReadable\":\"331 KB\",\"context\":\"\",\"height\":1080,\"width\":1920,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/background-img-1-150x150.jpg\",\"orientation\":\"landscape\"},\"medium\":{\"height\":169,\"width\":300,\"url\":\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/background-img-1-300x169.jpg\",\"orientation\":\"landscape\"},\"large\":{\"height\":576,\"width\":1024,\"url\":\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/background-img-1-1024x576.jpg\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/background-img-1.jpg\",\"height\":1080,\"width\":1920,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"backgroundImageColor\":\"rgba(42,42,42,0.65)\",\"topPaddingDesktop\":144,\"bottomPaddingDesktop\":144,\"leftPaddingDesktop\":40,\"rightPaddingDesktop\":40,\"topPaddingTablet\":80,\"bottomPaddingTablet\":80,\"leftPaddingTablet\":40,\"rightPaddingTablet\":40,\"topPaddingMobile\":64,\"bottomPaddingMobile\":64,\"leftPaddingMobile\":24,\"rightPaddingMobile\":24,\"paddingLink\":false,\"variationSelected\":true,\"isBlockRootParent\":true,\"overlayType\":\"color\"} -->\n<div class=\"wp-block-uagb-container uagb-block-07ae0e2e alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/advanced-heading {\"block_id\":\"348d3d32\",\"classMigrate\":true,\"headingDescToggle\":true,\"headingAlign\":\"center\",\"headingColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"subHeadingColor\":\"var(\\u002d\\u002dast-global-color-4)\",\"headSpace\":20} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-348d3d32\"><h2 class=\"uagb-heading-text\">Plan an Unforgettable Experience in Mykonos Today!</h2><p class=\"uagb-desc-text\">We can help you fit your stay and experience within your allotted budget.</p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/advanced-heading {\"block_id\":\"726eebf7\",\"classMigrate\":true,\"headingTitleToggle\":false,\"headingDescToggle\":true,\"headingAlign\":\"center\",\"subHeadingColor\":\"var(\\u002d\\u002dast-global-color-4)\",\"subHeadTransform\":\"uppercase\",\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"subHeadLetterSpacing\":2,\"blockTopPadding\":60,\"blockRightPadding\":0,\"blockLeftPadding\":0,\"blockBottomPadding\":0,\"blockTopPaddingMobile\":30,\"blockRightPaddingMobile\":0,\"blockLeftPaddingMobile\":0,\"blockBottomPaddingMobile\":0} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-726eebf7\"><p class=\"uagb-desc-text\">BOOK YOUR STAY NOW​</p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/icon-list {\"block_id\":\"d53897fb\",\"classMigrate\":true,\"childMigrate\":true,\"align\":\"center\",\"parentIcon\":\"phone\",\"size\":40,\"sizeMobile\":24,\"sizeTablet\":32,\"fontSize\":48,\"fontSizeMobile\":28,\"fontSizeTablet\":40,\"fontWeight\":\"600\",\"iconColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"labelColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"blockTopPadding\":0,\"blockRightPadding\":0,\"blockLeftPadding\":0,\"blockBottomPadding\":24,\"blockPaddingLink\":false} -->\n<div class=\"wp-block-uagb-icon-list uagb-block-d53897fb\"><div class=\"uagb-icon-list__wrap\"><!-- wp:uagb/icon-list-child {\"block_id\":\"9c37ea9f\",\"label\":\"+1-123 456 7890​\",\"label_color\":\"\",\"fromParentIcon\":\"phone\",\"imageSizeChild\":40} -->\n<div class=\"wp-block-uagb-icon-list-child uagb-block-9c37ea9f\"><span class=\"uagb-icon-list__source-wrap\"><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M511.2 387l-23.25 100.8c-3.266 14.25-15.79 24.22-30.46 24.22C205.2 512 0 306.8 0 54.5c0-14.66 9.969-27.2 24.22-30.45l100.8-23.25C139.7-2.602 154.7 5.018 160.8 18.92l46.52 108.5c5.438 12.78 1.77 27.67-8.98 36.45L144.5 207.1c33.98 69.22 90.26 125.5 159.5 159.5l44.08-53.8c8.688-10.78 23.69-14.51 36.47-8.975l108.5 46.51C506.1 357.2 514.6 372.4 511.2 387z\"></path></svg></span><span class=\"uagb-icon-list__label\">+1-123 456 7890​</span></div>\n<!-- /wp:uagb/icon-list-child --></div></div>\n<!-- /wp:uagb/icon-list --></div></div>\n<!-- /wp:uagb/container -->',	'Amenities',	'',	'inherit',	'closed',	'closed',	'',	'762-revision-v1',	'',	'',	'2022-12-15 12:16:25',	'2022-12-15 12:16:25',	'',	762,	'https://blueroan.netgen.cloud/?p=1229',	0,	'revision',	'',	0),
(1230,	2,	'2022-12-15 12:17:16',	'2022-12-15 12:17:16',	'<!-- wp:uagb/container {\"block_id\":\"3018a3e8\",\"backgroundType\":\"image\",\"backgroundImageDesktop\":{\"id\":1007,\"title\":\"AAEAAQAAAAAAAAAAAAAAJDg5NmY0ZGUxLWE4MTgtNDY5NC1iODFhLTBmN2Q0ZDc5ZWFiNw-1\",\"filename\":\"AAEAAQAAAAAAAAAAAAAAJDg5NmY0ZGUxLWE4MTgtNDY5NC1iODFhLTBmN2Q0ZDc5ZWFiNw-1.png\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAAJDg5NmY0ZGUxLWE4MTgtNDY5NC1iODFhLTBmN2Q0ZDc5ZWFiNw-1.png\",\"link\":\"https://blueroan.netgen.cloud/the-barn/aaeaaqaaaaaaaaaaaaaajdg5nmy0zguxlwe4mtgtndy5nc1iodfhltbmn2q0zdc5zwfinw-1/\",\"alt\":\"\",\"author\":\"2\",\"description\":\"\",\"caption\":\"\",\"name\":\"aaeaaqaaaaaaaaaaaaaajdg5nmy0zguxlwe4mtgtndy5nc1iodfhltbmn2q0zdc5zwfinw-1\",\"status\":\"inherit\",\"uploadedTo\":948,\"date\":\"2022-12-14T10:50:25.000Z\",\"modified\":\"2022-12-14T10:50:25.000Z\",\"menuOrder\":0,\"mime\":\"image/png\",\"type\":\"image\",\"subtype\":\"png\",\"icon\":\"https://blueroan.netgen.cloud/wp-includes/images/media/default.png\",\"dateFormatted\":\"December 14, 2022\",\"nonces\":{\"update\":\"483f8bdf3d\",\"delete\":\"0a7ebc92ef\",\"edit\":\"6bc1c6a685\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=1007\\u0026action=edit\",\"meta\":false,\"authorName\":\"Netgen Support\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/profile.php\",\"uploadedToTitle\":\"The Barn\",\"uploadedToLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=948\\u0026action=edit\",\"filesizeInBytes\":1348989,\"filesizeHumanReadable\":\"1 MB\",\"context\":\"\",\"height\":667,\"width\":1000,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAAJDg5NmY0ZGUxLWE4MTgtNDY5NC1iODFhLTBmN2Q0ZDc5ZWFiNw-1-150x150.png\",\"orientation\":\"landscape\"},\"medium\":{\"height\":200,\"width\":300,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAAJDg5NmY0ZGUxLWE4MTgtNDY5NC1iODFhLTBmN2Q0ZDc5ZWFiNw-1-300x200.png\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAAJDg5NmY0ZGUxLWE4MTgtNDY5NC1iODFhLTBmN2Q0ZDc5ZWFiNw-1.png\",\"height\":667,\"width\":1000,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"backgroundPositionDesktop\":{\"x\":0.61,\"y\":0.52},\"backgroundSizeTablet\":\"cover\",\"backgroundSizeMobile\":\"cover\",\"backgroundColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"backgroundImageColor\":\"rgba(42,42,42,0.5)\",\"topPaddingDesktop\":220,\"bottomPaddingDesktop\":150,\"topPaddingTablet\":170,\"bottomPaddingTablet\":160,\"leftPaddingTablet\":30,\"rightPaddingTablet\":30,\"topPaddingMobile\":180,\"bottomPaddingMobile\":80,\"leftPaddingMobile\":20,\"rightPaddingMobile\":20,\"paddingLink\":false,\"variationSelected\":true,\"isBlockRootParent\":true,\"overlayType\":\"color\"} -->\n<div class=\"wp-block-uagb-container uagb-block-3018a3e8 alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/advanced-heading {\"block_id\":\"888459db\",\"classMigrate\":true,\"headingDescToggle\":true,\"headingColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"subHeadingColor\":\"var(\\u002d\\u002dast-global-color-4)\",\"headingTag\":\"h1\",\"headSpace\":20,\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"blockTopPadding\":0,\"blockRightPadding\":50,\"blockLeftPadding\":0,\"blockBottomPadding\":0,\"blockTopPaddingTablet\":0,\"blockRightPaddingTablet\":20,\"blockLeftPaddingTablet\":0,\"blockBottomPaddingTablet\":0,\"blockTopPaddingMobile\":0,\"blockRightPaddingMobile\":0,\"blockLeftPaddingMobile\":0,\"blockBottomPaddingMobile\":0,\"blockPaddingUnit\":\"%\",\"blockPaddingUnitTablet\":\"%\"} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-888459db\"><h1 class=\"uagb-heading-text\">Amenities &amp; Interests​</h1><p class=\"uagb-desc-text\">We do not give you just rooms to stay in. We give you an environment where you can experience the best while on a holiday with us. </p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:buttons -->\n<div class=\"wp-block-buttons\"><!-- wp:button -->\n<div class=\"wp-block-button\"><a class=\"wp-block-button__link wp-element-button\" href=\"https://book.nightsbridge.com/11065\" target=\"_blank\" rel=\"noreferrer noopener\">BOOK NOW</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"252fe662\",\"backgroundType\":\"color\",\"backgroundSizeTablet\":\"cover\",\"backgroundSizeMobile\":\"cover\",\"backgroundColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"topPaddingDesktop\":50,\"bottomPaddingDesktop\":100,\"topPaddingTablet\":50,\"bottomPaddingTablet\":25,\"leftPaddingTablet\":20,\"rightPaddingTablet\":20,\"topPaddingMobile\":50,\"bottomPaddingMobile\":20,\"leftPaddingMobile\":20,\"rightPaddingMobile\":20,\"paddingLink\":false,\"variationSelected\":true,\"rowGapDesktop\":0,\"isBlockRootParent\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-252fe662 alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/container {\"block_id\":\"11c66277\",\"directionDesktop\":\"row\",\"alignItemsTablet\":\"flex-start\",\"paddingLink\":false,\"topMarginDesktop\":50,\"bottomMarginDesktop\":20,\"leftMarginDesktop\":0,\"rightMarginDesktop\":0,\"marginLink\":false,\"variationSelected\":true,\"rowGapMobile\":65,\"columnGapDesktop\":48,\"columnGapTablet\":20} -->\n<div class=\"wp-block-uagb-container uagb-block-11c66277\"><!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"align\":\"center\",\"id\":828,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image aligncenter size-full\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Blue-Roan-pool.png\" alt=\"Blue Roan\'s rock pool\" class=\"wp-image-828\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>A relaxing rock Pool​</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>We have a lovely sparkling blue rock pool next to a thatched Lapa. &nbsp;&nbsp;Lie on recliners on the green lawn or sit on the swing chair in the Lapa and enjoy the panoramic view of the Magaliesberg mountain range.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":829,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/img-20160605-wa0002-largejpg.png\" alt=\"\" class=\"wp-image-829\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>Braai facilities </h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>What can compare to a burning fire under the star-lit African sky? Nothing beats the flavor of cooking over an open flame.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":830,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/ef9d0188da11e2bc56788f5619d9d539.png\" alt=\"\" class=\"wp-image-830\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>A games room </h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>The reception is also a games room for those who enjoy darts or playing pool. &nbsp;Take a selection of DVDs back to your room and watch movies on your own DVD player. &nbsp;There is also a selection of board games and music CDs that you can borrow.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"align\":\"center\",\"id\":1198,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image aligncenter size-full\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/eyJidWNrZXQiOiJhc3NldHMuYWxsdHJhaWxzLmNvbSIsImtleSI6InVwbG9hZHMvcGhvdG8vaW1hZ2UvNDMxNzk4MTAvYjZkYTAz-1.png\" alt=\"\" class=\"wp-image-1198\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>Walking or hiking </h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>There is a well-kept walking trail on our property with plenty of bird life and some benches along the way. &nbsp;It is safe for dogs to run off-leash as it is completely fenced all around. &nbsp;For those who enjoy long walks and hikes, it is safe to cross onto neighbouring farms and go as far as the eye can see.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":1185,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/49089607_1950305445047847_5177863042771189760_n.png\" alt=\"\" class=\"wp-image-1185\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>Mountain biking </h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Bring your mountain bikes and explore the surrounding countryside on safe off-road tracks on our property and on neighbouring farms.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":1196,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Michelle_1.png\" alt=\"\" class=\"wp-image-1196\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>Horse riding </h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Interested riders can book at one of the recommended horse-riding establishments listed further down this page.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"d11654c9\",\"innerContentWidth\":\"alignfull\",\"directionDesktop\":\"row\",\"wrapTablet\":\"wrap\",\"variationSelected\":true,\"rowGapTablet\":0,\"columnGapDesktop\":0,\"isBlockRootParent\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-d11654c9 alignfull uagb-is-root-container\"><!-- wp:uagb/container {\"block_id\":\"9202e3a4\",\"widthDesktop\":25,\"widthTablet\":50,\"variationSelected\":true,\"widthSetByUser\":true,\"UAGHideMob\":true,\"UAGResponsiveConditions\":true} -->\n<div class=\"wp-block-uagb-container uag-hide-mob uagb-block-9202e3a4\"><!-- wp:uagb/image {\"block_id\":\"b0eba253\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-18-1-1024x768.jpg\",\"id\":1208,\"linkDestination\":\"none\",\"width\":480,\"height\":500,\"naturalWidth\":1024,\"naturalHeight\":768,\"sizeSlug\":\"large\",\"sizeSlugTablet\":\"large\",\"sizeSlugMobile\":\"large\",\"customHeightSetDesktop\":true} -->\n<div class=\"wp-block-uagb-image uagb-block-b0eba253 wp-block-uagb-image--layout-default wp-block-uagb-image--effect-static wp-block-uagb-image--align-none\"><figure class=\"wp-block-uagb-image__figure\"><img srcset=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-18-1-1024x768.jpg \" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-18-1-1024x768.jpg\" alt=\"\" class=\"uag-image-1208\" width=\"480\" height=\"500\" title=\"\" loading=\"lazy\"/></figure></div>\n<!-- /wp:uagb/image --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"7a09897a\",\"widthDesktop\":25,\"widthTablet\":50,\"variationSelected\":true,\"widthSetByUser\":true,\"UAGHideMob\":true,\"UAGResponsiveConditions\":true} -->\n<div class=\"wp-block-uagb-container uag-hide-mob uagb-block-7a09897a\"><!-- wp:uagb/image {\"block_id\":\"4b7d7fa5\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Blue-Roan-pool-1.png\",\"id\":1210,\"linkDestination\":\"none\",\"width\":480,\"height\":500,\"naturalWidth\":370,\"naturalHeight\":440,\"sizeSlug\":\"full\",\"sizeSlugTablet\":\"full\",\"sizeSlugMobile\":\"full\",\"customHeightSetDesktop\":true} -->\n<div class=\"wp-block-uagb-image uagb-block-4b7d7fa5 wp-block-uagb-image--layout-default wp-block-uagb-image--effect-static wp-block-uagb-image--align-none\"><figure class=\"wp-block-uagb-image__figure\"><img srcset=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Blue-Roan-pool-1.png \" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Blue-Roan-pool-1.png\" alt=\"\" class=\"uag-image-1210\" width=\"480\" height=\"500\" title=\"\" loading=\"lazy\"/></figure></div>\n<!-- /wp:uagb/image --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"d9e2807b\",\"widthDesktop\":50,\"widthTablet\":100,\"variationSelected\":true,\"columnGapDesktop\":20,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-d9e2807b\"><!-- wp:uagb/image {\"block_id\":\"f76c3632\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/the-view-from-my-rooms-1024x768.jpg\",\"id\":1211,\"linkDestination\":\"none\",\"width\":960,\"height\":500,\"naturalWidth\":1024,\"naturalHeight\":768,\"sizeSlug\":\"large\",\"sizeSlugTablet\":\"large\",\"sizeSlugMobile\":\"large\",\"customHeightSetDesktop\":true} -->\n<div class=\"wp-block-uagb-image uagb-block-f76c3632 wp-block-uagb-image--layout-default wp-block-uagb-image--effect-static wp-block-uagb-image--align-none\"><figure class=\"wp-block-uagb-image__figure\"><img srcset=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/the-view-from-my-rooms-1024x768.jpg \" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/the-view-from-my-rooms-1024x768.jpg\" alt=\"\" class=\"uag-image-1211\" width=\"960\" height=\"500\" title=\"\" loading=\"lazy\"/></figure></div>\n<!-- /wp:uagb/image --></div>\n<!-- /wp:uagb/container --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"cff6cc4f\",\"innerContentWidth\":\"alignfull\",\"directionDesktop\":\"row\",\"wrapTablet\":\"wrap\",\"variationSelected\":true,\"rowGapTablet\":0,\"columnGapDesktop\":0,\"isBlockRootParent\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-cff6cc4f alignfull uagb-is-root-container\"><!-- wp:uagb/container {\"block_id\":\"fcc46b8b\",\"widthDesktop\":50,\"widthTablet\":100,\"variationSelected\":true,\"columnGapDesktop\":20,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-fcc46b8b\"><!-- wp:uagb/image {\"block_id\":\"0af2e4f8\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAAJDI0ZWY4NDc1LThjYjYtNDM3YS1iOTliLWNmOWQxYTJkMWU5MQ-1.png\",\"id\":1213,\"linkDestination\":\"none\",\"width\":960,\"height\":500,\"naturalWidth\":1000,\"naturalHeight\":667,\"sizeSlug\":\"full\",\"sizeSlugTablet\":\"full\",\"sizeSlugMobile\":\"full\",\"customHeightSetDesktop\":true} -->\n<div class=\"wp-block-uagb-image uagb-block-0af2e4f8 wp-block-uagb-image--layout-default wp-block-uagb-image--effect-static wp-block-uagb-image--align-none\"><figure class=\"wp-block-uagb-image__figure\"><img srcset=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAAJDI0ZWY4NDc1LThjYjYtNDM3YS1iOTliLWNmOWQxYTJkMWU5MQ-1.png \" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAAJDI0ZWY4NDc1LThjYjYtNDM3YS1iOTliLWNmOWQxYTJkMWU5MQ-1.png\" alt=\"\" class=\"uag-image-1213\" width=\"960\" height=\"500\" title=\"\" loading=\"lazy\"/></figure></div>\n<!-- /wp:uagb/image --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"9362bd3a\",\"widthDesktop\":25,\"variationSelected\":true,\"widthSetByUser\":true,\"UAGHideMob\":true,\"UAGResponsiveConditions\":true} -->\n<div class=\"wp-block-uagb-container uag-hide-mob uagb-block-9362bd3a\"><!-- wp:uagb/image {\"block_id\":\"363a3893\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/bird-1-1024x683.jpg\",\"id\":1215,\"linkDestination\":\"none\",\"width\":480,\"height\":500,\"naturalWidth\":1024,\"naturalHeight\":683,\"sizeSlug\":\"large\",\"sizeSlugTablet\":\"large\",\"sizeSlugMobile\":\"large\",\"customHeightSetDesktop\":true} -->\n<div class=\"wp-block-uagb-image uagb-block-363a3893 wp-block-uagb-image--layout-default wp-block-uagb-image--effect-static wp-block-uagb-image--align-none\"><figure class=\"wp-block-uagb-image__figure\"><img srcset=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/bird-1-1024x683.jpg \" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/bird-1-1024x683.jpg\" alt=\"\" class=\"uag-image-1215\" width=\"480\" height=\"500\" title=\"\" loading=\"lazy\"/></figure></div>\n<!-- /wp:uagb/image --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"fb3b4f37\",\"widthDesktop\":25,\"variationSelected\":true,\"widthSetByUser\":true,\"UAGHideMob\":true,\"UAGResponsiveConditions\":true} -->\n<div class=\"wp-block-uagb-container uag-hide-mob uagb-block-fb3b4f37\"><!-- wp:uagb/image {\"block_id\":\"82693afa\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/two-happy-boxers-1024x768.jpg\",\"id\":1216,\"linkDestination\":\"none\",\"width\":480,\"height\":500,\"naturalWidth\":1024,\"naturalHeight\":768,\"sizeSlug\":\"large\",\"sizeSlugTablet\":\"large\",\"sizeSlugMobile\":\"large\",\"customHeightSetDesktop\":true} -->\n<div class=\"wp-block-uagb-image uagb-block-82693afa wp-block-uagb-image--layout-default wp-block-uagb-image--effect-static wp-block-uagb-image--align-none\"><figure class=\"wp-block-uagb-image__figure\"><img srcset=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/two-happy-boxers-1024x768.jpg \" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/two-happy-boxers-1024x768.jpg\" alt=\"\" class=\"uag-image-1216\" width=\"480\" height=\"500\" title=\"\" loading=\"lazy\"/></figure></div>\n<!-- /wp:uagb/image --></div>\n<!-- /wp:uagb/container --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"d84d04a2\",\"backgroundType\":\"color\",\"backgroundSizeTablet\":\"cover\",\"backgroundSizeMobile\":\"cover\",\"backgroundColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"topPaddingDesktop\":120,\"bottomPaddingDesktop\":120,\"topPaddingTablet\":80,\"bottomPaddingTablet\":80,\"leftPaddingTablet\":30,\"rightPaddingTablet\":30,\"topPaddingMobile\":80,\"bottomPaddingMobile\":80,\"leftPaddingMobile\":20,\"rightPaddingMobile\":20,\"paddingLink\":false,\"variationSelected\":true,\"rowGapDesktop\":0,\"rowGapTablet\":0,\"isBlockRootParent\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-d84d04a2 alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/container {\"block_id\":\"1b8d0916\",\"directionDesktop\":\"row\",\"alignItemsDesktop\":\"flex-end\",\"alignItemsTablet\":\"flex-end\",\"justifyContentDesktop\":\"flex-end\",\"justifyContentTablet\":\"space-between\",\"variationSelected\":true,\"rowGapMobile\":30,\"columnGapDesktop\":0} -->\n<div class=\"wp-block-uagb-container uagb-block-1b8d0916\"><!-- wp:uagb/advanced-heading {\"block_id\":\"5b21e7c3\",\"classMigrate\":true,\"headingDescToggle\":true,\"subHeadingColor\":\"\",\"headSpace\":20,\"subHeadFontSize\":16} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-5b21e7c3\"><h2 class=\"uagb-heading-text\">Things to do in the area of Magaliesburg<br></h2><p class=\"uagb-desc-text\">Looking for more? Well, we believe that every guest walks into our lodge for the best experience. And, we are determined to do that.</p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/buttons {\"block_id\":\"9f3df5cd\",\"classMigrate\":true,\"childMigrate\":true,\"align\":\"right\",\"alignTablet\":\"right\",\"alignMobile\":\"left\",\"gap\":0} -->\n<div class=\"wp-block-uagb-buttons uagb-buttons__outer-wrap uagb-btn__default-btn uagb-btn-tablet__default-btn uagb-btn-mobile__default-btn uagb-block-9f3df5cd\"><div class=\"uagb-buttons__wrap uagb-buttons-layout-wrap\"><!-- wp:uagb/buttons-child {\"block_id\":\"4235ad69\",\"label\":\"Get Bookings\",\"link\":\"#\",\"hColor\":\"\",\"borderWidth\":\"\",\"borderRadius\":\"\",\"borderStyle\":\"\",\"borderColor\":\"\",\"borderHColor\":\"\",\"btnBorderTopWidth\":1,\"btnBorderLeftWidth\":1,\"btnBorderRightWidth\":1,\"btnBorderBottomWidth\":1,\"btnBorderTopLeftRadius\":2,\"btnBorderTopRightRadius\":2,\"btnBorderBottomLeftRadius\":2,\"btnBorderBottomRightRadius\":2,\"btnBorderStyle\":\"solid\",\"btnBorderColor\":\"#333\",\"btnBorderHColor\":\"#333\"} -->\n<div class=\"wp-block-uagb-buttons-child uagb-buttons__outer-wrap uagb-block-4235ad69 wp-block-button is-style-outline\"><div class=\"uagb-button__wrapper\"><a class=\"uagb-buttons-repeater wp-block-button__link\" href=\"#\" rel=\"follow noopener\" target=\"_self\"><div class=\"uagb-button__link\">Get Bookings</div></a></div></div>\n<!-- /wp:uagb/buttons-child --></div></div>\n<!-- /wp:uagb/buttons --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"52c03529\",\"directionDesktop\":\"row\",\"alignItemsTablet\":\"flex-start\",\"paddingLink\":false,\"topMarginDesktop\":54,\"bottomMarginDesktop\":0,\"leftMarginDesktop\":0,\"rightMarginDesktop\":0,\"topMarginTablet\":30,\"bottomMarginTablet\":0,\"leftMarginTablet\":0,\"rightMarginTablet\":0,\"marginLink\":false,\"variationSelected\":true,\"rowGapMobile\":65,\"columnGapDesktop\":48,\"columnGapTablet\":20} -->\n<div class=\"wp-block-uagb-container uagb-block-52c03529\"><!-- wp:uagb/info-box {\"classMigrate\":true,\"headingAlign\":\"left\",\"headingColor\":\"\",\"subHeadingColor\":\"\",\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"source_type\":\"image\",\"block_id\":\"0bb94428\",\"ctaTarget\":true,\"ctaType\":\"text\",\"ctaText\":\"READ MORE\",\"ctaLink\":\"https://www.sundowner.co.za/rooms/magalies-barbus-haven/\",\"ctaLinkColor\":\"var(\\u002d\\u002dast-global-color-0)\",\"ctaDecoration\":\"underline\",\"ctaFontSize\":12,\"ctaFontWeight\":\"600\",\"ctaLetterSpacing\":2,\"ctaBorderColor\":\"\",\"ctaBorderStyle\":\"\",\"ctaBorderWidth\":\"\",\"ctaBorderRadius\":\"\",\"iconBottomMargin\":30,\"iconImage\":{\"uploading\":false,\"date\":1671106052000,\"filename\":\"41b46e52d7427ea1f6f135454e9a012f.png\",\"menuOrder\":0,\"uploadedTo\":762,\"type\":\"image\",\"subtype\":\"png\",\"id\":1222,\"title\":\"41b46e52d7427ea1f6f135454e9a012f\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/41b46e52d7427ea1f6f135454e9a012f.png\",\"link\":\"https://blueroan.netgen.cloud/amenities/41b46e52d7427ea1f6f135454e9a012f/\",\"alt\":\"\",\"author\":\"2\",\"description\":\"\",\"caption\":\"\",\"name\":\"41b46e52d7427ea1f6f135454e9a012f\",\"status\":\"inherit\",\"modified\":1671106052000,\"mime\":\"image/png\",\"icon\":\"https://blueroan.netgen.cloud/wp-includes/images/media/default.png\",\"dateFormatted\":\"December 15, 2022\",\"nonces\":{\"update\":\"a33de4f0ef\",\"delete\":\"e6f9dee199\",\"edit\":\"6d436328bf\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=1222\\u0026action=edit\",\"meta\":false,\"authorName\":\"Netgen Support\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/profile.php\",\"uploadedToTitle\":\"Amenities\",\"uploadedToLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=762\\u0026action=edit\",\"filesizeInBytes\":326854,\"filesizeHumanReadable\":\"319 KB\",\"context\":\"\",\"height\":440,\"width\":370,\"orientation\":\"portrait\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/41b46e52d7427ea1f6f135454e9a012f-150x150.png\",\"orientation\":\"landscape\"},\"medium\":{\"height\":300,\"width\":252,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/41b46e52d7427ea1f6f135454e9a012f-252x300.png\",\"orientation\":\"portrait\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/41b46e52d7427ea1f6f135454e9a012f.png\",\"height\":440,\"width\":370,\"orientation\":\"portrait\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"imageSize\":\"full\",\"imageWidth\":100,\"imageWidthMobile\":100,\"imageWidthTablet\":100,\"paddingBtnTop\":10,\"paddingBtnBottom\":10,\"paddingBtnLeft\":14,\"paddingBtnRight\":14,\"imageWidthUnit\":\"%\",\"imageWidthUnitTablet\":\"%\",\"imageWidthUnitMobile\":\"%\",\"subHeadTopMargin\":0,\"subHeadRightMargin\":40,\"subHeadLeftMargin\":0,\"subHeadMarginTopTablet\":0,\"subHeadMarginRightTablet\":0,\"subHeadTabletSpace\":20,\"subHeadMarginLeftTablet\":0,\"imgTagHeight\":118,\"imgTagWidth\":370,\"btnBorderTopWidth\":1,\"btnBorderLeftWidth\":1,\"btnBorderRightWidth\":1,\"btnBorderBottomWidth\":1,\"btnBorderTopLeftRadius\":0,\"btnBorderTopRightRadius\":0,\"btnBorderBottomLeftRadius\":0,\"btnBorderBottomRightRadius\":0,\"btnBorderStyle\":\"solid\",\"btnBorderColor\":\"#333\"} -->\n<div class=\"wp-block-uagb-info-box uagb-block-0bb94428 uagb-infobox__content-wrap  uagb-infobox-icon-above-title uagb-infobox-image-valign-top\"><div class=\"uagb-ifb-content\"><div class=\"uagb-ifb-image-content\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/41b46e52d7427ea1f6f135454e9a012f.png\" alt=\"\" width=\"100\" height=\"118\" loading=\"lazy\"/></div><div class=\"uagb-ifb-title-wrap\"><h3 class=\"uagb-ifb-title\">Fishing at Barbus Haven </h3></div><p class=\"uagb-ifb-desc\">The 2.5 hr Introductory fly fishing clinics cover the basic techniques required to fly fish effectively. </p><div class=\"uagb-ifb-button-wrapper wp-block-button\"><a href=\"https://www.sundowner.co.za/rooms/magalies-barbus-haven/\" target=\"_blank\" class=\"uagb-infobox-cta-link\" rel=\"noopener noreferrer\" alt=\"\"><span class=\"uagb-inline-editing\">READ MORE</span><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M504.3 273.6l-112.1 104c-6.992 6.484-17.18 8.218-25.94 4.406c-8.758-3.812-14.42-12.45-14.42-21.1L351.9 288H32C14.33 288 .0002 273.7 .0002 255.1S14.33 224 32 224h319.9l0-72c0-9.547 5.66-18.19 14.42-22c8.754-3.809 18.95-2.075 25.94 4.41l112.1 104C514.6 247.9 514.6 264.1 504.3 273.6z\"></path></svg></a></div></div></div>\n<!-- /wp:uagb/info-box -->\n\n<!-- wp:uagb/info-box {\"classMigrate\":true,\"headingAlign\":\"left\",\"headingColor\":\"\",\"subHeadingColor\":\"\",\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"source_type\":\"image\",\"block_id\":\"63910fb1\",\"ctaTarget\":true,\"ctaType\":\"text\",\"ctaText\":\"READ MORE\",\"ctaLink\":\"https://www.thekingfisherlodge.co.za/activities/\",\"ctaLinkColor\":\"var(\\u002d\\u002dast-global-color-0)\",\"ctaDecoration\":\"underline\",\"ctaFontSize\":12,\"ctaFontWeight\":\"600\",\"ctaLetterSpacing\":2,\"ctaBorderColor\":\"\",\"ctaBorderStyle\":\"\",\"ctaBorderWidth\":\"\",\"ctaBorderRadius\":\"\",\"iconBottomMargin\":30,\"iconImage\":{\"uploading\":false,\"date\":1671106415000,\"filename\":\"IMG-20180619-WA0004.png\",\"menuOrder\":0,\"uploadedTo\":762,\"type\":\"image\",\"subtype\":\"png\",\"id\":1225,\"title\":\"IMG-20180619-WA0004\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/IMG-20180619-WA0004.png\",\"link\":\"https://blueroan.netgen.cloud/amenities/img-20180619-wa0004/\",\"alt\":\"\",\"author\":\"2\",\"description\":\"\",\"caption\":\"\",\"name\":\"img-20180619-wa0004\",\"status\":\"inherit\",\"modified\":1671106415000,\"mime\":\"image/png\",\"icon\":\"https://blueroan.netgen.cloud/wp-includes/images/media/default.png\",\"dateFormatted\":\"December 15, 2022\",\"nonces\":{\"update\":\"e988b6351d\",\"delete\":\"5d512e9cd1\",\"edit\":\"3a331dfabd\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=1225\\u0026action=edit\",\"meta\":false,\"authorName\":\"Netgen Support\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/profile.php\",\"uploadedToTitle\":\"Amenities\",\"uploadedToLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=762\\u0026action=edit\",\"filesizeInBytes\":276116,\"filesizeHumanReadable\":\"270 KB\",\"context\":\"\",\"height\":440,\"width\":370,\"orientation\":\"portrait\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/IMG-20180619-WA0004-150x150.png\",\"orientation\":\"landscape\"},\"medium\":{\"height\":300,\"width\":252,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/IMG-20180619-WA0004-252x300.png\",\"orientation\":\"portrait\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/IMG-20180619-WA0004.png\",\"height\":440,\"width\":370,\"orientation\":\"portrait\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"imageSize\":\"full\",\"imageWidth\":100,\"imageWidthMobile\":100,\"imageWidthTablet\":100,\"paddingBtnTop\":10,\"paddingBtnBottom\":10,\"paddingBtnLeft\":14,\"paddingBtnRight\":14,\"imageWidthUnit\":\"%\",\"imageWidthUnitTablet\":\"%\",\"imageWidthUnitMobile\":\"%\",\"subHeadTopMargin\":0,\"subHeadRightMargin\":40,\"subHeadLeftMargin\":0,\"subHeadMarginTopTablet\":0,\"subHeadMarginRightTablet\":0,\"subHeadTabletSpace\":20,\"subHeadMarginLeftTablet\":0,\"imgTagHeight\":118,\"imgTagWidth\":370,\"btnBorderTopWidth\":1,\"btnBorderLeftWidth\":1,\"btnBorderRightWidth\":1,\"btnBorderBottomWidth\":1,\"btnBorderTopLeftRadius\":0,\"btnBorderTopRightRadius\":0,\"btnBorderBottomLeftRadius\":0,\"btnBorderBottomRightRadius\":0,\"btnBorderStyle\":\"solid\",\"btnBorderColor\":\"#333\"} -->\n<div class=\"wp-block-uagb-info-box uagb-block-63910fb1 uagb-infobox__content-wrap  uagb-infobox-icon-above-title uagb-infobox-image-valign-top\"><div class=\"uagb-ifb-content\"><div class=\"uagb-ifb-image-content\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/IMG-20180619-WA0004.png\" alt=\"\" width=\"100\" height=\"118\" loading=\"lazy\"/></div><div class=\"uagb-ifb-title-wrap\"><h3 class=\"uagb-ifb-title\">Fishing at Kingfisher </h3></div><p class=\"uagb-ifb-desc\">The opportunity to fish for Rainbow Trout or the elusive Brown Trout. Kingfisher offers rod hires at their venue. <br></p><div class=\"uagb-ifb-button-wrapper wp-block-button\"><a href=\"https://www.thekingfisherlodge.co.za/activities/\" target=\"_blank\" class=\"uagb-infobox-cta-link\" rel=\"noopener noreferrer\" alt=\"\"><span class=\"uagb-inline-editing\">READ MORE</span><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M504.3 273.6l-112.1 104c-6.992 6.484-17.18 8.218-25.94 4.406c-8.758-3.812-14.42-12.45-14.42-21.1L351.9 288H32C14.33 288 .0002 273.7 .0002 255.1S14.33 224 32 224h319.9l0-72c0-9.547 5.66-18.19 14.42-22c8.754-3.809 18.95-2.075 25.94 4.41l112.1 104C514.6 247.9 514.6 264.1 504.3 273.6z\"></path></svg></a></div></div></div>\n<!-- /wp:uagb/info-box -->\n\n<!-- wp:uagb/info-box {\"classMigrate\":true,\"headingAlign\":\"left\",\"headingColor\":\"\",\"subHeadingColor\":\"\",\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"source_type\":\"image\",\"block_id\":\"df92d317\",\"ctaType\":\"text\",\"ctaText\":\"READ MORE\",\"ctaLinkColor\":\"var(\\u002d\\u002dast-global-color-0)\",\"ctaDecoration\":\"underline\",\"ctaFontSize\":12,\"ctaFontWeight\":\"600\",\"ctaLetterSpacing\":2,\"ctaBorderColor\":\"\",\"ctaBorderStyle\":\"\",\"ctaBorderWidth\":\"\",\"ctaBorderRadius\":\"\",\"iconBottomMargin\":30,\"iconImage\":{\"id\":241,\"title\":\"beach\",\"filename\":\"beach.jpg\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/beach.jpg\",\"link\":\"https://blueroan.netgen.cloud/beach/\",\"alt\":\"\",\"author\":\"34\",\"description\":\"\",\"caption\":\"\",\"name\":\"beach\",\"status\":\"inherit\",\"uploadedTo\":0,\"date\":\"2021-05-11T10:56:06.000Z\",\"modified\":\"2021-05-11T10:56:06.000Z\",\"menuOrder\":0,\"mime\":\"image/jpeg\",\"type\":\"image\",\"subtype\":\"jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/default.png\",\"dateFormatted\":\"May 11, 2021\",\"nonces\":{\"update\":\"65c348aac8\",\"delete\":\"6d551f7cf4\",\"edit\":\"026ca70d91\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=241\\u0026action=edit\",\"meta\":false,\"authorName\":\"Rishabh\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/user-edit.php?user_id=34\",\"filesizeInBytes\":38094,\"filesizeHumanReadable\":\"37 KB\",\"context\":\"\",\"height\":440,\"width\":370,\"orientation\":\"portrait\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/beach-150x150.jpg\",\"orientation\":\"landscape\"},\"medium\":{\"height\":300,\"width\":252,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/beach-252x300-1.jpg\",\"orientation\":\"portrait\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/beach.jpg\",\"height\":440,\"width\":370,\"orientation\":\"portrait\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"imageSize\":\"full\",\"imageWidth\":100,\"imageWidthMobile\":100,\"imageWidthTablet\":100,\"paddingBtnTop\":10,\"paddingBtnBottom\":10,\"paddingBtnLeft\":14,\"paddingBtnRight\":14,\"imageWidthUnit\":\"%\",\"imageWidthUnitTablet\":\"%\",\"imageWidthUnitMobile\":\"%\",\"subHeadTopMargin\":0,\"subHeadRightMargin\":40,\"subHeadLeftMargin\":0,\"subHeadMarginTopTablet\":0,\"subHeadMarginRightTablet\":0,\"subHeadTabletSpace\":20,\"subHeadMarginLeftTablet\":0,\"imgTagHeight\":118,\"imgTagWidth\":370,\"btnBorderTopWidth\":1,\"btnBorderLeftWidth\":1,\"btnBorderRightWidth\":1,\"btnBorderBottomWidth\":1,\"btnBorderTopLeftRadius\":0,\"btnBorderTopRightRadius\":0,\"btnBorderBottomLeftRadius\":0,\"btnBorderBottomRightRadius\":0,\"btnBorderStyle\":\"solid\",\"btnBorderColor\":\"#333\"} -->\n<div class=\"wp-block-uagb-info-box uagb-block-df92d317 uagb-infobox__content-wrap  uagb-infobox-icon-above-title uagb-infobox-image-valign-top\"><div class=\"uagb-ifb-content\"><div class=\"uagb-ifb-image-content\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/beach.jpg\" alt=\"\" width=\"100\" height=\"118\" loading=\"lazy\"/></div><div class=\"uagb-ifb-title-wrap\"><h3 class=\"uagb-ifb-title\">Private Beach​</h3></div><p class=\"uagb-ifb-desc\">Want to take a dip into the sea? All our guests get complimentary access to our private beach.</p><div class=\"uagb-ifb-button-wrapper wp-block-button\"><a href=\"\" target=\"_self\" class=\"uagb-infobox-cta-link uagb-disable-link\" rel=\"noopener noreferrer\" alt=\"\"><span class=\"uagb-inline-editing\">READ MORE</span><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M504.3 273.6l-112.1 104c-6.992 6.484-17.18 8.218-25.94 4.406c-8.758-3.812-14.42-12.45-14.42-21.1L351.9 288H32C14.33 288 .0002 273.7 .0002 255.1S14.33 224 32 224h319.9l0-72c0-9.547 5.66-18.19 14.42-22c8.754-3.809 18.95-2.075 25.94 4.41l112.1 104C514.6 247.9 514.6 264.1 504.3 273.6z\"></path></svg></a></div></div></div>\n<!-- /wp:uagb/info-box --></div>\n<!-- /wp:uagb/container --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"388a92bc\",\"innerContentCustomWidthDesktop\":781,\"innerContentCustomWidthTablet\":781,\"backgroundType\":\"image\",\"backgroundImageDesktop\":{\"id\":54,\"title\":\"background-img\",\"filename\":\"background-img-1.jpg\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/background-img-1.jpg\",\"link\":\"https://blueroan.netgen.cloud/background-img-2/\",\"alt\":\"\",\"author\":\"34\",\"description\":\"\",\"caption\":\"\",\"name\":\"background-img-2\",\"status\":\"inherit\",\"uploadedTo\":0,\"date\":\"2021-05-07T10:11:37.000Z\",\"modified\":\"2021-05-07T10:11:37.000Z\",\"menuOrder\":0,\"mime\":\"image/jpeg\",\"type\":\"image\",\"subtype\":\"jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/default.png\",\"dateFormatted\":\"May 7, 2021\",\"nonces\":{\"update\":\"bb999636b9\",\"delete\":\"d2e1375bc4\",\"edit\":\"005dd2f0c9\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=54\\u0026action=edit\",\"meta\":false,\"authorName\":\"Rishabh\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/user-edit.php?user_id=34\",\"filesizeInBytes\":338858,\"filesizeHumanReadable\":\"331 KB\",\"context\":\"\",\"height\":1080,\"width\":1920,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/background-img-1-150x150.jpg\",\"orientation\":\"landscape\"},\"medium\":{\"height\":169,\"width\":300,\"url\":\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/background-img-1-300x169.jpg\",\"orientation\":\"landscape\"},\"large\":{\"height\":576,\"width\":1024,\"url\":\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/background-img-1-1024x576.jpg\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/background-img-1.jpg\",\"height\":1080,\"width\":1920,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"backgroundImageColor\":\"rgba(42,42,42,0.65)\",\"topPaddingDesktop\":144,\"bottomPaddingDesktop\":144,\"leftPaddingDesktop\":40,\"rightPaddingDesktop\":40,\"topPaddingTablet\":80,\"bottomPaddingTablet\":80,\"leftPaddingTablet\":40,\"rightPaddingTablet\":40,\"topPaddingMobile\":64,\"bottomPaddingMobile\":64,\"leftPaddingMobile\":24,\"rightPaddingMobile\":24,\"paddingLink\":false,\"variationSelected\":true,\"isBlockRootParent\":true,\"overlayType\":\"color\"} -->\n<div class=\"wp-block-uagb-container uagb-block-388a92bc alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/advanced-heading {\"block_id\":\"7c5335c8\",\"classMigrate\":true,\"headingDescToggle\":true,\"headingAlign\":\"center\",\"headingColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"subHeadingColor\":\"var(\\u002d\\u002dast-global-color-4)\",\"headSpace\":20} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-7c5335c8\"><h2 class=\"uagb-heading-text\">Plan an Unforgettable Experience in Mykonos Today!</h2><p class=\"uagb-desc-text\">We can help you fit your stay and experience within your allotted budget.</p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/advanced-heading {\"block_id\":\"db6aa281\",\"classMigrate\":true,\"headingTitleToggle\":false,\"headingDescToggle\":true,\"headingAlign\":\"center\",\"subHeadingColor\":\"var(\\u002d\\u002dast-global-color-4)\",\"subHeadTransform\":\"uppercase\",\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"subHeadLetterSpacing\":2,\"blockTopPadding\":60,\"blockRightPadding\":0,\"blockLeftPadding\":0,\"blockBottomPadding\":0,\"blockTopPaddingMobile\":30,\"blockRightPaddingMobile\":0,\"blockLeftPaddingMobile\":0,\"blockBottomPaddingMobile\":0} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-db6aa281\"><p class=\"uagb-desc-text\">BOOK YOUR STAY NOW​</p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/icon-list {\"block_id\":\"6fc1ea67\",\"classMigrate\":true,\"childMigrate\":true,\"align\":\"center\",\"parentIcon\":\"phone\",\"size\":40,\"sizeMobile\":24,\"sizeTablet\":32,\"fontSize\":48,\"fontSizeMobile\":28,\"fontSizeTablet\":40,\"fontWeight\":\"600\",\"iconColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"labelColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"blockTopPadding\":0,\"blockRightPadding\":0,\"blockLeftPadding\":0,\"blockBottomPadding\":24,\"blockPaddingLink\":false} -->\n<div class=\"wp-block-uagb-icon-list uagb-block-6fc1ea67\"><div class=\"uagb-icon-list__wrap\"><!-- wp:uagb/icon-list-child {\"block_id\":\"37bcde47\",\"label\":\"+1-123 456 7890​\",\"label_color\":\"\",\"fromParentIcon\":\"phone\",\"imageSizeChild\":40} -->\n<div class=\"wp-block-uagb-icon-list-child uagb-block-37bcde47\"><span class=\"uagb-icon-list__source-wrap\"><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M511.2 387l-23.25 100.8c-3.266 14.25-15.79 24.22-30.46 24.22C205.2 512 0 306.8 0 54.5c0-14.66 9.969-27.2 24.22-30.45l100.8-23.25C139.7-2.602 154.7 5.018 160.8 18.92l46.52 108.5c5.438 12.78 1.77 27.67-8.98 36.45L144.5 207.1c33.98 69.22 90.26 125.5 159.5 159.5l44.08-53.8c8.688-10.78 23.69-14.51 36.47-8.975l108.5 46.51C506.1 357.2 514.6 372.4 511.2 387z\"></path></svg></span><span class=\"uagb-icon-list__label\">+1-123 456 7890​</span></div>\n<!-- /wp:uagb/icon-list-child --></div></div>\n<!-- /wp:uagb/icon-list --></div></div>\n<!-- /wp:uagb/container -->',	'Amenities',	'',	'inherit',	'closed',	'closed',	'',	'762-revision-v1',	'',	'',	'2022-12-15 12:17:16',	'2022-12-15 12:17:16',	'',	762,	'https://blueroan.netgen.cloud/?p=1230',	0,	'revision',	'',	0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(1232,	2,	'2022-12-15 12:20:15',	'2022-12-15 12:20:15',	'<!-- wp:uagb/container {\"block_id\":\"2e2a2e20\",\"backgroundType\":\"image\",\"backgroundImageDesktop\":{\"id\":1007,\"title\":\"AAEAAQAAAAAAAAAAAAAAJDg5NmY0ZGUxLWE4MTgtNDY5NC1iODFhLTBmN2Q0ZDc5ZWFiNw-1\",\"filename\":\"AAEAAQAAAAAAAAAAAAAAJDg5NmY0ZGUxLWE4MTgtNDY5NC1iODFhLTBmN2Q0ZDc5ZWFiNw-1.png\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAAJDg5NmY0ZGUxLWE4MTgtNDY5NC1iODFhLTBmN2Q0ZDc5ZWFiNw-1.png\",\"link\":\"https://blueroan.netgen.cloud/the-barn/aaeaaqaaaaaaaaaaaaaajdg5nmy0zguxlwe4mtgtndy5nc1iodfhltbmn2q0zdc5zwfinw-1/\",\"alt\":\"\",\"author\":\"2\",\"description\":\"\",\"caption\":\"\",\"name\":\"aaeaaqaaaaaaaaaaaaaajdg5nmy0zguxlwe4mtgtndy5nc1iodfhltbmn2q0zdc5zwfinw-1\",\"status\":\"inherit\",\"uploadedTo\":948,\"date\":\"2022-12-14T10:50:25.000Z\",\"modified\":\"2022-12-14T10:50:25.000Z\",\"menuOrder\":0,\"mime\":\"image/png\",\"type\":\"image\",\"subtype\":\"png\",\"icon\":\"https://blueroan.netgen.cloud/wp-includes/images/media/default.png\",\"dateFormatted\":\"December 14, 2022\",\"nonces\":{\"update\":\"483f8bdf3d\",\"delete\":\"0a7ebc92ef\",\"edit\":\"6bc1c6a685\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=1007\\u0026action=edit\",\"meta\":false,\"authorName\":\"Netgen Support\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/profile.php\",\"uploadedToTitle\":\"The Barn\",\"uploadedToLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=948\\u0026action=edit\",\"filesizeInBytes\":1348989,\"filesizeHumanReadable\":\"1 MB\",\"context\":\"\",\"height\":667,\"width\":1000,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAAJDg5NmY0ZGUxLWE4MTgtNDY5NC1iODFhLTBmN2Q0ZDc5ZWFiNw-1-150x150.png\",\"orientation\":\"landscape\"},\"medium\":{\"height\":200,\"width\":300,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAAJDg5NmY0ZGUxLWE4MTgtNDY5NC1iODFhLTBmN2Q0ZDc5ZWFiNw-1-300x200.png\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAAJDg5NmY0ZGUxLWE4MTgtNDY5NC1iODFhLTBmN2Q0ZDc5ZWFiNw-1.png\",\"height\":667,\"width\":1000,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"backgroundPositionDesktop\":{\"x\":0.61,\"y\":0.52},\"backgroundSizeTablet\":\"cover\",\"backgroundSizeMobile\":\"cover\",\"backgroundColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"backgroundImageColor\":\"rgba(42,42,42,0.5)\",\"topPaddingDesktop\":220,\"bottomPaddingDesktop\":150,\"topPaddingTablet\":170,\"bottomPaddingTablet\":160,\"leftPaddingTablet\":30,\"rightPaddingTablet\":30,\"topPaddingMobile\":180,\"bottomPaddingMobile\":80,\"leftPaddingMobile\":20,\"rightPaddingMobile\":20,\"paddingLink\":false,\"variationSelected\":true,\"isBlockRootParent\":true,\"overlayType\":\"color\"} -->\n<div class=\"wp-block-uagb-container uagb-block-2e2a2e20 alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/advanced-heading {\"block_id\":\"a109f164\",\"classMigrate\":true,\"headingDescToggle\":true,\"headingColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"subHeadingColor\":\"var(\\u002d\\u002dast-global-color-4)\",\"headingTag\":\"h1\",\"headSpace\":20,\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"blockTopPadding\":0,\"blockRightPadding\":50,\"blockLeftPadding\":0,\"blockBottomPadding\":0,\"blockTopPaddingTablet\":0,\"blockRightPaddingTablet\":20,\"blockLeftPaddingTablet\":0,\"blockBottomPaddingTablet\":0,\"blockTopPaddingMobile\":0,\"blockRightPaddingMobile\":0,\"blockLeftPaddingMobile\":0,\"blockBottomPaddingMobile\":0,\"blockPaddingUnit\":\"%\",\"blockPaddingUnitTablet\":\"%\"} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-a109f164\"><h1 class=\"uagb-heading-text\">Amenities &amp; Interests​</h1><p class=\"uagb-desc-text\">We do not give you just rooms to stay in. We give you an environment where you can experience the best while on a holiday with us. </p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:buttons -->\n<div class=\"wp-block-buttons\"><!-- wp:button -->\n<div class=\"wp-block-button\"><a class=\"wp-block-button__link wp-element-button\" href=\"https://book.nightsbridge.com/11065\" target=\"_blank\" rel=\"noreferrer noopener\">BOOK NOW</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"dad99a9e\",\"backgroundType\":\"color\",\"backgroundSizeTablet\":\"cover\",\"backgroundSizeMobile\":\"cover\",\"backgroundColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"topPaddingDesktop\":50,\"bottomPaddingDesktop\":100,\"topPaddingTablet\":50,\"bottomPaddingTablet\":25,\"leftPaddingTablet\":20,\"rightPaddingTablet\":20,\"topPaddingMobile\":50,\"bottomPaddingMobile\":20,\"leftPaddingMobile\":20,\"rightPaddingMobile\":20,\"paddingLink\":false,\"variationSelected\":true,\"rowGapDesktop\":0,\"isBlockRootParent\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-dad99a9e alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/container {\"block_id\":\"338ffcc2\",\"directionDesktop\":\"row\",\"alignItemsTablet\":\"flex-start\",\"paddingLink\":false,\"topMarginDesktop\":50,\"bottomMarginDesktop\":20,\"leftMarginDesktop\":0,\"rightMarginDesktop\":0,\"marginLink\":false,\"variationSelected\":true,\"rowGapMobile\":65,\"columnGapDesktop\":48,\"columnGapTablet\":20} -->\n<div class=\"wp-block-uagb-container uagb-block-338ffcc2\"><!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"align\":\"center\",\"id\":828,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image aligncenter size-full\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Blue-Roan-pool.png\" alt=\"Blue Roan\'s rock pool\" class=\"wp-image-828\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>A relaxing rock Pool​</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>We have a lovely sparkling blue rock pool next to a thatched Lapa. &nbsp;&nbsp;Lie on recliners on the green lawn or sit on the swing chair in the Lapa and enjoy the panoramic view of the Magaliesberg mountain range.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":829,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/img-20160605-wa0002-largejpg.png\" alt=\"\" class=\"wp-image-829\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>Braai facilities </h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>What can compare to a burning fire under the star-lit African sky? Nothing beats the flavor of cooking over an open flame.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":830,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/ef9d0188da11e2bc56788f5619d9d539.png\" alt=\"\" class=\"wp-image-830\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>A games room </h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>The reception is also a games room for those who enjoy darts or playing pool. &nbsp;Take a selection of DVDs back to your room and watch movies on your own DVD player. &nbsp;There is also a selection of board games and music CDs that you can borrow.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"align\":\"center\",\"id\":1198,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image aligncenter size-full\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/eyJidWNrZXQiOiJhc3NldHMuYWxsdHJhaWxzLmNvbSIsImtleSI6InVwbG9hZHMvcGhvdG8vaW1hZ2UvNDMxNzk4MTAvYjZkYTAz-1.png\" alt=\"\" class=\"wp-image-1198\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>Walking or hiking </h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>There is a well-kept walking trail on our property with plenty of bird life and some benches along the way. &nbsp;It is safe for dogs to run off-leash as it is completely fenced all around. &nbsp;For those who enjoy long walks and hikes, it is safe to cross onto neighbouring farms and go as far as the eye can see.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":1185,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/49089607_1950305445047847_5177863042771189760_n.png\" alt=\"\" class=\"wp-image-1185\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>Mountain biking </h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Bring your mountain bikes and explore the surrounding countryside on safe off-road tracks on our property and on neighbouring farms.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":1196,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Michelle_1.png\" alt=\"\" class=\"wp-image-1196\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>Horse riding </h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Interested riders can book at one of the recommended horse-riding establishments listed further down this page.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"059b825c\",\"innerContentWidth\":\"alignfull\",\"directionDesktop\":\"row\",\"wrapTablet\":\"wrap\",\"variationSelected\":true,\"rowGapTablet\":0,\"columnGapDesktop\":0,\"isBlockRootParent\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-059b825c alignfull uagb-is-root-container\"><!-- wp:uagb/container {\"block_id\":\"0b0cfc60\",\"widthDesktop\":25,\"widthTablet\":50,\"variationSelected\":true,\"widthSetByUser\":true,\"UAGHideMob\":true,\"UAGResponsiveConditions\":true} -->\n<div class=\"wp-block-uagb-container uag-hide-mob uagb-block-0b0cfc60\"><!-- wp:uagb/image {\"block_id\":\"687dfbd4\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-18-1-1024x768.jpg\",\"id\":1208,\"linkDestination\":\"none\",\"width\":480,\"height\":500,\"naturalWidth\":1024,\"naturalHeight\":768,\"sizeSlug\":\"large\",\"sizeSlugTablet\":\"large\",\"sizeSlugMobile\":\"large\",\"customHeightSetDesktop\":true} -->\n<div class=\"wp-block-uagb-image uagb-block-687dfbd4 wp-block-uagb-image--layout-default wp-block-uagb-image--effect-static wp-block-uagb-image--align-none\"><figure class=\"wp-block-uagb-image__figure\"><img srcset=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-18-1-1024x768.jpg \" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-18-1-1024x768.jpg\" alt=\"\" class=\"uag-image-1208\" width=\"480\" height=\"500\" title=\"\" loading=\"lazy\"/></figure></div>\n<!-- /wp:uagb/image --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"0ef8390f\",\"widthDesktop\":25,\"widthTablet\":50,\"variationSelected\":true,\"widthSetByUser\":true,\"UAGHideMob\":true,\"UAGResponsiveConditions\":true} -->\n<div class=\"wp-block-uagb-container uag-hide-mob uagb-block-0ef8390f\"><!-- wp:uagb/image {\"block_id\":\"7c2d7554\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Blue-Roan-pool-1.png\",\"id\":1210,\"linkDestination\":\"none\",\"width\":480,\"height\":500,\"naturalWidth\":370,\"naturalHeight\":440,\"sizeSlug\":\"full\",\"sizeSlugTablet\":\"full\",\"sizeSlugMobile\":\"full\",\"customHeightSetDesktop\":true} -->\n<div class=\"wp-block-uagb-image uagb-block-7c2d7554 wp-block-uagb-image--layout-default wp-block-uagb-image--effect-static wp-block-uagb-image--align-none\"><figure class=\"wp-block-uagb-image__figure\"><img srcset=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Blue-Roan-pool-1.png \" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Blue-Roan-pool-1.png\" alt=\"\" class=\"uag-image-1210\" width=\"480\" height=\"500\" title=\"\" loading=\"lazy\"/></figure></div>\n<!-- /wp:uagb/image --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"1eafbc48\",\"widthDesktop\":50,\"widthTablet\":100,\"variationSelected\":true,\"columnGapDesktop\":20,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-1eafbc48\"><!-- wp:uagb/image {\"block_id\":\"0f037e3d\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/the-view-from-my-rooms-1024x768.jpg\",\"id\":1211,\"linkDestination\":\"none\",\"width\":960,\"height\":500,\"naturalWidth\":1024,\"naturalHeight\":768,\"sizeSlug\":\"large\",\"sizeSlugTablet\":\"large\",\"sizeSlugMobile\":\"large\",\"customHeightSetDesktop\":true} -->\n<div class=\"wp-block-uagb-image uagb-block-0f037e3d wp-block-uagb-image--layout-default wp-block-uagb-image--effect-static wp-block-uagb-image--align-none\"><figure class=\"wp-block-uagb-image__figure\"><img srcset=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/the-view-from-my-rooms-1024x768.jpg \" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/the-view-from-my-rooms-1024x768.jpg\" alt=\"\" class=\"uag-image-1211\" width=\"960\" height=\"500\" title=\"\" loading=\"lazy\"/></figure></div>\n<!-- /wp:uagb/image --></div>\n<!-- /wp:uagb/container --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"626322a3\",\"innerContentWidth\":\"alignfull\",\"directionDesktop\":\"row\",\"wrapTablet\":\"wrap\",\"variationSelected\":true,\"rowGapTablet\":0,\"columnGapDesktop\":0,\"isBlockRootParent\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-626322a3 alignfull uagb-is-root-container\"><!-- wp:uagb/container {\"block_id\":\"e4e59137\",\"widthDesktop\":50,\"widthTablet\":100,\"variationSelected\":true,\"columnGapDesktop\":20,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-e4e59137\"><!-- wp:uagb/image {\"block_id\":\"fbf12f24\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAAJDI0ZWY4NDc1LThjYjYtNDM3YS1iOTliLWNmOWQxYTJkMWU5MQ-1.png\",\"id\":1213,\"linkDestination\":\"none\",\"width\":960,\"height\":500,\"naturalWidth\":1000,\"naturalHeight\":667,\"sizeSlug\":\"full\",\"sizeSlugTablet\":\"full\",\"sizeSlugMobile\":\"full\",\"customHeightSetDesktop\":true} -->\n<div class=\"wp-block-uagb-image uagb-block-fbf12f24 wp-block-uagb-image--layout-default wp-block-uagb-image--effect-static wp-block-uagb-image--align-none\"><figure class=\"wp-block-uagb-image__figure\"><img srcset=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAAJDI0ZWY4NDc1LThjYjYtNDM3YS1iOTliLWNmOWQxYTJkMWU5MQ-1.png \" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAAJDI0ZWY4NDc1LThjYjYtNDM3YS1iOTliLWNmOWQxYTJkMWU5MQ-1.png\" alt=\"\" class=\"uag-image-1213\" width=\"960\" height=\"500\" title=\"\" loading=\"lazy\"/></figure></div>\n<!-- /wp:uagb/image --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"741891f6\",\"widthDesktop\":25,\"variationSelected\":true,\"widthSetByUser\":true,\"UAGHideMob\":true,\"UAGResponsiveConditions\":true} -->\n<div class=\"wp-block-uagb-container uag-hide-mob uagb-block-741891f6\"><!-- wp:uagb/image {\"block_id\":\"515817d3\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/bird-1-1024x683.jpg\",\"id\":1215,\"linkDestination\":\"none\",\"width\":480,\"height\":500,\"naturalWidth\":1024,\"naturalHeight\":683,\"sizeSlug\":\"large\",\"sizeSlugTablet\":\"large\",\"sizeSlugMobile\":\"large\",\"customHeightSetDesktop\":true} -->\n<div class=\"wp-block-uagb-image uagb-block-515817d3 wp-block-uagb-image--layout-default wp-block-uagb-image--effect-static wp-block-uagb-image--align-none\"><figure class=\"wp-block-uagb-image__figure\"><img srcset=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/bird-1-1024x683.jpg \" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/bird-1-1024x683.jpg\" alt=\"\" class=\"uag-image-1215\" width=\"480\" height=\"500\" title=\"\" loading=\"lazy\"/></figure></div>\n<!-- /wp:uagb/image --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"95b0e6c6\",\"widthDesktop\":25,\"variationSelected\":true,\"widthSetByUser\":true,\"UAGHideMob\":true,\"UAGResponsiveConditions\":true} -->\n<div class=\"wp-block-uagb-container uag-hide-mob uagb-block-95b0e6c6\"><!-- wp:uagb/image {\"block_id\":\"70eca7b0\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/two-happy-boxers-1024x768.jpg\",\"id\":1216,\"linkDestination\":\"none\",\"width\":480,\"height\":500,\"naturalWidth\":1024,\"naturalHeight\":768,\"sizeSlug\":\"large\",\"sizeSlugTablet\":\"large\",\"sizeSlugMobile\":\"large\",\"customHeightSetDesktop\":true} -->\n<div class=\"wp-block-uagb-image uagb-block-70eca7b0 wp-block-uagb-image--layout-default wp-block-uagb-image--effect-static wp-block-uagb-image--align-none\"><figure class=\"wp-block-uagb-image__figure\"><img srcset=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/two-happy-boxers-1024x768.jpg \" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/two-happy-boxers-1024x768.jpg\" alt=\"\" class=\"uag-image-1216\" width=\"480\" height=\"500\" title=\"\" loading=\"lazy\"/></figure></div>\n<!-- /wp:uagb/image --></div>\n<!-- /wp:uagb/container --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"d66f90b0\",\"backgroundType\":\"color\",\"backgroundSizeTablet\":\"cover\",\"backgroundSizeMobile\":\"cover\",\"backgroundColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"topPaddingDesktop\":120,\"bottomPaddingDesktop\":120,\"topPaddingTablet\":80,\"bottomPaddingTablet\":80,\"leftPaddingTablet\":30,\"rightPaddingTablet\":30,\"topPaddingMobile\":80,\"bottomPaddingMobile\":80,\"leftPaddingMobile\":20,\"rightPaddingMobile\":20,\"paddingLink\":false,\"variationSelected\":true,\"rowGapDesktop\":0,\"rowGapTablet\":0,\"isBlockRootParent\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-d66f90b0 alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/container {\"block_id\":\"44632efe\",\"directionDesktop\":\"row\",\"alignItemsDesktop\":\"flex-end\",\"alignItemsTablet\":\"flex-end\",\"justifyContentDesktop\":\"flex-end\",\"justifyContentTablet\":\"space-between\",\"variationSelected\":true,\"rowGapMobile\":30,\"columnGapDesktop\":0} -->\n<div class=\"wp-block-uagb-container uagb-block-44632efe\"><!-- wp:uagb/advanced-heading {\"block_id\":\"c1439cf5\",\"classMigrate\":true,\"headingDescToggle\":true,\"subHeadingColor\":\"\",\"headSpace\":20,\"subHeadFontSize\":16} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-c1439cf5\"><h2 class=\"uagb-heading-text\">Things to do in the area of Magaliesburg<br></h2><p class=\"uagb-desc-text\">Looking for more? Well, we believe that every guest walks into our lodge for the best experience. And, we are determined to do that.</p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/buttons {\"block_id\":\"4ba6b246\",\"classMigrate\":true,\"childMigrate\":true,\"align\":\"right\",\"alignTablet\":\"right\",\"alignMobile\":\"left\",\"gap\":0} -->\n<div class=\"wp-block-uagb-buttons uagb-buttons__outer-wrap uagb-btn__default-btn uagb-btn-tablet__default-btn uagb-btn-mobile__default-btn uagb-block-4ba6b246\"><div class=\"uagb-buttons__wrap uagb-buttons-layout-wrap\"><!-- wp:uagb/buttons-child {\"block_id\":\"4af5e173\",\"label\":\"Get Bookings\",\"link\":\"#\",\"hColor\":\"\",\"borderWidth\":\"\",\"borderRadius\":\"\",\"borderStyle\":\"\",\"borderColor\":\"\",\"borderHColor\":\"\",\"btnBorderTopWidth\":1,\"btnBorderLeftWidth\":1,\"btnBorderRightWidth\":1,\"btnBorderBottomWidth\":1,\"btnBorderTopLeftRadius\":2,\"btnBorderTopRightRadius\":2,\"btnBorderBottomLeftRadius\":2,\"btnBorderBottomRightRadius\":2,\"btnBorderStyle\":\"solid\",\"btnBorderColor\":\"#333\",\"btnBorderHColor\":\"#333\"} -->\n<div class=\"wp-block-uagb-buttons-child uagb-buttons__outer-wrap uagb-block-4af5e173 wp-block-button is-style-outline\"><div class=\"uagb-button__wrapper\"><a class=\"uagb-buttons-repeater wp-block-button__link\" href=\"#\" rel=\"follow noopener\" target=\"_self\"><div class=\"uagb-button__link\">Get Bookings</div></a></div></div>\n<!-- /wp:uagb/buttons-child --></div></div>\n<!-- /wp:uagb/buttons --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"025f8b8c\",\"directionDesktop\":\"row\",\"alignItemsTablet\":\"flex-start\",\"paddingLink\":false,\"topMarginDesktop\":54,\"bottomMarginDesktop\":0,\"leftMarginDesktop\":0,\"rightMarginDesktop\":0,\"topMarginTablet\":30,\"bottomMarginTablet\":0,\"leftMarginTablet\":0,\"rightMarginTablet\":0,\"marginLink\":false,\"variationSelected\":true,\"rowGapMobile\":65,\"columnGapDesktop\":48,\"columnGapTablet\":20} -->\n<div class=\"wp-block-uagb-container uagb-block-025f8b8c\"><!-- wp:uagb/info-box {\"classMigrate\":true,\"headingAlign\":\"left\",\"headingColor\":\"\",\"subHeadingColor\":\"\",\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"source_type\":\"image\",\"block_id\":\"201113fc\",\"ctaTarget\":true,\"ctaType\":\"text\",\"ctaText\":\"READ MORE\",\"ctaLink\":\"https://www.sundowner.co.za/rooms/magalies-barbus-haven/\",\"ctaLinkColor\":\"var(\\u002d\\u002dast-global-color-0)\",\"ctaDecoration\":\"underline\",\"ctaFontSize\":12,\"ctaFontWeight\":\"600\",\"ctaLetterSpacing\":2,\"ctaBorderColor\":\"\",\"ctaBorderStyle\":\"\",\"ctaBorderWidth\":\"\",\"ctaBorderRadius\":\"\",\"iconBottomMargin\":30,\"iconImage\":{\"uploading\":false,\"date\":1671106052000,\"filename\":\"41b46e52d7427ea1f6f135454e9a012f.png\",\"menuOrder\":0,\"uploadedTo\":762,\"type\":\"image\",\"subtype\":\"png\",\"id\":1222,\"title\":\"41b46e52d7427ea1f6f135454e9a012f\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/41b46e52d7427ea1f6f135454e9a012f.png\",\"link\":\"https://blueroan.netgen.cloud/amenities/41b46e52d7427ea1f6f135454e9a012f/\",\"alt\":\"\",\"author\":\"2\",\"description\":\"\",\"caption\":\"\",\"name\":\"41b46e52d7427ea1f6f135454e9a012f\",\"status\":\"inherit\",\"modified\":1671106052000,\"mime\":\"image/png\",\"icon\":\"https://blueroan.netgen.cloud/wp-includes/images/media/default.png\",\"dateFormatted\":\"December 15, 2022\",\"nonces\":{\"update\":\"a33de4f0ef\",\"delete\":\"e6f9dee199\",\"edit\":\"6d436328bf\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=1222\\u0026action=edit\",\"meta\":false,\"authorName\":\"Netgen Support\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/profile.php\",\"uploadedToTitle\":\"Amenities\",\"uploadedToLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=762\\u0026action=edit\",\"filesizeInBytes\":326854,\"filesizeHumanReadable\":\"319 KB\",\"context\":\"\",\"height\":440,\"width\":370,\"orientation\":\"portrait\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/41b46e52d7427ea1f6f135454e9a012f-150x150.png\",\"orientation\":\"landscape\"},\"medium\":{\"height\":300,\"width\":252,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/41b46e52d7427ea1f6f135454e9a012f-252x300.png\",\"orientation\":\"portrait\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/41b46e52d7427ea1f6f135454e9a012f.png\",\"height\":440,\"width\":370,\"orientation\":\"portrait\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"imageSize\":\"full\",\"imageWidth\":100,\"imageWidthMobile\":100,\"imageWidthTablet\":100,\"paddingBtnTop\":10,\"paddingBtnBottom\":10,\"paddingBtnLeft\":14,\"paddingBtnRight\":14,\"imageWidthUnit\":\"%\",\"imageWidthUnitTablet\":\"%\",\"imageWidthUnitMobile\":\"%\",\"subHeadTopMargin\":0,\"subHeadRightMargin\":40,\"subHeadLeftMargin\":0,\"subHeadMarginTopTablet\":0,\"subHeadMarginRightTablet\":0,\"subHeadTabletSpace\":20,\"subHeadMarginLeftTablet\":0,\"imgTagHeight\":118,\"imgTagWidth\":370,\"btnBorderTopWidth\":1,\"btnBorderLeftWidth\":1,\"btnBorderRightWidth\":1,\"btnBorderBottomWidth\":1,\"btnBorderTopLeftRadius\":0,\"btnBorderTopRightRadius\":0,\"btnBorderBottomLeftRadius\":0,\"btnBorderBottomRightRadius\":0,\"btnBorderStyle\":\"solid\",\"btnBorderColor\":\"#333\"} -->\n<div class=\"wp-block-uagb-info-box uagb-block-201113fc uagb-infobox__content-wrap  uagb-infobox-icon-above-title uagb-infobox-image-valign-top\"><div class=\"uagb-ifb-content\"><div class=\"uagb-ifb-image-content\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/41b46e52d7427ea1f6f135454e9a012f.png\" alt=\"\" width=\"100\" height=\"118\" loading=\"lazy\"/></div><div class=\"uagb-ifb-title-wrap\"><h3 class=\"uagb-ifb-title\">Fishing at Barbus Haven </h3></div><p class=\"uagb-ifb-desc\">The 2.5 hr Introductory fly fishing clinics cover the basic techniques required to fly fish effectively. </p><div class=\"uagb-ifb-button-wrapper wp-block-button\"><a href=\"https://www.sundowner.co.za/rooms/magalies-barbus-haven/\" target=\"_blank\" class=\"uagb-infobox-cta-link\" rel=\"noopener noreferrer\" alt=\"\"><span class=\"uagb-inline-editing\">READ MORE</span><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M504.3 273.6l-112.1 104c-6.992 6.484-17.18 8.218-25.94 4.406c-8.758-3.812-14.42-12.45-14.42-21.1L351.9 288H32C14.33 288 .0002 273.7 .0002 255.1S14.33 224 32 224h319.9l0-72c0-9.547 5.66-18.19 14.42-22c8.754-3.809 18.95-2.075 25.94 4.41l112.1 104C514.6 247.9 514.6 264.1 504.3 273.6z\"></path></svg></a></div></div></div>\n<!-- /wp:uagb/info-box -->\n\n<!-- wp:uagb/info-box {\"classMigrate\":true,\"headingAlign\":\"left\",\"headingColor\":\"\",\"subHeadingColor\":\"\",\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"source_type\":\"image\",\"block_id\":\"04fd02c1\",\"ctaTarget\":true,\"ctaType\":\"text\",\"ctaText\":\"READ MORE\",\"ctaLink\":\"https://www.thekingfisherlodge.co.za/activities/\",\"ctaLinkColor\":\"var(\\u002d\\u002dast-global-color-0)\",\"ctaDecoration\":\"underline\",\"ctaFontSize\":12,\"ctaFontWeight\":\"600\",\"ctaLetterSpacing\":2,\"ctaBorderColor\":\"\",\"ctaBorderStyle\":\"\",\"ctaBorderWidth\":\"\",\"ctaBorderRadius\":\"\",\"iconBottomMargin\":30,\"iconImage\":{\"uploading\":false,\"date\":1671106415000,\"filename\":\"IMG-20180619-WA0004.png\",\"menuOrder\":0,\"uploadedTo\":762,\"type\":\"image\",\"subtype\":\"png\",\"id\":1225,\"title\":\"IMG-20180619-WA0004\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/IMG-20180619-WA0004.png\",\"link\":\"https://blueroan.netgen.cloud/amenities/img-20180619-wa0004/\",\"alt\":\"\",\"author\":\"2\",\"description\":\"\",\"caption\":\"\",\"name\":\"img-20180619-wa0004\",\"status\":\"inherit\",\"modified\":1671106415000,\"mime\":\"image/png\",\"icon\":\"https://blueroan.netgen.cloud/wp-includes/images/media/default.png\",\"dateFormatted\":\"December 15, 2022\",\"nonces\":{\"update\":\"e988b6351d\",\"delete\":\"5d512e9cd1\",\"edit\":\"3a331dfabd\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=1225\\u0026action=edit\",\"meta\":false,\"authorName\":\"Netgen Support\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/profile.php\",\"uploadedToTitle\":\"Amenities\",\"uploadedToLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=762\\u0026action=edit\",\"filesizeInBytes\":276116,\"filesizeHumanReadable\":\"270 KB\",\"context\":\"\",\"height\":440,\"width\":370,\"orientation\":\"portrait\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/IMG-20180619-WA0004-150x150.png\",\"orientation\":\"landscape\"},\"medium\":{\"height\":300,\"width\":252,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/IMG-20180619-WA0004-252x300.png\",\"orientation\":\"portrait\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/IMG-20180619-WA0004.png\",\"height\":440,\"width\":370,\"orientation\":\"portrait\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"imageSize\":\"full\",\"imageWidth\":100,\"imageWidthMobile\":100,\"imageWidthTablet\":100,\"paddingBtnTop\":10,\"paddingBtnBottom\":10,\"paddingBtnLeft\":14,\"paddingBtnRight\":14,\"imageWidthUnit\":\"%\",\"imageWidthUnitTablet\":\"%\",\"imageWidthUnitMobile\":\"%\",\"subHeadTopMargin\":0,\"subHeadRightMargin\":40,\"subHeadLeftMargin\":0,\"subHeadMarginTopTablet\":0,\"subHeadMarginRightTablet\":0,\"subHeadTabletSpace\":20,\"subHeadMarginLeftTablet\":0,\"imgTagHeight\":118,\"imgTagWidth\":370,\"btnBorderTopWidth\":1,\"btnBorderLeftWidth\":1,\"btnBorderRightWidth\":1,\"btnBorderBottomWidth\":1,\"btnBorderTopLeftRadius\":0,\"btnBorderTopRightRadius\":0,\"btnBorderBottomLeftRadius\":0,\"btnBorderBottomRightRadius\":0,\"btnBorderStyle\":\"solid\",\"btnBorderColor\":\"#333\"} -->\n<div class=\"wp-block-uagb-info-box uagb-block-04fd02c1 uagb-infobox__content-wrap  uagb-infobox-icon-above-title uagb-infobox-image-valign-top\"><div class=\"uagb-ifb-content\"><div class=\"uagb-ifb-image-content\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/IMG-20180619-WA0004.png\" alt=\"\" width=\"100\" height=\"118\" loading=\"lazy\"/></div><div class=\"uagb-ifb-title-wrap\"><h3 class=\"uagb-ifb-title\">Fishing at Kingfisher </h3></div><p class=\"uagb-ifb-desc\">The opportunity to fish for Rainbow Trout or the elusive Brown Trout. Kingfisher offers rod hires at their venue. <br></p><div class=\"uagb-ifb-button-wrapper wp-block-button\"><a href=\"https://www.thekingfisherlodge.co.za/activities/\" target=\"_blank\" class=\"uagb-infobox-cta-link\" rel=\"noopener noreferrer\" alt=\"\"><span class=\"uagb-inline-editing\">READ MORE</span><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M504.3 273.6l-112.1 104c-6.992 6.484-17.18 8.218-25.94 4.406c-8.758-3.812-14.42-12.45-14.42-21.1L351.9 288H32C14.33 288 .0002 273.7 .0002 255.1S14.33 224 32 224h319.9l0-72c0-9.547 5.66-18.19 14.42-22c8.754-3.809 18.95-2.075 25.94 4.41l112.1 104C514.6 247.9 514.6 264.1 504.3 273.6z\"></path></svg></a></div></div></div>\n<!-- /wp:uagb/info-box -->\n\n<!-- wp:uagb/info-box {\"classMigrate\":true,\"headingAlign\":\"left\",\"headingColor\":\"\",\"subHeadingColor\":\"\",\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"source_type\":\"image\",\"block_id\":\"29757ce7\",\"ctaType\":\"text\",\"ctaText\":\"READ MORE\",\"ctaLinkColor\":\"var(\\u002d\\u002dast-global-color-0)\",\"ctaDecoration\":\"underline\",\"ctaFontSize\":12,\"ctaFontWeight\":\"600\",\"ctaLetterSpacing\":2,\"ctaBorderColor\":\"\",\"ctaBorderStyle\":\"\",\"ctaBorderWidth\":\"\",\"ctaBorderRadius\":\"\",\"iconBottomMargin\":30,\"iconImage\":{\"id\":241,\"title\":\"beach\",\"filename\":\"beach.jpg\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/beach.jpg\",\"link\":\"https://blueroan.netgen.cloud/beach/\",\"alt\":\"\",\"author\":\"34\",\"description\":\"\",\"caption\":\"\",\"name\":\"beach\",\"status\":\"inherit\",\"uploadedTo\":0,\"date\":\"2021-05-11T10:56:06.000Z\",\"modified\":\"2021-05-11T10:56:06.000Z\",\"menuOrder\":0,\"mime\":\"image/jpeg\",\"type\":\"image\",\"subtype\":\"jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/default.png\",\"dateFormatted\":\"May 11, 2021\",\"nonces\":{\"update\":\"65c348aac8\",\"delete\":\"6d551f7cf4\",\"edit\":\"026ca70d91\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=241\\u0026action=edit\",\"meta\":false,\"authorName\":\"Rishabh\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/user-edit.php?user_id=34\",\"filesizeInBytes\":38094,\"filesizeHumanReadable\":\"37 KB\",\"context\":\"\",\"height\":440,\"width\":370,\"orientation\":\"portrait\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/beach-150x150.jpg\",\"orientation\":\"landscape\"},\"medium\":{\"height\":300,\"width\":252,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/beach-252x300-1.jpg\",\"orientation\":\"portrait\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/beach.jpg\",\"height\":440,\"width\":370,\"orientation\":\"portrait\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"imageSize\":\"full\",\"imageWidth\":100,\"imageWidthMobile\":100,\"imageWidthTablet\":100,\"paddingBtnTop\":10,\"paddingBtnBottom\":10,\"paddingBtnLeft\":14,\"paddingBtnRight\":14,\"imageWidthUnit\":\"%\",\"imageWidthUnitTablet\":\"%\",\"imageWidthUnitMobile\":\"%\",\"subHeadTopMargin\":0,\"subHeadRightMargin\":40,\"subHeadLeftMargin\":0,\"subHeadMarginTopTablet\":0,\"subHeadMarginRightTablet\":0,\"subHeadTabletSpace\":20,\"subHeadMarginLeftTablet\":0,\"imgTagHeight\":118,\"imgTagWidth\":370,\"btnBorderTopWidth\":1,\"btnBorderLeftWidth\":1,\"btnBorderRightWidth\":1,\"btnBorderBottomWidth\":1,\"btnBorderTopLeftRadius\":0,\"btnBorderTopRightRadius\":0,\"btnBorderBottomLeftRadius\":0,\"btnBorderBottomRightRadius\":0,\"btnBorderStyle\":\"solid\",\"btnBorderColor\":\"#333\"} -->\n<div class=\"wp-block-uagb-info-box uagb-block-29757ce7 uagb-infobox__content-wrap  uagb-infobox-icon-above-title uagb-infobox-image-valign-top\"><div class=\"uagb-ifb-content\"><div class=\"uagb-ifb-image-content\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/beach.jpg\" alt=\"\" width=\"100\" height=\"118\" loading=\"lazy\"/></div><div class=\"uagb-ifb-title-wrap\"><h3 class=\"uagb-ifb-title\">Private Beach​</h3></div><p class=\"uagb-ifb-desc\">Want to take a dip into the sea? All our guests get complimentary access to our private beach.</p><div class=\"uagb-ifb-button-wrapper wp-block-button\"><a href=\"\" target=\"_self\" class=\"uagb-infobox-cta-link uagb-disable-link\" rel=\"noopener noreferrer\" alt=\"\"><span class=\"uagb-inline-editing\">READ MORE</span><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M504.3 273.6l-112.1 104c-6.992 6.484-17.18 8.218-25.94 4.406c-8.758-3.812-14.42-12.45-14.42-21.1L351.9 288H32C14.33 288 .0002 273.7 .0002 255.1S14.33 224 32 224h319.9l0-72c0-9.547 5.66-18.19 14.42-22c8.754-3.809 18.95-2.075 25.94 4.41l112.1 104C514.6 247.9 514.6 264.1 504.3 273.6z\"></path></svg></a></div></div></div>\n<!-- /wp:uagb/info-box --></div>\n<!-- /wp:uagb/container --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"825f9932\",\"backgroundType\":\"color\",\"backgroundSizeTablet\":\"cover\",\"backgroundSizeMobile\":\"cover\",\"backgroundColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"topPaddingDesktop\":50,\"bottomPaddingDesktop\":100,\"topPaddingTablet\":50,\"bottomPaddingTablet\":25,\"leftPaddingTablet\":20,\"rightPaddingTablet\":20,\"topPaddingMobile\":50,\"bottomPaddingMobile\":20,\"leftPaddingMobile\":20,\"rightPaddingMobile\":20,\"paddingLink\":false,\"variationSelected\":true,\"rowGapDesktop\":0,\"isBlockRootParent\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-825f9932 alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/container {\"block_id\":\"d8508191\",\"directionDesktop\":\"row\",\"alignItemsTablet\":\"flex-start\",\"paddingLink\":false,\"topMarginDesktop\":50,\"bottomMarginDesktop\":20,\"leftMarginDesktop\":0,\"rightMarginDesktop\":0,\"marginLink\":false,\"variationSelected\":true,\"rowGapMobile\":65,\"columnGapDesktop\":48,\"columnGapTablet\":20} -->\n<div class=\"wp-block-uagb-container uagb-block-d8508191\"><!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"align\":\"center\",\"id\":1222,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image aligncenter size-full\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/41b46e52d7427ea1f6f135454e9a012f.png\" alt=\"\" class=\"wp-image-1222\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"textAlign\":\"center\",\"level\":3} -->\n<h3 class=\"has-text-align-center\">Fishing </h3>\n<!-- /wp:heading -->\n\n<!-- wp:buttons -->\n<div class=\"wp-block-buttons\"><!-- wp:button {\"textColor\":\"ast-global-color-6\",\"align\":\"center\",\"className\":\"is-style-outline\"} -->\n<div class=\"wp-block-button aligncenter is-style-outline\"><a class=\"wp-block-button__link has-ast-global-color-6-color has-text-color wp-element-button\">Barbus Haven</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":829,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/img-20160605-wa0002-largejpg.png\" alt=\"\" class=\"wp-image-829\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>Braai facilities </h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>What can compare to a burning fire under the star-lit African sky? Nothing beats the flavor of cooking over an open flame.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":830,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/ef9d0188da11e2bc56788f5619d9d539.png\" alt=\"\" class=\"wp-image-830\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>A games room </h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>The reception is also a games room for those who enjoy darts or playing pool. &nbsp;Take a selection of DVDs back to your room and watch movies on your own DVD player. &nbsp;There is also a selection of board games and music CDs that you can borrow.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"align\":\"center\",\"id\":1198,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image aligncenter size-full\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/eyJidWNrZXQiOiJhc3NldHMuYWxsdHJhaWxzLmNvbSIsImtleSI6InVwbG9hZHMvcGhvdG8vaW1hZ2UvNDMxNzk4MTAvYjZkYTAz-1.png\" alt=\"\" class=\"wp-image-1198\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>Walking or hiking </h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>There is a well-kept walking trail on our property with plenty of bird life and some benches along the way. &nbsp;It is safe for dogs to run off-leash as it is completely fenced all around. &nbsp;For those who enjoy long walks and hikes, it is safe to cross onto neighbouring farms and go as far as the eye can see.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":1185,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/49089607_1950305445047847_5177863042771189760_n.png\" alt=\"\" class=\"wp-image-1185\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>Mountain biking </h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Bring your mountain bikes and explore the surrounding countryside on safe off-road tracks on our property and on neighbouring farms.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":1196,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Michelle_1.png\" alt=\"\" class=\"wp-image-1196\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>Horse riding </h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Interested riders can book at one of the recommended horse-riding establishments listed further down this page.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"6237f8dd\",\"innerContentCustomWidthDesktop\":781,\"innerContentCustomWidthTablet\":781,\"backgroundType\":\"image\",\"backgroundImageDesktop\":{\"id\":54,\"title\":\"background-img\",\"filename\":\"background-img-1.jpg\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/background-img-1.jpg\",\"link\":\"https://blueroan.netgen.cloud/background-img-2/\",\"alt\":\"\",\"author\":\"34\",\"description\":\"\",\"caption\":\"\",\"name\":\"background-img-2\",\"status\":\"inherit\",\"uploadedTo\":0,\"date\":\"2021-05-07T10:11:37.000Z\",\"modified\":\"2021-05-07T10:11:37.000Z\",\"menuOrder\":0,\"mime\":\"image/jpeg\",\"type\":\"image\",\"subtype\":\"jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/default.png\",\"dateFormatted\":\"May 7, 2021\",\"nonces\":{\"update\":\"bb999636b9\",\"delete\":\"d2e1375bc4\",\"edit\":\"005dd2f0c9\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=54\\u0026action=edit\",\"meta\":false,\"authorName\":\"Rishabh\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/user-edit.php?user_id=34\",\"filesizeInBytes\":338858,\"filesizeHumanReadable\":\"331 KB\",\"context\":\"\",\"height\":1080,\"width\":1920,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/background-img-1-150x150.jpg\",\"orientation\":\"landscape\"},\"medium\":{\"height\":169,\"width\":300,\"url\":\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/background-img-1-300x169.jpg\",\"orientation\":\"landscape\"},\"large\":{\"height\":576,\"width\":1024,\"url\":\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/background-img-1-1024x576.jpg\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/background-img-1.jpg\",\"height\":1080,\"width\":1920,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"backgroundImageColor\":\"rgba(42,42,42,0.65)\",\"topPaddingDesktop\":144,\"bottomPaddingDesktop\":144,\"leftPaddingDesktop\":40,\"rightPaddingDesktop\":40,\"topPaddingTablet\":80,\"bottomPaddingTablet\":80,\"leftPaddingTablet\":40,\"rightPaddingTablet\":40,\"topPaddingMobile\":64,\"bottomPaddingMobile\":64,\"leftPaddingMobile\":24,\"rightPaddingMobile\":24,\"paddingLink\":false,\"variationSelected\":true,\"isBlockRootParent\":true,\"overlayType\":\"color\"} -->\n<div class=\"wp-block-uagb-container uagb-block-6237f8dd alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/advanced-heading {\"block_id\":\"4f223f35\",\"classMigrate\":true,\"headingDescToggle\":true,\"headingAlign\":\"center\",\"headingColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"subHeadingColor\":\"var(\\u002d\\u002dast-global-color-4)\",\"headSpace\":20} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-4f223f35\"><h2 class=\"uagb-heading-text\">Plan an Unforgettable Experience in Mykonos Today!</h2><p class=\"uagb-desc-text\">We can help you fit your stay and experience within your allotted budget.</p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/advanced-heading {\"block_id\":\"6c2b9ab9\",\"classMigrate\":true,\"headingTitleToggle\":false,\"headingDescToggle\":true,\"headingAlign\":\"center\",\"subHeadingColor\":\"var(\\u002d\\u002dast-global-color-4)\",\"subHeadTransform\":\"uppercase\",\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"subHeadLetterSpacing\":2,\"blockTopPadding\":60,\"blockRightPadding\":0,\"blockLeftPadding\":0,\"blockBottomPadding\":0,\"blockTopPaddingMobile\":30,\"blockRightPaddingMobile\":0,\"blockLeftPaddingMobile\":0,\"blockBottomPaddingMobile\":0} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-6c2b9ab9\"><p class=\"uagb-desc-text\">BOOK YOUR STAY NOW​</p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/icon-list {\"block_id\":\"f28cd2c2\",\"classMigrate\":true,\"childMigrate\":true,\"align\":\"center\",\"parentIcon\":\"phone\",\"size\":40,\"sizeMobile\":24,\"sizeTablet\":32,\"fontSize\":48,\"fontSizeMobile\":28,\"fontSizeTablet\":40,\"fontWeight\":\"600\",\"iconColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"labelColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"blockTopPadding\":0,\"blockRightPadding\":0,\"blockLeftPadding\":0,\"blockBottomPadding\":24,\"blockPaddingLink\":false} -->\n<div class=\"wp-block-uagb-icon-list uagb-block-f28cd2c2\"><div class=\"uagb-icon-list__wrap\"><!-- wp:uagb/icon-list-child {\"block_id\":\"547606e7\",\"label\":\"+1-123 456 7890​\",\"label_color\":\"\",\"fromParentIcon\":\"phone\",\"imageSizeChild\":40} -->\n<div class=\"wp-block-uagb-icon-list-child uagb-block-547606e7\"><span class=\"uagb-icon-list__source-wrap\"><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M511.2 387l-23.25 100.8c-3.266 14.25-15.79 24.22-30.46 24.22C205.2 512 0 306.8 0 54.5c0-14.66 9.969-27.2 24.22-30.45l100.8-23.25C139.7-2.602 154.7 5.018 160.8 18.92l46.52 108.5c5.438 12.78 1.77 27.67-8.98 36.45L144.5 207.1c33.98 69.22 90.26 125.5 159.5 159.5l44.08-53.8c8.688-10.78 23.69-14.51 36.47-8.975l108.5 46.51C506.1 357.2 514.6 372.4 511.2 387z\"></path></svg></span><span class=\"uagb-icon-list__label\">+1-123 456 7890​</span></div>\n<!-- /wp:uagb/icon-list-child --></div></div>\n<!-- /wp:uagb/icon-list --></div></div>\n<!-- /wp:uagb/container -->',	'Amenities',	'',	'inherit',	'closed',	'closed',	'',	'762-revision-v1',	'',	'',	'2022-12-15 12:20:15',	'2022-12-15 12:20:15',	'',	762,	'https://blueroan.netgen.cloud/?p=1232',	0,	'revision',	'',	0),
(1233,	2,	'2022-12-15 12:23:18',	'2022-12-15 12:23:18',	'<!-- wp:uagb/container {\"block_id\":\"2e2a2e20\",\"backgroundType\":\"image\",\"backgroundImageDesktop\":{\"id\":1007,\"title\":\"AAEAAQAAAAAAAAAAAAAAJDg5NmY0ZGUxLWE4MTgtNDY5NC1iODFhLTBmN2Q0ZDc5ZWFiNw-1\",\"filename\":\"AAEAAQAAAAAAAAAAAAAAJDg5NmY0ZGUxLWE4MTgtNDY5NC1iODFhLTBmN2Q0ZDc5ZWFiNw-1.png\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAAJDg5NmY0ZGUxLWE4MTgtNDY5NC1iODFhLTBmN2Q0ZDc5ZWFiNw-1.png\",\"link\":\"https://blueroan.netgen.cloud/the-barn/aaeaaqaaaaaaaaaaaaaajdg5nmy0zguxlwe4mtgtndy5nc1iodfhltbmn2q0zdc5zwfinw-1/\",\"alt\":\"\",\"author\":\"2\",\"description\":\"\",\"caption\":\"\",\"name\":\"aaeaaqaaaaaaaaaaaaaajdg5nmy0zguxlwe4mtgtndy5nc1iodfhltbmn2q0zdc5zwfinw-1\",\"status\":\"inherit\",\"uploadedTo\":948,\"date\":\"2022-12-14T10:50:25.000Z\",\"modified\":\"2022-12-14T10:50:25.000Z\",\"menuOrder\":0,\"mime\":\"image/png\",\"type\":\"image\",\"subtype\":\"png\",\"icon\":\"https://blueroan.netgen.cloud/wp-includes/images/media/default.png\",\"dateFormatted\":\"December 14, 2022\",\"nonces\":{\"update\":\"483f8bdf3d\",\"delete\":\"0a7ebc92ef\",\"edit\":\"6bc1c6a685\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=1007\\u0026action=edit\",\"meta\":false,\"authorName\":\"Netgen Support\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/profile.php\",\"uploadedToTitle\":\"The Barn\",\"uploadedToLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=948\\u0026action=edit\",\"filesizeInBytes\":1348989,\"filesizeHumanReadable\":\"1 MB\",\"context\":\"\",\"height\":667,\"width\":1000,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAAJDg5NmY0ZGUxLWE4MTgtNDY5NC1iODFhLTBmN2Q0ZDc5ZWFiNw-1-150x150.png\",\"orientation\":\"landscape\"},\"medium\":{\"height\":200,\"width\":300,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAAJDg5NmY0ZGUxLWE4MTgtNDY5NC1iODFhLTBmN2Q0ZDc5ZWFiNw-1-300x200.png\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAAJDg5NmY0ZGUxLWE4MTgtNDY5NC1iODFhLTBmN2Q0ZDc5ZWFiNw-1.png\",\"height\":667,\"width\":1000,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"backgroundPositionDesktop\":{\"x\":0.61,\"y\":0.52},\"backgroundSizeTablet\":\"cover\",\"backgroundSizeMobile\":\"cover\",\"backgroundColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"backgroundImageColor\":\"rgba(42,42,42,0.5)\",\"topPaddingDesktop\":220,\"bottomPaddingDesktop\":150,\"topPaddingTablet\":170,\"bottomPaddingTablet\":160,\"leftPaddingTablet\":30,\"rightPaddingTablet\":30,\"topPaddingMobile\":180,\"bottomPaddingMobile\":80,\"leftPaddingMobile\":20,\"rightPaddingMobile\":20,\"paddingLink\":false,\"variationSelected\":true,\"isBlockRootParent\":true,\"overlayType\":\"color\"} -->\n<div class=\"wp-block-uagb-container uagb-block-2e2a2e20 alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/advanced-heading {\"block_id\":\"a109f164\",\"classMigrate\":true,\"headingDescToggle\":true,\"headingColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"subHeadingColor\":\"var(\\u002d\\u002dast-global-color-4)\",\"headingTag\":\"h1\",\"headSpace\":20,\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"blockTopPadding\":0,\"blockRightPadding\":50,\"blockLeftPadding\":0,\"blockBottomPadding\":0,\"blockTopPaddingTablet\":0,\"blockRightPaddingTablet\":20,\"blockLeftPaddingTablet\":0,\"blockBottomPaddingTablet\":0,\"blockTopPaddingMobile\":0,\"blockRightPaddingMobile\":0,\"blockLeftPaddingMobile\":0,\"blockBottomPaddingMobile\":0,\"blockPaddingUnit\":\"%\",\"blockPaddingUnitTablet\":\"%\"} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-a109f164\"><h1 class=\"uagb-heading-text\">Amenities &amp; Interests​</h1><p class=\"uagb-desc-text\">We do not give you just rooms to stay in. We give you an environment where you can experience the best while on a holiday with us. </p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:buttons -->\n<div class=\"wp-block-buttons\"><!-- wp:button -->\n<div class=\"wp-block-button\"><a class=\"wp-block-button__link wp-element-button\" href=\"https://book.nightsbridge.com/11065\" target=\"_blank\" rel=\"noreferrer noopener\">BOOK NOW</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"dad99a9e\",\"backgroundType\":\"color\",\"backgroundSizeTablet\":\"cover\",\"backgroundSizeMobile\":\"cover\",\"backgroundColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"topPaddingDesktop\":50,\"bottomPaddingDesktop\":100,\"topPaddingTablet\":50,\"bottomPaddingTablet\":25,\"leftPaddingTablet\":20,\"rightPaddingTablet\":20,\"topPaddingMobile\":50,\"bottomPaddingMobile\":20,\"leftPaddingMobile\":20,\"rightPaddingMobile\":20,\"paddingLink\":false,\"variationSelected\":true,\"rowGapDesktop\":0,\"isBlockRootParent\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-dad99a9e alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/container {\"block_id\":\"338ffcc2\",\"directionDesktop\":\"row\",\"alignItemsTablet\":\"flex-start\",\"paddingLink\":false,\"topMarginDesktop\":50,\"bottomMarginDesktop\":20,\"leftMarginDesktop\":0,\"rightMarginDesktop\":0,\"marginLink\":false,\"variationSelected\":true,\"rowGapMobile\":65,\"columnGapDesktop\":48,\"columnGapTablet\":20} -->\n<div class=\"wp-block-uagb-container uagb-block-338ffcc2\"><!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"align\":\"center\",\"id\":828,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image aligncenter size-full\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Blue-Roan-pool.png\" alt=\"Blue Roan\'s rock pool\" class=\"wp-image-828\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>A relaxing rock Pool​</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>We have a lovely sparkling blue rock pool next to a thatched Lapa. &nbsp;&nbsp;Lie on recliners on the green lawn or sit on the swing chair in the Lapa and enjoy the panoramic view of the Magaliesberg mountain range.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":829,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/img-20160605-wa0002-largejpg.png\" alt=\"\" class=\"wp-image-829\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>Braai facilities </h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>What can compare to a burning fire under the star-lit African sky? Nothing beats the flavor of cooking over an open flame.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":830,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/ef9d0188da11e2bc56788f5619d9d539.png\" alt=\"\" class=\"wp-image-830\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>A games room </h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>The reception is also a games room for those who enjoy darts or playing pool. &nbsp;Take a selection of DVDs back to your room and watch movies on your own DVD player. &nbsp;There is also a selection of board games and music CDs that you can borrow.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"align\":\"center\",\"id\":1198,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image aligncenter size-full\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/eyJidWNrZXQiOiJhc3NldHMuYWxsdHJhaWxzLmNvbSIsImtleSI6InVwbG9hZHMvcGhvdG8vaW1hZ2UvNDMxNzk4MTAvYjZkYTAz-1.png\" alt=\"\" class=\"wp-image-1198\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>Walking or hiking </h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>There is a well-kept walking trail on our property with plenty of bird life and some benches along the way. &nbsp;It is safe for dogs to run off-leash as it is completely fenced all around. &nbsp;For those who enjoy long walks and hikes, it is safe to cross onto neighbouring farms and go as far as the eye can see.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":1185,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/49089607_1950305445047847_5177863042771189760_n.png\" alt=\"\" class=\"wp-image-1185\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>Mountain biking </h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Bring your mountain bikes and explore the surrounding countryside on safe off-road tracks on our property and on neighbouring farms.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":1196,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Michelle_1.png\" alt=\"\" class=\"wp-image-1196\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>Horse riding </h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Interested riders can book at one of the recommended horse-riding establishments listed further down this page.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"059b825c\",\"innerContentWidth\":\"alignfull\",\"directionDesktop\":\"row\",\"wrapTablet\":\"wrap\",\"variationSelected\":true,\"rowGapTablet\":0,\"columnGapDesktop\":0,\"isBlockRootParent\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-059b825c alignfull uagb-is-root-container\"><!-- wp:uagb/container {\"block_id\":\"0b0cfc60\",\"widthDesktop\":25,\"widthTablet\":50,\"variationSelected\":true,\"widthSetByUser\":true,\"UAGHideMob\":true,\"UAGResponsiveConditions\":true} -->\n<div class=\"wp-block-uagb-container uag-hide-mob uagb-block-0b0cfc60\"><!-- wp:uagb/image {\"block_id\":\"687dfbd4\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-18-1-1024x768.jpg\",\"id\":1208,\"linkDestination\":\"none\",\"width\":480,\"height\":500,\"naturalWidth\":1024,\"naturalHeight\":768,\"sizeSlug\":\"large\",\"sizeSlugTablet\":\"large\",\"sizeSlugMobile\":\"large\",\"customHeightSetDesktop\":true} -->\n<div class=\"wp-block-uagb-image uagb-block-687dfbd4 wp-block-uagb-image--layout-default wp-block-uagb-image--effect-static wp-block-uagb-image--align-none\"><figure class=\"wp-block-uagb-image__figure\"><img srcset=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-18-1-1024x768.jpg \" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-18-1-1024x768.jpg\" alt=\"\" class=\"uag-image-1208\" width=\"480\" height=\"500\" title=\"\" loading=\"lazy\"/></figure></div>\n<!-- /wp:uagb/image --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"0ef8390f\",\"widthDesktop\":25,\"widthTablet\":50,\"variationSelected\":true,\"widthSetByUser\":true,\"UAGHideMob\":true,\"UAGResponsiveConditions\":true} -->\n<div class=\"wp-block-uagb-container uag-hide-mob uagb-block-0ef8390f\"><!-- wp:uagb/image {\"block_id\":\"7c2d7554\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Blue-Roan-pool-1.png\",\"id\":1210,\"linkDestination\":\"none\",\"width\":480,\"height\":500,\"naturalWidth\":370,\"naturalHeight\":440,\"sizeSlug\":\"full\",\"sizeSlugTablet\":\"full\",\"sizeSlugMobile\":\"full\",\"customHeightSetDesktop\":true} -->\n<div class=\"wp-block-uagb-image uagb-block-7c2d7554 wp-block-uagb-image--layout-default wp-block-uagb-image--effect-static wp-block-uagb-image--align-none\"><figure class=\"wp-block-uagb-image__figure\"><img srcset=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Blue-Roan-pool-1.png \" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Blue-Roan-pool-1.png\" alt=\"\" class=\"uag-image-1210\" width=\"480\" height=\"500\" title=\"\" loading=\"lazy\"/></figure></div>\n<!-- /wp:uagb/image --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"1eafbc48\",\"widthDesktop\":50,\"widthTablet\":100,\"variationSelected\":true,\"columnGapDesktop\":20,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-1eafbc48\"><!-- wp:uagb/image {\"block_id\":\"0f037e3d\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/the-view-from-my-rooms-1024x768.jpg\",\"id\":1211,\"linkDestination\":\"none\",\"width\":960,\"height\":500,\"naturalWidth\":1024,\"naturalHeight\":768,\"sizeSlug\":\"large\",\"sizeSlugTablet\":\"large\",\"sizeSlugMobile\":\"large\",\"customHeightSetDesktop\":true} -->\n<div class=\"wp-block-uagb-image uagb-block-0f037e3d wp-block-uagb-image--layout-default wp-block-uagb-image--effect-static wp-block-uagb-image--align-none\"><figure class=\"wp-block-uagb-image__figure\"><img srcset=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/the-view-from-my-rooms-1024x768.jpg \" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/the-view-from-my-rooms-1024x768.jpg\" alt=\"\" class=\"uag-image-1211\" width=\"960\" height=\"500\" title=\"\" loading=\"lazy\"/></figure></div>\n<!-- /wp:uagb/image --></div>\n<!-- /wp:uagb/container --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"626322a3\",\"innerContentWidth\":\"alignfull\",\"directionDesktop\":\"row\",\"wrapTablet\":\"wrap\",\"variationSelected\":true,\"rowGapTablet\":0,\"columnGapDesktop\":0,\"isBlockRootParent\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-626322a3 alignfull uagb-is-root-container\"><!-- wp:uagb/container {\"block_id\":\"e4e59137\",\"widthDesktop\":50,\"widthTablet\":100,\"variationSelected\":true,\"columnGapDesktop\":20,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-e4e59137\"><!-- wp:uagb/image {\"block_id\":\"fbf12f24\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAAJDI0ZWY4NDc1LThjYjYtNDM3YS1iOTliLWNmOWQxYTJkMWU5MQ-1.png\",\"id\":1213,\"linkDestination\":\"none\",\"width\":960,\"height\":500,\"naturalWidth\":1000,\"naturalHeight\":667,\"sizeSlug\":\"full\",\"sizeSlugTablet\":\"full\",\"sizeSlugMobile\":\"full\",\"customHeightSetDesktop\":true} -->\n<div class=\"wp-block-uagb-image uagb-block-fbf12f24 wp-block-uagb-image--layout-default wp-block-uagb-image--effect-static wp-block-uagb-image--align-none\"><figure class=\"wp-block-uagb-image__figure\"><img srcset=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAAJDI0ZWY4NDc1LThjYjYtNDM3YS1iOTliLWNmOWQxYTJkMWU5MQ-1.png \" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAAJDI0ZWY4NDc1LThjYjYtNDM3YS1iOTliLWNmOWQxYTJkMWU5MQ-1.png\" alt=\"\" class=\"uag-image-1213\" width=\"960\" height=\"500\" title=\"\" loading=\"lazy\"/></figure></div>\n<!-- /wp:uagb/image --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"741891f6\",\"widthDesktop\":25,\"variationSelected\":true,\"widthSetByUser\":true,\"UAGHideMob\":true,\"UAGResponsiveConditions\":true} -->\n<div class=\"wp-block-uagb-container uag-hide-mob uagb-block-741891f6\"><!-- wp:uagb/image {\"block_id\":\"515817d3\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/bird-1-1024x683.jpg\",\"id\":1215,\"linkDestination\":\"none\",\"width\":480,\"height\":500,\"naturalWidth\":1024,\"naturalHeight\":683,\"sizeSlug\":\"large\",\"sizeSlugTablet\":\"large\",\"sizeSlugMobile\":\"large\",\"customHeightSetDesktop\":true} -->\n<div class=\"wp-block-uagb-image uagb-block-515817d3 wp-block-uagb-image--layout-default wp-block-uagb-image--effect-static wp-block-uagb-image--align-none\"><figure class=\"wp-block-uagb-image__figure\"><img srcset=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/bird-1-1024x683.jpg \" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/bird-1-1024x683.jpg\" alt=\"\" class=\"uag-image-1215\" width=\"480\" height=\"500\" title=\"\" loading=\"lazy\"/></figure></div>\n<!-- /wp:uagb/image --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"95b0e6c6\",\"widthDesktop\":25,\"variationSelected\":true,\"widthSetByUser\":true,\"UAGHideMob\":true,\"UAGResponsiveConditions\":true} -->\n<div class=\"wp-block-uagb-container uag-hide-mob uagb-block-95b0e6c6\"><!-- wp:uagb/image {\"block_id\":\"70eca7b0\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/two-happy-boxers-1024x768.jpg\",\"id\":1216,\"linkDestination\":\"none\",\"width\":480,\"height\":500,\"naturalWidth\":1024,\"naturalHeight\":768,\"sizeSlug\":\"large\",\"sizeSlugTablet\":\"large\",\"sizeSlugMobile\":\"large\",\"customHeightSetDesktop\":true} -->\n<div class=\"wp-block-uagb-image uagb-block-70eca7b0 wp-block-uagb-image--layout-default wp-block-uagb-image--effect-static wp-block-uagb-image--align-none\"><figure class=\"wp-block-uagb-image__figure\"><img srcset=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/two-happy-boxers-1024x768.jpg \" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/two-happy-boxers-1024x768.jpg\" alt=\"\" class=\"uag-image-1216\" width=\"480\" height=\"500\" title=\"\" loading=\"lazy\"/></figure></div>\n<!-- /wp:uagb/image --></div>\n<!-- /wp:uagb/container --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"d66f90b0\",\"backgroundType\":\"color\",\"backgroundSizeTablet\":\"cover\",\"backgroundSizeMobile\":\"cover\",\"backgroundColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"topPaddingDesktop\":120,\"bottomPaddingDesktop\":120,\"topPaddingTablet\":80,\"bottomPaddingTablet\":80,\"leftPaddingTablet\":30,\"rightPaddingTablet\":30,\"topPaddingMobile\":80,\"bottomPaddingMobile\":80,\"leftPaddingMobile\":20,\"rightPaddingMobile\":20,\"paddingLink\":false,\"variationSelected\":true,\"rowGapDesktop\":0,\"rowGapTablet\":0,\"isBlockRootParent\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-d66f90b0 alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/container {\"block_id\":\"44632efe\",\"directionDesktop\":\"row\",\"alignItemsDesktop\":\"flex-end\",\"alignItemsTablet\":\"flex-end\",\"justifyContentDesktop\":\"flex-end\",\"justifyContentTablet\":\"space-between\",\"variationSelected\":true,\"rowGapMobile\":30,\"columnGapDesktop\":0} -->\n<div class=\"wp-block-uagb-container uagb-block-44632efe\"><!-- wp:uagb/advanced-heading {\"block_id\":\"c1439cf5\",\"classMigrate\":true,\"headingDescToggle\":true,\"subHeadingColor\":\"\",\"headSpace\":20,\"subHeadFontSize\":16} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-c1439cf5\"><h2 class=\"uagb-heading-text\">Things to do in the area of Magaliesburg<br></h2><p class=\"uagb-desc-text\">Looking for more? Well, we believe that every guest walks into our lodge for the best experience. And, we are determined to do that.</p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/buttons {\"block_id\":\"4ba6b246\",\"classMigrate\":true,\"childMigrate\":true,\"align\":\"right\",\"alignTablet\":\"right\",\"alignMobile\":\"left\",\"gap\":0} -->\n<div class=\"wp-block-uagb-buttons uagb-buttons__outer-wrap uagb-btn__default-btn uagb-btn-tablet__default-btn uagb-btn-mobile__default-btn uagb-block-4ba6b246\"><div class=\"uagb-buttons__wrap uagb-buttons-layout-wrap\"><!-- wp:uagb/buttons-child {\"block_id\":\"4af5e173\",\"label\":\"Get Bookings\",\"link\":\"#\",\"hColor\":\"\",\"borderWidth\":\"\",\"borderRadius\":\"\",\"borderStyle\":\"\",\"borderColor\":\"\",\"borderHColor\":\"\",\"btnBorderTopWidth\":1,\"btnBorderLeftWidth\":1,\"btnBorderRightWidth\":1,\"btnBorderBottomWidth\":1,\"btnBorderTopLeftRadius\":2,\"btnBorderTopRightRadius\":2,\"btnBorderBottomLeftRadius\":2,\"btnBorderBottomRightRadius\":2,\"btnBorderStyle\":\"solid\",\"btnBorderColor\":\"#333\",\"btnBorderHColor\":\"#333\"} -->\n<div class=\"wp-block-uagb-buttons-child uagb-buttons__outer-wrap uagb-block-4af5e173 wp-block-button is-style-outline\"><div class=\"uagb-button__wrapper\"><a class=\"uagb-buttons-repeater wp-block-button__link\" href=\"#\" rel=\"follow noopener\" target=\"_self\"><div class=\"uagb-button__link\">Get Bookings</div></a></div></div>\n<!-- /wp:uagb/buttons-child --></div></div>\n<!-- /wp:uagb/buttons --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"025f8b8c\",\"directionDesktop\":\"row\",\"alignItemsTablet\":\"flex-start\",\"paddingLink\":false,\"topMarginDesktop\":54,\"bottomMarginDesktop\":0,\"leftMarginDesktop\":0,\"rightMarginDesktop\":0,\"topMarginTablet\":30,\"bottomMarginTablet\":0,\"leftMarginTablet\":0,\"rightMarginTablet\":0,\"marginLink\":false,\"variationSelected\":true,\"rowGapMobile\":65,\"columnGapDesktop\":48,\"columnGapTablet\":20} -->\n<div class=\"wp-block-uagb-container uagb-block-025f8b8c\"><!-- wp:uagb/info-box {\"classMigrate\":true,\"headingAlign\":\"left\",\"headingColor\":\"\",\"subHeadingColor\":\"\",\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"source_type\":\"image\",\"block_id\":\"201113fc\",\"ctaTarget\":true,\"ctaType\":\"text\",\"ctaText\":\"READ MORE\",\"ctaLink\":\"https://www.sundowner.co.za/rooms/magalies-barbus-haven/\",\"ctaLinkColor\":\"var(\\u002d\\u002dast-global-color-0)\",\"ctaDecoration\":\"underline\",\"ctaFontSize\":12,\"ctaFontWeight\":\"600\",\"ctaLetterSpacing\":2,\"ctaBorderColor\":\"\",\"ctaBorderStyle\":\"\",\"ctaBorderWidth\":\"\",\"ctaBorderRadius\":\"\",\"iconBottomMargin\":30,\"iconImage\":{\"uploading\":false,\"date\":1671106052000,\"filename\":\"41b46e52d7427ea1f6f135454e9a012f.png\",\"menuOrder\":0,\"uploadedTo\":762,\"type\":\"image\",\"subtype\":\"png\",\"id\":1222,\"title\":\"41b46e52d7427ea1f6f135454e9a012f\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/41b46e52d7427ea1f6f135454e9a012f.png\",\"link\":\"https://blueroan.netgen.cloud/amenities/41b46e52d7427ea1f6f135454e9a012f/\",\"alt\":\"\",\"author\":\"2\",\"description\":\"\",\"caption\":\"\",\"name\":\"41b46e52d7427ea1f6f135454e9a012f\",\"status\":\"inherit\",\"modified\":1671106052000,\"mime\":\"image/png\",\"icon\":\"https://blueroan.netgen.cloud/wp-includes/images/media/default.png\",\"dateFormatted\":\"December 15, 2022\",\"nonces\":{\"update\":\"a33de4f0ef\",\"delete\":\"e6f9dee199\",\"edit\":\"6d436328bf\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=1222\\u0026action=edit\",\"meta\":false,\"authorName\":\"Netgen Support\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/profile.php\",\"uploadedToTitle\":\"Amenities\",\"uploadedToLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=762\\u0026action=edit\",\"filesizeInBytes\":326854,\"filesizeHumanReadable\":\"319 KB\",\"context\":\"\",\"height\":440,\"width\":370,\"orientation\":\"portrait\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/41b46e52d7427ea1f6f135454e9a012f-150x150.png\",\"orientation\":\"landscape\"},\"medium\":{\"height\":300,\"width\":252,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/41b46e52d7427ea1f6f135454e9a012f-252x300.png\",\"orientation\":\"portrait\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/41b46e52d7427ea1f6f135454e9a012f.png\",\"height\":440,\"width\":370,\"orientation\":\"portrait\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"imageSize\":\"full\",\"imageWidth\":100,\"imageWidthMobile\":100,\"imageWidthTablet\":100,\"paddingBtnTop\":10,\"paddingBtnBottom\":10,\"paddingBtnLeft\":14,\"paddingBtnRight\":14,\"imageWidthUnit\":\"%\",\"imageWidthUnitTablet\":\"%\",\"imageWidthUnitMobile\":\"%\",\"subHeadTopMargin\":0,\"subHeadRightMargin\":40,\"subHeadLeftMargin\":0,\"subHeadMarginTopTablet\":0,\"subHeadMarginRightTablet\":0,\"subHeadTabletSpace\":20,\"subHeadMarginLeftTablet\":0,\"imgTagHeight\":118,\"imgTagWidth\":370,\"btnBorderTopWidth\":1,\"btnBorderLeftWidth\":1,\"btnBorderRightWidth\":1,\"btnBorderBottomWidth\":1,\"btnBorderTopLeftRadius\":0,\"btnBorderTopRightRadius\":0,\"btnBorderBottomLeftRadius\":0,\"btnBorderBottomRightRadius\":0,\"btnBorderStyle\":\"solid\",\"btnBorderColor\":\"#333\"} -->\n<div class=\"wp-block-uagb-info-box uagb-block-201113fc uagb-infobox__content-wrap  uagb-infobox-icon-above-title uagb-infobox-image-valign-top\"><div class=\"uagb-ifb-content\"><div class=\"uagb-ifb-image-content\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/41b46e52d7427ea1f6f135454e9a012f.png\" alt=\"\" width=\"100\" height=\"118\" loading=\"lazy\"/></div><div class=\"uagb-ifb-title-wrap\"><h3 class=\"uagb-ifb-title\">Fishing at Barbus Haven </h3></div><p class=\"uagb-ifb-desc\">The 2.5 hr Introductory fly fishing clinics cover the basic techniques required to fly fish effectively. </p><div class=\"uagb-ifb-button-wrapper wp-block-button\"><a href=\"https://www.sundowner.co.za/rooms/magalies-barbus-haven/\" target=\"_blank\" class=\"uagb-infobox-cta-link\" rel=\"noopener noreferrer\" alt=\"\"><span class=\"uagb-inline-editing\">READ MORE</span><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M504.3 273.6l-112.1 104c-6.992 6.484-17.18 8.218-25.94 4.406c-8.758-3.812-14.42-12.45-14.42-21.1L351.9 288H32C14.33 288 .0002 273.7 .0002 255.1S14.33 224 32 224h319.9l0-72c0-9.547 5.66-18.19 14.42-22c8.754-3.809 18.95-2.075 25.94 4.41l112.1 104C514.6 247.9 514.6 264.1 504.3 273.6z\"></path></svg></a></div></div></div>\n<!-- /wp:uagb/info-box -->\n\n<!-- wp:uagb/info-box {\"classMigrate\":true,\"headingAlign\":\"left\",\"headingColor\":\"\",\"subHeadingColor\":\"\",\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"source_type\":\"image\",\"block_id\":\"04fd02c1\",\"ctaTarget\":true,\"ctaType\":\"text\",\"ctaText\":\"READ MORE\",\"ctaLink\":\"https://www.thekingfisherlodge.co.za/activities/\",\"ctaLinkColor\":\"var(\\u002d\\u002dast-global-color-0)\",\"ctaDecoration\":\"underline\",\"ctaFontSize\":12,\"ctaFontWeight\":\"600\",\"ctaLetterSpacing\":2,\"ctaBorderColor\":\"\",\"ctaBorderStyle\":\"\",\"ctaBorderWidth\":\"\",\"ctaBorderRadius\":\"\",\"iconBottomMargin\":30,\"iconImage\":{\"uploading\":false,\"date\":1671106415000,\"filename\":\"IMG-20180619-WA0004.png\",\"menuOrder\":0,\"uploadedTo\":762,\"type\":\"image\",\"subtype\":\"png\",\"id\":1225,\"title\":\"IMG-20180619-WA0004\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/IMG-20180619-WA0004.png\",\"link\":\"https://blueroan.netgen.cloud/amenities/img-20180619-wa0004/\",\"alt\":\"\",\"author\":\"2\",\"description\":\"\",\"caption\":\"\",\"name\":\"img-20180619-wa0004\",\"status\":\"inherit\",\"modified\":1671106415000,\"mime\":\"image/png\",\"icon\":\"https://blueroan.netgen.cloud/wp-includes/images/media/default.png\",\"dateFormatted\":\"December 15, 2022\",\"nonces\":{\"update\":\"e988b6351d\",\"delete\":\"5d512e9cd1\",\"edit\":\"3a331dfabd\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=1225\\u0026action=edit\",\"meta\":false,\"authorName\":\"Netgen Support\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/profile.php\",\"uploadedToTitle\":\"Amenities\",\"uploadedToLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=762\\u0026action=edit\",\"filesizeInBytes\":276116,\"filesizeHumanReadable\":\"270 KB\",\"context\":\"\",\"height\":440,\"width\":370,\"orientation\":\"portrait\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/IMG-20180619-WA0004-150x150.png\",\"orientation\":\"landscape\"},\"medium\":{\"height\":300,\"width\":252,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/IMG-20180619-WA0004-252x300.png\",\"orientation\":\"portrait\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/IMG-20180619-WA0004.png\",\"height\":440,\"width\":370,\"orientation\":\"portrait\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"imageSize\":\"full\",\"imageWidth\":100,\"imageWidthMobile\":100,\"imageWidthTablet\":100,\"paddingBtnTop\":10,\"paddingBtnBottom\":10,\"paddingBtnLeft\":14,\"paddingBtnRight\":14,\"imageWidthUnit\":\"%\",\"imageWidthUnitTablet\":\"%\",\"imageWidthUnitMobile\":\"%\",\"subHeadTopMargin\":0,\"subHeadRightMargin\":40,\"subHeadLeftMargin\":0,\"subHeadMarginTopTablet\":0,\"subHeadMarginRightTablet\":0,\"subHeadTabletSpace\":20,\"subHeadMarginLeftTablet\":0,\"imgTagHeight\":118,\"imgTagWidth\":370,\"btnBorderTopWidth\":1,\"btnBorderLeftWidth\":1,\"btnBorderRightWidth\":1,\"btnBorderBottomWidth\":1,\"btnBorderTopLeftRadius\":0,\"btnBorderTopRightRadius\":0,\"btnBorderBottomLeftRadius\":0,\"btnBorderBottomRightRadius\":0,\"btnBorderStyle\":\"solid\",\"btnBorderColor\":\"#333\"} -->\n<div class=\"wp-block-uagb-info-box uagb-block-04fd02c1 uagb-infobox__content-wrap  uagb-infobox-icon-above-title uagb-infobox-image-valign-top\"><div class=\"uagb-ifb-content\"><div class=\"uagb-ifb-image-content\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/IMG-20180619-WA0004.png\" alt=\"\" width=\"100\" height=\"118\" loading=\"lazy\"/></div><div class=\"uagb-ifb-title-wrap\"><h3 class=\"uagb-ifb-title\">Fishing at Kingfisher </h3></div><p class=\"uagb-ifb-desc\">The opportunity to fish for Rainbow Trout or the elusive Brown Trout. Kingfisher offers rod hires at their venue. <br></p><div class=\"uagb-ifb-button-wrapper wp-block-button\"><a href=\"https://www.thekingfisherlodge.co.za/activities/\" target=\"_blank\" class=\"uagb-infobox-cta-link\" rel=\"noopener noreferrer\" alt=\"\"><span class=\"uagb-inline-editing\">READ MORE</span><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M504.3 273.6l-112.1 104c-6.992 6.484-17.18 8.218-25.94 4.406c-8.758-3.812-14.42-12.45-14.42-21.1L351.9 288H32C14.33 288 .0002 273.7 .0002 255.1S14.33 224 32 224h319.9l0-72c0-9.547 5.66-18.19 14.42-22c8.754-3.809 18.95-2.075 25.94 4.41l112.1 104C514.6 247.9 514.6 264.1 504.3 273.6z\"></path></svg></a></div></div></div>\n<!-- /wp:uagb/info-box -->\n\n<!-- wp:uagb/info-box {\"classMigrate\":true,\"headingAlign\":\"left\",\"headingColor\":\"\",\"subHeadingColor\":\"\",\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"source_type\":\"image\",\"block_id\":\"29757ce7\",\"ctaType\":\"text\",\"ctaText\":\"READ MORE\",\"ctaLinkColor\":\"var(\\u002d\\u002dast-global-color-0)\",\"ctaDecoration\":\"underline\",\"ctaFontSize\":12,\"ctaFontWeight\":\"600\",\"ctaLetterSpacing\":2,\"ctaBorderColor\":\"\",\"ctaBorderStyle\":\"\",\"ctaBorderWidth\":\"\",\"ctaBorderRadius\":\"\",\"iconBottomMargin\":30,\"iconImage\":{\"id\":241,\"title\":\"beach\",\"filename\":\"beach.jpg\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/beach.jpg\",\"link\":\"https://blueroan.netgen.cloud/beach/\",\"alt\":\"\",\"author\":\"34\",\"description\":\"\",\"caption\":\"\",\"name\":\"beach\",\"status\":\"inherit\",\"uploadedTo\":0,\"date\":\"2021-05-11T10:56:06.000Z\",\"modified\":\"2021-05-11T10:56:06.000Z\",\"menuOrder\":0,\"mime\":\"image/jpeg\",\"type\":\"image\",\"subtype\":\"jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/default.png\",\"dateFormatted\":\"May 11, 2021\",\"nonces\":{\"update\":\"65c348aac8\",\"delete\":\"6d551f7cf4\",\"edit\":\"026ca70d91\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=241\\u0026action=edit\",\"meta\":false,\"authorName\":\"Rishabh\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/user-edit.php?user_id=34\",\"filesizeInBytes\":38094,\"filesizeHumanReadable\":\"37 KB\",\"context\":\"\",\"height\":440,\"width\":370,\"orientation\":\"portrait\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/beach-150x150.jpg\",\"orientation\":\"landscape\"},\"medium\":{\"height\":300,\"width\":252,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/beach-252x300-1.jpg\",\"orientation\":\"portrait\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/beach.jpg\",\"height\":440,\"width\":370,\"orientation\":\"portrait\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"imageSize\":\"full\",\"imageWidth\":100,\"imageWidthMobile\":100,\"imageWidthTablet\":100,\"paddingBtnTop\":10,\"paddingBtnBottom\":10,\"paddingBtnLeft\":14,\"paddingBtnRight\":14,\"imageWidthUnit\":\"%\",\"imageWidthUnitTablet\":\"%\",\"imageWidthUnitMobile\":\"%\",\"subHeadTopMargin\":0,\"subHeadRightMargin\":40,\"subHeadLeftMargin\":0,\"subHeadMarginTopTablet\":0,\"subHeadMarginRightTablet\":0,\"subHeadTabletSpace\":20,\"subHeadMarginLeftTablet\":0,\"imgTagHeight\":118,\"imgTagWidth\":370,\"btnBorderTopWidth\":1,\"btnBorderLeftWidth\":1,\"btnBorderRightWidth\":1,\"btnBorderBottomWidth\":1,\"btnBorderTopLeftRadius\":0,\"btnBorderTopRightRadius\":0,\"btnBorderBottomLeftRadius\":0,\"btnBorderBottomRightRadius\":0,\"btnBorderStyle\":\"solid\",\"btnBorderColor\":\"#333\"} -->\n<div class=\"wp-block-uagb-info-box uagb-block-29757ce7 uagb-infobox__content-wrap  uagb-infobox-icon-above-title uagb-infobox-image-valign-top\"><div class=\"uagb-ifb-content\"><div class=\"uagb-ifb-image-content\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/beach.jpg\" alt=\"\" width=\"100\" height=\"118\" loading=\"lazy\"/></div><div class=\"uagb-ifb-title-wrap\"><h3 class=\"uagb-ifb-title\">Private Beach​</h3></div><p class=\"uagb-ifb-desc\">Want to take a dip into the sea? All our guests get complimentary access to our private beach.</p><div class=\"uagb-ifb-button-wrapper wp-block-button\"><a href=\"\" target=\"_self\" class=\"uagb-infobox-cta-link uagb-disable-link\" rel=\"noopener noreferrer\" alt=\"\"><span class=\"uagb-inline-editing\">READ MORE</span><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M504.3 273.6l-112.1 104c-6.992 6.484-17.18 8.218-25.94 4.406c-8.758-3.812-14.42-12.45-14.42-21.1L351.9 288H32C14.33 288 .0002 273.7 .0002 255.1S14.33 224 32 224h319.9l0-72c0-9.547 5.66-18.19 14.42-22c8.754-3.809 18.95-2.075 25.94 4.41l112.1 104C514.6 247.9 514.6 264.1 504.3 273.6z\"></path></svg></a></div></div></div>\n<!-- /wp:uagb/info-box --></div>\n<!-- /wp:uagb/container --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"825f9932\",\"backgroundType\":\"color\",\"backgroundSizeTablet\":\"cover\",\"backgroundSizeMobile\":\"cover\",\"backgroundColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"topPaddingDesktop\":50,\"bottomPaddingDesktop\":100,\"topPaddingTablet\":50,\"bottomPaddingTablet\":25,\"leftPaddingTablet\":20,\"rightPaddingTablet\":20,\"topPaddingMobile\":50,\"bottomPaddingMobile\":20,\"leftPaddingMobile\":20,\"rightPaddingMobile\":20,\"paddingLink\":false,\"variationSelected\":true,\"rowGapDesktop\":0,\"isBlockRootParent\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-825f9932 alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/container {\"block_id\":\"d8508191\",\"directionDesktop\":\"row\",\"alignItemsTablet\":\"flex-start\",\"paddingLink\":false,\"topMarginDesktop\":50,\"bottomMarginDesktop\":20,\"leftMarginDesktop\":0,\"rightMarginDesktop\":0,\"marginLink\":false,\"variationSelected\":true,\"rowGapMobile\":65,\"columnGapDesktop\":48,\"columnGapTablet\":20} -->\n<div class=\"wp-block-uagb-container uagb-block-d8508191\"><!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"align\":\"center\",\"id\":1222,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image aligncenter size-full\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/41b46e52d7427ea1f6f135454e9a012f.png\" alt=\"\" class=\"wp-image-1222\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"textAlign\":\"center\",\"level\":3} -->\n<h3 class=\"has-text-align-center\">Fishing </h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>The dam has trout (stocked), bass, vlei Kuper and carp. Fly fishers seeking a unique challenge visit our establishment in search of the large &amp; small scale Yellow fish.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:buttons -->\n<div class=\"wp-block-buttons\"><!-- wp:button {\"align\":\"left\"} -->\n<div class=\"wp-block-button alignleft\"><a class=\"wp-block-button__link wp-element-button\" href=\"https://www.sundowner.co.za/rooms/magalies-barbus-haven/\" target=\"_blank\" rel=\"noreferrer noopener\">Barbus Haven</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons -->\n\n<!-- wp:paragraph -->\n<p>The opportunity to fish for Rainbow Trout or the elusive Brown Trout. Kingfisher offers rod hires at their venue. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:buttons -->\n<div class=\"wp-block-buttons\"><!-- wp:button {\"align\":\"left\"} -->\n<div class=\"wp-block-button alignleft\"><a class=\"wp-block-button__link wp-element-button\" href=\"https://www.thekingfisherlodge.co.za/activities/\" target=\"_blank\" rel=\"noreferrer noopener\">Kingfisher</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":829,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/img-20160605-wa0002-largejpg.png\" alt=\"\" class=\"wp-image-829\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>Braai facilities </h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>What can compare to a burning fire under the star-lit African sky? Nothing beats the flavor of cooking over an open flame.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":830,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/ef9d0188da11e2bc56788f5619d9d539.png\" alt=\"\" class=\"wp-image-830\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>A games room </h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>The reception is also a games room for those who enjoy darts or playing pool. &nbsp;Take a selection of DVDs back to your room and watch movies on your own DVD player. &nbsp;There is also a selection of board games and music CDs that you can borrow.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"align\":\"center\",\"id\":1198,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image aligncenter size-full\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/eyJidWNrZXQiOiJhc3NldHMuYWxsdHJhaWxzLmNvbSIsImtleSI6InVwbG9hZHMvcGhvdG8vaW1hZ2UvNDMxNzk4MTAvYjZkYTAz-1.png\" alt=\"\" class=\"wp-image-1198\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>Walking or hiking </h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>There is a well-kept walking trail on our property with plenty of bird life and some benches along the way. &nbsp;It is safe for dogs to run off-leash as it is completely fenced all around. &nbsp;For those who enjoy long walks and hikes, it is safe to cross onto neighbouring farms and go as far as the eye can see.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":1185,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/49089607_1950305445047847_5177863042771189760_n.png\" alt=\"\" class=\"wp-image-1185\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>Mountain biking </h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Bring your mountain bikes and explore the surrounding countryside on safe off-road tracks on our property and on neighbouring farms.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":1196,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Michelle_1.png\" alt=\"\" class=\"wp-image-1196\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>Horse riding </h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Interested riders can book at one of the recommended horse-riding establishments listed further down this page.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"6237f8dd\",\"innerContentCustomWidthDesktop\":781,\"innerContentCustomWidthTablet\":781,\"backgroundType\":\"image\",\"backgroundImageDesktop\":{\"id\":54,\"title\":\"background-img\",\"filename\":\"background-img-1.jpg\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/background-img-1.jpg\",\"link\":\"https://blueroan.netgen.cloud/background-img-2/\",\"alt\":\"\",\"author\":\"34\",\"description\":\"\",\"caption\":\"\",\"name\":\"background-img-2\",\"status\":\"inherit\",\"uploadedTo\":0,\"date\":\"2021-05-07T10:11:37.000Z\",\"modified\":\"2021-05-07T10:11:37.000Z\",\"menuOrder\":0,\"mime\":\"image/jpeg\",\"type\":\"image\",\"subtype\":\"jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/default.png\",\"dateFormatted\":\"May 7, 2021\",\"nonces\":{\"update\":\"bb999636b9\",\"delete\":\"d2e1375bc4\",\"edit\":\"005dd2f0c9\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=54\\u0026action=edit\",\"meta\":false,\"authorName\":\"Rishabh\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/user-edit.php?user_id=34\",\"filesizeInBytes\":338858,\"filesizeHumanReadable\":\"331 KB\",\"context\":\"\",\"height\":1080,\"width\":1920,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/background-img-1-150x150.jpg\",\"orientation\":\"landscape\"},\"medium\":{\"height\":169,\"width\":300,\"url\":\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/background-img-1-300x169.jpg\",\"orientation\":\"landscape\"},\"large\":{\"height\":576,\"width\":1024,\"url\":\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/background-img-1-1024x576.jpg\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/background-img-1.jpg\",\"height\":1080,\"width\":1920,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"backgroundImageColor\":\"rgba(42,42,42,0.65)\",\"topPaddingDesktop\":144,\"bottomPaddingDesktop\":144,\"leftPaddingDesktop\":40,\"rightPaddingDesktop\":40,\"topPaddingTablet\":80,\"bottomPaddingTablet\":80,\"leftPaddingTablet\":40,\"rightPaddingTablet\":40,\"topPaddingMobile\":64,\"bottomPaddingMobile\":64,\"leftPaddingMobile\":24,\"rightPaddingMobile\":24,\"paddingLink\":false,\"variationSelected\":true,\"isBlockRootParent\":true,\"overlayType\":\"color\"} -->\n<div class=\"wp-block-uagb-container uagb-block-6237f8dd alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/advanced-heading {\"block_id\":\"4f223f35\",\"classMigrate\":true,\"headingDescToggle\":true,\"headingAlign\":\"center\",\"headingColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"subHeadingColor\":\"var(\\u002d\\u002dast-global-color-4)\",\"headSpace\":20} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-4f223f35\"><h2 class=\"uagb-heading-text\">Plan an Unforgettable Experience in Mykonos Today!</h2><p class=\"uagb-desc-text\">We can help you fit your stay and experience within your allotted budget.</p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/advanced-heading {\"block_id\":\"6c2b9ab9\",\"classMigrate\":true,\"headingTitleToggle\":false,\"headingDescToggle\":true,\"headingAlign\":\"center\",\"subHeadingColor\":\"var(\\u002d\\u002dast-global-color-4)\",\"subHeadTransform\":\"uppercase\",\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"subHeadLetterSpacing\":2,\"blockTopPadding\":60,\"blockRightPadding\":0,\"blockLeftPadding\":0,\"blockBottomPadding\":0,\"blockTopPaddingMobile\":30,\"blockRightPaddingMobile\":0,\"blockLeftPaddingMobile\":0,\"blockBottomPaddingMobile\":0} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-6c2b9ab9\"><p class=\"uagb-desc-text\">BOOK YOUR STAY NOW​</p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/icon-list {\"block_id\":\"f28cd2c2\",\"classMigrate\":true,\"childMigrate\":true,\"align\":\"center\",\"parentIcon\":\"phone\",\"size\":40,\"sizeMobile\":24,\"sizeTablet\":32,\"fontSize\":48,\"fontSizeMobile\":28,\"fontSizeTablet\":40,\"fontWeight\":\"600\",\"iconColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"labelColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"blockTopPadding\":0,\"blockRightPadding\":0,\"blockLeftPadding\":0,\"blockBottomPadding\":24,\"blockPaddingLink\":false} -->\n<div class=\"wp-block-uagb-icon-list uagb-block-f28cd2c2\"><div class=\"uagb-icon-list__wrap\"><!-- wp:uagb/icon-list-child {\"block_id\":\"547606e7\",\"label\":\"+1-123 456 7890​\",\"label_color\":\"\",\"fromParentIcon\":\"phone\",\"imageSizeChild\":40} -->\n<div class=\"wp-block-uagb-icon-list-child uagb-block-547606e7\"><span class=\"uagb-icon-list__source-wrap\"><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M511.2 387l-23.25 100.8c-3.266 14.25-15.79 24.22-30.46 24.22C205.2 512 0 306.8 0 54.5c0-14.66 9.969-27.2 24.22-30.45l100.8-23.25C139.7-2.602 154.7 5.018 160.8 18.92l46.52 108.5c5.438 12.78 1.77 27.67-8.98 36.45L144.5 207.1c33.98 69.22 90.26 125.5 159.5 159.5l44.08-53.8c8.688-10.78 23.69-14.51 36.47-8.975l108.5 46.51C506.1 357.2 514.6 372.4 511.2 387z\"></path></svg></span><span class=\"uagb-icon-list__label\">+1-123 456 7890​</span></div>\n<!-- /wp:uagb/icon-list-child --></div></div>\n<!-- /wp:uagb/icon-list --></div></div>\n<!-- /wp:uagb/container -->',	'Amenities',	'',	'inherit',	'closed',	'closed',	'',	'762-revision-v1',	'',	'',	'2022-12-15 12:23:18',	'2022-12-15 12:23:18',	'',	762,	'https://blueroan.netgen.cloud/?p=1233',	0,	'revision',	'',	0),
(1235,	2,	'2022-12-15 12:26:33',	'2022-12-15 12:26:33',	'',	'Maseke-MTB-MvZ-3-1024x683-1',	'',	'inherit',	'open',	'closed',	'',	'maseke-mtb-mvz-3-1024x683-1',	'',	'',	'2022-12-15 12:26:33',	'2022-12-15 12:26:33',	'',	762,	'https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Maseke-MTB-MvZ-3-1024x683-1.png',	0,	'attachment',	'image/png',	0),
(1236,	2,	'2022-12-15 12:31:28',	'2022-12-15 12:31:28',	'<!-- wp:uagb/container {\"block_id\":\"2f3ef1a5\",\"backgroundType\":\"image\",\"backgroundImageDesktop\":{\"id\":1007,\"title\":\"AAEAAQAAAAAAAAAAAAAAJDg5NmY0ZGUxLWE4MTgtNDY5NC1iODFhLTBmN2Q0ZDc5ZWFiNw-1\",\"filename\":\"AAEAAQAAAAAAAAAAAAAAJDg5NmY0ZGUxLWE4MTgtNDY5NC1iODFhLTBmN2Q0ZDc5ZWFiNw-1.png\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAAJDg5NmY0ZGUxLWE4MTgtNDY5NC1iODFhLTBmN2Q0ZDc5ZWFiNw-1.png\",\"link\":\"https://blueroan.netgen.cloud/the-barn/aaeaaqaaaaaaaaaaaaaajdg5nmy0zguxlwe4mtgtndy5nc1iodfhltbmn2q0zdc5zwfinw-1/\",\"alt\":\"\",\"author\":\"2\",\"description\":\"\",\"caption\":\"\",\"name\":\"aaeaaqaaaaaaaaaaaaaajdg5nmy0zguxlwe4mtgtndy5nc1iodfhltbmn2q0zdc5zwfinw-1\",\"status\":\"inherit\",\"uploadedTo\":948,\"date\":\"2022-12-14T10:50:25.000Z\",\"modified\":\"2022-12-14T10:50:25.000Z\",\"menuOrder\":0,\"mime\":\"image/png\",\"type\":\"image\",\"subtype\":\"png\",\"icon\":\"https://blueroan.netgen.cloud/wp-includes/images/media/default.png\",\"dateFormatted\":\"December 14, 2022\",\"nonces\":{\"update\":\"483f8bdf3d\",\"delete\":\"0a7ebc92ef\",\"edit\":\"6bc1c6a685\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=1007\\u0026action=edit\",\"meta\":false,\"authorName\":\"Netgen Support\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/profile.php\",\"uploadedToTitle\":\"The Barn\",\"uploadedToLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=948\\u0026action=edit\",\"filesizeInBytes\":1348989,\"filesizeHumanReadable\":\"1 MB\",\"context\":\"\",\"height\":667,\"width\":1000,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAAJDg5NmY0ZGUxLWE4MTgtNDY5NC1iODFhLTBmN2Q0ZDc5ZWFiNw-1-150x150.png\",\"orientation\":\"landscape\"},\"medium\":{\"height\":200,\"width\":300,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAAJDg5NmY0ZGUxLWE4MTgtNDY5NC1iODFhLTBmN2Q0ZDc5ZWFiNw-1-300x200.png\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAAJDg5NmY0ZGUxLWE4MTgtNDY5NC1iODFhLTBmN2Q0ZDc5ZWFiNw-1.png\",\"height\":667,\"width\":1000,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"backgroundPositionDesktop\":{\"x\":0.61,\"y\":0.52},\"backgroundSizeTablet\":\"cover\",\"backgroundSizeMobile\":\"cover\",\"backgroundColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"backgroundImageColor\":\"rgba(42,42,42,0.5)\",\"topPaddingDesktop\":220,\"bottomPaddingDesktop\":150,\"topPaddingTablet\":170,\"bottomPaddingTablet\":160,\"leftPaddingTablet\":30,\"rightPaddingTablet\":30,\"topPaddingMobile\":180,\"bottomPaddingMobile\":80,\"leftPaddingMobile\":20,\"rightPaddingMobile\":20,\"paddingLink\":false,\"variationSelected\":true,\"isBlockRootParent\":true,\"overlayType\":\"color\"} -->\n<div class=\"wp-block-uagb-container uagb-block-2f3ef1a5 alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/advanced-heading {\"block_id\":\"a1eceb46\",\"classMigrate\":true,\"headingDescToggle\":true,\"headingColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"subHeadingColor\":\"var(\\u002d\\u002dast-global-color-4)\",\"headingTag\":\"h1\",\"headSpace\":20,\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"blockTopPadding\":0,\"blockRightPadding\":50,\"blockLeftPadding\":0,\"blockBottomPadding\":0,\"blockTopPaddingTablet\":0,\"blockRightPaddingTablet\":20,\"blockLeftPaddingTablet\":0,\"blockBottomPaddingTablet\":0,\"blockTopPaddingMobile\":0,\"blockRightPaddingMobile\":0,\"blockLeftPaddingMobile\":0,\"blockBottomPaddingMobile\":0,\"blockPaddingUnit\":\"%\",\"blockPaddingUnitTablet\":\"%\"} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-a1eceb46\"><h1 class=\"uagb-heading-text\">Amenities &amp; Interests​</h1><p class=\"uagb-desc-text\">We do not give you just rooms to stay in. We give you an environment where you can experience the best while on a holiday with us. </p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:buttons -->\n<div class=\"wp-block-buttons\"><!-- wp:button -->\n<div class=\"wp-block-button\"><a class=\"wp-block-button__link wp-element-button\" href=\"https://book.nightsbridge.com/11065\" target=\"_blank\" rel=\"noreferrer noopener\">BOOK NOW</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"a208efc0\",\"backgroundType\":\"color\",\"backgroundSizeTablet\":\"cover\",\"backgroundSizeMobile\":\"cover\",\"backgroundColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"topPaddingDesktop\":50,\"bottomPaddingDesktop\":100,\"topPaddingTablet\":50,\"bottomPaddingTablet\":25,\"leftPaddingTablet\":20,\"rightPaddingTablet\":20,\"topPaddingMobile\":50,\"bottomPaddingMobile\":20,\"leftPaddingMobile\":20,\"rightPaddingMobile\":20,\"paddingLink\":false,\"variationSelected\":true,\"rowGapDesktop\":0,\"isBlockRootParent\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-a208efc0 alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/container {\"block_id\":\"c3db548e\",\"directionDesktop\":\"row\",\"alignItemsTablet\":\"flex-start\",\"paddingLink\":false,\"topMarginDesktop\":50,\"bottomMarginDesktop\":20,\"leftMarginDesktop\":0,\"rightMarginDesktop\":0,\"marginLink\":false,\"variationSelected\":true,\"rowGapMobile\":65,\"columnGapDesktop\":48,\"columnGapTablet\":20} -->\n<div class=\"wp-block-uagb-container uagb-block-c3db548e\"><!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"align\":\"center\",\"id\":828,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image aligncenter size-full\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Blue-Roan-pool.png\" alt=\"Blue Roan\'s rock pool\" class=\"wp-image-828\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>A relaxing rock Pool​</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>We have a lovely sparkling blue rock pool next to a thatched Lapa. &nbsp;&nbsp;Lie on recliners on the green lawn or sit on the swing chair in the Lapa and enjoy the panoramic view of the Magaliesberg mountain range.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":829,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/img-20160605-wa0002-largejpg.png\" alt=\"\" class=\"wp-image-829\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>Braai facilities </h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>What can compare to a burning fire under the star-lit African sky? Nothing beats the flavor of cooking over an open flame.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":830,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/ef9d0188da11e2bc56788f5619d9d539.png\" alt=\"\" class=\"wp-image-830\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>A games room </h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>The reception is also a games room for those who enjoy darts or playing pool. &nbsp;Take a selection of DVDs back to your room and watch movies on your own DVD player. &nbsp;There is also a selection of board games and music CDs that you can borrow.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"align\":\"center\",\"id\":1198,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image aligncenter size-full\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/eyJidWNrZXQiOiJhc3NldHMuYWxsdHJhaWxzLmNvbSIsImtleSI6InVwbG9hZHMvcGhvdG8vaW1hZ2UvNDMxNzk4MTAvYjZkYTAz-1.png\" alt=\"\" class=\"wp-image-1198\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>Walking or hiking </h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>There is a well-kept walking trail on our property with plenty of bird life and some benches along the way. &nbsp;It is safe for dogs to run off-leash as it is completely fenced all around. &nbsp;For those who enjoy long walks and hikes, it is safe to cross onto neighbouring farms and go as far as the eye can see.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":1185,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/49089607_1950305445047847_5177863042771189760_n.png\" alt=\"\" class=\"wp-image-1185\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>Mountain biking </h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Bring your mountain bikes and explore the surrounding countryside on safe off-road tracks on our property and on neighbouring farms.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":1196,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Michelle_1.png\" alt=\"\" class=\"wp-image-1196\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>Horse riding </h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Interested riders can book at one of the recommended horse-riding establishments listed further down this page.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"4ff497c4\",\"innerContentWidth\":\"alignfull\",\"directionDesktop\":\"row\",\"wrapTablet\":\"wrap\",\"variationSelected\":true,\"rowGapTablet\":0,\"columnGapDesktop\":0,\"isBlockRootParent\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-4ff497c4 alignfull uagb-is-root-container\"><!-- wp:uagb/container {\"block_id\":\"be227911\",\"widthDesktop\":25,\"widthTablet\":50,\"variationSelected\":true,\"widthSetByUser\":true,\"UAGHideMob\":true,\"UAGResponsiveConditions\":true} -->\n<div class=\"wp-block-uagb-container uag-hide-mob uagb-block-be227911\"><!-- wp:uagb/image {\"block_id\":\"732289a1\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-18-1-1024x768.jpg\",\"id\":1208,\"linkDestination\":\"none\",\"width\":480,\"height\":500,\"naturalWidth\":1024,\"naturalHeight\":768,\"sizeSlug\":\"large\",\"sizeSlugTablet\":\"large\",\"sizeSlugMobile\":\"large\",\"customHeightSetDesktop\":true} -->\n<div class=\"wp-block-uagb-image uagb-block-732289a1 wp-block-uagb-image--layout-default wp-block-uagb-image--effect-static wp-block-uagb-image--align-none\"><figure class=\"wp-block-uagb-image__figure\"><img srcset=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-18-1-1024x768.jpg \" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-18-1-1024x768.jpg\" alt=\"\" class=\"uag-image-1208\" width=\"480\" height=\"500\" title=\"\" loading=\"lazy\"/></figure></div>\n<!-- /wp:uagb/image --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"89ac951f\",\"widthDesktop\":25,\"widthTablet\":50,\"variationSelected\":true,\"widthSetByUser\":true,\"UAGHideMob\":true,\"UAGResponsiveConditions\":true} -->\n<div class=\"wp-block-uagb-container uag-hide-mob uagb-block-89ac951f\"><!-- wp:uagb/image {\"block_id\":\"bf4b12a7\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Blue-Roan-pool-1.png\",\"id\":1210,\"linkDestination\":\"none\",\"width\":480,\"height\":500,\"naturalWidth\":370,\"naturalHeight\":440,\"sizeSlug\":\"full\",\"sizeSlugTablet\":\"full\",\"sizeSlugMobile\":\"full\",\"customHeightSetDesktop\":true} -->\n<div class=\"wp-block-uagb-image uagb-block-bf4b12a7 wp-block-uagb-image--layout-default wp-block-uagb-image--effect-static wp-block-uagb-image--align-none\"><figure class=\"wp-block-uagb-image__figure\"><img srcset=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Blue-Roan-pool-1.png \" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Blue-Roan-pool-1.png\" alt=\"\" class=\"uag-image-1210\" width=\"480\" height=\"500\" title=\"\" loading=\"lazy\"/></figure></div>\n<!-- /wp:uagb/image --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"827f7c0a\",\"widthDesktop\":50,\"widthTablet\":100,\"variationSelected\":true,\"columnGapDesktop\":20,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-827f7c0a\"><!-- wp:uagb/image {\"block_id\":\"6e6ea996\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/the-view-from-my-rooms-1024x768.jpg\",\"id\":1211,\"linkDestination\":\"none\",\"width\":960,\"height\":500,\"naturalWidth\":1024,\"naturalHeight\":768,\"sizeSlug\":\"large\",\"sizeSlugTablet\":\"large\",\"sizeSlugMobile\":\"large\",\"customHeightSetDesktop\":true} -->\n<div class=\"wp-block-uagb-image uagb-block-6e6ea996 wp-block-uagb-image--layout-default wp-block-uagb-image--effect-static wp-block-uagb-image--align-none\"><figure class=\"wp-block-uagb-image__figure\"><img srcset=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/the-view-from-my-rooms-1024x768.jpg \" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/the-view-from-my-rooms-1024x768.jpg\" alt=\"\" class=\"uag-image-1211\" width=\"960\" height=\"500\" title=\"\" loading=\"lazy\"/></figure></div>\n<!-- /wp:uagb/image --></div>\n<!-- /wp:uagb/container --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"8760b30c\",\"innerContentWidth\":\"alignfull\",\"directionDesktop\":\"row\",\"wrapTablet\":\"wrap\",\"variationSelected\":true,\"rowGapTablet\":0,\"columnGapDesktop\":0,\"isBlockRootParent\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-8760b30c alignfull uagb-is-root-container\"><!-- wp:uagb/container {\"block_id\":\"9a0484d3\",\"widthDesktop\":50,\"widthTablet\":100,\"variationSelected\":true,\"columnGapDesktop\":20,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-9a0484d3\"><!-- wp:uagb/image {\"block_id\":\"a041db1c\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAAJDI0ZWY4NDc1LThjYjYtNDM3YS1iOTliLWNmOWQxYTJkMWU5MQ-1.png\",\"id\":1213,\"linkDestination\":\"none\",\"width\":960,\"height\":500,\"naturalWidth\":1000,\"naturalHeight\":667,\"sizeSlug\":\"full\",\"sizeSlugTablet\":\"full\",\"sizeSlugMobile\":\"full\",\"customHeightSetDesktop\":true} -->\n<div class=\"wp-block-uagb-image uagb-block-a041db1c wp-block-uagb-image--layout-default wp-block-uagb-image--effect-static wp-block-uagb-image--align-none\"><figure class=\"wp-block-uagb-image__figure\"><img srcset=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAAJDI0ZWY4NDc1LThjYjYtNDM3YS1iOTliLWNmOWQxYTJkMWU5MQ-1.png \" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAAJDI0ZWY4NDc1LThjYjYtNDM3YS1iOTliLWNmOWQxYTJkMWU5MQ-1.png\" alt=\"\" class=\"uag-image-1213\" width=\"960\" height=\"500\" title=\"\" loading=\"lazy\"/></figure></div>\n<!-- /wp:uagb/image --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"a11b2f52\",\"widthDesktop\":25,\"variationSelected\":true,\"widthSetByUser\":true,\"UAGHideMob\":true,\"UAGResponsiveConditions\":true} -->\n<div class=\"wp-block-uagb-container uag-hide-mob uagb-block-a11b2f52\"><!-- wp:uagb/image {\"block_id\":\"1e1a0a91\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/bird-1-1024x683.jpg\",\"id\":1215,\"linkDestination\":\"none\",\"width\":480,\"height\":500,\"naturalWidth\":1024,\"naturalHeight\":683,\"sizeSlug\":\"large\",\"sizeSlugTablet\":\"large\",\"sizeSlugMobile\":\"large\",\"customHeightSetDesktop\":true} -->\n<div class=\"wp-block-uagb-image uagb-block-1e1a0a91 wp-block-uagb-image--layout-default wp-block-uagb-image--effect-static wp-block-uagb-image--align-none\"><figure class=\"wp-block-uagb-image__figure\"><img srcset=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/bird-1-1024x683.jpg \" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/bird-1-1024x683.jpg\" alt=\"\" class=\"uag-image-1215\" width=\"480\" height=\"500\" title=\"\" loading=\"lazy\"/></figure></div>\n<!-- /wp:uagb/image --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"9736032f\",\"widthDesktop\":25,\"variationSelected\":true,\"widthSetByUser\":true,\"UAGHideMob\":true,\"UAGResponsiveConditions\":true} -->\n<div class=\"wp-block-uagb-container uag-hide-mob uagb-block-9736032f\"><!-- wp:uagb/image {\"block_id\":\"34368f05\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/two-happy-boxers-1024x768.jpg\",\"id\":1216,\"linkDestination\":\"none\",\"width\":480,\"height\":500,\"naturalWidth\":1024,\"naturalHeight\":768,\"sizeSlug\":\"large\",\"sizeSlugTablet\":\"large\",\"sizeSlugMobile\":\"large\",\"customHeightSetDesktop\":true} -->\n<div class=\"wp-block-uagb-image uagb-block-34368f05 wp-block-uagb-image--layout-default wp-block-uagb-image--effect-static wp-block-uagb-image--align-none\"><figure class=\"wp-block-uagb-image__figure\"><img srcset=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/two-happy-boxers-1024x768.jpg \" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/two-happy-boxers-1024x768.jpg\" alt=\"\" class=\"uag-image-1216\" width=\"480\" height=\"500\" title=\"\" loading=\"lazy\"/></figure></div>\n<!-- /wp:uagb/image --></div>\n<!-- /wp:uagb/container --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"0e8ef805\",\"backgroundType\":\"color\",\"backgroundSizeTablet\":\"cover\",\"backgroundSizeMobile\":\"cover\",\"backgroundColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"topPaddingDesktop\":120,\"bottomPaddingDesktop\":120,\"topPaddingTablet\":80,\"bottomPaddingTablet\":80,\"leftPaddingTablet\":30,\"rightPaddingTablet\":30,\"topPaddingMobile\":80,\"bottomPaddingMobile\":80,\"leftPaddingMobile\":20,\"rightPaddingMobile\":20,\"paddingLink\":false,\"variationSelected\":true,\"rowGapDesktop\":0,\"rowGapTablet\":0,\"isBlockRootParent\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-0e8ef805 alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/container {\"block_id\":\"7d148024\",\"directionDesktop\":\"row\",\"alignItemsDesktop\":\"flex-end\",\"alignItemsTablet\":\"flex-end\",\"justifyContentDesktop\":\"flex-end\",\"justifyContentTablet\":\"space-between\",\"variationSelected\":true,\"rowGapMobile\":30,\"columnGapDesktop\":0} -->\n<div class=\"wp-block-uagb-container uagb-block-7d148024\"><!-- wp:uagb/advanced-heading {\"block_id\":\"11425291\",\"classMigrate\":true,\"headingDescToggle\":true,\"subHeadingColor\":\"\",\"headSpace\":20,\"subHeadFontSize\":16} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-11425291\"><h2 class=\"uagb-heading-text\">Things to do in the area of Magaliesburg<br></h2><p class=\"uagb-desc-text\">Looking for more? Well, we believe that every guest walks into our lodge for the best experience. And, we are determined to do that.</p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/buttons {\"block_id\":\"c3288ac7\",\"classMigrate\":true,\"childMigrate\":true,\"align\":\"right\",\"alignTablet\":\"right\",\"alignMobile\":\"left\",\"gap\":0} -->\n<div class=\"wp-block-uagb-buttons uagb-buttons__outer-wrap uagb-btn__default-btn uagb-btn-tablet__default-btn uagb-btn-mobile__default-btn uagb-block-c3288ac7\"><div class=\"uagb-buttons__wrap uagb-buttons-layout-wrap\"><!-- wp:uagb/buttons-child {\"block_id\":\"32db6c19\",\"label\":\"Get Bookings\",\"link\":\"#\",\"hColor\":\"\",\"borderWidth\":\"\",\"borderRadius\":\"\",\"borderStyle\":\"\",\"borderColor\":\"\",\"borderHColor\":\"\",\"btnBorderTopWidth\":1,\"btnBorderLeftWidth\":1,\"btnBorderRightWidth\":1,\"btnBorderBottomWidth\":1,\"btnBorderTopLeftRadius\":2,\"btnBorderTopRightRadius\":2,\"btnBorderBottomLeftRadius\":2,\"btnBorderBottomRightRadius\":2,\"btnBorderStyle\":\"solid\",\"btnBorderColor\":\"#333\",\"btnBorderHColor\":\"#333\"} -->\n<div class=\"wp-block-uagb-buttons-child uagb-buttons__outer-wrap uagb-block-32db6c19 wp-block-button is-style-outline\"><div class=\"uagb-button__wrapper\"><a class=\"uagb-buttons-repeater wp-block-button__link\" href=\"#\" rel=\"follow noopener\" target=\"_self\"><div class=\"uagb-button__link\">Get Bookings</div></a></div></div>\n<!-- /wp:uagb/buttons-child --></div></div>\n<!-- /wp:uagb/buttons --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"1c738ae2\",\"directionDesktop\":\"row\",\"alignItemsTablet\":\"flex-start\",\"paddingLink\":false,\"topMarginDesktop\":54,\"bottomMarginDesktop\":0,\"leftMarginDesktop\":0,\"rightMarginDesktop\":0,\"topMarginTablet\":30,\"bottomMarginTablet\":0,\"leftMarginTablet\":0,\"rightMarginTablet\":0,\"marginLink\":false,\"variationSelected\":true,\"rowGapMobile\":65,\"columnGapDesktop\":48,\"columnGapTablet\":20} -->\n<div class=\"wp-block-uagb-container uagb-block-1c738ae2\"><!-- wp:uagb/info-box {\"classMigrate\":true,\"headingAlign\":\"left\",\"headingColor\":\"\",\"subHeadingColor\":\"\",\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"source_type\":\"image\",\"block_id\":\"2aad453b\",\"ctaTarget\":true,\"ctaType\":\"text\",\"ctaText\":\"READ MORE\",\"ctaLink\":\"https://www.sundowner.co.za/rooms/magalies-barbus-haven/\",\"ctaLinkColor\":\"var(\\u002d\\u002dast-global-color-0)\",\"ctaDecoration\":\"underline\",\"ctaFontSize\":12,\"ctaFontWeight\":\"600\",\"ctaLetterSpacing\":2,\"ctaBorderColor\":\"\",\"ctaBorderStyle\":\"\",\"ctaBorderWidth\":\"\",\"ctaBorderRadius\":\"\",\"iconBottomMargin\":30,\"iconImage\":{\"uploading\":false,\"date\":1671106052000,\"filename\":\"41b46e52d7427ea1f6f135454e9a012f.png\",\"menuOrder\":0,\"uploadedTo\":762,\"type\":\"image\",\"subtype\":\"png\",\"id\":1222,\"title\":\"41b46e52d7427ea1f6f135454e9a012f\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/41b46e52d7427ea1f6f135454e9a012f.png\",\"link\":\"https://blueroan.netgen.cloud/amenities/41b46e52d7427ea1f6f135454e9a012f/\",\"alt\":\"\",\"author\":\"2\",\"description\":\"\",\"caption\":\"\",\"name\":\"41b46e52d7427ea1f6f135454e9a012f\",\"status\":\"inherit\",\"modified\":1671106052000,\"mime\":\"image/png\",\"icon\":\"https://blueroan.netgen.cloud/wp-includes/images/media/default.png\",\"dateFormatted\":\"December 15, 2022\",\"nonces\":{\"update\":\"a33de4f0ef\",\"delete\":\"e6f9dee199\",\"edit\":\"6d436328bf\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=1222\\u0026action=edit\",\"meta\":false,\"authorName\":\"Netgen Support\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/profile.php\",\"uploadedToTitle\":\"Amenities\",\"uploadedToLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=762\\u0026action=edit\",\"filesizeInBytes\":326854,\"filesizeHumanReadable\":\"319 KB\",\"context\":\"\",\"height\":440,\"width\":370,\"orientation\":\"portrait\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/41b46e52d7427ea1f6f135454e9a012f-150x150.png\",\"orientation\":\"landscape\"},\"medium\":{\"height\":300,\"width\":252,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/41b46e52d7427ea1f6f135454e9a012f-252x300.png\",\"orientation\":\"portrait\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/41b46e52d7427ea1f6f135454e9a012f.png\",\"height\":440,\"width\":370,\"orientation\":\"portrait\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"imageSize\":\"full\",\"imageWidth\":100,\"imageWidthMobile\":100,\"imageWidthTablet\":100,\"paddingBtnTop\":10,\"paddingBtnBottom\":10,\"paddingBtnLeft\":14,\"paddingBtnRight\":14,\"imageWidthUnit\":\"%\",\"imageWidthUnitTablet\":\"%\",\"imageWidthUnitMobile\":\"%\",\"subHeadTopMargin\":0,\"subHeadRightMargin\":40,\"subHeadLeftMargin\":0,\"subHeadMarginTopTablet\":0,\"subHeadMarginRightTablet\":0,\"subHeadTabletSpace\":20,\"subHeadMarginLeftTablet\":0,\"imgTagHeight\":118,\"imgTagWidth\":370,\"btnBorderTopWidth\":1,\"btnBorderLeftWidth\":1,\"btnBorderRightWidth\":1,\"btnBorderBottomWidth\":1,\"btnBorderTopLeftRadius\":0,\"btnBorderTopRightRadius\":0,\"btnBorderBottomLeftRadius\":0,\"btnBorderBottomRightRadius\":0,\"btnBorderStyle\":\"solid\",\"btnBorderColor\":\"#333\"} -->\n<div class=\"wp-block-uagb-info-box uagb-block-2aad453b uagb-infobox__content-wrap  uagb-infobox-icon-above-title uagb-infobox-image-valign-top\"><div class=\"uagb-ifb-content\"><div class=\"uagb-ifb-image-content\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/41b46e52d7427ea1f6f135454e9a012f.png\" alt=\"\" width=\"100\" height=\"118\" loading=\"lazy\"/></div><div class=\"uagb-ifb-title-wrap\"><h3 class=\"uagb-ifb-title\">Fishing at Barbus Haven </h3></div><p class=\"uagb-ifb-desc\">The 2.5 hr Introductory fly fishing clinics cover the basic techniques required to fly fish effectively. </p><div class=\"uagb-ifb-button-wrapper wp-block-button\"><a href=\"https://www.sundowner.co.za/rooms/magalies-barbus-haven/\" target=\"_blank\" class=\"uagb-infobox-cta-link\" rel=\"noopener noreferrer\" alt=\"\"><span class=\"uagb-inline-editing\">READ MORE</span><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M504.3 273.6l-112.1 104c-6.992 6.484-17.18 8.218-25.94 4.406c-8.758-3.812-14.42-12.45-14.42-21.1L351.9 288H32C14.33 288 .0002 273.7 .0002 255.1S14.33 224 32 224h319.9l0-72c0-9.547 5.66-18.19 14.42-22c8.754-3.809 18.95-2.075 25.94 4.41l112.1 104C514.6 247.9 514.6 264.1 504.3 273.6z\"></path></svg></a></div></div></div>\n<!-- /wp:uagb/info-box -->\n\n<!-- wp:uagb/info-box {\"classMigrate\":true,\"headingAlign\":\"left\",\"headingColor\":\"\",\"subHeadingColor\":\"\",\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"source_type\":\"image\",\"block_id\":\"c2ded43b\",\"ctaTarget\":true,\"ctaType\":\"text\",\"ctaText\":\"READ MORE\",\"ctaLink\":\"https://www.thekingfisherlodge.co.za/activities/\",\"ctaLinkColor\":\"var(\\u002d\\u002dast-global-color-0)\",\"ctaDecoration\":\"underline\",\"ctaFontSize\":12,\"ctaFontWeight\":\"600\",\"ctaLetterSpacing\":2,\"ctaBorderColor\":\"\",\"ctaBorderStyle\":\"\",\"ctaBorderWidth\":\"\",\"ctaBorderRadius\":\"\",\"iconBottomMargin\":30,\"iconImage\":{\"uploading\":false,\"date\":1671106415000,\"filename\":\"IMG-20180619-WA0004.png\",\"menuOrder\":0,\"uploadedTo\":762,\"type\":\"image\",\"subtype\":\"png\",\"id\":1225,\"title\":\"IMG-20180619-WA0004\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/IMG-20180619-WA0004.png\",\"link\":\"https://blueroan.netgen.cloud/amenities/img-20180619-wa0004/\",\"alt\":\"\",\"author\":\"2\",\"description\":\"\",\"caption\":\"\",\"name\":\"img-20180619-wa0004\",\"status\":\"inherit\",\"modified\":1671106415000,\"mime\":\"image/png\",\"icon\":\"https://blueroan.netgen.cloud/wp-includes/images/media/default.png\",\"dateFormatted\":\"December 15, 2022\",\"nonces\":{\"update\":\"e988b6351d\",\"delete\":\"5d512e9cd1\",\"edit\":\"3a331dfabd\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=1225\\u0026action=edit\",\"meta\":false,\"authorName\":\"Netgen Support\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/profile.php\",\"uploadedToTitle\":\"Amenities\",\"uploadedToLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=762\\u0026action=edit\",\"filesizeInBytes\":276116,\"filesizeHumanReadable\":\"270 KB\",\"context\":\"\",\"height\":440,\"width\":370,\"orientation\":\"portrait\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/IMG-20180619-WA0004-150x150.png\",\"orientation\":\"landscape\"},\"medium\":{\"height\":300,\"width\":252,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/IMG-20180619-WA0004-252x300.png\",\"orientation\":\"portrait\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/IMG-20180619-WA0004.png\",\"height\":440,\"width\":370,\"orientation\":\"portrait\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"imageSize\":\"full\",\"imageWidth\":100,\"imageWidthMobile\":100,\"imageWidthTablet\":100,\"paddingBtnTop\":10,\"paddingBtnBottom\":10,\"paddingBtnLeft\":14,\"paddingBtnRight\":14,\"imageWidthUnit\":\"%\",\"imageWidthUnitTablet\":\"%\",\"imageWidthUnitMobile\":\"%\",\"subHeadTopMargin\":0,\"subHeadRightMargin\":40,\"subHeadLeftMargin\":0,\"subHeadMarginTopTablet\":0,\"subHeadMarginRightTablet\":0,\"subHeadTabletSpace\":20,\"subHeadMarginLeftTablet\":0,\"imgTagHeight\":118,\"imgTagWidth\":370,\"btnBorderTopWidth\":1,\"btnBorderLeftWidth\":1,\"btnBorderRightWidth\":1,\"btnBorderBottomWidth\":1,\"btnBorderTopLeftRadius\":0,\"btnBorderTopRightRadius\":0,\"btnBorderBottomLeftRadius\":0,\"btnBorderBottomRightRadius\":0,\"btnBorderStyle\":\"solid\",\"btnBorderColor\":\"#333\"} -->\n<div class=\"wp-block-uagb-info-box uagb-block-c2ded43b uagb-infobox__content-wrap  uagb-infobox-icon-above-title uagb-infobox-image-valign-top\"><div class=\"uagb-ifb-content\"><div class=\"uagb-ifb-image-content\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/IMG-20180619-WA0004.png\" alt=\"\" width=\"100\" height=\"118\" loading=\"lazy\"/></div><div class=\"uagb-ifb-title-wrap\"><h3 class=\"uagb-ifb-title\">Fishing at Kingfisher </h3></div><p class=\"uagb-ifb-desc\">The opportunity to fish for Rainbow Trout or the elusive Brown Trout. Kingfisher offers rod hires at their venue. <br></p><div class=\"uagb-ifb-button-wrapper wp-block-button\"><a href=\"https://www.thekingfisherlodge.co.za/activities/\" target=\"_blank\" class=\"uagb-infobox-cta-link\" rel=\"noopener noreferrer\" alt=\"\"><span class=\"uagb-inline-editing\">READ MORE</span><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M504.3 273.6l-112.1 104c-6.992 6.484-17.18 8.218-25.94 4.406c-8.758-3.812-14.42-12.45-14.42-21.1L351.9 288H32C14.33 288 .0002 273.7 .0002 255.1S14.33 224 32 224h319.9l0-72c0-9.547 5.66-18.19 14.42-22c8.754-3.809 18.95-2.075 25.94 4.41l112.1 104C514.6 247.9 514.6 264.1 504.3 273.6z\"></path></svg></a></div></div></div>\n<!-- /wp:uagb/info-box -->\n\n<!-- wp:uagb/info-box {\"classMigrate\":true,\"headingAlign\":\"left\",\"headingColor\":\"\",\"subHeadingColor\":\"\",\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"source_type\":\"image\",\"block_id\":\"932cfc2a\",\"ctaType\":\"text\",\"ctaText\":\"READ MORE\",\"ctaLinkColor\":\"var(\\u002d\\u002dast-global-color-0)\",\"ctaDecoration\":\"underline\",\"ctaFontSize\":12,\"ctaFontWeight\":\"600\",\"ctaLetterSpacing\":2,\"ctaBorderColor\":\"\",\"ctaBorderStyle\":\"\",\"ctaBorderWidth\":\"\",\"ctaBorderRadius\":\"\",\"iconBottomMargin\":30,\"iconImage\":{\"id\":241,\"title\":\"beach\",\"filename\":\"beach.jpg\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/beach.jpg\",\"link\":\"https://blueroan.netgen.cloud/beach/\",\"alt\":\"\",\"author\":\"34\",\"description\":\"\",\"caption\":\"\",\"name\":\"beach\",\"status\":\"inherit\",\"uploadedTo\":0,\"date\":\"2021-05-11T10:56:06.000Z\",\"modified\":\"2021-05-11T10:56:06.000Z\",\"menuOrder\":0,\"mime\":\"image/jpeg\",\"type\":\"image\",\"subtype\":\"jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/default.png\",\"dateFormatted\":\"May 11, 2021\",\"nonces\":{\"update\":\"65c348aac8\",\"delete\":\"6d551f7cf4\",\"edit\":\"026ca70d91\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=241\\u0026action=edit\",\"meta\":false,\"authorName\":\"Rishabh\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/user-edit.php?user_id=34\",\"filesizeInBytes\":38094,\"filesizeHumanReadable\":\"37 KB\",\"context\":\"\",\"height\":440,\"width\":370,\"orientation\":\"portrait\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/beach-150x150.jpg\",\"orientation\":\"landscape\"},\"medium\":{\"height\":300,\"width\":252,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/beach-252x300-1.jpg\",\"orientation\":\"portrait\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/beach.jpg\",\"height\":440,\"width\":370,\"orientation\":\"portrait\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"imageSize\":\"full\",\"imageWidth\":100,\"imageWidthMobile\":100,\"imageWidthTablet\":100,\"paddingBtnTop\":10,\"paddingBtnBottom\":10,\"paddingBtnLeft\":14,\"paddingBtnRight\":14,\"imageWidthUnit\":\"%\",\"imageWidthUnitTablet\":\"%\",\"imageWidthUnitMobile\":\"%\",\"subHeadTopMargin\":0,\"subHeadRightMargin\":40,\"subHeadLeftMargin\":0,\"subHeadMarginTopTablet\":0,\"subHeadMarginRightTablet\":0,\"subHeadTabletSpace\":20,\"subHeadMarginLeftTablet\":0,\"imgTagHeight\":118,\"imgTagWidth\":370,\"btnBorderTopWidth\":1,\"btnBorderLeftWidth\":1,\"btnBorderRightWidth\":1,\"btnBorderBottomWidth\":1,\"btnBorderTopLeftRadius\":0,\"btnBorderTopRightRadius\":0,\"btnBorderBottomLeftRadius\":0,\"btnBorderBottomRightRadius\":0,\"btnBorderStyle\":\"solid\",\"btnBorderColor\":\"#333\"} -->\n<div class=\"wp-block-uagb-info-box uagb-block-932cfc2a uagb-infobox__content-wrap  uagb-infobox-icon-above-title uagb-infobox-image-valign-top\"><div class=\"uagb-ifb-content\"><div class=\"uagb-ifb-image-content\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/beach.jpg\" alt=\"\" width=\"100\" height=\"118\" loading=\"lazy\"/></div><div class=\"uagb-ifb-title-wrap\"><h3 class=\"uagb-ifb-title\">Private Beach​</h3></div><p class=\"uagb-ifb-desc\">Want to take a dip into the sea? All our guests get complimentary access to our private beach.</p><div class=\"uagb-ifb-button-wrapper wp-block-button\"><a href=\"\" target=\"_self\" class=\"uagb-infobox-cta-link uagb-disable-link\" rel=\"noopener noreferrer\" alt=\"\"><span class=\"uagb-inline-editing\">READ MORE</span><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M504.3 273.6l-112.1 104c-6.992 6.484-17.18 8.218-25.94 4.406c-8.758-3.812-14.42-12.45-14.42-21.1L351.9 288H32C14.33 288 .0002 273.7 .0002 255.1S14.33 224 32 224h319.9l0-72c0-9.547 5.66-18.19 14.42-22c8.754-3.809 18.95-2.075 25.94 4.41l112.1 104C514.6 247.9 514.6 264.1 504.3 273.6z\"></path></svg></a></div></div></div>\n<!-- /wp:uagb/info-box --></div>\n<!-- /wp:uagb/container --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"de28719a\",\"backgroundType\":\"color\",\"backgroundSizeTablet\":\"cover\",\"backgroundSizeMobile\":\"cover\",\"backgroundColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"topPaddingDesktop\":50,\"bottomPaddingDesktop\":100,\"topPaddingTablet\":50,\"bottomPaddingTablet\":25,\"leftPaddingTablet\":20,\"rightPaddingTablet\":20,\"topPaddingMobile\":50,\"bottomPaddingMobile\":20,\"leftPaddingMobile\":20,\"rightPaddingMobile\":20,\"paddingLink\":false,\"variationSelected\":true,\"rowGapDesktop\":0,\"isBlockRootParent\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-de28719a alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/container {\"block_id\":\"736a6790\",\"directionDesktop\":\"row\",\"alignItemsTablet\":\"flex-start\",\"paddingLink\":false,\"topMarginDesktop\":50,\"bottomMarginDesktop\":20,\"leftMarginDesktop\":0,\"rightMarginDesktop\":0,\"marginLink\":false,\"variationSelected\":true,\"rowGapMobile\":65,\"columnGapDesktop\":48,\"columnGapTablet\":20} -->\n<div class=\"wp-block-uagb-container uagb-block-736a6790\"><!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"align\":\"center\",\"id\":1222,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image aligncenter size-full\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/41b46e52d7427ea1f6f135454e9a012f.png\" alt=\"\" class=\"wp-image-1222\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"textAlign\":\"center\",\"level\":3} -->\n<h3 class=\"has-text-align-center\">Fishing </h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>The dam has trout (stocked), bass, vlei Kuper and carp. Fly fishers seeking a unique challenge visit our establishment in search of the large &amp; small scale Yellow fish.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:buttons -->\n<div class=\"wp-block-buttons\"><!-- wp:button {\"align\":\"left\"} -->\n<div class=\"wp-block-button alignleft\"><a class=\"wp-block-button__link wp-element-button\" href=\"https://www.sundowner.co.za/rooms/magalies-barbus-haven/\" target=\"_blank\" rel=\"noreferrer noopener\">Barbus Haven</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons -->\n\n<!-- wp:paragraph -->\n<p>The opportunity to fish for Rainbow Trout or the elusive Brown Trout. Kingfisher offers rod hires at their venue. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:buttons -->\n<div class=\"wp-block-buttons\"><!-- wp:button {\"align\":\"left\"} -->\n<div class=\"wp-block-button alignleft\"><a class=\"wp-block-button__link wp-element-button\" href=\"https://www.thekingfisherlodge.co.za/activities/\" target=\"_blank\" rel=\"noreferrer noopener\">Kingfisher</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":1235,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Maseke-MTB-MvZ-3-1024x683-1.png\" alt=\"\" class=\"wp-image-1235\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>Mountain biking </h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>It is a privately owned nature reserve that offers mountain biking.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:buttons -->\n<div class=\"wp-block-buttons\"><!-- wp:button -->\n<div class=\"wp-block-button\"><a class=\"wp-block-button__link wp-element-button\" href=\"http://ingwebushcamp.yolasite.com/\" target=\"_blank\" rel=\"noreferrer noopener\">Ingwe Bush Camp </a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons -->\n\n<!-- wp:paragraph -->\n<p>With over 80km of trails, Van Gaalen has something to offer for every kind of athlete, from beginner to advanced.<br></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:buttons -->\n<div class=\"wp-block-buttons\"><!-- wp:button -->\n<div class=\"wp-block-button\"><a class=\"wp-block-button__link wp-element-button\" href=\"https://www.vangaalen.co.za/products\" target=\"_blank\" rel=\"noreferrer noopener\">Van Gaalen\'s</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":830,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/ef9d0188da11e2bc56788f5619d9d539.png\" alt=\"\" class=\"wp-image-830\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>A games room </h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>The reception is also a games room for those who enjoy darts or playing pool. &nbsp;Take a selection of DVDs back to your room and watch movies on your own DVD player. &nbsp;There is also a selection of board games and music CDs that you can borrow.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"align\":\"center\",\"id\":1198,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image aligncenter size-full\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/eyJidWNrZXQiOiJhc3NldHMuYWxsdHJhaWxzLmNvbSIsImtleSI6InVwbG9hZHMvcGhvdG8vaW1hZ2UvNDMxNzk4MTAvYjZkYTAz-1.png\" alt=\"\" class=\"wp-image-1198\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>Walking or hiking </h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>There is a well-kept walking trail on our property with plenty of bird life and some benches along the way. &nbsp;It is safe for dogs to run off-leash as it is completely fenced all around. &nbsp;For those who enjoy long walks and hikes, it is safe to cross onto neighbouring farms and go as far as the eye can see.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":1185,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/49089607_1950305445047847_5177863042771189760_n.png\" alt=\"\" class=\"wp-image-1185\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>Mountain biking </h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Bring your mountain bikes and explore the surrounding countryside on safe off-road tracks on our property and on neighbouring farms.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":1196,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Michelle_1.png\" alt=\"\" class=\"wp-image-1196\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>Horse riding </h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Interested riders can book at one of the recommended horse-riding establishments listed further down this page.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"a1ecfe5a\",\"innerContentCustomWidthDesktop\":781,\"innerContentCustomWidthTablet\":781,\"backgroundType\":\"image\",\"backgroundImageDesktop\":{\"id\":54,\"title\":\"background-img\",\"filename\":\"background-img-1.jpg\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/background-img-1.jpg\",\"link\":\"https://blueroan.netgen.cloud/background-img-2/\",\"alt\":\"\",\"author\":\"34\",\"description\":\"\",\"caption\":\"\",\"name\":\"background-img-2\",\"status\":\"inherit\",\"uploadedTo\":0,\"date\":\"2021-05-07T10:11:37.000Z\",\"modified\":\"2021-05-07T10:11:37.000Z\",\"menuOrder\":0,\"mime\":\"image/jpeg\",\"type\":\"image\",\"subtype\":\"jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/default.png\",\"dateFormatted\":\"May 7, 2021\",\"nonces\":{\"update\":\"bb999636b9\",\"delete\":\"d2e1375bc4\",\"edit\":\"005dd2f0c9\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=54\\u0026action=edit\",\"meta\":false,\"authorName\":\"Rishabh\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/user-edit.php?user_id=34\",\"filesizeInBytes\":338858,\"filesizeHumanReadable\":\"331 KB\",\"context\":\"\",\"height\":1080,\"width\":1920,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/background-img-1-150x150.jpg\",\"orientation\":\"landscape\"},\"medium\":{\"height\":169,\"width\":300,\"url\":\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/background-img-1-300x169.jpg\",\"orientation\":\"landscape\"},\"large\":{\"height\":576,\"width\":1024,\"url\":\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/background-img-1-1024x576.jpg\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/background-img-1.jpg\",\"height\":1080,\"width\":1920,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"backgroundImageColor\":\"rgba(42,42,42,0.65)\",\"topPaddingDesktop\":144,\"bottomPaddingDesktop\":144,\"leftPaddingDesktop\":40,\"rightPaddingDesktop\":40,\"topPaddingTablet\":80,\"bottomPaddingTablet\":80,\"leftPaddingTablet\":40,\"rightPaddingTablet\":40,\"topPaddingMobile\":64,\"bottomPaddingMobile\":64,\"leftPaddingMobile\":24,\"rightPaddingMobile\":24,\"paddingLink\":false,\"variationSelected\":true,\"isBlockRootParent\":true,\"overlayType\":\"color\"} -->\n<div class=\"wp-block-uagb-container uagb-block-a1ecfe5a alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/advanced-heading {\"block_id\":\"d338a429\",\"classMigrate\":true,\"headingDescToggle\":true,\"headingAlign\":\"center\",\"headingColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"subHeadingColor\":\"var(\\u002d\\u002dast-global-color-4)\",\"headSpace\":20} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-d338a429\"><h2 class=\"uagb-heading-text\">Plan an Unforgettable Experience in Mykonos Today!</h2><p class=\"uagb-desc-text\">We can help you fit your stay and experience within your allotted budget.</p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/advanced-heading {\"block_id\":\"33954a7c\",\"classMigrate\":true,\"headingTitleToggle\":false,\"headingDescToggle\":true,\"headingAlign\":\"center\",\"subHeadingColor\":\"var(\\u002d\\u002dast-global-color-4)\",\"subHeadTransform\":\"uppercase\",\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"subHeadLetterSpacing\":2,\"blockTopPadding\":60,\"blockRightPadding\":0,\"blockLeftPadding\":0,\"blockBottomPadding\":0,\"blockTopPaddingMobile\":30,\"blockRightPaddingMobile\":0,\"blockLeftPaddingMobile\":0,\"blockBottomPaddingMobile\":0} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-33954a7c\"><p class=\"uagb-desc-text\">BOOK YOUR STAY NOW​</p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/icon-list {\"block_id\":\"55b02a31\",\"classMigrate\":true,\"childMigrate\":true,\"align\":\"center\",\"parentIcon\":\"phone\",\"size\":40,\"sizeMobile\":24,\"sizeTablet\":32,\"fontSize\":48,\"fontSizeMobile\":28,\"fontSizeTablet\":40,\"fontWeight\":\"600\",\"iconColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"labelColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"blockTopPadding\":0,\"blockRightPadding\":0,\"blockLeftPadding\":0,\"blockBottomPadding\":24,\"blockPaddingLink\":false} -->\n<div class=\"wp-block-uagb-icon-list uagb-block-55b02a31\"><div class=\"uagb-icon-list__wrap\"><!-- wp:uagb/icon-list-child {\"block_id\":\"cdff668b\",\"label\":\"+1-123 456 7890​\",\"label_color\":\"\",\"fromParentIcon\":\"phone\",\"imageSizeChild\":40} -->\n<div class=\"wp-block-uagb-icon-list-child uagb-block-cdff668b\"><span class=\"uagb-icon-list__source-wrap\"><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M511.2 387l-23.25 100.8c-3.266 14.25-15.79 24.22-30.46 24.22C205.2 512 0 306.8 0 54.5c0-14.66 9.969-27.2 24.22-30.45l100.8-23.25C139.7-2.602 154.7 5.018 160.8 18.92l46.52 108.5c5.438 12.78 1.77 27.67-8.98 36.45L144.5 207.1c33.98 69.22 90.26 125.5 159.5 159.5l44.08-53.8c8.688-10.78 23.69-14.51 36.47-8.975l108.5 46.51C506.1 357.2 514.6 372.4 511.2 387z\"></path></svg></span><span class=\"uagb-icon-list__label\">+1-123 456 7890​</span></div>\n<!-- /wp:uagb/icon-list-child --></div></div>\n<!-- /wp:uagb/icon-list --></div></div>\n<!-- /wp:uagb/container -->',	'Amenities',	'',	'inherit',	'closed',	'closed',	'',	'762-revision-v1',	'',	'',	'2022-12-15 12:31:28',	'2022-12-15 12:31:28',	'',	762,	'https://blueroan.netgen.cloud/?p=1236',	0,	'revision',	'',	0),
(1238,	2,	'2022-12-15 12:36:07',	'2022-12-15 12:36:07',	'<!-- wp:uagb/container {\"block_id\":\"c39306ac\",\"backgroundType\":\"image\",\"backgroundImageDesktop\":{\"id\":1007,\"title\":\"AAEAAQAAAAAAAAAAAAAAJDg5NmY0ZGUxLWE4MTgtNDY5NC1iODFhLTBmN2Q0ZDc5ZWFiNw-1\",\"filename\":\"AAEAAQAAAAAAAAAAAAAAJDg5NmY0ZGUxLWE4MTgtNDY5NC1iODFhLTBmN2Q0ZDc5ZWFiNw-1.png\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAAJDg5NmY0ZGUxLWE4MTgtNDY5NC1iODFhLTBmN2Q0ZDc5ZWFiNw-1.png\",\"link\":\"https://blueroan.netgen.cloud/the-barn/aaeaaqaaaaaaaaaaaaaajdg5nmy0zguxlwe4mtgtndy5nc1iodfhltbmn2q0zdc5zwfinw-1/\",\"alt\":\"\",\"author\":\"2\",\"description\":\"\",\"caption\":\"\",\"name\":\"aaeaaqaaaaaaaaaaaaaajdg5nmy0zguxlwe4mtgtndy5nc1iodfhltbmn2q0zdc5zwfinw-1\",\"status\":\"inherit\",\"uploadedTo\":948,\"date\":\"2022-12-14T10:50:25.000Z\",\"modified\":\"2022-12-14T10:50:25.000Z\",\"menuOrder\":0,\"mime\":\"image/png\",\"type\":\"image\",\"subtype\":\"png\",\"icon\":\"https://blueroan.netgen.cloud/wp-includes/images/media/default.png\",\"dateFormatted\":\"December 14, 2022\",\"nonces\":{\"update\":\"483f8bdf3d\",\"delete\":\"0a7ebc92ef\",\"edit\":\"6bc1c6a685\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=1007\\u0026action=edit\",\"meta\":false,\"authorName\":\"Netgen Support\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/profile.php\",\"uploadedToTitle\":\"The Barn\",\"uploadedToLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=948\\u0026action=edit\",\"filesizeInBytes\":1348989,\"filesizeHumanReadable\":\"1 MB\",\"context\":\"\",\"height\":667,\"width\":1000,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAAJDg5NmY0ZGUxLWE4MTgtNDY5NC1iODFhLTBmN2Q0ZDc5ZWFiNw-1-150x150.png\",\"orientation\":\"landscape\"},\"medium\":{\"height\":200,\"width\":300,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAAJDg5NmY0ZGUxLWE4MTgtNDY5NC1iODFhLTBmN2Q0ZDc5ZWFiNw-1-300x200.png\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAAJDg5NmY0ZGUxLWE4MTgtNDY5NC1iODFhLTBmN2Q0ZDc5ZWFiNw-1.png\",\"height\":667,\"width\":1000,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"backgroundPositionDesktop\":{\"x\":0.61,\"y\":0.52},\"backgroundSizeTablet\":\"cover\",\"backgroundSizeMobile\":\"cover\",\"backgroundColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"backgroundImageColor\":\"rgba(42,42,42,0.5)\",\"topPaddingDesktop\":220,\"bottomPaddingDesktop\":150,\"topPaddingTablet\":170,\"bottomPaddingTablet\":160,\"leftPaddingTablet\":30,\"rightPaddingTablet\":30,\"topPaddingMobile\":180,\"bottomPaddingMobile\":80,\"leftPaddingMobile\":20,\"rightPaddingMobile\":20,\"paddingLink\":false,\"variationSelected\":true,\"isBlockRootParent\":true,\"overlayType\":\"color\"} -->\n<div class=\"wp-block-uagb-container uagb-block-c39306ac alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/advanced-heading {\"block_id\":\"96da3471\",\"classMigrate\":true,\"headingDescToggle\":true,\"headingColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"subHeadingColor\":\"var(\\u002d\\u002dast-global-color-4)\",\"headingTag\":\"h1\",\"headSpace\":20,\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"blockTopPadding\":0,\"blockRightPadding\":50,\"blockLeftPadding\":0,\"blockBottomPadding\":0,\"blockTopPaddingTablet\":0,\"blockRightPaddingTablet\":20,\"blockLeftPaddingTablet\":0,\"blockBottomPaddingTablet\":0,\"blockTopPaddingMobile\":0,\"blockRightPaddingMobile\":0,\"blockLeftPaddingMobile\":0,\"blockBottomPaddingMobile\":0,\"blockPaddingUnit\":\"%\",\"blockPaddingUnitTablet\":\"%\"} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-96da3471\"><h1 class=\"uagb-heading-text\">Amenities &amp; Interests​</h1><p class=\"uagb-desc-text\">We do not give you just rooms to stay in. We give you an environment where you can experience the best while on a holiday with us. </p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:buttons -->\n<div class=\"wp-block-buttons\"><!-- wp:button -->\n<div class=\"wp-block-button\"><a class=\"wp-block-button__link wp-element-button\" href=\"https://book.nightsbridge.com/11065\" target=\"_blank\" rel=\"noreferrer noopener\">BOOK NOW</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"1a7d1b2c\",\"backgroundType\":\"color\",\"backgroundSizeTablet\":\"cover\",\"backgroundSizeMobile\":\"cover\",\"backgroundColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"topPaddingDesktop\":50,\"bottomPaddingDesktop\":100,\"topPaddingTablet\":50,\"bottomPaddingTablet\":25,\"leftPaddingTablet\":20,\"rightPaddingTablet\":20,\"topPaddingMobile\":50,\"bottomPaddingMobile\":20,\"leftPaddingMobile\":20,\"rightPaddingMobile\":20,\"paddingLink\":false,\"variationSelected\":true,\"rowGapDesktop\":0,\"isBlockRootParent\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-1a7d1b2c alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/container {\"block_id\":\"16b8dfd4\",\"directionDesktop\":\"row\",\"alignItemsTablet\":\"flex-start\",\"paddingLink\":false,\"topMarginDesktop\":50,\"bottomMarginDesktop\":20,\"leftMarginDesktop\":0,\"rightMarginDesktop\":0,\"marginLink\":false,\"variationSelected\":true,\"rowGapMobile\":65,\"columnGapDesktop\":48,\"columnGapTablet\":20} -->\n<div class=\"wp-block-uagb-container uagb-block-16b8dfd4\"><!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"align\":\"center\",\"id\":828,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image aligncenter size-full\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Blue-Roan-pool.png\" alt=\"Blue Roan\'s rock pool\" class=\"wp-image-828\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>A relaxing rock Pool​</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>We have a lovely sparkling blue rock pool next to a thatched Lapa. &nbsp;&nbsp;Lie on recliners on the green lawn or sit on the swing chair in the Lapa and enjoy the panoramic view of the Magaliesberg mountain range.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":829,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/img-20160605-wa0002-largejpg.png\" alt=\"\" class=\"wp-image-829\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>Braai facilities </h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>What can compare to a burning fire under the star-lit African sky? Nothing beats the flavor of cooking over an open flame.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":830,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/ef9d0188da11e2bc56788f5619d9d539.png\" alt=\"\" class=\"wp-image-830\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>A games room </h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>The reception is also a games room for those who enjoy darts or playing pool. &nbsp;Take a selection of DVDs back to your room and watch movies on your own DVD player. &nbsp;There is also a selection of board games and music CDs that you can borrow.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"align\":\"center\",\"id\":1198,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image aligncenter size-full\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/eyJidWNrZXQiOiJhc3NldHMuYWxsdHJhaWxzLmNvbSIsImtleSI6InVwbG9hZHMvcGhvdG8vaW1hZ2UvNDMxNzk4MTAvYjZkYTAz-1.png\" alt=\"\" class=\"wp-image-1198\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>Walking or hiking </h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>There is a well-kept walking trail on our property with plenty of bird life and some benches along the way. &nbsp;It is safe for dogs to run off-leash as it is completely fenced all around. &nbsp;For those who enjoy long walks and hikes, it is safe to cross onto neighbouring farms and go as far as the eye can see.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":1185,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/49089607_1950305445047847_5177863042771189760_n.png\" alt=\"\" class=\"wp-image-1185\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>Mountain biking </h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Bring your mountain bikes and explore the surrounding countryside on safe off-road tracks on our property and on neighbouring farms.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":1196,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Michelle_1.png\" alt=\"\" class=\"wp-image-1196\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>Horse riding </h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Interested riders can book at one of the recommended horse-riding establishments listed further down this page.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"df284d64\",\"innerContentWidth\":\"alignfull\",\"directionDesktop\":\"row\",\"wrapTablet\":\"wrap\",\"variationSelected\":true,\"rowGapTablet\":0,\"columnGapDesktop\":0,\"isBlockRootParent\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-df284d64 alignfull uagb-is-root-container\"><!-- wp:uagb/container {\"block_id\":\"b1e5c86d\",\"widthDesktop\":25,\"widthTablet\":50,\"variationSelected\":true,\"widthSetByUser\":true,\"UAGHideMob\":true,\"UAGResponsiveConditions\":true} -->\n<div class=\"wp-block-uagb-container uag-hide-mob uagb-block-b1e5c86d\"><!-- wp:uagb/image {\"block_id\":\"dfdc66d6\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-18-1-1024x768.jpg\",\"id\":1208,\"linkDestination\":\"none\",\"width\":480,\"height\":500,\"naturalWidth\":1024,\"naturalHeight\":768,\"sizeSlug\":\"large\",\"sizeSlugTablet\":\"large\",\"sizeSlugMobile\":\"large\",\"customHeightSetDesktop\":true} -->\n<div class=\"wp-block-uagb-image uagb-block-dfdc66d6 wp-block-uagb-image--layout-default wp-block-uagb-image--effect-static wp-block-uagb-image--align-none\"><figure class=\"wp-block-uagb-image__figure\"><img srcset=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-18-1-1024x768.jpg \" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-18-1-1024x768.jpg\" alt=\"\" class=\"uag-image-1208\" width=\"480\" height=\"500\" title=\"\" loading=\"lazy\"/></figure></div>\n<!-- /wp:uagb/image --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"18a96bf3\",\"widthDesktop\":25,\"widthTablet\":50,\"variationSelected\":true,\"widthSetByUser\":true,\"UAGHideMob\":true,\"UAGResponsiveConditions\":true} -->\n<div class=\"wp-block-uagb-container uag-hide-mob uagb-block-18a96bf3\"><!-- wp:uagb/image {\"block_id\":\"50047f2b\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Blue-Roan-pool-1.png\",\"id\":1210,\"linkDestination\":\"none\",\"width\":480,\"height\":500,\"naturalWidth\":370,\"naturalHeight\":440,\"sizeSlug\":\"full\",\"sizeSlugTablet\":\"full\",\"sizeSlugMobile\":\"full\",\"customHeightSetDesktop\":true} -->\n<div class=\"wp-block-uagb-image uagb-block-50047f2b wp-block-uagb-image--layout-default wp-block-uagb-image--effect-static wp-block-uagb-image--align-none\"><figure class=\"wp-block-uagb-image__figure\"><img srcset=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Blue-Roan-pool-1.png \" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Blue-Roan-pool-1.png\" alt=\"\" class=\"uag-image-1210\" width=\"480\" height=\"500\" title=\"\" loading=\"lazy\"/></figure></div>\n<!-- /wp:uagb/image --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"cc843dff\",\"widthDesktop\":50,\"widthTablet\":100,\"variationSelected\":true,\"columnGapDesktop\":20,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-cc843dff\"><!-- wp:uagb/image {\"block_id\":\"d928806a\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/the-view-from-my-rooms-1024x768.jpg\",\"id\":1211,\"linkDestination\":\"none\",\"width\":960,\"height\":500,\"naturalWidth\":1024,\"naturalHeight\":768,\"sizeSlug\":\"large\",\"sizeSlugTablet\":\"large\",\"sizeSlugMobile\":\"large\",\"customHeightSetDesktop\":true} -->\n<div class=\"wp-block-uagb-image uagb-block-d928806a wp-block-uagb-image--layout-default wp-block-uagb-image--effect-static wp-block-uagb-image--align-none\"><figure class=\"wp-block-uagb-image__figure\"><img srcset=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/the-view-from-my-rooms-1024x768.jpg \" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/the-view-from-my-rooms-1024x768.jpg\" alt=\"\" class=\"uag-image-1211\" width=\"960\" height=\"500\" title=\"\" loading=\"lazy\"/></figure></div>\n<!-- /wp:uagb/image --></div>\n<!-- /wp:uagb/container --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"8a8356f2\",\"innerContentWidth\":\"alignfull\",\"directionDesktop\":\"row\",\"wrapTablet\":\"wrap\",\"variationSelected\":true,\"rowGapTablet\":0,\"columnGapDesktop\":0,\"isBlockRootParent\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-8a8356f2 alignfull uagb-is-root-container\"><!-- wp:uagb/container {\"block_id\":\"2f8bf3d0\",\"widthDesktop\":50,\"widthTablet\":100,\"variationSelected\":true,\"columnGapDesktop\":20,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-2f8bf3d0\"><!-- wp:uagb/image {\"block_id\":\"f1694df8\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAAJDI0ZWY4NDc1LThjYjYtNDM3YS1iOTliLWNmOWQxYTJkMWU5MQ-1.png\",\"id\":1213,\"linkDestination\":\"none\",\"width\":960,\"height\":500,\"naturalWidth\":1000,\"naturalHeight\":667,\"sizeSlug\":\"full\",\"sizeSlugTablet\":\"full\",\"sizeSlugMobile\":\"full\",\"customHeightSetDesktop\":true} -->\n<div class=\"wp-block-uagb-image uagb-block-f1694df8 wp-block-uagb-image--layout-default wp-block-uagb-image--effect-static wp-block-uagb-image--align-none\"><figure class=\"wp-block-uagb-image__figure\"><img srcset=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAAJDI0ZWY4NDc1LThjYjYtNDM3YS1iOTliLWNmOWQxYTJkMWU5MQ-1.png \" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAAJDI0ZWY4NDc1LThjYjYtNDM3YS1iOTliLWNmOWQxYTJkMWU5MQ-1.png\" alt=\"\" class=\"uag-image-1213\" width=\"960\" height=\"500\" title=\"\" loading=\"lazy\"/></figure></div>\n<!-- /wp:uagb/image --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"646091a4\",\"widthDesktop\":25,\"variationSelected\":true,\"widthSetByUser\":true,\"UAGHideMob\":true,\"UAGResponsiveConditions\":true} -->\n<div class=\"wp-block-uagb-container uag-hide-mob uagb-block-646091a4\"><!-- wp:uagb/image {\"block_id\":\"6fe7106b\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/bird-1-1024x683.jpg\",\"id\":1215,\"linkDestination\":\"none\",\"width\":480,\"height\":500,\"naturalWidth\":1024,\"naturalHeight\":683,\"sizeSlug\":\"large\",\"sizeSlugTablet\":\"large\",\"sizeSlugMobile\":\"large\",\"customHeightSetDesktop\":true} -->\n<div class=\"wp-block-uagb-image uagb-block-6fe7106b wp-block-uagb-image--layout-default wp-block-uagb-image--effect-static wp-block-uagb-image--align-none\"><figure class=\"wp-block-uagb-image__figure\"><img srcset=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/bird-1-1024x683.jpg \" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/bird-1-1024x683.jpg\" alt=\"\" class=\"uag-image-1215\" width=\"480\" height=\"500\" title=\"\" loading=\"lazy\"/></figure></div>\n<!-- /wp:uagb/image --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"9aa52fe1\",\"widthDesktop\":25,\"variationSelected\":true,\"widthSetByUser\":true,\"UAGHideMob\":true,\"UAGResponsiveConditions\":true} -->\n<div class=\"wp-block-uagb-container uag-hide-mob uagb-block-9aa52fe1\"><!-- wp:uagb/image {\"block_id\":\"90bf154e\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/two-happy-boxers-1024x768.jpg\",\"id\":1216,\"linkDestination\":\"none\",\"width\":480,\"height\":500,\"naturalWidth\":1024,\"naturalHeight\":768,\"sizeSlug\":\"large\",\"sizeSlugTablet\":\"large\",\"sizeSlugMobile\":\"large\",\"customHeightSetDesktop\":true} -->\n<div class=\"wp-block-uagb-image uagb-block-90bf154e wp-block-uagb-image--layout-default wp-block-uagb-image--effect-static wp-block-uagb-image--align-none\"><figure class=\"wp-block-uagb-image__figure\"><img srcset=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/two-happy-boxers-1024x768.jpg \" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/two-happy-boxers-1024x768.jpg\" alt=\"\" class=\"uag-image-1216\" width=\"480\" height=\"500\" title=\"\" loading=\"lazy\"/></figure></div>\n<!-- /wp:uagb/image --></div>\n<!-- /wp:uagb/container --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"d261eadc\",\"backgroundType\":\"color\",\"backgroundSizeTablet\":\"cover\",\"backgroundSizeMobile\":\"cover\",\"backgroundColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"topPaddingDesktop\":120,\"bottomPaddingDesktop\":120,\"topPaddingTablet\":80,\"bottomPaddingTablet\":80,\"leftPaddingTablet\":30,\"rightPaddingTablet\":30,\"topPaddingMobile\":80,\"bottomPaddingMobile\":80,\"leftPaddingMobile\":20,\"rightPaddingMobile\":20,\"paddingLink\":false,\"variationSelected\":true,\"rowGapDesktop\":0,\"rowGapTablet\":0,\"isBlockRootParent\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-d261eadc alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/container {\"block_id\":\"6cac5714\",\"directionDesktop\":\"row\",\"alignItemsDesktop\":\"flex-end\",\"alignItemsTablet\":\"flex-end\",\"justifyContentDesktop\":\"flex-end\",\"justifyContentTablet\":\"space-between\",\"variationSelected\":true,\"rowGapMobile\":30,\"columnGapDesktop\":0} -->\n<div class=\"wp-block-uagb-container uagb-block-6cac5714\"><!-- wp:uagb/advanced-heading {\"block_id\":\"9bda4f19\",\"classMigrate\":true,\"headingDescToggle\":true,\"subHeadingColor\":\"\",\"headSpace\":20,\"subHeadFontSize\":16} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-9bda4f19\"><h2 class=\"uagb-heading-text\">Things to do in the area of Magaliesburg<br></h2><p class=\"uagb-desc-text\">Looking for more? Well, we believe that every guest walks into our lodge for the best experience. And, we are determined to do that.</p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/buttons {\"block_id\":\"0877fa0f\",\"classMigrate\":true,\"childMigrate\":true,\"align\":\"right\",\"alignTablet\":\"right\",\"alignMobile\":\"left\",\"gap\":0} -->\n<div class=\"wp-block-uagb-buttons uagb-buttons__outer-wrap uagb-btn__default-btn uagb-btn-tablet__default-btn uagb-btn-mobile__default-btn uagb-block-0877fa0f\"><div class=\"uagb-buttons__wrap uagb-buttons-layout-wrap\"><!-- wp:uagb/buttons-child {\"block_id\":\"484fc8fc\",\"label\":\"Get Bookings\",\"link\":\"#\",\"hColor\":\"\",\"borderWidth\":\"\",\"borderRadius\":\"\",\"borderStyle\":\"\",\"borderColor\":\"\",\"borderHColor\":\"\",\"btnBorderTopWidth\":1,\"btnBorderLeftWidth\":1,\"btnBorderRightWidth\":1,\"btnBorderBottomWidth\":1,\"btnBorderTopLeftRadius\":2,\"btnBorderTopRightRadius\":2,\"btnBorderBottomLeftRadius\":2,\"btnBorderBottomRightRadius\":2,\"btnBorderStyle\":\"solid\",\"btnBorderColor\":\"#333\",\"btnBorderHColor\":\"#333\"} -->\n<div class=\"wp-block-uagb-buttons-child uagb-buttons__outer-wrap uagb-block-484fc8fc wp-block-button is-style-outline\"><div class=\"uagb-button__wrapper\"><a class=\"uagb-buttons-repeater wp-block-button__link\" href=\"#\" rel=\"follow noopener\" target=\"_self\"><div class=\"uagb-button__link\">Get Bookings</div></a></div></div>\n<!-- /wp:uagb/buttons-child --></div></div>\n<!-- /wp:uagb/buttons --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"277fe5f3\",\"directionDesktop\":\"row\",\"alignItemsTablet\":\"flex-start\",\"paddingLink\":false,\"topMarginDesktop\":54,\"bottomMarginDesktop\":0,\"leftMarginDesktop\":0,\"rightMarginDesktop\":0,\"topMarginTablet\":30,\"bottomMarginTablet\":0,\"leftMarginTablet\":0,\"rightMarginTablet\":0,\"marginLink\":false,\"variationSelected\":true,\"rowGapMobile\":65,\"columnGapDesktop\":48,\"columnGapTablet\":20} -->\n<div class=\"wp-block-uagb-container uagb-block-277fe5f3\"><!-- wp:uagb/info-box {\"classMigrate\":true,\"headingAlign\":\"left\",\"headingColor\":\"\",\"subHeadingColor\":\"\",\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"source_type\":\"image\",\"block_id\":\"e574ff92\",\"ctaTarget\":true,\"ctaType\":\"text\",\"ctaText\":\"READ MORE\",\"ctaLink\":\"https://www.sundowner.co.za/rooms/magalies-barbus-haven/\",\"ctaLinkColor\":\"var(\\u002d\\u002dast-global-color-0)\",\"ctaDecoration\":\"underline\",\"ctaFontSize\":12,\"ctaFontWeight\":\"600\",\"ctaLetterSpacing\":2,\"ctaBorderColor\":\"\",\"ctaBorderStyle\":\"\",\"ctaBorderWidth\":\"\",\"ctaBorderRadius\":\"\",\"iconBottomMargin\":30,\"iconImage\":{\"uploading\":false,\"date\":1671106052000,\"filename\":\"41b46e52d7427ea1f6f135454e9a012f.png\",\"menuOrder\":0,\"uploadedTo\":762,\"type\":\"image\",\"subtype\":\"png\",\"id\":1222,\"title\":\"41b46e52d7427ea1f6f135454e9a012f\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/41b46e52d7427ea1f6f135454e9a012f.png\",\"link\":\"https://blueroan.netgen.cloud/amenities/41b46e52d7427ea1f6f135454e9a012f/\",\"alt\":\"\",\"author\":\"2\",\"description\":\"\",\"caption\":\"\",\"name\":\"41b46e52d7427ea1f6f135454e9a012f\",\"status\":\"inherit\",\"modified\":1671106052000,\"mime\":\"image/png\",\"icon\":\"https://blueroan.netgen.cloud/wp-includes/images/media/default.png\",\"dateFormatted\":\"December 15, 2022\",\"nonces\":{\"update\":\"a33de4f0ef\",\"delete\":\"e6f9dee199\",\"edit\":\"6d436328bf\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=1222\\u0026action=edit\",\"meta\":false,\"authorName\":\"Netgen Support\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/profile.php\",\"uploadedToTitle\":\"Amenities\",\"uploadedToLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=762\\u0026action=edit\",\"filesizeInBytes\":326854,\"filesizeHumanReadable\":\"319 KB\",\"context\":\"\",\"height\":440,\"width\":370,\"orientation\":\"portrait\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/41b46e52d7427ea1f6f135454e9a012f-150x150.png\",\"orientation\":\"landscape\"},\"medium\":{\"height\":300,\"width\":252,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/41b46e52d7427ea1f6f135454e9a012f-252x300.png\",\"orientation\":\"portrait\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/41b46e52d7427ea1f6f135454e9a012f.png\",\"height\":440,\"width\":370,\"orientation\":\"portrait\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"imageSize\":\"full\",\"imageWidth\":100,\"imageWidthMobile\":100,\"imageWidthTablet\":100,\"paddingBtnTop\":10,\"paddingBtnBottom\":10,\"paddingBtnLeft\":14,\"paddingBtnRight\":14,\"imageWidthUnit\":\"%\",\"imageWidthUnitTablet\":\"%\",\"imageWidthUnitMobile\":\"%\",\"subHeadTopMargin\":0,\"subHeadRightMargin\":40,\"subHeadLeftMargin\":0,\"subHeadMarginTopTablet\":0,\"subHeadMarginRightTablet\":0,\"subHeadTabletSpace\":20,\"subHeadMarginLeftTablet\":0,\"imgTagHeight\":118,\"imgTagWidth\":370,\"btnBorderTopWidth\":1,\"btnBorderLeftWidth\":1,\"btnBorderRightWidth\":1,\"btnBorderBottomWidth\":1,\"btnBorderTopLeftRadius\":0,\"btnBorderTopRightRadius\":0,\"btnBorderBottomLeftRadius\":0,\"btnBorderBottomRightRadius\":0,\"btnBorderStyle\":\"solid\",\"btnBorderColor\":\"#333\"} -->\n<div class=\"wp-block-uagb-info-box uagb-block-e574ff92 uagb-infobox__content-wrap  uagb-infobox-icon-above-title uagb-infobox-image-valign-top\"><div class=\"uagb-ifb-content\"><div class=\"uagb-ifb-image-content\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/41b46e52d7427ea1f6f135454e9a012f.png\" alt=\"\" width=\"100\" height=\"118\" loading=\"lazy\"/></div><div class=\"uagb-ifb-title-wrap\"><h3 class=\"uagb-ifb-title\">Fishing at Barbus Haven </h3></div><p class=\"uagb-ifb-desc\">The 2.5 hr Introductory fly fishing clinics cover the basic techniques required to fly fish effectively. </p><div class=\"uagb-ifb-button-wrapper wp-block-button\"><a href=\"https://www.sundowner.co.za/rooms/magalies-barbus-haven/\" target=\"_blank\" class=\"uagb-infobox-cta-link\" rel=\"noopener noreferrer\" alt=\"\"><span class=\"uagb-inline-editing\">READ MORE</span><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M504.3 273.6l-112.1 104c-6.992 6.484-17.18 8.218-25.94 4.406c-8.758-3.812-14.42-12.45-14.42-21.1L351.9 288H32C14.33 288 .0002 273.7 .0002 255.1S14.33 224 32 224h319.9l0-72c0-9.547 5.66-18.19 14.42-22c8.754-3.809 18.95-2.075 25.94 4.41l112.1 104C514.6 247.9 514.6 264.1 504.3 273.6z\"></path></svg></a></div></div></div>\n<!-- /wp:uagb/info-box -->\n\n<!-- wp:uagb/info-box {\"classMigrate\":true,\"headingAlign\":\"left\",\"headingColor\":\"\",\"subHeadingColor\":\"\",\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"source_type\":\"image\",\"block_id\":\"a14ed827\",\"ctaTarget\":true,\"ctaType\":\"text\",\"ctaText\":\"READ MORE\",\"ctaLink\":\"https://www.thekingfisherlodge.co.za/activities/\",\"ctaLinkColor\":\"var(\\u002d\\u002dast-global-color-0)\",\"ctaDecoration\":\"underline\",\"ctaFontSize\":12,\"ctaFontWeight\":\"600\",\"ctaLetterSpacing\":2,\"ctaBorderColor\":\"\",\"ctaBorderStyle\":\"\",\"ctaBorderWidth\":\"\",\"ctaBorderRadius\":\"\",\"iconBottomMargin\":30,\"iconImage\":{\"uploading\":false,\"date\":1671106415000,\"filename\":\"IMG-20180619-WA0004.png\",\"menuOrder\":0,\"uploadedTo\":762,\"type\":\"image\",\"subtype\":\"png\",\"id\":1225,\"title\":\"IMG-20180619-WA0004\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/IMG-20180619-WA0004.png\",\"link\":\"https://blueroan.netgen.cloud/amenities/img-20180619-wa0004/\",\"alt\":\"\",\"author\":\"2\",\"description\":\"\",\"caption\":\"\",\"name\":\"img-20180619-wa0004\",\"status\":\"inherit\",\"modified\":1671106415000,\"mime\":\"image/png\",\"icon\":\"https://blueroan.netgen.cloud/wp-includes/images/media/default.png\",\"dateFormatted\":\"December 15, 2022\",\"nonces\":{\"update\":\"e988b6351d\",\"delete\":\"5d512e9cd1\",\"edit\":\"3a331dfabd\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=1225\\u0026action=edit\",\"meta\":false,\"authorName\":\"Netgen Support\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/profile.php\",\"uploadedToTitle\":\"Amenities\",\"uploadedToLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=762\\u0026action=edit\",\"filesizeInBytes\":276116,\"filesizeHumanReadable\":\"270 KB\",\"context\":\"\",\"height\":440,\"width\":370,\"orientation\":\"portrait\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/IMG-20180619-WA0004-150x150.png\",\"orientation\":\"landscape\"},\"medium\":{\"height\":300,\"width\":252,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/IMG-20180619-WA0004-252x300.png\",\"orientation\":\"portrait\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/IMG-20180619-WA0004.png\",\"height\":440,\"width\":370,\"orientation\":\"portrait\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"imageSize\":\"full\",\"imageWidth\":100,\"imageWidthMobile\":100,\"imageWidthTablet\":100,\"paddingBtnTop\":10,\"paddingBtnBottom\":10,\"paddingBtnLeft\":14,\"paddingBtnRight\":14,\"imageWidthUnit\":\"%\",\"imageWidthUnitTablet\":\"%\",\"imageWidthUnitMobile\":\"%\",\"subHeadTopMargin\":0,\"subHeadRightMargin\":40,\"subHeadLeftMargin\":0,\"subHeadMarginTopTablet\":0,\"subHeadMarginRightTablet\":0,\"subHeadTabletSpace\":20,\"subHeadMarginLeftTablet\":0,\"imgTagHeight\":118,\"imgTagWidth\":370,\"btnBorderTopWidth\":1,\"btnBorderLeftWidth\":1,\"btnBorderRightWidth\":1,\"btnBorderBottomWidth\":1,\"btnBorderTopLeftRadius\":0,\"btnBorderTopRightRadius\":0,\"btnBorderBottomLeftRadius\":0,\"btnBorderBottomRightRadius\":0,\"btnBorderStyle\":\"solid\",\"btnBorderColor\":\"#333\"} -->\n<div class=\"wp-block-uagb-info-box uagb-block-a14ed827 uagb-infobox__content-wrap  uagb-infobox-icon-above-title uagb-infobox-image-valign-top\"><div class=\"uagb-ifb-content\"><div class=\"uagb-ifb-image-content\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/IMG-20180619-WA0004.png\" alt=\"\" width=\"100\" height=\"118\" loading=\"lazy\"/></div><div class=\"uagb-ifb-title-wrap\"><h3 class=\"uagb-ifb-title\">Fishing at Kingfisher </h3></div><p class=\"uagb-ifb-desc\">The opportunity to fish for Rainbow Trout or the elusive Brown Trout. Kingfisher offers rod hires at their venue. <br></p><div class=\"uagb-ifb-button-wrapper wp-block-button\"><a href=\"https://www.thekingfisherlodge.co.za/activities/\" target=\"_blank\" class=\"uagb-infobox-cta-link\" rel=\"noopener noreferrer\" alt=\"\"><span class=\"uagb-inline-editing\">READ MORE</span><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M504.3 273.6l-112.1 104c-6.992 6.484-17.18 8.218-25.94 4.406c-8.758-3.812-14.42-12.45-14.42-21.1L351.9 288H32C14.33 288 .0002 273.7 .0002 255.1S14.33 224 32 224h319.9l0-72c0-9.547 5.66-18.19 14.42-22c8.754-3.809 18.95-2.075 25.94 4.41l112.1 104C514.6 247.9 514.6 264.1 504.3 273.6z\"></path></svg></a></div></div></div>\n<!-- /wp:uagb/info-box -->\n\n<!-- wp:uagb/info-box {\"classMigrate\":true,\"headingAlign\":\"left\",\"headingColor\":\"\",\"subHeadingColor\":\"\",\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"source_type\":\"image\",\"block_id\":\"37275a2b\",\"ctaType\":\"text\",\"ctaText\":\"READ MORE\",\"ctaLinkColor\":\"var(\\u002d\\u002dast-global-color-0)\",\"ctaDecoration\":\"underline\",\"ctaFontSize\":12,\"ctaFontWeight\":\"600\",\"ctaLetterSpacing\":2,\"ctaBorderColor\":\"\",\"ctaBorderStyle\":\"\",\"ctaBorderWidth\":\"\",\"ctaBorderRadius\":\"\",\"iconBottomMargin\":30,\"iconImage\":{\"id\":241,\"title\":\"beach\",\"filename\":\"beach.jpg\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/beach.jpg\",\"link\":\"https://blueroan.netgen.cloud/beach/\",\"alt\":\"\",\"author\":\"34\",\"description\":\"\",\"caption\":\"\",\"name\":\"beach\",\"status\":\"inherit\",\"uploadedTo\":0,\"date\":\"2021-05-11T10:56:06.000Z\",\"modified\":\"2021-05-11T10:56:06.000Z\",\"menuOrder\":0,\"mime\":\"image/jpeg\",\"type\":\"image\",\"subtype\":\"jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/default.png\",\"dateFormatted\":\"May 11, 2021\",\"nonces\":{\"update\":\"65c348aac8\",\"delete\":\"6d551f7cf4\",\"edit\":\"026ca70d91\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=241\\u0026action=edit\",\"meta\":false,\"authorName\":\"Rishabh\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/user-edit.php?user_id=34\",\"filesizeInBytes\":38094,\"filesizeHumanReadable\":\"37 KB\",\"context\":\"\",\"height\":440,\"width\":370,\"orientation\":\"portrait\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/beach-150x150.jpg\",\"orientation\":\"landscape\"},\"medium\":{\"height\":300,\"width\":252,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/beach-252x300-1.jpg\",\"orientation\":\"portrait\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/beach.jpg\",\"height\":440,\"width\":370,\"orientation\":\"portrait\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"imageSize\":\"full\",\"imageWidth\":100,\"imageWidthMobile\":100,\"imageWidthTablet\":100,\"paddingBtnTop\":10,\"paddingBtnBottom\":10,\"paddingBtnLeft\":14,\"paddingBtnRight\":14,\"imageWidthUnit\":\"%\",\"imageWidthUnitTablet\":\"%\",\"imageWidthUnitMobile\":\"%\",\"subHeadTopMargin\":0,\"subHeadRightMargin\":40,\"subHeadLeftMargin\":0,\"subHeadMarginTopTablet\":0,\"subHeadMarginRightTablet\":0,\"subHeadTabletSpace\":20,\"subHeadMarginLeftTablet\":0,\"imgTagHeight\":118,\"imgTagWidth\":370,\"btnBorderTopWidth\":1,\"btnBorderLeftWidth\":1,\"btnBorderRightWidth\":1,\"btnBorderBottomWidth\":1,\"btnBorderTopLeftRadius\":0,\"btnBorderTopRightRadius\":0,\"btnBorderBottomLeftRadius\":0,\"btnBorderBottomRightRadius\":0,\"btnBorderStyle\":\"solid\",\"btnBorderColor\":\"#333\"} -->\n<div class=\"wp-block-uagb-info-box uagb-block-37275a2b uagb-infobox__content-wrap  uagb-infobox-icon-above-title uagb-infobox-image-valign-top\"><div class=\"uagb-ifb-content\"><div class=\"uagb-ifb-image-content\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/beach.jpg\" alt=\"\" width=\"100\" height=\"118\" loading=\"lazy\"/></div><div class=\"uagb-ifb-title-wrap\"><h3 class=\"uagb-ifb-title\">Private Beach​</h3></div><p class=\"uagb-ifb-desc\">Want to take a dip into the sea? All our guests get complimentary access to our private beach.</p><div class=\"uagb-ifb-button-wrapper wp-block-button\"><a href=\"\" target=\"_self\" class=\"uagb-infobox-cta-link uagb-disable-link\" rel=\"noopener noreferrer\" alt=\"\"><span class=\"uagb-inline-editing\">READ MORE</span><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M504.3 273.6l-112.1 104c-6.992 6.484-17.18 8.218-25.94 4.406c-8.758-3.812-14.42-12.45-14.42-21.1L351.9 288H32C14.33 288 .0002 273.7 .0002 255.1S14.33 224 32 224h319.9l0-72c0-9.547 5.66-18.19 14.42-22c8.754-3.809 18.95-2.075 25.94 4.41l112.1 104C514.6 247.9 514.6 264.1 504.3 273.6z\"></path></svg></a></div></div></div>\n<!-- /wp:uagb/info-box --></div>\n<!-- /wp:uagb/container --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"905996c5\",\"backgroundType\":\"color\",\"backgroundSizeTablet\":\"cover\",\"backgroundSizeMobile\":\"cover\",\"backgroundColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"topPaddingDesktop\":50,\"bottomPaddingDesktop\":100,\"topPaddingTablet\":50,\"bottomPaddingTablet\":25,\"leftPaddingTablet\":20,\"rightPaddingTablet\":20,\"topPaddingMobile\":50,\"bottomPaddingMobile\":20,\"leftPaddingMobile\":20,\"rightPaddingMobile\":20,\"paddingLink\":false,\"variationSelected\":true,\"rowGapDesktop\":0,\"isBlockRootParent\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-905996c5 alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/container {\"block_id\":\"59a0a946\",\"directionDesktop\":\"row\",\"alignItemsTablet\":\"flex-start\",\"paddingLink\":false,\"topMarginDesktop\":50,\"bottomMarginDesktop\":20,\"leftMarginDesktop\":0,\"rightMarginDesktop\":0,\"marginLink\":false,\"variationSelected\":true,\"rowGapMobile\":65,\"columnGapDesktop\":48,\"columnGapTablet\":20} -->\n<div class=\"wp-block-uagb-container uagb-block-59a0a946\"><!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"align\":\"center\",\"id\":1222,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image aligncenter size-full\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/41b46e52d7427ea1f6f135454e9a012f.png\" alt=\"\" class=\"wp-image-1222\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"textAlign\":\"center\",\"level\":3} -->\n<h3 class=\"has-text-align-center\">Fishing </h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>The dam has trout (stocked), bass, vlei Kuper and carp. Fly fishers seeking a unique challenge visit our establishment in search of the large &amp; small scale Yellow fish.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:buttons -->\n<div class=\"wp-block-buttons\"><!-- wp:button {\"align\":\"left\"} -->\n<div class=\"wp-block-button alignleft\"><a class=\"wp-block-button__link wp-element-button\" href=\"https://www.sundowner.co.za/rooms/magalies-barbus-haven/\" target=\"_blank\" rel=\"noreferrer noopener\">Barbus Haven</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons -->\n\n<!-- wp:paragraph -->\n<p>The opportunity to fish for Rainbow Trout or the elusive Brown Trout. Kingfisher offers rod hires at their venue. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:buttons -->\n<div class=\"wp-block-buttons\"><!-- wp:button {\"align\":\"left\"} -->\n<div class=\"wp-block-button alignleft\"><a class=\"wp-block-button__link wp-element-button\" href=\"https://www.thekingfisherlodge.co.za/activities/\" target=\"_blank\" rel=\"noreferrer noopener\">Kingfisher</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":1235,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Maseke-MTB-MvZ-3-1024x683-1.png\" alt=\"\" class=\"wp-image-1235\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>Mountain biking </h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>It is a privately owned nature reserve that offers mountain biking.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:buttons -->\n<div class=\"wp-block-buttons\"><!-- wp:button -->\n<div class=\"wp-block-button\"><a class=\"wp-block-button__link wp-element-button\" href=\"http://ingwebushcamp.yolasite.com/\" target=\"_blank\" rel=\"noreferrer noopener\">Ingwe Bush Camp&nbsp;</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons -->\n\n<!-- wp:paragraph -->\n<p>With over 80km of trails, Van Gaalen&nbsp;has something to offer for every kind of athlete, from beginner to advanced.<br></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:buttons -->\n<div class=\"wp-block-buttons\"><!-- wp:button -->\n<div class=\"wp-block-button\"><a class=\"wp-block-button__link wp-element-button\" href=\"https://www.vangaalen.co.za/products\" target=\"_blank\" rel=\"noreferrer noopener\">Van Gaalen\'s</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":830,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/ef9d0188da11e2bc56788f5619d9d539.png\" alt=\"\" class=\"wp-image-830\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>Quad biking </h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>We have quads suitable for kiddies, tweens, teens, and adults. We have mini quads and fully automatic 150cc quads. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:buttons -->\n<div class=\"wp-block-buttons\"><!-- wp:button -->\n<div class=\"wp-block-button\"><a class=\"wp-block-button__link wp-element-button\" href=\"https://www.saddlecreekadventures.co.za/activity/quad-biking/\" target=\"_blank\" rel=\"noreferrer noopener\">Saddle Creek Ranch</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons -->\n\n<!-- wp:paragraph -->\n<p>A 700-meter monster track, the longest and most exciting track in Gauteng!</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:buttons -->\n<div class=\"wp-block-buttons\"><!-- wp:button -->\n<div class=\"wp-block-button\"><a class=\"wp-block-button__link wp-element-button\" href=\"http://www.swartkrans.co.za/\" target=\"_blank\" rel=\"noreferrer noopener\">Swartkrans Go-Karting </a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"align\":\"center\",\"id\":1198,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image aligncenter size-full\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/eyJidWNrZXQiOiJhc3NldHMuYWxsdHJhaWxzLmNvbSIsImtleSI6InVwbG9hZHMvcGhvdG8vaW1hZ2UvNDMxNzk4MTAvYjZkYTAz-1.png\" alt=\"\" class=\"wp-image-1198\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>Walking or hiking </h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>There is a well-kept walking trail on our property with plenty of bird life and some benches along the way. &nbsp;It is safe for dogs to run off-leash as it is completely fenced all around. &nbsp;For those who enjoy long walks and hikes, it is safe to cross onto neighbouring farms and go as far as the eye can see.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":1185,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/49089607_1950305445047847_5177863042771189760_n.png\" alt=\"\" class=\"wp-image-1185\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>Mountain biking </h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Bring your mountain bikes and explore the surrounding countryside on safe off-road tracks on our property and on neighbouring farms.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":1196,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Michelle_1.png\" alt=\"\" class=\"wp-image-1196\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>Horse riding </h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Interested riders can book at one of the recommended horse-riding establishments listed further down this page.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"4350663d\",\"innerContentCustomWidthDesktop\":781,\"innerContentCustomWidthTablet\":781,\"backgroundType\":\"image\",\"backgroundImageDesktop\":{\"id\":54,\"title\":\"background-img\",\"filename\":\"background-img-1.jpg\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/background-img-1.jpg\",\"link\":\"https://blueroan.netgen.cloud/background-img-2/\",\"alt\":\"\",\"author\":\"34\",\"description\":\"\",\"caption\":\"\",\"name\":\"background-img-2\",\"status\":\"inherit\",\"uploadedTo\":0,\"date\":\"2021-05-07T10:11:37.000Z\",\"modified\":\"2021-05-07T10:11:37.000Z\",\"menuOrder\":0,\"mime\":\"image/jpeg\",\"type\":\"image\",\"subtype\":\"jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/default.png\",\"dateFormatted\":\"May 7, 2021\",\"nonces\":{\"update\":\"bb999636b9\",\"delete\":\"d2e1375bc4\",\"edit\":\"005dd2f0c9\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=54\\u0026action=edit\",\"meta\":false,\"authorName\":\"Rishabh\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/user-edit.php?user_id=34\",\"filesizeInBytes\":338858,\"filesizeHumanReadable\":\"331 KB\",\"context\":\"\",\"height\":1080,\"width\":1920,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/background-img-1-150x150.jpg\",\"orientation\":\"landscape\"},\"medium\":{\"height\":169,\"width\":300,\"url\":\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/background-img-1-300x169.jpg\",\"orientation\":\"landscape\"},\"large\":{\"height\":576,\"width\":1024,\"url\":\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/background-img-1-1024x576.jpg\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/background-img-1.jpg\",\"height\":1080,\"width\":1920,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"backgroundImageColor\":\"rgba(42,42,42,0.65)\",\"topPaddingDesktop\":144,\"bottomPaddingDesktop\":144,\"leftPaddingDesktop\":40,\"rightPaddingDesktop\":40,\"topPaddingTablet\":80,\"bottomPaddingTablet\":80,\"leftPaddingTablet\":40,\"rightPaddingTablet\":40,\"topPaddingMobile\":64,\"bottomPaddingMobile\":64,\"leftPaddingMobile\":24,\"rightPaddingMobile\":24,\"paddingLink\":false,\"variationSelected\":true,\"isBlockRootParent\":true,\"overlayType\":\"color\"} -->\n<div class=\"wp-block-uagb-container uagb-block-4350663d alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/advanced-heading {\"block_id\":\"596773d4\",\"classMigrate\":true,\"headingDescToggle\":true,\"headingAlign\":\"center\",\"headingColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"subHeadingColor\":\"var(\\u002d\\u002dast-global-color-4)\",\"headSpace\":20} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-596773d4\"><h2 class=\"uagb-heading-text\">Plan an Unforgettable Experience in Mykonos Today!</h2><p class=\"uagb-desc-text\">We can help you fit your stay and experience within your allotted budget.</p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/advanced-heading {\"block_id\":\"924f24b6\",\"classMigrate\":true,\"headingTitleToggle\":false,\"headingDescToggle\":true,\"headingAlign\":\"center\",\"subHeadingColor\":\"var(\\u002d\\u002dast-global-color-4)\",\"subHeadTransform\":\"uppercase\",\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"subHeadLetterSpacing\":2,\"blockTopPadding\":60,\"blockRightPadding\":0,\"blockLeftPadding\":0,\"blockBottomPadding\":0,\"blockTopPaddingMobile\":30,\"blockRightPaddingMobile\":0,\"blockLeftPaddingMobile\":0,\"blockBottomPaddingMobile\":0} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-924f24b6\"><p class=\"uagb-desc-text\">BOOK YOUR STAY NOW​</p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/icon-list {\"block_id\":\"e81ec24a\",\"classMigrate\":true,\"childMigrate\":true,\"align\":\"center\",\"parentIcon\":\"phone\",\"size\":40,\"sizeMobile\":24,\"sizeTablet\":32,\"fontSize\":48,\"fontSizeMobile\":28,\"fontSizeTablet\":40,\"fontWeight\":\"600\",\"iconColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"labelColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"blockTopPadding\":0,\"blockRightPadding\":0,\"blockLeftPadding\":0,\"blockBottomPadding\":24,\"blockPaddingLink\":false} -->\n<div class=\"wp-block-uagb-icon-list uagb-block-e81ec24a\"><div class=\"uagb-icon-list__wrap\"><!-- wp:uagb/icon-list-child {\"block_id\":\"c890848c\",\"label\":\"+1-123 456 7890​\",\"label_color\":\"\",\"fromParentIcon\":\"phone\",\"imageSizeChild\":40} -->\n<div class=\"wp-block-uagb-icon-list-child uagb-block-c890848c\"><span class=\"uagb-icon-list__source-wrap\"><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M511.2 387l-23.25 100.8c-3.266 14.25-15.79 24.22-30.46 24.22C205.2 512 0 306.8 0 54.5c0-14.66 9.969-27.2 24.22-30.45l100.8-23.25C139.7-2.602 154.7 5.018 160.8 18.92l46.52 108.5c5.438 12.78 1.77 27.67-8.98 36.45L144.5 207.1c33.98 69.22 90.26 125.5 159.5 159.5l44.08-53.8c8.688-10.78 23.69-14.51 36.47-8.975l108.5 46.51C506.1 357.2 514.6 372.4 511.2 387z\"></path></svg></span><span class=\"uagb-icon-list__label\">+1-123 456 7890​</span></div>\n<!-- /wp:uagb/icon-list-child --></div></div>\n<!-- /wp:uagb/icon-list --></div></div>\n<!-- /wp:uagb/container -->',	'Amenities',	'',	'inherit',	'closed',	'closed',	'',	'762-revision-v1',	'',	'',	'2022-12-15 12:36:07',	'2022-12-15 12:36:07',	'',	762,	'https://blueroan.netgen.cloud/?p=1238',	0,	'revision',	'',	0),
(1239,	2,	'2022-12-15 12:37:23',	'2022-12-15 12:37:23',	'<!-- wp:uagb/container {\"block_id\":\"eb57369c\",\"backgroundType\":\"image\",\"backgroundImageDesktop\":{\"id\":1007,\"title\":\"AAEAAQAAAAAAAAAAAAAAJDg5NmY0ZGUxLWE4MTgtNDY5NC1iODFhLTBmN2Q0ZDc5ZWFiNw-1\",\"filename\":\"AAEAAQAAAAAAAAAAAAAAJDg5NmY0ZGUxLWE4MTgtNDY5NC1iODFhLTBmN2Q0ZDc5ZWFiNw-1.png\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAAJDg5NmY0ZGUxLWE4MTgtNDY5NC1iODFhLTBmN2Q0ZDc5ZWFiNw-1.png\",\"link\":\"https://blueroan.netgen.cloud/the-barn/aaeaaqaaaaaaaaaaaaaajdg5nmy0zguxlwe4mtgtndy5nc1iodfhltbmn2q0zdc5zwfinw-1/\",\"alt\":\"\",\"author\":\"2\",\"description\":\"\",\"caption\":\"\",\"name\":\"aaeaaqaaaaaaaaaaaaaajdg5nmy0zguxlwe4mtgtndy5nc1iodfhltbmn2q0zdc5zwfinw-1\",\"status\":\"inherit\",\"uploadedTo\":948,\"date\":\"2022-12-14T10:50:25.000Z\",\"modified\":\"2022-12-14T10:50:25.000Z\",\"menuOrder\":0,\"mime\":\"image/png\",\"type\":\"image\",\"subtype\":\"png\",\"icon\":\"https://blueroan.netgen.cloud/wp-includes/images/media/default.png\",\"dateFormatted\":\"December 14, 2022\",\"nonces\":{\"update\":\"483f8bdf3d\",\"delete\":\"0a7ebc92ef\",\"edit\":\"6bc1c6a685\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=1007\\u0026action=edit\",\"meta\":false,\"authorName\":\"Netgen Support\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/profile.php\",\"uploadedToTitle\":\"The Barn\",\"uploadedToLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=948\\u0026action=edit\",\"filesizeInBytes\":1348989,\"filesizeHumanReadable\":\"1 MB\",\"context\":\"\",\"height\":667,\"width\":1000,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAAJDg5NmY0ZGUxLWE4MTgtNDY5NC1iODFhLTBmN2Q0ZDc5ZWFiNw-1-150x150.png\",\"orientation\":\"landscape\"},\"medium\":{\"height\":200,\"width\":300,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAAJDg5NmY0ZGUxLWE4MTgtNDY5NC1iODFhLTBmN2Q0ZDc5ZWFiNw-1-300x200.png\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAAJDg5NmY0ZGUxLWE4MTgtNDY5NC1iODFhLTBmN2Q0ZDc5ZWFiNw-1.png\",\"height\":667,\"width\":1000,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"backgroundPositionDesktop\":{\"x\":0.61,\"y\":0.52},\"backgroundSizeTablet\":\"cover\",\"backgroundSizeMobile\":\"cover\",\"backgroundColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"backgroundImageColor\":\"rgba(42,42,42,0.5)\",\"topPaddingDesktop\":220,\"bottomPaddingDesktop\":150,\"topPaddingTablet\":170,\"bottomPaddingTablet\":160,\"leftPaddingTablet\":30,\"rightPaddingTablet\":30,\"topPaddingMobile\":180,\"bottomPaddingMobile\":80,\"leftPaddingMobile\":20,\"rightPaddingMobile\":20,\"paddingLink\":false,\"variationSelected\":true,\"isBlockRootParent\":true,\"overlayType\":\"color\"} -->\n<div class=\"wp-block-uagb-container uagb-block-eb57369c alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/advanced-heading {\"block_id\":\"c813e236\",\"classMigrate\":true,\"headingDescToggle\":true,\"headingColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"subHeadingColor\":\"var(\\u002d\\u002dast-global-color-4)\",\"headingTag\":\"h1\",\"headSpace\":20,\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"blockTopPadding\":0,\"blockRightPadding\":50,\"blockLeftPadding\":0,\"blockBottomPadding\":0,\"blockTopPaddingTablet\":0,\"blockRightPaddingTablet\":20,\"blockLeftPaddingTablet\":0,\"blockBottomPaddingTablet\":0,\"blockTopPaddingMobile\":0,\"blockRightPaddingMobile\":0,\"blockLeftPaddingMobile\":0,\"blockBottomPaddingMobile\":0,\"blockPaddingUnit\":\"%\",\"blockPaddingUnitTablet\":\"%\"} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-c813e236\"><h1 class=\"uagb-heading-text\">Amenities &amp; Interests​</h1><p class=\"uagb-desc-text\">We do not give you just rooms to stay in. We give you an environment where you can experience the best while on a holiday with us. </p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:buttons -->\n<div class=\"wp-block-buttons\"><!-- wp:button -->\n<div class=\"wp-block-button\"><a class=\"wp-block-button__link wp-element-button\" href=\"https://book.nightsbridge.com/11065\" target=\"_blank\" rel=\"noreferrer noopener\">BOOK NOW</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"c44cb41e\",\"backgroundType\":\"color\",\"backgroundSizeTablet\":\"cover\",\"backgroundSizeMobile\":\"cover\",\"backgroundColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"topPaddingDesktop\":50,\"bottomPaddingDesktop\":100,\"topPaddingTablet\":50,\"bottomPaddingTablet\":25,\"leftPaddingTablet\":20,\"rightPaddingTablet\":20,\"topPaddingMobile\":50,\"bottomPaddingMobile\":20,\"leftPaddingMobile\":20,\"rightPaddingMobile\":20,\"paddingLink\":false,\"variationSelected\":true,\"rowGapDesktop\":0,\"isBlockRootParent\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-c44cb41e alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/container {\"block_id\":\"d2e8bbe5\",\"directionDesktop\":\"row\",\"alignItemsTablet\":\"flex-start\",\"paddingLink\":false,\"topMarginDesktop\":50,\"bottomMarginDesktop\":20,\"leftMarginDesktop\":0,\"rightMarginDesktop\":0,\"marginLink\":false,\"variationSelected\":true,\"rowGapMobile\":65,\"columnGapDesktop\":48,\"columnGapTablet\":20} -->\n<div class=\"wp-block-uagb-container uagb-block-d2e8bbe5\"><!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"align\":\"center\",\"id\":828,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image aligncenter size-full\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Blue-Roan-pool.png\" alt=\"Blue Roan\'s rock pool\" class=\"wp-image-828\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>A relaxing rock Pool​</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>We have a lovely sparkling blue rock pool next to a thatched Lapa. &nbsp;&nbsp;Lie on recliners on the green lawn or sit on the swing chair in the Lapa and enjoy the panoramic view of the Magaliesberg mountain range.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":829,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/img-20160605-wa0002-largejpg.png\" alt=\"\" class=\"wp-image-829\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>Braai facilities </h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>What can compare to a burning fire under the star-lit African sky? Nothing beats the flavor of cooking over an open flame.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":830,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/ef9d0188da11e2bc56788f5619d9d539.png\" alt=\"\" class=\"wp-image-830\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>A games room </h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>The reception is also a games room for those who enjoy darts or playing pool. &nbsp;Take a selection of DVDs back to your room and watch movies on your own DVD player. &nbsp;There is also a selection of board games and music CDs that you can borrow.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"align\":\"center\",\"id\":1198,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image aligncenter size-full\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/eyJidWNrZXQiOiJhc3NldHMuYWxsdHJhaWxzLmNvbSIsImtleSI6InVwbG9hZHMvcGhvdG8vaW1hZ2UvNDMxNzk4MTAvYjZkYTAz-1.png\" alt=\"\" class=\"wp-image-1198\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>Walking or hiking </h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>There is a well-kept walking trail on our property with plenty of bird life and some benches along the way. &nbsp;It is safe for dogs to run off-leash as it is completely fenced all around. &nbsp;For those who enjoy long walks and hikes, it is safe to cross onto neighbouring farms and go as far as the eye can see.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":1185,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/49089607_1950305445047847_5177863042771189760_n.png\" alt=\"\" class=\"wp-image-1185\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>Mountain biking </h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Bring your mountain bikes and explore the surrounding countryside on safe off-road tracks on our property and on neighbouring farms.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":1196,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Michelle_1.png\" alt=\"\" class=\"wp-image-1196\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>Horse riding </h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Interested riders can book at one of the recommended horse-riding establishments listed further down this page.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"dd4d0310\",\"innerContentWidth\":\"alignfull\",\"directionDesktop\":\"row\",\"wrapTablet\":\"wrap\",\"variationSelected\":true,\"rowGapTablet\":0,\"columnGapDesktop\":0,\"isBlockRootParent\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-dd4d0310 alignfull uagb-is-root-container\"><!-- wp:uagb/container {\"block_id\":\"6b50e8c0\",\"widthDesktop\":25,\"widthTablet\":50,\"variationSelected\":true,\"widthSetByUser\":true,\"UAGHideMob\":true,\"UAGResponsiveConditions\":true} -->\n<div class=\"wp-block-uagb-container uag-hide-mob uagb-block-6b50e8c0\"><!-- wp:uagb/image {\"block_id\":\"24c6b952\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-18-1-1024x768.jpg\",\"id\":1208,\"linkDestination\":\"none\",\"width\":480,\"height\":500,\"naturalWidth\":1024,\"naturalHeight\":768,\"sizeSlug\":\"large\",\"sizeSlugTablet\":\"large\",\"sizeSlugMobile\":\"large\",\"customHeightSetDesktop\":true} -->\n<div class=\"wp-block-uagb-image uagb-block-24c6b952 wp-block-uagb-image--layout-default wp-block-uagb-image--effect-static wp-block-uagb-image--align-none\"><figure class=\"wp-block-uagb-image__figure\"><img srcset=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-18-1-1024x768.jpg \" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-18-1-1024x768.jpg\" alt=\"\" class=\"uag-image-1208\" width=\"480\" height=\"500\" title=\"\" loading=\"lazy\"/></figure></div>\n<!-- /wp:uagb/image --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"0339f123\",\"widthDesktop\":25,\"widthTablet\":50,\"variationSelected\":true,\"widthSetByUser\":true,\"UAGHideMob\":true,\"UAGResponsiveConditions\":true} -->\n<div class=\"wp-block-uagb-container uag-hide-mob uagb-block-0339f123\"><!-- wp:uagb/image {\"block_id\":\"d4f56b7b\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Blue-Roan-pool-1.png\",\"id\":1210,\"linkDestination\":\"none\",\"width\":480,\"height\":500,\"naturalWidth\":370,\"naturalHeight\":440,\"sizeSlug\":\"full\",\"sizeSlugTablet\":\"full\",\"sizeSlugMobile\":\"full\",\"customHeightSetDesktop\":true} -->\n<div class=\"wp-block-uagb-image uagb-block-d4f56b7b wp-block-uagb-image--layout-default wp-block-uagb-image--effect-static wp-block-uagb-image--align-none\"><figure class=\"wp-block-uagb-image__figure\"><img srcset=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Blue-Roan-pool-1.png \" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Blue-Roan-pool-1.png\" alt=\"\" class=\"uag-image-1210\" width=\"480\" height=\"500\" title=\"\" loading=\"lazy\"/></figure></div>\n<!-- /wp:uagb/image --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"b4831c1f\",\"widthDesktop\":50,\"widthTablet\":100,\"variationSelected\":true,\"columnGapDesktop\":20,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-b4831c1f\"><!-- wp:uagb/image {\"block_id\":\"15686b22\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/the-view-from-my-rooms-1024x768.jpg\",\"id\":1211,\"linkDestination\":\"none\",\"width\":960,\"height\":500,\"naturalWidth\":1024,\"naturalHeight\":768,\"sizeSlug\":\"large\",\"sizeSlugTablet\":\"large\",\"sizeSlugMobile\":\"large\",\"customHeightSetDesktop\":true} -->\n<div class=\"wp-block-uagb-image uagb-block-15686b22 wp-block-uagb-image--layout-default wp-block-uagb-image--effect-static wp-block-uagb-image--align-none\"><figure class=\"wp-block-uagb-image__figure\"><img srcset=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/the-view-from-my-rooms-1024x768.jpg \" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/the-view-from-my-rooms-1024x768.jpg\" alt=\"\" class=\"uag-image-1211\" width=\"960\" height=\"500\" title=\"\" loading=\"lazy\"/></figure></div>\n<!-- /wp:uagb/image --></div>\n<!-- /wp:uagb/container --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"60178328\",\"innerContentWidth\":\"alignfull\",\"directionDesktop\":\"row\",\"wrapTablet\":\"wrap\",\"variationSelected\":true,\"rowGapTablet\":0,\"columnGapDesktop\":0,\"isBlockRootParent\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-60178328 alignfull uagb-is-root-container\"><!-- wp:uagb/container {\"block_id\":\"956576c7\",\"widthDesktop\":50,\"widthTablet\":100,\"variationSelected\":true,\"columnGapDesktop\":20,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-956576c7\"><!-- wp:uagb/image {\"block_id\":\"6b305e44\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAAJDI0ZWY4NDc1LThjYjYtNDM3YS1iOTliLWNmOWQxYTJkMWU5MQ-1.png\",\"id\":1213,\"linkDestination\":\"none\",\"width\":960,\"height\":500,\"naturalWidth\":1000,\"naturalHeight\":667,\"sizeSlug\":\"full\",\"sizeSlugTablet\":\"full\",\"sizeSlugMobile\":\"full\",\"customHeightSetDesktop\":true} -->\n<div class=\"wp-block-uagb-image uagb-block-6b305e44 wp-block-uagb-image--layout-default wp-block-uagb-image--effect-static wp-block-uagb-image--align-none\"><figure class=\"wp-block-uagb-image__figure\"><img srcset=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAAJDI0ZWY4NDc1LThjYjYtNDM3YS1iOTliLWNmOWQxYTJkMWU5MQ-1.png \" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAAJDI0ZWY4NDc1LThjYjYtNDM3YS1iOTliLWNmOWQxYTJkMWU5MQ-1.png\" alt=\"\" class=\"uag-image-1213\" width=\"960\" height=\"500\" title=\"\" loading=\"lazy\"/></figure></div>\n<!-- /wp:uagb/image --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"d42ca221\",\"widthDesktop\":25,\"variationSelected\":true,\"widthSetByUser\":true,\"UAGHideMob\":true,\"UAGResponsiveConditions\":true} -->\n<div class=\"wp-block-uagb-container uag-hide-mob uagb-block-d42ca221\"><!-- wp:uagb/image {\"block_id\":\"570413a0\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/bird-1-1024x683.jpg\",\"id\":1215,\"linkDestination\":\"none\",\"width\":480,\"height\":500,\"naturalWidth\":1024,\"naturalHeight\":683,\"sizeSlug\":\"large\",\"sizeSlugTablet\":\"large\",\"sizeSlugMobile\":\"large\",\"customHeightSetDesktop\":true} -->\n<div class=\"wp-block-uagb-image uagb-block-570413a0 wp-block-uagb-image--layout-default wp-block-uagb-image--effect-static wp-block-uagb-image--align-none\"><figure class=\"wp-block-uagb-image__figure\"><img srcset=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/bird-1-1024x683.jpg \" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/bird-1-1024x683.jpg\" alt=\"\" class=\"uag-image-1215\" width=\"480\" height=\"500\" title=\"\" loading=\"lazy\"/></figure></div>\n<!-- /wp:uagb/image --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"a86d786c\",\"widthDesktop\":25,\"variationSelected\":true,\"widthSetByUser\":true,\"UAGHideMob\":true,\"UAGResponsiveConditions\":true} -->\n<div class=\"wp-block-uagb-container uag-hide-mob uagb-block-a86d786c\"><!-- wp:uagb/image {\"block_id\":\"5c80075f\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/two-happy-boxers-1024x768.jpg\",\"id\":1216,\"linkDestination\":\"none\",\"width\":480,\"height\":500,\"naturalWidth\":1024,\"naturalHeight\":768,\"sizeSlug\":\"large\",\"sizeSlugTablet\":\"large\",\"sizeSlugMobile\":\"large\",\"customHeightSetDesktop\":true} -->\n<div class=\"wp-block-uagb-image uagb-block-5c80075f wp-block-uagb-image--layout-default wp-block-uagb-image--effect-static wp-block-uagb-image--align-none\"><figure class=\"wp-block-uagb-image__figure\"><img srcset=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/two-happy-boxers-1024x768.jpg \" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/two-happy-boxers-1024x768.jpg\" alt=\"\" class=\"uag-image-1216\" width=\"480\" height=\"500\" title=\"\" loading=\"lazy\"/></figure></div>\n<!-- /wp:uagb/image --></div>\n<!-- /wp:uagb/container --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"1fcacb2e\",\"backgroundType\":\"color\",\"backgroundSizeTablet\":\"cover\",\"backgroundSizeMobile\":\"cover\",\"backgroundColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"topPaddingDesktop\":120,\"bottomPaddingDesktop\":120,\"topPaddingTablet\":80,\"bottomPaddingTablet\":80,\"leftPaddingTablet\":30,\"rightPaddingTablet\":30,\"topPaddingMobile\":80,\"bottomPaddingMobile\":80,\"leftPaddingMobile\":20,\"rightPaddingMobile\":20,\"paddingLink\":false,\"variationSelected\":true,\"rowGapDesktop\":0,\"rowGapTablet\":0,\"isBlockRootParent\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-1fcacb2e alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/container {\"block_id\":\"df5bb083\",\"directionDesktop\":\"row\",\"alignItemsDesktop\":\"flex-end\",\"alignItemsTablet\":\"flex-end\",\"justifyContentDesktop\":\"flex-end\",\"justifyContentTablet\":\"space-between\",\"variationSelected\":true,\"rowGapMobile\":30,\"columnGapDesktop\":0} -->\n<div class=\"wp-block-uagb-container uagb-block-df5bb083\"><!-- wp:uagb/advanced-heading {\"block_id\":\"ae89d7dc\",\"classMigrate\":true,\"headingDescToggle\":true,\"subHeadingColor\":\"\",\"headSpace\":20,\"subHeadFontSize\":16} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-ae89d7dc\"><h2 class=\"uagb-heading-text\">Things to do in the area of Magaliesburg<br></h2><p class=\"uagb-desc-text\">Looking for more? Well, we believe that every guest walks into our lodge for the best experience. And, we are determined to do that.</p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/buttons {\"block_id\":\"51015a11\",\"classMigrate\":true,\"childMigrate\":true,\"align\":\"right\",\"alignTablet\":\"right\",\"alignMobile\":\"left\",\"gap\":0} -->\n<div class=\"wp-block-uagb-buttons uagb-buttons__outer-wrap uagb-btn__default-btn uagb-btn-tablet__default-btn uagb-btn-mobile__default-btn uagb-block-51015a11\"><div class=\"uagb-buttons__wrap uagb-buttons-layout-wrap\"><!-- wp:uagb/buttons-child {\"block_id\":\"29aa9eea\",\"label\":\"Get Bookings\",\"link\":\"#\",\"hColor\":\"\",\"borderWidth\":\"\",\"borderRadius\":\"\",\"borderStyle\":\"\",\"borderColor\":\"\",\"borderHColor\":\"\",\"btnBorderTopWidth\":1,\"btnBorderLeftWidth\":1,\"btnBorderRightWidth\":1,\"btnBorderBottomWidth\":1,\"btnBorderTopLeftRadius\":2,\"btnBorderTopRightRadius\":2,\"btnBorderBottomLeftRadius\":2,\"btnBorderBottomRightRadius\":2,\"btnBorderStyle\":\"solid\",\"btnBorderColor\":\"#333\",\"btnBorderHColor\":\"#333\"} -->\n<div class=\"wp-block-uagb-buttons-child uagb-buttons__outer-wrap uagb-block-29aa9eea wp-block-button is-style-outline\"><div class=\"uagb-button__wrapper\"><a class=\"uagb-buttons-repeater wp-block-button__link\" href=\"#\" rel=\"follow noopener\" target=\"_self\"><div class=\"uagb-button__link\">Get Bookings</div></a></div></div>\n<!-- /wp:uagb/buttons-child --></div></div>\n<!-- /wp:uagb/buttons --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"1172ce23\",\"directionDesktop\":\"row\",\"alignItemsTablet\":\"flex-start\",\"paddingLink\":false,\"topMarginDesktop\":54,\"bottomMarginDesktop\":0,\"leftMarginDesktop\":0,\"rightMarginDesktop\":0,\"topMarginTablet\":30,\"bottomMarginTablet\":0,\"leftMarginTablet\":0,\"rightMarginTablet\":0,\"marginLink\":false,\"variationSelected\":true,\"rowGapMobile\":65,\"columnGapDesktop\":48,\"columnGapTablet\":20} -->\n<div class=\"wp-block-uagb-container uagb-block-1172ce23\"><!-- wp:uagb/info-box {\"classMigrate\":true,\"headingAlign\":\"left\",\"headingColor\":\"\",\"subHeadingColor\":\"\",\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"source_type\":\"image\",\"block_id\":\"a599019d\",\"ctaTarget\":true,\"ctaType\":\"text\",\"ctaText\":\"READ MORE\",\"ctaLink\":\"https://www.sundowner.co.za/rooms/magalies-barbus-haven/\",\"ctaLinkColor\":\"var(\\u002d\\u002dast-global-color-0)\",\"ctaDecoration\":\"underline\",\"ctaFontSize\":12,\"ctaFontWeight\":\"600\",\"ctaLetterSpacing\":2,\"ctaBorderColor\":\"\",\"ctaBorderStyle\":\"\",\"ctaBorderWidth\":\"\",\"ctaBorderRadius\":\"\",\"iconBottomMargin\":30,\"iconImage\":{\"uploading\":false,\"date\":1671106052000,\"filename\":\"41b46e52d7427ea1f6f135454e9a012f.png\",\"menuOrder\":0,\"uploadedTo\":762,\"type\":\"image\",\"subtype\":\"png\",\"id\":1222,\"title\":\"41b46e52d7427ea1f6f135454e9a012f\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/41b46e52d7427ea1f6f135454e9a012f.png\",\"link\":\"https://blueroan.netgen.cloud/amenities/41b46e52d7427ea1f6f135454e9a012f/\",\"alt\":\"\",\"author\":\"2\",\"description\":\"\",\"caption\":\"\",\"name\":\"41b46e52d7427ea1f6f135454e9a012f\",\"status\":\"inherit\",\"modified\":1671106052000,\"mime\":\"image/png\",\"icon\":\"https://blueroan.netgen.cloud/wp-includes/images/media/default.png\",\"dateFormatted\":\"December 15, 2022\",\"nonces\":{\"update\":\"a33de4f0ef\",\"delete\":\"e6f9dee199\",\"edit\":\"6d436328bf\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=1222\\u0026action=edit\",\"meta\":false,\"authorName\":\"Netgen Support\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/profile.php\",\"uploadedToTitle\":\"Amenities\",\"uploadedToLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=762\\u0026action=edit\",\"filesizeInBytes\":326854,\"filesizeHumanReadable\":\"319 KB\",\"context\":\"\",\"height\":440,\"width\":370,\"orientation\":\"portrait\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/41b46e52d7427ea1f6f135454e9a012f-150x150.png\",\"orientation\":\"landscape\"},\"medium\":{\"height\":300,\"width\":252,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/41b46e52d7427ea1f6f135454e9a012f-252x300.png\",\"orientation\":\"portrait\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/41b46e52d7427ea1f6f135454e9a012f.png\",\"height\":440,\"width\":370,\"orientation\":\"portrait\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"imageSize\":\"full\",\"imageWidth\":100,\"imageWidthMobile\":100,\"imageWidthTablet\":100,\"paddingBtnTop\":10,\"paddingBtnBottom\":10,\"paddingBtnLeft\":14,\"paddingBtnRight\":14,\"imageWidthUnit\":\"%\",\"imageWidthUnitTablet\":\"%\",\"imageWidthUnitMobile\":\"%\",\"subHeadTopMargin\":0,\"subHeadRightMargin\":40,\"subHeadLeftMargin\":0,\"subHeadMarginTopTablet\":0,\"subHeadMarginRightTablet\":0,\"subHeadTabletSpace\":20,\"subHeadMarginLeftTablet\":0,\"imgTagHeight\":118,\"imgTagWidth\":370,\"btnBorderTopWidth\":1,\"btnBorderLeftWidth\":1,\"btnBorderRightWidth\":1,\"btnBorderBottomWidth\":1,\"btnBorderTopLeftRadius\":0,\"btnBorderTopRightRadius\":0,\"btnBorderBottomLeftRadius\":0,\"btnBorderBottomRightRadius\":0,\"btnBorderStyle\":\"solid\",\"btnBorderColor\":\"#333\"} -->\n<div class=\"wp-block-uagb-info-box uagb-block-a599019d uagb-infobox__content-wrap  uagb-infobox-icon-above-title uagb-infobox-image-valign-top\"><div class=\"uagb-ifb-content\"><div class=\"uagb-ifb-image-content\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/41b46e52d7427ea1f6f135454e9a012f.png\" alt=\"\" width=\"100\" height=\"118\" loading=\"lazy\"/></div><div class=\"uagb-ifb-title-wrap\"><h3 class=\"uagb-ifb-title\">Fishing at Barbus Haven </h3></div><p class=\"uagb-ifb-desc\">The 2.5 hr Introductory fly fishing clinics cover the basic techniques required to fly fish effectively. </p><div class=\"uagb-ifb-button-wrapper wp-block-button\"><a href=\"https://www.sundowner.co.za/rooms/magalies-barbus-haven/\" target=\"_blank\" class=\"uagb-infobox-cta-link\" rel=\"noopener noreferrer\" alt=\"\"><span class=\"uagb-inline-editing\">READ MORE</span><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M504.3 273.6l-112.1 104c-6.992 6.484-17.18 8.218-25.94 4.406c-8.758-3.812-14.42-12.45-14.42-21.1L351.9 288H32C14.33 288 .0002 273.7 .0002 255.1S14.33 224 32 224h319.9l0-72c0-9.547 5.66-18.19 14.42-22c8.754-3.809 18.95-2.075 25.94 4.41l112.1 104C514.6 247.9 514.6 264.1 504.3 273.6z\"></path></svg></a></div></div></div>\n<!-- /wp:uagb/info-box -->\n\n<!-- wp:uagb/info-box {\"classMigrate\":true,\"headingAlign\":\"left\",\"headingColor\":\"\",\"subHeadingColor\":\"\",\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"source_type\":\"image\",\"block_id\":\"ea2b690e\",\"ctaTarget\":true,\"ctaType\":\"text\",\"ctaText\":\"READ MORE\",\"ctaLink\":\"https://www.thekingfisherlodge.co.za/activities/\",\"ctaLinkColor\":\"var(\\u002d\\u002dast-global-color-0)\",\"ctaDecoration\":\"underline\",\"ctaFontSize\":12,\"ctaFontWeight\":\"600\",\"ctaLetterSpacing\":2,\"ctaBorderColor\":\"\",\"ctaBorderStyle\":\"\",\"ctaBorderWidth\":\"\",\"ctaBorderRadius\":\"\",\"iconBottomMargin\":30,\"iconImage\":{\"uploading\":false,\"date\":1671106415000,\"filename\":\"IMG-20180619-WA0004.png\",\"menuOrder\":0,\"uploadedTo\":762,\"type\":\"image\",\"subtype\":\"png\",\"id\":1225,\"title\":\"IMG-20180619-WA0004\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/IMG-20180619-WA0004.png\",\"link\":\"https://blueroan.netgen.cloud/amenities/img-20180619-wa0004/\",\"alt\":\"\",\"author\":\"2\",\"description\":\"\",\"caption\":\"\",\"name\":\"img-20180619-wa0004\",\"status\":\"inherit\",\"modified\":1671106415000,\"mime\":\"image/png\",\"icon\":\"https://blueroan.netgen.cloud/wp-includes/images/media/default.png\",\"dateFormatted\":\"December 15, 2022\",\"nonces\":{\"update\":\"e988b6351d\",\"delete\":\"5d512e9cd1\",\"edit\":\"3a331dfabd\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=1225\\u0026action=edit\",\"meta\":false,\"authorName\":\"Netgen Support\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/profile.php\",\"uploadedToTitle\":\"Amenities\",\"uploadedToLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=762\\u0026action=edit\",\"filesizeInBytes\":276116,\"filesizeHumanReadable\":\"270 KB\",\"context\":\"\",\"height\":440,\"width\":370,\"orientation\":\"portrait\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/IMG-20180619-WA0004-150x150.png\",\"orientation\":\"landscape\"},\"medium\":{\"height\":300,\"width\":252,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/IMG-20180619-WA0004-252x300.png\",\"orientation\":\"portrait\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/IMG-20180619-WA0004.png\",\"height\":440,\"width\":370,\"orientation\":\"portrait\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"imageSize\":\"full\",\"imageWidth\":100,\"imageWidthMobile\":100,\"imageWidthTablet\":100,\"paddingBtnTop\":10,\"paddingBtnBottom\":10,\"paddingBtnLeft\":14,\"paddingBtnRight\":14,\"imageWidthUnit\":\"%\",\"imageWidthUnitTablet\":\"%\",\"imageWidthUnitMobile\":\"%\",\"subHeadTopMargin\":0,\"subHeadRightMargin\":40,\"subHeadLeftMargin\":0,\"subHeadMarginTopTablet\":0,\"subHeadMarginRightTablet\":0,\"subHeadTabletSpace\":20,\"subHeadMarginLeftTablet\":0,\"imgTagHeight\":118,\"imgTagWidth\":370,\"btnBorderTopWidth\":1,\"btnBorderLeftWidth\":1,\"btnBorderRightWidth\":1,\"btnBorderBottomWidth\":1,\"btnBorderTopLeftRadius\":0,\"btnBorderTopRightRadius\":0,\"btnBorderBottomLeftRadius\":0,\"btnBorderBottomRightRadius\":0,\"btnBorderStyle\":\"solid\",\"btnBorderColor\":\"#333\"} -->\n<div class=\"wp-block-uagb-info-box uagb-block-ea2b690e uagb-infobox__content-wrap  uagb-infobox-icon-above-title uagb-infobox-image-valign-top\"><div class=\"uagb-ifb-content\"><div class=\"uagb-ifb-image-content\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/IMG-20180619-WA0004.png\" alt=\"\" width=\"100\" height=\"118\" loading=\"lazy\"/></div><div class=\"uagb-ifb-title-wrap\"><h3 class=\"uagb-ifb-title\">Fishing at Kingfisher </h3></div><p class=\"uagb-ifb-desc\">The opportunity to fish for Rainbow Trout or the elusive Brown Trout. Kingfisher offers rod hires at their venue. <br></p><div class=\"uagb-ifb-button-wrapper wp-block-button\"><a href=\"https://www.thekingfisherlodge.co.za/activities/\" target=\"_blank\" class=\"uagb-infobox-cta-link\" rel=\"noopener noreferrer\" alt=\"\"><span class=\"uagb-inline-editing\">READ MORE</span><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M504.3 273.6l-112.1 104c-6.992 6.484-17.18 8.218-25.94 4.406c-8.758-3.812-14.42-12.45-14.42-21.1L351.9 288H32C14.33 288 .0002 273.7 .0002 255.1S14.33 224 32 224h319.9l0-72c0-9.547 5.66-18.19 14.42-22c8.754-3.809 18.95-2.075 25.94 4.41l112.1 104C514.6 247.9 514.6 264.1 504.3 273.6z\"></path></svg></a></div></div></div>\n<!-- /wp:uagb/info-box -->\n\n<!-- wp:uagb/info-box {\"classMigrate\":true,\"headingAlign\":\"left\",\"headingColor\":\"\",\"subHeadingColor\":\"\",\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"source_type\":\"image\",\"block_id\":\"0624a41d\",\"ctaType\":\"text\",\"ctaText\":\"READ MORE\",\"ctaLinkColor\":\"var(\\u002d\\u002dast-global-color-0)\",\"ctaDecoration\":\"underline\",\"ctaFontSize\":12,\"ctaFontWeight\":\"600\",\"ctaLetterSpacing\":2,\"ctaBorderColor\":\"\",\"ctaBorderStyle\":\"\",\"ctaBorderWidth\":\"\",\"ctaBorderRadius\":\"\",\"iconBottomMargin\":30,\"iconImage\":{\"id\":241,\"title\":\"beach\",\"filename\":\"beach.jpg\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/beach.jpg\",\"link\":\"https://blueroan.netgen.cloud/beach/\",\"alt\":\"\",\"author\":\"34\",\"description\":\"\",\"caption\":\"\",\"name\":\"beach\",\"status\":\"inherit\",\"uploadedTo\":0,\"date\":\"2021-05-11T10:56:06.000Z\",\"modified\":\"2021-05-11T10:56:06.000Z\",\"menuOrder\":0,\"mime\":\"image/jpeg\",\"type\":\"image\",\"subtype\":\"jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/default.png\",\"dateFormatted\":\"May 11, 2021\",\"nonces\":{\"update\":\"65c348aac8\",\"delete\":\"6d551f7cf4\",\"edit\":\"026ca70d91\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=241\\u0026action=edit\",\"meta\":false,\"authorName\":\"Rishabh\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/user-edit.php?user_id=34\",\"filesizeInBytes\":38094,\"filesizeHumanReadable\":\"37 KB\",\"context\":\"\",\"height\":440,\"width\":370,\"orientation\":\"portrait\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/beach-150x150.jpg\",\"orientation\":\"landscape\"},\"medium\":{\"height\":300,\"width\":252,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/beach-252x300-1.jpg\",\"orientation\":\"portrait\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/beach.jpg\",\"height\":440,\"width\":370,\"orientation\":\"portrait\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"imageSize\":\"full\",\"imageWidth\":100,\"imageWidthMobile\":100,\"imageWidthTablet\":100,\"paddingBtnTop\":10,\"paddingBtnBottom\":10,\"paddingBtnLeft\":14,\"paddingBtnRight\":14,\"imageWidthUnit\":\"%\",\"imageWidthUnitTablet\":\"%\",\"imageWidthUnitMobile\":\"%\",\"subHeadTopMargin\":0,\"subHeadRightMargin\":40,\"subHeadLeftMargin\":0,\"subHeadMarginTopTablet\":0,\"subHeadMarginRightTablet\":0,\"subHeadTabletSpace\":20,\"subHeadMarginLeftTablet\":0,\"imgTagHeight\":118,\"imgTagWidth\":370,\"btnBorderTopWidth\":1,\"btnBorderLeftWidth\":1,\"btnBorderRightWidth\":1,\"btnBorderBottomWidth\":1,\"btnBorderTopLeftRadius\":0,\"btnBorderTopRightRadius\":0,\"btnBorderBottomLeftRadius\":0,\"btnBorderBottomRightRadius\":0,\"btnBorderStyle\":\"solid\",\"btnBorderColor\":\"#333\"} -->\n<div class=\"wp-block-uagb-info-box uagb-block-0624a41d uagb-infobox__content-wrap  uagb-infobox-icon-above-title uagb-infobox-image-valign-top\"><div class=\"uagb-ifb-content\"><div class=\"uagb-ifb-image-content\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/beach.jpg\" alt=\"\" width=\"100\" height=\"118\" loading=\"lazy\"/></div><div class=\"uagb-ifb-title-wrap\"><h3 class=\"uagb-ifb-title\">Private Beach​</h3></div><p class=\"uagb-ifb-desc\">Want to take a dip into the sea? All our guests get complimentary access to our private beach.</p><div class=\"uagb-ifb-button-wrapper wp-block-button\"><a href=\"\" target=\"_self\" class=\"uagb-infobox-cta-link uagb-disable-link\" rel=\"noopener noreferrer\" alt=\"\"><span class=\"uagb-inline-editing\">READ MORE</span><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M504.3 273.6l-112.1 104c-6.992 6.484-17.18 8.218-25.94 4.406c-8.758-3.812-14.42-12.45-14.42-21.1L351.9 288H32C14.33 288 .0002 273.7 .0002 255.1S14.33 224 32 224h319.9l0-72c0-9.547 5.66-18.19 14.42-22c8.754-3.809 18.95-2.075 25.94 4.41l112.1 104C514.6 247.9 514.6 264.1 504.3 273.6z\"></path></svg></a></div></div></div>\n<!-- /wp:uagb/info-box --></div>\n<!-- /wp:uagb/container --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"996638b2\",\"backgroundType\":\"color\",\"backgroundSizeTablet\":\"cover\",\"backgroundSizeMobile\":\"cover\",\"backgroundColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"topPaddingDesktop\":50,\"bottomPaddingDesktop\":100,\"topPaddingTablet\":50,\"bottomPaddingTablet\":25,\"leftPaddingTablet\":20,\"rightPaddingTablet\":20,\"topPaddingMobile\":50,\"bottomPaddingMobile\":20,\"leftPaddingMobile\":20,\"rightPaddingMobile\":20,\"paddingLink\":false,\"variationSelected\":true,\"rowGapDesktop\":0,\"isBlockRootParent\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-996638b2 alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/container {\"block_id\":\"85f2d9bc\",\"directionDesktop\":\"row\",\"alignItemsTablet\":\"flex-start\",\"paddingLink\":false,\"topMarginDesktop\":50,\"bottomMarginDesktop\":20,\"leftMarginDesktop\":0,\"rightMarginDesktop\":0,\"marginLink\":false,\"variationSelected\":true,\"rowGapMobile\":65,\"columnGapDesktop\":48,\"columnGapTablet\":20} -->\n<div class=\"wp-block-uagb-container uagb-block-85f2d9bc\"><!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"align\":\"center\",\"id\":1222,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image aligncenter size-full\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/41b46e52d7427ea1f6f135454e9a012f.png\" alt=\"\" class=\"wp-image-1222\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"textAlign\":\"center\",\"level\":3} -->\n<h3 class=\"has-text-align-center\">Fishing </h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>The dam has trout (stocked), bass, vlei Kuper and carp. Fly fishers seeking a unique challenge visit our establishment in search of the large &amp; small scale Yellow fish.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:buttons -->\n<div class=\"wp-block-buttons\"><!-- wp:button {\"align\":\"left\"} -->\n<div class=\"wp-block-button alignleft\"><a class=\"wp-block-button__link wp-element-button\" href=\"https://www.sundowner.co.za/rooms/magalies-barbus-haven/\" target=\"_blank\" rel=\"noreferrer noopener\">Barbus Haven</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons -->\n\n<!-- wp:paragraph -->\n<p>The opportunity to fish for Rainbow Trout or the elusive Brown Trout. Kingfisher offers rod hires at their venue. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:buttons -->\n<div class=\"wp-block-buttons\"><!-- wp:button {\"align\":\"left\"} -->\n<div class=\"wp-block-button alignleft\"><a class=\"wp-block-button__link wp-element-button\" href=\"https://www.thekingfisherlodge.co.za/activities/\" target=\"_blank\" rel=\"noreferrer noopener\">Kingfisher</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":1235,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Maseke-MTB-MvZ-3-1024x683-1.png\" alt=\"\" class=\"wp-image-1235\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>Mountain biking </h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>It is a privately owned nature reserve that offers mountain biking.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:spacer {\"height\":\"20px\"} -->\n<div style=\"height:20px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:buttons -->\n<div class=\"wp-block-buttons\"><!-- wp:button -->\n<div class=\"wp-block-button\"><a class=\"wp-block-button__link wp-element-button\" href=\"http://ingwebushcamp.yolasite.com/\" target=\"_blank\" rel=\"noreferrer noopener\">Ingwe Bush Camp&nbsp;</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons -->\n\n<!-- wp:paragraph -->\n<p>With over 80km of trails, Van Gaalen&nbsp;has something to offer for every kind of athlete, from beginner to advanced.<br></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:buttons -->\n<div class=\"wp-block-buttons\"><!-- wp:button -->\n<div class=\"wp-block-button\"><a class=\"wp-block-button__link wp-element-button\" href=\"https://www.vangaalen.co.za/products\" target=\"_blank\" rel=\"noreferrer noopener\">Van Gaalen\'s</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":830,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/ef9d0188da11e2bc56788f5619d9d539.png\" alt=\"\" class=\"wp-image-830\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>Quad biking </h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>We have quads suitable for kiddies, tweens, teens, and adults. We have mini quads and fully automatic 150cc quads.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:buttons -->\n<div class=\"wp-block-buttons\"><!-- wp:button -->\n<div class=\"wp-block-button\"><a class=\"wp-block-button__link wp-element-button\" href=\"https://www.saddlecreekadventures.co.za/activity/quad-biking/\" target=\"_blank\" rel=\"noreferrer noopener\">Saddle Creek Ranch</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons -->\n\n<!-- wp:paragraph -->\n<p>A 700-meter monster track, the longest and most exciting track in Gauteng!</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:buttons -->\n<div class=\"wp-block-buttons\"><!-- wp:button -->\n<div class=\"wp-block-button\"><a class=\"wp-block-button__link wp-element-button\" href=\"http://www.swartkrans.co.za/\" target=\"_blank\" rel=\"noreferrer noopener\">Swartkrans Go-Karting&nbsp;</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"align\":\"center\",\"id\":1198,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image aligncenter size-full\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/eyJidWNrZXQiOiJhc3NldHMuYWxsdHJhaWxzLmNvbSIsImtleSI6InVwbG9hZHMvcGhvdG8vaW1hZ2UvNDMxNzk4MTAvYjZkYTAz-1.png\" alt=\"\" class=\"wp-image-1198\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>Walking or hiking </h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>There is a well-kept walking trail on our property with plenty of bird life and some benches along the way. &nbsp;It is safe for dogs to run off-leash as it is completely fenced all around. &nbsp;For those who enjoy long walks and hikes, it is safe to cross onto neighbouring farms and go as far as the eye can see.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":1185,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/49089607_1950305445047847_5177863042771189760_n.png\" alt=\"\" class=\"wp-image-1185\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>Mountain biking </h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Bring your mountain bikes and explore the surrounding countryside on safe off-road tracks on our property and on neighbouring farms.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":1196,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Michelle_1.png\" alt=\"\" class=\"wp-image-1196\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>Horse riding </h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Interested riders can book at one of the recommended horse-riding establishments listed further down this page.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"61a4e319\",\"innerContentCustomWidthDesktop\":781,\"innerContentCustomWidthTablet\":781,\"backgroundType\":\"image\",\"backgroundImageDesktop\":{\"id\":54,\"title\":\"background-img\",\"filename\":\"background-img-1.jpg\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/background-img-1.jpg\",\"link\":\"https://blueroan.netgen.cloud/background-img-2/\",\"alt\":\"\",\"author\":\"34\",\"description\":\"\",\"caption\":\"\",\"name\":\"background-img-2\",\"status\":\"inherit\",\"uploadedTo\":0,\"date\":\"2021-05-07T10:11:37.000Z\",\"modified\":\"2021-05-07T10:11:37.000Z\",\"menuOrder\":0,\"mime\":\"image/jpeg\",\"type\":\"image\",\"subtype\":\"jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/default.png\",\"dateFormatted\":\"May 7, 2021\",\"nonces\":{\"update\":\"bb999636b9\",\"delete\":\"d2e1375bc4\",\"edit\":\"005dd2f0c9\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=54\\u0026action=edit\",\"meta\":false,\"authorName\":\"Rishabh\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/user-edit.php?user_id=34\",\"filesizeInBytes\":338858,\"filesizeHumanReadable\":\"331 KB\",\"context\":\"\",\"height\":1080,\"width\":1920,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/background-img-1-150x150.jpg\",\"orientation\":\"landscape\"},\"medium\":{\"height\":169,\"width\":300,\"url\":\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/background-img-1-300x169.jpg\",\"orientation\":\"landscape\"},\"large\":{\"height\":576,\"width\":1024,\"url\":\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/background-img-1-1024x576.jpg\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/background-img-1.jpg\",\"height\":1080,\"width\":1920,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"backgroundImageColor\":\"rgba(42,42,42,0.65)\",\"topPaddingDesktop\":144,\"bottomPaddingDesktop\":144,\"leftPaddingDesktop\":40,\"rightPaddingDesktop\":40,\"topPaddingTablet\":80,\"bottomPaddingTablet\":80,\"leftPaddingTablet\":40,\"rightPaddingTablet\":40,\"topPaddingMobile\":64,\"bottomPaddingMobile\":64,\"leftPaddingMobile\":24,\"rightPaddingMobile\":24,\"paddingLink\":false,\"variationSelected\":true,\"isBlockRootParent\":true,\"overlayType\":\"color\"} -->\n<div class=\"wp-block-uagb-container uagb-block-61a4e319 alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/advanced-heading {\"block_id\":\"0024e4b0\",\"classMigrate\":true,\"headingDescToggle\":true,\"headingAlign\":\"center\",\"headingColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"subHeadingColor\":\"var(\\u002d\\u002dast-global-color-4)\",\"headSpace\":20} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-0024e4b0\"><h2 class=\"uagb-heading-text\">Plan an Unforgettable Experience in Mykonos Today!</h2><p class=\"uagb-desc-text\">We can help you fit your stay and experience within your allotted budget.</p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/advanced-heading {\"block_id\":\"2b2ffd55\",\"classMigrate\":true,\"headingTitleToggle\":false,\"headingDescToggle\":true,\"headingAlign\":\"center\",\"subHeadingColor\":\"var(\\u002d\\u002dast-global-color-4)\",\"subHeadTransform\":\"uppercase\",\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"subHeadLetterSpacing\":2,\"blockTopPadding\":60,\"blockRightPadding\":0,\"blockLeftPadding\":0,\"blockBottomPadding\":0,\"blockTopPaddingMobile\":30,\"blockRightPaddingMobile\":0,\"blockLeftPaddingMobile\":0,\"blockBottomPaddingMobile\":0} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-2b2ffd55\"><p class=\"uagb-desc-text\">BOOK YOUR STAY NOW​</p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/icon-list {\"block_id\":\"1828eb6d\",\"classMigrate\":true,\"childMigrate\":true,\"align\":\"center\",\"parentIcon\":\"phone\",\"size\":40,\"sizeMobile\":24,\"sizeTablet\":32,\"fontSize\":48,\"fontSizeMobile\":28,\"fontSizeTablet\":40,\"fontWeight\":\"600\",\"iconColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"labelColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"blockTopPadding\":0,\"blockRightPadding\":0,\"blockLeftPadding\":0,\"blockBottomPadding\":24,\"blockPaddingLink\":false} -->\n<div class=\"wp-block-uagb-icon-list uagb-block-1828eb6d\"><div class=\"uagb-icon-list__wrap\"><!-- wp:uagb/icon-list-child {\"block_id\":\"d91b3ec3\",\"label\":\"+1-123 456 7890​\",\"label_color\":\"\",\"fromParentIcon\":\"phone\",\"imageSizeChild\":40} -->\n<div class=\"wp-block-uagb-icon-list-child uagb-block-d91b3ec3\"><span class=\"uagb-icon-list__source-wrap\"><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M511.2 387l-23.25 100.8c-3.266 14.25-15.79 24.22-30.46 24.22C205.2 512 0 306.8 0 54.5c0-14.66 9.969-27.2 24.22-30.45l100.8-23.25C139.7-2.602 154.7 5.018 160.8 18.92l46.52 108.5c5.438 12.78 1.77 27.67-8.98 36.45L144.5 207.1c33.98 69.22 90.26 125.5 159.5 159.5l44.08-53.8c8.688-10.78 23.69-14.51 36.47-8.975l108.5 46.51C506.1 357.2 514.6 372.4 511.2 387z\"></path></svg></span><span class=\"uagb-icon-list__label\">+1-123 456 7890​</span></div>\n<!-- /wp:uagb/icon-list-child --></div></div>\n<!-- /wp:uagb/icon-list --></div></div>\n<!-- /wp:uagb/container -->',	'Amenities',	'',	'inherit',	'closed',	'closed',	'',	'762-revision-v1',	'',	'',	'2022-12-15 12:37:23',	'2022-12-15 12:37:23',	'',	762,	'https://blueroan.netgen.cloud/?p=1239',	0,	'revision',	'',	0),
(1240,	2,	'2022-12-15 12:37:29',	'2022-12-15 12:37:29',	'<!-- wp:uagb/container {\"block_id\":\"eb57369c\",\"backgroundType\":\"image\",\"backgroundImageDesktop\":{\"id\":1007,\"title\":\"AAEAAQAAAAAAAAAAAAAAJDg5NmY0ZGUxLWE4MTgtNDY5NC1iODFhLTBmN2Q0ZDc5ZWFiNw-1\",\"filename\":\"AAEAAQAAAAAAAAAAAAAAJDg5NmY0ZGUxLWE4MTgtNDY5NC1iODFhLTBmN2Q0ZDc5ZWFiNw-1.png\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAAJDg5NmY0ZGUxLWE4MTgtNDY5NC1iODFhLTBmN2Q0ZDc5ZWFiNw-1.png\",\"link\":\"https://blueroan.netgen.cloud/the-barn/aaeaaqaaaaaaaaaaaaaajdg5nmy0zguxlwe4mtgtndy5nc1iodfhltbmn2q0zdc5zwfinw-1/\",\"alt\":\"\",\"author\":\"2\",\"description\":\"\",\"caption\":\"\",\"name\":\"aaeaaqaaaaaaaaaaaaaajdg5nmy0zguxlwe4mtgtndy5nc1iodfhltbmn2q0zdc5zwfinw-1\",\"status\":\"inherit\",\"uploadedTo\":948,\"date\":\"2022-12-14T10:50:25.000Z\",\"modified\":\"2022-12-14T10:50:25.000Z\",\"menuOrder\":0,\"mime\":\"image/png\",\"type\":\"image\",\"subtype\":\"png\",\"icon\":\"https://blueroan.netgen.cloud/wp-includes/images/media/default.png\",\"dateFormatted\":\"December 14, 2022\",\"nonces\":{\"update\":\"483f8bdf3d\",\"delete\":\"0a7ebc92ef\",\"edit\":\"6bc1c6a685\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=1007\\u0026action=edit\",\"meta\":false,\"authorName\":\"Netgen Support\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/profile.php\",\"uploadedToTitle\":\"The Barn\",\"uploadedToLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=948\\u0026action=edit\",\"filesizeInBytes\":1348989,\"filesizeHumanReadable\":\"1 MB\",\"context\":\"\",\"height\":667,\"width\":1000,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAAJDg5NmY0ZGUxLWE4MTgtNDY5NC1iODFhLTBmN2Q0ZDc5ZWFiNw-1-150x150.png\",\"orientation\":\"landscape\"},\"medium\":{\"height\":200,\"width\":300,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAAJDg5NmY0ZGUxLWE4MTgtNDY5NC1iODFhLTBmN2Q0ZDc5ZWFiNw-1-300x200.png\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAAJDg5NmY0ZGUxLWE4MTgtNDY5NC1iODFhLTBmN2Q0ZDc5ZWFiNw-1.png\",\"height\":667,\"width\":1000,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"backgroundPositionDesktop\":{\"x\":0.61,\"y\":0.52},\"backgroundSizeTablet\":\"cover\",\"backgroundSizeMobile\":\"cover\",\"backgroundColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"backgroundImageColor\":\"rgba(42,42,42,0.5)\",\"topPaddingDesktop\":220,\"bottomPaddingDesktop\":150,\"topPaddingTablet\":170,\"bottomPaddingTablet\":160,\"leftPaddingTablet\":30,\"rightPaddingTablet\":30,\"topPaddingMobile\":180,\"bottomPaddingMobile\":80,\"leftPaddingMobile\":20,\"rightPaddingMobile\":20,\"paddingLink\":false,\"variationSelected\":true,\"isBlockRootParent\":true,\"overlayType\":\"color\"} -->\n<div class=\"wp-block-uagb-container uagb-block-eb57369c alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/advanced-heading {\"block_id\":\"c813e236\",\"classMigrate\":true,\"headingDescToggle\":true,\"headingColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"subHeadingColor\":\"var(\\u002d\\u002dast-global-color-4)\",\"headingTag\":\"h1\",\"headSpace\":20,\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"blockTopPadding\":0,\"blockRightPadding\":50,\"blockLeftPadding\":0,\"blockBottomPadding\":0,\"blockTopPaddingTablet\":0,\"blockRightPaddingTablet\":20,\"blockLeftPaddingTablet\":0,\"blockBottomPaddingTablet\":0,\"blockTopPaddingMobile\":0,\"blockRightPaddingMobile\":0,\"blockLeftPaddingMobile\":0,\"blockBottomPaddingMobile\":0,\"blockPaddingUnit\":\"%\",\"blockPaddingUnitTablet\":\"%\"} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-c813e236\"><h1 class=\"uagb-heading-text\">Amenities &amp; Interests​</h1><p class=\"uagb-desc-text\">We do not give you just rooms to stay in. We give you an environment where you can experience the best while on a holiday with us. </p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:buttons -->\n<div class=\"wp-block-buttons\"><!-- wp:button -->\n<div class=\"wp-block-button\"><a class=\"wp-block-button__link wp-element-button\" href=\"https://book.nightsbridge.com/11065\" target=\"_blank\" rel=\"noreferrer noopener\">BOOK NOW</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"c44cb41e\",\"backgroundType\":\"color\",\"backgroundSizeTablet\":\"cover\",\"backgroundSizeMobile\":\"cover\",\"backgroundColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"topPaddingDesktop\":50,\"bottomPaddingDesktop\":100,\"topPaddingTablet\":50,\"bottomPaddingTablet\":25,\"leftPaddingTablet\":20,\"rightPaddingTablet\":20,\"topPaddingMobile\":50,\"bottomPaddingMobile\":20,\"leftPaddingMobile\":20,\"rightPaddingMobile\":20,\"paddingLink\":false,\"variationSelected\":true,\"rowGapDesktop\":0,\"isBlockRootParent\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-c44cb41e alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/container {\"block_id\":\"d2e8bbe5\",\"directionDesktop\":\"row\",\"alignItemsTablet\":\"flex-start\",\"paddingLink\":false,\"topMarginDesktop\":50,\"bottomMarginDesktop\":20,\"leftMarginDesktop\":0,\"rightMarginDesktop\":0,\"marginLink\":false,\"variationSelected\":true,\"rowGapMobile\":65,\"columnGapDesktop\":48,\"columnGapTablet\":20} -->\n<div class=\"wp-block-uagb-container uagb-block-d2e8bbe5\"><!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"align\":\"center\",\"id\":828,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image aligncenter size-full\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Blue-Roan-pool.png\" alt=\"Blue Roan\'s rock pool\" class=\"wp-image-828\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>A relaxing rock Pool​</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>We have a lovely sparkling blue rock pool next to a thatched Lapa. &nbsp;&nbsp;Lie on recliners on the green lawn or sit on the swing chair in the Lapa and enjoy the panoramic view of the Magaliesberg mountain range.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":829,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/img-20160605-wa0002-largejpg.png\" alt=\"\" class=\"wp-image-829\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>Braai facilities </h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>What can compare to a burning fire under the star-lit African sky? Nothing beats the flavor of cooking over an open flame.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":830,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/ef9d0188da11e2bc56788f5619d9d539.png\" alt=\"\" class=\"wp-image-830\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>A games room </h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>The reception is also a games room for those who enjoy darts or playing pool. &nbsp;Take a selection of DVDs back to your room and watch movies on your own DVD player. &nbsp;There is also a selection of board games and music CDs that you can borrow.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"align\":\"center\",\"id\":1198,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image aligncenter size-full\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/eyJidWNrZXQiOiJhc3NldHMuYWxsdHJhaWxzLmNvbSIsImtleSI6InVwbG9hZHMvcGhvdG8vaW1hZ2UvNDMxNzk4MTAvYjZkYTAz-1.png\" alt=\"\" class=\"wp-image-1198\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>Walking or hiking </h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>There is a well-kept walking trail on our property with plenty of bird life and some benches along the way. &nbsp;It is safe for dogs to run off-leash as it is completely fenced all around. &nbsp;For those who enjoy long walks and hikes, it is safe to cross onto neighbouring farms and go as far as the eye can see.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":1185,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/49089607_1950305445047847_5177863042771189760_n.png\" alt=\"\" class=\"wp-image-1185\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>Mountain biking </h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Bring your mountain bikes and explore the surrounding countryside on safe off-road tracks on our property and on neighbouring farms.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":1196,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Michelle_1.png\" alt=\"\" class=\"wp-image-1196\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>Horse riding </h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Interested riders can book at one of the recommended horse-riding establishments listed further down this page.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"dd4d0310\",\"innerContentWidth\":\"alignfull\",\"directionDesktop\":\"row\",\"wrapTablet\":\"wrap\",\"variationSelected\":true,\"rowGapTablet\":0,\"columnGapDesktop\":0,\"isBlockRootParent\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-dd4d0310 alignfull uagb-is-root-container\"><!-- wp:uagb/container {\"block_id\":\"6b50e8c0\",\"widthDesktop\":25,\"widthTablet\":50,\"variationSelected\":true,\"widthSetByUser\":true,\"UAGHideMob\":true,\"UAGResponsiveConditions\":true} -->\n<div class=\"wp-block-uagb-container uag-hide-mob uagb-block-6b50e8c0\"><!-- wp:uagb/image {\"block_id\":\"24c6b952\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-18-1-1024x768.jpg\",\"id\":1208,\"linkDestination\":\"none\",\"width\":480,\"height\":500,\"naturalWidth\":1024,\"naturalHeight\":768,\"sizeSlug\":\"large\",\"sizeSlugTablet\":\"large\",\"sizeSlugMobile\":\"large\",\"customHeightSetDesktop\":true} -->\n<div class=\"wp-block-uagb-image uagb-block-24c6b952 wp-block-uagb-image--layout-default wp-block-uagb-image--effect-static wp-block-uagb-image--align-none\"><figure class=\"wp-block-uagb-image__figure\"><img srcset=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-18-1-1024x768.jpg \" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-18-1-1024x768.jpg\" alt=\"\" class=\"uag-image-1208\" width=\"480\" height=\"500\" title=\"\" loading=\"lazy\"/></figure></div>\n<!-- /wp:uagb/image --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"0339f123\",\"widthDesktop\":25,\"widthTablet\":50,\"variationSelected\":true,\"widthSetByUser\":true,\"UAGHideMob\":true,\"UAGResponsiveConditions\":true} -->\n<div class=\"wp-block-uagb-container uag-hide-mob uagb-block-0339f123\"><!-- wp:uagb/image {\"block_id\":\"d4f56b7b\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Blue-Roan-pool-1.png\",\"id\":1210,\"linkDestination\":\"none\",\"width\":480,\"height\":500,\"naturalWidth\":370,\"naturalHeight\":440,\"sizeSlug\":\"full\",\"sizeSlugTablet\":\"full\",\"sizeSlugMobile\":\"full\",\"customHeightSetDesktop\":true} -->\n<div class=\"wp-block-uagb-image uagb-block-d4f56b7b wp-block-uagb-image--layout-default wp-block-uagb-image--effect-static wp-block-uagb-image--align-none\"><figure class=\"wp-block-uagb-image__figure\"><img srcset=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Blue-Roan-pool-1.png \" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Blue-Roan-pool-1.png\" alt=\"\" class=\"uag-image-1210\" width=\"480\" height=\"500\" title=\"\" loading=\"lazy\"/></figure></div>\n<!-- /wp:uagb/image --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"b4831c1f\",\"widthDesktop\":50,\"widthTablet\":100,\"variationSelected\":true,\"columnGapDesktop\":20,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-b4831c1f\"><!-- wp:uagb/image {\"block_id\":\"15686b22\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/the-view-from-my-rooms-1024x768.jpg\",\"id\":1211,\"linkDestination\":\"none\",\"width\":960,\"height\":500,\"naturalWidth\":1024,\"naturalHeight\":768,\"sizeSlug\":\"large\",\"sizeSlugTablet\":\"large\",\"sizeSlugMobile\":\"large\",\"customHeightSetDesktop\":true} -->\n<div class=\"wp-block-uagb-image uagb-block-15686b22 wp-block-uagb-image--layout-default wp-block-uagb-image--effect-static wp-block-uagb-image--align-none\"><figure class=\"wp-block-uagb-image__figure\"><img srcset=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/the-view-from-my-rooms-1024x768.jpg \" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/the-view-from-my-rooms-1024x768.jpg\" alt=\"\" class=\"uag-image-1211\" width=\"960\" height=\"500\" title=\"\" loading=\"lazy\"/></figure></div>\n<!-- /wp:uagb/image --></div>\n<!-- /wp:uagb/container --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"60178328\",\"innerContentWidth\":\"alignfull\",\"directionDesktop\":\"row\",\"wrapTablet\":\"wrap\",\"variationSelected\":true,\"rowGapTablet\":0,\"columnGapDesktop\":0,\"isBlockRootParent\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-60178328 alignfull uagb-is-root-container\"><!-- wp:uagb/container {\"block_id\":\"956576c7\",\"widthDesktop\":50,\"widthTablet\":100,\"variationSelected\":true,\"columnGapDesktop\":20,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-956576c7\"><!-- wp:uagb/image {\"block_id\":\"6b305e44\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAAJDI0ZWY4NDc1LThjYjYtNDM3YS1iOTliLWNmOWQxYTJkMWU5MQ-1.png\",\"id\":1213,\"linkDestination\":\"none\",\"width\":960,\"height\":500,\"naturalWidth\":1000,\"naturalHeight\":667,\"sizeSlug\":\"full\",\"sizeSlugTablet\":\"full\",\"sizeSlugMobile\":\"full\",\"customHeightSetDesktop\":true} -->\n<div class=\"wp-block-uagb-image uagb-block-6b305e44 wp-block-uagb-image--layout-default wp-block-uagb-image--effect-static wp-block-uagb-image--align-none\"><figure class=\"wp-block-uagb-image__figure\"><img srcset=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAAJDI0ZWY4NDc1LThjYjYtNDM3YS1iOTliLWNmOWQxYTJkMWU5MQ-1.png \" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAAJDI0ZWY4NDc1LThjYjYtNDM3YS1iOTliLWNmOWQxYTJkMWU5MQ-1.png\" alt=\"\" class=\"uag-image-1213\" width=\"960\" height=\"500\" title=\"\" loading=\"lazy\"/></figure></div>\n<!-- /wp:uagb/image --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"d42ca221\",\"widthDesktop\":25,\"variationSelected\":true,\"widthSetByUser\":true,\"UAGHideMob\":true,\"UAGResponsiveConditions\":true} -->\n<div class=\"wp-block-uagb-container uag-hide-mob uagb-block-d42ca221\"><!-- wp:uagb/image {\"block_id\":\"570413a0\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/bird-1-1024x683.jpg\",\"id\":1215,\"linkDestination\":\"none\",\"width\":480,\"height\":500,\"naturalWidth\":1024,\"naturalHeight\":683,\"sizeSlug\":\"large\",\"sizeSlugTablet\":\"large\",\"sizeSlugMobile\":\"large\",\"customHeightSetDesktop\":true} -->\n<div class=\"wp-block-uagb-image uagb-block-570413a0 wp-block-uagb-image--layout-default wp-block-uagb-image--effect-static wp-block-uagb-image--align-none\"><figure class=\"wp-block-uagb-image__figure\"><img srcset=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/bird-1-1024x683.jpg \" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/bird-1-1024x683.jpg\" alt=\"\" class=\"uag-image-1215\" width=\"480\" height=\"500\" title=\"\" loading=\"lazy\"/></figure></div>\n<!-- /wp:uagb/image --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"a86d786c\",\"widthDesktop\":25,\"variationSelected\":true,\"widthSetByUser\":true,\"UAGHideMob\":true,\"UAGResponsiveConditions\":true} -->\n<div class=\"wp-block-uagb-container uag-hide-mob uagb-block-a86d786c\"><!-- wp:uagb/image {\"block_id\":\"5c80075f\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/two-happy-boxers-1024x768.jpg\",\"id\":1216,\"linkDestination\":\"none\",\"width\":480,\"height\":500,\"naturalWidth\":1024,\"naturalHeight\":768,\"sizeSlug\":\"large\",\"sizeSlugTablet\":\"large\",\"sizeSlugMobile\":\"large\",\"customHeightSetDesktop\":true} -->\n<div class=\"wp-block-uagb-image uagb-block-5c80075f wp-block-uagb-image--layout-default wp-block-uagb-image--effect-static wp-block-uagb-image--align-none\"><figure class=\"wp-block-uagb-image__figure\"><img srcset=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/two-happy-boxers-1024x768.jpg \" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/two-happy-boxers-1024x768.jpg\" alt=\"\" class=\"uag-image-1216\" width=\"480\" height=\"500\" title=\"\" loading=\"lazy\"/></figure></div>\n<!-- /wp:uagb/image --></div>\n<!-- /wp:uagb/container --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"1fcacb2e\",\"backgroundType\":\"color\",\"backgroundSizeTablet\":\"cover\",\"backgroundSizeMobile\":\"cover\",\"backgroundColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"topPaddingDesktop\":120,\"bottomPaddingDesktop\":120,\"topPaddingTablet\":80,\"bottomPaddingTablet\":80,\"leftPaddingTablet\":30,\"rightPaddingTablet\":30,\"topPaddingMobile\":80,\"bottomPaddingMobile\":80,\"leftPaddingMobile\":20,\"rightPaddingMobile\":20,\"paddingLink\":false,\"variationSelected\":true,\"rowGapDesktop\":0,\"rowGapTablet\":0,\"isBlockRootParent\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-1fcacb2e alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/container {\"block_id\":\"df5bb083\",\"directionDesktop\":\"row\",\"alignItemsDesktop\":\"flex-end\",\"alignItemsTablet\":\"flex-end\",\"justifyContentDesktop\":\"flex-end\",\"justifyContentTablet\":\"space-between\",\"variationSelected\":true,\"rowGapMobile\":30,\"columnGapDesktop\":0} -->\n<div class=\"wp-block-uagb-container uagb-block-df5bb083\"><!-- wp:uagb/advanced-heading {\"block_id\":\"ae89d7dc\",\"classMigrate\":true,\"headingDescToggle\":true,\"subHeadingColor\":\"\",\"headSpace\":20,\"subHeadFontSize\":16} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-ae89d7dc\"><h2 class=\"uagb-heading-text\">Things to do in the area of Magaliesburg<br></h2><p class=\"uagb-desc-text\">Looking for more? Well, we believe that every guest walks into our lodge for the best experience. And, we are determined to do that.</p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/buttons {\"block_id\":\"51015a11\",\"classMigrate\":true,\"childMigrate\":true,\"align\":\"right\",\"alignTablet\":\"right\",\"alignMobile\":\"left\",\"gap\":0} -->\n<div class=\"wp-block-uagb-buttons uagb-buttons__outer-wrap uagb-btn__default-btn uagb-btn-tablet__default-btn uagb-btn-mobile__default-btn uagb-block-51015a11\"><div class=\"uagb-buttons__wrap uagb-buttons-layout-wrap\"><!-- wp:uagb/buttons-child {\"block_id\":\"29aa9eea\",\"label\":\"Get Bookings\",\"link\":\"#\",\"hColor\":\"\",\"borderWidth\":\"\",\"borderRadius\":\"\",\"borderStyle\":\"\",\"borderColor\":\"\",\"borderHColor\":\"\",\"btnBorderTopWidth\":1,\"btnBorderLeftWidth\":1,\"btnBorderRightWidth\":1,\"btnBorderBottomWidth\":1,\"btnBorderTopLeftRadius\":2,\"btnBorderTopRightRadius\":2,\"btnBorderBottomLeftRadius\":2,\"btnBorderBottomRightRadius\":2,\"btnBorderStyle\":\"solid\",\"btnBorderColor\":\"#333\",\"btnBorderHColor\":\"#333\"} -->\n<div class=\"wp-block-uagb-buttons-child uagb-buttons__outer-wrap uagb-block-29aa9eea wp-block-button is-style-outline\"><div class=\"uagb-button__wrapper\"><a class=\"uagb-buttons-repeater wp-block-button__link\" href=\"#\" rel=\"follow noopener\" target=\"_self\"><div class=\"uagb-button__link\">Get Bookings</div></a></div></div>\n<!-- /wp:uagb/buttons-child --></div></div>\n<!-- /wp:uagb/buttons --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"1172ce23\",\"directionDesktop\":\"row\",\"alignItemsTablet\":\"flex-start\",\"paddingLink\":false,\"topMarginDesktop\":54,\"bottomMarginDesktop\":0,\"leftMarginDesktop\":0,\"rightMarginDesktop\":0,\"topMarginTablet\":30,\"bottomMarginTablet\":0,\"leftMarginTablet\":0,\"rightMarginTablet\":0,\"marginLink\":false,\"variationSelected\":true,\"rowGapMobile\":65,\"columnGapDesktop\":48,\"columnGapTablet\":20} -->\n<div class=\"wp-block-uagb-container uagb-block-1172ce23\"><!-- wp:uagb/info-box {\"classMigrate\":true,\"headingAlign\":\"left\",\"headingColor\":\"\",\"subHeadingColor\":\"\",\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"source_type\":\"image\",\"block_id\":\"a599019d\",\"ctaTarget\":true,\"ctaType\":\"text\",\"ctaText\":\"READ MORE\",\"ctaLink\":\"https://www.sundowner.co.za/rooms/magalies-barbus-haven/\",\"ctaLinkColor\":\"var(\\u002d\\u002dast-global-color-0)\",\"ctaDecoration\":\"underline\",\"ctaFontSize\":12,\"ctaFontWeight\":\"600\",\"ctaLetterSpacing\":2,\"ctaBorderColor\":\"\",\"ctaBorderStyle\":\"\",\"ctaBorderWidth\":\"\",\"ctaBorderRadius\":\"\",\"iconBottomMargin\":30,\"iconImage\":{\"uploading\":false,\"date\":1671106052000,\"filename\":\"41b46e52d7427ea1f6f135454e9a012f.png\",\"menuOrder\":0,\"uploadedTo\":762,\"type\":\"image\",\"subtype\":\"png\",\"id\":1222,\"title\":\"41b46e52d7427ea1f6f135454e9a012f\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/41b46e52d7427ea1f6f135454e9a012f.png\",\"link\":\"https://blueroan.netgen.cloud/amenities/41b46e52d7427ea1f6f135454e9a012f/\",\"alt\":\"\",\"author\":\"2\",\"description\":\"\",\"caption\":\"\",\"name\":\"41b46e52d7427ea1f6f135454e9a012f\",\"status\":\"inherit\",\"modified\":1671106052000,\"mime\":\"image/png\",\"icon\":\"https://blueroan.netgen.cloud/wp-includes/images/media/default.png\",\"dateFormatted\":\"December 15, 2022\",\"nonces\":{\"update\":\"a33de4f0ef\",\"delete\":\"e6f9dee199\",\"edit\":\"6d436328bf\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=1222\\u0026action=edit\",\"meta\":false,\"authorName\":\"Netgen Support\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/profile.php\",\"uploadedToTitle\":\"Amenities\",\"uploadedToLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=762\\u0026action=edit\",\"filesizeInBytes\":326854,\"filesizeHumanReadable\":\"319 KB\",\"context\":\"\",\"height\":440,\"width\":370,\"orientation\":\"portrait\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/41b46e52d7427ea1f6f135454e9a012f-150x150.png\",\"orientation\":\"landscape\"},\"medium\":{\"height\":300,\"width\":252,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/41b46e52d7427ea1f6f135454e9a012f-252x300.png\",\"orientation\":\"portrait\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/41b46e52d7427ea1f6f135454e9a012f.png\",\"height\":440,\"width\":370,\"orientation\":\"portrait\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"imageSize\":\"full\",\"imageWidth\":100,\"imageWidthMobile\":100,\"imageWidthTablet\":100,\"paddingBtnTop\":10,\"paddingBtnBottom\":10,\"paddingBtnLeft\":14,\"paddingBtnRight\":14,\"imageWidthUnit\":\"%\",\"imageWidthUnitTablet\":\"%\",\"imageWidthUnitMobile\":\"%\",\"subHeadTopMargin\":0,\"subHeadRightMargin\":40,\"subHeadLeftMargin\":0,\"subHeadMarginTopTablet\":0,\"subHeadMarginRightTablet\":0,\"subHeadTabletSpace\":20,\"subHeadMarginLeftTablet\":0,\"imgTagHeight\":118,\"imgTagWidth\":370,\"btnBorderTopWidth\":1,\"btnBorderLeftWidth\":1,\"btnBorderRightWidth\":1,\"btnBorderBottomWidth\":1,\"btnBorderTopLeftRadius\":0,\"btnBorderTopRightRadius\":0,\"btnBorderBottomLeftRadius\":0,\"btnBorderBottomRightRadius\":0,\"btnBorderStyle\":\"solid\",\"btnBorderColor\":\"#333\"} -->\n<div class=\"wp-block-uagb-info-box uagb-block-a599019d uagb-infobox__content-wrap  uagb-infobox-icon-above-title uagb-infobox-image-valign-top\"><div class=\"uagb-ifb-content\"><div class=\"uagb-ifb-image-content\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/41b46e52d7427ea1f6f135454e9a012f.png\" alt=\"\" width=\"100\" height=\"118\" loading=\"lazy\"/></div><div class=\"uagb-ifb-title-wrap\"><h3 class=\"uagb-ifb-title\">Fishing at Barbus Haven </h3></div><p class=\"uagb-ifb-desc\">The 2.5 hr Introductory fly fishing clinics cover the basic techniques required to fly fish effectively. </p><div class=\"uagb-ifb-button-wrapper wp-block-button\"><a href=\"https://www.sundowner.co.za/rooms/magalies-barbus-haven/\" target=\"_blank\" class=\"uagb-infobox-cta-link\" rel=\"noopener noreferrer\" alt=\"\"><span class=\"uagb-inline-editing\">READ MORE</span><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M504.3 273.6l-112.1 104c-6.992 6.484-17.18 8.218-25.94 4.406c-8.758-3.812-14.42-12.45-14.42-21.1L351.9 288H32C14.33 288 .0002 273.7 .0002 255.1S14.33 224 32 224h319.9l0-72c0-9.547 5.66-18.19 14.42-22c8.754-3.809 18.95-2.075 25.94 4.41l112.1 104C514.6 247.9 514.6 264.1 504.3 273.6z\"></path></svg></a></div></div></div>\n<!-- /wp:uagb/info-box -->\n\n<!-- wp:uagb/info-box {\"classMigrate\":true,\"headingAlign\":\"left\",\"headingColor\":\"\",\"subHeadingColor\":\"\",\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"source_type\":\"image\",\"block_id\":\"ea2b690e\",\"ctaTarget\":true,\"ctaType\":\"text\",\"ctaText\":\"READ MORE\",\"ctaLink\":\"https://www.thekingfisherlodge.co.za/activities/\",\"ctaLinkColor\":\"var(\\u002d\\u002dast-global-color-0)\",\"ctaDecoration\":\"underline\",\"ctaFontSize\":12,\"ctaFontWeight\":\"600\",\"ctaLetterSpacing\":2,\"ctaBorderColor\":\"\",\"ctaBorderStyle\":\"\",\"ctaBorderWidth\":\"\",\"ctaBorderRadius\":\"\",\"iconBottomMargin\":30,\"iconImage\":{\"uploading\":false,\"date\":1671106415000,\"filename\":\"IMG-20180619-WA0004.png\",\"menuOrder\":0,\"uploadedTo\":762,\"type\":\"image\",\"subtype\":\"png\",\"id\":1225,\"title\":\"IMG-20180619-WA0004\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/IMG-20180619-WA0004.png\",\"link\":\"https://blueroan.netgen.cloud/amenities/img-20180619-wa0004/\",\"alt\":\"\",\"author\":\"2\",\"description\":\"\",\"caption\":\"\",\"name\":\"img-20180619-wa0004\",\"status\":\"inherit\",\"modified\":1671106415000,\"mime\":\"image/png\",\"icon\":\"https://blueroan.netgen.cloud/wp-includes/images/media/default.png\",\"dateFormatted\":\"December 15, 2022\",\"nonces\":{\"update\":\"e988b6351d\",\"delete\":\"5d512e9cd1\",\"edit\":\"3a331dfabd\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=1225\\u0026action=edit\",\"meta\":false,\"authorName\":\"Netgen Support\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/profile.php\",\"uploadedToTitle\":\"Amenities\",\"uploadedToLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=762\\u0026action=edit\",\"filesizeInBytes\":276116,\"filesizeHumanReadable\":\"270 KB\",\"context\":\"\",\"height\":440,\"width\":370,\"orientation\":\"portrait\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/IMG-20180619-WA0004-150x150.png\",\"orientation\":\"landscape\"},\"medium\":{\"height\":300,\"width\":252,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/IMG-20180619-WA0004-252x300.png\",\"orientation\":\"portrait\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/IMG-20180619-WA0004.png\",\"height\":440,\"width\":370,\"orientation\":\"portrait\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"imageSize\":\"full\",\"imageWidth\":100,\"imageWidthMobile\":100,\"imageWidthTablet\":100,\"paddingBtnTop\":10,\"paddingBtnBottom\":10,\"paddingBtnLeft\":14,\"paddingBtnRight\":14,\"imageWidthUnit\":\"%\",\"imageWidthUnitTablet\":\"%\",\"imageWidthUnitMobile\":\"%\",\"subHeadTopMargin\":0,\"subHeadRightMargin\":40,\"subHeadLeftMargin\":0,\"subHeadMarginTopTablet\":0,\"subHeadMarginRightTablet\":0,\"subHeadTabletSpace\":20,\"subHeadMarginLeftTablet\":0,\"imgTagHeight\":118,\"imgTagWidth\":370,\"btnBorderTopWidth\":1,\"btnBorderLeftWidth\":1,\"btnBorderRightWidth\":1,\"btnBorderBottomWidth\":1,\"btnBorderTopLeftRadius\":0,\"btnBorderTopRightRadius\":0,\"btnBorderBottomLeftRadius\":0,\"btnBorderBottomRightRadius\":0,\"btnBorderStyle\":\"solid\",\"btnBorderColor\":\"#333\"} -->\n<div class=\"wp-block-uagb-info-box uagb-block-ea2b690e uagb-infobox__content-wrap  uagb-infobox-icon-above-title uagb-infobox-image-valign-top\"><div class=\"uagb-ifb-content\"><div class=\"uagb-ifb-image-content\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/IMG-20180619-WA0004.png\" alt=\"\" width=\"100\" height=\"118\" loading=\"lazy\"/></div><div class=\"uagb-ifb-title-wrap\"><h3 class=\"uagb-ifb-title\">Fishing at Kingfisher </h3></div><p class=\"uagb-ifb-desc\">The opportunity to fish for Rainbow Trout or the elusive Brown Trout. Kingfisher offers rod hires at their venue. <br></p><div class=\"uagb-ifb-button-wrapper wp-block-button\"><a href=\"https://www.thekingfisherlodge.co.za/activities/\" target=\"_blank\" class=\"uagb-infobox-cta-link\" rel=\"noopener noreferrer\" alt=\"\"><span class=\"uagb-inline-editing\">READ MORE</span><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M504.3 273.6l-112.1 104c-6.992 6.484-17.18 8.218-25.94 4.406c-8.758-3.812-14.42-12.45-14.42-21.1L351.9 288H32C14.33 288 .0002 273.7 .0002 255.1S14.33 224 32 224h319.9l0-72c0-9.547 5.66-18.19 14.42-22c8.754-3.809 18.95-2.075 25.94 4.41l112.1 104C514.6 247.9 514.6 264.1 504.3 273.6z\"></path></svg></a></div></div></div>\n<!-- /wp:uagb/info-box -->\n\n<!-- wp:uagb/info-box {\"classMigrate\":true,\"headingAlign\":\"left\",\"headingColor\":\"\",\"subHeadingColor\":\"\",\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"source_type\":\"image\",\"block_id\":\"0624a41d\",\"ctaType\":\"text\",\"ctaText\":\"READ MORE\",\"ctaLinkColor\":\"var(\\u002d\\u002dast-global-color-0)\",\"ctaDecoration\":\"underline\",\"ctaFontSize\":12,\"ctaFontWeight\":\"600\",\"ctaLetterSpacing\":2,\"ctaBorderColor\":\"\",\"ctaBorderStyle\":\"\",\"ctaBorderWidth\":\"\",\"ctaBorderRadius\":\"\",\"iconBottomMargin\":30,\"iconImage\":{\"id\":241,\"title\":\"beach\",\"filename\":\"beach.jpg\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/beach.jpg\",\"link\":\"https://blueroan.netgen.cloud/beach/\",\"alt\":\"\",\"author\":\"34\",\"description\":\"\",\"caption\":\"\",\"name\":\"beach\",\"status\":\"inherit\",\"uploadedTo\":0,\"date\":\"2021-05-11T10:56:06.000Z\",\"modified\":\"2021-05-11T10:56:06.000Z\",\"menuOrder\":0,\"mime\":\"image/jpeg\",\"type\":\"image\",\"subtype\":\"jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/default.png\",\"dateFormatted\":\"May 11, 2021\",\"nonces\":{\"update\":\"65c348aac8\",\"delete\":\"6d551f7cf4\",\"edit\":\"026ca70d91\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=241\\u0026action=edit\",\"meta\":false,\"authorName\":\"Rishabh\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/user-edit.php?user_id=34\",\"filesizeInBytes\":38094,\"filesizeHumanReadable\":\"37 KB\",\"context\":\"\",\"height\":440,\"width\":370,\"orientation\":\"portrait\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/beach-150x150.jpg\",\"orientation\":\"landscape\"},\"medium\":{\"height\":300,\"width\":252,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/beach-252x300-1.jpg\",\"orientation\":\"portrait\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/beach.jpg\",\"height\":440,\"width\":370,\"orientation\":\"portrait\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"imageSize\":\"full\",\"imageWidth\":100,\"imageWidthMobile\":100,\"imageWidthTablet\":100,\"paddingBtnTop\":10,\"paddingBtnBottom\":10,\"paddingBtnLeft\":14,\"paddingBtnRight\":14,\"imageWidthUnit\":\"%\",\"imageWidthUnitTablet\":\"%\",\"imageWidthUnitMobile\":\"%\",\"subHeadTopMargin\":0,\"subHeadRightMargin\":40,\"subHeadLeftMargin\":0,\"subHeadMarginTopTablet\":0,\"subHeadMarginRightTablet\":0,\"subHeadTabletSpace\":20,\"subHeadMarginLeftTablet\":0,\"imgTagHeight\":118,\"imgTagWidth\":370,\"btnBorderTopWidth\":1,\"btnBorderLeftWidth\":1,\"btnBorderRightWidth\":1,\"btnBorderBottomWidth\":1,\"btnBorderTopLeftRadius\":0,\"btnBorderTopRightRadius\":0,\"btnBorderBottomLeftRadius\":0,\"btnBorderBottomRightRadius\":0,\"btnBorderStyle\":\"solid\",\"btnBorderColor\":\"#333\"} -->\n<div class=\"wp-block-uagb-info-box uagb-block-0624a41d uagb-infobox__content-wrap  uagb-infobox-icon-above-title uagb-infobox-image-valign-top\"><div class=\"uagb-ifb-content\"><div class=\"uagb-ifb-image-content\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/beach.jpg\" alt=\"\" width=\"100\" height=\"118\" loading=\"lazy\"/></div><div class=\"uagb-ifb-title-wrap\"><h3 class=\"uagb-ifb-title\">Private Beach​</h3></div><p class=\"uagb-ifb-desc\">Want to take a dip into the sea? All our guests get complimentary access to our private beach.</p><div class=\"uagb-ifb-button-wrapper wp-block-button\"><a href=\"\" target=\"_self\" class=\"uagb-infobox-cta-link uagb-disable-link\" rel=\"noopener noreferrer\" alt=\"\"><span class=\"uagb-inline-editing\">READ MORE</span><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M504.3 273.6l-112.1 104c-6.992 6.484-17.18 8.218-25.94 4.406c-8.758-3.812-14.42-12.45-14.42-21.1L351.9 288H32C14.33 288 .0002 273.7 .0002 255.1S14.33 224 32 224h319.9l0-72c0-9.547 5.66-18.19 14.42-22c8.754-3.809 18.95-2.075 25.94 4.41l112.1 104C514.6 247.9 514.6 264.1 504.3 273.6z\"></path></svg></a></div></div></div>\n<!-- /wp:uagb/info-box --></div>\n<!-- /wp:uagb/container --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"996638b2\",\"backgroundType\":\"color\",\"backgroundSizeTablet\":\"cover\",\"backgroundSizeMobile\":\"cover\",\"backgroundColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"topPaddingDesktop\":50,\"bottomPaddingDesktop\":100,\"topPaddingTablet\":50,\"bottomPaddingTablet\":25,\"leftPaddingTablet\":20,\"rightPaddingTablet\":20,\"topPaddingMobile\":50,\"bottomPaddingMobile\":20,\"leftPaddingMobile\":20,\"rightPaddingMobile\":20,\"paddingLink\":false,\"variationSelected\":true,\"rowGapDesktop\":0,\"isBlockRootParent\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-996638b2 alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/container {\"block_id\":\"85f2d9bc\",\"directionDesktop\":\"row\",\"alignItemsTablet\":\"flex-start\",\"paddingLink\":false,\"topMarginDesktop\":50,\"bottomMarginDesktop\":20,\"leftMarginDesktop\":0,\"rightMarginDesktop\":0,\"marginLink\":false,\"variationSelected\":true,\"rowGapMobile\":65,\"columnGapDesktop\":48,\"columnGapTablet\":20} -->\n<div class=\"wp-block-uagb-container uagb-block-85f2d9bc\"><!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"align\":\"center\",\"id\":1222,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image aligncenter size-full\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/41b46e52d7427ea1f6f135454e9a012f.png\" alt=\"\" class=\"wp-image-1222\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"textAlign\":\"center\",\"level\":3} -->\n<h3 class=\"has-text-align-center\">Fishing </h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>The dam has trout (stocked), bass, vlei Kuper and carp. Fly fishers seeking a unique challenge visit our establishment in search of the large &amp; small scale Yellow fish.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:buttons -->\n<div class=\"wp-block-buttons\"><!-- wp:button {\"align\":\"left\"} -->\n<div class=\"wp-block-button alignleft\"><a class=\"wp-block-button__link wp-element-button\" href=\"https://www.sundowner.co.za/rooms/magalies-barbus-haven/\" target=\"_blank\" rel=\"noreferrer noopener\">Barbus Haven</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons -->\n\n<!-- wp:paragraph -->\n<p>The opportunity to fish for Rainbow Trout or the elusive Brown Trout. Kingfisher offers rod hires at their venue. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:buttons -->\n<div class=\"wp-block-buttons\"><!-- wp:button {\"align\":\"left\"} -->\n<div class=\"wp-block-button alignleft\"><a class=\"wp-block-button__link wp-element-button\" href=\"https://www.thekingfisherlodge.co.za/activities/\" target=\"_blank\" rel=\"noreferrer noopener\">Kingfisher</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":1235,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Maseke-MTB-MvZ-3-1024x683-1.png\" alt=\"\" class=\"wp-image-1235\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>Mountain biking </h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>It is a privately owned nature reserve that offers mountain biking.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:spacer {\"height\":\"20px\"} -->\n<div style=\"height:20px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:buttons -->\n<div class=\"wp-block-buttons\"><!-- wp:button -->\n<div class=\"wp-block-button\"><a class=\"wp-block-button__link wp-element-button\" href=\"http://ingwebushcamp.yolasite.com/\" target=\"_blank\" rel=\"noreferrer noopener\">Ingwe Bush Camp&nbsp;</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons -->\n\n<!-- wp:paragraph -->\n<p>With over 80km of trails, Van Gaalen&nbsp;has something to offer for every kind of athlete, from beginner to advanced.<br></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:buttons -->\n<div class=\"wp-block-buttons\"><!-- wp:button -->\n<div class=\"wp-block-button\"><a class=\"wp-block-button__link wp-element-button\" href=\"https://www.vangaalen.co.za/products\" target=\"_blank\" rel=\"noreferrer noopener\">Van Gaalen\'s</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":830,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/ef9d0188da11e2bc56788f5619d9d539.png\" alt=\"\" class=\"wp-image-830\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>Quad biking </h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>We have quads suitable for kiddies, tweens, teens, and adults. We have mini quads and fully automatic 150cc quads.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:buttons -->\n<div class=\"wp-block-buttons\"><!-- wp:button -->\n<div class=\"wp-block-button\"><a class=\"wp-block-button__link wp-element-button\" href=\"https://www.saddlecreekadventures.co.za/activity/quad-biking/\" target=\"_blank\" rel=\"noreferrer noopener\">Saddle Creek Ranch</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons -->\n\n<!-- wp:paragraph -->\n<p>A 700-meter monster track, the longest and most exciting track in Gauteng!</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:buttons -->\n<div class=\"wp-block-buttons\"><!-- wp:button -->\n<div class=\"wp-block-button\"><a class=\"wp-block-button__link wp-element-button\" href=\"http://www.swartkrans.co.za/\" target=\"_blank\" rel=\"noreferrer noopener\">Swartkrans Go-Karting&nbsp;</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"align\":\"center\",\"id\":1198,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image aligncenter size-full\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/eyJidWNrZXQiOiJhc3NldHMuYWxsdHJhaWxzLmNvbSIsImtleSI6InVwbG9hZHMvcGhvdG8vaW1hZ2UvNDMxNzk4MTAvYjZkYTAz-1.png\" alt=\"\" class=\"wp-image-1198\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>Walking or hiking </h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>There is a well-kept walking trail on our property with plenty of bird life and some benches along the way. &nbsp;It is safe for dogs to run off-leash as it is completely fenced all around. &nbsp;For those who enjoy long walks and hikes, it is safe to cross onto neighbouring farms and go as far as the eye can see.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":1185,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/49089607_1950305445047847_5177863042771189760_n.png\" alt=\"\" class=\"wp-image-1185\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>Mountain biking </h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Bring your mountain bikes and explore the surrounding countryside on safe off-road tracks on our property and on neighbouring farms.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":1196,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Michelle_1.png\" alt=\"\" class=\"wp-image-1196\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>Horse riding </h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Interested riders can book at one of the recommended horse-riding establishments listed further down this page.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"61a4e319\",\"innerContentCustomWidthDesktop\":781,\"innerContentCustomWidthTablet\":781,\"backgroundType\":\"image\",\"backgroundImageDesktop\":{\"id\":54,\"title\":\"background-img\",\"filename\":\"background-img-1.jpg\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/background-img-1.jpg\",\"link\":\"https://blueroan.netgen.cloud/background-img-2/\",\"alt\":\"\",\"author\":\"34\",\"description\":\"\",\"caption\":\"\",\"name\":\"background-img-2\",\"status\":\"inherit\",\"uploadedTo\":0,\"date\":\"2021-05-07T10:11:37.000Z\",\"modified\":\"2021-05-07T10:11:37.000Z\",\"menuOrder\":0,\"mime\":\"image/jpeg\",\"type\":\"image\",\"subtype\":\"jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/default.png\",\"dateFormatted\":\"May 7, 2021\",\"nonces\":{\"update\":\"bb999636b9\",\"delete\":\"d2e1375bc4\",\"edit\":\"005dd2f0c9\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=54\\u0026action=edit\",\"meta\":false,\"authorName\":\"Rishabh\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/user-edit.php?user_id=34\",\"filesizeInBytes\":338858,\"filesizeHumanReadable\":\"331 KB\",\"context\":\"\",\"height\":1080,\"width\":1920,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/background-img-1-150x150.jpg\",\"orientation\":\"landscape\"},\"medium\":{\"height\":169,\"width\":300,\"url\":\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/background-img-1-300x169.jpg\",\"orientation\":\"landscape\"},\"large\":{\"height\":576,\"width\":1024,\"url\":\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/background-img-1-1024x576.jpg\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/background-img-1.jpg\",\"height\":1080,\"width\":1920,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"backgroundImageColor\":\"rgba(42,42,42,0.65)\",\"topPaddingDesktop\":144,\"bottomPaddingDesktop\":144,\"leftPaddingDesktop\":40,\"rightPaddingDesktop\":40,\"topPaddingTablet\":80,\"bottomPaddingTablet\":80,\"leftPaddingTablet\":40,\"rightPaddingTablet\":40,\"topPaddingMobile\":64,\"bottomPaddingMobile\":64,\"leftPaddingMobile\":24,\"rightPaddingMobile\":24,\"paddingLink\":false,\"variationSelected\":true,\"isBlockRootParent\":true,\"overlayType\":\"color\"} -->\n<div class=\"wp-block-uagb-container uagb-block-61a4e319 alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/advanced-heading {\"block_id\":\"0024e4b0\",\"classMigrate\":true,\"headingDescToggle\":true,\"headingAlign\":\"center\",\"headingColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"subHeadingColor\":\"var(\\u002d\\u002dast-global-color-4)\",\"headSpace\":20} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-0024e4b0\"><h2 class=\"uagb-heading-text\">Plan an Unforgettable Experience in Mykonos Today!</h2><p class=\"uagb-desc-text\">We can help you fit your stay and experience within your allotted budget.</p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/advanced-heading {\"block_id\":\"2b2ffd55\",\"classMigrate\":true,\"headingTitleToggle\":false,\"headingDescToggle\":true,\"headingAlign\":\"center\",\"subHeadingColor\":\"var(\\u002d\\u002dast-global-color-4)\",\"subHeadTransform\":\"uppercase\",\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"subHeadLetterSpacing\":2,\"blockTopPadding\":60,\"blockRightPadding\":0,\"blockLeftPadding\":0,\"blockBottomPadding\":0,\"blockTopPaddingMobile\":30,\"blockRightPaddingMobile\":0,\"blockLeftPaddingMobile\":0,\"blockBottomPaddingMobile\":0} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-2b2ffd55\"><p class=\"uagb-desc-text\">BOOK YOUR STAY NOW​</p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/icon-list {\"block_id\":\"1828eb6d\",\"classMigrate\":true,\"childMigrate\":true,\"align\":\"center\",\"parentIcon\":\"phone\",\"size\":40,\"sizeMobile\":24,\"sizeTablet\":32,\"fontSize\":48,\"fontSizeMobile\":28,\"fontSizeTablet\":40,\"fontWeight\":\"600\",\"iconColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"labelColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"blockTopPadding\":0,\"blockRightPadding\":0,\"blockLeftPadding\":0,\"blockBottomPadding\":24,\"blockPaddingLink\":false} -->\n<div class=\"wp-block-uagb-icon-list uagb-block-1828eb6d\"><div class=\"uagb-icon-list__wrap\"><!-- wp:uagb/icon-list-child {\"block_id\":\"d91b3ec3\",\"label\":\"+1-123 456 7890​\",\"label_color\":\"\",\"fromParentIcon\":\"phone\",\"imageSizeChild\":40} -->\n<div class=\"wp-block-uagb-icon-list-child uagb-block-d91b3ec3\"><span class=\"uagb-icon-list__source-wrap\"><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M511.2 387l-23.25 100.8c-3.266 14.25-15.79 24.22-30.46 24.22C205.2 512 0 306.8 0 54.5c0-14.66 9.969-27.2 24.22-30.45l100.8-23.25C139.7-2.602 154.7 5.018 160.8 18.92l46.52 108.5c5.438 12.78 1.77 27.67-8.98 36.45L144.5 207.1c33.98 69.22 90.26 125.5 159.5 159.5l44.08-53.8c8.688-10.78 23.69-14.51 36.47-8.975l108.5 46.51C506.1 357.2 514.6 372.4 511.2 387z\"></path></svg></span><span class=\"uagb-icon-list__label\">+1-123 456 7890​</span></div>\n<!-- /wp:uagb/icon-list-child --></div></div>\n<!-- /wp:uagb/icon-list --></div></div>\n<!-- /wp:uagb/container -->',	'Amenities',	'',	'inherit',	'closed',	'closed',	'',	'762-revision-v1',	'',	'',	'2022-12-15 12:37:29',	'2022-12-15 12:37:29',	'',	762,	'https://blueroan.netgen.cloud/?p=1240',	0,	'revision',	'',	0),
(1241,	2,	'2022-12-15 12:38:08',	'2022-12-15 12:38:08',	'<!-- wp:uagb/container {\"block_id\":\"b933a712\",\"backgroundType\":\"image\",\"backgroundImageDesktop\":{\"id\":1007,\"title\":\"AAEAAQAAAAAAAAAAAAAAJDg5NmY0ZGUxLWE4MTgtNDY5NC1iODFhLTBmN2Q0ZDc5ZWFiNw-1\",\"filename\":\"AAEAAQAAAAAAAAAAAAAAJDg5NmY0ZGUxLWE4MTgtNDY5NC1iODFhLTBmN2Q0ZDc5ZWFiNw-1.png\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAAJDg5NmY0ZGUxLWE4MTgtNDY5NC1iODFhLTBmN2Q0ZDc5ZWFiNw-1.png\",\"link\":\"https://blueroan.netgen.cloud/the-barn/aaeaaqaaaaaaaaaaaaaajdg5nmy0zguxlwe4mtgtndy5nc1iodfhltbmn2q0zdc5zwfinw-1/\",\"alt\":\"\",\"author\":\"2\",\"description\":\"\",\"caption\":\"\",\"name\":\"aaeaaqaaaaaaaaaaaaaajdg5nmy0zguxlwe4mtgtndy5nc1iodfhltbmn2q0zdc5zwfinw-1\",\"status\":\"inherit\",\"uploadedTo\":948,\"date\":\"2022-12-14T10:50:25.000Z\",\"modified\":\"2022-12-14T10:50:25.000Z\",\"menuOrder\":0,\"mime\":\"image/png\",\"type\":\"image\",\"subtype\":\"png\",\"icon\":\"https://blueroan.netgen.cloud/wp-includes/images/media/default.png\",\"dateFormatted\":\"December 14, 2022\",\"nonces\":{\"update\":\"483f8bdf3d\",\"delete\":\"0a7ebc92ef\",\"edit\":\"6bc1c6a685\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=1007\\u0026action=edit\",\"meta\":false,\"authorName\":\"Netgen Support\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/profile.php\",\"uploadedToTitle\":\"The Barn\",\"uploadedToLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=948\\u0026action=edit\",\"filesizeInBytes\":1348989,\"filesizeHumanReadable\":\"1 MB\",\"context\":\"\",\"height\":667,\"width\":1000,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAAJDg5NmY0ZGUxLWE4MTgtNDY5NC1iODFhLTBmN2Q0ZDc5ZWFiNw-1-150x150.png\",\"orientation\":\"landscape\"},\"medium\":{\"height\":200,\"width\":300,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAAJDg5NmY0ZGUxLWE4MTgtNDY5NC1iODFhLTBmN2Q0ZDc5ZWFiNw-1-300x200.png\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAAJDg5NmY0ZGUxLWE4MTgtNDY5NC1iODFhLTBmN2Q0ZDc5ZWFiNw-1.png\",\"height\":667,\"width\":1000,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"backgroundPositionDesktop\":{\"x\":0.61,\"y\":0.52},\"backgroundSizeTablet\":\"cover\",\"backgroundSizeMobile\":\"cover\",\"backgroundColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"backgroundImageColor\":\"rgba(42,42,42,0.5)\",\"topPaddingDesktop\":220,\"bottomPaddingDesktop\":150,\"topPaddingTablet\":170,\"bottomPaddingTablet\":160,\"leftPaddingTablet\":30,\"rightPaddingTablet\":30,\"topPaddingMobile\":180,\"bottomPaddingMobile\":80,\"leftPaddingMobile\":20,\"rightPaddingMobile\":20,\"paddingLink\":false,\"variationSelected\":true,\"isBlockRootParent\":true,\"overlayType\":\"color\"} -->\n<div class=\"wp-block-uagb-container uagb-block-b933a712 alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/advanced-heading {\"block_id\":\"59782f5a\",\"classMigrate\":true,\"headingDescToggle\":true,\"headingColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"subHeadingColor\":\"var(\\u002d\\u002dast-global-color-4)\",\"headingTag\":\"h1\",\"headSpace\":20,\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"blockTopPadding\":0,\"blockRightPadding\":50,\"blockLeftPadding\":0,\"blockBottomPadding\":0,\"blockTopPaddingTablet\":0,\"blockRightPaddingTablet\":20,\"blockLeftPaddingTablet\":0,\"blockBottomPaddingTablet\":0,\"blockTopPaddingMobile\":0,\"blockRightPaddingMobile\":0,\"blockLeftPaddingMobile\":0,\"blockBottomPaddingMobile\":0,\"blockPaddingUnit\":\"%\",\"blockPaddingUnitTablet\":\"%\"} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-59782f5a\"><h1 class=\"uagb-heading-text\">Amenities &amp; Interests​</h1><p class=\"uagb-desc-text\">We do not give you just rooms to stay in. We give you an environment where you can experience the best while on a holiday with us. </p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:buttons -->\n<div class=\"wp-block-buttons\"><!-- wp:button -->\n<div class=\"wp-block-button\"><a class=\"wp-block-button__link wp-element-button\" href=\"https://book.nightsbridge.com/11065\" target=\"_blank\" rel=\"noreferrer noopener\">BOOK NOW</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"189be062\",\"backgroundType\":\"color\",\"backgroundSizeTablet\":\"cover\",\"backgroundSizeMobile\":\"cover\",\"backgroundColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"topPaddingDesktop\":50,\"bottomPaddingDesktop\":100,\"topPaddingTablet\":50,\"bottomPaddingTablet\":25,\"leftPaddingTablet\":20,\"rightPaddingTablet\":20,\"topPaddingMobile\":50,\"bottomPaddingMobile\":20,\"leftPaddingMobile\":20,\"rightPaddingMobile\":20,\"paddingLink\":false,\"variationSelected\":true,\"rowGapDesktop\":0,\"isBlockRootParent\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-189be062 alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/container {\"block_id\":\"c1899035\",\"directionDesktop\":\"row\",\"alignItemsTablet\":\"flex-start\",\"paddingLink\":false,\"topMarginDesktop\":50,\"bottomMarginDesktop\":20,\"leftMarginDesktop\":0,\"rightMarginDesktop\":0,\"marginLink\":false,\"variationSelected\":true,\"rowGapMobile\":65,\"columnGapDesktop\":48,\"columnGapTablet\":20} -->\n<div class=\"wp-block-uagb-container uagb-block-c1899035\"><!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"align\":\"center\",\"id\":828,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image aligncenter size-full\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Blue-Roan-pool.png\" alt=\"Blue Roan\'s rock pool\" class=\"wp-image-828\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>A relaxing rock Pool​</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>We have a lovely sparkling blue rock pool next to a thatched Lapa. &nbsp;&nbsp;Lie on recliners on the green lawn or sit on the swing chair in the Lapa and enjoy the panoramic view of the Magaliesberg mountain range.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":829,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/img-20160605-wa0002-largejpg.png\" alt=\"\" class=\"wp-image-829\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>Braai facilities </h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>What can compare to a burning fire under the star-lit African sky? Nothing beats the flavor of cooking over an open flame.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":830,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/ef9d0188da11e2bc56788f5619d9d539.png\" alt=\"\" class=\"wp-image-830\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>A games room </h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>The reception is also a games room for those who enjoy darts or playing pool. &nbsp;Take a selection of DVDs back to your room and watch movies on your own DVD player. &nbsp;There is also a selection of board games and music CDs that you can borrow.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"align\":\"center\",\"id\":1198,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image aligncenter size-full\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/eyJidWNrZXQiOiJhc3NldHMuYWxsdHJhaWxzLmNvbSIsImtleSI6InVwbG9hZHMvcGhvdG8vaW1hZ2UvNDMxNzk4MTAvYjZkYTAz-1.png\" alt=\"\" class=\"wp-image-1198\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>Walking or hiking </h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>There is a well-kept walking trail on our property with plenty of bird life and some benches along the way. &nbsp;It is safe for dogs to run off-leash as it is completely fenced all around. &nbsp;For those who enjoy long walks and hikes, it is safe to cross onto neighbouring farms and go as far as the eye can see.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":1185,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/49089607_1950305445047847_5177863042771189760_n.png\" alt=\"\" class=\"wp-image-1185\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>Mountain biking </h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Bring your mountain bikes and explore the surrounding countryside on safe off-road tracks on our property and on neighbouring farms.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":1196,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Michelle_1.png\" alt=\"\" class=\"wp-image-1196\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>Horse riding </h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Interested riders can book at one of the recommended horse-riding establishments listed further down this page.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"1ee9eb9d\",\"innerContentWidth\":\"alignfull\",\"directionDesktop\":\"row\",\"wrapTablet\":\"wrap\",\"variationSelected\":true,\"rowGapTablet\":0,\"columnGapDesktop\":0,\"isBlockRootParent\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-1ee9eb9d alignfull uagb-is-root-container\"><!-- wp:uagb/container {\"block_id\":\"69dc109b\",\"widthDesktop\":25,\"widthTablet\":50,\"variationSelected\":true,\"widthSetByUser\":true,\"UAGHideMob\":true,\"UAGResponsiveConditions\":true} -->\n<div class=\"wp-block-uagb-container uag-hide-mob uagb-block-69dc109b\"><!-- wp:uagb/image {\"block_id\":\"14992b80\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-18-1-1024x768.jpg\",\"id\":1208,\"linkDestination\":\"none\",\"width\":480,\"height\":500,\"naturalWidth\":1024,\"naturalHeight\":768,\"sizeSlug\":\"large\",\"sizeSlugTablet\":\"large\",\"sizeSlugMobile\":\"large\",\"customHeightSetDesktop\":true} -->\n<div class=\"wp-block-uagb-image uagb-block-14992b80 wp-block-uagb-image--layout-default wp-block-uagb-image--effect-static wp-block-uagb-image--align-none\"><figure class=\"wp-block-uagb-image__figure\"><img srcset=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-18-1-1024x768.jpg \" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-18-1-1024x768.jpg\" alt=\"\" class=\"uag-image-1208\" width=\"480\" height=\"500\" title=\"\" loading=\"lazy\"/></figure></div>\n<!-- /wp:uagb/image --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"d254aefb\",\"widthDesktop\":25,\"widthTablet\":50,\"variationSelected\":true,\"widthSetByUser\":true,\"UAGHideMob\":true,\"UAGResponsiveConditions\":true} -->\n<div class=\"wp-block-uagb-container uag-hide-mob uagb-block-d254aefb\"><!-- wp:uagb/image {\"block_id\":\"e93087e0\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Blue-Roan-pool-1.png\",\"id\":1210,\"linkDestination\":\"none\",\"width\":480,\"height\":500,\"naturalWidth\":370,\"naturalHeight\":440,\"sizeSlug\":\"full\",\"sizeSlugTablet\":\"full\",\"sizeSlugMobile\":\"full\",\"customHeightSetDesktop\":true} -->\n<div class=\"wp-block-uagb-image uagb-block-e93087e0 wp-block-uagb-image--layout-default wp-block-uagb-image--effect-static wp-block-uagb-image--align-none\"><figure class=\"wp-block-uagb-image__figure\"><img srcset=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Blue-Roan-pool-1.png \" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Blue-Roan-pool-1.png\" alt=\"\" class=\"uag-image-1210\" width=\"480\" height=\"500\" title=\"\" loading=\"lazy\"/></figure></div>\n<!-- /wp:uagb/image --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"2248a8f1\",\"widthDesktop\":50,\"widthTablet\":100,\"variationSelected\":true,\"columnGapDesktop\":20,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-2248a8f1\"><!-- wp:uagb/image {\"block_id\":\"74d6fd07\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/the-view-from-my-rooms-1024x768.jpg\",\"id\":1211,\"linkDestination\":\"none\",\"width\":960,\"height\":500,\"naturalWidth\":1024,\"naturalHeight\":768,\"sizeSlug\":\"large\",\"sizeSlugTablet\":\"large\",\"sizeSlugMobile\":\"large\",\"customHeightSetDesktop\":true} -->\n<div class=\"wp-block-uagb-image uagb-block-74d6fd07 wp-block-uagb-image--layout-default wp-block-uagb-image--effect-static wp-block-uagb-image--align-none\"><figure class=\"wp-block-uagb-image__figure\"><img srcset=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/the-view-from-my-rooms-1024x768.jpg \" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/the-view-from-my-rooms-1024x768.jpg\" alt=\"\" class=\"uag-image-1211\" width=\"960\" height=\"500\" title=\"\" loading=\"lazy\"/></figure></div>\n<!-- /wp:uagb/image --></div>\n<!-- /wp:uagb/container --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"c15b1193\",\"innerContentWidth\":\"alignfull\",\"directionDesktop\":\"row\",\"wrapTablet\":\"wrap\",\"variationSelected\":true,\"rowGapTablet\":0,\"columnGapDesktop\":0,\"isBlockRootParent\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-c15b1193 alignfull uagb-is-root-container\"><!-- wp:uagb/container {\"block_id\":\"3f511a08\",\"widthDesktop\":50,\"widthTablet\":100,\"variationSelected\":true,\"columnGapDesktop\":20,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-3f511a08\"><!-- wp:uagb/image {\"block_id\":\"572aa9fe\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAAJDI0ZWY4NDc1LThjYjYtNDM3YS1iOTliLWNmOWQxYTJkMWU5MQ-1.png\",\"id\":1213,\"linkDestination\":\"none\",\"width\":960,\"height\":500,\"naturalWidth\":1000,\"naturalHeight\":667,\"sizeSlug\":\"full\",\"sizeSlugTablet\":\"full\",\"sizeSlugMobile\":\"full\",\"customHeightSetDesktop\":true} -->\n<div class=\"wp-block-uagb-image uagb-block-572aa9fe wp-block-uagb-image--layout-default wp-block-uagb-image--effect-static wp-block-uagb-image--align-none\"><figure class=\"wp-block-uagb-image__figure\"><img srcset=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAAJDI0ZWY4NDc1LThjYjYtNDM3YS1iOTliLWNmOWQxYTJkMWU5MQ-1.png \" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAAJDI0ZWY4NDc1LThjYjYtNDM3YS1iOTliLWNmOWQxYTJkMWU5MQ-1.png\" alt=\"\" class=\"uag-image-1213\" width=\"960\" height=\"500\" title=\"\" loading=\"lazy\"/></figure></div>\n<!-- /wp:uagb/image --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"b173bfb2\",\"widthDesktop\":25,\"variationSelected\":true,\"widthSetByUser\":true,\"UAGHideMob\":true,\"UAGResponsiveConditions\":true} -->\n<div class=\"wp-block-uagb-container uag-hide-mob uagb-block-b173bfb2\"><!-- wp:uagb/image {\"block_id\":\"892d1331\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/bird-1-1024x683.jpg\",\"id\":1215,\"linkDestination\":\"none\",\"width\":480,\"height\":500,\"naturalWidth\":1024,\"naturalHeight\":683,\"sizeSlug\":\"large\",\"sizeSlugTablet\":\"large\",\"sizeSlugMobile\":\"large\",\"customHeightSetDesktop\":true} -->\n<div class=\"wp-block-uagb-image uagb-block-892d1331 wp-block-uagb-image--layout-default wp-block-uagb-image--effect-static wp-block-uagb-image--align-none\"><figure class=\"wp-block-uagb-image__figure\"><img srcset=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/bird-1-1024x683.jpg \" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/bird-1-1024x683.jpg\" alt=\"\" class=\"uag-image-1215\" width=\"480\" height=\"500\" title=\"\" loading=\"lazy\"/></figure></div>\n<!-- /wp:uagb/image --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"413a8c76\",\"widthDesktop\":25,\"variationSelected\":true,\"widthSetByUser\":true,\"UAGHideMob\":true,\"UAGResponsiveConditions\":true} -->\n<div class=\"wp-block-uagb-container uag-hide-mob uagb-block-413a8c76\"><!-- wp:uagb/image {\"block_id\":\"b8e86c0c\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/two-happy-boxers-1024x768.jpg\",\"id\":1216,\"linkDestination\":\"none\",\"width\":480,\"height\":500,\"naturalWidth\":1024,\"naturalHeight\":768,\"sizeSlug\":\"large\",\"sizeSlugTablet\":\"large\",\"sizeSlugMobile\":\"large\",\"customHeightSetDesktop\":true} -->\n<div class=\"wp-block-uagb-image uagb-block-b8e86c0c wp-block-uagb-image--layout-default wp-block-uagb-image--effect-static wp-block-uagb-image--align-none\"><figure class=\"wp-block-uagb-image__figure\"><img srcset=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/two-happy-boxers-1024x768.jpg \" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/two-happy-boxers-1024x768.jpg\" alt=\"\" class=\"uag-image-1216\" width=\"480\" height=\"500\" title=\"\" loading=\"lazy\"/></figure></div>\n<!-- /wp:uagb/image --></div>\n<!-- /wp:uagb/container --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"b0714a8e\",\"backgroundType\":\"color\",\"backgroundSizeTablet\":\"cover\",\"backgroundSizeMobile\":\"cover\",\"backgroundColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"topPaddingDesktop\":120,\"bottomPaddingDesktop\":120,\"topPaddingTablet\":80,\"bottomPaddingTablet\":80,\"leftPaddingTablet\":30,\"rightPaddingTablet\":30,\"topPaddingMobile\":80,\"bottomPaddingMobile\":80,\"leftPaddingMobile\":20,\"rightPaddingMobile\":20,\"paddingLink\":false,\"variationSelected\":true,\"rowGapDesktop\":0,\"rowGapTablet\":0,\"isBlockRootParent\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-b0714a8e alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/container {\"block_id\":\"6a0df04c\",\"directionDesktop\":\"row\",\"alignItemsDesktop\":\"flex-end\",\"alignItemsTablet\":\"flex-end\",\"justifyContentDesktop\":\"flex-end\",\"justifyContentTablet\":\"space-between\",\"variationSelected\":true,\"rowGapMobile\":30,\"columnGapDesktop\":0} -->\n<div class=\"wp-block-uagb-container uagb-block-6a0df04c\"><!-- wp:uagb/advanced-heading {\"block_id\":\"93b37579\",\"classMigrate\":true,\"headingDescToggle\":true,\"subHeadingColor\":\"\",\"headSpace\":20,\"subHeadFontSize\":16} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-93b37579\"><h2 class=\"uagb-heading-text\">Things to do in the area of Magaliesburg<br></h2><p class=\"uagb-desc-text\">Looking for more? Well, we believe that every guest walks into our lodge for the best experience. And, we are determined to do that.</p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/buttons {\"block_id\":\"42e89372\",\"classMigrate\":true,\"childMigrate\":true,\"align\":\"right\",\"alignTablet\":\"right\",\"alignMobile\":\"left\",\"gap\":0} -->\n<div class=\"wp-block-uagb-buttons uagb-buttons__outer-wrap uagb-btn__default-btn uagb-btn-tablet__default-btn uagb-btn-mobile__default-btn uagb-block-42e89372\"><div class=\"uagb-buttons__wrap uagb-buttons-layout-wrap\"><!-- wp:uagb/buttons-child {\"block_id\":\"3acf9b1e\",\"label\":\"Get Bookings\",\"link\":\"#\",\"hColor\":\"\",\"borderWidth\":\"\",\"borderRadius\":\"\",\"borderStyle\":\"\",\"borderColor\":\"\",\"borderHColor\":\"\",\"btnBorderTopWidth\":1,\"btnBorderLeftWidth\":1,\"btnBorderRightWidth\":1,\"btnBorderBottomWidth\":1,\"btnBorderTopLeftRadius\":2,\"btnBorderTopRightRadius\":2,\"btnBorderBottomLeftRadius\":2,\"btnBorderBottomRightRadius\":2,\"btnBorderStyle\":\"solid\",\"btnBorderColor\":\"#333\",\"btnBorderHColor\":\"#333\"} -->\n<div class=\"wp-block-uagb-buttons-child uagb-buttons__outer-wrap uagb-block-3acf9b1e wp-block-button is-style-outline\"><div class=\"uagb-button__wrapper\"><a class=\"uagb-buttons-repeater wp-block-button__link\" href=\"#\" rel=\"follow noopener\" target=\"_self\"><div class=\"uagb-button__link\">Get Bookings</div></a></div></div>\n<!-- /wp:uagb/buttons-child --></div></div>\n<!-- /wp:uagb/buttons --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"05d9862b\",\"directionDesktop\":\"row\",\"alignItemsTablet\":\"flex-start\",\"paddingLink\":false,\"topMarginDesktop\":54,\"bottomMarginDesktop\":0,\"leftMarginDesktop\":0,\"rightMarginDesktop\":0,\"topMarginTablet\":30,\"bottomMarginTablet\":0,\"leftMarginTablet\":0,\"rightMarginTablet\":0,\"marginLink\":false,\"variationSelected\":true,\"rowGapMobile\":65,\"columnGapDesktop\":48,\"columnGapTablet\":20} -->\n<div class=\"wp-block-uagb-container uagb-block-05d9862b\"><!-- wp:uagb/info-box {\"classMigrate\":true,\"headingAlign\":\"left\",\"headingColor\":\"\",\"subHeadingColor\":\"\",\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"source_type\":\"image\",\"block_id\":\"3674a02f\",\"ctaTarget\":true,\"ctaType\":\"text\",\"ctaText\":\"READ MORE\",\"ctaLink\":\"https://www.sundowner.co.za/rooms/magalies-barbus-haven/\",\"ctaLinkColor\":\"var(\\u002d\\u002dast-global-color-0)\",\"ctaDecoration\":\"underline\",\"ctaFontSize\":12,\"ctaFontWeight\":\"600\",\"ctaLetterSpacing\":2,\"ctaBorderColor\":\"\",\"ctaBorderStyle\":\"\",\"ctaBorderWidth\":\"\",\"ctaBorderRadius\":\"\",\"iconBottomMargin\":30,\"iconImage\":{\"uploading\":false,\"date\":1671106052000,\"filename\":\"41b46e52d7427ea1f6f135454e9a012f.png\",\"menuOrder\":0,\"uploadedTo\":762,\"type\":\"image\",\"subtype\":\"png\",\"id\":1222,\"title\":\"41b46e52d7427ea1f6f135454e9a012f\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/41b46e52d7427ea1f6f135454e9a012f.png\",\"link\":\"https://blueroan.netgen.cloud/amenities/41b46e52d7427ea1f6f135454e9a012f/\",\"alt\":\"\",\"author\":\"2\",\"description\":\"\",\"caption\":\"\",\"name\":\"41b46e52d7427ea1f6f135454e9a012f\",\"status\":\"inherit\",\"modified\":1671106052000,\"mime\":\"image/png\",\"icon\":\"https://blueroan.netgen.cloud/wp-includes/images/media/default.png\",\"dateFormatted\":\"December 15, 2022\",\"nonces\":{\"update\":\"a33de4f0ef\",\"delete\":\"e6f9dee199\",\"edit\":\"6d436328bf\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=1222\\u0026action=edit\",\"meta\":false,\"authorName\":\"Netgen Support\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/profile.php\",\"uploadedToTitle\":\"Amenities\",\"uploadedToLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=762\\u0026action=edit\",\"filesizeInBytes\":326854,\"filesizeHumanReadable\":\"319 KB\",\"context\":\"\",\"height\":440,\"width\":370,\"orientation\":\"portrait\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/41b46e52d7427ea1f6f135454e9a012f-150x150.png\",\"orientation\":\"landscape\"},\"medium\":{\"height\":300,\"width\":252,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/41b46e52d7427ea1f6f135454e9a012f-252x300.png\",\"orientation\":\"portrait\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/41b46e52d7427ea1f6f135454e9a012f.png\",\"height\":440,\"width\":370,\"orientation\":\"portrait\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"imageSize\":\"full\",\"imageWidth\":100,\"imageWidthMobile\":100,\"imageWidthTablet\":100,\"paddingBtnTop\":10,\"paddingBtnBottom\":10,\"paddingBtnLeft\":14,\"paddingBtnRight\":14,\"imageWidthUnit\":\"%\",\"imageWidthUnitTablet\":\"%\",\"imageWidthUnitMobile\":\"%\",\"subHeadTopMargin\":0,\"subHeadRightMargin\":40,\"subHeadLeftMargin\":0,\"subHeadMarginTopTablet\":0,\"subHeadMarginRightTablet\":0,\"subHeadTabletSpace\":20,\"subHeadMarginLeftTablet\":0,\"imgTagHeight\":118,\"imgTagWidth\":370,\"btnBorderTopWidth\":1,\"btnBorderLeftWidth\":1,\"btnBorderRightWidth\":1,\"btnBorderBottomWidth\":1,\"btnBorderTopLeftRadius\":0,\"btnBorderTopRightRadius\":0,\"btnBorderBottomLeftRadius\":0,\"btnBorderBottomRightRadius\":0,\"btnBorderStyle\":\"solid\",\"btnBorderColor\":\"#333\"} -->\n<div class=\"wp-block-uagb-info-box uagb-block-3674a02f uagb-infobox__content-wrap  uagb-infobox-icon-above-title uagb-infobox-image-valign-top\"><div class=\"uagb-ifb-content\"><div class=\"uagb-ifb-image-content\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/41b46e52d7427ea1f6f135454e9a012f.png\" alt=\"\" width=\"100\" height=\"118\" loading=\"lazy\"/></div><div class=\"uagb-ifb-title-wrap\"><h3 class=\"uagb-ifb-title\">Fishing at Barbus Haven </h3></div><p class=\"uagb-ifb-desc\">The 2.5 hr Introductory fly fishing clinics cover the basic techniques required to fly fish effectively. </p><div class=\"uagb-ifb-button-wrapper wp-block-button\"><a href=\"https://www.sundowner.co.za/rooms/magalies-barbus-haven/\" target=\"_blank\" class=\"uagb-infobox-cta-link\" rel=\"noopener noreferrer\" alt=\"\"><span class=\"uagb-inline-editing\">READ MORE</span><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M504.3 273.6l-112.1 104c-6.992 6.484-17.18 8.218-25.94 4.406c-8.758-3.812-14.42-12.45-14.42-21.1L351.9 288H32C14.33 288 .0002 273.7 .0002 255.1S14.33 224 32 224h319.9l0-72c0-9.547 5.66-18.19 14.42-22c8.754-3.809 18.95-2.075 25.94 4.41l112.1 104C514.6 247.9 514.6 264.1 504.3 273.6z\"></path></svg></a></div></div></div>\n<!-- /wp:uagb/info-box -->\n\n<!-- wp:uagb/info-box {\"classMigrate\":true,\"headingAlign\":\"left\",\"headingColor\":\"\",\"subHeadingColor\":\"\",\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"source_type\":\"image\",\"block_id\":\"eccee313\",\"ctaTarget\":true,\"ctaType\":\"text\",\"ctaText\":\"READ MORE\",\"ctaLink\":\"https://www.thekingfisherlodge.co.za/activities/\",\"ctaLinkColor\":\"var(\\u002d\\u002dast-global-color-0)\",\"ctaDecoration\":\"underline\",\"ctaFontSize\":12,\"ctaFontWeight\":\"600\",\"ctaLetterSpacing\":2,\"ctaBorderColor\":\"\",\"ctaBorderStyle\":\"\",\"ctaBorderWidth\":\"\",\"ctaBorderRadius\":\"\",\"iconBottomMargin\":30,\"iconImage\":{\"uploading\":false,\"date\":1671106415000,\"filename\":\"IMG-20180619-WA0004.png\",\"menuOrder\":0,\"uploadedTo\":762,\"type\":\"image\",\"subtype\":\"png\",\"id\":1225,\"title\":\"IMG-20180619-WA0004\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/IMG-20180619-WA0004.png\",\"link\":\"https://blueroan.netgen.cloud/amenities/img-20180619-wa0004/\",\"alt\":\"\",\"author\":\"2\",\"description\":\"\",\"caption\":\"\",\"name\":\"img-20180619-wa0004\",\"status\":\"inherit\",\"modified\":1671106415000,\"mime\":\"image/png\",\"icon\":\"https://blueroan.netgen.cloud/wp-includes/images/media/default.png\",\"dateFormatted\":\"December 15, 2022\",\"nonces\":{\"update\":\"e988b6351d\",\"delete\":\"5d512e9cd1\",\"edit\":\"3a331dfabd\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=1225\\u0026action=edit\",\"meta\":false,\"authorName\":\"Netgen Support\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/profile.php\",\"uploadedToTitle\":\"Amenities\",\"uploadedToLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=762\\u0026action=edit\",\"filesizeInBytes\":276116,\"filesizeHumanReadable\":\"270 KB\",\"context\":\"\",\"height\":440,\"width\":370,\"orientation\":\"portrait\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/IMG-20180619-WA0004-150x150.png\",\"orientation\":\"landscape\"},\"medium\":{\"height\":300,\"width\":252,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/IMG-20180619-WA0004-252x300.png\",\"orientation\":\"portrait\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/IMG-20180619-WA0004.png\",\"height\":440,\"width\":370,\"orientation\":\"portrait\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"imageSize\":\"full\",\"imageWidth\":100,\"imageWidthMobile\":100,\"imageWidthTablet\":100,\"paddingBtnTop\":10,\"paddingBtnBottom\":10,\"paddingBtnLeft\":14,\"paddingBtnRight\":14,\"imageWidthUnit\":\"%\",\"imageWidthUnitTablet\":\"%\",\"imageWidthUnitMobile\":\"%\",\"subHeadTopMargin\":0,\"subHeadRightMargin\":40,\"subHeadLeftMargin\":0,\"subHeadMarginTopTablet\":0,\"subHeadMarginRightTablet\":0,\"subHeadTabletSpace\":20,\"subHeadMarginLeftTablet\":0,\"imgTagHeight\":118,\"imgTagWidth\":370,\"btnBorderTopWidth\":1,\"btnBorderLeftWidth\":1,\"btnBorderRightWidth\":1,\"btnBorderBottomWidth\":1,\"btnBorderTopLeftRadius\":0,\"btnBorderTopRightRadius\":0,\"btnBorderBottomLeftRadius\":0,\"btnBorderBottomRightRadius\":0,\"btnBorderStyle\":\"solid\",\"btnBorderColor\":\"#333\"} -->\n<div class=\"wp-block-uagb-info-box uagb-block-eccee313 uagb-infobox__content-wrap  uagb-infobox-icon-above-title uagb-infobox-image-valign-top\"><div class=\"uagb-ifb-content\"><div class=\"uagb-ifb-image-content\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/IMG-20180619-WA0004.png\" alt=\"\" width=\"100\" height=\"118\" loading=\"lazy\"/></div><div class=\"uagb-ifb-title-wrap\"><h3 class=\"uagb-ifb-title\">Fishing at Kingfisher </h3></div><p class=\"uagb-ifb-desc\">The opportunity to fish for Rainbow Trout or the elusive Brown Trout. Kingfisher offers rod hires at their venue. <br></p><div class=\"uagb-ifb-button-wrapper wp-block-button\"><a href=\"https://www.thekingfisherlodge.co.za/activities/\" target=\"_blank\" class=\"uagb-infobox-cta-link\" rel=\"noopener noreferrer\" alt=\"\"><span class=\"uagb-inline-editing\">READ MORE</span><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M504.3 273.6l-112.1 104c-6.992 6.484-17.18 8.218-25.94 4.406c-8.758-3.812-14.42-12.45-14.42-21.1L351.9 288H32C14.33 288 .0002 273.7 .0002 255.1S14.33 224 32 224h319.9l0-72c0-9.547 5.66-18.19 14.42-22c8.754-3.809 18.95-2.075 25.94 4.41l112.1 104C514.6 247.9 514.6 264.1 504.3 273.6z\"></path></svg></a></div></div></div>\n<!-- /wp:uagb/info-box -->\n\n<!-- wp:uagb/info-box {\"classMigrate\":true,\"headingAlign\":\"left\",\"headingColor\":\"\",\"subHeadingColor\":\"\",\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"source_type\":\"image\",\"block_id\":\"30eada32\",\"ctaType\":\"text\",\"ctaText\":\"READ MORE\",\"ctaLinkColor\":\"var(\\u002d\\u002dast-global-color-0)\",\"ctaDecoration\":\"underline\",\"ctaFontSize\":12,\"ctaFontWeight\":\"600\",\"ctaLetterSpacing\":2,\"ctaBorderColor\":\"\",\"ctaBorderStyle\":\"\",\"ctaBorderWidth\":\"\",\"ctaBorderRadius\":\"\",\"iconBottomMargin\":30,\"iconImage\":{\"id\":241,\"title\":\"beach\",\"filename\":\"beach.jpg\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/beach.jpg\",\"link\":\"https://blueroan.netgen.cloud/beach/\",\"alt\":\"\",\"author\":\"34\",\"description\":\"\",\"caption\":\"\",\"name\":\"beach\",\"status\":\"inherit\",\"uploadedTo\":0,\"date\":\"2021-05-11T10:56:06.000Z\",\"modified\":\"2021-05-11T10:56:06.000Z\",\"menuOrder\":0,\"mime\":\"image/jpeg\",\"type\":\"image\",\"subtype\":\"jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/default.png\",\"dateFormatted\":\"May 11, 2021\",\"nonces\":{\"update\":\"65c348aac8\",\"delete\":\"6d551f7cf4\",\"edit\":\"026ca70d91\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=241\\u0026action=edit\",\"meta\":false,\"authorName\":\"Rishabh\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/user-edit.php?user_id=34\",\"filesizeInBytes\":38094,\"filesizeHumanReadable\":\"37 KB\",\"context\":\"\",\"height\":440,\"width\":370,\"orientation\":\"portrait\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/beach-150x150.jpg\",\"orientation\":\"landscape\"},\"medium\":{\"height\":300,\"width\":252,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/beach-252x300-1.jpg\",\"orientation\":\"portrait\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/beach.jpg\",\"height\":440,\"width\":370,\"orientation\":\"portrait\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"imageSize\":\"full\",\"imageWidth\":100,\"imageWidthMobile\":100,\"imageWidthTablet\":100,\"paddingBtnTop\":10,\"paddingBtnBottom\":10,\"paddingBtnLeft\":14,\"paddingBtnRight\":14,\"imageWidthUnit\":\"%\",\"imageWidthUnitTablet\":\"%\",\"imageWidthUnitMobile\":\"%\",\"subHeadTopMargin\":0,\"subHeadRightMargin\":40,\"subHeadLeftMargin\":0,\"subHeadMarginTopTablet\":0,\"subHeadMarginRightTablet\":0,\"subHeadTabletSpace\":20,\"subHeadMarginLeftTablet\":0,\"imgTagHeight\":118,\"imgTagWidth\":370,\"btnBorderTopWidth\":1,\"btnBorderLeftWidth\":1,\"btnBorderRightWidth\":1,\"btnBorderBottomWidth\":1,\"btnBorderTopLeftRadius\":0,\"btnBorderTopRightRadius\":0,\"btnBorderBottomLeftRadius\":0,\"btnBorderBottomRightRadius\":0,\"btnBorderStyle\":\"solid\",\"btnBorderColor\":\"#333\"} -->\n<div class=\"wp-block-uagb-info-box uagb-block-30eada32 uagb-infobox__content-wrap  uagb-infobox-icon-above-title uagb-infobox-image-valign-top\"><div class=\"uagb-ifb-content\"><div class=\"uagb-ifb-image-content\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/beach.jpg\" alt=\"\" width=\"100\" height=\"118\" loading=\"lazy\"/></div><div class=\"uagb-ifb-title-wrap\"><h3 class=\"uagb-ifb-title\">Private Beach​</h3></div><p class=\"uagb-ifb-desc\">Want to take a dip into the sea? All our guests get complimentary access to our private beach.</p><div class=\"uagb-ifb-button-wrapper wp-block-button\"><a href=\"\" target=\"_self\" class=\"uagb-infobox-cta-link uagb-disable-link\" rel=\"noopener noreferrer\" alt=\"\"><span class=\"uagb-inline-editing\">READ MORE</span><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M504.3 273.6l-112.1 104c-6.992 6.484-17.18 8.218-25.94 4.406c-8.758-3.812-14.42-12.45-14.42-21.1L351.9 288H32C14.33 288 .0002 273.7 .0002 255.1S14.33 224 32 224h319.9l0-72c0-9.547 5.66-18.19 14.42-22c8.754-3.809 18.95-2.075 25.94 4.41l112.1 104C514.6 247.9 514.6 264.1 504.3 273.6z\"></path></svg></a></div></div></div>\n<!-- /wp:uagb/info-box --></div>\n<!-- /wp:uagb/container --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"60a7bc68\",\"backgroundType\":\"color\",\"backgroundSizeTablet\":\"cover\",\"backgroundSizeMobile\":\"cover\",\"backgroundColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"topPaddingDesktop\":50,\"bottomPaddingDesktop\":100,\"topPaddingTablet\":50,\"bottomPaddingTablet\":25,\"leftPaddingTablet\":20,\"rightPaddingTablet\":20,\"topPaddingMobile\":50,\"bottomPaddingMobile\":20,\"leftPaddingMobile\":20,\"rightPaddingMobile\":20,\"paddingLink\":false,\"variationSelected\":true,\"rowGapDesktop\":0,\"isBlockRootParent\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-60a7bc68 alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/container {\"block_id\":\"a788fa8b\",\"directionDesktop\":\"row\",\"alignItemsTablet\":\"flex-start\",\"paddingLink\":false,\"topMarginDesktop\":50,\"bottomMarginDesktop\":20,\"leftMarginDesktop\":0,\"rightMarginDesktop\":0,\"marginLink\":false,\"variationSelected\":true,\"rowGapMobile\":65,\"columnGapDesktop\":48,\"columnGapTablet\":20} -->\n<div class=\"wp-block-uagb-container uagb-block-a788fa8b\"><!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"align\":\"center\",\"id\":1222,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image aligncenter size-full\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/41b46e52d7427ea1f6f135454e9a012f.png\" alt=\"\" class=\"wp-image-1222\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"textAlign\":\"center\",\"level\":3} -->\n<h3 class=\"has-text-align-center\">Fishing </h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>The dam has trout (stocked), bass, vlei Kuper and carp. Fly fishers seeking a unique challenge visit our establishment in search of the large &amp; small scale Yellow fish.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:buttons -->\n<div class=\"wp-block-buttons\"><!-- wp:button {\"align\":\"left\"} -->\n<div class=\"wp-block-button alignleft\"><a class=\"wp-block-button__link wp-element-button\" href=\"https://www.sundowner.co.za/rooms/magalies-barbus-haven/\" target=\"_blank\" rel=\"noreferrer noopener\">Barbus Haven</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons -->\n\n<!-- wp:paragraph -->\n<p>The opportunity to fish for Rainbow Trout or the elusive Brown Trout. Kingfisher offers rod hires at their venue. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:buttons -->\n<div class=\"wp-block-buttons\"><!-- wp:button {\"align\":\"left\"} -->\n<div class=\"wp-block-button alignleft\"><a class=\"wp-block-button__link wp-element-button\" href=\"https://www.thekingfisherlodge.co.za/activities/\" target=\"_blank\" rel=\"noreferrer noopener\">Kingfisher</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":1235,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Maseke-MTB-MvZ-3-1024x683-1.png\" alt=\"\" class=\"wp-image-1235\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>Mountain biking </h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>It is a privately owned nature reserve that offers mountain biking.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:spacer {\"height\":\"20px\"} -->\n<div style=\"height:20px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:buttons -->\n<div class=\"wp-block-buttons\"><!-- wp:button -->\n<div class=\"wp-block-button\"><a class=\"wp-block-button__link wp-element-button\" href=\"http://ingwebushcamp.yolasite.com/\" target=\"_blank\" rel=\"noreferrer noopener\">Ingwe Bush Camp&nbsp;</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons -->\n\n<!-- wp:paragraph -->\n<p>With over 80km of trails, Van Gaalen&nbsp;has something to offer for every kind of athlete, from beginner to advanced.<br></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:buttons -->\n<div class=\"wp-block-buttons\"><!-- wp:button -->\n<div class=\"wp-block-button\"><a class=\"wp-block-button__link wp-element-button\" href=\"https://www.vangaalen.co.za/products\" target=\"_blank\" rel=\"noreferrer noopener\">Van Gaalen\'s</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":830,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/ef9d0188da11e2bc56788f5619d9d539.png\" alt=\"\" class=\"wp-image-830\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>Quad biking </h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>We have quads suitable for kiddies, tweens, teens, and adults. We have mini quads and fully automatic 150cc quads. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:spacer {\"height\":\"20px\"} -->\n<div style=\"height:20px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:buttons -->\n<div class=\"wp-block-buttons\"><!-- wp:button -->\n<div class=\"wp-block-button\"><a class=\"wp-block-button__link wp-element-button\" href=\"https://www.saddlecreekadventures.co.za/activity/quad-biking/\" target=\"_blank\" rel=\"noreferrer noopener\">Saddle Creek Ranch</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons -->\n\n<!-- wp:paragraph -->\n<p>A 700-meter monster track, the longest and most exciting track in Gauteng!</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:buttons -->\n<div class=\"wp-block-buttons\"><!-- wp:button -->\n<div class=\"wp-block-button\"><a class=\"wp-block-button__link wp-element-button\" href=\"http://www.swartkrans.co.za/\" target=\"_blank\" rel=\"noreferrer noopener\">Swartkrans Go-Karting&nbsp;</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"align\":\"center\",\"id\":1198,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image aligncenter size-full\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/eyJidWNrZXQiOiJhc3NldHMuYWxsdHJhaWxzLmNvbSIsImtleSI6InVwbG9hZHMvcGhvdG8vaW1hZ2UvNDMxNzk4MTAvYjZkYTAz-1.png\" alt=\"\" class=\"wp-image-1198\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>Walking or hiking </h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>There is a well-kept walking trail on our property with plenty of bird life and some benches along the way. &nbsp;It is safe for dogs to run off-leash as it is completely fenced all around. &nbsp;For those who enjoy long walks and hikes, it is safe to cross onto neighbouring farms and go as far as the eye can see.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":1185,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/49089607_1950305445047847_5177863042771189760_n.png\" alt=\"\" class=\"wp-image-1185\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>Mountain biking </h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Bring your mountain bikes and explore the surrounding countryside on safe off-road tracks on our property and on neighbouring farms.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":1196,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Michelle_1.png\" alt=\"\" class=\"wp-image-1196\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>Horse riding </h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Interested riders can book at one of the recommended horse-riding establishments listed further down this page.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"75c323be\",\"innerContentCustomWidthDesktop\":781,\"innerContentCustomWidthTablet\":781,\"backgroundType\":\"image\",\"backgroundImageDesktop\":{\"id\":54,\"title\":\"background-img\",\"filename\":\"background-img-1.jpg\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/background-img-1.jpg\",\"link\":\"https://blueroan.netgen.cloud/background-img-2/\",\"alt\":\"\",\"author\":\"34\",\"description\":\"\",\"caption\":\"\",\"name\":\"background-img-2\",\"status\":\"inherit\",\"uploadedTo\":0,\"date\":\"2021-05-07T10:11:37.000Z\",\"modified\":\"2021-05-07T10:11:37.000Z\",\"menuOrder\":0,\"mime\":\"image/jpeg\",\"type\":\"image\",\"subtype\":\"jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/default.png\",\"dateFormatted\":\"May 7, 2021\",\"nonces\":{\"update\":\"bb999636b9\",\"delete\":\"d2e1375bc4\",\"edit\":\"005dd2f0c9\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=54\\u0026action=edit\",\"meta\":false,\"authorName\":\"Rishabh\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/user-edit.php?user_id=34\",\"filesizeInBytes\":338858,\"filesizeHumanReadable\":\"331 KB\",\"context\":\"\",\"height\":1080,\"width\":1920,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/background-img-1-150x150.jpg\",\"orientation\":\"landscape\"},\"medium\":{\"height\":169,\"width\":300,\"url\":\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/background-img-1-300x169.jpg\",\"orientation\":\"landscape\"},\"large\":{\"height\":576,\"width\":1024,\"url\":\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/background-img-1-1024x576.jpg\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/background-img-1.jpg\",\"height\":1080,\"width\":1920,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"backgroundImageColor\":\"rgba(42,42,42,0.65)\",\"topPaddingDesktop\":144,\"bottomPaddingDesktop\":144,\"leftPaddingDesktop\":40,\"rightPaddingDesktop\":40,\"topPaddingTablet\":80,\"bottomPaddingTablet\":80,\"leftPaddingTablet\":40,\"rightPaddingTablet\":40,\"topPaddingMobile\":64,\"bottomPaddingMobile\":64,\"leftPaddingMobile\":24,\"rightPaddingMobile\":24,\"paddingLink\":false,\"variationSelected\":true,\"isBlockRootParent\":true,\"overlayType\":\"color\"} -->\n<div class=\"wp-block-uagb-container uagb-block-75c323be alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/advanced-heading {\"block_id\":\"8007c162\",\"classMigrate\":true,\"headingDescToggle\":true,\"headingAlign\":\"center\",\"headingColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"subHeadingColor\":\"var(\\u002d\\u002dast-global-color-4)\",\"headSpace\":20} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-8007c162\"><h2 class=\"uagb-heading-text\">Plan an Unforgettable Experience in Mykonos Today!</h2><p class=\"uagb-desc-text\">We can help you fit your stay and experience within your allotted budget.</p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/advanced-heading {\"block_id\":\"9b9cb8aa\",\"classMigrate\":true,\"headingTitleToggle\":false,\"headingDescToggle\":true,\"headingAlign\":\"center\",\"subHeadingColor\":\"var(\\u002d\\u002dast-global-color-4)\",\"subHeadTransform\":\"uppercase\",\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"subHeadLetterSpacing\":2,\"blockTopPadding\":60,\"blockRightPadding\":0,\"blockLeftPadding\":0,\"blockBottomPadding\":0,\"blockTopPaddingMobile\":30,\"blockRightPaddingMobile\":0,\"blockLeftPaddingMobile\":0,\"blockBottomPaddingMobile\":0} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-9b9cb8aa\"><p class=\"uagb-desc-text\">BOOK YOUR STAY NOW​</p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/icon-list {\"block_id\":\"fffb95c2\",\"classMigrate\":true,\"childMigrate\":true,\"align\":\"center\",\"parentIcon\":\"phone\",\"size\":40,\"sizeMobile\":24,\"sizeTablet\":32,\"fontSize\":48,\"fontSizeMobile\":28,\"fontSizeTablet\":40,\"fontWeight\":\"600\",\"iconColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"labelColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"blockTopPadding\":0,\"blockRightPadding\":0,\"blockLeftPadding\":0,\"blockBottomPadding\":24,\"blockPaddingLink\":false} -->\n<div class=\"wp-block-uagb-icon-list uagb-block-fffb95c2\"><div class=\"uagb-icon-list__wrap\"><!-- wp:uagb/icon-list-child {\"block_id\":\"65fed96c\",\"label\":\"+1-123 456 7890​\",\"label_color\":\"\",\"fromParentIcon\":\"phone\",\"imageSizeChild\":40} -->\n<div class=\"wp-block-uagb-icon-list-child uagb-block-65fed96c\"><span class=\"uagb-icon-list__source-wrap\"><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M511.2 387l-23.25 100.8c-3.266 14.25-15.79 24.22-30.46 24.22C205.2 512 0 306.8 0 54.5c0-14.66 9.969-27.2 24.22-30.45l100.8-23.25C139.7-2.602 154.7 5.018 160.8 18.92l46.52 108.5c5.438 12.78 1.77 27.67-8.98 36.45L144.5 207.1c33.98 69.22 90.26 125.5 159.5 159.5l44.08-53.8c8.688-10.78 23.69-14.51 36.47-8.975l108.5 46.51C506.1 357.2 514.6 372.4 511.2 387z\"></path></svg></span><span class=\"uagb-icon-list__label\">+1-123 456 7890​</span></div>\n<!-- /wp:uagb/icon-list-child --></div></div>\n<!-- /wp:uagb/icon-list --></div></div>\n<!-- /wp:uagb/container -->',	'Amenities',	'',	'inherit',	'closed',	'closed',	'',	'762-revision-v1',	'',	'',	'2022-12-15 12:38:08',	'2022-12-15 12:38:08',	'',	762,	'https://blueroan.netgen.cloud/?p=1241',	0,	'revision',	'',	0),
(1242,	2,	'2022-12-15 12:38:34',	'2022-12-15 12:38:34',	'<!-- wp:uagb/container {\"block_id\":\"6f5bd1b8\",\"backgroundType\":\"image\",\"backgroundImageDesktop\":{\"id\":1007,\"title\":\"AAEAAQAAAAAAAAAAAAAAJDg5NmY0ZGUxLWE4MTgtNDY5NC1iODFhLTBmN2Q0ZDc5ZWFiNw-1\",\"filename\":\"AAEAAQAAAAAAAAAAAAAAJDg5NmY0ZGUxLWE4MTgtNDY5NC1iODFhLTBmN2Q0ZDc5ZWFiNw-1.png\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAAJDg5NmY0ZGUxLWE4MTgtNDY5NC1iODFhLTBmN2Q0ZDc5ZWFiNw-1.png\",\"link\":\"https://blueroan.netgen.cloud/the-barn/aaeaaqaaaaaaaaaaaaaajdg5nmy0zguxlwe4mtgtndy5nc1iodfhltbmn2q0zdc5zwfinw-1/\",\"alt\":\"\",\"author\":\"2\",\"description\":\"\",\"caption\":\"\",\"name\":\"aaeaaqaaaaaaaaaaaaaajdg5nmy0zguxlwe4mtgtndy5nc1iodfhltbmn2q0zdc5zwfinw-1\",\"status\":\"inherit\",\"uploadedTo\":948,\"date\":\"2022-12-14T10:50:25.000Z\",\"modified\":\"2022-12-14T10:50:25.000Z\",\"menuOrder\":0,\"mime\":\"image/png\",\"type\":\"image\",\"subtype\":\"png\",\"icon\":\"https://blueroan.netgen.cloud/wp-includes/images/media/default.png\",\"dateFormatted\":\"December 14, 2022\",\"nonces\":{\"update\":\"483f8bdf3d\",\"delete\":\"0a7ebc92ef\",\"edit\":\"6bc1c6a685\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=1007\\u0026action=edit\",\"meta\":false,\"authorName\":\"Netgen Support\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/profile.php\",\"uploadedToTitle\":\"The Barn\",\"uploadedToLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=948\\u0026action=edit\",\"filesizeInBytes\":1348989,\"filesizeHumanReadable\":\"1 MB\",\"context\":\"\",\"height\":667,\"width\":1000,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAAJDg5NmY0ZGUxLWE4MTgtNDY5NC1iODFhLTBmN2Q0ZDc5ZWFiNw-1-150x150.png\",\"orientation\":\"landscape\"},\"medium\":{\"height\":200,\"width\":300,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAAJDg5NmY0ZGUxLWE4MTgtNDY5NC1iODFhLTBmN2Q0ZDc5ZWFiNw-1-300x200.png\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAAJDg5NmY0ZGUxLWE4MTgtNDY5NC1iODFhLTBmN2Q0ZDc5ZWFiNw-1.png\",\"height\":667,\"width\":1000,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"backgroundPositionDesktop\":{\"x\":0.61,\"y\":0.52},\"backgroundSizeTablet\":\"cover\",\"backgroundSizeMobile\":\"cover\",\"backgroundColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"backgroundImageColor\":\"rgba(42,42,42,0.5)\",\"topPaddingDesktop\":220,\"bottomPaddingDesktop\":150,\"topPaddingTablet\":170,\"bottomPaddingTablet\":160,\"leftPaddingTablet\":30,\"rightPaddingTablet\":30,\"topPaddingMobile\":180,\"bottomPaddingMobile\":80,\"leftPaddingMobile\":20,\"rightPaddingMobile\":20,\"paddingLink\":false,\"variationSelected\":true,\"isBlockRootParent\":true,\"overlayType\":\"color\"} -->\n<div class=\"wp-block-uagb-container uagb-block-6f5bd1b8 alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/advanced-heading {\"block_id\":\"6ea2c817\",\"classMigrate\":true,\"headingDescToggle\":true,\"headingColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"subHeadingColor\":\"var(\\u002d\\u002dast-global-color-4)\",\"headingTag\":\"h1\",\"headSpace\":20,\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"blockTopPadding\":0,\"blockRightPadding\":50,\"blockLeftPadding\":0,\"blockBottomPadding\":0,\"blockTopPaddingTablet\":0,\"blockRightPaddingTablet\":20,\"blockLeftPaddingTablet\":0,\"blockBottomPaddingTablet\":0,\"blockTopPaddingMobile\":0,\"blockRightPaddingMobile\":0,\"blockLeftPaddingMobile\":0,\"blockBottomPaddingMobile\":0,\"blockPaddingUnit\":\"%\",\"blockPaddingUnitTablet\":\"%\"} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-6ea2c817\"><h1 class=\"uagb-heading-text\">Amenities &amp; Interests​</h1><p class=\"uagb-desc-text\">We do not give you just rooms to stay in. We give you an environment where you can experience the best while on a holiday with us. </p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:buttons -->\n<div class=\"wp-block-buttons\"><!-- wp:button -->\n<div class=\"wp-block-button\"><a class=\"wp-block-button__link wp-element-button\" href=\"https://book.nightsbridge.com/11065\" target=\"_blank\" rel=\"noreferrer noopener\">BOOK NOW</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"97964c65\",\"backgroundType\":\"color\",\"backgroundSizeTablet\":\"cover\",\"backgroundSizeMobile\":\"cover\",\"backgroundColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"topPaddingDesktop\":50,\"bottomPaddingDesktop\":100,\"topPaddingTablet\":50,\"bottomPaddingTablet\":25,\"leftPaddingTablet\":20,\"rightPaddingTablet\":20,\"topPaddingMobile\":50,\"bottomPaddingMobile\":20,\"leftPaddingMobile\":20,\"rightPaddingMobile\":20,\"paddingLink\":false,\"variationSelected\":true,\"rowGapDesktop\":0,\"isBlockRootParent\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-97964c65 alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/container {\"block_id\":\"0679f4d2\",\"directionDesktop\":\"row\",\"alignItemsTablet\":\"flex-start\",\"paddingLink\":false,\"topMarginDesktop\":50,\"bottomMarginDesktop\":20,\"leftMarginDesktop\":0,\"rightMarginDesktop\":0,\"marginLink\":false,\"variationSelected\":true,\"rowGapMobile\":65,\"columnGapDesktop\":48,\"columnGapTablet\":20} -->\n<div class=\"wp-block-uagb-container uagb-block-0679f4d2\"><!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"align\":\"center\",\"id\":828,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image aligncenter size-full\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Blue-Roan-pool.png\" alt=\"Blue Roan\'s rock pool\" class=\"wp-image-828\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>A relaxing rock Pool​</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>We have a lovely sparkling blue rock pool next to a thatched Lapa. &nbsp;&nbsp;Lie on recliners on the green lawn or sit on the swing chair in the Lapa and enjoy the panoramic view of the Magaliesberg mountain range.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":829,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/img-20160605-wa0002-largejpg.png\" alt=\"\" class=\"wp-image-829\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>Braai facilities </h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>What can compare to a burning fire under the star-lit African sky? Nothing beats the flavor of cooking over an open flame.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":830,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/ef9d0188da11e2bc56788f5619d9d539.png\" alt=\"\" class=\"wp-image-830\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>A games room </h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>The reception is also a games room for those who enjoy darts or playing pool. &nbsp;Take a selection of DVDs back to your room and watch movies on your own DVD player. &nbsp;There is also a selection of board games and music CDs that you can borrow.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"align\":\"center\",\"id\":1198,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image aligncenter size-full\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/eyJidWNrZXQiOiJhc3NldHMuYWxsdHJhaWxzLmNvbSIsImtleSI6InVwbG9hZHMvcGhvdG8vaW1hZ2UvNDMxNzk4MTAvYjZkYTAz-1.png\" alt=\"\" class=\"wp-image-1198\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>Walking or hiking </h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>There is a well-kept walking trail on our property with plenty of bird life and some benches along the way. &nbsp;It is safe for dogs to run off-leash as it is completely fenced all around. &nbsp;For those who enjoy long walks and hikes, it is safe to cross onto neighbouring farms and go as far as the eye can see.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":1185,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/49089607_1950305445047847_5177863042771189760_n.png\" alt=\"\" class=\"wp-image-1185\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>Mountain biking </h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Bring your mountain bikes and explore the surrounding countryside on safe off-road tracks on our property and on neighbouring farms.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":1196,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Michelle_1.png\" alt=\"\" class=\"wp-image-1196\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>Horse riding </h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Interested riders can book at one of the recommended horse-riding establishments listed further down this page.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"8c7e4a56\",\"innerContentWidth\":\"alignfull\",\"directionDesktop\":\"row\",\"wrapTablet\":\"wrap\",\"variationSelected\":true,\"rowGapTablet\":0,\"columnGapDesktop\":0,\"isBlockRootParent\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-8c7e4a56 alignfull uagb-is-root-container\"><!-- wp:uagb/container {\"block_id\":\"4c8e32e2\",\"widthDesktop\":25,\"widthTablet\":50,\"variationSelected\":true,\"widthSetByUser\":true,\"UAGHideMob\":true,\"UAGResponsiveConditions\":true} -->\n<div class=\"wp-block-uagb-container uag-hide-mob uagb-block-4c8e32e2\"><!-- wp:uagb/image {\"block_id\":\"74643a62\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-18-1-1024x768.jpg\",\"id\":1208,\"linkDestination\":\"none\",\"width\":480,\"height\":500,\"naturalWidth\":1024,\"naturalHeight\":768,\"sizeSlug\":\"large\",\"sizeSlugTablet\":\"large\",\"sizeSlugMobile\":\"large\",\"customHeightSetDesktop\":true} -->\n<div class=\"wp-block-uagb-image uagb-block-74643a62 wp-block-uagb-image--layout-default wp-block-uagb-image--effect-static wp-block-uagb-image--align-none\"><figure class=\"wp-block-uagb-image__figure\"><img srcset=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-18-1-1024x768.jpg \" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-18-1-1024x768.jpg\" alt=\"\" class=\"uag-image-1208\" width=\"480\" height=\"500\" title=\"\" loading=\"lazy\"/></figure></div>\n<!-- /wp:uagb/image --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"cb197143\",\"widthDesktop\":25,\"widthTablet\":50,\"variationSelected\":true,\"widthSetByUser\":true,\"UAGHideMob\":true,\"UAGResponsiveConditions\":true} -->\n<div class=\"wp-block-uagb-container uag-hide-mob uagb-block-cb197143\"><!-- wp:uagb/image {\"block_id\":\"36ebfa28\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Blue-Roan-pool-1.png\",\"id\":1210,\"linkDestination\":\"none\",\"width\":480,\"height\":500,\"naturalWidth\":370,\"naturalHeight\":440,\"sizeSlug\":\"full\",\"sizeSlugTablet\":\"full\",\"sizeSlugMobile\":\"full\",\"customHeightSetDesktop\":true} -->\n<div class=\"wp-block-uagb-image uagb-block-36ebfa28 wp-block-uagb-image--layout-default wp-block-uagb-image--effect-static wp-block-uagb-image--align-none\"><figure class=\"wp-block-uagb-image__figure\"><img srcset=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Blue-Roan-pool-1.png \" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Blue-Roan-pool-1.png\" alt=\"\" class=\"uag-image-1210\" width=\"480\" height=\"500\" title=\"\" loading=\"lazy\"/></figure></div>\n<!-- /wp:uagb/image --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"b85051e3\",\"widthDesktop\":50,\"widthTablet\":100,\"variationSelected\":true,\"columnGapDesktop\":20,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-b85051e3\"><!-- wp:uagb/image {\"block_id\":\"4a1817da\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/the-view-from-my-rooms-1024x768.jpg\",\"id\":1211,\"linkDestination\":\"none\",\"width\":960,\"height\":500,\"naturalWidth\":1024,\"naturalHeight\":768,\"sizeSlug\":\"large\",\"sizeSlugTablet\":\"large\",\"sizeSlugMobile\":\"large\",\"customHeightSetDesktop\":true} -->\n<div class=\"wp-block-uagb-image uagb-block-4a1817da wp-block-uagb-image--layout-default wp-block-uagb-image--effect-static wp-block-uagb-image--align-none\"><figure class=\"wp-block-uagb-image__figure\"><img srcset=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/the-view-from-my-rooms-1024x768.jpg \" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/the-view-from-my-rooms-1024x768.jpg\" alt=\"\" class=\"uag-image-1211\" width=\"960\" height=\"500\" title=\"\" loading=\"lazy\"/></figure></div>\n<!-- /wp:uagb/image --></div>\n<!-- /wp:uagb/container --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"e1d52f7f\",\"innerContentWidth\":\"alignfull\",\"directionDesktop\":\"row\",\"wrapTablet\":\"wrap\",\"variationSelected\":true,\"rowGapTablet\":0,\"columnGapDesktop\":0,\"isBlockRootParent\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-e1d52f7f alignfull uagb-is-root-container\"><!-- wp:uagb/container {\"block_id\":\"5b4a025d\",\"widthDesktop\":50,\"widthTablet\":100,\"variationSelected\":true,\"columnGapDesktop\":20,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-5b4a025d\"><!-- wp:uagb/image {\"block_id\":\"607731e4\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAAJDI0ZWY4NDc1LThjYjYtNDM3YS1iOTliLWNmOWQxYTJkMWU5MQ-1.png\",\"id\":1213,\"linkDestination\":\"none\",\"width\":960,\"height\":500,\"naturalWidth\":1000,\"naturalHeight\":667,\"sizeSlug\":\"full\",\"sizeSlugTablet\":\"full\",\"sizeSlugMobile\":\"full\",\"customHeightSetDesktop\":true} -->\n<div class=\"wp-block-uagb-image uagb-block-607731e4 wp-block-uagb-image--layout-default wp-block-uagb-image--effect-static wp-block-uagb-image--align-none\"><figure class=\"wp-block-uagb-image__figure\"><img srcset=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAAJDI0ZWY4NDc1LThjYjYtNDM3YS1iOTliLWNmOWQxYTJkMWU5MQ-1.png \" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAAJDI0ZWY4NDc1LThjYjYtNDM3YS1iOTliLWNmOWQxYTJkMWU5MQ-1.png\" alt=\"\" class=\"uag-image-1213\" width=\"960\" height=\"500\" title=\"\" loading=\"lazy\"/></figure></div>\n<!-- /wp:uagb/image --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"14722b10\",\"widthDesktop\":25,\"variationSelected\":true,\"widthSetByUser\":true,\"UAGHideMob\":true,\"UAGResponsiveConditions\":true} -->\n<div class=\"wp-block-uagb-container uag-hide-mob uagb-block-14722b10\"><!-- wp:uagb/image {\"block_id\":\"0c1b7776\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/bird-1-1024x683.jpg\",\"id\":1215,\"linkDestination\":\"none\",\"width\":480,\"height\":500,\"naturalWidth\":1024,\"naturalHeight\":683,\"sizeSlug\":\"large\",\"sizeSlugTablet\":\"large\",\"sizeSlugMobile\":\"large\",\"customHeightSetDesktop\":true} -->\n<div class=\"wp-block-uagb-image uagb-block-0c1b7776 wp-block-uagb-image--layout-default wp-block-uagb-image--effect-static wp-block-uagb-image--align-none\"><figure class=\"wp-block-uagb-image__figure\"><img srcset=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/bird-1-1024x683.jpg \" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/bird-1-1024x683.jpg\" alt=\"\" class=\"uag-image-1215\" width=\"480\" height=\"500\" title=\"\" loading=\"lazy\"/></figure></div>\n<!-- /wp:uagb/image --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"2dcf9df6\",\"widthDesktop\":25,\"variationSelected\":true,\"widthSetByUser\":true,\"UAGHideMob\":true,\"UAGResponsiveConditions\":true} -->\n<div class=\"wp-block-uagb-container uag-hide-mob uagb-block-2dcf9df6\"><!-- wp:uagb/image {\"block_id\":\"95ca8c58\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/two-happy-boxers-1024x768.jpg\",\"id\":1216,\"linkDestination\":\"none\",\"width\":480,\"height\":500,\"naturalWidth\":1024,\"naturalHeight\":768,\"sizeSlug\":\"large\",\"sizeSlugTablet\":\"large\",\"sizeSlugMobile\":\"large\",\"customHeightSetDesktop\":true} -->\n<div class=\"wp-block-uagb-image uagb-block-95ca8c58 wp-block-uagb-image--layout-default wp-block-uagb-image--effect-static wp-block-uagb-image--align-none\"><figure class=\"wp-block-uagb-image__figure\"><img srcset=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/two-happy-boxers-1024x768.jpg \" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/two-happy-boxers-1024x768.jpg\" alt=\"\" class=\"uag-image-1216\" width=\"480\" height=\"500\" title=\"\" loading=\"lazy\"/></figure></div>\n<!-- /wp:uagb/image --></div>\n<!-- /wp:uagb/container --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"7aeaa50d\",\"backgroundType\":\"color\",\"backgroundSizeTablet\":\"cover\",\"backgroundSizeMobile\":\"cover\",\"backgroundColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"topPaddingDesktop\":120,\"bottomPaddingDesktop\":120,\"topPaddingTablet\":80,\"bottomPaddingTablet\":80,\"leftPaddingTablet\":30,\"rightPaddingTablet\":30,\"topPaddingMobile\":80,\"bottomPaddingMobile\":80,\"leftPaddingMobile\":20,\"rightPaddingMobile\":20,\"paddingLink\":false,\"variationSelected\":true,\"rowGapDesktop\":0,\"rowGapTablet\":0,\"isBlockRootParent\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-7aeaa50d alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/container {\"block_id\":\"6c462da7\",\"directionDesktop\":\"row\",\"alignItemsDesktop\":\"flex-end\",\"alignItemsTablet\":\"flex-end\",\"justifyContentDesktop\":\"flex-end\",\"justifyContentTablet\":\"space-between\",\"variationSelected\":true,\"rowGapMobile\":30,\"columnGapDesktop\":0} -->\n<div class=\"wp-block-uagb-container uagb-block-6c462da7\"><!-- wp:uagb/advanced-heading {\"block_id\":\"8ac452bd\",\"classMigrate\":true,\"headingDescToggle\":true,\"subHeadingColor\":\"\",\"headSpace\":20,\"subHeadFontSize\":16} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-8ac452bd\"><h2 class=\"uagb-heading-text\">Things to do in the area of Magaliesburg<br></h2><p class=\"uagb-desc-text\">Looking for more? Well, we believe that every guest walks into our lodge for the best experience. And, we are determined to do that.</p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/buttons {\"block_id\":\"ccfab104\",\"classMigrate\":true,\"childMigrate\":true,\"align\":\"right\",\"alignTablet\":\"right\",\"alignMobile\":\"left\",\"gap\":0} -->\n<div class=\"wp-block-uagb-buttons uagb-buttons__outer-wrap uagb-btn__default-btn uagb-btn-tablet__default-btn uagb-btn-mobile__default-btn uagb-block-ccfab104\"><div class=\"uagb-buttons__wrap uagb-buttons-layout-wrap\"><!-- wp:uagb/buttons-child {\"block_id\":\"75df51d8\",\"label\":\"Get Bookings\",\"link\":\"#\",\"hColor\":\"\",\"borderWidth\":\"\",\"borderRadius\":\"\",\"borderStyle\":\"\",\"borderColor\":\"\",\"borderHColor\":\"\",\"btnBorderTopWidth\":1,\"btnBorderLeftWidth\":1,\"btnBorderRightWidth\":1,\"btnBorderBottomWidth\":1,\"btnBorderTopLeftRadius\":2,\"btnBorderTopRightRadius\":2,\"btnBorderBottomLeftRadius\":2,\"btnBorderBottomRightRadius\":2,\"btnBorderStyle\":\"solid\",\"btnBorderColor\":\"#333\",\"btnBorderHColor\":\"#333\"} -->\n<div class=\"wp-block-uagb-buttons-child uagb-buttons__outer-wrap uagb-block-75df51d8 wp-block-button is-style-outline\"><div class=\"uagb-button__wrapper\"><a class=\"uagb-buttons-repeater wp-block-button__link\" href=\"#\" rel=\"follow noopener\" target=\"_self\"><div class=\"uagb-button__link\">Get Bookings</div></a></div></div>\n<!-- /wp:uagb/buttons-child --></div></div>\n<!-- /wp:uagb/buttons --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"11c8ce0d\",\"directionDesktop\":\"row\",\"alignItemsTablet\":\"flex-start\",\"paddingLink\":false,\"topMarginDesktop\":54,\"bottomMarginDesktop\":0,\"leftMarginDesktop\":0,\"rightMarginDesktop\":0,\"topMarginTablet\":30,\"bottomMarginTablet\":0,\"leftMarginTablet\":0,\"rightMarginTablet\":0,\"marginLink\":false,\"variationSelected\":true,\"rowGapMobile\":65,\"columnGapDesktop\":48,\"columnGapTablet\":20} -->\n<div class=\"wp-block-uagb-container uagb-block-11c8ce0d\"><!-- wp:uagb/info-box {\"classMigrate\":true,\"headingAlign\":\"left\",\"headingColor\":\"\",\"subHeadingColor\":\"\",\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"source_type\":\"image\",\"block_id\":\"18d34081\",\"ctaTarget\":true,\"ctaType\":\"text\",\"ctaText\":\"READ MORE\",\"ctaLink\":\"https://www.sundowner.co.za/rooms/magalies-barbus-haven/\",\"ctaLinkColor\":\"var(\\u002d\\u002dast-global-color-0)\",\"ctaDecoration\":\"underline\",\"ctaFontSize\":12,\"ctaFontWeight\":\"600\",\"ctaLetterSpacing\":2,\"ctaBorderColor\":\"\",\"ctaBorderStyle\":\"\",\"ctaBorderWidth\":\"\",\"ctaBorderRadius\":\"\",\"iconBottomMargin\":30,\"iconImage\":{\"uploading\":false,\"date\":1671106052000,\"filename\":\"41b46e52d7427ea1f6f135454e9a012f.png\",\"menuOrder\":0,\"uploadedTo\":762,\"type\":\"image\",\"subtype\":\"png\",\"id\":1222,\"title\":\"41b46e52d7427ea1f6f135454e9a012f\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/41b46e52d7427ea1f6f135454e9a012f.png\",\"link\":\"https://blueroan.netgen.cloud/amenities/41b46e52d7427ea1f6f135454e9a012f/\",\"alt\":\"\",\"author\":\"2\",\"description\":\"\",\"caption\":\"\",\"name\":\"41b46e52d7427ea1f6f135454e9a012f\",\"status\":\"inherit\",\"modified\":1671106052000,\"mime\":\"image/png\",\"icon\":\"https://blueroan.netgen.cloud/wp-includes/images/media/default.png\",\"dateFormatted\":\"December 15, 2022\",\"nonces\":{\"update\":\"a33de4f0ef\",\"delete\":\"e6f9dee199\",\"edit\":\"6d436328bf\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=1222\\u0026action=edit\",\"meta\":false,\"authorName\":\"Netgen Support\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/profile.php\",\"uploadedToTitle\":\"Amenities\",\"uploadedToLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=762\\u0026action=edit\",\"filesizeInBytes\":326854,\"filesizeHumanReadable\":\"319 KB\",\"context\":\"\",\"height\":440,\"width\":370,\"orientation\":\"portrait\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/41b46e52d7427ea1f6f135454e9a012f-150x150.png\",\"orientation\":\"landscape\"},\"medium\":{\"height\":300,\"width\":252,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/41b46e52d7427ea1f6f135454e9a012f-252x300.png\",\"orientation\":\"portrait\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/41b46e52d7427ea1f6f135454e9a012f.png\",\"height\":440,\"width\":370,\"orientation\":\"portrait\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"imageSize\":\"full\",\"imageWidth\":100,\"imageWidthMobile\":100,\"imageWidthTablet\":100,\"paddingBtnTop\":10,\"paddingBtnBottom\":10,\"paddingBtnLeft\":14,\"paddingBtnRight\":14,\"imageWidthUnit\":\"%\",\"imageWidthUnitTablet\":\"%\",\"imageWidthUnitMobile\":\"%\",\"subHeadTopMargin\":0,\"subHeadRightMargin\":40,\"subHeadLeftMargin\":0,\"subHeadMarginTopTablet\":0,\"subHeadMarginRightTablet\":0,\"subHeadTabletSpace\":20,\"subHeadMarginLeftTablet\":0,\"imgTagHeight\":118,\"imgTagWidth\":370,\"btnBorderTopWidth\":1,\"btnBorderLeftWidth\":1,\"btnBorderRightWidth\":1,\"btnBorderBottomWidth\":1,\"btnBorderTopLeftRadius\":0,\"btnBorderTopRightRadius\":0,\"btnBorderBottomLeftRadius\":0,\"btnBorderBottomRightRadius\":0,\"btnBorderStyle\":\"solid\",\"btnBorderColor\":\"#333\"} -->\n<div class=\"wp-block-uagb-info-box uagb-block-18d34081 uagb-infobox__content-wrap  uagb-infobox-icon-above-title uagb-infobox-image-valign-top\"><div class=\"uagb-ifb-content\"><div class=\"uagb-ifb-image-content\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/41b46e52d7427ea1f6f135454e9a012f.png\" alt=\"\" width=\"100\" height=\"118\" loading=\"lazy\"/></div><div class=\"uagb-ifb-title-wrap\"><h3 class=\"uagb-ifb-title\">Fishing at Barbus Haven </h3></div><p class=\"uagb-ifb-desc\">The 2.5 hr Introductory fly fishing clinics cover the basic techniques required to fly fish effectively. </p><div class=\"uagb-ifb-button-wrapper wp-block-button\"><a href=\"https://www.sundowner.co.za/rooms/magalies-barbus-haven/\" target=\"_blank\" class=\"uagb-infobox-cta-link\" rel=\"noopener noreferrer\" alt=\"\"><span class=\"uagb-inline-editing\">READ MORE</span><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M504.3 273.6l-112.1 104c-6.992 6.484-17.18 8.218-25.94 4.406c-8.758-3.812-14.42-12.45-14.42-21.1L351.9 288H32C14.33 288 .0002 273.7 .0002 255.1S14.33 224 32 224h319.9l0-72c0-9.547 5.66-18.19 14.42-22c8.754-3.809 18.95-2.075 25.94 4.41l112.1 104C514.6 247.9 514.6 264.1 504.3 273.6z\"></path></svg></a></div></div></div>\n<!-- /wp:uagb/info-box -->\n\n<!-- wp:uagb/info-box {\"classMigrate\":true,\"headingAlign\":\"left\",\"headingColor\":\"\",\"subHeadingColor\":\"\",\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"source_type\":\"image\",\"block_id\":\"dd968cbb\",\"ctaTarget\":true,\"ctaType\":\"text\",\"ctaText\":\"READ MORE\",\"ctaLink\":\"https://www.thekingfisherlodge.co.za/activities/\",\"ctaLinkColor\":\"var(\\u002d\\u002dast-global-color-0)\",\"ctaDecoration\":\"underline\",\"ctaFontSize\":12,\"ctaFontWeight\":\"600\",\"ctaLetterSpacing\":2,\"ctaBorderColor\":\"\",\"ctaBorderStyle\":\"\",\"ctaBorderWidth\":\"\",\"ctaBorderRadius\":\"\",\"iconBottomMargin\":30,\"iconImage\":{\"uploading\":false,\"date\":1671106415000,\"filename\":\"IMG-20180619-WA0004.png\",\"menuOrder\":0,\"uploadedTo\":762,\"type\":\"image\",\"subtype\":\"png\",\"id\":1225,\"title\":\"IMG-20180619-WA0004\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/IMG-20180619-WA0004.png\",\"link\":\"https://blueroan.netgen.cloud/amenities/img-20180619-wa0004/\",\"alt\":\"\",\"author\":\"2\",\"description\":\"\",\"caption\":\"\",\"name\":\"img-20180619-wa0004\",\"status\":\"inherit\",\"modified\":1671106415000,\"mime\":\"image/png\",\"icon\":\"https://blueroan.netgen.cloud/wp-includes/images/media/default.png\",\"dateFormatted\":\"December 15, 2022\",\"nonces\":{\"update\":\"e988b6351d\",\"delete\":\"5d512e9cd1\",\"edit\":\"3a331dfabd\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=1225\\u0026action=edit\",\"meta\":false,\"authorName\":\"Netgen Support\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/profile.php\",\"uploadedToTitle\":\"Amenities\",\"uploadedToLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=762\\u0026action=edit\",\"filesizeInBytes\":276116,\"filesizeHumanReadable\":\"270 KB\",\"context\":\"\",\"height\":440,\"width\":370,\"orientation\":\"portrait\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/IMG-20180619-WA0004-150x150.png\",\"orientation\":\"landscape\"},\"medium\":{\"height\":300,\"width\":252,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/IMG-20180619-WA0004-252x300.png\",\"orientation\":\"portrait\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/IMG-20180619-WA0004.png\",\"height\":440,\"width\":370,\"orientation\":\"portrait\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"imageSize\":\"full\",\"imageWidth\":100,\"imageWidthMobile\":100,\"imageWidthTablet\":100,\"paddingBtnTop\":10,\"paddingBtnBottom\":10,\"paddingBtnLeft\":14,\"paddingBtnRight\":14,\"imageWidthUnit\":\"%\",\"imageWidthUnitTablet\":\"%\",\"imageWidthUnitMobile\":\"%\",\"subHeadTopMargin\":0,\"subHeadRightMargin\":40,\"subHeadLeftMargin\":0,\"subHeadMarginTopTablet\":0,\"subHeadMarginRightTablet\":0,\"subHeadTabletSpace\":20,\"subHeadMarginLeftTablet\":0,\"imgTagHeight\":118,\"imgTagWidth\":370,\"btnBorderTopWidth\":1,\"btnBorderLeftWidth\":1,\"btnBorderRightWidth\":1,\"btnBorderBottomWidth\":1,\"btnBorderTopLeftRadius\":0,\"btnBorderTopRightRadius\":0,\"btnBorderBottomLeftRadius\":0,\"btnBorderBottomRightRadius\":0,\"btnBorderStyle\":\"solid\",\"btnBorderColor\":\"#333\"} -->\n<div class=\"wp-block-uagb-info-box uagb-block-dd968cbb uagb-infobox__content-wrap  uagb-infobox-icon-above-title uagb-infobox-image-valign-top\"><div class=\"uagb-ifb-content\"><div class=\"uagb-ifb-image-content\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/IMG-20180619-WA0004.png\" alt=\"\" width=\"100\" height=\"118\" loading=\"lazy\"/></div><div class=\"uagb-ifb-title-wrap\"><h3 class=\"uagb-ifb-title\">Fishing at Kingfisher </h3></div><p class=\"uagb-ifb-desc\">The opportunity to fish for Rainbow Trout or the elusive Brown Trout. Kingfisher offers rod hires at their venue. <br></p><div class=\"uagb-ifb-button-wrapper wp-block-button\"><a href=\"https://www.thekingfisherlodge.co.za/activities/\" target=\"_blank\" class=\"uagb-infobox-cta-link\" rel=\"noopener noreferrer\" alt=\"\"><span class=\"uagb-inline-editing\">READ MORE</span><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M504.3 273.6l-112.1 104c-6.992 6.484-17.18 8.218-25.94 4.406c-8.758-3.812-14.42-12.45-14.42-21.1L351.9 288H32C14.33 288 .0002 273.7 .0002 255.1S14.33 224 32 224h319.9l0-72c0-9.547 5.66-18.19 14.42-22c8.754-3.809 18.95-2.075 25.94 4.41l112.1 104C514.6 247.9 514.6 264.1 504.3 273.6z\"></path></svg></a></div></div></div>\n<!-- /wp:uagb/info-box -->\n\n<!-- wp:uagb/info-box {\"classMigrate\":true,\"headingAlign\":\"left\",\"headingColor\":\"\",\"subHeadingColor\":\"\",\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"source_type\":\"image\",\"block_id\":\"5aad3030\",\"ctaType\":\"text\",\"ctaText\":\"READ MORE\",\"ctaLinkColor\":\"var(\\u002d\\u002dast-global-color-0)\",\"ctaDecoration\":\"underline\",\"ctaFontSize\":12,\"ctaFontWeight\":\"600\",\"ctaLetterSpacing\":2,\"ctaBorderColor\":\"\",\"ctaBorderStyle\":\"\",\"ctaBorderWidth\":\"\",\"ctaBorderRadius\":\"\",\"iconBottomMargin\":30,\"iconImage\":{\"id\":241,\"title\":\"beach\",\"filename\":\"beach.jpg\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/beach.jpg\",\"link\":\"https://blueroan.netgen.cloud/beach/\",\"alt\":\"\",\"author\":\"34\",\"description\":\"\",\"caption\":\"\",\"name\":\"beach\",\"status\":\"inherit\",\"uploadedTo\":0,\"date\":\"2021-05-11T10:56:06.000Z\",\"modified\":\"2021-05-11T10:56:06.000Z\",\"menuOrder\":0,\"mime\":\"image/jpeg\",\"type\":\"image\",\"subtype\":\"jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/default.png\",\"dateFormatted\":\"May 11, 2021\",\"nonces\":{\"update\":\"65c348aac8\",\"delete\":\"6d551f7cf4\",\"edit\":\"026ca70d91\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=241\\u0026action=edit\",\"meta\":false,\"authorName\":\"Rishabh\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/user-edit.php?user_id=34\",\"filesizeInBytes\":38094,\"filesizeHumanReadable\":\"37 KB\",\"context\":\"\",\"height\":440,\"width\":370,\"orientation\":\"portrait\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/beach-150x150.jpg\",\"orientation\":\"landscape\"},\"medium\":{\"height\":300,\"width\":252,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/beach-252x300-1.jpg\",\"orientation\":\"portrait\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/beach.jpg\",\"height\":440,\"width\":370,\"orientation\":\"portrait\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"imageSize\":\"full\",\"imageWidth\":100,\"imageWidthMobile\":100,\"imageWidthTablet\":100,\"paddingBtnTop\":10,\"paddingBtnBottom\":10,\"paddingBtnLeft\":14,\"paddingBtnRight\":14,\"imageWidthUnit\":\"%\",\"imageWidthUnitTablet\":\"%\",\"imageWidthUnitMobile\":\"%\",\"subHeadTopMargin\":0,\"subHeadRightMargin\":40,\"subHeadLeftMargin\":0,\"subHeadMarginTopTablet\":0,\"subHeadMarginRightTablet\":0,\"subHeadTabletSpace\":20,\"subHeadMarginLeftTablet\":0,\"imgTagHeight\":118,\"imgTagWidth\":370,\"btnBorderTopWidth\":1,\"btnBorderLeftWidth\":1,\"btnBorderRightWidth\":1,\"btnBorderBottomWidth\":1,\"btnBorderTopLeftRadius\":0,\"btnBorderTopRightRadius\":0,\"btnBorderBottomLeftRadius\":0,\"btnBorderBottomRightRadius\":0,\"btnBorderStyle\":\"solid\",\"btnBorderColor\":\"#333\"} -->\n<div class=\"wp-block-uagb-info-box uagb-block-5aad3030 uagb-infobox__content-wrap  uagb-infobox-icon-above-title uagb-infobox-image-valign-top\"><div class=\"uagb-ifb-content\"><div class=\"uagb-ifb-image-content\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/beach.jpg\" alt=\"\" width=\"100\" height=\"118\" loading=\"lazy\"/></div><div class=\"uagb-ifb-title-wrap\"><h3 class=\"uagb-ifb-title\">Private Beach​</h3></div><p class=\"uagb-ifb-desc\">Want to take a dip into the sea? All our guests get complimentary access to our private beach.</p><div class=\"uagb-ifb-button-wrapper wp-block-button\"><a href=\"\" target=\"_self\" class=\"uagb-infobox-cta-link uagb-disable-link\" rel=\"noopener noreferrer\" alt=\"\"><span class=\"uagb-inline-editing\">READ MORE</span><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M504.3 273.6l-112.1 104c-6.992 6.484-17.18 8.218-25.94 4.406c-8.758-3.812-14.42-12.45-14.42-21.1L351.9 288H32C14.33 288 .0002 273.7 .0002 255.1S14.33 224 32 224h319.9l0-72c0-9.547 5.66-18.19 14.42-22c8.754-3.809 18.95-2.075 25.94 4.41l112.1 104C514.6 247.9 514.6 264.1 504.3 273.6z\"></path></svg></a></div></div></div>\n<!-- /wp:uagb/info-box --></div>\n<!-- /wp:uagb/container --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"d72bd23c\",\"backgroundType\":\"color\",\"backgroundSizeTablet\":\"cover\",\"backgroundSizeMobile\":\"cover\",\"backgroundColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"topPaddingDesktop\":50,\"bottomPaddingDesktop\":100,\"topPaddingTablet\":50,\"bottomPaddingTablet\":25,\"leftPaddingTablet\":20,\"rightPaddingTablet\":20,\"topPaddingMobile\":50,\"bottomPaddingMobile\":20,\"leftPaddingMobile\":20,\"rightPaddingMobile\":20,\"paddingLink\":false,\"variationSelected\":true,\"rowGapDesktop\":0,\"isBlockRootParent\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-d72bd23c alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/container {\"block_id\":\"a2143955\",\"directionDesktop\":\"row\",\"alignItemsTablet\":\"flex-start\",\"paddingLink\":false,\"topMarginDesktop\":50,\"bottomMarginDesktop\":20,\"leftMarginDesktop\":0,\"rightMarginDesktop\":0,\"marginLink\":false,\"variationSelected\":true,\"rowGapMobile\":65,\"columnGapDesktop\":48,\"columnGapTablet\":20} -->\n<div class=\"wp-block-uagb-container uagb-block-a2143955\"><!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"align\":\"center\",\"id\":1222,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image aligncenter size-full\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/41b46e52d7427ea1f6f135454e9a012f.png\" alt=\"\" class=\"wp-image-1222\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"textAlign\":\"center\",\"level\":3} -->\n<h3 class=\"has-text-align-center\">Fishing </h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>The dam has trout (stocked), bass, vlei Kuper and carp. Fly fishers seeking a unique challenge visit our establishment in search of the large &amp; small scale Yellow fish.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:buttons -->\n<div class=\"wp-block-buttons\"><!-- wp:button {\"align\":\"left\"} -->\n<div class=\"wp-block-button alignleft\"><a class=\"wp-block-button__link wp-element-button\" href=\"https://www.sundowner.co.za/rooms/magalies-barbus-haven/\" target=\"_blank\" rel=\"noreferrer noopener\">Barbus Haven</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons -->\n\n<!-- wp:paragraph -->\n<p>The opportunity to fish for Rainbow Trout or the elusive Brown Trout. Kingfisher offers rod hires at their venue. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:buttons -->\n<div class=\"wp-block-buttons\"><!-- wp:button {\"align\":\"left\"} -->\n<div class=\"wp-block-button alignleft\"><a class=\"wp-block-button__link wp-element-button\" href=\"https://www.thekingfisherlodge.co.za/activities/\" target=\"_blank\" rel=\"noreferrer noopener\">Kingfisher</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":1235,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Maseke-MTB-MvZ-3-1024x683-1.png\" alt=\"\" class=\"wp-image-1235\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>Mountain biking </h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>It is a privately owned nature reserve that offers mountain biking.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:spacer {\"height\":\"20px\"} -->\n<div style=\"height:20px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:buttons -->\n<div class=\"wp-block-buttons\"><!-- wp:button -->\n<div class=\"wp-block-button\"><a class=\"wp-block-button__link wp-element-button\" href=\"http://ingwebushcamp.yolasite.com/\" target=\"_blank\" rel=\"noreferrer noopener\">Ingwe Bush Camp&nbsp;</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons -->\n\n<!-- wp:paragraph -->\n<p>With over 80km of trails, Van Gaalen&nbsp;has something to offer for every kind of athlete, from beginner to advanced.<br></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:buttons -->\n<div class=\"wp-block-buttons\"><!-- wp:button -->\n<div class=\"wp-block-button\"><a class=\"wp-block-button__link wp-element-button\" href=\"https://www.vangaalen.co.za/products\" target=\"_blank\" rel=\"noreferrer noopener\">Van Gaalen\'s</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":830,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/ef9d0188da11e2bc56788f5619d9d539.png\" alt=\"\" class=\"wp-image-830\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>Quad biking </h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>We have quads suitable for kiddies, tweens, teens, and adults. We have mini quads and fully automatic 150cc quads.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:spacer {\"height\":\"15px\"} -->\n<div style=\"height:15px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:buttons -->\n<div class=\"wp-block-buttons\"><!-- wp:button -->\n<div class=\"wp-block-button\"><a class=\"wp-block-button__link wp-element-button\" href=\"https://www.saddlecreekadventures.co.za/activity/quad-biking/\" target=\"_blank\" rel=\"noreferrer noopener\">Saddle Creek Ranch</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons -->\n\n<!-- wp:paragraph -->\n<p>A 700-meter monster track, the longest and most exciting track in Gauteng!</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:buttons -->\n<div class=\"wp-block-buttons\"><!-- wp:button -->\n<div class=\"wp-block-button\"><a class=\"wp-block-button__link wp-element-button\" href=\"http://www.swartkrans.co.za/\" target=\"_blank\" rel=\"noreferrer noopener\">Swartkrans Go-Karting&nbsp;</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"align\":\"center\",\"id\":1198,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image aligncenter size-full\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/eyJidWNrZXQiOiJhc3NldHMuYWxsdHJhaWxzLmNvbSIsImtleSI6InVwbG9hZHMvcGhvdG8vaW1hZ2UvNDMxNzk4MTAvYjZkYTAz-1.png\" alt=\"\" class=\"wp-image-1198\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>Walking or hiking </h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>There is a well-kept walking trail on our property with plenty of bird life and some benches along the way. &nbsp;It is safe for dogs to run off-leash as it is completely fenced all around. &nbsp;For those who enjoy long walks and hikes, it is safe to cross onto neighbouring farms and go as far as the eye can see.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":1185,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/49089607_1950305445047847_5177863042771189760_n.png\" alt=\"\" class=\"wp-image-1185\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>Mountain biking </h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Bring your mountain bikes and explore the surrounding countryside on safe off-road tracks on our property and on neighbouring farms.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":1196,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Michelle_1.png\" alt=\"\" class=\"wp-image-1196\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>Horse riding </h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Interested riders can book at one of the recommended horse-riding establishments listed further down this page.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"597b2ec9\",\"innerContentCustomWidthDesktop\":781,\"innerContentCustomWidthTablet\":781,\"backgroundType\":\"image\",\"backgroundImageDesktop\":{\"id\":54,\"title\":\"background-img\",\"filename\":\"background-img-1.jpg\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/background-img-1.jpg\",\"link\":\"https://blueroan.netgen.cloud/background-img-2/\",\"alt\":\"\",\"author\":\"34\",\"description\":\"\",\"caption\":\"\",\"name\":\"background-img-2\",\"status\":\"inherit\",\"uploadedTo\":0,\"date\":\"2021-05-07T10:11:37.000Z\",\"modified\":\"2021-05-07T10:11:37.000Z\",\"menuOrder\":0,\"mime\":\"image/jpeg\",\"type\":\"image\",\"subtype\":\"jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/default.png\",\"dateFormatted\":\"May 7, 2021\",\"nonces\":{\"update\":\"bb999636b9\",\"delete\":\"d2e1375bc4\",\"edit\":\"005dd2f0c9\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=54\\u0026action=edit\",\"meta\":false,\"authorName\":\"Rishabh\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/user-edit.php?user_id=34\",\"filesizeInBytes\":338858,\"filesizeHumanReadable\":\"331 KB\",\"context\":\"\",\"height\":1080,\"width\":1920,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/background-img-1-150x150.jpg\",\"orientation\":\"landscape\"},\"medium\":{\"height\":169,\"width\":300,\"url\":\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/background-img-1-300x169.jpg\",\"orientation\":\"landscape\"},\"large\":{\"height\":576,\"width\":1024,\"url\":\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/background-img-1-1024x576.jpg\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/background-img-1.jpg\",\"height\":1080,\"width\":1920,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"backgroundImageColor\":\"rgba(42,42,42,0.65)\",\"topPaddingDesktop\":144,\"bottomPaddingDesktop\":144,\"leftPaddingDesktop\":40,\"rightPaddingDesktop\":40,\"topPaddingTablet\":80,\"bottomPaddingTablet\":80,\"leftPaddingTablet\":40,\"rightPaddingTablet\":40,\"topPaddingMobile\":64,\"bottomPaddingMobile\":64,\"leftPaddingMobile\":24,\"rightPaddingMobile\":24,\"paddingLink\":false,\"variationSelected\":true,\"isBlockRootParent\":true,\"overlayType\":\"color\"} -->\n<div class=\"wp-block-uagb-container uagb-block-597b2ec9 alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/advanced-heading {\"block_id\":\"fc4a449d\",\"classMigrate\":true,\"headingDescToggle\":true,\"headingAlign\":\"center\",\"headingColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"subHeadingColor\":\"var(\\u002d\\u002dast-global-color-4)\",\"headSpace\":20} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-fc4a449d\"><h2 class=\"uagb-heading-text\">Plan an Unforgettable Experience in Mykonos Today!</h2><p class=\"uagb-desc-text\">We can help you fit your stay and experience within your allotted budget.</p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/advanced-heading {\"block_id\":\"361d4218\",\"classMigrate\":true,\"headingTitleToggle\":false,\"headingDescToggle\":true,\"headingAlign\":\"center\",\"subHeadingColor\":\"var(\\u002d\\u002dast-global-color-4)\",\"subHeadTransform\":\"uppercase\",\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"subHeadLetterSpacing\":2,\"blockTopPadding\":60,\"blockRightPadding\":0,\"blockLeftPadding\":0,\"blockBottomPadding\":0,\"blockTopPaddingMobile\":30,\"blockRightPaddingMobile\":0,\"blockLeftPaddingMobile\":0,\"blockBottomPaddingMobile\":0} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-361d4218\"><p class=\"uagb-desc-text\">BOOK YOUR STAY NOW​</p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/icon-list {\"block_id\":\"74eae91d\",\"classMigrate\":true,\"childMigrate\":true,\"align\":\"center\",\"parentIcon\":\"phone\",\"size\":40,\"sizeMobile\":24,\"sizeTablet\":32,\"fontSize\":48,\"fontSizeMobile\":28,\"fontSizeTablet\":40,\"fontWeight\":\"600\",\"iconColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"labelColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"blockTopPadding\":0,\"blockRightPadding\":0,\"blockLeftPadding\":0,\"blockBottomPadding\":24,\"blockPaddingLink\":false} -->\n<div class=\"wp-block-uagb-icon-list uagb-block-74eae91d\"><div class=\"uagb-icon-list__wrap\"><!-- wp:uagb/icon-list-child {\"block_id\":\"98e4feb1\",\"label\":\"+1-123 456 7890​\",\"label_color\":\"\",\"fromParentIcon\":\"phone\",\"imageSizeChild\":40} -->\n<div class=\"wp-block-uagb-icon-list-child uagb-block-98e4feb1\"><span class=\"uagb-icon-list__source-wrap\"><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M511.2 387l-23.25 100.8c-3.266 14.25-15.79 24.22-30.46 24.22C205.2 512 0 306.8 0 54.5c0-14.66 9.969-27.2 24.22-30.45l100.8-23.25C139.7-2.602 154.7 5.018 160.8 18.92l46.52 108.5c5.438 12.78 1.77 27.67-8.98 36.45L144.5 207.1c33.98 69.22 90.26 125.5 159.5 159.5l44.08-53.8c8.688-10.78 23.69-14.51 36.47-8.975l108.5 46.51C506.1 357.2 514.6 372.4 511.2 387z\"></path></svg></span><span class=\"uagb-icon-list__label\">+1-123 456 7890​</span></div>\n<!-- /wp:uagb/icon-list-child --></div></div>\n<!-- /wp:uagb/icon-list --></div></div>\n<!-- /wp:uagb/container -->',	'Amenities',	'',	'inherit',	'closed',	'closed',	'',	'762-revision-v1',	'',	'',	'2022-12-15 12:38:34',	'2022-12-15 12:38:34',	'',	762,	'https://blueroan.netgen.cloud/?p=1242',	0,	'revision',	'',	0),
(1243,	2,	'2022-12-15 12:39:18',	'2022-12-15 12:39:18',	'<!-- wp:uagb/container {\"block_id\":\"6a33e831\",\"backgroundType\":\"image\",\"backgroundImageDesktop\":{\"id\":1007,\"title\":\"AAEAAQAAAAAAAAAAAAAAJDg5NmY0ZGUxLWE4MTgtNDY5NC1iODFhLTBmN2Q0ZDc5ZWFiNw-1\",\"filename\":\"AAEAAQAAAAAAAAAAAAAAJDg5NmY0ZGUxLWE4MTgtNDY5NC1iODFhLTBmN2Q0ZDc5ZWFiNw-1.png\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAAJDg5NmY0ZGUxLWE4MTgtNDY5NC1iODFhLTBmN2Q0ZDc5ZWFiNw-1.png\",\"link\":\"https://blueroan.netgen.cloud/the-barn/aaeaaqaaaaaaaaaaaaaajdg5nmy0zguxlwe4mtgtndy5nc1iodfhltbmn2q0zdc5zwfinw-1/\",\"alt\":\"\",\"author\":\"2\",\"description\":\"\",\"caption\":\"\",\"name\":\"aaeaaqaaaaaaaaaaaaaajdg5nmy0zguxlwe4mtgtndy5nc1iodfhltbmn2q0zdc5zwfinw-1\",\"status\":\"inherit\",\"uploadedTo\":948,\"date\":\"2022-12-14T10:50:25.000Z\",\"modified\":\"2022-12-14T10:50:25.000Z\",\"menuOrder\":0,\"mime\":\"image/png\",\"type\":\"image\",\"subtype\":\"png\",\"icon\":\"https://blueroan.netgen.cloud/wp-includes/images/media/default.png\",\"dateFormatted\":\"December 14, 2022\",\"nonces\":{\"update\":\"483f8bdf3d\",\"delete\":\"0a7ebc92ef\",\"edit\":\"6bc1c6a685\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=1007\\u0026action=edit\",\"meta\":false,\"authorName\":\"Netgen Support\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/profile.php\",\"uploadedToTitle\":\"The Barn\",\"uploadedToLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=948\\u0026action=edit\",\"filesizeInBytes\":1348989,\"filesizeHumanReadable\":\"1 MB\",\"context\":\"\",\"height\":667,\"width\":1000,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAAJDg5NmY0ZGUxLWE4MTgtNDY5NC1iODFhLTBmN2Q0ZDc5ZWFiNw-1-150x150.png\",\"orientation\":\"landscape\"},\"medium\":{\"height\":200,\"width\":300,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAAJDg5NmY0ZGUxLWE4MTgtNDY5NC1iODFhLTBmN2Q0ZDc5ZWFiNw-1-300x200.png\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAAJDg5NmY0ZGUxLWE4MTgtNDY5NC1iODFhLTBmN2Q0ZDc5ZWFiNw-1.png\",\"height\":667,\"width\":1000,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"backgroundPositionDesktop\":{\"x\":0.61,\"y\":0.52},\"backgroundSizeTablet\":\"cover\",\"backgroundSizeMobile\":\"cover\",\"backgroundColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"backgroundImageColor\":\"rgba(42,42,42,0.5)\",\"topPaddingDesktop\":220,\"bottomPaddingDesktop\":150,\"topPaddingTablet\":170,\"bottomPaddingTablet\":160,\"leftPaddingTablet\":30,\"rightPaddingTablet\":30,\"topPaddingMobile\":180,\"bottomPaddingMobile\":80,\"leftPaddingMobile\":20,\"rightPaddingMobile\":20,\"paddingLink\":false,\"variationSelected\":true,\"isBlockRootParent\":true,\"overlayType\":\"color\"} -->\n<div class=\"wp-block-uagb-container uagb-block-6a33e831 alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/advanced-heading {\"block_id\":\"0ba2afd9\",\"classMigrate\":true,\"headingDescToggle\":true,\"headingColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"subHeadingColor\":\"var(\\u002d\\u002dast-global-color-4)\",\"headingTag\":\"h1\",\"headSpace\":20,\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"blockTopPadding\":0,\"blockRightPadding\":50,\"blockLeftPadding\":0,\"blockBottomPadding\":0,\"blockTopPaddingTablet\":0,\"blockRightPaddingTablet\":20,\"blockLeftPaddingTablet\":0,\"blockBottomPaddingTablet\":0,\"blockTopPaddingMobile\":0,\"blockRightPaddingMobile\":0,\"blockLeftPaddingMobile\":0,\"blockBottomPaddingMobile\":0,\"blockPaddingUnit\":\"%\",\"blockPaddingUnitTablet\":\"%\"} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-0ba2afd9\"><h1 class=\"uagb-heading-text\">Amenities &amp; Interests​</h1><p class=\"uagb-desc-text\">We do not give you just rooms to stay in. We give you an environment where you can experience the best while on a holiday with us. </p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:buttons -->\n<div class=\"wp-block-buttons\"><!-- wp:button -->\n<div class=\"wp-block-button\"><a class=\"wp-block-button__link wp-element-button\" href=\"https://book.nightsbridge.com/11065\" target=\"_blank\" rel=\"noreferrer noopener\">BOOK NOW</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"1470dc8b\",\"backgroundType\":\"color\",\"backgroundSizeTablet\":\"cover\",\"backgroundSizeMobile\":\"cover\",\"backgroundColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"topPaddingDesktop\":50,\"bottomPaddingDesktop\":100,\"topPaddingTablet\":50,\"bottomPaddingTablet\":25,\"leftPaddingTablet\":20,\"rightPaddingTablet\":20,\"topPaddingMobile\":50,\"bottomPaddingMobile\":20,\"leftPaddingMobile\":20,\"rightPaddingMobile\":20,\"paddingLink\":false,\"variationSelected\":true,\"rowGapDesktop\":0,\"isBlockRootParent\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-1470dc8b alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/container {\"block_id\":\"43c3352f\",\"directionDesktop\":\"row\",\"alignItemsTablet\":\"flex-start\",\"paddingLink\":false,\"topMarginDesktop\":50,\"bottomMarginDesktop\":20,\"leftMarginDesktop\":0,\"rightMarginDesktop\":0,\"marginLink\":false,\"variationSelected\":true,\"rowGapMobile\":65,\"columnGapDesktop\":48,\"columnGapTablet\":20} -->\n<div class=\"wp-block-uagb-container uagb-block-43c3352f\"><!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"align\":\"center\",\"id\":828,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image aligncenter size-full\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Blue-Roan-pool.png\" alt=\"Blue Roan\'s rock pool\" class=\"wp-image-828\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>A relaxing rock Pool​</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>We have a lovely sparkling blue rock pool next to a thatched Lapa. &nbsp;&nbsp;Lie on recliners on the green lawn or sit on the swing chair in the Lapa and enjoy the panoramic view of the Magaliesberg mountain range.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":829,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/img-20160605-wa0002-largejpg.png\" alt=\"\" class=\"wp-image-829\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>Braai facilities </h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>What can compare to a burning fire under the star-lit African sky? Nothing beats the flavor of cooking over an open flame.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":830,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/ef9d0188da11e2bc56788f5619d9d539.png\" alt=\"\" class=\"wp-image-830\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>A games room </h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>The reception is also a games room for those who enjoy darts or playing pool. &nbsp;Take a selection of DVDs back to your room and watch movies on your own DVD player. &nbsp;There is also a selection of board games and music CDs that you can borrow.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"align\":\"center\",\"id\":1198,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image aligncenter size-full\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/eyJidWNrZXQiOiJhc3NldHMuYWxsdHJhaWxzLmNvbSIsImtleSI6InVwbG9hZHMvcGhvdG8vaW1hZ2UvNDMxNzk4MTAvYjZkYTAz-1.png\" alt=\"\" class=\"wp-image-1198\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>Walking or hiking </h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>There is a well-kept walking trail on our property with plenty of bird life and some benches along the way. &nbsp;It is safe for dogs to run off-leash as it is completely fenced all around. &nbsp;For those who enjoy long walks and hikes, it is safe to cross onto neighbouring farms and go as far as the eye can see.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":1185,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/49089607_1950305445047847_5177863042771189760_n.png\" alt=\"\" class=\"wp-image-1185\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>Mountain biking </h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Bring your mountain bikes and explore the surrounding countryside on safe off-road tracks on our property and on neighbouring farms.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":1196,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Michelle_1.png\" alt=\"\" class=\"wp-image-1196\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>Horse riding </h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Interested riders can book at one of the recommended horse-riding establishments listed further down this page.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"9e3eb58f\",\"innerContentWidth\":\"alignfull\",\"directionDesktop\":\"row\",\"wrapTablet\":\"wrap\",\"variationSelected\":true,\"rowGapTablet\":0,\"columnGapDesktop\":0,\"isBlockRootParent\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-9e3eb58f alignfull uagb-is-root-container\"><!-- wp:uagb/container {\"block_id\":\"d8fd7074\",\"widthDesktop\":25,\"widthTablet\":50,\"variationSelected\":true,\"widthSetByUser\":true,\"UAGHideMob\":true,\"UAGResponsiveConditions\":true} -->\n<div class=\"wp-block-uagb-container uag-hide-mob uagb-block-d8fd7074\"><!-- wp:uagb/image {\"block_id\":\"37f94489\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-18-1-1024x768.jpg\",\"id\":1208,\"linkDestination\":\"none\",\"width\":480,\"height\":500,\"naturalWidth\":1024,\"naturalHeight\":768,\"sizeSlug\":\"large\",\"sizeSlugTablet\":\"large\",\"sizeSlugMobile\":\"large\",\"customHeightSetDesktop\":true} -->\n<div class=\"wp-block-uagb-image uagb-block-37f94489 wp-block-uagb-image--layout-default wp-block-uagb-image--effect-static wp-block-uagb-image--align-none\"><figure class=\"wp-block-uagb-image__figure\"><img srcset=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-18-1-1024x768.jpg \" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-18-1-1024x768.jpg\" alt=\"\" class=\"uag-image-1208\" width=\"480\" height=\"500\" title=\"\" loading=\"lazy\"/></figure></div>\n<!-- /wp:uagb/image --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"93ecf205\",\"widthDesktop\":25,\"widthTablet\":50,\"variationSelected\":true,\"widthSetByUser\":true,\"UAGHideMob\":true,\"UAGResponsiveConditions\":true} -->\n<div class=\"wp-block-uagb-container uag-hide-mob uagb-block-93ecf205\"><!-- wp:uagb/image {\"block_id\":\"5d6c4f3e\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Blue-Roan-pool-1.png\",\"id\":1210,\"linkDestination\":\"none\",\"width\":480,\"height\":500,\"naturalWidth\":370,\"naturalHeight\":440,\"sizeSlug\":\"full\",\"sizeSlugTablet\":\"full\",\"sizeSlugMobile\":\"full\",\"customHeightSetDesktop\":true} -->\n<div class=\"wp-block-uagb-image uagb-block-5d6c4f3e wp-block-uagb-image--layout-default wp-block-uagb-image--effect-static wp-block-uagb-image--align-none\"><figure class=\"wp-block-uagb-image__figure\"><img srcset=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Blue-Roan-pool-1.png \" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Blue-Roan-pool-1.png\" alt=\"\" class=\"uag-image-1210\" width=\"480\" height=\"500\" title=\"\" loading=\"lazy\"/></figure></div>\n<!-- /wp:uagb/image --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"3d72693f\",\"widthDesktop\":50,\"widthTablet\":100,\"variationSelected\":true,\"columnGapDesktop\":20,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-3d72693f\"><!-- wp:uagb/image {\"block_id\":\"3e98cf43\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/the-view-from-my-rooms-1024x768.jpg\",\"id\":1211,\"linkDestination\":\"none\",\"width\":960,\"height\":500,\"naturalWidth\":1024,\"naturalHeight\":768,\"sizeSlug\":\"large\",\"sizeSlugTablet\":\"large\",\"sizeSlugMobile\":\"large\",\"customHeightSetDesktop\":true} -->\n<div class=\"wp-block-uagb-image uagb-block-3e98cf43 wp-block-uagb-image--layout-default wp-block-uagb-image--effect-static wp-block-uagb-image--align-none\"><figure class=\"wp-block-uagb-image__figure\"><img srcset=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/the-view-from-my-rooms-1024x768.jpg \" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/the-view-from-my-rooms-1024x768.jpg\" alt=\"\" class=\"uag-image-1211\" width=\"960\" height=\"500\" title=\"\" loading=\"lazy\"/></figure></div>\n<!-- /wp:uagb/image --></div>\n<!-- /wp:uagb/container --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"0f87e7cb\",\"innerContentWidth\":\"alignfull\",\"directionDesktop\":\"row\",\"wrapTablet\":\"wrap\",\"variationSelected\":true,\"rowGapTablet\":0,\"columnGapDesktop\":0,\"isBlockRootParent\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-0f87e7cb alignfull uagb-is-root-container\"><!-- wp:uagb/container {\"block_id\":\"09b0280f\",\"widthDesktop\":50,\"widthTablet\":100,\"variationSelected\":true,\"columnGapDesktop\":20,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-09b0280f\"><!-- wp:uagb/image {\"block_id\":\"7940fe19\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAAJDI0ZWY4NDc1LThjYjYtNDM3YS1iOTliLWNmOWQxYTJkMWU5MQ-1.png\",\"id\":1213,\"linkDestination\":\"none\",\"width\":960,\"height\":500,\"naturalWidth\":1000,\"naturalHeight\":667,\"sizeSlug\":\"full\",\"sizeSlugTablet\":\"full\",\"sizeSlugMobile\":\"full\",\"customHeightSetDesktop\":true} -->\n<div class=\"wp-block-uagb-image uagb-block-7940fe19 wp-block-uagb-image--layout-default wp-block-uagb-image--effect-static wp-block-uagb-image--align-none\"><figure class=\"wp-block-uagb-image__figure\"><img srcset=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAAJDI0ZWY4NDc1LThjYjYtNDM3YS1iOTliLWNmOWQxYTJkMWU5MQ-1.png \" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAAJDI0ZWY4NDc1LThjYjYtNDM3YS1iOTliLWNmOWQxYTJkMWU5MQ-1.png\" alt=\"\" class=\"uag-image-1213\" width=\"960\" height=\"500\" title=\"\" loading=\"lazy\"/></figure></div>\n<!-- /wp:uagb/image --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"ae84973d\",\"widthDesktop\":25,\"variationSelected\":true,\"widthSetByUser\":true,\"UAGHideMob\":true,\"UAGResponsiveConditions\":true} -->\n<div class=\"wp-block-uagb-container uag-hide-mob uagb-block-ae84973d\"><!-- wp:uagb/image {\"block_id\":\"ec7e542f\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/bird-1-1024x683.jpg\",\"id\":1215,\"linkDestination\":\"none\",\"width\":480,\"height\":500,\"naturalWidth\":1024,\"naturalHeight\":683,\"sizeSlug\":\"large\",\"sizeSlugTablet\":\"large\",\"sizeSlugMobile\":\"large\",\"customHeightSetDesktop\":true} -->\n<div class=\"wp-block-uagb-image uagb-block-ec7e542f wp-block-uagb-image--layout-default wp-block-uagb-image--effect-static wp-block-uagb-image--align-none\"><figure class=\"wp-block-uagb-image__figure\"><img srcset=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/bird-1-1024x683.jpg \" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/bird-1-1024x683.jpg\" alt=\"\" class=\"uag-image-1215\" width=\"480\" height=\"500\" title=\"\" loading=\"lazy\"/></figure></div>\n<!-- /wp:uagb/image --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"09e2d593\",\"widthDesktop\":25,\"variationSelected\":true,\"widthSetByUser\":true,\"UAGHideMob\":true,\"UAGResponsiveConditions\":true} -->\n<div class=\"wp-block-uagb-container uag-hide-mob uagb-block-09e2d593\"><!-- wp:uagb/image {\"block_id\":\"774605ba\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/two-happy-boxers-1024x768.jpg\",\"id\":1216,\"linkDestination\":\"none\",\"width\":480,\"height\":500,\"naturalWidth\":1024,\"naturalHeight\":768,\"sizeSlug\":\"large\",\"sizeSlugTablet\":\"large\",\"sizeSlugMobile\":\"large\",\"customHeightSetDesktop\":true} -->\n<div class=\"wp-block-uagb-image uagb-block-774605ba wp-block-uagb-image--layout-default wp-block-uagb-image--effect-static wp-block-uagb-image--align-none\"><figure class=\"wp-block-uagb-image__figure\"><img srcset=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/two-happy-boxers-1024x768.jpg \" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/two-happy-boxers-1024x768.jpg\" alt=\"\" class=\"uag-image-1216\" width=\"480\" height=\"500\" title=\"\" loading=\"lazy\"/></figure></div>\n<!-- /wp:uagb/image --></div>\n<!-- /wp:uagb/container --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"37ecd0b8\",\"backgroundType\":\"color\",\"backgroundSizeTablet\":\"cover\",\"backgroundSizeMobile\":\"cover\",\"backgroundColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"topPaddingDesktop\":120,\"bottomPaddingDesktop\":120,\"topPaddingTablet\":80,\"bottomPaddingTablet\":80,\"leftPaddingTablet\":30,\"rightPaddingTablet\":30,\"topPaddingMobile\":80,\"bottomPaddingMobile\":80,\"leftPaddingMobile\":20,\"rightPaddingMobile\":20,\"paddingLink\":false,\"variationSelected\":true,\"rowGapDesktop\":0,\"rowGapTablet\":0,\"isBlockRootParent\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-37ecd0b8 alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/container {\"block_id\":\"42f647c9\",\"directionDesktop\":\"row\",\"alignItemsDesktop\":\"flex-end\",\"alignItemsTablet\":\"flex-end\",\"justifyContentDesktop\":\"flex-end\",\"justifyContentTablet\":\"space-between\",\"variationSelected\":true,\"rowGapMobile\":30,\"columnGapDesktop\":0} -->\n<div class=\"wp-block-uagb-container uagb-block-42f647c9\"><!-- wp:uagb/advanced-heading {\"block_id\":\"7710e152\",\"classMigrate\":true,\"headingDescToggle\":true,\"subHeadingColor\":\"\",\"headSpace\":20,\"subHeadFontSize\":16} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-7710e152\"><h2 class=\"uagb-heading-text\">Things to do in the area of Magaliesburg<br></h2><p class=\"uagb-desc-text\">Looking for more? Well, we believe that every guest walks into our lodge for the best experience. And, we are determined to do that.</p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/buttons {\"block_id\":\"38d67b14\",\"classMigrate\":true,\"childMigrate\":true,\"align\":\"right\",\"alignTablet\":\"right\",\"alignMobile\":\"left\",\"gap\":0} -->\n<div class=\"wp-block-uagb-buttons uagb-buttons__outer-wrap uagb-btn__default-btn uagb-btn-tablet__default-btn uagb-btn-mobile__default-btn uagb-block-38d67b14\"><div class=\"uagb-buttons__wrap uagb-buttons-layout-wrap\"><!-- wp:uagb/buttons-child {\"block_id\":\"3ae83c99\",\"label\":\"Get Bookings\",\"link\":\"#\",\"hColor\":\"\",\"borderWidth\":\"\",\"borderRadius\":\"\",\"borderStyle\":\"\",\"borderColor\":\"\",\"borderHColor\":\"\",\"btnBorderTopWidth\":1,\"btnBorderLeftWidth\":1,\"btnBorderRightWidth\":1,\"btnBorderBottomWidth\":1,\"btnBorderTopLeftRadius\":2,\"btnBorderTopRightRadius\":2,\"btnBorderBottomLeftRadius\":2,\"btnBorderBottomRightRadius\":2,\"btnBorderStyle\":\"solid\",\"btnBorderColor\":\"#333\",\"btnBorderHColor\":\"#333\"} -->\n<div class=\"wp-block-uagb-buttons-child uagb-buttons__outer-wrap uagb-block-3ae83c99 wp-block-button is-style-outline\"><div class=\"uagb-button__wrapper\"><a class=\"uagb-buttons-repeater wp-block-button__link\" href=\"#\" rel=\"follow noopener\" target=\"_self\"><div class=\"uagb-button__link\">Get Bookings</div></a></div></div>\n<!-- /wp:uagb/buttons-child --></div></div>\n<!-- /wp:uagb/buttons --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"286b873e\",\"directionDesktop\":\"row\",\"alignItemsTablet\":\"flex-start\",\"paddingLink\":false,\"topMarginDesktop\":54,\"bottomMarginDesktop\":0,\"leftMarginDesktop\":0,\"rightMarginDesktop\":0,\"topMarginTablet\":30,\"bottomMarginTablet\":0,\"leftMarginTablet\":0,\"rightMarginTablet\":0,\"marginLink\":false,\"variationSelected\":true,\"rowGapMobile\":65,\"columnGapDesktop\":48,\"columnGapTablet\":20} -->\n<div class=\"wp-block-uagb-container uagb-block-286b873e\"><!-- wp:uagb/info-box {\"classMigrate\":true,\"headingAlign\":\"left\",\"headingColor\":\"\",\"subHeadingColor\":\"\",\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"source_type\":\"image\",\"block_id\":\"9a99cae8\",\"ctaTarget\":true,\"ctaType\":\"text\",\"ctaText\":\"READ MORE\",\"ctaLink\":\"https://www.sundowner.co.za/rooms/magalies-barbus-haven/\",\"ctaLinkColor\":\"var(\\u002d\\u002dast-global-color-0)\",\"ctaDecoration\":\"underline\",\"ctaFontSize\":12,\"ctaFontWeight\":\"600\",\"ctaLetterSpacing\":2,\"ctaBorderColor\":\"\",\"ctaBorderStyle\":\"\",\"ctaBorderWidth\":\"\",\"ctaBorderRadius\":\"\",\"iconBottomMargin\":30,\"iconImage\":{\"uploading\":false,\"date\":1671106052000,\"filename\":\"41b46e52d7427ea1f6f135454e9a012f.png\",\"menuOrder\":0,\"uploadedTo\":762,\"type\":\"image\",\"subtype\":\"png\",\"id\":1222,\"title\":\"41b46e52d7427ea1f6f135454e9a012f\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/41b46e52d7427ea1f6f135454e9a012f.png\",\"link\":\"https://blueroan.netgen.cloud/amenities/41b46e52d7427ea1f6f135454e9a012f/\",\"alt\":\"\",\"author\":\"2\",\"description\":\"\",\"caption\":\"\",\"name\":\"41b46e52d7427ea1f6f135454e9a012f\",\"status\":\"inherit\",\"modified\":1671106052000,\"mime\":\"image/png\",\"icon\":\"https://blueroan.netgen.cloud/wp-includes/images/media/default.png\",\"dateFormatted\":\"December 15, 2022\",\"nonces\":{\"update\":\"a33de4f0ef\",\"delete\":\"e6f9dee199\",\"edit\":\"6d436328bf\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=1222\\u0026action=edit\",\"meta\":false,\"authorName\":\"Netgen Support\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/profile.php\",\"uploadedToTitle\":\"Amenities\",\"uploadedToLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=762\\u0026action=edit\",\"filesizeInBytes\":326854,\"filesizeHumanReadable\":\"319 KB\",\"context\":\"\",\"height\":440,\"width\":370,\"orientation\":\"portrait\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/41b46e52d7427ea1f6f135454e9a012f-150x150.png\",\"orientation\":\"landscape\"},\"medium\":{\"height\":300,\"width\":252,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/41b46e52d7427ea1f6f135454e9a012f-252x300.png\",\"orientation\":\"portrait\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/41b46e52d7427ea1f6f135454e9a012f.png\",\"height\":440,\"width\":370,\"orientation\":\"portrait\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"imageSize\":\"full\",\"imageWidth\":100,\"imageWidthMobile\":100,\"imageWidthTablet\":100,\"paddingBtnTop\":10,\"paddingBtnBottom\":10,\"paddingBtnLeft\":14,\"paddingBtnRight\":14,\"imageWidthUnit\":\"%\",\"imageWidthUnitTablet\":\"%\",\"imageWidthUnitMobile\":\"%\",\"subHeadTopMargin\":0,\"subHeadRightMargin\":40,\"subHeadLeftMargin\":0,\"subHeadMarginTopTablet\":0,\"subHeadMarginRightTablet\":0,\"subHeadTabletSpace\":20,\"subHeadMarginLeftTablet\":0,\"imgTagHeight\":118,\"imgTagWidth\":370,\"btnBorderTopWidth\":1,\"btnBorderLeftWidth\":1,\"btnBorderRightWidth\":1,\"btnBorderBottomWidth\":1,\"btnBorderTopLeftRadius\":0,\"btnBorderTopRightRadius\":0,\"btnBorderBottomLeftRadius\":0,\"btnBorderBottomRightRadius\":0,\"btnBorderStyle\":\"solid\",\"btnBorderColor\":\"#333\"} -->\n<div class=\"wp-block-uagb-info-box uagb-block-9a99cae8 uagb-infobox__content-wrap  uagb-infobox-icon-above-title uagb-infobox-image-valign-top\"><div class=\"uagb-ifb-content\"><div class=\"uagb-ifb-image-content\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/41b46e52d7427ea1f6f135454e9a012f.png\" alt=\"\" width=\"100\" height=\"118\" loading=\"lazy\"/></div><div class=\"uagb-ifb-title-wrap\"><h3 class=\"uagb-ifb-title\">Fishing at Barbus Haven </h3></div><p class=\"uagb-ifb-desc\">The 2.5 hr Introductory fly fishing clinics cover the basic techniques required to fly fish effectively. </p><div class=\"uagb-ifb-button-wrapper wp-block-button\"><a href=\"https://www.sundowner.co.za/rooms/magalies-barbus-haven/\" target=\"_blank\" class=\"uagb-infobox-cta-link\" rel=\"noopener noreferrer\" alt=\"\"><span class=\"uagb-inline-editing\">READ MORE</span><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M504.3 273.6l-112.1 104c-6.992 6.484-17.18 8.218-25.94 4.406c-8.758-3.812-14.42-12.45-14.42-21.1L351.9 288H32C14.33 288 .0002 273.7 .0002 255.1S14.33 224 32 224h319.9l0-72c0-9.547 5.66-18.19 14.42-22c8.754-3.809 18.95-2.075 25.94 4.41l112.1 104C514.6 247.9 514.6 264.1 504.3 273.6z\"></path></svg></a></div></div></div>\n<!-- /wp:uagb/info-box -->\n\n<!-- wp:uagb/info-box {\"classMigrate\":true,\"headingAlign\":\"left\",\"headingColor\":\"\",\"subHeadingColor\":\"\",\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"source_type\":\"image\",\"block_id\":\"ddfe79f0\",\"ctaTarget\":true,\"ctaType\":\"text\",\"ctaText\":\"READ MORE\",\"ctaLink\":\"https://www.thekingfisherlodge.co.za/activities/\",\"ctaLinkColor\":\"var(\\u002d\\u002dast-global-color-0)\",\"ctaDecoration\":\"underline\",\"ctaFontSize\":12,\"ctaFontWeight\":\"600\",\"ctaLetterSpacing\":2,\"ctaBorderColor\":\"\",\"ctaBorderStyle\":\"\",\"ctaBorderWidth\":\"\",\"ctaBorderRadius\":\"\",\"iconBottomMargin\":30,\"iconImage\":{\"uploading\":false,\"date\":1671106415000,\"filename\":\"IMG-20180619-WA0004.png\",\"menuOrder\":0,\"uploadedTo\":762,\"type\":\"image\",\"subtype\":\"png\",\"id\":1225,\"title\":\"IMG-20180619-WA0004\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/IMG-20180619-WA0004.png\",\"link\":\"https://blueroan.netgen.cloud/amenities/img-20180619-wa0004/\",\"alt\":\"\",\"author\":\"2\",\"description\":\"\",\"caption\":\"\",\"name\":\"img-20180619-wa0004\",\"status\":\"inherit\",\"modified\":1671106415000,\"mime\":\"image/png\",\"icon\":\"https://blueroan.netgen.cloud/wp-includes/images/media/default.png\",\"dateFormatted\":\"December 15, 2022\",\"nonces\":{\"update\":\"e988b6351d\",\"delete\":\"5d512e9cd1\",\"edit\":\"3a331dfabd\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=1225\\u0026action=edit\",\"meta\":false,\"authorName\":\"Netgen Support\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/profile.php\",\"uploadedToTitle\":\"Amenities\",\"uploadedToLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=762\\u0026action=edit\",\"filesizeInBytes\":276116,\"filesizeHumanReadable\":\"270 KB\",\"context\":\"\",\"height\":440,\"width\":370,\"orientation\":\"portrait\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/IMG-20180619-WA0004-150x150.png\",\"orientation\":\"landscape\"},\"medium\":{\"height\":300,\"width\":252,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/IMG-20180619-WA0004-252x300.png\",\"orientation\":\"portrait\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/IMG-20180619-WA0004.png\",\"height\":440,\"width\":370,\"orientation\":\"portrait\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"imageSize\":\"full\",\"imageWidth\":100,\"imageWidthMobile\":100,\"imageWidthTablet\":100,\"paddingBtnTop\":10,\"paddingBtnBottom\":10,\"paddingBtnLeft\":14,\"paddingBtnRight\":14,\"imageWidthUnit\":\"%\",\"imageWidthUnitTablet\":\"%\",\"imageWidthUnitMobile\":\"%\",\"subHeadTopMargin\":0,\"subHeadRightMargin\":40,\"subHeadLeftMargin\":0,\"subHeadMarginTopTablet\":0,\"subHeadMarginRightTablet\":0,\"subHeadTabletSpace\":20,\"subHeadMarginLeftTablet\":0,\"imgTagHeight\":118,\"imgTagWidth\":370,\"btnBorderTopWidth\":1,\"btnBorderLeftWidth\":1,\"btnBorderRightWidth\":1,\"btnBorderBottomWidth\":1,\"btnBorderTopLeftRadius\":0,\"btnBorderTopRightRadius\":0,\"btnBorderBottomLeftRadius\":0,\"btnBorderBottomRightRadius\":0,\"btnBorderStyle\":\"solid\",\"btnBorderColor\":\"#333\"} -->\n<div class=\"wp-block-uagb-info-box uagb-block-ddfe79f0 uagb-infobox__content-wrap  uagb-infobox-icon-above-title uagb-infobox-image-valign-top\"><div class=\"uagb-ifb-content\"><div class=\"uagb-ifb-image-content\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/IMG-20180619-WA0004.png\" alt=\"\" width=\"100\" height=\"118\" loading=\"lazy\"/></div><div class=\"uagb-ifb-title-wrap\"><h3 class=\"uagb-ifb-title\">Fishing at Kingfisher </h3></div><p class=\"uagb-ifb-desc\">The opportunity to fish for Rainbow Trout or the elusive Brown Trout. Kingfisher offers rod hires at their venue. <br></p><div class=\"uagb-ifb-button-wrapper wp-block-button\"><a href=\"https://www.thekingfisherlodge.co.za/activities/\" target=\"_blank\" class=\"uagb-infobox-cta-link\" rel=\"noopener noreferrer\" alt=\"\"><span class=\"uagb-inline-editing\">READ MORE</span><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M504.3 273.6l-112.1 104c-6.992 6.484-17.18 8.218-25.94 4.406c-8.758-3.812-14.42-12.45-14.42-21.1L351.9 288H32C14.33 288 .0002 273.7 .0002 255.1S14.33 224 32 224h319.9l0-72c0-9.547 5.66-18.19 14.42-22c8.754-3.809 18.95-2.075 25.94 4.41l112.1 104C514.6 247.9 514.6 264.1 504.3 273.6z\"></path></svg></a></div></div></div>\n<!-- /wp:uagb/info-box -->\n\n<!-- wp:uagb/info-box {\"classMigrate\":true,\"headingAlign\":\"left\",\"headingColor\":\"\",\"subHeadingColor\":\"\",\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"source_type\":\"image\",\"block_id\":\"fd2e825a\",\"ctaType\":\"text\",\"ctaText\":\"READ MORE\",\"ctaLinkColor\":\"var(\\u002d\\u002dast-global-color-0)\",\"ctaDecoration\":\"underline\",\"ctaFontSize\":12,\"ctaFontWeight\":\"600\",\"ctaLetterSpacing\":2,\"ctaBorderColor\":\"\",\"ctaBorderStyle\":\"\",\"ctaBorderWidth\":\"\",\"ctaBorderRadius\":\"\",\"iconBottomMargin\":30,\"iconImage\":{\"id\":241,\"title\":\"beach\",\"filename\":\"beach.jpg\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/beach.jpg\",\"link\":\"https://blueroan.netgen.cloud/beach/\",\"alt\":\"\",\"author\":\"34\",\"description\":\"\",\"caption\":\"\",\"name\":\"beach\",\"status\":\"inherit\",\"uploadedTo\":0,\"date\":\"2021-05-11T10:56:06.000Z\",\"modified\":\"2021-05-11T10:56:06.000Z\",\"menuOrder\":0,\"mime\":\"image/jpeg\",\"type\":\"image\",\"subtype\":\"jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/default.png\",\"dateFormatted\":\"May 11, 2021\",\"nonces\":{\"update\":\"65c348aac8\",\"delete\":\"6d551f7cf4\",\"edit\":\"026ca70d91\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=241\\u0026action=edit\",\"meta\":false,\"authorName\":\"Rishabh\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/user-edit.php?user_id=34\",\"filesizeInBytes\":38094,\"filesizeHumanReadable\":\"37 KB\",\"context\":\"\",\"height\":440,\"width\":370,\"orientation\":\"portrait\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/beach-150x150.jpg\",\"orientation\":\"landscape\"},\"medium\":{\"height\":300,\"width\":252,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/beach-252x300-1.jpg\",\"orientation\":\"portrait\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/beach.jpg\",\"height\":440,\"width\":370,\"orientation\":\"portrait\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"imageSize\":\"full\",\"imageWidth\":100,\"imageWidthMobile\":100,\"imageWidthTablet\":100,\"paddingBtnTop\":10,\"paddingBtnBottom\":10,\"paddingBtnLeft\":14,\"paddingBtnRight\":14,\"imageWidthUnit\":\"%\",\"imageWidthUnitTablet\":\"%\",\"imageWidthUnitMobile\":\"%\",\"subHeadTopMargin\":0,\"subHeadRightMargin\":40,\"subHeadLeftMargin\":0,\"subHeadMarginTopTablet\":0,\"subHeadMarginRightTablet\":0,\"subHeadTabletSpace\":20,\"subHeadMarginLeftTablet\":0,\"imgTagHeight\":118,\"imgTagWidth\":370,\"btnBorderTopWidth\":1,\"btnBorderLeftWidth\":1,\"btnBorderRightWidth\":1,\"btnBorderBottomWidth\":1,\"btnBorderTopLeftRadius\":0,\"btnBorderTopRightRadius\":0,\"btnBorderBottomLeftRadius\":0,\"btnBorderBottomRightRadius\":0,\"btnBorderStyle\":\"solid\",\"btnBorderColor\":\"#333\"} -->\n<div class=\"wp-block-uagb-info-box uagb-block-fd2e825a uagb-infobox__content-wrap  uagb-infobox-icon-above-title uagb-infobox-image-valign-top\"><div class=\"uagb-ifb-content\"><div class=\"uagb-ifb-image-content\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/beach.jpg\" alt=\"\" width=\"100\" height=\"118\" loading=\"lazy\"/></div><div class=\"uagb-ifb-title-wrap\"><h3 class=\"uagb-ifb-title\">Private Beach​</h3></div><p class=\"uagb-ifb-desc\">Want to take a dip into the sea? All our guests get complimentary access to our private beach.</p><div class=\"uagb-ifb-button-wrapper wp-block-button\"><a href=\"\" target=\"_self\" class=\"uagb-infobox-cta-link uagb-disable-link\" rel=\"noopener noreferrer\" alt=\"\"><span class=\"uagb-inline-editing\">READ MORE</span><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M504.3 273.6l-112.1 104c-6.992 6.484-17.18 8.218-25.94 4.406c-8.758-3.812-14.42-12.45-14.42-21.1L351.9 288H32C14.33 288 .0002 273.7 .0002 255.1S14.33 224 32 224h319.9l0-72c0-9.547 5.66-18.19 14.42-22c8.754-3.809 18.95-2.075 25.94 4.41l112.1 104C514.6 247.9 514.6 264.1 504.3 273.6z\"></path></svg></a></div></div></div>\n<!-- /wp:uagb/info-box --></div>\n<!-- /wp:uagb/container --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"4df82508\",\"backgroundType\":\"color\",\"backgroundSizeTablet\":\"cover\",\"backgroundSizeMobile\":\"cover\",\"backgroundColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"topPaddingDesktop\":50,\"bottomPaddingDesktop\":100,\"topPaddingTablet\":50,\"bottomPaddingTablet\":25,\"leftPaddingTablet\":20,\"rightPaddingTablet\":20,\"topPaddingMobile\":50,\"bottomPaddingMobile\":20,\"leftPaddingMobile\":20,\"rightPaddingMobile\":20,\"paddingLink\":false,\"variationSelected\":true,\"rowGapDesktop\":0,\"isBlockRootParent\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-4df82508 alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/container {\"block_id\":\"70e6811c\",\"directionDesktop\":\"row\",\"alignItemsTablet\":\"flex-start\",\"paddingLink\":false,\"topMarginDesktop\":50,\"bottomMarginDesktop\":20,\"leftMarginDesktop\":0,\"rightMarginDesktop\":0,\"marginLink\":false,\"variationSelected\":true,\"rowGapMobile\":65,\"columnGapDesktop\":48,\"columnGapTablet\":20} -->\n<div class=\"wp-block-uagb-container uagb-block-70e6811c\"><!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"align\":\"center\",\"id\":1222,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image aligncenter size-full\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/41b46e52d7427ea1f6f135454e9a012f.png\" alt=\"\" class=\"wp-image-1222\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"textAlign\":\"center\",\"level\":3} -->\n<h3 class=\"has-text-align-center\">Fishing </h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>The dam has trout (stocked), bass, vlei Kuper and carp. Fly fishers seeking a unique challenge visit our establishment in search of the large &amp; small scale Yellow fish.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:buttons -->\n<div class=\"wp-block-buttons\"><!-- wp:button {\"align\":\"left\"} -->\n<div class=\"wp-block-button alignleft\"><a class=\"wp-block-button__link wp-element-button\" href=\"https://www.sundowner.co.za/rooms/magalies-barbus-haven/\" target=\"_blank\" rel=\"noreferrer noopener\">Barbus Haven</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons -->\n\n<!-- wp:paragraph -->\n<p>The opportunity to fish for Rainbow Trout or the elusive Brown Trout. Kingfisher offers rod hires at their venue. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:buttons -->\n<div class=\"wp-block-buttons\"><!-- wp:button {\"align\":\"left\"} -->\n<div class=\"wp-block-button alignleft\"><a class=\"wp-block-button__link wp-element-button\" href=\"https://www.thekingfisherlodge.co.za/activities/\" target=\"_blank\" rel=\"noreferrer noopener\">Kingfisher</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":1235,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Maseke-MTB-MvZ-3-1024x683-1.png\" alt=\"\" class=\"wp-image-1235\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>Mountain biking </h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>It is a privately owned nature reserve that offers mountain biking.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:spacer {\"height\":\"20px\"} -->\n<div style=\"height:20px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:buttons -->\n<div class=\"wp-block-buttons\"><!-- wp:button -->\n<div class=\"wp-block-button\"><a class=\"wp-block-button__link wp-element-button\" href=\"http://ingwebushcamp.yolasite.com/\" target=\"_blank\" rel=\"noreferrer noopener\">Ingwe Bush Camp&nbsp;</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons -->\n\n<!-- wp:paragraph -->\n<p>With over 80km of trails, Van Gaalen&nbsp;has something to offer for every kind of athlete, from beginner to advanced.<br></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:buttons -->\n<div class=\"wp-block-buttons\"><!-- wp:button -->\n<div class=\"wp-block-button\"><a class=\"wp-block-button__link wp-element-button\" href=\"https://www.vangaalen.co.za/products\" target=\"_blank\" rel=\"noreferrer noopener\">Van Gaalen\'s</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":830,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/ef9d0188da11e2bc56788f5619d9d539.png\" alt=\"\" class=\"wp-image-830\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>Quad biking </h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>We have quads suitable for kiddies, tweens, teens, and adults. We have mini quads and fully automatic 150cc quads.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:spacer {\"height\":\"10px\"} -->\n<div style=\"height:10px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:buttons -->\n<div class=\"wp-block-buttons\"><!-- wp:button -->\n<div class=\"wp-block-button\"><a class=\"wp-block-button__link wp-element-button\" href=\"https://www.saddlecreekadventures.co.za/activity/quad-biking/\" target=\"_blank\" rel=\"noreferrer noopener\">Saddle Creek Ranch</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons -->\n\n<!-- wp:paragraph -->\n<p>A 700-meter monster track, the longest and most exciting track in Gauteng!</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:buttons -->\n<div class=\"wp-block-buttons\"><!-- wp:button -->\n<div class=\"wp-block-button\"><a class=\"wp-block-button__link wp-element-button\" href=\"http://www.swartkrans.co.za/\" target=\"_blank\" rel=\"noreferrer noopener\">Swartkrans Go-Karting&nbsp;</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"align\":\"center\",\"id\":1198,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image aligncenter size-full\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/eyJidWNrZXQiOiJhc3NldHMuYWxsdHJhaWxzLmNvbSIsImtleSI6InVwbG9hZHMvcGhvdG8vaW1hZ2UvNDMxNzk4MTAvYjZkYTAz-1.png\" alt=\"\" class=\"wp-image-1198\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>Walking or hiking </h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>There is a well-kept walking trail on our property with plenty of bird life and some benches along the way. &nbsp;It is safe for dogs to run off-leash as it is completely fenced all around. &nbsp;For those who enjoy long walks and hikes, it is safe to cross onto neighbouring farms and go as far as the eye can see.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":1185,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/49089607_1950305445047847_5177863042771189760_n.png\" alt=\"\" class=\"wp-image-1185\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>Mountain biking </h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Bring your mountain bikes and explore the surrounding countryside on safe off-road tracks on our property and on neighbouring farms.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":1196,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Michelle_1.png\" alt=\"\" class=\"wp-image-1196\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>Horse riding </h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Interested riders can book at one of the recommended horse-riding establishments listed further down this page.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"da5e3269\",\"innerContentCustomWidthDesktop\":781,\"innerContentCustomWidthTablet\":781,\"backgroundType\":\"image\",\"backgroundImageDesktop\":{\"id\":54,\"title\":\"background-img\",\"filename\":\"background-img-1.jpg\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/background-img-1.jpg\",\"link\":\"https://blueroan.netgen.cloud/background-img-2/\",\"alt\":\"\",\"author\":\"34\",\"description\":\"\",\"caption\":\"\",\"name\":\"background-img-2\",\"status\":\"inherit\",\"uploadedTo\":0,\"date\":\"2021-05-07T10:11:37.000Z\",\"modified\":\"2021-05-07T10:11:37.000Z\",\"menuOrder\":0,\"mime\":\"image/jpeg\",\"type\":\"image\",\"subtype\":\"jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/default.png\",\"dateFormatted\":\"May 7, 2021\",\"nonces\":{\"update\":\"bb999636b9\",\"delete\":\"d2e1375bc4\",\"edit\":\"005dd2f0c9\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=54\\u0026action=edit\",\"meta\":false,\"authorName\":\"Rishabh\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/user-edit.php?user_id=34\",\"filesizeInBytes\":338858,\"filesizeHumanReadable\":\"331 KB\",\"context\":\"\",\"height\":1080,\"width\":1920,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/background-img-1-150x150.jpg\",\"orientation\":\"landscape\"},\"medium\":{\"height\":169,\"width\":300,\"url\":\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/background-img-1-300x169.jpg\",\"orientation\":\"landscape\"},\"large\":{\"height\":576,\"width\":1024,\"url\":\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/background-img-1-1024x576.jpg\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/background-img-1.jpg\",\"height\":1080,\"width\":1920,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"backgroundImageColor\":\"rgba(42,42,42,0.65)\",\"topPaddingDesktop\":144,\"bottomPaddingDesktop\":144,\"leftPaddingDesktop\":40,\"rightPaddingDesktop\":40,\"topPaddingTablet\":80,\"bottomPaddingTablet\":80,\"leftPaddingTablet\":40,\"rightPaddingTablet\":40,\"topPaddingMobile\":64,\"bottomPaddingMobile\":64,\"leftPaddingMobile\":24,\"rightPaddingMobile\":24,\"paddingLink\":false,\"variationSelected\":true,\"isBlockRootParent\":true,\"overlayType\":\"color\"} -->\n<div class=\"wp-block-uagb-container uagb-block-da5e3269 alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/advanced-heading {\"block_id\":\"9862d1f7\",\"classMigrate\":true,\"headingDescToggle\":true,\"headingAlign\":\"center\",\"headingColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"subHeadingColor\":\"var(\\u002d\\u002dast-global-color-4)\",\"headSpace\":20} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-9862d1f7\"><h2 class=\"uagb-heading-text\">Plan an Unforgettable Experience in Mykonos Today!</h2><p class=\"uagb-desc-text\">We can help you fit your stay and experience within your allotted budget.</p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/advanced-heading {\"block_id\":\"46b20692\",\"classMigrate\":true,\"headingTitleToggle\":false,\"headingDescToggle\":true,\"headingAlign\":\"center\",\"subHeadingColor\":\"var(\\u002d\\u002dast-global-color-4)\",\"subHeadTransform\":\"uppercase\",\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"subHeadLetterSpacing\":2,\"blockTopPadding\":60,\"blockRightPadding\":0,\"blockLeftPadding\":0,\"blockBottomPadding\":0,\"blockTopPaddingMobile\":30,\"blockRightPaddingMobile\":0,\"blockLeftPaddingMobile\":0,\"blockBottomPaddingMobile\":0} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-46b20692\"><p class=\"uagb-desc-text\">BOOK YOUR STAY NOW​</p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/icon-list {\"block_id\":\"84e4dbbc\",\"classMigrate\":true,\"childMigrate\":true,\"align\":\"center\",\"parentIcon\":\"phone\",\"size\":40,\"sizeMobile\":24,\"sizeTablet\":32,\"fontSize\":48,\"fontSizeMobile\":28,\"fontSizeTablet\":40,\"fontWeight\":\"600\",\"iconColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"labelColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"blockTopPadding\":0,\"blockRightPadding\":0,\"blockLeftPadding\":0,\"blockBottomPadding\":24,\"blockPaddingLink\":false} -->\n<div class=\"wp-block-uagb-icon-list uagb-block-84e4dbbc\"><div class=\"uagb-icon-list__wrap\"><!-- wp:uagb/icon-list-child {\"block_id\":\"e3aac9eb\",\"label\":\"+1-123 456 7890​\",\"label_color\":\"\",\"fromParentIcon\":\"phone\",\"imageSizeChild\":40} -->\n<div class=\"wp-block-uagb-icon-list-child uagb-block-e3aac9eb\"><span class=\"uagb-icon-list__source-wrap\"><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M511.2 387l-23.25 100.8c-3.266 14.25-15.79 24.22-30.46 24.22C205.2 512 0 306.8 0 54.5c0-14.66 9.969-27.2 24.22-30.45l100.8-23.25C139.7-2.602 154.7 5.018 160.8 18.92l46.52 108.5c5.438 12.78 1.77 27.67-8.98 36.45L144.5 207.1c33.98 69.22 90.26 125.5 159.5 159.5l44.08-53.8c8.688-10.78 23.69-14.51 36.47-8.975l108.5 46.51C506.1 357.2 514.6 372.4 511.2 387z\"></path></svg></span><span class=\"uagb-icon-list__label\">+1-123 456 7890​</span></div>\n<!-- /wp:uagb/icon-list-child --></div></div>\n<!-- /wp:uagb/icon-list --></div></div>\n<!-- /wp:uagb/container -->',	'Amenities',	'',	'inherit',	'closed',	'closed',	'',	'762-revision-v1',	'',	'',	'2022-12-15 12:39:18',	'2022-12-15 12:39:18',	'',	762,	'https://blueroan.netgen.cloud/?p=1243',	0,	'revision',	'',	0),
(1244,	2,	'2022-12-15 12:39:55',	'2022-12-15 12:39:55',	'<!-- wp:uagb/container {\"block_id\":\"7079b171\",\"backgroundType\":\"image\",\"backgroundImageDesktop\":{\"id\":1007,\"title\":\"AAEAAQAAAAAAAAAAAAAAJDg5NmY0ZGUxLWE4MTgtNDY5NC1iODFhLTBmN2Q0ZDc5ZWFiNw-1\",\"filename\":\"AAEAAQAAAAAAAAAAAAAAJDg5NmY0ZGUxLWE4MTgtNDY5NC1iODFhLTBmN2Q0ZDc5ZWFiNw-1.png\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAAJDg5NmY0ZGUxLWE4MTgtNDY5NC1iODFhLTBmN2Q0ZDc5ZWFiNw-1.png\",\"link\":\"https://blueroan.netgen.cloud/the-barn/aaeaaqaaaaaaaaaaaaaajdg5nmy0zguxlwe4mtgtndy5nc1iodfhltbmn2q0zdc5zwfinw-1/\",\"alt\":\"\",\"author\":\"2\",\"description\":\"\",\"caption\":\"\",\"name\":\"aaeaaqaaaaaaaaaaaaaajdg5nmy0zguxlwe4mtgtndy5nc1iodfhltbmn2q0zdc5zwfinw-1\",\"status\":\"inherit\",\"uploadedTo\":948,\"date\":\"2022-12-14T10:50:25.000Z\",\"modified\":\"2022-12-14T10:50:25.000Z\",\"menuOrder\":0,\"mime\":\"image/png\",\"type\":\"image\",\"subtype\":\"png\",\"icon\":\"https://blueroan.netgen.cloud/wp-includes/images/media/default.png\",\"dateFormatted\":\"December 14, 2022\",\"nonces\":{\"update\":\"483f8bdf3d\",\"delete\":\"0a7ebc92ef\",\"edit\":\"6bc1c6a685\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=1007\\u0026action=edit\",\"meta\":false,\"authorName\":\"Netgen Support\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/profile.php\",\"uploadedToTitle\":\"The Barn\",\"uploadedToLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=948\\u0026action=edit\",\"filesizeInBytes\":1348989,\"filesizeHumanReadable\":\"1 MB\",\"context\":\"\",\"height\":667,\"width\":1000,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAAJDg5NmY0ZGUxLWE4MTgtNDY5NC1iODFhLTBmN2Q0ZDc5ZWFiNw-1-150x150.png\",\"orientation\":\"landscape\"},\"medium\":{\"height\":200,\"width\":300,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAAJDg5NmY0ZGUxLWE4MTgtNDY5NC1iODFhLTBmN2Q0ZDc5ZWFiNw-1-300x200.png\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAAJDg5NmY0ZGUxLWE4MTgtNDY5NC1iODFhLTBmN2Q0ZDc5ZWFiNw-1.png\",\"height\":667,\"width\":1000,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"backgroundPositionDesktop\":{\"x\":0.61,\"y\":0.52},\"backgroundSizeTablet\":\"cover\",\"backgroundSizeMobile\":\"cover\",\"backgroundColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"backgroundImageColor\":\"rgba(42,42,42,0.5)\",\"topPaddingDesktop\":220,\"bottomPaddingDesktop\":150,\"topPaddingTablet\":170,\"bottomPaddingTablet\":160,\"leftPaddingTablet\":30,\"rightPaddingTablet\":30,\"topPaddingMobile\":180,\"bottomPaddingMobile\":80,\"leftPaddingMobile\":20,\"rightPaddingMobile\":20,\"paddingLink\":false,\"variationSelected\":true,\"isBlockRootParent\":true,\"overlayType\":\"color\"} -->\n<div class=\"wp-block-uagb-container uagb-block-7079b171 alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/advanced-heading {\"block_id\":\"c47ed878\",\"classMigrate\":true,\"headingDescToggle\":true,\"headingColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"subHeadingColor\":\"var(\\u002d\\u002dast-global-color-4)\",\"headingTag\":\"h1\",\"headSpace\":20,\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"blockTopPadding\":0,\"blockRightPadding\":50,\"blockLeftPadding\":0,\"blockBottomPadding\":0,\"blockTopPaddingTablet\":0,\"blockRightPaddingTablet\":20,\"blockLeftPaddingTablet\":0,\"blockBottomPaddingTablet\":0,\"blockTopPaddingMobile\":0,\"blockRightPaddingMobile\":0,\"blockLeftPaddingMobile\":0,\"blockBottomPaddingMobile\":0,\"blockPaddingUnit\":\"%\",\"blockPaddingUnitTablet\":\"%\"} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-c47ed878\"><h1 class=\"uagb-heading-text\">Amenities &amp; Interests​</h1><p class=\"uagb-desc-text\">We do not give you just rooms to stay in. We give you an environment where you can experience the best while on a holiday with us. </p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:buttons -->\n<div class=\"wp-block-buttons\"><!-- wp:button -->\n<div class=\"wp-block-button\"><a class=\"wp-block-button__link wp-element-button\" href=\"https://book.nightsbridge.com/11065\" target=\"_blank\" rel=\"noreferrer noopener\">BOOK NOW</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"fe9aeb70\",\"backgroundType\":\"color\",\"backgroundSizeTablet\":\"cover\",\"backgroundSizeMobile\":\"cover\",\"backgroundColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"topPaddingDesktop\":50,\"bottomPaddingDesktop\":100,\"topPaddingTablet\":50,\"bottomPaddingTablet\":25,\"leftPaddingTablet\":20,\"rightPaddingTablet\":20,\"topPaddingMobile\":50,\"bottomPaddingMobile\":20,\"leftPaddingMobile\":20,\"rightPaddingMobile\":20,\"paddingLink\":false,\"variationSelected\":true,\"rowGapDesktop\":0,\"isBlockRootParent\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-fe9aeb70 alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/container {\"block_id\":\"6aa8ba1e\",\"directionDesktop\":\"row\",\"alignItemsTablet\":\"flex-start\",\"paddingLink\":false,\"topMarginDesktop\":50,\"bottomMarginDesktop\":20,\"leftMarginDesktop\":0,\"rightMarginDesktop\":0,\"marginLink\":false,\"variationSelected\":true,\"rowGapMobile\":65,\"columnGapDesktop\":48,\"columnGapTablet\":20} -->\n<div class=\"wp-block-uagb-container uagb-block-6aa8ba1e\"><!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"align\":\"center\",\"id\":828,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image aligncenter size-full\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Blue-Roan-pool.png\" alt=\"Blue Roan\'s rock pool\" class=\"wp-image-828\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>A relaxing rock Pool​</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>We have a lovely sparkling blue rock pool next to a thatched Lapa. &nbsp;&nbsp;Lie on recliners on the green lawn or sit on the swing chair in the Lapa and enjoy the panoramic view of the Magaliesberg mountain range.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":829,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/img-20160605-wa0002-largejpg.png\" alt=\"\" class=\"wp-image-829\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>Braai facilities </h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>What can compare to a burning fire under the star-lit African sky? Nothing beats the flavor of cooking over an open flame.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":830,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/ef9d0188da11e2bc56788f5619d9d539.png\" alt=\"\" class=\"wp-image-830\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>A games room </h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>The reception is also a games room for those who enjoy darts or playing pool. &nbsp;Take a selection of DVDs back to your room and watch movies on your own DVD player. &nbsp;There is also a selection of board games and music CDs that you can borrow.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"align\":\"center\",\"id\":1198,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image aligncenter size-full\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/eyJidWNrZXQiOiJhc3NldHMuYWxsdHJhaWxzLmNvbSIsImtleSI6InVwbG9hZHMvcGhvdG8vaW1hZ2UvNDMxNzk4MTAvYjZkYTAz-1.png\" alt=\"\" class=\"wp-image-1198\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>Walking or hiking </h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>There is a well-kept walking trail on our property with plenty of bird life and some benches along the way. &nbsp;It is safe for dogs to run off-leash as it is completely fenced all around. &nbsp;For those who enjoy long walks and hikes, it is safe to cross onto neighbouring farms and go as far as the eye can see.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":1185,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/49089607_1950305445047847_5177863042771189760_n.png\" alt=\"\" class=\"wp-image-1185\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>Mountain biking </h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Bring your mountain bikes and explore the surrounding countryside on safe off-road tracks on our property and on neighbouring farms.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":1196,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Michelle_1.png\" alt=\"\" class=\"wp-image-1196\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>Horse riding </h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Interested riders can book at one of the recommended horse-riding establishments listed further down this page.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"fef4582b\",\"innerContentWidth\":\"alignfull\",\"directionDesktop\":\"row\",\"wrapTablet\":\"wrap\",\"variationSelected\":true,\"rowGapTablet\":0,\"columnGapDesktop\":0,\"isBlockRootParent\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-fef4582b alignfull uagb-is-root-container\"><!-- wp:uagb/container {\"block_id\":\"294d11eb\",\"widthDesktop\":25,\"widthTablet\":50,\"variationSelected\":true,\"widthSetByUser\":true,\"UAGHideMob\":true,\"UAGResponsiveConditions\":true} -->\n<div class=\"wp-block-uagb-container uag-hide-mob uagb-block-294d11eb\"><!-- wp:uagb/image {\"block_id\":\"186d85c4\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-18-1-1024x768.jpg\",\"id\":1208,\"linkDestination\":\"none\",\"width\":480,\"height\":500,\"naturalWidth\":1024,\"naturalHeight\":768,\"sizeSlug\":\"large\",\"sizeSlugTablet\":\"large\",\"sizeSlugMobile\":\"large\",\"customHeightSetDesktop\":true} -->\n<div class=\"wp-block-uagb-image uagb-block-186d85c4 wp-block-uagb-image--layout-default wp-block-uagb-image--effect-static wp-block-uagb-image--align-none\"><figure class=\"wp-block-uagb-image__figure\"><img srcset=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-18-1-1024x768.jpg \" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-18-1-1024x768.jpg\" alt=\"\" class=\"uag-image-1208\" width=\"480\" height=\"500\" title=\"\" loading=\"lazy\"/></figure></div>\n<!-- /wp:uagb/image --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"ddcd67f9\",\"widthDesktop\":25,\"widthTablet\":50,\"variationSelected\":true,\"widthSetByUser\":true,\"UAGHideMob\":true,\"UAGResponsiveConditions\":true} -->\n<div class=\"wp-block-uagb-container uag-hide-mob uagb-block-ddcd67f9\"><!-- wp:uagb/image {\"block_id\":\"abd1c413\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Blue-Roan-pool-1.png\",\"id\":1210,\"linkDestination\":\"none\",\"width\":480,\"height\":500,\"naturalWidth\":370,\"naturalHeight\":440,\"sizeSlug\":\"full\",\"sizeSlugTablet\":\"full\",\"sizeSlugMobile\":\"full\",\"customHeightSetDesktop\":true} -->\n<div class=\"wp-block-uagb-image uagb-block-abd1c413 wp-block-uagb-image--layout-default wp-block-uagb-image--effect-static wp-block-uagb-image--align-none\"><figure class=\"wp-block-uagb-image__figure\"><img srcset=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Blue-Roan-pool-1.png \" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Blue-Roan-pool-1.png\" alt=\"\" class=\"uag-image-1210\" width=\"480\" height=\"500\" title=\"\" loading=\"lazy\"/></figure></div>\n<!-- /wp:uagb/image --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"0c1cdc38\",\"widthDesktop\":50,\"widthTablet\":100,\"variationSelected\":true,\"columnGapDesktop\":20,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-0c1cdc38\"><!-- wp:uagb/image {\"block_id\":\"5955882c\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/the-view-from-my-rooms-1024x768.jpg\",\"id\":1211,\"linkDestination\":\"none\",\"width\":960,\"height\":500,\"naturalWidth\":1024,\"naturalHeight\":768,\"sizeSlug\":\"large\",\"sizeSlugTablet\":\"large\",\"sizeSlugMobile\":\"large\",\"customHeightSetDesktop\":true} -->\n<div class=\"wp-block-uagb-image uagb-block-5955882c wp-block-uagb-image--layout-default wp-block-uagb-image--effect-static wp-block-uagb-image--align-none\"><figure class=\"wp-block-uagb-image__figure\"><img srcset=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/the-view-from-my-rooms-1024x768.jpg \" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/the-view-from-my-rooms-1024x768.jpg\" alt=\"\" class=\"uag-image-1211\" width=\"960\" height=\"500\" title=\"\" loading=\"lazy\"/></figure></div>\n<!-- /wp:uagb/image --></div>\n<!-- /wp:uagb/container --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"ccddb716\",\"innerContentWidth\":\"alignfull\",\"directionDesktop\":\"row\",\"wrapTablet\":\"wrap\",\"variationSelected\":true,\"rowGapTablet\":0,\"columnGapDesktop\":0,\"isBlockRootParent\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-ccddb716 alignfull uagb-is-root-container\"><!-- wp:uagb/container {\"block_id\":\"f54cefb2\",\"widthDesktop\":50,\"widthTablet\":100,\"variationSelected\":true,\"columnGapDesktop\":20,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-f54cefb2\"><!-- wp:uagb/image {\"block_id\":\"0c656f4f\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAAJDI0ZWY4NDc1LThjYjYtNDM3YS1iOTliLWNmOWQxYTJkMWU5MQ-1.png\",\"id\":1213,\"linkDestination\":\"none\",\"width\":960,\"height\":500,\"naturalWidth\":1000,\"naturalHeight\":667,\"sizeSlug\":\"full\",\"sizeSlugTablet\":\"full\",\"sizeSlugMobile\":\"full\",\"customHeightSetDesktop\":true} -->\n<div class=\"wp-block-uagb-image uagb-block-0c656f4f wp-block-uagb-image--layout-default wp-block-uagb-image--effect-static wp-block-uagb-image--align-none\"><figure class=\"wp-block-uagb-image__figure\"><img srcset=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAAJDI0ZWY4NDc1LThjYjYtNDM3YS1iOTliLWNmOWQxYTJkMWU5MQ-1.png \" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAAJDI0ZWY4NDc1LThjYjYtNDM3YS1iOTliLWNmOWQxYTJkMWU5MQ-1.png\" alt=\"\" class=\"uag-image-1213\" width=\"960\" height=\"500\" title=\"\" loading=\"lazy\"/></figure></div>\n<!-- /wp:uagb/image --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"feb028ba\",\"widthDesktop\":25,\"variationSelected\":true,\"widthSetByUser\":true,\"UAGHideMob\":true,\"UAGResponsiveConditions\":true} -->\n<div class=\"wp-block-uagb-container uag-hide-mob uagb-block-feb028ba\"><!-- wp:uagb/image {\"block_id\":\"cfe8093a\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/bird-1-1024x683.jpg\",\"id\":1215,\"linkDestination\":\"none\",\"width\":480,\"height\":500,\"naturalWidth\":1024,\"naturalHeight\":683,\"sizeSlug\":\"large\",\"sizeSlugTablet\":\"large\",\"sizeSlugMobile\":\"large\",\"customHeightSetDesktop\":true} -->\n<div class=\"wp-block-uagb-image uagb-block-cfe8093a wp-block-uagb-image--layout-default wp-block-uagb-image--effect-static wp-block-uagb-image--align-none\"><figure class=\"wp-block-uagb-image__figure\"><img srcset=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/bird-1-1024x683.jpg \" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/bird-1-1024x683.jpg\" alt=\"\" class=\"uag-image-1215\" width=\"480\" height=\"500\" title=\"\" loading=\"lazy\"/></figure></div>\n<!-- /wp:uagb/image --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"403da022\",\"widthDesktop\":25,\"variationSelected\":true,\"widthSetByUser\":true,\"UAGHideMob\":true,\"UAGResponsiveConditions\":true} -->\n<div class=\"wp-block-uagb-container uag-hide-mob uagb-block-403da022\"><!-- wp:uagb/image {\"block_id\":\"75894416\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/two-happy-boxers-1024x768.jpg\",\"id\":1216,\"linkDestination\":\"none\",\"width\":480,\"height\":500,\"naturalWidth\":1024,\"naturalHeight\":768,\"sizeSlug\":\"large\",\"sizeSlugTablet\":\"large\",\"sizeSlugMobile\":\"large\",\"customHeightSetDesktop\":true} -->\n<div class=\"wp-block-uagb-image uagb-block-75894416 wp-block-uagb-image--layout-default wp-block-uagb-image--effect-static wp-block-uagb-image--align-none\"><figure class=\"wp-block-uagb-image__figure\"><img srcset=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/two-happy-boxers-1024x768.jpg \" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/two-happy-boxers-1024x768.jpg\" alt=\"\" class=\"uag-image-1216\" width=\"480\" height=\"500\" title=\"\" loading=\"lazy\"/></figure></div>\n<!-- /wp:uagb/image --></div>\n<!-- /wp:uagb/container --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"031daf12\",\"backgroundType\":\"color\",\"backgroundSizeTablet\":\"cover\",\"backgroundSizeMobile\":\"cover\",\"backgroundColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"topPaddingDesktop\":120,\"bottomPaddingDesktop\":120,\"topPaddingTablet\":80,\"bottomPaddingTablet\":80,\"leftPaddingTablet\":30,\"rightPaddingTablet\":30,\"topPaddingMobile\":80,\"bottomPaddingMobile\":80,\"leftPaddingMobile\":20,\"rightPaddingMobile\":20,\"paddingLink\":false,\"variationSelected\":true,\"rowGapDesktop\":0,\"rowGapTablet\":0,\"isBlockRootParent\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-031daf12 alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/container {\"block_id\":\"2c6eb005\",\"directionDesktop\":\"row\",\"alignItemsDesktop\":\"flex-end\",\"alignItemsTablet\":\"flex-end\",\"justifyContentDesktop\":\"flex-end\",\"justifyContentTablet\":\"space-between\",\"variationSelected\":true,\"rowGapMobile\":30,\"columnGapDesktop\":0} -->\n<div class=\"wp-block-uagb-container uagb-block-2c6eb005\"><!-- wp:uagb/advanced-heading {\"block_id\":\"cdf8326b\",\"classMigrate\":true,\"headingDescToggle\":true,\"subHeadingColor\":\"\",\"headSpace\":20,\"subHeadFontSize\":16} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-cdf8326b\"><h2 class=\"uagb-heading-text\">Things to do in the area of Magaliesburg<br></h2><p class=\"uagb-desc-text\">Looking for more? Well, we believe that every guest walks into our lodge for the best experience. And, we are determined to do that.</p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/buttons {\"block_id\":\"8de23cce\",\"classMigrate\":true,\"childMigrate\":true,\"align\":\"right\",\"alignTablet\":\"right\",\"alignMobile\":\"left\",\"gap\":0} -->\n<div class=\"wp-block-uagb-buttons uagb-buttons__outer-wrap uagb-btn__default-btn uagb-btn-tablet__default-btn uagb-btn-mobile__default-btn uagb-block-8de23cce\"><div class=\"uagb-buttons__wrap uagb-buttons-layout-wrap\"><!-- wp:uagb/buttons-child {\"block_id\":\"20041748\",\"label\":\"Get Bookings\",\"link\":\"#\",\"hColor\":\"\",\"borderWidth\":\"\",\"borderRadius\":\"\",\"borderStyle\":\"\",\"borderColor\":\"\",\"borderHColor\":\"\",\"btnBorderTopWidth\":1,\"btnBorderLeftWidth\":1,\"btnBorderRightWidth\":1,\"btnBorderBottomWidth\":1,\"btnBorderTopLeftRadius\":2,\"btnBorderTopRightRadius\":2,\"btnBorderBottomLeftRadius\":2,\"btnBorderBottomRightRadius\":2,\"btnBorderStyle\":\"solid\",\"btnBorderColor\":\"#333\",\"btnBorderHColor\":\"#333\"} -->\n<div class=\"wp-block-uagb-buttons-child uagb-buttons__outer-wrap uagb-block-20041748 wp-block-button is-style-outline\"><div class=\"uagb-button__wrapper\"><a class=\"uagb-buttons-repeater wp-block-button__link\" href=\"#\" rel=\"follow noopener\" target=\"_self\"><div class=\"uagb-button__link\">Get Bookings</div></a></div></div>\n<!-- /wp:uagb/buttons-child --></div></div>\n<!-- /wp:uagb/buttons --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"3b6c65f6\",\"directionDesktop\":\"row\",\"alignItemsTablet\":\"flex-start\",\"paddingLink\":false,\"topMarginDesktop\":54,\"bottomMarginDesktop\":0,\"leftMarginDesktop\":0,\"rightMarginDesktop\":0,\"topMarginTablet\":30,\"bottomMarginTablet\":0,\"leftMarginTablet\":0,\"rightMarginTablet\":0,\"marginLink\":false,\"variationSelected\":true,\"rowGapMobile\":65,\"columnGapDesktop\":48,\"columnGapTablet\":20} -->\n<div class=\"wp-block-uagb-container uagb-block-3b6c65f6\"><!-- wp:uagb/info-box {\"classMigrate\":true,\"headingAlign\":\"left\",\"headingColor\":\"\",\"subHeadingColor\":\"\",\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"source_type\":\"image\",\"block_id\":\"045c38a9\",\"ctaTarget\":true,\"ctaType\":\"text\",\"ctaText\":\"READ MORE\",\"ctaLink\":\"https://www.sundowner.co.za/rooms/magalies-barbus-haven/\",\"ctaLinkColor\":\"var(\\u002d\\u002dast-global-color-0)\",\"ctaDecoration\":\"underline\",\"ctaFontSize\":12,\"ctaFontWeight\":\"600\",\"ctaLetterSpacing\":2,\"ctaBorderColor\":\"\",\"ctaBorderStyle\":\"\",\"ctaBorderWidth\":\"\",\"ctaBorderRadius\":\"\",\"iconBottomMargin\":30,\"iconImage\":{\"uploading\":false,\"date\":1671106052000,\"filename\":\"41b46e52d7427ea1f6f135454e9a012f.png\",\"menuOrder\":0,\"uploadedTo\":762,\"type\":\"image\",\"subtype\":\"png\",\"id\":1222,\"title\":\"41b46e52d7427ea1f6f135454e9a012f\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/41b46e52d7427ea1f6f135454e9a012f.png\",\"link\":\"https://blueroan.netgen.cloud/amenities/41b46e52d7427ea1f6f135454e9a012f/\",\"alt\":\"\",\"author\":\"2\",\"description\":\"\",\"caption\":\"\",\"name\":\"41b46e52d7427ea1f6f135454e9a012f\",\"status\":\"inherit\",\"modified\":1671106052000,\"mime\":\"image/png\",\"icon\":\"https://blueroan.netgen.cloud/wp-includes/images/media/default.png\",\"dateFormatted\":\"December 15, 2022\",\"nonces\":{\"update\":\"a33de4f0ef\",\"delete\":\"e6f9dee199\",\"edit\":\"6d436328bf\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=1222\\u0026action=edit\",\"meta\":false,\"authorName\":\"Netgen Support\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/profile.php\",\"uploadedToTitle\":\"Amenities\",\"uploadedToLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=762\\u0026action=edit\",\"filesizeInBytes\":326854,\"filesizeHumanReadable\":\"319 KB\",\"context\":\"\",\"height\":440,\"width\":370,\"orientation\":\"portrait\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/41b46e52d7427ea1f6f135454e9a012f-150x150.png\",\"orientation\":\"landscape\"},\"medium\":{\"height\":300,\"width\":252,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/41b46e52d7427ea1f6f135454e9a012f-252x300.png\",\"orientation\":\"portrait\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/41b46e52d7427ea1f6f135454e9a012f.png\",\"height\":440,\"width\":370,\"orientation\":\"portrait\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"imageSize\":\"full\",\"imageWidth\":100,\"imageWidthMobile\":100,\"imageWidthTablet\":100,\"paddingBtnTop\":10,\"paddingBtnBottom\":10,\"paddingBtnLeft\":14,\"paddingBtnRight\":14,\"imageWidthUnit\":\"%\",\"imageWidthUnitTablet\":\"%\",\"imageWidthUnitMobile\":\"%\",\"subHeadTopMargin\":0,\"subHeadRightMargin\":40,\"subHeadLeftMargin\":0,\"subHeadMarginTopTablet\":0,\"subHeadMarginRightTablet\":0,\"subHeadTabletSpace\":20,\"subHeadMarginLeftTablet\":0,\"imgTagHeight\":118,\"imgTagWidth\":370,\"btnBorderTopWidth\":1,\"btnBorderLeftWidth\":1,\"btnBorderRightWidth\":1,\"btnBorderBottomWidth\":1,\"btnBorderTopLeftRadius\":0,\"btnBorderTopRightRadius\":0,\"btnBorderBottomLeftRadius\":0,\"btnBorderBottomRightRadius\":0,\"btnBorderStyle\":\"solid\",\"btnBorderColor\":\"#333\"} -->\n<div class=\"wp-block-uagb-info-box uagb-block-045c38a9 uagb-infobox__content-wrap  uagb-infobox-icon-above-title uagb-infobox-image-valign-top\"><div class=\"uagb-ifb-content\"><div class=\"uagb-ifb-image-content\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/41b46e52d7427ea1f6f135454e9a012f.png\" alt=\"\" width=\"100\" height=\"118\" loading=\"lazy\"/></div><div class=\"uagb-ifb-title-wrap\"><h3 class=\"uagb-ifb-title\">Fishing at Barbus Haven </h3></div><p class=\"uagb-ifb-desc\">The 2.5 hr Introductory fly fishing clinics cover the basic techniques required to fly fish effectively. </p><div class=\"uagb-ifb-button-wrapper wp-block-button\"><a href=\"https://www.sundowner.co.za/rooms/magalies-barbus-haven/\" target=\"_blank\" class=\"uagb-infobox-cta-link\" rel=\"noopener noreferrer\" alt=\"\"><span class=\"uagb-inline-editing\">READ MORE</span><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M504.3 273.6l-112.1 104c-6.992 6.484-17.18 8.218-25.94 4.406c-8.758-3.812-14.42-12.45-14.42-21.1L351.9 288H32C14.33 288 .0002 273.7 .0002 255.1S14.33 224 32 224h319.9l0-72c0-9.547 5.66-18.19 14.42-22c8.754-3.809 18.95-2.075 25.94 4.41l112.1 104C514.6 247.9 514.6 264.1 504.3 273.6z\"></path></svg></a></div></div></div>\n<!-- /wp:uagb/info-box -->\n\n<!-- wp:uagb/info-box {\"classMigrate\":true,\"headingAlign\":\"left\",\"headingColor\":\"\",\"subHeadingColor\":\"\",\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"source_type\":\"image\",\"block_id\":\"407cfbd6\",\"ctaTarget\":true,\"ctaType\":\"text\",\"ctaText\":\"READ MORE\",\"ctaLink\":\"https://www.thekingfisherlodge.co.za/activities/\",\"ctaLinkColor\":\"var(\\u002d\\u002dast-global-color-0)\",\"ctaDecoration\":\"underline\",\"ctaFontSize\":12,\"ctaFontWeight\":\"600\",\"ctaLetterSpacing\":2,\"ctaBorderColor\":\"\",\"ctaBorderStyle\":\"\",\"ctaBorderWidth\":\"\",\"ctaBorderRadius\":\"\",\"iconBottomMargin\":30,\"iconImage\":{\"uploading\":false,\"date\":1671106415000,\"filename\":\"IMG-20180619-WA0004.png\",\"menuOrder\":0,\"uploadedTo\":762,\"type\":\"image\",\"subtype\":\"png\",\"id\":1225,\"title\":\"IMG-20180619-WA0004\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/IMG-20180619-WA0004.png\",\"link\":\"https://blueroan.netgen.cloud/amenities/img-20180619-wa0004/\",\"alt\":\"\",\"author\":\"2\",\"description\":\"\",\"caption\":\"\",\"name\":\"img-20180619-wa0004\",\"status\":\"inherit\",\"modified\":1671106415000,\"mime\":\"image/png\",\"icon\":\"https://blueroan.netgen.cloud/wp-includes/images/media/default.png\",\"dateFormatted\":\"December 15, 2022\",\"nonces\":{\"update\":\"e988b6351d\",\"delete\":\"5d512e9cd1\",\"edit\":\"3a331dfabd\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=1225\\u0026action=edit\",\"meta\":false,\"authorName\":\"Netgen Support\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/profile.php\",\"uploadedToTitle\":\"Amenities\",\"uploadedToLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=762\\u0026action=edit\",\"filesizeInBytes\":276116,\"filesizeHumanReadable\":\"270 KB\",\"context\":\"\",\"height\":440,\"width\":370,\"orientation\":\"portrait\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/IMG-20180619-WA0004-150x150.png\",\"orientation\":\"landscape\"},\"medium\":{\"height\":300,\"width\":252,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/IMG-20180619-WA0004-252x300.png\",\"orientation\":\"portrait\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/IMG-20180619-WA0004.png\",\"height\":440,\"width\":370,\"orientation\":\"portrait\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"imageSize\":\"full\",\"imageWidth\":100,\"imageWidthMobile\":100,\"imageWidthTablet\":100,\"paddingBtnTop\":10,\"paddingBtnBottom\":10,\"paddingBtnLeft\":14,\"paddingBtnRight\":14,\"imageWidthUnit\":\"%\",\"imageWidthUnitTablet\":\"%\",\"imageWidthUnitMobile\":\"%\",\"subHeadTopMargin\":0,\"subHeadRightMargin\":40,\"subHeadLeftMargin\":0,\"subHeadMarginTopTablet\":0,\"subHeadMarginRightTablet\":0,\"subHeadTabletSpace\":20,\"subHeadMarginLeftTablet\":0,\"imgTagHeight\":118,\"imgTagWidth\":370,\"btnBorderTopWidth\":1,\"btnBorderLeftWidth\":1,\"btnBorderRightWidth\":1,\"btnBorderBottomWidth\":1,\"btnBorderTopLeftRadius\":0,\"btnBorderTopRightRadius\":0,\"btnBorderBottomLeftRadius\":0,\"btnBorderBottomRightRadius\":0,\"btnBorderStyle\":\"solid\",\"btnBorderColor\":\"#333\"} -->\n<div class=\"wp-block-uagb-info-box uagb-block-407cfbd6 uagb-infobox__content-wrap  uagb-infobox-icon-above-title uagb-infobox-image-valign-top\"><div class=\"uagb-ifb-content\"><div class=\"uagb-ifb-image-content\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/IMG-20180619-WA0004.png\" alt=\"\" width=\"100\" height=\"118\" loading=\"lazy\"/></div><div class=\"uagb-ifb-title-wrap\"><h3 class=\"uagb-ifb-title\">Fishing at Kingfisher </h3></div><p class=\"uagb-ifb-desc\">The opportunity to fish for Rainbow Trout or the elusive Brown Trout. Kingfisher offers rod hires at their venue. <br></p><div class=\"uagb-ifb-button-wrapper wp-block-button\"><a href=\"https://www.thekingfisherlodge.co.za/activities/\" target=\"_blank\" class=\"uagb-infobox-cta-link\" rel=\"noopener noreferrer\" alt=\"\"><span class=\"uagb-inline-editing\">READ MORE</span><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M504.3 273.6l-112.1 104c-6.992 6.484-17.18 8.218-25.94 4.406c-8.758-3.812-14.42-12.45-14.42-21.1L351.9 288H32C14.33 288 .0002 273.7 .0002 255.1S14.33 224 32 224h319.9l0-72c0-9.547 5.66-18.19 14.42-22c8.754-3.809 18.95-2.075 25.94 4.41l112.1 104C514.6 247.9 514.6 264.1 504.3 273.6z\"></path></svg></a></div></div></div>\n<!-- /wp:uagb/info-box -->\n\n<!-- wp:uagb/info-box {\"classMigrate\":true,\"headingAlign\":\"left\",\"headingColor\":\"\",\"subHeadingColor\":\"\",\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"source_type\":\"image\",\"block_id\":\"913a9e8f\",\"ctaType\":\"text\",\"ctaText\":\"READ MORE\",\"ctaLinkColor\":\"var(\\u002d\\u002dast-global-color-0)\",\"ctaDecoration\":\"underline\",\"ctaFontSize\":12,\"ctaFontWeight\":\"600\",\"ctaLetterSpacing\":2,\"ctaBorderColor\":\"\",\"ctaBorderStyle\":\"\",\"ctaBorderWidth\":\"\",\"ctaBorderRadius\":\"\",\"iconBottomMargin\":30,\"iconImage\":{\"id\":241,\"title\":\"beach\",\"filename\":\"beach.jpg\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/beach.jpg\",\"link\":\"https://blueroan.netgen.cloud/beach/\",\"alt\":\"\",\"author\":\"34\",\"description\":\"\",\"caption\":\"\",\"name\":\"beach\",\"status\":\"inherit\",\"uploadedTo\":0,\"date\":\"2021-05-11T10:56:06.000Z\",\"modified\":\"2021-05-11T10:56:06.000Z\",\"menuOrder\":0,\"mime\":\"image/jpeg\",\"type\":\"image\",\"subtype\":\"jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/default.png\",\"dateFormatted\":\"May 11, 2021\",\"nonces\":{\"update\":\"65c348aac8\",\"delete\":\"6d551f7cf4\",\"edit\":\"026ca70d91\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=241\\u0026action=edit\",\"meta\":false,\"authorName\":\"Rishabh\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/user-edit.php?user_id=34\",\"filesizeInBytes\":38094,\"filesizeHumanReadable\":\"37 KB\",\"context\":\"\",\"height\":440,\"width\":370,\"orientation\":\"portrait\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/beach-150x150.jpg\",\"orientation\":\"landscape\"},\"medium\":{\"height\":300,\"width\":252,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/beach-252x300-1.jpg\",\"orientation\":\"portrait\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/beach.jpg\",\"height\":440,\"width\":370,\"orientation\":\"portrait\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"imageSize\":\"full\",\"imageWidth\":100,\"imageWidthMobile\":100,\"imageWidthTablet\":100,\"paddingBtnTop\":10,\"paddingBtnBottom\":10,\"paddingBtnLeft\":14,\"paddingBtnRight\":14,\"imageWidthUnit\":\"%\",\"imageWidthUnitTablet\":\"%\",\"imageWidthUnitMobile\":\"%\",\"subHeadTopMargin\":0,\"subHeadRightMargin\":40,\"subHeadLeftMargin\":0,\"subHeadMarginTopTablet\":0,\"subHeadMarginRightTablet\":0,\"subHeadTabletSpace\":20,\"subHeadMarginLeftTablet\":0,\"imgTagHeight\":118,\"imgTagWidth\":370,\"btnBorderTopWidth\":1,\"btnBorderLeftWidth\":1,\"btnBorderRightWidth\":1,\"btnBorderBottomWidth\":1,\"btnBorderTopLeftRadius\":0,\"btnBorderTopRightRadius\":0,\"btnBorderBottomLeftRadius\":0,\"btnBorderBottomRightRadius\":0,\"btnBorderStyle\":\"solid\",\"btnBorderColor\":\"#333\"} -->\n<div class=\"wp-block-uagb-info-box uagb-block-913a9e8f uagb-infobox__content-wrap  uagb-infobox-icon-above-title uagb-infobox-image-valign-top\"><div class=\"uagb-ifb-content\"><div class=\"uagb-ifb-image-content\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/beach.jpg\" alt=\"\" width=\"100\" height=\"118\" loading=\"lazy\"/></div><div class=\"uagb-ifb-title-wrap\"><h3 class=\"uagb-ifb-title\">Private Beach​</h3></div><p class=\"uagb-ifb-desc\">Want to take a dip into the sea? All our guests get complimentary access to our private beach.</p><div class=\"uagb-ifb-button-wrapper wp-block-button\"><a href=\"\" target=\"_self\" class=\"uagb-infobox-cta-link uagb-disable-link\" rel=\"noopener noreferrer\" alt=\"\"><span class=\"uagb-inline-editing\">READ MORE</span><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M504.3 273.6l-112.1 104c-6.992 6.484-17.18 8.218-25.94 4.406c-8.758-3.812-14.42-12.45-14.42-21.1L351.9 288H32C14.33 288 .0002 273.7 .0002 255.1S14.33 224 32 224h319.9l0-72c0-9.547 5.66-18.19 14.42-22c8.754-3.809 18.95-2.075 25.94 4.41l112.1 104C514.6 247.9 514.6 264.1 504.3 273.6z\"></path></svg></a></div></div></div>\n<!-- /wp:uagb/info-box --></div>\n<!-- /wp:uagb/container --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"efd798d9\",\"backgroundType\":\"color\",\"backgroundSizeTablet\":\"cover\",\"backgroundSizeMobile\":\"cover\",\"backgroundColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"topPaddingDesktop\":50,\"bottomPaddingDesktop\":100,\"topPaddingTablet\":50,\"bottomPaddingTablet\":25,\"leftPaddingTablet\":20,\"rightPaddingTablet\":20,\"topPaddingMobile\":50,\"bottomPaddingMobile\":20,\"leftPaddingMobile\":20,\"rightPaddingMobile\":20,\"paddingLink\":false,\"variationSelected\":true,\"rowGapDesktop\":0,\"isBlockRootParent\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-efd798d9 alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/container {\"block_id\":\"718e198a\",\"directionDesktop\":\"row\",\"alignItemsTablet\":\"flex-start\",\"paddingLink\":false,\"topMarginDesktop\":50,\"bottomMarginDesktop\":20,\"leftMarginDesktop\":0,\"rightMarginDesktop\":0,\"marginLink\":false,\"variationSelected\":true,\"rowGapMobile\":65,\"columnGapDesktop\":48,\"columnGapTablet\":20} -->\n<div class=\"wp-block-uagb-container uagb-block-718e198a\"><!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"align\":\"center\",\"id\":1222,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image aligncenter size-full\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/41b46e52d7427ea1f6f135454e9a012f.png\" alt=\"\" class=\"wp-image-1222\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"textAlign\":\"center\",\"level\":3} -->\n<h3 class=\"has-text-align-center\">Fishing </h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>The dam has trout (stocked), bass, vlei Kuper and carp. Fly fishers seeking a unique challenge visit our establishment in search of the large &amp; small scale Yellow fish.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:buttons -->\n<div class=\"wp-block-buttons\"><!-- wp:button {\"align\":\"left\"} -->\n<div class=\"wp-block-button alignleft\"><a class=\"wp-block-button__link wp-element-button\" href=\"https://www.sundowner.co.za/rooms/magalies-barbus-haven/\" target=\"_blank\" rel=\"noreferrer noopener\">Barbus Haven</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons -->\n\n<!-- wp:paragraph -->\n<p>The opportunity to fish for Rainbow Trout or the elusive Brown Trout. Kingfisher offers rod hires at their venue. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:buttons -->\n<div class=\"wp-block-buttons\"><!-- wp:button {\"align\":\"left\"} -->\n<div class=\"wp-block-button alignleft\"><a class=\"wp-block-button__link wp-element-button\" href=\"https://www.thekingfisherlodge.co.za/activities/\" target=\"_blank\" rel=\"noreferrer noopener\">Kingfisher</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":1235,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Maseke-MTB-MvZ-3-1024x683-1.png\" alt=\"\" class=\"wp-image-1235\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>Mountain biking </h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>It is a privately owned nature reserve that offers mountain biking.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:spacer {\"height\":\"20px\"} -->\n<div style=\"height:20px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:buttons -->\n<div class=\"wp-block-buttons\"><!-- wp:button -->\n<div class=\"wp-block-button\"><a class=\"wp-block-button__link wp-element-button\" href=\"http://ingwebushcamp.yolasite.com/\" target=\"_blank\" rel=\"noreferrer noopener\">Ingwe Bush Camp&nbsp;</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons -->\n\n<!-- wp:paragraph -->\n<p>With over 80km of trails, Van Gaalen&nbsp;has something to offer for every kind of athlete, from beginner to advanced.<br></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:buttons -->\n<div class=\"wp-block-buttons\"><!-- wp:button -->\n<div class=\"wp-block-button\"><a class=\"wp-block-button__link wp-element-button\" href=\"https://www.vangaalen.co.za/products\" target=\"_blank\" rel=\"noreferrer noopener\">Van Gaalen\'s</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":830,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/ef9d0188da11e2bc56788f5619d9d539.png\" alt=\"\" class=\"wp-image-830\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>Quad biking </h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>We have quads suitable for kiddies, tweens, teens, and adults. We have mini quads and fully automatic 150cc quads.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:spacer {\"height\":\"5px\"} -->\n<div style=\"height:5px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:buttons -->\n<div class=\"wp-block-buttons\"><!-- wp:button -->\n<div class=\"wp-block-button\"><a class=\"wp-block-button__link wp-element-button\" href=\"https://www.saddlecreekadventures.co.za/activity/quad-biking/\" target=\"_blank\" rel=\"noreferrer noopener\">Saddle Creek Ranch</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons -->\n\n<!-- wp:paragraph -->\n<p>A 700-meter monster track, the longest and most exciting track in Gauteng!</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:buttons -->\n<div class=\"wp-block-buttons\"><!-- wp:button -->\n<div class=\"wp-block-button\"><a class=\"wp-block-button__link wp-element-button\" href=\"http://www.swartkrans.co.za/\" target=\"_blank\" rel=\"noreferrer noopener\">Swartkrans Go-Karting&nbsp;</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"align\":\"center\",\"id\":1198,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image aligncenter size-full\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/eyJidWNrZXQiOiJhc3NldHMuYWxsdHJhaWxzLmNvbSIsImtleSI6InVwbG9hZHMvcGhvdG8vaW1hZ2UvNDMxNzk4MTAvYjZkYTAz-1.png\" alt=\"\" class=\"wp-image-1198\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>Walking or hiking </h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>There is a well-kept walking trail on our property with plenty of bird life and some benches along the way. &nbsp;It is safe for dogs to run off-leash as it is completely fenced all around. &nbsp;For those who enjoy long walks and hikes, it is safe to cross onto neighbouring farms and go as far as the eye can see.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":1185,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/49089607_1950305445047847_5177863042771189760_n.png\" alt=\"\" class=\"wp-image-1185\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>Mountain biking </h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Bring your mountain bikes and explore the surrounding countryside on safe off-road tracks on our property and on neighbouring farms.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":1196,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Michelle_1.png\" alt=\"\" class=\"wp-image-1196\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>Horse riding </h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Interested riders can book at one of the recommended horse-riding establishments listed further down this page.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"b5e6ec76\",\"innerContentCustomWidthDesktop\":781,\"innerContentCustomWidthTablet\":781,\"backgroundType\":\"image\",\"backgroundImageDesktop\":{\"id\":54,\"title\":\"background-img\",\"filename\":\"background-img-1.jpg\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/background-img-1.jpg\",\"link\":\"https://blueroan.netgen.cloud/background-img-2/\",\"alt\":\"\",\"author\":\"34\",\"description\":\"\",\"caption\":\"\",\"name\":\"background-img-2\",\"status\":\"inherit\",\"uploadedTo\":0,\"date\":\"2021-05-07T10:11:37.000Z\",\"modified\":\"2021-05-07T10:11:37.000Z\",\"menuOrder\":0,\"mime\":\"image/jpeg\",\"type\":\"image\",\"subtype\":\"jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/default.png\",\"dateFormatted\":\"May 7, 2021\",\"nonces\":{\"update\":\"bb999636b9\",\"delete\":\"d2e1375bc4\",\"edit\":\"005dd2f0c9\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=54\\u0026action=edit\",\"meta\":false,\"authorName\":\"Rishabh\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/user-edit.php?user_id=34\",\"filesizeInBytes\":338858,\"filesizeHumanReadable\":\"331 KB\",\"context\":\"\",\"height\":1080,\"width\":1920,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/background-img-1-150x150.jpg\",\"orientation\":\"landscape\"},\"medium\":{\"height\":169,\"width\":300,\"url\":\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/background-img-1-300x169.jpg\",\"orientation\":\"landscape\"},\"large\":{\"height\":576,\"width\":1024,\"url\":\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/background-img-1-1024x576.jpg\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/background-img-1.jpg\",\"height\":1080,\"width\":1920,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"backgroundImageColor\":\"rgba(42,42,42,0.65)\",\"topPaddingDesktop\":144,\"bottomPaddingDesktop\":144,\"leftPaddingDesktop\":40,\"rightPaddingDesktop\":40,\"topPaddingTablet\":80,\"bottomPaddingTablet\":80,\"leftPaddingTablet\":40,\"rightPaddingTablet\":40,\"topPaddingMobile\":64,\"bottomPaddingMobile\":64,\"leftPaddingMobile\":24,\"rightPaddingMobile\":24,\"paddingLink\":false,\"variationSelected\":true,\"isBlockRootParent\":true,\"overlayType\":\"color\"} -->\n<div class=\"wp-block-uagb-container uagb-block-b5e6ec76 alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/advanced-heading {\"block_id\":\"9601743f\",\"classMigrate\":true,\"headingDescToggle\":true,\"headingAlign\":\"center\",\"headingColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"subHeadingColor\":\"var(\\u002d\\u002dast-global-color-4)\",\"headSpace\":20} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-9601743f\"><h2 class=\"uagb-heading-text\">Plan an Unforgettable Experience in Mykonos Today!</h2><p class=\"uagb-desc-text\">We can help you fit your stay and experience within your allotted budget.</p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/advanced-heading {\"block_id\":\"57369d53\",\"classMigrate\":true,\"headingTitleToggle\":false,\"headingDescToggle\":true,\"headingAlign\":\"center\",\"subHeadingColor\":\"var(\\u002d\\u002dast-global-color-4)\",\"subHeadTransform\":\"uppercase\",\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"subHeadLetterSpacing\":2,\"blockTopPadding\":60,\"blockRightPadding\":0,\"blockLeftPadding\":0,\"blockBottomPadding\":0,\"blockTopPaddingMobile\":30,\"blockRightPaddingMobile\":0,\"blockLeftPaddingMobile\":0,\"blockBottomPaddingMobile\":0} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-57369d53\"><p class=\"uagb-desc-text\">BOOK YOUR STAY NOW​</p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/icon-list {\"block_id\":\"071eafb9\",\"classMigrate\":true,\"childMigrate\":true,\"align\":\"center\",\"parentIcon\":\"phone\",\"size\":40,\"sizeMobile\":24,\"sizeTablet\":32,\"fontSize\":48,\"fontSizeMobile\":28,\"fontSizeTablet\":40,\"fontWeight\":\"600\",\"iconColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"labelColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"blockTopPadding\":0,\"blockRightPadding\":0,\"blockLeftPadding\":0,\"blockBottomPadding\":24,\"blockPaddingLink\":false} -->\n<div class=\"wp-block-uagb-icon-list uagb-block-071eafb9\"><div class=\"uagb-icon-list__wrap\"><!-- wp:uagb/icon-list-child {\"block_id\":\"230f911a\",\"label\":\"+1-123 456 7890​\",\"label_color\":\"\",\"fromParentIcon\":\"phone\",\"imageSizeChild\":40} -->\n<div class=\"wp-block-uagb-icon-list-child uagb-block-230f911a\"><span class=\"uagb-icon-list__source-wrap\"><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M511.2 387l-23.25 100.8c-3.266 14.25-15.79 24.22-30.46 24.22C205.2 512 0 306.8 0 54.5c0-14.66 9.969-27.2 24.22-30.45l100.8-23.25C139.7-2.602 154.7 5.018 160.8 18.92l46.52 108.5c5.438 12.78 1.77 27.67-8.98 36.45L144.5 207.1c33.98 69.22 90.26 125.5 159.5 159.5l44.08-53.8c8.688-10.78 23.69-14.51 36.47-8.975l108.5 46.51C506.1 357.2 514.6 372.4 511.2 387z\"></path></svg></span><span class=\"uagb-icon-list__label\">+1-123 456 7890​</span></div>\n<!-- /wp:uagb/icon-list-child --></div></div>\n<!-- /wp:uagb/icon-list --></div></div>\n<!-- /wp:uagb/container -->',	'Amenities',	'',	'inherit',	'closed',	'closed',	'',	'762-revision-v1',	'',	'',	'2022-12-15 12:39:55',	'2022-12-15 12:39:55',	'',	762,	'https://blueroan.netgen.cloud/?p=1244',	0,	'revision',	'',	0),
(1245,	2,	'2022-12-15 12:40:26',	'2022-12-15 12:40:26',	'<!-- wp:uagb/container {\"block_id\":\"781c651c\",\"backgroundType\":\"image\",\"backgroundImageDesktop\":{\"id\":1007,\"title\":\"AAEAAQAAAAAAAAAAAAAAJDg5NmY0ZGUxLWE4MTgtNDY5NC1iODFhLTBmN2Q0ZDc5ZWFiNw-1\",\"filename\":\"AAEAAQAAAAAAAAAAAAAAJDg5NmY0ZGUxLWE4MTgtNDY5NC1iODFhLTBmN2Q0ZDc5ZWFiNw-1.png\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAAJDg5NmY0ZGUxLWE4MTgtNDY5NC1iODFhLTBmN2Q0ZDc5ZWFiNw-1.png\",\"link\":\"https://blueroan.netgen.cloud/the-barn/aaeaaqaaaaaaaaaaaaaajdg5nmy0zguxlwe4mtgtndy5nc1iodfhltbmn2q0zdc5zwfinw-1/\",\"alt\":\"\",\"author\":\"2\",\"description\":\"\",\"caption\":\"\",\"name\":\"aaeaaqaaaaaaaaaaaaaajdg5nmy0zguxlwe4mtgtndy5nc1iodfhltbmn2q0zdc5zwfinw-1\",\"status\":\"inherit\",\"uploadedTo\":948,\"date\":\"2022-12-14T10:50:25.000Z\",\"modified\":\"2022-12-14T10:50:25.000Z\",\"menuOrder\":0,\"mime\":\"image/png\",\"type\":\"image\",\"subtype\":\"png\",\"icon\":\"https://blueroan.netgen.cloud/wp-includes/images/media/default.png\",\"dateFormatted\":\"December 14, 2022\",\"nonces\":{\"update\":\"483f8bdf3d\",\"delete\":\"0a7ebc92ef\",\"edit\":\"6bc1c6a685\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=1007\\u0026action=edit\",\"meta\":false,\"authorName\":\"Netgen Support\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/profile.php\",\"uploadedToTitle\":\"The Barn\",\"uploadedToLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=948\\u0026action=edit\",\"filesizeInBytes\":1348989,\"filesizeHumanReadable\":\"1 MB\",\"context\":\"\",\"height\":667,\"width\":1000,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAAJDg5NmY0ZGUxLWE4MTgtNDY5NC1iODFhLTBmN2Q0ZDc5ZWFiNw-1-150x150.png\",\"orientation\":\"landscape\"},\"medium\":{\"height\":200,\"width\":300,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAAJDg5NmY0ZGUxLWE4MTgtNDY5NC1iODFhLTBmN2Q0ZDc5ZWFiNw-1-300x200.png\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAAJDg5NmY0ZGUxLWE4MTgtNDY5NC1iODFhLTBmN2Q0ZDc5ZWFiNw-1.png\",\"height\":667,\"width\":1000,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"backgroundPositionDesktop\":{\"x\":0.61,\"y\":0.52},\"backgroundSizeTablet\":\"cover\",\"backgroundSizeMobile\":\"cover\",\"backgroundColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"backgroundImageColor\":\"rgba(42,42,42,0.5)\",\"topPaddingDesktop\":220,\"bottomPaddingDesktop\":150,\"topPaddingTablet\":170,\"bottomPaddingTablet\":160,\"leftPaddingTablet\":30,\"rightPaddingTablet\":30,\"topPaddingMobile\":180,\"bottomPaddingMobile\":80,\"leftPaddingMobile\":20,\"rightPaddingMobile\":20,\"paddingLink\":false,\"variationSelected\":true,\"isBlockRootParent\":true,\"overlayType\":\"color\"} -->\n<div class=\"wp-block-uagb-container uagb-block-781c651c alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/advanced-heading {\"block_id\":\"febf7ea4\",\"classMigrate\":true,\"headingDescToggle\":true,\"headingColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"subHeadingColor\":\"var(\\u002d\\u002dast-global-color-4)\",\"headingTag\":\"h1\",\"headSpace\":20,\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"blockTopPadding\":0,\"blockRightPadding\":50,\"blockLeftPadding\":0,\"blockBottomPadding\":0,\"blockTopPaddingTablet\":0,\"blockRightPaddingTablet\":20,\"blockLeftPaddingTablet\":0,\"blockBottomPaddingTablet\":0,\"blockTopPaddingMobile\":0,\"blockRightPaddingMobile\":0,\"blockLeftPaddingMobile\":0,\"blockBottomPaddingMobile\":0,\"blockPaddingUnit\":\"%\",\"blockPaddingUnitTablet\":\"%\"} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-febf7ea4\"><h1 class=\"uagb-heading-text\">Amenities &amp; Interests​</h1><p class=\"uagb-desc-text\">We do not give you just rooms to stay in. We give you an environment where you can experience the best while on a holiday with us. </p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:buttons -->\n<div class=\"wp-block-buttons\"><!-- wp:button -->\n<div class=\"wp-block-button\"><a class=\"wp-block-button__link wp-element-button\" href=\"https://book.nightsbridge.com/11065\" target=\"_blank\" rel=\"noreferrer noopener\">BOOK NOW</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"bbf060da\",\"backgroundType\":\"color\",\"backgroundSizeTablet\":\"cover\",\"backgroundSizeMobile\":\"cover\",\"backgroundColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"topPaddingDesktop\":50,\"bottomPaddingDesktop\":100,\"topPaddingTablet\":50,\"bottomPaddingTablet\":25,\"leftPaddingTablet\":20,\"rightPaddingTablet\":20,\"topPaddingMobile\":50,\"bottomPaddingMobile\":20,\"leftPaddingMobile\":20,\"rightPaddingMobile\":20,\"paddingLink\":false,\"variationSelected\":true,\"rowGapDesktop\":0,\"isBlockRootParent\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-bbf060da alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/container {\"block_id\":\"3876f932\",\"directionDesktop\":\"row\",\"alignItemsTablet\":\"flex-start\",\"paddingLink\":false,\"topMarginDesktop\":50,\"bottomMarginDesktop\":20,\"leftMarginDesktop\":0,\"rightMarginDesktop\":0,\"marginLink\":false,\"variationSelected\":true,\"rowGapMobile\":65,\"columnGapDesktop\":48,\"columnGapTablet\":20} -->\n<div class=\"wp-block-uagb-container uagb-block-3876f932\"><!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"align\":\"center\",\"id\":828,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image aligncenter size-full\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Blue-Roan-pool.png\" alt=\"Blue Roan\'s rock pool\" class=\"wp-image-828\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>A relaxing rock Pool​</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>We have a lovely sparkling blue rock pool next to a thatched Lapa. &nbsp;&nbsp;Lie on recliners on the green lawn or sit on the swing chair in the Lapa and enjoy the panoramic view of the Magaliesberg mountain range.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":829,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/img-20160605-wa0002-largejpg.png\" alt=\"\" class=\"wp-image-829\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>Braai facilities </h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>What can compare to a burning fire under the star-lit African sky? Nothing beats the flavor of cooking over an open flame.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":830,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/ef9d0188da11e2bc56788f5619d9d539.png\" alt=\"\" class=\"wp-image-830\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>A games room </h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>The reception is also a games room for those who enjoy darts or playing pool. &nbsp;Take a selection of DVDs back to your room and watch movies on your own DVD player. &nbsp;There is also a selection of board games and music CDs that you can borrow.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"align\":\"center\",\"id\":1198,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image aligncenter size-full\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/eyJidWNrZXQiOiJhc3NldHMuYWxsdHJhaWxzLmNvbSIsImtleSI6InVwbG9hZHMvcGhvdG8vaW1hZ2UvNDMxNzk4MTAvYjZkYTAz-1.png\" alt=\"\" class=\"wp-image-1198\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>Walking or hiking </h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>There is a well-kept walking trail on our property with plenty of bird life and some benches along the way. &nbsp;It is safe for dogs to run off-leash as it is completely fenced all around. &nbsp;For those who enjoy long walks and hikes, it is safe to cross onto neighbouring farms and go as far as the eye can see.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":1185,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/49089607_1950305445047847_5177863042771189760_n.png\" alt=\"\" class=\"wp-image-1185\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>Mountain biking </h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Bring your mountain bikes and explore the surrounding countryside on safe off-road tracks on our property and on neighbouring farms.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":1196,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Michelle_1.png\" alt=\"\" class=\"wp-image-1196\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>Horse riding </h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Interested riders can book at one of the recommended horse-riding establishments listed further down this page.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"98d7fa3b\",\"innerContentWidth\":\"alignfull\",\"directionDesktop\":\"row\",\"wrapTablet\":\"wrap\",\"variationSelected\":true,\"rowGapTablet\":0,\"columnGapDesktop\":0,\"isBlockRootParent\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-98d7fa3b alignfull uagb-is-root-container\"><!-- wp:uagb/container {\"block_id\":\"777d4e1e\",\"widthDesktop\":25,\"widthTablet\":50,\"variationSelected\":true,\"widthSetByUser\":true,\"UAGHideMob\":true,\"UAGResponsiveConditions\":true} -->\n<div class=\"wp-block-uagb-container uag-hide-mob uagb-block-777d4e1e\"><!-- wp:uagb/image {\"block_id\":\"ff04a16f\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-18-1-1024x768.jpg\",\"id\":1208,\"linkDestination\":\"none\",\"width\":480,\"height\":500,\"naturalWidth\":1024,\"naturalHeight\":768,\"sizeSlug\":\"large\",\"sizeSlugTablet\":\"large\",\"sizeSlugMobile\":\"large\",\"customHeightSetDesktop\":true} -->\n<div class=\"wp-block-uagb-image uagb-block-ff04a16f wp-block-uagb-image--layout-default wp-block-uagb-image--effect-static wp-block-uagb-image--align-none\"><figure class=\"wp-block-uagb-image__figure\"><img srcset=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-18-1-1024x768.jpg \" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-18-1-1024x768.jpg\" alt=\"\" class=\"uag-image-1208\" width=\"480\" height=\"500\" title=\"\" loading=\"lazy\"/></figure></div>\n<!-- /wp:uagb/image --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"ea6a2822\",\"widthDesktop\":25,\"widthTablet\":50,\"variationSelected\":true,\"widthSetByUser\":true,\"UAGHideMob\":true,\"UAGResponsiveConditions\":true} -->\n<div class=\"wp-block-uagb-container uag-hide-mob uagb-block-ea6a2822\"><!-- wp:uagb/image {\"block_id\":\"6642bbcb\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Blue-Roan-pool-1.png\",\"id\":1210,\"linkDestination\":\"none\",\"width\":480,\"height\":500,\"naturalWidth\":370,\"naturalHeight\":440,\"sizeSlug\":\"full\",\"sizeSlugTablet\":\"full\",\"sizeSlugMobile\":\"full\",\"customHeightSetDesktop\":true} -->\n<div class=\"wp-block-uagb-image uagb-block-6642bbcb wp-block-uagb-image--layout-default wp-block-uagb-image--effect-static wp-block-uagb-image--align-none\"><figure class=\"wp-block-uagb-image__figure\"><img srcset=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Blue-Roan-pool-1.png \" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Blue-Roan-pool-1.png\" alt=\"\" class=\"uag-image-1210\" width=\"480\" height=\"500\" title=\"\" loading=\"lazy\"/></figure></div>\n<!-- /wp:uagb/image --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"a3a4a2a0\",\"widthDesktop\":50,\"widthTablet\":100,\"variationSelected\":true,\"columnGapDesktop\":20,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-a3a4a2a0\"><!-- wp:uagb/image {\"block_id\":\"f36a6a1e\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/the-view-from-my-rooms-1024x768.jpg\",\"id\":1211,\"linkDestination\":\"none\",\"width\":960,\"height\":500,\"naturalWidth\":1024,\"naturalHeight\":768,\"sizeSlug\":\"large\",\"sizeSlugTablet\":\"large\",\"sizeSlugMobile\":\"large\",\"customHeightSetDesktop\":true} -->\n<div class=\"wp-block-uagb-image uagb-block-f36a6a1e wp-block-uagb-image--layout-default wp-block-uagb-image--effect-static wp-block-uagb-image--align-none\"><figure class=\"wp-block-uagb-image__figure\"><img srcset=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/the-view-from-my-rooms-1024x768.jpg \" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/the-view-from-my-rooms-1024x768.jpg\" alt=\"\" class=\"uag-image-1211\" width=\"960\" height=\"500\" title=\"\" loading=\"lazy\"/></figure></div>\n<!-- /wp:uagb/image --></div>\n<!-- /wp:uagb/container --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"e40b3acc\",\"innerContentWidth\":\"alignfull\",\"directionDesktop\":\"row\",\"wrapTablet\":\"wrap\",\"variationSelected\":true,\"rowGapTablet\":0,\"columnGapDesktop\":0,\"isBlockRootParent\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-e40b3acc alignfull uagb-is-root-container\"><!-- wp:uagb/container {\"block_id\":\"d203c9bb\",\"widthDesktop\":50,\"widthTablet\":100,\"variationSelected\":true,\"columnGapDesktop\":20,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-d203c9bb\"><!-- wp:uagb/image {\"block_id\":\"f059a2c4\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAAJDI0ZWY4NDc1LThjYjYtNDM3YS1iOTliLWNmOWQxYTJkMWU5MQ-1.png\",\"id\":1213,\"linkDestination\":\"none\",\"width\":960,\"height\":500,\"naturalWidth\":1000,\"naturalHeight\":667,\"sizeSlug\":\"full\",\"sizeSlugTablet\":\"full\",\"sizeSlugMobile\":\"full\",\"customHeightSetDesktop\":true} -->\n<div class=\"wp-block-uagb-image uagb-block-f059a2c4 wp-block-uagb-image--layout-default wp-block-uagb-image--effect-static wp-block-uagb-image--align-none\"><figure class=\"wp-block-uagb-image__figure\"><img srcset=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAAJDI0ZWY4NDc1LThjYjYtNDM3YS1iOTliLWNmOWQxYTJkMWU5MQ-1.png \" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAAJDI0ZWY4NDc1LThjYjYtNDM3YS1iOTliLWNmOWQxYTJkMWU5MQ-1.png\" alt=\"\" class=\"uag-image-1213\" width=\"960\" height=\"500\" title=\"\" loading=\"lazy\"/></figure></div>\n<!-- /wp:uagb/image --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"d010cf94\",\"widthDesktop\":25,\"variationSelected\":true,\"widthSetByUser\":true,\"UAGHideMob\":true,\"UAGResponsiveConditions\":true} -->\n<div class=\"wp-block-uagb-container uag-hide-mob uagb-block-d010cf94\"><!-- wp:uagb/image {\"block_id\":\"f0c777e0\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/bird-1-1024x683.jpg\",\"id\":1215,\"linkDestination\":\"none\",\"width\":480,\"height\":500,\"naturalWidth\":1024,\"naturalHeight\":683,\"sizeSlug\":\"large\",\"sizeSlugTablet\":\"large\",\"sizeSlugMobile\":\"large\",\"customHeightSetDesktop\":true} -->\n<div class=\"wp-block-uagb-image uagb-block-f0c777e0 wp-block-uagb-image--layout-default wp-block-uagb-image--effect-static wp-block-uagb-image--align-none\"><figure class=\"wp-block-uagb-image__figure\"><img srcset=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/bird-1-1024x683.jpg \" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/bird-1-1024x683.jpg\" alt=\"\" class=\"uag-image-1215\" width=\"480\" height=\"500\" title=\"\" loading=\"lazy\"/></figure></div>\n<!-- /wp:uagb/image --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"ca34919a\",\"widthDesktop\":25,\"variationSelected\":true,\"widthSetByUser\":true,\"UAGHideMob\":true,\"UAGResponsiveConditions\":true} -->\n<div class=\"wp-block-uagb-container uag-hide-mob uagb-block-ca34919a\"><!-- wp:uagb/image {\"block_id\":\"32860986\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/two-happy-boxers-1024x768.jpg\",\"id\":1216,\"linkDestination\":\"none\",\"width\":480,\"height\":500,\"naturalWidth\":1024,\"naturalHeight\":768,\"sizeSlug\":\"large\",\"sizeSlugTablet\":\"large\",\"sizeSlugMobile\":\"large\",\"customHeightSetDesktop\":true} -->\n<div class=\"wp-block-uagb-image uagb-block-32860986 wp-block-uagb-image--layout-default wp-block-uagb-image--effect-static wp-block-uagb-image--align-none\"><figure class=\"wp-block-uagb-image__figure\"><img srcset=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/two-happy-boxers-1024x768.jpg \" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/two-happy-boxers-1024x768.jpg\" alt=\"\" class=\"uag-image-1216\" width=\"480\" height=\"500\" title=\"\" loading=\"lazy\"/></figure></div>\n<!-- /wp:uagb/image --></div>\n<!-- /wp:uagb/container --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"2ce4044e\",\"backgroundType\":\"color\",\"backgroundSizeTablet\":\"cover\",\"backgroundSizeMobile\":\"cover\",\"backgroundColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"topPaddingDesktop\":120,\"bottomPaddingDesktop\":120,\"topPaddingTablet\":80,\"bottomPaddingTablet\":80,\"leftPaddingTablet\":30,\"rightPaddingTablet\":30,\"topPaddingMobile\":80,\"bottomPaddingMobile\":80,\"leftPaddingMobile\":20,\"rightPaddingMobile\":20,\"paddingLink\":false,\"variationSelected\":true,\"rowGapDesktop\":0,\"rowGapTablet\":0,\"isBlockRootParent\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-2ce4044e alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/container {\"block_id\":\"d244dd5e\",\"directionDesktop\":\"row\",\"alignItemsDesktop\":\"flex-end\",\"alignItemsTablet\":\"flex-end\",\"justifyContentDesktop\":\"flex-end\",\"justifyContentTablet\":\"space-between\",\"variationSelected\":true,\"rowGapMobile\":30,\"columnGapDesktop\":0} -->\n<div class=\"wp-block-uagb-container uagb-block-d244dd5e\"><!-- wp:uagb/advanced-heading {\"block_id\":\"97526c83\",\"classMigrate\":true,\"headingDescToggle\":true,\"subHeadingColor\":\"\",\"headSpace\":20,\"subHeadFontSize\":16} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-97526c83\"><h2 class=\"uagb-heading-text\">Things to do in the area of Magaliesburg<br></h2><p class=\"uagb-desc-text\">Looking for more? Well, we believe that every guest walks into our lodge for the best experience. And, we are determined to do that.</p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/buttons {\"block_id\":\"8486f266\",\"classMigrate\":true,\"childMigrate\":true,\"align\":\"right\",\"alignTablet\":\"right\",\"alignMobile\":\"left\",\"gap\":0} -->\n<div class=\"wp-block-uagb-buttons uagb-buttons__outer-wrap uagb-btn__default-btn uagb-btn-tablet__default-btn uagb-btn-mobile__default-btn uagb-block-8486f266\"><div class=\"uagb-buttons__wrap uagb-buttons-layout-wrap\"><!-- wp:uagb/buttons-child {\"block_id\":\"a3571e83\",\"label\":\"Get Bookings\",\"link\":\"#\",\"hColor\":\"\",\"borderWidth\":\"\",\"borderRadius\":\"\",\"borderStyle\":\"\",\"borderColor\":\"\",\"borderHColor\":\"\",\"btnBorderTopWidth\":1,\"btnBorderLeftWidth\":1,\"btnBorderRightWidth\":1,\"btnBorderBottomWidth\":1,\"btnBorderTopLeftRadius\":2,\"btnBorderTopRightRadius\":2,\"btnBorderBottomLeftRadius\":2,\"btnBorderBottomRightRadius\":2,\"btnBorderStyle\":\"solid\",\"btnBorderColor\":\"#333\",\"btnBorderHColor\":\"#333\"} -->\n<div class=\"wp-block-uagb-buttons-child uagb-buttons__outer-wrap uagb-block-a3571e83 wp-block-button is-style-outline\"><div class=\"uagb-button__wrapper\"><a class=\"uagb-buttons-repeater wp-block-button__link\" href=\"#\" rel=\"follow noopener\" target=\"_self\"><div class=\"uagb-button__link\">Get Bookings</div></a></div></div>\n<!-- /wp:uagb/buttons-child --></div></div>\n<!-- /wp:uagb/buttons --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"63c51cdc\",\"directionDesktop\":\"row\",\"alignItemsTablet\":\"flex-start\",\"paddingLink\":false,\"topMarginDesktop\":54,\"bottomMarginDesktop\":0,\"leftMarginDesktop\":0,\"rightMarginDesktop\":0,\"topMarginTablet\":30,\"bottomMarginTablet\":0,\"leftMarginTablet\":0,\"rightMarginTablet\":0,\"marginLink\":false,\"variationSelected\":true,\"rowGapMobile\":65,\"columnGapDesktop\":48,\"columnGapTablet\":20} -->\n<div class=\"wp-block-uagb-container uagb-block-63c51cdc\"><!-- wp:uagb/info-box {\"classMigrate\":true,\"headingAlign\":\"left\",\"headingColor\":\"\",\"subHeadingColor\":\"\",\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"source_type\":\"image\",\"block_id\":\"10d662db\",\"ctaTarget\":true,\"ctaType\":\"text\",\"ctaText\":\"READ MORE\",\"ctaLink\":\"https://www.sundowner.co.za/rooms/magalies-barbus-haven/\",\"ctaLinkColor\":\"var(\\u002d\\u002dast-global-color-0)\",\"ctaDecoration\":\"underline\",\"ctaFontSize\":12,\"ctaFontWeight\":\"600\",\"ctaLetterSpacing\":2,\"ctaBorderColor\":\"\",\"ctaBorderStyle\":\"\",\"ctaBorderWidth\":\"\",\"ctaBorderRadius\":\"\",\"iconBottomMargin\":30,\"iconImage\":{\"uploading\":false,\"date\":1671106052000,\"filename\":\"41b46e52d7427ea1f6f135454e9a012f.png\",\"menuOrder\":0,\"uploadedTo\":762,\"type\":\"image\",\"subtype\":\"png\",\"id\":1222,\"title\":\"41b46e52d7427ea1f6f135454e9a012f\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/41b46e52d7427ea1f6f135454e9a012f.png\",\"link\":\"https://blueroan.netgen.cloud/amenities/41b46e52d7427ea1f6f135454e9a012f/\",\"alt\":\"\",\"author\":\"2\",\"description\":\"\",\"caption\":\"\",\"name\":\"41b46e52d7427ea1f6f135454e9a012f\",\"status\":\"inherit\",\"modified\":1671106052000,\"mime\":\"image/png\",\"icon\":\"https://blueroan.netgen.cloud/wp-includes/images/media/default.png\",\"dateFormatted\":\"December 15, 2022\",\"nonces\":{\"update\":\"a33de4f0ef\",\"delete\":\"e6f9dee199\",\"edit\":\"6d436328bf\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=1222\\u0026action=edit\",\"meta\":false,\"authorName\":\"Netgen Support\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/profile.php\",\"uploadedToTitle\":\"Amenities\",\"uploadedToLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=762\\u0026action=edit\",\"filesizeInBytes\":326854,\"filesizeHumanReadable\":\"319 KB\",\"context\":\"\",\"height\":440,\"width\":370,\"orientation\":\"portrait\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/41b46e52d7427ea1f6f135454e9a012f-150x150.png\",\"orientation\":\"landscape\"},\"medium\":{\"height\":300,\"width\":252,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/41b46e52d7427ea1f6f135454e9a012f-252x300.png\",\"orientation\":\"portrait\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/41b46e52d7427ea1f6f135454e9a012f.png\",\"height\":440,\"width\":370,\"orientation\":\"portrait\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"imageSize\":\"full\",\"imageWidth\":100,\"imageWidthMobile\":100,\"imageWidthTablet\":100,\"paddingBtnTop\":10,\"paddingBtnBottom\":10,\"paddingBtnLeft\":14,\"paddingBtnRight\":14,\"imageWidthUnit\":\"%\",\"imageWidthUnitTablet\":\"%\",\"imageWidthUnitMobile\":\"%\",\"subHeadTopMargin\":0,\"subHeadRightMargin\":40,\"subHeadLeftMargin\":0,\"subHeadMarginTopTablet\":0,\"subHeadMarginRightTablet\":0,\"subHeadTabletSpace\":20,\"subHeadMarginLeftTablet\":0,\"imgTagHeight\":118,\"imgTagWidth\":370,\"btnBorderTopWidth\":1,\"btnBorderLeftWidth\":1,\"btnBorderRightWidth\":1,\"btnBorderBottomWidth\":1,\"btnBorderTopLeftRadius\":0,\"btnBorderTopRightRadius\":0,\"btnBorderBottomLeftRadius\":0,\"btnBorderBottomRightRadius\":0,\"btnBorderStyle\":\"solid\",\"btnBorderColor\":\"#333\"} -->\n<div class=\"wp-block-uagb-info-box uagb-block-10d662db uagb-infobox__content-wrap  uagb-infobox-icon-above-title uagb-infobox-image-valign-top\"><div class=\"uagb-ifb-content\"><div class=\"uagb-ifb-image-content\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/41b46e52d7427ea1f6f135454e9a012f.png\" alt=\"\" width=\"100\" height=\"118\" loading=\"lazy\"/></div><div class=\"uagb-ifb-title-wrap\"><h3 class=\"uagb-ifb-title\">Fishing at Barbus Haven </h3></div><p class=\"uagb-ifb-desc\">The 2.5 hr Introductory fly fishing clinics cover the basic techniques required to fly fish effectively. </p><div class=\"uagb-ifb-button-wrapper wp-block-button\"><a href=\"https://www.sundowner.co.za/rooms/magalies-barbus-haven/\" target=\"_blank\" class=\"uagb-infobox-cta-link\" rel=\"noopener noreferrer\" alt=\"\"><span class=\"uagb-inline-editing\">READ MORE</span><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M504.3 273.6l-112.1 104c-6.992 6.484-17.18 8.218-25.94 4.406c-8.758-3.812-14.42-12.45-14.42-21.1L351.9 288H32C14.33 288 .0002 273.7 .0002 255.1S14.33 224 32 224h319.9l0-72c0-9.547 5.66-18.19 14.42-22c8.754-3.809 18.95-2.075 25.94 4.41l112.1 104C514.6 247.9 514.6 264.1 504.3 273.6z\"></path></svg></a></div></div></div>\n<!-- /wp:uagb/info-box -->\n\n<!-- wp:uagb/info-box {\"classMigrate\":true,\"headingAlign\":\"left\",\"headingColor\":\"\",\"subHeadingColor\":\"\",\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"source_type\":\"image\",\"block_id\":\"e9e140a5\",\"ctaTarget\":true,\"ctaType\":\"text\",\"ctaText\":\"READ MORE\",\"ctaLink\":\"https://www.thekingfisherlodge.co.za/activities/\",\"ctaLinkColor\":\"var(\\u002d\\u002dast-global-color-0)\",\"ctaDecoration\":\"underline\",\"ctaFontSize\":12,\"ctaFontWeight\":\"600\",\"ctaLetterSpacing\":2,\"ctaBorderColor\":\"\",\"ctaBorderStyle\":\"\",\"ctaBorderWidth\":\"\",\"ctaBorderRadius\":\"\",\"iconBottomMargin\":30,\"iconImage\":{\"uploading\":false,\"date\":1671106415000,\"filename\":\"IMG-20180619-WA0004.png\",\"menuOrder\":0,\"uploadedTo\":762,\"type\":\"image\",\"subtype\":\"png\",\"id\":1225,\"title\":\"IMG-20180619-WA0004\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/IMG-20180619-WA0004.png\",\"link\":\"https://blueroan.netgen.cloud/amenities/img-20180619-wa0004/\",\"alt\":\"\",\"author\":\"2\",\"description\":\"\",\"caption\":\"\",\"name\":\"img-20180619-wa0004\",\"status\":\"inherit\",\"modified\":1671106415000,\"mime\":\"image/png\",\"icon\":\"https://blueroan.netgen.cloud/wp-includes/images/media/default.png\",\"dateFormatted\":\"December 15, 2022\",\"nonces\":{\"update\":\"e988b6351d\",\"delete\":\"5d512e9cd1\",\"edit\":\"3a331dfabd\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=1225\\u0026action=edit\",\"meta\":false,\"authorName\":\"Netgen Support\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/profile.php\",\"uploadedToTitle\":\"Amenities\",\"uploadedToLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=762\\u0026action=edit\",\"filesizeInBytes\":276116,\"filesizeHumanReadable\":\"270 KB\",\"context\":\"\",\"height\":440,\"width\":370,\"orientation\":\"portrait\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/IMG-20180619-WA0004-150x150.png\",\"orientation\":\"landscape\"},\"medium\":{\"height\":300,\"width\":252,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/IMG-20180619-WA0004-252x300.png\",\"orientation\":\"portrait\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/IMG-20180619-WA0004.png\",\"height\":440,\"width\":370,\"orientation\":\"portrait\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"imageSize\":\"full\",\"imageWidth\":100,\"imageWidthMobile\":100,\"imageWidthTablet\":100,\"paddingBtnTop\":10,\"paddingBtnBottom\":10,\"paddingBtnLeft\":14,\"paddingBtnRight\":14,\"imageWidthUnit\":\"%\",\"imageWidthUnitTablet\":\"%\",\"imageWidthUnitMobile\":\"%\",\"subHeadTopMargin\":0,\"subHeadRightMargin\":40,\"subHeadLeftMargin\":0,\"subHeadMarginTopTablet\":0,\"subHeadMarginRightTablet\":0,\"subHeadTabletSpace\":20,\"subHeadMarginLeftTablet\":0,\"imgTagHeight\":118,\"imgTagWidth\":370,\"btnBorderTopWidth\":1,\"btnBorderLeftWidth\":1,\"btnBorderRightWidth\":1,\"btnBorderBottomWidth\":1,\"btnBorderTopLeftRadius\":0,\"btnBorderTopRightRadius\":0,\"btnBorderBottomLeftRadius\":0,\"btnBorderBottomRightRadius\":0,\"btnBorderStyle\":\"solid\",\"btnBorderColor\":\"#333\"} -->\n<div class=\"wp-block-uagb-info-box uagb-block-e9e140a5 uagb-infobox__content-wrap  uagb-infobox-icon-above-title uagb-infobox-image-valign-top\"><div class=\"uagb-ifb-content\"><div class=\"uagb-ifb-image-content\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/IMG-20180619-WA0004.png\" alt=\"\" width=\"100\" height=\"118\" loading=\"lazy\"/></div><div class=\"uagb-ifb-title-wrap\"><h3 class=\"uagb-ifb-title\">Fishing at Kingfisher </h3></div><p class=\"uagb-ifb-desc\">The opportunity to fish for Rainbow Trout or the elusive Brown Trout. Kingfisher offers rod hires at their venue. <br></p><div class=\"uagb-ifb-button-wrapper wp-block-button\"><a href=\"https://www.thekingfisherlodge.co.za/activities/\" target=\"_blank\" class=\"uagb-infobox-cta-link\" rel=\"noopener noreferrer\" alt=\"\"><span class=\"uagb-inline-editing\">READ MORE</span><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M504.3 273.6l-112.1 104c-6.992 6.484-17.18 8.218-25.94 4.406c-8.758-3.812-14.42-12.45-14.42-21.1L351.9 288H32C14.33 288 .0002 273.7 .0002 255.1S14.33 224 32 224h319.9l0-72c0-9.547 5.66-18.19 14.42-22c8.754-3.809 18.95-2.075 25.94 4.41l112.1 104C514.6 247.9 514.6 264.1 504.3 273.6z\"></path></svg></a></div></div></div>\n<!-- /wp:uagb/info-box -->\n\n<!-- wp:uagb/info-box {\"classMigrate\":true,\"headingAlign\":\"left\",\"headingColor\":\"\",\"subHeadingColor\":\"\",\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"source_type\":\"image\",\"block_id\":\"c0f30a24\",\"ctaType\":\"text\",\"ctaText\":\"READ MORE\",\"ctaLinkColor\":\"var(\\u002d\\u002dast-global-color-0)\",\"ctaDecoration\":\"underline\",\"ctaFontSize\":12,\"ctaFontWeight\":\"600\",\"ctaLetterSpacing\":2,\"ctaBorderColor\":\"\",\"ctaBorderStyle\":\"\",\"ctaBorderWidth\":\"\",\"ctaBorderRadius\":\"\",\"iconBottomMargin\":30,\"iconImage\":{\"id\":241,\"title\":\"beach\",\"filename\":\"beach.jpg\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/beach.jpg\",\"link\":\"https://blueroan.netgen.cloud/beach/\",\"alt\":\"\",\"author\":\"34\",\"description\":\"\",\"caption\":\"\",\"name\":\"beach\",\"status\":\"inherit\",\"uploadedTo\":0,\"date\":\"2021-05-11T10:56:06.000Z\",\"modified\":\"2021-05-11T10:56:06.000Z\",\"menuOrder\":0,\"mime\":\"image/jpeg\",\"type\":\"image\",\"subtype\":\"jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/default.png\",\"dateFormatted\":\"May 11, 2021\",\"nonces\":{\"update\":\"65c348aac8\",\"delete\":\"6d551f7cf4\",\"edit\":\"026ca70d91\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=241\\u0026action=edit\",\"meta\":false,\"authorName\":\"Rishabh\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/user-edit.php?user_id=34\",\"filesizeInBytes\":38094,\"filesizeHumanReadable\":\"37 KB\",\"context\":\"\",\"height\":440,\"width\":370,\"orientation\":\"portrait\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/beach-150x150.jpg\",\"orientation\":\"landscape\"},\"medium\":{\"height\":300,\"width\":252,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/beach-252x300-1.jpg\",\"orientation\":\"portrait\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/beach.jpg\",\"height\":440,\"width\":370,\"orientation\":\"portrait\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"imageSize\":\"full\",\"imageWidth\":100,\"imageWidthMobile\":100,\"imageWidthTablet\":100,\"paddingBtnTop\":10,\"paddingBtnBottom\":10,\"paddingBtnLeft\":14,\"paddingBtnRight\":14,\"imageWidthUnit\":\"%\",\"imageWidthUnitTablet\":\"%\",\"imageWidthUnitMobile\":\"%\",\"subHeadTopMargin\":0,\"subHeadRightMargin\":40,\"subHeadLeftMargin\":0,\"subHeadMarginTopTablet\":0,\"subHeadMarginRightTablet\":0,\"subHeadTabletSpace\":20,\"subHeadMarginLeftTablet\":0,\"imgTagHeight\":118,\"imgTagWidth\":370,\"btnBorderTopWidth\":1,\"btnBorderLeftWidth\":1,\"btnBorderRightWidth\":1,\"btnBorderBottomWidth\":1,\"btnBorderTopLeftRadius\":0,\"btnBorderTopRightRadius\":0,\"btnBorderBottomLeftRadius\":0,\"btnBorderBottomRightRadius\":0,\"btnBorderStyle\":\"solid\",\"btnBorderColor\":\"#333\"} -->\n<div class=\"wp-block-uagb-info-box uagb-block-c0f30a24 uagb-infobox__content-wrap  uagb-infobox-icon-above-title uagb-infobox-image-valign-top\"><div class=\"uagb-ifb-content\"><div class=\"uagb-ifb-image-content\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/beach.jpg\" alt=\"\" width=\"100\" height=\"118\" loading=\"lazy\"/></div><div class=\"uagb-ifb-title-wrap\"><h3 class=\"uagb-ifb-title\">Private Beach​</h3></div><p class=\"uagb-ifb-desc\">Want to take a dip into the sea? All our guests get complimentary access to our private beach.</p><div class=\"uagb-ifb-button-wrapper wp-block-button\"><a href=\"\" target=\"_self\" class=\"uagb-infobox-cta-link uagb-disable-link\" rel=\"noopener noreferrer\" alt=\"\"><span class=\"uagb-inline-editing\">READ MORE</span><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M504.3 273.6l-112.1 104c-6.992 6.484-17.18 8.218-25.94 4.406c-8.758-3.812-14.42-12.45-14.42-21.1L351.9 288H32C14.33 288 .0002 273.7 .0002 255.1S14.33 224 32 224h319.9l0-72c0-9.547 5.66-18.19 14.42-22c8.754-3.809 18.95-2.075 25.94 4.41l112.1 104C514.6 247.9 514.6 264.1 504.3 273.6z\"></path></svg></a></div></div></div>\n<!-- /wp:uagb/info-box --></div>\n<!-- /wp:uagb/container --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"cbeb3b5d\",\"backgroundType\":\"color\",\"backgroundSizeTablet\":\"cover\",\"backgroundSizeMobile\":\"cover\",\"backgroundColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"topPaddingDesktop\":50,\"bottomPaddingDesktop\":100,\"topPaddingTablet\":50,\"bottomPaddingTablet\":25,\"leftPaddingTablet\":20,\"rightPaddingTablet\":20,\"topPaddingMobile\":50,\"bottomPaddingMobile\":20,\"leftPaddingMobile\":20,\"rightPaddingMobile\":20,\"paddingLink\":false,\"variationSelected\":true,\"rowGapDesktop\":0,\"isBlockRootParent\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-cbeb3b5d alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/container {\"block_id\":\"d62f92e7\",\"directionDesktop\":\"row\",\"alignItemsTablet\":\"flex-start\",\"paddingLink\":false,\"topMarginDesktop\":50,\"bottomMarginDesktop\":20,\"leftMarginDesktop\":0,\"rightMarginDesktop\":0,\"marginLink\":false,\"variationSelected\":true,\"rowGapMobile\":65,\"columnGapDesktop\":48,\"columnGapTablet\":20} -->\n<div class=\"wp-block-uagb-container uagb-block-d62f92e7\"><!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"align\":\"center\",\"id\":1222,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image aligncenter size-full\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/41b46e52d7427ea1f6f135454e9a012f.png\" alt=\"\" class=\"wp-image-1222\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"textAlign\":\"center\",\"level\":3} -->\n<h3 class=\"has-text-align-center\">Fishing </h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>The dam has trout (stocked), bass, vlei Kuper and carp. Fly fishers seeking a unique challenge visit our establishment in search of the large &amp; small scale Yellow fish.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:buttons -->\n<div class=\"wp-block-buttons\"><!-- wp:button {\"align\":\"left\"} -->\n<div class=\"wp-block-button alignleft\"><a class=\"wp-block-button__link wp-element-button\" href=\"https://www.sundowner.co.za/rooms/magalies-barbus-haven/\" target=\"_blank\" rel=\"noreferrer noopener\">Barbus Haven</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons -->\n\n<!-- wp:paragraph -->\n<p>The opportunity to fish for Rainbow Trout or the elusive Brown Trout. Kingfisher offers rod hires at their venue. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:buttons -->\n<div class=\"wp-block-buttons\"><!-- wp:button {\"align\":\"left\"} -->\n<div class=\"wp-block-button alignleft\"><a class=\"wp-block-button__link wp-element-button\" href=\"https://www.thekingfisherlodge.co.za/activities/\" target=\"_blank\" rel=\"noreferrer noopener\">Kingfisher</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":1235,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Maseke-MTB-MvZ-3-1024x683-1.png\" alt=\"\" class=\"wp-image-1235\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>Mountain biking </h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>It is a privately owned nature reserve that offers mountain biking.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:spacer {\"height\":\"20px\"} -->\n<div style=\"height:20px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:buttons -->\n<div class=\"wp-block-buttons\"><!-- wp:button -->\n<div class=\"wp-block-button\"><a class=\"wp-block-button__link wp-element-button\" href=\"http://ingwebushcamp.yolasite.com/\" target=\"_blank\" rel=\"noreferrer noopener\">Ingwe Bush Camp&nbsp;</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons -->\n\n<!-- wp:paragraph -->\n<p>With over 80km of trails, Van Gaalen&nbsp;has something to offer for every kind of athlete, from beginner to advanced.<br></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:buttons -->\n<div class=\"wp-block-buttons\"><!-- wp:button -->\n<div class=\"wp-block-button\"><a class=\"wp-block-button__link wp-element-button\" href=\"https://www.vangaalen.co.za/products\" target=\"_blank\" rel=\"noreferrer noopener\">Van Gaalen\'s</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":830,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/ef9d0188da11e2bc56788f5619d9d539.png\" alt=\"\" class=\"wp-image-830\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>Quad biking </h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>We have quads suitable for kiddies, tweens, teens, and adults. We have mini quads and fully automatic 150cc quads.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:buttons -->\n<div class=\"wp-block-buttons\"><!-- wp:button -->\n<div class=\"wp-block-button\"><a class=\"wp-block-button__link wp-element-button\" href=\"https://www.saddlecreekadventures.co.za/activity/quad-biking/\" target=\"_blank\" rel=\"noreferrer noopener\">Saddle Creek Ranch</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons -->\n\n<!-- wp:paragraph -->\n<p>A 700-meter monster track, the longest and most exciting track in Gauteng!</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:buttons -->\n<div class=\"wp-block-buttons\"><!-- wp:button -->\n<div class=\"wp-block-button\"><a class=\"wp-block-button__link wp-element-button\" href=\"http://www.swartkrans.co.za/\" target=\"_blank\" rel=\"noreferrer noopener\">Swartkrans Go-Karting&nbsp;</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"align\":\"center\",\"id\":1198,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image aligncenter size-full\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/eyJidWNrZXQiOiJhc3NldHMuYWxsdHJhaWxzLmNvbSIsImtleSI6InVwbG9hZHMvcGhvdG8vaW1hZ2UvNDMxNzk4MTAvYjZkYTAz-1.png\" alt=\"\" class=\"wp-image-1198\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>Walking or hiking </h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>There is a well-kept walking trail on our property with plenty of bird life and some benches along the way. &nbsp;It is safe for dogs to run off-leash as it is completely fenced all around. &nbsp;For those who enjoy long walks and hikes, it is safe to cross onto neighbouring farms and go as far as the eye can see.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":1185,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/49089607_1950305445047847_5177863042771189760_n.png\" alt=\"\" class=\"wp-image-1185\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>Mountain biking </h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Bring your mountain bikes and explore the surrounding countryside on safe off-road tracks on our property and on neighbouring farms.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":1196,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Michelle_1.png\" alt=\"\" class=\"wp-image-1196\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>Horse riding </h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Interested riders can book at one of the recommended horse-riding establishments listed further down this page.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"fe3d0de4\",\"innerContentCustomWidthDesktop\":781,\"innerContentCustomWidthTablet\":781,\"backgroundType\":\"image\",\"backgroundImageDesktop\":{\"id\":54,\"title\":\"background-img\",\"filename\":\"background-img-1.jpg\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/background-img-1.jpg\",\"link\":\"https://blueroan.netgen.cloud/background-img-2/\",\"alt\":\"\",\"author\":\"34\",\"description\":\"\",\"caption\":\"\",\"name\":\"background-img-2\",\"status\":\"inherit\",\"uploadedTo\":0,\"date\":\"2021-05-07T10:11:37.000Z\",\"modified\":\"2021-05-07T10:11:37.000Z\",\"menuOrder\":0,\"mime\":\"image/jpeg\",\"type\":\"image\",\"subtype\":\"jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/default.png\",\"dateFormatted\":\"May 7, 2021\",\"nonces\":{\"update\":\"bb999636b9\",\"delete\":\"d2e1375bc4\",\"edit\":\"005dd2f0c9\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=54\\u0026action=edit\",\"meta\":false,\"authorName\":\"Rishabh\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/user-edit.php?user_id=34\",\"filesizeInBytes\":338858,\"filesizeHumanReadable\":\"331 KB\",\"context\":\"\",\"height\":1080,\"width\":1920,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/background-img-1-150x150.jpg\",\"orientation\":\"landscape\"},\"medium\":{\"height\":169,\"width\":300,\"url\":\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/background-img-1-300x169.jpg\",\"orientation\":\"landscape\"},\"large\":{\"height\":576,\"width\":1024,\"url\":\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/background-img-1-1024x576.jpg\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/background-img-1.jpg\",\"height\":1080,\"width\":1920,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"backgroundImageColor\":\"rgba(42,42,42,0.65)\",\"topPaddingDesktop\":144,\"bottomPaddingDesktop\":144,\"leftPaddingDesktop\":40,\"rightPaddingDesktop\":40,\"topPaddingTablet\":80,\"bottomPaddingTablet\":80,\"leftPaddingTablet\":40,\"rightPaddingTablet\":40,\"topPaddingMobile\":64,\"bottomPaddingMobile\":64,\"leftPaddingMobile\":24,\"rightPaddingMobile\":24,\"paddingLink\":false,\"variationSelected\":true,\"isBlockRootParent\":true,\"overlayType\":\"color\"} -->\n<div class=\"wp-block-uagb-container uagb-block-fe3d0de4 alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/advanced-heading {\"block_id\":\"15db48ee\",\"classMigrate\":true,\"headingDescToggle\":true,\"headingAlign\":\"center\",\"headingColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"subHeadingColor\":\"var(\\u002d\\u002dast-global-color-4)\",\"headSpace\":20} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-15db48ee\"><h2 class=\"uagb-heading-text\">Plan an Unforgettable Experience in Mykonos Today!</h2><p class=\"uagb-desc-text\">We can help you fit your stay and experience within your allotted budget.</p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/advanced-heading {\"block_id\":\"2e90e0a3\",\"classMigrate\":true,\"headingTitleToggle\":false,\"headingDescToggle\":true,\"headingAlign\":\"center\",\"subHeadingColor\":\"var(\\u002d\\u002dast-global-color-4)\",\"subHeadTransform\":\"uppercase\",\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"subHeadLetterSpacing\":2,\"blockTopPadding\":60,\"blockRightPadding\":0,\"blockLeftPadding\":0,\"blockBottomPadding\":0,\"blockTopPaddingMobile\":30,\"blockRightPaddingMobile\":0,\"blockLeftPaddingMobile\":0,\"blockBottomPaddingMobile\":0} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-2e90e0a3\"><p class=\"uagb-desc-text\">BOOK YOUR STAY NOW​</p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/icon-list {\"block_id\":\"d2befd58\",\"classMigrate\":true,\"childMigrate\":true,\"align\":\"center\",\"parentIcon\":\"phone\",\"size\":40,\"sizeMobile\":24,\"sizeTablet\":32,\"fontSize\":48,\"fontSizeMobile\":28,\"fontSizeTablet\":40,\"fontWeight\":\"600\",\"iconColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"labelColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"blockTopPadding\":0,\"blockRightPadding\":0,\"blockLeftPadding\":0,\"blockBottomPadding\":24,\"blockPaddingLink\":false} -->\n<div class=\"wp-block-uagb-icon-list uagb-block-d2befd58\"><div class=\"uagb-icon-list__wrap\"><!-- wp:uagb/icon-list-child {\"block_id\":\"8c6100d0\",\"label\":\"+1-123 456 7890​\",\"label_color\":\"\",\"fromParentIcon\":\"phone\",\"imageSizeChild\":40} -->\n<div class=\"wp-block-uagb-icon-list-child uagb-block-8c6100d0\"><span class=\"uagb-icon-list__source-wrap\"><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M511.2 387l-23.25 100.8c-3.266 14.25-15.79 24.22-30.46 24.22C205.2 512 0 306.8 0 54.5c0-14.66 9.969-27.2 24.22-30.45l100.8-23.25C139.7-2.602 154.7 5.018 160.8 18.92l46.52 108.5c5.438 12.78 1.77 27.67-8.98 36.45L144.5 207.1c33.98 69.22 90.26 125.5 159.5 159.5l44.08-53.8c8.688-10.78 23.69-14.51 36.47-8.975l108.5 46.51C506.1 357.2 514.6 372.4 511.2 387z\"></path></svg></span><span class=\"uagb-icon-list__label\">+1-123 456 7890​</span></div>\n<!-- /wp:uagb/icon-list-child --></div></div>\n<!-- /wp:uagb/icon-list --></div></div>\n<!-- /wp:uagb/container -->',	'Amenities',	'',	'inherit',	'closed',	'closed',	'',	'762-revision-v1',	'',	'',	'2022-12-15 12:40:26',	'2022-12-15 12:40:26',	'',	762,	'https://blueroan.netgen.cloud/?p=1245',	0,	'revision',	'',	0),
(1246,	2,	'2022-12-15 12:41:05',	'2022-12-15 12:41:05',	'<!-- wp:uagb/container {\"block_id\":\"c9b02f3e\",\"backgroundType\":\"image\",\"backgroundImageDesktop\":{\"id\":1007,\"title\":\"AAEAAQAAAAAAAAAAAAAAJDg5NmY0ZGUxLWE4MTgtNDY5NC1iODFhLTBmN2Q0ZDc5ZWFiNw-1\",\"filename\":\"AAEAAQAAAAAAAAAAAAAAJDg5NmY0ZGUxLWE4MTgtNDY5NC1iODFhLTBmN2Q0ZDc5ZWFiNw-1.png\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAAJDg5NmY0ZGUxLWE4MTgtNDY5NC1iODFhLTBmN2Q0ZDc5ZWFiNw-1.png\",\"link\":\"https://blueroan.netgen.cloud/the-barn/aaeaaqaaaaaaaaaaaaaajdg5nmy0zguxlwe4mtgtndy5nc1iodfhltbmn2q0zdc5zwfinw-1/\",\"alt\":\"\",\"author\":\"2\",\"description\":\"\",\"caption\":\"\",\"name\":\"aaeaaqaaaaaaaaaaaaaajdg5nmy0zguxlwe4mtgtndy5nc1iodfhltbmn2q0zdc5zwfinw-1\",\"status\":\"inherit\",\"uploadedTo\":948,\"date\":\"2022-12-14T10:50:25.000Z\",\"modified\":\"2022-12-14T10:50:25.000Z\",\"menuOrder\":0,\"mime\":\"image/png\",\"type\":\"image\",\"subtype\":\"png\",\"icon\":\"https://blueroan.netgen.cloud/wp-includes/images/media/default.png\",\"dateFormatted\":\"December 14, 2022\",\"nonces\":{\"update\":\"483f8bdf3d\",\"delete\":\"0a7ebc92ef\",\"edit\":\"6bc1c6a685\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=1007\\u0026action=edit\",\"meta\":false,\"authorName\":\"Netgen Support\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/profile.php\",\"uploadedToTitle\":\"The Barn\",\"uploadedToLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=948\\u0026action=edit\",\"filesizeInBytes\":1348989,\"filesizeHumanReadable\":\"1 MB\",\"context\":\"\",\"height\":667,\"width\":1000,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAAJDg5NmY0ZGUxLWE4MTgtNDY5NC1iODFhLTBmN2Q0ZDc5ZWFiNw-1-150x150.png\",\"orientation\":\"landscape\"},\"medium\":{\"height\":200,\"width\":300,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAAJDg5NmY0ZGUxLWE4MTgtNDY5NC1iODFhLTBmN2Q0ZDc5ZWFiNw-1-300x200.png\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAAJDg5NmY0ZGUxLWE4MTgtNDY5NC1iODFhLTBmN2Q0ZDc5ZWFiNw-1.png\",\"height\":667,\"width\":1000,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"backgroundPositionDesktop\":{\"x\":0.61,\"y\":0.52},\"backgroundSizeTablet\":\"cover\",\"backgroundSizeMobile\":\"cover\",\"backgroundColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"backgroundImageColor\":\"rgba(42,42,42,0.5)\",\"topPaddingDesktop\":220,\"bottomPaddingDesktop\":150,\"topPaddingTablet\":170,\"bottomPaddingTablet\":160,\"leftPaddingTablet\":30,\"rightPaddingTablet\":30,\"topPaddingMobile\":180,\"bottomPaddingMobile\":80,\"leftPaddingMobile\":20,\"rightPaddingMobile\":20,\"paddingLink\":false,\"variationSelected\":true,\"isBlockRootParent\":true,\"overlayType\":\"color\"} -->\n<div class=\"wp-block-uagb-container uagb-block-c9b02f3e alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/advanced-heading {\"block_id\":\"c6cd986e\",\"classMigrate\":true,\"headingDescToggle\":true,\"headingColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"subHeadingColor\":\"var(\\u002d\\u002dast-global-color-4)\",\"headingTag\":\"h1\",\"headSpace\":20,\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"blockTopPadding\":0,\"blockRightPadding\":50,\"blockLeftPadding\":0,\"blockBottomPadding\":0,\"blockTopPaddingTablet\":0,\"blockRightPaddingTablet\":20,\"blockLeftPaddingTablet\":0,\"blockBottomPaddingTablet\":0,\"blockTopPaddingMobile\":0,\"blockRightPaddingMobile\":0,\"blockLeftPaddingMobile\":0,\"blockBottomPaddingMobile\":0,\"blockPaddingUnit\":\"%\",\"blockPaddingUnitTablet\":\"%\"} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-c6cd986e\"><h1 class=\"uagb-heading-text\">Amenities &amp; Interests​</h1><p class=\"uagb-desc-text\">We do not give you just rooms to stay in. We give you an environment where you can experience the best while on a holiday with us. </p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:buttons -->\n<div class=\"wp-block-buttons\"><!-- wp:button -->\n<div class=\"wp-block-button\"><a class=\"wp-block-button__link wp-element-button\" href=\"https://book.nightsbridge.com/11065\" target=\"_blank\" rel=\"noreferrer noopener\">BOOK NOW</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"c2a25f8a\",\"backgroundType\":\"color\",\"backgroundSizeTablet\":\"cover\",\"backgroundSizeMobile\":\"cover\",\"backgroundColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"topPaddingDesktop\":50,\"bottomPaddingDesktop\":100,\"topPaddingTablet\":50,\"bottomPaddingTablet\":25,\"leftPaddingTablet\":20,\"rightPaddingTablet\":20,\"topPaddingMobile\":50,\"bottomPaddingMobile\":20,\"leftPaddingMobile\":20,\"rightPaddingMobile\":20,\"paddingLink\":false,\"variationSelected\":true,\"rowGapDesktop\":0,\"isBlockRootParent\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-c2a25f8a alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/container {\"block_id\":\"0cbc345e\",\"directionDesktop\":\"row\",\"alignItemsTablet\":\"flex-start\",\"paddingLink\":false,\"topMarginDesktop\":50,\"bottomMarginDesktop\":20,\"leftMarginDesktop\":0,\"rightMarginDesktop\":0,\"marginLink\":false,\"variationSelected\":true,\"rowGapMobile\":65,\"columnGapDesktop\":48,\"columnGapTablet\":20} -->\n<div class=\"wp-block-uagb-container uagb-block-0cbc345e\"><!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"align\":\"center\",\"id\":828,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image aligncenter size-full\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Blue-Roan-pool.png\" alt=\"Blue Roan\'s rock pool\" class=\"wp-image-828\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>A relaxing rock Pool​</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>We have a lovely sparkling blue rock pool next to a thatched Lapa. &nbsp;&nbsp;Lie on recliners on the green lawn or sit on the swing chair in the Lapa and enjoy the panoramic view of the Magaliesberg mountain range.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":829,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/img-20160605-wa0002-largejpg.png\" alt=\"\" class=\"wp-image-829\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>Braai facilities </h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>What can compare to a burning fire under the star-lit African sky? Nothing beats the flavor of cooking over an open flame.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":830,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/ef9d0188da11e2bc56788f5619d9d539.png\" alt=\"\" class=\"wp-image-830\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>A games room </h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>The reception is also a games room for those who enjoy darts or playing pool. &nbsp;Take a selection of DVDs back to your room and watch movies on your own DVD player. &nbsp;There is also a selection of board games and music CDs that you can borrow.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"align\":\"center\",\"id\":1198,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image aligncenter size-full\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/eyJidWNrZXQiOiJhc3NldHMuYWxsdHJhaWxzLmNvbSIsImtleSI6InVwbG9hZHMvcGhvdG8vaW1hZ2UvNDMxNzk4MTAvYjZkYTAz-1.png\" alt=\"\" class=\"wp-image-1198\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>Walking or hiking </h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>There is a well-kept walking trail on our property with plenty of bird life and some benches along the way. &nbsp;It is safe for dogs to run off-leash as it is completely fenced all around. &nbsp;For those who enjoy long walks and hikes, it is safe to cross onto neighbouring farms and go as far as the eye can see.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":1185,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/49089607_1950305445047847_5177863042771189760_n.png\" alt=\"\" class=\"wp-image-1185\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>Mountain biking </h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Bring your mountain bikes and explore the surrounding countryside on safe off-road tracks on our property and on neighbouring farms.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":1196,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Michelle_1.png\" alt=\"\" class=\"wp-image-1196\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>Horse riding </h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Interested riders can book at one of the recommended horse-riding establishments listed further down this page.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"5e1efe4e\",\"innerContentWidth\":\"alignfull\",\"directionDesktop\":\"row\",\"wrapTablet\":\"wrap\",\"variationSelected\":true,\"rowGapTablet\":0,\"columnGapDesktop\":0,\"isBlockRootParent\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-5e1efe4e alignfull uagb-is-root-container\"><!-- wp:uagb/container {\"block_id\":\"f5a9dc78\",\"widthDesktop\":25,\"widthTablet\":50,\"variationSelected\":true,\"widthSetByUser\":true,\"UAGHideMob\":true,\"UAGResponsiveConditions\":true} -->\n<div class=\"wp-block-uagb-container uag-hide-mob uagb-block-f5a9dc78\"><!-- wp:uagb/image {\"block_id\":\"eee9ddac\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-18-1-1024x768.jpg\",\"id\":1208,\"linkDestination\":\"none\",\"width\":480,\"height\":500,\"naturalWidth\":1024,\"naturalHeight\":768,\"sizeSlug\":\"large\",\"sizeSlugTablet\":\"large\",\"sizeSlugMobile\":\"large\",\"customHeightSetDesktop\":true} -->\n<div class=\"wp-block-uagb-image uagb-block-eee9ddac wp-block-uagb-image--layout-default wp-block-uagb-image--effect-static wp-block-uagb-image--align-none\"><figure class=\"wp-block-uagb-image__figure\"><img srcset=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-18-1-1024x768.jpg \" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-18-1-1024x768.jpg\" alt=\"\" class=\"uag-image-1208\" width=\"480\" height=\"500\" title=\"\" loading=\"lazy\"/></figure></div>\n<!-- /wp:uagb/image --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"720bbdae\",\"widthDesktop\":25,\"widthTablet\":50,\"variationSelected\":true,\"widthSetByUser\":true,\"UAGHideMob\":true,\"UAGResponsiveConditions\":true} -->\n<div class=\"wp-block-uagb-container uag-hide-mob uagb-block-720bbdae\"><!-- wp:uagb/image {\"block_id\":\"fda01612\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Blue-Roan-pool-1.png\",\"id\":1210,\"linkDestination\":\"none\",\"width\":480,\"height\":500,\"naturalWidth\":370,\"naturalHeight\":440,\"sizeSlug\":\"full\",\"sizeSlugTablet\":\"full\",\"sizeSlugMobile\":\"full\",\"customHeightSetDesktop\":true} -->\n<div class=\"wp-block-uagb-image uagb-block-fda01612 wp-block-uagb-image--layout-default wp-block-uagb-image--effect-static wp-block-uagb-image--align-none\"><figure class=\"wp-block-uagb-image__figure\"><img srcset=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Blue-Roan-pool-1.png \" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Blue-Roan-pool-1.png\" alt=\"\" class=\"uag-image-1210\" width=\"480\" height=\"500\" title=\"\" loading=\"lazy\"/></figure></div>\n<!-- /wp:uagb/image --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"a3419677\",\"widthDesktop\":50,\"widthTablet\":100,\"variationSelected\":true,\"columnGapDesktop\":20,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-a3419677\"><!-- wp:uagb/image {\"block_id\":\"a97803c3\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/the-view-from-my-rooms-1024x768.jpg\",\"id\":1211,\"linkDestination\":\"none\",\"width\":960,\"height\":500,\"naturalWidth\":1024,\"naturalHeight\":768,\"sizeSlug\":\"large\",\"sizeSlugTablet\":\"large\",\"sizeSlugMobile\":\"large\",\"customHeightSetDesktop\":true} -->\n<div class=\"wp-block-uagb-image uagb-block-a97803c3 wp-block-uagb-image--layout-default wp-block-uagb-image--effect-static wp-block-uagb-image--align-none\"><figure class=\"wp-block-uagb-image__figure\"><img srcset=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/the-view-from-my-rooms-1024x768.jpg \" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/the-view-from-my-rooms-1024x768.jpg\" alt=\"\" class=\"uag-image-1211\" width=\"960\" height=\"500\" title=\"\" loading=\"lazy\"/></figure></div>\n<!-- /wp:uagb/image --></div>\n<!-- /wp:uagb/container --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"e832dc09\",\"innerContentWidth\":\"alignfull\",\"directionDesktop\":\"row\",\"wrapTablet\":\"wrap\",\"variationSelected\":true,\"rowGapTablet\":0,\"columnGapDesktop\":0,\"isBlockRootParent\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-e832dc09 alignfull uagb-is-root-container\"><!-- wp:uagb/container {\"block_id\":\"6fa07fd7\",\"widthDesktop\":50,\"widthTablet\":100,\"variationSelected\":true,\"columnGapDesktop\":20,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-6fa07fd7\"><!-- wp:uagb/image {\"block_id\":\"fcb6efa7\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAAJDI0ZWY4NDc1LThjYjYtNDM3YS1iOTliLWNmOWQxYTJkMWU5MQ-1.png\",\"id\":1213,\"linkDestination\":\"none\",\"width\":960,\"height\":500,\"naturalWidth\":1000,\"naturalHeight\":667,\"sizeSlug\":\"full\",\"sizeSlugTablet\":\"full\",\"sizeSlugMobile\":\"full\",\"customHeightSetDesktop\":true} -->\n<div class=\"wp-block-uagb-image uagb-block-fcb6efa7 wp-block-uagb-image--layout-default wp-block-uagb-image--effect-static wp-block-uagb-image--align-none\"><figure class=\"wp-block-uagb-image__figure\"><img srcset=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAAJDI0ZWY4NDc1LThjYjYtNDM3YS1iOTliLWNmOWQxYTJkMWU5MQ-1.png \" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAAJDI0ZWY4NDc1LThjYjYtNDM3YS1iOTliLWNmOWQxYTJkMWU5MQ-1.png\" alt=\"\" class=\"uag-image-1213\" width=\"960\" height=\"500\" title=\"\" loading=\"lazy\"/></figure></div>\n<!-- /wp:uagb/image --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"96095b1f\",\"widthDesktop\":25,\"variationSelected\":true,\"widthSetByUser\":true,\"UAGHideMob\":true,\"UAGResponsiveConditions\":true} -->\n<div class=\"wp-block-uagb-container uag-hide-mob uagb-block-96095b1f\"><!-- wp:uagb/image {\"block_id\":\"72a172df\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/bird-1-1024x683.jpg\",\"id\":1215,\"linkDestination\":\"none\",\"width\":480,\"height\":500,\"naturalWidth\":1024,\"naturalHeight\":683,\"sizeSlug\":\"large\",\"sizeSlugTablet\":\"large\",\"sizeSlugMobile\":\"large\",\"customHeightSetDesktop\":true} -->\n<div class=\"wp-block-uagb-image uagb-block-72a172df wp-block-uagb-image--layout-default wp-block-uagb-image--effect-static wp-block-uagb-image--align-none\"><figure class=\"wp-block-uagb-image__figure\"><img srcset=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/bird-1-1024x683.jpg \" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/bird-1-1024x683.jpg\" alt=\"\" class=\"uag-image-1215\" width=\"480\" height=\"500\" title=\"\" loading=\"lazy\"/></figure></div>\n<!-- /wp:uagb/image --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"694af80f\",\"widthDesktop\":25,\"variationSelected\":true,\"widthSetByUser\":true,\"UAGHideMob\":true,\"UAGResponsiveConditions\":true} -->\n<div class=\"wp-block-uagb-container uag-hide-mob uagb-block-694af80f\"><!-- wp:uagb/image {\"block_id\":\"bc3c067f\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/two-happy-boxers-1024x768.jpg\",\"id\":1216,\"linkDestination\":\"none\",\"width\":480,\"height\":500,\"naturalWidth\":1024,\"naturalHeight\":768,\"sizeSlug\":\"large\",\"sizeSlugTablet\":\"large\",\"sizeSlugMobile\":\"large\",\"customHeightSetDesktop\":true} -->\n<div class=\"wp-block-uagb-image uagb-block-bc3c067f wp-block-uagb-image--layout-default wp-block-uagb-image--effect-static wp-block-uagb-image--align-none\"><figure class=\"wp-block-uagb-image__figure\"><img srcset=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/two-happy-boxers-1024x768.jpg \" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/two-happy-boxers-1024x768.jpg\" alt=\"\" class=\"uag-image-1216\" width=\"480\" height=\"500\" title=\"\" loading=\"lazy\"/></figure></div>\n<!-- /wp:uagb/image --></div>\n<!-- /wp:uagb/container --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"5ed26e8d\",\"backgroundType\":\"color\",\"backgroundSizeTablet\":\"cover\",\"backgroundSizeMobile\":\"cover\",\"backgroundColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"topPaddingDesktop\":120,\"bottomPaddingDesktop\":120,\"topPaddingTablet\":80,\"bottomPaddingTablet\":80,\"leftPaddingTablet\":30,\"rightPaddingTablet\":30,\"topPaddingMobile\":80,\"bottomPaddingMobile\":80,\"leftPaddingMobile\":20,\"rightPaddingMobile\":20,\"paddingLink\":false,\"variationSelected\":true,\"rowGapDesktop\":0,\"rowGapTablet\":0,\"isBlockRootParent\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-5ed26e8d alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/container {\"block_id\":\"5e83c51a\",\"directionDesktop\":\"row\",\"alignItemsDesktop\":\"flex-end\",\"alignItemsTablet\":\"flex-end\",\"justifyContentDesktop\":\"flex-end\",\"justifyContentTablet\":\"space-between\",\"variationSelected\":true,\"rowGapMobile\":30,\"columnGapDesktop\":0} -->\n<div class=\"wp-block-uagb-container uagb-block-5e83c51a\"><!-- wp:uagb/advanced-heading {\"block_id\":\"718d9ebe\",\"classMigrate\":true,\"headingDescToggle\":true,\"subHeadingColor\":\"\",\"headSpace\":20,\"subHeadFontSize\":16} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-718d9ebe\"><h2 class=\"uagb-heading-text\">Things to do in the area of Magaliesburg<br></h2><p class=\"uagb-desc-text\">Looking for more? Well, we believe that every guest walks into our lodge for the best experience. And, we are determined to do that.</p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/buttons {\"block_id\":\"805bcf1e\",\"classMigrate\":true,\"childMigrate\":true,\"align\":\"right\",\"alignTablet\":\"right\",\"alignMobile\":\"left\",\"gap\":0} -->\n<div class=\"wp-block-uagb-buttons uagb-buttons__outer-wrap uagb-btn__default-btn uagb-btn-tablet__default-btn uagb-btn-mobile__default-btn uagb-block-805bcf1e\"><div class=\"uagb-buttons__wrap uagb-buttons-layout-wrap\"><!-- wp:uagb/buttons-child {\"block_id\":\"f515c2f3\",\"label\":\"Get Bookings\",\"link\":\"#\",\"hColor\":\"\",\"borderWidth\":\"\",\"borderRadius\":\"\",\"borderStyle\":\"\",\"borderColor\":\"\",\"borderHColor\":\"\",\"btnBorderTopWidth\":1,\"btnBorderLeftWidth\":1,\"btnBorderRightWidth\":1,\"btnBorderBottomWidth\":1,\"btnBorderTopLeftRadius\":2,\"btnBorderTopRightRadius\":2,\"btnBorderBottomLeftRadius\":2,\"btnBorderBottomRightRadius\":2,\"btnBorderStyle\":\"solid\",\"btnBorderColor\":\"#333\",\"btnBorderHColor\":\"#333\"} -->\n<div class=\"wp-block-uagb-buttons-child uagb-buttons__outer-wrap uagb-block-f515c2f3 wp-block-button is-style-outline\"><div class=\"uagb-button__wrapper\"><a class=\"uagb-buttons-repeater wp-block-button__link\" href=\"#\" rel=\"follow noopener\" target=\"_self\"><div class=\"uagb-button__link\">Get Bookings</div></a></div></div>\n<!-- /wp:uagb/buttons-child --></div></div>\n<!-- /wp:uagb/buttons --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"78ddc4c2\",\"directionDesktop\":\"row\",\"alignItemsTablet\":\"flex-start\",\"paddingLink\":false,\"topMarginDesktop\":54,\"bottomMarginDesktop\":0,\"leftMarginDesktop\":0,\"rightMarginDesktop\":0,\"topMarginTablet\":30,\"bottomMarginTablet\":0,\"leftMarginTablet\":0,\"rightMarginTablet\":0,\"marginLink\":false,\"variationSelected\":true,\"rowGapMobile\":65,\"columnGapDesktop\":48,\"columnGapTablet\":20} -->\n<div class=\"wp-block-uagb-container uagb-block-78ddc4c2\"><!-- wp:uagb/info-box {\"classMigrate\":true,\"headingAlign\":\"left\",\"headingColor\":\"\",\"subHeadingColor\":\"\",\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"source_type\":\"image\",\"block_id\":\"a8efa8a3\",\"ctaTarget\":true,\"ctaType\":\"text\",\"ctaText\":\"READ MORE\",\"ctaLink\":\"https://www.sundowner.co.za/rooms/magalies-barbus-haven/\",\"ctaLinkColor\":\"var(\\u002d\\u002dast-global-color-0)\",\"ctaDecoration\":\"underline\",\"ctaFontSize\":12,\"ctaFontWeight\":\"600\",\"ctaLetterSpacing\":2,\"ctaBorderColor\":\"\",\"ctaBorderStyle\":\"\",\"ctaBorderWidth\":\"\",\"ctaBorderRadius\":\"\",\"iconBottomMargin\":30,\"iconImage\":{\"uploading\":false,\"date\":1671106052000,\"filename\":\"41b46e52d7427ea1f6f135454e9a012f.png\",\"menuOrder\":0,\"uploadedTo\":762,\"type\":\"image\",\"subtype\":\"png\",\"id\":1222,\"title\":\"41b46e52d7427ea1f6f135454e9a012f\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/41b46e52d7427ea1f6f135454e9a012f.png\",\"link\":\"https://blueroan.netgen.cloud/amenities/41b46e52d7427ea1f6f135454e9a012f/\",\"alt\":\"\",\"author\":\"2\",\"description\":\"\",\"caption\":\"\",\"name\":\"41b46e52d7427ea1f6f135454e9a012f\",\"status\":\"inherit\",\"modified\":1671106052000,\"mime\":\"image/png\",\"icon\":\"https://blueroan.netgen.cloud/wp-includes/images/media/default.png\",\"dateFormatted\":\"December 15, 2022\",\"nonces\":{\"update\":\"a33de4f0ef\",\"delete\":\"e6f9dee199\",\"edit\":\"6d436328bf\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=1222\\u0026action=edit\",\"meta\":false,\"authorName\":\"Netgen Support\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/profile.php\",\"uploadedToTitle\":\"Amenities\",\"uploadedToLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=762\\u0026action=edit\",\"filesizeInBytes\":326854,\"filesizeHumanReadable\":\"319 KB\",\"context\":\"\",\"height\":440,\"width\":370,\"orientation\":\"portrait\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/41b46e52d7427ea1f6f135454e9a012f-150x150.png\",\"orientation\":\"landscape\"},\"medium\":{\"height\":300,\"width\":252,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/41b46e52d7427ea1f6f135454e9a012f-252x300.png\",\"orientation\":\"portrait\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/41b46e52d7427ea1f6f135454e9a012f.png\",\"height\":440,\"width\":370,\"orientation\":\"portrait\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"imageSize\":\"full\",\"imageWidth\":100,\"imageWidthMobile\":100,\"imageWidthTablet\":100,\"paddingBtnTop\":10,\"paddingBtnBottom\":10,\"paddingBtnLeft\":14,\"paddingBtnRight\":14,\"imageWidthUnit\":\"%\",\"imageWidthUnitTablet\":\"%\",\"imageWidthUnitMobile\":\"%\",\"subHeadTopMargin\":0,\"subHeadRightMargin\":40,\"subHeadLeftMargin\":0,\"subHeadMarginTopTablet\":0,\"subHeadMarginRightTablet\":0,\"subHeadTabletSpace\":20,\"subHeadMarginLeftTablet\":0,\"imgTagHeight\":118,\"imgTagWidth\":370,\"btnBorderTopWidth\":1,\"btnBorderLeftWidth\":1,\"btnBorderRightWidth\":1,\"btnBorderBottomWidth\":1,\"btnBorderTopLeftRadius\":0,\"btnBorderTopRightRadius\":0,\"btnBorderBottomLeftRadius\":0,\"btnBorderBottomRightRadius\":0,\"btnBorderStyle\":\"solid\",\"btnBorderColor\":\"#333\"} -->\n<div class=\"wp-block-uagb-info-box uagb-block-a8efa8a3 uagb-infobox__content-wrap  uagb-infobox-icon-above-title uagb-infobox-image-valign-top\"><div class=\"uagb-ifb-content\"><div class=\"uagb-ifb-image-content\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/41b46e52d7427ea1f6f135454e9a012f.png\" alt=\"\" width=\"100\" height=\"118\" loading=\"lazy\"/></div><div class=\"uagb-ifb-title-wrap\"><h3 class=\"uagb-ifb-title\">Fishing at Barbus Haven </h3></div><p class=\"uagb-ifb-desc\">The 2.5 hr Introductory fly fishing clinics cover the basic techniques required to fly fish effectively. </p><div class=\"uagb-ifb-button-wrapper wp-block-button\"><a href=\"https://www.sundowner.co.za/rooms/magalies-barbus-haven/\" target=\"_blank\" class=\"uagb-infobox-cta-link\" rel=\"noopener noreferrer\" alt=\"\"><span class=\"uagb-inline-editing\">READ MORE</span><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M504.3 273.6l-112.1 104c-6.992 6.484-17.18 8.218-25.94 4.406c-8.758-3.812-14.42-12.45-14.42-21.1L351.9 288H32C14.33 288 .0002 273.7 .0002 255.1S14.33 224 32 224h319.9l0-72c0-9.547 5.66-18.19 14.42-22c8.754-3.809 18.95-2.075 25.94 4.41l112.1 104C514.6 247.9 514.6 264.1 504.3 273.6z\"></path></svg></a></div></div></div>\n<!-- /wp:uagb/info-box -->\n\n<!-- wp:uagb/info-box {\"classMigrate\":true,\"headingAlign\":\"left\",\"headingColor\":\"\",\"subHeadingColor\":\"\",\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"source_type\":\"image\",\"block_id\":\"81db0407\",\"ctaTarget\":true,\"ctaType\":\"text\",\"ctaText\":\"READ MORE\",\"ctaLink\":\"https://www.thekingfisherlodge.co.za/activities/\",\"ctaLinkColor\":\"var(\\u002d\\u002dast-global-color-0)\",\"ctaDecoration\":\"underline\",\"ctaFontSize\":12,\"ctaFontWeight\":\"600\",\"ctaLetterSpacing\":2,\"ctaBorderColor\":\"\",\"ctaBorderStyle\":\"\",\"ctaBorderWidth\":\"\",\"ctaBorderRadius\":\"\",\"iconBottomMargin\":30,\"iconImage\":{\"uploading\":false,\"date\":1671106415000,\"filename\":\"IMG-20180619-WA0004.png\",\"menuOrder\":0,\"uploadedTo\":762,\"type\":\"image\",\"subtype\":\"png\",\"id\":1225,\"title\":\"IMG-20180619-WA0004\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/IMG-20180619-WA0004.png\",\"link\":\"https://blueroan.netgen.cloud/amenities/img-20180619-wa0004/\",\"alt\":\"\",\"author\":\"2\",\"description\":\"\",\"caption\":\"\",\"name\":\"img-20180619-wa0004\",\"status\":\"inherit\",\"modified\":1671106415000,\"mime\":\"image/png\",\"icon\":\"https://blueroan.netgen.cloud/wp-includes/images/media/default.png\",\"dateFormatted\":\"December 15, 2022\",\"nonces\":{\"update\":\"e988b6351d\",\"delete\":\"5d512e9cd1\",\"edit\":\"3a331dfabd\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=1225\\u0026action=edit\",\"meta\":false,\"authorName\":\"Netgen Support\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/profile.php\",\"uploadedToTitle\":\"Amenities\",\"uploadedToLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=762\\u0026action=edit\",\"filesizeInBytes\":276116,\"filesizeHumanReadable\":\"270 KB\",\"context\":\"\",\"height\":440,\"width\":370,\"orientation\":\"portrait\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/IMG-20180619-WA0004-150x150.png\",\"orientation\":\"landscape\"},\"medium\":{\"height\":300,\"width\":252,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/IMG-20180619-WA0004-252x300.png\",\"orientation\":\"portrait\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/IMG-20180619-WA0004.png\",\"height\":440,\"width\":370,\"orientation\":\"portrait\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"imageSize\":\"full\",\"imageWidth\":100,\"imageWidthMobile\":100,\"imageWidthTablet\":100,\"paddingBtnTop\":10,\"paddingBtnBottom\":10,\"paddingBtnLeft\":14,\"paddingBtnRight\":14,\"imageWidthUnit\":\"%\",\"imageWidthUnitTablet\":\"%\",\"imageWidthUnitMobile\":\"%\",\"subHeadTopMargin\":0,\"subHeadRightMargin\":40,\"subHeadLeftMargin\":0,\"subHeadMarginTopTablet\":0,\"subHeadMarginRightTablet\":0,\"subHeadTabletSpace\":20,\"subHeadMarginLeftTablet\":0,\"imgTagHeight\":118,\"imgTagWidth\":370,\"btnBorderTopWidth\":1,\"btnBorderLeftWidth\":1,\"btnBorderRightWidth\":1,\"btnBorderBottomWidth\":1,\"btnBorderTopLeftRadius\":0,\"btnBorderTopRightRadius\":0,\"btnBorderBottomLeftRadius\":0,\"btnBorderBottomRightRadius\":0,\"btnBorderStyle\":\"solid\",\"btnBorderColor\":\"#333\"} -->\n<div class=\"wp-block-uagb-info-box uagb-block-81db0407 uagb-infobox__content-wrap  uagb-infobox-icon-above-title uagb-infobox-image-valign-top\"><div class=\"uagb-ifb-content\"><div class=\"uagb-ifb-image-content\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/IMG-20180619-WA0004.png\" alt=\"\" width=\"100\" height=\"118\" loading=\"lazy\"/></div><div class=\"uagb-ifb-title-wrap\"><h3 class=\"uagb-ifb-title\">Fishing at Kingfisher </h3></div><p class=\"uagb-ifb-desc\">The opportunity to fish for Rainbow Trout or the elusive Brown Trout. Kingfisher offers rod hires at their venue. <br></p><div class=\"uagb-ifb-button-wrapper wp-block-button\"><a href=\"https://www.thekingfisherlodge.co.za/activities/\" target=\"_blank\" class=\"uagb-infobox-cta-link\" rel=\"noopener noreferrer\" alt=\"\"><span class=\"uagb-inline-editing\">READ MORE</span><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M504.3 273.6l-112.1 104c-6.992 6.484-17.18 8.218-25.94 4.406c-8.758-3.812-14.42-12.45-14.42-21.1L351.9 288H32C14.33 288 .0002 273.7 .0002 255.1S14.33 224 32 224h319.9l0-72c0-9.547 5.66-18.19 14.42-22c8.754-3.809 18.95-2.075 25.94 4.41l112.1 104C514.6 247.9 514.6 264.1 504.3 273.6z\"></path></svg></a></div></div></div>\n<!-- /wp:uagb/info-box -->\n\n<!-- wp:uagb/info-box {\"classMigrate\":true,\"headingAlign\":\"left\",\"headingColor\":\"\",\"subHeadingColor\":\"\",\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"source_type\":\"image\",\"block_id\":\"ced3e6e4\",\"ctaType\":\"text\",\"ctaText\":\"READ MORE\",\"ctaLinkColor\":\"var(\\u002d\\u002dast-global-color-0)\",\"ctaDecoration\":\"underline\",\"ctaFontSize\":12,\"ctaFontWeight\":\"600\",\"ctaLetterSpacing\":2,\"ctaBorderColor\":\"\",\"ctaBorderStyle\":\"\",\"ctaBorderWidth\":\"\",\"ctaBorderRadius\":\"\",\"iconBottomMargin\":30,\"iconImage\":{\"id\":241,\"title\":\"beach\",\"filename\":\"beach.jpg\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/beach.jpg\",\"link\":\"https://blueroan.netgen.cloud/beach/\",\"alt\":\"\",\"author\":\"34\",\"description\":\"\",\"caption\":\"\",\"name\":\"beach\",\"status\":\"inherit\",\"uploadedTo\":0,\"date\":\"2021-05-11T10:56:06.000Z\",\"modified\":\"2021-05-11T10:56:06.000Z\",\"menuOrder\":0,\"mime\":\"image/jpeg\",\"type\":\"image\",\"subtype\":\"jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/default.png\",\"dateFormatted\":\"May 11, 2021\",\"nonces\":{\"update\":\"65c348aac8\",\"delete\":\"6d551f7cf4\",\"edit\":\"026ca70d91\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=241\\u0026action=edit\",\"meta\":false,\"authorName\":\"Rishabh\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/user-edit.php?user_id=34\",\"filesizeInBytes\":38094,\"filesizeHumanReadable\":\"37 KB\",\"context\":\"\",\"height\":440,\"width\":370,\"orientation\":\"portrait\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/beach-150x150.jpg\",\"orientation\":\"landscape\"},\"medium\":{\"height\":300,\"width\":252,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/beach-252x300-1.jpg\",\"orientation\":\"portrait\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/beach.jpg\",\"height\":440,\"width\":370,\"orientation\":\"portrait\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"imageSize\":\"full\",\"imageWidth\":100,\"imageWidthMobile\":100,\"imageWidthTablet\":100,\"paddingBtnTop\":10,\"paddingBtnBottom\":10,\"paddingBtnLeft\":14,\"paddingBtnRight\":14,\"imageWidthUnit\":\"%\",\"imageWidthUnitTablet\":\"%\",\"imageWidthUnitMobile\":\"%\",\"subHeadTopMargin\":0,\"subHeadRightMargin\":40,\"subHeadLeftMargin\":0,\"subHeadMarginTopTablet\":0,\"subHeadMarginRightTablet\":0,\"subHeadTabletSpace\":20,\"subHeadMarginLeftTablet\":0,\"imgTagHeight\":118,\"imgTagWidth\":370,\"btnBorderTopWidth\":1,\"btnBorderLeftWidth\":1,\"btnBorderRightWidth\":1,\"btnBorderBottomWidth\":1,\"btnBorderTopLeftRadius\":0,\"btnBorderTopRightRadius\":0,\"btnBorderBottomLeftRadius\":0,\"btnBorderBottomRightRadius\":0,\"btnBorderStyle\":\"solid\",\"btnBorderColor\":\"#333\"} -->\n<div class=\"wp-block-uagb-info-box uagb-block-ced3e6e4 uagb-infobox__content-wrap  uagb-infobox-icon-above-title uagb-infobox-image-valign-top\"><div class=\"uagb-ifb-content\"><div class=\"uagb-ifb-image-content\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/beach.jpg\" alt=\"\" width=\"100\" height=\"118\" loading=\"lazy\"/></div><div class=\"uagb-ifb-title-wrap\"><h3 class=\"uagb-ifb-title\">Private Beach​</h3></div><p class=\"uagb-ifb-desc\">Want to take a dip into the sea? All our guests get complimentary access to our private beach.</p><div class=\"uagb-ifb-button-wrapper wp-block-button\"><a href=\"\" target=\"_self\" class=\"uagb-infobox-cta-link uagb-disable-link\" rel=\"noopener noreferrer\" alt=\"\"><span class=\"uagb-inline-editing\">READ MORE</span><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M504.3 273.6l-112.1 104c-6.992 6.484-17.18 8.218-25.94 4.406c-8.758-3.812-14.42-12.45-14.42-21.1L351.9 288H32C14.33 288 .0002 273.7 .0002 255.1S14.33 224 32 224h319.9l0-72c0-9.547 5.66-18.19 14.42-22c8.754-3.809 18.95-2.075 25.94 4.41l112.1 104C514.6 247.9 514.6 264.1 504.3 273.6z\"></path></svg></a></div></div></div>\n<!-- /wp:uagb/info-box --></div>\n<!-- /wp:uagb/container --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"86c028d9\",\"backgroundType\":\"color\",\"backgroundSizeTablet\":\"cover\",\"backgroundSizeMobile\":\"cover\",\"backgroundColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"topPaddingDesktop\":50,\"bottomPaddingDesktop\":100,\"topPaddingTablet\":50,\"bottomPaddingTablet\":25,\"leftPaddingTablet\":20,\"rightPaddingTablet\":20,\"topPaddingMobile\":50,\"bottomPaddingMobile\":20,\"leftPaddingMobile\":20,\"rightPaddingMobile\":20,\"paddingLink\":false,\"variationSelected\":true,\"rowGapDesktop\":0,\"isBlockRootParent\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-86c028d9 alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/container {\"block_id\":\"21f3f917\",\"directionDesktop\":\"row\",\"alignItemsTablet\":\"flex-start\",\"paddingLink\":false,\"topMarginDesktop\":50,\"bottomMarginDesktop\":20,\"leftMarginDesktop\":0,\"rightMarginDesktop\":0,\"marginLink\":false,\"variationSelected\":true,\"rowGapMobile\":65,\"columnGapDesktop\":48,\"columnGapTablet\":20} -->\n<div class=\"wp-block-uagb-container uagb-block-21f3f917\"><!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"align\":\"center\",\"id\":1222,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image aligncenter size-full\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/41b46e52d7427ea1f6f135454e9a012f.png\" alt=\"\" class=\"wp-image-1222\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"textAlign\":\"center\",\"level\":3} -->\n<h3 class=\"has-text-align-center\">Fishing </h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>The dam has trout (stocked), bass, vlei Kuper and carp. Fly fishers seeking a unique challenge visit our establishment in search of the large &amp; small scale Yellow fish.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:buttons -->\n<div class=\"wp-block-buttons\"><!-- wp:button {\"align\":\"left\"} -->\n<div class=\"wp-block-button alignleft\"><a class=\"wp-block-button__link wp-element-button\" href=\"https://www.sundowner.co.za/rooms/magalies-barbus-haven/\" target=\"_blank\" rel=\"noreferrer noopener\">Barbus Haven</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons -->\n\n<!-- wp:paragraph -->\n<p>The opportunity to fish for Rainbow Trout or the elusive Brown Trout. Kingfisher offers rod hires at their venue. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:buttons -->\n<div class=\"wp-block-buttons\"><!-- wp:button {\"align\":\"left\"} -->\n<div class=\"wp-block-button alignleft\"><a class=\"wp-block-button__link wp-element-button\" href=\"https://www.thekingfisherlodge.co.za/activities/\" target=\"_blank\" rel=\"noreferrer noopener\">Kingfisher</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":1235,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Maseke-MTB-MvZ-3-1024x683-1.png\" alt=\"\" class=\"wp-image-1235\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>Mountain biking </h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>It is a privately owned nature reserve that offers mountain biking.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:spacer {\"height\":\"20px\"} -->\n<div style=\"height:20px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:buttons -->\n<div class=\"wp-block-buttons\"><!-- wp:button -->\n<div class=\"wp-block-button\"><a class=\"wp-block-button__link wp-element-button\" href=\"http://ingwebushcamp.yolasite.com/\" target=\"_blank\" rel=\"noreferrer noopener\">Ingwe Bush Camp&nbsp;</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons -->\n\n<!-- wp:paragraph -->\n<p>With over 80km of trails, Van Gaalen&nbsp;has something to offer for every kind of athlete, from beginner to advanced.<br></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:buttons -->\n<div class=\"wp-block-buttons\"><!-- wp:button -->\n<div class=\"wp-block-button\"><a class=\"wp-block-button__link wp-element-button\" href=\"https://www.vangaalen.co.za/products\" target=\"_blank\" rel=\"noreferrer noopener\">Van Gaalen\'s</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":830,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/ef9d0188da11e2bc56788f5619d9d539.png\" alt=\"\" class=\"wp-image-830\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>Quad biking </h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>We have quads suitable for kiddies, tweens, teens, and adults. We have mini quads and fully automatic 150cc quads. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:spacer {\"height\":\"8px\"} -->\n<div style=\"height:8px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:buttons -->\n<div class=\"wp-block-buttons\"><!-- wp:button -->\n<div class=\"wp-block-button\"><a class=\"wp-block-button__link wp-element-button\" href=\"https://www.saddlecreekadventures.co.za/activity/quad-biking/\" target=\"_blank\" rel=\"noreferrer noopener\">Saddle Creek Ranch</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons -->\n\n<!-- wp:paragraph -->\n<p>A 700-meter monster track, the longest and most exciting track in Gauteng!</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:spacer {\"height\":\"8px\"} -->\n<div style=\"height:8px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:buttons -->\n<div class=\"wp-block-buttons\"><!-- wp:button -->\n<div class=\"wp-block-button\"><a class=\"wp-block-button__link wp-element-button\" href=\"http://www.swartkrans.co.za/\" target=\"_blank\" rel=\"noreferrer noopener\">Swartkrans Go-Karting&nbsp;</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"align\":\"center\",\"id\":1198,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image aligncenter size-full\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/eyJidWNrZXQiOiJhc3NldHMuYWxsdHJhaWxzLmNvbSIsImtleSI6InVwbG9hZHMvcGhvdG8vaW1hZ2UvNDMxNzk4MTAvYjZkYTAz-1.png\" alt=\"\" class=\"wp-image-1198\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>Walking or hiking </h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>There is a well-kept walking trail on our property with plenty of bird life and some benches along the way. &nbsp;It is safe for dogs to run off-leash as it is completely fenced all around. &nbsp;For those who enjoy long walks and hikes, it is safe to cross onto neighbouring farms and go as far as the eye can see.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":1185,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/49089607_1950305445047847_5177863042771189760_n.png\" alt=\"\" class=\"wp-image-1185\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>Mountain biking </h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Bring your mountain bikes and explore the surrounding countryside on safe off-road tracks on our property and on neighbouring farms.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":1196,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Michelle_1.png\" alt=\"\" class=\"wp-image-1196\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>Horse riding </h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Interested riders can book at one of the recommended horse-riding establishments listed further down this page.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"8f67cda9\",\"innerContentCustomWidthDesktop\":781,\"innerContentCustomWidthTablet\":781,\"backgroundType\":\"image\",\"backgroundImageDesktop\":{\"id\":54,\"title\":\"background-img\",\"filename\":\"background-img-1.jpg\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/background-img-1.jpg\",\"link\":\"https://blueroan.netgen.cloud/background-img-2/\",\"alt\":\"\",\"author\":\"34\",\"description\":\"\",\"caption\":\"\",\"name\":\"background-img-2\",\"status\":\"inherit\",\"uploadedTo\":0,\"date\":\"2021-05-07T10:11:37.000Z\",\"modified\":\"2021-05-07T10:11:37.000Z\",\"menuOrder\":0,\"mime\":\"image/jpeg\",\"type\":\"image\",\"subtype\":\"jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/default.png\",\"dateFormatted\":\"May 7, 2021\",\"nonces\":{\"update\":\"bb999636b9\",\"delete\":\"d2e1375bc4\",\"edit\":\"005dd2f0c9\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=54\\u0026action=edit\",\"meta\":false,\"authorName\":\"Rishabh\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/user-edit.php?user_id=34\",\"filesizeInBytes\":338858,\"filesizeHumanReadable\":\"331 KB\",\"context\":\"\",\"height\":1080,\"width\":1920,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/background-img-1-150x150.jpg\",\"orientation\":\"landscape\"},\"medium\":{\"height\":169,\"width\":300,\"url\":\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/background-img-1-300x169.jpg\",\"orientation\":\"landscape\"},\"large\":{\"height\":576,\"width\":1024,\"url\":\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/background-img-1-1024x576.jpg\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/background-img-1.jpg\",\"height\":1080,\"width\":1920,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"backgroundImageColor\":\"rgba(42,42,42,0.65)\",\"topPaddingDesktop\":144,\"bottomPaddingDesktop\":144,\"leftPaddingDesktop\":40,\"rightPaddingDesktop\":40,\"topPaddingTablet\":80,\"bottomPaddingTablet\":80,\"leftPaddingTablet\":40,\"rightPaddingTablet\":40,\"topPaddingMobile\":64,\"bottomPaddingMobile\":64,\"leftPaddingMobile\":24,\"rightPaddingMobile\":24,\"paddingLink\":false,\"variationSelected\":true,\"isBlockRootParent\":true,\"overlayType\":\"color\"} -->\n<div class=\"wp-block-uagb-container uagb-block-8f67cda9 alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/advanced-heading {\"block_id\":\"76bdd3af\",\"classMigrate\":true,\"headingDescToggle\":true,\"headingAlign\":\"center\",\"headingColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"subHeadingColor\":\"var(\\u002d\\u002dast-global-color-4)\",\"headSpace\":20} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-76bdd3af\"><h2 class=\"uagb-heading-text\">Plan an Unforgettable Experience in Mykonos Today!</h2><p class=\"uagb-desc-text\">We can help you fit your stay and experience within your allotted budget.</p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/advanced-heading {\"block_id\":\"fddf4145\",\"classMigrate\":true,\"headingTitleToggle\":false,\"headingDescToggle\":true,\"headingAlign\":\"center\",\"subHeadingColor\":\"var(\\u002d\\u002dast-global-color-4)\",\"subHeadTransform\":\"uppercase\",\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"subHeadLetterSpacing\":2,\"blockTopPadding\":60,\"blockRightPadding\":0,\"blockLeftPadding\":0,\"blockBottomPadding\":0,\"blockTopPaddingMobile\":30,\"blockRightPaddingMobile\":0,\"blockLeftPaddingMobile\":0,\"blockBottomPaddingMobile\":0} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-fddf4145\"><p class=\"uagb-desc-text\">BOOK YOUR STAY NOW​</p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/icon-list {\"block_id\":\"c015d08f\",\"classMigrate\":true,\"childMigrate\":true,\"align\":\"center\",\"parentIcon\":\"phone\",\"size\":40,\"sizeMobile\":24,\"sizeTablet\":32,\"fontSize\":48,\"fontSizeMobile\":28,\"fontSizeTablet\":40,\"fontWeight\":\"600\",\"iconColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"labelColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"blockTopPadding\":0,\"blockRightPadding\":0,\"blockLeftPadding\":0,\"blockBottomPadding\":24,\"blockPaddingLink\":false} -->\n<div class=\"wp-block-uagb-icon-list uagb-block-c015d08f\"><div class=\"uagb-icon-list__wrap\"><!-- wp:uagb/icon-list-child {\"block_id\":\"e33ca0e4\",\"label\":\"+1-123 456 7890​\",\"label_color\":\"\",\"fromParentIcon\":\"phone\",\"imageSizeChild\":40} -->\n<div class=\"wp-block-uagb-icon-list-child uagb-block-e33ca0e4\"><span class=\"uagb-icon-list__source-wrap\"><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M511.2 387l-23.25 100.8c-3.266 14.25-15.79 24.22-30.46 24.22C205.2 512 0 306.8 0 54.5c0-14.66 9.969-27.2 24.22-30.45l100.8-23.25C139.7-2.602 154.7 5.018 160.8 18.92l46.52 108.5c5.438 12.78 1.77 27.67-8.98 36.45L144.5 207.1c33.98 69.22 90.26 125.5 159.5 159.5l44.08-53.8c8.688-10.78 23.69-14.51 36.47-8.975l108.5 46.51C506.1 357.2 514.6 372.4 511.2 387z\"></path></svg></span><span class=\"uagb-icon-list__label\">+1-123 456 7890​</span></div>\n<!-- /wp:uagb/icon-list-child --></div></div>\n<!-- /wp:uagb/icon-list --></div></div>\n<!-- /wp:uagb/container -->',	'Amenities',	'',	'inherit',	'closed',	'closed',	'',	'762-revision-v1',	'',	'',	'2022-12-15 12:41:05',	'2022-12-15 12:41:05',	'',	762,	'https://blueroan.netgen.cloud/?p=1246',	0,	'revision',	'',	0),
(1247,	2,	'2022-12-15 12:42:12',	'2022-12-15 12:42:12',	'<!-- wp:uagb/container {\"block_id\":\"4200ca80\",\"backgroundType\":\"image\",\"backgroundImageDesktop\":{\"id\":1007,\"title\":\"AAEAAQAAAAAAAAAAAAAAJDg5NmY0ZGUxLWE4MTgtNDY5NC1iODFhLTBmN2Q0ZDc5ZWFiNw-1\",\"filename\":\"AAEAAQAAAAAAAAAAAAAAJDg5NmY0ZGUxLWE4MTgtNDY5NC1iODFhLTBmN2Q0ZDc5ZWFiNw-1.png\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAAJDg5NmY0ZGUxLWE4MTgtNDY5NC1iODFhLTBmN2Q0ZDc5ZWFiNw-1.png\",\"link\":\"https://blueroan.netgen.cloud/the-barn/aaeaaqaaaaaaaaaaaaaajdg5nmy0zguxlwe4mtgtndy5nc1iodfhltbmn2q0zdc5zwfinw-1/\",\"alt\":\"\",\"author\":\"2\",\"description\":\"\",\"caption\":\"\",\"name\":\"aaeaaqaaaaaaaaaaaaaajdg5nmy0zguxlwe4mtgtndy5nc1iodfhltbmn2q0zdc5zwfinw-1\",\"status\":\"inherit\",\"uploadedTo\":948,\"date\":\"2022-12-14T10:50:25.000Z\",\"modified\":\"2022-12-14T10:50:25.000Z\",\"menuOrder\":0,\"mime\":\"image/png\",\"type\":\"image\",\"subtype\":\"png\",\"icon\":\"https://blueroan.netgen.cloud/wp-includes/images/media/default.png\",\"dateFormatted\":\"December 14, 2022\",\"nonces\":{\"update\":\"483f8bdf3d\",\"delete\":\"0a7ebc92ef\",\"edit\":\"6bc1c6a685\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=1007\\u0026action=edit\",\"meta\":false,\"authorName\":\"Netgen Support\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/profile.php\",\"uploadedToTitle\":\"The Barn\",\"uploadedToLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=948\\u0026action=edit\",\"filesizeInBytes\":1348989,\"filesizeHumanReadable\":\"1 MB\",\"context\":\"\",\"height\":667,\"width\":1000,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAAJDg5NmY0ZGUxLWE4MTgtNDY5NC1iODFhLTBmN2Q0ZDc5ZWFiNw-1-150x150.png\",\"orientation\":\"landscape\"},\"medium\":{\"height\":200,\"width\":300,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAAJDg5NmY0ZGUxLWE4MTgtNDY5NC1iODFhLTBmN2Q0ZDc5ZWFiNw-1-300x200.png\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAAJDg5NmY0ZGUxLWE4MTgtNDY5NC1iODFhLTBmN2Q0ZDc5ZWFiNw-1.png\",\"height\":667,\"width\":1000,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"backgroundPositionDesktop\":{\"x\":0.61,\"y\":0.52},\"backgroundSizeTablet\":\"cover\",\"backgroundSizeMobile\":\"cover\",\"backgroundColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"backgroundImageColor\":\"rgba(42,42,42,0.5)\",\"topPaddingDesktop\":220,\"bottomPaddingDesktop\":150,\"topPaddingTablet\":170,\"bottomPaddingTablet\":160,\"leftPaddingTablet\":30,\"rightPaddingTablet\":30,\"topPaddingMobile\":180,\"bottomPaddingMobile\":80,\"leftPaddingMobile\":20,\"rightPaddingMobile\":20,\"paddingLink\":false,\"variationSelected\":true,\"isBlockRootParent\":true,\"overlayType\":\"color\"} -->\n<div class=\"wp-block-uagb-container uagb-block-4200ca80 alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/advanced-heading {\"block_id\":\"22258059\",\"classMigrate\":true,\"headingDescToggle\":true,\"headingColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"subHeadingColor\":\"var(\\u002d\\u002dast-global-color-4)\",\"headingTag\":\"h1\",\"headSpace\":20,\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"blockTopPadding\":0,\"blockRightPadding\":50,\"blockLeftPadding\":0,\"blockBottomPadding\":0,\"blockTopPaddingTablet\":0,\"blockRightPaddingTablet\":20,\"blockLeftPaddingTablet\":0,\"blockBottomPaddingTablet\":0,\"blockTopPaddingMobile\":0,\"blockRightPaddingMobile\":0,\"blockLeftPaddingMobile\":0,\"blockBottomPaddingMobile\":0,\"blockPaddingUnit\":\"%\",\"blockPaddingUnitTablet\":\"%\"} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-22258059\"><h1 class=\"uagb-heading-text\">Amenities &amp; Interests​</h1><p class=\"uagb-desc-text\">We do not give you just rooms to stay in. We give you an environment where you can experience the best while on a holiday with us. </p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:buttons -->\n<div class=\"wp-block-buttons\"><!-- wp:button -->\n<div class=\"wp-block-button\"><a class=\"wp-block-button__link wp-element-button\" href=\"https://book.nightsbridge.com/11065\" target=\"_blank\" rel=\"noreferrer noopener\">BOOK NOW</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"2fdcf527\",\"backgroundType\":\"color\",\"backgroundSizeTablet\":\"cover\",\"backgroundSizeMobile\":\"cover\",\"backgroundColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"topPaddingDesktop\":50,\"bottomPaddingDesktop\":100,\"topPaddingTablet\":50,\"bottomPaddingTablet\":25,\"leftPaddingTablet\":20,\"rightPaddingTablet\":20,\"topPaddingMobile\":50,\"bottomPaddingMobile\":20,\"leftPaddingMobile\":20,\"rightPaddingMobile\":20,\"paddingLink\":false,\"variationSelected\":true,\"rowGapDesktop\":0,\"isBlockRootParent\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-2fdcf527 alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/container {\"block_id\":\"2fa23634\",\"directionDesktop\":\"row\",\"alignItemsTablet\":\"flex-start\",\"paddingLink\":false,\"topMarginDesktop\":50,\"bottomMarginDesktop\":20,\"leftMarginDesktop\":0,\"rightMarginDesktop\":0,\"marginLink\":false,\"variationSelected\":true,\"rowGapMobile\":65,\"columnGapDesktop\":48,\"columnGapTablet\":20} -->\n<div class=\"wp-block-uagb-container uagb-block-2fa23634\"><!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"align\":\"center\",\"id\":828,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image aligncenter size-full\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Blue-Roan-pool.png\" alt=\"Blue Roan\'s rock pool\" class=\"wp-image-828\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>A relaxing rock Pool​</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>We have a lovely sparkling blue rock pool next to a thatched Lapa. &nbsp;&nbsp;Lie on recliners on the green lawn or sit on the swing chair in the Lapa and enjoy the panoramic view of the Magaliesberg mountain range.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":829,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/img-20160605-wa0002-largejpg.png\" alt=\"\" class=\"wp-image-829\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>Braai facilities </h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>What can compare to a burning fire under the star-lit African sky? Nothing beats the flavor of cooking over an open flame.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":830,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/ef9d0188da11e2bc56788f5619d9d539.png\" alt=\"\" class=\"wp-image-830\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>A games room </h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>The reception is also a games room for those who enjoy darts or playing pool. &nbsp;Take a selection of DVDs back to your room and watch movies on your own DVD player. &nbsp;There is also a selection of board games and music CDs that you can borrow.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"align\":\"center\",\"id\":1198,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image aligncenter size-full\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/eyJidWNrZXQiOiJhc3NldHMuYWxsdHJhaWxzLmNvbSIsImtleSI6InVwbG9hZHMvcGhvdG8vaW1hZ2UvNDMxNzk4MTAvYjZkYTAz-1.png\" alt=\"\" class=\"wp-image-1198\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>Walking or hiking </h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>There is a well-kept walking trail on our property with plenty of bird life and some benches along the way. &nbsp;It is safe for dogs to run off-leash as it is completely fenced all around. &nbsp;For those who enjoy long walks and hikes, it is safe to cross onto neighbouring farms and go as far as the eye can see.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":1185,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/49089607_1950305445047847_5177863042771189760_n.png\" alt=\"\" class=\"wp-image-1185\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>Mountain biking </h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Bring your mountain bikes and explore the surrounding countryside on safe off-road tracks on our property and on neighbouring farms.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":1196,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Michelle_1.png\" alt=\"\" class=\"wp-image-1196\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>Horse riding </h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Interested riders can book at one of the recommended horse-riding establishments listed further down this page.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"fcf084b7\",\"innerContentWidth\":\"alignfull\",\"directionDesktop\":\"row\",\"wrapTablet\":\"wrap\",\"variationSelected\":true,\"rowGapTablet\":0,\"columnGapDesktop\":0,\"isBlockRootParent\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-fcf084b7 alignfull uagb-is-root-container\"><!-- wp:uagb/container {\"block_id\":\"0917cebd\",\"widthDesktop\":25,\"widthTablet\":50,\"variationSelected\":true,\"widthSetByUser\":true,\"UAGHideMob\":true,\"UAGResponsiveConditions\":true} -->\n<div class=\"wp-block-uagb-container uag-hide-mob uagb-block-0917cebd\"><!-- wp:uagb/image {\"block_id\":\"757bf60e\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-18-1-1024x768.jpg\",\"id\":1208,\"linkDestination\":\"none\",\"width\":480,\"height\":500,\"naturalWidth\":1024,\"naturalHeight\":768,\"sizeSlug\":\"large\",\"sizeSlugTablet\":\"large\",\"sizeSlugMobile\":\"large\",\"customHeightSetDesktop\":true} -->\n<div class=\"wp-block-uagb-image uagb-block-757bf60e wp-block-uagb-image--layout-default wp-block-uagb-image--effect-static wp-block-uagb-image--align-none\"><figure class=\"wp-block-uagb-image__figure\"><img srcset=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-18-1-1024x768.jpg \" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-18-1-1024x768.jpg\" alt=\"\" class=\"uag-image-1208\" width=\"480\" height=\"500\" title=\"\" loading=\"lazy\"/></figure></div>\n<!-- /wp:uagb/image --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"5aa7cf48\",\"widthDesktop\":25,\"widthTablet\":50,\"variationSelected\":true,\"widthSetByUser\":true,\"UAGHideMob\":true,\"UAGResponsiveConditions\":true} -->\n<div class=\"wp-block-uagb-container uag-hide-mob uagb-block-5aa7cf48\"><!-- wp:uagb/image {\"block_id\":\"d7d4bebb\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Blue-Roan-pool-1.png\",\"id\":1210,\"linkDestination\":\"none\",\"width\":480,\"height\":500,\"naturalWidth\":370,\"naturalHeight\":440,\"sizeSlug\":\"full\",\"sizeSlugTablet\":\"full\",\"sizeSlugMobile\":\"full\",\"customHeightSetDesktop\":true} -->\n<div class=\"wp-block-uagb-image uagb-block-d7d4bebb wp-block-uagb-image--layout-default wp-block-uagb-image--effect-static wp-block-uagb-image--align-none\"><figure class=\"wp-block-uagb-image__figure\"><img srcset=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Blue-Roan-pool-1.png \" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Blue-Roan-pool-1.png\" alt=\"\" class=\"uag-image-1210\" width=\"480\" height=\"500\" title=\"\" loading=\"lazy\"/></figure></div>\n<!-- /wp:uagb/image --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"46ae3c4e\",\"widthDesktop\":50,\"widthTablet\":100,\"variationSelected\":true,\"columnGapDesktop\":20,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-46ae3c4e\"><!-- wp:uagb/image {\"block_id\":\"a43ab402\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/the-view-from-my-rooms-1024x768.jpg\",\"id\":1211,\"linkDestination\":\"none\",\"width\":960,\"height\":500,\"naturalWidth\":1024,\"naturalHeight\":768,\"sizeSlug\":\"large\",\"sizeSlugTablet\":\"large\",\"sizeSlugMobile\":\"large\",\"customHeightSetDesktop\":true} -->\n<div class=\"wp-block-uagb-image uagb-block-a43ab402 wp-block-uagb-image--layout-default wp-block-uagb-image--effect-static wp-block-uagb-image--align-none\"><figure class=\"wp-block-uagb-image__figure\"><img srcset=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/the-view-from-my-rooms-1024x768.jpg \" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/the-view-from-my-rooms-1024x768.jpg\" alt=\"\" class=\"uag-image-1211\" width=\"960\" height=\"500\" title=\"\" loading=\"lazy\"/></figure></div>\n<!-- /wp:uagb/image --></div>\n<!-- /wp:uagb/container --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"711e7e5c\",\"innerContentWidth\":\"alignfull\",\"directionDesktop\":\"row\",\"wrapTablet\":\"wrap\",\"variationSelected\":true,\"rowGapTablet\":0,\"columnGapDesktop\":0,\"isBlockRootParent\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-711e7e5c alignfull uagb-is-root-container\"><!-- wp:uagb/container {\"block_id\":\"bb86da96\",\"widthDesktop\":50,\"widthTablet\":100,\"variationSelected\":true,\"columnGapDesktop\":20,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-bb86da96\"><!-- wp:uagb/image {\"block_id\":\"46c7a058\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAAJDI0ZWY4NDc1LThjYjYtNDM3YS1iOTliLWNmOWQxYTJkMWU5MQ-1.png\",\"id\":1213,\"linkDestination\":\"none\",\"width\":960,\"height\":500,\"naturalWidth\":1000,\"naturalHeight\":667,\"sizeSlug\":\"full\",\"sizeSlugTablet\":\"full\",\"sizeSlugMobile\":\"full\",\"customHeightSetDesktop\":true} -->\n<div class=\"wp-block-uagb-image uagb-block-46c7a058 wp-block-uagb-image--layout-default wp-block-uagb-image--effect-static wp-block-uagb-image--align-none\"><figure class=\"wp-block-uagb-image__figure\"><img srcset=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAAJDI0ZWY4NDc1LThjYjYtNDM3YS1iOTliLWNmOWQxYTJkMWU5MQ-1.png \" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAAJDI0ZWY4NDc1LThjYjYtNDM3YS1iOTliLWNmOWQxYTJkMWU5MQ-1.png\" alt=\"\" class=\"uag-image-1213\" width=\"960\" height=\"500\" title=\"\" loading=\"lazy\"/></figure></div>\n<!-- /wp:uagb/image --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"2c38d2b9\",\"widthDesktop\":25,\"variationSelected\":true,\"widthSetByUser\":true,\"UAGHideMob\":true,\"UAGResponsiveConditions\":true} -->\n<div class=\"wp-block-uagb-container uag-hide-mob uagb-block-2c38d2b9\"><!-- wp:uagb/image {\"block_id\":\"d8dd2983\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/bird-1-1024x683.jpg\",\"id\":1215,\"linkDestination\":\"none\",\"width\":480,\"height\":500,\"naturalWidth\":1024,\"naturalHeight\":683,\"sizeSlug\":\"large\",\"sizeSlugTablet\":\"large\",\"sizeSlugMobile\":\"large\",\"customHeightSetDesktop\":true} -->\n<div class=\"wp-block-uagb-image uagb-block-d8dd2983 wp-block-uagb-image--layout-default wp-block-uagb-image--effect-static wp-block-uagb-image--align-none\"><figure class=\"wp-block-uagb-image__figure\"><img srcset=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/bird-1-1024x683.jpg \" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/bird-1-1024x683.jpg\" alt=\"\" class=\"uag-image-1215\" width=\"480\" height=\"500\" title=\"\" loading=\"lazy\"/></figure></div>\n<!-- /wp:uagb/image --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"729b9707\",\"widthDesktop\":25,\"variationSelected\":true,\"widthSetByUser\":true,\"UAGHideMob\":true,\"UAGResponsiveConditions\":true} -->\n<div class=\"wp-block-uagb-container uag-hide-mob uagb-block-729b9707\"><!-- wp:uagb/image {\"block_id\":\"538ada09\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/two-happy-boxers-1024x768.jpg\",\"id\":1216,\"linkDestination\":\"none\",\"width\":480,\"height\":500,\"naturalWidth\":1024,\"naturalHeight\":768,\"sizeSlug\":\"large\",\"sizeSlugTablet\":\"large\",\"sizeSlugMobile\":\"large\",\"customHeightSetDesktop\":true} -->\n<div class=\"wp-block-uagb-image uagb-block-538ada09 wp-block-uagb-image--layout-default wp-block-uagb-image--effect-static wp-block-uagb-image--align-none\"><figure class=\"wp-block-uagb-image__figure\"><img srcset=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/two-happy-boxers-1024x768.jpg \" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/two-happy-boxers-1024x768.jpg\" alt=\"\" class=\"uag-image-1216\" width=\"480\" height=\"500\" title=\"\" loading=\"lazy\"/></figure></div>\n<!-- /wp:uagb/image --></div>\n<!-- /wp:uagb/container --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"18c0a9c2\",\"backgroundType\":\"color\",\"backgroundSizeTablet\":\"cover\",\"backgroundSizeMobile\":\"cover\",\"backgroundColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"topPaddingDesktop\":120,\"bottomPaddingDesktop\":120,\"topPaddingTablet\":80,\"bottomPaddingTablet\":80,\"leftPaddingTablet\":30,\"rightPaddingTablet\":30,\"topPaddingMobile\":80,\"bottomPaddingMobile\":80,\"leftPaddingMobile\":20,\"rightPaddingMobile\":20,\"paddingLink\":false,\"variationSelected\":true,\"rowGapDesktop\":0,\"rowGapTablet\":0,\"isBlockRootParent\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-18c0a9c2 alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/container {\"block_id\":\"bb5176b1\",\"directionDesktop\":\"row\",\"alignItemsDesktop\":\"flex-end\",\"alignItemsTablet\":\"flex-end\",\"justifyContentDesktop\":\"flex-end\",\"justifyContentTablet\":\"space-between\",\"variationSelected\":true,\"rowGapMobile\":30,\"columnGapDesktop\":0} -->\n<div class=\"wp-block-uagb-container uagb-block-bb5176b1\"><!-- wp:uagb/advanced-heading {\"block_id\":\"5cf9dbef\",\"classMigrate\":true,\"headingDescToggle\":true,\"subHeadingColor\":\"\",\"headSpace\":20,\"subHeadFontSize\":16} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-5cf9dbef\"><h2 class=\"uagb-heading-text\">Things to do in the area of Magaliesburg<br></h2><p class=\"uagb-desc-text\">Looking for more? Well, we believe that every guest walks into our lodge for the best experience. And, we are determined to do that.</p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/buttons {\"block_id\":\"04934212\",\"classMigrate\":true,\"childMigrate\":true,\"align\":\"right\",\"alignTablet\":\"right\",\"alignMobile\":\"left\",\"gap\":0} -->\n<div class=\"wp-block-uagb-buttons uagb-buttons__outer-wrap uagb-btn__default-btn uagb-btn-tablet__default-btn uagb-btn-mobile__default-btn uagb-block-04934212\"><div class=\"uagb-buttons__wrap uagb-buttons-layout-wrap\"><!-- wp:uagb/buttons-child {\"block_id\":\"2e51365c\",\"label\":\"Get Bookings\",\"link\":\"#\",\"hColor\":\"\",\"borderWidth\":\"\",\"borderRadius\":\"\",\"borderStyle\":\"\",\"borderColor\":\"\",\"borderHColor\":\"\",\"btnBorderTopWidth\":1,\"btnBorderLeftWidth\":1,\"btnBorderRightWidth\":1,\"btnBorderBottomWidth\":1,\"btnBorderTopLeftRadius\":2,\"btnBorderTopRightRadius\":2,\"btnBorderBottomLeftRadius\":2,\"btnBorderBottomRightRadius\":2,\"btnBorderStyle\":\"solid\",\"btnBorderColor\":\"#333\",\"btnBorderHColor\":\"#333\"} -->\n<div class=\"wp-block-uagb-buttons-child uagb-buttons__outer-wrap uagb-block-2e51365c wp-block-button is-style-outline\"><div class=\"uagb-button__wrapper\"><a class=\"uagb-buttons-repeater wp-block-button__link\" href=\"#\" rel=\"follow noopener\" target=\"_self\"><div class=\"uagb-button__link\">Get Bookings</div></a></div></div>\n<!-- /wp:uagb/buttons-child --></div></div>\n<!-- /wp:uagb/buttons --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"3fbb2d1b\",\"directionDesktop\":\"row\",\"alignItemsTablet\":\"flex-start\",\"paddingLink\":false,\"topMarginDesktop\":54,\"bottomMarginDesktop\":0,\"leftMarginDesktop\":0,\"rightMarginDesktop\":0,\"topMarginTablet\":30,\"bottomMarginTablet\":0,\"leftMarginTablet\":0,\"rightMarginTablet\":0,\"marginLink\":false,\"variationSelected\":true,\"rowGapMobile\":65,\"columnGapDesktop\":48,\"columnGapTablet\":20} -->\n<div class=\"wp-block-uagb-container uagb-block-3fbb2d1b\"><!-- wp:uagb/info-box {\"classMigrate\":true,\"headingAlign\":\"left\",\"headingColor\":\"\",\"subHeadingColor\":\"\",\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"source_type\":\"image\",\"block_id\":\"8b58c91e\",\"ctaTarget\":true,\"ctaType\":\"text\",\"ctaText\":\"READ MORE\",\"ctaLink\":\"https://www.sundowner.co.za/rooms/magalies-barbus-haven/\",\"ctaLinkColor\":\"var(\\u002d\\u002dast-global-color-0)\",\"ctaDecoration\":\"underline\",\"ctaFontSize\":12,\"ctaFontWeight\":\"600\",\"ctaLetterSpacing\":2,\"ctaBorderColor\":\"\",\"ctaBorderStyle\":\"\",\"ctaBorderWidth\":\"\",\"ctaBorderRadius\":\"\",\"iconBottomMargin\":30,\"iconImage\":{\"uploading\":false,\"date\":1671106052000,\"filename\":\"41b46e52d7427ea1f6f135454e9a012f.png\",\"menuOrder\":0,\"uploadedTo\":762,\"type\":\"image\",\"subtype\":\"png\",\"id\":1222,\"title\":\"41b46e52d7427ea1f6f135454e9a012f\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/41b46e52d7427ea1f6f135454e9a012f.png\",\"link\":\"https://blueroan.netgen.cloud/amenities/41b46e52d7427ea1f6f135454e9a012f/\",\"alt\":\"\",\"author\":\"2\",\"description\":\"\",\"caption\":\"\",\"name\":\"41b46e52d7427ea1f6f135454e9a012f\",\"status\":\"inherit\",\"modified\":1671106052000,\"mime\":\"image/png\",\"icon\":\"https://blueroan.netgen.cloud/wp-includes/images/media/default.png\",\"dateFormatted\":\"December 15, 2022\",\"nonces\":{\"update\":\"a33de4f0ef\",\"delete\":\"e6f9dee199\",\"edit\":\"6d436328bf\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=1222\\u0026action=edit\",\"meta\":false,\"authorName\":\"Netgen Support\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/profile.php\",\"uploadedToTitle\":\"Amenities\",\"uploadedToLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=762\\u0026action=edit\",\"filesizeInBytes\":326854,\"filesizeHumanReadable\":\"319 KB\",\"context\":\"\",\"height\":440,\"width\":370,\"orientation\":\"portrait\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/41b46e52d7427ea1f6f135454e9a012f-150x150.png\",\"orientation\":\"landscape\"},\"medium\":{\"height\":300,\"width\":252,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/41b46e52d7427ea1f6f135454e9a012f-252x300.png\",\"orientation\":\"portrait\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/41b46e52d7427ea1f6f135454e9a012f.png\",\"height\":440,\"width\":370,\"orientation\":\"portrait\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"imageSize\":\"full\",\"imageWidth\":100,\"imageWidthMobile\":100,\"imageWidthTablet\":100,\"paddingBtnTop\":10,\"paddingBtnBottom\":10,\"paddingBtnLeft\":14,\"paddingBtnRight\":14,\"imageWidthUnit\":\"%\",\"imageWidthUnitTablet\":\"%\",\"imageWidthUnitMobile\":\"%\",\"subHeadTopMargin\":0,\"subHeadRightMargin\":40,\"subHeadLeftMargin\":0,\"subHeadMarginTopTablet\":0,\"subHeadMarginRightTablet\":0,\"subHeadTabletSpace\":20,\"subHeadMarginLeftTablet\":0,\"imgTagHeight\":118,\"imgTagWidth\":370,\"btnBorderTopWidth\":1,\"btnBorderLeftWidth\":1,\"btnBorderRightWidth\":1,\"btnBorderBottomWidth\":1,\"btnBorderTopLeftRadius\":0,\"btnBorderTopRightRadius\":0,\"btnBorderBottomLeftRadius\":0,\"btnBorderBottomRightRadius\":0,\"btnBorderStyle\":\"solid\",\"btnBorderColor\":\"#333\"} -->\n<div class=\"wp-block-uagb-info-box uagb-block-8b58c91e uagb-infobox__content-wrap  uagb-infobox-icon-above-title uagb-infobox-image-valign-top\"><div class=\"uagb-ifb-content\"><div class=\"uagb-ifb-image-content\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/41b46e52d7427ea1f6f135454e9a012f.png\" alt=\"\" width=\"100\" height=\"118\" loading=\"lazy\"/></div><div class=\"uagb-ifb-title-wrap\"><h3 class=\"uagb-ifb-title\">Fishing at Barbus Haven </h3></div><p class=\"uagb-ifb-desc\">The 2.5 hr Introductory fly fishing clinics cover the basic techniques required to fly fish effectively. </p><div class=\"uagb-ifb-button-wrapper wp-block-button\"><a href=\"https://www.sundowner.co.za/rooms/magalies-barbus-haven/\" target=\"_blank\" class=\"uagb-infobox-cta-link\" rel=\"noopener noreferrer\" alt=\"\"><span class=\"uagb-inline-editing\">READ MORE</span><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M504.3 273.6l-112.1 104c-6.992 6.484-17.18 8.218-25.94 4.406c-8.758-3.812-14.42-12.45-14.42-21.1L351.9 288H32C14.33 288 .0002 273.7 .0002 255.1S14.33 224 32 224h319.9l0-72c0-9.547 5.66-18.19 14.42-22c8.754-3.809 18.95-2.075 25.94 4.41l112.1 104C514.6 247.9 514.6 264.1 504.3 273.6z\"></path></svg></a></div></div></div>\n<!-- /wp:uagb/info-box -->\n\n<!-- wp:uagb/info-box {\"classMigrate\":true,\"headingAlign\":\"left\",\"headingColor\":\"\",\"subHeadingColor\":\"\",\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"source_type\":\"image\",\"block_id\":\"7e6ecc8a\",\"ctaTarget\":true,\"ctaType\":\"text\",\"ctaText\":\"READ MORE\",\"ctaLink\":\"https://www.thekingfisherlodge.co.za/activities/\",\"ctaLinkColor\":\"var(\\u002d\\u002dast-global-color-0)\",\"ctaDecoration\":\"underline\",\"ctaFontSize\":12,\"ctaFontWeight\":\"600\",\"ctaLetterSpacing\":2,\"ctaBorderColor\":\"\",\"ctaBorderStyle\":\"\",\"ctaBorderWidth\":\"\",\"ctaBorderRadius\":\"\",\"iconBottomMargin\":30,\"iconImage\":{\"uploading\":false,\"date\":1671106415000,\"filename\":\"IMG-20180619-WA0004.png\",\"menuOrder\":0,\"uploadedTo\":762,\"type\":\"image\",\"subtype\":\"png\",\"id\":1225,\"title\":\"IMG-20180619-WA0004\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/IMG-20180619-WA0004.png\",\"link\":\"https://blueroan.netgen.cloud/amenities/img-20180619-wa0004/\",\"alt\":\"\",\"author\":\"2\",\"description\":\"\",\"caption\":\"\",\"name\":\"img-20180619-wa0004\",\"status\":\"inherit\",\"modified\":1671106415000,\"mime\":\"image/png\",\"icon\":\"https://blueroan.netgen.cloud/wp-includes/images/media/default.png\",\"dateFormatted\":\"December 15, 2022\",\"nonces\":{\"update\":\"e988b6351d\",\"delete\":\"5d512e9cd1\",\"edit\":\"3a331dfabd\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=1225\\u0026action=edit\",\"meta\":false,\"authorName\":\"Netgen Support\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/profile.php\",\"uploadedToTitle\":\"Amenities\",\"uploadedToLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=762\\u0026action=edit\",\"filesizeInBytes\":276116,\"filesizeHumanReadable\":\"270 KB\",\"context\":\"\",\"height\":440,\"width\":370,\"orientation\":\"portrait\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/IMG-20180619-WA0004-150x150.png\",\"orientation\":\"landscape\"},\"medium\":{\"height\":300,\"width\":252,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/IMG-20180619-WA0004-252x300.png\",\"orientation\":\"portrait\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/IMG-20180619-WA0004.png\",\"height\":440,\"width\":370,\"orientation\":\"portrait\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"imageSize\":\"full\",\"imageWidth\":100,\"imageWidthMobile\":100,\"imageWidthTablet\":100,\"paddingBtnTop\":10,\"paddingBtnBottom\":10,\"paddingBtnLeft\":14,\"paddingBtnRight\":14,\"imageWidthUnit\":\"%\",\"imageWidthUnitTablet\":\"%\",\"imageWidthUnitMobile\":\"%\",\"subHeadTopMargin\":0,\"subHeadRightMargin\":40,\"subHeadLeftMargin\":0,\"subHeadMarginTopTablet\":0,\"subHeadMarginRightTablet\":0,\"subHeadTabletSpace\":20,\"subHeadMarginLeftTablet\":0,\"imgTagHeight\":118,\"imgTagWidth\":370,\"btnBorderTopWidth\":1,\"btnBorderLeftWidth\":1,\"btnBorderRightWidth\":1,\"btnBorderBottomWidth\":1,\"btnBorderTopLeftRadius\":0,\"btnBorderTopRightRadius\":0,\"btnBorderBottomLeftRadius\":0,\"btnBorderBottomRightRadius\":0,\"btnBorderStyle\":\"solid\",\"btnBorderColor\":\"#333\"} -->\n<div class=\"wp-block-uagb-info-box uagb-block-7e6ecc8a uagb-infobox__content-wrap  uagb-infobox-icon-above-title uagb-infobox-image-valign-top\"><div class=\"uagb-ifb-content\"><div class=\"uagb-ifb-image-content\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/IMG-20180619-WA0004.png\" alt=\"\" width=\"100\" height=\"118\" loading=\"lazy\"/></div><div class=\"uagb-ifb-title-wrap\"><h3 class=\"uagb-ifb-title\">Fishing at Kingfisher </h3></div><p class=\"uagb-ifb-desc\">The opportunity to fish for Rainbow Trout or the elusive Brown Trout. Kingfisher offers rod hires at their venue. <br></p><div class=\"uagb-ifb-button-wrapper wp-block-button\"><a href=\"https://www.thekingfisherlodge.co.za/activities/\" target=\"_blank\" class=\"uagb-infobox-cta-link\" rel=\"noopener noreferrer\" alt=\"\"><span class=\"uagb-inline-editing\">READ MORE</span><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M504.3 273.6l-112.1 104c-6.992 6.484-17.18 8.218-25.94 4.406c-8.758-3.812-14.42-12.45-14.42-21.1L351.9 288H32C14.33 288 .0002 273.7 .0002 255.1S14.33 224 32 224h319.9l0-72c0-9.547 5.66-18.19 14.42-22c8.754-3.809 18.95-2.075 25.94 4.41l112.1 104C514.6 247.9 514.6 264.1 504.3 273.6z\"></path></svg></a></div></div></div>\n<!-- /wp:uagb/info-box -->\n\n<!-- wp:uagb/info-box {\"classMigrate\":true,\"headingAlign\":\"left\",\"headingColor\":\"\",\"subHeadingColor\":\"\",\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"source_type\":\"image\",\"block_id\":\"9a8a3d62\",\"ctaType\":\"text\",\"ctaText\":\"READ MORE\",\"ctaLinkColor\":\"var(\\u002d\\u002dast-global-color-0)\",\"ctaDecoration\":\"underline\",\"ctaFontSize\":12,\"ctaFontWeight\":\"600\",\"ctaLetterSpacing\":2,\"ctaBorderColor\":\"\",\"ctaBorderStyle\":\"\",\"ctaBorderWidth\":\"\",\"ctaBorderRadius\":\"\",\"iconBottomMargin\":30,\"iconImage\":{\"id\":241,\"title\":\"beach\",\"filename\":\"beach.jpg\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/beach.jpg\",\"link\":\"https://blueroan.netgen.cloud/beach/\",\"alt\":\"\",\"author\":\"34\",\"description\":\"\",\"caption\":\"\",\"name\":\"beach\",\"status\":\"inherit\",\"uploadedTo\":0,\"date\":\"2021-05-11T10:56:06.000Z\",\"modified\":\"2021-05-11T10:56:06.000Z\",\"menuOrder\":0,\"mime\":\"image/jpeg\",\"type\":\"image\",\"subtype\":\"jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/default.png\",\"dateFormatted\":\"May 11, 2021\",\"nonces\":{\"update\":\"65c348aac8\",\"delete\":\"6d551f7cf4\",\"edit\":\"026ca70d91\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=241\\u0026action=edit\",\"meta\":false,\"authorName\":\"Rishabh\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/user-edit.php?user_id=34\",\"filesizeInBytes\":38094,\"filesizeHumanReadable\":\"37 KB\",\"context\":\"\",\"height\":440,\"width\":370,\"orientation\":\"portrait\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/beach-150x150.jpg\",\"orientation\":\"landscape\"},\"medium\":{\"height\":300,\"width\":252,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/beach-252x300-1.jpg\",\"orientation\":\"portrait\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/beach.jpg\",\"height\":440,\"width\":370,\"orientation\":\"portrait\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"imageSize\":\"full\",\"imageWidth\":100,\"imageWidthMobile\":100,\"imageWidthTablet\":100,\"paddingBtnTop\":10,\"paddingBtnBottom\":10,\"paddingBtnLeft\":14,\"paddingBtnRight\":14,\"imageWidthUnit\":\"%\",\"imageWidthUnitTablet\":\"%\",\"imageWidthUnitMobile\":\"%\",\"subHeadTopMargin\":0,\"subHeadRightMargin\":40,\"subHeadLeftMargin\":0,\"subHeadMarginTopTablet\":0,\"subHeadMarginRightTablet\":0,\"subHeadTabletSpace\":20,\"subHeadMarginLeftTablet\":0,\"imgTagHeight\":118,\"imgTagWidth\":370,\"btnBorderTopWidth\":1,\"btnBorderLeftWidth\":1,\"btnBorderRightWidth\":1,\"btnBorderBottomWidth\":1,\"btnBorderTopLeftRadius\":0,\"btnBorderTopRightRadius\":0,\"btnBorderBottomLeftRadius\":0,\"btnBorderBottomRightRadius\":0,\"btnBorderStyle\":\"solid\",\"btnBorderColor\":\"#333\"} -->\n<div class=\"wp-block-uagb-info-box uagb-block-9a8a3d62 uagb-infobox__content-wrap  uagb-infobox-icon-above-title uagb-infobox-image-valign-top\"><div class=\"uagb-ifb-content\"><div class=\"uagb-ifb-image-content\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/beach.jpg\" alt=\"\" width=\"100\" height=\"118\" loading=\"lazy\"/></div><div class=\"uagb-ifb-title-wrap\"><h3 class=\"uagb-ifb-title\">Private Beach​</h3></div><p class=\"uagb-ifb-desc\">Want to take a dip into the sea? All our guests get complimentary access to our private beach.</p><div class=\"uagb-ifb-button-wrapper wp-block-button\"><a href=\"\" target=\"_self\" class=\"uagb-infobox-cta-link uagb-disable-link\" rel=\"noopener noreferrer\" alt=\"\"><span class=\"uagb-inline-editing\">READ MORE</span><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M504.3 273.6l-112.1 104c-6.992 6.484-17.18 8.218-25.94 4.406c-8.758-3.812-14.42-12.45-14.42-21.1L351.9 288H32C14.33 288 .0002 273.7 .0002 255.1S14.33 224 32 224h319.9l0-72c0-9.547 5.66-18.19 14.42-22c8.754-3.809 18.95-2.075 25.94 4.41l112.1 104C514.6 247.9 514.6 264.1 504.3 273.6z\"></path></svg></a></div></div></div>\n<!-- /wp:uagb/info-box --></div>\n<!-- /wp:uagb/container --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"df4d4f24\",\"backgroundType\":\"color\",\"backgroundSizeTablet\":\"cover\",\"backgroundSizeMobile\":\"cover\",\"backgroundColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"topPaddingDesktop\":50,\"bottomPaddingDesktop\":100,\"topPaddingTablet\":50,\"bottomPaddingTablet\":25,\"leftPaddingTablet\":20,\"rightPaddingTablet\":20,\"topPaddingMobile\":50,\"bottomPaddingMobile\":20,\"leftPaddingMobile\":20,\"rightPaddingMobile\":20,\"paddingLink\":false,\"variationSelected\":true,\"rowGapDesktop\":0,\"isBlockRootParent\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-df4d4f24 alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/container {\"block_id\":\"20a3b840\",\"directionDesktop\":\"row\",\"alignItemsTablet\":\"flex-start\",\"paddingLink\":false,\"topMarginDesktop\":50,\"bottomMarginDesktop\":20,\"leftMarginDesktop\":0,\"rightMarginDesktop\":0,\"marginLink\":false,\"variationSelected\":true,\"rowGapMobile\":65,\"columnGapDesktop\":48,\"columnGapTablet\":20} -->\n<div class=\"wp-block-uagb-container uagb-block-20a3b840\"><!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"align\":\"center\",\"id\":1222,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image aligncenter size-full\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/41b46e52d7427ea1f6f135454e9a012f.png\" alt=\"\" class=\"wp-image-1222\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"textAlign\":\"center\",\"level\":3} -->\n<h3 class=\"has-text-align-center\">Fishing </h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>The dam has trout (stocked), bass, vlei Kuper and carp. Fly fishers seeking a unique challenge visit our establishment in search of the large &amp; small scale Yellow fish.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:buttons -->\n<div class=\"wp-block-buttons\"><!-- wp:button {\"align\":\"left\"} -->\n<div class=\"wp-block-button alignleft\"><a class=\"wp-block-button__link wp-element-button\" href=\"https://www.sundowner.co.za/rooms/magalies-barbus-haven/\" target=\"_blank\" rel=\"noreferrer noopener\">Barbus Haven</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons -->\n\n<!-- wp:paragraph -->\n<p>The opportunity to fish for Rainbow Trout or the elusive Brown Trout. Kingfisher offers rod hires at their venue. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:buttons -->\n<div class=\"wp-block-buttons\"><!-- wp:button {\"align\":\"left\"} -->\n<div class=\"wp-block-button alignleft\"><a class=\"wp-block-button__link wp-element-button\" href=\"https://www.thekingfisherlodge.co.za/activities/\" target=\"_blank\" rel=\"noreferrer noopener\">Kingfisher</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":1235,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Maseke-MTB-MvZ-3-1024x683-1.png\" alt=\"\" class=\"wp-image-1235\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>Mountain biking </h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>It is a privately owned nature reserve that offers mountain biking.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:spacer {\"height\":\"20px\"} -->\n<div style=\"height:20px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:buttons -->\n<div class=\"wp-block-buttons\"><!-- wp:button -->\n<div class=\"wp-block-button\"><a class=\"wp-block-button__link wp-element-button\" href=\"http://ingwebushcamp.yolasite.com/\" target=\"_blank\" rel=\"noreferrer noopener\">Ingwe Bush Camp&nbsp;</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons -->\n\n<!-- wp:paragraph -->\n<p>With over 80km of trails, Van Gaalen&nbsp;has something to offer for every kind of athlete, from beginner to advanced.<br></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:buttons -->\n<div class=\"wp-block-buttons\"><!-- wp:button -->\n<div class=\"wp-block-button\"><a class=\"wp-block-button__link wp-element-button\" href=\"https://www.vangaalen.co.za/products\" target=\"_blank\" rel=\"noreferrer noopener\">Van Gaalen\'s</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":830,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/ef9d0188da11e2bc56788f5619d9d539.png\" alt=\"\" class=\"wp-image-830\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>Quad biking </h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>We have quads suitable for kiddies, tweens, teens, and adults. We have mini quads and fully automatic 150cc quads.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:spacer {\"height\":\"2px\"} -->\n<div style=\"height:2px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:buttons -->\n<div class=\"wp-block-buttons\"><!-- wp:button -->\n<div class=\"wp-block-button\"><a class=\"wp-block-button__link wp-element-button\" href=\"https://www.saddlecreekadventures.co.za/activity/quad-biking/\" target=\"_blank\" rel=\"noreferrer noopener\">Saddle Creek Ranch</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons -->\n\n<!-- wp:paragraph -->\n<p>A 700-meter monster track, the longest and most exciting track in Gauteng!</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:spacer {\"height\":\"4px\"} -->\n<div style=\"height:4px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:buttons -->\n<div class=\"wp-block-buttons\"><!-- wp:button -->\n<div class=\"wp-block-button\"><a class=\"wp-block-button__link wp-element-button\" href=\"http://www.swartkrans.co.za/\" target=\"_blank\" rel=\"noreferrer noopener\">Swartkrans Go-Karting&nbsp;</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"align\":\"center\",\"id\":1198,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image aligncenter size-full\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/eyJidWNrZXQiOiJhc3NldHMuYWxsdHJhaWxzLmNvbSIsImtleSI6InVwbG9hZHMvcGhvdG8vaW1hZ2UvNDMxNzk4MTAvYjZkYTAz-1.png\" alt=\"\" class=\"wp-image-1198\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>Walking or hiking </h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>There is a well-kept walking trail on our property with plenty of bird life and some benches along the way. &nbsp;It is safe for dogs to run off-leash as it is completely fenced all around. &nbsp;For those who enjoy long walks and hikes, it is safe to cross onto neighbouring farms and go as far as the eye can see.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":1185,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/49089607_1950305445047847_5177863042771189760_n.png\" alt=\"\" class=\"wp-image-1185\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>Mountain biking </h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Bring your mountain bikes and explore the surrounding countryside on safe off-road tracks on our property and on neighbouring farms.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":1196,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Michelle_1.png\" alt=\"\" class=\"wp-image-1196\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>Horse riding </h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Interested riders can book at one of the recommended horse-riding establishments listed further down this page.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"606926cc\",\"innerContentCustomWidthDesktop\":781,\"innerContentCustomWidthTablet\":781,\"backgroundType\":\"image\",\"backgroundImageDesktop\":{\"id\":54,\"title\":\"background-img\",\"filename\":\"background-img-1.jpg\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/background-img-1.jpg\",\"link\":\"https://blueroan.netgen.cloud/background-img-2/\",\"alt\":\"\",\"author\":\"34\",\"description\":\"\",\"caption\":\"\",\"name\":\"background-img-2\",\"status\":\"inherit\",\"uploadedTo\":0,\"date\":\"2021-05-07T10:11:37.000Z\",\"modified\":\"2021-05-07T10:11:37.000Z\",\"menuOrder\":0,\"mime\":\"image/jpeg\",\"type\":\"image\",\"subtype\":\"jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/default.png\",\"dateFormatted\":\"May 7, 2021\",\"nonces\":{\"update\":\"bb999636b9\",\"delete\":\"d2e1375bc4\",\"edit\":\"005dd2f0c9\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=54\\u0026action=edit\",\"meta\":false,\"authorName\":\"Rishabh\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/user-edit.php?user_id=34\",\"filesizeInBytes\":338858,\"filesizeHumanReadable\":\"331 KB\",\"context\":\"\",\"height\":1080,\"width\":1920,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/background-img-1-150x150.jpg\",\"orientation\":\"landscape\"},\"medium\":{\"height\":169,\"width\":300,\"url\":\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/background-img-1-300x169.jpg\",\"orientation\":\"landscape\"},\"large\":{\"height\":576,\"width\":1024,\"url\":\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/background-img-1-1024x576.jpg\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/background-img-1.jpg\",\"height\":1080,\"width\":1920,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"backgroundImageColor\":\"rgba(42,42,42,0.65)\",\"topPaddingDesktop\":144,\"bottomPaddingDesktop\":144,\"leftPaddingDesktop\":40,\"rightPaddingDesktop\":40,\"topPaddingTablet\":80,\"bottomPaddingTablet\":80,\"leftPaddingTablet\":40,\"rightPaddingTablet\":40,\"topPaddingMobile\":64,\"bottomPaddingMobile\":64,\"leftPaddingMobile\":24,\"rightPaddingMobile\":24,\"paddingLink\":false,\"variationSelected\":true,\"isBlockRootParent\":true,\"overlayType\":\"color\"} -->\n<div class=\"wp-block-uagb-container uagb-block-606926cc alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/advanced-heading {\"block_id\":\"a90e0f06\",\"classMigrate\":true,\"headingDescToggle\":true,\"headingAlign\":\"center\",\"headingColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"subHeadingColor\":\"var(\\u002d\\u002dast-global-color-4)\",\"headSpace\":20} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-a90e0f06\"><h2 class=\"uagb-heading-text\">Plan an Unforgettable Experience in Mykonos Today!</h2><p class=\"uagb-desc-text\">We can help you fit your stay and experience within your allotted budget.</p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/advanced-heading {\"block_id\":\"0a65e7bf\",\"classMigrate\":true,\"headingTitleToggle\":false,\"headingDescToggle\":true,\"headingAlign\":\"center\",\"subHeadingColor\":\"var(\\u002d\\u002dast-global-color-4)\",\"subHeadTransform\":\"uppercase\",\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"subHeadLetterSpacing\":2,\"blockTopPadding\":60,\"blockRightPadding\":0,\"blockLeftPadding\":0,\"blockBottomPadding\":0,\"blockTopPaddingMobile\":30,\"blockRightPaddingMobile\":0,\"blockLeftPaddingMobile\":0,\"blockBottomPaddingMobile\":0} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-0a65e7bf\"><p class=\"uagb-desc-text\">BOOK YOUR STAY NOW​</p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/icon-list {\"block_id\":\"77c63644\",\"classMigrate\":true,\"childMigrate\":true,\"align\":\"center\",\"parentIcon\":\"phone\",\"size\":40,\"sizeMobile\":24,\"sizeTablet\":32,\"fontSize\":48,\"fontSizeMobile\":28,\"fontSizeTablet\":40,\"fontWeight\":\"600\",\"iconColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"labelColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"blockTopPadding\":0,\"blockRightPadding\":0,\"blockLeftPadding\":0,\"blockBottomPadding\":24,\"blockPaddingLink\":false} -->\n<div class=\"wp-block-uagb-icon-list uagb-block-77c63644\"><div class=\"uagb-icon-list__wrap\"><!-- wp:uagb/icon-list-child {\"block_id\":\"4cbce367\",\"label\":\"+1-123 456 7890​\",\"label_color\":\"\",\"fromParentIcon\":\"phone\",\"imageSizeChild\":40} -->\n<div class=\"wp-block-uagb-icon-list-child uagb-block-4cbce367\"><span class=\"uagb-icon-list__source-wrap\"><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M511.2 387l-23.25 100.8c-3.266 14.25-15.79 24.22-30.46 24.22C205.2 512 0 306.8 0 54.5c0-14.66 9.969-27.2 24.22-30.45l100.8-23.25C139.7-2.602 154.7 5.018 160.8 18.92l46.52 108.5c5.438 12.78 1.77 27.67-8.98 36.45L144.5 207.1c33.98 69.22 90.26 125.5 159.5 159.5l44.08-53.8c8.688-10.78 23.69-14.51 36.47-8.975l108.5 46.51C506.1 357.2 514.6 372.4 511.2 387z\"></path></svg></span><span class=\"uagb-icon-list__label\">+1-123 456 7890​</span></div>\n<!-- /wp:uagb/icon-list-child --></div></div>\n<!-- /wp:uagb/icon-list --></div></div>\n<!-- /wp:uagb/container -->',	'Amenities',	'',	'inherit',	'closed',	'closed',	'',	'762-revision-v1',	'',	'',	'2022-12-15 12:42:12',	'2022-12-15 12:42:12',	'',	762,	'https://blueroan.netgen.cloud/?p=1247',	0,	'revision',	'',	0),
(1248,	2,	'2022-12-15 12:42:42',	'2022-12-15 12:42:42',	'<!-- wp:uagb/container {\"block_id\":\"fb55208e\",\"backgroundType\":\"image\",\"backgroundImageDesktop\":{\"id\":1007,\"title\":\"AAEAAQAAAAAAAAAAAAAAJDg5NmY0ZGUxLWE4MTgtNDY5NC1iODFhLTBmN2Q0ZDc5ZWFiNw-1\",\"filename\":\"AAEAAQAAAAAAAAAAAAAAJDg5NmY0ZGUxLWE4MTgtNDY5NC1iODFhLTBmN2Q0ZDc5ZWFiNw-1.png\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAAJDg5NmY0ZGUxLWE4MTgtNDY5NC1iODFhLTBmN2Q0ZDc5ZWFiNw-1.png\",\"link\":\"https://blueroan.netgen.cloud/the-barn/aaeaaqaaaaaaaaaaaaaajdg5nmy0zguxlwe4mtgtndy5nc1iodfhltbmn2q0zdc5zwfinw-1/\",\"alt\":\"\",\"author\":\"2\",\"description\":\"\",\"caption\":\"\",\"name\":\"aaeaaqaaaaaaaaaaaaaajdg5nmy0zguxlwe4mtgtndy5nc1iodfhltbmn2q0zdc5zwfinw-1\",\"status\":\"inherit\",\"uploadedTo\":948,\"date\":\"2022-12-14T10:50:25.000Z\",\"modified\":\"2022-12-14T10:50:25.000Z\",\"menuOrder\":0,\"mime\":\"image/png\",\"type\":\"image\",\"subtype\":\"png\",\"icon\":\"https://blueroan.netgen.cloud/wp-includes/images/media/default.png\",\"dateFormatted\":\"December 14, 2022\",\"nonces\":{\"update\":\"483f8bdf3d\",\"delete\":\"0a7ebc92ef\",\"edit\":\"6bc1c6a685\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=1007\\u0026action=edit\",\"meta\":false,\"authorName\":\"Netgen Support\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/profile.php\",\"uploadedToTitle\":\"The Barn\",\"uploadedToLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=948\\u0026action=edit\",\"filesizeInBytes\":1348989,\"filesizeHumanReadable\":\"1 MB\",\"context\":\"\",\"height\":667,\"width\":1000,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAAJDg5NmY0ZGUxLWE4MTgtNDY5NC1iODFhLTBmN2Q0ZDc5ZWFiNw-1-150x150.png\",\"orientation\":\"landscape\"},\"medium\":{\"height\":200,\"width\":300,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAAJDg5NmY0ZGUxLWE4MTgtNDY5NC1iODFhLTBmN2Q0ZDc5ZWFiNw-1-300x200.png\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAAJDg5NmY0ZGUxLWE4MTgtNDY5NC1iODFhLTBmN2Q0ZDc5ZWFiNw-1.png\",\"height\":667,\"width\":1000,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"backgroundPositionDesktop\":{\"x\":0.61,\"y\":0.52},\"backgroundSizeTablet\":\"cover\",\"backgroundSizeMobile\":\"cover\",\"backgroundColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"backgroundImageColor\":\"rgba(42,42,42,0.5)\",\"topPaddingDesktop\":220,\"bottomPaddingDesktop\":150,\"topPaddingTablet\":170,\"bottomPaddingTablet\":160,\"leftPaddingTablet\":30,\"rightPaddingTablet\":30,\"topPaddingMobile\":180,\"bottomPaddingMobile\":80,\"leftPaddingMobile\":20,\"rightPaddingMobile\":20,\"paddingLink\":false,\"variationSelected\":true,\"isBlockRootParent\":true,\"overlayType\":\"color\"} -->\n<div class=\"wp-block-uagb-container uagb-block-fb55208e alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/advanced-heading {\"block_id\":\"cbfc4d62\",\"classMigrate\":true,\"headingDescToggle\":true,\"headingColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"subHeadingColor\":\"var(\\u002d\\u002dast-global-color-4)\",\"headingTag\":\"h1\",\"headSpace\":20,\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"blockTopPadding\":0,\"blockRightPadding\":50,\"blockLeftPadding\":0,\"blockBottomPadding\":0,\"blockTopPaddingTablet\":0,\"blockRightPaddingTablet\":20,\"blockLeftPaddingTablet\":0,\"blockBottomPaddingTablet\":0,\"blockTopPaddingMobile\":0,\"blockRightPaddingMobile\":0,\"blockLeftPaddingMobile\":0,\"blockBottomPaddingMobile\":0,\"blockPaddingUnit\":\"%\",\"blockPaddingUnitTablet\":\"%\"} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-cbfc4d62\"><h1 class=\"uagb-heading-text\">Amenities &amp; Interests​</h1><p class=\"uagb-desc-text\">We do not give you just rooms to stay in. We give you an environment where you can experience the best while on a holiday with us. </p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:buttons -->\n<div class=\"wp-block-buttons\"><!-- wp:button -->\n<div class=\"wp-block-button\"><a class=\"wp-block-button__link wp-element-button\" href=\"https://book.nightsbridge.com/11065\" target=\"_blank\" rel=\"noreferrer noopener\">BOOK NOW</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"88d14e64\",\"backgroundType\":\"color\",\"backgroundSizeTablet\":\"cover\",\"backgroundSizeMobile\":\"cover\",\"backgroundColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"topPaddingDesktop\":50,\"bottomPaddingDesktop\":100,\"topPaddingTablet\":50,\"bottomPaddingTablet\":25,\"leftPaddingTablet\":20,\"rightPaddingTablet\":20,\"topPaddingMobile\":50,\"bottomPaddingMobile\":20,\"leftPaddingMobile\":20,\"rightPaddingMobile\":20,\"paddingLink\":false,\"variationSelected\":true,\"rowGapDesktop\":0,\"isBlockRootParent\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-88d14e64 alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/container {\"block_id\":\"1ceecbdd\",\"directionDesktop\":\"row\",\"alignItemsTablet\":\"flex-start\",\"paddingLink\":false,\"topMarginDesktop\":50,\"bottomMarginDesktop\":20,\"leftMarginDesktop\":0,\"rightMarginDesktop\":0,\"marginLink\":false,\"variationSelected\":true,\"rowGapMobile\":65,\"columnGapDesktop\":48,\"columnGapTablet\":20} -->\n<div class=\"wp-block-uagb-container uagb-block-1ceecbdd\"><!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"align\":\"center\",\"id\":828,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image aligncenter size-full\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Blue-Roan-pool.png\" alt=\"Blue Roan\'s rock pool\" class=\"wp-image-828\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>A relaxing rock Pool​</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>We have a lovely sparkling blue rock pool next to a thatched Lapa. &nbsp;&nbsp;Lie on recliners on the green lawn or sit on the swing chair in the Lapa and enjoy the panoramic view of the Magaliesberg mountain range.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":829,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/img-20160605-wa0002-largejpg.png\" alt=\"\" class=\"wp-image-829\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>Braai facilities </h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>What can compare to a burning fire under the star-lit African sky? Nothing beats the flavor of cooking over an open flame.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":830,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/ef9d0188da11e2bc56788f5619d9d539.png\" alt=\"\" class=\"wp-image-830\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>A games room </h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>The reception is also a games room for those who enjoy darts or playing pool. &nbsp;Take a selection of DVDs back to your room and watch movies on your own DVD player. &nbsp;There is also a selection of board games and music CDs that you can borrow.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"align\":\"center\",\"id\":1198,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image aligncenter size-full\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/eyJidWNrZXQiOiJhc3NldHMuYWxsdHJhaWxzLmNvbSIsImtleSI6InVwbG9hZHMvcGhvdG8vaW1hZ2UvNDMxNzk4MTAvYjZkYTAz-1.png\" alt=\"\" class=\"wp-image-1198\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>Walking or hiking </h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>There is a well-kept walking trail on our property with plenty of bird life and some benches along the way. &nbsp;It is safe for dogs to run off-leash as it is completely fenced all around. &nbsp;For those who enjoy long walks and hikes, it is safe to cross onto neighbouring farms and go as far as the eye can see.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":1185,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/49089607_1950305445047847_5177863042771189760_n.png\" alt=\"\" class=\"wp-image-1185\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>Mountain biking </h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Bring your mountain bikes and explore the surrounding countryside on safe off-road tracks on our property and on neighbouring farms.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":1196,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Michelle_1.png\" alt=\"\" class=\"wp-image-1196\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>Horse riding </h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Interested riders can book at one of the recommended horse-riding establishments listed further down this page.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"2ea34bc2\",\"innerContentWidth\":\"alignfull\",\"directionDesktop\":\"row\",\"wrapTablet\":\"wrap\",\"variationSelected\":true,\"rowGapTablet\":0,\"columnGapDesktop\":0,\"isBlockRootParent\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-2ea34bc2 alignfull uagb-is-root-container\"><!-- wp:uagb/container {\"block_id\":\"c785ab1f\",\"widthDesktop\":25,\"widthTablet\":50,\"variationSelected\":true,\"widthSetByUser\":true,\"UAGHideMob\":true,\"UAGResponsiveConditions\":true} -->\n<div class=\"wp-block-uagb-container uag-hide-mob uagb-block-c785ab1f\"><!-- wp:uagb/image {\"block_id\":\"c14b1e3b\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-18-1-1024x768.jpg\",\"id\":1208,\"linkDestination\":\"none\",\"width\":480,\"height\":500,\"naturalWidth\":1024,\"naturalHeight\":768,\"sizeSlug\":\"large\",\"sizeSlugTablet\":\"large\",\"sizeSlugMobile\":\"large\",\"customHeightSetDesktop\":true} -->\n<div class=\"wp-block-uagb-image uagb-block-c14b1e3b wp-block-uagb-image--layout-default wp-block-uagb-image--effect-static wp-block-uagb-image--align-none\"><figure class=\"wp-block-uagb-image__figure\"><img srcset=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-18-1-1024x768.jpg \" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-18-1-1024x768.jpg\" alt=\"\" class=\"uag-image-1208\" width=\"480\" height=\"500\" title=\"\" loading=\"lazy\"/></figure></div>\n<!-- /wp:uagb/image --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"78ce4819\",\"widthDesktop\":25,\"widthTablet\":50,\"variationSelected\":true,\"widthSetByUser\":true,\"UAGHideMob\":true,\"UAGResponsiveConditions\":true} -->\n<div class=\"wp-block-uagb-container uag-hide-mob uagb-block-78ce4819\"><!-- wp:uagb/image {\"block_id\":\"47da4a61\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Blue-Roan-pool-1.png\",\"id\":1210,\"linkDestination\":\"none\",\"width\":480,\"height\":500,\"naturalWidth\":370,\"naturalHeight\":440,\"sizeSlug\":\"full\",\"sizeSlugTablet\":\"full\",\"sizeSlugMobile\":\"full\",\"customHeightSetDesktop\":true} -->\n<div class=\"wp-block-uagb-image uagb-block-47da4a61 wp-block-uagb-image--layout-default wp-block-uagb-image--effect-static wp-block-uagb-image--align-none\"><figure class=\"wp-block-uagb-image__figure\"><img srcset=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Blue-Roan-pool-1.png \" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Blue-Roan-pool-1.png\" alt=\"\" class=\"uag-image-1210\" width=\"480\" height=\"500\" title=\"\" loading=\"lazy\"/></figure></div>\n<!-- /wp:uagb/image --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"e9aecd4d\",\"widthDesktop\":50,\"widthTablet\":100,\"variationSelected\":true,\"columnGapDesktop\":20,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-e9aecd4d\"><!-- wp:uagb/image {\"block_id\":\"faf3e2f0\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/the-view-from-my-rooms-1024x768.jpg\",\"id\":1211,\"linkDestination\":\"none\",\"width\":960,\"height\":500,\"naturalWidth\":1024,\"naturalHeight\":768,\"sizeSlug\":\"large\",\"sizeSlugTablet\":\"large\",\"sizeSlugMobile\":\"large\",\"customHeightSetDesktop\":true} -->\n<div class=\"wp-block-uagb-image uagb-block-faf3e2f0 wp-block-uagb-image--layout-default wp-block-uagb-image--effect-static wp-block-uagb-image--align-none\"><figure class=\"wp-block-uagb-image__figure\"><img srcset=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/the-view-from-my-rooms-1024x768.jpg \" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/the-view-from-my-rooms-1024x768.jpg\" alt=\"\" class=\"uag-image-1211\" width=\"960\" height=\"500\" title=\"\" loading=\"lazy\"/></figure></div>\n<!-- /wp:uagb/image --></div>\n<!-- /wp:uagb/container --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"6768f21a\",\"innerContentWidth\":\"alignfull\",\"directionDesktop\":\"row\",\"wrapTablet\":\"wrap\",\"variationSelected\":true,\"rowGapTablet\":0,\"columnGapDesktop\":0,\"isBlockRootParent\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-6768f21a alignfull uagb-is-root-container\"><!-- wp:uagb/container {\"block_id\":\"ec5bf031\",\"widthDesktop\":50,\"widthTablet\":100,\"variationSelected\":true,\"columnGapDesktop\":20,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-ec5bf031\"><!-- wp:uagb/image {\"block_id\":\"dabef9a7\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAAJDI0ZWY4NDc1LThjYjYtNDM3YS1iOTliLWNmOWQxYTJkMWU5MQ-1.png\",\"id\":1213,\"linkDestination\":\"none\",\"width\":960,\"height\":500,\"naturalWidth\":1000,\"naturalHeight\":667,\"sizeSlug\":\"full\",\"sizeSlugTablet\":\"full\",\"sizeSlugMobile\":\"full\",\"customHeightSetDesktop\":true} -->\n<div class=\"wp-block-uagb-image uagb-block-dabef9a7 wp-block-uagb-image--layout-default wp-block-uagb-image--effect-static wp-block-uagb-image--align-none\"><figure class=\"wp-block-uagb-image__figure\"><img srcset=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAAJDI0ZWY4NDc1LThjYjYtNDM3YS1iOTliLWNmOWQxYTJkMWU5MQ-1.png \" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAAJDI0ZWY4NDc1LThjYjYtNDM3YS1iOTliLWNmOWQxYTJkMWU5MQ-1.png\" alt=\"\" class=\"uag-image-1213\" width=\"960\" height=\"500\" title=\"\" loading=\"lazy\"/></figure></div>\n<!-- /wp:uagb/image --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"53a01be1\",\"widthDesktop\":25,\"variationSelected\":true,\"widthSetByUser\":true,\"UAGHideMob\":true,\"UAGResponsiveConditions\":true} -->\n<div class=\"wp-block-uagb-container uag-hide-mob uagb-block-53a01be1\"><!-- wp:uagb/image {\"block_id\":\"3d510089\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/bird-1-1024x683.jpg\",\"id\":1215,\"linkDestination\":\"none\",\"width\":480,\"height\":500,\"naturalWidth\":1024,\"naturalHeight\":683,\"sizeSlug\":\"large\",\"sizeSlugTablet\":\"large\",\"sizeSlugMobile\":\"large\",\"customHeightSetDesktop\":true} -->\n<div class=\"wp-block-uagb-image uagb-block-3d510089 wp-block-uagb-image--layout-default wp-block-uagb-image--effect-static wp-block-uagb-image--align-none\"><figure class=\"wp-block-uagb-image__figure\"><img srcset=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/bird-1-1024x683.jpg \" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/bird-1-1024x683.jpg\" alt=\"\" class=\"uag-image-1215\" width=\"480\" height=\"500\" title=\"\" loading=\"lazy\"/></figure></div>\n<!-- /wp:uagb/image --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"b4fc2faf\",\"widthDesktop\":25,\"variationSelected\":true,\"widthSetByUser\":true,\"UAGHideMob\":true,\"UAGResponsiveConditions\":true} -->\n<div class=\"wp-block-uagb-container uag-hide-mob uagb-block-b4fc2faf\"><!-- wp:uagb/image {\"block_id\":\"5df424fa\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/two-happy-boxers-1024x768.jpg\",\"id\":1216,\"linkDestination\":\"none\",\"width\":480,\"height\":500,\"naturalWidth\":1024,\"naturalHeight\":768,\"sizeSlug\":\"large\",\"sizeSlugTablet\":\"large\",\"sizeSlugMobile\":\"large\",\"customHeightSetDesktop\":true} -->\n<div class=\"wp-block-uagb-image uagb-block-5df424fa wp-block-uagb-image--layout-default wp-block-uagb-image--effect-static wp-block-uagb-image--align-none\"><figure class=\"wp-block-uagb-image__figure\"><img srcset=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/two-happy-boxers-1024x768.jpg \" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/two-happy-boxers-1024x768.jpg\" alt=\"\" class=\"uag-image-1216\" width=\"480\" height=\"500\" title=\"\" loading=\"lazy\"/></figure></div>\n<!-- /wp:uagb/image --></div>\n<!-- /wp:uagb/container --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"837eb51d\",\"backgroundType\":\"color\",\"backgroundSizeTablet\":\"cover\",\"backgroundSizeMobile\":\"cover\",\"backgroundColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"topPaddingDesktop\":120,\"bottomPaddingDesktop\":120,\"topPaddingTablet\":80,\"bottomPaddingTablet\":80,\"leftPaddingTablet\":30,\"rightPaddingTablet\":30,\"topPaddingMobile\":80,\"bottomPaddingMobile\":80,\"leftPaddingMobile\":20,\"rightPaddingMobile\":20,\"paddingLink\":false,\"variationSelected\":true,\"rowGapDesktop\":0,\"rowGapTablet\":0,\"isBlockRootParent\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-837eb51d alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/container {\"block_id\":\"92934979\",\"directionDesktop\":\"row\",\"alignItemsDesktop\":\"flex-end\",\"alignItemsTablet\":\"flex-end\",\"justifyContentDesktop\":\"flex-end\",\"justifyContentTablet\":\"space-between\",\"variationSelected\":true,\"rowGapMobile\":30,\"columnGapDesktop\":0} -->\n<div class=\"wp-block-uagb-container uagb-block-92934979\"><!-- wp:uagb/advanced-heading {\"block_id\":\"0d64cd7e\",\"classMigrate\":true,\"headingDescToggle\":true,\"subHeadingColor\":\"\",\"headSpace\":20,\"subHeadFontSize\":16} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-0d64cd7e\"><h2 class=\"uagb-heading-text\">Things to do in the area of Magaliesburg<br></h2><p class=\"uagb-desc-text\">Looking for more? Well, we believe that every guest walks into our lodge for the best experience. And, we are determined to do that.</p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/buttons {\"block_id\":\"e5637b4e\",\"classMigrate\":true,\"childMigrate\":true,\"align\":\"right\",\"alignTablet\":\"right\",\"alignMobile\":\"left\",\"gap\":0} -->\n<div class=\"wp-block-uagb-buttons uagb-buttons__outer-wrap uagb-btn__default-btn uagb-btn-tablet__default-btn uagb-btn-mobile__default-btn uagb-block-e5637b4e\"><div class=\"uagb-buttons__wrap uagb-buttons-layout-wrap\"><!-- wp:uagb/buttons-child {\"block_id\":\"10f2adcf\",\"label\":\"Get Bookings\",\"link\":\"#\",\"hColor\":\"\",\"borderWidth\":\"\",\"borderRadius\":\"\",\"borderStyle\":\"\",\"borderColor\":\"\",\"borderHColor\":\"\",\"btnBorderTopWidth\":1,\"btnBorderLeftWidth\":1,\"btnBorderRightWidth\":1,\"btnBorderBottomWidth\":1,\"btnBorderTopLeftRadius\":2,\"btnBorderTopRightRadius\":2,\"btnBorderBottomLeftRadius\":2,\"btnBorderBottomRightRadius\":2,\"btnBorderStyle\":\"solid\",\"btnBorderColor\":\"#333\",\"btnBorderHColor\":\"#333\"} -->\n<div class=\"wp-block-uagb-buttons-child uagb-buttons__outer-wrap uagb-block-10f2adcf wp-block-button is-style-outline\"><div class=\"uagb-button__wrapper\"><a class=\"uagb-buttons-repeater wp-block-button__link\" href=\"#\" rel=\"follow noopener\" target=\"_self\"><div class=\"uagb-button__link\">Get Bookings</div></a></div></div>\n<!-- /wp:uagb/buttons-child --></div></div>\n<!-- /wp:uagb/buttons --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"3c8d38a7\",\"directionDesktop\":\"row\",\"alignItemsTablet\":\"flex-start\",\"paddingLink\":false,\"topMarginDesktop\":54,\"bottomMarginDesktop\":0,\"leftMarginDesktop\":0,\"rightMarginDesktop\":0,\"topMarginTablet\":30,\"bottomMarginTablet\":0,\"leftMarginTablet\":0,\"rightMarginTablet\":0,\"marginLink\":false,\"variationSelected\":true,\"rowGapMobile\":65,\"columnGapDesktop\":48,\"columnGapTablet\":20} -->\n<div class=\"wp-block-uagb-container uagb-block-3c8d38a7\"><!-- wp:uagb/info-box {\"classMigrate\":true,\"headingAlign\":\"left\",\"headingColor\":\"\",\"subHeadingColor\":\"\",\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"source_type\":\"image\",\"block_id\":\"5d4c6c82\",\"ctaTarget\":true,\"ctaType\":\"text\",\"ctaText\":\"READ MORE\",\"ctaLink\":\"https://www.sundowner.co.za/rooms/magalies-barbus-haven/\",\"ctaLinkColor\":\"var(\\u002d\\u002dast-global-color-0)\",\"ctaDecoration\":\"underline\",\"ctaFontSize\":12,\"ctaFontWeight\":\"600\",\"ctaLetterSpacing\":2,\"ctaBorderColor\":\"\",\"ctaBorderStyle\":\"\",\"ctaBorderWidth\":\"\",\"ctaBorderRadius\":\"\",\"iconBottomMargin\":30,\"iconImage\":{\"uploading\":false,\"date\":1671106052000,\"filename\":\"41b46e52d7427ea1f6f135454e9a012f.png\",\"menuOrder\":0,\"uploadedTo\":762,\"type\":\"image\",\"subtype\":\"png\",\"id\":1222,\"title\":\"41b46e52d7427ea1f6f135454e9a012f\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/41b46e52d7427ea1f6f135454e9a012f.png\",\"link\":\"https://blueroan.netgen.cloud/amenities/41b46e52d7427ea1f6f135454e9a012f/\",\"alt\":\"\",\"author\":\"2\",\"description\":\"\",\"caption\":\"\",\"name\":\"41b46e52d7427ea1f6f135454e9a012f\",\"status\":\"inherit\",\"modified\":1671106052000,\"mime\":\"image/png\",\"icon\":\"https://blueroan.netgen.cloud/wp-includes/images/media/default.png\",\"dateFormatted\":\"December 15, 2022\",\"nonces\":{\"update\":\"a33de4f0ef\",\"delete\":\"e6f9dee199\",\"edit\":\"6d436328bf\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=1222\\u0026action=edit\",\"meta\":false,\"authorName\":\"Netgen Support\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/profile.php\",\"uploadedToTitle\":\"Amenities\",\"uploadedToLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=762\\u0026action=edit\",\"filesizeInBytes\":326854,\"filesizeHumanReadable\":\"319 KB\",\"context\":\"\",\"height\":440,\"width\":370,\"orientation\":\"portrait\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/41b46e52d7427ea1f6f135454e9a012f-150x150.png\",\"orientation\":\"landscape\"},\"medium\":{\"height\":300,\"width\":252,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/41b46e52d7427ea1f6f135454e9a012f-252x300.png\",\"orientation\":\"portrait\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/41b46e52d7427ea1f6f135454e9a012f.png\",\"height\":440,\"width\":370,\"orientation\":\"portrait\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"imageSize\":\"full\",\"imageWidth\":100,\"imageWidthMobile\":100,\"imageWidthTablet\":100,\"paddingBtnTop\":10,\"paddingBtnBottom\":10,\"paddingBtnLeft\":14,\"paddingBtnRight\":14,\"imageWidthUnit\":\"%\",\"imageWidthUnitTablet\":\"%\",\"imageWidthUnitMobile\":\"%\",\"subHeadTopMargin\":0,\"subHeadRightMargin\":40,\"subHeadLeftMargin\":0,\"subHeadMarginTopTablet\":0,\"subHeadMarginRightTablet\":0,\"subHeadTabletSpace\":20,\"subHeadMarginLeftTablet\":0,\"imgTagHeight\":118,\"imgTagWidth\":370,\"btnBorderTopWidth\":1,\"btnBorderLeftWidth\":1,\"btnBorderRightWidth\":1,\"btnBorderBottomWidth\":1,\"btnBorderTopLeftRadius\":0,\"btnBorderTopRightRadius\":0,\"btnBorderBottomLeftRadius\":0,\"btnBorderBottomRightRadius\":0,\"btnBorderStyle\":\"solid\",\"btnBorderColor\":\"#333\"} -->\n<div class=\"wp-block-uagb-info-box uagb-block-5d4c6c82 uagb-infobox__content-wrap  uagb-infobox-icon-above-title uagb-infobox-image-valign-top\"><div class=\"uagb-ifb-content\"><div class=\"uagb-ifb-image-content\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/41b46e52d7427ea1f6f135454e9a012f.png\" alt=\"\" width=\"100\" height=\"118\" loading=\"lazy\"/></div><div class=\"uagb-ifb-title-wrap\"><h3 class=\"uagb-ifb-title\">Fishing at Barbus Haven </h3></div><p class=\"uagb-ifb-desc\">The 2.5 hr Introductory fly fishing clinics cover the basic techniques required to fly fish effectively. </p><div class=\"uagb-ifb-button-wrapper wp-block-button\"><a href=\"https://www.sundowner.co.za/rooms/magalies-barbus-haven/\" target=\"_blank\" class=\"uagb-infobox-cta-link\" rel=\"noopener noreferrer\" alt=\"\"><span class=\"uagb-inline-editing\">READ MORE</span><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M504.3 273.6l-112.1 104c-6.992 6.484-17.18 8.218-25.94 4.406c-8.758-3.812-14.42-12.45-14.42-21.1L351.9 288H32C14.33 288 .0002 273.7 .0002 255.1S14.33 224 32 224h319.9l0-72c0-9.547 5.66-18.19 14.42-22c8.754-3.809 18.95-2.075 25.94 4.41l112.1 104C514.6 247.9 514.6 264.1 504.3 273.6z\"></path></svg></a></div></div></div>\n<!-- /wp:uagb/info-box -->\n\n<!-- wp:uagb/info-box {\"classMigrate\":true,\"headingAlign\":\"left\",\"headingColor\":\"\",\"subHeadingColor\":\"\",\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"source_type\":\"image\",\"block_id\":\"5678de19\",\"ctaTarget\":true,\"ctaType\":\"text\",\"ctaText\":\"READ MORE\",\"ctaLink\":\"https://www.thekingfisherlodge.co.za/activities/\",\"ctaLinkColor\":\"var(\\u002d\\u002dast-global-color-0)\",\"ctaDecoration\":\"underline\",\"ctaFontSize\":12,\"ctaFontWeight\":\"600\",\"ctaLetterSpacing\":2,\"ctaBorderColor\":\"\",\"ctaBorderStyle\":\"\",\"ctaBorderWidth\":\"\",\"ctaBorderRadius\":\"\",\"iconBottomMargin\":30,\"iconImage\":{\"uploading\":false,\"date\":1671106415000,\"filename\":\"IMG-20180619-WA0004.png\",\"menuOrder\":0,\"uploadedTo\":762,\"type\":\"image\",\"subtype\":\"png\",\"id\":1225,\"title\":\"IMG-20180619-WA0004\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/IMG-20180619-WA0004.png\",\"link\":\"https://blueroan.netgen.cloud/amenities/img-20180619-wa0004/\",\"alt\":\"\",\"author\":\"2\",\"description\":\"\",\"caption\":\"\",\"name\":\"img-20180619-wa0004\",\"status\":\"inherit\",\"modified\":1671106415000,\"mime\":\"image/png\",\"icon\":\"https://blueroan.netgen.cloud/wp-includes/images/media/default.png\",\"dateFormatted\":\"December 15, 2022\",\"nonces\":{\"update\":\"e988b6351d\",\"delete\":\"5d512e9cd1\",\"edit\":\"3a331dfabd\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=1225\\u0026action=edit\",\"meta\":false,\"authorName\":\"Netgen Support\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/profile.php\",\"uploadedToTitle\":\"Amenities\",\"uploadedToLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=762\\u0026action=edit\",\"filesizeInBytes\":276116,\"filesizeHumanReadable\":\"270 KB\",\"context\":\"\",\"height\":440,\"width\":370,\"orientation\":\"portrait\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/IMG-20180619-WA0004-150x150.png\",\"orientation\":\"landscape\"},\"medium\":{\"height\":300,\"width\":252,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/IMG-20180619-WA0004-252x300.png\",\"orientation\":\"portrait\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/IMG-20180619-WA0004.png\",\"height\":440,\"width\":370,\"orientation\":\"portrait\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"imageSize\":\"full\",\"imageWidth\":100,\"imageWidthMobile\":100,\"imageWidthTablet\":100,\"paddingBtnTop\":10,\"paddingBtnBottom\":10,\"paddingBtnLeft\":14,\"paddingBtnRight\":14,\"imageWidthUnit\":\"%\",\"imageWidthUnitTablet\":\"%\",\"imageWidthUnitMobile\":\"%\",\"subHeadTopMargin\":0,\"subHeadRightMargin\":40,\"subHeadLeftMargin\":0,\"subHeadMarginTopTablet\":0,\"subHeadMarginRightTablet\":0,\"subHeadTabletSpace\":20,\"subHeadMarginLeftTablet\":0,\"imgTagHeight\":118,\"imgTagWidth\":370,\"btnBorderTopWidth\":1,\"btnBorderLeftWidth\":1,\"btnBorderRightWidth\":1,\"btnBorderBottomWidth\":1,\"btnBorderTopLeftRadius\":0,\"btnBorderTopRightRadius\":0,\"btnBorderBottomLeftRadius\":0,\"btnBorderBottomRightRadius\":0,\"btnBorderStyle\":\"solid\",\"btnBorderColor\":\"#333\"} -->\n<div class=\"wp-block-uagb-info-box uagb-block-5678de19 uagb-infobox__content-wrap  uagb-infobox-icon-above-title uagb-infobox-image-valign-top\"><div class=\"uagb-ifb-content\"><div class=\"uagb-ifb-image-content\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/IMG-20180619-WA0004.png\" alt=\"\" width=\"100\" height=\"118\" loading=\"lazy\"/></div><div class=\"uagb-ifb-title-wrap\"><h3 class=\"uagb-ifb-title\">Fishing at Kingfisher </h3></div><p class=\"uagb-ifb-desc\">The opportunity to fish for Rainbow Trout or the elusive Brown Trout. Kingfisher offers rod hires at their venue. <br></p><div class=\"uagb-ifb-button-wrapper wp-block-button\"><a href=\"https://www.thekingfisherlodge.co.za/activities/\" target=\"_blank\" class=\"uagb-infobox-cta-link\" rel=\"noopener noreferrer\" alt=\"\"><span class=\"uagb-inline-editing\">READ MORE</span><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M504.3 273.6l-112.1 104c-6.992 6.484-17.18 8.218-25.94 4.406c-8.758-3.812-14.42-12.45-14.42-21.1L351.9 288H32C14.33 288 .0002 273.7 .0002 255.1S14.33 224 32 224h319.9l0-72c0-9.547 5.66-18.19 14.42-22c8.754-3.809 18.95-2.075 25.94 4.41l112.1 104C514.6 247.9 514.6 264.1 504.3 273.6z\"></path></svg></a></div></div></div>\n<!-- /wp:uagb/info-box -->\n\n<!-- wp:uagb/info-box {\"classMigrate\":true,\"headingAlign\":\"left\",\"headingColor\":\"\",\"subHeadingColor\":\"\",\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"source_type\":\"image\",\"block_id\":\"2cb83c4b\",\"ctaType\":\"text\",\"ctaText\":\"READ MORE\",\"ctaLinkColor\":\"var(\\u002d\\u002dast-global-color-0)\",\"ctaDecoration\":\"underline\",\"ctaFontSize\":12,\"ctaFontWeight\":\"600\",\"ctaLetterSpacing\":2,\"ctaBorderColor\":\"\",\"ctaBorderStyle\":\"\",\"ctaBorderWidth\":\"\",\"ctaBorderRadius\":\"\",\"iconBottomMargin\":30,\"iconImage\":{\"id\":241,\"title\":\"beach\",\"filename\":\"beach.jpg\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/beach.jpg\",\"link\":\"https://blueroan.netgen.cloud/beach/\",\"alt\":\"\",\"author\":\"34\",\"description\":\"\",\"caption\":\"\",\"name\":\"beach\",\"status\":\"inherit\",\"uploadedTo\":0,\"date\":\"2021-05-11T10:56:06.000Z\",\"modified\":\"2021-05-11T10:56:06.000Z\",\"menuOrder\":0,\"mime\":\"image/jpeg\",\"type\":\"image\",\"subtype\":\"jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/default.png\",\"dateFormatted\":\"May 11, 2021\",\"nonces\":{\"update\":\"65c348aac8\",\"delete\":\"6d551f7cf4\",\"edit\":\"026ca70d91\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=241\\u0026action=edit\",\"meta\":false,\"authorName\":\"Rishabh\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/user-edit.php?user_id=34\",\"filesizeInBytes\":38094,\"filesizeHumanReadable\":\"37 KB\",\"context\":\"\",\"height\":440,\"width\":370,\"orientation\":\"portrait\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/beach-150x150.jpg\",\"orientation\":\"landscape\"},\"medium\":{\"height\":300,\"width\":252,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/beach-252x300-1.jpg\",\"orientation\":\"portrait\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/beach.jpg\",\"height\":440,\"width\":370,\"orientation\":\"portrait\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"imageSize\":\"full\",\"imageWidth\":100,\"imageWidthMobile\":100,\"imageWidthTablet\":100,\"paddingBtnTop\":10,\"paddingBtnBottom\":10,\"paddingBtnLeft\":14,\"paddingBtnRight\":14,\"imageWidthUnit\":\"%\",\"imageWidthUnitTablet\":\"%\",\"imageWidthUnitMobile\":\"%\",\"subHeadTopMargin\":0,\"subHeadRightMargin\":40,\"subHeadLeftMargin\":0,\"subHeadMarginTopTablet\":0,\"subHeadMarginRightTablet\":0,\"subHeadTabletSpace\":20,\"subHeadMarginLeftTablet\":0,\"imgTagHeight\":118,\"imgTagWidth\":370,\"btnBorderTopWidth\":1,\"btnBorderLeftWidth\":1,\"btnBorderRightWidth\":1,\"btnBorderBottomWidth\":1,\"btnBorderTopLeftRadius\":0,\"btnBorderTopRightRadius\":0,\"btnBorderBottomLeftRadius\":0,\"btnBorderBottomRightRadius\":0,\"btnBorderStyle\":\"solid\",\"btnBorderColor\":\"#333\"} -->\n<div class=\"wp-block-uagb-info-box uagb-block-2cb83c4b uagb-infobox__content-wrap  uagb-infobox-icon-above-title uagb-infobox-image-valign-top\"><div class=\"uagb-ifb-content\"><div class=\"uagb-ifb-image-content\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/beach.jpg\" alt=\"\" width=\"100\" height=\"118\" loading=\"lazy\"/></div><div class=\"uagb-ifb-title-wrap\"><h3 class=\"uagb-ifb-title\">Private Beach​</h3></div><p class=\"uagb-ifb-desc\">Want to take a dip into the sea? All our guests get complimentary access to our private beach.</p><div class=\"uagb-ifb-button-wrapper wp-block-button\"><a href=\"\" target=\"_self\" class=\"uagb-infobox-cta-link uagb-disable-link\" rel=\"noopener noreferrer\" alt=\"\"><span class=\"uagb-inline-editing\">READ MORE</span><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M504.3 273.6l-112.1 104c-6.992 6.484-17.18 8.218-25.94 4.406c-8.758-3.812-14.42-12.45-14.42-21.1L351.9 288H32C14.33 288 .0002 273.7 .0002 255.1S14.33 224 32 224h319.9l0-72c0-9.547 5.66-18.19 14.42-22c8.754-3.809 18.95-2.075 25.94 4.41l112.1 104C514.6 247.9 514.6 264.1 504.3 273.6z\"></path></svg></a></div></div></div>\n<!-- /wp:uagb/info-box --></div>\n<!-- /wp:uagb/container --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"39a7e470\",\"backgroundType\":\"color\",\"backgroundSizeTablet\":\"cover\",\"backgroundSizeMobile\":\"cover\",\"backgroundColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"topPaddingDesktop\":50,\"bottomPaddingDesktop\":100,\"topPaddingTablet\":50,\"bottomPaddingTablet\":25,\"leftPaddingTablet\":20,\"rightPaddingTablet\":20,\"topPaddingMobile\":50,\"bottomPaddingMobile\":20,\"leftPaddingMobile\":20,\"rightPaddingMobile\":20,\"paddingLink\":false,\"variationSelected\":true,\"rowGapDesktop\":0,\"isBlockRootParent\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-39a7e470 alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/container {\"block_id\":\"0f15c5a4\",\"directionDesktop\":\"row\",\"alignItemsTablet\":\"flex-start\",\"paddingLink\":false,\"topMarginDesktop\":50,\"bottomMarginDesktop\":20,\"leftMarginDesktop\":0,\"rightMarginDesktop\":0,\"marginLink\":false,\"variationSelected\":true,\"rowGapMobile\":65,\"columnGapDesktop\":48,\"columnGapTablet\":20} -->\n<div class=\"wp-block-uagb-container uagb-block-0f15c5a4\"><!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"align\":\"center\",\"id\":1222,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image aligncenter size-full\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/41b46e52d7427ea1f6f135454e9a012f.png\" alt=\"\" class=\"wp-image-1222\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"textAlign\":\"center\",\"level\":3} -->\n<h3 class=\"has-text-align-center\">Fishing </h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>The dam has trout (stocked), bass, vlei Kuper and carp. Fly fishers seeking a unique challenge visit our establishment in search of the large &amp; small scale Yellow fish.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:buttons -->\n<div class=\"wp-block-buttons\"><!-- wp:button {\"align\":\"left\"} -->\n<div class=\"wp-block-button alignleft\"><a class=\"wp-block-button__link wp-element-button\" href=\"https://www.sundowner.co.za/rooms/magalies-barbus-haven/\" target=\"_blank\" rel=\"noreferrer noopener\">Barbus Haven</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons -->\n\n<!-- wp:paragraph -->\n<p>The opportunity to fish for Rainbow Trout or the elusive Brown Trout. Kingfisher offers rod hires at their venue. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:buttons -->\n<div class=\"wp-block-buttons\"><!-- wp:button {\"align\":\"left\"} -->\n<div class=\"wp-block-button alignleft\"><a class=\"wp-block-button__link wp-element-button\" href=\"https://www.thekingfisherlodge.co.za/activities/\" target=\"_blank\" rel=\"noreferrer noopener\">Kingfisher</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":1235,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Maseke-MTB-MvZ-3-1024x683-1.png\" alt=\"\" class=\"wp-image-1235\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>Mountain biking </h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>It is a privately owned nature reserve that offers mountain biking.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:spacer {\"height\":\"20px\"} -->\n<div style=\"height:20px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:buttons -->\n<div class=\"wp-block-buttons\"><!-- wp:button -->\n<div class=\"wp-block-button\"><a class=\"wp-block-button__link wp-element-button\" href=\"http://ingwebushcamp.yolasite.com/\" target=\"_blank\" rel=\"noreferrer noopener\">Ingwe Bush Camp&nbsp;</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons -->\n\n<!-- wp:paragraph -->\n<p>With over 80km of trails, Van Gaalen&nbsp;has something to offer for every kind of athlete, from beginner to advanced.<br></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:buttons -->\n<div class=\"wp-block-buttons\"><!-- wp:button -->\n<div class=\"wp-block-button\"><a class=\"wp-block-button__link wp-element-button\" href=\"https://www.vangaalen.co.za/products\" target=\"_blank\" rel=\"noreferrer noopener\">Van Gaalen\'s</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":830,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/ef9d0188da11e2bc56788f5619d9d539.png\" alt=\"\" class=\"wp-image-830\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>Quad biking </h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>We have quads suitable for kiddies, tweens, teens, and adults. We have mini quads and fully automatic 150cc quads.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:spacer {\"height\":\"2px\"} -->\n<div style=\"height:2px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:buttons -->\n<div class=\"wp-block-buttons\"><!-- wp:button -->\n<div class=\"wp-block-button\"><a class=\"wp-block-button__link wp-element-button\" href=\"https://www.saddlecreekadventures.co.za/activity/quad-biking/\" target=\"_blank\" rel=\"noreferrer noopener\">Saddle Creek Ranch</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons -->\n\n<!-- wp:paragraph -->\n<p>A 700-meter monster track, the longest and most exciting track in Gauteng!</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:spacer {\"height\":\"2px\"} -->\n<div style=\"height:2px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:buttons -->\n<div class=\"wp-block-buttons\"><!-- wp:button -->\n<div class=\"wp-block-button\"><a class=\"wp-block-button__link wp-element-button\" href=\"http://www.swartkrans.co.za/\" target=\"_blank\" rel=\"noreferrer noopener\">Swartkrans Go-Karting&nbsp;</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"align\":\"center\",\"id\":1198,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image aligncenter size-full\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/eyJidWNrZXQiOiJhc3NldHMuYWxsdHJhaWxzLmNvbSIsImtleSI6InVwbG9hZHMvcGhvdG8vaW1hZ2UvNDMxNzk4MTAvYjZkYTAz-1.png\" alt=\"\" class=\"wp-image-1198\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>Walking or hiking </h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>There is a well-kept walking trail on our property with plenty of bird life and some benches along the way. &nbsp;It is safe for dogs to run off-leash as it is completely fenced all around. &nbsp;For those who enjoy long walks and hikes, it is safe to cross onto neighbouring farms and go as far as the eye can see.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":1185,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/49089607_1950305445047847_5177863042771189760_n.png\" alt=\"\" class=\"wp-image-1185\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>Mountain biking </h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Bring your mountain bikes and explore the surrounding countryside on safe off-road tracks on our property and on neighbouring farms.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":1196,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Michelle_1.png\" alt=\"\" class=\"wp-image-1196\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>Horse riding </h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Interested riders can book at one of the recommended horse-riding establishments listed further down this page.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"f6ae7e9b\",\"innerContentCustomWidthDesktop\":781,\"innerContentCustomWidthTablet\":781,\"backgroundType\":\"image\",\"backgroundImageDesktop\":{\"id\":54,\"title\":\"background-img\",\"filename\":\"background-img-1.jpg\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/background-img-1.jpg\",\"link\":\"https://blueroan.netgen.cloud/background-img-2/\",\"alt\":\"\",\"author\":\"34\",\"description\":\"\",\"caption\":\"\",\"name\":\"background-img-2\",\"status\":\"inherit\",\"uploadedTo\":0,\"date\":\"2021-05-07T10:11:37.000Z\",\"modified\":\"2021-05-07T10:11:37.000Z\",\"menuOrder\":0,\"mime\":\"image/jpeg\",\"type\":\"image\",\"subtype\":\"jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/default.png\",\"dateFormatted\":\"May 7, 2021\",\"nonces\":{\"update\":\"bb999636b9\",\"delete\":\"d2e1375bc4\",\"edit\":\"005dd2f0c9\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=54\\u0026action=edit\",\"meta\":false,\"authorName\":\"Rishabh\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/user-edit.php?user_id=34\",\"filesizeInBytes\":338858,\"filesizeHumanReadable\":\"331 KB\",\"context\":\"\",\"height\":1080,\"width\":1920,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/background-img-1-150x150.jpg\",\"orientation\":\"landscape\"},\"medium\":{\"height\":169,\"width\":300,\"url\":\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/background-img-1-300x169.jpg\",\"orientation\":\"landscape\"},\"large\":{\"height\":576,\"width\":1024,\"url\":\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/background-img-1-1024x576.jpg\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/background-img-1.jpg\",\"height\":1080,\"width\":1920,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"backgroundImageColor\":\"rgba(42,42,42,0.65)\",\"topPaddingDesktop\":144,\"bottomPaddingDesktop\":144,\"leftPaddingDesktop\":40,\"rightPaddingDesktop\":40,\"topPaddingTablet\":80,\"bottomPaddingTablet\":80,\"leftPaddingTablet\":40,\"rightPaddingTablet\":40,\"topPaddingMobile\":64,\"bottomPaddingMobile\":64,\"leftPaddingMobile\":24,\"rightPaddingMobile\":24,\"paddingLink\":false,\"variationSelected\":true,\"isBlockRootParent\":true,\"overlayType\":\"color\"} -->\n<div class=\"wp-block-uagb-container uagb-block-f6ae7e9b alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/advanced-heading {\"block_id\":\"18d31e8f\",\"classMigrate\":true,\"headingDescToggle\":true,\"headingAlign\":\"center\",\"headingColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"subHeadingColor\":\"var(\\u002d\\u002dast-global-color-4)\",\"headSpace\":20} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-18d31e8f\"><h2 class=\"uagb-heading-text\">Plan an Unforgettable Experience in Mykonos Today!</h2><p class=\"uagb-desc-text\">We can help you fit your stay and experience within your allotted budget.</p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/advanced-heading {\"block_id\":\"efa10d90\",\"classMigrate\":true,\"headingTitleToggle\":false,\"headingDescToggle\":true,\"headingAlign\":\"center\",\"subHeadingColor\":\"var(\\u002d\\u002dast-global-color-4)\",\"subHeadTransform\":\"uppercase\",\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"subHeadLetterSpacing\":2,\"blockTopPadding\":60,\"blockRightPadding\":0,\"blockLeftPadding\":0,\"blockBottomPadding\":0,\"blockTopPaddingMobile\":30,\"blockRightPaddingMobile\":0,\"blockLeftPaddingMobile\":0,\"blockBottomPaddingMobile\":0} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-efa10d90\"><p class=\"uagb-desc-text\">BOOK YOUR STAY NOW​</p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/icon-list {\"block_id\":\"078253a7\",\"classMigrate\":true,\"childMigrate\":true,\"align\":\"center\",\"parentIcon\":\"phone\",\"size\":40,\"sizeMobile\":24,\"sizeTablet\":32,\"fontSize\":48,\"fontSizeMobile\":28,\"fontSizeTablet\":40,\"fontWeight\":\"600\",\"iconColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"labelColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"blockTopPadding\":0,\"blockRightPadding\":0,\"blockLeftPadding\":0,\"blockBottomPadding\":24,\"blockPaddingLink\":false} -->\n<div class=\"wp-block-uagb-icon-list uagb-block-078253a7\"><div class=\"uagb-icon-list__wrap\"><!-- wp:uagb/icon-list-child {\"block_id\":\"9d030d44\",\"label\":\"+1-123 456 7890​\",\"label_color\":\"\",\"fromParentIcon\":\"phone\",\"imageSizeChild\":40} -->\n<div class=\"wp-block-uagb-icon-list-child uagb-block-9d030d44\"><span class=\"uagb-icon-list__source-wrap\"><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M511.2 387l-23.25 100.8c-3.266 14.25-15.79 24.22-30.46 24.22C205.2 512 0 306.8 0 54.5c0-14.66 9.969-27.2 24.22-30.45l100.8-23.25C139.7-2.602 154.7 5.018 160.8 18.92l46.52 108.5c5.438 12.78 1.77 27.67-8.98 36.45L144.5 207.1c33.98 69.22 90.26 125.5 159.5 159.5l44.08-53.8c8.688-10.78 23.69-14.51 36.47-8.975l108.5 46.51C506.1 357.2 514.6 372.4 511.2 387z\"></path></svg></span><span class=\"uagb-icon-list__label\">+1-123 456 7890​</span></div>\n<!-- /wp:uagb/icon-list-child --></div></div>\n<!-- /wp:uagb/icon-list --></div></div>\n<!-- /wp:uagb/container -->',	'Amenities',	'',	'inherit',	'closed',	'closed',	'',	'762-revision-v1',	'',	'',	'2022-12-15 12:42:42',	'2022-12-15 12:42:42',	'',	762,	'https://blueroan.netgen.cloud/?p=1248',	0,	'revision',	'',	0),
(1250,	2,	'2022-12-15 12:49:05',	'2022-12-15 12:49:05',	'<!-- wp:uagb/container {\"block_id\":\"1043e280\",\"backgroundType\":\"image\",\"backgroundImageDesktop\":{\"id\":1007,\"title\":\"AAEAAQAAAAAAAAAAAAAAJDg5NmY0ZGUxLWE4MTgtNDY5NC1iODFhLTBmN2Q0ZDc5ZWFiNw-1\",\"filename\":\"AAEAAQAAAAAAAAAAAAAAJDg5NmY0ZGUxLWE4MTgtNDY5NC1iODFhLTBmN2Q0ZDc5ZWFiNw-1.png\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAAJDg5NmY0ZGUxLWE4MTgtNDY5NC1iODFhLTBmN2Q0ZDc5ZWFiNw-1.png\",\"link\":\"https://blueroan.netgen.cloud/the-barn/aaeaaqaaaaaaaaaaaaaajdg5nmy0zguxlwe4mtgtndy5nc1iodfhltbmn2q0zdc5zwfinw-1/\",\"alt\":\"\",\"author\":\"2\",\"description\":\"\",\"caption\":\"\",\"name\":\"aaeaaqaaaaaaaaaaaaaajdg5nmy0zguxlwe4mtgtndy5nc1iodfhltbmn2q0zdc5zwfinw-1\",\"status\":\"inherit\",\"uploadedTo\":948,\"date\":\"2022-12-14T10:50:25.000Z\",\"modified\":\"2022-12-14T10:50:25.000Z\",\"menuOrder\":0,\"mime\":\"image/png\",\"type\":\"image\",\"subtype\":\"png\",\"icon\":\"https://blueroan.netgen.cloud/wp-includes/images/media/default.png\",\"dateFormatted\":\"December 14, 2022\",\"nonces\":{\"update\":\"483f8bdf3d\",\"delete\":\"0a7ebc92ef\",\"edit\":\"6bc1c6a685\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=1007\\u0026action=edit\",\"meta\":false,\"authorName\":\"Netgen Support\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/profile.php\",\"uploadedToTitle\":\"The Barn\",\"uploadedToLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=948\\u0026action=edit\",\"filesizeInBytes\":1348989,\"filesizeHumanReadable\":\"1 MB\",\"context\":\"\",\"height\":667,\"width\":1000,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAAJDg5NmY0ZGUxLWE4MTgtNDY5NC1iODFhLTBmN2Q0ZDc5ZWFiNw-1-150x150.png\",\"orientation\":\"landscape\"},\"medium\":{\"height\":200,\"width\":300,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAAJDg5NmY0ZGUxLWE4MTgtNDY5NC1iODFhLTBmN2Q0ZDc5ZWFiNw-1-300x200.png\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAAJDg5NmY0ZGUxLWE4MTgtNDY5NC1iODFhLTBmN2Q0ZDc5ZWFiNw-1.png\",\"height\":667,\"width\":1000,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"backgroundPositionDesktop\":{\"x\":0.61,\"y\":0.52},\"backgroundSizeTablet\":\"cover\",\"backgroundSizeMobile\":\"cover\",\"backgroundColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"backgroundImageColor\":\"rgba(42,42,42,0.5)\",\"topPaddingDesktop\":220,\"bottomPaddingDesktop\":150,\"topPaddingTablet\":170,\"bottomPaddingTablet\":160,\"leftPaddingTablet\":30,\"rightPaddingTablet\":30,\"topPaddingMobile\":180,\"bottomPaddingMobile\":80,\"leftPaddingMobile\":20,\"rightPaddingMobile\":20,\"paddingLink\":false,\"variationSelected\":true,\"isBlockRootParent\":true,\"overlayType\":\"color\"} -->\n<div class=\"wp-block-uagb-container uagb-block-1043e280 alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/advanced-heading {\"block_id\":\"1f42e2a6\",\"classMigrate\":true,\"headingDescToggle\":true,\"headingColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"subHeadingColor\":\"var(\\u002d\\u002dast-global-color-4)\",\"headingTag\":\"h1\",\"headSpace\":20,\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"blockTopPadding\":0,\"blockRightPadding\":50,\"blockLeftPadding\":0,\"blockBottomPadding\":0,\"blockTopPaddingTablet\":0,\"blockRightPaddingTablet\":20,\"blockLeftPaddingTablet\":0,\"blockBottomPaddingTablet\":0,\"blockTopPaddingMobile\":0,\"blockRightPaddingMobile\":0,\"blockLeftPaddingMobile\":0,\"blockBottomPaddingMobile\":0,\"blockPaddingUnit\":\"%\",\"blockPaddingUnitTablet\":\"%\"} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-1f42e2a6\"><h1 class=\"uagb-heading-text\">Amenities &amp; Interests​</h1><p class=\"uagb-desc-text\">We do not give you just rooms to stay in. We give you an environment where you can experience the best while on a holiday with us. </p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:buttons -->\n<div class=\"wp-block-buttons\"><!-- wp:button -->\n<div class=\"wp-block-button\"><a class=\"wp-block-button__link wp-element-button\" href=\"https://book.nightsbridge.com/11065\" target=\"_blank\" rel=\"noreferrer noopener\">BOOK NOW</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"5d9b52cc\",\"backgroundType\":\"color\",\"backgroundSizeTablet\":\"cover\",\"backgroundSizeMobile\":\"cover\",\"backgroundColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"topPaddingDesktop\":50,\"bottomPaddingDesktop\":100,\"topPaddingTablet\":50,\"bottomPaddingTablet\":25,\"leftPaddingTablet\":20,\"rightPaddingTablet\":20,\"topPaddingMobile\":50,\"bottomPaddingMobile\":20,\"leftPaddingMobile\":20,\"rightPaddingMobile\":20,\"paddingLink\":false,\"variationSelected\":true,\"rowGapDesktop\":0,\"isBlockRootParent\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-5d9b52cc alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/container {\"block_id\":\"535c6cb1\",\"directionDesktop\":\"row\",\"alignItemsTablet\":\"flex-start\",\"paddingLink\":false,\"topMarginDesktop\":50,\"bottomMarginDesktop\":20,\"leftMarginDesktop\":0,\"rightMarginDesktop\":0,\"marginLink\":false,\"variationSelected\":true,\"rowGapMobile\":65,\"columnGapDesktop\":48,\"columnGapTablet\":20} -->\n<div class=\"wp-block-uagb-container uagb-block-535c6cb1\"><!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"align\":\"center\",\"id\":828,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image aligncenter size-full\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Blue-Roan-pool.png\" alt=\"Blue Roan\'s rock pool\" class=\"wp-image-828\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>A relaxing rock Pool​</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>We have a lovely sparkling blue rock pool next to a thatched Lapa. &nbsp;&nbsp;Lie on recliners on the green lawn or sit on the swing chair in the Lapa and enjoy the panoramic view of the Magaliesberg mountain range.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":829,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/img-20160605-wa0002-largejpg.png\" alt=\"\" class=\"wp-image-829\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>Braai facilities </h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>What can compare to a burning fire under the star-lit African sky? Nothing beats the flavor of cooking over an open flame.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":830,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/ef9d0188da11e2bc56788f5619d9d539.png\" alt=\"\" class=\"wp-image-830\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>A games room </h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>The reception is also a games room for those who enjoy darts or playing pool. &nbsp;Take a selection of DVDs back to your room and watch movies on your own DVD player. &nbsp;There is also a selection of board games and music CDs that you can borrow.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"align\":\"center\",\"id\":1198,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image aligncenter size-full\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/eyJidWNrZXQiOiJhc3NldHMuYWxsdHJhaWxzLmNvbSIsImtleSI6InVwbG9hZHMvcGhvdG8vaW1hZ2UvNDMxNzk4MTAvYjZkYTAz-1.png\" alt=\"\" class=\"wp-image-1198\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>Walking or hiking </h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>There is a well-kept walking trail on our property with plenty of bird life and some benches along the way. &nbsp;It is safe for dogs to run off-leash as it is completely fenced all around. &nbsp;For those who enjoy long walks and hikes, it is safe to cross onto neighbouring farms and go as far as the eye can see.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":1185,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/49089607_1950305445047847_5177863042771189760_n.png\" alt=\"\" class=\"wp-image-1185\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>Mountain biking </h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Bring your mountain bikes and explore the surrounding countryside on safe off-road tracks on our property and on neighbouring farms.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":1196,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Michelle_1.png\" alt=\"\" class=\"wp-image-1196\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>Horse riding </h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Interested riders can book at one of the recommended horse-riding establishments listed further down this page.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"f4819a3f\",\"innerContentWidth\":\"alignfull\",\"directionDesktop\":\"row\",\"wrapTablet\":\"wrap\",\"variationSelected\":true,\"rowGapTablet\":0,\"columnGapDesktop\":0,\"isBlockRootParent\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-f4819a3f alignfull uagb-is-root-container\"><!-- wp:uagb/container {\"block_id\":\"4972b45b\",\"widthDesktop\":25,\"widthTablet\":50,\"variationSelected\":true,\"widthSetByUser\":true,\"UAGHideMob\":true,\"UAGResponsiveConditions\":true} -->\n<div class=\"wp-block-uagb-container uag-hide-mob uagb-block-4972b45b\"><!-- wp:uagb/image {\"block_id\":\"51ea1d7c\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-18-1-1024x768.jpg\",\"id\":1208,\"linkDestination\":\"none\",\"width\":480,\"height\":500,\"naturalWidth\":1024,\"naturalHeight\":768,\"sizeSlug\":\"large\",\"sizeSlugTablet\":\"large\",\"sizeSlugMobile\":\"large\",\"customHeightSetDesktop\":true} -->\n<div class=\"wp-block-uagb-image uagb-block-51ea1d7c wp-block-uagb-image--layout-default wp-block-uagb-image--effect-static wp-block-uagb-image--align-none\"><figure class=\"wp-block-uagb-image__figure\"><img srcset=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-18-1-1024x768.jpg \" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-18-1-1024x768.jpg\" alt=\"\" class=\"uag-image-1208\" width=\"480\" height=\"500\" title=\"\" loading=\"lazy\"/></figure></div>\n<!-- /wp:uagb/image --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"d6a6da8c\",\"widthDesktop\":25,\"widthTablet\":50,\"variationSelected\":true,\"widthSetByUser\":true,\"UAGHideMob\":true,\"UAGResponsiveConditions\":true} -->\n<div class=\"wp-block-uagb-container uag-hide-mob uagb-block-d6a6da8c\"><!-- wp:uagb/image {\"block_id\":\"e8edf915\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Blue-Roan-pool-1.png\",\"id\":1210,\"linkDestination\":\"none\",\"width\":480,\"height\":500,\"naturalWidth\":370,\"naturalHeight\":440,\"sizeSlug\":\"full\",\"sizeSlugTablet\":\"full\",\"sizeSlugMobile\":\"full\",\"customHeightSetDesktop\":true} -->\n<div class=\"wp-block-uagb-image uagb-block-e8edf915 wp-block-uagb-image--layout-default wp-block-uagb-image--effect-static wp-block-uagb-image--align-none\"><figure class=\"wp-block-uagb-image__figure\"><img srcset=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Blue-Roan-pool-1.png \" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Blue-Roan-pool-1.png\" alt=\"\" class=\"uag-image-1210\" width=\"480\" height=\"500\" title=\"\" loading=\"lazy\"/></figure></div>\n<!-- /wp:uagb/image --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"440caf01\",\"widthDesktop\":50,\"widthTablet\":100,\"variationSelected\":true,\"columnGapDesktop\":20,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-440caf01\"><!-- wp:uagb/image {\"block_id\":\"1e522404\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/the-view-from-my-rooms-1024x768.jpg\",\"id\":1211,\"linkDestination\":\"none\",\"width\":960,\"height\":500,\"naturalWidth\":1024,\"naturalHeight\":768,\"sizeSlug\":\"large\",\"sizeSlugTablet\":\"large\",\"sizeSlugMobile\":\"large\",\"customHeightSetDesktop\":true} -->\n<div class=\"wp-block-uagb-image uagb-block-1e522404 wp-block-uagb-image--layout-default wp-block-uagb-image--effect-static wp-block-uagb-image--align-none\"><figure class=\"wp-block-uagb-image__figure\"><img srcset=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/the-view-from-my-rooms-1024x768.jpg \" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/the-view-from-my-rooms-1024x768.jpg\" alt=\"\" class=\"uag-image-1211\" width=\"960\" height=\"500\" title=\"\" loading=\"lazy\"/></figure></div>\n<!-- /wp:uagb/image --></div>\n<!-- /wp:uagb/container --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"91e95f5b\",\"innerContentWidth\":\"alignfull\",\"directionDesktop\":\"row\",\"wrapTablet\":\"wrap\",\"variationSelected\":true,\"rowGapTablet\":0,\"columnGapDesktop\":0,\"isBlockRootParent\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-91e95f5b alignfull uagb-is-root-container\"><!-- wp:uagb/container {\"block_id\":\"b836b4fe\",\"widthDesktop\":50,\"widthTablet\":100,\"variationSelected\":true,\"columnGapDesktop\":20,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-b836b4fe\"><!-- wp:uagb/image {\"block_id\":\"66116264\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAAJDI0ZWY4NDc1LThjYjYtNDM3YS1iOTliLWNmOWQxYTJkMWU5MQ-1.png\",\"id\":1213,\"linkDestination\":\"none\",\"width\":960,\"height\":500,\"naturalWidth\":1000,\"naturalHeight\":667,\"sizeSlug\":\"full\",\"sizeSlugTablet\":\"full\",\"sizeSlugMobile\":\"full\",\"customHeightSetDesktop\":true} -->\n<div class=\"wp-block-uagb-image uagb-block-66116264 wp-block-uagb-image--layout-default wp-block-uagb-image--effect-static wp-block-uagb-image--align-none\"><figure class=\"wp-block-uagb-image__figure\"><img srcset=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAAJDI0ZWY4NDc1LThjYjYtNDM3YS1iOTliLWNmOWQxYTJkMWU5MQ-1.png \" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAAJDI0ZWY4NDc1LThjYjYtNDM3YS1iOTliLWNmOWQxYTJkMWU5MQ-1.png\" alt=\"\" class=\"uag-image-1213\" width=\"960\" height=\"500\" title=\"\" loading=\"lazy\"/></figure></div>\n<!-- /wp:uagb/image --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"d904a6fc\",\"widthDesktop\":25,\"variationSelected\":true,\"widthSetByUser\":true,\"UAGHideMob\":true,\"UAGResponsiveConditions\":true} -->\n<div class=\"wp-block-uagb-container uag-hide-mob uagb-block-d904a6fc\"><!-- wp:uagb/image {\"block_id\":\"e9f1752d\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/bird-1-1024x683.jpg\",\"id\":1215,\"linkDestination\":\"none\",\"width\":480,\"height\":500,\"naturalWidth\":1024,\"naturalHeight\":683,\"sizeSlug\":\"large\",\"sizeSlugTablet\":\"large\",\"sizeSlugMobile\":\"large\",\"customHeightSetDesktop\":true} -->\n<div class=\"wp-block-uagb-image uagb-block-e9f1752d wp-block-uagb-image--layout-default wp-block-uagb-image--effect-static wp-block-uagb-image--align-none\"><figure class=\"wp-block-uagb-image__figure\"><img srcset=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/bird-1-1024x683.jpg \" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/bird-1-1024x683.jpg\" alt=\"\" class=\"uag-image-1215\" width=\"480\" height=\"500\" title=\"\" loading=\"lazy\"/></figure></div>\n<!-- /wp:uagb/image --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"a434663c\",\"widthDesktop\":25,\"variationSelected\":true,\"widthSetByUser\":true,\"UAGHideMob\":true,\"UAGResponsiveConditions\":true} -->\n<div class=\"wp-block-uagb-container uag-hide-mob uagb-block-a434663c\"><!-- wp:uagb/image {\"block_id\":\"0ff20cf2\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/two-happy-boxers-1024x768.jpg\",\"id\":1216,\"linkDestination\":\"none\",\"width\":480,\"height\":500,\"naturalWidth\":1024,\"naturalHeight\":768,\"sizeSlug\":\"large\",\"sizeSlugTablet\":\"large\",\"sizeSlugMobile\":\"large\",\"customHeightSetDesktop\":true} -->\n<div class=\"wp-block-uagb-image uagb-block-0ff20cf2 wp-block-uagb-image--layout-default wp-block-uagb-image--effect-static wp-block-uagb-image--align-none\"><figure class=\"wp-block-uagb-image__figure\"><img srcset=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/two-happy-boxers-1024x768.jpg \" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/two-happy-boxers-1024x768.jpg\" alt=\"\" class=\"uag-image-1216\" width=\"480\" height=\"500\" title=\"\" loading=\"lazy\"/></figure></div>\n<!-- /wp:uagb/image --></div>\n<!-- /wp:uagb/container --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"bf024fa7\",\"backgroundType\":\"color\",\"backgroundSizeTablet\":\"cover\",\"backgroundSizeMobile\":\"cover\",\"backgroundColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"topPaddingDesktop\":120,\"bottomPaddingDesktop\":120,\"topPaddingTablet\":80,\"bottomPaddingTablet\":80,\"leftPaddingTablet\":30,\"rightPaddingTablet\":30,\"topPaddingMobile\":80,\"bottomPaddingMobile\":80,\"leftPaddingMobile\":20,\"rightPaddingMobile\":20,\"paddingLink\":false,\"variationSelected\":true,\"rowGapDesktop\":0,\"rowGapTablet\":0,\"isBlockRootParent\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-bf024fa7 alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/container {\"block_id\":\"c6a85f4b\",\"directionDesktop\":\"row\",\"alignItemsDesktop\":\"flex-end\",\"alignItemsTablet\":\"flex-end\",\"justifyContentDesktop\":\"flex-end\",\"justifyContentTablet\":\"space-between\",\"variationSelected\":true,\"rowGapMobile\":30,\"columnGapDesktop\":0} -->\n<div class=\"wp-block-uagb-container uagb-block-c6a85f4b\"><!-- wp:uagb/advanced-heading {\"block_id\":\"99d68451\",\"classMigrate\":true,\"headingDescToggle\":true,\"subHeadingColor\":\"\",\"headSpace\":20,\"subHeadFontSize\":16} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-99d68451\"><h2 class=\"uagb-heading-text\">Things to do in the area of Magaliesburg<br></h2><p class=\"uagb-desc-text\">Looking for more? Well, we believe that every guest walks into our lodge for the best experience. And, we are determined to do that.</p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/buttons {\"block_id\":\"c348cc76\",\"classMigrate\":true,\"childMigrate\":true,\"align\":\"right\",\"alignTablet\":\"right\",\"alignMobile\":\"left\",\"gap\":0} -->\n<div class=\"wp-block-uagb-buttons uagb-buttons__outer-wrap uagb-btn__default-btn uagb-btn-tablet__default-btn uagb-btn-mobile__default-btn uagb-block-c348cc76\"><div class=\"uagb-buttons__wrap uagb-buttons-layout-wrap\"><!-- wp:uagb/buttons-child {\"block_id\":\"3c968057\",\"label\":\"Get Bookings\",\"link\":\"#\",\"hColor\":\"\",\"borderWidth\":\"\",\"borderRadius\":\"\",\"borderStyle\":\"\",\"borderColor\":\"\",\"borderHColor\":\"\",\"btnBorderTopWidth\":1,\"btnBorderLeftWidth\":1,\"btnBorderRightWidth\":1,\"btnBorderBottomWidth\":1,\"btnBorderTopLeftRadius\":2,\"btnBorderTopRightRadius\":2,\"btnBorderBottomLeftRadius\":2,\"btnBorderBottomRightRadius\":2,\"btnBorderStyle\":\"solid\",\"btnBorderColor\":\"#333\",\"btnBorderHColor\":\"#333\"} -->\n<div class=\"wp-block-uagb-buttons-child uagb-buttons__outer-wrap uagb-block-3c968057 wp-block-button is-style-outline\"><div class=\"uagb-button__wrapper\"><a class=\"uagb-buttons-repeater wp-block-button__link\" href=\"#\" rel=\"follow noopener\" target=\"_self\"><div class=\"uagb-button__link\">Get Bookings</div></a></div></div>\n<!-- /wp:uagb/buttons-child --></div></div>\n<!-- /wp:uagb/buttons --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"50b7eaf0\",\"directionDesktop\":\"row\",\"alignItemsTablet\":\"flex-start\",\"paddingLink\":false,\"topMarginDesktop\":54,\"bottomMarginDesktop\":0,\"leftMarginDesktop\":0,\"rightMarginDesktop\":0,\"topMarginTablet\":30,\"bottomMarginTablet\":0,\"leftMarginTablet\":0,\"rightMarginTablet\":0,\"marginLink\":false,\"variationSelected\":true,\"rowGapMobile\":65,\"columnGapDesktop\":48,\"columnGapTablet\":20} -->\n<div class=\"wp-block-uagb-container uagb-block-50b7eaf0\"><!-- wp:uagb/info-box {\"classMigrate\":true,\"headingAlign\":\"left\",\"headingColor\":\"\",\"subHeadingColor\":\"\",\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"source_type\":\"image\",\"block_id\":\"1c6fa0db\",\"ctaTarget\":true,\"ctaType\":\"text\",\"ctaText\":\"READ MORE\",\"ctaLink\":\"https://www.sundowner.co.za/rooms/magalies-barbus-haven/\",\"ctaLinkColor\":\"var(\\u002d\\u002dast-global-color-0)\",\"ctaDecoration\":\"underline\",\"ctaFontSize\":12,\"ctaFontWeight\":\"600\",\"ctaLetterSpacing\":2,\"ctaBorderColor\":\"\",\"ctaBorderStyle\":\"\",\"ctaBorderWidth\":\"\",\"ctaBorderRadius\":\"\",\"iconBottomMargin\":30,\"iconImage\":{\"uploading\":false,\"date\":1671106052000,\"filename\":\"41b46e52d7427ea1f6f135454e9a012f.png\",\"menuOrder\":0,\"uploadedTo\":762,\"type\":\"image\",\"subtype\":\"png\",\"id\":1222,\"title\":\"41b46e52d7427ea1f6f135454e9a012f\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/41b46e52d7427ea1f6f135454e9a012f.png\",\"link\":\"https://blueroan.netgen.cloud/amenities/41b46e52d7427ea1f6f135454e9a012f/\",\"alt\":\"\",\"author\":\"2\",\"description\":\"\",\"caption\":\"\",\"name\":\"41b46e52d7427ea1f6f135454e9a012f\",\"status\":\"inherit\",\"modified\":1671106052000,\"mime\":\"image/png\",\"icon\":\"https://blueroan.netgen.cloud/wp-includes/images/media/default.png\",\"dateFormatted\":\"December 15, 2022\",\"nonces\":{\"update\":\"a33de4f0ef\",\"delete\":\"e6f9dee199\",\"edit\":\"6d436328bf\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=1222\\u0026action=edit\",\"meta\":false,\"authorName\":\"Netgen Support\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/profile.php\",\"uploadedToTitle\":\"Amenities\",\"uploadedToLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=762\\u0026action=edit\",\"filesizeInBytes\":326854,\"filesizeHumanReadable\":\"319 KB\",\"context\":\"\",\"height\":440,\"width\":370,\"orientation\":\"portrait\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/41b46e52d7427ea1f6f135454e9a012f-150x150.png\",\"orientation\":\"landscape\"},\"medium\":{\"height\":300,\"width\":252,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/41b46e52d7427ea1f6f135454e9a012f-252x300.png\",\"orientation\":\"portrait\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/41b46e52d7427ea1f6f135454e9a012f.png\",\"height\":440,\"width\":370,\"orientation\":\"portrait\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"imageSize\":\"full\",\"imageWidth\":100,\"imageWidthMobile\":100,\"imageWidthTablet\":100,\"paddingBtnTop\":10,\"paddingBtnBottom\":10,\"paddingBtnLeft\":14,\"paddingBtnRight\":14,\"imageWidthUnit\":\"%\",\"imageWidthUnitTablet\":\"%\",\"imageWidthUnitMobile\":\"%\",\"subHeadTopMargin\":0,\"subHeadRightMargin\":40,\"subHeadLeftMargin\":0,\"subHeadMarginTopTablet\":0,\"subHeadMarginRightTablet\":0,\"subHeadTabletSpace\":20,\"subHeadMarginLeftTablet\":0,\"imgTagHeight\":118,\"imgTagWidth\":370,\"btnBorderTopWidth\":1,\"btnBorderLeftWidth\":1,\"btnBorderRightWidth\":1,\"btnBorderBottomWidth\":1,\"btnBorderTopLeftRadius\":0,\"btnBorderTopRightRadius\":0,\"btnBorderBottomLeftRadius\":0,\"btnBorderBottomRightRadius\":0,\"btnBorderStyle\":\"solid\",\"btnBorderColor\":\"#333\"} -->\n<div class=\"wp-block-uagb-info-box uagb-block-1c6fa0db uagb-infobox__content-wrap  uagb-infobox-icon-above-title uagb-infobox-image-valign-top\"><div class=\"uagb-ifb-content\"><div class=\"uagb-ifb-image-content\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/41b46e52d7427ea1f6f135454e9a012f.png\" alt=\"\" width=\"100\" height=\"118\" loading=\"lazy\"/></div><div class=\"uagb-ifb-title-wrap\"><h3 class=\"uagb-ifb-title\">Fishing at Barbus Haven </h3></div><p class=\"uagb-ifb-desc\">The 2.5 hr Introductory fly fishing clinics cover the basic techniques required to fly fish effectively. </p><div class=\"uagb-ifb-button-wrapper wp-block-button\"><a href=\"https://www.sundowner.co.za/rooms/magalies-barbus-haven/\" target=\"_blank\" class=\"uagb-infobox-cta-link\" rel=\"noopener noreferrer\" alt=\"\"><span class=\"uagb-inline-editing\">READ MORE</span><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M504.3 273.6l-112.1 104c-6.992 6.484-17.18 8.218-25.94 4.406c-8.758-3.812-14.42-12.45-14.42-21.1L351.9 288H32C14.33 288 .0002 273.7 .0002 255.1S14.33 224 32 224h319.9l0-72c0-9.547 5.66-18.19 14.42-22c8.754-3.809 18.95-2.075 25.94 4.41l112.1 104C514.6 247.9 514.6 264.1 504.3 273.6z\"></path></svg></a></div></div></div>\n<!-- /wp:uagb/info-box -->\n\n<!-- wp:uagb/info-box {\"classMigrate\":true,\"headingAlign\":\"left\",\"headingColor\":\"\",\"subHeadingColor\":\"\",\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"source_type\":\"image\",\"block_id\":\"b267032b\",\"ctaTarget\":true,\"ctaType\":\"text\",\"ctaText\":\"READ MORE\",\"ctaLink\":\"https://www.thekingfisherlodge.co.za/activities/\",\"ctaLinkColor\":\"var(\\u002d\\u002dast-global-color-0)\",\"ctaDecoration\":\"underline\",\"ctaFontSize\":12,\"ctaFontWeight\":\"600\",\"ctaLetterSpacing\":2,\"ctaBorderColor\":\"\",\"ctaBorderStyle\":\"\",\"ctaBorderWidth\":\"\",\"ctaBorderRadius\":\"\",\"iconBottomMargin\":30,\"iconImage\":{\"uploading\":false,\"date\":1671106415000,\"filename\":\"IMG-20180619-WA0004.png\",\"menuOrder\":0,\"uploadedTo\":762,\"type\":\"image\",\"subtype\":\"png\",\"id\":1225,\"title\":\"IMG-20180619-WA0004\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/IMG-20180619-WA0004.png\",\"link\":\"https://blueroan.netgen.cloud/amenities/img-20180619-wa0004/\",\"alt\":\"\",\"author\":\"2\",\"description\":\"\",\"caption\":\"\",\"name\":\"img-20180619-wa0004\",\"status\":\"inherit\",\"modified\":1671106415000,\"mime\":\"image/png\",\"icon\":\"https://blueroan.netgen.cloud/wp-includes/images/media/default.png\",\"dateFormatted\":\"December 15, 2022\",\"nonces\":{\"update\":\"e988b6351d\",\"delete\":\"5d512e9cd1\",\"edit\":\"3a331dfabd\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=1225\\u0026action=edit\",\"meta\":false,\"authorName\":\"Netgen Support\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/profile.php\",\"uploadedToTitle\":\"Amenities\",\"uploadedToLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=762\\u0026action=edit\",\"filesizeInBytes\":276116,\"filesizeHumanReadable\":\"270 KB\",\"context\":\"\",\"height\":440,\"width\":370,\"orientation\":\"portrait\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/IMG-20180619-WA0004-150x150.png\",\"orientation\":\"landscape\"},\"medium\":{\"height\":300,\"width\":252,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/IMG-20180619-WA0004-252x300.png\",\"orientation\":\"portrait\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/IMG-20180619-WA0004.png\",\"height\":440,\"width\":370,\"orientation\":\"portrait\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"imageSize\":\"full\",\"imageWidth\":100,\"imageWidthMobile\":100,\"imageWidthTablet\":100,\"paddingBtnTop\":10,\"paddingBtnBottom\":10,\"paddingBtnLeft\":14,\"paddingBtnRight\":14,\"imageWidthUnit\":\"%\",\"imageWidthUnitTablet\":\"%\",\"imageWidthUnitMobile\":\"%\",\"subHeadTopMargin\":0,\"subHeadRightMargin\":40,\"subHeadLeftMargin\":0,\"subHeadMarginTopTablet\":0,\"subHeadMarginRightTablet\":0,\"subHeadTabletSpace\":20,\"subHeadMarginLeftTablet\":0,\"imgTagHeight\":118,\"imgTagWidth\":370,\"btnBorderTopWidth\":1,\"btnBorderLeftWidth\":1,\"btnBorderRightWidth\":1,\"btnBorderBottomWidth\":1,\"btnBorderTopLeftRadius\":0,\"btnBorderTopRightRadius\":0,\"btnBorderBottomLeftRadius\":0,\"btnBorderBottomRightRadius\":0,\"btnBorderStyle\":\"solid\",\"btnBorderColor\":\"#333\"} -->\n<div class=\"wp-block-uagb-info-box uagb-block-b267032b uagb-infobox__content-wrap  uagb-infobox-icon-above-title uagb-infobox-image-valign-top\"><div class=\"uagb-ifb-content\"><div class=\"uagb-ifb-image-content\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/IMG-20180619-WA0004.png\" alt=\"\" width=\"100\" height=\"118\" loading=\"lazy\"/></div><div class=\"uagb-ifb-title-wrap\"><h3 class=\"uagb-ifb-title\">Fishing at Kingfisher </h3></div><p class=\"uagb-ifb-desc\">The opportunity to fish for Rainbow Trout or the elusive Brown Trout. Kingfisher offers rod hires at their venue. <br></p><div class=\"uagb-ifb-button-wrapper wp-block-button\"><a href=\"https://www.thekingfisherlodge.co.za/activities/\" target=\"_blank\" class=\"uagb-infobox-cta-link\" rel=\"noopener noreferrer\" alt=\"\"><span class=\"uagb-inline-editing\">READ MORE</span><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M504.3 273.6l-112.1 104c-6.992 6.484-17.18 8.218-25.94 4.406c-8.758-3.812-14.42-12.45-14.42-21.1L351.9 288H32C14.33 288 .0002 273.7 .0002 255.1S14.33 224 32 224h319.9l0-72c0-9.547 5.66-18.19 14.42-22c8.754-3.809 18.95-2.075 25.94 4.41l112.1 104C514.6 247.9 514.6 264.1 504.3 273.6z\"></path></svg></a></div></div></div>\n<!-- /wp:uagb/info-box -->\n\n<!-- wp:uagb/info-box {\"classMigrate\":true,\"headingAlign\":\"left\",\"headingColor\":\"\",\"subHeadingColor\":\"\",\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"source_type\":\"image\",\"block_id\":\"9c541ec0\",\"ctaType\":\"text\",\"ctaText\":\"READ MORE\",\"ctaLinkColor\":\"var(\\u002d\\u002dast-global-color-0)\",\"ctaDecoration\":\"underline\",\"ctaFontSize\":12,\"ctaFontWeight\":\"600\",\"ctaLetterSpacing\":2,\"ctaBorderColor\":\"\",\"ctaBorderStyle\":\"\",\"ctaBorderWidth\":\"\",\"ctaBorderRadius\":\"\",\"iconBottomMargin\":30,\"iconImage\":{\"id\":241,\"title\":\"beach\",\"filename\":\"beach.jpg\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/beach.jpg\",\"link\":\"https://blueroan.netgen.cloud/beach/\",\"alt\":\"\",\"author\":\"34\",\"description\":\"\",\"caption\":\"\",\"name\":\"beach\",\"status\":\"inherit\",\"uploadedTo\":0,\"date\":\"2021-05-11T10:56:06.000Z\",\"modified\":\"2021-05-11T10:56:06.000Z\",\"menuOrder\":0,\"mime\":\"image/jpeg\",\"type\":\"image\",\"subtype\":\"jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/default.png\",\"dateFormatted\":\"May 11, 2021\",\"nonces\":{\"update\":\"65c348aac8\",\"delete\":\"6d551f7cf4\",\"edit\":\"026ca70d91\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=241\\u0026action=edit\",\"meta\":false,\"authorName\":\"Rishabh\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/user-edit.php?user_id=34\",\"filesizeInBytes\":38094,\"filesizeHumanReadable\":\"37 KB\",\"context\":\"\",\"height\":440,\"width\":370,\"orientation\":\"portrait\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/beach-150x150.jpg\",\"orientation\":\"landscape\"},\"medium\":{\"height\":300,\"width\":252,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/beach-252x300-1.jpg\",\"orientation\":\"portrait\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/beach.jpg\",\"height\":440,\"width\":370,\"orientation\":\"portrait\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"imageSize\":\"full\",\"imageWidth\":100,\"imageWidthMobile\":100,\"imageWidthTablet\":100,\"paddingBtnTop\":10,\"paddingBtnBottom\":10,\"paddingBtnLeft\":14,\"paddingBtnRight\":14,\"imageWidthUnit\":\"%\",\"imageWidthUnitTablet\":\"%\",\"imageWidthUnitMobile\":\"%\",\"subHeadTopMargin\":0,\"subHeadRightMargin\":40,\"subHeadLeftMargin\":0,\"subHeadMarginTopTablet\":0,\"subHeadMarginRightTablet\":0,\"subHeadTabletSpace\":20,\"subHeadMarginLeftTablet\":0,\"imgTagHeight\":118,\"imgTagWidth\":370,\"btnBorderTopWidth\":1,\"btnBorderLeftWidth\":1,\"btnBorderRightWidth\":1,\"btnBorderBottomWidth\":1,\"btnBorderTopLeftRadius\":0,\"btnBorderTopRightRadius\":0,\"btnBorderBottomLeftRadius\":0,\"btnBorderBottomRightRadius\":0,\"btnBorderStyle\":\"solid\",\"btnBorderColor\":\"#333\"} -->\n<div class=\"wp-block-uagb-info-box uagb-block-9c541ec0 uagb-infobox__content-wrap  uagb-infobox-icon-above-title uagb-infobox-image-valign-top\"><div class=\"uagb-ifb-content\"><div class=\"uagb-ifb-image-content\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/beach.jpg\" alt=\"\" width=\"100\" height=\"118\" loading=\"lazy\"/></div><div class=\"uagb-ifb-title-wrap\"><h3 class=\"uagb-ifb-title\">Private Beach​</h3></div><p class=\"uagb-ifb-desc\">Want to take a dip into the sea? All our guests get complimentary access to our private beach.</p><div class=\"uagb-ifb-button-wrapper wp-block-button\"><a href=\"\" target=\"_self\" class=\"uagb-infobox-cta-link uagb-disable-link\" rel=\"noopener noreferrer\" alt=\"\"><span class=\"uagb-inline-editing\">READ MORE</span><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M504.3 273.6l-112.1 104c-6.992 6.484-17.18 8.218-25.94 4.406c-8.758-3.812-14.42-12.45-14.42-21.1L351.9 288H32C14.33 288 .0002 273.7 .0002 255.1S14.33 224 32 224h319.9l0-72c0-9.547 5.66-18.19 14.42-22c8.754-3.809 18.95-2.075 25.94 4.41l112.1 104C514.6 247.9 514.6 264.1 504.3 273.6z\"></path></svg></a></div></div></div>\n<!-- /wp:uagb/info-box --></div>\n<!-- /wp:uagb/container --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"14c773a4\",\"backgroundType\":\"color\",\"backgroundSizeTablet\":\"cover\",\"backgroundSizeMobile\":\"cover\",\"backgroundColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"topPaddingDesktop\":50,\"bottomPaddingDesktop\":100,\"topPaddingTablet\":50,\"bottomPaddingTablet\":25,\"leftPaddingTablet\":20,\"rightPaddingTablet\":20,\"topPaddingMobile\":50,\"bottomPaddingMobile\":20,\"leftPaddingMobile\":20,\"rightPaddingMobile\":20,\"paddingLink\":false,\"variationSelected\":true,\"rowGapDesktop\":0,\"isBlockRootParent\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-14c773a4 alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/container {\"block_id\":\"2f8e0adc\",\"directionDesktop\":\"row\",\"alignItemsTablet\":\"flex-start\",\"paddingLink\":false,\"topMarginDesktop\":50,\"bottomMarginDesktop\":20,\"leftMarginDesktop\":0,\"rightMarginDesktop\":0,\"marginLink\":false,\"variationSelected\":true,\"rowGapMobile\":65,\"columnGapDesktop\":48,\"columnGapTablet\":20} -->\n<div class=\"wp-block-uagb-container uagb-block-2f8e0adc\"><!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"align\":\"center\",\"id\":1222,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image aligncenter size-full\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/41b46e52d7427ea1f6f135454e9a012f.png\" alt=\"\" class=\"wp-image-1222\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"textAlign\":\"center\",\"level\":3} -->\n<h3 class=\"has-text-align-center\">Fishing </h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>The dam has trout (stocked), bass, vlei Kuper and carp. Fly fishers seeking a unique challenge visit our establishment in search of the large &amp; small scale Yellow fish.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:buttons -->\n<div class=\"wp-block-buttons\"><!-- wp:button {\"align\":\"left\"} -->\n<div class=\"wp-block-button alignleft\"><a class=\"wp-block-button__link wp-element-button\" href=\"https://www.sundowner.co.za/rooms/magalies-barbus-haven/\" target=\"_blank\" rel=\"noreferrer noopener\">Barbus Haven</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons -->\n\n<!-- wp:paragraph -->\n<p>The opportunity to fish for Rainbow Trout or the elusive Brown Trout. Kingfisher offers rod hires at their venue. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:buttons -->\n<div class=\"wp-block-buttons\"><!-- wp:button {\"align\":\"left\"} -->\n<div class=\"wp-block-button alignleft\"><a class=\"wp-block-button__link wp-element-button\" href=\"https://www.thekingfisherlodge.co.za/activities/\" target=\"_blank\" rel=\"noreferrer noopener\">Kingfisher</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":1235,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Maseke-MTB-MvZ-3-1024x683-1.png\" alt=\"\" class=\"wp-image-1235\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>Mountain biking </h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>It is a privately owned nature reserve that offers mountain biking.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:spacer {\"height\":\"20px\"} -->\n<div style=\"height:20px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:buttons -->\n<div class=\"wp-block-buttons\"><!-- wp:button -->\n<div class=\"wp-block-button\"><a class=\"wp-block-button__link wp-element-button\" href=\"http://ingwebushcamp.yolasite.com/\" target=\"_blank\" rel=\"noreferrer noopener\">Ingwe Bush Camp&nbsp;</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons -->\n\n<!-- wp:paragraph -->\n<p>With over 80km of trails, Van Gaalen&nbsp;has something to offer for every kind of athlete, from beginner to advanced.<br></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:buttons -->\n<div class=\"wp-block-buttons\"><!-- wp:button -->\n<div class=\"wp-block-button\"><a class=\"wp-block-button__link wp-element-button\" href=\"https://www.vangaalen.co.za/products\" target=\"_blank\" rel=\"noreferrer noopener\">Van Gaalen\'s</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":830,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/ef9d0188da11e2bc56788f5619d9d539.png\" alt=\"\" class=\"wp-image-830\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>Quad biking </h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>We have quads suitable for kiddies, tweens, teens, and adults. We have mini quads and fully automatic 150cc quads.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:spacer {\"height\":\"2px\"} -->\n<div style=\"height:2px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:buttons -->\n<div class=\"wp-block-buttons\"><!-- wp:button -->\n<div class=\"wp-block-button\"><a class=\"wp-block-button__link wp-element-button\" href=\"https://www.saddlecreekadventures.co.za/activity/quad-biking/\" target=\"_blank\" rel=\"noreferrer noopener\">Saddle Creek Ranch</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons -->\n\n<!-- wp:paragraph -->\n<p>A 700-meter monster track, the longest and most exciting track in Gauteng!</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:spacer {\"height\":\"2px\"} -->\n<div style=\"height:2px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:buttons -->\n<div class=\"wp-block-buttons\"><!-- wp:button -->\n<div class=\"wp-block-button\"><a class=\"wp-block-button__link wp-element-button\" href=\"http://www.swartkrans.co.za/\" target=\"_blank\" rel=\"noreferrer noopener\">Swartkrans Go-Karting&nbsp;</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"align\":\"center\",\"id\":1198,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image aligncenter size-full\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/eyJidWNrZXQiOiJhc3NldHMuYWxsdHJhaWxzLmNvbSIsImtleSI6InVwbG9hZHMvcGhvdG8vaW1hZ2UvNDMxNzk4MTAvYjZkYTAz-1.png\" alt=\"\" class=\"wp-image-1198\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>Horse riding </h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Join us for an unforgettable horse riding experience in the peaceful countryside, with beautiful mountain scenery and lovely bush trails.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:buttons -->\n<div class=\"wp-block-buttons\"><!-- wp:button -->\n<div class=\"wp-block-button\"><a class=\"wp-block-button__link wp-element-button\" href=\"https://www.saddlecreekadventures.co.za/activity/horse-riding/\" target=\"_blank\" rel=\"noreferrer noopener\">Saddle Creek Ranch</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":1185,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/49089607_1950305445047847_5177863042771189760_n.png\" alt=\"\" class=\"wp-image-1185\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>Game drives </h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Enjoy a thrilling and educational adventure with our experienced guides.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:buttons -->\n<div class=\"wp-block-buttons\"><!-- wp:button -->\n<div class=\"wp-block-button\"><a class=\"wp-block-button__link wp-element-button\" href=\"https://www.rhinolion.co.za/visitors-guide/activity-index/game-drives/\" target=\"_blank\" rel=\"noreferrer noopener\">Rhino &amp; Lion Park</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons -->\n\n<!-- wp:paragraph -->\n<p></p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":1196,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Michelle_1.png\" alt=\"\" class=\"wp-image-1196\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>Horse riding </h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Interested riders can book at one of the recommended horse-riding establishments listed further down this page.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"835879bb\",\"innerContentCustomWidthDesktop\":781,\"innerContentCustomWidthTablet\":781,\"backgroundType\":\"image\",\"backgroundImageDesktop\":{\"id\":54,\"title\":\"background-img\",\"filename\":\"background-img-1.jpg\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/background-img-1.jpg\",\"link\":\"https://blueroan.netgen.cloud/background-img-2/\",\"alt\":\"\",\"author\":\"34\",\"description\":\"\",\"caption\":\"\",\"name\":\"background-img-2\",\"status\":\"inherit\",\"uploadedTo\":0,\"date\":\"2021-05-07T10:11:37.000Z\",\"modified\":\"2021-05-07T10:11:37.000Z\",\"menuOrder\":0,\"mime\":\"image/jpeg\",\"type\":\"image\",\"subtype\":\"jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/default.png\",\"dateFormatted\":\"May 7, 2021\",\"nonces\":{\"update\":\"bb999636b9\",\"delete\":\"d2e1375bc4\",\"edit\":\"005dd2f0c9\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=54\\u0026action=edit\",\"meta\":false,\"authorName\":\"Rishabh\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/user-edit.php?user_id=34\",\"filesizeInBytes\":338858,\"filesizeHumanReadable\":\"331 KB\",\"context\":\"\",\"height\":1080,\"width\":1920,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/background-img-1-150x150.jpg\",\"orientation\":\"landscape\"},\"medium\":{\"height\":169,\"width\":300,\"url\":\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/background-img-1-300x169.jpg\",\"orientation\":\"landscape\"},\"large\":{\"height\":576,\"width\":1024,\"url\":\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/background-img-1-1024x576.jpg\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/background-img-1.jpg\",\"height\":1080,\"width\":1920,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"backgroundImageColor\":\"rgba(42,42,42,0.65)\",\"topPaddingDesktop\":144,\"bottomPaddingDesktop\":144,\"leftPaddingDesktop\":40,\"rightPaddingDesktop\":40,\"topPaddingTablet\":80,\"bottomPaddingTablet\":80,\"leftPaddingTablet\":40,\"rightPaddingTablet\":40,\"topPaddingMobile\":64,\"bottomPaddingMobile\":64,\"leftPaddingMobile\":24,\"rightPaddingMobile\":24,\"paddingLink\":false,\"variationSelected\":true,\"isBlockRootParent\":true,\"overlayType\":\"color\"} -->\n<div class=\"wp-block-uagb-container uagb-block-835879bb alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/advanced-heading {\"block_id\":\"79f1c114\",\"classMigrate\":true,\"headingDescToggle\":true,\"headingAlign\":\"center\",\"headingColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"subHeadingColor\":\"var(\\u002d\\u002dast-global-color-4)\",\"headSpace\":20} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-79f1c114\"><h2 class=\"uagb-heading-text\">Plan an Unforgettable Experience in Mykonos Today!</h2><p class=\"uagb-desc-text\">We can help you fit your stay and experience within your allotted budget.</p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/advanced-heading {\"block_id\":\"31ff0c9a\",\"classMigrate\":true,\"headingTitleToggle\":false,\"headingDescToggle\":true,\"headingAlign\":\"center\",\"subHeadingColor\":\"var(\\u002d\\u002dast-global-color-4)\",\"subHeadTransform\":\"uppercase\",\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"subHeadLetterSpacing\":2,\"blockTopPadding\":60,\"blockRightPadding\":0,\"blockLeftPadding\":0,\"blockBottomPadding\":0,\"blockTopPaddingMobile\":30,\"blockRightPaddingMobile\":0,\"blockLeftPaddingMobile\":0,\"blockBottomPaddingMobile\":0} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-31ff0c9a\"><p class=\"uagb-desc-text\">BOOK YOUR STAY NOW​</p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/icon-list {\"block_id\":\"f6a54833\",\"classMigrate\":true,\"childMigrate\":true,\"align\":\"center\",\"parentIcon\":\"phone\",\"size\":40,\"sizeMobile\":24,\"sizeTablet\":32,\"fontSize\":48,\"fontSizeMobile\":28,\"fontSizeTablet\":40,\"fontWeight\":\"600\",\"iconColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"labelColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"blockTopPadding\":0,\"blockRightPadding\":0,\"blockLeftPadding\":0,\"blockBottomPadding\":24,\"blockPaddingLink\":false} -->\n<div class=\"wp-block-uagb-icon-list uagb-block-f6a54833\"><div class=\"uagb-icon-list__wrap\"><!-- wp:uagb/icon-list-child {\"block_id\":\"4dbf3b33\",\"label\":\"+1-123 456 7890​\",\"label_color\":\"\",\"fromParentIcon\":\"phone\",\"imageSizeChild\":40} -->\n<div class=\"wp-block-uagb-icon-list-child uagb-block-4dbf3b33\"><span class=\"uagb-icon-list__source-wrap\"><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M511.2 387l-23.25 100.8c-3.266 14.25-15.79 24.22-30.46 24.22C205.2 512 0 306.8 0 54.5c0-14.66 9.969-27.2 24.22-30.45l100.8-23.25C139.7-2.602 154.7 5.018 160.8 18.92l46.52 108.5c5.438 12.78 1.77 27.67-8.98 36.45L144.5 207.1c33.98 69.22 90.26 125.5 159.5 159.5l44.08-53.8c8.688-10.78 23.69-14.51 36.47-8.975l108.5 46.51C506.1 357.2 514.6 372.4 511.2 387z\"></path></svg></span><span class=\"uagb-icon-list__label\">+1-123 456 7890​</span></div>\n<!-- /wp:uagb/icon-list-child --></div></div>\n<!-- /wp:uagb/icon-list --></div></div>\n<!-- /wp:uagb/container -->',	'Amenities',	'',	'inherit',	'closed',	'closed',	'',	'762-revision-v1',	'',	'',	'2022-12-15 12:49:05',	'2022-12-15 12:49:05',	'',	762,	'https://blueroan.netgen.cloud/?p=1250',	0,	'revision',	'',	0),
(1252,	2,	'2022-12-15 12:51:01',	'2022-12-15 12:51:01',	'<!-- wp:uagb/container {\"block_id\":\"1c098e29\",\"backgroundType\":\"image\",\"backgroundImageDesktop\":{\"id\":1007,\"title\":\"AAEAAQAAAAAAAAAAAAAAJDg5NmY0ZGUxLWE4MTgtNDY5NC1iODFhLTBmN2Q0ZDc5ZWFiNw-1\",\"filename\":\"AAEAAQAAAAAAAAAAAAAAJDg5NmY0ZGUxLWE4MTgtNDY5NC1iODFhLTBmN2Q0ZDc5ZWFiNw-1.png\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAAJDg5NmY0ZGUxLWE4MTgtNDY5NC1iODFhLTBmN2Q0ZDc5ZWFiNw-1.png\",\"link\":\"https://blueroan.netgen.cloud/the-barn/aaeaaqaaaaaaaaaaaaaajdg5nmy0zguxlwe4mtgtndy5nc1iodfhltbmn2q0zdc5zwfinw-1/\",\"alt\":\"\",\"author\":\"2\",\"description\":\"\",\"caption\":\"\",\"name\":\"aaeaaqaaaaaaaaaaaaaajdg5nmy0zguxlwe4mtgtndy5nc1iodfhltbmn2q0zdc5zwfinw-1\",\"status\":\"inherit\",\"uploadedTo\":948,\"date\":\"2022-12-14T10:50:25.000Z\",\"modified\":\"2022-12-14T10:50:25.000Z\",\"menuOrder\":0,\"mime\":\"image/png\",\"type\":\"image\",\"subtype\":\"png\",\"icon\":\"https://blueroan.netgen.cloud/wp-includes/images/media/default.png\",\"dateFormatted\":\"December 14, 2022\",\"nonces\":{\"update\":\"483f8bdf3d\",\"delete\":\"0a7ebc92ef\",\"edit\":\"6bc1c6a685\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=1007\\u0026action=edit\",\"meta\":false,\"authorName\":\"Netgen Support\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/profile.php\",\"uploadedToTitle\":\"The Barn\",\"uploadedToLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=948\\u0026action=edit\",\"filesizeInBytes\":1348989,\"filesizeHumanReadable\":\"1 MB\",\"context\":\"\",\"height\":667,\"width\":1000,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAAJDg5NmY0ZGUxLWE4MTgtNDY5NC1iODFhLTBmN2Q0ZDc5ZWFiNw-1-150x150.png\",\"orientation\":\"landscape\"},\"medium\":{\"height\":200,\"width\":300,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAAJDg5NmY0ZGUxLWE4MTgtNDY5NC1iODFhLTBmN2Q0ZDc5ZWFiNw-1-300x200.png\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAAJDg5NmY0ZGUxLWE4MTgtNDY5NC1iODFhLTBmN2Q0ZDc5ZWFiNw-1.png\",\"height\":667,\"width\":1000,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"backgroundPositionDesktop\":{\"x\":0.61,\"y\":0.52},\"backgroundSizeTablet\":\"cover\",\"backgroundSizeMobile\":\"cover\",\"backgroundColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"backgroundImageColor\":\"rgba(42,42,42,0.5)\",\"topPaddingDesktop\":220,\"bottomPaddingDesktop\":150,\"topPaddingTablet\":170,\"bottomPaddingTablet\":160,\"leftPaddingTablet\":30,\"rightPaddingTablet\":30,\"topPaddingMobile\":180,\"bottomPaddingMobile\":80,\"leftPaddingMobile\":20,\"rightPaddingMobile\":20,\"paddingLink\":false,\"variationSelected\":true,\"isBlockRootParent\":true,\"overlayType\":\"color\"} -->\n<div class=\"wp-block-uagb-container uagb-block-1c098e29 alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/advanced-heading {\"block_id\":\"d699fa78\",\"classMigrate\":true,\"headingDescToggle\":true,\"headingColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"subHeadingColor\":\"var(\\u002d\\u002dast-global-color-4)\",\"headingTag\":\"h1\",\"headSpace\":20,\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"blockTopPadding\":0,\"blockRightPadding\":50,\"blockLeftPadding\":0,\"blockBottomPadding\":0,\"blockTopPaddingTablet\":0,\"blockRightPaddingTablet\":20,\"blockLeftPaddingTablet\":0,\"blockBottomPaddingTablet\":0,\"blockTopPaddingMobile\":0,\"blockRightPaddingMobile\":0,\"blockLeftPaddingMobile\":0,\"blockBottomPaddingMobile\":0,\"blockPaddingUnit\":\"%\",\"blockPaddingUnitTablet\":\"%\"} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-d699fa78\"><h1 class=\"uagb-heading-text\">Amenities &amp; Interests​</h1><p class=\"uagb-desc-text\">We do not give you just rooms to stay in. We give you an environment where you can experience the best while on a holiday with us. </p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:buttons -->\n<div class=\"wp-block-buttons\"><!-- wp:button -->\n<div class=\"wp-block-button\"><a class=\"wp-block-button__link wp-element-button\" href=\"https://book.nightsbridge.com/11065\" target=\"_blank\" rel=\"noreferrer noopener\">BOOK NOW</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"e594ddb5\",\"backgroundType\":\"color\",\"backgroundSizeTablet\":\"cover\",\"backgroundSizeMobile\":\"cover\",\"backgroundColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"topPaddingDesktop\":50,\"bottomPaddingDesktop\":100,\"topPaddingTablet\":50,\"bottomPaddingTablet\":25,\"leftPaddingTablet\":20,\"rightPaddingTablet\":20,\"topPaddingMobile\":50,\"bottomPaddingMobile\":20,\"leftPaddingMobile\":20,\"rightPaddingMobile\":20,\"paddingLink\":false,\"variationSelected\":true,\"rowGapDesktop\":0,\"isBlockRootParent\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-e594ddb5 alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/container {\"block_id\":\"26857225\",\"directionDesktop\":\"row\",\"alignItemsTablet\":\"flex-start\",\"paddingLink\":false,\"topMarginDesktop\":50,\"bottomMarginDesktop\":20,\"leftMarginDesktop\":0,\"rightMarginDesktop\":0,\"marginLink\":false,\"variationSelected\":true,\"rowGapMobile\":65,\"columnGapDesktop\":48,\"columnGapTablet\":20} -->\n<div class=\"wp-block-uagb-container uagb-block-26857225\"><!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"align\":\"center\",\"id\":828,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image aligncenter size-full\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Blue-Roan-pool.png\" alt=\"Blue Roan\'s rock pool\" class=\"wp-image-828\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>A relaxing rock Pool​</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>We have a lovely sparkling blue rock pool next to a thatched Lapa. &nbsp;&nbsp;Lie on recliners on the green lawn or sit on the swing chair in the Lapa and enjoy the panoramic view of the Magaliesberg mountain range.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":829,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/img-20160605-wa0002-largejpg.png\" alt=\"\" class=\"wp-image-829\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>Braai facilities </h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>What can compare to a burning fire under the star-lit African sky? Nothing beats the flavor of cooking over an open flame.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":830,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/ef9d0188da11e2bc56788f5619d9d539.png\" alt=\"\" class=\"wp-image-830\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>A games room </h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>The reception is also a games room for those who enjoy darts or playing pool. &nbsp;Take a selection of DVDs back to your room and watch movies on your own DVD player. &nbsp;There is also a selection of board games and music CDs that you can borrow.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"align\":\"center\",\"id\":1198,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image aligncenter size-full\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/eyJidWNrZXQiOiJhc3NldHMuYWxsdHJhaWxzLmNvbSIsImtleSI6InVwbG9hZHMvcGhvdG8vaW1hZ2UvNDMxNzk4MTAvYjZkYTAz-1.png\" alt=\"\" class=\"wp-image-1198\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>Walking or hiking </h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>There is a well-kept walking trail on our property with plenty of bird life and some benches along the way. &nbsp;It is safe for dogs to run off-leash as it is completely fenced all around. &nbsp;For those who enjoy long walks and hikes, it is safe to cross onto neighbouring farms and go as far as the eye can see.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":1185,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/49089607_1950305445047847_5177863042771189760_n.png\" alt=\"\" class=\"wp-image-1185\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>Mountain biking </h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Bring your mountain bikes and explore the surrounding countryside on safe off-road tracks on our property and on neighbouring farms.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":1196,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Michelle_1.png\" alt=\"\" class=\"wp-image-1196\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>Horse riding </h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Interested riders can book at one of the recommended horse-riding establishments listed further down this page.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"e1c5e9f2\",\"innerContentWidth\":\"alignfull\",\"directionDesktop\":\"row\",\"wrapTablet\":\"wrap\",\"variationSelected\":true,\"rowGapTablet\":0,\"columnGapDesktop\":0,\"isBlockRootParent\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-e1c5e9f2 alignfull uagb-is-root-container\"><!-- wp:uagb/container {\"block_id\":\"1455742d\",\"widthDesktop\":25,\"widthTablet\":50,\"variationSelected\":true,\"widthSetByUser\":true,\"UAGHideMob\":true,\"UAGResponsiveConditions\":true} -->\n<div class=\"wp-block-uagb-container uag-hide-mob uagb-block-1455742d\"><!-- wp:uagb/image {\"block_id\":\"7e33700d\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-18-1-1024x768.jpg\",\"id\":1208,\"linkDestination\":\"none\",\"width\":480,\"height\":500,\"naturalWidth\":1024,\"naturalHeight\":768,\"sizeSlug\":\"large\",\"sizeSlugTablet\":\"large\",\"sizeSlugMobile\":\"large\",\"customHeightSetDesktop\":true} -->\n<div class=\"wp-block-uagb-image uagb-block-7e33700d wp-block-uagb-image--layout-default wp-block-uagb-image--effect-static wp-block-uagb-image--align-none\"><figure class=\"wp-block-uagb-image__figure\"><img srcset=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-18-1-1024x768.jpg \" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-18-1-1024x768.jpg\" alt=\"\" class=\"uag-image-1208\" width=\"480\" height=\"500\" title=\"\" loading=\"lazy\"/></figure></div>\n<!-- /wp:uagb/image --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"ab43fcf0\",\"widthDesktop\":25,\"widthTablet\":50,\"variationSelected\":true,\"widthSetByUser\":true,\"UAGHideMob\":true,\"UAGResponsiveConditions\":true} -->\n<div class=\"wp-block-uagb-container uag-hide-mob uagb-block-ab43fcf0\"><!-- wp:uagb/image {\"block_id\":\"9c5c9e44\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Blue-Roan-pool-1.png\",\"id\":1210,\"linkDestination\":\"none\",\"width\":480,\"height\":500,\"naturalWidth\":370,\"naturalHeight\":440,\"sizeSlug\":\"full\",\"sizeSlugTablet\":\"full\",\"sizeSlugMobile\":\"full\",\"customHeightSetDesktop\":true} -->\n<div class=\"wp-block-uagb-image uagb-block-9c5c9e44 wp-block-uagb-image--layout-default wp-block-uagb-image--effect-static wp-block-uagb-image--align-none\"><figure class=\"wp-block-uagb-image__figure\"><img srcset=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Blue-Roan-pool-1.png \" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Blue-Roan-pool-1.png\" alt=\"\" class=\"uag-image-1210\" width=\"480\" height=\"500\" title=\"\" loading=\"lazy\"/></figure></div>\n<!-- /wp:uagb/image --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"ff385fb7\",\"widthDesktop\":50,\"widthTablet\":100,\"variationSelected\":true,\"columnGapDesktop\":20,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-ff385fb7\"><!-- wp:uagb/image {\"block_id\":\"8d532796\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/the-view-from-my-rooms-1024x768.jpg\",\"id\":1211,\"linkDestination\":\"none\",\"width\":960,\"height\":500,\"naturalWidth\":1024,\"naturalHeight\":768,\"sizeSlug\":\"large\",\"sizeSlugTablet\":\"large\",\"sizeSlugMobile\":\"large\",\"customHeightSetDesktop\":true} -->\n<div class=\"wp-block-uagb-image uagb-block-8d532796 wp-block-uagb-image--layout-default wp-block-uagb-image--effect-static wp-block-uagb-image--align-none\"><figure class=\"wp-block-uagb-image__figure\"><img srcset=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/the-view-from-my-rooms-1024x768.jpg \" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/the-view-from-my-rooms-1024x768.jpg\" alt=\"\" class=\"uag-image-1211\" width=\"960\" height=\"500\" title=\"\" loading=\"lazy\"/></figure></div>\n<!-- /wp:uagb/image --></div>\n<!-- /wp:uagb/container --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"04a55471\",\"innerContentWidth\":\"alignfull\",\"directionDesktop\":\"row\",\"wrapTablet\":\"wrap\",\"variationSelected\":true,\"rowGapTablet\":0,\"columnGapDesktop\":0,\"isBlockRootParent\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-04a55471 alignfull uagb-is-root-container\"><!-- wp:uagb/container {\"block_id\":\"3cfa32a2\",\"widthDesktop\":50,\"widthTablet\":100,\"variationSelected\":true,\"columnGapDesktop\":20,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-3cfa32a2\"><!-- wp:uagb/image {\"block_id\":\"3dd324b6\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAAJDI0ZWY4NDc1LThjYjYtNDM3YS1iOTliLWNmOWQxYTJkMWU5MQ-1.png\",\"id\":1213,\"linkDestination\":\"none\",\"width\":960,\"height\":500,\"naturalWidth\":1000,\"naturalHeight\":667,\"sizeSlug\":\"full\",\"sizeSlugTablet\":\"full\",\"sizeSlugMobile\":\"full\",\"customHeightSetDesktop\":true} -->\n<div class=\"wp-block-uagb-image uagb-block-3dd324b6 wp-block-uagb-image--layout-default wp-block-uagb-image--effect-static wp-block-uagb-image--align-none\"><figure class=\"wp-block-uagb-image__figure\"><img srcset=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAAJDI0ZWY4NDc1LThjYjYtNDM3YS1iOTliLWNmOWQxYTJkMWU5MQ-1.png \" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAAJDI0ZWY4NDc1LThjYjYtNDM3YS1iOTliLWNmOWQxYTJkMWU5MQ-1.png\" alt=\"\" class=\"uag-image-1213\" width=\"960\" height=\"500\" title=\"\" loading=\"lazy\"/></figure></div>\n<!-- /wp:uagb/image --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"081c858d\",\"widthDesktop\":25,\"variationSelected\":true,\"widthSetByUser\":true,\"UAGHideMob\":true,\"UAGResponsiveConditions\":true} -->\n<div class=\"wp-block-uagb-container uag-hide-mob uagb-block-081c858d\"><!-- wp:uagb/image {\"block_id\":\"f2b042d6\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/bird-1-1024x683.jpg\",\"id\":1215,\"linkDestination\":\"none\",\"width\":480,\"height\":500,\"naturalWidth\":1024,\"naturalHeight\":683,\"sizeSlug\":\"large\",\"sizeSlugTablet\":\"large\",\"sizeSlugMobile\":\"large\",\"customHeightSetDesktop\":true} -->\n<div class=\"wp-block-uagb-image uagb-block-f2b042d6 wp-block-uagb-image--layout-default wp-block-uagb-image--effect-static wp-block-uagb-image--align-none\"><figure class=\"wp-block-uagb-image__figure\"><img srcset=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/bird-1-1024x683.jpg \" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/bird-1-1024x683.jpg\" alt=\"\" class=\"uag-image-1215\" width=\"480\" height=\"500\" title=\"\" loading=\"lazy\"/></figure></div>\n<!-- /wp:uagb/image --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"c3f54842\",\"widthDesktop\":25,\"variationSelected\":true,\"widthSetByUser\":true,\"UAGHideMob\":true,\"UAGResponsiveConditions\":true} -->\n<div class=\"wp-block-uagb-container uag-hide-mob uagb-block-c3f54842\"><!-- wp:uagb/image {\"block_id\":\"be57f119\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/two-happy-boxers-1024x768.jpg\",\"id\":1216,\"linkDestination\":\"none\",\"width\":480,\"height\":500,\"naturalWidth\":1024,\"naturalHeight\":768,\"sizeSlug\":\"large\",\"sizeSlugTablet\":\"large\",\"sizeSlugMobile\":\"large\",\"customHeightSetDesktop\":true} -->\n<div class=\"wp-block-uagb-image uagb-block-be57f119 wp-block-uagb-image--layout-default wp-block-uagb-image--effect-static wp-block-uagb-image--align-none\"><figure class=\"wp-block-uagb-image__figure\"><img srcset=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/two-happy-boxers-1024x768.jpg \" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/two-happy-boxers-1024x768.jpg\" alt=\"\" class=\"uag-image-1216\" width=\"480\" height=\"500\" title=\"\" loading=\"lazy\"/></figure></div>\n<!-- /wp:uagb/image --></div>\n<!-- /wp:uagb/container --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"443cc199\",\"backgroundType\":\"color\",\"backgroundSizeTablet\":\"cover\",\"backgroundSizeMobile\":\"cover\",\"backgroundColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"topPaddingDesktop\":120,\"bottomPaddingDesktop\":120,\"topPaddingTablet\":80,\"bottomPaddingTablet\":80,\"leftPaddingTablet\":30,\"rightPaddingTablet\":30,\"topPaddingMobile\":80,\"bottomPaddingMobile\":80,\"leftPaddingMobile\":20,\"rightPaddingMobile\":20,\"paddingLink\":false,\"variationSelected\":true,\"rowGapDesktop\":0,\"rowGapTablet\":0,\"isBlockRootParent\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-443cc199 alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/container {\"block_id\":\"9fad4a35\",\"directionDesktop\":\"row\",\"alignItemsDesktop\":\"flex-end\",\"alignItemsTablet\":\"flex-end\",\"justifyContentDesktop\":\"flex-end\",\"justifyContentTablet\":\"space-between\",\"variationSelected\":true,\"rowGapMobile\":30,\"columnGapDesktop\":0} -->\n<div class=\"wp-block-uagb-container uagb-block-9fad4a35\"><!-- wp:uagb/advanced-heading {\"block_id\":\"d0cd7ded\",\"classMigrate\":true,\"headingDescToggle\":true,\"subHeadingColor\":\"\",\"headSpace\":20,\"subHeadFontSize\":16} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-d0cd7ded\"><h2 class=\"uagb-heading-text\">Things to do in the area of Magaliesburg<br></h2><p class=\"uagb-desc-text\">Looking for more? Well, we believe that every guest walks into our lodge for the best experience. And, we are determined to do that.</p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/buttons {\"block_id\":\"e4779e98\",\"classMigrate\":true,\"childMigrate\":true,\"align\":\"right\",\"alignTablet\":\"right\",\"alignMobile\":\"left\",\"gap\":0} -->\n<div class=\"wp-block-uagb-buttons uagb-buttons__outer-wrap uagb-btn__default-btn uagb-btn-tablet__default-btn uagb-btn-mobile__default-btn uagb-block-e4779e98\"><div class=\"uagb-buttons__wrap uagb-buttons-layout-wrap\"><!-- wp:uagb/buttons-child {\"block_id\":\"23e14e56\",\"label\":\"Get Bookings\",\"link\":\"#\",\"hColor\":\"\",\"borderWidth\":\"\",\"borderRadius\":\"\",\"borderStyle\":\"\",\"borderColor\":\"\",\"borderHColor\":\"\",\"btnBorderTopWidth\":1,\"btnBorderLeftWidth\":1,\"btnBorderRightWidth\":1,\"btnBorderBottomWidth\":1,\"btnBorderTopLeftRadius\":2,\"btnBorderTopRightRadius\":2,\"btnBorderBottomLeftRadius\":2,\"btnBorderBottomRightRadius\":2,\"btnBorderStyle\":\"solid\",\"btnBorderColor\":\"#333\",\"btnBorderHColor\":\"#333\"} -->\n<div class=\"wp-block-uagb-buttons-child uagb-buttons__outer-wrap uagb-block-23e14e56 wp-block-button is-style-outline\"><div class=\"uagb-button__wrapper\"><a class=\"uagb-buttons-repeater wp-block-button__link\" href=\"#\" rel=\"follow noopener\" target=\"_self\"><div class=\"uagb-button__link\">Get Bookings</div></a></div></div>\n<!-- /wp:uagb/buttons-child --></div></div>\n<!-- /wp:uagb/buttons --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"7fa38d68\",\"directionDesktop\":\"row\",\"alignItemsTablet\":\"flex-start\",\"paddingLink\":false,\"topMarginDesktop\":54,\"bottomMarginDesktop\":0,\"leftMarginDesktop\":0,\"rightMarginDesktop\":0,\"topMarginTablet\":30,\"bottomMarginTablet\":0,\"leftMarginTablet\":0,\"rightMarginTablet\":0,\"marginLink\":false,\"variationSelected\":true,\"rowGapMobile\":65,\"columnGapDesktop\":48,\"columnGapTablet\":20} -->\n<div class=\"wp-block-uagb-container uagb-block-7fa38d68\"><!-- wp:uagb/info-box {\"classMigrate\":true,\"headingAlign\":\"left\",\"headingColor\":\"\",\"subHeadingColor\":\"\",\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"source_type\":\"image\",\"block_id\":\"6cc597e2\",\"ctaTarget\":true,\"ctaType\":\"text\",\"ctaText\":\"READ MORE\",\"ctaLink\":\"https://www.sundowner.co.za/rooms/magalies-barbus-haven/\",\"ctaLinkColor\":\"var(\\u002d\\u002dast-global-color-0)\",\"ctaDecoration\":\"underline\",\"ctaFontSize\":12,\"ctaFontWeight\":\"600\",\"ctaLetterSpacing\":2,\"ctaBorderColor\":\"\",\"ctaBorderStyle\":\"\",\"ctaBorderWidth\":\"\",\"ctaBorderRadius\":\"\",\"iconBottomMargin\":30,\"iconImage\":{\"uploading\":false,\"date\":1671106052000,\"filename\":\"41b46e52d7427ea1f6f135454e9a012f.png\",\"menuOrder\":0,\"uploadedTo\":762,\"type\":\"image\",\"subtype\":\"png\",\"id\":1222,\"title\":\"41b46e52d7427ea1f6f135454e9a012f\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/41b46e52d7427ea1f6f135454e9a012f.png\",\"link\":\"https://blueroan.netgen.cloud/amenities/41b46e52d7427ea1f6f135454e9a012f/\",\"alt\":\"\",\"author\":\"2\",\"description\":\"\",\"caption\":\"\",\"name\":\"41b46e52d7427ea1f6f135454e9a012f\",\"status\":\"inherit\",\"modified\":1671106052000,\"mime\":\"image/png\",\"icon\":\"https://blueroan.netgen.cloud/wp-includes/images/media/default.png\",\"dateFormatted\":\"December 15, 2022\",\"nonces\":{\"update\":\"a33de4f0ef\",\"delete\":\"e6f9dee199\",\"edit\":\"6d436328bf\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=1222\\u0026action=edit\",\"meta\":false,\"authorName\":\"Netgen Support\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/profile.php\",\"uploadedToTitle\":\"Amenities\",\"uploadedToLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=762\\u0026action=edit\",\"filesizeInBytes\":326854,\"filesizeHumanReadable\":\"319 KB\",\"context\":\"\",\"height\":440,\"width\":370,\"orientation\":\"portrait\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/41b46e52d7427ea1f6f135454e9a012f-150x150.png\",\"orientation\":\"landscape\"},\"medium\":{\"height\":300,\"width\":252,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/41b46e52d7427ea1f6f135454e9a012f-252x300.png\",\"orientation\":\"portrait\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/41b46e52d7427ea1f6f135454e9a012f.png\",\"height\":440,\"width\":370,\"orientation\":\"portrait\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"imageSize\":\"full\",\"imageWidth\":100,\"imageWidthMobile\":100,\"imageWidthTablet\":100,\"paddingBtnTop\":10,\"paddingBtnBottom\":10,\"paddingBtnLeft\":14,\"paddingBtnRight\":14,\"imageWidthUnit\":\"%\",\"imageWidthUnitTablet\":\"%\",\"imageWidthUnitMobile\":\"%\",\"subHeadTopMargin\":0,\"subHeadRightMargin\":40,\"subHeadLeftMargin\":0,\"subHeadMarginTopTablet\":0,\"subHeadMarginRightTablet\":0,\"subHeadTabletSpace\":20,\"subHeadMarginLeftTablet\":0,\"imgTagHeight\":118,\"imgTagWidth\":370,\"btnBorderTopWidth\":1,\"btnBorderLeftWidth\":1,\"btnBorderRightWidth\":1,\"btnBorderBottomWidth\":1,\"btnBorderTopLeftRadius\":0,\"btnBorderTopRightRadius\":0,\"btnBorderBottomLeftRadius\":0,\"btnBorderBottomRightRadius\":0,\"btnBorderStyle\":\"solid\",\"btnBorderColor\":\"#333\"} -->\n<div class=\"wp-block-uagb-info-box uagb-block-6cc597e2 uagb-infobox__content-wrap  uagb-infobox-icon-above-title uagb-infobox-image-valign-top\"><div class=\"uagb-ifb-content\"><div class=\"uagb-ifb-image-content\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/41b46e52d7427ea1f6f135454e9a012f.png\" alt=\"\" width=\"100\" height=\"118\" loading=\"lazy\"/></div><div class=\"uagb-ifb-title-wrap\"><h3 class=\"uagb-ifb-title\">Fishing at Barbus Haven </h3></div><p class=\"uagb-ifb-desc\">The 2.5 hr Introductory fly fishing clinics cover the basic techniques required to fly fish effectively. </p><div class=\"uagb-ifb-button-wrapper wp-block-button\"><a href=\"https://www.sundowner.co.za/rooms/magalies-barbus-haven/\" target=\"_blank\" class=\"uagb-infobox-cta-link\" rel=\"noopener noreferrer\" alt=\"\"><span class=\"uagb-inline-editing\">READ MORE</span><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M504.3 273.6l-112.1 104c-6.992 6.484-17.18 8.218-25.94 4.406c-8.758-3.812-14.42-12.45-14.42-21.1L351.9 288H32C14.33 288 .0002 273.7 .0002 255.1S14.33 224 32 224h319.9l0-72c0-9.547 5.66-18.19 14.42-22c8.754-3.809 18.95-2.075 25.94 4.41l112.1 104C514.6 247.9 514.6 264.1 504.3 273.6z\"></path></svg></a></div></div></div>\n<!-- /wp:uagb/info-box -->\n\n<!-- wp:uagb/info-box {\"classMigrate\":true,\"headingAlign\":\"left\",\"headingColor\":\"\",\"subHeadingColor\":\"\",\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"source_type\":\"image\",\"block_id\":\"06285d2b\",\"ctaTarget\":true,\"ctaType\":\"text\",\"ctaText\":\"READ MORE\",\"ctaLink\":\"https://www.thekingfisherlodge.co.za/activities/\",\"ctaLinkColor\":\"var(\\u002d\\u002dast-global-color-0)\",\"ctaDecoration\":\"underline\",\"ctaFontSize\":12,\"ctaFontWeight\":\"600\",\"ctaLetterSpacing\":2,\"ctaBorderColor\":\"\",\"ctaBorderStyle\":\"\",\"ctaBorderWidth\":\"\",\"ctaBorderRadius\":\"\",\"iconBottomMargin\":30,\"iconImage\":{\"uploading\":false,\"date\":1671106415000,\"filename\":\"IMG-20180619-WA0004.png\",\"menuOrder\":0,\"uploadedTo\":762,\"type\":\"image\",\"subtype\":\"png\",\"id\":1225,\"title\":\"IMG-20180619-WA0004\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/IMG-20180619-WA0004.png\",\"link\":\"https://blueroan.netgen.cloud/amenities/img-20180619-wa0004/\",\"alt\":\"\",\"author\":\"2\",\"description\":\"\",\"caption\":\"\",\"name\":\"img-20180619-wa0004\",\"status\":\"inherit\",\"modified\":1671106415000,\"mime\":\"image/png\",\"icon\":\"https://blueroan.netgen.cloud/wp-includes/images/media/default.png\",\"dateFormatted\":\"December 15, 2022\",\"nonces\":{\"update\":\"e988b6351d\",\"delete\":\"5d512e9cd1\",\"edit\":\"3a331dfabd\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=1225\\u0026action=edit\",\"meta\":false,\"authorName\":\"Netgen Support\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/profile.php\",\"uploadedToTitle\":\"Amenities\",\"uploadedToLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=762\\u0026action=edit\",\"filesizeInBytes\":276116,\"filesizeHumanReadable\":\"270 KB\",\"context\":\"\",\"height\":440,\"width\":370,\"orientation\":\"portrait\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/IMG-20180619-WA0004-150x150.png\",\"orientation\":\"landscape\"},\"medium\":{\"height\":300,\"width\":252,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/IMG-20180619-WA0004-252x300.png\",\"orientation\":\"portrait\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/IMG-20180619-WA0004.png\",\"height\":440,\"width\":370,\"orientation\":\"portrait\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"imageSize\":\"full\",\"imageWidth\":100,\"imageWidthMobile\":100,\"imageWidthTablet\":100,\"paddingBtnTop\":10,\"paddingBtnBottom\":10,\"paddingBtnLeft\":14,\"paddingBtnRight\":14,\"imageWidthUnit\":\"%\",\"imageWidthUnitTablet\":\"%\",\"imageWidthUnitMobile\":\"%\",\"subHeadTopMargin\":0,\"subHeadRightMargin\":40,\"subHeadLeftMargin\":0,\"subHeadMarginTopTablet\":0,\"subHeadMarginRightTablet\":0,\"subHeadTabletSpace\":20,\"subHeadMarginLeftTablet\":0,\"imgTagHeight\":118,\"imgTagWidth\":370,\"btnBorderTopWidth\":1,\"btnBorderLeftWidth\":1,\"btnBorderRightWidth\":1,\"btnBorderBottomWidth\":1,\"btnBorderTopLeftRadius\":0,\"btnBorderTopRightRadius\":0,\"btnBorderBottomLeftRadius\":0,\"btnBorderBottomRightRadius\":0,\"btnBorderStyle\":\"solid\",\"btnBorderColor\":\"#333\"} -->\n<div class=\"wp-block-uagb-info-box uagb-block-06285d2b uagb-infobox__content-wrap  uagb-infobox-icon-above-title uagb-infobox-image-valign-top\"><div class=\"uagb-ifb-content\"><div class=\"uagb-ifb-image-content\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/IMG-20180619-WA0004.png\" alt=\"\" width=\"100\" height=\"118\" loading=\"lazy\"/></div><div class=\"uagb-ifb-title-wrap\"><h3 class=\"uagb-ifb-title\">Fishing at Kingfisher </h3></div><p class=\"uagb-ifb-desc\">The opportunity to fish for Rainbow Trout or the elusive Brown Trout. Kingfisher offers rod hires at their venue. <br></p><div class=\"uagb-ifb-button-wrapper wp-block-button\"><a href=\"https://www.thekingfisherlodge.co.za/activities/\" target=\"_blank\" class=\"uagb-infobox-cta-link\" rel=\"noopener noreferrer\" alt=\"\"><span class=\"uagb-inline-editing\">READ MORE</span><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M504.3 273.6l-112.1 104c-6.992 6.484-17.18 8.218-25.94 4.406c-8.758-3.812-14.42-12.45-14.42-21.1L351.9 288H32C14.33 288 .0002 273.7 .0002 255.1S14.33 224 32 224h319.9l0-72c0-9.547 5.66-18.19 14.42-22c8.754-3.809 18.95-2.075 25.94 4.41l112.1 104C514.6 247.9 514.6 264.1 504.3 273.6z\"></path></svg></a></div></div></div>\n<!-- /wp:uagb/info-box -->\n\n<!-- wp:uagb/info-box {\"classMigrate\":true,\"headingAlign\":\"left\",\"headingColor\":\"\",\"subHeadingColor\":\"\",\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"source_type\":\"image\",\"block_id\":\"62d45b36\",\"ctaType\":\"text\",\"ctaText\":\"READ MORE\",\"ctaLinkColor\":\"var(\\u002d\\u002dast-global-color-0)\",\"ctaDecoration\":\"underline\",\"ctaFontSize\":12,\"ctaFontWeight\":\"600\",\"ctaLetterSpacing\":2,\"ctaBorderColor\":\"\",\"ctaBorderStyle\":\"\",\"ctaBorderWidth\":\"\",\"ctaBorderRadius\":\"\",\"iconBottomMargin\":30,\"iconImage\":{\"id\":241,\"title\":\"beach\",\"filename\":\"beach.jpg\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/beach.jpg\",\"link\":\"https://blueroan.netgen.cloud/beach/\",\"alt\":\"\",\"author\":\"34\",\"description\":\"\",\"caption\":\"\",\"name\":\"beach\",\"status\":\"inherit\",\"uploadedTo\":0,\"date\":\"2021-05-11T10:56:06.000Z\",\"modified\":\"2021-05-11T10:56:06.000Z\",\"menuOrder\":0,\"mime\":\"image/jpeg\",\"type\":\"image\",\"subtype\":\"jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/default.png\",\"dateFormatted\":\"May 11, 2021\",\"nonces\":{\"update\":\"65c348aac8\",\"delete\":\"6d551f7cf4\",\"edit\":\"026ca70d91\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=241\\u0026action=edit\",\"meta\":false,\"authorName\":\"Rishabh\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/user-edit.php?user_id=34\",\"filesizeInBytes\":38094,\"filesizeHumanReadable\":\"37 KB\",\"context\":\"\",\"height\":440,\"width\":370,\"orientation\":\"portrait\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/beach-150x150.jpg\",\"orientation\":\"landscape\"},\"medium\":{\"height\":300,\"width\":252,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/beach-252x300-1.jpg\",\"orientation\":\"portrait\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/beach.jpg\",\"height\":440,\"width\":370,\"orientation\":\"portrait\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"imageSize\":\"full\",\"imageWidth\":100,\"imageWidthMobile\":100,\"imageWidthTablet\":100,\"paddingBtnTop\":10,\"paddingBtnBottom\":10,\"paddingBtnLeft\":14,\"paddingBtnRight\":14,\"imageWidthUnit\":\"%\",\"imageWidthUnitTablet\":\"%\",\"imageWidthUnitMobile\":\"%\",\"subHeadTopMargin\":0,\"subHeadRightMargin\":40,\"subHeadLeftMargin\":0,\"subHeadMarginTopTablet\":0,\"subHeadMarginRightTablet\":0,\"subHeadTabletSpace\":20,\"subHeadMarginLeftTablet\":0,\"imgTagHeight\":118,\"imgTagWidth\":370,\"btnBorderTopWidth\":1,\"btnBorderLeftWidth\":1,\"btnBorderRightWidth\":1,\"btnBorderBottomWidth\":1,\"btnBorderTopLeftRadius\":0,\"btnBorderTopRightRadius\":0,\"btnBorderBottomLeftRadius\":0,\"btnBorderBottomRightRadius\":0,\"btnBorderStyle\":\"solid\",\"btnBorderColor\":\"#333\"} -->\n<div class=\"wp-block-uagb-info-box uagb-block-62d45b36 uagb-infobox__content-wrap  uagb-infobox-icon-above-title uagb-infobox-image-valign-top\"><div class=\"uagb-ifb-content\"><div class=\"uagb-ifb-image-content\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/beach.jpg\" alt=\"\" width=\"100\" height=\"118\" loading=\"lazy\"/></div><div class=\"uagb-ifb-title-wrap\"><h3 class=\"uagb-ifb-title\">Private Beach​</h3></div><p class=\"uagb-ifb-desc\">Want to take a dip into the sea? All our guests get complimentary access to our private beach.</p><div class=\"uagb-ifb-button-wrapper wp-block-button\"><a href=\"\" target=\"_self\" class=\"uagb-infobox-cta-link uagb-disable-link\" rel=\"noopener noreferrer\" alt=\"\"><span class=\"uagb-inline-editing\">READ MORE</span><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M504.3 273.6l-112.1 104c-6.992 6.484-17.18 8.218-25.94 4.406c-8.758-3.812-14.42-12.45-14.42-21.1L351.9 288H32C14.33 288 .0002 273.7 .0002 255.1S14.33 224 32 224h319.9l0-72c0-9.547 5.66-18.19 14.42-22c8.754-3.809 18.95-2.075 25.94 4.41l112.1 104C514.6 247.9 514.6 264.1 504.3 273.6z\"></path></svg></a></div></div></div>\n<!-- /wp:uagb/info-box --></div>\n<!-- /wp:uagb/container --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"716a17d6\",\"backgroundType\":\"color\",\"backgroundSizeTablet\":\"cover\",\"backgroundSizeMobile\":\"cover\",\"backgroundColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"topPaddingDesktop\":50,\"bottomPaddingDesktop\":100,\"topPaddingTablet\":50,\"bottomPaddingTablet\":25,\"leftPaddingTablet\":20,\"rightPaddingTablet\":20,\"topPaddingMobile\":50,\"bottomPaddingMobile\":20,\"leftPaddingMobile\":20,\"rightPaddingMobile\":20,\"paddingLink\":false,\"variationSelected\":true,\"rowGapDesktop\":0,\"isBlockRootParent\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-716a17d6 alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/container {\"block_id\":\"8cfec230\",\"directionDesktop\":\"row\",\"alignItemsTablet\":\"flex-start\",\"paddingLink\":false,\"topMarginDesktop\":50,\"bottomMarginDesktop\":20,\"leftMarginDesktop\":0,\"rightMarginDesktop\":0,\"marginLink\":false,\"variationSelected\":true,\"rowGapMobile\":65,\"columnGapDesktop\":48,\"columnGapTablet\":20} -->\n<div class=\"wp-block-uagb-container uagb-block-8cfec230\"><!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"align\":\"center\",\"id\":1222,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image aligncenter size-full\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/41b46e52d7427ea1f6f135454e9a012f.png\" alt=\"\" class=\"wp-image-1222\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"textAlign\":\"center\",\"level\":3} -->\n<h3 class=\"has-text-align-center\">Fishing </h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>The dam has trout (stocked), bass, vlei Kuper and carp. Fly fishers seeking a unique challenge visit our establishment in search of the large &amp; small scale Yellow fish.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:buttons -->\n<div class=\"wp-block-buttons\"><!-- wp:button {\"align\":\"left\"} -->\n<div class=\"wp-block-button alignleft\"><a class=\"wp-block-button__link wp-element-button\" href=\"https://www.sundowner.co.za/rooms/magalies-barbus-haven/\" target=\"_blank\" rel=\"noreferrer noopener\">Barbus Haven</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons -->\n\n<!-- wp:paragraph -->\n<p>The opportunity to fish for Rainbow Trout or the elusive Brown Trout. Kingfisher offers rod hires at their venue. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:buttons -->\n<div class=\"wp-block-buttons\"><!-- wp:button {\"align\":\"left\"} -->\n<div class=\"wp-block-button alignleft\"><a class=\"wp-block-button__link wp-element-button\" href=\"https://www.thekingfisherlodge.co.za/activities/\" target=\"_blank\" rel=\"noreferrer noopener\">Kingfisher</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":1235,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Maseke-MTB-MvZ-3-1024x683-1.png\" alt=\"\" class=\"wp-image-1235\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>Mountain biking </h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>It is a privately owned nature reserve that offers mountain biking.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:spacer {\"height\":\"20px\"} -->\n<div style=\"height:20px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:buttons -->\n<div class=\"wp-block-buttons\"><!-- wp:button -->\n<div class=\"wp-block-button\"><a class=\"wp-block-button__link wp-element-button\" href=\"http://ingwebushcamp.yolasite.com/\" target=\"_blank\" rel=\"noreferrer noopener\">Ingwe Bush Camp&nbsp;</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons -->\n\n<!-- wp:paragraph -->\n<p>With over 80km of trails, Van Gaalen&nbsp;has something to offer for every kind of athlete, from beginner to advanced.<br></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:buttons -->\n<div class=\"wp-block-buttons\"><!-- wp:button -->\n<div class=\"wp-block-button\"><a class=\"wp-block-button__link wp-element-button\" href=\"https://www.vangaalen.co.za/products\" target=\"_blank\" rel=\"noreferrer noopener\">Van Gaalen\'s</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":830,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/ef9d0188da11e2bc56788f5619d9d539.png\" alt=\"\" class=\"wp-image-830\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>Quad biking </h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>We have quads suitable for kiddies, tweens, teens, and adults. We have mini quads and fully automatic 150cc quads.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:spacer {\"height\":\"2px\"} -->\n<div style=\"height:2px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:buttons -->\n<div class=\"wp-block-buttons\"><!-- wp:button -->\n<div class=\"wp-block-button\"><a class=\"wp-block-button__link wp-element-button\" href=\"https://www.saddlecreekadventures.co.za/activity/quad-biking/\" target=\"_blank\" rel=\"noreferrer noopener\">Saddle Creek Ranch</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons -->\n\n<!-- wp:paragraph -->\n<p>A 700-meter monster track, the longest and most exciting track in Gauteng!</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:spacer {\"height\":\"2px\"} -->\n<div style=\"height:2px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:buttons -->\n<div class=\"wp-block-buttons\"><!-- wp:button -->\n<div class=\"wp-block-button\"><a class=\"wp-block-button__link wp-element-button\" href=\"http://www.swartkrans.co.za/\" target=\"_blank\" rel=\"noreferrer noopener\">Swartkrans Go-Karting&nbsp;</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"align\":\"center\",\"id\":1198,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image aligncenter size-full\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/eyJidWNrZXQiOiJhc3NldHMuYWxsdHJhaWxzLmNvbSIsImtleSI6InVwbG9hZHMvcGhvdG8vaW1hZ2UvNDMxNzk4MTAvYjZkYTAz-1.png\" alt=\"\" class=\"wp-image-1198\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>Horse riding </h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Join us for an unforgettable horse riding experience in the peaceful countryside, with beautiful mountain scenery and lovely bush trails.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:buttons -->\n<div class=\"wp-block-buttons\"><!-- wp:button -->\n<div class=\"wp-block-button\"><a class=\"wp-block-button__link wp-element-button\" href=\"https://www.saddlecreekadventures.co.za/activity/horse-riding/\" target=\"_blank\" rel=\"noreferrer noopener\">Saddle Creek Ranch</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":1185,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/49089607_1950305445047847_5177863042771189760_n.png\" alt=\"\" class=\"wp-image-1185\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>Game drives </h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Enjoy a thrilling and educational adventure with our experienced guides.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:spacer {\"height\":\"10px\"} -->\n<div style=\"height:10px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:buttons -->\n<div class=\"wp-block-buttons\"><!-- wp:button -->\n<div class=\"wp-block-button\"><a class=\"wp-block-button__link wp-element-button\" href=\"https://www.rhinolion.co.za/visitors-guide/activity-index/game-drives/\" target=\"_blank\" rel=\"noreferrer noopener\">Rhino &amp; Lion Park</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons -->\n\n<!-- wp:paragraph -->\n<p>Our guided game-viewing drives take place each day in the morning and afternoon, as this is when the animals are most active.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:buttons -->\n<div class=\"wp-block-buttons\"><!-- wp:button -->\n<div class=\"wp-block-button\"><a class=\"wp-block-button__link wp-element-button\" href=\"https://www.africanhillslodge.co.za/experience/\" target=\"_blank\" rel=\"noreferrer noopener\">Askari Game Lodge</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":1196,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Michelle_1.png\" alt=\"\" class=\"wp-image-1196\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>Horse riding </h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Interested riders can book at one of the recommended horse-riding establishments listed further down this page.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"03d2ed40\",\"innerContentCustomWidthDesktop\":781,\"innerContentCustomWidthTablet\":781,\"backgroundType\":\"image\",\"backgroundImageDesktop\":{\"id\":54,\"title\":\"background-img\",\"filename\":\"background-img-1.jpg\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/background-img-1.jpg\",\"link\":\"https://blueroan.netgen.cloud/background-img-2/\",\"alt\":\"\",\"author\":\"34\",\"description\":\"\",\"caption\":\"\",\"name\":\"background-img-2\",\"status\":\"inherit\",\"uploadedTo\":0,\"date\":\"2021-05-07T10:11:37.000Z\",\"modified\":\"2021-05-07T10:11:37.000Z\",\"menuOrder\":0,\"mime\":\"image/jpeg\",\"type\":\"image\",\"subtype\":\"jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/default.png\",\"dateFormatted\":\"May 7, 2021\",\"nonces\":{\"update\":\"bb999636b9\",\"delete\":\"d2e1375bc4\",\"edit\":\"005dd2f0c9\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=54\\u0026action=edit\",\"meta\":false,\"authorName\":\"Rishabh\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/user-edit.php?user_id=34\",\"filesizeInBytes\":338858,\"filesizeHumanReadable\":\"331 KB\",\"context\":\"\",\"height\":1080,\"width\":1920,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/background-img-1-150x150.jpg\",\"orientation\":\"landscape\"},\"medium\":{\"height\":169,\"width\":300,\"url\":\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/background-img-1-300x169.jpg\",\"orientation\":\"landscape\"},\"large\":{\"height\":576,\"width\":1024,\"url\":\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/background-img-1-1024x576.jpg\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/background-img-1.jpg\",\"height\":1080,\"width\":1920,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"backgroundImageColor\":\"rgba(42,42,42,0.65)\",\"topPaddingDesktop\":144,\"bottomPaddingDesktop\":144,\"leftPaddingDesktop\":40,\"rightPaddingDesktop\":40,\"topPaddingTablet\":80,\"bottomPaddingTablet\":80,\"leftPaddingTablet\":40,\"rightPaddingTablet\":40,\"topPaddingMobile\":64,\"bottomPaddingMobile\":64,\"leftPaddingMobile\":24,\"rightPaddingMobile\":24,\"paddingLink\":false,\"variationSelected\":true,\"isBlockRootParent\":true,\"overlayType\":\"color\"} -->\n<div class=\"wp-block-uagb-container uagb-block-03d2ed40 alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/advanced-heading {\"block_id\":\"50fa0b72\",\"classMigrate\":true,\"headingDescToggle\":true,\"headingAlign\":\"center\",\"headingColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"subHeadingColor\":\"var(\\u002d\\u002dast-global-color-4)\",\"headSpace\":20} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-50fa0b72\"><h2 class=\"uagb-heading-text\">Plan an Unforgettable Experience in Mykonos Today!</h2><p class=\"uagb-desc-text\">We can help you fit your stay and experience within your allotted budget.</p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/advanced-heading {\"block_id\":\"88246061\",\"classMigrate\":true,\"headingTitleToggle\":false,\"headingDescToggle\":true,\"headingAlign\":\"center\",\"subHeadingColor\":\"var(\\u002d\\u002dast-global-color-4)\",\"subHeadTransform\":\"uppercase\",\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"subHeadLetterSpacing\":2,\"blockTopPadding\":60,\"blockRightPadding\":0,\"blockLeftPadding\":0,\"blockBottomPadding\":0,\"blockTopPaddingMobile\":30,\"blockRightPaddingMobile\":0,\"blockLeftPaddingMobile\":0,\"blockBottomPaddingMobile\":0} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-88246061\"><p class=\"uagb-desc-text\">BOOK YOUR STAY NOW​</p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/icon-list {\"block_id\":\"03c405db\",\"classMigrate\":true,\"childMigrate\":true,\"align\":\"center\",\"parentIcon\":\"phone\",\"size\":40,\"sizeMobile\":24,\"sizeTablet\":32,\"fontSize\":48,\"fontSizeMobile\":28,\"fontSizeTablet\":40,\"fontWeight\":\"600\",\"iconColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"labelColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"blockTopPadding\":0,\"blockRightPadding\":0,\"blockLeftPadding\":0,\"blockBottomPadding\":24,\"blockPaddingLink\":false} -->\n<div class=\"wp-block-uagb-icon-list uagb-block-03c405db\"><div class=\"uagb-icon-list__wrap\"><!-- wp:uagb/icon-list-child {\"block_id\":\"56aba87d\",\"label\":\"+1-123 456 7890​\",\"label_color\":\"\",\"fromParentIcon\":\"phone\",\"imageSizeChild\":40} -->\n<div class=\"wp-block-uagb-icon-list-child uagb-block-56aba87d\"><span class=\"uagb-icon-list__source-wrap\"><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M511.2 387l-23.25 100.8c-3.266 14.25-15.79 24.22-30.46 24.22C205.2 512 0 306.8 0 54.5c0-14.66 9.969-27.2 24.22-30.45l100.8-23.25C139.7-2.602 154.7 5.018 160.8 18.92l46.52 108.5c5.438 12.78 1.77 27.67-8.98 36.45L144.5 207.1c33.98 69.22 90.26 125.5 159.5 159.5l44.08-53.8c8.688-10.78 23.69-14.51 36.47-8.975l108.5 46.51C506.1 357.2 514.6 372.4 511.2 387z\"></path></svg></span><span class=\"uagb-icon-list__label\">+1-123 456 7890​</span></div>\n<!-- /wp:uagb/icon-list-child --></div></div>\n<!-- /wp:uagb/icon-list --></div></div>\n<!-- /wp:uagb/container -->',	'Amenities',	'',	'inherit',	'closed',	'closed',	'',	'762-revision-v1',	'',	'',	'2022-12-15 12:51:01',	'2022-12-15 12:51:01',	'',	762,	'https://blueroan.netgen.cloud/?p=1252',	0,	'revision',	'',	0),
(1253,	2,	'2022-12-15 12:51:34',	'2022-12-15 12:51:34',	'<!-- wp:uagb/container {\"block_id\":\"eae9bc63\",\"backgroundType\":\"image\",\"backgroundImageDesktop\":{\"id\":1007,\"title\":\"AAEAAQAAAAAAAAAAAAAAJDg5NmY0ZGUxLWE4MTgtNDY5NC1iODFhLTBmN2Q0ZDc5ZWFiNw-1\",\"filename\":\"AAEAAQAAAAAAAAAAAAAAJDg5NmY0ZGUxLWE4MTgtNDY5NC1iODFhLTBmN2Q0ZDc5ZWFiNw-1.png\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAAJDg5NmY0ZGUxLWE4MTgtNDY5NC1iODFhLTBmN2Q0ZDc5ZWFiNw-1.png\",\"link\":\"https://blueroan.netgen.cloud/the-barn/aaeaaqaaaaaaaaaaaaaajdg5nmy0zguxlwe4mtgtndy5nc1iodfhltbmn2q0zdc5zwfinw-1/\",\"alt\":\"\",\"author\":\"2\",\"description\":\"\",\"caption\":\"\",\"name\":\"aaeaaqaaaaaaaaaaaaaajdg5nmy0zguxlwe4mtgtndy5nc1iodfhltbmn2q0zdc5zwfinw-1\",\"status\":\"inherit\",\"uploadedTo\":948,\"date\":\"2022-12-14T10:50:25.000Z\",\"modified\":\"2022-12-14T10:50:25.000Z\",\"menuOrder\":0,\"mime\":\"image/png\",\"type\":\"image\",\"subtype\":\"png\",\"icon\":\"https://blueroan.netgen.cloud/wp-includes/images/media/default.png\",\"dateFormatted\":\"December 14, 2022\",\"nonces\":{\"update\":\"483f8bdf3d\",\"delete\":\"0a7ebc92ef\",\"edit\":\"6bc1c6a685\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=1007\\u0026action=edit\",\"meta\":false,\"authorName\":\"Netgen Support\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/profile.php\",\"uploadedToTitle\":\"The Barn\",\"uploadedToLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=948\\u0026action=edit\",\"filesizeInBytes\":1348989,\"filesizeHumanReadable\":\"1 MB\",\"context\":\"\",\"height\":667,\"width\":1000,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAAJDg5NmY0ZGUxLWE4MTgtNDY5NC1iODFhLTBmN2Q0ZDc5ZWFiNw-1-150x150.png\",\"orientation\":\"landscape\"},\"medium\":{\"height\":200,\"width\":300,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAAJDg5NmY0ZGUxLWE4MTgtNDY5NC1iODFhLTBmN2Q0ZDc5ZWFiNw-1-300x200.png\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAAJDg5NmY0ZGUxLWE4MTgtNDY5NC1iODFhLTBmN2Q0ZDc5ZWFiNw-1.png\",\"height\":667,\"width\":1000,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"backgroundPositionDesktop\":{\"x\":0.61,\"y\":0.52},\"backgroundSizeTablet\":\"cover\",\"backgroundSizeMobile\":\"cover\",\"backgroundColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"backgroundImageColor\":\"rgba(42,42,42,0.5)\",\"topPaddingDesktop\":220,\"bottomPaddingDesktop\":150,\"topPaddingTablet\":170,\"bottomPaddingTablet\":160,\"leftPaddingTablet\":30,\"rightPaddingTablet\":30,\"topPaddingMobile\":180,\"bottomPaddingMobile\":80,\"leftPaddingMobile\":20,\"rightPaddingMobile\":20,\"paddingLink\":false,\"variationSelected\":true,\"isBlockRootParent\":true,\"overlayType\":\"color\"} -->\n<div class=\"wp-block-uagb-container uagb-block-eae9bc63 alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/advanced-heading {\"block_id\":\"de18e77a\",\"classMigrate\":true,\"headingDescToggle\":true,\"headingColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"subHeadingColor\":\"var(\\u002d\\u002dast-global-color-4)\",\"headingTag\":\"h1\",\"headSpace\":20,\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"blockTopPadding\":0,\"blockRightPadding\":50,\"blockLeftPadding\":0,\"blockBottomPadding\":0,\"blockTopPaddingTablet\":0,\"blockRightPaddingTablet\":20,\"blockLeftPaddingTablet\":0,\"blockBottomPaddingTablet\":0,\"blockTopPaddingMobile\":0,\"blockRightPaddingMobile\":0,\"blockLeftPaddingMobile\":0,\"blockBottomPaddingMobile\":0,\"blockPaddingUnit\":\"%\",\"blockPaddingUnitTablet\":\"%\"} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-de18e77a\"><h1 class=\"uagb-heading-text\">Amenities &amp; Interests​</h1><p class=\"uagb-desc-text\">We do not give you just rooms to stay in. We give you an environment where you can experience the best while on a holiday with us. </p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:buttons -->\n<div class=\"wp-block-buttons\"><!-- wp:button -->\n<div class=\"wp-block-button\"><a class=\"wp-block-button__link wp-element-button\" href=\"https://book.nightsbridge.com/11065\" target=\"_blank\" rel=\"noreferrer noopener\">BOOK NOW</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"61259d50\",\"backgroundType\":\"color\",\"backgroundSizeTablet\":\"cover\",\"backgroundSizeMobile\":\"cover\",\"backgroundColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"topPaddingDesktop\":50,\"bottomPaddingDesktop\":100,\"topPaddingTablet\":50,\"bottomPaddingTablet\":25,\"leftPaddingTablet\":20,\"rightPaddingTablet\":20,\"topPaddingMobile\":50,\"bottomPaddingMobile\":20,\"leftPaddingMobile\":20,\"rightPaddingMobile\":20,\"paddingLink\":false,\"variationSelected\":true,\"rowGapDesktop\":0,\"isBlockRootParent\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-61259d50 alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/container {\"block_id\":\"c7aa6a78\",\"directionDesktop\":\"row\",\"alignItemsTablet\":\"flex-start\",\"paddingLink\":false,\"topMarginDesktop\":50,\"bottomMarginDesktop\":20,\"leftMarginDesktop\":0,\"rightMarginDesktop\":0,\"marginLink\":false,\"variationSelected\":true,\"rowGapMobile\":65,\"columnGapDesktop\":48,\"columnGapTablet\":20} -->\n<div class=\"wp-block-uagb-container uagb-block-c7aa6a78\"><!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"align\":\"center\",\"id\":828,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image aligncenter size-full\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Blue-Roan-pool.png\" alt=\"Blue Roan\'s rock pool\" class=\"wp-image-828\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>A relaxing rock Pool​</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>We have a lovely sparkling blue rock pool next to a thatched Lapa. &nbsp;&nbsp;Lie on recliners on the green lawn or sit on the swing chair in the Lapa and enjoy the panoramic view of the Magaliesberg mountain range.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":829,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/img-20160605-wa0002-largejpg.png\" alt=\"\" class=\"wp-image-829\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>Braai facilities </h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>What can compare to a burning fire under the star-lit African sky? Nothing beats the flavor of cooking over an open flame.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":830,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/ef9d0188da11e2bc56788f5619d9d539.png\" alt=\"\" class=\"wp-image-830\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>A games room </h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>The reception is also a games room for those who enjoy darts or playing pool. &nbsp;Take a selection of DVDs back to your room and watch movies on your own DVD player. &nbsp;There is also a selection of board games and music CDs that you can borrow.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"align\":\"center\",\"id\":1198,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image aligncenter size-full\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/eyJidWNrZXQiOiJhc3NldHMuYWxsdHJhaWxzLmNvbSIsImtleSI6InVwbG9hZHMvcGhvdG8vaW1hZ2UvNDMxNzk4MTAvYjZkYTAz-1.png\" alt=\"\" class=\"wp-image-1198\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>Walking or hiking </h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>There is a well-kept walking trail on our property with plenty of bird life and some benches along the way. &nbsp;It is safe for dogs to run off-leash as it is completely fenced all around. &nbsp;For those who enjoy long walks and hikes, it is safe to cross onto neighbouring farms and go as far as the eye can see.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":1185,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/49089607_1950305445047847_5177863042771189760_n.png\" alt=\"\" class=\"wp-image-1185\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>Mountain biking </h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Bring your mountain bikes and explore the surrounding countryside on safe off-road tracks on our property and on neighbouring farms.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":1196,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Michelle_1.png\" alt=\"\" class=\"wp-image-1196\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>Horse riding </h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Interested riders can book at one of the recommended horse-riding establishments listed further down this page.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"6d626a2f\",\"innerContentWidth\":\"alignfull\",\"directionDesktop\":\"row\",\"wrapTablet\":\"wrap\",\"variationSelected\":true,\"rowGapTablet\":0,\"columnGapDesktop\":0,\"isBlockRootParent\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-6d626a2f alignfull uagb-is-root-container\"><!-- wp:uagb/container {\"block_id\":\"74dc9663\",\"widthDesktop\":25,\"widthTablet\":50,\"variationSelected\":true,\"widthSetByUser\":true,\"UAGHideMob\":true,\"UAGResponsiveConditions\":true} -->\n<div class=\"wp-block-uagb-container uag-hide-mob uagb-block-74dc9663\"><!-- wp:uagb/image {\"block_id\":\"4aef6f07\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-18-1-1024x768.jpg\",\"id\":1208,\"linkDestination\":\"none\",\"width\":480,\"height\":500,\"naturalWidth\":1024,\"naturalHeight\":768,\"sizeSlug\":\"large\",\"sizeSlugTablet\":\"large\",\"sizeSlugMobile\":\"large\",\"customHeightSetDesktop\":true} -->\n<div class=\"wp-block-uagb-image uagb-block-4aef6f07 wp-block-uagb-image--layout-default wp-block-uagb-image--effect-static wp-block-uagb-image--align-none\"><figure class=\"wp-block-uagb-image__figure\"><img srcset=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-18-1-1024x768.jpg \" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-18-1-1024x768.jpg\" alt=\"\" class=\"uag-image-1208\" width=\"480\" height=\"500\" title=\"\" loading=\"lazy\"/></figure></div>\n<!-- /wp:uagb/image --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"f325bddb\",\"widthDesktop\":25,\"widthTablet\":50,\"variationSelected\":true,\"widthSetByUser\":true,\"UAGHideMob\":true,\"UAGResponsiveConditions\":true} -->\n<div class=\"wp-block-uagb-container uag-hide-mob uagb-block-f325bddb\"><!-- wp:uagb/image {\"block_id\":\"ec8b3e56\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Blue-Roan-pool-1.png\",\"id\":1210,\"linkDestination\":\"none\",\"width\":480,\"height\":500,\"naturalWidth\":370,\"naturalHeight\":440,\"sizeSlug\":\"full\",\"sizeSlugTablet\":\"full\",\"sizeSlugMobile\":\"full\",\"customHeightSetDesktop\":true} -->\n<div class=\"wp-block-uagb-image uagb-block-ec8b3e56 wp-block-uagb-image--layout-default wp-block-uagb-image--effect-static wp-block-uagb-image--align-none\"><figure class=\"wp-block-uagb-image__figure\"><img srcset=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Blue-Roan-pool-1.png \" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Blue-Roan-pool-1.png\" alt=\"\" class=\"uag-image-1210\" width=\"480\" height=\"500\" title=\"\" loading=\"lazy\"/></figure></div>\n<!-- /wp:uagb/image --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"478756f7\",\"widthDesktop\":50,\"widthTablet\":100,\"variationSelected\":true,\"columnGapDesktop\":20,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-478756f7\"><!-- wp:uagb/image {\"block_id\":\"ebee7f1c\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/the-view-from-my-rooms-1024x768.jpg\",\"id\":1211,\"linkDestination\":\"none\",\"width\":960,\"height\":500,\"naturalWidth\":1024,\"naturalHeight\":768,\"sizeSlug\":\"large\",\"sizeSlugTablet\":\"large\",\"sizeSlugMobile\":\"large\",\"customHeightSetDesktop\":true} -->\n<div class=\"wp-block-uagb-image uagb-block-ebee7f1c wp-block-uagb-image--layout-default wp-block-uagb-image--effect-static wp-block-uagb-image--align-none\"><figure class=\"wp-block-uagb-image__figure\"><img srcset=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/the-view-from-my-rooms-1024x768.jpg \" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/the-view-from-my-rooms-1024x768.jpg\" alt=\"\" class=\"uag-image-1211\" width=\"960\" height=\"500\" title=\"\" loading=\"lazy\"/></figure></div>\n<!-- /wp:uagb/image --></div>\n<!-- /wp:uagb/container --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"21de7ef5\",\"innerContentWidth\":\"alignfull\",\"directionDesktop\":\"row\",\"wrapTablet\":\"wrap\",\"variationSelected\":true,\"rowGapTablet\":0,\"columnGapDesktop\":0,\"isBlockRootParent\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-21de7ef5 alignfull uagb-is-root-container\"><!-- wp:uagb/container {\"block_id\":\"e259fba4\",\"widthDesktop\":50,\"widthTablet\":100,\"variationSelected\":true,\"columnGapDesktop\":20,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-e259fba4\"><!-- wp:uagb/image {\"block_id\":\"ef79758e\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAAJDI0ZWY4NDc1LThjYjYtNDM3YS1iOTliLWNmOWQxYTJkMWU5MQ-1.png\",\"id\":1213,\"linkDestination\":\"none\",\"width\":960,\"height\":500,\"naturalWidth\":1000,\"naturalHeight\":667,\"sizeSlug\":\"full\",\"sizeSlugTablet\":\"full\",\"sizeSlugMobile\":\"full\",\"customHeightSetDesktop\":true} -->\n<div class=\"wp-block-uagb-image uagb-block-ef79758e wp-block-uagb-image--layout-default wp-block-uagb-image--effect-static wp-block-uagb-image--align-none\"><figure class=\"wp-block-uagb-image__figure\"><img srcset=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAAJDI0ZWY4NDc1LThjYjYtNDM3YS1iOTliLWNmOWQxYTJkMWU5MQ-1.png \" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAAJDI0ZWY4NDc1LThjYjYtNDM3YS1iOTliLWNmOWQxYTJkMWU5MQ-1.png\" alt=\"\" class=\"uag-image-1213\" width=\"960\" height=\"500\" title=\"\" loading=\"lazy\"/></figure></div>\n<!-- /wp:uagb/image --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"9309dc20\",\"widthDesktop\":25,\"variationSelected\":true,\"widthSetByUser\":true,\"UAGHideMob\":true,\"UAGResponsiveConditions\":true} -->\n<div class=\"wp-block-uagb-container uag-hide-mob uagb-block-9309dc20\"><!-- wp:uagb/image {\"block_id\":\"6b7a543c\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/bird-1-1024x683.jpg\",\"id\":1215,\"linkDestination\":\"none\",\"width\":480,\"height\":500,\"naturalWidth\":1024,\"naturalHeight\":683,\"sizeSlug\":\"large\",\"sizeSlugTablet\":\"large\",\"sizeSlugMobile\":\"large\",\"customHeightSetDesktop\":true} -->\n<div class=\"wp-block-uagb-image uagb-block-6b7a543c wp-block-uagb-image--layout-default wp-block-uagb-image--effect-static wp-block-uagb-image--align-none\"><figure class=\"wp-block-uagb-image__figure\"><img srcset=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/bird-1-1024x683.jpg \" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/bird-1-1024x683.jpg\" alt=\"\" class=\"uag-image-1215\" width=\"480\" height=\"500\" title=\"\" loading=\"lazy\"/></figure></div>\n<!-- /wp:uagb/image --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"f12b580a\",\"widthDesktop\":25,\"variationSelected\":true,\"widthSetByUser\":true,\"UAGHideMob\":true,\"UAGResponsiveConditions\":true} -->\n<div class=\"wp-block-uagb-container uag-hide-mob uagb-block-f12b580a\"><!-- wp:uagb/image {\"block_id\":\"57bd9aae\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/two-happy-boxers-1024x768.jpg\",\"id\":1216,\"linkDestination\":\"none\",\"width\":480,\"height\":500,\"naturalWidth\":1024,\"naturalHeight\":768,\"sizeSlug\":\"large\",\"sizeSlugTablet\":\"large\",\"sizeSlugMobile\":\"large\",\"customHeightSetDesktop\":true} -->\n<div class=\"wp-block-uagb-image uagb-block-57bd9aae wp-block-uagb-image--layout-default wp-block-uagb-image--effect-static wp-block-uagb-image--align-none\"><figure class=\"wp-block-uagb-image__figure\"><img srcset=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/two-happy-boxers-1024x768.jpg \" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/two-happy-boxers-1024x768.jpg\" alt=\"\" class=\"uag-image-1216\" width=\"480\" height=\"500\" title=\"\" loading=\"lazy\"/></figure></div>\n<!-- /wp:uagb/image --></div>\n<!-- /wp:uagb/container --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"e0804a20\",\"backgroundType\":\"color\",\"backgroundSizeTablet\":\"cover\",\"backgroundSizeMobile\":\"cover\",\"backgroundColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"topPaddingDesktop\":120,\"bottomPaddingDesktop\":120,\"topPaddingTablet\":80,\"bottomPaddingTablet\":80,\"leftPaddingTablet\":30,\"rightPaddingTablet\":30,\"topPaddingMobile\":80,\"bottomPaddingMobile\":80,\"leftPaddingMobile\":20,\"rightPaddingMobile\":20,\"paddingLink\":false,\"variationSelected\":true,\"rowGapDesktop\":0,\"rowGapTablet\":0,\"isBlockRootParent\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-e0804a20 alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/container {\"block_id\":\"21456565\",\"directionDesktop\":\"row\",\"alignItemsDesktop\":\"flex-end\",\"alignItemsTablet\":\"flex-end\",\"justifyContentDesktop\":\"flex-end\",\"justifyContentTablet\":\"space-between\",\"variationSelected\":true,\"rowGapMobile\":30,\"columnGapDesktop\":0} -->\n<div class=\"wp-block-uagb-container uagb-block-21456565\"><!-- wp:uagb/advanced-heading {\"block_id\":\"33e9ecc9\",\"classMigrate\":true,\"headingDescToggle\":true,\"subHeadingColor\":\"\",\"headSpace\":20,\"subHeadFontSize\":16} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-33e9ecc9\"><h2 class=\"uagb-heading-text\">Things to do in the area of Magaliesburg<br></h2><p class=\"uagb-desc-text\">Looking for more? Well, we believe that every guest walks into our lodge for the best experience. And, we are determined to do that.</p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/buttons {\"block_id\":\"5e7fe669\",\"classMigrate\":true,\"childMigrate\":true,\"align\":\"right\",\"alignTablet\":\"right\",\"alignMobile\":\"left\",\"gap\":0} -->\n<div class=\"wp-block-uagb-buttons uagb-buttons__outer-wrap uagb-btn__default-btn uagb-btn-tablet__default-btn uagb-btn-mobile__default-btn uagb-block-5e7fe669\"><div class=\"uagb-buttons__wrap uagb-buttons-layout-wrap\"><!-- wp:uagb/buttons-child {\"block_id\":\"bfa8b330\",\"label\":\"Get Bookings\",\"link\":\"#\",\"hColor\":\"\",\"borderWidth\":\"\",\"borderRadius\":\"\",\"borderStyle\":\"\",\"borderColor\":\"\",\"borderHColor\":\"\",\"btnBorderTopWidth\":1,\"btnBorderLeftWidth\":1,\"btnBorderRightWidth\":1,\"btnBorderBottomWidth\":1,\"btnBorderTopLeftRadius\":2,\"btnBorderTopRightRadius\":2,\"btnBorderBottomLeftRadius\":2,\"btnBorderBottomRightRadius\":2,\"btnBorderStyle\":\"solid\",\"btnBorderColor\":\"#333\",\"btnBorderHColor\":\"#333\"} -->\n<div class=\"wp-block-uagb-buttons-child uagb-buttons__outer-wrap uagb-block-bfa8b330 wp-block-button is-style-outline\"><div class=\"uagb-button__wrapper\"><a class=\"uagb-buttons-repeater wp-block-button__link\" href=\"#\" rel=\"follow noopener\" target=\"_self\"><div class=\"uagb-button__link\">Get Bookings</div></a></div></div>\n<!-- /wp:uagb/buttons-child --></div></div>\n<!-- /wp:uagb/buttons --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"0141d46a\",\"directionDesktop\":\"row\",\"alignItemsTablet\":\"flex-start\",\"paddingLink\":false,\"topMarginDesktop\":54,\"bottomMarginDesktop\":0,\"leftMarginDesktop\":0,\"rightMarginDesktop\":0,\"topMarginTablet\":30,\"bottomMarginTablet\":0,\"leftMarginTablet\":0,\"rightMarginTablet\":0,\"marginLink\":false,\"variationSelected\":true,\"rowGapMobile\":65,\"columnGapDesktop\":48,\"columnGapTablet\":20} -->\n<div class=\"wp-block-uagb-container uagb-block-0141d46a\"><!-- wp:uagb/info-box {\"classMigrate\":true,\"headingAlign\":\"left\",\"headingColor\":\"\",\"subHeadingColor\":\"\",\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"source_type\":\"image\",\"block_id\":\"4287dedd\",\"ctaTarget\":true,\"ctaType\":\"text\",\"ctaText\":\"READ MORE\",\"ctaLink\":\"https://www.sundowner.co.za/rooms/magalies-barbus-haven/\",\"ctaLinkColor\":\"var(\\u002d\\u002dast-global-color-0)\",\"ctaDecoration\":\"underline\",\"ctaFontSize\":12,\"ctaFontWeight\":\"600\",\"ctaLetterSpacing\":2,\"ctaBorderColor\":\"\",\"ctaBorderStyle\":\"\",\"ctaBorderWidth\":\"\",\"ctaBorderRadius\":\"\",\"iconBottomMargin\":30,\"iconImage\":{\"uploading\":false,\"date\":1671106052000,\"filename\":\"41b46e52d7427ea1f6f135454e9a012f.png\",\"menuOrder\":0,\"uploadedTo\":762,\"type\":\"image\",\"subtype\":\"png\",\"id\":1222,\"title\":\"41b46e52d7427ea1f6f135454e9a012f\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/41b46e52d7427ea1f6f135454e9a012f.png\",\"link\":\"https://blueroan.netgen.cloud/amenities/41b46e52d7427ea1f6f135454e9a012f/\",\"alt\":\"\",\"author\":\"2\",\"description\":\"\",\"caption\":\"\",\"name\":\"41b46e52d7427ea1f6f135454e9a012f\",\"status\":\"inherit\",\"modified\":1671106052000,\"mime\":\"image/png\",\"icon\":\"https://blueroan.netgen.cloud/wp-includes/images/media/default.png\",\"dateFormatted\":\"December 15, 2022\",\"nonces\":{\"update\":\"a33de4f0ef\",\"delete\":\"e6f9dee199\",\"edit\":\"6d436328bf\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=1222\\u0026action=edit\",\"meta\":false,\"authorName\":\"Netgen Support\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/profile.php\",\"uploadedToTitle\":\"Amenities\",\"uploadedToLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=762\\u0026action=edit\",\"filesizeInBytes\":326854,\"filesizeHumanReadable\":\"319 KB\",\"context\":\"\",\"height\":440,\"width\":370,\"orientation\":\"portrait\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/41b46e52d7427ea1f6f135454e9a012f-150x150.png\",\"orientation\":\"landscape\"},\"medium\":{\"height\":300,\"width\":252,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/41b46e52d7427ea1f6f135454e9a012f-252x300.png\",\"orientation\":\"portrait\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/41b46e52d7427ea1f6f135454e9a012f.png\",\"height\":440,\"width\":370,\"orientation\":\"portrait\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"imageSize\":\"full\",\"imageWidth\":100,\"imageWidthMobile\":100,\"imageWidthTablet\":100,\"paddingBtnTop\":10,\"paddingBtnBottom\":10,\"paddingBtnLeft\":14,\"paddingBtnRight\":14,\"imageWidthUnit\":\"%\",\"imageWidthUnitTablet\":\"%\",\"imageWidthUnitMobile\":\"%\",\"subHeadTopMargin\":0,\"subHeadRightMargin\":40,\"subHeadLeftMargin\":0,\"subHeadMarginTopTablet\":0,\"subHeadMarginRightTablet\":0,\"subHeadTabletSpace\":20,\"subHeadMarginLeftTablet\":0,\"imgTagHeight\":118,\"imgTagWidth\":370,\"btnBorderTopWidth\":1,\"btnBorderLeftWidth\":1,\"btnBorderRightWidth\":1,\"btnBorderBottomWidth\":1,\"btnBorderTopLeftRadius\":0,\"btnBorderTopRightRadius\":0,\"btnBorderBottomLeftRadius\":0,\"btnBorderBottomRightRadius\":0,\"btnBorderStyle\":\"solid\",\"btnBorderColor\":\"#333\"} -->\n<div class=\"wp-block-uagb-info-box uagb-block-4287dedd uagb-infobox__content-wrap  uagb-infobox-icon-above-title uagb-infobox-image-valign-top\"><div class=\"uagb-ifb-content\"><div class=\"uagb-ifb-image-content\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/41b46e52d7427ea1f6f135454e9a012f.png\" alt=\"\" width=\"100\" height=\"118\" loading=\"lazy\"/></div><div class=\"uagb-ifb-title-wrap\"><h3 class=\"uagb-ifb-title\">Fishing at Barbus Haven </h3></div><p class=\"uagb-ifb-desc\">The 2.5 hr Introductory fly fishing clinics cover the basic techniques required to fly fish effectively. </p><div class=\"uagb-ifb-button-wrapper wp-block-button\"><a href=\"https://www.sundowner.co.za/rooms/magalies-barbus-haven/\" target=\"_blank\" class=\"uagb-infobox-cta-link\" rel=\"noopener noreferrer\" alt=\"\"><span class=\"uagb-inline-editing\">READ MORE</span><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M504.3 273.6l-112.1 104c-6.992 6.484-17.18 8.218-25.94 4.406c-8.758-3.812-14.42-12.45-14.42-21.1L351.9 288H32C14.33 288 .0002 273.7 .0002 255.1S14.33 224 32 224h319.9l0-72c0-9.547 5.66-18.19 14.42-22c8.754-3.809 18.95-2.075 25.94 4.41l112.1 104C514.6 247.9 514.6 264.1 504.3 273.6z\"></path></svg></a></div></div></div>\n<!-- /wp:uagb/info-box -->\n\n<!-- wp:uagb/info-box {\"classMigrate\":true,\"headingAlign\":\"left\",\"headingColor\":\"\",\"subHeadingColor\":\"\",\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"source_type\":\"image\",\"block_id\":\"0d8bc8d3\",\"ctaTarget\":true,\"ctaType\":\"text\",\"ctaText\":\"READ MORE\",\"ctaLink\":\"https://www.thekingfisherlodge.co.za/activities/\",\"ctaLinkColor\":\"var(\\u002d\\u002dast-global-color-0)\",\"ctaDecoration\":\"underline\",\"ctaFontSize\":12,\"ctaFontWeight\":\"600\",\"ctaLetterSpacing\":2,\"ctaBorderColor\":\"\",\"ctaBorderStyle\":\"\",\"ctaBorderWidth\":\"\",\"ctaBorderRadius\":\"\",\"iconBottomMargin\":30,\"iconImage\":{\"uploading\":false,\"date\":1671106415000,\"filename\":\"IMG-20180619-WA0004.png\",\"menuOrder\":0,\"uploadedTo\":762,\"type\":\"image\",\"subtype\":\"png\",\"id\":1225,\"title\":\"IMG-20180619-WA0004\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/IMG-20180619-WA0004.png\",\"link\":\"https://blueroan.netgen.cloud/amenities/img-20180619-wa0004/\",\"alt\":\"\",\"author\":\"2\",\"description\":\"\",\"caption\":\"\",\"name\":\"img-20180619-wa0004\",\"status\":\"inherit\",\"modified\":1671106415000,\"mime\":\"image/png\",\"icon\":\"https://blueroan.netgen.cloud/wp-includes/images/media/default.png\",\"dateFormatted\":\"December 15, 2022\",\"nonces\":{\"update\":\"e988b6351d\",\"delete\":\"5d512e9cd1\",\"edit\":\"3a331dfabd\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=1225\\u0026action=edit\",\"meta\":false,\"authorName\":\"Netgen Support\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/profile.php\",\"uploadedToTitle\":\"Amenities\",\"uploadedToLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=762\\u0026action=edit\",\"filesizeInBytes\":276116,\"filesizeHumanReadable\":\"270 KB\",\"context\":\"\",\"height\":440,\"width\":370,\"orientation\":\"portrait\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/IMG-20180619-WA0004-150x150.png\",\"orientation\":\"landscape\"},\"medium\":{\"height\":300,\"width\":252,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/IMG-20180619-WA0004-252x300.png\",\"orientation\":\"portrait\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/IMG-20180619-WA0004.png\",\"height\":440,\"width\":370,\"orientation\":\"portrait\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"imageSize\":\"full\",\"imageWidth\":100,\"imageWidthMobile\":100,\"imageWidthTablet\":100,\"paddingBtnTop\":10,\"paddingBtnBottom\":10,\"paddingBtnLeft\":14,\"paddingBtnRight\":14,\"imageWidthUnit\":\"%\",\"imageWidthUnitTablet\":\"%\",\"imageWidthUnitMobile\":\"%\",\"subHeadTopMargin\":0,\"subHeadRightMargin\":40,\"subHeadLeftMargin\":0,\"subHeadMarginTopTablet\":0,\"subHeadMarginRightTablet\":0,\"subHeadTabletSpace\":20,\"subHeadMarginLeftTablet\":0,\"imgTagHeight\":118,\"imgTagWidth\":370,\"btnBorderTopWidth\":1,\"btnBorderLeftWidth\":1,\"btnBorderRightWidth\":1,\"btnBorderBottomWidth\":1,\"btnBorderTopLeftRadius\":0,\"btnBorderTopRightRadius\":0,\"btnBorderBottomLeftRadius\":0,\"btnBorderBottomRightRadius\":0,\"btnBorderStyle\":\"solid\",\"btnBorderColor\":\"#333\"} -->\n<div class=\"wp-block-uagb-info-box uagb-block-0d8bc8d3 uagb-infobox__content-wrap  uagb-infobox-icon-above-title uagb-infobox-image-valign-top\"><div class=\"uagb-ifb-content\"><div class=\"uagb-ifb-image-content\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/IMG-20180619-WA0004.png\" alt=\"\" width=\"100\" height=\"118\" loading=\"lazy\"/></div><div class=\"uagb-ifb-title-wrap\"><h3 class=\"uagb-ifb-title\">Fishing at Kingfisher </h3></div><p class=\"uagb-ifb-desc\">The opportunity to fish for Rainbow Trout or the elusive Brown Trout. Kingfisher offers rod hires at their venue. <br></p><div class=\"uagb-ifb-button-wrapper wp-block-button\"><a href=\"https://www.thekingfisherlodge.co.za/activities/\" target=\"_blank\" class=\"uagb-infobox-cta-link\" rel=\"noopener noreferrer\" alt=\"\"><span class=\"uagb-inline-editing\">READ MORE</span><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M504.3 273.6l-112.1 104c-6.992 6.484-17.18 8.218-25.94 4.406c-8.758-3.812-14.42-12.45-14.42-21.1L351.9 288H32C14.33 288 .0002 273.7 .0002 255.1S14.33 224 32 224h319.9l0-72c0-9.547 5.66-18.19 14.42-22c8.754-3.809 18.95-2.075 25.94 4.41l112.1 104C514.6 247.9 514.6 264.1 504.3 273.6z\"></path></svg></a></div></div></div>\n<!-- /wp:uagb/info-box -->\n\n<!-- wp:uagb/info-box {\"classMigrate\":true,\"headingAlign\":\"left\",\"headingColor\":\"\",\"subHeadingColor\":\"\",\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"source_type\":\"image\",\"block_id\":\"14bd8be1\",\"ctaType\":\"text\",\"ctaText\":\"READ MORE\",\"ctaLinkColor\":\"var(\\u002d\\u002dast-global-color-0)\",\"ctaDecoration\":\"underline\",\"ctaFontSize\":12,\"ctaFontWeight\":\"600\",\"ctaLetterSpacing\":2,\"ctaBorderColor\":\"\",\"ctaBorderStyle\":\"\",\"ctaBorderWidth\":\"\",\"ctaBorderRadius\":\"\",\"iconBottomMargin\":30,\"iconImage\":{\"id\":241,\"title\":\"beach\",\"filename\":\"beach.jpg\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/beach.jpg\",\"link\":\"https://blueroan.netgen.cloud/beach/\",\"alt\":\"\",\"author\":\"34\",\"description\":\"\",\"caption\":\"\",\"name\":\"beach\",\"status\":\"inherit\",\"uploadedTo\":0,\"date\":\"2021-05-11T10:56:06.000Z\",\"modified\":\"2021-05-11T10:56:06.000Z\",\"menuOrder\":0,\"mime\":\"image/jpeg\",\"type\":\"image\",\"subtype\":\"jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/default.png\",\"dateFormatted\":\"May 11, 2021\",\"nonces\":{\"update\":\"65c348aac8\",\"delete\":\"6d551f7cf4\",\"edit\":\"026ca70d91\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=241\\u0026action=edit\",\"meta\":false,\"authorName\":\"Rishabh\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/user-edit.php?user_id=34\",\"filesizeInBytes\":38094,\"filesizeHumanReadable\":\"37 KB\",\"context\":\"\",\"height\":440,\"width\":370,\"orientation\":\"portrait\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/beach-150x150.jpg\",\"orientation\":\"landscape\"},\"medium\":{\"height\":300,\"width\":252,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/beach-252x300-1.jpg\",\"orientation\":\"portrait\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/beach.jpg\",\"height\":440,\"width\":370,\"orientation\":\"portrait\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"imageSize\":\"full\",\"imageWidth\":100,\"imageWidthMobile\":100,\"imageWidthTablet\":100,\"paddingBtnTop\":10,\"paddingBtnBottom\":10,\"paddingBtnLeft\":14,\"paddingBtnRight\":14,\"imageWidthUnit\":\"%\",\"imageWidthUnitTablet\":\"%\",\"imageWidthUnitMobile\":\"%\",\"subHeadTopMargin\":0,\"subHeadRightMargin\":40,\"subHeadLeftMargin\":0,\"subHeadMarginTopTablet\":0,\"subHeadMarginRightTablet\":0,\"subHeadTabletSpace\":20,\"subHeadMarginLeftTablet\":0,\"imgTagHeight\":118,\"imgTagWidth\":370,\"btnBorderTopWidth\":1,\"btnBorderLeftWidth\":1,\"btnBorderRightWidth\":1,\"btnBorderBottomWidth\":1,\"btnBorderTopLeftRadius\":0,\"btnBorderTopRightRadius\":0,\"btnBorderBottomLeftRadius\":0,\"btnBorderBottomRightRadius\":0,\"btnBorderStyle\":\"solid\",\"btnBorderColor\":\"#333\"} -->\n<div class=\"wp-block-uagb-info-box uagb-block-14bd8be1 uagb-infobox__content-wrap  uagb-infobox-icon-above-title uagb-infobox-image-valign-top\"><div class=\"uagb-ifb-content\"><div class=\"uagb-ifb-image-content\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/beach.jpg\" alt=\"\" width=\"100\" height=\"118\" loading=\"lazy\"/></div><div class=\"uagb-ifb-title-wrap\"><h3 class=\"uagb-ifb-title\">Private Beach​</h3></div><p class=\"uagb-ifb-desc\">Want to take a dip into the sea? All our guests get complimentary access to our private beach.</p><div class=\"uagb-ifb-button-wrapper wp-block-button\"><a href=\"\" target=\"_self\" class=\"uagb-infobox-cta-link uagb-disable-link\" rel=\"noopener noreferrer\" alt=\"\"><span class=\"uagb-inline-editing\">READ MORE</span><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M504.3 273.6l-112.1 104c-6.992 6.484-17.18 8.218-25.94 4.406c-8.758-3.812-14.42-12.45-14.42-21.1L351.9 288H32C14.33 288 .0002 273.7 .0002 255.1S14.33 224 32 224h319.9l0-72c0-9.547 5.66-18.19 14.42-22c8.754-3.809 18.95-2.075 25.94 4.41l112.1 104C514.6 247.9 514.6 264.1 504.3 273.6z\"></path></svg></a></div></div></div>\n<!-- /wp:uagb/info-box --></div>\n<!-- /wp:uagb/container --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"b2a558fc\",\"backgroundType\":\"color\",\"backgroundSizeTablet\":\"cover\",\"backgroundSizeMobile\":\"cover\",\"backgroundColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"topPaddingDesktop\":50,\"bottomPaddingDesktop\":100,\"topPaddingTablet\":50,\"bottomPaddingTablet\":25,\"leftPaddingTablet\":20,\"rightPaddingTablet\":20,\"topPaddingMobile\":50,\"bottomPaddingMobile\":20,\"leftPaddingMobile\":20,\"rightPaddingMobile\":20,\"paddingLink\":false,\"variationSelected\":true,\"rowGapDesktop\":0,\"isBlockRootParent\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-b2a558fc alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/container {\"block_id\":\"de04bc43\",\"directionDesktop\":\"row\",\"alignItemsTablet\":\"flex-start\",\"paddingLink\":false,\"topMarginDesktop\":50,\"bottomMarginDesktop\":20,\"leftMarginDesktop\":0,\"rightMarginDesktop\":0,\"marginLink\":false,\"variationSelected\":true,\"rowGapMobile\":65,\"columnGapDesktop\":48,\"columnGapTablet\":20} -->\n<div class=\"wp-block-uagb-container uagb-block-de04bc43\"><!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"align\":\"center\",\"id\":1222,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image aligncenter size-full\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/41b46e52d7427ea1f6f135454e9a012f.png\" alt=\"\" class=\"wp-image-1222\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"textAlign\":\"center\",\"level\":3} -->\n<h3 class=\"has-text-align-center\">Fishing </h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>The dam has trout (stocked), bass, vlei Kuper and carp. Fly fishers seeking a unique challenge visit our establishment in search of the large &amp; small scale Yellow fish.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:buttons -->\n<div class=\"wp-block-buttons\"><!-- wp:button {\"align\":\"left\"} -->\n<div class=\"wp-block-button alignleft\"><a class=\"wp-block-button__link wp-element-button\" href=\"https://www.sundowner.co.za/rooms/magalies-barbus-haven/\" target=\"_blank\" rel=\"noreferrer noopener\">Barbus Haven</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons -->\n\n<!-- wp:paragraph -->\n<p>The opportunity to fish for Rainbow Trout or the elusive Brown Trout. Kingfisher offers rod hires at their venue. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:buttons -->\n<div class=\"wp-block-buttons\"><!-- wp:button {\"align\":\"left\"} -->\n<div class=\"wp-block-button alignleft\"><a class=\"wp-block-button__link wp-element-button\" href=\"https://www.thekingfisherlodge.co.za/activities/\" target=\"_blank\" rel=\"noreferrer noopener\">Kingfisher</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":1235,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Maseke-MTB-MvZ-3-1024x683-1.png\" alt=\"\" class=\"wp-image-1235\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>Mountain biking </h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>It is a privately owned nature reserve that offers mountain biking.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:spacer {\"height\":\"20px\"} -->\n<div style=\"height:20px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:buttons -->\n<div class=\"wp-block-buttons\"><!-- wp:button -->\n<div class=\"wp-block-button\"><a class=\"wp-block-button__link wp-element-button\" href=\"http://ingwebushcamp.yolasite.com/\" target=\"_blank\" rel=\"noreferrer noopener\">Ingwe Bush Camp&nbsp;</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons -->\n\n<!-- wp:paragraph -->\n<p>With over 80km of trails, Van Gaalen&nbsp;has something to offer for every kind of athlete, from beginner to advanced.<br></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:buttons -->\n<div class=\"wp-block-buttons\"><!-- wp:button -->\n<div class=\"wp-block-button\"><a class=\"wp-block-button__link wp-element-button\" href=\"https://www.vangaalen.co.za/products\" target=\"_blank\" rel=\"noreferrer noopener\">Van Gaalen\'s</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":830,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/ef9d0188da11e2bc56788f5619d9d539.png\" alt=\"\" class=\"wp-image-830\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>Quad biking </h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>We have quads suitable for kiddies, tweens, teens, and adults. We have mini quads and fully automatic 150cc quads.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:spacer {\"height\":\"2px\"} -->\n<div style=\"height:2px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:buttons -->\n<div class=\"wp-block-buttons\"><!-- wp:button -->\n<div class=\"wp-block-button\"><a class=\"wp-block-button__link wp-element-button\" href=\"https://www.saddlecreekadventures.co.za/activity/quad-biking/\" target=\"_blank\" rel=\"noreferrer noopener\">Saddle Creek Ranch</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons -->\n\n<!-- wp:paragraph -->\n<p>A 700-meter monster track, the longest and most exciting track in Gauteng!</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:spacer {\"height\":\"2px\"} -->\n<div style=\"height:2px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:buttons -->\n<div class=\"wp-block-buttons\"><!-- wp:button -->\n<div class=\"wp-block-button\"><a class=\"wp-block-button__link wp-element-button\" href=\"http://www.swartkrans.co.za/\" target=\"_blank\" rel=\"noreferrer noopener\">Swartkrans Go-Karting&nbsp;</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"align\":\"center\",\"id\":1198,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image aligncenter size-full\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/eyJidWNrZXQiOiJhc3NldHMuYWxsdHJhaWxzLmNvbSIsImtleSI6InVwbG9hZHMvcGhvdG8vaW1hZ2UvNDMxNzk4MTAvYjZkYTAz-1.png\" alt=\"\" class=\"wp-image-1198\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>Horse riding </h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Join us for an unforgettable horse riding experience in the peaceful countryside, with beautiful mountain scenery and lovely bush trails.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:buttons -->\n<div class=\"wp-block-buttons\"><!-- wp:button -->\n<div class=\"wp-block-button\"><a class=\"wp-block-button__link wp-element-button\" href=\"https://www.saddlecreekadventures.co.za/activity/horse-riding/\" target=\"_blank\" rel=\"noreferrer noopener\">Saddle Creek Ranch</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":1185,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/49089607_1950305445047847_5177863042771189760_n.png\" alt=\"\" class=\"wp-image-1185\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>Game drives </h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Enjoy a thrilling and educational adventure with our experienced guides.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:spacer {\"height\":\"5px\"} -->\n<div style=\"height:5px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:buttons -->\n<div class=\"wp-block-buttons\"><!-- wp:button -->\n<div class=\"wp-block-button\"><a class=\"wp-block-button__link wp-element-button\" href=\"https://www.rhinolion.co.za/visitors-guide/activity-index/game-drives/\" target=\"_blank\" rel=\"noreferrer noopener\">Rhino &amp; Lion Park</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons -->\n\n<!-- wp:paragraph -->\n<p>Our guided game-viewing drives take place each day in the morning and afternoon, as this is when the animals are most active.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:buttons -->\n<div class=\"wp-block-buttons\"><!-- wp:button -->\n<div class=\"wp-block-button\"><a class=\"wp-block-button__link wp-element-button\" href=\"https://www.africanhillslodge.co.za/experience/\" target=\"_blank\" rel=\"noreferrer noopener\">Askari Game Lodge</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":1196,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Michelle_1.png\" alt=\"\" class=\"wp-image-1196\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>Horse riding </h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Interested riders can book at one of the recommended horse-riding establishments listed further down this page.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"340bc745\",\"innerContentCustomWidthDesktop\":781,\"innerContentCustomWidthTablet\":781,\"backgroundType\":\"image\",\"backgroundImageDesktop\":{\"id\":54,\"title\":\"background-img\",\"filename\":\"background-img-1.jpg\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/background-img-1.jpg\",\"link\":\"https://blueroan.netgen.cloud/background-img-2/\",\"alt\":\"\",\"author\":\"34\",\"description\":\"\",\"caption\":\"\",\"name\":\"background-img-2\",\"status\":\"inherit\",\"uploadedTo\":0,\"date\":\"2021-05-07T10:11:37.000Z\",\"modified\":\"2021-05-07T10:11:37.000Z\",\"menuOrder\":0,\"mime\":\"image/jpeg\",\"type\":\"image\",\"subtype\":\"jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/default.png\",\"dateFormatted\":\"May 7, 2021\",\"nonces\":{\"update\":\"bb999636b9\",\"delete\":\"d2e1375bc4\",\"edit\":\"005dd2f0c9\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=54\\u0026action=edit\",\"meta\":false,\"authorName\":\"Rishabh\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/user-edit.php?user_id=34\",\"filesizeInBytes\":338858,\"filesizeHumanReadable\":\"331 KB\",\"context\":\"\",\"height\":1080,\"width\":1920,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/background-img-1-150x150.jpg\",\"orientation\":\"landscape\"},\"medium\":{\"height\":169,\"width\":300,\"url\":\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/background-img-1-300x169.jpg\",\"orientation\":\"landscape\"},\"large\":{\"height\":576,\"width\":1024,\"url\":\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/background-img-1-1024x576.jpg\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/background-img-1.jpg\",\"height\":1080,\"width\":1920,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"backgroundImageColor\":\"rgba(42,42,42,0.65)\",\"topPaddingDesktop\":144,\"bottomPaddingDesktop\":144,\"leftPaddingDesktop\":40,\"rightPaddingDesktop\":40,\"topPaddingTablet\":80,\"bottomPaddingTablet\":80,\"leftPaddingTablet\":40,\"rightPaddingTablet\":40,\"topPaddingMobile\":64,\"bottomPaddingMobile\":64,\"leftPaddingMobile\":24,\"rightPaddingMobile\":24,\"paddingLink\":false,\"variationSelected\":true,\"isBlockRootParent\":true,\"overlayType\":\"color\"} -->\n<div class=\"wp-block-uagb-container uagb-block-340bc745 alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/advanced-heading {\"block_id\":\"fbd6a74d\",\"classMigrate\":true,\"headingDescToggle\":true,\"headingAlign\":\"center\",\"headingColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"subHeadingColor\":\"var(\\u002d\\u002dast-global-color-4)\",\"headSpace\":20} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-fbd6a74d\"><h2 class=\"uagb-heading-text\">Plan an Unforgettable Experience in Mykonos Today!</h2><p class=\"uagb-desc-text\">We can help you fit your stay and experience within your allotted budget.</p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/advanced-heading {\"block_id\":\"d819752b\",\"classMigrate\":true,\"headingTitleToggle\":false,\"headingDescToggle\":true,\"headingAlign\":\"center\",\"subHeadingColor\":\"var(\\u002d\\u002dast-global-color-4)\",\"subHeadTransform\":\"uppercase\",\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"subHeadLetterSpacing\":2,\"blockTopPadding\":60,\"blockRightPadding\":0,\"blockLeftPadding\":0,\"blockBottomPadding\":0,\"blockTopPaddingMobile\":30,\"blockRightPaddingMobile\":0,\"blockLeftPaddingMobile\":0,\"blockBottomPaddingMobile\":0} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-d819752b\"><p class=\"uagb-desc-text\">BOOK YOUR STAY NOW​</p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/icon-list {\"block_id\":\"38ee6f66\",\"classMigrate\":true,\"childMigrate\":true,\"align\":\"center\",\"parentIcon\":\"phone\",\"size\":40,\"sizeMobile\":24,\"sizeTablet\":32,\"fontSize\":48,\"fontSizeMobile\":28,\"fontSizeTablet\":40,\"fontWeight\":\"600\",\"iconColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"labelColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"blockTopPadding\":0,\"blockRightPadding\":0,\"blockLeftPadding\":0,\"blockBottomPadding\":24,\"blockPaddingLink\":false} -->\n<div class=\"wp-block-uagb-icon-list uagb-block-38ee6f66\"><div class=\"uagb-icon-list__wrap\"><!-- wp:uagb/icon-list-child {\"block_id\":\"bd007a57\",\"label\":\"+1-123 456 7890​\",\"label_color\":\"\",\"fromParentIcon\":\"phone\",\"imageSizeChild\":40} -->\n<div class=\"wp-block-uagb-icon-list-child uagb-block-bd007a57\"><span class=\"uagb-icon-list__source-wrap\"><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M511.2 387l-23.25 100.8c-3.266 14.25-15.79 24.22-30.46 24.22C205.2 512 0 306.8 0 54.5c0-14.66 9.969-27.2 24.22-30.45l100.8-23.25C139.7-2.602 154.7 5.018 160.8 18.92l46.52 108.5c5.438 12.78 1.77 27.67-8.98 36.45L144.5 207.1c33.98 69.22 90.26 125.5 159.5 159.5l44.08-53.8c8.688-10.78 23.69-14.51 36.47-8.975l108.5 46.51C506.1 357.2 514.6 372.4 511.2 387z\"></path></svg></span><span class=\"uagb-icon-list__label\">+1-123 456 7890​</span></div>\n<!-- /wp:uagb/icon-list-child --></div></div>\n<!-- /wp:uagb/icon-list --></div></div>\n<!-- /wp:uagb/container -->',	'Amenities',	'',	'inherit',	'closed',	'closed',	'',	'762-revision-v1',	'',	'',	'2022-12-15 12:51:34',	'2022-12-15 12:51:34',	'',	762,	'https://blueroan.netgen.cloud/?p=1253',	0,	'revision',	'',	0),
(1254,	2,	'2022-12-15 12:52:10',	'2022-12-15 12:52:10',	'<!-- wp:uagb/container {\"block_id\":\"eae9bc63\",\"backgroundType\":\"image\",\"backgroundImageDesktop\":{\"id\":1007,\"title\":\"AAEAAQAAAAAAAAAAAAAAJDg5NmY0ZGUxLWE4MTgtNDY5NC1iODFhLTBmN2Q0ZDc5ZWFiNw-1\",\"filename\":\"AAEAAQAAAAAAAAAAAAAAJDg5NmY0ZGUxLWE4MTgtNDY5NC1iODFhLTBmN2Q0ZDc5ZWFiNw-1.png\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAAJDg5NmY0ZGUxLWE4MTgtNDY5NC1iODFhLTBmN2Q0ZDc5ZWFiNw-1.png\",\"link\":\"https://blueroan.netgen.cloud/the-barn/aaeaaqaaaaaaaaaaaaaajdg5nmy0zguxlwe4mtgtndy5nc1iodfhltbmn2q0zdc5zwfinw-1/\",\"alt\":\"\",\"author\":\"2\",\"description\":\"\",\"caption\":\"\",\"name\":\"aaeaaqaaaaaaaaaaaaaajdg5nmy0zguxlwe4mtgtndy5nc1iodfhltbmn2q0zdc5zwfinw-1\",\"status\":\"inherit\",\"uploadedTo\":948,\"date\":\"2022-12-14T10:50:25.000Z\",\"modified\":\"2022-12-14T10:50:25.000Z\",\"menuOrder\":0,\"mime\":\"image/png\",\"type\":\"image\",\"subtype\":\"png\",\"icon\":\"https://blueroan.netgen.cloud/wp-includes/images/media/default.png\",\"dateFormatted\":\"December 14, 2022\",\"nonces\":{\"update\":\"483f8bdf3d\",\"delete\":\"0a7ebc92ef\",\"edit\":\"6bc1c6a685\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=1007\\u0026action=edit\",\"meta\":false,\"authorName\":\"Netgen Support\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/profile.php\",\"uploadedToTitle\":\"The Barn\",\"uploadedToLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=948\\u0026action=edit\",\"filesizeInBytes\":1348989,\"filesizeHumanReadable\":\"1 MB\",\"context\":\"\",\"height\":667,\"width\":1000,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAAJDg5NmY0ZGUxLWE4MTgtNDY5NC1iODFhLTBmN2Q0ZDc5ZWFiNw-1-150x150.png\",\"orientation\":\"landscape\"},\"medium\":{\"height\":200,\"width\":300,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAAJDg5NmY0ZGUxLWE4MTgtNDY5NC1iODFhLTBmN2Q0ZDc5ZWFiNw-1-300x200.png\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAAJDg5NmY0ZGUxLWE4MTgtNDY5NC1iODFhLTBmN2Q0ZDc5ZWFiNw-1.png\",\"height\":667,\"width\":1000,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"backgroundPositionDesktop\":{\"x\":0.61,\"y\":0.52},\"backgroundSizeTablet\":\"cover\",\"backgroundSizeMobile\":\"cover\",\"backgroundColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"backgroundImageColor\":\"rgba(42,42,42,0.5)\",\"topPaddingDesktop\":220,\"bottomPaddingDesktop\":150,\"topPaddingTablet\":170,\"bottomPaddingTablet\":160,\"leftPaddingTablet\":30,\"rightPaddingTablet\":30,\"topPaddingMobile\":180,\"bottomPaddingMobile\":80,\"leftPaddingMobile\":20,\"rightPaddingMobile\":20,\"paddingLink\":false,\"variationSelected\":true,\"isBlockRootParent\":true,\"overlayType\":\"color\"} -->\n<div class=\"wp-block-uagb-container uagb-block-eae9bc63 alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/advanced-heading {\"block_id\":\"de18e77a\",\"classMigrate\":true,\"headingDescToggle\":true,\"headingColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"subHeadingColor\":\"var(\\u002d\\u002dast-global-color-4)\",\"headingTag\":\"h1\",\"headSpace\":20,\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"blockTopPadding\":0,\"blockRightPadding\":50,\"blockLeftPadding\":0,\"blockBottomPadding\":0,\"blockTopPaddingTablet\":0,\"blockRightPaddingTablet\":20,\"blockLeftPaddingTablet\":0,\"blockBottomPaddingTablet\":0,\"blockTopPaddingMobile\":0,\"blockRightPaddingMobile\":0,\"blockLeftPaddingMobile\":0,\"blockBottomPaddingMobile\":0,\"blockPaddingUnit\":\"%\",\"blockPaddingUnitTablet\":\"%\"} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-de18e77a\"><h1 class=\"uagb-heading-text\">Amenities &amp; Interests​</h1><p class=\"uagb-desc-text\">We do not give you just rooms to stay in. We give you an environment where you can experience the best while on a holiday with us. </p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:buttons -->\n<div class=\"wp-block-buttons\"><!-- wp:button -->\n<div class=\"wp-block-button\"><a class=\"wp-block-button__link wp-element-button\" href=\"https://book.nightsbridge.com/11065\" target=\"_blank\" rel=\"noreferrer noopener\">BOOK NOW</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"61259d50\",\"backgroundType\":\"color\",\"backgroundSizeTablet\":\"cover\",\"backgroundSizeMobile\":\"cover\",\"backgroundColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"topPaddingDesktop\":50,\"bottomPaddingDesktop\":100,\"topPaddingTablet\":50,\"bottomPaddingTablet\":25,\"leftPaddingTablet\":20,\"rightPaddingTablet\":20,\"topPaddingMobile\":50,\"bottomPaddingMobile\":20,\"leftPaddingMobile\":20,\"rightPaddingMobile\":20,\"paddingLink\":false,\"variationSelected\":true,\"rowGapDesktop\":0,\"isBlockRootParent\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-61259d50 alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/container {\"block_id\":\"c7aa6a78\",\"directionDesktop\":\"row\",\"alignItemsTablet\":\"flex-start\",\"paddingLink\":false,\"topMarginDesktop\":50,\"bottomMarginDesktop\":20,\"leftMarginDesktop\":0,\"rightMarginDesktop\":0,\"marginLink\":false,\"variationSelected\":true,\"rowGapMobile\":65,\"columnGapDesktop\":48,\"columnGapTablet\":20} -->\n<div class=\"wp-block-uagb-container uagb-block-c7aa6a78\"><!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"align\":\"center\",\"id\":828,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image aligncenter size-full\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Blue-Roan-pool.png\" alt=\"Blue Roan\'s rock pool\" class=\"wp-image-828\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>A relaxing rock Pool​</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>We have a lovely sparkling blue rock pool next to a thatched Lapa. &nbsp;&nbsp;Lie on recliners on the green lawn or sit on the swing chair in the Lapa and enjoy the panoramic view of the Magaliesberg mountain range.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":829,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/img-20160605-wa0002-largejpg.png\" alt=\"\" class=\"wp-image-829\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>Braai facilities </h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>What can compare to a burning fire under the star-lit African sky? Nothing beats the flavor of cooking over an open flame.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":830,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/ef9d0188da11e2bc56788f5619d9d539.png\" alt=\"\" class=\"wp-image-830\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>A games room </h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>The reception is also a games room for those who enjoy darts or playing pool. &nbsp;Take a selection of DVDs back to your room and watch movies on your own DVD player. &nbsp;There is also a selection of board games and music CDs that you can borrow.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"align\":\"center\",\"id\":1198,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image aligncenter size-full\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/eyJidWNrZXQiOiJhc3NldHMuYWxsdHJhaWxzLmNvbSIsImtleSI6InVwbG9hZHMvcGhvdG8vaW1hZ2UvNDMxNzk4MTAvYjZkYTAz-1.png\" alt=\"\" class=\"wp-image-1198\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>Walking or hiking </h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>There is a well-kept walking trail on our property with plenty of bird life and some benches along the way. &nbsp;It is safe for dogs to run off-leash as it is completely fenced all around. &nbsp;For those who enjoy long walks and hikes, it is safe to cross onto neighbouring farms and go as far as the eye can see.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":1185,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/49089607_1950305445047847_5177863042771189760_n.png\" alt=\"\" class=\"wp-image-1185\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>Mountain biking </h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Bring your mountain bikes and explore the surrounding countryside on safe off-road tracks on our property and on neighbouring farms.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":1196,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Michelle_1.png\" alt=\"\" class=\"wp-image-1196\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>Horse riding </h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Interested riders can book at one of the recommended horse-riding establishments listed further down this page.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"6d626a2f\",\"innerContentWidth\":\"alignfull\",\"directionDesktop\":\"row\",\"wrapTablet\":\"wrap\",\"variationSelected\":true,\"rowGapTablet\":0,\"columnGapDesktop\":0,\"isBlockRootParent\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-6d626a2f alignfull uagb-is-root-container\"><!-- wp:uagb/container {\"block_id\":\"74dc9663\",\"widthDesktop\":25,\"widthTablet\":50,\"variationSelected\":true,\"widthSetByUser\":true,\"UAGHideMob\":true,\"UAGResponsiveConditions\":true} -->\n<div class=\"wp-block-uagb-container uag-hide-mob uagb-block-74dc9663\"><!-- wp:uagb/image {\"block_id\":\"4aef6f07\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-18-1-1024x768.jpg\",\"id\":1208,\"linkDestination\":\"none\",\"width\":480,\"height\":500,\"naturalWidth\":1024,\"naturalHeight\":768,\"sizeSlug\":\"large\",\"sizeSlugTablet\":\"large\",\"sizeSlugMobile\":\"large\",\"customHeightSetDesktop\":true} -->\n<div class=\"wp-block-uagb-image uagb-block-4aef6f07 wp-block-uagb-image--layout-default wp-block-uagb-image--effect-static wp-block-uagb-image--align-none\"><figure class=\"wp-block-uagb-image__figure\"><img srcset=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-18-1-1024x768.jpg \" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-18-1-1024x768.jpg\" alt=\"\" class=\"uag-image-1208\" width=\"480\" height=\"500\" title=\"\" loading=\"lazy\"/></figure></div>\n<!-- /wp:uagb/image --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"f325bddb\",\"widthDesktop\":25,\"widthTablet\":50,\"variationSelected\":true,\"widthSetByUser\":true,\"UAGHideMob\":true,\"UAGResponsiveConditions\":true} -->\n<div class=\"wp-block-uagb-container uag-hide-mob uagb-block-f325bddb\"><!-- wp:uagb/image {\"block_id\":\"ec8b3e56\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Blue-Roan-pool-1.png\",\"id\":1210,\"linkDestination\":\"none\",\"width\":480,\"height\":500,\"naturalWidth\":370,\"naturalHeight\":440,\"sizeSlug\":\"full\",\"sizeSlugTablet\":\"full\",\"sizeSlugMobile\":\"full\",\"customHeightSetDesktop\":true} -->\n<div class=\"wp-block-uagb-image uagb-block-ec8b3e56 wp-block-uagb-image--layout-default wp-block-uagb-image--effect-static wp-block-uagb-image--align-none\"><figure class=\"wp-block-uagb-image__figure\"><img srcset=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Blue-Roan-pool-1.png \" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Blue-Roan-pool-1.png\" alt=\"\" class=\"uag-image-1210\" width=\"480\" height=\"500\" title=\"\" loading=\"lazy\"/></figure></div>\n<!-- /wp:uagb/image --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"478756f7\",\"widthDesktop\":50,\"widthTablet\":100,\"variationSelected\":true,\"columnGapDesktop\":20,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-478756f7\"><!-- wp:uagb/image {\"block_id\":\"ebee7f1c\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/the-view-from-my-rooms-1024x768.jpg\",\"id\":1211,\"linkDestination\":\"none\",\"width\":960,\"height\":500,\"naturalWidth\":1024,\"naturalHeight\":768,\"sizeSlug\":\"large\",\"sizeSlugTablet\":\"large\",\"sizeSlugMobile\":\"large\",\"customHeightSetDesktop\":true} -->\n<div class=\"wp-block-uagb-image uagb-block-ebee7f1c wp-block-uagb-image--layout-default wp-block-uagb-image--effect-static wp-block-uagb-image--align-none\"><figure class=\"wp-block-uagb-image__figure\"><img srcset=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/the-view-from-my-rooms-1024x768.jpg \" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/the-view-from-my-rooms-1024x768.jpg\" alt=\"\" class=\"uag-image-1211\" width=\"960\" height=\"500\" title=\"\" loading=\"lazy\"/></figure></div>\n<!-- /wp:uagb/image --></div>\n<!-- /wp:uagb/container --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"21de7ef5\",\"innerContentWidth\":\"alignfull\",\"directionDesktop\":\"row\",\"wrapTablet\":\"wrap\",\"variationSelected\":true,\"rowGapTablet\":0,\"columnGapDesktop\":0,\"isBlockRootParent\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-21de7ef5 alignfull uagb-is-root-container\"><!-- wp:uagb/container {\"block_id\":\"e259fba4\",\"widthDesktop\":50,\"widthTablet\":100,\"variationSelected\":true,\"columnGapDesktop\":20,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-e259fba4\"><!-- wp:uagb/image {\"block_id\":\"ef79758e\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAAJDI0ZWY4NDc1LThjYjYtNDM3YS1iOTliLWNmOWQxYTJkMWU5MQ-1.png\",\"id\":1213,\"linkDestination\":\"none\",\"width\":960,\"height\":500,\"naturalWidth\":1000,\"naturalHeight\":667,\"sizeSlug\":\"full\",\"sizeSlugTablet\":\"full\",\"sizeSlugMobile\":\"full\",\"customHeightSetDesktop\":true} -->\n<div class=\"wp-block-uagb-image uagb-block-ef79758e wp-block-uagb-image--layout-default wp-block-uagb-image--effect-static wp-block-uagb-image--align-none\"><figure class=\"wp-block-uagb-image__figure\"><img srcset=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAAJDI0ZWY4NDc1LThjYjYtNDM3YS1iOTliLWNmOWQxYTJkMWU5MQ-1.png \" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAAJDI0ZWY4NDc1LThjYjYtNDM3YS1iOTliLWNmOWQxYTJkMWU5MQ-1.png\" alt=\"\" class=\"uag-image-1213\" width=\"960\" height=\"500\" title=\"\" loading=\"lazy\"/></figure></div>\n<!-- /wp:uagb/image --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"9309dc20\",\"widthDesktop\":25,\"variationSelected\":true,\"widthSetByUser\":true,\"UAGHideMob\":true,\"UAGResponsiveConditions\":true} -->\n<div class=\"wp-block-uagb-container uag-hide-mob uagb-block-9309dc20\"><!-- wp:uagb/image {\"block_id\":\"6b7a543c\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/bird-1-1024x683.jpg\",\"id\":1215,\"linkDestination\":\"none\",\"width\":480,\"height\":500,\"naturalWidth\":1024,\"naturalHeight\":683,\"sizeSlug\":\"large\",\"sizeSlugTablet\":\"large\",\"sizeSlugMobile\":\"large\",\"customHeightSetDesktop\":true} -->\n<div class=\"wp-block-uagb-image uagb-block-6b7a543c wp-block-uagb-image--layout-default wp-block-uagb-image--effect-static wp-block-uagb-image--align-none\"><figure class=\"wp-block-uagb-image__figure\"><img srcset=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/bird-1-1024x683.jpg \" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/bird-1-1024x683.jpg\" alt=\"\" class=\"uag-image-1215\" width=\"480\" height=\"500\" title=\"\" loading=\"lazy\"/></figure></div>\n<!-- /wp:uagb/image --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"f12b580a\",\"widthDesktop\":25,\"variationSelected\":true,\"widthSetByUser\":true,\"UAGHideMob\":true,\"UAGResponsiveConditions\":true} -->\n<div class=\"wp-block-uagb-container uag-hide-mob uagb-block-f12b580a\"><!-- wp:uagb/image {\"block_id\":\"57bd9aae\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/two-happy-boxers-1024x768.jpg\",\"id\":1216,\"linkDestination\":\"none\",\"width\":480,\"height\":500,\"naturalWidth\":1024,\"naturalHeight\":768,\"sizeSlug\":\"large\",\"sizeSlugTablet\":\"large\",\"sizeSlugMobile\":\"large\",\"customHeightSetDesktop\":true} -->\n<div class=\"wp-block-uagb-image uagb-block-57bd9aae wp-block-uagb-image--layout-default wp-block-uagb-image--effect-static wp-block-uagb-image--align-none\"><figure class=\"wp-block-uagb-image__figure\"><img srcset=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/two-happy-boxers-1024x768.jpg \" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/two-happy-boxers-1024x768.jpg\" alt=\"\" class=\"uag-image-1216\" width=\"480\" height=\"500\" title=\"\" loading=\"lazy\"/></figure></div>\n<!-- /wp:uagb/image --></div>\n<!-- /wp:uagb/container --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"e0804a20\",\"backgroundType\":\"color\",\"backgroundSizeTablet\":\"cover\",\"backgroundSizeMobile\":\"cover\",\"backgroundColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"topPaddingDesktop\":120,\"bottomPaddingDesktop\":120,\"topPaddingTablet\":80,\"bottomPaddingTablet\":80,\"leftPaddingTablet\":30,\"rightPaddingTablet\":30,\"topPaddingMobile\":80,\"bottomPaddingMobile\":80,\"leftPaddingMobile\":20,\"rightPaddingMobile\":20,\"paddingLink\":false,\"variationSelected\":true,\"rowGapDesktop\":0,\"rowGapTablet\":0,\"isBlockRootParent\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-e0804a20 alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/container {\"block_id\":\"21456565\",\"directionDesktop\":\"row\",\"alignItemsDesktop\":\"flex-end\",\"alignItemsTablet\":\"flex-end\",\"justifyContentDesktop\":\"flex-end\",\"justifyContentTablet\":\"space-between\",\"variationSelected\":true,\"rowGapMobile\":30,\"columnGapDesktop\":0} -->\n<div class=\"wp-block-uagb-container uagb-block-21456565\"><!-- wp:uagb/advanced-heading {\"block_id\":\"33e9ecc9\",\"classMigrate\":true,\"headingDescToggle\":true,\"subHeadingColor\":\"\",\"headSpace\":20,\"subHeadFontSize\":16} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-33e9ecc9\"><h2 class=\"uagb-heading-text\">Things to do in the area of Magaliesburg<br></h2><p class=\"uagb-desc-text\">Looking for more? Well, we believe that every guest walks into our lodge for the best experience. And, we are determined to do that.</p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/buttons {\"block_id\":\"5e7fe669\",\"classMigrate\":true,\"childMigrate\":true,\"align\":\"right\",\"alignTablet\":\"right\",\"alignMobile\":\"left\",\"gap\":0} -->\n<div class=\"wp-block-uagb-buttons uagb-buttons__outer-wrap uagb-btn__default-btn uagb-btn-tablet__default-btn uagb-btn-mobile__default-btn uagb-block-5e7fe669\"><div class=\"uagb-buttons__wrap uagb-buttons-layout-wrap\"><!-- wp:uagb/buttons-child {\"block_id\":\"bfa8b330\",\"label\":\"Get Bookings\",\"link\":\"#\",\"hColor\":\"\",\"borderWidth\":\"\",\"borderRadius\":\"\",\"borderStyle\":\"\",\"borderColor\":\"\",\"borderHColor\":\"\",\"btnBorderTopWidth\":1,\"btnBorderLeftWidth\":1,\"btnBorderRightWidth\":1,\"btnBorderBottomWidth\":1,\"btnBorderTopLeftRadius\":2,\"btnBorderTopRightRadius\":2,\"btnBorderBottomLeftRadius\":2,\"btnBorderBottomRightRadius\":2,\"btnBorderStyle\":\"solid\",\"btnBorderColor\":\"#333\",\"btnBorderHColor\":\"#333\"} -->\n<div class=\"wp-block-uagb-buttons-child uagb-buttons__outer-wrap uagb-block-bfa8b330 wp-block-button is-style-outline\"><div class=\"uagb-button__wrapper\"><a class=\"uagb-buttons-repeater wp-block-button__link\" href=\"#\" rel=\"follow noopener\" target=\"_self\"><div class=\"uagb-button__link\">Get Bookings</div></a></div></div>\n<!-- /wp:uagb/buttons-child --></div></div>\n<!-- /wp:uagb/buttons --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"0141d46a\",\"directionDesktop\":\"row\",\"alignItemsTablet\":\"flex-start\",\"paddingLink\":false,\"topMarginDesktop\":54,\"bottomMarginDesktop\":0,\"leftMarginDesktop\":0,\"rightMarginDesktop\":0,\"topMarginTablet\":30,\"bottomMarginTablet\":0,\"leftMarginTablet\":0,\"rightMarginTablet\":0,\"marginLink\":false,\"variationSelected\":true,\"rowGapMobile\":65,\"columnGapDesktop\":48,\"columnGapTablet\":20} -->\n<div class=\"wp-block-uagb-container uagb-block-0141d46a\"><!-- wp:uagb/info-box {\"classMigrate\":true,\"headingAlign\":\"left\",\"headingColor\":\"\",\"subHeadingColor\":\"\",\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"source_type\":\"image\",\"block_id\":\"4287dedd\",\"ctaTarget\":true,\"ctaType\":\"text\",\"ctaText\":\"READ MORE\",\"ctaLink\":\"https://www.sundowner.co.za/rooms/magalies-barbus-haven/\",\"ctaLinkColor\":\"var(\\u002d\\u002dast-global-color-0)\",\"ctaDecoration\":\"underline\",\"ctaFontSize\":12,\"ctaFontWeight\":\"600\",\"ctaLetterSpacing\":2,\"ctaBorderColor\":\"\",\"ctaBorderStyle\":\"\",\"ctaBorderWidth\":\"\",\"ctaBorderRadius\":\"\",\"iconBottomMargin\":30,\"iconImage\":{\"uploading\":false,\"date\":1671106052000,\"filename\":\"41b46e52d7427ea1f6f135454e9a012f.png\",\"menuOrder\":0,\"uploadedTo\":762,\"type\":\"image\",\"subtype\":\"png\",\"id\":1222,\"title\":\"41b46e52d7427ea1f6f135454e9a012f\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/41b46e52d7427ea1f6f135454e9a012f.png\",\"link\":\"https://blueroan.netgen.cloud/amenities/41b46e52d7427ea1f6f135454e9a012f/\",\"alt\":\"\",\"author\":\"2\",\"description\":\"\",\"caption\":\"\",\"name\":\"41b46e52d7427ea1f6f135454e9a012f\",\"status\":\"inherit\",\"modified\":1671106052000,\"mime\":\"image/png\",\"icon\":\"https://blueroan.netgen.cloud/wp-includes/images/media/default.png\",\"dateFormatted\":\"December 15, 2022\",\"nonces\":{\"update\":\"a33de4f0ef\",\"delete\":\"e6f9dee199\",\"edit\":\"6d436328bf\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=1222\\u0026action=edit\",\"meta\":false,\"authorName\":\"Netgen Support\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/profile.php\",\"uploadedToTitle\":\"Amenities\",\"uploadedToLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=762\\u0026action=edit\",\"filesizeInBytes\":326854,\"filesizeHumanReadable\":\"319 KB\",\"context\":\"\",\"height\":440,\"width\":370,\"orientation\":\"portrait\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/41b46e52d7427ea1f6f135454e9a012f-150x150.png\",\"orientation\":\"landscape\"},\"medium\":{\"height\":300,\"width\":252,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/41b46e52d7427ea1f6f135454e9a012f-252x300.png\",\"orientation\":\"portrait\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/41b46e52d7427ea1f6f135454e9a012f.png\",\"height\":440,\"width\":370,\"orientation\":\"portrait\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"imageSize\":\"full\",\"imageWidth\":100,\"imageWidthMobile\":100,\"imageWidthTablet\":100,\"paddingBtnTop\":10,\"paddingBtnBottom\":10,\"paddingBtnLeft\":14,\"paddingBtnRight\":14,\"imageWidthUnit\":\"%\",\"imageWidthUnitTablet\":\"%\",\"imageWidthUnitMobile\":\"%\",\"subHeadTopMargin\":0,\"subHeadRightMargin\":40,\"subHeadLeftMargin\":0,\"subHeadMarginTopTablet\":0,\"subHeadMarginRightTablet\":0,\"subHeadTabletSpace\":20,\"subHeadMarginLeftTablet\":0,\"imgTagHeight\":118,\"imgTagWidth\":370,\"btnBorderTopWidth\":1,\"btnBorderLeftWidth\":1,\"btnBorderRightWidth\":1,\"btnBorderBottomWidth\":1,\"btnBorderTopLeftRadius\":0,\"btnBorderTopRightRadius\":0,\"btnBorderBottomLeftRadius\":0,\"btnBorderBottomRightRadius\":0,\"btnBorderStyle\":\"solid\",\"btnBorderColor\":\"#333\"} -->\n<div class=\"wp-block-uagb-info-box uagb-block-4287dedd uagb-infobox__content-wrap  uagb-infobox-icon-above-title uagb-infobox-image-valign-top\"><div class=\"uagb-ifb-content\"><div class=\"uagb-ifb-image-content\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/41b46e52d7427ea1f6f135454e9a012f.png\" alt=\"\" width=\"100\" height=\"118\" loading=\"lazy\"/></div><div class=\"uagb-ifb-title-wrap\"><h3 class=\"uagb-ifb-title\">Fishing at Barbus Haven </h3></div><p class=\"uagb-ifb-desc\">The 2.5 hr Introductory fly fishing clinics cover the basic techniques required to fly fish effectively. </p><div class=\"uagb-ifb-button-wrapper wp-block-button\"><a href=\"https://www.sundowner.co.za/rooms/magalies-barbus-haven/\" target=\"_blank\" class=\"uagb-infobox-cta-link\" rel=\"noopener noreferrer\" alt=\"\"><span class=\"uagb-inline-editing\">READ MORE</span><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M504.3 273.6l-112.1 104c-6.992 6.484-17.18 8.218-25.94 4.406c-8.758-3.812-14.42-12.45-14.42-21.1L351.9 288H32C14.33 288 .0002 273.7 .0002 255.1S14.33 224 32 224h319.9l0-72c0-9.547 5.66-18.19 14.42-22c8.754-3.809 18.95-2.075 25.94 4.41l112.1 104C514.6 247.9 514.6 264.1 504.3 273.6z\"></path></svg></a></div></div></div>\n<!-- /wp:uagb/info-box -->\n\n<!-- wp:uagb/info-box {\"classMigrate\":true,\"headingAlign\":\"left\",\"headingColor\":\"\",\"subHeadingColor\":\"\",\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"source_type\":\"image\",\"block_id\":\"0d8bc8d3\",\"ctaTarget\":true,\"ctaType\":\"text\",\"ctaText\":\"READ MORE\",\"ctaLink\":\"https://www.thekingfisherlodge.co.za/activities/\",\"ctaLinkColor\":\"var(\\u002d\\u002dast-global-color-0)\",\"ctaDecoration\":\"underline\",\"ctaFontSize\":12,\"ctaFontWeight\":\"600\",\"ctaLetterSpacing\":2,\"ctaBorderColor\":\"\",\"ctaBorderStyle\":\"\",\"ctaBorderWidth\":\"\",\"ctaBorderRadius\":\"\",\"iconBottomMargin\":30,\"iconImage\":{\"uploading\":false,\"date\":1671106415000,\"filename\":\"IMG-20180619-WA0004.png\",\"menuOrder\":0,\"uploadedTo\":762,\"type\":\"image\",\"subtype\":\"png\",\"id\":1225,\"title\":\"IMG-20180619-WA0004\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/IMG-20180619-WA0004.png\",\"link\":\"https://blueroan.netgen.cloud/amenities/img-20180619-wa0004/\",\"alt\":\"\",\"author\":\"2\",\"description\":\"\",\"caption\":\"\",\"name\":\"img-20180619-wa0004\",\"status\":\"inherit\",\"modified\":1671106415000,\"mime\":\"image/png\",\"icon\":\"https://blueroan.netgen.cloud/wp-includes/images/media/default.png\",\"dateFormatted\":\"December 15, 2022\",\"nonces\":{\"update\":\"e988b6351d\",\"delete\":\"5d512e9cd1\",\"edit\":\"3a331dfabd\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=1225\\u0026action=edit\",\"meta\":false,\"authorName\":\"Netgen Support\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/profile.php\",\"uploadedToTitle\":\"Amenities\",\"uploadedToLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=762\\u0026action=edit\",\"filesizeInBytes\":276116,\"filesizeHumanReadable\":\"270 KB\",\"context\":\"\",\"height\":440,\"width\":370,\"orientation\":\"portrait\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/IMG-20180619-WA0004-150x150.png\",\"orientation\":\"landscape\"},\"medium\":{\"height\":300,\"width\":252,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/IMG-20180619-WA0004-252x300.png\",\"orientation\":\"portrait\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/IMG-20180619-WA0004.png\",\"height\":440,\"width\":370,\"orientation\":\"portrait\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"imageSize\":\"full\",\"imageWidth\":100,\"imageWidthMobile\":100,\"imageWidthTablet\":100,\"paddingBtnTop\":10,\"paddingBtnBottom\":10,\"paddingBtnLeft\":14,\"paddingBtnRight\":14,\"imageWidthUnit\":\"%\",\"imageWidthUnitTablet\":\"%\",\"imageWidthUnitMobile\":\"%\",\"subHeadTopMargin\":0,\"subHeadRightMargin\":40,\"subHeadLeftMargin\":0,\"subHeadMarginTopTablet\":0,\"subHeadMarginRightTablet\":0,\"subHeadTabletSpace\":20,\"subHeadMarginLeftTablet\":0,\"imgTagHeight\":118,\"imgTagWidth\":370,\"btnBorderTopWidth\":1,\"btnBorderLeftWidth\":1,\"btnBorderRightWidth\":1,\"btnBorderBottomWidth\":1,\"btnBorderTopLeftRadius\":0,\"btnBorderTopRightRadius\":0,\"btnBorderBottomLeftRadius\":0,\"btnBorderBottomRightRadius\":0,\"btnBorderStyle\":\"solid\",\"btnBorderColor\":\"#333\"} -->\n<div class=\"wp-block-uagb-info-box uagb-block-0d8bc8d3 uagb-infobox__content-wrap  uagb-infobox-icon-above-title uagb-infobox-image-valign-top\"><div class=\"uagb-ifb-content\"><div class=\"uagb-ifb-image-content\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/IMG-20180619-WA0004.png\" alt=\"\" width=\"100\" height=\"118\" loading=\"lazy\"/></div><div class=\"uagb-ifb-title-wrap\"><h3 class=\"uagb-ifb-title\">Fishing at Kingfisher </h3></div><p class=\"uagb-ifb-desc\">The opportunity to fish for Rainbow Trout or the elusive Brown Trout. Kingfisher offers rod hires at their venue. <br></p><div class=\"uagb-ifb-button-wrapper wp-block-button\"><a href=\"https://www.thekingfisherlodge.co.za/activities/\" target=\"_blank\" class=\"uagb-infobox-cta-link\" rel=\"noopener noreferrer\" alt=\"\"><span class=\"uagb-inline-editing\">READ MORE</span><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M504.3 273.6l-112.1 104c-6.992 6.484-17.18 8.218-25.94 4.406c-8.758-3.812-14.42-12.45-14.42-21.1L351.9 288H32C14.33 288 .0002 273.7 .0002 255.1S14.33 224 32 224h319.9l0-72c0-9.547 5.66-18.19 14.42-22c8.754-3.809 18.95-2.075 25.94 4.41l112.1 104C514.6 247.9 514.6 264.1 504.3 273.6z\"></path></svg></a></div></div></div>\n<!-- /wp:uagb/info-box -->\n\n<!-- wp:uagb/info-box {\"classMigrate\":true,\"headingAlign\":\"left\",\"headingColor\":\"\",\"subHeadingColor\":\"\",\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"source_type\":\"image\",\"block_id\":\"14bd8be1\",\"ctaType\":\"text\",\"ctaText\":\"READ MORE\",\"ctaLinkColor\":\"var(\\u002d\\u002dast-global-color-0)\",\"ctaDecoration\":\"underline\",\"ctaFontSize\":12,\"ctaFontWeight\":\"600\",\"ctaLetterSpacing\":2,\"ctaBorderColor\":\"\",\"ctaBorderStyle\":\"\",\"ctaBorderWidth\":\"\",\"ctaBorderRadius\":\"\",\"iconBottomMargin\":30,\"iconImage\":{\"id\":241,\"title\":\"beach\",\"filename\":\"beach.jpg\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/beach.jpg\",\"link\":\"https://blueroan.netgen.cloud/beach/\",\"alt\":\"\",\"author\":\"34\",\"description\":\"\",\"caption\":\"\",\"name\":\"beach\",\"status\":\"inherit\",\"uploadedTo\":0,\"date\":\"2021-05-11T10:56:06.000Z\",\"modified\":\"2021-05-11T10:56:06.000Z\",\"menuOrder\":0,\"mime\":\"image/jpeg\",\"type\":\"image\",\"subtype\":\"jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/default.png\",\"dateFormatted\":\"May 11, 2021\",\"nonces\":{\"update\":\"65c348aac8\",\"delete\":\"6d551f7cf4\",\"edit\":\"026ca70d91\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=241\\u0026action=edit\",\"meta\":false,\"authorName\":\"Rishabh\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/user-edit.php?user_id=34\",\"filesizeInBytes\":38094,\"filesizeHumanReadable\":\"37 KB\",\"context\":\"\",\"height\":440,\"width\":370,\"orientation\":\"portrait\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/beach-150x150.jpg\",\"orientation\":\"landscape\"},\"medium\":{\"height\":300,\"width\":252,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/beach-252x300-1.jpg\",\"orientation\":\"portrait\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/beach.jpg\",\"height\":440,\"width\":370,\"orientation\":\"portrait\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"imageSize\":\"full\",\"imageWidth\":100,\"imageWidthMobile\":100,\"imageWidthTablet\":100,\"paddingBtnTop\":10,\"paddingBtnBottom\":10,\"paddingBtnLeft\":14,\"paddingBtnRight\":14,\"imageWidthUnit\":\"%\",\"imageWidthUnitTablet\":\"%\",\"imageWidthUnitMobile\":\"%\",\"subHeadTopMargin\":0,\"subHeadRightMargin\":40,\"subHeadLeftMargin\":0,\"subHeadMarginTopTablet\":0,\"subHeadMarginRightTablet\":0,\"subHeadTabletSpace\":20,\"subHeadMarginLeftTablet\":0,\"imgTagHeight\":118,\"imgTagWidth\":370,\"btnBorderTopWidth\":1,\"btnBorderLeftWidth\":1,\"btnBorderRightWidth\":1,\"btnBorderBottomWidth\":1,\"btnBorderTopLeftRadius\":0,\"btnBorderTopRightRadius\":0,\"btnBorderBottomLeftRadius\":0,\"btnBorderBottomRightRadius\":0,\"btnBorderStyle\":\"solid\",\"btnBorderColor\":\"#333\"} -->\n<div class=\"wp-block-uagb-info-box uagb-block-14bd8be1 uagb-infobox__content-wrap  uagb-infobox-icon-above-title uagb-infobox-image-valign-top\"><div class=\"uagb-ifb-content\"><div class=\"uagb-ifb-image-content\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/beach.jpg\" alt=\"\" width=\"100\" height=\"118\" loading=\"lazy\"/></div><div class=\"uagb-ifb-title-wrap\"><h3 class=\"uagb-ifb-title\">Private Beach​</h3></div><p class=\"uagb-ifb-desc\">Want to take a dip into the sea? All our guests get complimentary access to our private beach.</p><div class=\"uagb-ifb-button-wrapper wp-block-button\"><a href=\"\" target=\"_self\" class=\"uagb-infobox-cta-link uagb-disable-link\" rel=\"noopener noreferrer\" alt=\"\"><span class=\"uagb-inline-editing\">READ MORE</span><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M504.3 273.6l-112.1 104c-6.992 6.484-17.18 8.218-25.94 4.406c-8.758-3.812-14.42-12.45-14.42-21.1L351.9 288H32C14.33 288 .0002 273.7 .0002 255.1S14.33 224 32 224h319.9l0-72c0-9.547 5.66-18.19 14.42-22c8.754-3.809 18.95-2.075 25.94 4.41l112.1 104C514.6 247.9 514.6 264.1 504.3 273.6z\"></path></svg></a></div></div></div>\n<!-- /wp:uagb/info-box --></div>\n<!-- /wp:uagb/container --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"b2a558fc\",\"backgroundType\":\"color\",\"backgroundSizeTablet\":\"cover\",\"backgroundSizeMobile\":\"cover\",\"backgroundColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"topPaddingDesktop\":50,\"bottomPaddingDesktop\":100,\"topPaddingTablet\":50,\"bottomPaddingTablet\":25,\"leftPaddingTablet\":20,\"rightPaddingTablet\":20,\"topPaddingMobile\":50,\"bottomPaddingMobile\":20,\"leftPaddingMobile\":20,\"rightPaddingMobile\":20,\"paddingLink\":false,\"variationSelected\":true,\"rowGapDesktop\":0,\"isBlockRootParent\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-b2a558fc alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/container {\"block_id\":\"de04bc43\",\"directionDesktop\":\"row\",\"alignItemsTablet\":\"flex-start\",\"paddingLink\":false,\"topMarginDesktop\":50,\"bottomMarginDesktop\":20,\"leftMarginDesktop\":0,\"rightMarginDesktop\":0,\"marginLink\":false,\"variationSelected\":true,\"rowGapMobile\":65,\"columnGapDesktop\":48,\"columnGapTablet\":20} -->\n<div class=\"wp-block-uagb-container uagb-block-de04bc43\"><!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"align\":\"center\",\"id\":1222,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image aligncenter size-full\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/41b46e52d7427ea1f6f135454e9a012f.png\" alt=\"\" class=\"wp-image-1222\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"textAlign\":\"center\",\"level\":3} -->\n<h3 class=\"has-text-align-center\">Fishing </h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>The dam has trout (stocked), bass, vlei Kuper and carp. Fly fishers seeking a unique challenge visit our establishment in search of the large &amp; small scale Yellow fish.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:buttons -->\n<div class=\"wp-block-buttons\"><!-- wp:button {\"align\":\"left\"} -->\n<div class=\"wp-block-button alignleft\"><a class=\"wp-block-button__link wp-element-button\" href=\"https://www.sundowner.co.za/rooms/magalies-barbus-haven/\" target=\"_blank\" rel=\"noreferrer noopener\">Barbus Haven</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons -->\n\n<!-- wp:paragraph -->\n<p>The opportunity to fish for Rainbow Trout or the elusive Brown Trout. Kingfisher offers rod hires at their venue. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:buttons -->\n<div class=\"wp-block-buttons\"><!-- wp:button {\"align\":\"left\"} -->\n<div class=\"wp-block-button alignleft\"><a class=\"wp-block-button__link wp-element-button\" href=\"https://www.thekingfisherlodge.co.za/activities/\" target=\"_blank\" rel=\"noreferrer noopener\">Kingfisher</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":1235,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Maseke-MTB-MvZ-3-1024x683-1.png\" alt=\"\" class=\"wp-image-1235\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>Mountain biking </h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>It is a privately owned nature reserve that offers mountain biking.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:spacer {\"height\":\"20px\"} -->\n<div style=\"height:20px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:buttons -->\n<div class=\"wp-block-buttons\"><!-- wp:button -->\n<div class=\"wp-block-button\"><a class=\"wp-block-button__link wp-element-button\" href=\"http://ingwebushcamp.yolasite.com/\" target=\"_blank\" rel=\"noreferrer noopener\">Ingwe Bush Camp&nbsp;</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons -->\n\n<!-- wp:paragraph -->\n<p>With over 80km of trails, Van Gaalen&nbsp;has something to offer for every kind of athlete, from beginner to advanced.<br></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:buttons -->\n<div class=\"wp-block-buttons\"><!-- wp:button -->\n<div class=\"wp-block-button\"><a class=\"wp-block-button__link wp-element-button\" href=\"https://www.vangaalen.co.za/products\" target=\"_blank\" rel=\"noreferrer noopener\">Van Gaalen\'s</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":830,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/ef9d0188da11e2bc56788f5619d9d539.png\" alt=\"\" class=\"wp-image-830\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>Quad biking </h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>We have quads suitable for kiddies, tweens, teens, and adults. We have mini quads and fully automatic 150cc quads.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:spacer {\"height\":\"2px\"} -->\n<div style=\"height:2px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:buttons -->\n<div class=\"wp-block-buttons\"><!-- wp:button -->\n<div class=\"wp-block-button\"><a class=\"wp-block-button__link wp-element-button\" href=\"https://www.saddlecreekadventures.co.za/activity/quad-biking/\" target=\"_blank\" rel=\"noreferrer noopener\">Saddle Creek Ranch</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons -->\n\n<!-- wp:paragraph -->\n<p>A 700-meter monster track, the longest and most exciting track in Gauteng!</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:spacer {\"height\":\"2px\"} -->\n<div style=\"height:2px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:buttons -->\n<div class=\"wp-block-buttons\"><!-- wp:button -->\n<div class=\"wp-block-button\"><a class=\"wp-block-button__link wp-element-button\" href=\"http://www.swartkrans.co.za/\" target=\"_blank\" rel=\"noreferrer noopener\">Swartkrans Go-Karting&nbsp;</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"align\":\"center\",\"id\":1198,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image aligncenter size-full\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/eyJidWNrZXQiOiJhc3NldHMuYWxsdHJhaWxzLmNvbSIsImtleSI6InVwbG9hZHMvcGhvdG8vaW1hZ2UvNDMxNzk4MTAvYjZkYTAz-1.png\" alt=\"\" class=\"wp-image-1198\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>Horse riding </h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Join us for an unforgettable horse riding experience in the peaceful countryside, with beautiful mountain scenery and lovely bush trails.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:buttons -->\n<div class=\"wp-block-buttons\"><!-- wp:button -->\n<div class=\"wp-block-button\"><a class=\"wp-block-button__link wp-element-button\" href=\"https://www.saddlecreekadventures.co.za/activity/horse-riding/\" target=\"_blank\" rel=\"noreferrer noopener\">Saddle Creek Ranch</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":1185,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/49089607_1950305445047847_5177863042771189760_n.png\" alt=\"\" class=\"wp-image-1185\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>Game drives </h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Enjoy a thrilling and educational adventure with our experienced guides.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:spacer {\"height\":\"5px\"} -->\n<div style=\"height:5px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:buttons -->\n<div class=\"wp-block-buttons\"><!-- wp:button -->\n<div class=\"wp-block-button\"><a class=\"wp-block-button__link wp-element-button\" href=\"https://www.rhinolion.co.za/visitors-guide/activity-index/game-drives/\" target=\"_blank\" rel=\"noreferrer noopener\">Rhino &amp; Lion Park</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons -->\n\n<!-- wp:paragraph -->\n<p>Our guided game-viewing drives take place each day in the morning and afternoon, as this is when the animals are most active.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:buttons -->\n<div class=\"wp-block-buttons\"><!-- wp:button -->\n<div class=\"wp-block-button\"><a class=\"wp-block-button__link wp-element-button\" href=\"https://www.africanhillslodge.co.za/experience/\" target=\"_blank\" rel=\"noreferrer noopener\">Askari Game Lodge</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"340bc745\",\"innerContentCustomWidthDesktop\":781,\"innerContentCustomWidthTablet\":781,\"backgroundType\":\"image\",\"backgroundImageDesktop\":{\"id\":54,\"title\":\"background-img\",\"filename\":\"background-img-1.jpg\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/background-img-1.jpg\",\"link\":\"https://blueroan.netgen.cloud/background-img-2/\",\"alt\":\"\",\"author\":\"34\",\"description\":\"\",\"caption\":\"\",\"name\":\"background-img-2\",\"status\":\"inherit\",\"uploadedTo\":0,\"date\":\"2021-05-07T10:11:37.000Z\",\"modified\":\"2021-05-07T10:11:37.000Z\",\"menuOrder\":0,\"mime\":\"image/jpeg\",\"type\":\"image\",\"subtype\":\"jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/default.png\",\"dateFormatted\":\"May 7, 2021\",\"nonces\":{\"update\":\"bb999636b9\",\"delete\":\"d2e1375bc4\",\"edit\":\"005dd2f0c9\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=54\\u0026action=edit\",\"meta\":false,\"authorName\":\"Rishabh\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/user-edit.php?user_id=34\",\"filesizeInBytes\":338858,\"filesizeHumanReadable\":\"331 KB\",\"context\":\"\",\"height\":1080,\"width\":1920,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/background-img-1-150x150.jpg\",\"orientation\":\"landscape\"},\"medium\":{\"height\":169,\"width\":300,\"url\":\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/background-img-1-300x169.jpg\",\"orientation\":\"landscape\"},\"large\":{\"height\":576,\"width\":1024,\"url\":\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/background-img-1-1024x576.jpg\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/background-img-1.jpg\",\"height\":1080,\"width\":1920,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"backgroundImageColor\":\"rgba(42,42,42,0.65)\",\"topPaddingDesktop\":144,\"bottomPaddingDesktop\":144,\"leftPaddingDesktop\":40,\"rightPaddingDesktop\":40,\"topPaddingTablet\":80,\"bottomPaddingTablet\":80,\"leftPaddingTablet\":40,\"rightPaddingTablet\":40,\"topPaddingMobile\":64,\"bottomPaddingMobile\":64,\"leftPaddingMobile\":24,\"rightPaddingMobile\":24,\"paddingLink\":false,\"variationSelected\":true,\"isBlockRootParent\":true,\"overlayType\":\"color\"} -->\n<div class=\"wp-block-uagb-container uagb-block-340bc745 alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/advanced-heading {\"block_id\":\"fbd6a74d\",\"classMigrate\":true,\"headingDescToggle\":true,\"headingAlign\":\"center\",\"headingColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"subHeadingColor\":\"var(\\u002d\\u002dast-global-color-4)\",\"headSpace\":20} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-fbd6a74d\"><h2 class=\"uagb-heading-text\">Plan an Unforgettable Experience in Mykonos Today!</h2><p class=\"uagb-desc-text\">We can help you fit your stay and experience within your allotted budget.</p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/advanced-heading {\"block_id\":\"d819752b\",\"classMigrate\":true,\"headingTitleToggle\":false,\"headingDescToggle\":true,\"headingAlign\":\"center\",\"subHeadingColor\":\"var(\\u002d\\u002dast-global-color-4)\",\"subHeadTransform\":\"uppercase\",\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"subHeadLetterSpacing\":2,\"blockTopPadding\":60,\"blockRightPadding\":0,\"blockLeftPadding\":0,\"blockBottomPadding\":0,\"blockTopPaddingMobile\":30,\"blockRightPaddingMobile\":0,\"blockLeftPaddingMobile\":0,\"blockBottomPaddingMobile\":0} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-d819752b\"><p class=\"uagb-desc-text\">BOOK YOUR STAY NOW​</p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/icon-list {\"block_id\":\"38ee6f66\",\"classMigrate\":true,\"childMigrate\":true,\"align\":\"center\",\"parentIcon\":\"phone\",\"size\":40,\"sizeMobile\":24,\"sizeTablet\":32,\"fontSize\":48,\"fontSizeMobile\":28,\"fontSizeTablet\":40,\"fontWeight\":\"600\",\"iconColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"labelColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"blockTopPadding\":0,\"blockRightPadding\":0,\"blockLeftPadding\":0,\"blockBottomPadding\":24,\"blockPaddingLink\":false} -->\n<div class=\"wp-block-uagb-icon-list uagb-block-38ee6f66\"><div class=\"uagb-icon-list__wrap\"><!-- wp:uagb/icon-list-child {\"block_id\":\"bd007a57\",\"label\":\"+1-123 456 7890​\",\"label_color\":\"\",\"fromParentIcon\":\"phone\",\"imageSizeChild\":40} -->\n<div class=\"wp-block-uagb-icon-list-child uagb-block-bd007a57\"><span class=\"uagb-icon-list__source-wrap\"><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M511.2 387l-23.25 100.8c-3.266 14.25-15.79 24.22-30.46 24.22C205.2 512 0 306.8 0 54.5c0-14.66 9.969-27.2 24.22-30.45l100.8-23.25C139.7-2.602 154.7 5.018 160.8 18.92l46.52 108.5c5.438 12.78 1.77 27.67-8.98 36.45L144.5 207.1c33.98 69.22 90.26 125.5 159.5 159.5l44.08-53.8c8.688-10.78 23.69-14.51 36.47-8.975l108.5 46.51C506.1 357.2 514.6 372.4 511.2 387z\"></path></svg></span><span class=\"uagb-icon-list__label\">+1-123 456 7890​</span></div>\n<!-- /wp:uagb/icon-list-child --></div></div>\n<!-- /wp:uagb/icon-list --></div></div>\n<!-- /wp:uagb/container -->',	'Amenities',	'',	'inherit',	'closed',	'closed',	'',	'762-revision-v1',	'',	'',	'2022-12-15 12:52:10',	'2022-12-15 12:52:10',	'',	762,	'https://blueroan.netgen.cloud/?p=1254',	0,	'revision',	'',	0),
(1255,	2,	'2022-12-15 12:52:41',	'2022-12-15 12:52:41',	'<!-- wp:uagb/container {\"block_id\":\"5b33a746\",\"backgroundType\":\"image\",\"backgroundImageDesktop\":{\"id\":1007,\"title\":\"AAEAAQAAAAAAAAAAAAAAJDg5NmY0ZGUxLWE4MTgtNDY5NC1iODFhLTBmN2Q0ZDc5ZWFiNw-1\",\"filename\":\"AAEAAQAAAAAAAAAAAAAAJDg5NmY0ZGUxLWE4MTgtNDY5NC1iODFhLTBmN2Q0ZDc5ZWFiNw-1.png\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAAJDg5NmY0ZGUxLWE4MTgtNDY5NC1iODFhLTBmN2Q0ZDc5ZWFiNw-1.png\",\"link\":\"https://blueroan.netgen.cloud/the-barn/aaeaaqaaaaaaaaaaaaaajdg5nmy0zguxlwe4mtgtndy5nc1iodfhltbmn2q0zdc5zwfinw-1/\",\"alt\":\"\",\"author\":\"2\",\"description\":\"\",\"caption\":\"\",\"name\":\"aaeaaqaaaaaaaaaaaaaajdg5nmy0zguxlwe4mtgtndy5nc1iodfhltbmn2q0zdc5zwfinw-1\",\"status\":\"inherit\",\"uploadedTo\":948,\"date\":\"2022-12-14T10:50:25.000Z\",\"modified\":\"2022-12-14T10:50:25.000Z\",\"menuOrder\":0,\"mime\":\"image/png\",\"type\":\"image\",\"subtype\":\"png\",\"icon\":\"https://blueroan.netgen.cloud/wp-includes/images/media/default.png\",\"dateFormatted\":\"December 14, 2022\",\"nonces\":{\"update\":\"483f8bdf3d\",\"delete\":\"0a7ebc92ef\",\"edit\":\"6bc1c6a685\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=1007\\u0026action=edit\",\"meta\":false,\"authorName\":\"Netgen Support\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/profile.php\",\"uploadedToTitle\":\"The Barn\",\"uploadedToLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=948\\u0026action=edit\",\"filesizeInBytes\":1348989,\"filesizeHumanReadable\":\"1 MB\",\"context\":\"\",\"height\":667,\"width\":1000,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAAJDg5NmY0ZGUxLWE4MTgtNDY5NC1iODFhLTBmN2Q0ZDc5ZWFiNw-1-150x150.png\",\"orientation\":\"landscape\"},\"medium\":{\"height\":200,\"width\":300,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAAJDg5NmY0ZGUxLWE4MTgtNDY5NC1iODFhLTBmN2Q0ZDc5ZWFiNw-1-300x200.png\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAAJDg5NmY0ZGUxLWE4MTgtNDY5NC1iODFhLTBmN2Q0ZDc5ZWFiNw-1.png\",\"height\":667,\"width\":1000,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"backgroundPositionDesktop\":{\"x\":0.61,\"y\":0.52},\"backgroundSizeTablet\":\"cover\",\"backgroundSizeMobile\":\"cover\",\"backgroundColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"backgroundImageColor\":\"rgba(42,42,42,0.5)\",\"topPaddingDesktop\":220,\"bottomPaddingDesktop\":150,\"topPaddingTablet\":170,\"bottomPaddingTablet\":160,\"leftPaddingTablet\":30,\"rightPaddingTablet\":30,\"topPaddingMobile\":180,\"bottomPaddingMobile\":80,\"leftPaddingMobile\":20,\"rightPaddingMobile\":20,\"paddingLink\":false,\"variationSelected\":true,\"isBlockRootParent\":true,\"overlayType\":\"color\"} -->\n<div class=\"wp-block-uagb-container uagb-block-5b33a746 alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/advanced-heading {\"block_id\":\"884c2af1\",\"classMigrate\":true,\"headingDescToggle\":true,\"headingColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"subHeadingColor\":\"var(\\u002d\\u002dast-global-color-4)\",\"headingTag\":\"h1\",\"headSpace\":20,\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"blockTopPadding\":0,\"blockRightPadding\":50,\"blockLeftPadding\":0,\"blockBottomPadding\":0,\"blockTopPaddingTablet\":0,\"blockRightPaddingTablet\":20,\"blockLeftPaddingTablet\":0,\"blockBottomPaddingTablet\":0,\"blockTopPaddingMobile\":0,\"blockRightPaddingMobile\":0,\"blockLeftPaddingMobile\":0,\"blockBottomPaddingMobile\":0,\"blockPaddingUnit\":\"%\",\"blockPaddingUnitTablet\":\"%\"} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-884c2af1\"><h1 class=\"uagb-heading-text\">Amenities &amp; Interests​</h1><p class=\"uagb-desc-text\">We do not give you just rooms to stay in. We give you an environment where you can experience the best while on a holiday with us. </p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:buttons -->\n<div class=\"wp-block-buttons\"><!-- wp:button -->\n<div class=\"wp-block-button\"><a class=\"wp-block-button__link wp-element-button\" href=\"https://book.nightsbridge.com/11065\" target=\"_blank\" rel=\"noreferrer noopener\">BOOK NOW</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"3b569306\",\"backgroundType\":\"color\",\"backgroundSizeTablet\":\"cover\",\"backgroundSizeMobile\":\"cover\",\"backgroundColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"topPaddingDesktop\":50,\"bottomPaddingDesktop\":100,\"topPaddingTablet\":50,\"bottomPaddingTablet\":25,\"leftPaddingTablet\":20,\"rightPaddingTablet\":20,\"topPaddingMobile\":50,\"bottomPaddingMobile\":20,\"leftPaddingMobile\":20,\"rightPaddingMobile\":20,\"paddingLink\":false,\"variationSelected\":true,\"rowGapDesktop\":0,\"isBlockRootParent\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-3b569306 alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/container {\"block_id\":\"b57963c3\",\"directionDesktop\":\"row\",\"alignItemsTablet\":\"flex-start\",\"paddingLink\":false,\"topMarginDesktop\":50,\"bottomMarginDesktop\":20,\"leftMarginDesktop\":0,\"rightMarginDesktop\":0,\"marginLink\":false,\"variationSelected\":true,\"rowGapMobile\":65,\"columnGapDesktop\":48,\"columnGapTablet\":20} -->\n<div class=\"wp-block-uagb-container uagb-block-b57963c3\"><!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"align\":\"center\",\"id\":828,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image aligncenter size-full\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Blue-Roan-pool.png\" alt=\"Blue Roan\'s rock pool\" class=\"wp-image-828\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>A relaxing rock Pool​</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>We have a lovely sparkling blue rock pool next to a thatched Lapa. &nbsp;&nbsp;Lie on recliners on the green lawn or sit on the swing chair in the Lapa and enjoy the panoramic view of the Magaliesberg mountain range.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":829,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/img-20160605-wa0002-largejpg.png\" alt=\"\" class=\"wp-image-829\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>Braai facilities </h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>What can compare to a burning fire under the star-lit African sky? Nothing beats the flavor of cooking over an open flame.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":830,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/ef9d0188da11e2bc56788f5619d9d539.png\" alt=\"\" class=\"wp-image-830\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>A games room </h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>The reception is also a games room for those who enjoy darts or playing pool. &nbsp;Take a selection of DVDs back to your room and watch movies on your own DVD player. &nbsp;There is also a selection of board games and music CDs that you can borrow.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"align\":\"center\",\"id\":1198,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image aligncenter size-full\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/eyJidWNrZXQiOiJhc3NldHMuYWxsdHJhaWxzLmNvbSIsImtleSI6InVwbG9hZHMvcGhvdG8vaW1hZ2UvNDMxNzk4MTAvYjZkYTAz-1.png\" alt=\"\" class=\"wp-image-1198\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>Walking or hiking </h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>There is a well-kept walking trail on our property with plenty of bird life and some benches along the way. &nbsp;It is safe for dogs to run off-leash as it is completely fenced all around. &nbsp;For those who enjoy long walks and hikes, it is safe to cross onto neighbouring farms and go as far as the eye can see.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":1185,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/49089607_1950305445047847_5177863042771189760_n.png\" alt=\"\" class=\"wp-image-1185\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>Mountain biking </h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Bring your mountain bikes and explore the surrounding countryside on safe off-road tracks on our property and on neighbouring farms.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":1196,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Michelle_1.png\" alt=\"\" class=\"wp-image-1196\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>Horse riding </h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Interested riders can book at one of the recommended horse-riding establishments listed further down this page.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"a9061b77\",\"innerContentWidth\":\"alignfull\",\"directionDesktop\":\"row\",\"wrapTablet\":\"wrap\",\"variationSelected\":true,\"rowGapTablet\":0,\"columnGapDesktop\":0,\"isBlockRootParent\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-a9061b77 alignfull uagb-is-root-container\"><!-- wp:uagb/container {\"block_id\":\"86629f46\",\"widthDesktop\":25,\"widthTablet\":50,\"variationSelected\":true,\"widthSetByUser\":true,\"UAGHideMob\":true,\"UAGResponsiveConditions\":true} -->\n<div class=\"wp-block-uagb-container uag-hide-mob uagb-block-86629f46\"><!-- wp:uagb/image {\"block_id\":\"4de2ba16\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-18-1-1024x768.jpg\",\"id\":1208,\"linkDestination\":\"none\",\"width\":480,\"height\":500,\"naturalWidth\":1024,\"naturalHeight\":768,\"sizeSlug\":\"large\",\"sizeSlugTablet\":\"large\",\"sizeSlugMobile\":\"large\",\"customHeightSetDesktop\":true} -->\n<div class=\"wp-block-uagb-image uagb-block-4de2ba16 wp-block-uagb-image--layout-default wp-block-uagb-image--effect-static wp-block-uagb-image--align-none\"><figure class=\"wp-block-uagb-image__figure\"><img srcset=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-18-1-1024x768.jpg \" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-18-1-1024x768.jpg\" alt=\"\" class=\"uag-image-1208\" width=\"480\" height=\"500\" title=\"\" loading=\"lazy\"/></figure></div>\n<!-- /wp:uagb/image --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"9a8b7240\",\"widthDesktop\":25,\"widthTablet\":50,\"variationSelected\":true,\"widthSetByUser\":true,\"UAGHideMob\":true,\"UAGResponsiveConditions\":true} -->\n<div class=\"wp-block-uagb-container uag-hide-mob uagb-block-9a8b7240\"><!-- wp:uagb/image {\"block_id\":\"e8664bd4\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Blue-Roan-pool-1.png\",\"id\":1210,\"linkDestination\":\"none\",\"width\":480,\"height\":500,\"naturalWidth\":370,\"naturalHeight\":440,\"sizeSlug\":\"full\",\"sizeSlugTablet\":\"full\",\"sizeSlugMobile\":\"full\",\"customHeightSetDesktop\":true} -->\n<div class=\"wp-block-uagb-image uagb-block-e8664bd4 wp-block-uagb-image--layout-default wp-block-uagb-image--effect-static wp-block-uagb-image--align-none\"><figure class=\"wp-block-uagb-image__figure\"><img srcset=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Blue-Roan-pool-1.png \" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Blue-Roan-pool-1.png\" alt=\"\" class=\"uag-image-1210\" width=\"480\" height=\"500\" title=\"\" loading=\"lazy\"/></figure></div>\n<!-- /wp:uagb/image --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"0d0df7f2\",\"widthDesktop\":50,\"widthTablet\":100,\"variationSelected\":true,\"columnGapDesktop\":20,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-0d0df7f2\"><!-- wp:uagb/image {\"block_id\":\"a3d43ad3\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/the-view-from-my-rooms-1024x768.jpg\",\"id\":1211,\"linkDestination\":\"none\",\"width\":960,\"height\":500,\"naturalWidth\":1024,\"naturalHeight\":768,\"sizeSlug\":\"large\",\"sizeSlugTablet\":\"large\",\"sizeSlugMobile\":\"large\",\"customHeightSetDesktop\":true} -->\n<div class=\"wp-block-uagb-image uagb-block-a3d43ad3 wp-block-uagb-image--layout-default wp-block-uagb-image--effect-static wp-block-uagb-image--align-none\"><figure class=\"wp-block-uagb-image__figure\"><img srcset=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/the-view-from-my-rooms-1024x768.jpg \" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/the-view-from-my-rooms-1024x768.jpg\" alt=\"\" class=\"uag-image-1211\" width=\"960\" height=\"500\" title=\"\" loading=\"lazy\"/></figure></div>\n<!-- /wp:uagb/image --></div>\n<!-- /wp:uagb/container --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"180c5afb\",\"innerContentWidth\":\"alignfull\",\"directionDesktop\":\"row\",\"wrapTablet\":\"wrap\",\"variationSelected\":true,\"rowGapTablet\":0,\"columnGapDesktop\":0,\"isBlockRootParent\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-180c5afb alignfull uagb-is-root-container\"><!-- wp:uagb/container {\"block_id\":\"cf635b11\",\"widthDesktop\":50,\"widthTablet\":100,\"variationSelected\":true,\"columnGapDesktop\":20,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-cf635b11\"><!-- wp:uagb/image {\"block_id\":\"1fed9148\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAAJDI0ZWY4NDc1LThjYjYtNDM3YS1iOTliLWNmOWQxYTJkMWU5MQ-1.png\",\"id\":1213,\"linkDestination\":\"none\",\"width\":960,\"height\":500,\"naturalWidth\":1000,\"naturalHeight\":667,\"sizeSlug\":\"full\",\"sizeSlugTablet\":\"full\",\"sizeSlugMobile\":\"full\",\"customHeightSetDesktop\":true} -->\n<div class=\"wp-block-uagb-image uagb-block-1fed9148 wp-block-uagb-image--layout-default wp-block-uagb-image--effect-static wp-block-uagb-image--align-none\"><figure class=\"wp-block-uagb-image__figure\"><img srcset=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAAJDI0ZWY4NDc1LThjYjYtNDM3YS1iOTliLWNmOWQxYTJkMWU5MQ-1.png \" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAAJDI0ZWY4NDc1LThjYjYtNDM3YS1iOTliLWNmOWQxYTJkMWU5MQ-1.png\" alt=\"\" class=\"uag-image-1213\" width=\"960\" height=\"500\" title=\"\" loading=\"lazy\"/></figure></div>\n<!-- /wp:uagb/image --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"4194d780\",\"widthDesktop\":25,\"variationSelected\":true,\"widthSetByUser\":true,\"UAGHideMob\":true,\"UAGResponsiveConditions\":true} -->\n<div class=\"wp-block-uagb-container uag-hide-mob uagb-block-4194d780\"><!-- wp:uagb/image {\"block_id\":\"63fb8e32\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/bird-1-1024x683.jpg\",\"id\":1215,\"linkDestination\":\"none\",\"width\":480,\"height\":500,\"naturalWidth\":1024,\"naturalHeight\":683,\"sizeSlug\":\"large\",\"sizeSlugTablet\":\"large\",\"sizeSlugMobile\":\"large\",\"customHeightSetDesktop\":true} -->\n<div class=\"wp-block-uagb-image uagb-block-63fb8e32 wp-block-uagb-image--layout-default wp-block-uagb-image--effect-static wp-block-uagb-image--align-none\"><figure class=\"wp-block-uagb-image__figure\"><img srcset=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/bird-1-1024x683.jpg \" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/bird-1-1024x683.jpg\" alt=\"\" class=\"uag-image-1215\" width=\"480\" height=\"500\" title=\"\" loading=\"lazy\"/></figure></div>\n<!-- /wp:uagb/image --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"851192d8\",\"widthDesktop\":25,\"variationSelected\":true,\"widthSetByUser\":true,\"UAGHideMob\":true,\"UAGResponsiveConditions\":true} -->\n<div class=\"wp-block-uagb-container uag-hide-mob uagb-block-851192d8\"><!-- wp:uagb/image {\"block_id\":\"65aa2733\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/two-happy-boxers-1024x768.jpg\",\"id\":1216,\"linkDestination\":\"none\",\"width\":480,\"height\":500,\"naturalWidth\":1024,\"naturalHeight\":768,\"sizeSlug\":\"large\",\"sizeSlugTablet\":\"large\",\"sizeSlugMobile\":\"large\",\"customHeightSetDesktop\":true} -->\n<div class=\"wp-block-uagb-image uagb-block-65aa2733 wp-block-uagb-image--layout-default wp-block-uagb-image--effect-static wp-block-uagb-image--align-none\"><figure class=\"wp-block-uagb-image__figure\"><img srcset=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/two-happy-boxers-1024x768.jpg \" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/two-happy-boxers-1024x768.jpg\" alt=\"\" class=\"uag-image-1216\" width=\"480\" height=\"500\" title=\"\" loading=\"lazy\"/></figure></div>\n<!-- /wp:uagb/image --></div>\n<!-- /wp:uagb/container --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"481c5812\",\"backgroundType\":\"color\",\"backgroundSizeTablet\":\"cover\",\"backgroundSizeMobile\":\"cover\",\"backgroundColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"topPaddingDesktop\":120,\"bottomPaddingDesktop\":120,\"topPaddingTablet\":80,\"bottomPaddingTablet\":80,\"leftPaddingTablet\":30,\"rightPaddingTablet\":30,\"topPaddingMobile\":80,\"bottomPaddingMobile\":80,\"leftPaddingMobile\":20,\"rightPaddingMobile\":20,\"paddingLink\":false,\"variationSelected\":true,\"rowGapDesktop\":0,\"rowGapTablet\":0,\"isBlockRootParent\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-481c5812 alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/container {\"block_id\":\"7e22e12c\",\"directionDesktop\":\"row\",\"alignItemsDesktop\":\"flex-end\",\"alignItemsTablet\":\"flex-end\",\"justifyContentDesktop\":\"flex-end\",\"justifyContentTablet\":\"space-between\",\"variationSelected\":true,\"rowGapMobile\":30,\"columnGapDesktop\":0} -->\n<div class=\"wp-block-uagb-container uagb-block-7e22e12c\"><!-- wp:uagb/advanced-heading {\"block_id\":\"5bf369f5\",\"classMigrate\":true,\"headingDescToggle\":true,\"subHeadingColor\":\"\",\"headSpace\":20,\"subHeadFontSize\":16} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-5bf369f5\"><h2 class=\"uagb-heading-text\">Things to do in the area of Magaliesburg<br></h2><p class=\"uagb-desc-text\">Looking for more? Well, we believe that every guest walks into our lodge for the best experience. And, we are determined to do that.</p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/buttons {\"block_id\":\"46bf0b25\",\"classMigrate\":true,\"childMigrate\":true,\"align\":\"right\",\"alignTablet\":\"right\",\"alignMobile\":\"left\",\"gap\":0} -->\n<div class=\"wp-block-uagb-buttons uagb-buttons__outer-wrap uagb-btn__default-btn uagb-btn-tablet__default-btn uagb-btn-mobile__default-btn uagb-block-46bf0b25\"><div class=\"uagb-buttons__wrap uagb-buttons-layout-wrap\"><!-- wp:uagb/buttons-child {\"block_id\":\"f130c350\",\"label\":\"Get Bookings\",\"link\":\"#\",\"hColor\":\"\",\"borderWidth\":\"\",\"borderRadius\":\"\",\"borderStyle\":\"\",\"borderColor\":\"\",\"borderHColor\":\"\",\"btnBorderTopWidth\":1,\"btnBorderLeftWidth\":1,\"btnBorderRightWidth\":1,\"btnBorderBottomWidth\":1,\"btnBorderTopLeftRadius\":2,\"btnBorderTopRightRadius\":2,\"btnBorderBottomLeftRadius\":2,\"btnBorderBottomRightRadius\":2,\"btnBorderStyle\":\"solid\",\"btnBorderColor\":\"#333\",\"btnBorderHColor\":\"#333\"} -->\n<div class=\"wp-block-uagb-buttons-child uagb-buttons__outer-wrap uagb-block-f130c350 wp-block-button is-style-outline\"><div class=\"uagb-button__wrapper\"><a class=\"uagb-buttons-repeater wp-block-button__link\" href=\"#\" rel=\"follow noopener\" target=\"_self\"><div class=\"uagb-button__link\">Get Bookings</div></a></div></div>\n<!-- /wp:uagb/buttons-child --></div></div>\n<!-- /wp:uagb/buttons --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"67397af3\",\"directionDesktop\":\"row\",\"alignItemsTablet\":\"flex-start\",\"paddingLink\":false,\"topMarginDesktop\":54,\"bottomMarginDesktop\":0,\"leftMarginDesktop\":0,\"rightMarginDesktop\":0,\"topMarginTablet\":30,\"bottomMarginTablet\":0,\"leftMarginTablet\":0,\"rightMarginTablet\":0,\"marginLink\":false,\"variationSelected\":true,\"rowGapMobile\":65,\"columnGapDesktop\":48,\"columnGapTablet\":20} -->\n<div class=\"wp-block-uagb-container uagb-block-67397af3\"><!-- wp:uagb/info-box {\"classMigrate\":true,\"headingAlign\":\"left\",\"headingColor\":\"\",\"subHeadingColor\":\"\",\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"source_type\":\"image\",\"block_id\":\"a22e6915\",\"ctaTarget\":true,\"ctaType\":\"text\",\"ctaText\":\"READ MORE\",\"ctaLink\":\"https://www.sundowner.co.za/rooms/magalies-barbus-haven/\",\"ctaLinkColor\":\"var(\\u002d\\u002dast-global-color-0)\",\"ctaDecoration\":\"underline\",\"ctaFontSize\":12,\"ctaFontWeight\":\"600\",\"ctaLetterSpacing\":2,\"ctaBorderColor\":\"\",\"ctaBorderStyle\":\"\",\"ctaBorderWidth\":\"\",\"ctaBorderRadius\":\"\",\"iconBottomMargin\":30,\"iconImage\":{\"uploading\":false,\"date\":1671106052000,\"filename\":\"41b46e52d7427ea1f6f135454e9a012f.png\",\"menuOrder\":0,\"uploadedTo\":762,\"type\":\"image\",\"subtype\":\"png\",\"id\":1222,\"title\":\"41b46e52d7427ea1f6f135454e9a012f\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/41b46e52d7427ea1f6f135454e9a012f.png\",\"link\":\"https://blueroan.netgen.cloud/amenities/41b46e52d7427ea1f6f135454e9a012f/\",\"alt\":\"\",\"author\":\"2\",\"description\":\"\",\"caption\":\"\",\"name\":\"41b46e52d7427ea1f6f135454e9a012f\",\"status\":\"inherit\",\"modified\":1671106052000,\"mime\":\"image/png\",\"icon\":\"https://blueroan.netgen.cloud/wp-includes/images/media/default.png\",\"dateFormatted\":\"December 15, 2022\",\"nonces\":{\"update\":\"a33de4f0ef\",\"delete\":\"e6f9dee199\",\"edit\":\"6d436328bf\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=1222\\u0026action=edit\",\"meta\":false,\"authorName\":\"Netgen Support\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/profile.php\",\"uploadedToTitle\":\"Amenities\",\"uploadedToLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=762\\u0026action=edit\",\"filesizeInBytes\":326854,\"filesizeHumanReadable\":\"319 KB\",\"context\":\"\",\"height\":440,\"width\":370,\"orientation\":\"portrait\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/41b46e52d7427ea1f6f135454e9a012f-150x150.png\",\"orientation\":\"landscape\"},\"medium\":{\"height\":300,\"width\":252,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/41b46e52d7427ea1f6f135454e9a012f-252x300.png\",\"orientation\":\"portrait\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/41b46e52d7427ea1f6f135454e9a012f.png\",\"height\":440,\"width\":370,\"orientation\":\"portrait\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"imageSize\":\"full\",\"imageWidth\":100,\"imageWidthMobile\":100,\"imageWidthTablet\":100,\"paddingBtnTop\":10,\"paddingBtnBottom\":10,\"paddingBtnLeft\":14,\"paddingBtnRight\":14,\"imageWidthUnit\":\"%\",\"imageWidthUnitTablet\":\"%\",\"imageWidthUnitMobile\":\"%\",\"subHeadTopMargin\":0,\"subHeadRightMargin\":40,\"subHeadLeftMargin\":0,\"subHeadMarginTopTablet\":0,\"subHeadMarginRightTablet\":0,\"subHeadTabletSpace\":20,\"subHeadMarginLeftTablet\":0,\"imgTagHeight\":118,\"imgTagWidth\":370,\"btnBorderTopWidth\":1,\"btnBorderLeftWidth\":1,\"btnBorderRightWidth\":1,\"btnBorderBottomWidth\":1,\"btnBorderTopLeftRadius\":0,\"btnBorderTopRightRadius\":0,\"btnBorderBottomLeftRadius\":0,\"btnBorderBottomRightRadius\":0,\"btnBorderStyle\":\"solid\",\"btnBorderColor\":\"#333\"} -->\n<div class=\"wp-block-uagb-info-box uagb-block-a22e6915 uagb-infobox__content-wrap  uagb-infobox-icon-above-title uagb-infobox-image-valign-top\"><div class=\"uagb-ifb-content\"><div class=\"uagb-ifb-image-content\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/41b46e52d7427ea1f6f135454e9a012f.png\" alt=\"\" width=\"100\" height=\"118\" loading=\"lazy\"/></div><div class=\"uagb-ifb-title-wrap\"><h3 class=\"uagb-ifb-title\">Fishing at Barbus Haven </h3></div><p class=\"uagb-ifb-desc\">The 2.5 hr Introductory fly fishing clinics cover the basic techniques required to fly fish effectively. </p><div class=\"uagb-ifb-button-wrapper wp-block-button\"><a href=\"https://www.sundowner.co.za/rooms/magalies-barbus-haven/\" target=\"_blank\" class=\"uagb-infobox-cta-link\" rel=\"noopener noreferrer\" alt=\"\"><span class=\"uagb-inline-editing\">READ MORE</span><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M504.3 273.6l-112.1 104c-6.992 6.484-17.18 8.218-25.94 4.406c-8.758-3.812-14.42-12.45-14.42-21.1L351.9 288H32C14.33 288 .0002 273.7 .0002 255.1S14.33 224 32 224h319.9l0-72c0-9.547 5.66-18.19 14.42-22c8.754-3.809 18.95-2.075 25.94 4.41l112.1 104C514.6 247.9 514.6 264.1 504.3 273.6z\"></path></svg></a></div></div></div>\n<!-- /wp:uagb/info-box -->\n\n<!-- wp:uagb/info-box {\"classMigrate\":true,\"headingAlign\":\"left\",\"headingColor\":\"\",\"subHeadingColor\":\"\",\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"source_type\":\"image\",\"block_id\":\"5735ac40\",\"ctaTarget\":true,\"ctaType\":\"text\",\"ctaText\":\"READ MORE\",\"ctaLink\":\"https://www.thekingfisherlodge.co.za/activities/\",\"ctaLinkColor\":\"var(\\u002d\\u002dast-global-color-0)\",\"ctaDecoration\":\"underline\",\"ctaFontSize\":12,\"ctaFontWeight\":\"600\",\"ctaLetterSpacing\":2,\"ctaBorderColor\":\"\",\"ctaBorderStyle\":\"\",\"ctaBorderWidth\":\"\",\"ctaBorderRadius\":\"\",\"iconBottomMargin\":30,\"iconImage\":{\"uploading\":false,\"date\":1671106415000,\"filename\":\"IMG-20180619-WA0004.png\",\"menuOrder\":0,\"uploadedTo\":762,\"type\":\"image\",\"subtype\":\"png\",\"id\":1225,\"title\":\"IMG-20180619-WA0004\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/IMG-20180619-WA0004.png\",\"link\":\"https://blueroan.netgen.cloud/amenities/img-20180619-wa0004/\",\"alt\":\"\",\"author\":\"2\",\"description\":\"\",\"caption\":\"\",\"name\":\"img-20180619-wa0004\",\"status\":\"inherit\",\"modified\":1671106415000,\"mime\":\"image/png\",\"icon\":\"https://blueroan.netgen.cloud/wp-includes/images/media/default.png\",\"dateFormatted\":\"December 15, 2022\",\"nonces\":{\"update\":\"e988b6351d\",\"delete\":\"5d512e9cd1\",\"edit\":\"3a331dfabd\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=1225\\u0026action=edit\",\"meta\":false,\"authorName\":\"Netgen Support\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/profile.php\",\"uploadedToTitle\":\"Amenities\",\"uploadedToLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=762\\u0026action=edit\",\"filesizeInBytes\":276116,\"filesizeHumanReadable\":\"270 KB\",\"context\":\"\",\"height\":440,\"width\":370,\"orientation\":\"portrait\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/IMG-20180619-WA0004-150x150.png\",\"orientation\":\"landscape\"},\"medium\":{\"height\":300,\"width\":252,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/IMG-20180619-WA0004-252x300.png\",\"orientation\":\"portrait\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/IMG-20180619-WA0004.png\",\"height\":440,\"width\":370,\"orientation\":\"portrait\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"imageSize\":\"full\",\"imageWidth\":100,\"imageWidthMobile\":100,\"imageWidthTablet\":100,\"paddingBtnTop\":10,\"paddingBtnBottom\":10,\"paddingBtnLeft\":14,\"paddingBtnRight\":14,\"imageWidthUnit\":\"%\",\"imageWidthUnitTablet\":\"%\",\"imageWidthUnitMobile\":\"%\",\"subHeadTopMargin\":0,\"subHeadRightMargin\":40,\"subHeadLeftMargin\":0,\"subHeadMarginTopTablet\":0,\"subHeadMarginRightTablet\":0,\"subHeadTabletSpace\":20,\"subHeadMarginLeftTablet\":0,\"imgTagHeight\":118,\"imgTagWidth\":370,\"btnBorderTopWidth\":1,\"btnBorderLeftWidth\":1,\"btnBorderRightWidth\":1,\"btnBorderBottomWidth\":1,\"btnBorderTopLeftRadius\":0,\"btnBorderTopRightRadius\":0,\"btnBorderBottomLeftRadius\":0,\"btnBorderBottomRightRadius\":0,\"btnBorderStyle\":\"solid\",\"btnBorderColor\":\"#333\"} -->\n<div class=\"wp-block-uagb-info-box uagb-block-5735ac40 uagb-infobox__content-wrap  uagb-infobox-icon-above-title uagb-infobox-image-valign-top\"><div class=\"uagb-ifb-content\"><div class=\"uagb-ifb-image-content\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/IMG-20180619-WA0004.png\" alt=\"\" width=\"100\" height=\"118\" loading=\"lazy\"/></div><div class=\"uagb-ifb-title-wrap\"><h3 class=\"uagb-ifb-title\">Fishing at Kingfisher </h3></div><p class=\"uagb-ifb-desc\">The opportunity to fish for Rainbow Trout or the elusive Brown Trout. Kingfisher offers rod hires at their venue. <br></p><div class=\"uagb-ifb-button-wrapper wp-block-button\"><a href=\"https://www.thekingfisherlodge.co.za/activities/\" target=\"_blank\" class=\"uagb-infobox-cta-link\" rel=\"noopener noreferrer\" alt=\"\"><span class=\"uagb-inline-editing\">READ MORE</span><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M504.3 273.6l-112.1 104c-6.992 6.484-17.18 8.218-25.94 4.406c-8.758-3.812-14.42-12.45-14.42-21.1L351.9 288H32C14.33 288 .0002 273.7 .0002 255.1S14.33 224 32 224h319.9l0-72c0-9.547 5.66-18.19 14.42-22c8.754-3.809 18.95-2.075 25.94 4.41l112.1 104C514.6 247.9 514.6 264.1 504.3 273.6z\"></path></svg></a></div></div></div>\n<!-- /wp:uagb/info-box -->\n\n<!-- wp:uagb/info-box {\"classMigrate\":true,\"headingAlign\":\"left\",\"headingColor\":\"\",\"subHeadingColor\":\"\",\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"source_type\":\"image\",\"block_id\":\"0452d24d\",\"ctaType\":\"text\",\"ctaText\":\"READ MORE\",\"ctaLinkColor\":\"var(\\u002d\\u002dast-global-color-0)\",\"ctaDecoration\":\"underline\",\"ctaFontSize\":12,\"ctaFontWeight\":\"600\",\"ctaLetterSpacing\":2,\"ctaBorderColor\":\"\",\"ctaBorderStyle\":\"\",\"ctaBorderWidth\":\"\",\"ctaBorderRadius\":\"\",\"iconBottomMargin\":30,\"iconImage\":{\"id\":241,\"title\":\"beach\",\"filename\":\"beach.jpg\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/beach.jpg\",\"link\":\"https://blueroan.netgen.cloud/beach/\",\"alt\":\"\",\"author\":\"34\",\"description\":\"\",\"caption\":\"\",\"name\":\"beach\",\"status\":\"inherit\",\"uploadedTo\":0,\"date\":\"2021-05-11T10:56:06.000Z\",\"modified\":\"2021-05-11T10:56:06.000Z\",\"menuOrder\":0,\"mime\":\"image/jpeg\",\"type\":\"image\",\"subtype\":\"jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/default.png\",\"dateFormatted\":\"May 11, 2021\",\"nonces\":{\"update\":\"65c348aac8\",\"delete\":\"6d551f7cf4\",\"edit\":\"026ca70d91\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=241\\u0026action=edit\",\"meta\":false,\"authorName\":\"Rishabh\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/user-edit.php?user_id=34\",\"filesizeInBytes\":38094,\"filesizeHumanReadable\":\"37 KB\",\"context\":\"\",\"height\":440,\"width\":370,\"orientation\":\"portrait\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/beach-150x150.jpg\",\"orientation\":\"landscape\"},\"medium\":{\"height\":300,\"width\":252,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/beach-252x300-1.jpg\",\"orientation\":\"portrait\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/beach.jpg\",\"height\":440,\"width\":370,\"orientation\":\"portrait\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"imageSize\":\"full\",\"imageWidth\":100,\"imageWidthMobile\":100,\"imageWidthTablet\":100,\"paddingBtnTop\":10,\"paddingBtnBottom\":10,\"paddingBtnLeft\":14,\"paddingBtnRight\":14,\"imageWidthUnit\":\"%\",\"imageWidthUnitTablet\":\"%\",\"imageWidthUnitMobile\":\"%\",\"subHeadTopMargin\":0,\"subHeadRightMargin\":40,\"subHeadLeftMargin\":0,\"subHeadMarginTopTablet\":0,\"subHeadMarginRightTablet\":0,\"subHeadTabletSpace\":20,\"subHeadMarginLeftTablet\":0,\"imgTagHeight\":118,\"imgTagWidth\":370,\"btnBorderTopWidth\":1,\"btnBorderLeftWidth\":1,\"btnBorderRightWidth\":1,\"btnBorderBottomWidth\":1,\"btnBorderTopLeftRadius\":0,\"btnBorderTopRightRadius\":0,\"btnBorderBottomLeftRadius\":0,\"btnBorderBottomRightRadius\":0,\"btnBorderStyle\":\"solid\",\"btnBorderColor\":\"#333\"} -->\n<div class=\"wp-block-uagb-info-box uagb-block-0452d24d uagb-infobox__content-wrap  uagb-infobox-icon-above-title uagb-infobox-image-valign-top\"><div class=\"uagb-ifb-content\"><div class=\"uagb-ifb-image-content\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/beach.jpg\" alt=\"\" width=\"100\" height=\"118\" loading=\"lazy\"/></div><div class=\"uagb-ifb-title-wrap\"><h3 class=\"uagb-ifb-title\">Private Beach​</h3></div><p class=\"uagb-ifb-desc\">Want to take a dip into the sea? All our guests get complimentary access to our private beach.</p><div class=\"uagb-ifb-button-wrapper wp-block-button\"><a href=\"\" target=\"_self\" class=\"uagb-infobox-cta-link uagb-disable-link\" rel=\"noopener noreferrer\" alt=\"\"><span class=\"uagb-inline-editing\">READ MORE</span><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M504.3 273.6l-112.1 104c-6.992 6.484-17.18 8.218-25.94 4.406c-8.758-3.812-14.42-12.45-14.42-21.1L351.9 288H32C14.33 288 .0002 273.7 .0002 255.1S14.33 224 32 224h319.9l0-72c0-9.547 5.66-18.19 14.42-22c8.754-3.809 18.95-2.075 25.94 4.41l112.1 104C514.6 247.9 514.6 264.1 504.3 273.6z\"></path></svg></a></div></div></div>\n<!-- /wp:uagb/info-box --></div>\n<!-- /wp:uagb/container --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"f59d8add\",\"backgroundType\":\"color\",\"backgroundSizeTablet\":\"cover\",\"backgroundSizeMobile\":\"cover\",\"backgroundColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"topPaddingDesktop\":50,\"bottomPaddingDesktop\":100,\"topPaddingTablet\":50,\"bottomPaddingTablet\":25,\"leftPaddingTablet\":20,\"rightPaddingTablet\":20,\"topPaddingMobile\":50,\"bottomPaddingMobile\":20,\"leftPaddingMobile\":20,\"rightPaddingMobile\":20,\"paddingLink\":false,\"variationSelected\":true,\"rowGapDesktop\":0,\"isBlockRootParent\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-f59d8add alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/container {\"block_id\":\"e9b3f78c\",\"directionDesktop\":\"row\",\"alignItemsTablet\":\"flex-start\",\"paddingLink\":false,\"topMarginDesktop\":50,\"bottomMarginDesktop\":20,\"leftMarginDesktop\":0,\"rightMarginDesktop\":0,\"marginLink\":false,\"variationSelected\":true,\"rowGapMobile\":65,\"columnGapDesktop\":48,\"columnGapTablet\":20} -->\n<div class=\"wp-block-uagb-container uagb-block-e9b3f78c\"><!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"align\":\"center\",\"id\":1222,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image aligncenter size-full\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/41b46e52d7427ea1f6f135454e9a012f.png\" alt=\"\" class=\"wp-image-1222\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"textAlign\":\"center\",\"level\":3} -->\n<h3 class=\"has-text-align-center\">Fishing </h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>The dam has trout (stocked), bass, vlei Kuper and carp. Fly fishers seeking a unique challenge visit our establishment in search of the large &amp; small scale Yellow fish.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:buttons -->\n<div class=\"wp-block-buttons\"><!-- wp:button {\"align\":\"left\"} -->\n<div class=\"wp-block-button alignleft\"><a class=\"wp-block-button__link wp-element-button\" href=\"https://www.sundowner.co.za/rooms/magalies-barbus-haven/\" target=\"_blank\" rel=\"noreferrer noopener\">Barbus Haven</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons -->\n\n<!-- wp:paragraph -->\n<p>The opportunity to fish for Rainbow Trout or the elusive Brown Trout. Kingfisher offers rod hires at their venue. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:buttons -->\n<div class=\"wp-block-buttons\"><!-- wp:button {\"align\":\"left\"} -->\n<div class=\"wp-block-button alignleft\"><a class=\"wp-block-button__link wp-element-button\" href=\"https://www.thekingfisherlodge.co.za/activities/\" target=\"_blank\" rel=\"noreferrer noopener\">Kingfisher</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":1235,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Maseke-MTB-MvZ-3-1024x683-1.png\" alt=\"\" class=\"wp-image-1235\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>Mountain biking </h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>It is a privately owned nature reserve that offers mountain biking.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:spacer {\"height\":\"20px\"} -->\n<div style=\"height:20px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:buttons -->\n<div class=\"wp-block-buttons\"><!-- wp:button -->\n<div class=\"wp-block-button\"><a class=\"wp-block-button__link wp-element-button\" href=\"http://ingwebushcamp.yolasite.com/\" target=\"_blank\" rel=\"noreferrer noopener\">Ingwe Bush Camp&nbsp;</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons -->\n\n<!-- wp:paragraph -->\n<p>With over 80km of trails, Van Gaalen&nbsp;has something to offer for every kind of athlete, from beginner to advanced.<br></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:buttons -->\n<div class=\"wp-block-buttons\"><!-- wp:button -->\n<div class=\"wp-block-button\"><a class=\"wp-block-button__link wp-element-button\" href=\"https://www.vangaalen.co.za/products\" target=\"_blank\" rel=\"noreferrer noopener\">Van Gaalen\'s</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":830,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/ef9d0188da11e2bc56788f5619d9d539.png\" alt=\"\" class=\"wp-image-830\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>Quad biking </h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>We have quads suitable for kiddies, tweens, teens, and adults. We have mini quads and fully automatic 150cc quads.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:spacer {\"height\":\"2px\"} -->\n<div style=\"height:2px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:buttons -->\n<div class=\"wp-block-buttons\"><!-- wp:button -->\n<div class=\"wp-block-button\"><a class=\"wp-block-button__link wp-element-button\" href=\"https://www.saddlecreekadventures.co.za/activity/quad-biking/\" target=\"_blank\" rel=\"noreferrer noopener\">Saddle Creek Ranch</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons -->\n\n<!-- wp:paragraph -->\n<p>A 700-meter monster track, the longest and most exciting track in Gauteng!</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:spacer {\"height\":\"2px\"} -->\n<div style=\"height:2px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:buttons -->\n<div class=\"wp-block-buttons\"><!-- wp:button -->\n<div class=\"wp-block-button\"><a class=\"wp-block-button__link wp-element-button\" href=\"http://www.swartkrans.co.za/\" target=\"_blank\" rel=\"noreferrer noopener\">Swartkrans Go-Karting&nbsp;</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"align\":\"center\",\"id\":1198,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image aligncenter size-full\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/eyJidWNrZXQiOiJhc3NldHMuYWxsdHJhaWxzLmNvbSIsImtleSI6InVwbG9hZHMvcGhvdG8vaW1hZ2UvNDMxNzk4MTAvYjZkYTAz-1.png\" alt=\"\" class=\"wp-image-1198\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>Horse riding </h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Join us for an unforgettable horse riding experience in the peaceful countryside, with beautiful mountain scenery and lovely bush trails.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:buttons -->\n<div class=\"wp-block-buttons\"><!-- wp:button -->\n<div class=\"wp-block-button\"><a class=\"wp-block-button__link wp-element-button\" href=\"https://www.saddlecreekadventures.co.za/activity/horse-riding/\" target=\"_blank\" rel=\"noreferrer noopener\">Saddle Creek Ranch</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":1185,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/49089607_1950305445047847_5177863042771189760_n.png\" alt=\"\" class=\"wp-image-1185\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>Game drives </h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Enjoy a thrilling and educational adventure with our experienced guides.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:spacer {\"height\":\"2px\"} -->\n<div style=\"height:2px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:buttons -->\n<div class=\"wp-block-buttons\"><!-- wp:button -->\n<div class=\"wp-block-button\"><a class=\"wp-block-button__link wp-element-button\" href=\"https://www.rhinolion.co.za/visitors-guide/activity-index/game-drives/\" target=\"_blank\" rel=\"noreferrer noopener\">Rhino &amp; Lion Park</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons -->\n\n<!-- wp:paragraph -->\n<p>Our guided game-viewing drives take place each day in the morning and afternoon, as this is when the animals are most active.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:buttons -->\n<div class=\"wp-block-buttons\"><!-- wp:button -->\n<div class=\"wp-block-button\"><a class=\"wp-block-button__link wp-element-button\" href=\"https://www.africanhillslodge.co.za/experience/\" target=\"_blank\" rel=\"noreferrer noopener\">Askari Game Lodge</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"84bb22b9\",\"innerContentCustomWidthDesktop\":781,\"innerContentCustomWidthTablet\":781,\"backgroundType\":\"image\",\"backgroundImageDesktop\":{\"id\":54,\"title\":\"background-img\",\"filename\":\"background-img-1.jpg\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/background-img-1.jpg\",\"link\":\"https://blueroan.netgen.cloud/background-img-2/\",\"alt\":\"\",\"author\":\"34\",\"description\":\"\",\"caption\":\"\",\"name\":\"background-img-2\",\"status\":\"inherit\",\"uploadedTo\":0,\"date\":\"2021-05-07T10:11:37.000Z\",\"modified\":\"2021-05-07T10:11:37.000Z\",\"menuOrder\":0,\"mime\":\"image/jpeg\",\"type\":\"image\",\"subtype\":\"jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/default.png\",\"dateFormatted\":\"May 7, 2021\",\"nonces\":{\"update\":\"bb999636b9\",\"delete\":\"d2e1375bc4\",\"edit\":\"005dd2f0c9\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=54\\u0026action=edit\",\"meta\":false,\"authorName\":\"Rishabh\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/user-edit.php?user_id=34\",\"filesizeInBytes\":338858,\"filesizeHumanReadable\":\"331 KB\",\"context\":\"\",\"height\":1080,\"width\":1920,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/background-img-1-150x150.jpg\",\"orientation\":\"landscape\"},\"medium\":{\"height\":169,\"width\":300,\"url\":\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/background-img-1-300x169.jpg\",\"orientation\":\"landscape\"},\"large\":{\"height\":576,\"width\":1024,\"url\":\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/background-img-1-1024x576.jpg\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/background-img-1.jpg\",\"height\":1080,\"width\":1920,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"backgroundImageColor\":\"rgba(42,42,42,0.65)\",\"topPaddingDesktop\":144,\"bottomPaddingDesktop\":144,\"leftPaddingDesktop\":40,\"rightPaddingDesktop\":40,\"topPaddingTablet\":80,\"bottomPaddingTablet\":80,\"leftPaddingTablet\":40,\"rightPaddingTablet\":40,\"topPaddingMobile\":64,\"bottomPaddingMobile\":64,\"leftPaddingMobile\":24,\"rightPaddingMobile\":24,\"paddingLink\":false,\"variationSelected\":true,\"isBlockRootParent\":true,\"overlayType\":\"color\"} -->\n<div class=\"wp-block-uagb-container uagb-block-84bb22b9 alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/advanced-heading {\"block_id\":\"05f38868\",\"classMigrate\":true,\"headingDescToggle\":true,\"headingAlign\":\"center\",\"headingColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"subHeadingColor\":\"var(\\u002d\\u002dast-global-color-4)\",\"headSpace\":20} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-05f38868\"><h2 class=\"uagb-heading-text\">Plan an Unforgettable Experience in Mykonos Today!</h2><p class=\"uagb-desc-text\">We can help you fit your stay and experience within your allotted budget.</p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/advanced-heading {\"block_id\":\"2e1b0974\",\"classMigrate\":true,\"headingTitleToggle\":false,\"headingDescToggle\":true,\"headingAlign\":\"center\",\"subHeadingColor\":\"var(\\u002d\\u002dast-global-color-4)\",\"subHeadTransform\":\"uppercase\",\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"subHeadLetterSpacing\":2,\"blockTopPadding\":60,\"blockRightPadding\":0,\"blockLeftPadding\":0,\"blockBottomPadding\":0,\"blockTopPaddingMobile\":30,\"blockRightPaddingMobile\":0,\"blockLeftPaddingMobile\":0,\"blockBottomPaddingMobile\":0} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-2e1b0974\"><p class=\"uagb-desc-text\">BOOK YOUR STAY NOW​</p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/icon-list {\"block_id\":\"9a0fa4d6\",\"classMigrate\":true,\"childMigrate\":true,\"align\":\"center\",\"parentIcon\":\"phone\",\"size\":40,\"sizeMobile\":24,\"sizeTablet\":32,\"fontSize\":48,\"fontSizeMobile\":28,\"fontSizeTablet\":40,\"fontWeight\":\"600\",\"iconColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"labelColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"blockTopPadding\":0,\"blockRightPadding\":0,\"blockLeftPadding\":0,\"blockBottomPadding\":24,\"blockPaddingLink\":false} -->\n<div class=\"wp-block-uagb-icon-list uagb-block-9a0fa4d6\"><div class=\"uagb-icon-list__wrap\"><!-- wp:uagb/icon-list-child {\"block_id\":\"6f168413\",\"label\":\"+1-123 456 7890​\",\"label_color\":\"\",\"fromParentIcon\":\"phone\",\"imageSizeChild\":40} -->\n<div class=\"wp-block-uagb-icon-list-child uagb-block-6f168413\"><span class=\"uagb-icon-list__source-wrap\"><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M511.2 387l-23.25 100.8c-3.266 14.25-15.79 24.22-30.46 24.22C205.2 512 0 306.8 0 54.5c0-14.66 9.969-27.2 24.22-30.45l100.8-23.25C139.7-2.602 154.7 5.018 160.8 18.92l46.52 108.5c5.438 12.78 1.77 27.67-8.98 36.45L144.5 207.1c33.98 69.22 90.26 125.5 159.5 159.5l44.08-53.8c8.688-10.78 23.69-14.51 36.47-8.975l108.5 46.51C506.1 357.2 514.6 372.4 511.2 387z\"></path></svg></span><span class=\"uagb-icon-list__label\">+1-123 456 7890​</span></div>\n<!-- /wp:uagb/icon-list-child --></div></div>\n<!-- /wp:uagb/icon-list --></div></div>\n<!-- /wp:uagb/container -->',	'Amenities',	'',	'inherit',	'closed',	'closed',	'',	'762-revision-v1',	'',	'',	'2022-12-15 12:52:41',	'2022-12-15 12:52:41',	'',	762,	'https://blueroan.netgen.cloud/?p=1255',	0,	'revision',	'',	0),
(1257,	2,	'2022-12-15 12:55:09',	'2022-12-15 12:55:09',	'<!-- wp:uagb/container {\"block_id\":\"29efa3cf\",\"backgroundType\":\"image\",\"backgroundImageDesktop\":{\"id\":1007,\"title\":\"AAEAAQAAAAAAAAAAAAAAJDg5NmY0ZGUxLWE4MTgtNDY5NC1iODFhLTBmN2Q0ZDc5ZWFiNw-1\",\"filename\":\"AAEAAQAAAAAAAAAAAAAAJDg5NmY0ZGUxLWE4MTgtNDY5NC1iODFhLTBmN2Q0ZDc5ZWFiNw-1.png\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAAJDg5NmY0ZGUxLWE4MTgtNDY5NC1iODFhLTBmN2Q0ZDc5ZWFiNw-1.png\",\"link\":\"https://blueroan.netgen.cloud/the-barn/aaeaaqaaaaaaaaaaaaaajdg5nmy0zguxlwe4mtgtndy5nc1iodfhltbmn2q0zdc5zwfinw-1/\",\"alt\":\"\",\"author\":\"2\",\"description\":\"\",\"caption\":\"\",\"name\":\"aaeaaqaaaaaaaaaaaaaajdg5nmy0zguxlwe4mtgtndy5nc1iodfhltbmn2q0zdc5zwfinw-1\",\"status\":\"inherit\",\"uploadedTo\":948,\"date\":\"2022-12-14T10:50:25.000Z\",\"modified\":\"2022-12-14T10:50:25.000Z\",\"menuOrder\":0,\"mime\":\"image/png\",\"type\":\"image\",\"subtype\":\"png\",\"icon\":\"https://blueroan.netgen.cloud/wp-includes/images/media/default.png\",\"dateFormatted\":\"December 14, 2022\",\"nonces\":{\"update\":\"483f8bdf3d\",\"delete\":\"0a7ebc92ef\",\"edit\":\"6bc1c6a685\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=1007\\u0026action=edit\",\"meta\":false,\"authorName\":\"Netgen Support\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/profile.php\",\"uploadedToTitle\":\"The Barn\",\"uploadedToLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=948\\u0026action=edit\",\"filesizeInBytes\":1348989,\"filesizeHumanReadable\":\"1 MB\",\"context\":\"\",\"height\":667,\"width\":1000,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAAJDg5NmY0ZGUxLWE4MTgtNDY5NC1iODFhLTBmN2Q0ZDc5ZWFiNw-1-150x150.png\",\"orientation\":\"landscape\"},\"medium\":{\"height\":200,\"width\":300,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAAJDg5NmY0ZGUxLWE4MTgtNDY5NC1iODFhLTBmN2Q0ZDc5ZWFiNw-1-300x200.png\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAAJDg5NmY0ZGUxLWE4MTgtNDY5NC1iODFhLTBmN2Q0ZDc5ZWFiNw-1.png\",\"height\":667,\"width\":1000,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"backgroundPositionDesktop\":{\"x\":0.61,\"y\":0.52},\"backgroundSizeTablet\":\"cover\",\"backgroundSizeMobile\":\"cover\",\"backgroundColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"backgroundImageColor\":\"rgba(42,42,42,0.5)\",\"topPaddingDesktop\":220,\"bottomPaddingDesktop\":150,\"topPaddingTablet\":170,\"bottomPaddingTablet\":160,\"leftPaddingTablet\":30,\"rightPaddingTablet\":30,\"topPaddingMobile\":180,\"bottomPaddingMobile\":80,\"leftPaddingMobile\":20,\"rightPaddingMobile\":20,\"paddingLink\":false,\"variationSelected\":true,\"isBlockRootParent\":true,\"overlayType\":\"color\"} -->\n<div class=\"wp-block-uagb-container uagb-block-29efa3cf alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/advanced-heading {\"block_id\":\"ba6c87f3\",\"classMigrate\":true,\"headingDescToggle\":true,\"headingColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"subHeadingColor\":\"var(\\u002d\\u002dast-global-color-4)\",\"headingTag\":\"h1\",\"headSpace\":20,\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"blockTopPadding\":0,\"blockRightPadding\":50,\"blockLeftPadding\":0,\"blockBottomPadding\":0,\"blockTopPaddingTablet\":0,\"blockRightPaddingTablet\":20,\"blockLeftPaddingTablet\":0,\"blockBottomPaddingTablet\":0,\"blockTopPaddingMobile\":0,\"blockRightPaddingMobile\":0,\"blockLeftPaddingMobile\":0,\"blockBottomPaddingMobile\":0,\"blockPaddingUnit\":\"%\",\"blockPaddingUnitTablet\":\"%\"} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-ba6c87f3\"><h1 class=\"uagb-heading-text\">Amenities &amp; Interests​</h1><p class=\"uagb-desc-text\">We do not give you just rooms to stay in. We give you an environment where you can experience the best while on a holiday with us. </p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:buttons -->\n<div class=\"wp-block-buttons\"><!-- wp:button -->\n<div class=\"wp-block-button\"><a class=\"wp-block-button__link wp-element-button\" href=\"https://book.nightsbridge.com/11065\" target=\"_blank\" rel=\"noreferrer noopener\">BOOK NOW</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"643ec28c\",\"backgroundType\":\"color\",\"backgroundSizeTablet\":\"cover\",\"backgroundSizeMobile\":\"cover\",\"backgroundColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"topPaddingDesktop\":50,\"bottomPaddingDesktop\":100,\"topPaddingTablet\":50,\"bottomPaddingTablet\":25,\"leftPaddingTablet\":20,\"rightPaddingTablet\":20,\"topPaddingMobile\":50,\"bottomPaddingMobile\":20,\"leftPaddingMobile\":20,\"rightPaddingMobile\":20,\"paddingLink\":false,\"variationSelected\":true,\"rowGapDesktop\":0,\"isBlockRootParent\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-643ec28c alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/container {\"block_id\":\"7f7189fc\",\"directionDesktop\":\"row\",\"alignItemsTablet\":\"flex-start\",\"paddingLink\":false,\"topMarginDesktop\":50,\"bottomMarginDesktop\":20,\"leftMarginDesktop\":0,\"rightMarginDesktop\":0,\"marginLink\":false,\"variationSelected\":true,\"rowGapMobile\":65,\"columnGapDesktop\":48,\"columnGapTablet\":20} -->\n<div class=\"wp-block-uagb-container uagb-block-7f7189fc\"><!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"align\":\"center\",\"id\":828,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image aligncenter size-full\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Blue-Roan-pool.png\" alt=\"Blue Roan\'s rock pool\" class=\"wp-image-828\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>A relaxing rock Pool​</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>We have a lovely sparkling blue rock pool next to a thatched Lapa. &nbsp;&nbsp;Lie on recliners on the green lawn or sit on the swing chair in the Lapa and enjoy the panoramic view of the Magaliesberg mountain range.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":829,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/img-20160605-wa0002-largejpg.png\" alt=\"\" class=\"wp-image-829\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>Braai facilities </h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>What can compare to a burning fire under the star-lit African sky? Nothing beats the flavor of cooking over an open flame.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":830,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/ef9d0188da11e2bc56788f5619d9d539.png\" alt=\"\" class=\"wp-image-830\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>A games room </h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>The reception is also a games room for those who enjoy darts or playing pool. &nbsp;Take a selection of DVDs back to your room and watch movies on your own DVD player. &nbsp;There is also a selection of board games and music CDs that you can borrow.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"align\":\"center\",\"id\":1198,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image aligncenter size-full\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/eyJidWNrZXQiOiJhc3NldHMuYWxsdHJhaWxzLmNvbSIsImtleSI6InVwbG9hZHMvcGhvdG8vaW1hZ2UvNDMxNzk4MTAvYjZkYTAz-1.png\" alt=\"\" class=\"wp-image-1198\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>Walking or hiking </h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>There is a well-kept walking trail on our property with plenty of bird life and some benches along the way. &nbsp;It is safe for dogs to run off-leash as it is completely fenced all around. &nbsp;For those who enjoy long walks and hikes, it is safe to cross onto neighbouring farms and go as far as the eye can see.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":1185,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/49089607_1950305445047847_5177863042771189760_n.png\" alt=\"\" class=\"wp-image-1185\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>Mountain biking </h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Bring your mountain bikes and explore the surrounding countryside on safe off-road tracks on our property and on neighbouring farms.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":1196,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Michelle_1.png\" alt=\"\" class=\"wp-image-1196\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>Horse riding </h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Interested riders can book at one of the recommended horse-riding establishments listed further down this page.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"fd57b49d\",\"innerContentWidth\":\"alignfull\",\"directionDesktop\":\"row\",\"wrapTablet\":\"wrap\",\"variationSelected\":true,\"rowGapTablet\":0,\"columnGapDesktop\":0,\"isBlockRootParent\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-fd57b49d alignfull uagb-is-root-container\"><!-- wp:uagb/container {\"block_id\":\"f77b6bad\",\"widthDesktop\":25,\"widthTablet\":50,\"variationSelected\":true,\"widthSetByUser\":true,\"UAGHideMob\":true,\"UAGResponsiveConditions\":true} -->\n<div class=\"wp-block-uagb-container uag-hide-mob uagb-block-f77b6bad\"><!-- wp:uagb/image {\"block_id\":\"e0682684\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-18-1-1024x768.jpg\",\"id\":1208,\"linkDestination\":\"none\",\"width\":480,\"height\":500,\"naturalWidth\":1024,\"naturalHeight\":768,\"sizeSlug\":\"large\",\"sizeSlugTablet\":\"large\",\"sizeSlugMobile\":\"large\",\"customHeightSetDesktop\":true} -->\n<div class=\"wp-block-uagb-image uagb-block-e0682684 wp-block-uagb-image--layout-default wp-block-uagb-image--effect-static wp-block-uagb-image--align-none\"><figure class=\"wp-block-uagb-image__figure\"><img srcset=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-18-1-1024x768.jpg \" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-18-1-1024x768.jpg\" alt=\"\" class=\"uag-image-1208\" width=\"480\" height=\"500\" title=\"\" loading=\"lazy\"/></figure></div>\n<!-- /wp:uagb/image --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"d1708224\",\"widthDesktop\":25,\"widthTablet\":50,\"variationSelected\":true,\"widthSetByUser\":true,\"UAGHideMob\":true,\"UAGResponsiveConditions\":true} -->\n<div class=\"wp-block-uagb-container uag-hide-mob uagb-block-d1708224\"><!-- wp:uagb/image {\"block_id\":\"9137d45b\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Blue-Roan-pool-1.png\",\"id\":1210,\"linkDestination\":\"none\",\"width\":480,\"height\":500,\"naturalWidth\":370,\"naturalHeight\":440,\"sizeSlug\":\"full\",\"sizeSlugTablet\":\"full\",\"sizeSlugMobile\":\"full\",\"customHeightSetDesktop\":true} -->\n<div class=\"wp-block-uagb-image uagb-block-9137d45b wp-block-uagb-image--layout-default wp-block-uagb-image--effect-static wp-block-uagb-image--align-none\"><figure class=\"wp-block-uagb-image__figure\"><img srcset=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Blue-Roan-pool-1.png \" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Blue-Roan-pool-1.png\" alt=\"\" class=\"uag-image-1210\" width=\"480\" height=\"500\" title=\"\" loading=\"lazy\"/></figure></div>\n<!-- /wp:uagb/image --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"b26a1ec0\",\"widthDesktop\":50,\"widthTablet\":100,\"variationSelected\":true,\"columnGapDesktop\":20,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-b26a1ec0\"><!-- wp:uagb/image {\"block_id\":\"b565b161\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/the-view-from-my-rooms-1024x768.jpg\",\"id\":1211,\"linkDestination\":\"none\",\"width\":960,\"height\":500,\"naturalWidth\":1024,\"naturalHeight\":768,\"sizeSlug\":\"large\",\"sizeSlugTablet\":\"large\",\"sizeSlugMobile\":\"large\",\"customHeightSetDesktop\":true} -->\n<div class=\"wp-block-uagb-image uagb-block-b565b161 wp-block-uagb-image--layout-default wp-block-uagb-image--effect-static wp-block-uagb-image--align-none\"><figure class=\"wp-block-uagb-image__figure\"><img srcset=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/the-view-from-my-rooms-1024x768.jpg \" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/the-view-from-my-rooms-1024x768.jpg\" alt=\"\" class=\"uag-image-1211\" width=\"960\" height=\"500\" title=\"\" loading=\"lazy\"/></figure></div>\n<!-- /wp:uagb/image --></div>\n<!-- /wp:uagb/container --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"1183bda1\",\"innerContentWidth\":\"alignfull\",\"directionDesktop\":\"row\",\"wrapTablet\":\"wrap\",\"variationSelected\":true,\"rowGapTablet\":0,\"columnGapDesktop\":0,\"isBlockRootParent\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-1183bda1 alignfull uagb-is-root-container\"><!-- wp:uagb/container {\"block_id\":\"4e97a77d\",\"widthDesktop\":50,\"widthTablet\":100,\"variationSelected\":true,\"columnGapDesktop\":20,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-4e97a77d\"><!-- wp:uagb/image {\"block_id\":\"29ec5982\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAAJDI0ZWY4NDc1LThjYjYtNDM3YS1iOTliLWNmOWQxYTJkMWU5MQ-1.png\",\"id\":1213,\"linkDestination\":\"none\",\"width\":960,\"height\":500,\"naturalWidth\":1000,\"naturalHeight\":667,\"sizeSlug\":\"full\",\"sizeSlugTablet\":\"full\",\"sizeSlugMobile\":\"full\",\"customHeightSetDesktop\":true} -->\n<div class=\"wp-block-uagb-image uagb-block-29ec5982 wp-block-uagb-image--layout-default wp-block-uagb-image--effect-static wp-block-uagb-image--align-none\"><figure class=\"wp-block-uagb-image__figure\"><img srcset=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAAJDI0ZWY4NDc1LThjYjYtNDM3YS1iOTliLWNmOWQxYTJkMWU5MQ-1.png \" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAAJDI0ZWY4NDc1LThjYjYtNDM3YS1iOTliLWNmOWQxYTJkMWU5MQ-1.png\" alt=\"\" class=\"uag-image-1213\" width=\"960\" height=\"500\" title=\"\" loading=\"lazy\"/></figure></div>\n<!-- /wp:uagb/image --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"d8b2ae4e\",\"widthDesktop\":25,\"variationSelected\":true,\"widthSetByUser\":true,\"UAGHideMob\":true,\"UAGResponsiveConditions\":true} -->\n<div class=\"wp-block-uagb-container uag-hide-mob uagb-block-d8b2ae4e\"><!-- wp:uagb/image {\"block_id\":\"170e70fb\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/bird-1-1024x683.jpg\",\"id\":1215,\"linkDestination\":\"none\",\"width\":480,\"height\":500,\"naturalWidth\":1024,\"naturalHeight\":683,\"sizeSlug\":\"large\",\"sizeSlugTablet\":\"large\",\"sizeSlugMobile\":\"large\",\"customHeightSetDesktop\":true} -->\n<div class=\"wp-block-uagb-image uagb-block-170e70fb wp-block-uagb-image--layout-default wp-block-uagb-image--effect-static wp-block-uagb-image--align-none\"><figure class=\"wp-block-uagb-image__figure\"><img srcset=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/bird-1-1024x683.jpg \" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/bird-1-1024x683.jpg\" alt=\"\" class=\"uag-image-1215\" width=\"480\" height=\"500\" title=\"\" loading=\"lazy\"/></figure></div>\n<!-- /wp:uagb/image --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"e5e8fd37\",\"widthDesktop\":25,\"variationSelected\":true,\"widthSetByUser\":true,\"UAGHideMob\":true,\"UAGResponsiveConditions\":true} -->\n<div class=\"wp-block-uagb-container uag-hide-mob uagb-block-e5e8fd37\"><!-- wp:uagb/image {\"block_id\":\"95ea6813\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/two-happy-boxers-1024x768.jpg\",\"id\":1216,\"linkDestination\":\"none\",\"width\":480,\"height\":500,\"naturalWidth\":1024,\"naturalHeight\":768,\"sizeSlug\":\"large\",\"sizeSlugTablet\":\"large\",\"sizeSlugMobile\":\"large\",\"customHeightSetDesktop\":true} -->\n<div class=\"wp-block-uagb-image uagb-block-95ea6813 wp-block-uagb-image--layout-default wp-block-uagb-image--effect-static wp-block-uagb-image--align-none\"><figure class=\"wp-block-uagb-image__figure\"><img srcset=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/two-happy-boxers-1024x768.jpg \" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/two-happy-boxers-1024x768.jpg\" alt=\"\" class=\"uag-image-1216\" width=\"480\" height=\"500\" title=\"\" loading=\"lazy\"/></figure></div>\n<!-- /wp:uagb/image --></div>\n<!-- /wp:uagb/container --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"04a78ef0\",\"backgroundType\":\"color\",\"backgroundSizeTablet\":\"cover\",\"backgroundSizeMobile\":\"cover\",\"backgroundColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"topPaddingDesktop\":120,\"bottomPaddingDesktop\":120,\"topPaddingTablet\":80,\"bottomPaddingTablet\":80,\"leftPaddingTablet\":30,\"rightPaddingTablet\":30,\"topPaddingMobile\":80,\"bottomPaddingMobile\":80,\"leftPaddingMobile\":20,\"rightPaddingMobile\":20,\"paddingLink\":false,\"variationSelected\":true,\"rowGapDesktop\":0,\"rowGapTablet\":0,\"isBlockRootParent\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-04a78ef0 alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/container {\"block_id\":\"35831b2d\",\"directionDesktop\":\"row\",\"alignItemsDesktop\":\"flex-end\",\"alignItemsTablet\":\"flex-end\",\"justifyContentDesktop\":\"flex-end\",\"justifyContentTablet\":\"space-between\",\"variationSelected\":true,\"rowGapMobile\":30,\"columnGapDesktop\":0} -->\n<div class=\"wp-block-uagb-container uagb-block-35831b2d\"><!-- wp:uagb/advanced-heading {\"block_id\":\"8bf23c22\",\"classMigrate\":true,\"headingDescToggle\":true,\"subHeadingColor\":\"\",\"headSpace\":20,\"subHeadFontSize\":16} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-8bf23c22\"><h2 class=\"uagb-heading-text\">Things to do in the area of Magaliesburg<br></h2><p class=\"uagb-desc-text\">Looking for more? Well, we believe that every guest walks into our lodge for the best experience. And, we are determined to do that.</p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/buttons {\"block_id\":\"49908730\",\"classMigrate\":true,\"childMigrate\":true,\"align\":\"right\",\"alignTablet\":\"right\",\"alignMobile\":\"left\",\"gap\":0} -->\n<div class=\"wp-block-uagb-buttons uagb-buttons__outer-wrap uagb-btn__default-btn uagb-btn-tablet__default-btn uagb-btn-mobile__default-btn uagb-block-49908730\"><div class=\"uagb-buttons__wrap uagb-buttons-layout-wrap\"><!-- wp:uagb/buttons-child {\"block_id\":\"f7707b52\",\"label\":\"Get Bookings\",\"link\":\"#\",\"hColor\":\"\",\"borderWidth\":\"\",\"borderRadius\":\"\",\"borderStyle\":\"\",\"borderColor\":\"\",\"borderHColor\":\"\",\"btnBorderTopWidth\":1,\"btnBorderLeftWidth\":1,\"btnBorderRightWidth\":1,\"btnBorderBottomWidth\":1,\"btnBorderTopLeftRadius\":2,\"btnBorderTopRightRadius\":2,\"btnBorderBottomLeftRadius\":2,\"btnBorderBottomRightRadius\":2,\"btnBorderStyle\":\"solid\",\"btnBorderColor\":\"#333\",\"btnBorderHColor\":\"#333\"} -->\n<div class=\"wp-block-uagb-buttons-child uagb-buttons__outer-wrap uagb-block-f7707b52 wp-block-button is-style-outline\"><div class=\"uagb-button__wrapper\"><a class=\"uagb-buttons-repeater wp-block-button__link\" href=\"#\" rel=\"follow noopener\" target=\"_self\"><div class=\"uagb-button__link\">Get Bookings</div></a></div></div>\n<!-- /wp:uagb/buttons-child --></div></div>\n<!-- /wp:uagb/buttons --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"6fdc6ad3\",\"directionDesktop\":\"row\",\"alignItemsTablet\":\"flex-start\",\"paddingLink\":false,\"topMarginDesktop\":54,\"bottomMarginDesktop\":0,\"leftMarginDesktop\":0,\"rightMarginDesktop\":0,\"topMarginTablet\":30,\"bottomMarginTablet\":0,\"leftMarginTablet\":0,\"rightMarginTablet\":0,\"marginLink\":false,\"variationSelected\":true,\"rowGapMobile\":65,\"columnGapDesktop\":48,\"columnGapTablet\":20} -->\n<div class=\"wp-block-uagb-container uagb-block-6fdc6ad3\"><!-- wp:uagb/info-box {\"classMigrate\":true,\"headingAlign\":\"left\",\"headingColor\":\"\",\"subHeadingColor\":\"\",\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"source_type\":\"image\",\"block_id\":\"60222407\",\"ctaTarget\":true,\"ctaType\":\"text\",\"ctaText\":\"READ MORE\",\"ctaLink\":\"https://www.sundowner.co.za/rooms/magalies-barbus-haven/\",\"ctaLinkColor\":\"var(\\u002d\\u002dast-global-color-0)\",\"ctaDecoration\":\"underline\",\"ctaFontSize\":12,\"ctaFontWeight\":\"600\",\"ctaLetterSpacing\":2,\"ctaBorderColor\":\"\",\"ctaBorderStyle\":\"\",\"ctaBorderWidth\":\"\",\"ctaBorderRadius\":\"\",\"iconBottomMargin\":30,\"iconImage\":{\"uploading\":false,\"date\":1671106052000,\"filename\":\"41b46e52d7427ea1f6f135454e9a012f.png\",\"menuOrder\":0,\"uploadedTo\":762,\"type\":\"image\",\"subtype\":\"png\",\"id\":1222,\"title\":\"41b46e52d7427ea1f6f135454e9a012f\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/41b46e52d7427ea1f6f135454e9a012f.png\",\"link\":\"https://blueroan.netgen.cloud/amenities/41b46e52d7427ea1f6f135454e9a012f/\",\"alt\":\"\",\"author\":\"2\",\"description\":\"\",\"caption\":\"\",\"name\":\"41b46e52d7427ea1f6f135454e9a012f\",\"status\":\"inherit\",\"modified\":1671106052000,\"mime\":\"image/png\",\"icon\":\"https://blueroan.netgen.cloud/wp-includes/images/media/default.png\",\"dateFormatted\":\"December 15, 2022\",\"nonces\":{\"update\":\"a33de4f0ef\",\"delete\":\"e6f9dee199\",\"edit\":\"6d436328bf\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=1222\\u0026action=edit\",\"meta\":false,\"authorName\":\"Netgen Support\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/profile.php\",\"uploadedToTitle\":\"Amenities\",\"uploadedToLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=762\\u0026action=edit\",\"filesizeInBytes\":326854,\"filesizeHumanReadable\":\"319 KB\",\"context\":\"\",\"height\":440,\"width\":370,\"orientation\":\"portrait\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/41b46e52d7427ea1f6f135454e9a012f-150x150.png\",\"orientation\":\"landscape\"},\"medium\":{\"height\":300,\"width\":252,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/41b46e52d7427ea1f6f135454e9a012f-252x300.png\",\"orientation\":\"portrait\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/41b46e52d7427ea1f6f135454e9a012f.png\",\"height\":440,\"width\":370,\"orientation\":\"portrait\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"imageSize\":\"full\",\"imageWidth\":100,\"imageWidthMobile\":100,\"imageWidthTablet\":100,\"paddingBtnTop\":10,\"paddingBtnBottom\":10,\"paddingBtnLeft\":14,\"paddingBtnRight\":14,\"imageWidthUnit\":\"%\",\"imageWidthUnitTablet\":\"%\",\"imageWidthUnitMobile\":\"%\",\"subHeadTopMargin\":0,\"subHeadRightMargin\":40,\"subHeadLeftMargin\":0,\"subHeadMarginTopTablet\":0,\"subHeadMarginRightTablet\":0,\"subHeadTabletSpace\":20,\"subHeadMarginLeftTablet\":0,\"imgTagHeight\":118,\"imgTagWidth\":370,\"btnBorderTopWidth\":1,\"btnBorderLeftWidth\":1,\"btnBorderRightWidth\":1,\"btnBorderBottomWidth\":1,\"btnBorderTopLeftRadius\":0,\"btnBorderTopRightRadius\":0,\"btnBorderBottomLeftRadius\":0,\"btnBorderBottomRightRadius\":0,\"btnBorderStyle\":\"solid\",\"btnBorderColor\":\"#333\"} -->\n<div class=\"wp-block-uagb-info-box uagb-block-60222407 uagb-infobox__content-wrap  uagb-infobox-icon-above-title uagb-infobox-image-valign-top\"><div class=\"uagb-ifb-content\"><div class=\"uagb-ifb-image-content\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/41b46e52d7427ea1f6f135454e9a012f.png\" alt=\"\" width=\"100\" height=\"118\" loading=\"lazy\"/></div><div class=\"uagb-ifb-title-wrap\"><h3 class=\"uagb-ifb-title\">Fishing at Barbus Haven </h3></div><p class=\"uagb-ifb-desc\">The 2.5 hr Introductory fly fishing clinics cover the basic techniques required to fly fish effectively. </p><div class=\"uagb-ifb-button-wrapper wp-block-button\"><a href=\"https://www.sundowner.co.za/rooms/magalies-barbus-haven/\" target=\"_blank\" class=\"uagb-infobox-cta-link\" rel=\"noopener noreferrer\" alt=\"\"><span class=\"uagb-inline-editing\">READ MORE</span><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M504.3 273.6l-112.1 104c-6.992 6.484-17.18 8.218-25.94 4.406c-8.758-3.812-14.42-12.45-14.42-21.1L351.9 288H32C14.33 288 .0002 273.7 .0002 255.1S14.33 224 32 224h319.9l0-72c0-9.547 5.66-18.19 14.42-22c8.754-3.809 18.95-2.075 25.94 4.41l112.1 104C514.6 247.9 514.6 264.1 504.3 273.6z\"></path></svg></a></div></div></div>\n<!-- /wp:uagb/info-box -->\n\n<!-- wp:uagb/info-box {\"classMigrate\":true,\"headingAlign\":\"left\",\"headingColor\":\"\",\"subHeadingColor\":\"\",\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"source_type\":\"image\",\"block_id\":\"766d21cb\",\"ctaTarget\":true,\"ctaType\":\"text\",\"ctaText\":\"READ MORE\",\"ctaLink\":\"https://www.thekingfisherlodge.co.za/activities/\",\"ctaLinkColor\":\"var(\\u002d\\u002dast-global-color-0)\",\"ctaDecoration\":\"underline\",\"ctaFontSize\":12,\"ctaFontWeight\":\"600\",\"ctaLetterSpacing\":2,\"ctaBorderColor\":\"\",\"ctaBorderStyle\":\"\",\"ctaBorderWidth\":\"\",\"ctaBorderRadius\":\"\",\"iconBottomMargin\":30,\"iconImage\":{\"uploading\":false,\"date\":1671106415000,\"filename\":\"IMG-20180619-WA0004.png\",\"menuOrder\":0,\"uploadedTo\":762,\"type\":\"image\",\"subtype\":\"png\",\"id\":1225,\"title\":\"IMG-20180619-WA0004\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/IMG-20180619-WA0004.png\",\"link\":\"https://blueroan.netgen.cloud/amenities/img-20180619-wa0004/\",\"alt\":\"\",\"author\":\"2\",\"description\":\"\",\"caption\":\"\",\"name\":\"img-20180619-wa0004\",\"status\":\"inherit\",\"modified\":1671106415000,\"mime\":\"image/png\",\"icon\":\"https://blueroan.netgen.cloud/wp-includes/images/media/default.png\",\"dateFormatted\":\"December 15, 2022\",\"nonces\":{\"update\":\"e988b6351d\",\"delete\":\"5d512e9cd1\",\"edit\":\"3a331dfabd\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=1225\\u0026action=edit\",\"meta\":false,\"authorName\":\"Netgen Support\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/profile.php\",\"uploadedToTitle\":\"Amenities\",\"uploadedToLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=762\\u0026action=edit\",\"filesizeInBytes\":276116,\"filesizeHumanReadable\":\"270 KB\",\"context\":\"\",\"height\":440,\"width\":370,\"orientation\":\"portrait\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/IMG-20180619-WA0004-150x150.png\",\"orientation\":\"landscape\"},\"medium\":{\"height\":300,\"width\":252,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/IMG-20180619-WA0004-252x300.png\",\"orientation\":\"portrait\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/IMG-20180619-WA0004.png\",\"height\":440,\"width\":370,\"orientation\":\"portrait\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"imageSize\":\"full\",\"imageWidth\":100,\"imageWidthMobile\":100,\"imageWidthTablet\":100,\"paddingBtnTop\":10,\"paddingBtnBottom\":10,\"paddingBtnLeft\":14,\"paddingBtnRight\":14,\"imageWidthUnit\":\"%\",\"imageWidthUnitTablet\":\"%\",\"imageWidthUnitMobile\":\"%\",\"subHeadTopMargin\":0,\"subHeadRightMargin\":40,\"subHeadLeftMargin\":0,\"subHeadMarginTopTablet\":0,\"subHeadMarginRightTablet\":0,\"subHeadTabletSpace\":20,\"subHeadMarginLeftTablet\":0,\"imgTagHeight\":118,\"imgTagWidth\":370,\"btnBorderTopWidth\":1,\"btnBorderLeftWidth\":1,\"btnBorderRightWidth\":1,\"btnBorderBottomWidth\":1,\"btnBorderTopLeftRadius\":0,\"btnBorderTopRightRadius\":0,\"btnBorderBottomLeftRadius\":0,\"btnBorderBottomRightRadius\":0,\"btnBorderStyle\":\"solid\",\"btnBorderColor\":\"#333\"} -->\n<div class=\"wp-block-uagb-info-box uagb-block-766d21cb uagb-infobox__content-wrap  uagb-infobox-icon-above-title uagb-infobox-image-valign-top\"><div class=\"uagb-ifb-content\"><div class=\"uagb-ifb-image-content\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/IMG-20180619-WA0004.png\" alt=\"\" width=\"100\" height=\"118\" loading=\"lazy\"/></div><div class=\"uagb-ifb-title-wrap\"><h3 class=\"uagb-ifb-title\">Fishing at Kingfisher </h3></div><p class=\"uagb-ifb-desc\">The opportunity to fish for Rainbow Trout or the elusive Brown Trout. Kingfisher offers rod hires at their venue. <br></p><div class=\"uagb-ifb-button-wrapper wp-block-button\"><a href=\"https://www.thekingfisherlodge.co.za/activities/\" target=\"_blank\" class=\"uagb-infobox-cta-link\" rel=\"noopener noreferrer\" alt=\"\"><span class=\"uagb-inline-editing\">READ MORE</span><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M504.3 273.6l-112.1 104c-6.992 6.484-17.18 8.218-25.94 4.406c-8.758-3.812-14.42-12.45-14.42-21.1L351.9 288H32C14.33 288 .0002 273.7 .0002 255.1S14.33 224 32 224h319.9l0-72c0-9.547 5.66-18.19 14.42-22c8.754-3.809 18.95-2.075 25.94 4.41l112.1 104C514.6 247.9 514.6 264.1 504.3 273.6z\"></path></svg></a></div></div></div>\n<!-- /wp:uagb/info-box -->\n\n<!-- wp:uagb/info-box {\"classMigrate\":true,\"headingAlign\":\"left\",\"headingColor\":\"\",\"subHeadingColor\":\"\",\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"source_type\":\"image\",\"block_id\":\"0ea1fc74\",\"ctaType\":\"text\",\"ctaText\":\"READ MORE\",\"ctaLinkColor\":\"var(\\u002d\\u002dast-global-color-0)\",\"ctaDecoration\":\"underline\",\"ctaFontSize\":12,\"ctaFontWeight\":\"600\",\"ctaLetterSpacing\":2,\"ctaBorderColor\":\"\",\"ctaBorderStyle\":\"\",\"ctaBorderWidth\":\"\",\"ctaBorderRadius\":\"\",\"iconBottomMargin\":30,\"iconImage\":{\"id\":241,\"title\":\"beach\",\"filename\":\"beach.jpg\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/beach.jpg\",\"link\":\"https://blueroan.netgen.cloud/beach/\",\"alt\":\"\",\"author\":\"34\",\"description\":\"\",\"caption\":\"\",\"name\":\"beach\",\"status\":\"inherit\",\"uploadedTo\":0,\"date\":\"2021-05-11T10:56:06.000Z\",\"modified\":\"2021-05-11T10:56:06.000Z\",\"menuOrder\":0,\"mime\":\"image/jpeg\",\"type\":\"image\",\"subtype\":\"jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/default.png\",\"dateFormatted\":\"May 11, 2021\",\"nonces\":{\"update\":\"65c348aac8\",\"delete\":\"6d551f7cf4\",\"edit\":\"026ca70d91\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=241\\u0026action=edit\",\"meta\":false,\"authorName\":\"Rishabh\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/user-edit.php?user_id=34\",\"filesizeInBytes\":38094,\"filesizeHumanReadable\":\"37 KB\",\"context\":\"\",\"height\":440,\"width\":370,\"orientation\":\"portrait\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/beach-150x150.jpg\",\"orientation\":\"landscape\"},\"medium\":{\"height\":300,\"width\":252,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/beach-252x300-1.jpg\",\"orientation\":\"portrait\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/beach.jpg\",\"height\":440,\"width\":370,\"orientation\":\"portrait\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"imageSize\":\"full\",\"imageWidth\":100,\"imageWidthMobile\":100,\"imageWidthTablet\":100,\"paddingBtnTop\":10,\"paddingBtnBottom\":10,\"paddingBtnLeft\":14,\"paddingBtnRight\":14,\"imageWidthUnit\":\"%\",\"imageWidthUnitTablet\":\"%\",\"imageWidthUnitMobile\":\"%\",\"subHeadTopMargin\":0,\"subHeadRightMargin\":40,\"subHeadLeftMargin\":0,\"subHeadMarginTopTablet\":0,\"subHeadMarginRightTablet\":0,\"subHeadTabletSpace\":20,\"subHeadMarginLeftTablet\":0,\"imgTagHeight\":118,\"imgTagWidth\":370,\"btnBorderTopWidth\":1,\"btnBorderLeftWidth\":1,\"btnBorderRightWidth\":1,\"btnBorderBottomWidth\":1,\"btnBorderTopLeftRadius\":0,\"btnBorderTopRightRadius\":0,\"btnBorderBottomLeftRadius\":0,\"btnBorderBottomRightRadius\":0,\"btnBorderStyle\":\"solid\",\"btnBorderColor\":\"#333\"} -->\n<div class=\"wp-block-uagb-info-box uagb-block-0ea1fc74 uagb-infobox__content-wrap  uagb-infobox-icon-above-title uagb-infobox-image-valign-top\"><div class=\"uagb-ifb-content\"><div class=\"uagb-ifb-image-content\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/beach.jpg\" alt=\"\" width=\"100\" height=\"118\" loading=\"lazy\"/></div><div class=\"uagb-ifb-title-wrap\"><h3 class=\"uagb-ifb-title\">Private Beach​</h3></div><p class=\"uagb-ifb-desc\">Want to take a dip into the sea? All our guests get complimentary access to our private beach.</p><div class=\"uagb-ifb-button-wrapper wp-block-button\"><a href=\"\" target=\"_self\" class=\"uagb-infobox-cta-link uagb-disable-link\" rel=\"noopener noreferrer\" alt=\"\"><span class=\"uagb-inline-editing\">READ MORE</span><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M504.3 273.6l-112.1 104c-6.992 6.484-17.18 8.218-25.94 4.406c-8.758-3.812-14.42-12.45-14.42-21.1L351.9 288H32C14.33 288 .0002 273.7 .0002 255.1S14.33 224 32 224h319.9l0-72c0-9.547 5.66-18.19 14.42-22c8.754-3.809 18.95-2.075 25.94 4.41l112.1 104C514.6 247.9 514.6 264.1 504.3 273.6z\"></path></svg></a></div></div></div>\n<!-- /wp:uagb/info-box --></div>\n<!-- /wp:uagb/container --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"1e8709e9\",\"backgroundType\":\"color\",\"backgroundSizeTablet\":\"cover\",\"backgroundSizeMobile\":\"cover\",\"backgroundColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"topPaddingDesktop\":50,\"bottomPaddingDesktop\":100,\"topPaddingTablet\":50,\"bottomPaddingTablet\":25,\"leftPaddingTablet\":20,\"rightPaddingTablet\":20,\"topPaddingMobile\":50,\"bottomPaddingMobile\":20,\"leftPaddingMobile\":20,\"rightPaddingMobile\":20,\"paddingLink\":false,\"variationSelected\":true,\"rowGapDesktop\":0,\"isBlockRootParent\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-1e8709e9 alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/container {\"block_id\":\"1c3a8cae\",\"directionDesktop\":\"row\",\"alignItemsTablet\":\"flex-start\",\"paddingLink\":false,\"topMarginDesktop\":50,\"bottomMarginDesktop\":20,\"leftMarginDesktop\":0,\"rightMarginDesktop\":0,\"marginLink\":false,\"variationSelected\":true,\"rowGapMobile\":65,\"columnGapDesktop\":48,\"columnGapTablet\":20} -->\n<div class=\"wp-block-uagb-container uagb-block-1c3a8cae\"><!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"align\":\"center\",\"id\":1222,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image aligncenter size-full\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/41b46e52d7427ea1f6f135454e9a012f.png\" alt=\"\" class=\"wp-image-1222\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"textAlign\":\"center\",\"level\":3} -->\n<h3 class=\"has-text-align-center\">Fishing </h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>The dam has trout (stocked), bass, vlei Kuper and carp. Fly fishers seeking a unique challenge visit our establishment in search of the large &amp; small scale Yellow fish.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:buttons -->\n<div class=\"wp-block-buttons\"><!-- wp:button {\"align\":\"left\"} -->\n<div class=\"wp-block-button alignleft\"><a class=\"wp-block-button__link wp-element-button\" href=\"https://www.sundowner.co.za/rooms/magalies-barbus-haven/\" target=\"_blank\" rel=\"noreferrer noopener\">Barbus Haven</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons -->\n\n<!-- wp:paragraph -->\n<p>The opportunity to fish for Rainbow Trout or the elusive Brown Trout. Kingfisher offers rod hires at their venue. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:buttons -->\n<div class=\"wp-block-buttons\"><!-- wp:button {\"align\":\"left\"} -->\n<div class=\"wp-block-button alignleft\"><a class=\"wp-block-button__link wp-element-button\" href=\"https://www.thekingfisherlodge.co.za/activities/\" target=\"_blank\" rel=\"noreferrer noopener\">Kingfisher</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":1235,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Maseke-MTB-MvZ-3-1024x683-1.png\" alt=\"\" class=\"wp-image-1235\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>Mountain biking </h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>It is a privately owned nature reserve that offers mountain biking.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:spacer {\"height\":\"20px\"} -->\n<div style=\"height:20px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:buttons -->\n<div class=\"wp-block-buttons\"><!-- wp:button -->\n<div class=\"wp-block-button\"><a class=\"wp-block-button__link wp-element-button\" href=\"http://ingwebushcamp.yolasite.com/\" target=\"_blank\" rel=\"noreferrer noopener\">Ingwe Bush Camp&nbsp;</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons -->\n\n<!-- wp:paragraph -->\n<p>With over 80km of trails, Van Gaalen&nbsp;has something to offer for every kind of athlete, from beginner to advanced.<br></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:buttons -->\n<div class=\"wp-block-buttons\"><!-- wp:button -->\n<div class=\"wp-block-button\"><a class=\"wp-block-button__link wp-element-button\" href=\"https://www.vangaalen.co.za/products\" target=\"_blank\" rel=\"noreferrer noopener\">Van Gaalen\'s</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":830,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/ef9d0188da11e2bc56788f5619d9d539.png\" alt=\"\" class=\"wp-image-830\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>Quad biking </h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>We have quads suitable for kiddies, tweens, teens, and adults. We have mini quads and fully automatic 150cc quads.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:spacer {\"height\":\"2px\"} -->\n<div style=\"height:2px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:buttons -->\n<div class=\"wp-block-buttons\"><!-- wp:button -->\n<div class=\"wp-block-button\"><a class=\"wp-block-button__link wp-element-button\" href=\"https://www.saddlecreekadventures.co.za/activity/quad-biking/\" target=\"_blank\" rel=\"noreferrer noopener\">Saddle Creek Ranch</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons -->\n\n<!-- wp:paragraph -->\n<p>A 700-meter monster track, the longest and most exciting track in Gauteng!</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:spacer {\"height\":\"2px\"} -->\n<div style=\"height:2px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:buttons -->\n<div class=\"wp-block-buttons\"><!-- wp:button -->\n<div class=\"wp-block-button\"><a class=\"wp-block-button__link wp-element-button\" href=\"http://www.swartkrans.co.za/\" target=\"_blank\" rel=\"noreferrer noopener\">Swartkrans Go-Karting&nbsp;</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"align\":\"center\",\"id\":1198,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image aligncenter size-full\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/eyJidWNrZXQiOiJhc3NldHMuYWxsdHJhaWxzLmNvbSIsImtleSI6InVwbG9hZHMvcGhvdG8vaW1hZ2UvNDMxNzk4MTAvYjZkYTAz-1.png\" alt=\"\" class=\"wp-image-1198\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>Horse riding </h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Join us for an unforgettable horse riding experience in the peaceful countryside, with beautiful mountain scenery and lovely bush trails.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:buttons -->\n<div class=\"wp-block-buttons\"><!-- wp:button -->\n<div class=\"wp-block-button\"><a class=\"wp-block-button__link wp-element-button\" href=\"https://www.saddlecreekadventures.co.za/activity/horse-riding/\" target=\"_blank\" rel=\"noreferrer noopener\">Saddle Creek Ranch</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":1185,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/49089607_1950305445047847_5177863042771189760_n.png\" alt=\"\" class=\"wp-image-1185\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>Game drives </h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Enjoy a thrilling and educational adventure with our experienced guides.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:spacer {\"height\":\"2px\"} -->\n<div style=\"height:2px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:buttons -->\n<div class=\"wp-block-buttons\"><!-- wp:button -->\n<div class=\"wp-block-button\"><a class=\"wp-block-button__link wp-element-button\" href=\"https://www.rhinolion.co.za/visitors-guide/activity-index/game-drives/\" target=\"_blank\" rel=\"noreferrer noopener\">Rhino &amp; Lion Park</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons -->\n\n<!-- wp:paragraph -->\n<p>Our guided game-viewing drives take place each day in the morning and afternoon, as this is when the animals are most active.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:buttons -->\n<div class=\"wp-block-buttons\"><!-- wp:button -->\n<div class=\"wp-block-button\"><a class=\"wp-block-button__link wp-element-button\" href=\"https://www.africanhillslodge.co.za/experience/\" target=\"_blank\" rel=\"noreferrer noopener\">Askari Game Lodge</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:uagb/faq {\"block_id\":\"df965ba2\",\"boxBgColor\":\"#F5F5F5\",\"vquestionPaddingDesktop\":15,\"hquestionPaddingDesktop\":15,\"iconAlign\":\"row-reverse\",\"schema\":\"{\\u0022@context\\u0022:\\u0022https://schema.org\\u0022,\\u0022@type\\u0022:\\u0022FAQPage\\u0022,\\u0022@id\\u0022:\\u0022https://blueroan.netgen.cloud/amenities/\\u0022,\\u0022mainEntity\\u0022:[{\\u0022@type\\u0022:\\u0022Question\\u0022,\\u0022name\\u0022:\\u0022Pubs and Micro-brewries \\u0022,\\u0022acceptedAnswer\\u0022:{\\u0022@type\\u0022:\\u0022Answer\\u0022,\\u0022text\\u0022:\\u0022Black Horse   \\u003cbr\\u003e082 561 3246\\u003cbr\\u003eBrauhaus am Dam   \\u003cbr\\u003e087 802 5519 / 072 920 1742\\u003cbr\\u003eHartleys Elephant Bar   \\u003cbr\\u003e014 577 2301\\u003cbr\\u003eThatchwood Pub   \\u003cbr\\u003e083 709 1672\\u003cbr\\u003eMonate Citrus Kelder   \\u003cbr\\u003e012 258 0712\\u0022}},{\\u0022@type\\u0022:\\u0022Question\\u0022,\\u0022name\\u0022:\\u0022What is FAQ?\\u0022,\\u0022acceptedAnswer\\u0022:{\\u0022@type\\u0022:\\u0022Answer\\u0022,\\u0022text\\u0022:\\u0022Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.\\u0022}}]}\",\"questionLeftPaddingDesktop\":15,\"questionBottomPaddingDesktop\":15,\"answerTopPadding\":0,\"answerRightPadding\":15,\"answerBottomPadding\":15,\"answerLeftPadding\":15,\"answerTopPaddingTablet\":10,\"answerRightPaddingTablet\":10,\"answerBottomPaddingTablet\":10,\"answerLeftPaddingTablet\":10,\"answerTopPaddingMobile\":10,\"answerRightPaddingMobile\":10,\"answerBottomPaddingMobile\":10,\"answerLeftPaddingMobile\":10,\"overallBorderTopWidth\":1,\"overallBorderLeftWidth\":1,\"overallBorderRightWidth\":1,\"overallBorderBottomWidth\":1,\"overallBorderTopLeftRadius\":2,\"overallBorderTopRightRadius\":2,\"overallBorderBottomLeftRadius\":2,\"overallBorderBottomRightRadius\":2,\"overallBorderStyle\":\"none\",\"overallBorderColor\":\"#D2D2D2\"} -->\n<div class=\"wp-block-uagb-faq uagb-faq__outer-wrap uagb-block-df965ba2 uagb-faq-icon-row-reverse uagb-faq-layout-accordion uagb-faq-expand-first-true uagb-faq-inactive-other-true uagb-faq__wrap uagb-buttons-layout-wrap uagb-faq-equal-height\" data-faqtoggle=\"true\" role=\"tablist\"><!-- wp:uagb/faq-child {\"block_id\":\"f75900c9\",\"question\":\"Pubs and Micro-brewries \",\"answer\":\"Black Horse   \\u003cbr\\u003e082 561 3246\\u003cbr\\u003eBrauhaus am Dam   \\u003cbr\\u003e087 802 5519 / 072 920 1742\\u003cbr\\u003eHartleys Elephant Bar   \\u003cbr\\u003e014 577 2301\\u003cbr\\u003eThatchwood Pub   \\u003cbr\\u003e083 709 1672\\u003cbr\\u003eMonate Citrus Kelder   \\u003cbr\\u003e012 258 0712\"} -->\n<div class=\"wp-block-uagb-faq-child uagb-faq-child__outer-wrap uagb-faq-item uagb-block-f75900c9\" role=\"tab\" tabindex=\"0\"><div class=\"uagb-faq-questions-button uagb-faq-questions\"><span class=\"uagb-icon uagb-faq-icon-wrap\"><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 448 512\"><path d=\"M432 256c0 17.69-14.33 32.01-32 32.01H256v144c0 17.69-14.33 31.99-32 31.99s-32-14.3-32-31.99v-144H48c-17.67 0-32-14.32-32-32.01s14.33-31.99 32-31.99H192v-144c0-17.69 14.33-32.01 32-32.01s32 14.32 32 32.01v144h144C417.7 224 432 238.3 432 256z\"></path></svg></span><span class=\"uagb-icon-active uagb-faq-icon-wrap\"><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 448 512\"><path d=\"M400 288h-352c-17.69 0-32-14.32-32-32.01s14.31-31.99 32-31.99h352c17.69 0 32 14.3 32 31.99S417.7 288 400 288z\"></path></svg></span><span class=\"uagb-question\">Pubs and Micro-brewries </span></div><p class=\"uagb-faq-content\">Black Horse   <br>082 561 3246<br>Brauhaus am Dam   <br>087 802 5519 / 072 920 1742<br>Hartleys Elephant Bar   <br>014 577 2301<br>Thatchwood Pub   <br>083 709 1672<br>Monate Citrus Kelder   <br>012 258 0712</p></div>\n<!-- /wp:uagb/faq-child -->\n\n<!-- wp:uagb/faq-child {\"block_id\":\"79c5f649\"} -->\n<div class=\"wp-block-uagb-faq-child uagb-faq-child__outer-wrap uagb-faq-item uagb-block-79c5f649\" role=\"tab\" tabindex=\"0\"><div class=\"uagb-faq-questions-button uagb-faq-questions\"><span class=\"uagb-icon uagb-faq-icon-wrap\"><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 448 512\"><path d=\"M432 256c0 17.69-14.33 32.01-32 32.01H256v144c0 17.69-14.33 31.99-32 31.99s-32-14.3-32-31.99v-144H48c-17.67 0-32-14.32-32-32.01s14.33-31.99 32-31.99H192v-144c0-17.69 14.33-32.01 32-32.01s32 14.32 32 32.01v144h144C417.7 224 432 238.3 432 256z\"></path></svg></span><span class=\"uagb-icon-active uagb-faq-icon-wrap\"><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 448 512\"><path d=\"M400 288h-352c-17.69 0-32-14.32-32-32.01s14.31-31.99 32-31.99h352c17.69 0 32 14.3 32 31.99S417.7 288 400 288z\"></path></svg></span><span class=\"uagb-question\">What is FAQ?</span></div><p class=\"uagb-faq-content\">Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.</p></div>\n<!-- /wp:uagb/faq-child --></div>\n<!-- /wp:uagb/faq --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"0a38ba96\",\"innerContentCustomWidthDesktop\":781,\"innerContentCustomWidthTablet\":781,\"backgroundType\":\"image\",\"backgroundImageDesktop\":{\"id\":54,\"title\":\"background-img\",\"filename\":\"background-img-1.jpg\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/background-img-1.jpg\",\"link\":\"https://blueroan.netgen.cloud/background-img-2/\",\"alt\":\"\",\"author\":\"34\",\"description\":\"\",\"caption\":\"\",\"name\":\"background-img-2\",\"status\":\"inherit\",\"uploadedTo\":0,\"date\":\"2021-05-07T10:11:37.000Z\",\"modified\":\"2021-05-07T10:11:37.000Z\",\"menuOrder\":0,\"mime\":\"image/jpeg\",\"type\":\"image\",\"subtype\":\"jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/default.png\",\"dateFormatted\":\"May 7, 2021\",\"nonces\":{\"update\":\"bb999636b9\",\"delete\":\"d2e1375bc4\",\"edit\":\"005dd2f0c9\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=54\\u0026action=edit\",\"meta\":false,\"authorName\":\"Rishabh\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/user-edit.php?user_id=34\",\"filesizeInBytes\":338858,\"filesizeHumanReadable\":\"331 KB\",\"context\":\"\",\"height\":1080,\"width\":1920,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/background-img-1-150x150.jpg\",\"orientation\":\"landscape\"},\"medium\":{\"height\":169,\"width\":300,\"url\":\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/background-img-1-300x169.jpg\",\"orientation\":\"landscape\"},\"large\":{\"height\":576,\"width\":1024,\"url\":\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/background-img-1-1024x576.jpg\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/background-img-1.jpg\",\"height\":1080,\"width\":1920,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"backgroundImageColor\":\"rgba(42,42,42,0.65)\",\"topPaddingDesktop\":144,\"bottomPaddingDesktop\":144,\"leftPaddingDesktop\":40,\"rightPaddingDesktop\":40,\"topPaddingTablet\":80,\"bottomPaddingTablet\":80,\"leftPaddingTablet\":40,\"rightPaddingTablet\":40,\"topPaddingMobile\":64,\"bottomPaddingMobile\":64,\"leftPaddingMobile\":24,\"rightPaddingMobile\":24,\"paddingLink\":false,\"variationSelected\":true,\"isBlockRootParent\":true,\"overlayType\":\"color\"} -->\n<div class=\"wp-block-uagb-container uagb-block-0a38ba96 alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/advanced-heading {\"block_id\":\"8b9ac7aa\",\"classMigrate\":true,\"headingDescToggle\":true,\"headingAlign\":\"center\",\"headingColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"subHeadingColor\":\"var(\\u002d\\u002dast-global-color-4)\",\"headSpace\":20} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-8b9ac7aa\"><h2 class=\"uagb-heading-text\">Plan an Unforgettable Experience in Mykonos Today!</h2><p class=\"uagb-desc-text\">We can help you fit your stay and experience within your allotted budget.</p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/advanced-heading {\"block_id\":\"2eebfbfb\",\"classMigrate\":true,\"headingTitleToggle\":false,\"headingDescToggle\":true,\"headingAlign\":\"center\",\"subHeadingColor\":\"var(\\u002d\\u002dast-global-color-4)\",\"subHeadTransform\":\"uppercase\",\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"subHeadLetterSpacing\":2,\"blockTopPadding\":60,\"blockRightPadding\":0,\"blockLeftPadding\":0,\"blockBottomPadding\":0,\"blockTopPaddingMobile\":30,\"blockRightPaddingMobile\":0,\"blockLeftPaddingMobile\":0,\"blockBottomPaddingMobile\":0} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-2eebfbfb\"><p class=\"uagb-desc-text\">BOOK YOUR STAY NOW​</p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/icon-list {\"block_id\":\"50f1925f\",\"classMigrate\":true,\"childMigrate\":true,\"align\":\"center\",\"parentIcon\":\"phone\",\"size\":40,\"sizeMobile\":24,\"sizeTablet\":32,\"fontSize\":48,\"fontSizeMobile\":28,\"fontSizeTablet\":40,\"fontWeight\":\"600\",\"iconColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"labelColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"blockTopPadding\":0,\"blockRightPadding\":0,\"blockLeftPadding\":0,\"blockBottomPadding\":24,\"blockPaddingLink\":false} -->\n<div class=\"wp-block-uagb-icon-list uagb-block-50f1925f\"><div class=\"uagb-icon-list__wrap\"><!-- wp:uagb/icon-list-child {\"block_id\":\"350570ff\",\"label\":\"+1-123 456 7890​\",\"label_color\":\"\",\"fromParentIcon\":\"phone\",\"imageSizeChild\":40} -->\n<div class=\"wp-block-uagb-icon-list-child uagb-block-350570ff\"><span class=\"uagb-icon-list__source-wrap\"><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M511.2 387l-23.25 100.8c-3.266 14.25-15.79 24.22-30.46 24.22C205.2 512 0 306.8 0 54.5c0-14.66 9.969-27.2 24.22-30.45l100.8-23.25C139.7-2.602 154.7 5.018 160.8 18.92l46.52 108.5c5.438 12.78 1.77 27.67-8.98 36.45L144.5 207.1c33.98 69.22 90.26 125.5 159.5 159.5l44.08-53.8c8.688-10.78 23.69-14.51 36.47-8.975l108.5 46.51C506.1 357.2 514.6 372.4 511.2 387z\"></path></svg></span><span class=\"uagb-icon-list__label\">+1-123 456 7890​</span></div>\n<!-- /wp:uagb/icon-list-child --></div></div>\n<!-- /wp:uagb/icon-list --></div></div>\n<!-- /wp:uagb/container -->',	'Amenities',	'',	'inherit',	'closed',	'closed',	'',	'762-revision-v1',	'',	'',	'2022-12-15 12:55:09',	'2022-12-15 12:55:09',	'',	762,	'https://blueroan.netgen.cloud/?p=1257',	0,	'revision',	'',	0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(1258,	2,	'2022-12-15 12:56:12',	'2022-12-15 12:56:12',	'<!-- wp:uagb/container {\"block_id\":\"cebdb813\",\"backgroundType\":\"image\",\"backgroundImageDesktop\":{\"id\":1007,\"title\":\"AAEAAQAAAAAAAAAAAAAAJDg5NmY0ZGUxLWE4MTgtNDY5NC1iODFhLTBmN2Q0ZDc5ZWFiNw-1\",\"filename\":\"AAEAAQAAAAAAAAAAAAAAJDg5NmY0ZGUxLWE4MTgtNDY5NC1iODFhLTBmN2Q0ZDc5ZWFiNw-1.png\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAAJDg5NmY0ZGUxLWE4MTgtNDY5NC1iODFhLTBmN2Q0ZDc5ZWFiNw-1.png\",\"link\":\"https://blueroan.netgen.cloud/the-barn/aaeaaqaaaaaaaaaaaaaajdg5nmy0zguxlwe4mtgtndy5nc1iodfhltbmn2q0zdc5zwfinw-1/\",\"alt\":\"\",\"author\":\"2\",\"description\":\"\",\"caption\":\"\",\"name\":\"aaeaaqaaaaaaaaaaaaaajdg5nmy0zguxlwe4mtgtndy5nc1iodfhltbmn2q0zdc5zwfinw-1\",\"status\":\"inherit\",\"uploadedTo\":948,\"date\":\"2022-12-14T10:50:25.000Z\",\"modified\":\"2022-12-14T10:50:25.000Z\",\"menuOrder\":0,\"mime\":\"image/png\",\"type\":\"image\",\"subtype\":\"png\",\"icon\":\"https://blueroan.netgen.cloud/wp-includes/images/media/default.png\",\"dateFormatted\":\"December 14, 2022\",\"nonces\":{\"update\":\"483f8bdf3d\",\"delete\":\"0a7ebc92ef\",\"edit\":\"6bc1c6a685\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=1007\\u0026action=edit\",\"meta\":false,\"authorName\":\"Netgen Support\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/profile.php\",\"uploadedToTitle\":\"The Barn\",\"uploadedToLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=948\\u0026action=edit\",\"filesizeInBytes\":1348989,\"filesizeHumanReadable\":\"1 MB\",\"context\":\"\",\"height\":667,\"width\":1000,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAAJDg5NmY0ZGUxLWE4MTgtNDY5NC1iODFhLTBmN2Q0ZDc5ZWFiNw-1-150x150.png\",\"orientation\":\"landscape\"},\"medium\":{\"height\":200,\"width\":300,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAAJDg5NmY0ZGUxLWE4MTgtNDY5NC1iODFhLTBmN2Q0ZDc5ZWFiNw-1-300x200.png\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAAJDg5NmY0ZGUxLWE4MTgtNDY5NC1iODFhLTBmN2Q0ZDc5ZWFiNw-1.png\",\"height\":667,\"width\":1000,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"backgroundPositionDesktop\":{\"x\":0.61,\"y\":0.52},\"backgroundSizeTablet\":\"cover\",\"backgroundSizeMobile\":\"cover\",\"backgroundColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"backgroundImageColor\":\"rgba(42,42,42,0.5)\",\"topPaddingDesktop\":220,\"bottomPaddingDesktop\":150,\"topPaddingTablet\":170,\"bottomPaddingTablet\":160,\"leftPaddingTablet\":30,\"rightPaddingTablet\":30,\"topPaddingMobile\":180,\"bottomPaddingMobile\":80,\"leftPaddingMobile\":20,\"rightPaddingMobile\":20,\"paddingLink\":false,\"variationSelected\":true,\"isBlockRootParent\":true,\"overlayType\":\"color\"} -->\n<div class=\"wp-block-uagb-container uagb-block-cebdb813 alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/advanced-heading {\"block_id\":\"aa1a9a4d\",\"classMigrate\":true,\"headingDescToggle\":true,\"headingColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"subHeadingColor\":\"var(\\u002d\\u002dast-global-color-4)\",\"headingTag\":\"h1\",\"headSpace\":20,\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"blockTopPadding\":0,\"blockRightPadding\":50,\"blockLeftPadding\":0,\"blockBottomPadding\":0,\"blockTopPaddingTablet\":0,\"blockRightPaddingTablet\":20,\"blockLeftPaddingTablet\":0,\"blockBottomPaddingTablet\":0,\"blockTopPaddingMobile\":0,\"blockRightPaddingMobile\":0,\"blockLeftPaddingMobile\":0,\"blockBottomPaddingMobile\":0,\"blockPaddingUnit\":\"%\",\"blockPaddingUnitTablet\":\"%\"} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-aa1a9a4d\"><h1 class=\"uagb-heading-text\">Amenities &amp; Interests​</h1><p class=\"uagb-desc-text\">We do not give you just rooms to stay in. We give you an environment where you can experience the best while on a holiday with us. </p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:buttons -->\n<div class=\"wp-block-buttons\"><!-- wp:button -->\n<div class=\"wp-block-button\"><a class=\"wp-block-button__link wp-element-button\" href=\"https://book.nightsbridge.com/11065\" target=\"_blank\" rel=\"noreferrer noopener\">BOOK NOW</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"848c4326\",\"backgroundType\":\"color\",\"backgroundSizeTablet\":\"cover\",\"backgroundSizeMobile\":\"cover\",\"backgroundColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"topPaddingDesktop\":50,\"bottomPaddingDesktop\":100,\"topPaddingTablet\":50,\"bottomPaddingTablet\":25,\"leftPaddingTablet\":20,\"rightPaddingTablet\":20,\"topPaddingMobile\":50,\"bottomPaddingMobile\":20,\"leftPaddingMobile\":20,\"rightPaddingMobile\":20,\"paddingLink\":false,\"variationSelected\":true,\"rowGapDesktop\":0,\"isBlockRootParent\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-848c4326 alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/container {\"block_id\":\"4d747bf2\",\"directionDesktop\":\"row\",\"alignItemsTablet\":\"flex-start\",\"paddingLink\":false,\"topMarginDesktop\":50,\"bottomMarginDesktop\":20,\"leftMarginDesktop\":0,\"rightMarginDesktop\":0,\"marginLink\":false,\"variationSelected\":true,\"rowGapMobile\":65,\"columnGapDesktop\":48,\"columnGapTablet\":20} -->\n<div class=\"wp-block-uagb-container uagb-block-4d747bf2\"><!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"align\":\"center\",\"id\":828,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image aligncenter size-full\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Blue-Roan-pool.png\" alt=\"Blue Roan\'s rock pool\" class=\"wp-image-828\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>A relaxing rock Pool​</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>We have a lovely sparkling blue rock pool next to a thatched Lapa. &nbsp;&nbsp;Lie on recliners on the green lawn or sit on the swing chair in the Lapa and enjoy the panoramic view of the Magaliesberg mountain range.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":829,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/img-20160605-wa0002-largejpg.png\" alt=\"\" class=\"wp-image-829\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>Braai facilities </h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>What can compare to a burning fire under the star-lit African sky? Nothing beats the flavor of cooking over an open flame.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":830,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/ef9d0188da11e2bc56788f5619d9d539.png\" alt=\"\" class=\"wp-image-830\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>A games room </h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>The reception is also a games room for those who enjoy darts or playing pool. &nbsp;Take a selection of DVDs back to your room and watch movies on your own DVD player. &nbsp;There is also a selection of board games and music CDs that you can borrow.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"align\":\"center\",\"id\":1198,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image aligncenter size-full\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/eyJidWNrZXQiOiJhc3NldHMuYWxsdHJhaWxzLmNvbSIsImtleSI6InVwbG9hZHMvcGhvdG8vaW1hZ2UvNDMxNzk4MTAvYjZkYTAz-1.png\" alt=\"\" class=\"wp-image-1198\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>Walking or hiking </h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>There is a well-kept walking trail on our property with plenty of bird life and some benches along the way. &nbsp;It is safe for dogs to run off-leash as it is completely fenced all around. &nbsp;For those who enjoy long walks and hikes, it is safe to cross onto neighbouring farms and go as far as the eye can see.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":1185,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/49089607_1950305445047847_5177863042771189760_n.png\" alt=\"\" class=\"wp-image-1185\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>Mountain biking </h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Bring your mountain bikes and explore the surrounding countryside on safe off-road tracks on our property and on neighbouring farms.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":1196,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Michelle_1.png\" alt=\"\" class=\"wp-image-1196\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>Horse riding </h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Interested riders can book at one of the recommended horse-riding establishments listed further down this page.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"2ac9fe82\",\"innerContentWidth\":\"alignfull\",\"directionDesktop\":\"row\",\"wrapTablet\":\"wrap\",\"variationSelected\":true,\"rowGapTablet\":0,\"columnGapDesktop\":0,\"isBlockRootParent\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-2ac9fe82 alignfull uagb-is-root-container\"><!-- wp:uagb/container {\"block_id\":\"4186aada\",\"widthDesktop\":25,\"widthTablet\":50,\"variationSelected\":true,\"widthSetByUser\":true,\"UAGHideMob\":true,\"UAGResponsiveConditions\":true} -->\n<div class=\"wp-block-uagb-container uag-hide-mob uagb-block-4186aada\"><!-- wp:uagb/image {\"block_id\":\"e044d4ce\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-18-1-1024x768.jpg\",\"id\":1208,\"linkDestination\":\"none\",\"width\":480,\"height\":500,\"naturalWidth\":1024,\"naturalHeight\":768,\"sizeSlug\":\"large\",\"sizeSlugTablet\":\"large\",\"sizeSlugMobile\":\"large\",\"customHeightSetDesktop\":true} -->\n<div class=\"wp-block-uagb-image uagb-block-e044d4ce wp-block-uagb-image--layout-default wp-block-uagb-image--effect-static wp-block-uagb-image--align-none\"><figure class=\"wp-block-uagb-image__figure\"><img srcset=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-18-1-1024x768.jpg \" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-18-1-1024x768.jpg\" alt=\"\" class=\"uag-image-1208\" width=\"480\" height=\"500\" title=\"\" loading=\"lazy\"/></figure></div>\n<!-- /wp:uagb/image --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"0754255e\",\"widthDesktop\":25,\"widthTablet\":50,\"variationSelected\":true,\"widthSetByUser\":true,\"UAGHideMob\":true,\"UAGResponsiveConditions\":true} -->\n<div class=\"wp-block-uagb-container uag-hide-mob uagb-block-0754255e\"><!-- wp:uagb/image {\"block_id\":\"cf47f758\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Blue-Roan-pool-1.png\",\"id\":1210,\"linkDestination\":\"none\",\"width\":480,\"height\":500,\"naturalWidth\":370,\"naturalHeight\":440,\"sizeSlug\":\"full\",\"sizeSlugTablet\":\"full\",\"sizeSlugMobile\":\"full\",\"customHeightSetDesktop\":true} -->\n<div class=\"wp-block-uagb-image uagb-block-cf47f758 wp-block-uagb-image--layout-default wp-block-uagb-image--effect-static wp-block-uagb-image--align-none\"><figure class=\"wp-block-uagb-image__figure\"><img srcset=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Blue-Roan-pool-1.png \" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Blue-Roan-pool-1.png\" alt=\"\" class=\"uag-image-1210\" width=\"480\" height=\"500\" title=\"\" loading=\"lazy\"/></figure></div>\n<!-- /wp:uagb/image --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"c53c13b6\",\"widthDesktop\":50,\"widthTablet\":100,\"variationSelected\":true,\"columnGapDesktop\":20,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-c53c13b6\"><!-- wp:uagb/image {\"block_id\":\"7aa6ba77\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/the-view-from-my-rooms-1024x768.jpg\",\"id\":1211,\"linkDestination\":\"none\",\"width\":960,\"height\":500,\"naturalWidth\":1024,\"naturalHeight\":768,\"sizeSlug\":\"large\",\"sizeSlugTablet\":\"large\",\"sizeSlugMobile\":\"large\",\"customHeightSetDesktop\":true} -->\n<div class=\"wp-block-uagb-image uagb-block-7aa6ba77 wp-block-uagb-image--layout-default wp-block-uagb-image--effect-static wp-block-uagb-image--align-none\"><figure class=\"wp-block-uagb-image__figure\"><img srcset=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/the-view-from-my-rooms-1024x768.jpg \" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/the-view-from-my-rooms-1024x768.jpg\" alt=\"\" class=\"uag-image-1211\" width=\"960\" height=\"500\" title=\"\" loading=\"lazy\"/></figure></div>\n<!-- /wp:uagb/image --></div>\n<!-- /wp:uagb/container --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"cb1e818c\",\"innerContentWidth\":\"alignfull\",\"directionDesktop\":\"row\",\"wrapTablet\":\"wrap\",\"variationSelected\":true,\"rowGapTablet\":0,\"columnGapDesktop\":0,\"isBlockRootParent\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-cb1e818c alignfull uagb-is-root-container\"><!-- wp:uagb/container {\"block_id\":\"1a460ee0\",\"widthDesktop\":50,\"widthTablet\":100,\"variationSelected\":true,\"columnGapDesktop\":20,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-1a460ee0\"><!-- wp:uagb/image {\"block_id\":\"911471d5\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAAJDI0ZWY4NDc1LThjYjYtNDM3YS1iOTliLWNmOWQxYTJkMWU5MQ-1.png\",\"id\":1213,\"linkDestination\":\"none\",\"width\":960,\"height\":500,\"naturalWidth\":1000,\"naturalHeight\":667,\"sizeSlug\":\"full\",\"sizeSlugTablet\":\"full\",\"sizeSlugMobile\":\"full\",\"customHeightSetDesktop\":true} -->\n<div class=\"wp-block-uagb-image uagb-block-911471d5 wp-block-uagb-image--layout-default wp-block-uagb-image--effect-static wp-block-uagb-image--align-none\"><figure class=\"wp-block-uagb-image__figure\"><img srcset=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAAJDI0ZWY4NDc1LThjYjYtNDM3YS1iOTliLWNmOWQxYTJkMWU5MQ-1.png \" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAAJDI0ZWY4NDc1LThjYjYtNDM3YS1iOTliLWNmOWQxYTJkMWU5MQ-1.png\" alt=\"\" class=\"uag-image-1213\" width=\"960\" height=\"500\" title=\"\" loading=\"lazy\"/></figure></div>\n<!-- /wp:uagb/image --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"677c2c50\",\"widthDesktop\":25,\"variationSelected\":true,\"widthSetByUser\":true,\"UAGHideMob\":true,\"UAGResponsiveConditions\":true} -->\n<div class=\"wp-block-uagb-container uag-hide-mob uagb-block-677c2c50\"><!-- wp:uagb/image {\"block_id\":\"09fb4af8\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/bird-1-1024x683.jpg\",\"id\":1215,\"linkDestination\":\"none\",\"width\":480,\"height\":500,\"naturalWidth\":1024,\"naturalHeight\":683,\"sizeSlug\":\"large\",\"sizeSlugTablet\":\"large\",\"sizeSlugMobile\":\"large\",\"customHeightSetDesktop\":true} -->\n<div class=\"wp-block-uagb-image uagb-block-09fb4af8 wp-block-uagb-image--layout-default wp-block-uagb-image--effect-static wp-block-uagb-image--align-none\"><figure class=\"wp-block-uagb-image__figure\"><img srcset=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/bird-1-1024x683.jpg \" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/bird-1-1024x683.jpg\" alt=\"\" class=\"uag-image-1215\" width=\"480\" height=\"500\" title=\"\" loading=\"lazy\"/></figure></div>\n<!-- /wp:uagb/image --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"b4ed00a3\",\"widthDesktop\":25,\"variationSelected\":true,\"widthSetByUser\":true,\"UAGHideMob\":true,\"UAGResponsiveConditions\":true} -->\n<div class=\"wp-block-uagb-container uag-hide-mob uagb-block-b4ed00a3\"><!-- wp:uagb/image {\"block_id\":\"dce42bdd\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/two-happy-boxers-1024x768.jpg\",\"id\":1216,\"linkDestination\":\"none\",\"width\":480,\"height\":500,\"naturalWidth\":1024,\"naturalHeight\":768,\"sizeSlug\":\"large\",\"sizeSlugTablet\":\"large\",\"sizeSlugMobile\":\"large\",\"customHeightSetDesktop\":true} -->\n<div class=\"wp-block-uagb-image uagb-block-dce42bdd wp-block-uagb-image--layout-default wp-block-uagb-image--effect-static wp-block-uagb-image--align-none\"><figure class=\"wp-block-uagb-image__figure\"><img srcset=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/two-happy-boxers-1024x768.jpg \" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/two-happy-boxers-1024x768.jpg\" alt=\"\" class=\"uag-image-1216\" width=\"480\" height=\"500\" title=\"\" loading=\"lazy\"/></figure></div>\n<!-- /wp:uagb/image --></div>\n<!-- /wp:uagb/container --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"2915fdf6\",\"backgroundType\":\"color\",\"backgroundSizeTablet\":\"cover\",\"backgroundSizeMobile\":\"cover\",\"backgroundColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"topPaddingDesktop\":120,\"bottomPaddingDesktop\":120,\"topPaddingTablet\":80,\"bottomPaddingTablet\":80,\"leftPaddingTablet\":30,\"rightPaddingTablet\":30,\"topPaddingMobile\":80,\"bottomPaddingMobile\":80,\"leftPaddingMobile\":20,\"rightPaddingMobile\":20,\"paddingLink\":false,\"variationSelected\":true,\"rowGapDesktop\":0,\"rowGapTablet\":0,\"isBlockRootParent\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-2915fdf6 alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/container {\"block_id\":\"028907ec\",\"directionDesktop\":\"row\",\"alignItemsDesktop\":\"flex-end\",\"alignItemsTablet\":\"flex-end\",\"justifyContentDesktop\":\"flex-end\",\"justifyContentTablet\":\"space-between\",\"variationSelected\":true,\"rowGapMobile\":30,\"columnGapDesktop\":0} -->\n<div class=\"wp-block-uagb-container uagb-block-028907ec\"><!-- wp:uagb/advanced-heading {\"block_id\":\"99e0b855\",\"classMigrate\":true,\"headingDescToggle\":true,\"subHeadingColor\":\"\",\"headSpace\":20,\"subHeadFontSize\":16} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-99e0b855\"><h2 class=\"uagb-heading-text\">Things to do in the area of Magaliesburg<br></h2><p class=\"uagb-desc-text\">Looking for more? Well, we believe that every guest walks into our lodge for the best experience. And, we are determined to do that.</p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/buttons {\"block_id\":\"b1172540\",\"classMigrate\":true,\"childMigrate\":true,\"align\":\"right\",\"alignTablet\":\"right\",\"alignMobile\":\"left\",\"gap\":0} -->\n<div class=\"wp-block-uagb-buttons uagb-buttons__outer-wrap uagb-btn__default-btn uagb-btn-tablet__default-btn uagb-btn-mobile__default-btn uagb-block-b1172540\"><div class=\"uagb-buttons__wrap uagb-buttons-layout-wrap\"><!-- wp:uagb/buttons-child {\"block_id\":\"e7327390\",\"label\":\"Get Bookings\",\"link\":\"#\",\"hColor\":\"\",\"borderWidth\":\"\",\"borderRadius\":\"\",\"borderStyle\":\"\",\"borderColor\":\"\",\"borderHColor\":\"\",\"btnBorderTopWidth\":1,\"btnBorderLeftWidth\":1,\"btnBorderRightWidth\":1,\"btnBorderBottomWidth\":1,\"btnBorderTopLeftRadius\":2,\"btnBorderTopRightRadius\":2,\"btnBorderBottomLeftRadius\":2,\"btnBorderBottomRightRadius\":2,\"btnBorderStyle\":\"solid\",\"btnBorderColor\":\"#333\",\"btnBorderHColor\":\"#333\"} -->\n<div class=\"wp-block-uagb-buttons-child uagb-buttons__outer-wrap uagb-block-e7327390 wp-block-button is-style-outline\"><div class=\"uagb-button__wrapper\"><a class=\"uagb-buttons-repeater wp-block-button__link\" href=\"#\" rel=\"follow noopener\" target=\"_self\"><div class=\"uagb-button__link\">Get Bookings</div></a></div></div>\n<!-- /wp:uagb/buttons-child --></div></div>\n<!-- /wp:uagb/buttons --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"21a8fe42\",\"directionDesktop\":\"row\",\"alignItemsTablet\":\"flex-start\",\"paddingLink\":false,\"topMarginDesktop\":54,\"bottomMarginDesktop\":0,\"leftMarginDesktop\":0,\"rightMarginDesktop\":0,\"topMarginTablet\":30,\"bottomMarginTablet\":0,\"leftMarginTablet\":0,\"rightMarginTablet\":0,\"marginLink\":false,\"variationSelected\":true,\"rowGapMobile\":65,\"columnGapDesktop\":48,\"columnGapTablet\":20} -->\n<div class=\"wp-block-uagb-container uagb-block-21a8fe42\"><!-- wp:uagb/info-box {\"classMigrate\":true,\"headingAlign\":\"left\",\"headingColor\":\"\",\"subHeadingColor\":\"\",\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"source_type\":\"image\",\"block_id\":\"385cc974\",\"ctaTarget\":true,\"ctaType\":\"text\",\"ctaText\":\"READ MORE\",\"ctaLink\":\"https://www.sundowner.co.za/rooms/magalies-barbus-haven/\",\"ctaLinkColor\":\"var(\\u002d\\u002dast-global-color-0)\",\"ctaDecoration\":\"underline\",\"ctaFontSize\":12,\"ctaFontWeight\":\"600\",\"ctaLetterSpacing\":2,\"ctaBorderColor\":\"\",\"ctaBorderStyle\":\"\",\"ctaBorderWidth\":\"\",\"ctaBorderRadius\":\"\",\"iconBottomMargin\":30,\"iconImage\":{\"uploading\":false,\"date\":1671106052000,\"filename\":\"41b46e52d7427ea1f6f135454e9a012f.png\",\"menuOrder\":0,\"uploadedTo\":762,\"type\":\"image\",\"subtype\":\"png\",\"id\":1222,\"title\":\"41b46e52d7427ea1f6f135454e9a012f\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/41b46e52d7427ea1f6f135454e9a012f.png\",\"link\":\"https://blueroan.netgen.cloud/amenities/41b46e52d7427ea1f6f135454e9a012f/\",\"alt\":\"\",\"author\":\"2\",\"description\":\"\",\"caption\":\"\",\"name\":\"41b46e52d7427ea1f6f135454e9a012f\",\"status\":\"inherit\",\"modified\":1671106052000,\"mime\":\"image/png\",\"icon\":\"https://blueroan.netgen.cloud/wp-includes/images/media/default.png\",\"dateFormatted\":\"December 15, 2022\",\"nonces\":{\"update\":\"a33de4f0ef\",\"delete\":\"e6f9dee199\",\"edit\":\"6d436328bf\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=1222\\u0026action=edit\",\"meta\":false,\"authorName\":\"Netgen Support\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/profile.php\",\"uploadedToTitle\":\"Amenities\",\"uploadedToLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=762\\u0026action=edit\",\"filesizeInBytes\":326854,\"filesizeHumanReadable\":\"319 KB\",\"context\":\"\",\"height\":440,\"width\":370,\"orientation\":\"portrait\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/41b46e52d7427ea1f6f135454e9a012f-150x150.png\",\"orientation\":\"landscape\"},\"medium\":{\"height\":300,\"width\":252,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/41b46e52d7427ea1f6f135454e9a012f-252x300.png\",\"orientation\":\"portrait\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/41b46e52d7427ea1f6f135454e9a012f.png\",\"height\":440,\"width\":370,\"orientation\":\"portrait\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"imageSize\":\"full\",\"imageWidth\":100,\"imageWidthMobile\":100,\"imageWidthTablet\":100,\"paddingBtnTop\":10,\"paddingBtnBottom\":10,\"paddingBtnLeft\":14,\"paddingBtnRight\":14,\"imageWidthUnit\":\"%\",\"imageWidthUnitTablet\":\"%\",\"imageWidthUnitMobile\":\"%\",\"subHeadTopMargin\":0,\"subHeadRightMargin\":40,\"subHeadLeftMargin\":0,\"subHeadMarginTopTablet\":0,\"subHeadMarginRightTablet\":0,\"subHeadTabletSpace\":20,\"subHeadMarginLeftTablet\":0,\"imgTagHeight\":118,\"imgTagWidth\":370,\"btnBorderTopWidth\":1,\"btnBorderLeftWidth\":1,\"btnBorderRightWidth\":1,\"btnBorderBottomWidth\":1,\"btnBorderTopLeftRadius\":0,\"btnBorderTopRightRadius\":0,\"btnBorderBottomLeftRadius\":0,\"btnBorderBottomRightRadius\":0,\"btnBorderStyle\":\"solid\",\"btnBorderColor\":\"#333\"} -->\n<div class=\"wp-block-uagb-info-box uagb-block-385cc974 uagb-infobox__content-wrap  uagb-infobox-icon-above-title uagb-infobox-image-valign-top\"><div class=\"uagb-ifb-content\"><div class=\"uagb-ifb-image-content\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/41b46e52d7427ea1f6f135454e9a012f.png\" alt=\"\" width=\"100\" height=\"118\" loading=\"lazy\"/></div><div class=\"uagb-ifb-title-wrap\"><h3 class=\"uagb-ifb-title\">Fishing at Barbus Haven </h3></div><p class=\"uagb-ifb-desc\">The 2.5 hr Introductory fly fishing clinics cover the basic techniques required to fly fish effectively. </p><div class=\"uagb-ifb-button-wrapper wp-block-button\"><a href=\"https://www.sundowner.co.za/rooms/magalies-barbus-haven/\" target=\"_blank\" class=\"uagb-infobox-cta-link\" rel=\"noopener noreferrer\" alt=\"\"><span class=\"uagb-inline-editing\">READ MORE</span><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M504.3 273.6l-112.1 104c-6.992 6.484-17.18 8.218-25.94 4.406c-8.758-3.812-14.42-12.45-14.42-21.1L351.9 288H32C14.33 288 .0002 273.7 .0002 255.1S14.33 224 32 224h319.9l0-72c0-9.547 5.66-18.19 14.42-22c8.754-3.809 18.95-2.075 25.94 4.41l112.1 104C514.6 247.9 514.6 264.1 504.3 273.6z\"></path></svg></a></div></div></div>\n<!-- /wp:uagb/info-box -->\n\n<!-- wp:uagb/info-box {\"classMigrate\":true,\"headingAlign\":\"left\",\"headingColor\":\"\",\"subHeadingColor\":\"\",\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"source_type\":\"image\",\"block_id\":\"b3088782\",\"ctaTarget\":true,\"ctaType\":\"text\",\"ctaText\":\"READ MORE\",\"ctaLink\":\"https://www.thekingfisherlodge.co.za/activities/\",\"ctaLinkColor\":\"var(\\u002d\\u002dast-global-color-0)\",\"ctaDecoration\":\"underline\",\"ctaFontSize\":12,\"ctaFontWeight\":\"600\",\"ctaLetterSpacing\":2,\"ctaBorderColor\":\"\",\"ctaBorderStyle\":\"\",\"ctaBorderWidth\":\"\",\"ctaBorderRadius\":\"\",\"iconBottomMargin\":30,\"iconImage\":{\"uploading\":false,\"date\":1671106415000,\"filename\":\"IMG-20180619-WA0004.png\",\"menuOrder\":0,\"uploadedTo\":762,\"type\":\"image\",\"subtype\":\"png\",\"id\":1225,\"title\":\"IMG-20180619-WA0004\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/IMG-20180619-WA0004.png\",\"link\":\"https://blueroan.netgen.cloud/amenities/img-20180619-wa0004/\",\"alt\":\"\",\"author\":\"2\",\"description\":\"\",\"caption\":\"\",\"name\":\"img-20180619-wa0004\",\"status\":\"inherit\",\"modified\":1671106415000,\"mime\":\"image/png\",\"icon\":\"https://blueroan.netgen.cloud/wp-includes/images/media/default.png\",\"dateFormatted\":\"December 15, 2022\",\"nonces\":{\"update\":\"e988b6351d\",\"delete\":\"5d512e9cd1\",\"edit\":\"3a331dfabd\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=1225\\u0026action=edit\",\"meta\":false,\"authorName\":\"Netgen Support\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/profile.php\",\"uploadedToTitle\":\"Amenities\",\"uploadedToLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=762\\u0026action=edit\",\"filesizeInBytes\":276116,\"filesizeHumanReadable\":\"270 KB\",\"context\":\"\",\"height\":440,\"width\":370,\"orientation\":\"portrait\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/IMG-20180619-WA0004-150x150.png\",\"orientation\":\"landscape\"},\"medium\":{\"height\":300,\"width\":252,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/IMG-20180619-WA0004-252x300.png\",\"orientation\":\"portrait\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/IMG-20180619-WA0004.png\",\"height\":440,\"width\":370,\"orientation\":\"portrait\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"imageSize\":\"full\",\"imageWidth\":100,\"imageWidthMobile\":100,\"imageWidthTablet\":100,\"paddingBtnTop\":10,\"paddingBtnBottom\":10,\"paddingBtnLeft\":14,\"paddingBtnRight\":14,\"imageWidthUnit\":\"%\",\"imageWidthUnitTablet\":\"%\",\"imageWidthUnitMobile\":\"%\",\"subHeadTopMargin\":0,\"subHeadRightMargin\":40,\"subHeadLeftMargin\":0,\"subHeadMarginTopTablet\":0,\"subHeadMarginRightTablet\":0,\"subHeadTabletSpace\":20,\"subHeadMarginLeftTablet\":0,\"imgTagHeight\":118,\"imgTagWidth\":370,\"btnBorderTopWidth\":1,\"btnBorderLeftWidth\":1,\"btnBorderRightWidth\":1,\"btnBorderBottomWidth\":1,\"btnBorderTopLeftRadius\":0,\"btnBorderTopRightRadius\":0,\"btnBorderBottomLeftRadius\":0,\"btnBorderBottomRightRadius\":0,\"btnBorderStyle\":\"solid\",\"btnBorderColor\":\"#333\"} -->\n<div class=\"wp-block-uagb-info-box uagb-block-b3088782 uagb-infobox__content-wrap  uagb-infobox-icon-above-title uagb-infobox-image-valign-top\"><div class=\"uagb-ifb-content\"><div class=\"uagb-ifb-image-content\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/IMG-20180619-WA0004.png\" alt=\"\" width=\"100\" height=\"118\" loading=\"lazy\"/></div><div class=\"uagb-ifb-title-wrap\"><h3 class=\"uagb-ifb-title\">Fishing at Kingfisher </h3></div><p class=\"uagb-ifb-desc\">The opportunity to fish for Rainbow Trout or the elusive Brown Trout. Kingfisher offers rod hires at their venue. <br></p><div class=\"uagb-ifb-button-wrapper wp-block-button\"><a href=\"https://www.thekingfisherlodge.co.za/activities/\" target=\"_blank\" class=\"uagb-infobox-cta-link\" rel=\"noopener noreferrer\" alt=\"\"><span class=\"uagb-inline-editing\">READ MORE</span><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M504.3 273.6l-112.1 104c-6.992 6.484-17.18 8.218-25.94 4.406c-8.758-3.812-14.42-12.45-14.42-21.1L351.9 288H32C14.33 288 .0002 273.7 .0002 255.1S14.33 224 32 224h319.9l0-72c0-9.547 5.66-18.19 14.42-22c8.754-3.809 18.95-2.075 25.94 4.41l112.1 104C514.6 247.9 514.6 264.1 504.3 273.6z\"></path></svg></a></div></div></div>\n<!-- /wp:uagb/info-box -->\n\n<!-- wp:uagb/info-box {\"classMigrate\":true,\"headingAlign\":\"left\",\"headingColor\":\"\",\"subHeadingColor\":\"\",\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"source_type\":\"image\",\"block_id\":\"4e099686\",\"ctaType\":\"text\",\"ctaText\":\"READ MORE\",\"ctaLinkColor\":\"var(\\u002d\\u002dast-global-color-0)\",\"ctaDecoration\":\"underline\",\"ctaFontSize\":12,\"ctaFontWeight\":\"600\",\"ctaLetterSpacing\":2,\"ctaBorderColor\":\"\",\"ctaBorderStyle\":\"\",\"ctaBorderWidth\":\"\",\"ctaBorderRadius\":\"\",\"iconBottomMargin\":30,\"iconImage\":{\"id\":241,\"title\":\"beach\",\"filename\":\"beach.jpg\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/beach.jpg\",\"link\":\"https://blueroan.netgen.cloud/beach/\",\"alt\":\"\",\"author\":\"34\",\"description\":\"\",\"caption\":\"\",\"name\":\"beach\",\"status\":\"inherit\",\"uploadedTo\":0,\"date\":\"2021-05-11T10:56:06.000Z\",\"modified\":\"2021-05-11T10:56:06.000Z\",\"menuOrder\":0,\"mime\":\"image/jpeg\",\"type\":\"image\",\"subtype\":\"jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/default.png\",\"dateFormatted\":\"May 11, 2021\",\"nonces\":{\"update\":\"65c348aac8\",\"delete\":\"6d551f7cf4\",\"edit\":\"026ca70d91\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=241\\u0026action=edit\",\"meta\":false,\"authorName\":\"Rishabh\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/user-edit.php?user_id=34\",\"filesizeInBytes\":38094,\"filesizeHumanReadable\":\"37 KB\",\"context\":\"\",\"height\":440,\"width\":370,\"orientation\":\"portrait\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/beach-150x150.jpg\",\"orientation\":\"landscape\"},\"medium\":{\"height\":300,\"width\":252,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/beach-252x300-1.jpg\",\"orientation\":\"portrait\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/beach.jpg\",\"height\":440,\"width\":370,\"orientation\":\"portrait\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"imageSize\":\"full\",\"imageWidth\":100,\"imageWidthMobile\":100,\"imageWidthTablet\":100,\"paddingBtnTop\":10,\"paddingBtnBottom\":10,\"paddingBtnLeft\":14,\"paddingBtnRight\":14,\"imageWidthUnit\":\"%\",\"imageWidthUnitTablet\":\"%\",\"imageWidthUnitMobile\":\"%\",\"subHeadTopMargin\":0,\"subHeadRightMargin\":40,\"subHeadLeftMargin\":0,\"subHeadMarginTopTablet\":0,\"subHeadMarginRightTablet\":0,\"subHeadTabletSpace\":20,\"subHeadMarginLeftTablet\":0,\"imgTagHeight\":118,\"imgTagWidth\":370,\"btnBorderTopWidth\":1,\"btnBorderLeftWidth\":1,\"btnBorderRightWidth\":1,\"btnBorderBottomWidth\":1,\"btnBorderTopLeftRadius\":0,\"btnBorderTopRightRadius\":0,\"btnBorderBottomLeftRadius\":0,\"btnBorderBottomRightRadius\":0,\"btnBorderStyle\":\"solid\",\"btnBorderColor\":\"#333\"} -->\n<div class=\"wp-block-uagb-info-box uagb-block-4e099686 uagb-infobox__content-wrap  uagb-infobox-icon-above-title uagb-infobox-image-valign-top\"><div class=\"uagb-ifb-content\"><div class=\"uagb-ifb-image-content\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/beach.jpg\" alt=\"\" width=\"100\" height=\"118\" loading=\"lazy\"/></div><div class=\"uagb-ifb-title-wrap\"><h3 class=\"uagb-ifb-title\">Private Beach​</h3></div><p class=\"uagb-ifb-desc\">Want to take a dip into the sea? All our guests get complimentary access to our private beach.</p><div class=\"uagb-ifb-button-wrapper wp-block-button\"><a href=\"\" target=\"_self\" class=\"uagb-infobox-cta-link uagb-disable-link\" rel=\"noopener noreferrer\" alt=\"\"><span class=\"uagb-inline-editing\">READ MORE</span><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M504.3 273.6l-112.1 104c-6.992 6.484-17.18 8.218-25.94 4.406c-8.758-3.812-14.42-12.45-14.42-21.1L351.9 288H32C14.33 288 .0002 273.7 .0002 255.1S14.33 224 32 224h319.9l0-72c0-9.547 5.66-18.19 14.42-22c8.754-3.809 18.95-2.075 25.94 4.41l112.1 104C514.6 247.9 514.6 264.1 504.3 273.6z\"></path></svg></a></div></div></div>\n<!-- /wp:uagb/info-box --></div>\n<!-- /wp:uagb/container --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"78bbc4c9\",\"backgroundType\":\"color\",\"backgroundSizeTablet\":\"cover\",\"backgroundSizeMobile\":\"cover\",\"backgroundColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"topPaddingDesktop\":50,\"bottomPaddingDesktop\":100,\"topPaddingTablet\":50,\"bottomPaddingTablet\":25,\"leftPaddingTablet\":20,\"rightPaddingTablet\":20,\"topPaddingMobile\":50,\"bottomPaddingMobile\":20,\"leftPaddingMobile\":20,\"rightPaddingMobile\":20,\"paddingLink\":false,\"variationSelected\":true,\"rowGapDesktop\":0,\"isBlockRootParent\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-78bbc4c9 alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/container {\"block_id\":\"4ac97919\",\"directionDesktop\":\"row\",\"alignItemsTablet\":\"flex-start\",\"paddingLink\":false,\"topMarginDesktop\":50,\"bottomMarginDesktop\":20,\"leftMarginDesktop\":0,\"rightMarginDesktop\":0,\"marginLink\":false,\"variationSelected\":true,\"rowGapMobile\":65,\"columnGapDesktop\":48,\"columnGapTablet\":20} -->\n<div class=\"wp-block-uagb-container uagb-block-4ac97919\"><!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"align\":\"center\",\"id\":1222,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image aligncenter size-full\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/41b46e52d7427ea1f6f135454e9a012f.png\" alt=\"\" class=\"wp-image-1222\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"textAlign\":\"center\",\"level\":3} -->\n<h3 class=\"has-text-align-center\">Fishing </h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>The dam has trout (stocked), bass, vlei Kuper and carp. Fly fishers seeking a unique challenge visit our establishment in search of the large &amp; small scale Yellow fish.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:buttons -->\n<div class=\"wp-block-buttons\"><!-- wp:button {\"align\":\"left\"} -->\n<div class=\"wp-block-button alignleft\"><a class=\"wp-block-button__link wp-element-button\" href=\"https://www.sundowner.co.za/rooms/magalies-barbus-haven/\" target=\"_blank\" rel=\"noreferrer noopener\">Barbus Haven</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons -->\n\n<!-- wp:paragraph -->\n<p>The opportunity to fish for Rainbow Trout or the elusive Brown Trout. Kingfisher offers rod hires at their venue. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:buttons -->\n<div class=\"wp-block-buttons\"><!-- wp:button {\"align\":\"left\"} -->\n<div class=\"wp-block-button alignleft\"><a class=\"wp-block-button__link wp-element-button\" href=\"https://www.thekingfisherlodge.co.za/activities/\" target=\"_blank\" rel=\"noreferrer noopener\">Kingfisher</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":1235,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Maseke-MTB-MvZ-3-1024x683-1.png\" alt=\"\" class=\"wp-image-1235\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>Mountain biking </h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>It is a privately owned nature reserve that offers mountain biking.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:spacer {\"height\":\"20px\"} -->\n<div style=\"height:20px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:buttons -->\n<div class=\"wp-block-buttons\"><!-- wp:button -->\n<div class=\"wp-block-button\"><a class=\"wp-block-button__link wp-element-button\" href=\"http://ingwebushcamp.yolasite.com/\" target=\"_blank\" rel=\"noreferrer noopener\">Ingwe Bush Camp&nbsp;</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons -->\n\n<!-- wp:paragraph -->\n<p>With over 80km of trails, Van Gaalen&nbsp;has something to offer for every kind of athlete, from beginner to advanced.<br></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:buttons -->\n<div class=\"wp-block-buttons\"><!-- wp:button -->\n<div class=\"wp-block-button\"><a class=\"wp-block-button__link wp-element-button\" href=\"https://www.vangaalen.co.za/products\" target=\"_blank\" rel=\"noreferrer noopener\">Van Gaalen\'s</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":830,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/ef9d0188da11e2bc56788f5619d9d539.png\" alt=\"\" class=\"wp-image-830\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>Quad biking </h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>We have quads suitable for kiddies, tweens, teens, and adults. We have mini quads and fully automatic 150cc quads.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:spacer {\"height\":\"2px\"} -->\n<div style=\"height:2px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:buttons -->\n<div class=\"wp-block-buttons\"><!-- wp:button -->\n<div class=\"wp-block-button\"><a class=\"wp-block-button__link wp-element-button\" href=\"https://www.saddlecreekadventures.co.za/activity/quad-biking/\" target=\"_blank\" rel=\"noreferrer noopener\">Saddle Creek Ranch</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons -->\n\n<!-- wp:paragraph -->\n<p>A 700-meter monster track, the longest and most exciting track in Gauteng!</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:spacer {\"height\":\"2px\"} -->\n<div style=\"height:2px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:buttons -->\n<div class=\"wp-block-buttons\"><!-- wp:button -->\n<div class=\"wp-block-button\"><a class=\"wp-block-button__link wp-element-button\" href=\"http://www.swartkrans.co.za/\" target=\"_blank\" rel=\"noreferrer noopener\">Swartkrans Go-Karting&nbsp;</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"align\":\"center\",\"id\":1198,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image aligncenter size-full\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/eyJidWNrZXQiOiJhc3NldHMuYWxsdHJhaWxzLmNvbSIsImtleSI6InVwbG9hZHMvcGhvdG8vaW1hZ2UvNDMxNzk4MTAvYjZkYTAz-1.png\" alt=\"\" class=\"wp-image-1198\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>Horse riding </h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Join us for an unforgettable horse riding experience in the peaceful countryside, with beautiful mountain scenery and lovely bush trails.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:buttons -->\n<div class=\"wp-block-buttons\"><!-- wp:button -->\n<div class=\"wp-block-button\"><a class=\"wp-block-button__link wp-element-button\" href=\"https://www.saddlecreekadventures.co.za/activity/horse-riding/\" target=\"_blank\" rel=\"noreferrer noopener\">Saddle Creek Ranch</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":1185,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/49089607_1950305445047847_5177863042771189760_n.png\" alt=\"\" class=\"wp-image-1185\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>Game drives </h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Enjoy a thrilling and educational adventure with our experienced guides.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:spacer {\"height\":\"2px\"} -->\n<div style=\"height:2px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:buttons -->\n<div class=\"wp-block-buttons\"><!-- wp:button -->\n<div class=\"wp-block-button\"><a class=\"wp-block-button__link wp-element-button\" href=\"https://www.rhinolion.co.za/visitors-guide/activity-index/game-drives/\" target=\"_blank\" rel=\"noreferrer noopener\">Rhino &amp; Lion Park</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons -->\n\n<!-- wp:paragraph -->\n<p>Our guided game-viewing drives take place each day in the morning and afternoon, as this is when the animals are most active.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:buttons -->\n<div class=\"wp-block-buttons\"><!-- wp:button -->\n<div class=\"wp-block-button\"><a class=\"wp-block-button__link wp-element-button\" href=\"https://www.africanhillslodge.co.za/experience/\" target=\"_blank\" rel=\"noreferrer noopener\">Askari Game Lodge</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:heading -->\n<h2>Other activites </h2>\n<!-- /wp:heading -->\n\n<!-- wp:uagb/faq {\"block_id\":\"7c4906d9\",\"expandFirstItem\":false,\"boxBgColor\":\"#F5F5F5\",\"borderStyle\":\"\",\"borderWidth\":\"\",\"borderRadius\":\"\",\"borderColor\":\"\",\"vquestionPaddingDesktop\":15,\"hquestionPaddingDesktop\":15,\"iconAlign\":\"row-reverse\",\"schema\":\"{\\u0022@context\\u0022:\\u0022https://schema.org\\u0022,\\u0022@type\\u0022:\\u0022FAQPage\\u0022,\\u0022@id\\u0022:\\u0022https://blueroan.netgen.cloud/amenities/\\u0022,\\u0022mainEntity\\u0022:[{\\u0022@type\\u0022:\\u0022Question\\u0022,\\u0022name\\u0022:\\u0022Pubs and Micro-breweries \\u0022,\\u0022acceptedAnswer\\u0022:{\\u0022@type\\u0022:\\u0022Answer\\u0022,\\u0022text\\u0022:\\u0022Black Horse   \\u003cbr\\u003e082 561 3246\\u003cbr\\u003eBrauhaus am Dam   \\u003cbr\\u003e087 802 5519 / 072 920 1742\\u003cbr\\u003eHartleys Elephant Bar   \\u003cbr\\u003e014 577 2301\\u003cbr\\u003eThatchwood Pub   \\u003cbr\\u003e083 709 1672\\u003cbr\\u003eMonate Citrus Kelder   \\u003cbr\\u003e012 258 0712\\u0022}},{\\u0022@type\\u0022:\\u0022Question\\u0022,\\u0022name\\u0022:\\u0022What is FAQ?\\u0022,\\u0022acceptedAnswer\\u0022:{\\u0022@type\\u0022:\\u0022Answer\\u0022,\\u0022text\\u0022:\\u0022Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.\\u0022}}]}\",\"questionLeftPaddingDesktop\":15,\"questionBottomPaddingDesktop\":15,\"answerTopPadding\":0,\"answerRightPadding\":15,\"answerBottomPadding\":15,\"answerLeftPadding\":15,\"answerTopPaddingTablet\":10,\"answerRightPaddingTablet\":10,\"answerBottomPaddingTablet\":10,\"answerLeftPaddingTablet\":10,\"answerTopPaddingMobile\":10,\"answerRightPaddingMobile\":10,\"answerBottomPaddingMobile\":10,\"answerLeftPaddingMobile\":10,\"overallBorderTopWidth\":1,\"overallBorderLeftWidth\":1,\"overallBorderRightWidth\":1,\"overallBorderBottomWidth\":1,\"overallBorderTopLeftRadius\":2,\"overallBorderTopRightRadius\":2,\"overallBorderBottomLeftRadius\":2,\"overallBorderBottomRightRadius\":2,\"overallBorderStyle\":\"none\",\"overallBorderColor\":\"#D2D2D2\"} -->\n<div class=\"wp-block-uagb-faq uagb-faq__outer-wrap uagb-block-7c4906d9 uagb-faq-icon-row-reverse uagb-faq-layout-accordion uagb-faq-expand-first-false uagb-faq-inactive-other-true uagb-faq__wrap uagb-buttons-layout-wrap uagb-faq-equal-height\" data-faqtoggle=\"true\" role=\"tablist\"><!-- wp:uagb/faq-child {\"block_id\":\"77fb7260\",\"question\":\"Pubs and Micro-breweries \",\"answer\":\"Black Horse   \\u003cbr\\u003e082 561 3246\\u003cbr\\u003eBrauhaus am Dam   \\u003cbr\\u003e087 802 5519 / 072 920 1742\\u003cbr\\u003eHartleys Elephant Bar   \\u003cbr\\u003e014 577 2301\\u003cbr\\u003eThatchwood Pub   \\u003cbr\\u003e083 709 1672\\u003cbr\\u003eMonate Citrus Kelder   \\u003cbr\\u003e012 258 0712\"} -->\n<div class=\"wp-block-uagb-faq-child uagb-faq-child__outer-wrap uagb-faq-item uagb-block-77fb7260\" role=\"tab\" tabindex=\"0\"><div class=\"uagb-faq-questions-button uagb-faq-questions\"><span class=\"uagb-icon uagb-faq-icon-wrap\"><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 448 512\"><path d=\"M432 256c0 17.69-14.33 32.01-32 32.01H256v144c0 17.69-14.33 31.99-32 31.99s-32-14.3-32-31.99v-144H48c-17.67 0-32-14.32-32-32.01s14.33-31.99 32-31.99H192v-144c0-17.69 14.33-32.01 32-32.01s32 14.32 32 32.01v144h144C417.7 224 432 238.3 432 256z\"></path></svg></span><span class=\"uagb-icon-active uagb-faq-icon-wrap\"><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 448 512\"><path d=\"M400 288h-352c-17.69 0-32-14.32-32-32.01s14.31-31.99 32-31.99h352c17.69 0 32 14.3 32 31.99S417.7 288 400 288z\"></path></svg></span><span class=\"uagb-question\">Pubs and Micro-breweries </span></div><p class=\"uagb-faq-content\">Black Horse   <br>082 561 3246<br>Brauhaus am Dam   <br>087 802 5519 / 072 920 1742<br>Hartleys Elephant Bar   <br>014 577 2301<br>Thatchwood Pub   <br>083 709 1672<br>Monate Citrus Kelder   <br>012 258 0712</p></div>\n<!-- /wp:uagb/faq-child -->\n\n<!-- wp:uagb/faq-child {\"block_id\":\"59138a92\"} -->\n<div class=\"wp-block-uagb-faq-child uagb-faq-child__outer-wrap uagb-faq-item uagb-block-59138a92\" role=\"tab\" tabindex=\"0\"><div class=\"uagb-faq-questions-button uagb-faq-questions\"><span class=\"uagb-icon uagb-faq-icon-wrap\"><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 448 512\"><path d=\"M432 256c0 17.69-14.33 32.01-32 32.01H256v144c0 17.69-14.33 31.99-32 31.99s-32-14.3-32-31.99v-144H48c-17.67 0-32-14.32-32-32.01s14.33-31.99 32-31.99H192v-144c0-17.69 14.33-32.01 32-32.01s32 14.32 32 32.01v144h144C417.7 224 432 238.3 432 256z\"></path></svg></span><span class=\"uagb-icon-active uagb-faq-icon-wrap\"><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 448 512\"><path d=\"M400 288h-352c-17.69 0-32-14.32-32-32.01s14.31-31.99 32-31.99h352c17.69 0 32 14.3 32 31.99S417.7 288 400 288z\"></path></svg></span><span class=\"uagb-question\">What is FAQ?</span></div><p class=\"uagb-faq-content\">Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.</p></div>\n<!-- /wp:uagb/faq-child --></div>\n<!-- /wp:uagb/faq --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"9df130d4\",\"innerContentCustomWidthDesktop\":781,\"innerContentCustomWidthTablet\":781,\"backgroundType\":\"image\",\"backgroundImageDesktop\":{\"id\":54,\"title\":\"background-img\",\"filename\":\"background-img-1.jpg\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/background-img-1.jpg\",\"link\":\"https://blueroan.netgen.cloud/background-img-2/\",\"alt\":\"\",\"author\":\"34\",\"description\":\"\",\"caption\":\"\",\"name\":\"background-img-2\",\"status\":\"inherit\",\"uploadedTo\":0,\"date\":\"2021-05-07T10:11:37.000Z\",\"modified\":\"2021-05-07T10:11:37.000Z\",\"menuOrder\":0,\"mime\":\"image/jpeg\",\"type\":\"image\",\"subtype\":\"jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/default.png\",\"dateFormatted\":\"May 7, 2021\",\"nonces\":{\"update\":\"bb999636b9\",\"delete\":\"d2e1375bc4\",\"edit\":\"005dd2f0c9\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=54\\u0026action=edit\",\"meta\":false,\"authorName\":\"Rishabh\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/user-edit.php?user_id=34\",\"filesizeInBytes\":338858,\"filesizeHumanReadable\":\"331 KB\",\"context\":\"\",\"height\":1080,\"width\":1920,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/background-img-1-150x150.jpg\",\"orientation\":\"landscape\"},\"medium\":{\"height\":169,\"width\":300,\"url\":\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/background-img-1-300x169.jpg\",\"orientation\":\"landscape\"},\"large\":{\"height\":576,\"width\":1024,\"url\":\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/background-img-1-1024x576.jpg\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/background-img-1.jpg\",\"height\":1080,\"width\":1920,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"backgroundImageColor\":\"rgba(42,42,42,0.65)\",\"topPaddingDesktop\":144,\"bottomPaddingDesktop\":144,\"leftPaddingDesktop\":40,\"rightPaddingDesktop\":40,\"topPaddingTablet\":80,\"bottomPaddingTablet\":80,\"leftPaddingTablet\":40,\"rightPaddingTablet\":40,\"topPaddingMobile\":64,\"bottomPaddingMobile\":64,\"leftPaddingMobile\":24,\"rightPaddingMobile\":24,\"paddingLink\":false,\"variationSelected\":true,\"isBlockRootParent\":true,\"overlayType\":\"color\"} -->\n<div class=\"wp-block-uagb-container uagb-block-9df130d4 alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/advanced-heading {\"block_id\":\"41db29e2\",\"classMigrate\":true,\"headingDescToggle\":true,\"headingAlign\":\"center\",\"headingColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"subHeadingColor\":\"var(\\u002d\\u002dast-global-color-4)\",\"headSpace\":20} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-41db29e2\"><h2 class=\"uagb-heading-text\">Plan an Unforgettable Experience in Mykonos Today!</h2><p class=\"uagb-desc-text\">We can help you fit your stay and experience within your allotted budget.</p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/advanced-heading {\"block_id\":\"ad04da10\",\"classMigrate\":true,\"headingTitleToggle\":false,\"headingDescToggle\":true,\"headingAlign\":\"center\",\"subHeadingColor\":\"var(\\u002d\\u002dast-global-color-4)\",\"subHeadTransform\":\"uppercase\",\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"subHeadLetterSpacing\":2,\"blockTopPadding\":60,\"blockRightPadding\":0,\"blockLeftPadding\":0,\"blockBottomPadding\":0,\"blockTopPaddingMobile\":30,\"blockRightPaddingMobile\":0,\"blockLeftPaddingMobile\":0,\"blockBottomPaddingMobile\":0} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-ad04da10\"><p class=\"uagb-desc-text\">BOOK YOUR STAY NOW​</p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/icon-list {\"block_id\":\"c7acbc3e\",\"classMigrate\":true,\"childMigrate\":true,\"align\":\"center\",\"parentIcon\":\"phone\",\"size\":40,\"sizeMobile\":24,\"sizeTablet\":32,\"fontSize\":48,\"fontSizeMobile\":28,\"fontSizeTablet\":40,\"fontWeight\":\"600\",\"iconColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"labelColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"blockTopPadding\":0,\"blockRightPadding\":0,\"blockLeftPadding\":0,\"blockBottomPadding\":24,\"blockPaddingLink\":false} -->\n<div class=\"wp-block-uagb-icon-list uagb-block-c7acbc3e\"><div class=\"uagb-icon-list__wrap\"><!-- wp:uagb/icon-list-child {\"block_id\":\"33f400cd\",\"label\":\"+1-123 456 7890​\",\"label_color\":\"\",\"fromParentIcon\":\"phone\",\"imageSizeChild\":40} -->\n<div class=\"wp-block-uagb-icon-list-child uagb-block-33f400cd\"><span class=\"uagb-icon-list__source-wrap\"><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M511.2 387l-23.25 100.8c-3.266 14.25-15.79 24.22-30.46 24.22C205.2 512 0 306.8 0 54.5c0-14.66 9.969-27.2 24.22-30.45l100.8-23.25C139.7-2.602 154.7 5.018 160.8 18.92l46.52 108.5c5.438 12.78 1.77 27.67-8.98 36.45L144.5 207.1c33.98 69.22 90.26 125.5 159.5 159.5l44.08-53.8c8.688-10.78 23.69-14.51 36.47-8.975l108.5 46.51C506.1 357.2 514.6 372.4 511.2 387z\"></path></svg></span><span class=\"uagb-icon-list__label\">+1-123 456 7890​</span></div>\n<!-- /wp:uagb/icon-list-child --></div></div>\n<!-- /wp:uagb/icon-list --></div></div>\n<!-- /wp:uagb/container -->',	'Amenities',	'',	'inherit',	'closed',	'closed',	'',	'762-revision-v1',	'',	'',	'2022-12-15 12:56:12',	'2022-12-15 12:56:12',	'',	762,	'https://blueroan.netgen.cloud/?p=1258',	0,	'revision',	'',	0),
(1260,	2,	'2022-12-15 12:58:23',	'2022-12-15 12:58:23',	'<!-- wp:uagb/container {\"block_id\":\"745e90e4\",\"backgroundType\":\"image\",\"backgroundImageDesktop\":{\"id\":1007,\"title\":\"AAEAAQAAAAAAAAAAAAAAJDg5NmY0ZGUxLWE4MTgtNDY5NC1iODFhLTBmN2Q0ZDc5ZWFiNw-1\",\"filename\":\"AAEAAQAAAAAAAAAAAAAAJDg5NmY0ZGUxLWE4MTgtNDY5NC1iODFhLTBmN2Q0ZDc5ZWFiNw-1.png\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAAJDg5NmY0ZGUxLWE4MTgtNDY5NC1iODFhLTBmN2Q0ZDc5ZWFiNw-1.png\",\"link\":\"https://blueroan.netgen.cloud/the-barn/aaeaaqaaaaaaaaaaaaaajdg5nmy0zguxlwe4mtgtndy5nc1iodfhltbmn2q0zdc5zwfinw-1/\",\"alt\":\"\",\"author\":\"2\",\"description\":\"\",\"caption\":\"\",\"name\":\"aaeaaqaaaaaaaaaaaaaajdg5nmy0zguxlwe4mtgtndy5nc1iodfhltbmn2q0zdc5zwfinw-1\",\"status\":\"inherit\",\"uploadedTo\":948,\"date\":\"2022-12-14T10:50:25.000Z\",\"modified\":\"2022-12-14T10:50:25.000Z\",\"menuOrder\":0,\"mime\":\"image/png\",\"type\":\"image\",\"subtype\":\"png\",\"icon\":\"https://blueroan.netgen.cloud/wp-includes/images/media/default.png\",\"dateFormatted\":\"December 14, 2022\",\"nonces\":{\"update\":\"483f8bdf3d\",\"delete\":\"0a7ebc92ef\",\"edit\":\"6bc1c6a685\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=1007\\u0026action=edit\",\"meta\":false,\"authorName\":\"Netgen Support\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/profile.php\",\"uploadedToTitle\":\"The Barn\",\"uploadedToLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=948\\u0026action=edit\",\"filesizeInBytes\":1348989,\"filesizeHumanReadable\":\"1 MB\",\"context\":\"\",\"height\":667,\"width\":1000,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAAJDg5NmY0ZGUxLWE4MTgtNDY5NC1iODFhLTBmN2Q0ZDc5ZWFiNw-1-150x150.png\",\"orientation\":\"landscape\"},\"medium\":{\"height\":200,\"width\":300,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAAJDg5NmY0ZGUxLWE4MTgtNDY5NC1iODFhLTBmN2Q0ZDc5ZWFiNw-1-300x200.png\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAAJDg5NmY0ZGUxLWE4MTgtNDY5NC1iODFhLTBmN2Q0ZDc5ZWFiNw-1.png\",\"height\":667,\"width\":1000,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"backgroundPositionDesktop\":{\"x\":0.61,\"y\":0.52},\"backgroundSizeTablet\":\"cover\",\"backgroundSizeMobile\":\"cover\",\"backgroundColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"backgroundImageColor\":\"rgba(42,42,42,0.5)\",\"topPaddingDesktop\":220,\"bottomPaddingDesktop\":150,\"topPaddingTablet\":170,\"bottomPaddingTablet\":160,\"leftPaddingTablet\":30,\"rightPaddingTablet\":30,\"topPaddingMobile\":180,\"bottomPaddingMobile\":80,\"leftPaddingMobile\":20,\"rightPaddingMobile\":20,\"paddingLink\":false,\"variationSelected\":true,\"isBlockRootParent\":true,\"overlayType\":\"color\"} -->\n<div class=\"wp-block-uagb-container uagb-block-745e90e4 alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/advanced-heading {\"block_id\":\"6d0d3901\",\"classMigrate\":true,\"headingDescToggle\":true,\"headingColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"subHeadingColor\":\"var(\\u002d\\u002dast-global-color-4)\",\"headingTag\":\"h1\",\"headSpace\":20,\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"blockTopPadding\":0,\"blockRightPadding\":50,\"blockLeftPadding\":0,\"blockBottomPadding\":0,\"blockTopPaddingTablet\":0,\"blockRightPaddingTablet\":20,\"blockLeftPaddingTablet\":0,\"blockBottomPaddingTablet\":0,\"blockTopPaddingMobile\":0,\"blockRightPaddingMobile\":0,\"blockLeftPaddingMobile\":0,\"blockBottomPaddingMobile\":0,\"blockPaddingUnit\":\"%\",\"blockPaddingUnitTablet\":\"%\"} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-6d0d3901\"><h1 class=\"uagb-heading-text\">Amenities &amp; Interests​</h1><p class=\"uagb-desc-text\">We do not give you just rooms to stay in. We give you an environment where you can experience the best while on a holiday with us. </p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:buttons -->\n<div class=\"wp-block-buttons\"><!-- wp:button -->\n<div class=\"wp-block-button\"><a class=\"wp-block-button__link wp-element-button\" href=\"https://book.nightsbridge.com/11065\" target=\"_blank\" rel=\"noreferrer noopener\">BOOK NOW</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"ef3e52d7\",\"backgroundType\":\"color\",\"backgroundSizeTablet\":\"cover\",\"backgroundSizeMobile\":\"cover\",\"backgroundColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"topPaddingDesktop\":50,\"bottomPaddingDesktop\":100,\"topPaddingTablet\":50,\"bottomPaddingTablet\":25,\"leftPaddingTablet\":20,\"rightPaddingTablet\":20,\"topPaddingMobile\":50,\"bottomPaddingMobile\":20,\"leftPaddingMobile\":20,\"rightPaddingMobile\":20,\"paddingLink\":false,\"variationSelected\":true,\"rowGapDesktop\":0,\"isBlockRootParent\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-ef3e52d7 alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/container {\"block_id\":\"070fccd7\",\"directionDesktop\":\"row\",\"alignItemsTablet\":\"flex-start\",\"paddingLink\":false,\"topMarginDesktop\":50,\"bottomMarginDesktop\":20,\"leftMarginDesktop\":0,\"rightMarginDesktop\":0,\"marginLink\":false,\"variationSelected\":true,\"rowGapMobile\":65,\"columnGapDesktop\":48,\"columnGapTablet\":20} -->\n<div class=\"wp-block-uagb-container uagb-block-070fccd7\"><!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"align\":\"center\",\"id\":828,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image aligncenter size-full\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Blue-Roan-pool.png\" alt=\"Blue Roan\'s rock pool\" class=\"wp-image-828\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>A relaxing rock Pool​</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>We have a lovely sparkling blue rock pool next to a thatched Lapa. &nbsp;&nbsp;Lie on recliners on the green lawn or sit on the swing chair in the Lapa and enjoy the panoramic view of the Magaliesberg mountain range.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":829,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/img-20160605-wa0002-largejpg.png\" alt=\"\" class=\"wp-image-829\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>Braai facilities </h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>What can compare to a burning fire under the star-lit African sky? Nothing beats the flavor of cooking over an open flame.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":830,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/ef9d0188da11e2bc56788f5619d9d539.png\" alt=\"\" class=\"wp-image-830\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>A games room </h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>The reception is also a games room for those who enjoy darts or playing pool. &nbsp;Take a selection of DVDs back to your room and watch movies on your own DVD player. &nbsp;There is also a selection of board games and music CDs that you can borrow.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"align\":\"center\",\"id\":1198,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image aligncenter size-full\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/eyJidWNrZXQiOiJhc3NldHMuYWxsdHJhaWxzLmNvbSIsImtleSI6InVwbG9hZHMvcGhvdG8vaW1hZ2UvNDMxNzk4MTAvYjZkYTAz-1.png\" alt=\"\" class=\"wp-image-1198\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>Walking or hiking </h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>There is a well-kept walking trail on our property with plenty of bird life and some benches along the way. &nbsp;It is safe for dogs to run off-leash as it is completely fenced all around. &nbsp;For those who enjoy long walks and hikes, it is safe to cross onto neighbouring farms and go as far as the eye can see.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":1185,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/49089607_1950305445047847_5177863042771189760_n.png\" alt=\"\" class=\"wp-image-1185\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>Mountain biking </h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Bring your mountain bikes and explore the surrounding countryside on safe off-road tracks on our property and on neighbouring farms.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":1196,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Michelle_1.png\" alt=\"\" class=\"wp-image-1196\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>Horse riding </h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Interested riders can book at one of the recommended horse-riding establishments listed further down this page.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"e6289552\",\"innerContentWidth\":\"alignfull\",\"directionDesktop\":\"row\",\"wrapTablet\":\"wrap\",\"variationSelected\":true,\"rowGapTablet\":0,\"columnGapDesktop\":0,\"isBlockRootParent\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-e6289552 alignfull uagb-is-root-container\"><!-- wp:uagb/container {\"block_id\":\"b025aef9\",\"widthDesktop\":25,\"widthTablet\":50,\"variationSelected\":true,\"widthSetByUser\":true,\"UAGHideMob\":true,\"UAGResponsiveConditions\":true} -->\n<div class=\"wp-block-uagb-container uag-hide-mob uagb-block-b025aef9\"><!-- wp:uagb/image {\"block_id\":\"68701560\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-18-1-1024x768.jpg\",\"id\":1208,\"linkDestination\":\"none\",\"width\":480,\"height\":500,\"naturalWidth\":1024,\"naturalHeight\":768,\"sizeSlug\":\"large\",\"sizeSlugTablet\":\"large\",\"sizeSlugMobile\":\"large\",\"customHeightSetDesktop\":true} -->\n<div class=\"wp-block-uagb-image uagb-block-68701560 wp-block-uagb-image--layout-default wp-block-uagb-image--effect-static wp-block-uagb-image--align-none\"><figure class=\"wp-block-uagb-image__figure\"><img srcset=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-18-1-1024x768.jpg \" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-18-1-1024x768.jpg\" alt=\"\" class=\"uag-image-1208\" width=\"480\" height=\"500\" title=\"\" loading=\"lazy\"/></figure></div>\n<!-- /wp:uagb/image --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"4677855a\",\"widthDesktop\":25,\"widthTablet\":50,\"variationSelected\":true,\"widthSetByUser\":true,\"UAGHideMob\":true,\"UAGResponsiveConditions\":true} -->\n<div class=\"wp-block-uagb-container uag-hide-mob uagb-block-4677855a\"><!-- wp:uagb/image {\"block_id\":\"c0869efe\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Blue-Roan-pool-1.png\",\"id\":1210,\"linkDestination\":\"none\",\"width\":480,\"height\":500,\"naturalWidth\":370,\"naturalHeight\":440,\"sizeSlug\":\"full\",\"sizeSlugTablet\":\"full\",\"sizeSlugMobile\":\"full\",\"customHeightSetDesktop\":true} -->\n<div class=\"wp-block-uagb-image uagb-block-c0869efe wp-block-uagb-image--layout-default wp-block-uagb-image--effect-static wp-block-uagb-image--align-none\"><figure class=\"wp-block-uagb-image__figure\"><img srcset=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Blue-Roan-pool-1.png \" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Blue-Roan-pool-1.png\" alt=\"\" class=\"uag-image-1210\" width=\"480\" height=\"500\" title=\"\" loading=\"lazy\"/></figure></div>\n<!-- /wp:uagb/image --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"1f76c6cb\",\"widthDesktop\":50,\"widthTablet\":100,\"variationSelected\":true,\"columnGapDesktop\":20,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-1f76c6cb\"><!-- wp:uagb/image {\"block_id\":\"739ea6ac\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/the-view-from-my-rooms-1024x768.jpg\",\"id\":1211,\"linkDestination\":\"none\",\"width\":960,\"height\":500,\"naturalWidth\":1024,\"naturalHeight\":768,\"sizeSlug\":\"large\",\"sizeSlugTablet\":\"large\",\"sizeSlugMobile\":\"large\",\"customHeightSetDesktop\":true} -->\n<div class=\"wp-block-uagb-image uagb-block-739ea6ac wp-block-uagb-image--layout-default wp-block-uagb-image--effect-static wp-block-uagb-image--align-none\"><figure class=\"wp-block-uagb-image__figure\"><img srcset=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/the-view-from-my-rooms-1024x768.jpg \" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/the-view-from-my-rooms-1024x768.jpg\" alt=\"\" class=\"uag-image-1211\" width=\"960\" height=\"500\" title=\"\" loading=\"lazy\"/></figure></div>\n<!-- /wp:uagb/image --></div>\n<!-- /wp:uagb/container --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"f8d7726c\",\"innerContentWidth\":\"alignfull\",\"directionDesktop\":\"row\",\"wrapTablet\":\"wrap\",\"variationSelected\":true,\"rowGapTablet\":0,\"columnGapDesktop\":0,\"isBlockRootParent\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-f8d7726c alignfull uagb-is-root-container\"><!-- wp:uagb/container {\"block_id\":\"caed3195\",\"widthDesktop\":50,\"widthTablet\":100,\"variationSelected\":true,\"columnGapDesktop\":20,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-caed3195\"><!-- wp:uagb/image {\"block_id\":\"ea0288f4\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAAJDI0ZWY4NDc1LThjYjYtNDM3YS1iOTliLWNmOWQxYTJkMWU5MQ-1.png\",\"id\":1213,\"linkDestination\":\"none\",\"width\":960,\"height\":500,\"naturalWidth\":1000,\"naturalHeight\":667,\"sizeSlug\":\"full\",\"sizeSlugTablet\":\"full\",\"sizeSlugMobile\":\"full\",\"customHeightSetDesktop\":true} -->\n<div class=\"wp-block-uagb-image uagb-block-ea0288f4 wp-block-uagb-image--layout-default wp-block-uagb-image--effect-static wp-block-uagb-image--align-none\"><figure class=\"wp-block-uagb-image__figure\"><img srcset=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAAJDI0ZWY4NDc1LThjYjYtNDM3YS1iOTliLWNmOWQxYTJkMWU5MQ-1.png \" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAAJDI0ZWY4NDc1LThjYjYtNDM3YS1iOTliLWNmOWQxYTJkMWU5MQ-1.png\" alt=\"\" class=\"uag-image-1213\" width=\"960\" height=\"500\" title=\"\" loading=\"lazy\"/></figure></div>\n<!-- /wp:uagb/image --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"e69c0220\",\"widthDesktop\":25,\"variationSelected\":true,\"widthSetByUser\":true,\"UAGHideMob\":true,\"UAGResponsiveConditions\":true} -->\n<div class=\"wp-block-uagb-container uag-hide-mob uagb-block-e69c0220\"><!-- wp:uagb/image {\"block_id\":\"c48ad529\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/bird-1-1024x683.jpg\",\"id\":1215,\"linkDestination\":\"none\",\"width\":480,\"height\":500,\"naturalWidth\":1024,\"naturalHeight\":683,\"sizeSlug\":\"large\",\"sizeSlugTablet\":\"large\",\"sizeSlugMobile\":\"large\",\"customHeightSetDesktop\":true} -->\n<div class=\"wp-block-uagb-image uagb-block-c48ad529 wp-block-uagb-image--layout-default wp-block-uagb-image--effect-static wp-block-uagb-image--align-none\"><figure class=\"wp-block-uagb-image__figure\"><img srcset=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/bird-1-1024x683.jpg \" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/bird-1-1024x683.jpg\" alt=\"\" class=\"uag-image-1215\" width=\"480\" height=\"500\" title=\"\" loading=\"lazy\"/></figure></div>\n<!-- /wp:uagb/image --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"c6a4cfa7\",\"widthDesktop\":25,\"variationSelected\":true,\"widthSetByUser\":true,\"UAGHideMob\":true,\"UAGResponsiveConditions\":true} -->\n<div class=\"wp-block-uagb-container uag-hide-mob uagb-block-c6a4cfa7\"><!-- wp:uagb/image {\"block_id\":\"b8b0ea70\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/two-happy-boxers-1024x768.jpg\",\"id\":1216,\"linkDestination\":\"none\",\"width\":480,\"height\":500,\"naturalWidth\":1024,\"naturalHeight\":768,\"sizeSlug\":\"large\",\"sizeSlugTablet\":\"large\",\"sizeSlugMobile\":\"large\",\"customHeightSetDesktop\":true} -->\n<div class=\"wp-block-uagb-image uagb-block-b8b0ea70 wp-block-uagb-image--layout-default wp-block-uagb-image--effect-static wp-block-uagb-image--align-none\"><figure class=\"wp-block-uagb-image__figure\"><img srcset=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/two-happy-boxers-1024x768.jpg \" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/two-happy-boxers-1024x768.jpg\" alt=\"\" class=\"uag-image-1216\" width=\"480\" height=\"500\" title=\"\" loading=\"lazy\"/></figure></div>\n<!-- /wp:uagb/image --></div>\n<!-- /wp:uagb/container --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"15a1334b\",\"backgroundType\":\"color\",\"backgroundSizeTablet\":\"cover\",\"backgroundSizeMobile\":\"cover\",\"backgroundColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"topPaddingDesktop\":120,\"bottomPaddingDesktop\":120,\"topPaddingTablet\":80,\"bottomPaddingTablet\":80,\"leftPaddingTablet\":30,\"rightPaddingTablet\":30,\"topPaddingMobile\":80,\"bottomPaddingMobile\":80,\"leftPaddingMobile\":20,\"rightPaddingMobile\":20,\"paddingLink\":false,\"variationSelected\":true,\"rowGapDesktop\":0,\"rowGapTablet\":0,\"isBlockRootParent\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-15a1334b alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/container {\"block_id\":\"648a7d86\",\"directionDesktop\":\"row\",\"alignItemsDesktop\":\"flex-end\",\"alignItemsTablet\":\"flex-end\",\"justifyContentDesktop\":\"flex-end\",\"justifyContentTablet\":\"space-between\",\"variationSelected\":true,\"rowGapMobile\":30,\"columnGapDesktop\":0} -->\n<div class=\"wp-block-uagb-container uagb-block-648a7d86\"><!-- wp:uagb/advanced-heading {\"block_id\":\"efc08dbf\",\"classMigrate\":true,\"headingDescToggle\":true,\"subHeadingColor\":\"\",\"headSpace\":20,\"subHeadFontSize\":16} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-efc08dbf\"><h2 class=\"uagb-heading-text\">Things to do in the area of Magaliesburg<br></h2><p class=\"uagb-desc-text\">Looking for more? Well, we believe that every guest walks into our lodge for the best experience. And, we are determined to do that.</p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/buttons {\"block_id\":\"fc7210c6\",\"classMigrate\":true,\"childMigrate\":true,\"align\":\"right\",\"alignTablet\":\"right\",\"alignMobile\":\"left\",\"gap\":0} -->\n<div class=\"wp-block-uagb-buttons uagb-buttons__outer-wrap uagb-btn__default-btn uagb-btn-tablet__default-btn uagb-btn-mobile__default-btn uagb-block-fc7210c6\"><div class=\"uagb-buttons__wrap uagb-buttons-layout-wrap\"><!-- wp:uagb/buttons-child {\"block_id\":\"da142850\",\"label\":\"Get Bookings\",\"link\":\"#\",\"hColor\":\"\",\"borderWidth\":\"\",\"borderRadius\":\"\",\"borderStyle\":\"\",\"borderColor\":\"\",\"borderHColor\":\"\",\"btnBorderTopWidth\":1,\"btnBorderLeftWidth\":1,\"btnBorderRightWidth\":1,\"btnBorderBottomWidth\":1,\"btnBorderTopLeftRadius\":2,\"btnBorderTopRightRadius\":2,\"btnBorderBottomLeftRadius\":2,\"btnBorderBottomRightRadius\":2,\"btnBorderStyle\":\"solid\",\"btnBorderColor\":\"#333\",\"btnBorderHColor\":\"#333\"} -->\n<div class=\"wp-block-uagb-buttons-child uagb-buttons__outer-wrap uagb-block-da142850 wp-block-button is-style-outline\"><div class=\"uagb-button__wrapper\"><a class=\"uagb-buttons-repeater wp-block-button__link\" href=\"#\" rel=\"follow noopener\" target=\"_self\"><div class=\"uagb-button__link\">Get Bookings</div></a></div></div>\n<!-- /wp:uagb/buttons-child --></div></div>\n<!-- /wp:uagb/buttons --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"a9610818\",\"directionDesktop\":\"row\",\"alignItemsTablet\":\"flex-start\",\"paddingLink\":false,\"topMarginDesktop\":54,\"bottomMarginDesktop\":0,\"leftMarginDesktop\":0,\"rightMarginDesktop\":0,\"topMarginTablet\":30,\"bottomMarginTablet\":0,\"leftMarginTablet\":0,\"rightMarginTablet\":0,\"marginLink\":false,\"variationSelected\":true,\"rowGapMobile\":65,\"columnGapDesktop\":48,\"columnGapTablet\":20} -->\n<div class=\"wp-block-uagb-container uagb-block-a9610818\"><!-- wp:uagb/info-box {\"classMigrate\":true,\"headingAlign\":\"left\",\"headingColor\":\"\",\"subHeadingColor\":\"\",\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"source_type\":\"image\",\"block_id\":\"54e29163\",\"ctaTarget\":true,\"ctaType\":\"text\",\"ctaText\":\"READ MORE\",\"ctaLink\":\"https://www.sundowner.co.za/rooms/magalies-barbus-haven/\",\"ctaLinkColor\":\"var(\\u002d\\u002dast-global-color-0)\",\"ctaDecoration\":\"underline\",\"ctaFontSize\":12,\"ctaFontWeight\":\"600\",\"ctaLetterSpacing\":2,\"ctaBorderColor\":\"\",\"ctaBorderStyle\":\"\",\"ctaBorderWidth\":\"\",\"ctaBorderRadius\":\"\",\"iconBottomMargin\":30,\"iconImage\":{\"uploading\":false,\"date\":1671106052000,\"filename\":\"41b46e52d7427ea1f6f135454e9a012f.png\",\"menuOrder\":0,\"uploadedTo\":762,\"type\":\"image\",\"subtype\":\"png\",\"id\":1222,\"title\":\"41b46e52d7427ea1f6f135454e9a012f\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/41b46e52d7427ea1f6f135454e9a012f.png\",\"link\":\"https://blueroan.netgen.cloud/amenities/41b46e52d7427ea1f6f135454e9a012f/\",\"alt\":\"\",\"author\":\"2\",\"description\":\"\",\"caption\":\"\",\"name\":\"41b46e52d7427ea1f6f135454e9a012f\",\"status\":\"inherit\",\"modified\":1671106052000,\"mime\":\"image/png\",\"icon\":\"https://blueroan.netgen.cloud/wp-includes/images/media/default.png\",\"dateFormatted\":\"December 15, 2022\",\"nonces\":{\"update\":\"a33de4f0ef\",\"delete\":\"e6f9dee199\",\"edit\":\"6d436328bf\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=1222\\u0026action=edit\",\"meta\":false,\"authorName\":\"Netgen Support\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/profile.php\",\"uploadedToTitle\":\"Amenities\",\"uploadedToLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=762\\u0026action=edit\",\"filesizeInBytes\":326854,\"filesizeHumanReadable\":\"319 KB\",\"context\":\"\",\"height\":440,\"width\":370,\"orientation\":\"portrait\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/41b46e52d7427ea1f6f135454e9a012f-150x150.png\",\"orientation\":\"landscape\"},\"medium\":{\"height\":300,\"width\":252,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/41b46e52d7427ea1f6f135454e9a012f-252x300.png\",\"orientation\":\"portrait\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/41b46e52d7427ea1f6f135454e9a012f.png\",\"height\":440,\"width\":370,\"orientation\":\"portrait\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"imageSize\":\"full\",\"imageWidth\":100,\"imageWidthMobile\":100,\"imageWidthTablet\":100,\"paddingBtnTop\":10,\"paddingBtnBottom\":10,\"paddingBtnLeft\":14,\"paddingBtnRight\":14,\"imageWidthUnit\":\"%\",\"imageWidthUnitTablet\":\"%\",\"imageWidthUnitMobile\":\"%\",\"subHeadTopMargin\":0,\"subHeadRightMargin\":40,\"subHeadLeftMargin\":0,\"subHeadMarginTopTablet\":0,\"subHeadMarginRightTablet\":0,\"subHeadTabletSpace\":20,\"subHeadMarginLeftTablet\":0,\"imgTagHeight\":118,\"imgTagWidth\":370,\"btnBorderTopWidth\":1,\"btnBorderLeftWidth\":1,\"btnBorderRightWidth\":1,\"btnBorderBottomWidth\":1,\"btnBorderTopLeftRadius\":0,\"btnBorderTopRightRadius\":0,\"btnBorderBottomLeftRadius\":0,\"btnBorderBottomRightRadius\":0,\"btnBorderStyle\":\"solid\",\"btnBorderColor\":\"#333\"} -->\n<div class=\"wp-block-uagb-info-box uagb-block-54e29163 uagb-infobox__content-wrap  uagb-infobox-icon-above-title uagb-infobox-image-valign-top\"><div class=\"uagb-ifb-content\"><div class=\"uagb-ifb-image-content\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/41b46e52d7427ea1f6f135454e9a012f.png\" alt=\"\" width=\"100\" height=\"118\" loading=\"lazy\"/></div><div class=\"uagb-ifb-title-wrap\"><h3 class=\"uagb-ifb-title\">Fishing at Barbus Haven </h3></div><p class=\"uagb-ifb-desc\">The 2.5 hr Introductory fly fishing clinics cover the basic techniques required to fly fish effectively. </p><div class=\"uagb-ifb-button-wrapper wp-block-button\"><a href=\"https://www.sundowner.co.za/rooms/magalies-barbus-haven/\" target=\"_blank\" class=\"uagb-infobox-cta-link\" rel=\"noopener noreferrer\" alt=\"\"><span class=\"uagb-inline-editing\">READ MORE</span><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M504.3 273.6l-112.1 104c-6.992 6.484-17.18 8.218-25.94 4.406c-8.758-3.812-14.42-12.45-14.42-21.1L351.9 288H32C14.33 288 .0002 273.7 .0002 255.1S14.33 224 32 224h319.9l0-72c0-9.547 5.66-18.19 14.42-22c8.754-3.809 18.95-2.075 25.94 4.41l112.1 104C514.6 247.9 514.6 264.1 504.3 273.6z\"></path></svg></a></div></div></div>\n<!-- /wp:uagb/info-box -->\n\n<!-- wp:uagb/info-box {\"classMigrate\":true,\"headingAlign\":\"left\",\"headingColor\":\"\",\"subHeadingColor\":\"\",\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"source_type\":\"image\",\"block_id\":\"6e02d4b0\",\"ctaTarget\":true,\"ctaType\":\"text\",\"ctaText\":\"READ MORE\",\"ctaLink\":\"https://www.thekingfisherlodge.co.za/activities/\",\"ctaLinkColor\":\"var(\\u002d\\u002dast-global-color-0)\",\"ctaDecoration\":\"underline\",\"ctaFontSize\":12,\"ctaFontWeight\":\"600\",\"ctaLetterSpacing\":2,\"ctaBorderColor\":\"\",\"ctaBorderStyle\":\"\",\"ctaBorderWidth\":\"\",\"ctaBorderRadius\":\"\",\"iconBottomMargin\":30,\"iconImage\":{\"uploading\":false,\"date\":1671106415000,\"filename\":\"IMG-20180619-WA0004.png\",\"menuOrder\":0,\"uploadedTo\":762,\"type\":\"image\",\"subtype\":\"png\",\"id\":1225,\"title\":\"IMG-20180619-WA0004\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/IMG-20180619-WA0004.png\",\"link\":\"https://blueroan.netgen.cloud/amenities/img-20180619-wa0004/\",\"alt\":\"\",\"author\":\"2\",\"description\":\"\",\"caption\":\"\",\"name\":\"img-20180619-wa0004\",\"status\":\"inherit\",\"modified\":1671106415000,\"mime\":\"image/png\",\"icon\":\"https://blueroan.netgen.cloud/wp-includes/images/media/default.png\",\"dateFormatted\":\"December 15, 2022\",\"nonces\":{\"update\":\"e988b6351d\",\"delete\":\"5d512e9cd1\",\"edit\":\"3a331dfabd\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=1225\\u0026action=edit\",\"meta\":false,\"authorName\":\"Netgen Support\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/profile.php\",\"uploadedToTitle\":\"Amenities\",\"uploadedToLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=762\\u0026action=edit\",\"filesizeInBytes\":276116,\"filesizeHumanReadable\":\"270 KB\",\"context\":\"\",\"height\":440,\"width\":370,\"orientation\":\"portrait\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/IMG-20180619-WA0004-150x150.png\",\"orientation\":\"landscape\"},\"medium\":{\"height\":300,\"width\":252,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/IMG-20180619-WA0004-252x300.png\",\"orientation\":\"portrait\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/IMG-20180619-WA0004.png\",\"height\":440,\"width\":370,\"orientation\":\"portrait\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"imageSize\":\"full\",\"imageWidth\":100,\"imageWidthMobile\":100,\"imageWidthTablet\":100,\"paddingBtnTop\":10,\"paddingBtnBottom\":10,\"paddingBtnLeft\":14,\"paddingBtnRight\":14,\"imageWidthUnit\":\"%\",\"imageWidthUnitTablet\":\"%\",\"imageWidthUnitMobile\":\"%\",\"subHeadTopMargin\":0,\"subHeadRightMargin\":40,\"subHeadLeftMargin\":0,\"subHeadMarginTopTablet\":0,\"subHeadMarginRightTablet\":0,\"subHeadTabletSpace\":20,\"subHeadMarginLeftTablet\":0,\"imgTagHeight\":118,\"imgTagWidth\":370,\"btnBorderTopWidth\":1,\"btnBorderLeftWidth\":1,\"btnBorderRightWidth\":1,\"btnBorderBottomWidth\":1,\"btnBorderTopLeftRadius\":0,\"btnBorderTopRightRadius\":0,\"btnBorderBottomLeftRadius\":0,\"btnBorderBottomRightRadius\":0,\"btnBorderStyle\":\"solid\",\"btnBorderColor\":\"#333\"} -->\n<div class=\"wp-block-uagb-info-box uagb-block-6e02d4b0 uagb-infobox__content-wrap  uagb-infobox-icon-above-title uagb-infobox-image-valign-top\"><div class=\"uagb-ifb-content\"><div class=\"uagb-ifb-image-content\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/IMG-20180619-WA0004.png\" alt=\"\" width=\"100\" height=\"118\" loading=\"lazy\"/></div><div class=\"uagb-ifb-title-wrap\"><h3 class=\"uagb-ifb-title\">Fishing at Kingfisher </h3></div><p class=\"uagb-ifb-desc\">The opportunity to fish for Rainbow Trout or the elusive Brown Trout. Kingfisher offers rod hires at their venue. <br></p><div class=\"uagb-ifb-button-wrapper wp-block-button\"><a href=\"https://www.thekingfisherlodge.co.za/activities/\" target=\"_blank\" class=\"uagb-infobox-cta-link\" rel=\"noopener noreferrer\" alt=\"\"><span class=\"uagb-inline-editing\">READ MORE</span><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M504.3 273.6l-112.1 104c-6.992 6.484-17.18 8.218-25.94 4.406c-8.758-3.812-14.42-12.45-14.42-21.1L351.9 288H32C14.33 288 .0002 273.7 .0002 255.1S14.33 224 32 224h319.9l0-72c0-9.547 5.66-18.19 14.42-22c8.754-3.809 18.95-2.075 25.94 4.41l112.1 104C514.6 247.9 514.6 264.1 504.3 273.6z\"></path></svg></a></div></div></div>\n<!-- /wp:uagb/info-box -->\n\n<!-- wp:uagb/info-box {\"classMigrate\":true,\"headingAlign\":\"left\",\"headingColor\":\"\",\"subHeadingColor\":\"\",\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"source_type\":\"image\",\"block_id\":\"3e2e6a76\",\"ctaType\":\"text\",\"ctaText\":\"READ MORE\",\"ctaLinkColor\":\"var(\\u002d\\u002dast-global-color-0)\",\"ctaDecoration\":\"underline\",\"ctaFontSize\":12,\"ctaFontWeight\":\"600\",\"ctaLetterSpacing\":2,\"ctaBorderColor\":\"\",\"ctaBorderStyle\":\"\",\"ctaBorderWidth\":\"\",\"ctaBorderRadius\":\"\",\"iconBottomMargin\":30,\"iconImage\":{\"id\":241,\"title\":\"beach\",\"filename\":\"beach.jpg\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/beach.jpg\",\"link\":\"https://blueroan.netgen.cloud/beach/\",\"alt\":\"\",\"author\":\"34\",\"description\":\"\",\"caption\":\"\",\"name\":\"beach\",\"status\":\"inherit\",\"uploadedTo\":0,\"date\":\"2021-05-11T10:56:06.000Z\",\"modified\":\"2021-05-11T10:56:06.000Z\",\"menuOrder\":0,\"mime\":\"image/jpeg\",\"type\":\"image\",\"subtype\":\"jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/default.png\",\"dateFormatted\":\"May 11, 2021\",\"nonces\":{\"update\":\"65c348aac8\",\"delete\":\"6d551f7cf4\",\"edit\":\"026ca70d91\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=241\\u0026action=edit\",\"meta\":false,\"authorName\":\"Rishabh\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/user-edit.php?user_id=34\",\"filesizeInBytes\":38094,\"filesizeHumanReadable\":\"37 KB\",\"context\":\"\",\"height\":440,\"width\":370,\"orientation\":\"portrait\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/beach-150x150.jpg\",\"orientation\":\"landscape\"},\"medium\":{\"height\":300,\"width\":252,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/beach-252x300-1.jpg\",\"orientation\":\"portrait\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/beach.jpg\",\"height\":440,\"width\":370,\"orientation\":\"portrait\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"imageSize\":\"full\",\"imageWidth\":100,\"imageWidthMobile\":100,\"imageWidthTablet\":100,\"paddingBtnTop\":10,\"paddingBtnBottom\":10,\"paddingBtnLeft\":14,\"paddingBtnRight\":14,\"imageWidthUnit\":\"%\",\"imageWidthUnitTablet\":\"%\",\"imageWidthUnitMobile\":\"%\",\"subHeadTopMargin\":0,\"subHeadRightMargin\":40,\"subHeadLeftMargin\":0,\"subHeadMarginTopTablet\":0,\"subHeadMarginRightTablet\":0,\"subHeadTabletSpace\":20,\"subHeadMarginLeftTablet\":0,\"imgTagHeight\":118,\"imgTagWidth\":370,\"btnBorderTopWidth\":1,\"btnBorderLeftWidth\":1,\"btnBorderRightWidth\":1,\"btnBorderBottomWidth\":1,\"btnBorderTopLeftRadius\":0,\"btnBorderTopRightRadius\":0,\"btnBorderBottomLeftRadius\":0,\"btnBorderBottomRightRadius\":0,\"btnBorderStyle\":\"solid\",\"btnBorderColor\":\"#333\"} -->\n<div class=\"wp-block-uagb-info-box uagb-block-3e2e6a76 uagb-infobox__content-wrap  uagb-infobox-icon-above-title uagb-infobox-image-valign-top\"><div class=\"uagb-ifb-content\"><div class=\"uagb-ifb-image-content\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/beach.jpg\" alt=\"\" width=\"100\" height=\"118\" loading=\"lazy\"/></div><div class=\"uagb-ifb-title-wrap\"><h3 class=\"uagb-ifb-title\">Private Beach​</h3></div><p class=\"uagb-ifb-desc\">Want to take a dip into the sea? All our guests get complimentary access to our private beach.</p><div class=\"uagb-ifb-button-wrapper wp-block-button\"><a href=\"\" target=\"_self\" class=\"uagb-infobox-cta-link uagb-disable-link\" rel=\"noopener noreferrer\" alt=\"\"><span class=\"uagb-inline-editing\">READ MORE</span><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M504.3 273.6l-112.1 104c-6.992 6.484-17.18 8.218-25.94 4.406c-8.758-3.812-14.42-12.45-14.42-21.1L351.9 288H32C14.33 288 .0002 273.7 .0002 255.1S14.33 224 32 224h319.9l0-72c0-9.547 5.66-18.19 14.42-22c8.754-3.809 18.95-2.075 25.94 4.41l112.1 104C514.6 247.9 514.6 264.1 504.3 273.6z\"></path></svg></a></div></div></div>\n<!-- /wp:uagb/info-box --></div>\n<!-- /wp:uagb/container --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"e01dc5cb\",\"backgroundType\":\"color\",\"backgroundSizeTablet\":\"cover\",\"backgroundSizeMobile\":\"cover\",\"backgroundColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"topPaddingDesktop\":50,\"bottomPaddingDesktop\":100,\"topPaddingTablet\":50,\"bottomPaddingTablet\":25,\"leftPaddingTablet\":20,\"rightPaddingTablet\":20,\"topPaddingMobile\":50,\"bottomPaddingMobile\":20,\"leftPaddingMobile\":20,\"rightPaddingMobile\":20,\"paddingLink\":false,\"variationSelected\":true,\"rowGapDesktop\":0,\"isBlockRootParent\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-e01dc5cb alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/container {\"block_id\":\"ce4bffce\",\"directionDesktop\":\"row\",\"alignItemsTablet\":\"flex-start\",\"paddingLink\":false,\"topMarginDesktop\":50,\"bottomMarginDesktop\":20,\"leftMarginDesktop\":0,\"rightMarginDesktop\":0,\"marginLink\":false,\"variationSelected\":true,\"rowGapMobile\":65,\"columnGapDesktop\":48,\"columnGapTablet\":20} -->\n<div class=\"wp-block-uagb-container uagb-block-ce4bffce\"><!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"align\":\"center\",\"id\":1222,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image aligncenter size-full\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/41b46e52d7427ea1f6f135454e9a012f.png\" alt=\"\" class=\"wp-image-1222\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"textAlign\":\"center\",\"level\":3} -->\n<h3 class=\"has-text-align-center\">Fishing </h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>The dam has trout (stocked), bass, vlei Kuper and carp. Fly fishers seeking a unique challenge visit our establishment in search of the large &amp; small scale Yellow fish.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:buttons -->\n<div class=\"wp-block-buttons\"><!-- wp:button {\"align\":\"left\"} -->\n<div class=\"wp-block-button alignleft\"><a class=\"wp-block-button__link wp-element-button\" href=\"https://www.sundowner.co.za/rooms/magalies-barbus-haven/\" target=\"_blank\" rel=\"noreferrer noopener\">Barbus Haven</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons -->\n\n<!-- wp:paragraph -->\n<p>The opportunity to fish for Rainbow Trout or the elusive Brown Trout. Kingfisher offers rod hires at their venue. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:buttons -->\n<div class=\"wp-block-buttons\"><!-- wp:button {\"align\":\"left\"} -->\n<div class=\"wp-block-button alignleft\"><a class=\"wp-block-button__link wp-element-button\" href=\"https://www.thekingfisherlodge.co.za/activities/\" target=\"_blank\" rel=\"noreferrer noopener\">Kingfisher</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":1235,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Maseke-MTB-MvZ-3-1024x683-1.png\" alt=\"\" class=\"wp-image-1235\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>Mountain biking </h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>It is a privately owned nature reserve that offers mountain biking.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:spacer {\"height\":\"20px\"} -->\n<div style=\"height:20px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:buttons -->\n<div class=\"wp-block-buttons\"><!-- wp:button -->\n<div class=\"wp-block-button\"><a class=\"wp-block-button__link wp-element-button\" href=\"http://ingwebushcamp.yolasite.com/\" target=\"_blank\" rel=\"noreferrer noopener\">Ingwe Bush Camp&nbsp;</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons -->\n\n<!-- wp:paragraph -->\n<p>With over 80km of trails, Van Gaalen&nbsp;has something to offer for every kind of athlete, from beginner to advanced.<br></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:buttons -->\n<div class=\"wp-block-buttons\"><!-- wp:button -->\n<div class=\"wp-block-button\"><a class=\"wp-block-button__link wp-element-button\" href=\"https://www.vangaalen.co.za/products\" target=\"_blank\" rel=\"noreferrer noopener\">Van Gaalen\'s</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":830,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/ef9d0188da11e2bc56788f5619d9d539.png\" alt=\"\" class=\"wp-image-830\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>Quad biking </h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>We have quads suitable for kiddies, tweens, teens, and adults. We have mini quads and fully automatic 150cc quads.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:spacer {\"height\":\"2px\"} -->\n<div style=\"height:2px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:buttons -->\n<div class=\"wp-block-buttons\"><!-- wp:button -->\n<div class=\"wp-block-button\"><a class=\"wp-block-button__link wp-element-button\" href=\"https://www.saddlecreekadventures.co.za/activity/quad-biking/\" target=\"_blank\" rel=\"noreferrer noopener\">Saddle Creek Ranch</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons -->\n\n<!-- wp:paragraph -->\n<p>A 700-meter monster track, the longest and most exciting track in Gauteng!</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:spacer {\"height\":\"2px\"} -->\n<div style=\"height:2px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:buttons -->\n<div class=\"wp-block-buttons\"><!-- wp:button -->\n<div class=\"wp-block-button\"><a class=\"wp-block-button__link wp-element-button\" href=\"http://www.swartkrans.co.za/\" target=\"_blank\" rel=\"noreferrer noopener\">Swartkrans Go-Karting&nbsp;</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"align\":\"center\",\"id\":1198,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image aligncenter size-full\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/eyJidWNrZXQiOiJhc3NldHMuYWxsdHJhaWxzLmNvbSIsImtleSI6InVwbG9hZHMvcGhvdG8vaW1hZ2UvNDMxNzk4MTAvYjZkYTAz-1.png\" alt=\"\" class=\"wp-image-1198\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>Horse riding </h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Join us for an unforgettable horse riding experience in the peaceful countryside, with beautiful mountain scenery and lovely bush trails.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:buttons -->\n<div class=\"wp-block-buttons\"><!-- wp:button -->\n<div class=\"wp-block-button\"><a class=\"wp-block-button__link wp-element-button\" href=\"https://www.saddlecreekadventures.co.za/activity/horse-riding/\" target=\"_blank\" rel=\"noreferrer noopener\">Saddle Creek Ranch</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":1185,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/49089607_1950305445047847_5177863042771189760_n.png\" alt=\"\" class=\"wp-image-1185\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>Game drives </h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Enjoy a thrilling and educational adventure with our experienced guides.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:spacer {\"height\":\"2px\"} -->\n<div style=\"height:2px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:buttons -->\n<div class=\"wp-block-buttons\"><!-- wp:button -->\n<div class=\"wp-block-button\"><a class=\"wp-block-button__link wp-element-button\" href=\"https://www.rhinolion.co.za/visitors-guide/activity-index/game-drives/\" target=\"_blank\" rel=\"noreferrer noopener\">Rhino &amp; Lion Park</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons -->\n\n<!-- wp:paragraph -->\n<p>Our guided game-viewing drives take place each day in the morning and afternoon, as this is when the animals are most active.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:buttons -->\n<div class=\"wp-block-buttons\"><!-- wp:button -->\n<div class=\"wp-block-button\"><a class=\"wp-block-button__link wp-element-button\" href=\"https://www.africanhillslodge.co.za/experience/\" target=\"_blank\" rel=\"noreferrer noopener\">Askari Game Lodge</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:heading -->\n<h2>Other activites </h2>\n<!-- /wp:heading -->\n\n<!-- wp:uagb/faq {\"block_id\":\"392f4cbc\",\"expandFirstItem\":false,\"boxBgColor\":\"#F5F5F5\",\"borderStyle\":\"\",\"borderWidth\":\"\",\"borderRadius\":\"\",\"borderColor\":\"\",\"vquestionPaddingDesktop\":15,\"hquestionPaddingDesktop\":15,\"iconAlign\":\"row-reverse\",\"schema\":\"{\\u0022@context\\u0022:\\u0022https://schema.org\\u0022,\\u0022@type\\u0022:\\u0022FAQPage\\u0022,\\u0022@id\\u0022:\\u0022https://blueroan.netgen.cloud/amenities/\\u0022,\\u0022mainEntity\\u0022:[{\\u0022@type\\u0022:\\u0022Question\\u0022,\\u0022name\\u0022:\\u0022\\u003cstrong\\u003ePUBS / MICRO BREWERIES\\u003c/strong\\u003e\\u0022,\\u0022acceptedAnswer\\u0022:{\\u0022@type\\u0022:\\u0022Answer\\u0022,\\u0022text\\u0022:\\u0022Black Horse   \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27825613246\\\\\\u0022\\u003e082 561 3246\\u003cbr\\u003e\\u003c/a\\u003eBrauhaus am Dam   \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27878025519\\\\\\u0022\\u003e087 802 5519\\u003c/a\\u003e / \\u003ca href=\\\\\\u0022tel:+27729201742\\\\\\u0022\\u003e072 920 1742\\u003c/a\\u003e\\u003cbr\\u003eHartleys Elephant Bar   \\u003cbr\\u003e014 577 2301\\u003cbr\\u003eThatchwood Pub   \\u003cbr\\u003e083 709 1672\\u003cbr\\u003eMonate Citrus Kelder   \\u003cbr\\u003e012 258 0712\\u0022}},{\\u0022@type\\u0022:\\u0022Question\\u0022,\\u0022name\\u0022:\\u0022\\u003cstrong\\u003eTEA GARDENS / RESTAURANTS   \\u003c/strong\\u003e\\u0022,\\u0022acceptedAnswer\\u0022:{\\u0022@type\\u0022:\\u0022Answer\\u0022,\\u0022text\\u0022:\\u0022Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.\\u0022}}]}\",\"questionLeftPaddingDesktop\":15,\"questionBottomPaddingDesktop\":15,\"answerTopPadding\":0,\"answerRightPadding\":15,\"answerBottomPadding\":15,\"answerLeftPadding\":15,\"answerTopPaddingTablet\":10,\"answerRightPaddingTablet\":10,\"answerBottomPaddingTablet\":10,\"answerLeftPaddingTablet\":10,\"answerTopPaddingMobile\":10,\"answerRightPaddingMobile\":10,\"answerBottomPaddingMobile\":10,\"answerLeftPaddingMobile\":10,\"overallBorderTopWidth\":1,\"overallBorderLeftWidth\":1,\"overallBorderRightWidth\":1,\"overallBorderBottomWidth\":1,\"overallBorderTopLeftRadius\":2,\"overallBorderTopRightRadius\":2,\"overallBorderBottomLeftRadius\":2,\"overallBorderBottomRightRadius\":2,\"overallBorderStyle\":\"none\",\"overallBorderColor\":\"#D2D2D2\"} -->\n<div class=\"wp-block-uagb-faq uagb-faq__outer-wrap uagb-block-392f4cbc uagb-faq-icon-row-reverse uagb-faq-layout-accordion uagb-faq-expand-first-false uagb-faq-inactive-other-true uagb-faq__wrap uagb-buttons-layout-wrap uagb-faq-equal-height\" data-faqtoggle=\"true\" role=\"tablist\"><!-- wp:uagb/faq-child {\"block_id\":\"1834cf51\",\"question\":\"\\u003cstrong\\u003ePUBS / MICRO BREWERIES\\u003c/strong\\u003e\",\"answer\":\"Black Horse   \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27825613246\\u0022\\u003e082 561 3246\\u003cbr\\u003e\\u003c/a\\u003eBrauhaus am Dam   \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27878025519\\u0022\\u003e087 802 5519\\u003c/a\\u003e / \\u003ca href=\\u0022tel:+27729201742\\u0022\\u003e072 920 1742\\u003c/a\\u003e\\u003cbr\\u003eHartleys Elephant Bar   \\u003cbr\\u003e014 577 2301\\u003cbr\\u003eThatchwood Pub   \\u003cbr\\u003e083 709 1672\\u003cbr\\u003eMonate Citrus Kelder   \\u003cbr\\u003e012 258 0712\"} -->\n<div class=\"wp-block-uagb-faq-child uagb-faq-child__outer-wrap uagb-faq-item uagb-block-1834cf51\" role=\"tab\" tabindex=\"0\"><div class=\"uagb-faq-questions-button uagb-faq-questions\"><span class=\"uagb-icon uagb-faq-icon-wrap\"><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 448 512\"><path d=\"M432 256c0 17.69-14.33 32.01-32 32.01H256v144c0 17.69-14.33 31.99-32 31.99s-32-14.3-32-31.99v-144H48c-17.67 0-32-14.32-32-32.01s14.33-31.99 32-31.99H192v-144c0-17.69 14.33-32.01 32-32.01s32 14.32 32 32.01v144h144C417.7 224 432 238.3 432 256z\"></path></svg></span><span class=\"uagb-icon-active uagb-faq-icon-wrap\"><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 448 512\"><path d=\"M400 288h-352c-17.69 0-32-14.32-32-32.01s14.31-31.99 32-31.99h352c17.69 0 32 14.3 32 31.99S417.7 288 400 288z\"></path></svg></span><span class=\"uagb-question\"><strong>PUBS / MICRO BREWERIES</strong></span></div><p class=\"uagb-faq-content\">Black Horse   <br><a href=\"tel:+27825613246\">082 561 3246<br></a>Brauhaus am Dam   <br><a href=\"tel:+27878025519\">087 802 5519</a> / <a href=\"tel:+27729201742\">072 920 1742</a><br>Hartleys Elephant Bar   <br>014 577 2301<br>Thatchwood Pub   <br>083 709 1672<br>Monate Citrus Kelder   <br>012 258 0712</p></div>\n<!-- /wp:uagb/faq-child -->\n\n<!-- wp:uagb/faq-child {\"block_id\":\"5820cbbe\",\"question\":\"\\u003cstrong\\u003eTEA GARDENS / RESTAURANTS   \\u003c/strong\\u003e\"} -->\n<div class=\"wp-block-uagb-faq-child uagb-faq-child__outer-wrap uagb-faq-item uagb-block-5820cbbe\" role=\"tab\" tabindex=\"0\"><div class=\"uagb-faq-questions-button uagb-faq-questions\"><span class=\"uagb-icon uagb-faq-icon-wrap\"><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 448 512\"><path d=\"M432 256c0 17.69-14.33 32.01-32 32.01H256v144c0 17.69-14.33 31.99-32 31.99s-32-14.3-32-31.99v-144H48c-17.67 0-32-14.32-32-32.01s14.33-31.99 32-31.99H192v-144c0-17.69 14.33-32.01 32-32.01s32 14.32 32 32.01v144h144C417.7 224 432 238.3 432 256z\"></path></svg></span><span class=\"uagb-icon-active uagb-faq-icon-wrap\"><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 448 512\"><path d=\"M400 288h-352c-17.69 0-32-14.32-32-32.01s14.31-31.99 32-31.99h352c17.69 0 32 14.3 32 31.99S417.7 288 400 288z\"></path></svg></span><span class=\"uagb-question\"><strong>TEA GARDENS / RESTAURANTS   </strong></span></div><p class=\"uagb-faq-content\">Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.</p></div>\n<!-- /wp:uagb/faq-child --></div>\n<!-- /wp:uagb/faq --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"03d44052\",\"innerContentCustomWidthDesktop\":781,\"innerContentCustomWidthTablet\":781,\"backgroundType\":\"image\",\"backgroundImageDesktop\":{\"id\":54,\"title\":\"background-img\",\"filename\":\"background-img-1.jpg\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/background-img-1.jpg\",\"link\":\"https://blueroan.netgen.cloud/background-img-2/\",\"alt\":\"\",\"author\":\"34\",\"description\":\"\",\"caption\":\"\",\"name\":\"background-img-2\",\"status\":\"inherit\",\"uploadedTo\":0,\"date\":\"2021-05-07T10:11:37.000Z\",\"modified\":\"2021-05-07T10:11:37.000Z\",\"menuOrder\":0,\"mime\":\"image/jpeg\",\"type\":\"image\",\"subtype\":\"jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/default.png\",\"dateFormatted\":\"May 7, 2021\",\"nonces\":{\"update\":\"bb999636b9\",\"delete\":\"d2e1375bc4\",\"edit\":\"005dd2f0c9\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=54\\u0026action=edit\",\"meta\":false,\"authorName\":\"Rishabh\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/user-edit.php?user_id=34\",\"filesizeInBytes\":338858,\"filesizeHumanReadable\":\"331 KB\",\"context\":\"\",\"height\":1080,\"width\":1920,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/background-img-1-150x150.jpg\",\"orientation\":\"landscape\"},\"medium\":{\"height\":169,\"width\":300,\"url\":\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/background-img-1-300x169.jpg\",\"orientation\":\"landscape\"},\"large\":{\"height\":576,\"width\":1024,\"url\":\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/background-img-1-1024x576.jpg\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/background-img-1.jpg\",\"height\":1080,\"width\":1920,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"backgroundImageColor\":\"rgba(42,42,42,0.65)\",\"topPaddingDesktop\":144,\"bottomPaddingDesktop\":144,\"leftPaddingDesktop\":40,\"rightPaddingDesktop\":40,\"topPaddingTablet\":80,\"bottomPaddingTablet\":80,\"leftPaddingTablet\":40,\"rightPaddingTablet\":40,\"topPaddingMobile\":64,\"bottomPaddingMobile\":64,\"leftPaddingMobile\":24,\"rightPaddingMobile\":24,\"paddingLink\":false,\"variationSelected\":true,\"isBlockRootParent\":true,\"overlayType\":\"color\"} -->\n<div class=\"wp-block-uagb-container uagb-block-03d44052 alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/advanced-heading {\"block_id\":\"38622c0d\",\"classMigrate\":true,\"headingDescToggle\":true,\"headingAlign\":\"center\",\"headingColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"subHeadingColor\":\"var(\\u002d\\u002dast-global-color-4)\",\"headSpace\":20} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-38622c0d\"><h2 class=\"uagb-heading-text\">Plan an Unforgettable Experience in Mykonos Today!</h2><p class=\"uagb-desc-text\">We can help you fit your stay and experience within your allotted budget.</p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/advanced-heading {\"block_id\":\"7ac43b7a\",\"classMigrate\":true,\"headingTitleToggle\":false,\"headingDescToggle\":true,\"headingAlign\":\"center\",\"subHeadingColor\":\"var(\\u002d\\u002dast-global-color-4)\",\"subHeadTransform\":\"uppercase\",\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"subHeadLetterSpacing\":2,\"blockTopPadding\":60,\"blockRightPadding\":0,\"blockLeftPadding\":0,\"blockBottomPadding\":0,\"blockTopPaddingMobile\":30,\"blockRightPaddingMobile\":0,\"blockLeftPaddingMobile\":0,\"blockBottomPaddingMobile\":0} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-7ac43b7a\"><p class=\"uagb-desc-text\">BOOK YOUR STAY NOW​</p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/icon-list {\"block_id\":\"14e8619b\",\"classMigrate\":true,\"childMigrate\":true,\"align\":\"center\",\"parentIcon\":\"phone\",\"size\":40,\"sizeMobile\":24,\"sizeTablet\":32,\"fontSize\":48,\"fontSizeMobile\":28,\"fontSizeTablet\":40,\"fontWeight\":\"600\",\"iconColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"labelColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"blockTopPadding\":0,\"blockRightPadding\":0,\"blockLeftPadding\":0,\"blockBottomPadding\":24,\"blockPaddingLink\":false} -->\n<div class=\"wp-block-uagb-icon-list uagb-block-14e8619b\"><div class=\"uagb-icon-list__wrap\"><!-- wp:uagb/icon-list-child {\"block_id\":\"d3c64c39\",\"label\":\"+1-123 456 7890​\",\"label_color\":\"\",\"fromParentIcon\":\"phone\",\"imageSizeChild\":40} -->\n<div class=\"wp-block-uagb-icon-list-child uagb-block-d3c64c39\"><span class=\"uagb-icon-list__source-wrap\"><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M511.2 387l-23.25 100.8c-3.266 14.25-15.79 24.22-30.46 24.22C205.2 512 0 306.8 0 54.5c0-14.66 9.969-27.2 24.22-30.45l100.8-23.25C139.7-2.602 154.7 5.018 160.8 18.92l46.52 108.5c5.438 12.78 1.77 27.67-8.98 36.45L144.5 207.1c33.98 69.22 90.26 125.5 159.5 159.5l44.08-53.8c8.688-10.78 23.69-14.51 36.47-8.975l108.5 46.51C506.1 357.2 514.6 372.4 511.2 387z\"></path></svg></span><span class=\"uagb-icon-list__label\">+1-123 456 7890​</span></div>\n<!-- /wp:uagb/icon-list-child --></div></div>\n<!-- /wp:uagb/icon-list --></div></div>\n<!-- /wp:uagb/container -->',	'Amenities',	'',	'inherit',	'closed',	'closed',	'',	'762-revision-v1',	'',	'',	'2022-12-15 12:58:23',	'2022-12-15 12:58:23',	'',	762,	'https://blueroan.netgen.cloud/?p=1260',	0,	'revision',	'',	0),
(1262,	2,	'2022-12-15 13:13:36',	'2022-12-15 13:13:36',	'<!-- wp:uagb/container {\"block_id\":\"f30d96f9\",\"backgroundType\":\"image\",\"backgroundImageDesktop\":{\"id\":1007,\"title\":\"AAEAAQAAAAAAAAAAAAAAJDg5NmY0ZGUxLWE4MTgtNDY5NC1iODFhLTBmN2Q0ZDc5ZWFiNw-1\",\"filename\":\"AAEAAQAAAAAAAAAAAAAAJDg5NmY0ZGUxLWE4MTgtNDY5NC1iODFhLTBmN2Q0ZDc5ZWFiNw-1.png\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAAJDg5NmY0ZGUxLWE4MTgtNDY5NC1iODFhLTBmN2Q0ZDc5ZWFiNw-1.png\",\"link\":\"https://blueroan.netgen.cloud/the-barn/aaeaaqaaaaaaaaaaaaaajdg5nmy0zguxlwe4mtgtndy5nc1iodfhltbmn2q0zdc5zwfinw-1/\",\"alt\":\"\",\"author\":\"2\",\"description\":\"\",\"caption\":\"\",\"name\":\"aaeaaqaaaaaaaaaaaaaajdg5nmy0zguxlwe4mtgtndy5nc1iodfhltbmn2q0zdc5zwfinw-1\",\"status\":\"inherit\",\"uploadedTo\":948,\"date\":\"2022-12-14T10:50:25.000Z\",\"modified\":\"2022-12-14T10:50:25.000Z\",\"menuOrder\":0,\"mime\":\"image/png\",\"type\":\"image\",\"subtype\":\"png\",\"icon\":\"https://blueroan.netgen.cloud/wp-includes/images/media/default.png\",\"dateFormatted\":\"December 14, 2022\",\"nonces\":{\"update\":\"483f8bdf3d\",\"delete\":\"0a7ebc92ef\",\"edit\":\"6bc1c6a685\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=1007\\u0026action=edit\",\"meta\":false,\"authorName\":\"Netgen Support\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/profile.php\",\"uploadedToTitle\":\"The Barn\",\"uploadedToLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=948\\u0026action=edit\",\"filesizeInBytes\":1348989,\"filesizeHumanReadable\":\"1 MB\",\"context\":\"\",\"height\":667,\"width\":1000,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAAJDg5NmY0ZGUxLWE4MTgtNDY5NC1iODFhLTBmN2Q0ZDc5ZWFiNw-1-150x150.png\",\"orientation\":\"landscape\"},\"medium\":{\"height\":200,\"width\":300,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAAJDg5NmY0ZGUxLWE4MTgtNDY5NC1iODFhLTBmN2Q0ZDc5ZWFiNw-1-300x200.png\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAAJDg5NmY0ZGUxLWE4MTgtNDY5NC1iODFhLTBmN2Q0ZDc5ZWFiNw-1.png\",\"height\":667,\"width\":1000,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"backgroundPositionDesktop\":{\"x\":0.61,\"y\":0.52},\"backgroundSizeTablet\":\"cover\",\"backgroundSizeMobile\":\"cover\",\"backgroundColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"backgroundImageColor\":\"rgba(42,42,42,0.5)\",\"topPaddingDesktop\":220,\"bottomPaddingDesktop\":150,\"topPaddingTablet\":170,\"bottomPaddingTablet\":160,\"leftPaddingTablet\":30,\"rightPaddingTablet\":30,\"topPaddingMobile\":180,\"bottomPaddingMobile\":80,\"leftPaddingMobile\":20,\"rightPaddingMobile\":20,\"paddingLink\":false,\"variationSelected\":true,\"isBlockRootParent\":true,\"overlayType\":\"color\"} -->\n<div class=\"wp-block-uagb-container uagb-block-f30d96f9 alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/advanced-heading {\"block_id\":\"14b04c57\",\"classMigrate\":true,\"headingDescToggle\":true,\"headingColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"subHeadingColor\":\"var(\\u002d\\u002dast-global-color-4)\",\"headingTag\":\"h1\",\"headSpace\":20,\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"blockTopPadding\":0,\"blockRightPadding\":50,\"blockLeftPadding\":0,\"blockBottomPadding\":0,\"blockTopPaddingTablet\":0,\"blockRightPaddingTablet\":20,\"blockLeftPaddingTablet\":0,\"blockBottomPaddingTablet\":0,\"blockTopPaddingMobile\":0,\"blockRightPaddingMobile\":0,\"blockLeftPaddingMobile\":0,\"blockBottomPaddingMobile\":0,\"blockPaddingUnit\":\"%\",\"blockPaddingUnitTablet\":\"%\"} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-14b04c57\"><h1 class=\"uagb-heading-text\">Amenities &amp; Interests​</h1><p class=\"uagb-desc-text\">We do not give you just rooms to stay in. We give you an environment where you can experience the best while on a holiday with us. </p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:buttons -->\n<div class=\"wp-block-buttons\"><!-- wp:button -->\n<div class=\"wp-block-button\"><a class=\"wp-block-button__link wp-element-button\" href=\"https://book.nightsbridge.com/11065\" target=\"_blank\" rel=\"noreferrer noopener\">BOOK NOW</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"784847f1\",\"backgroundType\":\"color\",\"backgroundSizeTablet\":\"cover\",\"backgroundSizeMobile\":\"cover\",\"backgroundColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"topPaddingDesktop\":50,\"bottomPaddingDesktop\":100,\"topPaddingTablet\":50,\"bottomPaddingTablet\":25,\"leftPaddingTablet\":20,\"rightPaddingTablet\":20,\"topPaddingMobile\":50,\"bottomPaddingMobile\":20,\"leftPaddingMobile\":20,\"rightPaddingMobile\":20,\"paddingLink\":false,\"variationSelected\":true,\"rowGapDesktop\":0,\"isBlockRootParent\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-784847f1 alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/container {\"block_id\":\"53c58f5e\",\"directionDesktop\":\"row\",\"alignItemsTablet\":\"flex-start\",\"paddingLink\":false,\"topMarginDesktop\":50,\"bottomMarginDesktop\":20,\"leftMarginDesktop\":0,\"rightMarginDesktop\":0,\"marginLink\":false,\"variationSelected\":true,\"rowGapMobile\":65,\"columnGapDesktop\":48,\"columnGapTablet\":20} -->\n<div class=\"wp-block-uagb-container uagb-block-53c58f5e\"><!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"align\":\"center\",\"id\":828,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image aligncenter size-full\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Blue-Roan-pool.png\" alt=\"Blue Roan\'s rock pool\" class=\"wp-image-828\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>A relaxing rock Pool​</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>We have a lovely sparkling blue rock pool next to a thatched Lapa. &nbsp;&nbsp;Lie on recliners on the green lawn or sit on the swing chair in the Lapa and enjoy the panoramic view of the Magaliesberg mountain range.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":829,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/img-20160605-wa0002-largejpg.png\" alt=\"\" class=\"wp-image-829\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>Braai facilities </h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>What can compare to a burning fire under the star-lit African sky? Nothing beats the flavor of cooking over an open flame.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":830,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/ef9d0188da11e2bc56788f5619d9d539.png\" alt=\"\" class=\"wp-image-830\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>A games room </h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>The reception is also a games room for those who enjoy darts or playing pool. &nbsp;Take a selection of DVDs back to your room and watch movies on your own DVD player. &nbsp;There is also a selection of board games and music CDs that you can borrow.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"align\":\"center\",\"id\":1198,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image aligncenter size-full\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/eyJidWNrZXQiOiJhc3NldHMuYWxsdHJhaWxzLmNvbSIsImtleSI6InVwbG9hZHMvcGhvdG8vaW1hZ2UvNDMxNzk4MTAvYjZkYTAz-1.png\" alt=\"\" class=\"wp-image-1198\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>Walking or hiking </h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>There is a well-kept walking trail on our property with plenty of bird life and some benches along the way. &nbsp;It is safe for dogs to run off-leash as it is completely fenced all around. &nbsp;For those who enjoy long walks and hikes, it is safe to cross onto neighbouring farms and go as far as the eye can see.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":1185,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/49089607_1950305445047847_5177863042771189760_n.png\" alt=\"\" class=\"wp-image-1185\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>Mountain biking </h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Bring your mountain bikes and explore the surrounding countryside on safe off-road tracks on our property and on neighbouring farms.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":1196,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Michelle_1.png\" alt=\"\" class=\"wp-image-1196\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>Horse riding </h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Interested riders can book at one of the recommended horse-riding establishments listed further down this page.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"664df14e\",\"innerContentWidth\":\"alignfull\",\"directionDesktop\":\"row\",\"wrapTablet\":\"wrap\",\"variationSelected\":true,\"rowGapTablet\":0,\"columnGapDesktop\":0,\"isBlockRootParent\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-664df14e alignfull uagb-is-root-container\"><!-- wp:uagb/container {\"block_id\":\"465b2acd\",\"widthDesktop\":25,\"widthTablet\":50,\"variationSelected\":true,\"widthSetByUser\":true,\"UAGHideMob\":true,\"UAGResponsiveConditions\":true} -->\n<div class=\"wp-block-uagb-container uag-hide-mob uagb-block-465b2acd\"><!-- wp:uagb/image {\"block_id\":\"b9179765\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-18-1-1024x768.jpg\",\"id\":1208,\"linkDestination\":\"none\",\"width\":480,\"height\":500,\"naturalWidth\":1024,\"naturalHeight\":768,\"sizeSlug\":\"large\",\"sizeSlugTablet\":\"large\",\"sizeSlugMobile\":\"large\",\"customHeightSetDesktop\":true} -->\n<div class=\"wp-block-uagb-image uagb-block-b9179765 wp-block-uagb-image--layout-default wp-block-uagb-image--effect-static wp-block-uagb-image--align-none\"><figure class=\"wp-block-uagb-image__figure\"><img srcset=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-18-1-1024x768.jpg \" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-18-1-1024x768.jpg\" alt=\"\" class=\"uag-image-1208\" width=\"480\" height=\"500\" title=\"\" loading=\"lazy\"/></figure></div>\n<!-- /wp:uagb/image --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"85bf0102\",\"widthDesktop\":25,\"widthTablet\":50,\"variationSelected\":true,\"widthSetByUser\":true,\"UAGHideMob\":true,\"UAGResponsiveConditions\":true} -->\n<div class=\"wp-block-uagb-container uag-hide-mob uagb-block-85bf0102\"><!-- wp:uagb/image {\"block_id\":\"f128d47f\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Blue-Roan-pool-1.png\",\"id\":1210,\"linkDestination\":\"none\",\"width\":480,\"height\":500,\"naturalWidth\":370,\"naturalHeight\":440,\"sizeSlug\":\"full\",\"sizeSlugTablet\":\"full\",\"sizeSlugMobile\":\"full\",\"customHeightSetDesktop\":true} -->\n<div class=\"wp-block-uagb-image uagb-block-f128d47f wp-block-uagb-image--layout-default wp-block-uagb-image--effect-static wp-block-uagb-image--align-none\"><figure class=\"wp-block-uagb-image__figure\"><img srcset=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Blue-Roan-pool-1.png \" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Blue-Roan-pool-1.png\" alt=\"\" class=\"uag-image-1210\" width=\"480\" height=\"500\" title=\"\" loading=\"lazy\"/></figure></div>\n<!-- /wp:uagb/image --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"31270bf1\",\"widthDesktop\":50,\"widthTablet\":100,\"variationSelected\":true,\"columnGapDesktop\":20,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-31270bf1\"><!-- wp:uagb/image {\"block_id\":\"2e2edae0\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/the-view-from-my-rooms-1024x768.jpg\",\"id\":1211,\"linkDestination\":\"none\",\"width\":960,\"height\":500,\"naturalWidth\":1024,\"naturalHeight\":768,\"sizeSlug\":\"large\",\"sizeSlugTablet\":\"large\",\"sizeSlugMobile\":\"large\",\"customHeightSetDesktop\":true} -->\n<div class=\"wp-block-uagb-image uagb-block-2e2edae0 wp-block-uagb-image--layout-default wp-block-uagb-image--effect-static wp-block-uagb-image--align-none\"><figure class=\"wp-block-uagb-image__figure\"><img srcset=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/the-view-from-my-rooms-1024x768.jpg \" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/the-view-from-my-rooms-1024x768.jpg\" alt=\"\" class=\"uag-image-1211\" width=\"960\" height=\"500\" title=\"\" loading=\"lazy\"/></figure></div>\n<!-- /wp:uagb/image --></div>\n<!-- /wp:uagb/container --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"1d8be97c\",\"innerContentWidth\":\"alignfull\",\"directionDesktop\":\"row\",\"wrapTablet\":\"wrap\",\"variationSelected\":true,\"rowGapTablet\":0,\"columnGapDesktop\":0,\"isBlockRootParent\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-1d8be97c alignfull uagb-is-root-container\"><!-- wp:uagb/container {\"block_id\":\"b92cdec5\",\"widthDesktop\":50,\"widthTablet\":100,\"variationSelected\":true,\"columnGapDesktop\":20,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-b92cdec5\"><!-- wp:uagb/image {\"block_id\":\"e09a0f55\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAAJDI0ZWY4NDc1LThjYjYtNDM3YS1iOTliLWNmOWQxYTJkMWU5MQ-1.png\",\"id\":1213,\"linkDestination\":\"none\",\"width\":960,\"height\":500,\"naturalWidth\":1000,\"naturalHeight\":667,\"sizeSlug\":\"full\",\"sizeSlugTablet\":\"full\",\"sizeSlugMobile\":\"full\",\"customHeightSetDesktop\":true} -->\n<div class=\"wp-block-uagb-image uagb-block-e09a0f55 wp-block-uagb-image--layout-default wp-block-uagb-image--effect-static wp-block-uagb-image--align-none\"><figure class=\"wp-block-uagb-image__figure\"><img srcset=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAAJDI0ZWY4NDc1LThjYjYtNDM3YS1iOTliLWNmOWQxYTJkMWU5MQ-1.png \" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAAJDI0ZWY4NDc1LThjYjYtNDM3YS1iOTliLWNmOWQxYTJkMWU5MQ-1.png\" alt=\"\" class=\"uag-image-1213\" width=\"960\" height=\"500\" title=\"\" loading=\"lazy\"/></figure></div>\n<!-- /wp:uagb/image --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"0e95d6be\",\"widthDesktop\":25,\"variationSelected\":true,\"widthSetByUser\":true,\"UAGHideMob\":true,\"UAGResponsiveConditions\":true} -->\n<div class=\"wp-block-uagb-container uag-hide-mob uagb-block-0e95d6be\"><!-- wp:uagb/image {\"block_id\":\"3cef0a6b\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/bird-1-1024x683.jpg\",\"id\":1215,\"linkDestination\":\"none\",\"width\":480,\"height\":500,\"naturalWidth\":1024,\"naturalHeight\":683,\"sizeSlug\":\"large\",\"sizeSlugTablet\":\"large\",\"sizeSlugMobile\":\"large\",\"customHeightSetDesktop\":true} -->\n<div class=\"wp-block-uagb-image uagb-block-3cef0a6b wp-block-uagb-image--layout-default wp-block-uagb-image--effect-static wp-block-uagb-image--align-none\"><figure class=\"wp-block-uagb-image__figure\"><img srcset=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/bird-1-1024x683.jpg \" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/bird-1-1024x683.jpg\" alt=\"\" class=\"uag-image-1215\" width=\"480\" height=\"500\" title=\"\" loading=\"lazy\"/></figure></div>\n<!-- /wp:uagb/image --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"7b7e4f74\",\"widthDesktop\":25,\"variationSelected\":true,\"widthSetByUser\":true,\"UAGHideMob\":true,\"UAGResponsiveConditions\":true} -->\n<div class=\"wp-block-uagb-container uag-hide-mob uagb-block-7b7e4f74\"><!-- wp:uagb/image {\"block_id\":\"5df3f1ad\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/two-happy-boxers-1024x768.jpg\",\"id\":1216,\"linkDestination\":\"none\",\"width\":480,\"height\":500,\"naturalWidth\":1024,\"naturalHeight\":768,\"sizeSlug\":\"large\",\"sizeSlugTablet\":\"large\",\"sizeSlugMobile\":\"large\",\"customHeightSetDesktop\":true} -->\n<div class=\"wp-block-uagb-image uagb-block-5df3f1ad wp-block-uagb-image--layout-default wp-block-uagb-image--effect-static wp-block-uagb-image--align-none\"><figure class=\"wp-block-uagb-image__figure\"><img srcset=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/two-happy-boxers-1024x768.jpg \" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/two-happy-boxers-1024x768.jpg\" alt=\"\" class=\"uag-image-1216\" width=\"480\" height=\"500\" title=\"\" loading=\"lazy\"/></figure></div>\n<!-- /wp:uagb/image --></div>\n<!-- /wp:uagb/container --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"1199a796\",\"backgroundType\":\"color\",\"backgroundSizeTablet\":\"cover\",\"backgroundSizeMobile\":\"cover\",\"backgroundColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"topPaddingDesktop\":120,\"bottomPaddingDesktop\":0,\"topPaddingTablet\":80,\"bottomPaddingTablet\":80,\"leftPaddingTablet\":30,\"rightPaddingTablet\":30,\"topPaddingMobile\":80,\"bottomPaddingMobile\":80,\"leftPaddingMobile\":20,\"rightPaddingMobile\":20,\"paddingLink\":false,\"variationSelected\":true,\"rowGapDesktop\":0,\"rowGapTablet\":0,\"isBlockRootParent\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-1199a796 alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/container {\"block_id\":\"3ab6001e\",\"directionDesktop\":\"row\",\"alignItemsDesktop\":\"flex-end\",\"alignItemsTablet\":\"flex-end\",\"justifyContentDesktop\":\"flex-end\",\"justifyContentTablet\":\"space-between\",\"variationSelected\":true,\"rowGapMobile\":30,\"columnGapDesktop\":0} -->\n<div class=\"wp-block-uagb-container uagb-block-3ab6001e\"><!-- wp:uagb/advanced-heading {\"block_id\":\"d09db09e\",\"classMigrate\":true,\"headingDescToggle\":true,\"subHeadingColor\":\"\",\"headSpace\":20,\"subHeadFontSize\":16} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-d09db09e\"><h2 class=\"uagb-heading-text\">Things to do in the area of Magaliesburg<br></h2><p class=\"uagb-desc-text\">Looking for more? Well, we believe that every guest walks into our lodge for the best experience. And, we are determined to do that.</p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/buttons {\"block_id\":\"e48b3627\",\"classMigrate\":true,\"childMigrate\":true,\"align\":\"right\",\"alignTablet\":\"right\",\"alignMobile\":\"left\",\"gap\":0} -->\n<div class=\"wp-block-uagb-buttons uagb-buttons__outer-wrap uagb-btn__default-btn uagb-btn-tablet__default-btn uagb-btn-mobile__default-btn uagb-block-e48b3627\"><div class=\"uagb-buttons__wrap uagb-buttons-layout-wrap\"><!-- wp:uagb/buttons-child {\"block_id\":\"244384c7\",\"label\":\"Get Bookings\",\"link\":\"#\",\"hColor\":\"\",\"borderWidth\":\"\",\"borderRadius\":\"\",\"borderStyle\":\"\",\"borderColor\":\"\",\"borderHColor\":\"\",\"btnBorderTopWidth\":1,\"btnBorderLeftWidth\":1,\"btnBorderRightWidth\":1,\"btnBorderBottomWidth\":1,\"btnBorderTopLeftRadius\":2,\"btnBorderTopRightRadius\":2,\"btnBorderBottomLeftRadius\":2,\"btnBorderBottomRightRadius\":2,\"btnBorderStyle\":\"solid\",\"btnBorderColor\":\"#333\",\"btnBorderHColor\":\"#333\"} -->\n<div class=\"wp-block-uagb-buttons-child uagb-buttons__outer-wrap uagb-block-244384c7 wp-block-button is-style-outline\"><div class=\"uagb-button__wrapper\"><a class=\"uagb-buttons-repeater wp-block-button__link\" href=\"#\" rel=\"follow noopener\" target=\"_self\"><div class=\"uagb-button__link\">Get Bookings</div></a></div></div>\n<!-- /wp:uagb/buttons-child --></div></div>\n<!-- /wp:uagb/buttons --></div>\n<!-- /wp:uagb/container --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"71020a1e\",\"backgroundType\":\"color\",\"backgroundSizeTablet\":\"cover\",\"backgroundSizeMobile\":\"cover\",\"backgroundColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"topPaddingDesktop\":50,\"bottomPaddingDesktop\":100,\"topPaddingTablet\":50,\"bottomPaddingTablet\":25,\"leftPaddingTablet\":20,\"rightPaddingTablet\":20,\"topPaddingMobile\":50,\"bottomPaddingMobile\":20,\"leftPaddingMobile\":20,\"rightPaddingMobile\":20,\"paddingLink\":false,\"variationSelected\":true,\"rowGapDesktop\":0,\"isBlockRootParent\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-71020a1e alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/container {\"block_id\":\"be1a2ec5\",\"directionDesktop\":\"row\",\"alignItemsTablet\":\"flex-start\",\"paddingLink\":false,\"topMarginDesktop\":50,\"bottomMarginDesktop\":20,\"leftMarginDesktop\":0,\"rightMarginDesktop\":0,\"marginLink\":false,\"variationSelected\":true,\"rowGapMobile\":65,\"columnGapDesktop\":48,\"columnGapTablet\":20} -->\n<div class=\"wp-block-uagb-container uagb-block-be1a2ec5\"><!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"align\":\"center\",\"id\":1222,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image aligncenter size-full\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/41b46e52d7427ea1f6f135454e9a012f.png\" alt=\"\" class=\"wp-image-1222\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"textAlign\":\"center\",\"level\":3} -->\n<h3 class=\"has-text-align-center\">Fishing </h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>The dam has trout (stocked), bass, vlei Kuper and carp. Fly fishers seeking a unique challenge visit our establishment in search of the large &amp; small scale Yellow fish.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:buttons -->\n<div class=\"wp-block-buttons\"><!-- wp:button {\"align\":\"left\"} -->\n<div class=\"wp-block-button alignleft\"><a class=\"wp-block-button__link wp-element-button\" href=\"https://www.sundowner.co.za/rooms/magalies-barbus-haven/\" target=\"_blank\" rel=\"noreferrer noopener\">Barbus Haven</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons -->\n\n<!-- wp:paragraph -->\n<p>The opportunity to fish for Rainbow Trout or the elusive Brown Trout. Kingfisher offers rod hires at their venue. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:buttons -->\n<div class=\"wp-block-buttons\"><!-- wp:button {\"align\":\"left\"} -->\n<div class=\"wp-block-button alignleft\"><a class=\"wp-block-button__link wp-element-button\" href=\"https://www.thekingfisherlodge.co.za/activities/\" target=\"_blank\" rel=\"noreferrer noopener\">Kingfisher</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":1235,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Maseke-MTB-MvZ-3-1024x683-1.png\" alt=\"\" class=\"wp-image-1235\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>Mountain biking </h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>It is a privately owned nature reserve that offers mountain biking.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:spacer {\"height\":\"20px\"} -->\n<div style=\"height:20px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:buttons -->\n<div class=\"wp-block-buttons\"><!-- wp:button -->\n<div class=\"wp-block-button\"><a class=\"wp-block-button__link wp-element-button\" href=\"http://ingwebushcamp.yolasite.com/\" target=\"_blank\" rel=\"noreferrer noopener\">Ingwe Bush Camp&nbsp;</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons -->\n\n<!-- wp:paragraph -->\n<p>With over 80km of trails, Van Gaalen&nbsp;has something to offer for every kind of athlete, from beginner to advanced.<br></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:buttons -->\n<div class=\"wp-block-buttons\"><!-- wp:button -->\n<div class=\"wp-block-button\"><a class=\"wp-block-button__link wp-element-button\" href=\"https://www.vangaalen.co.za/products\" target=\"_blank\" rel=\"noreferrer noopener\">Van Gaalen\'s</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":830,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/ef9d0188da11e2bc56788f5619d9d539.png\" alt=\"\" class=\"wp-image-830\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>Quad biking </h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>We have quads suitable for kiddies, tweens, teens, and adults. We have mini quads and fully automatic 150cc quads.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:spacer {\"height\":\"2px\"} -->\n<div style=\"height:2px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:buttons -->\n<div class=\"wp-block-buttons\"><!-- wp:button -->\n<div class=\"wp-block-button\"><a class=\"wp-block-button__link wp-element-button\" href=\"https://www.saddlecreekadventures.co.za/activity/quad-biking/\" target=\"_blank\" rel=\"noreferrer noopener\">Saddle Creek Ranch</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons -->\n\n<!-- wp:paragraph -->\n<p>A 700-meter monster track, the longest and most exciting track in Gauteng!</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:spacer {\"height\":\"2px\"} -->\n<div style=\"height:2px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:buttons -->\n<div class=\"wp-block-buttons\"><!-- wp:button -->\n<div class=\"wp-block-button\"><a class=\"wp-block-button__link wp-element-button\" href=\"http://www.swartkrans.co.za/\" target=\"_blank\" rel=\"noreferrer noopener\">Swartkrans Go-Karting&nbsp;</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"align\":\"center\",\"id\":1198,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image aligncenter size-full\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/eyJidWNrZXQiOiJhc3NldHMuYWxsdHJhaWxzLmNvbSIsImtleSI6InVwbG9hZHMvcGhvdG8vaW1hZ2UvNDMxNzk4MTAvYjZkYTAz-1.png\" alt=\"\" class=\"wp-image-1198\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>Horse riding </h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Join us for an unforgettable horse riding experience in the peaceful countryside, with beautiful mountain scenery and lovely bush trails.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:buttons -->\n<div class=\"wp-block-buttons\"><!-- wp:button -->\n<div class=\"wp-block-button\"><a class=\"wp-block-button__link wp-element-button\" href=\"https://www.saddlecreekadventures.co.za/activity/horse-riding/\" target=\"_blank\" rel=\"noreferrer noopener\">Saddle Creek Ranch</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":1185,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/49089607_1950305445047847_5177863042771189760_n.png\" alt=\"\" class=\"wp-image-1185\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>Game drives </h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Enjoy a thrilling and educational adventure with our experienced guides.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:spacer {\"height\":\"2px\"} -->\n<div style=\"height:2px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:buttons -->\n<div class=\"wp-block-buttons\"><!-- wp:button -->\n<div class=\"wp-block-button\"><a class=\"wp-block-button__link wp-element-button\" href=\"https://www.rhinolion.co.za/visitors-guide/activity-index/game-drives/\" target=\"_blank\" rel=\"noreferrer noopener\">Rhino &amp; Lion Park</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons -->\n\n<!-- wp:paragraph -->\n<p>Our guided game-viewing drives take place each day in the morning and afternoon, as this is when the animals are most active.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:buttons -->\n<div class=\"wp-block-buttons\"><!-- wp:button -->\n<div class=\"wp-block-button\"><a class=\"wp-block-button__link wp-element-button\" href=\"https://www.africanhillslodge.co.za/experience/\" target=\"_blank\" rel=\"noreferrer noopener\">Askari Game Lodge</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:heading -->\n<h2>Other activites </h2>\n<!-- /wp:heading -->\n\n<!-- wp:uagb/faq {\"block_id\":\"247759f3\",\"expandFirstItem\":false,\"boxBgColor\":\"#F5F5F5\",\"borderStyle\":\"\",\"borderWidth\":\"\",\"borderRadius\":\"\",\"borderColor\":\"\",\"vquestionPaddingDesktop\":15,\"hquestionPaddingDesktop\":15,\"iconAlign\":\"row-reverse\",\"schema\":\"{\\u0022@context\\u0022:\\u0022https://schema.org\\u0022,\\u0022@type\\u0022:\\u0022FAQPage\\u0022,\\u0022@id\\u0022:\\u0022https://blueroan.netgen.cloud/amenities/\\u0022,\\u0022mainEntity\\u0022:[{\\u0022@type\\u0022:\\u0022Question\\u0022,\\u0022name\\u0022:\\u0022\\u003cstrong\\u003ePUBS / MICRO BREWERIES\\u003c/strong\\u003e\\u0022,\\u0022acceptedAnswer\\u0022:{\\u0022@type\\u0022:\\u0022Answer\\u0022,\\u0022text\\u0022:\\u0022Black Horse   \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27825613246\\\\\\u0022\\u003e082 561 3246\\u003cbr\\u003e\\u003c/a\\u003eBrauhaus am Dam   \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27878025519\\\\\\u0022\\u003e087 802 5519\\u003c/a\\u003e / \\u003ca href=\\\\\\u0022tel:+27729201742\\\\\\u0022\\u003e072 920 1742\\u003c/a\\u003e\\u003cbr\\u003eHartleys Elephant Bar   \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27145772301\\\\\\u0022\\u003e014 577 2301\\u003cbr\\u003e\\u003c/a\\u003eThatchwood Pub   \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27837091672\\\\\\u0022\\u003e083 709 1672\\u003cbr\\u003e\\u003c/a\\u003eMonate Citrus Kelder   \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27122580712\\\\\\u0022\\u003e012 258 0712\\u003c/a\\u003e\\u0022}},{\\u0022@type\\u0022:\\u0022Question\\u0022,\\u0022name\\u0022:\\u0022\\u003cstrong\\u003eTEA GARDENS / RESTAURANTS   \\u003c/strong\\u003e\\u0022,\\u0022acceptedAnswer\\u0022:{\\u0022@type\\u0022:\\u0022Answer\\u0022,\\u0022text\\u0022:\\u0022Black Horse   \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27825613246\\\\\\u0022\\u003e082 561 3246\\u003cbr\\u003e\\u003c/a\\u003eBrauhaus am Dam   \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27878025519\\\\\\u0022\\u003e087 802 5519\\u003c/a\\u003e / \\u003ca href=\\\\\\u0022tel:+27729201742\\\\\\u0022\\u003e072 920 1742\\u003c/a\\u003e\\u003cbr\\u003eMelon Rouge   \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27796806050\\\\\\u0022\\u003e079 680 6050\\u003cbr\\u003e\\u003c/a\\u003eMount Grace Hotel   \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27145775600\\\\\\u0022\\u003e014 577 5600\\u003cbr\\u003e\\u003c/a\\u003eValley Lodge Hotel   \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27145771301\\\\\\u0022\\u003e014 577 1301\\u003cbr\\u003e\\u003c/a\\u003eLa Classique Ristorante   \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27145774006\\\\\\u0022\\u003e014 577 4006\\u003c/a\\u003e\\u0022}},{\\u0022@type\\u0022:\\u0022Question\\u0022,\\u0022name\\u0022:\\u0022\\u003cstrong\\u003eSHOPPING\\u003c/strong\\u003e  \\u0022,\\u0022acceptedAnswer\\u0022:{\\u0022@type\\u0022:\\u0022Answer\\u0022,\\u0022text\\u0022:\\u0022If Only Antiques    \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27827878825\\\\\\u0022\\u003e082 787 8825\\u003cbr\\u003e\\u003c/a\\u003ePuss in Boots   \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27145773562\\\\\\u0022\\u003e014 577 3562\\u003c/a\\u003e\\u0022}},{\\u0022@type\\u0022:\\u0022Question\\u0022,\\u0022name\\u0022:\\u0022\\u003cstrong\\u003eSPORTS \\u0026amp; ADVENTURE\\u003c/strong\\u003e\\u0022,\\u0022acceptedAnswer\\u0022:{\\u0022@type\\u0022:\\u0022Answer\\u0022,\\u0022text\\u0022:\\u0022Tandem Paragliding flips  \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27823221824\\\\\\u0022\\u003e0823221824\\u003c/a\\u003e\\u003cbr\\u003eMountain Sanctuary Park   \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27145340114\\\\\\u0022\\u003e014 534 0114\\u003cbr\\u003e\\u003c/a\\u003eBill Harrops Original Balloon Safaris   \\u003ca href=\\\\\\u0022tel:+27145771733\\\\\\u0022\\u003e014 577 1733\\u003c/a\\u003e / \\u003ca href=\\\\\\u0022tel:+27837520036\\\\\\u0022\\u003e083 752 0036\\u003c/a\\u003e\\u003cbr\\u003ePecanwood Golf Course   \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27122440112\\\\\\u0022\\u003e012 244 0112\\u003cbr\\u003e\\u003c/a\\u003eAir Ventures Hot Air Balloons   \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27117935782\\\\\\u0022\\u003e011 793 5782\\u003cbr\\u003e\\u003c/a\\u003eGliding   \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27835266966\\\\\\u0022\\u003e083 526 6966\\u003cbr\\u003e\\u003c/a\\u003eMagaliesberg Canopy Tours   \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27145350150\\\\\\u0022\\u003e014 535 0150\\u003cbr\\u003e\\u003c/a\\u003eWild Cave Adventures   \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27824862464\\\\\\u0022\\u003e082 486 2464\\u003cbr\\u003e\\u003c/a\\u003eMiracle Waters Dive Gateway   \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27832359840\\\\\\u0022\\u003e083 235 9840\\u003c/a\\u003e\\u0022}},{\\u0022@type\\u0022:\\u0022Question\\u0022,\\u0022name\\u0022:\\u0022\\u003cstrong\\u003ePLACES OF INTEREST\\u003c/strong\\u003e\\u0022,\\u0022acceptedAnswer\\u0022:{\\u0022@type\\u0022:\\u0022Answer\\u0022,\\u0022text\\u0022:\\u0022Maropeng Visitors Centre   \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27145779000\\\\\\u0022\\u003e014 577 9000\\u003cbr\\u003e\\u003c/a\\u003eSterkfontein Caves   \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27116683200\\\\\\u0022\\u003e011 668 3200\\u003cbr\\u003e\\u003c/a\\u003eBlaaubank Gold Mine   \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27825673111\\\\\\u0022\\u003e082 567 3111\\u003cbr\\u003e\\u003c/a\\u003eVan Gaalen Cheese Farm   \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27122071289\\\\\\u0022\\u003e012 207 1289\\u003cbr\\u003e\\u003c/a\\u003eHartebeespoort Cableway   \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27722412654\\\\\\u0022\\u003e072 241 2654\\u003cbr\\u003e\\u003c/a\\u003eElephant Sanctuary             \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27122580423\\\\\\u0022\\u003e012 258 0423\\u003cbr\\u003e\\u003c/a\\u003eTeam Gel   \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27114622894\\\\\\u0022\\u003e011 462 2894\\u003c/a\\u003e / \\u003ca href=\\\\\\u0022tel:+27833207623\\\\\\u0022\\u003e083 320 7623\\u003c/a\\u003e\\u003cbr\\u003eMonate Citrus Kelder   \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27122580712\\\\\\u0022\\u003e012 258 0712\\u003cbr\\u003e\\u003c/a\\u003eLiving Jewels   \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27119566444\\\\\\u0022\\u003e011 956 6444\\u003cbr\\u003e\\u003c/a\\u003eBlaaubank Candle Dipping   \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27145774609\\\\\\u0022\\u003e014 577 4609\\u003cbr\\u003e\\u003c/a\\u003eVeggie Picking \\u0026amp; Strawberry Picking \\u003ca href=\\\\\\u0022tel:+27122071116\\\\\\u0022\\u003e012 207 1116\\u003c/a\\u003e\\u0022}}]}\",\"questionLeftPaddingDesktop\":15,\"questionBottomPaddingDesktop\":15,\"answerTopPadding\":0,\"answerRightPadding\":15,\"answerBottomPadding\":15,\"answerLeftPadding\":15,\"answerTopPaddingTablet\":10,\"answerRightPaddingTablet\":10,\"answerBottomPaddingTablet\":10,\"answerLeftPaddingTablet\":10,\"answerTopPaddingMobile\":10,\"answerRightPaddingMobile\":10,\"answerBottomPaddingMobile\":10,\"answerLeftPaddingMobile\":10,\"overallBorderTopWidth\":1,\"overallBorderLeftWidth\":1,\"overallBorderRightWidth\":1,\"overallBorderBottomWidth\":1,\"overallBorderTopLeftRadius\":2,\"overallBorderTopRightRadius\":2,\"overallBorderBottomLeftRadius\":2,\"overallBorderBottomRightRadius\":2,\"overallBorderStyle\":\"none\",\"overallBorderColor\":\"#D2D2D2\"} -->\n<div class=\"wp-block-uagb-faq uagb-faq__outer-wrap uagb-block-247759f3 uagb-faq-icon-row-reverse uagb-faq-layout-accordion uagb-faq-expand-first-false uagb-faq-inactive-other-true uagb-faq__wrap uagb-buttons-layout-wrap uagb-faq-equal-height\" data-faqtoggle=\"true\" role=\"tablist\"><!-- wp:uagb/faq-child {\"block_id\":\"194d3fa6\",\"question\":\"\\u003cstrong\\u003ePUBS / MICRO BREWERIES\\u003c/strong\\u003e\",\"answer\":\"Black Horse   \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27825613246\\u0022\\u003e082 561 3246\\u003cbr\\u003e\\u003c/a\\u003eBrauhaus am Dam   \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27878025519\\u0022\\u003e087 802 5519\\u003c/a\\u003e / \\u003ca href=\\u0022tel:+27729201742\\u0022\\u003e072 920 1742\\u003c/a\\u003e\\u003cbr\\u003eHartleys Elephant Bar   \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27145772301\\u0022\\u003e014 577 2301\\u003cbr\\u003e\\u003c/a\\u003eThatchwood Pub   \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27837091672\\u0022\\u003e083 709 1672\\u003cbr\\u003e\\u003c/a\\u003eMonate Citrus Kelder   \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27122580712\\u0022\\u003e012 258 0712\\u003c/a\\u003e\"} -->\n<div class=\"wp-block-uagb-faq-child uagb-faq-child__outer-wrap uagb-faq-item uagb-block-194d3fa6\" role=\"tab\" tabindex=\"0\"><div class=\"uagb-faq-questions-button uagb-faq-questions\"><span class=\"uagb-icon uagb-faq-icon-wrap\"><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 448 512\"><path d=\"M432 256c0 17.69-14.33 32.01-32 32.01H256v144c0 17.69-14.33 31.99-32 31.99s-32-14.3-32-31.99v-144H48c-17.67 0-32-14.32-32-32.01s14.33-31.99 32-31.99H192v-144c0-17.69 14.33-32.01 32-32.01s32 14.32 32 32.01v144h144C417.7 224 432 238.3 432 256z\"></path></svg></span><span class=\"uagb-icon-active uagb-faq-icon-wrap\"><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 448 512\"><path d=\"M400 288h-352c-17.69 0-32-14.32-32-32.01s14.31-31.99 32-31.99h352c17.69 0 32 14.3 32 31.99S417.7 288 400 288z\"></path></svg></span><span class=\"uagb-question\"><strong>PUBS / MICRO BREWERIES</strong></span></div><p class=\"uagb-faq-content\">Black Horse   <br><a href=\"tel:+27825613246\">082 561 3246<br></a>Brauhaus am Dam   <br><a href=\"tel:+27878025519\">087 802 5519</a> / <a href=\"tel:+27729201742\">072 920 1742</a><br>Hartleys Elephant Bar   <br><a href=\"tel:+27145772301\">014 577 2301<br></a>Thatchwood Pub   <br><a href=\"tel:+27837091672\">083 709 1672<br></a>Monate Citrus Kelder   <br><a href=\"tel:+27122580712\">012 258 0712</a></p></div>\n<!-- /wp:uagb/faq-child -->\n\n<!-- wp:uagb/faq-child {\"block_id\":\"a92342de\",\"question\":\"\\u003cstrong\\u003eTEA GARDENS / RESTAURANTS   \\u003c/strong\\u003e\",\"answer\":\"Black Horse   \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27825613246\\u0022\\u003e082 561 3246\\u003cbr\\u003e\\u003c/a\\u003eBrauhaus am Dam   \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27878025519\\u0022\\u003e087 802 5519\\u003c/a\\u003e / \\u003ca href=\\u0022tel:+27729201742\\u0022\\u003e072 920 1742\\u003c/a\\u003e\\u003cbr\\u003eMelon Rouge   \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27796806050\\u0022\\u003e079 680 6050\\u003cbr\\u003e\\u003c/a\\u003eMount Grace Hotel   \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27145775600\\u0022\\u003e014 577 5600\\u003cbr\\u003e\\u003c/a\\u003eValley Lodge Hotel   \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27145771301\\u0022\\u003e014 577 1301\\u003cbr\\u003e\\u003c/a\\u003eLa Classique Ristorante   \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27145774006\\u0022\\u003e014 577 4006\\u003c/a\\u003e\"} -->\n<div class=\"wp-block-uagb-faq-child uagb-faq-child__outer-wrap uagb-faq-item uagb-block-a92342de\" role=\"tab\" tabindex=\"0\"><div class=\"uagb-faq-questions-button uagb-faq-questions\"><span class=\"uagb-icon uagb-faq-icon-wrap\"><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 448 512\"><path d=\"M432 256c0 17.69-14.33 32.01-32 32.01H256v144c0 17.69-14.33 31.99-32 31.99s-32-14.3-32-31.99v-144H48c-17.67 0-32-14.32-32-32.01s14.33-31.99 32-31.99H192v-144c0-17.69 14.33-32.01 32-32.01s32 14.32 32 32.01v144h144C417.7 224 432 238.3 432 256z\"></path></svg></span><span class=\"uagb-icon-active uagb-faq-icon-wrap\"><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 448 512\"><path d=\"M400 288h-352c-17.69 0-32-14.32-32-32.01s14.31-31.99 32-31.99h352c17.69 0 32 14.3 32 31.99S417.7 288 400 288z\"></path></svg></span><span class=\"uagb-question\"><strong>TEA GARDENS / RESTAURANTS   </strong></span></div><p class=\"uagb-faq-content\">Black Horse   <br><a href=\"tel:+27825613246\">082 561 3246<br></a>Brauhaus am Dam   <br><a href=\"tel:+27878025519\">087 802 5519</a> / <a href=\"tel:+27729201742\">072 920 1742</a><br>Melon Rouge   <br><a href=\"tel:+27796806050\">079 680 6050<br></a>Mount Grace Hotel   <br><a href=\"tel:+27145775600\">014 577 5600<br></a>Valley Lodge Hotel   <br><a href=\"tel:+27145771301\">014 577 1301<br></a>La Classique Ristorante   <br><a href=\"tel:+27145774006\">014 577 4006</a></p></div>\n<!-- /wp:uagb/faq-child -->\n\n<!-- wp:uagb/faq-child {\"block_id\":\"a2ae6625\",\"question\":\"\\u003cstrong\\u003eSHOPPING\\u003c/strong\\u003e  \",\"answer\":\"If Only Antiques    \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27827878825\\u0022\\u003e082 787 8825\\u003cbr\\u003e\\u003c/a\\u003ePuss in Boots   \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27145773562\\u0022\\u003e014 577 3562\\u003c/a\\u003e\"} -->\n<div class=\"wp-block-uagb-faq-child uagb-faq-child__outer-wrap uagb-faq-item uagb-block-a2ae6625\" role=\"tab\" tabindex=\"0\"><div class=\"uagb-faq-questions-button uagb-faq-questions\"><span class=\"uagb-icon uagb-faq-icon-wrap\"><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 448 512\"><path d=\"M432 256c0 17.69-14.33 32.01-32 32.01H256v144c0 17.69-14.33 31.99-32 31.99s-32-14.3-32-31.99v-144H48c-17.67 0-32-14.32-32-32.01s14.33-31.99 32-31.99H192v-144c0-17.69 14.33-32.01 32-32.01s32 14.32 32 32.01v144h144C417.7 224 432 238.3 432 256z\"></path></svg></span><span class=\"uagb-icon-active uagb-faq-icon-wrap\"><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 448 512\"><path d=\"M400 288h-352c-17.69 0-32-14.32-32-32.01s14.31-31.99 32-31.99h352c17.69 0 32 14.3 32 31.99S417.7 288 400 288z\"></path></svg></span><span class=\"uagb-question\"><strong>SHOPPING</strong>  </span></div><p class=\"uagb-faq-content\">If Only Antiques    <br><a href=\"tel:+27827878825\">082 787 8825<br></a>Puss in Boots   <br><a href=\"tel:+27145773562\">014 577 3562</a></p></div>\n<!-- /wp:uagb/faq-child -->\n\n<!-- wp:uagb/faq-child {\"block_id\":\"516f8651\",\"question\":\"\\u003cstrong\\u003eSPORTS \\u0026amp; ADVENTURE\\u003c/strong\\u003e\",\"answer\":\"Tandem Paragliding flips  \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27823221824\\u0022\\u003e0823221824\\u003c/a\\u003e\\u003cbr\\u003eMountain Sanctuary Park   \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27145340114\\u0022\\u003e014 534 0114\\u003cbr\\u003e\\u003c/a\\u003eBill Harrops Original Balloon Safaris   \\u003ca href=\\u0022tel:+27145771733\\u0022\\u003e014 577 1733\\u003c/a\\u003e / \\u003ca href=\\u0022tel:+27837520036\\u0022\\u003e083 752 0036\\u003c/a\\u003e\\u003cbr\\u003ePecanwood Golf Course   \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27122440112\\u0022\\u003e012 244 0112\\u003cbr\\u003e\\u003c/a\\u003eAir Ventures Hot Air Balloons   \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27117935782\\u0022\\u003e011 793 5782\\u003cbr\\u003e\\u003c/a\\u003eGliding   \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27835266966\\u0022\\u003e083 526 6966\\u003cbr\\u003e\\u003c/a\\u003eMagaliesberg Canopy Tours   \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27145350150\\u0022\\u003e014 535 0150\\u003cbr\\u003e\\u003c/a\\u003eWild Cave Adventures   \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27824862464\\u0022\\u003e082 486 2464\\u003cbr\\u003e\\u003c/a\\u003eMiracle Waters Dive Gateway   \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27832359840\\u0022\\u003e083 235 9840\\u003c/a\\u003e\"} -->\n<div class=\"wp-block-uagb-faq-child uagb-faq-child__outer-wrap uagb-faq-item uagb-block-516f8651\" role=\"tab\" tabindex=\"0\"><div class=\"uagb-faq-questions-button uagb-faq-questions\"><span class=\"uagb-icon uagb-faq-icon-wrap\"><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 448 512\"><path d=\"M432 256c0 17.69-14.33 32.01-32 32.01H256v144c0 17.69-14.33 31.99-32 31.99s-32-14.3-32-31.99v-144H48c-17.67 0-32-14.32-32-32.01s14.33-31.99 32-31.99H192v-144c0-17.69 14.33-32.01 32-32.01s32 14.32 32 32.01v144h144C417.7 224 432 238.3 432 256z\"></path></svg></span><span class=\"uagb-icon-active uagb-faq-icon-wrap\"><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 448 512\"><path d=\"M400 288h-352c-17.69 0-32-14.32-32-32.01s14.31-31.99 32-31.99h352c17.69 0 32 14.3 32 31.99S417.7 288 400 288z\"></path></svg></span><span class=\"uagb-question\"><strong>SPORTS &amp; ADVENTURE</strong></span></div><p class=\"uagb-faq-content\">Tandem Paragliding flips  <br><a href=\"tel:+27823221824\">0823221824</a><br>Mountain Sanctuary Park   <br><a href=\"tel:+27145340114\">014 534 0114<br></a>Bill Harrops Original Balloon Safaris   <a href=\"tel:+27145771733\">014 577 1733</a> / <a href=\"tel:+27837520036\">083 752 0036</a><br>Pecanwood Golf Course   <br><a href=\"tel:+27122440112\">012 244 0112<br></a>Air Ventures Hot Air Balloons   <br><a href=\"tel:+27117935782\">011 793 5782<br></a>Gliding   <br><a href=\"tel:+27835266966\">083 526 6966<br></a>Magaliesberg Canopy Tours   <br><a href=\"tel:+27145350150\">014 535 0150<br></a>Wild Cave Adventures   <br><a href=\"tel:+27824862464\">082 486 2464<br></a>Miracle Waters Dive Gateway   <br><a href=\"tel:+27832359840\">083 235 9840</a></p></div>\n<!-- /wp:uagb/faq-child -->\n\n<!-- wp:uagb/faq-child {\"block_id\":\"a95406c4\",\"question\":\"\\u003cstrong\\u003ePLACES OF INTEREST\\u003c/strong\\u003e\",\"answer\":\"Maropeng Visitors Centre   \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27145779000\\u0022\\u003e014 577 9000\\u003cbr\\u003e\\u003c/a\\u003eSterkfontein Caves   \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27116683200\\u0022\\u003e011 668 3200\\u003cbr\\u003e\\u003c/a\\u003eBlaaubank Gold Mine   \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27825673111\\u0022\\u003e082 567 3111\\u003cbr\\u003e\\u003c/a\\u003eVan Gaalen Cheese Farm   \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27122071289\\u0022\\u003e012 207 1289\\u003cbr\\u003e\\u003c/a\\u003eHartebeespoort Cableway   \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27722412654\\u0022\\u003e072 241 2654\\u003cbr\\u003e\\u003c/a\\u003eElephant Sanctuary             \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27122580423\\u0022\\u003e012 258 0423\\u003cbr\\u003e\\u003c/a\\u003eTeam Gel   \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27114622894\\u0022\\u003e011 462 2894\\u003c/a\\u003e / \\u003ca href=\\u0022tel:+27833207623\\u0022\\u003e083 320 7623\\u003c/a\\u003e\\u003cbr\\u003eMonate Citrus Kelder   \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27122580712\\u0022\\u003e012 258 0712\\u003cbr\\u003e\\u003c/a\\u003eLiving Jewels   \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27119566444\\u0022\\u003e011 956 6444\\u003cbr\\u003e\\u003c/a\\u003eBlaaubank Candle Dipping   \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27145774609\\u0022\\u003e014 577 4609\\u003cbr\\u003e\\u003c/a\\u003eVeggie Picking \\u0026amp; Strawberry Picking \\u003ca href=\\u0022tel:+27122071116\\u0022\\u003e012 207 1116\\u003c/a\\u003e\"} -->\n<div class=\"wp-block-uagb-faq-child uagb-faq-child__outer-wrap uagb-faq-item uagb-block-a95406c4\" role=\"tab\" tabindex=\"0\"><div class=\"uagb-faq-questions-button uagb-faq-questions\"><span class=\"uagb-icon uagb-faq-icon-wrap\"><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 448 512\"><path d=\"M432 256c0 17.69-14.33 32.01-32 32.01H256v144c0 17.69-14.33 31.99-32 31.99s-32-14.3-32-31.99v-144H48c-17.67 0-32-14.32-32-32.01s14.33-31.99 32-31.99H192v-144c0-17.69 14.33-32.01 32-32.01s32 14.32 32 32.01v144h144C417.7 224 432 238.3 432 256z\"></path></svg></span><span class=\"uagb-icon-active uagb-faq-icon-wrap\"><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 448 512\"><path d=\"M400 288h-352c-17.69 0-32-14.32-32-32.01s14.31-31.99 32-31.99h352c17.69 0 32 14.3 32 31.99S417.7 288 400 288z\"></path></svg></span><span class=\"uagb-question\"><strong>PLACES OF INTEREST</strong></span></div><p class=\"uagb-faq-content\">Maropeng Visitors Centre   <br><a href=\"tel:+27145779000\">014 577 9000<br></a>Sterkfontein Caves   <br><a href=\"tel:+27116683200\">011 668 3200<br></a>Blaaubank Gold Mine   <br><a href=\"tel:+27825673111\">082 567 3111<br></a>Van Gaalen Cheese Farm   <br><a href=\"tel:+27122071289\">012 207 1289<br></a>Hartebeespoort Cableway   <br><a href=\"tel:+27722412654\">072 241 2654<br></a>Elephant Sanctuary             <br><a href=\"tel:+27122580423\">012 258 0423<br></a>Team Gel   <br><a href=\"tel:+27114622894\">011 462 2894</a> / <a href=\"tel:+27833207623\">083 320 7623</a><br>Monate Citrus Kelder   <br><a href=\"tel:+27122580712\">012 258 0712<br></a>Living Jewels   <br><a href=\"tel:+27119566444\">011 956 6444<br></a>Blaaubank Candle Dipping   <br><a href=\"tel:+27145774609\">014 577 4609<br></a>Veggie Picking &amp; Strawberry Picking <a href=\"tel:+27122071116\">012 207 1116</a></p></div>\n<!-- /wp:uagb/faq-child --></div>\n<!-- /wp:uagb/faq --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"48cc068f\",\"innerContentCustomWidthDesktop\":781,\"innerContentCustomWidthTablet\":781,\"backgroundType\":\"image\",\"backgroundImageDesktop\":{\"id\":54,\"title\":\"background-img\",\"filename\":\"background-img-1.jpg\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/background-img-1.jpg\",\"link\":\"https://blueroan.netgen.cloud/background-img-2/\",\"alt\":\"\",\"author\":\"34\",\"description\":\"\",\"caption\":\"\",\"name\":\"background-img-2\",\"status\":\"inherit\",\"uploadedTo\":0,\"date\":\"2021-05-07T10:11:37.000Z\",\"modified\":\"2021-05-07T10:11:37.000Z\",\"menuOrder\":0,\"mime\":\"image/jpeg\",\"type\":\"image\",\"subtype\":\"jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/default.png\",\"dateFormatted\":\"May 7, 2021\",\"nonces\":{\"update\":\"bb999636b9\",\"delete\":\"d2e1375bc4\",\"edit\":\"005dd2f0c9\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=54\\u0026action=edit\",\"meta\":false,\"authorName\":\"Rishabh\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/user-edit.php?user_id=34\",\"filesizeInBytes\":338858,\"filesizeHumanReadable\":\"331 KB\",\"context\":\"\",\"height\":1080,\"width\":1920,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/background-img-1-150x150.jpg\",\"orientation\":\"landscape\"},\"medium\":{\"height\":169,\"width\":300,\"url\":\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/background-img-1-300x169.jpg\",\"orientation\":\"landscape\"},\"large\":{\"height\":576,\"width\":1024,\"url\":\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/background-img-1-1024x576.jpg\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/background-img-1.jpg\",\"height\":1080,\"width\":1920,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"backgroundImageColor\":\"rgba(42,42,42,0.65)\",\"topPaddingDesktop\":144,\"bottomPaddingDesktop\":144,\"leftPaddingDesktop\":40,\"rightPaddingDesktop\":40,\"topPaddingTablet\":80,\"bottomPaddingTablet\":80,\"leftPaddingTablet\":40,\"rightPaddingTablet\":40,\"topPaddingMobile\":64,\"bottomPaddingMobile\":64,\"leftPaddingMobile\":24,\"rightPaddingMobile\":24,\"paddingLink\":false,\"variationSelected\":true,\"isBlockRootParent\":true,\"overlayType\":\"color\"} -->\n<div class=\"wp-block-uagb-container uagb-block-48cc068f alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/advanced-heading {\"block_id\":\"088e0428\",\"classMigrate\":true,\"headingDescToggle\":true,\"headingAlign\":\"center\",\"headingColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"subHeadingColor\":\"var(\\u002d\\u002dast-global-color-4)\",\"headSpace\":20} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-088e0428\"><h2 class=\"uagb-heading-text\">Plan an Unforgettable Experience in Mykonos Today!</h2><p class=\"uagb-desc-text\">We can help you fit your stay and experience within your allotted budget.</p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/advanced-heading {\"block_id\":\"6371b32c\",\"classMigrate\":true,\"headingTitleToggle\":false,\"headingDescToggle\":true,\"headingAlign\":\"center\",\"subHeadingColor\":\"var(\\u002d\\u002dast-global-color-4)\",\"subHeadTransform\":\"uppercase\",\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"subHeadLetterSpacing\":2,\"blockTopPadding\":60,\"blockRightPadding\":0,\"blockLeftPadding\":0,\"blockBottomPadding\":0,\"blockTopPaddingMobile\":30,\"blockRightPaddingMobile\":0,\"blockLeftPaddingMobile\":0,\"blockBottomPaddingMobile\":0} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-6371b32c\"><p class=\"uagb-desc-text\">BOOK YOUR STAY NOW​</p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/icon-list {\"block_id\":\"0ccfa96d\",\"classMigrate\":true,\"childMigrate\":true,\"align\":\"center\",\"parentIcon\":\"phone\",\"size\":40,\"sizeMobile\":24,\"sizeTablet\":32,\"fontSize\":48,\"fontSizeMobile\":28,\"fontSizeTablet\":40,\"fontWeight\":\"600\",\"iconColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"labelColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"blockTopPadding\":0,\"blockRightPadding\":0,\"blockLeftPadding\":0,\"blockBottomPadding\":24,\"blockPaddingLink\":false} -->\n<div class=\"wp-block-uagb-icon-list uagb-block-0ccfa96d\"><div class=\"uagb-icon-list__wrap\"><!-- wp:uagb/icon-list-child {\"block_id\":\"6f169bd6\",\"label\":\"+1-123 456 7890​\",\"label_color\":\"\",\"fromParentIcon\":\"phone\",\"imageSizeChild\":40} -->\n<div class=\"wp-block-uagb-icon-list-child uagb-block-6f169bd6\"><span class=\"uagb-icon-list__source-wrap\"><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M511.2 387l-23.25 100.8c-3.266 14.25-15.79 24.22-30.46 24.22C205.2 512 0 306.8 0 54.5c0-14.66 9.969-27.2 24.22-30.45l100.8-23.25C139.7-2.602 154.7 5.018 160.8 18.92l46.52 108.5c5.438 12.78 1.77 27.67-8.98 36.45L144.5 207.1c33.98 69.22 90.26 125.5 159.5 159.5l44.08-53.8c8.688-10.78 23.69-14.51 36.47-8.975l108.5 46.51C506.1 357.2 514.6 372.4 511.2 387z\"></path></svg></span><span class=\"uagb-icon-list__label\">+1-123 456 7890​</span></div>\n<!-- /wp:uagb/icon-list-child --></div></div>\n<!-- /wp:uagb/icon-list --></div></div>\n<!-- /wp:uagb/container -->',	'Amenities',	'',	'inherit',	'closed',	'closed',	'',	'762-revision-v1',	'',	'',	'2022-12-15 13:13:36',	'2022-12-15 13:13:36',	'',	762,	'https://blueroan.netgen.cloud/?p=1262',	0,	'revision',	'',	0),
(1264,	2,	'2022-12-15 13:16:23',	'2022-12-15 13:16:23',	'<!-- wp:uagb/container {\"block_id\":\"35a790e3\",\"backgroundType\":\"image\",\"backgroundImageDesktop\":{\"id\":1007,\"title\":\"AAEAAQAAAAAAAAAAAAAAJDg5NmY0ZGUxLWE4MTgtNDY5NC1iODFhLTBmN2Q0ZDc5ZWFiNw-1\",\"filename\":\"AAEAAQAAAAAAAAAAAAAAJDg5NmY0ZGUxLWE4MTgtNDY5NC1iODFhLTBmN2Q0ZDc5ZWFiNw-1.png\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAAJDg5NmY0ZGUxLWE4MTgtNDY5NC1iODFhLTBmN2Q0ZDc5ZWFiNw-1.png\",\"link\":\"https://blueroan.netgen.cloud/the-barn/aaeaaqaaaaaaaaaaaaaajdg5nmy0zguxlwe4mtgtndy5nc1iodfhltbmn2q0zdc5zwfinw-1/\",\"alt\":\"\",\"author\":\"2\",\"description\":\"\",\"caption\":\"\",\"name\":\"aaeaaqaaaaaaaaaaaaaajdg5nmy0zguxlwe4mtgtndy5nc1iodfhltbmn2q0zdc5zwfinw-1\",\"status\":\"inherit\",\"uploadedTo\":948,\"date\":\"2022-12-14T10:50:25.000Z\",\"modified\":\"2022-12-14T10:50:25.000Z\",\"menuOrder\":0,\"mime\":\"image/png\",\"type\":\"image\",\"subtype\":\"png\",\"icon\":\"https://blueroan.netgen.cloud/wp-includes/images/media/default.png\",\"dateFormatted\":\"December 14, 2022\",\"nonces\":{\"update\":\"483f8bdf3d\",\"delete\":\"0a7ebc92ef\",\"edit\":\"6bc1c6a685\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=1007\\u0026action=edit\",\"meta\":false,\"authorName\":\"Netgen Support\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/profile.php\",\"uploadedToTitle\":\"The Barn\",\"uploadedToLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=948\\u0026action=edit\",\"filesizeInBytes\":1348989,\"filesizeHumanReadable\":\"1 MB\",\"context\":\"\",\"height\":667,\"width\":1000,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAAJDg5NmY0ZGUxLWE4MTgtNDY5NC1iODFhLTBmN2Q0ZDc5ZWFiNw-1-150x150.png\",\"orientation\":\"landscape\"},\"medium\":{\"height\":200,\"width\":300,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAAJDg5NmY0ZGUxLWE4MTgtNDY5NC1iODFhLTBmN2Q0ZDc5ZWFiNw-1-300x200.png\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAAJDg5NmY0ZGUxLWE4MTgtNDY5NC1iODFhLTBmN2Q0ZDc5ZWFiNw-1.png\",\"height\":667,\"width\":1000,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"backgroundPositionDesktop\":{\"x\":0.61,\"y\":0.52},\"backgroundSizeTablet\":\"cover\",\"backgroundSizeMobile\":\"cover\",\"backgroundColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"backgroundImageColor\":\"rgba(42,42,42,0.5)\",\"topPaddingDesktop\":220,\"bottomPaddingDesktop\":150,\"topPaddingTablet\":170,\"bottomPaddingTablet\":160,\"leftPaddingTablet\":30,\"rightPaddingTablet\":30,\"topPaddingMobile\":180,\"bottomPaddingMobile\":80,\"leftPaddingMobile\":20,\"rightPaddingMobile\":20,\"paddingLink\":false,\"variationSelected\":true,\"isBlockRootParent\":true,\"overlayType\":\"color\"} -->\n<div class=\"wp-block-uagb-container uagb-block-35a790e3 alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/advanced-heading {\"block_id\":\"3aa2105c\",\"classMigrate\":true,\"headingDescToggle\":true,\"headingColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"subHeadingColor\":\"var(\\u002d\\u002dast-global-color-4)\",\"headingTag\":\"h1\",\"headSpace\":20,\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"blockTopPadding\":0,\"blockRightPadding\":50,\"blockLeftPadding\":0,\"blockBottomPadding\":0,\"blockTopPaddingTablet\":0,\"blockRightPaddingTablet\":20,\"blockLeftPaddingTablet\":0,\"blockBottomPaddingTablet\":0,\"blockTopPaddingMobile\":0,\"blockRightPaddingMobile\":0,\"blockLeftPaddingMobile\":0,\"blockBottomPaddingMobile\":0,\"blockPaddingUnit\":\"%\",\"blockPaddingUnitTablet\":\"%\"} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-3aa2105c\"><h1 class=\"uagb-heading-text\">Amenities &amp; Interests​</h1><p class=\"uagb-desc-text\">We do not give you just rooms to stay in. We give you an environment where you can experience the best while on a holiday with us. </p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:buttons -->\n<div class=\"wp-block-buttons\"><!-- wp:button -->\n<div class=\"wp-block-button\"><a class=\"wp-block-button__link wp-element-button\" href=\"https://book.nightsbridge.com/11065\" target=\"_blank\" rel=\"noreferrer noopener\">BOOK NOW</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"dcc1fa7c\",\"backgroundType\":\"color\",\"backgroundSizeTablet\":\"cover\",\"backgroundSizeMobile\":\"cover\",\"backgroundColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"topPaddingDesktop\":50,\"bottomPaddingDesktop\":100,\"topPaddingTablet\":50,\"bottomPaddingTablet\":25,\"leftPaddingTablet\":20,\"rightPaddingTablet\":20,\"topPaddingMobile\":50,\"bottomPaddingMobile\":20,\"leftPaddingMobile\":20,\"rightPaddingMobile\":20,\"paddingLink\":false,\"variationSelected\":true,\"rowGapDesktop\":0,\"isBlockRootParent\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-dcc1fa7c alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/container {\"block_id\":\"1f70b9d9\",\"directionDesktop\":\"row\",\"alignItemsTablet\":\"flex-start\",\"paddingLink\":false,\"topMarginDesktop\":50,\"bottomMarginDesktop\":20,\"leftMarginDesktop\":0,\"rightMarginDesktop\":0,\"marginLink\":false,\"variationSelected\":true,\"rowGapMobile\":65,\"columnGapDesktop\":48,\"columnGapTablet\":20} -->\n<div class=\"wp-block-uagb-container uagb-block-1f70b9d9\"><!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"align\":\"center\",\"id\":828,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image aligncenter size-full\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Blue-Roan-pool.png\" alt=\"Blue Roan\'s rock pool\" class=\"wp-image-828\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>A relaxing rock Pool​</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>We have a lovely sparkling blue rock pool next to a thatched Lapa. &nbsp;&nbsp;Lie on recliners on the green lawn or sit on the swing chair in the Lapa and enjoy the panoramic view of the Magaliesberg mountain range.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":829,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/img-20160605-wa0002-largejpg.png\" alt=\"\" class=\"wp-image-829\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>Braai facilities </h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>What can compare to a burning fire under the star-lit African sky? Nothing beats the flavor of cooking over an open flame.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":830,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/ef9d0188da11e2bc56788f5619d9d539.png\" alt=\"\" class=\"wp-image-830\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>A games room </h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>The reception is also a games room for those who enjoy darts or playing pool. &nbsp;Take a selection of DVDs back to your room and watch movies on your own DVD player. &nbsp;There is also a selection of board games and music CDs that you can borrow.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"align\":\"center\",\"id\":1198,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image aligncenter size-full\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/eyJidWNrZXQiOiJhc3NldHMuYWxsdHJhaWxzLmNvbSIsImtleSI6InVwbG9hZHMvcGhvdG8vaW1hZ2UvNDMxNzk4MTAvYjZkYTAz-1.png\" alt=\"\" class=\"wp-image-1198\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>Walking or hiking </h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>There is a well-kept walking trail on our property with plenty of bird life and some benches along the way. &nbsp;It is safe for dogs to run off-leash as it is completely fenced all around. &nbsp;For those who enjoy long walks and hikes, it is safe to cross onto neighbouring farms and go as far as the eye can see.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":1185,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/49089607_1950305445047847_5177863042771189760_n.png\" alt=\"\" class=\"wp-image-1185\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>Mountain biking </h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Bring your mountain bikes and explore the surrounding countryside on safe off-road tracks on our property and on neighbouring farms.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":1196,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Michelle_1.png\" alt=\"\" class=\"wp-image-1196\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>Horse riding </h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Interested riders can book at one of the recommended horse-riding establishments listed further down this page.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"a2d27505\",\"innerContentWidth\":\"alignfull\",\"directionDesktop\":\"row\",\"wrapTablet\":\"wrap\",\"variationSelected\":true,\"rowGapTablet\":0,\"columnGapDesktop\":0,\"isBlockRootParent\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-a2d27505 alignfull uagb-is-root-container\"><!-- wp:uagb/container {\"block_id\":\"99087ac0\",\"widthDesktop\":25,\"widthTablet\":50,\"variationSelected\":true,\"widthSetByUser\":true,\"UAGHideMob\":true,\"UAGResponsiveConditions\":true} -->\n<div class=\"wp-block-uagb-container uag-hide-mob uagb-block-99087ac0\"><!-- wp:uagb/image {\"block_id\":\"f6c7895f\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-18-1-1024x768.jpg\",\"id\":1208,\"linkDestination\":\"none\",\"width\":480,\"height\":500,\"naturalWidth\":1024,\"naturalHeight\":768,\"sizeSlug\":\"large\",\"sizeSlugTablet\":\"large\",\"sizeSlugMobile\":\"large\",\"customHeightSetDesktop\":true} -->\n<div class=\"wp-block-uagb-image uagb-block-f6c7895f wp-block-uagb-image--layout-default wp-block-uagb-image--effect-static wp-block-uagb-image--align-none\"><figure class=\"wp-block-uagb-image__figure\"><img srcset=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-18-1-1024x768.jpg \" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-18-1-1024x768.jpg\" alt=\"\" class=\"uag-image-1208\" width=\"480\" height=\"500\" title=\"\" loading=\"lazy\"/></figure></div>\n<!-- /wp:uagb/image --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"2b86365d\",\"widthDesktop\":25,\"widthTablet\":50,\"variationSelected\":true,\"widthSetByUser\":true,\"UAGHideMob\":true,\"UAGResponsiveConditions\":true} -->\n<div class=\"wp-block-uagb-container uag-hide-mob uagb-block-2b86365d\"><!-- wp:uagb/image {\"block_id\":\"0426db0c\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Blue-Roan-pool-1.png\",\"id\":1210,\"linkDestination\":\"none\",\"width\":480,\"height\":500,\"naturalWidth\":370,\"naturalHeight\":440,\"sizeSlug\":\"full\",\"sizeSlugTablet\":\"full\",\"sizeSlugMobile\":\"full\",\"customHeightSetDesktop\":true} -->\n<div class=\"wp-block-uagb-image uagb-block-0426db0c wp-block-uagb-image--layout-default wp-block-uagb-image--effect-static wp-block-uagb-image--align-none\"><figure class=\"wp-block-uagb-image__figure\"><img srcset=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Blue-Roan-pool-1.png \" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Blue-Roan-pool-1.png\" alt=\"\" class=\"uag-image-1210\" width=\"480\" height=\"500\" title=\"\" loading=\"lazy\"/></figure></div>\n<!-- /wp:uagb/image --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"ffadb5de\",\"widthDesktop\":50,\"widthTablet\":100,\"variationSelected\":true,\"columnGapDesktop\":20,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-ffadb5de\"><!-- wp:uagb/image {\"block_id\":\"5986688b\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/the-view-from-my-rooms-1024x768.jpg\",\"id\":1211,\"linkDestination\":\"none\",\"width\":960,\"height\":500,\"naturalWidth\":1024,\"naturalHeight\":768,\"sizeSlug\":\"large\",\"sizeSlugTablet\":\"large\",\"sizeSlugMobile\":\"large\",\"customHeightSetDesktop\":true} -->\n<div class=\"wp-block-uagb-image uagb-block-5986688b wp-block-uagb-image--layout-default wp-block-uagb-image--effect-static wp-block-uagb-image--align-none\"><figure class=\"wp-block-uagb-image__figure\"><img srcset=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/the-view-from-my-rooms-1024x768.jpg \" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/the-view-from-my-rooms-1024x768.jpg\" alt=\"\" class=\"uag-image-1211\" width=\"960\" height=\"500\" title=\"\" loading=\"lazy\"/></figure></div>\n<!-- /wp:uagb/image --></div>\n<!-- /wp:uagb/container --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"fc234697\",\"innerContentWidth\":\"alignfull\",\"directionDesktop\":\"row\",\"wrapTablet\":\"wrap\",\"variationSelected\":true,\"rowGapTablet\":0,\"columnGapDesktop\":0,\"isBlockRootParent\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-fc234697 alignfull uagb-is-root-container\"><!-- wp:uagb/container {\"block_id\":\"3d555b22\",\"widthDesktop\":50,\"widthTablet\":100,\"variationSelected\":true,\"columnGapDesktop\":20,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-3d555b22\"><!-- wp:uagb/image {\"block_id\":\"c33d61c8\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAAJDI0ZWY4NDc1LThjYjYtNDM3YS1iOTliLWNmOWQxYTJkMWU5MQ-1.png\",\"id\":1213,\"linkDestination\":\"none\",\"width\":960,\"height\":500,\"naturalWidth\":1000,\"naturalHeight\":667,\"sizeSlug\":\"full\",\"sizeSlugTablet\":\"full\",\"sizeSlugMobile\":\"full\",\"customHeightSetDesktop\":true} -->\n<div class=\"wp-block-uagb-image uagb-block-c33d61c8 wp-block-uagb-image--layout-default wp-block-uagb-image--effect-static wp-block-uagb-image--align-none\"><figure class=\"wp-block-uagb-image__figure\"><img srcset=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAAJDI0ZWY4NDc1LThjYjYtNDM3YS1iOTliLWNmOWQxYTJkMWU5MQ-1.png \" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAAJDI0ZWY4NDc1LThjYjYtNDM3YS1iOTliLWNmOWQxYTJkMWU5MQ-1.png\" alt=\"\" class=\"uag-image-1213\" width=\"960\" height=\"500\" title=\"\" loading=\"lazy\"/></figure></div>\n<!-- /wp:uagb/image --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"c749b9fa\",\"widthDesktop\":25,\"variationSelected\":true,\"widthSetByUser\":true,\"UAGHideMob\":true,\"UAGResponsiveConditions\":true} -->\n<div class=\"wp-block-uagb-container uag-hide-mob uagb-block-c749b9fa\"><!-- wp:uagb/image {\"block_id\":\"0285ef8f\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/bird-1-1024x683.jpg\",\"id\":1215,\"linkDestination\":\"none\",\"width\":480,\"height\":500,\"naturalWidth\":1024,\"naturalHeight\":683,\"sizeSlug\":\"large\",\"sizeSlugTablet\":\"large\",\"sizeSlugMobile\":\"large\",\"customHeightSetDesktop\":true} -->\n<div class=\"wp-block-uagb-image uagb-block-0285ef8f wp-block-uagb-image--layout-default wp-block-uagb-image--effect-static wp-block-uagb-image--align-none\"><figure class=\"wp-block-uagb-image__figure\"><img srcset=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/bird-1-1024x683.jpg \" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/bird-1-1024x683.jpg\" alt=\"\" class=\"uag-image-1215\" width=\"480\" height=\"500\" title=\"\" loading=\"lazy\"/></figure></div>\n<!-- /wp:uagb/image --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"3c5ebecd\",\"widthDesktop\":25,\"variationSelected\":true,\"widthSetByUser\":true,\"UAGHideMob\":true,\"UAGResponsiveConditions\":true} -->\n<div class=\"wp-block-uagb-container uag-hide-mob uagb-block-3c5ebecd\"><!-- wp:uagb/image {\"block_id\":\"3c26ee26\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/two-happy-boxers-1024x768.jpg\",\"id\":1216,\"linkDestination\":\"none\",\"width\":480,\"height\":500,\"naturalWidth\":1024,\"naturalHeight\":768,\"sizeSlug\":\"large\",\"sizeSlugTablet\":\"large\",\"sizeSlugMobile\":\"large\",\"customHeightSetDesktop\":true} -->\n<div class=\"wp-block-uagb-image uagb-block-3c26ee26 wp-block-uagb-image--layout-default wp-block-uagb-image--effect-static wp-block-uagb-image--align-none\"><figure class=\"wp-block-uagb-image__figure\"><img srcset=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/two-happy-boxers-1024x768.jpg \" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/two-happy-boxers-1024x768.jpg\" alt=\"\" class=\"uag-image-1216\" width=\"480\" height=\"500\" title=\"\" loading=\"lazy\"/></figure></div>\n<!-- /wp:uagb/image --></div>\n<!-- /wp:uagb/container --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"b9d495fa\",\"backgroundType\":\"color\",\"backgroundSizeTablet\":\"cover\",\"backgroundSizeMobile\":\"cover\",\"backgroundColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"topPaddingDesktop\":120,\"bottomPaddingDesktop\":0,\"topPaddingTablet\":80,\"bottomPaddingTablet\":80,\"leftPaddingTablet\":30,\"rightPaddingTablet\":30,\"topPaddingMobile\":80,\"bottomPaddingMobile\":80,\"leftPaddingMobile\":20,\"rightPaddingMobile\":20,\"paddingLink\":false,\"variationSelected\":true,\"rowGapDesktop\":0,\"rowGapTablet\":0,\"isBlockRootParent\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-b9d495fa alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/container {\"block_id\":\"467a80f6\",\"directionDesktop\":\"row\",\"alignItemsDesktop\":\"flex-end\",\"alignItemsTablet\":\"flex-end\",\"justifyContentDesktop\":\"flex-end\",\"justifyContentTablet\":\"space-between\",\"variationSelected\":true,\"rowGapMobile\":30,\"columnGapDesktop\":0} -->\n<div class=\"wp-block-uagb-container uagb-block-467a80f6\"><!-- wp:uagb/advanced-heading {\"block_id\":\"6d424485\",\"classMigrate\":true,\"headingDescToggle\":true,\"subHeadingColor\":\"\",\"headSpace\":20,\"subHeadFontSize\":16} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-6d424485\"><h2 class=\"uagb-heading-text\">Things to do in the area of Magaliesburg<br></h2><p class=\"uagb-desc-text\">Looking for more? Well, we believe that every guest walks into our lodge for the best experience. And, we are determined to do that.</p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/buttons {\"block_id\":\"2134bdbe\",\"classMigrate\":true,\"childMigrate\":true,\"align\":\"right\",\"alignTablet\":\"right\",\"alignMobile\":\"left\",\"gap\":0} -->\n<div class=\"wp-block-uagb-buttons uagb-buttons__outer-wrap uagb-btn__default-btn uagb-btn-tablet__default-btn uagb-btn-mobile__default-btn uagb-block-2134bdbe\"><div class=\"uagb-buttons__wrap uagb-buttons-layout-wrap\"><!-- wp:uagb/buttons-child {\"block_id\":\"54d341fa\",\"label\":\"Get Bookings\",\"link\":\"#\",\"hColor\":\"\",\"borderWidth\":\"\",\"borderRadius\":\"\",\"borderStyle\":\"\",\"borderColor\":\"\",\"borderHColor\":\"\",\"btnBorderTopWidth\":1,\"btnBorderLeftWidth\":1,\"btnBorderRightWidth\":1,\"btnBorderBottomWidth\":1,\"btnBorderTopLeftRadius\":2,\"btnBorderTopRightRadius\":2,\"btnBorderBottomLeftRadius\":2,\"btnBorderBottomRightRadius\":2,\"btnBorderStyle\":\"solid\",\"btnBorderColor\":\"#333\",\"btnBorderHColor\":\"#333\"} -->\n<div class=\"wp-block-uagb-buttons-child uagb-buttons__outer-wrap uagb-block-54d341fa wp-block-button is-style-outline\"><div class=\"uagb-button__wrapper\"><a class=\"uagb-buttons-repeater wp-block-button__link\" href=\"#\" rel=\"follow noopener\" target=\"_self\"><div class=\"uagb-button__link\">Get Bookings</div></a></div></div>\n<!-- /wp:uagb/buttons-child --></div></div>\n<!-- /wp:uagb/buttons --></div>\n<!-- /wp:uagb/container --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"dca86dd7\",\"backgroundType\":\"color\",\"backgroundSizeTablet\":\"cover\",\"backgroundSizeMobile\":\"cover\",\"backgroundColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"topPaddingDesktop\":50,\"bottomPaddingDesktop\":100,\"topPaddingTablet\":50,\"bottomPaddingTablet\":25,\"leftPaddingTablet\":20,\"rightPaddingTablet\":20,\"topPaddingMobile\":50,\"bottomPaddingMobile\":20,\"leftPaddingMobile\":20,\"rightPaddingMobile\":20,\"paddingLink\":false,\"variationSelected\":true,\"rowGapDesktop\":0,\"isBlockRootParent\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-dca86dd7 alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/container {\"block_id\":\"25cb47c3\",\"directionDesktop\":\"row\",\"alignItemsTablet\":\"flex-start\",\"paddingLink\":false,\"topMarginDesktop\":50,\"bottomMarginDesktop\":20,\"leftMarginDesktop\":0,\"rightMarginDesktop\":0,\"marginLink\":false,\"variationSelected\":true,\"rowGapMobile\":65,\"columnGapDesktop\":48,\"columnGapTablet\":20} -->\n<div class=\"wp-block-uagb-container uagb-block-25cb47c3\"><!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"align\":\"center\",\"id\":1222,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image aligncenter size-full\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/41b46e52d7427ea1f6f135454e9a012f.png\" alt=\"\" class=\"wp-image-1222\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"textAlign\":\"center\",\"level\":3} -->\n<h3 class=\"has-text-align-center\">Fishing </h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>The dam has trout (stocked), bass, vlei Kuper and carp. Fly fishers seeking a unique challenge visit our establishment in search of the large &amp; small scale Yellow fish.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:buttons -->\n<div class=\"wp-block-buttons\"><!-- wp:button {\"align\":\"left\"} -->\n<div class=\"wp-block-button alignleft\"><a class=\"wp-block-button__link wp-element-button\" href=\"https://www.sundowner.co.za/rooms/magalies-barbus-haven/\" target=\"_blank\" rel=\"noreferrer noopener\">Barbus Haven</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons -->\n\n<!-- wp:paragraph -->\n<p>The opportunity to fish for Rainbow Trout or the elusive Brown Trout. Kingfisher offers rod hires at their venue. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:buttons -->\n<div class=\"wp-block-buttons\"><!-- wp:button {\"align\":\"left\"} -->\n<div class=\"wp-block-button alignleft\"><a class=\"wp-block-button__link wp-element-button\" href=\"https://www.thekingfisherlodge.co.za/activities/\" target=\"_blank\" rel=\"noreferrer noopener\">Kingfisher</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":1235,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Maseke-MTB-MvZ-3-1024x683-1.png\" alt=\"\" class=\"wp-image-1235\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>Mountain biking </h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>It is a privately owned nature reserve that offers mountain biking.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:spacer {\"height\":\"20px\"} -->\n<div style=\"height:20px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:buttons -->\n<div class=\"wp-block-buttons\"><!-- wp:button -->\n<div class=\"wp-block-button\"><a class=\"wp-block-button__link wp-element-button\" href=\"http://ingwebushcamp.yolasite.com/\" target=\"_blank\" rel=\"noreferrer noopener\">Ingwe Bush Camp&nbsp;</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons -->\n\n<!-- wp:paragraph -->\n<p>With over 80km of trails, Van Gaalen&nbsp;has something to offer for every kind of athlete, from beginner to advanced.<br></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:buttons -->\n<div class=\"wp-block-buttons\"><!-- wp:button -->\n<div class=\"wp-block-button\"><a class=\"wp-block-button__link wp-element-button\" href=\"https://www.vangaalen.co.za/products\" target=\"_blank\" rel=\"noreferrer noopener\">Van Gaalen\'s</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":830,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/ef9d0188da11e2bc56788f5619d9d539.png\" alt=\"\" class=\"wp-image-830\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>Quad biking </h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>We have quads suitable for kiddies, tweens, teens, and adults. We have mini quads and fully automatic 150cc quads.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:spacer {\"height\":\"2px\"} -->\n<div style=\"height:2px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:buttons -->\n<div class=\"wp-block-buttons\"><!-- wp:button -->\n<div class=\"wp-block-button\"><a class=\"wp-block-button__link wp-element-button\" href=\"https://www.saddlecreekadventures.co.za/activity/quad-biking/\" target=\"_blank\" rel=\"noreferrer noopener\">Saddle Creek Ranch</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons -->\n\n<!-- wp:paragraph -->\n<p>A 700-meter monster track, the longest and most exciting track in Gauteng!</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:spacer {\"height\":\"2px\"} -->\n<div style=\"height:2px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:buttons -->\n<div class=\"wp-block-buttons\"><!-- wp:button -->\n<div class=\"wp-block-button\"><a class=\"wp-block-button__link wp-element-button\" href=\"http://www.swartkrans.co.za/\" target=\"_blank\" rel=\"noreferrer noopener\">Swartkrans Go-Karting&nbsp;</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"align\":\"center\",\"id\":1198,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image aligncenter size-full\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/eyJidWNrZXQiOiJhc3NldHMuYWxsdHJhaWxzLmNvbSIsImtleSI6InVwbG9hZHMvcGhvdG8vaW1hZ2UvNDMxNzk4MTAvYjZkYTAz-1.png\" alt=\"\" class=\"wp-image-1198\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>Horse riding </h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Join us for an unforgettable horse riding experience in the peaceful countryside, with beautiful mountain scenery and lovely bush trails.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:buttons -->\n<div class=\"wp-block-buttons\"><!-- wp:button -->\n<div class=\"wp-block-button\"><a class=\"wp-block-button__link wp-element-button\" href=\"https://www.saddlecreekadventures.co.za/activity/horse-riding/\" target=\"_blank\" rel=\"noreferrer noopener\">Saddle Creek Ranch</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":1185,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/49089607_1950305445047847_5177863042771189760_n.png\" alt=\"\" class=\"wp-image-1185\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>Game drives </h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Enjoy a thrilling and educational adventure with our experienced guides.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:spacer {\"height\":\"2px\"} -->\n<div style=\"height:2px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:buttons -->\n<div class=\"wp-block-buttons\"><!-- wp:button -->\n<div class=\"wp-block-button\"><a class=\"wp-block-button__link wp-element-button\" href=\"https://www.rhinolion.co.za/visitors-guide/activity-index/game-drives/\" target=\"_blank\" rel=\"noreferrer noopener\">Rhino &amp; Lion Park</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons -->\n\n<!-- wp:paragraph -->\n<p>Our guided game-viewing drives take place each day in the morning and afternoon, as this is when the animals are most active.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:buttons -->\n<div class=\"wp-block-buttons\"><!-- wp:button -->\n<div class=\"wp-block-button\"><a class=\"wp-block-button__link wp-element-button\" href=\"https://www.africanhillslodge.co.za/experience/\" target=\"_blank\" rel=\"noreferrer noopener\">Askari Game Lodge</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:heading -->\n<h2>Other activites </h2>\n<!-- /wp:heading -->\n\n<!-- wp:uagb/faq {\"block_id\":\"92a6b26d\",\"expandFirstItem\":false,\"boxBgColor\":\"#F5F5F5\",\"borderStyle\":\"\",\"borderWidth\":\"\",\"borderRadius\":\"\",\"borderColor\":\"\",\"vquestionPaddingDesktop\":15,\"hquestionPaddingDesktop\":15,\"iconAlign\":\"row-reverse\",\"schema\":\"{\\u0022@context\\u0022:\\u0022https://schema.org\\u0022,\\u0022@type\\u0022:\\u0022FAQPage\\u0022,\\u0022@id\\u0022:\\u0022https://blueroan.netgen.cloud/amenities/\\u0022,\\u0022mainEntity\\u0022:[{\\u0022@type\\u0022:\\u0022Question\\u0022,\\u0022name\\u0022:\\u0022\\u003cstrong\\u003ePUBS / MICRO BREWERIES\\u003c/strong\\u003e\\u0022,\\u0022acceptedAnswer\\u0022:{\\u0022@type\\u0022:\\u0022Answer\\u0022,\\u0022text\\u0022:\\u0022Black Horse   \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27825613246\\\\\\u0022\\u003e082 561 3246\\u003cbr\\u003e\\u003c/a\\u003eBrauhaus am Dam   \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27878025519\\\\\\u0022\\u003e087 802 5519\\u003c/a\\u003e / \\u003ca href=\\\\\\u0022tel:+27729201742\\\\\\u0022\\u003e072 920 1742\\u003c/a\\u003e\\u003cbr\\u003eHartleys Elephant Bar   \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27145772301\\\\\\u0022\\u003e014 577 2301\\u003cbr\\u003e\\u003c/a\\u003eThatchwood Pub   \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27837091672\\\\\\u0022\\u003e083 709 1672\\u003cbr\\u003e\\u003c/a\\u003eMonate Citrus Kelder   \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27122580712\\\\\\u0022\\u003e012 258 0712\\u003c/a\\u003e\\u0022}},{\\u0022@type\\u0022:\\u0022Question\\u0022,\\u0022name\\u0022:\\u0022\\u003cstrong\\u003eTEA GARDENS / RESTAURANTS   \\u003c/strong\\u003e\\u0022,\\u0022acceptedAnswer\\u0022:{\\u0022@type\\u0022:\\u0022Answer\\u0022,\\u0022text\\u0022:\\u0022Black Horse   \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27825613246\\\\\\u0022\\u003e082 561 3246\\u003cbr\\u003e\\u003c/a\\u003eBrauhaus am Dam   \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27878025519\\\\\\u0022\\u003e087 802 5519\\u003c/a\\u003e / \\u003ca href=\\\\\\u0022tel:+27729201742\\\\\\u0022\\u003e072 920 1742\\u003c/a\\u003e\\u003cbr\\u003eMelon Rouge   \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27796806050\\\\\\u0022\\u003e079 680 6050\\u003cbr\\u003e\\u003c/a\\u003eMount Grace Hotel   \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27145775600\\\\\\u0022\\u003e014 577 5600\\u003cbr\\u003e\\u003c/a\\u003eValley Lodge Hotel   \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27145771301\\\\\\u0022\\u003e014 577 1301\\u003cbr\\u003e\\u003c/a\\u003eLa Classique Ristorante   \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27145774006\\\\\\u0022\\u003e014 577 4006\\u003c/a\\u003e\\u0022}},{\\u0022@type\\u0022:\\u0022Question\\u0022,\\u0022name\\u0022:\\u0022\\u003cstrong\\u003eSHOPPING\\u003c/strong\\u003e  \\u0022,\\u0022acceptedAnswer\\u0022:{\\u0022@type\\u0022:\\u0022Answer\\u0022,\\u0022text\\u0022:\\u0022If Only Antiques    \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27827878825\\\\\\u0022\\u003e082 787 8825\\u003cbr\\u003e\\u003c/a\\u003ePuss in Boots   \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27145773562\\\\\\u0022\\u003e014 577 3562\\u003c/a\\u003e\\u0022}},{\\u0022@type\\u0022:\\u0022Question\\u0022,\\u0022name\\u0022:\\u0022\\u003cstrong\\u003eSPORTS \\u0026amp; ADVENTURE\\u003c/strong\\u003e\\u0022,\\u0022acceptedAnswer\\u0022:{\\u0022@type\\u0022:\\u0022Answer\\u0022,\\u0022text\\u0022:\\u0022Tandem Paragliding flips  \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27823221824\\\\\\u0022\\u003e0823221824\\u003c/a\\u003e\\u003cbr\\u003eMountain Sanctuary Park   \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27145340114\\\\\\u0022\\u003e014 534 0114\\u003cbr\\u003e\\u003c/a\\u003eBill Harrops Original Balloon Safaris   \\u003ca href=\\\\\\u0022tel:+27145771733\\\\\\u0022\\u003e014 577 1733\\u003c/a\\u003e / \\u003ca href=\\\\\\u0022tel:+27837520036\\\\\\u0022\\u003e083 752 0036\\u003c/a\\u003e\\u003cbr\\u003ePecanwood Golf Course   \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27122440112\\\\\\u0022\\u003e012 244 0112\\u003cbr\\u003e\\u003c/a\\u003eAir Ventures Hot Air Balloons   \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27117935782\\\\\\u0022\\u003e011 793 5782\\u003cbr\\u003e\\u003c/a\\u003eGliding   \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27835266966\\\\\\u0022\\u003e083 526 6966\\u003cbr\\u003e\\u003c/a\\u003eMagaliesberg Canopy Tours   \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27145350150\\\\\\u0022\\u003e014 535 0150\\u003cbr\\u003e\\u003c/a\\u003eWild Cave Adventures   \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27824862464\\\\\\u0022\\u003e082 486 2464\\u003cbr\\u003e\\u003c/a\\u003eMiracle Waters Dive Gateway   \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27832359840\\\\\\u0022\\u003e083 235 9840\\u003c/a\\u003e\\u0022}},{\\u0022@type\\u0022:\\u0022Question\\u0022,\\u0022name\\u0022:\\u0022\\u003cstrong\\u003ePLACES OF INTEREST\\u003c/strong\\u003e\\u0022,\\u0022acceptedAnswer\\u0022:{\\u0022@type\\u0022:\\u0022Answer\\u0022,\\u0022text\\u0022:\\u0022Maropeng Visitors Centre   \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27145779000\\\\\\u0022\\u003e014 577 9000\\u003cbr\\u003e\\u003c/a\\u003eSterkfontein Caves   \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27116683200\\\\\\u0022\\u003e011 668 3200\\u003cbr\\u003e\\u003c/a\\u003eBlaaubank Gold Mine   \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27825673111\\\\\\u0022\\u003e082 567 3111\\u003cbr\\u003e\\u003c/a\\u003eVan Gaalen Cheese Farm   \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27122071289\\\\\\u0022\\u003e012 207 1289\\u003cbr\\u003e\\u003c/a\\u003eHartebeespoort Cableway   \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27722412654\\\\\\u0022\\u003e072 241 2654\\u003cbr\\u003e\\u003c/a\\u003eElephant Sanctuary             \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27122580423\\\\\\u0022\\u003e012 258 0423\\u003cbr\\u003e\\u003c/a\\u003eTeam Gel   \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27114622894\\\\\\u0022\\u003e011 462 2894\\u003c/a\\u003e / \\u003ca href=\\\\\\u0022tel:+27833207623\\\\\\u0022\\u003e083 320 7623\\u003c/a\\u003e\\u003cbr\\u003eMonate Citrus Kelder   \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27122580712\\\\\\u0022\\u003e012 258 0712\\u003cbr\\u003e\\u003c/a\\u003eLiving Jewels   \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27119566444\\\\\\u0022\\u003e011 956 6444\\u003cbr\\u003e\\u003c/a\\u003eBlaaubank Candle Dipping   \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27145774609\\\\\\u0022\\u003e014 577 4609\\u003cbr\\u003e\\u003c/a\\u003eVeggie Picking \\u0026amp; Strawberry Picking \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27122071116\\\\\\u0022\\u003e012 207 1116\\u003c/a\\u003e\\u0022}}]}\",\"questionLeftPaddingDesktop\":15,\"questionBottomPaddingDesktop\":15,\"answerTopPadding\":0,\"answerRightPadding\":15,\"answerBottomPadding\":15,\"answerLeftPadding\":15,\"answerTopPaddingTablet\":10,\"answerRightPaddingTablet\":10,\"answerBottomPaddingTablet\":10,\"answerLeftPaddingTablet\":10,\"answerTopPaddingMobile\":10,\"answerRightPaddingMobile\":10,\"answerBottomPaddingMobile\":10,\"answerLeftPaddingMobile\":10,\"overallBorderTopWidth\":1,\"overallBorderLeftWidth\":1,\"overallBorderRightWidth\":1,\"overallBorderBottomWidth\":1,\"overallBorderTopLeftRadius\":2,\"overallBorderTopRightRadius\":2,\"overallBorderBottomLeftRadius\":2,\"overallBorderBottomRightRadius\":2,\"overallBorderStyle\":\"none\",\"overallBorderColor\":\"#D2D2D2\"} -->\n<div class=\"wp-block-uagb-faq uagb-faq__outer-wrap uagb-block-92a6b26d uagb-faq-icon-row-reverse uagb-faq-layout-accordion uagb-faq-expand-first-false uagb-faq-inactive-other-true uagb-faq__wrap uagb-buttons-layout-wrap uagb-faq-equal-height\" data-faqtoggle=\"true\" role=\"tablist\"><!-- wp:uagb/faq-child {\"block_id\":\"dd0a3d2a\",\"question\":\"\\u003cstrong\\u003ePUBS / MICRO BREWERIES\\u003c/strong\\u003e\",\"answer\":\"Black Horse   \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27825613246\\u0022\\u003e082 561 3246\\u003cbr\\u003e\\u003c/a\\u003eBrauhaus am Dam   \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27878025519\\u0022\\u003e087 802 5519\\u003c/a\\u003e / \\u003ca href=\\u0022tel:+27729201742\\u0022\\u003e072 920 1742\\u003c/a\\u003e\\u003cbr\\u003eHartleys Elephant Bar   \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27145772301\\u0022\\u003e014 577 2301\\u003cbr\\u003e\\u003c/a\\u003eThatchwood Pub   \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27837091672\\u0022\\u003e083 709 1672\\u003cbr\\u003e\\u003c/a\\u003eMonate Citrus Kelder   \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27122580712\\u0022\\u003e012 258 0712\\u003c/a\\u003e\"} -->\n<div class=\"wp-block-uagb-faq-child uagb-faq-child__outer-wrap uagb-faq-item uagb-block-dd0a3d2a\" role=\"tab\" tabindex=\"0\"><div class=\"uagb-faq-questions-button uagb-faq-questions\"><span class=\"uagb-icon uagb-faq-icon-wrap\"><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 448 512\"><path d=\"M432 256c0 17.69-14.33 32.01-32 32.01H256v144c0 17.69-14.33 31.99-32 31.99s-32-14.3-32-31.99v-144H48c-17.67 0-32-14.32-32-32.01s14.33-31.99 32-31.99H192v-144c0-17.69 14.33-32.01 32-32.01s32 14.32 32 32.01v144h144C417.7 224 432 238.3 432 256z\"></path></svg></span><span class=\"uagb-icon-active uagb-faq-icon-wrap\"><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 448 512\"><path d=\"M400 288h-352c-17.69 0-32-14.32-32-32.01s14.31-31.99 32-31.99h352c17.69 0 32 14.3 32 31.99S417.7 288 400 288z\"></path></svg></span><span class=\"uagb-question\"><strong>PUBS / MICRO BREWERIES</strong></span></div><p class=\"uagb-faq-content\">Black Horse   <br><a href=\"tel:+27825613246\">082 561 3246<br></a>Brauhaus am Dam   <br><a href=\"tel:+27878025519\">087 802 5519</a> / <a href=\"tel:+27729201742\">072 920 1742</a><br>Hartleys Elephant Bar   <br><a href=\"tel:+27145772301\">014 577 2301<br></a>Thatchwood Pub   <br><a href=\"tel:+27837091672\">083 709 1672<br></a>Monate Citrus Kelder   <br><a href=\"tel:+27122580712\">012 258 0712</a></p></div>\n<!-- /wp:uagb/faq-child -->\n\n<!-- wp:uagb/faq-child {\"block_id\":\"cdeb13b7\",\"question\":\"\\u003cstrong\\u003eTEA GARDENS / RESTAURANTS   \\u003c/strong\\u003e\",\"answer\":\"Black Horse   \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27825613246\\u0022\\u003e082 561 3246\\u003cbr\\u003e\\u003c/a\\u003eBrauhaus am Dam   \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27878025519\\u0022\\u003e087 802 5519\\u003c/a\\u003e / \\u003ca href=\\u0022tel:+27729201742\\u0022\\u003e072 920 1742\\u003c/a\\u003e\\u003cbr\\u003eMelon Rouge   \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27796806050\\u0022\\u003e079 680 6050\\u003cbr\\u003e\\u003c/a\\u003eMount Grace Hotel   \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27145775600\\u0022\\u003e014 577 5600\\u003cbr\\u003e\\u003c/a\\u003eValley Lodge Hotel   \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27145771301\\u0022\\u003e014 577 1301\\u003cbr\\u003e\\u003c/a\\u003eLa Classique Ristorante   \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27145774006\\u0022\\u003e014 577 4006\\u003c/a\\u003e\"} -->\n<div class=\"wp-block-uagb-faq-child uagb-faq-child__outer-wrap uagb-faq-item uagb-block-cdeb13b7\" role=\"tab\" tabindex=\"0\"><div class=\"uagb-faq-questions-button uagb-faq-questions\"><span class=\"uagb-icon uagb-faq-icon-wrap\"><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 448 512\"><path d=\"M432 256c0 17.69-14.33 32.01-32 32.01H256v144c0 17.69-14.33 31.99-32 31.99s-32-14.3-32-31.99v-144H48c-17.67 0-32-14.32-32-32.01s14.33-31.99 32-31.99H192v-144c0-17.69 14.33-32.01 32-32.01s32 14.32 32 32.01v144h144C417.7 224 432 238.3 432 256z\"></path></svg></span><span class=\"uagb-icon-active uagb-faq-icon-wrap\"><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 448 512\"><path d=\"M400 288h-352c-17.69 0-32-14.32-32-32.01s14.31-31.99 32-31.99h352c17.69 0 32 14.3 32 31.99S417.7 288 400 288z\"></path></svg></span><span class=\"uagb-question\"><strong>TEA GARDENS / RESTAURANTS   </strong></span></div><p class=\"uagb-faq-content\">Black Horse   <br><a href=\"tel:+27825613246\">082 561 3246<br></a>Brauhaus am Dam   <br><a href=\"tel:+27878025519\">087 802 5519</a> / <a href=\"tel:+27729201742\">072 920 1742</a><br>Melon Rouge   <br><a href=\"tel:+27796806050\">079 680 6050<br></a>Mount Grace Hotel   <br><a href=\"tel:+27145775600\">014 577 5600<br></a>Valley Lodge Hotel   <br><a href=\"tel:+27145771301\">014 577 1301<br></a>La Classique Ristorante   <br><a href=\"tel:+27145774006\">014 577 4006</a></p></div>\n<!-- /wp:uagb/faq-child -->\n\n<!-- wp:uagb/faq-child {\"block_id\":\"37c7351a\",\"question\":\"\\u003cstrong\\u003eSHOPPING\\u003c/strong\\u003e  \",\"answer\":\"If Only Antiques    \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27827878825\\u0022\\u003e082 787 8825\\u003cbr\\u003e\\u003c/a\\u003ePuss in Boots   \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27145773562\\u0022\\u003e014 577 3562\\u003c/a\\u003e\"} -->\n<div class=\"wp-block-uagb-faq-child uagb-faq-child__outer-wrap uagb-faq-item uagb-block-37c7351a\" role=\"tab\" tabindex=\"0\"><div class=\"uagb-faq-questions-button uagb-faq-questions\"><span class=\"uagb-icon uagb-faq-icon-wrap\"><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 448 512\"><path d=\"M432 256c0 17.69-14.33 32.01-32 32.01H256v144c0 17.69-14.33 31.99-32 31.99s-32-14.3-32-31.99v-144H48c-17.67 0-32-14.32-32-32.01s14.33-31.99 32-31.99H192v-144c0-17.69 14.33-32.01 32-32.01s32 14.32 32 32.01v144h144C417.7 224 432 238.3 432 256z\"></path></svg></span><span class=\"uagb-icon-active uagb-faq-icon-wrap\"><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 448 512\"><path d=\"M400 288h-352c-17.69 0-32-14.32-32-32.01s14.31-31.99 32-31.99h352c17.69 0 32 14.3 32 31.99S417.7 288 400 288z\"></path></svg></span><span class=\"uagb-question\"><strong>SHOPPING</strong>  </span></div><p class=\"uagb-faq-content\">If Only Antiques    <br><a href=\"tel:+27827878825\">082 787 8825<br></a>Puss in Boots   <br><a href=\"tel:+27145773562\">014 577 3562</a></p></div>\n<!-- /wp:uagb/faq-child -->\n\n<!-- wp:uagb/faq-child {\"block_id\":\"a7b58288\",\"question\":\"\\u003cstrong\\u003eSPORTS \\u0026amp; ADVENTURE\\u003c/strong\\u003e\",\"answer\":\"Tandem Paragliding flips  \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27823221824\\u0022\\u003e0823221824\\u003c/a\\u003e\\u003cbr\\u003eMountain Sanctuary Park   \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27145340114\\u0022\\u003e014 534 0114\\u003cbr\\u003e\\u003c/a\\u003eBill Harrops Original Balloon Safaris   \\u003ca href=\\u0022tel:+27145771733\\u0022\\u003e014 577 1733\\u003c/a\\u003e / \\u003ca href=\\u0022tel:+27837520036\\u0022\\u003e083 752 0036\\u003c/a\\u003e\\u003cbr\\u003ePecanwood Golf Course   \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27122440112\\u0022\\u003e012 244 0112\\u003cbr\\u003e\\u003c/a\\u003eAir Ventures Hot Air Balloons   \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27117935782\\u0022\\u003e011 793 5782\\u003cbr\\u003e\\u003c/a\\u003eGliding   \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27835266966\\u0022\\u003e083 526 6966\\u003cbr\\u003e\\u003c/a\\u003eMagaliesberg Canopy Tours   \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27145350150\\u0022\\u003e014 535 0150\\u003cbr\\u003e\\u003c/a\\u003eWild Cave Adventures   \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27824862464\\u0022\\u003e082 486 2464\\u003cbr\\u003e\\u003c/a\\u003eMiracle Waters Dive Gateway   \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27832359840\\u0022\\u003e083 235 9840\\u003c/a\\u003e\"} -->\n<div class=\"wp-block-uagb-faq-child uagb-faq-child__outer-wrap uagb-faq-item uagb-block-a7b58288\" role=\"tab\" tabindex=\"0\"><div class=\"uagb-faq-questions-button uagb-faq-questions\"><span class=\"uagb-icon uagb-faq-icon-wrap\"><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 448 512\"><path d=\"M432 256c0 17.69-14.33 32.01-32 32.01H256v144c0 17.69-14.33 31.99-32 31.99s-32-14.3-32-31.99v-144H48c-17.67 0-32-14.32-32-32.01s14.33-31.99 32-31.99H192v-144c0-17.69 14.33-32.01 32-32.01s32 14.32 32 32.01v144h144C417.7 224 432 238.3 432 256z\"></path></svg></span><span class=\"uagb-icon-active uagb-faq-icon-wrap\"><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 448 512\"><path d=\"M400 288h-352c-17.69 0-32-14.32-32-32.01s14.31-31.99 32-31.99h352c17.69 0 32 14.3 32 31.99S417.7 288 400 288z\"></path></svg></span><span class=\"uagb-question\"><strong>SPORTS &amp; ADVENTURE</strong></span></div><p class=\"uagb-faq-content\">Tandem Paragliding flips  <br><a href=\"tel:+27823221824\">0823221824</a><br>Mountain Sanctuary Park   <br><a href=\"tel:+27145340114\">014 534 0114<br></a>Bill Harrops Original Balloon Safaris   <a href=\"tel:+27145771733\">014 577 1733</a> / <a href=\"tel:+27837520036\">083 752 0036</a><br>Pecanwood Golf Course   <br><a href=\"tel:+27122440112\">012 244 0112<br></a>Air Ventures Hot Air Balloons   <br><a href=\"tel:+27117935782\">011 793 5782<br></a>Gliding   <br><a href=\"tel:+27835266966\">083 526 6966<br></a>Magaliesberg Canopy Tours   <br><a href=\"tel:+27145350150\">014 535 0150<br></a>Wild Cave Adventures   <br><a href=\"tel:+27824862464\">082 486 2464<br></a>Miracle Waters Dive Gateway   <br><a href=\"tel:+27832359840\">083 235 9840</a></p></div>\n<!-- /wp:uagb/faq-child -->\n\n<!-- wp:uagb/faq-child {\"block_id\":\"e4f14dcb\",\"question\":\"\\u003cstrong\\u003ePLACES OF INTEREST\\u003c/strong\\u003e\",\"answer\":\"Maropeng Visitors Centre   \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27145779000\\u0022\\u003e014 577 9000\\u003cbr\\u003e\\u003c/a\\u003eSterkfontein Caves   \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27116683200\\u0022\\u003e011 668 3200\\u003cbr\\u003e\\u003c/a\\u003eBlaaubank Gold Mine   \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27825673111\\u0022\\u003e082 567 3111\\u003cbr\\u003e\\u003c/a\\u003eVan Gaalen Cheese Farm   \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27122071289\\u0022\\u003e012 207 1289\\u003cbr\\u003e\\u003c/a\\u003eHartebeespoort Cableway   \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27722412654\\u0022\\u003e072 241 2654\\u003cbr\\u003e\\u003c/a\\u003eElephant Sanctuary             \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27122580423\\u0022\\u003e012 258 0423\\u003cbr\\u003e\\u003c/a\\u003eTeam Gel   \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27114622894\\u0022\\u003e011 462 2894\\u003c/a\\u003e / \\u003ca href=\\u0022tel:+27833207623\\u0022\\u003e083 320 7623\\u003c/a\\u003e\\u003cbr\\u003eMonate Citrus Kelder   \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27122580712\\u0022\\u003e012 258 0712\\u003cbr\\u003e\\u003c/a\\u003eLiving Jewels   \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27119566444\\u0022\\u003e011 956 6444\\u003cbr\\u003e\\u003c/a\\u003eBlaaubank Candle Dipping   \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27145774609\\u0022\\u003e014 577 4609\\u003cbr\\u003e\\u003c/a\\u003eVeggie Picking \\u0026amp; Strawberry Picking \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27122071116\\u0022\\u003e012 207 1116\\u003c/a\\u003e\"} -->\n<div class=\"wp-block-uagb-faq-child uagb-faq-child__outer-wrap uagb-faq-item uagb-block-e4f14dcb\" role=\"tab\" tabindex=\"0\"><div class=\"uagb-faq-questions-button uagb-faq-questions\"><span class=\"uagb-icon uagb-faq-icon-wrap\"><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 448 512\"><path d=\"M432 256c0 17.69-14.33 32.01-32 32.01H256v144c0 17.69-14.33 31.99-32 31.99s-32-14.3-32-31.99v-144H48c-17.67 0-32-14.32-32-32.01s14.33-31.99 32-31.99H192v-144c0-17.69 14.33-32.01 32-32.01s32 14.32 32 32.01v144h144C417.7 224 432 238.3 432 256z\"></path></svg></span><span class=\"uagb-icon-active uagb-faq-icon-wrap\"><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 448 512\"><path d=\"M400 288h-352c-17.69 0-32-14.32-32-32.01s14.31-31.99 32-31.99h352c17.69 0 32 14.3 32 31.99S417.7 288 400 288z\"></path></svg></span><span class=\"uagb-question\"><strong>PLACES OF INTEREST</strong></span></div><p class=\"uagb-faq-content\">Maropeng Visitors Centre   <br><a href=\"tel:+27145779000\">014 577 9000<br></a>Sterkfontein Caves   <br><a href=\"tel:+27116683200\">011 668 3200<br></a>Blaaubank Gold Mine   <br><a href=\"tel:+27825673111\">082 567 3111<br></a>Van Gaalen Cheese Farm   <br><a href=\"tel:+27122071289\">012 207 1289<br></a>Hartebeespoort Cableway   <br><a href=\"tel:+27722412654\">072 241 2654<br></a>Elephant Sanctuary             <br><a href=\"tel:+27122580423\">012 258 0423<br></a>Team Gel   <br><a href=\"tel:+27114622894\">011 462 2894</a> / <a href=\"tel:+27833207623\">083 320 7623</a><br>Monate Citrus Kelder   <br><a href=\"tel:+27122580712\">012 258 0712<br></a>Living Jewels   <br><a href=\"tel:+27119566444\">011 956 6444<br></a>Blaaubank Candle Dipping   <br><a href=\"tel:+27145774609\">014 577 4609<br></a>Veggie Picking &amp; Strawberry Picking <br><a href=\"tel:+27122071116\">012 207 1116</a></p></div>\n<!-- /wp:uagb/faq-child --></div>\n<!-- /wp:uagb/faq --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"98e0a954\",\"innerContentCustomWidthDesktop\":781,\"innerContentCustomWidthTablet\":781,\"backgroundType\":\"image\",\"backgroundImageDesktop\":{\"id\":54,\"title\":\"background-img\",\"filename\":\"background-img-1.jpg\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/background-img-1.jpg\",\"link\":\"https://blueroan.netgen.cloud/background-img-2/\",\"alt\":\"\",\"author\":\"34\",\"description\":\"\",\"caption\":\"\",\"name\":\"background-img-2\",\"status\":\"inherit\",\"uploadedTo\":0,\"date\":\"2021-05-07T10:11:37.000Z\",\"modified\":\"2021-05-07T10:11:37.000Z\",\"menuOrder\":0,\"mime\":\"image/jpeg\",\"type\":\"image\",\"subtype\":\"jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/default.png\",\"dateFormatted\":\"May 7, 2021\",\"nonces\":{\"update\":\"bb999636b9\",\"delete\":\"d2e1375bc4\",\"edit\":\"005dd2f0c9\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=54\\u0026action=edit\",\"meta\":false,\"authorName\":\"Rishabh\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/user-edit.php?user_id=34\",\"filesizeInBytes\":338858,\"filesizeHumanReadable\":\"331 KB\",\"context\":\"\",\"height\":1080,\"width\":1920,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/background-img-1-150x150.jpg\",\"orientation\":\"landscape\"},\"medium\":{\"height\":169,\"width\":300,\"url\":\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/background-img-1-300x169.jpg\",\"orientation\":\"landscape\"},\"large\":{\"height\":576,\"width\":1024,\"url\":\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/background-img-1-1024x576.jpg\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/background-img-1.jpg\",\"height\":1080,\"width\":1920,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"backgroundImageColor\":\"rgba(42,42,42,0.65)\",\"topPaddingDesktop\":144,\"bottomPaddingDesktop\":144,\"leftPaddingDesktop\":40,\"rightPaddingDesktop\":40,\"topPaddingTablet\":80,\"bottomPaddingTablet\":80,\"leftPaddingTablet\":40,\"rightPaddingTablet\":40,\"topPaddingMobile\":64,\"bottomPaddingMobile\":64,\"leftPaddingMobile\":24,\"rightPaddingMobile\":24,\"paddingLink\":false,\"variationSelected\":true,\"isBlockRootParent\":true,\"overlayType\":\"color\"} -->\n<div class=\"wp-block-uagb-container uagb-block-98e0a954 alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/advanced-heading {\"block_id\":\"f12f0794\",\"classMigrate\":true,\"headingDescToggle\":true,\"headingAlign\":\"center\",\"headingColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"subHeadingColor\":\"var(\\u002d\\u002dast-global-color-4)\",\"headSpace\":20} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-f12f0794\"><h2 class=\"uagb-heading-text\">Plan an Unforgettable Experience in Mykonos Today!</h2><p class=\"uagb-desc-text\">We can help you fit your stay and experience within your allotted budget.</p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/advanced-heading {\"block_id\":\"dafd5803\",\"classMigrate\":true,\"headingTitleToggle\":false,\"headingDescToggle\":true,\"headingAlign\":\"center\",\"subHeadingColor\":\"var(\\u002d\\u002dast-global-color-4)\",\"subHeadTransform\":\"uppercase\",\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"subHeadLetterSpacing\":2,\"blockTopPadding\":60,\"blockRightPadding\":0,\"blockLeftPadding\":0,\"blockBottomPadding\":0,\"blockTopPaddingMobile\":30,\"blockRightPaddingMobile\":0,\"blockLeftPaddingMobile\":0,\"blockBottomPaddingMobile\":0} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-dafd5803\"><p class=\"uagb-desc-text\">BOOK YOUR STAY NOW​</p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/icon-list {\"block_id\":\"d1715b93\",\"classMigrate\":true,\"childMigrate\":true,\"align\":\"center\",\"parentIcon\":\"phone\",\"size\":40,\"sizeMobile\":24,\"sizeTablet\":32,\"fontSize\":48,\"fontSizeMobile\":28,\"fontSizeTablet\":40,\"fontWeight\":\"600\",\"iconColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"labelColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"blockTopPadding\":0,\"blockRightPadding\":0,\"blockLeftPadding\":0,\"blockBottomPadding\":24,\"blockPaddingLink\":false} -->\n<div class=\"wp-block-uagb-icon-list uagb-block-d1715b93\"><div class=\"uagb-icon-list__wrap\"><!-- wp:uagb/icon-list-child {\"block_id\":\"0a88b7a3\",\"label\":\"+1-123 456 7890​\",\"label_color\":\"\",\"fromParentIcon\":\"phone\",\"imageSizeChild\":40} -->\n<div class=\"wp-block-uagb-icon-list-child uagb-block-0a88b7a3\"><span class=\"uagb-icon-list__source-wrap\"><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M511.2 387l-23.25 100.8c-3.266 14.25-15.79 24.22-30.46 24.22C205.2 512 0 306.8 0 54.5c0-14.66 9.969-27.2 24.22-30.45l100.8-23.25C139.7-2.602 154.7 5.018 160.8 18.92l46.52 108.5c5.438 12.78 1.77 27.67-8.98 36.45L144.5 207.1c33.98 69.22 90.26 125.5 159.5 159.5l44.08-53.8c8.688-10.78 23.69-14.51 36.47-8.975l108.5 46.51C506.1 357.2 514.6 372.4 511.2 387z\"></path></svg></span><span class=\"uagb-icon-list__label\">+1-123 456 7890​</span></div>\n<!-- /wp:uagb/icon-list-child --></div></div>\n<!-- /wp:uagb/icon-list --></div></div>\n<!-- /wp:uagb/container -->',	'Amenities',	'',	'inherit',	'closed',	'closed',	'',	'762-revision-v1',	'',	'',	'2022-12-15 13:16:23',	'2022-12-15 13:16:23',	'',	762,	'https://blueroan.netgen.cloud/?p=1264',	0,	'revision',	'',	0),
(1265,	2,	'2022-12-15 13:18:50',	'2022-12-15 13:18:50',	'<!-- wp:uagb/container {\"block_id\":\"35a790e3\",\"backgroundType\":\"image\",\"backgroundImageDesktop\":{\"id\":1007,\"title\":\"AAEAAQAAAAAAAAAAAAAAJDg5NmY0ZGUxLWE4MTgtNDY5NC1iODFhLTBmN2Q0ZDc5ZWFiNw-1\",\"filename\":\"AAEAAQAAAAAAAAAAAAAAJDg5NmY0ZGUxLWE4MTgtNDY5NC1iODFhLTBmN2Q0ZDc5ZWFiNw-1.png\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAAJDg5NmY0ZGUxLWE4MTgtNDY5NC1iODFhLTBmN2Q0ZDc5ZWFiNw-1.png\",\"link\":\"https://blueroan.netgen.cloud/the-barn/aaeaaqaaaaaaaaaaaaaajdg5nmy0zguxlwe4mtgtndy5nc1iodfhltbmn2q0zdc5zwfinw-1/\",\"alt\":\"\",\"author\":\"2\",\"description\":\"\",\"caption\":\"\",\"name\":\"aaeaaqaaaaaaaaaaaaaajdg5nmy0zguxlwe4mtgtndy5nc1iodfhltbmn2q0zdc5zwfinw-1\",\"status\":\"inherit\",\"uploadedTo\":948,\"date\":\"2022-12-14T10:50:25.000Z\",\"modified\":\"2022-12-14T10:50:25.000Z\",\"menuOrder\":0,\"mime\":\"image/png\",\"type\":\"image\",\"subtype\":\"png\",\"icon\":\"https://blueroan.netgen.cloud/wp-includes/images/media/default.png\",\"dateFormatted\":\"December 14, 2022\",\"nonces\":{\"update\":\"483f8bdf3d\",\"delete\":\"0a7ebc92ef\",\"edit\":\"6bc1c6a685\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=1007\\u0026action=edit\",\"meta\":false,\"authorName\":\"Netgen Support\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/profile.php\",\"uploadedToTitle\":\"The Barn\",\"uploadedToLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=948\\u0026action=edit\",\"filesizeInBytes\":1348989,\"filesizeHumanReadable\":\"1 MB\",\"context\":\"\",\"height\":667,\"width\":1000,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAAJDg5NmY0ZGUxLWE4MTgtNDY5NC1iODFhLTBmN2Q0ZDc5ZWFiNw-1-150x150.png\",\"orientation\":\"landscape\"},\"medium\":{\"height\":200,\"width\":300,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAAJDg5NmY0ZGUxLWE4MTgtNDY5NC1iODFhLTBmN2Q0ZDc5ZWFiNw-1-300x200.png\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAAJDg5NmY0ZGUxLWE4MTgtNDY5NC1iODFhLTBmN2Q0ZDc5ZWFiNw-1.png\",\"height\":667,\"width\":1000,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"backgroundPositionDesktop\":{\"x\":0.61,\"y\":0.52},\"backgroundSizeTablet\":\"cover\",\"backgroundSizeMobile\":\"cover\",\"backgroundColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"backgroundImageColor\":\"rgba(42,42,42,0.5)\",\"topPaddingDesktop\":220,\"bottomPaddingDesktop\":150,\"topPaddingTablet\":170,\"bottomPaddingTablet\":160,\"leftPaddingTablet\":30,\"rightPaddingTablet\":30,\"topPaddingMobile\":180,\"bottomPaddingMobile\":80,\"leftPaddingMobile\":20,\"rightPaddingMobile\":20,\"paddingLink\":false,\"variationSelected\":true,\"isBlockRootParent\":true,\"overlayType\":\"color\"} -->\n<div class=\"wp-block-uagb-container uagb-block-35a790e3 alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/advanced-heading {\"block_id\":\"3aa2105c\",\"classMigrate\":true,\"headingDescToggle\":true,\"headingColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"subHeadingColor\":\"var(\\u002d\\u002dast-global-color-4)\",\"headingTag\":\"h1\",\"headSpace\":20,\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"blockTopPadding\":0,\"blockRightPadding\":50,\"blockLeftPadding\":0,\"blockBottomPadding\":0,\"blockTopPaddingTablet\":0,\"blockRightPaddingTablet\":20,\"blockLeftPaddingTablet\":0,\"blockBottomPaddingTablet\":0,\"blockTopPaddingMobile\":0,\"blockRightPaddingMobile\":0,\"blockLeftPaddingMobile\":0,\"blockBottomPaddingMobile\":0,\"blockPaddingUnit\":\"%\",\"blockPaddingUnitTablet\":\"%\"} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-3aa2105c\"><h1 class=\"uagb-heading-text\">Amenities &amp; Interests​</h1><p class=\"uagb-desc-text\">We do not give you just rooms to stay in. We give you an environment where you can experience the best while on a holiday with us. </p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:buttons -->\n<div class=\"wp-block-buttons\"><!-- wp:button -->\n<div class=\"wp-block-button\"><a class=\"wp-block-button__link wp-element-button\" href=\"https://book.nightsbridge.com/11065\" target=\"_blank\" rel=\"noreferrer noopener\">BOOK NOW</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"dcc1fa7c\",\"backgroundType\":\"color\",\"backgroundSizeTablet\":\"cover\",\"backgroundSizeMobile\":\"cover\",\"backgroundColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"topPaddingDesktop\":50,\"bottomPaddingDesktop\":100,\"topPaddingTablet\":50,\"bottomPaddingTablet\":25,\"leftPaddingTablet\":20,\"rightPaddingTablet\":20,\"topPaddingMobile\":50,\"bottomPaddingMobile\":20,\"leftPaddingMobile\":20,\"rightPaddingMobile\":20,\"paddingLink\":false,\"variationSelected\":true,\"rowGapDesktop\":0,\"isBlockRootParent\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-dcc1fa7c alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/container {\"block_id\":\"1f70b9d9\",\"directionDesktop\":\"row\",\"alignItemsTablet\":\"flex-start\",\"paddingLink\":false,\"topMarginDesktop\":50,\"bottomMarginDesktop\":20,\"leftMarginDesktop\":0,\"rightMarginDesktop\":0,\"marginLink\":false,\"variationSelected\":true,\"rowGapMobile\":65,\"columnGapDesktop\":48,\"columnGapTablet\":20} -->\n<div class=\"wp-block-uagb-container uagb-block-1f70b9d9\"><!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"align\":\"center\",\"id\":828,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image aligncenter size-full\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Blue-Roan-pool.png\" alt=\"Blue Roan\'s rock pool\" class=\"wp-image-828\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>A relaxing rock Pool​</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>We have a lovely sparkling blue rock pool next to a thatched Lapa. &nbsp;&nbsp;Lie on recliners on the green lawn or sit on the swing chair in the Lapa and enjoy the panoramic view of the Magaliesberg mountain range.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":829,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/img-20160605-wa0002-largejpg.png\" alt=\"\" class=\"wp-image-829\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>Braai facilities </h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>What can compare to a burning fire under the star-lit African sky? Nothing beats the flavor of cooking over an open flame.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":830,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/ef9d0188da11e2bc56788f5619d9d539.png\" alt=\"\" class=\"wp-image-830\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>A games room </h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>The reception is also a games room for those who enjoy darts or playing pool. &nbsp;Take a selection of DVDs back to your room and watch movies on your own DVD player. &nbsp;There is also a selection of board games and music CDs that you can borrow.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"align\":\"center\",\"id\":1198,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image aligncenter size-full\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/eyJidWNrZXQiOiJhc3NldHMuYWxsdHJhaWxzLmNvbSIsImtleSI6InVwbG9hZHMvcGhvdG8vaW1hZ2UvNDMxNzk4MTAvYjZkYTAz-1.png\" alt=\"\" class=\"wp-image-1198\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>Walking or hiking </h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>There is a well-kept walking trail on our property with plenty of bird life and some benches along the way. &nbsp;It is safe for dogs to run off-leash as it is completely fenced all around. &nbsp;For those who enjoy long walks and hikes, it is safe to cross onto neighbouring farms and go as far as the eye can see.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":1185,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/49089607_1950305445047847_5177863042771189760_n.png\" alt=\"\" class=\"wp-image-1185\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>Mountain biking </h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Bring your mountain bikes and explore the surrounding countryside on safe off-road tracks on our property and on neighbouring farms.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":1196,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Michelle_1.png\" alt=\"\" class=\"wp-image-1196\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>Horse riding </h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Interested riders can book at one of the recommended horse-riding establishments listed further down this page.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"a2d27505\",\"innerContentWidth\":\"alignfull\",\"directionDesktop\":\"row\",\"wrapTablet\":\"wrap\",\"variationSelected\":true,\"rowGapTablet\":0,\"columnGapDesktop\":0,\"isBlockRootParent\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-a2d27505 alignfull uagb-is-root-container\"><!-- wp:uagb/container {\"block_id\":\"99087ac0\",\"widthDesktop\":25,\"widthTablet\":50,\"variationSelected\":true,\"widthSetByUser\":true,\"UAGHideMob\":true,\"UAGResponsiveConditions\":true} -->\n<div class=\"wp-block-uagb-container uag-hide-mob uagb-block-99087ac0\"><!-- wp:uagb/image {\"block_id\":\"f6c7895f\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-18-1-1024x768.jpg\",\"id\":1208,\"linkDestination\":\"none\",\"width\":480,\"height\":500,\"naturalWidth\":1024,\"naturalHeight\":768,\"sizeSlug\":\"large\",\"sizeSlugTablet\":\"large\",\"sizeSlugMobile\":\"large\",\"customHeightSetDesktop\":true} -->\n<div class=\"wp-block-uagb-image uagb-block-f6c7895f wp-block-uagb-image--layout-default wp-block-uagb-image--effect-static wp-block-uagb-image--align-none\"><figure class=\"wp-block-uagb-image__figure\"><img srcset=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-18-1-1024x768.jpg \" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-18-1-1024x768.jpg\" alt=\"\" class=\"uag-image-1208\" width=\"480\" height=\"500\" title=\"\" loading=\"lazy\"/></figure></div>\n<!-- /wp:uagb/image --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"2b86365d\",\"widthDesktop\":25,\"widthTablet\":50,\"variationSelected\":true,\"widthSetByUser\":true,\"UAGHideMob\":true,\"UAGResponsiveConditions\":true} -->\n<div class=\"wp-block-uagb-container uag-hide-mob uagb-block-2b86365d\"><!-- wp:uagb/image {\"block_id\":\"0426db0c\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Blue-Roan-pool-1.png\",\"id\":1210,\"linkDestination\":\"none\",\"width\":480,\"height\":500,\"naturalWidth\":370,\"naturalHeight\":440,\"sizeSlug\":\"full\",\"sizeSlugTablet\":\"full\",\"sizeSlugMobile\":\"full\",\"customHeightSetDesktop\":true} -->\n<div class=\"wp-block-uagb-image uagb-block-0426db0c wp-block-uagb-image--layout-default wp-block-uagb-image--effect-static wp-block-uagb-image--align-none\"><figure class=\"wp-block-uagb-image__figure\"><img srcset=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Blue-Roan-pool-1.png \" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Blue-Roan-pool-1.png\" alt=\"\" class=\"uag-image-1210\" width=\"480\" height=\"500\" title=\"\" loading=\"lazy\"/></figure></div>\n<!-- /wp:uagb/image --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"ffadb5de\",\"widthDesktop\":50,\"widthTablet\":100,\"variationSelected\":true,\"columnGapDesktop\":20,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-ffadb5de\"><!-- wp:uagb/image {\"block_id\":\"5986688b\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/the-view-from-my-rooms-1024x768.jpg\",\"id\":1211,\"linkDestination\":\"none\",\"width\":960,\"height\":500,\"naturalWidth\":1024,\"naturalHeight\":768,\"sizeSlug\":\"large\",\"sizeSlugTablet\":\"large\",\"sizeSlugMobile\":\"large\",\"customHeightSetDesktop\":true} -->\n<div class=\"wp-block-uagb-image uagb-block-5986688b wp-block-uagb-image--layout-default wp-block-uagb-image--effect-static wp-block-uagb-image--align-none\"><figure class=\"wp-block-uagb-image__figure\"><img srcset=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/the-view-from-my-rooms-1024x768.jpg \" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/the-view-from-my-rooms-1024x768.jpg\" alt=\"\" class=\"uag-image-1211\" width=\"960\" height=\"500\" title=\"\" loading=\"lazy\"/></figure></div>\n<!-- /wp:uagb/image --></div>\n<!-- /wp:uagb/container --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"fc234697\",\"innerContentWidth\":\"alignfull\",\"directionDesktop\":\"row\",\"wrapTablet\":\"wrap\",\"variationSelected\":true,\"rowGapTablet\":0,\"columnGapDesktop\":0,\"isBlockRootParent\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-fc234697 alignfull uagb-is-root-container\"><!-- wp:uagb/container {\"block_id\":\"3d555b22\",\"widthDesktop\":50,\"widthTablet\":100,\"variationSelected\":true,\"columnGapDesktop\":20,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-3d555b22\"><!-- wp:uagb/image {\"block_id\":\"c33d61c8\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAAJDI0ZWY4NDc1LThjYjYtNDM3YS1iOTliLWNmOWQxYTJkMWU5MQ-1.png\",\"id\":1213,\"linkDestination\":\"none\",\"width\":960,\"height\":500,\"naturalWidth\":1000,\"naturalHeight\":667,\"sizeSlug\":\"full\",\"sizeSlugTablet\":\"full\",\"sizeSlugMobile\":\"full\",\"customHeightSetDesktop\":true} -->\n<div class=\"wp-block-uagb-image uagb-block-c33d61c8 wp-block-uagb-image--layout-default wp-block-uagb-image--effect-static wp-block-uagb-image--align-none\"><figure class=\"wp-block-uagb-image__figure\"><img srcset=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAAJDI0ZWY4NDc1LThjYjYtNDM3YS1iOTliLWNmOWQxYTJkMWU5MQ-1.png \" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAAJDI0ZWY4NDc1LThjYjYtNDM3YS1iOTliLWNmOWQxYTJkMWU5MQ-1.png\" alt=\"\" class=\"uag-image-1213\" width=\"960\" height=\"500\" title=\"\" loading=\"lazy\"/></figure></div>\n<!-- /wp:uagb/image --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"c749b9fa\",\"widthDesktop\":25,\"variationSelected\":true,\"widthSetByUser\":true,\"UAGHideMob\":true,\"UAGResponsiveConditions\":true} -->\n<div class=\"wp-block-uagb-container uag-hide-mob uagb-block-c749b9fa\"><!-- wp:uagb/image {\"block_id\":\"0285ef8f\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/bird-1-1024x683.jpg\",\"id\":1215,\"linkDestination\":\"none\",\"width\":480,\"height\":500,\"naturalWidth\":1024,\"naturalHeight\":683,\"sizeSlug\":\"large\",\"sizeSlugTablet\":\"large\",\"sizeSlugMobile\":\"large\",\"customHeightSetDesktop\":true} -->\n<div class=\"wp-block-uagb-image uagb-block-0285ef8f wp-block-uagb-image--layout-default wp-block-uagb-image--effect-static wp-block-uagb-image--align-none\"><figure class=\"wp-block-uagb-image__figure\"><img srcset=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/bird-1-1024x683.jpg \" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/bird-1-1024x683.jpg\" alt=\"\" class=\"uag-image-1215\" width=\"480\" height=\"500\" title=\"\" loading=\"lazy\"/></figure></div>\n<!-- /wp:uagb/image --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"3c5ebecd\",\"widthDesktop\":25,\"variationSelected\":true,\"widthSetByUser\":true,\"UAGHideMob\":true,\"UAGResponsiveConditions\":true} -->\n<div class=\"wp-block-uagb-container uag-hide-mob uagb-block-3c5ebecd\"><!-- wp:uagb/image {\"block_id\":\"3c26ee26\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/two-happy-boxers-1024x768.jpg\",\"id\":1216,\"linkDestination\":\"none\",\"width\":480,\"height\":500,\"naturalWidth\":1024,\"naturalHeight\":768,\"sizeSlug\":\"large\",\"sizeSlugTablet\":\"large\",\"sizeSlugMobile\":\"large\",\"customHeightSetDesktop\":true} -->\n<div class=\"wp-block-uagb-image uagb-block-3c26ee26 wp-block-uagb-image--layout-default wp-block-uagb-image--effect-static wp-block-uagb-image--align-none\"><figure class=\"wp-block-uagb-image__figure\"><img srcset=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/two-happy-boxers-1024x768.jpg \" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/two-happy-boxers-1024x768.jpg\" alt=\"\" class=\"uag-image-1216\" width=\"480\" height=\"500\" title=\"\" loading=\"lazy\"/></figure></div>\n<!-- /wp:uagb/image --></div>\n<!-- /wp:uagb/container --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"b9d495fa\",\"backgroundType\":\"color\",\"backgroundSizeTablet\":\"cover\",\"backgroundSizeMobile\":\"cover\",\"backgroundColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"topPaddingDesktop\":120,\"bottomPaddingDesktop\":0,\"topPaddingTablet\":80,\"bottomPaddingTablet\":80,\"leftPaddingTablet\":30,\"rightPaddingTablet\":30,\"topPaddingMobile\":80,\"bottomPaddingMobile\":80,\"leftPaddingMobile\":20,\"rightPaddingMobile\":20,\"paddingLink\":false,\"variationSelected\":true,\"rowGapDesktop\":0,\"rowGapTablet\":0,\"isBlockRootParent\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-b9d495fa alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/container {\"block_id\":\"467a80f6\",\"directionDesktop\":\"row\",\"alignItemsDesktop\":\"flex-end\",\"alignItemsTablet\":\"flex-end\",\"justifyContentDesktop\":\"flex-end\",\"justifyContentTablet\":\"space-between\",\"variationSelected\":true,\"rowGapMobile\":30,\"columnGapDesktop\":0} -->\n<div class=\"wp-block-uagb-container uagb-block-467a80f6\"><!-- wp:uagb/advanced-heading {\"block_id\":\"6d424485\",\"classMigrate\":true,\"headingDescToggle\":true,\"subHeadingColor\":\"\",\"headSpace\":20,\"subHeadFontSize\":16} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-6d424485\"><h2 class=\"uagb-heading-text\">Things to do in the area of Magaliesburg<br></h2><p class=\"uagb-desc-text\">Looking for more? Well, we believe that every guest walks into our lodge for the best experience. And, we are determined to do that.</p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/buttons {\"block_id\":\"2134bdbe\",\"classMigrate\":true,\"childMigrate\":true,\"align\":\"right\",\"alignTablet\":\"right\",\"alignMobile\":\"left\",\"gap\":0} -->\n<div class=\"wp-block-uagb-buttons uagb-buttons__outer-wrap uagb-btn__default-btn uagb-btn-tablet__default-btn uagb-btn-mobile__default-btn uagb-block-2134bdbe\"><div class=\"uagb-buttons__wrap uagb-buttons-layout-wrap\"><!-- wp:uagb/buttons-child {\"block_id\":\"54d341fa\",\"label\":\"Get Bookings\",\"link\":\"#\",\"hColor\":\"\",\"borderWidth\":\"\",\"borderRadius\":\"\",\"borderStyle\":\"\",\"borderColor\":\"\",\"borderHColor\":\"\",\"btnBorderTopWidth\":1,\"btnBorderLeftWidth\":1,\"btnBorderRightWidth\":1,\"btnBorderBottomWidth\":1,\"btnBorderTopLeftRadius\":2,\"btnBorderTopRightRadius\":2,\"btnBorderBottomLeftRadius\":2,\"btnBorderBottomRightRadius\":2,\"btnBorderStyle\":\"solid\",\"btnBorderColor\":\"#333\",\"btnBorderHColor\":\"#333\"} -->\n<div class=\"wp-block-uagb-buttons-child uagb-buttons__outer-wrap uagb-block-54d341fa wp-block-button is-style-outline\"><div class=\"uagb-button__wrapper\"><a class=\"uagb-buttons-repeater wp-block-button__link\" href=\"#\" rel=\"follow noopener\" target=\"_self\"><div class=\"uagb-button__link\">Get Bookings</div></a></div></div>\n<!-- /wp:uagb/buttons-child --></div></div>\n<!-- /wp:uagb/buttons --></div>\n<!-- /wp:uagb/container --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"dca86dd7\",\"backgroundType\":\"color\",\"backgroundSizeTablet\":\"cover\",\"backgroundSizeMobile\":\"cover\",\"backgroundColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"topPaddingDesktop\":50,\"bottomPaddingDesktop\":100,\"topPaddingTablet\":50,\"bottomPaddingTablet\":25,\"leftPaddingTablet\":20,\"rightPaddingTablet\":20,\"topPaddingMobile\":50,\"bottomPaddingMobile\":20,\"leftPaddingMobile\":20,\"rightPaddingMobile\":20,\"paddingLink\":false,\"variationSelected\":true,\"rowGapDesktop\":0,\"isBlockRootParent\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-dca86dd7 alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/container {\"block_id\":\"25cb47c3\",\"directionDesktop\":\"row\",\"alignItemsTablet\":\"flex-start\",\"paddingLink\":false,\"topMarginDesktop\":50,\"bottomMarginDesktop\":20,\"leftMarginDesktop\":0,\"rightMarginDesktop\":0,\"marginLink\":false,\"variationSelected\":true,\"rowGapMobile\":65,\"columnGapDesktop\":48,\"columnGapTablet\":20} -->\n<div class=\"wp-block-uagb-container uagb-block-25cb47c3\"><!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"align\":\"center\",\"id\":1222,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image aligncenter size-full\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/41b46e52d7427ea1f6f135454e9a012f.png\" alt=\"\" class=\"wp-image-1222\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"textAlign\":\"center\",\"level\":3} -->\n<h3 class=\"has-text-align-center\">Fishing </h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>The dam has trout (stocked), bass, vlei Kuper and carp. Fly fishers seeking a unique challenge visit our establishment in search of the large &amp; small scale Yellow fish.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:buttons -->\n<div class=\"wp-block-buttons\"><!-- wp:button {\"align\":\"left\"} -->\n<div class=\"wp-block-button alignleft\"><a class=\"wp-block-button__link wp-element-button\" href=\"https://www.sundowner.co.za/rooms/magalies-barbus-haven/\" target=\"_blank\" rel=\"noreferrer noopener\">Barbus Haven</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons -->\n\n<!-- wp:paragraph -->\n<p>The opportunity to fish for Rainbow Trout or the elusive Brown Trout. Kingfisher offers rod hires at their venue. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:buttons -->\n<div class=\"wp-block-buttons\"><!-- wp:button {\"align\":\"left\"} -->\n<div class=\"wp-block-button alignleft\"><a class=\"wp-block-button__link wp-element-button\" href=\"https://www.thekingfisherlodge.co.za/activities/\" target=\"_blank\" rel=\"noreferrer noopener\">Kingfisher</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":1235,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Maseke-MTB-MvZ-3-1024x683-1.png\" alt=\"\" class=\"wp-image-1235\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>Mountain biking </h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>It is a privately owned nature reserve that offers mountain biking.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:spacer {\"height\":\"20px\"} -->\n<div style=\"height:20px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:buttons -->\n<div class=\"wp-block-buttons\"><!-- wp:button -->\n<div class=\"wp-block-button\"><a class=\"wp-block-button__link wp-element-button\" href=\"http://ingwebushcamp.yolasite.com/\" target=\"_blank\" rel=\"noreferrer noopener\">Ingwe Bush Camp&nbsp;</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons -->\n\n<!-- wp:paragraph -->\n<p>With over 80km of trails, Van Gaalen&nbsp;has something to offer for every kind of athlete, from beginner to advanced.<br></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:buttons -->\n<div class=\"wp-block-buttons\"><!-- wp:button -->\n<div class=\"wp-block-button\"><a class=\"wp-block-button__link wp-element-button\" href=\"https://www.vangaalen.co.za/products\" target=\"_blank\" rel=\"noreferrer noopener\">Van Gaalen\'s</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":830,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/ef9d0188da11e2bc56788f5619d9d539.png\" alt=\"\" class=\"wp-image-830\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>Quad biking </h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>We have quads suitable for kiddies, tweens, teens, and adults. We have mini quads and fully automatic 150cc quads.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:spacer {\"height\":\"2px\"} -->\n<div style=\"height:2px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:buttons -->\n<div class=\"wp-block-buttons\"><!-- wp:button -->\n<div class=\"wp-block-button\"><a class=\"wp-block-button__link wp-element-button\" href=\"https://www.saddlecreekadventures.co.za/activity/quad-biking/\" target=\"_blank\" rel=\"noreferrer noopener\">Saddle Creek Ranch</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons -->\n\n<!-- wp:paragraph -->\n<p>A 700-meter monster track, the longest and most exciting track in Gauteng!</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:spacer {\"height\":\"2px\"} -->\n<div style=\"height:2px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:buttons -->\n<div class=\"wp-block-buttons\"><!-- wp:button -->\n<div class=\"wp-block-button\"><a class=\"wp-block-button__link wp-element-button\" href=\"http://www.swartkrans.co.za/\" target=\"_blank\" rel=\"noreferrer noopener\">Swartkrans Go-Karting&nbsp;</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"align\":\"center\",\"id\":1198,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image aligncenter size-full\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/eyJidWNrZXQiOiJhc3NldHMuYWxsdHJhaWxzLmNvbSIsImtleSI6InVwbG9hZHMvcGhvdG8vaW1hZ2UvNDMxNzk4MTAvYjZkYTAz-1.png\" alt=\"\" class=\"wp-image-1198\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>Horse riding </h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Join us for an unforgettable horse riding experience in the peaceful countryside, with beautiful mountain scenery and lovely bush trails.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:buttons -->\n<div class=\"wp-block-buttons\"><!-- wp:button -->\n<div class=\"wp-block-button\"><a class=\"wp-block-button__link wp-element-button\" href=\"https://www.saddlecreekadventures.co.za/activity/horse-riding/\" target=\"_blank\" rel=\"noreferrer noopener\">Saddle Creek Ranch</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":1185,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/49089607_1950305445047847_5177863042771189760_n.png\" alt=\"\" class=\"wp-image-1185\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>Game drives </h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Enjoy a thrilling and educational adventure with our experienced guides.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:spacer {\"height\":\"2px\"} -->\n<div style=\"height:2px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:buttons -->\n<div class=\"wp-block-buttons\"><!-- wp:button -->\n<div class=\"wp-block-button\"><a class=\"wp-block-button__link wp-element-button\" href=\"https://www.rhinolion.co.za/visitors-guide/activity-index/game-drives/\" target=\"_blank\" rel=\"noreferrer noopener\">Rhino &amp; Lion Park</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons -->\n\n<!-- wp:paragraph -->\n<p>Our guided game-viewing drives take place each day in the morning and afternoon, as this is when the animals are most active.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:buttons -->\n<div class=\"wp-block-buttons\"><!-- wp:button -->\n<div class=\"wp-block-button\"><a class=\"wp-block-button__link wp-element-button\" href=\"https://www.africanhillslodge.co.za/experience/\" target=\"_blank\" rel=\"noreferrer noopener\">Askari Game Lodge</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:heading -->\n<h2>Other activites </h2>\n<!-- /wp:heading -->\n\n<!-- wp:uagb/faq {\"block_id\":\"92a6b26d\",\"expandFirstItem\":false,\"boxBgColor\":\"#F5F5F5\",\"borderStyle\":\"\",\"borderWidth\":\"\",\"borderRadius\":\"\",\"borderColor\":\"\",\"vquestionPaddingDesktop\":15,\"hquestionPaddingDesktop\":15,\"iconAlign\":\"row-reverse\",\"schema\":\"{\\u0022@context\\u0022:\\u0022https://schema.org\\u0022,\\u0022@type\\u0022:\\u0022FAQPage\\u0022,\\u0022@id\\u0022:\\u0022https://blueroan.netgen.cloud/amenities/\\u0022,\\u0022mainEntity\\u0022:[{\\u0022@type\\u0022:\\u0022Question\\u0022,\\u0022name\\u0022:\\u0022\\u003cstrong\\u003ePUBS / MICRO BREWERIES\\u003c/strong\\u003e\\u0022,\\u0022acceptedAnswer\\u0022:{\\u0022@type\\u0022:\\u0022Answer\\u0022,\\u0022text\\u0022:\\u0022Black Horse   \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27825613246\\\\\\u0022\\u003e082 561 3246\\u003cbr\\u003e\\u003c/a\\u003eBrauhaus am Dam   \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27878025519\\\\\\u0022\\u003e087 802 5519\\u003c/a\\u003e / \\u003ca href=\\\\\\u0022tel:+27729201742\\\\\\u0022\\u003e072 920 1742\\u003c/a\\u003e\\u003cbr\\u003eHartleys Elephant Bar   \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27145772301\\\\\\u0022\\u003e014 577 2301\\u003cbr\\u003e\\u003c/a\\u003eThatchwood Pub   \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27837091672\\\\\\u0022\\u003e083 709 1672\\u003cbr\\u003e\\u003c/a\\u003eMonate Citrus Kelder   \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27122580712\\\\\\u0022\\u003e012 258 0712\\u003c/a\\u003e\\u0022}},{\\u0022@type\\u0022:\\u0022Question\\u0022,\\u0022name\\u0022:\\u0022\\u003cstrong\\u003eTEA GARDENS / RESTAURANTS   \\u003c/strong\\u003e\\u0022,\\u0022acceptedAnswer\\u0022:{\\u0022@type\\u0022:\\u0022Answer\\u0022,\\u0022text\\u0022:\\u0022Black Horse   \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27825613246\\\\\\u0022\\u003e082 561 3246\\u003cbr\\u003e\\u003c/a\\u003eBrauhaus am Dam   \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27878025519\\\\\\u0022\\u003e087 802 5519\\u003c/a\\u003e / \\u003ca href=\\\\\\u0022tel:+27729201742\\\\\\u0022\\u003e072 920 1742\\u003c/a\\u003e\\u003cbr\\u003eMelon Rouge   \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27796806050\\\\\\u0022\\u003e079 680 6050\\u003cbr\\u003e\\u003c/a\\u003eMount Grace Hotel   \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27145775600\\\\\\u0022\\u003e014 577 5600\\u003cbr\\u003e\\u003c/a\\u003eValley Lodge Hotel   \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27145771301\\\\\\u0022\\u003e014 577 1301\\u003cbr\\u003e\\u003c/a\\u003eLa Classique Ristorante   \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27145774006\\\\\\u0022\\u003e014 577 4006\\u003c/a\\u003e\\u0022}},{\\u0022@type\\u0022:\\u0022Question\\u0022,\\u0022name\\u0022:\\u0022\\u003cstrong\\u003eSHOPPING\\u003c/strong\\u003e  \\u0022,\\u0022acceptedAnswer\\u0022:{\\u0022@type\\u0022:\\u0022Answer\\u0022,\\u0022text\\u0022:\\u0022If Only Antiques    \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27827878825\\\\\\u0022\\u003e082 787 8825\\u003cbr\\u003e\\u003c/a\\u003ePuss in Boots   \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27145773562\\\\\\u0022\\u003e014 577 3562\\u003c/a\\u003e\\u0022}},{\\u0022@type\\u0022:\\u0022Question\\u0022,\\u0022name\\u0022:\\u0022\\u003cstrong\\u003eSPORTS \\u0026amp; ADVENTURE\\u003c/strong\\u003e\\u0022,\\u0022acceptedAnswer\\u0022:{\\u0022@type\\u0022:\\u0022Answer\\u0022,\\u0022text\\u0022:\\u0022Tandem Paragliding flips  \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27823221824\\\\\\u0022\\u003e0823221824\\u003c/a\\u003e\\u003cbr\\u003eMountain Sanctuary Park   \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27145340114\\\\\\u0022\\u003e014 534 0114\\u003cbr\\u003e\\u003c/a\\u003eBill Harrops Original Balloon Safaris   \\u003ca href=\\\\\\u0022tel:+27145771733\\\\\\u0022\\u003e014 577 1733\\u003c/a\\u003e / \\u003ca href=\\\\\\u0022tel:+27837520036\\\\\\u0022\\u003e083 752 0036\\u003c/a\\u003e\\u003cbr\\u003ePecanwood Golf Course   \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27122440112\\\\\\u0022\\u003e012 244 0112\\u003cbr\\u003e\\u003c/a\\u003eAir Ventures Hot Air Balloons   \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27117935782\\\\\\u0022\\u003e011 793 5782\\u003cbr\\u003e\\u003c/a\\u003eGliding   \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27835266966\\\\\\u0022\\u003e083 526 6966\\u003cbr\\u003e\\u003c/a\\u003eMagaliesberg Canopy Tours   \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27145350150\\\\\\u0022\\u003e014 535 0150\\u003cbr\\u003e\\u003c/a\\u003eWild Cave Adventures   \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27824862464\\\\\\u0022\\u003e082 486 2464\\u003cbr\\u003e\\u003c/a\\u003eMiracle Waters Dive Gateway   \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27832359840\\\\\\u0022\\u003e083 235 9840\\u003c/a\\u003e\\u0022}},{\\u0022@type\\u0022:\\u0022Question\\u0022,\\u0022name\\u0022:\\u0022\\u003cstrong\\u003eHEALTH SPAS\\u003c/strong\\u003e\\u0022,\\u0022acceptedAnswer\\u0022:{\\u0022@type\\u0022:\\u0022Answer\\u0022,\\u0022text\\u0022:\\u0022Whispering Pines   \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27145771536\\\\\\u0022\\u003e014 577 1536\\u003cbr\\u003e\\u003c/a\\u003eMount Grace Spa   \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27145775600\\\\\\u0022\\u003e014 577 5600\\u003cbr\\u003e\\u003c/a\\u003eValley Lodge Spa   \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27145771301\\\\\\u0022\\u003e014 577 1301\\u003cbr\\u003e\\u003c/a\\u003eRosewell Spa   \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27145771172\\\\\\u0022\\u003e014 577 1172\\u003cbr\\u003e\\u003c/a\\u003eSparkling Waters   \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27145350019\\\\\\u0022\\u003e014 535 0019\\u003c/a\\u003e\\u0022}},{\\u0022@type\\u0022:\\u0022Question\\u0022,\\u0022name\\u0022:\\u0022\\u003cstrong\\u003ePLACES OF INTEREST\\u003c/strong\\u003e\\u0022,\\u0022acceptedAnswer\\u0022:{\\u0022@type\\u0022:\\u0022Answer\\u0022,\\u0022text\\u0022:\\u0022Maropeng Visitors Centre   \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27145779000\\\\\\u0022\\u003e014 577 9000\\u003cbr\\u003e\\u003c/a\\u003eSterkfontein Caves   \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27116683200\\\\\\u0022\\u003e011 668 3200\\u003cbr\\u003e\\u003c/a\\u003eBlaaubank Gold Mine   \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27825673111\\\\\\u0022\\u003e082 567 3111\\u003cbr\\u003e\\u003c/a\\u003eVan Gaalen Cheese Farm   \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27122071289\\\\\\u0022\\u003e012 207 1289\\u003cbr\\u003e\\u003c/a\\u003eHartebeespoort Cableway   \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27722412654\\\\\\u0022\\u003e072 241 2654\\u003cbr\\u003e\\u003c/a\\u003eElephant Sanctuary             \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27122580423\\\\\\u0022\\u003e012 258 0423\\u003cbr\\u003e\\u003c/a\\u003eTeam Gel   \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27114622894\\\\\\u0022\\u003e011 462 2894\\u003c/a\\u003e / \\u003ca href=\\\\\\u0022tel:+27833207623\\\\\\u0022\\u003e083 320 7623\\u003c/a\\u003e\\u003cbr\\u003eMonate Citrus Kelder   \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27122580712\\\\\\u0022\\u003e012 258 0712\\u003cbr\\u003e\\u003c/a\\u003eLiving Jewels   \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27119566444\\\\\\u0022\\u003e011 956 6444\\u003cbr\\u003e\\u003c/a\\u003eBlaaubank Candle Dipping   \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27145774609\\\\\\u0022\\u003e014 577 4609\\u003cbr\\u003e\\u003c/a\\u003eVeggie Picking \\u0026amp; Strawberry Picking \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27122071116\\\\\\u0022\\u003e012 207 1116\\u003c/a\\u003e\\u0022}}]}\",\"questionLeftPaddingDesktop\":15,\"questionBottomPaddingDesktop\":15,\"answerTopPadding\":0,\"answerRightPadding\":15,\"answerBottomPadding\":15,\"answerLeftPadding\":15,\"answerTopPaddingTablet\":10,\"answerRightPaddingTablet\":10,\"answerBottomPaddingTablet\":10,\"answerLeftPaddingTablet\":10,\"answerTopPaddingMobile\":10,\"answerRightPaddingMobile\":10,\"answerBottomPaddingMobile\":10,\"answerLeftPaddingMobile\":10,\"overallBorderTopWidth\":1,\"overallBorderLeftWidth\":1,\"overallBorderRightWidth\":1,\"overallBorderBottomWidth\":1,\"overallBorderTopLeftRadius\":2,\"overallBorderTopRightRadius\":2,\"overallBorderBottomLeftRadius\":2,\"overallBorderBottomRightRadius\":2,\"overallBorderStyle\":\"none\",\"overallBorderColor\":\"#D2D2D2\"} -->\n<div class=\"wp-block-uagb-faq uagb-faq__outer-wrap uagb-block-92a6b26d uagb-faq-icon-row-reverse uagb-faq-layout-accordion uagb-faq-expand-first-false uagb-faq-inactive-other-true uagb-faq__wrap uagb-buttons-layout-wrap uagb-faq-equal-height\" data-faqtoggle=\"true\" role=\"tablist\"><!-- wp:uagb/faq-child {\"block_id\":\"dd0a3d2a\",\"question\":\"\\u003cstrong\\u003ePUBS / MICRO BREWERIES\\u003c/strong\\u003e\",\"answer\":\"Black Horse   \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27825613246\\u0022\\u003e082 561 3246\\u003cbr\\u003e\\u003c/a\\u003eBrauhaus am Dam   \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27878025519\\u0022\\u003e087 802 5519\\u003c/a\\u003e / \\u003ca href=\\u0022tel:+27729201742\\u0022\\u003e072 920 1742\\u003c/a\\u003e\\u003cbr\\u003eHartleys Elephant Bar   \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27145772301\\u0022\\u003e014 577 2301\\u003cbr\\u003e\\u003c/a\\u003eThatchwood Pub   \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27837091672\\u0022\\u003e083 709 1672\\u003cbr\\u003e\\u003c/a\\u003eMonate Citrus Kelder   \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27122580712\\u0022\\u003e012 258 0712\\u003c/a\\u003e\"} -->\n<div class=\"wp-block-uagb-faq-child uagb-faq-child__outer-wrap uagb-faq-item uagb-block-dd0a3d2a\" role=\"tab\" tabindex=\"0\"><div class=\"uagb-faq-questions-button uagb-faq-questions\"><span class=\"uagb-icon uagb-faq-icon-wrap\"><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 448 512\"><path d=\"M432 256c0 17.69-14.33 32.01-32 32.01H256v144c0 17.69-14.33 31.99-32 31.99s-32-14.3-32-31.99v-144H48c-17.67 0-32-14.32-32-32.01s14.33-31.99 32-31.99H192v-144c0-17.69 14.33-32.01 32-32.01s32 14.32 32 32.01v144h144C417.7 224 432 238.3 432 256z\"></path></svg></span><span class=\"uagb-icon-active uagb-faq-icon-wrap\"><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 448 512\"><path d=\"M400 288h-352c-17.69 0-32-14.32-32-32.01s14.31-31.99 32-31.99h352c17.69 0 32 14.3 32 31.99S417.7 288 400 288z\"></path></svg></span><span class=\"uagb-question\"><strong>PUBS / MICRO BREWERIES</strong></span></div><p class=\"uagb-faq-content\">Black Horse   <br><a href=\"tel:+27825613246\">082 561 3246<br></a>Brauhaus am Dam   <br><a href=\"tel:+27878025519\">087 802 5519</a> / <a href=\"tel:+27729201742\">072 920 1742</a><br>Hartleys Elephant Bar   <br><a href=\"tel:+27145772301\">014 577 2301<br></a>Thatchwood Pub   <br><a href=\"tel:+27837091672\">083 709 1672<br></a>Monate Citrus Kelder   <br><a href=\"tel:+27122580712\">012 258 0712</a></p></div>\n<!-- /wp:uagb/faq-child -->\n\n<!-- wp:uagb/faq-child {\"block_id\":\"cdeb13b7\",\"question\":\"\\u003cstrong\\u003eTEA GARDENS / RESTAURANTS   \\u003c/strong\\u003e\",\"answer\":\"Black Horse   \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27825613246\\u0022\\u003e082 561 3246\\u003cbr\\u003e\\u003c/a\\u003eBrauhaus am Dam   \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27878025519\\u0022\\u003e087 802 5519\\u003c/a\\u003e / \\u003ca href=\\u0022tel:+27729201742\\u0022\\u003e072 920 1742\\u003c/a\\u003e\\u003cbr\\u003eMelon Rouge   \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27796806050\\u0022\\u003e079 680 6050\\u003cbr\\u003e\\u003c/a\\u003eMount Grace Hotel   \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27145775600\\u0022\\u003e014 577 5600\\u003cbr\\u003e\\u003c/a\\u003eValley Lodge Hotel   \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27145771301\\u0022\\u003e014 577 1301\\u003cbr\\u003e\\u003c/a\\u003eLa Classique Ristorante   \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27145774006\\u0022\\u003e014 577 4006\\u003c/a\\u003e\"} -->\n<div class=\"wp-block-uagb-faq-child uagb-faq-child__outer-wrap uagb-faq-item uagb-block-cdeb13b7\" role=\"tab\" tabindex=\"0\"><div class=\"uagb-faq-questions-button uagb-faq-questions\"><span class=\"uagb-icon uagb-faq-icon-wrap\"><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 448 512\"><path d=\"M432 256c0 17.69-14.33 32.01-32 32.01H256v144c0 17.69-14.33 31.99-32 31.99s-32-14.3-32-31.99v-144H48c-17.67 0-32-14.32-32-32.01s14.33-31.99 32-31.99H192v-144c0-17.69 14.33-32.01 32-32.01s32 14.32 32 32.01v144h144C417.7 224 432 238.3 432 256z\"></path></svg></span><span class=\"uagb-icon-active uagb-faq-icon-wrap\"><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 448 512\"><path d=\"M400 288h-352c-17.69 0-32-14.32-32-32.01s14.31-31.99 32-31.99h352c17.69 0 32 14.3 32 31.99S417.7 288 400 288z\"></path></svg></span><span class=\"uagb-question\"><strong>TEA GARDENS / RESTAURANTS   </strong></span></div><p class=\"uagb-faq-content\">Black Horse   <br><a href=\"tel:+27825613246\">082 561 3246<br></a>Brauhaus am Dam   <br><a href=\"tel:+27878025519\">087 802 5519</a> / <a href=\"tel:+27729201742\">072 920 1742</a><br>Melon Rouge   <br><a href=\"tel:+27796806050\">079 680 6050<br></a>Mount Grace Hotel   <br><a href=\"tel:+27145775600\">014 577 5600<br></a>Valley Lodge Hotel   <br><a href=\"tel:+27145771301\">014 577 1301<br></a>La Classique Ristorante   <br><a href=\"tel:+27145774006\">014 577 4006</a></p></div>\n<!-- /wp:uagb/faq-child -->\n\n<!-- wp:uagb/faq-child {\"block_id\":\"37c7351a\",\"question\":\"\\u003cstrong\\u003eSHOPPING\\u003c/strong\\u003e  \",\"answer\":\"If Only Antiques    \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27827878825\\u0022\\u003e082 787 8825\\u003cbr\\u003e\\u003c/a\\u003ePuss in Boots   \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27145773562\\u0022\\u003e014 577 3562\\u003c/a\\u003e\"} -->\n<div class=\"wp-block-uagb-faq-child uagb-faq-child__outer-wrap uagb-faq-item uagb-block-37c7351a\" role=\"tab\" tabindex=\"0\"><div class=\"uagb-faq-questions-button uagb-faq-questions\"><span class=\"uagb-icon uagb-faq-icon-wrap\"><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 448 512\"><path d=\"M432 256c0 17.69-14.33 32.01-32 32.01H256v144c0 17.69-14.33 31.99-32 31.99s-32-14.3-32-31.99v-144H48c-17.67 0-32-14.32-32-32.01s14.33-31.99 32-31.99H192v-144c0-17.69 14.33-32.01 32-32.01s32 14.32 32 32.01v144h144C417.7 224 432 238.3 432 256z\"></path></svg></span><span class=\"uagb-icon-active uagb-faq-icon-wrap\"><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 448 512\"><path d=\"M400 288h-352c-17.69 0-32-14.32-32-32.01s14.31-31.99 32-31.99h352c17.69 0 32 14.3 32 31.99S417.7 288 400 288z\"></path></svg></span><span class=\"uagb-question\"><strong>SHOPPING</strong>  </span></div><p class=\"uagb-faq-content\">If Only Antiques    <br><a href=\"tel:+27827878825\">082 787 8825<br></a>Puss in Boots   <br><a href=\"tel:+27145773562\">014 577 3562</a></p></div>\n<!-- /wp:uagb/faq-child -->\n\n<!-- wp:uagb/faq-child {\"block_id\":\"a7b58288\",\"question\":\"\\u003cstrong\\u003eSPORTS \\u0026amp; ADVENTURE\\u003c/strong\\u003e\",\"answer\":\"Tandem Paragliding flips  \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27823221824\\u0022\\u003e0823221824\\u003c/a\\u003e\\u003cbr\\u003eMountain Sanctuary Park   \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27145340114\\u0022\\u003e014 534 0114\\u003cbr\\u003e\\u003c/a\\u003eBill Harrops Original Balloon Safaris   \\u003ca href=\\u0022tel:+27145771733\\u0022\\u003e014 577 1733\\u003c/a\\u003e / \\u003ca href=\\u0022tel:+27837520036\\u0022\\u003e083 752 0036\\u003c/a\\u003e\\u003cbr\\u003ePecanwood Golf Course   \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27122440112\\u0022\\u003e012 244 0112\\u003cbr\\u003e\\u003c/a\\u003eAir Ventures Hot Air Balloons   \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27117935782\\u0022\\u003e011 793 5782\\u003cbr\\u003e\\u003c/a\\u003eGliding   \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27835266966\\u0022\\u003e083 526 6966\\u003cbr\\u003e\\u003c/a\\u003eMagaliesberg Canopy Tours   \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27145350150\\u0022\\u003e014 535 0150\\u003cbr\\u003e\\u003c/a\\u003eWild Cave Adventures   \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27824862464\\u0022\\u003e082 486 2464\\u003cbr\\u003e\\u003c/a\\u003eMiracle Waters Dive Gateway   \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27832359840\\u0022\\u003e083 235 9840\\u003c/a\\u003e\"} -->\n<div class=\"wp-block-uagb-faq-child uagb-faq-child__outer-wrap uagb-faq-item uagb-block-a7b58288\" role=\"tab\" tabindex=\"0\"><div class=\"uagb-faq-questions-button uagb-faq-questions\"><span class=\"uagb-icon uagb-faq-icon-wrap\"><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 448 512\"><path d=\"M432 256c0 17.69-14.33 32.01-32 32.01H256v144c0 17.69-14.33 31.99-32 31.99s-32-14.3-32-31.99v-144H48c-17.67 0-32-14.32-32-32.01s14.33-31.99 32-31.99H192v-144c0-17.69 14.33-32.01 32-32.01s32 14.32 32 32.01v144h144C417.7 224 432 238.3 432 256z\"></path></svg></span><span class=\"uagb-icon-active uagb-faq-icon-wrap\"><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 448 512\"><path d=\"M400 288h-352c-17.69 0-32-14.32-32-32.01s14.31-31.99 32-31.99h352c17.69 0 32 14.3 32 31.99S417.7 288 400 288z\"></path></svg></span><span class=\"uagb-question\"><strong>SPORTS &amp; ADVENTURE</strong></span></div><p class=\"uagb-faq-content\">Tandem Paragliding flips  <br><a href=\"tel:+27823221824\">0823221824</a><br>Mountain Sanctuary Park   <br><a href=\"tel:+27145340114\">014 534 0114<br></a>Bill Harrops Original Balloon Safaris   <a href=\"tel:+27145771733\">014 577 1733</a> / <a href=\"tel:+27837520036\">083 752 0036</a><br>Pecanwood Golf Course   <br><a href=\"tel:+27122440112\">012 244 0112<br></a>Air Ventures Hot Air Balloons   <br><a href=\"tel:+27117935782\">011 793 5782<br></a>Gliding   <br><a href=\"tel:+27835266966\">083 526 6966<br></a>Magaliesberg Canopy Tours   <br><a href=\"tel:+27145350150\">014 535 0150<br></a>Wild Cave Adventures   <br><a href=\"tel:+27824862464\">082 486 2464<br></a>Miracle Waters Dive Gateway   <br><a href=\"tel:+27832359840\">083 235 9840</a></p></div>\n<!-- /wp:uagb/faq-child -->\n\n<!-- wp:uagb/faq-child {\"block_id\":\"98f597f0\",\"question\":\"\\u003cstrong\\u003eHEALTH SPAS\\u003c/strong\\u003e\",\"answer\":\"Whispering Pines   \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27145771536\\u0022\\u003e014 577 1536\\u003cbr\\u003e\\u003c/a\\u003eMount Grace Spa   \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27145775600\\u0022\\u003e014 577 5600\\u003cbr\\u003e\\u003c/a\\u003eValley Lodge Spa   \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27145771301\\u0022\\u003e014 577 1301\\u003cbr\\u003e\\u003c/a\\u003eRosewell Spa   \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27145771172\\u0022\\u003e014 577 1172\\u003cbr\\u003e\\u003c/a\\u003eSparkling Waters   \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27145350019\\u0022\\u003e014 535 0019\\u003c/a\\u003e\"} -->\n<div class=\"wp-block-uagb-faq-child uagb-faq-child__outer-wrap uagb-faq-item uagb-block-98f597f0\" role=\"tab\" tabindex=\"0\"><div class=\"uagb-faq-questions-button uagb-faq-questions\"><span class=\"uagb-icon uagb-faq-icon-wrap\"><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 448 512\"><path d=\"M432 256c0 17.69-14.33 32.01-32 32.01H256v144c0 17.69-14.33 31.99-32 31.99s-32-14.3-32-31.99v-144H48c-17.67 0-32-14.32-32-32.01s14.33-31.99 32-31.99H192v-144c0-17.69 14.33-32.01 32-32.01s32 14.32 32 32.01v144h144C417.7 224 432 238.3 432 256z\"></path></svg></span><span class=\"uagb-icon-active uagb-faq-icon-wrap\"><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 448 512\"><path d=\"M400 288h-352c-17.69 0-32-14.32-32-32.01s14.31-31.99 32-31.99h352c17.69 0 32 14.3 32 31.99S417.7 288 400 288z\"></path></svg></span><span class=\"uagb-question\"><strong>HEALTH SPAS</strong></span></div><p class=\"uagb-faq-content\">Whispering Pines   <br><a href=\"tel:+27145771536\">014 577 1536<br></a>Mount Grace Spa   <br><a href=\"tel:+27145775600\">014 577 5600<br></a>Valley Lodge Spa   <br><a href=\"tel:+27145771301\">014 577 1301<br></a>Rosewell Spa   <br><a href=\"tel:+27145771172\">014 577 1172<br></a>Sparkling Waters   <br><a href=\"tel:+27145350019\">014 535 0019</a></p></div>\n<!-- /wp:uagb/faq-child -->\n\n<!-- wp:uagb/faq-child {\"block_id\":\"e4f14dcb\",\"question\":\"\\u003cstrong\\u003ePLACES OF INTEREST\\u003c/strong\\u003e\",\"answer\":\"Maropeng Visitors Centre   \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27145779000\\u0022\\u003e014 577 9000\\u003cbr\\u003e\\u003c/a\\u003eSterkfontein Caves   \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27116683200\\u0022\\u003e011 668 3200\\u003cbr\\u003e\\u003c/a\\u003eBlaaubank Gold Mine   \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27825673111\\u0022\\u003e082 567 3111\\u003cbr\\u003e\\u003c/a\\u003eVan Gaalen Cheese Farm   \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27122071289\\u0022\\u003e012 207 1289\\u003cbr\\u003e\\u003c/a\\u003eHartebeespoort Cableway   \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27722412654\\u0022\\u003e072 241 2654\\u003cbr\\u003e\\u003c/a\\u003eElephant Sanctuary             \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27122580423\\u0022\\u003e012 258 0423\\u003cbr\\u003e\\u003c/a\\u003eTeam Gel   \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27114622894\\u0022\\u003e011 462 2894\\u003c/a\\u003e / \\u003ca href=\\u0022tel:+27833207623\\u0022\\u003e083 320 7623\\u003c/a\\u003e\\u003cbr\\u003eMonate Citrus Kelder   \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27122580712\\u0022\\u003e012 258 0712\\u003cbr\\u003e\\u003c/a\\u003eLiving Jewels   \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27119566444\\u0022\\u003e011 956 6444\\u003cbr\\u003e\\u003c/a\\u003eBlaaubank Candle Dipping   \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27145774609\\u0022\\u003e014 577 4609\\u003cbr\\u003e\\u003c/a\\u003eVeggie Picking \\u0026amp; Strawberry Picking \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27122071116\\u0022\\u003e012 207 1116\\u003c/a\\u003e\"} -->\n<div class=\"wp-block-uagb-faq-child uagb-faq-child__outer-wrap uagb-faq-item uagb-block-e4f14dcb\" role=\"tab\" tabindex=\"0\"><div class=\"uagb-faq-questions-button uagb-faq-questions\"><span class=\"uagb-icon uagb-faq-icon-wrap\"><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 448 512\"><path d=\"M432 256c0 17.69-14.33 32.01-32 32.01H256v144c0 17.69-14.33 31.99-32 31.99s-32-14.3-32-31.99v-144H48c-17.67 0-32-14.32-32-32.01s14.33-31.99 32-31.99H192v-144c0-17.69 14.33-32.01 32-32.01s32 14.32 32 32.01v144h144C417.7 224 432 238.3 432 256z\"></path></svg></span><span class=\"uagb-icon-active uagb-faq-icon-wrap\"><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 448 512\"><path d=\"M400 288h-352c-17.69 0-32-14.32-32-32.01s14.31-31.99 32-31.99h352c17.69 0 32 14.3 32 31.99S417.7 288 400 288z\"></path></svg></span><span class=\"uagb-question\"><strong>PLACES OF INTEREST</strong></span></div><p class=\"uagb-faq-content\">Maropeng Visitors Centre   <br><a href=\"tel:+27145779000\">014 577 9000<br></a>Sterkfontein Caves   <br><a href=\"tel:+27116683200\">011 668 3200<br></a>Blaaubank Gold Mine   <br><a href=\"tel:+27825673111\">082 567 3111<br></a>Van Gaalen Cheese Farm   <br><a href=\"tel:+27122071289\">012 207 1289<br></a>Hartebeespoort Cableway   <br><a href=\"tel:+27722412654\">072 241 2654<br></a>Elephant Sanctuary             <br><a href=\"tel:+27122580423\">012 258 0423<br></a>Team Gel   <br><a href=\"tel:+27114622894\">011 462 2894</a> / <a href=\"tel:+27833207623\">083 320 7623</a><br>Monate Citrus Kelder   <br><a href=\"tel:+27122580712\">012 258 0712<br></a>Living Jewels   <br><a href=\"tel:+27119566444\">011 956 6444<br></a>Blaaubank Candle Dipping   <br><a href=\"tel:+27145774609\">014 577 4609<br></a>Veggie Picking &amp; Strawberry Picking <br><a href=\"tel:+27122071116\">012 207 1116</a></p></div>\n<!-- /wp:uagb/faq-child --></div>\n<!-- /wp:uagb/faq --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"98e0a954\",\"innerContentCustomWidthDesktop\":781,\"innerContentCustomWidthTablet\":781,\"backgroundType\":\"image\",\"backgroundImageDesktop\":{\"id\":54,\"title\":\"background-img\",\"filename\":\"background-img-1.jpg\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/background-img-1.jpg\",\"link\":\"https://blueroan.netgen.cloud/background-img-2/\",\"alt\":\"\",\"author\":\"34\",\"description\":\"\",\"caption\":\"\",\"name\":\"background-img-2\",\"status\":\"inherit\",\"uploadedTo\":0,\"date\":\"2021-05-07T10:11:37.000Z\",\"modified\":\"2021-05-07T10:11:37.000Z\",\"menuOrder\":0,\"mime\":\"image/jpeg\",\"type\":\"image\",\"subtype\":\"jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/default.png\",\"dateFormatted\":\"May 7, 2021\",\"nonces\":{\"update\":\"bb999636b9\",\"delete\":\"d2e1375bc4\",\"edit\":\"005dd2f0c9\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=54\\u0026action=edit\",\"meta\":false,\"authorName\":\"Rishabh\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/user-edit.php?user_id=34\",\"filesizeInBytes\":338858,\"filesizeHumanReadable\":\"331 KB\",\"context\":\"\",\"height\":1080,\"width\":1920,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/background-img-1-150x150.jpg\",\"orientation\":\"landscape\"},\"medium\":{\"height\":169,\"width\":300,\"url\":\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/background-img-1-300x169.jpg\",\"orientation\":\"landscape\"},\"large\":{\"height\":576,\"width\":1024,\"url\":\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/background-img-1-1024x576.jpg\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/background-img-1.jpg\",\"height\":1080,\"width\":1920,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"backgroundImageColor\":\"rgba(42,42,42,0.65)\",\"topPaddingDesktop\":144,\"bottomPaddingDesktop\":144,\"leftPaddingDesktop\":40,\"rightPaddingDesktop\":40,\"topPaddingTablet\":80,\"bottomPaddingTablet\":80,\"leftPaddingTablet\":40,\"rightPaddingTablet\":40,\"topPaddingMobile\":64,\"bottomPaddingMobile\":64,\"leftPaddingMobile\":24,\"rightPaddingMobile\":24,\"paddingLink\":false,\"variationSelected\":true,\"isBlockRootParent\":true,\"overlayType\":\"color\"} -->\n<div class=\"wp-block-uagb-container uagb-block-98e0a954 alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/advanced-heading {\"block_id\":\"f12f0794\",\"classMigrate\":true,\"headingDescToggle\":true,\"headingAlign\":\"center\",\"headingColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"subHeadingColor\":\"var(\\u002d\\u002dast-global-color-4)\",\"headSpace\":20} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-f12f0794\"><h2 class=\"uagb-heading-text\">Plan an Unforgettable Experience in Mykonos Today!</h2><p class=\"uagb-desc-text\">We can help you fit your stay and experience within your allotted budget.</p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/advanced-heading {\"block_id\":\"dafd5803\",\"classMigrate\":true,\"headingTitleToggle\":false,\"headingDescToggle\":true,\"headingAlign\":\"center\",\"subHeadingColor\":\"var(\\u002d\\u002dast-global-color-4)\",\"subHeadTransform\":\"uppercase\",\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"subHeadLetterSpacing\":2,\"blockTopPadding\":60,\"blockRightPadding\":0,\"blockLeftPadding\":0,\"blockBottomPadding\":0,\"blockTopPaddingMobile\":30,\"blockRightPaddingMobile\":0,\"blockLeftPaddingMobile\":0,\"blockBottomPaddingMobile\":0} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-dafd5803\"><p class=\"uagb-desc-text\">BOOK YOUR STAY NOW​</p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/icon-list {\"block_id\":\"d1715b93\",\"classMigrate\":true,\"childMigrate\":true,\"align\":\"center\",\"parentIcon\":\"phone\",\"size\":40,\"sizeMobile\":24,\"sizeTablet\":32,\"fontSize\":48,\"fontSizeMobile\":28,\"fontSizeTablet\":40,\"fontWeight\":\"600\",\"iconColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"labelColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"blockTopPadding\":0,\"blockRightPadding\":0,\"blockLeftPadding\":0,\"blockBottomPadding\":24,\"blockPaddingLink\":false} -->\n<div class=\"wp-block-uagb-icon-list uagb-block-d1715b93\"><div class=\"uagb-icon-list__wrap\"><!-- wp:uagb/icon-list-child {\"block_id\":\"0a88b7a3\",\"label\":\"+1-123 456 7890​\",\"label_color\":\"\",\"fromParentIcon\":\"phone\",\"imageSizeChild\":40} -->\n<div class=\"wp-block-uagb-icon-list-child uagb-block-0a88b7a3\"><span class=\"uagb-icon-list__source-wrap\"><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M511.2 387l-23.25 100.8c-3.266 14.25-15.79 24.22-30.46 24.22C205.2 512 0 306.8 0 54.5c0-14.66 9.969-27.2 24.22-30.45l100.8-23.25C139.7-2.602 154.7 5.018 160.8 18.92l46.52 108.5c5.438 12.78 1.77 27.67-8.98 36.45L144.5 207.1c33.98 69.22 90.26 125.5 159.5 159.5l44.08-53.8c8.688-10.78 23.69-14.51 36.47-8.975l108.5 46.51C506.1 357.2 514.6 372.4 511.2 387z\"></path></svg></span><span class=\"uagb-icon-list__label\">+1-123 456 7890​</span></div>\n<!-- /wp:uagb/icon-list-child --></div></div>\n<!-- /wp:uagb/icon-list --></div></div>\n<!-- /wp:uagb/container -->',	'Amenities',	'',	'inherit',	'closed',	'closed',	'',	'762-revision-v1',	'',	'',	'2022-12-15 13:18:50',	'2022-12-15 13:18:50',	'',	762,	'https://blueroan.netgen.cloud/?p=1265',	0,	'revision',	'',	0),
(1266,	2,	'2022-12-15 13:19:31',	'2022-12-15 13:19:31',	'<!-- wp:uagb/container {\"block_id\":\"77e57a3e\",\"backgroundType\":\"image\",\"backgroundImageDesktop\":{\"id\":1007,\"title\":\"AAEAAQAAAAAAAAAAAAAAJDg5NmY0ZGUxLWE4MTgtNDY5NC1iODFhLTBmN2Q0ZDc5ZWFiNw-1\",\"filename\":\"AAEAAQAAAAAAAAAAAAAAJDg5NmY0ZGUxLWE4MTgtNDY5NC1iODFhLTBmN2Q0ZDc5ZWFiNw-1.png\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAAJDg5NmY0ZGUxLWE4MTgtNDY5NC1iODFhLTBmN2Q0ZDc5ZWFiNw-1.png\",\"link\":\"https://blueroan.netgen.cloud/the-barn/aaeaaqaaaaaaaaaaaaaajdg5nmy0zguxlwe4mtgtndy5nc1iodfhltbmn2q0zdc5zwfinw-1/\",\"alt\":\"\",\"author\":\"2\",\"description\":\"\",\"caption\":\"\",\"name\":\"aaeaaqaaaaaaaaaaaaaajdg5nmy0zguxlwe4mtgtndy5nc1iodfhltbmn2q0zdc5zwfinw-1\",\"status\":\"inherit\",\"uploadedTo\":948,\"date\":\"2022-12-14T10:50:25.000Z\",\"modified\":\"2022-12-14T10:50:25.000Z\",\"menuOrder\":0,\"mime\":\"image/png\",\"type\":\"image\",\"subtype\":\"png\",\"icon\":\"https://blueroan.netgen.cloud/wp-includes/images/media/default.png\",\"dateFormatted\":\"December 14, 2022\",\"nonces\":{\"update\":\"483f8bdf3d\",\"delete\":\"0a7ebc92ef\",\"edit\":\"6bc1c6a685\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=1007\\u0026action=edit\",\"meta\":false,\"authorName\":\"Netgen Support\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/profile.php\",\"uploadedToTitle\":\"The Barn\",\"uploadedToLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=948\\u0026action=edit\",\"filesizeInBytes\":1348989,\"filesizeHumanReadable\":\"1 MB\",\"context\":\"\",\"height\":667,\"width\":1000,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAAJDg5NmY0ZGUxLWE4MTgtNDY5NC1iODFhLTBmN2Q0ZDc5ZWFiNw-1-150x150.png\",\"orientation\":\"landscape\"},\"medium\":{\"height\":200,\"width\":300,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAAJDg5NmY0ZGUxLWE4MTgtNDY5NC1iODFhLTBmN2Q0ZDc5ZWFiNw-1-300x200.png\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAAJDg5NmY0ZGUxLWE4MTgtNDY5NC1iODFhLTBmN2Q0ZDc5ZWFiNw-1.png\",\"height\":667,\"width\":1000,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"backgroundPositionDesktop\":{\"x\":0.61,\"y\":0.52},\"backgroundSizeTablet\":\"cover\",\"backgroundSizeMobile\":\"cover\",\"backgroundColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"backgroundImageColor\":\"rgba(42,42,42,0.5)\",\"topPaddingDesktop\":220,\"bottomPaddingDesktop\":150,\"topPaddingTablet\":170,\"bottomPaddingTablet\":160,\"leftPaddingTablet\":30,\"rightPaddingTablet\":30,\"topPaddingMobile\":180,\"bottomPaddingMobile\":80,\"leftPaddingMobile\":20,\"rightPaddingMobile\":20,\"paddingLink\":false,\"variationSelected\":true,\"isBlockRootParent\":true,\"overlayType\":\"color\"} -->\n<div class=\"wp-block-uagb-container uagb-block-77e57a3e alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/advanced-heading {\"block_id\":\"33b49d85\",\"classMigrate\":true,\"headingDescToggle\":true,\"headingColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"subHeadingColor\":\"var(\\u002d\\u002dast-global-color-4)\",\"headingTag\":\"h1\",\"headSpace\":20,\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"blockTopPadding\":0,\"blockRightPadding\":50,\"blockLeftPadding\":0,\"blockBottomPadding\":0,\"blockTopPaddingTablet\":0,\"blockRightPaddingTablet\":20,\"blockLeftPaddingTablet\":0,\"blockBottomPaddingTablet\":0,\"blockTopPaddingMobile\":0,\"blockRightPaddingMobile\":0,\"blockLeftPaddingMobile\":0,\"blockBottomPaddingMobile\":0,\"blockPaddingUnit\":\"%\",\"blockPaddingUnitTablet\":\"%\"} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-33b49d85\"><h1 class=\"uagb-heading-text\">Amenities &amp; Interests​</h1><p class=\"uagb-desc-text\">We do not give you just rooms to stay in. We give you an environment where you can experience the best while on a holiday with us. </p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:buttons -->\n<div class=\"wp-block-buttons\"><!-- wp:button -->\n<div class=\"wp-block-button\"><a class=\"wp-block-button__link wp-element-button\" href=\"https://book.nightsbridge.com/11065\" target=\"_blank\" rel=\"noreferrer noopener\">BOOK NOW</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"c9d42c30\",\"backgroundType\":\"color\",\"backgroundSizeTablet\":\"cover\",\"backgroundSizeMobile\":\"cover\",\"backgroundColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"topPaddingDesktop\":50,\"bottomPaddingDesktop\":100,\"topPaddingTablet\":50,\"bottomPaddingTablet\":25,\"leftPaddingTablet\":20,\"rightPaddingTablet\":20,\"topPaddingMobile\":50,\"bottomPaddingMobile\":20,\"leftPaddingMobile\":20,\"rightPaddingMobile\":20,\"paddingLink\":false,\"variationSelected\":true,\"rowGapDesktop\":0,\"isBlockRootParent\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-c9d42c30 alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/container {\"block_id\":\"159b7402\",\"directionDesktop\":\"row\",\"alignItemsTablet\":\"flex-start\",\"paddingLink\":false,\"topMarginDesktop\":50,\"bottomMarginDesktop\":20,\"leftMarginDesktop\":0,\"rightMarginDesktop\":0,\"marginLink\":false,\"variationSelected\":true,\"rowGapMobile\":65,\"columnGapDesktop\":48,\"columnGapTablet\":20} -->\n<div class=\"wp-block-uagb-container uagb-block-159b7402\"><!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"align\":\"center\",\"id\":828,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image aligncenter size-full\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Blue-Roan-pool.png\" alt=\"Blue Roan\'s rock pool\" class=\"wp-image-828\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>A relaxing rock Pool​</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>We have a lovely sparkling blue rock pool next to a thatched Lapa. &nbsp;&nbsp;Lie on recliners on the green lawn or sit on the swing chair in the Lapa and enjoy the panoramic view of the Magaliesberg mountain range.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":829,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/img-20160605-wa0002-largejpg.png\" alt=\"\" class=\"wp-image-829\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>Braai facilities </h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>What can compare to a burning fire under the star-lit African sky? Nothing beats the flavor of cooking over an open flame.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":830,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/ef9d0188da11e2bc56788f5619d9d539.png\" alt=\"\" class=\"wp-image-830\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>A games room </h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>The reception is also a games room for those who enjoy darts or playing pool. &nbsp;Take a selection of DVDs back to your room and watch movies on your own DVD player. &nbsp;There is also a selection of board games and music CDs that you can borrow.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"align\":\"center\",\"id\":1198,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image aligncenter size-full\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/eyJidWNrZXQiOiJhc3NldHMuYWxsdHJhaWxzLmNvbSIsImtleSI6InVwbG9hZHMvcGhvdG8vaW1hZ2UvNDMxNzk4MTAvYjZkYTAz-1.png\" alt=\"\" class=\"wp-image-1198\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>Walking or hiking </h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>There is a well-kept walking trail on our property with plenty of bird life and some benches along the way. &nbsp;It is safe for dogs to run off-leash as it is completely fenced all around. &nbsp;For those who enjoy long walks and hikes, it is safe to cross onto neighbouring farms and go as far as the eye can see.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":1185,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/49089607_1950305445047847_5177863042771189760_n.png\" alt=\"\" class=\"wp-image-1185\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>Mountain biking </h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Bring your mountain bikes and explore the surrounding countryside on safe off-road tracks on our property and on neighbouring farms.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":1196,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Michelle_1.png\" alt=\"\" class=\"wp-image-1196\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>Horse riding </h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Interested riders can book at one of the recommended horse-riding establishments listed further down this page.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"e0b5417e\",\"innerContentWidth\":\"alignfull\",\"directionDesktop\":\"row\",\"wrapTablet\":\"wrap\",\"variationSelected\":true,\"rowGapTablet\":0,\"columnGapDesktop\":0,\"isBlockRootParent\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-e0b5417e alignfull uagb-is-root-container\"><!-- wp:uagb/container {\"block_id\":\"365a66c3\",\"widthDesktop\":25,\"widthTablet\":50,\"variationSelected\":true,\"widthSetByUser\":true,\"UAGHideMob\":true,\"UAGResponsiveConditions\":true} -->\n<div class=\"wp-block-uagb-container uag-hide-mob uagb-block-365a66c3\"><!-- wp:uagb/image {\"block_id\":\"2414d43e\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-18-1-1024x768.jpg\",\"id\":1208,\"linkDestination\":\"none\",\"width\":480,\"height\":500,\"naturalWidth\":1024,\"naturalHeight\":768,\"sizeSlug\":\"large\",\"sizeSlugTablet\":\"large\",\"sizeSlugMobile\":\"large\",\"customHeightSetDesktop\":true} -->\n<div class=\"wp-block-uagb-image uagb-block-2414d43e wp-block-uagb-image--layout-default wp-block-uagb-image--effect-static wp-block-uagb-image--align-none\"><figure class=\"wp-block-uagb-image__figure\"><img srcset=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-18-1-1024x768.jpg \" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-18-1-1024x768.jpg\" alt=\"\" class=\"uag-image-1208\" width=\"480\" height=\"500\" title=\"\" loading=\"lazy\"/></figure></div>\n<!-- /wp:uagb/image --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"e36c0bc5\",\"widthDesktop\":25,\"widthTablet\":50,\"variationSelected\":true,\"widthSetByUser\":true,\"UAGHideMob\":true,\"UAGResponsiveConditions\":true} -->\n<div class=\"wp-block-uagb-container uag-hide-mob uagb-block-e36c0bc5\"><!-- wp:uagb/image {\"block_id\":\"dcc36c2d\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Blue-Roan-pool-1.png\",\"id\":1210,\"linkDestination\":\"none\",\"width\":480,\"height\":500,\"naturalWidth\":370,\"naturalHeight\":440,\"sizeSlug\":\"full\",\"sizeSlugTablet\":\"full\",\"sizeSlugMobile\":\"full\",\"customHeightSetDesktop\":true} -->\n<div class=\"wp-block-uagb-image uagb-block-dcc36c2d wp-block-uagb-image--layout-default wp-block-uagb-image--effect-static wp-block-uagb-image--align-none\"><figure class=\"wp-block-uagb-image__figure\"><img srcset=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Blue-Roan-pool-1.png \" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Blue-Roan-pool-1.png\" alt=\"\" class=\"uag-image-1210\" width=\"480\" height=\"500\" title=\"\" loading=\"lazy\"/></figure></div>\n<!-- /wp:uagb/image --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"62c0d410\",\"widthDesktop\":50,\"widthTablet\":100,\"variationSelected\":true,\"columnGapDesktop\":20,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-62c0d410\"><!-- wp:uagb/image {\"block_id\":\"11946e3d\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/the-view-from-my-rooms-1024x768.jpg\",\"id\":1211,\"linkDestination\":\"none\",\"width\":960,\"height\":500,\"naturalWidth\":1024,\"naturalHeight\":768,\"sizeSlug\":\"large\",\"sizeSlugTablet\":\"large\",\"sizeSlugMobile\":\"large\",\"customHeightSetDesktop\":true} -->\n<div class=\"wp-block-uagb-image uagb-block-11946e3d wp-block-uagb-image--layout-default wp-block-uagb-image--effect-static wp-block-uagb-image--align-none\"><figure class=\"wp-block-uagb-image__figure\"><img srcset=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/the-view-from-my-rooms-1024x768.jpg \" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/the-view-from-my-rooms-1024x768.jpg\" alt=\"\" class=\"uag-image-1211\" width=\"960\" height=\"500\" title=\"\" loading=\"lazy\"/></figure></div>\n<!-- /wp:uagb/image --></div>\n<!-- /wp:uagb/container --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"5ee9450c\",\"innerContentWidth\":\"alignfull\",\"directionDesktop\":\"row\",\"wrapTablet\":\"wrap\",\"variationSelected\":true,\"rowGapTablet\":0,\"columnGapDesktop\":0,\"isBlockRootParent\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-5ee9450c alignfull uagb-is-root-container\"><!-- wp:uagb/container {\"block_id\":\"ce0001ae\",\"widthDesktop\":50,\"widthTablet\":100,\"variationSelected\":true,\"columnGapDesktop\":20,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-ce0001ae\"><!-- wp:uagb/image {\"block_id\":\"0a2eb14d\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAAJDI0ZWY4NDc1LThjYjYtNDM3YS1iOTliLWNmOWQxYTJkMWU5MQ-1.png\",\"id\":1213,\"linkDestination\":\"none\",\"width\":960,\"height\":500,\"naturalWidth\":1000,\"naturalHeight\":667,\"sizeSlug\":\"full\",\"sizeSlugTablet\":\"full\",\"sizeSlugMobile\":\"full\",\"customHeightSetDesktop\":true} -->\n<div class=\"wp-block-uagb-image uagb-block-0a2eb14d wp-block-uagb-image--layout-default wp-block-uagb-image--effect-static wp-block-uagb-image--align-none\"><figure class=\"wp-block-uagb-image__figure\"><img srcset=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAAJDI0ZWY4NDc1LThjYjYtNDM3YS1iOTliLWNmOWQxYTJkMWU5MQ-1.png \" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAAJDI0ZWY4NDc1LThjYjYtNDM3YS1iOTliLWNmOWQxYTJkMWU5MQ-1.png\" alt=\"\" class=\"uag-image-1213\" width=\"960\" height=\"500\" title=\"\" loading=\"lazy\"/></figure></div>\n<!-- /wp:uagb/image --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"5c94b52b\",\"widthDesktop\":25,\"variationSelected\":true,\"widthSetByUser\":true,\"UAGHideMob\":true,\"UAGResponsiveConditions\":true} -->\n<div class=\"wp-block-uagb-container uag-hide-mob uagb-block-5c94b52b\"><!-- wp:uagb/image {\"block_id\":\"7cb99058\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/bird-1-1024x683.jpg\",\"id\":1215,\"linkDestination\":\"none\",\"width\":480,\"height\":500,\"naturalWidth\":1024,\"naturalHeight\":683,\"sizeSlug\":\"large\",\"sizeSlugTablet\":\"large\",\"sizeSlugMobile\":\"large\",\"customHeightSetDesktop\":true} -->\n<div class=\"wp-block-uagb-image uagb-block-7cb99058 wp-block-uagb-image--layout-default wp-block-uagb-image--effect-static wp-block-uagb-image--align-none\"><figure class=\"wp-block-uagb-image__figure\"><img srcset=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/bird-1-1024x683.jpg \" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/bird-1-1024x683.jpg\" alt=\"\" class=\"uag-image-1215\" width=\"480\" height=\"500\" title=\"\" loading=\"lazy\"/></figure></div>\n<!-- /wp:uagb/image --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"cbe19e9e\",\"widthDesktop\":25,\"variationSelected\":true,\"widthSetByUser\":true,\"UAGHideMob\":true,\"UAGResponsiveConditions\":true} -->\n<div class=\"wp-block-uagb-container uag-hide-mob uagb-block-cbe19e9e\"><!-- wp:uagb/image {\"block_id\":\"0dd6b260\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/two-happy-boxers-1024x768.jpg\",\"id\":1216,\"linkDestination\":\"none\",\"width\":480,\"height\":500,\"naturalWidth\":1024,\"naturalHeight\":768,\"sizeSlug\":\"large\",\"sizeSlugTablet\":\"large\",\"sizeSlugMobile\":\"large\",\"customHeightSetDesktop\":true} -->\n<div class=\"wp-block-uagb-image uagb-block-0dd6b260 wp-block-uagb-image--layout-default wp-block-uagb-image--effect-static wp-block-uagb-image--align-none\"><figure class=\"wp-block-uagb-image__figure\"><img srcset=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/two-happy-boxers-1024x768.jpg \" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/two-happy-boxers-1024x768.jpg\" alt=\"\" class=\"uag-image-1216\" width=\"480\" height=\"500\" title=\"\" loading=\"lazy\"/></figure></div>\n<!-- /wp:uagb/image --></div>\n<!-- /wp:uagb/container --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"9d06db8f\",\"backgroundType\":\"color\",\"backgroundSizeTablet\":\"cover\",\"backgroundSizeMobile\":\"cover\",\"backgroundColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"topPaddingDesktop\":120,\"bottomPaddingDesktop\":0,\"topPaddingTablet\":80,\"bottomPaddingTablet\":80,\"leftPaddingTablet\":30,\"rightPaddingTablet\":30,\"topPaddingMobile\":80,\"bottomPaddingMobile\":80,\"leftPaddingMobile\":20,\"rightPaddingMobile\":20,\"paddingLink\":false,\"variationSelected\":true,\"rowGapDesktop\":0,\"rowGapTablet\":0,\"isBlockRootParent\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-9d06db8f alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/container {\"block_id\":\"7017ef73\",\"directionDesktop\":\"row\",\"alignItemsDesktop\":\"flex-end\",\"alignItemsTablet\":\"flex-end\",\"justifyContentDesktop\":\"flex-end\",\"justifyContentTablet\":\"space-between\",\"variationSelected\":true,\"rowGapMobile\":30,\"columnGapDesktop\":0} -->\n<div class=\"wp-block-uagb-container uagb-block-7017ef73\"><!-- wp:uagb/advanced-heading {\"block_id\":\"7921381a\",\"classMigrate\":true,\"headingDescToggle\":true,\"subHeadingColor\":\"\",\"headSpace\":20,\"subHeadFontSize\":16} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-7921381a\"><h2 class=\"uagb-heading-text\">Things to do in the area of Magaliesburg<br></h2><p class=\"uagb-desc-text\">Looking for more? Well, we believe that every guest walks into our lodge for the best experience. And, we are determined to do that.</p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/buttons {\"block_id\":\"fa25126b\",\"classMigrate\":true,\"childMigrate\":true,\"align\":\"right\",\"alignTablet\":\"right\",\"alignMobile\":\"left\",\"gap\":0} -->\n<div class=\"wp-block-uagb-buttons uagb-buttons__outer-wrap uagb-btn__default-btn uagb-btn-tablet__default-btn uagb-btn-mobile__default-btn uagb-block-fa25126b\"><div class=\"uagb-buttons__wrap uagb-buttons-layout-wrap\"><!-- wp:uagb/buttons-child {\"block_id\":\"fd214e73\",\"label\":\"Get Bookings\",\"link\":\"#\",\"hColor\":\"\",\"borderWidth\":\"\",\"borderRadius\":\"\",\"borderStyle\":\"\",\"borderColor\":\"\",\"borderHColor\":\"\",\"btnBorderTopWidth\":1,\"btnBorderLeftWidth\":1,\"btnBorderRightWidth\":1,\"btnBorderBottomWidth\":1,\"btnBorderTopLeftRadius\":2,\"btnBorderTopRightRadius\":2,\"btnBorderBottomLeftRadius\":2,\"btnBorderBottomRightRadius\":2,\"btnBorderStyle\":\"solid\",\"btnBorderColor\":\"#333\",\"btnBorderHColor\":\"#333\"} -->\n<div class=\"wp-block-uagb-buttons-child uagb-buttons__outer-wrap uagb-block-fd214e73 wp-block-button is-style-outline\"><div class=\"uagb-button__wrapper\"><a class=\"uagb-buttons-repeater wp-block-button__link\" href=\"#\" rel=\"follow noopener\" target=\"_self\"><div class=\"uagb-button__link\">Get Bookings</div></a></div></div>\n<!-- /wp:uagb/buttons-child --></div></div>\n<!-- /wp:uagb/buttons --></div>\n<!-- /wp:uagb/container --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"ddd94f76\",\"backgroundType\":\"color\",\"backgroundSizeTablet\":\"cover\",\"backgroundSizeMobile\":\"cover\",\"backgroundColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"topPaddingDesktop\":50,\"bottomPaddingDesktop\":100,\"topPaddingTablet\":50,\"bottomPaddingTablet\":25,\"leftPaddingTablet\":20,\"rightPaddingTablet\":20,\"topPaddingMobile\":50,\"bottomPaddingMobile\":20,\"leftPaddingMobile\":20,\"rightPaddingMobile\":20,\"paddingLink\":false,\"variationSelected\":true,\"rowGapDesktop\":0,\"isBlockRootParent\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-ddd94f76 alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/container {\"block_id\":\"36cf5b82\",\"directionDesktop\":\"row\",\"alignItemsTablet\":\"flex-start\",\"paddingLink\":false,\"topMarginDesktop\":50,\"bottomMarginDesktop\":20,\"leftMarginDesktop\":0,\"rightMarginDesktop\":0,\"marginLink\":false,\"variationSelected\":true,\"rowGapMobile\":65,\"columnGapDesktop\":48,\"columnGapTablet\":20} -->\n<div class=\"wp-block-uagb-container uagb-block-36cf5b82\"><!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"align\":\"center\",\"id\":1222,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image aligncenter size-full\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/41b46e52d7427ea1f6f135454e9a012f.png\" alt=\"\" class=\"wp-image-1222\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"textAlign\":\"center\",\"level\":3} -->\n<h3 class=\"has-text-align-center\">Fishing </h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>The dam has trout (stocked), bass, vlei Kuper and carp. Fly fishers seeking a unique challenge visit our establishment in search of the large &amp; small scale Yellow fish.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:buttons -->\n<div class=\"wp-block-buttons\"><!-- wp:button {\"align\":\"left\"} -->\n<div class=\"wp-block-button alignleft\"><a class=\"wp-block-button__link wp-element-button\" href=\"https://www.sundowner.co.za/rooms/magalies-barbus-haven/\" target=\"_blank\" rel=\"noreferrer noopener\">Barbus Haven</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons -->\n\n<!-- wp:paragraph -->\n<p>The opportunity to fish for Rainbow Trout or the elusive Brown Trout. Kingfisher offers rod hires at their venue. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:buttons -->\n<div class=\"wp-block-buttons\"><!-- wp:button {\"align\":\"left\"} -->\n<div class=\"wp-block-button alignleft\"><a class=\"wp-block-button__link wp-element-button\" href=\"https://www.thekingfisherlodge.co.za/activities/\" target=\"_blank\" rel=\"noreferrer noopener\">Kingfisher</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":1235,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Maseke-MTB-MvZ-3-1024x683-1.png\" alt=\"\" class=\"wp-image-1235\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>Mountain biking </h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>It is a privately owned nature reserve that offers mountain biking.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:spacer {\"height\":\"20px\"} -->\n<div style=\"height:20px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:buttons -->\n<div class=\"wp-block-buttons\"><!-- wp:button -->\n<div class=\"wp-block-button\"><a class=\"wp-block-button__link wp-element-button\" href=\"http://ingwebushcamp.yolasite.com/\" target=\"_blank\" rel=\"noreferrer noopener\">Ingwe Bush Camp&nbsp;</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons -->\n\n<!-- wp:paragraph -->\n<p>With over 80km of trails, Van Gaalen&nbsp;has something to offer for every kind of athlete, from beginner to advanced.<br></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:buttons -->\n<div class=\"wp-block-buttons\"><!-- wp:button -->\n<div class=\"wp-block-button\"><a class=\"wp-block-button__link wp-element-button\" href=\"https://www.vangaalen.co.za/products\" target=\"_blank\" rel=\"noreferrer noopener\">Van Gaalen\'s</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":830,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/ef9d0188da11e2bc56788f5619d9d539.png\" alt=\"\" class=\"wp-image-830\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>Quad biking </h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>We have quads suitable for kiddies, tweens, teens, and adults. We have mini quads and fully automatic 150cc quads.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:spacer {\"height\":\"2px\"} -->\n<div style=\"height:2px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:buttons -->\n<div class=\"wp-block-buttons\"><!-- wp:button -->\n<div class=\"wp-block-button\"><a class=\"wp-block-button__link wp-element-button\" href=\"https://www.saddlecreekadventures.co.za/activity/quad-biking/\" target=\"_blank\" rel=\"noreferrer noopener\">Saddle Creek Ranch</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons -->\n\n<!-- wp:paragraph -->\n<p>A 700-meter monster track, the longest and most exciting track in Gauteng!</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:spacer {\"height\":\"2px\"} -->\n<div style=\"height:2px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:buttons -->\n<div class=\"wp-block-buttons\"><!-- wp:button -->\n<div class=\"wp-block-button\"><a class=\"wp-block-button__link wp-element-button\" href=\"http://www.swartkrans.co.za/\" target=\"_blank\" rel=\"noreferrer noopener\">Swartkrans Go-Karting&nbsp;</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"align\":\"center\",\"id\":1198,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image aligncenter size-full\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/eyJidWNrZXQiOiJhc3NldHMuYWxsdHJhaWxzLmNvbSIsImtleSI6InVwbG9hZHMvcGhvdG8vaW1hZ2UvNDMxNzk4MTAvYjZkYTAz-1.png\" alt=\"\" class=\"wp-image-1198\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>Horse riding </h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Join us for an unforgettable horse riding experience in the peaceful countryside, with beautiful mountain scenery and lovely bush trails.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:buttons -->\n<div class=\"wp-block-buttons\"><!-- wp:button -->\n<div class=\"wp-block-button\"><a class=\"wp-block-button__link wp-element-button\" href=\"https://www.saddlecreekadventures.co.za/activity/horse-riding/\" target=\"_blank\" rel=\"noreferrer noopener\">Saddle Creek Ranch</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":1185,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/49089607_1950305445047847_5177863042771189760_n.png\" alt=\"\" class=\"wp-image-1185\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>Game drives </h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Enjoy a thrilling and educational adventure with our experienced guides.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:spacer {\"height\":\"2px\"} -->\n<div style=\"height:2px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:buttons -->\n<div class=\"wp-block-buttons\"><!-- wp:button -->\n<div class=\"wp-block-button\"><a class=\"wp-block-button__link wp-element-button\" href=\"https://www.rhinolion.co.za/visitors-guide/activity-index/game-drives/\" target=\"_blank\" rel=\"noreferrer noopener\">Rhino &amp; Lion Park</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons -->\n\n<!-- wp:paragraph -->\n<p>Our guided game-viewing drives take place each day in the morning and afternoon, as this is when the animals are most active.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:buttons -->\n<div class=\"wp-block-buttons\"><!-- wp:button -->\n<div class=\"wp-block-button\"><a class=\"wp-block-button__link wp-element-button\" href=\"https://www.africanhillslodge.co.za/experience/\" target=\"_blank\" rel=\"noreferrer noopener\">Askari Game Lodge</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:spacer {\"height\":\"12px\"} -->\n<div style=\"height:12px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:heading -->\n<h2>Other activites </h2>\n<!-- /wp:heading -->\n\n<!-- wp:uagb/faq {\"block_id\":\"5e83a3d0\",\"expandFirstItem\":false,\"boxBgColor\":\"#F5F5F5\",\"borderStyle\":\"\",\"borderWidth\":\"\",\"borderRadius\":\"\",\"borderColor\":\"\",\"vquestionPaddingDesktop\":15,\"hquestionPaddingDesktop\":15,\"iconAlign\":\"row-reverse\",\"schema\":\"{\\u0022@context\\u0022:\\u0022https://schema.org\\u0022,\\u0022@type\\u0022:\\u0022FAQPage\\u0022,\\u0022@id\\u0022:\\u0022https://blueroan.netgen.cloud/amenities/\\u0022,\\u0022mainEntity\\u0022:[{\\u0022@type\\u0022:\\u0022Question\\u0022,\\u0022name\\u0022:\\u0022\\u003cstrong\\u003ePUBS / MICRO BREWERIES\\u003c/strong\\u003e\\u0022,\\u0022acceptedAnswer\\u0022:{\\u0022@type\\u0022:\\u0022Answer\\u0022,\\u0022text\\u0022:\\u0022Black Horse   \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27825613246\\\\\\u0022\\u003e082 561 3246\\u003cbr\\u003e\\u003c/a\\u003eBrauhaus am Dam   \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27878025519\\\\\\u0022\\u003e087 802 5519\\u003c/a\\u003e / \\u003ca href=\\\\\\u0022tel:+27729201742\\\\\\u0022\\u003e072 920 1742\\u003c/a\\u003e\\u003cbr\\u003eHartleys Elephant Bar   \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27145772301\\\\\\u0022\\u003e014 577 2301\\u003cbr\\u003e\\u003c/a\\u003eThatchwood Pub   \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27837091672\\\\\\u0022\\u003e083 709 1672\\u003cbr\\u003e\\u003c/a\\u003eMonate Citrus Kelder   \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27122580712\\\\\\u0022\\u003e012 258 0712\\u003c/a\\u003e\\u0022}},{\\u0022@type\\u0022:\\u0022Question\\u0022,\\u0022name\\u0022:\\u0022\\u003cstrong\\u003eTEA GARDENS / RESTAURANTS   \\u003c/strong\\u003e\\u0022,\\u0022acceptedAnswer\\u0022:{\\u0022@type\\u0022:\\u0022Answer\\u0022,\\u0022text\\u0022:\\u0022Black Horse   \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27825613246\\\\\\u0022\\u003e082 561 3246\\u003cbr\\u003e\\u003c/a\\u003eBrauhaus am Dam   \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27878025519\\\\\\u0022\\u003e087 802 5519\\u003c/a\\u003e / \\u003ca href=\\\\\\u0022tel:+27729201742\\\\\\u0022\\u003e072 920 1742\\u003c/a\\u003e\\u003cbr\\u003eMelon Rouge   \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27796806050\\\\\\u0022\\u003e079 680 6050\\u003cbr\\u003e\\u003c/a\\u003eMount Grace Hotel   \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27145775600\\\\\\u0022\\u003e014 577 5600\\u003cbr\\u003e\\u003c/a\\u003eValley Lodge Hotel   \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27145771301\\\\\\u0022\\u003e014 577 1301\\u003cbr\\u003e\\u003c/a\\u003eLa Classique Ristorante   \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27145774006\\\\\\u0022\\u003e014 577 4006\\u003c/a\\u003e\\u0022}},{\\u0022@type\\u0022:\\u0022Question\\u0022,\\u0022name\\u0022:\\u0022\\u003cstrong\\u003eSHOPPING\\u003c/strong\\u003e  \\u0022,\\u0022acceptedAnswer\\u0022:{\\u0022@type\\u0022:\\u0022Answer\\u0022,\\u0022text\\u0022:\\u0022If Only Antiques    \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27827878825\\\\\\u0022\\u003e082 787 8825\\u003cbr\\u003e\\u003c/a\\u003ePuss in Boots   \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27145773562\\\\\\u0022\\u003e014 577 3562\\u003c/a\\u003e\\u0022}},{\\u0022@type\\u0022:\\u0022Question\\u0022,\\u0022name\\u0022:\\u0022\\u003cstrong\\u003eSPORTS \\u0026amp; ADVENTURE\\u003c/strong\\u003e\\u0022,\\u0022acceptedAnswer\\u0022:{\\u0022@type\\u0022:\\u0022Answer\\u0022,\\u0022text\\u0022:\\u0022Tandem Paragliding flips  \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27823221824\\\\\\u0022\\u003e0823221824\\u003c/a\\u003e\\u003cbr\\u003eMountain Sanctuary Park   \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27145340114\\\\\\u0022\\u003e014 534 0114\\u003cbr\\u003e\\u003c/a\\u003eBill Harrops Original Balloon Safaris   \\u003ca href=\\\\\\u0022tel:+27145771733\\\\\\u0022\\u003e014 577 1733\\u003c/a\\u003e / \\u003ca href=\\\\\\u0022tel:+27837520036\\\\\\u0022\\u003e083 752 0036\\u003c/a\\u003e\\u003cbr\\u003ePecanwood Golf Course   \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27122440112\\\\\\u0022\\u003e012 244 0112\\u003cbr\\u003e\\u003c/a\\u003eAir Ventures Hot Air Balloons   \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27117935782\\\\\\u0022\\u003e011 793 5782\\u003cbr\\u003e\\u003c/a\\u003eGliding   \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27835266966\\\\\\u0022\\u003e083 526 6966\\u003cbr\\u003e\\u003c/a\\u003eMagaliesberg Canopy Tours   \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27145350150\\\\\\u0022\\u003e014 535 0150\\u003cbr\\u003e\\u003c/a\\u003eWild Cave Adventures   \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27824862464\\\\\\u0022\\u003e082 486 2464\\u003cbr\\u003e\\u003c/a\\u003eMiracle Waters Dive Gateway   \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27832359840\\\\\\u0022\\u003e083 235 9840\\u003c/a\\u003e\\u0022}},{\\u0022@type\\u0022:\\u0022Question\\u0022,\\u0022name\\u0022:\\u0022\\u003cstrong\\u003eHEALTH SPAS\\u003c/strong\\u003e\\u0022,\\u0022acceptedAnswer\\u0022:{\\u0022@type\\u0022:\\u0022Answer\\u0022,\\u0022text\\u0022:\\u0022Whispering Pines   \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27145771536\\\\\\u0022\\u003e014 577 1536\\u003cbr\\u003e\\u003c/a\\u003eMount Grace Spa   \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27145775600\\\\\\u0022\\u003e014 577 5600\\u003cbr\\u003e\\u003c/a\\u003eValley Lodge Spa   \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27145771301\\\\\\u0022\\u003e014 577 1301\\u003cbr\\u003e\\u003c/a\\u003eRosewell Spa   \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27145771172\\\\\\u0022\\u003e014 577 1172\\u003cbr\\u003e\\u003c/a\\u003eSparkling Waters   \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27145350019\\\\\\u0022\\u003e014 535 0019\\u003c/a\\u003e\\u0022}},{\\u0022@type\\u0022:\\u0022Question\\u0022,\\u0022name\\u0022:\\u0022\\u003cstrong\\u003ePLACES OF INTEREST\\u003c/strong\\u003e\\u0022,\\u0022acceptedAnswer\\u0022:{\\u0022@type\\u0022:\\u0022Answer\\u0022,\\u0022text\\u0022:\\u0022Maropeng Visitors Centre   \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27145779000\\\\\\u0022\\u003e014 577 9000\\u003cbr\\u003e\\u003c/a\\u003eSterkfontein Caves   \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27116683200\\\\\\u0022\\u003e011 668 3200\\u003cbr\\u003e\\u003c/a\\u003eBlaaubank Gold Mine   \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27825673111\\\\\\u0022\\u003e082 567 3111\\u003cbr\\u003e\\u003c/a\\u003eVan Gaalen Cheese Farm   \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27122071289\\\\\\u0022\\u003e012 207 1289\\u003cbr\\u003e\\u003c/a\\u003eHartebeespoort Cableway   \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27722412654\\\\\\u0022\\u003e072 241 2654\\u003cbr\\u003e\\u003c/a\\u003eElephant Sanctuary             \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27122580423\\\\\\u0022\\u003e012 258 0423\\u003cbr\\u003e\\u003c/a\\u003eTeam Gel   \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27114622894\\\\\\u0022\\u003e011 462 2894\\u003c/a\\u003e / \\u003ca href=\\\\\\u0022tel:+27833207623\\\\\\u0022\\u003e083 320 7623\\u003c/a\\u003e\\u003cbr\\u003eMonate Citrus Kelder   \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27122580712\\\\\\u0022\\u003e012 258 0712\\u003cbr\\u003e\\u003c/a\\u003eLiving Jewels   \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27119566444\\\\\\u0022\\u003e011 956 6444\\u003cbr\\u003e\\u003c/a\\u003eBlaaubank Candle Dipping   \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27145774609\\\\\\u0022\\u003e014 577 4609\\u003cbr\\u003e\\u003c/a\\u003eVeggie Picking \\u0026amp; Strawberry Picking \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27122071116\\\\\\u0022\\u003e012 207 1116\\u003c/a\\u003e\\u0022}}]}\",\"questionLeftPaddingDesktop\":15,\"questionBottomPaddingDesktop\":15,\"answerTopPadding\":0,\"answerRightPadding\":15,\"answerBottomPadding\":15,\"answerLeftPadding\":15,\"answerTopPaddingTablet\":10,\"answerRightPaddingTablet\":10,\"answerBottomPaddingTablet\":10,\"answerLeftPaddingTablet\":10,\"answerTopPaddingMobile\":10,\"answerRightPaddingMobile\":10,\"answerBottomPaddingMobile\":10,\"answerLeftPaddingMobile\":10,\"overallBorderTopWidth\":1,\"overallBorderLeftWidth\":1,\"overallBorderRightWidth\":1,\"overallBorderBottomWidth\":1,\"overallBorderTopLeftRadius\":2,\"overallBorderTopRightRadius\":2,\"overallBorderBottomLeftRadius\":2,\"overallBorderBottomRightRadius\":2,\"overallBorderStyle\":\"none\",\"overallBorderColor\":\"#D2D2D2\"} -->\n<div class=\"wp-block-uagb-faq uagb-faq__outer-wrap uagb-block-5e83a3d0 uagb-faq-icon-row-reverse uagb-faq-layout-accordion uagb-faq-expand-first-false uagb-faq-inactive-other-true uagb-faq__wrap uagb-buttons-layout-wrap uagb-faq-equal-height\" data-faqtoggle=\"true\" role=\"tablist\"><!-- wp:uagb/faq-child {\"block_id\":\"583df393\",\"question\":\"\\u003cstrong\\u003ePUBS / MICRO BREWERIES\\u003c/strong\\u003e\",\"answer\":\"Black Horse   \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27825613246\\u0022\\u003e082 561 3246\\u003cbr\\u003e\\u003c/a\\u003eBrauhaus am Dam   \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27878025519\\u0022\\u003e087 802 5519\\u003c/a\\u003e / \\u003ca href=\\u0022tel:+27729201742\\u0022\\u003e072 920 1742\\u003c/a\\u003e\\u003cbr\\u003eHartleys Elephant Bar   \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27145772301\\u0022\\u003e014 577 2301\\u003cbr\\u003e\\u003c/a\\u003eThatchwood Pub   \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27837091672\\u0022\\u003e083 709 1672\\u003cbr\\u003e\\u003c/a\\u003eMonate Citrus Kelder   \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27122580712\\u0022\\u003e012 258 0712\\u003c/a\\u003e\"} -->\n<div class=\"wp-block-uagb-faq-child uagb-faq-child__outer-wrap uagb-faq-item uagb-block-583df393\" role=\"tab\" tabindex=\"0\"><div class=\"uagb-faq-questions-button uagb-faq-questions\"><span class=\"uagb-icon uagb-faq-icon-wrap\"><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 448 512\"><path d=\"M432 256c0 17.69-14.33 32.01-32 32.01H256v144c0 17.69-14.33 31.99-32 31.99s-32-14.3-32-31.99v-144H48c-17.67 0-32-14.32-32-32.01s14.33-31.99 32-31.99H192v-144c0-17.69 14.33-32.01 32-32.01s32 14.32 32 32.01v144h144C417.7 224 432 238.3 432 256z\"></path></svg></span><span class=\"uagb-icon-active uagb-faq-icon-wrap\"><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 448 512\"><path d=\"M400 288h-352c-17.69 0-32-14.32-32-32.01s14.31-31.99 32-31.99h352c17.69 0 32 14.3 32 31.99S417.7 288 400 288z\"></path></svg></span><span class=\"uagb-question\"><strong>PUBS / MICRO BREWERIES</strong></span></div><p class=\"uagb-faq-content\">Black Horse   <br><a href=\"tel:+27825613246\">082 561 3246<br></a>Brauhaus am Dam   <br><a href=\"tel:+27878025519\">087 802 5519</a> / <a href=\"tel:+27729201742\">072 920 1742</a><br>Hartleys Elephant Bar   <br><a href=\"tel:+27145772301\">014 577 2301<br></a>Thatchwood Pub   <br><a href=\"tel:+27837091672\">083 709 1672<br></a>Monate Citrus Kelder   <br><a href=\"tel:+27122580712\">012 258 0712</a></p></div>\n<!-- /wp:uagb/faq-child -->\n\n<!-- wp:uagb/faq-child {\"block_id\":\"fe8464e1\",\"question\":\"\\u003cstrong\\u003eTEA GARDENS / RESTAURANTS   \\u003c/strong\\u003e\",\"answer\":\"Black Horse   \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27825613246\\u0022\\u003e082 561 3246\\u003cbr\\u003e\\u003c/a\\u003eBrauhaus am Dam   \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27878025519\\u0022\\u003e087 802 5519\\u003c/a\\u003e / \\u003ca href=\\u0022tel:+27729201742\\u0022\\u003e072 920 1742\\u003c/a\\u003e\\u003cbr\\u003eMelon Rouge   \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27796806050\\u0022\\u003e079 680 6050\\u003cbr\\u003e\\u003c/a\\u003eMount Grace Hotel   \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27145775600\\u0022\\u003e014 577 5600\\u003cbr\\u003e\\u003c/a\\u003eValley Lodge Hotel   \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27145771301\\u0022\\u003e014 577 1301\\u003cbr\\u003e\\u003c/a\\u003eLa Classique Ristorante   \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27145774006\\u0022\\u003e014 577 4006\\u003c/a\\u003e\"} -->\n<div class=\"wp-block-uagb-faq-child uagb-faq-child__outer-wrap uagb-faq-item uagb-block-fe8464e1\" role=\"tab\" tabindex=\"0\"><div class=\"uagb-faq-questions-button uagb-faq-questions\"><span class=\"uagb-icon uagb-faq-icon-wrap\"><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 448 512\"><path d=\"M432 256c0 17.69-14.33 32.01-32 32.01H256v144c0 17.69-14.33 31.99-32 31.99s-32-14.3-32-31.99v-144H48c-17.67 0-32-14.32-32-32.01s14.33-31.99 32-31.99H192v-144c0-17.69 14.33-32.01 32-32.01s32 14.32 32 32.01v144h144C417.7 224 432 238.3 432 256z\"></path></svg></span><span class=\"uagb-icon-active uagb-faq-icon-wrap\"><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 448 512\"><path d=\"M400 288h-352c-17.69 0-32-14.32-32-32.01s14.31-31.99 32-31.99h352c17.69 0 32 14.3 32 31.99S417.7 288 400 288z\"></path></svg></span><span class=\"uagb-question\"><strong>TEA GARDENS / RESTAURANTS   </strong></span></div><p class=\"uagb-faq-content\">Black Horse   <br><a href=\"tel:+27825613246\">082 561 3246<br></a>Brauhaus am Dam   <br><a href=\"tel:+27878025519\">087 802 5519</a> / <a href=\"tel:+27729201742\">072 920 1742</a><br>Melon Rouge   <br><a href=\"tel:+27796806050\">079 680 6050<br></a>Mount Grace Hotel   <br><a href=\"tel:+27145775600\">014 577 5600<br></a>Valley Lodge Hotel   <br><a href=\"tel:+27145771301\">014 577 1301<br></a>La Classique Ristorante   <br><a href=\"tel:+27145774006\">014 577 4006</a></p></div>\n<!-- /wp:uagb/faq-child -->\n\n<!-- wp:uagb/faq-child {\"block_id\":\"a84fb684\",\"question\":\"\\u003cstrong\\u003eSHOPPING\\u003c/strong\\u003e  \",\"answer\":\"If Only Antiques    \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27827878825\\u0022\\u003e082 787 8825\\u003cbr\\u003e\\u003c/a\\u003ePuss in Boots   \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27145773562\\u0022\\u003e014 577 3562\\u003c/a\\u003e\"} -->\n<div class=\"wp-block-uagb-faq-child uagb-faq-child__outer-wrap uagb-faq-item uagb-block-a84fb684\" role=\"tab\" tabindex=\"0\"><div class=\"uagb-faq-questions-button uagb-faq-questions\"><span class=\"uagb-icon uagb-faq-icon-wrap\"><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 448 512\"><path d=\"M432 256c0 17.69-14.33 32.01-32 32.01H256v144c0 17.69-14.33 31.99-32 31.99s-32-14.3-32-31.99v-144H48c-17.67 0-32-14.32-32-32.01s14.33-31.99 32-31.99H192v-144c0-17.69 14.33-32.01 32-32.01s32 14.32 32 32.01v144h144C417.7 224 432 238.3 432 256z\"></path></svg></span><span class=\"uagb-icon-active uagb-faq-icon-wrap\"><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 448 512\"><path d=\"M400 288h-352c-17.69 0-32-14.32-32-32.01s14.31-31.99 32-31.99h352c17.69 0 32 14.3 32 31.99S417.7 288 400 288z\"></path></svg></span><span class=\"uagb-question\"><strong>SHOPPING</strong>  </span></div><p class=\"uagb-faq-content\">If Only Antiques    <br><a href=\"tel:+27827878825\">082 787 8825<br></a>Puss in Boots   <br><a href=\"tel:+27145773562\">014 577 3562</a></p></div>\n<!-- /wp:uagb/faq-child -->\n\n<!-- wp:uagb/faq-child {\"block_id\":\"bbc962fe\",\"question\":\"\\u003cstrong\\u003eSPORTS \\u0026amp; ADVENTURE\\u003c/strong\\u003e\",\"answer\":\"Tandem Paragliding flips  \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27823221824\\u0022\\u003e0823221824\\u003c/a\\u003e\\u003cbr\\u003eMountain Sanctuary Park   \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27145340114\\u0022\\u003e014 534 0114\\u003cbr\\u003e\\u003c/a\\u003eBill Harrops Original Balloon Safaris   \\u003ca href=\\u0022tel:+27145771733\\u0022\\u003e014 577 1733\\u003c/a\\u003e / \\u003ca href=\\u0022tel:+27837520036\\u0022\\u003e083 752 0036\\u003c/a\\u003e\\u003cbr\\u003ePecanwood Golf Course   \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27122440112\\u0022\\u003e012 244 0112\\u003cbr\\u003e\\u003c/a\\u003eAir Ventures Hot Air Balloons   \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27117935782\\u0022\\u003e011 793 5782\\u003cbr\\u003e\\u003c/a\\u003eGliding   \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27835266966\\u0022\\u003e083 526 6966\\u003cbr\\u003e\\u003c/a\\u003eMagaliesberg Canopy Tours   \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27145350150\\u0022\\u003e014 535 0150\\u003cbr\\u003e\\u003c/a\\u003eWild Cave Adventures   \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27824862464\\u0022\\u003e082 486 2464\\u003cbr\\u003e\\u003c/a\\u003eMiracle Waters Dive Gateway   \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27832359840\\u0022\\u003e083 235 9840\\u003c/a\\u003e\"} -->\n<div class=\"wp-block-uagb-faq-child uagb-faq-child__outer-wrap uagb-faq-item uagb-block-bbc962fe\" role=\"tab\" tabindex=\"0\"><div class=\"uagb-faq-questions-button uagb-faq-questions\"><span class=\"uagb-icon uagb-faq-icon-wrap\"><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 448 512\"><path d=\"M432 256c0 17.69-14.33 32.01-32 32.01H256v144c0 17.69-14.33 31.99-32 31.99s-32-14.3-32-31.99v-144H48c-17.67 0-32-14.32-32-32.01s14.33-31.99 32-31.99H192v-144c0-17.69 14.33-32.01 32-32.01s32 14.32 32 32.01v144h144C417.7 224 432 238.3 432 256z\"></path></svg></span><span class=\"uagb-icon-active uagb-faq-icon-wrap\"><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 448 512\"><path d=\"M400 288h-352c-17.69 0-32-14.32-32-32.01s14.31-31.99 32-31.99h352c17.69 0 32 14.3 32 31.99S417.7 288 400 288z\"></path></svg></span><span class=\"uagb-question\"><strong>SPORTS &amp; ADVENTURE</strong></span></div><p class=\"uagb-faq-content\">Tandem Paragliding flips  <br><a href=\"tel:+27823221824\">0823221824</a><br>Mountain Sanctuary Park   <br><a href=\"tel:+27145340114\">014 534 0114<br></a>Bill Harrops Original Balloon Safaris   <a href=\"tel:+27145771733\">014 577 1733</a> / <a href=\"tel:+27837520036\">083 752 0036</a><br>Pecanwood Golf Course   <br><a href=\"tel:+27122440112\">012 244 0112<br></a>Air Ventures Hot Air Balloons   <br><a href=\"tel:+27117935782\">011 793 5782<br></a>Gliding   <br><a href=\"tel:+27835266966\">083 526 6966<br></a>Magaliesberg Canopy Tours   <br><a href=\"tel:+27145350150\">014 535 0150<br></a>Wild Cave Adventures   <br><a href=\"tel:+27824862464\">082 486 2464<br></a>Miracle Waters Dive Gateway   <br><a href=\"tel:+27832359840\">083 235 9840</a></p></div>\n<!-- /wp:uagb/faq-child -->\n\n<!-- wp:uagb/faq-child {\"block_id\":\"7cf1640a\",\"question\":\"\\u003cstrong\\u003eHEALTH SPAS\\u003c/strong\\u003e\",\"answer\":\"Whispering Pines   \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27145771536\\u0022\\u003e014 577 1536\\u003cbr\\u003e\\u003c/a\\u003eMount Grace Spa   \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27145775600\\u0022\\u003e014 577 5600\\u003cbr\\u003e\\u003c/a\\u003eValley Lodge Spa   \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27145771301\\u0022\\u003e014 577 1301\\u003cbr\\u003e\\u003c/a\\u003eRosewell Spa   \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27145771172\\u0022\\u003e014 577 1172\\u003cbr\\u003e\\u003c/a\\u003eSparkling Waters   \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27145350019\\u0022\\u003e014 535 0019\\u003c/a\\u003e\"} -->\n<div class=\"wp-block-uagb-faq-child uagb-faq-child__outer-wrap uagb-faq-item uagb-block-7cf1640a\" role=\"tab\" tabindex=\"0\"><div class=\"uagb-faq-questions-button uagb-faq-questions\"><span class=\"uagb-icon uagb-faq-icon-wrap\"><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 448 512\"><path d=\"M432 256c0 17.69-14.33 32.01-32 32.01H256v144c0 17.69-14.33 31.99-32 31.99s-32-14.3-32-31.99v-144H48c-17.67 0-32-14.32-32-32.01s14.33-31.99 32-31.99H192v-144c0-17.69 14.33-32.01 32-32.01s32 14.32 32 32.01v144h144C417.7 224 432 238.3 432 256z\"></path></svg></span><span class=\"uagb-icon-active uagb-faq-icon-wrap\"><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 448 512\"><path d=\"M400 288h-352c-17.69 0-32-14.32-32-32.01s14.31-31.99 32-31.99h352c17.69 0 32 14.3 32 31.99S417.7 288 400 288z\"></path></svg></span><span class=\"uagb-question\"><strong>HEALTH SPAS</strong></span></div><p class=\"uagb-faq-content\">Whispering Pines   <br><a href=\"tel:+27145771536\">014 577 1536<br></a>Mount Grace Spa   <br><a href=\"tel:+27145775600\">014 577 5600<br></a>Valley Lodge Spa   <br><a href=\"tel:+27145771301\">014 577 1301<br></a>Rosewell Spa   <br><a href=\"tel:+27145771172\">014 577 1172<br></a>Sparkling Waters   <br><a href=\"tel:+27145350019\">014 535 0019</a></p></div>\n<!-- /wp:uagb/faq-child -->\n\n<!-- wp:uagb/faq-child {\"block_id\":\"ebf6d758\",\"question\":\"\\u003cstrong\\u003ePLACES OF INTEREST\\u003c/strong\\u003e\",\"answer\":\"Maropeng Visitors Centre   \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27145779000\\u0022\\u003e014 577 9000\\u003cbr\\u003e\\u003c/a\\u003eSterkfontein Caves   \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27116683200\\u0022\\u003e011 668 3200\\u003cbr\\u003e\\u003c/a\\u003eBlaaubank Gold Mine   \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27825673111\\u0022\\u003e082 567 3111\\u003cbr\\u003e\\u003c/a\\u003eVan Gaalen Cheese Farm   \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27122071289\\u0022\\u003e012 207 1289\\u003cbr\\u003e\\u003c/a\\u003eHartebeespoort Cableway   \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27722412654\\u0022\\u003e072 241 2654\\u003cbr\\u003e\\u003c/a\\u003eElephant Sanctuary             \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27122580423\\u0022\\u003e012 258 0423\\u003cbr\\u003e\\u003c/a\\u003eTeam Gel   \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27114622894\\u0022\\u003e011 462 2894\\u003c/a\\u003e / \\u003ca href=\\u0022tel:+27833207623\\u0022\\u003e083 320 7623\\u003c/a\\u003e\\u003cbr\\u003eMonate Citrus Kelder   \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27122580712\\u0022\\u003e012 258 0712\\u003cbr\\u003e\\u003c/a\\u003eLiving Jewels   \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27119566444\\u0022\\u003e011 956 6444\\u003cbr\\u003e\\u003c/a\\u003eBlaaubank Candle Dipping   \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27145774609\\u0022\\u003e014 577 4609\\u003cbr\\u003e\\u003c/a\\u003eVeggie Picking \\u0026amp; Strawberry Picking \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27122071116\\u0022\\u003e012 207 1116\\u003c/a\\u003e\"} -->\n<div class=\"wp-block-uagb-faq-child uagb-faq-child__outer-wrap uagb-faq-item uagb-block-ebf6d758\" role=\"tab\" tabindex=\"0\"><div class=\"uagb-faq-questions-button uagb-faq-questions\"><span class=\"uagb-icon uagb-faq-icon-wrap\"><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 448 512\"><path d=\"M432 256c0 17.69-14.33 32.01-32 32.01H256v144c0 17.69-14.33 31.99-32 31.99s-32-14.3-32-31.99v-144H48c-17.67 0-32-14.32-32-32.01s14.33-31.99 32-31.99H192v-144c0-17.69 14.33-32.01 32-32.01s32 14.32 32 32.01v144h144C417.7 224 432 238.3 432 256z\"></path></svg></span><span class=\"uagb-icon-active uagb-faq-icon-wrap\"><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 448 512\"><path d=\"M400 288h-352c-17.69 0-32-14.32-32-32.01s14.31-31.99 32-31.99h352c17.69 0 32 14.3 32 31.99S417.7 288 400 288z\"></path></svg></span><span class=\"uagb-question\"><strong>PLACES OF INTEREST</strong></span></div><p class=\"uagb-faq-content\">Maropeng Visitors Centre   <br><a href=\"tel:+27145779000\">014 577 9000<br></a>Sterkfontein Caves   <br><a href=\"tel:+27116683200\">011 668 3200<br></a>Blaaubank Gold Mine   <br><a href=\"tel:+27825673111\">082 567 3111<br></a>Van Gaalen Cheese Farm   <br><a href=\"tel:+27122071289\">012 207 1289<br></a>Hartebeespoort Cableway   <br><a href=\"tel:+27722412654\">072 241 2654<br></a>Elephant Sanctuary             <br><a href=\"tel:+27122580423\">012 258 0423<br></a>Team Gel   <br><a href=\"tel:+27114622894\">011 462 2894</a> / <a href=\"tel:+27833207623\">083 320 7623</a><br>Monate Citrus Kelder   <br><a href=\"tel:+27122580712\">012 258 0712<br></a>Living Jewels   <br><a href=\"tel:+27119566444\">011 956 6444<br></a>Blaaubank Candle Dipping   <br><a href=\"tel:+27145774609\">014 577 4609<br></a>Veggie Picking &amp; Strawberry Picking <br><a href=\"tel:+27122071116\">012 207 1116</a></p></div>\n<!-- /wp:uagb/faq-child --></div>\n<!-- /wp:uagb/faq --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"eb539047\",\"innerContentCustomWidthDesktop\":781,\"innerContentCustomWidthTablet\":781,\"backgroundType\":\"image\",\"backgroundImageDesktop\":{\"id\":54,\"title\":\"background-img\",\"filename\":\"background-img-1.jpg\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/background-img-1.jpg\",\"link\":\"https://blueroan.netgen.cloud/background-img-2/\",\"alt\":\"\",\"author\":\"34\",\"description\":\"\",\"caption\":\"\",\"name\":\"background-img-2\",\"status\":\"inherit\",\"uploadedTo\":0,\"date\":\"2021-05-07T10:11:37.000Z\",\"modified\":\"2021-05-07T10:11:37.000Z\",\"menuOrder\":0,\"mime\":\"image/jpeg\",\"type\":\"image\",\"subtype\":\"jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/default.png\",\"dateFormatted\":\"May 7, 2021\",\"nonces\":{\"update\":\"bb999636b9\",\"delete\":\"d2e1375bc4\",\"edit\":\"005dd2f0c9\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=54\\u0026action=edit\",\"meta\":false,\"authorName\":\"Rishabh\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/user-edit.php?user_id=34\",\"filesizeInBytes\":338858,\"filesizeHumanReadable\":\"331 KB\",\"context\":\"\",\"height\":1080,\"width\":1920,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/background-img-1-150x150.jpg\",\"orientation\":\"landscape\"},\"medium\":{\"height\":169,\"width\":300,\"url\":\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/background-img-1-300x169.jpg\",\"orientation\":\"landscape\"},\"large\":{\"height\":576,\"width\":1024,\"url\":\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/background-img-1-1024x576.jpg\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/background-img-1.jpg\",\"height\":1080,\"width\":1920,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"backgroundImageColor\":\"rgba(42,42,42,0.65)\",\"topPaddingDesktop\":144,\"bottomPaddingDesktop\":144,\"leftPaddingDesktop\":40,\"rightPaddingDesktop\":40,\"topPaddingTablet\":80,\"bottomPaddingTablet\":80,\"leftPaddingTablet\":40,\"rightPaddingTablet\":40,\"topPaddingMobile\":64,\"bottomPaddingMobile\":64,\"leftPaddingMobile\":24,\"rightPaddingMobile\":24,\"paddingLink\":false,\"variationSelected\":true,\"isBlockRootParent\":true,\"overlayType\":\"color\"} -->\n<div class=\"wp-block-uagb-container uagb-block-eb539047 alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/advanced-heading {\"block_id\":\"7feda137\",\"classMigrate\":true,\"headingDescToggle\":true,\"headingAlign\":\"center\",\"headingColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"subHeadingColor\":\"var(\\u002d\\u002dast-global-color-4)\",\"headSpace\":20} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-7feda137\"><h2 class=\"uagb-heading-text\">Plan an Unforgettable Experience in Mykonos Today!</h2><p class=\"uagb-desc-text\">We can help you fit your stay and experience within your allotted budget.</p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/advanced-heading {\"block_id\":\"1b2becfb\",\"classMigrate\":true,\"headingTitleToggle\":false,\"headingDescToggle\":true,\"headingAlign\":\"center\",\"subHeadingColor\":\"var(\\u002d\\u002dast-global-color-4)\",\"subHeadTransform\":\"uppercase\",\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"subHeadLetterSpacing\":2,\"blockTopPadding\":60,\"blockRightPadding\":0,\"blockLeftPadding\":0,\"blockBottomPadding\":0,\"blockTopPaddingMobile\":30,\"blockRightPaddingMobile\":0,\"blockLeftPaddingMobile\":0,\"blockBottomPaddingMobile\":0} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-1b2becfb\"><p class=\"uagb-desc-text\">BOOK YOUR STAY NOW​</p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/icon-list {\"block_id\":\"7e5c33af\",\"classMigrate\":true,\"childMigrate\":true,\"align\":\"center\",\"parentIcon\":\"phone\",\"size\":40,\"sizeMobile\":24,\"sizeTablet\":32,\"fontSize\":48,\"fontSizeMobile\":28,\"fontSizeTablet\":40,\"fontWeight\":\"600\",\"iconColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"labelColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"blockTopPadding\":0,\"blockRightPadding\":0,\"blockLeftPadding\":0,\"blockBottomPadding\":24,\"blockPaddingLink\":false} -->\n<div class=\"wp-block-uagb-icon-list uagb-block-7e5c33af\"><div class=\"uagb-icon-list__wrap\"><!-- wp:uagb/icon-list-child {\"block_id\":\"6c8a83eb\",\"label\":\"+1-123 456 7890​\",\"label_color\":\"\",\"fromParentIcon\":\"phone\",\"imageSizeChild\":40} -->\n<div class=\"wp-block-uagb-icon-list-child uagb-block-6c8a83eb\"><span class=\"uagb-icon-list__source-wrap\"><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M511.2 387l-23.25 100.8c-3.266 14.25-15.79 24.22-30.46 24.22C205.2 512 0 306.8 0 54.5c0-14.66 9.969-27.2 24.22-30.45l100.8-23.25C139.7-2.602 154.7 5.018 160.8 18.92l46.52 108.5c5.438 12.78 1.77 27.67-8.98 36.45L144.5 207.1c33.98 69.22 90.26 125.5 159.5 159.5l44.08-53.8c8.688-10.78 23.69-14.51 36.47-8.975l108.5 46.51C506.1 357.2 514.6 372.4 511.2 387z\"></path></svg></span><span class=\"uagb-icon-list__label\">+1-123 456 7890​</span></div>\n<!-- /wp:uagb/icon-list-child --></div></div>\n<!-- /wp:uagb/icon-list --></div></div>\n<!-- /wp:uagb/container -->',	'Amenities',	'',	'inherit',	'closed',	'closed',	'',	'762-revision-v1',	'',	'',	'2022-12-15 13:19:31',	'2022-12-15 13:19:31',	'',	762,	'https://blueroan.netgen.cloud/?p=1266',	0,	'revision',	'',	0),
(1267,	2,	'2022-12-15 13:20:59',	'2022-12-15 13:20:59',	'<!-- wp:uagb/container {\"block_id\":\"a6714221\",\"backgroundType\":\"image\",\"backgroundImageDesktop\":{\"id\":1007,\"title\":\"AAEAAQAAAAAAAAAAAAAAJDg5NmY0ZGUxLWE4MTgtNDY5NC1iODFhLTBmN2Q0ZDc5ZWFiNw-1\",\"filename\":\"AAEAAQAAAAAAAAAAAAAAJDg5NmY0ZGUxLWE4MTgtNDY5NC1iODFhLTBmN2Q0ZDc5ZWFiNw-1.png\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAAJDg5NmY0ZGUxLWE4MTgtNDY5NC1iODFhLTBmN2Q0ZDc5ZWFiNw-1.png\",\"link\":\"https://blueroan.netgen.cloud/the-barn/aaeaaqaaaaaaaaaaaaaajdg5nmy0zguxlwe4mtgtndy5nc1iodfhltbmn2q0zdc5zwfinw-1/\",\"alt\":\"\",\"author\":\"2\",\"description\":\"\",\"caption\":\"\",\"name\":\"aaeaaqaaaaaaaaaaaaaajdg5nmy0zguxlwe4mtgtndy5nc1iodfhltbmn2q0zdc5zwfinw-1\",\"status\":\"inherit\",\"uploadedTo\":948,\"date\":\"2022-12-14T10:50:25.000Z\",\"modified\":\"2022-12-14T10:50:25.000Z\",\"menuOrder\":0,\"mime\":\"image/png\",\"type\":\"image\",\"subtype\":\"png\",\"icon\":\"https://blueroan.netgen.cloud/wp-includes/images/media/default.png\",\"dateFormatted\":\"December 14, 2022\",\"nonces\":{\"update\":\"483f8bdf3d\",\"delete\":\"0a7ebc92ef\",\"edit\":\"6bc1c6a685\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=1007\\u0026action=edit\",\"meta\":false,\"authorName\":\"Netgen Support\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/profile.php\",\"uploadedToTitle\":\"The Barn\",\"uploadedToLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=948\\u0026action=edit\",\"filesizeInBytes\":1348989,\"filesizeHumanReadable\":\"1 MB\",\"context\":\"\",\"height\":667,\"width\":1000,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAAJDg5NmY0ZGUxLWE4MTgtNDY5NC1iODFhLTBmN2Q0ZDc5ZWFiNw-1-150x150.png\",\"orientation\":\"landscape\"},\"medium\":{\"height\":200,\"width\":300,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAAJDg5NmY0ZGUxLWE4MTgtNDY5NC1iODFhLTBmN2Q0ZDc5ZWFiNw-1-300x200.png\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAAJDg5NmY0ZGUxLWE4MTgtNDY5NC1iODFhLTBmN2Q0ZDc5ZWFiNw-1.png\",\"height\":667,\"width\":1000,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"backgroundPositionDesktop\":{\"x\":0.61,\"y\":0.52},\"backgroundSizeTablet\":\"cover\",\"backgroundSizeMobile\":\"cover\",\"backgroundColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"backgroundImageColor\":\"rgba(42,42,42,0.5)\",\"topPaddingDesktop\":220,\"bottomPaddingDesktop\":150,\"topPaddingTablet\":170,\"bottomPaddingTablet\":160,\"leftPaddingTablet\":30,\"rightPaddingTablet\":30,\"topPaddingMobile\":180,\"bottomPaddingMobile\":80,\"leftPaddingMobile\":20,\"rightPaddingMobile\":20,\"paddingLink\":false,\"variationSelected\":true,\"isBlockRootParent\":true,\"overlayType\":\"color\"} -->\n<div class=\"wp-block-uagb-container uagb-block-a6714221 alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/advanced-heading {\"block_id\":\"b71818bc\",\"classMigrate\":true,\"headingDescToggle\":true,\"headingColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"subHeadingColor\":\"var(\\u002d\\u002dast-global-color-4)\",\"headingTag\":\"h1\",\"headSpace\":20,\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"blockTopPadding\":0,\"blockRightPadding\":50,\"blockLeftPadding\":0,\"blockBottomPadding\":0,\"blockTopPaddingTablet\":0,\"blockRightPaddingTablet\":20,\"blockLeftPaddingTablet\":0,\"blockBottomPaddingTablet\":0,\"blockTopPaddingMobile\":0,\"blockRightPaddingMobile\":0,\"blockLeftPaddingMobile\":0,\"blockBottomPaddingMobile\":0,\"blockPaddingUnit\":\"%\",\"blockPaddingUnitTablet\":\"%\"} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-b71818bc\"><h1 class=\"uagb-heading-text\">Amenities &amp; Interests​</h1><p class=\"uagb-desc-text\">We do not give you just rooms to stay in. We give you an environment where you can experience the best while on a holiday with us. </p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:buttons -->\n<div class=\"wp-block-buttons\"><!-- wp:button -->\n<div class=\"wp-block-button\"><a class=\"wp-block-button__link wp-element-button\" href=\"https://book.nightsbridge.com/11065\" target=\"_blank\" rel=\"noreferrer noopener\">BOOK NOW</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"d7ba9807\",\"backgroundType\":\"color\",\"backgroundSizeTablet\":\"cover\",\"backgroundSizeMobile\":\"cover\",\"backgroundColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"topPaddingDesktop\":50,\"bottomPaddingDesktop\":100,\"topPaddingTablet\":50,\"bottomPaddingTablet\":25,\"leftPaddingTablet\":20,\"rightPaddingTablet\":20,\"topPaddingMobile\":50,\"bottomPaddingMobile\":20,\"leftPaddingMobile\":20,\"rightPaddingMobile\":20,\"paddingLink\":false,\"variationSelected\":true,\"rowGapDesktop\":0,\"isBlockRootParent\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-d7ba9807 alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/container {\"block_id\":\"d884c654\",\"directionDesktop\":\"row\",\"alignItemsTablet\":\"flex-start\",\"paddingLink\":false,\"topMarginDesktop\":50,\"bottomMarginDesktop\":20,\"leftMarginDesktop\":0,\"rightMarginDesktop\":0,\"marginLink\":false,\"variationSelected\":true,\"rowGapMobile\":65,\"columnGapDesktop\":48,\"columnGapTablet\":20} -->\n<div class=\"wp-block-uagb-container uagb-block-d884c654\"><!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"align\":\"center\",\"id\":828,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image aligncenter size-full\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Blue-Roan-pool.png\" alt=\"Blue Roan\'s rock pool\" class=\"wp-image-828\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>A relaxing rock Pool​</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>We have a lovely sparkling blue rock pool next to a thatched Lapa. &nbsp;&nbsp;Lie on recliners on the green lawn or sit on the swing chair in the Lapa and enjoy the panoramic view of the Magaliesberg mountain range.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":829,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/img-20160605-wa0002-largejpg.png\" alt=\"\" class=\"wp-image-829\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>Braai facilities </h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>What can compare to a burning fire under the star-lit African sky? Nothing beats the flavor of cooking over an open flame.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":830,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/ef9d0188da11e2bc56788f5619d9d539.png\" alt=\"\" class=\"wp-image-830\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>A games room </h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>The reception is also a games room for those who enjoy darts or playing pool. &nbsp;Take a selection of DVDs back to your room and watch movies on your own DVD player. &nbsp;There is also a selection of board games and music CDs that you can borrow.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"align\":\"center\",\"id\":1198,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image aligncenter size-full\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/eyJidWNrZXQiOiJhc3NldHMuYWxsdHJhaWxzLmNvbSIsImtleSI6InVwbG9hZHMvcGhvdG8vaW1hZ2UvNDMxNzk4MTAvYjZkYTAz-1.png\" alt=\"\" class=\"wp-image-1198\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>Walking or hiking </h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>There is a well-kept walking trail on our property with plenty of bird life and some benches along the way. &nbsp;It is safe for dogs to run off-leash as it is completely fenced all around. &nbsp;For those who enjoy long walks and hikes, it is safe to cross onto neighbouring farms and go as far as the eye can see.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":1185,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/49089607_1950305445047847_5177863042771189760_n.png\" alt=\"\" class=\"wp-image-1185\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>Mountain biking </h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Bring your mountain bikes and explore the surrounding countryside on safe off-road tracks on our property and on neighbouring farms.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":1196,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Michelle_1.png\" alt=\"\" class=\"wp-image-1196\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>Horse riding </h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Interested riders can book at one of the recommended horse-riding establishments listed further down this page.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"aa01e06f\",\"innerContentWidth\":\"alignfull\",\"directionDesktop\":\"row\",\"wrapTablet\":\"wrap\",\"variationSelected\":true,\"rowGapTablet\":0,\"columnGapDesktop\":0,\"isBlockRootParent\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-aa01e06f alignfull uagb-is-root-container\"><!-- wp:uagb/container {\"block_id\":\"fe36ac48\",\"widthDesktop\":25,\"widthTablet\":50,\"variationSelected\":true,\"widthSetByUser\":true,\"UAGHideMob\":true,\"UAGResponsiveConditions\":true} -->\n<div class=\"wp-block-uagb-container uag-hide-mob uagb-block-fe36ac48\"><!-- wp:uagb/image {\"block_id\":\"7d541190\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-18-1-1024x768.jpg\",\"id\":1208,\"linkDestination\":\"none\",\"width\":480,\"height\":500,\"naturalWidth\":1024,\"naturalHeight\":768,\"sizeSlug\":\"large\",\"sizeSlugTablet\":\"large\",\"sizeSlugMobile\":\"large\",\"customHeightSetDesktop\":true} -->\n<div class=\"wp-block-uagb-image uagb-block-7d541190 wp-block-uagb-image--layout-default wp-block-uagb-image--effect-static wp-block-uagb-image--align-none\"><figure class=\"wp-block-uagb-image__figure\"><img srcset=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-18-1-1024x768.jpg \" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-18-1-1024x768.jpg\" alt=\"\" class=\"uag-image-1208\" width=\"480\" height=\"500\" title=\"\" loading=\"lazy\"/></figure></div>\n<!-- /wp:uagb/image --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"c595cffd\",\"widthDesktop\":25,\"widthTablet\":50,\"variationSelected\":true,\"widthSetByUser\":true,\"UAGHideMob\":true,\"UAGResponsiveConditions\":true} -->\n<div class=\"wp-block-uagb-container uag-hide-mob uagb-block-c595cffd\"><!-- wp:uagb/image {\"block_id\":\"bc484e4e\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Blue-Roan-pool-1.png\",\"id\":1210,\"linkDestination\":\"none\",\"width\":480,\"height\":500,\"naturalWidth\":370,\"naturalHeight\":440,\"sizeSlug\":\"full\",\"sizeSlugTablet\":\"full\",\"sizeSlugMobile\":\"full\",\"customHeightSetDesktop\":true} -->\n<div class=\"wp-block-uagb-image uagb-block-bc484e4e wp-block-uagb-image--layout-default wp-block-uagb-image--effect-static wp-block-uagb-image--align-none\"><figure class=\"wp-block-uagb-image__figure\"><img srcset=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Blue-Roan-pool-1.png \" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Blue-Roan-pool-1.png\" alt=\"\" class=\"uag-image-1210\" width=\"480\" height=\"500\" title=\"\" loading=\"lazy\"/></figure></div>\n<!-- /wp:uagb/image --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"7e5a1213\",\"widthDesktop\":50,\"widthTablet\":100,\"variationSelected\":true,\"columnGapDesktop\":20,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-7e5a1213\"><!-- wp:uagb/image {\"block_id\":\"5cf98d68\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/the-view-from-my-rooms-1024x768.jpg\",\"id\":1211,\"linkDestination\":\"none\",\"width\":960,\"height\":500,\"naturalWidth\":1024,\"naturalHeight\":768,\"sizeSlug\":\"large\",\"sizeSlugTablet\":\"large\",\"sizeSlugMobile\":\"large\",\"customHeightSetDesktop\":true} -->\n<div class=\"wp-block-uagb-image uagb-block-5cf98d68 wp-block-uagb-image--layout-default wp-block-uagb-image--effect-static wp-block-uagb-image--align-none\"><figure class=\"wp-block-uagb-image__figure\"><img srcset=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/the-view-from-my-rooms-1024x768.jpg \" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/the-view-from-my-rooms-1024x768.jpg\" alt=\"\" class=\"uag-image-1211\" width=\"960\" height=\"500\" title=\"\" loading=\"lazy\"/></figure></div>\n<!-- /wp:uagb/image --></div>\n<!-- /wp:uagb/container --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"4178f812\",\"innerContentWidth\":\"alignfull\",\"directionDesktop\":\"row\",\"wrapTablet\":\"wrap\",\"variationSelected\":true,\"rowGapTablet\":0,\"columnGapDesktop\":0,\"isBlockRootParent\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-4178f812 alignfull uagb-is-root-container\"><!-- wp:uagb/container {\"block_id\":\"e7fe3577\",\"widthDesktop\":50,\"widthTablet\":100,\"variationSelected\":true,\"columnGapDesktop\":20,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-e7fe3577\"><!-- wp:uagb/image {\"block_id\":\"88561640\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAAJDI0ZWY4NDc1LThjYjYtNDM3YS1iOTliLWNmOWQxYTJkMWU5MQ-1.png\",\"id\":1213,\"linkDestination\":\"none\",\"width\":960,\"height\":500,\"naturalWidth\":1000,\"naturalHeight\":667,\"sizeSlug\":\"full\",\"sizeSlugTablet\":\"full\",\"sizeSlugMobile\":\"full\",\"customHeightSetDesktop\":true} -->\n<div class=\"wp-block-uagb-image uagb-block-88561640 wp-block-uagb-image--layout-default wp-block-uagb-image--effect-static wp-block-uagb-image--align-none\"><figure class=\"wp-block-uagb-image__figure\"><img srcset=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAAJDI0ZWY4NDc1LThjYjYtNDM3YS1iOTliLWNmOWQxYTJkMWU5MQ-1.png \" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAAJDI0ZWY4NDc1LThjYjYtNDM3YS1iOTliLWNmOWQxYTJkMWU5MQ-1.png\" alt=\"\" class=\"uag-image-1213\" width=\"960\" height=\"500\" title=\"\" loading=\"lazy\"/></figure></div>\n<!-- /wp:uagb/image --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"2b1462bf\",\"widthDesktop\":25,\"variationSelected\":true,\"widthSetByUser\":true,\"UAGHideMob\":true,\"UAGResponsiveConditions\":true} -->\n<div class=\"wp-block-uagb-container uag-hide-mob uagb-block-2b1462bf\"><!-- wp:uagb/image {\"block_id\":\"e539140c\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/bird-1-1024x683.jpg\",\"id\":1215,\"linkDestination\":\"none\",\"width\":480,\"height\":500,\"naturalWidth\":1024,\"naturalHeight\":683,\"sizeSlug\":\"large\",\"sizeSlugTablet\":\"large\",\"sizeSlugMobile\":\"large\",\"customHeightSetDesktop\":true} -->\n<div class=\"wp-block-uagb-image uagb-block-e539140c wp-block-uagb-image--layout-default wp-block-uagb-image--effect-static wp-block-uagb-image--align-none\"><figure class=\"wp-block-uagb-image__figure\"><img srcset=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/bird-1-1024x683.jpg \" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/bird-1-1024x683.jpg\" alt=\"\" class=\"uag-image-1215\" width=\"480\" height=\"500\" title=\"\" loading=\"lazy\"/></figure></div>\n<!-- /wp:uagb/image --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"43aed372\",\"widthDesktop\":25,\"variationSelected\":true,\"widthSetByUser\":true,\"UAGHideMob\":true,\"UAGResponsiveConditions\":true} -->\n<div class=\"wp-block-uagb-container uag-hide-mob uagb-block-43aed372\"><!-- wp:uagb/image {\"block_id\":\"c0d92ff8\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/two-happy-boxers-1024x768.jpg\",\"id\":1216,\"linkDestination\":\"none\",\"width\":480,\"height\":500,\"naturalWidth\":1024,\"naturalHeight\":768,\"sizeSlug\":\"large\",\"sizeSlugTablet\":\"large\",\"sizeSlugMobile\":\"large\",\"customHeightSetDesktop\":true} -->\n<div class=\"wp-block-uagb-image uagb-block-c0d92ff8 wp-block-uagb-image--layout-default wp-block-uagb-image--effect-static wp-block-uagb-image--align-none\"><figure class=\"wp-block-uagb-image__figure\"><img srcset=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/two-happy-boxers-1024x768.jpg \" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/two-happy-boxers-1024x768.jpg\" alt=\"\" class=\"uag-image-1216\" width=\"480\" height=\"500\" title=\"\" loading=\"lazy\"/></figure></div>\n<!-- /wp:uagb/image --></div>\n<!-- /wp:uagb/container --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"54fccb45\",\"backgroundType\":\"color\",\"backgroundSizeTablet\":\"cover\",\"backgroundSizeMobile\":\"cover\",\"backgroundColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"topPaddingDesktop\":120,\"bottomPaddingDesktop\":0,\"topPaddingTablet\":80,\"bottomPaddingTablet\":80,\"leftPaddingTablet\":30,\"rightPaddingTablet\":30,\"topPaddingMobile\":80,\"bottomPaddingMobile\":80,\"leftPaddingMobile\":20,\"rightPaddingMobile\":20,\"paddingLink\":false,\"variationSelected\":true,\"rowGapDesktop\":0,\"rowGapTablet\":0,\"isBlockRootParent\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-54fccb45 alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/container {\"block_id\":\"c11128da\",\"directionDesktop\":\"row\",\"alignItemsDesktop\":\"flex-end\",\"alignItemsTablet\":\"flex-end\",\"justifyContentDesktop\":\"flex-end\",\"justifyContentTablet\":\"space-between\",\"variationSelected\":true,\"rowGapMobile\":30,\"columnGapDesktop\":0} -->\n<div class=\"wp-block-uagb-container uagb-block-c11128da\"><!-- wp:uagb/advanced-heading {\"block_id\":\"9ac573a3\",\"classMigrate\":true,\"headingDescToggle\":true,\"subHeadingColor\":\"\",\"headSpace\":20,\"subHeadFontSize\":16} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-9ac573a3\"><h2 class=\"uagb-heading-text\">Things to do in the area of Magaliesburg<br></h2><p class=\"uagb-desc-text\">Looking for more? Well, we believe that every guest walks into our lodge for the best experience. And, we are determined to do that.</p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/buttons {\"block_id\":\"8fed3dee\",\"classMigrate\":true,\"childMigrate\":true,\"align\":\"right\",\"alignTablet\":\"right\",\"alignMobile\":\"left\",\"gap\":0} -->\n<div class=\"wp-block-uagb-buttons uagb-buttons__outer-wrap uagb-btn__default-btn uagb-btn-tablet__default-btn uagb-btn-mobile__default-btn uagb-block-8fed3dee\"><div class=\"uagb-buttons__wrap uagb-buttons-layout-wrap\"><!-- wp:uagb/buttons-child {\"block_id\":\"a4441691\",\"label\":\"Reservations\",\"link\":\"https://book.nightsbridge.com/11065\",\"hColor\":\"\",\"opensInNewTab\":true,\"borderWidth\":\"\",\"borderRadius\":\"\",\"borderStyle\":\"\",\"borderColor\":\"\",\"borderHColor\":\"\",\"btnBorderTopWidth\":1,\"btnBorderLeftWidth\":1,\"btnBorderRightWidth\":1,\"btnBorderBottomWidth\":1,\"btnBorderTopLeftRadius\":2,\"btnBorderTopRightRadius\":2,\"btnBorderBottomLeftRadius\":2,\"btnBorderBottomRightRadius\":2,\"btnBorderStyle\":\"solid\",\"btnBorderColor\":\"#333\",\"btnBorderHColor\":\"#333\"} -->\n<div class=\"wp-block-uagb-buttons-child uagb-buttons__outer-wrap uagb-block-a4441691 wp-block-button is-style-outline\"><div class=\"uagb-button__wrapper\"><a class=\"uagb-buttons-repeater wp-block-button__link\" href=\"https://book.nightsbridge.com/11065\" rel=\"follow noopener\" target=\"_blank\"><div class=\"uagb-button__link\">Reservations</div></a></div></div>\n<!-- /wp:uagb/buttons-child --></div></div>\n<!-- /wp:uagb/buttons --></div>\n<!-- /wp:uagb/container --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"807cf083\",\"backgroundType\":\"color\",\"backgroundSizeTablet\":\"cover\",\"backgroundSizeMobile\":\"cover\",\"backgroundColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"topPaddingDesktop\":50,\"bottomPaddingDesktop\":100,\"topPaddingTablet\":50,\"bottomPaddingTablet\":25,\"leftPaddingTablet\":20,\"rightPaddingTablet\":20,\"topPaddingMobile\":50,\"bottomPaddingMobile\":20,\"leftPaddingMobile\":20,\"rightPaddingMobile\":20,\"paddingLink\":false,\"variationSelected\":true,\"rowGapDesktop\":0,\"isBlockRootParent\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-807cf083 alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/container {\"block_id\":\"2f16b4c0\",\"directionDesktop\":\"row\",\"alignItemsTablet\":\"flex-start\",\"paddingLink\":false,\"topMarginDesktop\":50,\"bottomMarginDesktop\":20,\"leftMarginDesktop\":0,\"rightMarginDesktop\":0,\"marginLink\":false,\"variationSelected\":true,\"rowGapMobile\":65,\"columnGapDesktop\":48,\"columnGapTablet\":20} -->\n<div class=\"wp-block-uagb-container uagb-block-2f16b4c0\"><!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"align\":\"center\",\"id\":1222,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image aligncenter size-full\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/41b46e52d7427ea1f6f135454e9a012f.png\" alt=\"\" class=\"wp-image-1222\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"textAlign\":\"center\",\"level\":3} -->\n<h3 class=\"has-text-align-center\">Fishing </h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>The dam has trout (stocked), bass, vlei Kuper and carp. Fly fishers seeking a unique challenge visit our establishment in search of the large &amp; small scale Yellow fish.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:buttons -->\n<div class=\"wp-block-buttons\"><!-- wp:button {\"align\":\"left\"} -->\n<div class=\"wp-block-button alignleft\"><a class=\"wp-block-button__link wp-element-button\" href=\"https://www.sundowner.co.za/rooms/magalies-barbus-haven/\" target=\"_blank\" rel=\"noreferrer noopener\">Barbus Haven</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons -->\n\n<!-- wp:paragraph -->\n<p>The opportunity to fish for Rainbow Trout or the elusive Brown Trout. Kingfisher offers rod hires at their venue. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:buttons -->\n<div class=\"wp-block-buttons\"><!-- wp:button {\"align\":\"left\"} -->\n<div class=\"wp-block-button alignleft\"><a class=\"wp-block-button__link wp-element-button\" href=\"https://www.thekingfisherlodge.co.za/activities/\" target=\"_blank\" rel=\"noreferrer noopener\">Kingfisher</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":1235,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Maseke-MTB-MvZ-3-1024x683-1.png\" alt=\"\" class=\"wp-image-1235\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>Mountain biking </h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>It is a privately owned nature reserve that offers mountain biking.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:spacer {\"height\":\"20px\"} -->\n<div style=\"height:20px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:buttons -->\n<div class=\"wp-block-buttons\"><!-- wp:button -->\n<div class=\"wp-block-button\"><a class=\"wp-block-button__link wp-element-button\" href=\"http://ingwebushcamp.yolasite.com/\" target=\"_blank\" rel=\"noreferrer noopener\">Ingwe Bush Camp&nbsp;</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons -->\n\n<!-- wp:paragraph -->\n<p>With over 80km of trails, Van Gaalen&nbsp;has something to offer for every kind of athlete, from beginner to advanced.<br></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:buttons -->\n<div class=\"wp-block-buttons\"><!-- wp:button -->\n<div class=\"wp-block-button\"><a class=\"wp-block-button__link wp-element-button\" href=\"https://www.vangaalen.co.za/products\" target=\"_blank\" rel=\"noreferrer noopener\">Van Gaalen\'s</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":830,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/ef9d0188da11e2bc56788f5619d9d539.png\" alt=\"\" class=\"wp-image-830\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>Quad biking </h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>We have quads suitable for kiddies, tweens, teens, and adults. We have mini quads and fully automatic 150cc quads.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:spacer {\"height\":\"2px\"} -->\n<div style=\"height:2px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:buttons -->\n<div class=\"wp-block-buttons\"><!-- wp:button -->\n<div class=\"wp-block-button\"><a class=\"wp-block-button__link wp-element-button\" href=\"https://www.saddlecreekadventures.co.za/activity/quad-biking/\" target=\"_blank\" rel=\"noreferrer noopener\">Saddle Creek Ranch</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons -->\n\n<!-- wp:paragraph -->\n<p>A 700-meter monster track, the longest and most exciting track in Gauteng!</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:spacer {\"height\":\"2px\"} -->\n<div style=\"height:2px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:buttons -->\n<div class=\"wp-block-buttons\"><!-- wp:button -->\n<div class=\"wp-block-button\"><a class=\"wp-block-button__link wp-element-button\" href=\"http://www.swartkrans.co.za/\" target=\"_blank\" rel=\"noreferrer noopener\">Swartkrans Go-Karting&nbsp;</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"align\":\"center\",\"id\":1198,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image aligncenter size-full\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/eyJidWNrZXQiOiJhc3NldHMuYWxsdHJhaWxzLmNvbSIsImtleSI6InVwbG9hZHMvcGhvdG8vaW1hZ2UvNDMxNzk4MTAvYjZkYTAz-1.png\" alt=\"\" class=\"wp-image-1198\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>Horse riding </h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Join us for an unforgettable horse riding experience in the peaceful countryside, with beautiful mountain scenery and lovely bush trails.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:buttons -->\n<div class=\"wp-block-buttons\"><!-- wp:button -->\n<div class=\"wp-block-button\"><a class=\"wp-block-button__link wp-element-button\" href=\"https://www.saddlecreekadventures.co.za/activity/horse-riding/\" target=\"_blank\" rel=\"noreferrer noopener\">Saddle Creek Ranch</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":1185,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/49089607_1950305445047847_5177863042771189760_n.png\" alt=\"\" class=\"wp-image-1185\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>Game drives </h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Enjoy a thrilling and educational adventure with our experienced guides.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:spacer {\"height\":\"2px\"} -->\n<div style=\"height:2px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:buttons -->\n<div class=\"wp-block-buttons\"><!-- wp:button -->\n<div class=\"wp-block-button\"><a class=\"wp-block-button__link wp-element-button\" href=\"https://www.rhinolion.co.za/visitors-guide/activity-index/game-drives/\" target=\"_blank\" rel=\"noreferrer noopener\">Rhino &amp; Lion Park</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons -->\n\n<!-- wp:paragraph -->\n<p>Our guided game-viewing drives take place each day in the morning and afternoon, as this is when the animals are most active.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:buttons -->\n<div class=\"wp-block-buttons\"><!-- wp:button -->\n<div class=\"wp-block-button\"><a class=\"wp-block-button__link wp-element-button\" href=\"https://www.africanhillslodge.co.za/experience/\" target=\"_blank\" rel=\"noreferrer noopener\">Askari Game Lodge</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:spacer {\"height\":\"12px\"} -->\n<div style=\"height:12px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:heading -->\n<h2>Other activites </h2>\n<!-- /wp:heading -->\n\n<!-- wp:uagb/faq {\"block_id\":\"6ab84a26\",\"expandFirstItem\":false,\"boxBgColor\":\"#F5F5F5\",\"borderStyle\":\"\",\"borderWidth\":\"\",\"borderRadius\":\"\",\"borderColor\":\"\",\"vquestionPaddingDesktop\":15,\"hquestionPaddingDesktop\":15,\"iconAlign\":\"row-reverse\",\"schema\":\"{\\u0022@context\\u0022:\\u0022https://schema.org\\u0022,\\u0022@type\\u0022:\\u0022FAQPage\\u0022,\\u0022@id\\u0022:\\u0022https://blueroan.netgen.cloud/amenities/\\u0022,\\u0022mainEntity\\u0022:[{\\u0022@type\\u0022:\\u0022Question\\u0022,\\u0022name\\u0022:\\u0022\\u003cstrong\\u003ePUBS / MICRO BREWERIES\\u003c/strong\\u003e\\u0022,\\u0022acceptedAnswer\\u0022:{\\u0022@type\\u0022:\\u0022Answer\\u0022,\\u0022text\\u0022:\\u0022Black Horse   \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27825613246\\\\\\u0022\\u003e082 561 3246\\u003cbr\\u003e\\u003c/a\\u003eBrauhaus am Dam   \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27878025519\\\\\\u0022\\u003e087 802 5519\\u003c/a\\u003e / \\u003ca href=\\\\\\u0022tel:+27729201742\\\\\\u0022\\u003e072 920 1742\\u003c/a\\u003e\\u003cbr\\u003eHartleys Elephant Bar   \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27145772301\\\\\\u0022\\u003e014 577 2301\\u003cbr\\u003e\\u003c/a\\u003eThatchwood Pub   \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27837091672\\\\\\u0022\\u003e083 709 1672\\u003cbr\\u003e\\u003c/a\\u003eMonate Citrus Kelder   \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27122580712\\\\\\u0022\\u003e012 258 0712\\u003c/a\\u003e\\u0022}},{\\u0022@type\\u0022:\\u0022Question\\u0022,\\u0022name\\u0022:\\u0022\\u003cstrong\\u003eTEA GARDENS / RESTAURANTS   \\u003c/strong\\u003e\\u0022,\\u0022acceptedAnswer\\u0022:{\\u0022@type\\u0022:\\u0022Answer\\u0022,\\u0022text\\u0022:\\u0022Black Horse   \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27825613246\\\\\\u0022\\u003e082 561 3246\\u003cbr\\u003e\\u003c/a\\u003eBrauhaus am Dam   \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27878025519\\\\\\u0022\\u003e087 802 5519\\u003c/a\\u003e / \\u003ca href=\\\\\\u0022tel:+27729201742\\\\\\u0022\\u003e072 920 1742\\u003c/a\\u003e\\u003cbr\\u003eMelon Rouge   \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27796806050\\\\\\u0022\\u003e079 680 6050\\u003cbr\\u003e\\u003c/a\\u003eMount Grace Hotel   \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27145775600\\\\\\u0022\\u003e014 577 5600\\u003cbr\\u003e\\u003c/a\\u003eValley Lodge Hotel   \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27145771301\\\\\\u0022\\u003e014 577 1301\\u003cbr\\u003e\\u003c/a\\u003eLa Classique Ristorante   \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27145774006\\\\\\u0022\\u003e014 577 4006\\u003c/a\\u003e\\u0022}},{\\u0022@type\\u0022:\\u0022Question\\u0022,\\u0022name\\u0022:\\u0022\\u003cstrong\\u003eSHOPPING\\u003c/strong\\u003e  \\u0022,\\u0022acceptedAnswer\\u0022:{\\u0022@type\\u0022:\\u0022Answer\\u0022,\\u0022text\\u0022:\\u0022If Only Antiques    \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27827878825\\\\\\u0022\\u003e082 787 8825\\u003cbr\\u003e\\u003c/a\\u003ePuss in Boots   \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27145773562\\\\\\u0022\\u003e014 577 3562\\u003c/a\\u003e\\u0022}},{\\u0022@type\\u0022:\\u0022Question\\u0022,\\u0022name\\u0022:\\u0022\\u003cstrong\\u003eSPORTS \\u0026amp; ADVENTURE\\u003c/strong\\u003e\\u0022,\\u0022acceptedAnswer\\u0022:{\\u0022@type\\u0022:\\u0022Answer\\u0022,\\u0022text\\u0022:\\u0022Tandem Paragliding flips  \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27823221824\\\\\\u0022\\u003e0823221824\\u003c/a\\u003e\\u003cbr\\u003eMountain Sanctuary Park   \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27145340114\\\\\\u0022\\u003e014 534 0114\\u003cbr\\u003e\\u003c/a\\u003eBill Harrops Original Balloon Safaris   \\u003ca href=\\\\\\u0022tel:+27145771733\\\\\\u0022\\u003e014 577 1733\\u003c/a\\u003e / \\u003ca href=\\\\\\u0022tel:+27837520036\\\\\\u0022\\u003e083 752 0036\\u003c/a\\u003e\\u003cbr\\u003ePecanwood Golf Course   \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27122440112\\\\\\u0022\\u003e012 244 0112\\u003cbr\\u003e\\u003c/a\\u003eAir Ventures Hot Air Balloons   \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27117935782\\\\\\u0022\\u003e011 793 5782\\u003cbr\\u003e\\u003c/a\\u003eGliding   \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27835266966\\\\\\u0022\\u003e083 526 6966\\u003cbr\\u003e\\u003c/a\\u003eMagaliesberg Canopy Tours   \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27145350150\\\\\\u0022\\u003e014 535 0150\\u003cbr\\u003e\\u003c/a\\u003eWild Cave Adventures   \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27824862464\\\\\\u0022\\u003e082 486 2464\\u003cbr\\u003e\\u003c/a\\u003eMiracle Waters Dive Gateway   \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27832359840\\\\\\u0022\\u003e083 235 9840\\u003c/a\\u003e\\u0022}},{\\u0022@type\\u0022:\\u0022Question\\u0022,\\u0022name\\u0022:\\u0022\\u003cstrong\\u003eHEALTH SPAS\\u003c/strong\\u003e\\u0022,\\u0022acceptedAnswer\\u0022:{\\u0022@type\\u0022:\\u0022Answer\\u0022,\\u0022text\\u0022:\\u0022Whispering Pines   \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27145771536\\\\\\u0022\\u003e014 577 1536\\u003cbr\\u003e\\u003c/a\\u003eMount Grace Spa   \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27145775600\\\\\\u0022\\u003e014 577 5600\\u003cbr\\u003e\\u003c/a\\u003eValley Lodge Spa   \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27145771301\\\\\\u0022\\u003e014 577 1301\\u003cbr\\u003e\\u003c/a\\u003eRosewell Spa   \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27145771172\\\\\\u0022\\u003e014 577 1172\\u003cbr\\u003e\\u003c/a\\u003eSparkling Waters   \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27145350019\\\\\\u0022\\u003e014 535 0019\\u003c/a\\u003e\\u0022}},{\\u0022@type\\u0022:\\u0022Question\\u0022,\\u0022name\\u0022:\\u0022\\u003cstrong\\u003ePLACES OF INTEREST\\u003c/strong\\u003e\\u0022,\\u0022acceptedAnswer\\u0022:{\\u0022@type\\u0022:\\u0022Answer\\u0022,\\u0022text\\u0022:\\u0022Maropeng Visitors Centre   \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27145779000\\\\\\u0022\\u003e014 577 9000\\u003cbr\\u003e\\u003c/a\\u003eSterkfontein Caves   \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27116683200\\\\\\u0022\\u003e011 668 3200\\u003cbr\\u003e\\u003c/a\\u003eBlaaubank Gold Mine   \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27825673111\\\\\\u0022\\u003e082 567 3111\\u003cbr\\u003e\\u003c/a\\u003eVan Gaalen Cheese Farm   \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27122071289\\\\\\u0022\\u003e012 207 1289\\u003cbr\\u003e\\u003c/a\\u003eHartebeespoort Cableway   \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27722412654\\\\\\u0022\\u003e072 241 2654\\u003cbr\\u003e\\u003c/a\\u003eElephant Sanctuary             \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27122580423\\\\\\u0022\\u003e012 258 0423\\u003cbr\\u003e\\u003c/a\\u003eTeam Gel   \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27114622894\\\\\\u0022\\u003e011 462 2894\\u003c/a\\u003e / \\u003ca href=\\\\\\u0022tel:+27833207623\\\\\\u0022\\u003e083 320 7623\\u003c/a\\u003e\\u003cbr\\u003eMonate Citrus Kelder   \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27122580712\\\\\\u0022\\u003e012 258 0712\\u003cbr\\u003e\\u003c/a\\u003eLiving Jewels   \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27119566444\\\\\\u0022\\u003e011 956 6444\\u003cbr\\u003e\\u003c/a\\u003eBlaaubank Candle Dipping   \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27145774609\\\\\\u0022\\u003e014 577 4609\\u003cbr\\u003e\\u003c/a\\u003eVeggie Picking \\u0026amp; Strawberry Picking \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27122071116\\\\\\u0022\\u003e012 207 1116\\u003c/a\\u003e\\u0022}}]}\",\"questionLeftPaddingDesktop\":15,\"questionBottomPaddingDesktop\":15,\"answerTopPadding\":0,\"answerRightPadding\":15,\"answerBottomPadding\":15,\"answerLeftPadding\":15,\"answerTopPaddingTablet\":10,\"answerRightPaddingTablet\":10,\"answerBottomPaddingTablet\":10,\"answerLeftPaddingTablet\":10,\"answerTopPaddingMobile\":10,\"answerRightPaddingMobile\":10,\"answerBottomPaddingMobile\":10,\"answerLeftPaddingMobile\":10,\"overallBorderTopWidth\":1,\"overallBorderLeftWidth\":1,\"overallBorderRightWidth\":1,\"overallBorderBottomWidth\":1,\"overallBorderTopLeftRadius\":2,\"overallBorderTopRightRadius\":2,\"overallBorderBottomLeftRadius\":2,\"overallBorderBottomRightRadius\":2,\"overallBorderStyle\":\"none\",\"overallBorderColor\":\"#D2D2D2\"} -->\n<div class=\"wp-block-uagb-faq uagb-faq__outer-wrap uagb-block-6ab84a26 uagb-faq-icon-row-reverse uagb-faq-layout-accordion uagb-faq-expand-first-false uagb-faq-inactive-other-true uagb-faq__wrap uagb-buttons-layout-wrap uagb-faq-equal-height\" data-faqtoggle=\"true\" role=\"tablist\"><!-- wp:uagb/faq-child {\"block_id\":\"06464b14\",\"question\":\"\\u003cstrong\\u003ePUBS / MICRO BREWERIES\\u003c/strong\\u003e\",\"answer\":\"Black Horse   \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27825613246\\u0022\\u003e082 561 3246\\u003cbr\\u003e\\u003c/a\\u003eBrauhaus am Dam   \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27878025519\\u0022\\u003e087 802 5519\\u003c/a\\u003e / \\u003ca href=\\u0022tel:+27729201742\\u0022\\u003e072 920 1742\\u003c/a\\u003e\\u003cbr\\u003eHartleys Elephant Bar   \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27145772301\\u0022\\u003e014 577 2301\\u003cbr\\u003e\\u003c/a\\u003eThatchwood Pub   \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27837091672\\u0022\\u003e083 709 1672\\u003cbr\\u003e\\u003c/a\\u003eMonate Citrus Kelder   \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27122580712\\u0022\\u003e012 258 0712\\u003c/a\\u003e\"} -->\n<div class=\"wp-block-uagb-faq-child uagb-faq-child__outer-wrap uagb-faq-item uagb-block-06464b14\" role=\"tab\" tabindex=\"0\"><div class=\"uagb-faq-questions-button uagb-faq-questions\"><span class=\"uagb-icon uagb-faq-icon-wrap\"><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 448 512\"><path d=\"M432 256c0 17.69-14.33 32.01-32 32.01H256v144c0 17.69-14.33 31.99-32 31.99s-32-14.3-32-31.99v-144H48c-17.67 0-32-14.32-32-32.01s14.33-31.99 32-31.99H192v-144c0-17.69 14.33-32.01 32-32.01s32 14.32 32 32.01v144h144C417.7 224 432 238.3 432 256z\"></path></svg></span><span class=\"uagb-icon-active uagb-faq-icon-wrap\"><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 448 512\"><path d=\"M400 288h-352c-17.69 0-32-14.32-32-32.01s14.31-31.99 32-31.99h352c17.69 0 32 14.3 32 31.99S417.7 288 400 288z\"></path></svg></span><span class=\"uagb-question\"><strong>PUBS / MICRO BREWERIES</strong></span></div><p class=\"uagb-faq-content\">Black Horse   <br><a href=\"tel:+27825613246\">082 561 3246<br></a>Brauhaus am Dam   <br><a href=\"tel:+27878025519\">087 802 5519</a> / <a href=\"tel:+27729201742\">072 920 1742</a><br>Hartleys Elephant Bar   <br><a href=\"tel:+27145772301\">014 577 2301<br></a>Thatchwood Pub   <br><a href=\"tel:+27837091672\">083 709 1672<br></a>Monate Citrus Kelder   <br><a href=\"tel:+27122580712\">012 258 0712</a></p></div>\n<!-- /wp:uagb/faq-child -->\n\n<!-- wp:uagb/faq-child {\"block_id\":\"c608a07d\",\"question\":\"\\u003cstrong\\u003eTEA GARDENS / RESTAURANTS   \\u003c/strong\\u003e\",\"answer\":\"Black Horse   \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27825613246\\u0022\\u003e082 561 3246\\u003cbr\\u003e\\u003c/a\\u003eBrauhaus am Dam   \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27878025519\\u0022\\u003e087 802 5519\\u003c/a\\u003e / \\u003ca href=\\u0022tel:+27729201742\\u0022\\u003e072 920 1742\\u003c/a\\u003e\\u003cbr\\u003eMelon Rouge   \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27796806050\\u0022\\u003e079 680 6050\\u003cbr\\u003e\\u003c/a\\u003eMount Grace Hotel   \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27145775600\\u0022\\u003e014 577 5600\\u003cbr\\u003e\\u003c/a\\u003eValley Lodge Hotel   \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27145771301\\u0022\\u003e014 577 1301\\u003cbr\\u003e\\u003c/a\\u003eLa Classique Ristorante   \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27145774006\\u0022\\u003e014 577 4006\\u003c/a\\u003e\"} -->\n<div class=\"wp-block-uagb-faq-child uagb-faq-child__outer-wrap uagb-faq-item uagb-block-c608a07d\" role=\"tab\" tabindex=\"0\"><div class=\"uagb-faq-questions-button uagb-faq-questions\"><span class=\"uagb-icon uagb-faq-icon-wrap\"><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 448 512\"><path d=\"M432 256c0 17.69-14.33 32.01-32 32.01H256v144c0 17.69-14.33 31.99-32 31.99s-32-14.3-32-31.99v-144H48c-17.67 0-32-14.32-32-32.01s14.33-31.99 32-31.99H192v-144c0-17.69 14.33-32.01 32-32.01s32 14.32 32 32.01v144h144C417.7 224 432 238.3 432 256z\"></path></svg></span><span class=\"uagb-icon-active uagb-faq-icon-wrap\"><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 448 512\"><path d=\"M400 288h-352c-17.69 0-32-14.32-32-32.01s14.31-31.99 32-31.99h352c17.69 0 32 14.3 32 31.99S417.7 288 400 288z\"></path></svg></span><span class=\"uagb-question\"><strong>TEA GARDENS / RESTAURANTS   </strong></span></div><p class=\"uagb-faq-content\">Black Horse   <br><a href=\"tel:+27825613246\">082 561 3246<br></a>Brauhaus am Dam   <br><a href=\"tel:+27878025519\">087 802 5519</a> / <a href=\"tel:+27729201742\">072 920 1742</a><br>Melon Rouge   <br><a href=\"tel:+27796806050\">079 680 6050<br></a>Mount Grace Hotel   <br><a href=\"tel:+27145775600\">014 577 5600<br></a>Valley Lodge Hotel   <br><a href=\"tel:+27145771301\">014 577 1301<br></a>La Classique Ristorante   <br><a href=\"tel:+27145774006\">014 577 4006</a></p></div>\n<!-- /wp:uagb/faq-child -->\n\n<!-- wp:uagb/faq-child {\"block_id\":\"6c146f36\",\"question\":\"\\u003cstrong\\u003eSHOPPING\\u003c/strong\\u003e  \",\"answer\":\"If Only Antiques    \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27827878825\\u0022\\u003e082 787 8825\\u003cbr\\u003e\\u003c/a\\u003ePuss in Boots   \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27145773562\\u0022\\u003e014 577 3562\\u003c/a\\u003e\"} -->\n<div class=\"wp-block-uagb-faq-child uagb-faq-child__outer-wrap uagb-faq-item uagb-block-6c146f36\" role=\"tab\" tabindex=\"0\"><div class=\"uagb-faq-questions-button uagb-faq-questions\"><span class=\"uagb-icon uagb-faq-icon-wrap\"><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 448 512\"><path d=\"M432 256c0 17.69-14.33 32.01-32 32.01H256v144c0 17.69-14.33 31.99-32 31.99s-32-14.3-32-31.99v-144H48c-17.67 0-32-14.32-32-32.01s14.33-31.99 32-31.99H192v-144c0-17.69 14.33-32.01 32-32.01s32 14.32 32 32.01v144h144C417.7 224 432 238.3 432 256z\"></path></svg></span><span class=\"uagb-icon-active uagb-faq-icon-wrap\"><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 448 512\"><path d=\"M400 288h-352c-17.69 0-32-14.32-32-32.01s14.31-31.99 32-31.99h352c17.69 0 32 14.3 32 31.99S417.7 288 400 288z\"></path></svg></span><span class=\"uagb-question\"><strong>SHOPPING</strong>  </span></div><p class=\"uagb-faq-content\">If Only Antiques    <br><a href=\"tel:+27827878825\">082 787 8825<br></a>Puss in Boots   <br><a href=\"tel:+27145773562\">014 577 3562</a></p></div>\n<!-- /wp:uagb/faq-child -->\n\n<!-- wp:uagb/faq-child {\"block_id\":\"3d2444bc\",\"question\":\"\\u003cstrong\\u003eSPORTS \\u0026amp; ADVENTURE\\u003c/strong\\u003e\",\"answer\":\"Tandem Paragliding flips  \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27823221824\\u0022\\u003e0823221824\\u003c/a\\u003e\\u003cbr\\u003eMountain Sanctuary Park   \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27145340114\\u0022\\u003e014 534 0114\\u003cbr\\u003e\\u003c/a\\u003eBill Harrops Original Balloon Safaris   \\u003ca href=\\u0022tel:+27145771733\\u0022\\u003e014 577 1733\\u003c/a\\u003e / \\u003ca href=\\u0022tel:+27837520036\\u0022\\u003e083 752 0036\\u003c/a\\u003e\\u003cbr\\u003ePecanwood Golf Course   \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27122440112\\u0022\\u003e012 244 0112\\u003cbr\\u003e\\u003c/a\\u003eAir Ventures Hot Air Balloons   \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27117935782\\u0022\\u003e011 793 5782\\u003cbr\\u003e\\u003c/a\\u003eGliding   \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27835266966\\u0022\\u003e083 526 6966\\u003cbr\\u003e\\u003c/a\\u003eMagaliesberg Canopy Tours   \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27145350150\\u0022\\u003e014 535 0150\\u003cbr\\u003e\\u003c/a\\u003eWild Cave Adventures   \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27824862464\\u0022\\u003e082 486 2464\\u003cbr\\u003e\\u003c/a\\u003eMiracle Waters Dive Gateway   \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27832359840\\u0022\\u003e083 235 9840\\u003c/a\\u003e\"} -->\n<div class=\"wp-block-uagb-faq-child uagb-faq-child__outer-wrap uagb-faq-item uagb-block-3d2444bc\" role=\"tab\" tabindex=\"0\"><div class=\"uagb-faq-questions-button uagb-faq-questions\"><span class=\"uagb-icon uagb-faq-icon-wrap\"><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 448 512\"><path d=\"M432 256c0 17.69-14.33 32.01-32 32.01H256v144c0 17.69-14.33 31.99-32 31.99s-32-14.3-32-31.99v-144H48c-17.67 0-32-14.32-32-32.01s14.33-31.99 32-31.99H192v-144c0-17.69 14.33-32.01 32-32.01s32 14.32 32 32.01v144h144C417.7 224 432 238.3 432 256z\"></path></svg></span><span class=\"uagb-icon-active uagb-faq-icon-wrap\"><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 448 512\"><path d=\"M400 288h-352c-17.69 0-32-14.32-32-32.01s14.31-31.99 32-31.99h352c17.69 0 32 14.3 32 31.99S417.7 288 400 288z\"></path></svg></span><span class=\"uagb-question\"><strong>SPORTS &amp; ADVENTURE</strong></span></div><p class=\"uagb-faq-content\">Tandem Paragliding flips  <br><a href=\"tel:+27823221824\">0823221824</a><br>Mountain Sanctuary Park   <br><a href=\"tel:+27145340114\">014 534 0114<br></a>Bill Harrops Original Balloon Safaris   <a href=\"tel:+27145771733\">014 577 1733</a> / <a href=\"tel:+27837520036\">083 752 0036</a><br>Pecanwood Golf Course   <br><a href=\"tel:+27122440112\">012 244 0112<br></a>Air Ventures Hot Air Balloons   <br><a href=\"tel:+27117935782\">011 793 5782<br></a>Gliding   <br><a href=\"tel:+27835266966\">083 526 6966<br></a>Magaliesberg Canopy Tours   <br><a href=\"tel:+27145350150\">014 535 0150<br></a>Wild Cave Adventures   <br><a href=\"tel:+27824862464\">082 486 2464<br></a>Miracle Waters Dive Gateway   <br><a href=\"tel:+27832359840\">083 235 9840</a></p></div>\n<!-- /wp:uagb/faq-child -->\n\n<!-- wp:uagb/faq-child {\"block_id\":\"4955335e\",\"question\":\"\\u003cstrong\\u003eHEALTH SPAS\\u003c/strong\\u003e\",\"answer\":\"Whispering Pines   \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27145771536\\u0022\\u003e014 577 1536\\u003cbr\\u003e\\u003c/a\\u003eMount Grace Spa   \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27145775600\\u0022\\u003e014 577 5600\\u003cbr\\u003e\\u003c/a\\u003eValley Lodge Spa   \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27145771301\\u0022\\u003e014 577 1301\\u003cbr\\u003e\\u003c/a\\u003eRosewell Spa   \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27145771172\\u0022\\u003e014 577 1172\\u003cbr\\u003e\\u003c/a\\u003eSparkling Waters   \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27145350019\\u0022\\u003e014 535 0019\\u003c/a\\u003e\"} -->\n<div class=\"wp-block-uagb-faq-child uagb-faq-child__outer-wrap uagb-faq-item uagb-block-4955335e\" role=\"tab\" tabindex=\"0\"><div class=\"uagb-faq-questions-button uagb-faq-questions\"><span class=\"uagb-icon uagb-faq-icon-wrap\"><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 448 512\"><path d=\"M432 256c0 17.69-14.33 32.01-32 32.01H256v144c0 17.69-14.33 31.99-32 31.99s-32-14.3-32-31.99v-144H48c-17.67 0-32-14.32-32-32.01s14.33-31.99 32-31.99H192v-144c0-17.69 14.33-32.01 32-32.01s32 14.32 32 32.01v144h144C417.7 224 432 238.3 432 256z\"></path></svg></span><span class=\"uagb-icon-active uagb-faq-icon-wrap\"><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 448 512\"><path d=\"M400 288h-352c-17.69 0-32-14.32-32-32.01s14.31-31.99 32-31.99h352c17.69 0 32 14.3 32 31.99S417.7 288 400 288z\"></path></svg></span><span class=\"uagb-question\"><strong>HEALTH SPAS</strong></span></div><p class=\"uagb-faq-content\">Whispering Pines   <br><a href=\"tel:+27145771536\">014 577 1536<br></a>Mount Grace Spa   <br><a href=\"tel:+27145775600\">014 577 5600<br></a>Valley Lodge Spa   <br><a href=\"tel:+27145771301\">014 577 1301<br></a>Rosewell Spa   <br><a href=\"tel:+27145771172\">014 577 1172<br></a>Sparkling Waters   <br><a href=\"tel:+27145350019\">014 535 0019</a></p></div>\n<!-- /wp:uagb/faq-child -->\n\n<!-- wp:uagb/faq-child {\"block_id\":\"ba1f384b\",\"question\":\"\\u003cstrong\\u003ePLACES OF INTEREST\\u003c/strong\\u003e\",\"answer\":\"Maropeng Visitors Centre   \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27145779000\\u0022\\u003e014 577 9000\\u003cbr\\u003e\\u003c/a\\u003eSterkfontein Caves   \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27116683200\\u0022\\u003e011 668 3200\\u003cbr\\u003e\\u003c/a\\u003eBlaaubank Gold Mine   \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27825673111\\u0022\\u003e082 567 3111\\u003cbr\\u003e\\u003c/a\\u003eVan Gaalen Cheese Farm   \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27122071289\\u0022\\u003e012 207 1289\\u003cbr\\u003e\\u003c/a\\u003eHartebeespoort Cableway   \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27722412654\\u0022\\u003e072 241 2654\\u003cbr\\u003e\\u003c/a\\u003eElephant Sanctuary             \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27122580423\\u0022\\u003e012 258 0423\\u003cbr\\u003e\\u003c/a\\u003eTeam Gel   \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27114622894\\u0022\\u003e011 462 2894\\u003c/a\\u003e / \\u003ca href=\\u0022tel:+27833207623\\u0022\\u003e083 320 7623\\u003c/a\\u003e\\u003cbr\\u003eMonate Citrus Kelder   \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27122580712\\u0022\\u003e012 258 0712\\u003cbr\\u003e\\u003c/a\\u003eLiving Jewels   \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27119566444\\u0022\\u003e011 956 6444\\u003cbr\\u003e\\u003c/a\\u003eBlaaubank Candle Dipping   \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27145774609\\u0022\\u003e014 577 4609\\u003cbr\\u003e\\u003c/a\\u003eVeggie Picking \\u0026amp; Strawberry Picking \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27122071116\\u0022\\u003e012 207 1116\\u003c/a\\u003e\"} -->\n<div class=\"wp-block-uagb-faq-child uagb-faq-child__outer-wrap uagb-faq-item uagb-block-ba1f384b\" role=\"tab\" tabindex=\"0\"><div class=\"uagb-faq-questions-button uagb-faq-questions\"><span class=\"uagb-icon uagb-faq-icon-wrap\"><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 448 512\"><path d=\"M432 256c0 17.69-14.33 32.01-32 32.01H256v144c0 17.69-14.33 31.99-32 31.99s-32-14.3-32-31.99v-144H48c-17.67 0-32-14.32-32-32.01s14.33-31.99 32-31.99H192v-144c0-17.69 14.33-32.01 32-32.01s32 14.32 32 32.01v144h144C417.7 224 432 238.3 432 256z\"></path></svg></span><span class=\"uagb-icon-active uagb-faq-icon-wrap\"><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 448 512\"><path d=\"M400 288h-352c-17.69 0-32-14.32-32-32.01s14.31-31.99 32-31.99h352c17.69 0 32 14.3 32 31.99S417.7 288 400 288z\"></path></svg></span><span class=\"uagb-question\"><strong>PLACES OF INTEREST</strong></span></div><p class=\"uagb-faq-content\">Maropeng Visitors Centre   <br><a href=\"tel:+27145779000\">014 577 9000<br></a>Sterkfontein Caves   <br><a href=\"tel:+27116683200\">011 668 3200<br></a>Blaaubank Gold Mine   <br><a href=\"tel:+27825673111\">082 567 3111<br></a>Van Gaalen Cheese Farm   <br><a href=\"tel:+27122071289\">012 207 1289<br></a>Hartebeespoort Cableway   <br><a href=\"tel:+27722412654\">072 241 2654<br></a>Elephant Sanctuary             <br><a href=\"tel:+27122580423\">012 258 0423<br></a>Team Gel   <br><a href=\"tel:+27114622894\">011 462 2894</a> / <a href=\"tel:+27833207623\">083 320 7623</a><br>Monate Citrus Kelder   <br><a href=\"tel:+27122580712\">012 258 0712<br></a>Living Jewels   <br><a href=\"tel:+27119566444\">011 956 6444<br></a>Blaaubank Candle Dipping   <br><a href=\"tel:+27145774609\">014 577 4609<br></a>Veggie Picking &amp; Strawberry Picking <br><a href=\"tel:+27122071116\">012 207 1116</a></p></div>\n<!-- /wp:uagb/faq-child --></div>\n<!-- /wp:uagb/faq --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"78c6ce21\",\"innerContentCustomWidthDesktop\":781,\"innerContentCustomWidthTablet\":781,\"backgroundType\":\"image\",\"backgroundImageDesktop\":{\"id\":54,\"title\":\"background-img\",\"filename\":\"background-img-1.jpg\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/background-img-1.jpg\",\"link\":\"https://blueroan.netgen.cloud/background-img-2/\",\"alt\":\"\",\"author\":\"34\",\"description\":\"\",\"caption\":\"\",\"name\":\"background-img-2\",\"status\":\"inherit\",\"uploadedTo\":0,\"date\":\"2021-05-07T10:11:37.000Z\",\"modified\":\"2021-05-07T10:11:37.000Z\",\"menuOrder\":0,\"mime\":\"image/jpeg\",\"type\":\"image\",\"subtype\":\"jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/default.png\",\"dateFormatted\":\"May 7, 2021\",\"nonces\":{\"update\":\"bb999636b9\",\"delete\":\"d2e1375bc4\",\"edit\":\"005dd2f0c9\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=54\\u0026action=edit\",\"meta\":false,\"authorName\":\"Rishabh\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/user-edit.php?user_id=34\",\"filesizeInBytes\":338858,\"filesizeHumanReadable\":\"331 KB\",\"context\":\"\",\"height\":1080,\"width\":1920,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/background-img-1-150x150.jpg\",\"orientation\":\"landscape\"},\"medium\":{\"height\":169,\"width\":300,\"url\":\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/background-img-1-300x169.jpg\",\"orientation\":\"landscape\"},\"large\":{\"height\":576,\"width\":1024,\"url\":\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/background-img-1-1024x576.jpg\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/background-img-1.jpg\",\"height\":1080,\"width\":1920,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"backgroundImageColor\":\"rgba(42,42,42,0.65)\",\"topPaddingDesktop\":144,\"bottomPaddingDesktop\":144,\"leftPaddingDesktop\":40,\"rightPaddingDesktop\":40,\"topPaddingTablet\":80,\"bottomPaddingTablet\":80,\"leftPaddingTablet\":40,\"rightPaddingTablet\":40,\"topPaddingMobile\":64,\"bottomPaddingMobile\":64,\"leftPaddingMobile\":24,\"rightPaddingMobile\":24,\"paddingLink\":false,\"variationSelected\":true,\"isBlockRootParent\":true,\"overlayType\":\"color\"} -->\n<div class=\"wp-block-uagb-container uagb-block-78c6ce21 alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/advanced-heading {\"block_id\":\"9da6659a\",\"classMigrate\":true,\"headingDescToggle\":true,\"headingAlign\":\"center\",\"headingColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"subHeadingColor\":\"var(\\u002d\\u002dast-global-color-4)\",\"headSpace\":20} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-9da6659a\"><h2 class=\"uagb-heading-text\">Plan an Unforgettable Experience in Mykonos Today!</h2><p class=\"uagb-desc-text\">We can help you fit your stay and experience within your allotted budget.</p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/advanced-heading {\"block_id\":\"4d7249c5\",\"classMigrate\":true,\"headingTitleToggle\":false,\"headingDescToggle\":true,\"headingAlign\":\"center\",\"subHeadingColor\":\"var(\\u002d\\u002dast-global-color-4)\",\"subHeadTransform\":\"uppercase\",\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"subHeadLetterSpacing\":2,\"blockTopPadding\":60,\"blockRightPadding\":0,\"blockLeftPadding\":0,\"blockBottomPadding\":0,\"blockTopPaddingMobile\":30,\"blockRightPaddingMobile\":0,\"blockLeftPaddingMobile\":0,\"blockBottomPaddingMobile\":0} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-4d7249c5\"><p class=\"uagb-desc-text\">BOOK YOUR STAY NOW​</p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/icon-list {\"block_id\":\"1a6e4568\",\"classMigrate\":true,\"childMigrate\":true,\"align\":\"center\",\"parentIcon\":\"phone\",\"size\":40,\"sizeMobile\":24,\"sizeTablet\":32,\"fontSize\":48,\"fontSizeMobile\":28,\"fontSizeTablet\":40,\"fontWeight\":\"600\",\"iconColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"labelColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"blockTopPadding\":0,\"blockRightPadding\":0,\"blockLeftPadding\":0,\"blockBottomPadding\":24,\"blockPaddingLink\":false} -->\n<div class=\"wp-block-uagb-icon-list uagb-block-1a6e4568\"><div class=\"uagb-icon-list__wrap\"><!-- wp:uagb/icon-list-child {\"block_id\":\"0f2f0092\",\"label\":\"+1-123 456 7890​\",\"label_color\":\"\",\"fromParentIcon\":\"phone\",\"imageSizeChild\":40} -->\n<div class=\"wp-block-uagb-icon-list-child uagb-block-0f2f0092\"><span class=\"uagb-icon-list__source-wrap\"><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M511.2 387l-23.25 100.8c-3.266 14.25-15.79 24.22-30.46 24.22C205.2 512 0 306.8 0 54.5c0-14.66 9.969-27.2 24.22-30.45l100.8-23.25C139.7-2.602 154.7 5.018 160.8 18.92l46.52 108.5c5.438 12.78 1.77 27.67-8.98 36.45L144.5 207.1c33.98 69.22 90.26 125.5 159.5 159.5l44.08-53.8c8.688-10.78 23.69-14.51 36.47-8.975l108.5 46.51C506.1 357.2 514.6 372.4 511.2 387z\"></path></svg></span><span class=\"uagb-icon-list__label\">+1-123 456 7890​</span></div>\n<!-- /wp:uagb/icon-list-child --></div></div>\n<!-- /wp:uagb/icon-list --></div></div>\n<!-- /wp:uagb/container -->',	'Amenities',	'',	'inherit',	'closed',	'closed',	'',	'762-revision-v1',	'',	'',	'2022-12-15 13:20:59',	'2022-12-15 13:20:59',	'',	762,	'https://blueroan.netgen.cloud/?p=1267',	0,	'revision',	'',	0),
(1268,	2,	'2022-12-15 13:22:06',	'2022-12-15 13:22:06',	'<!-- wp:uagb/container {\"block_id\":\"a6714221\",\"backgroundType\":\"image\",\"backgroundImageDesktop\":{\"id\":1007,\"title\":\"AAEAAQAAAAAAAAAAAAAAJDg5NmY0ZGUxLWE4MTgtNDY5NC1iODFhLTBmN2Q0ZDc5ZWFiNw-1\",\"filename\":\"AAEAAQAAAAAAAAAAAAAAJDg5NmY0ZGUxLWE4MTgtNDY5NC1iODFhLTBmN2Q0ZDc5ZWFiNw-1.png\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAAJDg5NmY0ZGUxLWE4MTgtNDY5NC1iODFhLTBmN2Q0ZDc5ZWFiNw-1.png\",\"link\":\"https://blueroan.netgen.cloud/the-barn/aaeaaqaaaaaaaaaaaaaajdg5nmy0zguxlwe4mtgtndy5nc1iodfhltbmn2q0zdc5zwfinw-1/\",\"alt\":\"\",\"author\":\"2\",\"description\":\"\",\"caption\":\"\",\"name\":\"aaeaaqaaaaaaaaaaaaaajdg5nmy0zguxlwe4mtgtndy5nc1iodfhltbmn2q0zdc5zwfinw-1\",\"status\":\"inherit\",\"uploadedTo\":948,\"date\":\"2022-12-14T10:50:25.000Z\",\"modified\":\"2022-12-14T10:50:25.000Z\",\"menuOrder\":0,\"mime\":\"image/png\",\"type\":\"image\",\"subtype\":\"png\",\"icon\":\"https://blueroan.netgen.cloud/wp-includes/images/media/default.png\",\"dateFormatted\":\"December 14, 2022\",\"nonces\":{\"update\":\"483f8bdf3d\",\"delete\":\"0a7ebc92ef\",\"edit\":\"6bc1c6a685\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=1007\\u0026action=edit\",\"meta\":false,\"authorName\":\"Netgen Support\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/profile.php\",\"uploadedToTitle\":\"The Barn\",\"uploadedToLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=948\\u0026action=edit\",\"filesizeInBytes\":1348989,\"filesizeHumanReadable\":\"1 MB\",\"context\":\"\",\"height\":667,\"width\":1000,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAAJDg5NmY0ZGUxLWE4MTgtNDY5NC1iODFhLTBmN2Q0ZDc5ZWFiNw-1-150x150.png\",\"orientation\":\"landscape\"},\"medium\":{\"height\":200,\"width\":300,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAAJDg5NmY0ZGUxLWE4MTgtNDY5NC1iODFhLTBmN2Q0ZDc5ZWFiNw-1-300x200.png\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAAJDg5NmY0ZGUxLWE4MTgtNDY5NC1iODFhLTBmN2Q0ZDc5ZWFiNw-1.png\",\"height\":667,\"width\":1000,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"backgroundPositionDesktop\":{\"x\":0.61,\"y\":0.52},\"backgroundSizeTablet\":\"cover\",\"backgroundSizeMobile\":\"cover\",\"backgroundColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"backgroundImageColor\":\"rgba(42,42,42,0.5)\",\"topPaddingDesktop\":220,\"bottomPaddingDesktop\":150,\"topPaddingTablet\":170,\"bottomPaddingTablet\":160,\"leftPaddingTablet\":30,\"rightPaddingTablet\":30,\"topPaddingMobile\":180,\"bottomPaddingMobile\":80,\"leftPaddingMobile\":20,\"rightPaddingMobile\":20,\"paddingLink\":false,\"variationSelected\":true,\"isBlockRootParent\":true,\"overlayType\":\"color\"} -->\n<div class=\"wp-block-uagb-container uagb-block-a6714221 alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/advanced-heading {\"block_id\":\"b71818bc\",\"classMigrate\":true,\"headingDescToggle\":true,\"headingColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"subHeadingColor\":\"var(\\u002d\\u002dast-global-color-4)\",\"headingTag\":\"h1\",\"headSpace\":20,\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"blockTopPadding\":0,\"blockRightPadding\":50,\"blockLeftPadding\":0,\"blockBottomPadding\":0,\"blockTopPaddingTablet\":0,\"blockRightPaddingTablet\":20,\"blockLeftPaddingTablet\":0,\"blockBottomPaddingTablet\":0,\"blockTopPaddingMobile\":0,\"blockRightPaddingMobile\":0,\"blockLeftPaddingMobile\":0,\"blockBottomPaddingMobile\":0,\"blockPaddingUnit\":\"%\",\"blockPaddingUnitTablet\":\"%\"} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-b71818bc\"><h1 class=\"uagb-heading-text\">Amenities &amp; Interests​</h1><p class=\"uagb-desc-text\">We do not give you just rooms to stay in. We give you an environment where you can experience the best while on a holiday with us. </p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:buttons -->\n<div class=\"wp-block-buttons\"><!-- wp:button -->\n<div class=\"wp-block-button\"><a class=\"wp-block-button__link wp-element-button\" href=\"https://book.nightsbridge.com/11065\" target=\"_blank\" rel=\"noreferrer noopener\">BOOK NOW</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"d7ba9807\",\"backgroundType\":\"color\",\"backgroundSizeTablet\":\"cover\",\"backgroundSizeMobile\":\"cover\",\"backgroundColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"topPaddingDesktop\":50,\"bottomPaddingDesktop\":100,\"topPaddingTablet\":50,\"bottomPaddingTablet\":25,\"leftPaddingTablet\":20,\"rightPaddingTablet\":20,\"topPaddingMobile\":50,\"bottomPaddingMobile\":20,\"leftPaddingMobile\":20,\"rightPaddingMobile\":20,\"paddingLink\":false,\"variationSelected\":true,\"rowGapDesktop\":0,\"isBlockRootParent\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-d7ba9807 alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/container {\"block_id\":\"d884c654\",\"directionDesktop\":\"row\",\"alignItemsTablet\":\"flex-start\",\"paddingLink\":false,\"topMarginDesktop\":50,\"bottomMarginDesktop\":20,\"leftMarginDesktop\":0,\"rightMarginDesktop\":0,\"marginLink\":false,\"variationSelected\":true,\"rowGapMobile\":65,\"columnGapDesktop\":48,\"columnGapTablet\":20} -->\n<div class=\"wp-block-uagb-container uagb-block-d884c654\"><!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"align\":\"center\",\"id\":828,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image aligncenter size-full\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Blue-Roan-pool.png\" alt=\"Blue Roan\'s rock pool\" class=\"wp-image-828\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>A relaxing rock Pool​</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>We have a lovely sparkling blue rock pool next to a thatched Lapa. &nbsp;&nbsp;Lie on recliners on the green lawn or sit on the swing chair in the Lapa and enjoy the panoramic view of the Magaliesberg mountain range.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":829,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/img-20160605-wa0002-largejpg.png\" alt=\"\" class=\"wp-image-829\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>Braai facilities </h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>What can compare to a burning fire under the star-lit African sky? Nothing beats the flavor of cooking over an open flame.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":830,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/ef9d0188da11e2bc56788f5619d9d539.png\" alt=\"\" class=\"wp-image-830\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>A games room </h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>The reception is also a games room for those who enjoy darts or playing pool. &nbsp;Take a selection of DVDs back to your room and watch movies on your own DVD player. &nbsp;There is also a selection of board games and music CDs that you can borrow.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"align\":\"center\",\"id\":1198,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image aligncenter size-full\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/eyJidWNrZXQiOiJhc3NldHMuYWxsdHJhaWxzLmNvbSIsImtleSI6InVwbG9hZHMvcGhvdG8vaW1hZ2UvNDMxNzk4MTAvYjZkYTAz-1.png\" alt=\"\" class=\"wp-image-1198\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>Walking or hiking </h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>There is a well-kept walking trail on our property with plenty of bird life and some benches along the way. &nbsp;It is safe for dogs to run off-leash as it is completely fenced all around. &nbsp;For those who enjoy long walks and hikes, it is safe to cross onto neighbouring farms and go as far as the eye can see.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":1185,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/49089607_1950305445047847_5177863042771189760_n.png\" alt=\"\" class=\"wp-image-1185\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>Mountain biking </h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Bring your mountain bikes and explore the surrounding countryside on safe off-road tracks on our property and on neighbouring farms.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":1196,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Michelle_1.png\" alt=\"\" class=\"wp-image-1196\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>Horse riding </h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Interested riders can book at one of the recommended horse-riding establishments listed further down this page.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"aa01e06f\",\"innerContentWidth\":\"alignfull\",\"directionDesktop\":\"row\",\"wrapTablet\":\"wrap\",\"variationSelected\":true,\"rowGapTablet\":0,\"columnGapDesktop\":0,\"isBlockRootParent\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-aa01e06f alignfull uagb-is-root-container\"><!-- wp:uagb/container {\"block_id\":\"fe36ac48\",\"widthDesktop\":25,\"widthTablet\":50,\"variationSelected\":true,\"widthSetByUser\":true,\"UAGHideMob\":true,\"UAGResponsiveConditions\":true} -->\n<div class=\"wp-block-uagb-container uag-hide-mob uagb-block-fe36ac48\"><!-- wp:uagb/image {\"block_id\":\"7d541190\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-18-1-1024x768.jpg\",\"id\":1208,\"linkDestination\":\"none\",\"width\":480,\"height\":500,\"naturalWidth\":1024,\"naturalHeight\":768,\"sizeSlug\":\"large\",\"sizeSlugTablet\":\"large\",\"sizeSlugMobile\":\"large\",\"customHeightSetDesktop\":true} -->\n<div class=\"wp-block-uagb-image uagb-block-7d541190 wp-block-uagb-image--layout-default wp-block-uagb-image--effect-static wp-block-uagb-image--align-none\"><figure class=\"wp-block-uagb-image__figure\"><img srcset=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-18-1-1024x768.jpg \" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-18-1-1024x768.jpg\" alt=\"\" class=\"uag-image-1208\" width=\"480\" height=\"500\" title=\"\" loading=\"lazy\"/></figure></div>\n<!-- /wp:uagb/image --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"c595cffd\",\"widthDesktop\":25,\"widthTablet\":50,\"variationSelected\":true,\"widthSetByUser\":true,\"UAGHideMob\":true,\"UAGResponsiveConditions\":true} -->\n<div class=\"wp-block-uagb-container uag-hide-mob uagb-block-c595cffd\"><!-- wp:uagb/image {\"block_id\":\"bc484e4e\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Blue-Roan-pool-1.png\",\"id\":1210,\"linkDestination\":\"none\",\"width\":480,\"height\":500,\"naturalWidth\":370,\"naturalHeight\":440,\"sizeSlug\":\"full\",\"sizeSlugTablet\":\"full\",\"sizeSlugMobile\":\"full\",\"customHeightSetDesktop\":true} -->\n<div class=\"wp-block-uagb-image uagb-block-bc484e4e wp-block-uagb-image--layout-default wp-block-uagb-image--effect-static wp-block-uagb-image--align-none\"><figure class=\"wp-block-uagb-image__figure\"><img srcset=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Blue-Roan-pool-1.png \" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Blue-Roan-pool-1.png\" alt=\"\" class=\"uag-image-1210\" width=\"480\" height=\"500\" title=\"\" loading=\"lazy\"/></figure></div>\n<!-- /wp:uagb/image --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"7e5a1213\",\"widthDesktop\":50,\"widthTablet\":100,\"variationSelected\":true,\"columnGapDesktop\":20,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-7e5a1213\"><!-- wp:uagb/image {\"block_id\":\"5cf98d68\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/the-view-from-my-rooms-1024x768.jpg\",\"id\":1211,\"linkDestination\":\"none\",\"width\":960,\"height\":500,\"naturalWidth\":1024,\"naturalHeight\":768,\"sizeSlug\":\"large\",\"sizeSlugTablet\":\"large\",\"sizeSlugMobile\":\"large\",\"customHeightSetDesktop\":true} -->\n<div class=\"wp-block-uagb-image uagb-block-5cf98d68 wp-block-uagb-image--layout-default wp-block-uagb-image--effect-static wp-block-uagb-image--align-none\"><figure class=\"wp-block-uagb-image__figure\"><img srcset=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/the-view-from-my-rooms-1024x768.jpg \" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/the-view-from-my-rooms-1024x768.jpg\" alt=\"\" class=\"uag-image-1211\" width=\"960\" height=\"500\" title=\"\" loading=\"lazy\"/></figure></div>\n<!-- /wp:uagb/image --></div>\n<!-- /wp:uagb/container --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"4178f812\",\"innerContentWidth\":\"alignfull\",\"directionDesktop\":\"row\",\"wrapTablet\":\"wrap\",\"variationSelected\":true,\"rowGapTablet\":0,\"columnGapDesktop\":0,\"isBlockRootParent\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-4178f812 alignfull uagb-is-root-container\"><!-- wp:uagb/container {\"block_id\":\"e7fe3577\",\"widthDesktop\":50,\"widthTablet\":100,\"variationSelected\":true,\"columnGapDesktop\":20,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-e7fe3577\"><!-- wp:uagb/image {\"block_id\":\"88561640\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAAJDI0ZWY4NDc1LThjYjYtNDM3YS1iOTliLWNmOWQxYTJkMWU5MQ-1.png\",\"id\":1213,\"linkDestination\":\"none\",\"width\":960,\"height\":500,\"naturalWidth\":1000,\"naturalHeight\":667,\"sizeSlug\":\"full\",\"sizeSlugTablet\":\"full\",\"sizeSlugMobile\":\"full\",\"customHeightSetDesktop\":true} -->\n<div class=\"wp-block-uagb-image uagb-block-88561640 wp-block-uagb-image--layout-default wp-block-uagb-image--effect-static wp-block-uagb-image--align-none\"><figure class=\"wp-block-uagb-image__figure\"><img srcset=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAAJDI0ZWY4NDc1LThjYjYtNDM3YS1iOTliLWNmOWQxYTJkMWU5MQ-1.png \" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAAJDI0ZWY4NDc1LThjYjYtNDM3YS1iOTliLWNmOWQxYTJkMWU5MQ-1.png\" alt=\"\" class=\"uag-image-1213\" width=\"960\" height=\"500\" title=\"\" loading=\"lazy\"/></figure></div>\n<!-- /wp:uagb/image --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"2b1462bf\",\"widthDesktop\":25,\"variationSelected\":true,\"widthSetByUser\":true,\"UAGHideMob\":true,\"UAGResponsiveConditions\":true} -->\n<div class=\"wp-block-uagb-container uag-hide-mob uagb-block-2b1462bf\"><!-- wp:uagb/image {\"block_id\":\"e539140c\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/bird-1-1024x683.jpg\",\"id\":1215,\"linkDestination\":\"none\",\"width\":480,\"height\":500,\"naturalWidth\":1024,\"naturalHeight\":683,\"sizeSlug\":\"large\",\"sizeSlugTablet\":\"large\",\"sizeSlugMobile\":\"large\",\"customHeightSetDesktop\":true} -->\n<div class=\"wp-block-uagb-image uagb-block-e539140c wp-block-uagb-image--layout-default wp-block-uagb-image--effect-static wp-block-uagb-image--align-none\"><figure class=\"wp-block-uagb-image__figure\"><img srcset=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/bird-1-1024x683.jpg \" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/bird-1-1024x683.jpg\" alt=\"\" class=\"uag-image-1215\" width=\"480\" height=\"500\" title=\"\" loading=\"lazy\"/></figure></div>\n<!-- /wp:uagb/image --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"43aed372\",\"widthDesktop\":25,\"variationSelected\":true,\"widthSetByUser\":true,\"UAGHideMob\":true,\"UAGResponsiveConditions\":true} -->\n<div class=\"wp-block-uagb-container uag-hide-mob uagb-block-43aed372\"><!-- wp:uagb/image {\"block_id\":\"c0d92ff8\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/two-happy-boxers-1024x768.jpg\",\"id\":1216,\"linkDestination\":\"none\",\"width\":480,\"height\":500,\"naturalWidth\":1024,\"naturalHeight\":768,\"sizeSlug\":\"large\",\"sizeSlugTablet\":\"large\",\"sizeSlugMobile\":\"large\",\"customHeightSetDesktop\":true} -->\n<div class=\"wp-block-uagb-image uagb-block-c0d92ff8 wp-block-uagb-image--layout-default wp-block-uagb-image--effect-static wp-block-uagb-image--align-none\"><figure class=\"wp-block-uagb-image__figure\"><img srcset=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/two-happy-boxers-1024x768.jpg \" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/two-happy-boxers-1024x768.jpg\" alt=\"\" class=\"uag-image-1216\" width=\"480\" height=\"500\" title=\"\" loading=\"lazy\"/></figure></div>\n<!-- /wp:uagb/image --></div>\n<!-- /wp:uagb/container --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"54fccb45\",\"backgroundType\":\"color\",\"backgroundSizeTablet\":\"cover\",\"backgroundSizeMobile\":\"cover\",\"backgroundColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"topPaddingDesktop\":120,\"bottomPaddingDesktop\":0,\"topPaddingTablet\":80,\"bottomPaddingTablet\":80,\"leftPaddingTablet\":30,\"rightPaddingTablet\":30,\"topPaddingMobile\":80,\"bottomPaddingMobile\":80,\"leftPaddingMobile\":20,\"rightPaddingMobile\":20,\"paddingLink\":false,\"variationSelected\":true,\"rowGapDesktop\":0,\"rowGapTablet\":0,\"isBlockRootParent\":true} -->\n<div id=\"nearby-visits\" class=\"wp-block-uagb-container uagb-block-54fccb45 alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/container {\"block_id\":\"c11128da\",\"directionDesktop\":\"row\",\"alignItemsDesktop\":\"flex-end\",\"alignItemsTablet\":\"flex-end\",\"justifyContentDesktop\":\"flex-end\",\"justifyContentTablet\":\"space-between\",\"variationSelected\":true,\"rowGapMobile\":30,\"columnGapDesktop\":0} -->\n<div class=\"wp-block-uagb-container uagb-block-c11128da\"><!-- wp:uagb/advanced-heading {\"block_id\":\"9ac573a3\",\"classMigrate\":true,\"headingDescToggle\":true,\"subHeadingColor\":\"\",\"headSpace\":20,\"subHeadFontSize\":16} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-9ac573a3\"><h2 class=\"uagb-heading-text\">Things to do in the area of Magaliesburg<br></h2><p class=\"uagb-desc-text\">Looking for more? Well, we believe that every guest walks into our lodge for the best experience. And, we are determined to do that.</p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/buttons {\"block_id\":\"8fed3dee\",\"classMigrate\":true,\"childMigrate\":true,\"align\":\"right\",\"alignTablet\":\"right\",\"alignMobile\":\"left\",\"gap\":0} -->\n<div class=\"wp-block-uagb-buttons uagb-buttons__outer-wrap uagb-btn__default-btn uagb-btn-tablet__default-btn uagb-btn-mobile__default-btn uagb-block-8fed3dee\"><div class=\"uagb-buttons__wrap uagb-buttons-layout-wrap\"><!-- wp:uagb/buttons-child {\"block_id\":\"a4441691\",\"label\":\"Reservations\",\"link\":\"https://book.nightsbridge.com/11065\",\"hColor\":\"\",\"opensInNewTab\":true,\"borderWidth\":\"\",\"borderRadius\":\"\",\"borderStyle\":\"\",\"borderColor\":\"\",\"borderHColor\":\"\",\"btnBorderTopWidth\":1,\"btnBorderLeftWidth\":1,\"btnBorderRightWidth\":1,\"btnBorderBottomWidth\":1,\"btnBorderTopLeftRadius\":2,\"btnBorderTopRightRadius\":2,\"btnBorderBottomLeftRadius\":2,\"btnBorderBottomRightRadius\":2,\"btnBorderStyle\":\"solid\",\"btnBorderColor\":\"#333\",\"btnBorderHColor\":\"#333\"} -->\n<div class=\"wp-block-uagb-buttons-child uagb-buttons__outer-wrap uagb-block-a4441691 wp-block-button is-style-outline\"><div class=\"uagb-button__wrapper\"><a class=\"uagb-buttons-repeater wp-block-button__link\" href=\"https://book.nightsbridge.com/11065\" rel=\"follow noopener\" target=\"_blank\"><div class=\"uagb-button__link\">Reservations</div></a></div></div>\n<!-- /wp:uagb/buttons-child --></div></div>\n<!-- /wp:uagb/buttons --></div>\n<!-- /wp:uagb/container --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"807cf083\",\"backgroundType\":\"color\",\"backgroundSizeTablet\":\"cover\",\"backgroundSizeMobile\":\"cover\",\"backgroundColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"topPaddingDesktop\":50,\"bottomPaddingDesktop\":100,\"topPaddingTablet\":50,\"bottomPaddingTablet\":25,\"leftPaddingTablet\":20,\"rightPaddingTablet\":20,\"topPaddingMobile\":50,\"bottomPaddingMobile\":20,\"leftPaddingMobile\":20,\"rightPaddingMobile\":20,\"paddingLink\":false,\"variationSelected\":true,\"rowGapDesktop\":0,\"isBlockRootParent\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-807cf083 alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/container {\"block_id\":\"2f16b4c0\",\"directionDesktop\":\"row\",\"alignItemsTablet\":\"flex-start\",\"paddingLink\":false,\"topMarginDesktop\":50,\"bottomMarginDesktop\":20,\"leftMarginDesktop\":0,\"rightMarginDesktop\":0,\"marginLink\":false,\"variationSelected\":true,\"rowGapMobile\":65,\"columnGapDesktop\":48,\"columnGapTablet\":20} -->\n<div class=\"wp-block-uagb-container uagb-block-2f16b4c0\"><!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"align\":\"center\",\"id\":1222,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image aligncenter size-full\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/41b46e52d7427ea1f6f135454e9a012f.png\" alt=\"\" class=\"wp-image-1222\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"textAlign\":\"center\",\"level\":3} -->\n<h3 class=\"has-text-align-center\">Fishing </h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>The dam has trout (stocked), bass, vlei Kuper and carp. Fly fishers seeking a unique challenge visit our establishment in search of the large &amp; small scale Yellow fish.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:buttons -->\n<div class=\"wp-block-buttons\"><!-- wp:button {\"align\":\"left\"} -->\n<div class=\"wp-block-button alignleft\"><a class=\"wp-block-button__link wp-element-button\" href=\"https://www.sundowner.co.za/rooms/magalies-barbus-haven/\" target=\"_blank\" rel=\"noreferrer noopener\">Barbus Haven</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons -->\n\n<!-- wp:paragraph -->\n<p>The opportunity to fish for Rainbow Trout or the elusive Brown Trout. Kingfisher offers rod hires at their venue. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:buttons -->\n<div class=\"wp-block-buttons\"><!-- wp:button {\"align\":\"left\"} -->\n<div class=\"wp-block-button alignleft\"><a class=\"wp-block-button__link wp-element-button\" href=\"https://www.thekingfisherlodge.co.za/activities/\" target=\"_blank\" rel=\"noreferrer noopener\">Kingfisher</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":1235,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Maseke-MTB-MvZ-3-1024x683-1.png\" alt=\"\" class=\"wp-image-1235\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>Mountain biking </h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>It is a privately owned nature reserve that offers mountain biking.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:spacer {\"height\":\"20px\"} -->\n<div style=\"height:20px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:buttons -->\n<div class=\"wp-block-buttons\"><!-- wp:button -->\n<div class=\"wp-block-button\"><a class=\"wp-block-button__link wp-element-button\" href=\"http://ingwebushcamp.yolasite.com/\" target=\"_blank\" rel=\"noreferrer noopener\">Ingwe Bush Camp&nbsp;</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons -->\n\n<!-- wp:paragraph -->\n<p>With over 80km of trails, Van Gaalen&nbsp;has something to offer for every kind of athlete, from beginner to advanced.<br></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:buttons -->\n<div class=\"wp-block-buttons\"><!-- wp:button -->\n<div class=\"wp-block-button\"><a class=\"wp-block-button__link wp-element-button\" href=\"https://www.vangaalen.co.za/products\" target=\"_blank\" rel=\"noreferrer noopener\">Van Gaalen\'s</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":830,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/ef9d0188da11e2bc56788f5619d9d539.png\" alt=\"\" class=\"wp-image-830\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>Quad biking </h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>We have quads suitable for kiddies, tweens, teens, and adults. We have mini quads and fully automatic 150cc quads.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:spacer {\"height\":\"2px\"} -->\n<div style=\"height:2px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:buttons -->\n<div class=\"wp-block-buttons\"><!-- wp:button -->\n<div class=\"wp-block-button\"><a class=\"wp-block-button__link wp-element-button\" href=\"https://www.saddlecreekadventures.co.za/activity/quad-biking/\" target=\"_blank\" rel=\"noreferrer noopener\">Saddle Creek Ranch</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons -->\n\n<!-- wp:paragraph -->\n<p>A 700-meter monster track, the longest and most exciting track in Gauteng!</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:spacer {\"height\":\"2px\"} -->\n<div style=\"height:2px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:buttons -->\n<div class=\"wp-block-buttons\"><!-- wp:button -->\n<div class=\"wp-block-button\"><a class=\"wp-block-button__link wp-element-button\" href=\"http://www.swartkrans.co.za/\" target=\"_blank\" rel=\"noreferrer noopener\">Swartkrans Go-Karting&nbsp;</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"align\":\"center\",\"id\":1198,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image aligncenter size-full\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/eyJidWNrZXQiOiJhc3NldHMuYWxsdHJhaWxzLmNvbSIsImtleSI6InVwbG9hZHMvcGhvdG8vaW1hZ2UvNDMxNzk4MTAvYjZkYTAz-1.png\" alt=\"\" class=\"wp-image-1198\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>Horse riding </h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Join us for an unforgettable horse riding experience in the peaceful countryside, with beautiful mountain scenery and lovely bush trails.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:buttons -->\n<div class=\"wp-block-buttons\"><!-- wp:button -->\n<div class=\"wp-block-button\"><a class=\"wp-block-button__link wp-element-button\" href=\"https://www.saddlecreekadventures.co.za/activity/horse-riding/\" target=\"_blank\" rel=\"noreferrer noopener\">Saddle Creek Ranch</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":1185,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/49089607_1950305445047847_5177863042771189760_n.png\" alt=\"\" class=\"wp-image-1185\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>Game drives </h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Enjoy a thrilling and educational adventure with our experienced guides.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:spacer {\"height\":\"2px\"} -->\n<div style=\"height:2px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:buttons -->\n<div class=\"wp-block-buttons\"><!-- wp:button -->\n<div class=\"wp-block-button\"><a class=\"wp-block-button__link wp-element-button\" href=\"https://www.rhinolion.co.za/visitors-guide/activity-index/game-drives/\" target=\"_blank\" rel=\"noreferrer noopener\">Rhino &amp; Lion Park</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons -->\n\n<!-- wp:paragraph -->\n<p>Our guided game-viewing drives take place each day in the morning and afternoon, as this is when the animals are most active.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:buttons -->\n<div class=\"wp-block-buttons\"><!-- wp:button -->\n<div class=\"wp-block-button\"><a class=\"wp-block-button__link wp-element-button\" href=\"https://www.africanhillslodge.co.za/experience/\" target=\"_blank\" rel=\"noreferrer noopener\">Askari Game Lodge</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:spacer {\"height\":\"12px\"} -->\n<div style=\"height:12px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:heading -->\n<h2>Other activites </h2>\n<!-- /wp:heading -->\n\n<!-- wp:uagb/faq {\"block_id\":\"6ab84a26\",\"expandFirstItem\":false,\"boxBgColor\":\"#F5F5F5\",\"borderStyle\":\"\",\"borderWidth\":\"\",\"borderRadius\":\"\",\"borderColor\":\"\",\"vquestionPaddingDesktop\":15,\"hquestionPaddingDesktop\":15,\"iconAlign\":\"row-reverse\",\"schema\":\"{\\u0022@context\\u0022:\\u0022https://schema.org\\u0022,\\u0022@type\\u0022:\\u0022FAQPage\\u0022,\\u0022@id\\u0022:\\u0022https://blueroan.netgen.cloud/amenities/\\u0022,\\u0022mainEntity\\u0022:[{\\u0022@type\\u0022:\\u0022Question\\u0022,\\u0022name\\u0022:\\u0022\\u003cstrong\\u003ePUBS / MICRO BREWERIES\\u003c/strong\\u003e\\u0022,\\u0022acceptedAnswer\\u0022:{\\u0022@type\\u0022:\\u0022Answer\\u0022,\\u0022text\\u0022:\\u0022Black Horse   \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27825613246\\\\\\u0022\\u003e082 561 3246\\u003cbr\\u003e\\u003c/a\\u003eBrauhaus am Dam   \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27878025519\\\\\\u0022\\u003e087 802 5519\\u003c/a\\u003e / \\u003ca href=\\\\\\u0022tel:+27729201742\\\\\\u0022\\u003e072 920 1742\\u003c/a\\u003e\\u003cbr\\u003eHartleys Elephant Bar   \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27145772301\\\\\\u0022\\u003e014 577 2301\\u003cbr\\u003e\\u003c/a\\u003eThatchwood Pub   \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27837091672\\\\\\u0022\\u003e083 709 1672\\u003cbr\\u003e\\u003c/a\\u003eMonate Citrus Kelder   \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27122580712\\\\\\u0022\\u003e012 258 0712\\u003c/a\\u003e\\u0022}},{\\u0022@type\\u0022:\\u0022Question\\u0022,\\u0022name\\u0022:\\u0022\\u003cstrong\\u003eTEA GARDENS / RESTAURANTS   \\u003c/strong\\u003e\\u0022,\\u0022acceptedAnswer\\u0022:{\\u0022@type\\u0022:\\u0022Answer\\u0022,\\u0022text\\u0022:\\u0022Black Horse   \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27825613246\\\\\\u0022\\u003e082 561 3246\\u003cbr\\u003e\\u003c/a\\u003eBrauhaus am Dam   \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27878025519\\\\\\u0022\\u003e087 802 5519\\u003c/a\\u003e / \\u003ca href=\\\\\\u0022tel:+27729201742\\\\\\u0022\\u003e072 920 1742\\u003c/a\\u003e\\u003cbr\\u003eMelon Rouge   \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27796806050\\\\\\u0022\\u003e079 680 6050\\u003cbr\\u003e\\u003c/a\\u003eMount Grace Hotel   \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27145775600\\\\\\u0022\\u003e014 577 5600\\u003cbr\\u003e\\u003c/a\\u003eValley Lodge Hotel   \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27145771301\\\\\\u0022\\u003e014 577 1301\\u003cbr\\u003e\\u003c/a\\u003eLa Classique Ristorante   \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27145774006\\\\\\u0022\\u003e014 577 4006\\u003c/a\\u003e\\u0022}},{\\u0022@type\\u0022:\\u0022Question\\u0022,\\u0022name\\u0022:\\u0022\\u003cstrong\\u003eSHOPPING\\u003c/strong\\u003e  \\u0022,\\u0022acceptedAnswer\\u0022:{\\u0022@type\\u0022:\\u0022Answer\\u0022,\\u0022text\\u0022:\\u0022If Only Antiques    \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27827878825\\\\\\u0022\\u003e082 787 8825\\u003cbr\\u003e\\u003c/a\\u003ePuss in Boots   \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27145773562\\\\\\u0022\\u003e014 577 3562\\u003c/a\\u003e\\u0022}},{\\u0022@type\\u0022:\\u0022Question\\u0022,\\u0022name\\u0022:\\u0022\\u003cstrong\\u003eSPORTS \\u0026amp; ADVENTURE\\u003c/strong\\u003e\\u0022,\\u0022acceptedAnswer\\u0022:{\\u0022@type\\u0022:\\u0022Answer\\u0022,\\u0022text\\u0022:\\u0022Tandem Paragliding flips  \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27823221824\\\\\\u0022\\u003e0823221824\\u003c/a\\u003e\\u003cbr\\u003eMountain Sanctuary Park   \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27145340114\\\\\\u0022\\u003e014 534 0114\\u003cbr\\u003e\\u003c/a\\u003eBill Harrops Original Balloon Safaris   \\u003ca href=\\\\\\u0022tel:+27145771733\\\\\\u0022\\u003e014 577 1733\\u003c/a\\u003e / \\u003ca href=\\\\\\u0022tel:+27837520036\\\\\\u0022\\u003e083 752 0036\\u003c/a\\u003e\\u003cbr\\u003ePecanwood Golf Course   \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27122440112\\\\\\u0022\\u003e012 244 0112\\u003cbr\\u003e\\u003c/a\\u003eAir Ventures Hot Air Balloons   \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27117935782\\\\\\u0022\\u003e011 793 5782\\u003cbr\\u003e\\u003c/a\\u003eGliding   \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27835266966\\\\\\u0022\\u003e083 526 6966\\u003cbr\\u003e\\u003c/a\\u003eMagaliesberg Canopy Tours   \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27145350150\\\\\\u0022\\u003e014 535 0150\\u003cbr\\u003e\\u003c/a\\u003eWild Cave Adventures   \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27824862464\\\\\\u0022\\u003e082 486 2464\\u003cbr\\u003e\\u003c/a\\u003eMiracle Waters Dive Gateway   \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27832359840\\\\\\u0022\\u003e083 235 9840\\u003c/a\\u003e\\u0022}},{\\u0022@type\\u0022:\\u0022Question\\u0022,\\u0022name\\u0022:\\u0022\\u003cstrong\\u003eHEALTH SPAS\\u003c/strong\\u003e\\u0022,\\u0022acceptedAnswer\\u0022:{\\u0022@type\\u0022:\\u0022Answer\\u0022,\\u0022text\\u0022:\\u0022Whispering Pines   \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27145771536\\\\\\u0022\\u003e014 577 1536\\u003cbr\\u003e\\u003c/a\\u003eMount Grace Spa   \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27145775600\\\\\\u0022\\u003e014 577 5600\\u003cbr\\u003e\\u003c/a\\u003eValley Lodge Spa   \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27145771301\\\\\\u0022\\u003e014 577 1301\\u003cbr\\u003e\\u003c/a\\u003eRosewell Spa   \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27145771172\\\\\\u0022\\u003e014 577 1172\\u003cbr\\u003e\\u003c/a\\u003eSparkling Waters   \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27145350019\\\\\\u0022\\u003e014 535 0019\\u003c/a\\u003e\\u0022}},{\\u0022@type\\u0022:\\u0022Question\\u0022,\\u0022name\\u0022:\\u0022\\u003cstrong\\u003ePLACES OF INTEREST\\u003c/strong\\u003e\\u0022,\\u0022acceptedAnswer\\u0022:{\\u0022@type\\u0022:\\u0022Answer\\u0022,\\u0022text\\u0022:\\u0022Maropeng Visitors Centre   \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27145779000\\\\\\u0022\\u003e014 577 9000\\u003cbr\\u003e\\u003c/a\\u003eSterkfontein Caves   \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27116683200\\\\\\u0022\\u003e011 668 3200\\u003cbr\\u003e\\u003c/a\\u003eBlaaubank Gold Mine   \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27825673111\\\\\\u0022\\u003e082 567 3111\\u003cbr\\u003e\\u003c/a\\u003eVan Gaalen Cheese Farm   \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27122071289\\\\\\u0022\\u003e012 207 1289\\u003cbr\\u003e\\u003c/a\\u003eHartebeespoort Cableway   \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27722412654\\\\\\u0022\\u003e072 241 2654\\u003cbr\\u003e\\u003c/a\\u003eElephant Sanctuary             \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27122580423\\\\\\u0022\\u003e012 258 0423\\u003cbr\\u003e\\u003c/a\\u003eTeam Gel   \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27114622894\\\\\\u0022\\u003e011 462 2894\\u003c/a\\u003e / \\u003ca href=\\\\\\u0022tel:+27833207623\\\\\\u0022\\u003e083 320 7623\\u003c/a\\u003e\\u003cbr\\u003eMonate Citrus Kelder   \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27122580712\\\\\\u0022\\u003e012 258 0712\\u003cbr\\u003e\\u003c/a\\u003eLiving Jewels   \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27119566444\\\\\\u0022\\u003e011 956 6444\\u003cbr\\u003e\\u003c/a\\u003eBlaaubank Candle Dipping   \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27145774609\\\\\\u0022\\u003e014 577 4609\\u003cbr\\u003e\\u003c/a\\u003eVeggie Picking \\u0026amp; Strawberry Picking \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27122071116\\\\\\u0022\\u003e012 207 1116\\u003c/a\\u003e\\u0022}}]}\",\"questionLeftPaddingDesktop\":15,\"questionBottomPaddingDesktop\":15,\"answerTopPadding\":0,\"answerRightPadding\":15,\"answerBottomPadding\":15,\"answerLeftPadding\":15,\"answerTopPaddingTablet\":10,\"answerRightPaddingTablet\":10,\"answerBottomPaddingTablet\":10,\"answerLeftPaddingTablet\":10,\"answerTopPaddingMobile\":10,\"answerRightPaddingMobile\":10,\"answerBottomPaddingMobile\":10,\"answerLeftPaddingMobile\":10,\"overallBorderTopWidth\":1,\"overallBorderLeftWidth\":1,\"overallBorderRightWidth\":1,\"overallBorderBottomWidth\":1,\"overallBorderTopLeftRadius\":2,\"overallBorderTopRightRadius\":2,\"overallBorderBottomLeftRadius\":2,\"overallBorderBottomRightRadius\":2,\"overallBorderStyle\":\"none\",\"overallBorderColor\":\"#D2D2D2\"} -->\n<div class=\"wp-block-uagb-faq uagb-faq__outer-wrap uagb-block-6ab84a26 uagb-faq-icon-row-reverse uagb-faq-layout-accordion uagb-faq-expand-first-false uagb-faq-inactive-other-true uagb-faq__wrap uagb-buttons-layout-wrap uagb-faq-equal-height\" data-faqtoggle=\"true\" role=\"tablist\"><!-- wp:uagb/faq-child {\"block_id\":\"06464b14\",\"question\":\"\\u003cstrong\\u003ePUBS / MICRO BREWERIES\\u003c/strong\\u003e\",\"answer\":\"Black Horse   \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27825613246\\u0022\\u003e082 561 3246\\u003cbr\\u003e\\u003c/a\\u003eBrauhaus am Dam   \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27878025519\\u0022\\u003e087 802 5519\\u003c/a\\u003e / \\u003ca href=\\u0022tel:+27729201742\\u0022\\u003e072 920 1742\\u003c/a\\u003e\\u003cbr\\u003eHartleys Elephant Bar   \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27145772301\\u0022\\u003e014 577 2301\\u003cbr\\u003e\\u003c/a\\u003eThatchwood Pub   \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27837091672\\u0022\\u003e083 709 1672\\u003cbr\\u003e\\u003c/a\\u003eMonate Citrus Kelder   \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27122580712\\u0022\\u003e012 258 0712\\u003c/a\\u003e\"} -->\n<div class=\"wp-block-uagb-faq-child uagb-faq-child__outer-wrap uagb-faq-item uagb-block-06464b14\" role=\"tab\" tabindex=\"0\"><div class=\"uagb-faq-questions-button uagb-faq-questions\"><span class=\"uagb-icon uagb-faq-icon-wrap\"><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 448 512\"><path d=\"M432 256c0 17.69-14.33 32.01-32 32.01H256v144c0 17.69-14.33 31.99-32 31.99s-32-14.3-32-31.99v-144H48c-17.67 0-32-14.32-32-32.01s14.33-31.99 32-31.99H192v-144c0-17.69 14.33-32.01 32-32.01s32 14.32 32 32.01v144h144C417.7 224 432 238.3 432 256z\"></path></svg></span><span class=\"uagb-icon-active uagb-faq-icon-wrap\"><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 448 512\"><path d=\"M400 288h-352c-17.69 0-32-14.32-32-32.01s14.31-31.99 32-31.99h352c17.69 0 32 14.3 32 31.99S417.7 288 400 288z\"></path></svg></span><span class=\"uagb-question\"><strong>PUBS / MICRO BREWERIES</strong></span></div><p class=\"uagb-faq-content\">Black Horse   <br><a href=\"tel:+27825613246\">082 561 3246<br></a>Brauhaus am Dam   <br><a href=\"tel:+27878025519\">087 802 5519</a> / <a href=\"tel:+27729201742\">072 920 1742</a><br>Hartleys Elephant Bar   <br><a href=\"tel:+27145772301\">014 577 2301<br></a>Thatchwood Pub   <br><a href=\"tel:+27837091672\">083 709 1672<br></a>Monate Citrus Kelder   <br><a href=\"tel:+27122580712\">012 258 0712</a></p></div>\n<!-- /wp:uagb/faq-child -->\n\n<!-- wp:uagb/faq-child {\"block_id\":\"c608a07d\",\"question\":\"\\u003cstrong\\u003eTEA GARDENS / RESTAURANTS   \\u003c/strong\\u003e\",\"answer\":\"Black Horse   \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27825613246\\u0022\\u003e082 561 3246\\u003cbr\\u003e\\u003c/a\\u003eBrauhaus am Dam   \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27878025519\\u0022\\u003e087 802 5519\\u003c/a\\u003e / \\u003ca href=\\u0022tel:+27729201742\\u0022\\u003e072 920 1742\\u003c/a\\u003e\\u003cbr\\u003eMelon Rouge   \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27796806050\\u0022\\u003e079 680 6050\\u003cbr\\u003e\\u003c/a\\u003eMount Grace Hotel   \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27145775600\\u0022\\u003e014 577 5600\\u003cbr\\u003e\\u003c/a\\u003eValley Lodge Hotel   \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27145771301\\u0022\\u003e014 577 1301\\u003cbr\\u003e\\u003c/a\\u003eLa Classique Ristorante   \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27145774006\\u0022\\u003e014 577 4006\\u003c/a\\u003e\"} -->\n<div class=\"wp-block-uagb-faq-child uagb-faq-child__outer-wrap uagb-faq-item uagb-block-c608a07d\" role=\"tab\" tabindex=\"0\"><div class=\"uagb-faq-questions-button uagb-faq-questions\"><span class=\"uagb-icon uagb-faq-icon-wrap\"><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 448 512\"><path d=\"M432 256c0 17.69-14.33 32.01-32 32.01H256v144c0 17.69-14.33 31.99-32 31.99s-32-14.3-32-31.99v-144H48c-17.67 0-32-14.32-32-32.01s14.33-31.99 32-31.99H192v-144c0-17.69 14.33-32.01 32-32.01s32 14.32 32 32.01v144h144C417.7 224 432 238.3 432 256z\"></path></svg></span><span class=\"uagb-icon-active uagb-faq-icon-wrap\"><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 448 512\"><path d=\"M400 288h-352c-17.69 0-32-14.32-32-32.01s14.31-31.99 32-31.99h352c17.69 0 32 14.3 32 31.99S417.7 288 400 288z\"></path></svg></span><span class=\"uagb-question\"><strong>TEA GARDENS / RESTAURANTS   </strong></span></div><p class=\"uagb-faq-content\">Black Horse   <br><a href=\"tel:+27825613246\">082 561 3246<br></a>Brauhaus am Dam   <br><a href=\"tel:+27878025519\">087 802 5519</a> / <a href=\"tel:+27729201742\">072 920 1742</a><br>Melon Rouge   <br><a href=\"tel:+27796806050\">079 680 6050<br></a>Mount Grace Hotel   <br><a href=\"tel:+27145775600\">014 577 5600<br></a>Valley Lodge Hotel   <br><a href=\"tel:+27145771301\">014 577 1301<br></a>La Classique Ristorante   <br><a href=\"tel:+27145774006\">014 577 4006</a></p></div>\n<!-- /wp:uagb/faq-child -->\n\n<!-- wp:uagb/faq-child {\"block_id\":\"6c146f36\",\"question\":\"\\u003cstrong\\u003eSHOPPING\\u003c/strong\\u003e  \",\"answer\":\"If Only Antiques    \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27827878825\\u0022\\u003e082 787 8825\\u003cbr\\u003e\\u003c/a\\u003ePuss in Boots   \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27145773562\\u0022\\u003e014 577 3562\\u003c/a\\u003e\"} -->\n<div class=\"wp-block-uagb-faq-child uagb-faq-child__outer-wrap uagb-faq-item uagb-block-6c146f36\" role=\"tab\" tabindex=\"0\"><div class=\"uagb-faq-questions-button uagb-faq-questions\"><span class=\"uagb-icon uagb-faq-icon-wrap\"><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 448 512\"><path d=\"M432 256c0 17.69-14.33 32.01-32 32.01H256v144c0 17.69-14.33 31.99-32 31.99s-32-14.3-32-31.99v-144H48c-17.67 0-32-14.32-32-32.01s14.33-31.99 32-31.99H192v-144c0-17.69 14.33-32.01 32-32.01s32 14.32 32 32.01v144h144C417.7 224 432 238.3 432 256z\"></path></svg></span><span class=\"uagb-icon-active uagb-faq-icon-wrap\"><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 448 512\"><path d=\"M400 288h-352c-17.69 0-32-14.32-32-32.01s14.31-31.99 32-31.99h352c17.69 0 32 14.3 32 31.99S417.7 288 400 288z\"></path></svg></span><span class=\"uagb-question\"><strong>SHOPPING</strong>  </span></div><p class=\"uagb-faq-content\">If Only Antiques    <br><a href=\"tel:+27827878825\">082 787 8825<br></a>Puss in Boots   <br><a href=\"tel:+27145773562\">014 577 3562</a></p></div>\n<!-- /wp:uagb/faq-child -->\n\n<!-- wp:uagb/faq-child {\"block_id\":\"3d2444bc\",\"question\":\"\\u003cstrong\\u003eSPORTS \\u0026amp; ADVENTURE\\u003c/strong\\u003e\",\"answer\":\"Tandem Paragliding flips  \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27823221824\\u0022\\u003e0823221824\\u003c/a\\u003e\\u003cbr\\u003eMountain Sanctuary Park   \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27145340114\\u0022\\u003e014 534 0114\\u003cbr\\u003e\\u003c/a\\u003eBill Harrops Original Balloon Safaris   \\u003ca href=\\u0022tel:+27145771733\\u0022\\u003e014 577 1733\\u003c/a\\u003e / \\u003ca href=\\u0022tel:+27837520036\\u0022\\u003e083 752 0036\\u003c/a\\u003e\\u003cbr\\u003ePecanwood Golf Course   \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27122440112\\u0022\\u003e012 244 0112\\u003cbr\\u003e\\u003c/a\\u003eAir Ventures Hot Air Balloons   \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27117935782\\u0022\\u003e011 793 5782\\u003cbr\\u003e\\u003c/a\\u003eGliding   \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27835266966\\u0022\\u003e083 526 6966\\u003cbr\\u003e\\u003c/a\\u003eMagaliesberg Canopy Tours   \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27145350150\\u0022\\u003e014 535 0150\\u003cbr\\u003e\\u003c/a\\u003eWild Cave Adventures   \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27824862464\\u0022\\u003e082 486 2464\\u003cbr\\u003e\\u003c/a\\u003eMiracle Waters Dive Gateway   \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27832359840\\u0022\\u003e083 235 9840\\u003c/a\\u003e\"} -->\n<div class=\"wp-block-uagb-faq-child uagb-faq-child__outer-wrap uagb-faq-item uagb-block-3d2444bc\" role=\"tab\" tabindex=\"0\"><div class=\"uagb-faq-questions-button uagb-faq-questions\"><span class=\"uagb-icon uagb-faq-icon-wrap\"><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 448 512\"><path d=\"M432 256c0 17.69-14.33 32.01-32 32.01H256v144c0 17.69-14.33 31.99-32 31.99s-32-14.3-32-31.99v-144H48c-17.67 0-32-14.32-32-32.01s14.33-31.99 32-31.99H192v-144c0-17.69 14.33-32.01 32-32.01s32 14.32 32 32.01v144h144C417.7 224 432 238.3 432 256z\"></path></svg></span><span class=\"uagb-icon-active uagb-faq-icon-wrap\"><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 448 512\"><path d=\"M400 288h-352c-17.69 0-32-14.32-32-32.01s14.31-31.99 32-31.99h352c17.69 0 32 14.3 32 31.99S417.7 288 400 288z\"></path></svg></span><span class=\"uagb-question\"><strong>SPORTS &amp; ADVENTURE</strong></span></div><p class=\"uagb-faq-content\">Tandem Paragliding flips  <br><a href=\"tel:+27823221824\">0823221824</a><br>Mountain Sanctuary Park   <br><a href=\"tel:+27145340114\">014 534 0114<br></a>Bill Harrops Original Balloon Safaris   <a href=\"tel:+27145771733\">014 577 1733</a> / <a href=\"tel:+27837520036\">083 752 0036</a><br>Pecanwood Golf Course   <br><a href=\"tel:+27122440112\">012 244 0112<br></a>Air Ventures Hot Air Balloons   <br><a href=\"tel:+27117935782\">011 793 5782<br></a>Gliding   <br><a href=\"tel:+27835266966\">083 526 6966<br></a>Magaliesberg Canopy Tours   <br><a href=\"tel:+27145350150\">014 535 0150<br></a>Wild Cave Adventures   <br><a href=\"tel:+27824862464\">082 486 2464<br></a>Miracle Waters Dive Gateway   <br><a href=\"tel:+27832359840\">083 235 9840</a></p></div>\n<!-- /wp:uagb/faq-child -->\n\n<!-- wp:uagb/faq-child {\"block_id\":\"4955335e\",\"question\":\"\\u003cstrong\\u003eHEALTH SPAS\\u003c/strong\\u003e\",\"answer\":\"Whispering Pines   \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27145771536\\u0022\\u003e014 577 1536\\u003cbr\\u003e\\u003c/a\\u003eMount Grace Spa   \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27145775600\\u0022\\u003e014 577 5600\\u003cbr\\u003e\\u003c/a\\u003eValley Lodge Spa   \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27145771301\\u0022\\u003e014 577 1301\\u003cbr\\u003e\\u003c/a\\u003eRosewell Spa   \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27145771172\\u0022\\u003e014 577 1172\\u003cbr\\u003e\\u003c/a\\u003eSparkling Waters   \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27145350019\\u0022\\u003e014 535 0019\\u003c/a\\u003e\"} -->\n<div class=\"wp-block-uagb-faq-child uagb-faq-child__outer-wrap uagb-faq-item uagb-block-4955335e\" role=\"tab\" tabindex=\"0\"><div class=\"uagb-faq-questions-button uagb-faq-questions\"><span class=\"uagb-icon uagb-faq-icon-wrap\"><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 448 512\"><path d=\"M432 256c0 17.69-14.33 32.01-32 32.01H256v144c0 17.69-14.33 31.99-32 31.99s-32-14.3-32-31.99v-144H48c-17.67 0-32-14.32-32-32.01s14.33-31.99 32-31.99H192v-144c0-17.69 14.33-32.01 32-32.01s32 14.32 32 32.01v144h144C417.7 224 432 238.3 432 256z\"></path></svg></span><span class=\"uagb-icon-active uagb-faq-icon-wrap\"><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 448 512\"><path d=\"M400 288h-352c-17.69 0-32-14.32-32-32.01s14.31-31.99 32-31.99h352c17.69 0 32 14.3 32 31.99S417.7 288 400 288z\"></path></svg></span><span class=\"uagb-question\"><strong>HEALTH SPAS</strong></span></div><p class=\"uagb-faq-content\">Whispering Pines   <br><a href=\"tel:+27145771536\">014 577 1536<br></a>Mount Grace Spa   <br><a href=\"tel:+27145775600\">014 577 5600<br></a>Valley Lodge Spa   <br><a href=\"tel:+27145771301\">014 577 1301<br></a>Rosewell Spa   <br><a href=\"tel:+27145771172\">014 577 1172<br></a>Sparkling Waters   <br><a href=\"tel:+27145350019\">014 535 0019</a></p></div>\n<!-- /wp:uagb/faq-child -->\n\n<!-- wp:uagb/faq-child {\"block_id\":\"ba1f384b\",\"question\":\"\\u003cstrong\\u003ePLACES OF INTEREST\\u003c/strong\\u003e\",\"answer\":\"Maropeng Visitors Centre   \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27145779000\\u0022\\u003e014 577 9000\\u003cbr\\u003e\\u003c/a\\u003eSterkfontein Caves   \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27116683200\\u0022\\u003e011 668 3200\\u003cbr\\u003e\\u003c/a\\u003eBlaaubank Gold Mine   \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27825673111\\u0022\\u003e082 567 3111\\u003cbr\\u003e\\u003c/a\\u003eVan Gaalen Cheese Farm   \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27122071289\\u0022\\u003e012 207 1289\\u003cbr\\u003e\\u003c/a\\u003eHartebeespoort Cableway   \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27722412654\\u0022\\u003e072 241 2654\\u003cbr\\u003e\\u003c/a\\u003eElephant Sanctuary             \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27122580423\\u0022\\u003e012 258 0423\\u003cbr\\u003e\\u003c/a\\u003eTeam Gel   \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27114622894\\u0022\\u003e011 462 2894\\u003c/a\\u003e / \\u003ca href=\\u0022tel:+27833207623\\u0022\\u003e083 320 7623\\u003c/a\\u003e\\u003cbr\\u003eMonate Citrus Kelder   \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27122580712\\u0022\\u003e012 258 0712\\u003cbr\\u003e\\u003c/a\\u003eLiving Jewels   \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27119566444\\u0022\\u003e011 956 6444\\u003cbr\\u003e\\u003c/a\\u003eBlaaubank Candle Dipping   \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27145774609\\u0022\\u003e014 577 4609\\u003cbr\\u003e\\u003c/a\\u003eVeggie Picking \\u0026amp; Strawberry Picking \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27122071116\\u0022\\u003e012 207 1116\\u003c/a\\u003e\"} -->\n<div class=\"wp-block-uagb-faq-child uagb-faq-child__outer-wrap uagb-faq-item uagb-block-ba1f384b\" role=\"tab\" tabindex=\"0\"><div class=\"uagb-faq-questions-button uagb-faq-questions\"><span class=\"uagb-icon uagb-faq-icon-wrap\"><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 448 512\"><path d=\"M432 256c0 17.69-14.33 32.01-32 32.01H256v144c0 17.69-14.33 31.99-32 31.99s-32-14.3-32-31.99v-144H48c-17.67 0-32-14.32-32-32.01s14.33-31.99 32-31.99H192v-144c0-17.69 14.33-32.01 32-32.01s32 14.32 32 32.01v144h144C417.7 224 432 238.3 432 256z\"></path></svg></span><span class=\"uagb-icon-active uagb-faq-icon-wrap\"><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 448 512\"><path d=\"M400 288h-352c-17.69 0-32-14.32-32-32.01s14.31-31.99 32-31.99h352c17.69 0 32 14.3 32 31.99S417.7 288 400 288z\"></path></svg></span><span class=\"uagb-question\"><strong>PLACES OF INTEREST</strong></span></div><p class=\"uagb-faq-content\">Maropeng Visitors Centre   <br><a href=\"tel:+27145779000\">014 577 9000<br></a>Sterkfontein Caves   <br><a href=\"tel:+27116683200\">011 668 3200<br></a>Blaaubank Gold Mine   <br><a href=\"tel:+27825673111\">082 567 3111<br></a>Van Gaalen Cheese Farm   <br><a href=\"tel:+27122071289\">012 207 1289<br></a>Hartebeespoort Cableway   <br><a href=\"tel:+27722412654\">072 241 2654<br></a>Elephant Sanctuary             <br><a href=\"tel:+27122580423\">012 258 0423<br></a>Team Gel   <br><a href=\"tel:+27114622894\">011 462 2894</a> / <a href=\"tel:+27833207623\">083 320 7623</a><br>Monate Citrus Kelder   <br><a href=\"tel:+27122580712\">012 258 0712<br></a>Living Jewels   <br><a href=\"tel:+27119566444\">011 956 6444<br></a>Blaaubank Candle Dipping   <br><a href=\"tel:+27145774609\">014 577 4609<br></a>Veggie Picking &amp; Strawberry Picking <br><a href=\"tel:+27122071116\">012 207 1116</a></p></div>\n<!-- /wp:uagb/faq-child --></div>\n<!-- /wp:uagb/faq --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"78c6ce21\",\"innerContentCustomWidthDesktop\":781,\"innerContentCustomWidthTablet\":781,\"backgroundType\":\"image\",\"backgroundImageDesktop\":{\"id\":54,\"title\":\"background-img\",\"filename\":\"background-img-1.jpg\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/background-img-1.jpg\",\"link\":\"https://blueroan.netgen.cloud/background-img-2/\",\"alt\":\"\",\"author\":\"34\",\"description\":\"\",\"caption\":\"\",\"name\":\"background-img-2\",\"status\":\"inherit\",\"uploadedTo\":0,\"date\":\"2021-05-07T10:11:37.000Z\",\"modified\":\"2021-05-07T10:11:37.000Z\",\"menuOrder\":0,\"mime\":\"image/jpeg\",\"type\":\"image\",\"subtype\":\"jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/default.png\",\"dateFormatted\":\"May 7, 2021\",\"nonces\":{\"update\":\"bb999636b9\",\"delete\":\"d2e1375bc4\",\"edit\":\"005dd2f0c9\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=54\\u0026action=edit\",\"meta\":false,\"authorName\":\"Rishabh\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/user-edit.php?user_id=34\",\"filesizeInBytes\":338858,\"filesizeHumanReadable\":\"331 KB\",\"context\":\"\",\"height\":1080,\"width\":1920,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/background-img-1-150x150.jpg\",\"orientation\":\"landscape\"},\"medium\":{\"height\":169,\"width\":300,\"url\":\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/background-img-1-300x169.jpg\",\"orientation\":\"landscape\"},\"large\":{\"height\":576,\"width\":1024,\"url\":\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/background-img-1-1024x576.jpg\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/background-img-1.jpg\",\"height\":1080,\"width\":1920,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"backgroundImageColor\":\"rgba(42,42,42,0.65)\",\"topPaddingDesktop\":144,\"bottomPaddingDesktop\":144,\"leftPaddingDesktop\":40,\"rightPaddingDesktop\":40,\"topPaddingTablet\":80,\"bottomPaddingTablet\":80,\"leftPaddingTablet\":40,\"rightPaddingTablet\":40,\"topPaddingMobile\":64,\"bottomPaddingMobile\":64,\"leftPaddingMobile\":24,\"rightPaddingMobile\":24,\"paddingLink\":false,\"variationSelected\":true,\"isBlockRootParent\":true,\"overlayType\":\"color\"} -->\n<div class=\"wp-block-uagb-container uagb-block-78c6ce21 alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/advanced-heading {\"block_id\":\"9da6659a\",\"classMigrate\":true,\"headingDescToggle\":true,\"headingAlign\":\"center\",\"headingColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"subHeadingColor\":\"var(\\u002d\\u002dast-global-color-4)\",\"headSpace\":20} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-9da6659a\"><h2 class=\"uagb-heading-text\">Plan an Unforgettable Experience in Mykonos Today!</h2><p class=\"uagb-desc-text\">We can help you fit your stay and experience within your allotted budget.</p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/advanced-heading {\"block_id\":\"4d7249c5\",\"classMigrate\":true,\"headingTitleToggle\":false,\"headingDescToggle\":true,\"headingAlign\":\"center\",\"subHeadingColor\":\"var(\\u002d\\u002dast-global-color-4)\",\"subHeadTransform\":\"uppercase\",\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"subHeadLetterSpacing\":2,\"blockTopPadding\":60,\"blockRightPadding\":0,\"blockLeftPadding\":0,\"blockBottomPadding\":0,\"blockTopPaddingMobile\":30,\"blockRightPaddingMobile\":0,\"blockLeftPaddingMobile\":0,\"blockBottomPaddingMobile\":0} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-4d7249c5\"><p class=\"uagb-desc-text\">BOOK YOUR STAY NOW​</p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/icon-list {\"block_id\":\"1a6e4568\",\"classMigrate\":true,\"childMigrate\":true,\"align\":\"center\",\"parentIcon\":\"phone\",\"size\":40,\"sizeMobile\":24,\"sizeTablet\":32,\"fontSize\":48,\"fontSizeMobile\":28,\"fontSizeTablet\":40,\"fontWeight\":\"600\",\"iconColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"labelColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"blockTopPadding\":0,\"blockRightPadding\":0,\"blockLeftPadding\":0,\"blockBottomPadding\":24,\"blockPaddingLink\":false} -->\n<div class=\"wp-block-uagb-icon-list uagb-block-1a6e4568\"><div class=\"uagb-icon-list__wrap\"><!-- wp:uagb/icon-list-child {\"block_id\":\"0f2f0092\",\"label\":\"+1-123 456 7890​\",\"label_color\":\"\",\"fromParentIcon\":\"phone\",\"imageSizeChild\":40} -->\n<div class=\"wp-block-uagb-icon-list-child uagb-block-0f2f0092\"><span class=\"uagb-icon-list__source-wrap\"><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M511.2 387l-23.25 100.8c-3.266 14.25-15.79 24.22-30.46 24.22C205.2 512 0 306.8 0 54.5c0-14.66 9.969-27.2 24.22-30.45l100.8-23.25C139.7-2.602 154.7 5.018 160.8 18.92l46.52 108.5c5.438 12.78 1.77 27.67-8.98 36.45L144.5 207.1c33.98 69.22 90.26 125.5 159.5 159.5l44.08-53.8c8.688-10.78 23.69-14.51 36.47-8.975l108.5 46.51C506.1 357.2 514.6 372.4 511.2 387z\"></path></svg></span><span class=\"uagb-icon-list__label\">+1-123 456 7890​</span></div>\n<!-- /wp:uagb/icon-list-child --></div></div>\n<!-- /wp:uagb/icon-list --></div></div>\n<!-- /wp:uagb/container -->',	'Amenities',	'',	'inherit',	'closed',	'closed',	'',	'762-revision-v1',	'',	'',	'2022-12-15 13:22:06',	'2022-12-15 13:22:06',	'',	762,	'https://blueroan.netgen.cloud/?p=1268',	0,	'revision',	'',	0),
(1269,	2,	'2022-12-15 13:22:55',	'2022-12-15 13:22:55',	'{\n    \"nav_menu_item[388]\": {\n        \"value\": {\n            \"menu_item_parent\": 0,\n            \"object_id\": 388,\n            \"object\": \"custom\",\n            \"type\": \"custom\",\n            \"type_label\": \"Custom Link\",\n            \"title\": \"Nearby Visits\",\n            \"url\": \"/#nearby-visits\",\n            \"target\": \"\",\n            \"attr_title\": \"\",\n            \"description\": \"\",\n            \"classes\": \"\",\n            \"xfn\": \"\",\n            \"nav_menu_term_id\": 3,\n            \"position\": 2,\n            \"status\": \"publish\",\n            \"original_title\": \"\",\n            \"_invalid\": false\n        },\n        \"type\": \"nav_menu_item\",\n        \"user_id\": 2,\n        \"date_modified_gmt\": \"2022-12-15 13:22:55\"\n    }\n}',	'',	'',	'trash',	'closed',	'closed',	'',	'1968e1bf-a70f-42ab-abb6-72ec8d0fb585',	'',	'',	'2022-12-15 13:22:55',	'2022-12-15 13:22:55',	'',	0,	'https://blueroan.netgen.cloud/1968e1bf-a70f-42ab-abb6-72ec8d0fb585/',	0,	'customize_changeset',	'',	0),
(1270,	2,	'2022-12-15 13:24:01',	'2022-12-15 13:24:01',	'{\n    \"nav_menu_item[388]\": {\n        \"value\": {\n            \"menu_item_parent\": 0,\n            \"object_id\": 388,\n            \"object\": \"custom\",\n            \"type\": \"custom\",\n            \"type_label\": \"Custom Link\",\n            \"title\": \"Nearby Visits\",\n            \"url\": \"amenities/#nearby-visits\",\n            \"target\": \"\",\n            \"attr_title\": \"\",\n            \"description\": \"\",\n            \"classes\": \"\",\n            \"xfn\": \"\",\n            \"nav_menu_term_id\": 3,\n            \"position\": 1,\n            \"status\": \"publish\",\n            \"original_title\": \"\",\n            \"_invalid\": false\n        },\n        \"type\": \"nav_menu_item\",\n        \"user_id\": 2,\n        \"date_modified_gmt\": \"2022-12-15 13:24:01\"\n    }\n}',	'',	'',	'trash',	'closed',	'closed',	'',	'2875d5ec-2033-4339-b7da-77bbd2f2d520',	'',	'',	'2022-12-15 13:24:01',	'2022-12-15 13:24:01',	'',	0,	'https://blueroan.netgen.cloud/2875d5ec-2033-4339-b7da-77bbd2f2d520/',	0,	'customize_changeset',	'',	0),
(1271,	2,	'2022-12-15 13:24:53',	'2022-12-15 13:24:53',	'{\n    \"nav_menu_item[388]\": {\n        \"value\": {\n            \"menu_item_parent\": 0,\n            \"object_id\": 388,\n            \"object\": \"custom\",\n            \"type\": \"custom\",\n            \"type_label\": \"Custom Link\",\n            \"title\": \"Nearby Visits\",\n            \"url\": \"#nearby-visits\",\n            \"target\": \"\",\n            \"attr_title\": \"\",\n            \"description\": \"\",\n            \"classes\": \"\",\n            \"xfn\": \"\",\n            \"nav_menu_term_id\": 3,\n            \"position\": 1,\n            \"status\": \"publish\",\n            \"original_title\": \"\",\n            \"_invalid\": false\n        },\n        \"type\": \"nav_menu_item\",\n        \"user_id\": 2,\n        \"date_modified_gmt\": \"2022-12-15 13:24:53\"\n    }\n}',	'',	'',	'trash',	'closed',	'closed',	'',	'31b7c6c3-92b9-4618-a05d-93ec946f3775',	'',	'',	'2022-12-15 13:24:53',	'2022-12-15 13:24:53',	'',	0,	'https://blueroan.netgen.cloud/31b7c6c3-92b9-4618-a05d-93ec946f3775/',	0,	'customize_changeset',	'',	0),
(1272,	2,	'2022-12-15 13:25:32',	'2022-12-15 13:25:32',	'{\n    \"nav_menu_item[388]\": {\n        \"value\": {\n            \"menu_item_parent\": 0,\n            \"object_id\": 388,\n            \"object\": \"custom\",\n            \"type\": \"custom\",\n            \"type_label\": \"Custom Link\",\n            \"title\": \"Nearby Visits\",\n            \"url\": \"/amenities/#nearby-visits\",\n            \"target\": \"\",\n            \"attr_title\": \"\",\n            \"description\": \"\",\n            \"classes\": \"\",\n            \"xfn\": \"\",\n            \"nav_menu_term_id\": 3,\n            \"position\": 1,\n            \"status\": \"publish\",\n            \"original_title\": \"\",\n            \"_invalid\": false\n        },\n        \"type\": \"nav_menu_item\",\n        \"user_id\": 2,\n        \"date_modified_gmt\": \"2022-12-15 13:25:32\"\n    }\n}',	'',	'',	'trash',	'closed',	'closed',	'',	'069646da-ff32-427e-9381-8a3bf9042f23',	'',	'',	'2022-12-15 13:25:32',	'2022-12-15 13:25:32',	'',	0,	'https://blueroan.netgen.cloud/069646da-ff32-427e-9381-8a3bf9042f23/',	0,	'customize_changeset',	'',	0),
(1273,	2,	'2022-12-15 13:26:34',	'2022-12-15 13:26:34',	'<!-- wp:uagb/container {\"block_id\":\"cb8a716b\",\"backgroundType\":\"image\",\"backgroundImageDesktop\":{\"id\":1007,\"title\":\"AAEAAQAAAAAAAAAAAAAAJDg5NmY0ZGUxLWE4MTgtNDY5NC1iODFhLTBmN2Q0ZDc5ZWFiNw-1\",\"filename\":\"AAEAAQAAAAAAAAAAAAAAJDg5NmY0ZGUxLWE4MTgtNDY5NC1iODFhLTBmN2Q0ZDc5ZWFiNw-1.png\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAAJDg5NmY0ZGUxLWE4MTgtNDY5NC1iODFhLTBmN2Q0ZDc5ZWFiNw-1.png\",\"link\":\"https://blueroan.netgen.cloud/the-barn/aaeaaqaaaaaaaaaaaaaajdg5nmy0zguxlwe4mtgtndy5nc1iodfhltbmn2q0zdc5zwfinw-1/\",\"alt\":\"\",\"author\":\"2\",\"description\":\"\",\"caption\":\"\",\"name\":\"aaeaaqaaaaaaaaaaaaaajdg5nmy0zguxlwe4mtgtndy5nc1iodfhltbmn2q0zdc5zwfinw-1\",\"status\":\"inherit\",\"uploadedTo\":948,\"date\":\"2022-12-14T10:50:25.000Z\",\"modified\":\"2022-12-14T10:50:25.000Z\",\"menuOrder\":0,\"mime\":\"image/png\",\"type\":\"image\",\"subtype\":\"png\",\"icon\":\"https://blueroan.netgen.cloud/wp-includes/images/media/default.png\",\"dateFormatted\":\"December 14, 2022\",\"nonces\":{\"update\":\"483f8bdf3d\",\"delete\":\"0a7ebc92ef\",\"edit\":\"6bc1c6a685\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=1007\\u0026action=edit\",\"meta\":false,\"authorName\":\"Netgen Support\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/profile.php\",\"uploadedToTitle\":\"The Barn\",\"uploadedToLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=948\\u0026action=edit\",\"filesizeInBytes\":1348989,\"filesizeHumanReadable\":\"1 MB\",\"context\":\"\",\"height\":667,\"width\":1000,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAAJDg5NmY0ZGUxLWE4MTgtNDY5NC1iODFhLTBmN2Q0ZDc5ZWFiNw-1-150x150.png\",\"orientation\":\"landscape\"},\"medium\":{\"height\":200,\"width\":300,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAAJDg5NmY0ZGUxLWE4MTgtNDY5NC1iODFhLTBmN2Q0ZDc5ZWFiNw-1-300x200.png\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAAJDg5NmY0ZGUxLWE4MTgtNDY5NC1iODFhLTBmN2Q0ZDc5ZWFiNw-1.png\",\"height\":667,\"width\":1000,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"backgroundPositionDesktop\":{\"x\":0.61,\"y\":0.52},\"backgroundSizeTablet\":\"cover\",\"backgroundSizeMobile\":\"cover\",\"backgroundColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"backgroundImageColor\":\"rgba(42,42,42,0.5)\",\"topPaddingDesktop\":220,\"bottomPaddingDesktop\":150,\"topPaddingTablet\":170,\"bottomPaddingTablet\":160,\"leftPaddingTablet\":30,\"rightPaddingTablet\":30,\"topPaddingMobile\":180,\"bottomPaddingMobile\":80,\"leftPaddingMobile\":20,\"rightPaddingMobile\":20,\"paddingLink\":false,\"variationSelected\":true,\"isBlockRootParent\":true,\"overlayType\":\"color\"} -->\n<div class=\"wp-block-uagb-container uagb-block-cb8a716b alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/advanced-heading {\"block_id\":\"9bd76688\",\"classMigrate\":true,\"headingDescToggle\":true,\"headingColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"subHeadingColor\":\"var(\\u002d\\u002dast-global-color-4)\",\"headingTag\":\"h1\",\"headSpace\":20,\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"blockTopPadding\":0,\"blockRightPadding\":50,\"blockLeftPadding\":0,\"blockBottomPadding\":0,\"blockTopPaddingTablet\":0,\"blockRightPaddingTablet\":20,\"blockLeftPaddingTablet\":0,\"blockBottomPaddingTablet\":0,\"blockTopPaddingMobile\":0,\"blockRightPaddingMobile\":0,\"blockLeftPaddingMobile\":0,\"blockBottomPaddingMobile\":0,\"blockPaddingUnit\":\"%\",\"blockPaddingUnitTablet\":\"%\"} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-9bd76688\"><h1 class=\"uagb-heading-text\">Amenities &amp; Interests​</h1><p class=\"uagb-desc-text\">We do not give you just rooms to stay in. We give you an environment where you can experience the best while on a holiday with us. </p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:buttons -->\n<div class=\"wp-block-buttons\"><!-- wp:button -->\n<div class=\"wp-block-button\"><a class=\"wp-block-button__link wp-element-button\" href=\"https://book.nightsbridge.com/11065\" target=\"_blank\" rel=\"noreferrer noopener\">BOOK NOW</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"9c3f85ab\",\"backgroundType\":\"color\",\"backgroundSizeTablet\":\"cover\",\"backgroundSizeMobile\":\"cover\",\"backgroundColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"topPaddingDesktop\":50,\"bottomPaddingDesktop\":100,\"topPaddingTablet\":50,\"bottomPaddingTablet\":25,\"leftPaddingTablet\":20,\"rightPaddingTablet\":20,\"topPaddingMobile\":50,\"bottomPaddingMobile\":20,\"leftPaddingMobile\":20,\"rightPaddingMobile\":20,\"paddingLink\":false,\"variationSelected\":true,\"rowGapDesktop\":0,\"isBlockRootParent\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-9c3f85ab alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/container {\"block_id\":\"9be45dfa\",\"directionDesktop\":\"row\",\"alignItemsTablet\":\"flex-start\",\"paddingLink\":false,\"topMarginDesktop\":50,\"bottomMarginDesktop\":20,\"leftMarginDesktop\":0,\"rightMarginDesktop\":0,\"marginLink\":false,\"variationSelected\":true,\"rowGapMobile\":65,\"columnGapDesktop\":48,\"columnGapTablet\":20} -->\n<div class=\"wp-block-uagb-container uagb-block-9be45dfa\"><!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"align\":\"center\",\"id\":828,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image aligncenter size-full\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Blue-Roan-pool.png\" alt=\"Blue Roan\'s rock pool\" class=\"wp-image-828\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>A relaxing rock Pool​</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>We have a lovely sparkling blue rock pool next to a thatched Lapa. &nbsp;&nbsp;Lie on recliners on the green lawn or sit on the swing chair in the Lapa and enjoy the panoramic view of the Magaliesberg mountain range.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":829,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/img-20160605-wa0002-largejpg.png\" alt=\"\" class=\"wp-image-829\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>Braai facilities </h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>What can compare to a burning fire under the star-lit African sky? Nothing beats the flavor of cooking over an open flame.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":830,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/ef9d0188da11e2bc56788f5619d9d539.png\" alt=\"\" class=\"wp-image-830\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>A games room </h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>The reception is also a games room for those who enjoy darts or playing pool. &nbsp;Take a selection of DVDs back to your room and watch movies on your own DVD player. &nbsp;There is also a selection of board games and music CDs that you can borrow.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"align\":\"center\",\"id\":1198,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image aligncenter size-full\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/eyJidWNrZXQiOiJhc3NldHMuYWxsdHJhaWxzLmNvbSIsImtleSI6InVwbG9hZHMvcGhvdG8vaW1hZ2UvNDMxNzk4MTAvYjZkYTAz-1.png\" alt=\"\" class=\"wp-image-1198\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>Walking or hiking </h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>There is a well-kept walking trail on our property with plenty of bird life and some benches along the way. &nbsp;It is safe for dogs to run off-leash as it is completely fenced all around. &nbsp;For those who enjoy long walks and hikes, it is safe to cross onto neighbouring farms and go as far as the eye can see.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":1185,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/49089607_1950305445047847_5177863042771189760_n.png\" alt=\"\" class=\"wp-image-1185\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>Mountain biking </h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Bring your mountain bikes and explore the surrounding countryside on safe off-road tracks on our property and on neighbouring farms.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":1196,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Michelle_1.png\" alt=\"\" class=\"wp-image-1196\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>Horse riding </h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Interested riders can book at one of the recommended horse-riding establishments listed further down this page.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"b9512cf2\",\"innerContentWidth\":\"alignfull\",\"directionDesktop\":\"row\",\"wrapTablet\":\"wrap\",\"variationSelected\":true,\"rowGapTablet\":0,\"columnGapDesktop\":0,\"isBlockRootParent\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-b9512cf2 alignfull uagb-is-root-container\"><!-- wp:uagb/container {\"block_id\":\"0af24450\",\"widthDesktop\":25,\"widthTablet\":50,\"variationSelected\":true,\"widthSetByUser\":true,\"UAGHideMob\":true,\"UAGResponsiveConditions\":true} -->\n<div class=\"wp-block-uagb-container uag-hide-mob uagb-block-0af24450\"><!-- wp:uagb/image {\"block_id\":\"9c57d706\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-18-1-1024x768.jpg\",\"id\":1208,\"linkDestination\":\"none\",\"width\":480,\"height\":500,\"naturalWidth\":1024,\"naturalHeight\":768,\"sizeSlug\":\"large\",\"sizeSlugTablet\":\"large\",\"sizeSlugMobile\":\"large\",\"customHeightSetDesktop\":true} -->\n<div class=\"wp-block-uagb-image uagb-block-9c57d706 wp-block-uagb-image--layout-default wp-block-uagb-image--effect-static wp-block-uagb-image--align-none\"><figure class=\"wp-block-uagb-image__figure\"><img srcset=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-18-1-1024x768.jpg \" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-18-1-1024x768.jpg\" alt=\"\" class=\"uag-image-1208\" width=\"480\" height=\"500\" title=\"\" loading=\"lazy\"/></figure></div>\n<!-- /wp:uagb/image --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"e39828ef\",\"widthDesktop\":25,\"widthTablet\":50,\"variationSelected\":true,\"widthSetByUser\":true,\"UAGHideMob\":true,\"UAGResponsiveConditions\":true} -->\n<div class=\"wp-block-uagb-container uag-hide-mob uagb-block-e39828ef\"><!-- wp:uagb/image {\"block_id\":\"65426796\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Blue-Roan-pool-1.png\",\"id\":1210,\"linkDestination\":\"none\",\"width\":480,\"height\":500,\"naturalWidth\":370,\"naturalHeight\":440,\"sizeSlug\":\"full\",\"sizeSlugTablet\":\"full\",\"sizeSlugMobile\":\"full\",\"customHeightSetDesktop\":true} -->\n<div class=\"wp-block-uagb-image uagb-block-65426796 wp-block-uagb-image--layout-default wp-block-uagb-image--effect-static wp-block-uagb-image--align-none\"><figure class=\"wp-block-uagb-image__figure\"><img srcset=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Blue-Roan-pool-1.png \" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Blue-Roan-pool-1.png\" alt=\"\" class=\"uag-image-1210\" width=\"480\" height=\"500\" title=\"\" loading=\"lazy\"/></figure></div>\n<!-- /wp:uagb/image --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"648777fc\",\"widthDesktop\":50,\"widthTablet\":100,\"variationSelected\":true,\"columnGapDesktop\":20,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-648777fc\"><!-- wp:uagb/image {\"block_id\":\"ac67afb0\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/the-view-from-my-rooms-1024x768.jpg\",\"id\":1211,\"linkDestination\":\"none\",\"width\":960,\"height\":500,\"naturalWidth\":1024,\"naturalHeight\":768,\"sizeSlug\":\"large\",\"sizeSlugTablet\":\"large\",\"sizeSlugMobile\":\"large\",\"customHeightSetDesktop\":true} -->\n<div class=\"wp-block-uagb-image uagb-block-ac67afb0 wp-block-uagb-image--layout-default wp-block-uagb-image--effect-static wp-block-uagb-image--align-none\"><figure class=\"wp-block-uagb-image__figure\"><img srcset=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/the-view-from-my-rooms-1024x768.jpg \" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/the-view-from-my-rooms-1024x768.jpg\" alt=\"\" class=\"uag-image-1211\" width=\"960\" height=\"500\" title=\"\" loading=\"lazy\"/></figure></div>\n<!-- /wp:uagb/image --></div>\n<!-- /wp:uagb/container --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"fd0fbaba\",\"innerContentWidth\":\"alignfull\",\"directionDesktop\":\"row\",\"wrapTablet\":\"wrap\",\"variationSelected\":true,\"rowGapTablet\":0,\"columnGapDesktop\":0,\"isBlockRootParent\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-fd0fbaba alignfull uagb-is-root-container\"><!-- wp:uagb/container {\"block_id\":\"c8d00b8b\",\"widthDesktop\":50,\"widthTablet\":100,\"variationSelected\":true,\"columnGapDesktop\":20,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-c8d00b8b\"><!-- wp:uagb/image {\"block_id\":\"97bd920b\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAAJDI0ZWY4NDc1LThjYjYtNDM3YS1iOTliLWNmOWQxYTJkMWU5MQ-1.png\",\"id\":1213,\"linkDestination\":\"none\",\"width\":960,\"height\":500,\"naturalWidth\":1000,\"naturalHeight\":667,\"sizeSlug\":\"full\",\"sizeSlugTablet\":\"full\",\"sizeSlugMobile\":\"full\",\"customHeightSetDesktop\":true} -->\n<div class=\"wp-block-uagb-image uagb-block-97bd920b wp-block-uagb-image--layout-default wp-block-uagb-image--effect-static wp-block-uagb-image--align-none\"><figure class=\"wp-block-uagb-image__figure\"><img srcset=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAAJDI0ZWY4NDc1LThjYjYtNDM3YS1iOTliLWNmOWQxYTJkMWU5MQ-1.png \" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAAJDI0ZWY4NDc1LThjYjYtNDM3YS1iOTliLWNmOWQxYTJkMWU5MQ-1.png\" alt=\"\" class=\"uag-image-1213\" width=\"960\" height=\"500\" title=\"\" loading=\"lazy\"/></figure></div>\n<!-- /wp:uagb/image --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"5f333074\",\"widthDesktop\":25,\"variationSelected\":true,\"widthSetByUser\":true,\"UAGHideMob\":true,\"UAGResponsiveConditions\":true} -->\n<div class=\"wp-block-uagb-container uag-hide-mob uagb-block-5f333074\"><!-- wp:uagb/image {\"block_id\":\"0ff43f5f\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/bird-1-1024x683.jpg\",\"id\":1215,\"linkDestination\":\"none\",\"width\":480,\"height\":500,\"naturalWidth\":1024,\"naturalHeight\":683,\"sizeSlug\":\"large\",\"sizeSlugTablet\":\"large\",\"sizeSlugMobile\":\"large\",\"customHeightSetDesktop\":true} -->\n<div class=\"wp-block-uagb-image uagb-block-0ff43f5f wp-block-uagb-image--layout-default wp-block-uagb-image--effect-static wp-block-uagb-image--align-none\"><figure class=\"wp-block-uagb-image__figure\"><img srcset=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/bird-1-1024x683.jpg \" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/bird-1-1024x683.jpg\" alt=\"\" class=\"uag-image-1215\" width=\"480\" height=\"500\" title=\"\" loading=\"lazy\"/></figure></div>\n<!-- /wp:uagb/image --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"32b3e49c\",\"widthDesktop\":25,\"variationSelected\":true,\"widthSetByUser\":true,\"UAGHideMob\":true,\"UAGResponsiveConditions\":true} -->\n<div class=\"wp-block-uagb-container uag-hide-mob uagb-block-32b3e49c\"><!-- wp:uagb/image {\"block_id\":\"abdd80c0\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/two-happy-boxers-1024x768.jpg\",\"id\":1216,\"linkDestination\":\"none\",\"width\":480,\"height\":500,\"naturalWidth\":1024,\"naturalHeight\":768,\"sizeSlug\":\"large\",\"sizeSlugTablet\":\"large\",\"sizeSlugMobile\":\"large\",\"customHeightSetDesktop\":true} -->\n<div class=\"wp-block-uagb-image uagb-block-abdd80c0 wp-block-uagb-image--layout-default wp-block-uagb-image--effect-static wp-block-uagb-image--align-none\"><figure class=\"wp-block-uagb-image__figure\"><img srcset=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/two-happy-boxers-1024x768.jpg \" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/two-happy-boxers-1024x768.jpg\" alt=\"\" class=\"uag-image-1216\" width=\"480\" height=\"500\" title=\"\" loading=\"lazy\"/></figure></div>\n<!-- /wp:uagb/image --></div>\n<!-- /wp:uagb/container --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"e8eea36c\",\"backgroundType\":\"color\",\"backgroundSizeTablet\":\"cover\",\"backgroundSizeMobile\":\"cover\",\"backgroundColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"topPaddingDesktop\":120,\"bottomPaddingDesktop\":0,\"topPaddingTablet\":80,\"bottomPaddingTablet\":80,\"leftPaddingTablet\":30,\"rightPaddingTablet\":30,\"topPaddingMobile\":80,\"bottomPaddingMobile\":80,\"leftPaddingMobile\":20,\"rightPaddingMobile\":20,\"paddingLink\":false,\"variationSelected\":true,\"rowGapDesktop\":0,\"rowGapTablet\":0,\"isBlockRootParent\":true} -->\n<div id=\"nearby-visits\" class=\"wp-block-uagb-container uagb-block-e8eea36c alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/container {\"block_id\":\"ab8f419f\",\"directionDesktop\":\"row\",\"alignItemsDesktop\":\"flex-end\",\"alignItemsTablet\":\"flex-end\",\"justifyContentDesktop\":\"flex-end\",\"justifyContentTablet\":\"space-between\",\"variationSelected\":true,\"rowGapMobile\":30,\"columnGapDesktop\":0} -->\n<div class=\"wp-block-uagb-container uagb-block-ab8f419f\"><!-- wp:uagb/advanced-heading {\"block_id\":\"803877d4\",\"classMigrate\":true,\"headingDescToggle\":true,\"subHeadingColor\":\"\",\"headSpace\":20,\"subHeadFontSize\":16} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-803877d4\"><h2 class=\"uagb-heading-text\">Things to do in the area of Magaliesburg<br></h2><p class=\"uagb-desc-text\">Looking for more? Well, we believe that every guest walks into our lodge for the best experience. And, we are determined to do that.</p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/buttons {\"block_id\":\"18a4e938\",\"classMigrate\":true,\"childMigrate\":true,\"align\":\"right\",\"alignTablet\":\"right\",\"alignMobile\":\"left\",\"gap\":0} -->\n<div class=\"wp-block-uagb-buttons uagb-buttons__outer-wrap uagb-btn__default-btn uagb-btn-tablet__default-btn uagb-btn-mobile__default-btn uagb-block-18a4e938\"><div class=\"uagb-buttons__wrap uagb-buttons-layout-wrap\"><!-- wp:uagb/buttons-child {\"block_id\":\"edc55dac\",\"label\":\"Reservations\",\"link\":\"https://book.nightsbridge.com/11065\",\"hColor\":\"\",\"opensInNewTab\":true,\"borderWidth\":\"\",\"borderRadius\":\"\",\"borderStyle\":\"\",\"borderColor\":\"\",\"borderHColor\":\"\",\"btnBorderTopWidth\":1,\"btnBorderLeftWidth\":1,\"btnBorderRightWidth\":1,\"btnBorderBottomWidth\":1,\"btnBorderTopLeftRadius\":2,\"btnBorderTopRightRadius\":2,\"btnBorderBottomLeftRadius\":2,\"btnBorderBottomRightRadius\":2,\"btnBorderStyle\":\"solid\",\"btnBorderColor\":\"#333\",\"btnBorderHColor\":\"#333\"} -->\n<div class=\"wp-block-uagb-buttons-child uagb-buttons__outer-wrap uagb-block-edc55dac wp-block-button is-style-outline\"><div class=\"uagb-button__wrapper\"><a class=\"uagb-buttons-repeater wp-block-button__link\" href=\"https://book.nightsbridge.com/11065\" rel=\"follow noopener\" target=\"_blank\"><div class=\"uagb-button__link\">Reservations</div></a></div></div>\n<!-- /wp:uagb/buttons-child --></div></div>\n<!-- /wp:uagb/buttons --></div>\n<!-- /wp:uagb/container --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"90e1b6b4\",\"backgroundType\":\"color\",\"backgroundSizeTablet\":\"cover\",\"backgroundSizeMobile\":\"cover\",\"backgroundColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"topPaddingDesktop\":50,\"bottomPaddingDesktop\":100,\"topPaddingTablet\":50,\"bottomPaddingTablet\":25,\"leftPaddingTablet\":20,\"rightPaddingTablet\":20,\"topPaddingMobile\":50,\"bottomPaddingMobile\":20,\"leftPaddingMobile\":20,\"rightPaddingMobile\":20,\"paddingLink\":false,\"variationSelected\":true,\"rowGapDesktop\":0,\"isBlockRootParent\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-90e1b6b4 alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/container {\"block_id\":\"cbc14b59\",\"directionDesktop\":\"row\",\"alignItemsTablet\":\"flex-start\",\"paddingLink\":false,\"topMarginDesktop\":50,\"bottomMarginDesktop\":20,\"leftMarginDesktop\":0,\"rightMarginDesktop\":0,\"marginLink\":false,\"variationSelected\":true,\"rowGapMobile\":65,\"columnGapDesktop\":48,\"columnGapTablet\":20} -->\n<div class=\"wp-block-uagb-container uagb-block-cbc14b59\"><!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"align\":\"center\",\"id\":1222,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image aligncenter size-full\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/41b46e52d7427ea1f6f135454e9a012f.png\" alt=\"\" class=\"wp-image-1222\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"textAlign\":\"center\",\"level\":3} -->\n<h3 class=\"has-text-align-center\">Fishing </h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>The dam has trout (stocked), bass, vlei Kuper and carp. Fly fishers seeking a unique challenge visit our establishment in search of the large &amp; small scale Yellow fish.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:buttons -->\n<div class=\"wp-block-buttons\"><!-- wp:button {\"align\":\"left\"} -->\n<div class=\"wp-block-button alignleft\"><a class=\"wp-block-button__link wp-element-button\" href=\"https://www.sundowner.co.za/rooms/magalies-barbus-haven/\" target=\"_blank\" rel=\"noreferrer noopener\">Barbus Haven</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons -->\n\n<!-- wp:paragraph -->\n<p>The opportunity to fish for Rainbow Trout or the elusive Brown Trout. Kingfisher offers rod hires at their venue. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:buttons -->\n<div class=\"wp-block-buttons\"><!-- wp:button {\"align\":\"left\"} -->\n<div class=\"wp-block-button alignleft\"><a class=\"wp-block-button__link wp-element-button\" href=\"https://www.thekingfisherlodge.co.za/activities/\" target=\"_blank\" rel=\"noreferrer noopener\">Kingfisher</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":1235,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Maseke-MTB-MvZ-3-1024x683-1.png\" alt=\"\" class=\"wp-image-1235\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>Mountain biking </h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>It is a privately owned nature reserve that offers mountain biking.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:spacer {\"height\":\"20px\"} -->\n<div style=\"height:20px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:buttons -->\n<div class=\"wp-block-buttons\"><!-- wp:button -->\n<div class=\"wp-block-button\"><a class=\"wp-block-button__link wp-element-button\" href=\"http://ingwebushcamp.yolasite.com/\" target=\"_blank\" rel=\"noreferrer noopener\">Ingwe Bush Camp&nbsp;</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons -->\n\n<!-- wp:paragraph -->\n<p>With over 80km of trails, Van Gaalen&nbsp;has something to offer for every kind of athlete, from beginner to advanced.<br></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:buttons -->\n<div class=\"wp-block-buttons\"><!-- wp:button -->\n<div class=\"wp-block-button\"><a class=\"wp-block-button__link wp-element-button\" href=\"https://www.vangaalen.co.za/products\" target=\"_blank\" rel=\"noreferrer noopener\">Van Gaalen\'s</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":830,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/ef9d0188da11e2bc56788f5619d9d539.png\" alt=\"\" class=\"wp-image-830\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>Quad biking </h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>We have quads suitable for kiddies, tweens, teens, and adults. We have mini quads and fully automatic 150cc quads.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:spacer {\"height\":\"2px\"} -->\n<div style=\"height:2px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:buttons -->\n<div class=\"wp-block-buttons\"><!-- wp:button -->\n<div class=\"wp-block-button\"><a class=\"wp-block-button__link wp-element-button\" href=\"https://www.saddlecreekadventures.co.za/activity/quad-biking/\" target=\"_blank\" rel=\"noreferrer noopener\">Saddle Creek Ranch</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons -->\n\n<!-- wp:paragraph -->\n<p>A 700-meter monster track, the longest and most exciting track in Gauteng!</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:spacer {\"height\":\"2px\"} -->\n<div style=\"height:2px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:buttons -->\n<div class=\"wp-block-buttons\"><!-- wp:button -->\n<div class=\"wp-block-button\"><a class=\"wp-block-button__link wp-element-button\" href=\"http://www.swartkrans.co.za/\" target=\"_blank\" rel=\"noreferrer noopener\">Swartkrans Go-Karting&nbsp;</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"align\":\"center\",\"id\":1198,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image aligncenter size-full\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/eyJidWNrZXQiOiJhc3NldHMuYWxsdHJhaWxzLmNvbSIsImtleSI6InVwbG9hZHMvcGhvdG8vaW1hZ2UvNDMxNzk4MTAvYjZkYTAz-1.png\" alt=\"\" class=\"wp-image-1198\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>Horse riding </h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Join us for an unforgettable horse riding experience in the peaceful countryside, with beautiful mountain scenery and lovely bush trails.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:buttons -->\n<div class=\"wp-block-buttons\"><!-- wp:button -->\n<div class=\"wp-block-button\"><a class=\"wp-block-button__link wp-element-button\" href=\"https://www.saddlecreekadventures.co.za/activity/horse-riding/\" target=\"_blank\" rel=\"noreferrer noopener\">Saddle Creek Ranch</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":1185,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/49089607_1950305445047847_5177863042771189760_n.png\" alt=\"\" class=\"wp-image-1185\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>Game drives </h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Enjoy a thrilling and educational adventure with our experienced guides.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:spacer {\"height\":\"2px\"} -->\n<div style=\"height:2px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:buttons -->\n<div class=\"wp-block-buttons\"><!-- wp:button -->\n<div class=\"wp-block-button\"><a class=\"wp-block-button__link wp-element-button\" href=\"https://www.rhinolion.co.za/visitors-guide/activity-index/game-drives/\" target=\"_blank\" rel=\"noreferrer noopener\">Rhino &amp; Lion Park</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons -->\n\n<!-- wp:paragraph -->\n<p>Our guided game-viewing drives take place each day in the morning and afternoon, as this is when the animals are most active.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:buttons -->\n<div class=\"wp-block-buttons\"><!-- wp:button -->\n<div class=\"wp-block-button\"><a class=\"wp-block-button__link wp-element-button\" href=\"https://www.africanhillslodge.co.za/experience/\" target=\"_blank\" rel=\"noreferrer noopener\">Askari Game Lodge</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:spacer {\"height\":\"12px\"} -->\n<div style=\"height:12px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:heading -->\n<h2>Other activites </h2>\n<!-- /wp:heading -->\n\n<!-- wp:uagb/faq {\"block_id\":\"7aa00989\",\"expandFirstItem\":false,\"boxBgColor\":\"#F5F5F5\",\"borderStyle\":\"\",\"borderWidth\":\"\",\"borderRadius\":\"\",\"borderColor\":\"\",\"vquestionPaddingDesktop\":15,\"hquestionPaddingDesktop\":15,\"iconAlign\":\"row-reverse\",\"schema\":\"{\\u0022@context\\u0022:\\u0022https://schema.org\\u0022,\\u0022@type\\u0022:\\u0022FAQPage\\u0022,\\u0022@id\\u0022:\\u0022https://blueroan.netgen.cloud/amenities/\\u0022,\\u0022mainEntity\\u0022:[{\\u0022@type\\u0022:\\u0022Question\\u0022,\\u0022name\\u0022:\\u0022\\u003cstrong\\u003ePUBS / MICRO BREWERIES\\u003c/strong\\u003e\\u0022,\\u0022acceptedAnswer\\u0022:{\\u0022@type\\u0022:\\u0022Answer\\u0022,\\u0022text\\u0022:\\u0022Black Horse   \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27825613246\\\\\\u0022\\u003e082 561 3246\\u003cbr\\u003e\\u003c/a\\u003eBrauhaus am Dam   \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27878025519\\\\\\u0022\\u003e087 802 5519\\u003c/a\\u003e / \\u003ca href=\\\\\\u0022tel:+27729201742\\\\\\u0022\\u003e072 920 1742\\u003c/a\\u003e\\u003cbr\\u003eHartleys Elephant Bar   \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27145772301\\\\\\u0022\\u003e014 577 2301\\u003cbr\\u003e\\u003c/a\\u003eThatchwood Pub   \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27837091672\\\\\\u0022\\u003e083 709 1672\\u003cbr\\u003e\\u003c/a\\u003eMonate Citrus Kelder   \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27122580712\\\\\\u0022\\u003e012 258 0712\\u003c/a\\u003e\\u0022}},{\\u0022@type\\u0022:\\u0022Question\\u0022,\\u0022name\\u0022:\\u0022\\u003cstrong\\u003eTEA GARDENS / RESTAURANTS   \\u003c/strong\\u003e\\u0022,\\u0022acceptedAnswer\\u0022:{\\u0022@type\\u0022:\\u0022Answer\\u0022,\\u0022text\\u0022:\\u0022Black Horse   \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27825613246\\\\\\u0022\\u003e082 561 3246\\u003cbr\\u003e\\u003c/a\\u003eBrauhaus am Dam   \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27878025519\\\\\\u0022\\u003e087 802 5519\\u003c/a\\u003e / \\u003ca href=\\\\\\u0022tel:+27729201742\\\\\\u0022\\u003e072 920 1742\\u003c/a\\u003e\\u003cbr\\u003eMelon Rouge   \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27796806050\\\\\\u0022\\u003e079 680 6050\\u003cbr\\u003e\\u003c/a\\u003eMount Grace Hotel   \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27145775600\\\\\\u0022\\u003e014 577 5600\\u003cbr\\u003e\\u003c/a\\u003eValley Lodge Hotel   \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27145771301\\\\\\u0022\\u003e014 577 1301\\u003cbr\\u003e\\u003c/a\\u003eLa Classique Ristorante   \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27145774006\\\\\\u0022\\u003e014 577 4006\\u003c/a\\u003e\\u0022}},{\\u0022@type\\u0022:\\u0022Question\\u0022,\\u0022name\\u0022:\\u0022\\u003cstrong\\u003eSHOPPING\\u003c/strong\\u003e  \\u0022,\\u0022acceptedAnswer\\u0022:{\\u0022@type\\u0022:\\u0022Answer\\u0022,\\u0022text\\u0022:\\u0022If Only Antiques    \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27827878825\\\\\\u0022\\u003e082 787 8825\\u003cbr\\u003e\\u003c/a\\u003ePuss in Boots   \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27145773562\\\\\\u0022\\u003e014 577 3562\\u003c/a\\u003e\\u0022}},{\\u0022@type\\u0022:\\u0022Question\\u0022,\\u0022name\\u0022:\\u0022\\u003cstrong\\u003eSPORTS \\u0026amp; ADVENTURE\\u003c/strong\\u003e\\u0022,\\u0022acceptedAnswer\\u0022:{\\u0022@type\\u0022:\\u0022Answer\\u0022,\\u0022text\\u0022:\\u0022Tandem Paragliding flips  \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27823221824\\\\\\u0022\\u003e0823221824\\u003c/a\\u003e\\u003cbr\\u003eMountain Sanctuary Park   \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27145340114\\\\\\u0022\\u003e014 534 0114\\u003cbr\\u003e\\u003c/a\\u003eBill Harrops Original Balloon Safaris   \\u003ca href=\\\\\\u0022tel:+27145771733\\\\\\u0022\\u003e014 577 1733\\u003c/a\\u003e / \\u003ca href=\\\\\\u0022tel:+27837520036\\\\\\u0022\\u003e083 752 0036\\u003c/a\\u003e\\u003cbr\\u003ePecanwood Golf Course   \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27122440112\\\\\\u0022\\u003e012 244 0112\\u003cbr\\u003e\\u003c/a\\u003eAir Ventures Hot Air Balloons   \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27117935782\\\\\\u0022\\u003e011 793 5782\\u003cbr\\u003e\\u003c/a\\u003eGliding   \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27835266966\\\\\\u0022\\u003e083 526 6966\\u003cbr\\u003e\\u003c/a\\u003eMagaliesberg Canopy Tours   \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27145350150\\\\\\u0022\\u003e014 535 0150\\u003cbr\\u003e\\u003c/a\\u003eWild Cave Adventures   \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27824862464\\\\\\u0022\\u003e082 486 2464\\u003cbr\\u003e\\u003c/a\\u003eMiracle Waters Dive Gateway   \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27832359840\\\\\\u0022\\u003e083 235 9840\\u003c/a\\u003e\\u0022}},{\\u0022@type\\u0022:\\u0022Question\\u0022,\\u0022name\\u0022:\\u0022\\u003cstrong\\u003eHEALTH SPAS\\u003c/strong\\u003e\\u0022,\\u0022acceptedAnswer\\u0022:{\\u0022@type\\u0022:\\u0022Answer\\u0022,\\u0022text\\u0022:\\u0022Whispering Pines   \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27145771536\\\\\\u0022\\u003e014 577 1536\\u003cbr\\u003e\\u003c/a\\u003eMount Grace Spa   \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27145775600\\\\\\u0022\\u003e014 577 5600\\u003cbr\\u003e\\u003c/a\\u003eValley Lodge Spa   \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27145771301\\\\\\u0022\\u003e014 577 1301\\u003cbr\\u003e\\u003c/a\\u003eRosewell Spa   \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27145771172\\\\\\u0022\\u003e014 577 1172\\u003cbr\\u003e\\u003c/a\\u003eSparkling Waters   \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27145350019\\\\\\u0022\\u003e014 535 0019\\u003c/a\\u003e\\u0022}},{\\u0022@type\\u0022:\\u0022Question\\u0022,\\u0022name\\u0022:\\u0022\\u003cstrong\\u003ePLACES OF INTEREST\\u003c/strong\\u003e\\u0022,\\u0022acceptedAnswer\\u0022:{\\u0022@type\\u0022:\\u0022Answer\\u0022,\\u0022text\\u0022:\\u0022Maropeng Visitors Centre   \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27145779000\\\\\\u0022\\u003e014 577 9000\\u003cbr\\u003e\\u003c/a\\u003eSterkfontein Caves   \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27116683200\\\\\\u0022\\u003e011 668 3200\\u003cbr\\u003e\\u003c/a\\u003eBlaaubank Gold Mine   \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27825673111\\\\\\u0022\\u003e082 567 3111\\u003cbr\\u003e\\u003c/a\\u003eVan Gaalen Cheese Farm   \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27122071289\\\\\\u0022\\u003e012 207 1289\\u003cbr\\u003e\\u003c/a\\u003eHartebeespoort Cableway   \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27722412654\\\\\\u0022\\u003e072 241 2654\\u003cbr\\u003e\\u003c/a\\u003eElephant Sanctuary             \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27122580423\\\\\\u0022\\u003e012 258 0423\\u003cbr\\u003e\\u003c/a\\u003eTeam Gel   \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27114622894\\\\\\u0022\\u003e011 462 2894\\u003c/a\\u003e / \\u003ca href=\\\\\\u0022tel:+27833207623\\\\\\u0022\\u003e083 320 7623\\u003c/a\\u003e\\u003cbr\\u003eMonate Citrus Kelder   \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27122580712\\\\\\u0022\\u003e012 258 0712\\u003cbr\\u003e\\u003c/a\\u003eLiving Jewels   \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27119566444\\\\\\u0022\\u003e011 956 6444\\u003cbr\\u003e\\u003c/a\\u003eBlaaubank Candle Dipping   \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27145774609\\\\\\u0022\\u003e014 577 4609\\u003cbr\\u003e\\u003c/a\\u003eVeggie Picking \\u0026amp; Strawberry Picking \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27122071116\\\\\\u0022\\u003e012 207 1116\\u003c/a\\u003e\\u0022}}]}\",\"questionLeftPaddingDesktop\":15,\"questionBottomPaddingDesktop\":15,\"answerTopPadding\":0,\"answerRightPadding\":15,\"answerBottomPadding\":15,\"answerLeftPadding\":15,\"answerTopPaddingTablet\":10,\"answerRightPaddingTablet\":10,\"answerBottomPaddingTablet\":10,\"answerLeftPaddingTablet\":10,\"answerTopPaddingMobile\":10,\"answerRightPaddingMobile\":10,\"answerBottomPaddingMobile\":10,\"answerLeftPaddingMobile\":10,\"overallBorderTopWidth\":1,\"overallBorderLeftWidth\":1,\"overallBorderRightWidth\":1,\"overallBorderBottomWidth\":1,\"overallBorderTopLeftRadius\":2,\"overallBorderTopRightRadius\":2,\"overallBorderBottomLeftRadius\":2,\"overallBorderBottomRightRadius\":2,\"overallBorderStyle\":\"none\",\"overallBorderColor\":\"#D2D2D2\"} -->\n<div class=\"wp-block-uagb-faq uagb-faq__outer-wrap uagb-block-7aa00989 uagb-faq-icon-row-reverse uagb-faq-layout-accordion uagb-faq-expand-first-false uagb-faq-inactive-other-true uagb-faq__wrap uagb-buttons-layout-wrap uagb-faq-equal-height\" data-faqtoggle=\"true\" role=\"tablist\"><!-- wp:uagb/faq-child {\"block_id\":\"025f03d7\",\"question\":\"\\u003cstrong\\u003ePUBS / MICRO BREWERIES\\u003c/strong\\u003e\",\"answer\":\"Black Horse   \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27825613246\\u0022\\u003e082 561 3246\\u003cbr\\u003e\\u003c/a\\u003eBrauhaus am Dam   \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27878025519\\u0022\\u003e087 802 5519\\u003c/a\\u003e / \\u003ca href=\\u0022tel:+27729201742\\u0022\\u003e072 920 1742\\u003c/a\\u003e\\u003cbr\\u003eHartleys Elephant Bar   \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27145772301\\u0022\\u003e014 577 2301\\u003cbr\\u003e\\u003c/a\\u003eThatchwood Pub   \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27837091672\\u0022\\u003e083 709 1672\\u003cbr\\u003e\\u003c/a\\u003eMonate Citrus Kelder   \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27122580712\\u0022\\u003e012 258 0712\\u003c/a\\u003e\"} -->\n<div class=\"wp-block-uagb-faq-child uagb-faq-child__outer-wrap uagb-faq-item uagb-block-025f03d7\" role=\"tab\" tabindex=\"0\"><div class=\"uagb-faq-questions-button uagb-faq-questions\"><span class=\"uagb-icon uagb-faq-icon-wrap\"><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 448 512\"><path d=\"M432 256c0 17.69-14.33 32.01-32 32.01H256v144c0 17.69-14.33 31.99-32 31.99s-32-14.3-32-31.99v-144H48c-17.67 0-32-14.32-32-32.01s14.33-31.99 32-31.99H192v-144c0-17.69 14.33-32.01 32-32.01s32 14.32 32 32.01v144h144C417.7 224 432 238.3 432 256z\"></path></svg></span><span class=\"uagb-icon-active uagb-faq-icon-wrap\"><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 448 512\"><path d=\"M400 288h-352c-17.69 0-32-14.32-32-32.01s14.31-31.99 32-31.99h352c17.69 0 32 14.3 32 31.99S417.7 288 400 288z\"></path></svg></span><span class=\"uagb-question\"><strong>PUBS / MICRO BREWERIES</strong></span></div><p class=\"uagb-faq-content\">Black Horse   <br><a href=\"tel:+27825613246\">082 561 3246<br></a>Brauhaus am Dam   <br><a href=\"tel:+27878025519\">087 802 5519</a> / <a href=\"tel:+27729201742\">072 920 1742</a><br>Hartleys Elephant Bar   <br><a href=\"tel:+27145772301\">014 577 2301<br></a>Thatchwood Pub   <br><a href=\"tel:+27837091672\">083 709 1672<br></a>Monate Citrus Kelder   <br><a href=\"tel:+27122580712\">012 258 0712</a></p></div>\n<!-- /wp:uagb/faq-child -->\n\n<!-- wp:uagb/faq-child {\"block_id\":\"8a88e5fb\",\"question\":\"\\u003cstrong\\u003eTEA GARDENS / RESTAURANTS   \\u003c/strong\\u003e\",\"answer\":\"Black Horse   \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27825613246\\u0022\\u003e082 561 3246\\u003cbr\\u003e\\u003c/a\\u003eBrauhaus am Dam   \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27878025519\\u0022\\u003e087 802 5519\\u003c/a\\u003e / \\u003ca href=\\u0022tel:+27729201742\\u0022\\u003e072 920 1742\\u003c/a\\u003e\\u003cbr\\u003eMelon Rouge   \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27796806050\\u0022\\u003e079 680 6050\\u003cbr\\u003e\\u003c/a\\u003eMount Grace Hotel   \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27145775600\\u0022\\u003e014 577 5600\\u003cbr\\u003e\\u003c/a\\u003eValley Lodge Hotel   \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27145771301\\u0022\\u003e014 577 1301\\u003cbr\\u003e\\u003c/a\\u003eLa Classique Ristorante   \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27145774006\\u0022\\u003e014 577 4006\\u003c/a\\u003e\"} -->\n<div class=\"wp-block-uagb-faq-child uagb-faq-child__outer-wrap uagb-faq-item uagb-block-8a88e5fb\" role=\"tab\" tabindex=\"0\"><div class=\"uagb-faq-questions-button uagb-faq-questions\"><span class=\"uagb-icon uagb-faq-icon-wrap\"><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 448 512\"><path d=\"M432 256c0 17.69-14.33 32.01-32 32.01H256v144c0 17.69-14.33 31.99-32 31.99s-32-14.3-32-31.99v-144H48c-17.67 0-32-14.32-32-32.01s14.33-31.99 32-31.99H192v-144c0-17.69 14.33-32.01 32-32.01s32 14.32 32 32.01v144h144C417.7 224 432 238.3 432 256z\"></path></svg></span><span class=\"uagb-icon-active uagb-faq-icon-wrap\"><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 448 512\"><path d=\"M400 288h-352c-17.69 0-32-14.32-32-32.01s14.31-31.99 32-31.99h352c17.69 0 32 14.3 32 31.99S417.7 288 400 288z\"></path></svg></span><span class=\"uagb-question\"><strong>TEA GARDENS / RESTAURANTS   </strong></span></div><p class=\"uagb-faq-content\">Black Horse   <br><a href=\"tel:+27825613246\">082 561 3246<br></a>Brauhaus am Dam   <br><a href=\"tel:+27878025519\">087 802 5519</a> / <a href=\"tel:+27729201742\">072 920 1742</a><br>Melon Rouge   <br><a href=\"tel:+27796806050\">079 680 6050<br></a>Mount Grace Hotel   <br><a href=\"tel:+27145775600\">014 577 5600<br></a>Valley Lodge Hotel   <br><a href=\"tel:+27145771301\">014 577 1301<br></a>La Classique Ristorante   <br><a href=\"tel:+27145774006\">014 577 4006</a></p></div>\n<!-- /wp:uagb/faq-child -->\n\n<!-- wp:uagb/faq-child {\"block_id\":\"a4c2bc8f\",\"question\":\"\\u003cstrong\\u003eSHOPPING\\u003c/strong\\u003e  \",\"answer\":\"If Only Antiques    \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27827878825\\u0022\\u003e082 787 8825\\u003cbr\\u003e\\u003c/a\\u003ePuss in Boots   \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27145773562\\u0022\\u003e014 577 3562\\u003c/a\\u003e\"} -->\n<div class=\"wp-block-uagb-faq-child uagb-faq-child__outer-wrap uagb-faq-item uagb-block-a4c2bc8f\" role=\"tab\" tabindex=\"0\"><div class=\"uagb-faq-questions-button uagb-faq-questions\"><span class=\"uagb-icon uagb-faq-icon-wrap\"><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 448 512\"><path d=\"M432 256c0 17.69-14.33 32.01-32 32.01H256v144c0 17.69-14.33 31.99-32 31.99s-32-14.3-32-31.99v-144H48c-17.67 0-32-14.32-32-32.01s14.33-31.99 32-31.99H192v-144c0-17.69 14.33-32.01 32-32.01s32 14.32 32 32.01v144h144C417.7 224 432 238.3 432 256z\"></path></svg></span><span class=\"uagb-icon-active uagb-faq-icon-wrap\"><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 448 512\"><path d=\"M400 288h-352c-17.69 0-32-14.32-32-32.01s14.31-31.99 32-31.99h352c17.69 0 32 14.3 32 31.99S417.7 288 400 288z\"></path></svg></span><span class=\"uagb-question\"><strong>SHOPPING</strong>  </span></div><p class=\"uagb-faq-content\">If Only Antiques    <br><a href=\"tel:+27827878825\">082 787 8825<br></a>Puss in Boots   <br><a href=\"tel:+27145773562\">014 577 3562</a></p></div>\n<!-- /wp:uagb/faq-child -->\n\n<!-- wp:uagb/faq-child {\"block_id\":\"7a2a2ad0\",\"question\":\"\\u003cstrong\\u003eSPORTS \\u0026amp; ADVENTURE\\u003c/strong\\u003e\",\"answer\":\"Tandem Paragliding flips  \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27823221824\\u0022\\u003e0823221824\\u003c/a\\u003e\\u003cbr\\u003eMountain Sanctuary Park   \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27145340114\\u0022\\u003e014 534 0114\\u003cbr\\u003e\\u003c/a\\u003eBill Harrops Original Balloon Safaris   \\u003ca href=\\u0022tel:+27145771733\\u0022\\u003e014 577 1733\\u003c/a\\u003e / \\u003ca href=\\u0022tel:+27837520036\\u0022\\u003e083 752 0036\\u003c/a\\u003e\\u003cbr\\u003ePecanwood Golf Course   \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27122440112\\u0022\\u003e012 244 0112\\u003cbr\\u003e\\u003c/a\\u003eAir Ventures Hot Air Balloons   \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27117935782\\u0022\\u003e011 793 5782\\u003cbr\\u003e\\u003c/a\\u003eGliding   \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27835266966\\u0022\\u003e083 526 6966\\u003cbr\\u003e\\u003c/a\\u003eMagaliesberg Canopy Tours   \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27145350150\\u0022\\u003e014 535 0150\\u003cbr\\u003e\\u003c/a\\u003eWild Cave Adventures   \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27824862464\\u0022\\u003e082 486 2464\\u003cbr\\u003e\\u003c/a\\u003eMiracle Waters Dive Gateway   \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27832359840\\u0022\\u003e083 235 9840\\u003c/a\\u003e\"} -->\n<div class=\"wp-block-uagb-faq-child uagb-faq-child__outer-wrap uagb-faq-item uagb-block-7a2a2ad0\" role=\"tab\" tabindex=\"0\"><div class=\"uagb-faq-questions-button uagb-faq-questions\"><span class=\"uagb-icon uagb-faq-icon-wrap\"><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 448 512\"><path d=\"M432 256c0 17.69-14.33 32.01-32 32.01H256v144c0 17.69-14.33 31.99-32 31.99s-32-14.3-32-31.99v-144H48c-17.67 0-32-14.32-32-32.01s14.33-31.99 32-31.99H192v-144c0-17.69 14.33-32.01 32-32.01s32 14.32 32 32.01v144h144C417.7 224 432 238.3 432 256z\"></path></svg></span><span class=\"uagb-icon-active uagb-faq-icon-wrap\"><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 448 512\"><path d=\"M400 288h-352c-17.69 0-32-14.32-32-32.01s14.31-31.99 32-31.99h352c17.69 0 32 14.3 32 31.99S417.7 288 400 288z\"></path></svg></span><span class=\"uagb-question\"><strong>SPORTS &amp; ADVENTURE</strong></span></div><p class=\"uagb-faq-content\">Tandem Paragliding flips  <br><a href=\"tel:+27823221824\">0823221824</a><br>Mountain Sanctuary Park   <br><a href=\"tel:+27145340114\">014 534 0114<br></a>Bill Harrops Original Balloon Safaris   <a href=\"tel:+27145771733\">014 577 1733</a> / <a href=\"tel:+27837520036\">083 752 0036</a><br>Pecanwood Golf Course   <br><a href=\"tel:+27122440112\">012 244 0112<br></a>Air Ventures Hot Air Balloons   <br><a href=\"tel:+27117935782\">011 793 5782<br></a>Gliding   <br><a href=\"tel:+27835266966\">083 526 6966<br></a>Magaliesberg Canopy Tours   <br><a href=\"tel:+27145350150\">014 535 0150<br></a>Wild Cave Adventures   <br><a href=\"tel:+27824862464\">082 486 2464<br></a>Miracle Waters Dive Gateway   <br><a href=\"tel:+27832359840\">083 235 9840</a></p></div>\n<!-- /wp:uagb/faq-child -->\n\n<!-- wp:uagb/faq-child {\"block_id\":\"98a2cfbb\",\"question\":\"\\u003cstrong\\u003eHEALTH SPAS\\u003c/strong\\u003e\",\"answer\":\"Whispering Pines   \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27145771536\\u0022\\u003e014 577 1536\\u003cbr\\u003e\\u003c/a\\u003eMount Grace Spa   \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27145775600\\u0022\\u003e014 577 5600\\u003cbr\\u003e\\u003c/a\\u003eValley Lodge Spa   \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27145771301\\u0022\\u003e014 577 1301\\u003cbr\\u003e\\u003c/a\\u003eRosewell Spa   \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27145771172\\u0022\\u003e014 577 1172\\u003cbr\\u003e\\u003c/a\\u003eSparkling Waters   \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27145350019\\u0022\\u003e014 535 0019\\u003c/a\\u003e\"} -->\n<div class=\"wp-block-uagb-faq-child uagb-faq-child__outer-wrap uagb-faq-item uagb-block-98a2cfbb\" role=\"tab\" tabindex=\"0\"><div class=\"uagb-faq-questions-button uagb-faq-questions\"><span class=\"uagb-icon uagb-faq-icon-wrap\"><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 448 512\"><path d=\"M432 256c0 17.69-14.33 32.01-32 32.01H256v144c0 17.69-14.33 31.99-32 31.99s-32-14.3-32-31.99v-144H48c-17.67 0-32-14.32-32-32.01s14.33-31.99 32-31.99H192v-144c0-17.69 14.33-32.01 32-32.01s32 14.32 32 32.01v144h144C417.7 224 432 238.3 432 256z\"></path></svg></span><span class=\"uagb-icon-active uagb-faq-icon-wrap\"><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 448 512\"><path d=\"M400 288h-352c-17.69 0-32-14.32-32-32.01s14.31-31.99 32-31.99h352c17.69 0 32 14.3 32 31.99S417.7 288 400 288z\"></path></svg></span><span class=\"uagb-question\"><strong>HEALTH SPAS</strong></span></div><p class=\"uagb-faq-content\">Whispering Pines   <br><a href=\"tel:+27145771536\">014 577 1536<br></a>Mount Grace Spa   <br><a href=\"tel:+27145775600\">014 577 5600<br></a>Valley Lodge Spa   <br><a href=\"tel:+27145771301\">014 577 1301<br></a>Rosewell Spa   <br><a href=\"tel:+27145771172\">014 577 1172<br></a>Sparkling Waters   <br><a href=\"tel:+27145350019\">014 535 0019</a></p></div>\n<!-- /wp:uagb/faq-child -->\n\n<!-- wp:uagb/faq-child {\"block_id\":\"0ef9d645\",\"question\":\"\\u003cstrong\\u003ePLACES OF INTEREST\\u003c/strong\\u003e\",\"answer\":\"Maropeng Visitors Centre   \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27145779000\\u0022\\u003e014 577 9000\\u003cbr\\u003e\\u003c/a\\u003eSterkfontein Caves   \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27116683200\\u0022\\u003e011 668 3200\\u003cbr\\u003e\\u003c/a\\u003eBlaaubank Gold Mine   \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27825673111\\u0022\\u003e082 567 3111\\u003cbr\\u003e\\u003c/a\\u003eVan Gaalen Cheese Farm   \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27122071289\\u0022\\u003e012 207 1289\\u003cbr\\u003e\\u003c/a\\u003eHartebeespoort Cableway   \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27722412654\\u0022\\u003e072 241 2654\\u003cbr\\u003e\\u003c/a\\u003eElephant Sanctuary             \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27122580423\\u0022\\u003e012 258 0423\\u003cbr\\u003e\\u003c/a\\u003eTeam Gel   \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27114622894\\u0022\\u003e011 462 2894\\u003c/a\\u003e / \\u003ca href=\\u0022tel:+27833207623\\u0022\\u003e083 320 7623\\u003c/a\\u003e\\u003cbr\\u003eMonate Citrus Kelder   \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27122580712\\u0022\\u003e012 258 0712\\u003cbr\\u003e\\u003c/a\\u003eLiving Jewels   \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27119566444\\u0022\\u003e011 956 6444\\u003cbr\\u003e\\u003c/a\\u003eBlaaubank Candle Dipping   \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27145774609\\u0022\\u003e014 577 4609\\u003cbr\\u003e\\u003c/a\\u003eVeggie Picking \\u0026amp; Strawberry Picking \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27122071116\\u0022\\u003e012 207 1116\\u003c/a\\u003e\"} -->\n<div class=\"wp-block-uagb-faq-child uagb-faq-child__outer-wrap uagb-faq-item uagb-block-0ef9d645\" role=\"tab\" tabindex=\"0\"><div class=\"uagb-faq-questions-button uagb-faq-questions\"><span class=\"uagb-icon uagb-faq-icon-wrap\"><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 448 512\"><path d=\"M432 256c0 17.69-14.33 32.01-32 32.01H256v144c0 17.69-14.33 31.99-32 31.99s-32-14.3-32-31.99v-144H48c-17.67 0-32-14.32-32-32.01s14.33-31.99 32-31.99H192v-144c0-17.69 14.33-32.01 32-32.01s32 14.32 32 32.01v144h144C417.7 224 432 238.3 432 256z\"></path></svg></span><span class=\"uagb-icon-active uagb-faq-icon-wrap\"><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 448 512\"><path d=\"M400 288h-352c-17.69 0-32-14.32-32-32.01s14.31-31.99 32-31.99h352c17.69 0 32 14.3 32 31.99S417.7 288 400 288z\"></path></svg></span><span class=\"uagb-question\"><strong>PLACES OF INTEREST</strong></span></div><p class=\"uagb-faq-content\">Maropeng Visitors Centre   <br><a href=\"tel:+27145779000\">014 577 9000<br></a>Sterkfontein Caves   <br><a href=\"tel:+27116683200\">011 668 3200<br></a>Blaaubank Gold Mine   <br><a href=\"tel:+27825673111\">082 567 3111<br></a>Van Gaalen Cheese Farm   <br><a href=\"tel:+27122071289\">012 207 1289<br></a>Hartebeespoort Cableway   <br><a href=\"tel:+27722412654\">072 241 2654<br></a>Elephant Sanctuary             <br><a href=\"tel:+27122580423\">012 258 0423<br></a>Team Gel   <br><a href=\"tel:+27114622894\">011 462 2894</a> / <a href=\"tel:+27833207623\">083 320 7623</a><br>Monate Citrus Kelder   <br><a href=\"tel:+27122580712\">012 258 0712<br></a>Living Jewels   <br><a href=\"tel:+27119566444\">011 956 6444<br></a>Blaaubank Candle Dipping   <br><a href=\"tel:+27145774609\">014 577 4609<br></a>Veggie Picking &amp; Strawberry Picking <br><a href=\"tel:+27122071116\">012 207 1116</a></p></div>\n<!-- /wp:uagb/faq-child --></div>\n<!-- /wp:uagb/faq --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"c93dee7d\",\"innerContentCustomWidthDesktop\":781,\"innerContentCustomWidthTablet\":781,\"backgroundType\":\"image\",\"backgroundImageDesktop\":{\"id\":907,\"title\":\"241565_xl\",\"filename\":\"241565_xl.jpg\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/241565_xl.jpg\",\"link\":\"https://blueroan.netgen.cloud/home/241565_xl/\",\"alt\":\"\",\"author\":\"2\",\"description\":\"\",\"caption\":\"\",\"name\":\"241565_xl\",\"status\":\"inherit\",\"uploadedTo\":760,\"date\":\"2022-12-13T15:04:35.000Z\",\"modified\":\"2022-12-13T15:04:35.000Z\",\"menuOrder\":0,\"mime\":\"image/jpeg\",\"type\":\"image\",\"subtype\":\"jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-includes/images/media/default.png\",\"dateFormatted\":\"December 13, 2022\",\"nonces\":{\"update\":\"8ba15922a4\",\"delete\":\"e660ddd200\",\"edit\":\"57c3a4b066\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=907\\u0026action=edit\",\"meta\":false,\"authorName\":\"Netgen Support\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/profile.php\",\"uploadedToTitle\":\"Home\",\"uploadedToLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=760\\u0026action=edit\",\"filesizeInBytes\":90717,\"filesizeHumanReadable\":\"89 KB\",\"context\":\"\",\"height\":534,\"width\":800,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/241565_xl-150x150.jpg\",\"orientation\":\"landscape\"},\"medium\":{\"height\":200,\"width\":300,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/241565_xl-300x200.jpg\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/241565_xl.jpg\",\"height\":534,\"width\":800,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"backgroundImageColor\":\"rgba(42,42,42,0.65)\",\"topPaddingDesktop\":144,\"bottomPaddingDesktop\":144,\"leftPaddingDesktop\":40,\"rightPaddingDesktop\":40,\"topPaddingTablet\":80,\"bottomPaddingTablet\":80,\"leftPaddingTablet\":40,\"rightPaddingTablet\":40,\"topPaddingMobile\":64,\"bottomPaddingMobile\":64,\"leftPaddingMobile\":24,\"rightPaddingMobile\":24,\"paddingLink\":false,\"variationSelected\":true,\"isBlockRootParent\":true,\"overlayType\":\"color\"} -->\n<div class=\"wp-block-uagb-container uagb-block-c93dee7d alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/advanced-heading {\"block_id\":\"77e20281\",\"classMigrate\":true,\"headingDescToggle\":true,\"headingAlign\":\"center\",\"headingColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"subHeadingColor\":\"var(\\u002d\\u002dast-global-color-4)\",\"headSpace\":20} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-77e20281\"><h2 class=\"uagb-heading-text\">Plan an Unforgettable Experience in Mykonos Today!</h2><p class=\"uagb-desc-text\">We can help you fit your stay and experience within your allotted budget.</p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/advanced-heading {\"block_id\":\"f4504a3f\",\"classMigrate\":true,\"headingTitleToggle\":false,\"headingDescToggle\":true,\"headingAlign\":\"center\",\"subHeadingColor\":\"var(\\u002d\\u002dast-global-color-4)\",\"subHeadTransform\":\"uppercase\",\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"subHeadLetterSpacing\":2,\"blockTopPadding\":60,\"blockRightPadding\":0,\"blockLeftPadding\":0,\"blockBottomPadding\":0,\"blockTopPaddingMobile\":30,\"blockRightPaddingMobile\":0,\"blockLeftPaddingMobile\":0,\"blockBottomPaddingMobile\":0} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-f4504a3f\"><p class=\"uagb-desc-text\">BOOK YOUR STAY NOW​</p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/icon-list {\"block_id\":\"90e117c3\",\"classMigrate\":true,\"childMigrate\":true,\"align\":\"center\",\"parentIcon\":\"phone\",\"size\":40,\"sizeMobile\":24,\"sizeTablet\":32,\"fontSize\":48,\"fontSizeMobile\":28,\"fontSizeTablet\":40,\"fontWeight\":\"600\",\"iconColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"labelColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"blockTopPadding\":0,\"blockRightPadding\":0,\"blockLeftPadding\":0,\"blockBottomPadding\":24,\"blockPaddingLink\":false} -->\n<div class=\"wp-block-uagb-icon-list uagb-block-90e117c3\"><div class=\"uagb-icon-list__wrap\"><!-- wp:uagb/icon-list-child {\"block_id\":\"d2600c68\",\"label\":\"+1-123 456 7890​\",\"label_color\":\"\",\"fromParentIcon\":\"phone\",\"imageSizeChild\":40} -->\n<div class=\"wp-block-uagb-icon-list-child uagb-block-d2600c68\"><span class=\"uagb-icon-list__source-wrap\"><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M511.2 387l-23.25 100.8c-3.266 14.25-15.79 24.22-30.46 24.22C205.2 512 0 306.8 0 54.5c0-14.66 9.969-27.2 24.22-30.45l100.8-23.25C139.7-2.602 154.7 5.018 160.8 18.92l46.52 108.5c5.438 12.78 1.77 27.67-8.98 36.45L144.5 207.1c33.98 69.22 90.26 125.5 159.5 159.5l44.08-53.8c8.688-10.78 23.69-14.51 36.47-8.975l108.5 46.51C506.1 357.2 514.6 372.4 511.2 387z\"></path></svg></span><span class=\"uagb-icon-list__label\">+1-123 456 7890​</span></div>\n<!-- /wp:uagb/icon-list-child --></div></div>\n<!-- /wp:uagb/icon-list --></div></div>\n<!-- /wp:uagb/container -->',	'Amenities',	'',	'inherit',	'closed',	'closed',	'',	'762-revision-v1',	'',	'',	'2022-12-15 13:26:34',	'2022-12-15 13:26:34',	'',	762,	'https://blueroan.netgen.cloud/?p=1273',	0,	'revision',	'',	0),
(1275,	2,	'2022-12-15 13:28:15',	'2022-12-15 13:28:15',	'<!-- wp:uagb/container {\"block_id\":\"3566cff1\",\"backgroundType\":\"image\",\"backgroundImageDesktop\":{\"id\":1007,\"title\":\"AAEAAQAAAAAAAAAAAAAAJDg5NmY0ZGUxLWE4MTgtNDY5NC1iODFhLTBmN2Q0ZDc5ZWFiNw-1\",\"filename\":\"AAEAAQAAAAAAAAAAAAAAJDg5NmY0ZGUxLWE4MTgtNDY5NC1iODFhLTBmN2Q0ZDc5ZWFiNw-1.png\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAAJDg5NmY0ZGUxLWE4MTgtNDY5NC1iODFhLTBmN2Q0ZDc5ZWFiNw-1.png\",\"link\":\"https://blueroan.netgen.cloud/the-barn/aaeaaqaaaaaaaaaaaaaajdg5nmy0zguxlwe4mtgtndy5nc1iodfhltbmn2q0zdc5zwfinw-1/\",\"alt\":\"\",\"author\":\"2\",\"description\":\"\",\"caption\":\"\",\"name\":\"aaeaaqaaaaaaaaaaaaaajdg5nmy0zguxlwe4mtgtndy5nc1iodfhltbmn2q0zdc5zwfinw-1\",\"status\":\"inherit\",\"uploadedTo\":948,\"date\":\"2022-12-14T10:50:25.000Z\",\"modified\":\"2022-12-14T10:50:25.000Z\",\"menuOrder\":0,\"mime\":\"image/png\",\"type\":\"image\",\"subtype\":\"png\",\"icon\":\"https://blueroan.netgen.cloud/wp-includes/images/media/default.png\",\"dateFormatted\":\"December 14, 2022\",\"nonces\":{\"update\":\"483f8bdf3d\",\"delete\":\"0a7ebc92ef\",\"edit\":\"6bc1c6a685\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=1007\\u0026action=edit\",\"meta\":false,\"authorName\":\"Netgen Support\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/profile.php\",\"uploadedToTitle\":\"The Barn\",\"uploadedToLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=948\\u0026action=edit\",\"filesizeInBytes\":1348989,\"filesizeHumanReadable\":\"1 MB\",\"context\":\"\",\"height\":667,\"width\":1000,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAAJDg5NmY0ZGUxLWE4MTgtNDY5NC1iODFhLTBmN2Q0ZDc5ZWFiNw-1-150x150.png\",\"orientation\":\"landscape\"},\"medium\":{\"height\":200,\"width\":300,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAAJDg5NmY0ZGUxLWE4MTgtNDY5NC1iODFhLTBmN2Q0ZDc5ZWFiNw-1-300x200.png\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAAJDg5NmY0ZGUxLWE4MTgtNDY5NC1iODFhLTBmN2Q0ZDc5ZWFiNw-1.png\",\"height\":667,\"width\":1000,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"backgroundPositionDesktop\":{\"x\":0.61,\"y\":0.52},\"backgroundSizeTablet\":\"cover\",\"backgroundSizeMobile\":\"cover\",\"backgroundColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"backgroundImageColor\":\"rgba(42,42,42,0.5)\",\"topPaddingDesktop\":220,\"bottomPaddingDesktop\":150,\"topPaddingTablet\":170,\"bottomPaddingTablet\":160,\"leftPaddingTablet\":30,\"rightPaddingTablet\":30,\"topPaddingMobile\":180,\"bottomPaddingMobile\":80,\"leftPaddingMobile\":20,\"rightPaddingMobile\":20,\"paddingLink\":false,\"variationSelected\":true,\"isBlockRootParent\":true,\"overlayType\":\"color\"} -->\n<div class=\"wp-block-uagb-container uagb-block-3566cff1 alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/advanced-heading {\"block_id\":\"78eb61b2\",\"classMigrate\":true,\"headingDescToggle\":true,\"headingColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"subHeadingColor\":\"var(\\u002d\\u002dast-global-color-4)\",\"headingTag\":\"h1\",\"headSpace\":20,\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"blockTopPadding\":0,\"blockRightPadding\":50,\"blockLeftPadding\":0,\"blockBottomPadding\":0,\"blockTopPaddingTablet\":0,\"blockRightPaddingTablet\":20,\"blockLeftPaddingTablet\":0,\"blockBottomPaddingTablet\":0,\"blockTopPaddingMobile\":0,\"blockRightPaddingMobile\":0,\"blockLeftPaddingMobile\":0,\"blockBottomPaddingMobile\":0,\"blockPaddingUnit\":\"%\",\"blockPaddingUnitTablet\":\"%\"} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-78eb61b2\"><h1 class=\"uagb-heading-text\">Amenities &amp; Interests​</h1><p class=\"uagb-desc-text\">We do not give you just rooms to stay in. We give you an environment where you can experience the best while on a holiday with us. </p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:buttons -->\n<div class=\"wp-block-buttons\"><!-- wp:button -->\n<div class=\"wp-block-button\"><a class=\"wp-block-button__link wp-element-button\" href=\"https://book.nightsbridge.com/11065\" target=\"_blank\" rel=\"noreferrer noopener\">BOOK NOW</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"8d890b32\",\"backgroundType\":\"color\",\"backgroundSizeTablet\":\"cover\",\"backgroundSizeMobile\":\"cover\",\"backgroundColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"topPaddingDesktop\":50,\"bottomPaddingDesktop\":100,\"topPaddingTablet\":50,\"bottomPaddingTablet\":25,\"leftPaddingTablet\":20,\"rightPaddingTablet\":20,\"topPaddingMobile\":50,\"bottomPaddingMobile\":20,\"leftPaddingMobile\":20,\"rightPaddingMobile\":20,\"paddingLink\":false,\"variationSelected\":true,\"rowGapDesktop\":0,\"isBlockRootParent\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-8d890b32 alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/container {\"block_id\":\"6bd51ee2\",\"directionDesktop\":\"row\",\"alignItemsTablet\":\"flex-start\",\"paddingLink\":false,\"topMarginDesktop\":50,\"bottomMarginDesktop\":20,\"leftMarginDesktop\":0,\"rightMarginDesktop\":0,\"marginLink\":false,\"variationSelected\":true,\"rowGapMobile\":65,\"columnGapDesktop\":48,\"columnGapTablet\":20} -->\n<div class=\"wp-block-uagb-container uagb-block-6bd51ee2\"><!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"align\":\"center\",\"id\":828,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image aligncenter size-full\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Blue-Roan-pool.png\" alt=\"Blue Roan\'s rock pool\" class=\"wp-image-828\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>A relaxing rock Pool​</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>We have a lovely sparkling blue rock pool next to a thatched Lapa. &nbsp;&nbsp;Lie on recliners on the green lawn or sit on the swing chair in the Lapa and enjoy the panoramic view of the Magaliesberg mountain range.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":829,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/img-20160605-wa0002-largejpg.png\" alt=\"\" class=\"wp-image-829\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>Braai facilities </h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>What can compare to a burning fire under the star-lit African sky? Nothing beats the flavor of cooking over an open flame.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":830,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/ef9d0188da11e2bc56788f5619d9d539.png\" alt=\"\" class=\"wp-image-830\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>A games room </h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>The reception is also a games room for those who enjoy darts or playing pool. &nbsp;Take a selection of DVDs back to your room and watch movies on your own DVD player. &nbsp;There is also a selection of board games and music CDs that you can borrow.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"align\":\"center\",\"id\":1198,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image aligncenter size-full\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/eyJidWNrZXQiOiJhc3NldHMuYWxsdHJhaWxzLmNvbSIsImtleSI6InVwbG9hZHMvcGhvdG8vaW1hZ2UvNDMxNzk4MTAvYjZkYTAz-1.png\" alt=\"\" class=\"wp-image-1198\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>Walking or hiking </h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>There is a well-kept walking trail on our property with plenty of bird life and some benches along the way. &nbsp;It is safe for dogs to run off-leash as it is completely fenced all around. &nbsp;For those who enjoy long walks and hikes, it is safe to cross onto neighbouring farms and go as far as the eye can see.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":1185,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/49089607_1950305445047847_5177863042771189760_n.png\" alt=\"\" class=\"wp-image-1185\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>Mountain biking </h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Bring your mountain bikes and explore the surrounding countryside on safe off-road tracks on our property and on neighbouring farms.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":1196,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Michelle_1.png\" alt=\"\" class=\"wp-image-1196\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>Horse riding </h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Interested riders can book at one of the recommended horse-riding establishments listed further down this page.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"91d58f2e\",\"innerContentWidth\":\"alignfull\",\"directionDesktop\":\"row\",\"wrapTablet\":\"wrap\",\"variationSelected\":true,\"rowGapTablet\":0,\"columnGapDesktop\":0,\"isBlockRootParent\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-91d58f2e alignfull uagb-is-root-container\"><!-- wp:uagb/container {\"block_id\":\"6fe25217\",\"widthDesktop\":25,\"widthTablet\":50,\"variationSelected\":true,\"widthSetByUser\":true,\"UAGHideMob\":true,\"UAGResponsiveConditions\":true} -->\n<div class=\"wp-block-uagb-container uag-hide-mob uagb-block-6fe25217\"><!-- wp:uagb/image {\"block_id\":\"399b3f91\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-18-1-1024x768.jpg\",\"id\":1208,\"linkDestination\":\"none\",\"width\":480,\"height\":500,\"naturalWidth\":1024,\"naturalHeight\":768,\"sizeSlug\":\"large\",\"sizeSlugTablet\":\"large\",\"sizeSlugMobile\":\"large\",\"customHeightSetDesktop\":true} -->\n<div class=\"wp-block-uagb-image uagb-block-399b3f91 wp-block-uagb-image--layout-default wp-block-uagb-image--effect-static wp-block-uagb-image--align-none\"><figure class=\"wp-block-uagb-image__figure\"><img srcset=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-18-1-1024x768.jpg \" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-18-1-1024x768.jpg\" alt=\"\" class=\"uag-image-1208\" width=\"480\" height=\"500\" title=\"\" loading=\"lazy\"/></figure></div>\n<!-- /wp:uagb/image --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"8aa72c7c\",\"widthDesktop\":25,\"widthTablet\":50,\"variationSelected\":true,\"widthSetByUser\":true,\"UAGHideMob\":true,\"UAGResponsiveConditions\":true} -->\n<div class=\"wp-block-uagb-container uag-hide-mob uagb-block-8aa72c7c\"><!-- wp:uagb/image {\"block_id\":\"3c2f4039\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Blue-Roan-pool-1.png\",\"id\":1210,\"linkDestination\":\"none\",\"width\":480,\"height\":500,\"naturalWidth\":370,\"naturalHeight\":440,\"sizeSlug\":\"full\",\"sizeSlugTablet\":\"full\",\"sizeSlugMobile\":\"full\",\"customHeightSetDesktop\":true} -->\n<div class=\"wp-block-uagb-image uagb-block-3c2f4039 wp-block-uagb-image--layout-default wp-block-uagb-image--effect-static wp-block-uagb-image--align-none\"><figure class=\"wp-block-uagb-image__figure\"><img srcset=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Blue-Roan-pool-1.png \" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Blue-Roan-pool-1.png\" alt=\"\" class=\"uag-image-1210\" width=\"480\" height=\"500\" title=\"\" loading=\"lazy\"/></figure></div>\n<!-- /wp:uagb/image --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"49b148d5\",\"widthDesktop\":50,\"widthTablet\":100,\"variationSelected\":true,\"columnGapDesktop\":20,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-49b148d5\"><!-- wp:uagb/image {\"block_id\":\"c8f4c106\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/the-view-from-my-rooms-1024x768.jpg\",\"id\":1211,\"linkDestination\":\"none\",\"width\":960,\"height\":500,\"naturalWidth\":1024,\"naturalHeight\":768,\"sizeSlug\":\"large\",\"sizeSlugTablet\":\"large\",\"sizeSlugMobile\":\"large\",\"customHeightSetDesktop\":true} -->\n<div class=\"wp-block-uagb-image uagb-block-c8f4c106 wp-block-uagb-image--layout-default wp-block-uagb-image--effect-static wp-block-uagb-image--align-none\"><figure class=\"wp-block-uagb-image__figure\"><img srcset=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/the-view-from-my-rooms-1024x768.jpg \" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/the-view-from-my-rooms-1024x768.jpg\" alt=\"\" class=\"uag-image-1211\" width=\"960\" height=\"500\" title=\"\" loading=\"lazy\"/></figure></div>\n<!-- /wp:uagb/image --></div>\n<!-- /wp:uagb/container --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"c5db09a0\",\"innerContentWidth\":\"alignfull\",\"directionDesktop\":\"row\",\"wrapTablet\":\"wrap\",\"variationSelected\":true,\"rowGapTablet\":0,\"columnGapDesktop\":0,\"isBlockRootParent\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-c5db09a0 alignfull uagb-is-root-container\"><!-- wp:uagb/container {\"block_id\":\"1d7bdfd1\",\"widthDesktop\":50,\"widthTablet\":100,\"variationSelected\":true,\"columnGapDesktop\":20,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-1d7bdfd1\"><!-- wp:uagb/image {\"block_id\":\"f838064a\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAAJDI0ZWY4NDc1LThjYjYtNDM3YS1iOTliLWNmOWQxYTJkMWU5MQ-1.png\",\"id\":1213,\"linkDestination\":\"none\",\"width\":960,\"height\":500,\"naturalWidth\":1000,\"naturalHeight\":667,\"sizeSlug\":\"full\",\"sizeSlugTablet\":\"full\",\"sizeSlugMobile\":\"full\",\"customHeightSetDesktop\":true} -->\n<div class=\"wp-block-uagb-image uagb-block-f838064a wp-block-uagb-image--layout-default wp-block-uagb-image--effect-static wp-block-uagb-image--align-none\"><figure class=\"wp-block-uagb-image__figure\"><img srcset=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAAJDI0ZWY4NDc1LThjYjYtNDM3YS1iOTliLWNmOWQxYTJkMWU5MQ-1.png \" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAAJDI0ZWY4NDc1LThjYjYtNDM3YS1iOTliLWNmOWQxYTJkMWU5MQ-1.png\" alt=\"\" class=\"uag-image-1213\" width=\"960\" height=\"500\" title=\"\" loading=\"lazy\"/></figure></div>\n<!-- /wp:uagb/image --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"808224d6\",\"widthDesktop\":25,\"variationSelected\":true,\"widthSetByUser\":true,\"UAGHideMob\":true,\"UAGResponsiveConditions\":true} -->\n<div class=\"wp-block-uagb-container uag-hide-mob uagb-block-808224d6\"><!-- wp:uagb/image {\"block_id\":\"5d198b56\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/bird-1-1024x683.jpg\",\"id\":1215,\"linkDestination\":\"none\",\"width\":480,\"height\":500,\"naturalWidth\":1024,\"naturalHeight\":683,\"sizeSlug\":\"large\",\"sizeSlugTablet\":\"large\",\"sizeSlugMobile\":\"large\",\"customHeightSetDesktop\":true} -->\n<div class=\"wp-block-uagb-image uagb-block-5d198b56 wp-block-uagb-image--layout-default wp-block-uagb-image--effect-static wp-block-uagb-image--align-none\"><figure class=\"wp-block-uagb-image__figure\"><img srcset=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/bird-1-1024x683.jpg \" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/bird-1-1024x683.jpg\" alt=\"\" class=\"uag-image-1215\" width=\"480\" height=\"500\" title=\"\" loading=\"lazy\"/></figure></div>\n<!-- /wp:uagb/image --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"015b94c0\",\"widthDesktop\":25,\"variationSelected\":true,\"widthSetByUser\":true,\"UAGHideMob\":true,\"UAGResponsiveConditions\":true} -->\n<div class=\"wp-block-uagb-container uag-hide-mob uagb-block-015b94c0\"><!-- wp:uagb/image {\"block_id\":\"c6ab0a06\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/two-happy-boxers-1024x768.jpg\",\"id\":1216,\"linkDestination\":\"none\",\"width\":480,\"height\":500,\"naturalWidth\":1024,\"naturalHeight\":768,\"sizeSlug\":\"large\",\"sizeSlugTablet\":\"large\",\"sizeSlugMobile\":\"large\",\"customHeightSetDesktop\":true} -->\n<div class=\"wp-block-uagb-image uagb-block-c6ab0a06 wp-block-uagb-image--layout-default wp-block-uagb-image--effect-static wp-block-uagb-image--align-none\"><figure class=\"wp-block-uagb-image__figure\"><img srcset=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/two-happy-boxers-1024x768.jpg \" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/two-happy-boxers-1024x768.jpg\" alt=\"\" class=\"uag-image-1216\" width=\"480\" height=\"500\" title=\"\" loading=\"lazy\"/></figure></div>\n<!-- /wp:uagb/image --></div>\n<!-- /wp:uagb/container --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"7e981979\",\"backgroundType\":\"color\",\"backgroundSizeTablet\":\"cover\",\"backgroundSizeMobile\":\"cover\",\"backgroundColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"topPaddingDesktop\":120,\"bottomPaddingDesktop\":0,\"topPaddingTablet\":80,\"bottomPaddingTablet\":80,\"leftPaddingTablet\":30,\"rightPaddingTablet\":30,\"topPaddingMobile\":80,\"bottomPaddingMobile\":80,\"leftPaddingMobile\":20,\"rightPaddingMobile\":20,\"paddingLink\":false,\"variationSelected\":true,\"rowGapDesktop\":0,\"rowGapTablet\":0,\"isBlockRootParent\":true} -->\n<div id=\"nearby-visits\" class=\"wp-block-uagb-container uagb-block-7e981979 alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/container {\"block_id\":\"4a2add25\",\"directionDesktop\":\"row\",\"alignItemsDesktop\":\"flex-end\",\"alignItemsTablet\":\"flex-end\",\"justifyContentDesktop\":\"flex-end\",\"justifyContentTablet\":\"space-between\",\"variationSelected\":true,\"rowGapMobile\":30,\"columnGapDesktop\":0} -->\n<div class=\"wp-block-uagb-container uagb-block-4a2add25\"><!-- wp:uagb/advanced-heading {\"block_id\":\"9f70e0d3\",\"classMigrate\":true,\"headingDescToggle\":true,\"subHeadingColor\":\"\",\"headSpace\":20,\"subHeadFontSize\":16} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-9f70e0d3\"><h2 class=\"uagb-heading-text\">Things to do in the area of Magaliesburg<br></h2><p class=\"uagb-desc-text\">Looking for more? Well, we believe that every guest walks into our lodge for the best experience. And, we are determined to do that.</p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/buttons {\"block_id\":\"e0a2cba2\",\"classMigrate\":true,\"childMigrate\":true,\"align\":\"right\",\"alignTablet\":\"right\",\"alignMobile\":\"left\",\"gap\":0} -->\n<div class=\"wp-block-uagb-buttons uagb-buttons__outer-wrap uagb-btn__default-btn uagb-btn-tablet__default-btn uagb-btn-mobile__default-btn uagb-block-e0a2cba2\"><div class=\"uagb-buttons__wrap uagb-buttons-layout-wrap\"><!-- wp:uagb/buttons-child {\"block_id\":\"a35b387d\",\"label\":\"Reservations\",\"link\":\"https://book.nightsbridge.com/11065\",\"hColor\":\"\",\"opensInNewTab\":true,\"borderWidth\":\"\",\"borderRadius\":\"\",\"borderStyle\":\"\",\"borderColor\":\"\",\"borderHColor\":\"\",\"btnBorderTopWidth\":1,\"btnBorderLeftWidth\":1,\"btnBorderRightWidth\":1,\"btnBorderBottomWidth\":1,\"btnBorderTopLeftRadius\":2,\"btnBorderTopRightRadius\":2,\"btnBorderBottomLeftRadius\":2,\"btnBorderBottomRightRadius\":2,\"btnBorderStyle\":\"solid\",\"btnBorderColor\":\"#333\",\"btnBorderHColor\":\"#333\"} -->\n<div class=\"wp-block-uagb-buttons-child uagb-buttons__outer-wrap uagb-block-a35b387d wp-block-button is-style-outline\"><div class=\"uagb-button__wrapper\"><a class=\"uagb-buttons-repeater wp-block-button__link\" href=\"https://book.nightsbridge.com/11065\" rel=\"follow noopener\" target=\"_blank\"><div class=\"uagb-button__link\">Reservations</div></a></div></div>\n<!-- /wp:uagb/buttons-child --></div></div>\n<!-- /wp:uagb/buttons --></div>\n<!-- /wp:uagb/container --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"83dddc8d\",\"backgroundType\":\"color\",\"backgroundSizeTablet\":\"cover\",\"backgroundSizeMobile\":\"cover\",\"backgroundColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"topPaddingDesktop\":50,\"bottomPaddingDesktop\":100,\"topPaddingTablet\":50,\"bottomPaddingTablet\":25,\"leftPaddingTablet\":20,\"rightPaddingTablet\":20,\"topPaddingMobile\":50,\"bottomPaddingMobile\":20,\"leftPaddingMobile\":20,\"rightPaddingMobile\":20,\"paddingLink\":false,\"variationSelected\":true,\"rowGapDesktop\":0,\"isBlockRootParent\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-83dddc8d alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/container {\"block_id\":\"e14b10ab\",\"directionDesktop\":\"row\",\"alignItemsTablet\":\"flex-start\",\"paddingLink\":false,\"topMarginDesktop\":50,\"bottomMarginDesktop\":20,\"leftMarginDesktop\":0,\"rightMarginDesktop\":0,\"marginLink\":false,\"variationSelected\":true,\"rowGapMobile\":65,\"columnGapDesktop\":48,\"columnGapTablet\":20} -->\n<div class=\"wp-block-uagb-container uagb-block-e14b10ab\"><!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"align\":\"center\",\"id\":1222,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image aligncenter size-full\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/41b46e52d7427ea1f6f135454e9a012f.png\" alt=\"\" class=\"wp-image-1222\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"textAlign\":\"center\",\"level\":3} -->\n<h3 class=\"has-text-align-center\">Fishing </h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>The dam has trout (stocked), bass, vlei Kuper and carp. Fly fishers seeking a unique challenge visit our establishment in search of the large &amp; small scale Yellow fish.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:buttons -->\n<div class=\"wp-block-buttons\"><!-- wp:button {\"align\":\"left\"} -->\n<div class=\"wp-block-button alignleft\"><a class=\"wp-block-button__link wp-element-button\" href=\"https://www.sundowner.co.za/rooms/magalies-barbus-haven/\" target=\"_blank\" rel=\"noreferrer noopener\">Barbus Haven</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons -->\n\n<!-- wp:paragraph -->\n<p>The opportunity to fish for Rainbow Trout or the elusive Brown Trout. Kingfisher offers rod hires at their venue. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:buttons -->\n<div class=\"wp-block-buttons\"><!-- wp:button {\"align\":\"left\"} -->\n<div class=\"wp-block-button alignleft\"><a class=\"wp-block-button__link wp-element-button\" href=\"https://www.thekingfisherlodge.co.za/activities/\" target=\"_blank\" rel=\"noreferrer noopener\">Kingfisher</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":1235,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Maseke-MTB-MvZ-3-1024x683-1.png\" alt=\"\" class=\"wp-image-1235\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>Mountain biking </h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>It is a privately owned nature reserve that offers mountain biking.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:spacer {\"height\":\"20px\"} -->\n<div style=\"height:20px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:buttons -->\n<div class=\"wp-block-buttons\"><!-- wp:button -->\n<div class=\"wp-block-button\"><a class=\"wp-block-button__link wp-element-button\" href=\"http://ingwebushcamp.yolasite.com/\" target=\"_blank\" rel=\"noreferrer noopener\">Ingwe Bush Camp&nbsp;</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons -->\n\n<!-- wp:paragraph -->\n<p>With over 80km of trails, Van Gaalen&nbsp;has something to offer for every kind of athlete, from beginner to advanced.<br></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:buttons -->\n<div class=\"wp-block-buttons\"><!-- wp:button -->\n<div class=\"wp-block-button\"><a class=\"wp-block-button__link wp-element-button\" href=\"https://www.vangaalen.co.za/products\" target=\"_blank\" rel=\"noreferrer noopener\">Van Gaalen\'s</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":830,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/ef9d0188da11e2bc56788f5619d9d539.png\" alt=\"\" class=\"wp-image-830\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>Quad biking </h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>We have quads suitable for kiddies, tweens, teens, and adults. We have mini quads and fully automatic 150cc quads.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:spacer {\"height\":\"2px\"} -->\n<div style=\"height:2px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:buttons -->\n<div class=\"wp-block-buttons\"><!-- wp:button -->\n<div class=\"wp-block-button\"><a class=\"wp-block-button__link wp-element-button\" href=\"https://www.saddlecreekadventures.co.za/activity/quad-biking/\" target=\"_blank\" rel=\"noreferrer noopener\">Saddle Creek Ranch</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons -->\n\n<!-- wp:paragraph -->\n<p>A 700-meter monster track, the longest and most exciting track in Gauteng!</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:spacer {\"height\":\"2px\"} -->\n<div style=\"height:2px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:buttons -->\n<div class=\"wp-block-buttons\"><!-- wp:button -->\n<div class=\"wp-block-button\"><a class=\"wp-block-button__link wp-element-button\" href=\"http://www.swartkrans.co.za/\" target=\"_blank\" rel=\"noreferrer noopener\">Swartkrans Go-Karting&nbsp;</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"align\":\"center\",\"id\":1198,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image aligncenter size-full\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/eyJidWNrZXQiOiJhc3NldHMuYWxsdHJhaWxzLmNvbSIsImtleSI6InVwbG9hZHMvcGhvdG8vaW1hZ2UvNDMxNzk4MTAvYjZkYTAz-1.png\" alt=\"\" class=\"wp-image-1198\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>Horse riding </h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Join us for an unforgettable horse riding experience in the peaceful countryside, with beautiful mountain scenery and lovely bush trails.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:buttons -->\n<div class=\"wp-block-buttons\"><!-- wp:button -->\n<div class=\"wp-block-button\"><a class=\"wp-block-button__link wp-element-button\" href=\"https://www.saddlecreekadventures.co.za/activity/horse-riding/\" target=\"_blank\" rel=\"noreferrer noopener\">Saddle Creek Ranch</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":1185,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/49089607_1950305445047847_5177863042771189760_n.png\" alt=\"\" class=\"wp-image-1185\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>Game drives </h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Enjoy a thrilling and educational adventure with our experienced guides.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:spacer {\"height\":\"2px\"} -->\n<div style=\"height:2px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:buttons -->\n<div class=\"wp-block-buttons\"><!-- wp:button -->\n<div class=\"wp-block-button\"><a class=\"wp-block-button__link wp-element-button\" href=\"https://www.rhinolion.co.za/visitors-guide/activity-index/game-drives/\" target=\"_blank\" rel=\"noreferrer noopener\">Rhino &amp; Lion Park</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons -->\n\n<!-- wp:paragraph -->\n<p>Our guided game-viewing drives take place each day in the morning and afternoon, as this is when the animals are most active.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:buttons -->\n<div class=\"wp-block-buttons\"><!-- wp:button -->\n<div class=\"wp-block-button\"><a class=\"wp-block-button__link wp-element-button\" href=\"https://www.africanhillslodge.co.za/experience/\" target=\"_blank\" rel=\"noreferrer noopener\">Askari Game Lodge</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:spacer {\"height\":\"12px\"} -->\n<div style=\"height:12px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:heading -->\n<h2>Other activites </h2>\n<!-- /wp:heading -->\n\n<!-- wp:uagb/faq {\"block_id\":\"51fbcda3\",\"expandFirstItem\":false,\"boxBgColor\":\"#F5F5F5\",\"borderStyle\":\"\",\"borderWidth\":\"\",\"borderRadius\":\"\",\"borderColor\":\"\",\"vquestionPaddingDesktop\":15,\"hquestionPaddingDesktop\":15,\"iconAlign\":\"row-reverse\",\"schema\":\"{\\u0022@context\\u0022:\\u0022https://schema.org\\u0022,\\u0022@type\\u0022:\\u0022FAQPage\\u0022,\\u0022@id\\u0022:\\u0022https://blueroan.netgen.cloud/amenities/\\u0022,\\u0022mainEntity\\u0022:[{\\u0022@type\\u0022:\\u0022Question\\u0022,\\u0022name\\u0022:\\u0022\\u003cstrong\\u003ePUBS / MICRO BREWERIES\\u003c/strong\\u003e\\u0022,\\u0022acceptedAnswer\\u0022:{\\u0022@type\\u0022:\\u0022Answer\\u0022,\\u0022text\\u0022:\\u0022Black Horse   \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27825613246\\\\\\u0022\\u003e082 561 3246\\u003cbr\\u003e\\u003c/a\\u003eBrauhaus am Dam   \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27878025519\\\\\\u0022\\u003e087 802 5519\\u003c/a\\u003e / \\u003ca href=\\\\\\u0022tel:+27729201742\\\\\\u0022\\u003e072 920 1742\\u003c/a\\u003e\\u003cbr\\u003eHartleys Elephant Bar   \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27145772301\\\\\\u0022\\u003e014 577 2301\\u003cbr\\u003e\\u003c/a\\u003eThatchwood Pub   \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27837091672\\\\\\u0022\\u003e083 709 1672\\u003cbr\\u003e\\u003c/a\\u003eMonate Citrus Kelder   \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27122580712\\\\\\u0022\\u003e012 258 0712\\u003c/a\\u003e\\u0022}},{\\u0022@type\\u0022:\\u0022Question\\u0022,\\u0022name\\u0022:\\u0022\\u003cstrong\\u003eTEA GARDENS / RESTAURANTS   \\u003c/strong\\u003e\\u0022,\\u0022acceptedAnswer\\u0022:{\\u0022@type\\u0022:\\u0022Answer\\u0022,\\u0022text\\u0022:\\u0022Black Horse   \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27825613246\\\\\\u0022\\u003e082 561 3246\\u003cbr\\u003e\\u003c/a\\u003eBrauhaus am Dam   \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27878025519\\\\\\u0022\\u003e087 802 5519\\u003c/a\\u003e / \\u003ca href=\\\\\\u0022tel:+27729201742\\\\\\u0022\\u003e072 920 1742\\u003c/a\\u003e\\u003cbr\\u003eMelon Rouge   \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27796806050\\\\\\u0022\\u003e079 680 6050\\u003cbr\\u003e\\u003c/a\\u003eMount Grace Hotel   \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27145775600\\\\\\u0022\\u003e014 577 5600\\u003cbr\\u003e\\u003c/a\\u003eValley Lodge Hotel   \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27145771301\\\\\\u0022\\u003e014 577 1301\\u003cbr\\u003e\\u003c/a\\u003eLa Classique Ristorante   \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27145774006\\\\\\u0022\\u003e014 577 4006\\u003c/a\\u003e\\u0022}},{\\u0022@type\\u0022:\\u0022Question\\u0022,\\u0022name\\u0022:\\u0022\\u003cstrong\\u003eSHOPPING\\u003c/strong\\u003e  \\u0022,\\u0022acceptedAnswer\\u0022:{\\u0022@type\\u0022:\\u0022Answer\\u0022,\\u0022text\\u0022:\\u0022If Only Antiques    \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27827878825\\\\\\u0022\\u003e082 787 8825\\u003cbr\\u003e\\u003c/a\\u003ePuss in Boots   \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27145773562\\\\\\u0022\\u003e014 577 3562\\u003c/a\\u003e\\u0022}},{\\u0022@type\\u0022:\\u0022Question\\u0022,\\u0022name\\u0022:\\u0022\\u003cstrong\\u003eSPORTS \\u0026amp; ADVENTURE\\u003c/strong\\u003e\\u0022,\\u0022acceptedAnswer\\u0022:{\\u0022@type\\u0022:\\u0022Answer\\u0022,\\u0022text\\u0022:\\u0022Tandem Paragliding flips  \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27823221824\\\\\\u0022\\u003e0823221824\\u003c/a\\u003e\\u003cbr\\u003eMountain Sanctuary Park   \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27145340114\\\\\\u0022\\u003e014 534 0114\\u003cbr\\u003e\\u003c/a\\u003eBill Harrops Original Balloon Safaris   \\u003ca href=\\\\\\u0022tel:+27145771733\\\\\\u0022\\u003e014 577 1733\\u003c/a\\u003e / \\u003ca href=\\\\\\u0022tel:+27837520036\\\\\\u0022\\u003e083 752 0036\\u003c/a\\u003e\\u003cbr\\u003ePecanwood Golf Course   \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27122440112\\\\\\u0022\\u003e012 244 0112\\u003cbr\\u003e\\u003c/a\\u003eAir Ventures Hot Air Balloons   \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27117935782\\\\\\u0022\\u003e011 793 5782\\u003cbr\\u003e\\u003c/a\\u003eGliding   \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27835266966\\\\\\u0022\\u003e083 526 6966\\u003cbr\\u003e\\u003c/a\\u003eMagaliesberg Canopy Tours   \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27145350150\\\\\\u0022\\u003e014 535 0150\\u003cbr\\u003e\\u003c/a\\u003eWild Cave Adventures   \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27824862464\\\\\\u0022\\u003e082 486 2464\\u003cbr\\u003e\\u003c/a\\u003eMiracle Waters Dive Gateway   \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27832359840\\\\\\u0022\\u003e083 235 9840\\u003c/a\\u003e\\u0022}},{\\u0022@type\\u0022:\\u0022Question\\u0022,\\u0022name\\u0022:\\u0022\\u003cstrong\\u003eHEALTH SPAS\\u003c/strong\\u003e\\u0022,\\u0022acceptedAnswer\\u0022:{\\u0022@type\\u0022:\\u0022Answer\\u0022,\\u0022text\\u0022:\\u0022Whispering Pines   \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27145771536\\\\\\u0022\\u003e014 577 1536\\u003cbr\\u003e\\u003c/a\\u003eMount Grace Spa   \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27145775600\\\\\\u0022\\u003e014 577 5600\\u003cbr\\u003e\\u003c/a\\u003eValley Lodge Spa   \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27145771301\\\\\\u0022\\u003e014 577 1301\\u003cbr\\u003e\\u003c/a\\u003eRosewell Spa   \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27145771172\\\\\\u0022\\u003e014 577 1172\\u003cbr\\u003e\\u003c/a\\u003eSparkling Waters   \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27145350019\\\\\\u0022\\u003e014 535 0019\\u003c/a\\u003e\\u0022}},{\\u0022@type\\u0022:\\u0022Question\\u0022,\\u0022name\\u0022:\\u0022\\u003cstrong\\u003ePLACES OF INTEREST\\u003c/strong\\u003e\\u0022,\\u0022acceptedAnswer\\u0022:{\\u0022@type\\u0022:\\u0022Answer\\u0022,\\u0022text\\u0022:\\u0022Maropeng Visitors Centre   \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27145779000\\\\\\u0022\\u003e014 577 9000\\u003cbr\\u003e\\u003c/a\\u003eSterkfontein Caves   \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27116683200\\\\\\u0022\\u003e011 668 3200\\u003cbr\\u003e\\u003c/a\\u003eBlaaubank Gold Mine   \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27825673111\\\\\\u0022\\u003e082 567 3111\\u003cbr\\u003e\\u003c/a\\u003eVan Gaalen Cheese Farm   \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27122071289\\\\\\u0022\\u003e012 207 1289\\u003cbr\\u003e\\u003c/a\\u003eHartebeespoort Cableway   \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27722412654\\\\\\u0022\\u003e072 241 2654\\u003cbr\\u003e\\u003c/a\\u003eElephant Sanctuary             \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27122580423\\\\\\u0022\\u003e012 258 0423\\u003cbr\\u003e\\u003c/a\\u003eTeam Gel   \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27114622894\\\\\\u0022\\u003e011 462 2894\\u003c/a\\u003e / \\u003ca href=\\\\\\u0022tel:+27833207623\\\\\\u0022\\u003e083 320 7623\\u003c/a\\u003e\\u003cbr\\u003eMonate Citrus Kelder   \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27122580712\\\\\\u0022\\u003e012 258 0712\\u003cbr\\u003e\\u003c/a\\u003eLiving Jewels   \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27119566444\\\\\\u0022\\u003e011 956 6444\\u003cbr\\u003e\\u003c/a\\u003eBlaaubank Candle Dipping   \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27145774609\\\\\\u0022\\u003e014 577 4609\\u003cbr\\u003e\\u003c/a\\u003eVeggie Picking \\u0026amp; Strawberry Picking \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27122071116\\\\\\u0022\\u003e012 207 1116\\u003c/a\\u003e\\u0022}}]}\",\"questionLeftPaddingDesktop\":15,\"questionBottomPaddingDesktop\":15,\"answerTopPadding\":0,\"answerRightPadding\":15,\"answerBottomPadding\":15,\"answerLeftPadding\":15,\"answerTopPaddingTablet\":10,\"answerRightPaddingTablet\":10,\"answerBottomPaddingTablet\":10,\"answerLeftPaddingTablet\":10,\"answerTopPaddingMobile\":10,\"answerRightPaddingMobile\":10,\"answerBottomPaddingMobile\":10,\"answerLeftPaddingMobile\":10,\"overallBorderTopWidth\":1,\"overallBorderLeftWidth\":1,\"overallBorderRightWidth\":1,\"overallBorderBottomWidth\":1,\"overallBorderTopLeftRadius\":2,\"overallBorderTopRightRadius\":2,\"overallBorderBottomLeftRadius\":2,\"overallBorderBottomRightRadius\":2,\"overallBorderStyle\":\"none\",\"overallBorderColor\":\"#D2D2D2\"} -->\n<div class=\"wp-block-uagb-faq uagb-faq__outer-wrap uagb-block-51fbcda3 uagb-faq-icon-row-reverse uagb-faq-layout-accordion uagb-faq-expand-first-false uagb-faq-inactive-other-true uagb-faq__wrap uagb-buttons-layout-wrap uagb-faq-equal-height\" data-faqtoggle=\"true\" role=\"tablist\"><!-- wp:uagb/faq-child {\"block_id\":\"9fa9c1a0\",\"question\":\"\\u003cstrong\\u003ePUBS / MICRO BREWERIES\\u003c/strong\\u003e\",\"answer\":\"Black Horse   \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27825613246\\u0022\\u003e082 561 3246\\u003cbr\\u003e\\u003c/a\\u003eBrauhaus am Dam   \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27878025519\\u0022\\u003e087 802 5519\\u003c/a\\u003e / \\u003ca href=\\u0022tel:+27729201742\\u0022\\u003e072 920 1742\\u003c/a\\u003e\\u003cbr\\u003eHartleys Elephant Bar   \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27145772301\\u0022\\u003e014 577 2301\\u003cbr\\u003e\\u003c/a\\u003eThatchwood Pub   \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27837091672\\u0022\\u003e083 709 1672\\u003cbr\\u003e\\u003c/a\\u003eMonate Citrus Kelder   \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27122580712\\u0022\\u003e012 258 0712\\u003c/a\\u003e\"} -->\n<div class=\"wp-block-uagb-faq-child uagb-faq-child__outer-wrap uagb-faq-item uagb-block-9fa9c1a0\" role=\"tab\" tabindex=\"0\"><div class=\"uagb-faq-questions-button uagb-faq-questions\"><span class=\"uagb-icon uagb-faq-icon-wrap\"><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 448 512\"><path d=\"M432 256c0 17.69-14.33 32.01-32 32.01H256v144c0 17.69-14.33 31.99-32 31.99s-32-14.3-32-31.99v-144H48c-17.67 0-32-14.32-32-32.01s14.33-31.99 32-31.99H192v-144c0-17.69 14.33-32.01 32-32.01s32 14.32 32 32.01v144h144C417.7 224 432 238.3 432 256z\"></path></svg></span><span class=\"uagb-icon-active uagb-faq-icon-wrap\"><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 448 512\"><path d=\"M400 288h-352c-17.69 0-32-14.32-32-32.01s14.31-31.99 32-31.99h352c17.69 0 32 14.3 32 31.99S417.7 288 400 288z\"></path></svg></span><span class=\"uagb-question\"><strong>PUBS / MICRO BREWERIES</strong></span></div><p class=\"uagb-faq-content\">Black Horse   <br><a href=\"tel:+27825613246\">082 561 3246<br></a>Brauhaus am Dam   <br><a href=\"tel:+27878025519\">087 802 5519</a> / <a href=\"tel:+27729201742\">072 920 1742</a><br>Hartleys Elephant Bar   <br><a href=\"tel:+27145772301\">014 577 2301<br></a>Thatchwood Pub   <br><a href=\"tel:+27837091672\">083 709 1672<br></a>Monate Citrus Kelder   <br><a href=\"tel:+27122580712\">012 258 0712</a></p></div>\n<!-- /wp:uagb/faq-child -->\n\n<!-- wp:uagb/faq-child {\"block_id\":\"e57f4b9a\",\"question\":\"\\u003cstrong\\u003eTEA GARDENS / RESTAURANTS   \\u003c/strong\\u003e\",\"answer\":\"Black Horse   \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27825613246\\u0022\\u003e082 561 3246\\u003cbr\\u003e\\u003c/a\\u003eBrauhaus am Dam   \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27878025519\\u0022\\u003e087 802 5519\\u003c/a\\u003e / \\u003ca href=\\u0022tel:+27729201742\\u0022\\u003e072 920 1742\\u003c/a\\u003e\\u003cbr\\u003eMelon Rouge   \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27796806050\\u0022\\u003e079 680 6050\\u003cbr\\u003e\\u003c/a\\u003eMount Grace Hotel   \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27145775600\\u0022\\u003e014 577 5600\\u003cbr\\u003e\\u003c/a\\u003eValley Lodge Hotel   \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27145771301\\u0022\\u003e014 577 1301\\u003cbr\\u003e\\u003c/a\\u003eLa Classique Ristorante   \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27145774006\\u0022\\u003e014 577 4006\\u003c/a\\u003e\"} -->\n<div class=\"wp-block-uagb-faq-child uagb-faq-child__outer-wrap uagb-faq-item uagb-block-e57f4b9a\" role=\"tab\" tabindex=\"0\"><div class=\"uagb-faq-questions-button uagb-faq-questions\"><span class=\"uagb-icon uagb-faq-icon-wrap\"><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 448 512\"><path d=\"M432 256c0 17.69-14.33 32.01-32 32.01H256v144c0 17.69-14.33 31.99-32 31.99s-32-14.3-32-31.99v-144H48c-17.67 0-32-14.32-32-32.01s14.33-31.99 32-31.99H192v-144c0-17.69 14.33-32.01 32-32.01s32 14.32 32 32.01v144h144C417.7 224 432 238.3 432 256z\"></path></svg></span><span class=\"uagb-icon-active uagb-faq-icon-wrap\"><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 448 512\"><path d=\"M400 288h-352c-17.69 0-32-14.32-32-32.01s14.31-31.99 32-31.99h352c17.69 0 32 14.3 32 31.99S417.7 288 400 288z\"></path></svg></span><span class=\"uagb-question\"><strong>TEA GARDENS / RESTAURANTS   </strong></span></div><p class=\"uagb-faq-content\">Black Horse   <br><a href=\"tel:+27825613246\">082 561 3246<br></a>Brauhaus am Dam   <br><a href=\"tel:+27878025519\">087 802 5519</a> / <a href=\"tel:+27729201742\">072 920 1742</a><br>Melon Rouge   <br><a href=\"tel:+27796806050\">079 680 6050<br></a>Mount Grace Hotel   <br><a href=\"tel:+27145775600\">014 577 5600<br></a>Valley Lodge Hotel   <br><a href=\"tel:+27145771301\">014 577 1301<br></a>La Classique Ristorante   <br><a href=\"tel:+27145774006\">014 577 4006</a></p></div>\n<!-- /wp:uagb/faq-child -->\n\n<!-- wp:uagb/faq-child {\"block_id\":\"d6090cbf\",\"question\":\"\\u003cstrong\\u003eSHOPPING\\u003c/strong\\u003e  \",\"answer\":\"If Only Antiques    \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27827878825\\u0022\\u003e082 787 8825\\u003cbr\\u003e\\u003c/a\\u003ePuss in Boots   \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27145773562\\u0022\\u003e014 577 3562\\u003c/a\\u003e\"} -->\n<div class=\"wp-block-uagb-faq-child uagb-faq-child__outer-wrap uagb-faq-item uagb-block-d6090cbf\" role=\"tab\" tabindex=\"0\"><div class=\"uagb-faq-questions-button uagb-faq-questions\"><span class=\"uagb-icon uagb-faq-icon-wrap\"><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 448 512\"><path d=\"M432 256c0 17.69-14.33 32.01-32 32.01H256v144c0 17.69-14.33 31.99-32 31.99s-32-14.3-32-31.99v-144H48c-17.67 0-32-14.32-32-32.01s14.33-31.99 32-31.99H192v-144c0-17.69 14.33-32.01 32-32.01s32 14.32 32 32.01v144h144C417.7 224 432 238.3 432 256z\"></path></svg></span><span class=\"uagb-icon-active uagb-faq-icon-wrap\"><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 448 512\"><path d=\"M400 288h-352c-17.69 0-32-14.32-32-32.01s14.31-31.99 32-31.99h352c17.69 0 32 14.3 32 31.99S417.7 288 400 288z\"></path></svg></span><span class=\"uagb-question\"><strong>SHOPPING</strong>  </span></div><p class=\"uagb-faq-content\">If Only Antiques    <br><a href=\"tel:+27827878825\">082 787 8825<br></a>Puss in Boots   <br><a href=\"tel:+27145773562\">014 577 3562</a></p></div>\n<!-- /wp:uagb/faq-child -->\n\n<!-- wp:uagb/faq-child {\"block_id\":\"513121ae\",\"question\":\"\\u003cstrong\\u003eSPORTS \\u0026amp; ADVENTURE\\u003c/strong\\u003e\",\"answer\":\"Tandem Paragliding flips  \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27823221824\\u0022\\u003e0823221824\\u003c/a\\u003e\\u003cbr\\u003eMountain Sanctuary Park   \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27145340114\\u0022\\u003e014 534 0114\\u003cbr\\u003e\\u003c/a\\u003eBill Harrops Original Balloon Safaris   \\u003ca href=\\u0022tel:+27145771733\\u0022\\u003e014 577 1733\\u003c/a\\u003e / \\u003ca href=\\u0022tel:+27837520036\\u0022\\u003e083 752 0036\\u003c/a\\u003e\\u003cbr\\u003ePecanwood Golf Course   \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27122440112\\u0022\\u003e012 244 0112\\u003cbr\\u003e\\u003c/a\\u003eAir Ventures Hot Air Balloons   \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27117935782\\u0022\\u003e011 793 5782\\u003cbr\\u003e\\u003c/a\\u003eGliding   \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27835266966\\u0022\\u003e083 526 6966\\u003cbr\\u003e\\u003c/a\\u003eMagaliesberg Canopy Tours   \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27145350150\\u0022\\u003e014 535 0150\\u003cbr\\u003e\\u003c/a\\u003eWild Cave Adventures   \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27824862464\\u0022\\u003e082 486 2464\\u003cbr\\u003e\\u003c/a\\u003eMiracle Waters Dive Gateway   \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27832359840\\u0022\\u003e083 235 9840\\u003c/a\\u003e\"} -->\n<div class=\"wp-block-uagb-faq-child uagb-faq-child__outer-wrap uagb-faq-item uagb-block-513121ae\" role=\"tab\" tabindex=\"0\"><div class=\"uagb-faq-questions-button uagb-faq-questions\"><span class=\"uagb-icon uagb-faq-icon-wrap\"><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 448 512\"><path d=\"M432 256c0 17.69-14.33 32.01-32 32.01H256v144c0 17.69-14.33 31.99-32 31.99s-32-14.3-32-31.99v-144H48c-17.67 0-32-14.32-32-32.01s14.33-31.99 32-31.99H192v-144c0-17.69 14.33-32.01 32-32.01s32 14.32 32 32.01v144h144C417.7 224 432 238.3 432 256z\"></path></svg></span><span class=\"uagb-icon-active uagb-faq-icon-wrap\"><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 448 512\"><path d=\"M400 288h-352c-17.69 0-32-14.32-32-32.01s14.31-31.99 32-31.99h352c17.69 0 32 14.3 32 31.99S417.7 288 400 288z\"></path></svg></span><span class=\"uagb-question\"><strong>SPORTS &amp; ADVENTURE</strong></span></div><p class=\"uagb-faq-content\">Tandem Paragliding flips  <br><a href=\"tel:+27823221824\">0823221824</a><br>Mountain Sanctuary Park   <br><a href=\"tel:+27145340114\">014 534 0114<br></a>Bill Harrops Original Balloon Safaris   <a href=\"tel:+27145771733\">014 577 1733</a> / <a href=\"tel:+27837520036\">083 752 0036</a><br>Pecanwood Golf Course   <br><a href=\"tel:+27122440112\">012 244 0112<br></a>Air Ventures Hot Air Balloons   <br><a href=\"tel:+27117935782\">011 793 5782<br></a>Gliding   <br><a href=\"tel:+27835266966\">083 526 6966<br></a>Magaliesberg Canopy Tours   <br><a href=\"tel:+27145350150\">014 535 0150<br></a>Wild Cave Adventures   <br><a href=\"tel:+27824862464\">082 486 2464<br></a>Miracle Waters Dive Gateway   <br><a href=\"tel:+27832359840\">083 235 9840</a></p></div>\n<!-- /wp:uagb/faq-child -->\n\n<!-- wp:uagb/faq-child {\"block_id\":\"18891f52\",\"question\":\"\\u003cstrong\\u003eHEALTH SPAS\\u003c/strong\\u003e\",\"answer\":\"Whispering Pines   \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27145771536\\u0022\\u003e014 577 1536\\u003cbr\\u003e\\u003c/a\\u003eMount Grace Spa   \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27145775600\\u0022\\u003e014 577 5600\\u003cbr\\u003e\\u003c/a\\u003eValley Lodge Spa   \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27145771301\\u0022\\u003e014 577 1301\\u003cbr\\u003e\\u003c/a\\u003eRosewell Spa   \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27145771172\\u0022\\u003e014 577 1172\\u003cbr\\u003e\\u003c/a\\u003eSparkling Waters   \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27145350019\\u0022\\u003e014 535 0019\\u003c/a\\u003e\"} -->\n<div class=\"wp-block-uagb-faq-child uagb-faq-child__outer-wrap uagb-faq-item uagb-block-18891f52\" role=\"tab\" tabindex=\"0\"><div class=\"uagb-faq-questions-button uagb-faq-questions\"><span class=\"uagb-icon uagb-faq-icon-wrap\"><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 448 512\"><path d=\"M432 256c0 17.69-14.33 32.01-32 32.01H256v144c0 17.69-14.33 31.99-32 31.99s-32-14.3-32-31.99v-144H48c-17.67 0-32-14.32-32-32.01s14.33-31.99 32-31.99H192v-144c0-17.69 14.33-32.01 32-32.01s32 14.32 32 32.01v144h144C417.7 224 432 238.3 432 256z\"></path></svg></span><span class=\"uagb-icon-active uagb-faq-icon-wrap\"><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 448 512\"><path d=\"M400 288h-352c-17.69 0-32-14.32-32-32.01s14.31-31.99 32-31.99h352c17.69 0 32 14.3 32 31.99S417.7 288 400 288z\"></path></svg></span><span class=\"uagb-question\"><strong>HEALTH SPAS</strong></span></div><p class=\"uagb-faq-content\">Whispering Pines   <br><a href=\"tel:+27145771536\">014 577 1536<br></a>Mount Grace Spa   <br><a href=\"tel:+27145775600\">014 577 5600<br></a>Valley Lodge Spa   <br><a href=\"tel:+27145771301\">014 577 1301<br></a>Rosewell Spa   <br><a href=\"tel:+27145771172\">014 577 1172<br></a>Sparkling Waters   <br><a href=\"tel:+27145350019\">014 535 0019</a></p></div>\n<!-- /wp:uagb/faq-child -->\n\n<!-- wp:uagb/faq-child {\"block_id\":\"f77e213d\",\"question\":\"\\u003cstrong\\u003ePLACES OF INTEREST\\u003c/strong\\u003e\",\"answer\":\"Maropeng Visitors Centre   \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27145779000\\u0022\\u003e014 577 9000\\u003cbr\\u003e\\u003c/a\\u003eSterkfontein Caves   \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27116683200\\u0022\\u003e011 668 3200\\u003cbr\\u003e\\u003c/a\\u003eBlaaubank Gold Mine   \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27825673111\\u0022\\u003e082 567 3111\\u003cbr\\u003e\\u003c/a\\u003eVan Gaalen Cheese Farm   \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27122071289\\u0022\\u003e012 207 1289\\u003cbr\\u003e\\u003c/a\\u003eHartebeespoort Cableway   \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27722412654\\u0022\\u003e072 241 2654\\u003cbr\\u003e\\u003c/a\\u003eElephant Sanctuary             \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27122580423\\u0022\\u003e012 258 0423\\u003cbr\\u003e\\u003c/a\\u003eTeam Gel   \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27114622894\\u0022\\u003e011 462 2894\\u003c/a\\u003e / \\u003ca href=\\u0022tel:+27833207623\\u0022\\u003e083 320 7623\\u003c/a\\u003e\\u003cbr\\u003eMonate Citrus Kelder   \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27122580712\\u0022\\u003e012 258 0712\\u003cbr\\u003e\\u003c/a\\u003eLiving Jewels   \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27119566444\\u0022\\u003e011 956 6444\\u003cbr\\u003e\\u003c/a\\u003eBlaaubank Candle Dipping   \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27145774609\\u0022\\u003e014 577 4609\\u003cbr\\u003e\\u003c/a\\u003eVeggie Picking \\u0026amp; Strawberry Picking \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27122071116\\u0022\\u003e012 207 1116\\u003c/a\\u003e\"} -->\n<div class=\"wp-block-uagb-faq-child uagb-faq-child__outer-wrap uagb-faq-item uagb-block-f77e213d\" role=\"tab\" tabindex=\"0\"><div class=\"uagb-faq-questions-button uagb-faq-questions\"><span class=\"uagb-icon uagb-faq-icon-wrap\"><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 448 512\"><path d=\"M432 256c0 17.69-14.33 32.01-32 32.01H256v144c0 17.69-14.33 31.99-32 31.99s-32-14.3-32-31.99v-144H48c-17.67 0-32-14.32-32-32.01s14.33-31.99 32-31.99H192v-144c0-17.69 14.33-32.01 32-32.01s32 14.32 32 32.01v144h144C417.7 224 432 238.3 432 256z\"></path></svg></span><span class=\"uagb-icon-active uagb-faq-icon-wrap\"><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 448 512\"><path d=\"M400 288h-352c-17.69 0-32-14.32-32-32.01s14.31-31.99 32-31.99h352c17.69 0 32 14.3 32 31.99S417.7 288 400 288z\"></path></svg></span><span class=\"uagb-question\"><strong>PLACES OF INTEREST</strong></span></div><p class=\"uagb-faq-content\">Maropeng Visitors Centre   <br><a href=\"tel:+27145779000\">014 577 9000<br></a>Sterkfontein Caves   <br><a href=\"tel:+27116683200\">011 668 3200<br></a>Blaaubank Gold Mine   <br><a href=\"tel:+27825673111\">082 567 3111<br></a>Van Gaalen Cheese Farm   <br><a href=\"tel:+27122071289\">012 207 1289<br></a>Hartebeespoort Cableway   <br><a href=\"tel:+27722412654\">072 241 2654<br></a>Elephant Sanctuary             <br><a href=\"tel:+27122580423\">012 258 0423<br></a>Team Gel   <br><a href=\"tel:+27114622894\">011 462 2894</a> / <a href=\"tel:+27833207623\">083 320 7623</a><br>Monate Citrus Kelder   <br><a href=\"tel:+27122580712\">012 258 0712<br></a>Living Jewels   <br><a href=\"tel:+27119566444\">011 956 6444<br></a>Blaaubank Candle Dipping   <br><a href=\"tel:+27145774609\">014 577 4609<br></a>Veggie Picking &amp; Strawberry Picking <br><a href=\"tel:+27122071116\">012 207 1116</a></p></div>\n<!-- /wp:uagb/faq-child --></div>\n<!-- /wp:uagb/faq --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"cea61d08\",\"innerContentCustomWidthDesktop\":781,\"innerContentCustomWidthTablet\":781,\"backgroundType\":\"image\",\"backgroundImageDesktop\":{\"id\":907,\"title\":\"241565_xl\",\"filename\":\"241565_xl.jpg\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/241565_xl.jpg\",\"link\":\"https://blueroan.netgen.cloud/home/241565_xl/\",\"alt\":\"\",\"author\":\"2\",\"description\":\"\",\"caption\":\"\",\"name\":\"241565_xl\",\"status\":\"inherit\",\"uploadedTo\":760,\"date\":\"2022-12-13T15:04:35.000Z\",\"modified\":\"2022-12-13T15:04:35.000Z\",\"menuOrder\":0,\"mime\":\"image/jpeg\",\"type\":\"image\",\"subtype\":\"jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-includes/images/media/default.png\",\"dateFormatted\":\"December 13, 2022\",\"nonces\":{\"update\":\"8ba15922a4\",\"delete\":\"e660ddd200\",\"edit\":\"57c3a4b066\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=907\\u0026action=edit\",\"meta\":false,\"authorName\":\"Netgen Support\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/profile.php\",\"uploadedToTitle\":\"Home\",\"uploadedToLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=760\\u0026action=edit\",\"filesizeInBytes\":90717,\"filesizeHumanReadable\":\"89 KB\",\"context\":\"\",\"height\":534,\"width\":800,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/241565_xl-150x150.jpg\",\"orientation\":\"landscape\"},\"medium\":{\"height\":200,\"width\":300,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/241565_xl-300x200.jpg\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/241565_xl.jpg\",\"height\":534,\"width\":800,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"backgroundImageColor\":\"rgba(42,42,42,0.65)\",\"topPaddingDesktop\":144,\"bottomPaddingDesktop\":144,\"leftPaddingDesktop\":40,\"rightPaddingDesktop\":40,\"topPaddingTablet\":80,\"bottomPaddingTablet\":80,\"leftPaddingTablet\":40,\"rightPaddingTablet\":40,\"topPaddingMobile\":64,\"bottomPaddingMobile\":64,\"leftPaddingMobile\":24,\"rightPaddingMobile\":24,\"paddingLink\":false,\"variationSelected\":true,\"isBlockRootParent\":true,\"overlayType\":\"color\"} -->\n<div class=\"wp-block-uagb-container uagb-block-cea61d08 alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/advanced-heading {\"block_id\":\"351b8fe4\",\"classMigrate\":true,\"headingDescToggle\":true,\"headingAlign\":\"center\",\"headingColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"subHeadingColor\":\"var(\\u002d\\u002dast-global-color-4)\",\"headSpace\":20} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-351b8fe4\"><h2 class=\"uagb-heading-text\">Create Memorable Moments at Blue Roan!</h2><p class=\"uagb-desc-text\">Blue Roan is a 4-star graded pet-friendly venue</p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/advanced-heading {\"block_id\":\"4090226a\",\"classMigrate\":true,\"headingTitleToggle\":false,\"headingDescToggle\":true,\"headingAlign\":\"center\",\"subHeadingColor\":\"var(\\u002d\\u002dast-global-color-4)\",\"subHeadTransform\":\"uppercase\",\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"subHeadLetterSpacing\":2,\"blockTopPadding\":60,\"blockRightPadding\":0,\"blockLeftPadding\":0,\"blockBottomPadding\":0,\"blockTopPaddingMobile\":30,\"blockRightPaddingMobile\":0,\"blockLeftPaddingMobile\":0,\"blockBottomPaddingMobile\":0,\"linkColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"linkHColor\":\"var(\\u002d\\u002dast-global-color-0)\"} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-4090226a\"><p class=\"uagb-desc-text\"><a href=\"https://book.nightsbridge.com/11065\" target=\"_blank\" rel=\"noreferrer noopener\">BOOK YOUR STAY NOW​</a></p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/icon-list {\"block_id\":\"81ec963e\",\"classMigrate\":true,\"childMigrate\":true,\"align\":\"center\",\"parentIcon\":\"phone\",\"size\":40,\"sizeMobile\":24,\"sizeTablet\":32,\"fontSize\":48,\"fontSizeMobile\":28,\"fontSizeTablet\":40,\"fontWeight\":\"600\",\"iconColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"labelColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"blockTopPadding\":0,\"blockRightPadding\":0,\"blockLeftPadding\":0,\"blockBottomPadding\":24,\"blockPaddingLink\":false} -->\n<div class=\"wp-block-uagb-icon-list uagb-block-81ec963e\"><div class=\"uagb-icon-list__wrap\"><!-- wp:uagb/icon-list-child {\"block_id\":\"5dee6bc8\",\"label\":\"+1-123 456 7890​\",\"label_color\":\"\",\"fromParentIcon\":\"phone\",\"imageSizeChild\":40} -->\n<div class=\"wp-block-uagb-icon-list-child uagb-block-5dee6bc8\"><span class=\"uagb-icon-list__source-wrap\"><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M511.2 387l-23.25 100.8c-3.266 14.25-15.79 24.22-30.46 24.22C205.2 512 0 306.8 0 54.5c0-14.66 9.969-27.2 24.22-30.45l100.8-23.25C139.7-2.602 154.7 5.018 160.8 18.92l46.52 108.5c5.438 12.78 1.77 27.67-8.98 36.45L144.5 207.1c33.98 69.22 90.26 125.5 159.5 159.5l44.08-53.8c8.688-10.78 23.69-14.51 36.47-8.975l108.5 46.51C506.1 357.2 514.6 372.4 511.2 387z\"></path></svg></span><span class=\"uagb-icon-list__label\">+1-123 456 7890​</span></div>\n<!-- /wp:uagb/icon-list-child --></div></div>\n<!-- /wp:uagb/icon-list --></div></div>\n<!-- /wp:uagb/container -->',	'Amenities',	'',	'inherit',	'closed',	'closed',	'',	'762-revision-v1',	'',	'',	'2022-12-15 13:28:15',	'2022-12-15 13:28:15',	'',	762,	'https://blueroan.netgen.cloud/?p=1275',	0,	'revision',	'',	0),
(1276,	2,	'2022-12-15 13:29:39',	'2022-12-15 13:29:39',	'<!-- wp:uagb/container {\"block_id\":\"3566cff1\",\"backgroundType\":\"image\",\"backgroundImageDesktop\":{\"id\":1007,\"title\":\"AAEAAQAAAAAAAAAAAAAAJDg5NmY0ZGUxLWE4MTgtNDY5NC1iODFhLTBmN2Q0ZDc5ZWFiNw-1\",\"filename\":\"AAEAAQAAAAAAAAAAAAAAJDg5NmY0ZGUxLWE4MTgtNDY5NC1iODFhLTBmN2Q0ZDc5ZWFiNw-1.png\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAAJDg5NmY0ZGUxLWE4MTgtNDY5NC1iODFhLTBmN2Q0ZDc5ZWFiNw-1.png\",\"link\":\"https://blueroan.netgen.cloud/the-barn/aaeaaqaaaaaaaaaaaaaajdg5nmy0zguxlwe4mtgtndy5nc1iodfhltbmn2q0zdc5zwfinw-1/\",\"alt\":\"\",\"author\":\"2\",\"description\":\"\",\"caption\":\"\",\"name\":\"aaeaaqaaaaaaaaaaaaaajdg5nmy0zguxlwe4mtgtndy5nc1iodfhltbmn2q0zdc5zwfinw-1\",\"status\":\"inherit\",\"uploadedTo\":948,\"date\":\"2022-12-14T10:50:25.000Z\",\"modified\":\"2022-12-14T10:50:25.000Z\",\"menuOrder\":0,\"mime\":\"image/png\",\"type\":\"image\",\"subtype\":\"png\",\"icon\":\"https://blueroan.netgen.cloud/wp-includes/images/media/default.png\",\"dateFormatted\":\"December 14, 2022\",\"nonces\":{\"update\":\"483f8bdf3d\",\"delete\":\"0a7ebc92ef\",\"edit\":\"6bc1c6a685\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=1007\\u0026action=edit\",\"meta\":false,\"authorName\":\"Netgen Support\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/profile.php\",\"uploadedToTitle\":\"The Barn\",\"uploadedToLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=948\\u0026action=edit\",\"filesizeInBytes\":1348989,\"filesizeHumanReadable\":\"1 MB\",\"context\":\"\",\"height\":667,\"width\":1000,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAAJDg5NmY0ZGUxLWE4MTgtNDY5NC1iODFhLTBmN2Q0ZDc5ZWFiNw-1-150x150.png\",\"orientation\":\"landscape\"},\"medium\":{\"height\":200,\"width\":300,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAAJDg5NmY0ZGUxLWE4MTgtNDY5NC1iODFhLTBmN2Q0ZDc5ZWFiNw-1-300x200.png\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAAJDg5NmY0ZGUxLWE4MTgtNDY5NC1iODFhLTBmN2Q0ZDc5ZWFiNw-1.png\",\"height\":667,\"width\":1000,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"backgroundPositionDesktop\":{\"x\":0.61,\"y\":0.52},\"backgroundSizeTablet\":\"cover\",\"backgroundSizeMobile\":\"cover\",\"backgroundColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"backgroundImageColor\":\"rgba(42,42,42,0.5)\",\"topPaddingDesktop\":220,\"bottomPaddingDesktop\":150,\"topPaddingTablet\":170,\"bottomPaddingTablet\":160,\"leftPaddingTablet\":30,\"rightPaddingTablet\":30,\"topPaddingMobile\":180,\"bottomPaddingMobile\":80,\"leftPaddingMobile\":20,\"rightPaddingMobile\":20,\"paddingLink\":false,\"variationSelected\":true,\"isBlockRootParent\":true,\"overlayType\":\"color\"} -->\n<div class=\"wp-block-uagb-container uagb-block-3566cff1 alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/advanced-heading {\"block_id\":\"78eb61b2\",\"classMigrate\":true,\"headingDescToggle\":true,\"headingColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"subHeadingColor\":\"var(\\u002d\\u002dast-global-color-4)\",\"headingTag\":\"h1\",\"headSpace\":20,\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"blockTopPadding\":0,\"blockRightPadding\":50,\"blockLeftPadding\":0,\"blockBottomPadding\":0,\"blockTopPaddingTablet\":0,\"blockRightPaddingTablet\":20,\"blockLeftPaddingTablet\":0,\"blockBottomPaddingTablet\":0,\"blockTopPaddingMobile\":0,\"blockRightPaddingMobile\":0,\"blockLeftPaddingMobile\":0,\"blockBottomPaddingMobile\":0,\"blockPaddingUnit\":\"%\",\"blockPaddingUnitTablet\":\"%\"} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-78eb61b2\"><h1 class=\"uagb-heading-text\">Amenities &amp; Interests​</h1><p class=\"uagb-desc-text\">We do not give you just rooms to stay in. We give you an environment where you can experience the best while on a holiday with us. </p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:buttons -->\n<div class=\"wp-block-buttons\"><!-- wp:button -->\n<div class=\"wp-block-button\"><a class=\"wp-block-button__link wp-element-button\" href=\"https://book.nightsbridge.com/11065\" target=\"_blank\" rel=\"noreferrer noopener\">BOOK NOW</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"8d890b32\",\"backgroundType\":\"color\",\"backgroundSizeTablet\":\"cover\",\"backgroundSizeMobile\":\"cover\",\"backgroundColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"topPaddingDesktop\":50,\"bottomPaddingDesktop\":100,\"topPaddingTablet\":50,\"bottomPaddingTablet\":25,\"leftPaddingTablet\":20,\"rightPaddingTablet\":20,\"topPaddingMobile\":50,\"bottomPaddingMobile\":20,\"leftPaddingMobile\":20,\"rightPaddingMobile\":20,\"paddingLink\":false,\"variationSelected\":true,\"rowGapDesktop\":0,\"isBlockRootParent\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-8d890b32 alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/container {\"block_id\":\"6bd51ee2\",\"directionDesktop\":\"row\",\"alignItemsTablet\":\"flex-start\",\"paddingLink\":false,\"topMarginDesktop\":50,\"bottomMarginDesktop\":20,\"leftMarginDesktop\":0,\"rightMarginDesktop\":0,\"marginLink\":false,\"variationSelected\":true,\"rowGapMobile\":65,\"columnGapDesktop\":48,\"columnGapTablet\":20} -->\n<div class=\"wp-block-uagb-container uagb-block-6bd51ee2\"><!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"align\":\"center\",\"id\":828,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image aligncenter size-full\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Blue-Roan-pool.png\" alt=\"Blue Roan\'s rock pool\" class=\"wp-image-828\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>A relaxing rock Pool​</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>We have a lovely sparkling blue rock pool next to a thatched Lapa. &nbsp;&nbsp;Lie on recliners on the green lawn or sit on the swing chair in the Lapa and enjoy the panoramic view of the Magaliesberg mountain range.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":829,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/img-20160605-wa0002-largejpg.png\" alt=\"\" class=\"wp-image-829\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>Braai facilities </h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>What can compare to a burning fire under the star-lit African sky? Nothing beats the flavor of cooking over an open flame.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":830,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/ef9d0188da11e2bc56788f5619d9d539.png\" alt=\"\" class=\"wp-image-830\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>A games room </h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>The reception is also a games room for those who enjoy darts or playing pool. &nbsp;Take a selection of DVDs back to your room and watch movies on your own DVD player. &nbsp;There is also a selection of board games and music CDs that you can borrow.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"align\":\"center\",\"id\":1198,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image aligncenter size-full\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/eyJidWNrZXQiOiJhc3NldHMuYWxsdHJhaWxzLmNvbSIsImtleSI6InVwbG9hZHMvcGhvdG8vaW1hZ2UvNDMxNzk4MTAvYjZkYTAz-1.png\" alt=\"\" class=\"wp-image-1198\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>Walking or hiking </h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>There is a well-kept walking trail on our property with plenty of bird life and some benches along the way. &nbsp;It is safe for dogs to run off-leash as it is completely fenced all around. &nbsp;For those who enjoy long walks and hikes, it is safe to cross onto neighbouring farms and go as far as the eye can see.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":1185,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/49089607_1950305445047847_5177863042771189760_n.png\" alt=\"\" class=\"wp-image-1185\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>Mountain biking </h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Bring your mountain bikes and explore the surrounding countryside on safe off-road tracks on our property and on neighbouring farms.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":1196,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Michelle_1.png\" alt=\"\" class=\"wp-image-1196\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>Horse riding </h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Interested riders can book at one of the recommended horse-riding establishments listed further down this page.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"91d58f2e\",\"innerContentWidth\":\"alignfull\",\"directionDesktop\":\"row\",\"wrapTablet\":\"wrap\",\"variationSelected\":true,\"rowGapTablet\":0,\"columnGapDesktop\":0,\"isBlockRootParent\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-91d58f2e alignfull uagb-is-root-container\"><!-- wp:uagb/container {\"block_id\":\"6fe25217\",\"widthDesktop\":25,\"widthTablet\":50,\"variationSelected\":true,\"widthSetByUser\":true,\"UAGHideMob\":true,\"UAGResponsiveConditions\":true} -->\n<div class=\"wp-block-uagb-container uag-hide-mob uagb-block-6fe25217\"><!-- wp:uagb/image {\"block_id\":\"399b3f91\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-18-1-1024x768.jpg\",\"id\":1208,\"linkDestination\":\"none\",\"width\":480,\"height\":500,\"naturalWidth\":1024,\"naturalHeight\":768,\"sizeSlug\":\"large\",\"sizeSlugTablet\":\"large\",\"sizeSlugMobile\":\"large\",\"customHeightSetDesktop\":true} -->\n<div class=\"wp-block-uagb-image uagb-block-399b3f91 wp-block-uagb-image--layout-default wp-block-uagb-image--effect-static wp-block-uagb-image--align-none\"><figure class=\"wp-block-uagb-image__figure\"><img srcset=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-18-1-1024x768.jpg \" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-18-1-1024x768.jpg\" alt=\"\" class=\"uag-image-1208\" width=\"480\" height=\"500\" title=\"\" loading=\"lazy\"/></figure></div>\n<!-- /wp:uagb/image --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"8aa72c7c\",\"widthDesktop\":25,\"widthTablet\":50,\"variationSelected\":true,\"widthSetByUser\":true,\"UAGHideMob\":true,\"UAGResponsiveConditions\":true} -->\n<div class=\"wp-block-uagb-container uag-hide-mob uagb-block-8aa72c7c\"><!-- wp:uagb/image {\"block_id\":\"3c2f4039\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Blue-Roan-pool-1.png\",\"id\":1210,\"linkDestination\":\"none\",\"width\":480,\"height\":500,\"naturalWidth\":370,\"naturalHeight\":440,\"sizeSlug\":\"full\",\"sizeSlugTablet\":\"full\",\"sizeSlugMobile\":\"full\",\"customHeightSetDesktop\":true} -->\n<div class=\"wp-block-uagb-image uagb-block-3c2f4039 wp-block-uagb-image--layout-default wp-block-uagb-image--effect-static wp-block-uagb-image--align-none\"><figure class=\"wp-block-uagb-image__figure\"><img srcset=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Blue-Roan-pool-1.png \" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Blue-Roan-pool-1.png\" alt=\"\" class=\"uag-image-1210\" width=\"480\" height=\"500\" title=\"\" loading=\"lazy\"/></figure></div>\n<!-- /wp:uagb/image --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"49b148d5\",\"widthDesktop\":50,\"widthTablet\":100,\"variationSelected\":true,\"columnGapDesktop\":20,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-49b148d5\"><!-- wp:uagb/image {\"block_id\":\"c8f4c106\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/the-view-from-my-rooms-1024x768.jpg\",\"id\":1211,\"linkDestination\":\"none\",\"width\":960,\"height\":500,\"naturalWidth\":1024,\"naturalHeight\":768,\"sizeSlug\":\"large\",\"sizeSlugTablet\":\"large\",\"sizeSlugMobile\":\"large\",\"customHeightSetDesktop\":true} -->\n<div class=\"wp-block-uagb-image uagb-block-c8f4c106 wp-block-uagb-image--layout-default wp-block-uagb-image--effect-static wp-block-uagb-image--align-none\"><figure class=\"wp-block-uagb-image__figure\"><img srcset=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/the-view-from-my-rooms-1024x768.jpg \" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/the-view-from-my-rooms-1024x768.jpg\" alt=\"\" class=\"uag-image-1211\" width=\"960\" height=\"500\" title=\"\" loading=\"lazy\"/></figure></div>\n<!-- /wp:uagb/image --></div>\n<!-- /wp:uagb/container --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"c5db09a0\",\"innerContentWidth\":\"alignfull\",\"directionDesktop\":\"row\",\"wrapTablet\":\"wrap\",\"variationSelected\":true,\"rowGapTablet\":0,\"columnGapDesktop\":0,\"isBlockRootParent\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-c5db09a0 alignfull uagb-is-root-container\"><!-- wp:uagb/container {\"block_id\":\"1d7bdfd1\",\"widthDesktop\":50,\"widthTablet\":100,\"variationSelected\":true,\"columnGapDesktop\":20,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-1d7bdfd1\"><!-- wp:uagb/image {\"block_id\":\"f838064a\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAAJDI0ZWY4NDc1LThjYjYtNDM3YS1iOTliLWNmOWQxYTJkMWU5MQ-1.png\",\"id\":1213,\"linkDestination\":\"none\",\"width\":960,\"height\":500,\"naturalWidth\":1000,\"naturalHeight\":667,\"sizeSlug\":\"full\",\"sizeSlugTablet\":\"full\",\"sizeSlugMobile\":\"full\",\"customHeightSetDesktop\":true} -->\n<div class=\"wp-block-uagb-image uagb-block-f838064a wp-block-uagb-image--layout-default wp-block-uagb-image--effect-static wp-block-uagb-image--align-none\"><figure class=\"wp-block-uagb-image__figure\"><img srcset=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAAJDI0ZWY4NDc1LThjYjYtNDM3YS1iOTliLWNmOWQxYTJkMWU5MQ-1.png \" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAAJDI0ZWY4NDc1LThjYjYtNDM3YS1iOTliLWNmOWQxYTJkMWU5MQ-1.png\" alt=\"\" class=\"uag-image-1213\" width=\"960\" height=\"500\" title=\"\" loading=\"lazy\"/></figure></div>\n<!-- /wp:uagb/image --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"808224d6\",\"widthDesktop\":25,\"variationSelected\":true,\"widthSetByUser\":true,\"UAGHideMob\":true,\"UAGResponsiveConditions\":true} -->\n<div class=\"wp-block-uagb-container uag-hide-mob uagb-block-808224d6\"><!-- wp:uagb/image {\"block_id\":\"5d198b56\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/bird-1-1024x683.jpg\",\"id\":1215,\"linkDestination\":\"none\",\"width\":480,\"height\":500,\"naturalWidth\":1024,\"naturalHeight\":683,\"sizeSlug\":\"large\",\"sizeSlugTablet\":\"large\",\"sizeSlugMobile\":\"large\",\"customHeightSetDesktop\":true} -->\n<div class=\"wp-block-uagb-image uagb-block-5d198b56 wp-block-uagb-image--layout-default wp-block-uagb-image--effect-static wp-block-uagb-image--align-none\"><figure class=\"wp-block-uagb-image__figure\"><img srcset=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/bird-1-1024x683.jpg \" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/bird-1-1024x683.jpg\" alt=\"\" class=\"uag-image-1215\" width=\"480\" height=\"500\" title=\"\" loading=\"lazy\"/></figure></div>\n<!-- /wp:uagb/image --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"015b94c0\",\"widthDesktop\":25,\"variationSelected\":true,\"widthSetByUser\":true,\"UAGHideMob\":true,\"UAGResponsiveConditions\":true} -->\n<div class=\"wp-block-uagb-container uag-hide-mob uagb-block-015b94c0\"><!-- wp:uagb/image {\"block_id\":\"c6ab0a06\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/two-happy-boxers-1024x768.jpg\",\"id\":1216,\"linkDestination\":\"none\",\"width\":480,\"height\":500,\"naturalWidth\":1024,\"naturalHeight\":768,\"sizeSlug\":\"large\",\"sizeSlugTablet\":\"large\",\"sizeSlugMobile\":\"large\",\"customHeightSetDesktop\":true} -->\n<div class=\"wp-block-uagb-image uagb-block-c6ab0a06 wp-block-uagb-image--layout-default wp-block-uagb-image--effect-static wp-block-uagb-image--align-none\"><figure class=\"wp-block-uagb-image__figure\"><img srcset=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/two-happy-boxers-1024x768.jpg \" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/two-happy-boxers-1024x768.jpg\" alt=\"\" class=\"uag-image-1216\" width=\"480\" height=\"500\" title=\"\" loading=\"lazy\"/></figure></div>\n<!-- /wp:uagb/image --></div>\n<!-- /wp:uagb/container --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"7e981979\",\"backgroundType\":\"color\",\"backgroundSizeTablet\":\"cover\",\"backgroundSizeMobile\":\"cover\",\"backgroundColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"topPaddingDesktop\":120,\"bottomPaddingDesktop\":0,\"topPaddingTablet\":80,\"bottomPaddingTablet\":80,\"leftPaddingTablet\":30,\"rightPaddingTablet\":30,\"topPaddingMobile\":80,\"bottomPaddingMobile\":80,\"leftPaddingMobile\":20,\"rightPaddingMobile\":20,\"paddingLink\":false,\"variationSelected\":true,\"rowGapDesktop\":0,\"rowGapTablet\":0,\"isBlockRootParent\":true} -->\n<div id=\"nearby-visits\" class=\"wp-block-uagb-container uagb-block-7e981979 alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/container {\"block_id\":\"4a2add25\",\"directionDesktop\":\"row\",\"alignItemsDesktop\":\"flex-end\",\"alignItemsTablet\":\"flex-end\",\"justifyContentDesktop\":\"flex-end\",\"justifyContentTablet\":\"space-between\",\"variationSelected\":true,\"rowGapMobile\":30,\"columnGapDesktop\":0} -->\n<div class=\"wp-block-uagb-container uagb-block-4a2add25\"><!-- wp:uagb/advanced-heading {\"block_id\":\"9f70e0d3\",\"classMigrate\":true,\"headingDescToggle\":true,\"subHeadingColor\":\"\",\"headSpace\":20,\"subHeadFontSize\":16} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-9f70e0d3\"><h2 class=\"uagb-heading-text\">Things to do in the area of Magaliesburg<br></h2><p class=\"uagb-desc-text\">Looking for more? Well, we believe that every guest walks into our lodge for the best experience. And, we are determined to do that.</p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/buttons {\"block_id\":\"e0a2cba2\",\"classMigrate\":true,\"childMigrate\":true,\"align\":\"right\",\"alignTablet\":\"right\",\"alignMobile\":\"left\",\"gap\":0} -->\n<div class=\"wp-block-uagb-buttons uagb-buttons__outer-wrap uagb-btn__default-btn uagb-btn-tablet__default-btn uagb-btn-mobile__default-btn uagb-block-e0a2cba2\"><div class=\"uagb-buttons__wrap uagb-buttons-layout-wrap\"><!-- wp:uagb/buttons-child {\"block_id\":\"a35b387d\",\"label\":\"Reservations\",\"link\":\"https://book.nightsbridge.com/11065\",\"hColor\":\"\",\"opensInNewTab\":true,\"borderWidth\":\"\",\"borderRadius\":\"\",\"borderStyle\":\"\",\"borderColor\":\"\",\"borderHColor\":\"\",\"btnBorderTopWidth\":1,\"btnBorderLeftWidth\":1,\"btnBorderRightWidth\":1,\"btnBorderBottomWidth\":1,\"btnBorderTopLeftRadius\":2,\"btnBorderTopRightRadius\":2,\"btnBorderBottomLeftRadius\":2,\"btnBorderBottomRightRadius\":2,\"btnBorderStyle\":\"solid\",\"btnBorderColor\":\"#333\",\"btnBorderHColor\":\"#333\"} -->\n<div class=\"wp-block-uagb-buttons-child uagb-buttons__outer-wrap uagb-block-a35b387d wp-block-button is-style-outline\"><div class=\"uagb-button__wrapper\"><a class=\"uagb-buttons-repeater wp-block-button__link\" href=\"https://book.nightsbridge.com/11065\" rel=\"follow noopener\" target=\"_blank\"><div class=\"uagb-button__link\">Reservations</div></a></div></div>\n<!-- /wp:uagb/buttons-child --></div></div>\n<!-- /wp:uagb/buttons --></div>\n<!-- /wp:uagb/container --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"83dddc8d\",\"backgroundType\":\"color\",\"backgroundSizeTablet\":\"cover\",\"backgroundSizeMobile\":\"cover\",\"backgroundColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"topPaddingDesktop\":50,\"bottomPaddingDesktop\":100,\"topPaddingTablet\":50,\"bottomPaddingTablet\":25,\"leftPaddingTablet\":20,\"rightPaddingTablet\":20,\"topPaddingMobile\":50,\"bottomPaddingMobile\":20,\"leftPaddingMobile\":20,\"rightPaddingMobile\":20,\"paddingLink\":false,\"variationSelected\":true,\"rowGapDesktop\":0,\"isBlockRootParent\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-83dddc8d alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/container {\"block_id\":\"e14b10ab\",\"directionDesktop\":\"row\",\"alignItemsTablet\":\"flex-start\",\"paddingLink\":false,\"topMarginDesktop\":50,\"bottomMarginDesktop\":20,\"leftMarginDesktop\":0,\"rightMarginDesktop\":0,\"marginLink\":false,\"variationSelected\":true,\"rowGapMobile\":65,\"columnGapDesktop\":48,\"columnGapTablet\":20} -->\n<div class=\"wp-block-uagb-container uagb-block-e14b10ab\"><!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"align\":\"center\",\"id\":1222,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image aligncenter size-full\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/41b46e52d7427ea1f6f135454e9a012f.png\" alt=\"\" class=\"wp-image-1222\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"textAlign\":\"center\",\"level\":3} -->\n<h3 class=\"has-text-align-center\">Fishing </h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>The dam has trout (stocked), bass, vlei Kuper and carp. Fly fishers seeking a unique challenge visit our establishment in search of the large &amp; small scale Yellow fish.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:buttons -->\n<div class=\"wp-block-buttons\"><!-- wp:button {\"align\":\"left\"} -->\n<div class=\"wp-block-button alignleft\"><a class=\"wp-block-button__link wp-element-button\" href=\"https://www.sundowner.co.za/rooms/magalies-barbus-haven/\" target=\"_blank\" rel=\"noreferrer noopener\">Barbus Haven</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons -->\n\n<!-- wp:paragraph -->\n<p>The opportunity to fish for Rainbow Trout or the elusive Brown Trout. Kingfisher offers rod hires at their venue. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:buttons -->\n<div class=\"wp-block-buttons\"><!-- wp:button {\"align\":\"left\"} -->\n<div class=\"wp-block-button alignleft\"><a class=\"wp-block-button__link wp-element-button\" href=\"https://www.thekingfisherlodge.co.za/activities/\" target=\"_blank\" rel=\"noreferrer noopener\">Kingfisher</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":1235,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Maseke-MTB-MvZ-3-1024x683-1.png\" alt=\"\" class=\"wp-image-1235\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>Mountain biking </h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>It is a privately owned nature reserve that offers mountain biking.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:spacer {\"height\":\"20px\"} -->\n<div style=\"height:20px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:buttons -->\n<div class=\"wp-block-buttons\"><!-- wp:button -->\n<div class=\"wp-block-button\"><a class=\"wp-block-button__link wp-element-button\" href=\"http://ingwebushcamp.yolasite.com/\" target=\"_blank\" rel=\"noreferrer noopener\">Ingwe Bush Camp&nbsp;</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons -->\n\n<!-- wp:paragraph -->\n<p>With over 80km of trails, Van Gaalen&nbsp;has something to offer for every kind of athlete, from beginner to advanced.<br></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:buttons -->\n<div class=\"wp-block-buttons\"><!-- wp:button -->\n<div class=\"wp-block-button\"><a class=\"wp-block-button__link wp-element-button\" href=\"https://www.vangaalen.co.za/products\" target=\"_blank\" rel=\"noreferrer noopener\">Van Gaalen\'s</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":830,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/ef9d0188da11e2bc56788f5619d9d539.png\" alt=\"\" class=\"wp-image-830\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>Quad biking </h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>We have quads suitable for kiddies, tweens, teens, and adults. We have mini quads and fully automatic 150cc quads.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:spacer {\"height\":\"2px\"} -->\n<div style=\"height:2px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:buttons -->\n<div class=\"wp-block-buttons\"><!-- wp:button -->\n<div class=\"wp-block-button\"><a class=\"wp-block-button__link wp-element-button\" href=\"https://www.saddlecreekadventures.co.za/activity/quad-biking/\" target=\"_blank\" rel=\"noreferrer noopener\">Saddle Creek Ranch</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons -->\n\n<!-- wp:paragraph -->\n<p>A 700-meter monster track, the longest and most exciting track in Gauteng!</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:spacer {\"height\":\"2px\"} -->\n<div style=\"height:2px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:buttons -->\n<div class=\"wp-block-buttons\"><!-- wp:button -->\n<div class=\"wp-block-button\"><a class=\"wp-block-button__link wp-element-button\" href=\"http://www.swartkrans.co.za/\" target=\"_blank\" rel=\"noreferrer noopener\">Swartkrans Go-Karting&nbsp;</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"align\":\"center\",\"id\":1198,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image aligncenter size-full\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/eyJidWNrZXQiOiJhc3NldHMuYWxsdHJhaWxzLmNvbSIsImtleSI6InVwbG9hZHMvcGhvdG8vaW1hZ2UvNDMxNzk4MTAvYjZkYTAz-1.png\" alt=\"\" class=\"wp-image-1198\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>Horse riding </h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Join us for an unforgettable horse riding experience in the peaceful countryside, with beautiful mountain scenery and lovely bush trails.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:buttons -->\n<div class=\"wp-block-buttons\"><!-- wp:button -->\n<div class=\"wp-block-button\"><a class=\"wp-block-button__link wp-element-button\" href=\"https://www.saddlecreekadventures.co.za/activity/horse-riding/\" target=\"_blank\" rel=\"noreferrer noopener\">Saddle Creek Ranch</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":1185,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/49089607_1950305445047847_5177863042771189760_n.png\" alt=\"\" class=\"wp-image-1185\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>Game drives </h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Enjoy a thrilling and educational adventure with our experienced guides.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:spacer {\"height\":\"2px\"} -->\n<div style=\"height:2px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:buttons -->\n<div class=\"wp-block-buttons\"><!-- wp:button -->\n<div class=\"wp-block-button\"><a class=\"wp-block-button__link wp-element-button\" href=\"https://www.rhinolion.co.za/visitors-guide/activity-index/game-drives/\" target=\"_blank\" rel=\"noreferrer noopener\">Rhino &amp; Lion Park</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons -->\n\n<!-- wp:paragraph -->\n<p>Our guided game-viewing drives take place each day in the morning and afternoon, as this is when the animals are most active.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:buttons -->\n<div class=\"wp-block-buttons\"><!-- wp:button -->\n<div class=\"wp-block-button\"><a class=\"wp-block-button__link wp-element-button\" href=\"https://www.africanhillslodge.co.za/experience/\" target=\"_blank\" rel=\"noreferrer noopener\">Askari Game Lodge</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:spacer {\"height\":\"12px\"} -->\n<div style=\"height:12px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:heading -->\n<h2>Other activites </h2>\n<!-- /wp:heading -->\n\n<!-- wp:uagb/faq {\"block_id\":\"51fbcda3\",\"expandFirstItem\":false,\"boxBgColor\":\"#F5F5F5\",\"borderStyle\":\"\",\"borderWidth\":\"\",\"borderRadius\":\"\",\"borderColor\":\"\",\"vquestionPaddingDesktop\":15,\"hquestionPaddingDesktop\":15,\"iconAlign\":\"row-reverse\",\"schema\":\"{\\u0022@context\\u0022:\\u0022https://schema.org\\u0022,\\u0022@type\\u0022:\\u0022FAQPage\\u0022,\\u0022@id\\u0022:\\u0022https://blueroan.netgen.cloud/amenities/\\u0022,\\u0022mainEntity\\u0022:[{\\u0022@type\\u0022:\\u0022Question\\u0022,\\u0022name\\u0022:\\u0022\\u003cstrong\\u003ePUBS / MICRO BREWERIES\\u003c/strong\\u003e\\u0022,\\u0022acceptedAnswer\\u0022:{\\u0022@type\\u0022:\\u0022Answer\\u0022,\\u0022text\\u0022:\\u0022Black Horse   \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27825613246\\\\\\u0022\\u003e082 561 3246\\u003cbr\\u003e\\u003c/a\\u003eBrauhaus am Dam   \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27878025519\\\\\\u0022\\u003e087 802 5519\\u003c/a\\u003e / \\u003ca href=\\\\\\u0022tel:+27729201742\\\\\\u0022\\u003e072 920 1742\\u003c/a\\u003e\\u003cbr\\u003eHartleys Elephant Bar   \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27145772301\\\\\\u0022\\u003e014 577 2301\\u003cbr\\u003e\\u003c/a\\u003eThatchwood Pub   \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27837091672\\\\\\u0022\\u003e083 709 1672\\u003cbr\\u003e\\u003c/a\\u003eMonate Citrus Kelder   \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27122580712\\\\\\u0022\\u003e012 258 0712\\u003c/a\\u003e\\u0022}},{\\u0022@type\\u0022:\\u0022Question\\u0022,\\u0022name\\u0022:\\u0022\\u003cstrong\\u003eTEA GARDENS / RESTAURANTS   \\u003c/strong\\u003e\\u0022,\\u0022acceptedAnswer\\u0022:{\\u0022@type\\u0022:\\u0022Answer\\u0022,\\u0022text\\u0022:\\u0022Black Horse   \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27825613246\\\\\\u0022\\u003e082 561 3246\\u003cbr\\u003e\\u003c/a\\u003eBrauhaus am Dam   \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27878025519\\\\\\u0022\\u003e087 802 5519\\u003c/a\\u003e / \\u003ca href=\\\\\\u0022tel:+27729201742\\\\\\u0022\\u003e072 920 1742\\u003c/a\\u003e\\u003cbr\\u003eMelon Rouge   \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27796806050\\\\\\u0022\\u003e079 680 6050\\u003cbr\\u003e\\u003c/a\\u003eMount Grace Hotel   \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27145775600\\\\\\u0022\\u003e014 577 5600\\u003cbr\\u003e\\u003c/a\\u003eValley Lodge Hotel   \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27145771301\\\\\\u0022\\u003e014 577 1301\\u003cbr\\u003e\\u003c/a\\u003eLa Classique Ristorante   \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27145774006\\\\\\u0022\\u003e014 577 4006\\u003c/a\\u003e\\u0022}},{\\u0022@type\\u0022:\\u0022Question\\u0022,\\u0022name\\u0022:\\u0022\\u003cstrong\\u003eSHOPPING\\u003c/strong\\u003e  \\u0022,\\u0022acceptedAnswer\\u0022:{\\u0022@type\\u0022:\\u0022Answer\\u0022,\\u0022text\\u0022:\\u0022If Only Antiques    \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27827878825\\\\\\u0022\\u003e082 787 8825\\u003cbr\\u003e\\u003c/a\\u003ePuss in Boots   \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27145773562\\\\\\u0022\\u003e014 577 3562\\u003c/a\\u003e\\u0022}},{\\u0022@type\\u0022:\\u0022Question\\u0022,\\u0022name\\u0022:\\u0022\\u003cstrong\\u003eSPORTS \\u0026amp; ADVENTURE\\u003c/strong\\u003e\\u0022,\\u0022acceptedAnswer\\u0022:{\\u0022@type\\u0022:\\u0022Answer\\u0022,\\u0022text\\u0022:\\u0022Tandem Paragliding flips  \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27823221824\\\\\\u0022\\u003e0823221824\\u003c/a\\u003e\\u003cbr\\u003eMountain Sanctuary Park   \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27145340114\\\\\\u0022\\u003e014 534 0114\\u003cbr\\u003e\\u003c/a\\u003eBill Harrops Original Balloon Safaris   \\u003ca href=\\\\\\u0022tel:+27145771733\\\\\\u0022\\u003e014 577 1733\\u003c/a\\u003e / \\u003ca href=\\\\\\u0022tel:+27837520036\\\\\\u0022\\u003e083 752 0036\\u003c/a\\u003e\\u003cbr\\u003ePecanwood Golf Course   \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27122440112\\\\\\u0022\\u003e012 244 0112\\u003cbr\\u003e\\u003c/a\\u003eAir Ventures Hot Air Balloons   \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27117935782\\\\\\u0022\\u003e011 793 5782\\u003cbr\\u003e\\u003c/a\\u003eGliding   \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27835266966\\\\\\u0022\\u003e083 526 6966\\u003cbr\\u003e\\u003c/a\\u003eMagaliesberg Canopy Tours   \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27145350150\\\\\\u0022\\u003e014 535 0150\\u003cbr\\u003e\\u003c/a\\u003eWild Cave Adventures   \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27824862464\\\\\\u0022\\u003e082 486 2464\\u003cbr\\u003e\\u003c/a\\u003eMiracle Waters Dive Gateway   \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27832359840\\\\\\u0022\\u003e083 235 9840\\u003c/a\\u003e\\u0022}},{\\u0022@type\\u0022:\\u0022Question\\u0022,\\u0022name\\u0022:\\u0022\\u003cstrong\\u003eHEALTH SPAS\\u003c/strong\\u003e\\u0022,\\u0022acceptedAnswer\\u0022:{\\u0022@type\\u0022:\\u0022Answer\\u0022,\\u0022text\\u0022:\\u0022Whispering Pines   \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27145771536\\\\\\u0022\\u003e014 577 1536\\u003cbr\\u003e\\u003c/a\\u003eMount Grace Spa   \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27145775600\\\\\\u0022\\u003e014 577 5600\\u003cbr\\u003e\\u003c/a\\u003eValley Lodge Spa   \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27145771301\\\\\\u0022\\u003e014 577 1301\\u003cbr\\u003e\\u003c/a\\u003eRosewell Spa   \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27145771172\\\\\\u0022\\u003e014 577 1172\\u003cbr\\u003e\\u003c/a\\u003eSparkling Waters   \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27145350019\\\\\\u0022\\u003e014 535 0019\\u003c/a\\u003e\\u0022}},{\\u0022@type\\u0022:\\u0022Question\\u0022,\\u0022name\\u0022:\\u0022\\u003cstrong\\u003ePLACES OF INTEREST\\u003c/strong\\u003e\\u0022,\\u0022acceptedAnswer\\u0022:{\\u0022@type\\u0022:\\u0022Answer\\u0022,\\u0022text\\u0022:\\u0022Maropeng Visitors Centre   \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27145779000\\\\\\u0022\\u003e014 577 9000\\u003cbr\\u003e\\u003c/a\\u003eSterkfontein Caves   \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27116683200\\\\\\u0022\\u003e011 668 3200\\u003cbr\\u003e\\u003c/a\\u003eBlaaubank Gold Mine   \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27825673111\\\\\\u0022\\u003e082 567 3111\\u003cbr\\u003e\\u003c/a\\u003eVan Gaalen Cheese Farm   \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27122071289\\\\\\u0022\\u003e012 207 1289\\u003cbr\\u003e\\u003c/a\\u003eHartebeespoort Cableway   \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27722412654\\\\\\u0022\\u003e072 241 2654\\u003cbr\\u003e\\u003c/a\\u003eElephant Sanctuary             \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27122580423\\\\\\u0022\\u003e012 258 0423\\u003cbr\\u003e\\u003c/a\\u003eTeam Gel   \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27114622894\\\\\\u0022\\u003e011 462 2894\\u003c/a\\u003e / \\u003ca href=\\\\\\u0022tel:+27833207623\\\\\\u0022\\u003e083 320 7623\\u003c/a\\u003e\\u003cbr\\u003eMonate Citrus Kelder   \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27122580712\\\\\\u0022\\u003e012 258 0712\\u003cbr\\u003e\\u003c/a\\u003eLiving Jewels   \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27119566444\\\\\\u0022\\u003e011 956 6444\\u003cbr\\u003e\\u003c/a\\u003eBlaaubank Candle Dipping   \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27145774609\\\\\\u0022\\u003e014 577 4609\\u003cbr\\u003e\\u003c/a\\u003eVeggie Picking \\u0026amp; Strawberry Picking \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27122071116\\\\\\u0022\\u003e012 207 1116\\u003c/a\\u003e\\u0022}}]}\",\"questionLeftPaddingDesktop\":15,\"questionBottomPaddingDesktop\":15,\"answerTopPadding\":0,\"answerRightPadding\":15,\"answerBottomPadding\":15,\"answerLeftPadding\":15,\"answerTopPaddingTablet\":10,\"answerRightPaddingTablet\":10,\"answerBottomPaddingTablet\":10,\"answerLeftPaddingTablet\":10,\"answerTopPaddingMobile\":10,\"answerRightPaddingMobile\":10,\"answerBottomPaddingMobile\":10,\"answerLeftPaddingMobile\":10,\"overallBorderTopWidth\":1,\"overallBorderLeftWidth\":1,\"overallBorderRightWidth\":1,\"overallBorderBottomWidth\":1,\"overallBorderTopLeftRadius\":2,\"overallBorderTopRightRadius\":2,\"overallBorderBottomLeftRadius\":2,\"overallBorderBottomRightRadius\":2,\"overallBorderStyle\":\"none\",\"overallBorderColor\":\"#D2D2D2\"} -->\n<div class=\"wp-block-uagb-faq uagb-faq__outer-wrap uagb-block-51fbcda3 uagb-faq-icon-row-reverse uagb-faq-layout-accordion uagb-faq-expand-first-false uagb-faq-inactive-other-true uagb-faq__wrap uagb-buttons-layout-wrap uagb-faq-equal-height\" data-faqtoggle=\"true\" role=\"tablist\"><!-- wp:uagb/faq-child {\"block_id\":\"9fa9c1a0\",\"question\":\"\\u003cstrong\\u003ePUBS / MICRO BREWERIES\\u003c/strong\\u003e\",\"answer\":\"Black Horse   \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27825613246\\u0022\\u003e082 561 3246\\u003cbr\\u003e\\u003c/a\\u003eBrauhaus am Dam   \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27878025519\\u0022\\u003e087 802 5519\\u003c/a\\u003e / \\u003ca href=\\u0022tel:+27729201742\\u0022\\u003e072 920 1742\\u003c/a\\u003e\\u003cbr\\u003eHartleys Elephant Bar   \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27145772301\\u0022\\u003e014 577 2301\\u003cbr\\u003e\\u003c/a\\u003eThatchwood Pub   \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27837091672\\u0022\\u003e083 709 1672\\u003cbr\\u003e\\u003c/a\\u003eMonate Citrus Kelder   \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27122580712\\u0022\\u003e012 258 0712\\u003c/a\\u003e\"} -->\n<div class=\"wp-block-uagb-faq-child uagb-faq-child__outer-wrap uagb-faq-item uagb-block-9fa9c1a0\" role=\"tab\" tabindex=\"0\"><div class=\"uagb-faq-questions-button uagb-faq-questions\"><span class=\"uagb-icon uagb-faq-icon-wrap\"><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 448 512\"><path d=\"M432 256c0 17.69-14.33 32.01-32 32.01H256v144c0 17.69-14.33 31.99-32 31.99s-32-14.3-32-31.99v-144H48c-17.67 0-32-14.32-32-32.01s14.33-31.99 32-31.99H192v-144c0-17.69 14.33-32.01 32-32.01s32 14.32 32 32.01v144h144C417.7 224 432 238.3 432 256z\"></path></svg></span><span class=\"uagb-icon-active uagb-faq-icon-wrap\"><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 448 512\"><path d=\"M400 288h-352c-17.69 0-32-14.32-32-32.01s14.31-31.99 32-31.99h352c17.69 0 32 14.3 32 31.99S417.7 288 400 288z\"></path></svg></span><span class=\"uagb-question\"><strong>PUBS / MICRO BREWERIES</strong></span></div><p class=\"uagb-faq-content\">Black Horse   <br><a href=\"tel:+27825613246\">082 561 3246<br></a>Brauhaus am Dam   <br><a href=\"tel:+27878025519\">087 802 5519</a> / <a href=\"tel:+27729201742\">072 920 1742</a><br>Hartleys Elephant Bar   <br><a href=\"tel:+27145772301\">014 577 2301<br></a>Thatchwood Pub   <br><a href=\"tel:+27837091672\">083 709 1672<br></a>Monate Citrus Kelder   <br><a href=\"tel:+27122580712\">012 258 0712</a></p></div>\n<!-- /wp:uagb/faq-child -->\n\n<!-- wp:uagb/faq-child {\"block_id\":\"e57f4b9a\",\"question\":\"\\u003cstrong\\u003eTEA GARDENS / RESTAURANTS   \\u003c/strong\\u003e\",\"answer\":\"Black Horse   \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27825613246\\u0022\\u003e082 561 3246\\u003cbr\\u003e\\u003c/a\\u003eBrauhaus am Dam   \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27878025519\\u0022\\u003e087 802 5519\\u003c/a\\u003e / \\u003ca href=\\u0022tel:+27729201742\\u0022\\u003e072 920 1742\\u003c/a\\u003e\\u003cbr\\u003eMelon Rouge   \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27796806050\\u0022\\u003e079 680 6050\\u003cbr\\u003e\\u003c/a\\u003eMount Grace Hotel   \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27145775600\\u0022\\u003e014 577 5600\\u003cbr\\u003e\\u003c/a\\u003eValley Lodge Hotel   \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27145771301\\u0022\\u003e014 577 1301\\u003cbr\\u003e\\u003c/a\\u003eLa Classique Ristorante   \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27145774006\\u0022\\u003e014 577 4006\\u003c/a\\u003e\"} -->\n<div class=\"wp-block-uagb-faq-child uagb-faq-child__outer-wrap uagb-faq-item uagb-block-e57f4b9a\" role=\"tab\" tabindex=\"0\"><div class=\"uagb-faq-questions-button uagb-faq-questions\"><span class=\"uagb-icon uagb-faq-icon-wrap\"><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 448 512\"><path d=\"M432 256c0 17.69-14.33 32.01-32 32.01H256v144c0 17.69-14.33 31.99-32 31.99s-32-14.3-32-31.99v-144H48c-17.67 0-32-14.32-32-32.01s14.33-31.99 32-31.99H192v-144c0-17.69 14.33-32.01 32-32.01s32 14.32 32 32.01v144h144C417.7 224 432 238.3 432 256z\"></path></svg></span><span class=\"uagb-icon-active uagb-faq-icon-wrap\"><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 448 512\"><path d=\"M400 288h-352c-17.69 0-32-14.32-32-32.01s14.31-31.99 32-31.99h352c17.69 0 32 14.3 32 31.99S417.7 288 400 288z\"></path></svg></span><span class=\"uagb-question\"><strong>TEA GARDENS / RESTAURANTS   </strong></span></div><p class=\"uagb-faq-content\">Black Horse   <br><a href=\"tel:+27825613246\">082 561 3246<br></a>Brauhaus am Dam   <br><a href=\"tel:+27878025519\">087 802 5519</a> / <a href=\"tel:+27729201742\">072 920 1742</a><br>Melon Rouge   <br><a href=\"tel:+27796806050\">079 680 6050<br></a>Mount Grace Hotel   <br><a href=\"tel:+27145775600\">014 577 5600<br></a>Valley Lodge Hotel   <br><a href=\"tel:+27145771301\">014 577 1301<br></a>La Classique Ristorante   <br><a href=\"tel:+27145774006\">014 577 4006</a></p></div>\n<!-- /wp:uagb/faq-child -->\n\n<!-- wp:uagb/faq-child {\"block_id\":\"d6090cbf\",\"question\":\"\\u003cstrong\\u003eSHOPPING\\u003c/strong\\u003e  \",\"answer\":\"If Only Antiques    \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27827878825\\u0022\\u003e082 787 8825\\u003cbr\\u003e\\u003c/a\\u003ePuss in Boots   \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27145773562\\u0022\\u003e014 577 3562\\u003c/a\\u003e\"} -->\n<div class=\"wp-block-uagb-faq-child uagb-faq-child__outer-wrap uagb-faq-item uagb-block-d6090cbf\" role=\"tab\" tabindex=\"0\"><div class=\"uagb-faq-questions-button uagb-faq-questions\"><span class=\"uagb-icon uagb-faq-icon-wrap\"><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 448 512\"><path d=\"M432 256c0 17.69-14.33 32.01-32 32.01H256v144c0 17.69-14.33 31.99-32 31.99s-32-14.3-32-31.99v-144H48c-17.67 0-32-14.32-32-32.01s14.33-31.99 32-31.99H192v-144c0-17.69 14.33-32.01 32-32.01s32 14.32 32 32.01v144h144C417.7 224 432 238.3 432 256z\"></path></svg></span><span class=\"uagb-icon-active uagb-faq-icon-wrap\"><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 448 512\"><path d=\"M400 288h-352c-17.69 0-32-14.32-32-32.01s14.31-31.99 32-31.99h352c17.69 0 32 14.3 32 31.99S417.7 288 400 288z\"></path></svg></span><span class=\"uagb-question\"><strong>SHOPPING</strong>  </span></div><p class=\"uagb-faq-content\">If Only Antiques    <br><a href=\"tel:+27827878825\">082 787 8825<br></a>Puss in Boots   <br><a href=\"tel:+27145773562\">014 577 3562</a></p></div>\n<!-- /wp:uagb/faq-child -->\n\n<!-- wp:uagb/faq-child {\"block_id\":\"513121ae\",\"question\":\"\\u003cstrong\\u003eSPORTS \\u0026amp; ADVENTURE\\u003c/strong\\u003e\",\"answer\":\"Tandem Paragliding flips  \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27823221824\\u0022\\u003e0823221824\\u003c/a\\u003e\\u003cbr\\u003eMountain Sanctuary Park   \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27145340114\\u0022\\u003e014 534 0114\\u003cbr\\u003e\\u003c/a\\u003eBill Harrops Original Balloon Safaris   \\u003ca href=\\u0022tel:+27145771733\\u0022\\u003e014 577 1733\\u003c/a\\u003e / \\u003ca href=\\u0022tel:+27837520036\\u0022\\u003e083 752 0036\\u003c/a\\u003e\\u003cbr\\u003ePecanwood Golf Course   \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27122440112\\u0022\\u003e012 244 0112\\u003cbr\\u003e\\u003c/a\\u003eAir Ventures Hot Air Balloons   \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27117935782\\u0022\\u003e011 793 5782\\u003cbr\\u003e\\u003c/a\\u003eGliding   \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27835266966\\u0022\\u003e083 526 6966\\u003cbr\\u003e\\u003c/a\\u003eMagaliesberg Canopy Tours   \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27145350150\\u0022\\u003e014 535 0150\\u003cbr\\u003e\\u003c/a\\u003eWild Cave Adventures   \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27824862464\\u0022\\u003e082 486 2464\\u003cbr\\u003e\\u003c/a\\u003eMiracle Waters Dive Gateway   \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27832359840\\u0022\\u003e083 235 9840\\u003c/a\\u003e\"} -->\n<div class=\"wp-block-uagb-faq-child uagb-faq-child__outer-wrap uagb-faq-item uagb-block-513121ae\" role=\"tab\" tabindex=\"0\"><div class=\"uagb-faq-questions-button uagb-faq-questions\"><span class=\"uagb-icon uagb-faq-icon-wrap\"><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 448 512\"><path d=\"M432 256c0 17.69-14.33 32.01-32 32.01H256v144c0 17.69-14.33 31.99-32 31.99s-32-14.3-32-31.99v-144H48c-17.67 0-32-14.32-32-32.01s14.33-31.99 32-31.99H192v-144c0-17.69 14.33-32.01 32-32.01s32 14.32 32 32.01v144h144C417.7 224 432 238.3 432 256z\"></path></svg></span><span class=\"uagb-icon-active uagb-faq-icon-wrap\"><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 448 512\"><path d=\"M400 288h-352c-17.69 0-32-14.32-32-32.01s14.31-31.99 32-31.99h352c17.69 0 32 14.3 32 31.99S417.7 288 400 288z\"></path></svg></span><span class=\"uagb-question\"><strong>SPORTS &amp; ADVENTURE</strong></span></div><p class=\"uagb-faq-content\">Tandem Paragliding flips  <br><a href=\"tel:+27823221824\">0823221824</a><br>Mountain Sanctuary Park   <br><a href=\"tel:+27145340114\">014 534 0114<br></a>Bill Harrops Original Balloon Safaris   <a href=\"tel:+27145771733\">014 577 1733</a> / <a href=\"tel:+27837520036\">083 752 0036</a><br>Pecanwood Golf Course   <br><a href=\"tel:+27122440112\">012 244 0112<br></a>Air Ventures Hot Air Balloons   <br><a href=\"tel:+27117935782\">011 793 5782<br></a>Gliding   <br><a href=\"tel:+27835266966\">083 526 6966<br></a>Magaliesberg Canopy Tours   <br><a href=\"tel:+27145350150\">014 535 0150<br></a>Wild Cave Adventures   <br><a href=\"tel:+27824862464\">082 486 2464<br></a>Miracle Waters Dive Gateway   <br><a href=\"tel:+27832359840\">083 235 9840</a></p></div>\n<!-- /wp:uagb/faq-child -->\n\n<!-- wp:uagb/faq-child {\"block_id\":\"18891f52\",\"question\":\"\\u003cstrong\\u003eHEALTH SPAS\\u003c/strong\\u003e\",\"answer\":\"Whispering Pines   \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27145771536\\u0022\\u003e014 577 1536\\u003cbr\\u003e\\u003c/a\\u003eMount Grace Spa   \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27145775600\\u0022\\u003e014 577 5600\\u003cbr\\u003e\\u003c/a\\u003eValley Lodge Spa   \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27145771301\\u0022\\u003e014 577 1301\\u003cbr\\u003e\\u003c/a\\u003eRosewell Spa   \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27145771172\\u0022\\u003e014 577 1172\\u003cbr\\u003e\\u003c/a\\u003eSparkling Waters   \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27145350019\\u0022\\u003e014 535 0019\\u003c/a\\u003e\"} -->\n<div class=\"wp-block-uagb-faq-child uagb-faq-child__outer-wrap uagb-faq-item uagb-block-18891f52\" role=\"tab\" tabindex=\"0\"><div class=\"uagb-faq-questions-button uagb-faq-questions\"><span class=\"uagb-icon uagb-faq-icon-wrap\"><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 448 512\"><path d=\"M432 256c0 17.69-14.33 32.01-32 32.01H256v144c0 17.69-14.33 31.99-32 31.99s-32-14.3-32-31.99v-144H48c-17.67 0-32-14.32-32-32.01s14.33-31.99 32-31.99H192v-144c0-17.69 14.33-32.01 32-32.01s32 14.32 32 32.01v144h144C417.7 224 432 238.3 432 256z\"></path></svg></span><span class=\"uagb-icon-active uagb-faq-icon-wrap\"><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 448 512\"><path d=\"M400 288h-352c-17.69 0-32-14.32-32-32.01s14.31-31.99 32-31.99h352c17.69 0 32 14.3 32 31.99S417.7 288 400 288z\"></path></svg></span><span class=\"uagb-question\"><strong>HEALTH SPAS</strong></span></div><p class=\"uagb-faq-content\">Whispering Pines   <br><a href=\"tel:+27145771536\">014 577 1536<br></a>Mount Grace Spa   <br><a href=\"tel:+27145775600\">014 577 5600<br></a>Valley Lodge Spa   <br><a href=\"tel:+27145771301\">014 577 1301<br></a>Rosewell Spa   <br><a href=\"tel:+27145771172\">014 577 1172<br></a>Sparkling Waters   <br><a href=\"tel:+27145350019\">014 535 0019</a></p></div>\n<!-- /wp:uagb/faq-child -->\n\n<!-- wp:uagb/faq-child {\"block_id\":\"f77e213d\",\"question\":\"\\u003cstrong\\u003ePLACES OF INTEREST\\u003c/strong\\u003e\",\"answer\":\"Maropeng Visitors Centre   \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27145779000\\u0022\\u003e014 577 9000\\u003cbr\\u003e\\u003c/a\\u003eSterkfontein Caves   \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27116683200\\u0022\\u003e011 668 3200\\u003cbr\\u003e\\u003c/a\\u003eBlaaubank Gold Mine   \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27825673111\\u0022\\u003e082 567 3111\\u003cbr\\u003e\\u003c/a\\u003eVan Gaalen Cheese Farm   \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27122071289\\u0022\\u003e012 207 1289\\u003cbr\\u003e\\u003c/a\\u003eHartebeespoort Cableway   \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27722412654\\u0022\\u003e072 241 2654\\u003cbr\\u003e\\u003c/a\\u003eElephant Sanctuary             \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27122580423\\u0022\\u003e012 258 0423\\u003cbr\\u003e\\u003c/a\\u003eTeam Gel   \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27114622894\\u0022\\u003e011 462 2894\\u003c/a\\u003e / \\u003ca href=\\u0022tel:+27833207623\\u0022\\u003e083 320 7623\\u003c/a\\u003e\\u003cbr\\u003eMonate Citrus Kelder   \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27122580712\\u0022\\u003e012 258 0712\\u003cbr\\u003e\\u003c/a\\u003eLiving Jewels   \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27119566444\\u0022\\u003e011 956 6444\\u003cbr\\u003e\\u003c/a\\u003eBlaaubank Candle Dipping   \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27145774609\\u0022\\u003e014 577 4609\\u003cbr\\u003e\\u003c/a\\u003eVeggie Picking \\u0026amp; Strawberry Picking \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27122071116\\u0022\\u003e012 207 1116\\u003c/a\\u003e\"} -->\n<div class=\"wp-block-uagb-faq-child uagb-faq-child__outer-wrap uagb-faq-item uagb-block-f77e213d\" role=\"tab\" tabindex=\"0\"><div class=\"uagb-faq-questions-button uagb-faq-questions\"><span class=\"uagb-icon uagb-faq-icon-wrap\"><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 448 512\"><path d=\"M432 256c0 17.69-14.33 32.01-32 32.01H256v144c0 17.69-14.33 31.99-32 31.99s-32-14.3-32-31.99v-144H48c-17.67 0-32-14.32-32-32.01s14.33-31.99 32-31.99H192v-144c0-17.69 14.33-32.01 32-32.01s32 14.32 32 32.01v144h144C417.7 224 432 238.3 432 256z\"></path></svg></span><span class=\"uagb-icon-active uagb-faq-icon-wrap\"><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 448 512\"><path d=\"M400 288h-352c-17.69 0-32-14.32-32-32.01s14.31-31.99 32-31.99h352c17.69 0 32 14.3 32 31.99S417.7 288 400 288z\"></path></svg></span><span class=\"uagb-question\"><strong>PLACES OF INTEREST</strong></span></div><p class=\"uagb-faq-content\">Maropeng Visitors Centre   <br><a href=\"tel:+27145779000\">014 577 9000<br></a>Sterkfontein Caves   <br><a href=\"tel:+27116683200\">011 668 3200<br></a>Blaaubank Gold Mine   <br><a href=\"tel:+27825673111\">082 567 3111<br></a>Van Gaalen Cheese Farm   <br><a href=\"tel:+27122071289\">012 207 1289<br></a>Hartebeespoort Cableway   <br><a href=\"tel:+27722412654\">072 241 2654<br></a>Elephant Sanctuary             <br><a href=\"tel:+27122580423\">012 258 0423<br></a>Team Gel   <br><a href=\"tel:+27114622894\">011 462 2894</a> / <a href=\"tel:+27833207623\">083 320 7623</a><br>Monate Citrus Kelder   <br><a href=\"tel:+27122580712\">012 258 0712<br></a>Living Jewels   <br><a href=\"tel:+27119566444\">011 956 6444<br></a>Blaaubank Candle Dipping   <br><a href=\"tel:+27145774609\">014 577 4609<br></a>Veggie Picking &amp; Strawberry Picking <br><a href=\"tel:+27122071116\">012 207 1116</a></p></div>\n<!-- /wp:uagb/faq-child --></div>\n<!-- /wp:uagb/faq --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"cea61d08\",\"innerContentCustomWidthDesktop\":781,\"innerContentCustomWidthTablet\":781,\"backgroundType\":\"image\",\"backgroundImageDesktop\":{\"id\":907,\"title\":\"241565_xl\",\"filename\":\"241565_xl.jpg\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/241565_xl.jpg\",\"link\":\"https://blueroan.netgen.cloud/home/241565_xl/\",\"alt\":\"\",\"author\":\"2\",\"description\":\"\",\"caption\":\"\",\"name\":\"241565_xl\",\"status\":\"inherit\",\"uploadedTo\":760,\"date\":\"2022-12-13T15:04:35.000Z\",\"modified\":\"2022-12-13T15:04:35.000Z\",\"menuOrder\":0,\"mime\":\"image/jpeg\",\"type\":\"image\",\"subtype\":\"jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-includes/images/media/default.png\",\"dateFormatted\":\"December 13, 2022\",\"nonces\":{\"update\":\"8ba15922a4\",\"delete\":\"e660ddd200\",\"edit\":\"57c3a4b066\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=907\\u0026action=edit\",\"meta\":false,\"authorName\":\"Netgen Support\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/profile.php\",\"uploadedToTitle\":\"Home\",\"uploadedToLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=760\\u0026action=edit\",\"filesizeInBytes\":90717,\"filesizeHumanReadable\":\"89 KB\",\"context\":\"\",\"height\":534,\"width\":800,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/241565_xl-150x150.jpg\",\"orientation\":\"landscape\"},\"medium\":{\"height\":200,\"width\":300,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/241565_xl-300x200.jpg\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/241565_xl.jpg\",\"height\":534,\"width\":800,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"backgroundImageColor\":\"rgba(42,42,42,0.65)\",\"topPaddingDesktop\":144,\"bottomPaddingDesktop\":144,\"leftPaddingDesktop\":40,\"rightPaddingDesktop\":40,\"topPaddingTablet\":80,\"bottomPaddingTablet\":80,\"leftPaddingTablet\":40,\"rightPaddingTablet\":40,\"topPaddingMobile\":64,\"bottomPaddingMobile\":64,\"leftPaddingMobile\":24,\"rightPaddingMobile\":24,\"paddingLink\":false,\"variationSelected\":true,\"isBlockRootParent\":true,\"overlayType\":\"color\"} -->\n<div class=\"wp-block-uagb-container uagb-block-cea61d08 alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/advanced-heading {\"block_id\":\"351b8fe4\",\"classMigrate\":true,\"headingDescToggle\":true,\"headingAlign\":\"center\",\"headingColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"subHeadingColor\":\"var(\\u002d\\u002dast-global-color-4)\",\"headSpace\":20} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-351b8fe4\"><h2 class=\"uagb-heading-text\">Create Memorable Moments at Blue Roan!</h2><p class=\"uagb-desc-text\">Blue Roan is a 4-star graded pet-friendly venue</p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/advanced-heading {\"block_id\":\"4090226a\",\"classMigrate\":true,\"headingTitleToggle\":false,\"headingDescToggle\":true,\"headingAlign\":\"center\",\"subHeadingColor\":\"var(\\u002d\\u002dast-global-color-4)\",\"subHeadTransform\":\"uppercase\",\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"subHeadLetterSpacing\":2,\"blockTopPadding\":60,\"blockRightPadding\":0,\"blockLeftPadding\":0,\"blockBottomPadding\":0,\"blockTopPaddingMobile\":30,\"blockRightPaddingMobile\":0,\"blockLeftPaddingMobile\":0,\"blockBottomPaddingMobile\":0,\"linkColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"linkHColor\":\"var(\\u002d\\u002dast-global-color-0)\"} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-4090226a\"><p class=\"uagb-desc-text\"><a href=\"https://book.nightsbridge.com/11065\" target=\"_blank\" rel=\"noreferrer noopener\">BOOK YOUR STAY NOW​</a></p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/icon-list {\"block_id\":\"81ec963e\",\"classMigrate\":true,\"childMigrate\":true,\"align\":\"center\",\"parentIcon\":\"phone\",\"size\":40,\"sizeMobile\":24,\"sizeTablet\":32,\"fontSize\":48,\"fontSizeMobile\":28,\"fontSizeTablet\":40,\"fontWeight\":\"600\",\"iconColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"labelColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"blockTopPadding\":0,\"blockRightPadding\":0,\"blockLeftPadding\":0,\"blockBottomPadding\":24,\"blockPaddingLink\":false} -->\n<div class=\"wp-block-uagb-icon-list uagb-block-81ec963e\"><div class=\"uagb-icon-list__wrap\"><!-- wp:uagb/icon-list-child {\"block_id\":\"5dee6bc8\",\"label\":\"+ 27 (0) 82 575 5409\",\"label_color\":\"\",\"link\":\"tel:+27825755409\",\"disableLink\":true,\"fromParentIcon\":\"phone\",\"imageSizeChild\":40} -->\n<div class=\"wp-block-uagb-icon-list-child uagb-block-5dee6bc8\"><a target=\"_self\" aria-label=\"+ 27 (0) 82 575 5409\" rel=\"noopener noreferrer\" href=\"tel:+27825755409\"> </a><span class=\"uagb-icon-list__source-wrap\"><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M511.2 387l-23.25 100.8c-3.266 14.25-15.79 24.22-30.46 24.22C205.2 512 0 306.8 0 54.5c0-14.66 9.969-27.2 24.22-30.45l100.8-23.25C139.7-2.602 154.7 5.018 160.8 18.92l46.52 108.5c5.438 12.78 1.77 27.67-8.98 36.45L144.5 207.1c33.98 69.22 90.26 125.5 159.5 159.5l44.08-53.8c8.688-10.78 23.69-14.51 36.47-8.975l108.5 46.51C506.1 357.2 514.6 372.4 511.2 387z\"></path></svg></span><span class=\"uagb-icon-list__label\">+ 27 (0) 82 575 5409</span></div>\n<!-- /wp:uagb/icon-list-child -->\n\n<!-- wp:uagb/icon-list-child {\"block_id\":\"56345d5d\",\"label\":\" blueroan@ugo.co.za\",\"icon\":\"envelope\",\"label_color\":\"\",\"link\":\"mailto: blueroan@ugo.co.za\",\"disableLink\":true} -->\n<div class=\"wp-block-uagb-icon-list-child uagb-block-56345d5d\"><a target=\"_self\" aria-label=\" blueroan@ugo.co.za\" rel=\"noopener noreferrer\" href=\"mailto:blueroan@ugo.co.za\"> </a><span class=\"uagb-icon-list__source-wrap\"><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M464 64C490.5 64 512 85.49 512 112C512 127.1 504.9 141.3 492.8 150.4L275.2 313.6C263.8 322.1 248.2 322.1 236.8 313.6L19.2 150.4C7.113 141.3 0 127.1 0 112C0 85.49 21.49 64 48 64H464zM217.6 339.2C240.4 356.3 271.6 356.3 294.4 339.2L512 176V384C512 419.3 483.3 448 448 448H64C28.65 448 0 419.3 0 384V176L217.6 339.2z\"></path></svg></span><span class=\"uagb-icon-list__label\"> blueroan@ugo.co.za</span></div>\n<!-- /wp:uagb/icon-list-child --></div></div>\n<!-- /wp:uagb/icon-list --></div></div>\n<!-- /wp:uagb/container -->',	'Amenities',	'',	'inherit',	'closed',	'closed',	'',	'762-revision-v1',	'',	'',	'2022-12-15 13:29:39',	'2022-12-15 13:29:39',	'',	762,	'https://blueroan.netgen.cloud/?p=1276',	0,	'revision',	'',	0),
(1277,	2,	'2022-12-15 13:37:19',	'2022-12-15 13:37:19',	' ',	'',	'',	'publish',	'closed',	'closed',	'',	'1277',	'',	'',	'2022-12-15 13:37:19',	'2022-12-15 13:37:19',	'',	0,	'https://blueroan.netgen.cloud/?p=1277',	1,	'nav_menu_item',	'',	0),
(1278,	2,	'2022-12-15 13:37:19',	'2022-12-15 13:37:19',	' ',	'',	'',	'publish',	'closed',	'closed',	'',	'1278',	'',	'',	'2022-12-15 13:37:19',	'2022-12-15 13:37:19',	'',	0,	'https://blueroan.netgen.cloud/?p=1278',	2,	'nav_menu_item',	'',	0),
(1279,	2,	'2022-12-15 13:37:19',	'2022-12-15 13:37:19',	' ',	'',	'',	'publish',	'closed',	'closed',	'',	'1279',	'',	'',	'2022-12-15 13:37:19',	'2022-12-15 13:37:19',	'',	0,	'https://blueroan.netgen.cloud/?p=1279',	10,	'nav_menu_item',	'',	0),
(1280,	2,	'2022-12-15 13:37:19',	'2022-12-15 13:37:19',	' ',	'',	'',	'publish',	'closed',	'closed',	'',	'1280',	'',	'',	'2022-12-15 13:37:19',	'2022-12-15 13:37:19',	'',	0,	'https://blueroan.netgen.cloud/?p=1280',	12,	'nav_menu_item',	'',	0),
(1281,	2,	'2022-12-15 13:37:19',	'2022-12-15 13:37:19',	' ',	'',	'',	'publish',	'closed',	'closed',	'',	'1281',	'',	'',	'2022-12-15 13:37:19',	'2022-12-15 13:37:19',	'',	0,	'https://blueroan.netgen.cloud/?p=1281',	3,	'nav_menu_item',	'',	0),
(1282,	2,	'2022-12-15 13:37:19',	'2022-12-15 13:37:19',	' ',	'',	'',	'publish',	'closed',	'closed',	'',	'1282',	'',	'',	'2022-12-15 13:37:19',	'2022-12-15 13:37:19',	'',	0,	'https://blueroan.netgen.cloud/?p=1282',	4,	'nav_menu_item',	'',	0),
(1283,	2,	'2022-12-15 13:37:19',	'2022-12-15 13:37:19',	' ',	'',	'',	'publish',	'closed',	'closed',	'',	'1283',	'',	'',	'2022-12-15 13:37:19',	'2022-12-15 13:37:19',	'',	0,	'https://blueroan.netgen.cloud/?p=1283',	5,	'nav_menu_item',	'',	0),
(1284,	2,	'2022-12-15 13:37:19',	'2022-12-15 13:37:19',	' ',	'',	'',	'publish',	'closed',	'closed',	'',	'1284',	'',	'',	'2022-12-15 13:37:19',	'2022-12-15 13:37:19',	'',	0,	'https://blueroan.netgen.cloud/?p=1284',	6,	'nav_menu_item',	'',	0),
(1285,	2,	'2022-12-15 13:37:19',	'2022-12-15 13:37:19',	' ',	'',	'',	'publish',	'closed',	'closed',	'',	'1285',	'',	'',	'2022-12-15 13:37:19',	'2022-12-15 13:37:19',	'',	0,	'https://blueroan.netgen.cloud/?p=1285',	7,	'nav_menu_item',	'',	0),
(1286,	2,	'2022-12-15 13:37:19',	'2022-12-15 13:37:19',	' ',	'',	'',	'publish',	'closed',	'closed',	'',	'1286',	'',	'',	'2022-12-15 13:37:19',	'2022-12-15 13:37:19',	'',	0,	'https://blueroan.netgen.cloud/?p=1286',	8,	'nav_menu_item',	'',	0),
(1287,	2,	'2022-12-15 13:37:19',	'2022-12-15 13:37:19',	' ',	'',	'',	'publish',	'closed',	'closed',	'',	'1287',	'',	'',	'2022-12-15 13:37:19',	'2022-12-15 13:37:19',	'',	0,	'https://blueroan.netgen.cloud/?p=1287',	9,	'nav_menu_item',	'',	0),
(1288,	2,	'2022-12-15 13:37:19',	'2022-12-15 13:37:19',	' ',	'',	'',	'publish',	'closed',	'closed',	'',	'1288',	'',	'',	'2022-12-15 13:37:19',	'2022-12-15 13:37:19',	'',	0,	'https://blueroan.netgen.cloud/?p=1288',	11,	'nav_menu_item',	'',	0),
(1289,	2,	'2022-12-15 13:47:33',	'2022-12-15 13:47:33',	'<!-- wp:uagb/container {\"block_id\":\"df46bfa0\",\"backgroundType\":\"image\",\"backgroundImageDesktop\":{\"id\":797,\"title\":\"blue-roan-guest-farm (13)\",\"filename\":\"blue-roan-guest-farm-13.jpg\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-13.jpg\",\"link\":\"https://blueroan.netgen.cloud/home/blue-roan-guest-farm-13/\",\"alt\":\"\",\"author\":\"2\",\"description\":\"\",\"caption\":\"\",\"name\":\"blue-roan-guest-farm-13\",\"status\":\"inherit\",\"uploadedTo\":760,\"date\":\"2022-12-13T09:37:10.000Z\",\"modified\":\"2022-12-13T09:37:10.000Z\",\"menuOrder\":0,\"mime\":\"image/jpeg\",\"type\":\"image\",\"subtype\":\"jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-includes/images/media/default.png\",\"dateFormatted\":\"December 13, 2022\",\"nonces\":{\"update\":\"88c7dafe15\",\"delete\":\"0e63c986af\",\"edit\":\"ba0aad2d7f\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=797\\u0026action=edit\",\"meta\":false,\"authorName\":\"Netgen Support\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/profile.php\",\"uploadedToTitle\":\"Home\",\"uploadedToLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=760\\u0026action=edit\",\"filesizeInBytes\":201183,\"filesizeHumanReadable\":\"196 KB\",\"context\":\"\",\"height\":667,\"width\":1000,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-13-150x150.jpg\",\"orientation\":\"landscape\"},\"medium\":{\"height\":200,\"width\":300,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-13-300x200.jpg\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-13.jpg\",\"height\":667,\"width\":1000,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"backgroundPositionDesktop\":{\"x\":0.62,\"y\":0.78},\"backgroundSizeTablet\":\"cover\",\"backgroundSizeMobile\":\"cover\",\"backgroundColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"backgroundImageColor\":\"rgba(42,42,42,0.5)\",\"topPaddingDesktop\":220,\"bottomPaddingDesktop\":150,\"topPaddingTablet\":170,\"bottomPaddingTablet\":160,\"leftPaddingTablet\":30,\"rightPaddingTablet\":30,\"topPaddingMobile\":180,\"bottomPaddingMobile\":80,\"leftPaddingMobile\":20,\"rightPaddingMobile\":20,\"paddingLink\":false,\"variationSelected\":true,\"isBlockRootParent\":true,\"overlayType\":\"color\"} -->\n<div class=\"wp-block-uagb-container uagb-block-df46bfa0 alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/advanced-heading {\"block_id\":\"34a540b9\",\"classMigrate\":true,\"headingDescToggle\":true,\"headingColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"subHeadingColor\":\"var(\\u002d\\u002dast-global-color-4)\",\"headingTag\":\"h1\",\"headSpace\":20,\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"blockTopPadding\":0,\"blockRightPadding\":50,\"blockLeftPadding\":0,\"blockBottomPadding\":0,\"blockTopPaddingTablet\":0,\"blockRightPaddingTablet\":20,\"blockLeftPaddingTablet\":0,\"blockBottomPaddingTablet\":0,\"blockTopPaddingMobile\":0,\"blockRightPaddingMobile\":0,\"blockLeftPaddingMobile\":0,\"blockBottomPaddingMobile\":0,\"blockPaddingUnit\":\"%\",\"blockPaddingUnitTablet\":\"%\"} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-34a540b9\"><h1 class=\"uagb-heading-text\">Rooms &amp; Accommodation​</h1><p class=\"uagb-desc-text\">If you are looking for a home away from home, even a place your dog can come along then take a closer look into the rooms we offer and pick the one for you.</p></div>\n<!-- /wp:uagb/advanced-heading --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"230eea33\",\"backgroundType\":\"color\",\"backgroundSizeTablet\":\"cover\",\"backgroundSizeMobile\":\"cover\",\"backgroundColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"topPaddingDesktop\":120,\"bottomPaddingDesktop\":120,\"topPaddingTablet\":80,\"bottomPaddingTablet\":80,\"leftPaddingTablet\":30,\"rightPaddingTablet\":30,\"topPaddingMobile\":80,\"bottomPaddingMobile\":80,\"leftPaddingMobile\":20,\"rightPaddingMobile\":20,\"paddingLink\":false,\"variationSelected\":true,\"rowGapDesktop\":0,\"isBlockRootParent\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-230eea33 alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/container {\"block_id\":\"7876ace9\",\"directionDesktop\":\"row\",\"alignItemsDesktop\":\"flex-end\",\"alignItemsTablet\":\"flex-end\",\"justifyContentDesktop\":\"flex-end\",\"justifyContentTablet\":\"space-between\",\"variationSelected\":true,\"rowGapMobile\":20,\"columnGapDesktop\":0} -->\n<div class=\"wp-block-uagb-container uagb-block-7876ace9\"><!-- wp:uagb/advanced-heading {\"block_id\":\"3fd12141\",\"classMigrate\":true,\"headingDescToggle\":true,\"subHeadingColor\":\"\",\"headSpace\":20,\"subHeadFontSize\":16} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-3fd12141\"><h2 class=\"uagb-heading-text\">Come &amp; Stay With Us​</h2><p class=\"uagb-desc-text\">There are 7 excellent brick self-catering units available, each private and with a distinctive personality and theme. They are particularly made for pet-free or pet-owning couples looking for a romantic and serene setting to reconnect, celebrate special occasions, or simply unwind on a holiday.<br><br>We are pet-friendly by arrangement as each unit is separately fenced with its own grassy garden with a garden gate leading to the generous park area where pets can socialize. &nbsp;We also have lovely safe off-leash walking trails on our property and beyond. &nbsp;Our units are very luxurious with everything you would need and very homely and charming. Regrettably no children or group bookings.  </p></div>\n<!-- /wp:uagb/advanced-heading --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"f0ec7bc1\",\"directionDesktop\":\"row\",\"alignItemsTablet\":\"flex-start\",\"justifyContentDesktop\":\"flex-start\",\"topMarginDesktop\":54,\"bottomMarginDesktop\":0,\"leftMarginDesktop\":0,\"rightMarginDesktop\":0,\"marginLink\":false,\"variationSelected\":true,\"rowGapMobile\":0,\"columnGapDesktop\":0} -->\n<div class=\"wp-block-uagb-container uagb-block-f0ec7bc1\"><!-- wp:uagb/container {\"block_id\":\"fe40b5c2\",\"widthDesktop\":50,\"bottomPaddingDesktop\":20,\"rightPaddingDesktop\":32,\"bottomPaddingTablet\":35,\"rightPaddingTablet\":15,\"bottomPaddingMobile\":65,\"paddingLink\":false,\"topMarginDesktop\":0,\"bottomMarginDesktop\":0,\"leftMarginDesktop\":5,\"rightMarginDesktop\":5,\"topMarginMobile\":0,\"bottomMarginMobile\":0,\"leftMarginMobile\":0,\"rightMarginMobile\":0,\"marginLink\":false,\"variationSelected\":true,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-fe40b5c2\"><!-- wp:uagb/info-box {\"classMigrate\":true,\"headingAlign\":\"left\",\"headingColor\":\"\",\"subHeadingColor\":\"\",\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"source_type\":\"image\",\"block_id\":\"85ce1002\",\"ctaIcon\":\"\",\"ctaType\":\"text\",\"ctaText\":\"\\u003ca href=\\u0022/the-barn/\\u0022 data-type=\\u0022URL\\u0022 data-id=\\u0022/the-barn/\\u0022\\u003eREAD MORE\\u003c/a\\u003e\",\"ctaLink\":\"/the-barn/\",\"ctaLinkColor\":\"var(\\u002d\\u002dast-global-color-0)\",\"ctaDecoration\":\"underline\",\"ctaFontSize\":12,\"ctaFontWeight\":\"600\",\"ctaLetterSpacing\":2,\"ctaBorderColor\":\"\",\"ctaBorderStyle\":\"\",\"ctaBorderWidth\":\"\",\"ctaBorderRadius\":\"\",\"iconBottomMargin\":30,\"iconImage\":{\"uploading\":false,\"date\":1670936674000,\"filename\":\"blue-roan-guest-farm-10.jpg\",\"menuOrder\":0,\"uploadedTo\":761,\"type\":\"image\",\"subtype\":\"jpeg\",\"id\":863,\"title\":\"blue-roan-guest-farm (10)\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-10.jpg\",\"link\":\"https://blueroan.netgen.cloud/accommodation/blue-roan-guest-farm-10/\",\"alt\":\"\",\"author\":\"2\",\"description\":\"\",\"caption\":\"\",\"name\":\"blue-roan-guest-farm-10\",\"status\":\"inherit\",\"modified\":1670936674000,\"mime\":\"image/jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-includes/images/media/default.png\",\"dateFormatted\":\"December 13, 2022\",\"nonces\":{\"update\":\"1a7491aa65\",\"delete\":\"dc6afaa89c\",\"edit\":\"7635ee35fb\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=863\\u0026action=edit\",\"meta\":false,\"authorName\":\"Netgen Support\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/profile.php\",\"uploadedToTitle\":\"Accommodation\",\"uploadedToLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=761\\u0026action=edit\",\"filesizeInBytes\":149768,\"filesizeHumanReadable\":\"146 KB\",\"context\":\"\",\"height\":667,\"width\":1000,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-10-150x150.jpg\",\"orientation\":\"landscape\"},\"medium\":{\"height\":200,\"width\":300,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-10-300x200.jpg\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-10.jpg\",\"height\":667,\"width\":1000,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"imageSize\":\"full\",\"imageWidth\":100,\"imageWidthMobile\":100,\"imageWidthTablet\":100,\"paddingBtnTop\":10,\"paddingBtnBottom\":10,\"paddingBtnLeft\":14,\"paddingBtnRight\":14,\"imageWidthUnit\":\"%\",\"imageWidthUnitTablet\":\"%\",\"imageWidthUnitMobile\":\"%\",\"subHeadTopMargin\":0,\"subHeadRightMargin\":40,\"subHeadLeftMargin\":0,\"subHeadMarginTopTablet\":0,\"subHeadMarginRightTablet\":0,\"subHeadTabletSpace\":20,\"subHeadMarginLeftTablet\":0,\"imgTagHeight\":66,\"imgTagWidth\":1000,\"btnBorderTopWidth\":1,\"btnBorderLeftWidth\":1,\"btnBorderRightWidth\":1,\"btnBorderBottomWidth\":1,\"btnBorderTopLeftRadius\":0,\"btnBorderTopRightRadius\":0,\"btnBorderBottomLeftRadius\":0,\"btnBorderBottomRightRadius\":0,\"btnBorderStyle\":\"solid\",\"btnBorderColor\":\"#333\"} -->\n<div class=\"wp-block-uagb-info-box uagb-block-85ce1002 uagb-infobox__content-wrap  uagb-infobox-icon-above-title uagb-infobox-image-valign-top\"><div class=\"uagb-ifb-content\"><div class=\"uagb-ifb-image-content\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-10.jpg\" alt=\"\" width=\"100\" height=\"66\" loading=\"lazy\"/></div><div class=\"uagb-ifb-title-wrap\"><h3 class=\"uagb-ifb-title\">The Barn </h3></div><p class=\"uagb-ifb-desc\">Rustic beams and exposed wood are all hallmarks of our barn-style suite. This is an open-plan unit with lots of windows with a raised king bed on a platform that faces the TV and the mountains.</p><div class=\"uagb-ifb-button-wrapper wp-block-button\"><a href=\"/the-barn/\" target=\"_self\" class=\"uagb-infobox-cta-link\" rel=\"noopener noreferrer\" alt=\"\"><span class=\"uagb-inline-editing\">READ MORE</span></a></div></div></div>\n<!-- /wp:uagb/info-box --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"d15f12b4\",\"widthDesktop\":50,\"bottomPaddingDesktop\":20,\"rightPaddingDesktop\":32,\"bottomPaddingTablet\":35,\"rightPaddingTablet\":15,\"bottomPaddingMobile\":65,\"paddingLink\":false,\"topMarginDesktop\":0,\"bottomMarginDesktop\":0,\"leftMarginDesktop\":5,\"rightMarginDesktop\":5,\"topMarginMobile\":0,\"bottomMarginMobile\":0,\"leftMarginMobile\":0,\"rightMarginMobile\":0,\"marginLink\":false,\"variationSelected\":true,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-d15f12b4\"><!-- wp:uagb/info-box {\"classMigrate\":true,\"headingAlign\":\"left\",\"headingColor\":\"\",\"subHeadingColor\":\"\",\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"source_type\":\"image\",\"block_id\":\"c00c53f4\",\"ctaIcon\":\"\",\"ctaType\":\"text\",\"ctaText\":\"READ MORE\",\"ctaLink\":\"/the-tuscan-suite/\",\"ctaLinkColor\":\"var(\\u002d\\u002dast-global-color-0)\",\"ctaDecoration\":\"underline\",\"ctaFontSize\":12,\"ctaFontWeight\":\"600\",\"ctaLetterSpacing\":2,\"ctaBorderColor\":\"\",\"ctaBorderStyle\":\"\",\"ctaBorderWidth\":\"\",\"ctaBorderRadius\":\"\",\"iconBottomMargin\":30,\"iconImage\":{\"uploading\":false,\"date\":1670936842000,\"filename\":\"tuscan-suite-raised-bed-and-settee.jpg\",\"menuOrder\":0,\"uploadedTo\":761,\"type\":\"image\",\"subtype\":\"jpeg\",\"id\":864,\"title\":\"tuscan-suite-raised-bed-and-settee\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/tuscan-suite-raised-bed-and-settee.jpg\",\"link\":\"https://blueroan.netgen.cloud/accommodation/tuscan-suite-raised-bed-and-settee/\",\"alt\":\"\",\"author\":\"2\",\"description\":\"\",\"caption\":\"\",\"name\":\"tuscan-suite-raised-bed-and-settee\",\"status\":\"inherit\",\"modified\":1670936842000,\"mime\":\"image/jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-includes/images/media/default.png\",\"dateFormatted\":\"December 13, 2022\",\"nonces\":{\"update\":\"0624a4a01a\",\"delete\":\"9e8f0f7a5a\",\"edit\":\"087f94f2e5\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=864\\u0026action=edit\",\"meta\":false,\"authorName\":\"Netgen Support\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/profile.php\",\"uploadedToTitle\":\"Accommodation\",\"uploadedToLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=761\\u0026action=edit\",\"filesizeInBytes\":41923,\"filesizeHumanReadable\":\"41 KB\",\"context\":\"\",\"height\":400,\"width\":600,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/tuscan-suite-raised-bed-and-settee-150x150.jpg\",\"orientation\":\"landscape\"},\"medium\":{\"height\":200,\"width\":300,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/tuscan-suite-raised-bed-and-settee-300x200.jpg\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/tuscan-suite-raised-bed-and-settee.jpg\",\"height\":400,\"width\":600,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"imageSize\":\"full\",\"imageWidth\":100,\"imageWidthMobile\":100,\"imageWidthTablet\":100,\"paddingBtnTop\":10,\"paddingBtnBottom\":10,\"paddingBtnLeft\":14,\"paddingBtnRight\":14,\"imageWidthUnit\":\"%\",\"imageWidthUnitTablet\":\"%\",\"imageWidthUnitMobile\":\"%\",\"subHeadTopMargin\":0,\"subHeadRightMargin\":40,\"subHeadLeftMargin\":0,\"subHeadMarginTopTablet\":0,\"subHeadMarginRightTablet\":0,\"subHeadTabletSpace\":20,\"subHeadMarginLeftTablet\":0,\"imgTagHeight\":66,\"imgTagWidth\":600,\"btnBorderTopWidth\":1,\"btnBorderLeftWidth\":1,\"btnBorderRightWidth\":1,\"btnBorderBottomWidth\":1,\"btnBorderTopLeftRadius\":0,\"btnBorderTopRightRadius\":0,\"btnBorderBottomLeftRadius\":0,\"btnBorderBottomRightRadius\":0,\"btnBorderStyle\":\"solid\",\"btnBorderColor\":\"#333\"} -->\n<div class=\"wp-block-uagb-info-box uagb-block-c00c53f4 uagb-infobox__content-wrap  uagb-infobox-icon-above-title uagb-infobox-image-valign-top\"><div class=\"uagb-ifb-content\"><div class=\"uagb-ifb-image-content\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/tuscan-suite-raised-bed-and-settee.jpg\" alt=\"\" width=\"100\" height=\"66\" loading=\"lazy\"/></div><div class=\"uagb-ifb-title-wrap\"><h3 class=\"uagb-ifb-title\">The Tuscan Suite </h3></div><p class=\"uagb-ifb-desc\">Terra-cotta tiles, textured wall treatments, gorgeous, intricate murals,&nbsp;and simple, durable furniture with elegant iron accents are all characteristics of Tuscan interior design.</p><div class=\"uagb-ifb-button-wrapper wp-block-button\"><a href=\"/the-tuscan-suite/\" target=\"_self\" class=\"uagb-infobox-cta-link\" rel=\"noopener noreferrer\" alt=\"\"><span class=\"uagb-inline-editing\">READ MORE</span></a></div></div></div>\n<!-- /wp:uagb/info-box --></div>\n<!-- /wp:uagb/container --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"e995a4b4\",\"directionDesktop\":\"row\",\"alignItemsTablet\":\"flex-start\",\"justifyContentDesktop\":\"flex-start\",\"topMarginDesktop\":54,\"bottomMarginDesktop\":0,\"leftMarginDesktop\":0,\"rightMarginDesktop\":0,\"topMarginMobile\":0,\"bottomMarginMobile\":0,\"leftMarginMobile\":0,\"rightMarginMobile\":0,\"marginLink\":false,\"variationSelected\":true,\"rowGapMobile\":0,\"columnGapDesktop\":0} -->\n<div class=\"wp-block-uagb-container uagb-block-e995a4b4\"><!-- wp:uagb/container {\"block_id\":\"c5e54ec8\",\"widthDesktop\":50,\"bottomPaddingDesktop\":20,\"rightPaddingDesktop\":32,\"bottomPaddingTablet\":35,\"leftPaddingTablet\":0,\"rightPaddingTablet\":15,\"bottomPaddingMobile\":65,\"paddingLink\":false,\"topMarginDesktop\":0,\"bottomMarginDesktop\":0,\"leftMarginDesktop\":5,\"rightMarginDesktop\":5,\"topMarginMobile\":0,\"bottomMarginMobile\":0,\"leftMarginMobile\":0,\"rightMarginMobile\":0,\"marginLink\":false,\"variationSelected\":true,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-c5e54ec8\"><!-- wp:uagb/info-box {\"classMigrate\":true,\"headingAlign\":\"left\",\"headingColor\":\"\",\"subHeadingColor\":\"\",\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"source_type\":\"image\",\"block_id\":\"7ee7b4a4\",\"ctaIcon\":\"\",\"ctaType\":\"text\",\"ctaText\":\"READ MORE\",\"ctaLink\":\"/the-bluebush/\",\"ctaLinkColor\":\"var(\\u002d\\u002dast-global-color-0)\",\"ctaDecoration\":\"underline\",\"ctaFontSize\":12,\"ctaFontWeight\":\"600\",\"ctaLetterSpacing\":2,\"ctaBorderColor\":\"\",\"ctaBorderStyle\":\"\",\"ctaBorderWidth\":\"\",\"ctaBorderRadius\":\"\",\"iconBottomMargin\":30,\"iconImage\":{\"uploading\":false,\"date\":1670938945000,\"filename\":\"bluebush-king-bed-and-spa-bath.png\",\"menuOrder\":0,\"uploadedTo\":761,\"type\":\"image\",\"subtype\":\"png\",\"id\":881,\"title\":\"bluebush-king-bed-and-spa-bath\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/bluebush-king-bed-and-spa-bath.png\",\"link\":\"https://blueroan.netgen.cloud/accommodation/bluebush-king-bed-and-spa-bath/\",\"alt\":\"\",\"author\":\"2\",\"description\":\"\",\"caption\":\"\",\"name\":\"bluebush-king-bed-and-spa-bath\",\"status\":\"inherit\",\"modified\":1670938945000,\"mime\":\"image/png\",\"icon\":\"https://blueroan.netgen.cloud/wp-includes/images/media/default.png\",\"dateFormatted\":\"December 13, 2022\",\"nonces\":{\"update\":\"e1c334788a\",\"delete\":\"b219c40b29\",\"edit\":\"273b944edc\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=881\\u0026action=edit\",\"meta\":false,\"authorName\":\"Netgen Support\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/profile.php\",\"uploadedToTitle\":\"Accommodation\",\"uploadedToLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=761\\u0026action=edit\",\"filesizeInBytes\":1195033,\"filesizeHumanReadable\":\"1 MB\",\"context\":\"\",\"height\":667,\"width\":1000,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/bluebush-king-bed-and-spa-bath-150x150.png\",\"orientation\":\"landscape\"},\"medium\":{\"height\":200,\"width\":300,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/bluebush-king-bed-and-spa-bath-300x200.png\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/bluebush-king-bed-and-spa-bath.png\",\"height\":667,\"width\":1000,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"imageSize\":\"full\",\"imageWidth\":100,\"imageWidthMobile\":100,\"imageWidthTablet\":100,\"paddingBtnTop\":10,\"paddingBtnBottom\":10,\"paddingBtnLeft\":14,\"paddingBtnRight\":14,\"imageWidthUnit\":\"%\",\"imageWidthUnitTablet\":\"%\",\"imageWidthUnitMobile\":\"%\",\"subHeadTopMargin\":0,\"subHeadRightMargin\":40,\"subHeadLeftMargin\":0,\"subHeadMarginTopTablet\":0,\"subHeadMarginRightTablet\":0,\"subHeadTabletSpace\":20,\"subHeadMarginLeftTablet\":0,\"imgTagHeight\":66,\"imgTagWidth\":1000,\"btnBorderTopWidth\":1,\"btnBorderLeftWidth\":1,\"btnBorderRightWidth\":1,\"btnBorderBottomWidth\":1,\"btnBorderTopLeftRadius\":0,\"btnBorderTopRightRadius\":0,\"btnBorderBottomLeftRadius\":0,\"btnBorderBottomRightRadius\":0,\"btnBorderStyle\":\"solid\",\"btnBorderColor\":\"#333\"} -->\n<div class=\"wp-block-uagb-info-box uagb-block-7ee7b4a4 uagb-infobox__content-wrap  uagb-infobox-icon-above-title uagb-infobox-image-valign-top\"><div class=\"uagb-ifb-content\"><div class=\"uagb-ifb-image-content\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/bluebush-king-bed-and-spa-bath.png\" alt=\"\" width=\"100\" height=\"66\" loading=\"lazy\"/></div><div class=\"uagb-ifb-title-wrap\"><h3 class=\"uagb-ifb-title\">The Bluebush </h3></div><p class=\"uagb-ifb-desc\">A warm and comforting suite with a very homely feeling. Settle in and alleviate like you would at home. Relax with a perfect corner-shaped spa bath and open-plan&nbsp;living area.</p><div class=\"uagb-ifb-button-wrapper wp-block-button\"><a href=\"/the-bluebush/\" target=\"_self\" class=\"uagb-infobox-cta-link\" rel=\"noopener noreferrer\" alt=\"\"><span class=\"uagb-inline-editing\">READ MORE</span></a></div></div></div>\n<!-- /wp:uagb/info-box --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"450f30f3\",\"widthDesktop\":50,\"bottomPaddingDesktop\":20,\"rightPaddingDesktop\":32,\"bottomPaddingTablet\":35,\"rightPaddingTablet\":15,\"bottomPaddingMobile\":65,\"paddingLink\":false,\"topMarginDesktop\":0,\"bottomMarginDesktop\":0,\"leftMarginDesktop\":5,\"rightMarginDesktop\":5,\"topMarginMobile\":0,\"bottomMarginMobile\":0,\"leftMarginMobile\":0,\"rightMarginMobile\":0,\"marginLink\":false,\"variationSelected\":true,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-450f30f3\"><!-- wp:uagb/info-box {\"classMigrate\":true,\"headingAlign\":\"left\",\"headingColor\":\"\",\"subHeadingColor\":\"\",\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"source_type\":\"image\",\"block_id\":\"4fdf8228\",\"ctaIcon\":\"\",\"ctaType\":\"text\",\"ctaText\":\"READ MORE\",\"ctaLink\":\"/the-mexican-loft/\",\"ctaLinkColor\":\"var(\\u002d\\u002dast-global-color-0)\",\"ctaDecoration\":\"underline\",\"ctaFontSize\":12,\"ctaFontWeight\":\"600\",\"ctaLetterSpacing\":2,\"ctaBorderColor\":\"\",\"ctaBorderStyle\":\"\",\"ctaBorderWidth\":\"\",\"ctaBorderRadius\":\"\",\"iconBottomMargin\":30,\"iconImage\":{\"uploading\":false,\"date\":1670938831000,\"filename\":\"blue-roan-guest-farm-11.jpg\",\"menuOrder\":0,\"uploadedTo\":761,\"type\":\"image\",\"subtype\":\"jpeg\",\"id\":879,\"title\":\"blue-roan-guest-farm (11)\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-11.jpg\",\"link\":\"https://blueroan.netgen.cloud/accommodation/blue-roan-guest-farm-11/\",\"alt\":\"\",\"author\":\"2\",\"description\":\"\",\"caption\":\"\",\"name\":\"blue-roan-guest-farm-11\",\"status\":\"inherit\",\"modified\":1670938831000,\"mime\":\"image/jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-includes/images/media/default.png\",\"dateFormatted\":\"December 13, 2022\",\"nonces\":{\"update\":\"294125e9db\",\"delete\":\"1a7a578cdb\",\"edit\":\"79b313e573\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=879\\u0026action=edit\",\"meta\":false,\"authorName\":\"Netgen Support\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/profile.php\",\"uploadedToTitle\":\"Accommodation\",\"uploadedToLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=761\\u0026action=edit\",\"filesizeInBytes\":175055,\"filesizeHumanReadable\":\"171 KB\",\"context\":\"\",\"height\":667,\"width\":1000,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-11-150x150.jpg\",\"orientation\":\"landscape\"},\"medium\":{\"height\":200,\"width\":300,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-11-300x200.jpg\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-11.jpg\",\"height\":667,\"width\":1000,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"imageSize\":\"full\",\"imageWidth\":100,\"imageWidthMobile\":100,\"imageWidthTablet\":100,\"paddingBtnTop\":10,\"paddingBtnBottom\":10,\"paddingBtnLeft\":14,\"paddingBtnRight\":14,\"imageWidthUnit\":\"%\",\"imageWidthUnitTablet\":\"%\",\"imageWidthUnitMobile\":\"%\",\"subHeadTopMargin\":0,\"subHeadRightMargin\":40,\"subHeadLeftMargin\":0,\"subHeadMarginTopTablet\":0,\"subHeadMarginRightTablet\":0,\"subHeadTabletSpace\":20,\"subHeadMarginLeftTablet\":0,\"imgTagHeight\":66,\"imgTagWidth\":1000,\"btnBorderTopWidth\":1,\"btnBorderLeftWidth\":1,\"btnBorderRightWidth\":1,\"btnBorderBottomWidth\":1,\"btnBorderTopLeftRadius\":0,\"btnBorderTopRightRadius\":0,\"btnBorderBottomLeftRadius\":0,\"btnBorderBottomRightRadius\":0,\"btnBorderStyle\":\"solid\",\"btnBorderColor\":\"#333\"} -->\n<div class=\"wp-block-uagb-info-box uagb-block-4fdf8228 uagb-infobox__content-wrap  uagb-infobox-icon-above-title uagb-infobox-image-valign-top\"><div class=\"uagb-ifb-content\"><div class=\"uagb-ifb-image-content\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-11.jpg\" alt=\"\" width=\"100\" height=\"66\" loading=\"lazy\"/></div><div class=\"uagb-ifb-title-wrap\"><h3 class=\"uagb-ifb-title\">The Mexican Loft </h3></div><p class=\"uagb-ifb-desc\">This Mexican-inspired unit is full of bold colors and rustic furnishings. This design style has a multifarious feel, mixing rustic wood, authentic art, textiles, and a vivid palette of color</p><div class=\"uagb-ifb-button-wrapper wp-block-button\"><a href=\"/the-mexican-loft/\" target=\"_self\" class=\"uagb-infobox-cta-link\" rel=\"noopener noreferrer\" alt=\"\"><span class=\"uagb-inline-editing\">READ MORE</span></a></div></div></div>\n<!-- /wp:uagb/info-box --></div>\n<!-- /wp:uagb/container --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"48776e84\",\"directionDesktop\":\"row\",\"justifyContentDesktop\":\"flex-start\",\"topMarginDesktop\":54,\"bottomMarginDesktop\":0,\"leftMarginDesktop\":0,\"rightMarginDesktop\":0,\"topMarginMobile\":0,\"bottomMarginMobile\":0,\"leftMarginMobile\":0,\"rightMarginMobile\":0,\"marginLink\":false,\"variationSelected\":true,\"rowGapMobile\":0,\"columnGapDesktop\":0} -->\n<div class=\"wp-block-uagb-container uagb-block-48776e84\"><!-- wp:uagb/container {\"block_id\":\"dd507868\",\"widthDesktop\":50,\"bottomPaddingDesktop\":20,\"rightPaddingDesktop\":32,\"bottomPaddingTablet\":35,\"rightPaddingTablet\":15,\"bottomPaddingMobile\":65,\"paddingLink\":false,\"topMarginDesktop\":0,\"bottomMarginDesktop\":0,\"leftMarginDesktop\":5,\"rightMarginDesktop\":5,\"topMarginMobile\":0,\"bottomMarginMobile\":0,\"leftMarginMobile\":0,\"rightMarginMobile\":0,\"marginLink\":false,\"variationSelected\":true,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-dd507868\"><!-- wp:uagb/info-box {\"classMigrate\":true,\"headingAlign\":\"left\",\"headingColor\":\"\",\"subHeadingColor\":\"\",\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"source_type\":\"image\",\"block_id\":\"3b6fe19f\",\"ctaIcon\":\"\",\"ctaType\":\"text\",\"ctaText\":\"READ MORE\",\"ctaLink\":\"/the-acacia/\",\"ctaLinkColor\":\"var(\\u002d\\u002dast-global-color-0)\",\"ctaDecoration\":\"underline\",\"ctaFontSize\":12,\"ctaFontWeight\":\"600\",\"ctaLetterSpacing\":2,\"ctaBorderColor\":\"\",\"ctaBorderStyle\":\"\",\"ctaBorderWidth\":\"\",\"ctaBorderRadius\":\"\",\"iconBottomMargin\":30,\"iconImage\":{\"uploading\":false,\"date\":1670939381000,\"filename\":\"acacia-lounge.jpg\",\"menuOrder\":0,\"uploadedTo\":761,\"type\":\"image\",\"subtype\":\"jpeg\",\"id\":885,\"title\":\"acacia-lounge\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/acacia-lounge.jpg\",\"link\":\"https://blueroan.netgen.cloud/accommodation/acacia-lounge/\",\"alt\":\"\",\"author\":\"2\",\"description\":\"\",\"caption\":\"\",\"name\":\"acacia-lounge\",\"status\":\"inherit\",\"modified\":1670939381000,\"mime\":\"image/jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-includes/images/media/default.png\",\"dateFormatted\":\"December 13, 2022\",\"nonces\":{\"update\":\"17e284dc72\",\"delete\":\"0967fb8415\",\"edit\":\"99ac1eb1a8\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=885\\u0026action=edit\",\"meta\":false,\"authorName\":\"Netgen Support\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/profile.php\",\"uploadedToTitle\":\"Accommodation\",\"uploadedToLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=761\\u0026action=edit\",\"filesizeInBytes\":37270,\"filesizeHumanReadable\":\"36 KB\",\"context\":\"\",\"height\":400,\"width\":600,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/acacia-lounge-150x150.jpg\",\"orientation\":\"landscape\"},\"medium\":{\"height\":200,\"width\":300,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/acacia-lounge-300x200.jpg\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/acacia-lounge.jpg\",\"height\":400,\"width\":600,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"imageSize\":\"full\",\"imageWidth\":100,\"imageWidthMobile\":100,\"imageWidthTablet\":100,\"paddingBtnTop\":10,\"paddingBtnBottom\":10,\"paddingBtnLeft\":14,\"paddingBtnRight\":14,\"imageWidthUnit\":\"%\",\"imageWidthUnitTablet\":\"%\",\"imageWidthUnitMobile\":\"%\",\"subHeadTopMargin\":0,\"subHeadRightMargin\":40,\"subHeadLeftMargin\":0,\"subHeadMarginTopTablet\":0,\"subHeadMarginRightTablet\":0,\"subHeadTabletSpace\":20,\"subHeadMarginLeftTablet\":0,\"imgTagHeight\":66,\"imgTagWidth\":600,\"btnBorderTopWidth\":1,\"btnBorderLeftWidth\":1,\"btnBorderRightWidth\":1,\"btnBorderBottomWidth\":1,\"btnBorderTopLeftRadius\":0,\"btnBorderTopRightRadius\":0,\"btnBorderBottomLeftRadius\":0,\"btnBorderBottomRightRadius\":0,\"btnBorderStyle\":\"solid\",\"btnBorderColor\":\"#333\"} -->\n<div class=\"wp-block-uagb-info-box uagb-block-3b6fe19f uagb-infobox__content-wrap  uagb-infobox-icon-above-title uagb-infobox-image-valign-top\"><div class=\"uagb-ifb-content\"><div class=\"uagb-ifb-image-content\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/acacia-lounge.jpg\" alt=\"\" width=\"100\" height=\"66\" loading=\"lazy\"/></div><div class=\"uagb-ifb-title-wrap\"><h3 class=\"uagb-ifb-title\">The Acacia </h3></div><p class=\"uagb-ifb-desc\">The Acacia tree inspired the name of our largest unit. The wide open-concept living space of this rustic, rough-hewn unit opens onto a covered patio with a brick braai area.</p><div class=\"uagb-ifb-button-wrapper wp-block-button\"><a href=\"/the-acacia/\" target=\"_self\" class=\"uagb-infobox-cta-link\" rel=\"noopener noreferrer\" alt=\"\"><span class=\"uagb-inline-editing\">READ MORE</span></a></div></div></div>\n<!-- /wp:uagb/info-box --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"71c18722\",\"widthDesktop\":50,\"bottomPaddingDesktop\":20,\"rightPaddingDesktop\":32,\"bottomPaddingTablet\":35,\"rightPaddingTablet\":15,\"paddingLink\":false,\"topMarginDesktop\":0,\"bottomMarginDesktop\":0,\"leftMarginDesktop\":5,\"rightMarginDesktop\":5,\"topMarginMobile\":0,\"bottomMarginMobile\":0,\"leftMarginMobile\":0,\"rightMarginMobile\":0,\"marginLink\":false,\"variationSelected\":true,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-71c18722\"><!-- wp:uagb/info-box {\"classMigrate\":true,\"headingAlign\":\"left\",\"headingColor\":\"\",\"subHeadingColor\":\"\",\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"source_type\":\"image\",\"block_id\":\"e524e63c\",\"ctaIcon\":\"\",\"ctaType\":\"text\",\"ctaText\":\"READ MORE\",\"ctaLink\":\"/the-greek-villa/\",\"ctaLinkColor\":\"var(\\u002d\\u002dast-global-color-0)\",\"ctaDecoration\":\"underline\",\"ctaFontSize\":12,\"ctaFontWeight\":\"600\",\"ctaLetterSpacing\":2,\"ctaBorderColor\":\"\",\"ctaBorderStyle\":\"\",\"ctaBorderWidth\":\"\",\"ctaBorderRadius\":\"\",\"iconBottomMargin\":30,\"iconImage\":{\"id\":837,\"title\":\"blue-roan-guest-farm-8\",\"filename\":\"blue-roan-guest-farm-8.jpg\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-8.jpg\",\"link\":\"https://blueroan.netgen.cloud/home/blue-roan-guest-farm-8/\",\"alt\":\"\",\"author\":\"2\",\"description\":\"\",\"caption\":\"\",\"name\":\"blue-roan-guest-farm-8\",\"status\":\"inherit\",\"uploadedTo\":760,\"date\":\"2022-12-13T11:55:28.000Z\",\"modified\":\"2022-12-13T11:55:28.000Z\",\"menuOrder\":0,\"mime\":\"image/jpeg\",\"type\":\"image\",\"subtype\":\"jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-includes/images/media/default.png\",\"dateFormatted\":\"December 13, 2022\",\"nonces\":{\"update\":\"e297386797\",\"delete\":\"bce21c37a3\",\"edit\":\"b27dcb4293\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=837\\u0026action=edit\",\"meta\":false,\"authorName\":\"Netgen Support\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/profile.php\",\"uploadedToTitle\":\"Home\",\"uploadedToLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=760\\u0026action=edit\",\"filesizeInBytes\":208219,\"filesizeHumanReadable\":\"203 KB\",\"context\":\"\",\"height\":795,\"width\":1200,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-8-150x150.jpg\",\"orientation\":\"landscape\"},\"medium\":{\"height\":199,\"width\":300,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-8-300x199.jpg\",\"orientation\":\"landscape\"},\"large\":{\"height\":678,\"width\":1024,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-8-1024x678.jpg\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-8.jpg\",\"height\":795,\"width\":1200,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"imageSize\":\"full\",\"imageWidth\":100,\"imageWidthMobile\":100,\"imageWidthTablet\":100,\"paddingBtnTop\":10,\"paddingBtnBottom\":10,\"paddingBtnLeft\":14,\"paddingBtnRight\":14,\"imageWidthUnit\":\"%\",\"imageWidthUnitTablet\":\"%\",\"imageWidthUnitMobile\":\"%\",\"subHeadTopMargin\":0,\"subHeadRightMargin\":40,\"subHeadLeftMargin\":0,\"subHeadMarginTopTablet\":0,\"subHeadMarginRightTablet\":0,\"subHeadTabletSpace\":20,\"subHeadMarginLeftTablet\":0,\"imgTagHeight\":66,\"imgTagWidth\":1200,\"btnBorderTopWidth\":1,\"btnBorderLeftWidth\":1,\"btnBorderRightWidth\":1,\"btnBorderBottomWidth\":1,\"btnBorderTopLeftRadius\":0,\"btnBorderTopRightRadius\":0,\"btnBorderBottomLeftRadius\":0,\"btnBorderBottomRightRadius\":0,\"btnBorderStyle\":\"solid\",\"btnBorderColor\":\"#333\"} -->\n<div class=\"wp-block-uagb-info-box uagb-block-e524e63c uagb-infobox__content-wrap  uagb-infobox-icon-above-title uagb-infobox-image-valign-top\"><div class=\"uagb-ifb-content\"><div class=\"uagb-ifb-image-content\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-8.jpg\" alt=\"\" width=\"100\" height=\"66\" loading=\"lazy\"/></div><div class=\"uagb-ifb-title-wrap\"><h3 class=\"uagb-ifb-title\">The Greek Villa </h3></div><p class=\"uagb-ifb-desc\">Designed like a Greek villa this Mediterranean style reflects a relaxed atmosphere with its dominant white walls and blue ceilings with lovely rustic furnishings</p><div class=\"uagb-ifb-button-wrapper wp-block-button\"><a href=\"/the-greek-villa/\" target=\"_self\" class=\"uagb-infobox-cta-link\" rel=\"noopener noreferrer\" alt=\"\"><span class=\"uagb-inline-editing\">READ MORE</span></a></div></div></div>\n<!-- /wp:uagb/info-box --></div>\n<!-- /wp:uagb/container --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"9c798b2a\",\"directionDesktop\":\"row\",\"justifyContentDesktop\":\"flex-start\",\"topMarginDesktop\":54,\"bottomMarginDesktop\":0,\"leftMarginDesktop\":0,\"rightMarginDesktop\":0,\"topMarginMobile\":0,\"bottomMarginMobile\":0,\"leftMarginMobile\":0,\"rightMarginMobile\":0,\"marginLink\":false,\"variationSelected\":true,\"rowGapMobile\":0,\"columnGapDesktop\":0} -->\n<div class=\"wp-block-uagb-container uagb-block-9c798b2a\"><!-- wp:uagb/container {\"block_id\":\"4e09c0b2\",\"widthDesktop\":50,\"bottomPaddingDesktop\":20,\"rightPaddingDesktop\":32,\"bottomPaddingTablet\":35,\"rightPaddingTablet\":15,\"bottomPaddingMobile\":65,\"paddingLink\":false,\"topMarginDesktop\":0,\"bottomMarginDesktop\":0,\"leftMarginDesktop\":5,\"rightMarginDesktop\":5,\"topMarginMobile\":0,\"bottomMarginMobile\":0,\"leftMarginMobile\":0,\"rightMarginMobile\":0,\"marginLink\":false,\"variationSelected\":true,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-4e09c0b2\"><!-- wp:uagb/info-box {\"classMigrate\":true,\"headingAlign\":\"left\",\"headingColor\":\"\",\"subHeadingColor\":\"\",\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"source_type\":\"image\",\"block_id\":\"d9ace63d\",\"ctaIcon\":\"\",\"ctaType\":\"text\",\"ctaText\":\"READ MORE\",\"ctaLink\":\"/the-honeymoon-suite/\",\"ctaLinkColor\":\"var(\\u002d\\u002dast-global-color-0)\",\"ctaDecoration\":\"underline\",\"ctaFontSize\":12,\"ctaFontWeight\":\"600\",\"ctaLetterSpacing\":2,\"ctaBorderColor\":\"\",\"ctaBorderStyle\":\"\",\"ctaBorderWidth\":\"\",\"ctaBorderRadius\":\"\",\"iconBottomMargin\":30,\"iconImage\":{\"uploading\":false,\"date\":1670943128000,\"filename\":\"AAEAAQAAAAAAAAAAAAAAJDkwZDA0NDg0LWIwNTctNGVlNy05Y2NjLWNjNDllODBmZTI3OA.png\",\"menuOrder\":0,\"uploadedTo\":761,\"type\":\"image\",\"subtype\":\"png\",\"id\":896,\"title\":\"AAEAAQAAAAAAAAAAAAAAJDkwZDA0NDg0LWIwNTctNGVlNy05Y2NjLWNjNDllODBmZTI3OA\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAAJDkwZDA0NDg0LWIwNTctNGVlNy05Y2NjLWNjNDllODBmZTI3OA.png\",\"link\":\"https://blueroan.netgen.cloud/accommodation/aaeaaqaaaaaaaaaaaaaajdkwzda0ndg0lwiwntctngvlny05y2njlwnjndllodbmzti3oa/\",\"alt\":\"Honeymoon suite bedroom \",\"author\":\"2\",\"description\":\"\",\"caption\":\"\",\"name\":\"aaeaaqaaaaaaaaaaaaaajdkwzda0ndg0lwiwntctngvlny05y2njlwnjndllodbmzti3oa\",\"status\":\"inherit\",\"modified\":1670943128000,\"mime\":\"image/png\",\"icon\":\"https://blueroan.netgen.cloud/wp-includes/images/media/default.png\",\"dateFormatted\":\"December 13, 2022\",\"nonces\":{\"update\":\"ef5e68588c\",\"delete\":\"c4dba1213a\",\"edit\":\"aea99f65e2\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=896\\u0026action=edit\",\"meta\":false,\"authorName\":\"Netgen Support\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/profile.php\",\"uploadedToTitle\":\"Accommodation\",\"uploadedToLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=761\\u0026action=edit\",\"filesizeInBytes\":1088370,\"filesizeHumanReadable\":\"1 MB\",\"context\":\"\",\"height\":861,\"width\":1300,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAAJDkwZDA0NDg0LWIwNTctNGVlNy05Y2NjLWNjNDllODBmZTI3OA-150x150.png\",\"orientation\":\"landscape\"},\"medium\":{\"height\":199,\"width\":300,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAAJDkwZDA0NDg0LWIwNTctNGVlNy05Y2NjLWNjNDllODBmZTI3OA-300x199.png\",\"orientation\":\"landscape\"},\"large\":{\"height\":678,\"width\":1024,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAAJDkwZDA0NDg0LWIwNTctNGVlNy05Y2NjLWNjNDllODBmZTI3OA-1024x678.png\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAAJDkwZDA0NDg0LWIwNTctNGVlNy05Y2NjLWNjNDllODBmZTI3OA.png\",\"height\":861,\"width\":1300,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"imageSize\":\"full\",\"imageWidth\":100,\"imageWidthMobile\":100,\"imageWidthTablet\":100,\"paddingBtnTop\":10,\"paddingBtnBottom\":10,\"paddingBtnLeft\":14,\"paddingBtnRight\":14,\"imageWidthUnit\":\"%\",\"imageWidthUnitTablet\":\"%\",\"imageWidthUnitMobile\":\"%\",\"subHeadTopMargin\":0,\"subHeadRightMargin\":40,\"subHeadLeftMargin\":0,\"subHeadMarginTopTablet\":0,\"subHeadMarginRightTablet\":0,\"subHeadTabletSpace\":20,\"subHeadMarginLeftTablet\":0,\"imgTagHeight\":66,\"imgTagWidth\":1300,\"btnBorderTopWidth\":1,\"btnBorderLeftWidth\":1,\"btnBorderRightWidth\":1,\"btnBorderBottomWidth\":1,\"btnBorderTopLeftRadius\":0,\"btnBorderTopRightRadius\":0,\"btnBorderBottomLeftRadius\":0,\"btnBorderBottomRightRadius\":0,\"btnBorderStyle\":\"solid\",\"btnBorderColor\":\"#333\"} -->\n<div class=\"wp-block-uagb-info-box uagb-block-d9ace63d uagb-infobox__content-wrap  uagb-infobox-icon-above-title uagb-infobox-image-valign-top\"><div class=\"uagb-ifb-content\"><div class=\"uagb-ifb-image-content\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAAJDkwZDA0NDg0LWIwNTctNGVlNy05Y2NjLWNjNDllODBmZTI3OA.png\" alt=\"Honeymoon suite bedroom \" width=\"100\" height=\"66\" loading=\"lazy\"/></div><div class=\"uagb-ifb-title-wrap\"><h3 class=\"uagb-ifb-title\">The Honeymoon suite</h3></div><p class=\"uagb-ifb-desc\">This&nbsp;<a href=\"https://www.collinsdictionary.com/dictionary/english/suite\">suite</a>&nbsp;is perfect for couples - This is an open-plan unit attached to the side of the main house, completely private with its own entrance, own garden, and carport.&nbsp;</p><div class=\"uagb-ifb-button-wrapper wp-block-button\"><a href=\"/the-honeymoon-suite/\" target=\"_self\" class=\"uagb-infobox-cta-link\" rel=\"noopener noreferrer\" alt=\"\"><span class=\"uagb-inline-editing\">READ MORE</span></a></div></div></div>\n<!-- /wp:uagb/info-box --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"407f5915\",\"widthDesktop\":50,\"bottomPaddingDesktop\":20,\"rightPaddingDesktop\":32,\"bottomPaddingTablet\":35,\"rightPaddingTablet\":15,\"paddingLink\":false,\"topMarginDesktop\":0,\"bottomMarginDesktop\":0,\"leftMarginDesktop\":5,\"rightMarginDesktop\":5,\"topMarginMobile\":0,\"bottomMarginMobile\":0,\"leftMarginMobile\":0,\"rightMarginMobile\":0,\"marginLink\":false,\"variationSelected\":true,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-407f5915\"></div>\n<!-- /wp:uagb/container --></div>\n<!-- /wp:uagb/container --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"5298ac18\",\"innerContentCustomWidthDesktop\":781,\"innerContentCustomWidthTablet\":781,\"backgroundType\":\"image\",\"backgroundImageDesktop\":{\"uploading\":false,\"date\":1670943271000,\"filename\":\"AAEAAQAAAAAAAAAAAAAA39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba.png\",\"menuOrder\":0,\"uploadedTo\":761,\"type\":\"image\",\"subtype\":\"png\",\"id\":899,\"title\":\"AAEAAQAAAAAAAAAAAAAA39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAA39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba.png\",\"link\":\"https://blueroan.netgen.cloud/accommodation/aaeaaqaaaaaaaaaaaaaa39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba/\",\"alt\":\"\",\"author\":\"2\",\"description\":\"\",\"caption\":\"\",\"name\":\"aaeaaqaaaaaaaaaaaaaa39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba\",\"status\":\"inherit\",\"modified\":1670943271000,\"mime\":\"image/png\",\"icon\":\"https://blueroan.netgen.cloud/wp-includes/images/media/default.png\",\"dateFormatted\":\"December 13, 2022\",\"nonces\":{\"update\":\"45b2b6c69b\",\"delete\":\"75d81c42ab\",\"edit\":\"88fae030a9\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=899\\u0026action=edit\",\"meta\":false,\"authorName\":\"Netgen Support\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/profile.php\",\"uploadedToTitle\":\"Accommodation\",\"uploadedToLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=761\\u0026action=edit\",\"filesizeInBytes\":2338048,\"filesizeHumanReadable\":\"2 MB\",\"context\":\"\",\"height\":900,\"width\":1200,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAA39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba-150x150.png\",\"orientation\":\"landscape\"},\"medium\":{\"height\":225,\"width\":300,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAA39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba-300x225.png\",\"orientation\":\"landscape\"},\"large\":{\"height\":768,\"width\":1024,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAA39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba-1024x768.png\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAA39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba.png\",\"height\":900,\"width\":1200,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"backgroundImageColor\":\"rgba(42,42,42,0.65)\",\"topPaddingDesktop\":144,\"bottomPaddingDesktop\":144,\"leftPaddingDesktop\":40,\"rightPaddingDesktop\":40,\"topPaddingTablet\":80,\"bottomPaddingTablet\":80,\"leftPaddingTablet\":40,\"rightPaddingTablet\":40,\"topPaddingMobile\":64,\"bottomPaddingMobile\":64,\"leftPaddingMobile\":24,\"rightPaddingMobile\":24,\"paddingLink\":false,\"variationSelected\":true,\"isBlockRootParent\":true,\"overlayType\":\"color\"} -->\n<div class=\"wp-block-uagb-container uagb-block-5298ac18 alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/advanced-heading {\"block_id\":\"30e83eff\",\"classMigrate\":true,\"headingDescToggle\":true,\"headingAlign\":\"center\",\"headingColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"subHeadingColor\":\"var(\\u002d\\u002dast-global-color-4)\",\"headSpace\":20} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-30e83eff\"><h2 class=\"uagb-heading-text\">Make your stay at Blue Roan unforgettable!</h2><p class=\"uagb-desc-text\">We can help you fit your stay and experience within your allotted budget.</p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/advanced-heading {\"block_id\":\"78986f25\",\"classMigrate\":true,\"headingTitleToggle\":false,\"headingDescToggle\":true,\"headingAlign\":\"center\",\"subHeadingColor\":\"var(\\u002d\\u002dast-global-color-4)\",\"subHeadTransform\":\"uppercase\",\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"subHeadLetterSpacing\":2,\"blockTopPadding\":60,\"blockRightPadding\":0,\"blockLeftPadding\":0,\"blockBottomPadding\":0,\"blockTopPaddingMobile\":30,\"blockRightPaddingMobile\":0,\"blockLeftPaddingMobile\":0,\"blockBottomPaddingMobile\":0} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-78986f25\"><p class=\"uagb-desc-text\">BOOK YOUR STAY NOW​</p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/icon-list {\"block_id\":\"8e13ce1f\",\"classMigrate\":true,\"childMigrate\":true,\"align\":\"center\",\"parentIcon\":\"phone\",\"size\":40,\"sizeMobile\":24,\"sizeTablet\":32,\"fontSize\":48,\"fontSizeMobile\":28,\"fontSizeTablet\":40,\"fontWeight\":\"600\",\"iconColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"labelColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"blockTopPadding\":0,\"blockRightPadding\":0,\"blockLeftPadding\":0,\"blockBottomPadding\":24,\"blockPaddingLink\":false} -->\n<div class=\"wp-block-uagb-icon-list uagb-block-8e13ce1f\"><div class=\"uagb-icon-list__wrap\"><!-- wp:uagb/icon-list-child {\"block_id\":\"a450a00d\",\"label\":\" + 27 (0) 82 575 5409\",\"label_color\":\"\",\"link\":\"tel:+27825755409\",\"disableLink\":true,\"fromParentIcon\":\"phone\",\"imageSizeChild\":40} -->\n<div class=\"wp-block-uagb-icon-list-child uagb-block-a450a00d\"><a target=\"_self\" aria-label=\" + 27 (0) 82 575 5409\" rel=\"noopener noreferrer\" href=\"tel:+27825755409\"> </a><span class=\"uagb-icon-list__source-wrap\"><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M511.2 387l-23.25 100.8c-3.266 14.25-15.79 24.22-30.46 24.22C205.2 512 0 306.8 0 54.5c0-14.66 9.969-27.2 24.22-30.45l100.8-23.25C139.7-2.602 154.7 5.018 160.8 18.92l46.52 108.5c5.438 12.78 1.77 27.67-8.98 36.45L144.5 207.1c33.98 69.22 90.26 125.5 159.5 159.5l44.08-53.8c8.688-10.78 23.69-14.51 36.47-8.975l108.5 46.51C506.1 357.2 514.6 372.4 511.2 387z\"></path></svg></span><span class=\"uagb-icon-list__label\"> + 27 (0) 82 575 5409</span></div>\n<!-- /wp:uagb/icon-list-child -->\n\n<!-- wp:uagb/icon-list-child {\"block_id\":\"ad4ad5b7\",\"label\":\"blueroan@ugo.co.za\",\"icon\":\"envelope\",\"label_color\":\"\",\"link\":\"mailto:blueroan@ugo.co.za\",\"disableLink\":true,\"fromParentIcon\":\"phone\",\"imageSizeChild\":40} -->\n<div class=\"wp-block-uagb-icon-list-child uagb-block-ad4ad5b7\"><a target=\"_self\" aria-label=\"blueroan@ugo.co.za\" rel=\"noopener noreferrer\" href=\"mailto:blueroan@ugo.co.za\"> </a><span class=\"uagb-icon-list__source-wrap\"><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M464 64C490.5 64 512 85.49 512 112C512 127.1 504.9 141.3 492.8 150.4L275.2 313.6C263.8 322.1 248.2 322.1 236.8 313.6L19.2 150.4C7.113 141.3 0 127.1 0 112C0 85.49 21.49 64 48 64H464zM217.6 339.2C240.4 356.3 271.6 356.3 294.4 339.2L512 176V384C512 419.3 483.3 448 448 448H64C28.65 448 0 419.3 0 384V176L217.6 339.2z\"></path></svg></span><span class=\"uagb-icon-list__label\">blueroan@ugo.co.za</span></div>\n<!-- /wp:uagb/icon-list-child --></div></div>\n<!-- /wp:uagb/icon-list --></div></div>\n<!-- /wp:uagb/container -->',	'Accommodation',	'',	'inherit',	'closed',	'closed',	'',	'761-revision-v1',	'',	'',	'2022-12-15 13:47:33',	'2022-12-15 13:47:33',	'',	761,	'https://blueroan.netgen.cloud/?p=1289',	0,	'revision',	'',	0),
(1290,	2,	'2022-12-15 13:48:56',	'2022-12-15 13:48:56',	'<!-- wp:uagb/container {\"block_id\":\"866b5b93\",\"backgroundType\":\"image\",\"backgroundImageDesktop\":{\"id\":863,\"title\":\"blue-roan-guest-farm (10)\",\"filename\":\"blue-roan-guest-farm-10.jpg\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-10.jpg\",\"link\":\"https://blueroan.netgen.cloud/accommodation/blue-roan-guest-farm-10/\",\"alt\":\"\",\"author\":\"2\",\"description\":\"\",\"caption\":\"\",\"name\":\"blue-roan-guest-farm-10\",\"status\":\"inherit\",\"uploadedTo\":761,\"date\":\"2022-12-13T13:04:34.000Z\",\"modified\":\"2022-12-13T13:04:34.000Z\",\"menuOrder\":0,\"mime\":\"image/jpeg\",\"type\":\"image\",\"subtype\":\"jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-includes/images/media/default.png\",\"dateFormatted\":\"December 13, 2022\",\"nonces\":{\"update\":\"d5ed6f1c8f\",\"delete\":\"06e9e4c7ca\",\"edit\":\"1bf84c7813\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=863\\u0026action=edit\",\"meta\":false,\"authorName\":\"Netgen Support\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/profile.php\",\"uploadedToTitle\":\"Accommodation\",\"uploadedToLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=761\\u0026action=edit\",\"filesizeInBytes\":149768,\"filesizeHumanReadable\":\"146 KB\",\"context\":\"\",\"height\":667,\"width\":1000,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-10-150x150.jpg\",\"orientation\":\"landscape\"},\"medium\":{\"height\":200,\"width\":300,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-10-300x200.jpg\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-10.jpg\",\"height\":667,\"width\":1000,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"backgroundPositionDesktop\":{\"x\":0.47,\"y\":0.54},\"backgroundSizeTablet\":\"cover\",\"backgroundSizeMobile\":\"cover\",\"backgroundColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"backgroundImageColor\":\"rgba(42,42,42,0.5)\",\"topPaddingDesktop\":220,\"bottomPaddingDesktop\":150,\"topPaddingTablet\":170,\"bottomPaddingTablet\":160,\"leftPaddingTablet\":30,\"rightPaddingTablet\":30,\"topPaddingMobile\":180,\"bottomPaddingMobile\":80,\"leftPaddingMobile\":20,\"rightPaddingMobile\":20,\"paddingLink\":false,\"variationSelected\":true,\"isBlockRootParent\":true,\"overlayType\":\"color\"} -->\n<div class=\"wp-block-uagb-container uagb-block-866b5b93 alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/advanced-heading {\"block_id\":\"6e93ca6f\",\"classMigrate\":true,\"headingDescToggle\":true,\"headingColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"subHeadingColor\":\"var(\\u002d\\u002dast-global-color-4)\",\"headingTag\":\"h1\",\"headSpace\":20,\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"blockTopPadding\":0,\"blockRightPadding\":50,\"blockLeftPadding\":0,\"blockBottomPadding\":0,\"blockTopPaddingTablet\":0,\"blockRightPaddingTablet\":20,\"blockLeftPaddingTablet\":0,\"blockBottomPaddingTablet\":0,\"blockTopPaddingMobile\":0,\"blockRightPaddingMobile\":0,\"blockLeftPaddingMobile\":0,\"blockBottomPaddingMobile\":0,\"blockPaddingUnit\":\"%\",\"blockPaddingUnitTablet\":\"%\"} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-6e93ca6f\"><h1 class=\"uagb-heading-text\">The Barn</h1><p class=\"uagb-desc-text\">Our barn-style suite is characterized by exposed wood and rustic beams. A raised king bed on a platform faces the TV and the mountains in this open-concept suite with lots of windows for light.</p></div>\n<!-- /wp:uagb/advanced-heading --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"a94cdebe\",\"backgroundType\":\"color\",\"backgroundSizeTablet\":\"cover\",\"backgroundSizeMobile\":\"cover\",\"backgroundColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"topPaddingDesktop\":120,\"bottomPaddingDesktop\":60,\"rightPaddingDesktop\":0,\"topPaddingTablet\":80,\"bottomPaddingTablet\":80,\"leftPaddingTablet\":30,\"rightPaddingTablet\":30,\"topPaddingMobile\":80,\"bottomPaddingMobile\":80,\"leftPaddingMobile\":20,\"rightPaddingMobile\":20,\"paddingLink\":false,\"variationSelected\":true,\"rowGapDesktop\":0,\"isBlockRootParent\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-a94cdebe alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/container {\"block_id\":\"f4b2f151\",\"directionDesktop\":\"row\",\"alignItemsDesktop\":\"flex-end\",\"alignItemsTablet\":\"flex-end\",\"justifyContentDesktop\":\"flex-end\",\"justifyContentTablet\":\"space-between\",\"variationSelected\":true,\"rowGapMobile\":20,\"columnGapDesktop\":0} -->\n<div class=\"wp-block-uagb-container uagb-block-f4b2f151\"><!-- wp:uagb/advanced-heading {\"block_id\":\"02d81959\",\"classMigrate\":true,\"headingDescToggle\":true,\"subHeadingColor\":\"\",\"headSpace\":20,\"subHeadFontSize\":16} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-02d81959\"><h2 class=\"uagb-heading-text\">Come &amp; Stay With Us​ at The Barn </h2><p class=\"uagb-desc-text\">This is an open-plan unit with lots of windows with a raised king bed on a platform with 4 steps facing the TV and the mountains. &nbsp;&nbsp;It has a separate bathroom with a large walk-in shower and an oval spa bath. The unit has sliding glass doors opening onto a large patio with a brick braai and comfortable outside furniture. &nbsp;It has a small enclosed garden.</p></div>\n<!-- /wp:uagb/advanced-heading --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:heading -->\n<h2>The bedroom </h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>This room contains the following: </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list -->\n<ul><!-- wp:list-item -->\n<li>King bed with electric blanket</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Electric heater</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Stand fan</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Hair dryer &amp; dressing gowns</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Good quality linen</li>\n<!-- /wp:list-item --></ul>\n<!-- /wp:list --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":955,\"width\":500,\"height\":334,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full is-resized\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAAJDNlZGQ1OWVmLThiZmMtNDJhNC05MjI1LTVjZGE5NDA4YjA0NA.png\" alt=\"\" class=\"wp-image-955\" width=\"500\" height=\"334\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":969,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAAJDYxYzlmY2U0LWJiMGMtNGU4My04YzA3LWZhZGFkODdiOWJhYQ-1.png\" alt=\"The barn\'s bathroom \" class=\"wp-image-969\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:heading -->\n<h2>The bathroom</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>This room contains the following</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list -->\n<ul><!-- wp:list-item -->\n<li>Large walk-in shower</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Oval spa bath with 6 jets</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Bubble bath and candles</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Soap, toiletries, and towels</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Separate toilet - <em>toilet paper provided</em></li>\n<!-- /wp:list-item --></ul>\n<!-- /wp:list --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:heading -->\n<h2>The Lounge</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>This room contains the following: </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list -->\n<ul><!-- wp:list-item -->\n<li>Log fireplace</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>2 seater upholstered recliner settee</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>TV (DSTV - commercial bouquet with Sports, news, movies, Mnet, SABC 1,2 3 and Etv, and other channels)</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>DVD player</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Breakfast table cafe style and 2 chairs</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Books and playing cards</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Glass sliding door out to the patio</li>\n<!-- /wp:list-item --></ul>\n<!-- /wp:list --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":956,\"width\":500,\"height\":334,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full is-resized\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAAJDM0ZDZlYzYxLWY2YTgtNDAzYS1hMGMwLTRiMDFkZTk3ODNjZA-1.png\" alt=\"\" class=\"wp-image-956\" width=\"500\" height=\"334\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":963,\"width\":500,\"height\":334,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full is-resized\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAAJGZiMDU2OTJhLTI1YmYtNDFlOS05YzhlLTM1MDc2OTVlZmEwNA.png\" alt=\"\" class=\"wp-image-963\" width=\"500\" height=\"334\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:heading -->\n<h2>The kitchen</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>This room contains the following</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list -->\n<ul><!-- wp:list-item -->\n<li>4 plate gas stove and oven</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Microwave oven, kettle, toaster, filter coffee plunger</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Fridge with top freezer compartment</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Pots, pans, cutlery, crockery, wine &amp; champagne glasses</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>All kitchen utensils</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Ironing board and iron</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>All cleaning cloths and detergents and washing up liquid</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Paper towel</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Braai tongs</li>\n<!-- /wp:list-item --></ul>\n<!-- /wp:list --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:heading -->\n<h2>The large patio with <br>mountain views</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>This room contains the following: </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list -->\n<ul><!-- wp:list-item -->\n<li>Chairs with cushions</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Glass table</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Brick braai</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Decorative lighting</li>\n<!-- /wp:list-item --></ul>\n<!-- /wp:list --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":1007,\"width\":500,\"height\":334,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full is-resized\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAAJDg5NmY0ZGUxLWE4MTgtNDY5NC1iODFhLTBmN2Q0ZDc5ZWFiNw-1.png\" alt=\"\" class=\"wp-image-1007\" width=\"500\" height=\"334\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:heading {\"textAlign\":\"center\"} -->\n<h2 class=\"has-text-align-center\">Book your stay </h2>\n<!-- /wp:heading -->\n\n<!-- wp:buttons -->\n<div class=\"wp-block-buttons\"><!-- wp:button {\"align\":\"center\"} -->\n<div class=\"wp-block-button aligncenter\"><a class=\"wp-block-button__link wp-element-button\" href=\"https://book.nightsbridge.com/11065\" target=\"_blank\" rel=\"noreferrer noopener\">Reservations</a></div>\n<!-- /wp:button -->\n\n<!-- wp:button /--></div>\n<!-- /wp:buttons --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"0051297a\",\"innerContentCustomWidthDesktop\":781,\"innerContentCustomWidthTablet\":781,\"backgroundType\":\"image\",\"backgroundImageDesktop\":{\"uploading\":false,\"date\":1670943271000,\"filename\":\"AAEAAQAAAAAAAAAAAAAA39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba.png\",\"menuOrder\":0,\"uploadedTo\":761,\"type\":\"image\",\"subtype\":\"png\",\"id\":899,\"title\":\"AAEAAQAAAAAAAAAAAAAA39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAA39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba.png\",\"link\":\"https://blueroan.netgen.cloud/accommodation/aaeaaqaaaaaaaaaaaaaa39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba/\",\"alt\":\"\",\"author\":\"2\",\"description\":\"\",\"caption\":\"\",\"name\":\"aaeaaqaaaaaaaaaaaaaa39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba\",\"status\":\"inherit\",\"modified\":1670943271000,\"mime\":\"image/png\",\"icon\":\"https://blueroan.netgen.cloud/wp-includes/images/media/default.png\",\"dateFormatted\":\"December 13, 2022\",\"nonces\":{\"update\":\"45b2b6c69b\",\"delete\":\"75d81c42ab\",\"edit\":\"88fae030a9\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=899\\u0026action=edit\",\"meta\":false,\"authorName\":\"Netgen Support\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/profile.php\",\"uploadedToTitle\":\"Accommodation\",\"uploadedToLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=761\\u0026action=edit\",\"filesizeInBytes\":2338048,\"filesizeHumanReadable\":\"2 MB\",\"context\":\"\",\"height\":900,\"width\":1200,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAA39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba-150x150.png\",\"orientation\":\"landscape\"},\"medium\":{\"height\":225,\"width\":300,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAA39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba-300x225.png\",\"orientation\":\"landscape\"},\"large\":{\"height\":768,\"width\":1024,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAA39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba-1024x768.png\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAA39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba.png\",\"height\":900,\"width\":1200,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"backgroundImageColor\":\"rgba(42,42,42,0.65)\",\"topPaddingDesktop\":144,\"bottomPaddingDesktop\":144,\"leftPaddingDesktop\":40,\"rightPaddingDesktop\":40,\"topPaddingTablet\":80,\"bottomPaddingTablet\":80,\"leftPaddingTablet\":40,\"rightPaddingTablet\":40,\"topPaddingMobile\":64,\"bottomPaddingMobile\":64,\"leftPaddingMobile\":24,\"rightPaddingMobile\":24,\"paddingLink\":false,\"variationSelected\":true,\"isBlockRootParent\":true,\"overlayType\":\"color\"} -->\n<div class=\"wp-block-uagb-container uagb-block-0051297a alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/advanced-heading {\"block_id\":\"d494fa84\",\"classMigrate\":true,\"headingDescToggle\":true,\"headingAlign\":\"center\",\"headingColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"subHeadingColor\":\"var(\\u002d\\u002dast-global-color-4)\",\"headSpace\":20} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-d494fa84\"><h2 class=\"uagb-heading-text\">Make your visit to Blue Roan unforgettable!</h2><p class=\"uagb-desc-text\">We can help you fit your stay and experience within your allotted budget.</p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/advanced-heading {\"block_id\":\"770edb95\",\"classMigrate\":true,\"headingTitleToggle\":false,\"headingDescToggle\":true,\"headingAlign\":\"center\",\"subHeadingColor\":\"var(\\u002d\\u002dast-global-color-4)\",\"subHeadTransform\":\"uppercase\",\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"subHeadLetterSpacing\":2,\"blockTopPadding\":60,\"blockRightPadding\":0,\"blockLeftPadding\":0,\"blockBottomPadding\":0,\"blockTopPaddingMobile\":30,\"blockRightPaddingMobile\":0,\"blockLeftPaddingMobile\":0,\"blockBottomPaddingMobile\":0,\"linkColor\":\"var(\\u002d\\u002dast-global-color-8)\",\"linkHColor\":\"var(\\u002d\\u002dast-global-color-1)\"} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-770edb95\"><p class=\"uagb-desc-text\"><a href=\"https://book.nightsbridge.com/11065\" target=\"_blank\" rel=\"noreferrer noopener\">BOOK YOUR STAY NOW​<br></a></p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/icon-list {\"block_id\":\"0cd91940\",\"classMigrate\":true,\"childMigrate\":true,\"align\":\"center\",\"parentIcon\":\"phone\",\"size\":40,\"sizeMobile\":24,\"sizeTablet\":32,\"fontSize\":48,\"fontSizeMobile\":28,\"fontSizeTablet\":40,\"fontWeight\":\"600\",\"iconColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"labelColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"blockTopPadding\":0,\"blockRightPadding\":0,\"blockLeftPadding\":0,\"blockBottomPadding\":24,\"blockPaddingLink\":false} -->\n<div class=\"wp-block-uagb-icon-list uagb-block-0cd91940\"><div class=\"uagb-icon-list__wrap\"><!-- wp:uagb/icon-list-child {\"block_id\":\"f3f732d6\",\"label\":\" + 27 (0) 82 575 5409\",\"label_color\":\"\",\"link\":\"tel:+27825755409\",\"disableLink\":true,\"fromParentIcon\":\"phone\",\"imageSizeChild\":40} -->\n<div class=\"wp-block-uagb-icon-list-child uagb-block-f3f732d6\"><a target=\"_self\" aria-label=\" + 27 (0) 82 575 5409\" rel=\"noopener noreferrer\" href=\"tel:+27825755409\"> </a><span class=\"uagb-icon-list__source-wrap\"><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M511.2 387l-23.25 100.8c-3.266 14.25-15.79 24.22-30.46 24.22C205.2 512 0 306.8 0 54.5c0-14.66 9.969-27.2 24.22-30.45l100.8-23.25C139.7-2.602 154.7 5.018 160.8 18.92l46.52 108.5c5.438 12.78 1.77 27.67-8.98 36.45L144.5 207.1c33.98 69.22 90.26 125.5 159.5 159.5l44.08-53.8c8.688-10.78 23.69-14.51 36.47-8.975l108.5 46.51C506.1 357.2 514.6 372.4 511.2 387z\"></path></svg></span><span class=\"uagb-icon-list__label\"> + 27 (0) 82 575 5409</span></div>\n<!-- /wp:uagb/icon-list-child -->\n\n<!-- wp:uagb/icon-list-child {\"block_id\":\"1cd8a3da\",\"label\":\"blueroan@ugo.co.za\",\"icon\":\"envelope\",\"label_color\":\"\",\"link\":\"mailto:blueroan@ugo.co.za\",\"disableLink\":true,\"fromParentIcon\":\"phone\",\"imageSizeChild\":40} -->\n<div class=\"wp-block-uagb-icon-list-child uagb-block-1cd8a3da\"><a target=\"_self\" aria-label=\"blueroan@ugo.co.za\" rel=\"noopener noreferrer\" href=\"mailto:blueroan@ugo.co.za\"> </a><span class=\"uagb-icon-list__source-wrap\"><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M464 64C490.5 64 512 85.49 512 112C512 127.1 504.9 141.3 492.8 150.4L275.2 313.6C263.8 322.1 248.2 322.1 236.8 313.6L19.2 150.4C7.113 141.3 0 127.1 0 112C0 85.49 21.49 64 48 64H464zM217.6 339.2C240.4 356.3 271.6 356.3 294.4 339.2L512 176V384C512 419.3 483.3 448 448 448H64C28.65 448 0 419.3 0 384V176L217.6 339.2z\"></path></svg></span><span class=\"uagb-icon-list__label\">blueroan@ugo.co.za</span></div>\n<!-- /wp:uagb/icon-list-child --></div></div>\n<!-- /wp:uagb/icon-list --></div></div>\n<!-- /wp:uagb/container -->',	'The Barn',	'',	'inherit',	'closed',	'closed',	'',	'948-revision-v1',	'',	'',	'2022-12-15 13:48:56',	'2022-12-15 13:48:56',	'',	948,	'https://blueroan.netgen.cloud/?p=1290',	0,	'revision',	'',	0),
(1292,	2,	'2022-12-15 13:52:13',	'2022-12-15 13:52:13',	'<!-- wp:uagb/container {\"block_id\":\"82029035\",\"backgroundType\":\"image\",\"backgroundImageDesktop\":{\"uploading\":false,\"date\":1670942633000,\"filename\":\"sun-coming-up.jpg\",\"menuOrder\":0,\"uploadedTo\":763,\"type\":\"image\",\"subtype\":\"jpeg\",\"id\":891,\"title\":\"sun-coming-up\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/sun-coming-up.jpg\",\"link\":\"https://blueroan.netgen.cloud/contact/sun-coming-up/\",\"alt\":\"\",\"author\":\"2\",\"description\":\"\",\"caption\":\"\",\"name\":\"sun-coming-up\",\"status\":\"inherit\",\"modified\":1670942633000,\"mime\":\"image/jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-includes/images/media/default.png\",\"dateFormatted\":\"December 13, 2022\",\"nonces\":{\"update\":\"0b6ba1e912\",\"delete\":\"ed9c1b4aaf\",\"edit\":\"102223bebb\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=891\\u0026action=edit\",\"meta\":false,\"authorName\":\"Netgen Support\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/profile.php\",\"uploadedToTitle\":\"Contact\",\"uploadedToLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=763\\u0026action=edit\",\"filesizeInBytes\":238877,\"filesizeHumanReadable\":\"233 KB\",\"context\":\"\",\"height\":800,\"width\":1200,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/sun-coming-up-150x150.jpg\",\"orientation\":\"landscape\"},\"medium\":{\"height\":200,\"width\":300,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/sun-coming-up-300x200.jpg\",\"orientation\":\"landscape\"},\"large\":{\"height\":683,\"width\":1024,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/sun-coming-up-1024x683.jpg\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/sun-coming-up.jpg\",\"height\":800,\"width\":1200,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"backgroundPositionDesktop\":{\"x\":0.6,\"y\":0.78},\"backgroundSizeTablet\":\"cover\",\"backgroundSizeMobile\":\"cover\",\"backgroundColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"backgroundImageColor\":\"rgba(42,42,42,0.5)\",\"topPaddingDesktop\":220,\"bottomPaddingDesktop\":150,\"topPaddingTablet\":170,\"bottomPaddingTablet\":160,\"leftPaddingTablet\":30,\"rightPaddingTablet\":30,\"topPaddingMobile\":180,\"bottomPaddingMobile\":80,\"leftPaddingMobile\":20,\"rightPaddingMobile\":20,\"paddingLink\":false,\"variationSelected\":true,\"isBlockRootParent\":true,\"overlayType\":\"color\"} -->\n<div class=\"wp-block-uagb-container uagb-block-82029035 alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/advanced-heading {\"block_id\":\"b52522d8\",\"classMigrate\":true,\"headingDescToggle\":true,\"headingColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"subHeadingColor\":\"var(\\u002d\\u002dast-global-color-4)\",\"headingTag\":\"h1\",\"headSpace\":20,\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"blockTopPadding\":0,\"blockRightPadding\":50,\"blockLeftPadding\":0,\"blockBottomPadding\":0,\"blockTopPaddingTablet\":0,\"blockRightPaddingTablet\":20,\"blockLeftPaddingTablet\":0,\"blockBottomPaddingTablet\":0,\"blockTopPaddingMobile\":0,\"blockRightPaddingMobile\":0,\"blockLeftPaddingMobile\":0,\"blockBottomPaddingMobile\":0,\"blockPaddingUnit\":\"%\",\"blockPaddingUnitTablet\":\"%\"} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-b52522d8\"><h1 class=\"uagb-heading-text\">Contact Us​</h1><p class=\"uagb-desc-text\">Do you want to enquire about our pricing or arrangements we can help you with? Give us a call or send us an email. </p></div>\n<!-- /wp:uagb/advanced-heading --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"0824ccc1\",\"directionDesktop\":\"row\",\"alignItemsDesktop\":\"flex-start\",\"backgroundType\":\"color\",\"backgroundSizeTablet\":\"cover\",\"backgroundSizeMobile\":\"cover\",\"backgroundColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"topPaddingDesktop\":100,\"bottomPaddingDesktop\":100,\"topPaddingTablet\":80,\"bottomPaddingTablet\":80,\"leftPaddingTablet\":30,\"rightPaddingTablet\":30,\"topPaddingMobile\":80,\"bottomPaddingMobile\":80,\"leftPaddingMobile\":20,\"rightPaddingMobile\":20,\"paddingLink\":false,\"variationSelected\":true,\"rowGapMobile\":50,\"columnGapDesktop\":0,\"isBlockRootParent\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-0824ccc1 alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/container {\"block_id\":\"4677e7cd\",\"topPaddingDesktop\":30,\"rightPaddingDesktop\":100,\"topPaddingTablet\":30,\"paddingLink\":false,\"variationSelected\":true,\"rowGapDesktop\":0,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-4677e7cd\"><!-- wp:uagb/advanced-heading {\"block_id\":\"fd881800\",\"classMigrate\":true,\"headingTag\":\"h6\",\"headSpace\":10} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-fd881800\"><h6 class=\"uagb-heading-text\">Contact</h6></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/advanced-heading {\"block_id\":\"6cdf45cd\",\"classMigrate\":true,\"headingTag\":\"h4\",\"headSpace\":0} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-6cdf45cd\"><h4 class=\"uagb-heading-text\">Tel:&nbsp;<strong><a href=\"tel:+27825755409\">+ 27 (0) 82 575 5409</a></strong><br>Email:&nbsp;<strong><a href=\"mailto:blueroan@ugo.co.za\">blueroan@ugo.co.za</a></strong></h4></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/advanced-heading {\"block_id\":\"9889f25d\",\"classMigrate\":true,\"headingTag\":\"h6\",\"headSpace\":10,\"blockTopPadding\":35,\"blockRightPadding\":0,\"blockLeftPadding\":0,\"blockBottomPadding\":0} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-9889f25d\"><h6 class=\"uagb-heading-text\">Check-in &amp; Check-out times </h6></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/advanced-heading {\"block_id\":\"6748cb94\",\"classMigrate\":true,\"headingTag\":\"h4\",\"headSpace\":0} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-6748cb94\"><h4 class=\"uagb-heading-text\">Check-in after 14:00 and before 20:00<br>Check out by 10:00 am</h4></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/advanced-heading {\"block_id\":\"67bc13ef\",\"classMigrate\":true,\"headingTag\":\"h6\",\"headSpace\":10,\"blockTopPadding\":35,\"blockRightPadding\":0,\"blockLeftPadding\":0,\"blockBottomPadding\":0} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-67bc13ef\"><h6 class=\"uagb-heading-text\">Location​</h6></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/advanced-heading {\"block_id\":\"131a9bfd\",\"classMigrate\":true,\"headingTag\":\"h4\",\"headSpace\":0} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-131a9bfd\"><h4 class=\"uagb-heading-text\">7.8 km from Magaliesburg on the<br>Koster road, R509, Magaliesburg, 1791</h4></div>\n<!-- /wp:uagb/advanced-heading --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"7cf73ffe\",\"variationSelected\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-7cf73ffe\"><!-- wp:heading -->\n<h2>More info </h2>\n<!-- /wp:heading -->\n\n<!-- wp:read-more {\"content\":\"FAQs\"} /-->\n\n<!-- wp:read-more {\"content\":\"Pet policy \"} /-->\n\n<!-- wp:read-more {\"content\":\"Email feedback or support \"} /-->\n\n<!-- wp:read-more {\"content\":\"Our location\"} /-->\n\n<!-- wp:read-more {\"content\":\"Local interests\"} /--></div>\n<!-- /wp:uagb/container --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"fc28ad8c\",\"innerContentWidth\":\"alignfull\",\"variationSelected\":true,\"isBlockRootParent\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-fc28ad8c alignfull uagb-is-root-container\"></div>\n<!-- /wp:uagb/container -->',	'Contact',	'',	'inherit',	'closed',	'closed',	'',	'763-revision-v1',	'',	'',	'2022-12-15 13:52:13',	'2022-12-15 13:52:13',	'',	763,	'https://blueroan.netgen.cloud/?p=1292',	0,	'revision',	'',	0),
(1293,	2,	'2022-12-15 13:52:54',	'2022-12-15 13:52:54',	'<!-- wp:uagb/container {\"block_id\":\"2527b35c\",\"backgroundType\":\"image\",\"backgroundImageDesktop\":{\"uploading\":false,\"date\":1670942633000,\"filename\":\"sun-coming-up.jpg\",\"menuOrder\":0,\"uploadedTo\":763,\"type\":\"image\",\"subtype\":\"jpeg\",\"id\":891,\"title\":\"sun-coming-up\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/sun-coming-up.jpg\",\"link\":\"https://blueroan.netgen.cloud/contact/sun-coming-up/\",\"alt\":\"\",\"author\":\"2\",\"description\":\"\",\"caption\":\"\",\"name\":\"sun-coming-up\",\"status\":\"inherit\",\"modified\":1670942633000,\"mime\":\"image/jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-includes/images/media/default.png\",\"dateFormatted\":\"December 13, 2022\",\"nonces\":{\"update\":\"0b6ba1e912\",\"delete\":\"ed9c1b4aaf\",\"edit\":\"102223bebb\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=891\\u0026action=edit\",\"meta\":false,\"authorName\":\"Netgen Support\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/profile.php\",\"uploadedToTitle\":\"Contact\",\"uploadedToLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=763\\u0026action=edit\",\"filesizeInBytes\":238877,\"filesizeHumanReadable\":\"233 KB\",\"context\":\"\",\"height\":800,\"width\":1200,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/sun-coming-up-150x150.jpg\",\"orientation\":\"landscape\"},\"medium\":{\"height\":200,\"width\":300,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/sun-coming-up-300x200.jpg\",\"orientation\":\"landscape\"},\"large\":{\"height\":683,\"width\":1024,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/sun-coming-up-1024x683.jpg\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/sun-coming-up.jpg\",\"height\":800,\"width\":1200,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"backgroundPositionDesktop\":{\"x\":0.6,\"y\":0.78},\"backgroundSizeTablet\":\"cover\",\"backgroundSizeMobile\":\"cover\",\"backgroundColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"backgroundImageColor\":\"rgba(42,42,42,0.5)\",\"topPaddingDesktop\":220,\"bottomPaddingDesktop\":150,\"topPaddingTablet\":170,\"bottomPaddingTablet\":160,\"leftPaddingTablet\":30,\"rightPaddingTablet\":30,\"topPaddingMobile\":180,\"bottomPaddingMobile\":80,\"leftPaddingMobile\":20,\"rightPaddingMobile\":20,\"paddingLink\":false,\"variationSelected\":true,\"isBlockRootParent\":true,\"overlayType\":\"color\"} -->\n<div class=\"wp-block-uagb-container uagb-block-2527b35c alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/advanced-heading {\"block_id\":\"a7a19793\",\"classMigrate\":true,\"headingDescToggle\":true,\"headingColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"subHeadingColor\":\"var(\\u002d\\u002dast-global-color-4)\",\"headingTag\":\"h1\",\"headSpace\":20,\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"blockTopPadding\":0,\"blockRightPadding\":50,\"blockLeftPadding\":0,\"blockBottomPadding\":0,\"blockTopPaddingTablet\":0,\"blockRightPaddingTablet\":20,\"blockLeftPaddingTablet\":0,\"blockBottomPaddingTablet\":0,\"blockTopPaddingMobile\":0,\"blockRightPaddingMobile\":0,\"blockLeftPaddingMobile\":0,\"blockBottomPaddingMobile\":0,\"blockPaddingUnit\":\"%\",\"blockPaddingUnitTablet\":\"%\"} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-a7a19793\"><h1 class=\"uagb-heading-text\">Contact Us​</h1><p class=\"uagb-desc-text\">Do you want to enquire about our pricing or arrangements we can help you with? Give us a call or send us an email. </p></div>\n<!-- /wp:uagb/advanced-heading --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"57d260c2\",\"directionDesktop\":\"row\",\"alignItemsDesktop\":\"flex-start\",\"backgroundType\":\"color\",\"backgroundSizeTablet\":\"cover\",\"backgroundSizeMobile\":\"cover\",\"backgroundColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"topPaddingDesktop\":100,\"bottomPaddingDesktop\":100,\"topPaddingTablet\":80,\"bottomPaddingTablet\":80,\"leftPaddingTablet\":30,\"rightPaddingTablet\":30,\"topPaddingMobile\":80,\"bottomPaddingMobile\":80,\"leftPaddingMobile\":20,\"rightPaddingMobile\":20,\"paddingLink\":false,\"variationSelected\":true,\"rowGapMobile\":50,\"columnGapDesktop\":0,\"isBlockRootParent\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-57d260c2 alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/container {\"block_id\":\"b6b808bc\",\"topPaddingDesktop\":30,\"rightPaddingDesktop\":100,\"topPaddingTablet\":30,\"paddingLink\":false,\"variationSelected\":true,\"rowGapDesktop\":0,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-b6b808bc\"><!-- wp:uagb/advanced-heading {\"block_id\":\"7ca1cde2\",\"classMigrate\":true,\"headingTag\":\"h6\",\"headSpace\":10} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-7ca1cde2\"><h6 class=\"uagb-heading-text\">Contact</h6></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/advanced-heading {\"block_id\":\"e9c1e5b3\",\"classMigrate\":true,\"headingTag\":\"h4\",\"headSpace\":0} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-e9c1e5b3\"><h4 class=\"uagb-heading-text\">Tel:&nbsp;<strong><a href=\"tel:+27825755409\">+ 27 (0) 82 575 5409</a></strong><br>Email:&nbsp;<strong><a href=\"mailto:blueroan@ugo.co.za\">blueroan@ugo.co.za</a></strong></h4></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/advanced-heading {\"block_id\":\"59b20579\",\"classMigrate\":true,\"headingTag\":\"h6\",\"headSpace\":10,\"blockTopPadding\":35,\"blockRightPadding\":0,\"blockLeftPadding\":0,\"blockBottomPadding\":0} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-59b20579\"><h6 class=\"uagb-heading-text\">Check-in &amp; Check-out times </h6></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/advanced-heading {\"block_id\":\"42f445fd\",\"classMigrate\":true,\"headingTag\":\"h4\",\"headSpace\":0} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-42f445fd\"><h4 class=\"uagb-heading-text\">Check-in after 14:00 and before 20:00<br>Check out by 10:00 am</h4></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/advanced-heading {\"block_id\":\"9b6eaa2e\",\"classMigrate\":true,\"headingTag\":\"h6\",\"headSpace\":10,\"blockTopPadding\":35,\"blockRightPadding\":0,\"blockLeftPadding\":0,\"blockBottomPadding\":0} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-9b6eaa2e\"><h6 class=\"uagb-heading-text\">Location​</h6></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/advanced-heading {\"block_id\":\"a9b774cd\",\"classMigrate\":true,\"headingTag\":\"h4\",\"headSpace\":0} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-a9b774cd\"><h4 class=\"uagb-heading-text\">7.8 km from Magaliesburg on the<br>Koster road, R509, Magaliesburg, 1791</h4></div>\n<!-- /wp:uagb/advanced-heading --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"6941ca71\",\"variationSelected\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-6941ca71\"><!-- wp:heading -->\n<h2>More info </h2>\n<!-- /wp:heading -->\n\n<!-- wp:read-more {\"content\":\"FAQs\",\"linkTarget\":\"_blank\"} /-->\n\n<!-- wp:read-more {\"content\":\"Pet policy \"} /-->\n\n<!-- wp:read-more {\"content\":\"Email feedback or support \"} /-->\n\n<!-- wp:read-more {\"content\":\"Our location\"} /-->\n\n<!-- wp:read-more {\"content\":\"Local interests\"} /--></div>\n<!-- /wp:uagb/container --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"99eeb5d8\",\"innerContentWidth\":\"alignfull\",\"variationSelected\":true,\"isBlockRootParent\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-99eeb5d8 alignfull uagb-is-root-container\"></div>\n<!-- /wp:uagb/container -->',	'Contact',	'',	'inherit',	'closed',	'closed',	'',	'763-revision-v1',	'',	'',	'2022-12-15 13:52:54',	'2022-12-15 13:52:54',	'',	763,	'https://blueroan.netgen.cloud/?p=1293',	0,	'revision',	'',	0),
(1295,	2,	'2022-12-15 13:55:15',	'2022-12-15 13:55:15',	'<!-- wp:uagb/container {\"block_id\":\"4484f004\",\"backgroundType\":\"image\",\"backgroundImageDesktop\":{\"uploading\":false,\"date\":1670942633000,\"filename\":\"sun-coming-up.jpg\",\"menuOrder\":0,\"uploadedTo\":763,\"type\":\"image\",\"subtype\":\"jpeg\",\"id\":891,\"title\":\"sun-coming-up\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/sun-coming-up.jpg\",\"link\":\"https://blueroan.netgen.cloud/contact/sun-coming-up/\",\"alt\":\"\",\"author\":\"2\",\"description\":\"\",\"caption\":\"\",\"name\":\"sun-coming-up\",\"status\":\"inherit\",\"modified\":1670942633000,\"mime\":\"image/jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-includes/images/media/default.png\",\"dateFormatted\":\"December 13, 2022\",\"nonces\":{\"update\":\"0b6ba1e912\",\"delete\":\"ed9c1b4aaf\",\"edit\":\"102223bebb\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=891\\u0026action=edit\",\"meta\":false,\"authorName\":\"Netgen Support\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/profile.php\",\"uploadedToTitle\":\"Contact\",\"uploadedToLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=763\\u0026action=edit\",\"filesizeInBytes\":238877,\"filesizeHumanReadable\":\"233 KB\",\"context\":\"\",\"height\":800,\"width\":1200,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/sun-coming-up-150x150.jpg\",\"orientation\":\"landscape\"},\"medium\":{\"height\":200,\"width\":300,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/sun-coming-up-300x200.jpg\",\"orientation\":\"landscape\"},\"large\":{\"height\":683,\"width\":1024,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/sun-coming-up-1024x683.jpg\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/sun-coming-up.jpg\",\"height\":800,\"width\":1200,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"backgroundPositionDesktop\":{\"x\":0.6,\"y\":0.78},\"backgroundSizeTablet\":\"cover\",\"backgroundSizeMobile\":\"cover\",\"backgroundColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"backgroundImageColor\":\"rgba(42,42,42,0.5)\",\"topPaddingDesktop\":220,\"bottomPaddingDesktop\":150,\"topPaddingTablet\":170,\"bottomPaddingTablet\":160,\"leftPaddingTablet\":30,\"rightPaddingTablet\":30,\"topPaddingMobile\":180,\"bottomPaddingMobile\":80,\"leftPaddingMobile\":20,\"rightPaddingMobile\":20,\"paddingLink\":false,\"variationSelected\":true,\"isBlockRootParent\":true,\"overlayType\":\"color\"} -->\n<div class=\"wp-block-uagb-container uagb-block-4484f004 alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/advanced-heading {\"block_id\":\"f10d0aca\",\"classMigrate\":true,\"headingDescToggle\":true,\"headingColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"subHeadingColor\":\"var(\\u002d\\u002dast-global-color-4)\",\"headingTag\":\"h1\",\"headSpace\":20,\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"blockTopPadding\":0,\"blockRightPadding\":50,\"blockLeftPadding\":0,\"blockBottomPadding\":0,\"blockTopPaddingTablet\":0,\"blockRightPaddingTablet\":20,\"blockLeftPaddingTablet\":0,\"blockBottomPaddingTablet\":0,\"blockTopPaddingMobile\":0,\"blockRightPaddingMobile\":0,\"blockLeftPaddingMobile\":0,\"blockBottomPaddingMobile\":0,\"blockPaddingUnit\":\"%\",\"blockPaddingUnitTablet\":\"%\"} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-f10d0aca\"><h1 class=\"uagb-heading-text\">Contact Us​</h1><p class=\"uagb-desc-text\">Do you want to enquire about our pricing or arrangements we can help you with? Give us a call or send us an email. </p></div>\n<!-- /wp:uagb/advanced-heading --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"5830eedb\",\"directionDesktop\":\"row\",\"alignItemsDesktop\":\"flex-start\",\"backgroundType\":\"color\",\"backgroundSizeTablet\":\"cover\",\"backgroundSizeMobile\":\"cover\",\"backgroundColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"topPaddingDesktop\":100,\"bottomPaddingDesktop\":100,\"topPaddingTablet\":80,\"bottomPaddingTablet\":80,\"leftPaddingTablet\":30,\"rightPaddingTablet\":30,\"topPaddingMobile\":80,\"bottomPaddingMobile\":80,\"leftPaddingMobile\":20,\"rightPaddingMobile\":20,\"paddingLink\":false,\"variationSelected\":true,\"rowGapMobile\":50,\"columnGapDesktop\":0,\"isBlockRootParent\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-5830eedb alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/container {\"block_id\":\"e5b07f5a\",\"topPaddingDesktop\":30,\"rightPaddingDesktop\":100,\"topPaddingTablet\":30,\"paddingLink\":false,\"variationSelected\":true,\"rowGapDesktop\":0,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-e5b07f5a\"><!-- wp:uagb/advanced-heading {\"block_id\":\"7e7d53e7\",\"classMigrate\":true,\"headingTag\":\"h6\",\"headSpace\":10} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-7e7d53e7\"><h6 class=\"uagb-heading-text\">Contact</h6></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/advanced-heading {\"block_id\":\"d9b567b6\",\"classMigrate\":true,\"headingTag\":\"h4\",\"headSpace\":0} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-d9b567b6\"><h4 class=\"uagb-heading-text\">Tel:&nbsp;<strong><a href=\"tel:+27825755409\">+ 27 (0) 82 575 5409</a></strong><br>Email:&nbsp;<strong><a href=\"mailto:blueroan@ugo.co.za\">blueroan@ugo.co.za</a></strong></h4></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/advanced-heading {\"block_id\":\"8d2840ec\",\"classMigrate\":true,\"headingTag\":\"h6\",\"headSpace\":10,\"blockTopPadding\":35,\"blockRightPadding\":0,\"blockLeftPadding\":0,\"blockBottomPadding\":0} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-8d2840ec\"><h6 class=\"uagb-heading-text\">Check-in &amp; Check-out times </h6></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/advanced-heading {\"block_id\":\"b4490b4c\",\"classMigrate\":true,\"headingTag\":\"h4\",\"headSpace\":0} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-b4490b4c\"><h4 class=\"uagb-heading-text\">Check-in after 14:00 and before 20:00<br>Check out by 10:00 am</h4></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/advanced-heading {\"block_id\":\"4c913b64\",\"classMigrate\":true,\"headingTag\":\"h6\",\"headSpace\":10,\"blockTopPadding\":35,\"blockRightPadding\":0,\"blockLeftPadding\":0,\"blockBottomPadding\":0} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-4c913b64\"><h6 class=\"uagb-heading-text\">Location​</h6></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/advanced-heading {\"block_id\":\"369c3180\",\"classMigrate\":true,\"headingTag\":\"h4\",\"headSpace\":0} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-369c3180\"><h4 class=\"uagb-heading-text\">7.8 km from Magaliesburg on the<br>Koster road, R509, Magaliesburg, 1791</h4></div>\n<!-- /wp:uagb/advanced-heading --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"d7b6f8df\",\"variationSelected\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-d7b6f8df\"><!-- wp:heading -->\n<h2>More info </h2>\n<!-- /wp:heading -->\n\n<!-- wp:heading {\"level\":5} -->\n<h5>FAQs </h5>\n<!-- /wp:heading -->\n\n<!-- wp:heading {\"level\":5} -->\n<h5>Pet Policy </h5>\n<!-- /wp:heading -->\n\n<!-- wp:heading {\"level\":5} -->\n<h5>Email feedback or support </h5>\n<!-- /wp:heading -->\n\n<!-- wp:heading {\"level\":5} -->\n<h5>Our location</h5>\n<!-- /wp:heading -->\n\n<!-- wp:heading {\"level\":5} -->\n<h5>Local interests</h5>\n<!-- /wp:heading --></div>\n<!-- /wp:uagb/container --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"b782391f\",\"innerContentWidth\":\"alignfull\",\"variationSelected\":true,\"isBlockRootParent\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-b782391f alignfull uagb-is-root-container\"></div>\n<!-- /wp:uagb/container -->',	'Contact',	'',	'inherit',	'closed',	'closed',	'',	'763-revision-v1',	'',	'',	'2022-12-15 13:55:15',	'2022-12-15 13:55:15',	'',	763,	'https://blueroan.netgen.cloud/?p=1295',	0,	'revision',	'',	0),
(1296,	2,	'2022-12-15 13:56:03',	'2022-12-15 13:56:03',	'{\n    \"custom_css[astra-child]\": {\n        \"value\": \".faq-tel-no a {\\ncolor: white !important; \\n}\\n\\n.faq-tel-no a:hover {\\ncolor: #2fc1ff !important; \\n}\\n\\nh5 {\\nborder: solid 1px black \\n}\\n\\nh5 {\\npadding: 10px\\n}\",\n        \"type\": \"custom_css\",\n        \"user_id\": 2,\n        \"date_modified_gmt\": \"2022-12-15 13:56:03\"\n    }\n}',	'',	'',	'trash',	'closed',	'closed',	'',	'04ef468e-0716-47cd-b6f4-82b02759ae8f',	'',	'',	'2022-12-15 13:56:03',	'2022-12-15 13:56:03',	'',	0,	'https://blueroan.netgen.cloud/04ef468e-0716-47cd-b6f4-82b02759ae8f/',	0,	'customize_changeset',	'',	0),
(1297,	2,	'2022-12-15 13:56:03',	'2022-12-15 13:56:03',	'.faq-tel-no a {\ncolor: white !important; \n}\n\n.faq-tel-no a:hover {\ncolor: #2fc1ff !important; \n}\n\nh5 {\nborder: solid 1px black \n}\n\nh5 {\npadding: 10px\n}',	'astra-child',	'',	'inherit',	'closed',	'closed',	'',	'19-revision-v1',	'',	'',	'2022-12-15 13:56:03',	'2022-12-15 13:56:03',	'',	19,	'https://blueroan.netgen.cloud/?p=1297',	0,	'revision',	'',	0),
(1298,	2,	'2022-12-15 13:56:44',	'2022-12-15 13:56:44',	'{\n    \"custom_css[astra-child]\": {\n        \"value\": \".faq-tel-no a {\\ncolor: white !important; \\n}\\n\\n.faq-tel-no a:hover {\\ncolor: #2fc1ff !important; \\n}\\n\\nh5 {\\nborder: solid 1px black \\n}\\n\\nh5 {\\npadding: 15px;\\n}\",\n        \"type\": \"custom_css\",\n        \"user_id\": 2,\n        \"date_modified_gmt\": \"2022-12-15 13:56:44\"\n    }\n}',	'',	'',	'trash',	'closed',	'closed',	'',	'9c79cf9b-a71b-4120-bfbf-719e01b6c5e5',	'',	'',	'2022-12-15 13:56:44',	'2022-12-15 13:56:44',	'',	0,	'https://blueroan.netgen.cloud/9c79cf9b-a71b-4120-bfbf-719e01b6c5e5/',	0,	'customize_changeset',	'',	0),
(1299,	2,	'2022-12-15 13:56:44',	'2022-12-15 13:56:44',	'.faq-tel-no a {\ncolor: white !important; \n}\n\n.faq-tel-no a:hover {\ncolor: #2fc1ff !important; \n}\n\nh5 {\nborder: solid 1px black \n}\n\nh5 {\npadding: 15px;\n}',	'astra-child',	'',	'inherit',	'closed',	'closed',	'',	'19-revision-v1',	'',	'',	'2022-12-15 13:56:44',	'2022-12-15 13:56:44',	'',	19,	'https://blueroan.netgen.cloud/?p=1299',	0,	'revision',	'',	0),
(1300,	2,	'2022-12-15 13:57:12',	'2022-12-15 13:57:12',	'<!-- wp:uagb/container {\"block_id\":\"ac6cf985\",\"backgroundType\":\"image\",\"backgroundImageDesktop\":{\"uploading\":false,\"date\":1670942633000,\"filename\":\"sun-coming-up.jpg\",\"menuOrder\":0,\"uploadedTo\":763,\"type\":\"image\",\"subtype\":\"jpeg\",\"id\":891,\"title\":\"sun-coming-up\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/sun-coming-up.jpg\",\"link\":\"https://blueroan.netgen.cloud/contact/sun-coming-up/\",\"alt\":\"\",\"author\":\"2\",\"description\":\"\",\"caption\":\"\",\"name\":\"sun-coming-up\",\"status\":\"inherit\",\"modified\":1670942633000,\"mime\":\"image/jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-includes/images/media/default.png\",\"dateFormatted\":\"December 13, 2022\",\"nonces\":{\"update\":\"0b6ba1e912\",\"delete\":\"ed9c1b4aaf\",\"edit\":\"102223bebb\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=891\\u0026action=edit\",\"meta\":false,\"authorName\":\"Netgen Support\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/profile.php\",\"uploadedToTitle\":\"Contact\",\"uploadedToLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=763\\u0026action=edit\",\"filesizeInBytes\":238877,\"filesizeHumanReadable\":\"233 KB\",\"context\":\"\",\"height\":800,\"width\":1200,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/sun-coming-up-150x150.jpg\",\"orientation\":\"landscape\"},\"medium\":{\"height\":200,\"width\":300,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/sun-coming-up-300x200.jpg\",\"orientation\":\"landscape\"},\"large\":{\"height\":683,\"width\":1024,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/sun-coming-up-1024x683.jpg\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/sun-coming-up.jpg\",\"height\":800,\"width\":1200,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"backgroundPositionDesktop\":{\"x\":0.6,\"y\":0.78},\"backgroundSizeTablet\":\"cover\",\"backgroundSizeMobile\":\"cover\",\"backgroundColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"backgroundImageColor\":\"rgba(42,42,42,0.5)\",\"topPaddingDesktop\":220,\"bottomPaddingDesktop\":150,\"topPaddingTablet\":170,\"bottomPaddingTablet\":160,\"leftPaddingTablet\":30,\"rightPaddingTablet\":30,\"topPaddingMobile\":180,\"bottomPaddingMobile\":80,\"leftPaddingMobile\":20,\"rightPaddingMobile\":20,\"paddingLink\":false,\"variationSelected\":true,\"isBlockRootParent\":true,\"overlayType\":\"color\"} -->\n<div class=\"wp-block-uagb-container uagb-block-ac6cf985 alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/advanced-heading {\"block_id\":\"7606c463\",\"classMigrate\":true,\"headingDescToggle\":true,\"headingColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"subHeadingColor\":\"var(\\u002d\\u002dast-global-color-4)\",\"headingTag\":\"h1\",\"headSpace\":20,\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"blockTopPadding\":0,\"blockRightPadding\":50,\"blockLeftPadding\":0,\"blockBottomPadding\":0,\"blockTopPaddingTablet\":0,\"blockRightPaddingTablet\":20,\"blockLeftPaddingTablet\":0,\"blockBottomPaddingTablet\":0,\"blockTopPaddingMobile\":0,\"blockRightPaddingMobile\":0,\"blockLeftPaddingMobile\":0,\"blockBottomPaddingMobile\":0,\"blockPaddingUnit\":\"%\",\"blockPaddingUnitTablet\":\"%\"} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-7606c463\"><h1 class=\"uagb-heading-text\">Contact Us​</h1><p class=\"uagb-desc-text\">Do you want to enquire about our pricing or arrangements we can help you with? Give us a call or send us an email. </p></div>\n<!-- /wp:uagb/advanced-heading --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"58108d96\",\"directionDesktop\":\"row\",\"alignItemsDesktop\":\"flex-start\",\"backgroundType\":\"color\",\"backgroundSizeTablet\":\"cover\",\"backgroundSizeMobile\":\"cover\",\"backgroundColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"topPaddingDesktop\":100,\"bottomPaddingDesktop\":100,\"topPaddingTablet\":80,\"bottomPaddingTablet\":80,\"leftPaddingTablet\":30,\"rightPaddingTablet\":30,\"topPaddingMobile\":80,\"bottomPaddingMobile\":80,\"leftPaddingMobile\":20,\"rightPaddingMobile\":20,\"paddingLink\":false,\"variationSelected\":true,\"rowGapMobile\":50,\"columnGapDesktop\":0,\"isBlockRootParent\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-58108d96 alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/container {\"block_id\":\"7426f57f\",\"topPaddingDesktop\":30,\"rightPaddingDesktop\":100,\"topPaddingTablet\":30,\"paddingLink\":false,\"variationSelected\":true,\"rowGapDesktop\":0,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-7426f57f\"><!-- wp:uagb/advanced-heading {\"block_id\":\"59910c99\",\"classMigrate\":true,\"headingTag\":\"h6\",\"headSpace\":10} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-59910c99\"><h6 class=\"uagb-heading-text\">Contact</h6></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/advanced-heading {\"block_id\":\"8d4bd6c2\",\"classMigrate\":true,\"headingTag\":\"h4\",\"headSpace\":0} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-8d4bd6c2\"><h4 class=\"uagb-heading-text\">Tel:&nbsp;<strong><a href=\"tel:+27825755409\">+ 27 (0) 82 575 5409</a></strong><br>Email:&nbsp;<strong><a href=\"mailto:blueroan@ugo.co.za\">blueroan@ugo.co.za</a></strong></h4></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/advanced-heading {\"block_id\":\"889c4bf1\",\"classMigrate\":true,\"headingTag\":\"h6\",\"headSpace\":10,\"blockTopPadding\":35,\"blockRightPadding\":0,\"blockLeftPadding\":0,\"blockBottomPadding\":0} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-889c4bf1\"><h6 class=\"uagb-heading-text\">Check-in &amp; Check-out times </h6></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/advanced-heading {\"block_id\":\"faab0c32\",\"classMigrate\":true,\"headingTag\":\"h4\",\"headSpace\":0} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-faab0c32\"><h4 class=\"uagb-heading-text\">Check-in after 14:00 and before 20:00<br>Check out by 10:00 am</h4></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/advanced-heading {\"block_id\":\"4c063113\",\"classMigrate\":true,\"headingTag\":\"h6\",\"headSpace\":10,\"blockTopPadding\":35,\"blockRightPadding\":0,\"blockLeftPadding\":0,\"blockBottomPadding\":0} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-4c063113\"><h6 class=\"uagb-heading-text\">Location​</h6></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/advanced-heading {\"block_id\":\"973937a7\",\"classMigrate\":true,\"headingTag\":\"h4\",\"headSpace\":0} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-973937a7\"><h4 class=\"uagb-heading-text\">7.8 km from Magaliesburg on the<br>Koster road, R509, Magaliesburg, 1791</h4></div>\n<!-- /wp:uagb/advanced-heading --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"f6dec175\",\"variationSelected\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-f6dec175\"><!-- wp:heading -->\n<h2>More info </h2>\n<!-- /wp:heading -->\n\n<!-- wp:heading {\"textAlign\":\"center\",\"level\":5} -->\n<h5 class=\"has-text-align-center\">FAQs </h5>\n<!-- /wp:heading -->\n\n<!-- wp:heading {\"textAlign\":\"center\",\"level\":5} -->\n<h5 class=\"has-text-align-center\">Pet Policy </h5>\n<!-- /wp:heading -->\n\n<!-- wp:heading {\"textAlign\":\"center\",\"level\":5} -->\n<h5 class=\"has-text-align-center\">Email feedback or support </h5>\n<!-- /wp:heading -->\n\n<!-- wp:heading {\"textAlign\":\"center\",\"level\":5} -->\n<h5 class=\"has-text-align-center\">Our location</h5>\n<!-- /wp:heading -->\n\n<!-- wp:heading {\"textAlign\":\"center\",\"level\":5} -->\n<h5 class=\"has-text-align-center\">Local interests</h5>\n<!-- /wp:heading --></div>\n<!-- /wp:uagb/container --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"7f59ad63\",\"innerContentWidth\":\"alignfull\",\"variationSelected\":true,\"isBlockRootParent\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-7f59ad63 alignfull uagb-is-root-container\"></div>\n<!-- /wp:uagb/container -->',	'Contact',	'',	'inherit',	'closed',	'closed',	'',	'763-revision-v1',	'',	'',	'2022-12-15 13:57:12',	'2022-12-15 13:57:12',	'',	763,	'https://blueroan.netgen.cloud/?p=1300',	0,	'revision',	'',	0),
(1301,	2,	'2022-12-15 13:59:17',	'2022-12-15 13:59:17',	'{\n    \"custom_css[astra-child]\": {\n        \"value\": \".faq-tel-no a {\\ncolor: white !important; \\n}\\n\\n.faq-tel-no a:hover {\\ncolor: #2fc1ff !important; \\n}\\n\\nh5 {\\nborder: solid 1px black \\n}\\n\\nh5 {\\npadding: 15px;\\nbackground-color: #08acf2;\\ncolor: white !important; \\n}\",\n        \"type\": \"custom_css\",\n        \"user_id\": 2,\n        \"date_modified_gmt\": \"2022-12-15 13:59:15\"\n    }\n}',	'',	'',	'trash',	'closed',	'closed',	'',	'd69ebe47-5edb-4d11-b733-31bee94e178b',	'',	'',	'2022-12-15 13:59:17',	'2022-12-15 13:59:17',	'',	0,	'https://blueroan.netgen.cloud/?p=1301',	0,	'customize_changeset',	'',	0),
(1302,	2,	'2022-12-15 13:59:17',	'2022-12-15 13:59:17',	'.faq-tel-no a {\ncolor: white !important; \n}\n\n.faq-tel-no a:hover {\ncolor: #2fc1ff !important; \n}\n\nh5 {\nborder: solid 1px black \n}\n\nh5 {\npadding: 15px;\nbackground-color: #08acf2;\ncolor: white !important; \n}',	'astra-child',	'',	'inherit',	'closed',	'closed',	'',	'19-revision-v1',	'',	'',	'2022-12-15 13:59:17',	'2022-12-15 13:59:17',	'',	19,	'https://blueroan.netgen.cloud/?p=1302',	0,	'revision',	'',	0),
(1303,	2,	'2022-12-15 14:00:18',	'2022-12-15 14:00:18',	'<!-- wp:cover {\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/sun-coming-up-1.jpg\",\"id\":1113,\"dimRatio\":0,\"overlayColor\":\"ast-global-color-1\",\"focalPoint\":{\"x\":0.44,\"y\":0.99},\"minHeight\":500,\"minHeightUnit\":\"px\",\"align\":\"full\"} -->\n<div class=\"wp-block-cover alignfull\" style=\"min-height:500px\"><span aria-hidden=\"true\" class=\"wp-block-cover__background has-ast-global-color-1-background-color has-background-dim-0 has-background-dim\"></span><img class=\"wp-block-cover__image-background wp-image-1113\" alt=\"\" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/sun-coming-up-1.jpg\" style=\"object-position:44% 99%\" data-object-fit=\"cover\" data-object-position=\"44% 99%\"/><div class=\"wp-block-cover__inner-container\"><!-- wp:spacer {\"height\":\"150px\"} -->\n<div style=\"height:150px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:columns {\"verticalAlignment\":\"bottom\",\"align\":\"wide\"} -->\n<div class=\"wp-block-columns alignwide are-vertically-aligned-bottom\"><!-- wp:column {\"verticalAlignment\":\"bottom\",\"width\":\"66.66%\"} -->\n<div class=\"wp-block-column is-vertically-aligned-bottom\" style=\"flex-basis:66.66%\"><!-- wp:heading {\"level\":1,\"textColor\":\"ast-global-color-5\"} -->\n<h1 class=\"has-ast-global-color-5-color has-text-color\">Frequently asked questions </h1>\n<!-- /wp:heading --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"verticalAlignment\":\"bottom\",\"width\":\"33.33%\"} -->\n<div class=\"wp-block-column is-vertically-aligned-bottom\" style=\"flex-basis:33.33%\"><!-- wp:heading {\"level\":3,\"textColor\":\"ast-global-color-5\",\"className\":\"faq-tel-no \"} -->\n<h3 class=\"faq-tel-no has-ast-global-color-5-color has-text-color\"><br><a href=\"tel:+27825755409\">+ 27 (0) 82 575 5409</a></h3>\n<!-- /wp:heading --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div></div>\n<!-- /wp:cover -->\n\n<!-- wp:uagb/container {\"block_id\":\"b3a01548\",\"variationSelected\":true,\"isBlockRootParent\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-b3a01548 alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:spacer {\"height\":\"45px\"} -->\n<div style=\"height:45px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:uagb/faq {\"block_id\":\"4a573467\",\"expandFirstItem\":false,\"boxBgType\":\"transparent\",\"boxBgColor\":\"#F5F5F5\",\"borderStyle\":\"\",\"borderWidth\":\"\",\"borderRadius\":\"\",\"borderColor\":\"\",\"vquestionPaddingDesktop\":15,\"hquestionPaddingDesktop\":15,\"iconAlign\":\"row-reverse\",\"schema\":\"{\\u0022@context\\u0022:\\u0022https://schema.org\\u0022,\\u0022@type\\u0022:\\u0022FAQPage\\u0022,\\u0022@id\\u0022:\\u0022https://blueroan.netgen.cloud/faqs/\\u0022,\\u0022mainEntity\\u0022:[{\\u0022@type\\u0022:\\u0022Question\\u0022,\\u0022name\\u0022:\\u0022\\u003cstrong\\u003eWhat is the check-in and check-out time?\\u003c/strong\\u003e\\u0022,\\u0022acceptedAnswer\\u0022:{\\u0022@type\\u0022:\\u0022Answer\\u0022,\\u0022text\\u0022:\\u0022Check-in after 14:00 and before 20:00\\u003cbr\\u003eCheck out by 10:00 am\\u0022}},{\\u0022@type\\u0022:\\u0022Question\\u0022,\\u0022name\\u0022:\\u0022\\u003cstrong\\u003eCan we stay later than the check-out time?\\u003c/strong\\u003e\\u0022,\\u0022acceptedAnswer\\u0022:{\\u0022@type\\u0022:\\u0022Answer\\u0022,\\u0022text\\u0022:\\u0022Please check with us. If we have no people waiting for your room, then you are welcome to stay later by arrangement.\\u0022}},{\\u0022@type\\u0022:\\u0022Question\\u0022,\\u0022name\\u0022:\\u0022\\u003cstrong\\u003eDo you accept credit or debit cards?\\u003c/strong\\u003e\\u0022,\\u0022acceptedAnswer\\u0022:{\\u0022@type\\u0022:\\u0022Answer\\u0022,\\u0022text\\u0022:\\u0022Yes, we accept credit cards and cheque cards but not debit cards.\\u003cbr\\u003e\\u0022}},{\\u0022@type\\u0022:\\u0022Question\\u0022,\\u0022name\\u0022:\\u0022\\u003cstrong\\u003eDo you serve meals?\\u003c/strong\\u003e\\u0022,\\u0022acceptedAnswer\\u0022:{\\u0022@type\\u0022:\\u0022Answer\\u0022,\\u0022text\\u0022:\\u0022No. However, we are close to many restaurants where a tasty and reasonably priced meal can be obtained.\\u0022}},{\\u0022@type\\u0022:\\u0022Question\\u0022,\\u0022name\\u0022:\\u0022\\u003cstrong\\u003eThis is a special date for me, a \\u003c/strong\\u003eBirthday, Anniversary,\\u003cstrong\\u003e or any other. Can you make it special for me?\\u003c/strong\\u003e\\u0022,\\u0022acceptedAnswer\\u0022:{\\u0022@type\\u0022:\\u0022Answer\\u0022,\\u0022text\\u0022:\\u0022Yes, just tell us about it and any special requests you have, and we will try and assist\\u0022}},{\\u0022@type\\u0022:\\u0022Question\\u0022,\\u0022name\\u0022:\\u0022\\u003cstrong\\u003eAre you pet friendly?\\u003c/strong\\u003e\\u0022,\\u0022acceptedAnswer\\u0022:{\\u0022@type\\u0022:\\u0022Answer\\u0022,\\u0022text\\u0022:\\u0022Yes by arrangement as the units have enclosed private gardens that can accommodate friendly dogs.  However, the Honeymoon suite and the Greek Villa are not used for pets.  Please ask for advice prior to your booking and please see the pet policy.\\u0022}}]}\",\"questionLeftPaddingDesktop\":15,\"questionBottomPaddingDesktop\":15,\"answerTopPadding\":0,\"answerRightPadding\":15,\"answerBottomPadding\":15,\"answerLeftPadding\":15,\"answerTopPaddingTablet\":10,\"answerRightPaddingTablet\":10,\"answerBottomPaddingTablet\":10,\"answerLeftPaddingTablet\":10,\"answerTopPaddingMobile\":10,\"answerRightPaddingMobile\":10,\"answerBottomPaddingMobile\":10,\"answerLeftPaddingMobile\":10,\"overallBorderTopWidth\":1,\"overallBorderLeftWidth\":1,\"overallBorderRightWidth\":1,\"overallBorderBottomWidth\":1,\"overallBorderTopLeftRadius\":2,\"overallBorderTopRightRadius\":2,\"overallBorderBottomLeftRadius\":2,\"overallBorderBottomRightRadius\":2,\"overallBorderStyle\":\"solid\",\"overallBorderColor\":\"#D2D2D2\"} -->\n<div class=\"wp-block-uagb-faq uagb-faq__outer-wrap uagb-block-4a573467 uagb-faq-icon-row-reverse uagb-faq-layout-accordion uagb-faq-expand-first-false uagb-faq-inactive-other-true uagb-faq__wrap uagb-buttons-layout-wrap uagb-faq-equal-height\" data-faqtoggle=\"true\" role=\"tablist\"><!-- wp:uagb/faq-child {\"block_id\":\"b2de2ac5\",\"question\":\"\\u003cstrong\\u003eWhat is the check-in and check-out time?\\u003c/strong\\u003e\",\"answer\":\"Check-in after 14:00 and before 20:00\\u003cbr\\u003eCheck out by 10:00 am\"} -->\n<div class=\"wp-block-uagb-faq-child uagb-faq-child__outer-wrap uagb-faq-item uagb-block-b2de2ac5\" role=\"tab\" tabindex=\"0\"><div class=\"uagb-faq-questions-button uagb-faq-questions\"><span class=\"uagb-icon uagb-faq-icon-wrap\"><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 448 512\"><path d=\"M432 256c0 17.69-14.33 32.01-32 32.01H256v144c0 17.69-14.33 31.99-32 31.99s-32-14.3-32-31.99v-144H48c-17.67 0-32-14.32-32-32.01s14.33-31.99 32-31.99H192v-144c0-17.69 14.33-32.01 32-32.01s32 14.32 32 32.01v144h144C417.7 224 432 238.3 432 256z\"></path></svg></span><span class=\"uagb-icon-active uagb-faq-icon-wrap\"><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 448 512\"><path d=\"M400 288h-352c-17.69 0-32-14.32-32-32.01s14.31-31.99 32-31.99h352c17.69 0 32 14.3 32 31.99S417.7 288 400 288z\"></path></svg></span><span class=\"uagb-question\"><strong>What is the check-in and check-out time?</strong></span></div><p class=\"uagb-faq-content\">Check-in after 14:00 and before 20:00<br>Check out by 10:00 am</p></div>\n<!-- /wp:uagb/faq-child -->\n\n<!-- wp:uagb/faq-child {\"block_id\":\"9c21f67b\",\"question\":\"\\u003cstrong\\u003eCan we stay later than the check-out time?\\u003c/strong\\u003e\",\"answer\":\"Please check with us. If we have no people waiting for your room, then you are welcome to stay later by arrangement.\"} -->\n<div class=\"wp-block-uagb-faq-child uagb-faq-child__outer-wrap uagb-faq-item uagb-block-9c21f67b\" role=\"tab\" tabindex=\"0\"><div class=\"uagb-faq-questions-button uagb-faq-questions\"><span class=\"uagb-icon uagb-faq-icon-wrap\"><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 448 512\"><path d=\"M432 256c0 17.69-14.33 32.01-32 32.01H256v144c0 17.69-14.33 31.99-32 31.99s-32-14.3-32-31.99v-144H48c-17.67 0-32-14.32-32-32.01s14.33-31.99 32-31.99H192v-144c0-17.69 14.33-32.01 32-32.01s32 14.32 32 32.01v144h144C417.7 224 432 238.3 432 256z\"></path></svg></span><span class=\"uagb-icon-active uagb-faq-icon-wrap\"><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 448 512\"><path d=\"M400 288h-352c-17.69 0-32-14.32-32-32.01s14.31-31.99 32-31.99h352c17.69 0 32 14.3 32 31.99S417.7 288 400 288z\"></path></svg></span><span class=\"uagb-question\"><strong>Can we stay later than the check-out time?</strong></span></div><p class=\"uagb-faq-content\">Please check with us. If we have no people waiting for your room, then you are welcome to stay later by arrangement.</p></div>\n<!-- /wp:uagb/faq-child -->\n\n<!-- wp:uagb/faq-child {\"block_id\":\"cd181d44\",\"question\":\"\\u003cstrong\\u003eDo you accept credit or debit cards?\\u003c/strong\\u003e\",\"answer\":\"Yes, we accept credit cards and cheque cards but not debit cards.\\u003cbr\\u003e\"} -->\n<div class=\"wp-block-uagb-faq-child uagb-faq-child__outer-wrap uagb-faq-item uagb-block-cd181d44\" role=\"tab\" tabindex=\"0\"><div class=\"uagb-faq-questions-button uagb-faq-questions\"><span class=\"uagb-icon uagb-faq-icon-wrap\"><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 448 512\"><path d=\"M432 256c0 17.69-14.33 32.01-32 32.01H256v144c0 17.69-14.33 31.99-32 31.99s-32-14.3-32-31.99v-144H48c-17.67 0-32-14.32-32-32.01s14.33-31.99 32-31.99H192v-144c0-17.69 14.33-32.01 32-32.01s32 14.32 32 32.01v144h144C417.7 224 432 238.3 432 256z\"></path></svg></span><span class=\"uagb-icon-active uagb-faq-icon-wrap\"><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 448 512\"><path d=\"M400 288h-352c-17.69 0-32-14.32-32-32.01s14.31-31.99 32-31.99h352c17.69 0 32 14.3 32 31.99S417.7 288 400 288z\"></path></svg></span><span class=\"uagb-question\"><strong>Do you accept credit or debit cards?</strong></span></div><p class=\"uagb-faq-content\">Yes, we accept credit cards and cheque cards but not debit cards.<br></p></div>\n<!-- /wp:uagb/faq-child -->\n\n<!-- wp:uagb/faq-child {\"block_id\":\"8c85dee2\",\"question\":\"\\u003cstrong\\u003eDo you serve meals?\\u003c/strong\\u003e\",\"answer\":\"No. However, we are close to many restaurants where a tasty and reasonably priced meal can be obtained.\"} -->\n<div class=\"wp-block-uagb-faq-child uagb-faq-child__outer-wrap uagb-faq-item uagb-block-8c85dee2\" role=\"tab\" tabindex=\"0\"><div class=\"uagb-faq-questions-button uagb-faq-questions\"><span class=\"uagb-icon uagb-faq-icon-wrap\"><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 448 512\"><path d=\"M432 256c0 17.69-14.33 32.01-32 32.01H256v144c0 17.69-14.33 31.99-32 31.99s-32-14.3-32-31.99v-144H48c-17.67 0-32-14.32-32-32.01s14.33-31.99 32-31.99H192v-144c0-17.69 14.33-32.01 32-32.01s32 14.32 32 32.01v144h144C417.7 224 432 238.3 432 256z\"></path></svg></span><span class=\"uagb-icon-active uagb-faq-icon-wrap\"><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 448 512\"><path d=\"M400 288h-352c-17.69 0-32-14.32-32-32.01s14.31-31.99 32-31.99h352c17.69 0 32 14.3 32 31.99S417.7 288 400 288z\"></path></svg></span><span class=\"uagb-question\"><strong>Do you serve meals?</strong></span></div><p class=\"uagb-faq-content\">No. However, we are close to many restaurants where a tasty and reasonably priced meal can be obtained.</p></div>\n<!-- /wp:uagb/faq-child -->\n\n<!-- wp:uagb/faq-child {\"block_id\":\"2dd9b2bc\",\"question\":\"\\u003cstrong\\u003eThis is a special date for me, a \\u003c/strong\\u003eBirthday, Anniversary,\\u003cstrong\\u003e or any other. Can you make it special for me?\\u003c/strong\\u003e\",\"answer\":\"Yes, just tell us about it and any special requests you have, and we will try and assist\"} -->\n<div class=\"wp-block-uagb-faq-child uagb-faq-child__outer-wrap uagb-faq-item uagb-block-2dd9b2bc\" role=\"tab\" tabindex=\"0\"><div class=\"uagb-faq-questions-button uagb-faq-questions\"><span class=\"uagb-icon uagb-faq-icon-wrap\"><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 448 512\"><path d=\"M432 256c0 17.69-14.33 32.01-32 32.01H256v144c0 17.69-14.33 31.99-32 31.99s-32-14.3-32-31.99v-144H48c-17.67 0-32-14.32-32-32.01s14.33-31.99 32-31.99H192v-144c0-17.69 14.33-32.01 32-32.01s32 14.32 32 32.01v144h144C417.7 224 432 238.3 432 256z\"></path></svg></span><span class=\"uagb-icon-active uagb-faq-icon-wrap\"><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 448 512\"><path d=\"M400 288h-352c-17.69 0-32-14.32-32-32.01s14.31-31.99 32-31.99h352c17.69 0 32 14.3 32 31.99S417.7 288 400 288z\"></path></svg></span><span class=\"uagb-question\"><strong>This is a special date for me, a </strong>Birthday, Anniversary,<strong> or any other. Can you make it special for me?</strong></span></div><p class=\"uagb-faq-content\">Yes, just tell us about it and any special requests you have, and we will try and assist</p></div>\n<!-- /wp:uagb/faq-child -->\n\n<!-- wp:uagb/faq-child {\"block_id\":\"37f665ab\",\"question\":\"\\u003cstrong\\u003eAre you pet friendly?\\u003c/strong\\u003e\",\"answer\":\"Yes by arrangement as the units have enclosed private gardens that can accommodate friendly dogs.  However, the Honeymoon suite and the Greek Villa are not used for pets.  Please ask for advice prior to your booking and please see the pet policy.\"} -->\n<div class=\"wp-block-uagb-faq-child uagb-faq-child__outer-wrap uagb-faq-item uagb-block-37f665ab\" role=\"tab\" tabindex=\"0\"><div class=\"uagb-faq-questions-button uagb-faq-questions\"><span class=\"uagb-icon uagb-faq-icon-wrap\"><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 448 512\"><path d=\"M432 256c0 17.69-14.33 32.01-32 32.01H256v144c0 17.69-14.33 31.99-32 31.99s-32-14.3-32-31.99v-144H48c-17.67 0-32-14.32-32-32.01s14.33-31.99 32-31.99H192v-144c0-17.69 14.33-32.01 32-32.01s32 14.32 32 32.01v144h144C417.7 224 432 238.3 432 256z\"></path></svg></span><span class=\"uagb-icon-active uagb-faq-icon-wrap\"><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 448 512\"><path d=\"M400 288h-352c-17.69 0-32-14.32-32-32.01s14.31-31.99 32-31.99h352c17.69 0 32 14.3 32 31.99S417.7 288 400 288z\"></path></svg></span><span class=\"uagb-question\"><strong>Are you pet friendly?</strong></span></div><p class=\"uagb-faq-content\">Yes by arrangement as the units have enclosed private gardens that can accommodate friendly dogs.  However, the Honeymoon suite and the Greek Villa are not used for pets.  Please ask for advice prior to your booking and please see the pet policy.</p></div>\n<!-- /wp:uagb/faq-child --></div>\n<!-- /wp:uagb/faq -->\n\n<!-- wp:spacer {\"height\":\"45px\"} -->\n<div style=\"height:45px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:heading -->\n<h2 id=\"pet-policy\">BLUE ROAN PET POLICY</h2>\n<!-- /wp:heading -->\n\n<!-- wp:uagb/faq {\"block_id\":\"85cf5c76\",\"expandFirstItem\":false,\"boxBgColor\":\"#F5F5F5\",\"borderStyle\":\"\",\"borderWidth\":\"\",\"borderRadius\":\"\",\"borderColor\":\"\",\"vquestionPaddingDesktop\":15,\"hquestionPaddingDesktop\":15,\"iconAlign\":\"row-reverse\",\"schema\":\"{\\u0022@context\\u0022:\\u0022https://schema.org\\u0022,\\u0022@type\\u0022:\\u0022FAQPage\\u0022,\\u0022@id\\u0022:\\u0022https://blueroan.netgen.cloud/faqs/\\u0022,\\u0022mainEntity\\u0022:[{\\u0022@type\\u0022:\\u0022Question\\u0022,\\u0022name\\u0022:\\u0022View the Blue Roan Pet Policy \\u0022,\\u0022acceptedAnswer\\u0022:{\\u0022@type\\u0022:\\u0022Answer\\u0022,\\u0022text\\u0022:\\u0022Blue Roan offers pet owners the opportunity to enjoy their holiday with their lovable pets, the number and size, and breed must be pre-arranged and agreed to.  We have lovely safe off-leash walking trails on our property as well as the right to use neighbouring farms.  We love all animals and have quite a few of our own.  However, owing to our particular setup, which has its flaws, this invitation is extended only to owners with well-behaved and controllable dogs and is subject to the following conditions:\\u003cbr\\u003e\\u003cbr\\u003e1. Owners must stay with their animals at all times,  meaning you cannot go out at all without taking your dogs with you, as dogs in an unfamiliar environment are likely to exhibit anxiety which will result in uncontrolled barking.  We are not “boarding kennels”.  There are at least 4 restaurants that are pet friendly in the area.  We will point these out to you.  You will not be able to bring your dogs to the swimming pool as it is in the main garden where our dogs live.  \\u003cbr\\u003e\\u003cbr\\u003e2. All dogs will bark from time to time briefly at something or someone new, but the onus is upon the owner to approach their dogs and calm them down and stop the barking as soon as reasonably possible.  All the cottages are individually fenced (1.2 meters high) and gated to give you and your dogs a private space but unfortunately, noise does not stop at the fence!  The fences are separate from each other.  This is not the right place to bring “Yappers” who bark at everything that moves and nothing at all!  Dogs that can jump over fences and that cannot be contained in the gardens are not allowed.\\u003cbr\\u003e\\u003cbr\\u003e3. Please take note that pet-friendly accommodation requires that your pets are well trained, have their own sleeping bags, blankets and toys, that they do not jump onto or chew furniture or sleep on beds/sofa,s and that are \\\\\\u0022flea-free\\\\\\u0022 N.B. You will be responsible for cleaning after your pets, picking up their waste, and ensuring that the garden is left in the way that you have found it. We will exercise the right to hold you responsible for any damage caused by your pets.\\u003cbr\\u003e\\u003cbr\\u003e4. On arrival, guests are requested to get their dogs safely into their garden - the carport area is not safe.  Once in your garden, your dogs are safe to run around and in the park as well.  You will be shown where the walking trails are and the areas where it is safe to let your dogs off-leash.  Please respect the safe areas pointed out to you – we cannot be held responsible for possible injuries to dogs who are outside their boundaries.\\u003cbr\\u003e\\u003cbr\\u003e5. We try to provide tranquil accommodation for all our guests and therefore dog owners who are unable to control their dogs and allow them to disturb other guests or owners who leave dogs unattended, will be requested to remove the dogs from the property.   Should the owner decide to leave as well, there will be no refund for early departure.\\u0022}}]}\",\"questionLeftPaddingDesktop\":15,\"questionBottomPaddingDesktop\":15,\"answerTopPadding\":0,\"answerRightPadding\":15,\"answerBottomPadding\":15,\"answerLeftPadding\":15,\"answerTopPaddingTablet\":10,\"answerRightPaddingTablet\":10,\"answerBottomPaddingTablet\":10,\"answerLeftPaddingTablet\":10,\"answerTopPaddingMobile\":10,\"answerRightPaddingMobile\":10,\"answerBottomPaddingMobile\":10,\"answerLeftPaddingMobile\":10,\"overallBorderTopWidth\":1,\"overallBorderLeftWidth\":1,\"overallBorderRightWidth\":1,\"overallBorderBottomWidth\":1,\"overallBorderTopLeftRadius\":2,\"overallBorderTopRightRadius\":2,\"overallBorderBottomLeftRadius\":2,\"overallBorderBottomRightRadius\":2,\"overallBorderStyle\":\"none\",\"overallBorderColor\":\"#D2D2D2\"} -->\n<div class=\"wp-block-uagb-faq uagb-faq__outer-wrap uagb-block-85cf5c76 uagb-faq-icon-row-reverse uagb-faq-layout-accordion uagb-faq-expand-first-false uagb-faq-inactive-other-true uagb-faq__wrap uagb-buttons-layout-wrap uagb-faq-equal-height\" data-faqtoggle=\"true\" role=\"tablist\"><!-- wp:uagb/faq-child {\"block_id\":\"abee6577\",\"question\":\"View the Blue Roan Pet Policy \",\"answer\":\"Blue Roan offers pet owners the opportunity to enjoy their holiday with their lovable pets, the number and size, and breed must be pre-arranged and agreed to.  We have lovely safe off-leash walking trails on our property as well as the right to use neighbouring farms.  We love all animals and have quite a few of our own.  However, owing to our particular setup, which has its flaws, this invitation is extended only to owners with well-behaved and controllable dogs and is subject to the following conditions:\\u003cbr\\u003e\\u003cbr\\u003e1. Owners must stay with their animals at all times,  meaning you cannot go out at all without taking your dogs with you, as dogs in an unfamiliar environment are likely to exhibit anxiety which will result in uncontrolled barking.  We are not “boarding kennels”.  There are at least 4 restaurants that are pet friendly in the area.  We will point these out to you.  You will not be able to bring your dogs to the swimming pool as it is in the main garden where our dogs live.  \\u003cbr\\u003e\\u003cbr\\u003e2. All dogs will bark from time to time briefly at something or someone new, but the onus is upon the owner to approach their dogs and calm them down and stop the barking as soon as reasonably possible.  All the cottages are individually fenced (1.2 meters high) and gated to give you and your dogs a private space but unfortunately, noise does not stop at the fence!  The fences are separate from each other.  This is not the right place to bring “Yappers” who bark at everything that moves and nothing at all!  Dogs that can jump over fences and that cannot be contained in the gardens are not allowed.\\u003cbr\\u003e\\u003cbr\\u003e3. Please take note that pet-friendly accommodation requires that your pets are well trained, have their own sleeping bags, blankets and toys, that they do not jump onto or chew furniture or sleep on beds/sofa,s and that are \\u0022flea-free\\u0022 N.B. You will be responsible for cleaning after your pets, picking up their waste, and ensuring that the garden is left in the way that you have found it. We will exercise the right to hold you responsible for any damage caused by your pets.\\u003cbr\\u003e\\u003cbr\\u003e4. On arrival, guests are requested to get their dogs safely into their garden - the carport area is not safe.  Once in your garden, your dogs are safe to run around and in the park as well.  You will be shown where the walking trails are and the areas where it is safe to let your dogs off-leash.  Please respect the safe areas pointed out to you – we cannot be held responsible for possible injuries to dogs who are outside their boundaries.\\u003cbr\\u003e\\u003cbr\\u003e5. We try to provide tranquil accommodation for all our guests and therefore dog owners who are unable to control their dogs and allow them to disturb other guests or owners who leave dogs unattended, will be requested to remove the dogs from the property.   Should the owner decide to leave as well, there will be no refund for early departure.\"} -->\n<div class=\"wp-block-uagb-faq-child uagb-faq-child__outer-wrap uagb-faq-item uagb-block-abee6577\" role=\"tab\" tabindex=\"0\"><div class=\"uagb-faq-questions-button uagb-faq-questions\"><span class=\"uagb-icon uagb-faq-icon-wrap\"><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 448 512\"><path d=\"M432 256c0 17.69-14.33 32.01-32 32.01H256v144c0 17.69-14.33 31.99-32 31.99s-32-14.3-32-31.99v-144H48c-17.67 0-32-14.32-32-32.01s14.33-31.99 32-31.99H192v-144c0-17.69 14.33-32.01 32-32.01s32 14.32 32 32.01v144h144C417.7 224 432 238.3 432 256z\"></path></svg></span><span class=\"uagb-icon-active uagb-faq-icon-wrap\"><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 448 512\"><path d=\"M400 288h-352c-17.69 0-32-14.32-32-32.01s14.31-31.99 32-31.99h352c17.69 0 32 14.3 32 31.99S417.7 288 400 288z\"></path></svg></span><span class=\"uagb-question\">View the Blue Roan Pet Policy </span></div><p class=\"uagb-faq-content\">Blue Roan offers pet owners the opportunity to enjoy their holiday with their lovable pets, the number and size, and breed must be pre-arranged and agreed to.  We have lovely safe off-leash walking trails on our property as well as the right to use neighbouring farms.  We love all animals and have quite a few of our own.  However, owing to our particular setup, which has its flaws, this invitation is extended only to owners with well-behaved and controllable dogs and is subject to the following conditions:<br><br>1. Owners must stay with their animals at all times,  meaning you cannot go out at all without taking your dogs with you, as dogs in an unfamiliar environment are likely to exhibit anxiety which will result in uncontrolled barking.  We are not “boarding kennels”.  There are at least 4 restaurants that are pet friendly in the area.  We will point these out to you.  You will not be able to bring your dogs to the swimming pool as it is in the main garden where our dogs live.  <br><br>2. All dogs will bark from time to time briefly at something or someone new, but the onus is upon the owner to approach their dogs and calm them down and stop the barking as soon as reasonably possible.  All the cottages are individually fenced (1.2 meters high) and gated to give you and your dogs a private space but unfortunately, noise does not stop at the fence!  The fences are separate from each other.  This is not the right place to bring “Yappers” who bark at everything that moves and nothing at all!  Dogs that can jump over fences and that cannot be contained in the gardens are not allowed.<br><br>3. Please take note that pet-friendly accommodation requires that your pets are well trained, have their own sleeping bags, blankets and toys, that they do not jump onto or chew furniture or sleep on beds/sofa,s and that are \"flea-free\" N.B. You will be responsible for cleaning after your pets, picking up their waste, and ensuring that the garden is left in the way that you have found it. We will exercise the right to hold you responsible for any damage caused by your pets.<br><br>4. On arrival, guests are requested to get their dogs safely into their garden - the carport area is not safe.  Once in your garden, your dogs are safe to run around and in the park as well.  You will be shown where the walking trails are and the areas where it is safe to let your dogs off-leash.  Please respect the safe areas pointed out to you – we cannot be held responsible for possible injuries to dogs who are outside their boundaries.<br><br>5. We try to provide tranquil accommodation for all our guests and therefore dog owners who are unable to control their dogs and allow them to disturb other guests or owners who leave dogs unattended, will be requested to remove the dogs from the property.   Should the owner decide to leave as well, there will be no refund for early departure.</p></div>\n<!-- /wp:uagb/faq-child --></div>\n<!-- /wp:uagb/faq --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:cover {\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Blue-roan-pool-01.jpg\",\"id\":782,\"dimRatio\":65,\"overlayColor\":\"ast-global-color-2\",\"focalPoint\":{\"x\":0.51,\"y\":0.69},\"minHeight\":500,\"align\":\"full\"} -->\n<div class=\"wp-block-cover alignfull\" style=\"min-height:500px\"><span aria-hidden=\"true\" class=\"wp-block-cover__background has-ast-global-color-2-background-color has-background-dim-70 has-background-dim\"></span><img class=\"wp-block-cover__image-background wp-image-782\" alt=\"\" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Blue-roan-pool-01.jpg\" style=\"object-position:51% 69%\" data-object-fit=\"cover\" data-object-position=\"51% 69%\"/><div class=\"wp-block-cover__inner-container\"><!-- wp:columns {\"verticalAlignment\":\"center\",\"align\":\"wide\"} -->\n<div class=\"wp-block-columns alignwide are-vertically-aligned-center\"><!-- wp:column {\"verticalAlignment\":\"center\",\"width\":\"66.66%\"} -->\n<div class=\"wp-block-column is-vertically-aligned-center\" style=\"flex-basis:66.66%\"><!-- wp:heading {\"textColor\":\"white\"} -->\n<h2 class=\"has-white-color has-text-color\">Sleep in Absolute Peace Wake up to Bright Sunshine</h2>\n<!-- /wp:heading -->\n\n<!-- wp:buttons -->\n<div class=\"wp-block-buttons\"><!-- wp:button -->\n<div class=\"wp-block-button\"><a class=\"wp-block-button__link wp-element-button\" href=\"https://book.nightsbridge.com/11065\" target=\"_blank\" rel=\"noreferrer noopener\">Reservations</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"verticalAlignment\":\"center\",\"width\":\"33.33%\"} -->\n<div class=\"wp-block-column is-vertically-aligned-center\" style=\"flex-basis:33.33%\"></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div></div>\n<!-- /wp:cover -->',	'FAQs',	'',	'inherit',	'closed',	'closed',	'',	'933-revision-v1',	'',	'',	'2022-12-15 14:00:18',	'2022-12-15 14:00:18',	'',	933,	'https://blueroan.netgen.cloud/?p=1303',	0,	'revision',	'',	0),
(1305,	2,	'2022-12-15 14:02:10',	'2022-12-15 14:02:10',	'<!-- wp:uagb/container {\"block_id\":\"d552f7f8\",\"backgroundType\":\"image\",\"backgroundImageDesktop\":{\"uploading\":false,\"date\":1670942633000,\"filename\":\"sun-coming-up.jpg\",\"menuOrder\":0,\"uploadedTo\":763,\"type\":\"image\",\"subtype\":\"jpeg\",\"id\":891,\"title\":\"sun-coming-up\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/sun-coming-up.jpg\",\"link\":\"https://blueroan.netgen.cloud/contact/sun-coming-up/\",\"alt\":\"\",\"author\":\"2\",\"description\":\"\",\"caption\":\"\",\"name\":\"sun-coming-up\",\"status\":\"inherit\",\"modified\":1670942633000,\"mime\":\"image/jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-includes/images/media/default.png\",\"dateFormatted\":\"December 13, 2022\",\"nonces\":{\"update\":\"0b6ba1e912\",\"delete\":\"ed9c1b4aaf\",\"edit\":\"102223bebb\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=891\\u0026action=edit\",\"meta\":false,\"authorName\":\"Netgen Support\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/profile.php\",\"uploadedToTitle\":\"Contact\",\"uploadedToLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=763\\u0026action=edit\",\"filesizeInBytes\":238877,\"filesizeHumanReadable\":\"233 KB\",\"context\":\"\",\"height\":800,\"width\":1200,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/sun-coming-up-150x150.jpg\",\"orientation\":\"landscape\"},\"medium\":{\"height\":200,\"width\":300,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/sun-coming-up-300x200.jpg\",\"orientation\":\"landscape\"},\"large\":{\"height\":683,\"width\":1024,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/sun-coming-up-1024x683.jpg\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/sun-coming-up.jpg\",\"height\":800,\"width\":1200,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"backgroundPositionDesktop\":{\"x\":0.6,\"y\":0.78},\"backgroundSizeTablet\":\"cover\",\"backgroundSizeMobile\":\"cover\",\"backgroundColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"backgroundImageColor\":\"rgba(42,42,42,0.5)\",\"topPaddingDesktop\":220,\"bottomPaddingDesktop\":150,\"topPaddingTablet\":170,\"bottomPaddingTablet\":160,\"leftPaddingTablet\":30,\"rightPaddingTablet\":30,\"topPaddingMobile\":180,\"bottomPaddingMobile\":80,\"leftPaddingMobile\":20,\"rightPaddingMobile\":20,\"paddingLink\":false,\"variationSelected\":true,\"isBlockRootParent\":true,\"overlayType\":\"color\"} -->\n<div class=\"wp-block-uagb-container uagb-block-d552f7f8 alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/advanced-heading {\"block_id\":\"565c7c3f\",\"classMigrate\":true,\"headingDescToggle\":true,\"headingColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"subHeadingColor\":\"var(\\u002d\\u002dast-global-color-4)\",\"headingTag\":\"h1\",\"headSpace\":20,\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"blockTopPadding\":0,\"blockRightPadding\":50,\"blockLeftPadding\":0,\"blockBottomPadding\":0,\"blockTopPaddingTablet\":0,\"blockRightPaddingTablet\":20,\"blockLeftPaddingTablet\":0,\"blockBottomPaddingTablet\":0,\"blockTopPaddingMobile\":0,\"blockRightPaddingMobile\":0,\"blockLeftPaddingMobile\":0,\"blockBottomPaddingMobile\":0,\"blockPaddingUnit\":\"%\",\"blockPaddingUnitTablet\":\"%\"} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-565c7c3f\"><h1 class=\"uagb-heading-text\">Contact Us​</h1><p class=\"uagb-desc-text\">Do you want to enquire about our pricing or arrangements we can help you with? Give us a call or send us an email. </p></div>\n<!-- /wp:uagb/advanced-heading --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"d8db17d8\",\"directionDesktop\":\"row\",\"alignItemsDesktop\":\"flex-start\",\"backgroundType\":\"color\",\"backgroundSizeTablet\":\"cover\",\"backgroundSizeMobile\":\"cover\",\"backgroundColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"topPaddingDesktop\":100,\"bottomPaddingDesktop\":100,\"topPaddingTablet\":80,\"bottomPaddingTablet\":80,\"leftPaddingTablet\":30,\"rightPaddingTablet\":30,\"topPaddingMobile\":80,\"bottomPaddingMobile\":80,\"leftPaddingMobile\":20,\"rightPaddingMobile\":20,\"paddingLink\":false,\"variationSelected\":true,\"rowGapMobile\":50,\"columnGapDesktop\":0,\"isBlockRootParent\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-d8db17d8 alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/container {\"block_id\":\"e17ce2a5\",\"topPaddingDesktop\":30,\"rightPaddingDesktop\":100,\"topPaddingTablet\":30,\"paddingLink\":false,\"variationSelected\":true,\"rowGapDesktop\":0,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-e17ce2a5\"><!-- wp:uagb/advanced-heading {\"block_id\":\"521c98ed\",\"classMigrate\":true,\"headingTag\":\"h6\",\"headSpace\":10} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-521c98ed\"><h6 class=\"uagb-heading-text\">Contact</h6></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/advanced-heading {\"block_id\":\"27c92f21\",\"classMigrate\":true,\"headingTag\":\"h4\",\"headSpace\":0} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-27c92f21\"><h4 class=\"uagb-heading-text\">Tel:&nbsp;<strong><a href=\"tel:+27825755409\">+ 27 (0) 82 575 5409</a></strong><br>Email:&nbsp;<strong><a href=\"mailto:blueroan@ugo.co.za\">blueroan@ugo.co.za</a></strong></h4></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/advanced-heading {\"block_id\":\"a2c566e6\",\"classMigrate\":true,\"headingTag\":\"h6\",\"headSpace\":10,\"blockTopPadding\":35,\"blockRightPadding\":0,\"blockLeftPadding\":0,\"blockBottomPadding\":0} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-a2c566e6\"><h6 class=\"uagb-heading-text\">Check-in &amp; Check-out times </h6></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/advanced-heading {\"block_id\":\"08dc66dc\",\"classMigrate\":true,\"headingTag\":\"h4\",\"headSpace\":0} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-08dc66dc\"><h4 class=\"uagb-heading-text\">Check-in after 14:00 and before 20:00<br>Check out by 10:00 am</h4></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/advanced-heading {\"block_id\":\"724996fd\",\"classMigrate\":true,\"headingTag\":\"h6\",\"headSpace\":10,\"blockTopPadding\":35,\"blockRightPadding\":0,\"blockLeftPadding\":0,\"blockBottomPadding\":0} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-724996fd\"><h6 class=\"uagb-heading-text\">Location​</h6></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/advanced-heading {\"block_id\":\"99fce543\",\"classMigrate\":true,\"headingTag\":\"h4\",\"headSpace\":0} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-99fce543\"><h4 class=\"uagb-heading-text\">7.8 km from Magaliesburg on the<br>Koster road, R509, Magaliesburg, 1791</h4></div>\n<!-- /wp:uagb/advanced-heading --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"45ef62e1\",\"variationSelected\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-45ef62e1\"><!-- wp:heading -->\n<h2>More info </h2>\n<!-- /wp:heading -->\n\n<!-- wp:heading {\"textAlign\":\"center\",\"level\":5} -->\n<h5 class=\"has-text-align-center\"><a href=\"/faqs/\">FAQs </a></h5>\n<!-- /wp:heading -->\n\n<!-- wp:heading {\"textAlign\":\"center\",\"level\":5} -->\n<h5 class=\"has-text-align-center\"><a href=\"/faqs/#pet-policy\">Pet Policy </a></h5>\n<!-- /wp:heading -->\n\n<!-- wp:heading {\"textAlign\":\"center\",\"level\":5} -->\n<h5 class=\"has-text-align-center\"><a href=\"mailto: blueroan@ugo.co.za\">Email feedback or support </a></h5>\n<!-- /wp:heading -->\n\n<!-- wp:heading {\"textAlign\":\"center\",\"level\":5} -->\n<h5 class=\"has-text-align-center\"><a href=\"https://www.google.co.za/maps/place/Blue+Roan+Country+Lodge+Magaliesburg/@-26.0052002,27.4666378,17z/data=!3m1!4b1!4m8!3m7!1s0x1e95f3cf93e0be45:0xeb946cc837d4d199!5m2!4m1!1i2!8m2!3d-26.0052002!4d27.4688265\" target=\"_blank\" rel=\"noreferrer noopener\">Our location</a></h5>\n<!-- /wp:heading -->\n\n<!-- wp:heading {\"textAlign\":\"center\",\"level\":5} -->\n<h5 class=\"has-text-align-center\"><a href=\"/amenities/#nearby-visits\">Local interests</a></h5>\n<!-- /wp:heading --></div>\n<!-- /wp:uagb/container --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"b43993d6\",\"innerContentWidth\":\"alignfull\",\"variationSelected\":true,\"isBlockRootParent\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-b43993d6 alignfull uagb-is-root-container\"></div>\n<!-- /wp:uagb/container -->',	'Contact',	'',	'inherit',	'closed',	'closed',	'',	'763-revision-v1',	'',	'',	'2022-12-15 14:02:10',	'2022-12-15 14:02:10',	'',	763,	'https://blueroan.netgen.cloud/?p=1305',	0,	'revision',	'',	0),
(1306,	2,	'2022-12-15 14:03:47',	'2022-12-15 14:03:47',	'{\n    \"custom_css[astra-child]\": {\n        \"value\": \".faq-tel-no a {\\ncolor: white !important; \\n}\\n\\n.faq-tel-no a:hover {\\ncolor: #2fc1ff !important; \\n}\\n\\nh5 {\\nborder: solid 1px black \\n}\\n\\nh5 {\\npadding: 15px;\\nbackground-color: #08acf2;\\ncolor: white !important; \\n}\\n\\nh5 a {\\ncolor: white !important; \\n}\\n\\nh5 a:hover {\\ncolor: #4C5253 !important; \\n}\",\n        \"type\": \"custom_css\",\n        \"user_id\": 2,\n        \"date_modified_gmt\": \"2022-12-15 14:03:47\"\n    }\n}',	'',	'',	'trash',	'closed',	'closed',	'',	'd6bef6a8-39a1-4411-9b42-699f4f300868',	'',	'',	'2022-12-15 14:03:47',	'2022-12-15 14:03:47',	'',	0,	'https://blueroan.netgen.cloud/?p=1306',	0,	'customize_changeset',	'',	0),
(1307,	2,	'2022-12-15 14:03:47',	'2022-12-15 14:03:47',	'.faq-tel-no a {\ncolor: white !important; \n}\n\n.faq-tel-no a:hover {\ncolor: #2fc1ff !important; \n}\n\nh5 {\nborder: solid 1px black \n}\n\nh5 {\npadding: 15px;\nbackground-color: #08acf2;\ncolor: white !important; \n}\n\nh5 a {\ncolor: white !important; \n}\n\nh5 a:hover {\ncolor: #4C5253 !important; \n}',	'astra-child',	'',	'inherit',	'closed',	'closed',	'',	'19-revision-v1',	'',	'',	'2022-12-15 14:03:47',	'2022-12-15 14:03:47',	'',	19,	'https://blueroan.netgen.cloud/?p=1307',	0,	'revision',	'',	0),
(1308,	2,	'2022-12-15 14:11:57',	'2022-12-15 14:11:57',	'{\n    \"astra-settings[display-site-title-responsive]\": {\n        \"value\": {\n            \"desktop\": false,\n            \"tablet\": false,\n            \"mobile\": false\n        },\n        \"type\": \"option\",\n        \"user_id\": 2,\n        \"date_modified_gmt\": \"2022-12-15 14:11:57\"\n    },\n    \"astra-settings[header-mobile-items]\": {\n        \"value\": {\n            \"popup\": {\n                \"popup_content\": [\n                    \"mobile-menu\"\n                ]\n            },\n            \"above\": {\n                \"above_left\": [],\n                \"above_center\": [],\n                \"above_right\": []\n            },\n            \"primary\": {\n                \"primary_left\": [\n                    \"logo\"\n                ],\n                \"primary_center\": [],\n                \"primary_right\": [\n                    \"mobile-trigger\"\n                ]\n            },\n            \"below\": {\n                \"below_left\": [],\n                \"below_center\": [],\n                \"below_right\": []\n            },\n            \"flag\": true\n        },\n        \"type\": \"option\",\n        \"user_id\": 2,\n        \"date_modified_gmt\": \"2022-12-15 14:11:57\"\n    }\n}',	'',	'',	'trash',	'closed',	'closed',	'',	'0acef595-64bc-4c35-8e62-54a52ee7e189',	'',	'',	'2022-12-15 14:11:57',	'2022-12-15 14:11:57',	'',	0,	'https://blueroan.netgen.cloud/0acef595-64bc-4c35-8e62-54a52ee7e189/',	0,	'customize_changeset',	'',	0),
(1309,	2,	'2022-12-15 14:15:33',	'2022-12-15 14:15:33',	'{\n    \"astra-settings[ast-header-responsive-logo-width]\": {\n        \"value\": {\n            \"desktop\": \"\",\n            \"tablet\": \"\",\n            \"mobile\": 150\n        },\n        \"type\": \"option\",\n        \"user_id\": 2,\n        \"date_modified_gmt\": \"2022-12-15 14:15:33\"\n    }\n}',	'',	'',	'trash',	'closed',	'closed',	'',	'053c813f-93ef-4684-88be-78a6f89b1c7f',	'',	'',	'2022-12-15 14:15:33',	'2022-12-15 14:15:33',	'',	0,	'https://blueroan.netgen.cloud/053c813f-93ef-4684-88be-78a6f89b1c7f/',	0,	'customize_changeset',	'',	0),
(1310,	2,	'2022-12-15 14:39:11',	'2022-12-15 14:39:11',	'{\n    \"astra-settings[ast-header-responsive-logo-width]\": {\n        \"value\": {\n            \"desktop\": 150,\n            \"tablet\": \"\",\n            \"mobile\": 150\n        },\n        \"type\": \"option\",\n        \"user_id\": 2,\n        \"date_modified_gmt\": \"2022-12-15 14:39:11\"\n    }\n}',	'',	'',	'trash',	'closed',	'closed',	'',	'a6195ddc-190c-45a8-a0ee-ae3f400d1ff6',	'',	'',	'2022-12-15 14:39:11',	'2022-12-15 14:39:11',	'',	0,	'https://blueroan.netgen.cloud/a6195ddc-190c-45a8-a0ee-ae3f400d1ff6/',	0,	'customize_changeset',	'',	0),
(1311,	2,	'2022-12-15 14:39:55',	'2022-12-15 14:39:55',	'<!-- wp:uagb/container {\"block_id\":\"2e4fd8b6\",\"minHeightDesktop\":95,\"minHeightTablet\":70,\"minHeightMobile\":80,\"minHeightType\":\"vh\",\"alignItemsDesktop\":\"flex-start\",\"backgroundType\":\"image\",\"backgroundImageDesktop\":{\"uploading\":false,\"date\":1670921854000,\"filename\":\"Blue-Roan-pool.jpg\",\"menuOrder\":0,\"uploadedTo\":760,\"type\":\"image\",\"subtype\":\"jpeg\",\"id\":784,\"title\":\"Blue Roan - pool\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Blue-Roan-pool.jpg\",\"link\":\"https://blueroan.netgen.cloud/home/blue-roan-pool/\",\"alt\":\"\",\"author\":\"2\",\"description\":\"\",\"caption\":\"\",\"name\":\"blue-roan-pool\",\"status\":\"inherit\",\"modified\":1670921854000,\"mime\":\"image/jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-includes/images/media/default.png\",\"dateFormatted\":\"December 13, 2022\",\"nonces\":{\"update\":\"51a12ed09e\",\"delete\":\"5174068551\",\"edit\":\"1de0721407\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=784\\u0026action=edit\",\"meta\":false,\"authorName\":\"Netgen Support\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/profile.php\",\"uploadedToTitle\":\"Home\",\"uploadedToLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=760\\u0026action=edit\",\"filesizeInBytes\":154801,\"filesizeHumanReadable\":\"151 KB\",\"context\":\"\",\"height\":667,\"width\":1000,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Blue-Roan-pool-150x150.jpg\",\"orientation\":\"landscape\"},\"medium\":{\"height\":200,\"width\":300,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Blue-Roan-pool-300x200.jpg\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Blue-Roan-pool.jpg\",\"height\":667,\"width\":1000,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"backgroundPositionDesktop\":{\"x\":0.5,\"y\":0.25},\"backgroundImageColor\":\"rgba(42,42,42,0.35)\",\"topPaddingDesktop\":0,\"bottomPaddingDesktop\":0,\"leftPaddingDesktop\":40,\"rightPaddingDesktop\":40,\"topPaddingTablet\":120,\"bottomPaddingTablet\":120,\"leftPaddingTablet\":40,\"rightPaddingTablet\":40,\"topPaddingMobile\":150,\"bottomPaddingMobile\":150,\"leftPaddingMobile\":20,\"rightPaddingMobile\":20,\"paddingLink\":false,\"variationSelected\":true,\"isBlockRootParent\":true,\"overlayType\":\"color\",\"minHeightTypeTablet\":\"vh\",\"minHeightTypeMobile\":\"vh\"} -->\n<div class=\"wp-block-uagb-container uagb-block-2e4fd8b6 alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/info-box {\"classMigrate\":true,\"headingAlign\":\"left\",\"headingColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"subHeadingColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"headingTag\":\"h1\",\"subHeadFontSize\":17,\"subHeadFontSizeMobile\":15,\"headSpace\":20,\"subHeadSpace\":40,\"block_id\":\"2222bd59\",\"ctaIcon\":\"\",\"ctaType\":\"button\",\"ctaText\":\"Book Your Stay Now\",\"ctaLink\":\"https://book.nightsbridge.com/11065\",\"ctaBtnLinkColor\":\"var(\\u002d\\u002dast-global-color-2)\",\"ctaLinkHoverColor\":\"var(\\u002d\\u002dast-global-color-2)\",\"ctaBgColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"ctaBgHoverColor\":\"var(\\u002d\\u002dast-global-color-4)\",\"ctaBorderColor\":\"\",\"ctaBorderStyle\":\"\",\"ctaBorderWidth\":\"\",\"ctaBorderRadius\":\"\",\"iconImage\":{\"url\":\"\",\"alt\":\"InfoBox placeholder img\"},\"showIcon\":false,\"paddingBtnTop\":18,\"paddingBtnBottom\":18,\"paddingBtnLeft\":34,\"paddingBtnRight\":34,\"blockTopPadding\":10,\"blockRightPadding\":40,\"blockLeftPadding\":0,\"blockBottomPadding\":0,\"blockTopPaddingTablet\":0,\"blockRightPaddingTablet\":64,\"blockLeftPaddingTablet\":0,\"blockBottomPaddingTablet\":0,\"blockTopPaddingMobile\":0,\"blockRightPaddingMobile\":0,\"blockLeftPaddingMobile\":0,\"blockBottomPaddingMobile\":0,\"blockPaddingUnit\":\"%\",\"blockPaddingLink\":false,\"subHeadMarginTopTablet\":0,\"subHeadMarginRightTablet\":64,\"subHeadTabletSpace\":40,\"subHeadMarginLeftTablet\":0,\"subHeadMarginTopMobile\":0,\"subHeadMarginRightMobile\":0,\"subHeadMobileSpace\":40,\"subHeadMarginLeftMobile\":0,\"btnBorderTopWidth\":1,\"btnBorderLeftWidth\":1,\"btnBorderRightWidth\":1,\"btnBorderBottomWidth\":1,\"btnBorderTopLeftRadius\":0,\"btnBorderTopRightRadius\":0,\"btnBorderBottomLeftRadius\":0,\"btnBorderBottomRightRadius\":0,\"btnBorderStyle\":\"none\",\"btnBorderColor\":\"#333\"} -->\n<div class=\"wp-block-uagb-info-box uagb-block-2222bd59 uagb-infobox__content-wrap  uagb-infobox-icon-above-title uagb-infobox-image-valign-top\"><div class=\"uagb-ifb-content\"><div class=\"uagb-ifb-title-wrap\"><h1 class=\"uagb-ifb-title\"><strong>Magaliesburg pet friendly self-catering accommodation</strong></h1></div><p class=\"uagb-ifb-desc\">Romantic pet-friendly self-catering accommodation in Magaliesburg, Gauteng.</p><div class=\"uagb-ifb-button-wrapper wp-block-button\"><a href=\"https://book.nightsbridge.com/11065\" class=\"uagb-infobox-cta-link wp-block-button__link\" target=\"_self\" rel=\"noopener noreferrer\" alt=\"\"><span class=\"uagb-inline-editing\">Book Your Stay Now</span></a></div></div></div>\n<!-- /wp:uagb/info-box --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"aefae2ad\",\"directionDesktop\":\"row\",\"directionMobile\":\"column-reverse\",\"alignItemsDesktop\":\"flex-start\",\"backgroundType\":\"color\",\"backgroundSizeTablet\":\"cover\",\"backgroundSizeMobile\":\"cover\",\"backgroundColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"topPaddingDesktop\":60,\"bottomPaddingDesktop\":60,\"topPaddingTablet\":80,\"bottomPaddingTablet\":80,\"leftPaddingTablet\":40,\"rightPaddingTablet\":40,\"topPaddingMobile\":64,\"bottomPaddingMobile\":64,\"leftPaddingMobile\":24,\"rightPaddingMobile\":24,\"paddingLink\":false,\"variationSelected\":true,\"columnGapDesktop\":60,\"columnGapTablet\":50,\"isBlockRootParent\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-aefae2ad alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/container {\"block_id\":\"eb1c7596\",\"widthDesktop\":50,\"variationSelected\":true,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-eb1c7596\"><!-- wp:image {\"id\":797,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-13.jpg\" alt=\"\" class=\"wp-image-797\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>We have 7 lovely brick&nbsp;<strong>self-catering</strong>&nbsp;units, each one private and with its own character and theme. &nbsp;They are designed exclusively for couples with or without pets wanting a romantic and peaceful place to connect, re-connect, celebrate special occasions, or somewhere quiet and comfortable to come for a holiday</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:buttons -->\n<div class=\"wp-block-buttons\"><!-- wp:button -->\n<div class=\"wp-block-button\"><a class=\"wp-block-button__link wp-element-button\" href=\"/accommodation/\">View accomodation</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"e03e58e9\",\"widthDesktop\":50,\"leftPaddingDesktop\":0,\"paddingLink\":false,\"variationSelected\":true,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-e03e58e9\"><!-- wp:uagb/advanced-heading {\"block_id\":\"64df8a84\",\"classMigrate\":true,\"headingDescToggle\":true,\"subHeadingColor\":\"\",\"headSpace\":20,\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-64df8a84\"><h2 class=\"uagb-heading-text\"><strong>Blue Roan is a 4-star graded pet-friendly venue</strong></h2><p class=\"uagb-desc-text\">Our goal is to provide high-quality, romantic, comfortable, and affordable self-catering accommodation on the outskirts of the village of &nbsp;Magaliesburg. &nbsp;For animal lovers, we are also&nbsp;pet-friendly&nbsp;by arrangement in most of the units all of which have their own fully fenced and gated private grassy gardens.</p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/image {\"block_id\":\"f6d1dc1f\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/hammock-in-the-garden.jpg\",\"align\":\"left\",\"id\":799,\"linkDestination\":\"none\",\"naturalWidth\":600,\"naturalHeight\":400,\"sizeSlug\":\"full\",\"sizeSlugTablet\":\"full\",\"sizeSlugMobile\":\"full\",\"imageTopMargin\":20,\"imageRightMargin\":0,\"imageLeftMargin\":0,\"imageBottomMargin\":0,\"imageTopMarginMobile\":0,\"imageRightMarginMobile\":0,\"imageLeftMarginMobile\":0,\"imageBottomMarginMobile\":0,\"imageMarginLink\":false} -->\n<div class=\"wp-block-uagb-image uagb-block-f6d1dc1f wp-block-uagb-image--layout-default wp-block-uagb-image--effect-static wp-block-uagb-image--align-left\"><figure class=\"wp-block-uagb-image__figure\"><img srcset=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/hammock-in-the-garden.jpg \" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/hammock-in-the-garden.jpg\" alt=\"\" class=\"uag-image-799\" width=\"\" height=\"\" title=\"\" loading=\"lazy\"/></figure></div>\n<!-- /wp:uagb/image --></div>\n<!-- /wp:uagb/container --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"1950bd59\",\"directionDesktop\":\"row\",\"directionMobile\":\"column-reverse\",\"alignItemsDesktop\":\"flex-start\",\"backgroundType\":\"color\",\"backgroundSizeTablet\":\"cover\",\"backgroundSizeMobile\":\"cover\",\"backgroundColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"topPaddingDesktop\":0,\"bottomPaddingDesktop\":0,\"topPaddingTablet\":80,\"bottomPaddingTablet\":80,\"leftPaddingTablet\":40,\"rightPaddingTablet\":40,\"topPaddingMobile\":64,\"bottomPaddingMobile\":64,\"leftPaddingMobile\":24,\"rightPaddingMobile\":24,\"paddingLink\":false,\"variationSelected\":true,\"rowGapDesktop\":0,\"columnGapDesktop\":0,\"columnGapTablet\":50,\"isBlockRootParent\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-1950bd59 alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:image {\"align\":\"center\",\"id\":794,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image aligncenter size-full\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/210-2108726_too-great-for-us-tourism-grading-council-of-south-5.png\" alt=\"\" class=\"wp-image-794\"/></figure>\n<!-- /wp:image --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"494692f4\",\"backgroundType\":\"color\",\"backgroundSizeTablet\":\"cover\",\"backgroundSizeMobile\":\"cover\",\"backgroundColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"topPaddingDesktop\":50,\"bottomPaddingDesktop\":100,\"topPaddingTablet\":50,\"bottomPaddingTablet\":25,\"leftPaddingTablet\":20,\"rightPaddingTablet\":20,\"topPaddingMobile\":50,\"bottomPaddingMobile\":20,\"leftPaddingMobile\":20,\"rightPaddingMobile\":20,\"paddingLink\":false,\"variationSelected\":true,\"rowGapDesktop\":0,\"isBlockRootParent\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-494692f4 alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/container {\"block_id\":\"901e68f2\",\"directionDesktop\":\"row\",\"alignItemsDesktop\":\"flex-end\",\"alignItemsTablet\":\"flex-end\",\"justifyContentDesktop\":\"flex-end\",\"justifyContentTablet\":\"space-between\",\"variationSelected\":true,\"rowGapMobile\":30,\"columnGapDesktop\":0} -->\n<div class=\"wp-block-uagb-container uagb-block-901e68f2\"><!-- wp:uagb/advanced-heading {\"block_id\":\"990b67a8\",\"classMigrate\":true,\"headingDescToggle\":true,\"subHeadingColor\":\"\",\"headSpace\":20,\"subHeadFontSize\":16} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-990b67a8\"><h2 class=\"uagb-heading-text\">Amenities &amp; Interests ​</h2><p class=\"uagb-desc-text\">The Blue Roan Country Lodge is situated just 5 minutes from the village of Magaliesburg on a tar road so easy access for all cars. &nbsp;We have panoramic views of the Magaliesberg mountain range and our farm is the perfect place for a relaxing getaway in the country. &nbsp;As we are only 70 km from JHB and Pretoria, it is only an hour’s drive.</p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/buttons {\"block_id\":\"9adba843\",\"classMigrate\":true,\"childMigrate\":true,\"align\":\"right\",\"alignTablet\":\"right\",\"alignMobile\":\"left\",\"gap\":0} -->\n<div class=\"wp-block-uagb-buttons uagb-buttons__outer-wrap uagb-btn__default-btn uagb-btn-tablet__default-btn uagb-btn-mobile__default-btn uagb-block-9adba843\"><div class=\"uagb-buttons__wrap uagb-buttons-layout-wrap\"><!-- wp:uagb/buttons-child {\"block_id\":\"ab401aaa\",\"label\":\"View All\",\"link\":\"/amenities/\",\"hColor\":\"\",\"borderWidth\":\"\",\"borderRadius\":\"\",\"borderStyle\":\"\",\"borderColor\":\"\",\"borderHColor\":\"\",\"btnBorderTopWidth\":1,\"btnBorderLeftWidth\":1,\"btnBorderRightWidth\":1,\"btnBorderBottomWidth\":1,\"btnBorderTopLeftRadius\":2,\"btnBorderTopRightRadius\":2,\"btnBorderBottomLeftRadius\":2,\"btnBorderBottomRightRadius\":2,\"btnBorderStyle\":\"solid\",\"btnBorderColor\":\"#333\",\"btnBorderHColor\":\"#333\"} -->\n<div class=\"wp-block-uagb-buttons-child uagb-buttons__outer-wrap uagb-block-ab401aaa wp-block-button is-style-outline\"><div class=\"uagb-button__wrapper\"><a class=\"uagb-buttons-repeater wp-block-button__link\" href=\"/amenities/\" rel=\"follow noopener\" target=\"_self\"><div class=\"uagb-button__link\">View All</div></a></div></div>\n<!-- /wp:uagb/buttons-child --></div></div>\n<!-- /wp:uagb/buttons --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"07ff04af\",\"directionDesktop\":\"row\",\"alignItemsTablet\":\"flex-start\",\"paddingLink\":false,\"topMarginDesktop\":50,\"bottomMarginDesktop\":20,\"leftMarginDesktop\":0,\"rightMarginDesktop\":0,\"marginLink\":false,\"variationSelected\":true,\"rowGapMobile\":65,\"columnGapDesktop\":48,\"columnGapTablet\":20} -->\n<div class=\"wp-block-uagb-container uagb-block-07ff04af\"><!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"align\":\"center\",\"id\":828,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image aligncenter size-full\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Blue-Roan-pool.png\" alt=\"Blue Roan\'s rock pool\" class=\"wp-image-828\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>A relaxing rock Pool​</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>We have a lovely sparkling blue rock pool next to a thatched Lapa. &nbsp;&nbsp;Lie on recliners on the green lawn or sit on the swing chair in the Lapa and enjoy the panoramic view of the Magaliesberg mountain range.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":829,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/img-20160605-wa0002-largejpg.png\" alt=\"\" class=\"wp-image-829\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>Braai facilities </h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>What can compare to a burning fire under the star-lit African sky? Nothing beats the flavor of cooking over an open flame.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":830,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/ef9d0188da11e2bc56788f5619d9d539.png\" alt=\"\" class=\"wp-image-830\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>A games room </h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>The reception is also a games room for those who enjoy darts or playing pool. &nbsp;Take a selection of DVDs back to your room and watch movies on your own DVD player. &nbsp;There is also a selection of board games and music CDs that you can borrow.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div>\n<!-- /wp:uagb/container --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"87536d5b\",\"backgroundType\":\"color\",\"backgroundSizeTablet\":\"cover\",\"backgroundSizeMobile\":\"cover\",\"backgroundColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"bottomPaddingDesktop\":104,\"leftPaddingDesktop\":40,\"rightPaddingDesktop\":40,\"topPaddingTablet\":80,\"bottomPaddingTablet\":80,\"leftPaddingTablet\":40,\"rightPaddingTablet\":40,\"topPaddingMobile\":64,\"bottomPaddingMobile\":64,\"leftPaddingMobile\":24,\"rightPaddingMobile\":24,\"paddingLink\":false,\"variationSelected\":true,\"rowGapDesktop\":0,\"isBlockRootParent\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-87536d5b alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/advanced-heading {\"block_id\":\"bf1ff52d\",\"classMigrate\":true,\"headingDescToggle\":true,\"headingAlign\":\"center\",\"headingAlignMobile\":\"left\",\"subHeadingColor\":\"\",\"headSpace\":20,\"subHeadFontSize\":16,\"blockBottomPadding\":20} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-bf1ff52d\"><h2 class=\"uagb-heading-text\">Our Inside Pictures​</h2><p class=\"uagb-desc-text\">Take a look at some pretty pictures captured in and around our premises.</p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/container {\"block_id\":\"5492bc6b\",\"directionDesktop\":\"row\",\"alignItemsDesktop\":\"flex-start\",\"topMarginDesktop\":20,\"bottomMarginDesktop\":0,\"leftMarginDesktop\":0,\"rightMarginDesktop\":0,\"marginLink\":false,\"variationSelected\":true,\"rowGapMobile\":24,\"columnGapDesktop\":24,\"columnGapTablet\":20} -->\n<div class=\"wp-block-uagb-container uagb-block-5492bc6b\"><!-- wp:uagb/container {\"block_id\":\"7c77e14e\",\"widthDesktop\":32,\"variationSelected\":true,\"rowGapDesktop\":24,\"rowGapTablet\":20,\"rowGapMobile\":24,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-7c77e14e\"><!-- wp:uagb/image {\"block_id\":\"d2069694\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/red-rose-1024x683.jpg\",\"id\":834,\"linkDestination\":\"none\",\"width\":385,\"height\":284,\"naturalWidth\":1024,\"naturalHeight\":683,\"sizeSlug\":\"large\",\"sizeSlugTablet\":\"large\",\"sizeSlugMobile\":\"large\",\"customHeightSetDesktop\":true} -->\n<div class=\"wp-block-uagb-image uagb-block-d2069694 wp-block-uagb-image--layout-default wp-block-uagb-image--effect-static wp-block-uagb-image--align-none\"><figure class=\"wp-block-uagb-image__figure\"><img srcset=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/red-rose-1024x683.jpg \" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/red-rose-1024x683.jpg\" alt=\"\" class=\"uag-image-834\" width=\"385\" height=\"284\" title=\"\" loading=\"lazy\"/></figure></div>\n<!-- /wp:uagb/image -->\n\n<!-- wp:uagb/image {\"block_id\":\"b972278a\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/49g.jpg\",\"id\":838,\"linkDestination\":\"none\",\"width\":385,\"height\":284,\"naturalWidth\":650,\"naturalHeight\":450,\"sizeSlug\":\"full\",\"sizeSlugTablet\":\"full\",\"sizeSlugMobile\":\"full\",\"customHeightSetDesktop\":true} -->\n<div class=\"wp-block-uagb-image uagb-block-b972278a wp-block-uagb-image--layout-default wp-block-uagb-image--effect-static wp-block-uagb-image--align-none\"><figure class=\"wp-block-uagb-image__figure\"><img srcset=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/49g.jpg \" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/49g.jpg\" alt=\"\" class=\"uag-image-838\" width=\"385\" height=\"284\" title=\"\" loading=\"lazy\"/></figure></div>\n<!-- /wp:uagb/image --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"c1422b53\",\"widthDesktop\":67,\"variationSelected\":true,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-c1422b53\"><!-- wp:uagb/image {\"block_id\":\"f1ba2c6b\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAA39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba-1-1024x768.png\",\"id\":905,\"linkDestination\":\"none\",\"naturalWidth\":1024,\"naturalHeight\":768,\"sizeSlug\":\"large\",\"sizeSlugTablet\":\"large\",\"sizeSlugMobile\":\"large\"} -->\n<div class=\"wp-block-uagb-image uagb-block-f1ba2c6b wp-block-uagb-image--layout-default wp-block-uagb-image--effect-static wp-block-uagb-image--align-none\"><figure class=\"wp-block-uagb-image__figure\"><img srcset=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAA39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba-1-1024x768.png \" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAA39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba-1-1024x768.png\" alt=\"\" class=\"uag-image-905\" width=\"\" height=\"\" title=\"\" loading=\"lazy\"/></figure></div>\n<!-- /wp:uagb/image --></div>\n<!-- /wp:uagb/container --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"e7244516\",\"directionDesktop\":\"row\",\"alignItemsDesktop\":\"flex-start\",\"topMarginDesktop\":24,\"bottomMarginDesktop\":0,\"leftMarginDesktop\":0,\"rightMarginDesktop\":0,\"topMarginTablet\":20,\"bottomMarginTablet\":0,\"leftMarginTablet\":0,\"rightMarginTablet\":0,\"topMarginMobile\":24,\"bottomMarginMobile\":0,\"leftMarginMobile\":0,\"rightMarginMobile\":0,\"marginLink\":false,\"variationSelected\":true,\"columnGapDesktop\":24,\"columnGapTablet\":20} -->\n<div class=\"wp-block-uagb-container uagb-block-e7244516\"><!-- wp:uagb/container {\"block_id\":\"5dbdb644\",\"widthDesktop\":67,\"variationSelected\":true,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-5dbdb644\"><!-- wp:image {\"id\":837,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-8-1024x678.jpg\" alt=\"\" class=\"wp-image-837\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"342c4111\",\"widthDesktop\":32,\"variationSelected\":true,\"rowGapDesktop\":24,\"rowGapTablet\":20,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-342c4111\"><!-- wp:uagb/image {\"block_id\":\"65b36122\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Blue-roan-pool-01.jpg\",\"id\":782,\"linkDestination\":\"none\",\"width\":385,\"height\":250,\"naturalWidth\":800,\"naturalHeight\":534,\"sizeSlug\":\"full\",\"sizeSlugTablet\":\"full\",\"sizeSlugMobile\":\"full\",\"customHeightSetDesktop\":true} -->\n<div class=\"wp-block-uagb-image uagb-block-65b36122 wp-block-uagb-image--layout-default wp-block-uagb-image--effect-static wp-block-uagb-image--align-none\"><figure class=\"wp-block-uagb-image__figure\"><img srcset=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Blue-roan-pool-01.jpg \" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Blue-roan-pool-01.jpg\" alt=\"\" class=\"uag-image-782\" width=\"385\" height=\"250\" title=\"\" loading=\"lazy\"/></figure></div>\n<!-- /wp:uagb/image -->\n\n<!-- wp:uagb/image {\"block_id\":\"a02a2e66\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/bird-1024x683.jpg\",\"id\":910,\"linkDestination\":\"none\",\"width\":385,\"height\":250,\"naturalWidth\":1024,\"naturalHeight\":683,\"sizeSlug\":\"large\",\"sizeSlugTablet\":\"large\",\"sizeSlugMobile\":\"large\",\"customHeightSetDesktop\":true} -->\n<div class=\"wp-block-uagb-image uagb-block-a02a2e66 wp-block-uagb-image--layout-default wp-block-uagb-image--effect-static wp-block-uagb-image--align-none\"><figure class=\"wp-block-uagb-image__figure\"><img srcset=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/bird-1024x683.jpg \" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/bird-1024x683.jpg\" alt=\"\" class=\"uag-image-910\" width=\"385\" height=\"250\" title=\"\" loading=\"lazy\"/></figure></div>\n<!-- /wp:uagb/image --></div>\n<!-- /wp:uagb/container --></div>\n<!-- /wp:uagb/container --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"a6483ecd\",\"backgroundType\":\"color\",\"backgroundSizeTablet\":\"cover\",\"backgroundSizeMobile\":\"cover\",\"backgroundColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"topPaddingDesktop\":40,\"bottomPaddingDesktop\":104,\"leftPaddingDesktop\":40,\"rightPaddingDesktop\":40,\"topPaddingTablet\":80,\"bottomPaddingTablet\":80,\"leftPaddingTablet\":40,\"rightPaddingTablet\":40,\"topPaddingMobile\":64,\"bottomPaddingMobile\":64,\"leftPaddingMobile\":24,\"rightPaddingMobile\":24,\"paddingLink\":false,\"variationSelected\":true,\"rowGapDesktop\":0,\"isBlockRootParent\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-a6483ecd alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/advanced-heading {\"block_id\":\"cba00d3f\",\"classMigrate\":true,\"headingDescToggle\":true,\"headingAlign\":\"center\",\"headingAlignMobile\":\"left\",\"subHeadingColor\":\"\",\"headSpace\":20,\"subHeadFontSize\":16,\"blockBottomPadding\":20} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-cba00d3f\"><h2 class=\"uagb-heading-text\">What Our Guests Say​</h2><p class=\"uagb-desc-text\">We take pride in serving our guests the best experience. </p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/container {\"block_id\":\"5721c9ab\",\"directionDesktop\":\"row\",\"topMarginDesktop\":40,\"bottomMarginDesktop\":0,\"leftMarginDesktop\":0,\"rightMarginDesktop\":0,\"marginLink\":false,\"variationSelected\":true,\"rowGapMobile\":40,\"columnGapDesktop\":90} -->\n<div class=\"wp-block-uagb-container uagb-block-5721c9ab\"><!-- wp:uagb/container {\"block_id\":\"bffe63d9\",\"widthDesktop\":50,\"variationSelected\":true,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-bffe63d9\"><!-- wp:uagb/testimonial {\"test_item_count\":1,\"classMigrate\":true,\"test_block\":[{\"description\":\"\\u0022Thank you for a most enjoyable weekend stay and for making our anniversary so special.  Thank you for your kind and lovely friendship which we really appreciate!!!\\u0022​\",\"name\":\"\\u003cstrong\\u003eBrenda and Theuns\\u003c/strong\\u003e\",\"company\":\"\",\"image\":{\"id\":119,\"title\":\"testimonial1\",\"filename\":\"testimonial1.jpg\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/testimonial1.jpg\",\"link\":\"https://blueroan.netgen.cloud/testimonial1/\",\"alt\":\"\",\"author\":\"34\",\"description\":\"\",\"caption\":\"\",\"name\":\"testimonial1\",\"status\":\"inherit\",\"uploadedTo\":0,\"date\":\"2021-05-11T05:02:02.000Z\",\"modified\":\"2021-05-11T05:02:02.000Z\",\"menuOrder\":0,\"mime\":\"image/jpeg\",\"type\":\"image\",\"subtype\":\"jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/default.png\",\"dateFormatted\":\"May 11, 2021\",\"nonces\":{\"update\":\"b92fe40c3d\",\"delete\":\"643c1eb8f1\",\"edit\":\"d3e7d56b1d\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=119\\u0026action=edit\",\"meta\":false,\"authorName\":\"Rishabh\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/user-edit.php?user_id=34\",\"filesizeInBytes\":11264,\"filesizeHumanReadable\":\"11 KB\",\"context\":\"\",\"height\":250,\"width\":250,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/testimonial1-150x150.jpg\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/testimonial1.jpg\",\"height\":250,\"width\":250,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}}}],\"headingAlign\":\"left\",\"headingAlignTablet\":\"left\",\"headingAlignMobile\":\"left\",\"descColor\":\"var(\\u002d\\u002dast-global-color-3)\",\"nameFontSize\":14,\"nameLineHeight\":1,\"descFontSize\":16,\"descFontWeight\":\"600\",\"nameSpace\":1,\"block_id\":\"a7937edc\",\"iconImage\":{\"url\":\"\",\"alt\":\"InfoBox placeholder img\"},\"imageWidth\":32,\"columnGap\":1,\"borderStyle\":\"\",\"paddingTop\":0,\"paddingBottom\":0,\"paddingLeft\":0,\"paddingRight\":0,\"spacingLink\":true,\"imgpaddingTop\":0,\"imgpaddingRight\":15,\"imgpaddingBottom\":0,\"imgpaddingLeft\":0,\"overallBorderStyle\":\"none\",\"imgTagHeight\":32,\"imgTagWidth\":150} -->\n<div class=\"wp-block-uagb-testimonial uagb-slick-carousel uagb-tm__arrow-outside uagb-block-a7937edc uagb-post__carousel_notset uagb-post__carousel_notset-tablet uagb-post__carousel_notset-mobile\"><div class=\"is-carousel uagb-tm__columns-1 uagb-tm__items\"><div class=\"uagb-testimonial__wrap  uagb-tm__imgicon-style-circle uagb-tm__image-position-bottom uagb-tm__bg-type-none \"><div class=\"uagb-tm__content\"><div class=\"uagb-tm__overlay\"></div><div class=\"uagb-tm__text-wrap\"><div class=\"uagb-tm__desc\">\"Thank you for a most enjoyable weekend stay and for making our anniversary so special.  Thank you for your kind and lovely friendship which we really appreciate!!!\"​</div><div class=\"uagb-tm__meta-inner\"><div class=\"uagb-tm__image-content\"><div class=\"uagb-tm__image\"><img class=\"uagb-tm-img-src\" src=\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/testimonial1-150x150.jpg\" alt=\"\" width=\"32\" height=\"32\" loading=\"lazy\"/></div></div><div class=\"uagb-testimonial-details\"><span class=\"uagb-tm__author-name\"><strong>Brenda and Theuns</strong></span><span class=\"uagb-tm__company\"></span></div></div></div></div></div></div></div>\n<!-- /wp:uagb/testimonial -->\n\n<!-- wp:uagb/testimonial {\"test_item_count\":1,\"classMigrate\":true,\"test_block\":[{\"description\":\"\\u0022Breaking away from city life and coming out to a most wonderful romantic weekend away.  The unit is so comfortable.  Thank you for your great hospitality - we had an awesome time here.  Go well - with love\\u0022​\",\"name\":\"\\u003cstrong\\u003e\\u003cstrong\\u003e\\u003cstrong\\u003eLiz \\u0026amp; Eddie\\u003c/strong\\u003e\\u003c/strong\\u003e\\u003c/strong\\u003e\",\"company\":\"\",\"image\":{\"id\":122,\"title\":\"testimonial4\",\"filename\":\"testimonial4.jpg\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/testimonial4.jpg\",\"link\":\"https://blueroan.netgen.cloud/testimonial4/\",\"alt\":\"\",\"author\":\"34\",\"description\":\"\",\"caption\":\"\",\"name\":\"testimonial4\",\"status\":\"inherit\",\"uploadedTo\":0,\"date\":\"2021-05-11T05:02:06.000Z\",\"modified\":\"2021-05-11T05:02:06.000Z\",\"menuOrder\":0,\"mime\":\"image/jpeg\",\"type\":\"image\",\"subtype\":\"jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/default.png\",\"dateFormatted\":\"May 11, 2021\",\"nonces\":{\"update\":\"4e34860add\",\"delete\":\"9e126a55cd\",\"edit\":\"33ffd3c040\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=122\\u0026action=edit\",\"meta\":false,\"authorName\":\"Rishabh\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/user-edit.php?user_id=34\",\"filesizeInBytes\":16584,\"filesizeHumanReadable\":\"16 KB\",\"context\":\"\",\"height\":250,\"width\":250,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/testimonial4-150x150.jpg\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/testimonial4.jpg\",\"height\":250,\"width\":250,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}}}],\"headingAlign\":\"left\",\"headingAlignTablet\":\"left\",\"headingAlignMobile\":\"left\",\"descColor\":\"var(\\u002d\\u002dast-global-color-3)\",\"nameFontSize\":14,\"nameLineHeight\":1,\"descFontSize\":16,\"descFontWeight\":\"600\",\"nameSpace\":1,\"block_id\":\"af252812\",\"iconImage\":{\"url\":\"\",\"alt\":\"InfoBox placeholder img\"},\"imageWidth\":32,\"columnGap\":1,\"borderStyle\":\"\",\"paddingTop\":0,\"paddingBottom\":0,\"paddingLeft\":0,\"paddingRight\":0,\"spacingLink\":true,\"imgpaddingTop\":0,\"imgpaddingRight\":15,\"imgpaddingBottom\":0,\"imgpaddingLeft\":0,\"overallBorderStyle\":\"none\",\"imgTagHeight\":32,\"imgTagWidth\":150} -->\n<div class=\"wp-block-uagb-testimonial uagb-slick-carousel uagb-tm__arrow-outside uagb-block-af252812 uagb-post__carousel_notset uagb-post__carousel_notset-tablet uagb-post__carousel_notset-mobile\"><div class=\"is-carousel uagb-tm__columns-1 uagb-tm__items\"><div class=\"uagb-testimonial__wrap  uagb-tm__imgicon-style-circle uagb-tm__image-position-bottom uagb-tm__bg-type-none \"><div class=\"uagb-tm__content\"><div class=\"uagb-tm__overlay\"></div><div class=\"uagb-tm__text-wrap\"><div class=\"uagb-tm__desc\">\"Breaking away from city life and coming out to a most wonderful romantic weekend away.  The unit is so comfortable.  Thank you for your great hospitality - we had an awesome time here.  Go well - with love\"​</div><div class=\"uagb-tm__meta-inner\"><div class=\"uagb-tm__image-content\"><div class=\"uagb-tm__image\"><img class=\"uagb-tm-img-src\" src=\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/testimonial4-150x150.jpg\" alt=\"\" width=\"32\" height=\"32\" loading=\"lazy\"/></div></div><div class=\"uagb-testimonial-details\"><span class=\"uagb-tm__author-name\"><strong><strong><strong>Liz &amp; Eddie</strong></strong></strong></span><span class=\"uagb-tm__company\"></span></div></div></div></div></div></div></div>\n<!-- /wp:uagb/testimonial --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"3bc950f5\",\"widthDesktop\":50,\"variationSelected\":true,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-3bc950f5\"><!-- wp:uagb/testimonial {\"test_item_count\":1,\"classMigrate\":true,\"test_block\":[{\"description\":\"\\u0022Judy, what a wonderful place you have here - we were so delighted to spend the weekend here, so tranquil, peaceful, and beautiful. You made us feel right at home. Definitely a place worth 5 stars! Go well.\\u0022​\",\"name\":\"\\u003cstrong\\u003e\\u003cstrong\\u003eBrian\\u003c/strong\\u003e\\u003c/strong\\u003e \\u003cstrong\\u003e\\u003cstrong\\u003e\\u003cstrong\\u003eand \\u003cstrong\\u003eMariska\\u003c/strong\\u003e\\u003c/strong\\u003e\\u003cbr\\u003e\\u003c/strong\\u003e\\u003c/strong\\u003e\",\"company\":\"\",\"image\":{\"id\":120,\"title\":\"testimonial2\",\"filename\":\"testimonial2.jpg\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/testimonial2.jpg\",\"link\":\"https://blueroan.netgen.cloud/testimonial2/\",\"alt\":\"\",\"author\":\"34\",\"description\":\"\",\"caption\":\"\",\"name\":\"testimonial2\",\"status\":\"inherit\",\"uploadedTo\":0,\"date\":\"2021-05-11T05:02:03.000Z\",\"modified\":\"2021-05-11T05:02:03.000Z\",\"menuOrder\":0,\"mime\":\"image/jpeg\",\"type\":\"image\",\"subtype\":\"jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/default.png\",\"dateFormatted\":\"May 11, 2021\",\"nonces\":{\"update\":\"1ee6412858\",\"delete\":\"4414a2ccbf\",\"edit\":\"bde7b1f490\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=120\\u0026action=edit\",\"meta\":false,\"authorName\":\"Rishabh\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/user-edit.php?user_id=34\",\"filesizeInBytes\":10087,\"filesizeHumanReadable\":\"10 KB\",\"context\":\"\",\"height\":250,\"width\":250,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/testimonial2-150x150.jpg\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/testimonial2.jpg\",\"height\":250,\"width\":250,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}}}],\"headingAlign\":\"left\",\"headingAlignTablet\":\"left\",\"headingAlignMobile\":\"left\",\"descColor\":\"var(\\u002d\\u002dast-global-color-3)\",\"nameFontSize\":14,\"nameLineHeight\":1,\"descFontSize\":16,\"descFontWeight\":\"600\",\"nameSpace\":1,\"block_id\":\"461dc7ad\",\"iconImage\":{\"url\":\"\",\"alt\":\"InfoBox placeholder img\"},\"imageWidth\":32,\"columnGap\":1,\"borderStyle\":\"\",\"paddingTop\":0,\"paddingBottom\":0,\"paddingLeft\":0,\"paddingRight\":0,\"spacingLink\":true,\"imgpaddingTop\":0,\"imgpaddingRight\":15,\"imgpaddingBottom\":0,\"imgpaddingLeft\":0,\"overallBorderStyle\":\"none\",\"imgTagHeight\":32,\"imgTagWidth\":150} -->\n<div class=\"wp-block-uagb-testimonial uagb-slick-carousel uagb-tm__arrow-outside uagb-block-461dc7ad uagb-post__carousel_notset uagb-post__carousel_notset-tablet uagb-post__carousel_notset-mobile\"><div class=\"is-carousel uagb-tm__columns-1 uagb-tm__items\"><div class=\"uagb-testimonial__wrap  uagb-tm__imgicon-style-circle uagb-tm__image-position-bottom uagb-tm__bg-type-none \"><div class=\"uagb-tm__content\"><div class=\"uagb-tm__overlay\"></div><div class=\"uagb-tm__text-wrap\"><div class=\"uagb-tm__desc\">\"Judy, what a wonderful place you have here - we were so delighted to spend the weekend here, so tranquil, peaceful, and beautiful. You made us feel right at home. Definitely a place worth 5 stars! Go well.\"​</div><div class=\"uagb-tm__meta-inner\"><div class=\"uagb-tm__image-content\"><div class=\"uagb-tm__image\"><img class=\"uagb-tm-img-src\" src=\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/testimonial2-150x150.jpg\" alt=\"\" width=\"32\" height=\"32\" loading=\"lazy\"/></div></div><div class=\"uagb-testimonial-details\"><span class=\"uagb-tm__author-name\"><strong><strong>Brian</strong></strong> <strong><strong><strong>and <strong>Mariska</strong></strong><br></strong></strong></span><span class=\"uagb-tm__company\"></span></div></div></div></div></div></div></div>\n<!-- /wp:uagb/testimonial -->\n\n<!-- wp:uagb/testimonial {\"test_item_count\":1,\"classMigrate\":true,\"test_block\":[{\"description\":\"\\u0022Thank you for the most wonderful time, Judy!  This was the most peaceful and perfect place to get engaged!  We will most certainly be back!!!  Your hospitality cannot be topped!\\u0022​\",\"name\":\"\\u003cstrong\\u003e\\u003cstrong\\u003e\\u003cstrong\\u003e\\u003cstrong\\u003eBrett and Kelly\\u003c/strong\\u003e\\u003c/strong\\u003e\\u003c/strong\\u003e\\u003c/strong\\u003e\",\"company\":\"\",\"image\":{\"id\":121,\"title\":\"testimonial3\",\"filename\":\"testimonial3.jpg\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/testimonial3.jpg\",\"link\":\"https://blueroan.netgen.cloud/testimonial3/\",\"alt\":\"\",\"author\":\"34\",\"description\":\"\",\"caption\":\"\",\"name\":\"testimonial3\",\"status\":\"inherit\",\"uploadedTo\":0,\"date\":\"2021-05-11T05:02:05.000Z\",\"modified\":\"2021-05-11T05:02:05.000Z\",\"menuOrder\":0,\"mime\":\"image/jpeg\",\"type\":\"image\",\"subtype\":\"jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/default.png\",\"dateFormatted\":\"May 11, 2021\",\"nonces\":{\"update\":\"290653da5d\",\"delete\":\"90a4fb2d63\",\"edit\":\"ff8a64e56e\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=121\\u0026action=edit\",\"meta\":false,\"authorName\":\"Rishabh\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/user-edit.php?user_id=34\",\"filesizeInBytes\":8748,\"filesizeHumanReadable\":\"9 KB\",\"context\":\"\",\"height\":250,\"width\":250,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/testimonial3-150x150.jpg\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/testimonial3.jpg\",\"height\":250,\"width\":250,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}}}],\"headingAlign\":\"left\",\"headingAlignTablet\":\"left\",\"headingAlignMobile\":\"left\",\"descColor\":\"var(\\u002d\\u002dast-global-color-3)\",\"nameFontSize\":14,\"nameLineHeight\":1,\"descFontSize\":16,\"descFontWeight\":\"600\",\"nameSpace\":1,\"block_id\":\"f28085bc\",\"iconImage\":{\"url\":\"\",\"alt\":\"InfoBox placeholder img\"},\"imageWidth\":32,\"columnGap\":1,\"borderStyle\":\"\",\"paddingTop\":0,\"paddingBottom\":0,\"paddingLeft\":0,\"paddingRight\":0,\"spacingLink\":true,\"imgpaddingTop\":0,\"imgpaddingRight\":15,\"imgpaddingBottom\":0,\"imgpaddingLeft\":0,\"overallBorderStyle\":\"none\",\"imgTagHeight\":32,\"imgTagWidth\":150} -->\n<div class=\"wp-block-uagb-testimonial uagb-slick-carousel uagb-tm__arrow-outside uagb-block-f28085bc uagb-post__carousel_notset uagb-post__carousel_notset-tablet uagb-post__carousel_notset-mobile\"><div class=\"is-carousel uagb-tm__columns-1 uagb-tm__items\"><div class=\"uagb-testimonial__wrap  uagb-tm__imgicon-style-circle uagb-tm__image-position-bottom uagb-tm__bg-type-none \"><div class=\"uagb-tm__content\"><div class=\"uagb-tm__overlay\"></div><div class=\"uagb-tm__text-wrap\"><div class=\"uagb-tm__desc\">\"Thank you for the most wonderful time, Judy!  This was the most peaceful and perfect place to get engaged!  We will most certainly be back!!!  Your hospitality cannot be topped!\"​</div><div class=\"uagb-tm__meta-inner\"><div class=\"uagb-tm__image-content\"><div class=\"uagb-tm__image\"><img class=\"uagb-tm-img-src\" src=\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/testimonial3-150x150.jpg\" alt=\"\" width=\"32\" height=\"32\" loading=\"lazy\"/></div></div><div class=\"uagb-testimonial-details\"><span class=\"uagb-tm__author-name\"><strong><strong><strong><strong>Brett and Kelly</strong></strong></strong></strong></span><span class=\"uagb-tm__company\"></span></div></div></div></div></div></div></div>\n<!-- /wp:uagb/testimonial --></div>\n<!-- /wp:uagb/container --></div>\n<!-- /wp:uagb/container --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"d1b0040f\",\"innerContentCustomWidthDesktop\":781,\"innerContentCustomWidthTablet\":781,\"backgroundType\":\"image\",\"backgroundImageDesktop\":{\"id\":809,\"title\":\"26759994757_767d9794fd_b\",\"filename\":\"26759994757_767d9794fd_b.jpg\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/26759994757_767d9794fd_b.jpg\",\"link\":\"https://blueroan.netgen.cloud/?attachment_id=809\",\"alt\":\"\",\"author\":\"2\",\"description\":\"\",\"caption\":\"\",\"name\":\"26759994757_767d9794fd_b\",\"status\":\"inherit\",\"uploadedTo\":805,\"date\":\"2022-12-13T09:51:53.000Z\",\"modified\":\"2022-12-13T09:51:53.000Z\",\"menuOrder\":0,\"mime\":\"image/jpeg\",\"type\":\"image\",\"subtype\":\"jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-includes/images/media/default.png\",\"dateFormatted\":\"December 13, 2022\",\"nonces\":{\"update\":\"39b5c0eef1\",\"delete\":\"fde92abd83\",\"edit\":\"3923face9e\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=809\\u0026action=edit\",\"meta\":false,\"authorName\":\"Netgen Support\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/profile.php\",\"uploadedToTitle\":\"Magaliesburg\",\"uploadedToLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=805\\u0026action=edit\",\"filesizeInBytes\":143610,\"filesizeHumanReadable\":\"140 KB\",\"context\":\"\",\"height\":683,\"width\":1024,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/26759994757_767d9794fd_b-150x150.jpg\",\"orientation\":\"landscape\"},\"medium\":{\"height\":200,\"width\":300,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/26759994757_767d9794fd_b-300x200.jpg\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/26759994757_767d9794fd_b.jpg\",\"height\":683,\"width\":1024,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"backgroundImageColor\":\"rgba(42,42,42,0.65)\",\"topPaddingDesktop\":144,\"bottomPaddingDesktop\":144,\"leftPaddingDesktop\":40,\"rightPaddingDesktop\":40,\"topPaddingTablet\":80,\"bottomPaddingTablet\":80,\"leftPaddingTablet\":40,\"rightPaddingTablet\":40,\"topPaddingMobile\":64,\"bottomPaddingMobile\":64,\"leftPaddingMobile\":24,\"rightPaddingMobile\":24,\"paddingLink\":false,\"variationSelected\":true,\"isBlockRootParent\":true,\"overlayType\":\"color\"} -->\n<div class=\"wp-block-uagb-container uagb-block-d1b0040f alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/advanced-heading {\"block_id\":\"c78859c4\",\"classMigrate\":true,\"headingDescToggle\":true,\"headingAlign\":\"center\",\"headingColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"subHeadingColor\":\"var(\\u002d\\u002dast-global-color-4)\",\"headSpace\":20} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-c78859c4\"><h2 class=\"uagb-heading-text\">Plan an Unforgettable Experience at <br>Blue Roan!</h2><p class=\"uagb-desc-text\">Blue Roan is a 4-star graded pet-friendly venue</p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/advanced-heading {\"block_id\":\"f745fed1\",\"classMigrate\":true,\"headingTitleToggle\":false,\"headingDescToggle\":true,\"headingAlign\":\"center\",\"subHeadingColor\":\"var(\\u002d\\u002dast-global-color-4)\",\"subHeadTransform\":\"uppercase\",\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"subHeadLetterSpacing\":2,\"blockTopPadding\":60,\"blockRightPadding\":0,\"blockLeftPadding\":0,\"blockBottomPadding\":0,\"blockTopPaddingMobile\":30,\"blockRightPaddingMobile\":0,\"blockLeftPaddingMobile\":0,\"blockBottomPaddingMobile\":0,\"linkColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"linkHColor\":\"var(\\u002d\\u002dast-global-color-0)\"} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-f745fed1\"><p class=\"uagb-desc-text\"><a href=\"https://book.nightsbridge.com/11065\" target=\"_blank\" rel=\"noreferrer noopener\">BOOK YOUR STAY NOW​</a></p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/icon-list {\"block_id\":\"c094d8ae\",\"classMigrate\":true,\"childMigrate\":true,\"align\":\"center\",\"parentIcon\":\"phone\",\"size\":40,\"sizeMobile\":24,\"sizeTablet\":32,\"fontSize\":48,\"fontSizeMobile\":28,\"fontSizeTablet\":40,\"fontWeight\":\"600\",\"iconColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"labelColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"blockTopPadding\":0,\"blockRightPadding\":0,\"blockLeftPadding\":0,\"blockBottomPadding\":24,\"blockPaddingLink\":false} -->\n<div class=\"wp-block-uagb-icon-list uagb-block-c094d8ae\"><div class=\"uagb-icon-list__wrap\"><!-- wp:uagb/icon-list-child {\"block_id\":\"88366f7f\",\"label\":\" + 27 (0) 82 575 5409\",\"label_color\":\"\",\"link\":\"tel:+27825755409\",\"disableLink\":true,\"fromParentIcon\":\"phone\",\"imageSizeChild\":40} -->\n<div class=\"wp-block-uagb-icon-list-child uagb-block-88366f7f\"><a target=\"_self\" aria-label=\" + 27 (0) 82 575 5409\" rel=\"noopener noreferrer\" href=\"tel:+27825755409\"> </a><span class=\"uagb-icon-list__source-wrap\"><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M511.2 387l-23.25 100.8c-3.266 14.25-15.79 24.22-30.46 24.22C205.2 512 0 306.8 0 54.5c0-14.66 9.969-27.2 24.22-30.45l100.8-23.25C139.7-2.602 154.7 5.018 160.8 18.92l46.52 108.5c5.438 12.78 1.77 27.67-8.98 36.45L144.5 207.1c33.98 69.22 90.26 125.5 159.5 159.5l44.08-53.8c8.688-10.78 23.69-14.51 36.47-8.975l108.5 46.51C506.1 357.2 514.6 372.4 511.2 387z\"></path></svg></span><span class=\"uagb-icon-list__label\"> + 27 (0) 82 575 5409</span></div>\n<!-- /wp:uagb/icon-list-child -->\n\n<!-- wp:uagb/icon-list-child {\"block_id\":\"95961a28\",\"label\":\"blueroan@ugo.co.za\",\"icon\":\"envelope\",\"label_color\":\"\",\"link\":\"mailto:blueroan@ugo.co.za\",\"disableLink\":true,\"fromParentIcon\":\"phone\",\"imageSizeChild\":40} -->\n<div class=\"wp-block-uagb-icon-list-child uagb-block-95961a28\"><a target=\"_self\" aria-label=\"blueroan@ugo.co.za\" rel=\"noopener noreferrer\" href=\"mailto:blueroan@ugo.co.za\"> </a><span class=\"uagb-icon-list__source-wrap\"><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M464 64C490.5 64 512 85.49 512 112C512 127.1 504.9 141.3 492.8 150.4L275.2 313.6C263.8 322.1 248.2 322.1 236.8 313.6L19.2 150.4C7.113 141.3 0 127.1 0 112C0 85.49 21.49 64 48 64H464zM217.6 339.2C240.4 356.3 271.6 356.3 294.4 339.2L512 176V384C512 419.3 483.3 448 448 448H64C28.65 448 0 419.3 0 384V176L217.6 339.2z\"></path></svg></span><span class=\"uagb-icon-list__label\">blueroan@ugo.co.za</span></div>\n<!-- /wp:uagb/icon-list-child --></div></div>\n<!-- /wp:uagb/icon-list --></div></div>\n<!-- /wp:uagb/container -->',	'Home',	'',	'inherit',	'closed',	'closed',	'',	'760-revision-v1',	'',	'',	'2022-12-15 14:39:55',	'2022-12-15 14:39:55',	'',	760,	'https://blueroan.netgen.cloud/?p=1311',	0,	'revision',	'',	0),
(1312,	2,	'2022-12-15 14:40:28',	'2022-12-15 14:40:28',	'<!-- wp:uagb/container {\"block_id\":\"8c4f2ae3\",\"minHeightDesktop\":95,\"minHeightTablet\":70,\"minHeightMobile\":80,\"minHeightType\":\"vh\",\"alignItemsDesktop\":\"flex-start\",\"backgroundType\":\"image\",\"backgroundImageDesktop\":{\"uploading\":false,\"date\":1670921854000,\"filename\":\"Blue-Roan-pool.jpg\",\"menuOrder\":0,\"uploadedTo\":760,\"type\":\"image\",\"subtype\":\"jpeg\",\"id\":784,\"title\":\"Blue Roan - pool\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Blue-Roan-pool.jpg\",\"link\":\"https://blueroan.netgen.cloud/home/blue-roan-pool/\",\"alt\":\"\",\"author\":\"2\",\"description\":\"\",\"caption\":\"\",\"name\":\"blue-roan-pool\",\"status\":\"inherit\",\"modified\":1670921854000,\"mime\":\"image/jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-includes/images/media/default.png\",\"dateFormatted\":\"December 13, 2022\",\"nonces\":{\"update\":\"51a12ed09e\",\"delete\":\"5174068551\",\"edit\":\"1de0721407\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=784\\u0026action=edit\",\"meta\":false,\"authorName\":\"Netgen Support\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/profile.php\",\"uploadedToTitle\":\"Home\",\"uploadedToLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=760\\u0026action=edit\",\"filesizeInBytes\":154801,\"filesizeHumanReadable\":\"151 KB\",\"context\":\"\",\"height\":667,\"width\":1000,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Blue-Roan-pool-150x150.jpg\",\"orientation\":\"landscape\"},\"medium\":{\"height\":200,\"width\":300,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Blue-Roan-pool-300x200.jpg\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Blue-Roan-pool.jpg\",\"height\":667,\"width\":1000,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"backgroundPositionDesktop\":{\"x\":0.5,\"y\":0.25},\"backgroundImageColor\":\"rgba(42,42,42,0.35)\",\"topPaddingDesktop\":0,\"bottomPaddingDesktop\":0,\"leftPaddingDesktop\":40,\"rightPaddingDesktop\":40,\"topPaddingTablet\":120,\"bottomPaddingTablet\":120,\"leftPaddingTablet\":40,\"rightPaddingTablet\":40,\"topPaddingMobile\":150,\"bottomPaddingMobile\":150,\"leftPaddingMobile\":20,\"rightPaddingMobile\":20,\"paddingLink\":false,\"variationSelected\":true,\"isBlockRootParent\":true,\"overlayType\":\"color\",\"minHeightTypeTablet\":\"vh\",\"minHeightTypeMobile\":\"vh\"} -->\n<div class=\"wp-block-uagb-container uagb-block-8c4f2ae3 alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/info-box {\"classMigrate\":true,\"headingAlign\":\"left\",\"headingColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"subHeadingColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"headingTag\":\"h1\",\"subHeadFontSize\":17,\"subHeadFontSizeMobile\":15,\"headSpace\":20,\"subHeadSpace\":40,\"block_id\":\"2f992955\",\"ctaIcon\":\"\",\"ctaType\":\"button\",\"ctaText\":\"Book Your Stay Now\",\"ctaLink\":\"https://book.nightsbridge.com/11065\",\"ctaBtnLinkColor\":\"var(\\u002d\\u002dast-global-color-2)\",\"ctaLinkHoverColor\":\"var(\\u002d\\u002dast-global-color-2)\",\"ctaBgColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"ctaBgHoverColor\":\"var(\\u002d\\u002dast-global-color-4)\",\"ctaBorderColor\":\"\",\"ctaBorderStyle\":\"\",\"ctaBorderWidth\":\"\",\"ctaBorderRadius\":\"\",\"iconImage\":{\"url\":\"\",\"alt\":\"InfoBox placeholder img\"},\"showIcon\":false,\"paddingBtnTop\":18,\"paddingBtnBottom\":18,\"paddingBtnLeft\":34,\"paddingBtnRight\":34,\"blockTopPadding\":5,\"blockRightPadding\":40,\"blockLeftPadding\":0,\"blockBottomPadding\":0,\"blockTopPaddingTablet\":0,\"blockRightPaddingTablet\":64,\"blockLeftPaddingTablet\":0,\"blockBottomPaddingTablet\":0,\"blockTopPaddingMobile\":0,\"blockRightPaddingMobile\":0,\"blockLeftPaddingMobile\":0,\"blockBottomPaddingMobile\":0,\"blockPaddingUnit\":\"%\",\"blockPaddingLink\":false,\"subHeadMarginTopTablet\":0,\"subHeadMarginRightTablet\":64,\"subHeadTabletSpace\":40,\"subHeadMarginLeftTablet\":0,\"subHeadMarginTopMobile\":0,\"subHeadMarginRightMobile\":0,\"subHeadMobileSpace\":40,\"subHeadMarginLeftMobile\":0,\"btnBorderTopWidth\":1,\"btnBorderLeftWidth\":1,\"btnBorderRightWidth\":1,\"btnBorderBottomWidth\":1,\"btnBorderTopLeftRadius\":0,\"btnBorderTopRightRadius\":0,\"btnBorderBottomLeftRadius\":0,\"btnBorderBottomRightRadius\":0,\"btnBorderStyle\":\"none\",\"btnBorderColor\":\"#333\"} -->\n<div class=\"wp-block-uagb-info-box uagb-block-2f992955 uagb-infobox__content-wrap  uagb-infobox-icon-above-title uagb-infobox-image-valign-top\"><div class=\"uagb-ifb-content\"><div class=\"uagb-ifb-title-wrap\"><h1 class=\"uagb-ifb-title\"><strong>Magaliesburg pet friendly self-catering accommodation</strong></h1></div><p class=\"uagb-ifb-desc\">Romantic pet-friendly self-catering accommodation in Magaliesburg, Gauteng.</p><div class=\"uagb-ifb-button-wrapper wp-block-button\"><a href=\"https://book.nightsbridge.com/11065\" class=\"uagb-infobox-cta-link wp-block-button__link\" target=\"_self\" rel=\"noopener noreferrer\" alt=\"\"><span class=\"uagb-inline-editing\">Book Your Stay Now</span></a></div></div></div>\n<!-- /wp:uagb/info-box --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"32a0ff19\",\"directionDesktop\":\"row\",\"directionMobile\":\"column-reverse\",\"alignItemsDesktop\":\"flex-start\",\"backgroundType\":\"color\",\"backgroundSizeTablet\":\"cover\",\"backgroundSizeMobile\":\"cover\",\"backgroundColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"topPaddingDesktop\":60,\"bottomPaddingDesktop\":60,\"topPaddingTablet\":80,\"bottomPaddingTablet\":80,\"leftPaddingTablet\":40,\"rightPaddingTablet\":40,\"topPaddingMobile\":64,\"bottomPaddingMobile\":64,\"leftPaddingMobile\":24,\"rightPaddingMobile\":24,\"paddingLink\":false,\"variationSelected\":true,\"columnGapDesktop\":60,\"columnGapTablet\":50,\"isBlockRootParent\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-32a0ff19 alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/container {\"block_id\":\"c2a02800\",\"widthDesktop\":50,\"variationSelected\":true,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-c2a02800\"><!-- wp:image {\"id\":797,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-13.jpg\" alt=\"\" class=\"wp-image-797\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>We have 7 lovely brick&nbsp;<strong>self-catering</strong>&nbsp;units, each one private and with its own character and theme. &nbsp;They are designed exclusively for couples with or without pets wanting a romantic and peaceful place to connect, re-connect, celebrate special occasions, or somewhere quiet and comfortable to come for a holiday</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:buttons -->\n<div class=\"wp-block-buttons\"><!-- wp:button -->\n<div class=\"wp-block-button\"><a class=\"wp-block-button__link wp-element-button\" href=\"/accommodation/\">View accomodation</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"8dd5cdd9\",\"widthDesktop\":50,\"leftPaddingDesktop\":0,\"paddingLink\":false,\"variationSelected\":true,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-8dd5cdd9\"><!-- wp:uagb/advanced-heading {\"block_id\":\"8dd6c585\",\"classMigrate\":true,\"headingDescToggle\":true,\"subHeadingColor\":\"\",\"headSpace\":20,\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-8dd6c585\"><h2 class=\"uagb-heading-text\"><strong>Blue Roan is a 4-star graded pet-friendly venue</strong></h2><p class=\"uagb-desc-text\">Our goal is to provide high-quality, romantic, comfortable, and affordable self-catering accommodation on the outskirts of the village of &nbsp;Magaliesburg. &nbsp;For animal lovers, we are also&nbsp;pet-friendly&nbsp;by arrangement in most of the units all of which have their own fully fenced and gated private grassy gardens.</p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/image {\"block_id\":\"9a2bdb77\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/hammock-in-the-garden.jpg\",\"align\":\"left\",\"id\":799,\"linkDestination\":\"none\",\"naturalWidth\":600,\"naturalHeight\":400,\"sizeSlug\":\"full\",\"sizeSlugTablet\":\"full\",\"sizeSlugMobile\":\"full\",\"imageTopMargin\":20,\"imageRightMargin\":0,\"imageLeftMargin\":0,\"imageBottomMargin\":0,\"imageTopMarginMobile\":0,\"imageRightMarginMobile\":0,\"imageLeftMarginMobile\":0,\"imageBottomMarginMobile\":0,\"imageMarginLink\":false} -->\n<div class=\"wp-block-uagb-image uagb-block-9a2bdb77 wp-block-uagb-image--layout-default wp-block-uagb-image--effect-static wp-block-uagb-image--align-left\"><figure class=\"wp-block-uagb-image__figure\"><img srcset=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/hammock-in-the-garden.jpg \" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/hammock-in-the-garden.jpg\" alt=\"\" class=\"uag-image-799\" width=\"\" height=\"\" title=\"\" loading=\"lazy\"/></figure></div>\n<!-- /wp:uagb/image --></div>\n<!-- /wp:uagb/container --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"911aeed2\",\"directionDesktop\":\"row\",\"directionMobile\":\"column-reverse\",\"alignItemsDesktop\":\"flex-start\",\"backgroundType\":\"color\",\"backgroundSizeTablet\":\"cover\",\"backgroundSizeMobile\":\"cover\",\"backgroundColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"topPaddingDesktop\":0,\"bottomPaddingDesktop\":0,\"topPaddingTablet\":80,\"bottomPaddingTablet\":80,\"leftPaddingTablet\":40,\"rightPaddingTablet\":40,\"topPaddingMobile\":64,\"bottomPaddingMobile\":64,\"leftPaddingMobile\":24,\"rightPaddingMobile\":24,\"paddingLink\":false,\"variationSelected\":true,\"rowGapDesktop\":0,\"columnGapDesktop\":0,\"columnGapTablet\":50,\"isBlockRootParent\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-911aeed2 alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:image {\"align\":\"center\",\"id\":794,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image aligncenter size-full\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/210-2108726_too-great-for-us-tourism-grading-council-of-south-5.png\" alt=\"\" class=\"wp-image-794\"/></figure>\n<!-- /wp:image --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"f5d600c9\",\"backgroundType\":\"color\",\"backgroundSizeTablet\":\"cover\",\"backgroundSizeMobile\":\"cover\",\"backgroundColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"topPaddingDesktop\":50,\"bottomPaddingDesktop\":100,\"topPaddingTablet\":50,\"bottomPaddingTablet\":25,\"leftPaddingTablet\":20,\"rightPaddingTablet\":20,\"topPaddingMobile\":50,\"bottomPaddingMobile\":20,\"leftPaddingMobile\":20,\"rightPaddingMobile\":20,\"paddingLink\":false,\"variationSelected\":true,\"rowGapDesktop\":0,\"isBlockRootParent\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-f5d600c9 alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/container {\"block_id\":\"7beca4fd\",\"directionDesktop\":\"row\",\"alignItemsDesktop\":\"flex-end\",\"alignItemsTablet\":\"flex-end\",\"justifyContentDesktop\":\"flex-end\",\"justifyContentTablet\":\"space-between\",\"variationSelected\":true,\"rowGapMobile\":30,\"columnGapDesktop\":0} -->\n<div class=\"wp-block-uagb-container uagb-block-7beca4fd\"><!-- wp:uagb/advanced-heading {\"block_id\":\"32b60688\",\"classMigrate\":true,\"headingDescToggle\":true,\"subHeadingColor\":\"\",\"headSpace\":20,\"subHeadFontSize\":16} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-32b60688\"><h2 class=\"uagb-heading-text\">Amenities &amp; Interests ​</h2><p class=\"uagb-desc-text\">The Blue Roan Country Lodge is situated just 5 minutes from the village of Magaliesburg on a tar road so easy access for all cars. &nbsp;We have panoramic views of the Magaliesberg mountain range and our farm is the perfect place for a relaxing getaway in the country. &nbsp;As we are only 70 km from JHB and Pretoria, it is only an hour’s drive.</p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/buttons {\"block_id\":\"ff9fe4af\",\"classMigrate\":true,\"childMigrate\":true,\"align\":\"right\",\"alignTablet\":\"right\",\"alignMobile\":\"left\",\"gap\":0} -->\n<div class=\"wp-block-uagb-buttons uagb-buttons__outer-wrap uagb-btn__default-btn uagb-btn-tablet__default-btn uagb-btn-mobile__default-btn uagb-block-ff9fe4af\"><div class=\"uagb-buttons__wrap uagb-buttons-layout-wrap\"><!-- wp:uagb/buttons-child {\"block_id\":\"f97ea19c\",\"label\":\"View All\",\"link\":\"/amenities/\",\"hColor\":\"\",\"borderWidth\":\"\",\"borderRadius\":\"\",\"borderStyle\":\"\",\"borderColor\":\"\",\"borderHColor\":\"\",\"btnBorderTopWidth\":1,\"btnBorderLeftWidth\":1,\"btnBorderRightWidth\":1,\"btnBorderBottomWidth\":1,\"btnBorderTopLeftRadius\":2,\"btnBorderTopRightRadius\":2,\"btnBorderBottomLeftRadius\":2,\"btnBorderBottomRightRadius\":2,\"btnBorderStyle\":\"solid\",\"btnBorderColor\":\"#333\",\"btnBorderHColor\":\"#333\"} -->\n<div class=\"wp-block-uagb-buttons-child uagb-buttons__outer-wrap uagb-block-f97ea19c wp-block-button is-style-outline\"><div class=\"uagb-button__wrapper\"><a class=\"uagb-buttons-repeater wp-block-button__link\" href=\"/amenities/\" rel=\"follow noopener\" target=\"_self\"><div class=\"uagb-button__link\">View All</div></a></div></div>\n<!-- /wp:uagb/buttons-child --></div></div>\n<!-- /wp:uagb/buttons --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"9430ad47\",\"directionDesktop\":\"row\",\"alignItemsTablet\":\"flex-start\",\"paddingLink\":false,\"topMarginDesktop\":50,\"bottomMarginDesktop\":20,\"leftMarginDesktop\":0,\"rightMarginDesktop\":0,\"marginLink\":false,\"variationSelected\":true,\"rowGapMobile\":65,\"columnGapDesktop\":48,\"columnGapTablet\":20} -->\n<div class=\"wp-block-uagb-container uagb-block-9430ad47\"><!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"align\":\"center\",\"id\":828,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image aligncenter size-full\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Blue-Roan-pool.png\" alt=\"Blue Roan\'s rock pool\" class=\"wp-image-828\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>A relaxing rock Pool​</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>We have a lovely sparkling blue rock pool next to a thatched Lapa. &nbsp;&nbsp;Lie on recliners on the green lawn or sit on the swing chair in the Lapa and enjoy the panoramic view of the Magaliesberg mountain range.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":829,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/img-20160605-wa0002-largejpg.png\" alt=\"\" class=\"wp-image-829\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>Braai facilities </h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>What can compare to a burning fire under the star-lit African sky? Nothing beats the flavor of cooking over an open flame.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":830,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/ef9d0188da11e2bc56788f5619d9d539.png\" alt=\"\" class=\"wp-image-830\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>A games room </h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>The reception is also a games room for those who enjoy darts or playing pool. &nbsp;Take a selection of DVDs back to your room and watch movies on your own DVD player. &nbsp;There is also a selection of board games and music CDs that you can borrow.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div>\n<!-- /wp:uagb/container --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"847d77eb\",\"backgroundType\":\"color\",\"backgroundSizeTablet\":\"cover\",\"backgroundSizeMobile\":\"cover\",\"backgroundColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"bottomPaddingDesktop\":104,\"leftPaddingDesktop\":40,\"rightPaddingDesktop\":40,\"topPaddingTablet\":80,\"bottomPaddingTablet\":80,\"leftPaddingTablet\":40,\"rightPaddingTablet\":40,\"topPaddingMobile\":64,\"bottomPaddingMobile\":64,\"leftPaddingMobile\":24,\"rightPaddingMobile\":24,\"paddingLink\":false,\"variationSelected\":true,\"rowGapDesktop\":0,\"isBlockRootParent\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-847d77eb alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/advanced-heading {\"block_id\":\"cbb6fb0f\",\"classMigrate\":true,\"headingDescToggle\":true,\"headingAlign\":\"center\",\"headingAlignMobile\":\"left\",\"subHeadingColor\":\"\",\"headSpace\":20,\"subHeadFontSize\":16,\"blockBottomPadding\":20} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-cbb6fb0f\"><h2 class=\"uagb-heading-text\">Our Inside Pictures​</h2><p class=\"uagb-desc-text\">Take a look at some pretty pictures captured in and around our premises.</p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/container {\"block_id\":\"a46351cc\",\"directionDesktop\":\"row\",\"alignItemsDesktop\":\"flex-start\",\"topMarginDesktop\":20,\"bottomMarginDesktop\":0,\"leftMarginDesktop\":0,\"rightMarginDesktop\":0,\"marginLink\":false,\"variationSelected\":true,\"rowGapMobile\":24,\"columnGapDesktop\":24,\"columnGapTablet\":20} -->\n<div class=\"wp-block-uagb-container uagb-block-a46351cc\"><!-- wp:uagb/container {\"block_id\":\"b4c0f2ef\",\"widthDesktop\":32,\"variationSelected\":true,\"rowGapDesktop\":24,\"rowGapTablet\":20,\"rowGapMobile\":24,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-b4c0f2ef\"><!-- wp:uagb/image {\"block_id\":\"b26a5a0b\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/red-rose-1024x683.jpg\",\"id\":834,\"linkDestination\":\"none\",\"width\":385,\"height\":284,\"naturalWidth\":1024,\"naturalHeight\":683,\"sizeSlug\":\"large\",\"sizeSlugTablet\":\"large\",\"sizeSlugMobile\":\"large\",\"customHeightSetDesktop\":true} -->\n<div class=\"wp-block-uagb-image uagb-block-b26a5a0b wp-block-uagb-image--layout-default wp-block-uagb-image--effect-static wp-block-uagb-image--align-none\"><figure class=\"wp-block-uagb-image__figure\"><img srcset=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/red-rose-1024x683.jpg \" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/red-rose-1024x683.jpg\" alt=\"\" class=\"uag-image-834\" width=\"385\" height=\"284\" title=\"\" loading=\"lazy\"/></figure></div>\n<!-- /wp:uagb/image -->\n\n<!-- wp:uagb/image {\"block_id\":\"55948792\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/49g.jpg\",\"id\":838,\"linkDestination\":\"none\",\"width\":385,\"height\":284,\"naturalWidth\":650,\"naturalHeight\":450,\"sizeSlug\":\"full\",\"sizeSlugTablet\":\"full\",\"sizeSlugMobile\":\"full\",\"customHeightSetDesktop\":true} -->\n<div class=\"wp-block-uagb-image uagb-block-55948792 wp-block-uagb-image--layout-default wp-block-uagb-image--effect-static wp-block-uagb-image--align-none\"><figure class=\"wp-block-uagb-image__figure\"><img srcset=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/49g.jpg \" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/49g.jpg\" alt=\"\" class=\"uag-image-838\" width=\"385\" height=\"284\" title=\"\" loading=\"lazy\"/></figure></div>\n<!-- /wp:uagb/image --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"ff245254\",\"widthDesktop\":67,\"variationSelected\":true,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-ff245254\"><!-- wp:uagb/image {\"block_id\":\"369498ba\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAA39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba-1-1024x768.png\",\"id\":905,\"linkDestination\":\"none\",\"naturalWidth\":1024,\"naturalHeight\":768,\"sizeSlug\":\"large\",\"sizeSlugTablet\":\"large\",\"sizeSlugMobile\":\"large\"} -->\n<div class=\"wp-block-uagb-image uagb-block-369498ba wp-block-uagb-image--layout-default wp-block-uagb-image--effect-static wp-block-uagb-image--align-none\"><figure class=\"wp-block-uagb-image__figure\"><img srcset=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAA39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba-1-1024x768.png \" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAA39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba-1-1024x768.png\" alt=\"\" class=\"uag-image-905\" width=\"\" height=\"\" title=\"\" loading=\"lazy\"/></figure></div>\n<!-- /wp:uagb/image --></div>\n<!-- /wp:uagb/container --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"b4609bea\",\"directionDesktop\":\"row\",\"alignItemsDesktop\":\"flex-start\",\"topMarginDesktop\":24,\"bottomMarginDesktop\":0,\"leftMarginDesktop\":0,\"rightMarginDesktop\":0,\"topMarginTablet\":20,\"bottomMarginTablet\":0,\"leftMarginTablet\":0,\"rightMarginTablet\":0,\"topMarginMobile\":24,\"bottomMarginMobile\":0,\"leftMarginMobile\":0,\"rightMarginMobile\":0,\"marginLink\":false,\"variationSelected\":true,\"columnGapDesktop\":24,\"columnGapTablet\":20} -->\n<div class=\"wp-block-uagb-container uagb-block-b4609bea\"><!-- wp:uagb/container {\"block_id\":\"a785cb21\",\"widthDesktop\":67,\"variationSelected\":true,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-a785cb21\"><!-- wp:image {\"id\":837,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-8-1024x678.jpg\" alt=\"\" class=\"wp-image-837\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"2593d9d1\",\"widthDesktop\":32,\"variationSelected\":true,\"rowGapDesktop\":24,\"rowGapTablet\":20,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-2593d9d1\"><!-- wp:uagb/image {\"block_id\":\"f6625776\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Blue-roan-pool-01.jpg\",\"id\":782,\"linkDestination\":\"none\",\"width\":385,\"height\":250,\"naturalWidth\":800,\"naturalHeight\":534,\"sizeSlug\":\"full\",\"sizeSlugTablet\":\"full\",\"sizeSlugMobile\":\"full\",\"customHeightSetDesktop\":true} -->\n<div class=\"wp-block-uagb-image uagb-block-f6625776 wp-block-uagb-image--layout-default wp-block-uagb-image--effect-static wp-block-uagb-image--align-none\"><figure class=\"wp-block-uagb-image__figure\"><img srcset=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Blue-roan-pool-01.jpg \" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Blue-roan-pool-01.jpg\" alt=\"\" class=\"uag-image-782\" width=\"385\" height=\"250\" title=\"\" loading=\"lazy\"/></figure></div>\n<!-- /wp:uagb/image -->\n\n<!-- wp:uagb/image {\"block_id\":\"a8da43d5\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/bird-1024x683.jpg\",\"id\":910,\"linkDestination\":\"none\",\"width\":385,\"height\":250,\"naturalWidth\":1024,\"naturalHeight\":683,\"sizeSlug\":\"large\",\"sizeSlugTablet\":\"large\",\"sizeSlugMobile\":\"large\",\"customHeightSetDesktop\":true} -->\n<div class=\"wp-block-uagb-image uagb-block-a8da43d5 wp-block-uagb-image--layout-default wp-block-uagb-image--effect-static wp-block-uagb-image--align-none\"><figure class=\"wp-block-uagb-image__figure\"><img srcset=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/bird-1024x683.jpg \" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/bird-1024x683.jpg\" alt=\"\" class=\"uag-image-910\" width=\"385\" height=\"250\" title=\"\" loading=\"lazy\"/></figure></div>\n<!-- /wp:uagb/image --></div>\n<!-- /wp:uagb/container --></div>\n<!-- /wp:uagb/container --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"b5d7df47\",\"backgroundType\":\"color\",\"backgroundSizeTablet\":\"cover\",\"backgroundSizeMobile\":\"cover\",\"backgroundColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"topPaddingDesktop\":40,\"bottomPaddingDesktop\":104,\"leftPaddingDesktop\":40,\"rightPaddingDesktop\":40,\"topPaddingTablet\":80,\"bottomPaddingTablet\":80,\"leftPaddingTablet\":40,\"rightPaddingTablet\":40,\"topPaddingMobile\":64,\"bottomPaddingMobile\":64,\"leftPaddingMobile\":24,\"rightPaddingMobile\":24,\"paddingLink\":false,\"variationSelected\":true,\"rowGapDesktop\":0,\"isBlockRootParent\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-b5d7df47 alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/advanced-heading {\"block_id\":\"66c16280\",\"classMigrate\":true,\"headingDescToggle\":true,\"headingAlign\":\"center\",\"headingAlignMobile\":\"left\",\"subHeadingColor\":\"\",\"headSpace\":20,\"subHeadFontSize\":16,\"blockBottomPadding\":20} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-66c16280\"><h2 class=\"uagb-heading-text\">What Our Guests Say​</h2><p class=\"uagb-desc-text\">We take pride in serving our guests the best experience. </p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/container {\"block_id\":\"d83933c3\",\"directionDesktop\":\"row\",\"topMarginDesktop\":40,\"bottomMarginDesktop\":0,\"leftMarginDesktop\":0,\"rightMarginDesktop\":0,\"marginLink\":false,\"variationSelected\":true,\"rowGapMobile\":40,\"columnGapDesktop\":90} -->\n<div class=\"wp-block-uagb-container uagb-block-d83933c3\"><!-- wp:uagb/container {\"block_id\":\"839bd790\",\"widthDesktop\":50,\"variationSelected\":true,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-839bd790\"><!-- wp:uagb/testimonial {\"test_item_count\":1,\"classMigrate\":true,\"test_block\":[{\"description\":\"\\u0022Thank you for a most enjoyable weekend stay and for making our anniversary so special.  Thank you for your kind and lovely friendship which we really appreciate!!!\\u0022​\",\"name\":\"\\u003cstrong\\u003eBrenda and Theuns\\u003c/strong\\u003e\",\"company\":\"\",\"image\":{\"id\":119,\"title\":\"testimonial1\",\"filename\":\"testimonial1.jpg\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/testimonial1.jpg\",\"link\":\"https://blueroan.netgen.cloud/testimonial1/\",\"alt\":\"\",\"author\":\"34\",\"description\":\"\",\"caption\":\"\",\"name\":\"testimonial1\",\"status\":\"inherit\",\"uploadedTo\":0,\"date\":\"2021-05-11T05:02:02.000Z\",\"modified\":\"2021-05-11T05:02:02.000Z\",\"menuOrder\":0,\"mime\":\"image/jpeg\",\"type\":\"image\",\"subtype\":\"jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/default.png\",\"dateFormatted\":\"May 11, 2021\",\"nonces\":{\"update\":\"b92fe40c3d\",\"delete\":\"643c1eb8f1\",\"edit\":\"d3e7d56b1d\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=119\\u0026action=edit\",\"meta\":false,\"authorName\":\"Rishabh\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/user-edit.php?user_id=34\",\"filesizeInBytes\":11264,\"filesizeHumanReadable\":\"11 KB\",\"context\":\"\",\"height\":250,\"width\":250,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/testimonial1-150x150.jpg\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/testimonial1.jpg\",\"height\":250,\"width\":250,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}}}],\"headingAlign\":\"left\",\"headingAlignTablet\":\"left\",\"headingAlignMobile\":\"left\",\"descColor\":\"var(\\u002d\\u002dast-global-color-3)\",\"nameFontSize\":14,\"nameLineHeight\":1,\"descFontSize\":16,\"descFontWeight\":\"600\",\"nameSpace\":1,\"block_id\":\"41ca5b4f\",\"iconImage\":{\"url\":\"\",\"alt\":\"InfoBox placeholder img\"},\"imageWidth\":32,\"columnGap\":1,\"borderStyle\":\"\",\"paddingTop\":0,\"paddingBottom\":0,\"paddingLeft\":0,\"paddingRight\":0,\"spacingLink\":true,\"imgpaddingTop\":0,\"imgpaddingRight\":15,\"imgpaddingBottom\":0,\"imgpaddingLeft\":0,\"overallBorderStyle\":\"none\",\"imgTagHeight\":32,\"imgTagWidth\":150} -->\n<div class=\"wp-block-uagb-testimonial uagb-slick-carousel uagb-tm__arrow-outside uagb-block-41ca5b4f uagb-post__carousel_notset uagb-post__carousel_notset-tablet uagb-post__carousel_notset-mobile\"><div class=\"is-carousel uagb-tm__columns-1 uagb-tm__items\"><div class=\"uagb-testimonial__wrap  uagb-tm__imgicon-style-circle uagb-tm__image-position-bottom uagb-tm__bg-type-none \"><div class=\"uagb-tm__content\"><div class=\"uagb-tm__overlay\"></div><div class=\"uagb-tm__text-wrap\"><div class=\"uagb-tm__desc\">\"Thank you for a most enjoyable weekend stay and for making our anniversary so special.  Thank you for your kind and lovely friendship which we really appreciate!!!\"​</div><div class=\"uagb-tm__meta-inner\"><div class=\"uagb-tm__image-content\"><div class=\"uagb-tm__image\"><img class=\"uagb-tm-img-src\" src=\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/testimonial1-150x150.jpg\" alt=\"\" width=\"32\" height=\"32\" loading=\"lazy\"/></div></div><div class=\"uagb-testimonial-details\"><span class=\"uagb-tm__author-name\"><strong>Brenda and Theuns</strong></span><span class=\"uagb-tm__company\"></span></div></div></div></div></div></div></div>\n<!-- /wp:uagb/testimonial -->\n\n<!-- wp:uagb/testimonial {\"test_item_count\":1,\"classMigrate\":true,\"test_block\":[{\"description\":\"\\u0022Breaking away from city life and coming out to a most wonderful romantic weekend away.  The unit is so comfortable.  Thank you for your great hospitality - we had an awesome time here.  Go well - with love\\u0022​\",\"name\":\"\\u003cstrong\\u003e\\u003cstrong\\u003e\\u003cstrong\\u003eLiz \\u0026amp; Eddie\\u003c/strong\\u003e\\u003c/strong\\u003e\\u003c/strong\\u003e\",\"company\":\"\",\"image\":{\"id\":122,\"title\":\"testimonial4\",\"filename\":\"testimonial4.jpg\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/testimonial4.jpg\",\"link\":\"https://blueroan.netgen.cloud/testimonial4/\",\"alt\":\"\",\"author\":\"34\",\"description\":\"\",\"caption\":\"\",\"name\":\"testimonial4\",\"status\":\"inherit\",\"uploadedTo\":0,\"date\":\"2021-05-11T05:02:06.000Z\",\"modified\":\"2021-05-11T05:02:06.000Z\",\"menuOrder\":0,\"mime\":\"image/jpeg\",\"type\":\"image\",\"subtype\":\"jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/default.png\",\"dateFormatted\":\"May 11, 2021\",\"nonces\":{\"update\":\"4e34860add\",\"delete\":\"9e126a55cd\",\"edit\":\"33ffd3c040\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=122\\u0026action=edit\",\"meta\":false,\"authorName\":\"Rishabh\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/user-edit.php?user_id=34\",\"filesizeInBytes\":16584,\"filesizeHumanReadable\":\"16 KB\",\"context\":\"\",\"height\":250,\"width\":250,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/testimonial4-150x150.jpg\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/testimonial4.jpg\",\"height\":250,\"width\":250,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}}}],\"headingAlign\":\"left\",\"headingAlignTablet\":\"left\",\"headingAlignMobile\":\"left\",\"descColor\":\"var(\\u002d\\u002dast-global-color-3)\",\"nameFontSize\":14,\"nameLineHeight\":1,\"descFontSize\":16,\"descFontWeight\":\"600\",\"nameSpace\":1,\"block_id\":\"b55f44ad\",\"iconImage\":{\"url\":\"\",\"alt\":\"InfoBox placeholder img\"},\"imageWidth\":32,\"columnGap\":1,\"borderStyle\":\"\",\"paddingTop\":0,\"paddingBottom\":0,\"paddingLeft\":0,\"paddingRight\":0,\"spacingLink\":true,\"imgpaddingTop\":0,\"imgpaddingRight\":15,\"imgpaddingBottom\":0,\"imgpaddingLeft\":0,\"overallBorderStyle\":\"none\",\"imgTagHeight\":32,\"imgTagWidth\":150} -->\n<div class=\"wp-block-uagb-testimonial uagb-slick-carousel uagb-tm__arrow-outside uagb-block-b55f44ad uagb-post__carousel_notset uagb-post__carousel_notset-tablet uagb-post__carousel_notset-mobile\"><div class=\"is-carousel uagb-tm__columns-1 uagb-tm__items\"><div class=\"uagb-testimonial__wrap  uagb-tm__imgicon-style-circle uagb-tm__image-position-bottom uagb-tm__bg-type-none \"><div class=\"uagb-tm__content\"><div class=\"uagb-tm__overlay\"></div><div class=\"uagb-tm__text-wrap\"><div class=\"uagb-tm__desc\">\"Breaking away from city life and coming out to a most wonderful romantic weekend away.  The unit is so comfortable.  Thank you for your great hospitality - we had an awesome time here.  Go well - with love\"​</div><div class=\"uagb-tm__meta-inner\"><div class=\"uagb-tm__image-content\"><div class=\"uagb-tm__image\"><img class=\"uagb-tm-img-src\" src=\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/testimonial4-150x150.jpg\" alt=\"\" width=\"32\" height=\"32\" loading=\"lazy\"/></div></div><div class=\"uagb-testimonial-details\"><span class=\"uagb-tm__author-name\"><strong><strong><strong>Liz &amp; Eddie</strong></strong></strong></span><span class=\"uagb-tm__company\"></span></div></div></div></div></div></div></div>\n<!-- /wp:uagb/testimonial --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"9ea43414\",\"widthDesktop\":50,\"variationSelected\":true,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-9ea43414\"><!-- wp:uagb/testimonial {\"test_item_count\":1,\"classMigrate\":true,\"test_block\":[{\"description\":\"\\u0022Judy, what a wonderful place you have here - we were so delighted to spend the weekend here, so tranquil, peaceful, and beautiful. You made us feel right at home. Definitely a place worth 5 stars! Go well.\\u0022​\",\"name\":\"\\u003cstrong\\u003e\\u003cstrong\\u003eBrian\\u003c/strong\\u003e\\u003c/strong\\u003e \\u003cstrong\\u003e\\u003cstrong\\u003e\\u003cstrong\\u003eand \\u003cstrong\\u003eMariska\\u003c/strong\\u003e\\u003c/strong\\u003e\\u003cbr\\u003e\\u003c/strong\\u003e\\u003c/strong\\u003e\",\"company\":\"\",\"image\":{\"id\":120,\"title\":\"testimonial2\",\"filename\":\"testimonial2.jpg\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/testimonial2.jpg\",\"link\":\"https://blueroan.netgen.cloud/testimonial2/\",\"alt\":\"\",\"author\":\"34\",\"description\":\"\",\"caption\":\"\",\"name\":\"testimonial2\",\"status\":\"inherit\",\"uploadedTo\":0,\"date\":\"2021-05-11T05:02:03.000Z\",\"modified\":\"2021-05-11T05:02:03.000Z\",\"menuOrder\":0,\"mime\":\"image/jpeg\",\"type\":\"image\",\"subtype\":\"jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/default.png\",\"dateFormatted\":\"May 11, 2021\",\"nonces\":{\"update\":\"1ee6412858\",\"delete\":\"4414a2ccbf\",\"edit\":\"bde7b1f490\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=120\\u0026action=edit\",\"meta\":false,\"authorName\":\"Rishabh\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/user-edit.php?user_id=34\",\"filesizeInBytes\":10087,\"filesizeHumanReadable\":\"10 KB\",\"context\":\"\",\"height\":250,\"width\":250,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/testimonial2-150x150.jpg\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/testimonial2.jpg\",\"height\":250,\"width\":250,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}}}],\"headingAlign\":\"left\",\"headingAlignTablet\":\"left\",\"headingAlignMobile\":\"left\",\"descColor\":\"var(\\u002d\\u002dast-global-color-3)\",\"nameFontSize\":14,\"nameLineHeight\":1,\"descFontSize\":16,\"descFontWeight\":\"600\",\"nameSpace\":1,\"block_id\":\"4896fc0b\",\"iconImage\":{\"url\":\"\",\"alt\":\"InfoBox placeholder img\"},\"imageWidth\":32,\"columnGap\":1,\"borderStyle\":\"\",\"paddingTop\":0,\"paddingBottom\":0,\"paddingLeft\":0,\"paddingRight\":0,\"spacingLink\":true,\"imgpaddingTop\":0,\"imgpaddingRight\":15,\"imgpaddingBottom\":0,\"imgpaddingLeft\":0,\"overallBorderStyle\":\"none\",\"imgTagHeight\":32,\"imgTagWidth\":150} -->\n<div class=\"wp-block-uagb-testimonial uagb-slick-carousel uagb-tm__arrow-outside uagb-block-4896fc0b uagb-post__carousel_notset uagb-post__carousel_notset-tablet uagb-post__carousel_notset-mobile\"><div class=\"is-carousel uagb-tm__columns-1 uagb-tm__items\"><div class=\"uagb-testimonial__wrap  uagb-tm__imgicon-style-circle uagb-tm__image-position-bottom uagb-tm__bg-type-none \"><div class=\"uagb-tm__content\"><div class=\"uagb-tm__overlay\"></div><div class=\"uagb-tm__text-wrap\"><div class=\"uagb-tm__desc\">\"Judy, what a wonderful place you have here - we were so delighted to spend the weekend here, so tranquil, peaceful, and beautiful. You made us feel right at home. Definitely a place worth 5 stars! Go well.\"​</div><div class=\"uagb-tm__meta-inner\"><div class=\"uagb-tm__image-content\"><div class=\"uagb-tm__image\"><img class=\"uagb-tm-img-src\" src=\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/testimonial2-150x150.jpg\" alt=\"\" width=\"32\" height=\"32\" loading=\"lazy\"/></div></div><div class=\"uagb-testimonial-details\"><span class=\"uagb-tm__author-name\"><strong><strong>Brian</strong></strong> <strong><strong><strong>and <strong>Mariska</strong></strong><br></strong></strong></span><span class=\"uagb-tm__company\"></span></div></div></div></div></div></div></div>\n<!-- /wp:uagb/testimonial -->\n\n<!-- wp:uagb/testimonial {\"test_item_count\":1,\"classMigrate\":true,\"test_block\":[{\"description\":\"\\u0022Thank you for the most wonderful time, Judy!  This was the most peaceful and perfect place to get engaged!  We will most certainly be back!!!  Your hospitality cannot be topped!\\u0022​\",\"name\":\"\\u003cstrong\\u003e\\u003cstrong\\u003e\\u003cstrong\\u003e\\u003cstrong\\u003eBrett and Kelly\\u003c/strong\\u003e\\u003c/strong\\u003e\\u003c/strong\\u003e\\u003c/strong\\u003e\",\"company\":\"\",\"image\":{\"id\":121,\"title\":\"testimonial3\",\"filename\":\"testimonial3.jpg\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/testimonial3.jpg\",\"link\":\"https://blueroan.netgen.cloud/testimonial3/\",\"alt\":\"\",\"author\":\"34\",\"description\":\"\",\"caption\":\"\",\"name\":\"testimonial3\",\"status\":\"inherit\",\"uploadedTo\":0,\"date\":\"2021-05-11T05:02:05.000Z\",\"modified\":\"2021-05-11T05:02:05.000Z\",\"menuOrder\":0,\"mime\":\"image/jpeg\",\"type\":\"image\",\"subtype\":\"jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/default.png\",\"dateFormatted\":\"May 11, 2021\",\"nonces\":{\"update\":\"290653da5d\",\"delete\":\"90a4fb2d63\",\"edit\":\"ff8a64e56e\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=121\\u0026action=edit\",\"meta\":false,\"authorName\":\"Rishabh\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/user-edit.php?user_id=34\",\"filesizeInBytes\":8748,\"filesizeHumanReadable\":\"9 KB\",\"context\":\"\",\"height\":250,\"width\":250,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/testimonial3-150x150.jpg\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/testimonial3.jpg\",\"height\":250,\"width\":250,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}}}],\"headingAlign\":\"left\",\"headingAlignTablet\":\"left\",\"headingAlignMobile\":\"left\",\"descColor\":\"var(\\u002d\\u002dast-global-color-3)\",\"nameFontSize\":14,\"nameLineHeight\":1,\"descFontSize\":16,\"descFontWeight\":\"600\",\"nameSpace\":1,\"block_id\":\"1f54b94e\",\"iconImage\":{\"url\":\"\",\"alt\":\"InfoBox placeholder img\"},\"imageWidth\":32,\"columnGap\":1,\"borderStyle\":\"\",\"paddingTop\":0,\"paddingBottom\":0,\"paddingLeft\":0,\"paddingRight\":0,\"spacingLink\":true,\"imgpaddingTop\":0,\"imgpaddingRight\":15,\"imgpaddingBottom\":0,\"imgpaddingLeft\":0,\"overallBorderStyle\":\"none\",\"imgTagHeight\":32,\"imgTagWidth\":150} -->\n<div class=\"wp-block-uagb-testimonial uagb-slick-carousel uagb-tm__arrow-outside uagb-block-1f54b94e uagb-post__carousel_notset uagb-post__carousel_notset-tablet uagb-post__carousel_notset-mobile\"><div class=\"is-carousel uagb-tm__columns-1 uagb-tm__items\"><div class=\"uagb-testimonial__wrap  uagb-tm__imgicon-style-circle uagb-tm__image-position-bottom uagb-tm__bg-type-none \"><div class=\"uagb-tm__content\"><div class=\"uagb-tm__overlay\"></div><div class=\"uagb-tm__text-wrap\"><div class=\"uagb-tm__desc\">\"Thank you for the most wonderful time, Judy!  This was the most peaceful and perfect place to get engaged!  We will most certainly be back!!!  Your hospitality cannot be topped!\"​</div><div class=\"uagb-tm__meta-inner\"><div class=\"uagb-tm__image-content\"><div class=\"uagb-tm__image\"><img class=\"uagb-tm-img-src\" src=\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/testimonial3-150x150.jpg\" alt=\"\" width=\"32\" height=\"32\" loading=\"lazy\"/></div></div><div class=\"uagb-testimonial-details\"><span class=\"uagb-tm__author-name\"><strong><strong><strong><strong>Brett and Kelly</strong></strong></strong></strong></span><span class=\"uagb-tm__company\"></span></div></div></div></div></div></div></div>\n<!-- /wp:uagb/testimonial --></div>\n<!-- /wp:uagb/container --></div>\n<!-- /wp:uagb/container --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"9a258e64\",\"innerContentCustomWidthDesktop\":781,\"innerContentCustomWidthTablet\":781,\"backgroundType\":\"image\",\"backgroundImageDesktop\":{\"id\":809,\"title\":\"26759994757_767d9794fd_b\",\"filename\":\"26759994757_767d9794fd_b.jpg\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/26759994757_767d9794fd_b.jpg\",\"link\":\"https://blueroan.netgen.cloud/?attachment_id=809\",\"alt\":\"\",\"author\":\"2\",\"description\":\"\",\"caption\":\"\",\"name\":\"26759994757_767d9794fd_b\",\"status\":\"inherit\",\"uploadedTo\":805,\"date\":\"2022-12-13T09:51:53.000Z\",\"modified\":\"2022-12-13T09:51:53.000Z\",\"menuOrder\":0,\"mime\":\"image/jpeg\",\"type\":\"image\",\"subtype\":\"jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-includes/images/media/default.png\",\"dateFormatted\":\"December 13, 2022\",\"nonces\":{\"update\":\"39b5c0eef1\",\"delete\":\"fde92abd83\",\"edit\":\"3923face9e\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=809\\u0026action=edit\",\"meta\":false,\"authorName\":\"Netgen Support\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/profile.php\",\"uploadedToTitle\":\"Magaliesburg\",\"uploadedToLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=805\\u0026action=edit\",\"filesizeInBytes\":143610,\"filesizeHumanReadable\":\"140 KB\",\"context\":\"\",\"height\":683,\"width\":1024,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/26759994757_767d9794fd_b-150x150.jpg\",\"orientation\":\"landscape\"},\"medium\":{\"height\":200,\"width\":300,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/26759994757_767d9794fd_b-300x200.jpg\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/26759994757_767d9794fd_b.jpg\",\"height\":683,\"width\":1024,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"backgroundImageColor\":\"rgba(42,42,42,0.65)\",\"topPaddingDesktop\":144,\"bottomPaddingDesktop\":144,\"leftPaddingDesktop\":40,\"rightPaddingDesktop\":40,\"topPaddingTablet\":80,\"bottomPaddingTablet\":80,\"leftPaddingTablet\":40,\"rightPaddingTablet\":40,\"topPaddingMobile\":64,\"bottomPaddingMobile\":64,\"leftPaddingMobile\":24,\"rightPaddingMobile\":24,\"paddingLink\":false,\"variationSelected\":true,\"isBlockRootParent\":true,\"overlayType\":\"color\"} -->\n<div class=\"wp-block-uagb-container uagb-block-9a258e64 alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/advanced-heading {\"block_id\":\"82b1279c\",\"classMigrate\":true,\"headingDescToggle\":true,\"headingAlign\":\"center\",\"headingColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"subHeadingColor\":\"var(\\u002d\\u002dast-global-color-4)\",\"headSpace\":20} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-82b1279c\"><h2 class=\"uagb-heading-text\">Plan an Unforgettable Experience at <br>Blue Roan!</h2><p class=\"uagb-desc-text\">Blue Roan is a 4-star graded pet-friendly venue</p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/advanced-heading {\"block_id\":\"d4e75d82\",\"classMigrate\":true,\"headingTitleToggle\":false,\"headingDescToggle\":true,\"headingAlign\":\"center\",\"subHeadingColor\":\"var(\\u002d\\u002dast-global-color-4)\",\"subHeadTransform\":\"uppercase\",\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"subHeadLetterSpacing\":2,\"blockTopPadding\":60,\"blockRightPadding\":0,\"blockLeftPadding\":0,\"blockBottomPadding\":0,\"blockTopPaddingMobile\":30,\"blockRightPaddingMobile\":0,\"blockLeftPaddingMobile\":0,\"blockBottomPaddingMobile\":0,\"linkColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"linkHColor\":\"var(\\u002d\\u002dast-global-color-0)\"} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-d4e75d82\"><p class=\"uagb-desc-text\"><a href=\"https://book.nightsbridge.com/11065\" target=\"_blank\" rel=\"noreferrer noopener\">BOOK YOUR STAY NOW​</a></p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/icon-list {\"block_id\":\"f9f2afc7\",\"classMigrate\":true,\"childMigrate\":true,\"align\":\"center\",\"parentIcon\":\"phone\",\"size\":40,\"sizeMobile\":24,\"sizeTablet\":32,\"fontSize\":48,\"fontSizeMobile\":28,\"fontSizeTablet\":40,\"fontWeight\":\"600\",\"iconColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"labelColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"blockTopPadding\":0,\"blockRightPadding\":0,\"blockLeftPadding\":0,\"blockBottomPadding\":24,\"blockPaddingLink\":false} -->\n<div class=\"wp-block-uagb-icon-list uagb-block-f9f2afc7\"><div class=\"uagb-icon-list__wrap\"><!-- wp:uagb/icon-list-child {\"block_id\":\"48433fec\",\"label\":\" + 27 (0) 82 575 5409\",\"label_color\":\"\",\"link\":\"tel:+27825755409\",\"disableLink\":true,\"fromParentIcon\":\"phone\",\"imageSizeChild\":40} -->\n<div class=\"wp-block-uagb-icon-list-child uagb-block-48433fec\"><a target=\"_self\" aria-label=\" + 27 (0) 82 575 5409\" rel=\"noopener noreferrer\" href=\"tel:+27825755409\"> </a><span class=\"uagb-icon-list__source-wrap\"><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M511.2 387l-23.25 100.8c-3.266 14.25-15.79 24.22-30.46 24.22C205.2 512 0 306.8 0 54.5c0-14.66 9.969-27.2 24.22-30.45l100.8-23.25C139.7-2.602 154.7 5.018 160.8 18.92l46.52 108.5c5.438 12.78 1.77 27.67-8.98 36.45L144.5 207.1c33.98 69.22 90.26 125.5 159.5 159.5l44.08-53.8c8.688-10.78 23.69-14.51 36.47-8.975l108.5 46.51C506.1 357.2 514.6 372.4 511.2 387z\"></path></svg></span><span class=\"uagb-icon-list__label\"> + 27 (0) 82 575 5409</span></div>\n<!-- /wp:uagb/icon-list-child -->\n\n<!-- wp:uagb/icon-list-child {\"block_id\":\"dd5e1b1c\",\"label\":\"blueroan@ugo.co.za\",\"icon\":\"envelope\",\"label_color\":\"\",\"link\":\"mailto:blueroan@ugo.co.za\",\"disableLink\":true,\"fromParentIcon\":\"phone\",\"imageSizeChild\":40} -->\n<div class=\"wp-block-uagb-icon-list-child uagb-block-dd5e1b1c\"><a target=\"_self\" aria-label=\"blueroan@ugo.co.za\" rel=\"noopener noreferrer\" href=\"mailto:blueroan@ugo.co.za\"> </a><span class=\"uagb-icon-list__source-wrap\"><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M464 64C490.5 64 512 85.49 512 112C512 127.1 504.9 141.3 492.8 150.4L275.2 313.6C263.8 322.1 248.2 322.1 236.8 313.6L19.2 150.4C7.113 141.3 0 127.1 0 112C0 85.49 21.49 64 48 64H464zM217.6 339.2C240.4 356.3 271.6 356.3 294.4 339.2L512 176V384C512 419.3 483.3 448 448 448H64C28.65 448 0 419.3 0 384V176L217.6 339.2z\"></path></svg></span><span class=\"uagb-icon-list__label\">blueroan@ugo.co.za</span></div>\n<!-- /wp:uagb/icon-list-child --></div></div>\n<!-- /wp:uagb/icon-list --></div></div>\n<!-- /wp:uagb/container -->',	'Home',	'',	'inherit',	'closed',	'closed',	'',	'760-revision-v1',	'',	'',	'2022-12-15 14:40:28',	'2022-12-15 14:40:28',	'',	760,	'https://blueroan.netgen.cloud/?p=1312',	0,	'revision',	'',	0),
(1313,	2,	'2022-12-19 07:49:42',	'2022-12-19 07:49:42',	'',	'quad-biking-6',	'',	'inherit',	'',	'closed',	'',	'quad-biking-6',	'',	'',	'2022-12-19 07:49:42',	'2022-12-19 07:49:42',	'',	762,	'https://blueroan.netgen.cloud/wp-content/uploads/2022/12/quad-biking-6.png',	0,	'attachment',	'image/png',	0),
(1315,	2,	'2022-12-19 07:50:11',	'2022-12-19 07:50:11',	'<!-- wp:uagb/container {\"block_id\":\"e31ef871\",\"backgroundType\":\"image\",\"backgroundImageDesktop\":{\"id\":1007,\"title\":\"AAEAAQAAAAAAAAAAAAAAJDg5NmY0ZGUxLWE4MTgtNDY5NC1iODFhLTBmN2Q0ZDc5ZWFiNw-1\",\"filename\":\"AAEAAQAAAAAAAAAAAAAAJDg5NmY0ZGUxLWE4MTgtNDY5NC1iODFhLTBmN2Q0ZDc5ZWFiNw-1.png\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAAJDg5NmY0ZGUxLWE4MTgtNDY5NC1iODFhLTBmN2Q0ZDc5ZWFiNw-1.png\",\"link\":\"https://blueroan.netgen.cloud/the-barn/aaeaaqaaaaaaaaaaaaaajdg5nmy0zguxlwe4mtgtndy5nc1iodfhltbmn2q0zdc5zwfinw-1/\",\"alt\":\"\",\"author\":\"2\",\"description\":\"\",\"caption\":\"\",\"name\":\"aaeaaqaaaaaaaaaaaaaajdg5nmy0zguxlwe4mtgtndy5nc1iodfhltbmn2q0zdc5zwfinw-1\",\"status\":\"inherit\",\"uploadedTo\":948,\"date\":\"2022-12-14T10:50:25.000Z\",\"modified\":\"2022-12-14T10:50:25.000Z\",\"menuOrder\":0,\"mime\":\"image/png\",\"type\":\"image\",\"subtype\":\"png\",\"icon\":\"https://blueroan.netgen.cloud/wp-includes/images/media/default.png\",\"dateFormatted\":\"December 14, 2022\",\"nonces\":{\"update\":\"483f8bdf3d\",\"delete\":\"0a7ebc92ef\",\"edit\":\"6bc1c6a685\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=1007\\u0026action=edit\",\"meta\":false,\"authorName\":\"Netgen Support\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/profile.php\",\"uploadedToTitle\":\"The Barn\",\"uploadedToLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=948\\u0026action=edit\",\"filesizeInBytes\":1348989,\"filesizeHumanReadable\":\"1 MB\",\"context\":\"\",\"height\":667,\"width\":1000,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAAJDg5NmY0ZGUxLWE4MTgtNDY5NC1iODFhLTBmN2Q0ZDc5ZWFiNw-1-150x150.png\",\"orientation\":\"landscape\"},\"medium\":{\"height\":200,\"width\":300,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAAJDg5NmY0ZGUxLWE4MTgtNDY5NC1iODFhLTBmN2Q0ZDc5ZWFiNw-1-300x200.png\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAAJDg5NmY0ZGUxLWE4MTgtNDY5NC1iODFhLTBmN2Q0ZDc5ZWFiNw-1.png\",\"height\":667,\"width\":1000,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"backgroundPositionDesktop\":{\"x\":0.61,\"y\":0.52},\"backgroundSizeTablet\":\"cover\",\"backgroundSizeMobile\":\"cover\",\"backgroundColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"backgroundImageColor\":\"rgba(42,42,42,0.5)\",\"topPaddingDesktop\":220,\"bottomPaddingDesktop\":150,\"topPaddingTablet\":170,\"bottomPaddingTablet\":160,\"leftPaddingTablet\":30,\"rightPaddingTablet\":30,\"topPaddingMobile\":180,\"bottomPaddingMobile\":80,\"leftPaddingMobile\":20,\"rightPaddingMobile\":20,\"paddingLink\":false,\"variationSelected\":true,\"isBlockRootParent\":true,\"overlayType\":\"color\"} -->\n<div class=\"wp-block-uagb-container uagb-block-e31ef871 alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/advanced-heading {\"block_id\":\"4920a1e9\",\"classMigrate\":true,\"headingDescToggle\":true,\"headingColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"subHeadingColor\":\"var(\\u002d\\u002dast-global-color-4)\",\"headingTag\":\"h1\",\"headSpace\":20,\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"blockTopPadding\":0,\"blockRightPadding\":50,\"blockLeftPadding\":0,\"blockBottomPadding\":0,\"blockTopPaddingTablet\":0,\"blockRightPaddingTablet\":20,\"blockLeftPaddingTablet\":0,\"blockBottomPaddingTablet\":0,\"blockTopPaddingMobile\":0,\"blockRightPaddingMobile\":0,\"blockLeftPaddingMobile\":0,\"blockBottomPaddingMobile\":0,\"blockPaddingUnit\":\"%\",\"blockPaddingUnitTablet\":\"%\"} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-4920a1e9\"><h1 class=\"uagb-heading-text\">Amenities &amp; Interests​</h1><p class=\"uagb-desc-text\">We do not give you just rooms to stay in. We give you an environment where you can experience the best while on a holiday with us. </p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:buttons -->\n<div class=\"wp-block-buttons\"><!-- wp:button -->\n<div class=\"wp-block-button\"><a class=\"wp-block-button__link wp-element-button\" href=\"https://book.nightsbridge.com/11065\" target=\"_blank\" rel=\"noreferrer noopener\">BOOK NOW</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"b2c3edb1\",\"backgroundType\":\"color\",\"backgroundSizeTablet\":\"cover\",\"backgroundSizeMobile\":\"cover\",\"backgroundColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"topPaddingDesktop\":50,\"bottomPaddingDesktop\":100,\"topPaddingTablet\":50,\"bottomPaddingTablet\":25,\"leftPaddingTablet\":20,\"rightPaddingTablet\":20,\"topPaddingMobile\":50,\"bottomPaddingMobile\":20,\"leftPaddingMobile\":20,\"rightPaddingMobile\":20,\"paddingLink\":false,\"variationSelected\":true,\"rowGapDesktop\":0,\"isBlockRootParent\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-b2c3edb1 alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/container {\"block_id\":\"7169a84f\",\"directionDesktop\":\"row\",\"alignItemsTablet\":\"flex-start\",\"paddingLink\":false,\"topMarginDesktop\":50,\"bottomMarginDesktop\":20,\"leftMarginDesktop\":0,\"rightMarginDesktop\":0,\"marginLink\":false,\"variationSelected\":true,\"rowGapMobile\":65,\"columnGapDesktop\":48,\"columnGapTablet\":20} -->\n<div class=\"wp-block-uagb-container uagb-block-7169a84f\"><!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"align\":\"center\",\"id\":828,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image aligncenter size-full\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Blue-Roan-pool.png\" alt=\"Blue Roan\'s rock pool\" class=\"wp-image-828\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>A relaxing rock Pool​</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>We have a lovely sparkling blue rock pool next to a thatched Lapa. &nbsp;&nbsp;Lie on recliners on the green lawn or sit on the swing chair in the Lapa and enjoy the panoramic view of the Magaliesberg mountain range.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":829,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/img-20160605-wa0002-largejpg.png\" alt=\"\" class=\"wp-image-829\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>Braai facilities </h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>What can compare to a burning fire under the star-lit African sky? Nothing beats the flavor of cooking over an open flame.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":830,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/ef9d0188da11e2bc56788f5619d9d539.png\" alt=\"\" class=\"wp-image-830\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>A games room </h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>The reception is also a games room for those who enjoy darts or playing pool. &nbsp;Take a selection of DVDs back to your room and watch movies on your own DVD player. &nbsp;There is also a selection of board games and music CDs that you can borrow.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"align\":\"center\",\"id\":1198,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image aligncenter size-full\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/eyJidWNrZXQiOiJhc3NldHMuYWxsdHJhaWxzLmNvbSIsImtleSI6InVwbG9hZHMvcGhvdG8vaW1hZ2UvNDMxNzk4MTAvYjZkYTAz-1.png\" alt=\"\" class=\"wp-image-1198\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>Walking or hiking </h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>There is a well-kept walking trail on our property with plenty of bird life and some benches along the way. &nbsp;It is safe for dogs to run off-leash as it is completely fenced all around. &nbsp;For those who enjoy long walks and hikes, it is safe to cross onto neighbouring farms and go as far as the eye can see.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":1185,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/49089607_1950305445047847_5177863042771189760_n.png\" alt=\"\" class=\"wp-image-1185\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>Mountain biking </h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Bring your mountain bikes and explore the surrounding countryside on safe off-road tracks on our property and on neighbouring farms.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":1196,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Michelle_1.png\" alt=\"\" class=\"wp-image-1196\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>Horse riding </h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Interested riders can book at one of the recommended horse-riding establishments listed further down this page.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"f2cd1dd5\",\"innerContentWidth\":\"alignfull\",\"directionDesktop\":\"row\",\"wrapTablet\":\"wrap\",\"variationSelected\":true,\"rowGapTablet\":0,\"columnGapDesktop\":0,\"isBlockRootParent\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-f2cd1dd5 alignfull uagb-is-root-container\"><!-- wp:uagb/container {\"block_id\":\"9a9b47fe\",\"widthDesktop\":25,\"widthTablet\":50,\"variationSelected\":true,\"widthSetByUser\":true,\"UAGHideMob\":true,\"UAGResponsiveConditions\":true} -->\n<div class=\"wp-block-uagb-container uag-hide-mob uagb-block-9a9b47fe\"><!-- wp:uagb/image {\"block_id\":\"b4e02a95\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-18-1-1024x768.jpg\",\"id\":1208,\"linkDestination\":\"none\",\"width\":480,\"height\":500,\"naturalWidth\":1024,\"naturalHeight\":768,\"sizeSlug\":\"large\",\"sizeSlugTablet\":\"large\",\"sizeSlugMobile\":\"large\",\"customHeightSetDesktop\":true} -->\n<div class=\"wp-block-uagb-image uagb-block-b4e02a95 wp-block-uagb-image--layout-default wp-block-uagb-image--effect-static wp-block-uagb-image--align-none\"><figure class=\"wp-block-uagb-image__figure\"><img srcset=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-18-1-1024x768.jpg \" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-18-1-1024x768.jpg\" alt=\"\" class=\"uag-image-1208\" width=\"480\" height=\"500\" title=\"\" loading=\"lazy\"/></figure></div>\n<!-- /wp:uagb/image --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"c9d393b9\",\"widthDesktop\":25,\"widthTablet\":50,\"variationSelected\":true,\"widthSetByUser\":true,\"UAGHideMob\":true,\"UAGResponsiveConditions\":true} -->\n<div class=\"wp-block-uagb-container uag-hide-mob uagb-block-c9d393b9\"><!-- wp:uagb/image {\"block_id\":\"dc08cf61\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Blue-Roan-pool-1.png\",\"id\":1210,\"linkDestination\":\"none\",\"width\":480,\"height\":500,\"naturalWidth\":370,\"naturalHeight\":440,\"sizeSlug\":\"full\",\"sizeSlugTablet\":\"full\",\"sizeSlugMobile\":\"full\",\"customHeightSetDesktop\":true} -->\n<div class=\"wp-block-uagb-image uagb-block-dc08cf61 wp-block-uagb-image--layout-default wp-block-uagb-image--effect-static wp-block-uagb-image--align-none\"><figure class=\"wp-block-uagb-image__figure\"><img srcset=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Blue-Roan-pool-1.png \" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Blue-Roan-pool-1.png\" alt=\"\" class=\"uag-image-1210\" width=\"480\" height=\"500\" title=\"\" loading=\"lazy\"/></figure></div>\n<!-- /wp:uagb/image --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"95599a9c\",\"widthDesktop\":50,\"widthTablet\":100,\"variationSelected\":true,\"columnGapDesktop\":20,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-95599a9c\"><!-- wp:uagb/image {\"block_id\":\"f3f68d61\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/the-view-from-my-rooms-1024x768.jpg\",\"id\":1211,\"linkDestination\":\"none\",\"width\":960,\"height\":500,\"naturalWidth\":1024,\"naturalHeight\":768,\"sizeSlug\":\"large\",\"sizeSlugTablet\":\"large\",\"sizeSlugMobile\":\"large\",\"customHeightSetDesktop\":true} -->\n<div class=\"wp-block-uagb-image uagb-block-f3f68d61 wp-block-uagb-image--layout-default wp-block-uagb-image--effect-static wp-block-uagb-image--align-none\"><figure class=\"wp-block-uagb-image__figure\"><img srcset=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/the-view-from-my-rooms-1024x768.jpg \" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/the-view-from-my-rooms-1024x768.jpg\" alt=\"\" class=\"uag-image-1211\" width=\"960\" height=\"500\" title=\"\" loading=\"lazy\"/></figure></div>\n<!-- /wp:uagb/image --></div>\n<!-- /wp:uagb/container --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"d5cda0c0\",\"innerContentWidth\":\"alignfull\",\"directionDesktop\":\"row\",\"wrapTablet\":\"wrap\",\"variationSelected\":true,\"rowGapTablet\":0,\"columnGapDesktop\":0,\"isBlockRootParent\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-d5cda0c0 alignfull uagb-is-root-container\"><!-- wp:uagb/container {\"block_id\":\"3e11b2cb\",\"widthDesktop\":50,\"widthTablet\":100,\"variationSelected\":true,\"columnGapDesktop\":20,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-3e11b2cb\"><!-- wp:uagb/image {\"block_id\":\"fe8c2046\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAAJDI0ZWY4NDc1LThjYjYtNDM3YS1iOTliLWNmOWQxYTJkMWU5MQ-1.png\",\"id\":1213,\"linkDestination\":\"none\",\"width\":960,\"height\":500,\"naturalWidth\":1000,\"naturalHeight\":667,\"sizeSlug\":\"full\",\"sizeSlugTablet\":\"full\",\"sizeSlugMobile\":\"full\",\"customHeightSetDesktop\":true} -->\n<div class=\"wp-block-uagb-image uagb-block-fe8c2046 wp-block-uagb-image--layout-default wp-block-uagb-image--effect-static wp-block-uagb-image--align-none\"><figure class=\"wp-block-uagb-image__figure\"><img srcset=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAAJDI0ZWY4NDc1LThjYjYtNDM3YS1iOTliLWNmOWQxYTJkMWU5MQ-1.png \" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAAJDI0ZWY4NDc1LThjYjYtNDM3YS1iOTliLWNmOWQxYTJkMWU5MQ-1.png\" alt=\"\" class=\"uag-image-1213\" width=\"960\" height=\"500\" title=\"\" loading=\"lazy\"/></figure></div>\n<!-- /wp:uagb/image --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"e4dc9b9f\",\"widthDesktop\":25,\"variationSelected\":true,\"widthSetByUser\":true,\"UAGHideMob\":true,\"UAGResponsiveConditions\":true} -->\n<div class=\"wp-block-uagb-container uag-hide-mob uagb-block-e4dc9b9f\"><!-- wp:uagb/image {\"block_id\":\"30063d53\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/bird-1-1024x683.jpg\",\"id\":1215,\"linkDestination\":\"none\",\"width\":480,\"height\":500,\"naturalWidth\":1024,\"naturalHeight\":683,\"sizeSlug\":\"large\",\"sizeSlugTablet\":\"large\",\"sizeSlugMobile\":\"large\",\"customHeightSetDesktop\":true} -->\n<div class=\"wp-block-uagb-image uagb-block-30063d53 wp-block-uagb-image--layout-default wp-block-uagb-image--effect-static wp-block-uagb-image--align-none\"><figure class=\"wp-block-uagb-image__figure\"><img srcset=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/bird-1-1024x683.jpg \" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/bird-1-1024x683.jpg\" alt=\"\" class=\"uag-image-1215\" width=\"480\" height=\"500\" title=\"\" loading=\"lazy\"/></figure></div>\n<!-- /wp:uagb/image --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"6efe3873\",\"widthDesktop\":25,\"variationSelected\":true,\"widthSetByUser\":true,\"UAGHideMob\":true,\"UAGResponsiveConditions\":true} -->\n<div class=\"wp-block-uagb-container uag-hide-mob uagb-block-6efe3873\"><!-- wp:uagb/image {\"block_id\":\"b3394982\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/two-happy-boxers-1024x768.jpg\",\"id\":1216,\"linkDestination\":\"none\",\"width\":480,\"height\":500,\"naturalWidth\":1024,\"naturalHeight\":768,\"sizeSlug\":\"large\",\"sizeSlugTablet\":\"large\",\"sizeSlugMobile\":\"large\",\"customHeightSetDesktop\":true} -->\n<div class=\"wp-block-uagb-image uagb-block-b3394982 wp-block-uagb-image--layout-default wp-block-uagb-image--effect-static wp-block-uagb-image--align-none\"><figure class=\"wp-block-uagb-image__figure\"><img srcset=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/two-happy-boxers-1024x768.jpg \" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/two-happy-boxers-1024x768.jpg\" alt=\"\" class=\"uag-image-1216\" width=\"480\" height=\"500\" title=\"\" loading=\"lazy\"/></figure></div>\n<!-- /wp:uagb/image --></div>\n<!-- /wp:uagb/container --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"a98593b9\",\"backgroundType\":\"color\",\"backgroundSizeTablet\":\"cover\",\"backgroundSizeMobile\":\"cover\",\"backgroundColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"topPaddingDesktop\":120,\"bottomPaddingDesktop\":0,\"topPaddingTablet\":80,\"bottomPaddingTablet\":80,\"leftPaddingTablet\":30,\"rightPaddingTablet\":30,\"topPaddingMobile\":80,\"bottomPaddingMobile\":80,\"leftPaddingMobile\":20,\"rightPaddingMobile\":20,\"paddingLink\":false,\"variationSelected\":true,\"rowGapDesktop\":0,\"rowGapTablet\":0,\"isBlockRootParent\":true} -->\n<div id=\"nearby-visits\" class=\"wp-block-uagb-container uagb-block-a98593b9 alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/container {\"block_id\":\"4d1ccd87\",\"directionDesktop\":\"row\",\"alignItemsDesktop\":\"flex-end\",\"alignItemsTablet\":\"flex-end\",\"justifyContentDesktop\":\"flex-end\",\"justifyContentTablet\":\"space-between\",\"variationSelected\":true,\"rowGapMobile\":30,\"columnGapDesktop\":0} -->\n<div class=\"wp-block-uagb-container uagb-block-4d1ccd87\"><!-- wp:uagb/advanced-heading {\"block_id\":\"41b0fa21\",\"classMigrate\":true,\"headingDescToggle\":true,\"subHeadingColor\":\"\",\"headSpace\":20,\"subHeadFontSize\":16} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-41b0fa21\"><h2 class=\"uagb-heading-text\">Things to do in the area of Magaliesburg<br></h2><p class=\"uagb-desc-text\">Looking for more? Well, we believe that every guest walks into our lodge for the best experience. And, we are determined to do that.</p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/buttons {\"block_id\":\"997d6485\",\"classMigrate\":true,\"childMigrate\":true,\"align\":\"right\",\"alignTablet\":\"right\",\"alignMobile\":\"left\",\"gap\":0} -->\n<div class=\"wp-block-uagb-buttons uagb-buttons__outer-wrap uagb-btn__default-btn uagb-btn-tablet__default-btn uagb-btn-mobile__default-btn uagb-block-997d6485\"><div class=\"uagb-buttons__wrap uagb-buttons-layout-wrap\"><!-- wp:uagb/buttons-child {\"block_id\":\"000b7a3f\",\"label\":\"Reservations\",\"link\":\"https://book.nightsbridge.com/11065\",\"hColor\":\"\",\"opensInNewTab\":true,\"borderWidth\":\"\",\"borderRadius\":\"\",\"borderStyle\":\"\",\"borderColor\":\"\",\"borderHColor\":\"\",\"btnBorderTopWidth\":1,\"btnBorderLeftWidth\":1,\"btnBorderRightWidth\":1,\"btnBorderBottomWidth\":1,\"btnBorderTopLeftRadius\":2,\"btnBorderTopRightRadius\":2,\"btnBorderBottomLeftRadius\":2,\"btnBorderBottomRightRadius\":2,\"btnBorderStyle\":\"solid\",\"btnBorderColor\":\"#333\",\"btnBorderHColor\":\"#333\"} -->\n<div class=\"wp-block-uagb-buttons-child uagb-buttons__outer-wrap uagb-block-000b7a3f wp-block-button is-style-outline\"><div class=\"uagb-button__wrapper\"><a class=\"uagb-buttons-repeater wp-block-button__link\" href=\"https://book.nightsbridge.com/11065\" rel=\"follow noopener\" target=\"_blank\"><div class=\"uagb-button__link\">Reservations</div></a></div></div>\n<!-- /wp:uagb/buttons-child --></div></div>\n<!-- /wp:uagb/buttons --></div>\n<!-- /wp:uagb/container --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"93f31d31\",\"backgroundType\":\"color\",\"backgroundSizeTablet\":\"cover\",\"backgroundSizeMobile\":\"cover\",\"backgroundColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"topPaddingDesktop\":50,\"bottomPaddingDesktop\":100,\"topPaddingTablet\":50,\"bottomPaddingTablet\":25,\"leftPaddingTablet\":20,\"rightPaddingTablet\":20,\"topPaddingMobile\":50,\"bottomPaddingMobile\":20,\"leftPaddingMobile\":20,\"rightPaddingMobile\":20,\"paddingLink\":false,\"variationSelected\":true,\"rowGapDesktop\":0,\"isBlockRootParent\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-93f31d31 alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/container {\"block_id\":\"72e83a41\",\"directionDesktop\":\"row\",\"alignItemsTablet\":\"flex-start\",\"paddingLink\":false,\"topMarginDesktop\":50,\"bottomMarginDesktop\":20,\"leftMarginDesktop\":0,\"rightMarginDesktop\":0,\"marginLink\":false,\"variationSelected\":true,\"rowGapMobile\":65,\"columnGapDesktop\":48,\"columnGapTablet\":20} -->\n<div class=\"wp-block-uagb-container uagb-block-72e83a41\"><!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"align\":\"center\",\"id\":1222,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image aligncenter size-full\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/41b46e52d7427ea1f6f135454e9a012f.png\" alt=\"\" class=\"wp-image-1222\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"textAlign\":\"center\",\"level\":3} -->\n<h3 class=\"has-text-align-center\">Fishing </h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>The dam has trout (stocked), bass, vlei Kuper and carp. Fly fishers seeking a unique challenge visit our establishment in search of the large &amp; small scale Yellow fish.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:buttons -->\n<div class=\"wp-block-buttons\"><!-- wp:button {\"align\":\"left\"} -->\n<div class=\"wp-block-button alignleft\"><a class=\"wp-block-button__link wp-element-button\" href=\"https://www.sundowner.co.za/rooms/magalies-barbus-haven/\" target=\"_blank\" rel=\"noreferrer noopener\">Barbus Haven</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons -->\n\n<!-- wp:paragraph -->\n<p>The opportunity to fish for Rainbow Trout or the elusive Brown Trout. Kingfisher offers rod hires at their venue. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:buttons -->\n<div class=\"wp-block-buttons\"><!-- wp:button {\"align\":\"left\"} -->\n<div class=\"wp-block-button alignleft\"><a class=\"wp-block-button__link wp-element-button\" href=\"https://www.thekingfisherlodge.co.za/activities/\" target=\"_blank\" rel=\"noreferrer noopener\">Kingfisher</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":1235,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Maseke-MTB-MvZ-3-1024x683-1.png\" alt=\"\" class=\"wp-image-1235\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>Mountain biking </h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>It is a privately owned nature reserve that offers mountain biking.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:spacer {\"height\":\"20px\"} -->\n<div style=\"height:20px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:buttons -->\n<div class=\"wp-block-buttons\"><!-- wp:button -->\n<div class=\"wp-block-button\"><a class=\"wp-block-button__link wp-element-button\" href=\"http://ingwebushcamp.yolasite.com/\" target=\"_blank\" rel=\"noreferrer noopener\">Ingwe Bush Camp&nbsp;</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons -->\n\n<!-- wp:paragraph -->\n<p>With over 80km of trails, Van Gaalen&nbsp;has something to offer for every kind of athlete, from beginner to advanced.<br></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:buttons -->\n<div class=\"wp-block-buttons\"><!-- wp:button -->\n<div class=\"wp-block-button\"><a class=\"wp-block-button__link wp-element-button\" href=\"https://www.vangaalen.co.za/products\" target=\"_blank\" rel=\"noreferrer noopener\">Van Gaalen\'s</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":1313,\"width\":370,\"height\":440,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full is-resized\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/quad-biking-6.png\" alt=\"\" class=\"wp-image-1313\" width=\"370\" height=\"440\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>Quad biking </h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>We have quads suitable for kiddies, tweens, teens, and adults. We have mini quads and fully automatic 150cc quads.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:spacer {\"height\":\"2px\"} -->\n<div style=\"height:2px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:buttons -->\n<div class=\"wp-block-buttons\"><!-- wp:button -->\n<div class=\"wp-block-button\"><a class=\"wp-block-button__link wp-element-button\" href=\"https://www.saddlecreekadventures.co.za/activity/quad-biking/\" target=\"_blank\" rel=\"noreferrer noopener\">Saddle Creek Ranch</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons -->\n\n<!-- wp:paragraph -->\n<p>A 700-meter monster track, the longest and most exciting track in Gauteng!</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:spacer {\"height\":\"2px\"} -->\n<div style=\"height:2px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:buttons -->\n<div class=\"wp-block-buttons\"><!-- wp:button -->\n<div class=\"wp-block-button\"><a class=\"wp-block-button__link wp-element-button\" href=\"http://www.swartkrans.co.za/\" target=\"_blank\" rel=\"noreferrer noopener\">Swartkrans Go-Karting&nbsp;</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"align\":\"center\",\"id\":1198,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image aligncenter size-full\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/eyJidWNrZXQiOiJhc3NldHMuYWxsdHJhaWxzLmNvbSIsImtleSI6InVwbG9hZHMvcGhvdG8vaW1hZ2UvNDMxNzk4MTAvYjZkYTAz-1.png\" alt=\"\" class=\"wp-image-1198\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>Horse riding </h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Join us for an unforgettable horse riding experience in the peaceful countryside, with beautiful mountain scenery and lovely bush trails.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:buttons -->\n<div class=\"wp-block-buttons\"><!-- wp:button -->\n<div class=\"wp-block-button\"><a class=\"wp-block-button__link wp-element-button\" href=\"https://www.saddlecreekadventures.co.za/activity/horse-riding/\" target=\"_blank\" rel=\"noreferrer noopener\">Saddle Creek Ranch</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":1185,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/49089607_1950305445047847_5177863042771189760_n.png\" alt=\"\" class=\"wp-image-1185\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>Game drives </h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Enjoy a thrilling and educational adventure with our experienced guides.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:spacer {\"height\":\"2px\"} -->\n<div style=\"height:2px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:buttons -->\n<div class=\"wp-block-buttons\"><!-- wp:button -->\n<div class=\"wp-block-button\"><a class=\"wp-block-button__link wp-element-button\" href=\"https://www.rhinolion.co.za/visitors-guide/activity-index/game-drives/\" target=\"_blank\" rel=\"noreferrer noopener\">Rhino &amp; Lion Park</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons -->\n\n<!-- wp:paragraph -->\n<p>Our guided game-viewing drives take place each day in the morning and afternoon, as this is when the animals are most active.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:buttons -->\n<div class=\"wp-block-buttons\"><!-- wp:button -->\n<div class=\"wp-block-button\"><a class=\"wp-block-button__link wp-element-button\" href=\"https://www.africanhillslodge.co.za/experience/\" target=\"_blank\" rel=\"noreferrer noopener\">Askari Game Lodge</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:spacer {\"height\":\"12px\"} -->\n<div style=\"height:12px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:heading -->\n<h2>Other activites </h2>\n<!-- /wp:heading -->\n\n<!-- wp:uagb/faq {\"block_id\":\"e54d0eb0\",\"expandFirstItem\":false,\"boxBgColor\":\"#F5F5F5\",\"borderStyle\":\"\",\"borderWidth\":\"\",\"borderRadius\":\"\",\"borderColor\":\"\",\"vquestionPaddingDesktop\":15,\"hquestionPaddingDesktop\":15,\"iconAlign\":\"row-reverse\",\"schema\":\"{\\u0022@context\\u0022:\\u0022https://schema.org\\u0022,\\u0022@type\\u0022:\\u0022FAQPage\\u0022,\\u0022@id\\u0022:\\u0022https://blueroan.netgen.cloud/amenities/\\u0022,\\u0022mainEntity\\u0022:[{\\u0022@type\\u0022:\\u0022Question\\u0022,\\u0022name\\u0022:\\u0022\\u003cstrong\\u003ePUBS / MICRO BREWERIES\\u003c/strong\\u003e\\u0022,\\u0022acceptedAnswer\\u0022:{\\u0022@type\\u0022:\\u0022Answer\\u0022,\\u0022text\\u0022:\\u0022Black Horse   \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27825613246\\\\\\u0022\\u003e082 561 3246\\u003cbr\\u003e\\u003c/a\\u003eBrauhaus am Dam   \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27878025519\\\\\\u0022\\u003e087 802 5519\\u003c/a\\u003e / \\u003ca href=\\\\\\u0022tel:+27729201742\\\\\\u0022\\u003e072 920 1742\\u003c/a\\u003e\\u003cbr\\u003eHartleys Elephant Bar   \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27145772301\\\\\\u0022\\u003e014 577 2301\\u003cbr\\u003e\\u003c/a\\u003eThatchwood Pub   \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27837091672\\\\\\u0022\\u003e083 709 1672\\u003cbr\\u003e\\u003c/a\\u003eMonate Citrus Kelder   \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27122580712\\\\\\u0022\\u003e012 258 0712\\u003c/a\\u003e\\u0022}},{\\u0022@type\\u0022:\\u0022Question\\u0022,\\u0022name\\u0022:\\u0022\\u003cstrong\\u003eTEA GARDENS / RESTAURANTS   \\u003c/strong\\u003e\\u0022,\\u0022acceptedAnswer\\u0022:{\\u0022@type\\u0022:\\u0022Answer\\u0022,\\u0022text\\u0022:\\u0022Black Horse   \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27825613246\\\\\\u0022\\u003e082 561 3246\\u003cbr\\u003e\\u003c/a\\u003eBrauhaus am Dam   \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27878025519\\\\\\u0022\\u003e087 802 5519\\u003c/a\\u003e / \\u003ca href=\\\\\\u0022tel:+27729201742\\\\\\u0022\\u003e072 920 1742\\u003c/a\\u003e\\u003cbr\\u003eMelon Rouge   \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27796806050\\\\\\u0022\\u003e079 680 6050\\u003cbr\\u003e\\u003c/a\\u003eMount Grace Hotel   \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27145775600\\\\\\u0022\\u003e014 577 5600\\u003cbr\\u003e\\u003c/a\\u003eValley Lodge Hotel   \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27145771301\\\\\\u0022\\u003e014 577 1301\\u003cbr\\u003e\\u003c/a\\u003eLa Classique Ristorante   \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27145774006\\\\\\u0022\\u003e014 577 4006\\u003c/a\\u003e\\u0022}},{\\u0022@type\\u0022:\\u0022Question\\u0022,\\u0022name\\u0022:\\u0022\\u003cstrong\\u003eSHOPPING\\u003c/strong\\u003e  \\u0022,\\u0022acceptedAnswer\\u0022:{\\u0022@type\\u0022:\\u0022Answer\\u0022,\\u0022text\\u0022:\\u0022If Only Antiques    \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27827878825\\\\\\u0022\\u003e082 787 8825\\u003cbr\\u003e\\u003c/a\\u003ePuss in Boots   \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27145773562\\\\\\u0022\\u003e014 577 3562\\u003c/a\\u003e\\u0022}},{\\u0022@type\\u0022:\\u0022Question\\u0022,\\u0022name\\u0022:\\u0022\\u003cstrong\\u003eSPORTS \\u0026amp; ADVENTURE\\u003c/strong\\u003e\\u0022,\\u0022acceptedAnswer\\u0022:{\\u0022@type\\u0022:\\u0022Answer\\u0022,\\u0022text\\u0022:\\u0022Tandem Paragliding flips  \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27823221824\\\\\\u0022\\u003e0823221824\\u003c/a\\u003e\\u003cbr\\u003eMountain Sanctuary Park   \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27145340114\\\\\\u0022\\u003e014 534 0114\\u003cbr\\u003e\\u003c/a\\u003eBill Harrops Original Balloon Safaris   \\u003ca href=\\\\\\u0022tel:+27145771733\\\\\\u0022\\u003e014 577 1733\\u003c/a\\u003e / \\u003ca href=\\\\\\u0022tel:+27837520036\\\\\\u0022\\u003e083 752 0036\\u003c/a\\u003e\\u003cbr\\u003ePecanwood Golf Course   \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27122440112\\\\\\u0022\\u003e012 244 0112\\u003cbr\\u003e\\u003c/a\\u003eAir Ventures Hot Air Balloons   \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27117935782\\\\\\u0022\\u003e011 793 5782\\u003cbr\\u003e\\u003c/a\\u003eGliding   \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27835266966\\\\\\u0022\\u003e083 526 6966\\u003cbr\\u003e\\u003c/a\\u003eMagaliesberg Canopy Tours   \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27145350150\\\\\\u0022\\u003e014 535 0150\\u003cbr\\u003e\\u003c/a\\u003eWild Cave Adventures   \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27824862464\\\\\\u0022\\u003e082 486 2464\\u003cbr\\u003e\\u003c/a\\u003eMiracle Waters Dive Gateway   \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27832359840\\\\\\u0022\\u003e083 235 9840\\u003c/a\\u003e\\u0022}},{\\u0022@type\\u0022:\\u0022Question\\u0022,\\u0022name\\u0022:\\u0022\\u003cstrong\\u003eHEALTH SPAS\\u003c/strong\\u003e\\u0022,\\u0022acceptedAnswer\\u0022:{\\u0022@type\\u0022:\\u0022Answer\\u0022,\\u0022text\\u0022:\\u0022Whispering Pines   \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27145771536\\\\\\u0022\\u003e014 577 1536\\u003cbr\\u003e\\u003c/a\\u003eMount Grace Spa   \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27145775600\\\\\\u0022\\u003e014 577 5600\\u003cbr\\u003e\\u003c/a\\u003eValley Lodge Spa   \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27145771301\\\\\\u0022\\u003e014 577 1301\\u003cbr\\u003e\\u003c/a\\u003eRosewell Spa   \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27145771172\\\\\\u0022\\u003e014 577 1172\\u003cbr\\u003e\\u003c/a\\u003eSparkling Waters   \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27145350019\\\\\\u0022\\u003e014 535 0019\\u003c/a\\u003e\\u0022}},{\\u0022@type\\u0022:\\u0022Question\\u0022,\\u0022name\\u0022:\\u0022\\u003cstrong\\u003ePLACES OF INTEREST\\u003c/strong\\u003e\\u0022,\\u0022acceptedAnswer\\u0022:{\\u0022@type\\u0022:\\u0022Answer\\u0022,\\u0022text\\u0022:\\u0022Maropeng Visitors Centre   \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27145779000\\\\\\u0022\\u003e014 577 9000\\u003cbr\\u003e\\u003c/a\\u003eSterkfontein Caves   \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27116683200\\\\\\u0022\\u003e011 668 3200\\u003cbr\\u003e\\u003c/a\\u003eBlaaubank Gold Mine   \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27825673111\\\\\\u0022\\u003e082 567 3111\\u003cbr\\u003e\\u003c/a\\u003eVan Gaalen Cheese Farm   \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27122071289\\\\\\u0022\\u003e012 207 1289\\u003cbr\\u003e\\u003c/a\\u003eHartebeespoort Cableway   \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27722412654\\\\\\u0022\\u003e072 241 2654\\u003cbr\\u003e\\u003c/a\\u003eElephant Sanctuary             \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27122580423\\\\\\u0022\\u003e012 258 0423\\u003cbr\\u003e\\u003c/a\\u003eTeam Gel   \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27114622894\\\\\\u0022\\u003e011 462 2894\\u003c/a\\u003e / \\u003ca href=\\\\\\u0022tel:+27833207623\\\\\\u0022\\u003e083 320 7623\\u003c/a\\u003e\\u003cbr\\u003eMonate Citrus Kelder   \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27122580712\\\\\\u0022\\u003e012 258 0712\\u003cbr\\u003e\\u003c/a\\u003eLiving Jewels   \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27119566444\\\\\\u0022\\u003e011 956 6444\\u003cbr\\u003e\\u003c/a\\u003eBlaaubank Candle Dipping   \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27145774609\\\\\\u0022\\u003e014 577 4609\\u003cbr\\u003e\\u003c/a\\u003eVeggie Picking \\u0026amp; Strawberry Picking \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27122071116\\\\\\u0022\\u003e012 207 1116\\u003c/a\\u003e\\u0022}}]}\",\"questionLeftPaddingDesktop\":15,\"questionBottomPaddingDesktop\":15,\"answerTopPadding\":0,\"answerRightPadding\":15,\"answerBottomPadding\":15,\"answerLeftPadding\":15,\"answerTopPaddingTablet\":10,\"answerRightPaddingTablet\":10,\"answerBottomPaddingTablet\":10,\"answerLeftPaddingTablet\":10,\"answerTopPaddingMobile\":10,\"answerRightPaddingMobile\":10,\"answerBottomPaddingMobile\":10,\"answerLeftPaddingMobile\":10,\"overallBorderTopWidth\":1,\"overallBorderLeftWidth\":1,\"overallBorderRightWidth\":1,\"overallBorderBottomWidth\":1,\"overallBorderTopLeftRadius\":2,\"overallBorderTopRightRadius\":2,\"overallBorderBottomLeftRadius\":2,\"overallBorderBottomRightRadius\":2,\"overallBorderStyle\":\"none\",\"overallBorderColor\":\"#D2D2D2\"} -->\n<div class=\"wp-block-uagb-faq uagb-faq__outer-wrap uagb-block-e54d0eb0 uagb-faq-icon-row-reverse uagb-faq-layout-accordion uagb-faq-expand-first-false uagb-faq-inactive-other-true uagb-faq__wrap uagb-buttons-layout-wrap uagb-faq-equal-height\" data-faqtoggle=\"true\" role=\"tablist\"><!-- wp:uagb/faq-child {\"block_id\":\"26f957a9\",\"question\":\"\\u003cstrong\\u003ePUBS / MICRO BREWERIES\\u003c/strong\\u003e\",\"answer\":\"Black Horse   \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27825613246\\u0022\\u003e082 561 3246\\u003cbr\\u003e\\u003c/a\\u003eBrauhaus am Dam   \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27878025519\\u0022\\u003e087 802 5519\\u003c/a\\u003e / \\u003ca href=\\u0022tel:+27729201742\\u0022\\u003e072 920 1742\\u003c/a\\u003e\\u003cbr\\u003eHartleys Elephant Bar   \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27145772301\\u0022\\u003e014 577 2301\\u003cbr\\u003e\\u003c/a\\u003eThatchwood Pub   \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27837091672\\u0022\\u003e083 709 1672\\u003cbr\\u003e\\u003c/a\\u003eMonate Citrus Kelder   \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27122580712\\u0022\\u003e012 258 0712\\u003c/a\\u003e\"} -->\n<div class=\"wp-block-uagb-faq-child uagb-faq-child__outer-wrap uagb-faq-item uagb-block-26f957a9\" role=\"tab\" tabindex=\"0\"><div class=\"uagb-faq-questions-button uagb-faq-questions\"><span class=\"uagb-icon uagb-faq-icon-wrap\"><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 448 512\"><path d=\"M432 256c0 17.69-14.33 32.01-32 32.01H256v144c0 17.69-14.33 31.99-32 31.99s-32-14.3-32-31.99v-144H48c-17.67 0-32-14.32-32-32.01s14.33-31.99 32-31.99H192v-144c0-17.69 14.33-32.01 32-32.01s32 14.32 32 32.01v144h144C417.7 224 432 238.3 432 256z\"></path></svg></span><span class=\"uagb-icon-active uagb-faq-icon-wrap\"><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 448 512\"><path d=\"M400 288h-352c-17.69 0-32-14.32-32-32.01s14.31-31.99 32-31.99h352c17.69 0 32 14.3 32 31.99S417.7 288 400 288z\"></path></svg></span><span class=\"uagb-question\"><strong>PUBS / MICRO BREWERIES</strong></span></div><p class=\"uagb-faq-content\">Black Horse   <br><a href=\"tel:+27825613246\">082 561 3246<br></a>Brauhaus am Dam   <br><a href=\"tel:+27878025519\">087 802 5519</a> / <a href=\"tel:+27729201742\">072 920 1742</a><br>Hartleys Elephant Bar   <br><a href=\"tel:+27145772301\">014 577 2301<br></a>Thatchwood Pub   <br><a href=\"tel:+27837091672\">083 709 1672<br></a>Monate Citrus Kelder   <br><a href=\"tel:+27122580712\">012 258 0712</a></p></div>\n<!-- /wp:uagb/faq-child -->\n\n<!-- wp:uagb/faq-child {\"block_id\":\"9fc2dccb\",\"question\":\"\\u003cstrong\\u003eTEA GARDENS / RESTAURANTS   \\u003c/strong\\u003e\",\"answer\":\"Black Horse   \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27825613246\\u0022\\u003e082 561 3246\\u003cbr\\u003e\\u003c/a\\u003eBrauhaus am Dam   \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27878025519\\u0022\\u003e087 802 5519\\u003c/a\\u003e / \\u003ca href=\\u0022tel:+27729201742\\u0022\\u003e072 920 1742\\u003c/a\\u003e\\u003cbr\\u003eMelon Rouge   \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27796806050\\u0022\\u003e079 680 6050\\u003cbr\\u003e\\u003c/a\\u003eMount Grace Hotel   \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27145775600\\u0022\\u003e014 577 5600\\u003cbr\\u003e\\u003c/a\\u003eValley Lodge Hotel   \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27145771301\\u0022\\u003e014 577 1301\\u003cbr\\u003e\\u003c/a\\u003eLa Classique Ristorante   \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27145774006\\u0022\\u003e014 577 4006\\u003c/a\\u003e\"} -->\n<div class=\"wp-block-uagb-faq-child uagb-faq-child__outer-wrap uagb-faq-item uagb-block-9fc2dccb\" role=\"tab\" tabindex=\"0\"><div class=\"uagb-faq-questions-button uagb-faq-questions\"><span class=\"uagb-icon uagb-faq-icon-wrap\"><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 448 512\"><path d=\"M432 256c0 17.69-14.33 32.01-32 32.01H256v144c0 17.69-14.33 31.99-32 31.99s-32-14.3-32-31.99v-144H48c-17.67 0-32-14.32-32-32.01s14.33-31.99 32-31.99H192v-144c0-17.69 14.33-32.01 32-32.01s32 14.32 32 32.01v144h144C417.7 224 432 238.3 432 256z\"></path></svg></span><span class=\"uagb-icon-active uagb-faq-icon-wrap\"><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 448 512\"><path d=\"M400 288h-352c-17.69 0-32-14.32-32-32.01s14.31-31.99 32-31.99h352c17.69 0 32 14.3 32 31.99S417.7 288 400 288z\"></path></svg></span><span class=\"uagb-question\"><strong>TEA GARDENS / RESTAURANTS   </strong></span></div><p class=\"uagb-faq-content\">Black Horse   <br><a href=\"tel:+27825613246\">082 561 3246<br></a>Brauhaus am Dam   <br><a href=\"tel:+27878025519\">087 802 5519</a> / <a href=\"tel:+27729201742\">072 920 1742</a><br>Melon Rouge   <br><a href=\"tel:+27796806050\">079 680 6050<br></a>Mount Grace Hotel   <br><a href=\"tel:+27145775600\">014 577 5600<br></a>Valley Lodge Hotel   <br><a href=\"tel:+27145771301\">014 577 1301<br></a>La Classique Ristorante   <br><a href=\"tel:+27145774006\">014 577 4006</a></p></div>\n<!-- /wp:uagb/faq-child -->\n\n<!-- wp:uagb/faq-child {\"block_id\":\"1477c3cb\",\"question\":\"\\u003cstrong\\u003eSHOPPING\\u003c/strong\\u003e  \",\"answer\":\"If Only Antiques    \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27827878825\\u0022\\u003e082 787 8825\\u003cbr\\u003e\\u003c/a\\u003ePuss in Boots   \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27145773562\\u0022\\u003e014 577 3562\\u003c/a\\u003e\"} -->\n<div class=\"wp-block-uagb-faq-child uagb-faq-child__outer-wrap uagb-faq-item uagb-block-1477c3cb\" role=\"tab\" tabindex=\"0\"><div class=\"uagb-faq-questions-button uagb-faq-questions\"><span class=\"uagb-icon uagb-faq-icon-wrap\"><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 448 512\"><path d=\"M432 256c0 17.69-14.33 32.01-32 32.01H256v144c0 17.69-14.33 31.99-32 31.99s-32-14.3-32-31.99v-144H48c-17.67 0-32-14.32-32-32.01s14.33-31.99 32-31.99H192v-144c0-17.69 14.33-32.01 32-32.01s32 14.32 32 32.01v144h144C417.7 224 432 238.3 432 256z\"></path></svg></span><span class=\"uagb-icon-active uagb-faq-icon-wrap\"><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 448 512\"><path d=\"M400 288h-352c-17.69 0-32-14.32-32-32.01s14.31-31.99 32-31.99h352c17.69 0 32 14.3 32 31.99S417.7 288 400 288z\"></path></svg></span><span class=\"uagb-question\"><strong>SHOPPING</strong>  </span></div><p class=\"uagb-faq-content\">If Only Antiques    <br><a href=\"tel:+27827878825\">082 787 8825<br></a>Puss in Boots   <br><a href=\"tel:+27145773562\">014 577 3562</a></p></div>\n<!-- /wp:uagb/faq-child -->\n\n<!-- wp:uagb/faq-child {\"block_id\":\"48b87541\",\"question\":\"\\u003cstrong\\u003eSPORTS \\u0026amp; ADVENTURE\\u003c/strong\\u003e\",\"answer\":\"Tandem Paragliding flips  \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27823221824\\u0022\\u003e0823221824\\u003c/a\\u003e\\u003cbr\\u003eMountain Sanctuary Park   \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27145340114\\u0022\\u003e014 534 0114\\u003cbr\\u003e\\u003c/a\\u003eBill Harrops Original Balloon Safaris   \\u003ca href=\\u0022tel:+27145771733\\u0022\\u003e014 577 1733\\u003c/a\\u003e / \\u003ca href=\\u0022tel:+27837520036\\u0022\\u003e083 752 0036\\u003c/a\\u003e\\u003cbr\\u003ePecanwood Golf Course   \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27122440112\\u0022\\u003e012 244 0112\\u003cbr\\u003e\\u003c/a\\u003eAir Ventures Hot Air Balloons   \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27117935782\\u0022\\u003e011 793 5782\\u003cbr\\u003e\\u003c/a\\u003eGliding   \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27835266966\\u0022\\u003e083 526 6966\\u003cbr\\u003e\\u003c/a\\u003eMagaliesberg Canopy Tours   \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27145350150\\u0022\\u003e014 535 0150\\u003cbr\\u003e\\u003c/a\\u003eWild Cave Adventures   \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27824862464\\u0022\\u003e082 486 2464\\u003cbr\\u003e\\u003c/a\\u003eMiracle Waters Dive Gateway   \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27832359840\\u0022\\u003e083 235 9840\\u003c/a\\u003e\"} -->\n<div class=\"wp-block-uagb-faq-child uagb-faq-child__outer-wrap uagb-faq-item uagb-block-48b87541\" role=\"tab\" tabindex=\"0\"><div class=\"uagb-faq-questions-button uagb-faq-questions\"><span class=\"uagb-icon uagb-faq-icon-wrap\"><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 448 512\"><path d=\"M432 256c0 17.69-14.33 32.01-32 32.01H256v144c0 17.69-14.33 31.99-32 31.99s-32-14.3-32-31.99v-144H48c-17.67 0-32-14.32-32-32.01s14.33-31.99 32-31.99H192v-144c0-17.69 14.33-32.01 32-32.01s32 14.32 32 32.01v144h144C417.7 224 432 238.3 432 256z\"></path></svg></span><span class=\"uagb-icon-active uagb-faq-icon-wrap\"><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 448 512\"><path d=\"M400 288h-352c-17.69 0-32-14.32-32-32.01s14.31-31.99 32-31.99h352c17.69 0 32 14.3 32 31.99S417.7 288 400 288z\"></path></svg></span><span class=\"uagb-question\"><strong>SPORTS &amp; ADVENTURE</strong></span></div><p class=\"uagb-faq-content\">Tandem Paragliding flips  <br><a href=\"tel:+27823221824\">0823221824</a><br>Mountain Sanctuary Park   <br><a href=\"tel:+27145340114\">014 534 0114<br></a>Bill Harrops Original Balloon Safaris   <a href=\"tel:+27145771733\">014 577 1733</a> / <a href=\"tel:+27837520036\">083 752 0036</a><br>Pecanwood Golf Course   <br><a href=\"tel:+27122440112\">012 244 0112<br></a>Air Ventures Hot Air Balloons   <br><a href=\"tel:+27117935782\">011 793 5782<br></a>Gliding   <br><a href=\"tel:+27835266966\">083 526 6966<br></a>Magaliesberg Canopy Tours   <br><a href=\"tel:+27145350150\">014 535 0150<br></a>Wild Cave Adventures   <br><a href=\"tel:+27824862464\">082 486 2464<br></a>Miracle Waters Dive Gateway   <br><a href=\"tel:+27832359840\">083 235 9840</a></p></div>\n<!-- /wp:uagb/faq-child -->\n\n<!-- wp:uagb/faq-child {\"block_id\":\"4390a99a\",\"question\":\"\\u003cstrong\\u003eHEALTH SPAS\\u003c/strong\\u003e\",\"answer\":\"Whispering Pines   \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27145771536\\u0022\\u003e014 577 1536\\u003cbr\\u003e\\u003c/a\\u003eMount Grace Spa   \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27145775600\\u0022\\u003e014 577 5600\\u003cbr\\u003e\\u003c/a\\u003eValley Lodge Spa   \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27145771301\\u0022\\u003e014 577 1301\\u003cbr\\u003e\\u003c/a\\u003eRosewell Spa   \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27145771172\\u0022\\u003e014 577 1172\\u003cbr\\u003e\\u003c/a\\u003eSparkling Waters   \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27145350019\\u0022\\u003e014 535 0019\\u003c/a\\u003e\"} -->\n<div class=\"wp-block-uagb-faq-child uagb-faq-child__outer-wrap uagb-faq-item uagb-block-4390a99a\" role=\"tab\" tabindex=\"0\"><div class=\"uagb-faq-questions-button uagb-faq-questions\"><span class=\"uagb-icon uagb-faq-icon-wrap\"><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 448 512\"><path d=\"M432 256c0 17.69-14.33 32.01-32 32.01H256v144c0 17.69-14.33 31.99-32 31.99s-32-14.3-32-31.99v-144H48c-17.67 0-32-14.32-32-32.01s14.33-31.99 32-31.99H192v-144c0-17.69 14.33-32.01 32-32.01s32 14.32 32 32.01v144h144C417.7 224 432 238.3 432 256z\"></path></svg></span><span class=\"uagb-icon-active uagb-faq-icon-wrap\"><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 448 512\"><path d=\"M400 288h-352c-17.69 0-32-14.32-32-32.01s14.31-31.99 32-31.99h352c17.69 0 32 14.3 32 31.99S417.7 288 400 288z\"></path></svg></span><span class=\"uagb-question\"><strong>HEALTH SPAS</strong></span></div><p class=\"uagb-faq-content\">Whispering Pines   <br><a href=\"tel:+27145771536\">014 577 1536<br></a>Mount Grace Spa   <br><a href=\"tel:+27145775600\">014 577 5600<br></a>Valley Lodge Spa   <br><a href=\"tel:+27145771301\">014 577 1301<br></a>Rosewell Spa   <br><a href=\"tel:+27145771172\">014 577 1172<br></a>Sparkling Waters   <br><a href=\"tel:+27145350019\">014 535 0019</a></p></div>\n<!-- /wp:uagb/faq-child -->\n\n<!-- wp:uagb/faq-child {\"block_id\":\"2f4dd3d1\",\"question\":\"\\u003cstrong\\u003ePLACES OF INTEREST\\u003c/strong\\u003e\",\"answer\":\"Maropeng Visitors Centre   \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27145779000\\u0022\\u003e014 577 9000\\u003cbr\\u003e\\u003c/a\\u003eSterkfontein Caves   \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27116683200\\u0022\\u003e011 668 3200\\u003cbr\\u003e\\u003c/a\\u003eBlaaubank Gold Mine   \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27825673111\\u0022\\u003e082 567 3111\\u003cbr\\u003e\\u003c/a\\u003eVan Gaalen Cheese Farm   \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27122071289\\u0022\\u003e012 207 1289\\u003cbr\\u003e\\u003c/a\\u003eHartebeespoort Cableway   \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27722412654\\u0022\\u003e072 241 2654\\u003cbr\\u003e\\u003c/a\\u003eElephant Sanctuary             \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27122580423\\u0022\\u003e012 258 0423\\u003cbr\\u003e\\u003c/a\\u003eTeam Gel   \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27114622894\\u0022\\u003e011 462 2894\\u003c/a\\u003e / \\u003ca href=\\u0022tel:+27833207623\\u0022\\u003e083 320 7623\\u003c/a\\u003e\\u003cbr\\u003eMonate Citrus Kelder   \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27122580712\\u0022\\u003e012 258 0712\\u003cbr\\u003e\\u003c/a\\u003eLiving Jewels   \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27119566444\\u0022\\u003e011 956 6444\\u003cbr\\u003e\\u003c/a\\u003eBlaaubank Candle Dipping   \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27145774609\\u0022\\u003e014 577 4609\\u003cbr\\u003e\\u003c/a\\u003eVeggie Picking \\u0026amp; Strawberry Picking \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27122071116\\u0022\\u003e012 207 1116\\u003c/a\\u003e\"} -->\n<div class=\"wp-block-uagb-faq-child uagb-faq-child__outer-wrap uagb-faq-item uagb-block-2f4dd3d1\" role=\"tab\" tabindex=\"0\"><div class=\"uagb-faq-questions-button uagb-faq-questions\"><span class=\"uagb-icon uagb-faq-icon-wrap\"><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 448 512\"><path d=\"M432 256c0 17.69-14.33 32.01-32 32.01H256v144c0 17.69-14.33 31.99-32 31.99s-32-14.3-32-31.99v-144H48c-17.67 0-32-14.32-32-32.01s14.33-31.99 32-31.99H192v-144c0-17.69 14.33-32.01 32-32.01s32 14.32 32 32.01v144h144C417.7 224 432 238.3 432 256z\"></path></svg></span><span class=\"uagb-icon-active uagb-faq-icon-wrap\"><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 448 512\"><path d=\"M400 288h-352c-17.69 0-32-14.32-32-32.01s14.31-31.99 32-31.99h352c17.69 0 32 14.3 32 31.99S417.7 288 400 288z\"></path></svg></span><span class=\"uagb-question\"><strong>PLACES OF INTEREST</strong></span></div><p class=\"uagb-faq-content\">Maropeng Visitors Centre   <br><a href=\"tel:+27145779000\">014 577 9000<br></a>Sterkfontein Caves   <br><a href=\"tel:+27116683200\">011 668 3200<br></a>Blaaubank Gold Mine   <br><a href=\"tel:+27825673111\">082 567 3111<br></a>Van Gaalen Cheese Farm   <br><a href=\"tel:+27122071289\">012 207 1289<br></a>Hartebeespoort Cableway   <br><a href=\"tel:+27722412654\">072 241 2654<br></a>Elephant Sanctuary             <br><a href=\"tel:+27122580423\">012 258 0423<br></a>Team Gel   <br><a href=\"tel:+27114622894\">011 462 2894</a> / <a href=\"tel:+27833207623\">083 320 7623</a><br>Monate Citrus Kelder   <br><a href=\"tel:+27122580712\">012 258 0712<br></a>Living Jewels   <br><a href=\"tel:+27119566444\">011 956 6444<br></a>Blaaubank Candle Dipping   <br><a href=\"tel:+27145774609\">014 577 4609<br></a>Veggie Picking &amp; Strawberry Picking <br><a href=\"tel:+27122071116\">012 207 1116</a></p></div>\n<!-- /wp:uagb/faq-child --></div>\n<!-- /wp:uagb/faq --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"6223c090\",\"innerContentCustomWidthDesktop\":781,\"innerContentCustomWidthTablet\":781,\"backgroundType\":\"image\",\"backgroundImageDesktop\":{\"id\":907,\"title\":\"241565_xl\",\"filename\":\"241565_xl.jpg\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/241565_xl.jpg\",\"link\":\"https://blueroan.netgen.cloud/home/241565_xl/\",\"alt\":\"\",\"author\":\"2\",\"description\":\"\",\"caption\":\"\",\"name\":\"241565_xl\",\"status\":\"inherit\",\"uploadedTo\":760,\"date\":\"2022-12-13T15:04:35.000Z\",\"modified\":\"2022-12-13T15:04:35.000Z\",\"menuOrder\":0,\"mime\":\"image/jpeg\",\"type\":\"image\",\"subtype\":\"jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-includes/images/media/default.png\",\"dateFormatted\":\"December 13, 2022\",\"nonces\":{\"update\":\"8ba15922a4\",\"delete\":\"e660ddd200\",\"edit\":\"57c3a4b066\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=907\\u0026action=edit\",\"meta\":false,\"authorName\":\"Netgen Support\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/profile.php\",\"uploadedToTitle\":\"Home\",\"uploadedToLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=760\\u0026action=edit\",\"filesizeInBytes\":90717,\"filesizeHumanReadable\":\"89 KB\",\"context\":\"\",\"height\":534,\"width\":800,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/241565_xl-150x150.jpg\",\"orientation\":\"landscape\"},\"medium\":{\"height\":200,\"width\":300,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/241565_xl-300x200.jpg\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/241565_xl.jpg\",\"height\":534,\"width\":800,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"backgroundImageColor\":\"rgba(42,42,42,0.65)\",\"topPaddingDesktop\":144,\"bottomPaddingDesktop\":144,\"leftPaddingDesktop\":40,\"rightPaddingDesktop\":40,\"topPaddingTablet\":80,\"bottomPaddingTablet\":80,\"leftPaddingTablet\":40,\"rightPaddingTablet\":40,\"topPaddingMobile\":64,\"bottomPaddingMobile\":64,\"leftPaddingMobile\":24,\"rightPaddingMobile\":24,\"paddingLink\":false,\"variationSelected\":true,\"isBlockRootParent\":true,\"overlayType\":\"color\"} -->\n<div class=\"wp-block-uagb-container uagb-block-6223c090 alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/advanced-heading {\"block_id\":\"e0e92a10\",\"classMigrate\":true,\"headingDescToggle\":true,\"headingAlign\":\"center\",\"headingColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"subHeadingColor\":\"var(\\u002d\\u002dast-global-color-4)\",\"headSpace\":20} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-e0e92a10\"><h2 class=\"uagb-heading-text\">Create Memorable Moments at Blue Roan!</h2><p class=\"uagb-desc-text\">Blue Roan is a 4-star graded pet-friendly venue</p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/advanced-heading {\"block_id\":\"85aaeeb8\",\"classMigrate\":true,\"headingTitleToggle\":false,\"headingDescToggle\":true,\"headingAlign\":\"center\",\"subHeadingColor\":\"var(\\u002d\\u002dast-global-color-4)\",\"subHeadTransform\":\"uppercase\",\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"subHeadLetterSpacing\":2,\"blockTopPadding\":60,\"blockRightPadding\":0,\"blockLeftPadding\":0,\"blockBottomPadding\":0,\"blockTopPaddingMobile\":30,\"blockRightPaddingMobile\":0,\"blockLeftPaddingMobile\":0,\"blockBottomPaddingMobile\":0,\"linkColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"linkHColor\":\"var(\\u002d\\u002dast-global-color-0)\"} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-85aaeeb8\"><p class=\"uagb-desc-text\"><a href=\"https://book.nightsbridge.com/11065\" target=\"_blank\" rel=\"noreferrer noopener\">BOOK YOUR STAY NOW​</a></p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/icon-list {\"block_id\":\"03f6220f\",\"classMigrate\":true,\"childMigrate\":true,\"align\":\"center\",\"parentIcon\":\"phone\",\"size\":40,\"sizeMobile\":24,\"sizeTablet\":32,\"fontSize\":48,\"fontSizeMobile\":28,\"fontSizeTablet\":40,\"fontWeight\":\"600\",\"iconColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"labelColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"blockTopPadding\":0,\"blockRightPadding\":0,\"blockLeftPadding\":0,\"blockBottomPadding\":24,\"blockPaddingLink\":false} -->\n<div class=\"wp-block-uagb-icon-list uagb-block-03f6220f\"><div class=\"uagb-icon-list__wrap\"><!-- wp:uagb/icon-list-child {\"block_id\":\"ca873fa4\",\"label\":\"+ 27 (0) 82 575 5409\",\"label_color\":\"\",\"link\":\"tel:+27825755409\",\"disableLink\":true,\"fromParentIcon\":\"phone\",\"imageSizeChild\":40} -->\n<div class=\"wp-block-uagb-icon-list-child uagb-block-ca873fa4\"><a target=\"_self\" aria-label=\"+ 27 (0) 82 575 5409\" rel=\"noopener noreferrer\" href=\"tel:+27825755409\"> </a><span class=\"uagb-icon-list__source-wrap\"><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M511.2 387l-23.25 100.8c-3.266 14.25-15.79 24.22-30.46 24.22C205.2 512 0 306.8 0 54.5c0-14.66 9.969-27.2 24.22-30.45l100.8-23.25C139.7-2.602 154.7 5.018 160.8 18.92l46.52 108.5c5.438 12.78 1.77 27.67-8.98 36.45L144.5 207.1c33.98 69.22 90.26 125.5 159.5 159.5l44.08-53.8c8.688-10.78 23.69-14.51 36.47-8.975l108.5 46.51C506.1 357.2 514.6 372.4 511.2 387z\"></path></svg></span><span class=\"uagb-icon-list__label\">+ 27 (0) 82 575 5409</span></div>\n<!-- /wp:uagb/icon-list-child -->\n\n<!-- wp:uagb/icon-list-child {\"block_id\":\"56345d5d\",\"label\":\" blueroan@ugo.co.za\",\"icon\":\"envelope\",\"label_color\":\"\",\"link\":\"mailto: blueroan@ugo.co.za\",\"disableLink\":true} -->\n<div class=\"wp-block-uagb-icon-list-child uagb-block-56345d5d\"><a target=\"_self\" aria-label=\" blueroan@ugo.co.za\" rel=\"noopener noreferrer\" href=\"mailto:blueroan@ugo.co.za\"> </a><span class=\"uagb-icon-list__source-wrap\"><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M464 64C490.5 64 512 85.49 512 112C512 127.1 504.9 141.3 492.8 150.4L275.2 313.6C263.8 322.1 248.2 322.1 236.8 313.6L19.2 150.4C7.113 141.3 0 127.1 0 112C0 85.49 21.49 64 48 64H464zM217.6 339.2C240.4 356.3 271.6 356.3 294.4 339.2L512 176V384C512 419.3 483.3 448 448 448H64C28.65 448 0 419.3 0 384V176L217.6 339.2z\"></path></svg></span><span class=\"uagb-icon-list__label\"> blueroan@ugo.co.za</span></div>\n<!-- /wp:uagb/icon-list-child --></div></div>\n<!-- /wp:uagb/icon-list --></div></div>\n<!-- /wp:uagb/container -->',	'Amenities',	'',	'inherit',	'closed',	'closed',	'',	'762-revision-v1',	'',	'',	'2022-12-19 07:50:11',	'2022-12-19 07:50:11',	'',	762,	'https://blueroan.netgen.cloud/?p=1315',	0,	'revision',	'',	0),
(1317,	2,	'2022-12-19 07:53:56',	'2022-12-19 07:53:56',	'',	'activity_2209_280316_original',	'',	'inherit',	'',	'closed',	'',	'activity_2209_280316_original',	'',	'',	'2022-12-19 07:53:56',	'2022-12-19 07:53:56',	'',	762,	'https://blueroan.netgen.cloud/wp-content/uploads/2022/12/activity_2209_280316_original.png',	0,	'attachment',	'image/png',	0),
(1318,	2,	'2022-12-19 07:54:10',	'2022-12-19 07:54:10',	'<!-- wp:uagb/container {\"block_id\":\"a0d8bbec\",\"backgroundType\":\"image\",\"backgroundImageDesktop\":{\"id\":1007,\"title\":\"AAEAAQAAAAAAAAAAAAAAJDg5NmY0ZGUxLWE4MTgtNDY5NC1iODFhLTBmN2Q0ZDc5ZWFiNw-1\",\"filename\":\"AAEAAQAAAAAAAAAAAAAAJDg5NmY0ZGUxLWE4MTgtNDY5NC1iODFhLTBmN2Q0ZDc5ZWFiNw-1.png\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAAJDg5NmY0ZGUxLWE4MTgtNDY5NC1iODFhLTBmN2Q0ZDc5ZWFiNw-1.png\",\"link\":\"https://blueroan.netgen.cloud/the-barn/aaeaaqaaaaaaaaaaaaaajdg5nmy0zguxlwe4mtgtndy5nc1iodfhltbmn2q0zdc5zwfinw-1/\",\"alt\":\"\",\"author\":\"2\",\"description\":\"\",\"caption\":\"\",\"name\":\"aaeaaqaaaaaaaaaaaaaajdg5nmy0zguxlwe4mtgtndy5nc1iodfhltbmn2q0zdc5zwfinw-1\",\"status\":\"inherit\",\"uploadedTo\":948,\"date\":\"2022-12-14T10:50:25.000Z\",\"modified\":\"2022-12-14T10:50:25.000Z\",\"menuOrder\":0,\"mime\":\"image/png\",\"type\":\"image\",\"subtype\":\"png\",\"icon\":\"https://blueroan.netgen.cloud/wp-includes/images/media/default.png\",\"dateFormatted\":\"December 14, 2022\",\"nonces\":{\"update\":\"483f8bdf3d\",\"delete\":\"0a7ebc92ef\",\"edit\":\"6bc1c6a685\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=1007\\u0026action=edit\",\"meta\":false,\"authorName\":\"Netgen Support\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/profile.php\",\"uploadedToTitle\":\"The Barn\",\"uploadedToLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=948\\u0026action=edit\",\"filesizeInBytes\":1348989,\"filesizeHumanReadable\":\"1 MB\",\"context\":\"\",\"height\":667,\"width\":1000,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAAJDg5NmY0ZGUxLWE4MTgtNDY5NC1iODFhLTBmN2Q0ZDc5ZWFiNw-1-150x150.png\",\"orientation\":\"landscape\"},\"medium\":{\"height\":200,\"width\":300,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAAJDg5NmY0ZGUxLWE4MTgtNDY5NC1iODFhLTBmN2Q0ZDc5ZWFiNw-1-300x200.png\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAAJDg5NmY0ZGUxLWE4MTgtNDY5NC1iODFhLTBmN2Q0ZDc5ZWFiNw-1.png\",\"height\":667,\"width\":1000,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"backgroundPositionDesktop\":{\"x\":0.61,\"y\":0.52},\"backgroundSizeTablet\":\"cover\",\"backgroundSizeMobile\":\"cover\",\"backgroundColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"backgroundImageColor\":\"rgba(42,42,42,0.5)\",\"topPaddingDesktop\":220,\"bottomPaddingDesktop\":150,\"topPaddingTablet\":170,\"bottomPaddingTablet\":160,\"leftPaddingTablet\":30,\"rightPaddingTablet\":30,\"topPaddingMobile\":180,\"bottomPaddingMobile\":80,\"leftPaddingMobile\":20,\"rightPaddingMobile\":20,\"paddingLink\":false,\"variationSelected\":true,\"isBlockRootParent\":true,\"overlayType\":\"color\"} -->\n<div class=\"wp-block-uagb-container uagb-block-a0d8bbec alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/advanced-heading {\"block_id\":\"3165401d\",\"classMigrate\":true,\"headingDescToggle\":true,\"headingColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"subHeadingColor\":\"var(\\u002d\\u002dast-global-color-4)\",\"headingTag\":\"h1\",\"headSpace\":20,\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"blockTopPadding\":0,\"blockRightPadding\":50,\"blockLeftPadding\":0,\"blockBottomPadding\":0,\"blockTopPaddingTablet\":0,\"blockRightPaddingTablet\":20,\"blockLeftPaddingTablet\":0,\"blockBottomPaddingTablet\":0,\"blockTopPaddingMobile\":0,\"blockRightPaddingMobile\":0,\"blockLeftPaddingMobile\":0,\"blockBottomPaddingMobile\":0,\"blockPaddingUnit\":\"%\",\"blockPaddingUnitTablet\":\"%\"} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-3165401d\"><h1 class=\"uagb-heading-text\">Amenities &amp; Interests​</h1><p class=\"uagb-desc-text\">We do not give you just rooms to stay in. We give you an environment where you can experience the best while on a holiday with us. </p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:buttons -->\n<div class=\"wp-block-buttons\"><!-- wp:button -->\n<div class=\"wp-block-button\"><a class=\"wp-block-button__link wp-element-button\" href=\"https://book.nightsbridge.com/11065\" target=\"_blank\" rel=\"noreferrer noopener\">BOOK NOW</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"8450b053\",\"backgroundType\":\"color\",\"backgroundSizeTablet\":\"cover\",\"backgroundSizeMobile\":\"cover\",\"backgroundColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"topPaddingDesktop\":50,\"bottomPaddingDesktop\":100,\"topPaddingTablet\":50,\"bottomPaddingTablet\":25,\"leftPaddingTablet\":20,\"rightPaddingTablet\":20,\"topPaddingMobile\":50,\"bottomPaddingMobile\":20,\"leftPaddingMobile\":20,\"rightPaddingMobile\":20,\"paddingLink\":false,\"variationSelected\":true,\"rowGapDesktop\":0,\"isBlockRootParent\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-8450b053 alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/container {\"block_id\":\"ba5566b8\",\"directionDesktop\":\"row\",\"alignItemsTablet\":\"flex-start\",\"paddingLink\":false,\"topMarginDesktop\":50,\"bottomMarginDesktop\":20,\"leftMarginDesktop\":0,\"rightMarginDesktop\":0,\"marginLink\":false,\"variationSelected\":true,\"rowGapMobile\":65,\"columnGapDesktop\":48,\"columnGapTablet\":20} -->\n<div class=\"wp-block-uagb-container uagb-block-ba5566b8\"><!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"align\":\"center\",\"id\":828,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image aligncenter size-full\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Blue-Roan-pool.png\" alt=\"Blue Roan\'s rock pool\" class=\"wp-image-828\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>A relaxing rock Pool​</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>We have a lovely sparkling blue rock pool next to a thatched Lapa. &nbsp;&nbsp;Lie on recliners on the green lawn or sit on the swing chair in the Lapa and enjoy the panoramic view of the Magaliesberg mountain range.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":829,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/img-20160605-wa0002-largejpg.png\" alt=\"\" class=\"wp-image-829\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>Braai facilities </h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>What can compare to a burning fire under the star-lit African sky? Nothing beats the flavor of cooking over an open flame.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":830,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/ef9d0188da11e2bc56788f5619d9d539.png\" alt=\"\" class=\"wp-image-830\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>A games room </h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>The reception is also a games room for those who enjoy darts or playing pool. &nbsp;Take a selection of DVDs back to your room and watch movies on your own DVD player. &nbsp;There is also a selection of board games and music CDs that you can borrow.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"align\":\"center\",\"id\":1198,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image aligncenter size-full\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/eyJidWNrZXQiOiJhc3NldHMuYWxsdHJhaWxzLmNvbSIsImtleSI6InVwbG9hZHMvcGhvdG8vaW1hZ2UvNDMxNzk4MTAvYjZkYTAz-1.png\" alt=\"\" class=\"wp-image-1198\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>Walking or hiking </h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>There is a well-kept walking trail on our property with plenty of bird life and some benches along the way. &nbsp;It is safe for dogs to run off-leash as it is completely fenced all around. &nbsp;For those who enjoy long walks and hikes, it is safe to cross onto neighbouring farms and go as far as the eye can see.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":1185,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/49089607_1950305445047847_5177863042771189760_n.png\" alt=\"\" class=\"wp-image-1185\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>Mountain biking </h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Bring your mountain bikes and explore the surrounding countryside on safe off-road tracks on our property and on neighbouring farms.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":1196,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Michelle_1.png\" alt=\"\" class=\"wp-image-1196\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>Horse riding </h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Interested riders can book at one of the recommended horse-riding establishments listed further down this page.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"b5779661\",\"innerContentWidth\":\"alignfull\",\"directionDesktop\":\"row\",\"wrapTablet\":\"wrap\",\"variationSelected\":true,\"rowGapTablet\":0,\"columnGapDesktop\":0,\"isBlockRootParent\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-b5779661 alignfull uagb-is-root-container\"><!-- wp:uagb/container {\"block_id\":\"eaa35907\",\"widthDesktop\":25,\"widthTablet\":50,\"variationSelected\":true,\"widthSetByUser\":true,\"UAGHideMob\":true,\"UAGResponsiveConditions\":true} -->\n<div class=\"wp-block-uagb-container uag-hide-mob uagb-block-eaa35907\"><!-- wp:uagb/image {\"block_id\":\"e7e8c374\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-18-1-1024x768.jpg\",\"id\":1208,\"linkDestination\":\"none\",\"width\":480,\"height\":500,\"naturalWidth\":1024,\"naturalHeight\":768,\"sizeSlug\":\"large\",\"sizeSlugTablet\":\"large\",\"sizeSlugMobile\":\"large\",\"customHeightSetDesktop\":true} -->\n<div class=\"wp-block-uagb-image uagb-block-e7e8c374 wp-block-uagb-image--layout-default wp-block-uagb-image--effect-static wp-block-uagb-image--align-none\"><figure class=\"wp-block-uagb-image__figure\"><img srcset=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-18-1-1024x768.jpg \" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-18-1-1024x768.jpg\" alt=\"\" class=\"uag-image-1208\" width=\"480\" height=\"500\" title=\"\" loading=\"lazy\"/></figure></div>\n<!-- /wp:uagb/image --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"556075fb\",\"widthDesktop\":25,\"widthTablet\":50,\"variationSelected\":true,\"widthSetByUser\":true,\"UAGHideMob\":true,\"UAGResponsiveConditions\":true} -->\n<div class=\"wp-block-uagb-container uag-hide-mob uagb-block-556075fb\"><!-- wp:uagb/image {\"block_id\":\"f4639f88\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Blue-Roan-pool-1.png\",\"id\":1210,\"linkDestination\":\"none\",\"width\":480,\"height\":500,\"naturalWidth\":370,\"naturalHeight\":440,\"sizeSlug\":\"full\",\"sizeSlugTablet\":\"full\",\"sizeSlugMobile\":\"full\",\"customHeightSetDesktop\":true} -->\n<div class=\"wp-block-uagb-image uagb-block-f4639f88 wp-block-uagb-image--layout-default wp-block-uagb-image--effect-static wp-block-uagb-image--align-none\"><figure class=\"wp-block-uagb-image__figure\"><img srcset=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Blue-Roan-pool-1.png \" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Blue-Roan-pool-1.png\" alt=\"\" class=\"uag-image-1210\" width=\"480\" height=\"500\" title=\"\" loading=\"lazy\"/></figure></div>\n<!-- /wp:uagb/image --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"b525b5fe\",\"widthDesktop\":50,\"widthTablet\":100,\"variationSelected\":true,\"columnGapDesktop\":20,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-b525b5fe\"><!-- wp:uagb/image {\"block_id\":\"b32e04cf\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/the-view-from-my-rooms-1024x768.jpg\",\"id\":1211,\"linkDestination\":\"none\",\"width\":960,\"height\":500,\"naturalWidth\":1024,\"naturalHeight\":768,\"sizeSlug\":\"large\",\"sizeSlugTablet\":\"large\",\"sizeSlugMobile\":\"large\",\"customHeightSetDesktop\":true} -->\n<div class=\"wp-block-uagb-image uagb-block-b32e04cf wp-block-uagb-image--layout-default wp-block-uagb-image--effect-static wp-block-uagb-image--align-none\"><figure class=\"wp-block-uagb-image__figure\"><img srcset=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/the-view-from-my-rooms-1024x768.jpg \" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/the-view-from-my-rooms-1024x768.jpg\" alt=\"\" class=\"uag-image-1211\" width=\"960\" height=\"500\" title=\"\" loading=\"lazy\"/></figure></div>\n<!-- /wp:uagb/image --></div>\n<!-- /wp:uagb/container --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"ed7e0b76\",\"innerContentWidth\":\"alignfull\",\"directionDesktop\":\"row\",\"wrapTablet\":\"wrap\",\"variationSelected\":true,\"rowGapTablet\":0,\"columnGapDesktop\":0,\"isBlockRootParent\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-ed7e0b76 alignfull uagb-is-root-container\"><!-- wp:uagb/container {\"block_id\":\"86a9eee9\",\"widthDesktop\":50,\"widthTablet\":100,\"variationSelected\":true,\"columnGapDesktop\":20,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-86a9eee9\"><!-- wp:uagb/image {\"block_id\":\"9c18cf67\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAAJDI0ZWY4NDc1LThjYjYtNDM3YS1iOTliLWNmOWQxYTJkMWU5MQ-1.png\",\"id\":1213,\"linkDestination\":\"none\",\"width\":960,\"height\":500,\"naturalWidth\":1000,\"naturalHeight\":667,\"sizeSlug\":\"full\",\"sizeSlugTablet\":\"full\",\"sizeSlugMobile\":\"full\",\"customHeightSetDesktop\":true} -->\n<div class=\"wp-block-uagb-image uagb-block-9c18cf67 wp-block-uagb-image--layout-default wp-block-uagb-image--effect-static wp-block-uagb-image--align-none\"><figure class=\"wp-block-uagb-image__figure\"><img srcset=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAAJDI0ZWY4NDc1LThjYjYtNDM3YS1iOTliLWNmOWQxYTJkMWU5MQ-1.png \" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAAJDI0ZWY4NDc1LThjYjYtNDM3YS1iOTliLWNmOWQxYTJkMWU5MQ-1.png\" alt=\"\" class=\"uag-image-1213\" width=\"960\" height=\"500\" title=\"\" loading=\"lazy\"/></figure></div>\n<!-- /wp:uagb/image --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"c1650fb5\",\"widthDesktop\":25,\"variationSelected\":true,\"widthSetByUser\":true,\"UAGHideMob\":true,\"UAGResponsiveConditions\":true} -->\n<div class=\"wp-block-uagb-container uag-hide-mob uagb-block-c1650fb5\"><!-- wp:uagb/image {\"block_id\":\"cb7f974a\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/bird-1-1024x683.jpg\",\"id\":1215,\"linkDestination\":\"none\",\"width\":480,\"height\":500,\"naturalWidth\":1024,\"naturalHeight\":683,\"sizeSlug\":\"large\",\"sizeSlugTablet\":\"large\",\"sizeSlugMobile\":\"large\",\"customHeightSetDesktop\":true} -->\n<div class=\"wp-block-uagb-image uagb-block-cb7f974a wp-block-uagb-image--layout-default wp-block-uagb-image--effect-static wp-block-uagb-image--align-none\"><figure class=\"wp-block-uagb-image__figure\"><img srcset=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/bird-1-1024x683.jpg \" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/bird-1-1024x683.jpg\" alt=\"\" class=\"uag-image-1215\" width=\"480\" height=\"500\" title=\"\" loading=\"lazy\"/></figure></div>\n<!-- /wp:uagb/image --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"f5aa85ce\",\"widthDesktop\":25,\"variationSelected\":true,\"widthSetByUser\":true,\"UAGHideMob\":true,\"UAGResponsiveConditions\":true} -->\n<div class=\"wp-block-uagb-container uag-hide-mob uagb-block-f5aa85ce\"><!-- wp:uagb/image {\"block_id\":\"c3349c0b\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/two-happy-boxers-1024x768.jpg\",\"id\":1216,\"linkDestination\":\"none\",\"width\":480,\"height\":500,\"naturalWidth\":1024,\"naturalHeight\":768,\"sizeSlug\":\"large\",\"sizeSlugTablet\":\"large\",\"sizeSlugMobile\":\"large\",\"customHeightSetDesktop\":true} -->\n<div class=\"wp-block-uagb-image uagb-block-c3349c0b wp-block-uagb-image--layout-default wp-block-uagb-image--effect-static wp-block-uagb-image--align-none\"><figure class=\"wp-block-uagb-image__figure\"><img srcset=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/two-happy-boxers-1024x768.jpg \" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/two-happy-boxers-1024x768.jpg\" alt=\"\" class=\"uag-image-1216\" width=\"480\" height=\"500\" title=\"\" loading=\"lazy\"/></figure></div>\n<!-- /wp:uagb/image --></div>\n<!-- /wp:uagb/container --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"f1495cf8\",\"backgroundType\":\"color\",\"backgroundSizeTablet\":\"cover\",\"backgroundSizeMobile\":\"cover\",\"backgroundColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"topPaddingDesktop\":120,\"bottomPaddingDesktop\":0,\"topPaddingTablet\":80,\"bottomPaddingTablet\":80,\"leftPaddingTablet\":30,\"rightPaddingTablet\":30,\"topPaddingMobile\":80,\"bottomPaddingMobile\":80,\"leftPaddingMobile\":20,\"rightPaddingMobile\":20,\"paddingLink\":false,\"variationSelected\":true,\"rowGapDesktop\":0,\"rowGapTablet\":0,\"isBlockRootParent\":true} -->\n<div id=\"nearby-visits\" class=\"wp-block-uagb-container uagb-block-f1495cf8 alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/container {\"block_id\":\"e5cb9063\",\"directionDesktop\":\"row\",\"alignItemsDesktop\":\"flex-end\",\"alignItemsTablet\":\"flex-end\",\"justifyContentDesktop\":\"flex-end\",\"justifyContentTablet\":\"space-between\",\"variationSelected\":true,\"rowGapMobile\":30,\"columnGapDesktop\":0} -->\n<div class=\"wp-block-uagb-container uagb-block-e5cb9063\"><!-- wp:uagb/advanced-heading {\"block_id\":\"f9c5ec88\",\"classMigrate\":true,\"headingDescToggle\":true,\"subHeadingColor\":\"\",\"headSpace\":20,\"subHeadFontSize\":16} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-f9c5ec88\"><h2 class=\"uagb-heading-text\">Things to do in the area of Magaliesburg<br></h2><p class=\"uagb-desc-text\">Looking for more? Well, we believe that every guest walks into our lodge for the best experience. And, we are determined to do that.</p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/buttons {\"block_id\":\"ed0ed139\",\"classMigrate\":true,\"childMigrate\":true,\"align\":\"right\",\"alignTablet\":\"right\",\"alignMobile\":\"left\",\"gap\":0} -->\n<div class=\"wp-block-uagb-buttons uagb-buttons__outer-wrap uagb-btn__default-btn uagb-btn-tablet__default-btn uagb-btn-mobile__default-btn uagb-block-ed0ed139\"><div class=\"uagb-buttons__wrap uagb-buttons-layout-wrap\"><!-- wp:uagb/buttons-child {\"block_id\":\"f2a08d1c\",\"label\":\"Reservations\",\"link\":\"https://book.nightsbridge.com/11065\",\"hColor\":\"\",\"opensInNewTab\":true,\"borderWidth\":\"\",\"borderRadius\":\"\",\"borderStyle\":\"\",\"borderColor\":\"\",\"borderHColor\":\"\",\"btnBorderTopWidth\":1,\"btnBorderLeftWidth\":1,\"btnBorderRightWidth\":1,\"btnBorderBottomWidth\":1,\"btnBorderTopLeftRadius\":2,\"btnBorderTopRightRadius\":2,\"btnBorderBottomLeftRadius\":2,\"btnBorderBottomRightRadius\":2,\"btnBorderStyle\":\"solid\",\"btnBorderColor\":\"#333\",\"btnBorderHColor\":\"#333\"} -->\n<div class=\"wp-block-uagb-buttons-child uagb-buttons__outer-wrap uagb-block-f2a08d1c wp-block-button is-style-outline\"><div class=\"uagb-button__wrapper\"><a class=\"uagb-buttons-repeater wp-block-button__link\" href=\"https://book.nightsbridge.com/11065\" rel=\"follow noopener\" target=\"_blank\"><div class=\"uagb-button__link\">Reservations</div></a></div></div>\n<!-- /wp:uagb/buttons-child --></div></div>\n<!-- /wp:uagb/buttons --></div>\n<!-- /wp:uagb/container --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"2cb234ad\",\"backgroundType\":\"color\",\"backgroundSizeTablet\":\"cover\",\"backgroundSizeMobile\":\"cover\",\"backgroundColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"topPaddingDesktop\":50,\"bottomPaddingDesktop\":100,\"topPaddingTablet\":50,\"bottomPaddingTablet\":25,\"leftPaddingTablet\":20,\"rightPaddingTablet\":20,\"topPaddingMobile\":50,\"bottomPaddingMobile\":20,\"leftPaddingMobile\":20,\"rightPaddingMobile\":20,\"paddingLink\":false,\"variationSelected\":true,\"rowGapDesktop\":0,\"isBlockRootParent\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-2cb234ad alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/container {\"block_id\":\"fb9b40c6\",\"directionDesktop\":\"row\",\"alignItemsTablet\":\"flex-start\",\"paddingLink\":false,\"topMarginDesktop\":50,\"bottomMarginDesktop\":20,\"leftMarginDesktop\":0,\"rightMarginDesktop\":0,\"marginLink\":false,\"variationSelected\":true,\"rowGapMobile\":65,\"columnGapDesktop\":48,\"columnGapTablet\":20} -->\n<div class=\"wp-block-uagb-container uagb-block-fb9b40c6\"><!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"align\":\"center\",\"id\":1222,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image aligncenter size-full\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/41b46e52d7427ea1f6f135454e9a012f.png\" alt=\"\" class=\"wp-image-1222\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"textAlign\":\"center\",\"level\":3} -->\n<h3 class=\"has-text-align-center\">Fishing </h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>The dam has trout (stocked), bass, vlei Kuper and carp. Fly fishers seeking a unique challenge visit our establishment in search of the large &amp; small scale Yellow fish.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:buttons -->\n<div class=\"wp-block-buttons\"><!-- wp:button {\"align\":\"left\"} -->\n<div class=\"wp-block-button alignleft\"><a class=\"wp-block-button__link wp-element-button\" href=\"https://www.sundowner.co.za/rooms/magalies-barbus-haven/\" target=\"_blank\" rel=\"noreferrer noopener\">Barbus Haven</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons -->\n\n<!-- wp:paragraph -->\n<p>The opportunity to fish for Rainbow Trout or the elusive Brown Trout. Kingfisher offers rod hires at their venue. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:buttons -->\n<div class=\"wp-block-buttons\"><!-- wp:button {\"align\":\"left\"} -->\n<div class=\"wp-block-button alignleft\"><a class=\"wp-block-button__link wp-element-button\" href=\"https://www.thekingfisherlodge.co.za/activities/\" target=\"_blank\" rel=\"noreferrer noopener\">Kingfisher</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":1235,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Maseke-MTB-MvZ-3-1024x683-1.png\" alt=\"\" class=\"wp-image-1235\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>Mountain biking </h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>It is a privately owned nature reserve that offers mountain biking.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:spacer {\"height\":\"20px\"} -->\n<div style=\"height:20px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:buttons -->\n<div class=\"wp-block-buttons\"><!-- wp:button -->\n<div class=\"wp-block-button\"><a class=\"wp-block-button__link wp-element-button\" href=\"http://ingwebushcamp.yolasite.com/\" target=\"_blank\" rel=\"noreferrer noopener\">Ingwe Bush Camp&nbsp;</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons -->\n\n<!-- wp:paragraph -->\n<p>With over 80km of trails, Van Gaalen&nbsp;has something to offer for every kind of athlete, from beginner to advanced.<br></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:buttons -->\n<div class=\"wp-block-buttons\"><!-- wp:button -->\n<div class=\"wp-block-button\"><a class=\"wp-block-button__link wp-element-button\" href=\"https://www.vangaalen.co.za/products\" target=\"_blank\" rel=\"noreferrer noopener\">Van Gaalen\'s</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":1317,\"width\":370,\"height\":440,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large is-resized\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/activity_2209_280316_original-740x1024.png\" alt=\"\" class=\"wp-image-1317\" width=\"370\" height=\"440\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>Quad biking </h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>We have quads suitable for kiddies, tweens, teens, and adults. We have mini quads and fully automatic 150cc quads.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:spacer {\"height\":\"2px\"} -->\n<div style=\"height:2px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:buttons -->\n<div class=\"wp-block-buttons\"><!-- wp:button -->\n<div class=\"wp-block-button\"><a class=\"wp-block-button__link wp-element-button\" href=\"https://www.saddlecreekadventures.co.za/activity/quad-biking/\" target=\"_blank\" rel=\"noreferrer noopener\">Saddle Creek Ranch</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons -->\n\n<!-- wp:paragraph -->\n<p>A 700-meter monster track, the longest and most exciting track in Gauteng!</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:spacer {\"height\":\"2px\"} -->\n<div style=\"height:2px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:buttons -->\n<div class=\"wp-block-buttons\"><!-- wp:button -->\n<div class=\"wp-block-button\"><a class=\"wp-block-button__link wp-element-button\" href=\"http://www.swartkrans.co.za/\" target=\"_blank\" rel=\"noreferrer noopener\">Swartkrans Go-Karting&nbsp;</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"align\":\"center\",\"id\":1198,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image aligncenter size-full\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/eyJidWNrZXQiOiJhc3NldHMuYWxsdHJhaWxzLmNvbSIsImtleSI6InVwbG9hZHMvcGhvdG8vaW1hZ2UvNDMxNzk4MTAvYjZkYTAz-1.png\" alt=\"\" class=\"wp-image-1198\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>Horse riding </h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Join us for an unforgettable horse riding experience in the peaceful countryside, with beautiful mountain scenery and lovely bush trails.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:buttons -->\n<div class=\"wp-block-buttons\"><!-- wp:button -->\n<div class=\"wp-block-button\"><a class=\"wp-block-button__link wp-element-button\" href=\"https://www.saddlecreekadventures.co.za/activity/horse-riding/\" target=\"_blank\" rel=\"noreferrer noopener\">Saddle Creek Ranch</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":1185,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/49089607_1950305445047847_5177863042771189760_n.png\" alt=\"\" class=\"wp-image-1185\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>Game drives </h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Enjoy a thrilling and educational adventure with our experienced guides.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:spacer {\"height\":\"2px\"} -->\n<div style=\"height:2px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:buttons -->\n<div class=\"wp-block-buttons\"><!-- wp:button -->\n<div class=\"wp-block-button\"><a class=\"wp-block-button__link wp-element-button\" href=\"https://www.rhinolion.co.za/visitors-guide/activity-index/game-drives/\" target=\"_blank\" rel=\"noreferrer noopener\">Rhino &amp; Lion Park</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons -->\n\n<!-- wp:paragraph -->\n<p>Our guided game-viewing drives take place each day in the morning and afternoon, as this is when the animals are most active.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:buttons -->\n<div class=\"wp-block-buttons\"><!-- wp:button -->\n<div class=\"wp-block-button\"><a class=\"wp-block-button__link wp-element-button\" href=\"https://www.africanhillslodge.co.za/experience/\" target=\"_blank\" rel=\"noreferrer noopener\">Askari Game Lodge</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:spacer {\"height\":\"12px\"} -->\n<div style=\"height:12px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:heading -->\n<h2>Other activites </h2>\n<!-- /wp:heading -->\n\n<!-- wp:uagb/faq {\"block_id\":\"c414949d\",\"expandFirstItem\":false,\"boxBgColor\":\"#F5F5F5\",\"borderStyle\":\"\",\"borderWidth\":\"\",\"borderRadius\":\"\",\"borderColor\":\"\",\"vquestionPaddingDesktop\":15,\"hquestionPaddingDesktop\":15,\"iconAlign\":\"row-reverse\",\"schema\":\"{\\u0022@context\\u0022:\\u0022https://schema.org\\u0022,\\u0022@type\\u0022:\\u0022FAQPage\\u0022,\\u0022@id\\u0022:\\u0022https://blueroan.netgen.cloud/amenities/\\u0022,\\u0022mainEntity\\u0022:[{\\u0022@type\\u0022:\\u0022Question\\u0022,\\u0022name\\u0022:\\u0022\\u003cstrong\\u003ePUBS / MICRO BREWERIES\\u003c/strong\\u003e\\u0022,\\u0022acceptedAnswer\\u0022:{\\u0022@type\\u0022:\\u0022Answer\\u0022,\\u0022text\\u0022:\\u0022Black Horse   \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27825613246\\\\\\u0022\\u003e082 561 3246\\u003cbr\\u003e\\u003c/a\\u003eBrauhaus am Dam   \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27878025519\\\\\\u0022\\u003e087 802 5519\\u003c/a\\u003e / \\u003ca href=\\\\\\u0022tel:+27729201742\\\\\\u0022\\u003e072 920 1742\\u003c/a\\u003e\\u003cbr\\u003eHartleys Elephant Bar   \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27145772301\\\\\\u0022\\u003e014 577 2301\\u003cbr\\u003e\\u003c/a\\u003eThatchwood Pub   \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27837091672\\\\\\u0022\\u003e083 709 1672\\u003cbr\\u003e\\u003c/a\\u003eMonate Citrus Kelder   \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27122580712\\\\\\u0022\\u003e012 258 0712\\u003c/a\\u003e\\u0022}},{\\u0022@type\\u0022:\\u0022Question\\u0022,\\u0022name\\u0022:\\u0022\\u003cstrong\\u003eTEA GARDENS / RESTAURANTS   \\u003c/strong\\u003e\\u0022,\\u0022acceptedAnswer\\u0022:{\\u0022@type\\u0022:\\u0022Answer\\u0022,\\u0022text\\u0022:\\u0022Black Horse   \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27825613246\\\\\\u0022\\u003e082 561 3246\\u003cbr\\u003e\\u003c/a\\u003eBrauhaus am Dam   \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27878025519\\\\\\u0022\\u003e087 802 5519\\u003c/a\\u003e / \\u003ca href=\\\\\\u0022tel:+27729201742\\\\\\u0022\\u003e072 920 1742\\u003c/a\\u003e\\u003cbr\\u003eMelon Rouge   \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27796806050\\\\\\u0022\\u003e079 680 6050\\u003cbr\\u003e\\u003c/a\\u003eMount Grace Hotel   \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27145775600\\\\\\u0022\\u003e014 577 5600\\u003cbr\\u003e\\u003c/a\\u003eValley Lodge Hotel   \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27145771301\\\\\\u0022\\u003e014 577 1301\\u003cbr\\u003e\\u003c/a\\u003eLa Classique Ristorante   \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27145774006\\\\\\u0022\\u003e014 577 4006\\u003c/a\\u003e\\u0022}},{\\u0022@type\\u0022:\\u0022Question\\u0022,\\u0022name\\u0022:\\u0022\\u003cstrong\\u003eSHOPPING\\u003c/strong\\u003e  \\u0022,\\u0022acceptedAnswer\\u0022:{\\u0022@type\\u0022:\\u0022Answer\\u0022,\\u0022text\\u0022:\\u0022If Only Antiques    \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27827878825\\\\\\u0022\\u003e082 787 8825\\u003cbr\\u003e\\u003c/a\\u003ePuss in Boots   \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27145773562\\\\\\u0022\\u003e014 577 3562\\u003c/a\\u003e\\u0022}},{\\u0022@type\\u0022:\\u0022Question\\u0022,\\u0022name\\u0022:\\u0022\\u003cstrong\\u003eSPORTS \\u0026amp; ADVENTURE\\u003c/strong\\u003e\\u0022,\\u0022acceptedAnswer\\u0022:{\\u0022@type\\u0022:\\u0022Answer\\u0022,\\u0022text\\u0022:\\u0022Tandem Paragliding flips  \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27823221824\\\\\\u0022\\u003e0823221824\\u003c/a\\u003e\\u003cbr\\u003eMountain Sanctuary Park   \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27145340114\\\\\\u0022\\u003e014 534 0114\\u003cbr\\u003e\\u003c/a\\u003eBill Harrops Original Balloon Safaris   \\u003ca href=\\\\\\u0022tel:+27145771733\\\\\\u0022\\u003e014 577 1733\\u003c/a\\u003e / \\u003ca href=\\\\\\u0022tel:+27837520036\\\\\\u0022\\u003e083 752 0036\\u003c/a\\u003e\\u003cbr\\u003ePecanwood Golf Course   \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27122440112\\\\\\u0022\\u003e012 244 0112\\u003cbr\\u003e\\u003c/a\\u003eAir Ventures Hot Air Balloons   \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27117935782\\\\\\u0022\\u003e011 793 5782\\u003cbr\\u003e\\u003c/a\\u003eGliding   \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27835266966\\\\\\u0022\\u003e083 526 6966\\u003cbr\\u003e\\u003c/a\\u003eMagaliesberg Canopy Tours   \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27145350150\\\\\\u0022\\u003e014 535 0150\\u003cbr\\u003e\\u003c/a\\u003eWild Cave Adventures   \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27824862464\\\\\\u0022\\u003e082 486 2464\\u003cbr\\u003e\\u003c/a\\u003eMiracle Waters Dive Gateway   \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27832359840\\\\\\u0022\\u003e083 235 9840\\u003c/a\\u003e\\u0022}},{\\u0022@type\\u0022:\\u0022Question\\u0022,\\u0022name\\u0022:\\u0022\\u003cstrong\\u003eHEALTH SPAS\\u003c/strong\\u003e\\u0022,\\u0022acceptedAnswer\\u0022:{\\u0022@type\\u0022:\\u0022Answer\\u0022,\\u0022text\\u0022:\\u0022Whispering Pines   \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27145771536\\\\\\u0022\\u003e014 577 1536\\u003cbr\\u003e\\u003c/a\\u003eMount Grace Spa   \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27145775600\\\\\\u0022\\u003e014 577 5600\\u003cbr\\u003e\\u003c/a\\u003eValley Lodge Spa   \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27145771301\\\\\\u0022\\u003e014 577 1301\\u003cbr\\u003e\\u003c/a\\u003eRosewell Spa   \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27145771172\\\\\\u0022\\u003e014 577 1172\\u003cbr\\u003e\\u003c/a\\u003eSparkling Waters   \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27145350019\\\\\\u0022\\u003e014 535 0019\\u003c/a\\u003e\\u0022}},{\\u0022@type\\u0022:\\u0022Question\\u0022,\\u0022name\\u0022:\\u0022\\u003cstrong\\u003ePLACES OF INTEREST\\u003c/strong\\u003e\\u0022,\\u0022acceptedAnswer\\u0022:{\\u0022@type\\u0022:\\u0022Answer\\u0022,\\u0022text\\u0022:\\u0022Maropeng Visitors Centre   \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27145779000\\\\\\u0022\\u003e014 577 9000\\u003cbr\\u003e\\u003c/a\\u003eSterkfontein Caves   \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27116683200\\\\\\u0022\\u003e011 668 3200\\u003cbr\\u003e\\u003c/a\\u003eBlaaubank Gold Mine   \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27825673111\\\\\\u0022\\u003e082 567 3111\\u003cbr\\u003e\\u003c/a\\u003eVan Gaalen Cheese Farm   \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27122071289\\\\\\u0022\\u003e012 207 1289\\u003cbr\\u003e\\u003c/a\\u003eHartebeespoort Cableway   \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27722412654\\\\\\u0022\\u003e072 241 2654\\u003cbr\\u003e\\u003c/a\\u003eElephant Sanctuary             \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27122580423\\\\\\u0022\\u003e012 258 0423\\u003cbr\\u003e\\u003c/a\\u003eTeam Gel   \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27114622894\\\\\\u0022\\u003e011 462 2894\\u003c/a\\u003e / \\u003ca href=\\\\\\u0022tel:+27833207623\\\\\\u0022\\u003e083 320 7623\\u003c/a\\u003e\\u003cbr\\u003eMonate Citrus Kelder   \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27122580712\\\\\\u0022\\u003e012 258 0712\\u003cbr\\u003e\\u003c/a\\u003eLiving Jewels   \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27119566444\\\\\\u0022\\u003e011 956 6444\\u003cbr\\u003e\\u003c/a\\u003eBlaaubank Candle Dipping   \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27145774609\\\\\\u0022\\u003e014 577 4609\\u003cbr\\u003e\\u003c/a\\u003eVeggie Picking \\u0026amp; Strawberry Picking \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27122071116\\\\\\u0022\\u003e012 207 1116\\u003c/a\\u003e\\u0022}}]}\",\"questionLeftPaddingDesktop\":15,\"questionBottomPaddingDesktop\":15,\"answerTopPadding\":0,\"answerRightPadding\":15,\"answerBottomPadding\":15,\"answerLeftPadding\":15,\"answerTopPaddingTablet\":10,\"answerRightPaddingTablet\":10,\"answerBottomPaddingTablet\":10,\"answerLeftPaddingTablet\":10,\"answerTopPaddingMobile\":10,\"answerRightPaddingMobile\":10,\"answerBottomPaddingMobile\":10,\"answerLeftPaddingMobile\":10,\"overallBorderTopWidth\":1,\"overallBorderLeftWidth\":1,\"overallBorderRightWidth\":1,\"overallBorderBottomWidth\":1,\"overallBorderTopLeftRadius\":2,\"overallBorderTopRightRadius\":2,\"overallBorderBottomLeftRadius\":2,\"overallBorderBottomRightRadius\":2,\"overallBorderStyle\":\"none\",\"overallBorderColor\":\"#D2D2D2\"} -->\n<div class=\"wp-block-uagb-faq uagb-faq__outer-wrap uagb-block-c414949d uagb-faq-icon-row-reverse uagb-faq-layout-accordion uagb-faq-expand-first-false uagb-faq-inactive-other-true uagb-faq__wrap uagb-buttons-layout-wrap uagb-faq-equal-height\" data-faqtoggle=\"true\" role=\"tablist\"><!-- wp:uagb/faq-child {\"block_id\":\"7b4ea48e\",\"question\":\"\\u003cstrong\\u003ePUBS / MICRO BREWERIES\\u003c/strong\\u003e\",\"answer\":\"Black Horse   \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27825613246\\u0022\\u003e082 561 3246\\u003cbr\\u003e\\u003c/a\\u003eBrauhaus am Dam   \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27878025519\\u0022\\u003e087 802 5519\\u003c/a\\u003e / \\u003ca href=\\u0022tel:+27729201742\\u0022\\u003e072 920 1742\\u003c/a\\u003e\\u003cbr\\u003eHartleys Elephant Bar   \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27145772301\\u0022\\u003e014 577 2301\\u003cbr\\u003e\\u003c/a\\u003eThatchwood Pub   \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27837091672\\u0022\\u003e083 709 1672\\u003cbr\\u003e\\u003c/a\\u003eMonate Citrus Kelder   \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27122580712\\u0022\\u003e012 258 0712\\u003c/a\\u003e\"} -->\n<div class=\"wp-block-uagb-faq-child uagb-faq-child__outer-wrap uagb-faq-item uagb-block-7b4ea48e\" role=\"tab\" tabindex=\"0\"><div class=\"uagb-faq-questions-button uagb-faq-questions\"><span class=\"uagb-icon uagb-faq-icon-wrap\"><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 448 512\"><path d=\"M432 256c0 17.69-14.33 32.01-32 32.01H256v144c0 17.69-14.33 31.99-32 31.99s-32-14.3-32-31.99v-144H48c-17.67 0-32-14.32-32-32.01s14.33-31.99 32-31.99H192v-144c0-17.69 14.33-32.01 32-32.01s32 14.32 32 32.01v144h144C417.7 224 432 238.3 432 256z\"></path></svg></span><span class=\"uagb-icon-active uagb-faq-icon-wrap\"><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 448 512\"><path d=\"M400 288h-352c-17.69 0-32-14.32-32-32.01s14.31-31.99 32-31.99h352c17.69 0 32 14.3 32 31.99S417.7 288 400 288z\"></path></svg></span><span class=\"uagb-question\"><strong>PUBS / MICRO BREWERIES</strong></span></div><p class=\"uagb-faq-content\">Black Horse   <br><a href=\"tel:+27825613246\">082 561 3246<br></a>Brauhaus am Dam   <br><a href=\"tel:+27878025519\">087 802 5519</a> / <a href=\"tel:+27729201742\">072 920 1742</a><br>Hartleys Elephant Bar   <br><a href=\"tel:+27145772301\">014 577 2301<br></a>Thatchwood Pub   <br><a href=\"tel:+27837091672\">083 709 1672<br></a>Monate Citrus Kelder   <br><a href=\"tel:+27122580712\">012 258 0712</a></p></div>\n<!-- /wp:uagb/faq-child -->\n\n<!-- wp:uagb/faq-child {\"block_id\":\"4feb0d1c\",\"question\":\"\\u003cstrong\\u003eTEA GARDENS / RESTAURANTS   \\u003c/strong\\u003e\",\"answer\":\"Black Horse   \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27825613246\\u0022\\u003e082 561 3246\\u003cbr\\u003e\\u003c/a\\u003eBrauhaus am Dam   \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27878025519\\u0022\\u003e087 802 5519\\u003c/a\\u003e / \\u003ca href=\\u0022tel:+27729201742\\u0022\\u003e072 920 1742\\u003c/a\\u003e\\u003cbr\\u003eMelon Rouge   \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27796806050\\u0022\\u003e079 680 6050\\u003cbr\\u003e\\u003c/a\\u003eMount Grace Hotel   \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27145775600\\u0022\\u003e014 577 5600\\u003cbr\\u003e\\u003c/a\\u003eValley Lodge Hotel   \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27145771301\\u0022\\u003e014 577 1301\\u003cbr\\u003e\\u003c/a\\u003eLa Classique Ristorante   \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27145774006\\u0022\\u003e014 577 4006\\u003c/a\\u003e\"} -->\n<div class=\"wp-block-uagb-faq-child uagb-faq-child__outer-wrap uagb-faq-item uagb-block-4feb0d1c\" role=\"tab\" tabindex=\"0\"><div class=\"uagb-faq-questions-button uagb-faq-questions\"><span class=\"uagb-icon uagb-faq-icon-wrap\"><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 448 512\"><path d=\"M432 256c0 17.69-14.33 32.01-32 32.01H256v144c0 17.69-14.33 31.99-32 31.99s-32-14.3-32-31.99v-144H48c-17.67 0-32-14.32-32-32.01s14.33-31.99 32-31.99H192v-144c0-17.69 14.33-32.01 32-32.01s32 14.32 32 32.01v144h144C417.7 224 432 238.3 432 256z\"></path></svg></span><span class=\"uagb-icon-active uagb-faq-icon-wrap\"><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 448 512\"><path d=\"M400 288h-352c-17.69 0-32-14.32-32-32.01s14.31-31.99 32-31.99h352c17.69 0 32 14.3 32 31.99S417.7 288 400 288z\"></path></svg></span><span class=\"uagb-question\"><strong>TEA GARDENS / RESTAURANTS   </strong></span></div><p class=\"uagb-faq-content\">Black Horse   <br><a href=\"tel:+27825613246\">082 561 3246<br></a>Brauhaus am Dam   <br><a href=\"tel:+27878025519\">087 802 5519</a> / <a href=\"tel:+27729201742\">072 920 1742</a><br>Melon Rouge   <br><a href=\"tel:+27796806050\">079 680 6050<br></a>Mount Grace Hotel   <br><a href=\"tel:+27145775600\">014 577 5600<br></a>Valley Lodge Hotel   <br><a href=\"tel:+27145771301\">014 577 1301<br></a>La Classique Ristorante   <br><a href=\"tel:+27145774006\">014 577 4006</a></p></div>\n<!-- /wp:uagb/faq-child -->\n\n<!-- wp:uagb/faq-child {\"block_id\":\"2748537d\",\"question\":\"\\u003cstrong\\u003eSHOPPING\\u003c/strong\\u003e  \",\"answer\":\"If Only Antiques    \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27827878825\\u0022\\u003e082 787 8825\\u003cbr\\u003e\\u003c/a\\u003ePuss in Boots   \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27145773562\\u0022\\u003e014 577 3562\\u003c/a\\u003e\"} -->\n<div class=\"wp-block-uagb-faq-child uagb-faq-child__outer-wrap uagb-faq-item uagb-block-2748537d\" role=\"tab\" tabindex=\"0\"><div class=\"uagb-faq-questions-button uagb-faq-questions\"><span class=\"uagb-icon uagb-faq-icon-wrap\"><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 448 512\"><path d=\"M432 256c0 17.69-14.33 32.01-32 32.01H256v144c0 17.69-14.33 31.99-32 31.99s-32-14.3-32-31.99v-144H48c-17.67 0-32-14.32-32-32.01s14.33-31.99 32-31.99H192v-144c0-17.69 14.33-32.01 32-32.01s32 14.32 32 32.01v144h144C417.7 224 432 238.3 432 256z\"></path></svg></span><span class=\"uagb-icon-active uagb-faq-icon-wrap\"><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 448 512\"><path d=\"M400 288h-352c-17.69 0-32-14.32-32-32.01s14.31-31.99 32-31.99h352c17.69 0 32 14.3 32 31.99S417.7 288 400 288z\"></path></svg></span><span class=\"uagb-question\"><strong>SHOPPING</strong>  </span></div><p class=\"uagb-faq-content\">If Only Antiques    <br><a href=\"tel:+27827878825\">082 787 8825<br></a>Puss in Boots   <br><a href=\"tel:+27145773562\">014 577 3562</a></p></div>\n<!-- /wp:uagb/faq-child -->\n\n<!-- wp:uagb/faq-child {\"block_id\":\"ad7c1123\",\"question\":\"\\u003cstrong\\u003eSPORTS \\u0026amp; ADVENTURE\\u003c/strong\\u003e\",\"answer\":\"Tandem Paragliding flips  \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27823221824\\u0022\\u003e0823221824\\u003c/a\\u003e\\u003cbr\\u003eMountain Sanctuary Park   \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27145340114\\u0022\\u003e014 534 0114\\u003cbr\\u003e\\u003c/a\\u003eBill Harrops Original Balloon Safaris   \\u003ca href=\\u0022tel:+27145771733\\u0022\\u003e014 577 1733\\u003c/a\\u003e / \\u003ca href=\\u0022tel:+27837520036\\u0022\\u003e083 752 0036\\u003c/a\\u003e\\u003cbr\\u003ePecanwood Golf Course   \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27122440112\\u0022\\u003e012 244 0112\\u003cbr\\u003e\\u003c/a\\u003eAir Ventures Hot Air Balloons   \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27117935782\\u0022\\u003e011 793 5782\\u003cbr\\u003e\\u003c/a\\u003eGliding   \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27835266966\\u0022\\u003e083 526 6966\\u003cbr\\u003e\\u003c/a\\u003eMagaliesberg Canopy Tours   \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27145350150\\u0022\\u003e014 535 0150\\u003cbr\\u003e\\u003c/a\\u003eWild Cave Adventures   \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27824862464\\u0022\\u003e082 486 2464\\u003cbr\\u003e\\u003c/a\\u003eMiracle Waters Dive Gateway   \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27832359840\\u0022\\u003e083 235 9840\\u003c/a\\u003e\"} -->\n<div class=\"wp-block-uagb-faq-child uagb-faq-child__outer-wrap uagb-faq-item uagb-block-ad7c1123\" role=\"tab\" tabindex=\"0\"><div class=\"uagb-faq-questions-button uagb-faq-questions\"><span class=\"uagb-icon uagb-faq-icon-wrap\"><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 448 512\"><path d=\"M432 256c0 17.69-14.33 32.01-32 32.01H256v144c0 17.69-14.33 31.99-32 31.99s-32-14.3-32-31.99v-144H48c-17.67 0-32-14.32-32-32.01s14.33-31.99 32-31.99H192v-144c0-17.69 14.33-32.01 32-32.01s32 14.32 32 32.01v144h144C417.7 224 432 238.3 432 256z\"></path></svg></span><span class=\"uagb-icon-active uagb-faq-icon-wrap\"><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 448 512\"><path d=\"M400 288h-352c-17.69 0-32-14.32-32-32.01s14.31-31.99 32-31.99h352c17.69 0 32 14.3 32 31.99S417.7 288 400 288z\"></path></svg></span><span class=\"uagb-question\"><strong>SPORTS &amp; ADVENTURE</strong></span></div><p class=\"uagb-faq-content\">Tandem Paragliding flips  <br><a href=\"tel:+27823221824\">0823221824</a><br>Mountain Sanctuary Park   <br><a href=\"tel:+27145340114\">014 534 0114<br></a>Bill Harrops Original Balloon Safaris   <a href=\"tel:+27145771733\">014 577 1733</a> / <a href=\"tel:+27837520036\">083 752 0036</a><br>Pecanwood Golf Course   <br><a href=\"tel:+27122440112\">012 244 0112<br></a>Air Ventures Hot Air Balloons   <br><a href=\"tel:+27117935782\">011 793 5782<br></a>Gliding   <br><a href=\"tel:+27835266966\">083 526 6966<br></a>Magaliesberg Canopy Tours   <br><a href=\"tel:+27145350150\">014 535 0150<br></a>Wild Cave Adventures   <br><a href=\"tel:+27824862464\">082 486 2464<br></a>Miracle Waters Dive Gateway   <br><a href=\"tel:+27832359840\">083 235 9840</a></p></div>\n<!-- /wp:uagb/faq-child -->\n\n<!-- wp:uagb/faq-child {\"block_id\":\"30d2af94\",\"question\":\"\\u003cstrong\\u003eHEALTH SPAS\\u003c/strong\\u003e\",\"answer\":\"Whispering Pines   \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27145771536\\u0022\\u003e014 577 1536\\u003cbr\\u003e\\u003c/a\\u003eMount Grace Spa   \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27145775600\\u0022\\u003e014 577 5600\\u003cbr\\u003e\\u003c/a\\u003eValley Lodge Spa   \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27145771301\\u0022\\u003e014 577 1301\\u003cbr\\u003e\\u003c/a\\u003eRosewell Spa   \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27145771172\\u0022\\u003e014 577 1172\\u003cbr\\u003e\\u003c/a\\u003eSparkling Waters   \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27145350019\\u0022\\u003e014 535 0019\\u003c/a\\u003e\"} -->\n<div class=\"wp-block-uagb-faq-child uagb-faq-child__outer-wrap uagb-faq-item uagb-block-30d2af94\" role=\"tab\" tabindex=\"0\"><div class=\"uagb-faq-questions-button uagb-faq-questions\"><span class=\"uagb-icon uagb-faq-icon-wrap\"><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 448 512\"><path d=\"M432 256c0 17.69-14.33 32.01-32 32.01H256v144c0 17.69-14.33 31.99-32 31.99s-32-14.3-32-31.99v-144H48c-17.67 0-32-14.32-32-32.01s14.33-31.99 32-31.99H192v-144c0-17.69 14.33-32.01 32-32.01s32 14.32 32 32.01v144h144C417.7 224 432 238.3 432 256z\"></path></svg></span><span class=\"uagb-icon-active uagb-faq-icon-wrap\"><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 448 512\"><path d=\"M400 288h-352c-17.69 0-32-14.32-32-32.01s14.31-31.99 32-31.99h352c17.69 0 32 14.3 32 31.99S417.7 288 400 288z\"></path></svg></span><span class=\"uagb-question\"><strong>HEALTH SPAS</strong></span></div><p class=\"uagb-faq-content\">Whispering Pines   <br><a href=\"tel:+27145771536\">014 577 1536<br></a>Mount Grace Spa   <br><a href=\"tel:+27145775600\">014 577 5600<br></a>Valley Lodge Spa   <br><a href=\"tel:+27145771301\">014 577 1301<br></a>Rosewell Spa   <br><a href=\"tel:+27145771172\">014 577 1172<br></a>Sparkling Waters   <br><a href=\"tel:+27145350019\">014 535 0019</a></p></div>\n<!-- /wp:uagb/faq-child -->\n\n<!-- wp:uagb/faq-child {\"block_id\":\"a3dfc3e6\",\"question\":\"\\u003cstrong\\u003ePLACES OF INTEREST\\u003c/strong\\u003e\",\"answer\":\"Maropeng Visitors Centre   \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27145779000\\u0022\\u003e014 577 9000\\u003cbr\\u003e\\u003c/a\\u003eSterkfontein Caves   \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27116683200\\u0022\\u003e011 668 3200\\u003cbr\\u003e\\u003c/a\\u003eBlaaubank Gold Mine   \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27825673111\\u0022\\u003e082 567 3111\\u003cbr\\u003e\\u003c/a\\u003eVan Gaalen Cheese Farm   \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27122071289\\u0022\\u003e012 207 1289\\u003cbr\\u003e\\u003c/a\\u003eHartebeespoort Cableway   \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27722412654\\u0022\\u003e072 241 2654\\u003cbr\\u003e\\u003c/a\\u003eElephant Sanctuary             \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27122580423\\u0022\\u003e012 258 0423\\u003cbr\\u003e\\u003c/a\\u003eTeam Gel   \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27114622894\\u0022\\u003e011 462 2894\\u003c/a\\u003e / \\u003ca href=\\u0022tel:+27833207623\\u0022\\u003e083 320 7623\\u003c/a\\u003e\\u003cbr\\u003eMonate Citrus Kelder   \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27122580712\\u0022\\u003e012 258 0712\\u003cbr\\u003e\\u003c/a\\u003eLiving Jewels   \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27119566444\\u0022\\u003e011 956 6444\\u003cbr\\u003e\\u003c/a\\u003eBlaaubank Candle Dipping   \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27145774609\\u0022\\u003e014 577 4609\\u003cbr\\u003e\\u003c/a\\u003eVeggie Picking \\u0026amp; Strawberry Picking \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27122071116\\u0022\\u003e012 207 1116\\u003c/a\\u003e\"} -->\n<div class=\"wp-block-uagb-faq-child uagb-faq-child__outer-wrap uagb-faq-item uagb-block-a3dfc3e6\" role=\"tab\" tabindex=\"0\"><div class=\"uagb-faq-questions-button uagb-faq-questions\"><span class=\"uagb-icon uagb-faq-icon-wrap\"><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 448 512\"><path d=\"M432 256c0 17.69-14.33 32.01-32 32.01H256v144c0 17.69-14.33 31.99-32 31.99s-32-14.3-32-31.99v-144H48c-17.67 0-32-14.32-32-32.01s14.33-31.99 32-31.99H192v-144c0-17.69 14.33-32.01 32-32.01s32 14.32 32 32.01v144h144C417.7 224 432 238.3 432 256z\"></path></svg></span><span class=\"uagb-icon-active uagb-faq-icon-wrap\"><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 448 512\"><path d=\"M400 288h-352c-17.69 0-32-14.32-32-32.01s14.31-31.99 32-31.99h352c17.69 0 32 14.3 32 31.99S417.7 288 400 288z\"></path></svg></span><span class=\"uagb-question\"><strong>PLACES OF INTEREST</strong></span></div><p class=\"uagb-faq-content\">Maropeng Visitors Centre   <br><a href=\"tel:+27145779000\">014 577 9000<br></a>Sterkfontein Caves   <br><a href=\"tel:+27116683200\">011 668 3200<br></a>Blaaubank Gold Mine   <br><a href=\"tel:+27825673111\">082 567 3111<br></a>Van Gaalen Cheese Farm   <br><a href=\"tel:+27122071289\">012 207 1289<br></a>Hartebeespoort Cableway   <br><a href=\"tel:+27722412654\">072 241 2654<br></a>Elephant Sanctuary             <br><a href=\"tel:+27122580423\">012 258 0423<br></a>Team Gel   <br><a href=\"tel:+27114622894\">011 462 2894</a> / <a href=\"tel:+27833207623\">083 320 7623</a><br>Monate Citrus Kelder   <br><a href=\"tel:+27122580712\">012 258 0712<br></a>Living Jewels   <br><a href=\"tel:+27119566444\">011 956 6444<br></a>Blaaubank Candle Dipping   <br><a href=\"tel:+27145774609\">014 577 4609<br></a>Veggie Picking &amp; Strawberry Picking <br><a href=\"tel:+27122071116\">012 207 1116</a></p></div>\n<!-- /wp:uagb/faq-child --></div>\n<!-- /wp:uagb/faq --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"feafeabf\",\"innerContentCustomWidthDesktop\":781,\"innerContentCustomWidthTablet\":781,\"backgroundType\":\"image\",\"backgroundImageDesktop\":{\"id\":907,\"title\":\"241565_xl\",\"filename\":\"241565_xl.jpg\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/241565_xl.jpg\",\"link\":\"https://blueroan.netgen.cloud/home/241565_xl/\",\"alt\":\"\",\"author\":\"2\",\"description\":\"\",\"caption\":\"\",\"name\":\"241565_xl\",\"status\":\"inherit\",\"uploadedTo\":760,\"date\":\"2022-12-13T15:04:35.000Z\",\"modified\":\"2022-12-13T15:04:35.000Z\",\"menuOrder\":0,\"mime\":\"image/jpeg\",\"type\":\"image\",\"subtype\":\"jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-includes/images/media/default.png\",\"dateFormatted\":\"December 13, 2022\",\"nonces\":{\"update\":\"8ba15922a4\",\"delete\":\"e660ddd200\",\"edit\":\"57c3a4b066\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=907\\u0026action=edit\",\"meta\":false,\"authorName\":\"Netgen Support\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/profile.php\",\"uploadedToTitle\":\"Home\",\"uploadedToLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=760\\u0026action=edit\",\"filesizeInBytes\":90717,\"filesizeHumanReadable\":\"89 KB\",\"context\":\"\",\"height\":534,\"width\":800,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/241565_xl-150x150.jpg\",\"orientation\":\"landscape\"},\"medium\":{\"height\":200,\"width\":300,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/241565_xl-300x200.jpg\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/241565_xl.jpg\",\"height\":534,\"width\":800,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"backgroundImageColor\":\"rgba(42,42,42,0.65)\",\"topPaddingDesktop\":144,\"bottomPaddingDesktop\":144,\"leftPaddingDesktop\":40,\"rightPaddingDesktop\":40,\"topPaddingTablet\":80,\"bottomPaddingTablet\":80,\"leftPaddingTablet\":40,\"rightPaddingTablet\":40,\"topPaddingMobile\":64,\"bottomPaddingMobile\":64,\"leftPaddingMobile\":24,\"rightPaddingMobile\":24,\"paddingLink\":false,\"variationSelected\":true,\"isBlockRootParent\":true,\"overlayType\":\"color\"} -->\n<div class=\"wp-block-uagb-container uagb-block-feafeabf alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/advanced-heading {\"block_id\":\"15ee2784\",\"classMigrate\":true,\"headingDescToggle\":true,\"headingAlign\":\"center\",\"headingColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"subHeadingColor\":\"var(\\u002d\\u002dast-global-color-4)\",\"headSpace\":20} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-15ee2784\"><h2 class=\"uagb-heading-text\">Create Memorable Moments at Blue Roan!</h2><p class=\"uagb-desc-text\">Blue Roan is a 4-star graded pet-friendly venue</p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/advanced-heading {\"block_id\":\"d6a11de4\",\"classMigrate\":true,\"headingTitleToggle\":false,\"headingDescToggle\":true,\"headingAlign\":\"center\",\"subHeadingColor\":\"var(\\u002d\\u002dast-global-color-4)\",\"subHeadTransform\":\"uppercase\",\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"subHeadLetterSpacing\":2,\"blockTopPadding\":60,\"blockRightPadding\":0,\"blockLeftPadding\":0,\"blockBottomPadding\":0,\"blockTopPaddingMobile\":30,\"blockRightPaddingMobile\":0,\"blockLeftPaddingMobile\":0,\"blockBottomPaddingMobile\":0,\"linkColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"linkHColor\":\"var(\\u002d\\u002dast-global-color-0)\"} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-d6a11de4\"><p class=\"uagb-desc-text\"><a href=\"https://book.nightsbridge.com/11065\" target=\"_blank\" rel=\"noreferrer noopener\">BOOK YOUR STAY NOW​</a></p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/icon-list {\"block_id\":\"d786050b\",\"classMigrate\":true,\"childMigrate\":true,\"align\":\"center\",\"parentIcon\":\"phone\",\"size\":40,\"sizeMobile\":24,\"sizeTablet\":32,\"fontSize\":48,\"fontSizeMobile\":28,\"fontSizeTablet\":40,\"fontWeight\":\"600\",\"iconColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"labelColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"blockTopPadding\":0,\"blockRightPadding\":0,\"blockLeftPadding\":0,\"blockBottomPadding\":24,\"blockPaddingLink\":false} -->\n<div class=\"wp-block-uagb-icon-list uagb-block-d786050b\"><div class=\"uagb-icon-list__wrap\"><!-- wp:uagb/icon-list-child {\"block_id\":\"eb3525c1\",\"label\":\"+ 27 (0) 82 575 5409\",\"label_color\":\"\",\"link\":\"tel:+27825755409\",\"disableLink\":true,\"fromParentIcon\":\"phone\",\"imageSizeChild\":40} -->\n<div class=\"wp-block-uagb-icon-list-child uagb-block-eb3525c1\"><a target=\"_self\" aria-label=\"+ 27 (0) 82 575 5409\" rel=\"noopener noreferrer\" href=\"tel:+27825755409\"> </a><span class=\"uagb-icon-list__source-wrap\"><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M511.2 387l-23.25 100.8c-3.266 14.25-15.79 24.22-30.46 24.22C205.2 512 0 306.8 0 54.5c0-14.66 9.969-27.2 24.22-30.45l100.8-23.25C139.7-2.602 154.7 5.018 160.8 18.92l46.52 108.5c5.438 12.78 1.77 27.67-8.98 36.45L144.5 207.1c33.98 69.22 90.26 125.5 159.5 159.5l44.08-53.8c8.688-10.78 23.69-14.51 36.47-8.975l108.5 46.51C506.1 357.2 514.6 372.4 511.2 387z\"></path></svg></span><span class=\"uagb-icon-list__label\">+ 27 (0) 82 575 5409</span></div>\n<!-- /wp:uagb/icon-list-child -->\n\n<!-- wp:uagb/icon-list-child {\"block_id\":\"56345d5d\",\"label\":\" blueroan@ugo.co.za\",\"icon\":\"envelope\",\"label_color\":\"\",\"link\":\"mailto: blueroan@ugo.co.za\",\"disableLink\":true} -->\n<div class=\"wp-block-uagb-icon-list-child uagb-block-56345d5d\"><a target=\"_self\" aria-label=\" blueroan@ugo.co.za\" rel=\"noopener noreferrer\" href=\"mailto:blueroan@ugo.co.za\"> </a><span class=\"uagb-icon-list__source-wrap\"><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M464 64C490.5 64 512 85.49 512 112C512 127.1 504.9 141.3 492.8 150.4L275.2 313.6C263.8 322.1 248.2 322.1 236.8 313.6L19.2 150.4C7.113 141.3 0 127.1 0 112C0 85.49 21.49 64 48 64H464zM217.6 339.2C240.4 356.3 271.6 356.3 294.4 339.2L512 176V384C512 419.3 483.3 448 448 448H64C28.65 448 0 419.3 0 384V176L217.6 339.2z\"></path></svg></span><span class=\"uagb-icon-list__label\"> blueroan@ugo.co.za</span></div>\n<!-- /wp:uagb/icon-list-child --></div></div>\n<!-- /wp:uagb/icon-list --></div></div>\n<!-- /wp:uagb/container -->',	'Amenities',	'',	'inherit',	'closed',	'closed',	'',	'762-revision-v1',	'',	'',	'2022-12-19 07:54:10',	'2022-12-19 07:54:10',	'',	762,	'https://blueroan.netgen.cloud/?p=1318',	0,	'revision',	'',	0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(1319,	2,	'2022-12-19 07:54:53',	'2022-12-19 07:54:53',	'<!-- wp:uagb/container {\"block_id\":\"dd25f768\",\"backgroundType\":\"image\",\"backgroundImageDesktop\":{\"id\":1007,\"title\":\"AAEAAQAAAAAAAAAAAAAAJDg5NmY0ZGUxLWE4MTgtNDY5NC1iODFhLTBmN2Q0ZDc5ZWFiNw-1\",\"filename\":\"AAEAAQAAAAAAAAAAAAAAJDg5NmY0ZGUxLWE4MTgtNDY5NC1iODFhLTBmN2Q0ZDc5ZWFiNw-1.png\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAAJDg5NmY0ZGUxLWE4MTgtNDY5NC1iODFhLTBmN2Q0ZDc5ZWFiNw-1.png\",\"link\":\"https://blueroan.netgen.cloud/the-barn/aaeaaqaaaaaaaaaaaaaajdg5nmy0zguxlwe4mtgtndy5nc1iodfhltbmn2q0zdc5zwfinw-1/\",\"alt\":\"\",\"author\":\"2\",\"description\":\"\",\"caption\":\"\",\"name\":\"aaeaaqaaaaaaaaaaaaaajdg5nmy0zguxlwe4mtgtndy5nc1iodfhltbmn2q0zdc5zwfinw-1\",\"status\":\"inherit\",\"uploadedTo\":948,\"date\":\"2022-12-14T10:50:25.000Z\",\"modified\":\"2022-12-14T10:50:25.000Z\",\"menuOrder\":0,\"mime\":\"image/png\",\"type\":\"image\",\"subtype\":\"png\",\"icon\":\"https://blueroan.netgen.cloud/wp-includes/images/media/default.png\",\"dateFormatted\":\"December 14, 2022\",\"nonces\":{\"update\":\"483f8bdf3d\",\"delete\":\"0a7ebc92ef\",\"edit\":\"6bc1c6a685\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=1007\\u0026action=edit\",\"meta\":false,\"authorName\":\"Netgen Support\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/profile.php\",\"uploadedToTitle\":\"The Barn\",\"uploadedToLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=948\\u0026action=edit\",\"filesizeInBytes\":1348989,\"filesizeHumanReadable\":\"1 MB\",\"context\":\"\",\"height\":667,\"width\":1000,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAAJDg5NmY0ZGUxLWE4MTgtNDY5NC1iODFhLTBmN2Q0ZDc5ZWFiNw-1-150x150.png\",\"orientation\":\"landscape\"},\"medium\":{\"height\":200,\"width\":300,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAAJDg5NmY0ZGUxLWE4MTgtNDY5NC1iODFhLTBmN2Q0ZDc5ZWFiNw-1-300x200.png\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAAJDg5NmY0ZGUxLWE4MTgtNDY5NC1iODFhLTBmN2Q0ZDc5ZWFiNw-1.png\",\"height\":667,\"width\":1000,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"backgroundPositionDesktop\":{\"x\":0.61,\"y\":0.52},\"backgroundSizeTablet\":\"cover\",\"backgroundSizeMobile\":\"cover\",\"backgroundColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"backgroundImageColor\":\"rgba(42,42,42,0.5)\",\"topPaddingDesktop\":220,\"bottomPaddingDesktop\":150,\"topPaddingTablet\":170,\"bottomPaddingTablet\":160,\"leftPaddingTablet\":30,\"rightPaddingTablet\":30,\"topPaddingMobile\":180,\"bottomPaddingMobile\":80,\"leftPaddingMobile\":20,\"rightPaddingMobile\":20,\"paddingLink\":false,\"variationSelected\":true,\"isBlockRootParent\":true,\"overlayType\":\"color\"} -->\n<div class=\"wp-block-uagb-container uagb-block-dd25f768 alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/advanced-heading {\"block_id\":\"e7c1015b\",\"classMigrate\":true,\"headingDescToggle\":true,\"headingColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"subHeadingColor\":\"var(\\u002d\\u002dast-global-color-4)\",\"headingTag\":\"h1\",\"headSpace\":20,\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"blockTopPadding\":0,\"blockRightPadding\":50,\"blockLeftPadding\":0,\"blockBottomPadding\":0,\"blockTopPaddingTablet\":0,\"blockRightPaddingTablet\":20,\"blockLeftPaddingTablet\":0,\"blockBottomPaddingTablet\":0,\"blockTopPaddingMobile\":0,\"blockRightPaddingMobile\":0,\"blockLeftPaddingMobile\":0,\"blockBottomPaddingMobile\":0,\"blockPaddingUnit\":\"%\",\"blockPaddingUnitTablet\":\"%\"} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-e7c1015b\"><h1 class=\"uagb-heading-text\">Amenities &amp; Interests​</h1><p class=\"uagb-desc-text\">We do not give you just rooms to stay in. We give you an environment where you can experience the best while on a holiday with us. </p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:buttons -->\n<div class=\"wp-block-buttons\"><!-- wp:button -->\n<div class=\"wp-block-button\"><a class=\"wp-block-button__link wp-element-button\" href=\"https://book.nightsbridge.com/11065\" target=\"_blank\" rel=\"noreferrer noopener\">BOOK NOW</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"5e72a684\",\"backgroundType\":\"color\",\"backgroundSizeTablet\":\"cover\",\"backgroundSizeMobile\":\"cover\",\"backgroundColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"topPaddingDesktop\":50,\"bottomPaddingDesktop\":100,\"topPaddingTablet\":50,\"bottomPaddingTablet\":25,\"leftPaddingTablet\":20,\"rightPaddingTablet\":20,\"topPaddingMobile\":50,\"bottomPaddingMobile\":20,\"leftPaddingMobile\":20,\"rightPaddingMobile\":20,\"paddingLink\":false,\"variationSelected\":true,\"rowGapDesktop\":0,\"isBlockRootParent\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-5e72a684 alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/container {\"block_id\":\"a8e670e0\",\"directionDesktop\":\"row\",\"alignItemsTablet\":\"flex-start\",\"paddingLink\":false,\"topMarginDesktop\":50,\"bottomMarginDesktop\":20,\"leftMarginDesktop\":0,\"rightMarginDesktop\":0,\"marginLink\":false,\"variationSelected\":true,\"rowGapMobile\":65,\"columnGapDesktop\":48,\"columnGapTablet\":20} -->\n<div class=\"wp-block-uagb-container uagb-block-a8e670e0\"><!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"align\":\"center\",\"id\":828,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image aligncenter size-full\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Blue-Roan-pool.png\" alt=\"Blue Roan\'s rock pool\" class=\"wp-image-828\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>A relaxing rock Pool​</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>We have a lovely sparkling blue rock pool next to a thatched Lapa. &nbsp;&nbsp;Lie on recliners on the green lawn or sit on the swing chair in the Lapa and enjoy the panoramic view of the Magaliesberg mountain range.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":829,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/img-20160605-wa0002-largejpg.png\" alt=\"\" class=\"wp-image-829\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>Braai facilities </h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>What can compare to a burning fire under the star-lit African sky? Nothing beats the flavor of cooking over an open flame.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":830,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/ef9d0188da11e2bc56788f5619d9d539.png\" alt=\"\" class=\"wp-image-830\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>A games room </h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>The reception is also a games room for those who enjoy darts or playing pool. &nbsp;Take a selection of DVDs back to your room and watch movies on your own DVD player. &nbsp;There is also a selection of board games and music CDs that you can borrow.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"align\":\"center\",\"id\":1198,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image aligncenter size-full\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/eyJidWNrZXQiOiJhc3NldHMuYWxsdHJhaWxzLmNvbSIsImtleSI6InVwbG9hZHMvcGhvdG8vaW1hZ2UvNDMxNzk4MTAvYjZkYTAz-1.png\" alt=\"\" class=\"wp-image-1198\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>Walking or hiking </h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>There is a well-kept walking trail on our property with plenty of bird life and some benches along the way. &nbsp;It is safe for dogs to run off-leash as it is completely fenced all around. &nbsp;For those who enjoy long walks and hikes, it is safe to cross onto neighbouring farms and go as far as the eye can see.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":1185,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/49089607_1950305445047847_5177863042771189760_n.png\" alt=\"\" class=\"wp-image-1185\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>Mountain biking </h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Bring your mountain bikes and explore the surrounding countryside on safe off-road tracks on our property and on neighbouring farms.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":1196,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Michelle_1.png\" alt=\"\" class=\"wp-image-1196\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>Horse riding </h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Interested riders can book at one of the recommended horse-riding establishments listed further down this page.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"baac4582\",\"innerContentWidth\":\"alignfull\",\"directionDesktop\":\"row\",\"wrapTablet\":\"wrap\",\"variationSelected\":true,\"rowGapTablet\":0,\"columnGapDesktop\":0,\"isBlockRootParent\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-baac4582 alignfull uagb-is-root-container\"><!-- wp:uagb/container {\"block_id\":\"0f127c70\",\"widthDesktop\":25,\"widthTablet\":50,\"variationSelected\":true,\"widthSetByUser\":true,\"UAGHideMob\":true,\"UAGResponsiveConditions\":true} -->\n<div class=\"wp-block-uagb-container uag-hide-mob uagb-block-0f127c70\"><!-- wp:uagb/image {\"block_id\":\"05d7148d\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-18-1-1024x768.jpg\",\"id\":1208,\"linkDestination\":\"none\",\"width\":480,\"height\":500,\"naturalWidth\":1024,\"naturalHeight\":768,\"sizeSlug\":\"large\",\"sizeSlugTablet\":\"large\",\"sizeSlugMobile\":\"large\",\"customHeightSetDesktop\":true} -->\n<div class=\"wp-block-uagb-image uagb-block-05d7148d wp-block-uagb-image--layout-default wp-block-uagb-image--effect-static wp-block-uagb-image--align-none\"><figure class=\"wp-block-uagb-image__figure\"><img srcset=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-18-1-1024x768.jpg \" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-18-1-1024x768.jpg\" alt=\"\" class=\"uag-image-1208\" width=\"480\" height=\"500\" title=\"\" loading=\"lazy\"/></figure></div>\n<!-- /wp:uagb/image --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"ede25f2f\",\"widthDesktop\":25,\"widthTablet\":50,\"variationSelected\":true,\"widthSetByUser\":true,\"UAGHideMob\":true,\"UAGResponsiveConditions\":true} -->\n<div class=\"wp-block-uagb-container uag-hide-mob uagb-block-ede25f2f\"><!-- wp:uagb/image {\"block_id\":\"4e601c2a\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Blue-Roan-pool-1.png\",\"id\":1210,\"linkDestination\":\"none\",\"width\":480,\"height\":500,\"naturalWidth\":370,\"naturalHeight\":440,\"sizeSlug\":\"full\",\"sizeSlugTablet\":\"full\",\"sizeSlugMobile\":\"full\",\"customHeightSetDesktop\":true} -->\n<div class=\"wp-block-uagb-image uagb-block-4e601c2a wp-block-uagb-image--layout-default wp-block-uagb-image--effect-static wp-block-uagb-image--align-none\"><figure class=\"wp-block-uagb-image__figure\"><img srcset=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Blue-Roan-pool-1.png \" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Blue-Roan-pool-1.png\" alt=\"\" class=\"uag-image-1210\" width=\"480\" height=\"500\" title=\"\" loading=\"lazy\"/></figure></div>\n<!-- /wp:uagb/image --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"6f0f19f2\",\"widthDesktop\":50,\"widthTablet\":100,\"variationSelected\":true,\"columnGapDesktop\":20,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-6f0f19f2\"><!-- wp:uagb/image {\"block_id\":\"62c8639f\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/the-view-from-my-rooms-1024x768.jpg\",\"id\":1211,\"linkDestination\":\"none\",\"width\":960,\"height\":500,\"naturalWidth\":1024,\"naturalHeight\":768,\"sizeSlug\":\"large\",\"sizeSlugTablet\":\"large\",\"sizeSlugMobile\":\"large\",\"customHeightSetDesktop\":true} -->\n<div class=\"wp-block-uagb-image uagb-block-62c8639f wp-block-uagb-image--layout-default wp-block-uagb-image--effect-static wp-block-uagb-image--align-none\"><figure class=\"wp-block-uagb-image__figure\"><img srcset=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/the-view-from-my-rooms-1024x768.jpg \" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/the-view-from-my-rooms-1024x768.jpg\" alt=\"\" class=\"uag-image-1211\" width=\"960\" height=\"500\" title=\"\" loading=\"lazy\"/></figure></div>\n<!-- /wp:uagb/image --></div>\n<!-- /wp:uagb/container --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"6275ba46\",\"innerContentWidth\":\"alignfull\",\"directionDesktop\":\"row\",\"wrapTablet\":\"wrap\",\"variationSelected\":true,\"rowGapTablet\":0,\"columnGapDesktop\":0,\"isBlockRootParent\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-6275ba46 alignfull uagb-is-root-container\"><!-- wp:uagb/container {\"block_id\":\"2b7b002c\",\"widthDesktop\":50,\"widthTablet\":100,\"variationSelected\":true,\"columnGapDesktop\":20,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-2b7b002c\"><!-- wp:uagb/image {\"block_id\":\"9b18bed4\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAAJDI0ZWY4NDc1LThjYjYtNDM3YS1iOTliLWNmOWQxYTJkMWU5MQ-1.png\",\"id\":1213,\"linkDestination\":\"none\",\"width\":960,\"height\":500,\"naturalWidth\":1000,\"naturalHeight\":667,\"sizeSlug\":\"full\",\"sizeSlugTablet\":\"full\",\"sizeSlugMobile\":\"full\",\"customHeightSetDesktop\":true} -->\n<div class=\"wp-block-uagb-image uagb-block-9b18bed4 wp-block-uagb-image--layout-default wp-block-uagb-image--effect-static wp-block-uagb-image--align-none\"><figure class=\"wp-block-uagb-image__figure\"><img srcset=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAAJDI0ZWY4NDc1LThjYjYtNDM3YS1iOTliLWNmOWQxYTJkMWU5MQ-1.png \" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAAJDI0ZWY4NDc1LThjYjYtNDM3YS1iOTliLWNmOWQxYTJkMWU5MQ-1.png\" alt=\"\" class=\"uag-image-1213\" width=\"960\" height=\"500\" title=\"\" loading=\"lazy\"/></figure></div>\n<!-- /wp:uagb/image --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"7561cdc8\",\"widthDesktop\":25,\"variationSelected\":true,\"widthSetByUser\":true,\"UAGHideMob\":true,\"UAGResponsiveConditions\":true} -->\n<div class=\"wp-block-uagb-container uag-hide-mob uagb-block-7561cdc8\"><!-- wp:uagb/image {\"block_id\":\"39d680be\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/bird-1-1024x683.jpg\",\"id\":1215,\"linkDestination\":\"none\",\"width\":480,\"height\":500,\"naturalWidth\":1024,\"naturalHeight\":683,\"sizeSlug\":\"large\",\"sizeSlugTablet\":\"large\",\"sizeSlugMobile\":\"large\",\"customHeightSetDesktop\":true} -->\n<div class=\"wp-block-uagb-image uagb-block-39d680be wp-block-uagb-image--layout-default wp-block-uagb-image--effect-static wp-block-uagb-image--align-none\"><figure class=\"wp-block-uagb-image__figure\"><img srcset=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/bird-1-1024x683.jpg \" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/bird-1-1024x683.jpg\" alt=\"\" class=\"uag-image-1215\" width=\"480\" height=\"500\" title=\"\" loading=\"lazy\"/></figure></div>\n<!-- /wp:uagb/image --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"30b3dc82\",\"widthDesktop\":25,\"variationSelected\":true,\"widthSetByUser\":true,\"UAGHideMob\":true,\"UAGResponsiveConditions\":true} -->\n<div class=\"wp-block-uagb-container uag-hide-mob uagb-block-30b3dc82\"><!-- wp:uagb/image {\"block_id\":\"47cffd85\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/two-happy-boxers-1024x768.jpg\",\"id\":1216,\"linkDestination\":\"none\",\"width\":480,\"height\":500,\"naturalWidth\":1024,\"naturalHeight\":768,\"sizeSlug\":\"large\",\"sizeSlugTablet\":\"large\",\"sizeSlugMobile\":\"large\",\"customHeightSetDesktop\":true} -->\n<div class=\"wp-block-uagb-image uagb-block-47cffd85 wp-block-uagb-image--layout-default wp-block-uagb-image--effect-static wp-block-uagb-image--align-none\"><figure class=\"wp-block-uagb-image__figure\"><img srcset=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/two-happy-boxers-1024x768.jpg \" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/two-happy-boxers-1024x768.jpg\" alt=\"\" class=\"uag-image-1216\" width=\"480\" height=\"500\" title=\"\" loading=\"lazy\"/></figure></div>\n<!-- /wp:uagb/image --></div>\n<!-- /wp:uagb/container --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"7090922b\",\"backgroundType\":\"color\",\"backgroundSizeTablet\":\"cover\",\"backgroundSizeMobile\":\"cover\",\"backgroundColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"topPaddingDesktop\":120,\"bottomPaddingDesktop\":0,\"topPaddingTablet\":80,\"bottomPaddingTablet\":80,\"leftPaddingTablet\":30,\"rightPaddingTablet\":30,\"topPaddingMobile\":80,\"bottomPaddingMobile\":80,\"leftPaddingMobile\":20,\"rightPaddingMobile\":20,\"paddingLink\":false,\"variationSelected\":true,\"rowGapDesktop\":0,\"rowGapTablet\":0,\"isBlockRootParent\":true} -->\n<div id=\"nearby-visits\" class=\"wp-block-uagb-container uagb-block-7090922b alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/container {\"block_id\":\"f5906171\",\"directionDesktop\":\"row\",\"alignItemsDesktop\":\"flex-end\",\"alignItemsTablet\":\"flex-end\",\"justifyContentDesktop\":\"flex-end\",\"justifyContentTablet\":\"space-between\",\"variationSelected\":true,\"rowGapMobile\":30,\"columnGapDesktop\":0} -->\n<div class=\"wp-block-uagb-container uagb-block-f5906171\"><!-- wp:uagb/advanced-heading {\"block_id\":\"a322a106\",\"classMigrate\":true,\"headingDescToggle\":true,\"subHeadingColor\":\"\",\"headSpace\":20,\"subHeadFontSize\":16} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-a322a106\"><h2 class=\"uagb-heading-text\">Things to do in the area of Magaliesburg<br></h2><p class=\"uagb-desc-text\">Looking for more? Well, we believe that every guest walks into our lodge for the best experience. And, we are determined to do that.</p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/buttons {\"block_id\":\"897c00a3\",\"classMigrate\":true,\"childMigrate\":true,\"align\":\"right\",\"alignTablet\":\"right\",\"alignMobile\":\"left\",\"gap\":0} -->\n<div class=\"wp-block-uagb-buttons uagb-buttons__outer-wrap uagb-btn__default-btn uagb-btn-tablet__default-btn uagb-btn-mobile__default-btn uagb-block-897c00a3\"><div class=\"uagb-buttons__wrap uagb-buttons-layout-wrap\"><!-- wp:uagb/buttons-child {\"block_id\":\"4384b3b8\",\"label\":\"Reservations\",\"link\":\"https://book.nightsbridge.com/11065\",\"hColor\":\"\",\"opensInNewTab\":true,\"borderWidth\":\"\",\"borderRadius\":\"\",\"borderStyle\":\"\",\"borderColor\":\"\",\"borderHColor\":\"\",\"btnBorderTopWidth\":1,\"btnBorderLeftWidth\":1,\"btnBorderRightWidth\":1,\"btnBorderBottomWidth\":1,\"btnBorderTopLeftRadius\":2,\"btnBorderTopRightRadius\":2,\"btnBorderBottomLeftRadius\":2,\"btnBorderBottomRightRadius\":2,\"btnBorderStyle\":\"solid\",\"btnBorderColor\":\"#333\",\"btnBorderHColor\":\"#333\"} -->\n<div class=\"wp-block-uagb-buttons-child uagb-buttons__outer-wrap uagb-block-4384b3b8 wp-block-button is-style-outline\"><div class=\"uagb-button__wrapper\"><a class=\"uagb-buttons-repeater wp-block-button__link\" href=\"https://book.nightsbridge.com/11065\" rel=\"follow noopener\" target=\"_blank\"><div class=\"uagb-button__link\">Reservations</div></a></div></div>\n<!-- /wp:uagb/buttons-child --></div></div>\n<!-- /wp:uagb/buttons --></div>\n<!-- /wp:uagb/container --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"cacd0b55\",\"backgroundType\":\"color\",\"backgroundSizeTablet\":\"cover\",\"backgroundSizeMobile\":\"cover\",\"backgroundColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"topPaddingDesktop\":50,\"bottomPaddingDesktop\":100,\"topPaddingTablet\":50,\"bottomPaddingTablet\":25,\"leftPaddingTablet\":20,\"rightPaddingTablet\":20,\"topPaddingMobile\":50,\"bottomPaddingMobile\":20,\"leftPaddingMobile\":20,\"rightPaddingMobile\":20,\"paddingLink\":false,\"variationSelected\":true,\"rowGapDesktop\":0,\"isBlockRootParent\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-cacd0b55 alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/container {\"block_id\":\"9be43d65\",\"directionDesktop\":\"row\",\"alignItemsTablet\":\"flex-start\",\"paddingLink\":false,\"topMarginDesktop\":50,\"bottomMarginDesktop\":20,\"leftMarginDesktop\":0,\"rightMarginDesktop\":0,\"marginLink\":false,\"variationSelected\":true,\"rowGapMobile\":65,\"columnGapDesktop\":48,\"columnGapTablet\":20} -->\n<div class=\"wp-block-uagb-container uagb-block-9be43d65\"><!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"align\":\"center\",\"id\":1222,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image aligncenter size-full\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/41b46e52d7427ea1f6f135454e9a012f.png\" alt=\"\" class=\"wp-image-1222\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"textAlign\":\"center\",\"level\":3} -->\n<h3 class=\"has-text-align-center\">Fishing </h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>The dam has trout (stocked), bass, vlei Kuper and carp. Fly fishers seeking a unique challenge visit our establishment in search of the large &amp; small scale Yellow fish.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:buttons -->\n<div class=\"wp-block-buttons\"><!-- wp:button {\"align\":\"left\"} -->\n<div class=\"wp-block-button alignleft\"><a class=\"wp-block-button__link wp-element-button\" href=\"https://www.sundowner.co.za/rooms/magalies-barbus-haven/\" target=\"_blank\" rel=\"noreferrer noopener\">Barbus Haven</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons -->\n\n<!-- wp:paragraph -->\n<p>The opportunity to fish for Rainbow Trout or the elusive Brown Trout. Kingfisher offers rod hires at their venue. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:buttons -->\n<div class=\"wp-block-buttons\"><!-- wp:button {\"align\":\"left\"} -->\n<div class=\"wp-block-button alignleft\"><a class=\"wp-block-button__link wp-element-button\" href=\"https://www.thekingfisherlodge.co.za/activities/\" target=\"_blank\" rel=\"noreferrer noopener\">Kingfisher</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":1235,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Maseke-MTB-MvZ-3-1024x683-1.png\" alt=\"\" class=\"wp-image-1235\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>Mountain biking </h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>It is a privately owned nature reserve that offers mountain biking.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:spacer {\"height\":\"20px\"} -->\n<div style=\"height:20px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:buttons -->\n<div class=\"wp-block-buttons\"><!-- wp:button -->\n<div class=\"wp-block-button\"><a class=\"wp-block-button__link wp-element-button\" href=\"http://ingwebushcamp.yolasite.com/\" target=\"_blank\" rel=\"noreferrer noopener\">Ingwe Bush Camp&nbsp;</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons -->\n\n<!-- wp:paragraph -->\n<p>With over 80km of trails, Van Gaalen&nbsp;has something to offer for every kind of athlete, from beginner to advanced.<br></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:buttons -->\n<div class=\"wp-block-buttons\"><!-- wp:button -->\n<div class=\"wp-block-button\"><a class=\"wp-block-button__link wp-element-button\" href=\"https://www.vangaalen.co.za/products\" target=\"_blank\" rel=\"noreferrer noopener\">Van Gaalen\'s</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":1317,\"width\":370,\"height\":430,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large is-resized\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/activity_2209_280316_original-740x1024.png\" alt=\"\" class=\"wp-image-1317\" width=\"370\" height=\"430\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>Quad biking </h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>We have quads suitable for kiddies, tweens, teens, and adults. We have mini quads and fully automatic 150cc quads.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:spacer {\"height\":\"2px\"} -->\n<div style=\"height:2px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:buttons -->\n<div class=\"wp-block-buttons\"><!-- wp:button -->\n<div class=\"wp-block-button\"><a class=\"wp-block-button__link wp-element-button\" href=\"https://www.saddlecreekadventures.co.za/activity/quad-biking/\" target=\"_blank\" rel=\"noreferrer noopener\">Saddle Creek Ranch</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons -->\n\n<!-- wp:paragraph -->\n<p>A 700-meter monster track, the longest and most exciting track in Gauteng!</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:spacer {\"height\":\"2px\"} -->\n<div style=\"height:2px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:buttons -->\n<div class=\"wp-block-buttons\"><!-- wp:button -->\n<div class=\"wp-block-button\"><a class=\"wp-block-button__link wp-element-button\" href=\"http://www.swartkrans.co.za/\" target=\"_blank\" rel=\"noreferrer noopener\">Swartkrans Go-Karting&nbsp;</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"align\":\"center\",\"id\":1198,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image aligncenter size-full\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/eyJidWNrZXQiOiJhc3NldHMuYWxsdHJhaWxzLmNvbSIsImtleSI6InVwbG9hZHMvcGhvdG8vaW1hZ2UvNDMxNzk4MTAvYjZkYTAz-1.png\" alt=\"\" class=\"wp-image-1198\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>Horse riding </h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Join us for an unforgettable horse riding experience in the peaceful countryside, with beautiful mountain scenery and lovely bush trails.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:buttons -->\n<div class=\"wp-block-buttons\"><!-- wp:button -->\n<div class=\"wp-block-button\"><a class=\"wp-block-button__link wp-element-button\" href=\"https://www.saddlecreekadventures.co.za/activity/horse-riding/\" target=\"_blank\" rel=\"noreferrer noopener\">Saddle Creek Ranch</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":1185,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/49089607_1950305445047847_5177863042771189760_n.png\" alt=\"\" class=\"wp-image-1185\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>Game drives </h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Enjoy a thrilling and educational adventure with our experienced guides.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:spacer {\"height\":\"2px\"} -->\n<div style=\"height:2px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:buttons -->\n<div class=\"wp-block-buttons\"><!-- wp:button -->\n<div class=\"wp-block-button\"><a class=\"wp-block-button__link wp-element-button\" href=\"https://www.rhinolion.co.za/visitors-guide/activity-index/game-drives/\" target=\"_blank\" rel=\"noreferrer noopener\">Rhino &amp; Lion Park</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons -->\n\n<!-- wp:paragraph -->\n<p>Our guided game-viewing drives take place each day in the morning and afternoon, as this is when the animals are most active.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:buttons -->\n<div class=\"wp-block-buttons\"><!-- wp:button -->\n<div class=\"wp-block-button\"><a class=\"wp-block-button__link wp-element-button\" href=\"https://www.africanhillslodge.co.za/experience/\" target=\"_blank\" rel=\"noreferrer noopener\">Askari Game Lodge</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:spacer {\"height\":\"12px\"} -->\n<div style=\"height:12px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:heading -->\n<h2>Other activites </h2>\n<!-- /wp:heading -->\n\n<!-- wp:uagb/faq {\"block_id\":\"78dc0735\",\"expandFirstItem\":false,\"boxBgColor\":\"#F5F5F5\",\"borderStyle\":\"\",\"borderWidth\":\"\",\"borderRadius\":\"\",\"borderColor\":\"\",\"vquestionPaddingDesktop\":15,\"hquestionPaddingDesktop\":15,\"iconAlign\":\"row-reverse\",\"schema\":\"{\\u0022@context\\u0022:\\u0022https://schema.org\\u0022,\\u0022@type\\u0022:\\u0022FAQPage\\u0022,\\u0022@id\\u0022:\\u0022https://blueroan.netgen.cloud/amenities/\\u0022,\\u0022mainEntity\\u0022:[{\\u0022@type\\u0022:\\u0022Question\\u0022,\\u0022name\\u0022:\\u0022\\u003cstrong\\u003ePUBS / MICRO BREWERIES\\u003c/strong\\u003e\\u0022,\\u0022acceptedAnswer\\u0022:{\\u0022@type\\u0022:\\u0022Answer\\u0022,\\u0022text\\u0022:\\u0022Black Horse   \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27825613246\\\\\\u0022\\u003e082 561 3246\\u003cbr\\u003e\\u003c/a\\u003eBrauhaus am Dam   \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27878025519\\\\\\u0022\\u003e087 802 5519\\u003c/a\\u003e / \\u003ca href=\\\\\\u0022tel:+27729201742\\\\\\u0022\\u003e072 920 1742\\u003c/a\\u003e\\u003cbr\\u003eHartleys Elephant Bar   \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27145772301\\\\\\u0022\\u003e014 577 2301\\u003cbr\\u003e\\u003c/a\\u003eThatchwood Pub   \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27837091672\\\\\\u0022\\u003e083 709 1672\\u003cbr\\u003e\\u003c/a\\u003eMonate Citrus Kelder   \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27122580712\\\\\\u0022\\u003e012 258 0712\\u003c/a\\u003e\\u0022}},{\\u0022@type\\u0022:\\u0022Question\\u0022,\\u0022name\\u0022:\\u0022\\u003cstrong\\u003eTEA GARDENS / RESTAURANTS   \\u003c/strong\\u003e\\u0022,\\u0022acceptedAnswer\\u0022:{\\u0022@type\\u0022:\\u0022Answer\\u0022,\\u0022text\\u0022:\\u0022Black Horse   \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27825613246\\\\\\u0022\\u003e082 561 3246\\u003cbr\\u003e\\u003c/a\\u003eBrauhaus am Dam   \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27878025519\\\\\\u0022\\u003e087 802 5519\\u003c/a\\u003e / \\u003ca href=\\\\\\u0022tel:+27729201742\\\\\\u0022\\u003e072 920 1742\\u003c/a\\u003e\\u003cbr\\u003eMelon Rouge   \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27796806050\\\\\\u0022\\u003e079 680 6050\\u003cbr\\u003e\\u003c/a\\u003eMount Grace Hotel   \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27145775600\\\\\\u0022\\u003e014 577 5600\\u003cbr\\u003e\\u003c/a\\u003eValley Lodge Hotel   \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27145771301\\\\\\u0022\\u003e014 577 1301\\u003cbr\\u003e\\u003c/a\\u003eLa Classique Ristorante   \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27145774006\\\\\\u0022\\u003e014 577 4006\\u003c/a\\u003e\\u0022}},{\\u0022@type\\u0022:\\u0022Question\\u0022,\\u0022name\\u0022:\\u0022\\u003cstrong\\u003eSHOPPING\\u003c/strong\\u003e  \\u0022,\\u0022acceptedAnswer\\u0022:{\\u0022@type\\u0022:\\u0022Answer\\u0022,\\u0022text\\u0022:\\u0022If Only Antiques    \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27827878825\\\\\\u0022\\u003e082 787 8825\\u003cbr\\u003e\\u003c/a\\u003ePuss in Boots   \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27145773562\\\\\\u0022\\u003e014 577 3562\\u003c/a\\u003e\\u0022}},{\\u0022@type\\u0022:\\u0022Question\\u0022,\\u0022name\\u0022:\\u0022\\u003cstrong\\u003eSPORTS \\u0026amp; ADVENTURE\\u003c/strong\\u003e\\u0022,\\u0022acceptedAnswer\\u0022:{\\u0022@type\\u0022:\\u0022Answer\\u0022,\\u0022text\\u0022:\\u0022Tandem Paragliding flips  \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27823221824\\\\\\u0022\\u003e0823221824\\u003c/a\\u003e\\u003cbr\\u003eMountain Sanctuary Park   \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27145340114\\\\\\u0022\\u003e014 534 0114\\u003cbr\\u003e\\u003c/a\\u003eBill Harrops Original Balloon Safaris   \\u003ca href=\\\\\\u0022tel:+27145771733\\\\\\u0022\\u003e014 577 1733\\u003c/a\\u003e / \\u003ca href=\\\\\\u0022tel:+27837520036\\\\\\u0022\\u003e083 752 0036\\u003c/a\\u003e\\u003cbr\\u003ePecanwood Golf Course   \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27122440112\\\\\\u0022\\u003e012 244 0112\\u003cbr\\u003e\\u003c/a\\u003eAir Ventures Hot Air Balloons   \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27117935782\\\\\\u0022\\u003e011 793 5782\\u003cbr\\u003e\\u003c/a\\u003eGliding   \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27835266966\\\\\\u0022\\u003e083 526 6966\\u003cbr\\u003e\\u003c/a\\u003eMagaliesberg Canopy Tours   \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27145350150\\\\\\u0022\\u003e014 535 0150\\u003cbr\\u003e\\u003c/a\\u003eWild Cave Adventures   \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27824862464\\\\\\u0022\\u003e082 486 2464\\u003cbr\\u003e\\u003c/a\\u003eMiracle Waters Dive Gateway   \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27832359840\\\\\\u0022\\u003e083 235 9840\\u003c/a\\u003e\\u0022}},{\\u0022@type\\u0022:\\u0022Question\\u0022,\\u0022name\\u0022:\\u0022\\u003cstrong\\u003eHEALTH SPAS\\u003c/strong\\u003e\\u0022,\\u0022acceptedAnswer\\u0022:{\\u0022@type\\u0022:\\u0022Answer\\u0022,\\u0022text\\u0022:\\u0022Whispering Pines   \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27145771536\\\\\\u0022\\u003e014 577 1536\\u003cbr\\u003e\\u003c/a\\u003eMount Grace Spa   \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27145775600\\\\\\u0022\\u003e014 577 5600\\u003cbr\\u003e\\u003c/a\\u003eValley Lodge Spa   \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27145771301\\\\\\u0022\\u003e014 577 1301\\u003cbr\\u003e\\u003c/a\\u003eRosewell Spa   \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27145771172\\\\\\u0022\\u003e014 577 1172\\u003cbr\\u003e\\u003c/a\\u003eSparkling Waters   \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27145350019\\\\\\u0022\\u003e014 535 0019\\u003c/a\\u003e\\u0022}},{\\u0022@type\\u0022:\\u0022Question\\u0022,\\u0022name\\u0022:\\u0022\\u003cstrong\\u003ePLACES OF INTEREST\\u003c/strong\\u003e\\u0022,\\u0022acceptedAnswer\\u0022:{\\u0022@type\\u0022:\\u0022Answer\\u0022,\\u0022text\\u0022:\\u0022Maropeng Visitors Centre   \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27145779000\\\\\\u0022\\u003e014 577 9000\\u003cbr\\u003e\\u003c/a\\u003eSterkfontein Caves   \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27116683200\\\\\\u0022\\u003e011 668 3200\\u003cbr\\u003e\\u003c/a\\u003eBlaaubank Gold Mine   \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27825673111\\\\\\u0022\\u003e082 567 3111\\u003cbr\\u003e\\u003c/a\\u003eVan Gaalen Cheese Farm   \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27122071289\\\\\\u0022\\u003e012 207 1289\\u003cbr\\u003e\\u003c/a\\u003eHartebeespoort Cableway   \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27722412654\\\\\\u0022\\u003e072 241 2654\\u003cbr\\u003e\\u003c/a\\u003eElephant Sanctuary             \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27122580423\\\\\\u0022\\u003e012 258 0423\\u003cbr\\u003e\\u003c/a\\u003eTeam Gel   \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27114622894\\\\\\u0022\\u003e011 462 2894\\u003c/a\\u003e / \\u003ca href=\\\\\\u0022tel:+27833207623\\\\\\u0022\\u003e083 320 7623\\u003c/a\\u003e\\u003cbr\\u003eMonate Citrus Kelder   \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27122580712\\\\\\u0022\\u003e012 258 0712\\u003cbr\\u003e\\u003c/a\\u003eLiving Jewels   \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27119566444\\\\\\u0022\\u003e011 956 6444\\u003cbr\\u003e\\u003c/a\\u003eBlaaubank Candle Dipping   \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27145774609\\\\\\u0022\\u003e014 577 4609\\u003cbr\\u003e\\u003c/a\\u003eVeggie Picking \\u0026amp; Strawberry Picking \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27122071116\\\\\\u0022\\u003e012 207 1116\\u003c/a\\u003e\\u0022}}]}\",\"questionLeftPaddingDesktop\":15,\"questionBottomPaddingDesktop\":15,\"answerTopPadding\":0,\"answerRightPadding\":15,\"answerBottomPadding\":15,\"answerLeftPadding\":15,\"answerTopPaddingTablet\":10,\"answerRightPaddingTablet\":10,\"answerBottomPaddingTablet\":10,\"answerLeftPaddingTablet\":10,\"answerTopPaddingMobile\":10,\"answerRightPaddingMobile\":10,\"answerBottomPaddingMobile\":10,\"answerLeftPaddingMobile\":10,\"overallBorderTopWidth\":1,\"overallBorderLeftWidth\":1,\"overallBorderRightWidth\":1,\"overallBorderBottomWidth\":1,\"overallBorderTopLeftRadius\":2,\"overallBorderTopRightRadius\":2,\"overallBorderBottomLeftRadius\":2,\"overallBorderBottomRightRadius\":2,\"overallBorderStyle\":\"none\",\"overallBorderColor\":\"#D2D2D2\"} -->\n<div class=\"wp-block-uagb-faq uagb-faq__outer-wrap uagb-block-78dc0735 uagb-faq-icon-row-reverse uagb-faq-layout-accordion uagb-faq-expand-first-false uagb-faq-inactive-other-true uagb-faq__wrap uagb-buttons-layout-wrap uagb-faq-equal-height\" data-faqtoggle=\"true\" role=\"tablist\"><!-- wp:uagb/faq-child {\"block_id\":\"541bc546\",\"question\":\"\\u003cstrong\\u003ePUBS / MICRO BREWERIES\\u003c/strong\\u003e\",\"answer\":\"Black Horse   \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27825613246\\u0022\\u003e082 561 3246\\u003cbr\\u003e\\u003c/a\\u003eBrauhaus am Dam   \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27878025519\\u0022\\u003e087 802 5519\\u003c/a\\u003e / \\u003ca href=\\u0022tel:+27729201742\\u0022\\u003e072 920 1742\\u003c/a\\u003e\\u003cbr\\u003eHartleys Elephant Bar   \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27145772301\\u0022\\u003e014 577 2301\\u003cbr\\u003e\\u003c/a\\u003eThatchwood Pub   \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27837091672\\u0022\\u003e083 709 1672\\u003cbr\\u003e\\u003c/a\\u003eMonate Citrus Kelder   \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27122580712\\u0022\\u003e012 258 0712\\u003c/a\\u003e\"} -->\n<div class=\"wp-block-uagb-faq-child uagb-faq-child__outer-wrap uagb-faq-item uagb-block-541bc546\" role=\"tab\" tabindex=\"0\"><div class=\"uagb-faq-questions-button uagb-faq-questions\"><span class=\"uagb-icon uagb-faq-icon-wrap\"><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 448 512\"><path d=\"M432 256c0 17.69-14.33 32.01-32 32.01H256v144c0 17.69-14.33 31.99-32 31.99s-32-14.3-32-31.99v-144H48c-17.67 0-32-14.32-32-32.01s14.33-31.99 32-31.99H192v-144c0-17.69 14.33-32.01 32-32.01s32 14.32 32 32.01v144h144C417.7 224 432 238.3 432 256z\"></path></svg></span><span class=\"uagb-icon-active uagb-faq-icon-wrap\"><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 448 512\"><path d=\"M400 288h-352c-17.69 0-32-14.32-32-32.01s14.31-31.99 32-31.99h352c17.69 0 32 14.3 32 31.99S417.7 288 400 288z\"></path></svg></span><span class=\"uagb-question\"><strong>PUBS / MICRO BREWERIES</strong></span></div><p class=\"uagb-faq-content\">Black Horse   <br><a href=\"tel:+27825613246\">082 561 3246<br></a>Brauhaus am Dam   <br><a href=\"tel:+27878025519\">087 802 5519</a> / <a href=\"tel:+27729201742\">072 920 1742</a><br>Hartleys Elephant Bar   <br><a href=\"tel:+27145772301\">014 577 2301<br></a>Thatchwood Pub   <br><a href=\"tel:+27837091672\">083 709 1672<br></a>Monate Citrus Kelder   <br><a href=\"tel:+27122580712\">012 258 0712</a></p></div>\n<!-- /wp:uagb/faq-child -->\n\n<!-- wp:uagb/faq-child {\"block_id\":\"6f268f92\",\"question\":\"\\u003cstrong\\u003eTEA GARDENS / RESTAURANTS   \\u003c/strong\\u003e\",\"answer\":\"Black Horse   \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27825613246\\u0022\\u003e082 561 3246\\u003cbr\\u003e\\u003c/a\\u003eBrauhaus am Dam   \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27878025519\\u0022\\u003e087 802 5519\\u003c/a\\u003e / \\u003ca href=\\u0022tel:+27729201742\\u0022\\u003e072 920 1742\\u003c/a\\u003e\\u003cbr\\u003eMelon Rouge   \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27796806050\\u0022\\u003e079 680 6050\\u003cbr\\u003e\\u003c/a\\u003eMount Grace Hotel   \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27145775600\\u0022\\u003e014 577 5600\\u003cbr\\u003e\\u003c/a\\u003eValley Lodge Hotel   \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27145771301\\u0022\\u003e014 577 1301\\u003cbr\\u003e\\u003c/a\\u003eLa Classique Ristorante   \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27145774006\\u0022\\u003e014 577 4006\\u003c/a\\u003e\"} -->\n<div class=\"wp-block-uagb-faq-child uagb-faq-child__outer-wrap uagb-faq-item uagb-block-6f268f92\" role=\"tab\" tabindex=\"0\"><div class=\"uagb-faq-questions-button uagb-faq-questions\"><span class=\"uagb-icon uagb-faq-icon-wrap\"><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 448 512\"><path d=\"M432 256c0 17.69-14.33 32.01-32 32.01H256v144c0 17.69-14.33 31.99-32 31.99s-32-14.3-32-31.99v-144H48c-17.67 0-32-14.32-32-32.01s14.33-31.99 32-31.99H192v-144c0-17.69 14.33-32.01 32-32.01s32 14.32 32 32.01v144h144C417.7 224 432 238.3 432 256z\"></path></svg></span><span class=\"uagb-icon-active uagb-faq-icon-wrap\"><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 448 512\"><path d=\"M400 288h-352c-17.69 0-32-14.32-32-32.01s14.31-31.99 32-31.99h352c17.69 0 32 14.3 32 31.99S417.7 288 400 288z\"></path></svg></span><span class=\"uagb-question\"><strong>TEA GARDENS / RESTAURANTS   </strong></span></div><p class=\"uagb-faq-content\">Black Horse   <br><a href=\"tel:+27825613246\">082 561 3246<br></a>Brauhaus am Dam   <br><a href=\"tel:+27878025519\">087 802 5519</a> / <a href=\"tel:+27729201742\">072 920 1742</a><br>Melon Rouge   <br><a href=\"tel:+27796806050\">079 680 6050<br></a>Mount Grace Hotel   <br><a href=\"tel:+27145775600\">014 577 5600<br></a>Valley Lodge Hotel   <br><a href=\"tel:+27145771301\">014 577 1301<br></a>La Classique Ristorante   <br><a href=\"tel:+27145774006\">014 577 4006</a></p></div>\n<!-- /wp:uagb/faq-child -->\n\n<!-- wp:uagb/faq-child {\"block_id\":\"5a2b8e2f\",\"question\":\"\\u003cstrong\\u003eSHOPPING\\u003c/strong\\u003e  \",\"answer\":\"If Only Antiques    \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27827878825\\u0022\\u003e082 787 8825\\u003cbr\\u003e\\u003c/a\\u003ePuss in Boots   \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27145773562\\u0022\\u003e014 577 3562\\u003c/a\\u003e\"} -->\n<div class=\"wp-block-uagb-faq-child uagb-faq-child__outer-wrap uagb-faq-item uagb-block-5a2b8e2f\" role=\"tab\" tabindex=\"0\"><div class=\"uagb-faq-questions-button uagb-faq-questions\"><span class=\"uagb-icon uagb-faq-icon-wrap\"><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 448 512\"><path d=\"M432 256c0 17.69-14.33 32.01-32 32.01H256v144c0 17.69-14.33 31.99-32 31.99s-32-14.3-32-31.99v-144H48c-17.67 0-32-14.32-32-32.01s14.33-31.99 32-31.99H192v-144c0-17.69 14.33-32.01 32-32.01s32 14.32 32 32.01v144h144C417.7 224 432 238.3 432 256z\"></path></svg></span><span class=\"uagb-icon-active uagb-faq-icon-wrap\"><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 448 512\"><path d=\"M400 288h-352c-17.69 0-32-14.32-32-32.01s14.31-31.99 32-31.99h352c17.69 0 32 14.3 32 31.99S417.7 288 400 288z\"></path></svg></span><span class=\"uagb-question\"><strong>SHOPPING</strong>  </span></div><p class=\"uagb-faq-content\">If Only Antiques    <br><a href=\"tel:+27827878825\">082 787 8825<br></a>Puss in Boots   <br><a href=\"tel:+27145773562\">014 577 3562</a></p></div>\n<!-- /wp:uagb/faq-child -->\n\n<!-- wp:uagb/faq-child {\"block_id\":\"469af6ba\",\"question\":\"\\u003cstrong\\u003eSPORTS \\u0026amp; ADVENTURE\\u003c/strong\\u003e\",\"answer\":\"Tandem Paragliding flips  \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27823221824\\u0022\\u003e0823221824\\u003c/a\\u003e\\u003cbr\\u003eMountain Sanctuary Park   \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27145340114\\u0022\\u003e014 534 0114\\u003cbr\\u003e\\u003c/a\\u003eBill Harrops Original Balloon Safaris   \\u003ca href=\\u0022tel:+27145771733\\u0022\\u003e014 577 1733\\u003c/a\\u003e / \\u003ca href=\\u0022tel:+27837520036\\u0022\\u003e083 752 0036\\u003c/a\\u003e\\u003cbr\\u003ePecanwood Golf Course   \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27122440112\\u0022\\u003e012 244 0112\\u003cbr\\u003e\\u003c/a\\u003eAir Ventures Hot Air Balloons   \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27117935782\\u0022\\u003e011 793 5782\\u003cbr\\u003e\\u003c/a\\u003eGliding   \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27835266966\\u0022\\u003e083 526 6966\\u003cbr\\u003e\\u003c/a\\u003eMagaliesberg Canopy Tours   \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27145350150\\u0022\\u003e014 535 0150\\u003cbr\\u003e\\u003c/a\\u003eWild Cave Adventures   \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27824862464\\u0022\\u003e082 486 2464\\u003cbr\\u003e\\u003c/a\\u003eMiracle Waters Dive Gateway   \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27832359840\\u0022\\u003e083 235 9840\\u003c/a\\u003e\"} -->\n<div class=\"wp-block-uagb-faq-child uagb-faq-child__outer-wrap uagb-faq-item uagb-block-469af6ba\" role=\"tab\" tabindex=\"0\"><div class=\"uagb-faq-questions-button uagb-faq-questions\"><span class=\"uagb-icon uagb-faq-icon-wrap\"><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 448 512\"><path d=\"M432 256c0 17.69-14.33 32.01-32 32.01H256v144c0 17.69-14.33 31.99-32 31.99s-32-14.3-32-31.99v-144H48c-17.67 0-32-14.32-32-32.01s14.33-31.99 32-31.99H192v-144c0-17.69 14.33-32.01 32-32.01s32 14.32 32 32.01v144h144C417.7 224 432 238.3 432 256z\"></path></svg></span><span class=\"uagb-icon-active uagb-faq-icon-wrap\"><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 448 512\"><path d=\"M400 288h-352c-17.69 0-32-14.32-32-32.01s14.31-31.99 32-31.99h352c17.69 0 32 14.3 32 31.99S417.7 288 400 288z\"></path></svg></span><span class=\"uagb-question\"><strong>SPORTS &amp; ADVENTURE</strong></span></div><p class=\"uagb-faq-content\">Tandem Paragliding flips  <br><a href=\"tel:+27823221824\">0823221824</a><br>Mountain Sanctuary Park   <br><a href=\"tel:+27145340114\">014 534 0114<br></a>Bill Harrops Original Balloon Safaris   <a href=\"tel:+27145771733\">014 577 1733</a> / <a href=\"tel:+27837520036\">083 752 0036</a><br>Pecanwood Golf Course   <br><a href=\"tel:+27122440112\">012 244 0112<br></a>Air Ventures Hot Air Balloons   <br><a href=\"tel:+27117935782\">011 793 5782<br></a>Gliding   <br><a href=\"tel:+27835266966\">083 526 6966<br></a>Magaliesberg Canopy Tours   <br><a href=\"tel:+27145350150\">014 535 0150<br></a>Wild Cave Adventures   <br><a href=\"tel:+27824862464\">082 486 2464<br></a>Miracle Waters Dive Gateway   <br><a href=\"tel:+27832359840\">083 235 9840</a></p></div>\n<!-- /wp:uagb/faq-child -->\n\n<!-- wp:uagb/faq-child {\"block_id\":\"db70b454\",\"question\":\"\\u003cstrong\\u003eHEALTH SPAS\\u003c/strong\\u003e\",\"answer\":\"Whispering Pines   \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27145771536\\u0022\\u003e014 577 1536\\u003cbr\\u003e\\u003c/a\\u003eMount Grace Spa   \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27145775600\\u0022\\u003e014 577 5600\\u003cbr\\u003e\\u003c/a\\u003eValley Lodge Spa   \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27145771301\\u0022\\u003e014 577 1301\\u003cbr\\u003e\\u003c/a\\u003eRosewell Spa   \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27145771172\\u0022\\u003e014 577 1172\\u003cbr\\u003e\\u003c/a\\u003eSparkling Waters   \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27145350019\\u0022\\u003e014 535 0019\\u003c/a\\u003e\"} -->\n<div class=\"wp-block-uagb-faq-child uagb-faq-child__outer-wrap uagb-faq-item uagb-block-db70b454\" role=\"tab\" tabindex=\"0\"><div class=\"uagb-faq-questions-button uagb-faq-questions\"><span class=\"uagb-icon uagb-faq-icon-wrap\"><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 448 512\"><path d=\"M432 256c0 17.69-14.33 32.01-32 32.01H256v144c0 17.69-14.33 31.99-32 31.99s-32-14.3-32-31.99v-144H48c-17.67 0-32-14.32-32-32.01s14.33-31.99 32-31.99H192v-144c0-17.69 14.33-32.01 32-32.01s32 14.32 32 32.01v144h144C417.7 224 432 238.3 432 256z\"></path></svg></span><span class=\"uagb-icon-active uagb-faq-icon-wrap\"><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 448 512\"><path d=\"M400 288h-352c-17.69 0-32-14.32-32-32.01s14.31-31.99 32-31.99h352c17.69 0 32 14.3 32 31.99S417.7 288 400 288z\"></path></svg></span><span class=\"uagb-question\"><strong>HEALTH SPAS</strong></span></div><p class=\"uagb-faq-content\">Whispering Pines   <br><a href=\"tel:+27145771536\">014 577 1536<br></a>Mount Grace Spa   <br><a href=\"tel:+27145775600\">014 577 5600<br></a>Valley Lodge Spa   <br><a href=\"tel:+27145771301\">014 577 1301<br></a>Rosewell Spa   <br><a href=\"tel:+27145771172\">014 577 1172<br></a>Sparkling Waters   <br><a href=\"tel:+27145350019\">014 535 0019</a></p></div>\n<!-- /wp:uagb/faq-child -->\n\n<!-- wp:uagb/faq-child {\"block_id\":\"00a1db9e\",\"question\":\"\\u003cstrong\\u003ePLACES OF INTEREST\\u003c/strong\\u003e\",\"answer\":\"Maropeng Visitors Centre   \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27145779000\\u0022\\u003e014 577 9000\\u003cbr\\u003e\\u003c/a\\u003eSterkfontein Caves   \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27116683200\\u0022\\u003e011 668 3200\\u003cbr\\u003e\\u003c/a\\u003eBlaaubank Gold Mine   \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27825673111\\u0022\\u003e082 567 3111\\u003cbr\\u003e\\u003c/a\\u003eVan Gaalen Cheese Farm   \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27122071289\\u0022\\u003e012 207 1289\\u003cbr\\u003e\\u003c/a\\u003eHartebeespoort Cableway   \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27722412654\\u0022\\u003e072 241 2654\\u003cbr\\u003e\\u003c/a\\u003eElephant Sanctuary             \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27122580423\\u0022\\u003e012 258 0423\\u003cbr\\u003e\\u003c/a\\u003eTeam Gel   \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27114622894\\u0022\\u003e011 462 2894\\u003c/a\\u003e / \\u003ca href=\\u0022tel:+27833207623\\u0022\\u003e083 320 7623\\u003c/a\\u003e\\u003cbr\\u003eMonate Citrus Kelder   \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27122580712\\u0022\\u003e012 258 0712\\u003cbr\\u003e\\u003c/a\\u003eLiving Jewels   \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27119566444\\u0022\\u003e011 956 6444\\u003cbr\\u003e\\u003c/a\\u003eBlaaubank Candle Dipping   \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27145774609\\u0022\\u003e014 577 4609\\u003cbr\\u003e\\u003c/a\\u003eVeggie Picking \\u0026amp; Strawberry Picking \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27122071116\\u0022\\u003e012 207 1116\\u003c/a\\u003e\"} -->\n<div class=\"wp-block-uagb-faq-child uagb-faq-child__outer-wrap uagb-faq-item uagb-block-00a1db9e\" role=\"tab\" tabindex=\"0\"><div class=\"uagb-faq-questions-button uagb-faq-questions\"><span class=\"uagb-icon uagb-faq-icon-wrap\"><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 448 512\"><path d=\"M432 256c0 17.69-14.33 32.01-32 32.01H256v144c0 17.69-14.33 31.99-32 31.99s-32-14.3-32-31.99v-144H48c-17.67 0-32-14.32-32-32.01s14.33-31.99 32-31.99H192v-144c0-17.69 14.33-32.01 32-32.01s32 14.32 32 32.01v144h144C417.7 224 432 238.3 432 256z\"></path></svg></span><span class=\"uagb-icon-active uagb-faq-icon-wrap\"><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 448 512\"><path d=\"M400 288h-352c-17.69 0-32-14.32-32-32.01s14.31-31.99 32-31.99h352c17.69 0 32 14.3 32 31.99S417.7 288 400 288z\"></path></svg></span><span class=\"uagb-question\"><strong>PLACES OF INTEREST</strong></span></div><p class=\"uagb-faq-content\">Maropeng Visitors Centre   <br><a href=\"tel:+27145779000\">014 577 9000<br></a>Sterkfontein Caves   <br><a href=\"tel:+27116683200\">011 668 3200<br></a>Blaaubank Gold Mine   <br><a href=\"tel:+27825673111\">082 567 3111<br></a>Van Gaalen Cheese Farm   <br><a href=\"tel:+27122071289\">012 207 1289<br></a>Hartebeespoort Cableway   <br><a href=\"tel:+27722412654\">072 241 2654<br></a>Elephant Sanctuary             <br><a href=\"tel:+27122580423\">012 258 0423<br></a>Team Gel   <br><a href=\"tel:+27114622894\">011 462 2894</a> / <a href=\"tel:+27833207623\">083 320 7623</a><br>Monate Citrus Kelder   <br><a href=\"tel:+27122580712\">012 258 0712<br></a>Living Jewels   <br><a href=\"tel:+27119566444\">011 956 6444<br></a>Blaaubank Candle Dipping   <br><a href=\"tel:+27145774609\">014 577 4609<br></a>Veggie Picking &amp; Strawberry Picking <br><a href=\"tel:+27122071116\">012 207 1116</a></p></div>\n<!-- /wp:uagb/faq-child --></div>\n<!-- /wp:uagb/faq --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"e2697fa7\",\"innerContentCustomWidthDesktop\":781,\"innerContentCustomWidthTablet\":781,\"backgroundType\":\"image\",\"backgroundImageDesktop\":{\"id\":907,\"title\":\"241565_xl\",\"filename\":\"241565_xl.jpg\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/241565_xl.jpg\",\"link\":\"https://blueroan.netgen.cloud/home/241565_xl/\",\"alt\":\"\",\"author\":\"2\",\"description\":\"\",\"caption\":\"\",\"name\":\"241565_xl\",\"status\":\"inherit\",\"uploadedTo\":760,\"date\":\"2022-12-13T15:04:35.000Z\",\"modified\":\"2022-12-13T15:04:35.000Z\",\"menuOrder\":0,\"mime\":\"image/jpeg\",\"type\":\"image\",\"subtype\":\"jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-includes/images/media/default.png\",\"dateFormatted\":\"December 13, 2022\",\"nonces\":{\"update\":\"8ba15922a4\",\"delete\":\"e660ddd200\",\"edit\":\"57c3a4b066\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=907\\u0026action=edit\",\"meta\":false,\"authorName\":\"Netgen Support\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/profile.php\",\"uploadedToTitle\":\"Home\",\"uploadedToLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=760\\u0026action=edit\",\"filesizeInBytes\":90717,\"filesizeHumanReadable\":\"89 KB\",\"context\":\"\",\"height\":534,\"width\":800,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/241565_xl-150x150.jpg\",\"orientation\":\"landscape\"},\"medium\":{\"height\":200,\"width\":300,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/241565_xl-300x200.jpg\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/241565_xl.jpg\",\"height\":534,\"width\":800,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"backgroundImageColor\":\"rgba(42,42,42,0.65)\",\"topPaddingDesktop\":144,\"bottomPaddingDesktop\":144,\"leftPaddingDesktop\":40,\"rightPaddingDesktop\":40,\"topPaddingTablet\":80,\"bottomPaddingTablet\":80,\"leftPaddingTablet\":40,\"rightPaddingTablet\":40,\"topPaddingMobile\":64,\"bottomPaddingMobile\":64,\"leftPaddingMobile\":24,\"rightPaddingMobile\":24,\"paddingLink\":false,\"variationSelected\":true,\"isBlockRootParent\":true,\"overlayType\":\"color\"} -->\n<div class=\"wp-block-uagb-container uagb-block-e2697fa7 alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/advanced-heading {\"block_id\":\"17aa6d97\",\"classMigrate\":true,\"headingDescToggle\":true,\"headingAlign\":\"center\",\"headingColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"subHeadingColor\":\"var(\\u002d\\u002dast-global-color-4)\",\"headSpace\":20} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-17aa6d97\"><h2 class=\"uagb-heading-text\">Create Memorable Moments at Blue Roan!</h2><p class=\"uagb-desc-text\">Blue Roan is a 4-star graded pet-friendly venue</p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/advanced-heading {\"block_id\":\"110db6ca\",\"classMigrate\":true,\"headingTitleToggle\":false,\"headingDescToggle\":true,\"headingAlign\":\"center\",\"subHeadingColor\":\"var(\\u002d\\u002dast-global-color-4)\",\"subHeadTransform\":\"uppercase\",\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"subHeadLetterSpacing\":2,\"blockTopPadding\":60,\"blockRightPadding\":0,\"blockLeftPadding\":0,\"blockBottomPadding\":0,\"blockTopPaddingMobile\":30,\"blockRightPaddingMobile\":0,\"blockLeftPaddingMobile\":0,\"blockBottomPaddingMobile\":0,\"linkColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"linkHColor\":\"var(\\u002d\\u002dast-global-color-0)\"} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-110db6ca\"><p class=\"uagb-desc-text\"><a href=\"https://book.nightsbridge.com/11065\" target=\"_blank\" rel=\"noreferrer noopener\">BOOK YOUR STAY NOW​</a></p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/icon-list {\"block_id\":\"19401306\",\"classMigrate\":true,\"childMigrate\":true,\"align\":\"center\",\"parentIcon\":\"phone\",\"size\":40,\"sizeMobile\":24,\"sizeTablet\":32,\"fontSize\":48,\"fontSizeMobile\":28,\"fontSizeTablet\":40,\"fontWeight\":\"600\",\"iconColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"labelColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"blockTopPadding\":0,\"blockRightPadding\":0,\"blockLeftPadding\":0,\"blockBottomPadding\":24,\"blockPaddingLink\":false} -->\n<div class=\"wp-block-uagb-icon-list uagb-block-19401306\"><div class=\"uagb-icon-list__wrap\"><!-- wp:uagb/icon-list-child {\"block_id\":\"a595ed1e\",\"label\":\"+ 27 (0) 82 575 5409\",\"label_color\":\"\",\"link\":\"tel:+27825755409\",\"disableLink\":true,\"fromParentIcon\":\"phone\",\"imageSizeChild\":40} -->\n<div class=\"wp-block-uagb-icon-list-child uagb-block-a595ed1e\"><a target=\"_self\" aria-label=\"+ 27 (0) 82 575 5409\" rel=\"noopener noreferrer\" href=\"tel:+27825755409\"> </a><span class=\"uagb-icon-list__source-wrap\"><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M511.2 387l-23.25 100.8c-3.266 14.25-15.79 24.22-30.46 24.22C205.2 512 0 306.8 0 54.5c0-14.66 9.969-27.2 24.22-30.45l100.8-23.25C139.7-2.602 154.7 5.018 160.8 18.92l46.52 108.5c5.438 12.78 1.77 27.67-8.98 36.45L144.5 207.1c33.98 69.22 90.26 125.5 159.5 159.5l44.08-53.8c8.688-10.78 23.69-14.51 36.47-8.975l108.5 46.51C506.1 357.2 514.6 372.4 511.2 387z\"></path></svg></span><span class=\"uagb-icon-list__label\">+ 27 (0) 82 575 5409</span></div>\n<!-- /wp:uagb/icon-list-child -->\n\n<!-- wp:uagb/icon-list-child {\"block_id\":\"56345d5d\",\"label\":\" blueroan@ugo.co.za\",\"icon\":\"envelope\",\"label_color\":\"\",\"link\":\"mailto: blueroan@ugo.co.za\",\"disableLink\":true} -->\n<div class=\"wp-block-uagb-icon-list-child uagb-block-56345d5d\"><a target=\"_self\" aria-label=\" blueroan@ugo.co.za\" rel=\"noopener noreferrer\" href=\"mailto:blueroan@ugo.co.za\"> </a><span class=\"uagb-icon-list__source-wrap\"><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M464 64C490.5 64 512 85.49 512 112C512 127.1 504.9 141.3 492.8 150.4L275.2 313.6C263.8 322.1 248.2 322.1 236.8 313.6L19.2 150.4C7.113 141.3 0 127.1 0 112C0 85.49 21.49 64 48 64H464zM217.6 339.2C240.4 356.3 271.6 356.3 294.4 339.2L512 176V384C512 419.3 483.3 448 448 448H64C28.65 448 0 419.3 0 384V176L217.6 339.2z\"></path></svg></span><span class=\"uagb-icon-list__label\"> blueroan@ugo.co.za</span></div>\n<!-- /wp:uagb/icon-list-child --></div></div>\n<!-- /wp:uagb/icon-list --></div></div>\n<!-- /wp:uagb/container -->',	'Amenities',	'',	'inherit',	'closed',	'closed',	'',	'762-revision-v1',	'',	'',	'2022-12-19 07:54:53',	'2022-12-19 07:54:53',	'',	762,	'https://blueroan.netgen.cloud/?p=1319',	0,	'revision',	'',	0),
(1320,	2,	'2022-12-19 07:55:21',	'2022-12-19 07:55:21',	'<!-- wp:uagb/container {\"block_id\":\"63ea9a7b\",\"backgroundType\":\"image\",\"backgroundImageDesktop\":{\"id\":1007,\"title\":\"AAEAAQAAAAAAAAAAAAAAJDg5NmY0ZGUxLWE4MTgtNDY5NC1iODFhLTBmN2Q0ZDc5ZWFiNw-1\",\"filename\":\"AAEAAQAAAAAAAAAAAAAAJDg5NmY0ZGUxLWE4MTgtNDY5NC1iODFhLTBmN2Q0ZDc5ZWFiNw-1.png\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAAJDg5NmY0ZGUxLWE4MTgtNDY5NC1iODFhLTBmN2Q0ZDc5ZWFiNw-1.png\",\"link\":\"https://blueroan.netgen.cloud/the-barn/aaeaaqaaaaaaaaaaaaaajdg5nmy0zguxlwe4mtgtndy5nc1iodfhltbmn2q0zdc5zwfinw-1/\",\"alt\":\"\",\"author\":\"2\",\"description\":\"\",\"caption\":\"\",\"name\":\"aaeaaqaaaaaaaaaaaaaajdg5nmy0zguxlwe4mtgtndy5nc1iodfhltbmn2q0zdc5zwfinw-1\",\"status\":\"inherit\",\"uploadedTo\":948,\"date\":\"2022-12-14T10:50:25.000Z\",\"modified\":\"2022-12-14T10:50:25.000Z\",\"menuOrder\":0,\"mime\":\"image/png\",\"type\":\"image\",\"subtype\":\"png\",\"icon\":\"https://blueroan.netgen.cloud/wp-includes/images/media/default.png\",\"dateFormatted\":\"December 14, 2022\",\"nonces\":{\"update\":\"483f8bdf3d\",\"delete\":\"0a7ebc92ef\",\"edit\":\"6bc1c6a685\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=1007\\u0026action=edit\",\"meta\":false,\"authorName\":\"Netgen Support\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/profile.php\",\"uploadedToTitle\":\"The Barn\",\"uploadedToLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=948\\u0026action=edit\",\"filesizeInBytes\":1348989,\"filesizeHumanReadable\":\"1 MB\",\"context\":\"\",\"height\":667,\"width\":1000,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAAJDg5NmY0ZGUxLWE4MTgtNDY5NC1iODFhLTBmN2Q0ZDc5ZWFiNw-1-150x150.png\",\"orientation\":\"landscape\"},\"medium\":{\"height\":200,\"width\":300,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAAJDg5NmY0ZGUxLWE4MTgtNDY5NC1iODFhLTBmN2Q0ZDc5ZWFiNw-1-300x200.png\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAAJDg5NmY0ZGUxLWE4MTgtNDY5NC1iODFhLTBmN2Q0ZDc5ZWFiNw-1.png\",\"height\":667,\"width\":1000,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"backgroundPositionDesktop\":{\"x\":0.61,\"y\":0.52},\"backgroundSizeTablet\":\"cover\",\"backgroundSizeMobile\":\"cover\",\"backgroundColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"backgroundImageColor\":\"rgba(42,42,42,0.5)\",\"topPaddingDesktop\":220,\"bottomPaddingDesktop\":150,\"topPaddingTablet\":170,\"bottomPaddingTablet\":160,\"leftPaddingTablet\":30,\"rightPaddingTablet\":30,\"topPaddingMobile\":180,\"bottomPaddingMobile\":80,\"leftPaddingMobile\":20,\"rightPaddingMobile\":20,\"paddingLink\":false,\"variationSelected\":true,\"isBlockRootParent\":true,\"overlayType\":\"color\"} -->\n<div class=\"wp-block-uagb-container uagb-block-63ea9a7b alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/advanced-heading {\"block_id\":\"f8dc9c0e\",\"classMigrate\":true,\"headingDescToggle\":true,\"headingColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"subHeadingColor\":\"var(\\u002d\\u002dast-global-color-4)\",\"headingTag\":\"h1\",\"headSpace\":20,\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"blockTopPadding\":0,\"blockRightPadding\":50,\"blockLeftPadding\":0,\"blockBottomPadding\":0,\"blockTopPaddingTablet\":0,\"blockRightPaddingTablet\":20,\"blockLeftPaddingTablet\":0,\"blockBottomPaddingTablet\":0,\"blockTopPaddingMobile\":0,\"blockRightPaddingMobile\":0,\"blockLeftPaddingMobile\":0,\"blockBottomPaddingMobile\":0,\"blockPaddingUnit\":\"%\",\"blockPaddingUnitTablet\":\"%\"} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-f8dc9c0e\"><h1 class=\"uagb-heading-text\">Amenities &amp; Interests​</h1><p class=\"uagb-desc-text\">We do not give you just rooms to stay in. We give you an environment where you can experience the best while on a holiday with us. </p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:buttons -->\n<div class=\"wp-block-buttons\"><!-- wp:button -->\n<div class=\"wp-block-button\"><a class=\"wp-block-button__link wp-element-button\" href=\"https://book.nightsbridge.com/11065\" target=\"_blank\" rel=\"noreferrer noopener\">BOOK NOW</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"bf6a8a90\",\"backgroundType\":\"color\",\"backgroundSizeTablet\":\"cover\",\"backgroundSizeMobile\":\"cover\",\"backgroundColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"topPaddingDesktop\":50,\"bottomPaddingDesktop\":100,\"topPaddingTablet\":50,\"bottomPaddingTablet\":25,\"leftPaddingTablet\":20,\"rightPaddingTablet\":20,\"topPaddingMobile\":50,\"bottomPaddingMobile\":20,\"leftPaddingMobile\":20,\"rightPaddingMobile\":20,\"paddingLink\":false,\"variationSelected\":true,\"rowGapDesktop\":0,\"isBlockRootParent\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-bf6a8a90 alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/container {\"block_id\":\"e51539b0\",\"directionDesktop\":\"row\",\"alignItemsTablet\":\"flex-start\",\"paddingLink\":false,\"topMarginDesktop\":50,\"bottomMarginDesktop\":20,\"leftMarginDesktop\":0,\"rightMarginDesktop\":0,\"marginLink\":false,\"variationSelected\":true,\"rowGapMobile\":65,\"columnGapDesktop\":48,\"columnGapTablet\":20} -->\n<div class=\"wp-block-uagb-container uagb-block-e51539b0\"><!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"align\":\"center\",\"id\":828,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image aligncenter size-full\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Blue-Roan-pool.png\" alt=\"Blue Roan\'s rock pool\" class=\"wp-image-828\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>A relaxing rock Pool​</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>We have a lovely sparkling blue rock pool next to a thatched Lapa. &nbsp;&nbsp;Lie on recliners on the green lawn or sit on the swing chair in the Lapa and enjoy the panoramic view of the Magaliesberg mountain range.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":829,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/img-20160605-wa0002-largejpg.png\" alt=\"\" class=\"wp-image-829\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>Braai facilities </h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>What can compare to a burning fire under the star-lit African sky? Nothing beats the flavor of cooking over an open flame.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":830,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/ef9d0188da11e2bc56788f5619d9d539.png\" alt=\"\" class=\"wp-image-830\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>A games room </h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>The reception is also a games room for those who enjoy darts or playing pool. &nbsp;Take a selection of DVDs back to your room and watch movies on your own DVD player. &nbsp;There is also a selection of board games and music CDs that you can borrow.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"align\":\"center\",\"id\":1198,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image aligncenter size-full\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/eyJidWNrZXQiOiJhc3NldHMuYWxsdHJhaWxzLmNvbSIsImtleSI6InVwbG9hZHMvcGhvdG8vaW1hZ2UvNDMxNzk4MTAvYjZkYTAz-1.png\" alt=\"\" class=\"wp-image-1198\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>Walking or hiking </h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>There is a well-kept walking trail on our property with plenty of bird life and some benches along the way. &nbsp;It is safe for dogs to run off-leash as it is completely fenced all around. &nbsp;For those who enjoy long walks and hikes, it is safe to cross onto neighbouring farms and go as far as the eye can see.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":1185,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/49089607_1950305445047847_5177863042771189760_n.png\" alt=\"\" class=\"wp-image-1185\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>Mountain biking </h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Bring your mountain bikes and explore the surrounding countryside on safe off-road tracks on our property and on neighbouring farms.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":1196,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Michelle_1.png\" alt=\"\" class=\"wp-image-1196\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>Horse riding </h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Interested riders can book at one of the recommended horse-riding establishments listed further down this page.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"4f11570e\",\"innerContentWidth\":\"alignfull\",\"directionDesktop\":\"row\",\"wrapTablet\":\"wrap\",\"variationSelected\":true,\"rowGapTablet\":0,\"columnGapDesktop\":0,\"isBlockRootParent\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-4f11570e alignfull uagb-is-root-container\"><!-- wp:uagb/container {\"block_id\":\"2dd5ddc6\",\"widthDesktop\":25,\"widthTablet\":50,\"variationSelected\":true,\"widthSetByUser\":true,\"UAGHideMob\":true,\"UAGResponsiveConditions\":true} -->\n<div class=\"wp-block-uagb-container uag-hide-mob uagb-block-2dd5ddc6\"><!-- wp:uagb/image {\"block_id\":\"35c48061\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-18-1-1024x768.jpg\",\"id\":1208,\"linkDestination\":\"none\",\"width\":480,\"height\":500,\"naturalWidth\":1024,\"naturalHeight\":768,\"sizeSlug\":\"large\",\"sizeSlugTablet\":\"large\",\"sizeSlugMobile\":\"large\",\"customHeightSetDesktop\":true} -->\n<div class=\"wp-block-uagb-image uagb-block-35c48061 wp-block-uagb-image--layout-default wp-block-uagb-image--effect-static wp-block-uagb-image--align-none\"><figure class=\"wp-block-uagb-image__figure\"><img srcset=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-18-1-1024x768.jpg \" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-18-1-1024x768.jpg\" alt=\"\" class=\"uag-image-1208\" width=\"480\" height=\"500\" title=\"\" loading=\"lazy\"/></figure></div>\n<!-- /wp:uagb/image --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"8ff603d3\",\"widthDesktop\":25,\"widthTablet\":50,\"variationSelected\":true,\"widthSetByUser\":true,\"UAGHideMob\":true,\"UAGResponsiveConditions\":true} -->\n<div class=\"wp-block-uagb-container uag-hide-mob uagb-block-8ff603d3\"><!-- wp:uagb/image {\"block_id\":\"cc6edb80\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Blue-Roan-pool-1.png\",\"id\":1210,\"linkDestination\":\"none\",\"width\":480,\"height\":500,\"naturalWidth\":370,\"naturalHeight\":440,\"sizeSlug\":\"full\",\"sizeSlugTablet\":\"full\",\"sizeSlugMobile\":\"full\",\"customHeightSetDesktop\":true} -->\n<div class=\"wp-block-uagb-image uagb-block-cc6edb80 wp-block-uagb-image--layout-default wp-block-uagb-image--effect-static wp-block-uagb-image--align-none\"><figure class=\"wp-block-uagb-image__figure\"><img srcset=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Blue-Roan-pool-1.png \" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Blue-Roan-pool-1.png\" alt=\"\" class=\"uag-image-1210\" width=\"480\" height=\"500\" title=\"\" loading=\"lazy\"/></figure></div>\n<!-- /wp:uagb/image --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"cf645a0f\",\"widthDesktop\":50,\"widthTablet\":100,\"variationSelected\":true,\"columnGapDesktop\":20,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-cf645a0f\"><!-- wp:uagb/image {\"block_id\":\"accb6bad\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/the-view-from-my-rooms-1024x768.jpg\",\"id\":1211,\"linkDestination\":\"none\",\"width\":960,\"height\":500,\"naturalWidth\":1024,\"naturalHeight\":768,\"sizeSlug\":\"large\",\"sizeSlugTablet\":\"large\",\"sizeSlugMobile\":\"large\",\"customHeightSetDesktop\":true} -->\n<div class=\"wp-block-uagb-image uagb-block-accb6bad wp-block-uagb-image--layout-default wp-block-uagb-image--effect-static wp-block-uagb-image--align-none\"><figure class=\"wp-block-uagb-image__figure\"><img srcset=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/the-view-from-my-rooms-1024x768.jpg \" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/the-view-from-my-rooms-1024x768.jpg\" alt=\"\" class=\"uag-image-1211\" width=\"960\" height=\"500\" title=\"\" loading=\"lazy\"/></figure></div>\n<!-- /wp:uagb/image --></div>\n<!-- /wp:uagb/container --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"94ddce3a\",\"innerContentWidth\":\"alignfull\",\"directionDesktop\":\"row\",\"wrapTablet\":\"wrap\",\"variationSelected\":true,\"rowGapTablet\":0,\"columnGapDesktop\":0,\"isBlockRootParent\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-94ddce3a alignfull uagb-is-root-container\"><!-- wp:uagb/container {\"block_id\":\"78e39fda\",\"widthDesktop\":50,\"widthTablet\":100,\"variationSelected\":true,\"columnGapDesktop\":20,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-78e39fda\"><!-- wp:uagb/image {\"block_id\":\"e6826387\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAAJDI0ZWY4NDc1LThjYjYtNDM3YS1iOTliLWNmOWQxYTJkMWU5MQ-1.png\",\"id\":1213,\"linkDestination\":\"none\",\"width\":960,\"height\":500,\"naturalWidth\":1000,\"naturalHeight\":667,\"sizeSlug\":\"full\",\"sizeSlugTablet\":\"full\",\"sizeSlugMobile\":\"full\",\"customHeightSetDesktop\":true} -->\n<div class=\"wp-block-uagb-image uagb-block-e6826387 wp-block-uagb-image--layout-default wp-block-uagb-image--effect-static wp-block-uagb-image--align-none\"><figure class=\"wp-block-uagb-image__figure\"><img srcset=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAAJDI0ZWY4NDc1LThjYjYtNDM3YS1iOTliLWNmOWQxYTJkMWU5MQ-1.png \" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAAJDI0ZWY4NDc1LThjYjYtNDM3YS1iOTliLWNmOWQxYTJkMWU5MQ-1.png\" alt=\"\" class=\"uag-image-1213\" width=\"960\" height=\"500\" title=\"\" loading=\"lazy\"/></figure></div>\n<!-- /wp:uagb/image --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"05606313\",\"widthDesktop\":25,\"variationSelected\":true,\"widthSetByUser\":true,\"UAGHideMob\":true,\"UAGResponsiveConditions\":true} -->\n<div class=\"wp-block-uagb-container uag-hide-mob uagb-block-05606313\"><!-- wp:uagb/image {\"block_id\":\"5e5b729a\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/bird-1-1024x683.jpg\",\"id\":1215,\"linkDestination\":\"none\",\"width\":480,\"height\":500,\"naturalWidth\":1024,\"naturalHeight\":683,\"sizeSlug\":\"large\",\"sizeSlugTablet\":\"large\",\"sizeSlugMobile\":\"large\",\"customHeightSetDesktop\":true} -->\n<div class=\"wp-block-uagb-image uagb-block-5e5b729a wp-block-uagb-image--layout-default wp-block-uagb-image--effect-static wp-block-uagb-image--align-none\"><figure class=\"wp-block-uagb-image__figure\"><img srcset=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/bird-1-1024x683.jpg \" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/bird-1-1024x683.jpg\" alt=\"\" class=\"uag-image-1215\" width=\"480\" height=\"500\" title=\"\" loading=\"lazy\"/></figure></div>\n<!-- /wp:uagb/image --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"82dad74a\",\"widthDesktop\":25,\"variationSelected\":true,\"widthSetByUser\":true,\"UAGHideMob\":true,\"UAGResponsiveConditions\":true} -->\n<div class=\"wp-block-uagb-container uag-hide-mob uagb-block-82dad74a\"><!-- wp:uagb/image {\"block_id\":\"169d21f9\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/two-happy-boxers-1024x768.jpg\",\"id\":1216,\"linkDestination\":\"none\",\"width\":480,\"height\":500,\"naturalWidth\":1024,\"naturalHeight\":768,\"sizeSlug\":\"large\",\"sizeSlugTablet\":\"large\",\"sizeSlugMobile\":\"large\",\"customHeightSetDesktop\":true} -->\n<div class=\"wp-block-uagb-image uagb-block-169d21f9 wp-block-uagb-image--layout-default wp-block-uagb-image--effect-static wp-block-uagb-image--align-none\"><figure class=\"wp-block-uagb-image__figure\"><img srcset=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/two-happy-boxers-1024x768.jpg \" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/two-happy-boxers-1024x768.jpg\" alt=\"\" class=\"uag-image-1216\" width=\"480\" height=\"500\" title=\"\" loading=\"lazy\"/></figure></div>\n<!-- /wp:uagb/image --></div>\n<!-- /wp:uagb/container --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"e4b81254\",\"backgroundType\":\"color\",\"backgroundSizeTablet\":\"cover\",\"backgroundSizeMobile\":\"cover\",\"backgroundColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"topPaddingDesktop\":120,\"bottomPaddingDesktop\":0,\"topPaddingTablet\":80,\"bottomPaddingTablet\":80,\"leftPaddingTablet\":30,\"rightPaddingTablet\":30,\"topPaddingMobile\":80,\"bottomPaddingMobile\":80,\"leftPaddingMobile\":20,\"rightPaddingMobile\":20,\"paddingLink\":false,\"variationSelected\":true,\"rowGapDesktop\":0,\"rowGapTablet\":0,\"isBlockRootParent\":true} -->\n<div id=\"nearby-visits\" class=\"wp-block-uagb-container uagb-block-e4b81254 alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/container {\"block_id\":\"1bd0a20d\",\"directionDesktop\":\"row\",\"alignItemsDesktop\":\"flex-end\",\"alignItemsTablet\":\"flex-end\",\"justifyContentDesktop\":\"flex-end\",\"justifyContentTablet\":\"space-between\",\"variationSelected\":true,\"rowGapMobile\":30,\"columnGapDesktop\":0} -->\n<div class=\"wp-block-uagb-container uagb-block-1bd0a20d\"><!-- wp:uagb/advanced-heading {\"block_id\":\"5ad53ff7\",\"classMigrate\":true,\"headingDescToggle\":true,\"subHeadingColor\":\"\",\"headSpace\":20,\"subHeadFontSize\":16} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-5ad53ff7\"><h2 class=\"uagb-heading-text\">Things to do in the area of Magaliesburg<br></h2><p class=\"uagb-desc-text\">Looking for more? Well, we believe that every guest walks into our lodge for the best experience. And, we are determined to do that.</p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/buttons {\"block_id\":\"af776878\",\"classMigrate\":true,\"childMigrate\":true,\"align\":\"right\",\"alignTablet\":\"right\",\"alignMobile\":\"left\",\"gap\":0} -->\n<div class=\"wp-block-uagb-buttons uagb-buttons__outer-wrap uagb-btn__default-btn uagb-btn-tablet__default-btn uagb-btn-mobile__default-btn uagb-block-af776878\"><div class=\"uagb-buttons__wrap uagb-buttons-layout-wrap\"><!-- wp:uagb/buttons-child {\"block_id\":\"3c6182d8\",\"label\":\"Reservations\",\"link\":\"https://book.nightsbridge.com/11065\",\"hColor\":\"\",\"opensInNewTab\":true,\"borderWidth\":\"\",\"borderRadius\":\"\",\"borderStyle\":\"\",\"borderColor\":\"\",\"borderHColor\":\"\",\"btnBorderTopWidth\":1,\"btnBorderLeftWidth\":1,\"btnBorderRightWidth\":1,\"btnBorderBottomWidth\":1,\"btnBorderTopLeftRadius\":2,\"btnBorderTopRightRadius\":2,\"btnBorderBottomLeftRadius\":2,\"btnBorderBottomRightRadius\":2,\"btnBorderStyle\":\"solid\",\"btnBorderColor\":\"#333\",\"btnBorderHColor\":\"#333\"} -->\n<div class=\"wp-block-uagb-buttons-child uagb-buttons__outer-wrap uagb-block-3c6182d8 wp-block-button is-style-outline\"><div class=\"uagb-button__wrapper\"><a class=\"uagb-buttons-repeater wp-block-button__link\" href=\"https://book.nightsbridge.com/11065\" rel=\"follow noopener\" target=\"_blank\"><div class=\"uagb-button__link\">Reservations</div></a></div></div>\n<!-- /wp:uagb/buttons-child --></div></div>\n<!-- /wp:uagb/buttons --></div>\n<!-- /wp:uagb/container --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"2c414636\",\"backgroundType\":\"color\",\"backgroundSizeTablet\":\"cover\",\"backgroundSizeMobile\":\"cover\",\"backgroundColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"topPaddingDesktop\":50,\"bottomPaddingDesktop\":100,\"topPaddingTablet\":50,\"bottomPaddingTablet\":25,\"leftPaddingTablet\":20,\"rightPaddingTablet\":20,\"topPaddingMobile\":50,\"bottomPaddingMobile\":20,\"leftPaddingMobile\":20,\"rightPaddingMobile\":20,\"paddingLink\":false,\"variationSelected\":true,\"rowGapDesktop\":0,\"isBlockRootParent\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-2c414636 alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/container {\"block_id\":\"7f6b8cea\",\"directionDesktop\":\"row\",\"alignItemsTablet\":\"flex-start\",\"paddingLink\":false,\"topMarginDesktop\":50,\"bottomMarginDesktop\":20,\"leftMarginDesktop\":0,\"rightMarginDesktop\":0,\"marginLink\":false,\"variationSelected\":true,\"rowGapMobile\":65,\"columnGapDesktop\":48,\"columnGapTablet\":20} -->\n<div class=\"wp-block-uagb-container uagb-block-7f6b8cea\"><!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"align\":\"center\",\"id\":1222,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image aligncenter size-full\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/41b46e52d7427ea1f6f135454e9a012f.png\" alt=\"\" class=\"wp-image-1222\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"textAlign\":\"center\",\"level\":3} -->\n<h3 class=\"has-text-align-center\">Fishing </h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>The dam has trout (stocked), bass, vlei Kuper and carp. Fly fishers seeking a unique challenge visit our establishment in search of the large &amp; small scale Yellow fish.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:buttons -->\n<div class=\"wp-block-buttons\"><!-- wp:button {\"align\":\"left\"} -->\n<div class=\"wp-block-button alignleft\"><a class=\"wp-block-button__link wp-element-button\" href=\"https://www.sundowner.co.za/rooms/magalies-barbus-haven/\" target=\"_blank\" rel=\"noreferrer noopener\">Barbus Haven</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons -->\n\n<!-- wp:paragraph -->\n<p>The opportunity to fish for Rainbow Trout or the elusive Brown Trout. Kingfisher offers rod hires at their venue. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:buttons -->\n<div class=\"wp-block-buttons\"><!-- wp:button {\"align\":\"left\"} -->\n<div class=\"wp-block-button alignleft\"><a class=\"wp-block-button__link wp-element-button\" href=\"https://www.thekingfisherlodge.co.za/activities/\" target=\"_blank\" rel=\"noreferrer noopener\">Kingfisher</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":1235,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Maseke-MTB-MvZ-3-1024x683-1.png\" alt=\"\" class=\"wp-image-1235\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>Mountain biking </h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>It is a privately owned nature reserve that offers mountain biking.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:spacer {\"height\":\"20px\"} -->\n<div style=\"height:20px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:buttons -->\n<div class=\"wp-block-buttons\"><!-- wp:button -->\n<div class=\"wp-block-button\"><a class=\"wp-block-button__link wp-element-button\" href=\"http://ingwebushcamp.yolasite.com/\" target=\"_blank\" rel=\"noreferrer noopener\">Ingwe Bush Camp&nbsp;</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons -->\n\n<!-- wp:paragraph -->\n<p>With over 80km of trails, Van Gaalen&nbsp;has something to offer for every kind of athlete, from beginner to advanced.<br></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:buttons -->\n<div class=\"wp-block-buttons\"><!-- wp:button -->\n<div class=\"wp-block-button\"><a class=\"wp-block-button__link wp-element-button\" href=\"https://www.vangaalen.co.za/products\" target=\"_blank\" rel=\"noreferrer noopener\">Van Gaalen\'s</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":1317,\"width\":349,\"height\":406,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large is-resized\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/activity_2209_280316_original-740x1024.png\" alt=\"\" class=\"wp-image-1317\" width=\"349\" height=\"406\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>Quad biking </h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>We have quads suitable for kiddies, tweens, teens, and adults. We have mini quads and fully automatic 150cc quads.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:spacer {\"height\":\"2px\"} -->\n<div style=\"height:2px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:buttons -->\n<div class=\"wp-block-buttons\"><!-- wp:button -->\n<div class=\"wp-block-button\"><a class=\"wp-block-button__link wp-element-button\" href=\"https://www.saddlecreekadventures.co.za/activity/quad-biking/\" target=\"_blank\" rel=\"noreferrer noopener\">Saddle Creek Ranch</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons -->\n\n<!-- wp:paragraph -->\n<p>A 700-meter monster track, the longest and most exciting track in Gauteng!</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:spacer {\"height\":\"2px\"} -->\n<div style=\"height:2px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:buttons -->\n<div class=\"wp-block-buttons\"><!-- wp:button -->\n<div class=\"wp-block-button\"><a class=\"wp-block-button__link wp-element-button\" href=\"http://www.swartkrans.co.za/\" target=\"_blank\" rel=\"noreferrer noopener\">Swartkrans Go-Karting&nbsp;</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"align\":\"center\",\"id\":1198,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image aligncenter size-full\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/eyJidWNrZXQiOiJhc3NldHMuYWxsdHJhaWxzLmNvbSIsImtleSI6InVwbG9hZHMvcGhvdG8vaW1hZ2UvNDMxNzk4MTAvYjZkYTAz-1.png\" alt=\"\" class=\"wp-image-1198\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>Horse riding </h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Join us for an unforgettable horse riding experience in the peaceful countryside, with beautiful mountain scenery and lovely bush trails.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:buttons -->\n<div class=\"wp-block-buttons\"><!-- wp:button -->\n<div class=\"wp-block-button\"><a class=\"wp-block-button__link wp-element-button\" href=\"https://www.saddlecreekadventures.co.za/activity/horse-riding/\" target=\"_blank\" rel=\"noreferrer noopener\">Saddle Creek Ranch</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":1185,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/49089607_1950305445047847_5177863042771189760_n.png\" alt=\"\" class=\"wp-image-1185\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>Game drives </h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Enjoy a thrilling and educational adventure with our experienced guides.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:spacer {\"height\":\"2px\"} -->\n<div style=\"height:2px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:buttons -->\n<div class=\"wp-block-buttons\"><!-- wp:button -->\n<div class=\"wp-block-button\"><a class=\"wp-block-button__link wp-element-button\" href=\"https://www.rhinolion.co.za/visitors-guide/activity-index/game-drives/\" target=\"_blank\" rel=\"noreferrer noopener\">Rhino &amp; Lion Park</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons -->\n\n<!-- wp:paragraph -->\n<p>Our guided game-viewing drives take place each day in the morning and afternoon, as this is when the animals are most active.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:buttons -->\n<div class=\"wp-block-buttons\"><!-- wp:button -->\n<div class=\"wp-block-button\"><a class=\"wp-block-button__link wp-element-button\" href=\"https://www.africanhillslodge.co.za/experience/\" target=\"_blank\" rel=\"noreferrer noopener\">Askari Game Lodge</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:spacer {\"height\":\"12px\"} -->\n<div style=\"height:12px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:heading -->\n<h2>Other activites </h2>\n<!-- /wp:heading -->\n\n<!-- wp:uagb/faq {\"block_id\":\"b44a3928\",\"expandFirstItem\":false,\"boxBgColor\":\"#F5F5F5\",\"borderStyle\":\"\",\"borderWidth\":\"\",\"borderRadius\":\"\",\"borderColor\":\"\",\"vquestionPaddingDesktop\":15,\"hquestionPaddingDesktop\":15,\"iconAlign\":\"row-reverse\",\"schema\":\"{\\u0022@context\\u0022:\\u0022https://schema.org\\u0022,\\u0022@type\\u0022:\\u0022FAQPage\\u0022,\\u0022@id\\u0022:\\u0022https://blueroan.netgen.cloud/amenities/\\u0022,\\u0022mainEntity\\u0022:[{\\u0022@type\\u0022:\\u0022Question\\u0022,\\u0022name\\u0022:\\u0022\\u003cstrong\\u003ePUBS / MICRO BREWERIES\\u003c/strong\\u003e\\u0022,\\u0022acceptedAnswer\\u0022:{\\u0022@type\\u0022:\\u0022Answer\\u0022,\\u0022text\\u0022:\\u0022Black Horse   \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27825613246\\\\\\u0022\\u003e082 561 3246\\u003cbr\\u003e\\u003c/a\\u003eBrauhaus am Dam   \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27878025519\\\\\\u0022\\u003e087 802 5519\\u003c/a\\u003e / \\u003ca href=\\\\\\u0022tel:+27729201742\\\\\\u0022\\u003e072 920 1742\\u003c/a\\u003e\\u003cbr\\u003eHartleys Elephant Bar   \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27145772301\\\\\\u0022\\u003e014 577 2301\\u003cbr\\u003e\\u003c/a\\u003eThatchwood Pub   \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27837091672\\\\\\u0022\\u003e083 709 1672\\u003cbr\\u003e\\u003c/a\\u003eMonate Citrus Kelder   \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27122580712\\\\\\u0022\\u003e012 258 0712\\u003c/a\\u003e\\u0022}},{\\u0022@type\\u0022:\\u0022Question\\u0022,\\u0022name\\u0022:\\u0022\\u003cstrong\\u003eTEA GARDENS / RESTAURANTS   \\u003c/strong\\u003e\\u0022,\\u0022acceptedAnswer\\u0022:{\\u0022@type\\u0022:\\u0022Answer\\u0022,\\u0022text\\u0022:\\u0022Black Horse   \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27825613246\\\\\\u0022\\u003e082 561 3246\\u003cbr\\u003e\\u003c/a\\u003eBrauhaus am Dam   \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27878025519\\\\\\u0022\\u003e087 802 5519\\u003c/a\\u003e / \\u003ca href=\\\\\\u0022tel:+27729201742\\\\\\u0022\\u003e072 920 1742\\u003c/a\\u003e\\u003cbr\\u003eMelon Rouge   \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27796806050\\\\\\u0022\\u003e079 680 6050\\u003cbr\\u003e\\u003c/a\\u003eMount Grace Hotel   \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27145775600\\\\\\u0022\\u003e014 577 5600\\u003cbr\\u003e\\u003c/a\\u003eValley Lodge Hotel   \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27145771301\\\\\\u0022\\u003e014 577 1301\\u003cbr\\u003e\\u003c/a\\u003eLa Classique Ristorante   \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27145774006\\\\\\u0022\\u003e014 577 4006\\u003c/a\\u003e\\u0022}},{\\u0022@type\\u0022:\\u0022Question\\u0022,\\u0022name\\u0022:\\u0022\\u003cstrong\\u003eSHOPPING\\u003c/strong\\u003e  \\u0022,\\u0022acceptedAnswer\\u0022:{\\u0022@type\\u0022:\\u0022Answer\\u0022,\\u0022text\\u0022:\\u0022If Only Antiques    \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27827878825\\\\\\u0022\\u003e082 787 8825\\u003cbr\\u003e\\u003c/a\\u003ePuss in Boots   \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27145773562\\\\\\u0022\\u003e014 577 3562\\u003c/a\\u003e\\u0022}},{\\u0022@type\\u0022:\\u0022Question\\u0022,\\u0022name\\u0022:\\u0022\\u003cstrong\\u003eSPORTS \\u0026amp; ADVENTURE\\u003c/strong\\u003e\\u0022,\\u0022acceptedAnswer\\u0022:{\\u0022@type\\u0022:\\u0022Answer\\u0022,\\u0022text\\u0022:\\u0022Tandem Paragliding flips  \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27823221824\\\\\\u0022\\u003e0823221824\\u003c/a\\u003e\\u003cbr\\u003eMountain Sanctuary Park   \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27145340114\\\\\\u0022\\u003e014 534 0114\\u003cbr\\u003e\\u003c/a\\u003eBill Harrops Original Balloon Safaris   \\u003ca href=\\\\\\u0022tel:+27145771733\\\\\\u0022\\u003e014 577 1733\\u003c/a\\u003e / \\u003ca href=\\\\\\u0022tel:+27837520036\\\\\\u0022\\u003e083 752 0036\\u003c/a\\u003e\\u003cbr\\u003ePecanwood Golf Course   \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27122440112\\\\\\u0022\\u003e012 244 0112\\u003cbr\\u003e\\u003c/a\\u003eAir Ventures Hot Air Balloons   \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27117935782\\\\\\u0022\\u003e011 793 5782\\u003cbr\\u003e\\u003c/a\\u003eGliding   \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27835266966\\\\\\u0022\\u003e083 526 6966\\u003cbr\\u003e\\u003c/a\\u003eMagaliesberg Canopy Tours   \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27145350150\\\\\\u0022\\u003e014 535 0150\\u003cbr\\u003e\\u003c/a\\u003eWild Cave Adventures   \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27824862464\\\\\\u0022\\u003e082 486 2464\\u003cbr\\u003e\\u003c/a\\u003eMiracle Waters Dive Gateway   \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27832359840\\\\\\u0022\\u003e083 235 9840\\u003c/a\\u003e\\u0022}},{\\u0022@type\\u0022:\\u0022Question\\u0022,\\u0022name\\u0022:\\u0022\\u003cstrong\\u003eHEALTH SPAS\\u003c/strong\\u003e\\u0022,\\u0022acceptedAnswer\\u0022:{\\u0022@type\\u0022:\\u0022Answer\\u0022,\\u0022text\\u0022:\\u0022Whispering Pines   \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27145771536\\\\\\u0022\\u003e014 577 1536\\u003cbr\\u003e\\u003c/a\\u003eMount Grace Spa   \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27145775600\\\\\\u0022\\u003e014 577 5600\\u003cbr\\u003e\\u003c/a\\u003eValley Lodge Spa   \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27145771301\\\\\\u0022\\u003e014 577 1301\\u003cbr\\u003e\\u003c/a\\u003eRosewell Spa   \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27145771172\\\\\\u0022\\u003e014 577 1172\\u003cbr\\u003e\\u003c/a\\u003eSparkling Waters   \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27145350019\\\\\\u0022\\u003e014 535 0019\\u003c/a\\u003e\\u0022}},{\\u0022@type\\u0022:\\u0022Question\\u0022,\\u0022name\\u0022:\\u0022\\u003cstrong\\u003ePLACES OF INTEREST\\u003c/strong\\u003e\\u0022,\\u0022acceptedAnswer\\u0022:{\\u0022@type\\u0022:\\u0022Answer\\u0022,\\u0022text\\u0022:\\u0022Maropeng Visitors Centre   \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27145779000\\\\\\u0022\\u003e014 577 9000\\u003cbr\\u003e\\u003c/a\\u003eSterkfontein Caves   \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27116683200\\\\\\u0022\\u003e011 668 3200\\u003cbr\\u003e\\u003c/a\\u003eBlaaubank Gold Mine   \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27825673111\\\\\\u0022\\u003e082 567 3111\\u003cbr\\u003e\\u003c/a\\u003eVan Gaalen Cheese Farm   \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27122071289\\\\\\u0022\\u003e012 207 1289\\u003cbr\\u003e\\u003c/a\\u003eHartebeespoort Cableway   \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27722412654\\\\\\u0022\\u003e072 241 2654\\u003cbr\\u003e\\u003c/a\\u003eElephant Sanctuary             \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27122580423\\\\\\u0022\\u003e012 258 0423\\u003cbr\\u003e\\u003c/a\\u003eTeam Gel   \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27114622894\\\\\\u0022\\u003e011 462 2894\\u003c/a\\u003e / \\u003ca href=\\\\\\u0022tel:+27833207623\\\\\\u0022\\u003e083 320 7623\\u003c/a\\u003e\\u003cbr\\u003eMonate Citrus Kelder   \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27122580712\\\\\\u0022\\u003e012 258 0712\\u003cbr\\u003e\\u003c/a\\u003eLiving Jewels   \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27119566444\\\\\\u0022\\u003e011 956 6444\\u003cbr\\u003e\\u003c/a\\u003eBlaaubank Candle Dipping   \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27145774609\\\\\\u0022\\u003e014 577 4609\\u003cbr\\u003e\\u003c/a\\u003eVeggie Picking \\u0026amp; Strawberry Picking \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27122071116\\\\\\u0022\\u003e012 207 1116\\u003c/a\\u003e\\u0022}}]}\",\"questionLeftPaddingDesktop\":15,\"questionBottomPaddingDesktop\":15,\"answerTopPadding\":0,\"answerRightPadding\":15,\"answerBottomPadding\":15,\"answerLeftPadding\":15,\"answerTopPaddingTablet\":10,\"answerRightPaddingTablet\":10,\"answerBottomPaddingTablet\":10,\"answerLeftPaddingTablet\":10,\"answerTopPaddingMobile\":10,\"answerRightPaddingMobile\":10,\"answerBottomPaddingMobile\":10,\"answerLeftPaddingMobile\":10,\"overallBorderTopWidth\":1,\"overallBorderLeftWidth\":1,\"overallBorderRightWidth\":1,\"overallBorderBottomWidth\":1,\"overallBorderTopLeftRadius\":2,\"overallBorderTopRightRadius\":2,\"overallBorderBottomLeftRadius\":2,\"overallBorderBottomRightRadius\":2,\"overallBorderStyle\":\"none\",\"overallBorderColor\":\"#D2D2D2\"} -->\n<div class=\"wp-block-uagb-faq uagb-faq__outer-wrap uagb-block-b44a3928 uagb-faq-icon-row-reverse uagb-faq-layout-accordion uagb-faq-expand-first-false uagb-faq-inactive-other-true uagb-faq__wrap uagb-buttons-layout-wrap uagb-faq-equal-height\" data-faqtoggle=\"true\" role=\"tablist\"><!-- wp:uagb/faq-child {\"block_id\":\"6cd92d14\",\"question\":\"\\u003cstrong\\u003ePUBS / MICRO BREWERIES\\u003c/strong\\u003e\",\"answer\":\"Black Horse   \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27825613246\\u0022\\u003e082 561 3246\\u003cbr\\u003e\\u003c/a\\u003eBrauhaus am Dam   \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27878025519\\u0022\\u003e087 802 5519\\u003c/a\\u003e / \\u003ca href=\\u0022tel:+27729201742\\u0022\\u003e072 920 1742\\u003c/a\\u003e\\u003cbr\\u003eHartleys Elephant Bar   \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27145772301\\u0022\\u003e014 577 2301\\u003cbr\\u003e\\u003c/a\\u003eThatchwood Pub   \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27837091672\\u0022\\u003e083 709 1672\\u003cbr\\u003e\\u003c/a\\u003eMonate Citrus Kelder   \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27122580712\\u0022\\u003e012 258 0712\\u003c/a\\u003e\"} -->\n<div class=\"wp-block-uagb-faq-child uagb-faq-child__outer-wrap uagb-faq-item uagb-block-6cd92d14\" role=\"tab\" tabindex=\"0\"><div class=\"uagb-faq-questions-button uagb-faq-questions\"><span class=\"uagb-icon uagb-faq-icon-wrap\"><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 448 512\"><path d=\"M432 256c0 17.69-14.33 32.01-32 32.01H256v144c0 17.69-14.33 31.99-32 31.99s-32-14.3-32-31.99v-144H48c-17.67 0-32-14.32-32-32.01s14.33-31.99 32-31.99H192v-144c0-17.69 14.33-32.01 32-32.01s32 14.32 32 32.01v144h144C417.7 224 432 238.3 432 256z\"></path></svg></span><span class=\"uagb-icon-active uagb-faq-icon-wrap\"><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 448 512\"><path d=\"M400 288h-352c-17.69 0-32-14.32-32-32.01s14.31-31.99 32-31.99h352c17.69 0 32 14.3 32 31.99S417.7 288 400 288z\"></path></svg></span><span class=\"uagb-question\"><strong>PUBS / MICRO BREWERIES</strong></span></div><p class=\"uagb-faq-content\">Black Horse   <br><a href=\"tel:+27825613246\">082 561 3246<br></a>Brauhaus am Dam   <br><a href=\"tel:+27878025519\">087 802 5519</a> / <a href=\"tel:+27729201742\">072 920 1742</a><br>Hartleys Elephant Bar   <br><a href=\"tel:+27145772301\">014 577 2301<br></a>Thatchwood Pub   <br><a href=\"tel:+27837091672\">083 709 1672<br></a>Monate Citrus Kelder   <br><a href=\"tel:+27122580712\">012 258 0712</a></p></div>\n<!-- /wp:uagb/faq-child -->\n\n<!-- wp:uagb/faq-child {\"block_id\":\"099448fe\",\"question\":\"\\u003cstrong\\u003eTEA GARDENS / RESTAURANTS   \\u003c/strong\\u003e\",\"answer\":\"Black Horse   \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27825613246\\u0022\\u003e082 561 3246\\u003cbr\\u003e\\u003c/a\\u003eBrauhaus am Dam   \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27878025519\\u0022\\u003e087 802 5519\\u003c/a\\u003e / \\u003ca href=\\u0022tel:+27729201742\\u0022\\u003e072 920 1742\\u003c/a\\u003e\\u003cbr\\u003eMelon Rouge   \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27796806050\\u0022\\u003e079 680 6050\\u003cbr\\u003e\\u003c/a\\u003eMount Grace Hotel   \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27145775600\\u0022\\u003e014 577 5600\\u003cbr\\u003e\\u003c/a\\u003eValley Lodge Hotel   \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27145771301\\u0022\\u003e014 577 1301\\u003cbr\\u003e\\u003c/a\\u003eLa Classique Ristorante   \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27145774006\\u0022\\u003e014 577 4006\\u003c/a\\u003e\"} -->\n<div class=\"wp-block-uagb-faq-child uagb-faq-child__outer-wrap uagb-faq-item uagb-block-099448fe\" role=\"tab\" tabindex=\"0\"><div class=\"uagb-faq-questions-button uagb-faq-questions\"><span class=\"uagb-icon uagb-faq-icon-wrap\"><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 448 512\"><path d=\"M432 256c0 17.69-14.33 32.01-32 32.01H256v144c0 17.69-14.33 31.99-32 31.99s-32-14.3-32-31.99v-144H48c-17.67 0-32-14.32-32-32.01s14.33-31.99 32-31.99H192v-144c0-17.69 14.33-32.01 32-32.01s32 14.32 32 32.01v144h144C417.7 224 432 238.3 432 256z\"></path></svg></span><span class=\"uagb-icon-active uagb-faq-icon-wrap\"><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 448 512\"><path d=\"M400 288h-352c-17.69 0-32-14.32-32-32.01s14.31-31.99 32-31.99h352c17.69 0 32 14.3 32 31.99S417.7 288 400 288z\"></path></svg></span><span class=\"uagb-question\"><strong>TEA GARDENS / RESTAURANTS   </strong></span></div><p class=\"uagb-faq-content\">Black Horse   <br><a href=\"tel:+27825613246\">082 561 3246<br></a>Brauhaus am Dam   <br><a href=\"tel:+27878025519\">087 802 5519</a> / <a href=\"tel:+27729201742\">072 920 1742</a><br>Melon Rouge   <br><a href=\"tel:+27796806050\">079 680 6050<br></a>Mount Grace Hotel   <br><a href=\"tel:+27145775600\">014 577 5600<br></a>Valley Lodge Hotel   <br><a href=\"tel:+27145771301\">014 577 1301<br></a>La Classique Ristorante   <br><a href=\"tel:+27145774006\">014 577 4006</a></p></div>\n<!-- /wp:uagb/faq-child -->\n\n<!-- wp:uagb/faq-child {\"block_id\":\"3a530350\",\"question\":\"\\u003cstrong\\u003eSHOPPING\\u003c/strong\\u003e  \",\"answer\":\"If Only Antiques    \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27827878825\\u0022\\u003e082 787 8825\\u003cbr\\u003e\\u003c/a\\u003ePuss in Boots   \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27145773562\\u0022\\u003e014 577 3562\\u003c/a\\u003e\"} -->\n<div class=\"wp-block-uagb-faq-child uagb-faq-child__outer-wrap uagb-faq-item uagb-block-3a530350\" role=\"tab\" tabindex=\"0\"><div class=\"uagb-faq-questions-button uagb-faq-questions\"><span class=\"uagb-icon uagb-faq-icon-wrap\"><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 448 512\"><path d=\"M432 256c0 17.69-14.33 32.01-32 32.01H256v144c0 17.69-14.33 31.99-32 31.99s-32-14.3-32-31.99v-144H48c-17.67 0-32-14.32-32-32.01s14.33-31.99 32-31.99H192v-144c0-17.69 14.33-32.01 32-32.01s32 14.32 32 32.01v144h144C417.7 224 432 238.3 432 256z\"></path></svg></span><span class=\"uagb-icon-active uagb-faq-icon-wrap\"><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 448 512\"><path d=\"M400 288h-352c-17.69 0-32-14.32-32-32.01s14.31-31.99 32-31.99h352c17.69 0 32 14.3 32 31.99S417.7 288 400 288z\"></path></svg></span><span class=\"uagb-question\"><strong>SHOPPING</strong>  </span></div><p class=\"uagb-faq-content\">If Only Antiques    <br><a href=\"tel:+27827878825\">082 787 8825<br></a>Puss in Boots   <br><a href=\"tel:+27145773562\">014 577 3562</a></p></div>\n<!-- /wp:uagb/faq-child -->\n\n<!-- wp:uagb/faq-child {\"block_id\":\"02d59245\",\"question\":\"\\u003cstrong\\u003eSPORTS \\u0026amp; ADVENTURE\\u003c/strong\\u003e\",\"answer\":\"Tandem Paragliding flips  \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27823221824\\u0022\\u003e0823221824\\u003c/a\\u003e\\u003cbr\\u003eMountain Sanctuary Park   \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27145340114\\u0022\\u003e014 534 0114\\u003cbr\\u003e\\u003c/a\\u003eBill Harrops Original Balloon Safaris   \\u003ca href=\\u0022tel:+27145771733\\u0022\\u003e014 577 1733\\u003c/a\\u003e / \\u003ca href=\\u0022tel:+27837520036\\u0022\\u003e083 752 0036\\u003c/a\\u003e\\u003cbr\\u003ePecanwood Golf Course   \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27122440112\\u0022\\u003e012 244 0112\\u003cbr\\u003e\\u003c/a\\u003eAir Ventures Hot Air Balloons   \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27117935782\\u0022\\u003e011 793 5782\\u003cbr\\u003e\\u003c/a\\u003eGliding   \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27835266966\\u0022\\u003e083 526 6966\\u003cbr\\u003e\\u003c/a\\u003eMagaliesberg Canopy Tours   \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27145350150\\u0022\\u003e014 535 0150\\u003cbr\\u003e\\u003c/a\\u003eWild Cave Adventures   \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27824862464\\u0022\\u003e082 486 2464\\u003cbr\\u003e\\u003c/a\\u003eMiracle Waters Dive Gateway   \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27832359840\\u0022\\u003e083 235 9840\\u003c/a\\u003e\"} -->\n<div class=\"wp-block-uagb-faq-child uagb-faq-child__outer-wrap uagb-faq-item uagb-block-02d59245\" role=\"tab\" tabindex=\"0\"><div class=\"uagb-faq-questions-button uagb-faq-questions\"><span class=\"uagb-icon uagb-faq-icon-wrap\"><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 448 512\"><path d=\"M432 256c0 17.69-14.33 32.01-32 32.01H256v144c0 17.69-14.33 31.99-32 31.99s-32-14.3-32-31.99v-144H48c-17.67 0-32-14.32-32-32.01s14.33-31.99 32-31.99H192v-144c0-17.69 14.33-32.01 32-32.01s32 14.32 32 32.01v144h144C417.7 224 432 238.3 432 256z\"></path></svg></span><span class=\"uagb-icon-active uagb-faq-icon-wrap\"><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 448 512\"><path d=\"M400 288h-352c-17.69 0-32-14.32-32-32.01s14.31-31.99 32-31.99h352c17.69 0 32 14.3 32 31.99S417.7 288 400 288z\"></path></svg></span><span class=\"uagb-question\"><strong>SPORTS &amp; ADVENTURE</strong></span></div><p class=\"uagb-faq-content\">Tandem Paragliding flips  <br><a href=\"tel:+27823221824\">0823221824</a><br>Mountain Sanctuary Park   <br><a href=\"tel:+27145340114\">014 534 0114<br></a>Bill Harrops Original Balloon Safaris   <a href=\"tel:+27145771733\">014 577 1733</a> / <a href=\"tel:+27837520036\">083 752 0036</a><br>Pecanwood Golf Course   <br><a href=\"tel:+27122440112\">012 244 0112<br></a>Air Ventures Hot Air Balloons   <br><a href=\"tel:+27117935782\">011 793 5782<br></a>Gliding   <br><a href=\"tel:+27835266966\">083 526 6966<br></a>Magaliesberg Canopy Tours   <br><a href=\"tel:+27145350150\">014 535 0150<br></a>Wild Cave Adventures   <br><a href=\"tel:+27824862464\">082 486 2464<br></a>Miracle Waters Dive Gateway   <br><a href=\"tel:+27832359840\">083 235 9840</a></p></div>\n<!-- /wp:uagb/faq-child -->\n\n<!-- wp:uagb/faq-child {\"block_id\":\"2e408ffd\",\"question\":\"\\u003cstrong\\u003eHEALTH SPAS\\u003c/strong\\u003e\",\"answer\":\"Whispering Pines   \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27145771536\\u0022\\u003e014 577 1536\\u003cbr\\u003e\\u003c/a\\u003eMount Grace Spa   \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27145775600\\u0022\\u003e014 577 5600\\u003cbr\\u003e\\u003c/a\\u003eValley Lodge Spa   \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27145771301\\u0022\\u003e014 577 1301\\u003cbr\\u003e\\u003c/a\\u003eRosewell Spa   \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27145771172\\u0022\\u003e014 577 1172\\u003cbr\\u003e\\u003c/a\\u003eSparkling Waters   \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27145350019\\u0022\\u003e014 535 0019\\u003c/a\\u003e\"} -->\n<div class=\"wp-block-uagb-faq-child uagb-faq-child__outer-wrap uagb-faq-item uagb-block-2e408ffd\" role=\"tab\" tabindex=\"0\"><div class=\"uagb-faq-questions-button uagb-faq-questions\"><span class=\"uagb-icon uagb-faq-icon-wrap\"><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 448 512\"><path d=\"M432 256c0 17.69-14.33 32.01-32 32.01H256v144c0 17.69-14.33 31.99-32 31.99s-32-14.3-32-31.99v-144H48c-17.67 0-32-14.32-32-32.01s14.33-31.99 32-31.99H192v-144c0-17.69 14.33-32.01 32-32.01s32 14.32 32 32.01v144h144C417.7 224 432 238.3 432 256z\"></path></svg></span><span class=\"uagb-icon-active uagb-faq-icon-wrap\"><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 448 512\"><path d=\"M400 288h-352c-17.69 0-32-14.32-32-32.01s14.31-31.99 32-31.99h352c17.69 0 32 14.3 32 31.99S417.7 288 400 288z\"></path></svg></span><span class=\"uagb-question\"><strong>HEALTH SPAS</strong></span></div><p class=\"uagb-faq-content\">Whispering Pines   <br><a href=\"tel:+27145771536\">014 577 1536<br></a>Mount Grace Spa   <br><a href=\"tel:+27145775600\">014 577 5600<br></a>Valley Lodge Spa   <br><a href=\"tel:+27145771301\">014 577 1301<br></a>Rosewell Spa   <br><a href=\"tel:+27145771172\">014 577 1172<br></a>Sparkling Waters   <br><a href=\"tel:+27145350019\">014 535 0019</a></p></div>\n<!-- /wp:uagb/faq-child -->\n\n<!-- wp:uagb/faq-child {\"block_id\":\"5a625d99\",\"question\":\"\\u003cstrong\\u003ePLACES OF INTEREST\\u003c/strong\\u003e\",\"answer\":\"Maropeng Visitors Centre   \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27145779000\\u0022\\u003e014 577 9000\\u003cbr\\u003e\\u003c/a\\u003eSterkfontein Caves   \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27116683200\\u0022\\u003e011 668 3200\\u003cbr\\u003e\\u003c/a\\u003eBlaaubank Gold Mine   \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27825673111\\u0022\\u003e082 567 3111\\u003cbr\\u003e\\u003c/a\\u003eVan Gaalen Cheese Farm   \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27122071289\\u0022\\u003e012 207 1289\\u003cbr\\u003e\\u003c/a\\u003eHartebeespoort Cableway   \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27722412654\\u0022\\u003e072 241 2654\\u003cbr\\u003e\\u003c/a\\u003eElephant Sanctuary             \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27122580423\\u0022\\u003e012 258 0423\\u003cbr\\u003e\\u003c/a\\u003eTeam Gel   \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27114622894\\u0022\\u003e011 462 2894\\u003c/a\\u003e / \\u003ca href=\\u0022tel:+27833207623\\u0022\\u003e083 320 7623\\u003c/a\\u003e\\u003cbr\\u003eMonate Citrus Kelder   \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27122580712\\u0022\\u003e012 258 0712\\u003cbr\\u003e\\u003c/a\\u003eLiving Jewels   \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27119566444\\u0022\\u003e011 956 6444\\u003cbr\\u003e\\u003c/a\\u003eBlaaubank Candle Dipping   \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27145774609\\u0022\\u003e014 577 4609\\u003cbr\\u003e\\u003c/a\\u003eVeggie Picking \\u0026amp; Strawberry Picking \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27122071116\\u0022\\u003e012 207 1116\\u003c/a\\u003e\"} -->\n<div class=\"wp-block-uagb-faq-child uagb-faq-child__outer-wrap uagb-faq-item uagb-block-5a625d99\" role=\"tab\" tabindex=\"0\"><div class=\"uagb-faq-questions-button uagb-faq-questions\"><span class=\"uagb-icon uagb-faq-icon-wrap\"><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 448 512\"><path d=\"M432 256c0 17.69-14.33 32.01-32 32.01H256v144c0 17.69-14.33 31.99-32 31.99s-32-14.3-32-31.99v-144H48c-17.67 0-32-14.32-32-32.01s14.33-31.99 32-31.99H192v-144c0-17.69 14.33-32.01 32-32.01s32 14.32 32 32.01v144h144C417.7 224 432 238.3 432 256z\"></path></svg></span><span class=\"uagb-icon-active uagb-faq-icon-wrap\"><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 448 512\"><path d=\"M400 288h-352c-17.69 0-32-14.32-32-32.01s14.31-31.99 32-31.99h352c17.69 0 32 14.3 32 31.99S417.7 288 400 288z\"></path></svg></span><span class=\"uagb-question\"><strong>PLACES OF INTEREST</strong></span></div><p class=\"uagb-faq-content\">Maropeng Visitors Centre   <br><a href=\"tel:+27145779000\">014 577 9000<br></a>Sterkfontein Caves   <br><a href=\"tel:+27116683200\">011 668 3200<br></a>Blaaubank Gold Mine   <br><a href=\"tel:+27825673111\">082 567 3111<br></a>Van Gaalen Cheese Farm   <br><a href=\"tel:+27122071289\">012 207 1289<br></a>Hartebeespoort Cableway   <br><a href=\"tel:+27722412654\">072 241 2654<br></a>Elephant Sanctuary             <br><a href=\"tel:+27122580423\">012 258 0423<br></a>Team Gel   <br><a href=\"tel:+27114622894\">011 462 2894</a> / <a href=\"tel:+27833207623\">083 320 7623</a><br>Monate Citrus Kelder   <br><a href=\"tel:+27122580712\">012 258 0712<br></a>Living Jewels   <br><a href=\"tel:+27119566444\">011 956 6444<br></a>Blaaubank Candle Dipping   <br><a href=\"tel:+27145774609\">014 577 4609<br></a>Veggie Picking &amp; Strawberry Picking <br><a href=\"tel:+27122071116\">012 207 1116</a></p></div>\n<!-- /wp:uagb/faq-child --></div>\n<!-- /wp:uagb/faq --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"74c2466b\",\"innerContentCustomWidthDesktop\":781,\"innerContentCustomWidthTablet\":781,\"backgroundType\":\"image\",\"backgroundImageDesktop\":{\"id\":907,\"title\":\"241565_xl\",\"filename\":\"241565_xl.jpg\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/241565_xl.jpg\",\"link\":\"https://blueroan.netgen.cloud/home/241565_xl/\",\"alt\":\"\",\"author\":\"2\",\"description\":\"\",\"caption\":\"\",\"name\":\"241565_xl\",\"status\":\"inherit\",\"uploadedTo\":760,\"date\":\"2022-12-13T15:04:35.000Z\",\"modified\":\"2022-12-13T15:04:35.000Z\",\"menuOrder\":0,\"mime\":\"image/jpeg\",\"type\":\"image\",\"subtype\":\"jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-includes/images/media/default.png\",\"dateFormatted\":\"December 13, 2022\",\"nonces\":{\"update\":\"8ba15922a4\",\"delete\":\"e660ddd200\",\"edit\":\"57c3a4b066\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=907\\u0026action=edit\",\"meta\":false,\"authorName\":\"Netgen Support\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/profile.php\",\"uploadedToTitle\":\"Home\",\"uploadedToLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=760\\u0026action=edit\",\"filesizeInBytes\":90717,\"filesizeHumanReadable\":\"89 KB\",\"context\":\"\",\"height\":534,\"width\":800,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/241565_xl-150x150.jpg\",\"orientation\":\"landscape\"},\"medium\":{\"height\":200,\"width\":300,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/241565_xl-300x200.jpg\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/241565_xl.jpg\",\"height\":534,\"width\":800,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"backgroundImageColor\":\"rgba(42,42,42,0.65)\",\"topPaddingDesktop\":144,\"bottomPaddingDesktop\":144,\"leftPaddingDesktop\":40,\"rightPaddingDesktop\":40,\"topPaddingTablet\":80,\"bottomPaddingTablet\":80,\"leftPaddingTablet\":40,\"rightPaddingTablet\":40,\"topPaddingMobile\":64,\"bottomPaddingMobile\":64,\"leftPaddingMobile\":24,\"rightPaddingMobile\":24,\"paddingLink\":false,\"variationSelected\":true,\"isBlockRootParent\":true,\"overlayType\":\"color\"} -->\n<div class=\"wp-block-uagb-container uagb-block-74c2466b alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/advanced-heading {\"block_id\":\"2c570aa4\",\"classMigrate\":true,\"headingDescToggle\":true,\"headingAlign\":\"center\",\"headingColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"subHeadingColor\":\"var(\\u002d\\u002dast-global-color-4)\",\"headSpace\":20} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-2c570aa4\"><h2 class=\"uagb-heading-text\">Create Memorable Moments at Blue Roan!</h2><p class=\"uagb-desc-text\">Blue Roan is a 4-star graded pet-friendly venue</p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/advanced-heading {\"block_id\":\"872de5f1\",\"classMigrate\":true,\"headingTitleToggle\":false,\"headingDescToggle\":true,\"headingAlign\":\"center\",\"subHeadingColor\":\"var(\\u002d\\u002dast-global-color-4)\",\"subHeadTransform\":\"uppercase\",\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"subHeadLetterSpacing\":2,\"blockTopPadding\":60,\"blockRightPadding\":0,\"blockLeftPadding\":0,\"blockBottomPadding\":0,\"blockTopPaddingMobile\":30,\"blockRightPaddingMobile\":0,\"blockLeftPaddingMobile\":0,\"blockBottomPaddingMobile\":0,\"linkColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"linkHColor\":\"var(\\u002d\\u002dast-global-color-0)\"} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-872de5f1\"><p class=\"uagb-desc-text\"><a href=\"https://book.nightsbridge.com/11065\" target=\"_blank\" rel=\"noreferrer noopener\">BOOK YOUR STAY NOW​</a></p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/icon-list {\"block_id\":\"ad7da0d2\",\"classMigrate\":true,\"childMigrate\":true,\"align\":\"center\",\"parentIcon\":\"phone\",\"size\":40,\"sizeMobile\":24,\"sizeTablet\":32,\"fontSize\":48,\"fontSizeMobile\":28,\"fontSizeTablet\":40,\"fontWeight\":\"600\",\"iconColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"labelColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"blockTopPadding\":0,\"blockRightPadding\":0,\"blockLeftPadding\":0,\"blockBottomPadding\":24,\"blockPaddingLink\":false} -->\n<div class=\"wp-block-uagb-icon-list uagb-block-ad7da0d2\"><div class=\"uagb-icon-list__wrap\"><!-- wp:uagb/icon-list-child {\"block_id\":\"3b503cda\",\"label\":\"+ 27 (0) 82 575 5409\",\"label_color\":\"\",\"link\":\"tel:+27825755409\",\"disableLink\":true,\"fromParentIcon\":\"phone\",\"imageSizeChild\":40} -->\n<div class=\"wp-block-uagb-icon-list-child uagb-block-3b503cda\"><a target=\"_self\" aria-label=\"+ 27 (0) 82 575 5409\" rel=\"noopener noreferrer\" href=\"tel:+27825755409\"> </a><span class=\"uagb-icon-list__source-wrap\"><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M511.2 387l-23.25 100.8c-3.266 14.25-15.79 24.22-30.46 24.22C205.2 512 0 306.8 0 54.5c0-14.66 9.969-27.2 24.22-30.45l100.8-23.25C139.7-2.602 154.7 5.018 160.8 18.92l46.52 108.5c5.438 12.78 1.77 27.67-8.98 36.45L144.5 207.1c33.98 69.22 90.26 125.5 159.5 159.5l44.08-53.8c8.688-10.78 23.69-14.51 36.47-8.975l108.5 46.51C506.1 357.2 514.6 372.4 511.2 387z\"></path></svg></span><span class=\"uagb-icon-list__label\">+ 27 (0) 82 575 5409</span></div>\n<!-- /wp:uagb/icon-list-child -->\n\n<!-- wp:uagb/icon-list-child {\"block_id\":\"56345d5d\",\"label\":\" blueroan@ugo.co.za\",\"icon\":\"envelope\",\"label_color\":\"\",\"link\":\"mailto: blueroan@ugo.co.za\",\"disableLink\":true} -->\n<div class=\"wp-block-uagb-icon-list-child uagb-block-56345d5d\"><a target=\"_self\" aria-label=\" blueroan@ugo.co.za\" rel=\"noopener noreferrer\" href=\"mailto:blueroan@ugo.co.za\"> </a><span class=\"uagb-icon-list__source-wrap\"><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M464 64C490.5 64 512 85.49 512 112C512 127.1 504.9 141.3 492.8 150.4L275.2 313.6C263.8 322.1 248.2 322.1 236.8 313.6L19.2 150.4C7.113 141.3 0 127.1 0 112C0 85.49 21.49 64 48 64H464zM217.6 339.2C240.4 356.3 271.6 356.3 294.4 339.2L512 176V384C512 419.3 483.3 448 448 448H64C28.65 448 0 419.3 0 384V176L217.6 339.2z\"></path></svg></span><span class=\"uagb-icon-list__label\"> blueroan@ugo.co.za</span></div>\n<!-- /wp:uagb/icon-list-child --></div></div>\n<!-- /wp:uagb/icon-list --></div></div>\n<!-- /wp:uagb/container -->',	'Amenities',	'',	'inherit',	'closed',	'closed',	'',	'762-revision-v1',	'',	'',	'2022-12-19 07:55:21',	'2022-12-19 07:55:21',	'',	762,	'https://blueroan.netgen.cloud/?p=1320',	0,	'revision',	'',	0),
(1321,	2,	'2022-12-19 07:55:54',	'2022-12-19 07:55:54',	'<!-- wp:uagb/container {\"block_id\":\"e1deffa5\",\"backgroundType\":\"image\",\"backgroundImageDesktop\":{\"id\":1007,\"title\":\"AAEAAQAAAAAAAAAAAAAAJDg5NmY0ZGUxLWE4MTgtNDY5NC1iODFhLTBmN2Q0ZDc5ZWFiNw-1\",\"filename\":\"AAEAAQAAAAAAAAAAAAAAJDg5NmY0ZGUxLWE4MTgtNDY5NC1iODFhLTBmN2Q0ZDc5ZWFiNw-1.png\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAAJDg5NmY0ZGUxLWE4MTgtNDY5NC1iODFhLTBmN2Q0ZDc5ZWFiNw-1.png\",\"link\":\"https://blueroan.netgen.cloud/the-barn/aaeaaqaaaaaaaaaaaaaajdg5nmy0zguxlwe4mtgtndy5nc1iodfhltbmn2q0zdc5zwfinw-1/\",\"alt\":\"\",\"author\":\"2\",\"description\":\"\",\"caption\":\"\",\"name\":\"aaeaaqaaaaaaaaaaaaaajdg5nmy0zguxlwe4mtgtndy5nc1iodfhltbmn2q0zdc5zwfinw-1\",\"status\":\"inherit\",\"uploadedTo\":948,\"date\":\"2022-12-14T10:50:25.000Z\",\"modified\":\"2022-12-14T10:50:25.000Z\",\"menuOrder\":0,\"mime\":\"image/png\",\"type\":\"image\",\"subtype\":\"png\",\"icon\":\"https://blueroan.netgen.cloud/wp-includes/images/media/default.png\",\"dateFormatted\":\"December 14, 2022\",\"nonces\":{\"update\":\"483f8bdf3d\",\"delete\":\"0a7ebc92ef\",\"edit\":\"6bc1c6a685\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=1007\\u0026action=edit\",\"meta\":false,\"authorName\":\"Netgen Support\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/profile.php\",\"uploadedToTitle\":\"The Barn\",\"uploadedToLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=948\\u0026action=edit\",\"filesizeInBytes\":1348989,\"filesizeHumanReadable\":\"1 MB\",\"context\":\"\",\"height\":667,\"width\":1000,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAAJDg5NmY0ZGUxLWE4MTgtNDY5NC1iODFhLTBmN2Q0ZDc5ZWFiNw-1-150x150.png\",\"orientation\":\"landscape\"},\"medium\":{\"height\":200,\"width\":300,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAAJDg5NmY0ZGUxLWE4MTgtNDY5NC1iODFhLTBmN2Q0ZDc5ZWFiNw-1-300x200.png\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAAJDg5NmY0ZGUxLWE4MTgtNDY5NC1iODFhLTBmN2Q0ZDc5ZWFiNw-1.png\",\"height\":667,\"width\":1000,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"backgroundPositionDesktop\":{\"x\":0.61,\"y\":0.52},\"backgroundSizeTablet\":\"cover\",\"backgroundSizeMobile\":\"cover\",\"backgroundColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"backgroundImageColor\":\"rgba(42,42,42,0.5)\",\"topPaddingDesktop\":220,\"bottomPaddingDesktop\":150,\"topPaddingTablet\":170,\"bottomPaddingTablet\":160,\"leftPaddingTablet\":30,\"rightPaddingTablet\":30,\"topPaddingMobile\":180,\"bottomPaddingMobile\":80,\"leftPaddingMobile\":20,\"rightPaddingMobile\":20,\"paddingLink\":false,\"variationSelected\":true,\"isBlockRootParent\":true,\"overlayType\":\"color\"} -->\n<div class=\"wp-block-uagb-container uagb-block-e1deffa5 alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/advanced-heading {\"block_id\":\"a68cf1c4\",\"classMigrate\":true,\"headingDescToggle\":true,\"headingColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"subHeadingColor\":\"var(\\u002d\\u002dast-global-color-4)\",\"headingTag\":\"h1\",\"headSpace\":20,\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"blockTopPadding\":0,\"blockRightPadding\":50,\"blockLeftPadding\":0,\"blockBottomPadding\":0,\"blockTopPaddingTablet\":0,\"blockRightPaddingTablet\":20,\"blockLeftPaddingTablet\":0,\"blockBottomPaddingTablet\":0,\"blockTopPaddingMobile\":0,\"blockRightPaddingMobile\":0,\"blockLeftPaddingMobile\":0,\"blockBottomPaddingMobile\":0,\"blockPaddingUnit\":\"%\",\"blockPaddingUnitTablet\":\"%\"} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-a68cf1c4\"><h1 class=\"uagb-heading-text\">Amenities &amp; Interests​</h1><p class=\"uagb-desc-text\">We do not give you just rooms to stay in. We give you an environment where you can experience the best while on a holiday with us. </p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:buttons -->\n<div class=\"wp-block-buttons\"><!-- wp:button -->\n<div class=\"wp-block-button\"><a class=\"wp-block-button__link wp-element-button\" href=\"https://book.nightsbridge.com/11065\" target=\"_blank\" rel=\"noreferrer noopener\">BOOK NOW</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"a99c9461\",\"backgroundType\":\"color\",\"backgroundSizeTablet\":\"cover\",\"backgroundSizeMobile\":\"cover\",\"backgroundColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"topPaddingDesktop\":50,\"bottomPaddingDesktop\":100,\"topPaddingTablet\":50,\"bottomPaddingTablet\":25,\"leftPaddingTablet\":20,\"rightPaddingTablet\":20,\"topPaddingMobile\":50,\"bottomPaddingMobile\":20,\"leftPaddingMobile\":20,\"rightPaddingMobile\":20,\"paddingLink\":false,\"variationSelected\":true,\"rowGapDesktop\":0,\"isBlockRootParent\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-a99c9461 alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/container {\"block_id\":\"6d987cb0\",\"directionDesktop\":\"row\",\"alignItemsTablet\":\"flex-start\",\"paddingLink\":false,\"topMarginDesktop\":50,\"bottomMarginDesktop\":20,\"leftMarginDesktop\":0,\"rightMarginDesktop\":0,\"marginLink\":false,\"variationSelected\":true,\"rowGapMobile\":65,\"columnGapDesktop\":48,\"columnGapTablet\":20} -->\n<div class=\"wp-block-uagb-container uagb-block-6d987cb0\"><!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"align\":\"center\",\"id\":828,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image aligncenter size-full\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Blue-Roan-pool.png\" alt=\"Blue Roan\'s rock pool\" class=\"wp-image-828\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>A relaxing rock Pool​</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>We have a lovely sparkling blue rock pool next to a thatched Lapa. &nbsp;&nbsp;Lie on recliners on the green lawn or sit on the swing chair in the Lapa and enjoy the panoramic view of the Magaliesberg mountain range.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":829,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/img-20160605-wa0002-largejpg.png\" alt=\"\" class=\"wp-image-829\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>Braai facilities </h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>What can compare to a burning fire under the star-lit African sky? Nothing beats the flavor of cooking over an open flame.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":830,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/ef9d0188da11e2bc56788f5619d9d539.png\" alt=\"\" class=\"wp-image-830\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>A games room </h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>The reception is also a games room for those who enjoy darts or playing pool. &nbsp;Take a selection of DVDs back to your room and watch movies on your own DVD player. &nbsp;There is also a selection of board games and music CDs that you can borrow.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"align\":\"center\",\"id\":1198,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image aligncenter size-full\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/eyJidWNrZXQiOiJhc3NldHMuYWxsdHJhaWxzLmNvbSIsImtleSI6InVwbG9hZHMvcGhvdG8vaW1hZ2UvNDMxNzk4MTAvYjZkYTAz-1.png\" alt=\"\" class=\"wp-image-1198\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>Walking or hiking </h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>There is a well-kept walking trail on our property with plenty of bird life and some benches along the way. &nbsp;It is safe for dogs to run off-leash as it is completely fenced all around. &nbsp;For those who enjoy long walks and hikes, it is safe to cross onto neighbouring farms and go as far as the eye can see.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":1185,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/49089607_1950305445047847_5177863042771189760_n.png\" alt=\"\" class=\"wp-image-1185\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>Mountain biking </h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Bring your mountain bikes and explore the surrounding countryside on safe off-road tracks on our property and on neighbouring farms.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":1196,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Michelle_1.png\" alt=\"\" class=\"wp-image-1196\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>Horse riding </h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Interested riders can book at one of the recommended horse-riding establishments listed further down this page.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"3feb24e2\",\"innerContentWidth\":\"alignfull\",\"directionDesktop\":\"row\",\"wrapTablet\":\"wrap\",\"variationSelected\":true,\"rowGapTablet\":0,\"columnGapDesktop\":0,\"isBlockRootParent\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-3feb24e2 alignfull uagb-is-root-container\"><!-- wp:uagb/container {\"block_id\":\"5ed0d09f\",\"widthDesktop\":25,\"widthTablet\":50,\"variationSelected\":true,\"widthSetByUser\":true,\"UAGHideMob\":true,\"UAGResponsiveConditions\":true} -->\n<div class=\"wp-block-uagb-container uag-hide-mob uagb-block-5ed0d09f\"><!-- wp:uagb/image {\"block_id\":\"5f380b10\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-18-1-1024x768.jpg\",\"id\":1208,\"linkDestination\":\"none\",\"width\":480,\"height\":500,\"naturalWidth\":1024,\"naturalHeight\":768,\"sizeSlug\":\"large\",\"sizeSlugTablet\":\"large\",\"sizeSlugMobile\":\"large\",\"customHeightSetDesktop\":true} -->\n<div class=\"wp-block-uagb-image uagb-block-5f380b10 wp-block-uagb-image--layout-default wp-block-uagb-image--effect-static wp-block-uagb-image--align-none\"><figure class=\"wp-block-uagb-image__figure\"><img srcset=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-18-1-1024x768.jpg \" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-18-1-1024x768.jpg\" alt=\"\" class=\"uag-image-1208\" width=\"480\" height=\"500\" title=\"\" loading=\"lazy\"/></figure></div>\n<!-- /wp:uagb/image --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"337c3bda\",\"widthDesktop\":25,\"widthTablet\":50,\"variationSelected\":true,\"widthSetByUser\":true,\"UAGHideMob\":true,\"UAGResponsiveConditions\":true} -->\n<div class=\"wp-block-uagb-container uag-hide-mob uagb-block-337c3bda\"><!-- wp:uagb/image {\"block_id\":\"9272ca3b\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Blue-Roan-pool-1.png\",\"id\":1210,\"linkDestination\":\"none\",\"width\":480,\"height\":500,\"naturalWidth\":370,\"naturalHeight\":440,\"sizeSlug\":\"full\",\"sizeSlugTablet\":\"full\",\"sizeSlugMobile\":\"full\",\"customHeightSetDesktop\":true} -->\n<div class=\"wp-block-uagb-image uagb-block-9272ca3b wp-block-uagb-image--layout-default wp-block-uagb-image--effect-static wp-block-uagb-image--align-none\"><figure class=\"wp-block-uagb-image__figure\"><img srcset=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Blue-Roan-pool-1.png \" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Blue-Roan-pool-1.png\" alt=\"\" class=\"uag-image-1210\" width=\"480\" height=\"500\" title=\"\" loading=\"lazy\"/></figure></div>\n<!-- /wp:uagb/image --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"99ee2c35\",\"widthDesktop\":50,\"widthTablet\":100,\"variationSelected\":true,\"columnGapDesktop\":20,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-99ee2c35\"><!-- wp:uagb/image {\"block_id\":\"8654a206\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/the-view-from-my-rooms-1024x768.jpg\",\"id\":1211,\"linkDestination\":\"none\",\"width\":960,\"height\":500,\"naturalWidth\":1024,\"naturalHeight\":768,\"sizeSlug\":\"large\",\"sizeSlugTablet\":\"large\",\"sizeSlugMobile\":\"large\",\"customHeightSetDesktop\":true} -->\n<div class=\"wp-block-uagb-image uagb-block-8654a206 wp-block-uagb-image--layout-default wp-block-uagb-image--effect-static wp-block-uagb-image--align-none\"><figure class=\"wp-block-uagb-image__figure\"><img srcset=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/the-view-from-my-rooms-1024x768.jpg \" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/the-view-from-my-rooms-1024x768.jpg\" alt=\"\" class=\"uag-image-1211\" width=\"960\" height=\"500\" title=\"\" loading=\"lazy\"/></figure></div>\n<!-- /wp:uagb/image --></div>\n<!-- /wp:uagb/container --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"ac0ec7f2\",\"innerContentWidth\":\"alignfull\",\"directionDesktop\":\"row\",\"wrapTablet\":\"wrap\",\"variationSelected\":true,\"rowGapTablet\":0,\"columnGapDesktop\":0,\"isBlockRootParent\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-ac0ec7f2 alignfull uagb-is-root-container\"><!-- wp:uagb/container {\"block_id\":\"97d67674\",\"widthDesktop\":50,\"widthTablet\":100,\"variationSelected\":true,\"columnGapDesktop\":20,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-97d67674\"><!-- wp:uagb/image {\"block_id\":\"25c9f6f1\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAAJDI0ZWY4NDc1LThjYjYtNDM3YS1iOTliLWNmOWQxYTJkMWU5MQ-1.png\",\"id\":1213,\"linkDestination\":\"none\",\"width\":960,\"height\":500,\"naturalWidth\":1000,\"naturalHeight\":667,\"sizeSlug\":\"full\",\"sizeSlugTablet\":\"full\",\"sizeSlugMobile\":\"full\",\"customHeightSetDesktop\":true} -->\n<div class=\"wp-block-uagb-image uagb-block-25c9f6f1 wp-block-uagb-image--layout-default wp-block-uagb-image--effect-static wp-block-uagb-image--align-none\"><figure class=\"wp-block-uagb-image__figure\"><img srcset=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAAJDI0ZWY4NDc1LThjYjYtNDM3YS1iOTliLWNmOWQxYTJkMWU5MQ-1.png \" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAAJDI0ZWY4NDc1LThjYjYtNDM3YS1iOTliLWNmOWQxYTJkMWU5MQ-1.png\" alt=\"\" class=\"uag-image-1213\" width=\"960\" height=\"500\" title=\"\" loading=\"lazy\"/></figure></div>\n<!-- /wp:uagb/image --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"8c77b81c\",\"widthDesktop\":25,\"variationSelected\":true,\"widthSetByUser\":true,\"UAGHideMob\":true,\"UAGResponsiveConditions\":true} -->\n<div class=\"wp-block-uagb-container uag-hide-mob uagb-block-8c77b81c\"><!-- wp:uagb/image {\"block_id\":\"8ff42e2e\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/bird-1-1024x683.jpg\",\"id\":1215,\"linkDestination\":\"none\",\"width\":480,\"height\":500,\"naturalWidth\":1024,\"naturalHeight\":683,\"sizeSlug\":\"large\",\"sizeSlugTablet\":\"large\",\"sizeSlugMobile\":\"large\",\"customHeightSetDesktop\":true} -->\n<div class=\"wp-block-uagb-image uagb-block-8ff42e2e wp-block-uagb-image--layout-default wp-block-uagb-image--effect-static wp-block-uagb-image--align-none\"><figure class=\"wp-block-uagb-image__figure\"><img srcset=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/bird-1-1024x683.jpg \" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/bird-1-1024x683.jpg\" alt=\"\" class=\"uag-image-1215\" width=\"480\" height=\"500\" title=\"\" loading=\"lazy\"/></figure></div>\n<!-- /wp:uagb/image --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"f7f8153f\",\"widthDesktop\":25,\"variationSelected\":true,\"widthSetByUser\":true,\"UAGHideMob\":true,\"UAGResponsiveConditions\":true} -->\n<div class=\"wp-block-uagb-container uag-hide-mob uagb-block-f7f8153f\"><!-- wp:uagb/image {\"block_id\":\"3c3476d9\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/two-happy-boxers-1024x768.jpg\",\"id\":1216,\"linkDestination\":\"none\",\"width\":480,\"height\":500,\"naturalWidth\":1024,\"naturalHeight\":768,\"sizeSlug\":\"large\",\"sizeSlugTablet\":\"large\",\"sizeSlugMobile\":\"large\",\"customHeightSetDesktop\":true} -->\n<div class=\"wp-block-uagb-image uagb-block-3c3476d9 wp-block-uagb-image--layout-default wp-block-uagb-image--effect-static wp-block-uagb-image--align-none\"><figure class=\"wp-block-uagb-image__figure\"><img srcset=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/two-happy-boxers-1024x768.jpg \" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/two-happy-boxers-1024x768.jpg\" alt=\"\" class=\"uag-image-1216\" width=\"480\" height=\"500\" title=\"\" loading=\"lazy\"/></figure></div>\n<!-- /wp:uagb/image --></div>\n<!-- /wp:uagb/container --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"9b9e6eb4\",\"backgroundType\":\"color\",\"backgroundSizeTablet\":\"cover\",\"backgroundSizeMobile\":\"cover\",\"backgroundColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"topPaddingDesktop\":120,\"bottomPaddingDesktop\":0,\"topPaddingTablet\":80,\"bottomPaddingTablet\":80,\"leftPaddingTablet\":30,\"rightPaddingTablet\":30,\"topPaddingMobile\":80,\"bottomPaddingMobile\":80,\"leftPaddingMobile\":20,\"rightPaddingMobile\":20,\"paddingLink\":false,\"variationSelected\":true,\"rowGapDesktop\":0,\"rowGapTablet\":0,\"isBlockRootParent\":true} -->\n<div id=\"nearby-visits\" class=\"wp-block-uagb-container uagb-block-9b9e6eb4 alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/container {\"block_id\":\"b1748b85\",\"directionDesktop\":\"row\",\"alignItemsDesktop\":\"flex-end\",\"alignItemsTablet\":\"flex-end\",\"justifyContentDesktop\":\"flex-end\",\"justifyContentTablet\":\"space-between\",\"variationSelected\":true,\"rowGapMobile\":30,\"columnGapDesktop\":0} -->\n<div class=\"wp-block-uagb-container uagb-block-b1748b85\"><!-- wp:uagb/advanced-heading {\"block_id\":\"e82e1fff\",\"classMigrate\":true,\"headingDescToggle\":true,\"subHeadingColor\":\"\",\"headSpace\":20,\"subHeadFontSize\":16} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-e82e1fff\"><h2 class=\"uagb-heading-text\">Things to do in the area of Magaliesburg<br></h2><p class=\"uagb-desc-text\">Looking for more? Well, we believe that every guest walks into our lodge for the best experience. And, we are determined to do that.</p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/buttons {\"block_id\":\"1bb3c5cd\",\"classMigrate\":true,\"childMigrate\":true,\"align\":\"right\",\"alignTablet\":\"right\",\"alignMobile\":\"left\",\"gap\":0} -->\n<div class=\"wp-block-uagb-buttons uagb-buttons__outer-wrap uagb-btn__default-btn uagb-btn-tablet__default-btn uagb-btn-mobile__default-btn uagb-block-1bb3c5cd\"><div class=\"uagb-buttons__wrap uagb-buttons-layout-wrap\"><!-- wp:uagb/buttons-child {\"block_id\":\"87249841\",\"label\":\"Reservations\",\"link\":\"https://book.nightsbridge.com/11065\",\"hColor\":\"\",\"opensInNewTab\":true,\"borderWidth\":\"\",\"borderRadius\":\"\",\"borderStyle\":\"\",\"borderColor\":\"\",\"borderHColor\":\"\",\"btnBorderTopWidth\":1,\"btnBorderLeftWidth\":1,\"btnBorderRightWidth\":1,\"btnBorderBottomWidth\":1,\"btnBorderTopLeftRadius\":2,\"btnBorderTopRightRadius\":2,\"btnBorderBottomLeftRadius\":2,\"btnBorderBottomRightRadius\":2,\"btnBorderStyle\":\"solid\",\"btnBorderColor\":\"#333\",\"btnBorderHColor\":\"#333\"} -->\n<div class=\"wp-block-uagb-buttons-child uagb-buttons__outer-wrap uagb-block-87249841 wp-block-button is-style-outline\"><div class=\"uagb-button__wrapper\"><a class=\"uagb-buttons-repeater wp-block-button__link\" href=\"https://book.nightsbridge.com/11065\" rel=\"follow noopener\" target=\"_blank\"><div class=\"uagb-button__link\">Reservations</div></a></div></div>\n<!-- /wp:uagb/buttons-child --></div></div>\n<!-- /wp:uagb/buttons --></div>\n<!-- /wp:uagb/container --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"445de2f5\",\"backgroundType\":\"color\",\"backgroundSizeTablet\":\"cover\",\"backgroundSizeMobile\":\"cover\",\"backgroundColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"topPaddingDesktop\":50,\"bottomPaddingDesktop\":100,\"topPaddingTablet\":50,\"bottomPaddingTablet\":25,\"leftPaddingTablet\":20,\"rightPaddingTablet\":20,\"topPaddingMobile\":50,\"bottomPaddingMobile\":20,\"leftPaddingMobile\":20,\"rightPaddingMobile\":20,\"paddingLink\":false,\"variationSelected\":true,\"rowGapDesktop\":0,\"isBlockRootParent\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-445de2f5 alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/container {\"block_id\":\"f4c4e19e\",\"directionDesktop\":\"row\",\"alignItemsTablet\":\"flex-start\",\"paddingLink\":false,\"topMarginDesktop\":50,\"bottomMarginDesktop\":20,\"leftMarginDesktop\":0,\"rightMarginDesktop\":0,\"marginLink\":false,\"variationSelected\":true,\"rowGapMobile\":65,\"columnGapDesktop\":48,\"columnGapTablet\":20} -->\n<div class=\"wp-block-uagb-container uagb-block-f4c4e19e\"><!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"align\":\"center\",\"id\":1222,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image aligncenter size-full\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/41b46e52d7427ea1f6f135454e9a012f.png\" alt=\"\" class=\"wp-image-1222\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"textAlign\":\"center\",\"level\":3} -->\n<h3 class=\"has-text-align-center\">Fishing </h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>The dam has trout (stocked), bass, vlei Kuper and carp. Fly fishers seeking a unique challenge visit our establishment in search of the large &amp; small scale Yellow fish.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:buttons -->\n<div class=\"wp-block-buttons\"><!-- wp:button {\"align\":\"left\"} -->\n<div class=\"wp-block-button alignleft\"><a class=\"wp-block-button__link wp-element-button\" href=\"https://www.sundowner.co.za/rooms/magalies-barbus-haven/\" target=\"_blank\" rel=\"noreferrer noopener\">Barbus Haven</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons -->\n\n<!-- wp:paragraph -->\n<p>The opportunity to fish for Rainbow Trout or the elusive Brown Trout. Kingfisher offers rod hires at their venue. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:buttons -->\n<div class=\"wp-block-buttons\"><!-- wp:button {\"align\":\"left\"} -->\n<div class=\"wp-block-button alignleft\"><a class=\"wp-block-button__link wp-element-button\" href=\"https://www.thekingfisherlodge.co.za/activities/\" target=\"_blank\" rel=\"noreferrer noopener\">Kingfisher</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":1235,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Maseke-MTB-MvZ-3-1024x683-1.png\" alt=\"\" class=\"wp-image-1235\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>Mountain biking </h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>It is a privately owned nature reserve that offers mountain biking.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:spacer {\"height\":\"20px\"} -->\n<div style=\"height:20px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:buttons -->\n<div class=\"wp-block-buttons\"><!-- wp:button -->\n<div class=\"wp-block-button\"><a class=\"wp-block-button__link wp-element-button\" href=\"http://ingwebushcamp.yolasite.com/\" target=\"_blank\" rel=\"noreferrer noopener\">Ingwe Bush Camp&nbsp;</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons -->\n\n<!-- wp:paragraph -->\n<p>With over 80km of trails, Van Gaalen&nbsp;has something to offer for every kind of athlete, from beginner to advanced.<br></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:buttons -->\n<div class=\"wp-block-buttons\"><!-- wp:button -->\n<div class=\"wp-block-button\"><a class=\"wp-block-button__link wp-element-button\" href=\"https://www.vangaalen.co.za/products\" target=\"_blank\" rel=\"noreferrer noopener\">Van Gaalen\'s</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":1317,\"width\":341,\"height\":397,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large is-resized\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/activity_2209_280316_original-740x1024.png\" alt=\"\" class=\"wp-image-1317\" width=\"341\" height=\"397\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>Quad biking </h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>We have quads suitable for kiddies, tweens, teens, and adults. We have mini quads and fully automatic 150cc quads.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:spacer {\"height\":\"2px\"} -->\n<div style=\"height:2px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:buttons -->\n<div class=\"wp-block-buttons\"><!-- wp:button -->\n<div class=\"wp-block-button\"><a class=\"wp-block-button__link wp-element-button\" href=\"https://www.saddlecreekadventures.co.za/activity/quad-biking/\" target=\"_blank\" rel=\"noreferrer noopener\">Saddle Creek Ranch</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons -->\n\n<!-- wp:paragraph -->\n<p>A 700-meter monster track, the longest and most exciting track in Gauteng!</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:spacer {\"height\":\"2px\"} -->\n<div style=\"height:2px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:buttons -->\n<div class=\"wp-block-buttons\"><!-- wp:button -->\n<div class=\"wp-block-button\"><a class=\"wp-block-button__link wp-element-button\" href=\"http://www.swartkrans.co.za/\" target=\"_blank\" rel=\"noreferrer noopener\">Swartkrans Go-Karting&nbsp;</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"align\":\"center\",\"id\":1198,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image aligncenter size-full\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/eyJidWNrZXQiOiJhc3NldHMuYWxsdHJhaWxzLmNvbSIsImtleSI6InVwbG9hZHMvcGhvdG8vaW1hZ2UvNDMxNzk4MTAvYjZkYTAz-1.png\" alt=\"\" class=\"wp-image-1198\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>Horse riding </h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Join us for an unforgettable horse riding experience in the peaceful countryside, with beautiful mountain scenery and lovely bush trails.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:buttons -->\n<div class=\"wp-block-buttons\"><!-- wp:button -->\n<div class=\"wp-block-button\"><a class=\"wp-block-button__link wp-element-button\" href=\"https://www.saddlecreekadventures.co.za/activity/horse-riding/\" target=\"_blank\" rel=\"noreferrer noopener\">Saddle Creek Ranch</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":1185,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/49089607_1950305445047847_5177863042771189760_n.png\" alt=\"\" class=\"wp-image-1185\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>Game drives </h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Enjoy a thrilling and educational adventure with our experienced guides.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:spacer {\"height\":\"2px\"} -->\n<div style=\"height:2px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:buttons -->\n<div class=\"wp-block-buttons\"><!-- wp:button -->\n<div class=\"wp-block-button\"><a class=\"wp-block-button__link wp-element-button\" href=\"https://www.rhinolion.co.za/visitors-guide/activity-index/game-drives/\" target=\"_blank\" rel=\"noreferrer noopener\">Rhino &amp; Lion Park</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons -->\n\n<!-- wp:paragraph -->\n<p>Our guided game-viewing drives take place each day in the morning and afternoon, as this is when the animals are most active.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:buttons -->\n<div class=\"wp-block-buttons\"><!-- wp:button -->\n<div class=\"wp-block-button\"><a class=\"wp-block-button__link wp-element-button\" href=\"https://www.africanhillslodge.co.za/experience/\" target=\"_blank\" rel=\"noreferrer noopener\">Askari Game Lodge</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:spacer {\"height\":\"12px\"} -->\n<div style=\"height:12px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:heading -->\n<h2>Other activites </h2>\n<!-- /wp:heading -->\n\n<!-- wp:uagb/faq {\"block_id\":\"a128d36f\",\"expandFirstItem\":false,\"boxBgColor\":\"#F5F5F5\",\"borderStyle\":\"\",\"borderWidth\":\"\",\"borderRadius\":\"\",\"borderColor\":\"\",\"vquestionPaddingDesktop\":15,\"hquestionPaddingDesktop\":15,\"iconAlign\":\"row-reverse\",\"schema\":\"{\\u0022@context\\u0022:\\u0022https://schema.org\\u0022,\\u0022@type\\u0022:\\u0022FAQPage\\u0022,\\u0022@id\\u0022:\\u0022https://blueroan.netgen.cloud/amenities/\\u0022,\\u0022mainEntity\\u0022:[{\\u0022@type\\u0022:\\u0022Question\\u0022,\\u0022name\\u0022:\\u0022\\u003cstrong\\u003ePUBS / MICRO BREWERIES\\u003c/strong\\u003e\\u0022,\\u0022acceptedAnswer\\u0022:{\\u0022@type\\u0022:\\u0022Answer\\u0022,\\u0022text\\u0022:\\u0022Black Horse   \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27825613246\\\\\\u0022\\u003e082 561 3246\\u003cbr\\u003e\\u003c/a\\u003eBrauhaus am Dam   \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27878025519\\\\\\u0022\\u003e087 802 5519\\u003c/a\\u003e / \\u003ca href=\\\\\\u0022tel:+27729201742\\\\\\u0022\\u003e072 920 1742\\u003c/a\\u003e\\u003cbr\\u003eHartleys Elephant Bar   \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27145772301\\\\\\u0022\\u003e014 577 2301\\u003cbr\\u003e\\u003c/a\\u003eThatchwood Pub   \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27837091672\\\\\\u0022\\u003e083 709 1672\\u003cbr\\u003e\\u003c/a\\u003eMonate Citrus Kelder   \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27122580712\\\\\\u0022\\u003e012 258 0712\\u003c/a\\u003e\\u0022}},{\\u0022@type\\u0022:\\u0022Question\\u0022,\\u0022name\\u0022:\\u0022\\u003cstrong\\u003eTEA GARDENS / RESTAURANTS   \\u003c/strong\\u003e\\u0022,\\u0022acceptedAnswer\\u0022:{\\u0022@type\\u0022:\\u0022Answer\\u0022,\\u0022text\\u0022:\\u0022Black Horse   \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27825613246\\\\\\u0022\\u003e082 561 3246\\u003cbr\\u003e\\u003c/a\\u003eBrauhaus am Dam   \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27878025519\\\\\\u0022\\u003e087 802 5519\\u003c/a\\u003e / \\u003ca href=\\\\\\u0022tel:+27729201742\\\\\\u0022\\u003e072 920 1742\\u003c/a\\u003e\\u003cbr\\u003eMelon Rouge   \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27796806050\\\\\\u0022\\u003e079 680 6050\\u003cbr\\u003e\\u003c/a\\u003eMount Grace Hotel   \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27145775600\\\\\\u0022\\u003e014 577 5600\\u003cbr\\u003e\\u003c/a\\u003eValley Lodge Hotel   \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27145771301\\\\\\u0022\\u003e014 577 1301\\u003cbr\\u003e\\u003c/a\\u003eLa Classique Ristorante   \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27145774006\\\\\\u0022\\u003e014 577 4006\\u003c/a\\u003e\\u0022}},{\\u0022@type\\u0022:\\u0022Question\\u0022,\\u0022name\\u0022:\\u0022\\u003cstrong\\u003eSHOPPING\\u003c/strong\\u003e  \\u0022,\\u0022acceptedAnswer\\u0022:{\\u0022@type\\u0022:\\u0022Answer\\u0022,\\u0022text\\u0022:\\u0022If Only Antiques    \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27827878825\\\\\\u0022\\u003e082 787 8825\\u003cbr\\u003e\\u003c/a\\u003ePuss in Boots   \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27145773562\\\\\\u0022\\u003e014 577 3562\\u003c/a\\u003e\\u0022}},{\\u0022@type\\u0022:\\u0022Question\\u0022,\\u0022name\\u0022:\\u0022\\u003cstrong\\u003eSPORTS \\u0026amp; ADVENTURE\\u003c/strong\\u003e\\u0022,\\u0022acceptedAnswer\\u0022:{\\u0022@type\\u0022:\\u0022Answer\\u0022,\\u0022text\\u0022:\\u0022Tandem Paragliding flips  \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27823221824\\\\\\u0022\\u003e0823221824\\u003c/a\\u003e\\u003cbr\\u003eMountain Sanctuary Park   \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27145340114\\\\\\u0022\\u003e014 534 0114\\u003cbr\\u003e\\u003c/a\\u003eBill Harrops Original Balloon Safaris   \\u003ca href=\\\\\\u0022tel:+27145771733\\\\\\u0022\\u003e014 577 1733\\u003c/a\\u003e / \\u003ca href=\\\\\\u0022tel:+27837520036\\\\\\u0022\\u003e083 752 0036\\u003c/a\\u003e\\u003cbr\\u003ePecanwood Golf Course   \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27122440112\\\\\\u0022\\u003e012 244 0112\\u003cbr\\u003e\\u003c/a\\u003eAir Ventures Hot Air Balloons   \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27117935782\\\\\\u0022\\u003e011 793 5782\\u003cbr\\u003e\\u003c/a\\u003eGliding   \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27835266966\\\\\\u0022\\u003e083 526 6966\\u003cbr\\u003e\\u003c/a\\u003eMagaliesberg Canopy Tours   \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27145350150\\\\\\u0022\\u003e014 535 0150\\u003cbr\\u003e\\u003c/a\\u003eWild Cave Adventures   \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27824862464\\\\\\u0022\\u003e082 486 2464\\u003cbr\\u003e\\u003c/a\\u003eMiracle Waters Dive Gateway   \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27832359840\\\\\\u0022\\u003e083 235 9840\\u003c/a\\u003e\\u0022}},{\\u0022@type\\u0022:\\u0022Question\\u0022,\\u0022name\\u0022:\\u0022\\u003cstrong\\u003eHEALTH SPAS\\u003c/strong\\u003e\\u0022,\\u0022acceptedAnswer\\u0022:{\\u0022@type\\u0022:\\u0022Answer\\u0022,\\u0022text\\u0022:\\u0022Whispering Pines   \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27145771536\\\\\\u0022\\u003e014 577 1536\\u003cbr\\u003e\\u003c/a\\u003eMount Grace Spa   \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27145775600\\\\\\u0022\\u003e014 577 5600\\u003cbr\\u003e\\u003c/a\\u003eValley Lodge Spa   \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27145771301\\\\\\u0022\\u003e014 577 1301\\u003cbr\\u003e\\u003c/a\\u003eRosewell Spa   \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27145771172\\\\\\u0022\\u003e014 577 1172\\u003cbr\\u003e\\u003c/a\\u003eSparkling Waters   \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27145350019\\\\\\u0022\\u003e014 535 0019\\u003c/a\\u003e\\u0022}},{\\u0022@type\\u0022:\\u0022Question\\u0022,\\u0022name\\u0022:\\u0022\\u003cstrong\\u003ePLACES OF INTEREST\\u003c/strong\\u003e\\u0022,\\u0022acceptedAnswer\\u0022:{\\u0022@type\\u0022:\\u0022Answer\\u0022,\\u0022text\\u0022:\\u0022Maropeng Visitors Centre   \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27145779000\\\\\\u0022\\u003e014 577 9000\\u003cbr\\u003e\\u003c/a\\u003eSterkfontein Caves   \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27116683200\\\\\\u0022\\u003e011 668 3200\\u003cbr\\u003e\\u003c/a\\u003eBlaaubank Gold Mine   \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27825673111\\\\\\u0022\\u003e082 567 3111\\u003cbr\\u003e\\u003c/a\\u003eVan Gaalen Cheese Farm   \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27122071289\\\\\\u0022\\u003e012 207 1289\\u003cbr\\u003e\\u003c/a\\u003eHartebeespoort Cableway   \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27722412654\\\\\\u0022\\u003e072 241 2654\\u003cbr\\u003e\\u003c/a\\u003eElephant Sanctuary             \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27122580423\\\\\\u0022\\u003e012 258 0423\\u003cbr\\u003e\\u003c/a\\u003eTeam Gel   \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27114622894\\\\\\u0022\\u003e011 462 2894\\u003c/a\\u003e / \\u003ca href=\\\\\\u0022tel:+27833207623\\\\\\u0022\\u003e083 320 7623\\u003c/a\\u003e\\u003cbr\\u003eMonate Citrus Kelder   \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27122580712\\\\\\u0022\\u003e012 258 0712\\u003cbr\\u003e\\u003c/a\\u003eLiving Jewels   \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27119566444\\\\\\u0022\\u003e011 956 6444\\u003cbr\\u003e\\u003c/a\\u003eBlaaubank Candle Dipping   \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27145774609\\\\\\u0022\\u003e014 577 4609\\u003cbr\\u003e\\u003c/a\\u003eVeggie Picking \\u0026amp; Strawberry Picking \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27122071116\\\\\\u0022\\u003e012 207 1116\\u003c/a\\u003e\\u0022}}]}\",\"questionLeftPaddingDesktop\":15,\"questionBottomPaddingDesktop\":15,\"answerTopPadding\":0,\"answerRightPadding\":15,\"answerBottomPadding\":15,\"answerLeftPadding\":15,\"answerTopPaddingTablet\":10,\"answerRightPaddingTablet\":10,\"answerBottomPaddingTablet\":10,\"answerLeftPaddingTablet\":10,\"answerTopPaddingMobile\":10,\"answerRightPaddingMobile\":10,\"answerBottomPaddingMobile\":10,\"answerLeftPaddingMobile\":10,\"overallBorderTopWidth\":1,\"overallBorderLeftWidth\":1,\"overallBorderRightWidth\":1,\"overallBorderBottomWidth\":1,\"overallBorderTopLeftRadius\":2,\"overallBorderTopRightRadius\":2,\"overallBorderBottomLeftRadius\":2,\"overallBorderBottomRightRadius\":2,\"overallBorderStyle\":\"none\",\"overallBorderColor\":\"#D2D2D2\"} -->\n<div class=\"wp-block-uagb-faq uagb-faq__outer-wrap uagb-block-a128d36f uagb-faq-icon-row-reverse uagb-faq-layout-accordion uagb-faq-expand-first-false uagb-faq-inactive-other-true uagb-faq__wrap uagb-buttons-layout-wrap uagb-faq-equal-height\" data-faqtoggle=\"true\" role=\"tablist\"><!-- wp:uagb/faq-child {\"block_id\":\"e29e3166\",\"question\":\"\\u003cstrong\\u003ePUBS / MICRO BREWERIES\\u003c/strong\\u003e\",\"answer\":\"Black Horse   \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27825613246\\u0022\\u003e082 561 3246\\u003cbr\\u003e\\u003c/a\\u003eBrauhaus am Dam   \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27878025519\\u0022\\u003e087 802 5519\\u003c/a\\u003e / \\u003ca href=\\u0022tel:+27729201742\\u0022\\u003e072 920 1742\\u003c/a\\u003e\\u003cbr\\u003eHartleys Elephant Bar   \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27145772301\\u0022\\u003e014 577 2301\\u003cbr\\u003e\\u003c/a\\u003eThatchwood Pub   \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27837091672\\u0022\\u003e083 709 1672\\u003cbr\\u003e\\u003c/a\\u003eMonate Citrus Kelder   \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27122580712\\u0022\\u003e012 258 0712\\u003c/a\\u003e\"} -->\n<div class=\"wp-block-uagb-faq-child uagb-faq-child__outer-wrap uagb-faq-item uagb-block-e29e3166\" role=\"tab\" tabindex=\"0\"><div class=\"uagb-faq-questions-button uagb-faq-questions\"><span class=\"uagb-icon uagb-faq-icon-wrap\"><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 448 512\"><path d=\"M432 256c0 17.69-14.33 32.01-32 32.01H256v144c0 17.69-14.33 31.99-32 31.99s-32-14.3-32-31.99v-144H48c-17.67 0-32-14.32-32-32.01s14.33-31.99 32-31.99H192v-144c0-17.69 14.33-32.01 32-32.01s32 14.32 32 32.01v144h144C417.7 224 432 238.3 432 256z\"></path></svg></span><span class=\"uagb-icon-active uagb-faq-icon-wrap\"><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 448 512\"><path d=\"M400 288h-352c-17.69 0-32-14.32-32-32.01s14.31-31.99 32-31.99h352c17.69 0 32 14.3 32 31.99S417.7 288 400 288z\"></path></svg></span><span class=\"uagb-question\"><strong>PUBS / MICRO BREWERIES</strong></span></div><p class=\"uagb-faq-content\">Black Horse   <br><a href=\"tel:+27825613246\">082 561 3246<br></a>Brauhaus am Dam   <br><a href=\"tel:+27878025519\">087 802 5519</a> / <a href=\"tel:+27729201742\">072 920 1742</a><br>Hartleys Elephant Bar   <br><a href=\"tel:+27145772301\">014 577 2301<br></a>Thatchwood Pub   <br><a href=\"tel:+27837091672\">083 709 1672<br></a>Monate Citrus Kelder   <br><a href=\"tel:+27122580712\">012 258 0712</a></p></div>\n<!-- /wp:uagb/faq-child -->\n\n<!-- wp:uagb/faq-child {\"block_id\":\"1893ce77\",\"question\":\"\\u003cstrong\\u003eTEA GARDENS / RESTAURANTS   \\u003c/strong\\u003e\",\"answer\":\"Black Horse   \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27825613246\\u0022\\u003e082 561 3246\\u003cbr\\u003e\\u003c/a\\u003eBrauhaus am Dam   \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27878025519\\u0022\\u003e087 802 5519\\u003c/a\\u003e / \\u003ca href=\\u0022tel:+27729201742\\u0022\\u003e072 920 1742\\u003c/a\\u003e\\u003cbr\\u003eMelon Rouge   \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27796806050\\u0022\\u003e079 680 6050\\u003cbr\\u003e\\u003c/a\\u003eMount Grace Hotel   \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27145775600\\u0022\\u003e014 577 5600\\u003cbr\\u003e\\u003c/a\\u003eValley Lodge Hotel   \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27145771301\\u0022\\u003e014 577 1301\\u003cbr\\u003e\\u003c/a\\u003eLa Classique Ristorante   \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27145774006\\u0022\\u003e014 577 4006\\u003c/a\\u003e\"} -->\n<div class=\"wp-block-uagb-faq-child uagb-faq-child__outer-wrap uagb-faq-item uagb-block-1893ce77\" role=\"tab\" tabindex=\"0\"><div class=\"uagb-faq-questions-button uagb-faq-questions\"><span class=\"uagb-icon uagb-faq-icon-wrap\"><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 448 512\"><path d=\"M432 256c0 17.69-14.33 32.01-32 32.01H256v144c0 17.69-14.33 31.99-32 31.99s-32-14.3-32-31.99v-144H48c-17.67 0-32-14.32-32-32.01s14.33-31.99 32-31.99H192v-144c0-17.69 14.33-32.01 32-32.01s32 14.32 32 32.01v144h144C417.7 224 432 238.3 432 256z\"></path></svg></span><span class=\"uagb-icon-active uagb-faq-icon-wrap\"><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 448 512\"><path d=\"M400 288h-352c-17.69 0-32-14.32-32-32.01s14.31-31.99 32-31.99h352c17.69 0 32 14.3 32 31.99S417.7 288 400 288z\"></path></svg></span><span class=\"uagb-question\"><strong>TEA GARDENS / RESTAURANTS   </strong></span></div><p class=\"uagb-faq-content\">Black Horse   <br><a href=\"tel:+27825613246\">082 561 3246<br></a>Brauhaus am Dam   <br><a href=\"tel:+27878025519\">087 802 5519</a> / <a href=\"tel:+27729201742\">072 920 1742</a><br>Melon Rouge   <br><a href=\"tel:+27796806050\">079 680 6050<br></a>Mount Grace Hotel   <br><a href=\"tel:+27145775600\">014 577 5600<br></a>Valley Lodge Hotel   <br><a href=\"tel:+27145771301\">014 577 1301<br></a>La Classique Ristorante   <br><a href=\"tel:+27145774006\">014 577 4006</a></p></div>\n<!-- /wp:uagb/faq-child -->\n\n<!-- wp:uagb/faq-child {\"block_id\":\"0bdede9a\",\"question\":\"\\u003cstrong\\u003eSHOPPING\\u003c/strong\\u003e  \",\"answer\":\"If Only Antiques    \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27827878825\\u0022\\u003e082 787 8825\\u003cbr\\u003e\\u003c/a\\u003ePuss in Boots   \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27145773562\\u0022\\u003e014 577 3562\\u003c/a\\u003e\"} -->\n<div class=\"wp-block-uagb-faq-child uagb-faq-child__outer-wrap uagb-faq-item uagb-block-0bdede9a\" role=\"tab\" tabindex=\"0\"><div class=\"uagb-faq-questions-button uagb-faq-questions\"><span class=\"uagb-icon uagb-faq-icon-wrap\"><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 448 512\"><path d=\"M432 256c0 17.69-14.33 32.01-32 32.01H256v144c0 17.69-14.33 31.99-32 31.99s-32-14.3-32-31.99v-144H48c-17.67 0-32-14.32-32-32.01s14.33-31.99 32-31.99H192v-144c0-17.69 14.33-32.01 32-32.01s32 14.32 32 32.01v144h144C417.7 224 432 238.3 432 256z\"></path></svg></span><span class=\"uagb-icon-active uagb-faq-icon-wrap\"><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 448 512\"><path d=\"M400 288h-352c-17.69 0-32-14.32-32-32.01s14.31-31.99 32-31.99h352c17.69 0 32 14.3 32 31.99S417.7 288 400 288z\"></path></svg></span><span class=\"uagb-question\"><strong>SHOPPING</strong>  </span></div><p class=\"uagb-faq-content\">If Only Antiques    <br><a href=\"tel:+27827878825\">082 787 8825<br></a>Puss in Boots   <br><a href=\"tel:+27145773562\">014 577 3562</a></p></div>\n<!-- /wp:uagb/faq-child -->\n\n<!-- wp:uagb/faq-child {\"block_id\":\"c673e5b9\",\"question\":\"\\u003cstrong\\u003eSPORTS \\u0026amp; ADVENTURE\\u003c/strong\\u003e\",\"answer\":\"Tandem Paragliding flips  \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27823221824\\u0022\\u003e0823221824\\u003c/a\\u003e\\u003cbr\\u003eMountain Sanctuary Park   \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27145340114\\u0022\\u003e014 534 0114\\u003cbr\\u003e\\u003c/a\\u003eBill Harrops Original Balloon Safaris   \\u003ca href=\\u0022tel:+27145771733\\u0022\\u003e014 577 1733\\u003c/a\\u003e / \\u003ca href=\\u0022tel:+27837520036\\u0022\\u003e083 752 0036\\u003c/a\\u003e\\u003cbr\\u003ePecanwood Golf Course   \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27122440112\\u0022\\u003e012 244 0112\\u003cbr\\u003e\\u003c/a\\u003eAir Ventures Hot Air Balloons   \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27117935782\\u0022\\u003e011 793 5782\\u003cbr\\u003e\\u003c/a\\u003eGliding   \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27835266966\\u0022\\u003e083 526 6966\\u003cbr\\u003e\\u003c/a\\u003eMagaliesberg Canopy Tours   \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27145350150\\u0022\\u003e014 535 0150\\u003cbr\\u003e\\u003c/a\\u003eWild Cave Adventures   \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27824862464\\u0022\\u003e082 486 2464\\u003cbr\\u003e\\u003c/a\\u003eMiracle Waters Dive Gateway   \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27832359840\\u0022\\u003e083 235 9840\\u003c/a\\u003e\"} -->\n<div class=\"wp-block-uagb-faq-child uagb-faq-child__outer-wrap uagb-faq-item uagb-block-c673e5b9\" role=\"tab\" tabindex=\"0\"><div class=\"uagb-faq-questions-button uagb-faq-questions\"><span class=\"uagb-icon uagb-faq-icon-wrap\"><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 448 512\"><path d=\"M432 256c0 17.69-14.33 32.01-32 32.01H256v144c0 17.69-14.33 31.99-32 31.99s-32-14.3-32-31.99v-144H48c-17.67 0-32-14.32-32-32.01s14.33-31.99 32-31.99H192v-144c0-17.69 14.33-32.01 32-32.01s32 14.32 32 32.01v144h144C417.7 224 432 238.3 432 256z\"></path></svg></span><span class=\"uagb-icon-active uagb-faq-icon-wrap\"><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 448 512\"><path d=\"M400 288h-352c-17.69 0-32-14.32-32-32.01s14.31-31.99 32-31.99h352c17.69 0 32 14.3 32 31.99S417.7 288 400 288z\"></path></svg></span><span class=\"uagb-question\"><strong>SPORTS &amp; ADVENTURE</strong></span></div><p class=\"uagb-faq-content\">Tandem Paragliding flips  <br><a href=\"tel:+27823221824\">0823221824</a><br>Mountain Sanctuary Park   <br><a href=\"tel:+27145340114\">014 534 0114<br></a>Bill Harrops Original Balloon Safaris   <a href=\"tel:+27145771733\">014 577 1733</a> / <a href=\"tel:+27837520036\">083 752 0036</a><br>Pecanwood Golf Course   <br><a href=\"tel:+27122440112\">012 244 0112<br></a>Air Ventures Hot Air Balloons   <br><a href=\"tel:+27117935782\">011 793 5782<br></a>Gliding   <br><a href=\"tel:+27835266966\">083 526 6966<br></a>Magaliesberg Canopy Tours   <br><a href=\"tel:+27145350150\">014 535 0150<br></a>Wild Cave Adventures   <br><a href=\"tel:+27824862464\">082 486 2464<br></a>Miracle Waters Dive Gateway   <br><a href=\"tel:+27832359840\">083 235 9840</a></p></div>\n<!-- /wp:uagb/faq-child -->\n\n<!-- wp:uagb/faq-child {\"block_id\":\"2ebda72a\",\"question\":\"\\u003cstrong\\u003eHEALTH SPAS\\u003c/strong\\u003e\",\"answer\":\"Whispering Pines   \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27145771536\\u0022\\u003e014 577 1536\\u003cbr\\u003e\\u003c/a\\u003eMount Grace Spa   \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27145775600\\u0022\\u003e014 577 5600\\u003cbr\\u003e\\u003c/a\\u003eValley Lodge Spa   \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27145771301\\u0022\\u003e014 577 1301\\u003cbr\\u003e\\u003c/a\\u003eRosewell Spa   \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27145771172\\u0022\\u003e014 577 1172\\u003cbr\\u003e\\u003c/a\\u003eSparkling Waters   \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27145350019\\u0022\\u003e014 535 0019\\u003c/a\\u003e\"} -->\n<div class=\"wp-block-uagb-faq-child uagb-faq-child__outer-wrap uagb-faq-item uagb-block-2ebda72a\" role=\"tab\" tabindex=\"0\"><div class=\"uagb-faq-questions-button uagb-faq-questions\"><span class=\"uagb-icon uagb-faq-icon-wrap\"><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 448 512\"><path d=\"M432 256c0 17.69-14.33 32.01-32 32.01H256v144c0 17.69-14.33 31.99-32 31.99s-32-14.3-32-31.99v-144H48c-17.67 0-32-14.32-32-32.01s14.33-31.99 32-31.99H192v-144c0-17.69 14.33-32.01 32-32.01s32 14.32 32 32.01v144h144C417.7 224 432 238.3 432 256z\"></path></svg></span><span class=\"uagb-icon-active uagb-faq-icon-wrap\"><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 448 512\"><path d=\"M400 288h-352c-17.69 0-32-14.32-32-32.01s14.31-31.99 32-31.99h352c17.69 0 32 14.3 32 31.99S417.7 288 400 288z\"></path></svg></span><span class=\"uagb-question\"><strong>HEALTH SPAS</strong></span></div><p class=\"uagb-faq-content\">Whispering Pines   <br><a href=\"tel:+27145771536\">014 577 1536<br></a>Mount Grace Spa   <br><a href=\"tel:+27145775600\">014 577 5600<br></a>Valley Lodge Spa   <br><a href=\"tel:+27145771301\">014 577 1301<br></a>Rosewell Spa   <br><a href=\"tel:+27145771172\">014 577 1172<br></a>Sparkling Waters   <br><a href=\"tel:+27145350019\">014 535 0019</a></p></div>\n<!-- /wp:uagb/faq-child -->\n\n<!-- wp:uagb/faq-child {\"block_id\":\"4d640ad3\",\"question\":\"\\u003cstrong\\u003ePLACES OF INTEREST\\u003c/strong\\u003e\",\"answer\":\"Maropeng Visitors Centre   \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27145779000\\u0022\\u003e014 577 9000\\u003cbr\\u003e\\u003c/a\\u003eSterkfontein Caves   \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27116683200\\u0022\\u003e011 668 3200\\u003cbr\\u003e\\u003c/a\\u003eBlaaubank Gold Mine   \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27825673111\\u0022\\u003e082 567 3111\\u003cbr\\u003e\\u003c/a\\u003eVan Gaalen Cheese Farm   \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27122071289\\u0022\\u003e012 207 1289\\u003cbr\\u003e\\u003c/a\\u003eHartebeespoort Cableway   \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27722412654\\u0022\\u003e072 241 2654\\u003cbr\\u003e\\u003c/a\\u003eElephant Sanctuary             \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27122580423\\u0022\\u003e012 258 0423\\u003cbr\\u003e\\u003c/a\\u003eTeam Gel   \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27114622894\\u0022\\u003e011 462 2894\\u003c/a\\u003e / \\u003ca href=\\u0022tel:+27833207623\\u0022\\u003e083 320 7623\\u003c/a\\u003e\\u003cbr\\u003eMonate Citrus Kelder   \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27122580712\\u0022\\u003e012 258 0712\\u003cbr\\u003e\\u003c/a\\u003eLiving Jewels   \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27119566444\\u0022\\u003e011 956 6444\\u003cbr\\u003e\\u003c/a\\u003eBlaaubank Candle Dipping   \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27145774609\\u0022\\u003e014 577 4609\\u003cbr\\u003e\\u003c/a\\u003eVeggie Picking \\u0026amp; Strawberry Picking \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27122071116\\u0022\\u003e012 207 1116\\u003c/a\\u003e\"} -->\n<div class=\"wp-block-uagb-faq-child uagb-faq-child__outer-wrap uagb-faq-item uagb-block-4d640ad3\" role=\"tab\" tabindex=\"0\"><div class=\"uagb-faq-questions-button uagb-faq-questions\"><span class=\"uagb-icon uagb-faq-icon-wrap\"><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 448 512\"><path d=\"M432 256c0 17.69-14.33 32.01-32 32.01H256v144c0 17.69-14.33 31.99-32 31.99s-32-14.3-32-31.99v-144H48c-17.67 0-32-14.32-32-32.01s14.33-31.99 32-31.99H192v-144c0-17.69 14.33-32.01 32-32.01s32 14.32 32 32.01v144h144C417.7 224 432 238.3 432 256z\"></path></svg></span><span class=\"uagb-icon-active uagb-faq-icon-wrap\"><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 448 512\"><path d=\"M400 288h-352c-17.69 0-32-14.32-32-32.01s14.31-31.99 32-31.99h352c17.69 0 32 14.3 32 31.99S417.7 288 400 288z\"></path></svg></span><span class=\"uagb-question\"><strong>PLACES OF INTEREST</strong></span></div><p class=\"uagb-faq-content\">Maropeng Visitors Centre   <br><a href=\"tel:+27145779000\">014 577 9000<br></a>Sterkfontein Caves   <br><a href=\"tel:+27116683200\">011 668 3200<br></a>Blaaubank Gold Mine   <br><a href=\"tel:+27825673111\">082 567 3111<br></a>Van Gaalen Cheese Farm   <br><a href=\"tel:+27122071289\">012 207 1289<br></a>Hartebeespoort Cableway   <br><a href=\"tel:+27722412654\">072 241 2654<br></a>Elephant Sanctuary             <br><a href=\"tel:+27122580423\">012 258 0423<br></a>Team Gel   <br><a href=\"tel:+27114622894\">011 462 2894</a> / <a href=\"tel:+27833207623\">083 320 7623</a><br>Monate Citrus Kelder   <br><a href=\"tel:+27122580712\">012 258 0712<br></a>Living Jewels   <br><a href=\"tel:+27119566444\">011 956 6444<br></a>Blaaubank Candle Dipping   <br><a href=\"tel:+27145774609\">014 577 4609<br></a>Veggie Picking &amp; Strawberry Picking <br><a href=\"tel:+27122071116\">012 207 1116</a></p></div>\n<!-- /wp:uagb/faq-child --></div>\n<!-- /wp:uagb/faq --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"0bc4e7dc\",\"innerContentCustomWidthDesktop\":781,\"innerContentCustomWidthTablet\":781,\"backgroundType\":\"image\",\"backgroundImageDesktop\":{\"id\":907,\"title\":\"241565_xl\",\"filename\":\"241565_xl.jpg\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/241565_xl.jpg\",\"link\":\"https://blueroan.netgen.cloud/home/241565_xl/\",\"alt\":\"\",\"author\":\"2\",\"description\":\"\",\"caption\":\"\",\"name\":\"241565_xl\",\"status\":\"inherit\",\"uploadedTo\":760,\"date\":\"2022-12-13T15:04:35.000Z\",\"modified\":\"2022-12-13T15:04:35.000Z\",\"menuOrder\":0,\"mime\":\"image/jpeg\",\"type\":\"image\",\"subtype\":\"jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-includes/images/media/default.png\",\"dateFormatted\":\"December 13, 2022\",\"nonces\":{\"update\":\"8ba15922a4\",\"delete\":\"e660ddd200\",\"edit\":\"57c3a4b066\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=907\\u0026action=edit\",\"meta\":false,\"authorName\":\"Netgen Support\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/profile.php\",\"uploadedToTitle\":\"Home\",\"uploadedToLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=760\\u0026action=edit\",\"filesizeInBytes\":90717,\"filesizeHumanReadable\":\"89 KB\",\"context\":\"\",\"height\":534,\"width\":800,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/241565_xl-150x150.jpg\",\"orientation\":\"landscape\"},\"medium\":{\"height\":200,\"width\":300,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/241565_xl-300x200.jpg\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/241565_xl.jpg\",\"height\":534,\"width\":800,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"backgroundImageColor\":\"rgba(42,42,42,0.65)\",\"topPaddingDesktop\":144,\"bottomPaddingDesktop\":144,\"leftPaddingDesktop\":40,\"rightPaddingDesktop\":40,\"topPaddingTablet\":80,\"bottomPaddingTablet\":80,\"leftPaddingTablet\":40,\"rightPaddingTablet\":40,\"topPaddingMobile\":64,\"bottomPaddingMobile\":64,\"leftPaddingMobile\":24,\"rightPaddingMobile\":24,\"paddingLink\":false,\"variationSelected\":true,\"isBlockRootParent\":true,\"overlayType\":\"color\"} -->\n<div class=\"wp-block-uagb-container uagb-block-0bc4e7dc alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/advanced-heading {\"block_id\":\"3e067e10\",\"classMigrate\":true,\"headingDescToggle\":true,\"headingAlign\":\"center\",\"headingColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"subHeadingColor\":\"var(\\u002d\\u002dast-global-color-4)\",\"headSpace\":20} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-3e067e10\"><h2 class=\"uagb-heading-text\">Create Memorable Moments at Blue Roan!</h2><p class=\"uagb-desc-text\">Blue Roan is a 4-star graded pet-friendly venue</p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/advanced-heading {\"block_id\":\"9ad2e846\",\"classMigrate\":true,\"headingTitleToggle\":false,\"headingDescToggle\":true,\"headingAlign\":\"center\",\"subHeadingColor\":\"var(\\u002d\\u002dast-global-color-4)\",\"subHeadTransform\":\"uppercase\",\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"subHeadLetterSpacing\":2,\"blockTopPadding\":60,\"blockRightPadding\":0,\"blockLeftPadding\":0,\"blockBottomPadding\":0,\"blockTopPaddingMobile\":30,\"blockRightPaddingMobile\":0,\"blockLeftPaddingMobile\":0,\"blockBottomPaddingMobile\":0,\"linkColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"linkHColor\":\"var(\\u002d\\u002dast-global-color-0)\"} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-9ad2e846\"><p class=\"uagb-desc-text\"><a href=\"https://book.nightsbridge.com/11065\" target=\"_blank\" rel=\"noreferrer noopener\">BOOK YOUR STAY NOW​</a></p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/icon-list {\"block_id\":\"f8a8027a\",\"classMigrate\":true,\"childMigrate\":true,\"align\":\"center\",\"parentIcon\":\"phone\",\"size\":40,\"sizeMobile\":24,\"sizeTablet\":32,\"fontSize\":48,\"fontSizeMobile\":28,\"fontSizeTablet\":40,\"fontWeight\":\"600\",\"iconColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"labelColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"blockTopPadding\":0,\"blockRightPadding\":0,\"blockLeftPadding\":0,\"blockBottomPadding\":24,\"blockPaddingLink\":false} -->\n<div class=\"wp-block-uagb-icon-list uagb-block-f8a8027a\"><div class=\"uagb-icon-list__wrap\"><!-- wp:uagb/icon-list-child {\"block_id\":\"408b1ad3\",\"label\":\"+ 27 (0) 82 575 5409\",\"label_color\":\"\",\"link\":\"tel:+27825755409\",\"disableLink\":true,\"fromParentIcon\":\"phone\",\"imageSizeChild\":40} -->\n<div class=\"wp-block-uagb-icon-list-child uagb-block-408b1ad3\"><a target=\"_self\" aria-label=\"+ 27 (0) 82 575 5409\" rel=\"noopener noreferrer\" href=\"tel:+27825755409\"> </a><span class=\"uagb-icon-list__source-wrap\"><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M511.2 387l-23.25 100.8c-3.266 14.25-15.79 24.22-30.46 24.22C205.2 512 0 306.8 0 54.5c0-14.66 9.969-27.2 24.22-30.45l100.8-23.25C139.7-2.602 154.7 5.018 160.8 18.92l46.52 108.5c5.438 12.78 1.77 27.67-8.98 36.45L144.5 207.1c33.98 69.22 90.26 125.5 159.5 159.5l44.08-53.8c8.688-10.78 23.69-14.51 36.47-8.975l108.5 46.51C506.1 357.2 514.6 372.4 511.2 387z\"></path></svg></span><span class=\"uagb-icon-list__label\">+ 27 (0) 82 575 5409</span></div>\n<!-- /wp:uagb/icon-list-child -->\n\n<!-- wp:uagb/icon-list-child {\"block_id\":\"56345d5d\",\"label\":\" blueroan@ugo.co.za\",\"icon\":\"envelope\",\"label_color\":\"\",\"link\":\"mailto: blueroan@ugo.co.za\",\"disableLink\":true} -->\n<div class=\"wp-block-uagb-icon-list-child uagb-block-56345d5d\"><a target=\"_self\" aria-label=\" blueroan@ugo.co.za\" rel=\"noopener noreferrer\" href=\"mailto:blueroan@ugo.co.za\"> </a><span class=\"uagb-icon-list__source-wrap\"><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M464 64C490.5 64 512 85.49 512 112C512 127.1 504.9 141.3 492.8 150.4L275.2 313.6C263.8 322.1 248.2 322.1 236.8 313.6L19.2 150.4C7.113 141.3 0 127.1 0 112C0 85.49 21.49 64 48 64H464zM217.6 339.2C240.4 356.3 271.6 356.3 294.4 339.2L512 176V384C512 419.3 483.3 448 448 448H64C28.65 448 0 419.3 0 384V176L217.6 339.2z\"></path></svg></span><span class=\"uagb-icon-list__label\"> blueroan@ugo.co.za</span></div>\n<!-- /wp:uagb/icon-list-child --></div></div>\n<!-- /wp:uagb/icon-list --></div></div>\n<!-- /wp:uagb/container -->',	'Amenities',	'',	'inherit',	'closed',	'closed',	'',	'762-revision-v1',	'',	'',	'2022-12-19 07:55:54',	'2022-12-19 07:55:54',	'',	762,	'https://blueroan.netgen.cloud/?p=1321',	0,	'revision',	'',	0),
(1322,	2,	'2022-12-19 07:56:39',	'2022-12-19 07:56:39',	'<!-- wp:uagb/container {\"block_id\":\"58896121\",\"backgroundType\":\"image\",\"backgroundImageDesktop\":{\"id\":1007,\"title\":\"AAEAAQAAAAAAAAAAAAAAJDg5NmY0ZGUxLWE4MTgtNDY5NC1iODFhLTBmN2Q0ZDc5ZWFiNw-1\",\"filename\":\"AAEAAQAAAAAAAAAAAAAAJDg5NmY0ZGUxLWE4MTgtNDY5NC1iODFhLTBmN2Q0ZDc5ZWFiNw-1.png\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAAJDg5NmY0ZGUxLWE4MTgtNDY5NC1iODFhLTBmN2Q0ZDc5ZWFiNw-1.png\",\"link\":\"https://blueroan.netgen.cloud/the-barn/aaeaaqaaaaaaaaaaaaaajdg5nmy0zguxlwe4mtgtndy5nc1iodfhltbmn2q0zdc5zwfinw-1/\",\"alt\":\"\",\"author\":\"2\",\"description\":\"\",\"caption\":\"\",\"name\":\"aaeaaqaaaaaaaaaaaaaajdg5nmy0zguxlwe4mtgtndy5nc1iodfhltbmn2q0zdc5zwfinw-1\",\"status\":\"inherit\",\"uploadedTo\":948,\"date\":\"2022-12-14T10:50:25.000Z\",\"modified\":\"2022-12-14T10:50:25.000Z\",\"menuOrder\":0,\"mime\":\"image/png\",\"type\":\"image\",\"subtype\":\"png\",\"icon\":\"https://blueroan.netgen.cloud/wp-includes/images/media/default.png\",\"dateFormatted\":\"December 14, 2022\",\"nonces\":{\"update\":\"483f8bdf3d\",\"delete\":\"0a7ebc92ef\",\"edit\":\"6bc1c6a685\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=1007\\u0026action=edit\",\"meta\":false,\"authorName\":\"Netgen Support\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/profile.php\",\"uploadedToTitle\":\"The Barn\",\"uploadedToLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=948\\u0026action=edit\",\"filesizeInBytes\":1348989,\"filesizeHumanReadable\":\"1 MB\",\"context\":\"\",\"height\":667,\"width\":1000,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAAJDg5NmY0ZGUxLWE4MTgtNDY5NC1iODFhLTBmN2Q0ZDc5ZWFiNw-1-150x150.png\",\"orientation\":\"landscape\"},\"medium\":{\"height\":200,\"width\":300,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAAJDg5NmY0ZGUxLWE4MTgtNDY5NC1iODFhLTBmN2Q0ZDc5ZWFiNw-1-300x200.png\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAAJDg5NmY0ZGUxLWE4MTgtNDY5NC1iODFhLTBmN2Q0ZDc5ZWFiNw-1.png\",\"height\":667,\"width\":1000,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"backgroundPositionDesktop\":{\"x\":0.61,\"y\":0.52},\"backgroundSizeTablet\":\"cover\",\"backgroundSizeMobile\":\"cover\",\"backgroundColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"backgroundImageColor\":\"rgba(42,42,42,0.5)\",\"topPaddingDesktop\":220,\"bottomPaddingDesktop\":150,\"topPaddingTablet\":170,\"bottomPaddingTablet\":160,\"leftPaddingTablet\":30,\"rightPaddingTablet\":30,\"topPaddingMobile\":180,\"bottomPaddingMobile\":80,\"leftPaddingMobile\":20,\"rightPaddingMobile\":20,\"paddingLink\":false,\"variationSelected\":true,\"isBlockRootParent\":true,\"overlayType\":\"color\"} -->\n<div class=\"wp-block-uagb-container uagb-block-58896121 alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/advanced-heading {\"block_id\":\"95716d82\",\"classMigrate\":true,\"headingDescToggle\":true,\"headingColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"subHeadingColor\":\"var(\\u002d\\u002dast-global-color-4)\",\"headingTag\":\"h1\",\"headSpace\":20,\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"blockTopPadding\":0,\"blockRightPadding\":50,\"blockLeftPadding\":0,\"blockBottomPadding\":0,\"blockTopPaddingTablet\":0,\"blockRightPaddingTablet\":20,\"blockLeftPaddingTablet\":0,\"blockBottomPaddingTablet\":0,\"blockTopPaddingMobile\":0,\"blockRightPaddingMobile\":0,\"blockLeftPaddingMobile\":0,\"blockBottomPaddingMobile\":0,\"blockPaddingUnit\":\"%\",\"blockPaddingUnitTablet\":\"%\"} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-95716d82\"><h1 class=\"uagb-heading-text\">Amenities &amp; Interests​</h1><p class=\"uagb-desc-text\">We do not give you just rooms to stay in. We give you an environment where you can experience the best while on a holiday with us. </p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:buttons -->\n<div class=\"wp-block-buttons\"><!-- wp:button -->\n<div class=\"wp-block-button\"><a class=\"wp-block-button__link wp-element-button\" href=\"https://book.nightsbridge.com/11065\" target=\"_blank\" rel=\"noreferrer noopener\">BOOK NOW</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"6d4e2fd6\",\"backgroundType\":\"color\",\"backgroundSizeTablet\":\"cover\",\"backgroundSizeMobile\":\"cover\",\"backgroundColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"topPaddingDesktop\":50,\"bottomPaddingDesktop\":100,\"topPaddingTablet\":50,\"bottomPaddingTablet\":25,\"leftPaddingTablet\":20,\"rightPaddingTablet\":20,\"topPaddingMobile\":50,\"bottomPaddingMobile\":20,\"leftPaddingMobile\":20,\"rightPaddingMobile\":20,\"paddingLink\":false,\"variationSelected\":true,\"rowGapDesktop\":0,\"isBlockRootParent\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-6d4e2fd6 alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/container {\"block_id\":\"8de0b40b\",\"directionDesktop\":\"row\",\"alignItemsTablet\":\"flex-start\",\"paddingLink\":false,\"topMarginDesktop\":50,\"bottomMarginDesktop\":20,\"leftMarginDesktop\":0,\"rightMarginDesktop\":0,\"marginLink\":false,\"variationSelected\":true,\"rowGapMobile\":65,\"columnGapDesktop\":48,\"columnGapTablet\":20} -->\n<div class=\"wp-block-uagb-container uagb-block-8de0b40b\"><!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"align\":\"center\",\"id\":828,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image aligncenter size-full\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Blue-Roan-pool.png\" alt=\"Blue Roan\'s rock pool\" class=\"wp-image-828\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>A relaxing rock Pool​</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>We have a lovely sparkling blue rock pool next to a thatched Lapa. &nbsp;&nbsp;Lie on recliners on the green lawn or sit on the swing chair in the Lapa and enjoy the panoramic view of the Magaliesberg mountain range.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":829,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/img-20160605-wa0002-largejpg.png\" alt=\"\" class=\"wp-image-829\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>Braai facilities </h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>What can compare to a burning fire under the star-lit African sky? Nothing beats the flavor of cooking over an open flame.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":830,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/ef9d0188da11e2bc56788f5619d9d539.png\" alt=\"\" class=\"wp-image-830\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>A games room </h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>The reception is also a games room for those who enjoy darts or playing pool. &nbsp;Take a selection of DVDs back to your room and watch movies on your own DVD player. &nbsp;There is also a selection of board games and music CDs that you can borrow.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"align\":\"center\",\"id\":1198,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image aligncenter size-full\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/eyJidWNrZXQiOiJhc3NldHMuYWxsdHJhaWxzLmNvbSIsImtleSI6InVwbG9hZHMvcGhvdG8vaW1hZ2UvNDMxNzk4MTAvYjZkYTAz-1.png\" alt=\"\" class=\"wp-image-1198\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>Walking or hiking </h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>There is a well-kept walking trail on our property with plenty of bird life and some benches along the way. &nbsp;It is safe for dogs to run off-leash as it is completely fenced all around. &nbsp;For those who enjoy long walks and hikes, it is safe to cross onto neighbouring farms and go as far as the eye can see.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":1185,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/49089607_1950305445047847_5177863042771189760_n.png\" alt=\"\" class=\"wp-image-1185\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>Mountain biking </h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Bring your mountain bikes and explore the surrounding countryside on safe off-road tracks on our property and on neighbouring farms.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":1196,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Michelle_1.png\" alt=\"\" class=\"wp-image-1196\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>Horse riding </h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Interested riders can book at one of the recommended horse-riding establishments listed further down this page.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"96911824\",\"innerContentWidth\":\"alignfull\",\"directionDesktop\":\"row\",\"wrapTablet\":\"wrap\",\"variationSelected\":true,\"rowGapTablet\":0,\"columnGapDesktop\":0,\"isBlockRootParent\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-96911824 alignfull uagb-is-root-container\"><!-- wp:uagb/container {\"block_id\":\"2e581ab8\",\"widthDesktop\":25,\"widthTablet\":50,\"variationSelected\":true,\"widthSetByUser\":true,\"UAGHideMob\":true,\"UAGResponsiveConditions\":true} -->\n<div class=\"wp-block-uagb-container uag-hide-mob uagb-block-2e581ab8\"><!-- wp:uagb/image {\"block_id\":\"8bb4146e\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-18-1-1024x768.jpg\",\"id\":1208,\"linkDestination\":\"none\",\"width\":480,\"height\":500,\"naturalWidth\":1024,\"naturalHeight\":768,\"sizeSlug\":\"large\",\"sizeSlugTablet\":\"large\",\"sizeSlugMobile\":\"large\",\"customHeightSetDesktop\":true} -->\n<div class=\"wp-block-uagb-image uagb-block-8bb4146e wp-block-uagb-image--layout-default wp-block-uagb-image--effect-static wp-block-uagb-image--align-none\"><figure class=\"wp-block-uagb-image__figure\"><img srcset=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-18-1-1024x768.jpg \" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-18-1-1024x768.jpg\" alt=\"\" class=\"uag-image-1208\" width=\"480\" height=\"500\" title=\"\" loading=\"lazy\"/></figure></div>\n<!-- /wp:uagb/image --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"947c742d\",\"widthDesktop\":25,\"widthTablet\":50,\"variationSelected\":true,\"widthSetByUser\":true,\"UAGHideMob\":true,\"UAGResponsiveConditions\":true} -->\n<div class=\"wp-block-uagb-container uag-hide-mob uagb-block-947c742d\"><!-- wp:uagb/image {\"block_id\":\"a70c22a1\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Blue-Roan-pool-1.png\",\"id\":1210,\"linkDestination\":\"none\",\"width\":480,\"height\":500,\"naturalWidth\":370,\"naturalHeight\":440,\"sizeSlug\":\"full\",\"sizeSlugTablet\":\"full\",\"sizeSlugMobile\":\"full\",\"customHeightSetDesktop\":true} -->\n<div class=\"wp-block-uagb-image uagb-block-a70c22a1 wp-block-uagb-image--layout-default wp-block-uagb-image--effect-static wp-block-uagb-image--align-none\"><figure class=\"wp-block-uagb-image__figure\"><img srcset=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Blue-Roan-pool-1.png \" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Blue-Roan-pool-1.png\" alt=\"\" class=\"uag-image-1210\" width=\"480\" height=\"500\" title=\"\" loading=\"lazy\"/></figure></div>\n<!-- /wp:uagb/image --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"47ca6a0d\",\"widthDesktop\":50,\"widthTablet\":100,\"variationSelected\":true,\"columnGapDesktop\":20,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-47ca6a0d\"><!-- wp:uagb/image {\"block_id\":\"be997129\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/the-view-from-my-rooms-1024x768.jpg\",\"id\":1211,\"linkDestination\":\"none\",\"width\":960,\"height\":500,\"naturalWidth\":1024,\"naturalHeight\":768,\"sizeSlug\":\"large\",\"sizeSlugTablet\":\"large\",\"sizeSlugMobile\":\"large\",\"customHeightSetDesktop\":true} -->\n<div class=\"wp-block-uagb-image uagb-block-be997129 wp-block-uagb-image--layout-default wp-block-uagb-image--effect-static wp-block-uagb-image--align-none\"><figure class=\"wp-block-uagb-image__figure\"><img srcset=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/the-view-from-my-rooms-1024x768.jpg \" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/the-view-from-my-rooms-1024x768.jpg\" alt=\"\" class=\"uag-image-1211\" width=\"960\" height=\"500\" title=\"\" loading=\"lazy\"/></figure></div>\n<!-- /wp:uagb/image --></div>\n<!-- /wp:uagb/container --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"63eb6e0b\",\"innerContentWidth\":\"alignfull\",\"directionDesktop\":\"row\",\"wrapTablet\":\"wrap\",\"variationSelected\":true,\"rowGapTablet\":0,\"columnGapDesktop\":0,\"isBlockRootParent\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-63eb6e0b alignfull uagb-is-root-container\"><!-- wp:uagb/container {\"block_id\":\"8502fcfc\",\"widthDesktop\":50,\"widthTablet\":100,\"variationSelected\":true,\"columnGapDesktop\":20,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-8502fcfc\"><!-- wp:uagb/image {\"block_id\":\"c9a65c59\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAAJDI0ZWY4NDc1LThjYjYtNDM3YS1iOTliLWNmOWQxYTJkMWU5MQ-1.png\",\"id\":1213,\"linkDestination\":\"none\",\"width\":960,\"height\":500,\"naturalWidth\":1000,\"naturalHeight\":667,\"sizeSlug\":\"full\",\"sizeSlugTablet\":\"full\",\"sizeSlugMobile\":\"full\",\"customHeightSetDesktop\":true} -->\n<div class=\"wp-block-uagb-image uagb-block-c9a65c59 wp-block-uagb-image--layout-default wp-block-uagb-image--effect-static wp-block-uagb-image--align-none\"><figure class=\"wp-block-uagb-image__figure\"><img srcset=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAAJDI0ZWY4NDc1LThjYjYtNDM3YS1iOTliLWNmOWQxYTJkMWU5MQ-1.png \" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAAJDI0ZWY4NDc1LThjYjYtNDM3YS1iOTliLWNmOWQxYTJkMWU5MQ-1.png\" alt=\"\" class=\"uag-image-1213\" width=\"960\" height=\"500\" title=\"\" loading=\"lazy\"/></figure></div>\n<!-- /wp:uagb/image --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"9fb1cdc0\",\"widthDesktop\":25,\"variationSelected\":true,\"widthSetByUser\":true,\"UAGHideMob\":true,\"UAGResponsiveConditions\":true} -->\n<div class=\"wp-block-uagb-container uag-hide-mob uagb-block-9fb1cdc0\"><!-- wp:uagb/image {\"block_id\":\"0a1fdfa5\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/bird-1-1024x683.jpg\",\"id\":1215,\"linkDestination\":\"none\",\"width\":480,\"height\":500,\"naturalWidth\":1024,\"naturalHeight\":683,\"sizeSlug\":\"large\",\"sizeSlugTablet\":\"large\",\"sizeSlugMobile\":\"large\",\"customHeightSetDesktop\":true} -->\n<div class=\"wp-block-uagb-image uagb-block-0a1fdfa5 wp-block-uagb-image--layout-default wp-block-uagb-image--effect-static wp-block-uagb-image--align-none\"><figure class=\"wp-block-uagb-image__figure\"><img srcset=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/bird-1-1024x683.jpg \" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/bird-1-1024x683.jpg\" alt=\"\" class=\"uag-image-1215\" width=\"480\" height=\"500\" title=\"\" loading=\"lazy\"/></figure></div>\n<!-- /wp:uagb/image --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"c69ed87a\",\"widthDesktop\":25,\"variationSelected\":true,\"widthSetByUser\":true,\"UAGHideMob\":true,\"UAGResponsiveConditions\":true} -->\n<div class=\"wp-block-uagb-container uag-hide-mob uagb-block-c69ed87a\"><!-- wp:uagb/image {\"block_id\":\"713bc33a\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/two-happy-boxers-1024x768.jpg\",\"id\":1216,\"linkDestination\":\"none\",\"width\":480,\"height\":500,\"naturalWidth\":1024,\"naturalHeight\":768,\"sizeSlug\":\"large\",\"sizeSlugTablet\":\"large\",\"sizeSlugMobile\":\"large\",\"customHeightSetDesktop\":true} -->\n<div class=\"wp-block-uagb-image uagb-block-713bc33a wp-block-uagb-image--layout-default wp-block-uagb-image--effect-static wp-block-uagb-image--align-none\"><figure class=\"wp-block-uagb-image__figure\"><img srcset=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/two-happy-boxers-1024x768.jpg \" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/two-happy-boxers-1024x768.jpg\" alt=\"\" class=\"uag-image-1216\" width=\"480\" height=\"500\" title=\"\" loading=\"lazy\"/></figure></div>\n<!-- /wp:uagb/image --></div>\n<!-- /wp:uagb/container --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"e97e58af\",\"backgroundType\":\"color\",\"backgroundSizeTablet\":\"cover\",\"backgroundSizeMobile\":\"cover\",\"backgroundColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"topPaddingDesktop\":120,\"bottomPaddingDesktop\":0,\"topPaddingTablet\":80,\"bottomPaddingTablet\":80,\"leftPaddingTablet\":30,\"rightPaddingTablet\":30,\"topPaddingMobile\":80,\"bottomPaddingMobile\":80,\"leftPaddingMobile\":20,\"rightPaddingMobile\":20,\"paddingLink\":false,\"variationSelected\":true,\"rowGapDesktop\":0,\"rowGapTablet\":0,\"isBlockRootParent\":true} -->\n<div id=\"nearby-visits\" class=\"wp-block-uagb-container uagb-block-e97e58af alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/container {\"block_id\":\"4c44d005\",\"directionDesktop\":\"row\",\"alignItemsDesktop\":\"flex-end\",\"alignItemsTablet\":\"flex-end\",\"justifyContentDesktop\":\"flex-end\",\"justifyContentTablet\":\"space-between\",\"variationSelected\":true,\"rowGapMobile\":30,\"columnGapDesktop\":0} -->\n<div class=\"wp-block-uagb-container uagb-block-4c44d005\"><!-- wp:uagb/advanced-heading {\"block_id\":\"1922938a\",\"classMigrate\":true,\"headingDescToggle\":true,\"subHeadingColor\":\"\",\"headSpace\":20,\"subHeadFontSize\":16} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-1922938a\"><h2 class=\"uagb-heading-text\">Things to do in the area of Magaliesburg<br></h2><p class=\"uagb-desc-text\">Looking for more? Well, we believe that every guest walks into our lodge for the best experience. And, we are determined to do that.</p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/buttons {\"block_id\":\"8cba875c\",\"classMigrate\":true,\"childMigrate\":true,\"align\":\"right\",\"alignTablet\":\"right\",\"alignMobile\":\"left\",\"gap\":0} -->\n<div class=\"wp-block-uagb-buttons uagb-buttons__outer-wrap uagb-btn__default-btn uagb-btn-tablet__default-btn uagb-btn-mobile__default-btn uagb-block-8cba875c\"><div class=\"uagb-buttons__wrap uagb-buttons-layout-wrap\"><!-- wp:uagb/buttons-child {\"block_id\":\"4b7a95b1\",\"label\":\"Reservations\",\"link\":\"https://book.nightsbridge.com/11065\",\"hColor\":\"\",\"opensInNewTab\":true,\"borderWidth\":\"\",\"borderRadius\":\"\",\"borderStyle\":\"\",\"borderColor\":\"\",\"borderHColor\":\"\",\"btnBorderTopWidth\":1,\"btnBorderLeftWidth\":1,\"btnBorderRightWidth\":1,\"btnBorderBottomWidth\":1,\"btnBorderTopLeftRadius\":2,\"btnBorderTopRightRadius\":2,\"btnBorderBottomLeftRadius\":2,\"btnBorderBottomRightRadius\":2,\"btnBorderStyle\":\"solid\",\"btnBorderColor\":\"#333\",\"btnBorderHColor\":\"#333\"} -->\n<div class=\"wp-block-uagb-buttons-child uagb-buttons__outer-wrap uagb-block-4b7a95b1 wp-block-button is-style-outline\"><div class=\"uagb-button__wrapper\"><a class=\"uagb-buttons-repeater wp-block-button__link\" href=\"https://book.nightsbridge.com/11065\" rel=\"follow noopener\" target=\"_blank\"><div class=\"uagb-button__link\">Reservations</div></a></div></div>\n<!-- /wp:uagb/buttons-child --></div></div>\n<!-- /wp:uagb/buttons --></div>\n<!-- /wp:uagb/container --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"caab3c8f\",\"backgroundType\":\"color\",\"backgroundSizeTablet\":\"cover\",\"backgroundSizeMobile\":\"cover\",\"backgroundColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"topPaddingDesktop\":50,\"bottomPaddingDesktop\":100,\"topPaddingTablet\":50,\"bottomPaddingTablet\":25,\"leftPaddingTablet\":20,\"rightPaddingTablet\":20,\"topPaddingMobile\":50,\"bottomPaddingMobile\":20,\"leftPaddingMobile\":20,\"rightPaddingMobile\":20,\"paddingLink\":false,\"variationSelected\":true,\"rowGapDesktop\":0,\"isBlockRootParent\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-caab3c8f alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/container {\"block_id\":\"68b03c52\",\"directionDesktop\":\"row\",\"alignItemsTablet\":\"flex-start\",\"paddingLink\":false,\"topMarginDesktop\":50,\"bottomMarginDesktop\":20,\"leftMarginDesktop\":0,\"rightMarginDesktop\":0,\"marginLink\":false,\"variationSelected\":true,\"rowGapMobile\":65,\"columnGapDesktop\":48,\"columnGapTablet\":20} -->\n<div class=\"wp-block-uagb-container uagb-block-68b03c52\"><!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"align\":\"center\",\"id\":1222,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image aligncenter size-full\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/41b46e52d7427ea1f6f135454e9a012f.png\" alt=\"\" class=\"wp-image-1222\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"textAlign\":\"center\",\"level\":3} -->\n<h3 class=\"has-text-align-center\">Fishing </h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>The dam has trout (stocked), bass, vlei Kuper and carp. Fly fishers seeking a unique challenge visit our establishment in search of the large &amp; small scale Yellow fish.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:buttons -->\n<div class=\"wp-block-buttons\"><!-- wp:button {\"align\":\"left\"} -->\n<div class=\"wp-block-button alignleft\"><a class=\"wp-block-button__link wp-element-button\" href=\"https://www.sundowner.co.za/rooms/magalies-barbus-haven/\" target=\"_blank\" rel=\"noreferrer noopener\">Barbus Haven</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons -->\n\n<!-- wp:paragraph -->\n<p>The opportunity to fish for Rainbow Trout or the elusive Brown Trout. Kingfisher offers rod hires at their venue. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:buttons -->\n<div class=\"wp-block-buttons\"><!-- wp:button {\"align\":\"left\"} -->\n<div class=\"wp-block-button alignleft\"><a class=\"wp-block-button__link wp-element-button\" href=\"https://www.thekingfisherlodge.co.za/activities/\" target=\"_blank\" rel=\"noreferrer noopener\">Kingfisher</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":1235,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Maseke-MTB-MvZ-3-1024x683-1.png\" alt=\"\" class=\"wp-image-1235\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>Mountain biking </h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>It is a privately owned nature reserve that offers mountain biking.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:spacer {\"height\":\"20px\"} -->\n<div style=\"height:20px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:buttons -->\n<div class=\"wp-block-buttons\"><!-- wp:button -->\n<div class=\"wp-block-button\"><a class=\"wp-block-button__link wp-element-button\" href=\"http://ingwebushcamp.yolasite.com/\" target=\"_blank\" rel=\"noreferrer noopener\">Ingwe Bush Camp&nbsp;</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons -->\n\n<!-- wp:paragraph -->\n<p>With over 80km of trails, Van Gaalen&nbsp;has something to offer for every kind of athlete, from beginner to advanced.<br></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:buttons -->\n<div class=\"wp-block-buttons\"><!-- wp:button -->\n<div class=\"wp-block-button\"><a class=\"wp-block-button__link wp-element-button\" href=\"https://www.vangaalen.co.za/products\" target=\"_blank\" rel=\"noreferrer noopener\">Van Gaalen\'s</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":1317,\"width\":370,\"height\":397,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large is-resized\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/activity_2209_280316_original-740x1024.png\" alt=\"\" class=\"wp-image-1317\" width=\"370\" height=\"397\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>Quad biking </h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>We have quads suitable for kiddies, tweens, teens, and adults. We have mini quads and fully automatic 150cc quads.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:spacer {\"height\":\"2px\"} -->\n<div style=\"height:2px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:buttons -->\n<div class=\"wp-block-buttons\"><!-- wp:button -->\n<div class=\"wp-block-button\"><a class=\"wp-block-button__link wp-element-button\" href=\"https://www.saddlecreekadventures.co.za/activity/quad-biking/\" target=\"_blank\" rel=\"noreferrer noopener\">Saddle Creek Ranch</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons -->\n\n<!-- wp:paragraph -->\n<p>A 700-meter monster track, the longest and most exciting track in Gauteng!</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:spacer {\"height\":\"2px\"} -->\n<div style=\"height:2px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:buttons -->\n<div class=\"wp-block-buttons\"><!-- wp:button -->\n<div class=\"wp-block-button\"><a class=\"wp-block-button__link wp-element-button\" href=\"http://www.swartkrans.co.za/\" target=\"_blank\" rel=\"noreferrer noopener\">Swartkrans Go-Karting&nbsp;</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"align\":\"center\",\"id\":1198,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image aligncenter size-full\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/eyJidWNrZXQiOiJhc3NldHMuYWxsdHJhaWxzLmNvbSIsImtleSI6InVwbG9hZHMvcGhvdG8vaW1hZ2UvNDMxNzk4MTAvYjZkYTAz-1.png\" alt=\"\" class=\"wp-image-1198\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>Horse riding </h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Join us for an unforgettable horse riding experience in the peaceful countryside, with beautiful mountain scenery and lovely bush trails.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:buttons -->\n<div class=\"wp-block-buttons\"><!-- wp:button -->\n<div class=\"wp-block-button\"><a class=\"wp-block-button__link wp-element-button\" href=\"https://www.saddlecreekadventures.co.za/activity/horse-riding/\" target=\"_blank\" rel=\"noreferrer noopener\">Saddle Creek Ranch</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":1185,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/49089607_1950305445047847_5177863042771189760_n.png\" alt=\"\" class=\"wp-image-1185\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>Game drives </h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Enjoy a thrilling and educational adventure with our experienced guides.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:spacer {\"height\":\"2px\"} -->\n<div style=\"height:2px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:buttons -->\n<div class=\"wp-block-buttons\"><!-- wp:button -->\n<div class=\"wp-block-button\"><a class=\"wp-block-button__link wp-element-button\" href=\"https://www.rhinolion.co.za/visitors-guide/activity-index/game-drives/\" target=\"_blank\" rel=\"noreferrer noopener\">Rhino &amp; Lion Park</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons -->\n\n<!-- wp:paragraph -->\n<p>Our guided game-viewing drives take place each day in the morning and afternoon, as this is when the animals are most active.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:buttons -->\n<div class=\"wp-block-buttons\"><!-- wp:button -->\n<div class=\"wp-block-button\"><a class=\"wp-block-button__link wp-element-button\" href=\"https://www.africanhillslodge.co.za/experience/\" target=\"_blank\" rel=\"noreferrer noopener\">Askari Game Lodge</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:spacer {\"height\":\"12px\"} -->\n<div style=\"height:12px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:heading -->\n<h2>Other activites </h2>\n<!-- /wp:heading -->\n\n<!-- wp:uagb/faq {\"block_id\":\"ea61012c\",\"expandFirstItem\":false,\"boxBgColor\":\"#F5F5F5\",\"borderStyle\":\"\",\"borderWidth\":\"\",\"borderRadius\":\"\",\"borderColor\":\"\",\"vquestionPaddingDesktop\":15,\"hquestionPaddingDesktop\":15,\"iconAlign\":\"row-reverse\",\"schema\":\"{\\u0022@context\\u0022:\\u0022https://schema.org\\u0022,\\u0022@type\\u0022:\\u0022FAQPage\\u0022,\\u0022@id\\u0022:\\u0022https://blueroan.netgen.cloud/amenities/\\u0022,\\u0022mainEntity\\u0022:[{\\u0022@type\\u0022:\\u0022Question\\u0022,\\u0022name\\u0022:\\u0022\\u003cstrong\\u003ePUBS / MICRO BREWERIES\\u003c/strong\\u003e\\u0022,\\u0022acceptedAnswer\\u0022:{\\u0022@type\\u0022:\\u0022Answer\\u0022,\\u0022text\\u0022:\\u0022Black Horse   \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27825613246\\\\\\u0022\\u003e082 561 3246\\u003cbr\\u003e\\u003c/a\\u003eBrauhaus am Dam   \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27878025519\\\\\\u0022\\u003e087 802 5519\\u003c/a\\u003e / \\u003ca href=\\\\\\u0022tel:+27729201742\\\\\\u0022\\u003e072 920 1742\\u003c/a\\u003e\\u003cbr\\u003eHartleys Elephant Bar   \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27145772301\\\\\\u0022\\u003e014 577 2301\\u003cbr\\u003e\\u003c/a\\u003eThatchwood Pub   \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27837091672\\\\\\u0022\\u003e083 709 1672\\u003cbr\\u003e\\u003c/a\\u003eMonate Citrus Kelder   \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27122580712\\\\\\u0022\\u003e012 258 0712\\u003c/a\\u003e\\u0022}},{\\u0022@type\\u0022:\\u0022Question\\u0022,\\u0022name\\u0022:\\u0022\\u003cstrong\\u003eTEA GARDENS / RESTAURANTS   \\u003c/strong\\u003e\\u0022,\\u0022acceptedAnswer\\u0022:{\\u0022@type\\u0022:\\u0022Answer\\u0022,\\u0022text\\u0022:\\u0022Black Horse   \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27825613246\\\\\\u0022\\u003e082 561 3246\\u003cbr\\u003e\\u003c/a\\u003eBrauhaus am Dam   \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27878025519\\\\\\u0022\\u003e087 802 5519\\u003c/a\\u003e / \\u003ca href=\\\\\\u0022tel:+27729201742\\\\\\u0022\\u003e072 920 1742\\u003c/a\\u003e\\u003cbr\\u003eMelon Rouge   \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27796806050\\\\\\u0022\\u003e079 680 6050\\u003cbr\\u003e\\u003c/a\\u003eMount Grace Hotel   \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27145775600\\\\\\u0022\\u003e014 577 5600\\u003cbr\\u003e\\u003c/a\\u003eValley Lodge Hotel   \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27145771301\\\\\\u0022\\u003e014 577 1301\\u003cbr\\u003e\\u003c/a\\u003eLa Classique Ristorante   \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27145774006\\\\\\u0022\\u003e014 577 4006\\u003c/a\\u003e\\u0022}},{\\u0022@type\\u0022:\\u0022Question\\u0022,\\u0022name\\u0022:\\u0022\\u003cstrong\\u003eSHOPPING\\u003c/strong\\u003e  \\u0022,\\u0022acceptedAnswer\\u0022:{\\u0022@type\\u0022:\\u0022Answer\\u0022,\\u0022text\\u0022:\\u0022If Only Antiques    \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27827878825\\\\\\u0022\\u003e082 787 8825\\u003cbr\\u003e\\u003c/a\\u003ePuss in Boots   \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27145773562\\\\\\u0022\\u003e014 577 3562\\u003c/a\\u003e\\u0022}},{\\u0022@type\\u0022:\\u0022Question\\u0022,\\u0022name\\u0022:\\u0022\\u003cstrong\\u003eSPORTS \\u0026amp; ADVENTURE\\u003c/strong\\u003e\\u0022,\\u0022acceptedAnswer\\u0022:{\\u0022@type\\u0022:\\u0022Answer\\u0022,\\u0022text\\u0022:\\u0022Tandem Paragliding flips  \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27823221824\\\\\\u0022\\u003e0823221824\\u003c/a\\u003e\\u003cbr\\u003eMountain Sanctuary Park   \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27145340114\\\\\\u0022\\u003e014 534 0114\\u003cbr\\u003e\\u003c/a\\u003eBill Harrops Original Balloon Safaris   \\u003ca href=\\\\\\u0022tel:+27145771733\\\\\\u0022\\u003e014 577 1733\\u003c/a\\u003e / \\u003ca href=\\\\\\u0022tel:+27837520036\\\\\\u0022\\u003e083 752 0036\\u003c/a\\u003e\\u003cbr\\u003ePecanwood Golf Course   \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27122440112\\\\\\u0022\\u003e012 244 0112\\u003cbr\\u003e\\u003c/a\\u003eAir Ventures Hot Air Balloons   \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27117935782\\\\\\u0022\\u003e011 793 5782\\u003cbr\\u003e\\u003c/a\\u003eGliding   \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27835266966\\\\\\u0022\\u003e083 526 6966\\u003cbr\\u003e\\u003c/a\\u003eMagaliesberg Canopy Tours   \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27145350150\\\\\\u0022\\u003e014 535 0150\\u003cbr\\u003e\\u003c/a\\u003eWild Cave Adventures   \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27824862464\\\\\\u0022\\u003e082 486 2464\\u003cbr\\u003e\\u003c/a\\u003eMiracle Waters Dive Gateway   \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27832359840\\\\\\u0022\\u003e083 235 9840\\u003c/a\\u003e\\u0022}},{\\u0022@type\\u0022:\\u0022Question\\u0022,\\u0022name\\u0022:\\u0022\\u003cstrong\\u003eHEALTH SPAS\\u003c/strong\\u003e\\u0022,\\u0022acceptedAnswer\\u0022:{\\u0022@type\\u0022:\\u0022Answer\\u0022,\\u0022text\\u0022:\\u0022Whispering Pines   \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27145771536\\\\\\u0022\\u003e014 577 1536\\u003cbr\\u003e\\u003c/a\\u003eMount Grace Spa   \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27145775600\\\\\\u0022\\u003e014 577 5600\\u003cbr\\u003e\\u003c/a\\u003eValley Lodge Spa   \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27145771301\\\\\\u0022\\u003e014 577 1301\\u003cbr\\u003e\\u003c/a\\u003eRosewell Spa   \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27145771172\\\\\\u0022\\u003e014 577 1172\\u003cbr\\u003e\\u003c/a\\u003eSparkling Waters   \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27145350019\\\\\\u0022\\u003e014 535 0019\\u003c/a\\u003e\\u0022}},{\\u0022@type\\u0022:\\u0022Question\\u0022,\\u0022name\\u0022:\\u0022\\u003cstrong\\u003ePLACES OF INTEREST\\u003c/strong\\u003e\\u0022,\\u0022acceptedAnswer\\u0022:{\\u0022@type\\u0022:\\u0022Answer\\u0022,\\u0022text\\u0022:\\u0022Maropeng Visitors Centre   \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27145779000\\\\\\u0022\\u003e014 577 9000\\u003cbr\\u003e\\u003c/a\\u003eSterkfontein Caves   \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27116683200\\\\\\u0022\\u003e011 668 3200\\u003cbr\\u003e\\u003c/a\\u003eBlaaubank Gold Mine   \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27825673111\\\\\\u0022\\u003e082 567 3111\\u003cbr\\u003e\\u003c/a\\u003eVan Gaalen Cheese Farm   \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27122071289\\\\\\u0022\\u003e012 207 1289\\u003cbr\\u003e\\u003c/a\\u003eHartebeespoort Cableway   \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27722412654\\\\\\u0022\\u003e072 241 2654\\u003cbr\\u003e\\u003c/a\\u003eElephant Sanctuary             \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27122580423\\\\\\u0022\\u003e012 258 0423\\u003cbr\\u003e\\u003c/a\\u003eTeam Gel   \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27114622894\\\\\\u0022\\u003e011 462 2894\\u003c/a\\u003e / \\u003ca href=\\\\\\u0022tel:+27833207623\\\\\\u0022\\u003e083 320 7623\\u003c/a\\u003e\\u003cbr\\u003eMonate Citrus Kelder   \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27122580712\\\\\\u0022\\u003e012 258 0712\\u003cbr\\u003e\\u003c/a\\u003eLiving Jewels   \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27119566444\\\\\\u0022\\u003e011 956 6444\\u003cbr\\u003e\\u003c/a\\u003eBlaaubank Candle Dipping   \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27145774609\\\\\\u0022\\u003e014 577 4609\\u003cbr\\u003e\\u003c/a\\u003eVeggie Picking \\u0026amp; Strawberry Picking \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27122071116\\\\\\u0022\\u003e012 207 1116\\u003c/a\\u003e\\u0022}}]}\",\"questionLeftPaddingDesktop\":15,\"questionBottomPaddingDesktop\":15,\"answerTopPadding\":0,\"answerRightPadding\":15,\"answerBottomPadding\":15,\"answerLeftPadding\":15,\"answerTopPaddingTablet\":10,\"answerRightPaddingTablet\":10,\"answerBottomPaddingTablet\":10,\"answerLeftPaddingTablet\":10,\"answerTopPaddingMobile\":10,\"answerRightPaddingMobile\":10,\"answerBottomPaddingMobile\":10,\"answerLeftPaddingMobile\":10,\"overallBorderTopWidth\":1,\"overallBorderLeftWidth\":1,\"overallBorderRightWidth\":1,\"overallBorderBottomWidth\":1,\"overallBorderTopLeftRadius\":2,\"overallBorderTopRightRadius\":2,\"overallBorderBottomLeftRadius\":2,\"overallBorderBottomRightRadius\":2,\"overallBorderStyle\":\"none\",\"overallBorderColor\":\"#D2D2D2\"} -->\n<div class=\"wp-block-uagb-faq uagb-faq__outer-wrap uagb-block-ea61012c uagb-faq-icon-row-reverse uagb-faq-layout-accordion uagb-faq-expand-first-false uagb-faq-inactive-other-true uagb-faq__wrap uagb-buttons-layout-wrap uagb-faq-equal-height\" data-faqtoggle=\"true\" role=\"tablist\"><!-- wp:uagb/faq-child {\"block_id\":\"5a727dbd\",\"question\":\"\\u003cstrong\\u003ePUBS / MICRO BREWERIES\\u003c/strong\\u003e\",\"answer\":\"Black Horse   \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27825613246\\u0022\\u003e082 561 3246\\u003cbr\\u003e\\u003c/a\\u003eBrauhaus am Dam   \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27878025519\\u0022\\u003e087 802 5519\\u003c/a\\u003e / \\u003ca href=\\u0022tel:+27729201742\\u0022\\u003e072 920 1742\\u003c/a\\u003e\\u003cbr\\u003eHartleys Elephant Bar   \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27145772301\\u0022\\u003e014 577 2301\\u003cbr\\u003e\\u003c/a\\u003eThatchwood Pub   \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27837091672\\u0022\\u003e083 709 1672\\u003cbr\\u003e\\u003c/a\\u003eMonate Citrus Kelder   \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27122580712\\u0022\\u003e012 258 0712\\u003c/a\\u003e\"} -->\n<div class=\"wp-block-uagb-faq-child uagb-faq-child__outer-wrap uagb-faq-item uagb-block-5a727dbd\" role=\"tab\" tabindex=\"0\"><div class=\"uagb-faq-questions-button uagb-faq-questions\"><span class=\"uagb-icon uagb-faq-icon-wrap\"><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 448 512\"><path d=\"M432 256c0 17.69-14.33 32.01-32 32.01H256v144c0 17.69-14.33 31.99-32 31.99s-32-14.3-32-31.99v-144H48c-17.67 0-32-14.32-32-32.01s14.33-31.99 32-31.99H192v-144c0-17.69 14.33-32.01 32-32.01s32 14.32 32 32.01v144h144C417.7 224 432 238.3 432 256z\"></path></svg></span><span class=\"uagb-icon-active uagb-faq-icon-wrap\"><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 448 512\"><path d=\"M400 288h-352c-17.69 0-32-14.32-32-32.01s14.31-31.99 32-31.99h352c17.69 0 32 14.3 32 31.99S417.7 288 400 288z\"></path></svg></span><span class=\"uagb-question\"><strong>PUBS / MICRO BREWERIES</strong></span></div><p class=\"uagb-faq-content\">Black Horse   <br><a href=\"tel:+27825613246\">082 561 3246<br></a>Brauhaus am Dam   <br><a href=\"tel:+27878025519\">087 802 5519</a> / <a href=\"tel:+27729201742\">072 920 1742</a><br>Hartleys Elephant Bar   <br><a href=\"tel:+27145772301\">014 577 2301<br></a>Thatchwood Pub   <br><a href=\"tel:+27837091672\">083 709 1672<br></a>Monate Citrus Kelder   <br><a href=\"tel:+27122580712\">012 258 0712</a></p></div>\n<!-- /wp:uagb/faq-child -->\n\n<!-- wp:uagb/faq-child {\"block_id\":\"cff9e1f3\",\"question\":\"\\u003cstrong\\u003eTEA GARDENS / RESTAURANTS   \\u003c/strong\\u003e\",\"answer\":\"Black Horse   \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27825613246\\u0022\\u003e082 561 3246\\u003cbr\\u003e\\u003c/a\\u003eBrauhaus am Dam   \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27878025519\\u0022\\u003e087 802 5519\\u003c/a\\u003e / \\u003ca href=\\u0022tel:+27729201742\\u0022\\u003e072 920 1742\\u003c/a\\u003e\\u003cbr\\u003eMelon Rouge   \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27796806050\\u0022\\u003e079 680 6050\\u003cbr\\u003e\\u003c/a\\u003eMount Grace Hotel   \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27145775600\\u0022\\u003e014 577 5600\\u003cbr\\u003e\\u003c/a\\u003eValley Lodge Hotel   \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27145771301\\u0022\\u003e014 577 1301\\u003cbr\\u003e\\u003c/a\\u003eLa Classique Ristorante   \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27145774006\\u0022\\u003e014 577 4006\\u003c/a\\u003e\"} -->\n<div class=\"wp-block-uagb-faq-child uagb-faq-child__outer-wrap uagb-faq-item uagb-block-cff9e1f3\" role=\"tab\" tabindex=\"0\"><div class=\"uagb-faq-questions-button uagb-faq-questions\"><span class=\"uagb-icon uagb-faq-icon-wrap\"><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 448 512\"><path d=\"M432 256c0 17.69-14.33 32.01-32 32.01H256v144c0 17.69-14.33 31.99-32 31.99s-32-14.3-32-31.99v-144H48c-17.67 0-32-14.32-32-32.01s14.33-31.99 32-31.99H192v-144c0-17.69 14.33-32.01 32-32.01s32 14.32 32 32.01v144h144C417.7 224 432 238.3 432 256z\"></path></svg></span><span class=\"uagb-icon-active uagb-faq-icon-wrap\"><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 448 512\"><path d=\"M400 288h-352c-17.69 0-32-14.32-32-32.01s14.31-31.99 32-31.99h352c17.69 0 32 14.3 32 31.99S417.7 288 400 288z\"></path></svg></span><span class=\"uagb-question\"><strong>TEA GARDENS / RESTAURANTS   </strong></span></div><p class=\"uagb-faq-content\">Black Horse   <br><a href=\"tel:+27825613246\">082 561 3246<br></a>Brauhaus am Dam   <br><a href=\"tel:+27878025519\">087 802 5519</a> / <a href=\"tel:+27729201742\">072 920 1742</a><br>Melon Rouge   <br><a href=\"tel:+27796806050\">079 680 6050<br></a>Mount Grace Hotel   <br><a href=\"tel:+27145775600\">014 577 5600<br></a>Valley Lodge Hotel   <br><a href=\"tel:+27145771301\">014 577 1301<br></a>La Classique Ristorante   <br><a href=\"tel:+27145774006\">014 577 4006</a></p></div>\n<!-- /wp:uagb/faq-child -->\n\n<!-- wp:uagb/faq-child {\"block_id\":\"5def7ece\",\"question\":\"\\u003cstrong\\u003eSHOPPING\\u003c/strong\\u003e  \",\"answer\":\"If Only Antiques    \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27827878825\\u0022\\u003e082 787 8825\\u003cbr\\u003e\\u003c/a\\u003ePuss in Boots   \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27145773562\\u0022\\u003e014 577 3562\\u003c/a\\u003e\"} -->\n<div class=\"wp-block-uagb-faq-child uagb-faq-child__outer-wrap uagb-faq-item uagb-block-5def7ece\" role=\"tab\" tabindex=\"0\"><div class=\"uagb-faq-questions-button uagb-faq-questions\"><span class=\"uagb-icon uagb-faq-icon-wrap\"><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 448 512\"><path d=\"M432 256c0 17.69-14.33 32.01-32 32.01H256v144c0 17.69-14.33 31.99-32 31.99s-32-14.3-32-31.99v-144H48c-17.67 0-32-14.32-32-32.01s14.33-31.99 32-31.99H192v-144c0-17.69 14.33-32.01 32-32.01s32 14.32 32 32.01v144h144C417.7 224 432 238.3 432 256z\"></path></svg></span><span class=\"uagb-icon-active uagb-faq-icon-wrap\"><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 448 512\"><path d=\"M400 288h-352c-17.69 0-32-14.32-32-32.01s14.31-31.99 32-31.99h352c17.69 0 32 14.3 32 31.99S417.7 288 400 288z\"></path></svg></span><span class=\"uagb-question\"><strong>SHOPPING</strong>  </span></div><p class=\"uagb-faq-content\">If Only Antiques    <br><a href=\"tel:+27827878825\">082 787 8825<br></a>Puss in Boots   <br><a href=\"tel:+27145773562\">014 577 3562</a></p></div>\n<!-- /wp:uagb/faq-child -->\n\n<!-- wp:uagb/faq-child {\"block_id\":\"587fe49d\",\"question\":\"\\u003cstrong\\u003eSPORTS \\u0026amp; ADVENTURE\\u003c/strong\\u003e\",\"answer\":\"Tandem Paragliding flips  \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27823221824\\u0022\\u003e0823221824\\u003c/a\\u003e\\u003cbr\\u003eMountain Sanctuary Park   \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27145340114\\u0022\\u003e014 534 0114\\u003cbr\\u003e\\u003c/a\\u003eBill Harrops Original Balloon Safaris   \\u003ca href=\\u0022tel:+27145771733\\u0022\\u003e014 577 1733\\u003c/a\\u003e / \\u003ca href=\\u0022tel:+27837520036\\u0022\\u003e083 752 0036\\u003c/a\\u003e\\u003cbr\\u003ePecanwood Golf Course   \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27122440112\\u0022\\u003e012 244 0112\\u003cbr\\u003e\\u003c/a\\u003eAir Ventures Hot Air Balloons   \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27117935782\\u0022\\u003e011 793 5782\\u003cbr\\u003e\\u003c/a\\u003eGliding   \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27835266966\\u0022\\u003e083 526 6966\\u003cbr\\u003e\\u003c/a\\u003eMagaliesberg Canopy Tours   \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27145350150\\u0022\\u003e014 535 0150\\u003cbr\\u003e\\u003c/a\\u003eWild Cave Adventures   \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27824862464\\u0022\\u003e082 486 2464\\u003cbr\\u003e\\u003c/a\\u003eMiracle Waters Dive Gateway   \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27832359840\\u0022\\u003e083 235 9840\\u003c/a\\u003e\"} -->\n<div class=\"wp-block-uagb-faq-child uagb-faq-child__outer-wrap uagb-faq-item uagb-block-587fe49d\" role=\"tab\" tabindex=\"0\"><div class=\"uagb-faq-questions-button uagb-faq-questions\"><span class=\"uagb-icon uagb-faq-icon-wrap\"><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 448 512\"><path d=\"M432 256c0 17.69-14.33 32.01-32 32.01H256v144c0 17.69-14.33 31.99-32 31.99s-32-14.3-32-31.99v-144H48c-17.67 0-32-14.32-32-32.01s14.33-31.99 32-31.99H192v-144c0-17.69 14.33-32.01 32-32.01s32 14.32 32 32.01v144h144C417.7 224 432 238.3 432 256z\"></path></svg></span><span class=\"uagb-icon-active uagb-faq-icon-wrap\"><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 448 512\"><path d=\"M400 288h-352c-17.69 0-32-14.32-32-32.01s14.31-31.99 32-31.99h352c17.69 0 32 14.3 32 31.99S417.7 288 400 288z\"></path></svg></span><span class=\"uagb-question\"><strong>SPORTS &amp; ADVENTURE</strong></span></div><p class=\"uagb-faq-content\">Tandem Paragliding flips  <br><a href=\"tel:+27823221824\">0823221824</a><br>Mountain Sanctuary Park   <br><a href=\"tel:+27145340114\">014 534 0114<br></a>Bill Harrops Original Balloon Safaris   <a href=\"tel:+27145771733\">014 577 1733</a> / <a href=\"tel:+27837520036\">083 752 0036</a><br>Pecanwood Golf Course   <br><a href=\"tel:+27122440112\">012 244 0112<br></a>Air Ventures Hot Air Balloons   <br><a href=\"tel:+27117935782\">011 793 5782<br></a>Gliding   <br><a href=\"tel:+27835266966\">083 526 6966<br></a>Magaliesberg Canopy Tours   <br><a href=\"tel:+27145350150\">014 535 0150<br></a>Wild Cave Adventures   <br><a href=\"tel:+27824862464\">082 486 2464<br></a>Miracle Waters Dive Gateway   <br><a href=\"tel:+27832359840\">083 235 9840</a></p></div>\n<!-- /wp:uagb/faq-child -->\n\n<!-- wp:uagb/faq-child {\"block_id\":\"d9cc9126\",\"question\":\"\\u003cstrong\\u003eHEALTH SPAS\\u003c/strong\\u003e\",\"answer\":\"Whispering Pines   \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27145771536\\u0022\\u003e014 577 1536\\u003cbr\\u003e\\u003c/a\\u003eMount Grace Spa   \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27145775600\\u0022\\u003e014 577 5600\\u003cbr\\u003e\\u003c/a\\u003eValley Lodge Spa   \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27145771301\\u0022\\u003e014 577 1301\\u003cbr\\u003e\\u003c/a\\u003eRosewell Spa   \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27145771172\\u0022\\u003e014 577 1172\\u003cbr\\u003e\\u003c/a\\u003eSparkling Waters   \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27145350019\\u0022\\u003e014 535 0019\\u003c/a\\u003e\"} -->\n<div class=\"wp-block-uagb-faq-child uagb-faq-child__outer-wrap uagb-faq-item uagb-block-d9cc9126\" role=\"tab\" tabindex=\"0\"><div class=\"uagb-faq-questions-button uagb-faq-questions\"><span class=\"uagb-icon uagb-faq-icon-wrap\"><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 448 512\"><path d=\"M432 256c0 17.69-14.33 32.01-32 32.01H256v144c0 17.69-14.33 31.99-32 31.99s-32-14.3-32-31.99v-144H48c-17.67 0-32-14.32-32-32.01s14.33-31.99 32-31.99H192v-144c0-17.69 14.33-32.01 32-32.01s32 14.32 32 32.01v144h144C417.7 224 432 238.3 432 256z\"></path></svg></span><span class=\"uagb-icon-active uagb-faq-icon-wrap\"><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 448 512\"><path d=\"M400 288h-352c-17.69 0-32-14.32-32-32.01s14.31-31.99 32-31.99h352c17.69 0 32 14.3 32 31.99S417.7 288 400 288z\"></path></svg></span><span class=\"uagb-question\"><strong>HEALTH SPAS</strong></span></div><p class=\"uagb-faq-content\">Whispering Pines   <br><a href=\"tel:+27145771536\">014 577 1536<br></a>Mount Grace Spa   <br><a href=\"tel:+27145775600\">014 577 5600<br></a>Valley Lodge Spa   <br><a href=\"tel:+27145771301\">014 577 1301<br></a>Rosewell Spa   <br><a href=\"tel:+27145771172\">014 577 1172<br></a>Sparkling Waters   <br><a href=\"tel:+27145350019\">014 535 0019</a></p></div>\n<!-- /wp:uagb/faq-child -->\n\n<!-- wp:uagb/faq-child {\"block_id\":\"ec34bcc4\",\"question\":\"\\u003cstrong\\u003ePLACES OF INTEREST\\u003c/strong\\u003e\",\"answer\":\"Maropeng Visitors Centre   \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27145779000\\u0022\\u003e014 577 9000\\u003cbr\\u003e\\u003c/a\\u003eSterkfontein Caves   \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27116683200\\u0022\\u003e011 668 3200\\u003cbr\\u003e\\u003c/a\\u003eBlaaubank Gold Mine   \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27825673111\\u0022\\u003e082 567 3111\\u003cbr\\u003e\\u003c/a\\u003eVan Gaalen Cheese Farm   \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27122071289\\u0022\\u003e012 207 1289\\u003cbr\\u003e\\u003c/a\\u003eHartebeespoort Cableway   \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27722412654\\u0022\\u003e072 241 2654\\u003cbr\\u003e\\u003c/a\\u003eElephant Sanctuary             \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27122580423\\u0022\\u003e012 258 0423\\u003cbr\\u003e\\u003c/a\\u003eTeam Gel   \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27114622894\\u0022\\u003e011 462 2894\\u003c/a\\u003e / \\u003ca href=\\u0022tel:+27833207623\\u0022\\u003e083 320 7623\\u003c/a\\u003e\\u003cbr\\u003eMonate Citrus Kelder   \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27122580712\\u0022\\u003e012 258 0712\\u003cbr\\u003e\\u003c/a\\u003eLiving Jewels   \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27119566444\\u0022\\u003e011 956 6444\\u003cbr\\u003e\\u003c/a\\u003eBlaaubank Candle Dipping   \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27145774609\\u0022\\u003e014 577 4609\\u003cbr\\u003e\\u003c/a\\u003eVeggie Picking \\u0026amp; Strawberry Picking \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27122071116\\u0022\\u003e012 207 1116\\u003c/a\\u003e\"} -->\n<div class=\"wp-block-uagb-faq-child uagb-faq-child__outer-wrap uagb-faq-item uagb-block-ec34bcc4\" role=\"tab\" tabindex=\"0\"><div class=\"uagb-faq-questions-button uagb-faq-questions\"><span class=\"uagb-icon uagb-faq-icon-wrap\"><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 448 512\"><path d=\"M432 256c0 17.69-14.33 32.01-32 32.01H256v144c0 17.69-14.33 31.99-32 31.99s-32-14.3-32-31.99v-144H48c-17.67 0-32-14.32-32-32.01s14.33-31.99 32-31.99H192v-144c0-17.69 14.33-32.01 32-32.01s32 14.32 32 32.01v144h144C417.7 224 432 238.3 432 256z\"></path></svg></span><span class=\"uagb-icon-active uagb-faq-icon-wrap\"><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 448 512\"><path d=\"M400 288h-352c-17.69 0-32-14.32-32-32.01s14.31-31.99 32-31.99h352c17.69 0 32 14.3 32 31.99S417.7 288 400 288z\"></path></svg></span><span class=\"uagb-question\"><strong>PLACES OF INTEREST</strong></span></div><p class=\"uagb-faq-content\">Maropeng Visitors Centre   <br><a href=\"tel:+27145779000\">014 577 9000<br></a>Sterkfontein Caves   <br><a href=\"tel:+27116683200\">011 668 3200<br></a>Blaaubank Gold Mine   <br><a href=\"tel:+27825673111\">082 567 3111<br></a>Van Gaalen Cheese Farm   <br><a href=\"tel:+27122071289\">012 207 1289<br></a>Hartebeespoort Cableway   <br><a href=\"tel:+27722412654\">072 241 2654<br></a>Elephant Sanctuary             <br><a href=\"tel:+27122580423\">012 258 0423<br></a>Team Gel   <br><a href=\"tel:+27114622894\">011 462 2894</a> / <a href=\"tel:+27833207623\">083 320 7623</a><br>Monate Citrus Kelder   <br><a href=\"tel:+27122580712\">012 258 0712<br></a>Living Jewels   <br><a href=\"tel:+27119566444\">011 956 6444<br></a>Blaaubank Candle Dipping   <br><a href=\"tel:+27145774609\">014 577 4609<br></a>Veggie Picking &amp; Strawberry Picking <br><a href=\"tel:+27122071116\">012 207 1116</a></p></div>\n<!-- /wp:uagb/faq-child --></div>\n<!-- /wp:uagb/faq --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"2ba5c15e\",\"innerContentCustomWidthDesktop\":781,\"innerContentCustomWidthTablet\":781,\"backgroundType\":\"image\",\"backgroundImageDesktop\":{\"id\":907,\"title\":\"241565_xl\",\"filename\":\"241565_xl.jpg\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/241565_xl.jpg\",\"link\":\"https://blueroan.netgen.cloud/home/241565_xl/\",\"alt\":\"\",\"author\":\"2\",\"description\":\"\",\"caption\":\"\",\"name\":\"241565_xl\",\"status\":\"inherit\",\"uploadedTo\":760,\"date\":\"2022-12-13T15:04:35.000Z\",\"modified\":\"2022-12-13T15:04:35.000Z\",\"menuOrder\":0,\"mime\":\"image/jpeg\",\"type\":\"image\",\"subtype\":\"jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-includes/images/media/default.png\",\"dateFormatted\":\"December 13, 2022\",\"nonces\":{\"update\":\"8ba15922a4\",\"delete\":\"e660ddd200\",\"edit\":\"57c3a4b066\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=907\\u0026action=edit\",\"meta\":false,\"authorName\":\"Netgen Support\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/profile.php\",\"uploadedToTitle\":\"Home\",\"uploadedToLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=760\\u0026action=edit\",\"filesizeInBytes\":90717,\"filesizeHumanReadable\":\"89 KB\",\"context\":\"\",\"height\":534,\"width\":800,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/241565_xl-150x150.jpg\",\"orientation\":\"landscape\"},\"medium\":{\"height\":200,\"width\":300,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/241565_xl-300x200.jpg\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/241565_xl.jpg\",\"height\":534,\"width\":800,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"backgroundImageColor\":\"rgba(42,42,42,0.65)\",\"topPaddingDesktop\":144,\"bottomPaddingDesktop\":144,\"leftPaddingDesktop\":40,\"rightPaddingDesktop\":40,\"topPaddingTablet\":80,\"bottomPaddingTablet\":80,\"leftPaddingTablet\":40,\"rightPaddingTablet\":40,\"topPaddingMobile\":64,\"bottomPaddingMobile\":64,\"leftPaddingMobile\":24,\"rightPaddingMobile\":24,\"paddingLink\":false,\"variationSelected\":true,\"isBlockRootParent\":true,\"overlayType\":\"color\"} -->\n<div class=\"wp-block-uagb-container uagb-block-2ba5c15e alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/advanced-heading {\"block_id\":\"08a3bfe1\",\"classMigrate\":true,\"headingDescToggle\":true,\"headingAlign\":\"center\",\"headingColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"subHeadingColor\":\"var(\\u002d\\u002dast-global-color-4)\",\"headSpace\":20} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-08a3bfe1\"><h2 class=\"uagb-heading-text\">Create Memorable Moments at Blue Roan!</h2><p class=\"uagb-desc-text\">Blue Roan is a 4-star graded pet-friendly venue</p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/advanced-heading {\"block_id\":\"bd814a4d\",\"classMigrate\":true,\"headingTitleToggle\":false,\"headingDescToggle\":true,\"headingAlign\":\"center\",\"subHeadingColor\":\"var(\\u002d\\u002dast-global-color-4)\",\"subHeadTransform\":\"uppercase\",\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"subHeadLetterSpacing\":2,\"blockTopPadding\":60,\"blockRightPadding\":0,\"blockLeftPadding\":0,\"blockBottomPadding\":0,\"blockTopPaddingMobile\":30,\"blockRightPaddingMobile\":0,\"blockLeftPaddingMobile\":0,\"blockBottomPaddingMobile\":0,\"linkColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"linkHColor\":\"var(\\u002d\\u002dast-global-color-0)\"} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-bd814a4d\"><p class=\"uagb-desc-text\"><a href=\"https://book.nightsbridge.com/11065\" target=\"_blank\" rel=\"noreferrer noopener\">BOOK YOUR STAY NOW​</a></p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/icon-list {\"block_id\":\"edfd80b1\",\"classMigrate\":true,\"childMigrate\":true,\"align\":\"center\",\"parentIcon\":\"phone\",\"size\":40,\"sizeMobile\":24,\"sizeTablet\":32,\"fontSize\":48,\"fontSizeMobile\":28,\"fontSizeTablet\":40,\"fontWeight\":\"600\",\"iconColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"labelColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"blockTopPadding\":0,\"blockRightPadding\":0,\"blockLeftPadding\":0,\"blockBottomPadding\":24,\"blockPaddingLink\":false} -->\n<div class=\"wp-block-uagb-icon-list uagb-block-edfd80b1\"><div class=\"uagb-icon-list__wrap\"><!-- wp:uagb/icon-list-child {\"block_id\":\"745b8ceb\",\"label\":\"+ 27 (0) 82 575 5409\",\"label_color\":\"\",\"link\":\"tel:+27825755409\",\"disableLink\":true,\"fromParentIcon\":\"phone\",\"imageSizeChild\":40} -->\n<div class=\"wp-block-uagb-icon-list-child uagb-block-745b8ceb\"><a target=\"_self\" aria-label=\"+ 27 (0) 82 575 5409\" rel=\"noopener noreferrer\" href=\"tel:+27825755409\"> </a><span class=\"uagb-icon-list__source-wrap\"><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M511.2 387l-23.25 100.8c-3.266 14.25-15.79 24.22-30.46 24.22C205.2 512 0 306.8 0 54.5c0-14.66 9.969-27.2 24.22-30.45l100.8-23.25C139.7-2.602 154.7 5.018 160.8 18.92l46.52 108.5c5.438 12.78 1.77 27.67-8.98 36.45L144.5 207.1c33.98 69.22 90.26 125.5 159.5 159.5l44.08-53.8c8.688-10.78 23.69-14.51 36.47-8.975l108.5 46.51C506.1 357.2 514.6 372.4 511.2 387z\"></path></svg></span><span class=\"uagb-icon-list__label\">+ 27 (0) 82 575 5409</span></div>\n<!-- /wp:uagb/icon-list-child -->\n\n<!-- wp:uagb/icon-list-child {\"block_id\":\"56345d5d\",\"label\":\" blueroan@ugo.co.za\",\"icon\":\"envelope\",\"label_color\":\"\",\"link\":\"mailto: blueroan@ugo.co.za\",\"disableLink\":true} -->\n<div class=\"wp-block-uagb-icon-list-child uagb-block-56345d5d\"><a target=\"_self\" aria-label=\" blueroan@ugo.co.za\" rel=\"noopener noreferrer\" href=\"mailto:blueroan@ugo.co.za\"> </a><span class=\"uagb-icon-list__source-wrap\"><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M464 64C490.5 64 512 85.49 512 112C512 127.1 504.9 141.3 492.8 150.4L275.2 313.6C263.8 322.1 248.2 322.1 236.8 313.6L19.2 150.4C7.113 141.3 0 127.1 0 112C0 85.49 21.49 64 48 64H464zM217.6 339.2C240.4 356.3 271.6 356.3 294.4 339.2L512 176V384C512 419.3 483.3 448 448 448H64C28.65 448 0 419.3 0 384V176L217.6 339.2z\"></path></svg></span><span class=\"uagb-icon-list__label\"> blueroan@ugo.co.za</span></div>\n<!-- /wp:uagb/icon-list-child --></div></div>\n<!-- /wp:uagb/icon-list --></div></div>\n<!-- /wp:uagb/container -->',	'Amenities',	'',	'inherit',	'closed',	'closed',	'',	'762-revision-v1',	'',	'',	'2022-12-19 07:56:39',	'2022-12-19 07:56:39',	'',	762,	'https://blueroan.netgen.cloud/?p=1322',	0,	'revision',	'',	0),
(1323,	2,	'2022-12-19 07:57:16',	'2022-12-19 07:57:16',	'<!-- wp:uagb/container {\"block_id\":\"ea3f2b11\",\"backgroundType\":\"image\",\"backgroundImageDesktop\":{\"id\":1007,\"title\":\"AAEAAQAAAAAAAAAAAAAAJDg5NmY0ZGUxLWE4MTgtNDY5NC1iODFhLTBmN2Q0ZDc5ZWFiNw-1\",\"filename\":\"AAEAAQAAAAAAAAAAAAAAJDg5NmY0ZGUxLWE4MTgtNDY5NC1iODFhLTBmN2Q0ZDc5ZWFiNw-1.png\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAAJDg5NmY0ZGUxLWE4MTgtNDY5NC1iODFhLTBmN2Q0ZDc5ZWFiNw-1.png\",\"link\":\"https://blueroan.netgen.cloud/the-barn/aaeaaqaaaaaaaaaaaaaajdg5nmy0zguxlwe4mtgtndy5nc1iodfhltbmn2q0zdc5zwfinw-1/\",\"alt\":\"\",\"author\":\"2\",\"description\":\"\",\"caption\":\"\",\"name\":\"aaeaaqaaaaaaaaaaaaaajdg5nmy0zguxlwe4mtgtndy5nc1iodfhltbmn2q0zdc5zwfinw-1\",\"status\":\"inherit\",\"uploadedTo\":948,\"date\":\"2022-12-14T10:50:25.000Z\",\"modified\":\"2022-12-14T10:50:25.000Z\",\"menuOrder\":0,\"mime\":\"image/png\",\"type\":\"image\",\"subtype\":\"png\",\"icon\":\"https://blueroan.netgen.cloud/wp-includes/images/media/default.png\",\"dateFormatted\":\"December 14, 2022\",\"nonces\":{\"update\":\"483f8bdf3d\",\"delete\":\"0a7ebc92ef\",\"edit\":\"6bc1c6a685\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=1007\\u0026action=edit\",\"meta\":false,\"authorName\":\"Netgen Support\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/profile.php\",\"uploadedToTitle\":\"The Barn\",\"uploadedToLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=948\\u0026action=edit\",\"filesizeInBytes\":1348989,\"filesizeHumanReadable\":\"1 MB\",\"context\":\"\",\"height\":667,\"width\":1000,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAAJDg5NmY0ZGUxLWE4MTgtNDY5NC1iODFhLTBmN2Q0ZDc5ZWFiNw-1-150x150.png\",\"orientation\":\"landscape\"},\"medium\":{\"height\":200,\"width\":300,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAAJDg5NmY0ZGUxLWE4MTgtNDY5NC1iODFhLTBmN2Q0ZDc5ZWFiNw-1-300x200.png\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAAJDg5NmY0ZGUxLWE4MTgtNDY5NC1iODFhLTBmN2Q0ZDc5ZWFiNw-1.png\",\"height\":667,\"width\":1000,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"backgroundPositionDesktop\":{\"x\":0.61,\"y\":0.52},\"backgroundSizeTablet\":\"cover\",\"backgroundSizeMobile\":\"cover\",\"backgroundColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"backgroundImageColor\":\"rgba(42,42,42,0.5)\",\"topPaddingDesktop\":220,\"bottomPaddingDesktop\":150,\"topPaddingTablet\":170,\"bottomPaddingTablet\":160,\"leftPaddingTablet\":30,\"rightPaddingTablet\":30,\"topPaddingMobile\":180,\"bottomPaddingMobile\":80,\"leftPaddingMobile\":20,\"rightPaddingMobile\":20,\"paddingLink\":false,\"variationSelected\":true,\"isBlockRootParent\":true,\"overlayType\":\"color\"} -->\n<div class=\"wp-block-uagb-container uagb-block-ea3f2b11 alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/advanced-heading {\"block_id\":\"0e56dd97\",\"classMigrate\":true,\"headingDescToggle\":true,\"headingColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"subHeadingColor\":\"var(\\u002d\\u002dast-global-color-4)\",\"headingTag\":\"h1\",\"headSpace\":20,\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"blockTopPadding\":0,\"blockRightPadding\":50,\"blockLeftPadding\":0,\"blockBottomPadding\":0,\"blockTopPaddingTablet\":0,\"blockRightPaddingTablet\":20,\"blockLeftPaddingTablet\":0,\"blockBottomPaddingTablet\":0,\"blockTopPaddingMobile\":0,\"blockRightPaddingMobile\":0,\"blockLeftPaddingMobile\":0,\"blockBottomPaddingMobile\":0,\"blockPaddingUnit\":\"%\",\"blockPaddingUnitTablet\":\"%\"} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-0e56dd97\"><h1 class=\"uagb-heading-text\">Amenities &amp; Interests​</h1><p class=\"uagb-desc-text\">We do not give you just rooms to stay in. We give you an environment where you can experience the best while on a holiday with us. </p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:buttons -->\n<div class=\"wp-block-buttons\"><!-- wp:button -->\n<div class=\"wp-block-button\"><a class=\"wp-block-button__link wp-element-button\" href=\"https://book.nightsbridge.com/11065\" target=\"_blank\" rel=\"noreferrer noopener\">BOOK NOW</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"080b9d6e\",\"backgroundType\":\"color\",\"backgroundSizeTablet\":\"cover\",\"backgroundSizeMobile\":\"cover\",\"backgroundColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"topPaddingDesktop\":50,\"bottomPaddingDesktop\":100,\"topPaddingTablet\":50,\"bottomPaddingTablet\":25,\"leftPaddingTablet\":20,\"rightPaddingTablet\":20,\"topPaddingMobile\":50,\"bottomPaddingMobile\":20,\"leftPaddingMobile\":20,\"rightPaddingMobile\":20,\"paddingLink\":false,\"variationSelected\":true,\"rowGapDesktop\":0,\"isBlockRootParent\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-080b9d6e alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/container {\"block_id\":\"c2d4cf72\",\"directionDesktop\":\"row\",\"alignItemsTablet\":\"flex-start\",\"paddingLink\":false,\"topMarginDesktop\":50,\"bottomMarginDesktop\":20,\"leftMarginDesktop\":0,\"rightMarginDesktop\":0,\"marginLink\":false,\"variationSelected\":true,\"rowGapMobile\":65,\"columnGapDesktop\":48,\"columnGapTablet\":20} -->\n<div class=\"wp-block-uagb-container uagb-block-c2d4cf72\"><!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"align\":\"center\",\"id\":828,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image aligncenter size-full\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Blue-Roan-pool.png\" alt=\"Blue Roan\'s rock pool\" class=\"wp-image-828\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>A relaxing rock Pool​</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>We have a lovely sparkling blue rock pool next to a thatched Lapa. &nbsp;&nbsp;Lie on recliners on the green lawn or sit on the swing chair in the Lapa and enjoy the panoramic view of the Magaliesberg mountain range.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":829,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/img-20160605-wa0002-largejpg.png\" alt=\"\" class=\"wp-image-829\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>Braai facilities </h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>What can compare to a burning fire under the star-lit African sky? Nothing beats the flavor of cooking over an open flame.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":830,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/ef9d0188da11e2bc56788f5619d9d539.png\" alt=\"\" class=\"wp-image-830\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>A games room </h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>The reception is also a games room for those who enjoy darts or playing pool. &nbsp;Take a selection of DVDs back to your room and watch movies on your own DVD player. &nbsp;There is also a selection of board games and music CDs that you can borrow.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"align\":\"center\",\"id\":1198,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image aligncenter size-full\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/eyJidWNrZXQiOiJhc3NldHMuYWxsdHJhaWxzLmNvbSIsImtleSI6InVwbG9hZHMvcGhvdG8vaW1hZ2UvNDMxNzk4MTAvYjZkYTAz-1.png\" alt=\"\" class=\"wp-image-1198\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>Walking or hiking </h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>There is a well-kept walking trail on our property with plenty of bird life and some benches along the way. &nbsp;It is safe for dogs to run off-leash as it is completely fenced all around. &nbsp;For those who enjoy long walks and hikes, it is safe to cross onto neighbouring farms and go as far as the eye can see.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":1185,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/49089607_1950305445047847_5177863042771189760_n.png\" alt=\"\" class=\"wp-image-1185\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>Mountain biking </h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Bring your mountain bikes and explore the surrounding countryside on safe off-road tracks on our property and on neighbouring farms.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":1196,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Michelle_1.png\" alt=\"\" class=\"wp-image-1196\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>Horse riding </h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Interested riders can book at one of the recommended horse-riding establishments listed further down this page.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"e651569f\",\"innerContentWidth\":\"alignfull\",\"directionDesktop\":\"row\",\"wrapTablet\":\"wrap\",\"variationSelected\":true,\"rowGapTablet\":0,\"columnGapDesktop\":0,\"isBlockRootParent\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-e651569f alignfull uagb-is-root-container\"><!-- wp:uagb/container {\"block_id\":\"1382d3ab\",\"widthDesktop\":25,\"widthTablet\":50,\"variationSelected\":true,\"widthSetByUser\":true,\"UAGHideMob\":true,\"UAGResponsiveConditions\":true} -->\n<div class=\"wp-block-uagb-container uag-hide-mob uagb-block-1382d3ab\"><!-- wp:uagb/image {\"block_id\":\"19c914f1\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-18-1-1024x768.jpg\",\"id\":1208,\"linkDestination\":\"none\",\"width\":480,\"height\":500,\"naturalWidth\":1024,\"naturalHeight\":768,\"sizeSlug\":\"large\",\"sizeSlugTablet\":\"large\",\"sizeSlugMobile\":\"large\",\"customHeightSetDesktop\":true} -->\n<div class=\"wp-block-uagb-image uagb-block-19c914f1 wp-block-uagb-image--layout-default wp-block-uagb-image--effect-static wp-block-uagb-image--align-none\"><figure class=\"wp-block-uagb-image__figure\"><img srcset=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-18-1-1024x768.jpg \" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-18-1-1024x768.jpg\" alt=\"\" class=\"uag-image-1208\" width=\"480\" height=\"500\" title=\"\" loading=\"lazy\"/></figure></div>\n<!-- /wp:uagb/image --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"a91c1d4a\",\"widthDesktop\":25,\"widthTablet\":50,\"variationSelected\":true,\"widthSetByUser\":true,\"UAGHideMob\":true,\"UAGResponsiveConditions\":true} -->\n<div class=\"wp-block-uagb-container uag-hide-mob uagb-block-a91c1d4a\"><!-- wp:uagb/image {\"block_id\":\"9c213d8b\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Blue-Roan-pool-1.png\",\"id\":1210,\"linkDestination\":\"none\",\"width\":480,\"height\":500,\"naturalWidth\":370,\"naturalHeight\":440,\"sizeSlug\":\"full\",\"sizeSlugTablet\":\"full\",\"sizeSlugMobile\":\"full\",\"customHeightSetDesktop\":true} -->\n<div class=\"wp-block-uagb-image uagb-block-9c213d8b wp-block-uagb-image--layout-default wp-block-uagb-image--effect-static wp-block-uagb-image--align-none\"><figure class=\"wp-block-uagb-image__figure\"><img srcset=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Blue-Roan-pool-1.png \" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Blue-Roan-pool-1.png\" alt=\"\" class=\"uag-image-1210\" width=\"480\" height=\"500\" title=\"\" loading=\"lazy\"/></figure></div>\n<!-- /wp:uagb/image --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"3d7fee6d\",\"widthDesktop\":50,\"widthTablet\":100,\"variationSelected\":true,\"columnGapDesktop\":20,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-3d7fee6d\"><!-- wp:uagb/image {\"block_id\":\"e6c08b3c\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/the-view-from-my-rooms-1024x768.jpg\",\"id\":1211,\"linkDestination\":\"none\",\"width\":960,\"height\":500,\"naturalWidth\":1024,\"naturalHeight\":768,\"sizeSlug\":\"large\",\"sizeSlugTablet\":\"large\",\"sizeSlugMobile\":\"large\",\"customHeightSetDesktop\":true} -->\n<div class=\"wp-block-uagb-image uagb-block-e6c08b3c wp-block-uagb-image--layout-default wp-block-uagb-image--effect-static wp-block-uagb-image--align-none\"><figure class=\"wp-block-uagb-image__figure\"><img srcset=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/the-view-from-my-rooms-1024x768.jpg \" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/the-view-from-my-rooms-1024x768.jpg\" alt=\"\" class=\"uag-image-1211\" width=\"960\" height=\"500\" title=\"\" loading=\"lazy\"/></figure></div>\n<!-- /wp:uagb/image --></div>\n<!-- /wp:uagb/container --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"9481afca\",\"innerContentWidth\":\"alignfull\",\"directionDesktop\":\"row\",\"wrapTablet\":\"wrap\",\"variationSelected\":true,\"rowGapTablet\":0,\"columnGapDesktop\":0,\"isBlockRootParent\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-9481afca alignfull uagb-is-root-container\"><!-- wp:uagb/container {\"block_id\":\"b01759be\",\"widthDesktop\":50,\"widthTablet\":100,\"variationSelected\":true,\"columnGapDesktop\":20,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-b01759be\"><!-- wp:uagb/image {\"block_id\":\"ba9ca979\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAAJDI0ZWY4NDc1LThjYjYtNDM3YS1iOTliLWNmOWQxYTJkMWU5MQ-1.png\",\"id\":1213,\"linkDestination\":\"none\",\"width\":960,\"height\":500,\"naturalWidth\":1000,\"naturalHeight\":667,\"sizeSlug\":\"full\",\"sizeSlugTablet\":\"full\",\"sizeSlugMobile\":\"full\",\"customHeightSetDesktop\":true} -->\n<div class=\"wp-block-uagb-image uagb-block-ba9ca979 wp-block-uagb-image--layout-default wp-block-uagb-image--effect-static wp-block-uagb-image--align-none\"><figure class=\"wp-block-uagb-image__figure\"><img srcset=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAAJDI0ZWY4NDc1LThjYjYtNDM3YS1iOTliLWNmOWQxYTJkMWU5MQ-1.png \" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAAJDI0ZWY4NDc1LThjYjYtNDM3YS1iOTliLWNmOWQxYTJkMWU5MQ-1.png\" alt=\"\" class=\"uag-image-1213\" width=\"960\" height=\"500\" title=\"\" loading=\"lazy\"/></figure></div>\n<!-- /wp:uagb/image --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"f43e25af\",\"widthDesktop\":25,\"variationSelected\":true,\"widthSetByUser\":true,\"UAGHideMob\":true,\"UAGResponsiveConditions\":true} -->\n<div class=\"wp-block-uagb-container uag-hide-mob uagb-block-f43e25af\"><!-- wp:uagb/image {\"block_id\":\"6aaae56b\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/bird-1-1024x683.jpg\",\"id\":1215,\"linkDestination\":\"none\",\"width\":480,\"height\":500,\"naturalWidth\":1024,\"naturalHeight\":683,\"sizeSlug\":\"large\",\"sizeSlugTablet\":\"large\",\"sizeSlugMobile\":\"large\",\"customHeightSetDesktop\":true} -->\n<div class=\"wp-block-uagb-image uagb-block-6aaae56b wp-block-uagb-image--layout-default wp-block-uagb-image--effect-static wp-block-uagb-image--align-none\"><figure class=\"wp-block-uagb-image__figure\"><img srcset=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/bird-1-1024x683.jpg \" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/bird-1-1024x683.jpg\" alt=\"\" class=\"uag-image-1215\" width=\"480\" height=\"500\" title=\"\" loading=\"lazy\"/></figure></div>\n<!-- /wp:uagb/image --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"050d001c\",\"widthDesktop\":25,\"variationSelected\":true,\"widthSetByUser\":true,\"UAGHideMob\":true,\"UAGResponsiveConditions\":true} -->\n<div class=\"wp-block-uagb-container uag-hide-mob uagb-block-050d001c\"><!-- wp:uagb/image {\"block_id\":\"3b681509\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/two-happy-boxers-1024x768.jpg\",\"id\":1216,\"linkDestination\":\"none\",\"width\":480,\"height\":500,\"naturalWidth\":1024,\"naturalHeight\":768,\"sizeSlug\":\"large\",\"sizeSlugTablet\":\"large\",\"sizeSlugMobile\":\"large\",\"customHeightSetDesktop\":true} -->\n<div class=\"wp-block-uagb-image uagb-block-3b681509 wp-block-uagb-image--layout-default wp-block-uagb-image--effect-static wp-block-uagb-image--align-none\"><figure class=\"wp-block-uagb-image__figure\"><img srcset=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/two-happy-boxers-1024x768.jpg \" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/two-happy-boxers-1024x768.jpg\" alt=\"\" class=\"uag-image-1216\" width=\"480\" height=\"500\" title=\"\" loading=\"lazy\"/></figure></div>\n<!-- /wp:uagb/image --></div>\n<!-- /wp:uagb/container --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"71e1bb95\",\"backgroundType\":\"color\",\"backgroundSizeTablet\":\"cover\",\"backgroundSizeMobile\":\"cover\",\"backgroundColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"topPaddingDesktop\":120,\"bottomPaddingDesktop\":0,\"topPaddingTablet\":80,\"bottomPaddingTablet\":80,\"leftPaddingTablet\":30,\"rightPaddingTablet\":30,\"topPaddingMobile\":80,\"bottomPaddingMobile\":80,\"leftPaddingMobile\":20,\"rightPaddingMobile\":20,\"paddingLink\":false,\"variationSelected\":true,\"rowGapDesktop\":0,\"rowGapTablet\":0,\"isBlockRootParent\":true} -->\n<div id=\"nearby-visits\" class=\"wp-block-uagb-container uagb-block-71e1bb95 alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/container {\"block_id\":\"0f00823f\",\"directionDesktop\":\"row\",\"alignItemsDesktop\":\"flex-end\",\"alignItemsTablet\":\"flex-end\",\"justifyContentDesktop\":\"flex-end\",\"justifyContentTablet\":\"space-between\",\"variationSelected\":true,\"rowGapMobile\":30,\"columnGapDesktop\":0} -->\n<div class=\"wp-block-uagb-container uagb-block-0f00823f\"><!-- wp:uagb/advanced-heading {\"block_id\":\"d4a0fee7\",\"classMigrate\":true,\"headingDescToggle\":true,\"subHeadingColor\":\"\",\"headSpace\":20,\"subHeadFontSize\":16} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-d4a0fee7\"><h2 class=\"uagb-heading-text\">Things to do in the area of Magaliesburg<br></h2><p class=\"uagb-desc-text\">Looking for more? Well, we believe that every guest walks into our lodge for the best experience. And, we are determined to do that.</p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/buttons {\"block_id\":\"6c0a092a\",\"classMigrate\":true,\"childMigrate\":true,\"align\":\"right\",\"alignTablet\":\"right\",\"alignMobile\":\"left\",\"gap\":0} -->\n<div class=\"wp-block-uagb-buttons uagb-buttons__outer-wrap uagb-btn__default-btn uagb-btn-tablet__default-btn uagb-btn-mobile__default-btn uagb-block-6c0a092a\"><div class=\"uagb-buttons__wrap uagb-buttons-layout-wrap\"><!-- wp:uagb/buttons-child {\"block_id\":\"8f39dfb0\",\"label\":\"Reservations\",\"link\":\"https://book.nightsbridge.com/11065\",\"hColor\":\"\",\"opensInNewTab\":true,\"borderWidth\":\"\",\"borderRadius\":\"\",\"borderStyle\":\"\",\"borderColor\":\"\",\"borderHColor\":\"\",\"btnBorderTopWidth\":1,\"btnBorderLeftWidth\":1,\"btnBorderRightWidth\":1,\"btnBorderBottomWidth\":1,\"btnBorderTopLeftRadius\":2,\"btnBorderTopRightRadius\":2,\"btnBorderBottomLeftRadius\":2,\"btnBorderBottomRightRadius\":2,\"btnBorderStyle\":\"solid\",\"btnBorderColor\":\"#333\",\"btnBorderHColor\":\"#333\"} -->\n<div class=\"wp-block-uagb-buttons-child uagb-buttons__outer-wrap uagb-block-8f39dfb0 wp-block-button is-style-outline\"><div class=\"uagb-button__wrapper\"><a class=\"uagb-buttons-repeater wp-block-button__link\" href=\"https://book.nightsbridge.com/11065\" rel=\"follow noopener\" target=\"_blank\"><div class=\"uagb-button__link\">Reservations</div></a></div></div>\n<!-- /wp:uagb/buttons-child --></div></div>\n<!-- /wp:uagb/buttons --></div>\n<!-- /wp:uagb/container --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"d057eba9\",\"backgroundType\":\"color\",\"backgroundSizeTablet\":\"cover\",\"backgroundSizeMobile\":\"cover\",\"backgroundColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"topPaddingDesktop\":50,\"bottomPaddingDesktop\":100,\"topPaddingTablet\":50,\"bottomPaddingTablet\":25,\"leftPaddingTablet\":20,\"rightPaddingTablet\":20,\"topPaddingMobile\":50,\"bottomPaddingMobile\":20,\"leftPaddingMobile\":20,\"rightPaddingMobile\":20,\"paddingLink\":false,\"variationSelected\":true,\"rowGapDesktop\":0,\"isBlockRootParent\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-d057eba9 alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/container {\"block_id\":\"100005e1\",\"directionDesktop\":\"row\",\"alignItemsTablet\":\"flex-start\",\"paddingLink\":false,\"topMarginDesktop\":50,\"bottomMarginDesktop\":20,\"leftMarginDesktop\":0,\"rightMarginDesktop\":0,\"marginLink\":false,\"variationSelected\":true,\"rowGapMobile\":65,\"columnGapDesktop\":48,\"columnGapTablet\":20} -->\n<div class=\"wp-block-uagb-container uagb-block-100005e1\"><!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"align\":\"center\",\"id\":1222,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image aligncenter size-full\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/41b46e52d7427ea1f6f135454e9a012f.png\" alt=\"\" class=\"wp-image-1222\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"textAlign\":\"center\",\"level\":3} -->\n<h3 class=\"has-text-align-center\">Fishing </h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>The dam has trout (stocked), bass, vlei Kuper and carp. Fly fishers seeking a unique challenge visit our establishment in search of the large &amp; small scale Yellow fish.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:buttons -->\n<div class=\"wp-block-buttons\"><!-- wp:button {\"align\":\"left\"} -->\n<div class=\"wp-block-button alignleft\"><a class=\"wp-block-button__link wp-element-button\" href=\"https://www.sundowner.co.za/rooms/magalies-barbus-haven/\" target=\"_blank\" rel=\"noreferrer noopener\">Barbus Haven</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons -->\n\n<!-- wp:paragraph -->\n<p>The opportunity to fish for Rainbow Trout or the elusive Brown Trout. Kingfisher offers rod hires at their venue. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:buttons -->\n<div class=\"wp-block-buttons\"><!-- wp:button {\"align\":\"left\"} -->\n<div class=\"wp-block-button alignleft\"><a class=\"wp-block-button__link wp-element-button\" href=\"https://www.thekingfisherlodge.co.za/activities/\" target=\"_blank\" rel=\"noreferrer noopener\">Kingfisher</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":1235,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Maseke-MTB-MvZ-3-1024x683-1.png\" alt=\"\" class=\"wp-image-1235\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>Mountain biking </h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>It is a privately owned nature reserve that offers mountain biking.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:spacer {\"height\":\"20px\"} -->\n<div style=\"height:20px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:buttons -->\n<div class=\"wp-block-buttons\"><!-- wp:button -->\n<div class=\"wp-block-button\"><a class=\"wp-block-button__link wp-element-button\" href=\"http://ingwebushcamp.yolasite.com/\" target=\"_blank\" rel=\"noreferrer noopener\">Ingwe Bush Camp&nbsp;</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons -->\n\n<!-- wp:paragraph -->\n<p>With over 80km of trails, Van Gaalen&nbsp;has something to offer for every kind of athlete, from beginner to advanced.<br></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:buttons -->\n<div class=\"wp-block-buttons\"><!-- wp:button -->\n<div class=\"wp-block-button\"><a class=\"wp-block-button__link wp-element-button\" href=\"https://www.vangaalen.co.za/products\" target=\"_blank\" rel=\"noreferrer noopener\">Van Gaalen\'s</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":1317,\"width\":341,\"height\":406,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large is-resized\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/activity_2209_280316_original-740x1024.png\" alt=\"\" class=\"wp-image-1317\" width=\"341\" height=\"406\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>Quad biking </h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>We have quads suitable for kiddies, tweens, teens, and adults. We have mini quads and fully automatic 150cc quads.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:spacer {\"height\":\"2px\"} -->\n<div style=\"height:2px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:buttons -->\n<div class=\"wp-block-buttons\"><!-- wp:button -->\n<div class=\"wp-block-button\"><a class=\"wp-block-button__link wp-element-button\" href=\"https://www.saddlecreekadventures.co.za/activity/quad-biking/\" target=\"_blank\" rel=\"noreferrer noopener\">Saddle Creek Ranch</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons -->\n\n<!-- wp:paragraph -->\n<p>A 700-meter monster track, the longest and most exciting track in Gauteng!</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:spacer {\"height\":\"2px\"} -->\n<div style=\"height:2px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:buttons -->\n<div class=\"wp-block-buttons\"><!-- wp:button -->\n<div class=\"wp-block-button\"><a class=\"wp-block-button__link wp-element-button\" href=\"http://www.swartkrans.co.za/\" target=\"_blank\" rel=\"noreferrer noopener\">Swartkrans Go-Karting&nbsp;</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"align\":\"center\",\"id\":1198,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image aligncenter size-full\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/eyJidWNrZXQiOiJhc3NldHMuYWxsdHJhaWxzLmNvbSIsImtleSI6InVwbG9hZHMvcGhvdG8vaW1hZ2UvNDMxNzk4MTAvYjZkYTAz-1.png\" alt=\"\" class=\"wp-image-1198\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>Horse riding </h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Join us for an unforgettable horse riding experience in the peaceful countryside, with beautiful mountain scenery and lovely bush trails.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:buttons -->\n<div class=\"wp-block-buttons\"><!-- wp:button -->\n<div class=\"wp-block-button\"><a class=\"wp-block-button__link wp-element-button\" href=\"https://www.saddlecreekadventures.co.za/activity/horse-riding/\" target=\"_blank\" rel=\"noreferrer noopener\">Saddle Creek Ranch</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":1185,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/49089607_1950305445047847_5177863042771189760_n.png\" alt=\"\" class=\"wp-image-1185\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>Game drives </h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Enjoy a thrilling and educational adventure with our experienced guides.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:spacer {\"height\":\"2px\"} -->\n<div style=\"height:2px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:buttons -->\n<div class=\"wp-block-buttons\"><!-- wp:button -->\n<div class=\"wp-block-button\"><a class=\"wp-block-button__link wp-element-button\" href=\"https://www.rhinolion.co.za/visitors-guide/activity-index/game-drives/\" target=\"_blank\" rel=\"noreferrer noopener\">Rhino &amp; Lion Park</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons -->\n\n<!-- wp:paragraph -->\n<p>Our guided game-viewing drives take place each day in the morning and afternoon, as this is when the animals are most active.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:buttons -->\n<div class=\"wp-block-buttons\"><!-- wp:button -->\n<div class=\"wp-block-button\"><a class=\"wp-block-button__link wp-element-button\" href=\"https://www.africanhillslodge.co.za/experience/\" target=\"_blank\" rel=\"noreferrer noopener\">Askari Game Lodge</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:spacer {\"height\":\"12px\"} -->\n<div style=\"height:12px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:heading -->\n<h2>Other activites </h2>\n<!-- /wp:heading -->\n\n<!-- wp:uagb/faq {\"block_id\":\"ee099050\",\"expandFirstItem\":false,\"boxBgColor\":\"#F5F5F5\",\"borderStyle\":\"\",\"borderWidth\":\"\",\"borderRadius\":\"\",\"borderColor\":\"\",\"vquestionPaddingDesktop\":15,\"hquestionPaddingDesktop\":15,\"iconAlign\":\"row-reverse\",\"schema\":\"{\\u0022@context\\u0022:\\u0022https://schema.org\\u0022,\\u0022@type\\u0022:\\u0022FAQPage\\u0022,\\u0022@id\\u0022:\\u0022https://blueroan.netgen.cloud/amenities/\\u0022,\\u0022mainEntity\\u0022:[{\\u0022@type\\u0022:\\u0022Question\\u0022,\\u0022name\\u0022:\\u0022\\u003cstrong\\u003ePUBS / MICRO BREWERIES\\u003c/strong\\u003e\\u0022,\\u0022acceptedAnswer\\u0022:{\\u0022@type\\u0022:\\u0022Answer\\u0022,\\u0022text\\u0022:\\u0022Black Horse   \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27825613246\\\\\\u0022\\u003e082 561 3246\\u003cbr\\u003e\\u003c/a\\u003eBrauhaus am Dam   \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27878025519\\\\\\u0022\\u003e087 802 5519\\u003c/a\\u003e / \\u003ca href=\\\\\\u0022tel:+27729201742\\\\\\u0022\\u003e072 920 1742\\u003c/a\\u003e\\u003cbr\\u003eHartleys Elephant Bar   \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27145772301\\\\\\u0022\\u003e014 577 2301\\u003cbr\\u003e\\u003c/a\\u003eThatchwood Pub   \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27837091672\\\\\\u0022\\u003e083 709 1672\\u003cbr\\u003e\\u003c/a\\u003eMonate Citrus Kelder   \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27122580712\\\\\\u0022\\u003e012 258 0712\\u003c/a\\u003e\\u0022}},{\\u0022@type\\u0022:\\u0022Question\\u0022,\\u0022name\\u0022:\\u0022\\u003cstrong\\u003eTEA GARDENS / RESTAURANTS   \\u003c/strong\\u003e\\u0022,\\u0022acceptedAnswer\\u0022:{\\u0022@type\\u0022:\\u0022Answer\\u0022,\\u0022text\\u0022:\\u0022Black Horse   \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27825613246\\\\\\u0022\\u003e082 561 3246\\u003cbr\\u003e\\u003c/a\\u003eBrauhaus am Dam   \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27878025519\\\\\\u0022\\u003e087 802 5519\\u003c/a\\u003e / \\u003ca href=\\\\\\u0022tel:+27729201742\\\\\\u0022\\u003e072 920 1742\\u003c/a\\u003e\\u003cbr\\u003eMelon Rouge   \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27796806050\\\\\\u0022\\u003e079 680 6050\\u003cbr\\u003e\\u003c/a\\u003eMount Grace Hotel   \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27145775600\\\\\\u0022\\u003e014 577 5600\\u003cbr\\u003e\\u003c/a\\u003eValley Lodge Hotel   \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27145771301\\\\\\u0022\\u003e014 577 1301\\u003cbr\\u003e\\u003c/a\\u003eLa Classique Ristorante   \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27145774006\\\\\\u0022\\u003e014 577 4006\\u003c/a\\u003e\\u0022}},{\\u0022@type\\u0022:\\u0022Question\\u0022,\\u0022name\\u0022:\\u0022\\u003cstrong\\u003eSHOPPING\\u003c/strong\\u003e  \\u0022,\\u0022acceptedAnswer\\u0022:{\\u0022@type\\u0022:\\u0022Answer\\u0022,\\u0022text\\u0022:\\u0022If Only Antiques    \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27827878825\\\\\\u0022\\u003e082 787 8825\\u003cbr\\u003e\\u003c/a\\u003ePuss in Boots   \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27145773562\\\\\\u0022\\u003e014 577 3562\\u003c/a\\u003e\\u0022}},{\\u0022@type\\u0022:\\u0022Question\\u0022,\\u0022name\\u0022:\\u0022\\u003cstrong\\u003eSPORTS \\u0026amp; ADVENTURE\\u003c/strong\\u003e\\u0022,\\u0022acceptedAnswer\\u0022:{\\u0022@type\\u0022:\\u0022Answer\\u0022,\\u0022text\\u0022:\\u0022Tandem Paragliding flips  \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27823221824\\\\\\u0022\\u003e0823221824\\u003c/a\\u003e\\u003cbr\\u003eMountain Sanctuary Park   \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27145340114\\\\\\u0022\\u003e014 534 0114\\u003cbr\\u003e\\u003c/a\\u003eBill Harrops Original Balloon Safaris   \\u003ca href=\\\\\\u0022tel:+27145771733\\\\\\u0022\\u003e014 577 1733\\u003c/a\\u003e / \\u003ca href=\\\\\\u0022tel:+27837520036\\\\\\u0022\\u003e083 752 0036\\u003c/a\\u003e\\u003cbr\\u003ePecanwood Golf Course   \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27122440112\\\\\\u0022\\u003e012 244 0112\\u003cbr\\u003e\\u003c/a\\u003eAir Ventures Hot Air Balloons   \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27117935782\\\\\\u0022\\u003e011 793 5782\\u003cbr\\u003e\\u003c/a\\u003eGliding   \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27835266966\\\\\\u0022\\u003e083 526 6966\\u003cbr\\u003e\\u003c/a\\u003eMagaliesberg Canopy Tours   \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27145350150\\\\\\u0022\\u003e014 535 0150\\u003cbr\\u003e\\u003c/a\\u003eWild Cave Adventures   \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27824862464\\\\\\u0022\\u003e082 486 2464\\u003cbr\\u003e\\u003c/a\\u003eMiracle Waters Dive Gateway   \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27832359840\\\\\\u0022\\u003e083 235 9840\\u003c/a\\u003e\\u0022}},{\\u0022@type\\u0022:\\u0022Question\\u0022,\\u0022name\\u0022:\\u0022\\u003cstrong\\u003eHEALTH SPAS\\u003c/strong\\u003e\\u0022,\\u0022acceptedAnswer\\u0022:{\\u0022@type\\u0022:\\u0022Answer\\u0022,\\u0022text\\u0022:\\u0022Whispering Pines   \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27145771536\\\\\\u0022\\u003e014 577 1536\\u003cbr\\u003e\\u003c/a\\u003eMount Grace Spa   \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27145775600\\\\\\u0022\\u003e014 577 5600\\u003cbr\\u003e\\u003c/a\\u003eValley Lodge Spa   \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27145771301\\\\\\u0022\\u003e014 577 1301\\u003cbr\\u003e\\u003c/a\\u003eRosewell Spa   \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27145771172\\\\\\u0022\\u003e014 577 1172\\u003cbr\\u003e\\u003c/a\\u003eSparkling Waters   \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27145350019\\\\\\u0022\\u003e014 535 0019\\u003c/a\\u003e\\u0022}},{\\u0022@type\\u0022:\\u0022Question\\u0022,\\u0022name\\u0022:\\u0022\\u003cstrong\\u003ePLACES OF INTEREST\\u003c/strong\\u003e\\u0022,\\u0022acceptedAnswer\\u0022:{\\u0022@type\\u0022:\\u0022Answer\\u0022,\\u0022text\\u0022:\\u0022Maropeng Visitors Centre   \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27145779000\\\\\\u0022\\u003e014 577 9000\\u003cbr\\u003e\\u003c/a\\u003eSterkfontein Caves   \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27116683200\\\\\\u0022\\u003e011 668 3200\\u003cbr\\u003e\\u003c/a\\u003eBlaaubank Gold Mine   \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27825673111\\\\\\u0022\\u003e082 567 3111\\u003cbr\\u003e\\u003c/a\\u003eVan Gaalen Cheese Farm   \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27122071289\\\\\\u0022\\u003e012 207 1289\\u003cbr\\u003e\\u003c/a\\u003eHartebeespoort Cableway   \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27722412654\\\\\\u0022\\u003e072 241 2654\\u003cbr\\u003e\\u003c/a\\u003eElephant Sanctuary             \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27122580423\\\\\\u0022\\u003e012 258 0423\\u003cbr\\u003e\\u003c/a\\u003eTeam Gel   \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27114622894\\\\\\u0022\\u003e011 462 2894\\u003c/a\\u003e / \\u003ca href=\\\\\\u0022tel:+27833207623\\\\\\u0022\\u003e083 320 7623\\u003c/a\\u003e\\u003cbr\\u003eMonate Citrus Kelder   \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27122580712\\\\\\u0022\\u003e012 258 0712\\u003cbr\\u003e\\u003c/a\\u003eLiving Jewels   \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27119566444\\\\\\u0022\\u003e011 956 6444\\u003cbr\\u003e\\u003c/a\\u003eBlaaubank Candle Dipping   \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27145774609\\\\\\u0022\\u003e014 577 4609\\u003cbr\\u003e\\u003c/a\\u003eVeggie Picking \\u0026amp; Strawberry Picking \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27122071116\\\\\\u0022\\u003e012 207 1116\\u003c/a\\u003e\\u0022}}]}\",\"questionLeftPaddingDesktop\":15,\"questionBottomPaddingDesktop\":15,\"answerTopPadding\":0,\"answerRightPadding\":15,\"answerBottomPadding\":15,\"answerLeftPadding\":15,\"answerTopPaddingTablet\":10,\"answerRightPaddingTablet\":10,\"answerBottomPaddingTablet\":10,\"answerLeftPaddingTablet\":10,\"answerTopPaddingMobile\":10,\"answerRightPaddingMobile\":10,\"answerBottomPaddingMobile\":10,\"answerLeftPaddingMobile\":10,\"overallBorderTopWidth\":1,\"overallBorderLeftWidth\":1,\"overallBorderRightWidth\":1,\"overallBorderBottomWidth\":1,\"overallBorderTopLeftRadius\":2,\"overallBorderTopRightRadius\":2,\"overallBorderBottomLeftRadius\":2,\"overallBorderBottomRightRadius\":2,\"overallBorderStyle\":\"none\",\"overallBorderColor\":\"#D2D2D2\"} -->\n<div class=\"wp-block-uagb-faq uagb-faq__outer-wrap uagb-block-ee099050 uagb-faq-icon-row-reverse uagb-faq-layout-accordion uagb-faq-expand-first-false uagb-faq-inactive-other-true uagb-faq__wrap uagb-buttons-layout-wrap uagb-faq-equal-height\" data-faqtoggle=\"true\" role=\"tablist\"><!-- wp:uagb/faq-child {\"block_id\":\"4d6daf25\",\"question\":\"\\u003cstrong\\u003ePUBS / MICRO BREWERIES\\u003c/strong\\u003e\",\"answer\":\"Black Horse   \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27825613246\\u0022\\u003e082 561 3246\\u003cbr\\u003e\\u003c/a\\u003eBrauhaus am Dam   \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27878025519\\u0022\\u003e087 802 5519\\u003c/a\\u003e / \\u003ca href=\\u0022tel:+27729201742\\u0022\\u003e072 920 1742\\u003c/a\\u003e\\u003cbr\\u003eHartleys Elephant Bar   \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27145772301\\u0022\\u003e014 577 2301\\u003cbr\\u003e\\u003c/a\\u003eThatchwood Pub   \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27837091672\\u0022\\u003e083 709 1672\\u003cbr\\u003e\\u003c/a\\u003eMonate Citrus Kelder   \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27122580712\\u0022\\u003e012 258 0712\\u003c/a\\u003e\"} -->\n<div class=\"wp-block-uagb-faq-child uagb-faq-child__outer-wrap uagb-faq-item uagb-block-4d6daf25\" role=\"tab\" tabindex=\"0\"><div class=\"uagb-faq-questions-button uagb-faq-questions\"><span class=\"uagb-icon uagb-faq-icon-wrap\"><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 448 512\"><path d=\"M432 256c0 17.69-14.33 32.01-32 32.01H256v144c0 17.69-14.33 31.99-32 31.99s-32-14.3-32-31.99v-144H48c-17.67 0-32-14.32-32-32.01s14.33-31.99 32-31.99H192v-144c0-17.69 14.33-32.01 32-32.01s32 14.32 32 32.01v144h144C417.7 224 432 238.3 432 256z\"></path></svg></span><span class=\"uagb-icon-active uagb-faq-icon-wrap\"><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 448 512\"><path d=\"M400 288h-352c-17.69 0-32-14.32-32-32.01s14.31-31.99 32-31.99h352c17.69 0 32 14.3 32 31.99S417.7 288 400 288z\"></path></svg></span><span class=\"uagb-question\"><strong>PUBS / MICRO BREWERIES</strong></span></div><p class=\"uagb-faq-content\">Black Horse   <br><a href=\"tel:+27825613246\">082 561 3246<br></a>Brauhaus am Dam   <br><a href=\"tel:+27878025519\">087 802 5519</a> / <a href=\"tel:+27729201742\">072 920 1742</a><br>Hartleys Elephant Bar   <br><a href=\"tel:+27145772301\">014 577 2301<br></a>Thatchwood Pub   <br><a href=\"tel:+27837091672\">083 709 1672<br></a>Monate Citrus Kelder   <br><a href=\"tel:+27122580712\">012 258 0712</a></p></div>\n<!-- /wp:uagb/faq-child -->\n\n<!-- wp:uagb/faq-child {\"block_id\":\"ed7ea68f\",\"question\":\"\\u003cstrong\\u003eTEA GARDENS / RESTAURANTS   \\u003c/strong\\u003e\",\"answer\":\"Black Horse   \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27825613246\\u0022\\u003e082 561 3246\\u003cbr\\u003e\\u003c/a\\u003eBrauhaus am Dam   \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27878025519\\u0022\\u003e087 802 5519\\u003c/a\\u003e / \\u003ca href=\\u0022tel:+27729201742\\u0022\\u003e072 920 1742\\u003c/a\\u003e\\u003cbr\\u003eMelon Rouge   \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27796806050\\u0022\\u003e079 680 6050\\u003cbr\\u003e\\u003c/a\\u003eMount Grace Hotel   \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27145775600\\u0022\\u003e014 577 5600\\u003cbr\\u003e\\u003c/a\\u003eValley Lodge Hotel   \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27145771301\\u0022\\u003e014 577 1301\\u003cbr\\u003e\\u003c/a\\u003eLa Classique Ristorante   \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27145774006\\u0022\\u003e014 577 4006\\u003c/a\\u003e\"} -->\n<div class=\"wp-block-uagb-faq-child uagb-faq-child__outer-wrap uagb-faq-item uagb-block-ed7ea68f\" role=\"tab\" tabindex=\"0\"><div class=\"uagb-faq-questions-button uagb-faq-questions\"><span class=\"uagb-icon uagb-faq-icon-wrap\"><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 448 512\"><path d=\"M432 256c0 17.69-14.33 32.01-32 32.01H256v144c0 17.69-14.33 31.99-32 31.99s-32-14.3-32-31.99v-144H48c-17.67 0-32-14.32-32-32.01s14.33-31.99 32-31.99H192v-144c0-17.69 14.33-32.01 32-32.01s32 14.32 32 32.01v144h144C417.7 224 432 238.3 432 256z\"></path></svg></span><span class=\"uagb-icon-active uagb-faq-icon-wrap\"><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 448 512\"><path d=\"M400 288h-352c-17.69 0-32-14.32-32-32.01s14.31-31.99 32-31.99h352c17.69 0 32 14.3 32 31.99S417.7 288 400 288z\"></path></svg></span><span class=\"uagb-question\"><strong>TEA GARDENS / RESTAURANTS   </strong></span></div><p class=\"uagb-faq-content\">Black Horse   <br><a href=\"tel:+27825613246\">082 561 3246<br></a>Brauhaus am Dam   <br><a href=\"tel:+27878025519\">087 802 5519</a> / <a href=\"tel:+27729201742\">072 920 1742</a><br>Melon Rouge   <br><a href=\"tel:+27796806050\">079 680 6050<br></a>Mount Grace Hotel   <br><a href=\"tel:+27145775600\">014 577 5600<br></a>Valley Lodge Hotel   <br><a href=\"tel:+27145771301\">014 577 1301<br></a>La Classique Ristorante   <br><a href=\"tel:+27145774006\">014 577 4006</a></p></div>\n<!-- /wp:uagb/faq-child -->\n\n<!-- wp:uagb/faq-child {\"block_id\":\"81cd5be1\",\"question\":\"\\u003cstrong\\u003eSHOPPING\\u003c/strong\\u003e  \",\"answer\":\"If Only Antiques    \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27827878825\\u0022\\u003e082 787 8825\\u003cbr\\u003e\\u003c/a\\u003ePuss in Boots   \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27145773562\\u0022\\u003e014 577 3562\\u003c/a\\u003e\"} -->\n<div class=\"wp-block-uagb-faq-child uagb-faq-child__outer-wrap uagb-faq-item uagb-block-81cd5be1\" role=\"tab\" tabindex=\"0\"><div class=\"uagb-faq-questions-button uagb-faq-questions\"><span class=\"uagb-icon uagb-faq-icon-wrap\"><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 448 512\"><path d=\"M432 256c0 17.69-14.33 32.01-32 32.01H256v144c0 17.69-14.33 31.99-32 31.99s-32-14.3-32-31.99v-144H48c-17.67 0-32-14.32-32-32.01s14.33-31.99 32-31.99H192v-144c0-17.69 14.33-32.01 32-32.01s32 14.32 32 32.01v144h144C417.7 224 432 238.3 432 256z\"></path></svg></span><span class=\"uagb-icon-active uagb-faq-icon-wrap\"><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 448 512\"><path d=\"M400 288h-352c-17.69 0-32-14.32-32-32.01s14.31-31.99 32-31.99h352c17.69 0 32 14.3 32 31.99S417.7 288 400 288z\"></path></svg></span><span class=\"uagb-question\"><strong>SHOPPING</strong>  </span></div><p class=\"uagb-faq-content\">If Only Antiques    <br><a href=\"tel:+27827878825\">082 787 8825<br></a>Puss in Boots   <br><a href=\"tel:+27145773562\">014 577 3562</a></p></div>\n<!-- /wp:uagb/faq-child -->\n\n<!-- wp:uagb/faq-child {\"block_id\":\"0906da7b\",\"question\":\"\\u003cstrong\\u003eSPORTS \\u0026amp; ADVENTURE\\u003c/strong\\u003e\",\"answer\":\"Tandem Paragliding flips  \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27823221824\\u0022\\u003e0823221824\\u003c/a\\u003e\\u003cbr\\u003eMountain Sanctuary Park   \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27145340114\\u0022\\u003e014 534 0114\\u003cbr\\u003e\\u003c/a\\u003eBill Harrops Original Balloon Safaris   \\u003ca href=\\u0022tel:+27145771733\\u0022\\u003e014 577 1733\\u003c/a\\u003e / \\u003ca href=\\u0022tel:+27837520036\\u0022\\u003e083 752 0036\\u003c/a\\u003e\\u003cbr\\u003ePecanwood Golf Course   \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27122440112\\u0022\\u003e012 244 0112\\u003cbr\\u003e\\u003c/a\\u003eAir Ventures Hot Air Balloons   \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27117935782\\u0022\\u003e011 793 5782\\u003cbr\\u003e\\u003c/a\\u003eGliding   \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27835266966\\u0022\\u003e083 526 6966\\u003cbr\\u003e\\u003c/a\\u003eMagaliesberg Canopy Tours   \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27145350150\\u0022\\u003e014 535 0150\\u003cbr\\u003e\\u003c/a\\u003eWild Cave Adventures   \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27824862464\\u0022\\u003e082 486 2464\\u003cbr\\u003e\\u003c/a\\u003eMiracle Waters Dive Gateway   \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27832359840\\u0022\\u003e083 235 9840\\u003c/a\\u003e\"} -->\n<div class=\"wp-block-uagb-faq-child uagb-faq-child__outer-wrap uagb-faq-item uagb-block-0906da7b\" role=\"tab\" tabindex=\"0\"><div class=\"uagb-faq-questions-button uagb-faq-questions\"><span class=\"uagb-icon uagb-faq-icon-wrap\"><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 448 512\"><path d=\"M432 256c0 17.69-14.33 32.01-32 32.01H256v144c0 17.69-14.33 31.99-32 31.99s-32-14.3-32-31.99v-144H48c-17.67 0-32-14.32-32-32.01s14.33-31.99 32-31.99H192v-144c0-17.69 14.33-32.01 32-32.01s32 14.32 32 32.01v144h144C417.7 224 432 238.3 432 256z\"></path></svg></span><span class=\"uagb-icon-active uagb-faq-icon-wrap\"><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 448 512\"><path d=\"M400 288h-352c-17.69 0-32-14.32-32-32.01s14.31-31.99 32-31.99h352c17.69 0 32 14.3 32 31.99S417.7 288 400 288z\"></path></svg></span><span class=\"uagb-question\"><strong>SPORTS &amp; ADVENTURE</strong></span></div><p class=\"uagb-faq-content\">Tandem Paragliding flips  <br><a href=\"tel:+27823221824\">0823221824</a><br>Mountain Sanctuary Park   <br><a href=\"tel:+27145340114\">014 534 0114<br></a>Bill Harrops Original Balloon Safaris   <a href=\"tel:+27145771733\">014 577 1733</a> / <a href=\"tel:+27837520036\">083 752 0036</a><br>Pecanwood Golf Course   <br><a href=\"tel:+27122440112\">012 244 0112<br></a>Air Ventures Hot Air Balloons   <br><a href=\"tel:+27117935782\">011 793 5782<br></a>Gliding   <br><a href=\"tel:+27835266966\">083 526 6966<br></a>Magaliesberg Canopy Tours   <br><a href=\"tel:+27145350150\">014 535 0150<br></a>Wild Cave Adventures   <br><a href=\"tel:+27824862464\">082 486 2464<br></a>Miracle Waters Dive Gateway   <br><a href=\"tel:+27832359840\">083 235 9840</a></p></div>\n<!-- /wp:uagb/faq-child -->\n\n<!-- wp:uagb/faq-child {\"block_id\":\"19afe153\",\"question\":\"\\u003cstrong\\u003eHEALTH SPAS\\u003c/strong\\u003e\",\"answer\":\"Whispering Pines   \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27145771536\\u0022\\u003e014 577 1536\\u003cbr\\u003e\\u003c/a\\u003eMount Grace Spa   \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27145775600\\u0022\\u003e014 577 5600\\u003cbr\\u003e\\u003c/a\\u003eValley Lodge Spa   \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27145771301\\u0022\\u003e014 577 1301\\u003cbr\\u003e\\u003c/a\\u003eRosewell Spa   \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27145771172\\u0022\\u003e014 577 1172\\u003cbr\\u003e\\u003c/a\\u003eSparkling Waters   \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27145350019\\u0022\\u003e014 535 0019\\u003c/a\\u003e\"} -->\n<div class=\"wp-block-uagb-faq-child uagb-faq-child__outer-wrap uagb-faq-item uagb-block-19afe153\" role=\"tab\" tabindex=\"0\"><div class=\"uagb-faq-questions-button uagb-faq-questions\"><span class=\"uagb-icon uagb-faq-icon-wrap\"><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 448 512\"><path d=\"M432 256c0 17.69-14.33 32.01-32 32.01H256v144c0 17.69-14.33 31.99-32 31.99s-32-14.3-32-31.99v-144H48c-17.67 0-32-14.32-32-32.01s14.33-31.99 32-31.99H192v-144c0-17.69 14.33-32.01 32-32.01s32 14.32 32 32.01v144h144C417.7 224 432 238.3 432 256z\"></path></svg></span><span class=\"uagb-icon-active uagb-faq-icon-wrap\"><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 448 512\"><path d=\"M400 288h-352c-17.69 0-32-14.32-32-32.01s14.31-31.99 32-31.99h352c17.69 0 32 14.3 32 31.99S417.7 288 400 288z\"></path></svg></span><span class=\"uagb-question\"><strong>HEALTH SPAS</strong></span></div><p class=\"uagb-faq-content\">Whispering Pines   <br><a href=\"tel:+27145771536\">014 577 1536<br></a>Mount Grace Spa   <br><a href=\"tel:+27145775600\">014 577 5600<br></a>Valley Lodge Spa   <br><a href=\"tel:+27145771301\">014 577 1301<br></a>Rosewell Spa   <br><a href=\"tel:+27145771172\">014 577 1172<br></a>Sparkling Waters   <br><a href=\"tel:+27145350019\">014 535 0019</a></p></div>\n<!-- /wp:uagb/faq-child -->\n\n<!-- wp:uagb/faq-child {\"block_id\":\"7fdf486e\",\"question\":\"\\u003cstrong\\u003ePLACES OF INTEREST\\u003c/strong\\u003e\",\"answer\":\"Maropeng Visitors Centre   \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27145779000\\u0022\\u003e014 577 9000\\u003cbr\\u003e\\u003c/a\\u003eSterkfontein Caves   \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27116683200\\u0022\\u003e011 668 3200\\u003cbr\\u003e\\u003c/a\\u003eBlaaubank Gold Mine   \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27825673111\\u0022\\u003e082 567 3111\\u003cbr\\u003e\\u003c/a\\u003eVan Gaalen Cheese Farm   \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27122071289\\u0022\\u003e012 207 1289\\u003cbr\\u003e\\u003c/a\\u003eHartebeespoort Cableway   \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27722412654\\u0022\\u003e072 241 2654\\u003cbr\\u003e\\u003c/a\\u003eElephant Sanctuary             \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27122580423\\u0022\\u003e012 258 0423\\u003cbr\\u003e\\u003c/a\\u003eTeam Gel   \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27114622894\\u0022\\u003e011 462 2894\\u003c/a\\u003e / \\u003ca href=\\u0022tel:+27833207623\\u0022\\u003e083 320 7623\\u003c/a\\u003e\\u003cbr\\u003eMonate Citrus Kelder   \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27122580712\\u0022\\u003e012 258 0712\\u003cbr\\u003e\\u003c/a\\u003eLiving Jewels   \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27119566444\\u0022\\u003e011 956 6444\\u003cbr\\u003e\\u003c/a\\u003eBlaaubank Candle Dipping   \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27145774609\\u0022\\u003e014 577 4609\\u003cbr\\u003e\\u003c/a\\u003eVeggie Picking \\u0026amp; Strawberry Picking \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27122071116\\u0022\\u003e012 207 1116\\u003c/a\\u003e\"} -->\n<div class=\"wp-block-uagb-faq-child uagb-faq-child__outer-wrap uagb-faq-item uagb-block-7fdf486e\" role=\"tab\" tabindex=\"0\"><div class=\"uagb-faq-questions-button uagb-faq-questions\"><span class=\"uagb-icon uagb-faq-icon-wrap\"><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 448 512\"><path d=\"M432 256c0 17.69-14.33 32.01-32 32.01H256v144c0 17.69-14.33 31.99-32 31.99s-32-14.3-32-31.99v-144H48c-17.67 0-32-14.32-32-32.01s14.33-31.99 32-31.99H192v-144c0-17.69 14.33-32.01 32-32.01s32 14.32 32 32.01v144h144C417.7 224 432 238.3 432 256z\"></path></svg></span><span class=\"uagb-icon-active uagb-faq-icon-wrap\"><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 448 512\"><path d=\"M400 288h-352c-17.69 0-32-14.32-32-32.01s14.31-31.99 32-31.99h352c17.69 0 32 14.3 32 31.99S417.7 288 400 288z\"></path></svg></span><span class=\"uagb-question\"><strong>PLACES OF INTEREST</strong></span></div><p class=\"uagb-faq-content\">Maropeng Visitors Centre   <br><a href=\"tel:+27145779000\">014 577 9000<br></a>Sterkfontein Caves   <br><a href=\"tel:+27116683200\">011 668 3200<br></a>Blaaubank Gold Mine   <br><a href=\"tel:+27825673111\">082 567 3111<br></a>Van Gaalen Cheese Farm   <br><a href=\"tel:+27122071289\">012 207 1289<br></a>Hartebeespoort Cableway   <br><a href=\"tel:+27722412654\">072 241 2654<br></a>Elephant Sanctuary             <br><a href=\"tel:+27122580423\">012 258 0423<br></a>Team Gel   <br><a href=\"tel:+27114622894\">011 462 2894</a> / <a href=\"tel:+27833207623\">083 320 7623</a><br>Monate Citrus Kelder   <br><a href=\"tel:+27122580712\">012 258 0712<br></a>Living Jewels   <br><a href=\"tel:+27119566444\">011 956 6444<br></a>Blaaubank Candle Dipping   <br><a href=\"tel:+27145774609\">014 577 4609<br></a>Veggie Picking &amp; Strawberry Picking <br><a href=\"tel:+27122071116\">012 207 1116</a></p></div>\n<!-- /wp:uagb/faq-child --></div>\n<!-- /wp:uagb/faq --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"6f0a3764\",\"innerContentCustomWidthDesktop\":781,\"innerContentCustomWidthTablet\":781,\"backgroundType\":\"image\",\"backgroundImageDesktop\":{\"id\":907,\"title\":\"241565_xl\",\"filename\":\"241565_xl.jpg\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/241565_xl.jpg\",\"link\":\"https://blueroan.netgen.cloud/home/241565_xl/\",\"alt\":\"\",\"author\":\"2\",\"description\":\"\",\"caption\":\"\",\"name\":\"241565_xl\",\"status\":\"inherit\",\"uploadedTo\":760,\"date\":\"2022-12-13T15:04:35.000Z\",\"modified\":\"2022-12-13T15:04:35.000Z\",\"menuOrder\":0,\"mime\":\"image/jpeg\",\"type\":\"image\",\"subtype\":\"jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-includes/images/media/default.png\",\"dateFormatted\":\"December 13, 2022\",\"nonces\":{\"update\":\"8ba15922a4\",\"delete\":\"e660ddd200\",\"edit\":\"57c3a4b066\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=907\\u0026action=edit\",\"meta\":false,\"authorName\":\"Netgen Support\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/profile.php\",\"uploadedToTitle\":\"Home\",\"uploadedToLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=760\\u0026action=edit\",\"filesizeInBytes\":90717,\"filesizeHumanReadable\":\"89 KB\",\"context\":\"\",\"height\":534,\"width\":800,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/241565_xl-150x150.jpg\",\"orientation\":\"landscape\"},\"medium\":{\"height\":200,\"width\":300,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/241565_xl-300x200.jpg\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/241565_xl.jpg\",\"height\":534,\"width\":800,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"backgroundImageColor\":\"rgba(42,42,42,0.65)\",\"topPaddingDesktop\":144,\"bottomPaddingDesktop\":144,\"leftPaddingDesktop\":40,\"rightPaddingDesktop\":40,\"topPaddingTablet\":80,\"bottomPaddingTablet\":80,\"leftPaddingTablet\":40,\"rightPaddingTablet\":40,\"topPaddingMobile\":64,\"bottomPaddingMobile\":64,\"leftPaddingMobile\":24,\"rightPaddingMobile\":24,\"paddingLink\":false,\"variationSelected\":true,\"isBlockRootParent\":true,\"overlayType\":\"color\"} -->\n<div class=\"wp-block-uagb-container uagb-block-6f0a3764 alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/advanced-heading {\"block_id\":\"5d64c11d\",\"classMigrate\":true,\"headingDescToggle\":true,\"headingAlign\":\"center\",\"headingColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"subHeadingColor\":\"var(\\u002d\\u002dast-global-color-4)\",\"headSpace\":20} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-5d64c11d\"><h2 class=\"uagb-heading-text\">Create Memorable Moments at Blue Roan!</h2><p class=\"uagb-desc-text\">Blue Roan is a 4-star graded pet-friendly venue</p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/advanced-heading {\"block_id\":\"1026dfdb\",\"classMigrate\":true,\"headingTitleToggle\":false,\"headingDescToggle\":true,\"headingAlign\":\"center\",\"subHeadingColor\":\"var(\\u002d\\u002dast-global-color-4)\",\"subHeadTransform\":\"uppercase\",\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"subHeadLetterSpacing\":2,\"blockTopPadding\":60,\"blockRightPadding\":0,\"blockLeftPadding\":0,\"blockBottomPadding\":0,\"blockTopPaddingMobile\":30,\"blockRightPaddingMobile\":0,\"blockLeftPaddingMobile\":0,\"blockBottomPaddingMobile\":0,\"linkColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"linkHColor\":\"var(\\u002d\\u002dast-global-color-0)\"} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-1026dfdb\"><p class=\"uagb-desc-text\"><a href=\"https://book.nightsbridge.com/11065\" target=\"_blank\" rel=\"noreferrer noopener\">BOOK YOUR STAY NOW​</a></p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/icon-list {\"block_id\":\"2691fc58\",\"classMigrate\":true,\"childMigrate\":true,\"align\":\"center\",\"parentIcon\":\"phone\",\"size\":40,\"sizeMobile\":24,\"sizeTablet\":32,\"fontSize\":48,\"fontSizeMobile\":28,\"fontSizeTablet\":40,\"fontWeight\":\"600\",\"iconColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"labelColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"blockTopPadding\":0,\"blockRightPadding\":0,\"blockLeftPadding\":0,\"blockBottomPadding\":24,\"blockPaddingLink\":false} -->\n<div class=\"wp-block-uagb-icon-list uagb-block-2691fc58\"><div class=\"uagb-icon-list__wrap\"><!-- wp:uagb/icon-list-child {\"block_id\":\"953d196c\",\"label\":\"+ 27 (0) 82 575 5409\",\"label_color\":\"\",\"link\":\"tel:+27825755409\",\"disableLink\":true,\"fromParentIcon\":\"phone\",\"imageSizeChild\":40} -->\n<div class=\"wp-block-uagb-icon-list-child uagb-block-953d196c\"><a target=\"_self\" aria-label=\"+ 27 (0) 82 575 5409\" rel=\"noopener noreferrer\" href=\"tel:+27825755409\"> </a><span class=\"uagb-icon-list__source-wrap\"><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M511.2 387l-23.25 100.8c-3.266 14.25-15.79 24.22-30.46 24.22C205.2 512 0 306.8 0 54.5c0-14.66 9.969-27.2 24.22-30.45l100.8-23.25C139.7-2.602 154.7 5.018 160.8 18.92l46.52 108.5c5.438 12.78 1.77 27.67-8.98 36.45L144.5 207.1c33.98 69.22 90.26 125.5 159.5 159.5l44.08-53.8c8.688-10.78 23.69-14.51 36.47-8.975l108.5 46.51C506.1 357.2 514.6 372.4 511.2 387z\"></path></svg></span><span class=\"uagb-icon-list__label\">+ 27 (0) 82 575 5409</span></div>\n<!-- /wp:uagb/icon-list-child -->\n\n<!-- wp:uagb/icon-list-child {\"block_id\":\"56345d5d\",\"label\":\" blueroan@ugo.co.za\",\"icon\":\"envelope\",\"label_color\":\"\",\"link\":\"mailto: blueroan@ugo.co.za\",\"disableLink\":true} -->\n<div class=\"wp-block-uagb-icon-list-child uagb-block-56345d5d\"><a target=\"_self\" aria-label=\" blueroan@ugo.co.za\" rel=\"noopener noreferrer\" href=\"mailto:blueroan@ugo.co.za\"> </a><span class=\"uagb-icon-list__source-wrap\"><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M464 64C490.5 64 512 85.49 512 112C512 127.1 504.9 141.3 492.8 150.4L275.2 313.6C263.8 322.1 248.2 322.1 236.8 313.6L19.2 150.4C7.113 141.3 0 127.1 0 112C0 85.49 21.49 64 48 64H464zM217.6 339.2C240.4 356.3 271.6 356.3 294.4 339.2L512 176V384C512 419.3 483.3 448 448 448H64C28.65 448 0 419.3 0 384V176L217.6 339.2z\"></path></svg></span><span class=\"uagb-icon-list__label\"> blueroan@ugo.co.za</span></div>\n<!-- /wp:uagb/icon-list-child --></div></div>\n<!-- /wp:uagb/icon-list --></div></div>\n<!-- /wp:uagb/container -->',	'Amenities',	'',	'inherit',	'closed',	'closed',	'',	'762-revision-v1',	'',	'',	'2022-12-19 07:57:16',	'2022-12-19 07:57:16',	'',	762,	'https://blueroan.netgen.cloud/?p=1323',	0,	'revision',	'',	0),
(1324,	2,	'2022-12-19 07:57:43',	'2022-12-19 07:57:43',	'<!-- wp:uagb/container {\"block_id\":\"45317cc0\",\"backgroundType\":\"image\",\"backgroundImageDesktop\":{\"id\":1007,\"title\":\"AAEAAQAAAAAAAAAAAAAAJDg5NmY0ZGUxLWE4MTgtNDY5NC1iODFhLTBmN2Q0ZDc5ZWFiNw-1\",\"filename\":\"AAEAAQAAAAAAAAAAAAAAJDg5NmY0ZGUxLWE4MTgtNDY5NC1iODFhLTBmN2Q0ZDc5ZWFiNw-1.png\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAAJDg5NmY0ZGUxLWE4MTgtNDY5NC1iODFhLTBmN2Q0ZDc5ZWFiNw-1.png\",\"link\":\"https://blueroan.netgen.cloud/the-barn/aaeaaqaaaaaaaaaaaaaajdg5nmy0zguxlwe4mtgtndy5nc1iodfhltbmn2q0zdc5zwfinw-1/\",\"alt\":\"\",\"author\":\"2\",\"description\":\"\",\"caption\":\"\",\"name\":\"aaeaaqaaaaaaaaaaaaaajdg5nmy0zguxlwe4mtgtndy5nc1iodfhltbmn2q0zdc5zwfinw-1\",\"status\":\"inherit\",\"uploadedTo\":948,\"date\":\"2022-12-14T10:50:25.000Z\",\"modified\":\"2022-12-14T10:50:25.000Z\",\"menuOrder\":0,\"mime\":\"image/png\",\"type\":\"image\",\"subtype\":\"png\",\"icon\":\"https://blueroan.netgen.cloud/wp-includes/images/media/default.png\",\"dateFormatted\":\"December 14, 2022\",\"nonces\":{\"update\":\"483f8bdf3d\",\"delete\":\"0a7ebc92ef\",\"edit\":\"6bc1c6a685\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=1007\\u0026action=edit\",\"meta\":false,\"authorName\":\"Netgen Support\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/profile.php\",\"uploadedToTitle\":\"The Barn\",\"uploadedToLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=948\\u0026action=edit\",\"filesizeInBytes\":1348989,\"filesizeHumanReadable\":\"1 MB\",\"context\":\"\",\"height\":667,\"width\":1000,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAAJDg5NmY0ZGUxLWE4MTgtNDY5NC1iODFhLTBmN2Q0ZDc5ZWFiNw-1-150x150.png\",\"orientation\":\"landscape\"},\"medium\":{\"height\":200,\"width\":300,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAAJDg5NmY0ZGUxLWE4MTgtNDY5NC1iODFhLTBmN2Q0ZDc5ZWFiNw-1-300x200.png\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAAJDg5NmY0ZGUxLWE4MTgtNDY5NC1iODFhLTBmN2Q0ZDc5ZWFiNw-1.png\",\"height\":667,\"width\":1000,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"backgroundPositionDesktop\":{\"x\":0.61,\"y\":0.52},\"backgroundSizeTablet\":\"cover\",\"backgroundSizeMobile\":\"cover\",\"backgroundColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"backgroundImageColor\":\"rgba(42,42,42,0.5)\",\"topPaddingDesktop\":220,\"bottomPaddingDesktop\":150,\"topPaddingTablet\":170,\"bottomPaddingTablet\":160,\"leftPaddingTablet\":30,\"rightPaddingTablet\":30,\"topPaddingMobile\":180,\"bottomPaddingMobile\":80,\"leftPaddingMobile\":20,\"rightPaddingMobile\":20,\"paddingLink\":false,\"variationSelected\":true,\"isBlockRootParent\":true,\"overlayType\":\"color\"} -->\n<div class=\"wp-block-uagb-container uagb-block-45317cc0 alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/advanced-heading {\"block_id\":\"8dcef029\",\"classMigrate\":true,\"headingDescToggle\":true,\"headingColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"subHeadingColor\":\"var(\\u002d\\u002dast-global-color-4)\",\"headingTag\":\"h1\",\"headSpace\":20,\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"blockTopPadding\":0,\"blockRightPadding\":50,\"blockLeftPadding\":0,\"blockBottomPadding\":0,\"blockTopPaddingTablet\":0,\"blockRightPaddingTablet\":20,\"blockLeftPaddingTablet\":0,\"blockBottomPaddingTablet\":0,\"blockTopPaddingMobile\":0,\"blockRightPaddingMobile\":0,\"blockLeftPaddingMobile\":0,\"blockBottomPaddingMobile\":0,\"blockPaddingUnit\":\"%\",\"blockPaddingUnitTablet\":\"%\"} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-8dcef029\"><h1 class=\"uagb-heading-text\">Amenities &amp; Interests​</h1><p class=\"uagb-desc-text\">We do not give you just rooms to stay in. We give you an environment where you can experience the best while on a holiday with us. </p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:buttons -->\n<div class=\"wp-block-buttons\"><!-- wp:button -->\n<div class=\"wp-block-button\"><a class=\"wp-block-button__link wp-element-button\" href=\"https://book.nightsbridge.com/11065\" target=\"_blank\" rel=\"noreferrer noopener\">BOOK NOW</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"4fdb3445\",\"backgroundType\":\"color\",\"backgroundSizeTablet\":\"cover\",\"backgroundSizeMobile\":\"cover\",\"backgroundColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"topPaddingDesktop\":50,\"bottomPaddingDesktop\":100,\"topPaddingTablet\":50,\"bottomPaddingTablet\":25,\"leftPaddingTablet\":20,\"rightPaddingTablet\":20,\"topPaddingMobile\":50,\"bottomPaddingMobile\":20,\"leftPaddingMobile\":20,\"rightPaddingMobile\":20,\"paddingLink\":false,\"variationSelected\":true,\"rowGapDesktop\":0,\"isBlockRootParent\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-4fdb3445 alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/container {\"block_id\":\"d2b2d0be\",\"directionDesktop\":\"row\",\"alignItemsTablet\":\"flex-start\",\"paddingLink\":false,\"topMarginDesktop\":50,\"bottomMarginDesktop\":20,\"leftMarginDesktop\":0,\"rightMarginDesktop\":0,\"marginLink\":false,\"variationSelected\":true,\"rowGapMobile\":65,\"columnGapDesktop\":48,\"columnGapTablet\":20} -->\n<div class=\"wp-block-uagb-container uagb-block-d2b2d0be\"><!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"align\":\"center\",\"id\":828,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image aligncenter size-full\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Blue-Roan-pool.png\" alt=\"Blue Roan\'s rock pool\" class=\"wp-image-828\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>A relaxing rock Pool​</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>We have a lovely sparkling blue rock pool next to a thatched Lapa. &nbsp;&nbsp;Lie on recliners on the green lawn or sit on the swing chair in the Lapa and enjoy the panoramic view of the Magaliesberg mountain range.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":829,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/img-20160605-wa0002-largejpg.png\" alt=\"\" class=\"wp-image-829\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>Braai facilities </h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>What can compare to a burning fire under the star-lit African sky? Nothing beats the flavor of cooking over an open flame.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":830,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/ef9d0188da11e2bc56788f5619d9d539.png\" alt=\"\" class=\"wp-image-830\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>A games room </h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>The reception is also a games room for those who enjoy darts or playing pool. &nbsp;Take a selection of DVDs back to your room and watch movies on your own DVD player. &nbsp;There is also a selection of board games and music CDs that you can borrow.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"align\":\"center\",\"id\":1198,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image aligncenter size-full\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/eyJidWNrZXQiOiJhc3NldHMuYWxsdHJhaWxzLmNvbSIsImtleSI6InVwbG9hZHMvcGhvdG8vaW1hZ2UvNDMxNzk4MTAvYjZkYTAz-1.png\" alt=\"\" class=\"wp-image-1198\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>Walking or hiking </h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>There is a well-kept walking trail on our property with plenty of bird life and some benches along the way. &nbsp;It is safe for dogs to run off-leash as it is completely fenced all around. &nbsp;For those who enjoy long walks and hikes, it is safe to cross onto neighbouring farms and go as far as the eye can see.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":1185,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/49089607_1950305445047847_5177863042771189760_n.png\" alt=\"\" class=\"wp-image-1185\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>Mountain biking </h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Bring your mountain bikes and explore the surrounding countryside on safe off-road tracks on our property and on neighbouring farms.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":1196,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Michelle_1.png\" alt=\"\" class=\"wp-image-1196\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>Horse riding </h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Interested riders can book at one of the recommended horse-riding establishments listed further down this page.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"e13a33e6\",\"innerContentWidth\":\"alignfull\",\"directionDesktop\":\"row\",\"wrapTablet\":\"wrap\",\"variationSelected\":true,\"rowGapTablet\":0,\"columnGapDesktop\":0,\"isBlockRootParent\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-e13a33e6 alignfull uagb-is-root-container\"><!-- wp:uagb/container {\"block_id\":\"c185ea60\",\"widthDesktop\":25,\"widthTablet\":50,\"variationSelected\":true,\"widthSetByUser\":true,\"UAGHideMob\":true,\"UAGResponsiveConditions\":true} -->\n<div class=\"wp-block-uagb-container uag-hide-mob uagb-block-c185ea60\"><!-- wp:uagb/image {\"block_id\":\"36ec373e\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-18-1-1024x768.jpg\",\"id\":1208,\"linkDestination\":\"none\",\"width\":480,\"height\":500,\"naturalWidth\":1024,\"naturalHeight\":768,\"sizeSlug\":\"large\",\"sizeSlugTablet\":\"large\",\"sizeSlugMobile\":\"large\",\"customHeightSetDesktop\":true} -->\n<div class=\"wp-block-uagb-image uagb-block-36ec373e wp-block-uagb-image--layout-default wp-block-uagb-image--effect-static wp-block-uagb-image--align-none\"><figure class=\"wp-block-uagb-image__figure\"><img srcset=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-18-1-1024x768.jpg \" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-18-1-1024x768.jpg\" alt=\"\" class=\"uag-image-1208\" width=\"480\" height=\"500\" title=\"\" loading=\"lazy\"/></figure></div>\n<!-- /wp:uagb/image --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"86271d34\",\"widthDesktop\":25,\"widthTablet\":50,\"variationSelected\":true,\"widthSetByUser\":true,\"UAGHideMob\":true,\"UAGResponsiveConditions\":true} -->\n<div class=\"wp-block-uagb-container uag-hide-mob uagb-block-86271d34\"><!-- wp:uagb/image {\"block_id\":\"61ac38d2\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Blue-Roan-pool-1.png\",\"id\":1210,\"linkDestination\":\"none\",\"width\":480,\"height\":500,\"naturalWidth\":370,\"naturalHeight\":440,\"sizeSlug\":\"full\",\"sizeSlugTablet\":\"full\",\"sizeSlugMobile\":\"full\",\"customHeightSetDesktop\":true} -->\n<div class=\"wp-block-uagb-image uagb-block-61ac38d2 wp-block-uagb-image--layout-default wp-block-uagb-image--effect-static wp-block-uagb-image--align-none\"><figure class=\"wp-block-uagb-image__figure\"><img srcset=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Blue-Roan-pool-1.png \" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Blue-Roan-pool-1.png\" alt=\"\" class=\"uag-image-1210\" width=\"480\" height=\"500\" title=\"\" loading=\"lazy\"/></figure></div>\n<!-- /wp:uagb/image --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"5449e888\",\"widthDesktop\":50,\"widthTablet\":100,\"variationSelected\":true,\"columnGapDesktop\":20,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-5449e888\"><!-- wp:uagb/image {\"block_id\":\"25e175fa\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/the-view-from-my-rooms-1024x768.jpg\",\"id\":1211,\"linkDestination\":\"none\",\"width\":960,\"height\":500,\"naturalWidth\":1024,\"naturalHeight\":768,\"sizeSlug\":\"large\",\"sizeSlugTablet\":\"large\",\"sizeSlugMobile\":\"large\",\"customHeightSetDesktop\":true} -->\n<div class=\"wp-block-uagb-image uagb-block-25e175fa wp-block-uagb-image--layout-default wp-block-uagb-image--effect-static wp-block-uagb-image--align-none\"><figure class=\"wp-block-uagb-image__figure\"><img srcset=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/the-view-from-my-rooms-1024x768.jpg \" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/the-view-from-my-rooms-1024x768.jpg\" alt=\"\" class=\"uag-image-1211\" width=\"960\" height=\"500\" title=\"\" loading=\"lazy\"/></figure></div>\n<!-- /wp:uagb/image --></div>\n<!-- /wp:uagb/container --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"0ec9fcf1\",\"innerContentWidth\":\"alignfull\",\"directionDesktop\":\"row\",\"wrapTablet\":\"wrap\",\"variationSelected\":true,\"rowGapTablet\":0,\"columnGapDesktop\":0,\"isBlockRootParent\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-0ec9fcf1 alignfull uagb-is-root-container\"><!-- wp:uagb/container {\"block_id\":\"d05d3f59\",\"widthDesktop\":50,\"widthTablet\":100,\"variationSelected\":true,\"columnGapDesktop\":20,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-d05d3f59\"><!-- wp:uagb/image {\"block_id\":\"791af000\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAAJDI0ZWY4NDc1LThjYjYtNDM3YS1iOTliLWNmOWQxYTJkMWU5MQ-1.png\",\"id\":1213,\"linkDestination\":\"none\",\"width\":960,\"height\":500,\"naturalWidth\":1000,\"naturalHeight\":667,\"sizeSlug\":\"full\",\"sizeSlugTablet\":\"full\",\"sizeSlugMobile\":\"full\",\"customHeightSetDesktop\":true} -->\n<div class=\"wp-block-uagb-image uagb-block-791af000 wp-block-uagb-image--layout-default wp-block-uagb-image--effect-static wp-block-uagb-image--align-none\"><figure class=\"wp-block-uagb-image__figure\"><img srcset=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAAJDI0ZWY4NDc1LThjYjYtNDM3YS1iOTliLWNmOWQxYTJkMWU5MQ-1.png \" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAAJDI0ZWY4NDc1LThjYjYtNDM3YS1iOTliLWNmOWQxYTJkMWU5MQ-1.png\" alt=\"\" class=\"uag-image-1213\" width=\"960\" height=\"500\" title=\"\" loading=\"lazy\"/></figure></div>\n<!-- /wp:uagb/image --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"7353ddad\",\"widthDesktop\":25,\"variationSelected\":true,\"widthSetByUser\":true,\"UAGHideMob\":true,\"UAGResponsiveConditions\":true} -->\n<div class=\"wp-block-uagb-container uag-hide-mob uagb-block-7353ddad\"><!-- wp:uagb/image {\"block_id\":\"8adab9a6\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/bird-1-1024x683.jpg\",\"id\":1215,\"linkDestination\":\"none\",\"width\":480,\"height\":500,\"naturalWidth\":1024,\"naturalHeight\":683,\"sizeSlug\":\"large\",\"sizeSlugTablet\":\"large\",\"sizeSlugMobile\":\"large\",\"customHeightSetDesktop\":true} -->\n<div class=\"wp-block-uagb-image uagb-block-8adab9a6 wp-block-uagb-image--layout-default wp-block-uagb-image--effect-static wp-block-uagb-image--align-none\"><figure class=\"wp-block-uagb-image__figure\"><img srcset=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/bird-1-1024x683.jpg \" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/bird-1-1024x683.jpg\" alt=\"\" class=\"uag-image-1215\" width=\"480\" height=\"500\" title=\"\" loading=\"lazy\"/></figure></div>\n<!-- /wp:uagb/image --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"6b1bdb30\",\"widthDesktop\":25,\"variationSelected\":true,\"widthSetByUser\":true,\"UAGHideMob\":true,\"UAGResponsiveConditions\":true} -->\n<div class=\"wp-block-uagb-container uag-hide-mob uagb-block-6b1bdb30\"><!-- wp:uagb/image {\"block_id\":\"5ba335bc\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/two-happy-boxers-1024x768.jpg\",\"id\":1216,\"linkDestination\":\"none\",\"width\":480,\"height\":500,\"naturalWidth\":1024,\"naturalHeight\":768,\"sizeSlug\":\"large\",\"sizeSlugTablet\":\"large\",\"sizeSlugMobile\":\"large\",\"customHeightSetDesktop\":true} -->\n<div class=\"wp-block-uagb-image uagb-block-5ba335bc wp-block-uagb-image--layout-default wp-block-uagb-image--effect-static wp-block-uagb-image--align-none\"><figure class=\"wp-block-uagb-image__figure\"><img srcset=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/two-happy-boxers-1024x768.jpg \" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/two-happy-boxers-1024x768.jpg\" alt=\"\" class=\"uag-image-1216\" width=\"480\" height=\"500\" title=\"\" loading=\"lazy\"/></figure></div>\n<!-- /wp:uagb/image --></div>\n<!-- /wp:uagb/container --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"261e8748\",\"backgroundType\":\"color\",\"backgroundSizeTablet\":\"cover\",\"backgroundSizeMobile\":\"cover\",\"backgroundColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"topPaddingDesktop\":120,\"bottomPaddingDesktop\":0,\"topPaddingTablet\":80,\"bottomPaddingTablet\":80,\"leftPaddingTablet\":30,\"rightPaddingTablet\":30,\"topPaddingMobile\":80,\"bottomPaddingMobile\":80,\"leftPaddingMobile\":20,\"rightPaddingMobile\":20,\"paddingLink\":false,\"variationSelected\":true,\"rowGapDesktop\":0,\"rowGapTablet\":0,\"isBlockRootParent\":true} -->\n<div id=\"nearby-visits\" class=\"wp-block-uagb-container uagb-block-261e8748 alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/container {\"block_id\":\"f4f594e7\",\"directionDesktop\":\"row\",\"alignItemsDesktop\":\"flex-end\",\"alignItemsTablet\":\"flex-end\",\"justifyContentDesktop\":\"flex-end\",\"justifyContentTablet\":\"space-between\",\"variationSelected\":true,\"rowGapMobile\":30,\"columnGapDesktop\":0} -->\n<div class=\"wp-block-uagb-container uagb-block-f4f594e7\"><!-- wp:uagb/advanced-heading {\"block_id\":\"a8d1386f\",\"classMigrate\":true,\"headingDescToggle\":true,\"subHeadingColor\":\"\",\"headSpace\":20,\"subHeadFontSize\":16} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-a8d1386f\"><h2 class=\"uagb-heading-text\">Things to do in the area of Magaliesburg<br></h2><p class=\"uagb-desc-text\">Looking for more? Well, we believe that every guest walks into our lodge for the best experience. And, we are determined to do that.</p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/buttons {\"block_id\":\"a00a69ac\",\"classMigrate\":true,\"childMigrate\":true,\"align\":\"right\",\"alignTablet\":\"right\",\"alignMobile\":\"left\",\"gap\":0} -->\n<div class=\"wp-block-uagb-buttons uagb-buttons__outer-wrap uagb-btn__default-btn uagb-btn-tablet__default-btn uagb-btn-mobile__default-btn uagb-block-a00a69ac\"><div class=\"uagb-buttons__wrap uagb-buttons-layout-wrap\"><!-- wp:uagb/buttons-child {\"block_id\":\"13dbad99\",\"label\":\"Reservations\",\"link\":\"https://book.nightsbridge.com/11065\",\"hColor\":\"\",\"opensInNewTab\":true,\"borderWidth\":\"\",\"borderRadius\":\"\",\"borderStyle\":\"\",\"borderColor\":\"\",\"borderHColor\":\"\",\"btnBorderTopWidth\":1,\"btnBorderLeftWidth\":1,\"btnBorderRightWidth\":1,\"btnBorderBottomWidth\":1,\"btnBorderTopLeftRadius\":2,\"btnBorderTopRightRadius\":2,\"btnBorderBottomLeftRadius\":2,\"btnBorderBottomRightRadius\":2,\"btnBorderStyle\":\"solid\",\"btnBorderColor\":\"#333\",\"btnBorderHColor\":\"#333\"} -->\n<div class=\"wp-block-uagb-buttons-child uagb-buttons__outer-wrap uagb-block-13dbad99 wp-block-button is-style-outline\"><div class=\"uagb-button__wrapper\"><a class=\"uagb-buttons-repeater wp-block-button__link\" href=\"https://book.nightsbridge.com/11065\" rel=\"follow noopener\" target=\"_blank\"><div class=\"uagb-button__link\">Reservations</div></a></div></div>\n<!-- /wp:uagb/buttons-child --></div></div>\n<!-- /wp:uagb/buttons --></div>\n<!-- /wp:uagb/container --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"ec5f52b3\",\"backgroundType\":\"color\",\"backgroundSizeTablet\":\"cover\",\"backgroundSizeMobile\":\"cover\",\"backgroundColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"topPaddingDesktop\":50,\"bottomPaddingDesktop\":100,\"topPaddingTablet\":50,\"bottomPaddingTablet\":25,\"leftPaddingTablet\":20,\"rightPaddingTablet\":20,\"topPaddingMobile\":50,\"bottomPaddingMobile\":20,\"leftPaddingMobile\":20,\"rightPaddingMobile\":20,\"paddingLink\":false,\"variationSelected\":true,\"rowGapDesktop\":0,\"isBlockRootParent\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-ec5f52b3 alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/container {\"block_id\":\"1aa39308\",\"directionDesktop\":\"row\",\"alignItemsTablet\":\"flex-start\",\"paddingLink\":false,\"topMarginDesktop\":50,\"bottomMarginDesktop\":20,\"leftMarginDesktop\":0,\"rightMarginDesktop\":0,\"marginLink\":false,\"variationSelected\":true,\"rowGapMobile\":65,\"columnGapDesktop\":48,\"columnGapTablet\":20} -->\n<div class=\"wp-block-uagb-container uagb-block-1aa39308\"><!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"align\":\"center\",\"id\":1222,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image aligncenter size-full\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/41b46e52d7427ea1f6f135454e9a012f.png\" alt=\"\" class=\"wp-image-1222\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"textAlign\":\"center\",\"level\":3} -->\n<h3 class=\"has-text-align-center\">Fishing </h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>The dam has trout (stocked), bass, vlei Kuper and carp. Fly fishers seeking a unique challenge visit our establishment in search of the large &amp; small scale Yellow fish.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:buttons -->\n<div class=\"wp-block-buttons\"><!-- wp:button {\"align\":\"left\"} -->\n<div class=\"wp-block-button alignleft\"><a class=\"wp-block-button__link wp-element-button\" href=\"https://www.sundowner.co.za/rooms/magalies-barbus-haven/\" target=\"_blank\" rel=\"noreferrer noopener\">Barbus Haven</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons -->\n\n<!-- wp:paragraph -->\n<p>The opportunity to fish for Rainbow Trout or the elusive Brown Trout. Kingfisher offers rod hires at their venue. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:buttons -->\n<div class=\"wp-block-buttons\"><!-- wp:button {\"align\":\"left\"} -->\n<div class=\"wp-block-button alignleft\"><a class=\"wp-block-button__link wp-element-button\" href=\"https://www.thekingfisherlodge.co.za/activities/\" target=\"_blank\" rel=\"noreferrer noopener\">Kingfisher</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":1235,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Maseke-MTB-MvZ-3-1024x683-1.png\" alt=\"\" class=\"wp-image-1235\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>Mountain biking </h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>It is a privately owned nature reserve that offers mountain biking.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:spacer {\"height\":\"20px\"} -->\n<div style=\"height:20px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:buttons -->\n<div class=\"wp-block-buttons\"><!-- wp:button -->\n<div class=\"wp-block-button\"><a class=\"wp-block-button__link wp-element-button\" href=\"http://ingwebushcamp.yolasite.com/\" target=\"_blank\" rel=\"noreferrer noopener\">Ingwe Bush Camp&nbsp;</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons -->\n\n<!-- wp:paragraph -->\n<p>With over 80km of trails, Van Gaalen&nbsp;has something to offer for every kind of athlete, from beginner to advanced.<br></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:buttons -->\n<div class=\"wp-block-buttons\"><!-- wp:button -->\n<div class=\"wp-block-button\"><a class=\"wp-block-button__link wp-element-button\" href=\"https://www.vangaalen.co.za/products\" target=\"_blank\" rel=\"noreferrer noopener\">Van Gaalen\'s</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":1317,\"width\":335,\"height\":399,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large is-resized\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/activity_2209_280316_original-740x1024.png\" alt=\"\" class=\"wp-image-1317\" width=\"335\" height=\"399\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>Quad biking </h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>We have quads suitable for kiddies, tweens, teens, and adults. We have mini quads and fully automatic 150cc quads.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:spacer {\"height\":\"2px\"} -->\n<div style=\"height:2px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:buttons -->\n<div class=\"wp-block-buttons\"><!-- wp:button -->\n<div class=\"wp-block-button\"><a class=\"wp-block-button__link wp-element-button\" href=\"https://www.saddlecreekadventures.co.za/activity/quad-biking/\" target=\"_blank\" rel=\"noreferrer noopener\">Saddle Creek Ranch</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons -->\n\n<!-- wp:paragraph -->\n<p>A 700-meter monster track, the longest and most exciting track in Gauteng!</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:spacer {\"height\":\"2px\"} -->\n<div style=\"height:2px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:buttons -->\n<div class=\"wp-block-buttons\"><!-- wp:button -->\n<div class=\"wp-block-button\"><a class=\"wp-block-button__link wp-element-button\" href=\"http://www.swartkrans.co.za/\" target=\"_blank\" rel=\"noreferrer noopener\">Swartkrans Go-Karting&nbsp;</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"align\":\"center\",\"id\":1198,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image aligncenter size-full\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/eyJidWNrZXQiOiJhc3NldHMuYWxsdHJhaWxzLmNvbSIsImtleSI6InVwbG9hZHMvcGhvdG8vaW1hZ2UvNDMxNzk4MTAvYjZkYTAz-1.png\" alt=\"\" class=\"wp-image-1198\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>Horse riding </h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Join us for an unforgettable horse riding experience in the peaceful countryside, with beautiful mountain scenery and lovely bush trails.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:buttons -->\n<div class=\"wp-block-buttons\"><!-- wp:button -->\n<div class=\"wp-block-button\"><a class=\"wp-block-button__link wp-element-button\" href=\"https://www.saddlecreekadventures.co.za/activity/horse-riding/\" target=\"_blank\" rel=\"noreferrer noopener\">Saddle Creek Ranch</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":1185,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/49089607_1950305445047847_5177863042771189760_n.png\" alt=\"\" class=\"wp-image-1185\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>Game drives </h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Enjoy a thrilling and educational adventure with our experienced guides.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:spacer {\"height\":\"2px\"} -->\n<div style=\"height:2px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:buttons -->\n<div class=\"wp-block-buttons\"><!-- wp:button -->\n<div class=\"wp-block-button\"><a class=\"wp-block-button__link wp-element-button\" href=\"https://www.rhinolion.co.za/visitors-guide/activity-index/game-drives/\" target=\"_blank\" rel=\"noreferrer noopener\">Rhino &amp; Lion Park</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons -->\n\n<!-- wp:paragraph -->\n<p>Our guided game-viewing drives take place each day in the morning and afternoon, as this is when the animals are most active.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:buttons -->\n<div class=\"wp-block-buttons\"><!-- wp:button -->\n<div class=\"wp-block-button\"><a class=\"wp-block-button__link wp-element-button\" href=\"https://www.africanhillslodge.co.za/experience/\" target=\"_blank\" rel=\"noreferrer noopener\">Askari Game Lodge</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:spacer {\"height\":\"12px\"} -->\n<div style=\"height:12px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:heading -->\n<h2>Other activites </h2>\n<!-- /wp:heading -->\n\n<!-- wp:uagb/faq {\"block_id\":\"cdda9f39\",\"expandFirstItem\":false,\"boxBgColor\":\"#F5F5F5\",\"borderStyle\":\"\",\"borderWidth\":\"\",\"borderRadius\":\"\",\"borderColor\":\"\",\"vquestionPaddingDesktop\":15,\"hquestionPaddingDesktop\":15,\"iconAlign\":\"row-reverse\",\"schema\":\"{\\u0022@context\\u0022:\\u0022https://schema.org\\u0022,\\u0022@type\\u0022:\\u0022FAQPage\\u0022,\\u0022@id\\u0022:\\u0022https://blueroan.netgen.cloud/amenities/\\u0022,\\u0022mainEntity\\u0022:[{\\u0022@type\\u0022:\\u0022Question\\u0022,\\u0022name\\u0022:\\u0022\\u003cstrong\\u003ePUBS / MICRO BREWERIES\\u003c/strong\\u003e\\u0022,\\u0022acceptedAnswer\\u0022:{\\u0022@type\\u0022:\\u0022Answer\\u0022,\\u0022text\\u0022:\\u0022Black Horse   \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27825613246\\\\\\u0022\\u003e082 561 3246\\u003cbr\\u003e\\u003c/a\\u003eBrauhaus am Dam   \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27878025519\\\\\\u0022\\u003e087 802 5519\\u003c/a\\u003e / \\u003ca href=\\\\\\u0022tel:+27729201742\\\\\\u0022\\u003e072 920 1742\\u003c/a\\u003e\\u003cbr\\u003eHartleys Elephant Bar   \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27145772301\\\\\\u0022\\u003e014 577 2301\\u003cbr\\u003e\\u003c/a\\u003eThatchwood Pub   \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27837091672\\\\\\u0022\\u003e083 709 1672\\u003cbr\\u003e\\u003c/a\\u003eMonate Citrus Kelder   \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27122580712\\\\\\u0022\\u003e012 258 0712\\u003c/a\\u003e\\u0022}},{\\u0022@type\\u0022:\\u0022Question\\u0022,\\u0022name\\u0022:\\u0022\\u003cstrong\\u003eTEA GARDENS / RESTAURANTS   \\u003c/strong\\u003e\\u0022,\\u0022acceptedAnswer\\u0022:{\\u0022@type\\u0022:\\u0022Answer\\u0022,\\u0022text\\u0022:\\u0022Black Horse   \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27825613246\\\\\\u0022\\u003e082 561 3246\\u003cbr\\u003e\\u003c/a\\u003eBrauhaus am Dam   \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27878025519\\\\\\u0022\\u003e087 802 5519\\u003c/a\\u003e / \\u003ca href=\\\\\\u0022tel:+27729201742\\\\\\u0022\\u003e072 920 1742\\u003c/a\\u003e\\u003cbr\\u003eMelon Rouge   \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27796806050\\\\\\u0022\\u003e079 680 6050\\u003cbr\\u003e\\u003c/a\\u003eMount Grace Hotel   \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27145775600\\\\\\u0022\\u003e014 577 5600\\u003cbr\\u003e\\u003c/a\\u003eValley Lodge Hotel   \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27145771301\\\\\\u0022\\u003e014 577 1301\\u003cbr\\u003e\\u003c/a\\u003eLa Classique Ristorante   \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27145774006\\\\\\u0022\\u003e014 577 4006\\u003c/a\\u003e\\u0022}},{\\u0022@type\\u0022:\\u0022Question\\u0022,\\u0022name\\u0022:\\u0022\\u003cstrong\\u003eSHOPPING\\u003c/strong\\u003e  \\u0022,\\u0022acceptedAnswer\\u0022:{\\u0022@type\\u0022:\\u0022Answer\\u0022,\\u0022text\\u0022:\\u0022If Only Antiques    \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27827878825\\\\\\u0022\\u003e082 787 8825\\u003cbr\\u003e\\u003c/a\\u003ePuss in Boots   \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27145773562\\\\\\u0022\\u003e014 577 3562\\u003c/a\\u003e\\u0022}},{\\u0022@type\\u0022:\\u0022Question\\u0022,\\u0022name\\u0022:\\u0022\\u003cstrong\\u003eSPORTS \\u0026amp; ADVENTURE\\u003c/strong\\u003e\\u0022,\\u0022acceptedAnswer\\u0022:{\\u0022@type\\u0022:\\u0022Answer\\u0022,\\u0022text\\u0022:\\u0022Tandem Paragliding flips  \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27823221824\\\\\\u0022\\u003e0823221824\\u003c/a\\u003e\\u003cbr\\u003eMountain Sanctuary Park   \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27145340114\\\\\\u0022\\u003e014 534 0114\\u003cbr\\u003e\\u003c/a\\u003eBill Harrops Original Balloon Safaris   \\u003ca href=\\\\\\u0022tel:+27145771733\\\\\\u0022\\u003e014 577 1733\\u003c/a\\u003e / \\u003ca href=\\\\\\u0022tel:+27837520036\\\\\\u0022\\u003e083 752 0036\\u003c/a\\u003e\\u003cbr\\u003ePecanwood Golf Course   \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27122440112\\\\\\u0022\\u003e012 244 0112\\u003cbr\\u003e\\u003c/a\\u003eAir Ventures Hot Air Balloons   \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27117935782\\\\\\u0022\\u003e011 793 5782\\u003cbr\\u003e\\u003c/a\\u003eGliding   \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27835266966\\\\\\u0022\\u003e083 526 6966\\u003cbr\\u003e\\u003c/a\\u003eMagaliesberg Canopy Tours   \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27145350150\\\\\\u0022\\u003e014 535 0150\\u003cbr\\u003e\\u003c/a\\u003eWild Cave Adventures   \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27824862464\\\\\\u0022\\u003e082 486 2464\\u003cbr\\u003e\\u003c/a\\u003eMiracle Waters Dive Gateway   \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27832359840\\\\\\u0022\\u003e083 235 9840\\u003c/a\\u003e\\u0022}},{\\u0022@type\\u0022:\\u0022Question\\u0022,\\u0022name\\u0022:\\u0022\\u003cstrong\\u003eHEALTH SPAS\\u003c/strong\\u003e\\u0022,\\u0022acceptedAnswer\\u0022:{\\u0022@type\\u0022:\\u0022Answer\\u0022,\\u0022text\\u0022:\\u0022Whispering Pines   \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27145771536\\\\\\u0022\\u003e014 577 1536\\u003cbr\\u003e\\u003c/a\\u003eMount Grace Spa   \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27145775600\\\\\\u0022\\u003e014 577 5600\\u003cbr\\u003e\\u003c/a\\u003eValley Lodge Spa   \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27145771301\\\\\\u0022\\u003e014 577 1301\\u003cbr\\u003e\\u003c/a\\u003eRosewell Spa   \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27145771172\\\\\\u0022\\u003e014 577 1172\\u003cbr\\u003e\\u003c/a\\u003eSparkling Waters   \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27145350019\\\\\\u0022\\u003e014 535 0019\\u003c/a\\u003e\\u0022}},{\\u0022@type\\u0022:\\u0022Question\\u0022,\\u0022name\\u0022:\\u0022\\u003cstrong\\u003ePLACES OF INTEREST\\u003c/strong\\u003e\\u0022,\\u0022acceptedAnswer\\u0022:{\\u0022@type\\u0022:\\u0022Answer\\u0022,\\u0022text\\u0022:\\u0022Maropeng Visitors Centre   \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27145779000\\\\\\u0022\\u003e014 577 9000\\u003cbr\\u003e\\u003c/a\\u003eSterkfontein Caves   \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27116683200\\\\\\u0022\\u003e011 668 3200\\u003cbr\\u003e\\u003c/a\\u003eBlaaubank Gold Mine   \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27825673111\\\\\\u0022\\u003e082 567 3111\\u003cbr\\u003e\\u003c/a\\u003eVan Gaalen Cheese Farm   \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27122071289\\\\\\u0022\\u003e012 207 1289\\u003cbr\\u003e\\u003c/a\\u003eHartebeespoort Cableway   \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27722412654\\\\\\u0022\\u003e072 241 2654\\u003cbr\\u003e\\u003c/a\\u003eElephant Sanctuary             \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27122580423\\\\\\u0022\\u003e012 258 0423\\u003cbr\\u003e\\u003c/a\\u003eTeam Gel   \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27114622894\\\\\\u0022\\u003e011 462 2894\\u003c/a\\u003e / \\u003ca href=\\\\\\u0022tel:+27833207623\\\\\\u0022\\u003e083 320 7623\\u003c/a\\u003e\\u003cbr\\u003eMonate Citrus Kelder   \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27122580712\\\\\\u0022\\u003e012 258 0712\\u003cbr\\u003e\\u003c/a\\u003eLiving Jewels   \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27119566444\\\\\\u0022\\u003e011 956 6444\\u003cbr\\u003e\\u003c/a\\u003eBlaaubank Candle Dipping   \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27145774609\\\\\\u0022\\u003e014 577 4609\\u003cbr\\u003e\\u003c/a\\u003eVeggie Picking \\u0026amp; Strawberry Picking \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27122071116\\\\\\u0022\\u003e012 207 1116\\u003c/a\\u003e\\u0022}}]}\",\"questionLeftPaddingDesktop\":15,\"questionBottomPaddingDesktop\":15,\"answerTopPadding\":0,\"answerRightPadding\":15,\"answerBottomPadding\":15,\"answerLeftPadding\":15,\"answerTopPaddingTablet\":10,\"answerRightPaddingTablet\":10,\"answerBottomPaddingTablet\":10,\"answerLeftPaddingTablet\":10,\"answerTopPaddingMobile\":10,\"answerRightPaddingMobile\":10,\"answerBottomPaddingMobile\":10,\"answerLeftPaddingMobile\":10,\"overallBorderTopWidth\":1,\"overallBorderLeftWidth\":1,\"overallBorderRightWidth\":1,\"overallBorderBottomWidth\":1,\"overallBorderTopLeftRadius\":2,\"overallBorderTopRightRadius\":2,\"overallBorderBottomLeftRadius\":2,\"overallBorderBottomRightRadius\":2,\"overallBorderStyle\":\"none\",\"overallBorderColor\":\"#D2D2D2\"} -->\n<div class=\"wp-block-uagb-faq uagb-faq__outer-wrap uagb-block-cdda9f39 uagb-faq-icon-row-reverse uagb-faq-layout-accordion uagb-faq-expand-first-false uagb-faq-inactive-other-true uagb-faq__wrap uagb-buttons-layout-wrap uagb-faq-equal-height\" data-faqtoggle=\"true\" role=\"tablist\"><!-- wp:uagb/faq-child {\"block_id\":\"92522e95\",\"question\":\"\\u003cstrong\\u003ePUBS / MICRO BREWERIES\\u003c/strong\\u003e\",\"answer\":\"Black Horse   \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27825613246\\u0022\\u003e082 561 3246\\u003cbr\\u003e\\u003c/a\\u003eBrauhaus am Dam   \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27878025519\\u0022\\u003e087 802 5519\\u003c/a\\u003e / \\u003ca href=\\u0022tel:+27729201742\\u0022\\u003e072 920 1742\\u003c/a\\u003e\\u003cbr\\u003eHartleys Elephant Bar   \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27145772301\\u0022\\u003e014 577 2301\\u003cbr\\u003e\\u003c/a\\u003eThatchwood Pub   \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27837091672\\u0022\\u003e083 709 1672\\u003cbr\\u003e\\u003c/a\\u003eMonate Citrus Kelder   \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27122580712\\u0022\\u003e012 258 0712\\u003c/a\\u003e\"} -->\n<div class=\"wp-block-uagb-faq-child uagb-faq-child__outer-wrap uagb-faq-item uagb-block-92522e95\" role=\"tab\" tabindex=\"0\"><div class=\"uagb-faq-questions-button uagb-faq-questions\"><span class=\"uagb-icon uagb-faq-icon-wrap\"><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 448 512\"><path d=\"M432 256c0 17.69-14.33 32.01-32 32.01H256v144c0 17.69-14.33 31.99-32 31.99s-32-14.3-32-31.99v-144H48c-17.67 0-32-14.32-32-32.01s14.33-31.99 32-31.99H192v-144c0-17.69 14.33-32.01 32-32.01s32 14.32 32 32.01v144h144C417.7 224 432 238.3 432 256z\"></path></svg></span><span class=\"uagb-icon-active uagb-faq-icon-wrap\"><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 448 512\"><path d=\"M400 288h-352c-17.69 0-32-14.32-32-32.01s14.31-31.99 32-31.99h352c17.69 0 32 14.3 32 31.99S417.7 288 400 288z\"></path></svg></span><span class=\"uagb-question\"><strong>PUBS / MICRO BREWERIES</strong></span></div><p class=\"uagb-faq-content\">Black Horse   <br><a href=\"tel:+27825613246\">082 561 3246<br></a>Brauhaus am Dam   <br><a href=\"tel:+27878025519\">087 802 5519</a> / <a href=\"tel:+27729201742\">072 920 1742</a><br>Hartleys Elephant Bar   <br><a href=\"tel:+27145772301\">014 577 2301<br></a>Thatchwood Pub   <br><a href=\"tel:+27837091672\">083 709 1672<br></a>Monate Citrus Kelder   <br><a href=\"tel:+27122580712\">012 258 0712</a></p></div>\n<!-- /wp:uagb/faq-child -->\n\n<!-- wp:uagb/faq-child {\"block_id\":\"a582847a\",\"question\":\"\\u003cstrong\\u003eTEA GARDENS / RESTAURANTS   \\u003c/strong\\u003e\",\"answer\":\"Black Horse   \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27825613246\\u0022\\u003e082 561 3246\\u003cbr\\u003e\\u003c/a\\u003eBrauhaus am Dam   \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27878025519\\u0022\\u003e087 802 5519\\u003c/a\\u003e / \\u003ca href=\\u0022tel:+27729201742\\u0022\\u003e072 920 1742\\u003c/a\\u003e\\u003cbr\\u003eMelon Rouge   \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27796806050\\u0022\\u003e079 680 6050\\u003cbr\\u003e\\u003c/a\\u003eMount Grace Hotel   \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27145775600\\u0022\\u003e014 577 5600\\u003cbr\\u003e\\u003c/a\\u003eValley Lodge Hotel   \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27145771301\\u0022\\u003e014 577 1301\\u003cbr\\u003e\\u003c/a\\u003eLa Classique Ristorante   \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27145774006\\u0022\\u003e014 577 4006\\u003c/a\\u003e\"} -->\n<div class=\"wp-block-uagb-faq-child uagb-faq-child__outer-wrap uagb-faq-item uagb-block-a582847a\" role=\"tab\" tabindex=\"0\"><div class=\"uagb-faq-questions-button uagb-faq-questions\"><span class=\"uagb-icon uagb-faq-icon-wrap\"><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 448 512\"><path d=\"M432 256c0 17.69-14.33 32.01-32 32.01H256v144c0 17.69-14.33 31.99-32 31.99s-32-14.3-32-31.99v-144H48c-17.67 0-32-14.32-32-32.01s14.33-31.99 32-31.99H192v-144c0-17.69 14.33-32.01 32-32.01s32 14.32 32 32.01v144h144C417.7 224 432 238.3 432 256z\"></path></svg></span><span class=\"uagb-icon-active uagb-faq-icon-wrap\"><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 448 512\"><path d=\"M400 288h-352c-17.69 0-32-14.32-32-32.01s14.31-31.99 32-31.99h352c17.69 0 32 14.3 32 31.99S417.7 288 400 288z\"></path></svg></span><span class=\"uagb-question\"><strong>TEA GARDENS / RESTAURANTS   </strong></span></div><p class=\"uagb-faq-content\">Black Horse   <br><a href=\"tel:+27825613246\">082 561 3246<br></a>Brauhaus am Dam   <br><a href=\"tel:+27878025519\">087 802 5519</a> / <a href=\"tel:+27729201742\">072 920 1742</a><br>Melon Rouge   <br><a href=\"tel:+27796806050\">079 680 6050<br></a>Mount Grace Hotel   <br><a href=\"tel:+27145775600\">014 577 5600<br></a>Valley Lodge Hotel   <br><a href=\"tel:+27145771301\">014 577 1301<br></a>La Classique Ristorante   <br><a href=\"tel:+27145774006\">014 577 4006</a></p></div>\n<!-- /wp:uagb/faq-child -->\n\n<!-- wp:uagb/faq-child {\"block_id\":\"c188029f\",\"question\":\"\\u003cstrong\\u003eSHOPPING\\u003c/strong\\u003e  \",\"answer\":\"If Only Antiques    \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27827878825\\u0022\\u003e082 787 8825\\u003cbr\\u003e\\u003c/a\\u003ePuss in Boots   \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27145773562\\u0022\\u003e014 577 3562\\u003c/a\\u003e\"} -->\n<div class=\"wp-block-uagb-faq-child uagb-faq-child__outer-wrap uagb-faq-item uagb-block-c188029f\" role=\"tab\" tabindex=\"0\"><div class=\"uagb-faq-questions-button uagb-faq-questions\"><span class=\"uagb-icon uagb-faq-icon-wrap\"><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 448 512\"><path d=\"M432 256c0 17.69-14.33 32.01-32 32.01H256v144c0 17.69-14.33 31.99-32 31.99s-32-14.3-32-31.99v-144H48c-17.67 0-32-14.32-32-32.01s14.33-31.99 32-31.99H192v-144c0-17.69 14.33-32.01 32-32.01s32 14.32 32 32.01v144h144C417.7 224 432 238.3 432 256z\"></path></svg></span><span class=\"uagb-icon-active uagb-faq-icon-wrap\"><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 448 512\"><path d=\"M400 288h-352c-17.69 0-32-14.32-32-32.01s14.31-31.99 32-31.99h352c17.69 0 32 14.3 32 31.99S417.7 288 400 288z\"></path></svg></span><span class=\"uagb-question\"><strong>SHOPPING</strong>  </span></div><p class=\"uagb-faq-content\">If Only Antiques    <br><a href=\"tel:+27827878825\">082 787 8825<br></a>Puss in Boots   <br><a href=\"tel:+27145773562\">014 577 3562</a></p></div>\n<!-- /wp:uagb/faq-child -->\n\n<!-- wp:uagb/faq-child {\"block_id\":\"716d8948\",\"question\":\"\\u003cstrong\\u003eSPORTS \\u0026amp; ADVENTURE\\u003c/strong\\u003e\",\"answer\":\"Tandem Paragliding flips  \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27823221824\\u0022\\u003e0823221824\\u003c/a\\u003e\\u003cbr\\u003eMountain Sanctuary Park   \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27145340114\\u0022\\u003e014 534 0114\\u003cbr\\u003e\\u003c/a\\u003eBill Harrops Original Balloon Safaris   \\u003ca href=\\u0022tel:+27145771733\\u0022\\u003e014 577 1733\\u003c/a\\u003e / \\u003ca href=\\u0022tel:+27837520036\\u0022\\u003e083 752 0036\\u003c/a\\u003e\\u003cbr\\u003ePecanwood Golf Course   \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27122440112\\u0022\\u003e012 244 0112\\u003cbr\\u003e\\u003c/a\\u003eAir Ventures Hot Air Balloons   \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27117935782\\u0022\\u003e011 793 5782\\u003cbr\\u003e\\u003c/a\\u003eGliding   \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27835266966\\u0022\\u003e083 526 6966\\u003cbr\\u003e\\u003c/a\\u003eMagaliesberg Canopy Tours   \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27145350150\\u0022\\u003e014 535 0150\\u003cbr\\u003e\\u003c/a\\u003eWild Cave Adventures   \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27824862464\\u0022\\u003e082 486 2464\\u003cbr\\u003e\\u003c/a\\u003eMiracle Waters Dive Gateway   \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27832359840\\u0022\\u003e083 235 9840\\u003c/a\\u003e\"} -->\n<div class=\"wp-block-uagb-faq-child uagb-faq-child__outer-wrap uagb-faq-item uagb-block-716d8948\" role=\"tab\" tabindex=\"0\"><div class=\"uagb-faq-questions-button uagb-faq-questions\"><span class=\"uagb-icon uagb-faq-icon-wrap\"><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 448 512\"><path d=\"M432 256c0 17.69-14.33 32.01-32 32.01H256v144c0 17.69-14.33 31.99-32 31.99s-32-14.3-32-31.99v-144H48c-17.67 0-32-14.32-32-32.01s14.33-31.99 32-31.99H192v-144c0-17.69 14.33-32.01 32-32.01s32 14.32 32 32.01v144h144C417.7 224 432 238.3 432 256z\"></path></svg></span><span class=\"uagb-icon-active uagb-faq-icon-wrap\"><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 448 512\"><path d=\"M400 288h-352c-17.69 0-32-14.32-32-32.01s14.31-31.99 32-31.99h352c17.69 0 32 14.3 32 31.99S417.7 288 400 288z\"></path></svg></span><span class=\"uagb-question\"><strong>SPORTS &amp; ADVENTURE</strong></span></div><p class=\"uagb-faq-content\">Tandem Paragliding flips  <br><a href=\"tel:+27823221824\">0823221824</a><br>Mountain Sanctuary Park   <br><a href=\"tel:+27145340114\">014 534 0114<br></a>Bill Harrops Original Balloon Safaris   <a href=\"tel:+27145771733\">014 577 1733</a> / <a href=\"tel:+27837520036\">083 752 0036</a><br>Pecanwood Golf Course   <br><a href=\"tel:+27122440112\">012 244 0112<br></a>Air Ventures Hot Air Balloons   <br><a href=\"tel:+27117935782\">011 793 5782<br></a>Gliding   <br><a href=\"tel:+27835266966\">083 526 6966<br></a>Magaliesberg Canopy Tours   <br><a href=\"tel:+27145350150\">014 535 0150<br></a>Wild Cave Adventures   <br><a href=\"tel:+27824862464\">082 486 2464<br></a>Miracle Waters Dive Gateway   <br><a href=\"tel:+27832359840\">083 235 9840</a></p></div>\n<!-- /wp:uagb/faq-child -->\n\n<!-- wp:uagb/faq-child {\"block_id\":\"495b3e4d\",\"question\":\"\\u003cstrong\\u003eHEALTH SPAS\\u003c/strong\\u003e\",\"answer\":\"Whispering Pines   \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27145771536\\u0022\\u003e014 577 1536\\u003cbr\\u003e\\u003c/a\\u003eMount Grace Spa   \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27145775600\\u0022\\u003e014 577 5600\\u003cbr\\u003e\\u003c/a\\u003eValley Lodge Spa   \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27145771301\\u0022\\u003e014 577 1301\\u003cbr\\u003e\\u003c/a\\u003eRosewell Spa   \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27145771172\\u0022\\u003e014 577 1172\\u003cbr\\u003e\\u003c/a\\u003eSparkling Waters   \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27145350019\\u0022\\u003e014 535 0019\\u003c/a\\u003e\"} -->\n<div class=\"wp-block-uagb-faq-child uagb-faq-child__outer-wrap uagb-faq-item uagb-block-495b3e4d\" role=\"tab\" tabindex=\"0\"><div class=\"uagb-faq-questions-button uagb-faq-questions\"><span class=\"uagb-icon uagb-faq-icon-wrap\"><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 448 512\"><path d=\"M432 256c0 17.69-14.33 32.01-32 32.01H256v144c0 17.69-14.33 31.99-32 31.99s-32-14.3-32-31.99v-144H48c-17.67 0-32-14.32-32-32.01s14.33-31.99 32-31.99H192v-144c0-17.69 14.33-32.01 32-32.01s32 14.32 32 32.01v144h144C417.7 224 432 238.3 432 256z\"></path></svg></span><span class=\"uagb-icon-active uagb-faq-icon-wrap\"><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 448 512\"><path d=\"M400 288h-352c-17.69 0-32-14.32-32-32.01s14.31-31.99 32-31.99h352c17.69 0 32 14.3 32 31.99S417.7 288 400 288z\"></path></svg></span><span class=\"uagb-question\"><strong>HEALTH SPAS</strong></span></div><p class=\"uagb-faq-content\">Whispering Pines   <br><a href=\"tel:+27145771536\">014 577 1536<br></a>Mount Grace Spa   <br><a href=\"tel:+27145775600\">014 577 5600<br></a>Valley Lodge Spa   <br><a href=\"tel:+27145771301\">014 577 1301<br></a>Rosewell Spa   <br><a href=\"tel:+27145771172\">014 577 1172<br></a>Sparkling Waters   <br><a href=\"tel:+27145350019\">014 535 0019</a></p></div>\n<!-- /wp:uagb/faq-child -->\n\n<!-- wp:uagb/faq-child {\"block_id\":\"1faae2a3\",\"question\":\"\\u003cstrong\\u003ePLACES OF INTEREST\\u003c/strong\\u003e\",\"answer\":\"Maropeng Visitors Centre   \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27145779000\\u0022\\u003e014 577 9000\\u003cbr\\u003e\\u003c/a\\u003eSterkfontein Caves   \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27116683200\\u0022\\u003e011 668 3200\\u003cbr\\u003e\\u003c/a\\u003eBlaaubank Gold Mine   \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27825673111\\u0022\\u003e082 567 3111\\u003cbr\\u003e\\u003c/a\\u003eVan Gaalen Cheese Farm   \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27122071289\\u0022\\u003e012 207 1289\\u003cbr\\u003e\\u003c/a\\u003eHartebeespoort Cableway   \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27722412654\\u0022\\u003e072 241 2654\\u003cbr\\u003e\\u003c/a\\u003eElephant Sanctuary             \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27122580423\\u0022\\u003e012 258 0423\\u003cbr\\u003e\\u003c/a\\u003eTeam Gel   \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27114622894\\u0022\\u003e011 462 2894\\u003c/a\\u003e / \\u003ca href=\\u0022tel:+27833207623\\u0022\\u003e083 320 7623\\u003c/a\\u003e\\u003cbr\\u003eMonate Citrus Kelder   \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27122580712\\u0022\\u003e012 258 0712\\u003cbr\\u003e\\u003c/a\\u003eLiving Jewels   \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27119566444\\u0022\\u003e011 956 6444\\u003cbr\\u003e\\u003c/a\\u003eBlaaubank Candle Dipping   \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27145774609\\u0022\\u003e014 577 4609\\u003cbr\\u003e\\u003c/a\\u003eVeggie Picking \\u0026amp; Strawberry Picking \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27122071116\\u0022\\u003e012 207 1116\\u003c/a\\u003e\"} -->\n<div class=\"wp-block-uagb-faq-child uagb-faq-child__outer-wrap uagb-faq-item uagb-block-1faae2a3\" role=\"tab\" tabindex=\"0\"><div class=\"uagb-faq-questions-button uagb-faq-questions\"><span class=\"uagb-icon uagb-faq-icon-wrap\"><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 448 512\"><path d=\"M432 256c0 17.69-14.33 32.01-32 32.01H256v144c0 17.69-14.33 31.99-32 31.99s-32-14.3-32-31.99v-144H48c-17.67 0-32-14.32-32-32.01s14.33-31.99 32-31.99H192v-144c0-17.69 14.33-32.01 32-32.01s32 14.32 32 32.01v144h144C417.7 224 432 238.3 432 256z\"></path></svg></span><span class=\"uagb-icon-active uagb-faq-icon-wrap\"><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 448 512\"><path d=\"M400 288h-352c-17.69 0-32-14.32-32-32.01s14.31-31.99 32-31.99h352c17.69 0 32 14.3 32 31.99S417.7 288 400 288z\"></path></svg></span><span class=\"uagb-question\"><strong>PLACES OF INTEREST</strong></span></div><p class=\"uagb-faq-content\">Maropeng Visitors Centre   <br><a href=\"tel:+27145779000\">014 577 9000<br></a>Sterkfontein Caves   <br><a href=\"tel:+27116683200\">011 668 3200<br></a>Blaaubank Gold Mine   <br><a href=\"tel:+27825673111\">082 567 3111<br></a>Van Gaalen Cheese Farm   <br><a href=\"tel:+27122071289\">012 207 1289<br></a>Hartebeespoort Cableway   <br><a href=\"tel:+27722412654\">072 241 2654<br></a>Elephant Sanctuary             <br><a href=\"tel:+27122580423\">012 258 0423<br></a>Team Gel   <br><a href=\"tel:+27114622894\">011 462 2894</a> / <a href=\"tel:+27833207623\">083 320 7623</a><br>Monate Citrus Kelder   <br><a href=\"tel:+27122580712\">012 258 0712<br></a>Living Jewels   <br><a href=\"tel:+27119566444\">011 956 6444<br></a>Blaaubank Candle Dipping   <br><a href=\"tel:+27145774609\">014 577 4609<br></a>Veggie Picking &amp; Strawberry Picking <br><a href=\"tel:+27122071116\">012 207 1116</a></p></div>\n<!-- /wp:uagb/faq-child --></div>\n<!-- /wp:uagb/faq --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"00030bab\",\"innerContentCustomWidthDesktop\":781,\"innerContentCustomWidthTablet\":781,\"backgroundType\":\"image\",\"backgroundImageDesktop\":{\"id\":907,\"title\":\"241565_xl\",\"filename\":\"241565_xl.jpg\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/241565_xl.jpg\",\"link\":\"https://blueroan.netgen.cloud/home/241565_xl/\",\"alt\":\"\",\"author\":\"2\",\"description\":\"\",\"caption\":\"\",\"name\":\"241565_xl\",\"status\":\"inherit\",\"uploadedTo\":760,\"date\":\"2022-12-13T15:04:35.000Z\",\"modified\":\"2022-12-13T15:04:35.000Z\",\"menuOrder\":0,\"mime\":\"image/jpeg\",\"type\":\"image\",\"subtype\":\"jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-includes/images/media/default.png\",\"dateFormatted\":\"December 13, 2022\",\"nonces\":{\"update\":\"8ba15922a4\",\"delete\":\"e660ddd200\",\"edit\":\"57c3a4b066\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=907\\u0026action=edit\",\"meta\":false,\"authorName\":\"Netgen Support\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/profile.php\",\"uploadedToTitle\":\"Home\",\"uploadedToLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=760\\u0026action=edit\",\"filesizeInBytes\":90717,\"filesizeHumanReadable\":\"89 KB\",\"context\":\"\",\"height\":534,\"width\":800,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/241565_xl-150x150.jpg\",\"orientation\":\"landscape\"},\"medium\":{\"height\":200,\"width\":300,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/241565_xl-300x200.jpg\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/241565_xl.jpg\",\"height\":534,\"width\":800,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"backgroundImageColor\":\"rgba(42,42,42,0.65)\",\"topPaddingDesktop\":144,\"bottomPaddingDesktop\":144,\"leftPaddingDesktop\":40,\"rightPaddingDesktop\":40,\"topPaddingTablet\":80,\"bottomPaddingTablet\":80,\"leftPaddingTablet\":40,\"rightPaddingTablet\":40,\"topPaddingMobile\":64,\"bottomPaddingMobile\":64,\"leftPaddingMobile\":24,\"rightPaddingMobile\":24,\"paddingLink\":false,\"variationSelected\":true,\"isBlockRootParent\":true,\"overlayType\":\"color\"} -->\n<div class=\"wp-block-uagb-container uagb-block-00030bab alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/advanced-heading {\"block_id\":\"1e69fd38\",\"classMigrate\":true,\"headingDescToggle\":true,\"headingAlign\":\"center\",\"headingColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"subHeadingColor\":\"var(\\u002d\\u002dast-global-color-4)\",\"headSpace\":20} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-1e69fd38\"><h2 class=\"uagb-heading-text\">Create Memorable Moments at Blue Roan!</h2><p class=\"uagb-desc-text\">Blue Roan is a 4-star graded pet-friendly venue</p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/advanced-heading {\"block_id\":\"9688dc47\",\"classMigrate\":true,\"headingTitleToggle\":false,\"headingDescToggle\":true,\"headingAlign\":\"center\",\"subHeadingColor\":\"var(\\u002d\\u002dast-global-color-4)\",\"subHeadTransform\":\"uppercase\",\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"subHeadLetterSpacing\":2,\"blockTopPadding\":60,\"blockRightPadding\":0,\"blockLeftPadding\":0,\"blockBottomPadding\":0,\"blockTopPaddingMobile\":30,\"blockRightPaddingMobile\":0,\"blockLeftPaddingMobile\":0,\"blockBottomPaddingMobile\":0,\"linkColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"linkHColor\":\"var(\\u002d\\u002dast-global-color-0)\"} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-9688dc47\"><p class=\"uagb-desc-text\"><a href=\"https://book.nightsbridge.com/11065\" target=\"_blank\" rel=\"noreferrer noopener\">BOOK YOUR STAY NOW​</a></p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/icon-list {\"block_id\":\"5dd604fc\",\"classMigrate\":true,\"childMigrate\":true,\"align\":\"center\",\"parentIcon\":\"phone\",\"size\":40,\"sizeMobile\":24,\"sizeTablet\":32,\"fontSize\":48,\"fontSizeMobile\":28,\"fontSizeTablet\":40,\"fontWeight\":\"600\",\"iconColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"labelColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"blockTopPadding\":0,\"blockRightPadding\":0,\"blockLeftPadding\":0,\"blockBottomPadding\":24,\"blockPaddingLink\":false} -->\n<div class=\"wp-block-uagb-icon-list uagb-block-5dd604fc\"><div class=\"uagb-icon-list__wrap\"><!-- wp:uagb/icon-list-child {\"block_id\":\"ed49ba26\",\"label\":\"+ 27 (0) 82 575 5409\",\"label_color\":\"\",\"link\":\"tel:+27825755409\",\"disableLink\":true,\"fromParentIcon\":\"phone\",\"imageSizeChild\":40} -->\n<div class=\"wp-block-uagb-icon-list-child uagb-block-ed49ba26\"><a target=\"_self\" aria-label=\"+ 27 (0) 82 575 5409\" rel=\"noopener noreferrer\" href=\"tel:+27825755409\"> </a><span class=\"uagb-icon-list__source-wrap\"><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M511.2 387l-23.25 100.8c-3.266 14.25-15.79 24.22-30.46 24.22C205.2 512 0 306.8 0 54.5c0-14.66 9.969-27.2 24.22-30.45l100.8-23.25C139.7-2.602 154.7 5.018 160.8 18.92l46.52 108.5c5.438 12.78 1.77 27.67-8.98 36.45L144.5 207.1c33.98 69.22 90.26 125.5 159.5 159.5l44.08-53.8c8.688-10.78 23.69-14.51 36.47-8.975l108.5 46.51C506.1 357.2 514.6 372.4 511.2 387z\"></path></svg></span><span class=\"uagb-icon-list__label\">+ 27 (0) 82 575 5409</span></div>\n<!-- /wp:uagb/icon-list-child -->\n\n<!-- wp:uagb/icon-list-child {\"block_id\":\"56345d5d\",\"label\":\" blueroan@ugo.co.za\",\"icon\":\"envelope\",\"label_color\":\"\",\"link\":\"mailto: blueroan@ugo.co.za\",\"disableLink\":true} -->\n<div class=\"wp-block-uagb-icon-list-child uagb-block-56345d5d\"><a target=\"_self\" aria-label=\" blueroan@ugo.co.za\" rel=\"noopener noreferrer\" href=\"mailto:blueroan@ugo.co.za\"> </a><span class=\"uagb-icon-list__source-wrap\"><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M464 64C490.5 64 512 85.49 512 112C512 127.1 504.9 141.3 492.8 150.4L275.2 313.6C263.8 322.1 248.2 322.1 236.8 313.6L19.2 150.4C7.113 141.3 0 127.1 0 112C0 85.49 21.49 64 48 64H464zM217.6 339.2C240.4 356.3 271.6 356.3 294.4 339.2L512 176V384C512 419.3 483.3 448 448 448H64C28.65 448 0 419.3 0 384V176L217.6 339.2z\"></path></svg></span><span class=\"uagb-icon-list__label\"> blueroan@ugo.co.za</span></div>\n<!-- /wp:uagb/icon-list-child --></div></div>\n<!-- /wp:uagb/icon-list --></div></div>\n<!-- /wp:uagb/container -->',	'Amenities',	'',	'inherit',	'closed',	'closed',	'',	'762-revision-v1',	'',	'',	'2022-12-19 07:57:43',	'2022-12-19 07:57:43',	'',	762,	'https://blueroan.netgen.cloud/?p=1324',	0,	'revision',	'',	0),
(1325,	2,	'2022-12-19 07:58:22',	'2022-12-19 07:58:22',	'',	'activity_2209_280316_original',	'',	'inherit',	'',	'closed',	'',	'activity_2209_280316_original-2',	'',	'',	'2022-12-19 07:58:22',	'2022-12-19 07:58:22',	'',	762,	'https://blueroan.netgen.cloud/wp-content/uploads/2022/12/activity_2209_280316_original.jpg',	0,	'attachment',	'image/jpeg',	0),
(1326,	2,	'2022-12-19 07:58:39',	'2022-12-19 07:58:39',	'',	'quad-biking-6-1',	'',	'inherit',	'',	'closed',	'',	'quad-biking-6-1',	'',	'',	'2022-12-19 07:58:39',	'2022-12-19 07:58:39',	'',	762,	'https://blueroan.netgen.cloud/wp-content/uploads/2022/12/quad-biking-6-1.png',	0,	'attachment',	'image/png',	0),
(1328,	2,	'2022-12-19 08:00:04',	'2022-12-19 08:00:04',	'<!-- wp:uagb/container {\"block_id\":\"27873c2f\",\"backgroundType\":\"image\",\"backgroundImageDesktop\":{\"id\":1007,\"title\":\"AAEAAQAAAAAAAAAAAAAAJDg5NmY0ZGUxLWE4MTgtNDY5NC1iODFhLTBmN2Q0ZDc5ZWFiNw-1\",\"filename\":\"AAEAAQAAAAAAAAAAAAAAJDg5NmY0ZGUxLWE4MTgtNDY5NC1iODFhLTBmN2Q0ZDc5ZWFiNw-1.png\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAAJDg5NmY0ZGUxLWE4MTgtNDY5NC1iODFhLTBmN2Q0ZDc5ZWFiNw-1.png\",\"link\":\"https://blueroan.netgen.cloud/the-barn/aaeaaqaaaaaaaaaaaaaajdg5nmy0zguxlwe4mtgtndy5nc1iodfhltbmn2q0zdc5zwfinw-1/\",\"alt\":\"\",\"author\":\"2\",\"description\":\"\",\"caption\":\"\",\"name\":\"aaeaaqaaaaaaaaaaaaaajdg5nmy0zguxlwe4mtgtndy5nc1iodfhltbmn2q0zdc5zwfinw-1\",\"status\":\"inherit\",\"uploadedTo\":948,\"date\":\"2022-12-14T10:50:25.000Z\",\"modified\":\"2022-12-14T10:50:25.000Z\",\"menuOrder\":0,\"mime\":\"image/png\",\"type\":\"image\",\"subtype\":\"png\",\"icon\":\"https://blueroan.netgen.cloud/wp-includes/images/media/default.png\",\"dateFormatted\":\"December 14, 2022\",\"nonces\":{\"update\":\"483f8bdf3d\",\"delete\":\"0a7ebc92ef\",\"edit\":\"6bc1c6a685\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=1007\\u0026action=edit\",\"meta\":false,\"authorName\":\"Netgen Support\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/profile.php\",\"uploadedToTitle\":\"The Barn\",\"uploadedToLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=948\\u0026action=edit\",\"filesizeInBytes\":1348989,\"filesizeHumanReadable\":\"1 MB\",\"context\":\"\",\"height\":667,\"width\":1000,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAAJDg5NmY0ZGUxLWE4MTgtNDY5NC1iODFhLTBmN2Q0ZDc5ZWFiNw-1-150x150.png\",\"orientation\":\"landscape\"},\"medium\":{\"height\":200,\"width\":300,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAAJDg5NmY0ZGUxLWE4MTgtNDY5NC1iODFhLTBmN2Q0ZDc5ZWFiNw-1-300x200.png\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAAJDg5NmY0ZGUxLWE4MTgtNDY5NC1iODFhLTBmN2Q0ZDc5ZWFiNw-1.png\",\"height\":667,\"width\":1000,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"backgroundPositionDesktop\":{\"x\":0.61,\"y\":0.52},\"backgroundSizeTablet\":\"cover\",\"backgroundSizeMobile\":\"cover\",\"backgroundColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"backgroundImageColor\":\"rgba(42,42,42,0.5)\",\"topPaddingDesktop\":220,\"bottomPaddingDesktop\":150,\"topPaddingTablet\":170,\"bottomPaddingTablet\":160,\"leftPaddingTablet\":30,\"rightPaddingTablet\":30,\"topPaddingMobile\":180,\"bottomPaddingMobile\":80,\"leftPaddingMobile\":20,\"rightPaddingMobile\":20,\"paddingLink\":false,\"variationSelected\":true,\"isBlockRootParent\":true,\"overlayType\":\"color\"} -->\n<div class=\"wp-block-uagb-container uagb-block-27873c2f alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/advanced-heading {\"block_id\":\"56e049e7\",\"classMigrate\":true,\"headingDescToggle\":true,\"headingColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"subHeadingColor\":\"var(\\u002d\\u002dast-global-color-4)\",\"headingTag\":\"h1\",\"headSpace\":20,\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"blockTopPadding\":0,\"blockRightPadding\":50,\"blockLeftPadding\":0,\"blockBottomPadding\":0,\"blockTopPaddingTablet\":0,\"blockRightPaddingTablet\":20,\"blockLeftPaddingTablet\":0,\"blockBottomPaddingTablet\":0,\"blockTopPaddingMobile\":0,\"blockRightPaddingMobile\":0,\"blockLeftPaddingMobile\":0,\"blockBottomPaddingMobile\":0,\"blockPaddingUnit\":\"%\",\"blockPaddingUnitTablet\":\"%\"} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-56e049e7\"><h1 class=\"uagb-heading-text\">Amenities &amp; Interests​</h1><p class=\"uagb-desc-text\">We do not give you just rooms to stay in. We give you an environment where you can experience the best while on a holiday with us. </p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:buttons -->\n<div class=\"wp-block-buttons\"><!-- wp:button -->\n<div class=\"wp-block-button\"><a class=\"wp-block-button__link wp-element-button\" href=\"https://book.nightsbridge.com/11065\" target=\"_blank\" rel=\"noreferrer noopener\">BOOK NOW</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"4e60bd0a\",\"backgroundType\":\"color\",\"backgroundSizeTablet\":\"cover\",\"backgroundSizeMobile\":\"cover\",\"backgroundColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"topPaddingDesktop\":50,\"bottomPaddingDesktop\":100,\"topPaddingTablet\":50,\"bottomPaddingTablet\":25,\"leftPaddingTablet\":20,\"rightPaddingTablet\":20,\"topPaddingMobile\":50,\"bottomPaddingMobile\":20,\"leftPaddingMobile\":20,\"rightPaddingMobile\":20,\"paddingLink\":false,\"variationSelected\":true,\"rowGapDesktop\":0,\"isBlockRootParent\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-4e60bd0a alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/container {\"block_id\":\"833bcd23\",\"directionDesktop\":\"row\",\"alignItemsTablet\":\"flex-start\",\"paddingLink\":false,\"topMarginDesktop\":50,\"bottomMarginDesktop\":20,\"leftMarginDesktop\":0,\"rightMarginDesktop\":0,\"marginLink\":false,\"variationSelected\":true,\"rowGapMobile\":65,\"columnGapDesktop\":48,\"columnGapTablet\":20} -->\n<div class=\"wp-block-uagb-container uagb-block-833bcd23\"><!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"align\":\"center\",\"id\":828,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image aligncenter size-full\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Blue-Roan-pool.png\" alt=\"Blue Roan\'s rock pool\" class=\"wp-image-828\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>A relaxing rock Pool​</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>We have a lovely sparkling blue rock pool next to a thatched Lapa. &nbsp;&nbsp;Lie on recliners on the green lawn or sit on the swing chair in the Lapa and enjoy the panoramic view of the Magaliesberg mountain range.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":829,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/img-20160605-wa0002-largejpg.png\" alt=\"\" class=\"wp-image-829\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>Braai facilities </h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>What can compare to a burning fire under the star-lit African sky? Nothing beats the flavor of cooking over an open flame.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":830,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/ef9d0188da11e2bc56788f5619d9d539.png\" alt=\"\" class=\"wp-image-830\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>A games room </h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>The reception is also a games room for those who enjoy darts or playing pool. &nbsp;Take a selection of DVDs back to your room and watch movies on your own DVD player. &nbsp;There is also a selection of board games and music CDs that you can borrow.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"align\":\"center\",\"id\":1198,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image aligncenter size-full\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/eyJidWNrZXQiOiJhc3NldHMuYWxsdHJhaWxzLmNvbSIsImtleSI6InVwbG9hZHMvcGhvdG8vaW1hZ2UvNDMxNzk4MTAvYjZkYTAz-1.png\" alt=\"\" class=\"wp-image-1198\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>Walking or hiking </h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>There is a well-kept walking trail on our property with plenty of bird life and some benches along the way. &nbsp;It is safe for dogs to run off-leash as it is completely fenced all around. &nbsp;For those who enjoy long walks and hikes, it is safe to cross onto neighbouring farms and go as far as the eye can see.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":1185,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/49089607_1950305445047847_5177863042771189760_n.png\" alt=\"\" class=\"wp-image-1185\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>Mountain biking </h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Bring your mountain bikes and explore the surrounding countryside on safe off-road tracks on our property and on neighbouring farms.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":1196,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Michelle_1.png\" alt=\"\" class=\"wp-image-1196\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>Horse riding </h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Interested riders can book at one of the recommended horse-riding establishments listed further down this page.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"b113f646\",\"innerContentWidth\":\"alignfull\",\"directionDesktop\":\"row\",\"wrapTablet\":\"wrap\",\"variationSelected\":true,\"rowGapTablet\":0,\"columnGapDesktop\":0,\"isBlockRootParent\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-b113f646 alignfull uagb-is-root-container\"><!-- wp:uagb/container {\"block_id\":\"edecae07\",\"widthDesktop\":25,\"widthTablet\":50,\"variationSelected\":true,\"widthSetByUser\":true,\"UAGHideMob\":true,\"UAGResponsiveConditions\":true} -->\n<div class=\"wp-block-uagb-container uag-hide-mob uagb-block-edecae07\"><!-- wp:uagb/image {\"block_id\":\"e84365b3\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-18-1-1024x768.jpg\",\"id\":1208,\"linkDestination\":\"none\",\"width\":480,\"height\":500,\"naturalWidth\":1024,\"naturalHeight\":768,\"sizeSlug\":\"large\",\"sizeSlugTablet\":\"large\",\"sizeSlugMobile\":\"large\",\"customHeightSetDesktop\":true} -->\n<div class=\"wp-block-uagb-image uagb-block-e84365b3 wp-block-uagb-image--layout-default wp-block-uagb-image--effect-static wp-block-uagb-image--align-none\"><figure class=\"wp-block-uagb-image__figure\"><img srcset=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-18-1-1024x768.jpg \" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-18-1-1024x768.jpg\" alt=\"\" class=\"uag-image-1208\" width=\"480\" height=\"500\" title=\"\" loading=\"lazy\"/></figure></div>\n<!-- /wp:uagb/image --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"63109032\",\"widthDesktop\":25,\"widthTablet\":50,\"variationSelected\":true,\"widthSetByUser\":true,\"UAGHideMob\":true,\"UAGResponsiveConditions\":true} -->\n<div class=\"wp-block-uagb-container uag-hide-mob uagb-block-63109032\"><!-- wp:uagb/image {\"block_id\":\"6f683bb3\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Blue-Roan-pool-1.png\",\"id\":1210,\"linkDestination\":\"none\",\"width\":480,\"height\":500,\"naturalWidth\":370,\"naturalHeight\":440,\"sizeSlug\":\"full\",\"sizeSlugTablet\":\"full\",\"sizeSlugMobile\":\"full\",\"customHeightSetDesktop\":true} -->\n<div class=\"wp-block-uagb-image uagb-block-6f683bb3 wp-block-uagb-image--layout-default wp-block-uagb-image--effect-static wp-block-uagb-image--align-none\"><figure class=\"wp-block-uagb-image__figure\"><img srcset=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Blue-Roan-pool-1.png \" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Blue-Roan-pool-1.png\" alt=\"\" class=\"uag-image-1210\" width=\"480\" height=\"500\" title=\"\" loading=\"lazy\"/></figure></div>\n<!-- /wp:uagb/image --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"158ee1b3\",\"widthDesktop\":50,\"widthTablet\":100,\"variationSelected\":true,\"columnGapDesktop\":20,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-158ee1b3\"><!-- wp:uagb/image {\"block_id\":\"194644a3\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/the-view-from-my-rooms-1024x768.jpg\",\"id\":1211,\"linkDestination\":\"none\",\"width\":960,\"height\":500,\"naturalWidth\":1024,\"naturalHeight\":768,\"sizeSlug\":\"large\",\"sizeSlugTablet\":\"large\",\"sizeSlugMobile\":\"large\",\"customHeightSetDesktop\":true} -->\n<div class=\"wp-block-uagb-image uagb-block-194644a3 wp-block-uagb-image--layout-default wp-block-uagb-image--effect-static wp-block-uagb-image--align-none\"><figure class=\"wp-block-uagb-image__figure\"><img srcset=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/the-view-from-my-rooms-1024x768.jpg \" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/the-view-from-my-rooms-1024x768.jpg\" alt=\"\" class=\"uag-image-1211\" width=\"960\" height=\"500\" title=\"\" loading=\"lazy\"/></figure></div>\n<!-- /wp:uagb/image --></div>\n<!-- /wp:uagb/container --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"a37235ff\",\"innerContentWidth\":\"alignfull\",\"directionDesktop\":\"row\",\"wrapTablet\":\"wrap\",\"variationSelected\":true,\"rowGapTablet\":0,\"columnGapDesktop\":0,\"isBlockRootParent\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-a37235ff alignfull uagb-is-root-container\"><!-- wp:uagb/container {\"block_id\":\"e39fc461\",\"widthDesktop\":50,\"widthTablet\":100,\"variationSelected\":true,\"columnGapDesktop\":20,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-e39fc461\"><!-- wp:uagb/image {\"block_id\":\"adaf72e4\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAAJDI0ZWY4NDc1LThjYjYtNDM3YS1iOTliLWNmOWQxYTJkMWU5MQ-1.png\",\"id\":1213,\"linkDestination\":\"none\",\"width\":960,\"height\":500,\"naturalWidth\":1000,\"naturalHeight\":667,\"sizeSlug\":\"full\",\"sizeSlugTablet\":\"full\",\"sizeSlugMobile\":\"full\",\"customHeightSetDesktop\":true} -->\n<div class=\"wp-block-uagb-image uagb-block-adaf72e4 wp-block-uagb-image--layout-default wp-block-uagb-image--effect-static wp-block-uagb-image--align-none\"><figure class=\"wp-block-uagb-image__figure\"><img srcset=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAAJDI0ZWY4NDc1LThjYjYtNDM3YS1iOTliLWNmOWQxYTJkMWU5MQ-1.png \" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAAJDI0ZWY4NDc1LThjYjYtNDM3YS1iOTliLWNmOWQxYTJkMWU5MQ-1.png\" alt=\"\" class=\"uag-image-1213\" width=\"960\" height=\"500\" title=\"\" loading=\"lazy\"/></figure></div>\n<!-- /wp:uagb/image --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"f6d64dbd\",\"widthDesktop\":25,\"variationSelected\":true,\"widthSetByUser\":true,\"UAGHideMob\":true,\"UAGResponsiveConditions\":true} -->\n<div class=\"wp-block-uagb-container uag-hide-mob uagb-block-f6d64dbd\"><!-- wp:uagb/image {\"block_id\":\"db98256f\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/bird-1-1024x683.jpg\",\"id\":1215,\"linkDestination\":\"none\",\"width\":480,\"height\":500,\"naturalWidth\":1024,\"naturalHeight\":683,\"sizeSlug\":\"large\",\"sizeSlugTablet\":\"large\",\"sizeSlugMobile\":\"large\",\"customHeightSetDesktop\":true} -->\n<div class=\"wp-block-uagb-image uagb-block-db98256f wp-block-uagb-image--layout-default wp-block-uagb-image--effect-static wp-block-uagb-image--align-none\"><figure class=\"wp-block-uagb-image__figure\"><img srcset=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/bird-1-1024x683.jpg \" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/bird-1-1024x683.jpg\" alt=\"\" class=\"uag-image-1215\" width=\"480\" height=\"500\" title=\"\" loading=\"lazy\"/></figure></div>\n<!-- /wp:uagb/image --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"db9f1b52\",\"widthDesktop\":25,\"variationSelected\":true,\"widthSetByUser\":true,\"UAGHideMob\":true,\"UAGResponsiveConditions\":true} -->\n<div class=\"wp-block-uagb-container uag-hide-mob uagb-block-db9f1b52\"><!-- wp:uagb/image {\"block_id\":\"9670eb3a\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/two-happy-boxers-1024x768.jpg\",\"id\":1216,\"linkDestination\":\"none\",\"width\":480,\"height\":500,\"naturalWidth\":1024,\"naturalHeight\":768,\"sizeSlug\":\"large\",\"sizeSlugTablet\":\"large\",\"sizeSlugMobile\":\"large\",\"customHeightSetDesktop\":true} -->\n<div class=\"wp-block-uagb-image uagb-block-9670eb3a wp-block-uagb-image--layout-default wp-block-uagb-image--effect-static wp-block-uagb-image--align-none\"><figure class=\"wp-block-uagb-image__figure\"><img srcset=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/two-happy-boxers-1024x768.jpg \" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/two-happy-boxers-1024x768.jpg\" alt=\"\" class=\"uag-image-1216\" width=\"480\" height=\"500\" title=\"\" loading=\"lazy\"/></figure></div>\n<!-- /wp:uagb/image --></div>\n<!-- /wp:uagb/container --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"7fe872f5\",\"backgroundType\":\"color\",\"backgroundSizeTablet\":\"cover\",\"backgroundSizeMobile\":\"cover\",\"backgroundColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"topPaddingDesktop\":120,\"bottomPaddingDesktop\":0,\"topPaddingTablet\":80,\"bottomPaddingTablet\":80,\"leftPaddingTablet\":30,\"rightPaddingTablet\":30,\"topPaddingMobile\":80,\"bottomPaddingMobile\":80,\"leftPaddingMobile\":20,\"rightPaddingMobile\":20,\"paddingLink\":false,\"variationSelected\":true,\"rowGapDesktop\":0,\"rowGapTablet\":0,\"isBlockRootParent\":true} -->\n<div id=\"nearby-visits\" class=\"wp-block-uagb-container uagb-block-7fe872f5 alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/container {\"block_id\":\"59920f14\",\"directionDesktop\":\"row\",\"alignItemsDesktop\":\"flex-end\",\"alignItemsTablet\":\"flex-end\",\"justifyContentDesktop\":\"flex-end\",\"justifyContentTablet\":\"space-between\",\"variationSelected\":true,\"rowGapMobile\":30,\"columnGapDesktop\":0} -->\n<div class=\"wp-block-uagb-container uagb-block-59920f14\"><!-- wp:uagb/advanced-heading {\"block_id\":\"eaf7c224\",\"classMigrate\":true,\"headingDescToggle\":true,\"subHeadingColor\":\"\",\"headSpace\":20,\"subHeadFontSize\":16} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-eaf7c224\"><h2 class=\"uagb-heading-text\">Things to do in the area of Magaliesburg<br></h2><p class=\"uagb-desc-text\">Looking for more? Well, we believe that every guest walks into our lodge for the best experience. And, we are determined to do that.</p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/buttons {\"block_id\":\"5a77fbdc\",\"classMigrate\":true,\"childMigrate\":true,\"align\":\"right\",\"alignTablet\":\"right\",\"alignMobile\":\"left\",\"gap\":0} -->\n<div class=\"wp-block-uagb-buttons uagb-buttons__outer-wrap uagb-btn__default-btn uagb-btn-tablet__default-btn uagb-btn-mobile__default-btn uagb-block-5a77fbdc\"><div class=\"uagb-buttons__wrap uagb-buttons-layout-wrap\"><!-- wp:uagb/buttons-child {\"block_id\":\"c5621813\",\"label\":\"Reservations\",\"link\":\"https://book.nightsbridge.com/11065\",\"hColor\":\"\",\"opensInNewTab\":true,\"borderWidth\":\"\",\"borderRadius\":\"\",\"borderStyle\":\"\",\"borderColor\":\"\",\"borderHColor\":\"\",\"btnBorderTopWidth\":1,\"btnBorderLeftWidth\":1,\"btnBorderRightWidth\":1,\"btnBorderBottomWidth\":1,\"btnBorderTopLeftRadius\":2,\"btnBorderTopRightRadius\":2,\"btnBorderBottomLeftRadius\":2,\"btnBorderBottomRightRadius\":2,\"btnBorderStyle\":\"solid\",\"btnBorderColor\":\"#333\",\"btnBorderHColor\":\"#333\"} -->\n<div class=\"wp-block-uagb-buttons-child uagb-buttons__outer-wrap uagb-block-c5621813 wp-block-button is-style-outline\"><div class=\"uagb-button__wrapper\"><a class=\"uagb-buttons-repeater wp-block-button__link\" href=\"https://book.nightsbridge.com/11065\" rel=\"follow noopener\" target=\"_blank\"><div class=\"uagb-button__link\">Reservations</div></a></div></div>\n<!-- /wp:uagb/buttons-child --></div></div>\n<!-- /wp:uagb/buttons --></div>\n<!-- /wp:uagb/container --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"b89a1968\",\"backgroundType\":\"color\",\"backgroundSizeTablet\":\"cover\",\"backgroundSizeMobile\":\"cover\",\"backgroundColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"topPaddingDesktop\":50,\"bottomPaddingDesktop\":100,\"topPaddingTablet\":50,\"bottomPaddingTablet\":25,\"leftPaddingTablet\":20,\"rightPaddingTablet\":20,\"topPaddingMobile\":50,\"bottomPaddingMobile\":20,\"leftPaddingMobile\":20,\"rightPaddingMobile\":20,\"paddingLink\":false,\"variationSelected\":true,\"rowGapDesktop\":0,\"isBlockRootParent\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-b89a1968 alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/container {\"block_id\":\"1e70562c\",\"directionDesktop\":\"row\",\"alignItemsTablet\":\"flex-start\",\"paddingLink\":false,\"topMarginDesktop\":50,\"bottomMarginDesktop\":20,\"leftMarginDesktop\":0,\"rightMarginDesktop\":0,\"marginLink\":false,\"variationSelected\":true,\"rowGapMobile\":65,\"columnGapDesktop\":48,\"columnGapTablet\":20} -->\n<div class=\"wp-block-uagb-container uagb-block-1e70562c\"><!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"align\":\"center\",\"id\":1222,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image aligncenter size-full\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/41b46e52d7427ea1f6f135454e9a012f.png\" alt=\"\" class=\"wp-image-1222\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"textAlign\":\"center\",\"level\":3} -->\n<h3 class=\"has-text-align-center\">Fishing </h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>The dam has trout (stocked), bass, vlei Kuper and carp. Fly fishers seeking a unique challenge visit our establishment in search of the large &amp; small scale Yellow fish.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:buttons -->\n<div class=\"wp-block-buttons\"><!-- wp:button {\"align\":\"left\"} -->\n<div class=\"wp-block-button alignleft\"><a class=\"wp-block-button__link wp-element-button\" href=\"https://www.sundowner.co.za/rooms/magalies-barbus-haven/\" target=\"_blank\" rel=\"noreferrer noopener\">Barbus Haven</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons -->\n\n<!-- wp:paragraph -->\n<p>The opportunity to fish for Rainbow Trout or the elusive Brown Trout. Kingfisher offers rod hires at their venue. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:buttons -->\n<div class=\"wp-block-buttons\"><!-- wp:button {\"align\":\"left\"} -->\n<div class=\"wp-block-button alignleft\"><a class=\"wp-block-button__link wp-element-button\" href=\"https://www.thekingfisherlodge.co.za/activities/\" target=\"_blank\" rel=\"noreferrer noopener\">Kingfisher</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":1235,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Maseke-MTB-MvZ-3-1024x683-1.png\" alt=\"\" class=\"wp-image-1235\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>Mountain biking </h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>It is a privately owned nature reserve that offers mountain biking.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:spacer {\"height\":\"20px\"} -->\n<div style=\"height:20px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:buttons -->\n<div class=\"wp-block-buttons\"><!-- wp:button -->\n<div class=\"wp-block-button\"><a class=\"wp-block-button__link wp-element-button\" href=\"http://ingwebushcamp.yolasite.com/\" target=\"_blank\" rel=\"noreferrer noopener\">Ingwe Bush Camp&nbsp;</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons -->\n\n<!-- wp:paragraph -->\n<p>With over 80km of trails, Van Gaalen&nbsp;has something to offer for every kind of athlete, from beginner to advanced.<br></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:buttons -->\n<div class=\"wp-block-buttons\"><!-- wp:button -->\n<div class=\"wp-block-button\"><a class=\"wp-block-button__link wp-element-button\" href=\"https://www.vangaalen.co.za/products\" target=\"_blank\" rel=\"noreferrer noopener\">Van Gaalen\'s</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":1326,\"width\":370,\"height\":440,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full is-resized\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/quad-biking-6-1.png\" alt=\"\" class=\"wp-image-1326\" width=\"370\" height=\"440\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>Quad biking </h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>We have quads suitable for kiddies, tweens, teens, and adults. We have mini quads and fully automatic 150cc quads.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:spacer {\"height\":\"2px\"} -->\n<div style=\"height:2px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:buttons -->\n<div class=\"wp-block-buttons\"><!-- wp:button -->\n<div class=\"wp-block-button\"><a class=\"wp-block-button__link wp-element-button\" href=\"https://www.saddlecreekadventures.co.za/activity/quad-biking/\" target=\"_blank\" rel=\"noreferrer noopener\">Saddle Creek Ranch</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons -->\n\n<!-- wp:paragraph -->\n<p>A 700-meter monster track, the longest and most exciting track in Gauteng!</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:spacer {\"height\":\"2px\"} -->\n<div style=\"height:2px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:buttons -->\n<div class=\"wp-block-buttons\"><!-- wp:button -->\n<div class=\"wp-block-button\"><a class=\"wp-block-button__link wp-element-button\" href=\"http://www.swartkrans.co.za/\" target=\"_blank\" rel=\"noreferrer noopener\">Swartkrans Go-Karting&nbsp;</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"align\":\"center\",\"id\":1198,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image aligncenter size-full\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/eyJidWNrZXQiOiJhc3NldHMuYWxsdHJhaWxzLmNvbSIsImtleSI6InVwbG9hZHMvcGhvdG8vaW1hZ2UvNDMxNzk4MTAvYjZkYTAz-1.png\" alt=\"\" class=\"wp-image-1198\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>Horse riding </h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Join us for an unforgettable horse riding experience in the peaceful countryside, with beautiful mountain scenery and lovely bush trails.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:buttons -->\n<div class=\"wp-block-buttons\"><!-- wp:button -->\n<div class=\"wp-block-button\"><a class=\"wp-block-button__link wp-element-button\" href=\"https://www.saddlecreekadventures.co.za/activity/horse-riding/\" target=\"_blank\" rel=\"noreferrer noopener\">Saddle Creek Ranch</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":1185,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/49089607_1950305445047847_5177863042771189760_n.png\" alt=\"\" class=\"wp-image-1185\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>Game drives </h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Enjoy a thrilling and educational adventure with our experienced guides.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:spacer {\"height\":\"2px\"} -->\n<div style=\"height:2px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:buttons -->\n<div class=\"wp-block-buttons\"><!-- wp:button -->\n<div class=\"wp-block-button\"><a class=\"wp-block-button__link wp-element-button\" href=\"https://www.rhinolion.co.za/visitors-guide/activity-index/game-drives/\" target=\"_blank\" rel=\"noreferrer noopener\">Rhino &amp; Lion Park</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons -->\n\n<!-- wp:paragraph -->\n<p>Our guided game-viewing drives take place each day in the morning and afternoon, as this is when the animals are most active.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:buttons -->\n<div class=\"wp-block-buttons\"><!-- wp:button -->\n<div class=\"wp-block-button\"><a class=\"wp-block-button__link wp-element-button\" href=\"https://www.africanhillslodge.co.za/experience/\" target=\"_blank\" rel=\"noreferrer noopener\">Askari Game Lodge</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:spacer {\"height\":\"12px\"} -->\n<div style=\"height:12px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:heading -->\n<h2>Other activites </h2>\n<!-- /wp:heading -->\n\n<!-- wp:uagb/faq {\"block_id\":\"b1cb7481\",\"expandFirstItem\":false,\"boxBgColor\":\"#F5F5F5\",\"borderStyle\":\"\",\"borderWidth\":\"\",\"borderRadius\":\"\",\"borderColor\":\"\",\"vquestionPaddingDesktop\":15,\"hquestionPaddingDesktop\":15,\"iconAlign\":\"row-reverse\",\"schema\":\"{\\u0022@context\\u0022:\\u0022https://schema.org\\u0022,\\u0022@type\\u0022:\\u0022FAQPage\\u0022,\\u0022@id\\u0022:\\u0022https://blueroan.netgen.cloud/amenities/\\u0022,\\u0022mainEntity\\u0022:[{\\u0022@type\\u0022:\\u0022Question\\u0022,\\u0022name\\u0022:\\u0022\\u003cstrong\\u003ePUBS / MICRO BREWERIES\\u003c/strong\\u003e\\u0022,\\u0022acceptedAnswer\\u0022:{\\u0022@type\\u0022:\\u0022Answer\\u0022,\\u0022text\\u0022:\\u0022Black Horse   \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27825613246\\\\\\u0022\\u003e082 561 3246\\u003cbr\\u003e\\u003c/a\\u003eBrauhaus am Dam   \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27878025519\\\\\\u0022\\u003e087 802 5519\\u003c/a\\u003e / \\u003ca href=\\\\\\u0022tel:+27729201742\\\\\\u0022\\u003e072 920 1742\\u003c/a\\u003e\\u003cbr\\u003eHartleys Elephant Bar   \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27145772301\\\\\\u0022\\u003e014 577 2301\\u003cbr\\u003e\\u003c/a\\u003eThatchwood Pub   \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27837091672\\\\\\u0022\\u003e083 709 1672\\u003cbr\\u003e\\u003c/a\\u003eMonate Citrus Kelder   \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27122580712\\\\\\u0022\\u003e012 258 0712\\u003c/a\\u003e\\u0022}},{\\u0022@type\\u0022:\\u0022Question\\u0022,\\u0022name\\u0022:\\u0022\\u003cstrong\\u003eTEA GARDENS / RESTAURANTS   \\u003c/strong\\u003e\\u0022,\\u0022acceptedAnswer\\u0022:{\\u0022@type\\u0022:\\u0022Answer\\u0022,\\u0022text\\u0022:\\u0022Black Horse   \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27825613246\\\\\\u0022\\u003e082 561 3246\\u003cbr\\u003e\\u003c/a\\u003eBrauhaus am Dam   \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27878025519\\\\\\u0022\\u003e087 802 5519\\u003c/a\\u003e / \\u003ca href=\\\\\\u0022tel:+27729201742\\\\\\u0022\\u003e072 920 1742\\u003c/a\\u003e\\u003cbr\\u003eMelon Rouge   \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27796806050\\\\\\u0022\\u003e079 680 6050\\u003cbr\\u003e\\u003c/a\\u003eMount Grace Hotel   \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27145775600\\\\\\u0022\\u003e014 577 5600\\u003cbr\\u003e\\u003c/a\\u003eValley Lodge Hotel   \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27145771301\\\\\\u0022\\u003e014 577 1301\\u003cbr\\u003e\\u003c/a\\u003eLa Classique Ristorante   \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27145774006\\\\\\u0022\\u003e014 577 4006\\u003c/a\\u003e\\u0022}},{\\u0022@type\\u0022:\\u0022Question\\u0022,\\u0022name\\u0022:\\u0022\\u003cstrong\\u003eSHOPPING\\u003c/strong\\u003e  \\u0022,\\u0022acceptedAnswer\\u0022:{\\u0022@type\\u0022:\\u0022Answer\\u0022,\\u0022text\\u0022:\\u0022If Only Antiques    \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27827878825\\\\\\u0022\\u003e082 787 8825\\u003cbr\\u003e\\u003c/a\\u003ePuss in Boots   \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27145773562\\\\\\u0022\\u003e014 577 3562\\u003c/a\\u003e\\u0022}},{\\u0022@type\\u0022:\\u0022Question\\u0022,\\u0022name\\u0022:\\u0022\\u003cstrong\\u003eSPORTS \\u0026amp; ADVENTURE\\u003c/strong\\u003e\\u0022,\\u0022acceptedAnswer\\u0022:{\\u0022@type\\u0022:\\u0022Answer\\u0022,\\u0022text\\u0022:\\u0022Tandem Paragliding flips  \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27823221824\\\\\\u0022\\u003e0823221824\\u003c/a\\u003e\\u003cbr\\u003eMountain Sanctuary Park   \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27145340114\\\\\\u0022\\u003e014 534 0114\\u003cbr\\u003e\\u003c/a\\u003eBill Harrops Original Balloon Safaris   \\u003ca href=\\\\\\u0022tel:+27145771733\\\\\\u0022\\u003e014 577 1733\\u003c/a\\u003e / \\u003ca href=\\\\\\u0022tel:+27837520036\\\\\\u0022\\u003e083 752 0036\\u003c/a\\u003e\\u003cbr\\u003ePecanwood Golf Course   \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27122440112\\\\\\u0022\\u003e012 244 0112\\u003cbr\\u003e\\u003c/a\\u003eAir Ventures Hot Air Balloons   \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27117935782\\\\\\u0022\\u003e011 793 5782\\u003cbr\\u003e\\u003c/a\\u003eGliding   \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27835266966\\\\\\u0022\\u003e083 526 6966\\u003cbr\\u003e\\u003c/a\\u003eMagaliesberg Canopy Tours   \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27145350150\\\\\\u0022\\u003e014 535 0150\\u003cbr\\u003e\\u003c/a\\u003eWild Cave Adventures   \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27824862464\\\\\\u0022\\u003e082 486 2464\\u003cbr\\u003e\\u003c/a\\u003eMiracle Waters Dive Gateway   \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27832359840\\\\\\u0022\\u003e083 235 9840\\u003c/a\\u003e\\u0022}},{\\u0022@type\\u0022:\\u0022Question\\u0022,\\u0022name\\u0022:\\u0022\\u003cstrong\\u003eHEALTH SPAS\\u003c/strong\\u003e\\u0022,\\u0022acceptedAnswer\\u0022:{\\u0022@type\\u0022:\\u0022Answer\\u0022,\\u0022text\\u0022:\\u0022Whispering Pines   \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27145771536\\\\\\u0022\\u003e014 577 1536\\u003cbr\\u003e\\u003c/a\\u003eMount Grace Spa   \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27145775600\\\\\\u0022\\u003e014 577 5600\\u003cbr\\u003e\\u003c/a\\u003eValley Lodge Spa   \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27145771301\\\\\\u0022\\u003e014 577 1301\\u003cbr\\u003e\\u003c/a\\u003eRosewell Spa   \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27145771172\\\\\\u0022\\u003e014 577 1172\\u003cbr\\u003e\\u003c/a\\u003eSparkling Waters   \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27145350019\\\\\\u0022\\u003e014 535 0019\\u003c/a\\u003e\\u0022}},{\\u0022@type\\u0022:\\u0022Question\\u0022,\\u0022name\\u0022:\\u0022\\u003cstrong\\u003ePLACES OF INTEREST\\u003c/strong\\u003e\\u0022,\\u0022acceptedAnswer\\u0022:{\\u0022@type\\u0022:\\u0022Answer\\u0022,\\u0022text\\u0022:\\u0022Maropeng Visitors Centre   \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27145779000\\\\\\u0022\\u003e014 577 9000\\u003cbr\\u003e\\u003c/a\\u003eSterkfontein Caves   \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27116683200\\\\\\u0022\\u003e011 668 3200\\u003cbr\\u003e\\u003c/a\\u003eBlaaubank Gold Mine   \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27825673111\\\\\\u0022\\u003e082 567 3111\\u003cbr\\u003e\\u003c/a\\u003eVan Gaalen Cheese Farm   \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27122071289\\\\\\u0022\\u003e012 207 1289\\u003cbr\\u003e\\u003c/a\\u003eHartebeespoort Cableway   \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27722412654\\\\\\u0022\\u003e072 241 2654\\u003cbr\\u003e\\u003c/a\\u003eElephant Sanctuary             \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27122580423\\\\\\u0022\\u003e012 258 0423\\u003cbr\\u003e\\u003c/a\\u003eTeam Gel   \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27114622894\\\\\\u0022\\u003e011 462 2894\\u003c/a\\u003e / \\u003ca href=\\\\\\u0022tel:+27833207623\\\\\\u0022\\u003e083 320 7623\\u003c/a\\u003e\\u003cbr\\u003eMonate Citrus Kelder   \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27122580712\\\\\\u0022\\u003e012 258 0712\\u003cbr\\u003e\\u003c/a\\u003eLiving Jewels   \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27119566444\\\\\\u0022\\u003e011 956 6444\\u003cbr\\u003e\\u003c/a\\u003eBlaaubank Candle Dipping   \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27145774609\\\\\\u0022\\u003e014 577 4609\\u003cbr\\u003e\\u003c/a\\u003eVeggie Picking \\u0026amp; Strawberry Picking \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27122071116\\\\\\u0022\\u003e012 207 1116\\u003c/a\\u003e\\u0022}}]}\",\"questionLeftPaddingDesktop\":15,\"questionBottomPaddingDesktop\":15,\"answerTopPadding\":0,\"answerRightPadding\":15,\"answerBottomPadding\":15,\"answerLeftPadding\":15,\"answerTopPaddingTablet\":10,\"answerRightPaddingTablet\":10,\"answerBottomPaddingTablet\":10,\"answerLeftPaddingTablet\":10,\"answerTopPaddingMobile\":10,\"answerRightPaddingMobile\":10,\"answerBottomPaddingMobile\":10,\"answerLeftPaddingMobile\":10,\"overallBorderTopWidth\":1,\"overallBorderLeftWidth\":1,\"overallBorderRightWidth\":1,\"overallBorderBottomWidth\":1,\"overallBorderTopLeftRadius\":2,\"overallBorderTopRightRadius\":2,\"overallBorderBottomLeftRadius\":2,\"overallBorderBottomRightRadius\":2,\"overallBorderStyle\":\"none\",\"overallBorderColor\":\"#D2D2D2\"} -->\n<div class=\"wp-block-uagb-faq uagb-faq__outer-wrap uagb-block-b1cb7481 uagb-faq-icon-row-reverse uagb-faq-layout-accordion uagb-faq-expand-first-false uagb-faq-inactive-other-true uagb-faq__wrap uagb-buttons-layout-wrap uagb-faq-equal-height\" data-faqtoggle=\"true\" role=\"tablist\"><!-- wp:uagb/faq-child {\"block_id\":\"d02ca16d\",\"question\":\"\\u003cstrong\\u003ePUBS / MICRO BREWERIES\\u003c/strong\\u003e\",\"answer\":\"Black Horse   \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27825613246\\u0022\\u003e082 561 3246\\u003cbr\\u003e\\u003c/a\\u003eBrauhaus am Dam   \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27878025519\\u0022\\u003e087 802 5519\\u003c/a\\u003e / \\u003ca href=\\u0022tel:+27729201742\\u0022\\u003e072 920 1742\\u003c/a\\u003e\\u003cbr\\u003eHartleys Elephant Bar   \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27145772301\\u0022\\u003e014 577 2301\\u003cbr\\u003e\\u003c/a\\u003eThatchwood Pub   \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27837091672\\u0022\\u003e083 709 1672\\u003cbr\\u003e\\u003c/a\\u003eMonate Citrus Kelder   \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27122580712\\u0022\\u003e012 258 0712\\u003c/a\\u003e\"} -->\n<div class=\"wp-block-uagb-faq-child uagb-faq-child__outer-wrap uagb-faq-item uagb-block-d02ca16d\" role=\"tab\" tabindex=\"0\"><div class=\"uagb-faq-questions-button uagb-faq-questions\"><span class=\"uagb-icon uagb-faq-icon-wrap\"><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 448 512\"><path d=\"M432 256c0 17.69-14.33 32.01-32 32.01H256v144c0 17.69-14.33 31.99-32 31.99s-32-14.3-32-31.99v-144H48c-17.67 0-32-14.32-32-32.01s14.33-31.99 32-31.99H192v-144c0-17.69 14.33-32.01 32-32.01s32 14.32 32 32.01v144h144C417.7 224 432 238.3 432 256z\"></path></svg></span><span class=\"uagb-icon-active uagb-faq-icon-wrap\"><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 448 512\"><path d=\"M400 288h-352c-17.69 0-32-14.32-32-32.01s14.31-31.99 32-31.99h352c17.69 0 32 14.3 32 31.99S417.7 288 400 288z\"></path></svg></span><span class=\"uagb-question\"><strong>PUBS / MICRO BREWERIES</strong></span></div><p class=\"uagb-faq-content\">Black Horse   <br><a href=\"tel:+27825613246\">082 561 3246<br></a>Brauhaus am Dam   <br><a href=\"tel:+27878025519\">087 802 5519</a> / <a href=\"tel:+27729201742\">072 920 1742</a><br>Hartleys Elephant Bar   <br><a href=\"tel:+27145772301\">014 577 2301<br></a>Thatchwood Pub   <br><a href=\"tel:+27837091672\">083 709 1672<br></a>Monate Citrus Kelder   <br><a href=\"tel:+27122580712\">012 258 0712</a></p></div>\n<!-- /wp:uagb/faq-child -->\n\n<!-- wp:uagb/faq-child {\"block_id\":\"6f18d44e\",\"question\":\"\\u003cstrong\\u003eTEA GARDENS / RESTAURANTS   \\u003c/strong\\u003e\",\"answer\":\"Black Horse   \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27825613246\\u0022\\u003e082 561 3246\\u003cbr\\u003e\\u003c/a\\u003eBrauhaus am Dam   \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27878025519\\u0022\\u003e087 802 5519\\u003c/a\\u003e / \\u003ca href=\\u0022tel:+27729201742\\u0022\\u003e072 920 1742\\u003c/a\\u003e\\u003cbr\\u003eMelon Rouge   \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27796806050\\u0022\\u003e079 680 6050\\u003cbr\\u003e\\u003c/a\\u003eMount Grace Hotel   \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27145775600\\u0022\\u003e014 577 5600\\u003cbr\\u003e\\u003c/a\\u003eValley Lodge Hotel   \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27145771301\\u0022\\u003e014 577 1301\\u003cbr\\u003e\\u003c/a\\u003eLa Classique Ristorante   \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27145774006\\u0022\\u003e014 577 4006\\u003c/a\\u003e\"} -->\n<div class=\"wp-block-uagb-faq-child uagb-faq-child__outer-wrap uagb-faq-item uagb-block-6f18d44e\" role=\"tab\" tabindex=\"0\"><div class=\"uagb-faq-questions-button uagb-faq-questions\"><span class=\"uagb-icon uagb-faq-icon-wrap\"><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 448 512\"><path d=\"M432 256c0 17.69-14.33 32.01-32 32.01H256v144c0 17.69-14.33 31.99-32 31.99s-32-14.3-32-31.99v-144H48c-17.67 0-32-14.32-32-32.01s14.33-31.99 32-31.99H192v-144c0-17.69 14.33-32.01 32-32.01s32 14.32 32 32.01v144h144C417.7 224 432 238.3 432 256z\"></path></svg></span><span class=\"uagb-icon-active uagb-faq-icon-wrap\"><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 448 512\"><path d=\"M400 288h-352c-17.69 0-32-14.32-32-32.01s14.31-31.99 32-31.99h352c17.69 0 32 14.3 32 31.99S417.7 288 400 288z\"></path></svg></span><span class=\"uagb-question\"><strong>TEA GARDENS / RESTAURANTS   </strong></span></div><p class=\"uagb-faq-content\">Black Horse   <br><a href=\"tel:+27825613246\">082 561 3246<br></a>Brauhaus am Dam   <br><a href=\"tel:+27878025519\">087 802 5519</a> / <a href=\"tel:+27729201742\">072 920 1742</a><br>Melon Rouge   <br><a href=\"tel:+27796806050\">079 680 6050<br></a>Mount Grace Hotel   <br><a href=\"tel:+27145775600\">014 577 5600<br></a>Valley Lodge Hotel   <br><a href=\"tel:+27145771301\">014 577 1301<br></a>La Classique Ristorante   <br><a href=\"tel:+27145774006\">014 577 4006</a></p></div>\n<!-- /wp:uagb/faq-child -->\n\n<!-- wp:uagb/faq-child {\"block_id\":\"b3d816bf\",\"question\":\"\\u003cstrong\\u003eSHOPPING\\u003c/strong\\u003e  \",\"answer\":\"If Only Antiques    \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27827878825\\u0022\\u003e082 787 8825\\u003cbr\\u003e\\u003c/a\\u003ePuss in Boots   \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27145773562\\u0022\\u003e014 577 3562\\u003c/a\\u003e\"} -->\n<div class=\"wp-block-uagb-faq-child uagb-faq-child__outer-wrap uagb-faq-item uagb-block-b3d816bf\" role=\"tab\" tabindex=\"0\"><div class=\"uagb-faq-questions-button uagb-faq-questions\"><span class=\"uagb-icon uagb-faq-icon-wrap\"><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 448 512\"><path d=\"M432 256c0 17.69-14.33 32.01-32 32.01H256v144c0 17.69-14.33 31.99-32 31.99s-32-14.3-32-31.99v-144H48c-17.67 0-32-14.32-32-32.01s14.33-31.99 32-31.99H192v-144c0-17.69 14.33-32.01 32-32.01s32 14.32 32 32.01v144h144C417.7 224 432 238.3 432 256z\"></path></svg></span><span class=\"uagb-icon-active uagb-faq-icon-wrap\"><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 448 512\"><path d=\"M400 288h-352c-17.69 0-32-14.32-32-32.01s14.31-31.99 32-31.99h352c17.69 0 32 14.3 32 31.99S417.7 288 400 288z\"></path></svg></span><span class=\"uagb-question\"><strong>SHOPPING</strong>  </span></div><p class=\"uagb-faq-content\">If Only Antiques    <br><a href=\"tel:+27827878825\">082 787 8825<br></a>Puss in Boots   <br><a href=\"tel:+27145773562\">014 577 3562</a></p></div>\n<!-- /wp:uagb/faq-child -->\n\n<!-- wp:uagb/faq-child {\"block_id\":\"aaa8f4c1\",\"question\":\"\\u003cstrong\\u003eSPORTS \\u0026amp; ADVENTURE\\u003c/strong\\u003e\",\"answer\":\"Tandem Paragliding flips  \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27823221824\\u0022\\u003e0823221824\\u003c/a\\u003e\\u003cbr\\u003eMountain Sanctuary Park   \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27145340114\\u0022\\u003e014 534 0114\\u003cbr\\u003e\\u003c/a\\u003eBill Harrops Original Balloon Safaris   \\u003ca href=\\u0022tel:+27145771733\\u0022\\u003e014 577 1733\\u003c/a\\u003e / \\u003ca href=\\u0022tel:+27837520036\\u0022\\u003e083 752 0036\\u003c/a\\u003e\\u003cbr\\u003ePecanwood Golf Course   \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27122440112\\u0022\\u003e012 244 0112\\u003cbr\\u003e\\u003c/a\\u003eAir Ventures Hot Air Balloons   \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27117935782\\u0022\\u003e011 793 5782\\u003cbr\\u003e\\u003c/a\\u003eGliding   \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27835266966\\u0022\\u003e083 526 6966\\u003cbr\\u003e\\u003c/a\\u003eMagaliesberg Canopy Tours   \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27145350150\\u0022\\u003e014 535 0150\\u003cbr\\u003e\\u003c/a\\u003eWild Cave Adventures   \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27824862464\\u0022\\u003e082 486 2464\\u003cbr\\u003e\\u003c/a\\u003eMiracle Waters Dive Gateway   \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27832359840\\u0022\\u003e083 235 9840\\u003c/a\\u003e\"} -->\n<div class=\"wp-block-uagb-faq-child uagb-faq-child__outer-wrap uagb-faq-item uagb-block-aaa8f4c1\" role=\"tab\" tabindex=\"0\"><div class=\"uagb-faq-questions-button uagb-faq-questions\"><span class=\"uagb-icon uagb-faq-icon-wrap\"><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 448 512\"><path d=\"M432 256c0 17.69-14.33 32.01-32 32.01H256v144c0 17.69-14.33 31.99-32 31.99s-32-14.3-32-31.99v-144H48c-17.67 0-32-14.32-32-32.01s14.33-31.99 32-31.99H192v-144c0-17.69 14.33-32.01 32-32.01s32 14.32 32 32.01v144h144C417.7 224 432 238.3 432 256z\"></path></svg></span><span class=\"uagb-icon-active uagb-faq-icon-wrap\"><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 448 512\"><path d=\"M400 288h-352c-17.69 0-32-14.32-32-32.01s14.31-31.99 32-31.99h352c17.69 0 32 14.3 32 31.99S417.7 288 400 288z\"></path></svg></span><span class=\"uagb-question\"><strong>SPORTS &amp; ADVENTURE</strong></span></div><p class=\"uagb-faq-content\">Tandem Paragliding flips  <br><a href=\"tel:+27823221824\">0823221824</a><br>Mountain Sanctuary Park   <br><a href=\"tel:+27145340114\">014 534 0114<br></a>Bill Harrops Original Balloon Safaris   <a href=\"tel:+27145771733\">014 577 1733</a> / <a href=\"tel:+27837520036\">083 752 0036</a><br>Pecanwood Golf Course   <br><a href=\"tel:+27122440112\">012 244 0112<br></a>Air Ventures Hot Air Balloons   <br><a href=\"tel:+27117935782\">011 793 5782<br></a>Gliding   <br><a href=\"tel:+27835266966\">083 526 6966<br></a>Magaliesberg Canopy Tours   <br><a href=\"tel:+27145350150\">014 535 0150<br></a>Wild Cave Adventures   <br><a href=\"tel:+27824862464\">082 486 2464<br></a>Miracle Waters Dive Gateway   <br><a href=\"tel:+27832359840\">083 235 9840</a></p></div>\n<!-- /wp:uagb/faq-child -->\n\n<!-- wp:uagb/faq-child {\"block_id\":\"1b4c8602\",\"question\":\"\\u003cstrong\\u003eHEALTH SPAS\\u003c/strong\\u003e\",\"answer\":\"Whispering Pines   \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27145771536\\u0022\\u003e014 577 1536\\u003cbr\\u003e\\u003c/a\\u003eMount Grace Spa   \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27145775600\\u0022\\u003e014 577 5600\\u003cbr\\u003e\\u003c/a\\u003eValley Lodge Spa   \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27145771301\\u0022\\u003e014 577 1301\\u003cbr\\u003e\\u003c/a\\u003eRosewell Spa   \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27145771172\\u0022\\u003e014 577 1172\\u003cbr\\u003e\\u003c/a\\u003eSparkling Waters   \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27145350019\\u0022\\u003e014 535 0019\\u003c/a\\u003e\"} -->\n<div class=\"wp-block-uagb-faq-child uagb-faq-child__outer-wrap uagb-faq-item uagb-block-1b4c8602\" role=\"tab\" tabindex=\"0\"><div class=\"uagb-faq-questions-button uagb-faq-questions\"><span class=\"uagb-icon uagb-faq-icon-wrap\"><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 448 512\"><path d=\"M432 256c0 17.69-14.33 32.01-32 32.01H256v144c0 17.69-14.33 31.99-32 31.99s-32-14.3-32-31.99v-144H48c-17.67 0-32-14.32-32-32.01s14.33-31.99 32-31.99H192v-144c0-17.69 14.33-32.01 32-32.01s32 14.32 32 32.01v144h144C417.7 224 432 238.3 432 256z\"></path></svg></span><span class=\"uagb-icon-active uagb-faq-icon-wrap\"><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 448 512\"><path d=\"M400 288h-352c-17.69 0-32-14.32-32-32.01s14.31-31.99 32-31.99h352c17.69 0 32 14.3 32 31.99S417.7 288 400 288z\"></path></svg></span><span class=\"uagb-question\"><strong>HEALTH SPAS</strong></span></div><p class=\"uagb-faq-content\">Whispering Pines   <br><a href=\"tel:+27145771536\">014 577 1536<br></a>Mount Grace Spa   <br><a href=\"tel:+27145775600\">014 577 5600<br></a>Valley Lodge Spa   <br><a href=\"tel:+27145771301\">014 577 1301<br></a>Rosewell Spa   <br><a href=\"tel:+27145771172\">014 577 1172<br></a>Sparkling Waters   <br><a href=\"tel:+27145350019\">014 535 0019</a></p></div>\n<!-- /wp:uagb/faq-child -->\n\n<!-- wp:uagb/faq-child {\"block_id\":\"1a21aae3\",\"question\":\"\\u003cstrong\\u003ePLACES OF INTEREST\\u003c/strong\\u003e\",\"answer\":\"Maropeng Visitors Centre   \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27145779000\\u0022\\u003e014 577 9000\\u003cbr\\u003e\\u003c/a\\u003eSterkfontein Caves   \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27116683200\\u0022\\u003e011 668 3200\\u003cbr\\u003e\\u003c/a\\u003eBlaaubank Gold Mine   \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27825673111\\u0022\\u003e082 567 3111\\u003cbr\\u003e\\u003c/a\\u003eVan Gaalen Cheese Farm   \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27122071289\\u0022\\u003e012 207 1289\\u003cbr\\u003e\\u003c/a\\u003eHartebeespoort Cableway   \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27722412654\\u0022\\u003e072 241 2654\\u003cbr\\u003e\\u003c/a\\u003eElephant Sanctuary             \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27122580423\\u0022\\u003e012 258 0423\\u003cbr\\u003e\\u003c/a\\u003eTeam Gel   \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27114622894\\u0022\\u003e011 462 2894\\u003c/a\\u003e / \\u003ca href=\\u0022tel:+27833207623\\u0022\\u003e083 320 7623\\u003c/a\\u003e\\u003cbr\\u003eMonate Citrus Kelder   \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27122580712\\u0022\\u003e012 258 0712\\u003cbr\\u003e\\u003c/a\\u003eLiving Jewels   \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27119566444\\u0022\\u003e011 956 6444\\u003cbr\\u003e\\u003c/a\\u003eBlaaubank Candle Dipping   \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27145774609\\u0022\\u003e014 577 4609\\u003cbr\\u003e\\u003c/a\\u003eVeggie Picking \\u0026amp; Strawberry Picking \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27122071116\\u0022\\u003e012 207 1116\\u003c/a\\u003e\"} -->\n<div class=\"wp-block-uagb-faq-child uagb-faq-child__outer-wrap uagb-faq-item uagb-block-1a21aae3\" role=\"tab\" tabindex=\"0\"><div class=\"uagb-faq-questions-button uagb-faq-questions\"><span class=\"uagb-icon uagb-faq-icon-wrap\"><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 448 512\"><path d=\"M432 256c0 17.69-14.33 32.01-32 32.01H256v144c0 17.69-14.33 31.99-32 31.99s-32-14.3-32-31.99v-144H48c-17.67 0-32-14.32-32-32.01s14.33-31.99 32-31.99H192v-144c0-17.69 14.33-32.01 32-32.01s32 14.32 32 32.01v144h144C417.7 224 432 238.3 432 256z\"></path></svg></span><span class=\"uagb-icon-active uagb-faq-icon-wrap\"><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 448 512\"><path d=\"M400 288h-352c-17.69 0-32-14.32-32-32.01s14.31-31.99 32-31.99h352c17.69 0 32 14.3 32 31.99S417.7 288 400 288z\"></path></svg></span><span class=\"uagb-question\"><strong>PLACES OF INTEREST</strong></span></div><p class=\"uagb-faq-content\">Maropeng Visitors Centre   <br><a href=\"tel:+27145779000\">014 577 9000<br></a>Sterkfontein Caves   <br><a href=\"tel:+27116683200\">011 668 3200<br></a>Blaaubank Gold Mine   <br><a href=\"tel:+27825673111\">082 567 3111<br></a>Van Gaalen Cheese Farm   <br><a href=\"tel:+27122071289\">012 207 1289<br></a>Hartebeespoort Cableway   <br><a href=\"tel:+27722412654\">072 241 2654<br></a>Elephant Sanctuary             <br><a href=\"tel:+27122580423\">012 258 0423<br></a>Team Gel   <br><a href=\"tel:+27114622894\">011 462 2894</a> / <a href=\"tel:+27833207623\">083 320 7623</a><br>Monate Citrus Kelder   <br><a href=\"tel:+27122580712\">012 258 0712<br></a>Living Jewels   <br><a href=\"tel:+27119566444\">011 956 6444<br></a>Blaaubank Candle Dipping   <br><a href=\"tel:+27145774609\">014 577 4609<br></a>Veggie Picking &amp; Strawberry Picking <br><a href=\"tel:+27122071116\">012 207 1116</a></p></div>\n<!-- /wp:uagb/faq-child --></div>\n<!-- /wp:uagb/faq --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"9f36fb94\",\"innerContentCustomWidthDesktop\":781,\"innerContentCustomWidthTablet\":781,\"backgroundType\":\"image\",\"backgroundImageDesktop\":{\"id\":907,\"title\":\"241565_xl\",\"filename\":\"241565_xl.jpg\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/241565_xl.jpg\",\"link\":\"https://blueroan.netgen.cloud/home/241565_xl/\",\"alt\":\"\",\"author\":\"2\",\"description\":\"\",\"caption\":\"\",\"name\":\"241565_xl\",\"status\":\"inherit\",\"uploadedTo\":760,\"date\":\"2022-12-13T15:04:35.000Z\",\"modified\":\"2022-12-13T15:04:35.000Z\",\"menuOrder\":0,\"mime\":\"image/jpeg\",\"type\":\"image\",\"subtype\":\"jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-includes/images/media/default.png\",\"dateFormatted\":\"December 13, 2022\",\"nonces\":{\"update\":\"8ba15922a4\",\"delete\":\"e660ddd200\",\"edit\":\"57c3a4b066\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=907\\u0026action=edit\",\"meta\":false,\"authorName\":\"Netgen Support\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/profile.php\",\"uploadedToTitle\":\"Home\",\"uploadedToLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=760\\u0026action=edit\",\"filesizeInBytes\":90717,\"filesizeHumanReadable\":\"89 KB\",\"context\":\"\",\"height\":534,\"width\":800,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/241565_xl-150x150.jpg\",\"orientation\":\"landscape\"},\"medium\":{\"height\":200,\"width\":300,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/241565_xl-300x200.jpg\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/241565_xl.jpg\",\"height\":534,\"width\":800,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"backgroundImageColor\":\"rgba(42,42,42,0.65)\",\"topPaddingDesktop\":144,\"bottomPaddingDesktop\":144,\"leftPaddingDesktop\":40,\"rightPaddingDesktop\":40,\"topPaddingTablet\":80,\"bottomPaddingTablet\":80,\"leftPaddingTablet\":40,\"rightPaddingTablet\":40,\"topPaddingMobile\":64,\"bottomPaddingMobile\":64,\"leftPaddingMobile\":24,\"rightPaddingMobile\":24,\"paddingLink\":false,\"variationSelected\":true,\"isBlockRootParent\":true,\"overlayType\":\"color\"} -->\n<div class=\"wp-block-uagb-container uagb-block-9f36fb94 alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/advanced-heading {\"block_id\":\"c47b768e\",\"classMigrate\":true,\"headingDescToggle\":true,\"headingAlign\":\"center\",\"headingColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"subHeadingColor\":\"var(\\u002d\\u002dast-global-color-4)\",\"headSpace\":20} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-c47b768e\"><h2 class=\"uagb-heading-text\">Create Memorable Moments at Blue Roan!</h2><p class=\"uagb-desc-text\">Blue Roan is a 4-star graded pet-friendly venue</p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/advanced-heading {\"block_id\":\"b3ba0bee\",\"classMigrate\":true,\"headingTitleToggle\":false,\"headingDescToggle\":true,\"headingAlign\":\"center\",\"subHeadingColor\":\"var(\\u002d\\u002dast-global-color-4)\",\"subHeadTransform\":\"uppercase\",\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"subHeadLetterSpacing\":2,\"blockTopPadding\":60,\"blockRightPadding\":0,\"blockLeftPadding\":0,\"blockBottomPadding\":0,\"blockTopPaddingMobile\":30,\"blockRightPaddingMobile\":0,\"blockLeftPaddingMobile\":0,\"blockBottomPaddingMobile\":0,\"linkColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"linkHColor\":\"var(\\u002d\\u002dast-global-color-0)\"} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-b3ba0bee\"><p class=\"uagb-desc-text\"><a href=\"https://book.nightsbridge.com/11065\" target=\"_blank\" rel=\"noreferrer noopener\">BOOK YOUR STAY NOW​</a></p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/icon-list {\"block_id\":\"a8c56311\",\"classMigrate\":true,\"childMigrate\":true,\"align\":\"center\",\"parentIcon\":\"phone\",\"size\":40,\"sizeMobile\":24,\"sizeTablet\":32,\"fontSize\":48,\"fontSizeMobile\":28,\"fontSizeTablet\":40,\"fontWeight\":\"600\",\"iconColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"labelColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"blockTopPadding\":0,\"blockRightPadding\":0,\"blockLeftPadding\":0,\"blockBottomPadding\":24,\"blockPaddingLink\":false} -->\n<div class=\"wp-block-uagb-icon-list uagb-block-a8c56311\"><div class=\"uagb-icon-list__wrap\"><!-- wp:uagb/icon-list-child {\"block_id\":\"35f03497\",\"label\":\"+ 27 (0) 82 575 5409\",\"label_color\":\"\",\"link\":\"tel:+27825755409\",\"disableLink\":true,\"fromParentIcon\":\"phone\",\"imageSizeChild\":40} -->\n<div class=\"wp-block-uagb-icon-list-child uagb-block-35f03497\"><a target=\"_self\" aria-label=\"+ 27 (0) 82 575 5409\" rel=\"noopener noreferrer\" href=\"tel:+27825755409\"> </a><span class=\"uagb-icon-list__source-wrap\"><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M511.2 387l-23.25 100.8c-3.266 14.25-15.79 24.22-30.46 24.22C205.2 512 0 306.8 0 54.5c0-14.66 9.969-27.2 24.22-30.45l100.8-23.25C139.7-2.602 154.7 5.018 160.8 18.92l46.52 108.5c5.438 12.78 1.77 27.67-8.98 36.45L144.5 207.1c33.98 69.22 90.26 125.5 159.5 159.5l44.08-53.8c8.688-10.78 23.69-14.51 36.47-8.975l108.5 46.51C506.1 357.2 514.6 372.4 511.2 387z\"></path></svg></span><span class=\"uagb-icon-list__label\">+ 27 (0) 82 575 5409</span></div>\n<!-- /wp:uagb/icon-list-child -->\n\n<!-- wp:uagb/icon-list-child {\"block_id\":\"56345d5d\",\"label\":\" blueroan@ugo.co.za\",\"icon\":\"envelope\",\"label_color\":\"\",\"link\":\"mailto: blueroan@ugo.co.za\",\"disableLink\":true} -->\n<div class=\"wp-block-uagb-icon-list-child uagb-block-56345d5d\"><a target=\"_self\" aria-label=\" blueroan@ugo.co.za\" rel=\"noopener noreferrer\" href=\"mailto:blueroan@ugo.co.za\"> </a><span class=\"uagb-icon-list__source-wrap\"><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M464 64C490.5 64 512 85.49 512 112C512 127.1 504.9 141.3 492.8 150.4L275.2 313.6C263.8 322.1 248.2 322.1 236.8 313.6L19.2 150.4C7.113 141.3 0 127.1 0 112C0 85.49 21.49 64 48 64H464zM217.6 339.2C240.4 356.3 271.6 356.3 294.4 339.2L512 176V384C512 419.3 483.3 448 448 448H64C28.65 448 0 419.3 0 384V176L217.6 339.2z\"></path></svg></span><span class=\"uagb-icon-list__label\"> blueroan@ugo.co.za</span></div>\n<!-- /wp:uagb/icon-list-child --></div></div>\n<!-- /wp:uagb/icon-list --></div></div>\n<!-- /wp:uagb/container -->',	'Amenities',	'',	'inherit',	'closed',	'closed',	'',	'762-revision-v1',	'',	'',	'2022-12-19 08:00:04',	'2022-12-19 08:00:04',	'',	762,	'https://blueroan.netgen.cloud/?p=1328',	0,	'revision',	'',	0),
(1329,	2,	'2022-12-19 08:00:36',	'2022-12-19 08:00:36',	'<!-- wp:uagb/container {\"block_id\":\"974b98f1\",\"backgroundType\":\"image\",\"backgroundImageDesktop\":{\"id\":1007,\"title\":\"AAEAAQAAAAAAAAAAAAAAJDg5NmY0ZGUxLWE4MTgtNDY5NC1iODFhLTBmN2Q0ZDc5ZWFiNw-1\",\"filename\":\"AAEAAQAAAAAAAAAAAAAAJDg5NmY0ZGUxLWE4MTgtNDY5NC1iODFhLTBmN2Q0ZDc5ZWFiNw-1.png\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAAJDg5NmY0ZGUxLWE4MTgtNDY5NC1iODFhLTBmN2Q0ZDc5ZWFiNw-1.png\",\"link\":\"https://blueroan.netgen.cloud/the-barn/aaeaaqaaaaaaaaaaaaaajdg5nmy0zguxlwe4mtgtndy5nc1iodfhltbmn2q0zdc5zwfinw-1/\",\"alt\":\"\",\"author\":\"2\",\"description\":\"\",\"caption\":\"\",\"name\":\"aaeaaqaaaaaaaaaaaaaajdg5nmy0zguxlwe4mtgtndy5nc1iodfhltbmn2q0zdc5zwfinw-1\",\"status\":\"inherit\",\"uploadedTo\":948,\"date\":\"2022-12-14T10:50:25.000Z\",\"modified\":\"2022-12-14T10:50:25.000Z\",\"menuOrder\":0,\"mime\":\"image/png\",\"type\":\"image\",\"subtype\":\"png\",\"icon\":\"https://blueroan.netgen.cloud/wp-includes/images/media/default.png\",\"dateFormatted\":\"December 14, 2022\",\"nonces\":{\"update\":\"483f8bdf3d\",\"delete\":\"0a7ebc92ef\",\"edit\":\"6bc1c6a685\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=1007\\u0026action=edit\",\"meta\":false,\"authorName\":\"Netgen Support\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/profile.php\",\"uploadedToTitle\":\"The Barn\",\"uploadedToLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=948\\u0026action=edit\",\"filesizeInBytes\":1348989,\"filesizeHumanReadable\":\"1 MB\",\"context\":\"\",\"height\":667,\"width\":1000,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAAJDg5NmY0ZGUxLWE4MTgtNDY5NC1iODFhLTBmN2Q0ZDc5ZWFiNw-1-150x150.png\",\"orientation\":\"landscape\"},\"medium\":{\"height\":200,\"width\":300,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAAJDg5NmY0ZGUxLWE4MTgtNDY5NC1iODFhLTBmN2Q0ZDc5ZWFiNw-1-300x200.png\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAAJDg5NmY0ZGUxLWE4MTgtNDY5NC1iODFhLTBmN2Q0ZDc5ZWFiNw-1.png\",\"height\":667,\"width\":1000,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"backgroundPositionDesktop\":{\"x\":0.61,\"y\":0.52},\"backgroundSizeTablet\":\"cover\",\"backgroundSizeMobile\":\"cover\",\"backgroundColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"backgroundImageColor\":\"rgba(42,42,42,0.5)\",\"topPaddingDesktop\":220,\"bottomPaddingDesktop\":150,\"topPaddingTablet\":170,\"bottomPaddingTablet\":160,\"leftPaddingTablet\":30,\"rightPaddingTablet\":30,\"topPaddingMobile\":180,\"bottomPaddingMobile\":80,\"leftPaddingMobile\":20,\"rightPaddingMobile\":20,\"paddingLink\":false,\"variationSelected\":true,\"isBlockRootParent\":true,\"overlayType\":\"color\"} -->\n<div class=\"wp-block-uagb-container uagb-block-974b98f1 alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/advanced-heading {\"block_id\":\"9f674e5b\",\"classMigrate\":true,\"headingDescToggle\":true,\"headingColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"subHeadingColor\":\"var(\\u002d\\u002dast-global-color-4)\",\"headingTag\":\"h1\",\"headSpace\":20,\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"blockTopPadding\":0,\"blockRightPadding\":50,\"blockLeftPadding\":0,\"blockBottomPadding\":0,\"blockTopPaddingTablet\":0,\"blockRightPaddingTablet\":20,\"blockLeftPaddingTablet\":0,\"blockBottomPaddingTablet\":0,\"blockTopPaddingMobile\":0,\"blockRightPaddingMobile\":0,\"blockLeftPaddingMobile\":0,\"blockBottomPaddingMobile\":0,\"blockPaddingUnit\":\"%\",\"blockPaddingUnitTablet\":\"%\"} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-9f674e5b\"><h1 class=\"uagb-heading-text\">Amenities &amp; Interests​</h1><p class=\"uagb-desc-text\">We do not give you just rooms to stay in. We give you an environment where you can experience the best while on a holiday with us. </p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:buttons -->\n<div class=\"wp-block-buttons\"><!-- wp:button -->\n<div class=\"wp-block-button\"><a class=\"wp-block-button__link wp-element-button\" href=\"https://book.nightsbridge.com/11065\" target=\"_blank\" rel=\"noreferrer noopener\">BOOK NOW</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"a50787ee\",\"backgroundType\":\"color\",\"backgroundSizeTablet\":\"cover\",\"backgroundSizeMobile\":\"cover\",\"backgroundColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"topPaddingDesktop\":50,\"bottomPaddingDesktop\":100,\"topPaddingTablet\":50,\"bottomPaddingTablet\":25,\"leftPaddingTablet\":20,\"rightPaddingTablet\":20,\"topPaddingMobile\":50,\"bottomPaddingMobile\":20,\"leftPaddingMobile\":20,\"rightPaddingMobile\":20,\"paddingLink\":false,\"variationSelected\":true,\"rowGapDesktop\":0,\"isBlockRootParent\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-a50787ee alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/container {\"block_id\":\"23c2bced\",\"directionDesktop\":\"row\",\"alignItemsTablet\":\"flex-start\",\"paddingLink\":false,\"topMarginDesktop\":50,\"bottomMarginDesktop\":20,\"leftMarginDesktop\":0,\"rightMarginDesktop\":0,\"marginLink\":false,\"variationSelected\":true,\"rowGapMobile\":65,\"columnGapDesktop\":48,\"columnGapTablet\":20} -->\n<div class=\"wp-block-uagb-container uagb-block-23c2bced\"><!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"align\":\"center\",\"id\":828,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image aligncenter size-full\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Blue-Roan-pool.png\" alt=\"Blue Roan\'s rock pool\" class=\"wp-image-828\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>A relaxing rock Pool​</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>We have a lovely sparkling blue rock pool next to a thatched Lapa. &nbsp;&nbsp;Lie on recliners on the green lawn or sit on the swing chair in the Lapa and enjoy the panoramic view of the Magaliesberg mountain range.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":829,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/img-20160605-wa0002-largejpg.png\" alt=\"\" class=\"wp-image-829\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>Braai facilities </h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>What can compare to a burning fire under the star-lit African sky? Nothing beats the flavor of cooking over an open flame.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":830,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/ef9d0188da11e2bc56788f5619d9d539.png\" alt=\"\" class=\"wp-image-830\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>A games room </h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>The reception is also a games room for those who enjoy darts or playing pool. &nbsp;Take a selection of DVDs back to your room and watch movies on your own DVD player. &nbsp;There is also a selection of board games and music CDs that you can borrow.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"align\":\"center\",\"id\":1198,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image aligncenter size-full\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/eyJidWNrZXQiOiJhc3NldHMuYWxsdHJhaWxzLmNvbSIsImtleSI6InVwbG9hZHMvcGhvdG8vaW1hZ2UvNDMxNzk4MTAvYjZkYTAz-1.png\" alt=\"\" class=\"wp-image-1198\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>Walking or hiking </h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>There is a well-kept walking trail on our property with plenty of bird life and some benches along the way. &nbsp;It is safe for dogs to run off-leash as it is completely fenced all around. &nbsp;For those who enjoy long walks and hikes, it is safe to cross onto neighbouring farms and go as far as the eye can see.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":1185,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/49089607_1950305445047847_5177863042771189760_n.png\" alt=\"\" class=\"wp-image-1185\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>Mountain biking </h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Bring your mountain bikes and explore the surrounding countryside on safe off-road tracks on our property and on neighbouring farms.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":1196,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Michelle_1.png\" alt=\"\" class=\"wp-image-1196\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>Horse riding </h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Interested riders can book at one of the recommended horse-riding establishments listed further down this page.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"994f025a\",\"innerContentWidth\":\"alignfull\",\"directionDesktop\":\"row\",\"wrapTablet\":\"wrap\",\"variationSelected\":true,\"rowGapTablet\":0,\"columnGapDesktop\":0,\"isBlockRootParent\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-994f025a alignfull uagb-is-root-container\"><!-- wp:uagb/container {\"block_id\":\"721b8bd8\",\"widthDesktop\":25,\"widthTablet\":50,\"variationSelected\":true,\"widthSetByUser\":true,\"UAGHideMob\":true,\"UAGResponsiveConditions\":true} -->\n<div class=\"wp-block-uagb-container uag-hide-mob uagb-block-721b8bd8\"><!-- wp:uagb/image {\"block_id\":\"2a6ad07b\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-18-1-1024x768.jpg\",\"id\":1208,\"linkDestination\":\"none\",\"width\":480,\"height\":500,\"naturalWidth\":1024,\"naturalHeight\":768,\"sizeSlug\":\"large\",\"sizeSlugTablet\":\"large\",\"sizeSlugMobile\":\"large\",\"customHeightSetDesktop\":true} -->\n<div class=\"wp-block-uagb-image uagb-block-2a6ad07b wp-block-uagb-image--layout-default wp-block-uagb-image--effect-static wp-block-uagb-image--align-none\"><figure class=\"wp-block-uagb-image__figure\"><img srcset=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-18-1-1024x768.jpg \" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-18-1-1024x768.jpg\" alt=\"\" class=\"uag-image-1208\" width=\"480\" height=\"500\" title=\"\" loading=\"lazy\"/></figure></div>\n<!-- /wp:uagb/image --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"f926e43a\",\"widthDesktop\":25,\"widthTablet\":50,\"variationSelected\":true,\"widthSetByUser\":true,\"UAGHideMob\":true,\"UAGResponsiveConditions\":true} -->\n<div class=\"wp-block-uagb-container uag-hide-mob uagb-block-f926e43a\"><!-- wp:uagb/image {\"block_id\":\"8b48ecba\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Blue-Roan-pool-1.png\",\"id\":1210,\"linkDestination\":\"none\",\"width\":480,\"height\":500,\"naturalWidth\":370,\"naturalHeight\":440,\"sizeSlug\":\"full\",\"sizeSlugTablet\":\"full\",\"sizeSlugMobile\":\"full\",\"customHeightSetDesktop\":true} -->\n<div class=\"wp-block-uagb-image uagb-block-8b48ecba wp-block-uagb-image--layout-default wp-block-uagb-image--effect-static wp-block-uagb-image--align-none\"><figure class=\"wp-block-uagb-image__figure\"><img srcset=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Blue-Roan-pool-1.png \" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Blue-Roan-pool-1.png\" alt=\"\" class=\"uag-image-1210\" width=\"480\" height=\"500\" title=\"\" loading=\"lazy\"/></figure></div>\n<!-- /wp:uagb/image --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"553704e4\",\"widthDesktop\":50,\"widthTablet\":100,\"variationSelected\":true,\"columnGapDesktop\":20,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-553704e4\"><!-- wp:uagb/image {\"block_id\":\"56599e89\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/the-view-from-my-rooms-1024x768.jpg\",\"id\":1211,\"linkDestination\":\"none\",\"width\":960,\"height\":500,\"naturalWidth\":1024,\"naturalHeight\":768,\"sizeSlug\":\"large\",\"sizeSlugTablet\":\"large\",\"sizeSlugMobile\":\"large\",\"customHeightSetDesktop\":true} -->\n<div class=\"wp-block-uagb-image uagb-block-56599e89 wp-block-uagb-image--layout-default wp-block-uagb-image--effect-static wp-block-uagb-image--align-none\"><figure class=\"wp-block-uagb-image__figure\"><img srcset=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/the-view-from-my-rooms-1024x768.jpg \" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/the-view-from-my-rooms-1024x768.jpg\" alt=\"\" class=\"uag-image-1211\" width=\"960\" height=\"500\" title=\"\" loading=\"lazy\"/></figure></div>\n<!-- /wp:uagb/image --></div>\n<!-- /wp:uagb/container --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"fcde2b40\",\"innerContentWidth\":\"alignfull\",\"directionDesktop\":\"row\",\"wrapTablet\":\"wrap\",\"variationSelected\":true,\"rowGapTablet\":0,\"columnGapDesktop\":0,\"isBlockRootParent\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-fcde2b40 alignfull uagb-is-root-container\"><!-- wp:uagb/container {\"block_id\":\"11058ac3\",\"widthDesktop\":50,\"widthTablet\":100,\"variationSelected\":true,\"columnGapDesktop\":20,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-11058ac3\"><!-- wp:uagb/image {\"block_id\":\"cf7ce2be\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAAJDI0ZWY4NDc1LThjYjYtNDM3YS1iOTliLWNmOWQxYTJkMWU5MQ-1.png\",\"id\":1213,\"linkDestination\":\"none\",\"width\":960,\"height\":500,\"naturalWidth\":1000,\"naturalHeight\":667,\"sizeSlug\":\"full\",\"sizeSlugTablet\":\"full\",\"sizeSlugMobile\":\"full\",\"customHeightSetDesktop\":true} -->\n<div class=\"wp-block-uagb-image uagb-block-cf7ce2be wp-block-uagb-image--layout-default wp-block-uagb-image--effect-static wp-block-uagb-image--align-none\"><figure class=\"wp-block-uagb-image__figure\"><img srcset=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAAJDI0ZWY4NDc1LThjYjYtNDM3YS1iOTliLWNmOWQxYTJkMWU5MQ-1.png \" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAAJDI0ZWY4NDc1LThjYjYtNDM3YS1iOTliLWNmOWQxYTJkMWU5MQ-1.png\" alt=\"\" class=\"uag-image-1213\" width=\"960\" height=\"500\" title=\"\" loading=\"lazy\"/></figure></div>\n<!-- /wp:uagb/image --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"8b0d33aa\",\"widthDesktop\":25,\"variationSelected\":true,\"widthSetByUser\":true,\"UAGHideMob\":true,\"UAGResponsiveConditions\":true} -->\n<div class=\"wp-block-uagb-container uag-hide-mob uagb-block-8b0d33aa\"><!-- wp:uagb/image {\"block_id\":\"c6a35190\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/bird-1-1024x683.jpg\",\"id\":1215,\"linkDestination\":\"none\",\"width\":480,\"height\":500,\"naturalWidth\":1024,\"naturalHeight\":683,\"sizeSlug\":\"large\",\"sizeSlugTablet\":\"large\",\"sizeSlugMobile\":\"large\",\"customHeightSetDesktop\":true} -->\n<div class=\"wp-block-uagb-image uagb-block-c6a35190 wp-block-uagb-image--layout-default wp-block-uagb-image--effect-static wp-block-uagb-image--align-none\"><figure class=\"wp-block-uagb-image__figure\"><img srcset=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/bird-1-1024x683.jpg \" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/bird-1-1024x683.jpg\" alt=\"\" class=\"uag-image-1215\" width=\"480\" height=\"500\" title=\"\" loading=\"lazy\"/></figure></div>\n<!-- /wp:uagb/image --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"ef03ce02\",\"widthDesktop\":25,\"variationSelected\":true,\"widthSetByUser\":true,\"UAGHideMob\":true,\"UAGResponsiveConditions\":true} -->\n<div class=\"wp-block-uagb-container uag-hide-mob uagb-block-ef03ce02\"><!-- wp:uagb/image {\"block_id\":\"303d79a0\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/two-happy-boxers-1024x768.jpg\",\"id\":1216,\"linkDestination\":\"none\",\"width\":480,\"height\":500,\"naturalWidth\":1024,\"naturalHeight\":768,\"sizeSlug\":\"large\",\"sizeSlugTablet\":\"large\",\"sizeSlugMobile\":\"large\",\"customHeightSetDesktop\":true} -->\n<div class=\"wp-block-uagb-image uagb-block-303d79a0 wp-block-uagb-image--layout-default wp-block-uagb-image--effect-static wp-block-uagb-image--align-none\"><figure class=\"wp-block-uagb-image__figure\"><img srcset=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/two-happy-boxers-1024x768.jpg \" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/two-happy-boxers-1024x768.jpg\" alt=\"\" class=\"uag-image-1216\" width=\"480\" height=\"500\" title=\"\" loading=\"lazy\"/></figure></div>\n<!-- /wp:uagb/image --></div>\n<!-- /wp:uagb/container --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"4a2c6fdd\",\"backgroundType\":\"color\",\"backgroundSizeTablet\":\"cover\",\"backgroundSizeMobile\":\"cover\",\"backgroundColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"topPaddingDesktop\":120,\"bottomPaddingDesktop\":0,\"topPaddingTablet\":80,\"bottomPaddingTablet\":80,\"leftPaddingTablet\":30,\"rightPaddingTablet\":30,\"topPaddingMobile\":80,\"bottomPaddingMobile\":80,\"leftPaddingMobile\":20,\"rightPaddingMobile\":20,\"paddingLink\":false,\"variationSelected\":true,\"rowGapDesktop\":0,\"rowGapTablet\":0,\"isBlockRootParent\":true} -->\n<div id=\"nearby-visits\" class=\"wp-block-uagb-container uagb-block-4a2c6fdd alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/container {\"block_id\":\"b821dc77\",\"directionDesktop\":\"row\",\"alignItemsDesktop\":\"flex-end\",\"alignItemsTablet\":\"flex-end\",\"justifyContentDesktop\":\"flex-end\",\"justifyContentTablet\":\"space-between\",\"variationSelected\":true,\"rowGapMobile\":30,\"columnGapDesktop\":0} -->\n<div class=\"wp-block-uagb-container uagb-block-b821dc77\"><!-- wp:uagb/advanced-heading {\"block_id\":\"fbd7c8fc\",\"classMigrate\":true,\"headingDescToggle\":true,\"subHeadingColor\":\"\",\"headSpace\":20,\"subHeadFontSize\":16} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-fbd7c8fc\"><h2 class=\"uagb-heading-text\">Things to do in the area of Magaliesburg<br></h2><p class=\"uagb-desc-text\">Looking for more? Well, we believe that every guest walks into our lodge for the best experience. And, we are determined to do that.</p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/buttons {\"block_id\":\"aa73adea\",\"classMigrate\":true,\"childMigrate\":true,\"align\":\"right\",\"alignTablet\":\"right\",\"alignMobile\":\"left\",\"gap\":0} -->\n<div class=\"wp-block-uagb-buttons uagb-buttons__outer-wrap uagb-btn__default-btn uagb-btn-tablet__default-btn uagb-btn-mobile__default-btn uagb-block-aa73adea\"><div class=\"uagb-buttons__wrap uagb-buttons-layout-wrap\"><!-- wp:uagb/buttons-child {\"block_id\":\"7b4ad479\",\"label\":\"Reservations\",\"link\":\"https://book.nightsbridge.com/11065\",\"hColor\":\"\",\"opensInNewTab\":true,\"borderWidth\":\"\",\"borderRadius\":\"\",\"borderStyle\":\"\",\"borderColor\":\"\",\"borderHColor\":\"\",\"btnBorderTopWidth\":1,\"btnBorderLeftWidth\":1,\"btnBorderRightWidth\":1,\"btnBorderBottomWidth\":1,\"btnBorderTopLeftRadius\":2,\"btnBorderTopRightRadius\":2,\"btnBorderBottomLeftRadius\":2,\"btnBorderBottomRightRadius\":2,\"btnBorderStyle\":\"solid\",\"btnBorderColor\":\"#333\",\"btnBorderHColor\":\"#333\"} -->\n<div class=\"wp-block-uagb-buttons-child uagb-buttons__outer-wrap uagb-block-7b4ad479 wp-block-button is-style-outline\"><div class=\"uagb-button__wrapper\"><a class=\"uagb-buttons-repeater wp-block-button__link\" href=\"https://book.nightsbridge.com/11065\" rel=\"follow noopener\" target=\"_blank\"><div class=\"uagb-button__link\">Reservations</div></a></div></div>\n<!-- /wp:uagb/buttons-child --></div></div>\n<!-- /wp:uagb/buttons --></div>\n<!-- /wp:uagb/container --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"5cf80bcb\",\"backgroundType\":\"color\",\"backgroundSizeTablet\":\"cover\",\"backgroundSizeMobile\":\"cover\",\"backgroundColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"topPaddingDesktop\":50,\"bottomPaddingDesktop\":100,\"topPaddingTablet\":50,\"bottomPaddingTablet\":25,\"leftPaddingTablet\":20,\"rightPaddingTablet\":20,\"topPaddingMobile\":50,\"bottomPaddingMobile\":20,\"leftPaddingMobile\":20,\"rightPaddingMobile\":20,\"paddingLink\":false,\"variationSelected\":true,\"rowGapDesktop\":0,\"isBlockRootParent\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-5cf80bcb alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/container {\"block_id\":\"78424f11\",\"directionDesktop\":\"row\",\"alignItemsTablet\":\"flex-start\",\"paddingLink\":false,\"topMarginDesktop\":50,\"bottomMarginDesktop\":20,\"leftMarginDesktop\":0,\"rightMarginDesktop\":0,\"marginLink\":false,\"variationSelected\":true,\"rowGapMobile\":65,\"columnGapDesktop\":48,\"columnGapTablet\":20} -->\n<div class=\"wp-block-uagb-container uagb-block-78424f11\"><!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"align\":\"center\",\"id\":1222,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image aligncenter size-full\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/41b46e52d7427ea1f6f135454e9a012f.png\" alt=\"\" class=\"wp-image-1222\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"textAlign\":\"center\",\"level\":3} -->\n<h3 class=\"has-text-align-center\">Fishing </h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>The dam has trout (stocked), bass, vlei Kuper and carp. Fly fishers seeking a unique challenge visit our establishment in search of the large &amp; small scale Yellow fish.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:buttons -->\n<div class=\"wp-block-buttons\"><!-- wp:button {\"align\":\"left\"} -->\n<div class=\"wp-block-button alignleft\"><a class=\"wp-block-button__link wp-element-button\" href=\"https://www.sundowner.co.za/rooms/magalies-barbus-haven/\" target=\"_blank\" rel=\"noreferrer noopener\">Barbus Haven</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons -->\n\n<!-- wp:paragraph -->\n<p>The opportunity to fish for Rainbow Trout or the elusive Brown Trout. Kingfisher offers rod hires at their venue. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:buttons -->\n<div class=\"wp-block-buttons\"><!-- wp:button {\"align\":\"left\"} -->\n<div class=\"wp-block-button alignleft\"><a class=\"wp-block-button__link wp-element-button\" href=\"https://www.thekingfisherlodge.co.za/activities/\" target=\"_blank\" rel=\"noreferrer noopener\">Kingfisher</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":1235,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Maseke-MTB-MvZ-3-1024x683-1.png\" alt=\"\" class=\"wp-image-1235\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>Mountain biking </h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>It is a privately owned nature reserve that offers mountain biking.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:spacer {\"height\":\"20px\"} -->\n<div style=\"height:20px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:buttons -->\n<div class=\"wp-block-buttons\"><!-- wp:button -->\n<div class=\"wp-block-button\"><a class=\"wp-block-button__link wp-element-button\" href=\"http://ingwebushcamp.yolasite.com/\" target=\"_blank\" rel=\"noreferrer noopener\">Ingwe Bush Camp&nbsp;</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons -->\n\n<!-- wp:paragraph -->\n<p>With over 80km of trails, Van Gaalen&nbsp;has something to offer for every kind of athlete, from beginner to advanced.<br></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:buttons -->\n<div class=\"wp-block-buttons\"><!-- wp:button -->\n<div class=\"wp-block-button\"><a class=\"wp-block-button__link wp-element-button\" href=\"https://www.vangaalen.co.za/products\" target=\"_blank\" rel=\"noreferrer noopener\">Van Gaalen\'s</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":1326,\"width\":370,\"height\":460,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full is-resized\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/quad-biking-6-1.png\" alt=\"\" class=\"wp-image-1326\" width=\"370\" height=\"460\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>Quad biking </h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>We have quads suitable for kiddies, tweens, teens, and adults. We have mini quads and fully automatic 150cc quads.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:spacer {\"height\":\"2px\"} -->\n<div style=\"height:2px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:buttons -->\n<div class=\"wp-block-buttons\"><!-- wp:button -->\n<div class=\"wp-block-button\"><a class=\"wp-block-button__link wp-element-button\" href=\"https://www.saddlecreekadventures.co.za/activity/quad-biking/\" target=\"_blank\" rel=\"noreferrer noopener\">Saddle Creek Ranch</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons -->\n\n<!-- wp:paragraph -->\n<p>A 700-meter monster track, the longest and most exciting track in Gauteng!</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:spacer {\"height\":\"2px\"} -->\n<div style=\"height:2px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:buttons -->\n<div class=\"wp-block-buttons\"><!-- wp:button -->\n<div class=\"wp-block-button\"><a class=\"wp-block-button__link wp-element-button\" href=\"http://www.swartkrans.co.za/\" target=\"_blank\" rel=\"noreferrer noopener\">Swartkrans Go-Karting&nbsp;</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"align\":\"center\",\"id\":1198,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image aligncenter size-full\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/eyJidWNrZXQiOiJhc3NldHMuYWxsdHJhaWxzLmNvbSIsImtleSI6InVwbG9hZHMvcGhvdG8vaW1hZ2UvNDMxNzk4MTAvYjZkYTAz-1.png\" alt=\"\" class=\"wp-image-1198\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>Horse riding </h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Join us for an unforgettable horse riding experience in the peaceful countryside, with beautiful mountain scenery and lovely bush trails.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:buttons -->\n<div class=\"wp-block-buttons\"><!-- wp:button -->\n<div class=\"wp-block-button\"><a class=\"wp-block-button__link wp-element-button\" href=\"https://www.saddlecreekadventures.co.za/activity/horse-riding/\" target=\"_blank\" rel=\"noreferrer noopener\">Saddle Creek Ranch</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":1185,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/49089607_1950305445047847_5177863042771189760_n.png\" alt=\"\" class=\"wp-image-1185\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>Game drives </h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Enjoy a thrilling and educational adventure with our experienced guides.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:spacer {\"height\":\"2px\"} -->\n<div style=\"height:2px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:buttons -->\n<div class=\"wp-block-buttons\"><!-- wp:button -->\n<div class=\"wp-block-button\"><a class=\"wp-block-button__link wp-element-button\" href=\"https://www.rhinolion.co.za/visitors-guide/activity-index/game-drives/\" target=\"_blank\" rel=\"noreferrer noopener\">Rhino &amp; Lion Park</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons -->\n\n<!-- wp:paragraph -->\n<p>Our guided game-viewing drives take place each day in the morning and afternoon, as this is when the animals are most active.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:buttons -->\n<div class=\"wp-block-buttons\"><!-- wp:button -->\n<div class=\"wp-block-button\"><a class=\"wp-block-button__link wp-element-button\" href=\"https://www.africanhillslodge.co.za/experience/\" target=\"_blank\" rel=\"noreferrer noopener\">Askari Game Lodge</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:spacer {\"height\":\"12px\"} -->\n<div style=\"height:12px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:heading -->\n<h2>Other activites </h2>\n<!-- /wp:heading -->\n\n<!-- wp:uagb/faq {\"block_id\":\"88f1c698\",\"expandFirstItem\":false,\"boxBgColor\":\"#F5F5F5\",\"borderStyle\":\"\",\"borderWidth\":\"\",\"borderRadius\":\"\",\"borderColor\":\"\",\"vquestionPaddingDesktop\":15,\"hquestionPaddingDesktop\":15,\"iconAlign\":\"row-reverse\",\"schema\":\"{\\u0022@context\\u0022:\\u0022https://schema.org\\u0022,\\u0022@type\\u0022:\\u0022FAQPage\\u0022,\\u0022@id\\u0022:\\u0022https://blueroan.netgen.cloud/amenities/\\u0022,\\u0022mainEntity\\u0022:[{\\u0022@type\\u0022:\\u0022Question\\u0022,\\u0022name\\u0022:\\u0022\\u003cstrong\\u003ePUBS / MICRO BREWERIES\\u003c/strong\\u003e\\u0022,\\u0022acceptedAnswer\\u0022:{\\u0022@type\\u0022:\\u0022Answer\\u0022,\\u0022text\\u0022:\\u0022Black Horse   \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27825613246\\\\\\u0022\\u003e082 561 3246\\u003cbr\\u003e\\u003c/a\\u003eBrauhaus am Dam   \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27878025519\\\\\\u0022\\u003e087 802 5519\\u003c/a\\u003e / \\u003ca href=\\\\\\u0022tel:+27729201742\\\\\\u0022\\u003e072 920 1742\\u003c/a\\u003e\\u003cbr\\u003eHartleys Elephant Bar   \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27145772301\\\\\\u0022\\u003e014 577 2301\\u003cbr\\u003e\\u003c/a\\u003eThatchwood Pub   \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27837091672\\\\\\u0022\\u003e083 709 1672\\u003cbr\\u003e\\u003c/a\\u003eMonate Citrus Kelder   \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27122580712\\\\\\u0022\\u003e012 258 0712\\u003c/a\\u003e\\u0022}},{\\u0022@type\\u0022:\\u0022Question\\u0022,\\u0022name\\u0022:\\u0022\\u003cstrong\\u003eTEA GARDENS / RESTAURANTS   \\u003c/strong\\u003e\\u0022,\\u0022acceptedAnswer\\u0022:{\\u0022@type\\u0022:\\u0022Answer\\u0022,\\u0022text\\u0022:\\u0022Black Horse   \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27825613246\\\\\\u0022\\u003e082 561 3246\\u003cbr\\u003e\\u003c/a\\u003eBrauhaus am Dam   \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27878025519\\\\\\u0022\\u003e087 802 5519\\u003c/a\\u003e / \\u003ca href=\\\\\\u0022tel:+27729201742\\\\\\u0022\\u003e072 920 1742\\u003c/a\\u003e\\u003cbr\\u003eMelon Rouge   \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27796806050\\\\\\u0022\\u003e079 680 6050\\u003cbr\\u003e\\u003c/a\\u003eMount Grace Hotel   \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27145775600\\\\\\u0022\\u003e014 577 5600\\u003cbr\\u003e\\u003c/a\\u003eValley Lodge Hotel   \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27145771301\\\\\\u0022\\u003e014 577 1301\\u003cbr\\u003e\\u003c/a\\u003eLa Classique Ristorante   \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27145774006\\\\\\u0022\\u003e014 577 4006\\u003c/a\\u003e\\u0022}},{\\u0022@type\\u0022:\\u0022Question\\u0022,\\u0022name\\u0022:\\u0022\\u003cstrong\\u003eSHOPPING\\u003c/strong\\u003e  \\u0022,\\u0022acceptedAnswer\\u0022:{\\u0022@type\\u0022:\\u0022Answer\\u0022,\\u0022text\\u0022:\\u0022If Only Antiques    \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27827878825\\\\\\u0022\\u003e082 787 8825\\u003cbr\\u003e\\u003c/a\\u003ePuss in Boots   \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27145773562\\\\\\u0022\\u003e014 577 3562\\u003c/a\\u003e\\u0022}},{\\u0022@type\\u0022:\\u0022Question\\u0022,\\u0022name\\u0022:\\u0022\\u003cstrong\\u003eSPORTS \\u0026amp; ADVENTURE\\u003c/strong\\u003e\\u0022,\\u0022acceptedAnswer\\u0022:{\\u0022@type\\u0022:\\u0022Answer\\u0022,\\u0022text\\u0022:\\u0022Tandem Paragliding flips  \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27823221824\\\\\\u0022\\u003e0823221824\\u003c/a\\u003e\\u003cbr\\u003eMountain Sanctuary Park   \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27145340114\\\\\\u0022\\u003e014 534 0114\\u003cbr\\u003e\\u003c/a\\u003eBill Harrops Original Balloon Safaris   \\u003ca href=\\\\\\u0022tel:+27145771733\\\\\\u0022\\u003e014 577 1733\\u003c/a\\u003e / \\u003ca href=\\\\\\u0022tel:+27837520036\\\\\\u0022\\u003e083 752 0036\\u003c/a\\u003e\\u003cbr\\u003ePecanwood Golf Course   \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27122440112\\\\\\u0022\\u003e012 244 0112\\u003cbr\\u003e\\u003c/a\\u003eAir Ventures Hot Air Balloons   \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27117935782\\\\\\u0022\\u003e011 793 5782\\u003cbr\\u003e\\u003c/a\\u003eGliding   \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27835266966\\\\\\u0022\\u003e083 526 6966\\u003cbr\\u003e\\u003c/a\\u003eMagaliesberg Canopy Tours   \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27145350150\\\\\\u0022\\u003e014 535 0150\\u003cbr\\u003e\\u003c/a\\u003eWild Cave Adventures   \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27824862464\\\\\\u0022\\u003e082 486 2464\\u003cbr\\u003e\\u003c/a\\u003eMiracle Waters Dive Gateway   \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27832359840\\\\\\u0022\\u003e083 235 9840\\u003c/a\\u003e\\u0022}},{\\u0022@type\\u0022:\\u0022Question\\u0022,\\u0022name\\u0022:\\u0022\\u003cstrong\\u003eHEALTH SPAS\\u003c/strong\\u003e\\u0022,\\u0022acceptedAnswer\\u0022:{\\u0022@type\\u0022:\\u0022Answer\\u0022,\\u0022text\\u0022:\\u0022Whispering Pines   \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27145771536\\\\\\u0022\\u003e014 577 1536\\u003cbr\\u003e\\u003c/a\\u003eMount Grace Spa   \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27145775600\\\\\\u0022\\u003e014 577 5600\\u003cbr\\u003e\\u003c/a\\u003eValley Lodge Spa   \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27145771301\\\\\\u0022\\u003e014 577 1301\\u003cbr\\u003e\\u003c/a\\u003eRosewell Spa   \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27145771172\\\\\\u0022\\u003e014 577 1172\\u003cbr\\u003e\\u003c/a\\u003eSparkling Waters   \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27145350019\\\\\\u0022\\u003e014 535 0019\\u003c/a\\u003e\\u0022}},{\\u0022@type\\u0022:\\u0022Question\\u0022,\\u0022name\\u0022:\\u0022\\u003cstrong\\u003ePLACES OF INTEREST\\u003c/strong\\u003e\\u0022,\\u0022acceptedAnswer\\u0022:{\\u0022@type\\u0022:\\u0022Answer\\u0022,\\u0022text\\u0022:\\u0022Maropeng Visitors Centre   \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27145779000\\\\\\u0022\\u003e014 577 9000\\u003cbr\\u003e\\u003c/a\\u003eSterkfontein Caves   \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27116683200\\\\\\u0022\\u003e011 668 3200\\u003cbr\\u003e\\u003c/a\\u003eBlaaubank Gold Mine   \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27825673111\\\\\\u0022\\u003e082 567 3111\\u003cbr\\u003e\\u003c/a\\u003eVan Gaalen Cheese Farm   \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27122071289\\\\\\u0022\\u003e012 207 1289\\u003cbr\\u003e\\u003c/a\\u003eHartebeespoort Cableway   \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27722412654\\\\\\u0022\\u003e072 241 2654\\u003cbr\\u003e\\u003c/a\\u003eElephant Sanctuary             \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27122580423\\\\\\u0022\\u003e012 258 0423\\u003cbr\\u003e\\u003c/a\\u003eTeam Gel   \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27114622894\\\\\\u0022\\u003e011 462 2894\\u003c/a\\u003e / \\u003ca href=\\\\\\u0022tel:+27833207623\\\\\\u0022\\u003e083 320 7623\\u003c/a\\u003e\\u003cbr\\u003eMonate Citrus Kelder   \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27122580712\\\\\\u0022\\u003e012 258 0712\\u003cbr\\u003e\\u003c/a\\u003eLiving Jewels   \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27119566444\\\\\\u0022\\u003e011 956 6444\\u003cbr\\u003e\\u003c/a\\u003eBlaaubank Candle Dipping   \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27145774609\\\\\\u0022\\u003e014 577 4609\\u003cbr\\u003e\\u003c/a\\u003eVeggie Picking \\u0026amp; Strawberry Picking \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27122071116\\\\\\u0022\\u003e012 207 1116\\u003c/a\\u003e\\u0022}}]}\",\"questionLeftPaddingDesktop\":15,\"questionBottomPaddingDesktop\":15,\"answerTopPadding\":0,\"answerRightPadding\":15,\"answerBottomPadding\":15,\"answerLeftPadding\":15,\"answerTopPaddingTablet\":10,\"answerRightPaddingTablet\":10,\"answerBottomPaddingTablet\":10,\"answerLeftPaddingTablet\":10,\"answerTopPaddingMobile\":10,\"answerRightPaddingMobile\":10,\"answerBottomPaddingMobile\":10,\"answerLeftPaddingMobile\":10,\"overallBorderTopWidth\":1,\"overallBorderLeftWidth\":1,\"overallBorderRightWidth\":1,\"overallBorderBottomWidth\":1,\"overallBorderTopLeftRadius\":2,\"overallBorderTopRightRadius\":2,\"overallBorderBottomLeftRadius\":2,\"overallBorderBottomRightRadius\":2,\"overallBorderStyle\":\"none\",\"overallBorderColor\":\"#D2D2D2\"} -->\n<div class=\"wp-block-uagb-faq uagb-faq__outer-wrap uagb-block-88f1c698 uagb-faq-icon-row-reverse uagb-faq-layout-accordion uagb-faq-expand-first-false uagb-faq-inactive-other-true uagb-faq__wrap uagb-buttons-layout-wrap uagb-faq-equal-height\" data-faqtoggle=\"true\" role=\"tablist\"><!-- wp:uagb/faq-child {\"block_id\":\"53064c9e\",\"question\":\"\\u003cstrong\\u003ePUBS / MICRO BREWERIES\\u003c/strong\\u003e\",\"answer\":\"Black Horse   \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27825613246\\u0022\\u003e082 561 3246\\u003cbr\\u003e\\u003c/a\\u003eBrauhaus am Dam   \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27878025519\\u0022\\u003e087 802 5519\\u003c/a\\u003e / \\u003ca href=\\u0022tel:+27729201742\\u0022\\u003e072 920 1742\\u003c/a\\u003e\\u003cbr\\u003eHartleys Elephant Bar   \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27145772301\\u0022\\u003e014 577 2301\\u003cbr\\u003e\\u003c/a\\u003eThatchwood Pub   \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27837091672\\u0022\\u003e083 709 1672\\u003cbr\\u003e\\u003c/a\\u003eMonate Citrus Kelder   \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27122580712\\u0022\\u003e012 258 0712\\u003c/a\\u003e\"} -->\n<div class=\"wp-block-uagb-faq-child uagb-faq-child__outer-wrap uagb-faq-item uagb-block-53064c9e\" role=\"tab\" tabindex=\"0\"><div class=\"uagb-faq-questions-button uagb-faq-questions\"><span class=\"uagb-icon uagb-faq-icon-wrap\"><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 448 512\"><path d=\"M432 256c0 17.69-14.33 32.01-32 32.01H256v144c0 17.69-14.33 31.99-32 31.99s-32-14.3-32-31.99v-144H48c-17.67 0-32-14.32-32-32.01s14.33-31.99 32-31.99H192v-144c0-17.69 14.33-32.01 32-32.01s32 14.32 32 32.01v144h144C417.7 224 432 238.3 432 256z\"></path></svg></span><span class=\"uagb-icon-active uagb-faq-icon-wrap\"><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 448 512\"><path d=\"M400 288h-352c-17.69 0-32-14.32-32-32.01s14.31-31.99 32-31.99h352c17.69 0 32 14.3 32 31.99S417.7 288 400 288z\"></path></svg></span><span class=\"uagb-question\"><strong>PUBS / MICRO BREWERIES</strong></span></div><p class=\"uagb-faq-content\">Black Horse   <br><a href=\"tel:+27825613246\">082 561 3246<br></a>Brauhaus am Dam   <br><a href=\"tel:+27878025519\">087 802 5519</a> / <a href=\"tel:+27729201742\">072 920 1742</a><br>Hartleys Elephant Bar   <br><a href=\"tel:+27145772301\">014 577 2301<br></a>Thatchwood Pub   <br><a href=\"tel:+27837091672\">083 709 1672<br></a>Monate Citrus Kelder   <br><a href=\"tel:+27122580712\">012 258 0712</a></p></div>\n<!-- /wp:uagb/faq-child -->\n\n<!-- wp:uagb/faq-child {\"block_id\":\"12169acb\",\"question\":\"\\u003cstrong\\u003eTEA GARDENS / RESTAURANTS   \\u003c/strong\\u003e\",\"answer\":\"Black Horse   \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27825613246\\u0022\\u003e082 561 3246\\u003cbr\\u003e\\u003c/a\\u003eBrauhaus am Dam   \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27878025519\\u0022\\u003e087 802 5519\\u003c/a\\u003e / \\u003ca href=\\u0022tel:+27729201742\\u0022\\u003e072 920 1742\\u003c/a\\u003e\\u003cbr\\u003eMelon Rouge   \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27796806050\\u0022\\u003e079 680 6050\\u003cbr\\u003e\\u003c/a\\u003eMount Grace Hotel   \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27145775600\\u0022\\u003e014 577 5600\\u003cbr\\u003e\\u003c/a\\u003eValley Lodge Hotel   \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27145771301\\u0022\\u003e014 577 1301\\u003cbr\\u003e\\u003c/a\\u003eLa Classique Ristorante   \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27145774006\\u0022\\u003e014 577 4006\\u003c/a\\u003e\"} -->\n<div class=\"wp-block-uagb-faq-child uagb-faq-child__outer-wrap uagb-faq-item uagb-block-12169acb\" role=\"tab\" tabindex=\"0\"><div class=\"uagb-faq-questions-button uagb-faq-questions\"><span class=\"uagb-icon uagb-faq-icon-wrap\"><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 448 512\"><path d=\"M432 256c0 17.69-14.33 32.01-32 32.01H256v144c0 17.69-14.33 31.99-32 31.99s-32-14.3-32-31.99v-144H48c-17.67 0-32-14.32-32-32.01s14.33-31.99 32-31.99H192v-144c0-17.69 14.33-32.01 32-32.01s32 14.32 32 32.01v144h144C417.7 224 432 238.3 432 256z\"></path></svg></span><span class=\"uagb-icon-active uagb-faq-icon-wrap\"><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 448 512\"><path d=\"M400 288h-352c-17.69 0-32-14.32-32-32.01s14.31-31.99 32-31.99h352c17.69 0 32 14.3 32 31.99S417.7 288 400 288z\"></path></svg></span><span class=\"uagb-question\"><strong>TEA GARDENS / RESTAURANTS   </strong></span></div><p class=\"uagb-faq-content\">Black Horse   <br><a href=\"tel:+27825613246\">082 561 3246<br></a>Brauhaus am Dam   <br><a href=\"tel:+27878025519\">087 802 5519</a> / <a href=\"tel:+27729201742\">072 920 1742</a><br>Melon Rouge   <br><a href=\"tel:+27796806050\">079 680 6050<br></a>Mount Grace Hotel   <br><a href=\"tel:+27145775600\">014 577 5600<br></a>Valley Lodge Hotel   <br><a href=\"tel:+27145771301\">014 577 1301<br></a>La Classique Ristorante   <br><a href=\"tel:+27145774006\">014 577 4006</a></p></div>\n<!-- /wp:uagb/faq-child -->\n\n<!-- wp:uagb/faq-child {\"block_id\":\"73c3487a\",\"question\":\"\\u003cstrong\\u003eSHOPPING\\u003c/strong\\u003e  \",\"answer\":\"If Only Antiques    \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27827878825\\u0022\\u003e082 787 8825\\u003cbr\\u003e\\u003c/a\\u003ePuss in Boots   \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27145773562\\u0022\\u003e014 577 3562\\u003c/a\\u003e\"} -->\n<div class=\"wp-block-uagb-faq-child uagb-faq-child__outer-wrap uagb-faq-item uagb-block-73c3487a\" role=\"tab\" tabindex=\"0\"><div class=\"uagb-faq-questions-button uagb-faq-questions\"><span class=\"uagb-icon uagb-faq-icon-wrap\"><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 448 512\"><path d=\"M432 256c0 17.69-14.33 32.01-32 32.01H256v144c0 17.69-14.33 31.99-32 31.99s-32-14.3-32-31.99v-144H48c-17.67 0-32-14.32-32-32.01s14.33-31.99 32-31.99H192v-144c0-17.69 14.33-32.01 32-32.01s32 14.32 32 32.01v144h144C417.7 224 432 238.3 432 256z\"></path></svg></span><span class=\"uagb-icon-active uagb-faq-icon-wrap\"><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 448 512\"><path d=\"M400 288h-352c-17.69 0-32-14.32-32-32.01s14.31-31.99 32-31.99h352c17.69 0 32 14.3 32 31.99S417.7 288 400 288z\"></path></svg></span><span class=\"uagb-question\"><strong>SHOPPING</strong>  </span></div><p class=\"uagb-faq-content\">If Only Antiques    <br><a href=\"tel:+27827878825\">082 787 8825<br></a>Puss in Boots   <br><a href=\"tel:+27145773562\">014 577 3562</a></p></div>\n<!-- /wp:uagb/faq-child -->\n\n<!-- wp:uagb/faq-child {\"block_id\":\"09f37e22\",\"question\":\"\\u003cstrong\\u003eSPORTS \\u0026amp; ADVENTURE\\u003c/strong\\u003e\",\"answer\":\"Tandem Paragliding flips  \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27823221824\\u0022\\u003e0823221824\\u003c/a\\u003e\\u003cbr\\u003eMountain Sanctuary Park   \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27145340114\\u0022\\u003e014 534 0114\\u003cbr\\u003e\\u003c/a\\u003eBill Harrops Original Balloon Safaris   \\u003ca href=\\u0022tel:+27145771733\\u0022\\u003e014 577 1733\\u003c/a\\u003e / \\u003ca href=\\u0022tel:+27837520036\\u0022\\u003e083 752 0036\\u003c/a\\u003e\\u003cbr\\u003ePecanwood Golf Course   \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27122440112\\u0022\\u003e012 244 0112\\u003cbr\\u003e\\u003c/a\\u003eAir Ventures Hot Air Balloons   \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27117935782\\u0022\\u003e011 793 5782\\u003cbr\\u003e\\u003c/a\\u003eGliding   \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27835266966\\u0022\\u003e083 526 6966\\u003cbr\\u003e\\u003c/a\\u003eMagaliesberg Canopy Tours   \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27145350150\\u0022\\u003e014 535 0150\\u003cbr\\u003e\\u003c/a\\u003eWild Cave Adventures   \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27824862464\\u0022\\u003e082 486 2464\\u003cbr\\u003e\\u003c/a\\u003eMiracle Waters Dive Gateway   \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27832359840\\u0022\\u003e083 235 9840\\u003c/a\\u003e\"} -->\n<div class=\"wp-block-uagb-faq-child uagb-faq-child__outer-wrap uagb-faq-item uagb-block-09f37e22\" role=\"tab\" tabindex=\"0\"><div class=\"uagb-faq-questions-button uagb-faq-questions\"><span class=\"uagb-icon uagb-faq-icon-wrap\"><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 448 512\"><path d=\"M432 256c0 17.69-14.33 32.01-32 32.01H256v144c0 17.69-14.33 31.99-32 31.99s-32-14.3-32-31.99v-144H48c-17.67 0-32-14.32-32-32.01s14.33-31.99 32-31.99H192v-144c0-17.69 14.33-32.01 32-32.01s32 14.32 32 32.01v144h144C417.7 224 432 238.3 432 256z\"></path></svg></span><span class=\"uagb-icon-active uagb-faq-icon-wrap\"><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 448 512\"><path d=\"M400 288h-352c-17.69 0-32-14.32-32-32.01s14.31-31.99 32-31.99h352c17.69 0 32 14.3 32 31.99S417.7 288 400 288z\"></path></svg></span><span class=\"uagb-question\"><strong>SPORTS &amp; ADVENTURE</strong></span></div><p class=\"uagb-faq-content\">Tandem Paragliding flips  <br><a href=\"tel:+27823221824\">0823221824</a><br>Mountain Sanctuary Park   <br><a href=\"tel:+27145340114\">014 534 0114<br></a>Bill Harrops Original Balloon Safaris   <a href=\"tel:+27145771733\">014 577 1733</a> / <a href=\"tel:+27837520036\">083 752 0036</a><br>Pecanwood Golf Course   <br><a href=\"tel:+27122440112\">012 244 0112<br></a>Air Ventures Hot Air Balloons   <br><a href=\"tel:+27117935782\">011 793 5782<br></a>Gliding   <br><a href=\"tel:+27835266966\">083 526 6966<br></a>Magaliesberg Canopy Tours   <br><a href=\"tel:+27145350150\">014 535 0150<br></a>Wild Cave Adventures   <br><a href=\"tel:+27824862464\">082 486 2464<br></a>Miracle Waters Dive Gateway   <br><a href=\"tel:+27832359840\">083 235 9840</a></p></div>\n<!-- /wp:uagb/faq-child -->\n\n<!-- wp:uagb/faq-child {\"block_id\":\"6052884e\",\"question\":\"\\u003cstrong\\u003eHEALTH SPAS\\u003c/strong\\u003e\",\"answer\":\"Whispering Pines   \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27145771536\\u0022\\u003e014 577 1536\\u003cbr\\u003e\\u003c/a\\u003eMount Grace Spa   \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27145775600\\u0022\\u003e014 577 5600\\u003cbr\\u003e\\u003c/a\\u003eValley Lodge Spa   \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27145771301\\u0022\\u003e014 577 1301\\u003cbr\\u003e\\u003c/a\\u003eRosewell Spa   \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27145771172\\u0022\\u003e014 577 1172\\u003cbr\\u003e\\u003c/a\\u003eSparkling Waters   \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27145350019\\u0022\\u003e014 535 0019\\u003c/a\\u003e\"} -->\n<div class=\"wp-block-uagb-faq-child uagb-faq-child__outer-wrap uagb-faq-item uagb-block-6052884e\" role=\"tab\" tabindex=\"0\"><div class=\"uagb-faq-questions-button uagb-faq-questions\"><span class=\"uagb-icon uagb-faq-icon-wrap\"><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 448 512\"><path d=\"M432 256c0 17.69-14.33 32.01-32 32.01H256v144c0 17.69-14.33 31.99-32 31.99s-32-14.3-32-31.99v-144H48c-17.67 0-32-14.32-32-32.01s14.33-31.99 32-31.99H192v-144c0-17.69 14.33-32.01 32-32.01s32 14.32 32 32.01v144h144C417.7 224 432 238.3 432 256z\"></path></svg></span><span class=\"uagb-icon-active uagb-faq-icon-wrap\"><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 448 512\"><path d=\"M400 288h-352c-17.69 0-32-14.32-32-32.01s14.31-31.99 32-31.99h352c17.69 0 32 14.3 32 31.99S417.7 288 400 288z\"></path></svg></span><span class=\"uagb-question\"><strong>HEALTH SPAS</strong></span></div><p class=\"uagb-faq-content\">Whispering Pines   <br><a href=\"tel:+27145771536\">014 577 1536<br></a>Mount Grace Spa   <br><a href=\"tel:+27145775600\">014 577 5600<br></a>Valley Lodge Spa   <br><a href=\"tel:+27145771301\">014 577 1301<br></a>Rosewell Spa   <br><a href=\"tel:+27145771172\">014 577 1172<br></a>Sparkling Waters   <br><a href=\"tel:+27145350019\">014 535 0019</a></p></div>\n<!-- /wp:uagb/faq-child -->\n\n<!-- wp:uagb/faq-child {\"block_id\":\"315b631e\",\"question\":\"\\u003cstrong\\u003ePLACES OF INTEREST\\u003c/strong\\u003e\",\"answer\":\"Maropeng Visitors Centre   \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27145779000\\u0022\\u003e014 577 9000\\u003cbr\\u003e\\u003c/a\\u003eSterkfontein Caves   \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27116683200\\u0022\\u003e011 668 3200\\u003cbr\\u003e\\u003c/a\\u003eBlaaubank Gold Mine   \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27825673111\\u0022\\u003e082 567 3111\\u003cbr\\u003e\\u003c/a\\u003eVan Gaalen Cheese Farm   \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27122071289\\u0022\\u003e012 207 1289\\u003cbr\\u003e\\u003c/a\\u003eHartebeespoort Cableway   \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27722412654\\u0022\\u003e072 241 2654\\u003cbr\\u003e\\u003c/a\\u003eElephant Sanctuary             \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27122580423\\u0022\\u003e012 258 0423\\u003cbr\\u003e\\u003c/a\\u003eTeam Gel   \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27114622894\\u0022\\u003e011 462 2894\\u003c/a\\u003e / \\u003ca href=\\u0022tel:+27833207623\\u0022\\u003e083 320 7623\\u003c/a\\u003e\\u003cbr\\u003eMonate Citrus Kelder   \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27122580712\\u0022\\u003e012 258 0712\\u003cbr\\u003e\\u003c/a\\u003eLiving Jewels   \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27119566444\\u0022\\u003e011 956 6444\\u003cbr\\u003e\\u003c/a\\u003eBlaaubank Candle Dipping   \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27145774609\\u0022\\u003e014 577 4609\\u003cbr\\u003e\\u003c/a\\u003eVeggie Picking \\u0026amp; Strawberry Picking \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27122071116\\u0022\\u003e012 207 1116\\u003c/a\\u003e\"} -->\n<div class=\"wp-block-uagb-faq-child uagb-faq-child__outer-wrap uagb-faq-item uagb-block-315b631e\" role=\"tab\" tabindex=\"0\"><div class=\"uagb-faq-questions-button uagb-faq-questions\"><span class=\"uagb-icon uagb-faq-icon-wrap\"><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 448 512\"><path d=\"M432 256c0 17.69-14.33 32.01-32 32.01H256v144c0 17.69-14.33 31.99-32 31.99s-32-14.3-32-31.99v-144H48c-17.67 0-32-14.32-32-32.01s14.33-31.99 32-31.99H192v-144c0-17.69 14.33-32.01 32-32.01s32 14.32 32 32.01v144h144C417.7 224 432 238.3 432 256z\"></path></svg></span><span class=\"uagb-icon-active uagb-faq-icon-wrap\"><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 448 512\"><path d=\"M400 288h-352c-17.69 0-32-14.32-32-32.01s14.31-31.99 32-31.99h352c17.69 0 32 14.3 32 31.99S417.7 288 400 288z\"></path></svg></span><span class=\"uagb-question\"><strong>PLACES OF INTEREST</strong></span></div><p class=\"uagb-faq-content\">Maropeng Visitors Centre   <br><a href=\"tel:+27145779000\">014 577 9000<br></a>Sterkfontein Caves   <br><a href=\"tel:+27116683200\">011 668 3200<br></a>Blaaubank Gold Mine   <br><a href=\"tel:+27825673111\">082 567 3111<br></a>Van Gaalen Cheese Farm   <br><a href=\"tel:+27122071289\">012 207 1289<br></a>Hartebeespoort Cableway   <br><a href=\"tel:+27722412654\">072 241 2654<br></a>Elephant Sanctuary             <br><a href=\"tel:+27122580423\">012 258 0423<br></a>Team Gel   <br><a href=\"tel:+27114622894\">011 462 2894</a> / <a href=\"tel:+27833207623\">083 320 7623</a><br>Monate Citrus Kelder   <br><a href=\"tel:+27122580712\">012 258 0712<br></a>Living Jewels   <br><a href=\"tel:+27119566444\">011 956 6444<br></a>Blaaubank Candle Dipping   <br><a href=\"tel:+27145774609\">014 577 4609<br></a>Veggie Picking &amp; Strawberry Picking <br><a href=\"tel:+27122071116\">012 207 1116</a></p></div>\n<!-- /wp:uagb/faq-child --></div>\n<!-- /wp:uagb/faq --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"d1298134\",\"innerContentCustomWidthDesktop\":781,\"innerContentCustomWidthTablet\":781,\"backgroundType\":\"image\",\"backgroundImageDesktop\":{\"id\":907,\"title\":\"241565_xl\",\"filename\":\"241565_xl.jpg\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/241565_xl.jpg\",\"link\":\"https://blueroan.netgen.cloud/home/241565_xl/\",\"alt\":\"\",\"author\":\"2\",\"description\":\"\",\"caption\":\"\",\"name\":\"241565_xl\",\"status\":\"inherit\",\"uploadedTo\":760,\"date\":\"2022-12-13T15:04:35.000Z\",\"modified\":\"2022-12-13T15:04:35.000Z\",\"menuOrder\":0,\"mime\":\"image/jpeg\",\"type\":\"image\",\"subtype\":\"jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-includes/images/media/default.png\",\"dateFormatted\":\"December 13, 2022\",\"nonces\":{\"update\":\"8ba15922a4\",\"delete\":\"e660ddd200\",\"edit\":\"57c3a4b066\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=907\\u0026action=edit\",\"meta\":false,\"authorName\":\"Netgen Support\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/profile.php\",\"uploadedToTitle\":\"Home\",\"uploadedToLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=760\\u0026action=edit\",\"filesizeInBytes\":90717,\"filesizeHumanReadable\":\"89 KB\",\"context\":\"\",\"height\":534,\"width\":800,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/241565_xl-150x150.jpg\",\"orientation\":\"landscape\"},\"medium\":{\"height\":200,\"width\":300,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/241565_xl-300x200.jpg\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/241565_xl.jpg\",\"height\":534,\"width\":800,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"backgroundImageColor\":\"rgba(42,42,42,0.65)\",\"topPaddingDesktop\":144,\"bottomPaddingDesktop\":144,\"leftPaddingDesktop\":40,\"rightPaddingDesktop\":40,\"topPaddingTablet\":80,\"bottomPaddingTablet\":80,\"leftPaddingTablet\":40,\"rightPaddingTablet\":40,\"topPaddingMobile\":64,\"bottomPaddingMobile\":64,\"leftPaddingMobile\":24,\"rightPaddingMobile\":24,\"paddingLink\":false,\"variationSelected\":true,\"isBlockRootParent\":true,\"overlayType\":\"color\"} -->\n<div class=\"wp-block-uagb-container uagb-block-d1298134 alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/advanced-heading {\"block_id\":\"c408a014\",\"classMigrate\":true,\"headingDescToggle\":true,\"headingAlign\":\"center\",\"headingColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"subHeadingColor\":\"var(\\u002d\\u002dast-global-color-4)\",\"headSpace\":20} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-c408a014\"><h2 class=\"uagb-heading-text\">Create Memorable Moments at Blue Roan!</h2><p class=\"uagb-desc-text\">Blue Roan is a 4-star graded pet-friendly venue</p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/advanced-heading {\"block_id\":\"ecee30c9\",\"classMigrate\":true,\"headingTitleToggle\":false,\"headingDescToggle\":true,\"headingAlign\":\"center\",\"subHeadingColor\":\"var(\\u002d\\u002dast-global-color-4)\",\"subHeadTransform\":\"uppercase\",\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"subHeadLetterSpacing\":2,\"blockTopPadding\":60,\"blockRightPadding\":0,\"blockLeftPadding\":0,\"blockBottomPadding\":0,\"blockTopPaddingMobile\":30,\"blockRightPaddingMobile\":0,\"blockLeftPaddingMobile\":0,\"blockBottomPaddingMobile\":0,\"linkColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"linkHColor\":\"var(\\u002d\\u002dast-global-color-0)\"} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-ecee30c9\"><p class=\"uagb-desc-text\"><a href=\"https://book.nightsbridge.com/11065\" target=\"_blank\" rel=\"noreferrer noopener\">BOOK YOUR STAY NOW​</a></p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/icon-list {\"block_id\":\"395e17cf\",\"classMigrate\":true,\"childMigrate\":true,\"align\":\"center\",\"parentIcon\":\"phone\",\"size\":40,\"sizeMobile\":24,\"sizeTablet\":32,\"fontSize\":48,\"fontSizeMobile\":28,\"fontSizeTablet\":40,\"fontWeight\":\"600\",\"iconColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"labelColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"blockTopPadding\":0,\"blockRightPadding\":0,\"blockLeftPadding\":0,\"blockBottomPadding\":24,\"blockPaddingLink\":false} -->\n<div class=\"wp-block-uagb-icon-list uagb-block-395e17cf\"><div class=\"uagb-icon-list__wrap\"><!-- wp:uagb/icon-list-child {\"block_id\":\"583c07f8\",\"label\":\"+ 27 (0) 82 575 5409\",\"label_color\":\"\",\"link\":\"tel:+27825755409\",\"disableLink\":true,\"fromParentIcon\":\"phone\",\"imageSizeChild\":40} -->\n<div class=\"wp-block-uagb-icon-list-child uagb-block-583c07f8\"><a target=\"_self\" aria-label=\"+ 27 (0) 82 575 5409\" rel=\"noopener noreferrer\" href=\"tel:+27825755409\"> </a><span class=\"uagb-icon-list__source-wrap\"><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M511.2 387l-23.25 100.8c-3.266 14.25-15.79 24.22-30.46 24.22C205.2 512 0 306.8 0 54.5c0-14.66 9.969-27.2 24.22-30.45l100.8-23.25C139.7-2.602 154.7 5.018 160.8 18.92l46.52 108.5c5.438 12.78 1.77 27.67-8.98 36.45L144.5 207.1c33.98 69.22 90.26 125.5 159.5 159.5l44.08-53.8c8.688-10.78 23.69-14.51 36.47-8.975l108.5 46.51C506.1 357.2 514.6 372.4 511.2 387z\"></path></svg></span><span class=\"uagb-icon-list__label\">+ 27 (0) 82 575 5409</span></div>\n<!-- /wp:uagb/icon-list-child -->\n\n<!-- wp:uagb/icon-list-child {\"block_id\":\"56345d5d\",\"label\":\" blueroan@ugo.co.za\",\"icon\":\"envelope\",\"label_color\":\"\",\"link\":\"mailto: blueroan@ugo.co.za\",\"disableLink\":true} -->\n<div class=\"wp-block-uagb-icon-list-child uagb-block-56345d5d\"><a target=\"_self\" aria-label=\" blueroan@ugo.co.za\" rel=\"noopener noreferrer\" href=\"mailto:blueroan@ugo.co.za\"> </a><span class=\"uagb-icon-list__source-wrap\"><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M464 64C490.5 64 512 85.49 512 112C512 127.1 504.9 141.3 492.8 150.4L275.2 313.6C263.8 322.1 248.2 322.1 236.8 313.6L19.2 150.4C7.113 141.3 0 127.1 0 112C0 85.49 21.49 64 48 64H464zM217.6 339.2C240.4 356.3 271.6 356.3 294.4 339.2L512 176V384C512 419.3 483.3 448 448 448H64C28.65 448 0 419.3 0 384V176L217.6 339.2z\"></path></svg></span><span class=\"uagb-icon-list__label\"> blueroan@ugo.co.za</span></div>\n<!-- /wp:uagb/icon-list-child --></div></div>\n<!-- /wp:uagb/icon-list --></div></div>\n<!-- /wp:uagb/container -->',	'Amenities',	'',	'inherit',	'closed',	'closed',	'',	'762-revision-v1',	'',	'',	'2022-12-19 08:00:36',	'2022-12-19 08:00:36',	'',	762,	'https://blueroan.netgen.cloud/?p=1329',	0,	'revision',	'',	0),
(1330,	2,	'2022-12-19 08:01:00',	'2022-12-19 08:01:00',	'<!-- wp:uagb/container {\"block_id\":\"157e4621\",\"backgroundType\":\"image\",\"backgroundImageDesktop\":{\"id\":1007,\"title\":\"AAEAAQAAAAAAAAAAAAAAJDg5NmY0ZGUxLWE4MTgtNDY5NC1iODFhLTBmN2Q0ZDc5ZWFiNw-1\",\"filename\":\"AAEAAQAAAAAAAAAAAAAAJDg5NmY0ZGUxLWE4MTgtNDY5NC1iODFhLTBmN2Q0ZDc5ZWFiNw-1.png\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAAJDg5NmY0ZGUxLWE4MTgtNDY5NC1iODFhLTBmN2Q0ZDc5ZWFiNw-1.png\",\"link\":\"https://blueroan.netgen.cloud/the-barn/aaeaaqaaaaaaaaaaaaaajdg5nmy0zguxlwe4mtgtndy5nc1iodfhltbmn2q0zdc5zwfinw-1/\",\"alt\":\"\",\"author\":\"2\",\"description\":\"\",\"caption\":\"\",\"name\":\"aaeaaqaaaaaaaaaaaaaajdg5nmy0zguxlwe4mtgtndy5nc1iodfhltbmn2q0zdc5zwfinw-1\",\"status\":\"inherit\",\"uploadedTo\":948,\"date\":\"2022-12-14T10:50:25.000Z\",\"modified\":\"2022-12-14T10:50:25.000Z\",\"menuOrder\":0,\"mime\":\"image/png\",\"type\":\"image\",\"subtype\":\"png\",\"icon\":\"https://blueroan.netgen.cloud/wp-includes/images/media/default.png\",\"dateFormatted\":\"December 14, 2022\",\"nonces\":{\"update\":\"483f8bdf3d\",\"delete\":\"0a7ebc92ef\",\"edit\":\"6bc1c6a685\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=1007\\u0026action=edit\",\"meta\":false,\"authorName\":\"Netgen Support\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/profile.php\",\"uploadedToTitle\":\"The Barn\",\"uploadedToLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=948\\u0026action=edit\",\"filesizeInBytes\":1348989,\"filesizeHumanReadable\":\"1 MB\",\"context\":\"\",\"height\":667,\"width\":1000,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAAJDg5NmY0ZGUxLWE4MTgtNDY5NC1iODFhLTBmN2Q0ZDc5ZWFiNw-1-150x150.png\",\"orientation\":\"landscape\"},\"medium\":{\"height\":200,\"width\":300,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAAJDg5NmY0ZGUxLWE4MTgtNDY5NC1iODFhLTBmN2Q0ZDc5ZWFiNw-1-300x200.png\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAAJDg5NmY0ZGUxLWE4MTgtNDY5NC1iODFhLTBmN2Q0ZDc5ZWFiNw-1.png\",\"height\":667,\"width\":1000,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"backgroundPositionDesktop\":{\"x\":0.61,\"y\":0.52},\"backgroundSizeTablet\":\"cover\",\"backgroundSizeMobile\":\"cover\",\"backgroundColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"backgroundImageColor\":\"rgba(42,42,42,0.5)\",\"topPaddingDesktop\":220,\"bottomPaddingDesktop\":150,\"topPaddingTablet\":170,\"bottomPaddingTablet\":160,\"leftPaddingTablet\":30,\"rightPaddingTablet\":30,\"topPaddingMobile\":180,\"bottomPaddingMobile\":80,\"leftPaddingMobile\":20,\"rightPaddingMobile\":20,\"paddingLink\":false,\"variationSelected\":true,\"isBlockRootParent\":true,\"overlayType\":\"color\"} -->\n<div class=\"wp-block-uagb-container uagb-block-157e4621 alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/advanced-heading {\"block_id\":\"fe543664\",\"classMigrate\":true,\"headingDescToggle\":true,\"headingColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"subHeadingColor\":\"var(\\u002d\\u002dast-global-color-4)\",\"headingTag\":\"h1\",\"headSpace\":20,\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"blockTopPadding\":0,\"blockRightPadding\":50,\"blockLeftPadding\":0,\"blockBottomPadding\":0,\"blockTopPaddingTablet\":0,\"blockRightPaddingTablet\":20,\"blockLeftPaddingTablet\":0,\"blockBottomPaddingTablet\":0,\"blockTopPaddingMobile\":0,\"blockRightPaddingMobile\":0,\"blockLeftPaddingMobile\":0,\"blockBottomPaddingMobile\":0,\"blockPaddingUnit\":\"%\",\"blockPaddingUnitTablet\":\"%\"} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-fe543664\"><h1 class=\"uagb-heading-text\">Amenities &amp; Interests​</h1><p class=\"uagb-desc-text\">We do not give you just rooms to stay in. We give you an environment where you can experience the best while on a holiday with us. </p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:buttons -->\n<div class=\"wp-block-buttons\"><!-- wp:button -->\n<div class=\"wp-block-button\"><a class=\"wp-block-button__link wp-element-button\" href=\"https://book.nightsbridge.com/11065\" target=\"_blank\" rel=\"noreferrer noopener\">BOOK NOW</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"d060ee7d\",\"backgroundType\":\"color\",\"backgroundSizeTablet\":\"cover\",\"backgroundSizeMobile\":\"cover\",\"backgroundColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"topPaddingDesktop\":50,\"bottomPaddingDesktop\":100,\"topPaddingTablet\":50,\"bottomPaddingTablet\":25,\"leftPaddingTablet\":20,\"rightPaddingTablet\":20,\"topPaddingMobile\":50,\"bottomPaddingMobile\":20,\"leftPaddingMobile\":20,\"rightPaddingMobile\":20,\"paddingLink\":false,\"variationSelected\":true,\"rowGapDesktop\":0,\"isBlockRootParent\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-d060ee7d alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/container {\"block_id\":\"a0eff5e9\",\"directionDesktop\":\"row\",\"alignItemsTablet\":\"flex-start\",\"paddingLink\":false,\"topMarginDesktop\":50,\"bottomMarginDesktop\":20,\"leftMarginDesktop\":0,\"rightMarginDesktop\":0,\"marginLink\":false,\"variationSelected\":true,\"rowGapMobile\":65,\"columnGapDesktop\":48,\"columnGapTablet\":20} -->\n<div class=\"wp-block-uagb-container uagb-block-a0eff5e9\"><!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"align\":\"center\",\"id\":828,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image aligncenter size-full\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Blue-Roan-pool.png\" alt=\"Blue Roan\'s rock pool\" class=\"wp-image-828\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>A relaxing rock Pool​</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>We have a lovely sparkling blue rock pool next to a thatched Lapa. &nbsp;&nbsp;Lie on recliners on the green lawn or sit on the swing chair in the Lapa and enjoy the panoramic view of the Magaliesberg mountain range.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":829,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/img-20160605-wa0002-largejpg.png\" alt=\"\" class=\"wp-image-829\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>Braai facilities </h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>What can compare to a burning fire under the star-lit African sky? Nothing beats the flavor of cooking over an open flame.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":830,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/ef9d0188da11e2bc56788f5619d9d539.png\" alt=\"\" class=\"wp-image-830\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>A games room </h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>The reception is also a games room for those who enjoy darts or playing pool. &nbsp;Take a selection of DVDs back to your room and watch movies on your own DVD player. &nbsp;There is also a selection of board games and music CDs that you can borrow.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"align\":\"center\",\"id\":1198,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image aligncenter size-full\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/eyJidWNrZXQiOiJhc3NldHMuYWxsdHJhaWxzLmNvbSIsImtleSI6InVwbG9hZHMvcGhvdG8vaW1hZ2UvNDMxNzk4MTAvYjZkYTAz-1.png\" alt=\"\" class=\"wp-image-1198\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>Walking or hiking </h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>There is a well-kept walking trail on our property with plenty of bird life and some benches along the way. &nbsp;It is safe for dogs to run off-leash as it is completely fenced all around. &nbsp;For those who enjoy long walks and hikes, it is safe to cross onto neighbouring farms and go as far as the eye can see.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":1185,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/49089607_1950305445047847_5177863042771189760_n.png\" alt=\"\" class=\"wp-image-1185\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>Mountain biking </h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Bring your mountain bikes and explore the surrounding countryside on safe off-road tracks on our property and on neighbouring farms.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":1196,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Michelle_1.png\" alt=\"\" class=\"wp-image-1196\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>Horse riding </h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Interested riders can book at one of the recommended horse-riding establishments listed further down this page.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"efdb2820\",\"innerContentWidth\":\"alignfull\",\"directionDesktop\":\"row\",\"wrapTablet\":\"wrap\",\"variationSelected\":true,\"rowGapTablet\":0,\"columnGapDesktop\":0,\"isBlockRootParent\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-efdb2820 alignfull uagb-is-root-container\"><!-- wp:uagb/container {\"block_id\":\"ca6c2085\",\"widthDesktop\":25,\"widthTablet\":50,\"variationSelected\":true,\"widthSetByUser\":true,\"UAGHideMob\":true,\"UAGResponsiveConditions\":true} -->\n<div class=\"wp-block-uagb-container uag-hide-mob uagb-block-ca6c2085\"><!-- wp:uagb/image {\"block_id\":\"b63db185\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-18-1-1024x768.jpg\",\"id\":1208,\"linkDestination\":\"none\",\"width\":480,\"height\":500,\"naturalWidth\":1024,\"naturalHeight\":768,\"sizeSlug\":\"large\",\"sizeSlugTablet\":\"large\",\"sizeSlugMobile\":\"large\",\"customHeightSetDesktop\":true} -->\n<div class=\"wp-block-uagb-image uagb-block-b63db185 wp-block-uagb-image--layout-default wp-block-uagb-image--effect-static wp-block-uagb-image--align-none\"><figure class=\"wp-block-uagb-image__figure\"><img srcset=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-18-1-1024x768.jpg \" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-18-1-1024x768.jpg\" alt=\"\" class=\"uag-image-1208\" width=\"480\" height=\"500\" title=\"\" loading=\"lazy\"/></figure></div>\n<!-- /wp:uagb/image --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"6469cfc3\",\"widthDesktop\":25,\"widthTablet\":50,\"variationSelected\":true,\"widthSetByUser\":true,\"UAGHideMob\":true,\"UAGResponsiveConditions\":true} -->\n<div class=\"wp-block-uagb-container uag-hide-mob uagb-block-6469cfc3\"><!-- wp:uagb/image {\"block_id\":\"66d5901c\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Blue-Roan-pool-1.png\",\"id\":1210,\"linkDestination\":\"none\",\"width\":480,\"height\":500,\"naturalWidth\":370,\"naturalHeight\":440,\"sizeSlug\":\"full\",\"sizeSlugTablet\":\"full\",\"sizeSlugMobile\":\"full\",\"customHeightSetDesktop\":true} -->\n<div class=\"wp-block-uagb-image uagb-block-66d5901c wp-block-uagb-image--layout-default wp-block-uagb-image--effect-static wp-block-uagb-image--align-none\"><figure class=\"wp-block-uagb-image__figure\"><img srcset=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Blue-Roan-pool-1.png \" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Blue-Roan-pool-1.png\" alt=\"\" class=\"uag-image-1210\" width=\"480\" height=\"500\" title=\"\" loading=\"lazy\"/></figure></div>\n<!-- /wp:uagb/image --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"09a1f32e\",\"widthDesktop\":50,\"widthTablet\":100,\"variationSelected\":true,\"columnGapDesktop\":20,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-09a1f32e\"><!-- wp:uagb/image {\"block_id\":\"9f2a1704\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/the-view-from-my-rooms-1024x768.jpg\",\"id\":1211,\"linkDestination\":\"none\",\"width\":960,\"height\":500,\"naturalWidth\":1024,\"naturalHeight\":768,\"sizeSlug\":\"large\",\"sizeSlugTablet\":\"large\",\"sizeSlugMobile\":\"large\",\"customHeightSetDesktop\":true} -->\n<div class=\"wp-block-uagb-image uagb-block-9f2a1704 wp-block-uagb-image--layout-default wp-block-uagb-image--effect-static wp-block-uagb-image--align-none\"><figure class=\"wp-block-uagb-image__figure\"><img srcset=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/the-view-from-my-rooms-1024x768.jpg \" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/the-view-from-my-rooms-1024x768.jpg\" alt=\"\" class=\"uag-image-1211\" width=\"960\" height=\"500\" title=\"\" loading=\"lazy\"/></figure></div>\n<!-- /wp:uagb/image --></div>\n<!-- /wp:uagb/container --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"9e80412d\",\"innerContentWidth\":\"alignfull\",\"directionDesktop\":\"row\",\"wrapTablet\":\"wrap\",\"variationSelected\":true,\"rowGapTablet\":0,\"columnGapDesktop\":0,\"isBlockRootParent\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-9e80412d alignfull uagb-is-root-container\"><!-- wp:uagb/container {\"block_id\":\"3bfda21a\",\"widthDesktop\":50,\"widthTablet\":100,\"variationSelected\":true,\"columnGapDesktop\":20,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-3bfda21a\"><!-- wp:uagb/image {\"block_id\":\"43c67266\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAAJDI0ZWY4NDc1LThjYjYtNDM3YS1iOTliLWNmOWQxYTJkMWU5MQ-1.png\",\"id\":1213,\"linkDestination\":\"none\",\"width\":960,\"height\":500,\"naturalWidth\":1000,\"naturalHeight\":667,\"sizeSlug\":\"full\",\"sizeSlugTablet\":\"full\",\"sizeSlugMobile\":\"full\",\"customHeightSetDesktop\":true} -->\n<div class=\"wp-block-uagb-image uagb-block-43c67266 wp-block-uagb-image--layout-default wp-block-uagb-image--effect-static wp-block-uagb-image--align-none\"><figure class=\"wp-block-uagb-image__figure\"><img srcset=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAAJDI0ZWY4NDc1LThjYjYtNDM3YS1iOTliLWNmOWQxYTJkMWU5MQ-1.png \" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAAJDI0ZWY4NDc1LThjYjYtNDM3YS1iOTliLWNmOWQxYTJkMWU5MQ-1.png\" alt=\"\" class=\"uag-image-1213\" width=\"960\" height=\"500\" title=\"\" loading=\"lazy\"/></figure></div>\n<!-- /wp:uagb/image --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"09a5269b\",\"widthDesktop\":25,\"variationSelected\":true,\"widthSetByUser\":true,\"UAGHideMob\":true,\"UAGResponsiveConditions\":true} -->\n<div class=\"wp-block-uagb-container uag-hide-mob uagb-block-09a5269b\"><!-- wp:uagb/image {\"block_id\":\"3a1e37ab\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/bird-1-1024x683.jpg\",\"id\":1215,\"linkDestination\":\"none\",\"width\":480,\"height\":500,\"naturalWidth\":1024,\"naturalHeight\":683,\"sizeSlug\":\"large\",\"sizeSlugTablet\":\"large\",\"sizeSlugMobile\":\"large\",\"customHeightSetDesktop\":true} -->\n<div class=\"wp-block-uagb-image uagb-block-3a1e37ab wp-block-uagb-image--layout-default wp-block-uagb-image--effect-static wp-block-uagb-image--align-none\"><figure class=\"wp-block-uagb-image__figure\"><img srcset=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/bird-1-1024x683.jpg \" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/bird-1-1024x683.jpg\" alt=\"\" class=\"uag-image-1215\" width=\"480\" height=\"500\" title=\"\" loading=\"lazy\"/></figure></div>\n<!-- /wp:uagb/image --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"27150bc2\",\"widthDesktop\":25,\"variationSelected\":true,\"widthSetByUser\":true,\"UAGHideMob\":true,\"UAGResponsiveConditions\":true} -->\n<div class=\"wp-block-uagb-container uag-hide-mob uagb-block-27150bc2\"><!-- wp:uagb/image {\"block_id\":\"a23ca3a0\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/two-happy-boxers-1024x768.jpg\",\"id\":1216,\"linkDestination\":\"none\",\"width\":480,\"height\":500,\"naturalWidth\":1024,\"naturalHeight\":768,\"sizeSlug\":\"large\",\"sizeSlugTablet\":\"large\",\"sizeSlugMobile\":\"large\",\"customHeightSetDesktop\":true} -->\n<div class=\"wp-block-uagb-image uagb-block-a23ca3a0 wp-block-uagb-image--layout-default wp-block-uagb-image--effect-static wp-block-uagb-image--align-none\"><figure class=\"wp-block-uagb-image__figure\"><img srcset=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/two-happy-boxers-1024x768.jpg \" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/two-happy-boxers-1024x768.jpg\" alt=\"\" class=\"uag-image-1216\" width=\"480\" height=\"500\" title=\"\" loading=\"lazy\"/></figure></div>\n<!-- /wp:uagb/image --></div>\n<!-- /wp:uagb/container --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"1599abad\",\"backgroundType\":\"color\",\"backgroundSizeTablet\":\"cover\",\"backgroundSizeMobile\":\"cover\",\"backgroundColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"topPaddingDesktop\":120,\"bottomPaddingDesktop\":0,\"topPaddingTablet\":80,\"bottomPaddingTablet\":80,\"leftPaddingTablet\":30,\"rightPaddingTablet\":30,\"topPaddingMobile\":80,\"bottomPaddingMobile\":80,\"leftPaddingMobile\":20,\"rightPaddingMobile\":20,\"paddingLink\":false,\"variationSelected\":true,\"rowGapDesktop\":0,\"rowGapTablet\":0,\"isBlockRootParent\":true} -->\n<div id=\"nearby-visits\" class=\"wp-block-uagb-container uagb-block-1599abad alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/container {\"block_id\":\"2fc48de3\",\"directionDesktop\":\"row\",\"alignItemsDesktop\":\"flex-end\",\"alignItemsTablet\":\"flex-end\",\"justifyContentDesktop\":\"flex-end\",\"justifyContentTablet\":\"space-between\",\"variationSelected\":true,\"rowGapMobile\":30,\"columnGapDesktop\":0} -->\n<div class=\"wp-block-uagb-container uagb-block-2fc48de3\"><!-- wp:uagb/advanced-heading {\"block_id\":\"2995d674\",\"classMigrate\":true,\"headingDescToggle\":true,\"subHeadingColor\":\"\",\"headSpace\":20,\"subHeadFontSize\":16} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-2995d674\"><h2 class=\"uagb-heading-text\">Things to do in the area of Magaliesburg<br></h2><p class=\"uagb-desc-text\">Looking for more? Well, we believe that every guest walks into our lodge for the best experience. And, we are determined to do that.</p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/buttons {\"block_id\":\"a43b5b9a\",\"classMigrate\":true,\"childMigrate\":true,\"align\":\"right\",\"alignTablet\":\"right\",\"alignMobile\":\"left\",\"gap\":0} -->\n<div class=\"wp-block-uagb-buttons uagb-buttons__outer-wrap uagb-btn__default-btn uagb-btn-tablet__default-btn uagb-btn-mobile__default-btn uagb-block-a43b5b9a\"><div class=\"uagb-buttons__wrap uagb-buttons-layout-wrap\"><!-- wp:uagb/buttons-child {\"block_id\":\"266c083c\",\"label\":\"Reservations\",\"link\":\"https://book.nightsbridge.com/11065\",\"hColor\":\"\",\"opensInNewTab\":true,\"borderWidth\":\"\",\"borderRadius\":\"\",\"borderStyle\":\"\",\"borderColor\":\"\",\"borderHColor\":\"\",\"btnBorderTopWidth\":1,\"btnBorderLeftWidth\":1,\"btnBorderRightWidth\":1,\"btnBorderBottomWidth\":1,\"btnBorderTopLeftRadius\":2,\"btnBorderTopRightRadius\":2,\"btnBorderBottomLeftRadius\":2,\"btnBorderBottomRightRadius\":2,\"btnBorderStyle\":\"solid\",\"btnBorderColor\":\"#333\",\"btnBorderHColor\":\"#333\"} -->\n<div class=\"wp-block-uagb-buttons-child uagb-buttons__outer-wrap uagb-block-266c083c wp-block-button is-style-outline\"><div class=\"uagb-button__wrapper\"><a class=\"uagb-buttons-repeater wp-block-button__link\" href=\"https://book.nightsbridge.com/11065\" rel=\"follow noopener\" target=\"_blank\"><div class=\"uagb-button__link\">Reservations</div></a></div></div>\n<!-- /wp:uagb/buttons-child --></div></div>\n<!-- /wp:uagb/buttons --></div>\n<!-- /wp:uagb/container --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"eec70c7c\",\"backgroundType\":\"color\",\"backgroundSizeTablet\":\"cover\",\"backgroundSizeMobile\":\"cover\",\"backgroundColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"topPaddingDesktop\":50,\"bottomPaddingDesktop\":100,\"topPaddingTablet\":50,\"bottomPaddingTablet\":25,\"leftPaddingTablet\":20,\"rightPaddingTablet\":20,\"topPaddingMobile\":50,\"bottomPaddingMobile\":20,\"leftPaddingMobile\":20,\"rightPaddingMobile\":20,\"paddingLink\":false,\"variationSelected\":true,\"rowGapDesktop\":0,\"isBlockRootParent\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-eec70c7c alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/container {\"block_id\":\"2c45aa5e\",\"directionDesktop\":\"row\",\"alignItemsTablet\":\"flex-start\",\"paddingLink\":false,\"topMarginDesktop\":50,\"bottomMarginDesktop\":20,\"leftMarginDesktop\":0,\"rightMarginDesktop\":0,\"marginLink\":false,\"variationSelected\":true,\"rowGapMobile\":65,\"columnGapDesktop\":48,\"columnGapTablet\":20} -->\n<div class=\"wp-block-uagb-container uagb-block-2c45aa5e\"><!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"align\":\"center\",\"id\":1222,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image aligncenter size-full\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/41b46e52d7427ea1f6f135454e9a012f.png\" alt=\"\" class=\"wp-image-1222\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"textAlign\":\"center\",\"level\":3} -->\n<h3 class=\"has-text-align-center\">Fishing </h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>The dam has trout (stocked), bass, vlei Kuper and carp. Fly fishers seeking a unique challenge visit our establishment in search of the large &amp; small scale Yellow fish.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:buttons -->\n<div class=\"wp-block-buttons\"><!-- wp:button {\"align\":\"left\"} -->\n<div class=\"wp-block-button alignleft\"><a class=\"wp-block-button__link wp-element-button\" href=\"https://www.sundowner.co.za/rooms/magalies-barbus-haven/\" target=\"_blank\" rel=\"noreferrer noopener\">Barbus Haven</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons -->\n\n<!-- wp:paragraph -->\n<p>The opportunity to fish for Rainbow Trout or the elusive Brown Trout. Kingfisher offers rod hires at their venue. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:buttons -->\n<div class=\"wp-block-buttons\"><!-- wp:button {\"align\":\"left\"} -->\n<div class=\"wp-block-button alignleft\"><a class=\"wp-block-button__link wp-element-button\" href=\"https://www.thekingfisherlodge.co.za/activities/\" target=\"_blank\" rel=\"noreferrer noopener\">Kingfisher</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":1235,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Maseke-MTB-MvZ-3-1024x683-1.png\" alt=\"\" class=\"wp-image-1235\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>Mountain biking </h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>It is a privately owned nature reserve that offers mountain biking.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:spacer {\"height\":\"20px\"} -->\n<div style=\"height:20px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:buttons -->\n<div class=\"wp-block-buttons\"><!-- wp:button -->\n<div class=\"wp-block-button\"><a class=\"wp-block-button__link wp-element-button\" href=\"http://ingwebushcamp.yolasite.com/\" target=\"_blank\" rel=\"noreferrer noopener\">Ingwe Bush Camp&nbsp;</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons -->\n\n<!-- wp:paragraph -->\n<p>With over 80km of trails, Van Gaalen&nbsp;has something to offer for every kind of athlete, from beginner to advanced.<br></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:buttons -->\n<div class=\"wp-block-buttons\"><!-- wp:button -->\n<div class=\"wp-block-button\"><a class=\"wp-block-button__link wp-element-button\" href=\"https://www.vangaalen.co.za/products\" target=\"_blank\" rel=\"noreferrer noopener\">Van Gaalen\'s</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":1326,\"width\":370,\"height\":500,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full is-resized\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/quad-biking-6-1.png\" alt=\"\" class=\"wp-image-1326\" width=\"370\" height=\"500\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>Quad biking </h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>We have quads suitable for kiddies, tweens, teens, and adults. We have mini quads and fully automatic 150cc quads.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:spacer {\"height\":\"2px\"} -->\n<div style=\"height:2px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:buttons -->\n<div class=\"wp-block-buttons\"><!-- wp:button -->\n<div class=\"wp-block-button\"><a class=\"wp-block-button__link wp-element-button\" href=\"https://www.saddlecreekadventures.co.za/activity/quad-biking/\" target=\"_blank\" rel=\"noreferrer noopener\">Saddle Creek Ranch</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons -->\n\n<!-- wp:paragraph -->\n<p>A 700-meter monster track, the longest and most exciting track in Gauteng!</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:spacer {\"height\":\"2px\"} -->\n<div style=\"height:2px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:buttons -->\n<div class=\"wp-block-buttons\"><!-- wp:button -->\n<div class=\"wp-block-button\"><a class=\"wp-block-button__link wp-element-button\" href=\"http://www.swartkrans.co.za/\" target=\"_blank\" rel=\"noreferrer noopener\">Swartkrans Go-Karting&nbsp;</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"align\":\"center\",\"id\":1198,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image aligncenter size-full\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/eyJidWNrZXQiOiJhc3NldHMuYWxsdHJhaWxzLmNvbSIsImtleSI6InVwbG9hZHMvcGhvdG8vaW1hZ2UvNDMxNzk4MTAvYjZkYTAz-1.png\" alt=\"\" class=\"wp-image-1198\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>Horse riding </h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Join us for an unforgettable horse riding experience in the peaceful countryside, with beautiful mountain scenery and lovely bush trails.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:buttons -->\n<div class=\"wp-block-buttons\"><!-- wp:button -->\n<div class=\"wp-block-button\"><a class=\"wp-block-button__link wp-element-button\" href=\"https://www.saddlecreekadventures.co.za/activity/horse-riding/\" target=\"_blank\" rel=\"noreferrer noopener\">Saddle Creek Ranch</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":1185,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/49089607_1950305445047847_5177863042771189760_n.png\" alt=\"\" class=\"wp-image-1185\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>Game drives </h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Enjoy a thrilling and educational adventure with our experienced guides.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:spacer {\"height\":\"2px\"} -->\n<div style=\"height:2px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:buttons -->\n<div class=\"wp-block-buttons\"><!-- wp:button -->\n<div class=\"wp-block-button\"><a class=\"wp-block-button__link wp-element-button\" href=\"https://www.rhinolion.co.za/visitors-guide/activity-index/game-drives/\" target=\"_blank\" rel=\"noreferrer noopener\">Rhino &amp; Lion Park</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons -->\n\n<!-- wp:paragraph -->\n<p>Our guided game-viewing drives take place each day in the morning and afternoon, as this is when the animals are most active.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:buttons -->\n<div class=\"wp-block-buttons\"><!-- wp:button -->\n<div class=\"wp-block-button\"><a class=\"wp-block-button__link wp-element-button\" href=\"https://www.africanhillslodge.co.za/experience/\" target=\"_blank\" rel=\"noreferrer noopener\">Askari Game Lodge</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:spacer {\"height\":\"12px\"} -->\n<div style=\"height:12px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:heading -->\n<h2>Other activites </h2>\n<!-- /wp:heading -->\n\n<!-- wp:uagb/faq {\"block_id\":\"1cbac79c\",\"expandFirstItem\":false,\"boxBgColor\":\"#F5F5F5\",\"borderStyle\":\"\",\"borderWidth\":\"\",\"borderRadius\":\"\",\"borderColor\":\"\",\"vquestionPaddingDesktop\":15,\"hquestionPaddingDesktop\":15,\"iconAlign\":\"row-reverse\",\"schema\":\"{\\u0022@context\\u0022:\\u0022https://schema.org\\u0022,\\u0022@type\\u0022:\\u0022FAQPage\\u0022,\\u0022@id\\u0022:\\u0022https://blueroan.netgen.cloud/amenities/\\u0022,\\u0022mainEntity\\u0022:[{\\u0022@type\\u0022:\\u0022Question\\u0022,\\u0022name\\u0022:\\u0022\\u003cstrong\\u003ePUBS / MICRO BREWERIES\\u003c/strong\\u003e\\u0022,\\u0022acceptedAnswer\\u0022:{\\u0022@type\\u0022:\\u0022Answer\\u0022,\\u0022text\\u0022:\\u0022Black Horse   \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27825613246\\\\\\u0022\\u003e082 561 3246\\u003cbr\\u003e\\u003c/a\\u003eBrauhaus am Dam   \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27878025519\\\\\\u0022\\u003e087 802 5519\\u003c/a\\u003e / \\u003ca href=\\\\\\u0022tel:+27729201742\\\\\\u0022\\u003e072 920 1742\\u003c/a\\u003e\\u003cbr\\u003eHartleys Elephant Bar   \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27145772301\\\\\\u0022\\u003e014 577 2301\\u003cbr\\u003e\\u003c/a\\u003eThatchwood Pub   \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27837091672\\\\\\u0022\\u003e083 709 1672\\u003cbr\\u003e\\u003c/a\\u003eMonate Citrus Kelder   \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27122580712\\\\\\u0022\\u003e012 258 0712\\u003c/a\\u003e\\u0022}},{\\u0022@type\\u0022:\\u0022Question\\u0022,\\u0022name\\u0022:\\u0022\\u003cstrong\\u003eTEA GARDENS / RESTAURANTS   \\u003c/strong\\u003e\\u0022,\\u0022acceptedAnswer\\u0022:{\\u0022@type\\u0022:\\u0022Answer\\u0022,\\u0022text\\u0022:\\u0022Black Horse   \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27825613246\\\\\\u0022\\u003e082 561 3246\\u003cbr\\u003e\\u003c/a\\u003eBrauhaus am Dam   \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27878025519\\\\\\u0022\\u003e087 802 5519\\u003c/a\\u003e / \\u003ca href=\\\\\\u0022tel:+27729201742\\\\\\u0022\\u003e072 920 1742\\u003c/a\\u003e\\u003cbr\\u003eMelon Rouge   \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27796806050\\\\\\u0022\\u003e079 680 6050\\u003cbr\\u003e\\u003c/a\\u003eMount Grace Hotel   \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27145775600\\\\\\u0022\\u003e014 577 5600\\u003cbr\\u003e\\u003c/a\\u003eValley Lodge Hotel   \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27145771301\\\\\\u0022\\u003e014 577 1301\\u003cbr\\u003e\\u003c/a\\u003eLa Classique Ristorante   \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27145774006\\\\\\u0022\\u003e014 577 4006\\u003c/a\\u003e\\u0022}},{\\u0022@type\\u0022:\\u0022Question\\u0022,\\u0022name\\u0022:\\u0022\\u003cstrong\\u003eSHOPPING\\u003c/strong\\u003e  \\u0022,\\u0022acceptedAnswer\\u0022:{\\u0022@type\\u0022:\\u0022Answer\\u0022,\\u0022text\\u0022:\\u0022If Only Antiques    \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27827878825\\\\\\u0022\\u003e082 787 8825\\u003cbr\\u003e\\u003c/a\\u003ePuss in Boots   \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27145773562\\\\\\u0022\\u003e014 577 3562\\u003c/a\\u003e\\u0022}},{\\u0022@type\\u0022:\\u0022Question\\u0022,\\u0022name\\u0022:\\u0022\\u003cstrong\\u003eSPORTS \\u0026amp; ADVENTURE\\u003c/strong\\u003e\\u0022,\\u0022acceptedAnswer\\u0022:{\\u0022@type\\u0022:\\u0022Answer\\u0022,\\u0022text\\u0022:\\u0022Tandem Paragliding flips  \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27823221824\\\\\\u0022\\u003e0823221824\\u003c/a\\u003e\\u003cbr\\u003eMountain Sanctuary Park   \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27145340114\\\\\\u0022\\u003e014 534 0114\\u003cbr\\u003e\\u003c/a\\u003eBill Harrops Original Balloon Safaris   \\u003ca href=\\\\\\u0022tel:+27145771733\\\\\\u0022\\u003e014 577 1733\\u003c/a\\u003e / \\u003ca href=\\\\\\u0022tel:+27837520036\\\\\\u0022\\u003e083 752 0036\\u003c/a\\u003e\\u003cbr\\u003ePecanwood Golf Course   \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27122440112\\\\\\u0022\\u003e012 244 0112\\u003cbr\\u003e\\u003c/a\\u003eAir Ventures Hot Air Balloons   \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27117935782\\\\\\u0022\\u003e011 793 5782\\u003cbr\\u003e\\u003c/a\\u003eGliding   \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27835266966\\\\\\u0022\\u003e083 526 6966\\u003cbr\\u003e\\u003c/a\\u003eMagaliesberg Canopy Tours   \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27145350150\\\\\\u0022\\u003e014 535 0150\\u003cbr\\u003e\\u003c/a\\u003eWild Cave Adventures   \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27824862464\\\\\\u0022\\u003e082 486 2464\\u003cbr\\u003e\\u003c/a\\u003eMiracle Waters Dive Gateway   \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27832359840\\\\\\u0022\\u003e083 235 9840\\u003c/a\\u003e\\u0022}},{\\u0022@type\\u0022:\\u0022Question\\u0022,\\u0022name\\u0022:\\u0022\\u003cstrong\\u003eHEALTH SPAS\\u003c/strong\\u003e\\u0022,\\u0022acceptedAnswer\\u0022:{\\u0022@type\\u0022:\\u0022Answer\\u0022,\\u0022text\\u0022:\\u0022Whispering Pines   \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27145771536\\\\\\u0022\\u003e014 577 1536\\u003cbr\\u003e\\u003c/a\\u003eMount Grace Spa   \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27145775600\\\\\\u0022\\u003e014 577 5600\\u003cbr\\u003e\\u003c/a\\u003eValley Lodge Spa   \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27145771301\\\\\\u0022\\u003e014 577 1301\\u003cbr\\u003e\\u003c/a\\u003eRosewell Spa   \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27145771172\\\\\\u0022\\u003e014 577 1172\\u003cbr\\u003e\\u003c/a\\u003eSparkling Waters   \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27145350019\\\\\\u0022\\u003e014 535 0019\\u003c/a\\u003e\\u0022}},{\\u0022@type\\u0022:\\u0022Question\\u0022,\\u0022name\\u0022:\\u0022\\u003cstrong\\u003ePLACES OF INTEREST\\u003c/strong\\u003e\\u0022,\\u0022acceptedAnswer\\u0022:{\\u0022@type\\u0022:\\u0022Answer\\u0022,\\u0022text\\u0022:\\u0022Maropeng Visitors Centre   \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27145779000\\\\\\u0022\\u003e014 577 9000\\u003cbr\\u003e\\u003c/a\\u003eSterkfontein Caves   \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27116683200\\\\\\u0022\\u003e011 668 3200\\u003cbr\\u003e\\u003c/a\\u003eBlaaubank Gold Mine   \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27825673111\\\\\\u0022\\u003e082 567 3111\\u003cbr\\u003e\\u003c/a\\u003eVan Gaalen Cheese Farm   \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27122071289\\\\\\u0022\\u003e012 207 1289\\u003cbr\\u003e\\u003c/a\\u003eHartebeespoort Cableway   \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27722412654\\\\\\u0022\\u003e072 241 2654\\u003cbr\\u003e\\u003c/a\\u003eElephant Sanctuary             \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27122580423\\\\\\u0022\\u003e012 258 0423\\u003cbr\\u003e\\u003c/a\\u003eTeam Gel   \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27114622894\\\\\\u0022\\u003e011 462 2894\\u003c/a\\u003e / \\u003ca href=\\\\\\u0022tel:+27833207623\\\\\\u0022\\u003e083 320 7623\\u003c/a\\u003e\\u003cbr\\u003eMonate Citrus Kelder   \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27122580712\\\\\\u0022\\u003e012 258 0712\\u003cbr\\u003e\\u003c/a\\u003eLiving Jewels   \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27119566444\\\\\\u0022\\u003e011 956 6444\\u003cbr\\u003e\\u003c/a\\u003eBlaaubank Candle Dipping   \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27145774609\\\\\\u0022\\u003e014 577 4609\\u003cbr\\u003e\\u003c/a\\u003eVeggie Picking \\u0026amp; Strawberry Picking \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27122071116\\\\\\u0022\\u003e012 207 1116\\u003c/a\\u003e\\u0022}}]}\",\"questionLeftPaddingDesktop\":15,\"questionBottomPaddingDesktop\":15,\"answerTopPadding\":0,\"answerRightPadding\":15,\"answerBottomPadding\":15,\"answerLeftPadding\":15,\"answerTopPaddingTablet\":10,\"answerRightPaddingTablet\":10,\"answerBottomPaddingTablet\":10,\"answerLeftPaddingTablet\":10,\"answerTopPaddingMobile\":10,\"answerRightPaddingMobile\":10,\"answerBottomPaddingMobile\":10,\"answerLeftPaddingMobile\":10,\"overallBorderTopWidth\":1,\"overallBorderLeftWidth\":1,\"overallBorderRightWidth\":1,\"overallBorderBottomWidth\":1,\"overallBorderTopLeftRadius\":2,\"overallBorderTopRightRadius\":2,\"overallBorderBottomLeftRadius\":2,\"overallBorderBottomRightRadius\":2,\"overallBorderStyle\":\"none\",\"overallBorderColor\":\"#D2D2D2\"} -->\n<div class=\"wp-block-uagb-faq uagb-faq__outer-wrap uagb-block-1cbac79c uagb-faq-icon-row-reverse uagb-faq-layout-accordion uagb-faq-expand-first-false uagb-faq-inactive-other-true uagb-faq__wrap uagb-buttons-layout-wrap uagb-faq-equal-height\" data-faqtoggle=\"true\" role=\"tablist\"><!-- wp:uagb/faq-child {\"block_id\":\"3368c42f\",\"question\":\"\\u003cstrong\\u003ePUBS / MICRO BREWERIES\\u003c/strong\\u003e\",\"answer\":\"Black Horse   \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27825613246\\u0022\\u003e082 561 3246\\u003cbr\\u003e\\u003c/a\\u003eBrauhaus am Dam   \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27878025519\\u0022\\u003e087 802 5519\\u003c/a\\u003e / \\u003ca href=\\u0022tel:+27729201742\\u0022\\u003e072 920 1742\\u003c/a\\u003e\\u003cbr\\u003eHartleys Elephant Bar   \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27145772301\\u0022\\u003e014 577 2301\\u003cbr\\u003e\\u003c/a\\u003eThatchwood Pub   \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27837091672\\u0022\\u003e083 709 1672\\u003cbr\\u003e\\u003c/a\\u003eMonate Citrus Kelder   \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27122580712\\u0022\\u003e012 258 0712\\u003c/a\\u003e\"} -->\n<div class=\"wp-block-uagb-faq-child uagb-faq-child__outer-wrap uagb-faq-item uagb-block-3368c42f\" role=\"tab\" tabindex=\"0\"><div class=\"uagb-faq-questions-button uagb-faq-questions\"><span class=\"uagb-icon uagb-faq-icon-wrap\"><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 448 512\"><path d=\"M432 256c0 17.69-14.33 32.01-32 32.01H256v144c0 17.69-14.33 31.99-32 31.99s-32-14.3-32-31.99v-144H48c-17.67 0-32-14.32-32-32.01s14.33-31.99 32-31.99H192v-144c0-17.69 14.33-32.01 32-32.01s32 14.32 32 32.01v144h144C417.7 224 432 238.3 432 256z\"></path></svg></span><span class=\"uagb-icon-active uagb-faq-icon-wrap\"><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 448 512\"><path d=\"M400 288h-352c-17.69 0-32-14.32-32-32.01s14.31-31.99 32-31.99h352c17.69 0 32 14.3 32 31.99S417.7 288 400 288z\"></path></svg></span><span class=\"uagb-question\"><strong>PUBS / MICRO BREWERIES</strong></span></div><p class=\"uagb-faq-content\">Black Horse   <br><a href=\"tel:+27825613246\">082 561 3246<br></a>Brauhaus am Dam   <br><a href=\"tel:+27878025519\">087 802 5519</a> / <a href=\"tel:+27729201742\">072 920 1742</a><br>Hartleys Elephant Bar   <br><a href=\"tel:+27145772301\">014 577 2301<br></a>Thatchwood Pub   <br><a href=\"tel:+27837091672\">083 709 1672<br></a>Monate Citrus Kelder   <br><a href=\"tel:+27122580712\">012 258 0712</a></p></div>\n<!-- /wp:uagb/faq-child -->\n\n<!-- wp:uagb/faq-child {\"block_id\":\"0261e7a6\",\"question\":\"\\u003cstrong\\u003eTEA GARDENS / RESTAURANTS   \\u003c/strong\\u003e\",\"answer\":\"Black Horse   \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27825613246\\u0022\\u003e082 561 3246\\u003cbr\\u003e\\u003c/a\\u003eBrauhaus am Dam   \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27878025519\\u0022\\u003e087 802 5519\\u003c/a\\u003e / \\u003ca href=\\u0022tel:+27729201742\\u0022\\u003e072 920 1742\\u003c/a\\u003e\\u003cbr\\u003eMelon Rouge   \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27796806050\\u0022\\u003e079 680 6050\\u003cbr\\u003e\\u003c/a\\u003eMount Grace Hotel   \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27145775600\\u0022\\u003e014 577 5600\\u003cbr\\u003e\\u003c/a\\u003eValley Lodge Hotel   \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27145771301\\u0022\\u003e014 577 1301\\u003cbr\\u003e\\u003c/a\\u003eLa Classique Ristorante   \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27145774006\\u0022\\u003e014 577 4006\\u003c/a\\u003e\"} -->\n<div class=\"wp-block-uagb-faq-child uagb-faq-child__outer-wrap uagb-faq-item uagb-block-0261e7a6\" role=\"tab\" tabindex=\"0\"><div class=\"uagb-faq-questions-button uagb-faq-questions\"><span class=\"uagb-icon uagb-faq-icon-wrap\"><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 448 512\"><path d=\"M432 256c0 17.69-14.33 32.01-32 32.01H256v144c0 17.69-14.33 31.99-32 31.99s-32-14.3-32-31.99v-144H48c-17.67 0-32-14.32-32-32.01s14.33-31.99 32-31.99H192v-144c0-17.69 14.33-32.01 32-32.01s32 14.32 32 32.01v144h144C417.7 224 432 238.3 432 256z\"></path></svg></span><span class=\"uagb-icon-active uagb-faq-icon-wrap\"><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 448 512\"><path d=\"M400 288h-352c-17.69 0-32-14.32-32-32.01s14.31-31.99 32-31.99h352c17.69 0 32 14.3 32 31.99S417.7 288 400 288z\"></path></svg></span><span class=\"uagb-question\"><strong>TEA GARDENS / RESTAURANTS   </strong></span></div><p class=\"uagb-faq-content\">Black Horse   <br><a href=\"tel:+27825613246\">082 561 3246<br></a>Brauhaus am Dam   <br><a href=\"tel:+27878025519\">087 802 5519</a> / <a href=\"tel:+27729201742\">072 920 1742</a><br>Melon Rouge   <br><a href=\"tel:+27796806050\">079 680 6050<br></a>Mount Grace Hotel   <br><a href=\"tel:+27145775600\">014 577 5600<br></a>Valley Lodge Hotel   <br><a href=\"tel:+27145771301\">014 577 1301<br></a>La Classique Ristorante   <br><a href=\"tel:+27145774006\">014 577 4006</a></p></div>\n<!-- /wp:uagb/faq-child -->\n\n<!-- wp:uagb/faq-child {\"block_id\":\"250163fc\",\"question\":\"\\u003cstrong\\u003eSHOPPING\\u003c/strong\\u003e  \",\"answer\":\"If Only Antiques    \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27827878825\\u0022\\u003e082 787 8825\\u003cbr\\u003e\\u003c/a\\u003ePuss in Boots   \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27145773562\\u0022\\u003e014 577 3562\\u003c/a\\u003e\"} -->\n<div class=\"wp-block-uagb-faq-child uagb-faq-child__outer-wrap uagb-faq-item uagb-block-250163fc\" role=\"tab\" tabindex=\"0\"><div class=\"uagb-faq-questions-button uagb-faq-questions\"><span class=\"uagb-icon uagb-faq-icon-wrap\"><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 448 512\"><path d=\"M432 256c0 17.69-14.33 32.01-32 32.01H256v144c0 17.69-14.33 31.99-32 31.99s-32-14.3-32-31.99v-144H48c-17.67 0-32-14.32-32-32.01s14.33-31.99 32-31.99H192v-144c0-17.69 14.33-32.01 32-32.01s32 14.32 32 32.01v144h144C417.7 224 432 238.3 432 256z\"></path></svg></span><span class=\"uagb-icon-active uagb-faq-icon-wrap\"><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 448 512\"><path d=\"M400 288h-352c-17.69 0-32-14.32-32-32.01s14.31-31.99 32-31.99h352c17.69 0 32 14.3 32 31.99S417.7 288 400 288z\"></path></svg></span><span class=\"uagb-question\"><strong>SHOPPING</strong>  </span></div><p class=\"uagb-faq-content\">If Only Antiques    <br><a href=\"tel:+27827878825\">082 787 8825<br></a>Puss in Boots   <br><a href=\"tel:+27145773562\">014 577 3562</a></p></div>\n<!-- /wp:uagb/faq-child -->\n\n<!-- wp:uagb/faq-child {\"block_id\":\"87914f7a\",\"question\":\"\\u003cstrong\\u003eSPORTS \\u0026amp; ADVENTURE\\u003c/strong\\u003e\",\"answer\":\"Tandem Paragliding flips  \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27823221824\\u0022\\u003e0823221824\\u003c/a\\u003e\\u003cbr\\u003eMountain Sanctuary Park   \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27145340114\\u0022\\u003e014 534 0114\\u003cbr\\u003e\\u003c/a\\u003eBill Harrops Original Balloon Safaris   \\u003ca href=\\u0022tel:+27145771733\\u0022\\u003e014 577 1733\\u003c/a\\u003e / \\u003ca href=\\u0022tel:+27837520036\\u0022\\u003e083 752 0036\\u003c/a\\u003e\\u003cbr\\u003ePecanwood Golf Course   \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27122440112\\u0022\\u003e012 244 0112\\u003cbr\\u003e\\u003c/a\\u003eAir Ventures Hot Air Balloons   \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27117935782\\u0022\\u003e011 793 5782\\u003cbr\\u003e\\u003c/a\\u003eGliding   \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27835266966\\u0022\\u003e083 526 6966\\u003cbr\\u003e\\u003c/a\\u003eMagaliesberg Canopy Tours   \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27145350150\\u0022\\u003e014 535 0150\\u003cbr\\u003e\\u003c/a\\u003eWild Cave Adventures   \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27824862464\\u0022\\u003e082 486 2464\\u003cbr\\u003e\\u003c/a\\u003eMiracle Waters Dive Gateway   \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27832359840\\u0022\\u003e083 235 9840\\u003c/a\\u003e\"} -->\n<div class=\"wp-block-uagb-faq-child uagb-faq-child__outer-wrap uagb-faq-item uagb-block-87914f7a\" role=\"tab\" tabindex=\"0\"><div class=\"uagb-faq-questions-button uagb-faq-questions\"><span class=\"uagb-icon uagb-faq-icon-wrap\"><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 448 512\"><path d=\"M432 256c0 17.69-14.33 32.01-32 32.01H256v144c0 17.69-14.33 31.99-32 31.99s-32-14.3-32-31.99v-144H48c-17.67 0-32-14.32-32-32.01s14.33-31.99 32-31.99H192v-144c0-17.69 14.33-32.01 32-32.01s32 14.32 32 32.01v144h144C417.7 224 432 238.3 432 256z\"></path></svg></span><span class=\"uagb-icon-active uagb-faq-icon-wrap\"><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 448 512\"><path d=\"M400 288h-352c-17.69 0-32-14.32-32-32.01s14.31-31.99 32-31.99h352c17.69 0 32 14.3 32 31.99S417.7 288 400 288z\"></path></svg></span><span class=\"uagb-question\"><strong>SPORTS &amp; ADVENTURE</strong></span></div><p class=\"uagb-faq-content\">Tandem Paragliding flips  <br><a href=\"tel:+27823221824\">0823221824</a><br>Mountain Sanctuary Park   <br><a href=\"tel:+27145340114\">014 534 0114<br></a>Bill Harrops Original Balloon Safaris   <a href=\"tel:+27145771733\">014 577 1733</a> / <a href=\"tel:+27837520036\">083 752 0036</a><br>Pecanwood Golf Course   <br><a href=\"tel:+27122440112\">012 244 0112<br></a>Air Ventures Hot Air Balloons   <br><a href=\"tel:+27117935782\">011 793 5782<br></a>Gliding   <br><a href=\"tel:+27835266966\">083 526 6966<br></a>Magaliesberg Canopy Tours   <br><a href=\"tel:+27145350150\">014 535 0150<br></a>Wild Cave Adventures   <br><a href=\"tel:+27824862464\">082 486 2464<br></a>Miracle Waters Dive Gateway   <br><a href=\"tel:+27832359840\">083 235 9840</a></p></div>\n<!-- /wp:uagb/faq-child -->\n\n<!-- wp:uagb/faq-child {\"block_id\":\"e4528a91\",\"question\":\"\\u003cstrong\\u003eHEALTH SPAS\\u003c/strong\\u003e\",\"answer\":\"Whispering Pines   \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27145771536\\u0022\\u003e014 577 1536\\u003cbr\\u003e\\u003c/a\\u003eMount Grace Spa   \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27145775600\\u0022\\u003e014 577 5600\\u003cbr\\u003e\\u003c/a\\u003eValley Lodge Spa   \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27145771301\\u0022\\u003e014 577 1301\\u003cbr\\u003e\\u003c/a\\u003eRosewell Spa   \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27145771172\\u0022\\u003e014 577 1172\\u003cbr\\u003e\\u003c/a\\u003eSparkling Waters   \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27145350019\\u0022\\u003e014 535 0019\\u003c/a\\u003e\"} -->\n<div class=\"wp-block-uagb-faq-child uagb-faq-child__outer-wrap uagb-faq-item uagb-block-e4528a91\" role=\"tab\" tabindex=\"0\"><div class=\"uagb-faq-questions-button uagb-faq-questions\"><span class=\"uagb-icon uagb-faq-icon-wrap\"><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 448 512\"><path d=\"M432 256c0 17.69-14.33 32.01-32 32.01H256v144c0 17.69-14.33 31.99-32 31.99s-32-14.3-32-31.99v-144H48c-17.67 0-32-14.32-32-32.01s14.33-31.99 32-31.99H192v-144c0-17.69 14.33-32.01 32-32.01s32 14.32 32 32.01v144h144C417.7 224 432 238.3 432 256z\"></path></svg></span><span class=\"uagb-icon-active uagb-faq-icon-wrap\"><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 448 512\"><path d=\"M400 288h-352c-17.69 0-32-14.32-32-32.01s14.31-31.99 32-31.99h352c17.69 0 32 14.3 32 31.99S417.7 288 400 288z\"></path></svg></span><span class=\"uagb-question\"><strong>HEALTH SPAS</strong></span></div><p class=\"uagb-faq-content\">Whispering Pines   <br><a href=\"tel:+27145771536\">014 577 1536<br></a>Mount Grace Spa   <br><a href=\"tel:+27145775600\">014 577 5600<br></a>Valley Lodge Spa   <br><a href=\"tel:+27145771301\">014 577 1301<br></a>Rosewell Spa   <br><a href=\"tel:+27145771172\">014 577 1172<br></a>Sparkling Waters   <br><a href=\"tel:+27145350019\">014 535 0019</a></p></div>\n<!-- /wp:uagb/faq-child -->\n\n<!-- wp:uagb/faq-child {\"block_id\":\"9f150a29\",\"question\":\"\\u003cstrong\\u003ePLACES OF INTEREST\\u003c/strong\\u003e\",\"answer\":\"Maropeng Visitors Centre   \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27145779000\\u0022\\u003e014 577 9000\\u003cbr\\u003e\\u003c/a\\u003eSterkfontein Caves   \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27116683200\\u0022\\u003e011 668 3200\\u003cbr\\u003e\\u003c/a\\u003eBlaaubank Gold Mine   \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27825673111\\u0022\\u003e082 567 3111\\u003cbr\\u003e\\u003c/a\\u003eVan Gaalen Cheese Farm   \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27122071289\\u0022\\u003e012 207 1289\\u003cbr\\u003e\\u003c/a\\u003eHartebeespoort Cableway   \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27722412654\\u0022\\u003e072 241 2654\\u003cbr\\u003e\\u003c/a\\u003eElephant Sanctuary             \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27122580423\\u0022\\u003e012 258 0423\\u003cbr\\u003e\\u003c/a\\u003eTeam Gel   \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27114622894\\u0022\\u003e011 462 2894\\u003c/a\\u003e / \\u003ca href=\\u0022tel:+27833207623\\u0022\\u003e083 320 7623\\u003c/a\\u003e\\u003cbr\\u003eMonate Citrus Kelder   \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27122580712\\u0022\\u003e012 258 0712\\u003cbr\\u003e\\u003c/a\\u003eLiving Jewels   \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27119566444\\u0022\\u003e011 956 6444\\u003cbr\\u003e\\u003c/a\\u003eBlaaubank Candle Dipping   \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27145774609\\u0022\\u003e014 577 4609\\u003cbr\\u003e\\u003c/a\\u003eVeggie Picking \\u0026amp; Strawberry Picking \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27122071116\\u0022\\u003e012 207 1116\\u003c/a\\u003e\"} -->\n<div class=\"wp-block-uagb-faq-child uagb-faq-child__outer-wrap uagb-faq-item uagb-block-9f150a29\" role=\"tab\" tabindex=\"0\"><div class=\"uagb-faq-questions-button uagb-faq-questions\"><span class=\"uagb-icon uagb-faq-icon-wrap\"><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 448 512\"><path d=\"M432 256c0 17.69-14.33 32.01-32 32.01H256v144c0 17.69-14.33 31.99-32 31.99s-32-14.3-32-31.99v-144H48c-17.67 0-32-14.32-32-32.01s14.33-31.99 32-31.99H192v-144c0-17.69 14.33-32.01 32-32.01s32 14.32 32 32.01v144h144C417.7 224 432 238.3 432 256z\"></path></svg></span><span class=\"uagb-icon-active uagb-faq-icon-wrap\"><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 448 512\"><path d=\"M400 288h-352c-17.69 0-32-14.32-32-32.01s14.31-31.99 32-31.99h352c17.69 0 32 14.3 32 31.99S417.7 288 400 288z\"></path></svg></span><span class=\"uagb-question\"><strong>PLACES OF INTEREST</strong></span></div><p class=\"uagb-faq-content\">Maropeng Visitors Centre   <br><a href=\"tel:+27145779000\">014 577 9000<br></a>Sterkfontein Caves   <br><a href=\"tel:+27116683200\">011 668 3200<br></a>Blaaubank Gold Mine   <br><a href=\"tel:+27825673111\">082 567 3111<br></a>Van Gaalen Cheese Farm   <br><a href=\"tel:+27122071289\">012 207 1289<br></a>Hartebeespoort Cableway   <br><a href=\"tel:+27722412654\">072 241 2654<br></a>Elephant Sanctuary             <br><a href=\"tel:+27122580423\">012 258 0423<br></a>Team Gel   <br><a href=\"tel:+27114622894\">011 462 2894</a> / <a href=\"tel:+27833207623\">083 320 7623</a><br>Monate Citrus Kelder   <br><a href=\"tel:+27122580712\">012 258 0712<br></a>Living Jewels   <br><a href=\"tel:+27119566444\">011 956 6444<br></a>Blaaubank Candle Dipping   <br><a href=\"tel:+27145774609\">014 577 4609<br></a>Veggie Picking &amp; Strawberry Picking <br><a href=\"tel:+27122071116\">012 207 1116</a></p></div>\n<!-- /wp:uagb/faq-child --></div>\n<!-- /wp:uagb/faq --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"abb4ff3c\",\"innerContentCustomWidthDesktop\":781,\"innerContentCustomWidthTablet\":781,\"backgroundType\":\"image\",\"backgroundImageDesktop\":{\"id\":907,\"title\":\"241565_xl\",\"filename\":\"241565_xl.jpg\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/241565_xl.jpg\",\"link\":\"https://blueroan.netgen.cloud/home/241565_xl/\",\"alt\":\"\",\"author\":\"2\",\"description\":\"\",\"caption\":\"\",\"name\":\"241565_xl\",\"status\":\"inherit\",\"uploadedTo\":760,\"date\":\"2022-12-13T15:04:35.000Z\",\"modified\":\"2022-12-13T15:04:35.000Z\",\"menuOrder\":0,\"mime\":\"image/jpeg\",\"type\":\"image\",\"subtype\":\"jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-includes/images/media/default.png\",\"dateFormatted\":\"December 13, 2022\",\"nonces\":{\"update\":\"8ba15922a4\",\"delete\":\"e660ddd200\",\"edit\":\"57c3a4b066\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=907\\u0026action=edit\",\"meta\":false,\"authorName\":\"Netgen Support\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/profile.php\",\"uploadedToTitle\":\"Home\",\"uploadedToLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=760\\u0026action=edit\",\"filesizeInBytes\":90717,\"filesizeHumanReadable\":\"89 KB\",\"context\":\"\",\"height\":534,\"width\":800,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/241565_xl-150x150.jpg\",\"orientation\":\"landscape\"},\"medium\":{\"height\":200,\"width\":300,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/241565_xl-300x200.jpg\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/241565_xl.jpg\",\"height\":534,\"width\":800,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"backgroundImageColor\":\"rgba(42,42,42,0.65)\",\"topPaddingDesktop\":144,\"bottomPaddingDesktop\":144,\"leftPaddingDesktop\":40,\"rightPaddingDesktop\":40,\"topPaddingTablet\":80,\"bottomPaddingTablet\":80,\"leftPaddingTablet\":40,\"rightPaddingTablet\":40,\"topPaddingMobile\":64,\"bottomPaddingMobile\":64,\"leftPaddingMobile\":24,\"rightPaddingMobile\":24,\"paddingLink\":false,\"variationSelected\":true,\"isBlockRootParent\":true,\"overlayType\":\"color\"} -->\n<div class=\"wp-block-uagb-container uagb-block-abb4ff3c alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/advanced-heading {\"block_id\":\"e7c03041\",\"classMigrate\":true,\"headingDescToggle\":true,\"headingAlign\":\"center\",\"headingColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"subHeadingColor\":\"var(\\u002d\\u002dast-global-color-4)\",\"headSpace\":20} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-e7c03041\"><h2 class=\"uagb-heading-text\">Create Memorable Moments at Blue Roan!</h2><p class=\"uagb-desc-text\">Blue Roan is a 4-star graded pet-friendly venue</p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/advanced-heading {\"block_id\":\"e09bca7f\",\"classMigrate\":true,\"headingTitleToggle\":false,\"headingDescToggle\":true,\"headingAlign\":\"center\",\"subHeadingColor\":\"var(\\u002d\\u002dast-global-color-4)\",\"subHeadTransform\":\"uppercase\",\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"subHeadLetterSpacing\":2,\"blockTopPadding\":60,\"blockRightPadding\":0,\"blockLeftPadding\":0,\"blockBottomPadding\":0,\"blockTopPaddingMobile\":30,\"blockRightPaddingMobile\":0,\"blockLeftPaddingMobile\":0,\"blockBottomPaddingMobile\":0,\"linkColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"linkHColor\":\"var(\\u002d\\u002dast-global-color-0)\"} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-e09bca7f\"><p class=\"uagb-desc-text\"><a href=\"https://book.nightsbridge.com/11065\" target=\"_blank\" rel=\"noreferrer noopener\">BOOK YOUR STAY NOW​</a></p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/icon-list {\"block_id\":\"e6a816c7\",\"classMigrate\":true,\"childMigrate\":true,\"align\":\"center\",\"parentIcon\":\"phone\",\"size\":40,\"sizeMobile\":24,\"sizeTablet\":32,\"fontSize\":48,\"fontSizeMobile\":28,\"fontSizeTablet\":40,\"fontWeight\":\"600\",\"iconColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"labelColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"blockTopPadding\":0,\"blockRightPadding\":0,\"blockLeftPadding\":0,\"blockBottomPadding\":24,\"blockPaddingLink\":false} -->\n<div class=\"wp-block-uagb-icon-list uagb-block-e6a816c7\"><div class=\"uagb-icon-list__wrap\"><!-- wp:uagb/icon-list-child {\"block_id\":\"34a3d26f\",\"label\":\"+ 27 (0) 82 575 5409\",\"label_color\":\"\",\"link\":\"tel:+27825755409\",\"disableLink\":true,\"fromParentIcon\":\"phone\",\"imageSizeChild\":40} -->\n<div class=\"wp-block-uagb-icon-list-child uagb-block-34a3d26f\"><a target=\"_self\" aria-label=\"+ 27 (0) 82 575 5409\" rel=\"noopener noreferrer\" href=\"tel:+27825755409\"> </a><span class=\"uagb-icon-list__source-wrap\"><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M511.2 387l-23.25 100.8c-3.266 14.25-15.79 24.22-30.46 24.22C205.2 512 0 306.8 0 54.5c0-14.66 9.969-27.2 24.22-30.45l100.8-23.25C139.7-2.602 154.7 5.018 160.8 18.92l46.52 108.5c5.438 12.78 1.77 27.67-8.98 36.45L144.5 207.1c33.98 69.22 90.26 125.5 159.5 159.5l44.08-53.8c8.688-10.78 23.69-14.51 36.47-8.975l108.5 46.51C506.1 357.2 514.6 372.4 511.2 387z\"></path></svg></span><span class=\"uagb-icon-list__label\">+ 27 (0) 82 575 5409</span></div>\n<!-- /wp:uagb/icon-list-child -->\n\n<!-- wp:uagb/icon-list-child {\"block_id\":\"56345d5d\",\"label\":\" blueroan@ugo.co.za\",\"icon\":\"envelope\",\"label_color\":\"\",\"link\":\"mailto: blueroan@ugo.co.za\",\"disableLink\":true} -->\n<div class=\"wp-block-uagb-icon-list-child uagb-block-56345d5d\"><a target=\"_self\" aria-label=\" blueroan@ugo.co.za\" rel=\"noopener noreferrer\" href=\"mailto:blueroan@ugo.co.za\"> </a><span class=\"uagb-icon-list__source-wrap\"><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M464 64C490.5 64 512 85.49 512 112C512 127.1 504.9 141.3 492.8 150.4L275.2 313.6C263.8 322.1 248.2 322.1 236.8 313.6L19.2 150.4C7.113 141.3 0 127.1 0 112C0 85.49 21.49 64 48 64H464zM217.6 339.2C240.4 356.3 271.6 356.3 294.4 339.2L512 176V384C512 419.3 483.3 448 448 448H64C28.65 448 0 419.3 0 384V176L217.6 339.2z\"></path></svg></span><span class=\"uagb-icon-list__label\"> blueroan@ugo.co.za</span></div>\n<!-- /wp:uagb/icon-list-child --></div></div>\n<!-- /wp:uagb/icon-list --></div></div>\n<!-- /wp:uagb/container -->',	'Amenities',	'',	'inherit',	'closed',	'closed',	'',	'762-revision-v1',	'',	'',	'2022-12-19 08:01:00',	'2022-12-19 08:01:00',	'',	762,	'https://blueroan.netgen.cloud/?p=1330',	0,	'revision',	'',	0),
(1331,	2,	'2022-12-19 08:02:05',	'2022-12-19 08:02:05',	'',	'quad-biking-magliesburg',	'',	'inherit',	'',	'closed',	'',	'quad-biking-magliesburg',	'',	'',	'2022-12-19 08:02:05',	'2022-12-19 08:02:05',	'',	762,	'https://blueroan.netgen.cloud/wp-content/uploads/2022/12/quad-biking-magliesburg.png',	0,	'attachment',	'image/png',	0),
(1332,	2,	'2022-12-19 08:02:13',	'2022-12-19 08:02:13',	'<!-- wp:uagb/container {\"block_id\":\"5d66ff66\",\"backgroundType\":\"image\",\"backgroundImageDesktop\":{\"id\":1007,\"title\":\"AAEAAQAAAAAAAAAAAAAAJDg5NmY0ZGUxLWE4MTgtNDY5NC1iODFhLTBmN2Q0ZDc5ZWFiNw-1\",\"filename\":\"AAEAAQAAAAAAAAAAAAAAJDg5NmY0ZGUxLWE4MTgtNDY5NC1iODFhLTBmN2Q0ZDc5ZWFiNw-1.png\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAAJDg5NmY0ZGUxLWE4MTgtNDY5NC1iODFhLTBmN2Q0ZDc5ZWFiNw-1.png\",\"link\":\"https://blueroan.netgen.cloud/the-barn/aaeaaqaaaaaaaaaaaaaajdg5nmy0zguxlwe4mtgtndy5nc1iodfhltbmn2q0zdc5zwfinw-1/\",\"alt\":\"\",\"author\":\"2\",\"description\":\"\",\"caption\":\"\",\"name\":\"aaeaaqaaaaaaaaaaaaaajdg5nmy0zguxlwe4mtgtndy5nc1iodfhltbmn2q0zdc5zwfinw-1\",\"status\":\"inherit\",\"uploadedTo\":948,\"date\":\"2022-12-14T10:50:25.000Z\",\"modified\":\"2022-12-14T10:50:25.000Z\",\"menuOrder\":0,\"mime\":\"image/png\",\"type\":\"image\",\"subtype\":\"png\",\"icon\":\"https://blueroan.netgen.cloud/wp-includes/images/media/default.png\",\"dateFormatted\":\"December 14, 2022\",\"nonces\":{\"update\":\"483f8bdf3d\",\"delete\":\"0a7ebc92ef\",\"edit\":\"6bc1c6a685\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=1007\\u0026action=edit\",\"meta\":false,\"authorName\":\"Netgen Support\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/profile.php\",\"uploadedToTitle\":\"The Barn\",\"uploadedToLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=948\\u0026action=edit\",\"filesizeInBytes\":1348989,\"filesizeHumanReadable\":\"1 MB\",\"context\":\"\",\"height\":667,\"width\":1000,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAAJDg5NmY0ZGUxLWE4MTgtNDY5NC1iODFhLTBmN2Q0ZDc5ZWFiNw-1-150x150.png\",\"orientation\":\"landscape\"},\"medium\":{\"height\":200,\"width\":300,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAAJDg5NmY0ZGUxLWE4MTgtNDY5NC1iODFhLTBmN2Q0ZDc5ZWFiNw-1-300x200.png\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAAJDg5NmY0ZGUxLWE4MTgtNDY5NC1iODFhLTBmN2Q0ZDc5ZWFiNw-1.png\",\"height\":667,\"width\":1000,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"backgroundPositionDesktop\":{\"x\":0.61,\"y\":0.52},\"backgroundSizeTablet\":\"cover\",\"backgroundSizeMobile\":\"cover\",\"backgroundColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"backgroundImageColor\":\"rgba(42,42,42,0.5)\",\"topPaddingDesktop\":220,\"bottomPaddingDesktop\":150,\"topPaddingTablet\":170,\"bottomPaddingTablet\":160,\"leftPaddingTablet\":30,\"rightPaddingTablet\":30,\"topPaddingMobile\":180,\"bottomPaddingMobile\":80,\"leftPaddingMobile\":20,\"rightPaddingMobile\":20,\"paddingLink\":false,\"variationSelected\":true,\"isBlockRootParent\":true,\"overlayType\":\"color\"} -->\n<div class=\"wp-block-uagb-container uagb-block-5d66ff66 alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/advanced-heading {\"block_id\":\"7eac826f\",\"classMigrate\":true,\"headingDescToggle\":true,\"headingColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"subHeadingColor\":\"var(\\u002d\\u002dast-global-color-4)\",\"headingTag\":\"h1\",\"headSpace\":20,\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"blockTopPadding\":0,\"blockRightPadding\":50,\"blockLeftPadding\":0,\"blockBottomPadding\":0,\"blockTopPaddingTablet\":0,\"blockRightPaddingTablet\":20,\"blockLeftPaddingTablet\":0,\"blockBottomPaddingTablet\":0,\"blockTopPaddingMobile\":0,\"blockRightPaddingMobile\":0,\"blockLeftPaddingMobile\":0,\"blockBottomPaddingMobile\":0,\"blockPaddingUnit\":\"%\",\"blockPaddingUnitTablet\":\"%\"} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-7eac826f\"><h1 class=\"uagb-heading-text\">Amenities &amp; Interests​</h1><p class=\"uagb-desc-text\">We do not give you just rooms to stay in. We give you an environment where you can experience the best while on a holiday with us. </p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:buttons -->\n<div class=\"wp-block-buttons\"><!-- wp:button -->\n<div class=\"wp-block-button\"><a class=\"wp-block-button__link wp-element-button\" href=\"https://book.nightsbridge.com/11065\" target=\"_blank\" rel=\"noreferrer noopener\">BOOK NOW</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"53b2c6b9\",\"backgroundType\":\"color\",\"backgroundSizeTablet\":\"cover\",\"backgroundSizeMobile\":\"cover\",\"backgroundColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"topPaddingDesktop\":50,\"bottomPaddingDesktop\":100,\"topPaddingTablet\":50,\"bottomPaddingTablet\":25,\"leftPaddingTablet\":20,\"rightPaddingTablet\":20,\"topPaddingMobile\":50,\"bottomPaddingMobile\":20,\"leftPaddingMobile\":20,\"rightPaddingMobile\":20,\"paddingLink\":false,\"variationSelected\":true,\"rowGapDesktop\":0,\"isBlockRootParent\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-53b2c6b9 alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/container {\"block_id\":\"c68dd980\",\"directionDesktop\":\"row\",\"alignItemsTablet\":\"flex-start\",\"paddingLink\":false,\"topMarginDesktop\":50,\"bottomMarginDesktop\":20,\"leftMarginDesktop\":0,\"rightMarginDesktop\":0,\"marginLink\":false,\"variationSelected\":true,\"rowGapMobile\":65,\"columnGapDesktop\":48,\"columnGapTablet\":20} -->\n<div class=\"wp-block-uagb-container uagb-block-c68dd980\"><!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"align\":\"center\",\"id\":828,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image aligncenter size-full\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Blue-Roan-pool.png\" alt=\"Blue Roan\'s rock pool\" class=\"wp-image-828\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>A relaxing rock Pool​</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>We have a lovely sparkling blue rock pool next to a thatched Lapa. &nbsp;&nbsp;Lie on recliners on the green lawn or sit on the swing chair in the Lapa and enjoy the panoramic view of the Magaliesberg mountain range.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":829,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/img-20160605-wa0002-largejpg.png\" alt=\"\" class=\"wp-image-829\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>Braai facilities </h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>What can compare to a burning fire under the star-lit African sky? Nothing beats the flavor of cooking over an open flame.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":830,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/ef9d0188da11e2bc56788f5619d9d539.png\" alt=\"\" class=\"wp-image-830\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>A games room </h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>The reception is also a games room for those who enjoy darts or playing pool. &nbsp;Take a selection of DVDs back to your room and watch movies on your own DVD player. &nbsp;There is also a selection of board games and music CDs that you can borrow.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"align\":\"center\",\"id\":1198,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image aligncenter size-full\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/eyJidWNrZXQiOiJhc3NldHMuYWxsdHJhaWxzLmNvbSIsImtleSI6InVwbG9hZHMvcGhvdG8vaW1hZ2UvNDMxNzk4MTAvYjZkYTAz-1.png\" alt=\"\" class=\"wp-image-1198\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>Walking or hiking </h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>There is a well-kept walking trail on our property with plenty of bird life and some benches along the way. &nbsp;It is safe for dogs to run off-leash as it is completely fenced all around. &nbsp;For those who enjoy long walks and hikes, it is safe to cross onto neighbouring farms and go as far as the eye can see.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":1185,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/49089607_1950305445047847_5177863042771189760_n.png\" alt=\"\" class=\"wp-image-1185\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>Mountain biking </h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Bring your mountain bikes and explore the surrounding countryside on safe off-road tracks on our property and on neighbouring farms.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":1196,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Michelle_1.png\" alt=\"\" class=\"wp-image-1196\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>Horse riding </h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Interested riders can book at one of the recommended horse-riding establishments listed further down this page.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"301d2b79\",\"innerContentWidth\":\"alignfull\",\"directionDesktop\":\"row\",\"wrapTablet\":\"wrap\",\"variationSelected\":true,\"rowGapTablet\":0,\"columnGapDesktop\":0,\"isBlockRootParent\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-301d2b79 alignfull uagb-is-root-container\"><!-- wp:uagb/container {\"block_id\":\"52bdfb43\",\"widthDesktop\":25,\"widthTablet\":50,\"variationSelected\":true,\"widthSetByUser\":true,\"UAGHideMob\":true,\"UAGResponsiveConditions\":true} -->\n<div class=\"wp-block-uagb-container uag-hide-mob uagb-block-52bdfb43\"><!-- wp:uagb/image {\"block_id\":\"ea39ef79\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-18-1-1024x768.jpg\",\"id\":1208,\"linkDestination\":\"none\",\"width\":480,\"height\":500,\"naturalWidth\":1024,\"naturalHeight\":768,\"sizeSlug\":\"large\",\"sizeSlugTablet\":\"large\",\"sizeSlugMobile\":\"large\",\"customHeightSetDesktop\":true} -->\n<div class=\"wp-block-uagb-image uagb-block-ea39ef79 wp-block-uagb-image--layout-default wp-block-uagb-image--effect-static wp-block-uagb-image--align-none\"><figure class=\"wp-block-uagb-image__figure\"><img srcset=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-18-1-1024x768.jpg \" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-18-1-1024x768.jpg\" alt=\"\" class=\"uag-image-1208\" width=\"480\" height=\"500\" title=\"\" loading=\"lazy\"/></figure></div>\n<!-- /wp:uagb/image --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"1a6d9fa4\",\"widthDesktop\":25,\"widthTablet\":50,\"variationSelected\":true,\"widthSetByUser\":true,\"UAGHideMob\":true,\"UAGResponsiveConditions\":true} -->\n<div class=\"wp-block-uagb-container uag-hide-mob uagb-block-1a6d9fa4\"><!-- wp:uagb/image {\"block_id\":\"86b7811a\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Blue-Roan-pool-1.png\",\"id\":1210,\"linkDestination\":\"none\",\"width\":480,\"height\":500,\"naturalWidth\":370,\"naturalHeight\":440,\"sizeSlug\":\"full\",\"sizeSlugTablet\":\"full\",\"sizeSlugMobile\":\"full\",\"customHeightSetDesktop\":true} -->\n<div class=\"wp-block-uagb-image uagb-block-86b7811a wp-block-uagb-image--layout-default wp-block-uagb-image--effect-static wp-block-uagb-image--align-none\"><figure class=\"wp-block-uagb-image__figure\"><img srcset=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Blue-Roan-pool-1.png \" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Blue-Roan-pool-1.png\" alt=\"\" class=\"uag-image-1210\" width=\"480\" height=\"500\" title=\"\" loading=\"lazy\"/></figure></div>\n<!-- /wp:uagb/image --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"fc0efcc0\",\"widthDesktop\":50,\"widthTablet\":100,\"variationSelected\":true,\"columnGapDesktop\":20,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-fc0efcc0\"><!-- wp:uagb/image {\"block_id\":\"ecb65be1\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/the-view-from-my-rooms-1024x768.jpg\",\"id\":1211,\"linkDestination\":\"none\",\"width\":960,\"height\":500,\"naturalWidth\":1024,\"naturalHeight\":768,\"sizeSlug\":\"large\",\"sizeSlugTablet\":\"large\",\"sizeSlugMobile\":\"large\",\"customHeightSetDesktop\":true} -->\n<div class=\"wp-block-uagb-image uagb-block-ecb65be1 wp-block-uagb-image--layout-default wp-block-uagb-image--effect-static wp-block-uagb-image--align-none\"><figure class=\"wp-block-uagb-image__figure\"><img srcset=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/the-view-from-my-rooms-1024x768.jpg \" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/the-view-from-my-rooms-1024x768.jpg\" alt=\"\" class=\"uag-image-1211\" width=\"960\" height=\"500\" title=\"\" loading=\"lazy\"/></figure></div>\n<!-- /wp:uagb/image --></div>\n<!-- /wp:uagb/container --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"d3e33d1a\",\"innerContentWidth\":\"alignfull\",\"directionDesktop\":\"row\",\"wrapTablet\":\"wrap\",\"variationSelected\":true,\"rowGapTablet\":0,\"columnGapDesktop\":0,\"isBlockRootParent\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-d3e33d1a alignfull uagb-is-root-container\"><!-- wp:uagb/container {\"block_id\":\"ae685a28\",\"widthDesktop\":50,\"widthTablet\":100,\"variationSelected\":true,\"columnGapDesktop\":20,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-ae685a28\"><!-- wp:uagb/image {\"block_id\":\"445ecbea\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAAJDI0ZWY4NDc1LThjYjYtNDM3YS1iOTliLWNmOWQxYTJkMWU5MQ-1.png\",\"id\":1213,\"linkDestination\":\"none\",\"width\":960,\"height\":500,\"naturalWidth\":1000,\"naturalHeight\":667,\"sizeSlug\":\"full\",\"sizeSlugTablet\":\"full\",\"sizeSlugMobile\":\"full\",\"customHeightSetDesktop\":true} -->\n<div class=\"wp-block-uagb-image uagb-block-445ecbea wp-block-uagb-image--layout-default wp-block-uagb-image--effect-static wp-block-uagb-image--align-none\"><figure class=\"wp-block-uagb-image__figure\"><img srcset=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAAJDI0ZWY4NDc1LThjYjYtNDM3YS1iOTliLWNmOWQxYTJkMWU5MQ-1.png \" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAAJDI0ZWY4NDc1LThjYjYtNDM3YS1iOTliLWNmOWQxYTJkMWU5MQ-1.png\" alt=\"\" class=\"uag-image-1213\" width=\"960\" height=\"500\" title=\"\" loading=\"lazy\"/></figure></div>\n<!-- /wp:uagb/image --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"222f9281\",\"widthDesktop\":25,\"variationSelected\":true,\"widthSetByUser\":true,\"UAGHideMob\":true,\"UAGResponsiveConditions\":true} -->\n<div class=\"wp-block-uagb-container uag-hide-mob uagb-block-222f9281\"><!-- wp:uagb/image {\"block_id\":\"6686b0df\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/bird-1-1024x683.jpg\",\"id\":1215,\"linkDestination\":\"none\",\"width\":480,\"height\":500,\"naturalWidth\":1024,\"naturalHeight\":683,\"sizeSlug\":\"large\",\"sizeSlugTablet\":\"large\",\"sizeSlugMobile\":\"large\",\"customHeightSetDesktop\":true} -->\n<div class=\"wp-block-uagb-image uagb-block-6686b0df wp-block-uagb-image--layout-default wp-block-uagb-image--effect-static wp-block-uagb-image--align-none\"><figure class=\"wp-block-uagb-image__figure\"><img srcset=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/bird-1-1024x683.jpg \" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/bird-1-1024x683.jpg\" alt=\"\" class=\"uag-image-1215\" width=\"480\" height=\"500\" title=\"\" loading=\"lazy\"/></figure></div>\n<!-- /wp:uagb/image --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"2ed46809\",\"widthDesktop\":25,\"variationSelected\":true,\"widthSetByUser\":true,\"UAGHideMob\":true,\"UAGResponsiveConditions\":true} -->\n<div class=\"wp-block-uagb-container uag-hide-mob uagb-block-2ed46809\"><!-- wp:uagb/image {\"block_id\":\"9afc9cce\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/two-happy-boxers-1024x768.jpg\",\"id\":1216,\"linkDestination\":\"none\",\"width\":480,\"height\":500,\"naturalWidth\":1024,\"naturalHeight\":768,\"sizeSlug\":\"large\",\"sizeSlugTablet\":\"large\",\"sizeSlugMobile\":\"large\",\"customHeightSetDesktop\":true} -->\n<div class=\"wp-block-uagb-image uagb-block-9afc9cce wp-block-uagb-image--layout-default wp-block-uagb-image--effect-static wp-block-uagb-image--align-none\"><figure class=\"wp-block-uagb-image__figure\"><img srcset=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/two-happy-boxers-1024x768.jpg \" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/two-happy-boxers-1024x768.jpg\" alt=\"\" class=\"uag-image-1216\" width=\"480\" height=\"500\" title=\"\" loading=\"lazy\"/></figure></div>\n<!-- /wp:uagb/image --></div>\n<!-- /wp:uagb/container --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"8de048cd\",\"backgroundType\":\"color\",\"backgroundSizeTablet\":\"cover\",\"backgroundSizeMobile\":\"cover\",\"backgroundColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"topPaddingDesktop\":120,\"bottomPaddingDesktop\":0,\"topPaddingTablet\":80,\"bottomPaddingTablet\":80,\"leftPaddingTablet\":30,\"rightPaddingTablet\":30,\"topPaddingMobile\":80,\"bottomPaddingMobile\":80,\"leftPaddingMobile\":20,\"rightPaddingMobile\":20,\"paddingLink\":false,\"variationSelected\":true,\"rowGapDesktop\":0,\"rowGapTablet\":0,\"isBlockRootParent\":true} -->\n<div id=\"nearby-visits\" class=\"wp-block-uagb-container uagb-block-8de048cd alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/container {\"block_id\":\"8f83e0e3\",\"directionDesktop\":\"row\",\"alignItemsDesktop\":\"flex-end\",\"alignItemsTablet\":\"flex-end\",\"justifyContentDesktop\":\"flex-end\",\"justifyContentTablet\":\"space-between\",\"variationSelected\":true,\"rowGapMobile\":30,\"columnGapDesktop\":0} -->\n<div class=\"wp-block-uagb-container uagb-block-8f83e0e3\"><!-- wp:uagb/advanced-heading {\"block_id\":\"1564b297\",\"classMigrate\":true,\"headingDescToggle\":true,\"subHeadingColor\":\"\",\"headSpace\":20,\"subHeadFontSize\":16} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-1564b297\"><h2 class=\"uagb-heading-text\">Things to do in the area of Magaliesburg<br></h2><p class=\"uagb-desc-text\">Looking for more? Well, we believe that every guest walks into our lodge for the best experience. And, we are determined to do that.</p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/buttons {\"block_id\":\"ccba0c0b\",\"classMigrate\":true,\"childMigrate\":true,\"align\":\"right\",\"alignTablet\":\"right\",\"alignMobile\":\"left\",\"gap\":0} -->\n<div class=\"wp-block-uagb-buttons uagb-buttons__outer-wrap uagb-btn__default-btn uagb-btn-tablet__default-btn uagb-btn-mobile__default-btn uagb-block-ccba0c0b\"><div class=\"uagb-buttons__wrap uagb-buttons-layout-wrap\"><!-- wp:uagb/buttons-child {\"block_id\":\"e1ba50e6\",\"label\":\"Reservations\",\"link\":\"https://book.nightsbridge.com/11065\",\"hColor\":\"\",\"opensInNewTab\":true,\"borderWidth\":\"\",\"borderRadius\":\"\",\"borderStyle\":\"\",\"borderColor\":\"\",\"borderHColor\":\"\",\"btnBorderTopWidth\":1,\"btnBorderLeftWidth\":1,\"btnBorderRightWidth\":1,\"btnBorderBottomWidth\":1,\"btnBorderTopLeftRadius\":2,\"btnBorderTopRightRadius\":2,\"btnBorderBottomLeftRadius\":2,\"btnBorderBottomRightRadius\":2,\"btnBorderStyle\":\"solid\",\"btnBorderColor\":\"#333\",\"btnBorderHColor\":\"#333\"} -->\n<div class=\"wp-block-uagb-buttons-child uagb-buttons__outer-wrap uagb-block-e1ba50e6 wp-block-button is-style-outline\"><div class=\"uagb-button__wrapper\"><a class=\"uagb-buttons-repeater wp-block-button__link\" href=\"https://book.nightsbridge.com/11065\" rel=\"follow noopener\" target=\"_blank\"><div class=\"uagb-button__link\">Reservations</div></a></div></div>\n<!-- /wp:uagb/buttons-child --></div></div>\n<!-- /wp:uagb/buttons --></div>\n<!-- /wp:uagb/container --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"611eb6eb\",\"backgroundType\":\"color\",\"backgroundSizeTablet\":\"cover\",\"backgroundSizeMobile\":\"cover\",\"backgroundColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"topPaddingDesktop\":50,\"bottomPaddingDesktop\":100,\"topPaddingTablet\":50,\"bottomPaddingTablet\":25,\"leftPaddingTablet\":20,\"rightPaddingTablet\":20,\"topPaddingMobile\":50,\"bottomPaddingMobile\":20,\"leftPaddingMobile\":20,\"rightPaddingMobile\":20,\"paddingLink\":false,\"variationSelected\":true,\"rowGapDesktop\":0,\"isBlockRootParent\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-611eb6eb alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/container {\"block_id\":\"c8e82ccb\",\"directionDesktop\":\"row\",\"alignItemsTablet\":\"flex-start\",\"paddingLink\":false,\"topMarginDesktop\":50,\"bottomMarginDesktop\":20,\"leftMarginDesktop\":0,\"rightMarginDesktop\":0,\"marginLink\":false,\"variationSelected\":true,\"rowGapMobile\":65,\"columnGapDesktop\":48,\"columnGapTablet\":20} -->\n<div class=\"wp-block-uagb-container uagb-block-c8e82ccb\"><!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"align\":\"center\",\"id\":1222,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image aligncenter size-full\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/41b46e52d7427ea1f6f135454e9a012f.png\" alt=\"\" class=\"wp-image-1222\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"textAlign\":\"center\",\"level\":3} -->\n<h3 class=\"has-text-align-center\">Fishing </h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>The dam has trout (stocked), bass, vlei Kuper and carp. Fly fishers seeking a unique challenge visit our establishment in search of the large &amp; small scale Yellow fish.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:buttons -->\n<div class=\"wp-block-buttons\"><!-- wp:button {\"align\":\"left\"} -->\n<div class=\"wp-block-button alignleft\"><a class=\"wp-block-button__link wp-element-button\" href=\"https://www.sundowner.co.za/rooms/magalies-barbus-haven/\" target=\"_blank\" rel=\"noreferrer noopener\">Barbus Haven</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons -->\n\n<!-- wp:paragraph -->\n<p>The opportunity to fish for Rainbow Trout or the elusive Brown Trout. Kingfisher offers rod hires at their venue. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:buttons -->\n<div class=\"wp-block-buttons\"><!-- wp:button {\"align\":\"left\"} -->\n<div class=\"wp-block-button alignleft\"><a class=\"wp-block-button__link wp-element-button\" href=\"https://www.thekingfisherlodge.co.za/activities/\" target=\"_blank\" rel=\"noreferrer noopener\">Kingfisher</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":1235,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Maseke-MTB-MvZ-3-1024x683-1.png\" alt=\"\" class=\"wp-image-1235\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>Mountain biking </h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>It is a privately owned nature reserve that offers mountain biking.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:spacer {\"height\":\"20px\"} -->\n<div style=\"height:20px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:buttons -->\n<div class=\"wp-block-buttons\"><!-- wp:button -->\n<div class=\"wp-block-button\"><a class=\"wp-block-button__link wp-element-button\" href=\"http://ingwebushcamp.yolasite.com/\" target=\"_blank\" rel=\"noreferrer noopener\">Ingwe Bush Camp&nbsp;</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons -->\n\n<!-- wp:paragraph -->\n<p>With over 80km of trails, Van Gaalen&nbsp;has something to offer for every kind of athlete, from beginner to advanced.<br></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:buttons -->\n<div class=\"wp-block-buttons\"><!-- wp:button -->\n<div class=\"wp-block-button\"><a class=\"wp-block-button__link wp-element-button\" href=\"https://www.vangaalen.co.za/products\" target=\"_blank\" rel=\"noreferrer noopener\">Van Gaalen\'s</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":1331,\"width\":370,\"height\":400,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full is-resized\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/quad-biking-magliesburg.png\" alt=\"\" class=\"wp-image-1331\" width=\"370\" height=\"400\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>Quad biking </h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>We have quads suitable for kiddies, tweens, teens, and adults. We have mini quads and fully automatic 150cc quads.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:spacer {\"height\":\"2px\"} -->\n<div style=\"height:2px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:buttons -->\n<div class=\"wp-block-buttons\"><!-- wp:button -->\n<div class=\"wp-block-button\"><a class=\"wp-block-button__link wp-element-button\" href=\"https://www.saddlecreekadventures.co.za/activity/quad-biking/\" target=\"_blank\" rel=\"noreferrer noopener\">Saddle Creek Ranch</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons -->\n\n<!-- wp:paragraph -->\n<p>A 700-meter monster track, the longest and most exciting track in Gauteng!</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:spacer {\"height\":\"2px\"} -->\n<div style=\"height:2px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:buttons -->\n<div class=\"wp-block-buttons\"><!-- wp:button -->\n<div class=\"wp-block-button\"><a class=\"wp-block-button__link wp-element-button\" href=\"http://www.swartkrans.co.za/\" target=\"_blank\" rel=\"noreferrer noopener\">Swartkrans Go-Karting&nbsp;</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"align\":\"center\",\"id\":1198,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image aligncenter size-full\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/eyJidWNrZXQiOiJhc3NldHMuYWxsdHJhaWxzLmNvbSIsImtleSI6InVwbG9hZHMvcGhvdG8vaW1hZ2UvNDMxNzk4MTAvYjZkYTAz-1.png\" alt=\"\" class=\"wp-image-1198\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>Horse riding </h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Join us for an unforgettable horse riding experience in the peaceful countryside, with beautiful mountain scenery and lovely bush trails.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:buttons -->\n<div class=\"wp-block-buttons\"><!-- wp:button -->\n<div class=\"wp-block-button\"><a class=\"wp-block-button__link wp-element-button\" href=\"https://www.saddlecreekadventures.co.za/activity/horse-riding/\" target=\"_blank\" rel=\"noreferrer noopener\">Saddle Creek Ranch</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":1185,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/49089607_1950305445047847_5177863042771189760_n.png\" alt=\"\" class=\"wp-image-1185\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>Game drives </h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Enjoy a thrilling and educational adventure with our experienced guides.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:spacer {\"height\":\"2px\"} -->\n<div style=\"height:2px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:buttons -->\n<div class=\"wp-block-buttons\"><!-- wp:button -->\n<div class=\"wp-block-button\"><a class=\"wp-block-button__link wp-element-button\" href=\"https://www.rhinolion.co.za/visitors-guide/activity-index/game-drives/\" target=\"_blank\" rel=\"noreferrer noopener\">Rhino &amp; Lion Park</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons -->\n\n<!-- wp:paragraph -->\n<p>Our guided game-viewing drives take place each day in the morning and afternoon, as this is when the animals are most active.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:buttons -->\n<div class=\"wp-block-buttons\"><!-- wp:button -->\n<div class=\"wp-block-button\"><a class=\"wp-block-button__link wp-element-button\" href=\"https://www.africanhillslodge.co.za/experience/\" target=\"_blank\" rel=\"noreferrer noopener\">Askari Game Lodge</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:spacer {\"height\":\"12px\"} -->\n<div style=\"height:12px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:heading -->\n<h2>Other activites </h2>\n<!-- /wp:heading -->\n\n<!-- wp:uagb/faq {\"block_id\":\"b133c942\",\"expandFirstItem\":false,\"boxBgColor\":\"#F5F5F5\",\"borderStyle\":\"\",\"borderWidth\":\"\",\"borderRadius\":\"\",\"borderColor\":\"\",\"vquestionPaddingDesktop\":15,\"hquestionPaddingDesktop\":15,\"iconAlign\":\"row-reverse\",\"schema\":\"{\\u0022@context\\u0022:\\u0022https://schema.org\\u0022,\\u0022@type\\u0022:\\u0022FAQPage\\u0022,\\u0022@id\\u0022:\\u0022https://blueroan.netgen.cloud/amenities/\\u0022,\\u0022mainEntity\\u0022:[{\\u0022@type\\u0022:\\u0022Question\\u0022,\\u0022name\\u0022:\\u0022\\u003cstrong\\u003ePUBS / MICRO BREWERIES\\u003c/strong\\u003e\\u0022,\\u0022acceptedAnswer\\u0022:{\\u0022@type\\u0022:\\u0022Answer\\u0022,\\u0022text\\u0022:\\u0022Black Horse   \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27825613246\\\\\\u0022\\u003e082 561 3246\\u003cbr\\u003e\\u003c/a\\u003eBrauhaus am Dam   \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27878025519\\\\\\u0022\\u003e087 802 5519\\u003c/a\\u003e / \\u003ca href=\\\\\\u0022tel:+27729201742\\\\\\u0022\\u003e072 920 1742\\u003c/a\\u003e\\u003cbr\\u003eHartleys Elephant Bar   \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27145772301\\\\\\u0022\\u003e014 577 2301\\u003cbr\\u003e\\u003c/a\\u003eThatchwood Pub   \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27837091672\\\\\\u0022\\u003e083 709 1672\\u003cbr\\u003e\\u003c/a\\u003eMonate Citrus Kelder   \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27122580712\\\\\\u0022\\u003e012 258 0712\\u003c/a\\u003e\\u0022}},{\\u0022@type\\u0022:\\u0022Question\\u0022,\\u0022name\\u0022:\\u0022\\u003cstrong\\u003eTEA GARDENS / RESTAURANTS   \\u003c/strong\\u003e\\u0022,\\u0022acceptedAnswer\\u0022:{\\u0022@type\\u0022:\\u0022Answer\\u0022,\\u0022text\\u0022:\\u0022Black Horse   \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27825613246\\\\\\u0022\\u003e082 561 3246\\u003cbr\\u003e\\u003c/a\\u003eBrauhaus am Dam   \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27878025519\\\\\\u0022\\u003e087 802 5519\\u003c/a\\u003e / \\u003ca href=\\\\\\u0022tel:+27729201742\\\\\\u0022\\u003e072 920 1742\\u003c/a\\u003e\\u003cbr\\u003eMelon Rouge   \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27796806050\\\\\\u0022\\u003e079 680 6050\\u003cbr\\u003e\\u003c/a\\u003eMount Grace Hotel   \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27145775600\\\\\\u0022\\u003e014 577 5600\\u003cbr\\u003e\\u003c/a\\u003eValley Lodge Hotel   \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27145771301\\\\\\u0022\\u003e014 577 1301\\u003cbr\\u003e\\u003c/a\\u003eLa Classique Ristorante   \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27145774006\\\\\\u0022\\u003e014 577 4006\\u003c/a\\u003e\\u0022}},{\\u0022@type\\u0022:\\u0022Question\\u0022,\\u0022name\\u0022:\\u0022\\u003cstrong\\u003eSHOPPING\\u003c/strong\\u003e  \\u0022,\\u0022acceptedAnswer\\u0022:{\\u0022@type\\u0022:\\u0022Answer\\u0022,\\u0022text\\u0022:\\u0022If Only Antiques    \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27827878825\\\\\\u0022\\u003e082 787 8825\\u003cbr\\u003e\\u003c/a\\u003ePuss in Boots   \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27145773562\\\\\\u0022\\u003e014 577 3562\\u003c/a\\u003e\\u0022}},{\\u0022@type\\u0022:\\u0022Question\\u0022,\\u0022name\\u0022:\\u0022\\u003cstrong\\u003eSPORTS \\u0026amp; ADVENTURE\\u003c/strong\\u003e\\u0022,\\u0022acceptedAnswer\\u0022:{\\u0022@type\\u0022:\\u0022Answer\\u0022,\\u0022text\\u0022:\\u0022Tandem Paragliding flips  \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27823221824\\\\\\u0022\\u003e0823221824\\u003c/a\\u003e\\u003cbr\\u003eMountain Sanctuary Park   \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27145340114\\\\\\u0022\\u003e014 534 0114\\u003cbr\\u003e\\u003c/a\\u003eBill Harrops Original Balloon Safaris   \\u003ca href=\\\\\\u0022tel:+27145771733\\\\\\u0022\\u003e014 577 1733\\u003c/a\\u003e / \\u003ca href=\\\\\\u0022tel:+27837520036\\\\\\u0022\\u003e083 752 0036\\u003c/a\\u003e\\u003cbr\\u003ePecanwood Golf Course   \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27122440112\\\\\\u0022\\u003e012 244 0112\\u003cbr\\u003e\\u003c/a\\u003eAir Ventures Hot Air Balloons   \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27117935782\\\\\\u0022\\u003e011 793 5782\\u003cbr\\u003e\\u003c/a\\u003eGliding   \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27835266966\\\\\\u0022\\u003e083 526 6966\\u003cbr\\u003e\\u003c/a\\u003eMagaliesberg Canopy Tours   \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27145350150\\\\\\u0022\\u003e014 535 0150\\u003cbr\\u003e\\u003c/a\\u003eWild Cave Adventures   \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27824862464\\\\\\u0022\\u003e082 486 2464\\u003cbr\\u003e\\u003c/a\\u003eMiracle Waters Dive Gateway   \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27832359840\\\\\\u0022\\u003e083 235 9840\\u003c/a\\u003e\\u0022}},{\\u0022@type\\u0022:\\u0022Question\\u0022,\\u0022name\\u0022:\\u0022\\u003cstrong\\u003eHEALTH SPAS\\u003c/strong\\u003e\\u0022,\\u0022acceptedAnswer\\u0022:{\\u0022@type\\u0022:\\u0022Answer\\u0022,\\u0022text\\u0022:\\u0022Whispering Pines   \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27145771536\\\\\\u0022\\u003e014 577 1536\\u003cbr\\u003e\\u003c/a\\u003eMount Grace Spa   \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27145775600\\\\\\u0022\\u003e014 577 5600\\u003cbr\\u003e\\u003c/a\\u003eValley Lodge Spa   \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27145771301\\\\\\u0022\\u003e014 577 1301\\u003cbr\\u003e\\u003c/a\\u003eRosewell Spa   \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27145771172\\\\\\u0022\\u003e014 577 1172\\u003cbr\\u003e\\u003c/a\\u003eSparkling Waters   \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27145350019\\\\\\u0022\\u003e014 535 0019\\u003c/a\\u003e\\u0022}},{\\u0022@type\\u0022:\\u0022Question\\u0022,\\u0022name\\u0022:\\u0022\\u003cstrong\\u003ePLACES OF INTEREST\\u003c/strong\\u003e\\u0022,\\u0022acceptedAnswer\\u0022:{\\u0022@type\\u0022:\\u0022Answer\\u0022,\\u0022text\\u0022:\\u0022Maropeng Visitors Centre   \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27145779000\\\\\\u0022\\u003e014 577 9000\\u003cbr\\u003e\\u003c/a\\u003eSterkfontein Caves   \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27116683200\\\\\\u0022\\u003e011 668 3200\\u003cbr\\u003e\\u003c/a\\u003eBlaaubank Gold Mine   \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27825673111\\\\\\u0022\\u003e082 567 3111\\u003cbr\\u003e\\u003c/a\\u003eVan Gaalen Cheese Farm   \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27122071289\\\\\\u0022\\u003e012 207 1289\\u003cbr\\u003e\\u003c/a\\u003eHartebeespoort Cableway   \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27722412654\\\\\\u0022\\u003e072 241 2654\\u003cbr\\u003e\\u003c/a\\u003eElephant Sanctuary             \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27122580423\\\\\\u0022\\u003e012 258 0423\\u003cbr\\u003e\\u003c/a\\u003eTeam Gel   \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27114622894\\\\\\u0022\\u003e011 462 2894\\u003c/a\\u003e / \\u003ca href=\\\\\\u0022tel:+27833207623\\\\\\u0022\\u003e083 320 7623\\u003c/a\\u003e\\u003cbr\\u003eMonate Citrus Kelder   \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27122580712\\\\\\u0022\\u003e012 258 0712\\u003cbr\\u003e\\u003c/a\\u003eLiving Jewels   \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27119566444\\\\\\u0022\\u003e011 956 6444\\u003cbr\\u003e\\u003c/a\\u003eBlaaubank Candle Dipping   \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27145774609\\\\\\u0022\\u003e014 577 4609\\u003cbr\\u003e\\u003c/a\\u003eVeggie Picking \\u0026amp; Strawberry Picking \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27122071116\\\\\\u0022\\u003e012 207 1116\\u003c/a\\u003e\\u0022}}]}\",\"questionLeftPaddingDesktop\":15,\"questionBottomPaddingDesktop\":15,\"answerTopPadding\":0,\"answerRightPadding\":15,\"answerBottomPadding\":15,\"answerLeftPadding\":15,\"answerTopPaddingTablet\":10,\"answerRightPaddingTablet\":10,\"answerBottomPaddingTablet\":10,\"answerLeftPaddingTablet\":10,\"answerTopPaddingMobile\":10,\"answerRightPaddingMobile\":10,\"answerBottomPaddingMobile\":10,\"answerLeftPaddingMobile\":10,\"overallBorderTopWidth\":1,\"overallBorderLeftWidth\":1,\"overallBorderRightWidth\":1,\"overallBorderBottomWidth\":1,\"overallBorderTopLeftRadius\":2,\"overallBorderTopRightRadius\":2,\"overallBorderBottomLeftRadius\":2,\"overallBorderBottomRightRadius\":2,\"overallBorderStyle\":\"none\",\"overallBorderColor\":\"#D2D2D2\"} -->\n<div class=\"wp-block-uagb-faq uagb-faq__outer-wrap uagb-block-b133c942 uagb-faq-icon-row-reverse uagb-faq-layout-accordion uagb-faq-expand-first-false uagb-faq-inactive-other-true uagb-faq__wrap uagb-buttons-layout-wrap uagb-faq-equal-height\" data-faqtoggle=\"true\" role=\"tablist\"><!-- wp:uagb/faq-child {\"block_id\":\"c67325e6\",\"question\":\"\\u003cstrong\\u003ePUBS / MICRO BREWERIES\\u003c/strong\\u003e\",\"answer\":\"Black Horse   \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27825613246\\u0022\\u003e082 561 3246\\u003cbr\\u003e\\u003c/a\\u003eBrauhaus am Dam   \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27878025519\\u0022\\u003e087 802 5519\\u003c/a\\u003e / \\u003ca href=\\u0022tel:+27729201742\\u0022\\u003e072 920 1742\\u003c/a\\u003e\\u003cbr\\u003eHartleys Elephant Bar   \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27145772301\\u0022\\u003e014 577 2301\\u003cbr\\u003e\\u003c/a\\u003eThatchwood Pub   \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27837091672\\u0022\\u003e083 709 1672\\u003cbr\\u003e\\u003c/a\\u003eMonate Citrus Kelder   \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27122580712\\u0022\\u003e012 258 0712\\u003c/a\\u003e\"} -->\n<div class=\"wp-block-uagb-faq-child uagb-faq-child__outer-wrap uagb-faq-item uagb-block-c67325e6\" role=\"tab\" tabindex=\"0\"><div class=\"uagb-faq-questions-button uagb-faq-questions\"><span class=\"uagb-icon uagb-faq-icon-wrap\"><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 448 512\"><path d=\"M432 256c0 17.69-14.33 32.01-32 32.01H256v144c0 17.69-14.33 31.99-32 31.99s-32-14.3-32-31.99v-144H48c-17.67 0-32-14.32-32-32.01s14.33-31.99 32-31.99H192v-144c0-17.69 14.33-32.01 32-32.01s32 14.32 32 32.01v144h144C417.7 224 432 238.3 432 256z\"></path></svg></span><span class=\"uagb-icon-active uagb-faq-icon-wrap\"><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 448 512\"><path d=\"M400 288h-352c-17.69 0-32-14.32-32-32.01s14.31-31.99 32-31.99h352c17.69 0 32 14.3 32 31.99S417.7 288 400 288z\"></path></svg></span><span class=\"uagb-question\"><strong>PUBS / MICRO BREWERIES</strong></span></div><p class=\"uagb-faq-content\">Black Horse   <br><a href=\"tel:+27825613246\">082 561 3246<br></a>Brauhaus am Dam   <br><a href=\"tel:+27878025519\">087 802 5519</a> / <a href=\"tel:+27729201742\">072 920 1742</a><br>Hartleys Elephant Bar   <br><a href=\"tel:+27145772301\">014 577 2301<br></a>Thatchwood Pub   <br><a href=\"tel:+27837091672\">083 709 1672<br></a>Monate Citrus Kelder   <br><a href=\"tel:+27122580712\">012 258 0712</a></p></div>\n<!-- /wp:uagb/faq-child -->\n\n<!-- wp:uagb/faq-child {\"block_id\":\"1b28c67f\",\"question\":\"\\u003cstrong\\u003eTEA GARDENS / RESTAURANTS   \\u003c/strong\\u003e\",\"answer\":\"Black Horse   \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27825613246\\u0022\\u003e082 561 3246\\u003cbr\\u003e\\u003c/a\\u003eBrauhaus am Dam   \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27878025519\\u0022\\u003e087 802 5519\\u003c/a\\u003e / \\u003ca href=\\u0022tel:+27729201742\\u0022\\u003e072 920 1742\\u003c/a\\u003e\\u003cbr\\u003eMelon Rouge   \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27796806050\\u0022\\u003e079 680 6050\\u003cbr\\u003e\\u003c/a\\u003eMount Grace Hotel   \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27145775600\\u0022\\u003e014 577 5600\\u003cbr\\u003e\\u003c/a\\u003eValley Lodge Hotel   \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27145771301\\u0022\\u003e014 577 1301\\u003cbr\\u003e\\u003c/a\\u003eLa Classique Ristorante   \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27145774006\\u0022\\u003e014 577 4006\\u003c/a\\u003e\"} -->\n<div class=\"wp-block-uagb-faq-child uagb-faq-child__outer-wrap uagb-faq-item uagb-block-1b28c67f\" role=\"tab\" tabindex=\"0\"><div class=\"uagb-faq-questions-button uagb-faq-questions\"><span class=\"uagb-icon uagb-faq-icon-wrap\"><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 448 512\"><path d=\"M432 256c0 17.69-14.33 32.01-32 32.01H256v144c0 17.69-14.33 31.99-32 31.99s-32-14.3-32-31.99v-144H48c-17.67 0-32-14.32-32-32.01s14.33-31.99 32-31.99H192v-144c0-17.69 14.33-32.01 32-32.01s32 14.32 32 32.01v144h144C417.7 224 432 238.3 432 256z\"></path></svg></span><span class=\"uagb-icon-active uagb-faq-icon-wrap\"><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 448 512\"><path d=\"M400 288h-352c-17.69 0-32-14.32-32-32.01s14.31-31.99 32-31.99h352c17.69 0 32 14.3 32 31.99S417.7 288 400 288z\"></path></svg></span><span class=\"uagb-question\"><strong>TEA GARDENS / RESTAURANTS   </strong></span></div><p class=\"uagb-faq-content\">Black Horse   <br><a href=\"tel:+27825613246\">082 561 3246<br></a>Brauhaus am Dam   <br><a href=\"tel:+27878025519\">087 802 5519</a> / <a href=\"tel:+27729201742\">072 920 1742</a><br>Melon Rouge   <br><a href=\"tel:+27796806050\">079 680 6050<br></a>Mount Grace Hotel   <br><a href=\"tel:+27145775600\">014 577 5600<br></a>Valley Lodge Hotel   <br><a href=\"tel:+27145771301\">014 577 1301<br></a>La Classique Ristorante   <br><a href=\"tel:+27145774006\">014 577 4006</a></p></div>\n<!-- /wp:uagb/faq-child -->\n\n<!-- wp:uagb/faq-child {\"block_id\":\"6c018b44\",\"question\":\"\\u003cstrong\\u003eSHOPPING\\u003c/strong\\u003e  \",\"answer\":\"If Only Antiques    \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27827878825\\u0022\\u003e082 787 8825\\u003cbr\\u003e\\u003c/a\\u003ePuss in Boots   \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27145773562\\u0022\\u003e014 577 3562\\u003c/a\\u003e\"} -->\n<div class=\"wp-block-uagb-faq-child uagb-faq-child__outer-wrap uagb-faq-item uagb-block-6c018b44\" role=\"tab\" tabindex=\"0\"><div class=\"uagb-faq-questions-button uagb-faq-questions\"><span class=\"uagb-icon uagb-faq-icon-wrap\"><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 448 512\"><path d=\"M432 256c0 17.69-14.33 32.01-32 32.01H256v144c0 17.69-14.33 31.99-32 31.99s-32-14.3-32-31.99v-144H48c-17.67 0-32-14.32-32-32.01s14.33-31.99 32-31.99H192v-144c0-17.69 14.33-32.01 32-32.01s32 14.32 32 32.01v144h144C417.7 224 432 238.3 432 256z\"></path></svg></span><span class=\"uagb-icon-active uagb-faq-icon-wrap\"><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 448 512\"><path d=\"M400 288h-352c-17.69 0-32-14.32-32-32.01s14.31-31.99 32-31.99h352c17.69 0 32 14.3 32 31.99S417.7 288 400 288z\"></path></svg></span><span class=\"uagb-question\"><strong>SHOPPING</strong>  </span></div><p class=\"uagb-faq-content\">If Only Antiques    <br><a href=\"tel:+27827878825\">082 787 8825<br></a>Puss in Boots   <br><a href=\"tel:+27145773562\">014 577 3562</a></p></div>\n<!-- /wp:uagb/faq-child -->\n\n<!-- wp:uagb/faq-child {\"block_id\":\"fbfc9f11\",\"question\":\"\\u003cstrong\\u003eSPORTS \\u0026amp; ADVENTURE\\u003c/strong\\u003e\",\"answer\":\"Tandem Paragliding flips  \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27823221824\\u0022\\u003e0823221824\\u003c/a\\u003e\\u003cbr\\u003eMountain Sanctuary Park   \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27145340114\\u0022\\u003e014 534 0114\\u003cbr\\u003e\\u003c/a\\u003eBill Harrops Original Balloon Safaris   \\u003ca href=\\u0022tel:+27145771733\\u0022\\u003e014 577 1733\\u003c/a\\u003e / \\u003ca href=\\u0022tel:+27837520036\\u0022\\u003e083 752 0036\\u003c/a\\u003e\\u003cbr\\u003ePecanwood Golf Course   \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27122440112\\u0022\\u003e012 244 0112\\u003cbr\\u003e\\u003c/a\\u003eAir Ventures Hot Air Balloons   \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27117935782\\u0022\\u003e011 793 5782\\u003cbr\\u003e\\u003c/a\\u003eGliding   \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27835266966\\u0022\\u003e083 526 6966\\u003cbr\\u003e\\u003c/a\\u003eMagaliesberg Canopy Tours   \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27145350150\\u0022\\u003e014 535 0150\\u003cbr\\u003e\\u003c/a\\u003eWild Cave Adventures   \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27824862464\\u0022\\u003e082 486 2464\\u003cbr\\u003e\\u003c/a\\u003eMiracle Waters Dive Gateway   \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27832359840\\u0022\\u003e083 235 9840\\u003c/a\\u003e\"} -->\n<div class=\"wp-block-uagb-faq-child uagb-faq-child__outer-wrap uagb-faq-item uagb-block-fbfc9f11\" role=\"tab\" tabindex=\"0\"><div class=\"uagb-faq-questions-button uagb-faq-questions\"><span class=\"uagb-icon uagb-faq-icon-wrap\"><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 448 512\"><path d=\"M432 256c0 17.69-14.33 32.01-32 32.01H256v144c0 17.69-14.33 31.99-32 31.99s-32-14.3-32-31.99v-144H48c-17.67 0-32-14.32-32-32.01s14.33-31.99 32-31.99H192v-144c0-17.69 14.33-32.01 32-32.01s32 14.32 32 32.01v144h144C417.7 224 432 238.3 432 256z\"></path></svg></span><span class=\"uagb-icon-active uagb-faq-icon-wrap\"><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 448 512\"><path d=\"M400 288h-352c-17.69 0-32-14.32-32-32.01s14.31-31.99 32-31.99h352c17.69 0 32 14.3 32 31.99S417.7 288 400 288z\"></path></svg></span><span class=\"uagb-question\"><strong>SPORTS &amp; ADVENTURE</strong></span></div><p class=\"uagb-faq-content\">Tandem Paragliding flips  <br><a href=\"tel:+27823221824\">0823221824</a><br>Mountain Sanctuary Park   <br><a href=\"tel:+27145340114\">014 534 0114<br></a>Bill Harrops Original Balloon Safaris   <a href=\"tel:+27145771733\">014 577 1733</a> / <a href=\"tel:+27837520036\">083 752 0036</a><br>Pecanwood Golf Course   <br><a href=\"tel:+27122440112\">012 244 0112<br></a>Air Ventures Hot Air Balloons   <br><a href=\"tel:+27117935782\">011 793 5782<br></a>Gliding   <br><a href=\"tel:+27835266966\">083 526 6966<br></a>Magaliesberg Canopy Tours   <br><a href=\"tel:+27145350150\">014 535 0150<br></a>Wild Cave Adventures   <br><a href=\"tel:+27824862464\">082 486 2464<br></a>Miracle Waters Dive Gateway   <br><a href=\"tel:+27832359840\">083 235 9840</a></p></div>\n<!-- /wp:uagb/faq-child -->\n\n<!-- wp:uagb/faq-child {\"block_id\":\"8de2664f\",\"question\":\"\\u003cstrong\\u003eHEALTH SPAS\\u003c/strong\\u003e\",\"answer\":\"Whispering Pines   \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27145771536\\u0022\\u003e014 577 1536\\u003cbr\\u003e\\u003c/a\\u003eMount Grace Spa   \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27145775600\\u0022\\u003e014 577 5600\\u003cbr\\u003e\\u003c/a\\u003eValley Lodge Spa   \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27145771301\\u0022\\u003e014 577 1301\\u003cbr\\u003e\\u003c/a\\u003eRosewell Spa   \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27145771172\\u0022\\u003e014 577 1172\\u003cbr\\u003e\\u003c/a\\u003eSparkling Waters   \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27145350019\\u0022\\u003e014 535 0019\\u003c/a\\u003e\"} -->\n<div class=\"wp-block-uagb-faq-child uagb-faq-child__outer-wrap uagb-faq-item uagb-block-8de2664f\" role=\"tab\" tabindex=\"0\"><div class=\"uagb-faq-questions-button uagb-faq-questions\"><span class=\"uagb-icon uagb-faq-icon-wrap\"><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 448 512\"><path d=\"M432 256c0 17.69-14.33 32.01-32 32.01H256v144c0 17.69-14.33 31.99-32 31.99s-32-14.3-32-31.99v-144H48c-17.67 0-32-14.32-32-32.01s14.33-31.99 32-31.99H192v-144c0-17.69 14.33-32.01 32-32.01s32 14.32 32 32.01v144h144C417.7 224 432 238.3 432 256z\"></path></svg></span><span class=\"uagb-icon-active uagb-faq-icon-wrap\"><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 448 512\"><path d=\"M400 288h-352c-17.69 0-32-14.32-32-32.01s14.31-31.99 32-31.99h352c17.69 0 32 14.3 32 31.99S417.7 288 400 288z\"></path></svg></span><span class=\"uagb-question\"><strong>HEALTH SPAS</strong></span></div><p class=\"uagb-faq-content\">Whispering Pines   <br><a href=\"tel:+27145771536\">014 577 1536<br></a>Mount Grace Spa   <br><a href=\"tel:+27145775600\">014 577 5600<br></a>Valley Lodge Spa   <br><a href=\"tel:+27145771301\">014 577 1301<br></a>Rosewell Spa   <br><a href=\"tel:+27145771172\">014 577 1172<br></a>Sparkling Waters   <br><a href=\"tel:+27145350019\">014 535 0019</a></p></div>\n<!-- /wp:uagb/faq-child -->\n\n<!-- wp:uagb/faq-child {\"block_id\":\"c3847405\",\"question\":\"\\u003cstrong\\u003ePLACES OF INTEREST\\u003c/strong\\u003e\",\"answer\":\"Maropeng Visitors Centre   \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27145779000\\u0022\\u003e014 577 9000\\u003cbr\\u003e\\u003c/a\\u003eSterkfontein Caves   \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27116683200\\u0022\\u003e011 668 3200\\u003cbr\\u003e\\u003c/a\\u003eBlaaubank Gold Mine   \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27825673111\\u0022\\u003e082 567 3111\\u003cbr\\u003e\\u003c/a\\u003eVan Gaalen Cheese Farm   \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27122071289\\u0022\\u003e012 207 1289\\u003cbr\\u003e\\u003c/a\\u003eHartebeespoort Cableway   \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27722412654\\u0022\\u003e072 241 2654\\u003cbr\\u003e\\u003c/a\\u003eElephant Sanctuary             \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27122580423\\u0022\\u003e012 258 0423\\u003cbr\\u003e\\u003c/a\\u003eTeam Gel   \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27114622894\\u0022\\u003e011 462 2894\\u003c/a\\u003e / \\u003ca href=\\u0022tel:+27833207623\\u0022\\u003e083 320 7623\\u003c/a\\u003e\\u003cbr\\u003eMonate Citrus Kelder   \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27122580712\\u0022\\u003e012 258 0712\\u003cbr\\u003e\\u003c/a\\u003eLiving Jewels   \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27119566444\\u0022\\u003e011 956 6444\\u003cbr\\u003e\\u003c/a\\u003eBlaaubank Candle Dipping   \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27145774609\\u0022\\u003e014 577 4609\\u003cbr\\u003e\\u003c/a\\u003eVeggie Picking \\u0026amp; Strawberry Picking \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27122071116\\u0022\\u003e012 207 1116\\u003c/a\\u003e\"} -->\n<div class=\"wp-block-uagb-faq-child uagb-faq-child__outer-wrap uagb-faq-item uagb-block-c3847405\" role=\"tab\" tabindex=\"0\"><div class=\"uagb-faq-questions-button uagb-faq-questions\"><span class=\"uagb-icon uagb-faq-icon-wrap\"><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 448 512\"><path d=\"M432 256c0 17.69-14.33 32.01-32 32.01H256v144c0 17.69-14.33 31.99-32 31.99s-32-14.3-32-31.99v-144H48c-17.67 0-32-14.32-32-32.01s14.33-31.99 32-31.99H192v-144c0-17.69 14.33-32.01 32-32.01s32 14.32 32 32.01v144h144C417.7 224 432 238.3 432 256z\"></path></svg></span><span class=\"uagb-icon-active uagb-faq-icon-wrap\"><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 448 512\"><path d=\"M400 288h-352c-17.69 0-32-14.32-32-32.01s14.31-31.99 32-31.99h352c17.69 0 32 14.3 32 31.99S417.7 288 400 288z\"></path></svg></span><span class=\"uagb-question\"><strong>PLACES OF INTEREST</strong></span></div><p class=\"uagb-faq-content\">Maropeng Visitors Centre   <br><a href=\"tel:+27145779000\">014 577 9000<br></a>Sterkfontein Caves   <br><a href=\"tel:+27116683200\">011 668 3200<br></a>Blaaubank Gold Mine   <br><a href=\"tel:+27825673111\">082 567 3111<br></a>Van Gaalen Cheese Farm   <br><a href=\"tel:+27122071289\">012 207 1289<br></a>Hartebeespoort Cableway   <br><a href=\"tel:+27722412654\">072 241 2654<br></a>Elephant Sanctuary             <br><a href=\"tel:+27122580423\">012 258 0423<br></a>Team Gel   <br><a href=\"tel:+27114622894\">011 462 2894</a> / <a href=\"tel:+27833207623\">083 320 7623</a><br>Monate Citrus Kelder   <br><a href=\"tel:+27122580712\">012 258 0712<br></a>Living Jewels   <br><a href=\"tel:+27119566444\">011 956 6444<br></a>Blaaubank Candle Dipping   <br><a href=\"tel:+27145774609\">014 577 4609<br></a>Veggie Picking &amp; Strawberry Picking <br><a href=\"tel:+27122071116\">012 207 1116</a></p></div>\n<!-- /wp:uagb/faq-child --></div>\n<!-- /wp:uagb/faq --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"f9009c4c\",\"innerContentCustomWidthDesktop\":781,\"innerContentCustomWidthTablet\":781,\"backgroundType\":\"image\",\"backgroundImageDesktop\":{\"id\":907,\"title\":\"241565_xl\",\"filename\":\"241565_xl.jpg\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/241565_xl.jpg\",\"link\":\"https://blueroan.netgen.cloud/home/241565_xl/\",\"alt\":\"\",\"author\":\"2\",\"description\":\"\",\"caption\":\"\",\"name\":\"241565_xl\",\"status\":\"inherit\",\"uploadedTo\":760,\"date\":\"2022-12-13T15:04:35.000Z\",\"modified\":\"2022-12-13T15:04:35.000Z\",\"menuOrder\":0,\"mime\":\"image/jpeg\",\"type\":\"image\",\"subtype\":\"jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-includes/images/media/default.png\",\"dateFormatted\":\"December 13, 2022\",\"nonces\":{\"update\":\"8ba15922a4\",\"delete\":\"e660ddd200\",\"edit\":\"57c3a4b066\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=907\\u0026action=edit\",\"meta\":false,\"authorName\":\"Netgen Support\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/profile.php\",\"uploadedToTitle\":\"Home\",\"uploadedToLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=760\\u0026action=edit\",\"filesizeInBytes\":90717,\"filesizeHumanReadable\":\"89 KB\",\"context\":\"\",\"height\":534,\"width\":800,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/241565_xl-150x150.jpg\",\"orientation\":\"landscape\"},\"medium\":{\"height\":200,\"width\":300,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/241565_xl-300x200.jpg\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/241565_xl.jpg\",\"height\":534,\"width\":800,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"backgroundImageColor\":\"rgba(42,42,42,0.65)\",\"topPaddingDesktop\":144,\"bottomPaddingDesktop\":144,\"leftPaddingDesktop\":40,\"rightPaddingDesktop\":40,\"topPaddingTablet\":80,\"bottomPaddingTablet\":80,\"leftPaddingTablet\":40,\"rightPaddingTablet\":40,\"topPaddingMobile\":64,\"bottomPaddingMobile\":64,\"leftPaddingMobile\":24,\"rightPaddingMobile\":24,\"paddingLink\":false,\"variationSelected\":true,\"isBlockRootParent\":true,\"overlayType\":\"color\"} -->\n<div class=\"wp-block-uagb-container uagb-block-f9009c4c alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/advanced-heading {\"block_id\":\"5418bf28\",\"classMigrate\":true,\"headingDescToggle\":true,\"headingAlign\":\"center\",\"headingColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"subHeadingColor\":\"var(\\u002d\\u002dast-global-color-4)\",\"headSpace\":20} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-5418bf28\"><h2 class=\"uagb-heading-text\">Create Memorable Moments at Blue Roan!</h2><p class=\"uagb-desc-text\">Blue Roan is a 4-star graded pet-friendly venue</p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/advanced-heading {\"block_id\":\"c293d200\",\"classMigrate\":true,\"headingTitleToggle\":false,\"headingDescToggle\":true,\"headingAlign\":\"center\",\"subHeadingColor\":\"var(\\u002d\\u002dast-global-color-4)\",\"subHeadTransform\":\"uppercase\",\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"subHeadLetterSpacing\":2,\"blockTopPadding\":60,\"blockRightPadding\":0,\"blockLeftPadding\":0,\"blockBottomPadding\":0,\"blockTopPaddingMobile\":30,\"blockRightPaddingMobile\":0,\"blockLeftPaddingMobile\":0,\"blockBottomPaddingMobile\":0,\"linkColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"linkHColor\":\"var(\\u002d\\u002dast-global-color-0)\"} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-c293d200\"><p class=\"uagb-desc-text\"><a href=\"https://book.nightsbridge.com/11065\" target=\"_blank\" rel=\"noreferrer noopener\">BOOK YOUR STAY NOW​</a></p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/icon-list {\"block_id\":\"8464f217\",\"classMigrate\":true,\"childMigrate\":true,\"align\":\"center\",\"parentIcon\":\"phone\",\"size\":40,\"sizeMobile\":24,\"sizeTablet\":32,\"fontSize\":48,\"fontSizeMobile\":28,\"fontSizeTablet\":40,\"fontWeight\":\"600\",\"iconColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"labelColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"blockTopPadding\":0,\"blockRightPadding\":0,\"blockLeftPadding\":0,\"blockBottomPadding\":24,\"blockPaddingLink\":false} -->\n<div class=\"wp-block-uagb-icon-list uagb-block-8464f217\"><div class=\"uagb-icon-list__wrap\"><!-- wp:uagb/icon-list-child {\"block_id\":\"dcffc5c0\",\"label\":\"+ 27 (0) 82 575 5409\",\"label_color\":\"\",\"link\":\"tel:+27825755409\",\"disableLink\":true,\"fromParentIcon\":\"phone\",\"imageSizeChild\":40} -->\n<div class=\"wp-block-uagb-icon-list-child uagb-block-dcffc5c0\"><a target=\"_self\" aria-label=\"+ 27 (0) 82 575 5409\" rel=\"noopener noreferrer\" href=\"tel:+27825755409\"> </a><span class=\"uagb-icon-list__source-wrap\"><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M511.2 387l-23.25 100.8c-3.266 14.25-15.79 24.22-30.46 24.22C205.2 512 0 306.8 0 54.5c0-14.66 9.969-27.2 24.22-30.45l100.8-23.25C139.7-2.602 154.7 5.018 160.8 18.92l46.52 108.5c5.438 12.78 1.77 27.67-8.98 36.45L144.5 207.1c33.98 69.22 90.26 125.5 159.5 159.5l44.08-53.8c8.688-10.78 23.69-14.51 36.47-8.975l108.5 46.51C506.1 357.2 514.6 372.4 511.2 387z\"></path></svg></span><span class=\"uagb-icon-list__label\">+ 27 (0) 82 575 5409</span></div>\n<!-- /wp:uagb/icon-list-child -->\n\n<!-- wp:uagb/icon-list-child {\"block_id\":\"56345d5d\",\"label\":\" blueroan@ugo.co.za\",\"icon\":\"envelope\",\"label_color\":\"\",\"link\":\"mailto: blueroan@ugo.co.za\",\"disableLink\":true} -->\n<div class=\"wp-block-uagb-icon-list-child uagb-block-56345d5d\"><a target=\"_self\" aria-label=\" blueroan@ugo.co.za\" rel=\"noopener noreferrer\" href=\"mailto:blueroan@ugo.co.za\"> </a><span class=\"uagb-icon-list__source-wrap\"><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M464 64C490.5 64 512 85.49 512 112C512 127.1 504.9 141.3 492.8 150.4L275.2 313.6C263.8 322.1 248.2 322.1 236.8 313.6L19.2 150.4C7.113 141.3 0 127.1 0 112C0 85.49 21.49 64 48 64H464zM217.6 339.2C240.4 356.3 271.6 356.3 294.4 339.2L512 176V384C512 419.3 483.3 448 448 448H64C28.65 448 0 419.3 0 384V176L217.6 339.2z\"></path></svg></span><span class=\"uagb-icon-list__label\"> blueroan@ugo.co.za</span></div>\n<!-- /wp:uagb/icon-list-child --></div></div>\n<!-- /wp:uagb/icon-list --></div></div>\n<!-- /wp:uagb/container -->',	'Amenities',	'',	'inherit',	'closed',	'closed',	'',	'762-revision-v1',	'',	'',	'2022-12-19 08:02:13',	'2022-12-19 08:02:13',	'',	762,	'https://blueroan.netgen.cloud/?p=1332',	0,	'revision',	'',	0),
(1333,	2,	'2022-12-19 08:02:37',	'2022-12-19 08:02:37',	'<!-- wp:uagb/container {\"block_id\":\"fda261c5\",\"backgroundType\":\"image\",\"backgroundImageDesktop\":{\"id\":1007,\"title\":\"AAEAAQAAAAAAAAAAAAAAJDg5NmY0ZGUxLWE4MTgtNDY5NC1iODFhLTBmN2Q0ZDc5ZWFiNw-1\",\"filename\":\"AAEAAQAAAAAAAAAAAAAAJDg5NmY0ZGUxLWE4MTgtNDY5NC1iODFhLTBmN2Q0ZDc5ZWFiNw-1.png\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAAJDg5NmY0ZGUxLWE4MTgtNDY5NC1iODFhLTBmN2Q0ZDc5ZWFiNw-1.png\",\"link\":\"https://blueroan.netgen.cloud/the-barn/aaeaaqaaaaaaaaaaaaaajdg5nmy0zguxlwe4mtgtndy5nc1iodfhltbmn2q0zdc5zwfinw-1/\",\"alt\":\"\",\"author\":\"2\",\"description\":\"\",\"caption\":\"\",\"name\":\"aaeaaqaaaaaaaaaaaaaajdg5nmy0zguxlwe4mtgtndy5nc1iodfhltbmn2q0zdc5zwfinw-1\",\"status\":\"inherit\",\"uploadedTo\":948,\"date\":\"2022-12-14T10:50:25.000Z\",\"modified\":\"2022-12-14T10:50:25.000Z\",\"menuOrder\":0,\"mime\":\"image/png\",\"type\":\"image\",\"subtype\":\"png\",\"icon\":\"https://blueroan.netgen.cloud/wp-includes/images/media/default.png\",\"dateFormatted\":\"December 14, 2022\",\"nonces\":{\"update\":\"483f8bdf3d\",\"delete\":\"0a7ebc92ef\",\"edit\":\"6bc1c6a685\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=1007\\u0026action=edit\",\"meta\":false,\"authorName\":\"Netgen Support\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/profile.php\",\"uploadedToTitle\":\"The Barn\",\"uploadedToLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=948\\u0026action=edit\",\"filesizeInBytes\":1348989,\"filesizeHumanReadable\":\"1 MB\",\"context\":\"\",\"height\":667,\"width\":1000,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAAJDg5NmY0ZGUxLWE4MTgtNDY5NC1iODFhLTBmN2Q0ZDc5ZWFiNw-1-150x150.png\",\"orientation\":\"landscape\"},\"medium\":{\"height\":200,\"width\":300,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAAJDg5NmY0ZGUxLWE4MTgtNDY5NC1iODFhLTBmN2Q0ZDc5ZWFiNw-1-300x200.png\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAAJDg5NmY0ZGUxLWE4MTgtNDY5NC1iODFhLTBmN2Q0ZDc5ZWFiNw-1.png\",\"height\":667,\"width\":1000,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"backgroundPositionDesktop\":{\"x\":0.61,\"y\":0.52},\"backgroundSizeTablet\":\"cover\",\"backgroundSizeMobile\":\"cover\",\"backgroundColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"backgroundImageColor\":\"rgba(42,42,42,0.5)\",\"topPaddingDesktop\":220,\"bottomPaddingDesktop\":150,\"topPaddingTablet\":170,\"bottomPaddingTablet\":160,\"leftPaddingTablet\":30,\"rightPaddingTablet\":30,\"topPaddingMobile\":180,\"bottomPaddingMobile\":80,\"leftPaddingMobile\":20,\"rightPaddingMobile\":20,\"paddingLink\":false,\"variationSelected\":true,\"isBlockRootParent\":true,\"overlayType\":\"color\"} -->\n<div class=\"wp-block-uagb-container uagb-block-fda261c5 alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/advanced-heading {\"block_id\":\"a03b101b\",\"classMigrate\":true,\"headingDescToggle\":true,\"headingColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"subHeadingColor\":\"var(\\u002d\\u002dast-global-color-4)\",\"headingTag\":\"h1\",\"headSpace\":20,\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"blockTopPadding\":0,\"blockRightPadding\":50,\"blockLeftPadding\":0,\"blockBottomPadding\":0,\"blockTopPaddingTablet\":0,\"blockRightPaddingTablet\":20,\"blockLeftPaddingTablet\":0,\"blockBottomPaddingTablet\":0,\"blockTopPaddingMobile\":0,\"blockRightPaddingMobile\":0,\"blockLeftPaddingMobile\":0,\"blockBottomPaddingMobile\":0,\"blockPaddingUnit\":\"%\",\"blockPaddingUnitTablet\":\"%\"} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-a03b101b\"><h1 class=\"uagb-heading-text\">Amenities &amp; Interests​</h1><p class=\"uagb-desc-text\">We do not give you just rooms to stay in. We give you an environment where you can experience the best while on a holiday with us. </p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:buttons -->\n<div class=\"wp-block-buttons\"><!-- wp:button -->\n<div class=\"wp-block-button\"><a class=\"wp-block-button__link wp-element-button\" href=\"https://book.nightsbridge.com/11065\" target=\"_blank\" rel=\"noreferrer noopener\">BOOK NOW</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"9967324b\",\"backgroundType\":\"color\",\"backgroundSizeTablet\":\"cover\",\"backgroundSizeMobile\":\"cover\",\"backgroundColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"topPaddingDesktop\":50,\"bottomPaddingDesktop\":100,\"topPaddingTablet\":50,\"bottomPaddingTablet\":25,\"leftPaddingTablet\":20,\"rightPaddingTablet\":20,\"topPaddingMobile\":50,\"bottomPaddingMobile\":20,\"leftPaddingMobile\":20,\"rightPaddingMobile\":20,\"paddingLink\":false,\"variationSelected\":true,\"rowGapDesktop\":0,\"isBlockRootParent\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-9967324b alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/container {\"block_id\":\"b7bb6b95\",\"directionDesktop\":\"row\",\"alignItemsTablet\":\"flex-start\",\"paddingLink\":false,\"topMarginDesktop\":50,\"bottomMarginDesktop\":20,\"leftMarginDesktop\":0,\"rightMarginDesktop\":0,\"marginLink\":false,\"variationSelected\":true,\"rowGapMobile\":65,\"columnGapDesktop\":48,\"columnGapTablet\":20} -->\n<div class=\"wp-block-uagb-container uagb-block-b7bb6b95\"><!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"align\":\"center\",\"id\":828,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image aligncenter size-full\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Blue-Roan-pool.png\" alt=\"Blue Roan\'s rock pool\" class=\"wp-image-828\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>A relaxing rock Pool​</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>We have a lovely sparkling blue rock pool next to a thatched Lapa. &nbsp;&nbsp;Lie on recliners on the green lawn or sit on the swing chair in the Lapa and enjoy the panoramic view of the Magaliesberg mountain range.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":829,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/img-20160605-wa0002-largejpg.png\" alt=\"\" class=\"wp-image-829\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>Braai facilities </h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>What can compare to a burning fire under the star-lit African sky? Nothing beats the flavor of cooking over an open flame.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":830,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/ef9d0188da11e2bc56788f5619d9d539.png\" alt=\"\" class=\"wp-image-830\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>A games room </h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>The reception is also a games room for those who enjoy darts or playing pool. &nbsp;Take a selection of DVDs back to your room and watch movies on your own DVD player. &nbsp;There is also a selection of board games and music CDs that you can borrow.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"align\":\"center\",\"id\":1198,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image aligncenter size-full\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/eyJidWNrZXQiOiJhc3NldHMuYWxsdHJhaWxzLmNvbSIsImtleSI6InVwbG9hZHMvcGhvdG8vaW1hZ2UvNDMxNzk4MTAvYjZkYTAz-1.png\" alt=\"\" class=\"wp-image-1198\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>Walking or hiking </h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>There is a well-kept walking trail on our property with plenty of bird life and some benches along the way. &nbsp;It is safe for dogs to run off-leash as it is completely fenced all around. &nbsp;For those who enjoy long walks and hikes, it is safe to cross onto neighbouring farms and go as far as the eye can see.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":1185,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/49089607_1950305445047847_5177863042771189760_n.png\" alt=\"\" class=\"wp-image-1185\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>Mountain biking </h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Bring your mountain bikes and explore the surrounding countryside on safe off-road tracks on our property and on neighbouring farms.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":1196,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Michelle_1.png\" alt=\"\" class=\"wp-image-1196\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>Horse riding </h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Interested riders can book at one of the recommended horse-riding establishments listed further down this page.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"f39bfa0d\",\"innerContentWidth\":\"alignfull\",\"directionDesktop\":\"row\",\"wrapTablet\":\"wrap\",\"variationSelected\":true,\"rowGapTablet\":0,\"columnGapDesktop\":0,\"isBlockRootParent\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-f39bfa0d alignfull uagb-is-root-container\"><!-- wp:uagb/container {\"block_id\":\"1e3adf3e\",\"widthDesktop\":25,\"widthTablet\":50,\"variationSelected\":true,\"widthSetByUser\":true,\"UAGHideMob\":true,\"UAGResponsiveConditions\":true} -->\n<div class=\"wp-block-uagb-container uag-hide-mob uagb-block-1e3adf3e\"><!-- wp:uagb/image {\"block_id\":\"e8969912\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-18-1-1024x768.jpg\",\"id\":1208,\"linkDestination\":\"none\",\"width\":480,\"height\":500,\"naturalWidth\":1024,\"naturalHeight\":768,\"sizeSlug\":\"large\",\"sizeSlugTablet\":\"large\",\"sizeSlugMobile\":\"large\",\"customHeightSetDesktop\":true} -->\n<div class=\"wp-block-uagb-image uagb-block-e8969912 wp-block-uagb-image--layout-default wp-block-uagb-image--effect-static wp-block-uagb-image--align-none\"><figure class=\"wp-block-uagb-image__figure\"><img srcset=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-18-1-1024x768.jpg \" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-18-1-1024x768.jpg\" alt=\"\" class=\"uag-image-1208\" width=\"480\" height=\"500\" title=\"\" loading=\"lazy\"/></figure></div>\n<!-- /wp:uagb/image --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"59e71bc7\",\"widthDesktop\":25,\"widthTablet\":50,\"variationSelected\":true,\"widthSetByUser\":true,\"UAGHideMob\":true,\"UAGResponsiveConditions\":true} -->\n<div class=\"wp-block-uagb-container uag-hide-mob uagb-block-59e71bc7\"><!-- wp:uagb/image {\"block_id\":\"f55f814f\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Blue-Roan-pool-1.png\",\"id\":1210,\"linkDestination\":\"none\",\"width\":480,\"height\":500,\"naturalWidth\":370,\"naturalHeight\":440,\"sizeSlug\":\"full\",\"sizeSlugTablet\":\"full\",\"sizeSlugMobile\":\"full\",\"customHeightSetDesktop\":true} -->\n<div class=\"wp-block-uagb-image uagb-block-f55f814f wp-block-uagb-image--layout-default wp-block-uagb-image--effect-static wp-block-uagb-image--align-none\"><figure class=\"wp-block-uagb-image__figure\"><img srcset=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Blue-Roan-pool-1.png \" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Blue-Roan-pool-1.png\" alt=\"\" class=\"uag-image-1210\" width=\"480\" height=\"500\" title=\"\" loading=\"lazy\"/></figure></div>\n<!-- /wp:uagb/image --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"91a42e52\",\"widthDesktop\":50,\"widthTablet\":100,\"variationSelected\":true,\"columnGapDesktop\":20,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-91a42e52\"><!-- wp:uagb/image {\"block_id\":\"d202072b\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/the-view-from-my-rooms-1024x768.jpg\",\"id\":1211,\"linkDestination\":\"none\",\"width\":960,\"height\":500,\"naturalWidth\":1024,\"naturalHeight\":768,\"sizeSlug\":\"large\",\"sizeSlugTablet\":\"large\",\"sizeSlugMobile\":\"large\",\"customHeightSetDesktop\":true} -->\n<div class=\"wp-block-uagb-image uagb-block-d202072b wp-block-uagb-image--layout-default wp-block-uagb-image--effect-static wp-block-uagb-image--align-none\"><figure class=\"wp-block-uagb-image__figure\"><img srcset=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/the-view-from-my-rooms-1024x768.jpg \" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/the-view-from-my-rooms-1024x768.jpg\" alt=\"\" class=\"uag-image-1211\" width=\"960\" height=\"500\" title=\"\" loading=\"lazy\"/></figure></div>\n<!-- /wp:uagb/image --></div>\n<!-- /wp:uagb/container --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"1267f877\",\"innerContentWidth\":\"alignfull\",\"directionDesktop\":\"row\",\"wrapTablet\":\"wrap\",\"variationSelected\":true,\"rowGapTablet\":0,\"columnGapDesktop\":0,\"isBlockRootParent\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-1267f877 alignfull uagb-is-root-container\"><!-- wp:uagb/container {\"block_id\":\"96eff554\",\"widthDesktop\":50,\"widthTablet\":100,\"variationSelected\":true,\"columnGapDesktop\":20,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-96eff554\"><!-- wp:uagb/image {\"block_id\":\"66aa0850\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAAJDI0ZWY4NDc1LThjYjYtNDM3YS1iOTliLWNmOWQxYTJkMWU5MQ-1.png\",\"id\":1213,\"linkDestination\":\"none\",\"width\":960,\"height\":500,\"naturalWidth\":1000,\"naturalHeight\":667,\"sizeSlug\":\"full\",\"sizeSlugTablet\":\"full\",\"sizeSlugMobile\":\"full\",\"customHeightSetDesktop\":true} -->\n<div class=\"wp-block-uagb-image uagb-block-66aa0850 wp-block-uagb-image--layout-default wp-block-uagb-image--effect-static wp-block-uagb-image--align-none\"><figure class=\"wp-block-uagb-image__figure\"><img srcset=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAAJDI0ZWY4NDc1LThjYjYtNDM3YS1iOTliLWNmOWQxYTJkMWU5MQ-1.png \" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAAJDI0ZWY4NDc1LThjYjYtNDM3YS1iOTliLWNmOWQxYTJkMWU5MQ-1.png\" alt=\"\" class=\"uag-image-1213\" width=\"960\" height=\"500\" title=\"\" loading=\"lazy\"/></figure></div>\n<!-- /wp:uagb/image --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"3d7d2947\",\"widthDesktop\":25,\"variationSelected\":true,\"widthSetByUser\":true,\"UAGHideMob\":true,\"UAGResponsiveConditions\":true} -->\n<div class=\"wp-block-uagb-container uag-hide-mob uagb-block-3d7d2947\"><!-- wp:uagb/image {\"block_id\":\"6fa3ab5d\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/bird-1-1024x683.jpg\",\"id\":1215,\"linkDestination\":\"none\",\"width\":480,\"height\":500,\"naturalWidth\":1024,\"naturalHeight\":683,\"sizeSlug\":\"large\",\"sizeSlugTablet\":\"large\",\"sizeSlugMobile\":\"large\",\"customHeightSetDesktop\":true} -->\n<div class=\"wp-block-uagb-image uagb-block-6fa3ab5d wp-block-uagb-image--layout-default wp-block-uagb-image--effect-static wp-block-uagb-image--align-none\"><figure class=\"wp-block-uagb-image__figure\"><img srcset=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/bird-1-1024x683.jpg \" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/bird-1-1024x683.jpg\" alt=\"\" class=\"uag-image-1215\" width=\"480\" height=\"500\" title=\"\" loading=\"lazy\"/></figure></div>\n<!-- /wp:uagb/image --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"5a795e5d\",\"widthDesktop\":25,\"variationSelected\":true,\"widthSetByUser\":true,\"UAGHideMob\":true,\"UAGResponsiveConditions\":true} -->\n<div class=\"wp-block-uagb-container uag-hide-mob uagb-block-5a795e5d\"><!-- wp:uagb/image {\"block_id\":\"1d33e57a\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/two-happy-boxers-1024x768.jpg\",\"id\":1216,\"linkDestination\":\"none\",\"width\":480,\"height\":500,\"naturalWidth\":1024,\"naturalHeight\":768,\"sizeSlug\":\"large\",\"sizeSlugTablet\":\"large\",\"sizeSlugMobile\":\"large\",\"customHeightSetDesktop\":true} -->\n<div class=\"wp-block-uagb-image uagb-block-1d33e57a wp-block-uagb-image--layout-default wp-block-uagb-image--effect-static wp-block-uagb-image--align-none\"><figure class=\"wp-block-uagb-image__figure\"><img srcset=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/two-happy-boxers-1024x768.jpg \" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/two-happy-boxers-1024x768.jpg\" alt=\"\" class=\"uag-image-1216\" width=\"480\" height=\"500\" title=\"\" loading=\"lazy\"/></figure></div>\n<!-- /wp:uagb/image --></div>\n<!-- /wp:uagb/container --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"9bd4bd5d\",\"backgroundType\":\"color\",\"backgroundSizeTablet\":\"cover\",\"backgroundSizeMobile\":\"cover\",\"backgroundColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"topPaddingDesktop\":120,\"bottomPaddingDesktop\":0,\"topPaddingTablet\":80,\"bottomPaddingTablet\":80,\"leftPaddingTablet\":30,\"rightPaddingTablet\":30,\"topPaddingMobile\":80,\"bottomPaddingMobile\":80,\"leftPaddingMobile\":20,\"rightPaddingMobile\":20,\"paddingLink\":false,\"variationSelected\":true,\"rowGapDesktop\":0,\"rowGapTablet\":0,\"isBlockRootParent\":true} -->\n<div id=\"nearby-visits\" class=\"wp-block-uagb-container uagb-block-9bd4bd5d alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/container {\"block_id\":\"9fcac249\",\"directionDesktop\":\"row\",\"alignItemsDesktop\":\"flex-end\",\"alignItemsTablet\":\"flex-end\",\"justifyContentDesktop\":\"flex-end\",\"justifyContentTablet\":\"space-between\",\"variationSelected\":true,\"rowGapMobile\":30,\"columnGapDesktop\":0} -->\n<div class=\"wp-block-uagb-container uagb-block-9fcac249\"><!-- wp:uagb/advanced-heading {\"block_id\":\"ffbde014\",\"classMigrate\":true,\"headingDescToggle\":true,\"subHeadingColor\":\"\",\"headSpace\":20,\"subHeadFontSize\":16} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-ffbde014\"><h2 class=\"uagb-heading-text\">Things to do in the area of Magaliesburg<br></h2><p class=\"uagb-desc-text\">Looking for more? Well, we believe that every guest walks into our lodge for the best experience. And, we are determined to do that.</p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/buttons {\"block_id\":\"c7701999\",\"classMigrate\":true,\"childMigrate\":true,\"align\":\"right\",\"alignTablet\":\"right\",\"alignMobile\":\"left\",\"gap\":0} -->\n<div class=\"wp-block-uagb-buttons uagb-buttons__outer-wrap uagb-btn__default-btn uagb-btn-tablet__default-btn uagb-btn-mobile__default-btn uagb-block-c7701999\"><div class=\"uagb-buttons__wrap uagb-buttons-layout-wrap\"><!-- wp:uagb/buttons-child {\"block_id\":\"b2ca7d29\",\"label\":\"Reservations\",\"link\":\"https://book.nightsbridge.com/11065\",\"hColor\":\"\",\"opensInNewTab\":true,\"borderWidth\":\"\",\"borderRadius\":\"\",\"borderStyle\":\"\",\"borderColor\":\"\",\"borderHColor\":\"\",\"btnBorderTopWidth\":1,\"btnBorderLeftWidth\":1,\"btnBorderRightWidth\":1,\"btnBorderBottomWidth\":1,\"btnBorderTopLeftRadius\":2,\"btnBorderTopRightRadius\":2,\"btnBorderBottomLeftRadius\":2,\"btnBorderBottomRightRadius\":2,\"btnBorderStyle\":\"solid\",\"btnBorderColor\":\"#333\",\"btnBorderHColor\":\"#333\"} -->\n<div class=\"wp-block-uagb-buttons-child uagb-buttons__outer-wrap uagb-block-b2ca7d29 wp-block-button is-style-outline\"><div class=\"uagb-button__wrapper\"><a class=\"uagb-buttons-repeater wp-block-button__link\" href=\"https://book.nightsbridge.com/11065\" rel=\"follow noopener\" target=\"_blank\"><div class=\"uagb-button__link\">Reservations</div></a></div></div>\n<!-- /wp:uagb/buttons-child --></div></div>\n<!-- /wp:uagb/buttons --></div>\n<!-- /wp:uagb/container --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"88e416cf\",\"backgroundType\":\"color\",\"backgroundSizeTablet\":\"cover\",\"backgroundSizeMobile\":\"cover\",\"backgroundColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"topPaddingDesktop\":50,\"bottomPaddingDesktop\":100,\"topPaddingTablet\":50,\"bottomPaddingTablet\":25,\"leftPaddingTablet\":20,\"rightPaddingTablet\":20,\"topPaddingMobile\":50,\"bottomPaddingMobile\":20,\"leftPaddingMobile\":20,\"rightPaddingMobile\":20,\"paddingLink\":false,\"variationSelected\":true,\"rowGapDesktop\":0,\"isBlockRootParent\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-88e416cf alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/container {\"block_id\":\"d19db777\",\"directionDesktop\":\"row\",\"alignItemsTablet\":\"flex-start\",\"paddingLink\":false,\"topMarginDesktop\":50,\"bottomMarginDesktop\":20,\"leftMarginDesktop\":0,\"rightMarginDesktop\":0,\"marginLink\":false,\"variationSelected\":true,\"rowGapMobile\":65,\"columnGapDesktop\":48,\"columnGapTablet\":20} -->\n<div class=\"wp-block-uagb-container uagb-block-d19db777\"><!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"align\":\"center\",\"id\":1222,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image aligncenter size-full\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/41b46e52d7427ea1f6f135454e9a012f.png\" alt=\"\" class=\"wp-image-1222\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"textAlign\":\"center\",\"level\":3} -->\n<h3 class=\"has-text-align-center\">Fishing </h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>The dam has trout (stocked), bass, vlei Kuper and carp. Fly fishers seeking a unique challenge visit our establishment in search of the large &amp; small scale Yellow fish.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:buttons -->\n<div class=\"wp-block-buttons\"><!-- wp:button {\"align\":\"left\"} -->\n<div class=\"wp-block-button alignleft\"><a class=\"wp-block-button__link wp-element-button\" href=\"https://www.sundowner.co.za/rooms/magalies-barbus-haven/\" target=\"_blank\" rel=\"noreferrer noopener\">Barbus Haven</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons -->\n\n<!-- wp:paragraph -->\n<p>The opportunity to fish for Rainbow Trout or the elusive Brown Trout. Kingfisher offers rod hires at their venue. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:buttons -->\n<div class=\"wp-block-buttons\"><!-- wp:button {\"align\":\"left\"} -->\n<div class=\"wp-block-button alignleft\"><a class=\"wp-block-button__link wp-element-button\" href=\"https://www.thekingfisherlodge.co.za/activities/\" target=\"_blank\" rel=\"noreferrer noopener\">Kingfisher</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":1235,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Maseke-MTB-MvZ-3-1024x683-1.png\" alt=\"\" class=\"wp-image-1235\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>Mountain biking </h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>It is a privately owned nature reserve that offers mountain biking.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:spacer {\"height\":\"20px\"} -->\n<div style=\"height:20px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:buttons -->\n<div class=\"wp-block-buttons\"><!-- wp:button -->\n<div class=\"wp-block-button\"><a class=\"wp-block-button__link wp-element-button\" href=\"http://ingwebushcamp.yolasite.com/\" target=\"_blank\" rel=\"noreferrer noopener\">Ingwe Bush Camp&nbsp;</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons -->\n\n<!-- wp:paragraph -->\n<p>With over 80km of trails, Van Gaalen&nbsp;has something to offer for every kind of athlete, from beginner to advanced.<br></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:buttons -->\n<div class=\"wp-block-buttons\"><!-- wp:button -->\n<div class=\"wp-block-button\"><a class=\"wp-block-button__link wp-element-button\" href=\"https://www.vangaalen.co.za/products\" target=\"_blank\" rel=\"noreferrer noopener\">Van Gaalen\'s</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":1331,\"width\":424,\"height\":458,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full is-resized\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/quad-biking-magliesburg.png\" alt=\"\" class=\"wp-image-1331\" width=\"424\" height=\"458\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>Quad biking </h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>We have quads suitable for kiddies, tweens, teens, and adults. We have mini quads and fully automatic 150cc quads.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:spacer {\"height\":\"2px\"} -->\n<div style=\"height:2px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:buttons -->\n<div class=\"wp-block-buttons\"><!-- wp:button -->\n<div class=\"wp-block-button\"><a class=\"wp-block-button__link wp-element-button\" href=\"https://www.saddlecreekadventures.co.za/activity/quad-biking/\" target=\"_blank\" rel=\"noreferrer noopener\">Saddle Creek Ranch</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons -->\n\n<!-- wp:paragraph -->\n<p>A 700-meter monster track, the longest and most exciting track in Gauteng!</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:spacer {\"height\":\"2px\"} -->\n<div style=\"height:2px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:buttons -->\n<div class=\"wp-block-buttons\"><!-- wp:button -->\n<div class=\"wp-block-button\"><a class=\"wp-block-button__link wp-element-button\" href=\"http://www.swartkrans.co.za/\" target=\"_blank\" rel=\"noreferrer noopener\">Swartkrans Go-Karting&nbsp;</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"align\":\"center\",\"id\":1198,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image aligncenter size-full\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/eyJidWNrZXQiOiJhc3NldHMuYWxsdHJhaWxzLmNvbSIsImtleSI6InVwbG9hZHMvcGhvdG8vaW1hZ2UvNDMxNzk4MTAvYjZkYTAz-1.png\" alt=\"\" class=\"wp-image-1198\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>Horse riding </h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Join us for an unforgettable horse riding experience in the peaceful countryside, with beautiful mountain scenery and lovely bush trails.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:buttons -->\n<div class=\"wp-block-buttons\"><!-- wp:button -->\n<div class=\"wp-block-button\"><a class=\"wp-block-button__link wp-element-button\" href=\"https://www.saddlecreekadventures.co.za/activity/horse-riding/\" target=\"_blank\" rel=\"noreferrer noopener\">Saddle Creek Ranch</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":1185,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/49089607_1950305445047847_5177863042771189760_n.png\" alt=\"\" class=\"wp-image-1185\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>Game drives </h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Enjoy a thrilling and educational adventure with our experienced guides.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:spacer {\"height\":\"2px\"} -->\n<div style=\"height:2px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:buttons -->\n<div class=\"wp-block-buttons\"><!-- wp:button -->\n<div class=\"wp-block-button\"><a class=\"wp-block-button__link wp-element-button\" href=\"https://www.rhinolion.co.za/visitors-guide/activity-index/game-drives/\" target=\"_blank\" rel=\"noreferrer noopener\">Rhino &amp; Lion Park</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons -->\n\n<!-- wp:paragraph -->\n<p>Our guided game-viewing drives take place each day in the morning and afternoon, as this is when the animals are most active.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:buttons -->\n<div class=\"wp-block-buttons\"><!-- wp:button -->\n<div class=\"wp-block-button\"><a class=\"wp-block-button__link wp-element-button\" href=\"https://www.africanhillslodge.co.za/experience/\" target=\"_blank\" rel=\"noreferrer noopener\">Askari Game Lodge</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:spacer {\"height\":\"12px\"} -->\n<div style=\"height:12px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:heading -->\n<h2>Other activites </h2>\n<!-- /wp:heading -->\n\n<!-- wp:uagb/faq {\"block_id\":\"25ab2d69\",\"expandFirstItem\":false,\"boxBgColor\":\"#F5F5F5\",\"borderStyle\":\"\",\"borderWidth\":\"\",\"borderRadius\":\"\",\"borderColor\":\"\",\"vquestionPaddingDesktop\":15,\"hquestionPaddingDesktop\":15,\"iconAlign\":\"row-reverse\",\"schema\":\"{\\u0022@context\\u0022:\\u0022https://schema.org\\u0022,\\u0022@type\\u0022:\\u0022FAQPage\\u0022,\\u0022@id\\u0022:\\u0022https://blueroan.netgen.cloud/amenities/\\u0022,\\u0022mainEntity\\u0022:[{\\u0022@type\\u0022:\\u0022Question\\u0022,\\u0022name\\u0022:\\u0022\\u003cstrong\\u003ePUBS / MICRO BREWERIES\\u003c/strong\\u003e\\u0022,\\u0022acceptedAnswer\\u0022:{\\u0022@type\\u0022:\\u0022Answer\\u0022,\\u0022text\\u0022:\\u0022Black Horse   \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27825613246\\\\\\u0022\\u003e082 561 3246\\u003cbr\\u003e\\u003c/a\\u003eBrauhaus am Dam   \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27878025519\\\\\\u0022\\u003e087 802 5519\\u003c/a\\u003e / \\u003ca href=\\\\\\u0022tel:+27729201742\\\\\\u0022\\u003e072 920 1742\\u003c/a\\u003e\\u003cbr\\u003eHartleys Elephant Bar   \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27145772301\\\\\\u0022\\u003e014 577 2301\\u003cbr\\u003e\\u003c/a\\u003eThatchwood Pub   \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27837091672\\\\\\u0022\\u003e083 709 1672\\u003cbr\\u003e\\u003c/a\\u003eMonate Citrus Kelder   \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27122580712\\\\\\u0022\\u003e012 258 0712\\u003c/a\\u003e\\u0022}},{\\u0022@type\\u0022:\\u0022Question\\u0022,\\u0022name\\u0022:\\u0022\\u003cstrong\\u003eTEA GARDENS / RESTAURANTS   \\u003c/strong\\u003e\\u0022,\\u0022acceptedAnswer\\u0022:{\\u0022@type\\u0022:\\u0022Answer\\u0022,\\u0022text\\u0022:\\u0022Black Horse   \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27825613246\\\\\\u0022\\u003e082 561 3246\\u003cbr\\u003e\\u003c/a\\u003eBrauhaus am Dam   \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27878025519\\\\\\u0022\\u003e087 802 5519\\u003c/a\\u003e / \\u003ca href=\\\\\\u0022tel:+27729201742\\\\\\u0022\\u003e072 920 1742\\u003c/a\\u003e\\u003cbr\\u003eMelon Rouge   \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27796806050\\\\\\u0022\\u003e079 680 6050\\u003cbr\\u003e\\u003c/a\\u003eMount Grace Hotel   \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27145775600\\\\\\u0022\\u003e014 577 5600\\u003cbr\\u003e\\u003c/a\\u003eValley Lodge Hotel   \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27145771301\\\\\\u0022\\u003e014 577 1301\\u003cbr\\u003e\\u003c/a\\u003eLa Classique Ristorante   \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27145774006\\\\\\u0022\\u003e014 577 4006\\u003c/a\\u003e\\u0022}},{\\u0022@type\\u0022:\\u0022Question\\u0022,\\u0022name\\u0022:\\u0022\\u003cstrong\\u003eSHOPPING\\u003c/strong\\u003e  \\u0022,\\u0022acceptedAnswer\\u0022:{\\u0022@type\\u0022:\\u0022Answer\\u0022,\\u0022text\\u0022:\\u0022If Only Antiques    \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27827878825\\\\\\u0022\\u003e082 787 8825\\u003cbr\\u003e\\u003c/a\\u003ePuss in Boots   \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27145773562\\\\\\u0022\\u003e014 577 3562\\u003c/a\\u003e\\u0022}},{\\u0022@type\\u0022:\\u0022Question\\u0022,\\u0022name\\u0022:\\u0022\\u003cstrong\\u003eSPORTS \\u0026amp; ADVENTURE\\u003c/strong\\u003e\\u0022,\\u0022acceptedAnswer\\u0022:{\\u0022@type\\u0022:\\u0022Answer\\u0022,\\u0022text\\u0022:\\u0022Tandem Paragliding flips  \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27823221824\\\\\\u0022\\u003e0823221824\\u003c/a\\u003e\\u003cbr\\u003eMountain Sanctuary Park   \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27145340114\\\\\\u0022\\u003e014 534 0114\\u003cbr\\u003e\\u003c/a\\u003eBill Harrops Original Balloon Safaris   \\u003ca href=\\\\\\u0022tel:+27145771733\\\\\\u0022\\u003e014 577 1733\\u003c/a\\u003e / \\u003ca href=\\\\\\u0022tel:+27837520036\\\\\\u0022\\u003e083 752 0036\\u003c/a\\u003e\\u003cbr\\u003ePecanwood Golf Course   \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27122440112\\\\\\u0022\\u003e012 244 0112\\u003cbr\\u003e\\u003c/a\\u003eAir Ventures Hot Air Balloons   \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27117935782\\\\\\u0022\\u003e011 793 5782\\u003cbr\\u003e\\u003c/a\\u003eGliding   \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27835266966\\\\\\u0022\\u003e083 526 6966\\u003cbr\\u003e\\u003c/a\\u003eMagaliesberg Canopy Tours   \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27145350150\\\\\\u0022\\u003e014 535 0150\\u003cbr\\u003e\\u003c/a\\u003eWild Cave Adventures   \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27824862464\\\\\\u0022\\u003e082 486 2464\\u003cbr\\u003e\\u003c/a\\u003eMiracle Waters Dive Gateway   \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27832359840\\\\\\u0022\\u003e083 235 9840\\u003c/a\\u003e\\u0022}},{\\u0022@type\\u0022:\\u0022Question\\u0022,\\u0022name\\u0022:\\u0022\\u003cstrong\\u003eHEALTH SPAS\\u003c/strong\\u003e\\u0022,\\u0022acceptedAnswer\\u0022:{\\u0022@type\\u0022:\\u0022Answer\\u0022,\\u0022text\\u0022:\\u0022Whispering Pines   \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27145771536\\\\\\u0022\\u003e014 577 1536\\u003cbr\\u003e\\u003c/a\\u003eMount Grace Spa   \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27145775600\\\\\\u0022\\u003e014 577 5600\\u003cbr\\u003e\\u003c/a\\u003eValley Lodge Spa   \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27145771301\\\\\\u0022\\u003e014 577 1301\\u003cbr\\u003e\\u003c/a\\u003eRosewell Spa   \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27145771172\\\\\\u0022\\u003e014 577 1172\\u003cbr\\u003e\\u003c/a\\u003eSparkling Waters   \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27145350019\\\\\\u0022\\u003e014 535 0019\\u003c/a\\u003e\\u0022}},{\\u0022@type\\u0022:\\u0022Question\\u0022,\\u0022name\\u0022:\\u0022\\u003cstrong\\u003ePLACES OF INTEREST\\u003c/strong\\u003e\\u0022,\\u0022acceptedAnswer\\u0022:{\\u0022@type\\u0022:\\u0022Answer\\u0022,\\u0022text\\u0022:\\u0022Maropeng Visitors Centre   \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27145779000\\\\\\u0022\\u003e014 577 9000\\u003cbr\\u003e\\u003c/a\\u003eSterkfontein Caves   \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27116683200\\\\\\u0022\\u003e011 668 3200\\u003cbr\\u003e\\u003c/a\\u003eBlaaubank Gold Mine   \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27825673111\\\\\\u0022\\u003e082 567 3111\\u003cbr\\u003e\\u003c/a\\u003eVan Gaalen Cheese Farm   \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27122071289\\\\\\u0022\\u003e012 207 1289\\u003cbr\\u003e\\u003c/a\\u003eHartebeespoort Cableway   \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27722412654\\\\\\u0022\\u003e072 241 2654\\u003cbr\\u003e\\u003c/a\\u003eElephant Sanctuary             \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27122580423\\\\\\u0022\\u003e012 258 0423\\u003cbr\\u003e\\u003c/a\\u003eTeam Gel   \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27114622894\\\\\\u0022\\u003e011 462 2894\\u003c/a\\u003e / \\u003ca href=\\\\\\u0022tel:+27833207623\\\\\\u0022\\u003e083 320 7623\\u003c/a\\u003e\\u003cbr\\u003eMonate Citrus Kelder   \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27122580712\\\\\\u0022\\u003e012 258 0712\\u003cbr\\u003e\\u003c/a\\u003eLiving Jewels   \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27119566444\\\\\\u0022\\u003e011 956 6444\\u003cbr\\u003e\\u003c/a\\u003eBlaaubank Candle Dipping   \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27145774609\\\\\\u0022\\u003e014 577 4609\\u003cbr\\u003e\\u003c/a\\u003eVeggie Picking \\u0026amp; Strawberry Picking \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27122071116\\\\\\u0022\\u003e012 207 1116\\u003c/a\\u003e\\u0022}}]}\",\"questionLeftPaddingDesktop\":15,\"questionBottomPaddingDesktop\":15,\"answerTopPadding\":0,\"answerRightPadding\":15,\"answerBottomPadding\":15,\"answerLeftPadding\":15,\"answerTopPaddingTablet\":10,\"answerRightPaddingTablet\":10,\"answerBottomPaddingTablet\":10,\"answerLeftPaddingTablet\":10,\"answerTopPaddingMobile\":10,\"answerRightPaddingMobile\":10,\"answerBottomPaddingMobile\":10,\"answerLeftPaddingMobile\":10,\"overallBorderTopWidth\":1,\"overallBorderLeftWidth\":1,\"overallBorderRightWidth\":1,\"overallBorderBottomWidth\":1,\"overallBorderTopLeftRadius\":2,\"overallBorderTopRightRadius\":2,\"overallBorderBottomLeftRadius\":2,\"overallBorderBottomRightRadius\":2,\"overallBorderStyle\":\"none\",\"overallBorderColor\":\"#D2D2D2\"} -->\n<div class=\"wp-block-uagb-faq uagb-faq__outer-wrap uagb-block-25ab2d69 uagb-faq-icon-row-reverse uagb-faq-layout-accordion uagb-faq-expand-first-false uagb-faq-inactive-other-true uagb-faq__wrap uagb-buttons-layout-wrap uagb-faq-equal-height\" data-faqtoggle=\"true\" role=\"tablist\"><!-- wp:uagb/faq-child {\"block_id\":\"058058a9\",\"question\":\"\\u003cstrong\\u003ePUBS / MICRO BREWERIES\\u003c/strong\\u003e\",\"answer\":\"Black Horse   \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27825613246\\u0022\\u003e082 561 3246\\u003cbr\\u003e\\u003c/a\\u003eBrauhaus am Dam   \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27878025519\\u0022\\u003e087 802 5519\\u003c/a\\u003e / \\u003ca href=\\u0022tel:+27729201742\\u0022\\u003e072 920 1742\\u003c/a\\u003e\\u003cbr\\u003eHartleys Elephant Bar   \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27145772301\\u0022\\u003e014 577 2301\\u003cbr\\u003e\\u003c/a\\u003eThatchwood Pub   \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27837091672\\u0022\\u003e083 709 1672\\u003cbr\\u003e\\u003c/a\\u003eMonate Citrus Kelder   \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27122580712\\u0022\\u003e012 258 0712\\u003c/a\\u003e\"} -->\n<div class=\"wp-block-uagb-faq-child uagb-faq-child__outer-wrap uagb-faq-item uagb-block-058058a9\" role=\"tab\" tabindex=\"0\"><div class=\"uagb-faq-questions-button uagb-faq-questions\"><span class=\"uagb-icon uagb-faq-icon-wrap\"><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 448 512\"><path d=\"M432 256c0 17.69-14.33 32.01-32 32.01H256v144c0 17.69-14.33 31.99-32 31.99s-32-14.3-32-31.99v-144H48c-17.67 0-32-14.32-32-32.01s14.33-31.99 32-31.99H192v-144c0-17.69 14.33-32.01 32-32.01s32 14.32 32 32.01v144h144C417.7 224 432 238.3 432 256z\"></path></svg></span><span class=\"uagb-icon-active uagb-faq-icon-wrap\"><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 448 512\"><path d=\"M400 288h-352c-17.69 0-32-14.32-32-32.01s14.31-31.99 32-31.99h352c17.69 0 32 14.3 32 31.99S417.7 288 400 288z\"></path></svg></span><span class=\"uagb-question\"><strong>PUBS / MICRO BREWERIES</strong></span></div><p class=\"uagb-faq-content\">Black Horse   <br><a href=\"tel:+27825613246\">082 561 3246<br></a>Brauhaus am Dam   <br><a href=\"tel:+27878025519\">087 802 5519</a> / <a href=\"tel:+27729201742\">072 920 1742</a><br>Hartleys Elephant Bar   <br><a href=\"tel:+27145772301\">014 577 2301<br></a>Thatchwood Pub   <br><a href=\"tel:+27837091672\">083 709 1672<br></a>Monate Citrus Kelder   <br><a href=\"tel:+27122580712\">012 258 0712</a></p></div>\n<!-- /wp:uagb/faq-child -->\n\n<!-- wp:uagb/faq-child {\"block_id\":\"27108dc9\",\"question\":\"\\u003cstrong\\u003eTEA GARDENS / RESTAURANTS   \\u003c/strong\\u003e\",\"answer\":\"Black Horse   \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27825613246\\u0022\\u003e082 561 3246\\u003cbr\\u003e\\u003c/a\\u003eBrauhaus am Dam   \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27878025519\\u0022\\u003e087 802 5519\\u003c/a\\u003e / \\u003ca href=\\u0022tel:+27729201742\\u0022\\u003e072 920 1742\\u003c/a\\u003e\\u003cbr\\u003eMelon Rouge   \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27796806050\\u0022\\u003e079 680 6050\\u003cbr\\u003e\\u003c/a\\u003eMount Grace Hotel   \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27145775600\\u0022\\u003e014 577 5600\\u003cbr\\u003e\\u003c/a\\u003eValley Lodge Hotel   \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27145771301\\u0022\\u003e014 577 1301\\u003cbr\\u003e\\u003c/a\\u003eLa Classique Ristorante   \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27145774006\\u0022\\u003e014 577 4006\\u003c/a\\u003e\"} -->\n<div class=\"wp-block-uagb-faq-child uagb-faq-child__outer-wrap uagb-faq-item uagb-block-27108dc9\" role=\"tab\" tabindex=\"0\"><div class=\"uagb-faq-questions-button uagb-faq-questions\"><span class=\"uagb-icon uagb-faq-icon-wrap\"><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 448 512\"><path d=\"M432 256c0 17.69-14.33 32.01-32 32.01H256v144c0 17.69-14.33 31.99-32 31.99s-32-14.3-32-31.99v-144H48c-17.67 0-32-14.32-32-32.01s14.33-31.99 32-31.99H192v-144c0-17.69 14.33-32.01 32-32.01s32 14.32 32 32.01v144h144C417.7 224 432 238.3 432 256z\"></path></svg></span><span class=\"uagb-icon-active uagb-faq-icon-wrap\"><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 448 512\"><path d=\"M400 288h-352c-17.69 0-32-14.32-32-32.01s14.31-31.99 32-31.99h352c17.69 0 32 14.3 32 31.99S417.7 288 400 288z\"></path></svg></span><span class=\"uagb-question\"><strong>TEA GARDENS / RESTAURANTS   </strong></span></div><p class=\"uagb-faq-content\">Black Horse   <br><a href=\"tel:+27825613246\">082 561 3246<br></a>Brauhaus am Dam   <br><a href=\"tel:+27878025519\">087 802 5519</a> / <a href=\"tel:+27729201742\">072 920 1742</a><br>Melon Rouge   <br><a href=\"tel:+27796806050\">079 680 6050<br></a>Mount Grace Hotel   <br><a href=\"tel:+27145775600\">014 577 5600<br></a>Valley Lodge Hotel   <br><a href=\"tel:+27145771301\">014 577 1301<br></a>La Classique Ristorante   <br><a href=\"tel:+27145774006\">014 577 4006</a></p></div>\n<!-- /wp:uagb/faq-child -->\n\n<!-- wp:uagb/faq-child {\"block_id\":\"d072f7e5\",\"question\":\"\\u003cstrong\\u003eSHOPPING\\u003c/strong\\u003e  \",\"answer\":\"If Only Antiques    \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27827878825\\u0022\\u003e082 787 8825\\u003cbr\\u003e\\u003c/a\\u003ePuss in Boots   \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27145773562\\u0022\\u003e014 577 3562\\u003c/a\\u003e\"} -->\n<div class=\"wp-block-uagb-faq-child uagb-faq-child__outer-wrap uagb-faq-item uagb-block-d072f7e5\" role=\"tab\" tabindex=\"0\"><div class=\"uagb-faq-questions-button uagb-faq-questions\"><span class=\"uagb-icon uagb-faq-icon-wrap\"><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 448 512\"><path d=\"M432 256c0 17.69-14.33 32.01-32 32.01H256v144c0 17.69-14.33 31.99-32 31.99s-32-14.3-32-31.99v-144H48c-17.67 0-32-14.32-32-32.01s14.33-31.99 32-31.99H192v-144c0-17.69 14.33-32.01 32-32.01s32 14.32 32 32.01v144h144C417.7 224 432 238.3 432 256z\"></path></svg></span><span class=\"uagb-icon-active uagb-faq-icon-wrap\"><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 448 512\"><path d=\"M400 288h-352c-17.69 0-32-14.32-32-32.01s14.31-31.99 32-31.99h352c17.69 0 32 14.3 32 31.99S417.7 288 400 288z\"></path></svg></span><span class=\"uagb-question\"><strong>SHOPPING</strong>  </span></div><p class=\"uagb-faq-content\">If Only Antiques    <br><a href=\"tel:+27827878825\">082 787 8825<br></a>Puss in Boots   <br><a href=\"tel:+27145773562\">014 577 3562</a></p></div>\n<!-- /wp:uagb/faq-child -->\n\n<!-- wp:uagb/faq-child {\"block_id\":\"fa754df4\",\"question\":\"\\u003cstrong\\u003eSPORTS \\u0026amp; ADVENTURE\\u003c/strong\\u003e\",\"answer\":\"Tandem Paragliding flips  \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27823221824\\u0022\\u003e0823221824\\u003c/a\\u003e\\u003cbr\\u003eMountain Sanctuary Park   \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27145340114\\u0022\\u003e014 534 0114\\u003cbr\\u003e\\u003c/a\\u003eBill Harrops Original Balloon Safaris   \\u003ca href=\\u0022tel:+27145771733\\u0022\\u003e014 577 1733\\u003c/a\\u003e / \\u003ca href=\\u0022tel:+27837520036\\u0022\\u003e083 752 0036\\u003c/a\\u003e\\u003cbr\\u003ePecanwood Golf Course   \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27122440112\\u0022\\u003e012 244 0112\\u003cbr\\u003e\\u003c/a\\u003eAir Ventures Hot Air Balloons   \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27117935782\\u0022\\u003e011 793 5782\\u003cbr\\u003e\\u003c/a\\u003eGliding   \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27835266966\\u0022\\u003e083 526 6966\\u003cbr\\u003e\\u003c/a\\u003eMagaliesberg Canopy Tours   \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27145350150\\u0022\\u003e014 535 0150\\u003cbr\\u003e\\u003c/a\\u003eWild Cave Adventures   \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27824862464\\u0022\\u003e082 486 2464\\u003cbr\\u003e\\u003c/a\\u003eMiracle Waters Dive Gateway   \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27832359840\\u0022\\u003e083 235 9840\\u003c/a\\u003e\"} -->\n<div class=\"wp-block-uagb-faq-child uagb-faq-child__outer-wrap uagb-faq-item uagb-block-fa754df4\" role=\"tab\" tabindex=\"0\"><div class=\"uagb-faq-questions-button uagb-faq-questions\"><span class=\"uagb-icon uagb-faq-icon-wrap\"><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 448 512\"><path d=\"M432 256c0 17.69-14.33 32.01-32 32.01H256v144c0 17.69-14.33 31.99-32 31.99s-32-14.3-32-31.99v-144H48c-17.67 0-32-14.32-32-32.01s14.33-31.99 32-31.99H192v-144c0-17.69 14.33-32.01 32-32.01s32 14.32 32 32.01v144h144C417.7 224 432 238.3 432 256z\"></path></svg></span><span class=\"uagb-icon-active uagb-faq-icon-wrap\"><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 448 512\"><path d=\"M400 288h-352c-17.69 0-32-14.32-32-32.01s14.31-31.99 32-31.99h352c17.69 0 32 14.3 32 31.99S417.7 288 400 288z\"></path></svg></span><span class=\"uagb-question\"><strong>SPORTS &amp; ADVENTURE</strong></span></div><p class=\"uagb-faq-content\">Tandem Paragliding flips  <br><a href=\"tel:+27823221824\">0823221824</a><br>Mountain Sanctuary Park   <br><a href=\"tel:+27145340114\">014 534 0114<br></a>Bill Harrops Original Balloon Safaris   <a href=\"tel:+27145771733\">014 577 1733</a> / <a href=\"tel:+27837520036\">083 752 0036</a><br>Pecanwood Golf Course   <br><a href=\"tel:+27122440112\">012 244 0112<br></a>Air Ventures Hot Air Balloons   <br><a href=\"tel:+27117935782\">011 793 5782<br></a>Gliding   <br><a href=\"tel:+27835266966\">083 526 6966<br></a>Magaliesberg Canopy Tours   <br><a href=\"tel:+27145350150\">014 535 0150<br></a>Wild Cave Adventures   <br><a href=\"tel:+27824862464\">082 486 2464<br></a>Miracle Waters Dive Gateway   <br><a href=\"tel:+27832359840\">083 235 9840</a></p></div>\n<!-- /wp:uagb/faq-child -->\n\n<!-- wp:uagb/faq-child {\"block_id\":\"fbeeab31\",\"question\":\"\\u003cstrong\\u003eHEALTH SPAS\\u003c/strong\\u003e\",\"answer\":\"Whispering Pines   \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27145771536\\u0022\\u003e014 577 1536\\u003cbr\\u003e\\u003c/a\\u003eMount Grace Spa   \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27145775600\\u0022\\u003e014 577 5600\\u003cbr\\u003e\\u003c/a\\u003eValley Lodge Spa   \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27145771301\\u0022\\u003e014 577 1301\\u003cbr\\u003e\\u003c/a\\u003eRosewell Spa   \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27145771172\\u0022\\u003e014 577 1172\\u003cbr\\u003e\\u003c/a\\u003eSparkling Waters   \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27145350019\\u0022\\u003e014 535 0019\\u003c/a\\u003e\"} -->\n<div class=\"wp-block-uagb-faq-child uagb-faq-child__outer-wrap uagb-faq-item uagb-block-fbeeab31\" role=\"tab\" tabindex=\"0\"><div class=\"uagb-faq-questions-button uagb-faq-questions\"><span class=\"uagb-icon uagb-faq-icon-wrap\"><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 448 512\"><path d=\"M432 256c0 17.69-14.33 32.01-32 32.01H256v144c0 17.69-14.33 31.99-32 31.99s-32-14.3-32-31.99v-144H48c-17.67 0-32-14.32-32-32.01s14.33-31.99 32-31.99H192v-144c0-17.69 14.33-32.01 32-32.01s32 14.32 32 32.01v144h144C417.7 224 432 238.3 432 256z\"></path></svg></span><span class=\"uagb-icon-active uagb-faq-icon-wrap\"><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 448 512\"><path d=\"M400 288h-352c-17.69 0-32-14.32-32-32.01s14.31-31.99 32-31.99h352c17.69 0 32 14.3 32 31.99S417.7 288 400 288z\"></path></svg></span><span class=\"uagb-question\"><strong>HEALTH SPAS</strong></span></div><p class=\"uagb-faq-content\">Whispering Pines   <br><a href=\"tel:+27145771536\">014 577 1536<br></a>Mount Grace Spa   <br><a href=\"tel:+27145775600\">014 577 5600<br></a>Valley Lodge Spa   <br><a href=\"tel:+27145771301\">014 577 1301<br></a>Rosewell Spa   <br><a href=\"tel:+27145771172\">014 577 1172<br></a>Sparkling Waters   <br><a href=\"tel:+27145350019\">014 535 0019</a></p></div>\n<!-- /wp:uagb/faq-child -->\n\n<!-- wp:uagb/faq-child {\"block_id\":\"1f64b4d7\",\"question\":\"\\u003cstrong\\u003ePLACES OF INTEREST\\u003c/strong\\u003e\",\"answer\":\"Maropeng Visitors Centre   \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27145779000\\u0022\\u003e014 577 9000\\u003cbr\\u003e\\u003c/a\\u003eSterkfontein Caves   \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27116683200\\u0022\\u003e011 668 3200\\u003cbr\\u003e\\u003c/a\\u003eBlaaubank Gold Mine   \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27825673111\\u0022\\u003e082 567 3111\\u003cbr\\u003e\\u003c/a\\u003eVan Gaalen Cheese Farm   \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27122071289\\u0022\\u003e012 207 1289\\u003cbr\\u003e\\u003c/a\\u003eHartebeespoort Cableway   \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27722412654\\u0022\\u003e072 241 2654\\u003cbr\\u003e\\u003c/a\\u003eElephant Sanctuary             \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27122580423\\u0022\\u003e012 258 0423\\u003cbr\\u003e\\u003c/a\\u003eTeam Gel   \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27114622894\\u0022\\u003e011 462 2894\\u003c/a\\u003e / \\u003ca href=\\u0022tel:+27833207623\\u0022\\u003e083 320 7623\\u003c/a\\u003e\\u003cbr\\u003eMonate Citrus Kelder   \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27122580712\\u0022\\u003e012 258 0712\\u003cbr\\u003e\\u003c/a\\u003eLiving Jewels   \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27119566444\\u0022\\u003e011 956 6444\\u003cbr\\u003e\\u003c/a\\u003eBlaaubank Candle Dipping   \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27145774609\\u0022\\u003e014 577 4609\\u003cbr\\u003e\\u003c/a\\u003eVeggie Picking \\u0026amp; Strawberry Picking \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27122071116\\u0022\\u003e012 207 1116\\u003c/a\\u003e\"} -->\n<div class=\"wp-block-uagb-faq-child uagb-faq-child__outer-wrap uagb-faq-item uagb-block-1f64b4d7\" role=\"tab\" tabindex=\"0\"><div class=\"uagb-faq-questions-button uagb-faq-questions\"><span class=\"uagb-icon uagb-faq-icon-wrap\"><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 448 512\"><path d=\"M432 256c0 17.69-14.33 32.01-32 32.01H256v144c0 17.69-14.33 31.99-32 31.99s-32-14.3-32-31.99v-144H48c-17.67 0-32-14.32-32-32.01s14.33-31.99 32-31.99H192v-144c0-17.69 14.33-32.01 32-32.01s32 14.32 32 32.01v144h144C417.7 224 432 238.3 432 256z\"></path></svg></span><span class=\"uagb-icon-active uagb-faq-icon-wrap\"><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 448 512\"><path d=\"M400 288h-352c-17.69 0-32-14.32-32-32.01s14.31-31.99 32-31.99h352c17.69 0 32 14.3 32 31.99S417.7 288 400 288z\"></path></svg></span><span class=\"uagb-question\"><strong>PLACES OF INTEREST</strong></span></div><p class=\"uagb-faq-content\">Maropeng Visitors Centre   <br><a href=\"tel:+27145779000\">014 577 9000<br></a>Sterkfontein Caves   <br><a href=\"tel:+27116683200\">011 668 3200<br></a>Blaaubank Gold Mine   <br><a href=\"tel:+27825673111\">082 567 3111<br></a>Van Gaalen Cheese Farm   <br><a href=\"tel:+27122071289\">012 207 1289<br></a>Hartebeespoort Cableway   <br><a href=\"tel:+27722412654\">072 241 2654<br></a>Elephant Sanctuary             <br><a href=\"tel:+27122580423\">012 258 0423<br></a>Team Gel   <br><a href=\"tel:+27114622894\">011 462 2894</a> / <a href=\"tel:+27833207623\">083 320 7623</a><br>Monate Citrus Kelder   <br><a href=\"tel:+27122580712\">012 258 0712<br></a>Living Jewels   <br><a href=\"tel:+27119566444\">011 956 6444<br></a>Blaaubank Candle Dipping   <br><a href=\"tel:+27145774609\">014 577 4609<br></a>Veggie Picking &amp; Strawberry Picking <br><a href=\"tel:+27122071116\">012 207 1116</a></p></div>\n<!-- /wp:uagb/faq-child --></div>\n<!-- /wp:uagb/faq --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"1fa2b0f8\",\"innerContentCustomWidthDesktop\":781,\"innerContentCustomWidthTablet\":781,\"backgroundType\":\"image\",\"backgroundImageDesktop\":{\"id\":907,\"title\":\"241565_xl\",\"filename\":\"241565_xl.jpg\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/241565_xl.jpg\",\"link\":\"https://blueroan.netgen.cloud/home/241565_xl/\",\"alt\":\"\",\"author\":\"2\",\"description\":\"\",\"caption\":\"\",\"name\":\"241565_xl\",\"status\":\"inherit\",\"uploadedTo\":760,\"date\":\"2022-12-13T15:04:35.000Z\",\"modified\":\"2022-12-13T15:04:35.000Z\",\"menuOrder\":0,\"mime\":\"image/jpeg\",\"type\":\"image\",\"subtype\":\"jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-includes/images/media/default.png\",\"dateFormatted\":\"December 13, 2022\",\"nonces\":{\"update\":\"8ba15922a4\",\"delete\":\"e660ddd200\",\"edit\":\"57c3a4b066\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=907\\u0026action=edit\",\"meta\":false,\"authorName\":\"Netgen Support\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/profile.php\",\"uploadedToTitle\":\"Home\",\"uploadedToLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=760\\u0026action=edit\",\"filesizeInBytes\":90717,\"filesizeHumanReadable\":\"89 KB\",\"context\":\"\",\"height\":534,\"width\":800,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/241565_xl-150x150.jpg\",\"orientation\":\"landscape\"},\"medium\":{\"height\":200,\"width\":300,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/241565_xl-300x200.jpg\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/241565_xl.jpg\",\"height\":534,\"width\":800,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"backgroundImageColor\":\"rgba(42,42,42,0.65)\",\"topPaddingDesktop\":144,\"bottomPaddingDesktop\":144,\"leftPaddingDesktop\":40,\"rightPaddingDesktop\":40,\"topPaddingTablet\":80,\"bottomPaddingTablet\":80,\"leftPaddingTablet\":40,\"rightPaddingTablet\":40,\"topPaddingMobile\":64,\"bottomPaddingMobile\":64,\"leftPaddingMobile\":24,\"rightPaddingMobile\":24,\"paddingLink\":false,\"variationSelected\":true,\"isBlockRootParent\":true,\"overlayType\":\"color\"} -->\n<div class=\"wp-block-uagb-container uagb-block-1fa2b0f8 alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/advanced-heading {\"block_id\":\"c9be4a34\",\"classMigrate\":true,\"headingDescToggle\":true,\"headingAlign\":\"center\",\"headingColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"subHeadingColor\":\"var(\\u002d\\u002dast-global-color-4)\",\"headSpace\":20} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-c9be4a34\"><h2 class=\"uagb-heading-text\">Create Memorable Moments at Blue Roan!</h2><p class=\"uagb-desc-text\">Blue Roan is a 4-star graded pet-friendly venue</p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/advanced-heading {\"block_id\":\"789ef2ee\",\"classMigrate\":true,\"headingTitleToggle\":false,\"headingDescToggle\":true,\"headingAlign\":\"center\",\"subHeadingColor\":\"var(\\u002d\\u002dast-global-color-4)\",\"subHeadTransform\":\"uppercase\",\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"subHeadLetterSpacing\":2,\"blockTopPadding\":60,\"blockRightPadding\":0,\"blockLeftPadding\":0,\"blockBottomPadding\":0,\"blockTopPaddingMobile\":30,\"blockRightPaddingMobile\":0,\"blockLeftPaddingMobile\":0,\"blockBottomPaddingMobile\":0,\"linkColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"linkHColor\":\"var(\\u002d\\u002dast-global-color-0)\"} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-789ef2ee\"><p class=\"uagb-desc-text\"><a href=\"https://book.nightsbridge.com/11065\" target=\"_blank\" rel=\"noreferrer noopener\">BOOK YOUR STAY NOW​</a></p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/icon-list {\"block_id\":\"ab34ae89\",\"classMigrate\":true,\"childMigrate\":true,\"align\":\"center\",\"parentIcon\":\"phone\",\"size\":40,\"sizeMobile\":24,\"sizeTablet\":32,\"fontSize\":48,\"fontSizeMobile\":28,\"fontSizeTablet\":40,\"fontWeight\":\"600\",\"iconColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"labelColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"blockTopPadding\":0,\"blockRightPadding\":0,\"blockLeftPadding\":0,\"blockBottomPadding\":24,\"blockPaddingLink\":false} -->\n<div class=\"wp-block-uagb-icon-list uagb-block-ab34ae89\"><div class=\"uagb-icon-list__wrap\"><!-- wp:uagb/icon-list-child {\"block_id\":\"43f0a64f\",\"label\":\"+ 27 (0) 82 575 5409\",\"label_color\":\"\",\"link\":\"tel:+27825755409\",\"disableLink\":true,\"fromParentIcon\":\"phone\",\"imageSizeChild\":40} -->\n<div class=\"wp-block-uagb-icon-list-child uagb-block-43f0a64f\"><a target=\"_self\" aria-label=\"+ 27 (0) 82 575 5409\" rel=\"noopener noreferrer\" href=\"tel:+27825755409\"> </a><span class=\"uagb-icon-list__source-wrap\"><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M511.2 387l-23.25 100.8c-3.266 14.25-15.79 24.22-30.46 24.22C205.2 512 0 306.8 0 54.5c0-14.66 9.969-27.2 24.22-30.45l100.8-23.25C139.7-2.602 154.7 5.018 160.8 18.92l46.52 108.5c5.438 12.78 1.77 27.67-8.98 36.45L144.5 207.1c33.98 69.22 90.26 125.5 159.5 159.5l44.08-53.8c8.688-10.78 23.69-14.51 36.47-8.975l108.5 46.51C506.1 357.2 514.6 372.4 511.2 387z\"></path></svg></span><span class=\"uagb-icon-list__label\">+ 27 (0) 82 575 5409</span></div>\n<!-- /wp:uagb/icon-list-child -->\n\n<!-- wp:uagb/icon-list-child {\"block_id\":\"56345d5d\",\"label\":\" blueroan@ugo.co.za\",\"icon\":\"envelope\",\"label_color\":\"\",\"link\":\"mailto: blueroan@ugo.co.za\",\"disableLink\":true} -->\n<div class=\"wp-block-uagb-icon-list-child uagb-block-56345d5d\"><a target=\"_self\" aria-label=\" blueroan@ugo.co.za\" rel=\"noopener noreferrer\" href=\"mailto:blueroan@ugo.co.za\"> </a><span class=\"uagb-icon-list__source-wrap\"><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M464 64C490.5 64 512 85.49 512 112C512 127.1 504.9 141.3 492.8 150.4L275.2 313.6C263.8 322.1 248.2 322.1 236.8 313.6L19.2 150.4C7.113 141.3 0 127.1 0 112C0 85.49 21.49 64 48 64H464zM217.6 339.2C240.4 356.3 271.6 356.3 294.4 339.2L512 176V384C512 419.3 483.3 448 448 448H64C28.65 448 0 419.3 0 384V176L217.6 339.2z\"></path></svg></span><span class=\"uagb-icon-list__label\"> blueroan@ugo.co.za</span></div>\n<!-- /wp:uagb/icon-list-child --></div></div>\n<!-- /wp:uagb/icon-list --></div></div>\n<!-- /wp:uagb/container -->',	'Amenities',	'',	'inherit',	'closed',	'closed',	'',	'762-revision-v1',	'',	'',	'2022-12-19 08:02:37',	'2022-12-19 08:02:37',	'',	762,	'https://blueroan.netgen.cloud/?p=1333',	0,	'revision',	'',	0),
(1334,	2,	'2022-12-19 08:03:16',	'2022-12-19 08:03:16',	'<!-- wp:uagb/container {\"block_id\":\"f31b0f14\",\"backgroundType\":\"image\",\"backgroundImageDesktop\":{\"id\":1007,\"title\":\"AAEAAQAAAAAAAAAAAAAAJDg5NmY0ZGUxLWE4MTgtNDY5NC1iODFhLTBmN2Q0ZDc5ZWFiNw-1\",\"filename\":\"AAEAAQAAAAAAAAAAAAAAJDg5NmY0ZGUxLWE4MTgtNDY5NC1iODFhLTBmN2Q0ZDc5ZWFiNw-1.png\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAAJDg5NmY0ZGUxLWE4MTgtNDY5NC1iODFhLTBmN2Q0ZDc5ZWFiNw-1.png\",\"link\":\"https://blueroan.netgen.cloud/the-barn/aaeaaqaaaaaaaaaaaaaajdg5nmy0zguxlwe4mtgtndy5nc1iodfhltbmn2q0zdc5zwfinw-1/\",\"alt\":\"\",\"author\":\"2\",\"description\":\"\",\"caption\":\"\",\"name\":\"aaeaaqaaaaaaaaaaaaaajdg5nmy0zguxlwe4mtgtndy5nc1iodfhltbmn2q0zdc5zwfinw-1\",\"status\":\"inherit\",\"uploadedTo\":948,\"date\":\"2022-12-14T10:50:25.000Z\",\"modified\":\"2022-12-14T10:50:25.000Z\",\"menuOrder\":0,\"mime\":\"image/png\",\"type\":\"image\",\"subtype\":\"png\",\"icon\":\"https://blueroan.netgen.cloud/wp-includes/images/media/default.png\",\"dateFormatted\":\"December 14, 2022\",\"nonces\":{\"update\":\"483f8bdf3d\",\"delete\":\"0a7ebc92ef\",\"edit\":\"6bc1c6a685\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=1007\\u0026action=edit\",\"meta\":false,\"authorName\":\"Netgen Support\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/profile.php\",\"uploadedToTitle\":\"The Barn\",\"uploadedToLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=948\\u0026action=edit\",\"filesizeInBytes\":1348989,\"filesizeHumanReadable\":\"1 MB\",\"context\":\"\",\"height\":667,\"width\":1000,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAAJDg5NmY0ZGUxLWE4MTgtNDY5NC1iODFhLTBmN2Q0ZDc5ZWFiNw-1-150x150.png\",\"orientation\":\"landscape\"},\"medium\":{\"height\":200,\"width\":300,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAAJDg5NmY0ZGUxLWE4MTgtNDY5NC1iODFhLTBmN2Q0ZDc5ZWFiNw-1-300x200.png\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAAJDg5NmY0ZGUxLWE4MTgtNDY5NC1iODFhLTBmN2Q0ZDc5ZWFiNw-1.png\",\"height\":667,\"width\":1000,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"backgroundPositionDesktop\":{\"x\":0.61,\"y\":0.52},\"backgroundSizeTablet\":\"cover\",\"backgroundSizeMobile\":\"cover\",\"backgroundColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"backgroundImageColor\":\"rgba(42,42,42,0.5)\",\"topPaddingDesktop\":220,\"bottomPaddingDesktop\":150,\"topPaddingTablet\":170,\"bottomPaddingTablet\":160,\"leftPaddingTablet\":30,\"rightPaddingTablet\":30,\"topPaddingMobile\":180,\"bottomPaddingMobile\":80,\"leftPaddingMobile\":20,\"rightPaddingMobile\":20,\"paddingLink\":false,\"variationSelected\":true,\"isBlockRootParent\":true,\"overlayType\":\"color\"} -->\n<div class=\"wp-block-uagb-container uagb-block-f31b0f14 alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/advanced-heading {\"block_id\":\"d3e864c3\",\"classMigrate\":true,\"headingDescToggle\":true,\"headingColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"subHeadingColor\":\"var(\\u002d\\u002dast-global-color-4)\",\"headingTag\":\"h1\",\"headSpace\":20,\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"blockTopPadding\":0,\"blockRightPadding\":50,\"blockLeftPadding\":0,\"blockBottomPadding\":0,\"blockTopPaddingTablet\":0,\"blockRightPaddingTablet\":20,\"blockLeftPaddingTablet\":0,\"blockBottomPaddingTablet\":0,\"blockTopPaddingMobile\":0,\"blockRightPaddingMobile\":0,\"blockLeftPaddingMobile\":0,\"blockBottomPaddingMobile\":0,\"blockPaddingUnit\":\"%\",\"blockPaddingUnitTablet\":\"%\"} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-d3e864c3\"><h1 class=\"uagb-heading-text\">Amenities &amp; Interests​</h1><p class=\"uagb-desc-text\">We do not give you just rooms to stay in. We give you an environment where you can experience the best while on a holiday with us. </p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:buttons -->\n<div class=\"wp-block-buttons\"><!-- wp:button -->\n<div class=\"wp-block-button\"><a class=\"wp-block-button__link wp-element-button\" href=\"https://book.nightsbridge.com/11065\" target=\"_blank\" rel=\"noreferrer noopener\">BOOK NOW</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"37e3459c\",\"backgroundType\":\"color\",\"backgroundSizeTablet\":\"cover\",\"backgroundSizeMobile\":\"cover\",\"backgroundColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"topPaddingDesktop\":50,\"bottomPaddingDesktop\":100,\"topPaddingTablet\":50,\"bottomPaddingTablet\":25,\"leftPaddingTablet\":20,\"rightPaddingTablet\":20,\"topPaddingMobile\":50,\"bottomPaddingMobile\":20,\"leftPaddingMobile\":20,\"rightPaddingMobile\":20,\"paddingLink\":false,\"variationSelected\":true,\"rowGapDesktop\":0,\"isBlockRootParent\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-37e3459c alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/container {\"block_id\":\"cad30fa9\",\"directionDesktop\":\"row\",\"alignItemsTablet\":\"flex-start\",\"paddingLink\":false,\"topMarginDesktop\":50,\"bottomMarginDesktop\":20,\"leftMarginDesktop\":0,\"rightMarginDesktop\":0,\"marginLink\":false,\"variationSelected\":true,\"rowGapMobile\":65,\"columnGapDesktop\":48,\"columnGapTablet\":20} -->\n<div class=\"wp-block-uagb-container uagb-block-cad30fa9\"><!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"align\":\"center\",\"id\":828,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image aligncenter size-full\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Blue-Roan-pool.png\" alt=\"Blue Roan\'s rock pool\" class=\"wp-image-828\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>A relaxing rock Pool​</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>We have a lovely sparkling blue rock pool next to a thatched Lapa. &nbsp;&nbsp;Lie on recliners on the green lawn or sit on the swing chair in the Lapa and enjoy the panoramic view of the Magaliesberg mountain range.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":829,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/img-20160605-wa0002-largejpg.png\" alt=\"\" class=\"wp-image-829\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>Braai facilities </h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>What can compare to a burning fire under the star-lit African sky? Nothing beats the flavor of cooking over an open flame.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":830,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/ef9d0188da11e2bc56788f5619d9d539.png\" alt=\"\" class=\"wp-image-830\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>A games room </h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>The reception is also a games room for those who enjoy darts or playing pool. &nbsp;Take a selection of DVDs back to your room and watch movies on your own DVD player. &nbsp;There is also a selection of board games and music CDs that you can borrow.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"align\":\"center\",\"id\":1198,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image aligncenter size-full\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/eyJidWNrZXQiOiJhc3NldHMuYWxsdHJhaWxzLmNvbSIsImtleSI6InVwbG9hZHMvcGhvdG8vaW1hZ2UvNDMxNzk4MTAvYjZkYTAz-1.png\" alt=\"\" class=\"wp-image-1198\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>Walking or hiking </h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>There is a well-kept walking trail on our property with plenty of bird life and some benches along the way. &nbsp;It is safe for dogs to run off-leash as it is completely fenced all around. &nbsp;For those who enjoy long walks and hikes, it is safe to cross onto neighbouring farms and go as far as the eye can see.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":1185,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/49089607_1950305445047847_5177863042771189760_n.png\" alt=\"\" class=\"wp-image-1185\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>Mountain biking </h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Bring your mountain bikes and explore the surrounding countryside on safe off-road tracks on our property and on neighbouring farms.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":1196,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Michelle_1.png\" alt=\"\" class=\"wp-image-1196\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>Horse riding </h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Interested riders can book at one of the recommended horse-riding establishments listed further down this page.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"b4069aff\",\"innerContentWidth\":\"alignfull\",\"directionDesktop\":\"row\",\"wrapTablet\":\"wrap\",\"variationSelected\":true,\"rowGapTablet\":0,\"columnGapDesktop\":0,\"isBlockRootParent\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-b4069aff alignfull uagb-is-root-container\"><!-- wp:uagb/container {\"block_id\":\"02dd45e8\",\"widthDesktop\":25,\"widthTablet\":50,\"variationSelected\":true,\"widthSetByUser\":true,\"UAGHideMob\":true,\"UAGResponsiveConditions\":true} -->\n<div class=\"wp-block-uagb-container uag-hide-mob uagb-block-02dd45e8\"><!-- wp:uagb/image {\"block_id\":\"31772757\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-18-1-1024x768.jpg\",\"id\":1208,\"linkDestination\":\"none\",\"width\":480,\"height\":500,\"naturalWidth\":1024,\"naturalHeight\":768,\"sizeSlug\":\"large\",\"sizeSlugTablet\":\"large\",\"sizeSlugMobile\":\"large\",\"customHeightSetDesktop\":true} -->\n<div class=\"wp-block-uagb-image uagb-block-31772757 wp-block-uagb-image--layout-default wp-block-uagb-image--effect-static wp-block-uagb-image--align-none\"><figure class=\"wp-block-uagb-image__figure\"><img srcset=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-18-1-1024x768.jpg \" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-18-1-1024x768.jpg\" alt=\"\" class=\"uag-image-1208\" width=\"480\" height=\"500\" title=\"\" loading=\"lazy\"/></figure></div>\n<!-- /wp:uagb/image --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"54e46090\",\"widthDesktop\":25,\"widthTablet\":50,\"variationSelected\":true,\"widthSetByUser\":true,\"UAGHideMob\":true,\"UAGResponsiveConditions\":true} -->\n<div class=\"wp-block-uagb-container uag-hide-mob uagb-block-54e46090\"><!-- wp:uagb/image {\"block_id\":\"b70b9d1d\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Blue-Roan-pool-1.png\",\"id\":1210,\"linkDestination\":\"none\",\"width\":480,\"height\":500,\"naturalWidth\":370,\"naturalHeight\":440,\"sizeSlug\":\"full\",\"sizeSlugTablet\":\"full\",\"sizeSlugMobile\":\"full\",\"customHeightSetDesktop\":true} -->\n<div class=\"wp-block-uagb-image uagb-block-b70b9d1d wp-block-uagb-image--layout-default wp-block-uagb-image--effect-static wp-block-uagb-image--align-none\"><figure class=\"wp-block-uagb-image__figure\"><img srcset=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Blue-Roan-pool-1.png \" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Blue-Roan-pool-1.png\" alt=\"\" class=\"uag-image-1210\" width=\"480\" height=\"500\" title=\"\" loading=\"lazy\"/></figure></div>\n<!-- /wp:uagb/image --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"9bef86b6\",\"widthDesktop\":50,\"widthTablet\":100,\"variationSelected\":true,\"columnGapDesktop\":20,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-9bef86b6\"><!-- wp:uagb/image {\"block_id\":\"96aac7a7\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/the-view-from-my-rooms-1024x768.jpg\",\"id\":1211,\"linkDestination\":\"none\",\"width\":960,\"height\":500,\"naturalWidth\":1024,\"naturalHeight\":768,\"sizeSlug\":\"large\",\"sizeSlugTablet\":\"large\",\"sizeSlugMobile\":\"large\",\"customHeightSetDesktop\":true} -->\n<div class=\"wp-block-uagb-image uagb-block-96aac7a7 wp-block-uagb-image--layout-default wp-block-uagb-image--effect-static wp-block-uagb-image--align-none\"><figure class=\"wp-block-uagb-image__figure\"><img srcset=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/the-view-from-my-rooms-1024x768.jpg \" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/the-view-from-my-rooms-1024x768.jpg\" alt=\"\" class=\"uag-image-1211\" width=\"960\" height=\"500\" title=\"\" loading=\"lazy\"/></figure></div>\n<!-- /wp:uagb/image --></div>\n<!-- /wp:uagb/container --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"721effbc\",\"innerContentWidth\":\"alignfull\",\"directionDesktop\":\"row\",\"wrapTablet\":\"wrap\",\"variationSelected\":true,\"rowGapTablet\":0,\"columnGapDesktop\":0,\"isBlockRootParent\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-721effbc alignfull uagb-is-root-container\"><!-- wp:uagb/container {\"block_id\":\"4ea372a0\",\"widthDesktop\":50,\"widthTablet\":100,\"variationSelected\":true,\"columnGapDesktop\":20,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-4ea372a0\"><!-- wp:uagb/image {\"block_id\":\"868e044f\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAAJDI0ZWY4NDc1LThjYjYtNDM3YS1iOTliLWNmOWQxYTJkMWU5MQ-1.png\",\"id\":1213,\"linkDestination\":\"none\",\"width\":960,\"height\":500,\"naturalWidth\":1000,\"naturalHeight\":667,\"sizeSlug\":\"full\",\"sizeSlugTablet\":\"full\",\"sizeSlugMobile\":\"full\",\"customHeightSetDesktop\":true} -->\n<div class=\"wp-block-uagb-image uagb-block-868e044f wp-block-uagb-image--layout-default wp-block-uagb-image--effect-static wp-block-uagb-image--align-none\"><figure class=\"wp-block-uagb-image__figure\"><img srcset=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAAJDI0ZWY4NDc1LThjYjYtNDM3YS1iOTliLWNmOWQxYTJkMWU5MQ-1.png \" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAAJDI0ZWY4NDc1LThjYjYtNDM3YS1iOTliLWNmOWQxYTJkMWU5MQ-1.png\" alt=\"\" class=\"uag-image-1213\" width=\"960\" height=\"500\" title=\"\" loading=\"lazy\"/></figure></div>\n<!-- /wp:uagb/image --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"6a9d35b0\",\"widthDesktop\":25,\"variationSelected\":true,\"widthSetByUser\":true,\"UAGHideMob\":true,\"UAGResponsiveConditions\":true} -->\n<div class=\"wp-block-uagb-container uag-hide-mob uagb-block-6a9d35b0\"><!-- wp:uagb/image {\"block_id\":\"151aba89\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/bird-1-1024x683.jpg\",\"id\":1215,\"linkDestination\":\"none\",\"width\":480,\"height\":500,\"naturalWidth\":1024,\"naturalHeight\":683,\"sizeSlug\":\"large\",\"sizeSlugTablet\":\"large\",\"sizeSlugMobile\":\"large\",\"customHeightSetDesktop\":true} -->\n<div class=\"wp-block-uagb-image uagb-block-151aba89 wp-block-uagb-image--layout-default wp-block-uagb-image--effect-static wp-block-uagb-image--align-none\"><figure class=\"wp-block-uagb-image__figure\"><img srcset=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/bird-1-1024x683.jpg \" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/bird-1-1024x683.jpg\" alt=\"\" class=\"uag-image-1215\" width=\"480\" height=\"500\" title=\"\" loading=\"lazy\"/></figure></div>\n<!-- /wp:uagb/image --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"d8da72e2\",\"widthDesktop\":25,\"variationSelected\":true,\"widthSetByUser\":true,\"UAGHideMob\":true,\"UAGResponsiveConditions\":true} -->\n<div class=\"wp-block-uagb-container uag-hide-mob uagb-block-d8da72e2\"><!-- wp:uagb/image {\"block_id\":\"fe0398f0\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/two-happy-boxers-1024x768.jpg\",\"id\":1216,\"linkDestination\":\"none\",\"width\":480,\"height\":500,\"naturalWidth\":1024,\"naturalHeight\":768,\"sizeSlug\":\"large\",\"sizeSlugTablet\":\"large\",\"sizeSlugMobile\":\"large\",\"customHeightSetDesktop\":true} -->\n<div class=\"wp-block-uagb-image uagb-block-fe0398f0 wp-block-uagb-image--layout-default wp-block-uagb-image--effect-static wp-block-uagb-image--align-none\"><figure class=\"wp-block-uagb-image__figure\"><img srcset=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/two-happy-boxers-1024x768.jpg \" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/two-happy-boxers-1024x768.jpg\" alt=\"\" class=\"uag-image-1216\" width=\"480\" height=\"500\" title=\"\" loading=\"lazy\"/></figure></div>\n<!-- /wp:uagb/image --></div>\n<!-- /wp:uagb/container --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"9f98edb6\",\"backgroundType\":\"color\",\"backgroundSizeTablet\":\"cover\",\"backgroundSizeMobile\":\"cover\",\"backgroundColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"topPaddingDesktop\":120,\"bottomPaddingDesktop\":0,\"topPaddingTablet\":80,\"bottomPaddingTablet\":80,\"leftPaddingTablet\":30,\"rightPaddingTablet\":30,\"topPaddingMobile\":80,\"bottomPaddingMobile\":80,\"leftPaddingMobile\":20,\"rightPaddingMobile\":20,\"paddingLink\":false,\"variationSelected\":true,\"rowGapDesktop\":0,\"rowGapTablet\":0,\"isBlockRootParent\":true} -->\n<div id=\"nearby-visits\" class=\"wp-block-uagb-container uagb-block-9f98edb6 alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/container {\"block_id\":\"c33a2ebd\",\"directionDesktop\":\"row\",\"alignItemsDesktop\":\"flex-end\",\"alignItemsTablet\":\"flex-end\",\"justifyContentDesktop\":\"flex-end\",\"justifyContentTablet\":\"space-between\",\"variationSelected\":true,\"rowGapMobile\":30,\"columnGapDesktop\":0} -->\n<div class=\"wp-block-uagb-container uagb-block-c33a2ebd\"><!-- wp:uagb/advanced-heading {\"block_id\":\"d1474e30\",\"classMigrate\":true,\"headingDescToggle\":true,\"subHeadingColor\":\"\",\"headSpace\":20,\"subHeadFontSize\":16} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-d1474e30\"><h2 class=\"uagb-heading-text\">Things to do in the area of Magaliesburg<br></h2><p class=\"uagb-desc-text\">Looking for more? Well, we believe that every guest walks into our lodge for the best experience. And, we are determined to do that.</p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/buttons {\"block_id\":\"f4f8a641\",\"classMigrate\":true,\"childMigrate\":true,\"align\":\"right\",\"alignTablet\":\"right\",\"alignMobile\":\"left\",\"gap\":0} -->\n<div class=\"wp-block-uagb-buttons uagb-buttons__outer-wrap uagb-btn__default-btn uagb-btn-tablet__default-btn uagb-btn-mobile__default-btn uagb-block-f4f8a641\"><div class=\"uagb-buttons__wrap uagb-buttons-layout-wrap\"><!-- wp:uagb/buttons-child {\"block_id\":\"6cebba28\",\"label\":\"Reservations\",\"link\":\"https://book.nightsbridge.com/11065\",\"hColor\":\"\",\"opensInNewTab\":true,\"borderWidth\":\"\",\"borderRadius\":\"\",\"borderStyle\":\"\",\"borderColor\":\"\",\"borderHColor\":\"\",\"btnBorderTopWidth\":1,\"btnBorderLeftWidth\":1,\"btnBorderRightWidth\":1,\"btnBorderBottomWidth\":1,\"btnBorderTopLeftRadius\":2,\"btnBorderTopRightRadius\":2,\"btnBorderBottomLeftRadius\":2,\"btnBorderBottomRightRadius\":2,\"btnBorderStyle\":\"solid\",\"btnBorderColor\":\"#333\",\"btnBorderHColor\":\"#333\"} -->\n<div class=\"wp-block-uagb-buttons-child uagb-buttons__outer-wrap uagb-block-6cebba28 wp-block-button is-style-outline\"><div class=\"uagb-button__wrapper\"><a class=\"uagb-buttons-repeater wp-block-button__link\" href=\"https://book.nightsbridge.com/11065\" rel=\"follow noopener\" target=\"_blank\"><div class=\"uagb-button__link\">Reservations</div></a></div></div>\n<!-- /wp:uagb/buttons-child --></div></div>\n<!-- /wp:uagb/buttons --></div>\n<!-- /wp:uagb/container --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"4735404a\",\"backgroundType\":\"color\",\"backgroundSizeTablet\":\"cover\",\"backgroundSizeMobile\":\"cover\",\"backgroundColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"topPaddingDesktop\":50,\"bottomPaddingDesktop\":100,\"topPaddingTablet\":50,\"bottomPaddingTablet\":25,\"leftPaddingTablet\":20,\"rightPaddingTablet\":20,\"topPaddingMobile\":50,\"bottomPaddingMobile\":20,\"leftPaddingMobile\":20,\"rightPaddingMobile\":20,\"paddingLink\":false,\"variationSelected\":true,\"rowGapDesktop\":0,\"isBlockRootParent\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-4735404a alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/container {\"block_id\":\"326cd8c4\",\"directionDesktop\":\"row\",\"alignItemsTablet\":\"flex-start\",\"paddingLink\":false,\"topMarginDesktop\":50,\"bottomMarginDesktop\":20,\"leftMarginDesktop\":0,\"rightMarginDesktop\":0,\"marginLink\":false,\"variationSelected\":true,\"rowGapMobile\":65,\"columnGapDesktop\":48,\"columnGapTablet\":20} -->\n<div class=\"wp-block-uagb-container uagb-block-326cd8c4\"><!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"align\":\"center\",\"id\":1222,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image aligncenter size-full\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/41b46e52d7427ea1f6f135454e9a012f.png\" alt=\"\" class=\"wp-image-1222\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"textAlign\":\"center\",\"level\":3} -->\n<h3 class=\"has-text-align-center\">Fishing </h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>The dam has trout (stocked), bass, vlei Kuper and carp. Fly fishers seeking a unique challenge visit our establishment in search of the large &amp; small scale Yellow fish.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:buttons -->\n<div class=\"wp-block-buttons\"><!-- wp:button {\"align\":\"left\"} -->\n<div class=\"wp-block-button alignleft\"><a class=\"wp-block-button__link wp-element-button\" href=\"https://www.sundowner.co.za/rooms/magalies-barbus-haven/\" target=\"_blank\" rel=\"noreferrer noopener\">Barbus Haven</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons -->\n\n<!-- wp:paragraph -->\n<p>The opportunity to fish for Rainbow Trout or the elusive Brown Trout. Kingfisher offers rod hires at their venue. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:buttons -->\n<div class=\"wp-block-buttons\"><!-- wp:button {\"align\":\"left\"} -->\n<div class=\"wp-block-button alignleft\"><a class=\"wp-block-button__link wp-element-button\" href=\"https://www.thekingfisherlodge.co.za/activities/\" target=\"_blank\" rel=\"noreferrer noopener\">Kingfisher</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":1235,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Maseke-MTB-MvZ-3-1024x683-1.png\" alt=\"\" class=\"wp-image-1235\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>Mountain biking </h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>It is a privately owned nature reserve that offers mountain biking.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:spacer {\"height\":\"20px\"} -->\n<div style=\"height:20px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:buttons -->\n<div class=\"wp-block-buttons\"><!-- wp:button -->\n<div class=\"wp-block-button\"><a class=\"wp-block-button__link wp-element-button\" href=\"http://ingwebushcamp.yolasite.com/\" target=\"_blank\" rel=\"noreferrer noopener\">Ingwe Bush Camp&nbsp;</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons -->\n\n<!-- wp:paragraph -->\n<p>With over 80km of trails, Van Gaalen&nbsp;has something to offer for every kind of athlete, from beginner to advanced.<br></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:buttons -->\n<div class=\"wp-block-buttons\"><!-- wp:button -->\n<div class=\"wp-block-button\"><a class=\"wp-block-button__link wp-element-button\" href=\"https://www.vangaalen.co.za/products\" target=\"_blank\" rel=\"noreferrer noopener\">Van Gaalen\'s</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":1331,\"width\":457,\"height\":494,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full is-resized\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/quad-biking-magliesburg.png\" alt=\"\" class=\"wp-image-1331\" width=\"457\" height=\"494\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>Quad biking </h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>We have quads suitable for kiddies, tweens, teens, and adults. We have mini quads and fully automatic 150cc quads.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:spacer {\"height\":\"2px\"} -->\n<div style=\"height:2px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:buttons -->\n<div class=\"wp-block-buttons\"><!-- wp:button -->\n<div class=\"wp-block-button\"><a class=\"wp-block-button__link wp-element-button\" href=\"https://www.saddlecreekadventures.co.za/activity/quad-biking/\" target=\"_blank\" rel=\"noreferrer noopener\">Saddle Creek Ranch</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons -->\n\n<!-- wp:paragraph -->\n<p>A 700-meter monster track, the longest and most exciting track in Gauteng!</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:spacer {\"height\":\"2px\"} -->\n<div style=\"height:2px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:buttons -->\n<div class=\"wp-block-buttons\"><!-- wp:button -->\n<div class=\"wp-block-button\"><a class=\"wp-block-button__link wp-element-button\" href=\"http://www.swartkrans.co.za/\" target=\"_blank\" rel=\"noreferrer noopener\">Swartkrans Go-Karting&nbsp;</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"align\":\"center\",\"id\":1198,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image aligncenter size-full\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/eyJidWNrZXQiOiJhc3NldHMuYWxsdHJhaWxzLmNvbSIsImtleSI6InVwbG9hZHMvcGhvdG8vaW1hZ2UvNDMxNzk4MTAvYjZkYTAz-1.png\" alt=\"\" class=\"wp-image-1198\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>Horse riding </h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Join us for an unforgettable horse riding experience in the peaceful countryside, with beautiful mountain scenery and lovely bush trails.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:buttons -->\n<div class=\"wp-block-buttons\"><!-- wp:button -->\n<div class=\"wp-block-button\"><a class=\"wp-block-button__link wp-element-button\" href=\"https://www.saddlecreekadventures.co.za/activity/horse-riding/\" target=\"_blank\" rel=\"noreferrer noopener\">Saddle Creek Ranch</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":1185,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/49089607_1950305445047847_5177863042771189760_n.png\" alt=\"\" class=\"wp-image-1185\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>Game drives </h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Enjoy a thrilling and educational adventure with our experienced guides.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:spacer {\"height\":\"2px\"} -->\n<div style=\"height:2px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:buttons -->\n<div class=\"wp-block-buttons\"><!-- wp:button -->\n<div class=\"wp-block-button\"><a class=\"wp-block-button__link wp-element-button\" href=\"https://www.rhinolion.co.za/visitors-guide/activity-index/game-drives/\" target=\"_blank\" rel=\"noreferrer noopener\">Rhino &amp; Lion Park</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons -->\n\n<!-- wp:paragraph -->\n<p>Our guided game-viewing drives take place each day in the morning and afternoon, as this is when the animals are most active.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:buttons -->\n<div class=\"wp-block-buttons\"><!-- wp:button -->\n<div class=\"wp-block-button\"><a class=\"wp-block-button__link wp-element-button\" href=\"https://www.africanhillslodge.co.za/experience/\" target=\"_blank\" rel=\"noreferrer noopener\">Askari Game Lodge</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:spacer {\"height\":\"12px\"} -->\n<div style=\"height:12px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:heading -->\n<h2>Other activites </h2>\n<!-- /wp:heading -->\n\n<!-- wp:uagb/faq {\"block_id\":\"16829bab\",\"expandFirstItem\":false,\"boxBgColor\":\"#F5F5F5\",\"borderStyle\":\"\",\"borderWidth\":\"\",\"borderRadius\":\"\",\"borderColor\":\"\",\"vquestionPaddingDesktop\":15,\"hquestionPaddingDesktop\":15,\"iconAlign\":\"row-reverse\",\"schema\":\"{\\u0022@context\\u0022:\\u0022https://schema.org\\u0022,\\u0022@type\\u0022:\\u0022FAQPage\\u0022,\\u0022@id\\u0022:\\u0022https://blueroan.netgen.cloud/amenities/\\u0022,\\u0022mainEntity\\u0022:[{\\u0022@type\\u0022:\\u0022Question\\u0022,\\u0022name\\u0022:\\u0022\\u003cstrong\\u003ePUBS / MICRO BREWERIES\\u003c/strong\\u003e\\u0022,\\u0022acceptedAnswer\\u0022:{\\u0022@type\\u0022:\\u0022Answer\\u0022,\\u0022text\\u0022:\\u0022Black Horse   \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27825613246\\\\\\u0022\\u003e082 561 3246\\u003cbr\\u003e\\u003c/a\\u003eBrauhaus am Dam   \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27878025519\\\\\\u0022\\u003e087 802 5519\\u003c/a\\u003e / \\u003ca href=\\\\\\u0022tel:+27729201742\\\\\\u0022\\u003e072 920 1742\\u003c/a\\u003e\\u003cbr\\u003eHartleys Elephant Bar   \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27145772301\\\\\\u0022\\u003e014 577 2301\\u003cbr\\u003e\\u003c/a\\u003eThatchwood Pub   \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27837091672\\\\\\u0022\\u003e083 709 1672\\u003cbr\\u003e\\u003c/a\\u003eMonate Citrus Kelder   \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27122580712\\\\\\u0022\\u003e012 258 0712\\u003c/a\\u003e\\u0022}},{\\u0022@type\\u0022:\\u0022Question\\u0022,\\u0022name\\u0022:\\u0022\\u003cstrong\\u003eTEA GARDENS / RESTAURANTS   \\u003c/strong\\u003e\\u0022,\\u0022acceptedAnswer\\u0022:{\\u0022@type\\u0022:\\u0022Answer\\u0022,\\u0022text\\u0022:\\u0022Black Horse   \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27825613246\\\\\\u0022\\u003e082 561 3246\\u003cbr\\u003e\\u003c/a\\u003eBrauhaus am Dam   \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27878025519\\\\\\u0022\\u003e087 802 5519\\u003c/a\\u003e / \\u003ca href=\\\\\\u0022tel:+27729201742\\\\\\u0022\\u003e072 920 1742\\u003c/a\\u003e\\u003cbr\\u003eMelon Rouge   \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27796806050\\\\\\u0022\\u003e079 680 6050\\u003cbr\\u003e\\u003c/a\\u003eMount Grace Hotel   \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27145775600\\\\\\u0022\\u003e014 577 5600\\u003cbr\\u003e\\u003c/a\\u003eValley Lodge Hotel   \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27145771301\\\\\\u0022\\u003e014 577 1301\\u003cbr\\u003e\\u003c/a\\u003eLa Classique Ristorante   \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27145774006\\\\\\u0022\\u003e014 577 4006\\u003c/a\\u003e\\u0022}},{\\u0022@type\\u0022:\\u0022Question\\u0022,\\u0022name\\u0022:\\u0022\\u003cstrong\\u003eSHOPPING\\u003c/strong\\u003e  \\u0022,\\u0022acceptedAnswer\\u0022:{\\u0022@type\\u0022:\\u0022Answer\\u0022,\\u0022text\\u0022:\\u0022If Only Antiques    \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27827878825\\\\\\u0022\\u003e082 787 8825\\u003cbr\\u003e\\u003c/a\\u003ePuss in Boots   \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27145773562\\\\\\u0022\\u003e014 577 3562\\u003c/a\\u003e\\u0022}},{\\u0022@type\\u0022:\\u0022Question\\u0022,\\u0022name\\u0022:\\u0022\\u003cstrong\\u003eSPORTS \\u0026amp; ADVENTURE\\u003c/strong\\u003e\\u0022,\\u0022acceptedAnswer\\u0022:{\\u0022@type\\u0022:\\u0022Answer\\u0022,\\u0022text\\u0022:\\u0022Tandem Paragliding flips  \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27823221824\\\\\\u0022\\u003e0823221824\\u003c/a\\u003e\\u003cbr\\u003eMountain Sanctuary Park   \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27145340114\\\\\\u0022\\u003e014 534 0114\\u003cbr\\u003e\\u003c/a\\u003eBill Harrops Original Balloon Safaris   \\u003ca href=\\\\\\u0022tel:+27145771733\\\\\\u0022\\u003e014 577 1733\\u003c/a\\u003e / \\u003ca href=\\\\\\u0022tel:+27837520036\\\\\\u0022\\u003e083 752 0036\\u003c/a\\u003e\\u003cbr\\u003ePecanwood Golf Course   \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27122440112\\\\\\u0022\\u003e012 244 0112\\u003cbr\\u003e\\u003c/a\\u003eAir Ventures Hot Air Balloons   \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27117935782\\\\\\u0022\\u003e011 793 5782\\u003cbr\\u003e\\u003c/a\\u003eGliding   \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27835266966\\\\\\u0022\\u003e083 526 6966\\u003cbr\\u003e\\u003c/a\\u003eMagaliesberg Canopy Tours   \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27145350150\\\\\\u0022\\u003e014 535 0150\\u003cbr\\u003e\\u003c/a\\u003eWild Cave Adventures   \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27824862464\\\\\\u0022\\u003e082 486 2464\\u003cbr\\u003e\\u003c/a\\u003eMiracle Waters Dive Gateway   \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27832359840\\\\\\u0022\\u003e083 235 9840\\u003c/a\\u003e\\u0022}},{\\u0022@type\\u0022:\\u0022Question\\u0022,\\u0022name\\u0022:\\u0022\\u003cstrong\\u003eHEALTH SPAS\\u003c/strong\\u003e\\u0022,\\u0022acceptedAnswer\\u0022:{\\u0022@type\\u0022:\\u0022Answer\\u0022,\\u0022text\\u0022:\\u0022Whispering Pines   \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27145771536\\\\\\u0022\\u003e014 577 1536\\u003cbr\\u003e\\u003c/a\\u003eMount Grace Spa   \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27145775600\\\\\\u0022\\u003e014 577 5600\\u003cbr\\u003e\\u003c/a\\u003eValley Lodge Spa   \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27145771301\\\\\\u0022\\u003e014 577 1301\\u003cbr\\u003e\\u003c/a\\u003eRosewell Spa   \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27145771172\\\\\\u0022\\u003e014 577 1172\\u003cbr\\u003e\\u003c/a\\u003eSparkling Waters   \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27145350019\\\\\\u0022\\u003e014 535 0019\\u003c/a\\u003e\\u0022}},{\\u0022@type\\u0022:\\u0022Question\\u0022,\\u0022name\\u0022:\\u0022\\u003cstrong\\u003ePLACES OF INTEREST\\u003c/strong\\u003e\\u0022,\\u0022acceptedAnswer\\u0022:{\\u0022@type\\u0022:\\u0022Answer\\u0022,\\u0022text\\u0022:\\u0022Maropeng Visitors Centre   \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27145779000\\\\\\u0022\\u003e014 577 9000\\u003cbr\\u003e\\u003c/a\\u003eSterkfontein Caves   \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27116683200\\\\\\u0022\\u003e011 668 3200\\u003cbr\\u003e\\u003c/a\\u003eBlaaubank Gold Mine   \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27825673111\\\\\\u0022\\u003e082 567 3111\\u003cbr\\u003e\\u003c/a\\u003eVan Gaalen Cheese Farm   \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27122071289\\\\\\u0022\\u003e012 207 1289\\u003cbr\\u003e\\u003c/a\\u003eHartebeespoort Cableway   \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27722412654\\\\\\u0022\\u003e072 241 2654\\u003cbr\\u003e\\u003c/a\\u003eElephant Sanctuary             \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27122580423\\\\\\u0022\\u003e012 258 0423\\u003cbr\\u003e\\u003c/a\\u003eTeam Gel   \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27114622894\\\\\\u0022\\u003e011 462 2894\\u003c/a\\u003e / \\u003ca href=\\\\\\u0022tel:+27833207623\\\\\\u0022\\u003e083 320 7623\\u003c/a\\u003e\\u003cbr\\u003eMonate Citrus Kelder   \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27122580712\\\\\\u0022\\u003e012 258 0712\\u003cbr\\u003e\\u003c/a\\u003eLiving Jewels   \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27119566444\\\\\\u0022\\u003e011 956 6444\\u003cbr\\u003e\\u003c/a\\u003eBlaaubank Candle Dipping   \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27145774609\\\\\\u0022\\u003e014 577 4609\\u003cbr\\u003e\\u003c/a\\u003eVeggie Picking \\u0026amp; Strawberry Picking \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27122071116\\\\\\u0022\\u003e012 207 1116\\u003c/a\\u003e\\u0022}}]}\",\"questionLeftPaddingDesktop\":15,\"questionBottomPaddingDesktop\":15,\"answerTopPadding\":0,\"answerRightPadding\":15,\"answerBottomPadding\":15,\"answerLeftPadding\":15,\"answerTopPaddingTablet\":10,\"answerRightPaddingTablet\":10,\"answerBottomPaddingTablet\":10,\"answerLeftPaddingTablet\":10,\"answerTopPaddingMobile\":10,\"answerRightPaddingMobile\":10,\"answerBottomPaddingMobile\":10,\"answerLeftPaddingMobile\":10,\"overallBorderTopWidth\":1,\"overallBorderLeftWidth\":1,\"overallBorderRightWidth\":1,\"overallBorderBottomWidth\":1,\"overallBorderTopLeftRadius\":2,\"overallBorderTopRightRadius\":2,\"overallBorderBottomLeftRadius\":2,\"overallBorderBottomRightRadius\":2,\"overallBorderStyle\":\"none\",\"overallBorderColor\":\"#D2D2D2\"} -->\n<div class=\"wp-block-uagb-faq uagb-faq__outer-wrap uagb-block-16829bab uagb-faq-icon-row-reverse uagb-faq-layout-accordion uagb-faq-expand-first-false uagb-faq-inactive-other-true uagb-faq__wrap uagb-buttons-layout-wrap uagb-faq-equal-height\" data-faqtoggle=\"true\" role=\"tablist\"><!-- wp:uagb/faq-child {\"block_id\":\"f9bee483\",\"question\":\"\\u003cstrong\\u003ePUBS / MICRO BREWERIES\\u003c/strong\\u003e\",\"answer\":\"Black Horse   \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27825613246\\u0022\\u003e082 561 3246\\u003cbr\\u003e\\u003c/a\\u003eBrauhaus am Dam   \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27878025519\\u0022\\u003e087 802 5519\\u003c/a\\u003e / \\u003ca href=\\u0022tel:+27729201742\\u0022\\u003e072 920 1742\\u003c/a\\u003e\\u003cbr\\u003eHartleys Elephant Bar   \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27145772301\\u0022\\u003e014 577 2301\\u003cbr\\u003e\\u003c/a\\u003eThatchwood Pub   \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27837091672\\u0022\\u003e083 709 1672\\u003cbr\\u003e\\u003c/a\\u003eMonate Citrus Kelder   \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27122580712\\u0022\\u003e012 258 0712\\u003c/a\\u003e\"} -->\n<div class=\"wp-block-uagb-faq-child uagb-faq-child__outer-wrap uagb-faq-item uagb-block-f9bee483\" role=\"tab\" tabindex=\"0\"><div class=\"uagb-faq-questions-button uagb-faq-questions\"><span class=\"uagb-icon uagb-faq-icon-wrap\"><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 448 512\"><path d=\"M432 256c0 17.69-14.33 32.01-32 32.01H256v144c0 17.69-14.33 31.99-32 31.99s-32-14.3-32-31.99v-144H48c-17.67 0-32-14.32-32-32.01s14.33-31.99 32-31.99H192v-144c0-17.69 14.33-32.01 32-32.01s32 14.32 32 32.01v144h144C417.7 224 432 238.3 432 256z\"></path></svg></span><span class=\"uagb-icon-active uagb-faq-icon-wrap\"><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 448 512\"><path d=\"M400 288h-352c-17.69 0-32-14.32-32-32.01s14.31-31.99 32-31.99h352c17.69 0 32 14.3 32 31.99S417.7 288 400 288z\"></path></svg></span><span class=\"uagb-question\"><strong>PUBS / MICRO BREWERIES</strong></span></div><p class=\"uagb-faq-content\">Black Horse   <br><a href=\"tel:+27825613246\">082 561 3246<br></a>Brauhaus am Dam   <br><a href=\"tel:+27878025519\">087 802 5519</a> / <a href=\"tel:+27729201742\">072 920 1742</a><br>Hartleys Elephant Bar   <br><a href=\"tel:+27145772301\">014 577 2301<br></a>Thatchwood Pub   <br><a href=\"tel:+27837091672\">083 709 1672<br></a>Monate Citrus Kelder   <br><a href=\"tel:+27122580712\">012 258 0712</a></p></div>\n<!-- /wp:uagb/faq-child -->\n\n<!-- wp:uagb/faq-child {\"block_id\":\"cc4ff4ce\",\"question\":\"\\u003cstrong\\u003eTEA GARDENS / RESTAURANTS   \\u003c/strong\\u003e\",\"answer\":\"Black Horse   \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27825613246\\u0022\\u003e082 561 3246\\u003cbr\\u003e\\u003c/a\\u003eBrauhaus am Dam   \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27878025519\\u0022\\u003e087 802 5519\\u003c/a\\u003e / \\u003ca href=\\u0022tel:+27729201742\\u0022\\u003e072 920 1742\\u003c/a\\u003e\\u003cbr\\u003eMelon Rouge   \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27796806050\\u0022\\u003e079 680 6050\\u003cbr\\u003e\\u003c/a\\u003eMount Grace Hotel   \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27145775600\\u0022\\u003e014 577 5600\\u003cbr\\u003e\\u003c/a\\u003eValley Lodge Hotel   \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27145771301\\u0022\\u003e014 577 1301\\u003cbr\\u003e\\u003c/a\\u003eLa Classique Ristorante   \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27145774006\\u0022\\u003e014 577 4006\\u003c/a\\u003e\"} -->\n<div class=\"wp-block-uagb-faq-child uagb-faq-child__outer-wrap uagb-faq-item uagb-block-cc4ff4ce\" role=\"tab\" tabindex=\"0\"><div class=\"uagb-faq-questions-button uagb-faq-questions\"><span class=\"uagb-icon uagb-faq-icon-wrap\"><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 448 512\"><path d=\"M432 256c0 17.69-14.33 32.01-32 32.01H256v144c0 17.69-14.33 31.99-32 31.99s-32-14.3-32-31.99v-144H48c-17.67 0-32-14.32-32-32.01s14.33-31.99 32-31.99H192v-144c0-17.69 14.33-32.01 32-32.01s32 14.32 32 32.01v144h144C417.7 224 432 238.3 432 256z\"></path></svg></span><span class=\"uagb-icon-active uagb-faq-icon-wrap\"><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 448 512\"><path d=\"M400 288h-352c-17.69 0-32-14.32-32-32.01s14.31-31.99 32-31.99h352c17.69 0 32 14.3 32 31.99S417.7 288 400 288z\"></path></svg></span><span class=\"uagb-question\"><strong>TEA GARDENS / RESTAURANTS   </strong></span></div><p class=\"uagb-faq-content\">Black Horse   <br><a href=\"tel:+27825613246\">082 561 3246<br></a>Brauhaus am Dam   <br><a href=\"tel:+27878025519\">087 802 5519</a> / <a href=\"tel:+27729201742\">072 920 1742</a><br>Melon Rouge   <br><a href=\"tel:+27796806050\">079 680 6050<br></a>Mount Grace Hotel   <br><a href=\"tel:+27145775600\">014 577 5600<br></a>Valley Lodge Hotel   <br><a href=\"tel:+27145771301\">014 577 1301<br></a>La Classique Ristorante   <br><a href=\"tel:+27145774006\">014 577 4006</a></p></div>\n<!-- /wp:uagb/faq-child -->\n\n<!-- wp:uagb/faq-child {\"block_id\":\"0fbe76f2\",\"question\":\"\\u003cstrong\\u003eSHOPPING\\u003c/strong\\u003e  \",\"answer\":\"If Only Antiques    \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27827878825\\u0022\\u003e082 787 8825\\u003cbr\\u003e\\u003c/a\\u003ePuss in Boots   \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27145773562\\u0022\\u003e014 577 3562\\u003c/a\\u003e\"} -->\n<div class=\"wp-block-uagb-faq-child uagb-faq-child__outer-wrap uagb-faq-item uagb-block-0fbe76f2\" role=\"tab\" tabindex=\"0\"><div class=\"uagb-faq-questions-button uagb-faq-questions\"><span class=\"uagb-icon uagb-faq-icon-wrap\"><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 448 512\"><path d=\"M432 256c0 17.69-14.33 32.01-32 32.01H256v144c0 17.69-14.33 31.99-32 31.99s-32-14.3-32-31.99v-144H48c-17.67 0-32-14.32-32-32.01s14.33-31.99 32-31.99H192v-144c0-17.69 14.33-32.01 32-32.01s32 14.32 32 32.01v144h144C417.7 224 432 238.3 432 256z\"></path></svg></span><span class=\"uagb-icon-active uagb-faq-icon-wrap\"><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 448 512\"><path d=\"M400 288h-352c-17.69 0-32-14.32-32-32.01s14.31-31.99 32-31.99h352c17.69 0 32 14.3 32 31.99S417.7 288 400 288z\"></path></svg></span><span class=\"uagb-question\"><strong>SHOPPING</strong>  </span></div><p class=\"uagb-faq-content\">If Only Antiques    <br><a href=\"tel:+27827878825\">082 787 8825<br></a>Puss in Boots   <br><a href=\"tel:+27145773562\">014 577 3562</a></p></div>\n<!-- /wp:uagb/faq-child -->\n\n<!-- wp:uagb/faq-child {\"block_id\":\"e62ddefa\",\"question\":\"\\u003cstrong\\u003eSPORTS \\u0026amp; ADVENTURE\\u003c/strong\\u003e\",\"answer\":\"Tandem Paragliding flips  \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27823221824\\u0022\\u003e0823221824\\u003c/a\\u003e\\u003cbr\\u003eMountain Sanctuary Park   \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27145340114\\u0022\\u003e014 534 0114\\u003cbr\\u003e\\u003c/a\\u003eBill Harrops Original Balloon Safaris   \\u003ca href=\\u0022tel:+27145771733\\u0022\\u003e014 577 1733\\u003c/a\\u003e / \\u003ca href=\\u0022tel:+27837520036\\u0022\\u003e083 752 0036\\u003c/a\\u003e\\u003cbr\\u003ePecanwood Golf Course   \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27122440112\\u0022\\u003e012 244 0112\\u003cbr\\u003e\\u003c/a\\u003eAir Ventures Hot Air Balloons   \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27117935782\\u0022\\u003e011 793 5782\\u003cbr\\u003e\\u003c/a\\u003eGliding   \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27835266966\\u0022\\u003e083 526 6966\\u003cbr\\u003e\\u003c/a\\u003eMagaliesberg Canopy Tours   \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27145350150\\u0022\\u003e014 535 0150\\u003cbr\\u003e\\u003c/a\\u003eWild Cave Adventures   \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27824862464\\u0022\\u003e082 486 2464\\u003cbr\\u003e\\u003c/a\\u003eMiracle Waters Dive Gateway   \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27832359840\\u0022\\u003e083 235 9840\\u003c/a\\u003e\"} -->\n<div class=\"wp-block-uagb-faq-child uagb-faq-child__outer-wrap uagb-faq-item uagb-block-e62ddefa\" role=\"tab\" tabindex=\"0\"><div class=\"uagb-faq-questions-button uagb-faq-questions\"><span class=\"uagb-icon uagb-faq-icon-wrap\"><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 448 512\"><path d=\"M432 256c0 17.69-14.33 32.01-32 32.01H256v144c0 17.69-14.33 31.99-32 31.99s-32-14.3-32-31.99v-144H48c-17.67 0-32-14.32-32-32.01s14.33-31.99 32-31.99H192v-144c0-17.69 14.33-32.01 32-32.01s32 14.32 32 32.01v144h144C417.7 224 432 238.3 432 256z\"></path></svg></span><span class=\"uagb-icon-active uagb-faq-icon-wrap\"><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 448 512\"><path d=\"M400 288h-352c-17.69 0-32-14.32-32-32.01s14.31-31.99 32-31.99h352c17.69 0 32 14.3 32 31.99S417.7 288 400 288z\"></path></svg></span><span class=\"uagb-question\"><strong>SPORTS &amp; ADVENTURE</strong></span></div><p class=\"uagb-faq-content\">Tandem Paragliding flips  <br><a href=\"tel:+27823221824\">0823221824</a><br>Mountain Sanctuary Park   <br><a href=\"tel:+27145340114\">014 534 0114<br></a>Bill Harrops Original Balloon Safaris   <a href=\"tel:+27145771733\">014 577 1733</a> / <a href=\"tel:+27837520036\">083 752 0036</a><br>Pecanwood Golf Course   <br><a href=\"tel:+27122440112\">012 244 0112<br></a>Air Ventures Hot Air Balloons   <br><a href=\"tel:+27117935782\">011 793 5782<br></a>Gliding   <br><a href=\"tel:+27835266966\">083 526 6966<br></a>Magaliesberg Canopy Tours   <br><a href=\"tel:+27145350150\">014 535 0150<br></a>Wild Cave Adventures   <br><a href=\"tel:+27824862464\">082 486 2464<br></a>Miracle Waters Dive Gateway   <br><a href=\"tel:+27832359840\">083 235 9840</a></p></div>\n<!-- /wp:uagb/faq-child -->\n\n<!-- wp:uagb/faq-child {\"block_id\":\"0afbf8ed\",\"question\":\"\\u003cstrong\\u003eHEALTH SPAS\\u003c/strong\\u003e\",\"answer\":\"Whispering Pines   \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27145771536\\u0022\\u003e014 577 1536\\u003cbr\\u003e\\u003c/a\\u003eMount Grace Spa   \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27145775600\\u0022\\u003e014 577 5600\\u003cbr\\u003e\\u003c/a\\u003eValley Lodge Spa   \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27145771301\\u0022\\u003e014 577 1301\\u003cbr\\u003e\\u003c/a\\u003eRosewell Spa   \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27145771172\\u0022\\u003e014 577 1172\\u003cbr\\u003e\\u003c/a\\u003eSparkling Waters   \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27145350019\\u0022\\u003e014 535 0019\\u003c/a\\u003e\"} -->\n<div class=\"wp-block-uagb-faq-child uagb-faq-child__outer-wrap uagb-faq-item uagb-block-0afbf8ed\" role=\"tab\" tabindex=\"0\"><div class=\"uagb-faq-questions-button uagb-faq-questions\"><span class=\"uagb-icon uagb-faq-icon-wrap\"><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 448 512\"><path d=\"M432 256c0 17.69-14.33 32.01-32 32.01H256v144c0 17.69-14.33 31.99-32 31.99s-32-14.3-32-31.99v-144H48c-17.67 0-32-14.32-32-32.01s14.33-31.99 32-31.99H192v-144c0-17.69 14.33-32.01 32-32.01s32 14.32 32 32.01v144h144C417.7 224 432 238.3 432 256z\"></path></svg></span><span class=\"uagb-icon-active uagb-faq-icon-wrap\"><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 448 512\"><path d=\"M400 288h-352c-17.69 0-32-14.32-32-32.01s14.31-31.99 32-31.99h352c17.69 0 32 14.3 32 31.99S417.7 288 400 288z\"></path></svg></span><span class=\"uagb-question\"><strong>HEALTH SPAS</strong></span></div><p class=\"uagb-faq-content\">Whispering Pines   <br><a href=\"tel:+27145771536\">014 577 1536<br></a>Mount Grace Spa   <br><a href=\"tel:+27145775600\">014 577 5600<br></a>Valley Lodge Spa   <br><a href=\"tel:+27145771301\">014 577 1301<br></a>Rosewell Spa   <br><a href=\"tel:+27145771172\">014 577 1172<br></a>Sparkling Waters   <br><a href=\"tel:+27145350019\">014 535 0019</a></p></div>\n<!-- /wp:uagb/faq-child -->\n\n<!-- wp:uagb/faq-child {\"block_id\":\"81d567a3\",\"question\":\"\\u003cstrong\\u003ePLACES OF INTEREST\\u003c/strong\\u003e\",\"answer\":\"Maropeng Visitors Centre   \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27145779000\\u0022\\u003e014 577 9000\\u003cbr\\u003e\\u003c/a\\u003eSterkfontein Caves   \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27116683200\\u0022\\u003e011 668 3200\\u003cbr\\u003e\\u003c/a\\u003eBlaaubank Gold Mine   \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27825673111\\u0022\\u003e082 567 3111\\u003cbr\\u003e\\u003c/a\\u003eVan Gaalen Cheese Farm   \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27122071289\\u0022\\u003e012 207 1289\\u003cbr\\u003e\\u003c/a\\u003eHartebeespoort Cableway   \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27722412654\\u0022\\u003e072 241 2654\\u003cbr\\u003e\\u003c/a\\u003eElephant Sanctuary             \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27122580423\\u0022\\u003e012 258 0423\\u003cbr\\u003e\\u003c/a\\u003eTeam Gel   \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27114622894\\u0022\\u003e011 462 2894\\u003c/a\\u003e / \\u003ca href=\\u0022tel:+27833207623\\u0022\\u003e083 320 7623\\u003c/a\\u003e\\u003cbr\\u003eMonate Citrus Kelder   \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27122580712\\u0022\\u003e012 258 0712\\u003cbr\\u003e\\u003c/a\\u003eLiving Jewels   \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27119566444\\u0022\\u003e011 956 6444\\u003cbr\\u003e\\u003c/a\\u003eBlaaubank Candle Dipping   \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27145774609\\u0022\\u003e014 577 4609\\u003cbr\\u003e\\u003c/a\\u003eVeggie Picking \\u0026amp; Strawberry Picking \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27122071116\\u0022\\u003e012 207 1116\\u003c/a\\u003e\"} -->\n<div class=\"wp-block-uagb-faq-child uagb-faq-child__outer-wrap uagb-faq-item uagb-block-81d567a3\" role=\"tab\" tabindex=\"0\"><div class=\"uagb-faq-questions-button uagb-faq-questions\"><span class=\"uagb-icon uagb-faq-icon-wrap\"><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 448 512\"><path d=\"M432 256c0 17.69-14.33 32.01-32 32.01H256v144c0 17.69-14.33 31.99-32 31.99s-32-14.3-32-31.99v-144H48c-17.67 0-32-14.32-32-32.01s14.33-31.99 32-31.99H192v-144c0-17.69 14.33-32.01 32-32.01s32 14.32 32 32.01v144h144C417.7 224 432 238.3 432 256z\"></path></svg></span><span class=\"uagb-icon-active uagb-faq-icon-wrap\"><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 448 512\"><path d=\"M400 288h-352c-17.69 0-32-14.32-32-32.01s14.31-31.99 32-31.99h352c17.69 0 32 14.3 32 31.99S417.7 288 400 288z\"></path></svg></span><span class=\"uagb-question\"><strong>PLACES OF INTEREST</strong></span></div><p class=\"uagb-faq-content\">Maropeng Visitors Centre   <br><a href=\"tel:+27145779000\">014 577 9000<br></a>Sterkfontein Caves   <br><a href=\"tel:+27116683200\">011 668 3200<br></a>Blaaubank Gold Mine   <br><a href=\"tel:+27825673111\">082 567 3111<br></a>Van Gaalen Cheese Farm   <br><a href=\"tel:+27122071289\">012 207 1289<br></a>Hartebeespoort Cableway   <br><a href=\"tel:+27722412654\">072 241 2654<br></a>Elephant Sanctuary             <br><a href=\"tel:+27122580423\">012 258 0423<br></a>Team Gel   <br><a href=\"tel:+27114622894\">011 462 2894</a> / <a href=\"tel:+27833207623\">083 320 7623</a><br>Monate Citrus Kelder   <br><a href=\"tel:+27122580712\">012 258 0712<br></a>Living Jewels   <br><a href=\"tel:+27119566444\">011 956 6444<br></a>Blaaubank Candle Dipping   <br><a href=\"tel:+27145774609\">014 577 4609<br></a>Veggie Picking &amp; Strawberry Picking <br><a href=\"tel:+27122071116\">012 207 1116</a></p></div>\n<!-- /wp:uagb/faq-child --></div>\n<!-- /wp:uagb/faq --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"eb82068c\",\"innerContentCustomWidthDesktop\":781,\"innerContentCustomWidthTablet\":781,\"backgroundType\":\"image\",\"backgroundImageDesktop\":{\"id\":907,\"title\":\"241565_xl\",\"filename\":\"241565_xl.jpg\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/241565_xl.jpg\",\"link\":\"https://blueroan.netgen.cloud/home/241565_xl/\",\"alt\":\"\",\"author\":\"2\",\"description\":\"\",\"caption\":\"\",\"name\":\"241565_xl\",\"status\":\"inherit\",\"uploadedTo\":760,\"date\":\"2022-12-13T15:04:35.000Z\",\"modified\":\"2022-12-13T15:04:35.000Z\",\"menuOrder\":0,\"mime\":\"image/jpeg\",\"type\":\"image\",\"subtype\":\"jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-includes/images/media/default.png\",\"dateFormatted\":\"December 13, 2022\",\"nonces\":{\"update\":\"8ba15922a4\",\"delete\":\"e660ddd200\",\"edit\":\"57c3a4b066\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=907\\u0026action=edit\",\"meta\":false,\"authorName\":\"Netgen Support\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/profile.php\",\"uploadedToTitle\":\"Home\",\"uploadedToLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=760\\u0026action=edit\",\"filesizeInBytes\":90717,\"filesizeHumanReadable\":\"89 KB\",\"context\":\"\",\"height\":534,\"width\":800,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/241565_xl-150x150.jpg\",\"orientation\":\"landscape\"},\"medium\":{\"height\":200,\"width\":300,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/241565_xl-300x200.jpg\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/241565_xl.jpg\",\"height\":534,\"width\":800,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"backgroundImageColor\":\"rgba(42,42,42,0.65)\",\"topPaddingDesktop\":144,\"bottomPaddingDesktop\":144,\"leftPaddingDesktop\":40,\"rightPaddingDesktop\":40,\"topPaddingTablet\":80,\"bottomPaddingTablet\":80,\"leftPaddingTablet\":40,\"rightPaddingTablet\":40,\"topPaddingMobile\":64,\"bottomPaddingMobile\":64,\"leftPaddingMobile\":24,\"rightPaddingMobile\":24,\"paddingLink\":false,\"variationSelected\":true,\"isBlockRootParent\":true,\"overlayType\":\"color\"} -->\n<div class=\"wp-block-uagb-container uagb-block-eb82068c alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/advanced-heading {\"block_id\":\"62b941e9\",\"classMigrate\":true,\"headingDescToggle\":true,\"headingAlign\":\"center\",\"headingColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"subHeadingColor\":\"var(\\u002d\\u002dast-global-color-4)\",\"headSpace\":20} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-62b941e9\"><h2 class=\"uagb-heading-text\">Create Memorable Moments at Blue Roan!</h2><p class=\"uagb-desc-text\">Blue Roan is a 4-star graded pet-friendly venue</p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/advanced-heading {\"block_id\":\"53ba60d5\",\"classMigrate\":true,\"headingTitleToggle\":false,\"headingDescToggle\":true,\"headingAlign\":\"center\",\"subHeadingColor\":\"var(\\u002d\\u002dast-global-color-4)\",\"subHeadTransform\":\"uppercase\",\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"subHeadLetterSpacing\":2,\"blockTopPadding\":60,\"blockRightPadding\":0,\"blockLeftPadding\":0,\"blockBottomPadding\":0,\"blockTopPaddingMobile\":30,\"blockRightPaddingMobile\":0,\"blockLeftPaddingMobile\":0,\"blockBottomPaddingMobile\":0,\"linkColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"linkHColor\":\"var(\\u002d\\u002dast-global-color-0)\"} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-53ba60d5\"><p class=\"uagb-desc-text\"><a href=\"https://book.nightsbridge.com/11065\" target=\"_blank\" rel=\"noreferrer noopener\">BOOK YOUR STAY NOW​</a></p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/icon-list {\"block_id\":\"e8331c3c\",\"classMigrate\":true,\"childMigrate\":true,\"align\":\"center\",\"parentIcon\":\"phone\",\"size\":40,\"sizeMobile\":24,\"sizeTablet\":32,\"fontSize\":48,\"fontSizeMobile\":28,\"fontSizeTablet\":40,\"fontWeight\":\"600\",\"iconColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"labelColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"blockTopPadding\":0,\"blockRightPadding\":0,\"blockLeftPadding\":0,\"blockBottomPadding\":24,\"blockPaddingLink\":false} -->\n<div class=\"wp-block-uagb-icon-list uagb-block-e8331c3c\"><div class=\"uagb-icon-list__wrap\"><!-- wp:uagb/icon-list-child {\"block_id\":\"f52cbaee\",\"label\":\"+ 27 (0) 82 575 5409\",\"label_color\":\"\",\"link\":\"tel:+27825755409\",\"disableLink\":true,\"fromParentIcon\":\"phone\",\"imageSizeChild\":40} -->\n<div class=\"wp-block-uagb-icon-list-child uagb-block-f52cbaee\"><a target=\"_self\" aria-label=\"+ 27 (0) 82 575 5409\" rel=\"noopener noreferrer\" href=\"tel:+27825755409\"> </a><span class=\"uagb-icon-list__source-wrap\"><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M511.2 387l-23.25 100.8c-3.266 14.25-15.79 24.22-30.46 24.22C205.2 512 0 306.8 0 54.5c0-14.66 9.969-27.2 24.22-30.45l100.8-23.25C139.7-2.602 154.7 5.018 160.8 18.92l46.52 108.5c5.438 12.78 1.77 27.67-8.98 36.45L144.5 207.1c33.98 69.22 90.26 125.5 159.5 159.5l44.08-53.8c8.688-10.78 23.69-14.51 36.47-8.975l108.5 46.51C506.1 357.2 514.6 372.4 511.2 387z\"></path></svg></span><span class=\"uagb-icon-list__label\">+ 27 (0) 82 575 5409</span></div>\n<!-- /wp:uagb/icon-list-child -->\n\n<!-- wp:uagb/icon-list-child {\"block_id\":\"56345d5d\",\"label\":\" blueroan@ugo.co.za\",\"icon\":\"envelope\",\"label_color\":\"\",\"link\":\"mailto: blueroan@ugo.co.za\",\"disableLink\":true} -->\n<div class=\"wp-block-uagb-icon-list-child uagb-block-56345d5d\"><a target=\"_self\" aria-label=\" blueroan@ugo.co.za\" rel=\"noopener noreferrer\" href=\"mailto:blueroan@ugo.co.za\"> </a><span class=\"uagb-icon-list__source-wrap\"><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M464 64C490.5 64 512 85.49 512 112C512 127.1 504.9 141.3 492.8 150.4L275.2 313.6C263.8 322.1 248.2 322.1 236.8 313.6L19.2 150.4C7.113 141.3 0 127.1 0 112C0 85.49 21.49 64 48 64H464zM217.6 339.2C240.4 356.3 271.6 356.3 294.4 339.2L512 176V384C512 419.3 483.3 448 448 448H64C28.65 448 0 419.3 0 384V176L217.6 339.2z\"></path></svg></span><span class=\"uagb-icon-list__label\"> blueroan@ugo.co.za</span></div>\n<!-- /wp:uagb/icon-list-child --></div></div>\n<!-- /wp:uagb/icon-list --></div></div>\n<!-- /wp:uagb/container -->',	'Amenities',	'',	'inherit',	'closed',	'closed',	'',	'762-revision-v1',	'',	'',	'2022-12-19 08:03:16',	'2022-12-19 08:03:16',	'',	762,	'https://blueroan.netgen.cloud/?p=1334',	0,	'revision',	'',	0),
(1335,	2,	'2022-12-19 08:03:42',	'2022-12-19 08:03:42',	'<!-- wp:uagb/container {\"block_id\":\"08217cb1\",\"backgroundType\":\"image\",\"backgroundImageDesktop\":{\"id\":1007,\"title\":\"AAEAAQAAAAAAAAAAAAAAJDg5NmY0ZGUxLWE4MTgtNDY5NC1iODFhLTBmN2Q0ZDc5ZWFiNw-1\",\"filename\":\"AAEAAQAAAAAAAAAAAAAAJDg5NmY0ZGUxLWE4MTgtNDY5NC1iODFhLTBmN2Q0ZDc5ZWFiNw-1.png\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAAJDg5NmY0ZGUxLWE4MTgtNDY5NC1iODFhLTBmN2Q0ZDc5ZWFiNw-1.png\",\"link\":\"https://blueroan.netgen.cloud/the-barn/aaeaaqaaaaaaaaaaaaaajdg5nmy0zguxlwe4mtgtndy5nc1iodfhltbmn2q0zdc5zwfinw-1/\",\"alt\":\"\",\"author\":\"2\",\"description\":\"\",\"caption\":\"\",\"name\":\"aaeaaqaaaaaaaaaaaaaajdg5nmy0zguxlwe4mtgtndy5nc1iodfhltbmn2q0zdc5zwfinw-1\",\"status\":\"inherit\",\"uploadedTo\":948,\"date\":\"2022-12-14T10:50:25.000Z\",\"modified\":\"2022-12-14T10:50:25.000Z\",\"menuOrder\":0,\"mime\":\"image/png\",\"type\":\"image\",\"subtype\":\"png\",\"icon\":\"https://blueroan.netgen.cloud/wp-includes/images/media/default.png\",\"dateFormatted\":\"December 14, 2022\",\"nonces\":{\"update\":\"483f8bdf3d\",\"delete\":\"0a7ebc92ef\",\"edit\":\"6bc1c6a685\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=1007\\u0026action=edit\",\"meta\":false,\"authorName\":\"Netgen Support\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/profile.php\",\"uploadedToTitle\":\"The Barn\",\"uploadedToLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=948\\u0026action=edit\",\"filesizeInBytes\":1348989,\"filesizeHumanReadable\":\"1 MB\",\"context\":\"\",\"height\":667,\"width\":1000,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAAJDg5NmY0ZGUxLWE4MTgtNDY5NC1iODFhLTBmN2Q0ZDc5ZWFiNw-1-150x150.png\",\"orientation\":\"landscape\"},\"medium\":{\"height\":200,\"width\":300,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAAJDg5NmY0ZGUxLWE4MTgtNDY5NC1iODFhLTBmN2Q0ZDc5ZWFiNw-1-300x200.png\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAAJDg5NmY0ZGUxLWE4MTgtNDY5NC1iODFhLTBmN2Q0ZDc5ZWFiNw-1.png\",\"height\":667,\"width\":1000,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"backgroundPositionDesktop\":{\"x\":0.61,\"y\":0.52},\"backgroundSizeTablet\":\"cover\",\"backgroundSizeMobile\":\"cover\",\"backgroundColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"backgroundImageColor\":\"rgba(42,42,42,0.5)\",\"topPaddingDesktop\":220,\"bottomPaddingDesktop\":150,\"topPaddingTablet\":170,\"bottomPaddingTablet\":160,\"leftPaddingTablet\":30,\"rightPaddingTablet\":30,\"topPaddingMobile\":180,\"bottomPaddingMobile\":80,\"leftPaddingMobile\":20,\"rightPaddingMobile\":20,\"paddingLink\":false,\"variationSelected\":true,\"isBlockRootParent\":true,\"overlayType\":\"color\"} -->\n<div class=\"wp-block-uagb-container uagb-block-08217cb1 alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/advanced-heading {\"block_id\":\"3505c71c\",\"classMigrate\":true,\"headingDescToggle\":true,\"headingColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"subHeadingColor\":\"var(\\u002d\\u002dast-global-color-4)\",\"headingTag\":\"h1\",\"headSpace\":20,\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"blockTopPadding\":0,\"blockRightPadding\":50,\"blockLeftPadding\":0,\"blockBottomPadding\":0,\"blockTopPaddingTablet\":0,\"blockRightPaddingTablet\":20,\"blockLeftPaddingTablet\":0,\"blockBottomPaddingTablet\":0,\"blockTopPaddingMobile\":0,\"blockRightPaddingMobile\":0,\"blockLeftPaddingMobile\":0,\"blockBottomPaddingMobile\":0,\"blockPaddingUnit\":\"%\",\"blockPaddingUnitTablet\":\"%\"} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-3505c71c\"><h1 class=\"uagb-heading-text\">Amenities &amp; Interests​</h1><p class=\"uagb-desc-text\">We do not give you just rooms to stay in. We give you an environment where you can experience the best while on a holiday with us. </p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:buttons -->\n<div class=\"wp-block-buttons\"><!-- wp:button -->\n<div class=\"wp-block-button\"><a class=\"wp-block-button__link wp-element-button\" href=\"https://book.nightsbridge.com/11065\" target=\"_blank\" rel=\"noreferrer noopener\">BOOK NOW</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"8bb33d82\",\"backgroundType\":\"color\",\"backgroundSizeTablet\":\"cover\",\"backgroundSizeMobile\":\"cover\",\"backgroundColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"topPaddingDesktop\":50,\"bottomPaddingDesktop\":100,\"topPaddingTablet\":50,\"bottomPaddingTablet\":25,\"leftPaddingTablet\":20,\"rightPaddingTablet\":20,\"topPaddingMobile\":50,\"bottomPaddingMobile\":20,\"leftPaddingMobile\":20,\"rightPaddingMobile\":20,\"paddingLink\":false,\"variationSelected\":true,\"rowGapDesktop\":0,\"isBlockRootParent\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-8bb33d82 alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/container {\"block_id\":\"a19bafc0\",\"directionDesktop\":\"row\",\"alignItemsTablet\":\"flex-start\",\"paddingLink\":false,\"topMarginDesktop\":50,\"bottomMarginDesktop\":20,\"leftMarginDesktop\":0,\"rightMarginDesktop\":0,\"marginLink\":false,\"variationSelected\":true,\"rowGapMobile\":65,\"columnGapDesktop\":48,\"columnGapTablet\":20} -->\n<div class=\"wp-block-uagb-container uagb-block-a19bafc0\"><!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"align\":\"center\",\"id\":828,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image aligncenter size-full\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Blue-Roan-pool.png\" alt=\"Blue Roan\'s rock pool\" class=\"wp-image-828\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>A relaxing rock Pool​</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>We have a lovely sparkling blue rock pool next to a thatched Lapa. &nbsp;&nbsp;Lie on recliners on the green lawn or sit on the swing chair in the Lapa and enjoy the panoramic view of the Magaliesberg mountain range.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":829,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/img-20160605-wa0002-largejpg.png\" alt=\"\" class=\"wp-image-829\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>Braai facilities </h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>What can compare to a burning fire under the star-lit African sky? Nothing beats the flavor of cooking over an open flame.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":830,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/ef9d0188da11e2bc56788f5619d9d539.png\" alt=\"\" class=\"wp-image-830\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>A games room </h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>The reception is also a games room for those who enjoy darts or playing pool. &nbsp;Take a selection of DVDs back to your room and watch movies on your own DVD player. &nbsp;There is also a selection of board games and music CDs that you can borrow.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"align\":\"center\",\"id\":1198,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image aligncenter size-full\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/eyJidWNrZXQiOiJhc3NldHMuYWxsdHJhaWxzLmNvbSIsImtleSI6InVwbG9hZHMvcGhvdG8vaW1hZ2UvNDMxNzk4MTAvYjZkYTAz-1.png\" alt=\"\" class=\"wp-image-1198\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>Walking or hiking </h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>There is a well-kept walking trail on our property with plenty of bird life and some benches along the way. &nbsp;It is safe for dogs to run off-leash as it is completely fenced all around. &nbsp;For those who enjoy long walks and hikes, it is safe to cross onto neighbouring farms and go as far as the eye can see.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":1185,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/49089607_1950305445047847_5177863042771189760_n.png\" alt=\"\" class=\"wp-image-1185\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>Mountain biking </h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Bring your mountain bikes and explore the surrounding countryside on safe off-road tracks on our property and on neighbouring farms.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":1196,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Michelle_1.png\" alt=\"\" class=\"wp-image-1196\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>Horse riding </h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Interested riders can book at one of the recommended horse-riding establishments listed further down this page.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"b65dd124\",\"innerContentWidth\":\"alignfull\",\"directionDesktop\":\"row\",\"wrapTablet\":\"wrap\",\"variationSelected\":true,\"rowGapTablet\":0,\"columnGapDesktop\":0,\"isBlockRootParent\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-b65dd124 alignfull uagb-is-root-container\"><!-- wp:uagb/container {\"block_id\":\"d4ba2697\",\"widthDesktop\":25,\"widthTablet\":50,\"variationSelected\":true,\"widthSetByUser\":true,\"UAGHideMob\":true,\"UAGResponsiveConditions\":true} -->\n<div class=\"wp-block-uagb-container uag-hide-mob uagb-block-d4ba2697\"><!-- wp:uagb/image {\"block_id\":\"406ec7fb\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-18-1-1024x768.jpg\",\"id\":1208,\"linkDestination\":\"none\",\"width\":480,\"height\":500,\"naturalWidth\":1024,\"naturalHeight\":768,\"sizeSlug\":\"large\",\"sizeSlugTablet\":\"large\",\"sizeSlugMobile\":\"large\",\"customHeightSetDesktop\":true} -->\n<div class=\"wp-block-uagb-image uagb-block-406ec7fb wp-block-uagb-image--layout-default wp-block-uagb-image--effect-static wp-block-uagb-image--align-none\"><figure class=\"wp-block-uagb-image__figure\"><img srcset=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-18-1-1024x768.jpg \" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-18-1-1024x768.jpg\" alt=\"\" class=\"uag-image-1208\" width=\"480\" height=\"500\" title=\"\" loading=\"lazy\"/></figure></div>\n<!-- /wp:uagb/image --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"58d9259f\",\"widthDesktop\":25,\"widthTablet\":50,\"variationSelected\":true,\"widthSetByUser\":true,\"UAGHideMob\":true,\"UAGResponsiveConditions\":true} -->\n<div class=\"wp-block-uagb-container uag-hide-mob uagb-block-58d9259f\"><!-- wp:uagb/image {\"block_id\":\"55c42834\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Blue-Roan-pool-1.png\",\"id\":1210,\"linkDestination\":\"none\",\"width\":480,\"height\":500,\"naturalWidth\":370,\"naturalHeight\":440,\"sizeSlug\":\"full\",\"sizeSlugTablet\":\"full\",\"sizeSlugMobile\":\"full\",\"customHeightSetDesktop\":true} -->\n<div class=\"wp-block-uagb-image uagb-block-55c42834 wp-block-uagb-image--layout-default wp-block-uagb-image--effect-static wp-block-uagb-image--align-none\"><figure class=\"wp-block-uagb-image__figure\"><img srcset=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Blue-Roan-pool-1.png \" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Blue-Roan-pool-1.png\" alt=\"\" class=\"uag-image-1210\" width=\"480\" height=\"500\" title=\"\" loading=\"lazy\"/></figure></div>\n<!-- /wp:uagb/image --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"6d472903\",\"widthDesktop\":50,\"widthTablet\":100,\"variationSelected\":true,\"columnGapDesktop\":20,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-6d472903\"><!-- wp:uagb/image {\"block_id\":\"b393c206\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/the-view-from-my-rooms-1024x768.jpg\",\"id\":1211,\"linkDestination\":\"none\",\"width\":960,\"height\":500,\"naturalWidth\":1024,\"naturalHeight\":768,\"sizeSlug\":\"large\",\"sizeSlugTablet\":\"large\",\"sizeSlugMobile\":\"large\",\"customHeightSetDesktop\":true} -->\n<div class=\"wp-block-uagb-image uagb-block-b393c206 wp-block-uagb-image--layout-default wp-block-uagb-image--effect-static wp-block-uagb-image--align-none\"><figure class=\"wp-block-uagb-image__figure\"><img srcset=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/the-view-from-my-rooms-1024x768.jpg \" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/the-view-from-my-rooms-1024x768.jpg\" alt=\"\" class=\"uag-image-1211\" width=\"960\" height=\"500\" title=\"\" loading=\"lazy\"/></figure></div>\n<!-- /wp:uagb/image --></div>\n<!-- /wp:uagb/container --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"2fd9f170\",\"innerContentWidth\":\"alignfull\",\"directionDesktop\":\"row\",\"wrapTablet\":\"wrap\",\"variationSelected\":true,\"rowGapTablet\":0,\"columnGapDesktop\":0,\"isBlockRootParent\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-2fd9f170 alignfull uagb-is-root-container\"><!-- wp:uagb/container {\"block_id\":\"8fd89d8c\",\"widthDesktop\":50,\"widthTablet\":100,\"variationSelected\":true,\"columnGapDesktop\":20,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-8fd89d8c\"><!-- wp:uagb/image {\"block_id\":\"a4deb12c\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAAJDI0ZWY4NDc1LThjYjYtNDM3YS1iOTliLWNmOWQxYTJkMWU5MQ-1.png\",\"id\":1213,\"linkDestination\":\"none\",\"width\":960,\"height\":500,\"naturalWidth\":1000,\"naturalHeight\":667,\"sizeSlug\":\"full\",\"sizeSlugTablet\":\"full\",\"sizeSlugMobile\":\"full\",\"customHeightSetDesktop\":true} -->\n<div class=\"wp-block-uagb-image uagb-block-a4deb12c wp-block-uagb-image--layout-default wp-block-uagb-image--effect-static wp-block-uagb-image--align-none\"><figure class=\"wp-block-uagb-image__figure\"><img srcset=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAAJDI0ZWY4NDc1LThjYjYtNDM3YS1iOTliLWNmOWQxYTJkMWU5MQ-1.png \" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAAJDI0ZWY4NDc1LThjYjYtNDM3YS1iOTliLWNmOWQxYTJkMWU5MQ-1.png\" alt=\"\" class=\"uag-image-1213\" width=\"960\" height=\"500\" title=\"\" loading=\"lazy\"/></figure></div>\n<!-- /wp:uagb/image --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"d8892ea8\",\"widthDesktop\":25,\"variationSelected\":true,\"widthSetByUser\":true,\"UAGHideMob\":true,\"UAGResponsiveConditions\":true} -->\n<div class=\"wp-block-uagb-container uag-hide-mob uagb-block-d8892ea8\"><!-- wp:uagb/image {\"block_id\":\"9533e7e1\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/bird-1-1024x683.jpg\",\"id\":1215,\"linkDestination\":\"none\",\"width\":480,\"height\":500,\"naturalWidth\":1024,\"naturalHeight\":683,\"sizeSlug\":\"large\",\"sizeSlugTablet\":\"large\",\"sizeSlugMobile\":\"large\",\"customHeightSetDesktop\":true} -->\n<div class=\"wp-block-uagb-image uagb-block-9533e7e1 wp-block-uagb-image--layout-default wp-block-uagb-image--effect-static wp-block-uagb-image--align-none\"><figure class=\"wp-block-uagb-image__figure\"><img srcset=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/bird-1-1024x683.jpg \" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/bird-1-1024x683.jpg\" alt=\"\" class=\"uag-image-1215\" width=\"480\" height=\"500\" title=\"\" loading=\"lazy\"/></figure></div>\n<!-- /wp:uagb/image --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"3c94a246\",\"widthDesktop\":25,\"variationSelected\":true,\"widthSetByUser\":true,\"UAGHideMob\":true,\"UAGResponsiveConditions\":true} -->\n<div class=\"wp-block-uagb-container uag-hide-mob uagb-block-3c94a246\"><!-- wp:uagb/image {\"block_id\":\"c835868e\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/two-happy-boxers-1024x768.jpg\",\"id\":1216,\"linkDestination\":\"none\",\"width\":480,\"height\":500,\"naturalWidth\":1024,\"naturalHeight\":768,\"sizeSlug\":\"large\",\"sizeSlugTablet\":\"large\",\"sizeSlugMobile\":\"large\",\"customHeightSetDesktop\":true} -->\n<div class=\"wp-block-uagb-image uagb-block-c835868e wp-block-uagb-image--layout-default wp-block-uagb-image--effect-static wp-block-uagb-image--align-none\"><figure class=\"wp-block-uagb-image__figure\"><img srcset=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/two-happy-boxers-1024x768.jpg \" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/two-happy-boxers-1024x768.jpg\" alt=\"\" class=\"uag-image-1216\" width=\"480\" height=\"500\" title=\"\" loading=\"lazy\"/></figure></div>\n<!-- /wp:uagb/image --></div>\n<!-- /wp:uagb/container --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"b5a81363\",\"backgroundType\":\"color\",\"backgroundSizeTablet\":\"cover\",\"backgroundSizeMobile\":\"cover\",\"backgroundColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"topPaddingDesktop\":120,\"bottomPaddingDesktop\":0,\"topPaddingTablet\":80,\"bottomPaddingTablet\":80,\"leftPaddingTablet\":30,\"rightPaddingTablet\":30,\"topPaddingMobile\":80,\"bottomPaddingMobile\":80,\"leftPaddingMobile\":20,\"rightPaddingMobile\":20,\"paddingLink\":false,\"variationSelected\":true,\"rowGapDesktop\":0,\"rowGapTablet\":0,\"isBlockRootParent\":true} -->\n<div id=\"nearby-visits\" class=\"wp-block-uagb-container uagb-block-b5a81363 alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/container {\"block_id\":\"8b788feb\",\"directionDesktop\":\"row\",\"alignItemsDesktop\":\"flex-end\",\"alignItemsTablet\":\"flex-end\",\"justifyContentDesktop\":\"flex-end\",\"justifyContentTablet\":\"space-between\",\"variationSelected\":true,\"rowGapMobile\":30,\"columnGapDesktop\":0} -->\n<div class=\"wp-block-uagb-container uagb-block-8b788feb\"><!-- wp:uagb/advanced-heading {\"block_id\":\"96f4a85e\",\"classMigrate\":true,\"headingDescToggle\":true,\"subHeadingColor\":\"\",\"headSpace\":20,\"subHeadFontSize\":16} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-96f4a85e\"><h2 class=\"uagb-heading-text\">Things to do in the area of Magaliesburg<br></h2><p class=\"uagb-desc-text\">Looking for more? Well, we believe that every guest walks into our lodge for the best experience. And, we are determined to do that.</p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/buttons {\"block_id\":\"c3f609b0\",\"classMigrate\":true,\"childMigrate\":true,\"align\":\"right\",\"alignTablet\":\"right\",\"alignMobile\":\"left\",\"gap\":0} -->\n<div class=\"wp-block-uagb-buttons uagb-buttons__outer-wrap uagb-btn__default-btn uagb-btn-tablet__default-btn uagb-btn-mobile__default-btn uagb-block-c3f609b0\"><div class=\"uagb-buttons__wrap uagb-buttons-layout-wrap\"><!-- wp:uagb/buttons-child {\"block_id\":\"a52cfe66\",\"label\":\"Reservations\",\"link\":\"https://book.nightsbridge.com/11065\",\"hColor\":\"\",\"opensInNewTab\":true,\"borderWidth\":\"\",\"borderRadius\":\"\",\"borderStyle\":\"\",\"borderColor\":\"\",\"borderHColor\":\"\",\"btnBorderTopWidth\":1,\"btnBorderLeftWidth\":1,\"btnBorderRightWidth\":1,\"btnBorderBottomWidth\":1,\"btnBorderTopLeftRadius\":2,\"btnBorderTopRightRadius\":2,\"btnBorderBottomLeftRadius\":2,\"btnBorderBottomRightRadius\":2,\"btnBorderStyle\":\"solid\",\"btnBorderColor\":\"#333\",\"btnBorderHColor\":\"#333\"} -->\n<div class=\"wp-block-uagb-buttons-child uagb-buttons__outer-wrap uagb-block-a52cfe66 wp-block-button is-style-outline\"><div class=\"uagb-button__wrapper\"><a class=\"uagb-buttons-repeater wp-block-button__link\" href=\"https://book.nightsbridge.com/11065\" rel=\"follow noopener\" target=\"_blank\"><div class=\"uagb-button__link\">Reservations</div></a></div></div>\n<!-- /wp:uagb/buttons-child --></div></div>\n<!-- /wp:uagb/buttons --></div>\n<!-- /wp:uagb/container --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"ed9eefd1\",\"backgroundType\":\"color\",\"backgroundSizeTablet\":\"cover\",\"backgroundSizeMobile\":\"cover\",\"backgroundColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"topPaddingDesktop\":50,\"bottomPaddingDesktop\":100,\"topPaddingTablet\":50,\"bottomPaddingTablet\":25,\"leftPaddingTablet\":20,\"rightPaddingTablet\":20,\"topPaddingMobile\":50,\"bottomPaddingMobile\":20,\"leftPaddingMobile\":20,\"rightPaddingMobile\":20,\"paddingLink\":false,\"variationSelected\":true,\"rowGapDesktop\":0,\"isBlockRootParent\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-ed9eefd1 alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/container {\"block_id\":\"e9de9216\",\"directionDesktop\":\"row\",\"alignItemsTablet\":\"flex-start\",\"paddingLink\":false,\"topMarginDesktop\":50,\"bottomMarginDesktop\":20,\"leftMarginDesktop\":0,\"rightMarginDesktop\":0,\"marginLink\":false,\"variationSelected\":true,\"rowGapMobile\":65,\"columnGapDesktop\":48,\"columnGapTablet\":20} -->\n<div class=\"wp-block-uagb-container uagb-block-e9de9216\"><!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"align\":\"center\",\"id\":1222,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image aligncenter size-full\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/41b46e52d7427ea1f6f135454e9a012f.png\" alt=\"\" class=\"wp-image-1222\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"textAlign\":\"center\",\"level\":3} -->\n<h3 class=\"has-text-align-center\">Fishing </h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>The dam has trout (stocked), bass, vlei Kuper and carp. Fly fishers seeking a unique challenge visit our establishment in search of the large &amp; small scale Yellow fish.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:buttons -->\n<div class=\"wp-block-buttons\"><!-- wp:button {\"align\":\"left\"} -->\n<div class=\"wp-block-button alignleft\"><a class=\"wp-block-button__link wp-element-button\" href=\"https://www.sundowner.co.za/rooms/magalies-barbus-haven/\" target=\"_blank\" rel=\"noreferrer noopener\">Barbus Haven</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons -->\n\n<!-- wp:paragraph -->\n<p>The opportunity to fish for Rainbow Trout or the elusive Brown Trout. Kingfisher offers rod hires at their venue. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:buttons -->\n<div class=\"wp-block-buttons\"><!-- wp:button {\"align\":\"left\"} -->\n<div class=\"wp-block-button alignleft\"><a class=\"wp-block-button__link wp-element-button\" href=\"https://www.thekingfisherlodge.co.za/activities/\" target=\"_blank\" rel=\"noreferrer noopener\">Kingfisher</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":1235,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Maseke-MTB-MvZ-3-1024x683-1.png\" alt=\"\" class=\"wp-image-1235\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>Mountain biking </h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>It is a privately owned nature reserve that offers mountain biking.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:spacer {\"height\":\"20px\"} -->\n<div style=\"height:20px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:buttons -->\n<div class=\"wp-block-buttons\"><!-- wp:button -->\n<div class=\"wp-block-button\"><a class=\"wp-block-button__link wp-element-button\" href=\"http://ingwebushcamp.yolasite.com/\" target=\"_blank\" rel=\"noreferrer noopener\">Ingwe Bush Camp&nbsp;</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons -->\n\n<!-- wp:paragraph -->\n<p>With over 80km of trails, Van Gaalen&nbsp;has something to offer for every kind of athlete, from beginner to advanced.<br></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:buttons -->\n<div class=\"wp-block-buttons\"><!-- wp:button -->\n<div class=\"wp-block-button\"><a class=\"wp-block-button__link wp-element-button\" href=\"https://www.vangaalen.co.za/products\" target=\"_blank\" rel=\"noreferrer noopener\">Van Gaalen\'s</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":1331,\"width\":500,\"height\":540,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full is-resized\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/quad-biking-magliesburg.png\" alt=\"\" class=\"wp-image-1331\" width=\"500\" height=\"540\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>Quad biking </h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>We have quads suitable for kiddies, tweens, teens, and adults. We have mini quads and fully automatic 150cc quads.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:spacer {\"height\":\"2px\"} -->\n<div style=\"height:2px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:buttons -->\n<div class=\"wp-block-buttons\"><!-- wp:button -->\n<div class=\"wp-block-button\"><a class=\"wp-block-button__link wp-element-button\" href=\"https://www.saddlecreekadventures.co.za/activity/quad-biking/\" target=\"_blank\" rel=\"noreferrer noopener\">Saddle Creek Ranch</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons -->\n\n<!-- wp:paragraph -->\n<p>A 700-meter monster track, the longest and most exciting track in Gauteng!</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:spacer {\"height\":\"2px\"} -->\n<div style=\"height:2px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:buttons -->\n<div class=\"wp-block-buttons\"><!-- wp:button -->\n<div class=\"wp-block-button\"><a class=\"wp-block-button__link wp-element-button\" href=\"http://www.swartkrans.co.za/\" target=\"_blank\" rel=\"noreferrer noopener\">Swartkrans Go-Karting&nbsp;</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"align\":\"center\",\"id\":1198,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image aligncenter size-full\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/eyJidWNrZXQiOiJhc3NldHMuYWxsdHJhaWxzLmNvbSIsImtleSI6InVwbG9hZHMvcGhvdG8vaW1hZ2UvNDMxNzk4MTAvYjZkYTAz-1.png\" alt=\"\" class=\"wp-image-1198\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>Horse riding </h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Join us for an unforgettable horse riding experience in the peaceful countryside, with beautiful mountain scenery and lovely bush trails.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:buttons -->\n<div class=\"wp-block-buttons\"><!-- wp:button -->\n<div class=\"wp-block-button\"><a class=\"wp-block-button__link wp-element-button\" href=\"https://www.saddlecreekadventures.co.za/activity/horse-riding/\" target=\"_blank\" rel=\"noreferrer noopener\">Saddle Creek Ranch</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":1185,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/49089607_1950305445047847_5177863042771189760_n.png\" alt=\"\" class=\"wp-image-1185\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>Game drives </h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Enjoy a thrilling and educational adventure with our experienced guides.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:spacer {\"height\":\"2px\"} -->\n<div style=\"height:2px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:buttons -->\n<div class=\"wp-block-buttons\"><!-- wp:button -->\n<div class=\"wp-block-button\"><a class=\"wp-block-button__link wp-element-button\" href=\"https://www.rhinolion.co.za/visitors-guide/activity-index/game-drives/\" target=\"_blank\" rel=\"noreferrer noopener\">Rhino &amp; Lion Park</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons -->\n\n<!-- wp:paragraph -->\n<p>Our guided game-viewing drives take place each day in the morning and afternoon, as this is when the animals are most active.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:buttons -->\n<div class=\"wp-block-buttons\"><!-- wp:button -->\n<div class=\"wp-block-button\"><a class=\"wp-block-button__link wp-element-button\" href=\"https://www.africanhillslodge.co.za/experience/\" target=\"_blank\" rel=\"noreferrer noopener\">Askari Game Lodge</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:spacer {\"height\":\"12px\"} -->\n<div style=\"height:12px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:heading -->\n<h2>Other activites </h2>\n<!-- /wp:heading -->\n\n<!-- wp:uagb/faq {\"block_id\":\"c11ff976\",\"expandFirstItem\":false,\"boxBgColor\":\"#F5F5F5\",\"borderStyle\":\"\",\"borderWidth\":\"\",\"borderRadius\":\"\",\"borderColor\":\"\",\"vquestionPaddingDesktop\":15,\"hquestionPaddingDesktop\":15,\"iconAlign\":\"row-reverse\",\"schema\":\"{\\u0022@context\\u0022:\\u0022https://schema.org\\u0022,\\u0022@type\\u0022:\\u0022FAQPage\\u0022,\\u0022@id\\u0022:\\u0022https://blueroan.netgen.cloud/amenities/\\u0022,\\u0022mainEntity\\u0022:[{\\u0022@type\\u0022:\\u0022Question\\u0022,\\u0022name\\u0022:\\u0022\\u003cstrong\\u003ePUBS / MICRO BREWERIES\\u003c/strong\\u003e\\u0022,\\u0022acceptedAnswer\\u0022:{\\u0022@type\\u0022:\\u0022Answer\\u0022,\\u0022text\\u0022:\\u0022Black Horse   \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27825613246\\\\\\u0022\\u003e082 561 3246\\u003cbr\\u003e\\u003c/a\\u003eBrauhaus am Dam   \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27878025519\\\\\\u0022\\u003e087 802 5519\\u003c/a\\u003e / \\u003ca href=\\\\\\u0022tel:+27729201742\\\\\\u0022\\u003e072 920 1742\\u003c/a\\u003e\\u003cbr\\u003eHartleys Elephant Bar   \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27145772301\\\\\\u0022\\u003e014 577 2301\\u003cbr\\u003e\\u003c/a\\u003eThatchwood Pub   \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27837091672\\\\\\u0022\\u003e083 709 1672\\u003cbr\\u003e\\u003c/a\\u003eMonate Citrus Kelder   \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27122580712\\\\\\u0022\\u003e012 258 0712\\u003c/a\\u003e\\u0022}},{\\u0022@type\\u0022:\\u0022Question\\u0022,\\u0022name\\u0022:\\u0022\\u003cstrong\\u003eTEA GARDENS / RESTAURANTS   \\u003c/strong\\u003e\\u0022,\\u0022acceptedAnswer\\u0022:{\\u0022@type\\u0022:\\u0022Answer\\u0022,\\u0022text\\u0022:\\u0022Black Horse   \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27825613246\\\\\\u0022\\u003e082 561 3246\\u003cbr\\u003e\\u003c/a\\u003eBrauhaus am Dam   \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27878025519\\\\\\u0022\\u003e087 802 5519\\u003c/a\\u003e / \\u003ca href=\\\\\\u0022tel:+27729201742\\\\\\u0022\\u003e072 920 1742\\u003c/a\\u003e\\u003cbr\\u003eMelon Rouge   \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27796806050\\\\\\u0022\\u003e079 680 6050\\u003cbr\\u003e\\u003c/a\\u003eMount Grace Hotel   \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27145775600\\\\\\u0022\\u003e014 577 5600\\u003cbr\\u003e\\u003c/a\\u003eValley Lodge Hotel   \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27145771301\\\\\\u0022\\u003e014 577 1301\\u003cbr\\u003e\\u003c/a\\u003eLa Classique Ristorante   \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27145774006\\\\\\u0022\\u003e014 577 4006\\u003c/a\\u003e\\u0022}},{\\u0022@type\\u0022:\\u0022Question\\u0022,\\u0022name\\u0022:\\u0022\\u003cstrong\\u003eSHOPPING\\u003c/strong\\u003e  \\u0022,\\u0022acceptedAnswer\\u0022:{\\u0022@type\\u0022:\\u0022Answer\\u0022,\\u0022text\\u0022:\\u0022If Only Antiques    \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27827878825\\\\\\u0022\\u003e082 787 8825\\u003cbr\\u003e\\u003c/a\\u003ePuss in Boots   \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27145773562\\\\\\u0022\\u003e014 577 3562\\u003c/a\\u003e\\u0022}},{\\u0022@type\\u0022:\\u0022Question\\u0022,\\u0022name\\u0022:\\u0022\\u003cstrong\\u003eSPORTS \\u0026amp; ADVENTURE\\u003c/strong\\u003e\\u0022,\\u0022acceptedAnswer\\u0022:{\\u0022@type\\u0022:\\u0022Answer\\u0022,\\u0022text\\u0022:\\u0022Tandem Paragliding flips  \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27823221824\\\\\\u0022\\u003e0823221824\\u003c/a\\u003e\\u003cbr\\u003eMountain Sanctuary Park   \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27145340114\\\\\\u0022\\u003e014 534 0114\\u003cbr\\u003e\\u003c/a\\u003eBill Harrops Original Balloon Safaris   \\u003ca href=\\\\\\u0022tel:+27145771733\\\\\\u0022\\u003e014 577 1733\\u003c/a\\u003e / \\u003ca href=\\\\\\u0022tel:+27837520036\\\\\\u0022\\u003e083 752 0036\\u003c/a\\u003e\\u003cbr\\u003ePecanwood Golf Course   \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27122440112\\\\\\u0022\\u003e012 244 0112\\u003cbr\\u003e\\u003c/a\\u003eAir Ventures Hot Air Balloons   \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27117935782\\\\\\u0022\\u003e011 793 5782\\u003cbr\\u003e\\u003c/a\\u003eGliding   \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27835266966\\\\\\u0022\\u003e083 526 6966\\u003cbr\\u003e\\u003c/a\\u003eMagaliesberg Canopy Tours   \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27145350150\\\\\\u0022\\u003e014 535 0150\\u003cbr\\u003e\\u003c/a\\u003eWild Cave Adventures   \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27824862464\\\\\\u0022\\u003e082 486 2464\\u003cbr\\u003e\\u003c/a\\u003eMiracle Waters Dive Gateway   \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27832359840\\\\\\u0022\\u003e083 235 9840\\u003c/a\\u003e\\u0022}},{\\u0022@type\\u0022:\\u0022Question\\u0022,\\u0022name\\u0022:\\u0022\\u003cstrong\\u003eHEALTH SPAS\\u003c/strong\\u003e\\u0022,\\u0022acceptedAnswer\\u0022:{\\u0022@type\\u0022:\\u0022Answer\\u0022,\\u0022text\\u0022:\\u0022Whispering Pines   \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27145771536\\\\\\u0022\\u003e014 577 1536\\u003cbr\\u003e\\u003c/a\\u003eMount Grace Spa   \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27145775600\\\\\\u0022\\u003e014 577 5600\\u003cbr\\u003e\\u003c/a\\u003eValley Lodge Spa   \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27145771301\\\\\\u0022\\u003e014 577 1301\\u003cbr\\u003e\\u003c/a\\u003eRosewell Spa   \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27145771172\\\\\\u0022\\u003e014 577 1172\\u003cbr\\u003e\\u003c/a\\u003eSparkling Waters   \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27145350019\\\\\\u0022\\u003e014 535 0019\\u003c/a\\u003e\\u0022}},{\\u0022@type\\u0022:\\u0022Question\\u0022,\\u0022name\\u0022:\\u0022\\u003cstrong\\u003ePLACES OF INTEREST\\u003c/strong\\u003e\\u0022,\\u0022acceptedAnswer\\u0022:{\\u0022@type\\u0022:\\u0022Answer\\u0022,\\u0022text\\u0022:\\u0022Maropeng Visitors Centre   \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27145779000\\\\\\u0022\\u003e014 577 9000\\u003cbr\\u003e\\u003c/a\\u003eSterkfontein Caves   \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27116683200\\\\\\u0022\\u003e011 668 3200\\u003cbr\\u003e\\u003c/a\\u003eBlaaubank Gold Mine   \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27825673111\\\\\\u0022\\u003e082 567 3111\\u003cbr\\u003e\\u003c/a\\u003eVan Gaalen Cheese Farm   \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27122071289\\\\\\u0022\\u003e012 207 1289\\u003cbr\\u003e\\u003c/a\\u003eHartebeespoort Cableway   \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27722412654\\\\\\u0022\\u003e072 241 2654\\u003cbr\\u003e\\u003c/a\\u003eElephant Sanctuary             \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27122580423\\\\\\u0022\\u003e012 258 0423\\u003cbr\\u003e\\u003c/a\\u003eTeam Gel   \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27114622894\\\\\\u0022\\u003e011 462 2894\\u003c/a\\u003e / \\u003ca href=\\\\\\u0022tel:+27833207623\\\\\\u0022\\u003e083 320 7623\\u003c/a\\u003e\\u003cbr\\u003eMonate Citrus Kelder   \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27122580712\\\\\\u0022\\u003e012 258 0712\\u003cbr\\u003e\\u003c/a\\u003eLiving Jewels   \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27119566444\\\\\\u0022\\u003e011 956 6444\\u003cbr\\u003e\\u003c/a\\u003eBlaaubank Candle Dipping   \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27145774609\\\\\\u0022\\u003e014 577 4609\\u003cbr\\u003e\\u003c/a\\u003eVeggie Picking \\u0026amp; Strawberry Picking \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27122071116\\\\\\u0022\\u003e012 207 1116\\u003c/a\\u003e\\u0022}}]}\",\"questionLeftPaddingDesktop\":15,\"questionBottomPaddingDesktop\":15,\"answerTopPadding\":0,\"answerRightPadding\":15,\"answerBottomPadding\":15,\"answerLeftPadding\":15,\"answerTopPaddingTablet\":10,\"answerRightPaddingTablet\":10,\"answerBottomPaddingTablet\":10,\"answerLeftPaddingTablet\":10,\"answerTopPaddingMobile\":10,\"answerRightPaddingMobile\":10,\"answerBottomPaddingMobile\":10,\"answerLeftPaddingMobile\":10,\"overallBorderTopWidth\":1,\"overallBorderLeftWidth\":1,\"overallBorderRightWidth\":1,\"overallBorderBottomWidth\":1,\"overallBorderTopLeftRadius\":2,\"overallBorderTopRightRadius\":2,\"overallBorderBottomLeftRadius\":2,\"overallBorderBottomRightRadius\":2,\"overallBorderStyle\":\"none\",\"overallBorderColor\":\"#D2D2D2\"} -->\n<div class=\"wp-block-uagb-faq uagb-faq__outer-wrap uagb-block-c11ff976 uagb-faq-icon-row-reverse uagb-faq-layout-accordion uagb-faq-expand-first-false uagb-faq-inactive-other-true uagb-faq__wrap uagb-buttons-layout-wrap uagb-faq-equal-height\" data-faqtoggle=\"true\" role=\"tablist\"><!-- wp:uagb/faq-child {\"block_id\":\"0c9fdfd6\",\"question\":\"\\u003cstrong\\u003ePUBS / MICRO BREWERIES\\u003c/strong\\u003e\",\"answer\":\"Black Horse   \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27825613246\\u0022\\u003e082 561 3246\\u003cbr\\u003e\\u003c/a\\u003eBrauhaus am Dam   \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27878025519\\u0022\\u003e087 802 5519\\u003c/a\\u003e / \\u003ca href=\\u0022tel:+27729201742\\u0022\\u003e072 920 1742\\u003c/a\\u003e\\u003cbr\\u003eHartleys Elephant Bar   \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27145772301\\u0022\\u003e014 577 2301\\u003cbr\\u003e\\u003c/a\\u003eThatchwood Pub   \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27837091672\\u0022\\u003e083 709 1672\\u003cbr\\u003e\\u003c/a\\u003eMonate Citrus Kelder   \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27122580712\\u0022\\u003e012 258 0712\\u003c/a\\u003e\"} -->\n<div class=\"wp-block-uagb-faq-child uagb-faq-child__outer-wrap uagb-faq-item uagb-block-0c9fdfd6\" role=\"tab\" tabindex=\"0\"><div class=\"uagb-faq-questions-button uagb-faq-questions\"><span class=\"uagb-icon uagb-faq-icon-wrap\"><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 448 512\"><path d=\"M432 256c0 17.69-14.33 32.01-32 32.01H256v144c0 17.69-14.33 31.99-32 31.99s-32-14.3-32-31.99v-144H48c-17.67 0-32-14.32-32-32.01s14.33-31.99 32-31.99H192v-144c0-17.69 14.33-32.01 32-32.01s32 14.32 32 32.01v144h144C417.7 224 432 238.3 432 256z\"></path></svg></span><span class=\"uagb-icon-active uagb-faq-icon-wrap\"><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 448 512\"><path d=\"M400 288h-352c-17.69 0-32-14.32-32-32.01s14.31-31.99 32-31.99h352c17.69 0 32 14.3 32 31.99S417.7 288 400 288z\"></path></svg></span><span class=\"uagb-question\"><strong>PUBS / MICRO BREWERIES</strong></span></div><p class=\"uagb-faq-content\">Black Horse   <br><a href=\"tel:+27825613246\">082 561 3246<br></a>Brauhaus am Dam   <br><a href=\"tel:+27878025519\">087 802 5519</a> / <a href=\"tel:+27729201742\">072 920 1742</a><br>Hartleys Elephant Bar   <br><a href=\"tel:+27145772301\">014 577 2301<br></a>Thatchwood Pub   <br><a href=\"tel:+27837091672\">083 709 1672<br></a>Monate Citrus Kelder   <br><a href=\"tel:+27122580712\">012 258 0712</a></p></div>\n<!-- /wp:uagb/faq-child -->\n\n<!-- wp:uagb/faq-child {\"block_id\":\"f28ae865\",\"question\":\"\\u003cstrong\\u003eTEA GARDENS / RESTAURANTS   \\u003c/strong\\u003e\",\"answer\":\"Black Horse   \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27825613246\\u0022\\u003e082 561 3246\\u003cbr\\u003e\\u003c/a\\u003eBrauhaus am Dam   \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27878025519\\u0022\\u003e087 802 5519\\u003c/a\\u003e / \\u003ca href=\\u0022tel:+27729201742\\u0022\\u003e072 920 1742\\u003c/a\\u003e\\u003cbr\\u003eMelon Rouge   \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27796806050\\u0022\\u003e079 680 6050\\u003cbr\\u003e\\u003c/a\\u003eMount Grace Hotel   \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27145775600\\u0022\\u003e014 577 5600\\u003cbr\\u003e\\u003c/a\\u003eValley Lodge Hotel   \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27145771301\\u0022\\u003e014 577 1301\\u003cbr\\u003e\\u003c/a\\u003eLa Classique Ristorante   \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27145774006\\u0022\\u003e014 577 4006\\u003c/a\\u003e\"} -->\n<div class=\"wp-block-uagb-faq-child uagb-faq-child__outer-wrap uagb-faq-item uagb-block-f28ae865\" role=\"tab\" tabindex=\"0\"><div class=\"uagb-faq-questions-button uagb-faq-questions\"><span class=\"uagb-icon uagb-faq-icon-wrap\"><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 448 512\"><path d=\"M432 256c0 17.69-14.33 32.01-32 32.01H256v144c0 17.69-14.33 31.99-32 31.99s-32-14.3-32-31.99v-144H48c-17.67 0-32-14.32-32-32.01s14.33-31.99 32-31.99H192v-144c0-17.69 14.33-32.01 32-32.01s32 14.32 32 32.01v144h144C417.7 224 432 238.3 432 256z\"></path></svg></span><span class=\"uagb-icon-active uagb-faq-icon-wrap\"><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 448 512\"><path d=\"M400 288h-352c-17.69 0-32-14.32-32-32.01s14.31-31.99 32-31.99h352c17.69 0 32 14.3 32 31.99S417.7 288 400 288z\"></path></svg></span><span class=\"uagb-question\"><strong>TEA GARDENS / RESTAURANTS   </strong></span></div><p class=\"uagb-faq-content\">Black Horse   <br><a href=\"tel:+27825613246\">082 561 3246<br></a>Brauhaus am Dam   <br><a href=\"tel:+27878025519\">087 802 5519</a> / <a href=\"tel:+27729201742\">072 920 1742</a><br>Melon Rouge   <br><a href=\"tel:+27796806050\">079 680 6050<br></a>Mount Grace Hotel   <br><a href=\"tel:+27145775600\">014 577 5600<br></a>Valley Lodge Hotel   <br><a href=\"tel:+27145771301\">014 577 1301<br></a>La Classique Ristorante   <br><a href=\"tel:+27145774006\">014 577 4006</a></p></div>\n<!-- /wp:uagb/faq-child -->\n\n<!-- wp:uagb/faq-child {\"block_id\":\"72ccab29\",\"question\":\"\\u003cstrong\\u003eSHOPPING\\u003c/strong\\u003e  \",\"answer\":\"If Only Antiques    \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27827878825\\u0022\\u003e082 787 8825\\u003cbr\\u003e\\u003c/a\\u003ePuss in Boots   \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27145773562\\u0022\\u003e014 577 3562\\u003c/a\\u003e\"} -->\n<div class=\"wp-block-uagb-faq-child uagb-faq-child__outer-wrap uagb-faq-item uagb-block-72ccab29\" role=\"tab\" tabindex=\"0\"><div class=\"uagb-faq-questions-button uagb-faq-questions\"><span class=\"uagb-icon uagb-faq-icon-wrap\"><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 448 512\"><path d=\"M432 256c0 17.69-14.33 32.01-32 32.01H256v144c0 17.69-14.33 31.99-32 31.99s-32-14.3-32-31.99v-144H48c-17.67 0-32-14.32-32-32.01s14.33-31.99 32-31.99H192v-144c0-17.69 14.33-32.01 32-32.01s32 14.32 32 32.01v144h144C417.7 224 432 238.3 432 256z\"></path></svg></span><span class=\"uagb-icon-active uagb-faq-icon-wrap\"><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 448 512\"><path d=\"M400 288h-352c-17.69 0-32-14.32-32-32.01s14.31-31.99 32-31.99h352c17.69 0 32 14.3 32 31.99S417.7 288 400 288z\"></path></svg></span><span class=\"uagb-question\"><strong>SHOPPING</strong>  </span></div><p class=\"uagb-faq-content\">If Only Antiques    <br><a href=\"tel:+27827878825\">082 787 8825<br></a>Puss in Boots   <br><a href=\"tel:+27145773562\">014 577 3562</a></p></div>\n<!-- /wp:uagb/faq-child -->\n\n<!-- wp:uagb/faq-child {\"block_id\":\"878e3270\",\"question\":\"\\u003cstrong\\u003eSPORTS \\u0026amp; ADVENTURE\\u003c/strong\\u003e\",\"answer\":\"Tandem Paragliding flips  \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27823221824\\u0022\\u003e0823221824\\u003c/a\\u003e\\u003cbr\\u003eMountain Sanctuary Park   \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27145340114\\u0022\\u003e014 534 0114\\u003cbr\\u003e\\u003c/a\\u003eBill Harrops Original Balloon Safaris   \\u003ca href=\\u0022tel:+27145771733\\u0022\\u003e014 577 1733\\u003c/a\\u003e / \\u003ca href=\\u0022tel:+27837520036\\u0022\\u003e083 752 0036\\u003c/a\\u003e\\u003cbr\\u003ePecanwood Golf Course   \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27122440112\\u0022\\u003e012 244 0112\\u003cbr\\u003e\\u003c/a\\u003eAir Ventures Hot Air Balloons   \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27117935782\\u0022\\u003e011 793 5782\\u003cbr\\u003e\\u003c/a\\u003eGliding   \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27835266966\\u0022\\u003e083 526 6966\\u003cbr\\u003e\\u003c/a\\u003eMagaliesberg Canopy Tours   \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27145350150\\u0022\\u003e014 535 0150\\u003cbr\\u003e\\u003c/a\\u003eWild Cave Adventures   \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27824862464\\u0022\\u003e082 486 2464\\u003cbr\\u003e\\u003c/a\\u003eMiracle Waters Dive Gateway   \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27832359840\\u0022\\u003e083 235 9840\\u003c/a\\u003e\"} -->\n<div class=\"wp-block-uagb-faq-child uagb-faq-child__outer-wrap uagb-faq-item uagb-block-878e3270\" role=\"tab\" tabindex=\"0\"><div class=\"uagb-faq-questions-button uagb-faq-questions\"><span class=\"uagb-icon uagb-faq-icon-wrap\"><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 448 512\"><path d=\"M432 256c0 17.69-14.33 32.01-32 32.01H256v144c0 17.69-14.33 31.99-32 31.99s-32-14.3-32-31.99v-144H48c-17.67 0-32-14.32-32-32.01s14.33-31.99 32-31.99H192v-144c0-17.69 14.33-32.01 32-32.01s32 14.32 32 32.01v144h144C417.7 224 432 238.3 432 256z\"></path></svg></span><span class=\"uagb-icon-active uagb-faq-icon-wrap\"><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 448 512\"><path d=\"M400 288h-352c-17.69 0-32-14.32-32-32.01s14.31-31.99 32-31.99h352c17.69 0 32 14.3 32 31.99S417.7 288 400 288z\"></path></svg></span><span class=\"uagb-question\"><strong>SPORTS &amp; ADVENTURE</strong></span></div><p class=\"uagb-faq-content\">Tandem Paragliding flips  <br><a href=\"tel:+27823221824\">0823221824</a><br>Mountain Sanctuary Park   <br><a href=\"tel:+27145340114\">014 534 0114<br></a>Bill Harrops Original Balloon Safaris   <a href=\"tel:+27145771733\">014 577 1733</a> / <a href=\"tel:+27837520036\">083 752 0036</a><br>Pecanwood Golf Course   <br><a href=\"tel:+27122440112\">012 244 0112<br></a>Air Ventures Hot Air Balloons   <br><a href=\"tel:+27117935782\">011 793 5782<br></a>Gliding   <br><a href=\"tel:+27835266966\">083 526 6966<br></a>Magaliesberg Canopy Tours   <br><a href=\"tel:+27145350150\">014 535 0150<br></a>Wild Cave Adventures   <br><a href=\"tel:+27824862464\">082 486 2464<br></a>Miracle Waters Dive Gateway   <br><a href=\"tel:+27832359840\">083 235 9840</a></p></div>\n<!-- /wp:uagb/faq-child -->\n\n<!-- wp:uagb/faq-child {\"block_id\":\"4bdb59a0\",\"question\":\"\\u003cstrong\\u003eHEALTH SPAS\\u003c/strong\\u003e\",\"answer\":\"Whispering Pines   \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27145771536\\u0022\\u003e014 577 1536\\u003cbr\\u003e\\u003c/a\\u003eMount Grace Spa   \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27145775600\\u0022\\u003e014 577 5600\\u003cbr\\u003e\\u003c/a\\u003eValley Lodge Spa   \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27145771301\\u0022\\u003e014 577 1301\\u003cbr\\u003e\\u003c/a\\u003eRosewell Spa   \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27145771172\\u0022\\u003e014 577 1172\\u003cbr\\u003e\\u003c/a\\u003eSparkling Waters   \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27145350019\\u0022\\u003e014 535 0019\\u003c/a\\u003e\"} -->\n<div class=\"wp-block-uagb-faq-child uagb-faq-child__outer-wrap uagb-faq-item uagb-block-4bdb59a0\" role=\"tab\" tabindex=\"0\"><div class=\"uagb-faq-questions-button uagb-faq-questions\"><span class=\"uagb-icon uagb-faq-icon-wrap\"><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 448 512\"><path d=\"M432 256c0 17.69-14.33 32.01-32 32.01H256v144c0 17.69-14.33 31.99-32 31.99s-32-14.3-32-31.99v-144H48c-17.67 0-32-14.32-32-32.01s14.33-31.99 32-31.99H192v-144c0-17.69 14.33-32.01 32-32.01s32 14.32 32 32.01v144h144C417.7 224 432 238.3 432 256z\"></path></svg></span><span class=\"uagb-icon-active uagb-faq-icon-wrap\"><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 448 512\"><path d=\"M400 288h-352c-17.69 0-32-14.32-32-32.01s14.31-31.99 32-31.99h352c17.69 0 32 14.3 32 31.99S417.7 288 400 288z\"></path></svg></span><span class=\"uagb-question\"><strong>HEALTH SPAS</strong></span></div><p class=\"uagb-faq-content\">Whispering Pines   <br><a href=\"tel:+27145771536\">014 577 1536<br></a>Mount Grace Spa   <br><a href=\"tel:+27145775600\">014 577 5600<br></a>Valley Lodge Spa   <br><a href=\"tel:+27145771301\">014 577 1301<br></a>Rosewell Spa   <br><a href=\"tel:+27145771172\">014 577 1172<br></a>Sparkling Waters   <br><a href=\"tel:+27145350019\">014 535 0019</a></p></div>\n<!-- /wp:uagb/faq-child -->\n\n<!-- wp:uagb/faq-child {\"block_id\":\"8a2c907b\",\"question\":\"\\u003cstrong\\u003ePLACES OF INTEREST\\u003c/strong\\u003e\",\"answer\":\"Maropeng Visitors Centre   \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27145779000\\u0022\\u003e014 577 9000\\u003cbr\\u003e\\u003c/a\\u003eSterkfontein Caves   \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27116683200\\u0022\\u003e011 668 3200\\u003cbr\\u003e\\u003c/a\\u003eBlaaubank Gold Mine   \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27825673111\\u0022\\u003e082 567 3111\\u003cbr\\u003e\\u003c/a\\u003eVan Gaalen Cheese Farm   \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27122071289\\u0022\\u003e012 207 1289\\u003cbr\\u003e\\u003c/a\\u003eHartebeespoort Cableway   \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27722412654\\u0022\\u003e072 241 2654\\u003cbr\\u003e\\u003c/a\\u003eElephant Sanctuary             \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27122580423\\u0022\\u003e012 258 0423\\u003cbr\\u003e\\u003c/a\\u003eTeam Gel   \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27114622894\\u0022\\u003e011 462 2894\\u003c/a\\u003e / \\u003ca href=\\u0022tel:+27833207623\\u0022\\u003e083 320 7623\\u003c/a\\u003e\\u003cbr\\u003eMonate Citrus Kelder   \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27122580712\\u0022\\u003e012 258 0712\\u003cbr\\u003e\\u003c/a\\u003eLiving Jewels   \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27119566444\\u0022\\u003e011 956 6444\\u003cbr\\u003e\\u003c/a\\u003eBlaaubank Candle Dipping   \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27145774609\\u0022\\u003e014 577 4609\\u003cbr\\u003e\\u003c/a\\u003eVeggie Picking \\u0026amp; Strawberry Picking \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27122071116\\u0022\\u003e012 207 1116\\u003c/a\\u003e\"} -->\n<div class=\"wp-block-uagb-faq-child uagb-faq-child__outer-wrap uagb-faq-item uagb-block-8a2c907b\" role=\"tab\" tabindex=\"0\"><div class=\"uagb-faq-questions-button uagb-faq-questions\"><span class=\"uagb-icon uagb-faq-icon-wrap\"><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 448 512\"><path d=\"M432 256c0 17.69-14.33 32.01-32 32.01H256v144c0 17.69-14.33 31.99-32 31.99s-32-14.3-32-31.99v-144H48c-17.67 0-32-14.32-32-32.01s14.33-31.99 32-31.99H192v-144c0-17.69 14.33-32.01 32-32.01s32 14.32 32 32.01v144h144C417.7 224 432 238.3 432 256z\"></path></svg></span><span class=\"uagb-icon-active uagb-faq-icon-wrap\"><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 448 512\"><path d=\"M400 288h-352c-17.69 0-32-14.32-32-32.01s14.31-31.99 32-31.99h352c17.69 0 32 14.3 32 31.99S417.7 288 400 288z\"></path></svg></span><span class=\"uagb-question\"><strong>PLACES OF INTEREST</strong></span></div><p class=\"uagb-faq-content\">Maropeng Visitors Centre   <br><a href=\"tel:+27145779000\">014 577 9000<br></a>Sterkfontein Caves   <br><a href=\"tel:+27116683200\">011 668 3200<br></a>Blaaubank Gold Mine   <br><a href=\"tel:+27825673111\">082 567 3111<br></a>Van Gaalen Cheese Farm   <br><a href=\"tel:+27122071289\">012 207 1289<br></a>Hartebeespoort Cableway   <br><a href=\"tel:+27722412654\">072 241 2654<br></a>Elephant Sanctuary             <br><a href=\"tel:+27122580423\">012 258 0423<br></a>Team Gel   <br><a href=\"tel:+27114622894\">011 462 2894</a> / <a href=\"tel:+27833207623\">083 320 7623</a><br>Monate Citrus Kelder   <br><a href=\"tel:+27122580712\">012 258 0712<br></a>Living Jewels   <br><a href=\"tel:+27119566444\">011 956 6444<br></a>Blaaubank Candle Dipping   <br><a href=\"tel:+27145774609\">014 577 4609<br></a>Veggie Picking &amp; Strawberry Picking <br><a href=\"tel:+27122071116\">012 207 1116</a></p></div>\n<!-- /wp:uagb/faq-child --></div>\n<!-- /wp:uagb/faq --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"217e1d92\",\"innerContentCustomWidthDesktop\":781,\"innerContentCustomWidthTablet\":781,\"backgroundType\":\"image\",\"backgroundImageDesktop\":{\"id\":907,\"title\":\"241565_xl\",\"filename\":\"241565_xl.jpg\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/241565_xl.jpg\",\"link\":\"https://blueroan.netgen.cloud/home/241565_xl/\",\"alt\":\"\",\"author\":\"2\",\"description\":\"\",\"caption\":\"\",\"name\":\"241565_xl\",\"status\":\"inherit\",\"uploadedTo\":760,\"date\":\"2022-12-13T15:04:35.000Z\",\"modified\":\"2022-12-13T15:04:35.000Z\",\"menuOrder\":0,\"mime\":\"image/jpeg\",\"type\":\"image\",\"subtype\":\"jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-includes/images/media/default.png\",\"dateFormatted\":\"December 13, 2022\",\"nonces\":{\"update\":\"8ba15922a4\",\"delete\":\"e660ddd200\",\"edit\":\"57c3a4b066\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=907\\u0026action=edit\",\"meta\":false,\"authorName\":\"Netgen Support\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/profile.php\",\"uploadedToTitle\":\"Home\",\"uploadedToLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=760\\u0026action=edit\",\"filesizeInBytes\":90717,\"filesizeHumanReadable\":\"89 KB\",\"context\":\"\",\"height\":534,\"width\":800,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/241565_xl-150x150.jpg\",\"orientation\":\"landscape\"},\"medium\":{\"height\":200,\"width\":300,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/241565_xl-300x200.jpg\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/241565_xl.jpg\",\"height\":534,\"width\":800,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"backgroundImageColor\":\"rgba(42,42,42,0.65)\",\"topPaddingDesktop\":144,\"bottomPaddingDesktop\":144,\"leftPaddingDesktop\":40,\"rightPaddingDesktop\":40,\"topPaddingTablet\":80,\"bottomPaddingTablet\":80,\"leftPaddingTablet\":40,\"rightPaddingTablet\":40,\"topPaddingMobile\":64,\"bottomPaddingMobile\":64,\"leftPaddingMobile\":24,\"rightPaddingMobile\":24,\"paddingLink\":false,\"variationSelected\":true,\"isBlockRootParent\":true,\"overlayType\":\"color\"} -->\n<div class=\"wp-block-uagb-container uagb-block-217e1d92 alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/advanced-heading {\"block_id\":\"7536d6d5\",\"classMigrate\":true,\"headingDescToggle\":true,\"headingAlign\":\"center\",\"headingColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"subHeadingColor\":\"var(\\u002d\\u002dast-global-color-4)\",\"headSpace\":20} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-7536d6d5\"><h2 class=\"uagb-heading-text\">Create Memorable Moments at Blue Roan!</h2><p class=\"uagb-desc-text\">Blue Roan is a 4-star graded pet-friendly venue</p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/advanced-heading {\"block_id\":\"1ff1d8d6\",\"classMigrate\":true,\"headingTitleToggle\":false,\"headingDescToggle\":true,\"headingAlign\":\"center\",\"subHeadingColor\":\"var(\\u002d\\u002dast-global-color-4)\",\"subHeadTransform\":\"uppercase\",\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"subHeadLetterSpacing\":2,\"blockTopPadding\":60,\"blockRightPadding\":0,\"blockLeftPadding\":0,\"blockBottomPadding\":0,\"blockTopPaddingMobile\":30,\"blockRightPaddingMobile\":0,\"blockLeftPaddingMobile\":0,\"blockBottomPaddingMobile\":0,\"linkColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"linkHColor\":\"var(\\u002d\\u002dast-global-color-0)\"} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-1ff1d8d6\"><p class=\"uagb-desc-text\"><a href=\"https://book.nightsbridge.com/11065\" target=\"_blank\" rel=\"noreferrer noopener\">BOOK YOUR STAY NOW​</a></p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/icon-list {\"block_id\":\"dade4a4c\",\"classMigrate\":true,\"childMigrate\":true,\"align\":\"center\",\"parentIcon\":\"phone\",\"size\":40,\"sizeMobile\":24,\"sizeTablet\":32,\"fontSize\":48,\"fontSizeMobile\":28,\"fontSizeTablet\":40,\"fontWeight\":\"600\",\"iconColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"labelColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"blockTopPadding\":0,\"blockRightPadding\":0,\"blockLeftPadding\":0,\"blockBottomPadding\":24,\"blockPaddingLink\":false} -->\n<div class=\"wp-block-uagb-icon-list uagb-block-dade4a4c\"><div class=\"uagb-icon-list__wrap\"><!-- wp:uagb/icon-list-child {\"block_id\":\"8b65b245\",\"label\":\"+ 27 (0) 82 575 5409\",\"label_color\":\"\",\"link\":\"tel:+27825755409\",\"disableLink\":true,\"fromParentIcon\":\"phone\",\"imageSizeChild\":40} -->\n<div class=\"wp-block-uagb-icon-list-child uagb-block-8b65b245\"><a target=\"_self\" aria-label=\"+ 27 (0) 82 575 5409\" rel=\"noopener noreferrer\" href=\"tel:+27825755409\"> </a><span class=\"uagb-icon-list__source-wrap\"><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M511.2 387l-23.25 100.8c-3.266 14.25-15.79 24.22-30.46 24.22C205.2 512 0 306.8 0 54.5c0-14.66 9.969-27.2 24.22-30.45l100.8-23.25C139.7-2.602 154.7 5.018 160.8 18.92l46.52 108.5c5.438 12.78 1.77 27.67-8.98 36.45L144.5 207.1c33.98 69.22 90.26 125.5 159.5 159.5l44.08-53.8c8.688-10.78 23.69-14.51 36.47-8.975l108.5 46.51C506.1 357.2 514.6 372.4 511.2 387z\"></path></svg></span><span class=\"uagb-icon-list__label\">+ 27 (0) 82 575 5409</span></div>\n<!-- /wp:uagb/icon-list-child -->\n\n<!-- wp:uagb/icon-list-child {\"block_id\":\"56345d5d\",\"label\":\" blueroan@ugo.co.za\",\"icon\":\"envelope\",\"label_color\":\"\",\"link\":\"mailto: blueroan@ugo.co.za\",\"disableLink\":true} -->\n<div class=\"wp-block-uagb-icon-list-child uagb-block-56345d5d\"><a target=\"_self\" aria-label=\" blueroan@ugo.co.za\" rel=\"noopener noreferrer\" href=\"mailto:blueroan@ugo.co.za\"> </a><span class=\"uagb-icon-list__source-wrap\"><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M464 64C490.5 64 512 85.49 512 112C512 127.1 504.9 141.3 492.8 150.4L275.2 313.6C263.8 322.1 248.2 322.1 236.8 313.6L19.2 150.4C7.113 141.3 0 127.1 0 112C0 85.49 21.49 64 48 64H464zM217.6 339.2C240.4 356.3 271.6 356.3 294.4 339.2L512 176V384C512 419.3 483.3 448 448 448H64C28.65 448 0 419.3 0 384V176L217.6 339.2z\"></path></svg></span><span class=\"uagb-icon-list__label\"> blueroan@ugo.co.za</span></div>\n<!-- /wp:uagb/icon-list-child --></div></div>\n<!-- /wp:uagb/icon-list --></div></div>\n<!-- /wp:uagb/container -->',	'Amenities',	'',	'inherit',	'closed',	'closed',	'',	'762-revision-v1',	'',	'',	'2022-12-19 08:03:42',	'2022-12-19 08:03:42',	'',	762,	'https://blueroan.netgen.cloud/?p=1335',	0,	'revision',	'',	0),
(1337,	2,	'2022-12-19 08:06:51',	'2022-12-19 08:06:51',	'',	'activity_2209_280316_original-1',	'',	'inherit',	'',	'closed',	'',	'activity_2209_280316_original-1',	'',	'',	'2022-12-19 08:06:51',	'2022-12-19 08:06:51',	'',	762,	'https://blueroan.netgen.cloud/wp-content/uploads/2022/12/activity_2209_280316_original-1.png',	0,	'attachment',	'image/png',	0),
(1338,	2,	'2022-12-19 08:07:59',	'2022-12-19 08:07:59',	'',	'activity_2209_280316_original-2',	'',	'inherit',	'',	'closed',	'',	'activity_2209_280316_original-2-2',	'',	'',	'2022-12-19 08:07:59',	'2022-12-19 08:07:59',	'',	762,	'https://blueroan.netgen.cloud/wp-content/uploads/2022/12/activity_2209_280316_original-2.png',	0,	'attachment',	'image/png',	0),
(1339,	2,	'2022-12-19 08:08:49',	'2022-12-19 08:08:49',	'',	'activity_2209_280316_original-3',	'',	'inherit',	'',	'closed',	'',	'activity_2209_280316_original-3',	'',	'',	'2022-12-19 08:08:49',	'2022-12-19 08:08:49',	'',	762,	'https://blueroan.netgen.cloud/wp-content/uploads/2022/12/activity_2209_280316_original-3.png',	0,	'attachment',	'image/png',	0),
(1340,	2,	'2022-12-19 08:09:11',	'2022-12-19 08:09:11',	'<!-- wp:uagb/container {\"block_id\":\"62ce931a\",\"backgroundType\":\"image\",\"backgroundImageDesktop\":{\"id\":1007,\"title\":\"AAEAAQAAAAAAAAAAAAAAJDg5NmY0ZGUxLWE4MTgtNDY5NC1iODFhLTBmN2Q0ZDc5ZWFiNw-1\",\"filename\":\"AAEAAQAAAAAAAAAAAAAAJDg5NmY0ZGUxLWE4MTgtNDY5NC1iODFhLTBmN2Q0ZDc5ZWFiNw-1.png\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAAJDg5NmY0ZGUxLWE4MTgtNDY5NC1iODFhLTBmN2Q0ZDc5ZWFiNw-1.png\",\"link\":\"https://blueroan.netgen.cloud/the-barn/aaeaaqaaaaaaaaaaaaaajdg5nmy0zguxlwe4mtgtndy5nc1iodfhltbmn2q0zdc5zwfinw-1/\",\"alt\":\"\",\"author\":\"2\",\"description\":\"\",\"caption\":\"\",\"name\":\"aaeaaqaaaaaaaaaaaaaajdg5nmy0zguxlwe4mtgtndy5nc1iodfhltbmn2q0zdc5zwfinw-1\",\"status\":\"inherit\",\"uploadedTo\":948,\"date\":\"2022-12-14T10:50:25.000Z\",\"modified\":\"2022-12-14T10:50:25.000Z\",\"menuOrder\":0,\"mime\":\"image/png\",\"type\":\"image\",\"subtype\":\"png\",\"icon\":\"https://blueroan.netgen.cloud/wp-includes/images/media/default.png\",\"dateFormatted\":\"December 14, 2022\",\"nonces\":{\"update\":\"483f8bdf3d\",\"delete\":\"0a7ebc92ef\",\"edit\":\"6bc1c6a685\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=1007\\u0026action=edit\",\"meta\":false,\"authorName\":\"Netgen Support\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/profile.php\",\"uploadedToTitle\":\"The Barn\",\"uploadedToLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=948\\u0026action=edit\",\"filesizeInBytes\":1348989,\"filesizeHumanReadable\":\"1 MB\",\"context\":\"\",\"height\":667,\"width\":1000,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAAJDg5NmY0ZGUxLWE4MTgtNDY5NC1iODFhLTBmN2Q0ZDc5ZWFiNw-1-150x150.png\",\"orientation\":\"landscape\"},\"medium\":{\"height\":200,\"width\":300,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAAJDg5NmY0ZGUxLWE4MTgtNDY5NC1iODFhLTBmN2Q0ZDc5ZWFiNw-1-300x200.png\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAAJDg5NmY0ZGUxLWE4MTgtNDY5NC1iODFhLTBmN2Q0ZDc5ZWFiNw-1.png\",\"height\":667,\"width\":1000,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"backgroundPositionDesktop\":{\"x\":0.61,\"y\":0.52},\"backgroundSizeTablet\":\"cover\",\"backgroundSizeMobile\":\"cover\",\"backgroundColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"backgroundImageColor\":\"rgba(42,42,42,0.5)\",\"topPaddingDesktop\":220,\"bottomPaddingDesktop\":150,\"topPaddingTablet\":170,\"bottomPaddingTablet\":160,\"leftPaddingTablet\":30,\"rightPaddingTablet\":30,\"topPaddingMobile\":180,\"bottomPaddingMobile\":80,\"leftPaddingMobile\":20,\"rightPaddingMobile\":20,\"paddingLink\":false,\"variationSelected\":true,\"isBlockRootParent\":true,\"overlayType\":\"color\"} -->\n<div class=\"wp-block-uagb-container uagb-block-62ce931a alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/advanced-heading {\"block_id\":\"b7daf280\",\"classMigrate\":true,\"headingDescToggle\":true,\"headingColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"subHeadingColor\":\"var(\\u002d\\u002dast-global-color-4)\",\"headingTag\":\"h1\",\"headSpace\":20,\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"blockTopPadding\":0,\"blockRightPadding\":50,\"blockLeftPadding\":0,\"blockBottomPadding\":0,\"blockTopPaddingTablet\":0,\"blockRightPaddingTablet\":20,\"blockLeftPaddingTablet\":0,\"blockBottomPaddingTablet\":0,\"blockTopPaddingMobile\":0,\"blockRightPaddingMobile\":0,\"blockLeftPaddingMobile\":0,\"blockBottomPaddingMobile\":0,\"blockPaddingUnit\":\"%\",\"blockPaddingUnitTablet\":\"%\"} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-b7daf280\"><h1 class=\"uagb-heading-text\">Amenities &amp; Interests​</h1><p class=\"uagb-desc-text\">We do not give you just rooms to stay in. We give you an environment where you can experience the best while on a holiday with us. </p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:buttons -->\n<div class=\"wp-block-buttons\"><!-- wp:button -->\n<div class=\"wp-block-button\"><a class=\"wp-block-button__link wp-element-button\" href=\"https://book.nightsbridge.com/11065\" target=\"_blank\" rel=\"noreferrer noopener\">BOOK NOW</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"ddd77281\",\"backgroundType\":\"color\",\"backgroundSizeTablet\":\"cover\",\"backgroundSizeMobile\":\"cover\",\"backgroundColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"topPaddingDesktop\":50,\"bottomPaddingDesktop\":100,\"topPaddingTablet\":50,\"bottomPaddingTablet\":25,\"leftPaddingTablet\":20,\"rightPaddingTablet\":20,\"topPaddingMobile\":50,\"bottomPaddingMobile\":20,\"leftPaddingMobile\":20,\"rightPaddingMobile\":20,\"paddingLink\":false,\"variationSelected\":true,\"rowGapDesktop\":0,\"isBlockRootParent\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-ddd77281 alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/container {\"block_id\":\"9084f7aa\",\"directionDesktop\":\"row\",\"alignItemsTablet\":\"flex-start\",\"paddingLink\":false,\"topMarginDesktop\":50,\"bottomMarginDesktop\":20,\"leftMarginDesktop\":0,\"rightMarginDesktop\":0,\"marginLink\":false,\"variationSelected\":true,\"rowGapMobile\":65,\"columnGapDesktop\":48,\"columnGapTablet\":20} -->\n<div class=\"wp-block-uagb-container uagb-block-9084f7aa\"><!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"align\":\"center\",\"id\":828,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image aligncenter size-full\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Blue-Roan-pool.png\" alt=\"Blue Roan\'s rock pool\" class=\"wp-image-828\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>A relaxing rock Pool​</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>We have a lovely sparkling blue rock pool next to a thatched Lapa. &nbsp;&nbsp;Lie on recliners on the green lawn or sit on the swing chair in the Lapa and enjoy the panoramic view of the Magaliesberg mountain range.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":829,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/img-20160605-wa0002-largejpg.png\" alt=\"\" class=\"wp-image-829\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>Braai facilities </h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>What can compare to a burning fire under the star-lit African sky? Nothing beats the flavor of cooking over an open flame.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":830,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/ef9d0188da11e2bc56788f5619d9d539.png\" alt=\"\" class=\"wp-image-830\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>A games room </h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>The reception is also a games room for those who enjoy darts or playing pool. &nbsp;Take a selection of DVDs back to your room and watch movies on your own DVD player. &nbsp;There is also a selection of board games and music CDs that you can borrow.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"align\":\"center\",\"id\":1198,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image aligncenter size-full\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/eyJidWNrZXQiOiJhc3NldHMuYWxsdHJhaWxzLmNvbSIsImtleSI6InVwbG9hZHMvcGhvdG8vaW1hZ2UvNDMxNzk4MTAvYjZkYTAz-1.png\" alt=\"\" class=\"wp-image-1198\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>Walking or hiking </h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>There is a well-kept walking trail on our property with plenty of bird life and some benches along the way. &nbsp;It is safe for dogs to run off-leash as it is completely fenced all around. &nbsp;For those who enjoy long walks and hikes, it is safe to cross onto neighbouring farms and go as far as the eye can see.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":1185,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/49089607_1950305445047847_5177863042771189760_n.png\" alt=\"\" class=\"wp-image-1185\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>Mountain biking </h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Bring your mountain bikes and explore the surrounding countryside on safe off-road tracks on our property and on neighbouring farms.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":1196,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Michelle_1.png\" alt=\"\" class=\"wp-image-1196\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>Horse riding </h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Interested riders can book at one of the recommended horse-riding establishments listed further down this page.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"2ebf6b85\",\"innerContentWidth\":\"alignfull\",\"directionDesktop\":\"row\",\"wrapTablet\":\"wrap\",\"variationSelected\":true,\"rowGapTablet\":0,\"columnGapDesktop\":0,\"isBlockRootParent\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-2ebf6b85 alignfull uagb-is-root-container\"><!-- wp:uagb/container {\"block_id\":\"4fb209bd\",\"widthDesktop\":25,\"widthTablet\":50,\"variationSelected\":true,\"widthSetByUser\":true,\"UAGHideMob\":true,\"UAGResponsiveConditions\":true} -->\n<div class=\"wp-block-uagb-container uag-hide-mob uagb-block-4fb209bd\"><!-- wp:uagb/image {\"block_id\":\"4c78b3ea\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-18-1-1024x768.jpg\",\"id\":1208,\"linkDestination\":\"none\",\"width\":480,\"height\":500,\"naturalWidth\":1024,\"naturalHeight\":768,\"sizeSlug\":\"large\",\"sizeSlugTablet\":\"large\",\"sizeSlugMobile\":\"large\",\"customHeightSetDesktop\":true} -->\n<div class=\"wp-block-uagb-image uagb-block-4c78b3ea wp-block-uagb-image--layout-default wp-block-uagb-image--effect-static wp-block-uagb-image--align-none\"><figure class=\"wp-block-uagb-image__figure\"><img srcset=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-18-1-1024x768.jpg \" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-18-1-1024x768.jpg\" alt=\"\" class=\"uag-image-1208\" width=\"480\" height=\"500\" title=\"\" loading=\"lazy\"/></figure></div>\n<!-- /wp:uagb/image --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"fec2e814\",\"widthDesktop\":25,\"widthTablet\":50,\"variationSelected\":true,\"widthSetByUser\":true,\"UAGHideMob\":true,\"UAGResponsiveConditions\":true} -->\n<div class=\"wp-block-uagb-container uag-hide-mob uagb-block-fec2e814\"><!-- wp:uagb/image {\"block_id\":\"d4279fc5\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Blue-Roan-pool-1.png\",\"id\":1210,\"linkDestination\":\"none\",\"width\":480,\"height\":500,\"naturalWidth\":370,\"naturalHeight\":440,\"sizeSlug\":\"full\",\"sizeSlugTablet\":\"full\",\"sizeSlugMobile\":\"full\",\"customHeightSetDesktop\":true} -->\n<div class=\"wp-block-uagb-image uagb-block-d4279fc5 wp-block-uagb-image--layout-default wp-block-uagb-image--effect-static wp-block-uagb-image--align-none\"><figure class=\"wp-block-uagb-image__figure\"><img srcset=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Blue-Roan-pool-1.png \" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Blue-Roan-pool-1.png\" alt=\"\" class=\"uag-image-1210\" width=\"480\" height=\"500\" title=\"\" loading=\"lazy\"/></figure></div>\n<!-- /wp:uagb/image --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"e52ce25f\",\"widthDesktop\":50,\"widthTablet\":100,\"variationSelected\":true,\"columnGapDesktop\":20,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-e52ce25f\"><!-- wp:uagb/image {\"block_id\":\"9e93675c\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/the-view-from-my-rooms-1024x768.jpg\",\"id\":1211,\"linkDestination\":\"none\",\"width\":960,\"height\":500,\"naturalWidth\":1024,\"naturalHeight\":768,\"sizeSlug\":\"large\",\"sizeSlugTablet\":\"large\",\"sizeSlugMobile\":\"large\",\"customHeightSetDesktop\":true} -->\n<div class=\"wp-block-uagb-image uagb-block-9e93675c wp-block-uagb-image--layout-default wp-block-uagb-image--effect-static wp-block-uagb-image--align-none\"><figure class=\"wp-block-uagb-image__figure\"><img srcset=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/the-view-from-my-rooms-1024x768.jpg \" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/the-view-from-my-rooms-1024x768.jpg\" alt=\"\" class=\"uag-image-1211\" width=\"960\" height=\"500\" title=\"\" loading=\"lazy\"/></figure></div>\n<!-- /wp:uagb/image --></div>\n<!-- /wp:uagb/container --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"0413667f\",\"innerContentWidth\":\"alignfull\",\"directionDesktop\":\"row\",\"wrapTablet\":\"wrap\",\"variationSelected\":true,\"rowGapTablet\":0,\"columnGapDesktop\":0,\"isBlockRootParent\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-0413667f alignfull uagb-is-root-container\"><!-- wp:uagb/container {\"block_id\":\"9f975c15\",\"widthDesktop\":50,\"widthTablet\":100,\"variationSelected\":true,\"columnGapDesktop\":20,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-9f975c15\"><!-- wp:uagb/image {\"block_id\":\"798df46e\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAAJDI0ZWY4NDc1LThjYjYtNDM3YS1iOTliLWNmOWQxYTJkMWU5MQ-1.png\",\"id\":1213,\"linkDestination\":\"none\",\"width\":960,\"height\":500,\"naturalWidth\":1000,\"naturalHeight\":667,\"sizeSlug\":\"full\",\"sizeSlugTablet\":\"full\",\"sizeSlugMobile\":\"full\",\"customHeightSetDesktop\":true} -->\n<div class=\"wp-block-uagb-image uagb-block-798df46e wp-block-uagb-image--layout-default wp-block-uagb-image--effect-static wp-block-uagb-image--align-none\"><figure class=\"wp-block-uagb-image__figure\"><img srcset=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAAJDI0ZWY4NDc1LThjYjYtNDM3YS1iOTliLWNmOWQxYTJkMWU5MQ-1.png \" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAAJDI0ZWY4NDc1LThjYjYtNDM3YS1iOTliLWNmOWQxYTJkMWU5MQ-1.png\" alt=\"\" class=\"uag-image-1213\" width=\"960\" height=\"500\" title=\"\" loading=\"lazy\"/></figure></div>\n<!-- /wp:uagb/image --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"b762072b\",\"widthDesktop\":25,\"variationSelected\":true,\"widthSetByUser\":true,\"UAGHideMob\":true,\"UAGResponsiveConditions\":true} -->\n<div class=\"wp-block-uagb-container uag-hide-mob uagb-block-b762072b\"><!-- wp:uagb/image {\"block_id\":\"b6f5ec73\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/bird-1-1024x683.jpg\",\"id\":1215,\"linkDestination\":\"none\",\"width\":480,\"height\":500,\"naturalWidth\":1024,\"naturalHeight\":683,\"sizeSlug\":\"large\",\"sizeSlugTablet\":\"large\",\"sizeSlugMobile\":\"large\",\"customHeightSetDesktop\":true} -->\n<div class=\"wp-block-uagb-image uagb-block-b6f5ec73 wp-block-uagb-image--layout-default wp-block-uagb-image--effect-static wp-block-uagb-image--align-none\"><figure class=\"wp-block-uagb-image__figure\"><img srcset=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/bird-1-1024x683.jpg \" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/bird-1-1024x683.jpg\" alt=\"\" class=\"uag-image-1215\" width=\"480\" height=\"500\" title=\"\" loading=\"lazy\"/></figure></div>\n<!-- /wp:uagb/image --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"7cbcfff6\",\"widthDesktop\":25,\"variationSelected\":true,\"widthSetByUser\":true,\"UAGHideMob\":true,\"UAGResponsiveConditions\":true} -->\n<div class=\"wp-block-uagb-container uag-hide-mob uagb-block-7cbcfff6\"><!-- wp:uagb/image {\"block_id\":\"1c4c05a9\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/two-happy-boxers-1024x768.jpg\",\"id\":1216,\"linkDestination\":\"none\",\"width\":480,\"height\":500,\"naturalWidth\":1024,\"naturalHeight\":768,\"sizeSlug\":\"large\",\"sizeSlugTablet\":\"large\",\"sizeSlugMobile\":\"large\",\"customHeightSetDesktop\":true} -->\n<div class=\"wp-block-uagb-image uagb-block-1c4c05a9 wp-block-uagb-image--layout-default wp-block-uagb-image--effect-static wp-block-uagb-image--align-none\"><figure class=\"wp-block-uagb-image__figure\"><img srcset=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/two-happy-boxers-1024x768.jpg \" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/two-happy-boxers-1024x768.jpg\" alt=\"\" class=\"uag-image-1216\" width=\"480\" height=\"500\" title=\"\" loading=\"lazy\"/></figure></div>\n<!-- /wp:uagb/image --></div>\n<!-- /wp:uagb/container --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"db8a0969\",\"backgroundType\":\"color\",\"backgroundSizeTablet\":\"cover\",\"backgroundSizeMobile\":\"cover\",\"backgroundColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"topPaddingDesktop\":120,\"bottomPaddingDesktop\":0,\"topPaddingTablet\":80,\"bottomPaddingTablet\":80,\"leftPaddingTablet\":30,\"rightPaddingTablet\":30,\"topPaddingMobile\":80,\"bottomPaddingMobile\":80,\"leftPaddingMobile\":20,\"rightPaddingMobile\":20,\"paddingLink\":false,\"variationSelected\":true,\"rowGapDesktop\":0,\"rowGapTablet\":0,\"isBlockRootParent\":true} -->\n<div id=\"nearby-visits\" class=\"wp-block-uagb-container uagb-block-db8a0969 alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/container {\"block_id\":\"05596ad5\",\"directionDesktop\":\"row\",\"alignItemsDesktop\":\"flex-end\",\"alignItemsTablet\":\"flex-end\",\"justifyContentDesktop\":\"flex-end\",\"justifyContentTablet\":\"space-between\",\"variationSelected\":true,\"rowGapMobile\":30,\"columnGapDesktop\":0} -->\n<div class=\"wp-block-uagb-container uagb-block-05596ad5\"><!-- wp:uagb/advanced-heading {\"block_id\":\"cdbd5a64\",\"classMigrate\":true,\"headingDescToggle\":true,\"subHeadingColor\":\"\",\"headSpace\":20,\"subHeadFontSize\":16} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-cdbd5a64\"><h2 class=\"uagb-heading-text\">Things to do in the area of Magaliesburg<br></h2><p class=\"uagb-desc-text\">Looking for more? Well, we believe that every guest walks into our lodge for the best experience. And, we are determined to do that.</p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/buttons {\"block_id\":\"f502092f\",\"classMigrate\":true,\"childMigrate\":true,\"align\":\"right\",\"alignTablet\":\"right\",\"alignMobile\":\"left\",\"gap\":0} -->\n<div class=\"wp-block-uagb-buttons uagb-buttons__outer-wrap uagb-btn__default-btn uagb-btn-tablet__default-btn uagb-btn-mobile__default-btn uagb-block-f502092f\"><div class=\"uagb-buttons__wrap uagb-buttons-layout-wrap\"><!-- wp:uagb/buttons-child {\"block_id\":\"2f0c55cf\",\"label\":\"Reservations\",\"link\":\"https://book.nightsbridge.com/11065\",\"hColor\":\"\",\"opensInNewTab\":true,\"borderWidth\":\"\",\"borderRadius\":\"\",\"borderStyle\":\"\",\"borderColor\":\"\",\"borderHColor\":\"\",\"btnBorderTopWidth\":1,\"btnBorderLeftWidth\":1,\"btnBorderRightWidth\":1,\"btnBorderBottomWidth\":1,\"btnBorderTopLeftRadius\":2,\"btnBorderTopRightRadius\":2,\"btnBorderBottomLeftRadius\":2,\"btnBorderBottomRightRadius\":2,\"btnBorderStyle\":\"solid\",\"btnBorderColor\":\"#333\",\"btnBorderHColor\":\"#333\"} -->\n<div class=\"wp-block-uagb-buttons-child uagb-buttons__outer-wrap uagb-block-2f0c55cf wp-block-button is-style-outline\"><div class=\"uagb-button__wrapper\"><a class=\"uagb-buttons-repeater wp-block-button__link\" href=\"https://book.nightsbridge.com/11065\" rel=\"follow noopener\" target=\"_blank\"><div class=\"uagb-button__link\">Reservations</div></a></div></div>\n<!-- /wp:uagb/buttons-child --></div></div>\n<!-- /wp:uagb/buttons --></div>\n<!-- /wp:uagb/container --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"fafe5cac\",\"backgroundType\":\"color\",\"backgroundSizeTablet\":\"cover\",\"backgroundSizeMobile\":\"cover\",\"backgroundColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"topPaddingDesktop\":50,\"bottomPaddingDesktop\":100,\"topPaddingTablet\":50,\"bottomPaddingTablet\":25,\"leftPaddingTablet\":20,\"rightPaddingTablet\":20,\"topPaddingMobile\":50,\"bottomPaddingMobile\":20,\"leftPaddingMobile\":20,\"rightPaddingMobile\":20,\"paddingLink\":false,\"variationSelected\":true,\"rowGapDesktop\":0,\"isBlockRootParent\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-fafe5cac alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/container {\"block_id\":\"5d4b1c43\",\"directionDesktop\":\"row\",\"alignItemsTablet\":\"flex-start\",\"paddingLink\":false,\"topMarginDesktop\":50,\"bottomMarginDesktop\":20,\"leftMarginDesktop\":0,\"rightMarginDesktop\":0,\"marginLink\":false,\"variationSelected\":true,\"rowGapMobile\":65,\"columnGapDesktop\":48,\"columnGapTablet\":20} -->\n<div class=\"wp-block-uagb-container uagb-block-5d4b1c43\"><!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"align\":\"center\",\"id\":1222,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image aligncenter size-full\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/41b46e52d7427ea1f6f135454e9a012f.png\" alt=\"\" class=\"wp-image-1222\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"textAlign\":\"center\",\"level\":3} -->\n<h3 class=\"has-text-align-center\">Fishing </h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>The dam has trout (stocked), bass, vlei Kuper and carp. Fly fishers seeking a unique challenge visit our establishment in search of the large &amp; small scale Yellow fish.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:buttons -->\n<div class=\"wp-block-buttons\"><!-- wp:button {\"align\":\"left\"} -->\n<div class=\"wp-block-button alignleft\"><a class=\"wp-block-button__link wp-element-button\" href=\"https://www.sundowner.co.za/rooms/magalies-barbus-haven/\" target=\"_blank\" rel=\"noreferrer noopener\">Barbus Haven</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons -->\n\n<!-- wp:paragraph -->\n<p>The opportunity to fish for Rainbow Trout or the elusive Brown Trout. Kingfisher offers rod hires at their venue. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:buttons -->\n<div class=\"wp-block-buttons\"><!-- wp:button {\"align\":\"left\"} -->\n<div class=\"wp-block-button alignleft\"><a class=\"wp-block-button__link wp-element-button\" href=\"https://www.thekingfisherlodge.co.za/activities/\" target=\"_blank\" rel=\"noreferrer noopener\">Kingfisher</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":1235,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Maseke-MTB-MvZ-3-1024x683-1.png\" alt=\"\" class=\"wp-image-1235\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>Mountain biking </h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>It is a privately owned nature reserve that offers mountain biking.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:spacer {\"height\":\"20px\"} -->\n<div style=\"height:20px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:buttons -->\n<div class=\"wp-block-buttons\"><!-- wp:button -->\n<div class=\"wp-block-button\"><a class=\"wp-block-button__link wp-element-button\" href=\"http://ingwebushcamp.yolasite.com/\" target=\"_blank\" rel=\"noreferrer noopener\">Ingwe Bush Camp&nbsp;</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons -->\n\n<!-- wp:paragraph -->\n<p>With over 80km of trails, Van Gaalen&nbsp;has something to offer for every kind of athlete, from beginner to advanced.<br></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:buttons -->\n<div class=\"wp-block-buttons\"><!-- wp:button -->\n<div class=\"wp-block-button\"><a class=\"wp-block-button__link wp-element-button\" href=\"https://www.vangaalen.co.za/products\" target=\"_blank\" rel=\"noreferrer noopener\">Van Gaalen\'s</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":1339,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/activity_2209_280316_original-3.png\" alt=\"\" class=\"wp-image-1339\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>Quad biking </h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>We have quads suitable for kiddies, tweens, teens, and adults. We have mini quads and fully automatic 150cc quads.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:spacer {\"height\":\"2px\"} -->\n<div style=\"height:2px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:buttons -->\n<div class=\"wp-block-buttons\"><!-- wp:button -->\n<div class=\"wp-block-button\"><a class=\"wp-block-button__link wp-element-button\" href=\"https://www.saddlecreekadventures.co.za/activity/quad-biking/\" target=\"_blank\" rel=\"noreferrer noopener\">Saddle Creek Ranch</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons -->\n\n<!-- wp:paragraph -->\n<p>A 700-meter monster track, the longest and most exciting track in Gauteng!</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:spacer {\"height\":\"2px\"} -->\n<div style=\"height:2px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:buttons -->\n<div class=\"wp-block-buttons\"><!-- wp:button -->\n<div class=\"wp-block-button\"><a class=\"wp-block-button__link wp-element-button\" href=\"http://www.swartkrans.co.za/\" target=\"_blank\" rel=\"noreferrer noopener\">Swartkrans Go-Karting&nbsp;</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"align\":\"center\",\"id\":1198,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image aligncenter size-full\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/eyJidWNrZXQiOiJhc3NldHMuYWxsdHJhaWxzLmNvbSIsImtleSI6InVwbG9hZHMvcGhvdG8vaW1hZ2UvNDMxNzk4MTAvYjZkYTAz-1.png\" alt=\"\" class=\"wp-image-1198\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>Horse riding </h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Join us for an unforgettable horse riding experience in the peaceful countryside, with beautiful mountain scenery and lovely bush trails.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:buttons -->\n<div class=\"wp-block-buttons\"><!-- wp:button -->\n<div class=\"wp-block-button\"><a class=\"wp-block-button__link wp-element-button\" href=\"https://www.saddlecreekadventures.co.za/activity/horse-riding/\" target=\"_blank\" rel=\"noreferrer noopener\">Saddle Creek Ranch</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":1185,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/49089607_1950305445047847_5177863042771189760_n.png\" alt=\"\" class=\"wp-image-1185\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>Game drives </h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Enjoy a thrilling and educational adventure with our experienced guides.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:spacer {\"height\":\"2px\"} -->\n<div style=\"height:2px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:buttons -->\n<div class=\"wp-block-buttons\"><!-- wp:button -->\n<div class=\"wp-block-button\"><a class=\"wp-block-button__link wp-element-button\" href=\"https://www.rhinolion.co.za/visitors-guide/activity-index/game-drives/\" target=\"_blank\" rel=\"noreferrer noopener\">Rhino &amp; Lion Park</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons -->\n\n<!-- wp:paragraph -->\n<p>Our guided game-viewing drives take place each day in the morning and afternoon, as this is when the animals are most active.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:buttons -->\n<div class=\"wp-block-buttons\"><!-- wp:button -->\n<div class=\"wp-block-button\"><a class=\"wp-block-button__link wp-element-button\" href=\"https://www.africanhillslodge.co.za/experience/\" target=\"_blank\" rel=\"noreferrer noopener\">Askari Game Lodge</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:spacer {\"height\":\"12px\"} -->\n<div style=\"height:12px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:heading -->\n<h2>Other activites </h2>\n<!-- /wp:heading -->\n\n<!-- wp:uagb/faq {\"block_id\":\"1ead4c0b\",\"expandFirstItem\":false,\"boxBgColor\":\"#F5F5F5\",\"borderStyle\":\"\",\"borderWidth\":\"\",\"borderRadius\":\"\",\"borderColor\":\"\",\"vquestionPaddingDesktop\":15,\"hquestionPaddingDesktop\":15,\"iconAlign\":\"row-reverse\",\"schema\":\"{\\u0022@context\\u0022:\\u0022https://schema.org\\u0022,\\u0022@type\\u0022:\\u0022FAQPage\\u0022,\\u0022@id\\u0022:\\u0022https://blueroan.netgen.cloud/amenities/\\u0022,\\u0022mainEntity\\u0022:[{\\u0022@type\\u0022:\\u0022Question\\u0022,\\u0022name\\u0022:\\u0022\\u003cstrong\\u003ePUBS / MICRO BREWERIES\\u003c/strong\\u003e\\u0022,\\u0022acceptedAnswer\\u0022:{\\u0022@type\\u0022:\\u0022Answer\\u0022,\\u0022text\\u0022:\\u0022Black Horse   \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27825613246\\\\\\u0022\\u003e082 561 3246\\u003cbr\\u003e\\u003c/a\\u003eBrauhaus am Dam   \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27878025519\\\\\\u0022\\u003e087 802 5519\\u003c/a\\u003e / \\u003ca href=\\\\\\u0022tel:+27729201742\\\\\\u0022\\u003e072 920 1742\\u003c/a\\u003e\\u003cbr\\u003eHartleys Elephant Bar   \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27145772301\\\\\\u0022\\u003e014 577 2301\\u003cbr\\u003e\\u003c/a\\u003eThatchwood Pub   \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27837091672\\\\\\u0022\\u003e083 709 1672\\u003cbr\\u003e\\u003c/a\\u003eMonate Citrus Kelder   \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27122580712\\\\\\u0022\\u003e012 258 0712\\u003c/a\\u003e\\u0022}},{\\u0022@type\\u0022:\\u0022Question\\u0022,\\u0022name\\u0022:\\u0022\\u003cstrong\\u003eTEA GARDENS / RESTAURANTS   \\u003c/strong\\u003e\\u0022,\\u0022acceptedAnswer\\u0022:{\\u0022@type\\u0022:\\u0022Answer\\u0022,\\u0022text\\u0022:\\u0022Black Horse   \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27825613246\\\\\\u0022\\u003e082 561 3246\\u003cbr\\u003e\\u003c/a\\u003eBrauhaus am Dam   \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27878025519\\\\\\u0022\\u003e087 802 5519\\u003c/a\\u003e / \\u003ca href=\\\\\\u0022tel:+27729201742\\\\\\u0022\\u003e072 920 1742\\u003c/a\\u003e\\u003cbr\\u003eMelon Rouge   \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27796806050\\\\\\u0022\\u003e079 680 6050\\u003cbr\\u003e\\u003c/a\\u003eMount Grace Hotel   \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27145775600\\\\\\u0022\\u003e014 577 5600\\u003cbr\\u003e\\u003c/a\\u003eValley Lodge Hotel   \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27145771301\\\\\\u0022\\u003e014 577 1301\\u003cbr\\u003e\\u003c/a\\u003eLa Classique Ristorante   \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27145774006\\\\\\u0022\\u003e014 577 4006\\u003c/a\\u003e\\u0022}},{\\u0022@type\\u0022:\\u0022Question\\u0022,\\u0022name\\u0022:\\u0022\\u003cstrong\\u003eSHOPPING\\u003c/strong\\u003e  \\u0022,\\u0022acceptedAnswer\\u0022:{\\u0022@type\\u0022:\\u0022Answer\\u0022,\\u0022text\\u0022:\\u0022If Only Antiques    \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27827878825\\\\\\u0022\\u003e082 787 8825\\u003cbr\\u003e\\u003c/a\\u003ePuss in Boots   \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27145773562\\\\\\u0022\\u003e014 577 3562\\u003c/a\\u003e\\u0022}},{\\u0022@type\\u0022:\\u0022Question\\u0022,\\u0022name\\u0022:\\u0022\\u003cstrong\\u003eSPORTS \\u0026amp; ADVENTURE\\u003c/strong\\u003e\\u0022,\\u0022acceptedAnswer\\u0022:{\\u0022@type\\u0022:\\u0022Answer\\u0022,\\u0022text\\u0022:\\u0022Tandem Paragliding flips  \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27823221824\\\\\\u0022\\u003e0823221824\\u003c/a\\u003e\\u003cbr\\u003eMountain Sanctuary Park   \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27145340114\\\\\\u0022\\u003e014 534 0114\\u003cbr\\u003e\\u003c/a\\u003eBill Harrops Original Balloon Safaris   \\u003ca href=\\\\\\u0022tel:+27145771733\\\\\\u0022\\u003e014 577 1733\\u003c/a\\u003e / \\u003ca href=\\\\\\u0022tel:+27837520036\\\\\\u0022\\u003e083 752 0036\\u003c/a\\u003e\\u003cbr\\u003ePecanwood Golf Course   \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27122440112\\\\\\u0022\\u003e012 244 0112\\u003cbr\\u003e\\u003c/a\\u003eAir Ventures Hot Air Balloons   \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27117935782\\\\\\u0022\\u003e011 793 5782\\u003cbr\\u003e\\u003c/a\\u003eGliding   \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27835266966\\\\\\u0022\\u003e083 526 6966\\u003cbr\\u003e\\u003c/a\\u003eMagaliesberg Canopy Tours   \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27145350150\\\\\\u0022\\u003e014 535 0150\\u003cbr\\u003e\\u003c/a\\u003eWild Cave Adventures   \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27824862464\\\\\\u0022\\u003e082 486 2464\\u003cbr\\u003e\\u003c/a\\u003eMiracle Waters Dive Gateway   \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27832359840\\\\\\u0022\\u003e083 235 9840\\u003c/a\\u003e\\u0022}},{\\u0022@type\\u0022:\\u0022Question\\u0022,\\u0022name\\u0022:\\u0022\\u003cstrong\\u003eHEALTH SPAS\\u003c/strong\\u003e\\u0022,\\u0022acceptedAnswer\\u0022:{\\u0022@type\\u0022:\\u0022Answer\\u0022,\\u0022text\\u0022:\\u0022Whispering Pines   \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27145771536\\\\\\u0022\\u003e014 577 1536\\u003cbr\\u003e\\u003c/a\\u003eMount Grace Spa   \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27145775600\\\\\\u0022\\u003e014 577 5600\\u003cbr\\u003e\\u003c/a\\u003eValley Lodge Spa   \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27145771301\\\\\\u0022\\u003e014 577 1301\\u003cbr\\u003e\\u003c/a\\u003eRosewell Spa   \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27145771172\\\\\\u0022\\u003e014 577 1172\\u003cbr\\u003e\\u003c/a\\u003eSparkling Waters   \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27145350019\\\\\\u0022\\u003e014 535 0019\\u003c/a\\u003e\\u0022}},{\\u0022@type\\u0022:\\u0022Question\\u0022,\\u0022name\\u0022:\\u0022\\u003cstrong\\u003ePLACES OF INTEREST\\u003c/strong\\u003e\\u0022,\\u0022acceptedAnswer\\u0022:{\\u0022@type\\u0022:\\u0022Answer\\u0022,\\u0022text\\u0022:\\u0022Maropeng Visitors Centre   \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27145779000\\\\\\u0022\\u003e014 577 9000\\u003cbr\\u003e\\u003c/a\\u003eSterkfontein Caves   \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27116683200\\\\\\u0022\\u003e011 668 3200\\u003cbr\\u003e\\u003c/a\\u003eBlaaubank Gold Mine   \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27825673111\\\\\\u0022\\u003e082 567 3111\\u003cbr\\u003e\\u003c/a\\u003eVan Gaalen Cheese Farm   \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27122071289\\\\\\u0022\\u003e012 207 1289\\u003cbr\\u003e\\u003c/a\\u003eHartebeespoort Cableway   \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27722412654\\\\\\u0022\\u003e072 241 2654\\u003cbr\\u003e\\u003c/a\\u003eElephant Sanctuary             \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27122580423\\\\\\u0022\\u003e012 258 0423\\u003cbr\\u003e\\u003c/a\\u003eTeam Gel   \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27114622894\\\\\\u0022\\u003e011 462 2894\\u003c/a\\u003e / \\u003ca href=\\\\\\u0022tel:+27833207623\\\\\\u0022\\u003e083 320 7623\\u003c/a\\u003e\\u003cbr\\u003eMonate Citrus Kelder   \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27122580712\\\\\\u0022\\u003e012 258 0712\\u003cbr\\u003e\\u003c/a\\u003eLiving Jewels   \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27119566444\\\\\\u0022\\u003e011 956 6444\\u003cbr\\u003e\\u003c/a\\u003eBlaaubank Candle Dipping   \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27145774609\\\\\\u0022\\u003e014 577 4609\\u003cbr\\u003e\\u003c/a\\u003eVeggie Picking \\u0026amp; Strawberry Picking \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27122071116\\\\\\u0022\\u003e012 207 1116\\u003c/a\\u003e\\u0022}}]}\",\"questionLeftPaddingDesktop\":15,\"questionBottomPaddingDesktop\":15,\"answerTopPadding\":0,\"answerRightPadding\":15,\"answerBottomPadding\":15,\"answerLeftPadding\":15,\"answerTopPaddingTablet\":10,\"answerRightPaddingTablet\":10,\"answerBottomPaddingTablet\":10,\"answerLeftPaddingTablet\":10,\"answerTopPaddingMobile\":10,\"answerRightPaddingMobile\":10,\"answerBottomPaddingMobile\":10,\"answerLeftPaddingMobile\":10,\"overallBorderTopWidth\":1,\"overallBorderLeftWidth\":1,\"overallBorderRightWidth\":1,\"overallBorderBottomWidth\":1,\"overallBorderTopLeftRadius\":2,\"overallBorderTopRightRadius\":2,\"overallBorderBottomLeftRadius\":2,\"overallBorderBottomRightRadius\":2,\"overallBorderStyle\":\"none\",\"overallBorderColor\":\"#D2D2D2\"} -->\n<div class=\"wp-block-uagb-faq uagb-faq__outer-wrap uagb-block-1ead4c0b uagb-faq-icon-row-reverse uagb-faq-layout-accordion uagb-faq-expand-first-false uagb-faq-inactive-other-true uagb-faq__wrap uagb-buttons-layout-wrap uagb-faq-equal-height\" data-faqtoggle=\"true\" role=\"tablist\"><!-- wp:uagb/faq-child {\"block_id\":\"b7c92784\",\"question\":\"\\u003cstrong\\u003ePUBS / MICRO BREWERIES\\u003c/strong\\u003e\",\"answer\":\"Black Horse   \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27825613246\\u0022\\u003e082 561 3246\\u003cbr\\u003e\\u003c/a\\u003eBrauhaus am Dam   \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27878025519\\u0022\\u003e087 802 5519\\u003c/a\\u003e / \\u003ca href=\\u0022tel:+27729201742\\u0022\\u003e072 920 1742\\u003c/a\\u003e\\u003cbr\\u003eHartleys Elephant Bar   \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27145772301\\u0022\\u003e014 577 2301\\u003cbr\\u003e\\u003c/a\\u003eThatchwood Pub   \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27837091672\\u0022\\u003e083 709 1672\\u003cbr\\u003e\\u003c/a\\u003eMonate Citrus Kelder   \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27122580712\\u0022\\u003e012 258 0712\\u003c/a\\u003e\"} -->\n<div class=\"wp-block-uagb-faq-child uagb-faq-child__outer-wrap uagb-faq-item uagb-block-b7c92784\" role=\"tab\" tabindex=\"0\"><div class=\"uagb-faq-questions-button uagb-faq-questions\"><span class=\"uagb-icon uagb-faq-icon-wrap\"><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 448 512\"><path d=\"M432 256c0 17.69-14.33 32.01-32 32.01H256v144c0 17.69-14.33 31.99-32 31.99s-32-14.3-32-31.99v-144H48c-17.67 0-32-14.32-32-32.01s14.33-31.99 32-31.99H192v-144c0-17.69 14.33-32.01 32-32.01s32 14.32 32 32.01v144h144C417.7 224 432 238.3 432 256z\"></path></svg></span><span class=\"uagb-icon-active uagb-faq-icon-wrap\"><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 448 512\"><path d=\"M400 288h-352c-17.69 0-32-14.32-32-32.01s14.31-31.99 32-31.99h352c17.69 0 32 14.3 32 31.99S417.7 288 400 288z\"></path></svg></span><span class=\"uagb-question\"><strong>PUBS / MICRO BREWERIES</strong></span></div><p class=\"uagb-faq-content\">Black Horse   <br><a href=\"tel:+27825613246\">082 561 3246<br></a>Brauhaus am Dam   <br><a href=\"tel:+27878025519\">087 802 5519</a> / <a href=\"tel:+27729201742\">072 920 1742</a><br>Hartleys Elephant Bar   <br><a href=\"tel:+27145772301\">014 577 2301<br></a>Thatchwood Pub   <br><a href=\"tel:+27837091672\">083 709 1672<br></a>Monate Citrus Kelder   <br><a href=\"tel:+27122580712\">012 258 0712</a></p></div>\n<!-- /wp:uagb/faq-child -->\n\n<!-- wp:uagb/faq-child {\"block_id\":\"0be9e58e\",\"question\":\"\\u003cstrong\\u003eTEA GARDENS / RESTAURANTS   \\u003c/strong\\u003e\",\"answer\":\"Black Horse   \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27825613246\\u0022\\u003e082 561 3246\\u003cbr\\u003e\\u003c/a\\u003eBrauhaus am Dam   \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27878025519\\u0022\\u003e087 802 5519\\u003c/a\\u003e / \\u003ca href=\\u0022tel:+27729201742\\u0022\\u003e072 920 1742\\u003c/a\\u003e\\u003cbr\\u003eMelon Rouge   \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27796806050\\u0022\\u003e079 680 6050\\u003cbr\\u003e\\u003c/a\\u003eMount Grace Hotel   \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27145775600\\u0022\\u003e014 577 5600\\u003cbr\\u003e\\u003c/a\\u003eValley Lodge Hotel   \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27145771301\\u0022\\u003e014 577 1301\\u003cbr\\u003e\\u003c/a\\u003eLa Classique Ristorante   \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27145774006\\u0022\\u003e014 577 4006\\u003c/a\\u003e\"} -->\n<div class=\"wp-block-uagb-faq-child uagb-faq-child__outer-wrap uagb-faq-item uagb-block-0be9e58e\" role=\"tab\" tabindex=\"0\"><div class=\"uagb-faq-questions-button uagb-faq-questions\"><span class=\"uagb-icon uagb-faq-icon-wrap\"><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 448 512\"><path d=\"M432 256c0 17.69-14.33 32.01-32 32.01H256v144c0 17.69-14.33 31.99-32 31.99s-32-14.3-32-31.99v-144H48c-17.67 0-32-14.32-32-32.01s14.33-31.99 32-31.99H192v-144c0-17.69 14.33-32.01 32-32.01s32 14.32 32 32.01v144h144C417.7 224 432 238.3 432 256z\"></path></svg></span><span class=\"uagb-icon-active uagb-faq-icon-wrap\"><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 448 512\"><path d=\"M400 288h-352c-17.69 0-32-14.32-32-32.01s14.31-31.99 32-31.99h352c17.69 0 32 14.3 32 31.99S417.7 288 400 288z\"></path></svg></span><span class=\"uagb-question\"><strong>TEA GARDENS / RESTAURANTS   </strong></span></div><p class=\"uagb-faq-content\">Black Horse   <br><a href=\"tel:+27825613246\">082 561 3246<br></a>Brauhaus am Dam   <br><a href=\"tel:+27878025519\">087 802 5519</a> / <a href=\"tel:+27729201742\">072 920 1742</a><br>Melon Rouge   <br><a href=\"tel:+27796806050\">079 680 6050<br></a>Mount Grace Hotel   <br><a href=\"tel:+27145775600\">014 577 5600<br></a>Valley Lodge Hotel   <br><a href=\"tel:+27145771301\">014 577 1301<br></a>La Classique Ristorante   <br><a href=\"tel:+27145774006\">014 577 4006</a></p></div>\n<!-- /wp:uagb/faq-child -->\n\n<!-- wp:uagb/faq-child {\"block_id\":\"988abd5b\",\"question\":\"\\u003cstrong\\u003eSHOPPING\\u003c/strong\\u003e  \",\"answer\":\"If Only Antiques    \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27827878825\\u0022\\u003e082 787 8825\\u003cbr\\u003e\\u003c/a\\u003ePuss in Boots   \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27145773562\\u0022\\u003e014 577 3562\\u003c/a\\u003e\"} -->\n<div class=\"wp-block-uagb-faq-child uagb-faq-child__outer-wrap uagb-faq-item uagb-block-988abd5b\" role=\"tab\" tabindex=\"0\"><div class=\"uagb-faq-questions-button uagb-faq-questions\"><span class=\"uagb-icon uagb-faq-icon-wrap\"><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 448 512\"><path d=\"M432 256c0 17.69-14.33 32.01-32 32.01H256v144c0 17.69-14.33 31.99-32 31.99s-32-14.3-32-31.99v-144H48c-17.67 0-32-14.32-32-32.01s14.33-31.99 32-31.99H192v-144c0-17.69 14.33-32.01 32-32.01s32 14.32 32 32.01v144h144C417.7 224 432 238.3 432 256z\"></path></svg></span><span class=\"uagb-icon-active uagb-faq-icon-wrap\"><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 448 512\"><path d=\"M400 288h-352c-17.69 0-32-14.32-32-32.01s14.31-31.99 32-31.99h352c17.69 0 32 14.3 32 31.99S417.7 288 400 288z\"></path></svg></span><span class=\"uagb-question\"><strong>SHOPPING</strong>  </span></div><p class=\"uagb-faq-content\">If Only Antiques    <br><a href=\"tel:+27827878825\">082 787 8825<br></a>Puss in Boots   <br><a href=\"tel:+27145773562\">014 577 3562</a></p></div>\n<!-- /wp:uagb/faq-child -->\n\n<!-- wp:uagb/faq-child {\"block_id\":\"467c2268\",\"question\":\"\\u003cstrong\\u003eSPORTS \\u0026amp; ADVENTURE\\u003c/strong\\u003e\",\"answer\":\"Tandem Paragliding flips  \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27823221824\\u0022\\u003e0823221824\\u003c/a\\u003e\\u003cbr\\u003eMountain Sanctuary Park   \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27145340114\\u0022\\u003e014 534 0114\\u003cbr\\u003e\\u003c/a\\u003eBill Harrops Original Balloon Safaris   \\u003ca href=\\u0022tel:+27145771733\\u0022\\u003e014 577 1733\\u003c/a\\u003e / \\u003ca href=\\u0022tel:+27837520036\\u0022\\u003e083 752 0036\\u003c/a\\u003e\\u003cbr\\u003ePecanwood Golf Course   \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27122440112\\u0022\\u003e012 244 0112\\u003cbr\\u003e\\u003c/a\\u003eAir Ventures Hot Air Balloons   \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27117935782\\u0022\\u003e011 793 5782\\u003cbr\\u003e\\u003c/a\\u003eGliding   \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27835266966\\u0022\\u003e083 526 6966\\u003cbr\\u003e\\u003c/a\\u003eMagaliesberg Canopy Tours   \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27145350150\\u0022\\u003e014 535 0150\\u003cbr\\u003e\\u003c/a\\u003eWild Cave Adventures   \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27824862464\\u0022\\u003e082 486 2464\\u003cbr\\u003e\\u003c/a\\u003eMiracle Waters Dive Gateway   \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27832359840\\u0022\\u003e083 235 9840\\u003c/a\\u003e\"} -->\n<div class=\"wp-block-uagb-faq-child uagb-faq-child__outer-wrap uagb-faq-item uagb-block-467c2268\" role=\"tab\" tabindex=\"0\"><div class=\"uagb-faq-questions-button uagb-faq-questions\"><span class=\"uagb-icon uagb-faq-icon-wrap\"><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 448 512\"><path d=\"M432 256c0 17.69-14.33 32.01-32 32.01H256v144c0 17.69-14.33 31.99-32 31.99s-32-14.3-32-31.99v-144H48c-17.67 0-32-14.32-32-32.01s14.33-31.99 32-31.99H192v-144c0-17.69 14.33-32.01 32-32.01s32 14.32 32 32.01v144h144C417.7 224 432 238.3 432 256z\"></path></svg></span><span class=\"uagb-icon-active uagb-faq-icon-wrap\"><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 448 512\"><path d=\"M400 288h-352c-17.69 0-32-14.32-32-32.01s14.31-31.99 32-31.99h352c17.69 0 32 14.3 32 31.99S417.7 288 400 288z\"></path></svg></span><span class=\"uagb-question\"><strong>SPORTS &amp; ADVENTURE</strong></span></div><p class=\"uagb-faq-content\">Tandem Paragliding flips  <br><a href=\"tel:+27823221824\">0823221824</a><br>Mountain Sanctuary Park   <br><a href=\"tel:+27145340114\">014 534 0114<br></a>Bill Harrops Original Balloon Safaris   <a href=\"tel:+27145771733\">014 577 1733</a> / <a href=\"tel:+27837520036\">083 752 0036</a><br>Pecanwood Golf Course   <br><a href=\"tel:+27122440112\">012 244 0112<br></a>Air Ventures Hot Air Balloons   <br><a href=\"tel:+27117935782\">011 793 5782<br></a>Gliding   <br><a href=\"tel:+27835266966\">083 526 6966<br></a>Magaliesberg Canopy Tours   <br><a href=\"tel:+27145350150\">014 535 0150<br></a>Wild Cave Adventures   <br><a href=\"tel:+27824862464\">082 486 2464<br></a>Miracle Waters Dive Gateway   <br><a href=\"tel:+27832359840\">083 235 9840</a></p></div>\n<!-- /wp:uagb/faq-child -->\n\n<!-- wp:uagb/faq-child {\"block_id\":\"b6acf775\",\"question\":\"\\u003cstrong\\u003eHEALTH SPAS\\u003c/strong\\u003e\",\"answer\":\"Whispering Pines   \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27145771536\\u0022\\u003e014 577 1536\\u003cbr\\u003e\\u003c/a\\u003eMount Grace Spa   \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27145775600\\u0022\\u003e014 577 5600\\u003cbr\\u003e\\u003c/a\\u003eValley Lodge Spa   \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27145771301\\u0022\\u003e014 577 1301\\u003cbr\\u003e\\u003c/a\\u003eRosewell Spa   \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27145771172\\u0022\\u003e014 577 1172\\u003cbr\\u003e\\u003c/a\\u003eSparkling Waters   \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27145350019\\u0022\\u003e014 535 0019\\u003c/a\\u003e\"} -->\n<div class=\"wp-block-uagb-faq-child uagb-faq-child__outer-wrap uagb-faq-item uagb-block-b6acf775\" role=\"tab\" tabindex=\"0\"><div class=\"uagb-faq-questions-button uagb-faq-questions\"><span class=\"uagb-icon uagb-faq-icon-wrap\"><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 448 512\"><path d=\"M432 256c0 17.69-14.33 32.01-32 32.01H256v144c0 17.69-14.33 31.99-32 31.99s-32-14.3-32-31.99v-144H48c-17.67 0-32-14.32-32-32.01s14.33-31.99 32-31.99H192v-144c0-17.69 14.33-32.01 32-32.01s32 14.32 32 32.01v144h144C417.7 224 432 238.3 432 256z\"></path></svg></span><span class=\"uagb-icon-active uagb-faq-icon-wrap\"><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 448 512\"><path d=\"M400 288h-352c-17.69 0-32-14.32-32-32.01s14.31-31.99 32-31.99h352c17.69 0 32 14.3 32 31.99S417.7 288 400 288z\"></path></svg></span><span class=\"uagb-question\"><strong>HEALTH SPAS</strong></span></div><p class=\"uagb-faq-content\">Whispering Pines   <br><a href=\"tel:+27145771536\">014 577 1536<br></a>Mount Grace Spa   <br><a href=\"tel:+27145775600\">014 577 5600<br></a>Valley Lodge Spa   <br><a href=\"tel:+27145771301\">014 577 1301<br></a>Rosewell Spa   <br><a href=\"tel:+27145771172\">014 577 1172<br></a>Sparkling Waters   <br><a href=\"tel:+27145350019\">014 535 0019</a></p></div>\n<!-- /wp:uagb/faq-child -->\n\n<!-- wp:uagb/faq-child {\"block_id\":\"5f096e69\",\"question\":\"\\u003cstrong\\u003ePLACES OF INTEREST\\u003c/strong\\u003e\",\"answer\":\"Maropeng Visitors Centre   \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27145779000\\u0022\\u003e014 577 9000\\u003cbr\\u003e\\u003c/a\\u003eSterkfontein Caves   \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27116683200\\u0022\\u003e011 668 3200\\u003cbr\\u003e\\u003c/a\\u003eBlaaubank Gold Mine   \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27825673111\\u0022\\u003e082 567 3111\\u003cbr\\u003e\\u003c/a\\u003eVan Gaalen Cheese Farm   \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27122071289\\u0022\\u003e012 207 1289\\u003cbr\\u003e\\u003c/a\\u003eHartebeespoort Cableway   \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27722412654\\u0022\\u003e072 241 2654\\u003cbr\\u003e\\u003c/a\\u003eElephant Sanctuary             \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27122580423\\u0022\\u003e012 258 0423\\u003cbr\\u003e\\u003c/a\\u003eTeam Gel   \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27114622894\\u0022\\u003e011 462 2894\\u003c/a\\u003e / \\u003ca href=\\u0022tel:+27833207623\\u0022\\u003e083 320 7623\\u003c/a\\u003e\\u003cbr\\u003eMonate Citrus Kelder   \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27122580712\\u0022\\u003e012 258 0712\\u003cbr\\u003e\\u003c/a\\u003eLiving Jewels   \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27119566444\\u0022\\u003e011 956 6444\\u003cbr\\u003e\\u003c/a\\u003eBlaaubank Candle Dipping   \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27145774609\\u0022\\u003e014 577 4609\\u003cbr\\u003e\\u003c/a\\u003eVeggie Picking \\u0026amp; Strawberry Picking \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27122071116\\u0022\\u003e012 207 1116\\u003c/a\\u003e\"} -->\n<div class=\"wp-block-uagb-faq-child uagb-faq-child__outer-wrap uagb-faq-item uagb-block-5f096e69\" role=\"tab\" tabindex=\"0\"><div class=\"uagb-faq-questions-button uagb-faq-questions\"><span class=\"uagb-icon uagb-faq-icon-wrap\"><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 448 512\"><path d=\"M432 256c0 17.69-14.33 32.01-32 32.01H256v144c0 17.69-14.33 31.99-32 31.99s-32-14.3-32-31.99v-144H48c-17.67 0-32-14.32-32-32.01s14.33-31.99 32-31.99H192v-144c0-17.69 14.33-32.01 32-32.01s32 14.32 32 32.01v144h144C417.7 224 432 238.3 432 256z\"></path></svg></span><span class=\"uagb-icon-active uagb-faq-icon-wrap\"><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 448 512\"><path d=\"M400 288h-352c-17.69 0-32-14.32-32-32.01s14.31-31.99 32-31.99h352c17.69 0 32 14.3 32 31.99S417.7 288 400 288z\"></path></svg></span><span class=\"uagb-question\"><strong>PLACES OF INTEREST</strong></span></div><p class=\"uagb-faq-content\">Maropeng Visitors Centre   <br><a href=\"tel:+27145779000\">014 577 9000<br></a>Sterkfontein Caves   <br><a href=\"tel:+27116683200\">011 668 3200<br></a>Blaaubank Gold Mine   <br><a href=\"tel:+27825673111\">082 567 3111<br></a>Van Gaalen Cheese Farm   <br><a href=\"tel:+27122071289\">012 207 1289<br></a>Hartebeespoort Cableway   <br><a href=\"tel:+27722412654\">072 241 2654<br></a>Elephant Sanctuary             <br><a href=\"tel:+27122580423\">012 258 0423<br></a>Team Gel   <br><a href=\"tel:+27114622894\">011 462 2894</a> / <a href=\"tel:+27833207623\">083 320 7623</a><br>Monate Citrus Kelder   <br><a href=\"tel:+27122580712\">012 258 0712<br></a>Living Jewels   <br><a href=\"tel:+27119566444\">011 956 6444<br></a>Blaaubank Candle Dipping   <br><a href=\"tel:+27145774609\">014 577 4609<br></a>Veggie Picking &amp; Strawberry Picking <br><a href=\"tel:+27122071116\">012 207 1116</a></p></div>\n<!-- /wp:uagb/faq-child --></div>\n<!-- /wp:uagb/faq --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"0b5b2910\",\"innerContentCustomWidthDesktop\":781,\"innerContentCustomWidthTablet\":781,\"backgroundType\":\"image\",\"backgroundImageDesktop\":{\"id\":907,\"title\":\"241565_xl\",\"filename\":\"241565_xl.jpg\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/241565_xl.jpg\",\"link\":\"https://blueroan.netgen.cloud/home/241565_xl/\",\"alt\":\"\",\"author\":\"2\",\"description\":\"\",\"caption\":\"\",\"name\":\"241565_xl\",\"status\":\"inherit\",\"uploadedTo\":760,\"date\":\"2022-12-13T15:04:35.000Z\",\"modified\":\"2022-12-13T15:04:35.000Z\",\"menuOrder\":0,\"mime\":\"image/jpeg\",\"type\":\"image\",\"subtype\":\"jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-includes/images/media/default.png\",\"dateFormatted\":\"December 13, 2022\",\"nonces\":{\"update\":\"8ba15922a4\",\"delete\":\"e660ddd200\",\"edit\":\"57c3a4b066\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=907\\u0026action=edit\",\"meta\":false,\"authorName\":\"Netgen Support\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/profile.php\",\"uploadedToTitle\":\"Home\",\"uploadedToLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=760\\u0026action=edit\",\"filesizeInBytes\":90717,\"filesizeHumanReadable\":\"89 KB\",\"context\":\"\",\"height\":534,\"width\":800,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/241565_xl-150x150.jpg\",\"orientation\":\"landscape\"},\"medium\":{\"height\":200,\"width\":300,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/241565_xl-300x200.jpg\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/241565_xl.jpg\",\"height\":534,\"width\":800,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"backgroundImageColor\":\"rgba(42,42,42,0.65)\",\"topPaddingDesktop\":144,\"bottomPaddingDesktop\":144,\"leftPaddingDesktop\":40,\"rightPaddingDesktop\":40,\"topPaddingTablet\":80,\"bottomPaddingTablet\":80,\"leftPaddingTablet\":40,\"rightPaddingTablet\":40,\"topPaddingMobile\":64,\"bottomPaddingMobile\":64,\"leftPaddingMobile\":24,\"rightPaddingMobile\":24,\"paddingLink\":false,\"variationSelected\":true,\"isBlockRootParent\":true,\"overlayType\":\"color\"} -->\n<div class=\"wp-block-uagb-container uagb-block-0b5b2910 alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/advanced-heading {\"block_id\":\"321c6732\",\"classMigrate\":true,\"headingDescToggle\":true,\"headingAlign\":\"center\",\"headingColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"subHeadingColor\":\"var(\\u002d\\u002dast-global-color-4)\",\"headSpace\":20} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-321c6732\"><h2 class=\"uagb-heading-text\">Create Memorable Moments at Blue Roan!</h2><p class=\"uagb-desc-text\">Blue Roan is a 4-star graded pet-friendly venue</p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/advanced-heading {\"block_id\":\"c09a5543\",\"classMigrate\":true,\"headingTitleToggle\":false,\"headingDescToggle\":true,\"headingAlign\":\"center\",\"subHeadingColor\":\"var(\\u002d\\u002dast-global-color-4)\",\"subHeadTransform\":\"uppercase\",\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"subHeadLetterSpacing\":2,\"blockTopPadding\":60,\"blockRightPadding\":0,\"blockLeftPadding\":0,\"blockBottomPadding\":0,\"blockTopPaddingMobile\":30,\"blockRightPaddingMobile\":0,\"blockLeftPaddingMobile\":0,\"blockBottomPaddingMobile\":0,\"linkColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"linkHColor\":\"var(\\u002d\\u002dast-global-color-0)\"} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-c09a5543\"><p class=\"uagb-desc-text\"><a href=\"https://book.nightsbridge.com/11065\" target=\"_blank\" rel=\"noreferrer noopener\">BOOK YOUR STAY NOW​</a></p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/icon-list {\"block_id\":\"90ac47ea\",\"classMigrate\":true,\"childMigrate\":true,\"align\":\"center\",\"parentIcon\":\"phone\",\"size\":40,\"sizeMobile\":24,\"sizeTablet\":32,\"fontSize\":48,\"fontSizeMobile\":28,\"fontSizeTablet\":40,\"fontWeight\":\"600\",\"iconColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"labelColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"blockTopPadding\":0,\"blockRightPadding\":0,\"blockLeftPadding\":0,\"blockBottomPadding\":24,\"blockPaddingLink\":false} -->\n<div class=\"wp-block-uagb-icon-list uagb-block-90ac47ea\"><div class=\"uagb-icon-list__wrap\"><!-- wp:uagb/icon-list-child {\"block_id\":\"12a7f397\",\"label\":\"+ 27 (0) 82 575 5409\",\"label_color\":\"\",\"link\":\"tel:+27825755409\",\"disableLink\":true,\"fromParentIcon\":\"phone\",\"imageSizeChild\":40} -->\n<div class=\"wp-block-uagb-icon-list-child uagb-block-12a7f397\"><a target=\"_self\" aria-label=\"+ 27 (0) 82 575 5409\" rel=\"noopener noreferrer\" href=\"tel:+27825755409\"> </a><span class=\"uagb-icon-list__source-wrap\"><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M511.2 387l-23.25 100.8c-3.266 14.25-15.79 24.22-30.46 24.22C205.2 512 0 306.8 0 54.5c0-14.66 9.969-27.2 24.22-30.45l100.8-23.25C139.7-2.602 154.7 5.018 160.8 18.92l46.52 108.5c5.438 12.78 1.77 27.67-8.98 36.45L144.5 207.1c33.98 69.22 90.26 125.5 159.5 159.5l44.08-53.8c8.688-10.78 23.69-14.51 36.47-8.975l108.5 46.51C506.1 357.2 514.6 372.4 511.2 387z\"></path></svg></span><span class=\"uagb-icon-list__label\">+ 27 (0) 82 575 5409</span></div>\n<!-- /wp:uagb/icon-list-child -->\n\n<!-- wp:uagb/icon-list-child {\"block_id\":\"56345d5d\",\"label\":\" blueroan@ugo.co.za\",\"icon\":\"envelope\",\"label_color\":\"\",\"link\":\"mailto: blueroan@ugo.co.za\",\"disableLink\":true} -->\n<div class=\"wp-block-uagb-icon-list-child uagb-block-56345d5d\"><a target=\"_self\" aria-label=\" blueroan@ugo.co.za\" rel=\"noopener noreferrer\" href=\"mailto:blueroan@ugo.co.za\"> </a><span class=\"uagb-icon-list__source-wrap\"><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M464 64C490.5 64 512 85.49 512 112C512 127.1 504.9 141.3 492.8 150.4L275.2 313.6C263.8 322.1 248.2 322.1 236.8 313.6L19.2 150.4C7.113 141.3 0 127.1 0 112C0 85.49 21.49 64 48 64H464zM217.6 339.2C240.4 356.3 271.6 356.3 294.4 339.2L512 176V384C512 419.3 483.3 448 448 448H64C28.65 448 0 419.3 0 384V176L217.6 339.2z\"></path></svg></span><span class=\"uagb-icon-list__label\"> blueroan@ugo.co.za</span></div>\n<!-- /wp:uagb/icon-list-child --></div></div>\n<!-- /wp:uagb/icon-list --></div></div>\n<!-- /wp:uagb/container -->',	'Amenities',	'',	'inherit',	'closed',	'closed',	'',	'762-revision-v1',	'',	'',	'2022-12-19 08:09:11',	'2022-12-19 08:09:11',	'',	762,	'https://blueroan.netgen.cloud/?p=1340',	0,	'revision',	'',	0),
(1341,	2,	'2022-12-19 08:10:08',	'2022-12-19 08:10:08',	'<!-- wp:uagb/container {\"block_id\":\"62ce931a\",\"backgroundType\":\"image\",\"backgroundImageDesktop\":{\"id\":1007,\"title\":\"AAEAAQAAAAAAAAAAAAAAJDg5NmY0ZGUxLWE4MTgtNDY5NC1iODFhLTBmN2Q0ZDc5ZWFiNw-1\",\"filename\":\"AAEAAQAAAAAAAAAAAAAAJDg5NmY0ZGUxLWE4MTgtNDY5NC1iODFhLTBmN2Q0ZDc5ZWFiNw-1.png\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAAJDg5NmY0ZGUxLWE4MTgtNDY5NC1iODFhLTBmN2Q0ZDc5ZWFiNw-1.png\",\"link\":\"https://blueroan.netgen.cloud/the-barn/aaeaaqaaaaaaaaaaaaaajdg5nmy0zguxlwe4mtgtndy5nc1iodfhltbmn2q0zdc5zwfinw-1/\",\"alt\":\"\",\"author\":\"2\",\"description\":\"\",\"caption\":\"\",\"name\":\"aaeaaqaaaaaaaaaaaaaajdg5nmy0zguxlwe4mtgtndy5nc1iodfhltbmn2q0zdc5zwfinw-1\",\"status\":\"inherit\",\"uploadedTo\":948,\"date\":\"2022-12-14T10:50:25.000Z\",\"modified\":\"2022-12-14T10:50:25.000Z\",\"menuOrder\":0,\"mime\":\"image/png\",\"type\":\"image\",\"subtype\":\"png\",\"icon\":\"https://blueroan.netgen.cloud/wp-includes/images/media/default.png\",\"dateFormatted\":\"December 14, 2022\",\"nonces\":{\"update\":\"483f8bdf3d\",\"delete\":\"0a7ebc92ef\",\"edit\":\"6bc1c6a685\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=1007\\u0026action=edit\",\"meta\":false,\"authorName\":\"Netgen Support\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/profile.php\",\"uploadedToTitle\":\"The Barn\",\"uploadedToLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=948\\u0026action=edit\",\"filesizeInBytes\":1348989,\"filesizeHumanReadable\":\"1 MB\",\"context\":\"\",\"height\":667,\"width\":1000,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAAJDg5NmY0ZGUxLWE4MTgtNDY5NC1iODFhLTBmN2Q0ZDc5ZWFiNw-1-150x150.png\",\"orientation\":\"landscape\"},\"medium\":{\"height\":200,\"width\":300,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAAJDg5NmY0ZGUxLWE4MTgtNDY5NC1iODFhLTBmN2Q0ZDc5ZWFiNw-1-300x200.png\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAAJDg5NmY0ZGUxLWE4MTgtNDY5NC1iODFhLTBmN2Q0ZDc5ZWFiNw-1.png\",\"height\":667,\"width\":1000,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"backgroundPositionDesktop\":{\"x\":0.61,\"y\":0.52},\"backgroundSizeTablet\":\"cover\",\"backgroundSizeMobile\":\"cover\",\"backgroundColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"backgroundImageColor\":\"rgba(42,42,42,0.5)\",\"topPaddingDesktop\":220,\"bottomPaddingDesktop\":150,\"topPaddingTablet\":170,\"bottomPaddingTablet\":160,\"leftPaddingTablet\":30,\"rightPaddingTablet\":30,\"topPaddingMobile\":180,\"bottomPaddingMobile\":80,\"leftPaddingMobile\":20,\"rightPaddingMobile\":20,\"paddingLink\":false,\"variationSelected\":true,\"isBlockRootParent\":true,\"overlayType\":\"color\"} -->\n<div class=\"wp-block-uagb-container uagb-block-62ce931a alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/advanced-heading {\"block_id\":\"b7daf280\",\"classMigrate\":true,\"headingDescToggle\":true,\"headingColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"subHeadingColor\":\"var(\\u002d\\u002dast-global-color-4)\",\"headingTag\":\"h1\",\"headSpace\":20,\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"blockTopPadding\":0,\"blockRightPadding\":50,\"blockLeftPadding\":0,\"blockBottomPadding\":0,\"blockTopPaddingTablet\":0,\"blockRightPaddingTablet\":20,\"blockLeftPaddingTablet\":0,\"blockBottomPaddingTablet\":0,\"blockTopPaddingMobile\":0,\"blockRightPaddingMobile\":0,\"blockLeftPaddingMobile\":0,\"blockBottomPaddingMobile\":0,\"blockPaddingUnit\":\"%\",\"blockPaddingUnitTablet\":\"%\"} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-b7daf280\"><h1 class=\"uagb-heading-text\">Amenities &amp; Interests​</h1><p class=\"uagb-desc-text\">We do not give you just rooms to stay in. We give you an environment where you can experience the best while on a holiday with us. </p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:buttons -->\n<div class=\"wp-block-buttons\"><!-- wp:button -->\n<div class=\"wp-block-button\"><a class=\"wp-block-button__link wp-element-button\" href=\"https://book.nightsbridge.com/11065\" target=\"_blank\" rel=\"noreferrer noopener\">BOOK NOW</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"ddd77281\",\"backgroundType\":\"color\",\"backgroundSizeTablet\":\"cover\",\"backgroundSizeMobile\":\"cover\",\"backgroundColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"topPaddingDesktop\":50,\"bottomPaddingDesktop\":100,\"topPaddingTablet\":50,\"bottomPaddingTablet\":25,\"leftPaddingTablet\":20,\"rightPaddingTablet\":20,\"topPaddingMobile\":50,\"bottomPaddingMobile\":20,\"leftPaddingMobile\":20,\"rightPaddingMobile\":20,\"paddingLink\":false,\"variationSelected\":true,\"rowGapDesktop\":0,\"isBlockRootParent\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-ddd77281 alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/container {\"block_id\":\"9084f7aa\",\"directionDesktop\":\"row\",\"alignItemsTablet\":\"flex-start\",\"paddingLink\":false,\"topMarginDesktop\":50,\"bottomMarginDesktop\":20,\"leftMarginDesktop\":0,\"rightMarginDesktop\":0,\"marginLink\":false,\"variationSelected\":true,\"rowGapMobile\":65,\"columnGapDesktop\":48,\"columnGapTablet\":20} -->\n<div class=\"wp-block-uagb-container uagb-block-9084f7aa\"><!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"align\":\"center\",\"id\":828,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image aligncenter size-full\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Blue-Roan-pool.png\" alt=\"Blue Roan\'s rock pool\" class=\"wp-image-828\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>A relaxing rock Pool​</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>We have a lovely sparkling blue rock pool next to a thatched Lapa. &nbsp;&nbsp;Lie on recliners on the green lawn or sit on the swing chair in the Lapa and enjoy the panoramic view of the Magaliesberg mountain range.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":829,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/img-20160605-wa0002-largejpg.png\" alt=\"\" class=\"wp-image-829\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>Braai facilities </h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>What can compare to a burning fire under the star-lit African sky? Nothing beats the flavor of cooking over an open flame.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":830,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/ef9d0188da11e2bc56788f5619d9d539.png\" alt=\"\" class=\"wp-image-830\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>A games room </h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>The reception is also a games room for those who enjoy darts or playing pool. &nbsp;Take a selection of DVDs back to your room and watch movies on your own DVD player. &nbsp;There is also a selection of board games and music CDs that you can borrow.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"align\":\"center\",\"id\":1198,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image aligncenter size-full\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/eyJidWNrZXQiOiJhc3NldHMuYWxsdHJhaWxzLmNvbSIsImtleSI6InVwbG9hZHMvcGhvdG8vaW1hZ2UvNDMxNzk4MTAvYjZkYTAz-1.png\" alt=\"\" class=\"wp-image-1198\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>Walking or hiking </h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>There is a well-kept walking trail on our property with plenty of bird life and some benches along the way. &nbsp;It is safe for dogs to run off-leash as it is completely fenced all around. &nbsp;For those who enjoy long walks and hikes, it is safe to cross onto neighbouring farms and go as far as the eye can see.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":1185,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/49089607_1950305445047847_5177863042771189760_n.png\" alt=\"\" class=\"wp-image-1185\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>Mountain biking </h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Bring your mountain bikes and explore the surrounding countryside on safe off-road tracks on our property and on neighbouring farms.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":1196,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Michelle_1.png\" alt=\"\" class=\"wp-image-1196\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>Horse riding </h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Interested riders can book at one of the recommended horse-riding establishments listed further down this page.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"2ebf6b85\",\"innerContentWidth\":\"alignfull\",\"directionDesktop\":\"row\",\"wrapTablet\":\"wrap\",\"variationSelected\":true,\"rowGapTablet\":0,\"columnGapDesktop\":0,\"isBlockRootParent\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-2ebf6b85 alignfull uagb-is-root-container\"><!-- wp:uagb/container {\"block_id\":\"4fb209bd\",\"widthDesktop\":25,\"widthTablet\":50,\"variationSelected\":true,\"widthSetByUser\":true,\"UAGHideMob\":true,\"UAGResponsiveConditions\":true} -->\n<div class=\"wp-block-uagb-container uag-hide-mob uagb-block-4fb209bd\"><!-- wp:uagb/image {\"block_id\":\"4c78b3ea\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-18-1-1024x768.jpg\",\"id\":1208,\"linkDestination\":\"none\",\"width\":480,\"height\":500,\"naturalWidth\":1024,\"naturalHeight\":768,\"sizeSlug\":\"large\",\"sizeSlugTablet\":\"large\",\"sizeSlugMobile\":\"large\",\"customHeightSetDesktop\":true} -->\n<div class=\"wp-block-uagb-image uagb-block-4c78b3ea wp-block-uagb-image--layout-default wp-block-uagb-image--effect-static wp-block-uagb-image--align-none\"><figure class=\"wp-block-uagb-image__figure\"><img srcset=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-18-1-1024x768.jpg \" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-18-1-1024x768.jpg\" alt=\"\" class=\"uag-image-1208\" width=\"480\" height=\"500\" title=\"\" loading=\"lazy\"/></figure></div>\n<!-- /wp:uagb/image --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"fec2e814\",\"widthDesktop\":25,\"widthTablet\":50,\"variationSelected\":true,\"widthSetByUser\":true,\"UAGHideMob\":true,\"UAGResponsiveConditions\":true} -->\n<div class=\"wp-block-uagb-container uag-hide-mob uagb-block-fec2e814\"><!-- wp:uagb/image {\"block_id\":\"d4279fc5\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Blue-Roan-pool-1.png\",\"id\":1210,\"linkDestination\":\"none\",\"width\":480,\"height\":500,\"naturalWidth\":370,\"naturalHeight\":440,\"sizeSlug\":\"full\",\"sizeSlugTablet\":\"full\",\"sizeSlugMobile\":\"full\",\"customHeightSetDesktop\":true} -->\n<div class=\"wp-block-uagb-image uagb-block-d4279fc5 wp-block-uagb-image--layout-default wp-block-uagb-image--effect-static wp-block-uagb-image--align-none\"><figure class=\"wp-block-uagb-image__figure\"><img srcset=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Blue-Roan-pool-1.png \" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Blue-Roan-pool-1.png\" alt=\"\" class=\"uag-image-1210\" width=\"480\" height=\"500\" title=\"\" loading=\"lazy\"/></figure></div>\n<!-- /wp:uagb/image --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"e52ce25f\",\"widthDesktop\":50,\"widthTablet\":100,\"variationSelected\":true,\"columnGapDesktop\":20,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-e52ce25f\"><!-- wp:uagb/image {\"block_id\":\"9e93675c\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/the-view-from-my-rooms-1024x768.jpg\",\"id\":1211,\"linkDestination\":\"none\",\"width\":960,\"height\":500,\"naturalWidth\":1024,\"naturalHeight\":768,\"sizeSlug\":\"large\",\"sizeSlugTablet\":\"large\",\"sizeSlugMobile\":\"large\",\"customHeightSetDesktop\":true} -->\n<div class=\"wp-block-uagb-image uagb-block-9e93675c wp-block-uagb-image--layout-default wp-block-uagb-image--effect-static wp-block-uagb-image--align-none\"><figure class=\"wp-block-uagb-image__figure\"><img srcset=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/the-view-from-my-rooms-1024x768.jpg \" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/the-view-from-my-rooms-1024x768.jpg\" alt=\"\" class=\"uag-image-1211\" width=\"960\" height=\"500\" title=\"\" loading=\"lazy\"/></figure></div>\n<!-- /wp:uagb/image --></div>\n<!-- /wp:uagb/container --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"0413667f\",\"innerContentWidth\":\"alignfull\",\"directionDesktop\":\"row\",\"wrapTablet\":\"wrap\",\"variationSelected\":true,\"rowGapTablet\":0,\"columnGapDesktop\":0,\"isBlockRootParent\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-0413667f alignfull uagb-is-root-container\"><!-- wp:uagb/container {\"block_id\":\"9f975c15\",\"widthDesktop\":50,\"widthTablet\":100,\"variationSelected\":true,\"columnGapDesktop\":20,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-9f975c15\"><!-- wp:uagb/image {\"block_id\":\"798df46e\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAAJDI0ZWY4NDc1LThjYjYtNDM3YS1iOTliLWNmOWQxYTJkMWU5MQ-1.png\",\"id\":1213,\"linkDestination\":\"none\",\"width\":960,\"height\":500,\"naturalWidth\":1000,\"naturalHeight\":667,\"sizeSlug\":\"full\",\"sizeSlugTablet\":\"full\",\"sizeSlugMobile\":\"full\",\"customHeightSetDesktop\":true} -->\n<div class=\"wp-block-uagb-image uagb-block-798df46e wp-block-uagb-image--layout-default wp-block-uagb-image--effect-static wp-block-uagb-image--align-none\"><figure class=\"wp-block-uagb-image__figure\"><img srcset=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAAJDI0ZWY4NDc1LThjYjYtNDM3YS1iOTliLWNmOWQxYTJkMWU5MQ-1.png \" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAAJDI0ZWY4NDc1LThjYjYtNDM3YS1iOTliLWNmOWQxYTJkMWU5MQ-1.png\" alt=\"\" class=\"uag-image-1213\" width=\"960\" height=\"500\" title=\"\" loading=\"lazy\"/></figure></div>\n<!-- /wp:uagb/image --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"b762072b\",\"widthDesktop\":25,\"variationSelected\":true,\"widthSetByUser\":true,\"UAGHideMob\":true,\"UAGResponsiveConditions\":true} -->\n<div class=\"wp-block-uagb-container uag-hide-mob uagb-block-b762072b\"><!-- wp:uagb/image {\"block_id\":\"b6f5ec73\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/bird-1-1024x683.jpg\",\"id\":1215,\"linkDestination\":\"none\",\"width\":480,\"height\":500,\"naturalWidth\":1024,\"naturalHeight\":683,\"sizeSlug\":\"large\",\"sizeSlugTablet\":\"large\",\"sizeSlugMobile\":\"large\",\"customHeightSetDesktop\":true} -->\n<div class=\"wp-block-uagb-image uagb-block-b6f5ec73 wp-block-uagb-image--layout-default wp-block-uagb-image--effect-static wp-block-uagb-image--align-none\"><figure class=\"wp-block-uagb-image__figure\"><img srcset=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/bird-1-1024x683.jpg \" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/bird-1-1024x683.jpg\" alt=\"\" class=\"uag-image-1215\" width=\"480\" height=\"500\" title=\"\" loading=\"lazy\"/></figure></div>\n<!-- /wp:uagb/image --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"7cbcfff6\",\"widthDesktop\":25,\"variationSelected\":true,\"widthSetByUser\":true,\"UAGHideMob\":true,\"UAGResponsiveConditions\":true} -->\n<div class=\"wp-block-uagb-container uag-hide-mob uagb-block-7cbcfff6\"><!-- wp:uagb/image {\"block_id\":\"1c4c05a9\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/two-happy-boxers-1024x768.jpg\",\"id\":1216,\"linkDestination\":\"none\",\"width\":480,\"height\":500,\"naturalWidth\":1024,\"naturalHeight\":768,\"sizeSlug\":\"large\",\"sizeSlugTablet\":\"large\",\"sizeSlugMobile\":\"large\",\"customHeightSetDesktop\":true} -->\n<div class=\"wp-block-uagb-image uagb-block-1c4c05a9 wp-block-uagb-image--layout-default wp-block-uagb-image--effect-static wp-block-uagb-image--align-none\"><figure class=\"wp-block-uagb-image__figure\"><img srcset=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/two-happy-boxers-1024x768.jpg \" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/two-happy-boxers-1024x768.jpg\" alt=\"\" class=\"uag-image-1216\" width=\"480\" height=\"500\" title=\"\" loading=\"lazy\"/></figure></div>\n<!-- /wp:uagb/image --></div>\n<!-- /wp:uagb/container --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"db8a0969\",\"backgroundType\":\"color\",\"backgroundSizeTablet\":\"cover\",\"backgroundSizeMobile\":\"cover\",\"backgroundColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"topPaddingDesktop\":120,\"bottomPaddingDesktop\":0,\"topPaddingTablet\":80,\"bottomPaddingTablet\":80,\"leftPaddingTablet\":30,\"rightPaddingTablet\":30,\"topPaddingMobile\":80,\"bottomPaddingMobile\":80,\"leftPaddingMobile\":20,\"rightPaddingMobile\":20,\"paddingLink\":false,\"variationSelected\":true,\"rowGapDesktop\":0,\"rowGapTablet\":0,\"isBlockRootParent\":true} -->\n<div id=\"nearby-visits\" class=\"wp-block-uagb-container uagb-block-db8a0969 alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/container {\"block_id\":\"05596ad5\",\"directionDesktop\":\"row\",\"alignItemsDesktop\":\"flex-end\",\"alignItemsTablet\":\"flex-end\",\"justifyContentDesktop\":\"flex-end\",\"justifyContentTablet\":\"space-between\",\"variationSelected\":true,\"rowGapMobile\":30,\"columnGapDesktop\":0} -->\n<div class=\"wp-block-uagb-container uagb-block-05596ad5\"><!-- wp:uagb/advanced-heading {\"block_id\":\"cdbd5a64\",\"classMigrate\":true,\"headingDescToggle\":true,\"subHeadingColor\":\"\",\"headSpace\":20,\"subHeadFontSize\":16} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-cdbd5a64\"><h2 class=\"uagb-heading-text\">Things to do in the area of Magaliesburg<br></h2><p class=\"uagb-desc-text\">Looking for more? Well, we believe that every guest walks into our lodge for the best experience. And, we are determined to do that.</p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/buttons {\"block_id\":\"f502092f\",\"classMigrate\":true,\"childMigrate\":true,\"align\":\"right\",\"alignTablet\":\"right\",\"alignMobile\":\"left\",\"gap\":0} -->\n<div class=\"wp-block-uagb-buttons uagb-buttons__outer-wrap uagb-btn__default-btn uagb-btn-tablet__default-btn uagb-btn-mobile__default-btn uagb-block-f502092f\"><div class=\"uagb-buttons__wrap uagb-buttons-layout-wrap\"><!-- wp:uagb/buttons-child {\"block_id\":\"2f0c55cf\",\"label\":\"Reservations\",\"link\":\"https://book.nightsbridge.com/11065\",\"hColor\":\"\",\"opensInNewTab\":true,\"borderWidth\":\"\",\"borderRadius\":\"\",\"borderStyle\":\"\",\"borderColor\":\"\",\"borderHColor\":\"\",\"btnBorderTopWidth\":1,\"btnBorderLeftWidth\":1,\"btnBorderRightWidth\":1,\"btnBorderBottomWidth\":1,\"btnBorderTopLeftRadius\":2,\"btnBorderTopRightRadius\":2,\"btnBorderBottomLeftRadius\":2,\"btnBorderBottomRightRadius\":2,\"btnBorderStyle\":\"solid\",\"btnBorderColor\":\"#333\",\"btnBorderHColor\":\"#333\"} -->\n<div class=\"wp-block-uagb-buttons-child uagb-buttons__outer-wrap uagb-block-2f0c55cf wp-block-button is-style-outline\"><div class=\"uagb-button__wrapper\"><a class=\"uagb-buttons-repeater wp-block-button__link\" href=\"https://book.nightsbridge.com/11065\" rel=\"follow noopener\" target=\"_blank\"><div class=\"uagb-button__link\">Reservations</div></a></div></div>\n<!-- /wp:uagb/buttons-child --></div></div>\n<!-- /wp:uagb/buttons --></div>\n<!-- /wp:uagb/container --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"fafe5cac\",\"backgroundType\":\"color\",\"backgroundSizeTablet\":\"cover\",\"backgroundSizeMobile\":\"cover\",\"backgroundColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"topPaddingDesktop\":50,\"bottomPaddingDesktop\":100,\"topPaddingTablet\":50,\"bottomPaddingTablet\":25,\"leftPaddingTablet\":20,\"rightPaddingTablet\":20,\"topPaddingMobile\":50,\"bottomPaddingMobile\":20,\"leftPaddingMobile\":20,\"rightPaddingMobile\":20,\"paddingLink\":false,\"variationSelected\":true,\"rowGapDesktop\":0,\"isBlockRootParent\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-fafe5cac alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/container {\"block_id\":\"5d4b1c43\",\"directionDesktop\":\"row\",\"alignItemsTablet\":\"flex-start\",\"paddingLink\":false,\"topMarginDesktop\":50,\"bottomMarginDesktop\":20,\"leftMarginDesktop\":0,\"rightMarginDesktop\":0,\"marginLink\":false,\"variationSelected\":true,\"rowGapMobile\":65,\"columnGapDesktop\":48,\"columnGapTablet\":20} -->\n<div class=\"wp-block-uagb-container uagb-block-5d4b1c43\"><!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"align\":\"center\",\"id\":1222,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image aligncenter size-full\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/41b46e52d7427ea1f6f135454e9a012f.png\" alt=\"\" class=\"wp-image-1222\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"textAlign\":\"center\",\"level\":3} -->\n<h3 class=\"has-text-align-center\">Fishing </h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>The dam has trout (stocked), bass, vlei Kuper and carp. Fly fishers seeking a unique challenge visit our establishment in search of the large &amp; small scale Yellow fish.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:buttons -->\n<div class=\"wp-block-buttons\"><!-- wp:button {\"align\":\"left\"} -->\n<div class=\"wp-block-button alignleft\"><a class=\"wp-block-button__link wp-element-button\" href=\"https://www.sundowner.co.za/rooms/magalies-barbus-haven/\" target=\"_blank\" rel=\"noreferrer noopener\">Barbus Haven</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons -->\n\n<!-- wp:paragraph -->\n<p>The opportunity to fish for Rainbow Trout or the elusive Brown Trout. Kingfisher offers rod hires at their venue. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:buttons -->\n<div class=\"wp-block-buttons\"><!-- wp:button {\"align\":\"left\"} -->\n<div class=\"wp-block-button alignleft\"><a class=\"wp-block-button__link wp-element-button\" href=\"https://www.thekingfisherlodge.co.za/activities/\" target=\"_blank\" rel=\"noreferrer noopener\">Kingfisher</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":1235,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Maseke-MTB-MvZ-3-1024x683-1.png\" alt=\"\" class=\"wp-image-1235\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>Mountain biking </h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>It is a privately owned nature reserve that offers mountain biking.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:spacer {\"height\":\"20px\"} -->\n<div style=\"height:20px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:buttons -->\n<div class=\"wp-block-buttons\"><!-- wp:button -->\n<div class=\"wp-block-button\"><a class=\"wp-block-button__link wp-element-button\" href=\"http://ingwebushcamp.yolasite.com/\" target=\"_blank\" rel=\"noreferrer noopener\">Ingwe Bush Camp&nbsp;</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons -->\n\n<!-- wp:paragraph -->\n<p>With over 80km of trails, Van Gaalen&nbsp;has something to offer for every kind of athlete, from beginner to advanced.<br></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:buttons -->\n<div class=\"wp-block-buttons\"><!-- wp:button -->\n<div class=\"wp-block-button\"><a class=\"wp-block-button__link wp-element-button\" href=\"https://www.vangaalen.co.za/products\" target=\"_blank\" rel=\"noreferrer noopener\">Van Gaalen\'s</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":1339,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/activity_2209_280316_original-3.png\" alt=\"\" class=\"wp-image-1339\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>Quad biking </h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>We have quads suitable for kiddies, tweens, teens, and adults. We have mini quads and fully automatic 150cc quads.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:spacer {\"height\":\"2px\"} -->\n<div style=\"height:2px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:buttons -->\n<div class=\"wp-block-buttons\"><!-- wp:button -->\n<div class=\"wp-block-button\"><a class=\"wp-block-button__link wp-element-button\" href=\"https://www.saddlecreekadventures.co.za/activity/quad-biking/\" target=\"_blank\" rel=\"noreferrer noopener\">Saddle Creek Ranch</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons -->\n\n<!-- wp:paragraph -->\n<p>A 700-meter monster track, the longest and most exciting track in Gauteng!</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:spacer {\"height\":\"2px\"} -->\n<div style=\"height:2px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:buttons -->\n<div class=\"wp-block-buttons\"><!-- wp:button -->\n<div class=\"wp-block-button\"><a class=\"wp-block-button__link wp-element-button\" href=\"http://www.swartkrans.co.za/\" target=\"_blank\" rel=\"noreferrer noopener\">Swartkrans Go-Karting&nbsp;</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"align\":\"center\",\"id\":1196,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image aligncenter size-full\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Michelle_1.png\" alt=\"\" class=\"wp-image-1196\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>Horse riding </h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Join us for an unforgettable horse riding experience in the peaceful countryside, with beautiful mountain scenery and lovely bush trails.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:buttons -->\n<div class=\"wp-block-buttons\"><!-- wp:button -->\n<div class=\"wp-block-button\"><a class=\"wp-block-button__link wp-element-button\" href=\"https://www.saddlecreekadventures.co.za/activity/horse-riding/\" target=\"_blank\" rel=\"noreferrer noopener\">Saddle Creek Ranch</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":1185,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/49089607_1950305445047847_5177863042771189760_n.png\" alt=\"\" class=\"wp-image-1185\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>Game drives </h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Enjoy a thrilling and educational adventure with our experienced guides.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:spacer {\"height\":\"2px\"} -->\n<div style=\"height:2px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:buttons -->\n<div class=\"wp-block-buttons\"><!-- wp:button -->\n<div class=\"wp-block-button\"><a class=\"wp-block-button__link wp-element-button\" href=\"https://www.rhinolion.co.za/visitors-guide/activity-index/game-drives/\" target=\"_blank\" rel=\"noreferrer noopener\">Rhino &amp; Lion Park</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons -->\n\n<!-- wp:paragraph -->\n<p>Our guided game-viewing drives take place each day in the morning and afternoon, as this is when the animals are most active.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:buttons -->\n<div class=\"wp-block-buttons\"><!-- wp:button -->\n<div class=\"wp-block-button\"><a class=\"wp-block-button__link wp-element-button\" href=\"https://www.africanhillslodge.co.za/experience/\" target=\"_blank\" rel=\"noreferrer noopener\">Askari Game Lodge</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:spacer {\"height\":\"12px\"} -->\n<div style=\"height:12px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:heading -->\n<h2>Other activites </h2>\n<!-- /wp:heading -->\n\n<!-- wp:uagb/faq {\"block_id\":\"1ead4c0b\",\"expandFirstItem\":false,\"boxBgColor\":\"#F5F5F5\",\"borderStyle\":\"\",\"borderWidth\":\"\",\"borderRadius\":\"\",\"borderColor\":\"\",\"vquestionPaddingDesktop\":15,\"hquestionPaddingDesktop\":15,\"iconAlign\":\"row-reverse\",\"schema\":\"{\\u0022@context\\u0022:\\u0022https://schema.org\\u0022,\\u0022@type\\u0022:\\u0022FAQPage\\u0022,\\u0022@id\\u0022:\\u0022https://blueroan.netgen.cloud/amenities/\\u0022,\\u0022mainEntity\\u0022:[{\\u0022@type\\u0022:\\u0022Question\\u0022,\\u0022name\\u0022:\\u0022\\u003cstrong\\u003ePUBS / MICRO BREWERIES\\u003c/strong\\u003e\\u0022,\\u0022acceptedAnswer\\u0022:{\\u0022@type\\u0022:\\u0022Answer\\u0022,\\u0022text\\u0022:\\u0022Black Horse   \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27825613246\\\\\\u0022\\u003e082 561 3246\\u003cbr\\u003e\\u003c/a\\u003eBrauhaus am Dam   \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27878025519\\\\\\u0022\\u003e087 802 5519\\u003c/a\\u003e / \\u003ca href=\\\\\\u0022tel:+27729201742\\\\\\u0022\\u003e072 920 1742\\u003c/a\\u003e\\u003cbr\\u003eHartleys Elephant Bar   \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27145772301\\\\\\u0022\\u003e014 577 2301\\u003cbr\\u003e\\u003c/a\\u003eThatchwood Pub   \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27837091672\\\\\\u0022\\u003e083 709 1672\\u003cbr\\u003e\\u003c/a\\u003eMonate Citrus Kelder   \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27122580712\\\\\\u0022\\u003e012 258 0712\\u003c/a\\u003e\\u0022}},{\\u0022@type\\u0022:\\u0022Question\\u0022,\\u0022name\\u0022:\\u0022\\u003cstrong\\u003eTEA GARDENS / RESTAURANTS   \\u003c/strong\\u003e\\u0022,\\u0022acceptedAnswer\\u0022:{\\u0022@type\\u0022:\\u0022Answer\\u0022,\\u0022text\\u0022:\\u0022Black Horse   \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27825613246\\\\\\u0022\\u003e082 561 3246\\u003cbr\\u003e\\u003c/a\\u003eBrauhaus am Dam   \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27878025519\\\\\\u0022\\u003e087 802 5519\\u003c/a\\u003e / \\u003ca href=\\\\\\u0022tel:+27729201742\\\\\\u0022\\u003e072 920 1742\\u003c/a\\u003e\\u003cbr\\u003eMelon Rouge   \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27796806050\\\\\\u0022\\u003e079 680 6050\\u003cbr\\u003e\\u003c/a\\u003eMount Grace Hotel   \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27145775600\\\\\\u0022\\u003e014 577 5600\\u003cbr\\u003e\\u003c/a\\u003eValley Lodge Hotel   \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27145771301\\\\\\u0022\\u003e014 577 1301\\u003cbr\\u003e\\u003c/a\\u003eLa Classique Ristorante   \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27145774006\\\\\\u0022\\u003e014 577 4006\\u003c/a\\u003e\\u0022}},{\\u0022@type\\u0022:\\u0022Question\\u0022,\\u0022name\\u0022:\\u0022\\u003cstrong\\u003eSHOPPING\\u003c/strong\\u003e  \\u0022,\\u0022acceptedAnswer\\u0022:{\\u0022@type\\u0022:\\u0022Answer\\u0022,\\u0022text\\u0022:\\u0022If Only Antiques    \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27827878825\\\\\\u0022\\u003e082 787 8825\\u003cbr\\u003e\\u003c/a\\u003ePuss in Boots   \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27145773562\\\\\\u0022\\u003e014 577 3562\\u003c/a\\u003e\\u0022}},{\\u0022@type\\u0022:\\u0022Question\\u0022,\\u0022name\\u0022:\\u0022\\u003cstrong\\u003eSPORTS \\u0026amp; ADVENTURE\\u003c/strong\\u003e\\u0022,\\u0022acceptedAnswer\\u0022:{\\u0022@type\\u0022:\\u0022Answer\\u0022,\\u0022text\\u0022:\\u0022Tandem Paragliding flips  \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27823221824\\\\\\u0022\\u003e0823221824\\u003c/a\\u003e\\u003cbr\\u003eMountain Sanctuary Park   \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27145340114\\\\\\u0022\\u003e014 534 0114\\u003cbr\\u003e\\u003c/a\\u003eBill Harrops Original Balloon Safaris   \\u003ca href=\\\\\\u0022tel:+27145771733\\\\\\u0022\\u003e014 577 1733\\u003c/a\\u003e / \\u003ca href=\\\\\\u0022tel:+27837520036\\\\\\u0022\\u003e083 752 0036\\u003c/a\\u003e\\u003cbr\\u003ePecanwood Golf Course   \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27122440112\\\\\\u0022\\u003e012 244 0112\\u003cbr\\u003e\\u003c/a\\u003eAir Ventures Hot Air Balloons   \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27117935782\\\\\\u0022\\u003e011 793 5782\\u003cbr\\u003e\\u003c/a\\u003eGliding   \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27835266966\\\\\\u0022\\u003e083 526 6966\\u003cbr\\u003e\\u003c/a\\u003eMagaliesberg Canopy Tours   \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27145350150\\\\\\u0022\\u003e014 535 0150\\u003cbr\\u003e\\u003c/a\\u003eWild Cave Adventures   \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27824862464\\\\\\u0022\\u003e082 486 2464\\u003cbr\\u003e\\u003c/a\\u003eMiracle Waters Dive Gateway   \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27832359840\\\\\\u0022\\u003e083 235 9840\\u003c/a\\u003e\\u0022}},{\\u0022@type\\u0022:\\u0022Question\\u0022,\\u0022name\\u0022:\\u0022\\u003cstrong\\u003eHEALTH SPAS\\u003c/strong\\u003e\\u0022,\\u0022acceptedAnswer\\u0022:{\\u0022@type\\u0022:\\u0022Answer\\u0022,\\u0022text\\u0022:\\u0022Whispering Pines   \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27145771536\\\\\\u0022\\u003e014 577 1536\\u003cbr\\u003e\\u003c/a\\u003eMount Grace Spa   \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27145775600\\\\\\u0022\\u003e014 577 5600\\u003cbr\\u003e\\u003c/a\\u003eValley Lodge Spa   \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27145771301\\\\\\u0022\\u003e014 577 1301\\u003cbr\\u003e\\u003c/a\\u003eRosewell Spa   \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27145771172\\\\\\u0022\\u003e014 577 1172\\u003cbr\\u003e\\u003c/a\\u003eSparkling Waters   \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27145350019\\\\\\u0022\\u003e014 535 0019\\u003c/a\\u003e\\u0022}},{\\u0022@type\\u0022:\\u0022Question\\u0022,\\u0022name\\u0022:\\u0022\\u003cstrong\\u003ePLACES OF INTEREST\\u003c/strong\\u003e\\u0022,\\u0022acceptedAnswer\\u0022:{\\u0022@type\\u0022:\\u0022Answer\\u0022,\\u0022text\\u0022:\\u0022Maropeng Visitors Centre   \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27145779000\\\\\\u0022\\u003e014 577 9000\\u003cbr\\u003e\\u003c/a\\u003eSterkfontein Caves   \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27116683200\\\\\\u0022\\u003e011 668 3200\\u003cbr\\u003e\\u003c/a\\u003eBlaaubank Gold Mine   \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27825673111\\\\\\u0022\\u003e082 567 3111\\u003cbr\\u003e\\u003c/a\\u003eVan Gaalen Cheese Farm   \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27122071289\\\\\\u0022\\u003e012 207 1289\\u003cbr\\u003e\\u003c/a\\u003eHartebeespoort Cableway   \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27722412654\\\\\\u0022\\u003e072 241 2654\\u003cbr\\u003e\\u003c/a\\u003eElephant Sanctuary             \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27122580423\\\\\\u0022\\u003e012 258 0423\\u003cbr\\u003e\\u003c/a\\u003eTeam Gel   \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27114622894\\\\\\u0022\\u003e011 462 2894\\u003c/a\\u003e / \\u003ca href=\\\\\\u0022tel:+27833207623\\\\\\u0022\\u003e083 320 7623\\u003c/a\\u003e\\u003cbr\\u003eMonate Citrus Kelder   \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27122580712\\\\\\u0022\\u003e012 258 0712\\u003cbr\\u003e\\u003c/a\\u003eLiving Jewels   \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27119566444\\\\\\u0022\\u003e011 956 6444\\u003cbr\\u003e\\u003c/a\\u003eBlaaubank Candle Dipping   \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27145774609\\\\\\u0022\\u003e014 577 4609\\u003cbr\\u003e\\u003c/a\\u003eVeggie Picking \\u0026amp; Strawberry Picking \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27122071116\\\\\\u0022\\u003e012 207 1116\\u003c/a\\u003e\\u0022}}]}\",\"questionLeftPaddingDesktop\":15,\"questionBottomPaddingDesktop\":15,\"answerTopPadding\":0,\"answerRightPadding\":15,\"answerBottomPadding\":15,\"answerLeftPadding\":15,\"answerTopPaddingTablet\":10,\"answerRightPaddingTablet\":10,\"answerBottomPaddingTablet\":10,\"answerLeftPaddingTablet\":10,\"answerTopPaddingMobile\":10,\"answerRightPaddingMobile\":10,\"answerBottomPaddingMobile\":10,\"answerLeftPaddingMobile\":10,\"overallBorderTopWidth\":1,\"overallBorderLeftWidth\":1,\"overallBorderRightWidth\":1,\"overallBorderBottomWidth\":1,\"overallBorderTopLeftRadius\":2,\"overallBorderTopRightRadius\":2,\"overallBorderBottomLeftRadius\":2,\"overallBorderBottomRightRadius\":2,\"overallBorderStyle\":\"none\",\"overallBorderColor\":\"#D2D2D2\"} -->\n<div class=\"wp-block-uagb-faq uagb-faq__outer-wrap uagb-block-1ead4c0b uagb-faq-icon-row-reverse uagb-faq-layout-accordion uagb-faq-expand-first-false uagb-faq-inactive-other-true uagb-faq__wrap uagb-buttons-layout-wrap uagb-faq-equal-height\" data-faqtoggle=\"true\" role=\"tablist\"><!-- wp:uagb/faq-child {\"block_id\":\"b7c92784\",\"question\":\"\\u003cstrong\\u003ePUBS / MICRO BREWERIES\\u003c/strong\\u003e\",\"answer\":\"Black Horse   \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27825613246\\u0022\\u003e082 561 3246\\u003cbr\\u003e\\u003c/a\\u003eBrauhaus am Dam   \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27878025519\\u0022\\u003e087 802 5519\\u003c/a\\u003e / \\u003ca href=\\u0022tel:+27729201742\\u0022\\u003e072 920 1742\\u003c/a\\u003e\\u003cbr\\u003eHartleys Elephant Bar   \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27145772301\\u0022\\u003e014 577 2301\\u003cbr\\u003e\\u003c/a\\u003eThatchwood Pub   \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27837091672\\u0022\\u003e083 709 1672\\u003cbr\\u003e\\u003c/a\\u003eMonate Citrus Kelder   \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27122580712\\u0022\\u003e012 258 0712\\u003c/a\\u003e\"} -->\n<div class=\"wp-block-uagb-faq-child uagb-faq-child__outer-wrap uagb-faq-item uagb-block-b7c92784\" role=\"tab\" tabindex=\"0\"><div class=\"uagb-faq-questions-button uagb-faq-questions\"><span class=\"uagb-icon uagb-faq-icon-wrap\"><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 448 512\"><path d=\"M432 256c0 17.69-14.33 32.01-32 32.01H256v144c0 17.69-14.33 31.99-32 31.99s-32-14.3-32-31.99v-144H48c-17.67 0-32-14.32-32-32.01s14.33-31.99 32-31.99H192v-144c0-17.69 14.33-32.01 32-32.01s32 14.32 32 32.01v144h144C417.7 224 432 238.3 432 256z\"></path></svg></span><span class=\"uagb-icon-active uagb-faq-icon-wrap\"><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 448 512\"><path d=\"M400 288h-352c-17.69 0-32-14.32-32-32.01s14.31-31.99 32-31.99h352c17.69 0 32 14.3 32 31.99S417.7 288 400 288z\"></path></svg></span><span class=\"uagb-question\"><strong>PUBS / MICRO BREWERIES</strong></span></div><p class=\"uagb-faq-content\">Black Horse   <br><a href=\"tel:+27825613246\">082 561 3246<br></a>Brauhaus am Dam   <br><a href=\"tel:+27878025519\">087 802 5519</a> / <a href=\"tel:+27729201742\">072 920 1742</a><br>Hartleys Elephant Bar   <br><a href=\"tel:+27145772301\">014 577 2301<br></a>Thatchwood Pub   <br><a href=\"tel:+27837091672\">083 709 1672<br></a>Monate Citrus Kelder   <br><a href=\"tel:+27122580712\">012 258 0712</a></p></div>\n<!-- /wp:uagb/faq-child -->\n\n<!-- wp:uagb/faq-child {\"block_id\":\"0be9e58e\",\"question\":\"\\u003cstrong\\u003eTEA GARDENS / RESTAURANTS   \\u003c/strong\\u003e\",\"answer\":\"Black Horse   \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27825613246\\u0022\\u003e082 561 3246\\u003cbr\\u003e\\u003c/a\\u003eBrauhaus am Dam   \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27878025519\\u0022\\u003e087 802 5519\\u003c/a\\u003e / \\u003ca href=\\u0022tel:+27729201742\\u0022\\u003e072 920 1742\\u003c/a\\u003e\\u003cbr\\u003eMelon Rouge   \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27796806050\\u0022\\u003e079 680 6050\\u003cbr\\u003e\\u003c/a\\u003eMount Grace Hotel   \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27145775600\\u0022\\u003e014 577 5600\\u003cbr\\u003e\\u003c/a\\u003eValley Lodge Hotel   \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27145771301\\u0022\\u003e014 577 1301\\u003cbr\\u003e\\u003c/a\\u003eLa Classique Ristorante   \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27145774006\\u0022\\u003e014 577 4006\\u003c/a\\u003e\"} -->\n<div class=\"wp-block-uagb-faq-child uagb-faq-child__outer-wrap uagb-faq-item uagb-block-0be9e58e\" role=\"tab\" tabindex=\"0\"><div class=\"uagb-faq-questions-button uagb-faq-questions\"><span class=\"uagb-icon uagb-faq-icon-wrap\"><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 448 512\"><path d=\"M432 256c0 17.69-14.33 32.01-32 32.01H256v144c0 17.69-14.33 31.99-32 31.99s-32-14.3-32-31.99v-144H48c-17.67 0-32-14.32-32-32.01s14.33-31.99 32-31.99H192v-144c0-17.69 14.33-32.01 32-32.01s32 14.32 32 32.01v144h144C417.7 224 432 238.3 432 256z\"></path></svg></span><span class=\"uagb-icon-active uagb-faq-icon-wrap\"><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 448 512\"><path d=\"M400 288h-352c-17.69 0-32-14.32-32-32.01s14.31-31.99 32-31.99h352c17.69 0 32 14.3 32 31.99S417.7 288 400 288z\"></path></svg></span><span class=\"uagb-question\"><strong>TEA GARDENS / RESTAURANTS   </strong></span></div><p class=\"uagb-faq-content\">Black Horse   <br><a href=\"tel:+27825613246\">082 561 3246<br></a>Brauhaus am Dam   <br><a href=\"tel:+27878025519\">087 802 5519</a> / <a href=\"tel:+27729201742\">072 920 1742</a><br>Melon Rouge   <br><a href=\"tel:+27796806050\">079 680 6050<br></a>Mount Grace Hotel   <br><a href=\"tel:+27145775600\">014 577 5600<br></a>Valley Lodge Hotel   <br><a href=\"tel:+27145771301\">014 577 1301<br></a>La Classique Ristorante   <br><a href=\"tel:+27145774006\">014 577 4006</a></p></div>\n<!-- /wp:uagb/faq-child -->\n\n<!-- wp:uagb/faq-child {\"block_id\":\"988abd5b\",\"question\":\"\\u003cstrong\\u003eSHOPPING\\u003c/strong\\u003e  \",\"answer\":\"If Only Antiques    \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27827878825\\u0022\\u003e082 787 8825\\u003cbr\\u003e\\u003c/a\\u003ePuss in Boots   \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27145773562\\u0022\\u003e014 577 3562\\u003c/a\\u003e\"} -->\n<div class=\"wp-block-uagb-faq-child uagb-faq-child__outer-wrap uagb-faq-item uagb-block-988abd5b\" role=\"tab\" tabindex=\"0\"><div class=\"uagb-faq-questions-button uagb-faq-questions\"><span class=\"uagb-icon uagb-faq-icon-wrap\"><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 448 512\"><path d=\"M432 256c0 17.69-14.33 32.01-32 32.01H256v144c0 17.69-14.33 31.99-32 31.99s-32-14.3-32-31.99v-144H48c-17.67 0-32-14.32-32-32.01s14.33-31.99 32-31.99H192v-144c0-17.69 14.33-32.01 32-32.01s32 14.32 32 32.01v144h144C417.7 224 432 238.3 432 256z\"></path></svg></span><span class=\"uagb-icon-active uagb-faq-icon-wrap\"><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 448 512\"><path d=\"M400 288h-352c-17.69 0-32-14.32-32-32.01s14.31-31.99 32-31.99h352c17.69 0 32 14.3 32 31.99S417.7 288 400 288z\"></path></svg></span><span class=\"uagb-question\"><strong>SHOPPING</strong>  </span></div><p class=\"uagb-faq-content\">If Only Antiques    <br><a href=\"tel:+27827878825\">082 787 8825<br></a>Puss in Boots   <br><a href=\"tel:+27145773562\">014 577 3562</a></p></div>\n<!-- /wp:uagb/faq-child -->\n\n<!-- wp:uagb/faq-child {\"block_id\":\"467c2268\",\"question\":\"\\u003cstrong\\u003eSPORTS \\u0026amp; ADVENTURE\\u003c/strong\\u003e\",\"answer\":\"Tandem Paragliding flips  \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27823221824\\u0022\\u003e0823221824\\u003c/a\\u003e\\u003cbr\\u003eMountain Sanctuary Park   \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27145340114\\u0022\\u003e014 534 0114\\u003cbr\\u003e\\u003c/a\\u003eBill Harrops Original Balloon Safaris   \\u003ca href=\\u0022tel:+27145771733\\u0022\\u003e014 577 1733\\u003c/a\\u003e / \\u003ca href=\\u0022tel:+27837520036\\u0022\\u003e083 752 0036\\u003c/a\\u003e\\u003cbr\\u003ePecanwood Golf Course   \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27122440112\\u0022\\u003e012 244 0112\\u003cbr\\u003e\\u003c/a\\u003eAir Ventures Hot Air Balloons   \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27117935782\\u0022\\u003e011 793 5782\\u003cbr\\u003e\\u003c/a\\u003eGliding   \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27835266966\\u0022\\u003e083 526 6966\\u003cbr\\u003e\\u003c/a\\u003eMagaliesberg Canopy Tours   \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27145350150\\u0022\\u003e014 535 0150\\u003cbr\\u003e\\u003c/a\\u003eWild Cave Adventures   \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27824862464\\u0022\\u003e082 486 2464\\u003cbr\\u003e\\u003c/a\\u003eMiracle Waters Dive Gateway   \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27832359840\\u0022\\u003e083 235 9840\\u003c/a\\u003e\"} -->\n<div class=\"wp-block-uagb-faq-child uagb-faq-child__outer-wrap uagb-faq-item uagb-block-467c2268\" role=\"tab\" tabindex=\"0\"><div class=\"uagb-faq-questions-button uagb-faq-questions\"><span class=\"uagb-icon uagb-faq-icon-wrap\"><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 448 512\"><path d=\"M432 256c0 17.69-14.33 32.01-32 32.01H256v144c0 17.69-14.33 31.99-32 31.99s-32-14.3-32-31.99v-144H48c-17.67 0-32-14.32-32-32.01s14.33-31.99 32-31.99H192v-144c0-17.69 14.33-32.01 32-32.01s32 14.32 32 32.01v144h144C417.7 224 432 238.3 432 256z\"></path></svg></span><span class=\"uagb-icon-active uagb-faq-icon-wrap\"><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 448 512\"><path d=\"M400 288h-352c-17.69 0-32-14.32-32-32.01s14.31-31.99 32-31.99h352c17.69 0 32 14.3 32 31.99S417.7 288 400 288z\"></path></svg></span><span class=\"uagb-question\"><strong>SPORTS &amp; ADVENTURE</strong></span></div><p class=\"uagb-faq-content\">Tandem Paragliding flips  <br><a href=\"tel:+27823221824\">0823221824</a><br>Mountain Sanctuary Park   <br><a href=\"tel:+27145340114\">014 534 0114<br></a>Bill Harrops Original Balloon Safaris   <a href=\"tel:+27145771733\">014 577 1733</a> / <a href=\"tel:+27837520036\">083 752 0036</a><br>Pecanwood Golf Course   <br><a href=\"tel:+27122440112\">012 244 0112<br></a>Air Ventures Hot Air Balloons   <br><a href=\"tel:+27117935782\">011 793 5782<br></a>Gliding   <br><a href=\"tel:+27835266966\">083 526 6966<br></a>Magaliesberg Canopy Tours   <br><a href=\"tel:+27145350150\">014 535 0150<br></a>Wild Cave Adventures   <br><a href=\"tel:+27824862464\">082 486 2464<br></a>Miracle Waters Dive Gateway   <br><a href=\"tel:+27832359840\">083 235 9840</a></p></div>\n<!-- /wp:uagb/faq-child -->\n\n<!-- wp:uagb/faq-child {\"block_id\":\"b6acf775\",\"question\":\"\\u003cstrong\\u003eHEALTH SPAS\\u003c/strong\\u003e\",\"answer\":\"Whispering Pines   \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27145771536\\u0022\\u003e014 577 1536\\u003cbr\\u003e\\u003c/a\\u003eMount Grace Spa   \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27145775600\\u0022\\u003e014 577 5600\\u003cbr\\u003e\\u003c/a\\u003eValley Lodge Spa   \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27145771301\\u0022\\u003e014 577 1301\\u003cbr\\u003e\\u003c/a\\u003eRosewell Spa   \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27145771172\\u0022\\u003e014 577 1172\\u003cbr\\u003e\\u003c/a\\u003eSparkling Waters   \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27145350019\\u0022\\u003e014 535 0019\\u003c/a\\u003e\"} -->\n<div class=\"wp-block-uagb-faq-child uagb-faq-child__outer-wrap uagb-faq-item uagb-block-b6acf775\" role=\"tab\" tabindex=\"0\"><div class=\"uagb-faq-questions-button uagb-faq-questions\"><span class=\"uagb-icon uagb-faq-icon-wrap\"><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 448 512\"><path d=\"M432 256c0 17.69-14.33 32.01-32 32.01H256v144c0 17.69-14.33 31.99-32 31.99s-32-14.3-32-31.99v-144H48c-17.67 0-32-14.32-32-32.01s14.33-31.99 32-31.99H192v-144c0-17.69 14.33-32.01 32-32.01s32 14.32 32 32.01v144h144C417.7 224 432 238.3 432 256z\"></path></svg></span><span class=\"uagb-icon-active uagb-faq-icon-wrap\"><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 448 512\"><path d=\"M400 288h-352c-17.69 0-32-14.32-32-32.01s14.31-31.99 32-31.99h352c17.69 0 32 14.3 32 31.99S417.7 288 400 288z\"></path></svg></span><span class=\"uagb-question\"><strong>HEALTH SPAS</strong></span></div><p class=\"uagb-faq-content\">Whispering Pines   <br><a href=\"tel:+27145771536\">014 577 1536<br></a>Mount Grace Spa   <br><a href=\"tel:+27145775600\">014 577 5600<br></a>Valley Lodge Spa   <br><a href=\"tel:+27145771301\">014 577 1301<br></a>Rosewell Spa   <br><a href=\"tel:+27145771172\">014 577 1172<br></a>Sparkling Waters   <br><a href=\"tel:+27145350019\">014 535 0019</a></p></div>\n<!-- /wp:uagb/faq-child -->\n\n<!-- wp:uagb/faq-child {\"block_id\":\"5f096e69\",\"question\":\"\\u003cstrong\\u003ePLACES OF INTEREST\\u003c/strong\\u003e\",\"answer\":\"Maropeng Visitors Centre   \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27145779000\\u0022\\u003e014 577 9000\\u003cbr\\u003e\\u003c/a\\u003eSterkfontein Caves   \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27116683200\\u0022\\u003e011 668 3200\\u003cbr\\u003e\\u003c/a\\u003eBlaaubank Gold Mine   \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27825673111\\u0022\\u003e082 567 3111\\u003cbr\\u003e\\u003c/a\\u003eVan Gaalen Cheese Farm   \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27122071289\\u0022\\u003e012 207 1289\\u003cbr\\u003e\\u003c/a\\u003eHartebeespoort Cableway   \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27722412654\\u0022\\u003e072 241 2654\\u003cbr\\u003e\\u003c/a\\u003eElephant Sanctuary             \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27122580423\\u0022\\u003e012 258 0423\\u003cbr\\u003e\\u003c/a\\u003eTeam Gel   \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27114622894\\u0022\\u003e011 462 2894\\u003c/a\\u003e / \\u003ca href=\\u0022tel:+27833207623\\u0022\\u003e083 320 7623\\u003c/a\\u003e\\u003cbr\\u003eMonate Citrus Kelder   \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27122580712\\u0022\\u003e012 258 0712\\u003cbr\\u003e\\u003c/a\\u003eLiving Jewels   \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27119566444\\u0022\\u003e011 956 6444\\u003cbr\\u003e\\u003c/a\\u003eBlaaubank Candle Dipping   \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27145774609\\u0022\\u003e014 577 4609\\u003cbr\\u003e\\u003c/a\\u003eVeggie Picking \\u0026amp; Strawberry Picking \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27122071116\\u0022\\u003e012 207 1116\\u003c/a\\u003e\"} -->\n<div class=\"wp-block-uagb-faq-child uagb-faq-child__outer-wrap uagb-faq-item uagb-block-5f096e69\" role=\"tab\" tabindex=\"0\"><div class=\"uagb-faq-questions-button uagb-faq-questions\"><span class=\"uagb-icon uagb-faq-icon-wrap\"><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 448 512\"><path d=\"M432 256c0 17.69-14.33 32.01-32 32.01H256v144c0 17.69-14.33 31.99-32 31.99s-32-14.3-32-31.99v-144H48c-17.67 0-32-14.32-32-32.01s14.33-31.99 32-31.99H192v-144c0-17.69 14.33-32.01 32-32.01s32 14.32 32 32.01v144h144C417.7 224 432 238.3 432 256z\"></path></svg></span><span class=\"uagb-icon-active uagb-faq-icon-wrap\"><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 448 512\"><path d=\"M400 288h-352c-17.69 0-32-14.32-32-32.01s14.31-31.99 32-31.99h352c17.69 0 32 14.3 32 31.99S417.7 288 400 288z\"></path></svg></span><span class=\"uagb-question\"><strong>PLACES OF INTEREST</strong></span></div><p class=\"uagb-faq-content\">Maropeng Visitors Centre   <br><a href=\"tel:+27145779000\">014 577 9000<br></a>Sterkfontein Caves   <br><a href=\"tel:+27116683200\">011 668 3200<br></a>Blaaubank Gold Mine   <br><a href=\"tel:+27825673111\">082 567 3111<br></a>Van Gaalen Cheese Farm   <br><a href=\"tel:+27122071289\">012 207 1289<br></a>Hartebeespoort Cableway   <br><a href=\"tel:+27722412654\">072 241 2654<br></a>Elephant Sanctuary             <br><a href=\"tel:+27122580423\">012 258 0423<br></a>Team Gel   <br><a href=\"tel:+27114622894\">011 462 2894</a> / <a href=\"tel:+27833207623\">083 320 7623</a><br>Monate Citrus Kelder   <br><a href=\"tel:+27122580712\">012 258 0712<br></a>Living Jewels   <br><a href=\"tel:+27119566444\">011 956 6444<br></a>Blaaubank Candle Dipping   <br><a href=\"tel:+27145774609\">014 577 4609<br></a>Veggie Picking &amp; Strawberry Picking <br><a href=\"tel:+27122071116\">012 207 1116</a></p></div>\n<!-- /wp:uagb/faq-child --></div>\n<!-- /wp:uagb/faq --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"0b5b2910\",\"innerContentCustomWidthDesktop\":781,\"innerContentCustomWidthTablet\":781,\"backgroundType\":\"image\",\"backgroundImageDesktop\":{\"id\":907,\"title\":\"241565_xl\",\"filename\":\"241565_xl.jpg\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/241565_xl.jpg\",\"link\":\"https://blueroan.netgen.cloud/home/241565_xl/\",\"alt\":\"\",\"author\":\"2\",\"description\":\"\",\"caption\":\"\",\"name\":\"241565_xl\",\"status\":\"inherit\",\"uploadedTo\":760,\"date\":\"2022-12-13T15:04:35.000Z\",\"modified\":\"2022-12-13T15:04:35.000Z\",\"menuOrder\":0,\"mime\":\"image/jpeg\",\"type\":\"image\",\"subtype\":\"jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-includes/images/media/default.png\",\"dateFormatted\":\"December 13, 2022\",\"nonces\":{\"update\":\"8ba15922a4\",\"delete\":\"e660ddd200\",\"edit\":\"57c3a4b066\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=907\\u0026action=edit\",\"meta\":false,\"authorName\":\"Netgen Support\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/profile.php\",\"uploadedToTitle\":\"Home\",\"uploadedToLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=760\\u0026action=edit\",\"filesizeInBytes\":90717,\"filesizeHumanReadable\":\"89 KB\",\"context\":\"\",\"height\":534,\"width\":800,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/241565_xl-150x150.jpg\",\"orientation\":\"landscape\"},\"medium\":{\"height\":200,\"width\":300,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/241565_xl-300x200.jpg\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/241565_xl.jpg\",\"height\":534,\"width\":800,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"backgroundImageColor\":\"rgba(42,42,42,0.65)\",\"topPaddingDesktop\":144,\"bottomPaddingDesktop\":144,\"leftPaddingDesktop\":40,\"rightPaddingDesktop\":40,\"topPaddingTablet\":80,\"bottomPaddingTablet\":80,\"leftPaddingTablet\":40,\"rightPaddingTablet\":40,\"topPaddingMobile\":64,\"bottomPaddingMobile\":64,\"leftPaddingMobile\":24,\"rightPaddingMobile\":24,\"paddingLink\":false,\"variationSelected\":true,\"isBlockRootParent\":true,\"overlayType\":\"color\"} -->\n<div class=\"wp-block-uagb-container uagb-block-0b5b2910 alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/advanced-heading {\"block_id\":\"321c6732\",\"classMigrate\":true,\"headingDescToggle\":true,\"headingAlign\":\"center\",\"headingColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"subHeadingColor\":\"var(\\u002d\\u002dast-global-color-4)\",\"headSpace\":20} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-321c6732\"><h2 class=\"uagb-heading-text\">Create Memorable Moments at Blue Roan!</h2><p class=\"uagb-desc-text\">Blue Roan is a 4-star graded pet-friendly venue</p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/advanced-heading {\"block_id\":\"c09a5543\",\"classMigrate\":true,\"headingTitleToggle\":false,\"headingDescToggle\":true,\"headingAlign\":\"center\",\"subHeadingColor\":\"var(\\u002d\\u002dast-global-color-4)\",\"subHeadTransform\":\"uppercase\",\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"subHeadLetterSpacing\":2,\"blockTopPadding\":60,\"blockRightPadding\":0,\"blockLeftPadding\":0,\"blockBottomPadding\":0,\"blockTopPaddingMobile\":30,\"blockRightPaddingMobile\":0,\"blockLeftPaddingMobile\":0,\"blockBottomPaddingMobile\":0,\"linkColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"linkHColor\":\"var(\\u002d\\u002dast-global-color-0)\"} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-c09a5543\"><p class=\"uagb-desc-text\"><a href=\"https://book.nightsbridge.com/11065\" target=\"_blank\" rel=\"noreferrer noopener\">BOOK YOUR STAY NOW​</a></p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/icon-list {\"block_id\":\"90ac47ea\",\"classMigrate\":true,\"childMigrate\":true,\"align\":\"center\",\"parentIcon\":\"phone\",\"size\":40,\"sizeMobile\":24,\"sizeTablet\":32,\"fontSize\":48,\"fontSizeMobile\":28,\"fontSizeTablet\":40,\"fontWeight\":\"600\",\"iconColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"labelColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"blockTopPadding\":0,\"blockRightPadding\":0,\"blockLeftPadding\":0,\"blockBottomPadding\":24,\"blockPaddingLink\":false} -->\n<div class=\"wp-block-uagb-icon-list uagb-block-90ac47ea\"><div class=\"uagb-icon-list__wrap\"><!-- wp:uagb/icon-list-child {\"block_id\":\"12a7f397\",\"label\":\"+ 27 (0) 82 575 5409\",\"label_color\":\"\",\"link\":\"tel:+27825755409\",\"disableLink\":true,\"fromParentIcon\":\"phone\",\"imageSizeChild\":40} -->\n<div class=\"wp-block-uagb-icon-list-child uagb-block-12a7f397\"><a target=\"_self\" aria-label=\"+ 27 (0) 82 575 5409\" rel=\"noopener noreferrer\" href=\"tel:+27825755409\"> </a><span class=\"uagb-icon-list__source-wrap\"><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M511.2 387l-23.25 100.8c-3.266 14.25-15.79 24.22-30.46 24.22C205.2 512 0 306.8 0 54.5c0-14.66 9.969-27.2 24.22-30.45l100.8-23.25C139.7-2.602 154.7 5.018 160.8 18.92l46.52 108.5c5.438 12.78 1.77 27.67-8.98 36.45L144.5 207.1c33.98 69.22 90.26 125.5 159.5 159.5l44.08-53.8c8.688-10.78 23.69-14.51 36.47-8.975l108.5 46.51C506.1 357.2 514.6 372.4 511.2 387z\"></path></svg></span><span class=\"uagb-icon-list__label\">+ 27 (0) 82 575 5409</span></div>\n<!-- /wp:uagb/icon-list-child -->\n\n<!-- wp:uagb/icon-list-child {\"block_id\":\"56345d5d\",\"label\":\" blueroan@ugo.co.za\",\"icon\":\"envelope\",\"label_color\":\"\",\"link\":\"mailto: blueroan@ugo.co.za\",\"disableLink\":true} -->\n<div class=\"wp-block-uagb-icon-list-child uagb-block-56345d5d\"><a target=\"_self\" aria-label=\" blueroan@ugo.co.za\" rel=\"noopener noreferrer\" href=\"mailto:blueroan@ugo.co.za\"> </a><span class=\"uagb-icon-list__source-wrap\"><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M464 64C490.5 64 512 85.49 512 112C512 127.1 504.9 141.3 492.8 150.4L275.2 313.6C263.8 322.1 248.2 322.1 236.8 313.6L19.2 150.4C7.113 141.3 0 127.1 0 112C0 85.49 21.49 64 48 64H464zM217.6 339.2C240.4 356.3 271.6 356.3 294.4 339.2L512 176V384C512 419.3 483.3 448 448 448H64C28.65 448 0 419.3 0 384V176L217.6 339.2z\"></path></svg></span><span class=\"uagb-icon-list__label\"> blueroan@ugo.co.za</span></div>\n<!-- /wp:uagb/icon-list-child --></div></div>\n<!-- /wp:uagb/icon-list --></div></div>\n<!-- /wp:uagb/container -->',	'Amenities',	'',	'inherit',	'closed',	'closed',	'',	'762-revision-v1',	'',	'',	'2022-12-19 08:10:08',	'2022-12-19 08:10:08',	'',	762,	'https://blueroan.netgen.cloud/?p=1341',	0,	'revision',	'',	0),
(1342,	2,	'2022-12-19 08:13:16',	'2022-12-19 08:13:16',	'',	'Askari-Game-Lodge-Spa-Wildlife-Giraffe',	'',	'inherit',	'',	'closed',	'',	'askari-game-lodge-spa-wildlife-giraffe',	'',	'',	'2022-12-19 08:13:16',	'2022-12-19 08:13:16',	'',	762,	'https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Askari-Game-Lodge-Spa-Wildlife-Giraffe.png',	0,	'attachment',	'image/png',	0),
(1343,	2,	'2022-12-19 08:13:19',	'2022-12-19 08:13:19',	'<!-- wp:uagb/container {\"block_id\":\"c789eb9b\",\"backgroundType\":\"image\",\"backgroundImageDesktop\":{\"id\":1007,\"title\":\"AAEAAQAAAAAAAAAAAAAAJDg5NmY0ZGUxLWE4MTgtNDY5NC1iODFhLTBmN2Q0ZDc5ZWFiNw-1\",\"filename\":\"AAEAAQAAAAAAAAAAAAAAJDg5NmY0ZGUxLWE4MTgtNDY5NC1iODFhLTBmN2Q0ZDc5ZWFiNw-1.png\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAAJDg5NmY0ZGUxLWE4MTgtNDY5NC1iODFhLTBmN2Q0ZDc5ZWFiNw-1.png\",\"link\":\"https://blueroan.netgen.cloud/the-barn/aaeaaqaaaaaaaaaaaaaajdg5nmy0zguxlwe4mtgtndy5nc1iodfhltbmn2q0zdc5zwfinw-1/\",\"alt\":\"\",\"author\":\"2\",\"description\":\"\",\"caption\":\"\",\"name\":\"aaeaaqaaaaaaaaaaaaaajdg5nmy0zguxlwe4mtgtndy5nc1iodfhltbmn2q0zdc5zwfinw-1\",\"status\":\"inherit\",\"uploadedTo\":948,\"date\":\"2022-12-14T10:50:25.000Z\",\"modified\":\"2022-12-14T10:50:25.000Z\",\"menuOrder\":0,\"mime\":\"image/png\",\"type\":\"image\",\"subtype\":\"png\",\"icon\":\"https://blueroan.netgen.cloud/wp-includes/images/media/default.png\",\"dateFormatted\":\"December 14, 2022\",\"nonces\":{\"update\":\"483f8bdf3d\",\"delete\":\"0a7ebc92ef\",\"edit\":\"6bc1c6a685\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=1007\\u0026action=edit\",\"meta\":false,\"authorName\":\"Netgen Support\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/profile.php\",\"uploadedToTitle\":\"The Barn\",\"uploadedToLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=948\\u0026action=edit\",\"filesizeInBytes\":1348989,\"filesizeHumanReadable\":\"1 MB\",\"context\":\"\",\"height\":667,\"width\":1000,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAAJDg5NmY0ZGUxLWE4MTgtNDY5NC1iODFhLTBmN2Q0ZDc5ZWFiNw-1-150x150.png\",\"orientation\":\"landscape\"},\"medium\":{\"height\":200,\"width\":300,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAAJDg5NmY0ZGUxLWE4MTgtNDY5NC1iODFhLTBmN2Q0ZDc5ZWFiNw-1-300x200.png\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAAJDg5NmY0ZGUxLWE4MTgtNDY5NC1iODFhLTBmN2Q0ZDc5ZWFiNw-1.png\",\"height\":667,\"width\":1000,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"backgroundPositionDesktop\":{\"x\":0.61,\"y\":0.52},\"backgroundSizeTablet\":\"cover\",\"backgroundSizeMobile\":\"cover\",\"backgroundColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"backgroundImageColor\":\"rgba(42,42,42,0.5)\",\"topPaddingDesktop\":220,\"bottomPaddingDesktop\":150,\"topPaddingTablet\":170,\"bottomPaddingTablet\":160,\"leftPaddingTablet\":30,\"rightPaddingTablet\":30,\"topPaddingMobile\":180,\"bottomPaddingMobile\":80,\"leftPaddingMobile\":20,\"rightPaddingMobile\":20,\"paddingLink\":false,\"variationSelected\":true,\"isBlockRootParent\":true,\"overlayType\":\"color\"} -->\n<div class=\"wp-block-uagb-container uagb-block-c789eb9b alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/advanced-heading {\"block_id\":\"83e3cea7\",\"classMigrate\":true,\"headingDescToggle\":true,\"headingColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"subHeadingColor\":\"var(\\u002d\\u002dast-global-color-4)\",\"headingTag\":\"h1\",\"headSpace\":20,\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"blockTopPadding\":0,\"blockRightPadding\":50,\"blockLeftPadding\":0,\"blockBottomPadding\":0,\"blockTopPaddingTablet\":0,\"blockRightPaddingTablet\":20,\"blockLeftPaddingTablet\":0,\"blockBottomPaddingTablet\":0,\"blockTopPaddingMobile\":0,\"blockRightPaddingMobile\":0,\"blockLeftPaddingMobile\":0,\"blockBottomPaddingMobile\":0,\"blockPaddingUnit\":\"%\",\"blockPaddingUnitTablet\":\"%\"} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-83e3cea7\"><h1 class=\"uagb-heading-text\">Amenities &amp; Interests​</h1><p class=\"uagb-desc-text\">We do not give you just rooms to stay in. We give you an environment where you can experience the best while on a holiday with us. </p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:buttons -->\n<div class=\"wp-block-buttons\"><!-- wp:button -->\n<div class=\"wp-block-button\"><a class=\"wp-block-button__link wp-element-button\" href=\"https://book.nightsbridge.com/11065\" target=\"_blank\" rel=\"noreferrer noopener\">BOOK NOW</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"0142688c\",\"backgroundType\":\"color\",\"backgroundSizeTablet\":\"cover\",\"backgroundSizeMobile\":\"cover\",\"backgroundColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"topPaddingDesktop\":50,\"bottomPaddingDesktop\":100,\"topPaddingTablet\":50,\"bottomPaddingTablet\":25,\"leftPaddingTablet\":20,\"rightPaddingTablet\":20,\"topPaddingMobile\":50,\"bottomPaddingMobile\":20,\"leftPaddingMobile\":20,\"rightPaddingMobile\":20,\"paddingLink\":false,\"variationSelected\":true,\"rowGapDesktop\":0,\"isBlockRootParent\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-0142688c alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/container {\"block_id\":\"6d00fac7\",\"directionDesktop\":\"row\",\"alignItemsTablet\":\"flex-start\",\"paddingLink\":false,\"topMarginDesktop\":50,\"bottomMarginDesktop\":20,\"leftMarginDesktop\":0,\"rightMarginDesktop\":0,\"marginLink\":false,\"variationSelected\":true,\"rowGapMobile\":65,\"columnGapDesktop\":48,\"columnGapTablet\":20} -->\n<div class=\"wp-block-uagb-container uagb-block-6d00fac7\"><!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"align\":\"center\",\"id\":828,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image aligncenter size-full\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Blue-Roan-pool.png\" alt=\"Blue Roan\'s rock pool\" class=\"wp-image-828\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>A relaxing rock Pool​</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>We have a lovely sparkling blue rock pool next to a thatched Lapa. &nbsp;&nbsp;Lie on recliners on the green lawn or sit on the swing chair in the Lapa and enjoy the panoramic view of the Magaliesberg mountain range.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":829,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/img-20160605-wa0002-largejpg.png\" alt=\"\" class=\"wp-image-829\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>Braai facilities </h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>What can compare to a burning fire under the star-lit African sky? Nothing beats the flavor of cooking over an open flame.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":830,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/ef9d0188da11e2bc56788f5619d9d539.png\" alt=\"\" class=\"wp-image-830\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>A games room </h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>The reception is also a games room for those who enjoy darts or playing pool. &nbsp;Take a selection of DVDs back to your room and watch movies on your own DVD player. &nbsp;There is also a selection of board games and music CDs that you can borrow.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"align\":\"center\",\"id\":1198,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image aligncenter size-full\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/eyJidWNrZXQiOiJhc3NldHMuYWxsdHJhaWxzLmNvbSIsImtleSI6InVwbG9hZHMvcGhvdG8vaW1hZ2UvNDMxNzk4MTAvYjZkYTAz-1.png\" alt=\"\" class=\"wp-image-1198\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>Walking or hiking </h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>There is a well-kept walking trail on our property with plenty of bird life and some benches along the way. &nbsp;It is safe for dogs to run off-leash as it is completely fenced all around. &nbsp;For those who enjoy long walks and hikes, it is safe to cross onto neighbouring farms and go as far as the eye can see.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":1185,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/49089607_1950305445047847_5177863042771189760_n.png\" alt=\"\" class=\"wp-image-1185\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>Mountain biking </h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Bring your mountain bikes and explore the surrounding countryside on safe off-road tracks on our property and on neighbouring farms.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":1196,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Michelle_1.png\" alt=\"\" class=\"wp-image-1196\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>Horse riding </h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Interested riders can book at one of the recommended horse-riding establishments listed further down this page.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"dc3ce42b\",\"innerContentWidth\":\"alignfull\",\"directionDesktop\":\"row\",\"wrapTablet\":\"wrap\",\"variationSelected\":true,\"rowGapTablet\":0,\"columnGapDesktop\":0,\"isBlockRootParent\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-dc3ce42b alignfull uagb-is-root-container\"><!-- wp:uagb/container {\"block_id\":\"f03484df\",\"widthDesktop\":25,\"widthTablet\":50,\"variationSelected\":true,\"widthSetByUser\":true,\"UAGHideMob\":true,\"UAGResponsiveConditions\":true} -->\n<div class=\"wp-block-uagb-container uag-hide-mob uagb-block-f03484df\"><!-- wp:uagb/image {\"block_id\":\"9ca90f94\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-18-1-1024x768.jpg\",\"id\":1208,\"linkDestination\":\"none\",\"width\":480,\"height\":500,\"naturalWidth\":1024,\"naturalHeight\":768,\"sizeSlug\":\"large\",\"sizeSlugTablet\":\"large\",\"sizeSlugMobile\":\"large\",\"customHeightSetDesktop\":true} -->\n<div class=\"wp-block-uagb-image uagb-block-9ca90f94 wp-block-uagb-image--layout-default wp-block-uagb-image--effect-static wp-block-uagb-image--align-none\"><figure class=\"wp-block-uagb-image__figure\"><img srcset=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-18-1-1024x768.jpg \" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-18-1-1024x768.jpg\" alt=\"\" class=\"uag-image-1208\" width=\"480\" height=\"500\" title=\"\" loading=\"lazy\"/></figure></div>\n<!-- /wp:uagb/image --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"e410b4f9\",\"widthDesktop\":25,\"widthTablet\":50,\"variationSelected\":true,\"widthSetByUser\":true,\"UAGHideMob\":true,\"UAGResponsiveConditions\":true} -->\n<div class=\"wp-block-uagb-container uag-hide-mob uagb-block-e410b4f9\"><!-- wp:uagb/image {\"block_id\":\"104301a4\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Blue-Roan-pool-1.png\",\"id\":1210,\"linkDestination\":\"none\",\"width\":480,\"height\":500,\"naturalWidth\":370,\"naturalHeight\":440,\"sizeSlug\":\"full\",\"sizeSlugTablet\":\"full\",\"sizeSlugMobile\":\"full\",\"customHeightSetDesktop\":true} -->\n<div class=\"wp-block-uagb-image uagb-block-104301a4 wp-block-uagb-image--layout-default wp-block-uagb-image--effect-static wp-block-uagb-image--align-none\"><figure class=\"wp-block-uagb-image__figure\"><img srcset=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Blue-Roan-pool-1.png \" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Blue-Roan-pool-1.png\" alt=\"\" class=\"uag-image-1210\" width=\"480\" height=\"500\" title=\"\" loading=\"lazy\"/></figure></div>\n<!-- /wp:uagb/image --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"671878e2\",\"widthDesktop\":50,\"widthTablet\":100,\"variationSelected\":true,\"columnGapDesktop\":20,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-671878e2\"><!-- wp:uagb/image {\"block_id\":\"06ab1337\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/the-view-from-my-rooms-1024x768.jpg\",\"id\":1211,\"linkDestination\":\"none\",\"width\":960,\"height\":500,\"naturalWidth\":1024,\"naturalHeight\":768,\"sizeSlug\":\"large\",\"sizeSlugTablet\":\"large\",\"sizeSlugMobile\":\"large\",\"customHeightSetDesktop\":true} -->\n<div class=\"wp-block-uagb-image uagb-block-06ab1337 wp-block-uagb-image--layout-default wp-block-uagb-image--effect-static wp-block-uagb-image--align-none\"><figure class=\"wp-block-uagb-image__figure\"><img srcset=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/the-view-from-my-rooms-1024x768.jpg \" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/the-view-from-my-rooms-1024x768.jpg\" alt=\"\" class=\"uag-image-1211\" width=\"960\" height=\"500\" title=\"\" loading=\"lazy\"/></figure></div>\n<!-- /wp:uagb/image --></div>\n<!-- /wp:uagb/container --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"b2bd5a86\",\"innerContentWidth\":\"alignfull\",\"directionDesktop\":\"row\",\"wrapTablet\":\"wrap\",\"variationSelected\":true,\"rowGapTablet\":0,\"columnGapDesktop\":0,\"isBlockRootParent\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-b2bd5a86 alignfull uagb-is-root-container\"><!-- wp:uagb/container {\"block_id\":\"83318baa\",\"widthDesktop\":50,\"widthTablet\":100,\"variationSelected\":true,\"columnGapDesktop\":20,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-83318baa\"><!-- wp:uagb/image {\"block_id\":\"e8210898\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAAJDI0ZWY4NDc1LThjYjYtNDM3YS1iOTliLWNmOWQxYTJkMWU5MQ-1.png\",\"id\":1213,\"linkDestination\":\"none\",\"width\":960,\"height\":500,\"naturalWidth\":1000,\"naturalHeight\":667,\"sizeSlug\":\"full\",\"sizeSlugTablet\":\"full\",\"sizeSlugMobile\":\"full\",\"customHeightSetDesktop\":true} -->\n<div class=\"wp-block-uagb-image uagb-block-e8210898 wp-block-uagb-image--layout-default wp-block-uagb-image--effect-static wp-block-uagb-image--align-none\"><figure class=\"wp-block-uagb-image__figure\"><img srcset=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAAJDI0ZWY4NDc1LThjYjYtNDM3YS1iOTliLWNmOWQxYTJkMWU5MQ-1.png \" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAAJDI0ZWY4NDc1LThjYjYtNDM3YS1iOTliLWNmOWQxYTJkMWU5MQ-1.png\" alt=\"\" class=\"uag-image-1213\" width=\"960\" height=\"500\" title=\"\" loading=\"lazy\"/></figure></div>\n<!-- /wp:uagb/image --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"1a588f9b\",\"widthDesktop\":25,\"variationSelected\":true,\"widthSetByUser\":true,\"UAGHideMob\":true,\"UAGResponsiveConditions\":true} -->\n<div class=\"wp-block-uagb-container uag-hide-mob uagb-block-1a588f9b\"><!-- wp:uagb/image {\"block_id\":\"6d0ee168\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/bird-1-1024x683.jpg\",\"id\":1215,\"linkDestination\":\"none\",\"width\":480,\"height\":500,\"naturalWidth\":1024,\"naturalHeight\":683,\"sizeSlug\":\"large\",\"sizeSlugTablet\":\"large\",\"sizeSlugMobile\":\"large\",\"customHeightSetDesktop\":true} -->\n<div class=\"wp-block-uagb-image uagb-block-6d0ee168 wp-block-uagb-image--layout-default wp-block-uagb-image--effect-static wp-block-uagb-image--align-none\"><figure class=\"wp-block-uagb-image__figure\"><img srcset=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/bird-1-1024x683.jpg \" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/bird-1-1024x683.jpg\" alt=\"\" class=\"uag-image-1215\" width=\"480\" height=\"500\" title=\"\" loading=\"lazy\"/></figure></div>\n<!-- /wp:uagb/image --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"4efc301b\",\"widthDesktop\":25,\"variationSelected\":true,\"widthSetByUser\":true,\"UAGHideMob\":true,\"UAGResponsiveConditions\":true} -->\n<div class=\"wp-block-uagb-container uag-hide-mob uagb-block-4efc301b\"><!-- wp:uagb/image {\"block_id\":\"040e2a37\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/two-happy-boxers-1024x768.jpg\",\"id\":1216,\"linkDestination\":\"none\",\"width\":480,\"height\":500,\"naturalWidth\":1024,\"naturalHeight\":768,\"sizeSlug\":\"large\",\"sizeSlugTablet\":\"large\",\"sizeSlugMobile\":\"large\",\"customHeightSetDesktop\":true} -->\n<div class=\"wp-block-uagb-image uagb-block-040e2a37 wp-block-uagb-image--layout-default wp-block-uagb-image--effect-static wp-block-uagb-image--align-none\"><figure class=\"wp-block-uagb-image__figure\"><img srcset=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/two-happy-boxers-1024x768.jpg \" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/two-happy-boxers-1024x768.jpg\" alt=\"\" class=\"uag-image-1216\" width=\"480\" height=\"500\" title=\"\" loading=\"lazy\"/></figure></div>\n<!-- /wp:uagb/image --></div>\n<!-- /wp:uagb/container --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"ae31b4b5\",\"backgroundType\":\"color\",\"backgroundSizeTablet\":\"cover\",\"backgroundSizeMobile\":\"cover\",\"backgroundColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"topPaddingDesktop\":120,\"bottomPaddingDesktop\":0,\"topPaddingTablet\":80,\"bottomPaddingTablet\":80,\"leftPaddingTablet\":30,\"rightPaddingTablet\":30,\"topPaddingMobile\":80,\"bottomPaddingMobile\":80,\"leftPaddingMobile\":20,\"rightPaddingMobile\":20,\"paddingLink\":false,\"variationSelected\":true,\"rowGapDesktop\":0,\"rowGapTablet\":0,\"isBlockRootParent\":true} -->\n<div id=\"nearby-visits\" class=\"wp-block-uagb-container uagb-block-ae31b4b5 alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/container {\"block_id\":\"b49cf825\",\"directionDesktop\":\"row\",\"alignItemsDesktop\":\"flex-end\",\"alignItemsTablet\":\"flex-end\",\"justifyContentDesktop\":\"flex-end\",\"justifyContentTablet\":\"space-between\",\"variationSelected\":true,\"rowGapMobile\":30,\"columnGapDesktop\":0} -->\n<div class=\"wp-block-uagb-container uagb-block-b49cf825\"><!-- wp:uagb/advanced-heading {\"block_id\":\"47c34bbb\",\"classMigrate\":true,\"headingDescToggle\":true,\"subHeadingColor\":\"\",\"headSpace\":20,\"subHeadFontSize\":16} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-47c34bbb\"><h2 class=\"uagb-heading-text\">Things to do in the area of Magaliesburg<br></h2><p class=\"uagb-desc-text\">Looking for more? Well, we believe that every guest walks into our lodge for the best experience. And, we are determined to do that.</p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/buttons {\"block_id\":\"f1908045\",\"classMigrate\":true,\"childMigrate\":true,\"align\":\"right\",\"alignTablet\":\"right\",\"alignMobile\":\"left\",\"gap\":0} -->\n<div class=\"wp-block-uagb-buttons uagb-buttons__outer-wrap uagb-btn__default-btn uagb-btn-tablet__default-btn uagb-btn-mobile__default-btn uagb-block-f1908045\"><div class=\"uagb-buttons__wrap uagb-buttons-layout-wrap\"><!-- wp:uagb/buttons-child {\"block_id\":\"d0aef121\",\"label\":\"Reservations\",\"link\":\"https://book.nightsbridge.com/11065\",\"hColor\":\"\",\"opensInNewTab\":true,\"borderWidth\":\"\",\"borderRadius\":\"\",\"borderStyle\":\"\",\"borderColor\":\"\",\"borderHColor\":\"\",\"btnBorderTopWidth\":1,\"btnBorderLeftWidth\":1,\"btnBorderRightWidth\":1,\"btnBorderBottomWidth\":1,\"btnBorderTopLeftRadius\":2,\"btnBorderTopRightRadius\":2,\"btnBorderBottomLeftRadius\":2,\"btnBorderBottomRightRadius\":2,\"btnBorderStyle\":\"solid\",\"btnBorderColor\":\"#333\",\"btnBorderHColor\":\"#333\"} -->\n<div class=\"wp-block-uagb-buttons-child uagb-buttons__outer-wrap uagb-block-d0aef121 wp-block-button is-style-outline\"><div class=\"uagb-button__wrapper\"><a class=\"uagb-buttons-repeater wp-block-button__link\" href=\"https://book.nightsbridge.com/11065\" rel=\"follow noopener\" target=\"_blank\"><div class=\"uagb-button__link\">Reservations</div></a></div></div>\n<!-- /wp:uagb/buttons-child --></div></div>\n<!-- /wp:uagb/buttons --></div>\n<!-- /wp:uagb/container --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"179872ca\",\"backgroundType\":\"color\",\"backgroundSizeTablet\":\"cover\",\"backgroundSizeMobile\":\"cover\",\"backgroundColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"topPaddingDesktop\":50,\"bottomPaddingDesktop\":100,\"topPaddingTablet\":50,\"bottomPaddingTablet\":25,\"leftPaddingTablet\":20,\"rightPaddingTablet\":20,\"topPaddingMobile\":50,\"bottomPaddingMobile\":20,\"leftPaddingMobile\":20,\"rightPaddingMobile\":20,\"paddingLink\":false,\"variationSelected\":true,\"rowGapDesktop\":0,\"isBlockRootParent\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-179872ca alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/container {\"block_id\":\"fe56719c\",\"directionDesktop\":\"row\",\"alignItemsTablet\":\"flex-start\",\"paddingLink\":false,\"topMarginDesktop\":50,\"bottomMarginDesktop\":20,\"leftMarginDesktop\":0,\"rightMarginDesktop\":0,\"marginLink\":false,\"variationSelected\":true,\"rowGapMobile\":65,\"columnGapDesktop\":48,\"columnGapTablet\":20} -->\n<div class=\"wp-block-uagb-container uagb-block-fe56719c\"><!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"align\":\"center\",\"id\":1222,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image aligncenter size-full\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/41b46e52d7427ea1f6f135454e9a012f.png\" alt=\"\" class=\"wp-image-1222\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"textAlign\":\"center\",\"level\":3} -->\n<h3 class=\"has-text-align-center\">Fishing </h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>The dam has trout (stocked), bass, vlei Kuper and carp. Fly fishers seeking a unique challenge visit our establishment in search of the large &amp; small scale Yellow fish.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:buttons -->\n<div class=\"wp-block-buttons\"><!-- wp:button {\"align\":\"left\"} -->\n<div class=\"wp-block-button alignleft\"><a class=\"wp-block-button__link wp-element-button\" href=\"https://www.sundowner.co.za/rooms/magalies-barbus-haven/\" target=\"_blank\" rel=\"noreferrer noopener\">Barbus Haven</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons -->\n\n<!-- wp:paragraph -->\n<p>The opportunity to fish for Rainbow Trout or the elusive Brown Trout. Kingfisher offers rod hires at their venue. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:buttons -->\n<div class=\"wp-block-buttons\"><!-- wp:button {\"align\":\"left\"} -->\n<div class=\"wp-block-button alignleft\"><a class=\"wp-block-button__link wp-element-button\" href=\"https://www.thekingfisherlodge.co.za/activities/\" target=\"_blank\" rel=\"noreferrer noopener\">Kingfisher</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":1235,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Maseke-MTB-MvZ-3-1024x683-1.png\" alt=\"\" class=\"wp-image-1235\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>Mountain biking </h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>It is a privately owned nature reserve that offers mountain biking.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:spacer {\"height\":\"20px\"} -->\n<div style=\"height:20px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:buttons -->\n<div class=\"wp-block-buttons\"><!-- wp:button -->\n<div class=\"wp-block-button\"><a class=\"wp-block-button__link wp-element-button\" href=\"http://ingwebushcamp.yolasite.com/\" target=\"_blank\" rel=\"noreferrer noopener\">Ingwe Bush Camp&nbsp;</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons -->\n\n<!-- wp:paragraph -->\n<p>With over 80km of trails, Van Gaalen&nbsp;has something to offer for every kind of athlete, from beginner to advanced.<br></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:buttons -->\n<div class=\"wp-block-buttons\"><!-- wp:button -->\n<div class=\"wp-block-button\"><a class=\"wp-block-button__link wp-element-button\" href=\"https://www.vangaalen.co.za/products\" target=\"_blank\" rel=\"noreferrer noopener\">Van Gaalen\'s</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":1339,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/activity_2209_280316_original-3.png\" alt=\"\" class=\"wp-image-1339\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>Quad biking </h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>We have quads suitable for kiddies, tweens, teens, and adults. We have mini quads and fully automatic 150cc quads.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:spacer {\"height\":\"2px\"} -->\n<div style=\"height:2px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:buttons -->\n<div class=\"wp-block-buttons\"><!-- wp:button -->\n<div class=\"wp-block-button\"><a class=\"wp-block-button__link wp-element-button\" href=\"https://www.saddlecreekadventures.co.za/activity/quad-biking/\" target=\"_blank\" rel=\"noreferrer noopener\">Saddle Creek Ranch</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons -->\n\n<!-- wp:paragraph -->\n<p>A 700-meter monster track, the longest and most exciting track in Gauteng!</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:spacer {\"height\":\"2px\"} -->\n<div style=\"height:2px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:buttons -->\n<div class=\"wp-block-buttons\"><!-- wp:button -->\n<div class=\"wp-block-button\"><a class=\"wp-block-button__link wp-element-button\" href=\"http://www.swartkrans.co.za/\" target=\"_blank\" rel=\"noreferrer noopener\">Swartkrans Go-Karting&nbsp;</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"align\":\"center\",\"id\":1196,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image aligncenter size-full\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Michelle_1.png\" alt=\"\" class=\"wp-image-1196\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>Horse riding </h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Join us for an unforgettable horse riding experience in the peaceful countryside, with beautiful mountain scenery and lovely bush trails.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:buttons -->\n<div class=\"wp-block-buttons\"><!-- wp:button -->\n<div class=\"wp-block-button\"><a class=\"wp-block-button__link wp-element-button\" href=\"https://www.saddlecreekadventures.co.za/activity/horse-riding/\" target=\"_blank\" rel=\"noreferrer noopener\">Saddle Creek Ranch</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":1342,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Askari-Game-Lodge-Spa-Wildlife-Giraffe.png\" alt=\"\" class=\"wp-image-1342\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>Game drives </h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Enjoy a thrilling and educational adventure with our experienced guides.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:spacer {\"height\":\"2px\"} -->\n<div style=\"height:2px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:buttons -->\n<div class=\"wp-block-buttons\"><!-- wp:button -->\n<div class=\"wp-block-button\"><a class=\"wp-block-button__link wp-element-button\" href=\"https://www.rhinolion.co.za/visitors-guide/activity-index/game-drives/\" target=\"_blank\" rel=\"noreferrer noopener\">Rhino &amp; Lion Park</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons -->\n\n<!-- wp:paragraph -->\n<p>Our guided game-viewing drives take place each day in the morning and afternoon, as this is when the animals are most active.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:buttons -->\n<div class=\"wp-block-buttons\"><!-- wp:button -->\n<div class=\"wp-block-button\"><a class=\"wp-block-button__link wp-element-button\" href=\"https://www.africanhillslodge.co.za/experience/\" target=\"_blank\" rel=\"noreferrer noopener\">Askari Game Lodge</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:spacer {\"height\":\"12px\"} -->\n<div style=\"height:12px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:heading -->\n<h2>Other activites </h2>\n<!-- /wp:heading -->\n\n<!-- wp:uagb/faq {\"block_id\":\"174f25f9\",\"expandFirstItem\":false,\"boxBgColor\":\"#F5F5F5\",\"borderStyle\":\"\",\"borderWidth\":\"\",\"borderRadius\":\"\",\"borderColor\":\"\",\"vquestionPaddingDesktop\":15,\"hquestionPaddingDesktop\":15,\"iconAlign\":\"row-reverse\",\"schema\":\"{\\u0022@context\\u0022:\\u0022https://schema.org\\u0022,\\u0022@type\\u0022:\\u0022FAQPage\\u0022,\\u0022@id\\u0022:\\u0022https://blueroan.netgen.cloud/amenities/\\u0022,\\u0022mainEntity\\u0022:[{\\u0022@type\\u0022:\\u0022Question\\u0022,\\u0022name\\u0022:\\u0022\\u003cstrong\\u003ePUBS / MICRO BREWERIES\\u003c/strong\\u003e\\u0022,\\u0022acceptedAnswer\\u0022:{\\u0022@type\\u0022:\\u0022Answer\\u0022,\\u0022text\\u0022:\\u0022Black Horse   \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27825613246\\\\\\u0022\\u003e082 561 3246\\u003cbr\\u003e\\u003c/a\\u003eBrauhaus am Dam   \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27878025519\\\\\\u0022\\u003e087 802 5519\\u003c/a\\u003e / \\u003ca href=\\\\\\u0022tel:+27729201742\\\\\\u0022\\u003e072 920 1742\\u003c/a\\u003e\\u003cbr\\u003eHartleys Elephant Bar   \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27145772301\\\\\\u0022\\u003e014 577 2301\\u003cbr\\u003e\\u003c/a\\u003eThatchwood Pub   \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27837091672\\\\\\u0022\\u003e083 709 1672\\u003cbr\\u003e\\u003c/a\\u003eMonate Citrus Kelder   \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27122580712\\\\\\u0022\\u003e012 258 0712\\u003c/a\\u003e\\u0022}},{\\u0022@type\\u0022:\\u0022Question\\u0022,\\u0022name\\u0022:\\u0022\\u003cstrong\\u003eTEA GARDENS / RESTAURANTS   \\u003c/strong\\u003e\\u0022,\\u0022acceptedAnswer\\u0022:{\\u0022@type\\u0022:\\u0022Answer\\u0022,\\u0022text\\u0022:\\u0022Black Horse   \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27825613246\\\\\\u0022\\u003e082 561 3246\\u003cbr\\u003e\\u003c/a\\u003eBrauhaus am Dam   \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27878025519\\\\\\u0022\\u003e087 802 5519\\u003c/a\\u003e / \\u003ca href=\\\\\\u0022tel:+27729201742\\\\\\u0022\\u003e072 920 1742\\u003c/a\\u003e\\u003cbr\\u003eMelon Rouge   \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27796806050\\\\\\u0022\\u003e079 680 6050\\u003cbr\\u003e\\u003c/a\\u003eMount Grace Hotel   \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27145775600\\\\\\u0022\\u003e014 577 5600\\u003cbr\\u003e\\u003c/a\\u003eValley Lodge Hotel   \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27145771301\\\\\\u0022\\u003e014 577 1301\\u003cbr\\u003e\\u003c/a\\u003eLa Classique Ristorante   \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27145774006\\\\\\u0022\\u003e014 577 4006\\u003c/a\\u003e\\u0022}},{\\u0022@type\\u0022:\\u0022Question\\u0022,\\u0022name\\u0022:\\u0022\\u003cstrong\\u003eSHOPPING\\u003c/strong\\u003e  \\u0022,\\u0022acceptedAnswer\\u0022:{\\u0022@type\\u0022:\\u0022Answer\\u0022,\\u0022text\\u0022:\\u0022If Only Antiques    \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27827878825\\\\\\u0022\\u003e082 787 8825\\u003cbr\\u003e\\u003c/a\\u003ePuss in Boots   \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27145773562\\\\\\u0022\\u003e014 577 3562\\u003c/a\\u003e\\u0022}},{\\u0022@type\\u0022:\\u0022Question\\u0022,\\u0022name\\u0022:\\u0022\\u003cstrong\\u003eSPORTS \\u0026amp; ADVENTURE\\u003c/strong\\u003e\\u0022,\\u0022acceptedAnswer\\u0022:{\\u0022@type\\u0022:\\u0022Answer\\u0022,\\u0022text\\u0022:\\u0022Tandem Paragliding flips  \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27823221824\\\\\\u0022\\u003e0823221824\\u003c/a\\u003e\\u003cbr\\u003eMountain Sanctuary Park   \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27145340114\\\\\\u0022\\u003e014 534 0114\\u003cbr\\u003e\\u003c/a\\u003eBill Harrops Original Balloon Safaris   \\u003ca href=\\\\\\u0022tel:+27145771733\\\\\\u0022\\u003e014 577 1733\\u003c/a\\u003e / \\u003ca href=\\\\\\u0022tel:+27837520036\\\\\\u0022\\u003e083 752 0036\\u003c/a\\u003e\\u003cbr\\u003ePecanwood Golf Course   \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27122440112\\\\\\u0022\\u003e012 244 0112\\u003cbr\\u003e\\u003c/a\\u003eAir Ventures Hot Air Balloons   \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27117935782\\\\\\u0022\\u003e011 793 5782\\u003cbr\\u003e\\u003c/a\\u003eGliding   \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27835266966\\\\\\u0022\\u003e083 526 6966\\u003cbr\\u003e\\u003c/a\\u003eMagaliesberg Canopy Tours   \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27145350150\\\\\\u0022\\u003e014 535 0150\\u003cbr\\u003e\\u003c/a\\u003eWild Cave Adventures   \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27824862464\\\\\\u0022\\u003e082 486 2464\\u003cbr\\u003e\\u003c/a\\u003eMiracle Waters Dive Gateway   \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27832359840\\\\\\u0022\\u003e083 235 9840\\u003c/a\\u003e\\u0022}},{\\u0022@type\\u0022:\\u0022Question\\u0022,\\u0022name\\u0022:\\u0022\\u003cstrong\\u003eHEALTH SPAS\\u003c/strong\\u003e\\u0022,\\u0022acceptedAnswer\\u0022:{\\u0022@type\\u0022:\\u0022Answer\\u0022,\\u0022text\\u0022:\\u0022Whispering Pines   \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27145771536\\\\\\u0022\\u003e014 577 1536\\u003cbr\\u003e\\u003c/a\\u003eMount Grace Spa   \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27145775600\\\\\\u0022\\u003e014 577 5600\\u003cbr\\u003e\\u003c/a\\u003eValley Lodge Spa   \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27145771301\\\\\\u0022\\u003e014 577 1301\\u003cbr\\u003e\\u003c/a\\u003eRosewell Spa   \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27145771172\\\\\\u0022\\u003e014 577 1172\\u003cbr\\u003e\\u003c/a\\u003eSparkling Waters   \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27145350019\\\\\\u0022\\u003e014 535 0019\\u003c/a\\u003e\\u0022}},{\\u0022@type\\u0022:\\u0022Question\\u0022,\\u0022name\\u0022:\\u0022\\u003cstrong\\u003ePLACES OF INTEREST\\u003c/strong\\u003e\\u0022,\\u0022acceptedAnswer\\u0022:{\\u0022@type\\u0022:\\u0022Answer\\u0022,\\u0022text\\u0022:\\u0022Maropeng Visitors Centre   \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27145779000\\\\\\u0022\\u003e014 577 9000\\u003cbr\\u003e\\u003c/a\\u003eSterkfontein Caves   \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27116683200\\\\\\u0022\\u003e011 668 3200\\u003cbr\\u003e\\u003c/a\\u003eBlaaubank Gold Mine   \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27825673111\\\\\\u0022\\u003e082 567 3111\\u003cbr\\u003e\\u003c/a\\u003eVan Gaalen Cheese Farm   \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27122071289\\\\\\u0022\\u003e012 207 1289\\u003cbr\\u003e\\u003c/a\\u003eHartebeespoort Cableway   \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27722412654\\\\\\u0022\\u003e072 241 2654\\u003cbr\\u003e\\u003c/a\\u003eElephant Sanctuary             \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27122580423\\\\\\u0022\\u003e012 258 0423\\u003cbr\\u003e\\u003c/a\\u003eTeam Gel   \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27114622894\\\\\\u0022\\u003e011 462 2894\\u003c/a\\u003e / \\u003ca href=\\\\\\u0022tel:+27833207623\\\\\\u0022\\u003e083 320 7623\\u003c/a\\u003e\\u003cbr\\u003eMonate Citrus Kelder   \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27122580712\\\\\\u0022\\u003e012 258 0712\\u003cbr\\u003e\\u003c/a\\u003eLiving Jewels   \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27119566444\\\\\\u0022\\u003e011 956 6444\\u003cbr\\u003e\\u003c/a\\u003eBlaaubank Candle Dipping   \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27145774609\\\\\\u0022\\u003e014 577 4609\\u003cbr\\u003e\\u003c/a\\u003eVeggie Picking \\u0026amp; Strawberry Picking \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27122071116\\\\\\u0022\\u003e012 207 1116\\u003c/a\\u003e\\u0022}}]}\",\"questionLeftPaddingDesktop\":15,\"questionBottomPaddingDesktop\":15,\"answerTopPadding\":0,\"answerRightPadding\":15,\"answerBottomPadding\":15,\"answerLeftPadding\":15,\"answerTopPaddingTablet\":10,\"answerRightPaddingTablet\":10,\"answerBottomPaddingTablet\":10,\"answerLeftPaddingTablet\":10,\"answerTopPaddingMobile\":10,\"answerRightPaddingMobile\":10,\"answerBottomPaddingMobile\":10,\"answerLeftPaddingMobile\":10,\"overallBorderTopWidth\":1,\"overallBorderLeftWidth\":1,\"overallBorderRightWidth\":1,\"overallBorderBottomWidth\":1,\"overallBorderTopLeftRadius\":2,\"overallBorderTopRightRadius\":2,\"overallBorderBottomLeftRadius\":2,\"overallBorderBottomRightRadius\":2,\"overallBorderStyle\":\"none\",\"overallBorderColor\":\"#D2D2D2\"} -->\n<div class=\"wp-block-uagb-faq uagb-faq__outer-wrap uagb-block-174f25f9 uagb-faq-icon-row-reverse uagb-faq-layout-accordion uagb-faq-expand-first-false uagb-faq-inactive-other-true uagb-faq__wrap uagb-buttons-layout-wrap uagb-faq-equal-height\" data-faqtoggle=\"true\" role=\"tablist\"><!-- wp:uagb/faq-child {\"block_id\":\"aa64aa33\",\"question\":\"\\u003cstrong\\u003ePUBS / MICRO BREWERIES\\u003c/strong\\u003e\",\"answer\":\"Black Horse   \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27825613246\\u0022\\u003e082 561 3246\\u003cbr\\u003e\\u003c/a\\u003eBrauhaus am Dam   \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27878025519\\u0022\\u003e087 802 5519\\u003c/a\\u003e / \\u003ca href=\\u0022tel:+27729201742\\u0022\\u003e072 920 1742\\u003c/a\\u003e\\u003cbr\\u003eHartleys Elephant Bar   \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27145772301\\u0022\\u003e014 577 2301\\u003cbr\\u003e\\u003c/a\\u003eThatchwood Pub   \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27837091672\\u0022\\u003e083 709 1672\\u003cbr\\u003e\\u003c/a\\u003eMonate Citrus Kelder   \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27122580712\\u0022\\u003e012 258 0712\\u003c/a\\u003e\"} -->\n<div class=\"wp-block-uagb-faq-child uagb-faq-child__outer-wrap uagb-faq-item uagb-block-aa64aa33\" role=\"tab\" tabindex=\"0\"><div class=\"uagb-faq-questions-button uagb-faq-questions\"><span class=\"uagb-icon uagb-faq-icon-wrap\"><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 448 512\"><path d=\"M432 256c0 17.69-14.33 32.01-32 32.01H256v144c0 17.69-14.33 31.99-32 31.99s-32-14.3-32-31.99v-144H48c-17.67 0-32-14.32-32-32.01s14.33-31.99 32-31.99H192v-144c0-17.69 14.33-32.01 32-32.01s32 14.32 32 32.01v144h144C417.7 224 432 238.3 432 256z\"></path></svg></span><span class=\"uagb-icon-active uagb-faq-icon-wrap\"><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 448 512\"><path d=\"M400 288h-352c-17.69 0-32-14.32-32-32.01s14.31-31.99 32-31.99h352c17.69 0 32 14.3 32 31.99S417.7 288 400 288z\"></path></svg></span><span class=\"uagb-question\"><strong>PUBS / MICRO BREWERIES</strong></span></div><p class=\"uagb-faq-content\">Black Horse   <br><a href=\"tel:+27825613246\">082 561 3246<br></a>Brauhaus am Dam   <br><a href=\"tel:+27878025519\">087 802 5519</a> / <a href=\"tel:+27729201742\">072 920 1742</a><br>Hartleys Elephant Bar   <br><a href=\"tel:+27145772301\">014 577 2301<br></a>Thatchwood Pub   <br><a href=\"tel:+27837091672\">083 709 1672<br></a>Monate Citrus Kelder   <br><a href=\"tel:+27122580712\">012 258 0712</a></p></div>\n<!-- /wp:uagb/faq-child -->\n\n<!-- wp:uagb/faq-child {\"block_id\":\"91ab6a05\",\"question\":\"\\u003cstrong\\u003eTEA GARDENS / RESTAURANTS   \\u003c/strong\\u003e\",\"answer\":\"Black Horse   \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27825613246\\u0022\\u003e082 561 3246\\u003cbr\\u003e\\u003c/a\\u003eBrauhaus am Dam   \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27878025519\\u0022\\u003e087 802 5519\\u003c/a\\u003e / \\u003ca href=\\u0022tel:+27729201742\\u0022\\u003e072 920 1742\\u003c/a\\u003e\\u003cbr\\u003eMelon Rouge   \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27796806050\\u0022\\u003e079 680 6050\\u003cbr\\u003e\\u003c/a\\u003eMount Grace Hotel   \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27145775600\\u0022\\u003e014 577 5600\\u003cbr\\u003e\\u003c/a\\u003eValley Lodge Hotel   \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27145771301\\u0022\\u003e014 577 1301\\u003cbr\\u003e\\u003c/a\\u003eLa Classique Ristorante   \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27145774006\\u0022\\u003e014 577 4006\\u003c/a\\u003e\"} -->\n<div class=\"wp-block-uagb-faq-child uagb-faq-child__outer-wrap uagb-faq-item uagb-block-91ab6a05\" role=\"tab\" tabindex=\"0\"><div class=\"uagb-faq-questions-button uagb-faq-questions\"><span class=\"uagb-icon uagb-faq-icon-wrap\"><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 448 512\"><path d=\"M432 256c0 17.69-14.33 32.01-32 32.01H256v144c0 17.69-14.33 31.99-32 31.99s-32-14.3-32-31.99v-144H48c-17.67 0-32-14.32-32-32.01s14.33-31.99 32-31.99H192v-144c0-17.69 14.33-32.01 32-32.01s32 14.32 32 32.01v144h144C417.7 224 432 238.3 432 256z\"></path></svg></span><span class=\"uagb-icon-active uagb-faq-icon-wrap\"><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 448 512\"><path d=\"M400 288h-352c-17.69 0-32-14.32-32-32.01s14.31-31.99 32-31.99h352c17.69 0 32 14.3 32 31.99S417.7 288 400 288z\"></path></svg></span><span class=\"uagb-question\"><strong>TEA GARDENS / RESTAURANTS   </strong></span></div><p class=\"uagb-faq-content\">Black Horse   <br><a href=\"tel:+27825613246\">082 561 3246<br></a>Brauhaus am Dam   <br><a href=\"tel:+27878025519\">087 802 5519</a> / <a href=\"tel:+27729201742\">072 920 1742</a><br>Melon Rouge   <br><a href=\"tel:+27796806050\">079 680 6050<br></a>Mount Grace Hotel   <br><a href=\"tel:+27145775600\">014 577 5600<br></a>Valley Lodge Hotel   <br><a href=\"tel:+27145771301\">014 577 1301<br></a>La Classique Ristorante   <br><a href=\"tel:+27145774006\">014 577 4006</a></p></div>\n<!-- /wp:uagb/faq-child -->\n\n<!-- wp:uagb/faq-child {\"block_id\":\"4c141487\",\"question\":\"\\u003cstrong\\u003eSHOPPING\\u003c/strong\\u003e  \",\"answer\":\"If Only Antiques    \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27827878825\\u0022\\u003e082 787 8825\\u003cbr\\u003e\\u003c/a\\u003ePuss in Boots   \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27145773562\\u0022\\u003e014 577 3562\\u003c/a\\u003e\"} -->\n<div class=\"wp-block-uagb-faq-child uagb-faq-child__outer-wrap uagb-faq-item uagb-block-4c141487\" role=\"tab\" tabindex=\"0\"><div class=\"uagb-faq-questions-button uagb-faq-questions\"><span class=\"uagb-icon uagb-faq-icon-wrap\"><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 448 512\"><path d=\"M432 256c0 17.69-14.33 32.01-32 32.01H256v144c0 17.69-14.33 31.99-32 31.99s-32-14.3-32-31.99v-144H48c-17.67 0-32-14.32-32-32.01s14.33-31.99 32-31.99H192v-144c0-17.69 14.33-32.01 32-32.01s32 14.32 32 32.01v144h144C417.7 224 432 238.3 432 256z\"></path></svg></span><span class=\"uagb-icon-active uagb-faq-icon-wrap\"><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 448 512\"><path d=\"M400 288h-352c-17.69 0-32-14.32-32-32.01s14.31-31.99 32-31.99h352c17.69 0 32 14.3 32 31.99S417.7 288 400 288z\"></path></svg></span><span class=\"uagb-question\"><strong>SHOPPING</strong>  </span></div><p class=\"uagb-faq-content\">If Only Antiques    <br><a href=\"tel:+27827878825\">082 787 8825<br></a>Puss in Boots   <br><a href=\"tel:+27145773562\">014 577 3562</a></p></div>\n<!-- /wp:uagb/faq-child -->\n\n<!-- wp:uagb/faq-child {\"block_id\":\"a1c9bf62\",\"question\":\"\\u003cstrong\\u003eSPORTS \\u0026amp; ADVENTURE\\u003c/strong\\u003e\",\"answer\":\"Tandem Paragliding flips  \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27823221824\\u0022\\u003e0823221824\\u003c/a\\u003e\\u003cbr\\u003eMountain Sanctuary Park   \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27145340114\\u0022\\u003e014 534 0114\\u003cbr\\u003e\\u003c/a\\u003eBill Harrops Original Balloon Safaris   \\u003ca href=\\u0022tel:+27145771733\\u0022\\u003e014 577 1733\\u003c/a\\u003e / \\u003ca href=\\u0022tel:+27837520036\\u0022\\u003e083 752 0036\\u003c/a\\u003e\\u003cbr\\u003ePecanwood Golf Course   \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27122440112\\u0022\\u003e012 244 0112\\u003cbr\\u003e\\u003c/a\\u003eAir Ventures Hot Air Balloons   \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27117935782\\u0022\\u003e011 793 5782\\u003cbr\\u003e\\u003c/a\\u003eGliding   \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27835266966\\u0022\\u003e083 526 6966\\u003cbr\\u003e\\u003c/a\\u003eMagaliesberg Canopy Tours   \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27145350150\\u0022\\u003e014 535 0150\\u003cbr\\u003e\\u003c/a\\u003eWild Cave Adventures   \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27824862464\\u0022\\u003e082 486 2464\\u003cbr\\u003e\\u003c/a\\u003eMiracle Waters Dive Gateway   \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27832359840\\u0022\\u003e083 235 9840\\u003c/a\\u003e\"} -->\n<div class=\"wp-block-uagb-faq-child uagb-faq-child__outer-wrap uagb-faq-item uagb-block-a1c9bf62\" role=\"tab\" tabindex=\"0\"><div class=\"uagb-faq-questions-button uagb-faq-questions\"><span class=\"uagb-icon uagb-faq-icon-wrap\"><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 448 512\"><path d=\"M432 256c0 17.69-14.33 32.01-32 32.01H256v144c0 17.69-14.33 31.99-32 31.99s-32-14.3-32-31.99v-144H48c-17.67 0-32-14.32-32-32.01s14.33-31.99 32-31.99H192v-144c0-17.69 14.33-32.01 32-32.01s32 14.32 32 32.01v144h144C417.7 224 432 238.3 432 256z\"></path></svg></span><span class=\"uagb-icon-active uagb-faq-icon-wrap\"><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 448 512\"><path d=\"M400 288h-352c-17.69 0-32-14.32-32-32.01s14.31-31.99 32-31.99h352c17.69 0 32 14.3 32 31.99S417.7 288 400 288z\"></path></svg></span><span class=\"uagb-question\"><strong>SPORTS &amp; ADVENTURE</strong></span></div><p class=\"uagb-faq-content\">Tandem Paragliding flips  <br><a href=\"tel:+27823221824\">0823221824</a><br>Mountain Sanctuary Park   <br><a href=\"tel:+27145340114\">014 534 0114<br></a>Bill Harrops Original Balloon Safaris   <a href=\"tel:+27145771733\">014 577 1733</a> / <a href=\"tel:+27837520036\">083 752 0036</a><br>Pecanwood Golf Course   <br><a href=\"tel:+27122440112\">012 244 0112<br></a>Air Ventures Hot Air Balloons   <br><a href=\"tel:+27117935782\">011 793 5782<br></a>Gliding   <br><a href=\"tel:+27835266966\">083 526 6966<br></a>Magaliesberg Canopy Tours   <br><a href=\"tel:+27145350150\">014 535 0150<br></a>Wild Cave Adventures   <br><a href=\"tel:+27824862464\">082 486 2464<br></a>Miracle Waters Dive Gateway   <br><a href=\"tel:+27832359840\">083 235 9840</a></p></div>\n<!-- /wp:uagb/faq-child -->\n\n<!-- wp:uagb/faq-child {\"block_id\":\"75396ae0\",\"question\":\"\\u003cstrong\\u003eHEALTH SPAS\\u003c/strong\\u003e\",\"answer\":\"Whispering Pines   \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27145771536\\u0022\\u003e014 577 1536\\u003cbr\\u003e\\u003c/a\\u003eMount Grace Spa   \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27145775600\\u0022\\u003e014 577 5600\\u003cbr\\u003e\\u003c/a\\u003eValley Lodge Spa   \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27145771301\\u0022\\u003e014 577 1301\\u003cbr\\u003e\\u003c/a\\u003eRosewell Spa   \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27145771172\\u0022\\u003e014 577 1172\\u003cbr\\u003e\\u003c/a\\u003eSparkling Waters   \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27145350019\\u0022\\u003e014 535 0019\\u003c/a\\u003e\"} -->\n<div class=\"wp-block-uagb-faq-child uagb-faq-child__outer-wrap uagb-faq-item uagb-block-75396ae0\" role=\"tab\" tabindex=\"0\"><div class=\"uagb-faq-questions-button uagb-faq-questions\"><span class=\"uagb-icon uagb-faq-icon-wrap\"><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 448 512\"><path d=\"M432 256c0 17.69-14.33 32.01-32 32.01H256v144c0 17.69-14.33 31.99-32 31.99s-32-14.3-32-31.99v-144H48c-17.67 0-32-14.32-32-32.01s14.33-31.99 32-31.99H192v-144c0-17.69 14.33-32.01 32-32.01s32 14.32 32 32.01v144h144C417.7 224 432 238.3 432 256z\"></path></svg></span><span class=\"uagb-icon-active uagb-faq-icon-wrap\"><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 448 512\"><path d=\"M400 288h-352c-17.69 0-32-14.32-32-32.01s14.31-31.99 32-31.99h352c17.69 0 32 14.3 32 31.99S417.7 288 400 288z\"></path></svg></span><span class=\"uagb-question\"><strong>HEALTH SPAS</strong></span></div><p class=\"uagb-faq-content\">Whispering Pines   <br><a href=\"tel:+27145771536\">014 577 1536<br></a>Mount Grace Spa   <br><a href=\"tel:+27145775600\">014 577 5600<br></a>Valley Lodge Spa   <br><a href=\"tel:+27145771301\">014 577 1301<br></a>Rosewell Spa   <br><a href=\"tel:+27145771172\">014 577 1172<br></a>Sparkling Waters   <br><a href=\"tel:+27145350019\">014 535 0019</a></p></div>\n<!-- /wp:uagb/faq-child -->\n\n<!-- wp:uagb/faq-child {\"block_id\":\"d47d0cc0\",\"question\":\"\\u003cstrong\\u003ePLACES OF INTEREST\\u003c/strong\\u003e\",\"answer\":\"Maropeng Visitors Centre   \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27145779000\\u0022\\u003e014 577 9000\\u003cbr\\u003e\\u003c/a\\u003eSterkfontein Caves   \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27116683200\\u0022\\u003e011 668 3200\\u003cbr\\u003e\\u003c/a\\u003eBlaaubank Gold Mine   \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27825673111\\u0022\\u003e082 567 3111\\u003cbr\\u003e\\u003c/a\\u003eVan Gaalen Cheese Farm   \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27122071289\\u0022\\u003e012 207 1289\\u003cbr\\u003e\\u003c/a\\u003eHartebeespoort Cableway   \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27722412654\\u0022\\u003e072 241 2654\\u003cbr\\u003e\\u003c/a\\u003eElephant Sanctuary             \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27122580423\\u0022\\u003e012 258 0423\\u003cbr\\u003e\\u003c/a\\u003eTeam Gel   \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27114622894\\u0022\\u003e011 462 2894\\u003c/a\\u003e / \\u003ca href=\\u0022tel:+27833207623\\u0022\\u003e083 320 7623\\u003c/a\\u003e\\u003cbr\\u003eMonate Citrus Kelder   \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27122580712\\u0022\\u003e012 258 0712\\u003cbr\\u003e\\u003c/a\\u003eLiving Jewels   \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27119566444\\u0022\\u003e011 956 6444\\u003cbr\\u003e\\u003c/a\\u003eBlaaubank Candle Dipping   \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27145774609\\u0022\\u003e014 577 4609\\u003cbr\\u003e\\u003c/a\\u003eVeggie Picking \\u0026amp; Strawberry Picking \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27122071116\\u0022\\u003e012 207 1116\\u003c/a\\u003e\"} -->\n<div class=\"wp-block-uagb-faq-child uagb-faq-child__outer-wrap uagb-faq-item uagb-block-d47d0cc0\" role=\"tab\" tabindex=\"0\"><div class=\"uagb-faq-questions-button uagb-faq-questions\"><span class=\"uagb-icon uagb-faq-icon-wrap\"><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 448 512\"><path d=\"M432 256c0 17.69-14.33 32.01-32 32.01H256v144c0 17.69-14.33 31.99-32 31.99s-32-14.3-32-31.99v-144H48c-17.67 0-32-14.32-32-32.01s14.33-31.99 32-31.99H192v-144c0-17.69 14.33-32.01 32-32.01s32 14.32 32 32.01v144h144C417.7 224 432 238.3 432 256z\"></path></svg></span><span class=\"uagb-icon-active uagb-faq-icon-wrap\"><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 448 512\"><path d=\"M400 288h-352c-17.69 0-32-14.32-32-32.01s14.31-31.99 32-31.99h352c17.69 0 32 14.3 32 31.99S417.7 288 400 288z\"></path></svg></span><span class=\"uagb-question\"><strong>PLACES OF INTEREST</strong></span></div><p class=\"uagb-faq-content\">Maropeng Visitors Centre   <br><a href=\"tel:+27145779000\">014 577 9000<br></a>Sterkfontein Caves   <br><a href=\"tel:+27116683200\">011 668 3200<br></a>Blaaubank Gold Mine   <br><a href=\"tel:+27825673111\">082 567 3111<br></a>Van Gaalen Cheese Farm   <br><a href=\"tel:+27122071289\">012 207 1289<br></a>Hartebeespoort Cableway   <br><a href=\"tel:+27722412654\">072 241 2654<br></a>Elephant Sanctuary             <br><a href=\"tel:+27122580423\">012 258 0423<br></a>Team Gel   <br><a href=\"tel:+27114622894\">011 462 2894</a> / <a href=\"tel:+27833207623\">083 320 7623</a><br>Monate Citrus Kelder   <br><a href=\"tel:+27122580712\">012 258 0712<br></a>Living Jewels   <br><a href=\"tel:+27119566444\">011 956 6444<br></a>Blaaubank Candle Dipping   <br><a href=\"tel:+27145774609\">014 577 4609<br></a>Veggie Picking &amp; Strawberry Picking <br><a href=\"tel:+27122071116\">012 207 1116</a></p></div>\n<!-- /wp:uagb/faq-child --></div>\n<!-- /wp:uagb/faq --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"dcdde689\",\"innerContentCustomWidthDesktop\":781,\"innerContentCustomWidthTablet\":781,\"backgroundType\":\"image\",\"backgroundImageDesktop\":{\"id\":907,\"title\":\"241565_xl\",\"filename\":\"241565_xl.jpg\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/241565_xl.jpg\",\"link\":\"https://blueroan.netgen.cloud/home/241565_xl/\",\"alt\":\"\",\"author\":\"2\",\"description\":\"\",\"caption\":\"\",\"name\":\"241565_xl\",\"status\":\"inherit\",\"uploadedTo\":760,\"date\":\"2022-12-13T15:04:35.000Z\",\"modified\":\"2022-12-13T15:04:35.000Z\",\"menuOrder\":0,\"mime\":\"image/jpeg\",\"type\":\"image\",\"subtype\":\"jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-includes/images/media/default.png\",\"dateFormatted\":\"December 13, 2022\",\"nonces\":{\"update\":\"8ba15922a4\",\"delete\":\"e660ddd200\",\"edit\":\"57c3a4b066\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=907\\u0026action=edit\",\"meta\":false,\"authorName\":\"Netgen Support\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/profile.php\",\"uploadedToTitle\":\"Home\",\"uploadedToLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=760\\u0026action=edit\",\"filesizeInBytes\":90717,\"filesizeHumanReadable\":\"89 KB\",\"context\":\"\",\"height\":534,\"width\":800,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/241565_xl-150x150.jpg\",\"orientation\":\"landscape\"},\"medium\":{\"height\":200,\"width\":300,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/241565_xl-300x200.jpg\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/241565_xl.jpg\",\"height\":534,\"width\":800,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"backgroundImageColor\":\"rgba(42,42,42,0.65)\",\"topPaddingDesktop\":144,\"bottomPaddingDesktop\":144,\"leftPaddingDesktop\":40,\"rightPaddingDesktop\":40,\"topPaddingTablet\":80,\"bottomPaddingTablet\":80,\"leftPaddingTablet\":40,\"rightPaddingTablet\":40,\"topPaddingMobile\":64,\"bottomPaddingMobile\":64,\"leftPaddingMobile\":24,\"rightPaddingMobile\":24,\"paddingLink\":false,\"variationSelected\":true,\"isBlockRootParent\":true,\"overlayType\":\"color\"} -->\n<div class=\"wp-block-uagb-container uagb-block-dcdde689 alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/advanced-heading {\"block_id\":\"c18e117e\",\"classMigrate\":true,\"headingDescToggle\":true,\"headingAlign\":\"center\",\"headingColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"subHeadingColor\":\"var(\\u002d\\u002dast-global-color-4)\",\"headSpace\":20} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-c18e117e\"><h2 class=\"uagb-heading-text\">Create Memorable Moments at Blue Roan!</h2><p class=\"uagb-desc-text\">Blue Roan is a 4-star graded pet-friendly venue</p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/advanced-heading {\"block_id\":\"eee5f1c3\",\"classMigrate\":true,\"headingTitleToggle\":false,\"headingDescToggle\":true,\"headingAlign\":\"center\",\"subHeadingColor\":\"var(\\u002d\\u002dast-global-color-4)\",\"subHeadTransform\":\"uppercase\",\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"subHeadLetterSpacing\":2,\"blockTopPadding\":60,\"blockRightPadding\":0,\"blockLeftPadding\":0,\"blockBottomPadding\":0,\"blockTopPaddingMobile\":30,\"blockRightPaddingMobile\":0,\"blockLeftPaddingMobile\":0,\"blockBottomPaddingMobile\":0,\"linkColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"linkHColor\":\"var(\\u002d\\u002dast-global-color-0)\"} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-eee5f1c3\"><p class=\"uagb-desc-text\"><a href=\"https://book.nightsbridge.com/11065\" target=\"_blank\" rel=\"noreferrer noopener\">BOOK YOUR STAY NOW​</a></p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/icon-list {\"block_id\":\"ca7a8116\",\"classMigrate\":true,\"childMigrate\":true,\"align\":\"center\",\"parentIcon\":\"phone\",\"size\":40,\"sizeMobile\":24,\"sizeTablet\":32,\"fontSize\":48,\"fontSizeMobile\":28,\"fontSizeTablet\":40,\"fontWeight\":\"600\",\"iconColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"labelColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"blockTopPadding\":0,\"blockRightPadding\":0,\"blockLeftPadding\":0,\"blockBottomPadding\":24,\"blockPaddingLink\":false} -->\n<div class=\"wp-block-uagb-icon-list uagb-block-ca7a8116\"><div class=\"uagb-icon-list__wrap\"><!-- wp:uagb/icon-list-child {\"block_id\":\"993707e7\",\"label\":\"+ 27 (0) 82 575 5409\",\"label_color\":\"\",\"link\":\"tel:+27825755409\",\"disableLink\":true,\"fromParentIcon\":\"phone\",\"imageSizeChild\":40} -->\n<div class=\"wp-block-uagb-icon-list-child uagb-block-993707e7\"><a target=\"_self\" aria-label=\"+ 27 (0) 82 575 5409\" rel=\"noopener noreferrer\" href=\"tel:+27825755409\"> </a><span class=\"uagb-icon-list__source-wrap\"><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M511.2 387l-23.25 100.8c-3.266 14.25-15.79 24.22-30.46 24.22C205.2 512 0 306.8 0 54.5c0-14.66 9.969-27.2 24.22-30.45l100.8-23.25C139.7-2.602 154.7 5.018 160.8 18.92l46.52 108.5c5.438 12.78 1.77 27.67-8.98 36.45L144.5 207.1c33.98 69.22 90.26 125.5 159.5 159.5l44.08-53.8c8.688-10.78 23.69-14.51 36.47-8.975l108.5 46.51C506.1 357.2 514.6 372.4 511.2 387z\"></path></svg></span><span class=\"uagb-icon-list__label\">+ 27 (0) 82 575 5409</span></div>\n<!-- /wp:uagb/icon-list-child -->\n\n<!-- wp:uagb/icon-list-child {\"block_id\":\"56345d5d\",\"label\":\" blueroan@ugo.co.za\",\"icon\":\"envelope\",\"label_color\":\"\",\"link\":\"mailto: blueroan@ugo.co.za\",\"disableLink\":true} -->\n<div class=\"wp-block-uagb-icon-list-child uagb-block-56345d5d\"><a target=\"_self\" aria-label=\" blueroan@ugo.co.za\" rel=\"noopener noreferrer\" href=\"mailto:blueroan@ugo.co.za\"> </a><span class=\"uagb-icon-list__source-wrap\"><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M464 64C490.5 64 512 85.49 512 112C512 127.1 504.9 141.3 492.8 150.4L275.2 313.6C263.8 322.1 248.2 322.1 236.8 313.6L19.2 150.4C7.113 141.3 0 127.1 0 112C0 85.49 21.49 64 48 64H464zM217.6 339.2C240.4 356.3 271.6 356.3 294.4 339.2L512 176V384C512 419.3 483.3 448 448 448H64C28.65 448 0 419.3 0 384V176L217.6 339.2z\"></path></svg></span><span class=\"uagb-icon-list__label\"> blueroan@ugo.co.za</span></div>\n<!-- /wp:uagb/icon-list-child --></div></div>\n<!-- /wp:uagb/icon-list --></div></div>\n<!-- /wp:uagb/container -->',	'Amenities',	'',	'inherit',	'closed',	'closed',	'',	'762-revision-v1',	'',	'',	'2022-12-19 08:13:19',	'2022-12-19 08:13:19',	'',	762,	'https://blueroan.netgen.cloud/?p=1343',	0,	'revision',	'',	0),
(1344,	2,	'2022-12-19 14:14:03',	'2022-12-19 14:14:03',	'',	'tgcsa-full-3-stars',	'',	'inherit',	'',	'closed',	'',	'tgcsa-full-3-stars',	'',	'',	'2022-12-19 14:14:03',	'2022-12-19 14:14:03',	'',	760,	'https://blueroan.netgen.cloud/wp-content/uploads/2022/12/tgcsa-full-3-stars.jpg',	0,	'attachment',	'image/jpeg',	0),
(1345,	2,	'2022-12-19 14:14:12',	'2022-12-19 14:14:12',	'<!-- wp:uagb/container {\"block_id\":\"f37e8c5e\",\"minHeightDesktop\":95,\"minHeightTablet\":70,\"minHeightMobile\":80,\"minHeightType\":\"vh\",\"alignItemsDesktop\":\"flex-start\",\"backgroundType\":\"image\",\"backgroundImageDesktop\":{\"uploading\":false,\"date\":1670921854000,\"filename\":\"Blue-Roan-pool.jpg\",\"menuOrder\":0,\"uploadedTo\":760,\"type\":\"image\",\"subtype\":\"jpeg\",\"id\":784,\"title\":\"Blue Roan - pool\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Blue-Roan-pool.jpg\",\"link\":\"https://blueroan.netgen.cloud/home/blue-roan-pool/\",\"alt\":\"\",\"author\":\"2\",\"description\":\"\",\"caption\":\"\",\"name\":\"blue-roan-pool\",\"status\":\"inherit\",\"modified\":1670921854000,\"mime\":\"image/jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-includes/images/media/default.png\",\"dateFormatted\":\"December 13, 2022\",\"nonces\":{\"update\":\"51a12ed09e\",\"delete\":\"5174068551\",\"edit\":\"1de0721407\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=784\\u0026action=edit\",\"meta\":false,\"authorName\":\"Netgen Support\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/profile.php\",\"uploadedToTitle\":\"Home\",\"uploadedToLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=760\\u0026action=edit\",\"filesizeInBytes\":154801,\"filesizeHumanReadable\":\"151 KB\",\"context\":\"\",\"height\":667,\"width\":1000,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Blue-Roan-pool-150x150.jpg\",\"orientation\":\"landscape\"},\"medium\":{\"height\":200,\"width\":300,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Blue-Roan-pool-300x200.jpg\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Blue-Roan-pool.jpg\",\"height\":667,\"width\":1000,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"backgroundPositionDesktop\":{\"x\":0.5,\"y\":0.25},\"backgroundImageColor\":\"rgba(42,42,42,0.35)\",\"topPaddingDesktop\":0,\"bottomPaddingDesktop\":0,\"leftPaddingDesktop\":40,\"rightPaddingDesktop\":40,\"topPaddingTablet\":120,\"bottomPaddingTablet\":120,\"leftPaddingTablet\":40,\"rightPaddingTablet\":40,\"topPaddingMobile\":150,\"bottomPaddingMobile\":150,\"leftPaddingMobile\":20,\"rightPaddingMobile\":20,\"paddingLink\":false,\"variationSelected\":true,\"isBlockRootParent\":true,\"overlayType\":\"color\",\"minHeightTypeTablet\":\"vh\",\"minHeightTypeMobile\":\"vh\"} -->\n<div class=\"wp-block-uagb-container uagb-block-f37e8c5e alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/info-box {\"classMigrate\":true,\"headingAlign\":\"left\",\"headingColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"subHeadingColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"headingTag\":\"h1\",\"subHeadFontSize\":17,\"subHeadFontSizeMobile\":15,\"headSpace\":20,\"subHeadSpace\":40,\"block_id\":\"66a213b8\",\"ctaIcon\":\"\",\"ctaType\":\"button\",\"ctaText\":\"Book Your Stay Now\",\"ctaLink\":\"https://book.nightsbridge.com/11065\",\"ctaBtnLinkColor\":\"var(\\u002d\\u002dast-global-color-2)\",\"ctaLinkHoverColor\":\"var(\\u002d\\u002dast-global-color-2)\",\"ctaBgColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"ctaBgHoverColor\":\"var(\\u002d\\u002dast-global-color-4)\",\"ctaBorderColor\":\"\",\"ctaBorderStyle\":\"\",\"ctaBorderWidth\":\"\",\"ctaBorderRadius\":\"\",\"iconImage\":{\"url\":\"\",\"alt\":\"InfoBox placeholder img\"},\"showIcon\":false,\"paddingBtnTop\":18,\"paddingBtnBottom\":18,\"paddingBtnLeft\":34,\"paddingBtnRight\":34,\"blockTopPadding\":5,\"blockRightPadding\":40,\"blockLeftPadding\":0,\"blockBottomPadding\":0,\"blockTopPaddingTablet\":0,\"blockRightPaddingTablet\":64,\"blockLeftPaddingTablet\":0,\"blockBottomPaddingTablet\":0,\"blockTopPaddingMobile\":0,\"blockRightPaddingMobile\":0,\"blockLeftPaddingMobile\":0,\"blockBottomPaddingMobile\":0,\"blockPaddingUnit\":\"%\",\"blockPaddingLink\":false,\"subHeadMarginTopTablet\":0,\"subHeadMarginRightTablet\":64,\"subHeadTabletSpace\":40,\"subHeadMarginLeftTablet\":0,\"subHeadMarginTopMobile\":0,\"subHeadMarginRightMobile\":0,\"subHeadMobileSpace\":40,\"subHeadMarginLeftMobile\":0,\"btnBorderTopWidth\":1,\"btnBorderLeftWidth\":1,\"btnBorderRightWidth\":1,\"btnBorderBottomWidth\":1,\"btnBorderTopLeftRadius\":0,\"btnBorderTopRightRadius\":0,\"btnBorderBottomLeftRadius\":0,\"btnBorderBottomRightRadius\":0,\"btnBorderStyle\":\"none\",\"btnBorderColor\":\"#333\"} -->\n<div class=\"wp-block-uagb-info-box uagb-block-66a213b8 uagb-infobox__content-wrap  uagb-infobox-icon-above-title uagb-infobox-image-valign-top\"><div class=\"uagb-ifb-content\"><div class=\"uagb-ifb-title-wrap\"><h1 class=\"uagb-ifb-title\"><strong>Magaliesburg pet friendly self-catering accommodation</strong></h1></div><p class=\"uagb-ifb-desc\">Romantic pet-friendly self-catering accommodation in Magaliesburg, Gauteng.</p><div class=\"uagb-ifb-button-wrapper wp-block-button\"><a href=\"https://book.nightsbridge.com/11065\" class=\"uagb-infobox-cta-link wp-block-button__link\" target=\"_self\" rel=\"noopener noreferrer\" alt=\"\"><span class=\"uagb-inline-editing\">Book Your Stay Now</span></a></div></div></div>\n<!-- /wp:uagb/info-box --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"e5d06dc5\",\"directionDesktop\":\"row\",\"directionMobile\":\"column-reverse\",\"alignItemsDesktop\":\"flex-start\",\"backgroundType\":\"color\",\"backgroundSizeTablet\":\"cover\",\"backgroundSizeMobile\":\"cover\",\"backgroundColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"topPaddingDesktop\":60,\"bottomPaddingDesktop\":60,\"topPaddingTablet\":80,\"bottomPaddingTablet\":80,\"leftPaddingTablet\":40,\"rightPaddingTablet\":40,\"topPaddingMobile\":64,\"bottomPaddingMobile\":64,\"leftPaddingMobile\":24,\"rightPaddingMobile\":24,\"paddingLink\":false,\"variationSelected\":true,\"columnGapDesktop\":60,\"columnGapTablet\":50,\"isBlockRootParent\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-e5d06dc5 alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/container {\"block_id\":\"c7bd2cef\",\"widthDesktop\":50,\"variationSelected\":true,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-c7bd2cef\"><!-- wp:image {\"id\":797,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-13.jpg\" alt=\"\" class=\"wp-image-797\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>We have 7 lovely brick&nbsp;<strong>self-catering</strong>&nbsp;units, each one private and with its own character and theme. &nbsp;They are designed exclusively for couples with or without pets wanting a romantic and peaceful place to connect, re-connect, celebrate special occasions, or somewhere quiet and comfortable to come for a holiday</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:buttons -->\n<div class=\"wp-block-buttons\"><!-- wp:button -->\n<div class=\"wp-block-button\"><a class=\"wp-block-button__link wp-element-button\" href=\"/accommodation/\">View accomodation</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"1b444a48\",\"widthDesktop\":50,\"leftPaddingDesktop\":0,\"paddingLink\":false,\"variationSelected\":true,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-1b444a48\"><!-- wp:uagb/advanced-heading {\"block_id\":\"e61d375b\",\"classMigrate\":true,\"headingDescToggle\":true,\"subHeadingColor\":\"\",\"headSpace\":20,\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-e61d375b\"><h2 class=\"uagb-heading-text\"><strong>Blue Roan is a 4-star graded pet-friendly venue</strong></h2><p class=\"uagb-desc-text\">Our goal is to provide high-quality, romantic, comfortable, and affordable self-catering accommodation on the outskirts of the village of &nbsp;Magaliesburg. &nbsp;For animal lovers, we are also&nbsp;pet-friendly&nbsp;by arrangement in most of the units all of which have their own fully fenced and gated private grassy gardens.</p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/image {\"block_id\":\"7a92319b\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/hammock-in-the-garden.jpg\",\"align\":\"left\",\"id\":799,\"linkDestination\":\"none\",\"naturalWidth\":600,\"naturalHeight\":400,\"sizeSlug\":\"full\",\"sizeSlugTablet\":\"full\",\"sizeSlugMobile\":\"full\",\"imageTopMargin\":20,\"imageRightMargin\":0,\"imageLeftMargin\":0,\"imageBottomMargin\":0,\"imageTopMarginMobile\":0,\"imageRightMarginMobile\":0,\"imageLeftMarginMobile\":0,\"imageBottomMarginMobile\":0,\"imageMarginLink\":false} -->\n<div class=\"wp-block-uagb-image uagb-block-7a92319b wp-block-uagb-image--layout-default wp-block-uagb-image--effect-static wp-block-uagb-image--align-left\"><figure class=\"wp-block-uagb-image__figure\"><img srcset=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/hammock-in-the-garden.jpg \" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/hammock-in-the-garden.jpg\" alt=\"\" class=\"uag-image-799\" width=\"\" height=\"\" title=\"\" loading=\"lazy\"/></figure></div>\n<!-- /wp:uagb/image --></div>\n<!-- /wp:uagb/container --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"ba672dcd\",\"directionDesktop\":\"row\",\"directionMobile\":\"column-reverse\",\"alignItemsDesktop\":\"flex-start\",\"backgroundType\":\"color\",\"backgroundSizeTablet\":\"cover\",\"backgroundSizeMobile\":\"cover\",\"backgroundColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"topPaddingDesktop\":0,\"bottomPaddingDesktop\":0,\"topPaddingTablet\":80,\"bottomPaddingTablet\":80,\"leftPaddingTablet\":40,\"rightPaddingTablet\":40,\"topPaddingMobile\":64,\"bottomPaddingMobile\":64,\"leftPaddingMobile\":24,\"rightPaddingMobile\":24,\"paddingLink\":false,\"variationSelected\":true,\"rowGapDesktop\":0,\"columnGapDesktop\":0,\"columnGapTablet\":50,\"isBlockRootParent\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-ba672dcd alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:image {\"align\":\"center\",\"id\":1344,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image aligncenter size-large\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/tgcsa-full-3-stars-1024x366.jpg\" alt=\"\" class=\"wp-image-1344\"/></figure>\n<!-- /wp:image --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"dbd5022e\",\"backgroundType\":\"color\",\"backgroundSizeTablet\":\"cover\",\"backgroundSizeMobile\":\"cover\",\"backgroundColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"topPaddingDesktop\":50,\"bottomPaddingDesktop\":100,\"topPaddingTablet\":50,\"bottomPaddingTablet\":25,\"leftPaddingTablet\":20,\"rightPaddingTablet\":20,\"topPaddingMobile\":50,\"bottomPaddingMobile\":20,\"leftPaddingMobile\":20,\"rightPaddingMobile\":20,\"paddingLink\":false,\"variationSelected\":true,\"rowGapDesktop\":0,\"isBlockRootParent\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-dbd5022e alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/container {\"block_id\":\"2ff9bc86\",\"directionDesktop\":\"row\",\"alignItemsDesktop\":\"flex-end\",\"alignItemsTablet\":\"flex-end\",\"justifyContentDesktop\":\"flex-end\",\"justifyContentTablet\":\"space-between\",\"variationSelected\":true,\"rowGapMobile\":30,\"columnGapDesktop\":0} -->\n<div class=\"wp-block-uagb-container uagb-block-2ff9bc86\"><!-- wp:uagb/advanced-heading {\"block_id\":\"706099b1\",\"classMigrate\":true,\"headingDescToggle\":true,\"subHeadingColor\":\"\",\"headSpace\":20,\"subHeadFontSize\":16} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-706099b1\"><h2 class=\"uagb-heading-text\">Amenities &amp; Interests ​</h2><p class=\"uagb-desc-text\">The Blue Roan Country Lodge is situated just 5 minutes from the village of Magaliesburg on a tar road so easy access for all cars. &nbsp;We have panoramic views of the Magaliesberg mountain range and our farm is the perfect place for a relaxing getaway in the country. &nbsp;As we are only 70 km from JHB and Pretoria, it is only an hour’s drive.</p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/buttons {\"block_id\":\"824089c3\",\"classMigrate\":true,\"childMigrate\":true,\"align\":\"right\",\"alignTablet\":\"right\",\"alignMobile\":\"left\",\"gap\":0} -->\n<div class=\"wp-block-uagb-buttons uagb-buttons__outer-wrap uagb-btn__default-btn uagb-btn-tablet__default-btn uagb-btn-mobile__default-btn uagb-block-824089c3\"><div class=\"uagb-buttons__wrap uagb-buttons-layout-wrap\"><!-- wp:uagb/buttons-child {\"block_id\":\"63b90988\",\"label\":\"View All\",\"link\":\"/amenities/\",\"hColor\":\"\",\"borderWidth\":\"\",\"borderRadius\":\"\",\"borderStyle\":\"\",\"borderColor\":\"\",\"borderHColor\":\"\",\"btnBorderTopWidth\":1,\"btnBorderLeftWidth\":1,\"btnBorderRightWidth\":1,\"btnBorderBottomWidth\":1,\"btnBorderTopLeftRadius\":2,\"btnBorderTopRightRadius\":2,\"btnBorderBottomLeftRadius\":2,\"btnBorderBottomRightRadius\":2,\"btnBorderStyle\":\"solid\",\"btnBorderColor\":\"#333\",\"btnBorderHColor\":\"#333\"} -->\n<div class=\"wp-block-uagb-buttons-child uagb-buttons__outer-wrap uagb-block-63b90988 wp-block-button is-style-outline\"><div class=\"uagb-button__wrapper\"><a class=\"uagb-buttons-repeater wp-block-button__link\" href=\"/amenities/\" rel=\"follow noopener\" target=\"_self\"><div class=\"uagb-button__link\">View All</div></a></div></div>\n<!-- /wp:uagb/buttons-child --></div></div>\n<!-- /wp:uagb/buttons --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"7abe715f\",\"directionDesktop\":\"row\",\"alignItemsTablet\":\"flex-start\",\"paddingLink\":false,\"topMarginDesktop\":50,\"bottomMarginDesktop\":20,\"leftMarginDesktop\":0,\"rightMarginDesktop\":0,\"marginLink\":false,\"variationSelected\":true,\"rowGapMobile\":65,\"columnGapDesktop\":48,\"columnGapTablet\":20} -->\n<div class=\"wp-block-uagb-container uagb-block-7abe715f\"><!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"align\":\"center\",\"id\":828,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image aligncenter size-full\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Blue-Roan-pool.png\" alt=\"Blue Roan\'s rock pool\" class=\"wp-image-828\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>A relaxing rock Pool​</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>We have a lovely sparkling blue rock pool next to a thatched Lapa. &nbsp;&nbsp;Lie on recliners on the green lawn or sit on the swing chair in the Lapa and enjoy the panoramic view of the Magaliesberg mountain range.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":829,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/img-20160605-wa0002-largejpg.png\" alt=\"\" class=\"wp-image-829\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>Braai facilities </h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>What can compare to a burning fire under the star-lit African sky? Nothing beats the flavor of cooking over an open flame.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":830,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/ef9d0188da11e2bc56788f5619d9d539.png\" alt=\"\" class=\"wp-image-830\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>A games room </h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>The reception is also a games room for those who enjoy darts or playing pool. &nbsp;Take a selection of DVDs back to your room and watch movies on your own DVD player. &nbsp;There is also a selection of board games and music CDs that you can borrow.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div>\n<!-- /wp:uagb/container --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"7c71398b\",\"backgroundType\":\"color\",\"backgroundSizeTablet\":\"cover\",\"backgroundSizeMobile\":\"cover\",\"backgroundColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"bottomPaddingDesktop\":104,\"leftPaddingDesktop\":40,\"rightPaddingDesktop\":40,\"topPaddingTablet\":80,\"bottomPaddingTablet\":80,\"leftPaddingTablet\":40,\"rightPaddingTablet\":40,\"topPaddingMobile\":64,\"bottomPaddingMobile\":64,\"leftPaddingMobile\":24,\"rightPaddingMobile\":24,\"paddingLink\":false,\"variationSelected\":true,\"rowGapDesktop\":0,\"isBlockRootParent\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-7c71398b alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/advanced-heading {\"block_id\":\"26c37f1d\",\"classMigrate\":true,\"headingDescToggle\":true,\"headingAlign\":\"center\",\"headingAlignMobile\":\"left\",\"subHeadingColor\":\"\",\"headSpace\":20,\"subHeadFontSize\":16,\"blockBottomPadding\":20} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-26c37f1d\"><h2 class=\"uagb-heading-text\">Our Inside Pictures​</h2><p class=\"uagb-desc-text\">Take a look at some pretty pictures captured in and around our premises.</p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/container {\"block_id\":\"56acb8c8\",\"directionDesktop\":\"row\",\"alignItemsDesktop\":\"flex-start\",\"topMarginDesktop\":20,\"bottomMarginDesktop\":0,\"leftMarginDesktop\":0,\"rightMarginDesktop\":0,\"marginLink\":false,\"variationSelected\":true,\"rowGapMobile\":24,\"columnGapDesktop\":24,\"columnGapTablet\":20} -->\n<div class=\"wp-block-uagb-container uagb-block-56acb8c8\"><!-- wp:uagb/container {\"block_id\":\"4a3e33b6\",\"widthDesktop\":32,\"variationSelected\":true,\"rowGapDesktop\":24,\"rowGapTablet\":20,\"rowGapMobile\":24,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-4a3e33b6\"><!-- wp:uagb/image {\"block_id\":\"19272834\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/red-rose-1024x683.jpg\",\"id\":834,\"linkDestination\":\"none\",\"width\":385,\"height\":284,\"naturalWidth\":1024,\"naturalHeight\":683,\"sizeSlug\":\"large\",\"sizeSlugTablet\":\"large\",\"sizeSlugMobile\":\"large\",\"customHeightSetDesktop\":true} -->\n<div class=\"wp-block-uagb-image uagb-block-19272834 wp-block-uagb-image--layout-default wp-block-uagb-image--effect-static wp-block-uagb-image--align-none\"><figure class=\"wp-block-uagb-image__figure\"><img srcset=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/red-rose-1024x683.jpg \" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/red-rose-1024x683.jpg\" alt=\"\" class=\"uag-image-834\" width=\"385\" height=\"284\" title=\"\" loading=\"lazy\"/></figure></div>\n<!-- /wp:uagb/image -->\n\n<!-- wp:uagb/image {\"block_id\":\"e0fb6b5e\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/49g.jpg\",\"id\":838,\"linkDestination\":\"none\",\"width\":385,\"height\":284,\"naturalWidth\":650,\"naturalHeight\":450,\"sizeSlug\":\"full\",\"sizeSlugTablet\":\"full\",\"sizeSlugMobile\":\"full\",\"customHeightSetDesktop\":true} -->\n<div class=\"wp-block-uagb-image uagb-block-e0fb6b5e wp-block-uagb-image--layout-default wp-block-uagb-image--effect-static wp-block-uagb-image--align-none\"><figure class=\"wp-block-uagb-image__figure\"><img srcset=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/49g.jpg \" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/49g.jpg\" alt=\"\" class=\"uag-image-838\" width=\"385\" height=\"284\" title=\"\" loading=\"lazy\"/></figure></div>\n<!-- /wp:uagb/image --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"e792923b\",\"widthDesktop\":67,\"variationSelected\":true,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-e792923b\"><!-- wp:uagb/image {\"block_id\":\"adb7cf64\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAA39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba-1-1024x768.png\",\"id\":905,\"linkDestination\":\"none\",\"naturalWidth\":1024,\"naturalHeight\":768,\"sizeSlug\":\"large\",\"sizeSlugTablet\":\"large\",\"sizeSlugMobile\":\"large\"} -->\n<div class=\"wp-block-uagb-image uagb-block-adb7cf64 wp-block-uagb-image--layout-default wp-block-uagb-image--effect-static wp-block-uagb-image--align-none\"><figure class=\"wp-block-uagb-image__figure\"><img srcset=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAA39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba-1-1024x768.png \" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAA39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba-1-1024x768.png\" alt=\"\" class=\"uag-image-905\" width=\"\" height=\"\" title=\"\" loading=\"lazy\"/></figure></div>\n<!-- /wp:uagb/image --></div>\n<!-- /wp:uagb/container --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"eb50b559\",\"directionDesktop\":\"row\",\"alignItemsDesktop\":\"flex-start\",\"topMarginDesktop\":24,\"bottomMarginDesktop\":0,\"leftMarginDesktop\":0,\"rightMarginDesktop\":0,\"topMarginTablet\":20,\"bottomMarginTablet\":0,\"leftMarginTablet\":0,\"rightMarginTablet\":0,\"topMarginMobile\":24,\"bottomMarginMobile\":0,\"leftMarginMobile\":0,\"rightMarginMobile\":0,\"marginLink\":false,\"variationSelected\":true,\"columnGapDesktop\":24,\"columnGapTablet\":20} -->\n<div class=\"wp-block-uagb-container uagb-block-eb50b559\"><!-- wp:uagb/container {\"block_id\":\"83c89f3c\",\"widthDesktop\":67,\"variationSelected\":true,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-83c89f3c\"><!-- wp:image {\"id\":837,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-8-1024x678.jpg\" alt=\"\" class=\"wp-image-837\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"aa4c4350\",\"widthDesktop\":32,\"variationSelected\":true,\"rowGapDesktop\":24,\"rowGapTablet\":20,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-aa4c4350\"><!-- wp:uagb/image {\"block_id\":\"c631a2e2\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Blue-roan-pool-01.jpg\",\"id\":782,\"linkDestination\":\"none\",\"width\":385,\"height\":250,\"naturalWidth\":800,\"naturalHeight\":534,\"sizeSlug\":\"full\",\"sizeSlugTablet\":\"full\",\"sizeSlugMobile\":\"full\",\"customHeightSetDesktop\":true} -->\n<div class=\"wp-block-uagb-image uagb-block-c631a2e2 wp-block-uagb-image--layout-default wp-block-uagb-image--effect-static wp-block-uagb-image--align-none\"><figure class=\"wp-block-uagb-image__figure\"><img srcset=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Blue-roan-pool-01.jpg \" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Blue-roan-pool-01.jpg\" alt=\"\" class=\"uag-image-782\" width=\"385\" height=\"250\" title=\"\" loading=\"lazy\"/></figure></div>\n<!-- /wp:uagb/image -->\n\n<!-- wp:uagb/image {\"block_id\":\"a1131f53\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/bird-1024x683.jpg\",\"id\":910,\"linkDestination\":\"none\",\"width\":385,\"height\":250,\"naturalWidth\":1024,\"naturalHeight\":683,\"sizeSlug\":\"large\",\"sizeSlugTablet\":\"large\",\"sizeSlugMobile\":\"large\",\"customHeightSetDesktop\":true} -->\n<div class=\"wp-block-uagb-image uagb-block-a1131f53 wp-block-uagb-image--layout-default wp-block-uagb-image--effect-static wp-block-uagb-image--align-none\"><figure class=\"wp-block-uagb-image__figure\"><img srcset=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/bird-1024x683.jpg \" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/bird-1024x683.jpg\" alt=\"\" class=\"uag-image-910\" width=\"385\" height=\"250\" title=\"\" loading=\"lazy\"/></figure></div>\n<!-- /wp:uagb/image --></div>\n<!-- /wp:uagb/container --></div>\n<!-- /wp:uagb/container --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"a655b606\",\"backgroundType\":\"color\",\"backgroundSizeTablet\":\"cover\",\"backgroundSizeMobile\":\"cover\",\"backgroundColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"topPaddingDesktop\":40,\"bottomPaddingDesktop\":104,\"leftPaddingDesktop\":40,\"rightPaddingDesktop\":40,\"topPaddingTablet\":80,\"bottomPaddingTablet\":80,\"leftPaddingTablet\":40,\"rightPaddingTablet\":40,\"topPaddingMobile\":64,\"bottomPaddingMobile\":64,\"leftPaddingMobile\":24,\"rightPaddingMobile\":24,\"paddingLink\":false,\"variationSelected\":true,\"rowGapDesktop\":0,\"isBlockRootParent\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-a655b606 alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/advanced-heading {\"block_id\":\"6390583e\",\"classMigrate\":true,\"headingDescToggle\":true,\"headingAlign\":\"center\",\"headingAlignMobile\":\"left\",\"subHeadingColor\":\"\",\"headSpace\":20,\"subHeadFontSize\":16,\"blockBottomPadding\":20} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-6390583e\"><h2 class=\"uagb-heading-text\">What Our Guests Say​</h2><p class=\"uagb-desc-text\">We take pride in serving our guests the best experience. </p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/container {\"block_id\":\"72e48b8e\",\"directionDesktop\":\"row\",\"topMarginDesktop\":40,\"bottomMarginDesktop\":0,\"leftMarginDesktop\":0,\"rightMarginDesktop\":0,\"marginLink\":false,\"variationSelected\":true,\"rowGapMobile\":40,\"columnGapDesktop\":90} -->\n<div class=\"wp-block-uagb-container uagb-block-72e48b8e\"><!-- wp:uagb/container {\"block_id\":\"793cab53\",\"widthDesktop\":50,\"variationSelected\":true,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-793cab53\"><!-- wp:uagb/testimonial {\"test_item_count\":1,\"classMigrate\":true,\"test_block\":[{\"description\":\"\\u0022Thank you for a most enjoyable weekend stay and for making our anniversary so special.  Thank you for your kind and lovely friendship which we really appreciate!!!\\u0022​\",\"name\":\"\\u003cstrong\\u003eBrenda and Theuns\\u003c/strong\\u003e\",\"company\":\"\",\"image\":{\"id\":119,\"title\":\"testimonial1\",\"filename\":\"testimonial1.jpg\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/testimonial1.jpg\",\"link\":\"https://blueroan.netgen.cloud/testimonial1/\",\"alt\":\"\",\"author\":\"34\",\"description\":\"\",\"caption\":\"\",\"name\":\"testimonial1\",\"status\":\"inherit\",\"uploadedTo\":0,\"date\":\"2021-05-11T05:02:02.000Z\",\"modified\":\"2021-05-11T05:02:02.000Z\",\"menuOrder\":0,\"mime\":\"image/jpeg\",\"type\":\"image\",\"subtype\":\"jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/default.png\",\"dateFormatted\":\"May 11, 2021\",\"nonces\":{\"update\":\"b92fe40c3d\",\"delete\":\"643c1eb8f1\",\"edit\":\"d3e7d56b1d\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=119\\u0026action=edit\",\"meta\":false,\"authorName\":\"Rishabh\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/user-edit.php?user_id=34\",\"filesizeInBytes\":11264,\"filesizeHumanReadable\":\"11 KB\",\"context\":\"\",\"height\":250,\"width\":250,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/testimonial1-150x150.jpg\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/testimonial1.jpg\",\"height\":250,\"width\":250,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}}}],\"headingAlign\":\"left\",\"headingAlignTablet\":\"left\",\"headingAlignMobile\":\"left\",\"descColor\":\"var(\\u002d\\u002dast-global-color-3)\",\"nameFontSize\":14,\"nameLineHeight\":1,\"descFontSize\":16,\"descFontWeight\":\"600\",\"nameSpace\":1,\"block_id\":\"68a7999f\",\"iconImage\":{\"url\":\"\",\"alt\":\"InfoBox placeholder img\"},\"imageWidth\":32,\"columnGap\":1,\"borderStyle\":\"\",\"paddingTop\":0,\"paddingBottom\":0,\"paddingLeft\":0,\"paddingRight\":0,\"spacingLink\":true,\"imgpaddingTop\":0,\"imgpaddingRight\":15,\"imgpaddingBottom\":0,\"imgpaddingLeft\":0,\"overallBorderStyle\":\"none\",\"imgTagHeight\":32,\"imgTagWidth\":150} -->\n<div class=\"wp-block-uagb-testimonial uagb-slick-carousel uagb-tm__arrow-outside uagb-block-68a7999f uagb-post__carousel_notset uagb-post__carousel_notset-tablet uagb-post__carousel_notset-mobile\"><div class=\"is-carousel uagb-tm__columns-1 uagb-tm__items\"><div class=\"uagb-testimonial__wrap  uagb-tm__imgicon-style-circle uagb-tm__image-position-bottom uagb-tm__bg-type-none \"><div class=\"uagb-tm__content\"><div class=\"uagb-tm__overlay\"></div><div class=\"uagb-tm__text-wrap\"><div class=\"uagb-tm__desc\">\"Thank you for a most enjoyable weekend stay and for making our anniversary so special.  Thank you for your kind and lovely friendship which we really appreciate!!!\"​</div><div class=\"uagb-tm__meta-inner\"><div class=\"uagb-tm__image-content\"><div class=\"uagb-tm__image\"><img class=\"uagb-tm-img-src\" src=\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/testimonial1-150x150.jpg\" alt=\"\" width=\"32\" height=\"32\" loading=\"lazy\"/></div></div><div class=\"uagb-testimonial-details\"><span class=\"uagb-tm__author-name\"><strong>Brenda and Theuns</strong></span><span class=\"uagb-tm__company\"></span></div></div></div></div></div></div></div>\n<!-- /wp:uagb/testimonial -->\n\n<!-- wp:uagb/testimonial {\"test_item_count\":1,\"classMigrate\":true,\"test_block\":[{\"description\":\"\\u0022Breaking away from city life and coming out to a most wonderful romantic weekend away.  The unit is so comfortable.  Thank you for your great hospitality - we had an awesome time here.  Go well - with love\\u0022​\",\"name\":\"\\u003cstrong\\u003e\\u003cstrong\\u003e\\u003cstrong\\u003eLiz \\u0026amp; Eddie\\u003c/strong\\u003e\\u003c/strong\\u003e\\u003c/strong\\u003e\",\"company\":\"\",\"image\":{\"id\":122,\"title\":\"testimonial4\",\"filename\":\"testimonial4.jpg\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/testimonial4.jpg\",\"link\":\"https://blueroan.netgen.cloud/testimonial4/\",\"alt\":\"\",\"author\":\"34\",\"description\":\"\",\"caption\":\"\",\"name\":\"testimonial4\",\"status\":\"inherit\",\"uploadedTo\":0,\"date\":\"2021-05-11T05:02:06.000Z\",\"modified\":\"2021-05-11T05:02:06.000Z\",\"menuOrder\":0,\"mime\":\"image/jpeg\",\"type\":\"image\",\"subtype\":\"jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/default.png\",\"dateFormatted\":\"May 11, 2021\",\"nonces\":{\"update\":\"4e34860add\",\"delete\":\"9e126a55cd\",\"edit\":\"33ffd3c040\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=122\\u0026action=edit\",\"meta\":false,\"authorName\":\"Rishabh\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/user-edit.php?user_id=34\",\"filesizeInBytes\":16584,\"filesizeHumanReadable\":\"16 KB\",\"context\":\"\",\"height\":250,\"width\":250,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/testimonial4-150x150.jpg\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/testimonial4.jpg\",\"height\":250,\"width\":250,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}}}],\"headingAlign\":\"left\",\"headingAlignTablet\":\"left\",\"headingAlignMobile\":\"left\",\"descColor\":\"var(\\u002d\\u002dast-global-color-3)\",\"nameFontSize\":14,\"nameLineHeight\":1,\"descFontSize\":16,\"descFontWeight\":\"600\",\"nameSpace\":1,\"block_id\":\"4150063f\",\"iconImage\":{\"url\":\"\",\"alt\":\"InfoBox placeholder img\"},\"imageWidth\":32,\"columnGap\":1,\"borderStyle\":\"\",\"paddingTop\":0,\"paddingBottom\":0,\"paddingLeft\":0,\"paddingRight\":0,\"spacingLink\":true,\"imgpaddingTop\":0,\"imgpaddingRight\":15,\"imgpaddingBottom\":0,\"imgpaddingLeft\":0,\"overallBorderStyle\":\"none\",\"imgTagHeight\":32,\"imgTagWidth\":150} -->\n<div class=\"wp-block-uagb-testimonial uagb-slick-carousel uagb-tm__arrow-outside uagb-block-4150063f uagb-post__carousel_notset uagb-post__carousel_notset-tablet uagb-post__carousel_notset-mobile\"><div class=\"is-carousel uagb-tm__columns-1 uagb-tm__items\"><div class=\"uagb-testimonial__wrap  uagb-tm__imgicon-style-circle uagb-tm__image-position-bottom uagb-tm__bg-type-none \"><div class=\"uagb-tm__content\"><div class=\"uagb-tm__overlay\"></div><div class=\"uagb-tm__text-wrap\"><div class=\"uagb-tm__desc\">\"Breaking away from city life and coming out to a most wonderful romantic weekend away.  The unit is so comfortable.  Thank you for your great hospitality - we had an awesome time here.  Go well - with love\"​</div><div class=\"uagb-tm__meta-inner\"><div class=\"uagb-tm__image-content\"><div class=\"uagb-tm__image\"><img class=\"uagb-tm-img-src\" src=\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/testimonial4-150x150.jpg\" alt=\"\" width=\"32\" height=\"32\" loading=\"lazy\"/></div></div><div class=\"uagb-testimonial-details\"><span class=\"uagb-tm__author-name\"><strong><strong><strong>Liz &amp; Eddie</strong></strong></strong></span><span class=\"uagb-tm__company\"></span></div></div></div></div></div></div></div>\n<!-- /wp:uagb/testimonial --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"c1030d6b\",\"widthDesktop\":50,\"variationSelected\":true,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-c1030d6b\"><!-- wp:uagb/testimonial {\"test_item_count\":1,\"classMigrate\":true,\"test_block\":[{\"description\":\"\\u0022Judy, what a wonderful place you have here - we were so delighted to spend the weekend here, so tranquil, peaceful, and beautiful. You made us feel right at home. Definitely a place worth 5 stars! Go well.\\u0022​\",\"name\":\"\\u003cstrong\\u003e\\u003cstrong\\u003eBrian\\u003c/strong\\u003e\\u003c/strong\\u003e \\u003cstrong\\u003e\\u003cstrong\\u003e\\u003cstrong\\u003eand \\u003cstrong\\u003eMariska\\u003c/strong\\u003e\\u003c/strong\\u003e\\u003cbr\\u003e\\u003c/strong\\u003e\\u003c/strong\\u003e\",\"company\":\"\",\"image\":{\"id\":120,\"title\":\"testimonial2\",\"filename\":\"testimonial2.jpg\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/testimonial2.jpg\",\"link\":\"https://blueroan.netgen.cloud/testimonial2/\",\"alt\":\"\",\"author\":\"34\",\"description\":\"\",\"caption\":\"\",\"name\":\"testimonial2\",\"status\":\"inherit\",\"uploadedTo\":0,\"date\":\"2021-05-11T05:02:03.000Z\",\"modified\":\"2021-05-11T05:02:03.000Z\",\"menuOrder\":0,\"mime\":\"image/jpeg\",\"type\":\"image\",\"subtype\":\"jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/default.png\",\"dateFormatted\":\"May 11, 2021\",\"nonces\":{\"update\":\"1ee6412858\",\"delete\":\"4414a2ccbf\",\"edit\":\"bde7b1f490\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=120\\u0026action=edit\",\"meta\":false,\"authorName\":\"Rishabh\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/user-edit.php?user_id=34\",\"filesizeInBytes\":10087,\"filesizeHumanReadable\":\"10 KB\",\"context\":\"\",\"height\":250,\"width\":250,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/testimonial2-150x150.jpg\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/testimonial2.jpg\",\"height\":250,\"width\":250,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}}}],\"headingAlign\":\"left\",\"headingAlignTablet\":\"left\",\"headingAlignMobile\":\"left\",\"descColor\":\"var(\\u002d\\u002dast-global-color-3)\",\"nameFontSize\":14,\"nameLineHeight\":1,\"descFontSize\":16,\"descFontWeight\":\"600\",\"nameSpace\":1,\"block_id\":\"0c392627\",\"iconImage\":{\"url\":\"\",\"alt\":\"InfoBox placeholder img\"},\"imageWidth\":32,\"columnGap\":1,\"borderStyle\":\"\",\"paddingTop\":0,\"paddingBottom\":0,\"paddingLeft\":0,\"paddingRight\":0,\"spacingLink\":true,\"imgpaddingTop\":0,\"imgpaddingRight\":15,\"imgpaddingBottom\":0,\"imgpaddingLeft\":0,\"overallBorderStyle\":\"none\",\"imgTagHeight\":32,\"imgTagWidth\":150} -->\n<div class=\"wp-block-uagb-testimonial uagb-slick-carousel uagb-tm__arrow-outside uagb-block-0c392627 uagb-post__carousel_notset uagb-post__carousel_notset-tablet uagb-post__carousel_notset-mobile\"><div class=\"is-carousel uagb-tm__columns-1 uagb-tm__items\"><div class=\"uagb-testimonial__wrap  uagb-tm__imgicon-style-circle uagb-tm__image-position-bottom uagb-tm__bg-type-none \"><div class=\"uagb-tm__content\"><div class=\"uagb-tm__overlay\"></div><div class=\"uagb-tm__text-wrap\"><div class=\"uagb-tm__desc\">\"Judy, what a wonderful place you have here - we were so delighted to spend the weekend here, so tranquil, peaceful, and beautiful. You made us feel right at home. Definitely a place worth 5 stars! Go well.\"​</div><div class=\"uagb-tm__meta-inner\"><div class=\"uagb-tm__image-content\"><div class=\"uagb-tm__image\"><img class=\"uagb-tm-img-src\" src=\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/testimonial2-150x150.jpg\" alt=\"\" width=\"32\" height=\"32\" loading=\"lazy\"/></div></div><div class=\"uagb-testimonial-details\"><span class=\"uagb-tm__author-name\"><strong><strong>Brian</strong></strong> <strong><strong><strong>and <strong>Mariska</strong></strong><br></strong></strong></span><span class=\"uagb-tm__company\"></span></div></div></div></div></div></div></div>\n<!-- /wp:uagb/testimonial -->\n\n<!-- wp:uagb/testimonial {\"test_item_count\":1,\"classMigrate\":true,\"test_block\":[{\"description\":\"\\u0022Thank you for the most wonderful time, Judy!  This was the most peaceful and perfect place to get engaged!  We will most certainly be back!!!  Your hospitality cannot be topped!\\u0022​\",\"name\":\"\\u003cstrong\\u003e\\u003cstrong\\u003e\\u003cstrong\\u003e\\u003cstrong\\u003eBrett and Kelly\\u003c/strong\\u003e\\u003c/strong\\u003e\\u003c/strong\\u003e\\u003c/strong\\u003e\",\"company\":\"\",\"image\":{\"id\":121,\"title\":\"testimonial3\",\"filename\":\"testimonial3.jpg\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/testimonial3.jpg\",\"link\":\"https://blueroan.netgen.cloud/testimonial3/\",\"alt\":\"\",\"author\":\"34\",\"description\":\"\",\"caption\":\"\",\"name\":\"testimonial3\",\"status\":\"inherit\",\"uploadedTo\":0,\"date\":\"2021-05-11T05:02:05.000Z\",\"modified\":\"2021-05-11T05:02:05.000Z\",\"menuOrder\":0,\"mime\":\"image/jpeg\",\"type\":\"image\",\"subtype\":\"jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/default.png\",\"dateFormatted\":\"May 11, 2021\",\"nonces\":{\"update\":\"290653da5d\",\"delete\":\"90a4fb2d63\",\"edit\":\"ff8a64e56e\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=121\\u0026action=edit\",\"meta\":false,\"authorName\":\"Rishabh\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/user-edit.php?user_id=34\",\"filesizeInBytes\":8748,\"filesizeHumanReadable\":\"9 KB\",\"context\":\"\",\"height\":250,\"width\":250,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/testimonial3-150x150.jpg\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/testimonial3.jpg\",\"height\":250,\"width\":250,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}}}],\"headingAlign\":\"left\",\"headingAlignTablet\":\"left\",\"headingAlignMobile\":\"left\",\"descColor\":\"var(\\u002d\\u002dast-global-color-3)\",\"nameFontSize\":14,\"nameLineHeight\":1,\"descFontSize\":16,\"descFontWeight\":\"600\",\"nameSpace\":1,\"block_id\":\"a6142e96\",\"iconImage\":{\"url\":\"\",\"alt\":\"InfoBox placeholder img\"},\"imageWidth\":32,\"columnGap\":1,\"borderStyle\":\"\",\"paddingTop\":0,\"paddingBottom\":0,\"paddingLeft\":0,\"paddingRight\":0,\"spacingLink\":true,\"imgpaddingTop\":0,\"imgpaddingRight\":15,\"imgpaddingBottom\":0,\"imgpaddingLeft\":0,\"overallBorderStyle\":\"none\",\"imgTagHeight\":32,\"imgTagWidth\":150} -->\n<div class=\"wp-block-uagb-testimonial uagb-slick-carousel uagb-tm__arrow-outside uagb-block-a6142e96 uagb-post__carousel_notset uagb-post__carousel_notset-tablet uagb-post__carousel_notset-mobile\"><div class=\"is-carousel uagb-tm__columns-1 uagb-tm__items\"><div class=\"uagb-testimonial__wrap  uagb-tm__imgicon-style-circle uagb-tm__image-position-bottom uagb-tm__bg-type-none \"><div class=\"uagb-tm__content\"><div class=\"uagb-tm__overlay\"></div><div class=\"uagb-tm__text-wrap\"><div class=\"uagb-tm__desc\">\"Thank you for the most wonderful time, Judy!  This was the most peaceful and perfect place to get engaged!  We will most certainly be back!!!  Your hospitality cannot be topped!\"​</div><div class=\"uagb-tm__meta-inner\"><div class=\"uagb-tm__image-content\"><div class=\"uagb-tm__image\"><img class=\"uagb-tm-img-src\" src=\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/testimonial3-150x150.jpg\" alt=\"\" width=\"32\" height=\"32\" loading=\"lazy\"/></div></div><div class=\"uagb-testimonial-details\"><span class=\"uagb-tm__author-name\"><strong><strong><strong><strong>Brett and Kelly</strong></strong></strong></strong></span><span class=\"uagb-tm__company\"></span></div></div></div></div></div></div></div>\n<!-- /wp:uagb/testimonial --></div>\n<!-- /wp:uagb/container --></div>\n<!-- /wp:uagb/container --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"5dcb7560\",\"innerContentCustomWidthDesktop\":781,\"innerContentCustomWidthTablet\":781,\"backgroundType\":\"image\",\"backgroundImageDesktop\":{\"id\":809,\"title\":\"26759994757_767d9794fd_b\",\"filename\":\"26759994757_767d9794fd_b.jpg\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/26759994757_767d9794fd_b.jpg\",\"link\":\"https://blueroan.netgen.cloud/?attachment_id=809\",\"alt\":\"\",\"author\":\"2\",\"description\":\"\",\"caption\":\"\",\"name\":\"26759994757_767d9794fd_b\",\"status\":\"inherit\",\"uploadedTo\":805,\"date\":\"2022-12-13T09:51:53.000Z\",\"modified\":\"2022-12-13T09:51:53.000Z\",\"menuOrder\":0,\"mime\":\"image/jpeg\",\"type\":\"image\",\"subtype\":\"jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-includes/images/media/default.png\",\"dateFormatted\":\"December 13, 2022\",\"nonces\":{\"update\":\"39b5c0eef1\",\"delete\":\"fde92abd83\",\"edit\":\"3923face9e\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=809\\u0026action=edit\",\"meta\":false,\"authorName\":\"Netgen Support\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/profile.php\",\"uploadedToTitle\":\"Magaliesburg\",\"uploadedToLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=805\\u0026action=edit\",\"filesizeInBytes\":143610,\"filesizeHumanReadable\":\"140 KB\",\"context\":\"\",\"height\":683,\"width\":1024,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/26759994757_767d9794fd_b-150x150.jpg\",\"orientation\":\"landscape\"},\"medium\":{\"height\":200,\"width\":300,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/26759994757_767d9794fd_b-300x200.jpg\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/26759994757_767d9794fd_b.jpg\",\"height\":683,\"width\":1024,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"backgroundImageColor\":\"rgba(42,42,42,0.65)\",\"topPaddingDesktop\":144,\"bottomPaddingDesktop\":144,\"leftPaddingDesktop\":40,\"rightPaddingDesktop\":40,\"topPaddingTablet\":80,\"bottomPaddingTablet\":80,\"leftPaddingTablet\":40,\"rightPaddingTablet\":40,\"topPaddingMobile\":64,\"bottomPaddingMobile\":64,\"leftPaddingMobile\":24,\"rightPaddingMobile\":24,\"paddingLink\":false,\"variationSelected\":true,\"isBlockRootParent\":true,\"overlayType\":\"color\"} -->\n<div class=\"wp-block-uagb-container uagb-block-5dcb7560 alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/advanced-heading {\"block_id\":\"4abdbf7f\",\"classMigrate\":true,\"headingDescToggle\":true,\"headingAlign\":\"center\",\"headingColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"subHeadingColor\":\"var(\\u002d\\u002dast-global-color-4)\",\"headSpace\":20} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-4abdbf7f\"><h2 class=\"uagb-heading-text\">Plan an Unforgettable Experience at <br>Blue Roan!</h2><p class=\"uagb-desc-text\">Blue Roan is a 4-star graded pet-friendly venue</p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/advanced-heading {\"block_id\":\"9a93fa3b\",\"classMigrate\":true,\"headingTitleToggle\":false,\"headingDescToggle\":true,\"headingAlign\":\"center\",\"subHeadingColor\":\"var(\\u002d\\u002dast-global-color-4)\",\"subHeadTransform\":\"uppercase\",\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"subHeadLetterSpacing\":2,\"blockTopPadding\":60,\"blockRightPadding\":0,\"blockLeftPadding\":0,\"blockBottomPadding\":0,\"blockTopPaddingMobile\":30,\"blockRightPaddingMobile\":0,\"blockLeftPaddingMobile\":0,\"blockBottomPaddingMobile\":0,\"linkColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"linkHColor\":\"var(\\u002d\\u002dast-global-color-0)\"} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-9a93fa3b\"><p class=\"uagb-desc-text\"><a href=\"https://book.nightsbridge.com/11065\" target=\"_blank\" rel=\"noreferrer noopener\">BOOK YOUR STAY NOW​</a></p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/icon-list {\"block_id\":\"574f9f87\",\"classMigrate\":true,\"childMigrate\":true,\"align\":\"center\",\"parentIcon\":\"phone\",\"size\":40,\"sizeMobile\":24,\"sizeTablet\":32,\"fontSize\":48,\"fontSizeMobile\":28,\"fontSizeTablet\":40,\"fontWeight\":\"600\",\"iconColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"labelColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"blockTopPadding\":0,\"blockRightPadding\":0,\"blockLeftPadding\":0,\"blockBottomPadding\":24,\"blockPaddingLink\":false} -->\n<div class=\"wp-block-uagb-icon-list uagb-block-574f9f87\"><div class=\"uagb-icon-list__wrap\"><!-- wp:uagb/icon-list-child {\"block_id\":\"f256272f\",\"label\":\" + 27 (0) 82 575 5409\",\"label_color\":\"\",\"link\":\"tel:+27825755409\",\"disableLink\":true,\"fromParentIcon\":\"phone\",\"imageSizeChild\":40} -->\n<div class=\"wp-block-uagb-icon-list-child uagb-block-f256272f\"><a target=\"_self\" aria-label=\" + 27 (0) 82 575 5409\" rel=\"noopener noreferrer\" href=\"tel:+27825755409\"> </a><span class=\"uagb-icon-list__source-wrap\"><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M511.2 387l-23.25 100.8c-3.266 14.25-15.79 24.22-30.46 24.22C205.2 512 0 306.8 0 54.5c0-14.66 9.969-27.2 24.22-30.45l100.8-23.25C139.7-2.602 154.7 5.018 160.8 18.92l46.52 108.5c5.438 12.78 1.77 27.67-8.98 36.45L144.5 207.1c33.98 69.22 90.26 125.5 159.5 159.5l44.08-53.8c8.688-10.78 23.69-14.51 36.47-8.975l108.5 46.51C506.1 357.2 514.6 372.4 511.2 387z\"></path></svg></span><span class=\"uagb-icon-list__label\"> + 27 (0) 82 575 5409</span></div>\n<!-- /wp:uagb/icon-list-child -->\n\n<!-- wp:uagb/icon-list-child {\"block_id\":\"da15117d\",\"label\":\"blueroan@ugo.co.za\",\"icon\":\"envelope\",\"label_color\":\"\",\"link\":\"mailto:blueroan@ugo.co.za\",\"disableLink\":true,\"fromParentIcon\":\"phone\",\"imageSizeChild\":40} -->\n<div class=\"wp-block-uagb-icon-list-child uagb-block-da15117d\"><a target=\"_self\" aria-label=\"blueroan@ugo.co.za\" rel=\"noopener noreferrer\" href=\"mailto:blueroan@ugo.co.za\"> </a><span class=\"uagb-icon-list__source-wrap\"><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M464 64C490.5 64 512 85.49 512 112C512 127.1 504.9 141.3 492.8 150.4L275.2 313.6C263.8 322.1 248.2 322.1 236.8 313.6L19.2 150.4C7.113 141.3 0 127.1 0 112C0 85.49 21.49 64 48 64H464zM217.6 339.2C240.4 356.3 271.6 356.3 294.4 339.2L512 176V384C512 419.3 483.3 448 448 448H64C28.65 448 0 419.3 0 384V176L217.6 339.2z\"></path></svg></span><span class=\"uagb-icon-list__label\">blueroan@ugo.co.za</span></div>\n<!-- /wp:uagb/icon-list-child --></div></div>\n<!-- /wp:uagb/icon-list --></div></div>\n<!-- /wp:uagb/container -->',	'Home',	'',	'inherit',	'closed',	'closed',	'',	'760-revision-v1',	'',	'',	'2022-12-19 14:14:12',	'2022-12-19 14:14:12',	'',	760,	'https://blueroan.netgen.cloud/?p=1345',	0,	'revision',	'',	0),
(1346,	2,	'2022-12-19 14:16:53',	'2022-12-19 14:16:53',	'',	'Honeymoon-Suite-kitchen-and-dining-table',	'',	'inherit',	'',	'closed',	'',	'honeymoon-suite-kitchen-and-dining-table',	'',	'',	'2022-12-19 14:16:53',	'2022-12-19 14:16:53',	'',	1080,	'https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Honeymoon-Suite-kitchen-and-dining-table.jpg',	0,	'attachment',	'image/jpeg',	0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(1347,	2,	'2022-12-19 14:17:12',	'2022-12-19 14:17:12',	'<!-- wp:uagb/container {\"block_id\":\"5abe4bf8\",\"backgroundType\":\"image\",\"backgroundImageDesktop\":{\"uploading\":false,\"date\":1671023457000,\"filename\":\"241559_798x533.jpg\",\"menuOrder\":0,\"uploadedTo\":1080,\"type\":\"image\",\"subtype\":\"jpeg\",\"id\":1095,\"title\":\"241559_798x533\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/241559_798x533.jpg\",\"link\":\"https://blueroan.netgen.cloud/the-honeymoon-suite/241559_798x533/\",\"alt\":\"\",\"author\":\"2\",\"description\":\"\",\"caption\":\"\",\"name\":\"241559_798x533\",\"status\":\"inherit\",\"modified\":1671023457000,\"mime\":\"image/jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-includes/images/media/default.png\",\"dateFormatted\":\"December 14, 2022\",\"nonces\":{\"update\":\"7866bc0686\",\"delete\":\"4305e802ab\",\"edit\":\"a07bc75067\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=1095\\u0026action=edit\",\"meta\":false,\"authorName\":\"Netgen Support\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/profile.php\",\"uploadedToTitle\":\"The Honeymoon Suite\",\"uploadedToLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=1080\\u0026action=edit\",\"filesizeInBytes\":101561,\"filesizeHumanReadable\":\"99 KB\",\"context\":\"\",\"height\":533,\"width\":798,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/241559_798x533-150x150.jpg\",\"orientation\":\"landscape\"},\"medium\":{\"height\":200,\"width\":300,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/241559_798x533-300x200.jpg\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/241559_798x533.jpg\",\"height\":533,\"width\":798,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"backgroundPositionDesktop\":{\"x\":0.6,\"y\":0.65},\"backgroundSizeTablet\":\"cover\",\"backgroundSizeMobile\":\"cover\",\"backgroundColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"backgroundImageColor\":\"rgba(42,42,42,0.5)\",\"topPaddingDesktop\":220,\"bottomPaddingDesktop\":150,\"topPaddingTablet\":170,\"bottomPaddingTablet\":160,\"leftPaddingTablet\":30,\"rightPaddingTablet\":30,\"topPaddingMobile\":180,\"bottomPaddingMobile\":80,\"leftPaddingMobile\":20,\"rightPaddingMobile\":20,\"paddingLink\":false,\"variationSelected\":true,\"isBlockRootParent\":true,\"overlayType\":\"color\"} -->\n<div class=\"wp-block-uagb-container uagb-block-5abe4bf8 alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/advanced-heading {\"block_id\":\"e1dddf57\",\"classMigrate\":true,\"headingDescToggle\":true,\"headingColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"subHeadingColor\":\"var(\\u002d\\u002dast-global-color-4)\",\"headingTag\":\"h1\",\"headSpace\":20,\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"blockTopPadding\":0,\"blockRightPadding\":50,\"blockLeftPadding\":0,\"blockBottomPadding\":0,\"blockTopPaddingTablet\":0,\"blockRightPaddingTablet\":20,\"blockLeftPaddingTablet\":0,\"blockBottomPaddingTablet\":0,\"blockTopPaddingMobile\":0,\"blockRightPaddingMobile\":0,\"blockLeftPaddingMobile\":0,\"blockBottomPaddingMobile\":0,\"blockPaddingUnit\":\"%\",\"blockPaddingUnitTablet\":\"%\"} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-e1dddf57\"><h1 class=\"uagb-heading-text\">The Honeymoon suite</h1><p class=\"uagb-desc-text\">This open-plan unit, which is attached to the side of the main home, is ideal for couples because it is fully private and has its own entrance, garden, and carport.</p></div>\n<!-- /wp:uagb/advanced-heading --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"ad0cef50\",\"backgroundType\":\"color\",\"backgroundSizeTablet\":\"cover\",\"backgroundSizeMobile\":\"cover\",\"backgroundColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"topPaddingDesktop\":120,\"bottomPaddingDesktop\":60,\"rightPaddingDesktop\":0,\"topPaddingTablet\":80,\"bottomPaddingTablet\":80,\"leftPaddingTablet\":30,\"rightPaddingTablet\":30,\"topPaddingMobile\":80,\"bottomPaddingMobile\":80,\"leftPaddingMobile\":20,\"rightPaddingMobile\":20,\"paddingLink\":false,\"variationSelected\":true,\"rowGapDesktop\":0,\"isBlockRootParent\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-ad0cef50 alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/container {\"block_id\":\"82742680\",\"directionDesktop\":\"row\",\"alignItemsDesktop\":\"flex-end\",\"alignItemsTablet\":\"flex-end\",\"justifyContentDesktop\":\"flex-end\",\"justifyContentTablet\":\"space-between\",\"variationSelected\":true,\"rowGapMobile\":20,\"columnGapDesktop\":0} -->\n<div class=\"wp-block-uagb-container uagb-block-82742680\"><!-- wp:uagb/advanced-heading {\"block_id\":\"5d112d2d\",\"classMigrate\":true,\"headingDescToggle\":true,\"subHeadingColor\":\"\",\"headSpace\":20,\"subHeadFontSize\":16} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-5d112d2d\"><h2 class=\"uagb-heading-text\">Come &amp; Stay With Us​ at The Honeymoon suite</h2><p class=\"uagb-desc-text\">This is an open plan unit attached to the side of the main house, completely private with its own entrance, own garden, and carport. &nbsp;It has a king bed facing the TV and a separate bathroom with a huge walk-in shower and an oval spa bath. The unit has a glass door opening onto a private covered patio with a brick braai and comfortable outside furniture. &nbsp;It has a fenced and gated garden with a hammock and outside garden furniture. (no pets in this one)</p></div>\n<!-- /wp:uagb/advanced-heading --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:heading -->\n<h2>The bedroom &amp; lounge</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>This room contains the following: </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list -->\n<ul><!-- wp:list-item -->\n<li>King bed with electric blanket</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Electric heater</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Ceiling fan</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Hair dryer</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Good quality linen</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>32\" flat screen TV (full DSTV)</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>DVD player</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Books and playing cards</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Dressing table</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>2-seater recliner settee</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Big clothes cupboards with dressing gowns</li>\n<!-- /wp:list-item --></ul>\n<!-- /wp:list --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":1083,\"width\":500,\"height\":334,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full is-resized\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/241561_798x533.jpg\" alt=\"\" class=\"wp-image-1083\" width=\"500\" height=\"334\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":1346,\"width\":500,\"height\":334,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large is-resized\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Honeymoon-Suite-kitchen-and-dining-table-1024x768.jpg\" alt=\"\" class=\"wp-image-1346\" width=\"500\" height=\"334\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:heading -->\n<h2>The Kitchen &amp; Dining room</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>This room contains the following</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list -->\n<ul><!-- wp:list-item -->\n<li>Log fireplace</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>4-plate gas stove and oven</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Microwave oven, kettle, toaster</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Fridge with top freezer compartment</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Pots, pans, cutlery, crockery, wine &amp; champagne glasses</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>All kitchen utensils</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Ironing board and iron</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>All cleaning cloths and detergents and washing up liquid</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Paper towel, salt pepper, coffee, sugar &amp; tea</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Braai tongs</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Dining table and 2 comfortable designer chairs</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Glass door out to the private patio</li>\n<!-- /wp:list-item --></ul>\n<!-- /wp:list --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:heading -->\n<h2>The bathroom</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>This room contains the following: </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list -->\n<ul><!-- wp:list-item -->\n<li>Huge walk-in shower</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Oval spa bath with 6 jets</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Bubble bath and candles</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Soap and towels and toiletries</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Toilet and his and hers basins - toilet paper provided</li>\n<!-- /wp:list-item --></ul>\n<!-- /wp:list --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":1092,\"width\":500,\"height\":334,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full is-resized\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAAJDAxNDM5Y2JmLTQ3YzMtNDA4Ni05ZjZlLTU2YjM4YmI1Y2IxNg.png\" alt=\"\" class=\"wp-image-1092\" width=\"500\" height=\"334\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":1093,\"width\":500,\"height\":334,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full is-resized\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/241560_798x533.jpg\" alt=\"\" class=\"wp-image-1093\" width=\"500\" height=\"334\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:heading -->\n<h2>Private patio surrounded by a private garden and facing the sunset</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>This room contains the following</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list -->\n<ul><!-- wp:list-item -->\n<li>Chairs with cushions</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Wooden table</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Brick braai</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Decorative lighting</li>\n<!-- /wp:list-item --></ul>\n<!-- /wp:list --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:heading {\"textAlign\":\"center\"} -->\n<h2 class=\"has-text-align-center\">Book your stay </h2>\n<!-- /wp:heading -->\n\n<!-- wp:buttons -->\n<div class=\"wp-block-buttons\"><!-- wp:button {\"align\":\"center\"} -->\n<div class=\"wp-block-button aligncenter\"><a class=\"wp-block-button__link wp-element-button\" href=\"https://book.nightsbridge.com/11065\" target=\"_blank\" rel=\"noreferrer noopener\">Reservations</a></div>\n<!-- /wp:button -->\n\n<!-- wp:button /--></div>\n<!-- /wp:buttons --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"7f912817\",\"innerContentCustomWidthDesktop\":781,\"innerContentCustomWidthTablet\":781,\"backgroundType\":\"image\",\"backgroundImageDesktop\":{\"uploading\":false,\"date\":1670943271000,\"filename\":\"AAEAAQAAAAAAAAAAAAAA39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba.png\",\"menuOrder\":0,\"uploadedTo\":761,\"type\":\"image\",\"subtype\":\"png\",\"id\":899,\"title\":\"AAEAAQAAAAAAAAAAAAAA39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAA39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba.png\",\"link\":\"https://blueroan.netgen.cloud/accommodation/aaeaaqaaaaaaaaaaaaaa39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba/\",\"alt\":\"\",\"author\":\"2\",\"description\":\"\",\"caption\":\"\",\"name\":\"aaeaaqaaaaaaaaaaaaaa39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba\",\"status\":\"inherit\",\"modified\":1670943271000,\"mime\":\"image/png\",\"icon\":\"https://blueroan.netgen.cloud/wp-includes/images/media/default.png\",\"dateFormatted\":\"December 13, 2022\",\"nonces\":{\"update\":\"45b2b6c69b\",\"delete\":\"75d81c42ab\",\"edit\":\"88fae030a9\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=899\\u0026action=edit\",\"meta\":false,\"authorName\":\"Netgen Support\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/profile.php\",\"uploadedToTitle\":\"Accommodation\",\"uploadedToLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=761\\u0026action=edit\",\"filesizeInBytes\":2338048,\"filesizeHumanReadable\":\"2 MB\",\"context\":\"\",\"height\":900,\"width\":1200,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAA39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba-150x150.png\",\"orientation\":\"landscape\"},\"medium\":{\"height\":225,\"width\":300,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAA39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba-300x225.png\",\"orientation\":\"landscape\"},\"large\":{\"height\":768,\"width\":1024,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAA39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba-1024x768.png\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAA39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba.png\",\"height\":900,\"width\":1200,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"backgroundImageColor\":\"rgba(42,42,42,0.65)\",\"topPaddingDesktop\":144,\"bottomPaddingDesktop\":144,\"leftPaddingDesktop\":40,\"rightPaddingDesktop\":40,\"topPaddingTablet\":80,\"bottomPaddingTablet\":80,\"leftPaddingTablet\":40,\"rightPaddingTablet\":40,\"topPaddingMobile\":64,\"bottomPaddingMobile\":64,\"leftPaddingMobile\":24,\"rightPaddingMobile\":24,\"paddingLink\":false,\"variationSelected\":true,\"isBlockRootParent\":true,\"overlayType\":\"color\"} -->\n<div class=\"wp-block-uagb-container uagb-block-7f912817 alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/advanced-heading {\"block_id\":\"c9310f90\",\"classMigrate\":true,\"headingDescToggle\":true,\"headingAlign\":\"center\",\"headingColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"subHeadingColor\":\"var(\\u002d\\u002dast-global-color-4)\",\"headSpace\":20} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-c9310f90\"><h2 class=\"uagb-heading-text\">Plan an Unforgettable Experience at<br>Blue Roan!</h2><p class=\"uagb-desc-text\">We can help you fit your stay and experience within your allotted budget.</p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/advanced-heading {\"block_id\":\"886a0ac8\",\"classMigrate\":true,\"headingTitleToggle\":false,\"headingDescToggle\":true,\"headingAlign\":\"center\",\"subHeadingColor\":\"var(\\u002d\\u002dast-global-color-4)\",\"subHeadTransform\":\"uppercase\",\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"subHeadLetterSpacing\":2,\"blockTopPadding\":60,\"blockRightPadding\":0,\"blockLeftPadding\":0,\"blockBottomPadding\":0,\"blockTopPaddingMobile\":30,\"blockRightPaddingMobile\":0,\"blockLeftPaddingMobile\":0,\"blockBottomPaddingMobile\":0,\"linkColor\":\"var(\\u002d\\u002dast-global-color-8)\",\"linkHColor\":\"var(\\u002d\\u002dast-global-color-1)\"} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-886a0ac8\"><p class=\"uagb-desc-text\"><a href=\"https://book.nightsbridge.com/11065\" target=\"_blank\" rel=\"noreferrer noopener\">BOOK YOUR STAY NOW​<br></a></p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/icon-list {\"block_id\":\"759f2bcf\",\"classMigrate\":true,\"childMigrate\":true,\"align\":\"center\",\"parentIcon\":\"phone\",\"size\":40,\"sizeMobile\":24,\"sizeTablet\":32,\"fontSize\":48,\"fontSizeMobile\":28,\"fontSizeTablet\":40,\"fontWeight\":\"600\",\"iconColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"labelColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"blockTopPadding\":0,\"blockRightPadding\":0,\"blockLeftPadding\":0,\"blockBottomPadding\":24,\"blockPaddingLink\":false} -->\n<div class=\"wp-block-uagb-icon-list uagb-block-759f2bcf\"><div class=\"uagb-icon-list__wrap\"><!-- wp:uagb/icon-list-child {\"block_id\":\"66049c2f\",\"label\":\" + 27 (0) 82 575 5409\",\"label_color\":\"\",\"link\":\"tel:+27825755409\",\"disableLink\":true,\"fromParentIcon\":\"phone\",\"imageSizeChild\":40} -->\n<div class=\"wp-block-uagb-icon-list-child uagb-block-66049c2f\"><a target=\"_self\" aria-label=\" + 27 (0) 82 575 5409\" rel=\"noopener noreferrer\" href=\"tel:+27825755409\"> </a><span class=\"uagb-icon-list__source-wrap\"><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M511.2 387l-23.25 100.8c-3.266 14.25-15.79 24.22-30.46 24.22C205.2 512 0 306.8 0 54.5c0-14.66 9.969-27.2 24.22-30.45l100.8-23.25C139.7-2.602 154.7 5.018 160.8 18.92l46.52 108.5c5.438 12.78 1.77 27.67-8.98 36.45L144.5 207.1c33.98 69.22 90.26 125.5 159.5 159.5l44.08-53.8c8.688-10.78 23.69-14.51 36.47-8.975l108.5 46.51C506.1 357.2 514.6 372.4 511.2 387z\"></path></svg></span><span class=\"uagb-icon-list__label\"> + 27 (0) 82 575 5409</span></div>\n<!-- /wp:uagb/icon-list-child -->\n\n<!-- wp:uagb/icon-list-child {\"block_id\":\"e8616dd5\",\"label\":\"blueroan@ugo.co.za\",\"icon\":\"envelope\",\"label_color\":\"\",\"link\":\"mailto:blueroan@ugo.co.za\",\"disableLink\":true,\"fromParentIcon\":\"phone\",\"imageSizeChild\":40} -->\n<div class=\"wp-block-uagb-icon-list-child uagb-block-e8616dd5\"><a target=\"_self\" aria-label=\"blueroan@ugo.co.za\" rel=\"noopener noreferrer\" href=\"mailto:blueroan@ugo.co.za\"> </a><span class=\"uagb-icon-list__source-wrap\"><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M464 64C490.5 64 512 85.49 512 112C512 127.1 504.9 141.3 492.8 150.4L275.2 313.6C263.8 322.1 248.2 322.1 236.8 313.6L19.2 150.4C7.113 141.3 0 127.1 0 112C0 85.49 21.49 64 48 64H464zM217.6 339.2C240.4 356.3 271.6 356.3 294.4 339.2L512 176V384C512 419.3 483.3 448 448 448H64C28.65 448 0 419.3 0 384V176L217.6 339.2z\"></path></svg></span><span class=\"uagb-icon-list__label\">blueroan@ugo.co.za</span></div>\n<!-- /wp:uagb/icon-list-child --></div></div>\n<!-- /wp:uagb/icon-list --></div></div>\n<!-- /wp:uagb/container -->',	'The Honeymoon Suite',	'',	'inherit',	'closed',	'closed',	'',	'1080-revision-v1',	'',	'',	'2022-12-19 14:17:12',	'2022-12-19 14:17:12',	'',	1080,	'https://blueroan.netgen.cloud/?p=1347',	0,	'revision',	'',	0),
(1348,	2,	'2022-12-19 14:19:04',	'2022-12-19 14:19:04',	'',	'Bluebush-kitchen',	'',	'inherit',	'',	'closed',	'',	'bluebush-kitchen',	'',	'',	'2022-12-19 14:19:04',	'2022-12-19 14:19:04',	'',	1011,	'https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Bluebush-kitchen.jpg',	0,	'attachment',	'image/jpeg',	0),
(1349,	2,	'2022-12-19 14:19:20',	'2022-12-19 14:19:20',	'<!-- wp:uagb/container {\"block_id\":\"f17eb9d0\",\"backgroundType\":\"image\",\"backgroundImageDesktop\":{\"uploading\":false,\"date\":1671015366000,\"filename\":\"AAEAAQAAAAAAAAAAAAAAJGQzMWY4ODAwLTRlMDYtNDYwMy1iOTJkLWRmZGI3NmI4N2ZiZg.png\",\"menuOrder\":0,\"uploadedTo\":1011,\"type\":\"image\",\"subtype\":\"png\",\"id\":1016,\"title\":\"AAEAAQAAAAAAAAAAAAAAJGQzMWY4ODAwLTRlMDYtNDYwMy1iOTJkLWRmZGI3NmI4N2ZiZg\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAAJGQzMWY4ODAwLTRlMDYtNDYwMy1iOTJkLWRmZGI3NmI4N2ZiZg.png\",\"link\":\"https://blueroan.netgen.cloud/the-bluebush/aaeaaqaaaaaaaaaaaaaajgqzmwy4odawltrlmdytndywmy1iotjklwrmzgi3nmi4n2zizg/\",\"alt\":\"\",\"author\":\"2\",\"description\":\"\",\"caption\":\"\",\"name\":\"aaeaaqaaaaaaaaaaaaaajgqzmwy4odawltrlmdytndywmy1iotjklwrmzgi3nmi4n2zizg\",\"status\":\"inherit\",\"modified\":1671015366000,\"mime\":\"image/png\",\"icon\":\"https://blueroan.netgen.cloud/wp-includes/images/media/default.png\",\"dateFormatted\":\"December 14, 2022\",\"nonces\":{\"update\":\"4cd1c286f5\",\"delete\":\"d9f6f5a0de\",\"edit\":\"9c51d771a4\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=1016\\u0026action=edit\",\"meta\":false,\"authorName\":\"Netgen Support\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/profile.php\",\"uploadedToTitle\":\"The Bluebush\",\"uploadedToLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=1011\\u0026action=edit\",\"filesizeInBytes\":738928,\"filesizeHumanReadable\":\"722 KB\",\"context\":\"\",\"height\":667,\"width\":1000,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAAJGQzMWY4ODAwLTRlMDYtNDYwMy1iOTJkLWRmZGI3NmI4N2ZiZg-150x150.png\",\"orientation\":\"landscape\"},\"medium\":{\"height\":200,\"width\":300,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAAJGQzMWY4ODAwLTRlMDYtNDYwMy1iOTJkLWRmZGI3NmI4N2ZiZg-300x200.png\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAAJGQzMWY4ODAwLTRlMDYtNDYwMy1iOTJkLWRmZGI3NmI4N2ZiZg.png\",\"height\":667,\"width\":1000,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"backgroundPositionDesktop\":{\"x\":0.47,\"y\":0.54},\"backgroundSizeTablet\":\"cover\",\"backgroundSizeMobile\":\"cover\",\"backgroundColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"backgroundImageColor\":\"rgba(42,42,42,0.5)\",\"topPaddingDesktop\":220,\"bottomPaddingDesktop\":150,\"topPaddingTablet\":170,\"bottomPaddingTablet\":160,\"leftPaddingTablet\":30,\"rightPaddingTablet\":30,\"topPaddingMobile\":180,\"bottomPaddingMobile\":80,\"leftPaddingMobile\":20,\"rightPaddingMobile\":20,\"paddingLink\":false,\"variationSelected\":true,\"isBlockRootParent\":true,\"overlayType\":\"color\"} -->\n<div class=\"wp-block-uagb-container uagb-block-f17eb9d0 alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/advanced-heading {\"block_id\":\"620c7d63\",\"classMigrate\":true,\"headingDescToggle\":true,\"headingColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"subHeadingColor\":\"var(\\u002d\\u002dast-global-color-4)\",\"headingTag\":\"h1\",\"headSpace\":20,\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"blockTopPadding\":0,\"blockRightPadding\":50,\"blockLeftPadding\":0,\"blockBottomPadding\":0,\"blockTopPaddingTablet\":0,\"blockRightPaddingTablet\":20,\"blockLeftPaddingTablet\":0,\"blockBottomPaddingTablet\":0,\"blockTopPaddingMobile\":0,\"blockRightPaddingMobile\":0,\"blockLeftPaddingMobile\":0,\"blockBottomPaddingMobile\":0,\"blockPaddingUnit\":\"%\",\"blockPaddingUnitTablet\":\"%\"} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-620c7d63\"><h1 class=\"uagb-heading-text\">The Bluebush</h1><p class=\"uagb-desc-text\">A cozy, pleasant suite that has a really homey atmosphere. Just like at home, settle in and relax. Unwind in the ideal corner-shaped spa bath and the open-concept living space.</p></div>\n<!-- /wp:uagb/advanced-heading --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"2555daaf\",\"backgroundType\":\"color\",\"backgroundSizeTablet\":\"cover\",\"backgroundSizeMobile\":\"cover\",\"backgroundColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"topPaddingDesktop\":120,\"bottomPaddingDesktop\":60,\"rightPaddingDesktop\":0,\"topPaddingTablet\":80,\"bottomPaddingTablet\":80,\"leftPaddingTablet\":30,\"rightPaddingTablet\":30,\"topPaddingMobile\":80,\"bottomPaddingMobile\":80,\"leftPaddingMobile\":20,\"rightPaddingMobile\":20,\"paddingLink\":false,\"variationSelected\":true,\"rowGapDesktop\":0,\"isBlockRootParent\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-2555daaf alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/container {\"block_id\":\"4c714d01\",\"directionDesktop\":\"row\",\"alignItemsDesktop\":\"flex-end\",\"alignItemsTablet\":\"flex-end\",\"justifyContentDesktop\":\"flex-end\",\"justifyContentTablet\":\"space-between\",\"variationSelected\":true,\"rowGapMobile\":20,\"columnGapDesktop\":0} -->\n<div class=\"wp-block-uagb-container uagb-block-4c714d01\"><!-- wp:uagb/advanced-heading {\"block_id\":\"72792a55\",\"classMigrate\":true,\"headingDescToggle\":true,\"subHeadingColor\":\"\",\"headSpace\":20,\"subHeadFontSize\":16} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-72792a55\"><h2 class=\"uagb-heading-text\">Come &amp; Stay With Us​ at The Bluebush Suite </h2><p class=\"uagb-desc-text\">It has one bedroom with a corner-shaped spa bath in the corner of the bedroom, a separate bathroom with a large walk-in shower, and an open-plan&nbsp;living area opening onto a covered patio with comfortable outside furniture. &nbsp;It has a large grassed, fenced, and gated garden with a brick braai.</p></div>\n<!-- /wp:uagb/advanced-heading --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:heading -->\n<h2>The bedroom </h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>This room contains the following: </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list -->\n<ul><!-- wp:list-item -->\n<li>King bed with electric blanket</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Corner shaped spa bath with 6 jets</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Bubble bath and candles</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Oil heater</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Stand fan</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Dressing table</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Hair dryer and dressing gowns</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Good quality linen</li>\n<!-- /wp:list-item --></ul>\n<!-- /wp:list --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":1021,\"width\":500,\"height\":334,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full is-resized\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/241531_798x533.jpg\" alt=\"The Bluebush bedroom at Blue Roan Country Lodge \" class=\"wp-image-1021\" width=\"500\" height=\"334\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":1022,\"width\":500,\"height\":334,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full is-resized\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/241532_798x533.jpg\" alt=\"The Bluebush spa bath at Blue Roan Country Lodge \" class=\"wp-image-1022\" width=\"500\" height=\"334\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:heading -->\n<h2>The bathroom</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>This room contains the following</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list -->\n<ul><!-- wp:list-item -->\n<li>Large walk-in shower</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Toilet and basin</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Soap, towels, toiletries and toilet paper</li>\n<!-- /wp:list-item --></ul>\n<!-- /wp:list --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:heading -->\n<h2>The Lounge</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>This room contains the following: </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list -->\n<ul><!-- wp:list-item -->\n<li>Log fireplace</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>3 piece upholstered lounge suite</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>32\" flat screen TV (DSTV - commercial bouquet with Sports, movies, Mnet, SABC 1,2 3 and E)</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>DVD player</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Pine dining table and 4 chairs</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Books and playing cards</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Glass sliding door out to the patio</li>\n<!-- /wp:list-item --></ul>\n<!-- /wp:list --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":1023,\"width\":500,\"height\":334,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full is-resized\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/241528_798x533.jpg\" alt=\"The Bluebush lounge at Blue Roan Country Lodge \" class=\"wp-image-1023\" width=\"500\" height=\"334\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":1348,\"width\":500,\"height\":334,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large is-resized\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Bluebush-kitchen-1024x768.jpg\" alt=\"\" class=\"wp-image-1348\" width=\"500\" height=\"334\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:heading -->\n<h2>The kitchen</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>This room contains the following</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list -->\n<ul><!-- wp:list-item -->\n<li>4 plate gas stove and oven</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Microwave oven, kettle, toaster</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Fridge with top freezer compartment</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Pots, pans, cutlery, crockery, wine &amp; champagne glasses</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>All kitchen utensils</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Ironing board and iron</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>All cleaning cloths and detergents and washing up liquid</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Paper towel, salt, pepper, tea, coffee and sugar</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Braai tongs, filter coffee plunger</li>\n<!-- /wp:list-item --></ul>\n<!-- /wp:list --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:heading -->\n<h2>The large patio with <br>mountain views</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>This room contains the following: </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list -->\n<ul><!-- wp:list-item -->\n<li>Chairs with cushions</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Glass table</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Brick braai</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Decorative lighting</li>\n<!-- /wp:list-item --></ul>\n<!-- /wp:list --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":1025,\"width\":500,\"height\":334,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full is-resized\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/241529_798x533.jpg\" alt=\"The Bluebush patio at Blue Roan Country Lodge \" class=\"wp-image-1025\" width=\"500\" height=\"334\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:heading {\"textAlign\":\"center\"} -->\n<h2 class=\"has-text-align-center\">Book your stay </h2>\n<!-- /wp:heading -->\n\n<!-- wp:buttons -->\n<div class=\"wp-block-buttons\"><!-- wp:button {\"align\":\"center\"} -->\n<div class=\"wp-block-button aligncenter\"><a class=\"wp-block-button__link wp-element-button\" href=\"https://book.nightsbridge.com/11065\" target=\"_blank\" rel=\"noreferrer noopener\">Reservations</a></div>\n<!-- /wp:button -->\n\n<!-- wp:button /--></div>\n<!-- /wp:buttons --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"d536f13d\",\"innerContentCustomWidthDesktop\":781,\"innerContentCustomWidthTablet\":781,\"backgroundType\":\"image\",\"backgroundImageDesktop\":{\"uploading\":false,\"date\":1670943271000,\"filename\":\"AAEAAQAAAAAAAAAAAAAA39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba.png\",\"menuOrder\":0,\"uploadedTo\":761,\"type\":\"image\",\"subtype\":\"png\",\"id\":899,\"title\":\"AAEAAQAAAAAAAAAAAAAA39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAA39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba.png\",\"link\":\"https://blueroan.netgen.cloud/accommodation/aaeaaqaaaaaaaaaaaaaa39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba/\",\"alt\":\"\",\"author\":\"2\",\"description\":\"\",\"caption\":\"\",\"name\":\"aaeaaqaaaaaaaaaaaaaa39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba\",\"status\":\"inherit\",\"modified\":1670943271000,\"mime\":\"image/png\",\"icon\":\"https://blueroan.netgen.cloud/wp-includes/images/media/default.png\",\"dateFormatted\":\"December 13, 2022\",\"nonces\":{\"update\":\"45b2b6c69b\",\"delete\":\"75d81c42ab\",\"edit\":\"88fae030a9\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=899\\u0026action=edit\",\"meta\":false,\"authorName\":\"Netgen Support\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/profile.php\",\"uploadedToTitle\":\"Accommodation\",\"uploadedToLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=761\\u0026action=edit\",\"filesizeInBytes\":2338048,\"filesizeHumanReadable\":\"2 MB\",\"context\":\"\",\"height\":900,\"width\":1200,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAA39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba-150x150.png\",\"orientation\":\"landscape\"},\"medium\":{\"height\":225,\"width\":300,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAA39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba-300x225.png\",\"orientation\":\"landscape\"},\"large\":{\"height\":768,\"width\":1024,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAA39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba-1024x768.png\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAA39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba.png\",\"height\":900,\"width\":1200,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"backgroundImageColor\":\"rgba(42,42,42,0.65)\",\"topPaddingDesktop\":144,\"bottomPaddingDesktop\":144,\"leftPaddingDesktop\":40,\"rightPaddingDesktop\":40,\"topPaddingTablet\":80,\"bottomPaddingTablet\":80,\"leftPaddingTablet\":40,\"rightPaddingTablet\":40,\"topPaddingMobile\":64,\"bottomPaddingMobile\":64,\"leftPaddingMobile\":24,\"rightPaddingMobile\":24,\"paddingLink\":false,\"variationSelected\":true,\"isBlockRootParent\":true,\"overlayType\":\"color\"} -->\n<div class=\"wp-block-uagb-container uagb-block-d536f13d alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/advanced-heading {\"block_id\":\"c9e98bd4\",\"classMigrate\":true,\"headingDescToggle\":true,\"headingAlign\":\"center\",\"headingColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"subHeadingColor\":\"var(\\u002d\\u002dast-global-color-4)\",\"headSpace\":20} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-c9e98bd4\"><h2 class=\"uagb-heading-text\">Plan an Unforgettable Experience at<br>Blue Roan!</h2><p class=\"uagb-desc-text\">We can help you fit your stay and experience within your allotted budget.</p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/advanced-heading {\"block_id\":\"2038e9c4\",\"classMigrate\":true,\"headingTitleToggle\":false,\"headingDescToggle\":true,\"headingAlign\":\"center\",\"subHeadingColor\":\"var(\\u002d\\u002dast-global-color-4)\",\"subHeadTransform\":\"uppercase\",\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"subHeadLetterSpacing\":2,\"blockTopPadding\":60,\"blockRightPadding\":0,\"blockLeftPadding\":0,\"blockBottomPadding\":0,\"blockTopPaddingMobile\":30,\"blockRightPaddingMobile\":0,\"blockLeftPaddingMobile\":0,\"blockBottomPaddingMobile\":0,\"linkColor\":\"var(\\u002d\\u002dast-global-color-8)\",\"linkHColor\":\"var(\\u002d\\u002dast-global-color-1)\"} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-2038e9c4\"><p class=\"uagb-desc-text\"><a href=\"https://book.nightsbridge.com/11065\" target=\"_blank\" rel=\"noreferrer noopener\">BOOK YOUR STAY NOW​<br></a></p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/icon-list {\"block_id\":\"eb7866bf\",\"classMigrate\":true,\"childMigrate\":true,\"align\":\"center\",\"parentIcon\":\"phone\",\"size\":40,\"sizeMobile\":24,\"sizeTablet\":32,\"fontSize\":48,\"fontSizeMobile\":28,\"fontSizeTablet\":40,\"fontWeight\":\"600\",\"iconColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"labelColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"blockTopPadding\":0,\"blockRightPadding\":0,\"blockLeftPadding\":0,\"blockBottomPadding\":24,\"blockPaddingLink\":false} -->\n<div class=\"wp-block-uagb-icon-list uagb-block-eb7866bf\"><div class=\"uagb-icon-list__wrap\"><!-- wp:uagb/icon-list-child {\"block_id\":\"53111de1\",\"label\":\" + 27 (0) 82 575 5409\",\"label_color\":\"\",\"link\":\"tel:+27825755409\",\"disableLink\":true,\"fromParentIcon\":\"phone\",\"imageSizeChild\":40} -->\n<div class=\"wp-block-uagb-icon-list-child uagb-block-53111de1\"><a target=\"_self\" aria-label=\" + 27 (0) 82 575 5409\" rel=\"noopener noreferrer\" href=\"tel:+27825755409\"> </a><span class=\"uagb-icon-list__source-wrap\"><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M511.2 387l-23.25 100.8c-3.266 14.25-15.79 24.22-30.46 24.22C205.2 512 0 306.8 0 54.5c0-14.66 9.969-27.2 24.22-30.45l100.8-23.25C139.7-2.602 154.7 5.018 160.8 18.92l46.52 108.5c5.438 12.78 1.77 27.67-8.98 36.45L144.5 207.1c33.98 69.22 90.26 125.5 159.5 159.5l44.08-53.8c8.688-10.78 23.69-14.51 36.47-8.975l108.5 46.51C506.1 357.2 514.6 372.4 511.2 387z\"></path></svg></span><span class=\"uagb-icon-list__label\"> + 27 (0) 82 575 5409</span></div>\n<!-- /wp:uagb/icon-list-child -->\n\n<!-- wp:uagb/icon-list-child {\"block_id\":\"e6ae6a9c\",\"label\":\"blueroan@ugo.co.za\",\"icon\":\"envelope\",\"label_color\":\"\",\"link\":\"mailto:blueroan@ugo.co.za\",\"disableLink\":true,\"fromParentIcon\":\"phone\",\"imageSizeChild\":40} -->\n<div class=\"wp-block-uagb-icon-list-child uagb-block-e6ae6a9c\"><a target=\"_self\" aria-label=\"blueroan@ugo.co.za\" rel=\"noopener noreferrer\" href=\"mailto:blueroan@ugo.co.za\"> </a><span class=\"uagb-icon-list__source-wrap\"><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M464 64C490.5 64 512 85.49 512 112C512 127.1 504.9 141.3 492.8 150.4L275.2 313.6C263.8 322.1 248.2 322.1 236.8 313.6L19.2 150.4C7.113 141.3 0 127.1 0 112C0 85.49 21.49 64 48 64H464zM217.6 339.2C240.4 356.3 271.6 356.3 294.4 339.2L512 176V384C512 419.3 483.3 448 448 448H64C28.65 448 0 419.3 0 384V176L217.6 339.2z\"></path></svg></span><span class=\"uagb-icon-list__label\">blueroan@ugo.co.za</span></div>\n<!-- /wp:uagb/icon-list-child --></div></div>\n<!-- /wp:uagb/icon-list --></div></div>\n<!-- /wp:uagb/container -->',	'The Bluebush',	'',	'inherit',	'closed',	'closed',	'',	'1011-revision-v1',	'',	'',	'2022-12-19 14:19:20',	'2022-12-19 14:19:20',	'',	1011,	'https://blueroan.netgen.cloud/?p=1349',	0,	'revision',	'',	0),
(1350,	2,	'2022-12-19 14:20:36',	'2022-12-19 14:20:36',	'',	'Acacia lounge',	'',	'inherit',	'',	'closed',	'',	'acacia-lounge-2',	'',	'',	'2022-12-19 14:20:36',	'2022-12-19 14:20:36',	'',	1044,	'https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Acacia-lounge-1.jpg',	0,	'attachment',	'image/jpeg',	0),
(1351,	2,	'2022-12-19 14:21:19',	'2022-12-19 14:21:19',	'<!-- wp:uagb/container {\"block_id\":\"755fcbcf\",\"backgroundType\":\"image\",\"backgroundImageDesktop\":{\"uploading\":false,\"date\":1671459636000,\"filename\":\"Acacia-lounge-1-scaled.jpg\",\"menuOrder\":0,\"uploadedTo\":1044,\"type\":\"image\",\"subtype\":\"jpeg\",\"id\":1350,\"title\":\"Acacia lounge\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Acacia-lounge-1-scaled.jpg\",\"link\":\"https://blueroan.netgen.cloud/the-acacia/acacia-lounge-2/\",\"alt\":\"\",\"author\":\"2\",\"description\":\"\",\"caption\":\"\",\"name\":\"acacia-lounge-2\",\"status\":\"inherit\",\"modified\":1671459636000,\"mime\":\"image/jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-includes/images/media/default.png\",\"dateFormatted\":\"December 19, 2022\",\"nonces\":{\"update\":\"58e65c6e97\",\"delete\":\"5aad786af7\",\"edit\":\"c3625daf98\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=1350\\u0026action=edit\",\"meta\":false,\"authorName\":\"Netgen Support\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/profile.php\",\"uploadedToTitle\":\"The Acacia\",\"uploadedToLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=1044\\u0026action=edit\",\"filesizeInBytes\":605073,\"filesizeHumanReadable\":\"591 KB\",\"context\":\"\",\"originalImageURL\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Acacia-lounge-1.jpg\",\"originalImageName\":\"Acacia-lounge-1.jpg\",\"height\":1920,\"width\":2560,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Acacia-lounge-1-150x150.jpg\",\"orientation\":\"landscape\"},\"medium\":{\"height\":225,\"width\":300,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Acacia-lounge-1-300x225.jpg\",\"orientation\":\"landscape\"},\"large\":{\"height\":768,\"width\":1024,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Acacia-lounge-1-1024x768.jpg\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Acacia-lounge-1-scaled.jpg\",\"height\":1920,\"width\":2560,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"backgroundPositionDesktop\":{\"x\":0.47,\"y\":0.54},\"backgroundSizeTablet\":\"cover\",\"backgroundSizeMobile\":\"cover\",\"backgroundColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"backgroundImageColor\":\"rgba(42,42,42,0.5)\",\"topPaddingDesktop\":220,\"bottomPaddingDesktop\":150,\"topPaddingTablet\":170,\"bottomPaddingTablet\":160,\"leftPaddingTablet\":30,\"rightPaddingTablet\":30,\"topPaddingMobile\":180,\"bottomPaddingMobile\":80,\"leftPaddingMobile\":20,\"rightPaddingMobile\":20,\"paddingLink\":false,\"variationSelected\":true,\"isBlockRootParent\":true,\"overlayType\":\"color\"} -->\n<div class=\"wp-block-uagb-container uagb-block-755fcbcf alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/advanced-heading {\"block_id\":\"3be8afa6\",\"classMigrate\":true,\"headingDescToggle\":true,\"headingColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"subHeadingColor\":\"var(\\u002d\\u002dast-global-color-4)\",\"headingTag\":\"h1\",\"headSpace\":20,\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"blockTopPadding\":0,\"blockRightPadding\":50,\"blockLeftPadding\":0,\"blockBottomPadding\":0,\"blockTopPaddingTablet\":0,\"blockRightPaddingTablet\":20,\"blockLeftPaddingTablet\":0,\"blockBottomPaddingTablet\":0,\"blockTopPaddingMobile\":0,\"blockRightPaddingMobile\":0,\"blockLeftPaddingMobile\":0,\"blockBottomPaddingMobile\":0,\"blockPaddingUnit\":\"%\",\"blockPaddingUnitTablet\":\"%\"} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-3be8afa6\"><h1 class=\"uagb-heading-text\">The Acacia suite</h1><p class=\"uagb-desc-text\">We called the biggest unit after the Acacia tree. This apartment is rustic and unpretentious and includes a large open-concept living room that leads to a covered patio with a brick braai area.</p></div>\n<!-- /wp:uagb/advanced-heading --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"336b0d07\",\"backgroundType\":\"color\",\"backgroundSizeTablet\":\"cover\",\"backgroundSizeMobile\":\"cover\",\"backgroundColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"topPaddingDesktop\":120,\"bottomPaddingDesktop\":60,\"rightPaddingDesktop\":0,\"topPaddingTablet\":80,\"bottomPaddingTablet\":80,\"leftPaddingTablet\":30,\"rightPaddingTablet\":30,\"topPaddingMobile\":80,\"bottomPaddingMobile\":80,\"leftPaddingMobile\":20,\"rightPaddingMobile\":20,\"paddingLink\":false,\"variationSelected\":true,\"rowGapDesktop\":0,\"isBlockRootParent\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-336b0d07 alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/container {\"block_id\":\"c4df434b\",\"directionDesktop\":\"row\",\"alignItemsDesktop\":\"flex-end\",\"alignItemsTablet\":\"flex-end\",\"justifyContentDesktop\":\"flex-end\",\"justifyContentTablet\":\"space-between\",\"variationSelected\":true,\"rowGapMobile\":20,\"columnGapDesktop\":0} -->\n<div class=\"wp-block-uagb-container uagb-block-c4df434b\"><!-- wp:uagb/advanced-heading {\"block_id\":\"95b4be22\",\"classMigrate\":true,\"headingDescToggle\":true,\"subHeadingColor\":\"\",\"headSpace\":20,\"subHeadFontSize\":16} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-95b4be22\"><h2 class=\"uagb-heading-text\">Come &amp; Stay With Us​ at The Acacia suite</h2><p class=\"uagb-desc-text\">This is the largest unit and is at the end of the row. &nbsp;It has one bedroom, a separate bathroom, and a spacious open plan living area opening onto a covered patio with brick braai and comfortable outside furniture. &nbsp;It has a large grassy, fenced, and gated garden.</p></div>\n<!-- /wp:uagb/advanced-heading --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:heading -->\n<h2>The bedroom </h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>This room contains the following: </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list -->\n<ul><!-- wp:list-item -->\n<li>Extra-length queen bed with electric blanket</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Dressing table</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Wall mounted heater</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Oil heater &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Ceiling fan</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Oil heater</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Hair dryer and dressing gowns</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Good quality linen</li>\n<!-- /wp:list-item --></ul>\n<!-- /wp:list --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":1049,\"width\":500,\"height\":334,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full is-resized\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/241548_798x533.jpg\" alt=\"\" class=\"wp-image-1049\" width=\"500\" height=\"334\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":1051,\"width\":500,\"height\":334,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full is-resized\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/241550_798x533.jpg\" alt=\"\" class=\"wp-image-1051\" width=\"500\" height=\"334\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:heading -->\n<h2>The bathroom</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>This room contains the following</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list -->\n<ul><!-- wp:list-item -->\n<li>Corner-shaped spa bath with 6 jets</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Separate shower</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Toilet and basin</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Towels</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Soap, bubble bath &amp; candles, toiletries and toilet paper</li>\n<!-- /wp:list-item --></ul>\n<!-- /wp:list --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:heading -->\n<h2>The Lounge</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>This room contains the following: </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list -->\n<ul><!-- wp:list-item -->\n<li>Log fireplace</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>3-piece upholstered lounge suite</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Additional 3 seater sofa for convenience positioned on the other side of the unit (This sofa can be changed to a single or double bed for extra accommodation by arrangement)</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>TV&nbsp;(DSTV - commercial bouquet with Sports, movies, Mnet, SABC 1,2 3 and Etv)</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>DVD player</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Dining table and 4 chairs</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Books and playing cards</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Glass sliding door out to the patio</li>\n<!-- /wp:list-item --></ul>\n<!-- /wp:list --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":1052,\"width\":500,\"height\":334,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full is-resized\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/241545_798x533.jpg\" alt=\"\" class=\"wp-image-1052\" width=\"500\" height=\"334\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":1054,\"width\":500,\"height\":334,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full is-resized\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/241547_798x533.jpg\" alt=\"The kitchen in the Acacia suite at the Blue Roan country lodge \" class=\"wp-image-1054\" width=\"500\" height=\"334\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:heading -->\n<h2>The kitchen</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>This room contains the following</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list -->\n<ul><!-- wp:list-item -->\n<li>4 plate gas stove and oven</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Microwave oven, kettle, toaster</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Fridge with top freezer compartment</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Pots, pans, cutlery, crockery, wine &amp; champagne glasses</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>All kitchen utensils</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Ironing board and iron</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>All cleaning cloths and detergents and washing up liquid</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Paper towel, salt, pepper, tea, coffee and sugar</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Braai tongs</li>\n<!-- /wp:list-item --></ul>\n<!-- /wp:list --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:heading -->\n<h2>The large patio with <br>mountain views</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>This room contains the following: </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list -->\n<ul><!-- wp:list-item -->\n<li>Chairs with cushions</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Glass table</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Brick braai</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Decorative lighting</li>\n<!-- /wp:list-item --></ul>\n<!-- /wp:list --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":1055,\"width\":500,\"height\":334,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full is-resized\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/241544_798x533.jpg\" alt=\"\" class=\"wp-image-1055\" width=\"500\" height=\"334\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:heading {\"textAlign\":\"center\"} -->\n<h2 class=\"has-text-align-center\">Book your stay </h2>\n<!-- /wp:heading -->\n\n<!-- wp:buttons -->\n<div class=\"wp-block-buttons\"><!-- wp:button {\"align\":\"center\"} -->\n<div class=\"wp-block-button aligncenter\"><a class=\"wp-block-button__link wp-element-button\" href=\"https://book.nightsbridge.com/11065\" target=\"_blank\" rel=\"noreferrer noopener\">Reservations</a></div>\n<!-- /wp:button -->\n\n<!-- wp:button /--></div>\n<!-- /wp:buttons --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"47e7ff3a\",\"innerContentCustomWidthDesktop\":781,\"innerContentCustomWidthTablet\":781,\"backgroundType\":\"image\",\"backgroundImageDesktop\":{\"uploading\":false,\"date\":1670943271000,\"filename\":\"AAEAAQAAAAAAAAAAAAAA39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba.png\",\"menuOrder\":0,\"uploadedTo\":761,\"type\":\"image\",\"subtype\":\"png\",\"id\":899,\"title\":\"AAEAAQAAAAAAAAAAAAAA39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAA39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba.png\",\"link\":\"https://blueroan.netgen.cloud/accommodation/aaeaaqaaaaaaaaaaaaaa39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba/\",\"alt\":\"\",\"author\":\"2\",\"description\":\"\",\"caption\":\"\",\"name\":\"aaeaaqaaaaaaaaaaaaaa39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba\",\"status\":\"inherit\",\"modified\":1670943271000,\"mime\":\"image/png\",\"icon\":\"https://blueroan.netgen.cloud/wp-includes/images/media/default.png\",\"dateFormatted\":\"December 13, 2022\",\"nonces\":{\"update\":\"45b2b6c69b\",\"delete\":\"75d81c42ab\",\"edit\":\"88fae030a9\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=899\\u0026action=edit\",\"meta\":false,\"authorName\":\"Netgen Support\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/profile.php\",\"uploadedToTitle\":\"Accommodation\",\"uploadedToLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=761\\u0026action=edit\",\"filesizeInBytes\":2338048,\"filesizeHumanReadable\":\"2 MB\",\"context\":\"\",\"height\":900,\"width\":1200,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAA39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba-150x150.png\",\"orientation\":\"landscape\"},\"medium\":{\"height\":225,\"width\":300,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAA39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba-300x225.png\",\"orientation\":\"landscape\"},\"large\":{\"height\":768,\"width\":1024,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAA39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba-1024x768.png\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAA39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba.png\",\"height\":900,\"width\":1200,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"backgroundImageColor\":\"rgba(42,42,42,0.65)\",\"topPaddingDesktop\":144,\"bottomPaddingDesktop\":144,\"leftPaddingDesktop\":40,\"rightPaddingDesktop\":40,\"topPaddingTablet\":80,\"bottomPaddingTablet\":80,\"leftPaddingTablet\":40,\"rightPaddingTablet\":40,\"topPaddingMobile\":64,\"bottomPaddingMobile\":64,\"leftPaddingMobile\":24,\"rightPaddingMobile\":24,\"paddingLink\":false,\"variationSelected\":true,\"isBlockRootParent\":true,\"overlayType\":\"color\"} -->\n<div class=\"wp-block-uagb-container uagb-block-47e7ff3a alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/advanced-heading {\"block_id\":\"f92a5ead\",\"classMigrate\":true,\"headingDescToggle\":true,\"headingAlign\":\"center\",\"headingColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"subHeadingColor\":\"var(\\u002d\\u002dast-global-color-4)\",\"headSpace\":20} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-f92a5ead\"><h2 class=\"uagb-heading-text\">Plan an Unforgettable Experience at<br>Blue Roan!</h2><p class=\"uagb-desc-text\">We can help you fit your stay and experience within your allotted budget.</p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/advanced-heading {\"block_id\":\"a409ca07\",\"classMigrate\":true,\"headingTitleToggle\":false,\"headingDescToggle\":true,\"headingAlign\":\"center\",\"subHeadingColor\":\"var(\\u002d\\u002dast-global-color-4)\",\"subHeadTransform\":\"uppercase\",\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"subHeadLetterSpacing\":2,\"blockTopPadding\":60,\"blockRightPadding\":0,\"blockLeftPadding\":0,\"blockBottomPadding\":0,\"blockTopPaddingMobile\":30,\"blockRightPaddingMobile\":0,\"blockLeftPaddingMobile\":0,\"blockBottomPaddingMobile\":0,\"linkColor\":\"var(\\u002d\\u002dast-global-color-8)\",\"linkHColor\":\"var(\\u002d\\u002dast-global-color-1)\"} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-a409ca07\"><p class=\"uagb-desc-text\"><a href=\"https://book.nightsbridge.com/11065\" target=\"_blank\" rel=\"noreferrer noopener\">BOOK YOUR STAY NOW​<br></a></p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/icon-list {\"block_id\":\"0020ae2a\",\"classMigrate\":true,\"childMigrate\":true,\"align\":\"center\",\"parentIcon\":\"phone\",\"size\":40,\"sizeMobile\":24,\"sizeTablet\":32,\"fontSize\":48,\"fontSizeMobile\":28,\"fontSizeTablet\":40,\"fontWeight\":\"600\",\"iconColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"labelColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"blockTopPadding\":0,\"blockRightPadding\":0,\"blockLeftPadding\":0,\"blockBottomPadding\":24,\"blockPaddingLink\":false} -->\n<div class=\"wp-block-uagb-icon-list uagb-block-0020ae2a\"><div class=\"uagb-icon-list__wrap\"><!-- wp:uagb/icon-list-child {\"block_id\":\"6cec3efd\",\"label\":\" + 27 (0) 82 575 5409\",\"label_color\":\"\",\"link\":\"tel:+27825755409\",\"disableLink\":true,\"fromParentIcon\":\"phone\",\"imageSizeChild\":40} -->\n<div class=\"wp-block-uagb-icon-list-child uagb-block-6cec3efd\"><a target=\"_self\" aria-label=\" + 27 (0) 82 575 5409\" rel=\"noopener noreferrer\" href=\"tel:+27825755409\"> </a><span class=\"uagb-icon-list__source-wrap\"><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M511.2 387l-23.25 100.8c-3.266 14.25-15.79 24.22-30.46 24.22C205.2 512 0 306.8 0 54.5c0-14.66 9.969-27.2 24.22-30.45l100.8-23.25C139.7-2.602 154.7 5.018 160.8 18.92l46.52 108.5c5.438 12.78 1.77 27.67-8.98 36.45L144.5 207.1c33.98 69.22 90.26 125.5 159.5 159.5l44.08-53.8c8.688-10.78 23.69-14.51 36.47-8.975l108.5 46.51C506.1 357.2 514.6 372.4 511.2 387z\"></path></svg></span><span class=\"uagb-icon-list__label\"> + 27 (0) 82 575 5409</span></div>\n<!-- /wp:uagb/icon-list-child -->\n\n<!-- wp:uagb/icon-list-child {\"block_id\":\"6c40396c\",\"label\":\"blueroan@ugo.co.za\",\"icon\":\"envelope\",\"label_color\":\"\",\"link\":\"mailto:blueroan@ugo.co.za\",\"disableLink\":true,\"fromParentIcon\":\"phone\",\"imageSizeChild\":40} -->\n<div class=\"wp-block-uagb-icon-list-child uagb-block-6c40396c\"><a target=\"_self\" aria-label=\"blueroan@ugo.co.za\" rel=\"noopener noreferrer\" href=\"mailto:blueroan@ugo.co.za\"> </a><span class=\"uagb-icon-list__source-wrap\"><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M464 64C490.5 64 512 85.49 512 112C512 127.1 504.9 141.3 492.8 150.4L275.2 313.6C263.8 322.1 248.2 322.1 236.8 313.6L19.2 150.4C7.113 141.3 0 127.1 0 112C0 85.49 21.49 64 48 64H464zM217.6 339.2C240.4 356.3 271.6 356.3 294.4 339.2L512 176V384C512 419.3 483.3 448 448 448H64C28.65 448 0 419.3 0 384V176L217.6 339.2z\"></path></svg></span><span class=\"uagb-icon-list__label\">blueroan@ugo.co.za</span></div>\n<!-- /wp:uagb/icon-list-child --></div></div>\n<!-- /wp:uagb/icon-list --></div></div>\n<!-- /wp:uagb/container -->',	'The Acacia',	'',	'inherit',	'closed',	'closed',	'',	'1044-autosave-v1',	'',	'',	'2022-12-19 14:21:19',	'2022-12-19 14:21:19',	'',	1044,	'https://blueroan.netgen.cloud/?p=1351',	0,	'revision',	'',	0),
(1352,	2,	'2022-12-19 14:21:24',	'2022-12-19 14:21:24',	'<!-- wp:uagb/container {\"block_id\":\"755fcbcf\",\"backgroundType\":\"image\",\"backgroundImageDesktop\":{\"uploading\":false,\"date\":1671459636000,\"filename\":\"Acacia-lounge-1-scaled.jpg\",\"menuOrder\":0,\"uploadedTo\":1044,\"type\":\"image\",\"subtype\":\"jpeg\",\"id\":1350,\"title\":\"Acacia lounge\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Acacia-lounge-1-scaled.jpg\",\"link\":\"https://blueroan.netgen.cloud/the-acacia/acacia-lounge-2/\",\"alt\":\"\",\"author\":\"2\",\"description\":\"\",\"caption\":\"\",\"name\":\"acacia-lounge-2\",\"status\":\"inherit\",\"modified\":1671459636000,\"mime\":\"image/jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-includes/images/media/default.png\",\"dateFormatted\":\"December 19, 2022\",\"nonces\":{\"update\":\"58e65c6e97\",\"delete\":\"5aad786af7\",\"edit\":\"c3625daf98\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=1350\\u0026action=edit\",\"meta\":false,\"authorName\":\"Netgen Support\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/profile.php\",\"uploadedToTitle\":\"The Acacia\",\"uploadedToLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=1044\\u0026action=edit\",\"filesizeInBytes\":605073,\"filesizeHumanReadable\":\"591 KB\",\"context\":\"\",\"originalImageURL\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Acacia-lounge-1.jpg\",\"originalImageName\":\"Acacia-lounge-1.jpg\",\"height\":1920,\"width\":2560,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Acacia-lounge-1-150x150.jpg\",\"orientation\":\"landscape\"},\"medium\":{\"height\":225,\"width\":300,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Acacia-lounge-1-300x225.jpg\",\"orientation\":\"landscape\"},\"large\":{\"height\":768,\"width\":1024,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Acacia-lounge-1-1024x768.jpg\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Acacia-lounge-1-scaled.jpg\",\"height\":1920,\"width\":2560,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"backgroundPositionDesktop\":{\"x\":0.47,\"y\":0.54},\"backgroundSizeTablet\":\"cover\",\"backgroundSizeMobile\":\"cover\",\"backgroundColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"backgroundImageColor\":\"rgba(42,42,42,0.5)\",\"topPaddingDesktop\":220,\"bottomPaddingDesktop\":150,\"topPaddingTablet\":170,\"bottomPaddingTablet\":160,\"leftPaddingTablet\":30,\"rightPaddingTablet\":30,\"topPaddingMobile\":180,\"bottomPaddingMobile\":80,\"leftPaddingMobile\":20,\"rightPaddingMobile\":20,\"paddingLink\":false,\"variationSelected\":true,\"isBlockRootParent\":true,\"overlayType\":\"color\"} -->\n<div class=\"wp-block-uagb-container uagb-block-755fcbcf alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/advanced-heading {\"block_id\":\"3be8afa6\",\"classMigrate\":true,\"headingDescToggle\":true,\"headingColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"subHeadingColor\":\"var(\\u002d\\u002dast-global-color-4)\",\"headingTag\":\"h1\",\"headSpace\":20,\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"blockTopPadding\":0,\"blockRightPadding\":50,\"blockLeftPadding\":0,\"blockBottomPadding\":0,\"blockTopPaddingTablet\":0,\"blockRightPaddingTablet\":20,\"blockLeftPaddingTablet\":0,\"blockBottomPaddingTablet\":0,\"blockTopPaddingMobile\":0,\"blockRightPaddingMobile\":0,\"blockLeftPaddingMobile\":0,\"blockBottomPaddingMobile\":0,\"blockPaddingUnit\":\"%\",\"blockPaddingUnitTablet\":\"%\"} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-3be8afa6\"><h1 class=\"uagb-heading-text\">The Acacia suite</h1><p class=\"uagb-desc-text\">We called the biggest unit after the Acacia tree. This apartment is rustic and unpretentious and includes a large open-concept living room that leads to a covered patio with a brick braai area.</p></div>\n<!-- /wp:uagb/advanced-heading --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"336b0d07\",\"backgroundType\":\"color\",\"backgroundSizeTablet\":\"cover\",\"backgroundSizeMobile\":\"cover\",\"backgroundColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"topPaddingDesktop\":120,\"bottomPaddingDesktop\":60,\"rightPaddingDesktop\":0,\"topPaddingTablet\":80,\"bottomPaddingTablet\":80,\"leftPaddingTablet\":30,\"rightPaddingTablet\":30,\"topPaddingMobile\":80,\"bottomPaddingMobile\":80,\"leftPaddingMobile\":20,\"rightPaddingMobile\":20,\"paddingLink\":false,\"variationSelected\":true,\"rowGapDesktop\":0,\"isBlockRootParent\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-336b0d07 alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/container {\"block_id\":\"c4df434b\",\"directionDesktop\":\"row\",\"alignItemsDesktop\":\"flex-end\",\"alignItemsTablet\":\"flex-end\",\"justifyContentDesktop\":\"flex-end\",\"justifyContentTablet\":\"space-between\",\"variationSelected\":true,\"rowGapMobile\":20,\"columnGapDesktop\":0} -->\n<div class=\"wp-block-uagb-container uagb-block-c4df434b\"><!-- wp:uagb/advanced-heading {\"block_id\":\"95b4be22\",\"classMigrate\":true,\"headingDescToggle\":true,\"subHeadingColor\":\"\",\"headSpace\":20,\"subHeadFontSize\":16} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-95b4be22\"><h2 class=\"uagb-heading-text\">Come &amp; Stay With Us​ at The Acacia suite</h2><p class=\"uagb-desc-text\">This is the largest unit and is at the end of the row. &nbsp;It has one bedroom, a separate bathroom, and a spacious open plan living area opening onto a covered patio with brick braai and comfortable outside furniture. &nbsp;It has a large grassy, fenced, and gated garden.</p></div>\n<!-- /wp:uagb/advanced-heading --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:heading -->\n<h2>The bedroom </h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>This room contains the following: </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list -->\n<ul><!-- wp:list-item -->\n<li>Extra-length queen bed with electric blanket</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Dressing table</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Wall mounted heater</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Oil heater &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Ceiling fan</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Oil heater</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Hair dryer and dressing gowns</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Good quality linen</li>\n<!-- /wp:list-item --></ul>\n<!-- /wp:list --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":1049,\"width\":500,\"height\":334,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full is-resized\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/241548_798x533.jpg\" alt=\"\" class=\"wp-image-1049\" width=\"500\" height=\"334\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":1051,\"width\":500,\"height\":334,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full is-resized\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/241550_798x533.jpg\" alt=\"\" class=\"wp-image-1051\" width=\"500\" height=\"334\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:heading -->\n<h2>The bathroom</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>This room contains the following</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list -->\n<ul><!-- wp:list-item -->\n<li>Corner-shaped spa bath with 6 jets</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Separate shower</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Toilet and basin</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Towels</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Soap, bubble bath &amp; candles, toiletries and toilet paper</li>\n<!-- /wp:list-item --></ul>\n<!-- /wp:list --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:heading -->\n<h2>The Lounge</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>This room contains the following: </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list -->\n<ul><!-- wp:list-item -->\n<li>Log fireplace</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>3-piece upholstered lounge suite</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Additional 3 seater sofa for convenience positioned on the other side of the unit (This sofa can be changed to a single or double bed for extra accommodation by arrangement)</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>TV&nbsp;(DSTV - commercial bouquet with Sports, movies, Mnet, SABC 1,2 3 and Etv)</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>DVD player</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Dining table and 4 chairs</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Books and playing cards</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Glass sliding door out to the patio</li>\n<!-- /wp:list-item --></ul>\n<!-- /wp:list --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":1052,\"width\":500,\"height\":334,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full is-resized\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/241545_798x533.jpg\" alt=\"\" class=\"wp-image-1052\" width=\"500\" height=\"334\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":1054,\"width\":500,\"height\":334,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full is-resized\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/241547_798x533.jpg\" alt=\"The kitchen in the Acacia suite at the Blue Roan country lodge \" class=\"wp-image-1054\" width=\"500\" height=\"334\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:heading -->\n<h2>The kitchen</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>This room contains the following</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list -->\n<ul><!-- wp:list-item -->\n<li>4 plate gas stove and oven</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Microwave oven, kettle, toaster</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Fridge with top freezer compartment</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Pots, pans, cutlery, crockery, wine &amp; champagne glasses</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>All kitchen utensils</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Ironing board and iron</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>All cleaning cloths and detergents and washing up liquid</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Paper towel, salt, pepper, tea, coffee and sugar</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Braai tongs</li>\n<!-- /wp:list-item --></ul>\n<!-- /wp:list --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:heading -->\n<h2>The large patio with <br>mountain views</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>This room contains the following: </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list -->\n<ul><!-- wp:list-item -->\n<li>Chairs with cushions</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Glass table</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Brick braai</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Decorative lighting</li>\n<!-- /wp:list-item --></ul>\n<!-- /wp:list --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":1055,\"width\":500,\"height\":334,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full is-resized\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/241544_798x533.jpg\" alt=\"\" class=\"wp-image-1055\" width=\"500\" height=\"334\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:heading {\"textAlign\":\"center\"} -->\n<h2 class=\"has-text-align-center\">Book your stay </h2>\n<!-- /wp:heading -->\n\n<!-- wp:buttons -->\n<div class=\"wp-block-buttons\"><!-- wp:button {\"align\":\"center\"} -->\n<div class=\"wp-block-button aligncenter\"><a class=\"wp-block-button__link wp-element-button\" href=\"https://book.nightsbridge.com/11065\" target=\"_blank\" rel=\"noreferrer noopener\">Reservations</a></div>\n<!-- /wp:button -->\n\n<!-- wp:button /--></div>\n<!-- /wp:buttons --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"47e7ff3a\",\"innerContentCustomWidthDesktop\":781,\"innerContentCustomWidthTablet\":781,\"backgroundType\":\"image\",\"backgroundImageDesktop\":{\"uploading\":false,\"date\":1670943271000,\"filename\":\"AAEAAQAAAAAAAAAAAAAA39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba.png\",\"menuOrder\":0,\"uploadedTo\":761,\"type\":\"image\",\"subtype\":\"png\",\"id\":899,\"title\":\"AAEAAQAAAAAAAAAAAAAA39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAA39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba.png\",\"link\":\"https://blueroan.netgen.cloud/accommodation/aaeaaqaaaaaaaaaaaaaa39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba/\",\"alt\":\"\",\"author\":\"2\",\"description\":\"\",\"caption\":\"\",\"name\":\"aaeaaqaaaaaaaaaaaaaa39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba\",\"status\":\"inherit\",\"modified\":1670943271000,\"mime\":\"image/png\",\"icon\":\"https://blueroan.netgen.cloud/wp-includes/images/media/default.png\",\"dateFormatted\":\"December 13, 2022\",\"nonces\":{\"update\":\"45b2b6c69b\",\"delete\":\"75d81c42ab\",\"edit\":\"88fae030a9\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=899\\u0026action=edit\",\"meta\":false,\"authorName\":\"Netgen Support\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/profile.php\",\"uploadedToTitle\":\"Accommodation\",\"uploadedToLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=761\\u0026action=edit\",\"filesizeInBytes\":2338048,\"filesizeHumanReadable\":\"2 MB\",\"context\":\"\",\"height\":900,\"width\":1200,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAA39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba-150x150.png\",\"orientation\":\"landscape\"},\"medium\":{\"height\":225,\"width\":300,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAA39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba-300x225.png\",\"orientation\":\"landscape\"},\"large\":{\"height\":768,\"width\":1024,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAA39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba-1024x768.png\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAA39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba.png\",\"height\":900,\"width\":1200,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"backgroundImageColor\":\"rgba(42,42,42,0.65)\",\"topPaddingDesktop\":144,\"bottomPaddingDesktop\":144,\"leftPaddingDesktop\":40,\"rightPaddingDesktop\":40,\"topPaddingTablet\":80,\"bottomPaddingTablet\":80,\"leftPaddingTablet\":40,\"rightPaddingTablet\":40,\"topPaddingMobile\":64,\"bottomPaddingMobile\":64,\"leftPaddingMobile\":24,\"rightPaddingMobile\":24,\"paddingLink\":false,\"variationSelected\":true,\"isBlockRootParent\":true,\"overlayType\":\"color\"} -->\n<div class=\"wp-block-uagb-container uagb-block-47e7ff3a alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/advanced-heading {\"block_id\":\"f92a5ead\",\"classMigrate\":true,\"headingDescToggle\":true,\"headingAlign\":\"center\",\"headingColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"subHeadingColor\":\"var(\\u002d\\u002dast-global-color-4)\",\"headSpace\":20} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-f92a5ead\"><h2 class=\"uagb-heading-text\">Plan an Unforgettable Experience at<br>Blue Roan!</h2><p class=\"uagb-desc-text\">We can help you fit your stay and experience within your allotted budget.</p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/advanced-heading {\"block_id\":\"a409ca07\",\"classMigrate\":true,\"headingTitleToggle\":false,\"headingDescToggle\":true,\"headingAlign\":\"center\",\"subHeadingColor\":\"var(\\u002d\\u002dast-global-color-4)\",\"subHeadTransform\":\"uppercase\",\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"subHeadLetterSpacing\":2,\"blockTopPadding\":60,\"blockRightPadding\":0,\"blockLeftPadding\":0,\"blockBottomPadding\":0,\"blockTopPaddingMobile\":30,\"blockRightPaddingMobile\":0,\"blockLeftPaddingMobile\":0,\"blockBottomPaddingMobile\":0,\"linkColor\":\"var(\\u002d\\u002dast-global-color-8)\",\"linkHColor\":\"var(\\u002d\\u002dast-global-color-1)\"} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-a409ca07\"><p class=\"uagb-desc-text\"><a href=\"https://book.nightsbridge.com/11065\" target=\"_blank\" rel=\"noreferrer noopener\">BOOK YOUR STAY NOW​<br></a></p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/icon-list {\"block_id\":\"0020ae2a\",\"classMigrate\":true,\"childMigrate\":true,\"align\":\"center\",\"parentIcon\":\"phone\",\"size\":40,\"sizeMobile\":24,\"sizeTablet\":32,\"fontSize\":48,\"fontSizeMobile\":28,\"fontSizeTablet\":40,\"fontWeight\":\"600\",\"iconColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"labelColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"blockTopPadding\":0,\"blockRightPadding\":0,\"blockLeftPadding\":0,\"blockBottomPadding\":24,\"blockPaddingLink\":false} -->\n<div class=\"wp-block-uagb-icon-list uagb-block-0020ae2a\"><div class=\"uagb-icon-list__wrap\"><!-- wp:uagb/icon-list-child {\"block_id\":\"6cec3efd\",\"label\":\" + 27 (0) 82 575 5409\",\"label_color\":\"\",\"link\":\"tel:+27825755409\",\"disableLink\":true,\"fromParentIcon\":\"phone\",\"imageSizeChild\":40} -->\n<div class=\"wp-block-uagb-icon-list-child uagb-block-6cec3efd\"><a target=\"_self\" aria-label=\" + 27 (0) 82 575 5409\" rel=\"noopener noreferrer\" href=\"tel:+27825755409\"> </a><span class=\"uagb-icon-list__source-wrap\"><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M511.2 387l-23.25 100.8c-3.266 14.25-15.79 24.22-30.46 24.22C205.2 512 0 306.8 0 54.5c0-14.66 9.969-27.2 24.22-30.45l100.8-23.25C139.7-2.602 154.7 5.018 160.8 18.92l46.52 108.5c5.438 12.78 1.77 27.67-8.98 36.45L144.5 207.1c33.98 69.22 90.26 125.5 159.5 159.5l44.08-53.8c8.688-10.78 23.69-14.51 36.47-8.975l108.5 46.51C506.1 357.2 514.6 372.4 511.2 387z\"></path></svg></span><span class=\"uagb-icon-list__label\"> + 27 (0) 82 575 5409</span></div>\n<!-- /wp:uagb/icon-list-child -->\n\n<!-- wp:uagb/icon-list-child {\"block_id\":\"6c40396c\",\"label\":\"blueroan@ugo.co.za\",\"icon\":\"envelope\",\"label_color\":\"\",\"link\":\"mailto:blueroan@ugo.co.za\",\"disableLink\":true,\"fromParentIcon\":\"phone\",\"imageSizeChild\":40} -->\n<div class=\"wp-block-uagb-icon-list-child uagb-block-6c40396c\"><a target=\"_self\" aria-label=\"blueroan@ugo.co.za\" rel=\"noopener noreferrer\" href=\"mailto:blueroan@ugo.co.za\"> </a><span class=\"uagb-icon-list__source-wrap\"><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M464 64C490.5 64 512 85.49 512 112C512 127.1 504.9 141.3 492.8 150.4L275.2 313.6C263.8 322.1 248.2 322.1 236.8 313.6L19.2 150.4C7.113 141.3 0 127.1 0 112C0 85.49 21.49 64 48 64H464zM217.6 339.2C240.4 356.3 271.6 356.3 294.4 339.2L512 176V384C512 419.3 483.3 448 448 448H64C28.65 448 0 419.3 0 384V176L217.6 339.2z\"></path></svg></span><span class=\"uagb-icon-list__label\">blueroan@ugo.co.za</span></div>\n<!-- /wp:uagb/icon-list-child --></div></div>\n<!-- /wp:uagb/icon-list --></div></div>\n<!-- /wp:uagb/container -->',	'The Acacia',	'',	'inherit',	'closed',	'closed',	'',	'1044-revision-v1',	'',	'',	'2022-12-19 14:21:24',	'2022-12-19 14:21:24',	'',	1044,	'https://blueroan.netgen.cloud/?p=1352',	0,	'revision',	'',	0),
(1354,	2,	'2022-12-19 14:24:19',	'2022-12-19 14:24:19',	'',	'Games-Room',	'',	'inherit',	'',	'closed',	'',	'games-room',	'',	'',	'2022-12-19 14:24:19',	'2022-12-19 14:24:19',	'',	760,	'https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Games-Room.png',	0,	'attachment',	'image/png',	0),
(1355,	2,	'2022-12-19 14:24:23',	'2022-12-19 14:24:23',	'<!-- wp:uagb/container {\"block_id\":\"44cd0df8\",\"minHeightDesktop\":95,\"minHeightTablet\":70,\"minHeightMobile\":80,\"minHeightType\":\"vh\",\"alignItemsDesktop\":\"flex-start\",\"backgroundType\":\"image\",\"backgroundImageDesktop\":{\"uploading\":false,\"date\":1670921854000,\"filename\":\"Blue-Roan-pool.jpg\",\"menuOrder\":0,\"uploadedTo\":760,\"type\":\"image\",\"subtype\":\"jpeg\",\"id\":784,\"title\":\"Blue Roan - pool\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Blue-Roan-pool.jpg\",\"link\":\"https://blueroan.netgen.cloud/home/blue-roan-pool/\",\"alt\":\"\",\"author\":\"2\",\"description\":\"\",\"caption\":\"\",\"name\":\"blue-roan-pool\",\"status\":\"inherit\",\"modified\":1670921854000,\"mime\":\"image/jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-includes/images/media/default.png\",\"dateFormatted\":\"December 13, 2022\",\"nonces\":{\"update\":\"51a12ed09e\",\"delete\":\"5174068551\",\"edit\":\"1de0721407\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=784\\u0026action=edit\",\"meta\":false,\"authorName\":\"Netgen Support\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/profile.php\",\"uploadedToTitle\":\"Home\",\"uploadedToLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=760\\u0026action=edit\",\"filesizeInBytes\":154801,\"filesizeHumanReadable\":\"151 KB\",\"context\":\"\",\"height\":667,\"width\":1000,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Blue-Roan-pool-150x150.jpg\",\"orientation\":\"landscape\"},\"medium\":{\"height\":200,\"width\":300,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Blue-Roan-pool-300x200.jpg\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Blue-Roan-pool.jpg\",\"height\":667,\"width\":1000,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"backgroundPositionDesktop\":{\"x\":0.5,\"y\":0.25},\"backgroundImageColor\":\"rgba(42,42,42,0.35)\",\"topPaddingDesktop\":0,\"bottomPaddingDesktop\":0,\"leftPaddingDesktop\":40,\"rightPaddingDesktop\":40,\"topPaddingTablet\":120,\"bottomPaddingTablet\":120,\"leftPaddingTablet\":40,\"rightPaddingTablet\":40,\"topPaddingMobile\":150,\"bottomPaddingMobile\":150,\"leftPaddingMobile\":20,\"rightPaddingMobile\":20,\"paddingLink\":false,\"variationSelected\":true,\"isBlockRootParent\":true,\"overlayType\":\"color\",\"minHeightTypeTablet\":\"vh\",\"minHeightTypeMobile\":\"vh\"} -->\n<div class=\"wp-block-uagb-container uagb-block-44cd0df8 alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/info-box {\"classMigrate\":true,\"headingAlign\":\"left\",\"headingColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"subHeadingColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"headingTag\":\"h1\",\"subHeadFontSize\":17,\"subHeadFontSizeMobile\":15,\"headSpace\":20,\"subHeadSpace\":40,\"block_id\":\"3fdde6cf\",\"ctaIcon\":\"\",\"ctaType\":\"button\",\"ctaText\":\"Book Your Stay Now\",\"ctaLink\":\"https://book.nightsbridge.com/11065\",\"ctaBtnLinkColor\":\"var(\\u002d\\u002dast-global-color-2)\",\"ctaLinkHoverColor\":\"var(\\u002d\\u002dast-global-color-2)\",\"ctaBgColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"ctaBgHoverColor\":\"var(\\u002d\\u002dast-global-color-4)\",\"ctaBorderColor\":\"\",\"ctaBorderStyle\":\"\",\"ctaBorderWidth\":\"\",\"ctaBorderRadius\":\"\",\"iconImage\":{\"url\":\"\",\"alt\":\"InfoBox placeholder img\"},\"showIcon\":false,\"paddingBtnTop\":18,\"paddingBtnBottom\":18,\"paddingBtnLeft\":34,\"paddingBtnRight\":34,\"blockTopPadding\":5,\"blockRightPadding\":40,\"blockLeftPadding\":0,\"blockBottomPadding\":0,\"blockTopPaddingTablet\":0,\"blockRightPaddingTablet\":64,\"blockLeftPaddingTablet\":0,\"blockBottomPaddingTablet\":0,\"blockTopPaddingMobile\":0,\"blockRightPaddingMobile\":0,\"blockLeftPaddingMobile\":0,\"blockBottomPaddingMobile\":0,\"blockPaddingUnit\":\"%\",\"blockPaddingLink\":false,\"subHeadMarginTopTablet\":0,\"subHeadMarginRightTablet\":64,\"subHeadTabletSpace\":40,\"subHeadMarginLeftTablet\":0,\"subHeadMarginTopMobile\":0,\"subHeadMarginRightMobile\":0,\"subHeadMobileSpace\":40,\"subHeadMarginLeftMobile\":0,\"btnBorderTopWidth\":1,\"btnBorderLeftWidth\":1,\"btnBorderRightWidth\":1,\"btnBorderBottomWidth\":1,\"btnBorderTopLeftRadius\":0,\"btnBorderTopRightRadius\":0,\"btnBorderBottomLeftRadius\":0,\"btnBorderBottomRightRadius\":0,\"btnBorderStyle\":\"none\",\"btnBorderColor\":\"#333\"} -->\n<div class=\"wp-block-uagb-info-box uagb-block-3fdde6cf uagb-infobox__content-wrap  uagb-infobox-icon-above-title uagb-infobox-image-valign-top\"><div class=\"uagb-ifb-content\"><div class=\"uagb-ifb-title-wrap\"><h1 class=\"uagb-ifb-title\"><strong>Magaliesburg pet friendly self-catering accommodation</strong></h1></div><p class=\"uagb-ifb-desc\">Romantic pet-friendly self-catering accommodation in Magaliesburg, Gauteng.</p><div class=\"uagb-ifb-button-wrapper wp-block-button\"><a href=\"https://book.nightsbridge.com/11065\" class=\"uagb-infobox-cta-link wp-block-button__link\" target=\"_self\" rel=\"noopener noreferrer\" alt=\"\"><span class=\"uagb-inline-editing\">Book Your Stay Now</span></a></div></div></div>\n<!-- /wp:uagb/info-box --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"256e123e\",\"directionDesktop\":\"row\",\"directionMobile\":\"column-reverse\",\"alignItemsDesktop\":\"flex-start\",\"backgroundType\":\"color\",\"backgroundSizeTablet\":\"cover\",\"backgroundSizeMobile\":\"cover\",\"backgroundColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"topPaddingDesktop\":60,\"bottomPaddingDesktop\":60,\"topPaddingTablet\":80,\"bottomPaddingTablet\":80,\"leftPaddingTablet\":40,\"rightPaddingTablet\":40,\"topPaddingMobile\":64,\"bottomPaddingMobile\":64,\"leftPaddingMobile\":24,\"rightPaddingMobile\":24,\"paddingLink\":false,\"variationSelected\":true,\"columnGapDesktop\":60,\"columnGapTablet\":50,\"isBlockRootParent\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-256e123e alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/container {\"block_id\":\"00ce5b82\",\"widthDesktop\":50,\"variationSelected\":true,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-00ce5b82\"><!-- wp:image {\"id\":797,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-13.jpg\" alt=\"\" class=\"wp-image-797\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>We have 7 lovely brick&nbsp;<strong>self-catering</strong>&nbsp;units, each one private and with its own character and theme. &nbsp;They are designed exclusively for couples with or without pets wanting a romantic and peaceful place to connect, re-connect, celebrate special occasions, or somewhere quiet and comfortable to come for a holiday</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:buttons -->\n<div class=\"wp-block-buttons\"><!-- wp:button -->\n<div class=\"wp-block-button\"><a class=\"wp-block-button__link wp-element-button\" href=\"/accommodation/\">View accomodation</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"bc538258\",\"widthDesktop\":50,\"leftPaddingDesktop\":0,\"paddingLink\":false,\"variationSelected\":true,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-bc538258\"><!-- wp:uagb/advanced-heading {\"block_id\":\"d95f1221\",\"classMigrate\":true,\"headingDescToggle\":true,\"subHeadingColor\":\"\",\"headSpace\":20,\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-d95f1221\"><h2 class=\"uagb-heading-text\"><strong>Blue Roan is a 4-star graded pet-friendly venue</strong></h2><p class=\"uagb-desc-text\">Our goal is to provide high-quality, romantic, comfortable, and affordable self-catering accommodation on the outskirts of the village of &nbsp;Magaliesburg. &nbsp;For animal lovers, we are also&nbsp;pet-friendly&nbsp;by arrangement in most of the units all of which have their own fully fenced and gated private grassy gardens.</p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/image {\"block_id\":\"ea891bf6\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/hammock-in-the-garden.jpg\",\"align\":\"left\",\"id\":799,\"linkDestination\":\"none\",\"naturalWidth\":600,\"naturalHeight\":400,\"sizeSlug\":\"full\",\"sizeSlugTablet\":\"full\",\"sizeSlugMobile\":\"full\",\"imageTopMargin\":20,\"imageRightMargin\":0,\"imageLeftMargin\":0,\"imageBottomMargin\":0,\"imageTopMarginMobile\":0,\"imageRightMarginMobile\":0,\"imageLeftMarginMobile\":0,\"imageBottomMarginMobile\":0,\"imageMarginLink\":false} -->\n<div class=\"wp-block-uagb-image uagb-block-ea891bf6 wp-block-uagb-image--layout-default wp-block-uagb-image--effect-static wp-block-uagb-image--align-left\"><figure class=\"wp-block-uagb-image__figure\"><img srcset=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/hammock-in-the-garden.jpg \" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/hammock-in-the-garden.jpg\" alt=\"\" class=\"uag-image-799\" width=\"\" height=\"\" title=\"\" loading=\"lazy\"/></figure></div>\n<!-- /wp:uagb/image --></div>\n<!-- /wp:uagb/container --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"843bde80\",\"directionDesktop\":\"row\",\"directionMobile\":\"column-reverse\",\"alignItemsDesktop\":\"flex-start\",\"backgroundType\":\"color\",\"backgroundSizeTablet\":\"cover\",\"backgroundSizeMobile\":\"cover\",\"backgroundColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"topPaddingDesktop\":0,\"bottomPaddingDesktop\":0,\"topPaddingTablet\":80,\"bottomPaddingTablet\":80,\"leftPaddingTablet\":40,\"rightPaddingTablet\":40,\"topPaddingMobile\":64,\"bottomPaddingMobile\":64,\"leftPaddingMobile\":24,\"rightPaddingMobile\":24,\"paddingLink\":false,\"variationSelected\":true,\"rowGapDesktop\":0,\"columnGapDesktop\":0,\"columnGapTablet\":50,\"isBlockRootParent\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-843bde80 alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:image {\"align\":\"center\",\"id\":1344,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image aligncenter size-large\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/tgcsa-full-3-stars-1024x366.jpg\" alt=\"\" class=\"wp-image-1344\"/></figure>\n<!-- /wp:image --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"76152dc3\",\"backgroundType\":\"color\",\"backgroundSizeTablet\":\"cover\",\"backgroundSizeMobile\":\"cover\",\"backgroundColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"topPaddingDesktop\":50,\"bottomPaddingDesktop\":100,\"topPaddingTablet\":50,\"bottomPaddingTablet\":25,\"leftPaddingTablet\":20,\"rightPaddingTablet\":20,\"topPaddingMobile\":50,\"bottomPaddingMobile\":20,\"leftPaddingMobile\":20,\"rightPaddingMobile\":20,\"paddingLink\":false,\"variationSelected\":true,\"rowGapDesktop\":0,\"isBlockRootParent\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-76152dc3 alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/container {\"block_id\":\"d01057f0\",\"directionDesktop\":\"row\",\"alignItemsDesktop\":\"flex-end\",\"alignItemsTablet\":\"flex-end\",\"justifyContentDesktop\":\"flex-end\",\"justifyContentTablet\":\"space-between\",\"variationSelected\":true,\"rowGapMobile\":30,\"columnGapDesktop\":0} -->\n<div class=\"wp-block-uagb-container uagb-block-d01057f0\"><!-- wp:uagb/advanced-heading {\"block_id\":\"e9e057ee\",\"classMigrate\":true,\"headingDescToggle\":true,\"subHeadingColor\":\"\",\"headSpace\":20,\"subHeadFontSize\":16} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-e9e057ee\"><h2 class=\"uagb-heading-text\">Amenities &amp; Interests ​</h2><p class=\"uagb-desc-text\">The Blue Roan Country Lodge is situated just 5 minutes from the village of Magaliesburg on a tar road so easy access for all cars. &nbsp;We have panoramic views of the Magaliesberg mountain range and our farm is the perfect place for a relaxing getaway in the country. &nbsp;As we are only 70 km from JHB and Pretoria, it is only an hour’s drive.</p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/buttons {\"block_id\":\"5b49257a\",\"classMigrate\":true,\"childMigrate\":true,\"align\":\"right\",\"alignTablet\":\"right\",\"alignMobile\":\"left\",\"gap\":0} -->\n<div class=\"wp-block-uagb-buttons uagb-buttons__outer-wrap uagb-btn__default-btn uagb-btn-tablet__default-btn uagb-btn-mobile__default-btn uagb-block-5b49257a\"><div class=\"uagb-buttons__wrap uagb-buttons-layout-wrap\"><!-- wp:uagb/buttons-child {\"block_id\":\"a1d3cc32\",\"label\":\"View All\",\"link\":\"/amenities/\",\"hColor\":\"\",\"borderWidth\":\"\",\"borderRadius\":\"\",\"borderStyle\":\"\",\"borderColor\":\"\",\"borderHColor\":\"\",\"btnBorderTopWidth\":1,\"btnBorderLeftWidth\":1,\"btnBorderRightWidth\":1,\"btnBorderBottomWidth\":1,\"btnBorderTopLeftRadius\":2,\"btnBorderTopRightRadius\":2,\"btnBorderBottomLeftRadius\":2,\"btnBorderBottomRightRadius\":2,\"btnBorderStyle\":\"solid\",\"btnBorderColor\":\"#333\",\"btnBorderHColor\":\"#333\"} -->\n<div class=\"wp-block-uagb-buttons-child uagb-buttons__outer-wrap uagb-block-a1d3cc32 wp-block-button is-style-outline\"><div class=\"uagb-button__wrapper\"><a class=\"uagb-buttons-repeater wp-block-button__link\" href=\"/amenities/\" rel=\"follow noopener\" target=\"_self\"><div class=\"uagb-button__link\">View All</div></a></div></div>\n<!-- /wp:uagb/buttons-child --></div></div>\n<!-- /wp:uagb/buttons --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"2f722e9d\",\"directionDesktop\":\"row\",\"alignItemsTablet\":\"flex-start\",\"paddingLink\":false,\"topMarginDesktop\":50,\"bottomMarginDesktop\":20,\"leftMarginDesktop\":0,\"rightMarginDesktop\":0,\"marginLink\":false,\"variationSelected\":true,\"rowGapMobile\":65,\"columnGapDesktop\":48,\"columnGapTablet\":20} -->\n<div class=\"wp-block-uagb-container uagb-block-2f722e9d\"><!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"align\":\"center\",\"id\":828,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image aligncenter size-full\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Blue-Roan-pool.png\" alt=\"Blue Roan\'s rock pool\" class=\"wp-image-828\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>A relaxing rock Pool​</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>We have a lovely sparkling blue rock pool next to a thatched Lapa. &nbsp;&nbsp;Lie on recliners on the green lawn or sit on the swing chair in the Lapa and enjoy the panoramic view of the Magaliesberg mountain range.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":829,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/img-20160605-wa0002-largejpg.png\" alt=\"\" class=\"wp-image-829\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>Braai facilities </h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>What can compare to a burning fire under the star-lit African sky? Nothing beats the flavor of cooking over an open flame.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":1354,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Games-Room.png\" alt=\"\" class=\"wp-image-1354\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>A games room </h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>The reception is also a games room for those who enjoy darts or playing pool. &nbsp;Take a selection of DVDs back to your room and watch movies on your own DVD player. &nbsp;There is also a selection of board games and music CDs that you can borrow.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div>\n<!-- /wp:uagb/container --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"d289da34\",\"backgroundType\":\"color\",\"backgroundSizeTablet\":\"cover\",\"backgroundSizeMobile\":\"cover\",\"backgroundColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"bottomPaddingDesktop\":104,\"leftPaddingDesktop\":40,\"rightPaddingDesktop\":40,\"topPaddingTablet\":80,\"bottomPaddingTablet\":80,\"leftPaddingTablet\":40,\"rightPaddingTablet\":40,\"topPaddingMobile\":64,\"bottomPaddingMobile\":64,\"leftPaddingMobile\":24,\"rightPaddingMobile\":24,\"paddingLink\":false,\"variationSelected\":true,\"rowGapDesktop\":0,\"isBlockRootParent\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-d289da34 alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/advanced-heading {\"block_id\":\"08e28a17\",\"classMigrate\":true,\"headingDescToggle\":true,\"headingAlign\":\"center\",\"headingAlignMobile\":\"left\",\"subHeadingColor\":\"\",\"headSpace\":20,\"subHeadFontSize\":16,\"blockBottomPadding\":20} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-08e28a17\"><h2 class=\"uagb-heading-text\">Our Inside Pictures​</h2><p class=\"uagb-desc-text\">Take a look at some pretty pictures captured in and around our premises.</p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/container {\"block_id\":\"822f4046\",\"directionDesktop\":\"row\",\"alignItemsDesktop\":\"flex-start\",\"topMarginDesktop\":20,\"bottomMarginDesktop\":0,\"leftMarginDesktop\":0,\"rightMarginDesktop\":0,\"marginLink\":false,\"variationSelected\":true,\"rowGapMobile\":24,\"columnGapDesktop\":24,\"columnGapTablet\":20} -->\n<div class=\"wp-block-uagb-container uagb-block-822f4046\"><!-- wp:uagb/container {\"block_id\":\"996fe57c\",\"widthDesktop\":32,\"variationSelected\":true,\"rowGapDesktop\":24,\"rowGapTablet\":20,\"rowGapMobile\":24,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-996fe57c\"><!-- wp:uagb/image {\"block_id\":\"61184d4c\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/red-rose-1024x683.jpg\",\"id\":834,\"linkDestination\":\"none\",\"width\":385,\"height\":284,\"naturalWidth\":1024,\"naturalHeight\":683,\"sizeSlug\":\"large\",\"sizeSlugTablet\":\"large\",\"sizeSlugMobile\":\"large\",\"customHeightSetDesktop\":true} -->\n<div class=\"wp-block-uagb-image uagb-block-61184d4c wp-block-uagb-image--layout-default wp-block-uagb-image--effect-static wp-block-uagb-image--align-none\"><figure class=\"wp-block-uagb-image__figure\"><img srcset=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/red-rose-1024x683.jpg \" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/red-rose-1024x683.jpg\" alt=\"\" class=\"uag-image-834\" width=\"385\" height=\"284\" title=\"\" loading=\"lazy\"/></figure></div>\n<!-- /wp:uagb/image -->\n\n<!-- wp:uagb/image {\"block_id\":\"2763b4e0\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/49g.jpg\",\"id\":838,\"linkDestination\":\"none\",\"width\":385,\"height\":284,\"naturalWidth\":650,\"naturalHeight\":450,\"sizeSlug\":\"full\",\"sizeSlugTablet\":\"full\",\"sizeSlugMobile\":\"full\",\"customHeightSetDesktop\":true} -->\n<div class=\"wp-block-uagb-image uagb-block-2763b4e0 wp-block-uagb-image--layout-default wp-block-uagb-image--effect-static wp-block-uagb-image--align-none\"><figure class=\"wp-block-uagb-image__figure\"><img srcset=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/49g.jpg \" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/49g.jpg\" alt=\"\" class=\"uag-image-838\" width=\"385\" height=\"284\" title=\"\" loading=\"lazy\"/></figure></div>\n<!-- /wp:uagb/image --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"dc0ee64d\",\"widthDesktop\":67,\"variationSelected\":true,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-dc0ee64d\"><!-- wp:uagb/image {\"block_id\":\"f9766756\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAA39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba-1-1024x768.png\",\"id\":905,\"linkDestination\":\"none\",\"naturalWidth\":1024,\"naturalHeight\":768,\"sizeSlug\":\"large\",\"sizeSlugTablet\":\"large\",\"sizeSlugMobile\":\"large\"} -->\n<div class=\"wp-block-uagb-image uagb-block-f9766756 wp-block-uagb-image--layout-default wp-block-uagb-image--effect-static wp-block-uagb-image--align-none\"><figure class=\"wp-block-uagb-image__figure\"><img srcset=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAA39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba-1-1024x768.png \" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAA39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba-1-1024x768.png\" alt=\"\" class=\"uag-image-905\" width=\"\" height=\"\" title=\"\" loading=\"lazy\"/></figure></div>\n<!-- /wp:uagb/image --></div>\n<!-- /wp:uagb/container --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"33e8995c\",\"directionDesktop\":\"row\",\"alignItemsDesktop\":\"flex-start\",\"topMarginDesktop\":24,\"bottomMarginDesktop\":0,\"leftMarginDesktop\":0,\"rightMarginDesktop\":0,\"topMarginTablet\":20,\"bottomMarginTablet\":0,\"leftMarginTablet\":0,\"rightMarginTablet\":0,\"topMarginMobile\":24,\"bottomMarginMobile\":0,\"leftMarginMobile\":0,\"rightMarginMobile\":0,\"marginLink\":false,\"variationSelected\":true,\"columnGapDesktop\":24,\"columnGapTablet\":20} -->\n<div class=\"wp-block-uagb-container uagb-block-33e8995c\"><!-- wp:uagb/container {\"block_id\":\"0db7472a\",\"widthDesktop\":67,\"variationSelected\":true,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-0db7472a\"><!-- wp:image {\"id\":837,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-8-1024x678.jpg\" alt=\"\" class=\"wp-image-837\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"64a71fac\",\"widthDesktop\":32,\"variationSelected\":true,\"rowGapDesktop\":24,\"rowGapTablet\":20,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-64a71fac\"><!-- wp:uagb/image {\"block_id\":\"34fa1aeb\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Blue-roan-pool-01.jpg\",\"id\":782,\"linkDestination\":\"none\",\"width\":385,\"height\":250,\"naturalWidth\":800,\"naturalHeight\":534,\"sizeSlug\":\"full\",\"sizeSlugTablet\":\"full\",\"sizeSlugMobile\":\"full\",\"customHeightSetDesktop\":true} -->\n<div class=\"wp-block-uagb-image uagb-block-34fa1aeb wp-block-uagb-image--layout-default wp-block-uagb-image--effect-static wp-block-uagb-image--align-none\"><figure class=\"wp-block-uagb-image__figure\"><img srcset=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Blue-roan-pool-01.jpg \" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Blue-roan-pool-01.jpg\" alt=\"\" class=\"uag-image-782\" width=\"385\" height=\"250\" title=\"\" loading=\"lazy\"/></figure></div>\n<!-- /wp:uagb/image -->\n\n<!-- wp:uagb/image {\"block_id\":\"4bcad0ec\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/bird-1024x683.jpg\",\"id\":910,\"linkDestination\":\"none\",\"width\":385,\"height\":250,\"naturalWidth\":1024,\"naturalHeight\":683,\"sizeSlug\":\"large\",\"sizeSlugTablet\":\"large\",\"sizeSlugMobile\":\"large\",\"customHeightSetDesktop\":true} -->\n<div class=\"wp-block-uagb-image uagb-block-4bcad0ec wp-block-uagb-image--layout-default wp-block-uagb-image--effect-static wp-block-uagb-image--align-none\"><figure class=\"wp-block-uagb-image__figure\"><img srcset=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/bird-1024x683.jpg \" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/bird-1024x683.jpg\" alt=\"\" class=\"uag-image-910\" width=\"385\" height=\"250\" title=\"\" loading=\"lazy\"/></figure></div>\n<!-- /wp:uagb/image --></div>\n<!-- /wp:uagb/container --></div>\n<!-- /wp:uagb/container --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"9de5178c\",\"backgroundType\":\"color\",\"backgroundSizeTablet\":\"cover\",\"backgroundSizeMobile\":\"cover\",\"backgroundColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"topPaddingDesktop\":40,\"bottomPaddingDesktop\":104,\"leftPaddingDesktop\":40,\"rightPaddingDesktop\":40,\"topPaddingTablet\":80,\"bottomPaddingTablet\":80,\"leftPaddingTablet\":40,\"rightPaddingTablet\":40,\"topPaddingMobile\":64,\"bottomPaddingMobile\":64,\"leftPaddingMobile\":24,\"rightPaddingMobile\":24,\"paddingLink\":false,\"variationSelected\":true,\"rowGapDesktop\":0,\"isBlockRootParent\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-9de5178c alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/advanced-heading {\"block_id\":\"2a6d9cca\",\"classMigrate\":true,\"headingDescToggle\":true,\"headingAlign\":\"center\",\"headingAlignMobile\":\"left\",\"subHeadingColor\":\"\",\"headSpace\":20,\"subHeadFontSize\":16,\"blockBottomPadding\":20} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-2a6d9cca\"><h2 class=\"uagb-heading-text\">What Our Guests Say​</h2><p class=\"uagb-desc-text\">We take pride in serving our guests the best experience. </p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/container {\"block_id\":\"e6b14c5e\",\"directionDesktop\":\"row\",\"topMarginDesktop\":40,\"bottomMarginDesktop\":0,\"leftMarginDesktop\":0,\"rightMarginDesktop\":0,\"marginLink\":false,\"variationSelected\":true,\"rowGapMobile\":40,\"columnGapDesktop\":90} -->\n<div class=\"wp-block-uagb-container uagb-block-e6b14c5e\"><!-- wp:uagb/container {\"block_id\":\"2ad4f889\",\"widthDesktop\":50,\"variationSelected\":true,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-2ad4f889\"><!-- wp:uagb/testimonial {\"test_item_count\":1,\"classMigrate\":true,\"test_block\":[{\"description\":\"\\u0022Thank you for a most enjoyable weekend stay and for making our anniversary so special.  Thank you for your kind and lovely friendship which we really appreciate!!!\\u0022​\",\"name\":\"\\u003cstrong\\u003eBrenda and Theuns\\u003c/strong\\u003e\",\"company\":\"\",\"image\":{\"id\":119,\"title\":\"testimonial1\",\"filename\":\"testimonial1.jpg\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/testimonial1.jpg\",\"link\":\"https://blueroan.netgen.cloud/testimonial1/\",\"alt\":\"\",\"author\":\"34\",\"description\":\"\",\"caption\":\"\",\"name\":\"testimonial1\",\"status\":\"inherit\",\"uploadedTo\":0,\"date\":\"2021-05-11T05:02:02.000Z\",\"modified\":\"2021-05-11T05:02:02.000Z\",\"menuOrder\":0,\"mime\":\"image/jpeg\",\"type\":\"image\",\"subtype\":\"jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/default.png\",\"dateFormatted\":\"May 11, 2021\",\"nonces\":{\"update\":\"b92fe40c3d\",\"delete\":\"643c1eb8f1\",\"edit\":\"d3e7d56b1d\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=119\\u0026action=edit\",\"meta\":false,\"authorName\":\"Rishabh\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/user-edit.php?user_id=34\",\"filesizeInBytes\":11264,\"filesizeHumanReadable\":\"11 KB\",\"context\":\"\",\"height\":250,\"width\":250,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/testimonial1-150x150.jpg\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/testimonial1.jpg\",\"height\":250,\"width\":250,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}}}],\"headingAlign\":\"left\",\"headingAlignTablet\":\"left\",\"headingAlignMobile\":\"left\",\"descColor\":\"var(\\u002d\\u002dast-global-color-3)\",\"nameFontSize\":14,\"nameLineHeight\":1,\"descFontSize\":16,\"descFontWeight\":\"600\",\"nameSpace\":1,\"block_id\":\"2240a544\",\"iconImage\":{\"url\":\"\",\"alt\":\"InfoBox placeholder img\"},\"imageWidth\":32,\"columnGap\":1,\"borderStyle\":\"\",\"paddingTop\":0,\"paddingBottom\":0,\"paddingLeft\":0,\"paddingRight\":0,\"spacingLink\":true,\"imgpaddingTop\":0,\"imgpaddingRight\":15,\"imgpaddingBottom\":0,\"imgpaddingLeft\":0,\"overallBorderStyle\":\"none\",\"imgTagHeight\":32,\"imgTagWidth\":150} -->\n<div class=\"wp-block-uagb-testimonial uagb-slick-carousel uagb-tm__arrow-outside uagb-block-2240a544 uagb-post__carousel_notset uagb-post__carousel_notset-tablet uagb-post__carousel_notset-mobile\"><div class=\"is-carousel uagb-tm__columns-1 uagb-tm__items\"><div class=\"uagb-testimonial__wrap  uagb-tm__imgicon-style-circle uagb-tm__image-position-bottom uagb-tm__bg-type-none \"><div class=\"uagb-tm__content\"><div class=\"uagb-tm__overlay\"></div><div class=\"uagb-tm__text-wrap\"><div class=\"uagb-tm__desc\">\"Thank you for a most enjoyable weekend stay and for making our anniversary so special.  Thank you for your kind and lovely friendship which we really appreciate!!!\"​</div><div class=\"uagb-tm__meta-inner\"><div class=\"uagb-tm__image-content\"><div class=\"uagb-tm__image\"><img class=\"uagb-tm-img-src\" src=\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/testimonial1-150x150.jpg\" alt=\"\" width=\"32\" height=\"32\" loading=\"lazy\"/></div></div><div class=\"uagb-testimonial-details\"><span class=\"uagb-tm__author-name\"><strong>Brenda and Theuns</strong></span><span class=\"uagb-tm__company\"></span></div></div></div></div></div></div></div>\n<!-- /wp:uagb/testimonial -->\n\n<!-- wp:uagb/testimonial {\"test_item_count\":1,\"classMigrate\":true,\"test_block\":[{\"description\":\"\\u0022Breaking away from city life and coming out to a most wonderful romantic weekend away.  The unit is so comfortable.  Thank you for your great hospitality - we had an awesome time here.  Go well - with love\\u0022​\",\"name\":\"\\u003cstrong\\u003e\\u003cstrong\\u003e\\u003cstrong\\u003eLiz \\u0026amp; Eddie\\u003c/strong\\u003e\\u003c/strong\\u003e\\u003c/strong\\u003e\",\"company\":\"\",\"image\":{\"id\":122,\"title\":\"testimonial4\",\"filename\":\"testimonial4.jpg\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/testimonial4.jpg\",\"link\":\"https://blueroan.netgen.cloud/testimonial4/\",\"alt\":\"\",\"author\":\"34\",\"description\":\"\",\"caption\":\"\",\"name\":\"testimonial4\",\"status\":\"inherit\",\"uploadedTo\":0,\"date\":\"2021-05-11T05:02:06.000Z\",\"modified\":\"2021-05-11T05:02:06.000Z\",\"menuOrder\":0,\"mime\":\"image/jpeg\",\"type\":\"image\",\"subtype\":\"jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/default.png\",\"dateFormatted\":\"May 11, 2021\",\"nonces\":{\"update\":\"4e34860add\",\"delete\":\"9e126a55cd\",\"edit\":\"33ffd3c040\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=122\\u0026action=edit\",\"meta\":false,\"authorName\":\"Rishabh\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/user-edit.php?user_id=34\",\"filesizeInBytes\":16584,\"filesizeHumanReadable\":\"16 KB\",\"context\":\"\",\"height\":250,\"width\":250,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/testimonial4-150x150.jpg\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/testimonial4.jpg\",\"height\":250,\"width\":250,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}}}],\"headingAlign\":\"left\",\"headingAlignTablet\":\"left\",\"headingAlignMobile\":\"left\",\"descColor\":\"var(\\u002d\\u002dast-global-color-3)\",\"nameFontSize\":14,\"nameLineHeight\":1,\"descFontSize\":16,\"descFontWeight\":\"600\",\"nameSpace\":1,\"block_id\":\"79048489\",\"iconImage\":{\"url\":\"\",\"alt\":\"InfoBox placeholder img\"},\"imageWidth\":32,\"columnGap\":1,\"borderStyle\":\"\",\"paddingTop\":0,\"paddingBottom\":0,\"paddingLeft\":0,\"paddingRight\":0,\"spacingLink\":true,\"imgpaddingTop\":0,\"imgpaddingRight\":15,\"imgpaddingBottom\":0,\"imgpaddingLeft\":0,\"overallBorderStyle\":\"none\",\"imgTagHeight\":32,\"imgTagWidth\":150} -->\n<div class=\"wp-block-uagb-testimonial uagb-slick-carousel uagb-tm__arrow-outside uagb-block-79048489 uagb-post__carousel_notset uagb-post__carousel_notset-tablet uagb-post__carousel_notset-mobile\"><div class=\"is-carousel uagb-tm__columns-1 uagb-tm__items\"><div class=\"uagb-testimonial__wrap  uagb-tm__imgicon-style-circle uagb-tm__image-position-bottom uagb-tm__bg-type-none \"><div class=\"uagb-tm__content\"><div class=\"uagb-tm__overlay\"></div><div class=\"uagb-tm__text-wrap\"><div class=\"uagb-tm__desc\">\"Breaking away from city life and coming out to a most wonderful romantic weekend away.  The unit is so comfortable.  Thank you for your great hospitality - we had an awesome time here.  Go well - with love\"​</div><div class=\"uagb-tm__meta-inner\"><div class=\"uagb-tm__image-content\"><div class=\"uagb-tm__image\"><img class=\"uagb-tm-img-src\" src=\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/testimonial4-150x150.jpg\" alt=\"\" width=\"32\" height=\"32\" loading=\"lazy\"/></div></div><div class=\"uagb-testimonial-details\"><span class=\"uagb-tm__author-name\"><strong><strong><strong>Liz &amp; Eddie</strong></strong></strong></span><span class=\"uagb-tm__company\"></span></div></div></div></div></div></div></div>\n<!-- /wp:uagb/testimonial --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"9c940e4c\",\"widthDesktop\":50,\"variationSelected\":true,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-9c940e4c\"><!-- wp:uagb/testimonial {\"test_item_count\":1,\"classMigrate\":true,\"test_block\":[{\"description\":\"\\u0022Judy, what a wonderful place you have here - we were so delighted to spend the weekend here, so tranquil, peaceful, and beautiful. You made us feel right at home. Definitely a place worth 5 stars! Go well.\\u0022​\",\"name\":\"\\u003cstrong\\u003e\\u003cstrong\\u003eBrian\\u003c/strong\\u003e\\u003c/strong\\u003e \\u003cstrong\\u003e\\u003cstrong\\u003e\\u003cstrong\\u003eand \\u003cstrong\\u003eMariska\\u003c/strong\\u003e\\u003c/strong\\u003e\\u003cbr\\u003e\\u003c/strong\\u003e\\u003c/strong\\u003e\",\"company\":\"\",\"image\":{\"id\":120,\"title\":\"testimonial2\",\"filename\":\"testimonial2.jpg\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/testimonial2.jpg\",\"link\":\"https://blueroan.netgen.cloud/testimonial2/\",\"alt\":\"\",\"author\":\"34\",\"description\":\"\",\"caption\":\"\",\"name\":\"testimonial2\",\"status\":\"inherit\",\"uploadedTo\":0,\"date\":\"2021-05-11T05:02:03.000Z\",\"modified\":\"2021-05-11T05:02:03.000Z\",\"menuOrder\":0,\"mime\":\"image/jpeg\",\"type\":\"image\",\"subtype\":\"jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/default.png\",\"dateFormatted\":\"May 11, 2021\",\"nonces\":{\"update\":\"1ee6412858\",\"delete\":\"4414a2ccbf\",\"edit\":\"bde7b1f490\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=120\\u0026action=edit\",\"meta\":false,\"authorName\":\"Rishabh\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/user-edit.php?user_id=34\",\"filesizeInBytes\":10087,\"filesizeHumanReadable\":\"10 KB\",\"context\":\"\",\"height\":250,\"width\":250,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/testimonial2-150x150.jpg\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/testimonial2.jpg\",\"height\":250,\"width\":250,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}}}],\"headingAlign\":\"left\",\"headingAlignTablet\":\"left\",\"headingAlignMobile\":\"left\",\"descColor\":\"var(\\u002d\\u002dast-global-color-3)\",\"nameFontSize\":14,\"nameLineHeight\":1,\"descFontSize\":16,\"descFontWeight\":\"600\",\"nameSpace\":1,\"block_id\":\"f08370b2\",\"iconImage\":{\"url\":\"\",\"alt\":\"InfoBox placeholder img\"},\"imageWidth\":32,\"columnGap\":1,\"borderStyle\":\"\",\"paddingTop\":0,\"paddingBottom\":0,\"paddingLeft\":0,\"paddingRight\":0,\"spacingLink\":true,\"imgpaddingTop\":0,\"imgpaddingRight\":15,\"imgpaddingBottom\":0,\"imgpaddingLeft\":0,\"overallBorderStyle\":\"none\",\"imgTagHeight\":32,\"imgTagWidth\":150} -->\n<div class=\"wp-block-uagb-testimonial uagb-slick-carousel uagb-tm__arrow-outside uagb-block-f08370b2 uagb-post__carousel_notset uagb-post__carousel_notset-tablet uagb-post__carousel_notset-mobile\"><div class=\"is-carousel uagb-tm__columns-1 uagb-tm__items\"><div class=\"uagb-testimonial__wrap  uagb-tm__imgicon-style-circle uagb-tm__image-position-bottom uagb-tm__bg-type-none \"><div class=\"uagb-tm__content\"><div class=\"uagb-tm__overlay\"></div><div class=\"uagb-tm__text-wrap\"><div class=\"uagb-tm__desc\">\"Judy, what a wonderful place you have here - we were so delighted to spend the weekend here, so tranquil, peaceful, and beautiful. You made us feel right at home. Definitely a place worth 5 stars! Go well.\"​</div><div class=\"uagb-tm__meta-inner\"><div class=\"uagb-tm__image-content\"><div class=\"uagb-tm__image\"><img class=\"uagb-tm-img-src\" src=\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/testimonial2-150x150.jpg\" alt=\"\" width=\"32\" height=\"32\" loading=\"lazy\"/></div></div><div class=\"uagb-testimonial-details\"><span class=\"uagb-tm__author-name\"><strong><strong>Brian</strong></strong> <strong><strong><strong>and <strong>Mariska</strong></strong><br></strong></strong></span><span class=\"uagb-tm__company\"></span></div></div></div></div></div></div></div>\n<!-- /wp:uagb/testimonial -->\n\n<!-- wp:uagb/testimonial {\"test_item_count\":1,\"classMigrate\":true,\"test_block\":[{\"description\":\"\\u0022Thank you for the most wonderful time, Judy!  This was the most peaceful and perfect place to get engaged!  We will most certainly be back!!!  Your hospitality cannot be topped!\\u0022​\",\"name\":\"\\u003cstrong\\u003e\\u003cstrong\\u003e\\u003cstrong\\u003e\\u003cstrong\\u003eBrett and Kelly\\u003c/strong\\u003e\\u003c/strong\\u003e\\u003c/strong\\u003e\\u003c/strong\\u003e\",\"company\":\"\",\"image\":{\"id\":121,\"title\":\"testimonial3\",\"filename\":\"testimonial3.jpg\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/testimonial3.jpg\",\"link\":\"https://blueroan.netgen.cloud/testimonial3/\",\"alt\":\"\",\"author\":\"34\",\"description\":\"\",\"caption\":\"\",\"name\":\"testimonial3\",\"status\":\"inherit\",\"uploadedTo\":0,\"date\":\"2021-05-11T05:02:05.000Z\",\"modified\":\"2021-05-11T05:02:05.000Z\",\"menuOrder\":0,\"mime\":\"image/jpeg\",\"type\":\"image\",\"subtype\":\"jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/default.png\",\"dateFormatted\":\"May 11, 2021\",\"nonces\":{\"update\":\"290653da5d\",\"delete\":\"90a4fb2d63\",\"edit\":\"ff8a64e56e\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=121\\u0026action=edit\",\"meta\":false,\"authorName\":\"Rishabh\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/user-edit.php?user_id=34\",\"filesizeInBytes\":8748,\"filesizeHumanReadable\":\"9 KB\",\"context\":\"\",\"height\":250,\"width\":250,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/testimonial3-150x150.jpg\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/testimonial3.jpg\",\"height\":250,\"width\":250,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}}}],\"headingAlign\":\"left\",\"headingAlignTablet\":\"left\",\"headingAlignMobile\":\"left\",\"descColor\":\"var(\\u002d\\u002dast-global-color-3)\",\"nameFontSize\":14,\"nameLineHeight\":1,\"descFontSize\":16,\"descFontWeight\":\"600\",\"nameSpace\":1,\"block_id\":\"1728f959\",\"iconImage\":{\"url\":\"\",\"alt\":\"InfoBox placeholder img\"},\"imageWidth\":32,\"columnGap\":1,\"borderStyle\":\"\",\"paddingTop\":0,\"paddingBottom\":0,\"paddingLeft\":0,\"paddingRight\":0,\"spacingLink\":true,\"imgpaddingTop\":0,\"imgpaddingRight\":15,\"imgpaddingBottom\":0,\"imgpaddingLeft\":0,\"overallBorderStyle\":\"none\",\"imgTagHeight\":32,\"imgTagWidth\":150} -->\n<div class=\"wp-block-uagb-testimonial uagb-slick-carousel uagb-tm__arrow-outside uagb-block-1728f959 uagb-post__carousel_notset uagb-post__carousel_notset-tablet uagb-post__carousel_notset-mobile\"><div class=\"is-carousel uagb-tm__columns-1 uagb-tm__items\"><div class=\"uagb-testimonial__wrap  uagb-tm__imgicon-style-circle uagb-tm__image-position-bottom uagb-tm__bg-type-none \"><div class=\"uagb-tm__content\"><div class=\"uagb-tm__overlay\"></div><div class=\"uagb-tm__text-wrap\"><div class=\"uagb-tm__desc\">\"Thank you for the most wonderful time, Judy!  This was the most peaceful and perfect place to get engaged!  We will most certainly be back!!!  Your hospitality cannot be topped!\"​</div><div class=\"uagb-tm__meta-inner\"><div class=\"uagb-tm__image-content\"><div class=\"uagb-tm__image\"><img class=\"uagb-tm-img-src\" src=\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/testimonial3-150x150.jpg\" alt=\"\" width=\"32\" height=\"32\" loading=\"lazy\"/></div></div><div class=\"uagb-testimonial-details\"><span class=\"uagb-tm__author-name\"><strong><strong><strong><strong>Brett and Kelly</strong></strong></strong></strong></span><span class=\"uagb-tm__company\"></span></div></div></div></div></div></div></div>\n<!-- /wp:uagb/testimonial --></div>\n<!-- /wp:uagb/container --></div>\n<!-- /wp:uagb/container --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"78537755\",\"innerContentCustomWidthDesktop\":781,\"innerContentCustomWidthTablet\":781,\"backgroundType\":\"image\",\"backgroundImageDesktop\":{\"id\":809,\"title\":\"26759994757_767d9794fd_b\",\"filename\":\"26759994757_767d9794fd_b.jpg\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/26759994757_767d9794fd_b.jpg\",\"link\":\"https://blueroan.netgen.cloud/?attachment_id=809\",\"alt\":\"\",\"author\":\"2\",\"description\":\"\",\"caption\":\"\",\"name\":\"26759994757_767d9794fd_b\",\"status\":\"inherit\",\"uploadedTo\":805,\"date\":\"2022-12-13T09:51:53.000Z\",\"modified\":\"2022-12-13T09:51:53.000Z\",\"menuOrder\":0,\"mime\":\"image/jpeg\",\"type\":\"image\",\"subtype\":\"jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-includes/images/media/default.png\",\"dateFormatted\":\"December 13, 2022\",\"nonces\":{\"update\":\"39b5c0eef1\",\"delete\":\"fde92abd83\",\"edit\":\"3923face9e\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=809\\u0026action=edit\",\"meta\":false,\"authorName\":\"Netgen Support\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/profile.php\",\"uploadedToTitle\":\"Magaliesburg\",\"uploadedToLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=805\\u0026action=edit\",\"filesizeInBytes\":143610,\"filesizeHumanReadable\":\"140 KB\",\"context\":\"\",\"height\":683,\"width\":1024,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/26759994757_767d9794fd_b-150x150.jpg\",\"orientation\":\"landscape\"},\"medium\":{\"height\":200,\"width\":300,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/26759994757_767d9794fd_b-300x200.jpg\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/26759994757_767d9794fd_b.jpg\",\"height\":683,\"width\":1024,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"backgroundImageColor\":\"rgba(42,42,42,0.65)\",\"topPaddingDesktop\":144,\"bottomPaddingDesktop\":144,\"leftPaddingDesktop\":40,\"rightPaddingDesktop\":40,\"topPaddingTablet\":80,\"bottomPaddingTablet\":80,\"leftPaddingTablet\":40,\"rightPaddingTablet\":40,\"topPaddingMobile\":64,\"bottomPaddingMobile\":64,\"leftPaddingMobile\":24,\"rightPaddingMobile\":24,\"paddingLink\":false,\"variationSelected\":true,\"isBlockRootParent\":true,\"overlayType\":\"color\"} -->\n<div class=\"wp-block-uagb-container uagb-block-78537755 alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/advanced-heading {\"block_id\":\"2def2d38\",\"classMigrate\":true,\"headingDescToggle\":true,\"headingAlign\":\"center\",\"headingColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"subHeadingColor\":\"var(\\u002d\\u002dast-global-color-4)\",\"headSpace\":20} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-2def2d38\"><h2 class=\"uagb-heading-text\">Plan an Unforgettable Experience at <br>Blue Roan!</h2><p class=\"uagb-desc-text\">Blue Roan is a 4-star graded pet-friendly venue</p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/advanced-heading {\"block_id\":\"25979670\",\"classMigrate\":true,\"headingTitleToggle\":false,\"headingDescToggle\":true,\"headingAlign\":\"center\",\"subHeadingColor\":\"var(\\u002d\\u002dast-global-color-4)\",\"subHeadTransform\":\"uppercase\",\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"subHeadLetterSpacing\":2,\"blockTopPadding\":60,\"blockRightPadding\":0,\"blockLeftPadding\":0,\"blockBottomPadding\":0,\"blockTopPaddingMobile\":30,\"blockRightPaddingMobile\":0,\"blockLeftPaddingMobile\":0,\"blockBottomPaddingMobile\":0,\"linkColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"linkHColor\":\"var(\\u002d\\u002dast-global-color-0)\"} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-25979670\"><p class=\"uagb-desc-text\"><a href=\"https://book.nightsbridge.com/11065\" target=\"_blank\" rel=\"noreferrer noopener\">BOOK YOUR STAY NOW​</a></p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/icon-list {\"block_id\":\"fd5bf217\",\"classMigrate\":true,\"childMigrate\":true,\"align\":\"center\",\"parentIcon\":\"phone\",\"size\":40,\"sizeMobile\":24,\"sizeTablet\":32,\"fontSize\":48,\"fontSizeMobile\":28,\"fontSizeTablet\":40,\"fontWeight\":\"600\",\"iconColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"labelColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"blockTopPadding\":0,\"blockRightPadding\":0,\"blockLeftPadding\":0,\"blockBottomPadding\":24,\"blockPaddingLink\":false} -->\n<div class=\"wp-block-uagb-icon-list uagb-block-fd5bf217\"><div class=\"uagb-icon-list__wrap\"><!-- wp:uagb/icon-list-child {\"block_id\":\"3b2c3547\",\"label\":\" + 27 (0) 82 575 5409\",\"label_color\":\"\",\"link\":\"tel:+27825755409\",\"disableLink\":true,\"fromParentIcon\":\"phone\",\"imageSizeChild\":40} -->\n<div class=\"wp-block-uagb-icon-list-child uagb-block-3b2c3547\"><a target=\"_self\" aria-label=\" + 27 (0) 82 575 5409\" rel=\"noopener noreferrer\" href=\"tel:+27825755409\"> </a><span class=\"uagb-icon-list__source-wrap\"><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M511.2 387l-23.25 100.8c-3.266 14.25-15.79 24.22-30.46 24.22C205.2 512 0 306.8 0 54.5c0-14.66 9.969-27.2 24.22-30.45l100.8-23.25C139.7-2.602 154.7 5.018 160.8 18.92l46.52 108.5c5.438 12.78 1.77 27.67-8.98 36.45L144.5 207.1c33.98 69.22 90.26 125.5 159.5 159.5l44.08-53.8c8.688-10.78 23.69-14.51 36.47-8.975l108.5 46.51C506.1 357.2 514.6 372.4 511.2 387z\"></path></svg></span><span class=\"uagb-icon-list__label\"> + 27 (0) 82 575 5409</span></div>\n<!-- /wp:uagb/icon-list-child -->\n\n<!-- wp:uagb/icon-list-child {\"block_id\":\"926aabbc\",\"label\":\"blueroan@ugo.co.za\",\"icon\":\"envelope\",\"label_color\":\"\",\"link\":\"mailto:blueroan@ugo.co.za\",\"disableLink\":true,\"fromParentIcon\":\"phone\",\"imageSizeChild\":40} -->\n<div class=\"wp-block-uagb-icon-list-child uagb-block-926aabbc\"><a target=\"_self\" aria-label=\"blueroan@ugo.co.za\" rel=\"noopener noreferrer\" href=\"mailto:blueroan@ugo.co.za\"> </a><span class=\"uagb-icon-list__source-wrap\"><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M464 64C490.5 64 512 85.49 512 112C512 127.1 504.9 141.3 492.8 150.4L275.2 313.6C263.8 322.1 248.2 322.1 236.8 313.6L19.2 150.4C7.113 141.3 0 127.1 0 112C0 85.49 21.49 64 48 64H464zM217.6 339.2C240.4 356.3 271.6 356.3 294.4 339.2L512 176V384C512 419.3 483.3 448 448 448H64C28.65 448 0 419.3 0 384V176L217.6 339.2z\"></path></svg></span><span class=\"uagb-icon-list__label\">blueroan@ugo.co.za</span></div>\n<!-- /wp:uagb/icon-list-child --></div></div>\n<!-- /wp:uagb/icon-list --></div></div>\n<!-- /wp:uagb/container -->',	'Home',	'',	'inherit',	'closed',	'closed',	'',	'760-revision-v1',	'',	'',	'2022-12-19 14:24:23',	'2022-12-19 14:24:23',	'',	760,	'https://blueroan.netgen.cloud/?p=1355',	0,	'revision',	'',	0),
(1356,	2,	'2022-12-19 14:25:38',	'2022-12-19 14:25:38',	'<!-- wp:uagb/container {\"block_id\":\"aa258836\",\"backgroundType\":\"image\",\"backgroundImageDesktop\":{\"id\":1007,\"title\":\"AAEAAQAAAAAAAAAAAAAAJDg5NmY0ZGUxLWE4MTgtNDY5NC1iODFhLTBmN2Q0ZDc5ZWFiNw-1\",\"filename\":\"AAEAAQAAAAAAAAAAAAAAJDg5NmY0ZGUxLWE4MTgtNDY5NC1iODFhLTBmN2Q0ZDc5ZWFiNw-1.png\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAAJDg5NmY0ZGUxLWE4MTgtNDY5NC1iODFhLTBmN2Q0ZDc5ZWFiNw-1.png\",\"link\":\"https://blueroan.netgen.cloud/the-barn/aaeaaqaaaaaaaaaaaaaajdg5nmy0zguxlwe4mtgtndy5nc1iodfhltbmn2q0zdc5zwfinw-1/\",\"alt\":\"\",\"author\":\"2\",\"description\":\"\",\"caption\":\"\",\"name\":\"aaeaaqaaaaaaaaaaaaaajdg5nmy0zguxlwe4mtgtndy5nc1iodfhltbmn2q0zdc5zwfinw-1\",\"status\":\"inherit\",\"uploadedTo\":948,\"date\":\"2022-12-14T10:50:25.000Z\",\"modified\":\"2022-12-14T10:50:25.000Z\",\"menuOrder\":0,\"mime\":\"image/png\",\"type\":\"image\",\"subtype\":\"png\",\"icon\":\"https://blueroan.netgen.cloud/wp-includes/images/media/default.png\",\"dateFormatted\":\"December 14, 2022\",\"nonces\":{\"update\":\"483f8bdf3d\",\"delete\":\"0a7ebc92ef\",\"edit\":\"6bc1c6a685\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=1007\\u0026action=edit\",\"meta\":false,\"authorName\":\"Netgen Support\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/profile.php\",\"uploadedToTitle\":\"The Barn\",\"uploadedToLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=948\\u0026action=edit\",\"filesizeInBytes\":1348989,\"filesizeHumanReadable\":\"1 MB\",\"context\":\"\",\"height\":667,\"width\":1000,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAAJDg5NmY0ZGUxLWE4MTgtNDY5NC1iODFhLTBmN2Q0ZDc5ZWFiNw-1-150x150.png\",\"orientation\":\"landscape\"},\"medium\":{\"height\":200,\"width\":300,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAAJDg5NmY0ZGUxLWE4MTgtNDY5NC1iODFhLTBmN2Q0ZDc5ZWFiNw-1-300x200.png\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAAJDg5NmY0ZGUxLWE4MTgtNDY5NC1iODFhLTBmN2Q0ZDc5ZWFiNw-1.png\",\"height\":667,\"width\":1000,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"backgroundPositionDesktop\":{\"x\":0.61,\"y\":0.52},\"backgroundSizeTablet\":\"cover\",\"backgroundSizeMobile\":\"cover\",\"backgroundColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"backgroundImageColor\":\"rgba(42,42,42,0.5)\",\"topPaddingDesktop\":220,\"bottomPaddingDesktop\":150,\"topPaddingTablet\":170,\"bottomPaddingTablet\":160,\"leftPaddingTablet\":30,\"rightPaddingTablet\":30,\"topPaddingMobile\":180,\"bottomPaddingMobile\":80,\"leftPaddingMobile\":20,\"rightPaddingMobile\":20,\"paddingLink\":false,\"variationSelected\":true,\"isBlockRootParent\":true,\"overlayType\":\"color\"} -->\n<div class=\"wp-block-uagb-container uagb-block-aa258836 alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/advanced-heading {\"block_id\":\"aa02a152\",\"classMigrate\":true,\"headingDescToggle\":true,\"headingColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"subHeadingColor\":\"var(\\u002d\\u002dast-global-color-4)\",\"headingTag\":\"h1\",\"headSpace\":20,\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"blockTopPadding\":0,\"blockRightPadding\":50,\"blockLeftPadding\":0,\"blockBottomPadding\":0,\"blockTopPaddingTablet\":0,\"blockRightPaddingTablet\":20,\"blockLeftPaddingTablet\":0,\"blockBottomPaddingTablet\":0,\"blockTopPaddingMobile\":0,\"blockRightPaddingMobile\":0,\"blockLeftPaddingMobile\":0,\"blockBottomPaddingMobile\":0,\"blockPaddingUnit\":\"%\",\"blockPaddingUnitTablet\":\"%\"} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-aa02a152\"><h1 class=\"uagb-heading-text\">Amenities &amp; Interests​</h1><p class=\"uagb-desc-text\">We do not give you just rooms to stay in. We give you an environment where you can experience the best while on a holiday with us. </p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:buttons -->\n<div class=\"wp-block-buttons\"><!-- wp:button -->\n<div class=\"wp-block-button\"><a class=\"wp-block-button__link wp-element-button\" href=\"https://book.nightsbridge.com/11065\" target=\"_blank\" rel=\"noreferrer noopener\">BOOK NOW</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"6db19a84\",\"backgroundType\":\"color\",\"backgroundSizeTablet\":\"cover\",\"backgroundSizeMobile\":\"cover\",\"backgroundColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"topPaddingDesktop\":50,\"bottomPaddingDesktop\":100,\"topPaddingTablet\":50,\"bottomPaddingTablet\":25,\"leftPaddingTablet\":20,\"rightPaddingTablet\":20,\"topPaddingMobile\":50,\"bottomPaddingMobile\":20,\"leftPaddingMobile\":20,\"rightPaddingMobile\":20,\"paddingLink\":false,\"variationSelected\":true,\"rowGapDesktop\":0,\"isBlockRootParent\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-6db19a84 alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/container {\"block_id\":\"4bd8ae96\",\"directionDesktop\":\"row\",\"alignItemsTablet\":\"flex-start\",\"paddingLink\":false,\"topMarginDesktop\":50,\"bottomMarginDesktop\":20,\"leftMarginDesktop\":0,\"rightMarginDesktop\":0,\"marginLink\":false,\"variationSelected\":true,\"rowGapMobile\":65,\"columnGapDesktop\":48,\"columnGapTablet\":20} -->\n<div class=\"wp-block-uagb-container uagb-block-4bd8ae96\"><!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"align\":\"center\",\"id\":828,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image aligncenter size-full\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Blue-Roan-pool.png\" alt=\"Blue Roan\'s rock pool\" class=\"wp-image-828\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>A relaxing rock Pool​</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>We have a lovely sparkling blue rock pool next to a thatched Lapa. &nbsp;&nbsp;Lie on recliners on the green lawn or sit on the swing chair in the Lapa and enjoy the panoramic view of the Magaliesberg mountain range.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":829,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/img-20160605-wa0002-largejpg.png\" alt=\"\" class=\"wp-image-829\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>Braai facilities </h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>What can compare to a burning fire under the star-lit African sky? Nothing beats the flavor of cooking over an open flame.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":830,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/ef9d0188da11e2bc56788f5619d9d539.png\" alt=\"\" class=\"wp-image-830\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>A games room </h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>The reception is also a games room for those who enjoy darts or playing pool. &nbsp;Take a selection of DVDs back to your room and watch movies on your own DVD player. &nbsp;There is also a selection of board games and music CDs that you can borrow.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"align\":\"center\",\"id\":1198,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image aligncenter size-full\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/eyJidWNrZXQiOiJhc3NldHMuYWxsdHJhaWxzLmNvbSIsImtleSI6InVwbG9hZHMvcGhvdG8vaW1hZ2UvNDMxNzk4MTAvYjZkYTAz-1.png\" alt=\"\" class=\"wp-image-1198\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>Walking or hiking </h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>There is a well-kept walking trail on our property with plenty of bird life and some benches along the way. &nbsp;It is safe for dogs to run off-leash as it is completely fenced all around. &nbsp;For those who enjoy long walks and hikes, it is safe to cross onto neighbouring farms and go as far as the eye can see.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":1185,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/49089607_1950305445047847_5177863042771189760_n.png\" alt=\"\" class=\"wp-image-1185\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>Mountain biking </h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Bring your mountain bikes and explore the surrounding countryside on safe off-road tracks on our property and on neighbouring farms.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":1196,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Michelle_1.png\" alt=\"\" class=\"wp-image-1196\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>Horse riding </h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Interested riders can book at one of the recommended horse-riding establishments listed further down this page.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"e2ea0dee\",\"innerContentWidth\":\"alignfull\",\"directionDesktop\":\"row\",\"wrapTablet\":\"wrap\",\"variationSelected\":true,\"rowGapTablet\":0,\"columnGapDesktop\":0,\"isBlockRootParent\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-e2ea0dee alignfull uagb-is-root-container\"><!-- wp:uagb/container {\"block_id\":\"46ae3dbf\",\"widthDesktop\":25,\"widthTablet\":50,\"variationSelected\":true,\"widthSetByUser\":true,\"UAGHideMob\":true,\"UAGResponsiveConditions\":true} -->\n<div class=\"wp-block-uagb-container uag-hide-mob uagb-block-46ae3dbf\"><!-- wp:uagb/image {\"block_id\":\"b51d1ec8\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-18-1-1024x768.jpg\",\"id\":1208,\"linkDestination\":\"none\",\"width\":480,\"height\":500,\"naturalWidth\":1024,\"naturalHeight\":768,\"sizeSlug\":\"large\",\"sizeSlugTablet\":\"large\",\"sizeSlugMobile\":\"large\",\"customHeightSetDesktop\":true} -->\n<div class=\"wp-block-uagb-image uagb-block-b51d1ec8 wp-block-uagb-image--layout-default wp-block-uagb-image--effect-static wp-block-uagb-image--align-none\"><figure class=\"wp-block-uagb-image__figure\"><img srcset=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-18-1-1024x768.jpg \" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-18-1-1024x768.jpg\" alt=\"\" class=\"uag-image-1208\" width=\"480\" height=\"500\" title=\"\" loading=\"lazy\"/></figure></div>\n<!-- /wp:uagb/image --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"dff62233\",\"widthDesktop\":25,\"widthTablet\":50,\"variationSelected\":true,\"widthSetByUser\":true,\"UAGHideMob\":true,\"UAGResponsiveConditions\":true} -->\n<div class=\"wp-block-uagb-container uag-hide-mob uagb-block-dff62233\"><!-- wp:uagb/image {\"block_id\":\"2957c8c7\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Blue-Roan-pool-1.png\",\"id\":1210,\"linkDestination\":\"none\",\"width\":480,\"height\":500,\"naturalWidth\":370,\"naturalHeight\":440,\"sizeSlug\":\"full\",\"sizeSlugTablet\":\"full\",\"sizeSlugMobile\":\"full\",\"customHeightSetDesktop\":true} -->\n<div class=\"wp-block-uagb-image uagb-block-2957c8c7 wp-block-uagb-image--layout-default wp-block-uagb-image--effect-static wp-block-uagb-image--align-none\"><figure class=\"wp-block-uagb-image__figure\"><img srcset=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Blue-Roan-pool-1.png \" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Blue-Roan-pool-1.png\" alt=\"\" class=\"uag-image-1210\" width=\"480\" height=\"500\" title=\"\" loading=\"lazy\"/></figure></div>\n<!-- /wp:uagb/image --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"e516515c\",\"widthDesktop\":50,\"widthTablet\":100,\"variationSelected\":true,\"columnGapDesktop\":20,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-e516515c\"><!-- wp:uagb/image {\"block_id\":\"a14a0836\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/the-view-from-my-rooms-1024x768.jpg\",\"id\":1211,\"linkDestination\":\"none\",\"width\":960,\"height\":500,\"naturalWidth\":1024,\"naturalHeight\":768,\"sizeSlug\":\"large\",\"sizeSlugTablet\":\"large\",\"sizeSlugMobile\":\"large\",\"customHeightSetDesktop\":true} -->\n<div class=\"wp-block-uagb-image uagb-block-a14a0836 wp-block-uagb-image--layout-default wp-block-uagb-image--effect-static wp-block-uagb-image--align-none\"><figure class=\"wp-block-uagb-image__figure\"><img srcset=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/the-view-from-my-rooms-1024x768.jpg \" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/the-view-from-my-rooms-1024x768.jpg\" alt=\"\" class=\"uag-image-1211\" width=\"960\" height=\"500\" title=\"\" loading=\"lazy\"/></figure></div>\n<!-- /wp:uagb/image --></div>\n<!-- /wp:uagb/container --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"5f48413a\",\"innerContentWidth\":\"alignfull\",\"directionDesktop\":\"row\",\"wrapTablet\":\"wrap\",\"variationSelected\":true,\"rowGapTablet\":0,\"columnGapDesktop\":0,\"isBlockRootParent\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-5f48413a alignfull uagb-is-root-container\"><!-- wp:uagb/container {\"block_id\":\"c9ec1906\",\"widthDesktop\":50,\"widthTablet\":100,\"variationSelected\":true,\"columnGapDesktop\":20,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-c9ec1906\"><!-- wp:uagb/image {\"block_id\":\"9dc2a0aa\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAAJDI0ZWY4NDc1LThjYjYtNDM3YS1iOTliLWNmOWQxYTJkMWU5MQ-1.png\",\"id\":1213,\"linkDestination\":\"none\",\"width\":960,\"height\":500,\"naturalWidth\":1000,\"naturalHeight\":667,\"sizeSlug\":\"full\",\"sizeSlugTablet\":\"full\",\"sizeSlugMobile\":\"full\",\"customHeightSetDesktop\":true} -->\n<div class=\"wp-block-uagb-image uagb-block-9dc2a0aa wp-block-uagb-image--layout-default wp-block-uagb-image--effect-static wp-block-uagb-image--align-none\"><figure class=\"wp-block-uagb-image__figure\"><img srcset=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAAJDI0ZWY4NDc1LThjYjYtNDM3YS1iOTliLWNmOWQxYTJkMWU5MQ-1.png \" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAAJDI0ZWY4NDc1LThjYjYtNDM3YS1iOTliLWNmOWQxYTJkMWU5MQ-1.png\" alt=\"\" class=\"uag-image-1213\" width=\"960\" height=\"500\" title=\"\" loading=\"lazy\"/></figure></div>\n<!-- /wp:uagb/image --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"22fe5d91\",\"widthDesktop\":25,\"variationSelected\":true,\"widthSetByUser\":true,\"UAGHideMob\":true,\"UAGResponsiveConditions\":true} -->\n<div class=\"wp-block-uagb-container uag-hide-mob uagb-block-22fe5d91\"><!-- wp:uagb/image {\"block_id\":\"c2127579\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/bird-1-1024x683.jpg\",\"id\":1215,\"linkDestination\":\"none\",\"width\":480,\"height\":500,\"naturalWidth\":1024,\"naturalHeight\":683,\"sizeSlug\":\"large\",\"sizeSlugTablet\":\"large\",\"sizeSlugMobile\":\"large\",\"customHeightSetDesktop\":true} -->\n<div class=\"wp-block-uagb-image uagb-block-c2127579 wp-block-uagb-image--layout-default wp-block-uagb-image--effect-static wp-block-uagb-image--align-none\"><figure class=\"wp-block-uagb-image__figure\"><img srcset=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/bird-1-1024x683.jpg \" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/bird-1-1024x683.jpg\" alt=\"\" class=\"uag-image-1215\" width=\"480\" height=\"500\" title=\"\" loading=\"lazy\"/></figure></div>\n<!-- /wp:uagb/image --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"c0a24186\",\"widthDesktop\":25,\"variationSelected\":true,\"widthSetByUser\":true,\"UAGHideMob\":true,\"UAGResponsiveConditions\":true} -->\n<div class=\"wp-block-uagb-container uag-hide-mob uagb-block-c0a24186\"><!-- wp:uagb/image {\"block_id\":\"6928cb9c\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/two-happy-boxers-1024x768.jpg\",\"id\":1216,\"linkDestination\":\"none\",\"width\":480,\"height\":500,\"naturalWidth\":1024,\"naturalHeight\":768,\"sizeSlug\":\"large\",\"sizeSlugTablet\":\"large\",\"sizeSlugMobile\":\"large\",\"customHeightSetDesktop\":true} -->\n<div class=\"wp-block-uagb-image uagb-block-6928cb9c wp-block-uagb-image--layout-default wp-block-uagb-image--effect-static wp-block-uagb-image--align-none\"><figure class=\"wp-block-uagb-image__figure\"><img srcset=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/two-happy-boxers-1024x768.jpg \" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/two-happy-boxers-1024x768.jpg\" alt=\"\" class=\"uag-image-1216\" width=\"480\" height=\"500\" title=\"\" loading=\"lazy\"/></figure></div>\n<!-- /wp:uagb/image --></div>\n<!-- /wp:uagb/container --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"1122b9ac\",\"backgroundType\":\"color\",\"backgroundSizeTablet\":\"cover\",\"backgroundSizeMobile\":\"cover\",\"backgroundColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"topPaddingDesktop\":120,\"bottomPaddingDesktop\":0,\"topPaddingTablet\":80,\"bottomPaddingTablet\":80,\"leftPaddingTablet\":30,\"rightPaddingTablet\":30,\"topPaddingMobile\":80,\"bottomPaddingMobile\":80,\"leftPaddingMobile\":20,\"rightPaddingMobile\":20,\"paddingLink\":false,\"variationSelected\":true,\"rowGapDesktop\":0,\"rowGapTablet\":0,\"isBlockRootParent\":true} -->\n<div id=\"nearby-visits\" class=\"wp-block-uagb-container uagb-block-1122b9ac alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/container {\"block_id\":\"68408973\",\"directionDesktop\":\"row\",\"alignItemsDesktop\":\"flex-end\",\"alignItemsTablet\":\"flex-end\",\"justifyContentDesktop\":\"flex-end\",\"justifyContentTablet\":\"space-between\",\"variationSelected\":true,\"rowGapMobile\":30,\"columnGapDesktop\":0} -->\n<div class=\"wp-block-uagb-container uagb-block-68408973\"><!-- wp:uagb/advanced-heading {\"block_id\":\"ec8d15a8\",\"classMigrate\":true,\"headingDescToggle\":true,\"subHeadingColor\":\"\",\"headSpace\":20,\"subHeadFontSize\":16} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-ec8d15a8\"><h2 class=\"uagb-heading-text\">Things to do in the area of Magaliesburg<br></h2><p class=\"uagb-desc-text\">Looking for more? Well, we believe that every guest walks into our lodge for the best experience. And, we are determined to do that.</p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/buttons {\"block_id\":\"d7d21834\",\"classMigrate\":true,\"childMigrate\":true,\"align\":\"right\",\"alignTablet\":\"right\",\"alignMobile\":\"left\",\"gap\":0} -->\n<div class=\"wp-block-uagb-buttons uagb-buttons__outer-wrap uagb-btn__default-btn uagb-btn-tablet__default-btn uagb-btn-mobile__default-btn uagb-block-d7d21834\"><div class=\"uagb-buttons__wrap uagb-buttons-layout-wrap\"><!-- wp:uagb/buttons-child {\"block_id\":\"7fc49622\",\"label\":\"Reservations\",\"link\":\"https://book.nightsbridge.com/11065\",\"hColor\":\"\",\"opensInNewTab\":true,\"borderWidth\":\"\",\"borderRadius\":\"\",\"borderStyle\":\"\",\"borderColor\":\"\",\"borderHColor\":\"\",\"btnBorderTopWidth\":1,\"btnBorderLeftWidth\":1,\"btnBorderRightWidth\":1,\"btnBorderBottomWidth\":1,\"btnBorderTopLeftRadius\":2,\"btnBorderTopRightRadius\":2,\"btnBorderBottomLeftRadius\":2,\"btnBorderBottomRightRadius\":2,\"btnBorderStyle\":\"solid\",\"btnBorderColor\":\"#333\",\"btnBorderHColor\":\"#333\"} -->\n<div class=\"wp-block-uagb-buttons-child uagb-buttons__outer-wrap uagb-block-7fc49622 wp-block-button is-style-outline\"><div class=\"uagb-button__wrapper\"><a class=\"uagb-buttons-repeater wp-block-button__link\" href=\"https://book.nightsbridge.com/11065\" rel=\"follow noopener\" target=\"_blank\"><div class=\"uagb-button__link\">Reservations</div></a></div></div>\n<!-- /wp:uagb/buttons-child --></div></div>\n<!-- /wp:uagb/buttons --></div>\n<!-- /wp:uagb/container --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"4871f048\",\"backgroundType\":\"color\",\"backgroundSizeTablet\":\"cover\",\"backgroundSizeMobile\":\"cover\",\"backgroundColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"topPaddingDesktop\":50,\"bottomPaddingDesktop\":100,\"topPaddingTablet\":50,\"bottomPaddingTablet\":25,\"leftPaddingTablet\":20,\"rightPaddingTablet\":20,\"topPaddingMobile\":50,\"bottomPaddingMobile\":20,\"leftPaddingMobile\":20,\"rightPaddingMobile\":20,\"paddingLink\":false,\"variationSelected\":true,\"rowGapDesktop\":0,\"isBlockRootParent\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-4871f048 alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/container {\"block_id\":\"c55d9ddb\",\"directionDesktop\":\"row\",\"alignItemsTablet\":\"flex-start\",\"paddingLink\":false,\"topMarginDesktop\":50,\"bottomMarginDesktop\":20,\"leftMarginDesktop\":0,\"rightMarginDesktop\":0,\"marginLink\":false,\"variationSelected\":true,\"rowGapMobile\":65,\"columnGapDesktop\":48,\"columnGapTablet\":20} -->\n<div class=\"wp-block-uagb-container uagb-block-c55d9ddb\"><!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"align\":\"center\",\"id\":1222,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image aligncenter size-full\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/41b46e52d7427ea1f6f135454e9a012f.png\" alt=\"\" class=\"wp-image-1222\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"textAlign\":\"center\",\"level\":3} -->\n<h3 class=\"has-text-align-center\">Fishing </h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>The dam has trout (stocked), bass, vlei Kuper and carp. Fly fishers seeking a unique challenge visit our establishment in search of the large &amp; small scale Yellow fish.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:buttons -->\n<div class=\"wp-block-buttons\"><!-- wp:button {\"align\":\"left\"} -->\n<div class=\"wp-block-button alignleft\"><a class=\"wp-block-button__link wp-element-button\" href=\"https://www.sundowner.co.za/rooms/magalies-barbus-haven/\" target=\"_blank\" rel=\"noreferrer noopener\">Barbus Haven</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons -->\n\n<!-- wp:paragraph -->\n<p>The opportunity to fish for Rainbow Trout or the elusive Brown Trout. Kingfisher offers rod hires at their venue. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:buttons -->\n<div class=\"wp-block-buttons\"><!-- wp:button {\"align\":\"left\"} -->\n<div class=\"wp-block-button alignleft\"><a class=\"wp-block-button__link wp-element-button\" href=\"https://www.thekingfisherlodge.co.za/activities/\" target=\"_blank\" rel=\"noreferrer noopener\">Kingfisher</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":1235,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Maseke-MTB-MvZ-3-1024x683-1.png\" alt=\"\" class=\"wp-image-1235\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>Mountain biking </h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>It is a privately owned nature reserve that offers mountain biking.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:spacer {\"height\":\"20px\"} -->\n<div style=\"height:20px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:buttons -->\n<div class=\"wp-block-buttons\"><!-- wp:button -->\n<div class=\"wp-block-button\"><a class=\"wp-block-button__link wp-element-button\" href=\"http://ingwebushcamp.yolasite.com/\" target=\"_blank\" rel=\"noreferrer noopener\">Ingwe Bush Camp&nbsp;</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons -->\n\n<!-- wp:paragraph -->\n<p>With over 80km of trails, Van Gaalen&nbsp;has something to offer for every kind of athlete, from beginner to advanced.<br></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:buttons -->\n<div class=\"wp-block-buttons\"><!-- wp:button -->\n<div class=\"wp-block-button\"><a class=\"wp-block-button__link wp-element-button\" href=\"https://www.vangaalen.co.za/products\" target=\"_blank\" rel=\"noreferrer noopener\">Van Gaalen\'s</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":1339,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/activity_2209_280316_original-3.png\" alt=\"\" class=\"wp-image-1339\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>Quad biking </h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>We have quads suitable for kiddies, tweens, teens, and adults. We have mini quads and fully automatic 150cc quads.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:spacer {\"height\":\"2px\"} -->\n<div style=\"height:2px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:buttons -->\n<div class=\"wp-block-buttons\"><!-- wp:button -->\n<div class=\"wp-block-button\"><a class=\"wp-block-button__link wp-element-button\" href=\"https://www.saddlecreekadventures.co.za/activity/quad-biking/\" target=\"_blank\" rel=\"noreferrer noopener\">Saddle Creek Ranch</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons -->\n\n<!-- wp:paragraph -->\n<p>A 700-meter monster track, the longest and most exciting track in Gauteng!</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:spacer {\"height\":\"2px\"} -->\n<div style=\"height:2px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:buttons -->\n<div class=\"wp-block-buttons\"><!-- wp:button -->\n<div class=\"wp-block-button\"><a class=\"wp-block-button__link wp-element-button\" href=\"http://www.swartkrans.co.za/\" target=\"_blank\" rel=\"noreferrer noopener\">Swartkrans Go-Karting&nbsp;</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"align\":\"center\",\"id\":1196,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image aligncenter size-full\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Michelle_1.png\" alt=\"\" class=\"wp-image-1196\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>Horse riding </h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Join us for an unforgettable horse riding experience in the peaceful countryside, with beautiful mountain scenery and lovely bush trails.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:buttons -->\n<div class=\"wp-block-buttons\"><!-- wp:button -->\n<div class=\"wp-block-button\"><a class=\"wp-block-button__link wp-element-button\" href=\"https://www.saddlecreekadventures.co.za/activity/horse-riding/\" target=\"_blank\" rel=\"noreferrer noopener\">Saddle Creek Ranch</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":1342,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Askari-Game-Lodge-Spa-Wildlife-Giraffe.png\" alt=\"\" class=\"wp-image-1342\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>Game drives </h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Enjoy a thrilling and educational adventure with our experienced guides.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:spacer {\"height\":\"2px\"} -->\n<div style=\"height:2px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:buttons -->\n<div class=\"wp-block-buttons\"><!-- wp:button -->\n<div class=\"wp-block-button\"><a class=\"wp-block-button__link wp-element-button\" href=\"https://www.rhinolion.co.za/visitors-guide/activity-index/game-drives/\" target=\"_blank\" rel=\"noreferrer noopener\">Rhino &amp; Lion Park</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons -->\n\n<!-- wp:paragraph -->\n<p>Our guided game-viewing drives take place each day in the morning and afternoon, as this is when the animals are most active.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:buttons -->\n<div class=\"wp-block-buttons\"><!-- wp:button -->\n<div class=\"wp-block-button\"><a class=\"wp-block-button__link wp-element-button\" href=\"https://www.africanhillslodge.co.za/experience/\" target=\"_blank\" rel=\"noreferrer noopener\">Askari Game Lodge</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:spacer {\"height\":\"12px\"} -->\n<div style=\"height:12px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:heading -->\n<h2>Other activites </h2>\n<!-- /wp:heading -->\n\n<!-- wp:uagb/faq {\"block_id\":\"1c7c93c5\",\"expandFirstItem\":false,\"boxBgColor\":\"#F5F5F5\",\"borderStyle\":\"\",\"borderWidth\":\"\",\"borderRadius\":\"\",\"borderColor\":\"\",\"vquestionPaddingDesktop\":15,\"hquestionPaddingDesktop\":15,\"iconAlign\":\"row-reverse\",\"schema\":\"{\\u0022@context\\u0022:\\u0022https://schema.org\\u0022,\\u0022@type\\u0022:\\u0022FAQPage\\u0022,\\u0022@id\\u0022:\\u0022https://blueroan.netgen.cloud/amenities/\\u0022,\\u0022mainEntity\\u0022:[{\\u0022@type\\u0022:\\u0022Question\\u0022,\\u0022name\\u0022:\\u0022\\u003cstrong\\u003ePUBS / MICRO BREWERIES\\u003c/strong\\u003e\\u0022,\\u0022acceptedAnswer\\u0022:{\\u0022@type\\u0022:\\u0022Answer\\u0022,\\u0022text\\u0022:\\u0022Black Horse   \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27825613246\\\\\\u0022\\u003e082 561 3246\\u003cbr\\u003e\\u003c/a\\u003eBrauhaus am Dam   \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27878025519\\\\\\u0022\\u003e087 802 5519\\u003c/a\\u003e / \\u003ca href=\\\\\\u0022tel:+27729201742\\\\\\u0022\\u003e072 920 1742\\u003c/a\\u003e\\u003cbr\\u003eHartleys Elephant Bar   \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27145772301\\\\\\u0022\\u003e014 577 2301\\u003cbr\\u003e\\u003c/a\\u003eThatchwood Pub   \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27837091672\\\\\\u0022\\u003e083 709 1672\\u003cbr\\u003e\\u003c/a\\u003eMonate Citrus Kelder   \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27122580712\\\\\\u0022\\u003e012 258 0712\\u003c/a\\u003e\\u0022}},{\\u0022@type\\u0022:\\u0022Question\\u0022,\\u0022name\\u0022:\\u0022\\u003cstrong\\u003eTEA GARDENS / RESTAURANTS   \\u003c/strong\\u003e\\u0022,\\u0022acceptedAnswer\\u0022:{\\u0022@type\\u0022:\\u0022Answer\\u0022,\\u0022text\\u0022:\\u0022Black Horse   \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27825613246\\\\\\u0022\\u003e082 561 3246\\u003cbr\\u003e\\u003c/a\\u003eBrauhaus am Dam   \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27878025519\\\\\\u0022\\u003e087 802 5519\\u003c/a\\u003e / \\u003ca href=\\\\\\u0022tel:+27729201742\\\\\\u0022\\u003e072 920 1742\\u003c/a\\u003e\\u003cbr\\u003eMelon Rouge   \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27796806050\\\\\\u0022\\u003e079 680 6050\\u003cbr\\u003e\\u003c/a\\u003eMount Grace Hotel   \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27145775600\\\\\\u0022\\u003e014 577 5600\\u003cbr\\u003e\\u003c/a\\u003eValley Lodge Hotel   \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27145771301\\\\\\u0022\\u003e014 577 1301\\u003cbr\\u003e\\u003c/a\\u003eLa Classique Ristorante   \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27145774006\\\\\\u0022\\u003e014 577 4006\\u003c/a\\u003e\\u0022}},{\\u0022@type\\u0022:\\u0022Question\\u0022,\\u0022name\\u0022:\\u0022\\u003cstrong\\u003eSHOPPING\\u003c/strong\\u003e  \\u0022,\\u0022acceptedAnswer\\u0022:{\\u0022@type\\u0022:\\u0022Answer\\u0022,\\u0022text\\u0022:\\u0022If Only Antiques    \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27827878825\\\\\\u0022\\u003e082 787 8825\\u003cbr\\u003e\\u003c/a\\u003ePuss in Boots   \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27145773562\\\\\\u0022\\u003e014 577 3562\\u003c/a\\u003e\\u0022}},{\\u0022@type\\u0022:\\u0022Question\\u0022,\\u0022name\\u0022:\\u0022\\u003cstrong\\u003eSPORTS \\u0026amp; ADVENTURE\\u003c/strong\\u003e\\u0022,\\u0022acceptedAnswer\\u0022:{\\u0022@type\\u0022:\\u0022Answer\\u0022,\\u0022text\\u0022:\\u0022Tandem Paragliding flips  \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27823221824\\\\\\u0022\\u003e0823221824\\u003c/a\\u003e\\u003cbr\\u003eMountain Sanctuary Park   \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27145340114\\\\\\u0022\\u003e014 534 0114\\u003cbr\\u003e\\u003c/a\\u003eBill Harrops Original Balloon Safaris   \\u003ca href=\\\\\\u0022tel:+27145771733\\\\\\u0022\\u003e014 577 1733\\u003c/a\\u003e / \\u003ca href=\\\\\\u0022tel:+27837520036\\\\\\u0022\\u003e083 752 0036\\u003c/a\\u003e\\u003cbr\\u003ePecanwood Golf Course   \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27122440112\\\\\\u0022\\u003e012 244 0112\\u003cbr\\u003e\\u003c/a\\u003eAir Ventures Hot Air Balloons   \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27117935782\\\\\\u0022\\u003e011 793 5782\\u003cbr\\u003e\\u003c/a\\u003eGliding   \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27835266966\\\\\\u0022\\u003e083 526 6966\\u003cbr\\u003e\\u003c/a\\u003eMagaliesberg Canopy Tours   \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27145350150\\\\\\u0022\\u003e014 535 0150\\u003cbr\\u003e\\u003c/a\\u003eWild Cave Adventures   \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27824862464\\\\\\u0022\\u003e082 486 2464\\u003cbr\\u003e\\u003c/a\\u003eMiracle Waters Dive Gateway   \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27832359840\\\\\\u0022\\u003e083 235 9840\\u003c/a\\u003e\\u0022}},{\\u0022@type\\u0022:\\u0022Question\\u0022,\\u0022name\\u0022:\\u0022\\u003cstrong\\u003eHEALTH SPAS\\u003c/strong\\u003e\\u0022,\\u0022acceptedAnswer\\u0022:{\\u0022@type\\u0022:\\u0022Answer\\u0022,\\u0022text\\u0022:\\u0022Whispering Pines   \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27145771536\\\\\\u0022\\u003e014 577 1536\\u003cbr\\u003e\\u003c/a\\u003eMount Grace Spa   \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27145775600\\\\\\u0022\\u003e014 577 5600\\u003cbr\\u003e\\u003c/a\\u003eValley Lodge Spa   \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27145771301\\\\\\u0022\\u003e014 577 1301\\u003cbr\\u003e\\u003c/a\\u003eRosewell Spa   \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27145771172\\\\\\u0022\\u003e014 577 1172\\u003cbr\\u003e\\u003c/a\\u003eSparkling Waters   \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27145350019\\\\\\u0022\\u003e014 535 0019\\u003c/a\\u003e\\u0022}},{\\u0022@type\\u0022:\\u0022Question\\u0022,\\u0022name\\u0022:\\u0022\\u003cstrong\\u003ePLACES OF INTEREST\\u003c/strong\\u003e\\u0022,\\u0022acceptedAnswer\\u0022:{\\u0022@type\\u0022:\\u0022Answer\\u0022,\\u0022text\\u0022:\\u0022Maropeng Visitors Centre   \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27145779000\\\\\\u0022\\u003e014 577 9000\\u003cbr\\u003e\\u003c/a\\u003eSterkfontein Caves   \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27116683200\\\\\\u0022\\u003e011 668 3200\\u003cbr\\u003e\\u003c/a\\u003eBlaaubank Gold Mine   \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27825673111\\\\\\u0022\\u003e082 567 3111\\u003cbr\\u003e\\u003c/a\\u003eVan Gaalen Cheese Farm   \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27122071289\\\\\\u0022\\u003e012 207 1289\\u003cbr\\u003e\\u003c/a\\u003eHartebeespoort Cableway   \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27722412654\\\\\\u0022\\u003e072 241 2654\\u003cbr\\u003e\\u003c/a\\u003eElephant Sanctuary             \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27122580423\\\\\\u0022\\u003e012 258 0423\\u003cbr\\u003e\\u003c/a\\u003eTeam Gel   \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27114622894\\\\\\u0022\\u003e011 462 2894\\u003c/a\\u003e / \\u003ca href=\\\\\\u0022tel:+27833207623\\\\\\u0022\\u003e083 320 7623\\u003c/a\\u003e\\u003cbr\\u003eMonate Citrus Kelder   \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27122580712\\\\\\u0022\\u003e012 258 0712\\u003cbr\\u003e\\u003c/a\\u003eLiving Jewels   \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27119566444\\\\\\u0022\\u003e011 956 6444\\u003cbr\\u003e\\u003c/a\\u003eBlaaubank Candle Dipping   \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27145774609\\\\\\u0022\\u003e014 577 4609\\u003cbr\\u003e\\u003c/a\\u003eVeggie Picking \\u0026amp; Strawberry Picking \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27122071116\\\\\\u0022\\u003e012 207 1116\\u003c/a\\u003e\\u0022}}]}\",\"questionLeftPaddingDesktop\":15,\"questionBottomPaddingDesktop\":15,\"answerTopPadding\":0,\"answerRightPadding\":15,\"answerBottomPadding\":15,\"answerLeftPadding\":15,\"answerTopPaddingTablet\":10,\"answerRightPaddingTablet\":10,\"answerBottomPaddingTablet\":10,\"answerLeftPaddingTablet\":10,\"answerTopPaddingMobile\":10,\"answerRightPaddingMobile\":10,\"answerBottomPaddingMobile\":10,\"answerLeftPaddingMobile\":10,\"overallBorderTopWidth\":1,\"overallBorderLeftWidth\":1,\"overallBorderRightWidth\":1,\"overallBorderBottomWidth\":1,\"overallBorderTopLeftRadius\":2,\"overallBorderTopRightRadius\":2,\"overallBorderBottomLeftRadius\":2,\"overallBorderBottomRightRadius\":2,\"overallBorderStyle\":\"none\",\"overallBorderColor\":\"#D2D2D2\"} -->\n<div class=\"wp-block-uagb-faq uagb-faq__outer-wrap uagb-block-1c7c93c5 uagb-faq-icon-row-reverse uagb-faq-layout-accordion uagb-faq-expand-first-false uagb-faq-inactive-other-true uagb-faq__wrap uagb-buttons-layout-wrap uagb-faq-equal-height\" data-faqtoggle=\"true\" role=\"tablist\"><!-- wp:uagb/faq-child {\"block_id\":\"1399e971\",\"question\":\"\\u003cstrong\\u003ePUBS / MICRO BREWERIES\\u003c/strong\\u003e\",\"answer\":\"Black Horse   \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27825613246\\u0022\\u003e082 561 3246\\u003cbr\\u003e\\u003c/a\\u003eBrauhaus am Dam   \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27878025519\\u0022\\u003e087 802 5519\\u003c/a\\u003e / \\u003ca href=\\u0022tel:+27729201742\\u0022\\u003e072 920 1742\\u003c/a\\u003e\\u003cbr\\u003eHartleys Elephant Bar   \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27145772301\\u0022\\u003e014 577 2301\\u003cbr\\u003e\\u003c/a\\u003eThatchwood Pub   \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27837091672\\u0022\\u003e083 709 1672\\u003cbr\\u003e\\u003c/a\\u003eMonate Citrus Kelder   \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27122580712\\u0022\\u003e012 258 0712\\u003c/a\\u003e\"} -->\n<div class=\"wp-block-uagb-faq-child uagb-faq-child__outer-wrap uagb-faq-item uagb-block-1399e971\" role=\"tab\" tabindex=\"0\"><div class=\"uagb-faq-questions-button uagb-faq-questions\"><span class=\"uagb-icon uagb-faq-icon-wrap\"><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 448 512\"><path d=\"M432 256c0 17.69-14.33 32.01-32 32.01H256v144c0 17.69-14.33 31.99-32 31.99s-32-14.3-32-31.99v-144H48c-17.67 0-32-14.32-32-32.01s14.33-31.99 32-31.99H192v-144c0-17.69 14.33-32.01 32-32.01s32 14.32 32 32.01v144h144C417.7 224 432 238.3 432 256z\"></path></svg></span><span class=\"uagb-icon-active uagb-faq-icon-wrap\"><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 448 512\"><path d=\"M400 288h-352c-17.69 0-32-14.32-32-32.01s14.31-31.99 32-31.99h352c17.69 0 32 14.3 32 31.99S417.7 288 400 288z\"></path></svg></span><span class=\"uagb-question\"><strong>PUBS / MICRO BREWERIES</strong></span></div><p class=\"uagb-faq-content\">Black Horse   <br><a href=\"tel:+27825613246\">082 561 3246<br></a>Brauhaus am Dam   <br><a href=\"tel:+27878025519\">087 802 5519</a> / <a href=\"tel:+27729201742\">072 920 1742</a><br>Hartleys Elephant Bar   <br><a href=\"tel:+27145772301\">014 577 2301<br></a>Thatchwood Pub   <br><a href=\"tel:+27837091672\">083 709 1672<br></a>Monate Citrus Kelder   <br><a href=\"tel:+27122580712\">012 258 0712</a></p></div>\n<!-- /wp:uagb/faq-child -->\n\n<!-- wp:uagb/faq-child {\"block_id\":\"bc95e676\",\"question\":\"\\u003cstrong\\u003eTEA GARDENS / RESTAURANTS   \\u003c/strong\\u003e\",\"answer\":\"Black Horse   \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27825613246\\u0022\\u003e082 561 3246\\u003cbr\\u003e\\u003c/a\\u003eBrauhaus am Dam   \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27878025519\\u0022\\u003e087 802 5519\\u003c/a\\u003e / \\u003ca href=\\u0022tel:+27729201742\\u0022\\u003e072 920 1742\\u003c/a\\u003e\\u003cbr\\u003eMelon Rouge   \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27796806050\\u0022\\u003e079 680 6050\\u003cbr\\u003e\\u003c/a\\u003eMount Grace Hotel   \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27145775600\\u0022\\u003e014 577 5600\\u003cbr\\u003e\\u003c/a\\u003eValley Lodge Hotel   \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27145771301\\u0022\\u003e014 577 1301\\u003cbr\\u003e\\u003c/a\\u003eLa Classique Ristorante   \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27145774006\\u0022\\u003e014 577 4006\\u003c/a\\u003e\"} -->\n<div class=\"wp-block-uagb-faq-child uagb-faq-child__outer-wrap uagb-faq-item uagb-block-bc95e676\" role=\"tab\" tabindex=\"0\"><div class=\"uagb-faq-questions-button uagb-faq-questions\"><span class=\"uagb-icon uagb-faq-icon-wrap\"><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 448 512\"><path d=\"M432 256c0 17.69-14.33 32.01-32 32.01H256v144c0 17.69-14.33 31.99-32 31.99s-32-14.3-32-31.99v-144H48c-17.67 0-32-14.32-32-32.01s14.33-31.99 32-31.99H192v-144c0-17.69 14.33-32.01 32-32.01s32 14.32 32 32.01v144h144C417.7 224 432 238.3 432 256z\"></path></svg></span><span class=\"uagb-icon-active uagb-faq-icon-wrap\"><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 448 512\"><path d=\"M400 288h-352c-17.69 0-32-14.32-32-32.01s14.31-31.99 32-31.99h352c17.69 0 32 14.3 32 31.99S417.7 288 400 288z\"></path></svg></span><span class=\"uagb-question\"><strong>TEA GARDENS / RESTAURANTS   </strong></span></div><p class=\"uagb-faq-content\">Black Horse   <br><a href=\"tel:+27825613246\">082 561 3246<br></a>Brauhaus am Dam   <br><a href=\"tel:+27878025519\">087 802 5519</a> / <a href=\"tel:+27729201742\">072 920 1742</a><br>Melon Rouge   <br><a href=\"tel:+27796806050\">079 680 6050<br></a>Mount Grace Hotel   <br><a href=\"tel:+27145775600\">014 577 5600<br></a>Valley Lodge Hotel   <br><a href=\"tel:+27145771301\">014 577 1301<br></a>La Classique Ristorante   <br><a href=\"tel:+27145774006\">014 577 4006</a></p></div>\n<!-- /wp:uagb/faq-child -->\n\n<!-- wp:uagb/faq-child {\"block_id\":\"7cb952dd\",\"question\":\"\\u003cstrong\\u003eSHOPPING\\u003c/strong\\u003e  \",\"answer\":\"If Only Antiques    \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27827878825\\u0022\\u003e082 787 8825\\u003cbr\\u003e\\u003c/a\\u003ePuss in Boots   \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27145773562\\u0022\\u003e014 577 3562\\u003c/a\\u003e\"} -->\n<div class=\"wp-block-uagb-faq-child uagb-faq-child__outer-wrap uagb-faq-item uagb-block-7cb952dd\" role=\"tab\" tabindex=\"0\"><div class=\"uagb-faq-questions-button uagb-faq-questions\"><span class=\"uagb-icon uagb-faq-icon-wrap\"><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 448 512\"><path d=\"M432 256c0 17.69-14.33 32.01-32 32.01H256v144c0 17.69-14.33 31.99-32 31.99s-32-14.3-32-31.99v-144H48c-17.67 0-32-14.32-32-32.01s14.33-31.99 32-31.99H192v-144c0-17.69 14.33-32.01 32-32.01s32 14.32 32 32.01v144h144C417.7 224 432 238.3 432 256z\"></path></svg></span><span class=\"uagb-icon-active uagb-faq-icon-wrap\"><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 448 512\"><path d=\"M400 288h-352c-17.69 0-32-14.32-32-32.01s14.31-31.99 32-31.99h352c17.69 0 32 14.3 32 31.99S417.7 288 400 288z\"></path></svg></span><span class=\"uagb-question\"><strong>SHOPPING</strong>  </span></div><p class=\"uagb-faq-content\">If Only Antiques    <br><a href=\"tel:+27827878825\">082 787 8825<br></a>Puss in Boots   <br><a href=\"tel:+27145773562\">014 577 3562</a></p></div>\n<!-- /wp:uagb/faq-child -->\n\n<!-- wp:uagb/faq-child {\"block_id\":\"4b4e5af0\",\"question\":\"\\u003cstrong\\u003eSPORTS \\u0026amp; ADVENTURE\\u003c/strong\\u003e\",\"answer\":\"Tandem Paragliding flips  \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27823221824\\u0022\\u003e0823221824\\u003c/a\\u003e\\u003cbr\\u003eMountain Sanctuary Park   \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27145340114\\u0022\\u003e014 534 0114\\u003cbr\\u003e\\u003c/a\\u003eBill Harrops Original Balloon Safaris   \\u003ca href=\\u0022tel:+27145771733\\u0022\\u003e014 577 1733\\u003c/a\\u003e / \\u003ca href=\\u0022tel:+27837520036\\u0022\\u003e083 752 0036\\u003c/a\\u003e\\u003cbr\\u003ePecanwood Golf Course   \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27122440112\\u0022\\u003e012 244 0112\\u003cbr\\u003e\\u003c/a\\u003eAir Ventures Hot Air Balloons   \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27117935782\\u0022\\u003e011 793 5782\\u003cbr\\u003e\\u003c/a\\u003eGliding   \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27835266966\\u0022\\u003e083 526 6966\\u003cbr\\u003e\\u003c/a\\u003eMagaliesberg Canopy Tours   \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27145350150\\u0022\\u003e014 535 0150\\u003cbr\\u003e\\u003c/a\\u003eWild Cave Adventures   \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27824862464\\u0022\\u003e082 486 2464\\u003cbr\\u003e\\u003c/a\\u003eMiracle Waters Dive Gateway   \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27832359840\\u0022\\u003e083 235 9840\\u003c/a\\u003e\"} -->\n<div class=\"wp-block-uagb-faq-child uagb-faq-child__outer-wrap uagb-faq-item uagb-block-4b4e5af0\" role=\"tab\" tabindex=\"0\"><div class=\"uagb-faq-questions-button uagb-faq-questions\"><span class=\"uagb-icon uagb-faq-icon-wrap\"><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 448 512\"><path d=\"M432 256c0 17.69-14.33 32.01-32 32.01H256v144c0 17.69-14.33 31.99-32 31.99s-32-14.3-32-31.99v-144H48c-17.67 0-32-14.32-32-32.01s14.33-31.99 32-31.99H192v-144c0-17.69 14.33-32.01 32-32.01s32 14.32 32 32.01v144h144C417.7 224 432 238.3 432 256z\"></path></svg></span><span class=\"uagb-icon-active uagb-faq-icon-wrap\"><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 448 512\"><path d=\"M400 288h-352c-17.69 0-32-14.32-32-32.01s14.31-31.99 32-31.99h352c17.69 0 32 14.3 32 31.99S417.7 288 400 288z\"></path></svg></span><span class=\"uagb-question\"><strong>SPORTS &amp; ADVENTURE</strong></span></div><p class=\"uagb-faq-content\">Tandem Paragliding flips  <br><a href=\"tel:+27823221824\">0823221824</a><br>Mountain Sanctuary Park   <br><a href=\"tel:+27145340114\">014 534 0114<br></a>Bill Harrops Original Balloon Safaris   <a href=\"tel:+27145771733\">014 577 1733</a> / <a href=\"tel:+27837520036\">083 752 0036</a><br>Pecanwood Golf Course   <br><a href=\"tel:+27122440112\">012 244 0112<br></a>Air Ventures Hot Air Balloons   <br><a href=\"tel:+27117935782\">011 793 5782<br></a>Gliding   <br><a href=\"tel:+27835266966\">083 526 6966<br></a>Magaliesberg Canopy Tours   <br><a href=\"tel:+27145350150\">014 535 0150<br></a>Wild Cave Adventures   <br><a href=\"tel:+27824862464\">082 486 2464<br></a>Miracle Waters Dive Gateway   <br><a href=\"tel:+27832359840\">083 235 9840</a></p></div>\n<!-- /wp:uagb/faq-child -->\n\n<!-- wp:uagb/faq-child {\"block_id\":\"e91a62c4\",\"question\":\"\\u003cstrong\\u003eHEALTH SPAS\\u003c/strong\\u003e\",\"answer\":\"Whispering Pines   \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27145771536\\u0022\\u003e014 577 1536\\u003cbr\\u003e\\u003c/a\\u003eMount Grace Spa   \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27145775600\\u0022\\u003e014 577 5600\\u003cbr\\u003e\\u003c/a\\u003eValley Lodge Spa   \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27145771301\\u0022\\u003e014 577 1301\\u003cbr\\u003e\\u003c/a\\u003eRosewell Spa   \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27145771172\\u0022\\u003e014 577 1172\\u003cbr\\u003e\\u003c/a\\u003eSparkling Waters   \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27145350019\\u0022\\u003e014 535 0019\\u003c/a\\u003e\"} -->\n<div class=\"wp-block-uagb-faq-child uagb-faq-child__outer-wrap uagb-faq-item uagb-block-e91a62c4\" role=\"tab\" tabindex=\"0\"><div class=\"uagb-faq-questions-button uagb-faq-questions\"><span class=\"uagb-icon uagb-faq-icon-wrap\"><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 448 512\"><path d=\"M432 256c0 17.69-14.33 32.01-32 32.01H256v144c0 17.69-14.33 31.99-32 31.99s-32-14.3-32-31.99v-144H48c-17.67 0-32-14.32-32-32.01s14.33-31.99 32-31.99H192v-144c0-17.69 14.33-32.01 32-32.01s32 14.32 32 32.01v144h144C417.7 224 432 238.3 432 256z\"></path></svg></span><span class=\"uagb-icon-active uagb-faq-icon-wrap\"><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 448 512\"><path d=\"M400 288h-352c-17.69 0-32-14.32-32-32.01s14.31-31.99 32-31.99h352c17.69 0 32 14.3 32 31.99S417.7 288 400 288z\"></path></svg></span><span class=\"uagb-question\"><strong>HEALTH SPAS</strong></span></div><p class=\"uagb-faq-content\">Whispering Pines   <br><a href=\"tel:+27145771536\">014 577 1536<br></a>Mount Grace Spa   <br><a href=\"tel:+27145775600\">014 577 5600<br></a>Valley Lodge Spa   <br><a href=\"tel:+27145771301\">014 577 1301<br></a>Rosewell Spa   <br><a href=\"tel:+27145771172\">014 577 1172<br></a>Sparkling Waters   <br><a href=\"tel:+27145350019\">014 535 0019</a></p></div>\n<!-- /wp:uagb/faq-child -->\n\n<!-- wp:uagb/faq-child {\"block_id\":\"e1520623\",\"question\":\"\\u003cstrong\\u003ePLACES OF INTEREST\\u003c/strong\\u003e\",\"answer\":\"Maropeng Visitors Centre   \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27145779000\\u0022\\u003e014 577 9000\\u003cbr\\u003e\\u003c/a\\u003eSterkfontein Caves   \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27116683200\\u0022\\u003e011 668 3200\\u003cbr\\u003e\\u003c/a\\u003eBlaaubank Gold Mine   \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27825673111\\u0022\\u003e082 567 3111\\u003cbr\\u003e\\u003c/a\\u003eVan Gaalen Cheese Farm   \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27122071289\\u0022\\u003e012 207 1289\\u003cbr\\u003e\\u003c/a\\u003eHartebeespoort Cableway   \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27722412654\\u0022\\u003e072 241 2654\\u003cbr\\u003e\\u003c/a\\u003eElephant Sanctuary             \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27122580423\\u0022\\u003e012 258 0423\\u003cbr\\u003e\\u003c/a\\u003eTeam Gel   \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27114622894\\u0022\\u003e011 462 2894\\u003c/a\\u003e / \\u003ca href=\\u0022tel:+27833207623\\u0022\\u003e083 320 7623\\u003c/a\\u003e\\u003cbr\\u003eMonate Citrus Kelder   \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27122580712\\u0022\\u003e012 258 0712\\u003cbr\\u003e\\u003c/a\\u003eLiving Jewels   \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27119566444\\u0022\\u003e011 956 6444\\u003cbr\\u003e\\u003c/a\\u003eBlaaubank Candle Dipping   \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27145774609\\u0022\\u003e014 577 4609\\u003cbr\\u003e\\u003c/a\\u003eVeggie Picking \\u0026amp; Strawberry Picking \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27122071116\\u0022\\u003e012 207 1116\\u003c/a\\u003e\"} -->\n<div class=\"wp-block-uagb-faq-child uagb-faq-child__outer-wrap uagb-faq-item uagb-block-e1520623\" role=\"tab\" tabindex=\"0\"><div class=\"uagb-faq-questions-button uagb-faq-questions\"><span class=\"uagb-icon uagb-faq-icon-wrap\"><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 448 512\"><path d=\"M432 256c0 17.69-14.33 32.01-32 32.01H256v144c0 17.69-14.33 31.99-32 31.99s-32-14.3-32-31.99v-144H48c-17.67 0-32-14.32-32-32.01s14.33-31.99 32-31.99H192v-144c0-17.69 14.33-32.01 32-32.01s32 14.32 32 32.01v144h144C417.7 224 432 238.3 432 256z\"></path></svg></span><span class=\"uagb-icon-active uagb-faq-icon-wrap\"><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 448 512\"><path d=\"M400 288h-352c-17.69 0-32-14.32-32-32.01s14.31-31.99 32-31.99h352c17.69 0 32 14.3 32 31.99S417.7 288 400 288z\"></path></svg></span><span class=\"uagb-question\"><strong>PLACES OF INTEREST</strong></span></div><p class=\"uagb-faq-content\">Maropeng Visitors Centre   <br><a href=\"tel:+27145779000\">014 577 9000<br></a>Sterkfontein Caves   <br><a href=\"tel:+27116683200\">011 668 3200<br></a>Blaaubank Gold Mine   <br><a href=\"tel:+27825673111\">082 567 3111<br></a>Van Gaalen Cheese Farm   <br><a href=\"tel:+27122071289\">012 207 1289<br></a>Hartebeespoort Cableway   <br><a href=\"tel:+27722412654\">072 241 2654<br></a>Elephant Sanctuary             <br><a href=\"tel:+27122580423\">012 258 0423<br></a>Team Gel   <br><a href=\"tel:+27114622894\">011 462 2894</a> / <a href=\"tel:+27833207623\">083 320 7623</a><br>Monate Citrus Kelder   <br><a href=\"tel:+27122580712\">012 258 0712<br></a>Living Jewels   <br><a href=\"tel:+27119566444\">011 956 6444<br></a>Blaaubank Candle Dipping   <br><a href=\"tel:+27145774609\">014 577 4609<br></a>Veggie Picking &amp; Strawberry Picking <br><a href=\"tel:+27122071116\">012 207 1116</a></p></div>\n<!-- /wp:uagb/faq-child --></div>\n<!-- /wp:uagb/faq --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"8d2ffb74\",\"innerContentCustomWidthDesktop\":781,\"innerContentCustomWidthTablet\":781,\"backgroundType\":\"image\",\"backgroundImageDesktop\":{\"id\":907,\"title\":\"241565_xl\",\"filename\":\"241565_xl.jpg\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/241565_xl.jpg\",\"link\":\"https://blueroan.netgen.cloud/home/241565_xl/\",\"alt\":\"\",\"author\":\"2\",\"description\":\"\",\"caption\":\"\",\"name\":\"241565_xl\",\"status\":\"inherit\",\"uploadedTo\":760,\"date\":\"2022-12-13T15:04:35.000Z\",\"modified\":\"2022-12-13T15:04:35.000Z\",\"menuOrder\":0,\"mime\":\"image/jpeg\",\"type\":\"image\",\"subtype\":\"jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-includes/images/media/default.png\",\"dateFormatted\":\"December 13, 2022\",\"nonces\":{\"update\":\"8ba15922a4\",\"delete\":\"e660ddd200\",\"edit\":\"57c3a4b066\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=907\\u0026action=edit\",\"meta\":false,\"authorName\":\"Netgen Support\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/profile.php\",\"uploadedToTitle\":\"Home\",\"uploadedToLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=760\\u0026action=edit\",\"filesizeInBytes\":90717,\"filesizeHumanReadable\":\"89 KB\",\"context\":\"\",\"height\":534,\"width\":800,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/241565_xl-150x150.jpg\",\"orientation\":\"landscape\"},\"medium\":{\"height\":200,\"width\":300,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/241565_xl-300x200.jpg\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/241565_xl.jpg\",\"height\":534,\"width\":800,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"backgroundImageColor\":\"rgba(42,42,42,0.65)\",\"topPaddingDesktop\":144,\"bottomPaddingDesktop\":144,\"leftPaddingDesktop\":40,\"rightPaddingDesktop\":40,\"topPaddingTablet\":80,\"bottomPaddingTablet\":80,\"leftPaddingTablet\":40,\"rightPaddingTablet\":40,\"topPaddingMobile\":64,\"bottomPaddingMobile\":64,\"leftPaddingMobile\":24,\"rightPaddingMobile\":24,\"paddingLink\":false,\"variationSelected\":true,\"isBlockRootParent\":true,\"overlayType\":\"color\"} -->\n<div class=\"wp-block-uagb-container uagb-block-8d2ffb74 alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/advanced-heading {\"block_id\":\"f3c85a15\",\"classMigrate\":true,\"headingDescToggle\":true,\"headingAlign\":\"center\",\"headingColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"subHeadingColor\":\"var(\\u002d\\u002dast-global-color-4)\",\"headSpace\":20} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-f3c85a15\"><h2 class=\"uagb-heading-text\">Create Memorable Moments at Blue Roan!</h2><p class=\"uagb-desc-text\">Blue Roan is a 4-star graded pet-friendly venue</p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/advanced-heading {\"block_id\":\"02e6c734\",\"classMigrate\":true,\"headingTitleToggle\":false,\"headingDescToggle\":true,\"headingAlign\":\"center\",\"subHeadingColor\":\"var(\\u002d\\u002dast-global-color-4)\",\"subHeadTransform\":\"uppercase\",\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"subHeadLetterSpacing\":2,\"blockTopPadding\":60,\"blockRightPadding\":0,\"blockLeftPadding\":0,\"blockBottomPadding\":0,\"blockTopPaddingMobile\":30,\"blockRightPaddingMobile\":0,\"blockLeftPaddingMobile\":0,\"blockBottomPaddingMobile\":0,\"linkColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"linkHColor\":\"var(\\u002d\\u002dast-global-color-0)\"} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-02e6c734\"><p class=\"uagb-desc-text\"><a href=\"https://book.nightsbridge.com/11065\" target=\"_blank\" rel=\"noreferrer noopener\">BOOK YOUR STAY NOW​</a></p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/icon-list {\"block_id\":\"01b24c23\",\"classMigrate\":true,\"childMigrate\":true,\"align\":\"center\",\"parentIcon\":\"phone\",\"size\":40,\"sizeMobile\":24,\"sizeTablet\":32,\"fontSize\":48,\"fontSizeMobile\":28,\"fontSizeTablet\":40,\"fontWeight\":\"600\",\"iconColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"labelColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"blockTopPadding\":0,\"blockRightPadding\":0,\"blockLeftPadding\":0,\"blockBottomPadding\":24,\"blockPaddingLink\":false} -->\n<div class=\"wp-block-uagb-icon-list uagb-block-01b24c23\"><div class=\"uagb-icon-list__wrap\"><!-- wp:uagb/icon-list-child {\"block_id\":\"935b9863\",\"label\":\"+ 27 (0) 82 575 5409\",\"label_color\":\"\",\"link\":\"tel:+27825755409\",\"disableLink\":true,\"fromParentIcon\":\"phone\",\"imageSizeChild\":40} -->\n<div class=\"wp-block-uagb-icon-list-child uagb-block-935b9863\"><a target=\"_self\" aria-label=\"+ 27 (0) 82 575 5409\" rel=\"noopener noreferrer\" href=\"tel:+27825755409\"> </a><span class=\"uagb-icon-list__source-wrap\"><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M511.2 387l-23.25 100.8c-3.266 14.25-15.79 24.22-30.46 24.22C205.2 512 0 306.8 0 54.5c0-14.66 9.969-27.2 24.22-30.45l100.8-23.25C139.7-2.602 154.7 5.018 160.8 18.92l46.52 108.5c5.438 12.78 1.77 27.67-8.98 36.45L144.5 207.1c33.98 69.22 90.26 125.5 159.5 159.5l44.08-53.8c8.688-10.78 23.69-14.51 36.47-8.975l108.5 46.51C506.1 357.2 514.6 372.4 511.2 387z\"></path></svg></span><span class=\"uagb-icon-list__label\">+ 27 (0) 82 575 5409</span></div>\n<!-- /wp:uagb/icon-list-child -->\n\n<!-- wp:uagb/icon-list-child {\"block_id\":\"56345d5d\",\"label\":\" blueroan@ugo.co.za\",\"icon\":\"envelope\",\"label_color\":\"\",\"link\":\"mailto: blueroan@ugo.co.za\",\"disableLink\":true} -->\n<div class=\"wp-block-uagb-icon-list-child uagb-block-56345d5d\"><a target=\"_self\" aria-label=\" blueroan@ugo.co.za\" rel=\"noopener noreferrer\" href=\"mailto:blueroan@ugo.co.za\"> </a><span class=\"uagb-icon-list__source-wrap\"><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M464 64C490.5 64 512 85.49 512 112C512 127.1 504.9 141.3 492.8 150.4L275.2 313.6C263.8 322.1 248.2 322.1 236.8 313.6L19.2 150.4C7.113 141.3 0 127.1 0 112C0 85.49 21.49 64 48 64H464zM217.6 339.2C240.4 356.3 271.6 356.3 294.4 339.2L512 176V384C512 419.3 483.3 448 448 448H64C28.65 448 0 419.3 0 384V176L217.6 339.2z\"></path></svg></span><span class=\"uagb-icon-list__label\"> blueroan@ugo.co.za</span></div>\n<!-- /wp:uagb/icon-list-child --></div></div>\n<!-- /wp:uagb/icon-list --></div></div>\n<!-- /wp:uagb/container -->',	'Amenities',	'',	'inherit',	'closed',	'closed',	'',	'762-revision-v1',	'',	'',	'2022-12-19 14:25:38',	'2022-12-19 14:25:38',	'',	762,	'https://blueroan.netgen.cloud/?p=1356',	0,	'revision',	'',	0),
(1357,	2,	'2022-12-19 14:26:06',	'2022-12-19 14:26:06',	'<!-- wp:uagb/container {\"block_id\":\"d1e00423\",\"backgroundType\":\"image\",\"backgroundImageDesktop\":{\"id\":1007,\"title\":\"AAEAAQAAAAAAAAAAAAAAJDg5NmY0ZGUxLWE4MTgtNDY5NC1iODFhLTBmN2Q0ZDc5ZWFiNw-1\",\"filename\":\"AAEAAQAAAAAAAAAAAAAAJDg5NmY0ZGUxLWE4MTgtNDY5NC1iODFhLTBmN2Q0ZDc5ZWFiNw-1.png\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAAJDg5NmY0ZGUxLWE4MTgtNDY5NC1iODFhLTBmN2Q0ZDc5ZWFiNw-1.png\",\"link\":\"https://blueroan.netgen.cloud/the-barn/aaeaaqaaaaaaaaaaaaaajdg5nmy0zguxlwe4mtgtndy5nc1iodfhltbmn2q0zdc5zwfinw-1/\",\"alt\":\"\",\"author\":\"2\",\"description\":\"\",\"caption\":\"\",\"name\":\"aaeaaqaaaaaaaaaaaaaajdg5nmy0zguxlwe4mtgtndy5nc1iodfhltbmn2q0zdc5zwfinw-1\",\"status\":\"inherit\",\"uploadedTo\":948,\"date\":\"2022-12-14T10:50:25.000Z\",\"modified\":\"2022-12-14T10:50:25.000Z\",\"menuOrder\":0,\"mime\":\"image/png\",\"type\":\"image\",\"subtype\":\"png\",\"icon\":\"https://blueroan.netgen.cloud/wp-includes/images/media/default.png\",\"dateFormatted\":\"December 14, 2022\",\"nonces\":{\"update\":\"483f8bdf3d\",\"delete\":\"0a7ebc92ef\",\"edit\":\"6bc1c6a685\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=1007\\u0026action=edit\",\"meta\":false,\"authorName\":\"Netgen Support\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/profile.php\",\"uploadedToTitle\":\"The Barn\",\"uploadedToLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=948\\u0026action=edit\",\"filesizeInBytes\":1348989,\"filesizeHumanReadable\":\"1 MB\",\"context\":\"\",\"height\":667,\"width\":1000,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAAJDg5NmY0ZGUxLWE4MTgtNDY5NC1iODFhLTBmN2Q0ZDc5ZWFiNw-1-150x150.png\",\"orientation\":\"landscape\"},\"medium\":{\"height\":200,\"width\":300,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAAJDg5NmY0ZGUxLWE4MTgtNDY5NC1iODFhLTBmN2Q0ZDc5ZWFiNw-1-300x200.png\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAAJDg5NmY0ZGUxLWE4MTgtNDY5NC1iODFhLTBmN2Q0ZDc5ZWFiNw-1.png\",\"height\":667,\"width\":1000,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"backgroundPositionDesktop\":{\"x\":0.61,\"y\":0.52},\"backgroundSizeTablet\":\"cover\",\"backgroundSizeMobile\":\"cover\",\"backgroundColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"backgroundImageColor\":\"rgba(42,42,42,0.5)\",\"topPaddingDesktop\":220,\"bottomPaddingDesktop\":150,\"topPaddingTablet\":170,\"bottomPaddingTablet\":160,\"leftPaddingTablet\":30,\"rightPaddingTablet\":30,\"topPaddingMobile\":180,\"bottomPaddingMobile\":80,\"leftPaddingMobile\":20,\"rightPaddingMobile\":20,\"paddingLink\":false,\"variationSelected\":true,\"isBlockRootParent\":true,\"overlayType\":\"color\"} -->\n<div class=\"wp-block-uagb-container uagb-block-d1e00423 alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/advanced-heading {\"block_id\":\"cb0dbe7f\",\"classMigrate\":true,\"headingDescToggle\":true,\"headingColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"subHeadingColor\":\"var(\\u002d\\u002dast-global-color-4)\",\"headingTag\":\"h1\",\"headSpace\":20,\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"blockTopPadding\":0,\"blockRightPadding\":50,\"blockLeftPadding\":0,\"blockBottomPadding\":0,\"blockTopPaddingTablet\":0,\"blockRightPaddingTablet\":20,\"blockLeftPaddingTablet\":0,\"blockBottomPaddingTablet\":0,\"blockTopPaddingMobile\":0,\"blockRightPaddingMobile\":0,\"blockLeftPaddingMobile\":0,\"blockBottomPaddingMobile\":0,\"blockPaddingUnit\":\"%\",\"blockPaddingUnitTablet\":\"%\"} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-cb0dbe7f\"><h1 class=\"uagb-heading-text\">Amenities &amp; Interests​</h1><p class=\"uagb-desc-text\">We do not give you just rooms to stay in. We give you an environment where you can experience the best while on a holiday with us. </p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:buttons -->\n<div class=\"wp-block-buttons\"><!-- wp:button -->\n<div class=\"wp-block-button\"><a class=\"wp-block-button__link wp-element-button\" href=\"https://book.nightsbridge.com/11065\" target=\"_blank\" rel=\"noreferrer noopener\">BOOK NOW</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"69f9cf5b\",\"backgroundType\":\"color\",\"backgroundSizeTablet\":\"cover\",\"backgroundSizeMobile\":\"cover\",\"backgroundColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"topPaddingDesktop\":50,\"bottomPaddingDesktop\":100,\"topPaddingTablet\":50,\"bottomPaddingTablet\":25,\"leftPaddingTablet\":20,\"rightPaddingTablet\":20,\"topPaddingMobile\":50,\"bottomPaddingMobile\":20,\"leftPaddingMobile\":20,\"rightPaddingMobile\":20,\"paddingLink\":false,\"variationSelected\":true,\"rowGapDesktop\":0,\"isBlockRootParent\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-69f9cf5b alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/container {\"block_id\":\"c4fc3528\",\"directionDesktop\":\"row\",\"alignItemsTablet\":\"flex-start\",\"paddingLink\":false,\"topMarginDesktop\":50,\"bottomMarginDesktop\":20,\"leftMarginDesktop\":0,\"rightMarginDesktop\":0,\"marginLink\":false,\"variationSelected\":true,\"rowGapMobile\":65,\"columnGapDesktop\":48,\"columnGapTablet\":20} -->\n<div class=\"wp-block-uagb-container uagb-block-c4fc3528\"><!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"align\":\"center\",\"id\":828,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image aligncenter size-full\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Blue-Roan-pool.png\" alt=\"Blue Roan\'s rock pool\" class=\"wp-image-828\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>A relaxing rock Pool​</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>We have a lovely sparkling blue rock pool next to a thatched Lapa. &nbsp;&nbsp;Lie on recliners on the green lawn or sit on the swing chair in the Lapa and enjoy the panoramic view of the Magaliesberg mountain range.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":829,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/img-20160605-wa0002-largejpg.png\" alt=\"\" class=\"wp-image-829\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>Braai facilities </h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>What can compare to a burning fire under the star-lit African sky? Nothing beats the flavor of cooking over an open flame.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":1354,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Games-Room.png\" alt=\"\" class=\"wp-image-1354\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>A games room </h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>The reception is also a games room for those who enjoy darts or playing pool. &nbsp;Take a selection of DVDs back to your room and watch movies on your own DVD player. &nbsp;There is also a selection of board games and music CDs that you can borrow.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"align\":\"center\",\"id\":1198,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image aligncenter size-full\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/eyJidWNrZXQiOiJhc3NldHMuYWxsdHJhaWxzLmNvbSIsImtleSI6InVwbG9hZHMvcGhvdG8vaW1hZ2UvNDMxNzk4MTAvYjZkYTAz-1.png\" alt=\"\" class=\"wp-image-1198\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>Walking or hiking </h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>There is a well-kept walking trail on our property with plenty of bird life and some benches along the way. &nbsp;It is safe for dogs to run off-leash as it is completely fenced all around. &nbsp;For those who enjoy long walks and hikes, it is safe to cross onto neighbouring farms and go as far as the eye can see.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":1185,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/49089607_1950305445047847_5177863042771189760_n.png\" alt=\"\" class=\"wp-image-1185\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>Mountain biking </h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Bring your mountain bikes and explore the surrounding countryside on safe off-road tracks on our property and on neighbouring farms.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":1196,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Michelle_1.png\" alt=\"\" class=\"wp-image-1196\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>Horse riding </h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Interested riders can book at one of the recommended horse-riding establishments listed further down this page.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"0e6fefb7\",\"innerContentWidth\":\"alignfull\",\"directionDesktop\":\"row\",\"wrapTablet\":\"wrap\",\"variationSelected\":true,\"rowGapTablet\":0,\"columnGapDesktop\":0,\"isBlockRootParent\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-0e6fefb7 alignfull uagb-is-root-container\"><!-- wp:uagb/container {\"block_id\":\"fdb7face\",\"widthDesktop\":25,\"widthTablet\":50,\"variationSelected\":true,\"widthSetByUser\":true,\"UAGHideMob\":true,\"UAGResponsiveConditions\":true} -->\n<div class=\"wp-block-uagb-container uag-hide-mob uagb-block-fdb7face\"><!-- wp:uagb/image {\"block_id\":\"dad05dd7\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-18-1-1024x768.jpg\",\"id\":1208,\"linkDestination\":\"none\",\"width\":480,\"height\":500,\"naturalWidth\":1024,\"naturalHeight\":768,\"sizeSlug\":\"large\",\"sizeSlugTablet\":\"large\",\"sizeSlugMobile\":\"large\",\"customHeightSetDesktop\":true} -->\n<div class=\"wp-block-uagb-image uagb-block-dad05dd7 wp-block-uagb-image--layout-default wp-block-uagb-image--effect-static wp-block-uagb-image--align-none\"><figure class=\"wp-block-uagb-image__figure\"><img srcset=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-18-1-1024x768.jpg \" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-18-1-1024x768.jpg\" alt=\"\" class=\"uag-image-1208\" width=\"480\" height=\"500\" title=\"\" loading=\"lazy\"/></figure></div>\n<!-- /wp:uagb/image --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"c3440acf\",\"widthDesktop\":25,\"widthTablet\":50,\"variationSelected\":true,\"widthSetByUser\":true,\"UAGHideMob\":true,\"UAGResponsiveConditions\":true} -->\n<div class=\"wp-block-uagb-container uag-hide-mob uagb-block-c3440acf\"><!-- wp:uagb/image {\"block_id\":\"886872f1\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Blue-Roan-pool-1.png\",\"id\":1210,\"linkDestination\":\"none\",\"width\":480,\"height\":500,\"naturalWidth\":370,\"naturalHeight\":440,\"sizeSlug\":\"full\",\"sizeSlugTablet\":\"full\",\"sizeSlugMobile\":\"full\",\"customHeightSetDesktop\":true} -->\n<div class=\"wp-block-uagb-image uagb-block-886872f1 wp-block-uagb-image--layout-default wp-block-uagb-image--effect-static wp-block-uagb-image--align-none\"><figure class=\"wp-block-uagb-image__figure\"><img srcset=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Blue-Roan-pool-1.png \" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Blue-Roan-pool-1.png\" alt=\"\" class=\"uag-image-1210\" width=\"480\" height=\"500\" title=\"\" loading=\"lazy\"/></figure></div>\n<!-- /wp:uagb/image --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"c9375b4d\",\"widthDesktop\":50,\"widthTablet\":100,\"variationSelected\":true,\"columnGapDesktop\":20,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-c9375b4d\"><!-- wp:uagb/image {\"block_id\":\"23cd3dd8\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/the-view-from-my-rooms-1024x768.jpg\",\"id\":1211,\"linkDestination\":\"none\",\"width\":960,\"height\":500,\"naturalWidth\":1024,\"naturalHeight\":768,\"sizeSlug\":\"large\",\"sizeSlugTablet\":\"large\",\"sizeSlugMobile\":\"large\",\"customHeightSetDesktop\":true} -->\n<div class=\"wp-block-uagb-image uagb-block-23cd3dd8 wp-block-uagb-image--layout-default wp-block-uagb-image--effect-static wp-block-uagb-image--align-none\"><figure class=\"wp-block-uagb-image__figure\"><img srcset=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/the-view-from-my-rooms-1024x768.jpg \" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/the-view-from-my-rooms-1024x768.jpg\" alt=\"\" class=\"uag-image-1211\" width=\"960\" height=\"500\" title=\"\" loading=\"lazy\"/></figure></div>\n<!-- /wp:uagb/image --></div>\n<!-- /wp:uagb/container --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"e2f2130f\",\"innerContentWidth\":\"alignfull\",\"directionDesktop\":\"row\",\"wrapTablet\":\"wrap\",\"variationSelected\":true,\"rowGapTablet\":0,\"columnGapDesktop\":0,\"isBlockRootParent\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-e2f2130f alignfull uagb-is-root-container\"><!-- wp:uagb/container {\"block_id\":\"2a1ded6b\",\"widthDesktop\":50,\"widthTablet\":100,\"variationSelected\":true,\"columnGapDesktop\":20,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-2a1ded6b\"><!-- wp:uagb/image {\"block_id\":\"3a736c6e\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAAJDI0ZWY4NDc1LThjYjYtNDM3YS1iOTliLWNmOWQxYTJkMWU5MQ-1.png\",\"id\":1213,\"linkDestination\":\"none\",\"width\":960,\"height\":500,\"naturalWidth\":1000,\"naturalHeight\":667,\"sizeSlug\":\"full\",\"sizeSlugTablet\":\"full\",\"sizeSlugMobile\":\"full\",\"customHeightSetDesktop\":true} -->\n<div class=\"wp-block-uagb-image uagb-block-3a736c6e wp-block-uagb-image--layout-default wp-block-uagb-image--effect-static wp-block-uagb-image--align-none\"><figure class=\"wp-block-uagb-image__figure\"><img srcset=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAAJDI0ZWY4NDc1LThjYjYtNDM3YS1iOTliLWNmOWQxYTJkMWU5MQ-1.png \" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAAJDI0ZWY4NDc1LThjYjYtNDM3YS1iOTliLWNmOWQxYTJkMWU5MQ-1.png\" alt=\"\" class=\"uag-image-1213\" width=\"960\" height=\"500\" title=\"\" loading=\"lazy\"/></figure></div>\n<!-- /wp:uagb/image --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"0fc052a1\",\"widthDesktop\":25,\"variationSelected\":true,\"widthSetByUser\":true,\"UAGHideMob\":true,\"UAGResponsiveConditions\":true} -->\n<div class=\"wp-block-uagb-container uag-hide-mob uagb-block-0fc052a1\"><!-- wp:uagb/image {\"block_id\":\"52a06e52\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/bird-1-1024x683.jpg\",\"id\":1215,\"linkDestination\":\"none\",\"width\":480,\"height\":500,\"naturalWidth\":1024,\"naturalHeight\":683,\"sizeSlug\":\"large\",\"sizeSlugTablet\":\"large\",\"sizeSlugMobile\":\"large\",\"customHeightSetDesktop\":true} -->\n<div class=\"wp-block-uagb-image uagb-block-52a06e52 wp-block-uagb-image--layout-default wp-block-uagb-image--effect-static wp-block-uagb-image--align-none\"><figure class=\"wp-block-uagb-image__figure\"><img srcset=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/bird-1-1024x683.jpg \" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/bird-1-1024x683.jpg\" alt=\"\" class=\"uag-image-1215\" width=\"480\" height=\"500\" title=\"\" loading=\"lazy\"/></figure></div>\n<!-- /wp:uagb/image --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"67e9df9d\",\"widthDesktop\":25,\"variationSelected\":true,\"widthSetByUser\":true,\"UAGHideMob\":true,\"UAGResponsiveConditions\":true} -->\n<div class=\"wp-block-uagb-container uag-hide-mob uagb-block-67e9df9d\"><!-- wp:uagb/image {\"block_id\":\"f14feb8c\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/two-happy-boxers-1024x768.jpg\",\"id\":1216,\"linkDestination\":\"none\",\"width\":480,\"height\":500,\"naturalWidth\":1024,\"naturalHeight\":768,\"sizeSlug\":\"large\",\"sizeSlugTablet\":\"large\",\"sizeSlugMobile\":\"large\",\"customHeightSetDesktop\":true} -->\n<div class=\"wp-block-uagb-image uagb-block-f14feb8c wp-block-uagb-image--layout-default wp-block-uagb-image--effect-static wp-block-uagb-image--align-none\"><figure class=\"wp-block-uagb-image__figure\"><img srcset=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/two-happy-boxers-1024x768.jpg \" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/two-happy-boxers-1024x768.jpg\" alt=\"\" class=\"uag-image-1216\" width=\"480\" height=\"500\" title=\"\" loading=\"lazy\"/></figure></div>\n<!-- /wp:uagb/image --></div>\n<!-- /wp:uagb/container --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"947ab188\",\"backgroundType\":\"color\",\"backgroundSizeTablet\":\"cover\",\"backgroundSizeMobile\":\"cover\",\"backgroundColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"topPaddingDesktop\":120,\"bottomPaddingDesktop\":0,\"topPaddingTablet\":80,\"bottomPaddingTablet\":80,\"leftPaddingTablet\":30,\"rightPaddingTablet\":30,\"topPaddingMobile\":80,\"bottomPaddingMobile\":80,\"leftPaddingMobile\":20,\"rightPaddingMobile\":20,\"paddingLink\":false,\"variationSelected\":true,\"rowGapDesktop\":0,\"rowGapTablet\":0,\"isBlockRootParent\":true} -->\n<div id=\"nearby-visits\" class=\"wp-block-uagb-container uagb-block-947ab188 alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/container {\"block_id\":\"89985b80\",\"directionDesktop\":\"row\",\"alignItemsDesktop\":\"flex-end\",\"alignItemsTablet\":\"flex-end\",\"justifyContentDesktop\":\"flex-end\",\"justifyContentTablet\":\"space-between\",\"variationSelected\":true,\"rowGapMobile\":30,\"columnGapDesktop\":0} -->\n<div class=\"wp-block-uagb-container uagb-block-89985b80\"><!-- wp:uagb/advanced-heading {\"block_id\":\"c81f7d4c\",\"classMigrate\":true,\"headingDescToggle\":true,\"subHeadingColor\":\"\",\"headSpace\":20,\"subHeadFontSize\":16} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-c81f7d4c\"><h2 class=\"uagb-heading-text\">Things to do in the area of Magaliesburg<br></h2><p class=\"uagb-desc-text\">Looking for more? Well, we believe that every guest walks into our lodge for the best experience. And, we are determined to do that.</p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/buttons {\"block_id\":\"0accaecf\",\"classMigrate\":true,\"childMigrate\":true,\"align\":\"right\",\"alignTablet\":\"right\",\"alignMobile\":\"left\",\"gap\":0} -->\n<div class=\"wp-block-uagb-buttons uagb-buttons__outer-wrap uagb-btn__default-btn uagb-btn-tablet__default-btn uagb-btn-mobile__default-btn uagb-block-0accaecf\"><div class=\"uagb-buttons__wrap uagb-buttons-layout-wrap\"><!-- wp:uagb/buttons-child {\"block_id\":\"b0e2a2c9\",\"label\":\"Reservations\",\"link\":\"https://book.nightsbridge.com/11065\",\"hColor\":\"\",\"opensInNewTab\":true,\"borderWidth\":\"\",\"borderRadius\":\"\",\"borderStyle\":\"\",\"borderColor\":\"\",\"borderHColor\":\"\",\"btnBorderTopWidth\":1,\"btnBorderLeftWidth\":1,\"btnBorderRightWidth\":1,\"btnBorderBottomWidth\":1,\"btnBorderTopLeftRadius\":2,\"btnBorderTopRightRadius\":2,\"btnBorderBottomLeftRadius\":2,\"btnBorderBottomRightRadius\":2,\"btnBorderStyle\":\"solid\",\"btnBorderColor\":\"#333\",\"btnBorderHColor\":\"#333\"} -->\n<div class=\"wp-block-uagb-buttons-child uagb-buttons__outer-wrap uagb-block-b0e2a2c9 wp-block-button is-style-outline\"><div class=\"uagb-button__wrapper\"><a class=\"uagb-buttons-repeater wp-block-button__link\" href=\"https://book.nightsbridge.com/11065\" rel=\"follow noopener\" target=\"_blank\"><div class=\"uagb-button__link\">Reservations</div></a></div></div>\n<!-- /wp:uagb/buttons-child --></div></div>\n<!-- /wp:uagb/buttons --></div>\n<!-- /wp:uagb/container --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"375d73ea\",\"backgroundType\":\"color\",\"backgroundSizeTablet\":\"cover\",\"backgroundSizeMobile\":\"cover\",\"backgroundColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"topPaddingDesktop\":50,\"bottomPaddingDesktop\":100,\"topPaddingTablet\":50,\"bottomPaddingTablet\":25,\"leftPaddingTablet\":20,\"rightPaddingTablet\":20,\"topPaddingMobile\":50,\"bottomPaddingMobile\":20,\"leftPaddingMobile\":20,\"rightPaddingMobile\":20,\"paddingLink\":false,\"variationSelected\":true,\"rowGapDesktop\":0,\"isBlockRootParent\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-375d73ea alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/container {\"block_id\":\"ed2858ab\",\"directionDesktop\":\"row\",\"alignItemsTablet\":\"flex-start\",\"paddingLink\":false,\"topMarginDesktop\":50,\"bottomMarginDesktop\":20,\"leftMarginDesktop\":0,\"rightMarginDesktop\":0,\"marginLink\":false,\"variationSelected\":true,\"rowGapMobile\":65,\"columnGapDesktop\":48,\"columnGapTablet\":20} -->\n<div class=\"wp-block-uagb-container uagb-block-ed2858ab\"><!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"align\":\"center\",\"id\":1222,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image aligncenter size-full\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/41b46e52d7427ea1f6f135454e9a012f.png\" alt=\"\" class=\"wp-image-1222\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"textAlign\":\"center\",\"level\":3} -->\n<h3 class=\"has-text-align-center\">Fishing </h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>The dam has trout (stocked), bass, vlei Kuper and carp. Fly fishers seeking a unique challenge visit our establishment in search of the large &amp; small scale Yellow fish.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:buttons -->\n<div class=\"wp-block-buttons\"><!-- wp:button {\"align\":\"left\"} -->\n<div class=\"wp-block-button alignleft\"><a class=\"wp-block-button__link wp-element-button\" href=\"https://www.sundowner.co.za/rooms/magalies-barbus-haven/\" target=\"_blank\" rel=\"noreferrer noopener\">Barbus Haven</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons -->\n\n<!-- wp:paragraph -->\n<p>The opportunity to fish for Rainbow Trout or the elusive Brown Trout. Kingfisher offers rod hires at their venue. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:buttons -->\n<div class=\"wp-block-buttons\"><!-- wp:button {\"align\":\"left\"} -->\n<div class=\"wp-block-button alignleft\"><a class=\"wp-block-button__link wp-element-button\" href=\"https://www.thekingfisherlodge.co.za/activities/\" target=\"_blank\" rel=\"noreferrer noopener\">Kingfisher</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":1235,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Maseke-MTB-MvZ-3-1024x683-1.png\" alt=\"\" class=\"wp-image-1235\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>Mountain biking </h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>It is a privately owned nature reserve that offers mountain biking.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:spacer {\"height\":\"20px\"} -->\n<div style=\"height:20px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:buttons -->\n<div class=\"wp-block-buttons\"><!-- wp:button -->\n<div class=\"wp-block-button\"><a class=\"wp-block-button__link wp-element-button\" href=\"http://ingwebushcamp.yolasite.com/\" target=\"_blank\" rel=\"noreferrer noopener\">Ingwe Bush Camp&nbsp;</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons -->\n\n<!-- wp:paragraph -->\n<p>With over 80km of trails, Van Gaalen&nbsp;has something to offer for every kind of athlete, from beginner to advanced.<br></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:buttons -->\n<div class=\"wp-block-buttons\"><!-- wp:button -->\n<div class=\"wp-block-button\"><a class=\"wp-block-button__link wp-element-button\" href=\"https://www.vangaalen.co.za/products\" target=\"_blank\" rel=\"noreferrer noopener\">Van Gaalen\'s</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":1339,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/activity_2209_280316_original-3.png\" alt=\"\" class=\"wp-image-1339\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>Quad biking </h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>We have quads suitable for kiddies, tweens, teens, and adults. We have mini quads and fully automatic 150cc quads.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:spacer {\"height\":\"2px\"} -->\n<div style=\"height:2px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:buttons -->\n<div class=\"wp-block-buttons\"><!-- wp:button -->\n<div class=\"wp-block-button\"><a class=\"wp-block-button__link wp-element-button\" href=\"https://www.saddlecreekadventures.co.za/activity/quad-biking/\" target=\"_blank\" rel=\"noreferrer noopener\">Saddle Creek Ranch</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons -->\n\n<!-- wp:paragraph -->\n<p>A 700-meter monster track, the longest and most exciting track in Gauteng!</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:spacer {\"height\":\"2px\"} -->\n<div style=\"height:2px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:buttons -->\n<div class=\"wp-block-buttons\"><!-- wp:button -->\n<div class=\"wp-block-button\"><a class=\"wp-block-button__link wp-element-button\" href=\"http://www.swartkrans.co.za/\" target=\"_blank\" rel=\"noreferrer noopener\">Swartkrans Go-Karting&nbsp;</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"align\":\"center\",\"id\":1196,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image aligncenter size-full\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Michelle_1.png\" alt=\"\" class=\"wp-image-1196\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>Horse riding </h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Join us for an unforgettable horse riding experience in the peaceful countryside, with beautiful mountain scenery and lovely bush trails.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:buttons -->\n<div class=\"wp-block-buttons\"><!-- wp:button -->\n<div class=\"wp-block-button\"><a class=\"wp-block-button__link wp-element-button\" href=\"https://www.saddlecreekadventures.co.za/activity/horse-riding/\" target=\"_blank\" rel=\"noreferrer noopener\">Saddle Creek Ranch</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":1342,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Askari-Game-Lodge-Spa-Wildlife-Giraffe.png\" alt=\"\" class=\"wp-image-1342\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>Game drives </h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Enjoy a thrilling and educational adventure with our experienced guides.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:spacer {\"height\":\"2px\"} -->\n<div style=\"height:2px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:buttons -->\n<div class=\"wp-block-buttons\"><!-- wp:button -->\n<div class=\"wp-block-button\"><a class=\"wp-block-button__link wp-element-button\" href=\"https://www.rhinolion.co.za/visitors-guide/activity-index/game-drives/\" target=\"_blank\" rel=\"noreferrer noopener\">Rhino &amp; Lion Park</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons -->\n\n<!-- wp:paragraph -->\n<p>Our guided game-viewing drives take place each day in the morning and afternoon, as this is when the animals are most active.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:buttons -->\n<div class=\"wp-block-buttons\"><!-- wp:button -->\n<div class=\"wp-block-button\"><a class=\"wp-block-button__link wp-element-button\" href=\"https://www.africanhillslodge.co.za/experience/\" target=\"_blank\" rel=\"noreferrer noopener\">Askari Game Lodge</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:spacer {\"height\":\"12px\"} -->\n<div style=\"height:12px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:heading -->\n<h2>Other activites </h2>\n<!-- /wp:heading -->\n\n<!-- wp:uagb/faq {\"block_id\":\"8f567295\",\"expandFirstItem\":false,\"boxBgColor\":\"#F5F5F5\",\"borderStyle\":\"\",\"borderWidth\":\"\",\"borderRadius\":\"\",\"borderColor\":\"\",\"vquestionPaddingDesktop\":15,\"hquestionPaddingDesktop\":15,\"iconAlign\":\"row-reverse\",\"schema\":\"{\\u0022@context\\u0022:\\u0022https://schema.org\\u0022,\\u0022@type\\u0022:\\u0022FAQPage\\u0022,\\u0022@id\\u0022:\\u0022https://blueroan.netgen.cloud/amenities/\\u0022,\\u0022mainEntity\\u0022:[{\\u0022@type\\u0022:\\u0022Question\\u0022,\\u0022name\\u0022:\\u0022\\u003cstrong\\u003ePUBS / MICRO BREWERIES\\u003c/strong\\u003e\\u0022,\\u0022acceptedAnswer\\u0022:{\\u0022@type\\u0022:\\u0022Answer\\u0022,\\u0022text\\u0022:\\u0022Black Horse   \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27825613246\\\\\\u0022\\u003e082 561 3246\\u003cbr\\u003e\\u003c/a\\u003eBrauhaus am Dam   \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27878025519\\\\\\u0022\\u003e087 802 5519\\u003c/a\\u003e / \\u003ca href=\\\\\\u0022tel:+27729201742\\\\\\u0022\\u003e072 920 1742\\u003c/a\\u003e\\u003cbr\\u003eHartleys Elephant Bar   \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27145772301\\\\\\u0022\\u003e014 577 2301\\u003cbr\\u003e\\u003c/a\\u003eThatchwood Pub   \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27837091672\\\\\\u0022\\u003e083 709 1672\\u003cbr\\u003e\\u003c/a\\u003eMonate Citrus Kelder   \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27122580712\\\\\\u0022\\u003e012 258 0712\\u003c/a\\u003e\\u0022}},{\\u0022@type\\u0022:\\u0022Question\\u0022,\\u0022name\\u0022:\\u0022\\u003cstrong\\u003eTEA GARDENS / RESTAURANTS   \\u003c/strong\\u003e\\u0022,\\u0022acceptedAnswer\\u0022:{\\u0022@type\\u0022:\\u0022Answer\\u0022,\\u0022text\\u0022:\\u0022Black Horse   \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27825613246\\\\\\u0022\\u003e082 561 3246\\u003cbr\\u003e\\u003c/a\\u003eBrauhaus am Dam   \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27878025519\\\\\\u0022\\u003e087 802 5519\\u003c/a\\u003e / \\u003ca href=\\\\\\u0022tel:+27729201742\\\\\\u0022\\u003e072 920 1742\\u003c/a\\u003e\\u003cbr\\u003eMelon Rouge   \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27796806050\\\\\\u0022\\u003e079 680 6050\\u003cbr\\u003e\\u003c/a\\u003eMount Grace Hotel   \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27145775600\\\\\\u0022\\u003e014 577 5600\\u003cbr\\u003e\\u003c/a\\u003eValley Lodge Hotel   \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27145771301\\\\\\u0022\\u003e014 577 1301\\u003cbr\\u003e\\u003c/a\\u003eLa Classique Ristorante   \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27145774006\\\\\\u0022\\u003e014 577 4006\\u003c/a\\u003e\\u0022}},{\\u0022@type\\u0022:\\u0022Question\\u0022,\\u0022name\\u0022:\\u0022\\u003cstrong\\u003eSHOPPING\\u003c/strong\\u003e  \\u0022,\\u0022acceptedAnswer\\u0022:{\\u0022@type\\u0022:\\u0022Answer\\u0022,\\u0022text\\u0022:\\u0022If Only Antiques    \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27827878825\\\\\\u0022\\u003e082 787 8825\\u003cbr\\u003e\\u003c/a\\u003ePuss in Boots   \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27145773562\\\\\\u0022\\u003e014 577 3562\\u003c/a\\u003e\\u0022}},{\\u0022@type\\u0022:\\u0022Question\\u0022,\\u0022name\\u0022:\\u0022\\u003cstrong\\u003eSPORTS \\u0026amp; ADVENTURE\\u003c/strong\\u003e\\u0022,\\u0022acceptedAnswer\\u0022:{\\u0022@type\\u0022:\\u0022Answer\\u0022,\\u0022text\\u0022:\\u0022Tandem Paragliding flips  \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27823221824\\\\\\u0022\\u003e0823221824\\u003c/a\\u003e\\u003cbr\\u003eMountain Sanctuary Park   \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27145340114\\\\\\u0022\\u003e014 534 0114\\u003cbr\\u003e\\u003c/a\\u003eBill Harrops Original Balloon Safaris   \\u003ca href=\\\\\\u0022tel:+27145771733\\\\\\u0022\\u003e014 577 1733\\u003c/a\\u003e / \\u003ca href=\\\\\\u0022tel:+27837520036\\\\\\u0022\\u003e083 752 0036\\u003c/a\\u003e\\u003cbr\\u003ePecanwood Golf Course   \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27122440112\\\\\\u0022\\u003e012 244 0112\\u003cbr\\u003e\\u003c/a\\u003eAir Ventures Hot Air Balloons   \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27117935782\\\\\\u0022\\u003e011 793 5782\\u003cbr\\u003e\\u003c/a\\u003eGliding   \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27835266966\\\\\\u0022\\u003e083 526 6966\\u003cbr\\u003e\\u003c/a\\u003eMagaliesberg Canopy Tours   \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27145350150\\\\\\u0022\\u003e014 535 0150\\u003cbr\\u003e\\u003c/a\\u003eWild Cave Adventures   \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27824862464\\\\\\u0022\\u003e082 486 2464\\u003cbr\\u003e\\u003c/a\\u003eMiracle Waters Dive Gateway   \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27832359840\\\\\\u0022\\u003e083 235 9840\\u003c/a\\u003e\\u0022}},{\\u0022@type\\u0022:\\u0022Question\\u0022,\\u0022name\\u0022:\\u0022\\u003cstrong\\u003eHEALTH SPAS\\u003c/strong\\u003e\\u0022,\\u0022acceptedAnswer\\u0022:{\\u0022@type\\u0022:\\u0022Answer\\u0022,\\u0022text\\u0022:\\u0022Whispering Pines   \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27145771536\\\\\\u0022\\u003e014 577 1536\\u003cbr\\u003e\\u003c/a\\u003eMount Grace Spa   \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27145775600\\\\\\u0022\\u003e014 577 5600\\u003cbr\\u003e\\u003c/a\\u003eValley Lodge Spa   \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27145771301\\\\\\u0022\\u003e014 577 1301\\u003cbr\\u003e\\u003c/a\\u003eRosewell Spa   \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27145771172\\\\\\u0022\\u003e014 577 1172\\u003cbr\\u003e\\u003c/a\\u003eSparkling Waters   \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27145350019\\\\\\u0022\\u003e014 535 0019\\u003c/a\\u003e\\u0022}},{\\u0022@type\\u0022:\\u0022Question\\u0022,\\u0022name\\u0022:\\u0022\\u003cstrong\\u003ePLACES OF INTEREST\\u003c/strong\\u003e\\u0022,\\u0022acceptedAnswer\\u0022:{\\u0022@type\\u0022:\\u0022Answer\\u0022,\\u0022text\\u0022:\\u0022Maropeng Visitors Centre   \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27145779000\\\\\\u0022\\u003e014 577 9000\\u003cbr\\u003e\\u003c/a\\u003eSterkfontein Caves   \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27116683200\\\\\\u0022\\u003e011 668 3200\\u003cbr\\u003e\\u003c/a\\u003eBlaaubank Gold Mine   \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27825673111\\\\\\u0022\\u003e082 567 3111\\u003cbr\\u003e\\u003c/a\\u003eVan Gaalen Cheese Farm   \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27122071289\\\\\\u0022\\u003e012 207 1289\\u003cbr\\u003e\\u003c/a\\u003eHartebeespoort Cableway   \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27722412654\\\\\\u0022\\u003e072 241 2654\\u003cbr\\u003e\\u003c/a\\u003eElephant Sanctuary             \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27122580423\\\\\\u0022\\u003e012 258 0423\\u003cbr\\u003e\\u003c/a\\u003eTeam Gel   \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27114622894\\\\\\u0022\\u003e011 462 2894\\u003c/a\\u003e / \\u003ca href=\\\\\\u0022tel:+27833207623\\\\\\u0022\\u003e083 320 7623\\u003c/a\\u003e\\u003cbr\\u003eMonate Citrus Kelder   \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27122580712\\\\\\u0022\\u003e012 258 0712\\u003cbr\\u003e\\u003c/a\\u003eLiving Jewels   \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27119566444\\\\\\u0022\\u003e011 956 6444\\u003cbr\\u003e\\u003c/a\\u003eBlaaubank Candle Dipping   \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27145774609\\\\\\u0022\\u003e014 577 4609\\u003cbr\\u003e\\u003c/a\\u003eVeggie Picking \\u0026amp; Strawberry Picking \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27122071116\\\\\\u0022\\u003e012 207 1116\\u003c/a\\u003e\\u0022}}]}\",\"questionLeftPaddingDesktop\":15,\"questionBottomPaddingDesktop\":15,\"answerTopPadding\":0,\"answerRightPadding\":15,\"answerBottomPadding\":15,\"answerLeftPadding\":15,\"answerTopPaddingTablet\":10,\"answerRightPaddingTablet\":10,\"answerBottomPaddingTablet\":10,\"answerLeftPaddingTablet\":10,\"answerTopPaddingMobile\":10,\"answerRightPaddingMobile\":10,\"answerBottomPaddingMobile\":10,\"answerLeftPaddingMobile\":10,\"overallBorderTopWidth\":1,\"overallBorderLeftWidth\":1,\"overallBorderRightWidth\":1,\"overallBorderBottomWidth\":1,\"overallBorderTopLeftRadius\":2,\"overallBorderTopRightRadius\":2,\"overallBorderBottomLeftRadius\":2,\"overallBorderBottomRightRadius\":2,\"overallBorderStyle\":\"none\",\"overallBorderColor\":\"#D2D2D2\"} -->\n<div class=\"wp-block-uagb-faq uagb-faq__outer-wrap uagb-block-8f567295 uagb-faq-icon-row-reverse uagb-faq-layout-accordion uagb-faq-expand-first-false uagb-faq-inactive-other-true uagb-faq__wrap uagb-buttons-layout-wrap uagb-faq-equal-height\" data-faqtoggle=\"true\" role=\"tablist\"><!-- wp:uagb/faq-child {\"block_id\":\"87f86770\",\"question\":\"\\u003cstrong\\u003ePUBS / MICRO BREWERIES\\u003c/strong\\u003e\",\"answer\":\"Black Horse   \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27825613246\\u0022\\u003e082 561 3246\\u003cbr\\u003e\\u003c/a\\u003eBrauhaus am Dam   \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27878025519\\u0022\\u003e087 802 5519\\u003c/a\\u003e / \\u003ca href=\\u0022tel:+27729201742\\u0022\\u003e072 920 1742\\u003c/a\\u003e\\u003cbr\\u003eHartleys Elephant Bar   \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27145772301\\u0022\\u003e014 577 2301\\u003cbr\\u003e\\u003c/a\\u003eThatchwood Pub   \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27837091672\\u0022\\u003e083 709 1672\\u003cbr\\u003e\\u003c/a\\u003eMonate Citrus Kelder   \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27122580712\\u0022\\u003e012 258 0712\\u003c/a\\u003e\"} -->\n<div class=\"wp-block-uagb-faq-child uagb-faq-child__outer-wrap uagb-faq-item uagb-block-87f86770\" role=\"tab\" tabindex=\"0\"><div class=\"uagb-faq-questions-button uagb-faq-questions\"><span class=\"uagb-icon uagb-faq-icon-wrap\"><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 448 512\"><path d=\"M432 256c0 17.69-14.33 32.01-32 32.01H256v144c0 17.69-14.33 31.99-32 31.99s-32-14.3-32-31.99v-144H48c-17.67 0-32-14.32-32-32.01s14.33-31.99 32-31.99H192v-144c0-17.69 14.33-32.01 32-32.01s32 14.32 32 32.01v144h144C417.7 224 432 238.3 432 256z\"></path></svg></span><span class=\"uagb-icon-active uagb-faq-icon-wrap\"><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 448 512\"><path d=\"M400 288h-352c-17.69 0-32-14.32-32-32.01s14.31-31.99 32-31.99h352c17.69 0 32 14.3 32 31.99S417.7 288 400 288z\"></path></svg></span><span class=\"uagb-question\"><strong>PUBS / MICRO BREWERIES</strong></span></div><p class=\"uagb-faq-content\">Black Horse   <br><a href=\"tel:+27825613246\">082 561 3246<br></a>Brauhaus am Dam   <br><a href=\"tel:+27878025519\">087 802 5519</a> / <a href=\"tel:+27729201742\">072 920 1742</a><br>Hartleys Elephant Bar   <br><a href=\"tel:+27145772301\">014 577 2301<br></a>Thatchwood Pub   <br><a href=\"tel:+27837091672\">083 709 1672<br></a>Monate Citrus Kelder   <br><a href=\"tel:+27122580712\">012 258 0712</a></p></div>\n<!-- /wp:uagb/faq-child -->\n\n<!-- wp:uagb/faq-child {\"block_id\":\"e69ed901\",\"question\":\"\\u003cstrong\\u003eTEA GARDENS / RESTAURANTS   \\u003c/strong\\u003e\",\"answer\":\"Black Horse   \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27825613246\\u0022\\u003e082 561 3246\\u003cbr\\u003e\\u003c/a\\u003eBrauhaus am Dam   \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27878025519\\u0022\\u003e087 802 5519\\u003c/a\\u003e / \\u003ca href=\\u0022tel:+27729201742\\u0022\\u003e072 920 1742\\u003c/a\\u003e\\u003cbr\\u003eMelon Rouge   \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27796806050\\u0022\\u003e079 680 6050\\u003cbr\\u003e\\u003c/a\\u003eMount Grace Hotel   \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27145775600\\u0022\\u003e014 577 5600\\u003cbr\\u003e\\u003c/a\\u003eValley Lodge Hotel   \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27145771301\\u0022\\u003e014 577 1301\\u003cbr\\u003e\\u003c/a\\u003eLa Classique Ristorante   \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27145774006\\u0022\\u003e014 577 4006\\u003c/a\\u003e\"} -->\n<div class=\"wp-block-uagb-faq-child uagb-faq-child__outer-wrap uagb-faq-item uagb-block-e69ed901\" role=\"tab\" tabindex=\"0\"><div class=\"uagb-faq-questions-button uagb-faq-questions\"><span class=\"uagb-icon uagb-faq-icon-wrap\"><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 448 512\"><path d=\"M432 256c0 17.69-14.33 32.01-32 32.01H256v144c0 17.69-14.33 31.99-32 31.99s-32-14.3-32-31.99v-144H48c-17.67 0-32-14.32-32-32.01s14.33-31.99 32-31.99H192v-144c0-17.69 14.33-32.01 32-32.01s32 14.32 32 32.01v144h144C417.7 224 432 238.3 432 256z\"></path></svg></span><span class=\"uagb-icon-active uagb-faq-icon-wrap\"><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 448 512\"><path d=\"M400 288h-352c-17.69 0-32-14.32-32-32.01s14.31-31.99 32-31.99h352c17.69 0 32 14.3 32 31.99S417.7 288 400 288z\"></path></svg></span><span class=\"uagb-question\"><strong>TEA GARDENS / RESTAURANTS   </strong></span></div><p class=\"uagb-faq-content\">Black Horse   <br><a href=\"tel:+27825613246\">082 561 3246<br></a>Brauhaus am Dam   <br><a href=\"tel:+27878025519\">087 802 5519</a> / <a href=\"tel:+27729201742\">072 920 1742</a><br>Melon Rouge   <br><a href=\"tel:+27796806050\">079 680 6050<br></a>Mount Grace Hotel   <br><a href=\"tel:+27145775600\">014 577 5600<br></a>Valley Lodge Hotel   <br><a href=\"tel:+27145771301\">014 577 1301<br></a>La Classique Ristorante   <br><a href=\"tel:+27145774006\">014 577 4006</a></p></div>\n<!-- /wp:uagb/faq-child -->\n\n<!-- wp:uagb/faq-child {\"block_id\":\"21ddf5b8\",\"question\":\"\\u003cstrong\\u003eSHOPPING\\u003c/strong\\u003e  \",\"answer\":\"If Only Antiques    \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27827878825\\u0022\\u003e082 787 8825\\u003cbr\\u003e\\u003c/a\\u003ePuss in Boots   \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27145773562\\u0022\\u003e014 577 3562\\u003c/a\\u003e\"} -->\n<div class=\"wp-block-uagb-faq-child uagb-faq-child__outer-wrap uagb-faq-item uagb-block-21ddf5b8\" role=\"tab\" tabindex=\"0\"><div class=\"uagb-faq-questions-button uagb-faq-questions\"><span class=\"uagb-icon uagb-faq-icon-wrap\"><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 448 512\"><path d=\"M432 256c0 17.69-14.33 32.01-32 32.01H256v144c0 17.69-14.33 31.99-32 31.99s-32-14.3-32-31.99v-144H48c-17.67 0-32-14.32-32-32.01s14.33-31.99 32-31.99H192v-144c0-17.69 14.33-32.01 32-32.01s32 14.32 32 32.01v144h144C417.7 224 432 238.3 432 256z\"></path></svg></span><span class=\"uagb-icon-active uagb-faq-icon-wrap\"><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 448 512\"><path d=\"M400 288h-352c-17.69 0-32-14.32-32-32.01s14.31-31.99 32-31.99h352c17.69 0 32 14.3 32 31.99S417.7 288 400 288z\"></path></svg></span><span class=\"uagb-question\"><strong>SHOPPING</strong>  </span></div><p class=\"uagb-faq-content\">If Only Antiques    <br><a href=\"tel:+27827878825\">082 787 8825<br></a>Puss in Boots   <br><a href=\"tel:+27145773562\">014 577 3562</a></p></div>\n<!-- /wp:uagb/faq-child -->\n\n<!-- wp:uagb/faq-child {\"block_id\":\"f41cd49f\",\"question\":\"\\u003cstrong\\u003eSPORTS \\u0026amp; ADVENTURE\\u003c/strong\\u003e\",\"answer\":\"Tandem Paragliding flips  \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27823221824\\u0022\\u003e0823221824\\u003c/a\\u003e\\u003cbr\\u003eMountain Sanctuary Park   \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27145340114\\u0022\\u003e014 534 0114\\u003cbr\\u003e\\u003c/a\\u003eBill Harrops Original Balloon Safaris   \\u003ca href=\\u0022tel:+27145771733\\u0022\\u003e014 577 1733\\u003c/a\\u003e / \\u003ca href=\\u0022tel:+27837520036\\u0022\\u003e083 752 0036\\u003c/a\\u003e\\u003cbr\\u003ePecanwood Golf Course   \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27122440112\\u0022\\u003e012 244 0112\\u003cbr\\u003e\\u003c/a\\u003eAir Ventures Hot Air Balloons   \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27117935782\\u0022\\u003e011 793 5782\\u003cbr\\u003e\\u003c/a\\u003eGliding   \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27835266966\\u0022\\u003e083 526 6966\\u003cbr\\u003e\\u003c/a\\u003eMagaliesberg Canopy Tours   \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27145350150\\u0022\\u003e014 535 0150\\u003cbr\\u003e\\u003c/a\\u003eWild Cave Adventures   \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27824862464\\u0022\\u003e082 486 2464\\u003cbr\\u003e\\u003c/a\\u003eMiracle Waters Dive Gateway   \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27832359840\\u0022\\u003e083 235 9840\\u003c/a\\u003e\"} -->\n<div class=\"wp-block-uagb-faq-child uagb-faq-child__outer-wrap uagb-faq-item uagb-block-f41cd49f\" role=\"tab\" tabindex=\"0\"><div class=\"uagb-faq-questions-button uagb-faq-questions\"><span class=\"uagb-icon uagb-faq-icon-wrap\"><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 448 512\"><path d=\"M432 256c0 17.69-14.33 32.01-32 32.01H256v144c0 17.69-14.33 31.99-32 31.99s-32-14.3-32-31.99v-144H48c-17.67 0-32-14.32-32-32.01s14.33-31.99 32-31.99H192v-144c0-17.69 14.33-32.01 32-32.01s32 14.32 32 32.01v144h144C417.7 224 432 238.3 432 256z\"></path></svg></span><span class=\"uagb-icon-active uagb-faq-icon-wrap\"><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 448 512\"><path d=\"M400 288h-352c-17.69 0-32-14.32-32-32.01s14.31-31.99 32-31.99h352c17.69 0 32 14.3 32 31.99S417.7 288 400 288z\"></path></svg></span><span class=\"uagb-question\"><strong>SPORTS &amp; ADVENTURE</strong></span></div><p class=\"uagb-faq-content\">Tandem Paragliding flips  <br><a href=\"tel:+27823221824\">0823221824</a><br>Mountain Sanctuary Park   <br><a href=\"tel:+27145340114\">014 534 0114<br></a>Bill Harrops Original Balloon Safaris   <a href=\"tel:+27145771733\">014 577 1733</a> / <a href=\"tel:+27837520036\">083 752 0036</a><br>Pecanwood Golf Course   <br><a href=\"tel:+27122440112\">012 244 0112<br></a>Air Ventures Hot Air Balloons   <br><a href=\"tel:+27117935782\">011 793 5782<br></a>Gliding   <br><a href=\"tel:+27835266966\">083 526 6966<br></a>Magaliesberg Canopy Tours   <br><a href=\"tel:+27145350150\">014 535 0150<br></a>Wild Cave Adventures   <br><a href=\"tel:+27824862464\">082 486 2464<br></a>Miracle Waters Dive Gateway   <br><a href=\"tel:+27832359840\">083 235 9840</a></p></div>\n<!-- /wp:uagb/faq-child -->\n\n<!-- wp:uagb/faq-child {\"block_id\":\"e9b0a4de\",\"question\":\"\\u003cstrong\\u003eHEALTH SPAS\\u003c/strong\\u003e\",\"answer\":\"Whispering Pines   \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27145771536\\u0022\\u003e014 577 1536\\u003cbr\\u003e\\u003c/a\\u003eMount Grace Spa   \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27145775600\\u0022\\u003e014 577 5600\\u003cbr\\u003e\\u003c/a\\u003eValley Lodge Spa   \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27145771301\\u0022\\u003e014 577 1301\\u003cbr\\u003e\\u003c/a\\u003eRosewell Spa   \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27145771172\\u0022\\u003e014 577 1172\\u003cbr\\u003e\\u003c/a\\u003eSparkling Waters   \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27145350019\\u0022\\u003e014 535 0019\\u003c/a\\u003e\"} -->\n<div class=\"wp-block-uagb-faq-child uagb-faq-child__outer-wrap uagb-faq-item uagb-block-e9b0a4de\" role=\"tab\" tabindex=\"0\"><div class=\"uagb-faq-questions-button uagb-faq-questions\"><span class=\"uagb-icon uagb-faq-icon-wrap\"><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 448 512\"><path d=\"M432 256c0 17.69-14.33 32.01-32 32.01H256v144c0 17.69-14.33 31.99-32 31.99s-32-14.3-32-31.99v-144H48c-17.67 0-32-14.32-32-32.01s14.33-31.99 32-31.99H192v-144c0-17.69 14.33-32.01 32-32.01s32 14.32 32 32.01v144h144C417.7 224 432 238.3 432 256z\"></path></svg></span><span class=\"uagb-icon-active uagb-faq-icon-wrap\"><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 448 512\"><path d=\"M400 288h-352c-17.69 0-32-14.32-32-32.01s14.31-31.99 32-31.99h352c17.69 0 32 14.3 32 31.99S417.7 288 400 288z\"></path></svg></span><span class=\"uagb-question\"><strong>HEALTH SPAS</strong></span></div><p class=\"uagb-faq-content\">Whispering Pines   <br><a href=\"tel:+27145771536\">014 577 1536<br></a>Mount Grace Spa   <br><a href=\"tel:+27145775600\">014 577 5600<br></a>Valley Lodge Spa   <br><a href=\"tel:+27145771301\">014 577 1301<br></a>Rosewell Spa   <br><a href=\"tel:+27145771172\">014 577 1172<br></a>Sparkling Waters   <br><a href=\"tel:+27145350019\">014 535 0019</a></p></div>\n<!-- /wp:uagb/faq-child -->\n\n<!-- wp:uagb/faq-child {\"block_id\":\"5c549541\",\"question\":\"\\u003cstrong\\u003ePLACES OF INTEREST\\u003c/strong\\u003e\",\"answer\":\"Maropeng Visitors Centre   \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27145779000\\u0022\\u003e014 577 9000\\u003cbr\\u003e\\u003c/a\\u003eSterkfontein Caves   \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27116683200\\u0022\\u003e011 668 3200\\u003cbr\\u003e\\u003c/a\\u003eBlaaubank Gold Mine   \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27825673111\\u0022\\u003e082 567 3111\\u003cbr\\u003e\\u003c/a\\u003eVan Gaalen Cheese Farm   \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27122071289\\u0022\\u003e012 207 1289\\u003cbr\\u003e\\u003c/a\\u003eHartebeespoort Cableway   \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27722412654\\u0022\\u003e072 241 2654\\u003cbr\\u003e\\u003c/a\\u003eElephant Sanctuary             \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27122580423\\u0022\\u003e012 258 0423\\u003cbr\\u003e\\u003c/a\\u003eTeam Gel   \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27114622894\\u0022\\u003e011 462 2894\\u003c/a\\u003e / \\u003ca href=\\u0022tel:+27833207623\\u0022\\u003e083 320 7623\\u003c/a\\u003e\\u003cbr\\u003eMonate Citrus Kelder   \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27122580712\\u0022\\u003e012 258 0712\\u003cbr\\u003e\\u003c/a\\u003eLiving Jewels   \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27119566444\\u0022\\u003e011 956 6444\\u003cbr\\u003e\\u003c/a\\u003eBlaaubank Candle Dipping   \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27145774609\\u0022\\u003e014 577 4609\\u003cbr\\u003e\\u003c/a\\u003eVeggie Picking \\u0026amp; Strawberry Picking \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27122071116\\u0022\\u003e012 207 1116\\u003c/a\\u003e\"} -->\n<div class=\"wp-block-uagb-faq-child uagb-faq-child__outer-wrap uagb-faq-item uagb-block-5c549541\" role=\"tab\" tabindex=\"0\"><div class=\"uagb-faq-questions-button uagb-faq-questions\"><span class=\"uagb-icon uagb-faq-icon-wrap\"><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 448 512\"><path d=\"M432 256c0 17.69-14.33 32.01-32 32.01H256v144c0 17.69-14.33 31.99-32 31.99s-32-14.3-32-31.99v-144H48c-17.67 0-32-14.32-32-32.01s14.33-31.99 32-31.99H192v-144c0-17.69 14.33-32.01 32-32.01s32 14.32 32 32.01v144h144C417.7 224 432 238.3 432 256z\"></path></svg></span><span class=\"uagb-icon-active uagb-faq-icon-wrap\"><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 448 512\"><path d=\"M400 288h-352c-17.69 0-32-14.32-32-32.01s14.31-31.99 32-31.99h352c17.69 0 32 14.3 32 31.99S417.7 288 400 288z\"></path></svg></span><span class=\"uagb-question\"><strong>PLACES OF INTEREST</strong></span></div><p class=\"uagb-faq-content\">Maropeng Visitors Centre   <br><a href=\"tel:+27145779000\">014 577 9000<br></a>Sterkfontein Caves   <br><a href=\"tel:+27116683200\">011 668 3200<br></a>Blaaubank Gold Mine   <br><a href=\"tel:+27825673111\">082 567 3111<br></a>Van Gaalen Cheese Farm   <br><a href=\"tel:+27122071289\">012 207 1289<br></a>Hartebeespoort Cableway   <br><a href=\"tel:+27722412654\">072 241 2654<br></a>Elephant Sanctuary             <br><a href=\"tel:+27122580423\">012 258 0423<br></a>Team Gel   <br><a href=\"tel:+27114622894\">011 462 2894</a> / <a href=\"tel:+27833207623\">083 320 7623</a><br>Monate Citrus Kelder   <br><a href=\"tel:+27122580712\">012 258 0712<br></a>Living Jewels   <br><a href=\"tel:+27119566444\">011 956 6444<br></a>Blaaubank Candle Dipping   <br><a href=\"tel:+27145774609\">014 577 4609<br></a>Veggie Picking &amp; Strawberry Picking <br><a href=\"tel:+27122071116\">012 207 1116</a></p></div>\n<!-- /wp:uagb/faq-child --></div>\n<!-- /wp:uagb/faq --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"f03cefd1\",\"innerContentCustomWidthDesktop\":781,\"innerContentCustomWidthTablet\":781,\"backgroundType\":\"image\",\"backgroundImageDesktop\":{\"id\":907,\"title\":\"241565_xl\",\"filename\":\"241565_xl.jpg\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/241565_xl.jpg\",\"link\":\"https://blueroan.netgen.cloud/home/241565_xl/\",\"alt\":\"\",\"author\":\"2\",\"description\":\"\",\"caption\":\"\",\"name\":\"241565_xl\",\"status\":\"inherit\",\"uploadedTo\":760,\"date\":\"2022-12-13T15:04:35.000Z\",\"modified\":\"2022-12-13T15:04:35.000Z\",\"menuOrder\":0,\"mime\":\"image/jpeg\",\"type\":\"image\",\"subtype\":\"jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-includes/images/media/default.png\",\"dateFormatted\":\"December 13, 2022\",\"nonces\":{\"update\":\"8ba15922a4\",\"delete\":\"e660ddd200\",\"edit\":\"57c3a4b066\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=907\\u0026action=edit\",\"meta\":false,\"authorName\":\"Netgen Support\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/profile.php\",\"uploadedToTitle\":\"Home\",\"uploadedToLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=760\\u0026action=edit\",\"filesizeInBytes\":90717,\"filesizeHumanReadable\":\"89 KB\",\"context\":\"\",\"height\":534,\"width\":800,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/241565_xl-150x150.jpg\",\"orientation\":\"landscape\"},\"medium\":{\"height\":200,\"width\":300,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/241565_xl-300x200.jpg\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/241565_xl.jpg\",\"height\":534,\"width\":800,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"backgroundImageColor\":\"rgba(42,42,42,0.65)\",\"topPaddingDesktop\":144,\"bottomPaddingDesktop\":144,\"leftPaddingDesktop\":40,\"rightPaddingDesktop\":40,\"topPaddingTablet\":80,\"bottomPaddingTablet\":80,\"leftPaddingTablet\":40,\"rightPaddingTablet\":40,\"topPaddingMobile\":64,\"bottomPaddingMobile\":64,\"leftPaddingMobile\":24,\"rightPaddingMobile\":24,\"paddingLink\":false,\"variationSelected\":true,\"isBlockRootParent\":true,\"overlayType\":\"color\"} -->\n<div class=\"wp-block-uagb-container uagb-block-f03cefd1 alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/advanced-heading {\"block_id\":\"2d0abb46\",\"classMigrate\":true,\"headingDescToggle\":true,\"headingAlign\":\"center\",\"headingColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"subHeadingColor\":\"var(\\u002d\\u002dast-global-color-4)\",\"headSpace\":20} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-2d0abb46\"><h2 class=\"uagb-heading-text\">Create Memorable Moments at Blue Roan!</h2><p class=\"uagb-desc-text\">Blue Roan is a 4-star graded pet-friendly venue</p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/advanced-heading {\"block_id\":\"d6b5d017\",\"classMigrate\":true,\"headingTitleToggle\":false,\"headingDescToggle\":true,\"headingAlign\":\"center\",\"subHeadingColor\":\"var(\\u002d\\u002dast-global-color-4)\",\"subHeadTransform\":\"uppercase\",\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"subHeadLetterSpacing\":2,\"blockTopPadding\":60,\"blockRightPadding\":0,\"blockLeftPadding\":0,\"blockBottomPadding\":0,\"blockTopPaddingMobile\":30,\"blockRightPaddingMobile\":0,\"blockLeftPaddingMobile\":0,\"blockBottomPaddingMobile\":0,\"linkColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"linkHColor\":\"var(\\u002d\\u002dast-global-color-0)\"} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-d6b5d017\"><p class=\"uagb-desc-text\"><a href=\"https://book.nightsbridge.com/11065\" target=\"_blank\" rel=\"noreferrer noopener\">BOOK YOUR STAY NOW​</a></p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/icon-list {\"block_id\":\"5faa2c04\",\"classMigrate\":true,\"childMigrate\":true,\"align\":\"center\",\"parentIcon\":\"phone\",\"size\":40,\"sizeMobile\":24,\"sizeTablet\":32,\"fontSize\":48,\"fontSizeMobile\":28,\"fontSizeTablet\":40,\"fontWeight\":\"600\",\"iconColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"labelColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"blockTopPadding\":0,\"blockRightPadding\":0,\"blockLeftPadding\":0,\"blockBottomPadding\":24,\"blockPaddingLink\":false} -->\n<div class=\"wp-block-uagb-icon-list uagb-block-5faa2c04\"><div class=\"uagb-icon-list__wrap\"><!-- wp:uagb/icon-list-child {\"block_id\":\"96c11849\",\"label\":\"+ 27 (0) 82 575 5409\",\"label_color\":\"\",\"link\":\"tel:+27825755409\",\"disableLink\":true,\"fromParentIcon\":\"phone\",\"imageSizeChild\":40} -->\n<div class=\"wp-block-uagb-icon-list-child uagb-block-96c11849\"><a target=\"_self\" aria-label=\"+ 27 (0) 82 575 5409\" rel=\"noopener noreferrer\" href=\"tel:+27825755409\"> </a><span class=\"uagb-icon-list__source-wrap\"><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M511.2 387l-23.25 100.8c-3.266 14.25-15.79 24.22-30.46 24.22C205.2 512 0 306.8 0 54.5c0-14.66 9.969-27.2 24.22-30.45l100.8-23.25C139.7-2.602 154.7 5.018 160.8 18.92l46.52 108.5c5.438 12.78 1.77 27.67-8.98 36.45L144.5 207.1c33.98 69.22 90.26 125.5 159.5 159.5l44.08-53.8c8.688-10.78 23.69-14.51 36.47-8.975l108.5 46.51C506.1 357.2 514.6 372.4 511.2 387z\"></path></svg></span><span class=\"uagb-icon-list__label\">+ 27 (0) 82 575 5409</span></div>\n<!-- /wp:uagb/icon-list-child -->\n\n<!-- wp:uagb/icon-list-child {\"block_id\":\"56345d5d\",\"label\":\" blueroan@ugo.co.za\",\"icon\":\"envelope\",\"label_color\":\"\",\"link\":\"mailto: blueroan@ugo.co.za\",\"disableLink\":true} -->\n<div class=\"wp-block-uagb-icon-list-child uagb-block-56345d5d\"><a target=\"_self\" aria-label=\" blueroan@ugo.co.za\" rel=\"noopener noreferrer\" href=\"mailto:blueroan@ugo.co.za\"> </a><span class=\"uagb-icon-list__source-wrap\"><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M464 64C490.5 64 512 85.49 512 112C512 127.1 504.9 141.3 492.8 150.4L275.2 313.6C263.8 322.1 248.2 322.1 236.8 313.6L19.2 150.4C7.113 141.3 0 127.1 0 112C0 85.49 21.49 64 48 64H464zM217.6 339.2C240.4 356.3 271.6 356.3 294.4 339.2L512 176V384C512 419.3 483.3 448 448 448H64C28.65 448 0 419.3 0 384V176L217.6 339.2z\"></path></svg></span><span class=\"uagb-icon-list__label\"> blueroan@ugo.co.za</span></div>\n<!-- /wp:uagb/icon-list-child --></div></div>\n<!-- /wp:uagb/icon-list --></div></div>\n<!-- /wp:uagb/container -->',	'Amenities',	'',	'inherit',	'closed',	'closed',	'',	'762-revision-v1',	'',	'',	'2022-12-19 14:26:06',	'2022-12-19 14:26:06',	'',	762,	'https://blueroan.netgen.cloud/?p=1357',	0,	'revision',	'',	0),
(1358,	2,	'2022-12-19 14:27:31',	'2022-12-19 14:27:31',	'',	'drone-view-of-walks',	'',	'inherit',	'',	'closed',	'',	'drone-view-of-walks',	'',	'',	'2022-12-19 14:27:31',	'2022-12-19 14:27:31',	'',	762,	'https://blueroan.netgen.cloud/wp-content/uploads/2022/12/drone-view-of-walks.png',	0,	'attachment',	'image/png',	0),
(1359,	2,	'2022-12-19 14:27:35',	'2022-12-19 14:27:35',	'<!-- wp:uagb/container {\"block_id\":\"42116af1\",\"backgroundType\":\"image\",\"backgroundImageDesktop\":{\"id\":1007,\"title\":\"AAEAAQAAAAAAAAAAAAAAJDg5NmY0ZGUxLWE4MTgtNDY5NC1iODFhLTBmN2Q0ZDc5ZWFiNw-1\",\"filename\":\"AAEAAQAAAAAAAAAAAAAAJDg5NmY0ZGUxLWE4MTgtNDY5NC1iODFhLTBmN2Q0ZDc5ZWFiNw-1.png\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAAJDg5NmY0ZGUxLWE4MTgtNDY5NC1iODFhLTBmN2Q0ZDc5ZWFiNw-1.png\",\"link\":\"https://blueroan.netgen.cloud/the-barn/aaeaaqaaaaaaaaaaaaaajdg5nmy0zguxlwe4mtgtndy5nc1iodfhltbmn2q0zdc5zwfinw-1/\",\"alt\":\"\",\"author\":\"2\",\"description\":\"\",\"caption\":\"\",\"name\":\"aaeaaqaaaaaaaaaaaaaajdg5nmy0zguxlwe4mtgtndy5nc1iodfhltbmn2q0zdc5zwfinw-1\",\"status\":\"inherit\",\"uploadedTo\":948,\"date\":\"2022-12-14T10:50:25.000Z\",\"modified\":\"2022-12-14T10:50:25.000Z\",\"menuOrder\":0,\"mime\":\"image/png\",\"type\":\"image\",\"subtype\":\"png\",\"icon\":\"https://blueroan.netgen.cloud/wp-includes/images/media/default.png\",\"dateFormatted\":\"December 14, 2022\",\"nonces\":{\"update\":\"483f8bdf3d\",\"delete\":\"0a7ebc92ef\",\"edit\":\"6bc1c6a685\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=1007\\u0026action=edit\",\"meta\":false,\"authorName\":\"Netgen Support\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/profile.php\",\"uploadedToTitle\":\"The Barn\",\"uploadedToLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=948\\u0026action=edit\",\"filesizeInBytes\":1348989,\"filesizeHumanReadable\":\"1 MB\",\"context\":\"\",\"height\":667,\"width\":1000,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAAJDg5NmY0ZGUxLWE4MTgtNDY5NC1iODFhLTBmN2Q0ZDc5ZWFiNw-1-150x150.png\",\"orientation\":\"landscape\"},\"medium\":{\"height\":200,\"width\":300,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAAJDg5NmY0ZGUxLWE4MTgtNDY5NC1iODFhLTBmN2Q0ZDc5ZWFiNw-1-300x200.png\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAAJDg5NmY0ZGUxLWE4MTgtNDY5NC1iODFhLTBmN2Q0ZDc5ZWFiNw-1.png\",\"height\":667,\"width\":1000,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"backgroundPositionDesktop\":{\"x\":0.61,\"y\":0.52},\"backgroundSizeTablet\":\"cover\",\"backgroundSizeMobile\":\"cover\",\"backgroundColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"backgroundImageColor\":\"rgba(42,42,42,0.5)\",\"topPaddingDesktop\":220,\"bottomPaddingDesktop\":150,\"topPaddingTablet\":170,\"bottomPaddingTablet\":160,\"leftPaddingTablet\":30,\"rightPaddingTablet\":30,\"topPaddingMobile\":180,\"bottomPaddingMobile\":80,\"leftPaddingMobile\":20,\"rightPaddingMobile\":20,\"paddingLink\":false,\"variationSelected\":true,\"isBlockRootParent\":true,\"overlayType\":\"color\"} -->\n<div class=\"wp-block-uagb-container uagb-block-42116af1 alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/advanced-heading {\"block_id\":\"746e3a36\",\"classMigrate\":true,\"headingDescToggle\":true,\"headingColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"subHeadingColor\":\"var(\\u002d\\u002dast-global-color-4)\",\"headingTag\":\"h1\",\"headSpace\":20,\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"blockTopPadding\":0,\"blockRightPadding\":50,\"blockLeftPadding\":0,\"blockBottomPadding\":0,\"blockTopPaddingTablet\":0,\"blockRightPaddingTablet\":20,\"blockLeftPaddingTablet\":0,\"blockBottomPaddingTablet\":0,\"blockTopPaddingMobile\":0,\"blockRightPaddingMobile\":0,\"blockLeftPaddingMobile\":0,\"blockBottomPaddingMobile\":0,\"blockPaddingUnit\":\"%\",\"blockPaddingUnitTablet\":\"%\"} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-746e3a36\"><h1 class=\"uagb-heading-text\">Amenities &amp; Interests​</h1><p class=\"uagb-desc-text\">We do not give you just rooms to stay in. We give you an environment where you can experience the best while on a holiday with us. </p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:buttons -->\n<div class=\"wp-block-buttons\"><!-- wp:button -->\n<div class=\"wp-block-button\"><a class=\"wp-block-button__link wp-element-button\" href=\"https://book.nightsbridge.com/11065\" target=\"_blank\" rel=\"noreferrer noopener\">BOOK NOW</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"7fb080d3\",\"backgroundType\":\"color\",\"backgroundSizeTablet\":\"cover\",\"backgroundSizeMobile\":\"cover\",\"backgroundColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"topPaddingDesktop\":50,\"bottomPaddingDesktop\":100,\"topPaddingTablet\":50,\"bottomPaddingTablet\":25,\"leftPaddingTablet\":20,\"rightPaddingTablet\":20,\"topPaddingMobile\":50,\"bottomPaddingMobile\":20,\"leftPaddingMobile\":20,\"rightPaddingMobile\":20,\"paddingLink\":false,\"variationSelected\":true,\"rowGapDesktop\":0,\"isBlockRootParent\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-7fb080d3 alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/container {\"block_id\":\"cb3f1e3c\",\"directionDesktop\":\"row\",\"alignItemsTablet\":\"flex-start\",\"paddingLink\":false,\"topMarginDesktop\":50,\"bottomMarginDesktop\":20,\"leftMarginDesktop\":0,\"rightMarginDesktop\":0,\"marginLink\":false,\"variationSelected\":true,\"rowGapMobile\":65,\"columnGapDesktop\":48,\"columnGapTablet\":20} -->\n<div class=\"wp-block-uagb-container uagb-block-cb3f1e3c\"><!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"align\":\"center\",\"id\":828,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image aligncenter size-full\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Blue-Roan-pool.png\" alt=\"Blue Roan\'s rock pool\" class=\"wp-image-828\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>A relaxing rock Pool​</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>We have a lovely sparkling blue rock pool next to a thatched Lapa. &nbsp;&nbsp;Lie on recliners on the green lawn or sit on the swing chair in the Lapa and enjoy the panoramic view of the Magaliesberg mountain range.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":829,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/img-20160605-wa0002-largejpg.png\" alt=\"\" class=\"wp-image-829\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>Braai facilities </h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>What can compare to a burning fire under the star-lit African sky? Nothing beats the flavor of cooking over an open flame.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":1354,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Games-Room.png\" alt=\"\" class=\"wp-image-1354\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>A games room </h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>The reception is also a games room for those who enjoy darts or playing pool. &nbsp;Take a selection of DVDs back to your room and watch movies on your own DVD player. &nbsp;There is also a selection of board games and music CDs that you can borrow.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"align\":\"center\",\"id\":1358,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image aligncenter size-full\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/drone-view-of-walks.png\" alt=\"\" class=\"wp-image-1358\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>Walking or hiking </h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>There is a well-kept walking trail on our property with plenty of bird life and some benches along the way. &nbsp;It is safe for dogs to run off-leash as it is completely fenced all around. &nbsp;For those who enjoy long walks and hikes, it is safe to cross onto neighbouring farms and go as far as the eye can see.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":1185,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/49089607_1950305445047847_5177863042771189760_n.png\" alt=\"\" class=\"wp-image-1185\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>Mountain biking </h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Bring your mountain bikes and explore the surrounding countryside on safe off-road tracks on our property and on neighbouring farms.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":1196,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Michelle_1.png\" alt=\"\" class=\"wp-image-1196\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>Horse riding </h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Interested riders can book at one of the recommended horse-riding establishments listed further down this page.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"661d6e04\",\"innerContentWidth\":\"alignfull\",\"directionDesktop\":\"row\",\"wrapTablet\":\"wrap\",\"variationSelected\":true,\"rowGapTablet\":0,\"columnGapDesktop\":0,\"isBlockRootParent\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-661d6e04 alignfull uagb-is-root-container\"><!-- wp:uagb/container {\"block_id\":\"79657ede\",\"widthDesktop\":25,\"widthTablet\":50,\"variationSelected\":true,\"widthSetByUser\":true,\"UAGHideMob\":true,\"UAGResponsiveConditions\":true} -->\n<div class=\"wp-block-uagb-container uag-hide-mob uagb-block-79657ede\"><!-- wp:uagb/image {\"block_id\":\"e4e1cad9\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-18-1-1024x768.jpg\",\"id\":1208,\"linkDestination\":\"none\",\"width\":480,\"height\":500,\"naturalWidth\":1024,\"naturalHeight\":768,\"sizeSlug\":\"large\",\"sizeSlugTablet\":\"large\",\"sizeSlugMobile\":\"large\",\"customHeightSetDesktop\":true} -->\n<div class=\"wp-block-uagb-image uagb-block-e4e1cad9 wp-block-uagb-image--layout-default wp-block-uagb-image--effect-static wp-block-uagb-image--align-none\"><figure class=\"wp-block-uagb-image__figure\"><img srcset=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-18-1-1024x768.jpg \" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-18-1-1024x768.jpg\" alt=\"\" class=\"uag-image-1208\" width=\"480\" height=\"500\" title=\"\" loading=\"lazy\"/></figure></div>\n<!-- /wp:uagb/image --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"2578bf39\",\"widthDesktop\":25,\"widthTablet\":50,\"variationSelected\":true,\"widthSetByUser\":true,\"UAGHideMob\":true,\"UAGResponsiveConditions\":true} -->\n<div class=\"wp-block-uagb-container uag-hide-mob uagb-block-2578bf39\"><!-- wp:uagb/image {\"block_id\":\"3e5c9043\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Blue-Roan-pool-1.png\",\"id\":1210,\"linkDestination\":\"none\",\"width\":480,\"height\":500,\"naturalWidth\":370,\"naturalHeight\":440,\"sizeSlug\":\"full\",\"sizeSlugTablet\":\"full\",\"sizeSlugMobile\":\"full\",\"customHeightSetDesktop\":true} -->\n<div class=\"wp-block-uagb-image uagb-block-3e5c9043 wp-block-uagb-image--layout-default wp-block-uagb-image--effect-static wp-block-uagb-image--align-none\"><figure class=\"wp-block-uagb-image__figure\"><img srcset=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Blue-Roan-pool-1.png \" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Blue-Roan-pool-1.png\" alt=\"\" class=\"uag-image-1210\" width=\"480\" height=\"500\" title=\"\" loading=\"lazy\"/></figure></div>\n<!-- /wp:uagb/image --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"023d1bd8\",\"widthDesktop\":50,\"widthTablet\":100,\"variationSelected\":true,\"columnGapDesktop\":20,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-023d1bd8\"><!-- wp:uagb/image {\"block_id\":\"f3e8de89\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/the-view-from-my-rooms-1024x768.jpg\",\"id\":1211,\"linkDestination\":\"none\",\"width\":960,\"height\":500,\"naturalWidth\":1024,\"naturalHeight\":768,\"sizeSlug\":\"large\",\"sizeSlugTablet\":\"large\",\"sizeSlugMobile\":\"large\",\"customHeightSetDesktop\":true} -->\n<div class=\"wp-block-uagb-image uagb-block-f3e8de89 wp-block-uagb-image--layout-default wp-block-uagb-image--effect-static wp-block-uagb-image--align-none\"><figure class=\"wp-block-uagb-image__figure\"><img srcset=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/the-view-from-my-rooms-1024x768.jpg \" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/the-view-from-my-rooms-1024x768.jpg\" alt=\"\" class=\"uag-image-1211\" width=\"960\" height=\"500\" title=\"\" loading=\"lazy\"/></figure></div>\n<!-- /wp:uagb/image --></div>\n<!-- /wp:uagb/container --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"a0993491\",\"innerContentWidth\":\"alignfull\",\"directionDesktop\":\"row\",\"wrapTablet\":\"wrap\",\"variationSelected\":true,\"rowGapTablet\":0,\"columnGapDesktop\":0,\"isBlockRootParent\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-a0993491 alignfull uagb-is-root-container\"><!-- wp:uagb/container {\"block_id\":\"9ce9590e\",\"widthDesktop\":50,\"widthTablet\":100,\"variationSelected\":true,\"columnGapDesktop\":20,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-9ce9590e\"><!-- wp:uagb/image {\"block_id\":\"ca389a74\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAAJDI0ZWY4NDc1LThjYjYtNDM3YS1iOTliLWNmOWQxYTJkMWU5MQ-1.png\",\"id\":1213,\"linkDestination\":\"none\",\"width\":960,\"height\":500,\"naturalWidth\":1000,\"naturalHeight\":667,\"sizeSlug\":\"full\",\"sizeSlugTablet\":\"full\",\"sizeSlugMobile\":\"full\",\"customHeightSetDesktop\":true} -->\n<div class=\"wp-block-uagb-image uagb-block-ca389a74 wp-block-uagb-image--layout-default wp-block-uagb-image--effect-static wp-block-uagb-image--align-none\"><figure class=\"wp-block-uagb-image__figure\"><img srcset=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAAJDI0ZWY4NDc1LThjYjYtNDM3YS1iOTliLWNmOWQxYTJkMWU5MQ-1.png \" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAAJDI0ZWY4NDc1LThjYjYtNDM3YS1iOTliLWNmOWQxYTJkMWU5MQ-1.png\" alt=\"\" class=\"uag-image-1213\" width=\"960\" height=\"500\" title=\"\" loading=\"lazy\"/></figure></div>\n<!-- /wp:uagb/image --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"fc1b8c6a\",\"widthDesktop\":25,\"variationSelected\":true,\"widthSetByUser\":true,\"UAGHideMob\":true,\"UAGResponsiveConditions\":true} -->\n<div class=\"wp-block-uagb-container uag-hide-mob uagb-block-fc1b8c6a\"><!-- wp:uagb/image {\"block_id\":\"2efdce22\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/bird-1-1024x683.jpg\",\"id\":1215,\"linkDestination\":\"none\",\"width\":480,\"height\":500,\"naturalWidth\":1024,\"naturalHeight\":683,\"sizeSlug\":\"large\",\"sizeSlugTablet\":\"large\",\"sizeSlugMobile\":\"large\",\"customHeightSetDesktop\":true} -->\n<div class=\"wp-block-uagb-image uagb-block-2efdce22 wp-block-uagb-image--layout-default wp-block-uagb-image--effect-static wp-block-uagb-image--align-none\"><figure class=\"wp-block-uagb-image__figure\"><img srcset=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/bird-1-1024x683.jpg \" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/bird-1-1024x683.jpg\" alt=\"\" class=\"uag-image-1215\" width=\"480\" height=\"500\" title=\"\" loading=\"lazy\"/></figure></div>\n<!-- /wp:uagb/image --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"fb0df873\",\"widthDesktop\":25,\"variationSelected\":true,\"widthSetByUser\":true,\"UAGHideMob\":true,\"UAGResponsiveConditions\":true} -->\n<div class=\"wp-block-uagb-container uag-hide-mob uagb-block-fb0df873\"><!-- wp:uagb/image {\"block_id\":\"62221973\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/two-happy-boxers-1024x768.jpg\",\"id\":1216,\"linkDestination\":\"none\",\"width\":480,\"height\":500,\"naturalWidth\":1024,\"naturalHeight\":768,\"sizeSlug\":\"large\",\"sizeSlugTablet\":\"large\",\"sizeSlugMobile\":\"large\",\"customHeightSetDesktop\":true} -->\n<div class=\"wp-block-uagb-image uagb-block-62221973 wp-block-uagb-image--layout-default wp-block-uagb-image--effect-static wp-block-uagb-image--align-none\"><figure class=\"wp-block-uagb-image__figure\"><img srcset=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/two-happy-boxers-1024x768.jpg \" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/two-happy-boxers-1024x768.jpg\" alt=\"\" class=\"uag-image-1216\" width=\"480\" height=\"500\" title=\"\" loading=\"lazy\"/></figure></div>\n<!-- /wp:uagb/image --></div>\n<!-- /wp:uagb/container --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"8741deb0\",\"backgroundType\":\"color\",\"backgroundSizeTablet\":\"cover\",\"backgroundSizeMobile\":\"cover\",\"backgroundColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"topPaddingDesktop\":120,\"bottomPaddingDesktop\":0,\"topPaddingTablet\":80,\"bottomPaddingTablet\":80,\"leftPaddingTablet\":30,\"rightPaddingTablet\":30,\"topPaddingMobile\":80,\"bottomPaddingMobile\":80,\"leftPaddingMobile\":20,\"rightPaddingMobile\":20,\"paddingLink\":false,\"variationSelected\":true,\"rowGapDesktop\":0,\"rowGapTablet\":0,\"isBlockRootParent\":true} -->\n<div id=\"nearby-visits\" class=\"wp-block-uagb-container uagb-block-8741deb0 alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/container {\"block_id\":\"09ee106f\",\"directionDesktop\":\"row\",\"alignItemsDesktop\":\"flex-end\",\"alignItemsTablet\":\"flex-end\",\"justifyContentDesktop\":\"flex-end\",\"justifyContentTablet\":\"space-between\",\"variationSelected\":true,\"rowGapMobile\":30,\"columnGapDesktop\":0} -->\n<div class=\"wp-block-uagb-container uagb-block-09ee106f\"><!-- wp:uagb/advanced-heading {\"block_id\":\"7f4d1592\",\"classMigrate\":true,\"headingDescToggle\":true,\"subHeadingColor\":\"\",\"headSpace\":20,\"subHeadFontSize\":16} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-7f4d1592\"><h2 class=\"uagb-heading-text\">Things to do in the area of Magaliesburg<br></h2><p class=\"uagb-desc-text\">Looking for more? Well, we believe that every guest walks into our lodge for the best experience. And, we are determined to do that.</p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/buttons {\"block_id\":\"247c080d\",\"classMigrate\":true,\"childMigrate\":true,\"align\":\"right\",\"alignTablet\":\"right\",\"alignMobile\":\"left\",\"gap\":0} -->\n<div class=\"wp-block-uagb-buttons uagb-buttons__outer-wrap uagb-btn__default-btn uagb-btn-tablet__default-btn uagb-btn-mobile__default-btn uagb-block-247c080d\"><div class=\"uagb-buttons__wrap uagb-buttons-layout-wrap\"><!-- wp:uagb/buttons-child {\"block_id\":\"db25e22b\",\"label\":\"Reservations\",\"link\":\"https://book.nightsbridge.com/11065\",\"hColor\":\"\",\"opensInNewTab\":true,\"borderWidth\":\"\",\"borderRadius\":\"\",\"borderStyle\":\"\",\"borderColor\":\"\",\"borderHColor\":\"\",\"btnBorderTopWidth\":1,\"btnBorderLeftWidth\":1,\"btnBorderRightWidth\":1,\"btnBorderBottomWidth\":1,\"btnBorderTopLeftRadius\":2,\"btnBorderTopRightRadius\":2,\"btnBorderBottomLeftRadius\":2,\"btnBorderBottomRightRadius\":2,\"btnBorderStyle\":\"solid\",\"btnBorderColor\":\"#333\",\"btnBorderHColor\":\"#333\"} -->\n<div class=\"wp-block-uagb-buttons-child uagb-buttons__outer-wrap uagb-block-db25e22b wp-block-button is-style-outline\"><div class=\"uagb-button__wrapper\"><a class=\"uagb-buttons-repeater wp-block-button__link\" href=\"https://book.nightsbridge.com/11065\" rel=\"follow noopener\" target=\"_blank\"><div class=\"uagb-button__link\">Reservations</div></a></div></div>\n<!-- /wp:uagb/buttons-child --></div></div>\n<!-- /wp:uagb/buttons --></div>\n<!-- /wp:uagb/container --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"89e27168\",\"backgroundType\":\"color\",\"backgroundSizeTablet\":\"cover\",\"backgroundSizeMobile\":\"cover\",\"backgroundColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"topPaddingDesktop\":50,\"bottomPaddingDesktop\":100,\"topPaddingTablet\":50,\"bottomPaddingTablet\":25,\"leftPaddingTablet\":20,\"rightPaddingTablet\":20,\"topPaddingMobile\":50,\"bottomPaddingMobile\":20,\"leftPaddingMobile\":20,\"rightPaddingMobile\":20,\"paddingLink\":false,\"variationSelected\":true,\"rowGapDesktop\":0,\"isBlockRootParent\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-89e27168 alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/container {\"block_id\":\"3b459d2e\",\"directionDesktop\":\"row\",\"alignItemsTablet\":\"flex-start\",\"paddingLink\":false,\"topMarginDesktop\":50,\"bottomMarginDesktop\":20,\"leftMarginDesktop\":0,\"rightMarginDesktop\":0,\"marginLink\":false,\"variationSelected\":true,\"rowGapMobile\":65,\"columnGapDesktop\":48,\"columnGapTablet\":20} -->\n<div class=\"wp-block-uagb-container uagb-block-3b459d2e\"><!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"align\":\"center\",\"id\":1222,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image aligncenter size-full\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/41b46e52d7427ea1f6f135454e9a012f.png\" alt=\"\" class=\"wp-image-1222\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"textAlign\":\"center\",\"level\":3} -->\n<h3 class=\"has-text-align-center\">Fishing </h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>The dam has trout (stocked), bass, vlei Kuper and carp. Fly fishers seeking a unique challenge visit our establishment in search of the large &amp; small scale Yellow fish.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:buttons -->\n<div class=\"wp-block-buttons\"><!-- wp:button {\"align\":\"left\"} -->\n<div class=\"wp-block-button alignleft\"><a class=\"wp-block-button__link wp-element-button\" href=\"https://www.sundowner.co.za/rooms/magalies-barbus-haven/\" target=\"_blank\" rel=\"noreferrer noopener\">Barbus Haven</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons -->\n\n<!-- wp:paragraph -->\n<p>The opportunity to fish for Rainbow Trout or the elusive Brown Trout. Kingfisher offers rod hires at their venue. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:buttons -->\n<div class=\"wp-block-buttons\"><!-- wp:button {\"align\":\"left\"} -->\n<div class=\"wp-block-button alignleft\"><a class=\"wp-block-button__link wp-element-button\" href=\"https://www.thekingfisherlodge.co.za/activities/\" target=\"_blank\" rel=\"noreferrer noopener\">Kingfisher</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":1235,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Maseke-MTB-MvZ-3-1024x683-1.png\" alt=\"\" class=\"wp-image-1235\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>Mountain biking </h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>It is a privately owned nature reserve that offers mountain biking.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:spacer {\"height\":\"20px\"} -->\n<div style=\"height:20px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:buttons -->\n<div class=\"wp-block-buttons\"><!-- wp:button -->\n<div class=\"wp-block-button\"><a class=\"wp-block-button__link wp-element-button\" href=\"http://ingwebushcamp.yolasite.com/\" target=\"_blank\" rel=\"noreferrer noopener\">Ingwe Bush Camp&nbsp;</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons -->\n\n<!-- wp:paragraph -->\n<p>With over 80km of trails, Van Gaalen&nbsp;has something to offer for every kind of athlete, from beginner to advanced.<br></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:buttons -->\n<div class=\"wp-block-buttons\"><!-- wp:button -->\n<div class=\"wp-block-button\"><a class=\"wp-block-button__link wp-element-button\" href=\"https://www.vangaalen.co.za/products\" target=\"_blank\" rel=\"noreferrer noopener\">Van Gaalen\'s</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":1339,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/activity_2209_280316_original-3.png\" alt=\"\" class=\"wp-image-1339\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>Quad biking </h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>We have quads suitable for kiddies, tweens, teens, and adults. We have mini quads and fully automatic 150cc quads.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:spacer {\"height\":\"2px\"} -->\n<div style=\"height:2px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:buttons -->\n<div class=\"wp-block-buttons\"><!-- wp:button -->\n<div class=\"wp-block-button\"><a class=\"wp-block-button__link wp-element-button\" href=\"https://www.saddlecreekadventures.co.za/activity/quad-biking/\" target=\"_blank\" rel=\"noreferrer noopener\">Saddle Creek Ranch</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons -->\n\n<!-- wp:paragraph -->\n<p>A 700-meter monster track, the longest and most exciting track in Gauteng!</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:spacer {\"height\":\"2px\"} -->\n<div style=\"height:2px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:buttons -->\n<div class=\"wp-block-buttons\"><!-- wp:button -->\n<div class=\"wp-block-button\"><a class=\"wp-block-button__link wp-element-button\" href=\"http://www.swartkrans.co.za/\" target=\"_blank\" rel=\"noreferrer noopener\">Swartkrans Go-Karting&nbsp;</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"align\":\"center\",\"id\":1196,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image aligncenter size-full\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Michelle_1.png\" alt=\"\" class=\"wp-image-1196\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>Horse riding </h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Join us for an unforgettable horse riding experience in the peaceful countryside, with beautiful mountain scenery and lovely bush trails.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:buttons -->\n<div class=\"wp-block-buttons\"><!-- wp:button -->\n<div class=\"wp-block-button\"><a class=\"wp-block-button__link wp-element-button\" href=\"https://www.saddlecreekadventures.co.za/activity/horse-riding/\" target=\"_blank\" rel=\"noreferrer noopener\">Saddle Creek Ranch</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":1342,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Askari-Game-Lodge-Spa-Wildlife-Giraffe.png\" alt=\"\" class=\"wp-image-1342\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>Game drives </h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Enjoy a thrilling and educational adventure with our experienced guides.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:spacer {\"height\":\"2px\"} -->\n<div style=\"height:2px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:buttons -->\n<div class=\"wp-block-buttons\"><!-- wp:button -->\n<div class=\"wp-block-button\"><a class=\"wp-block-button__link wp-element-button\" href=\"https://www.rhinolion.co.za/visitors-guide/activity-index/game-drives/\" target=\"_blank\" rel=\"noreferrer noopener\">Rhino &amp; Lion Park</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons -->\n\n<!-- wp:paragraph -->\n<p>Our guided game-viewing drives take place each day in the morning and afternoon, as this is when the animals are most active.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:buttons -->\n<div class=\"wp-block-buttons\"><!-- wp:button -->\n<div class=\"wp-block-button\"><a class=\"wp-block-button__link wp-element-button\" href=\"https://www.africanhillslodge.co.za/experience/\" target=\"_blank\" rel=\"noreferrer noopener\">Askari Game Lodge</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:spacer {\"height\":\"12px\"} -->\n<div style=\"height:12px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:heading -->\n<h2>Other activites </h2>\n<!-- /wp:heading -->\n\n<!-- wp:uagb/faq {\"block_id\":\"e5ab7210\",\"expandFirstItem\":false,\"boxBgColor\":\"#F5F5F5\",\"borderStyle\":\"\",\"borderWidth\":\"\",\"borderRadius\":\"\",\"borderColor\":\"\",\"vquestionPaddingDesktop\":15,\"hquestionPaddingDesktop\":15,\"iconAlign\":\"row-reverse\",\"schema\":\"{\\u0022@context\\u0022:\\u0022https://schema.org\\u0022,\\u0022@type\\u0022:\\u0022FAQPage\\u0022,\\u0022@id\\u0022:\\u0022https://blueroan.netgen.cloud/amenities/\\u0022,\\u0022mainEntity\\u0022:[{\\u0022@type\\u0022:\\u0022Question\\u0022,\\u0022name\\u0022:\\u0022\\u003cstrong\\u003ePUBS / MICRO BREWERIES\\u003c/strong\\u003e\\u0022,\\u0022acceptedAnswer\\u0022:{\\u0022@type\\u0022:\\u0022Answer\\u0022,\\u0022text\\u0022:\\u0022Black Horse   \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27825613246\\\\\\u0022\\u003e082 561 3246\\u003cbr\\u003e\\u003c/a\\u003eBrauhaus am Dam   \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27878025519\\\\\\u0022\\u003e087 802 5519\\u003c/a\\u003e / \\u003ca href=\\\\\\u0022tel:+27729201742\\\\\\u0022\\u003e072 920 1742\\u003c/a\\u003e\\u003cbr\\u003eHartleys Elephant Bar   \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27145772301\\\\\\u0022\\u003e014 577 2301\\u003cbr\\u003e\\u003c/a\\u003eThatchwood Pub   \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27837091672\\\\\\u0022\\u003e083 709 1672\\u003cbr\\u003e\\u003c/a\\u003eMonate Citrus Kelder   \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27122580712\\\\\\u0022\\u003e012 258 0712\\u003c/a\\u003e\\u0022}},{\\u0022@type\\u0022:\\u0022Question\\u0022,\\u0022name\\u0022:\\u0022\\u003cstrong\\u003eTEA GARDENS / RESTAURANTS   \\u003c/strong\\u003e\\u0022,\\u0022acceptedAnswer\\u0022:{\\u0022@type\\u0022:\\u0022Answer\\u0022,\\u0022text\\u0022:\\u0022Black Horse   \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27825613246\\\\\\u0022\\u003e082 561 3246\\u003cbr\\u003e\\u003c/a\\u003eBrauhaus am Dam   \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27878025519\\\\\\u0022\\u003e087 802 5519\\u003c/a\\u003e / \\u003ca href=\\\\\\u0022tel:+27729201742\\\\\\u0022\\u003e072 920 1742\\u003c/a\\u003e\\u003cbr\\u003eMelon Rouge   \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27796806050\\\\\\u0022\\u003e079 680 6050\\u003cbr\\u003e\\u003c/a\\u003eMount Grace Hotel   \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27145775600\\\\\\u0022\\u003e014 577 5600\\u003cbr\\u003e\\u003c/a\\u003eValley Lodge Hotel   \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27145771301\\\\\\u0022\\u003e014 577 1301\\u003cbr\\u003e\\u003c/a\\u003eLa Classique Ristorante   \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27145774006\\\\\\u0022\\u003e014 577 4006\\u003c/a\\u003e\\u0022}},{\\u0022@type\\u0022:\\u0022Question\\u0022,\\u0022name\\u0022:\\u0022\\u003cstrong\\u003eSHOPPING\\u003c/strong\\u003e  \\u0022,\\u0022acceptedAnswer\\u0022:{\\u0022@type\\u0022:\\u0022Answer\\u0022,\\u0022text\\u0022:\\u0022If Only Antiques    \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27827878825\\\\\\u0022\\u003e082 787 8825\\u003cbr\\u003e\\u003c/a\\u003ePuss in Boots   \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27145773562\\\\\\u0022\\u003e014 577 3562\\u003c/a\\u003e\\u0022}},{\\u0022@type\\u0022:\\u0022Question\\u0022,\\u0022name\\u0022:\\u0022\\u003cstrong\\u003eSPORTS \\u0026amp; ADVENTURE\\u003c/strong\\u003e\\u0022,\\u0022acceptedAnswer\\u0022:{\\u0022@type\\u0022:\\u0022Answer\\u0022,\\u0022text\\u0022:\\u0022Tandem Paragliding flips  \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27823221824\\\\\\u0022\\u003e0823221824\\u003c/a\\u003e\\u003cbr\\u003eMountain Sanctuary Park   \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27145340114\\\\\\u0022\\u003e014 534 0114\\u003cbr\\u003e\\u003c/a\\u003eBill Harrops Original Balloon Safaris   \\u003ca href=\\\\\\u0022tel:+27145771733\\\\\\u0022\\u003e014 577 1733\\u003c/a\\u003e / \\u003ca href=\\\\\\u0022tel:+27837520036\\\\\\u0022\\u003e083 752 0036\\u003c/a\\u003e\\u003cbr\\u003ePecanwood Golf Course   \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27122440112\\\\\\u0022\\u003e012 244 0112\\u003cbr\\u003e\\u003c/a\\u003eAir Ventures Hot Air Balloons   \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27117935782\\\\\\u0022\\u003e011 793 5782\\u003cbr\\u003e\\u003c/a\\u003eGliding   \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27835266966\\\\\\u0022\\u003e083 526 6966\\u003cbr\\u003e\\u003c/a\\u003eMagaliesberg Canopy Tours   \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27145350150\\\\\\u0022\\u003e014 535 0150\\u003cbr\\u003e\\u003c/a\\u003eWild Cave Adventures   \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27824862464\\\\\\u0022\\u003e082 486 2464\\u003cbr\\u003e\\u003c/a\\u003eMiracle Waters Dive Gateway   \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27832359840\\\\\\u0022\\u003e083 235 9840\\u003c/a\\u003e\\u0022}},{\\u0022@type\\u0022:\\u0022Question\\u0022,\\u0022name\\u0022:\\u0022\\u003cstrong\\u003eHEALTH SPAS\\u003c/strong\\u003e\\u0022,\\u0022acceptedAnswer\\u0022:{\\u0022@type\\u0022:\\u0022Answer\\u0022,\\u0022text\\u0022:\\u0022Whispering Pines   \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27145771536\\\\\\u0022\\u003e014 577 1536\\u003cbr\\u003e\\u003c/a\\u003eMount Grace Spa   \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27145775600\\\\\\u0022\\u003e014 577 5600\\u003cbr\\u003e\\u003c/a\\u003eValley Lodge Spa   \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27145771301\\\\\\u0022\\u003e014 577 1301\\u003cbr\\u003e\\u003c/a\\u003eRosewell Spa   \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27145771172\\\\\\u0022\\u003e014 577 1172\\u003cbr\\u003e\\u003c/a\\u003eSparkling Waters   \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27145350019\\\\\\u0022\\u003e014 535 0019\\u003c/a\\u003e\\u0022}},{\\u0022@type\\u0022:\\u0022Question\\u0022,\\u0022name\\u0022:\\u0022\\u003cstrong\\u003ePLACES OF INTEREST\\u003c/strong\\u003e\\u0022,\\u0022acceptedAnswer\\u0022:{\\u0022@type\\u0022:\\u0022Answer\\u0022,\\u0022text\\u0022:\\u0022Maropeng Visitors Centre   \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27145779000\\\\\\u0022\\u003e014 577 9000\\u003cbr\\u003e\\u003c/a\\u003eSterkfontein Caves   \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27116683200\\\\\\u0022\\u003e011 668 3200\\u003cbr\\u003e\\u003c/a\\u003eBlaaubank Gold Mine   \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27825673111\\\\\\u0022\\u003e082 567 3111\\u003cbr\\u003e\\u003c/a\\u003eVan Gaalen Cheese Farm   \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27122071289\\\\\\u0022\\u003e012 207 1289\\u003cbr\\u003e\\u003c/a\\u003eHartebeespoort Cableway   \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27722412654\\\\\\u0022\\u003e072 241 2654\\u003cbr\\u003e\\u003c/a\\u003eElephant Sanctuary             \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27122580423\\\\\\u0022\\u003e012 258 0423\\u003cbr\\u003e\\u003c/a\\u003eTeam Gel   \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27114622894\\\\\\u0022\\u003e011 462 2894\\u003c/a\\u003e / \\u003ca href=\\\\\\u0022tel:+27833207623\\\\\\u0022\\u003e083 320 7623\\u003c/a\\u003e\\u003cbr\\u003eMonate Citrus Kelder   \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27122580712\\\\\\u0022\\u003e012 258 0712\\u003cbr\\u003e\\u003c/a\\u003eLiving Jewels   \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27119566444\\\\\\u0022\\u003e011 956 6444\\u003cbr\\u003e\\u003c/a\\u003eBlaaubank Candle Dipping   \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27145774609\\\\\\u0022\\u003e014 577 4609\\u003cbr\\u003e\\u003c/a\\u003eVeggie Picking \\u0026amp; Strawberry Picking \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27122071116\\\\\\u0022\\u003e012 207 1116\\u003c/a\\u003e\\u0022}}]}\",\"questionLeftPaddingDesktop\":15,\"questionBottomPaddingDesktop\":15,\"answerTopPadding\":0,\"answerRightPadding\":15,\"answerBottomPadding\":15,\"answerLeftPadding\":15,\"answerTopPaddingTablet\":10,\"answerRightPaddingTablet\":10,\"answerBottomPaddingTablet\":10,\"answerLeftPaddingTablet\":10,\"answerTopPaddingMobile\":10,\"answerRightPaddingMobile\":10,\"answerBottomPaddingMobile\":10,\"answerLeftPaddingMobile\":10,\"overallBorderTopWidth\":1,\"overallBorderLeftWidth\":1,\"overallBorderRightWidth\":1,\"overallBorderBottomWidth\":1,\"overallBorderTopLeftRadius\":2,\"overallBorderTopRightRadius\":2,\"overallBorderBottomLeftRadius\":2,\"overallBorderBottomRightRadius\":2,\"overallBorderStyle\":\"none\",\"overallBorderColor\":\"#D2D2D2\"} -->\n<div class=\"wp-block-uagb-faq uagb-faq__outer-wrap uagb-block-e5ab7210 uagb-faq-icon-row-reverse uagb-faq-layout-accordion uagb-faq-expand-first-false uagb-faq-inactive-other-true uagb-faq__wrap uagb-buttons-layout-wrap uagb-faq-equal-height\" data-faqtoggle=\"true\" role=\"tablist\"><!-- wp:uagb/faq-child {\"block_id\":\"ae9201a1\",\"question\":\"\\u003cstrong\\u003ePUBS / MICRO BREWERIES\\u003c/strong\\u003e\",\"answer\":\"Black Horse   \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27825613246\\u0022\\u003e082 561 3246\\u003cbr\\u003e\\u003c/a\\u003eBrauhaus am Dam   \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27878025519\\u0022\\u003e087 802 5519\\u003c/a\\u003e / \\u003ca href=\\u0022tel:+27729201742\\u0022\\u003e072 920 1742\\u003c/a\\u003e\\u003cbr\\u003eHartleys Elephant Bar   \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27145772301\\u0022\\u003e014 577 2301\\u003cbr\\u003e\\u003c/a\\u003eThatchwood Pub   \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27837091672\\u0022\\u003e083 709 1672\\u003cbr\\u003e\\u003c/a\\u003eMonate Citrus Kelder   \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27122580712\\u0022\\u003e012 258 0712\\u003c/a\\u003e\"} -->\n<div class=\"wp-block-uagb-faq-child uagb-faq-child__outer-wrap uagb-faq-item uagb-block-ae9201a1\" role=\"tab\" tabindex=\"0\"><div class=\"uagb-faq-questions-button uagb-faq-questions\"><span class=\"uagb-icon uagb-faq-icon-wrap\"><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 448 512\"><path d=\"M432 256c0 17.69-14.33 32.01-32 32.01H256v144c0 17.69-14.33 31.99-32 31.99s-32-14.3-32-31.99v-144H48c-17.67 0-32-14.32-32-32.01s14.33-31.99 32-31.99H192v-144c0-17.69 14.33-32.01 32-32.01s32 14.32 32 32.01v144h144C417.7 224 432 238.3 432 256z\"></path></svg></span><span class=\"uagb-icon-active uagb-faq-icon-wrap\"><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 448 512\"><path d=\"M400 288h-352c-17.69 0-32-14.32-32-32.01s14.31-31.99 32-31.99h352c17.69 0 32 14.3 32 31.99S417.7 288 400 288z\"></path></svg></span><span class=\"uagb-question\"><strong>PUBS / MICRO BREWERIES</strong></span></div><p class=\"uagb-faq-content\">Black Horse   <br><a href=\"tel:+27825613246\">082 561 3246<br></a>Brauhaus am Dam   <br><a href=\"tel:+27878025519\">087 802 5519</a> / <a href=\"tel:+27729201742\">072 920 1742</a><br>Hartleys Elephant Bar   <br><a href=\"tel:+27145772301\">014 577 2301<br></a>Thatchwood Pub   <br><a href=\"tel:+27837091672\">083 709 1672<br></a>Monate Citrus Kelder   <br><a href=\"tel:+27122580712\">012 258 0712</a></p></div>\n<!-- /wp:uagb/faq-child -->\n\n<!-- wp:uagb/faq-child {\"block_id\":\"fae6b45e\",\"question\":\"\\u003cstrong\\u003eTEA GARDENS / RESTAURANTS   \\u003c/strong\\u003e\",\"answer\":\"Black Horse   \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27825613246\\u0022\\u003e082 561 3246\\u003cbr\\u003e\\u003c/a\\u003eBrauhaus am Dam   \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27878025519\\u0022\\u003e087 802 5519\\u003c/a\\u003e / \\u003ca href=\\u0022tel:+27729201742\\u0022\\u003e072 920 1742\\u003c/a\\u003e\\u003cbr\\u003eMelon Rouge   \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27796806050\\u0022\\u003e079 680 6050\\u003cbr\\u003e\\u003c/a\\u003eMount Grace Hotel   \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27145775600\\u0022\\u003e014 577 5600\\u003cbr\\u003e\\u003c/a\\u003eValley Lodge Hotel   \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27145771301\\u0022\\u003e014 577 1301\\u003cbr\\u003e\\u003c/a\\u003eLa Classique Ristorante   \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27145774006\\u0022\\u003e014 577 4006\\u003c/a\\u003e\"} -->\n<div class=\"wp-block-uagb-faq-child uagb-faq-child__outer-wrap uagb-faq-item uagb-block-fae6b45e\" role=\"tab\" tabindex=\"0\"><div class=\"uagb-faq-questions-button uagb-faq-questions\"><span class=\"uagb-icon uagb-faq-icon-wrap\"><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 448 512\"><path d=\"M432 256c0 17.69-14.33 32.01-32 32.01H256v144c0 17.69-14.33 31.99-32 31.99s-32-14.3-32-31.99v-144H48c-17.67 0-32-14.32-32-32.01s14.33-31.99 32-31.99H192v-144c0-17.69 14.33-32.01 32-32.01s32 14.32 32 32.01v144h144C417.7 224 432 238.3 432 256z\"></path></svg></span><span class=\"uagb-icon-active uagb-faq-icon-wrap\"><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 448 512\"><path d=\"M400 288h-352c-17.69 0-32-14.32-32-32.01s14.31-31.99 32-31.99h352c17.69 0 32 14.3 32 31.99S417.7 288 400 288z\"></path></svg></span><span class=\"uagb-question\"><strong>TEA GARDENS / RESTAURANTS   </strong></span></div><p class=\"uagb-faq-content\">Black Horse   <br><a href=\"tel:+27825613246\">082 561 3246<br></a>Brauhaus am Dam   <br><a href=\"tel:+27878025519\">087 802 5519</a> / <a href=\"tel:+27729201742\">072 920 1742</a><br>Melon Rouge   <br><a href=\"tel:+27796806050\">079 680 6050<br></a>Mount Grace Hotel   <br><a href=\"tel:+27145775600\">014 577 5600<br></a>Valley Lodge Hotel   <br><a href=\"tel:+27145771301\">014 577 1301<br></a>La Classique Ristorante   <br><a href=\"tel:+27145774006\">014 577 4006</a></p></div>\n<!-- /wp:uagb/faq-child -->\n\n<!-- wp:uagb/faq-child {\"block_id\":\"59f71976\",\"question\":\"\\u003cstrong\\u003eSHOPPING\\u003c/strong\\u003e  \",\"answer\":\"If Only Antiques    \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27827878825\\u0022\\u003e082 787 8825\\u003cbr\\u003e\\u003c/a\\u003ePuss in Boots   \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27145773562\\u0022\\u003e014 577 3562\\u003c/a\\u003e\"} -->\n<div class=\"wp-block-uagb-faq-child uagb-faq-child__outer-wrap uagb-faq-item uagb-block-59f71976\" role=\"tab\" tabindex=\"0\"><div class=\"uagb-faq-questions-button uagb-faq-questions\"><span class=\"uagb-icon uagb-faq-icon-wrap\"><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 448 512\"><path d=\"M432 256c0 17.69-14.33 32.01-32 32.01H256v144c0 17.69-14.33 31.99-32 31.99s-32-14.3-32-31.99v-144H48c-17.67 0-32-14.32-32-32.01s14.33-31.99 32-31.99H192v-144c0-17.69 14.33-32.01 32-32.01s32 14.32 32 32.01v144h144C417.7 224 432 238.3 432 256z\"></path></svg></span><span class=\"uagb-icon-active uagb-faq-icon-wrap\"><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 448 512\"><path d=\"M400 288h-352c-17.69 0-32-14.32-32-32.01s14.31-31.99 32-31.99h352c17.69 0 32 14.3 32 31.99S417.7 288 400 288z\"></path></svg></span><span class=\"uagb-question\"><strong>SHOPPING</strong>  </span></div><p class=\"uagb-faq-content\">If Only Antiques    <br><a href=\"tel:+27827878825\">082 787 8825<br></a>Puss in Boots   <br><a href=\"tel:+27145773562\">014 577 3562</a></p></div>\n<!-- /wp:uagb/faq-child -->\n\n<!-- wp:uagb/faq-child {\"block_id\":\"76c48223\",\"question\":\"\\u003cstrong\\u003eSPORTS \\u0026amp; ADVENTURE\\u003c/strong\\u003e\",\"answer\":\"Tandem Paragliding flips  \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27823221824\\u0022\\u003e0823221824\\u003c/a\\u003e\\u003cbr\\u003eMountain Sanctuary Park   \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27145340114\\u0022\\u003e014 534 0114\\u003cbr\\u003e\\u003c/a\\u003eBill Harrops Original Balloon Safaris   \\u003ca href=\\u0022tel:+27145771733\\u0022\\u003e014 577 1733\\u003c/a\\u003e / \\u003ca href=\\u0022tel:+27837520036\\u0022\\u003e083 752 0036\\u003c/a\\u003e\\u003cbr\\u003ePecanwood Golf Course   \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27122440112\\u0022\\u003e012 244 0112\\u003cbr\\u003e\\u003c/a\\u003eAir Ventures Hot Air Balloons   \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27117935782\\u0022\\u003e011 793 5782\\u003cbr\\u003e\\u003c/a\\u003eGliding   \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27835266966\\u0022\\u003e083 526 6966\\u003cbr\\u003e\\u003c/a\\u003eMagaliesberg Canopy Tours   \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27145350150\\u0022\\u003e014 535 0150\\u003cbr\\u003e\\u003c/a\\u003eWild Cave Adventures   \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27824862464\\u0022\\u003e082 486 2464\\u003cbr\\u003e\\u003c/a\\u003eMiracle Waters Dive Gateway   \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27832359840\\u0022\\u003e083 235 9840\\u003c/a\\u003e\"} -->\n<div class=\"wp-block-uagb-faq-child uagb-faq-child__outer-wrap uagb-faq-item uagb-block-76c48223\" role=\"tab\" tabindex=\"0\"><div class=\"uagb-faq-questions-button uagb-faq-questions\"><span class=\"uagb-icon uagb-faq-icon-wrap\"><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 448 512\"><path d=\"M432 256c0 17.69-14.33 32.01-32 32.01H256v144c0 17.69-14.33 31.99-32 31.99s-32-14.3-32-31.99v-144H48c-17.67 0-32-14.32-32-32.01s14.33-31.99 32-31.99H192v-144c0-17.69 14.33-32.01 32-32.01s32 14.32 32 32.01v144h144C417.7 224 432 238.3 432 256z\"></path></svg></span><span class=\"uagb-icon-active uagb-faq-icon-wrap\"><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 448 512\"><path d=\"M400 288h-352c-17.69 0-32-14.32-32-32.01s14.31-31.99 32-31.99h352c17.69 0 32 14.3 32 31.99S417.7 288 400 288z\"></path></svg></span><span class=\"uagb-question\"><strong>SPORTS &amp; ADVENTURE</strong></span></div><p class=\"uagb-faq-content\">Tandem Paragliding flips  <br><a href=\"tel:+27823221824\">0823221824</a><br>Mountain Sanctuary Park   <br><a href=\"tel:+27145340114\">014 534 0114<br></a>Bill Harrops Original Balloon Safaris   <a href=\"tel:+27145771733\">014 577 1733</a> / <a href=\"tel:+27837520036\">083 752 0036</a><br>Pecanwood Golf Course   <br><a href=\"tel:+27122440112\">012 244 0112<br></a>Air Ventures Hot Air Balloons   <br><a href=\"tel:+27117935782\">011 793 5782<br></a>Gliding   <br><a href=\"tel:+27835266966\">083 526 6966<br></a>Magaliesberg Canopy Tours   <br><a href=\"tel:+27145350150\">014 535 0150<br></a>Wild Cave Adventures   <br><a href=\"tel:+27824862464\">082 486 2464<br></a>Miracle Waters Dive Gateway   <br><a href=\"tel:+27832359840\">083 235 9840</a></p></div>\n<!-- /wp:uagb/faq-child -->\n\n<!-- wp:uagb/faq-child {\"block_id\":\"0167eb57\",\"question\":\"\\u003cstrong\\u003eHEALTH SPAS\\u003c/strong\\u003e\",\"answer\":\"Whispering Pines   \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27145771536\\u0022\\u003e014 577 1536\\u003cbr\\u003e\\u003c/a\\u003eMount Grace Spa   \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27145775600\\u0022\\u003e014 577 5600\\u003cbr\\u003e\\u003c/a\\u003eValley Lodge Spa   \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27145771301\\u0022\\u003e014 577 1301\\u003cbr\\u003e\\u003c/a\\u003eRosewell Spa   \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27145771172\\u0022\\u003e014 577 1172\\u003cbr\\u003e\\u003c/a\\u003eSparkling Waters   \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27145350019\\u0022\\u003e014 535 0019\\u003c/a\\u003e\"} -->\n<div class=\"wp-block-uagb-faq-child uagb-faq-child__outer-wrap uagb-faq-item uagb-block-0167eb57\" role=\"tab\" tabindex=\"0\"><div class=\"uagb-faq-questions-button uagb-faq-questions\"><span class=\"uagb-icon uagb-faq-icon-wrap\"><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 448 512\"><path d=\"M432 256c0 17.69-14.33 32.01-32 32.01H256v144c0 17.69-14.33 31.99-32 31.99s-32-14.3-32-31.99v-144H48c-17.67 0-32-14.32-32-32.01s14.33-31.99 32-31.99H192v-144c0-17.69 14.33-32.01 32-32.01s32 14.32 32 32.01v144h144C417.7 224 432 238.3 432 256z\"></path></svg></span><span class=\"uagb-icon-active uagb-faq-icon-wrap\"><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 448 512\"><path d=\"M400 288h-352c-17.69 0-32-14.32-32-32.01s14.31-31.99 32-31.99h352c17.69 0 32 14.3 32 31.99S417.7 288 400 288z\"></path></svg></span><span class=\"uagb-question\"><strong>HEALTH SPAS</strong></span></div><p class=\"uagb-faq-content\">Whispering Pines   <br><a href=\"tel:+27145771536\">014 577 1536<br></a>Mount Grace Spa   <br><a href=\"tel:+27145775600\">014 577 5600<br></a>Valley Lodge Spa   <br><a href=\"tel:+27145771301\">014 577 1301<br></a>Rosewell Spa   <br><a href=\"tel:+27145771172\">014 577 1172<br></a>Sparkling Waters   <br><a href=\"tel:+27145350019\">014 535 0019</a></p></div>\n<!-- /wp:uagb/faq-child -->\n\n<!-- wp:uagb/faq-child {\"block_id\":\"6480dad2\",\"question\":\"\\u003cstrong\\u003ePLACES OF INTEREST\\u003c/strong\\u003e\",\"answer\":\"Maropeng Visitors Centre   \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27145779000\\u0022\\u003e014 577 9000\\u003cbr\\u003e\\u003c/a\\u003eSterkfontein Caves   \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27116683200\\u0022\\u003e011 668 3200\\u003cbr\\u003e\\u003c/a\\u003eBlaaubank Gold Mine   \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27825673111\\u0022\\u003e082 567 3111\\u003cbr\\u003e\\u003c/a\\u003eVan Gaalen Cheese Farm   \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27122071289\\u0022\\u003e012 207 1289\\u003cbr\\u003e\\u003c/a\\u003eHartebeespoort Cableway   \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27722412654\\u0022\\u003e072 241 2654\\u003cbr\\u003e\\u003c/a\\u003eElephant Sanctuary             \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27122580423\\u0022\\u003e012 258 0423\\u003cbr\\u003e\\u003c/a\\u003eTeam Gel   \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27114622894\\u0022\\u003e011 462 2894\\u003c/a\\u003e / \\u003ca href=\\u0022tel:+27833207623\\u0022\\u003e083 320 7623\\u003c/a\\u003e\\u003cbr\\u003eMonate Citrus Kelder   \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27122580712\\u0022\\u003e012 258 0712\\u003cbr\\u003e\\u003c/a\\u003eLiving Jewels   \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27119566444\\u0022\\u003e011 956 6444\\u003cbr\\u003e\\u003c/a\\u003eBlaaubank Candle Dipping   \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27145774609\\u0022\\u003e014 577 4609\\u003cbr\\u003e\\u003c/a\\u003eVeggie Picking \\u0026amp; Strawberry Picking \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27122071116\\u0022\\u003e012 207 1116\\u003c/a\\u003e\"} -->\n<div class=\"wp-block-uagb-faq-child uagb-faq-child__outer-wrap uagb-faq-item uagb-block-6480dad2\" role=\"tab\" tabindex=\"0\"><div class=\"uagb-faq-questions-button uagb-faq-questions\"><span class=\"uagb-icon uagb-faq-icon-wrap\"><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 448 512\"><path d=\"M432 256c0 17.69-14.33 32.01-32 32.01H256v144c0 17.69-14.33 31.99-32 31.99s-32-14.3-32-31.99v-144H48c-17.67 0-32-14.32-32-32.01s14.33-31.99 32-31.99H192v-144c0-17.69 14.33-32.01 32-32.01s32 14.32 32 32.01v144h144C417.7 224 432 238.3 432 256z\"></path></svg></span><span class=\"uagb-icon-active uagb-faq-icon-wrap\"><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 448 512\"><path d=\"M400 288h-352c-17.69 0-32-14.32-32-32.01s14.31-31.99 32-31.99h352c17.69 0 32 14.3 32 31.99S417.7 288 400 288z\"></path></svg></span><span class=\"uagb-question\"><strong>PLACES OF INTEREST</strong></span></div><p class=\"uagb-faq-content\">Maropeng Visitors Centre   <br><a href=\"tel:+27145779000\">014 577 9000<br></a>Sterkfontein Caves   <br><a href=\"tel:+27116683200\">011 668 3200<br></a>Blaaubank Gold Mine   <br><a href=\"tel:+27825673111\">082 567 3111<br></a>Van Gaalen Cheese Farm   <br><a href=\"tel:+27122071289\">012 207 1289<br></a>Hartebeespoort Cableway   <br><a href=\"tel:+27722412654\">072 241 2654<br></a>Elephant Sanctuary             <br><a href=\"tel:+27122580423\">012 258 0423<br></a>Team Gel   <br><a href=\"tel:+27114622894\">011 462 2894</a> / <a href=\"tel:+27833207623\">083 320 7623</a><br>Monate Citrus Kelder   <br><a href=\"tel:+27122580712\">012 258 0712<br></a>Living Jewels   <br><a href=\"tel:+27119566444\">011 956 6444<br></a>Blaaubank Candle Dipping   <br><a href=\"tel:+27145774609\">014 577 4609<br></a>Veggie Picking &amp; Strawberry Picking <br><a href=\"tel:+27122071116\">012 207 1116</a></p></div>\n<!-- /wp:uagb/faq-child --></div>\n<!-- /wp:uagb/faq --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"f29158cb\",\"innerContentCustomWidthDesktop\":781,\"innerContentCustomWidthTablet\":781,\"backgroundType\":\"image\",\"backgroundImageDesktop\":{\"id\":907,\"title\":\"241565_xl\",\"filename\":\"241565_xl.jpg\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/241565_xl.jpg\",\"link\":\"https://blueroan.netgen.cloud/home/241565_xl/\",\"alt\":\"\",\"author\":\"2\",\"description\":\"\",\"caption\":\"\",\"name\":\"241565_xl\",\"status\":\"inherit\",\"uploadedTo\":760,\"date\":\"2022-12-13T15:04:35.000Z\",\"modified\":\"2022-12-13T15:04:35.000Z\",\"menuOrder\":0,\"mime\":\"image/jpeg\",\"type\":\"image\",\"subtype\":\"jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-includes/images/media/default.png\",\"dateFormatted\":\"December 13, 2022\",\"nonces\":{\"update\":\"8ba15922a4\",\"delete\":\"e660ddd200\",\"edit\":\"57c3a4b066\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=907\\u0026action=edit\",\"meta\":false,\"authorName\":\"Netgen Support\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/profile.php\",\"uploadedToTitle\":\"Home\",\"uploadedToLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=760\\u0026action=edit\",\"filesizeInBytes\":90717,\"filesizeHumanReadable\":\"89 KB\",\"context\":\"\",\"height\":534,\"width\":800,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/241565_xl-150x150.jpg\",\"orientation\":\"landscape\"},\"medium\":{\"height\":200,\"width\":300,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/241565_xl-300x200.jpg\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/241565_xl.jpg\",\"height\":534,\"width\":800,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"backgroundImageColor\":\"rgba(42,42,42,0.65)\",\"topPaddingDesktop\":144,\"bottomPaddingDesktop\":144,\"leftPaddingDesktop\":40,\"rightPaddingDesktop\":40,\"topPaddingTablet\":80,\"bottomPaddingTablet\":80,\"leftPaddingTablet\":40,\"rightPaddingTablet\":40,\"topPaddingMobile\":64,\"bottomPaddingMobile\":64,\"leftPaddingMobile\":24,\"rightPaddingMobile\":24,\"paddingLink\":false,\"variationSelected\":true,\"isBlockRootParent\":true,\"overlayType\":\"color\"} -->\n<div class=\"wp-block-uagb-container uagb-block-f29158cb alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/advanced-heading {\"block_id\":\"8f31bc99\",\"classMigrate\":true,\"headingDescToggle\":true,\"headingAlign\":\"center\",\"headingColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"subHeadingColor\":\"var(\\u002d\\u002dast-global-color-4)\",\"headSpace\":20} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-8f31bc99\"><h2 class=\"uagb-heading-text\">Create Memorable Moments at Blue Roan!</h2><p class=\"uagb-desc-text\">Blue Roan is a 4-star graded pet-friendly venue</p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/advanced-heading {\"block_id\":\"01711d15\",\"classMigrate\":true,\"headingTitleToggle\":false,\"headingDescToggle\":true,\"headingAlign\":\"center\",\"subHeadingColor\":\"var(\\u002d\\u002dast-global-color-4)\",\"subHeadTransform\":\"uppercase\",\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"subHeadLetterSpacing\":2,\"blockTopPadding\":60,\"blockRightPadding\":0,\"blockLeftPadding\":0,\"blockBottomPadding\":0,\"blockTopPaddingMobile\":30,\"blockRightPaddingMobile\":0,\"blockLeftPaddingMobile\":0,\"blockBottomPaddingMobile\":0,\"linkColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"linkHColor\":\"var(\\u002d\\u002dast-global-color-0)\"} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-01711d15\"><p class=\"uagb-desc-text\"><a href=\"https://book.nightsbridge.com/11065\" target=\"_blank\" rel=\"noreferrer noopener\">BOOK YOUR STAY NOW​</a></p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/icon-list {\"block_id\":\"49563947\",\"classMigrate\":true,\"childMigrate\":true,\"align\":\"center\",\"parentIcon\":\"phone\",\"size\":40,\"sizeMobile\":24,\"sizeTablet\":32,\"fontSize\":48,\"fontSizeMobile\":28,\"fontSizeTablet\":40,\"fontWeight\":\"600\",\"iconColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"labelColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"blockTopPadding\":0,\"blockRightPadding\":0,\"blockLeftPadding\":0,\"blockBottomPadding\":24,\"blockPaddingLink\":false} -->\n<div class=\"wp-block-uagb-icon-list uagb-block-49563947\"><div class=\"uagb-icon-list__wrap\"><!-- wp:uagb/icon-list-child {\"block_id\":\"d853dbb9\",\"label\":\"+ 27 (0) 82 575 5409\",\"label_color\":\"\",\"link\":\"tel:+27825755409\",\"disableLink\":true,\"fromParentIcon\":\"phone\",\"imageSizeChild\":40} -->\n<div class=\"wp-block-uagb-icon-list-child uagb-block-d853dbb9\"><a target=\"_self\" aria-label=\"+ 27 (0) 82 575 5409\" rel=\"noopener noreferrer\" href=\"tel:+27825755409\"> </a><span class=\"uagb-icon-list__source-wrap\"><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M511.2 387l-23.25 100.8c-3.266 14.25-15.79 24.22-30.46 24.22C205.2 512 0 306.8 0 54.5c0-14.66 9.969-27.2 24.22-30.45l100.8-23.25C139.7-2.602 154.7 5.018 160.8 18.92l46.52 108.5c5.438 12.78 1.77 27.67-8.98 36.45L144.5 207.1c33.98 69.22 90.26 125.5 159.5 159.5l44.08-53.8c8.688-10.78 23.69-14.51 36.47-8.975l108.5 46.51C506.1 357.2 514.6 372.4 511.2 387z\"></path></svg></span><span class=\"uagb-icon-list__label\">+ 27 (0) 82 575 5409</span></div>\n<!-- /wp:uagb/icon-list-child -->\n\n<!-- wp:uagb/icon-list-child {\"block_id\":\"56345d5d\",\"label\":\" blueroan@ugo.co.za\",\"icon\":\"envelope\",\"label_color\":\"\",\"link\":\"mailto: blueroan@ugo.co.za\",\"disableLink\":true} -->\n<div class=\"wp-block-uagb-icon-list-child uagb-block-56345d5d\"><a target=\"_self\" aria-label=\" blueroan@ugo.co.za\" rel=\"noopener noreferrer\" href=\"mailto:blueroan@ugo.co.za\"> </a><span class=\"uagb-icon-list__source-wrap\"><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M464 64C490.5 64 512 85.49 512 112C512 127.1 504.9 141.3 492.8 150.4L275.2 313.6C263.8 322.1 248.2 322.1 236.8 313.6L19.2 150.4C7.113 141.3 0 127.1 0 112C0 85.49 21.49 64 48 64H464zM217.6 339.2C240.4 356.3 271.6 356.3 294.4 339.2L512 176V384C512 419.3 483.3 448 448 448H64C28.65 448 0 419.3 0 384V176L217.6 339.2z\"></path></svg></span><span class=\"uagb-icon-list__label\"> blueroan@ugo.co.za</span></div>\n<!-- /wp:uagb/icon-list-child --></div></div>\n<!-- /wp:uagb/icon-list --></div></div>\n<!-- /wp:uagb/container -->',	'Amenities',	'',	'inherit',	'closed',	'closed',	'',	'762-revision-v1',	'',	'',	'2022-12-19 14:27:35',	'2022-12-19 14:27:35',	'',	762,	'https://blueroan.netgen.cloud/?p=1359',	0,	'revision',	'',	0),
(1361,	2,	'2022-12-21 09:54:53',	'2022-12-21 09:54:53',	'<!-- wp:uagb/container {\"block_id\":\"e249ce5a\",\"minHeightDesktop\":95,\"minHeightTablet\":70,\"minHeightMobile\":80,\"minHeightType\":\"vh\",\"alignItemsDesktop\":\"flex-start\",\"backgroundType\":\"image\",\"backgroundImageDesktop\":{\"uploading\":false,\"date\":1670921854000,\"filename\":\"Blue-Roan-pool.jpg\",\"menuOrder\":0,\"uploadedTo\":760,\"type\":\"image\",\"subtype\":\"jpeg\",\"id\":784,\"title\":\"Blue Roan - pool\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Blue-Roan-pool.jpg\",\"link\":\"https://blueroan.netgen.cloud/home/blue-roan-pool/\",\"alt\":\"\",\"author\":\"2\",\"description\":\"\",\"caption\":\"\",\"name\":\"blue-roan-pool\",\"status\":\"inherit\",\"modified\":1670921854000,\"mime\":\"image/jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-includes/images/media/default.png\",\"dateFormatted\":\"December 13, 2022\",\"nonces\":{\"update\":\"51a12ed09e\",\"delete\":\"5174068551\",\"edit\":\"1de0721407\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=784\\u0026action=edit\",\"meta\":false,\"authorName\":\"Netgen Support\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/profile.php\",\"uploadedToTitle\":\"Home\",\"uploadedToLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=760\\u0026action=edit\",\"filesizeInBytes\":154801,\"filesizeHumanReadable\":\"151 KB\",\"context\":\"\",\"height\":667,\"width\":1000,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Blue-Roan-pool-150x150.jpg\",\"orientation\":\"landscape\"},\"medium\":{\"height\":200,\"width\":300,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Blue-Roan-pool-300x200.jpg\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Blue-Roan-pool.jpg\",\"height\":667,\"width\":1000,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"backgroundPositionDesktop\":{\"x\":0.5,\"y\":0.25},\"backgroundImageColor\":\"rgba(42,42,42,0.35)\",\"topPaddingDesktop\":0,\"bottomPaddingDesktop\":0,\"leftPaddingDesktop\":40,\"rightPaddingDesktop\":40,\"topPaddingTablet\":120,\"bottomPaddingTablet\":120,\"leftPaddingTablet\":40,\"rightPaddingTablet\":40,\"topPaddingMobile\":150,\"bottomPaddingMobile\":150,\"leftPaddingMobile\":20,\"rightPaddingMobile\":20,\"paddingLink\":false,\"variationSelected\":true,\"isBlockRootParent\":true,\"overlayType\":\"color\",\"minHeightTypeTablet\":\"vh\",\"minHeightTypeMobile\":\"vh\"} -->\n<div class=\"wp-block-uagb-container uagb-block-e249ce5a alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/info-box {\"classMigrate\":true,\"headingAlign\":\"left\",\"headingColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"subHeadingColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"headingTag\":\"h1\",\"subHeadFontSize\":17,\"subHeadFontSizeMobile\":15,\"headSpace\":20,\"subHeadSpace\":40,\"block_id\":\"c5ddac81\",\"ctaIcon\":\"\",\"ctaType\":\"button\",\"ctaText\":\"Book Your Stay Now\",\"ctaLink\":\"https://book.nightsbridge.com/11065\",\"ctaBtnLinkColor\":\"var(\\u002d\\u002dast-global-color-2)\",\"ctaLinkHoverColor\":\"var(\\u002d\\u002dast-global-color-2)\",\"ctaBgColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"ctaBgHoverColor\":\"var(\\u002d\\u002dast-global-color-4)\",\"ctaBorderColor\":\"\",\"ctaBorderStyle\":\"\",\"ctaBorderWidth\":\"\",\"ctaBorderRadius\":\"\",\"iconImage\":{\"url\":\"\",\"alt\":\"InfoBox placeholder img\"},\"showIcon\":false,\"paddingBtnTop\":18,\"paddingBtnBottom\":18,\"paddingBtnLeft\":34,\"paddingBtnRight\":34,\"blockTopPadding\":5,\"blockRightPadding\":40,\"blockLeftPadding\":0,\"blockBottomPadding\":0,\"blockTopPaddingTablet\":0,\"blockRightPaddingTablet\":64,\"blockLeftPaddingTablet\":0,\"blockBottomPaddingTablet\":0,\"blockTopPaddingMobile\":0,\"blockRightPaddingMobile\":0,\"blockLeftPaddingMobile\":0,\"blockBottomPaddingMobile\":0,\"blockPaddingUnit\":\"%\",\"blockPaddingLink\":false,\"subHeadMarginTopTablet\":0,\"subHeadMarginRightTablet\":64,\"subHeadTabletSpace\":40,\"subHeadMarginLeftTablet\":0,\"subHeadMarginTopMobile\":0,\"subHeadMarginRightMobile\":0,\"subHeadMobileSpace\":40,\"subHeadMarginLeftMobile\":0,\"btnBorderTopWidth\":1,\"btnBorderLeftWidth\":1,\"btnBorderRightWidth\":1,\"btnBorderBottomWidth\":1,\"btnBorderTopLeftRadius\":0,\"btnBorderTopRightRadius\":0,\"btnBorderBottomLeftRadius\":0,\"btnBorderBottomRightRadius\":0,\"btnBorderStyle\":\"none\",\"btnBorderColor\":\"#333\"} -->\n<div class=\"wp-block-uagb-info-box uagb-block-c5ddac81 uagb-infobox__content-wrap  uagb-infobox-icon-above-title uagb-infobox-image-valign-top\"><div class=\"uagb-ifb-content\"><div class=\"uagb-ifb-title-wrap\"><h1 class=\"uagb-ifb-title\"><strong>Magaliesburg pet friendly self-catering accommodation</strong></h1></div><p class=\"uagb-ifb-desc\">Romantic pet-friendly self-catering accommodation in Magaliesburg, Gauteng.</p><div class=\"uagb-ifb-button-wrapper wp-block-button\"><a href=\"https://book.nightsbridge.com/11065\" class=\"uagb-infobox-cta-link wp-block-button__link\" target=\"_self\" rel=\"noopener noreferrer\" alt=\"\"><span class=\"uagb-inline-editing\">Book Your Stay Now</span></a></div></div></div>\n<!-- /wp:uagb/info-box --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"d199b932\",\"directionDesktop\":\"row\",\"directionMobile\":\"column-reverse\",\"alignItemsDesktop\":\"flex-start\",\"backgroundType\":\"color\",\"backgroundSizeTablet\":\"cover\",\"backgroundSizeMobile\":\"cover\",\"backgroundColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"topPaddingDesktop\":60,\"bottomPaddingDesktop\":60,\"topPaddingTablet\":80,\"bottomPaddingTablet\":80,\"leftPaddingTablet\":40,\"rightPaddingTablet\":40,\"topPaddingMobile\":64,\"bottomPaddingMobile\":64,\"leftPaddingMobile\":24,\"rightPaddingMobile\":24,\"paddingLink\":false,\"variationSelected\":true,\"columnGapDesktop\":60,\"columnGapTablet\":50,\"isBlockRootParent\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-d199b932 alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/container {\"block_id\":\"65709fd7\",\"widthDesktop\":50,\"variationSelected\":true,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-65709fd7\"><!-- wp:image {\"id\":797,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-13.jpg\" alt=\"\" class=\"wp-image-797\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>We have 7 lovely brick&nbsp;<strong>self-catering</strong>&nbsp;units, each one private and with its own character and theme. &nbsp;They are designed exclusively for couples with or without pets wanting a romantic and peaceful place to connect, re-connect, celebrate special occasions, or somewhere quiet and comfortable to come for a holiday</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:buttons -->\n<div class=\"wp-block-buttons\"><!-- wp:button -->\n<div class=\"wp-block-button\"><a class=\"wp-block-button__link wp-element-button\" href=\"/accommodation/\">View accomodation</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"aa330093\",\"widthDesktop\":50,\"leftPaddingDesktop\":0,\"paddingLink\":false,\"variationSelected\":true,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-aa330093\"><!-- wp:uagb/advanced-heading {\"block_id\":\"d41f36af\",\"classMigrate\":true,\"headingDescToggle\":true,\"subHeadingColor\":\"\",\"headSpace\":20,\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-d41f36af\"><h2 class=\"uagb-heading-text\"><strong>Blue Roan is a 3-star graded pet-friendly venue</strong></h2><p class=\"uagb-desc-text\">Our goal is to provide high-quality, romantic, comfortable, and affordable self-catering accommodation on the outskirts of the village of &nbsp;Magaliesburg. &nbsp;For animal lovers, we are also&nbsp;pet-friendly&nbsp;by arrangement in most of the units all of which have their own fully fenced and gated private grassy gardens.</p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/image {\"block_id\":\"2b4b668c\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/hammock-in-the-garden.jpg\",\"align\":\"left\",\"id\":799,\"linkDestination\":\"none\",\"naturalWidth\":600,\"naturalHeight\":400,\"sizeSlug\":\"full\",\"sizeSlugTablet\":\"full\",\"sizeSlugMobile\":\"full\",\"imageTopMargin\":20,\"imageRightMargin\":0,\"imageLeftMargin\":0,\"imageBottomMargin\":0,\"imageTopMarginMobile\":0,\"imageRightMarginMobile\":0,\"imageLeftMarginMobile\":0,\"imageBottomMarginMobile\":0,\"imageMarginLink\":false} -->\n<div class=\"wp-block-uagb-image uagb-block-2b4b668c wp-block-uagb-image--layout-default wp-block-uagb-image--effect-static wp-block-uagb-image--align-left\"><figure class=\"wp-block-uagb-image__figure\"><img srcset=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/hammock-in-the-garden.jpg \" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/hammock-in-the-garden.jpg\" alt=\"\" class=\"uag-image-799\" width=\"\" height=\"\" title=\"\" loading=\"lazy\"/></figure></div>\n<!-- /wp:uagb/image --></div>\n<!-- /wp:uagb/container --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"f9179f4f\",\"directionDesktop\":\"row\",\"directionMobile\":\"column-reverse\",\"alignItemsDesktop\":\"flex-start\",\"backgroundType\":\"color\",\"backgroundSizeTablet\":\"cover\",\"backgroundSizeMobile\":\"cover\",\"backgroundColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"topPaddingDesktop\":0,\"bottomPaddingDesktop\":0,\"topPaddingTablet\":80,\"bottomPaddingTablet\":80,\"leftPaddingTablet\":40,\"rightPaddingTablet\":40,\"topPaddingMobile\":64,\"bottomPaddingMobile\":64,\"leftPaddingMobile\":24,\"rightPaddingMobile\":24,\"paddingLink\":false,\"variationSelected\":true,\"rowGapDesktop\":0,\"columnGapDesktop\":0,\"columnGapTablet\":50,\"isBlockRootParent\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-f9179f4f alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:image {\"align\":\"center\",\"id\":1344,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image aligncenter size-large\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/tgcsa-full-3-stars-1024x366.jpg\" alt=\"\" class=\"wp-image-1344\"/></figure>\n<!-- /wp:image --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"b09050e7\",\"backgroundType\":\"color\",\"backgroundSizeTablet\":\"cover\",\"backgroundSizeMobile\":\"cover\",\"backgroundColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"topPaddingDesktop\":50,\"bottomPaddingDesktop\":100,\"topPaddingTablet\":50,\"bottomPaddingTablet\":25,\"leftPaddingTablet\":20,\"rightPaddingTablet\":20,\"topPaddingMobile\":50,\"bottomPaddingMobile\":20,\"leftPaddingMobile\":20,\"rightPaddingMobile\":20,\"paddingLink\":false,\"variationSelected\":true,\"rowGapDesktop\":0,\"isBlockRootParent\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-b09050e7 alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/container {\"block_id\":\"7dafd5f0\",\"directionDesktop\":\"row\",\"alignItemsDesktop\":\"flex-end\",\"alignItemsTablet\":\"flex-end\",\"justifyContentDesktop\":\"flex-end\",\"justifyContentTablet\":\"space-between\",\"variationSelected\":true,\"rowGapMobile\":30,\"columnGapDesktop\":0} -->\n<div class=\"wp-block-uagb-container uagb-block-7dafd5f0\"><!-- wp:uagb/advanced-heading {\"block_id\":\"a728b435\",\"classMigrate\":true,\"headingDescToggle\":true,\"subHeadingColor\":\"\",\"headSpace\":20,\"subHeadFontSize\":16} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-a728b435\"><h2 class=\"uagb-heading-text\">Amenities &amp; Interests ​</h2><p class=\"uagb-desc-text\">The Blue Roan Country Lodge is situated just 5 minutes from the village of Magaliesburg on a tar road so easy access for all cars. &nbsp;We have panoramic views of the Magaliesberg mountain range and our farm is the perfect place for a relaxing getaway in the country. &nbsp;As we are only 70 km from JHB and Pretoria, it is only an hour’s drive.</p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/buttons {\"block_id\":\"2af37055\",\"classMigrate\":true,\"childMigrate\":true,\"align\":\"right\",\"alignTablet\":\"right\",\"alignMobile\":\"left\",\"gap\":0} -->\n<div class=\"wp-block-uagb-buttons uagb-buttons__outer-wrap uagb-btn__default-btn uagb-btn-tablet__default-btn uagb-btn-mobile__default-btn uagb-block-2af37055\"><div class=\"uagb-buttons__wrap uagb-buttons-layout-wrap\"><!-- wp:uagb/buttons-child {\"block_id\":\"1cfb9e7f\",\"label\":\"View All\",\"link\":\"/amenities/\",\"hColor\":\"\",\"borderWidth\":\"\",\"borderRadius\":\"\",\"borderStyle\":\"\",\"borderColor\":\"\",\"borderHColor\":\"\",\"btnBorderTopWidth\":1,\"btnBorderLeftWidth\":1,\"btnBorderRightWidth\":1,\"btnBorderBottomWidth\":1,\"btnBorderTopLeftRadius\":2,\"btnBorderTopRightRadius\":2,\"btnBorderBottomLeftRadius\":2,\"btnBorderBottomRightRadius\":2,\"btnBorderStyle\":\"solid\",\"btnBorderColor\":\"#333\",\"btnBorderHColor\":\"#333\"} -->\n<div class=\"wp-block-uagb-buttons-child uagb-buttons__outer-wrap uagb-block-1cfb9e7f wp-block-button is-style-outline\"><div class=\"uagb-button__wrapper\"><a class=\"uagb-buttons-repeater wp-block-button__link\" href=\"/amenities/\" rel=\"follow noopener\" target=\"_self\"><div class=\"uagb-button__link\">View All</div></a></div></div>\n<!-- /wp:uagb/buttons-child --></div></div>\n<!-- /wp:uagb/buttons --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"b9f155e6\",\"directionDesktop\":\"row\",\"alignItemsTablet\":\"flex-start\",\"paddingLink\":false,\"topMarginDesktop\":50,\"bottomMarginDesktop\":20,\"leftMarginDesktop\":0,\"rightMarginDesktop\":0,\"marginLink\":false,\"variationSelected\":true,\"rowGapMobile\":65,\"columnGapDesktop\":48,\"columnGapTablet\":20} -->\n<div class=\"wp-block-uagb-container uagb-block-b9f155e6\"><!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"align\":\"center\",\"id\":828,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image aligncenter size-full\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Blue-Roan-pool.png\" alt=\"Blue Roan\'s rock pool\" class=\"wp-image-828\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>A relaxing rock Pool​</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>We have a lovely sparkling blue rock pool next to a thatched Lapa. &nbsp;&nbsp;Lie on recliners on the green lawn or sit on the swing chair in the Lapa and enjoy the panoramic view of the Magaliesberg mountain range.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":829,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/img-20160605-wa0002-largejpg.png\" alt=\"\" class=\"wp-image-829\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>Braai facilities </h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>What can compare to a burning fire under the star-lit African sky? Nothing beats the flavor of cooking over an open flame.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":1354,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Games-Room.png\" alt=\"\" class=\"wp-image-1354\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>A games room </h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>The reception is also a games room for those who enjoy darts or playing pool. &nbsp;Take a selection of DVDs back to your room and watch movies on your own DVD player. &nbsp;There is also a selection of board games and music CDs that you can borrow.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div>\n<!-- /wp:uagb/container --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"9f358906\",\"backgroundType\":\"color\",\"backgroundSizeTablet\":\"cover\",\"backgroundSizeMobile\":\"cover\",\"backgroundColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"bottomPaddingDesktop\":104,\"leftPaddingDesktop\":40,\"rightPaddingDesktop\":40,\"topPaddingTablet\":80,\"bottomPaddingTablet\":80,\"leftPaddingTablet\":40,\"rightPaddingTablet\":40,\"topPaddingMobile\":64,\"bottomPaddingMobile\":64,\"leftPaddingMobile\":24,\"rightPaddingMobile\":24,\"paddingLink\":false,\"variationSelected\":true,\"rowGapDesktop\":0,\"isBlockRootParent\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-9f358906 alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/advanced-heading {\"block_id\":\"37dabe98\",\"classMigrate\":true,\"headingDescToggle\":true,\"headingAlign\":\"center\",\"headingAlignMobile\":\"left\",\"subHeadingColor\":\"\",\"headSpace\":20,\"subHeadFontSize\":16,\"blockBottomPadding\":20} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-37dabe98\"><h2 class=\"uagb-heading-text\">Our Inside Pictures​</h2><p class=\"uagb-desc-text\">Take a look at some pretty pictures captured in and around our premises.</p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/container {\"block_id\":\"1e43c7f5\",\"directionDesktop\":\"row\",\"alignItemsDesktop\":\"flex-start\",\"topMarginDesktop\":20,\"bottomMarginDesktop\":0,\"leftMarginDesktop\":0,\"rightMarginDesktop\":0,\"marginLink\":false,\"variationSelected\":true,\"rowGapMobile\":24,\"columnGapDesktop\":24,\"columnGapTablet\":20} -->\n<div class=\"wp-block-uagb-container uagb-block-1e43c7f5\"><!-- wp:uagb/container {\"block_id\":\"72bca6cb\",\"widthDesktop\":32,\"variationSelected\":true,\"rowGapDesktop\":24,\"rowGapTablet\":20,\"rowGapMobile\":24,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-72bca6cb\"><!-- wp:uagb/image {\"block_id\":\"8b1d369c\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/red-rose-1024x683.jpg\",\"id\":834,\"linkDestination\":\"none\",\"width\":385,\"height\":284,\"naturalWidth\":1024,\"naturalHeight\":683,\"sizeSlug\":\"large\",\"sizeSlugTablet\":\"large\",\"sizeSlugMobile\":\"large\",\"customHeightSetDesktop\":true} -->\n<div class=\"wp-block-uagb-image uagb-block-8b1d369c wp-block-uagb-image--layout-default wp-block-uagb-image--effect-static wp-block-uagb-image--align-none\"><figure class=\"wp-block-uagb-image__figure\"><img srcset=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/red-rose-1024x683.jpg \" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/red-rose-1024x683.jpg\" alt=\"\" class=\"uag-image-834\" width=\"385\" height=\"284\" title=\"\" loading=\"lazy\"/></figure></div>\n<!-- /wp:uagb/image -->\n\n<!-- wp:uagb/image {\"block_id\":\"c44d878d\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/49g.jpg\",\"id\":838,\"linkDestination\":\"none\",\"width\":385,\"height\":284,\"naturalWidth\":650,\"naturalHeight\":450,\"sizeSlug\":\"full\",\"sizeSlugTablet\":\"full\",\"sizeSlugMobile\":\"full\",\"customHeightSetDesktop\":true} -->\n<div class=\"wp-block-uagb-image uagb-block-c44d878d wp-block-uagb-image--layout-default wp-block-uagb-image--effect-static wp-block-uagb-image--align-none\"><figure class=\"wp-block-uagb-image__figure\"><img srcset=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/49g.jpg \" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/49g.jpg\" alt=\"\" class=\"uag-image-838\" width=\"385\" height=\"284\" title=\"\" loading=\"lazy\"/></figure></div>\n<!-- /wp:uagb/image --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"861db07b\",\"widthDesktop\":67,\"variationSelected\":true,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-861db07b\"><!-- wp:uagb/image {\"block_id\":\"f6739692\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAA39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba-1-1024x768.png\",\"id\":905,\"linkDestination\":\"none\",\"naturalWidth\":1024,\"naturalHeight\":768,\"sizeSlug\":\"large\",\"sizeSlugTablet\":\"large\",\"sizeSlugMobile\":\"large\"} -->\n<div class=\"wp-block-uagb-image uagb-block-f6739692 wp-block-uagb-image--layout-default wp-block-uagb-image--effect-static wp-block-uagb-image--align-none\"><figure class=\"wp-block-uagb-image__figure\"><img srcset=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAA39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba-1-1024x768.png \" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAA39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba-1-1024x768.png\" alt=\"\" class=\"uag-image-905\" width=\"\" height=\"\" title=\"\" loading=\"lazy\"/></figure></div>\n<!-- /wp:uagb/image --></div>\n<!-- /wp:uagb/container --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"958d4594\",\"directionDesktop\":\"row\",\"alignItemsDesktop\":\"flex-start\",\"topMarginDesktop\":24,\"bottomMarginDesktop\":0,\"leftMarginDesktop\":0,\"rightMarginDesktop\":0,\"topMarginTablet\":20,\"bottomMarginTablet\":0,\"leftMarginTablet\":0,\"rightMarginTablet\":0,\"topMarginMobile\":24,\"bottomMarginMobile\":0,\"leftMarginMobile\":0,\"rightMarginMobile\":0,\"marginLink\":false,\"variationSelected\":true,\"columnGapDesktop\":24,\"columnGapTablet\":20} -->\n<div class=\"wp-block-uagb-container uagb-block-958d4594\"><!-- wp:uagb/container {\"block_id\":\"4f577498\",\"widthDesktop\":67,\"variationSelected\":true,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-4f577498\"><!-- wp:image {\"id\":837,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-8-1024x678.jpg\" alt=\"\" class=\"wp-image-837\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"f01d1cc1\",\"widthDesktop\":32,\"variationSelected\":true,\"rowGapDesktop\":24,\"rowGapTablet\":20,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-f01d1cc1\"><!-- wp:uagb/image {\"block_id\":\"fdc78320\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Blue-roan-pool-01.jpg\",\"id\":782,\"linkDestination\":\"none\",\"width\":385,\"height\":250,\"naturalWidth\":800,\"naturalHeight\":534,\"sizeSlug\":\"full\",\"sizeSlugTablet\":\"full\",\"sizeSlugMobile\":\"full\",\"customHeightSetDesktop\":true} -->\n<div class=\"wp-block-uagb-image uagb-block-fdc78320 wp-block-uagb-image--layout-default wp-block-uagb-image--effect-static wp-block-uagb-image--align-none\"><figure class=\"wp-block-uagb-image__figure\"><img srcset=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Blue-roan-pool-01.jpg \" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Blue-roan-pool-01.jpg\" alt=\"\" class=\"uag-image-782\" width=\"385\" height=\"250\" title=\"\" loading=\"lazy\"/></figure></div>\n<!-- /wp:uagb/image -->\n\n<!-- wp:uagb/image {\"block_id\":\"9161fe25\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/bird-1024x683.jpg\",\"id\":910,\"linkDestination\":\"none\",\"width\":385,\"height\":250,\"naturalWidth\":1024,\"naturalHeight\":683,\"sizeSlug\":\"large\",\"sizeSlugTablet\":\"large\",\"sizeSlugMobile\":\"large\",\"customHeightSetDesktop\":true} -->\n<div class=\"wp-block-uagb-image uagb-block-9161fe25 wp-block-uagb-image--layout-default wp-block-uagb-image--effect-static wp-block-uagb-image--align-none\"><figure class=\"wp-block-uagb-image__figure\"><img srcset=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/bird-1024x683.jpg \" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/bird-1024x683.jpg\" alt=\"\" class=\"uag-image-910\" width=\"385\" height=\"250\" title=\"\" loading=\"lazy\"/></figure></div>\n<!-- /wp:uagb/image --></div>\n<!-- /wp:uagb/container --></div>\n<!-- /wp:uagb/container --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"5838f48f\",\"backgroundType\":\"color\",\"backgroundSizeTablet\":\"cover\",\"backgroundSizeMobile\":\"cover\",\"backgroundColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"topPaddingDesktop\":40,\"bottomPaddingDesktop\":104,\"leftPaddingDesktop\":40,\"rightPaddingDesktop\":40,\"topPaddingTablet\":80,\"bottomPaddingTablet\":80,\"leftPaddingTablet\":40,\"rightPaddingTablet\":40,\"topPaddingMobile\":64,\"bottomPaddingMobile\":64,\"leftPaddingMobile\":24,\"rightPaddingMobile\":24,\"paddingLink\":false,\"variationSelected\":true,\"rowGapDesktop\":0,\"isBlockRootParent\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-5838f48f alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/advanced-heading {\"block_id\":\"342dbc76\",\"classMigrate\":true,\"headingDescToggle\":true,\"headingAlign\":\"center\",\"headingAlignMobile\":\"left\",\"subHeadingColor\":\"\",\"headSpace\":20,\"subHeadFontSize\":16,\"blockBottomPadding\":20} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-342dbc76\"><h2 class=\"uagb-heading-text\">What Our Guests Say​</h2><p class=\"uagb-desc-text\">We take pride in serving our guests the best experience. </p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/container {\"block_id\":\"b28dcda6\",\"directionDesktop\":\"row\",\"topMarginDesktop\":40,\"bottomMarginDesktop\":0,\"leftMarginDesktop\":0,\"rightMarginDesktop\":0,\"marginLink\":false,\"variationSelected\":true,\"rowGapMobile\":40,\"columnGapDesktop\":90} -->\n<div class=\"wp-block-uagb-container uagb-block-b28dcda6\"><!-- wp:uagb/container {\"block_id\":\"b5f7bea2\",\"widthDesktop\":50,\"variationSelected\":true,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-b5f7bea2\"><!-- wp:uagb/testimonial {\"test_item_count\":1,\"classMigrate\":true,\"test_block\":[{\"description\":\"\\u0022Thank you for a most enjoyable weekend stay and for making our anniversary so special.  Thank you for your kind and lovely friendship which we really appreciate!!!\\u0022​\",\"name\":\"\\u003cstrong\\u003eBrenda and Theuns\\u003c/strong\\u003e\",\"company\":\"\",\"image\":{\"id\":119,\"title\":\"testimonial1\",\"filename\":\"testimonial1.jpg\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/testimonial1.jpg\",\"link\":\"https://blueroan.netgen.cloud/testimonial1/\",\"alt\":\"\",\"author\":\"34\",\"description\":\"\",\"caption\":\"\",\"name\":\"testimonial1\",\"status\":\"inherit\",\"uploadedTo\":0,\"date\":\"2021-05-11T05:02:02.000Z\",\"modified\":\"2021-05-11T05:02:02.000Z\",\"menuOrder\":0,\"mime\":\"image/jpeg\",\"type\":\"image\",\"subtype\":\"jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/default.png\",\"dateFormatted\":\"May 11, 2021\",\"nonces\":{\"update\":\"b92fe40c3d\",\"delete\":\"643c1eb8f1\",\"edit\":\"d3e7d56b1d\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=119\\u0026action=edit\",\"meta\":false,\"authorName\":\"Rishabh\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/user-edit.php?user_id=34\",\"filesizeInBytes\":11264,\"filesizeHumanReadable\":\"11 KB\",\"context\":\"\",\"height\":250,\"width\":250,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/testimonial1-150x150.jpg\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/testimonial1.jpg\",\"height\":250,\"width\":250,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}}}],\"headingAlign\":\"left\",\"headingAlignTablet\":\"left\",\"headingAlignMobile\":\"left\",\"descColor\":\"var(\\u002d\\u002dast-global-color-3)\",\"nameFontSize\":14,\"nameLineHeight\":1,\"descFontSize\":16,\"descFontWeight\":\"600\",\"nameSpace\":1,\"block_id\":\"4e4b2c28\",\"iconImage\":{\"url\":\"\",\"alt\":\"InfoBox placeholder img\"},\"imageWidth\":32,\"columnGap\":1,\"borderStyle\":\"\",\"paddingTop\":0,\"paddingBottom\":0,\"paddingLeft\":0,\"paddingRight\":0,\"spacingLink\":true,\"imgpaddingTop\":0,\"imgpaddingRight\":15,\"imgpaddingBottom\":0,\"imgpaddingLeft\":0,\"overallBorderStyle\":\"none\",\"imgTagHeight\":32,\"imgTagWidth\":150} -->\n<div class=\"wp-block-uagb-testimonial uagb-slick-carousel uagb-tm__arrow-outside uagb-block-4e4b2c28 uagb-post__carousel_notset uagb-post__carousel_notset-tablet uagb-post__carousel_notset-mobile\"><div class=\"is-carousel uagb-tm__columns-1 uagb-tm__items\"><div class=\"uagb-testimonial__wrap  uagb-tm__imgicon-style-circle uagb-tm__image-position-bottom uagb-tm__bg-type-none \"><div class=\"uagb-tm__content\"><div class=\"uagb-tm__overlay\"></div><div class=\"uagb-tm__text-wrap\"><div class=\"uagb-tm__desc\">\"Thank you for a most enjoyable weekend stay and for making our anniversary so special.  Thank you for your kind and lovely friendship which we really appreciate!!!\"​</div><div class=\"uagb-tm__meta-inner\"><div class=\"uagb-tm__image-content\"><div class=\"uagb-tm__image\"><img class=\"uagb-tm-img-src\" src=\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/testimonial1-150x150.jpg\" alt=\"\" width=\"32\" height=\"32\" loading=\"lazy\"/></div></div><div class=\"uagb-testimonial-details\"><span class=\"uagb-tm__author-name\"><strong>Brenda and Theuns</strong></span><span class=\"uagb-tm__company\"></span></div></div></div></div></div></div></div>\n<!-- /wp:uagb/testimonial -->\n\n<!-- wp:uagb/testimonial {\"test_item_count\":1,\"classMigrate\":true,\"test_block\":[{\"description\":\"\\u0022Breaking away from city life and coming out to a most wonderful romantic weekend away.  The unit is so comfortable.  Thank you for your great hospitality - we had an awesome time here.  Go well - with love\\u0022​\",\"name\":\"\\u003cstrong\\u003e\\u003cstrong\\u003e\\u003cstrong\\u003eLiz \\u0026amp; Eddie\\u003c/strong\\u003e\\u003c/strong\\u003e\\u003c/strong\\u003e\",\"company\":\"\",\"image\":{\"id\":122,\"title\":\"testimonial4\",\"filename\":\"testimonial4.jpg\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/testimonial4.jpg\",\"link\":\"https://blueroan.netgen.cloud/testimonial4/\",\"alt\":\"\",\"author\":\"34\",\"description\":\"\",\"caption\":\"\",\"name\":\"testimonial4\",\"status\":\"inherit\",\"uploadedTo\":0,\"date\":\"2021-05-11T05:02:06.000Z\",\"modified\":\"2021-05-11T05:02:06.000Z\",\"menuOrder\":0,\"mime\":\"image/jpeg\",\"type\":\"image\",\"subtype\":\"jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/default.png\",\"dateFormatted\":\"May 11, 2021\",\"nonces\":{\"update\":\"4e34860add\",\"delete\":\"9e126a55cd\",\"edit\":\"33ffd3c040\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=122\\u0026action=edit\",\"meta\":false,\"authorName\":\"Rishabh\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/user-edit.php?user_id=34\",\"filesizeInBytes\":16584,\"filesizeHumanReadable\":\"16 KB\",\"context\":\"\",\"height\":250,\"width\":250,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/testimonial4-150x150.jpg\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/testimonial4.jpg\",\"height\":250,\"width\":250,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}}}],\"headingAlign\":\"left\",\"headingAlignTablet\":\"left\",\"headingAlignMobile\":\"left\",\"descColor\":\"var(\\u002d\\u002dast-global-color-3)\",\"nameFontSize\":14,\"nameLineHeight\":1,\"descFontSize\":16,\"descFontWeight\":\"600\",\"nameSpace\":1,\"block_id\":\"7ea1ebb1\",\"iconImage\":{\"url\":\"\",\"alt\":\"InfoBox placeholder img\"},\"imageWidth\":32,\"columnGap\":1,\"borderStyle\":\"\",\"paddingTop\":0,\"paddingBottom\":0,\"paddingLeft\":0,\"paddingRight\":0,\"spacingLink\":true,\"imgpaddingTop\":0,\"imgpaddingRight\":15,\"imgpaddingBottom\":0,\"imgpaddingLeft\":0,\"overallBorderStyle\":\"none\",\"imgTagHeight\":32,\"imgTagWidth\":150} -->\n<div class=\"wp-block-uagb-testimonial uagb-slick-carousel uagb-tm__arrow-outside uagb-block-7ea1ebb1 uagb-post__carousel_notset uagb-post__carousel_notset-tablet uagb-post__carousel_notset-mobile\"><div class=\"is-carousel uagb-tm__columns-1 uagb-tm__items\"><div class=\"uagb-testimonial__wrap  uagb-tm__imgicon-style-circle uagb-tm__image-position-bottom uagb-tm__bg-type-none \"><div class=\"uagb-tm__content\"><div class=\"uagb-tm__overlay\"></div><div class=\"uagb-tm__text-wrap\"><div class=\"uagb-tm__desc\">\"Breaking away from city life and coming out to a most wonderful romantic weekend away.  The unit is so comfortable.  Thank you for your great hospitality - we had an awesome time here.  Go well - with love\"​</div><div class=\"uagb-tm__meta-inner\"><div class=\"uagb-tm__image-content\"><div class=\"uagb-tm__image\"><img class=\"uagb-tm-img-src\" src=\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/testimonial4-150x150.jpg\" alt=\"\" width=\"32\" height=\"32\" loading=\"lazy\"/></div></div><div class=\"uagb-testimonial-details\"><span class=\"uagb-tm__author-name\"><strong><strong><strong>Liz &amp; Eddie</strong></strong></strong></span><span class=\"uagb-tm__company\"></span></div></div></div></div></div></div></div>\n<!-- /wp:uagb/testimonial --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"c5d4e545\",\"widthDesktop\":50,\"variationSelected\":true,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-c5d4e545\"><!-- wp:uagb/testimonial {\"test_item_count\":1,\"classMigrate\":true,\"test_block\":[{\"description\":\"\\u0022Judy, what a wonderful place you have here - we were so delighted to spend the weekend here, so tranquil, peaceful, and beautiful. You made us feel right at home. Definitely a place worth 5 stars! Go well.\\u0022​\",\"name\":\"\\u003cstrong\\u003e\\u003cstrong\\u003eBrian\\u003c/strong\\u003e\\u003c/strong\\u003e \\u003cstrong\\u003e\\u003cstrong\\u003e\\u003cstrong\\u003eand \\u003cstrong\\u003eMariska\\u003c/strong\\u003e\\u003c/strong\\u003e\\u003cbr\\u003e\\u003c/strong\\u003e\\u003c/strong\\u003e\",\"company\":\"\",\"image\":{\"id\":120,\"title\":\"testimonial2\",\"filename\":\"testimonial2.jpg\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/testimonial2.jpg\",\"link\":\"https://blueroan.netgen.cloud/testimonial2/\",\"alt\":\"\",\"author\":\"34\",\"description\":\"\",\"caption\":\"\",\"name\":\"testimonial2\",\"status\":\"inherit\",\"uploadedTo\":0,\"date\":\"2021-05-11T05:02:03.000Z\",\"modified\":\"2021-05-11T05:02:03.000Z\",\"menuOrder\":0,\"mime\":\"image/jpeg\",\"type\":\"image\",\"subtype\":\"jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/default.png\",\"dateFormatted\":\"May 11, 2021\",\"nonces\":{\"update\":\"1ee6412858\",\"delete\":\"4414a2ccbf\",\"edit\":\"bde7b1f490\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=120\\u0026action=edit\",\"meta\":false,\"authorName\":\"Rishabh\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/user-edit.php?user_id=34\",\"filesizeInBytes\":10087,\"filesizeHumanReadable\":\"10 KB\",\"context\":\"\",\"height\":250,\"width\":250,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/testimonial2-150x150.jpg\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/testimonial2.jpg\",\"height\":250,\"width\":250,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}}}],\"headingAlign\":\"left\",\"headingAlignTablet\":\"left\",\"headingAlignMobile\":\"left\",\"descColor\":\"var(\\u002d\\u002dast-global-color-3)\",\"nameFontSize\":14,\"nameLineHeight\":1,\"descFontSize\":16,\"descFontWeight\":\"600\",\"nameSpace\":1,\"block_id\":\"738a2521\",\"iconImage\":{\"url\":\"\",\"alt\":\"InfoBox placeholder img\"},\"imageWidth\":32,\"columnGap\":1,\"borderStyle\":\"\",\"paddingTop\":0,\"paddingBottom\":0,\"paddingLeft\":0,\"paddingRight\":0,\"spacingLink\":true,\"imgpaddingTop\":0,\"imgpaddingRight\":15,\"imgpaddingBottom\":0,\"imgpaddingLeft\":0,\"overallBorderStyle\":\"none\",\"imgTagHeight\":32,\"imgTagWidth\":150} -->\n<div class=\"wp-block-uagb-testimonial uagb-slick-carousel uagb-tm__arrow-outside uagb-block-738a2521 uagb-post__carousel_notset uagb-post__carousel_notset-tablet uagb-post__carousel_notset-mobile\"><div class=\"is-carousel uagb-tm__columns-1 uagb-tm__items\"><div class=\"uagb-testimonial__wrap  uagb-tm__imgicon-style-circle uagb-tm__image-position-bottom uagb-tm__bg-type-none \"><div class=\"uagb-tm__content\"><div class=\"uagb-tm__overlay\"></div><div class=\"uagb-tm__text-wrap\"><div class=\"uagb-tm__desc\">\"Judy, what a wonderful place you have here - we were so delighted to spend the weekend here, so tranquil, peaceful, and beautiful. You made us feel right at home. Definitely a place worth 5 stars! Go well.\"​</div><div class=\"uagb-tm__meta-inner\"><div class=\"uagb-tm__image-content\"><div class=\"uagb-tm__image\"><img class=\"uagb-tm-img-src\" src=\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/testimonial2-150x150.jpg\" alt=\"\" width=\"32\" height=\"32\" loading=\"lazy\"/></div></div><div class=\"uagb-testimonial-details\"><span class=\"uagb-tm__author-name\"><strong><strong>Brian</strong></strong> <strong><strong><strong>and <strong>Mariska</strong></strong><br></strong></strong></span><span class=\"uagb-tm__company\"></span></div></div></div></div></div></div></div>\n<!-- /wp:uagb/testimonial -->\n\n<!-- wp:uagb/testimonial {\"test_item_count\":1,\"classMigrate\":true,\"test_block\":[{\"description\":\"\\u0022Thank you for the most wonderful time, Judy!  This was the most peaceful and perfect place to get engaged!  We will most certainly be back!!!  Your hospitality cannot be topped!\\u0022​\",\"name\":\"\\u003cstrong\\u003e\\u003cstrong\\u003e\\u003cstrong\\u003e\\u003cstrong\\u003eBrett and Kelly\\u003c/strong\\u003e\\u003c/strong\\u003e\\u003c/strong\\u003e\\u003c/strong\\u003e\",\"company\":\"\",\"image\":{\"id\":121,\"title\":\"testimonial3\",\"filename\":\"testimonial3.jpg\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/testimonial3.jpg\",\"link\":\"https://blueroan.netgen.cloud/testimonial3/\",\"alt\":\"\",\"author\":\"34\",\"description\":\"\",\"caption\":\"\",\"name\":\"testimonial3\",\"status\":\"inherit\",\"uploadedTo\":0,\"date\":\"2021-05-11T05:02:05.000Z\",\"modified\":\"2021-05-11T05:02:05.000Z\",\"menuOrder\":0,\"mime\":\"image/jpeg\",\"type\":\"image\",\"subtype\":\"jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/default.png\",\"dateFormatted\":\"May 11, 2021\",\"nonces\":{\"update\":\"290653da5d\",\"delete\":\"90a4fb2d63\",\"edit\":\"ff8a64e56e\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=121\\u0026action=edit\",\"meta\":false,\"authorName\":\"Rishabh\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/user-edit.php?user_id=34\",\"filesizeInBytes\":8748,\"filesizeHumanReadable\":\"9 KB\",\"context\":\"\",\"height\":250,\"width\":250,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/testimonial3-150x150.jpg\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/testimonial3.jpg\",\"height\":250,\"width\":250,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}}}],\"headingAlign\":\"left\",\"headingAlignTablet\":\"left\",\"headingAlignMobile\":\"left\",\"descColor\":\"var(\\u002d\\u002dast-global-color-3)\",\"nameFontSize\":14,\"nameLineHeight\":1,\"descFontSize\":16,\"descFontWeight\":\"600\",\"nameSpace\":1,\"block_id\":\"0251d982\",\"iconImage\":{\"url\":\"\",\"alt\":\"InfoBox placeholder img\"},\"imageWidth\":32,\"columnGap\":1,\"borderStyle\":\"\",\"paddingTop\":0,\"paddingBottom\":0,\"paddingLeft\":0,\"paddingRight\":0,\"spacingLink\":true,\"imgpaddingTop\":0,\"imgpaddingRight\":15,\"imgpaddingBottom\":0,\"imgpaddingLeft\":0,\"overallBorderStyle\":\"none\",\"imgTagHeight\":32,\"imgTagWidth\":150} -->\n<div class=\"wp-block-uagb-testimonial uagb-slick-carousel uagb-tm__arrow-outside uagb-block-0251d982 uagb-post__carousel_notset uagb-post__carousel_notset-tablet uagb-post__carousel_notset-mobile\"><div class=\"is-carousel uagb-tm__columns-1 uagb-tm__items\"><div class=\"uagb-testimonial__wrap  uagb-tm__imgicon-style-circle uagb-tm__image-position-bottom uagb-tm__bg-type-none \"><div class=\"uagb-tm__content\"><div class=\"uagb-tm__overlay\"></div><div class=\"uagb-tm__text-wrap\"><div class=\"uagb-tm__desc\">\"Thank you for the most wonderful time, Judy!  This was the most peaceful and perfect place to get engaged!  We will most certainly be back!!!  Your hospitality cannot be topped!\"​</div><div class=\"uagb-tm__meta-inner\"><div class=\"uagb-tm__image-content\"><div class=\"uagb-tm__image\"><img class=\"uagb-tm-img-src\" src=\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/testimonial3-150x150.jpg\" alt=\"\" width=\"32\" height=\"32\" loading=\"lazy\"/></div></div><div class=\"uagb-testimonial-details\"><span class=\"uagb-tm__author-name\"><strong><strong><strong><strong>Brett and Kelly</strong></strong></strong></strong></span><span class=\"uagb-tm__company\"></span></div></div></div></div></div></div></div>\n<!-- /wp:uagb/testimonial --></div>\n<!-- /wp:uagb/container --></div>\n<!-- /wp:uagb/container --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"c06d56d4\",\"innerContentCustomWidthDesktop\":781,\"innerContentCustomWidthTablet\":781,\"backgroundType\":\"image\",\"backgroundImageDesktop\":{\"id\":809,\"title\":\"26759994757_767d9794fd_b\",\"filename\":\"26759994757_767d9794fd_b.jpg\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/26759994757_767d9794fd_b.jpg\",\"link\":\"https://blueroan.netgen.cloud/?attachment_id=809\",\"alt\":\"\",\"author\":\"2\",\"description\":\"\",\"caption\":\"\",\"name\":\"26759994757_767d9794fd_b\",\"status\":\"inherit\",\"uploadedTo\":805,\"date\":\"2022-12-13T09:51:53.000Z\",\"modified\":\"2022-12-13T09:51:53.000Z\",\"menuOrder\":0,\"mime\":\"image/jpeg\",\"type\":\"image\",\"subtype\":\"jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-includes/images/media/default.png\",\"dateFormatted\":\"December 13, 2022\",\"nonces\":{\"update\":\"39b5c0eef1\",\"delete\":\"fde92abd83\",\"edit\":\"3923face9e\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=809\\u0026action=edit\",\"meta\":false,\"authorName\":\"Netgen Support\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/profile.php\",\"uploadedToTitle\":\"Magaliesburg\",\"uploadedToLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=805\\u0026action=edit\",\"filesizeInBytes\":143610,\"filesizeHumanReadable\":\"140 KB\",\"context\":\"\",\"height\":683,\"width\":1024,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/26759994757_767d9794fd_b-150x150.jpg\",\"orientation\":\"landscape\"},\"medium\":{\"height\":200,\"width\":300,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/26759994757_767d9794fd_b-300x200.jpg\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/26759994757_767d9794fd_b.jpg\",\"height\":683,\"width\":1024,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"backgroundImageColor\":\"rgba(42,42,42,0.65)\",\"topPaddingDesktop\":144,\"bottomPaddingDesktop\":144,\"leftPaddingDesktop\":40,\"rightPaddingDesktop\":40,\"topPaddingTablet\":80,\"bottomPaddingTablet\":80,\"leftPaddingTablet\":40,\"rightPaddingTablet\":40,\"topPaddingMobile\":64,\"bottomPaddingMobile\":64,\"leftPaddingMobile\":24,\"rightPaddingMobile\":24,\"paddingLink\":false,\"variationSelected\":true,\"isBlockRootParent\":true,\"overlayType\":\"color\"} -->\n<div class=\"wp-block-uagb-container uagb-block-c06d56d4 alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/advanced-heading {\"block_id\":\"b26fc105\",\"classMigrate\":true,\"headingDescToggle\":true,\"headingAlign\":\"center\",\"headingColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"subHeadingColor\":\"var(\\u002d\\u002dast-global-color-4)\",\"headSpace\":20} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-b26fc105\"><h2 class=\"uagb-heading-text\">Plan an Unforgettable Experience at <br>Blue Roan!</h2><p class=\"uagb-desc-text\">Blue Roan is a 4-star graded pet-friendly venue</p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/advanced-heading {\"block_id\":\"6994fd6c\",\"classMigrate\":true,\"headingTitleToggle\":false,\"headingDescToggle\":true,\"headingAlign\":\"center\",\"subHeadingColor\":\"var(\\u002d\\u002dast-global-color-4)\",\"subHeadTransform\":\"uppercase\",\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"subHeadLetterSpacing\":2,\"blockTopPadding\":60,\"blockRightPadding\":0,\"blockLeftPadding\":0,\"blockBottomPadding\":0,\"blockTopPaddingMobile\":30,\"blockRightPaddingMobile\":0,\"blockLeftPaddingMobile\":0,\"blockBottomPaddingMobile\":0,\"linkColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"linkHColor\":\"var(\\u002d\\u002dast-global-color-0)\"} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-6994fd6c\"><p class=\"uagb-desc-text\"><a href=\"https://book.nightsbridge.com/11065\" target=\"_blank\" rel=\"noreferrer noopener\">BOOK YOUR STAY NOW​</a></p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/icon-list {\"block_id\":\"d25b7483\",\"classMigrate\":true,\"childMigrate\":true,\"align\":\"center\",\"parentIcon\":\"phone\",\"size\":40,\"sizeMobile\":24,\"sizeTablet\":32,\"fontSize\":48,\"fontSizeMobile\":28,\"fontSizeTablet\":40,\"fontWeight\":\"600\",\"iconColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"labelColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"blockTopPadding\":0,\"blockRightPadding\":0,\"blockLeftPadding\":0,\"blockBottomPadding\":24,\"blockPaddingLink\":false} -->\n<div class=\"wp-block-uagb-icon-list uagb-block-d25b7483\"><div class=\"uagb-icon-list__wrap\"><!-- wp:uagb/icon-list-child {\"block_id\":\"27ff047b\",\"label\":\" + 27 (0) 82 575 5409\",\"label_color\":\"\",\"link\":\"tel:+27825755409\",\"disableLink\":true,\"fromParentIcon\":\"phone\",\"imageSizeChild\":40} -->\n<div class=\"wp-block-uagb-icon-list-child uagb-block-27ff047b\"><a target=\"_self\" aria-label=\" + 27 (0) 82 575 5409\" rel=\"noopener noreferrer\" href=\"tel:+27825755409\"> </a><span class=\"uagb-icon-list__source-wrap\"><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M511.2 387l-23.25 100.8c-3.266 14.25-15.79 24.22-30.46 24.22C205.2 512 0 306.8 0 54.5c0-14.66 9.969-27.2 24.22-30.45l100.8-23.25C139.7-2.602 154.7 5.018 160.8 18.92l46.52 108.5c5.438 12.78 1.77 27.67-8.98 36.45L144.5 207.1c33.98 69.22 90.26 125.5 159.5 159.5l44.08-53.8c8.688-10.78 23.69-14.51 36.47-8.975l108.5 46.51C506.1 357.2 514.6 372.4 511.2 387z\"></path></svg></span><span class=\"uagb-icon-list__label\"> + 27 (0) 82 575 5409</span></div>\n<!-- /wp:uagb/icon-list-child -->\n\n<!-- wp:uagb/icon-list-child {\"block_id\":\"123b880f\",\"label\":\"blueroan@ugo.co.za\",\"icon\":\"envelope\",\"label_color\":\"\",\"link\":\"mailto:blueroan@ugo.co.za\",\"disableLink\":true,\"fromParentIcon\":\"phone\",\"imageSizeChild\":40} -->\n<div class=\"wp-block-uagb-icon-list-child uagb-block-123b880f\"><a target=\"_self\" aria-label=\"blueroan@ugo.co.za\" rel=\"noopener noreferrer\" href=\"mailto:blueroan@ugo.co.za\"> </a><span class=\"uagb-icon-list__source-wrap\"><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M464 64C490.5 64 512 85.49 512 112C512 127.1 504.9 141.3 492.8 150.4L275.2 313.6C263.8 322.1 248.2 322.1 236.8 313.6L19.2 150.4C7.113 141.3 0 127.1 0 112C0 85.49 21.49 64 48 64H464zM217.6 339.2C240.4 356.3 271.6 356.3 294.4 339.2L512 176V384C512 419.3 483.3 448 448 448H64C28.65 448 0 419.3 0 384V176L217.6 339.2z\"></path></svg></span><span class=\"uagb-icon-list__label\">blueroan@ugo.co.za</span></div>\n<!-- /wp:uagb/icon-list-child --></div></div>\n<!-- /wp:uagb/icon-list --></div></div>\n<!-- /wp:uagb/container -->',	'Home',	'',	'inherit',	'closed',	'closed',	'',	'760-revision-v1',	'',	'',	'2022-12-21 09:54:53',	'2022-12-21 09:54:53',	'',	760,	'https://blueroan.netgen.cloud/?p=1361',	0,	'revision',	'',	0),
(1362,	2,	'2022-12-21 09:55:53',	'2022-12-21 09:55:53',	'<!-- wp:uagb/container {\"block_id\":\"e249ce5a\",\"minHeightDesktop\":95,\"minHeightTablet\":70,\"minHeightMobile\":80,\"minHeightType\":\"vh\",\"alignItemsDesktop\":\"flex-start\",\"backgroundType\":\"image\",\"backgroundImageDesktop\":{\"uploading\":false,\"date\":1670921854000,\"filename\":\"Blue-Roan-pool.jpg\",\"menuOrder\":0,\"uploadedTo\":760,\"type\":\"image\",\"subtype\":\"jpeg\",\"id\":784,\"title\":\"Blue Roan - pool\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Blue-Roan-pool.jpg\",\"link\":\"https://blueroan.netgen.cloud/home/blue-roan-pool/\",\"alt\":\"\",\"author\":\"2\",\"description\":\"\",\"caption\":\"\",\"name\":\"blue-roan-pool\",\"status\":\"inherit\",\"modified\":1670921854000,\"mime\":\"image/jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-includes/images/media/default.png\",\"dateFormatted\":\"December 13, 2022\",\"nonces\":{\"update\":\"51a12ed09e\",\"delete\":\"5174068551\",\"edit\":\"1de0721407\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=784\\u0026action=edit\",\"meta\":false,\"authorName\":\"Netgen Support\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/profile.php\",\"uploadedToTitle\":\"Home\",\"uploadedToLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=760\\u0026action=edit\",\"filesizeInBytes\":154801,\"filesizeHumanReadable\":\"151 KB\",\"context\":\"\",\"height\":667,\"width\":1000,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Blue-Roan-pool-150x150.jpg\",\"orientation\":\"landscape\"},\"medium\":{\"height\":200,\"width\":300,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Blue-Roan-pool-300x200.jpg\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Blue-Roan-pool.jpg\",\"height\":667,\"width\":1000,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"backgroundPositionDesktop\":{\"x\":0.5,\"y\":0.25},\"backgroundImageColor\":\"rgba(42,42,42,0.35)\",\"topPaddingDesktop\":0,\"bottomPaddingDesktop\":0,\"leftPaddingDesktop\":40,\"rightPaddingDesktop\":40,\"topPaddingTablet\":120,\"bottomPaddingTablet\":120,\"leftPaddingTablet\":40,\"rightPaddingTablet\":40,\"topPaddingMobile\":150,\"bottomPaddingMobile\":150,\"leftPaddingMobile\":20,\"rightPaddingMobile\":20,\"paddingLink\":false,\"variationSelected\":true,\"isBlockRootParent\":true,\"overlayType\":\"color\",\"minHeightTypeTablet\":\"vh\",\"minHeightTypeMobile\":\"vh\"} -->\n<div class=\"wp-block-uagb-container uagb-block-e249ce5a alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/info-box {\"classMigrate\":true,\"headingAlign\":\"left\",\"headingColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"subHeadingColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"headingTag\":\"h1\",\"subHeadFontSize\":17,\"subHeadFontSizeMobile\":15,\"headSpace\":20,\"subHeadSpace\":40,\"block_id\":\"c5ddac81\",\"ctaIcon\":\"\",\"ctaType\":\"button\",\"ctaText\":\"Book Your Stay Now\",\"ctaLink\":\"https://book.nightsbridge.com/11065\",\"ctaBtnLinkColor\":\"var(\\u002d\\u002dast-global-color-2)\",\"ctaLinkHoverColor\":\"var(\\u002d\\u002dast-global-color-2)\",\"ctaBgColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"ctaBgHoverColor\":\"var(\\u002d\\u002dast-global-color-4)\",\"ctaBorderColor\":\"\",\"ctaBorderStyle\":\"\",\"ctaBorderWidth\":\"\",\"ctaBorderRadius\":\"\",\"iconImage\":{\"url\":\"\",\"alt\":\"InfoBox placeholder img\"},\"showIcon\":false,\"paddingBtnTop\":18,\"paddingBtnBottom\":18,\"paddingBtnLeft\":34,\"paddingBtnRight\":34,\"blockTopPadding\":5,\"blockRightPadding\":40,\"blockLeftPadding\":0,\"blockBottomPadding\":0,\"blockTopPaddingTablet\":0,\"blockRightPaddingTablet\":64,\"blockLeftPaddingTablet\":0,\"blockBottomPaddingTablet\":0,\"blockTopPaddingMobile\":0,\"blockRightPaddingMobile\":0,\"blockLeftPaddingMobile\":0,\"blockBottomPaddingMobile\":0,\"blockPaddingUnit\":\"%\",\"blockPaddingLink\":false,\"subHeadMarginTopTablet\":0,\"subHeadMarginRightTablet\":64,\"subHeadTabletSpace\":40,\"subHeadMarginLeftTablet\":0,\"subHeadMarginTopMobile\":0,\"subHeadMarginRightMobile\":0,\"subHeadMobileSpace\":40,\"subHeadMarginLeftMobile\":0,\"btnBorderTopWidth\":1,\"btnBorderLeftWidth\":1,\"btnBorderRightWidth\":1,\"btnBorderBottomWidth\":1,\"btnBorderTopLeftRadius\":0,\"btnBorderTopRightRadius\":0,\"btnBorderBottomLeftRadius\":0,\"btnBorderBottomRightRadius\":0,\"btnBorderStyle\":\"none\",\"btnBorderColor\":\"#333\"} -->\n<div class=\"wp-block-uagb-info-box uagb-block-c5ddac81 uagb-infobox__content-wrap  uagb-infobox-icon-above-title uagb-infobox-image-valign-top\"><div class=\"uagb-ifb-content\"><div class=\"uagb-ifb-title-wrap\"><h1 class=\"uagb-ifb-title\"><strong>Magaliesburg pet friendly self-catering accommodation</strong></h1></div><p class=\"uagb-ifb-desc\">Romantic pet-friendly self-catering accommodation in Magaliesburg, Gauteng.</p><div class=\"uagb-ifb-button-wrapper wp-block-button\"><a href=\"https://book.nightsbridge.com/11065\" class=\"uagb-infobox-cta-link wp-block-button__link\" target=\"_self\" rel=\"noopener noreferrer\" alt=\"\"><span class=\"uagb-inline-editing\">Book Your Stay Now</span></a></div></div></div>\n<!-- /wp:uagb/info-box --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"d199b932\",\"directionDesktop\":\"row\",\"directionMobile\":\"column-reverse\",\"alignItemsDesktop\":\"flex-start\",\"backgroundType\":\"color\",\"backgroundSizeTablet\":\"cover\",\"backgroundSizeMobile\":\"cover\",\"backgroundColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"topPaddingDesktop\":60,\"bottomPaddingDesktop\":60,\"topPaddingTablet\":80,\"bottomPaddingTablet\":80,\"leftPaddingTablet\":40,\"rightPaddingTablet\":40,\"topPaddingMobile\":64,\"bottomPaddingMobile\":64,\"leftPaddingMobile\":24,\"rightPaddingMobile\":24,\"paddingLink\":false,\"variationSelected\":true,\"columnGapDesktop\":60,\"columnGapTablet\":50,\"isBlockRootParent\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-d199b932 alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/container {\"block_id\":\"65709fd7\",\"widthDesktop\":50,\"variationSelected\":true,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-65709fd7\"><!-- wp:image {\"id\":797,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-13.jpg\" alt=\"\" class=\"wp-image-797\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>We have 7 lovely brick&nbsp;<strong>self-catering</strong>&nbsp;units, each one private and with its own character and theme. &nbsp;They are designed exclusively for couples with or without pets wanting a romantic and peaceful place to connect, re-connect, celebrate special occasions, or somewhere quiet and comfortable to come for a holiday</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:buttons -->\n<div class=\"wp-block-buttons\"><!-- wp:button -->\n<div class=\"wp-block-button\"><a class=\"wp-block-button__link wp-element-button\" href=\"/accommodation/\">View accomodation</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"aa330093\",\"widthDesktop\":50,\"leftPaddingDesktop\":0,\"paddingLink\":false,\"variationSelected\":true,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-aa330093\"><!-- wp:uagb/advanced-heading {\"block_id\":\"d41f36af\",\"classMigrate\":true,\"headingDescToggle\":true,\"subHeadingColor\":\"\",\"headSpace\":20,\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-d41f36af\"><h2 class=\"uagb-heading-text\"><strong>Blue Roan is a 3-star graded pet-friendly venue</strong></h2><p class=\"uagb-desc-text\">Our goal is to provide high-quality, romantic, comfortable, and affordable self-catering accommodation on the outskirts of the village of &nbsp;Magaliesburg. &nbsp;For animal lovers, we are also&nbsp;pet-friendly&nbsp;by arrangement in most of the units all of which have their own fully fenced and gated private grassy gardens.</p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/image {\"block_id\":\"2b4b668c\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/hammock-in-the-garden.jpg\",\"align\":\"left\",\"id\":799,\"linkDestination\":\"none\",\"naturalWidth\":600,\"naturalHeight\":400,\"sizeSlug\":\"full\",\"sizeSlugTablet\":\"full\",\"sizeSlugMobile\":\"full\",\"imageTopMargin\":20,\"imageRightMargin\":0,\"imageLeftMargin\":0,\"imageBottomMargin\":0,\"imageTopMarginMobile\":0,\"imageRightMarginMobile\":0,\"imageLeftMarginMobile\":0,\"imageBottomMarginMobile\":0,\"imageMarginLink\":false} -->\n<div class=\"wp-block-uagb-image uagb-block-2b4b668c wp-block-uagb-image--layout-default wp-block-uagb-image--effect-static wp-block-uagb-image--align-left\"><figure class=\"wp-block-uagb-image__figure\"><img srcset=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/hammock-in-the-garden.jpg \" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/hammock-in-the-garden.jpg\" alt=\"\" class=\"uag-image-799\" width=\"\" height=\"\" title=\"\" loading=\"lazy\"/></figure></div>\n<!-- /wp:uagb/image --></div>\n<!-- /wp:uagb/container --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"f9179f4f\",\"directionDesktop\":\"row\",\"directionMobile\":\"column-reverse\",\"alignItemsDesktop\":\"flex-start\",\"backgroundType\":\"color\",\"backgroundSizeTablet\":\"cover\",\"backgroundSizeMobile\":\"cover\",\"backgroundColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"topPaddingDesktop\":0,\"bottomPaddingDesktop\":0,\"topPaddingTablet\":80,\"bottomPaddingTablet\":80,\"leftPaddingTablet\":40,\"rightPaddingTablet\":40,\"topPaddingMobile\":64,\"bottomPaddingMobile\":64,\"leftPaddingMobile\":24,\"rightPaddingMobile\":24,\"paddingLink\":false,\"variationSelected\":true,\"rowGapDesktop\":0,\"columnGapDesktop\":0,\"columnGapTablet\":50,\"isBlockRootParent\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-f9179f4f alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:image {\"align\":\"center\",\"id\":1344,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image aligncenter size-large\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/tgcsa-full-3-stars-1024x366.jpg\" alt=\"\" class=\"wp-image-1344\"/></figure>\n<!-- /wp:image --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"b09050e7\",\"backgroundType\":\"color\",\"backgroundSizeTablet\":\"cover\",\"backgroundSizeMobile\":\"cover\",\"backgroundColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"topPaddingDesktop\":50,\"bottomPaddingDesktop\":100,\"topPaddingTablet\":50,\"bottomPaddingTablet\":25,\"leftPaddingTablet\":20,\"rightPaddingTablet\":20,\"topPaddingMobile\":50,\"bottomPaddingMobile\":20,\"leftPaddingMobile\":20,\"rightPaddingMobile\":20,\"paddingLink\":false,\"variationSelected\":true,\"rowGapDesktop\":0,\"isBlockRootParent\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-b09050e7 alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/container {\"block_id\":\"7dafd5f0\",\"directionDesktop\":\"row\",\"alignItemsDesktop\":\"flex-end\",\"alignItemsTablet\":\"flex-end\",\"justifyContentDesktop\":\"flex-end\",\"justifyContentTablet\":\"space-between\",\"variationSelected\":true,\"rowGapMobile\":30,\"columnGapDesktop\":0} -->\n<div class=\"wp-block-uagb-container uagb-block-7dafd5f0\"><!-- wp:uagb/advanced-heading {\"block_id\":\"a728b435\",\"classMigrate\":true,\"headingDescToggle\":true,\"subHeadingColor\":\"\",\"headSpace\":20,\"subHeadFontSize\":16} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-a728b435\"><h2 class=\"uagb-heading-text\">Amenities &amp; Interests ​</h2><p class=\"uagb-desc-text\">The Blue Roan Country Lodge is situated just 5 minutes from the village of Magaliesburg on a tar road so easy access for all cars. &nbsp;We have panoramic views of the Magaliesberg mountain range and our farm is the perfect place for a relaxing getaway in the country. &nbsp;As we are only 70 km from JHB and Pretoria, it is only an hour’s drive.</p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/buttons {\"block_id\":\"2af37055\",\"classMigrate\":true,\"childMigrate\":true,\"align\":\"right\",\"alignTablet\":\"right\",\"alignMobile\":\"left\",\"gap\":0} -->\n<div class=\"wp-block-uagb-buttons uagb-buttons__outer-wrap uagb-btn__default-btn uagb-btn-tablet__default-btn uagb-btn-mobile__default-btn uagb-block-2af37055\"><div class=\"uagb-buttons__wrap uagb-buttons-layout-wrap\"><!-- wp:uagb/buttons-child {\"block_id\":\"1cfb9e7f\",\"label\":\"View All\",\"link\":\"/amenities/\",\"hColor\":\"\",\"borderWidth\":\"\",\"borderRadius\":\"\",\"borderStyle\":\"\",\"borderColor\":\"\",\"borderHColor\":\"\",\"btnBorderTopWidth\":1,\"btnBorderLeftWidth\":1,\"btnBorderRightWidth\":1,\"btnBorderBottomWidth\":1,\"btnBorderTopLeftRadius\":2,\"btnBorderTopRightRadius\":2,\"btnBorderBottomLeftRadius\":2,\"btnBorderBottomRightRadius\":2,\"btnBorderStyle\":\"solid\",\"btnBorderColor\":\"#333\",\"btnBorderHColor\":\"#333\"} -->\n<div class=\"wp-block-uagb-buttons-child uagb-buttons__outer-wrap uagb-block-1cfb9e7f wp-block-button is-style-outline\"><div class=\"uagb-button__wrapper\"><a class=\"uagb-buttons-repeater wp-block-button__link\" href=\"/amenities/\" rel=\"follow noopener\" target=\"_self\"><div class=\"uagb-button__link\">View All</div></a></div></div>\n<!-- /wp:uagb/buttons-child --></div></div>\n<!-- /wp:uagb/buttons --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"b9f155e6\",\"directionDesktop\":\"row\",\"alignItemsTablet\":\"flex-start\",\"paddingLink\":false,\"topMarginDesktop\":50,\"bottomMarginDesktop\":20,\"leftMarginDesktop\":0,\"rightMarginDesktop\":0,\"marginLink\":false,\"variationSelected\":true,\"rowGapMobile\":65,\"columnGapDesktop\":48,\"columnGapTablet\":20} -->\n<div class=\"wp-block-uagb-container uagb-block-b9f155e6\"><!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"align\":\"center\",\"id\":828,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image aligncenter size-full\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Blue-Roan-pool.png\" alt=\"Blue Roan\'s rock pool\" class=\"wp-image-828\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>A relaxing rock Pool​</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>We have a lovely sparkling blue rock pool next to a thatched Lapa. &nbsp;&nbsp;Lie on recliners on the green lawn or sit on the swing chair in the Lapa and enjoy the panoramic view of the Magaliesberg mountain range.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":829,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/img-20160605-wa0002-largejpg.png\" alt=\"\" class=\"wp-image-829\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>Braai facilities </h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>What can compare to a burning fire under the star-lit African sky? Nothing beats the flavor of cooking over an open flame.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":1354,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Games-Room.png\" alt=\"\" class=\"wp-image-1354\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>A games room </h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>The reception is also a games room for those who enjoy darts or playing pool. &nbsp;Take a selection of DVDs back to your room and watch movies on your own DVD player. &nbsp;There is also a selection of board games and music CDs that you can borrow.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div>\n<!-- /wp:uagb/container --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"9f358906\",\"backgroundType\":\"color\",\"backgroundSizeTablet\":\"cover\",\"backgroundSizeMobile\":\"cover\",\"backgroundColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"bottomPaddingDesktop\":104,\"leftPaddingDesktop\":40,\"rightPaddingDesktop\":40,\"topPaddingTablet\":80,\"bottomPaddingTablet\":80,\"leftPaddingTablet\":40,\"rightPaddingTablet\":40,\"topPaddingMobile\":64,\"bottomPaddingMobile\":64,\"leftPaddingMobile\":24,\"rightPaddingMobile\":24,\"paddingLink\":false,\"variationSelected\":true,\"rowGapDesktop\":0,\"isBlockRootParent\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-9f358906 alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/advanced-heading {\"block_id\":\"37dabe98\",\"classMigrate\":true,\"headingDescToggle\":true,\"headingAlign\":\"center\",\"headingAlignMobile\":\"left\",\"subHeadingColor\":\"\",\"headSpace\":20,\"subHeadFontSize\":16,\"blockBottomPadding\":20} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-37dabe98\"><h2 class=\"uagb-heading-text\">Our Inside Pictures​</h2><p class=\"uagb-desc-text\">Take a look at some pretty pictures captured in and around our premises.</p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/container {\"block_id\":\"1e43c7f5\",\"directionDesktop\":\"row\",\"alignItemsDesktop\":\"flex-start\",\"topMarginDesktop\":20,\"bottomMarginDesktop\":0,\"leftMarginDesktop\":0,\"rightMarginDesktop\":0,\"marginLink\":false,\"variationSelected\":true,\"rowGapMobile\":24,\"columnGapDesktop\":24,\"columnGapTablet\":20} -->\n<div class=\"wp-block-uagb-container uagb-block-1e43c7f5\"><!-- wp:uagb/container {\"block_id\":\"72bca6cb\",\"widthDesktop\":32,\"variationSelected\":true,\"rowGapDesktop\":24,\"rowGapTablet\":20,\"rowGapMobile\":24,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-72bca6cb\"><!-- wp:uagb/image {\"block_id\":\"8b1d369c\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/red-rose-1024x683.jpg\",\"id\":834,\"linkDestination\":\"none\",\"width\":385,\"height\":284,\"naturalWidth\":1024,\"naturalHeight\":683,\"sizeSlug\":\"large\",\"sizeSlugTablet\":\"large\",\"sizeSlugMobile\":\"large\",\"customHeightSetDesktop\":true} -->\n<div class=\"wp-block-uagb-image uagb-block-8b1d369c wp-block-uagb-image--layout-default wp-block-uagb-image--effect-static wp-block-uagb-image--align-none\"><figure class=\"wp-block-uagb-image__figure\"><img srcset=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/red-rose-1024x683.jpg \" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/red-rose-1024x683.jpg\" alt=\"\" class=\"uag-image-834\" width=\"385\" height=\"284\" title=\"\" loading=\"lazy\"/></figure></div>\n<!-- /wp:uagb/image -->\n\n<!-- wp:uagb/image {\"block_id\":\"c44d878d\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/49g.jpg\",\"id\":838,\"linkDestination\":\"none\",\"width\":385,\"height\":284,\"naturalWidth\":650,\"naturalHeight\":450,\"sizeSlug\":\"full\",\"sizeSlugTablet\":\"full\",\"sizeSlugMobile\":\"full\",\"customHeightSetDesktop\":true} -->\n<div class=\"wp-block-uagb-image uagb-block-c44d878d wp-block-uagb-image--layout-default wp-block-uagb-image--effect-static wp-block-uagb-image--align-none\"><figure class=\"wp-block-uagb-image__figure\"><img srcset=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/49g.jpg \" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/49g.jpg\" alt=\"\" class=\"uag-image-838\" width=\"385\" height=\"284\" title=\"\" loading=\"lazy\"/></figure></div>\n<!-- /wp:uagb/image --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"861db07b\",\"widthDesktop\":67,\"variationSelected\":true,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-861db07b\"><!-- wp:uagb/image {\"block_id\":\"f6739692\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAA39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba-1-1024x768.png\",\"id\":905,\"linkDestination\":\"none\",\"naturalWidth\":1024,\"naturalHeight\":768,\"sizeSlug\":\"large\",\"sizeSlugTablet\":\"large\",\"sizeSlugMobile\":\"large\"} -->\n<div class=\"wp-block-uagb-image uagb-block-f6739692 wp-block-uagb-image--layout-default wp-block-uagb-image--effect-static wp-block-uagb-image--align-none\"><figure class=\"wp-block-uagb-image__figure\"><img srcset=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAA39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba-1-1024x768.png \" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAA39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba-1-1024x768.png\" alt=\"\" class=\"uag-image-905\" width=\"\" height=\"\" title=\"\" loading=\"lazy\"/></figure></div>\n<!-- /wp:uagb/image --></div>\n<!-- /wp:uagb/container --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"958d4594\",\"directionDesktop\":\"row\",\"alignItemsDesktop\":\"flex-start\",\"topMarginDesktop\":24,\"bottomMarginDesktop\":0,\"leftMarginDesktop\":0,\"rightMarginDesktop\":0,\"topMarginTablet\":20,\"bottomMarginTablet\":0,\"leftMarginTablet\":0,\"rightMarginTablet\":0,\"topMarginMobile\":24,\"bottomMarginMobile\":0,\"leftMarginMobile\":0,\"rightMarginMobile\":0,\"marginLink\":false,\"variationSelected\":true,\"columnGapDesktop\":24,\"columnGapTablet\":20} -->\n<div class=\"wp-block-uagb-container uagb-block-958d4594\"><!-- wp:uagb/container {\"block_id\":\"4f577498\",\"widthDesktop\":67,\"variationSelected\":true,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-4f577498\"><!-- wp:image {\"id\":837,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-8-1024x678.jpg\" alt=\"\" class=\"wp-image-837\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"f01d1cc1\",\"widthDesktop\":32,\"variationSelected\":true,\"rowGapDesktop\":24,\"rowGapTablet\":20,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-f01d1cc1\"><!-- wp:uagb/image {\"block_id\":\"fdc78320\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Blue-roan-pool-01.jpg\",\"id\":782,\"linkDestination\":\"none\",\"width\":385,\"height\":250,\"naturalWidth\":800,\"naturalHeight\":534,\"sizeSlug\":\"full\",\"sizeSlugTablet\":\"full\",\"sizeSlugMobile\":\"full\",\"customHeightSetDesktop\":true} -->\n<div class=\"wp-block-uagb-image uagb-block-fdc78320 wp-block-uagb-image--layout-default wp-block-uagb-image--effect-static wp-block-uagb-image--align-none\"><figure class=\"wp-block-uagb-image__figure\"><img srcset=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Blue-roan-pool-01.jpg \" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Blue-roan-pool-01.jpg\" alt=\"\" class=\"uag-image-782\" width=\"385\" height=\"250\" title=\"\" loading=\"lazy\"/></figure></div>\n<!-- /wp:uagb/image -->\n\n<!-- wp:uagb/image {\"block_id\":\"9161fe25\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/bird-1024x683.jpg\",\"id\":910,\"linkDestination\":\"none\",\"width\":385,\"height\":250,\"naturalWidth\":1024,\"naturalHeight\":683,\"sizeSlug\":\"large\",\"sizeSlugTablet\":\"large\",\"sizeSlugMobile\":\"large\",\"customHeightSetDesktop\":true} -->\n<div class=\"wp-block-uagb-image uagb-block-9161fe25 wp-block-uagb-image--layout-default wp-block-uagb-image--effect-static wp-block-uagb-image--align-none\"><figure class=\"wp-block-uagb-image__figure\"><img srcset=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/bird-1024x683.jpg \" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/bird-1024x683.jpg\" alt=\"\" class=\"uag-image-910\" width=\"385\" height=\"250\" title=\"\" loading=\"lazy\"/></figure></div>\n<!-- /wp:uagb/image --></div>\n<!-- /wp:uagb/container --></div>\n<!-- /wp:uagb/container --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"5838f48f\",\"backgroundType\":\"color\",\"backgroundSizeTablet\":\"cover\",\"backgroundSizeMobile\":\"cover\",\"backgroundColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"topPaddingDesktop\":40,\"bottomPaddingDesktop\":104,\"leftPaddingDesktop\":40,\"rightPaddingDesktop\":40,\"topPaddingTablet\":80,\"bottomPaddingTablet\":80,\"leftPaddingTablet\":40,\"rightPaddingTablet\":40,\"topPaddingMobile\":64,\"bottomPaddingMobile\":64,\"leftPaddingMobile\":24,\"rightPaddingMobile\":24,\"paddingLink\":false,\"variationSelected\":true,\"rowGapDesktop\":0,\"isBlockRootParent\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-5838f48f alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/advanced-heading {\"block_id\":\"342dbc76\",\"classMigrate\":true,\"headingDescToggle\":true,\"headingAlign\":\"center\",\"headingAlignMobile\":\"left\",\"subHeadingColor\":\"\",\"headSpace\":20,\"subHeadFontSize\":16,\"blockBottomPadding\":20} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-342dbc76\"><h2 class=\"uagb-heading-text\">What Our Guests Say​</h2><p class=\"uagb-desc-text\">We take pride in serving our guests the best experience. </p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/container {\"block_id\":\"b28dcda6\",\"directionDesktop\":\"row\",\"topMarginDesktop\":40,\"bottomMarginDesktop\":0,\"leftMarginDesktop\":0,\"rightMarginDesktop\":0,\"marginLink\":false,\"variationSelected\":true,\"rowGapMobile\":40,\"columnGapDesktop\":90} -->\n<div class=\"wp-block-uagb-container uagb-block-b28dcda6\"><!-- wp:uagb/container {\"block_id\":\"b5f7bea2\",\"widthDesktop\":50,\"variationSelected\":true,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-b5f7bea2\"><!-- wp:uagb/testimonial {\"test_item_count\":1,\"classMigrate\":true,\"test_block\":[{\"description\":\"\\u0022Thank you for a most enjoyable weekend stay and for making our anniversary so special.  Thank you for your kind and lovely friendship which we really appreciate!!!\\u0022​\",\"name\":\"\\u003cstrong\\u003eBrenda and Theuns\\u003c/strong\\u003e\",\"company\":\"\",\"image\":{\"id\":119,\"title\":\"testimonial1\",\"filename\":\"testimonial1.jpg\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/testimonial1.jpg\",\"link\":\"https://blueroan.netgen.cloud/testimonial1/\",\"alt\":\"\",\"author\":\"34\",\"description\":\"\",\"caption\":\"\",\"name\":\"testimonial1\",\"status\":\"inherit\",\"uploadedTo\":0,\"date\":\"2021-05-11T05:02:02.000Z\",\"modified\":\"2021-05-11T05:02:02.000Z\",\"menuOrder\":0,\"mime\":\"image/jpeg\",\"type\":\"image\",\"subtype\":\"jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/default.png\",\"dateFormatted\":\"May 11, 2021\",\"nonces\":{\"update\":\"b92fe40c3d\",\"delete\":\"643c1eb8f1\",\"edit\":\"d3e7d56b1d\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=119\\u0026action=edit\",\"meta\":false,\"authorName\":\"Rishabh\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/user-edit.php?user_id=34\",\"filesizeInBytes\":11264,\"filesizeHumanReadable\":\"11 KB\",\"context\":\"\",\"height\":250,\"width\":250,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/testimonial1-150x150.jpg\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/testimonial1.jpg\",\"height\":250,\"width\":250,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}}}],\"headingAlign\":\"left\",\"headingAlignTablet\":\"left\",\"headingAlignMobile\":\"left\",\"descColor\":\"var(\\u002d\\u002dast-global-color-3)\",\"nameFontSize\":14,\"nameLineHeight\":1,\"descFontSize\":16,\"descFontWeight\":\"600\",\"nameSpace\":1,\"block_id\":\"4e4b2c28\",\"iconImage\":{\"url\":\"\",\"alt\":\"InfoBox placeholder img\"},\"imageWidth\":32,\"columnGap\":1,\"borderStyle\":\"\",\"paddingTop\":0,\"paddingBottom\":0,\"paddingLeft\":0,\"paddingRight\":0,\"spacingLink\":true,\"imgpaddingTop\":0,\"imgpaddingRight\":15,\"imgpaddingBottom\":0,\"imgpaddingLeft\":0,\"overallBorderStyle\":\"none\",\"imgTagHeight\":32,\"imgTagWidth\":150} -->\n<div class=\"wp-block-uagb-testimonial uagb-slick-carousel uagb-tm__arrow-outside uagb-block-4e4b2c28 uagb-post__carousel_notset uagb-post__carousel_notset-tablet uagb-post__carousel_notset-mobile\"><div class=\"is-carousel uagb-tm__columns-1 uagb-tm__items\"><div class=\"uagb-testimonial__wrap  uagb-tm__imgicon-style-circle uagb-tm__image-position-bottom uagb-tm__bg-type-none \"><div class=\"uagb-tm__content\"><div class=\"uagb-tm__overlay\"></div><div class=\"uagb-tm__text-wrap\"><div class=\"uagb-tm__desc\">\"Thank you for a most enjoyable weekend stay and for making our anniversary so special.  Thank you for your kind and lovely friendship which we really appreciate!!!\"​</div><div class=\"uagb-tm__meta-inner\"><div class=\"uagb-tm__image-content\"><div class=\"uagb-tm__image\"><img class=\"uagb-tm-img-src\" src=\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/testimonial1-150x150.jpg\" alt=\"\" width=\"32\" height=\"32\" loading=\"lazy\"/></div></div><div class=\"uagb-testimonial-details\"><span class=\"uagb-tm__author-name\"><strong>Brenda and Theuns</strong></span><span class=\"uagb-tm__company\"></span></div></div></div></div></div></div></div>\n<!-- /wp:uagb/testimonial -->\n\n<!-- wp:uagb/testimonial {\"test_item_count\":1,\"classMigrate\":true,\"test_block\":[{\"description\":\"\\u0022Breaking away from city life and coming out to a most wonderful romantic weekend away.  The unit is so comfortable.  Thank you for your great hospitality - we had an awesome time here.  Go well - with love\\u0022​\",\"name\":\"\\u003cstrong\\u003e\\u003cstrong\\u003e\\u003cstrong\\u003eLiz \\u0026amp; Eddie\\u003c/strong\\u003e\\u003c/strong\\u003e\\u003c/strong\\u003e\",\"company\":\"\",\"image\":{\"id\":122,\"title\":\"testimonial4\",\"filename\":\"testimonial4.jpg\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/testimonial4.jpg\",\"link\":\"https://blueroan.netgen.cloud/testimonial4/\",\"alt\":\"\",\"author\":\"34\",\"description\":\"\",\"caption\":\"\",\"name\":\"testimonial4\",\"status\":\"inherit\",\"uploadedTo\":0,\"date\":\"2021-05-11T05:02:06.000Z\",\"modified\":\"2021-05-11T05:02:06.000Z\",\"menuOrder\":0,\"mime\":\"image/jpeg\",\"type\":\"image\",\"subtype\":\"jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/default.png\",\"dateFormatted\":\"May 11, 2021\",\"nonces\":{\"update\":\"4e34860add\",\"delete\":\"9e126a55cd\",\"edit\":\"33ffd3c040\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=122\\u0026action=edit\",\"meta\":false,\"authorName\":\"Rishabh\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/user-edit.php?user_id=34\",\"filesizeInBytes\":16584,\"filesizeHumanReadable\":\"16 KB\",\"context\":\"\",\"height\":250,\"width\":250,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/testimonial4-150x150.jpg\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/testimonial4.jpg\",\"height\":250,\"width\":250,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}}}],\"headingAlign\":\"left\",\"headingAlignTablet\":\"left\",\"headingAlignMobile\":\"left\",\"descColor\":\"var(\\u002d\\u002dast-global-color-3)\",\"nameFontSize\":14,\"nameLineHeight\":1,\"descFontSize\":16,\"descFontWeight\":\"600\",\"nameSpace\":1,\"block_id\":\"7ea1ebb1\",\"iconImage\":{\"url\":\"\",\"alt\":\"InfoBox placeholder img\"},\"imageWidth\":32,\"columnGap\":1,\"borderStyle\":\"\",\"paddingTop\":0,\"paddingBottom\":0,\"paddingLeft\":0,\"paddingRight\":0,\"spacingLink\":true,\"imgpaddingTop\":0,\"imgpaddingRight\":15,\"imgpaddingBottom\":0,\"imgpaddingLeft\":0,\"overallBorderStyle\":\"none\",\"imgTagHeight\":32,\"imgTagWidth\":150} -->\n<div class=\"wp-block-uagb-testimonial uagb-slick-carousel uagb-tm__arrow-outside uagb-block-7ea1ebb1 uagb-post__carousel_notset uagb-post__carousel_notset-tablet uagb-post__carousel_notset-mobile\"><div class=\"is-carousel uagb-tm__columns-1 uagb-tm__items\"><div class=\"uagb-testimonial__wrap  uagb-tm__imgicon-style-circle uagb-tm__image-position-bottom uagb-tm__bg-type-none \"><div class=\"uagb-tm__content\"><div class=\"uagb-tm__overlay\"></div><div class=\"uagb-tm__text-wrap\"><div class=\"uagb-tm__desc\">\"Breaking away from city life and coming out to a most wonderful romantic weekend away.  The unit is so comfortable.  Thank you for your great hospitality - we had an awesome time here.  Go well - with love\"​</div><div class=\"uagb-tm__meta-inner\"><div class=\"uagb-tm__image-content\"><div class=\"uagb-tm__image\"><img class=\"uagb-tm-img-src\" src=\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/testimonial4-150x150.jpg\" alt=\"\" width=\"32\" height=\"32\" loading=\"lazy\"/></div></div><div class=\"uagb-testimonial-details\"><span class=\"uagb-tm__author-name\"><strong><strong><strong>Liz &amp; Eddie</strong></strong></strong></span><span class=\"uagb-tm__company\"></span></div></div></div></div></div></div></div>\n<!-- /wp:uagb/testimonial --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"c5d4e545\",\"widthDesktop\":50,\"variationSelected\":true,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-c5d4e545\"><!-- wp:uagb/testimonial {\"test_item_count\":1,\"classMigrate\":true,\"test_block\":[{\"description\":\"\\u0022Judy, what a wonderful place you have here - we were so delighted to spend the weekend here, so tranquil, peaceful, and beautiful. You made us feel right at home. Definitely a place worth 5 stars! Go well.\\u0022​\",\"name\":\"\\u003cstrong\\u003e\\u003cstrong\\u003eBrian\\u003c/strong\\u003e\\u003c/strong\\u003e \\u003cstrong\\u003e\\u003cstrong\\u003e\\u003cstrong\\u003eand \\u003cstrong\\u003eMariska\\u003c/strong\\u003e\\u003c/strong\\u003e\\u003cbr\\u003e\\u003c/strong\\u003e\\u003c/strong\\u003e\",\"company\":\"\",\"image\":{\"id\":120,\"title\":\"testimonial2\",\"filename\":\"testimonial2.jpg\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/testimonial2.jpg\",\"link\":\"https://blueroan.netgen.cloud/testimonial2/\",\"alt\":\"\",\"author\":\"34\",\"description\":\"\",\"caption\":\"\",\"name\":\"testimonial2\",\"status\":\"inherit\",\"uploadedTo\":0,\"date\":\"2021-05-11T05:02:03.000Z\",\"modified\":\"2021-05-11T05:02:03.000Z\",\"menuOrder\":0,\"mime\":\"image/jpeg\",\"type\":\"image\",\"subtype\":\"jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/default.png\",\"dateFormatted\":\"May 11, 2021\",\"nonces\":{\"update\":\"1ee6412858\",\"delete\":\"4414a2ccbf\",\"edit\":\"bde7b1f490\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=120\\u0026action=edit\",\"meta\":false,\"authorName\":\"Rishabh\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/user-edit.php?user_id=34\",\"filesizeInBytes\":10087,\"filesizeHumanReadable\":\"10 KB\",\"context\":\"\",\"height\":250,\"width\":250,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/testimonial2-150x150.jpg\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/testimonial2.jpg\",\"height\":250,\"width\":250,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}}}],\"headingAlign\":\"left\",\"headingAlignTablet\":\"left\",\"headingAlignMobile\":\"left\",\"descColor\":\"var(\\u002d\\u002dast-global-color-3)\",\"nameFontSize\":14,\"nameLineHeight\":1,\"descFontSize\":16,\"descFontWeight\":\"600\",\"nameSpace\":1,\"block_id\":\"738a2521\",\"iconImage\":{\"url\":\"\",\"alt\":\"InfoBox placeholder img\"},\"imageWidth\":32,\"columnGap\":1,\"borderStyle\":\"\",\"paddingTop\":0,\"paddingBottom\":0,\"paddingLeft\":0,\"paddingRight\":0,\"spacingLink\":true,\"imgpaddingTop\":0,\"imgpaddingRight\":15,\"imgpaddingBottom\":0,\"imgpaddingLeft\":0,\"overallBorderStyle\":\"none\",\"imgTagHeight\":32,\"imgTagWidth\":150} -->\n<div class=\"wp-block-uagb-testimonial uagb-slick-carousel uagb-tm__arrow-outside uagb-block-738a2521 uagb-post__carousel_notset uagb-post__carousel_notset-tablet uagb-post__carousel_notset-mobile\"><div class=\"is-carousel uagb-tm__columns-1 uagb-tm__items\"><div class=\"uagb-testimonial__wrap  uagb-tm__imgicon-style-circle uagb-tm__image-position-bottom uagb-tm__bg-type-none \"><div class=\"uagb-tm__content\"><div class=\"uagb-tm__overlay\"></div><div class=\"uagb-tm__text-wrap\"><div class=\"uagb-tm__desc\">\"Judy, what a wonderful place you have here - we were so delighted to spend the weekend here, so tranquil, peaceful, and beautiful. You made us feel right at home. Definitely a place worth 5 stars! Go well.\"​</div><div class=\"uagb-tm__meta-inner\"><div class=\"uagb-tm__image-content\"><div class=\"uagb-tm__image\"><img class=\"uagb-tm-img-src\" src=\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/testimonial2-150x150.jpg\" alt=\"\" width=\"32\" height=\"32\" loading=\"lazy\"/></div></div><div class=\"uagb-testimonial-details\"><span class=\"uagb-tm__author-name\"><strong><strong>Brian</strong></strong> <strong><strong><strong>and <strong>Mariska</strong></strong><br></strong></strong></span><span class=\"uagb-tm__company\"></span></div></div></div></div></div></div></div>\n<!-- /wp:uagb/testimonial -->\n\n<!-- wp:uagb/testimonial {\"test_item_count\":1,\"classMigrate\":true,\"test_block\":[{\"description\":\"\\u0022Thank you for the most wonderful time, Judy!  This was the most peaceful and perfect place to get engaged!  We will most certainly be back!!!  Your hospitality cannot be topped!\\u0022​\",\"name\":\"\\u003cstrong\\u003e\\u003cstrong\\u003e\\u003cstrong\\u003e\\u003cstrong\\u003eBrett and Kelly\\u003c/strong\\u003e\\u003c/strong\\u003e\\u003c/strong\\u003e\\u003c/strong\\u003e\",\"company\":\"\",\"image\":{\"id\":121,\"title\":\"testimonial3\",\"filename\":\"testimonial3.jpg\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/testimonial3.jpg\",\"link\":\"https://blueroan.netgen.cloud/testimonial3/\",\"alt\":\"\",\"author\":\"34\",\"description\":\"\",\"caption\":\"\",\"name\":\"testimonial3\",\"status\":\"inherit\",\"uploadedTo\":0,\"date\":\"2021-05-11T05:02:05.000Z\",\"modified\":\"2021-05-11T05:02:05.000Z\",\"menuOrder\":0,\"mime\":\"image/jpeg\",\"type\":\"image\",\"subtype\":\"jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/default.png\",\"dateFormatted\":\"May 11, 2021\",\"nonces\":{\"update\":\"290653da5d\",\"delete\":\"90a4fb2d63\",\"edit\":\"ff8a64e56e\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=121\\u0026action=edit\",\"meta\":false,\"authorName\":\"Rishabh\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/user-edit.php?user_id=34\",\"filesizeInBytes\":8748,\"filesizeHumanReadable\":\"9 KB\",\"context\":\"\",\"height\":250,\"width\":250,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/testimonial3-150x150.jpg\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/testimonial3.jpg\",\"height\":250,\"width\":250,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}}}],\"headingAlign\":\"left\",\"headingAlignTablet\":\"left\",\"headingAlignMobile\":\"left\",\"descColor\":\"var(\\u002d\\u002dast-global-color-3)\",\"nameFontSize\":14,\"nameLineHeight\":1,\"descFontSize\":16,\"descFontWeight\":\"600\",\"nameSpace\":1,\"block_id\":\"0251d982\",\"iconImage\":{\"url\":\"\",\"alt\":\"InfoBox placeholder img\"},\"imageWidth\":32,\"columnGap\":1,\"borderStyle\":\"\",\"paddingTop\":0,\"paddingBottom\":0,\"paddingLeft\":0,\"paddingRight\":0,\"spacingLink\":true,\"imgpaddingTop\":0,\"imgpaddingRight\":15,\"imgpaddingBottom\":0,\"imgpaddingLeft\":0,\"overallBorderStyle\":\"none\",\"imgTagHeight\":32,\"imgTagWidth\":150} -->\n<div class=\"wp-block-uagb-testimonial uagb-slick-carousel uagb-tm__arrow-outside uagb-block-0251d982 uagb-post__carousel_notset uagb-post__carousel_notset-tablet uagb-post__carousel_notset-mobile\"><div class=\"is-carousel uagb-tm__columns-1 uagb-tm__items\"><div class=\"uagb-testimonial__wrap  uagb-tm__imgicon-style-circle uagb-tm__image-position-bottom uagb-tm__bg-type-none \"><div class=\"uagb-tm__content\"><div class=\"uagb-tm__overlay\"></div><div class=\"uagb-tm__text-wrap\"><div class=\"uagb-tm__desc\">\"Thank you for the most wonderful time, Judy!  This was the most peaceful and perfect place to get engaged!  We will most certainly be back!!!  Your hospitality cannot be topped!\"​</div><div class=\"uagb-tm__meta-inner\"><div class=\"uagb-tm__image-content\"><div class=\"uagb-tm__image\"><img class=\"uagb-tm-img-src\" src=\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/testimonial3-150x150.jpg\" alt=\"\" width=\"32\" height=\"32\" loading=\"lazy\"/></div></div><div class=\"uagb-testimonial-details\"><span class=\"uagb-tm__author-name\"><strong><strong><strong><strong>Brett and Kelly</strong></strong></strong></strong></span><span class=\"uagb-tm__company\"></span></div></div></div></div></div></div></div>\n<!-- /wp:uagb/testimonial --></div>\n<!-- /wp:uagb/container --></div>\n<!-- /wp:uagb/container --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"c06d56d4\",\"innerContentCustomWidthDesktop\":781,\"innerContentCustomWidthTablet\":781,\"backgroundType\":\"image\",\"backgroundImageDesktop\":{\"id\":809,\"title\":\"26759994757_767d9794fd_b\",\"filename\":\"26759994757_767d9794fd_b.jpg\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/26759994757_767d9794fd_b.jpg\",\"link\":\"https://blueroan.netgen.cloud/?attachment_id=809\",\"alt\":\"\",\"author\":\"2\",\"description\":\"\",\"caption\":\"\",\"name\":\"26759994757_767d9794fd_b\",\"status\":\"inherit\",\"uploadedTo\":805,\"date\":\"2022-12-13T09:51:53.000Z\",\"modified\":\"2022-12-13T09:51:53.000Z\",\"menuOrder\":0,\"mime\":\"image/jpeg\",\"type\":\"image\",\"subtype\":\"jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-includes/images/media/default.png\",\"dateFormatted\":\"December 13, 2022\",\"nonces\":{\"update\":\"39b5c0eef1\",\"delete\":\"fde92abd83\",\"edit\":\"3923face9e\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=809\\u0026action=edit\",\"meta\":false,\"authorName\":\"Netgen Support\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/profile.php\",\"uploadedToTitle\":\"Magaliesburg\",\"uploadedToLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=805\\u0026action=edit\",\"filesizeInBytes\":143610,\"filesizeHumanReadable\":\"140 KB\",\"context\":\"\",\"height\":683,\"width\":1024,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/26759994757_767d9794fd_b-150x150.jpg\",\"orientation\":\"landscape\"},\"medium\":{\"height\":200,\"width\":300,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/26759994757_767d9794fd_b-300x200.jpg\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/26759994757_767d9794fd_b.jpg\",\"height\":683,\"width\":1024,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"backgroundImageColor\":\"rgba(42,42,42,0.65)\",\"topPaddingDesktop\":144,\"bottomPaddingDesktop\":144,\"leftPaddingDesktop\":40,\"rightPaddingDesktop\":40,\"topPaddingTablet\":80,\"bottomPaddingTablet\":80,\"leftPaddingTablet\":40,\"rightPaddingTablet\":40,\"topPaddingMobile\":64,\"bottomPaddingMobile\":64,\"leftPaddingMobile\":24,\"rightPaddingMobile\":24,\"paddingLink\":false,\"variationSelected\":true,\"isBlockRootParent\":true,\"overlayType\":\"color\"} -->\n<div class=\"wp-block-uagb-container uagb-block-c06d56d4 alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/advanced-heading {\"block_id\":\"b26fc105\",\"classMigrate\":true,\"headingDescToggle\":true,\"headingAlign\":\"center\",\"headingColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"subHeadingColor\":\"var(\\u002d\\u002dast-global-color-4)\",\"headSpace\":20} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-b26fc105\"><h2 class=\"uagb-heading-text\">Plan an Unforgettable Experience at <br>Blue Roan!</h2><p class=\"uagb-desc-text\">Blue Roan is a 3-star graded pet-friendly venue</p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/advanced-heading {\"block_id\":\"6994fd6c\",\"classMigrate\":true,\"headingTitleToggle\":false,\"headingDescToggle\":true,\"headingAlign\":\"center\",\"subHeadingColor\":\"var(\\u002d\\u002dast-global-color-4)\",\"subHeadTransform\":\"uppercase\",\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"subHeadLetterSpacing\":2,\"blockTopPadding\":60,\"blockRightPadding\":0,\"blockLeftPadding\":0,\"blockBottomPadding\":0,\"blockTopPaddingMobile\":30,\"blockRightPaddingMobile\":0,\"blockLeftPaddingMobile\":0,\"blockBottomPaddingMobile\":0,\"linkColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"linkHColor\":\"var(\\u002d\\u002dast-global-color-0)\"} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-6994fd6c\"><p class=\"uagb-desc-text\"><a href=\"https://book.nightsbridge.com/11065\" target=\"_blank\" rel=\"noreferrer noopener\">BOOK YOUR STAY NOW​</a></p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/icon-list {\"block_id\":\"d25b7483\",\"classMigrate\":true,\"childMigrate\":true,\"align\":\"center\",\"parentIcon\":\"phone\",\"size\":40,\"sizeMobile\":24,\"sizeTablet\":32,\"fontSize\":48,\"fontSizeMobile\":28,\"fontSizeTablet\":40,\"fontWeight\":\"600\",\"iconColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"labelColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"blockTopPadding\":0,\"blockRightPadding\":0,\"blockLeftPadding\":0,\"blockBottomPadding\":24,\"blockPaddingLink\":false} -->\n<div class=\"wp-block-uagb-icon-list uagb-block-d25b7483\"><div class=\"uagb-icon-list__wrap\"><!-- wp:uagb/icon-list-child {\"block_id\":\"27ff047b\",\"label\":\" + 27 (0) 82 575 5409\",\"label_color\":\"\",\"link\":\"tel:+27825755409\",\"disableLink\":true,\"fromParentIcon\":\"phone\",\"imageSizeChild\":40} -->\n<div class=\"wp-block-uagb-icon-list-child uagb-block-27ff047b\"><a target=\"_self\" aria-label=\" + 27 (0) 82 575 5409\" rel=\"noopener noreferrer\" href=\"tel:+27825755409\"> </a><span class=\"uagb-icon-list__source-wrap\"><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M511.2 387l-23.25 100.8c-3.266 14.25-15.79 24.22-30.46 24.22C205.2 512 0 306.8 0 54.5c0-14.66 9.969-27.2 24.22-30.45l100.8-23.25C139.7-2.602 154.7 5.018 160.8 18.92l46.52 108.5c5.438 12.78 1.77 27.67-8.98 36.45L144.5 207.1c33.98 69.22 90.26 125.5 159.5 159.5l44.08-53.8c8.688-10.78 23.69-14.51 36.47-8.975l108.5 46.51C506.1 357.2 514.6 372.4 511.2 387z\"></path></svg></span><span class=\"uagb-icon-list__label\"> + 27 (0) 82 575 5409</span></div>\n<!-- /wp:uagb/icon-list-child -->\n\n<!-- wp:uagb/icon-list-child {\"block_id\":\"123b880f\",\"label\":\"blueroan@ugo.co.za\",\"icon\":\"envelope\",\"label_color\":\"\",\"link\":\"mailto:blueroan@ugo.co.za\",\"disableLink\":true,\"fromParentIcon\":\"phone\",\"imageSizeChild\":40} -->\n<div class=\"wp-block-uagb-icon-list-child uagb-block-123b880f\"><a target=\"_self\" aria-label=\"blueroan@ugo.co.za\" rel=\"noopener noreferrer\" href=\"mailto:blueroan@ugo.co.za\"> </a><span class=\"uagb-icon-list__source-wrap\"><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M464 64C490.5 64 512 85.49 512 112C512 127.1 504.9 141.3 492.8 150.4L275.2 313.6C263.8 322.1 248.2 322.1 236.8 313.6L19.2 150.4C7.113 141.3 0 127.1 0 112C0 85.49 21.49 64 48 64H464zM217.6 339.2C240.4 356.3 271.6 356.3 294.4 339.2L512 176V384C512 419.3 483.3 448 448 448H64C28.65 448 0 419.3 0 384V176L217.6 339.2z\"></path></svg></span><span class=\"uagb-icon-list__label\">blueroan@ugo.co.za</span></div>\n<!-- /wp:uagb/icon-list-child --></div></div>\n<!-- /wp:uagb/icon-list --></div></div>\n<!-- /wp:uagb/container -->',	'Home',	'',	'inherit',	'closed',	'closed',	'',	'760-revision-v1',	'',	'',	'2022-12-21 09:55:53',	'2022-12-21 09:55:53',	'',	760,	'https://blueroan.netgen.cloud/?p=1362',	0,	'revision',	'',	0),
(1364,	2,	'2022-12-21 09:58:30',	'2022-12-21 09:58:30',	'',	'Acacia lounge',	'',	'inherit',	'',	'closed',	'',	'acacia-lounge-3',	'',	'',	'2022-12-21 09:58:30',	'2022-12-21 09:58:30',	'',	761,	'https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Acacia-lounge-2.jpg',	0,	'attachment',	'image/jpeg',	0),
(1365,	2,	'2022-12-21 09:59:24',	'2022-12-21 09:59:24',	'',	'Honeymoon bed',	'',	'inherit',	'',	'closed',	'',	'honeymoon-bed',	'',	'',	'2022-12-21 09:59:24',	'2022-12-21 09:59:24',	'',	761,	'https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Honeymoon-bed.jpg',	0,	'attachment',	'image/jpeg',	0),
(1366,	2,	'2022-12-21 09:59:52',	'2022-12-21 09:59:52',	'<!-- wp:uagb/container {\"block_id\":\"87a73b73\",\"backgroundType\":\"image\",\"backgroundImageDesktop\":{\"id\":797,\"title\":\"blue-roan-guest-farm (13)\",\"filename\":\"blue-roan-guest-farm-13.jpg\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-13.jpg\",\"link\":\"https://blueroan.netgen.cloud/home/blue-roan-guest-farm-13/\",\"alt\":\"\",\"author\":\"2\",\"description\":\"\",\"caption\":\"\",\"name\":\"blue-roan-guest-farm-13\",\"status\":\"inherit\",\"uploadedTo\":760,\"date\":\"2022-12-13T09:37:10.000Z\",\"modified\":\"2022-12-13T09:37:10.000Z\",\"menuOrder\":0,\"mime\":\"image/jpeg\",\"type\":\"image\",\"subtype\":\"jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-includes/images/media/default.png\",\"dateFormatted\":\"December 13, 2022\",\"nonces\":{\"update\":\"88c7dafe15\",\"delete\":\"0e63c986af\",\"edit\":\"ba0aad2d7f\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=797\\u0026action=edit\",\"meta\":false,\"authorName\":\"Netgen Support\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/profile.php\",\"uploadedToTitle\":\"Home\",\"uploadedToLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=760\\u0026action=edit\",\"filesizeInBytes\":201183,\"filesizeHumanReadable\":\"196 KB\",\"context\":\"\",\"height\":667,\"width\":1000,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-13-150x150.jpg\",\"orientation\":\"landscape\"},\"medium\":{\"height\":200,\"width\":300,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-13-300x200.jpg\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-13.jpg\",\"height\":667,\"width\":1000,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"backgroundPositionDesktop\":{\"x\":0.62,\"y\":0.78},\"backgroundSizeTablet\":\"cover\",\"backgroundSizeMobile\":\"cover\",\"backgroundColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"backgroundImageColor\":\"rgba(42,42,42,0.5)\",\"topPaddingDesktop\":220,\"bottomPaddingDesktop\":150,\"topPaddingTablet\":170,\"bottomPaddingTablet\":160,\"leftPaddingTablet\":30,\"rightPaddingTablet\":30,\"topPaddingMobile\":180,\"bottomPaddingMobile\":80,\"leftPaddingMobile\":20,\"rightPaddingMobile\":20,\"paddingLink\":false,\"variationSelected\":true,\"isBlockRootParent\":true,\"overlayType\":\"color\"} -->\n<div class=\"wp-block-uagb-container uagb-block-87a73b73 alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/advanced-heading {\"block_id\":\"7ffb9957\",\"classMigrate\":true,\"headingDescToggle\":true,\"headingColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"subHeadingColor\":\"var(\\u002d\\u002dast-global-color-4)\",\"headingTag\":\"h1\",\"headSpace\":20,\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"blockTopPadding\":0,\"blockRightPadding\":50,\"blockLeftPadding\":0,\"blockBottomPadding\":0,\"blockTopPaddingTablet\":0,\"blockRightPaddingTablet\":20,\"blockLeftPaddingTablet\":0,\"blockBottomPaddingTablet\":0,\"blockTopPaddingMobile\":0,\"blockRightPaddingMobile\":0,\"blockLeftPaddingMobile\":0,\"blockBottomPaddingMobile\":0,\"blockPaddingUnit\":\"%\",\"blockPaddingUnitTablet\":\"%\"} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-7ffb9957\"><h1 class=\"uagb-heading-text\">Rooms &amp; Accommodation​</h1><p class=\"uagb-desc-text\">If you are looking for a home away from home, even a place your dog can come along then take a closer look into the rooms we offer and pick the one for you.</p></div>\n<!-- /wp:uagb/advanced-heading --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"e962d966\",\"backgroundType\":\"color\",\"backgroundSizeTablet\":\"cover\",\"backgroundSizeMobile\":\"cover\",\"backgroundColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"topPaddingDesktop\":120,\"bottomPaddingDesktop\":120,\"topPaddingTablet\":80,\"bottomPaddingTablet\":80,\"leftPaddingTablet\":30,\"rightPaddingTablet\":30,\"topPaddingMobile\":80,\"bottomPaddingMobile\":80,\"leftPaddingMobile\":20,\"rightPaddingMobile\":20,\"paddingLink\":false,\"variationSelected\":true,\"rowGapDesktop\":0,\"isBlockRootParent\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-e962d966 alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/container {\"block_id\":\"f998b1e1\",\"directionDesktop\":\"row\",\"alignItemsDesktop\":\"flex-end\",\"alignItemsTablet\":\"flex-end\",\"justifyContentDesktop\":\"flex-end\",\"justifyContentTablet\":\"space-between\",\"variationSelected\":true,\"rowGapMobile\":20,\"columnGapDesktop\":0} -->\n<div class=\"wp-block-uagb-container uagb-block-f998b1e1\"><!-- wp:uagb/advanced-heading {\"block_id\":\"831af388\",\"classMigrate\":true,\"headingDescToggle\":true,\"subHeadingColor\":\"\",\"headSpace\":20,\"subHeadFontSize\":16} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-831af388\"><h2 class=\"uagb-heading-text\">Come &amp; Stay With Us​</h2><p class=\"uagb-desc-text\">There are 7 excellent brick self-catering units available, each private and with a distinctive personality and theme. They are particularly made for pet-free or pet-owning couples looking for a romantic and serene setting to reconnect, celebrate special occasions, or simply unwind on a holiday.<br><br>We are pet-friendly by arrangement as each unit is separately fenced with its own grassy garden with a garden gate leading to the generous park area where pets can socialize. &nbsp;We also have lovely safe off-leash walking trails on our property and beyond. &nbsp;Our units are very luxurious with everything you would need and very homely and charming. Regrettably no children or group bookings.  </p></div>\n<!-- /wp:uagb/advanced-heading --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"39eb1050\",\"directionDesktop\":\"row\",\"alignItemsTablet\":\"flex-start\",\"justifyContentDesktop\":\"flex-start\",\"topMarginDesktop\":54,\"bottomMarginDesktop\":0,\"leftMarginDesktop\":0,\"rightMarginDesktop\":0,\"marginLink\":false,\"variationSelected\":true,\"rowGapMobile\":0,\"columnGapDesktop\":0} -->\n<div class=\"wp-block-uagb-container uagb-block-39eb1050\"><!-- wp:uagb/container {\"block_id\":\"d1367018\",\"widthDesktop\":50,\"bottomPaddingDesktop\":20,\"rightPaddingDesktop\":32,\"bottomPaddingTablet\":35,\"rightPaddingTablet\":15,\"bottomPaddingMobile\":65,\"paddingLink\":false,\"topMarginDesktop\":0,\"bottomMarginDesktop\":0,\"leftMarginDesktop\":5,\"rightMarginDesktop\":5,\"topMarginMobile\":0,\"bottomMarginMobile\":0,\"leftMarginMobile\":0,\"rightMarginMobile\":0,\"marginLink\":false,\"variationSelected\":true,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-d1367018\"><!-- wp:uagb/info-box {\"classMigrate\":true,\"headingAlign\":\"left\",\"headingColor\":\"\",\"subHeadingColor\":\"\",\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"source_type\":\"image\",\"block_id\":\"832fb8ba\",\"ctaIcon\":\"\",\"ctaType\":\"text\",\"ctaText\":\"\\u003ca href=\\u0022/the-barn/\\u0022 data-type=\\u0022URL\\u0022 data-id=\\u0022/the-barn/\\u0022\\u003eREAD MORE\\u003c/a\\u003e\",\"ctaLink\":\"/the-barn/\",\"ctaLinkColor\":\"var(\\u002d\\u002dast-global-color-0)\",\"ctaDecoration\":\"underline\",\"ctaFontSize\":12,\"ctaFontWeight\":\"600\",\"ctaLetterSpacing\":2,\"ctaBorderColor\":\"\",\"ctaBorderStyle\":\"\",\"ctaBorderWidth\":\"\",\"ctaBorderRadius\":\"\",\"iconBottomMargin\":30,\"iconImage\":{\"uploading\":false,\"date\":1670936674000,\"filename\":\"blue-roan-guest-farm-10.jpg\",\"menuOrder\":0,\"uploadedTo\":761,\"type\":\"image\",\"subtype\":\"jpeg\",\"id\":863,\"title\":\"blue-roan-guest-farm (10)\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-10.jpg\",\"link\":\"https://blueroan.netgen.cloud/accommodation/blue-roan-guest-farm-10/\",\"alt\":\"\",\"author\":\"2\",\"description\":\"\",\"caption\":\"\",\"name\":\"blue-roan-guest-farm-10\",\"status\":\"inherit\",\"modified\":1670936674000,\"mime\":\"image/jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-includes/images/media/default.png\",\"dateFormatted\":\"December 13, 2022\",\"nonces\":{\"update\":\"1a7491aa65\",\"delete\":\"dc6afaa89c\",\"edit\":\"7635ee35fb\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=863\\u0026action=edit\",\"meta\":false,\"authorName\":\"Netgen Support\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/profile.php\",\"uploadedToTitle\":\"Accommodation\",\"uploadedToLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=761\\u0026action=edit\",\"filesizeInBytes\":149768,\"filesizeHumanReadable\":\"146 KB\",\"context\":\"\",\"height\":667,\"width\":1000,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-10-150x150.jpg\",\"orientation\":\"landscape\"},\"medium\":{\"height\":200,\"width\":300,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-10-300x200.jpg\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-10.jpg\",\"height\":667,\"width\":1000,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"imageSize\":\"full\",\"imageWidth\":100,\"imageWidthMobile\":100,\"imageWidthTablet\":100,\"paddingBtnTop\":10,\"paddingBtnBottom\":10,\"paddingBtnLeft\":14,\"paddingBtnRight\":14,\"imageWidthUnit\":\"%\",\"imageWidthUnitTablet\":\"%\",\"imageWidthUnitMobile\":\"%\",\"subHeadTopMargin\":0,\"subHeadRightMargin\":40,\"subHeadLeftMargin\":0,\"subHeadMarginTopTablet\":0,\"subHeadMarginRightTablet\":0,\"subHeadTabletSpace\":20,\"subHeadMarginLeftTablet\":0,\"imgTagHeight\":66,\"imgTagWidth\":1000,\"btnBorderTopWidth\":1,\"btnBorderLeftWidth\":1,\"btnBorderRightWidth\":1,\"btnBorderBottomWidth\":1,\"btnBorderTopLeftRadius\":0,\"btnBorderTopRightRadius\":0,\"btnBorderBottomLeftRadius\":0,\"btnBorderBottomRightRadius\":0,\"btnBorderStyle\":\"solid\",\"btnBorderColor\":\"#333\"} -->\n<div class=\"wp-block-uagb-info-box uagb-block-832fb8ba uagb-infobox__content-wrap  uagb-infobox-icon-above-title uagb-infobox-image-valign-top\"><div class=\"uagb-ifb-content\"><div class=\"uagb-ifb-image-content\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-10.jpg\" alt=\"\" width=\"100\" height=\"66\" loading=\"lazy\"/></div><div class=\"uagb-ifb-title-wrap\"><h3 class=\"uagb-ifb-title\">The Barn </h3></div><p class=\"uagb-ifb-desc\">Rustic beams and exposed wood are all hallmarks of our barn-style suite. This is an open-plan unit with lots of windows with a raised king bed on a platform that faces the TV and the mountains.</p><div class=\"uagb-ifb-button-wrapper wp-block-button\"><a href=\"/the-barn/\" target=\"_self\" class=\"uagb-infobox-cta-link\" rel=\"noopener noreferrer\" alt=\"\"><span class=\"uagb-inline-editing\">READ MORE</span></a></div></div></div>\n<!-- /wp:uagb/info-box --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"fa55b8ca\",\"widthDesktop\":50,\"bottomPaddingDesktop\":20,\"rightPaddingDesktop\":32,\"bottomPaddingTablet\":35,\"rightPaddingTablet\":15,\"bottomPaddingMobile\":65,\"paddingLink\":false,\"topMarginDesktop\":0,\"bottomMarginDesktop\":0,\"leftMarginDesktop\":5,\"rightMarginDesktop\":5,\"topMarginMobile\":0,\"bottomMarginMobile\":0,\"leftMarginMobile\":0,\"rightMarginMobile\":0,\"marginLink\":false,\"variationSelected\":true,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-fa55b8ca\"><!-- wp:uagb/info-box {\"classMigrate\":true,\"headingAlign\":\"left\",\"headingColor\":\"\",\"subHeadingColor\":\"\",\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"source_type\":\"image\",\"block_id\":\"db3fa3ed\",\"ctaIcon\":\"\",\"ctaType\":\"text\",\"ctaText\":\"READ MORE\",\"ctaLink\":\"/the-tuscan-suite/\",\"ctaLinkColor\":\"var(\\u002d\\u002dast-global-color-0)\",\"ctaDecoration\":\"underline\",\"ctaFontSize\":12,\"ctaFontWeight\":\"600\",\"ctaLetterSpacing\":2,\"ctaBorderColor\":\"\",\"ctaBorderStyle\":\"\",\"ctaBorderWidth\":\"\",\"ctaBorderRadius\":\"\",\"iconBottomMargin\":30,\"iconImage\":{\"uploading\":false,\"date\":1670936842000,\"filename\":\"tuscan-suite-raised-bed-and-settee.jpg\",\"menuOrder\":0,\"uploadedTo\":761,\"type\":\"image\",\"subtype\":\"jpeg\",\"id\":864,\"title\":\"tuscan-suite-raised-bed-and-settee\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/tuscan-suite-raised-bed-and-settee.jpg\",\"link\":\"https://blueroan.netgen.cloud/accommodation/tuscan-suite-raised-bed-and-settee/\",\"alt\":\"\",\"author\":\"2\",\"description\":\"\",\"caption\":\"\",\"name\":\"tuscan-suite-raised-bed-and-settee\",\"status\":\"inherit\",\"modified\":1670936842000,\"mime\":\"image/jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-includes/images/media/default.png\",\"dateFormatted\":\"December 13, 2022\",\"nonces\":{\"update\":\"0624a4a01a\",\"delete\":\"9e8f0f7a5a\",\"edit\":\"087f94f2e5\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=864\\u0026action=edit\",\"meta\":false,\"authorName\":\"Netgen Support\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/profile.php\",\"uploadedToTitle\":\"Accommodation\",\"uploadedToLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=761\\u0026action=edit\",\"filesizeInBytes\":41923,\"filesizeHumanReadable\":\"41 KB\",\"context\":\"\",\"height\":400,\"width\":600,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/tuscan-suite-raised-bed-and-settee-150x150.jpg\",\"orientation\":\"landscape\"},\"medium\":{\"height\":200,\"width\":300,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/tuscan-suite-raised-bed-and-settee-300x200.jpg\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/tuscan-suite-raised-bed-and-settee.jpg\",\"height\":400,\"width\":600,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"imageSize\":\"full\",\"imageWidth\":100,\"imageWidthMobile\":100,\"imageWidthTablet\":100,\"paddingBtnTop\":10,\"paddingBtnBottom\":10,\"paddingBtnLeft\":14,\"paddingBtnRight\":14,\"imageWidthUnit\":\"%\",\"imageWidthUnitTablet\":\"%\",\"imageWidthUnitMobile\":\"%\",\"subHeadTopMargin\":0,\"subHeadRightMargin\":40,\"subHeadLeftMargin\":0,\"subHeadMarginTopTablet\":0,\"subHeadMarginRightTablet\":0,\"subHeadTabletSpace\":20,\"subHeadMarginLeftTablet\":0,\"imgTagHeight\":66,\"imgTagWidth\":600,\"btnBorderTopWidth\":1,\"btnBorderLeftWidth\":1,\"btnBorderRightWidth\":1,\"btnBorderBottomWidth\":1,\"btnBorderTopLeftRadius\":0,\"btnBorderTopRightRadius\":0,\"btnBorderBottomLeftRadius\":0,\"btnBorderBottomRightRadius\":0,\"btnBorderStyle\":\"solid\",\"btnBorderColor\":\"#333\"} -->\n<div class=\"wp-block-uagb-info-box uagb-block-db3fa3ed uagb-infobox__content-wrap  uagb-infobox-icon-above-title uagb-infobox-image-valign-top\"><div class=\"uagb-ifb-content\"><div class=\"uagb-ifb-image-content\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/tuscan-suite-raised-bed-and-settee.jpg\" alt=\"\" width=\"100\" height=\"66\" loading=\"lazy\"/></div><div class=\"uagb-ifb-title-wrap\"><h3 class=\"uagb-ifb-title\">The Tuscan Suite </h3></div><p class=\"uagb-ifb-desc\">Terra-cotta tiles, textured wall treatments, gorgeous, intricate murals,&nbsp;and simple, durable furniture with elegant iron accents are all characteristics of Tuscan interior design.</p><div class=\"uagb-ifb-button-wrapper wp-block-button\"><a href=\"/the-tuscan-suite/\" target=\"_self\" class=\"uagb-infobox-cta-link\" rel=\"noopener noreferrer\" alt=\"\"><span class=\"uagb-inline-editing\">READ MORE</span></a></div></div></div>\n<!-- /wp:uagb/info-box --></div>\n<!-- /wp:uagb/container --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"2d4992b9\",\"directionDesktop\":\"row\",\"alignItemsTablet\":\"flex-start\",\"justifyContentDesktop\":\"flex-start\",\"topMarginDesktop\":54,\"bottomMarginDesktop\":0,\"leftMarginDesktop\":0,\"rightMarginDesktop\":0,\"topMarginMobile\":0,\"bottomMarginMobile\":0,\"leftMarginMobile\":0,\"rightMarginMobile\":0,\"marginLink\":false,\"variationSelected\":true,\"rowGapMobile\":0,\"columnGapDesktop\":0} -->\n<div class=\"wp-block-uagb-container uagb-block-2d4992b9\"><!-- wp:uagb/container {\"block_id\":\"1c36757d\",\"widthDesktop\":50,\"bottomPaddingDesktop\":20,\"rightPaddingDesktop\":32,\"bottomPaddingTablet\":35,\"leftPaddingTablet\":0,\"rightPaddingTablet\":15,\"bottomPaddingMobile\":65,\"paddingLink\":false,\"topMarginDesktop\":0,\"bottomMarginDesktop\":0,\"leftMarginDesktop\":5,\"rightMarginDesktop\":5,\"topMarginMobile\":0,\"bottomMarginMobile\":0,\"leftMarginMobile\":0,\"rightMarginMobile\":0,\"marginLink\":false,\"variationSelected\":true,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-1c36757d\"><!-- wp:uagb/info-box {\"classMigrate\":true,\"headingAlign\":\"left\",\"headingColor\":\"\",\"subHeadingColor\":\"\",\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"source_type\":\"image\",\"block_id\":\"f1bcf618\",\"ctaIcon\":\"\",\"ctaType\":\"text\",\"ctaText\":\"READ MORE\",\"ctaLink\":\"/the-bluebush/\",\"ctaLinkColor\":\"var(\\u002d\\u002dast-global-color-0)\",\"ctaDecoration\":\"underline\",\"ctaFontSize\":12,\"ctaFontWeight\":\"600\",\"ctaLetterSpacing\":2,\"ctaBorderColor\":\"\",\"ctaBorderStyle\":\"\",\"ctaBorderWidth\":\"\",\"ctaBorderRadius\":\"\",\"iconBottomMargin\":30,\"iconImage\":{\"uploading\":false,\"date\":1670938945000,\"filename\":\"bluebush-king-bed-and-spa-bath.png\",\"menuOrder\":0,\"uploadedTo\":761,\"type\":\"image\",\"subtype\":\"png\",\"id\":881,\"title\":\"bluebush-king-bed-and-spa-bath\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/bluebush-king-bed-and-spa-bath.png\",\"link\":\"https://blueroan.netgen.cloud/accommodation/bluebush-king-bed-and-spa-bath/\",\"alt\":\"\",\"author\":\"2\",\"description\":\"\",\"caption\":\"\",\"name\":\"bluebush-king-bed-and-spa-bath\",\"status\":\"inherit\",\"modified\":1670938945000,\"mime\":\"image/png\",\"icon\":\"https://blueroan.netgen.cloud/wp-includes/images/media/default.png\",\"dateFormatted\":\"December 13, 2022\",\"nonces\":{\"update\":\"e1c334788a\",\"delete\":\"b219c40b29\",\"edit\":\"273b944edc\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=881\\u0026action=edit\",\"meta\":false,\"authorName\":\"Netgen Support\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/profile.php\",\"uploadedToTitle\":\"Accommodation\",\"uploadedToLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=761\\u0026action=edit\",\"filesizeInBytes\":1195033,\"filesizeHumanReadable\":\"1 MB\",\"context\":\"\",\"height\":667,\"width\":1000,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/bluebush-king-bed-and-spa-bath-150x150.png\",\"orientation\":\"landscape\"},\"medium\":{\"height\":200,\"width\":300,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/bluebush-king-bed-and-spa-bath-300x200.png\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/bluebush-king-bed-and-spa-bath.png\",\"height\":667,\"width\":1000,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"imageSize\":\"full\",\"imageWidth\":100,\"imageWidthMobile\":100,\"imageWidthTablet\":100,\"paddingBtnTop\":10,\"paddingBtnBottom\":10,\"paddingBtnLeft\":14,\"paddingBtnRight\":14,\"imageWidthUnit\":\"%\",\"imageWidthUnitTablet\":\"%\",\"imageWidthUnitMobile\":\"%\",\"subHeadTopMargin\":0,\"subHeadRightMargin\":40,\"subHeadLeftMargin\":0,\"subHeadMarginTopTablet\":0,\"subHeadMarginRightTablet\":0,\"subHeadTabletSpace\":20,\"subHeadMarginLeftTablet\":0,\"imgTagHeight\":66,\"imgTagWidth\":1000,\"btnBorderTopWidth\":1,\"btnBorderLeftWidth\":1,\"btnBorderRightWidth\":1,\"btnBorderBottomWidth\":1,\"btnBorderTopLeftRadius\":0,\"btnBorderTopRightRadius\":0,\"btnBorderBottomLeftRadius\":0,\"btnBorderBottomRightRadius\":0,\"btnBorderStyle\":\"solid\",\"btnBorderColor\":\"#333\"} -->\n<div class=\"wp-block-uagb-info-box uagb-block-f1bcf618 uagb-infobox__content-wrap  uagb-infobox-icon-above-title uagb-infobox-image-valign-top\"><div class=\"uagb-ifb-content\"><div class=\"uagb-ifb-image-content\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/bluebush-king-bed-and-spa-bath.png\" alt=\"\" width=\"100\" height=\"66\" loading=\"lazy\"/></div><div class=\"uagb-ifb-title-wrap\"><h3 class=\"uagb-ifb-title\">The Bluebush </h3></div><p class=\"uagb-ifb-desc\">A warm and comforting suite with a very homely feeling. Settle in and alleviate like you would at home. Relax with a perfect corner-shaped spa bath and open-plan&nbsp;living area.</p><div class=\"uagb-ifb-button-wrapper wp-block-button\"><a href=\"/the-bluebush/\" target=\"_self\" class=\"uagb-infobox-cta-link\" rel=\"noopener noreferrer\" alt=\"\"><span class=\"uagb-inline-editing\">READ MORE</span></a></div></div></div>\n<!-- /wp:uagb/info-box --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"a94d75d7\",\"widthDesktop\":50,\"bottomPaddingDesktop\":20,\"rightPaddingDesktop\":32,\"bottomPaddingTablet\":35,\"rightPaddingTablet\":15,\"bottomPaddingMobile\":65,\"paddingLink\":false,\"topMarginDesktop\":0,\"bottomMarginDesktop\":0,\"leftMarginDesktop\":5,\"rightMarginDesktop\":5,\"topMarginMobile\":0,\"bottomMarginMobile\":0,\"leftMarginMobile\":0,\"rightMarginMobile\":0,\"marginLink\":false,\"variationSelected\":true,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-a94d75d7\"><!-- wp:uagb/info-box {\"classMigrate\":true,\"headingAlign\":\"left\",\"headingColor\":\"\",\"subHeadingColor\":\"\",\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"source_type\":\"image\",\"block_id\":\"373ab7d0\",\"ctaIcon\":\"\",\"ctaType\":\"text\",\"ctaText\":\"READ MORE\",\"ctaLink\":\"/the-mexican-loft/\",\"ctaLinkColor\":\"var(\\u002d\\u002dast-global-color-0)\",\"ctaDecoration\":\"underline\",\"ctaFontSize\":12,\"ctaFontWeight\":\"600\",\"ctaLetterSpacing\":2,\"ctaBorderColor\":\"\",\"ctaBorderStyle\":\"\",\"ctaBorderWidth\":\"\",\"ctaBorderRadius\":\"\",\"iconBottomMargin\":30,\"iconImage\":{\"uploading\":false,\"date\":1670938831000,\"filename\":\"blue-roan-guest-farm-11.jpg\",\"menuOrder\":0,\"uploadedTo\":761,\"type\":\"image\",\"subtype\":\"jpeg\",\"id\":879,\"title\":\"blue-roan-guest-farm (11)\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-11.jpg\",\"link\":\"https://blueroan.netgen.cloud/accommodation/blue-roan-guest-farm-11/\",\"alt\":\"\",\"author\":\"2\",\"description\":\"\",\"caption\":\"\",\"name\":\"blue-roan-guest-farm-11\",\"status\":\"inherit\",\"modified\":1670938831000,\"mime\":\"image/jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-includes/images/media/default.png\",\"dateFormatted\":\"December 13, 2022\",\"nonces\":{\"update\":\"294125e9db\",\"delete\":\"1a7a578cdb\",\"edit\":\"79b313e573\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=879\\u0026action=edit\",\"meta\":false,\"authorName\":\"Netgen Support\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/profile.php\",\"uploadedToTitle\":\"Accommodation\",\"uploadedToLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=761\\u0026action=edit\",\"filesizeInBytes\":175055,\"filesizeHumanReadable\":\"171 KB\",\"context\":\"\",\"height\":667,\"width\":1000,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-11-150x150.jpg\",\"orientation\":\"landscape\"},\"medium\":{\"height\":200,\"width\":300,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-11-300x200.jpg\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-11.jpg\",\"height\":667,\"width\":1000,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"imageSize\":\"full\",\"imageWidth\":100,\"imageWidthMobile\":100,\"imageWidthTablet\":100,\"paddingBtnTop\":10,\"paddingBtnBottom\":10,\"paddingBtnLeft\":14,\"paddingBtnRight\":14,\"imageWidthUnit\":\"%\",\"imageWidthUnitTablet\":\"%\",\"imageWidthUnitMobile\":\"%\",\"subHeadTopMargin\":0,\"subHeadRightMargin\":40,\"subHeadLeftMargin\":0,\"subHeadMarginTopTablet\":0,\"subHeadMarginRightTablet\":0,\"subHeadTabletSpace\":20,\"subHeadMarginLeftTablet\":0,\"imgTagHeight\":66,\"imgTagWidth\":1000,\"btnBorderTopWidth\":1,\"btnBorderLeftWidth\":1,\"btnBorderRightWidth\":1,\"btnBorderBottomWidth\":1,\"btnBorderTopLeftRadius\":0,\"btnBorderTopRightRadius\":0,\"btnBorderBottomLeftRadius\":0,\"btnBorderBottomRightRadius\":0,\"btnBorderStyle\":\"solid\",\"btnBorderColor\":\"#333\"} -->\n<div class=\"wp-block-uagb-info-box uagb-block-373ab7d0 uagb-infobox__content-wrap  uagb-infobox-icon-above-title uagb-infobox-image-valign-top\"><div class=\"uagb-ifb-content\"><div class=\"uagb-ifb-image-content\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-11.jpg\" alt=\"\" width=\"100\" height=\"66\" loading=\"lazy\"/></div><div class=\"uagb-ifb-title-wrap\"><h3 class=\"uagb-ifb-title\">The Mexican Loft </h3></div><p class=\"uagb-ifb-desc\">This Mexican-inspired unit is full of bold colors and rustic furnishings. This design style has a multifarious feel, mixing rustic wood, authentic art, textiles, and a vivid palette of color</p><div class=\"uagb-ifb-button-wrapper wp-block-button\"><a href=\"/the-mexican-loft/\" target=\"_self\" class=\"uagb-infobox-cta-link\" rel=\"noopener noreferrer\" alt=\"\"><span class=\"uagb-inline-editing\">READ MORE</span></a></div></div></div>\n<!-- /wp:uagb/info-box --></div>\n<!-- /wp:uagb/container --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"4a1e9527\",\"directionDesktop\":\"row\",\"justifyContentDesktop\":\"flex-start\",\"topMarginDesktop\":54,\"bottomMarginDesktop\":0,\"leftMarginDesktop\":0,\"rightMarginDesktop\":0,\"topMarginMobile\":0,\"bottomMarginMobile\":0,\"leftMarginMobile\":0,\"rightMarginMobile\":0,\"marginLink\":false,\"variationSelected\":true,\"rowGapMobile\":0,\"columnGapDesktop\":0} -->\n<div class=\"wp-block-uagb-container uagb-block-4a1e9527\"><!-- wp:uagb/container {\"block_id\":\"30741c55\",\"widthDesktop\":50,\"bottomPaddingDesktop\":20,\"rightPaddingDesktop\":32,\"bottomPaddingTablet\":35,\"rightPaddingTablet\":15,\"bottomPaddingMobile\":65,\"paddingLink\":false,\"topMarginDesktop\":0,\"bottomMarginDesktop\":0,\"leftMarginDesktop\":5,\"rightMarginDesktop\":5,\"topMarginMobile\":0,\"bottomMarginMobile\":0,\"leftMarginMobile\":0,\"rightMarginMobile\":0,\"marginLink\":false,\"variationSelected\":true,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-30741c55\"><!-- wp:uagb/info-box {\"classMigrate\":true,\"headingAlign\":\"left\",\"headingColor\":\"\",\"subHeadingColor\":\"\",\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"source_type\":\"image\",\"block_id\":\"8db909c0\",\"ctaIcon\":\"\",\"ctaType\":\"text\",\"ctaText\":\"READ MORE\",\"ctaLink\":\"/the-acacia/\",\"ctaLinkColor\":\"var(\\u002d\\u002dast-global-color-0)\",\"ctaDecoration\":\"underline\",\"ctaFontSize\":12,\"ctaFontWeight\":\"600\",\"ctaLetterSpacing\":2,\"ctaBorderColor\":\"\",\"ctaBorderStyle\":\"\",\"ctaBorderWidth\":\"\",\"ctaBorderRadius\":\"\",\"iconBottomMargin\":30,\"iconImage\":{\"uploading\":false,\"date\":1671616710000,\"filename\":\"Acacia-lounge-2-scaled.jpg\",\"menuOrder\":0,\"uploadedTo\":761,\"type\":\"image\",\"subtype\":\"jpeg\",\"id\":1364,\"title\":\"Acacia lounge\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Acacia-lounge-2-scaled.jpg\",\"link\":\"https://blueroan.netgen.cloud/accommodation/acacia-lounge-3/\",\"alt\":\"\",\"author\":\"2\",\"description\":\"\",\"caption\":\"\",\"name\":\"acacia-lounge-3\",\"status\":\"inherit\",\"modified\":1671616710000,\"mime\":\"image/jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-includes/images/media/default.png\",\"dateFormatted\":\"December 21, 2022\",\"nonces\":{\"update\":\"2c6205dc39\",\"delete\":\"13f45107a5\",\"edit\":\"379078d487\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=1364\\u0026action=edit\",\"meta\":false,\"authorName\":\"Netgen Support\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/profile.php\",\"uploadedToTitle\":\"Accommodation\",\"uploadedToLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=761\\u0026action=edit\",\"filesizeInBytes\":635994,\"filesizeHumanReadable\":\"621 KB\",\"context\":\"\",\"originalImageURL\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Acacia-lounge-2.jpg\",\"originalImageName\":\"Acacia-lounge-2.jpg\",\"height\":2560,\"width\":1440,\"orientation\":\"portrait\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Acacia-lounge-2-150x150.jpg\",\"orientation\":\"landscape\"},\"medium\":{\"height\":300,\"width\":169,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Acacia-lounge-2-169x300.jpg\",\"orientation\":\"portrait\"},\"large\":{\"height\":1024,\"width\":576,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Acacia-lounge-2-576x1024.jpg\",\"orientation\":\"portrait\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Acacia-lounge-2-scaled.jpg\",\"height\":2560,\"width\":1440,\"orientation\":\"portrait\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"imageSize\":\"full\",\"imageWidth\":100,\"imageWidthMobile\":100,\"imageWidthTablet\":100,\"paddingBtnTop\":10,\"paddingBtnBottom\":10,\"paddingBtnLeft\":14,\"paddingBtnRight\":14,\"imageWidthUnit\":\"%\",\"imageWidthUnitTablet\":\"%\",\"imageWidthUnitMobile\":\"%\",\"subHeadTopMargin\":0,\"subHeadRightMargin\":40,\"subHeadLeftMargin\":0,\"subHeadMarginTopTablet\":0,\"subHeadMarginRightTablet\":0,\"subHeadTabletSpace\":20,\"subHeadMarginLeftTablet\":0,\"imgTagHeight\":177,\"imgTagWidth\":1440,\"btnBorderTopWidth\":1,\"btnBorderLeftWidth\":1,\"btnBorderRightWidth\":1,\"btnBorderBottomWidth\":1,\"btnBorderTopLeftRadius\":0,\"btnBorderTopRightRadius\":0,\"btnBorderBottomLeftRadius\":0,\"btnBorderBottomRightRadius\":0,\"btnBorderStyle\":\"solid\",\"btnBorderColor\":\"#333\"} -->\n<div class=\"wp-block-uagb-info-box uagb-block-8db909c0 uagb-infobox__content-wrap  uagb-infobox-icon-above-title uagb-infobox-image-valign-top\"><div class=\"uagb-ifb-content\"><div class=\"uagb-ifb-image-content\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Acacia-lounge-2-scaled.jpg\" alt=\"\" width=\"100\" height=\"177\" loading=\"lazy\"/></div><div class=\"uagb-ifb-title-wrap\"><h3 class=\"uagb-ifb-title\">The Acacia </h3></div><p class=\"uagb-ifb-desc\">The Acacia tree inspired the name of our largest unit. The wide open-concept living space of this rustic, rough-hewn unit opens onto a covered patio with a brick braai area.</p><div class=\"uagb-ifb-button-wrapper wp-block-button\"><a href=\"/the-acacia/\" target=\"_self\" class=\"uagb-infobox-cta-link\" rel=\"noopener noreferrer\" alt=\"\"><span class=\"uagb-inline-editing\">READ MORE</span></a></div></div></div>\n<!-- /wp:uagb/info-box --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"d46f1aea\",\"widthDesktop\":50,\"bottomPaddingDesktop\":20,\"rightPaddingDesktop\":32,\"bottomPaddingTablet\":35,\"rightPaddingTablet\":15,\"paddingLink\":false,\"topMarginDesktop\":0,\"bottomMarginDesktop\":0,\"leftMarginDesktop\":5,\"rightMarginDesktop\":5,\"topMarginMobile\":0,\"bottomMarginMobile\":0,\"leftMarginMobile\":0,\"rightMarginMobile\":0,\"marginLink\":false,\"variationSelected\":true,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-d46f1aea\"><!-- wp:uagb/info-box {\"classMigrate\":true,\"headingAlign\":\"left\",\"headingColor\":\"\",\"subHeadingColor\":\"\",\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"source_type\":\"image\",\"block_id\":\"31535df8\",\"ctaIcon\":\"\",\"ctaType\":\"text\",\"ctaText\":\"READ MORE\",\"ctaLink\":\"/the-greek-villa/\",\"ctaLinkColor\":\"var(\\u002d\\u002dast-global-color-0)\",\"ctaDecoration\":\"underline\",\"ctaFontSize\":12,\"ctaFontWeight\":\"600\",\"ctaLetterSpacing\":2,\"ctaBorderColor\":\"\",\"ctaBorderStyle\":\"\",\"ctaBorderWidth\":\"\",\"ctaBorderRadius\":\"\",\"iconBottomMargin\":30,\"iconImage\":{\"id\":837,\"title\":\"blue-roan-guest-farm-8\",\"filename\":\"blue-roan-guest-farm-8.jpg\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-8.jpg\",\"link\":\"https://blueroan.netgen.cloud/home/blue-roan-guest-farm-8/\",\"alt\":\"\",\"author\":\"2\",\"description\":\"\",\"caption\":\"\",\"name\":\"blue-roan-guest-farm-8\",\"status\":\"inherit\",\"uploadedTo\":760,\"date\":\"2022-12-13T11:55:28.000Z\",\"modified\":\"2022-12-13T11:55:28.000Z\",\"menuOrder\":0,\"mime\":\"image/jpeg\",\"type\":\"image\",\"subtype\":\"jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-includes/images/media/default.png\",\"dateFormatted\":\"December 13, 2022\",\"nonces\":{\"update\":\"e297386797\",\"delete\":\"bce21c37a3\",\"edit\":\"b27dcb4293\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=837\\u0026action=edit\",\"meta\":false,\"authorName\":\"Netgen Support\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/profile.php\",\"uploadedToTitle\":\"Home\",\"uploadedToLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=760\\u0026action=edit\",\"filesizeInBytes\":208219,\"filesizeHumanReadable\":\"203 KB\",\"context\":\"\",\"height\":795,\"width\":1200,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-8-150x150.jpg\",\"orientation\":\"landscape\"},\"medium\":{\"height\":199,\"width\":300,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-8-300x199.jpg\",\"orientation\":\"landscape\"},\"large\":{\"height\":678,\"width\":1024,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-8-1024x678.jpg\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-8.jpg\",\"height\":795,\"width\":1200,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"imageSize\":\"full\",\"imageWidth\":100,\"imageWidthMobile\":100,\"imageWidthTablet\":100,\"paddingBtnTop\":10,\"paddingBtnBottom\":10,\"paddingBtnLeft\":14,\"paddingBtnRight\":14,\"imageWidthUnit\":\"%\",\"imageWidthUnitTablet\":\"%\",\"imageWidthUnitMobile\":\"%\",\"subHeadTopMargin\":0,\"subHeadRightMargin\":40,\"subHeadLeftMargin\":0,\"subHeadMarginTopTablet\":0,\"subHeadMarginRightTablet\":0,\"subHeadTabletSpace\":20,\"subHeadMarginLeftTablet\":0,\"imgTagHeight\":66,\"imgTagWidth\":1200,\"btnBorderTopWidth\":1,\"btnBorderLeftWidth\":1,\"btnBorderRightWidth\":1,\"btnBorderBottomWidth\":1,\"btnBorderTopLeftRadius\":0,\"btnBorderTopRightRadius\":0,\"btnBorderBottomLeftRadius\":0,\"btnBorderBottomRightRadius\":0,\"btnBorderStyle\":\"solid\",\"btnBorderColor\":\"#333\"} -->\n<div class=\"wp-block-uagb-info-box uagb-block-31535df8 uagb-infobox__content-wrap  uagb-infobox-icon-above-title uagb-infobox-image-valign-top\"><div class=\"uagb-ifb-content\"><div class=\"uagb-ifb-image-content\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-8.jpg\" alt=\"\" width=\"100\" height=\"66\" loading=\"lazy\"/></div><div class=\"uagb-ifb-title-wrap\"><h3 class=\"uagb-ifb-title\">The Greek Villa </h3></div><p class=\"uagb-ifb-desc\">Designed like a Greek villa this Mediterranean style reflects a relaxed atmosphere with its dominant white walls and blue ceilings with lovely rustic furnishings</p><div class=\"uagb-ifb-button-wrapper wp-block-button\"><a href=\"/the-greek-villa/\" target=\"_self\" class=\"uagb-infobox-cta-link\" rel=\"noopener noreferrer\" alt=\"\"><span class=\"uagb-inline-editing\">READ MORE</span></a></div></div></div>\n<!-- /wp:uagb/info-box --></div>\n<!-- /wp:uagb/container --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"f7218e9b\",\"directionDesktop\":\"row\",\"justifyContentDesktop\":\"flex-start\",\"topMarginDesktop\":54,\"bottomMarginDesktop\":0,\"leftMarginDesktop\":0,\"rightMarginDesktop\":0,\"topMarginMobile\":0,\"bottomMarginMobile\":0,\"leftMarginMobile\":0,\"rightMarginMobile\":0,\"marginLink\":false,\"variationSelected\":true,\"rowGapMobile\":0,\"columnGapDesktop\":0} -->\n<div class=\"wp-block-uagb-container uagb-block-f7218e9b\"><!-- wp:uagb/container {\"block_id\":\"319f9b95\",\"widthDesktop\":50,\"bottomPaddingDesktop\":20,\"rightPaddingDesktop\":32,\"bottomPaddingTablet\":35,\"rightPaddingTablet\":15,\"bottomPaddingMobile\":65,\"paddingLink\":false,\"topMarginDesktop\":0,\"bottomMarginDesktop\":0,\"leftMarginDesktop\":5,\"rightMarginDesktop\":5,\"topMarginMobile\":0,\"bottomMarginMobile\":0,\"leftMarginMobile\":0,\"rightMarginMobile\":0,\"marginLink\":false,\"variationSelected\":true,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-319f9b95\"><!-- wp:uagb/info-box {\"classMigrate\":true,\"headingAlign\":\"left\",\"headingColor\":\"\",\"subHeadingColor\":\"\",\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"source_type\":\"image\",\"block_id\":\"2301f7a9\",\"ctaIcon\":\"\",\"ctaType\":\"text\",\"ctaText\":\"READ MORE\",\"ctaLink\":\"/the-honeymoon-suite/\",\"ctaLinkColor\":\"var(\\u002d\\u002dast-global-color-0)\",\"ctaDecoration\":\"underline\",\"ctaFontSize\":12,\"ctaFontWeight\":\"600\",\"ctaLetterSpacing\":2,\"ctaBorderColor\":\"\",\"ctaBorderStyle\":\"\",\"ctaBorderWidth\":\"\",\"ctaBorderRadius\":\"\",\"iconBottomMargin\":30,\"iconImage\":{\"uploading\":false,\"date\":1671616764000,\"filename\":\"Honeymoon-bed-scaled.jpg\",\"menuOrder\":0,\"uploadedTo\":761,\"type\":\"image\",\"subtype\":\"jpeg\",\"id\":1365,\"title\":\"Honeymoon bed\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Honeymoon-bed-scaled.jpg\",\"link\":\"https://blueroan.netgen.cloud/accommodation/honeymoon-bed/\",\"alt\":\"\",\"author\":\"2\",\"description\":\"\",\"caption\":\"\",\"name\":\"honeymoon-bed\",\"status\":\"inherit\",\"modified\":1671616764000,\"mime\":\"image/jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-includes/images/media/default.png\",\"dateFormatted\":\"December 21, 2022\",\"nonces\":{\"update\":\"98057a9f17\",\"delete\":\"4fdef1107d\",\"edit\":\"ffc19c6d9a\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=1365\\u0026action=edit\",\"meta\":false,\"authorName\":\"Netgen Support\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/profile.php\",\"uploadedToTitle\":\"Accommodation\",\"uploadedToLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=761\\u0026action=edit\",\"filesizeInBytes\":698844,\"filesizeHumanReadable\":\"682 KB\",\"context\":\"\",\"originalImageURL\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Honeymoon-bed.jpg\",\"originalImageName\":\"Honeymoon-bed.jpg\",\"height\":1920,\"width\":2560,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Honeymoon-bed-150x150.jpg\",\"orientation\":\"landscape\"},\"medium\":{\"height\":225,\"width\":300,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Honeymoon-bed-300x225.jpg\",\"orientation\":\"landscape\"},\"large\":{\"height\":768,\"width\":1024,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Honeymoon-bed-1024x768.jpg\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Honeymoon-bed-scaled.jpg\",\"height\":1920,\"width\":2560,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"imageSize\":\"full\",\"imageWidth\":100,\"imageWidthMobile\":100,\"imageWidthTablet\":100,\"paddingBtnTop\":10,\"paddingBtnBottom\":10,\"paddingBtnLeft\":14,\"paddingBtnRight\":14,\"imageWidthUnit\":\"%\",\"imageWidthUnitTablet\":\"%\",\"imageWidthUnitMobile\":\"%\",\"subHeadTopMargin\":0,\"subHeadRightMargin\":40,\"subHeadLeftMargin\":0,\"subHeadMarginTopTablet\":0,\"subHeadMarginRightTablet\":0,\"subHeadTabletSpace\":20,\"subHeadMarginLeftTablet\":0,\"imgTagHeight\":75,\"imgTagWidth\":2560,\"btnBorderTopWidth\":1,\"btnBorderLeftWidth\":1,\"btnBorderRightWidth\":1,\"btnBorderBottomWidth\":1,\"btnBorderTopLeftRadius\":0,\"btnBorderTopRightRadius\":0,\"btnBorderBottomLeftRadius\":0,\"btnBorderBottomRightRadius\":0,\"btnBorderStyle\":\"solid\",\"btnBorderColor\":\"#333\"} -->\n<div class=\"wp-block-uagb-info-box uagb-block-2301f7a9 uagb-infobox__content-wrap  uagb-infobox-icon-above-title uagb-infobox-image-valign-top\"><div class=\"uagb-ifb-content\"><div class=\"uagb-ifb-image-content\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Honeymoon-bed-scaled.jpg\" alt=\"\" width=\"100\" height=\"75\" loading=\"lazy\"/></div><div class=\"uagb-ifb-title-wrap\"><h3 class=\"uagb-ifb-title\">The Honeymoon suite</h3></div><p class=\"uagb-ifb-desc\">This&nbsp;<a href=\"https://www.collinsdictionary.com/dictionary/english/suite\">suite</a>&nbsp;is perfect for couples - This is an open-plan unit attached to the side of the main house, completely private with its own entrance, own garden, and carport.&nbsp;</p><div class=\"uagb-ifb-button-wrapper wp-block-button\"><a href=\"/the-honeymoon-suite/\" target=\"_self\" class=\"uagb-infobox-cta-link\" rel=\"noopener noreferrer\" alt=\"\"><span class=\"uagb-inline-editing\">READ MORE</span></a></div></div></div>\n<!-- /wp:uagb/info-box --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"42fd7b1a\",\"widthDesktop\":50,\"bottomPaddingDesktop\":20,\"rightPaddingDesktop\":32,\"bottomPaddingTablet\":35,\"rightPaddingTablet\":15,\"paddingLink\":false,\"topMarginDesktop\":0,\"bottomMarginDesktop\":0,\"leftMarginDesktop\":5,\"rightMarginDesktop\":5,\"topMarginMobile\":0,\"bottomMarginMobile\":0,\"leftMarginMobile\":0,\"rightMarginMobile\":0,\"marginLink\":false,\"variationSelected\":true,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-42fd7b1a\"></div>\n<!-- /wp:uagb/container --></div>\n<!-- /wp:uagb/container --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"5df723d4\",\"innerContentCustomWidthDesktop\":781,\"innerContentCustomWidthTablet\":781,\"backgroundType\":\"image\",\"backgroundImageDesktop\":{\"uploading\":false,\"date\":1670943271000,\"filename\":\"AAEAAQAAAAAAAAAAAAAA39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba.png\",\"menuOrder\":0,\"uploadedTo\":761,\"type\":\"image\",\"subtype\":\"png\",\"id\":899,\"title\":\"AAEAAQAAAAAAAAAAAAAA39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAA39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba.png\",\"link\":\"https://blueroan.netgen.cloud/accommodation/aaeaaqaaaaaaaaaaaaaa39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba/\",\"alt\":\"\",\"author\":\"2\",\"description\":\"\",\"caption\":\"\",\"name\":\"aaeaaqaaaaaaaaaaaaaa39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba\",\"status\":\"inherit\",\"modified\":1670943271000,\"mime\":\"image/png\",\"icon\":\"https://blueroan.netgen.cloud/wp-includes/images/media/default.png\",\"dateFormatted\":\"December 13, 2022\",\"nonces\":{\"update\":\"45b2b6c69b\",\"delete\":\"75d81c42ab\",\"edit\":\"88fae030a9\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=899\\u0026action=edit\",\"meta\":false,\"authorName\":\"Netgen Support\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/profile.php\",\"uploadedToTitle\":\"Accommodation\",\"uploadedToLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=761\\u0026action=edit\",\"filesizeInBytes\":2338048,\"filesizeHumanReadable\":\"2 MB\",\"context\":\"\",\"height\":900,\"width\":1200,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAA39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba-150x150.png\",\"orientation\":\"landscape\"},\"medium\":{\"height\":225,\"width\":300,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAA39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba-300x225.png\",\"orientation\":\"landscape\"},\"large\":{\"height\":768,\"width\":1024,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAA39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba-1024x768.png\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAA39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba.png\",\"height\":900,\"width\":1200,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"backgroundImageColor\":\"rgba(42,42,42,0.65)\",\"topPaddingDesktop\":144,\"bottomPaddingDesktop\":144,\"leftPaddingDesktop\":40,\"rightPaddingDesktop\":40,\"topPaddingTablet\":80,\"bottomPaddingTablet\":80,\"leftPaddingTablet\":40,\"rightPaddingTablet\":40,\"topPaddingMobile\":64,\"bottomPaddingMobile\":64,\"leftPaddingMobile\":24,\"rightPaddingMobile\":24,\"paddingLink\":false,\"variationSelected\":true,\"isBlockRootParent\":true,\"overlayType\":\"color\"} -->\n<div class=\"wp-block-uagb-container uagb-block-5df723d4 alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/advanced-heading {\"block_id\":\"d6408076\",\"classMigrate\":true,\"headingDescToggle\":true,\"headingAlign\":\"center\",\"headingColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"subHeadingColor\":\"var(\\u002d\\u002dast-global-color-4)\",\"headSpace\":20} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-d6408076\"><h2 class=\"uagb-heading-text\">Make your stay at Blue Roan unforgettable!</h2><p class=\"uagb-desc-text\">We can help you fit your stay and experience within your allotted budget.</p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/advanced-heading {\"block_id\":\"efb29627\",\"classMigrate\":true,\"headingTitleToggle\":false,\"headingDescToggle\":true,\"headingAlign\":\"center\",\"subHeadingColor\":\"var(\\u002d\\u002dast-global-color-4)\",\"subHeadTransform\":\"uppercase\",\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"subHeadLetterSpacing\":2,\"blockTopPadding\":60,\"blockRightPadding\":0,\"blockLeftPadding\":0,\"blockBottomPadding\":0,\"blockTopPaddingMobile\":30,\"blockRightPaddingMobile\":0,\"blockLeftPaddingMobile\":0,\"blockBottomPaddingMobile\":0} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-efb29627\"><p class=\"uagb-desc-text\">BOOK YOUR STAY NOW​</p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/icon-list {\"block_id\":\"d3852acd\",\"classMigrate\":true,\"childMigrate\":true,\"align\":\"center\",\"parentIcon\":\"phone\",\"size\":40,\"sizeMobile\":24,\"sizeTablet\":32,\"fontSize\":48,\"fontSizeMobile\":28,\"fontSizeTablet\":40,\"fontWeight\":\"600\",\"iconColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"labelColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"blockTopPadding\":0,\"blockRightPadding\":0,\"blockLeftPadding\":0,\"blockBottomPadding\":24,\"blockPaddingLink\":false} -->\n<div class=\"wp-block-uagb-icon-list uagb-block-d3852acd\"><div class=\"uagb-icon-list__wrap\"><!-- wp:uagb/icon-list-child {\"block_id\":\"2a929043\",\"label\":\" + 27 (0) 82 575 5409\",\"label_color\":\"\",\"link\":\"tel:+27825755409\",\"disableLink\":true,\"fromParentIcon\":\"phone\",\"imageSizeChild\":40} -->\n<div class=\"wp-block-uagb-icon-list-child uagb-block-2a929043\"><a target=\"_self\" aria-label=\" + 27 (0) 82 575 5409\" rel=\"noopener noreferrer\" href=\"tel:+27825755409\"> </a><span class=\"uagb-icon-list__source-wrap\"><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M511.2 387l-23.25 100.8c-3.266 14.25-15.79 24.22-30.46 24.22C205.2 512 0 306.8 0 54.5c0-14.66 9.969-27.2 24.22-30.45l100.8-23.25C139.7-2.602 154.7 5.018 160.8 18.92l46.52 108.5c5.438 12.78 1.77 27.67-8.98 36.45L144.5 207.1c33.98 69.22 90.26 125.5 159.5 159.5l44.08-53.8c8.688-10.78 23.69-14.51 36.47-8.975l108.5 46.51C506.1 357.2 514.6 372.4 511.2 387z\"></path></svg></span><span class=\"uagb-icon-list__label\"> + 27 (0) 82 575 5409</span></div>\n<!-- /wp:uagb/icon-list-child -->\n\n<!-- wp:uagb/icon-list-child {\"block_id\":\"d7368ae7\",\"label\":\"blueroan@ugo.co.za\",\"icon\":\"envelope\",\"label_color\":\"\",\"link\":\"mailto:blueroan@ugo.co.za\",\"disableLink\":true,\"fromParentIcon\":\"phone\",\"imageSizeChild\":40} -->\n<div class=\"wp-block-uagb-icon-list-child uagb-block-d7368ae7\"><a target=\"_self\" aria-label=\"blueroan@ugo.co.za\" rel=\"noopener noreferrer\" href=\"mailto:blueroan@ugo.co.za\"> </a><span class=\"uagb-icon-list__source-wrap\"><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M464 64C490.5 64 512 85.49 512 112C512 127.1 504.9 141.3 492.8 150.4L275.2 313.6C263.8 322.1 248.2 322.1 236.8 313.6L19.2 150.4C7.113 141.3 0 127.1 0 112C0 85.49 21.49 64 48 64H464zM217.6 339.2C240.4 356.3 271.6 356.3 294.4 339.2L512 176V384C512 419.3 483.3 448 448 448H64C28.65 448 0 419.3 0 384V176L217.6 339.2z\"></path></svg></span><span class=\"uagb-icon-list__label\">blueroan@ugo.co.za</span></div>\n<!-- /wp:uagb/icon-list-child --></div></div>\n<!-- /wp:uagb/icon-list --></div></div>\n<!-- /wp:uagb/container -->',	'Accommodation',	'',	'inherit',	'closed',	'closed',	'',	'761-revision-v1',	'',	'',	'2022-12-21 09:59:52',	'2022-12-21 09:59:52',	'',	761,	'https://blueroan.netgen.cloud/?p=1366',	0,	'revision',	'',	0),
(1367,	2,	'2022-12-21 10:16:29',	'2022-12-21 10:16:29',	'',	'Untitled design (8)',	'',	'inherit',	'',	'closed',	'',	'untitled-design-8',	'',	'',	'2022-12-21 10:16:29',	'2022-12-21 10:16:29',	'',	761,	'https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Untitled-design-8.png',	0,	'attachment',	'image/png',	0),
(1369,	2,	'2022-12-21 10:17:30',	'2022-12-21 10:17:30',	'<!-- wp:uagb/container {\"block_id\":\"87a73b73\",\"backgroundType\":\"image\",\"backgroundImageDesktop\":{\"id\":797,\"title\":\"blue-roan-guest-farm (13)\",\"filename\":\"blue-roan-guest-farm-13.jpg\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-13.jpg\",\"link\":\"https://blueroan.netgen.cloud/home/blue-roan-guest-farm-13/\",\"alt\":\"\",\"author\":\"2\",\"description\":\"\",\"caption\":\"\",\"name\":\"blue-roan-guest-farm-13\",\"status\":\"inherit\",\"uploadedTo\":760,\"date\":\"2022-12-13T09:37:10.000Z\",\"modified\":\"2022-12-13T09:37:10.000Z\",\"menuOrder\":0,\"mime\":\"image/jpeg\",\"type\":\"image\",\"subtype\":\"jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-includes/images/media/default.png\",\"dateFormatted\":\"December 13, 2022\",\"nonces\":{\"update\":\"88c7dafe15\",\"delete\":\"0e63c986af\",\"edit\":\"ba0aad2d7f\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=797\\u0026action=edit\",\"meta\":false,\"authorName\":\"Netgen Support\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/profile.php\",\"uploadedToTitle\":\"Home\",\"uploadedToLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=760\\u0026action=edit\",\"filesizeInBytes\":201183,\"filesizeHumanReadable\":\"196 KB\",\"context\":\"\",\"height\":667,\"width\":1000,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-13-150x150.jpg\",\"orientation\":\"landscape\"},\"medium\":{\"height\":200,\"width\":300,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-13-300x200.jpg\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-13.jpg\",\"height\":667,\"width\":1000,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"backgroundPositionDesktop\":{\"x\":0.62,\"y\":0.78},\"backgroundSizeTablet\":\"cover\",\"backgroundSizeMobile\":\"cover\",\"backgroundColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"backgroundImageColor\":\"rgba(42,42,42,0.5)\",\"topPaddingDesktop\":220,\"bottomPaddingDesktop\":150,\"topPaddingTablet\":170,\"bottomPaddingTablet\":160,\"leftPaddingTablet\":30,\"rightPaddingTablet\":30,\"topPaddingMobile\":180,\"bottomPaddingMobile\":80,\"leftPaddingMobile\":20,\"rightPaddingMobile\":20,\"paddingLink\":false,\"variationSelected\":true,\"isBlockRootParent\":true,\"overlayType\":\"color\"} -->\n<div class=\"wp-block-uagb-container uagb-block-87a73b73 alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/advanced-heading {\"block_id\":\"7ffb9957\",\"classMigrate\":true,\"headingDescToggle\":true,\"headingColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"subHeadingColor\":\"var(\\u002d\\u002dast-global-color-4)\",\"headingTag\":\"h1\",\"headSpace\":20,\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"blockTopPadding\":0,\"blockRightPadding\":50,\"blockLeftPadding\":0,\"blockBottomPadding\":0,\"blockTopPaddingTablet\":0,\"blockRightPaddingTablet\":20,\"blockLeftPaddingTablet\":0,\"blockBottomPaddingTablet\":0,\"blockTopPaddingMobile\":0,\"blockRightPaddingMobile\":0,\"blockLeftPaddingMobile\":0,\"blockBottomPaddingMobile\":0,\"blockPaddingUnit\":\"%\",\"blockPaddingUnitTablet\":\"%\"} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-7ffb9957\"><h1 class=\"uagb-heading-text\">Rooms &amp; Accommodation​</h1><p class=\"uagb-desc-text\">If you are looking for a home away from home, even a place your dog can come along then take a closer look into the rooms we offer and pick the one for you.</p></div>\n<!-- /wp:uagb/advanced-heading --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"e962d966\",\"backgroundType\":\"color\",\"backgroundSizeTablet\":\"cover\",\"backgroundSizeMobile\":\"cover\",\"backgroundColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"topPaddingDesktop\":120,\"bottomPaddingDesktop\":120,\"topPaddingTablet\":80,\"bottomPaddingTablet\":80,\"leftPaddingTablet\":30,\"rightPaddingTablet\":30,\"topPaddingMobile\":80,\"bottomPaddingMobile\":80,\"leftPaddingMobile\":20,\"rightPaddingMobile\":20,\"paddingLink\":false,\"variationSelected\":true,\"rowGapDesktop\":0,\"isBlockRootParent\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-e962d966 alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/container {\"block_id\":\"f998b1e1\",\"directionDesktop\":\"row\",\"alignItemsDesktop\":\"flex-end\",\"alignItemsTablet\":\"flex-end\",\"justifyContentDesktop\":\"flex-end\",\"justifyContentTablet\":\"space-between\",\"variationSelected\":true,\"rowGapMobile\":20,\"columnGapDesktop\":0} -->\n<div class=\"wp-block-uagb-container uagb-block-f998b1e1\"><!-- wp:uagb/advanced-heading {\"block_id\":\"831af388\",\"classMigrate\":true,\"headingDescToggle\":true,\"subHeadingColor\":\"\",\"headSpace\":20,\"subHeadFontSize\":16} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-831af388\"><h2 class=\"uagb-heading-text\">Come &amp; Stay With Us​</h2><p class=\"uagb-desc-text\">There are 7 excellent brick self-catering units available, each private and with a distinctive personality and theme. They are particularly made for pet-free or pet-owning couples looking for a romantic and serene setting to reconnect, celebrate special occasions, or simply unwind on a holiday.<br><br>We are pet-friendly by arrangement as each unit is separately fenced with its own grassy garden with a garden gate leading to the generous park area where pets can socialize. &nbsp;We also have lovely safe off-leash walking trails on our property and beyond. &nbsp;Our units are very luxurious with everything you would need and very homely and charming. Regrettably no children or group bookings.  </p></div>\n<!-- /wp:uagb/advanced-heading --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"39eb1050\",\"directionDesktop\":\"row\",\"alignItemsTablet\":\"flex-start\",\"justifyContentDesktop\":\"flex-start\",\"topMarginDesktop\":54,\"bottomMarginDesktop\":0,\"leftMarginDesktop\":0,\"rightMarginDesktop\":0,\"marginLink\":false,\"variationSelected\":true,\"rowGapMobile\":0,\"columnGapDesktop\":0} -->\n<div class=\"wp-block-uagb-container uagb-block-39eb1050\"><!-- wp:uagb/container {\"block_id\":\"d1367018\",\"widthDesktop\":50,\"bottomPaddingDesktop\":20,\"rightPaddingDesktop\":32,\"bottomPaddingTablet\":35,\"rightPaddingTablet\":15,\"bottomPaddingMobile\":65,\"paddingLink\":false,\"topMarginDesktop\":0,\"bottomMarginDesktop\":0,\"leftMarginDesktop\":5,\"rightMarginDesktop\":5,\"topMarginMobile\":0,\"bottomMarginMobile\":0,\"leftMarginMobile\":0,\"rightMarginMobile\":0,\"marginLink\":false,\"variationSelected\":true,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-d1367018\"><!-- wp:uagb/info-box {\"classMigrate\":true,\"headingAlign\":\"left\",\"headingColor\":\"\",\"subHeadingColor\":\"\",\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"source_type\":\"image\",\"block_id\":\"832fb8ba\",\"ctaIcon\":\"\",\"ctaType\":\"text\",\"ctaText\":\"\\u003ca href=\\u0022/the-barn/\\u0022 data-type=\\u0022URL\\u0022 data-id=\\u0022/the-barn/\\u0022\\u003eREAD MORE\\u003c/a\\u003e\",\"ctaLink\":\"/the-barn/\",\"ctaLinkColor\":\"var(\\u002d\\u002dast-global-color-0)\",\"ctaDecoration\":\"underline\",\"ctaFontSize\":12,\"ctaFontWeight\":\"600\",\"ctaLetterSpacing\":2,\"ctaBorderColor\":\"\",\"ctaBorderStyle\":\"\",\"ctaBorderWidth\":\"\",\"ctaBorderRadius\":\"\",\"iconBottomMargin\":30,\"iconImage\":{\"uploading\":false,\"date\":1670936674000,\"filename\":\"blue-roan-guest-farm-10.jpg\",\"menuOrder\":0,\"uploadedTo\":761,\"type\":\"image\",\"subtype\":\"jpeg\",\"id\":863,\"title\":\"blue-roan-guest-farm (10)\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-10.jpg\",\"link\":\"https://blueroan.netgen.cloud/accommodation/blue-roan-guest-farm-10/\",\"alt\":\"\",\"author\":\"2\",\"description\":\"\",\"caption\":\"\",\"name\":\"blue-roan-guest-farm-10\",\"status\":\"inherit\",\"modified\":1670936674000,\"mime\":\"image/jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-includes/images/media/default.png\",\"dateFormatted\":\"December 13, 2022\",\"nonces\":{\"update\":\"1a7491aa65\",\"delete\":\"dc6afaa89c\",\"edit\":\"7635ee35fb\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=863\\u0026action=edit\",\"meta\":false,\"authorName\":\"Netgen Support\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/profile.php\",\"uploadedToTitle\":\"Accommodation\",\"uploadedToLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=761\\u0026action=edit\",\"filesizeInBytes\":149768,\"filesizeHumanReadable\":\"146 KB\",\"context\":\"\",\"height\":667,\"width\":1000,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-10-150x150.jpg\",\"orientation\":\"landscape\"},\"medium\":{\"height\":200,\"width\":300,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-10-300x200.jpg\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-10.jpg\",\"height\":667,\"width\":1000,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"imageSize\":\"full\",\"imageWidth\":100,\"imageWidthMobile\":100,\"imageWidthTablet\":100,\"paddingBtnTop\":10,\"paddingBtnBottom\":10,\"paddingBtnLeft\":14,\"paddingBtnRight\":14,\"imageWidthUnit\":\"%\",\"imageWidthUnitTablet\":\"%\",\"imageWidthUnitMobile\":\"%\",\"subHeadTopMargin\":0,\"subHeadRightMargin\":40,\"subHeadLeftMargin\":0,\"subHeadMarginTopTablet\":0,\"subHeadMarginRightTablet\":0,\"subHeadTabletSpace\":20,\"subHeadMarginLeftTablet\":0,\"imgTagHeight\":66,\"imgTagWidth\":1000,\"btnBorderTopWidth\":1,\"btnBorderLeftWidth\":1,\"btnBorderRightWidth\":1,\"btnBorderBottomWidth\":1,\"btnBorderTopLeftRadius\":0,\"btnBorderTopRightRadius\":0,\"btnBorderBottomLeftRadius\":0,\"btnBorderBottomRightRadius\":0,\"btnBorderStyle\":\"solid\",\"btnBorderColor\":\"#333\"} -->\n<div class=\"wp-block-uagb-info-box uagb-block-832fb8ba uagb-infobox__content-wrap  uagb-infobox-icon-above-title uagb-infobox-image-valign-top\"><div class=\"uagb-ifb-content\"><div class=\"uagb-ifb-image-content\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-10.jpg\" alt=\"\" width=\"100\" height=\"66\" loading=\"lazy\"/></div><div class=\"uagb-ifb-title-wrap\"><h3 class=\"uagb-ifb-title\">The Barn </h3></div><p class=\"uagb-ifb-desc\">Rustic beams and exposed wood are all hallmarks of our barn-style suite. This is an open-plan unit with lots of windows with a raised king bed on a platform that faces the TV and the mountains.</p><div class=\"uagb-ifb-button-wrapper wp-block-button\"><a href=\"/the-barn/\" target=\"_self\" class=\"uagb-infobox-cta-link\" rel=\"noopener noreferrer\" alt=\"\"><span class=\"uagb-inline-editing\">READ MORE</span></a></div></div></div>\n<!-- /wp:uagb/info-box --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"fa55b8ca\",\"widthDesktop\":50,\"bottomPaddingDesktop\":20,\"rightPaddingDesktop\":32,\"bottomPaddingTablet\":35,\"rightPaddingTablet\":15,\"bottomPaddingMobile\":65,\"paddingLink\":false,\"topMarginDesktop\":0,\"bottomMarginDesktop\":0,\"leftMarginDesktop\":5,\"rightMarginDesktop\":5,\"topMarginMobile\":0,\"bottomMarginMobile\":0,\"leftMarginMobile\":0,\"rightMarginMobile\":0,\"marginLink\":false,\"variationSelected\":true,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-fa55b8ca\"><!-- wp:uagb/info-box {\"classMigrate\":true,\"headingAlign\":\"left\",\"headingColor\":\"\",\"subHeadingColor\":\"\",\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"source_type\":\"image\",\"block_id\":\"db3fa3ed\",\"ctaIcon\":\"\",\"ctaType\":\"text\",\"ctaText\":\"READ MORE\",\"ctaLink\":\"/the-tuscan-suite/\",\"ctaLinkColor\":\"var(\\u002d\\u002dast-global-color-0)\",\"ctaDecoration\":\"underline\",\"ctaFontSize\":12,\"ctaFontWeight\":\"600\",\"ctaLetterSpacing\":2,\"ctaBorderColor\":\"\",\"ctaBorderStyle\":\"\",\"ctaBorderWidth\":\"\",\"ctaBorderRadius\":\"\",\"iconBottomMargin\":30,\"iconImage\":{\"uploading\":false,\"date\":1670936842000,\"filename\":\"tuscan-suite-raised-bed-and-settee.jpg\",\"menuOrder\":0,\"uploadedTo\":761,\"type\":\"image\",\"subtype\":\"jpeg\",\"id\":864,\"title\":\"tuscan-suite-raised-bed-and-settee\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/tuscan-suite-raised-bed-and-settee.jpg\",\"link\":\"https://blueroan.netgen.cloud/accommodation/tuscan-suite-raised-bed-and-settee/\",\"alt\":\"\",\"author\":\"2\",\"description\":\"\",\"caption\":\"\",\"name\":\"tuscan-suite-raised-bed-and-settee\",\"status\":\"inherit\",\"modified\":1670936842000,\"mime\":\"image/jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-includes/images/media/default.png\",\"dateFormatted\":\"December 13, 2022\",\"nonces\":{\"update\":\"0624a4a01a\",\"delete\":\"9e8f0f7a5a\",\"edit\":\"087f94f2e5\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=864\\u0026action=edit\",\"meta\":false,\"authorName\":\"Netgen Support\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/profile.php\",\"uploadedToTitle\":\"Accommodation\",\"uploadedToLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=761\\u0026action=edit\",\"filesizeInBytes\":41923,\"filesizeHumanReadable\":\"41 KB\",\"context\":\"\",\"height\":400,\"width\":600,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/tuscan-suite-raised-bed-and-settee-150x150.jpg\",\"orientation\":\"landscape\"},\"medium\":{\"height\":200,\"width\":300,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/tuscan-suite-raised-bed-and-settee-300x200.jpg\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/tuscan-suite-raised-bed-and-settee.jpg\",\"height\":400,\"width\":600,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"imageSize\":\"full\",\"imageWidth\":100,\"imageWidthMobile\":100,\"imageWidthTablet\":100,\"paddingBtnTop\":10,\"paddingBtnBottom\":10,\"paddingBtnLeft\":14,\"paddingBtnRight\":14,\"imageWidthUnit\":\"%\",\"imageWidthUnitTablet\":\"%\",\"imageWidthUnitMobile\":\"%\",\"subHeadTopMargin\":0,\"subHeadRightMargin\":40,\"subHeadLeftMargin\":0,\"subHeadMarginTopTablet\":0,\"subHeadMarginRightTablet\":0,\"subHeadTabletSpace\":20,\"subHeadMarginLeftTablet\":0,\"imgTagHeight\":66,\"imgTagWidth\":600,\"btnBorderTopWidth\":1,\"btnBorderLeftWidth\":1,\"btnBorderRightWidth\":1,\"btnBorderBottomWidth\":1,\"btnBorderTopLeftRadius\":0,\"btnBorderTopRightRadius\":0,\"btnBorderBottomLeftRadius\":0,\"btnBorderBottomRightRadius\":0,\"btnBorderStyle\":\"solid\",\"btnBorderColor\":\"#333\"} -->\n<div class=\"wp-block-uagb-info-box uagb-block-db3fa3ed uagb-infobox__content-wrap  uagb-infobox-icon-above-title uagb-infobox-image-valign-top\"><div class=\"uagb-ifb-content\"><div class=\"uagb-ifb-image-content\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/tuscan-suite-raised-bed-and-settee.jpg\" alt=\"\" width=\"100\" height=\"66\" loading=\"lazy\"/></div><div class=\"uagb-ifb-title-wrap\"><h3 class=\"uagb-ifb-title\">The Tuscan Suite </h3></div><p class=\"uagb-ifb-desc\">Terra-cotta tiles, textured wall treatments, gorgeous, intricate murals,&nbsp;and simple, durable furniture with elegant iron accents are all characteristics of Tuscan interior design.</p><div class=\"uagb-ifb-button-wrapper wp-block-button\"><a href=\"/the-tuscan-suite/\" target=\"_self\" class=\"uagb-infobox-cta-link\" rel=\"noopener noreferrer\" alt=\"\"><span class=\"uagb-inline-editing\">READ MORE</span></a></div></div></div>\n<!-- /wp:uagb/info-box --></div>\n<!-- /wp:uagb/container --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"2d4992b9\",\"directionDesktop\":\"row\",\"alignItemsTablet\":\"flex-start\",\"justifyContentDesktop\":\"flex-start\",\"topMarginDesktop\":54,\"bottomMarginDesktop\":0,\"leftMarginDesktop\":0,\"rightMarginDesktop\":0,\"topMarginMobile\":0,\"bottomMarginMobile\":0,\"leftMarginMobile\":0,\"rightMarginMobile\":0,\"marginLink\":false,\"variationSelected\":true,\"rowGapMobile\":0,\"columnGapDesktop\":0} -->\n<div class=\"wp-block-uagb-container uagb-block-2d4992b9\"><!-- wp:uagb/container {\"block_id\":\"1c36757d\",\"widthDesktop\":50,\"bottomPaddingDesktop\":20,\"rightPaddingDesktop\":32,\"bottomPaddingTablet\":35,\"leftPaddingTablet\":0,\"rightPaddingTablet\":15,\"bottomPaddingMobile\":65,\"paddingLink\":false,\"topMarginDesktop\":0,\"bottomMarginDesktop\":0,\"leftMarginDesktop\":5,\"rightMarginDesktop\":5,\"topMarginMobile\":0,\"bottomMarginMobile\":0,\"leftMarginMobile\":0,\"rightMarginMobile\":0,\"marginLink\":false,\"variationSelected\":true,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-1c36757d\"><!-- wp:uagb/info-box {\"classMigrate\":true,\"headingAlign\":\"left\",\"headingColor\":\"\",\"subHeadingColor\":\"\",\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"source_type\":\"image\",\"block_id\":\"f1bcf618\",\"ctaIcon\":\"\",\"ctaType\":\"text\",\"ctaText\":\"READ MORE\",\"ctaLink\":\"/the-bluebush/\",\"ctaLinkColor\":\"var(\\u002d\\u002dast-global-color-0)\",\"ctaDecoration\":\"underline\",\"ctaFontSize\":12,\"ctaFontWeight\":\"600\",\"ctaLetterSpacing\":2,\"ctaBorderColor\":\"\",\"ctaBorderStyle\":\"\",\"ctaBorderWidth\":\"\",\"ctaBorderRadius\":\"\",\"iconBottomMargin\":30,\"iconImage\":{\"uploading\":false,\"date\":1670938945000,\"filename\":\"bluebush-king-bed-and-spa-bath.png\",\"menuOrder\":0,\"uploadedTo\":761,\"type\":\"image\",\"subtype\":\"png\",\"id\":881,\"title\":\"bluebush-king-bed-and-spa-bath\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/bluebush-king-bed-and-spa-bath.png\",\"link\":\"https://blueroan.netgen.cloud/accommodation/bluebush-king-bed-and-spa-bath/\",\"alt\":\"\",\"author\":\"2\",\"description\":\"\",\"caption\":\"\",\"name\":\"bluebush-king-bed-and-spa-bath\",\"status\":\"inherit\",\"modified\":1670938945000,\"mime\":\"image/png\",\"icon\":\"https://blueroan.netgen.cloud/wp-includes/images/media/default.png\",\"dateFormatted\":\"December 13, 2022\",\"nonces\":{\"update\":\"e1c334788a\",\"delete\":\"b219c40b29\",\"edit\":\"273b944edc\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=881\\u0026action=edit\",\"meta\":false,\"authorName\":\"Netgen Support\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/profile.php\",\"uploadedToTitle\":\"Accommodation\",\"uploadedToLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=761\\u0026action=edit\",\"filesizeInBytes\":1195033,\"filesizeHumanReadable\":\"1 MB\",\"context\":\"\",\"height\":667,\"width\":1000,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/bluebush-king-bed-and-spa-bath-150x150.png\",\"orientation\":\"landscape\"},\"medium\":{\"height\":200,\"width\":300,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/bluebush-king-bed-and-spa-bath-300x200.png\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/bluebush-king-bed-and-spa-bath.png\",\"height\":667,\"width\":1000,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"imageSize\":\"full\",\"imageWidth\":100,\"imageWidthMobile\":100,\"imageWidthTablet\":100,\"paddingBtnTop\":10,\"paddingBtnBottom\":10,\"paddingBtnLeft\":14,\"paddingBtnRight\":14,\"imageWidthUnit\":\"%\",\"imageWidthUnitTablet\":\"%\",\"imageWidthUnitMobile\":\"%\",\"subHeadTopMargin\":0,\"subHeadRightMargin\":40,\"subHeadLeftMargin\":0,\"subHeadMarginTopTablet\":0,\"subHeadMarginRightTablet\":0,\"subHeadTabletSpace\":20,\"subHeadMarginLeftTablet\":0,\"imgTagHeight\":66,\"imgTagWidth\":1000,\"btnBorderTopWidth\":1,\"btnBorderLeftWidth\":1,\"btnBorderRightWidth\":1,\"btnBorderBottomWidth\":1,\"btnBorderTopLeftRadius\":0,\"btnBorderTopRightRadius\":0,\"btnBorderBottomLeftRadius\":0,\"btnBorderBottomRightRadius\":0,\"btnBorderStyle\":\"solid\",\"btnBorderColor\":\"#333\"} -->\n<div class=\"wp-block-uagb-info-box uagb-block-f1bcf618 uagb-infobox__content-wrap  uagb-infobox-icon-above-title uagb-infobox-image-valign-top\"><div class=\"uagb-ifb-content\"><div class=\"uagb-ifb-image-content\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/bluebush-king-bed-and-spa-bath.png\" alt=\"\" width=\"100\" height=\"66\" loading=\"lazy\"/></div><div class=\"uagb-ifb-title-wrap\"><h3 class=\"uagb-ifb-title\">The Bluebush </h3></div><p class=\"uagb-ifb-desc\">A warm and comforting suite with a very homely feeling. Settle in and alleviate like you would at home. Relax with a perfect corner-shaped spa bath and open-plan&nbsp;living area.</p><div class=\"uagb-ifb-button-wrapper wp-block-button\"><a href=\"/the-bluebush/\" target=\"_self\" class=\"uagb-infobox-cta-link\" rel=\"noopener noreferrer\" alt=\"\"><span class=\"uagb-inline-editing\">READ MORE</span></a></div></div></div>\n<!-- /wp:uagb/info-box --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"a94d75d7\",\"widthDesktop\":50,\"bottomPaddingDesktop\":20,\"rightPaddingDesktop\":32,\"bottomPaddingTablet\":35,\"rightPaddingTablet\":15,\"bottomPaddingMobile\":65,\"paddingLink\":false,\"topMarginDesktop\":0,\"bottomMarginDesktop\":0,\"leftMarginDesktop\":5,\"rightMarginDesktop\":5,\"topMarginMobile\":0,\"bottomMarginMobile\":0,\"leftMarginMobile\":0,\"rightMarginMobile\":0,\"marginLink\":false,\"variationSelected\":true,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-a94d75d7\"><!-- wp:uagb/info-box {\"classMigrate\":true,\"headingAlign\":\"left\",\"headingColor\":\"\",\"subHeadingColor\":\"\",\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"source_type\":\"image\",\"block_id\":\"373ab7d0\",\"ctaIcon\":\"\",\"ctaType\":\"text\",\"ctaText\":\"READ MORE\",\"ctaLink\":\"/the-mexican-loft/\",\"ctaLinkColor\":\"var(\\u002d\\u002dast-global-color-0)\",\"ctaDecoration\":\"underline\",\"ctaFontSize\":12,\"ctaFontWeight\":\"600\",\"ctaLetterSpacing\":2,\"ctaBorderColor\":\"\",\"ctaBorderStyle\":\"\",\"ctaBorderWidth\":\"\",\"ctaBorderRadius\":\"\",\"iconBottomMargin\":30,\"iconImage\":{\"uploading\":false,\"date\":1670938831000,\"filename\":\"blue-roan-guest-farm-11.jpg\",\"menuOrder\":0,\"uploadedTo\":761,\"type\":\"image\",\"subtype\":\"jpeg\",\"id\":879,\"title\":\"blue-roan-guest-farm (11)\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-11.jpg\",\"link\":\"https://blueroan.netgen.cloud/accommodation/blue-roan-guest-farm-11/\",\"alt\":\"\",\"author\":\"2\",\"description\":\"\",\"caption\":\"\",\"name\":\"blue-roan-guest-farm-11\",\"status\":\"inherit\",\"modified\":1670938831000,\"mime\":\"image/jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-includes/images/media/default.png\",\"dateFormatted\":\"December 13, 2022\",\"nonces\":{\"update\":\"294125e9db\",\"delete\":\"1a7a578cdb\",\"edit\":\"79b313e573\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=879\\u0026action=edit\",\"meta\":false,\"authorName\":\"Netgen Support\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/profile.php\",\"uploadedToTitle\":\"Accommodation\",\"uploadedToLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=761\\u0026action=edit\",\"filesizeInBytes\":175055,\"filesizeHumanReadable\":\"171 KB\",\"context\":\"\",\"height\":667,\"width\":1000,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-11-150x150.jpg\",\"orientation\":\"landscape\"},\"medium\":{\"height\":200,\"width\":300,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-11-300x200.jpg\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-11.jpg\",\"height\":667,\"width\":1000,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"imageSize\":\"full\",\"imageWidth\":100,\"imageWidthMobile\":100,\"imageWidthTablet\":100,\"paddingBtnTop\":10,\"paddingBtnBottom\":10,\"paddingBtnLeft\":14,\"paddingBtnRight\":14,\"imageWidthUnit\":\"%\",\"imageWidthUnitTablet\":\"%\",\"imageWidthUnitMobile\":\"%\",\"subHeadTopMargin\":0,\"subHeadRightMargin\":40,\"subHeadLeftMargin\":0,\"subHeadMarginTopTablet\":0,\"subHeadMarginRightTablet\":0,\"subHeadTabletSpace\":20,\"subHeadMarginLeftTablet\":0,\"imgTagHeight\":66,\"imgTagWidth\":1000,\"btnBorderTopWidth\":1,\"btnBorderLeftWidth\":1,\"btnBorderRightWidth\":1,\"btnBorderBottomWidth\":1,\"btnBorderTopLeftRadius\":0,\"btnBorderTopRightRadius\":0,\"btnBorderBottomLeftRadius\":0,\"btnBorderBottomRightRadius\":0,\"btnBorderStyle\":\"solid\",\"btnBorderColor\":\"#333\"} -->\n<div class=\"wp-block-uagb-info-box uagb-block-373ab7d0 uagb-infobox__content-wrap  uagb-infobox-icon-above-title uagb-infobox-image-valign-top\"><div class=\"uagb-ifb-content\"><div class=\"uagb-ifb-image-content\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-11.jpg\" alt=\"\" width=\"100\" height=\"66\" loading=\"lazy\"/></div><div class=\"uagb-ifb-title-wrap\"><h3 class=\"uagb-ifb-title\">The Mexican Loft </h3></div><p class=\"uagb-ifb-desc\">This Mexican-inspired unit is full of bold colors and rustic furnishings. This design style has a multifarious feel, mixing rustic wood, authentic art, textiles, and a vivid palette of color</p><div class=\"uagb-ifb-button-wrapper wp-block-button\"><a href=\"/the-mexican-loft/\" target=\"_self\" class=\"uagb-infobox-cta-link\" rel=\"noopener noreferrer\" alt=\"\"><span class=\"uagb-inline-editing\">READ MORE</span></a></div></div></div>\n<!-- /wp:uagb/info-box --></div>\n<!-- /wp:uagb/container --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"4a1e9527\",\"directionDesktop\":\"row\",\"justifyContentDesktop\":\"flex-start\",\"topMarginDesktop\":54,\"bottomMarginDesktop\":0,\"leftMarginDesktop\":0,\"rightMarginDesktop\":0,\"topMarginMobile\":0,\"bottomMarginMobile\":0,\"leftMarginMobile\":0,\"rightMarginMobile\":0,\"marginLink\":false,\"variationSelected\":true,\"rowGapMobile\":0,\"columnGapDesktop\":0} -->\n<div class=\"wp-block-uagb-container uagb-block-4a1e9527\"><!-- wp:uagb/container {\"block_id\":\"30741c55\",\"widthDesktop\":50,\"bottomPaddingDesktop\":20,\"rightPaddingDesktop\":32,\"bottomPaddingTablet\":35,\"rightPaddingTablet\":15,\"bottomPaddingMobile\":65,\"paddingLink\":false,\"topMarginDesktop\":0,\"bottomMarginDesktop\":0,\"leftMarginDesktop\":5,\"rightMarginDesktop\":5,\"topMarginMobile\":0,\"bottomMarginMobile\":0,\"leftMarginMobile\":0,\"rightMarginMobile\":0,\"marginLink\":false,\"variationSelected\":true,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-30741c55\"><!-- wp:uagb/info-box {\"classMigrate\":true,\"headingAlign\":\"left\",\"headingColor\":\"\",\"subHeadingColor\":\"\",\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"source_type\":\"image\",\"block_id\":\"8db909c0\",\"ctaIcon\":\"\",\"ctaType\":\"text\",\"ctaText\":\"READ MORE\",\"ctaLink\":\"/the-acacia/\",\"ctaLinkColor\":\"var(\\u002d\\u002dast-global-color-0)\",\"ctaDecoration\":\"underline\",\"ctaFontSize\":12,\"ctaFontWeight\":\"600\",\"ctaLetterSpacing\":2,\"ctaBorderColor\":\"\",\"ctaBorderStyle\":\"\",\"ctaBorderWidth\":\"\",\"ctaBorderRadius\":\"\",\"iconBottomMargin\":30,\"iconImage\":{\"uploading\":false,\"date\":1671617789000,\"filename\":\"Untitled-design-8.png\",\"menuOrder\":0,\"uploadedTo\":761,\"type\":\"image\",\"subtype\":\"png\",\"id\":1367,\"title\":\"Untitled design (8)\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Untitled-design-8.png\",\"link\":\"https://blueroan.netgen.cloud/accommodation/untitled-design-8/\",\"alt\":\"\",\"author\":\"2\",\"description\":\"\",\"caption\":\"\",\"name\":\"untitled-design-8\",\"status\":\"inherit\",\"modified\":1671617789000,\"mime\":\"image/png\",\"icon\":\"https://blueroan.netgen.cloud/wp-includes/images/media/default.png\",\"dateFormatted\":\"December 21, 2022\",\"nonces\":{\"update\":\"a4f9ab1277\",\"delete\":\"0a02bad2bf\",\"edit\":\"1453f03067\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=1367\\u0026action=edit\",\"meta\":false,\"authorName\":\"Netgen Support\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/profile.php\",\"uploadedToTitle\":\"Accommodation\",\"uploadedToLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=761\\u0026action=edit\",\"filesizeInBytes\":8233970,\"filesizeHumanReadable\":\"8 MB\",\"context\":\"\",\"height\":2736,\"width\":3648,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Untitled-design-8-150x150.png\",\"orientation\":\"landscape\"},\"medium\":{\"height\":225,\"width\":300,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Untitled-design-8-300x225.png\",\"orientation\":\"landscape\"},\"large\":{\"height\":768,\"width\":1024,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Untitled-design-8-1024x768.png\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Untitled-design-8.png\",\"height\":2736,\"width\":3648,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"imageSize\":\"full\",\"imageWidth\":100,\"imageWidthMobile\":100,\"imageWidthTablet\":100,\"paddingBtnTop\":10,\"paddingBtnBottom\":10,\"paddingBtnLeft\":14,\"paddingBtnRight\":14,\"imageWidthUnit\":\"%\",\"imageWidthUnitTablet\":\"%\",\"imageWidthUnitMobile\":\"%\",\"subHeadTopMargin\":0,\"subHeadRightMargin\":40,\"subHeadLeftMargin\":0,\"subHeadMarginTopTablet\":0,\"subHeadMarginRightTablet\":0,\"subHeadTabletSpace\":20,\"subHeadMarginLeftTablet\":0,\"imgTagHeight\":75,\"imgTagWidth\":3648,\"btnBorderTopWidth\":1,\"btnBorderLeftWidth\":1,\"btnBorderRightWidth\":1,\"btnBorderBottomWidth\":1,\"btnBorderTopLeftRadius\":0,\"btnBorderTopRightRadius\":0,\"btnBorderBottomLeftRadius\":0,\"btnBorderBottomRightRadius\":0,\"btnBorderStyle\":\"solid\",\"btnBorderColor\":\"#333\"} -->\n<div class=\"wp-block-uagb-info-box uagb-block-8db909c0 uagb-infobox__content-wrap  uagb-infobox-icon-above-title uagb-infobox-image-valign-top\"><div class=\"uagb-ifb-content\"><div class=\"uagb-ifb-image-content\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Untitled-design-8.png\" alt=\"\" width=\"100\" height=\"75\" loading=\"lazy\"/></div><div class=\"uagb-ifb-title-wrap\"><h3 class=\"uagb-ifb-title\">The Acacia </h3></div><p class=\"uagb-ifb-desc\">The Acacia tree inspired the name of our largest unit. The wide open-concept living space of this rustic, rough-hewn unit opens onto a covered patio with a brick braai area.</p><div class=\"uagb-ifb-button-wrapper wp-block-button\"><a href=\"/the-acacia/\" target=\"_self\" class=\"uagb-infobox-cta-link\" rel=\"noopener noreferrer\" alt=\"\"><span class=\"uagb-inline-editing\">READ MORE</span></a></div></div></div>\n<!-- /wp:uagb/info-box --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"d46f1aea\",\"widthDesktop\":50,\"bottomPaddingDesktop\":20,\"rightPaddingDesktop\":32,\"bottomPaddingTablet\":35,\"rightPaddingTablet\":15,\"paddingLink\":false,\"topMarginDesktop\":0,\"bottomMarginDesktop\":0,\"leftMarginDesktop\":5,\"rightMarginDesktop\":5,\"topMarginMobile\":0,\"bottomMarginMobile\":0,\"leftMarginMobile\":0,\"rightMarginMobile\":0,\"marginLink\":false,\"variationSelected\":true,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-d46f1aea\"><!-- wp:uagb/info-box {\"classMigrate\":true,\"headingAlign\":\"left\",\"headingColor\":\"\",\"subHeadingColor\":\"\",\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"source_type\":\"image\",\"block_id\":\"31535df8\",\"ctaIcon\":\"\",\"ctaType\":\"text\",\"ctaText\":\"READ MORE\",\"ctaLink\":\"/the-greek-villa/\",\"ctaLinkColor\":\"var(\\u002d\\u002dast-global-color-0)\",\"ctaDecoration\":\"underline\",\"ctaFontSize\":12,\"ctaFontWeight\":\"600\",\"ctaLetterSpacing\":2,\"ctaBorderColor\":\"\",\"ctaBorderStyle\":\"\",\"ctaBorderWidth\":\"\",\"ctaBorderRadius\":\"\",\"iconBottomMargin\":30,\"iconImage\":{\"id\":837,\"title\":\"blue-roan-guest-farm-8\",\"filename\":\"blue-roan-guest-farm-8.jpg\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-8.jpg\",\"link\":\"https://blueroan.netgen.cloud/home/blue-roan-guest-farm-8/\",\"alt\":\"\",\"author\":\"2\",\"description\":\"\",\"caption\":\"\",\"name\":\"blue-roan-guest-farm-8\",\"status\":\"inherit\",\"uploadedTo\":760,\"date\":\"2022-12-13T11:55:28.000Z\",\"modified\":\"2022-12-13T11:55:28.000Z\",\"menuOrder\":0,\"mime\":\"image/jpeg\",\"type\":\"image\",\"subtype\":\"jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-includes/images/media/default.png\",\"dateFormatted\":\"December 13, 2022\",\"nonces\":{\"update\":\"e297386797\",\"delete\":\"bce21c37a3\",\"edit\":\"b27dcb4293\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=837\\u0026action=edit\",\"meta\":false,\"authorName\":\"Netgen Support\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/profile.php\",\"uploadedToTitle\":\"Home\",\"uploadedToLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=760\\u0026action=edit\",\"filesizeInBytes\":208219,\"filesizeHumanReadable\":\"203 KB\",\"context\":\"\",\"height\":795,\"width\":1200,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-8-150x150.jpg\",\"orientation\":\"landscape\"},\"medium\":{\"height\":199,\"width\":300,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-8-300x199.jpg\",\"orientation\":\"landscape\"},\"large\":{\"height\":678,\"width\":1024,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-8-1024x678.jpg\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-8.jpg\",\"height\":795,\"width\":1200,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"imageSize\":\"full\",\"imageWidth\":100,\"imageWidthMobile\":100,\"imageWidthTablet\":100,\"paddingBtnTop\":10,\"paddingBtnBottom\":10,\"paddingBtnLeft\":14,\"paddingBtnRight\":14,\"imageWidthUnit\":\"%\",\"imageWidthUnitTablet\":\"%\",\"imageWidthUnitMobile\":\"%\",\"subHeadTopMargin\":0,\"subHeadRightMargin\":40,\"subHeadLeftMargin\":0,\"subHeadMarginTopTablet\":0,\"subHeadMarginRightTablet\":0,\"subHeadTabletSpace\":20,\"subHeadMarginLeftTablet\":0,\"imgTagHeight\":66,\"imgTagWidth\":1200,\"btnBorderTopWidth\":1,\"btnBorderLeftWidth\":1,\"btnBorderRightWidth\":1,\"btnBorderBottomWidth\":1,\"btnBorderTopLeftRadius\":0,\"btnBorderTopRightRadius\":0,\"btnBorderBottomLeftRadius\":0,\"btnBorderBottomRightRadius\":0,\"btnBorderStyle\":\"solid\",\"btnBorderColor\":\"#333\"} -->\n<div class=\"wp-block-uagb-info-box uagb-block-31535df8 uagb-infobox__content-wrap  uagb-infobox-icon-above-title uagb-infobox-image-valign-top\"><div class=\"uagb-ifb-content\"><div class=\"uagb-ifb-image-content\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-8.jpg\" alt=\"\" width=\"100\" height=\"66\" loading=\"lazy\"/></div><div class=\"uagb-ifb-title-wrap\"><h3 class=\"uagb-ifb-title\">The Greek Villa </h3></div><p class=\"uagb-ifb-desc\">Designed like a Greek villa this Mediterranean style reflects a relaxed atmosphere with its dominant white walls and blue ceilings with lovely rustic furnishings</p><div class=\"uagb-ifb-button-wrapper wp-block-button\"><a href=\"/the-greek-villa/\" target=\"_self\" class=\"uagb-infobox-cta-link\" rel=\"noopener noreferrer\" alt=\"\"><span class=\"uagb-inline-editing\">READ MORE</span></a></div></div></div>\n<!-- /wp:uagb/info-box --></div>\n<!-- /wp:uagb/container --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"f7218e9b\",\"directionDesktop\":\"row\",\"justifyContentDesktop\":\"flex-start\",\"topMarginDesktop\":54,\"bottomMarginDesktop\":0,\"leftMarginDesktop\":0,\"rightMarginDesktop\":0,\"topMarginMobile\":0,\"bottomMarginMobile\":0,\"leftMarginMobile\":0,\"rightMarginMobile\":0,\"marginLink\":false,\"variationSelected\":true,\"rowGapMobile\":0,\"columnGapDesktop\":0} -->\n<div class=\"wp-block-uagb-container uagb-block-f7218e9b\"><!-- wp:uagb/container {\"block_id\":\"319f9b95\",\"widthDesktop\":50,\"bottomPaddingDesktop\":20,\"rightPaddingDesktop\":32,\"bottomPaddingTablet\":35,\"rightPaddingTablet\":15,\"bottomPaddingMobile\":65,\"paddingLink\":false,\"topMarginDesktop\":0,\"bottomMarginDesktop\":0,\"leftMarginDesktop\":5,\"rightMarginDesktop\":5,\"topMarginMobile\":0,\"bottomMarginMobile\":0,\"leftMarginMobile\":0,\"rightMarginMobile\":0,\"marginLink\":false,\"variationSelected\":true,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-319f9b95\"><!-- wp:uagb/info-box {\"classMigrate\":true,\"headingAlign\":\"left\",\"headingColor\":\"\",\"subHeadingColor\":\"\",\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"source_type\":\"image\",\"block_id\":\"2301f7a9\",\"ctaIcon\":\"\",\"ctaType\":\"text\",\"ctaText\":\"READ MORE\",\"ctaLink\":\"/the-honeymoon-suite/\",\"ctaLinkColor\":\"var(\\u002d\\u002dast-global-color-0)\",\"ctaDecoration\":\"underline\",\"ctaFontSize\":12,\"ctaFontWeight\":\"600\",\"ctaLetterSpacing\":2,\"ctaBorderColor\":\"\",\"ctaBorderStyle\":\"\",\"ctaBorderWidth\":\"\",\"ctaBorderRadius\":\"\",\"iconBottomMargin\":30,\"iconImage\":{\"uploading\":false,\"date\":1671616764000,\"filename\":\"Honeymoon-bed-scaled.jpg\",\"menuOrder\":0,\"uploadedTo\":761,\"type\":\"image\",\"subtype\":\"jpeg\",\"id\":1365,\"title\":\"Honeymoon bed\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Honeymoon-bed-scaled.jpg\",\"link\":\"https://blueroan.netgen.cloud/accommodation/honeymoon-bed/\",\"alt\":\"\",\"author\":\"2\",\"description\":\"\",\"caption\":\"\",\"name\":\"honeymoon-bed\",\"status\":\"inherit\",\"modified\":1671616764000,\"mime\":\"image/jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-includes/images/media/default.png\",\"dateFormatted\":\"December 21, 2022\",\"nonces\":{\"update\":\"98057a9f17\",\"delete\":\"4fdef1107d\",\"edit\":\"ffc19c6d9a\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=1365\\u0026action=edit\",\"meta\":false,\"authorName\":\"Netgen Support\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/profile.php\",\"uploadedToTitle\":\"Accommodation\",\"uploadedToLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=761\\u0026action=edit\",\"filesizeInBytes\":698844,\"filesizeHumanReadable\":\"682 KB\",\"context\":\"\",\"originalImageURL\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Honeymoon-bed.jpg\",\"originalImageName\":\"Honeymoon-bed.jpg\",\"height\":1920,\"width\":2560,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Honeymoon-bed-150x150.jpg\",\"orientation\":\"landscape\"},\"medium\":{\"height\":225,\"width\":300,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Honeymoon-bed-300x225.jpg\",\"orientation\":\"landscape\"},\"large\":{\"height\":768,\"width\":1024,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Honeymoon-bed-1024x768.jpg\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Honeymoon-bed-scaled.jpg\",\"height\":1920,\"width\":2560,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"imageSize\":\"full\",\"imageWidth\":100,\"imageWidthMobile\":100,\"imageWidthTablet\":100,\"paddingBtnTop\":10,\"paddingBtnBottom\":10,\"paddingBtnLeft\":14,\"paddingBtnRight\":14,\"imageWidthUnit\":\"%\",\"imageWidthUnitTablet\":\"%\",\"imageWidthUnitMobile\":\"%\",\"subHeadTopMargin\":0,\"subHeadRightMargin\":40,\"subHeadLeftMargin\":0,\"subHeadMarginTopTablet\":0,\"subHeadMarginRightTablet\":0,\"subHeadTabletSpace\":20,\"subHeadMarginLeftTablet\":0,\"imgTagHeight\":75,\"imgTagWidth\":2560,\"btnBorderTopWidth\":1,\"btnBorderLeftWidth\":1,\"btnBorderRightWidth\":1,\"btnBorderBottomWidth\":1,\"btnBorderTopLeftRadius\":0,\"btnBorderTopRightRadius\":0,\"btnBorderBottomLeftRadius\":0,\"btnBorderBottomRightRadius\":0,\"btnBorderStyle\":\"solid\",\"btnBorderColor\":\"#333\"} -->\n<div class=\"wp-block-uagb-info-box uagb-block-2301f7a9 uagb-infobox__content-wrap  uagb-infobox-icon-above-title uagb-infobox-image-valign-top\"><div class=\"uagb-ifb-content\"><div class=\"uagb-ifb-image-content\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Honeymoon-bed-scaled.jpg\" alt=\"\" width=\"100\" height=\"75\" loading=\"lazy\"/></div><div class=\"uagb-ifb-title-wrap\"><h3 class=\"uagb-ifb-title\">The Honeymoon suite</h3></div><p class=\"uagb-ifb-desc\">This&nbsp;<a href=\"https://www.collinsdictionary.com/dictionary/english/suite\">suite</a>&nbsp;is perfect for couples - This is an open-plan unit attached to the side of the main house, completely private with its own entrance, own garden, and carport.&nbsp;</p><div class=\"uagb-ifb-button-wrapper wp-block-button\"><a href=\"/the-honeymoon-suite/\" target=\"_self\" class=\"uagb-infobox-cta-link\" rel=\"noopener noreferrer\" alt=\"\"><span class=\"uagb-inline-editing\">READ MORE</span></a></div></div></div>\n<!-- /wp:uagb/info-box --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"42fd7b1a\",\"widthDesktop\":50,\"bottomPaddingDesktop\":20,\"rightPaddingDesktop\":32,\"bottomPaddingTablet\":35,\"rightPaddingTablet\":15,\"paddingLink\":false,\"topMarginDesktop\":0,\"bottomMarginDesktop\":0,\"leftMarginDesktop\":5,\"rightMarginDesktop\":5,\"topMarginMobile\":0,\"bottomMarginMobile\":0,\"leftMarginMobile\":0,\"rightMarginMobile\":0,\"marginLink\":false,\"variationSelected\":true,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-42fd7b1a\"></div>\n<!-- /wp:uagb/container --></div>\n<!-- /wp:uagb/container --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"5df723d4\",\"innerContentCustomWidthDesktop\":781,\"innerContentCustomWidthTablet\":781,\"backgroundType\":\"image\",\"backgroundImageDesktop\":{\"uploading\":false,\"date\":1670943271000,\"filename\":\"AAEAAQAAAAAAAAAAAAAA39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba.png\",\"menuOrder\":0,\"uploadedTo\":761,\"type\":\"image\",\"subtype\":\"png\",\"id\":899,\"title\":\"AAEAAQAAAAAAAAAAAAAA39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAA39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba.png\",\"link\":\"https://blueroan.netgen.cloud/accommodation/aaeaaqaaaaaaaaaaaaaa39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba/\",\"alt\":\"\",\"author\":\"2\",\"description\":\"\",\"caption\":\"\",\"name\":\"aaeaaqaaaaaaaaaaaaaa39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba\",\"status\":\"inherit\",\"modified\":1670943271000,\"mime\":\"image/png\",\"icon\":\"https://blueroan.netgen.cloud/wp-includes/images/media/default.png\",\"dateFormatted\":\"December 13, 2022\",\"nonces\":{\"update\":\"45b2b6c69b\",\"delete\":\"75d81c42ab\",\"edit\":\"88fae030a9\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=899\\u0026action=edit\",\"meta\":false,\"authorName\":\"Netgen Support\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/profile.php\",\"uploadedToTitle\":\"Accommodation\",\"uploadedToLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=761\\u0026action=edit\",\"filesizeInBytes\":2338048,\"filesizeHumanReadable\":\"2 MB\",\"context\":\"\",\"height\":900,\"width\":1200,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAA39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba-150x150.png\",\"orientation\":\"landscape\"},\"medium\":{\"height\":225,\"width\":300,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAA39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba-300x225.png\",\"orientation\":\"landscape\"},\"large\":{\"height\":768,\"width\":1024,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAA39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba-1024x768.png\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAA39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba.png\",\"height\":900,\"width\":1200,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"backgroundImageColor\":\"rgba(42,42,42,0.65)\",\"topPaddingDesktop\":144,\"bottomPaddingDesktop\":144,\"leftPaddingDesktop\":40,\"rightPaddingDesktop\":40,\"topPaddingTablet\":80,\"bottomPaddingTablet\":80,\"leftPaddingTablet\":40,\"rightPaddingTablet\":40,\"topPaddingMobile\":64,\"bottomPaddingMobile\":64,\"leftPaddingMobile\":24,\"rightPaddingMobile\":24,\"paddingLink\":false,\"variationSelected\":true,\"isBlockRootParent\":true,\"overlayType\":\"color\"} -->\n<div class=\"wp-block-uagb-container uagb-block-5df723d4 alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/advanced-heading {\"block_id\":\"d6408076\",\"classMigrate\":true,\"headingDescToggle\":true,\"headingAlign\":\"center\",\"headingColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"subHeadingColor\":\"var(\\u002d\\u002dast-global-color-4)\",\"headSpace\":20} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-d6408076\"><h2 class=\"uagb-heading-text\">Make your stay at Blue Roan unforgettable!</h2><p class=\"uagb-desc-text\">We can help you fit your stay and experience within your allotted budget.</p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/advanced-heading {\"block_id\":\"efb29627\",\"classMigrate\":true,\"headingTitleToggle\":false,\"headingDescToggle\":true,\"headingAlign\":\"center\",\"subHeadingColor\":\"var(\\u002d\\u002dast-global-color-4)\",\"subHeadTransform\":\"uppercase\",\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"subHeadLetterSpacing\":2,\"blockTopPadding\":60,\"blockRightPadding\":0,\"blockLeftPadding\":0,\"blockBottomPadding\":0,\"blockTopPaddingMobile\":30,\"blockRightPaddingMobile\":0,\"blockLeftPaddingMobile\":0,\"blockBottomPaddingMobile\":0} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-efb29627\"><p class=\"uagb-desc-text\">BOOK YOUR STAY NOW​</p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/icon-list {\"block_id\":\"d3852acd\",\"classMigrate\":true,\"childMigrate\":true,\"align\":\"center\",\"parentIcon\":\"phone\",\"size\":40,\"sizeMobile\":24,\"sizeTablet\":32,\"fontSize\":48,\"fontSizeMobile\":28,\"fontSizeTablet\":40,\"fontWeight\":\"600\",\"iconColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"labelColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"blockTopPadding\":0,\"blockRightPadding\":0,\"blockLeftPadding\":0,\"blockBottomPadding\":24,\"blockPaddingLink\":false} -->\n<div class=\"wp-block-uagb-icon-list uagb-block-d3852acd\"><div class=\"uagb-icon-list__wrap\"><!-- wp:uagb/icon-list-child {\"block_id\":\"2a929043\",\"label\":\" + 27 (0) 82 575 5409\",\"label_color\":\"\",\"link\":\"tel:+27825755409\",\"disableLink\":true,\"fromParentIcon\":\"phone\",\"imageSizeChild\":40} -->\n<div class=\"wp-block-uagb-icon-list-child uagb-block-2a929043\"><a target=\"_self\" aria-label=\" + 27 (0) 82 575 5409\" rel=\"noopener noreferrer\" href=\"tel:+27825755409\"> </a><span class=\"uagb-icon-list__source-wrap\"><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M511.2 387l-23.25 100.8c-3.266 14.25-15.79 24.22-30.46 24.22C205.2 512 0 306.8 0 54.5c0-14.66 9.969-27.2 24.22-30.45l100.8-23.25C139.7-2.602 154.7 5.018 160.8 18.92l46.52 108.5c5.438 12.78 1.77 27.67-8.98 36.45L144.5 207.1c33.98 69.22 90.26 125.5 159.5 159.5l44.08-53.8c8.688-10.78 23.69-14.51 36.47-8.975l108.5 46.51C506.1 357.2 514.6 372.4 511.2 387z\"></path></svg></span><span class=\"uagb-icon-list__label\"> + 27 (0) 82 575 5409</span></div>\n<!-- /wp:uagb/icon-list-child -->\n\n<!-- wp:uagb/icon-list-child {\"block_id\":\"d7368ae7\",\"label\":\"blueroan@ugo.co.za\",\"icon\":\"envelope\",\"label_color\":\"\",\"link\":\"mailto:blueroan@ugo.co.za\",\"disableLink\":true,\"fromParentIcon\":\"phone\",\"imageSizeChild\":40} -->\n<div class=\"wp-block-uagb-icon-list-child uagb-block-d7368ae7\"><a target=\"_self\" aria-label=\"blueroan@ugo.co.za\" rel=\"noopener noreferrer\" href=\"mailto:blueroan@ugo.co.za\"> </a><span class=\"uagb-icon-list__source-wrap\"><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M464 64C490.5 64 512 85.49 512 112C512 127.1 504.9 141.3 492.8 150.4L275.2 313.6C263.8 322.1 248.2 322.1 236.8 313.6L19.2 150.4C7.113 141.3 0 127.1 0 112C0 85.49 21.49 64 48 64H464zM217.6 339.2C240.4 356.3 271.6 356.3 294.4 339.2L512 176V384C512 419.3 483.3 448 448 448H64C28.65 448 0 419.3 0 384V176L217.6 339.2z\"></path></svg></span><span class=\"uagb-icon-list__label\">blueroan@ugo.co.za</span></div>\n<!-- /wp:uagb/icon-list-child --></div></div>\n<!-- /wp:uagb/icon-list --></div></div>\n<!-- /wp:uagb/container -->',	'Accommodation',	'',	'inherit',	'closed',	'closed',	'',	'761-revision-v1',	'',	'',	'2022-12-21 10:17:30',	'2022-12-21 10:17:30',	'',	761,	'https://blueroan.netgen.cloud/?p=1369',	0,	'revision',	'',	0),
(1371,	2,	'2022-12-21 10:40:30',	'2022-12-21 10:40:30',	'<!-- wp:uagb/container {\"block_id\":\"0d585283\",\"minHeightDesktop\":95,\"minHeightTablet\":70,\"minHeightMobile\":80,\"minHeightType\":\"vh\",\"alignItemsDesktop\":\"flex-start\",\"backgroundType\":\"image\",\"backgroundImageDesktop\":{\"uploading\":false,\"date\":1670921854000,\"filename\":\"Blue-Roan-pool.jpg\",\"menuOrder\":0,\"uploadedTo\":760,\"type\":\"image\",\"subtype\":\"jpeg\",\"id\":784,\"title\":\"Blue Roan - pool\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Blue-Roan-pool.jpg\",\"link\":\"https://blueroan.netgen.cloud/home/blue-roan-pool/\",\"alt\":\"\",\"author\":\"2\",\"description\":\"\",\"caption\":\"\",\"name\":\"blue-roan-pool\",\"status\":\"inherit\",\"modified\":1670921854000,\"mime\":\"image/jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-includes/images/media/default.png\",\"dateFormatted\":\"December 13, 2022\",\"nonces\":{\"update\":\"51a12ed09e\",\"delete\":\"5174068551\",\"edit\":\"1de0721407\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=784\\u0026action=edit\",\"meta\":false,\"authorName\":\"Netgen Support\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/profile.php\",\"uploadedToTitle\":\"Home\",\"uploadedToLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=760\\u0026action=edit\",\"filesizeInBytes\":154801,\"filesizeHumanReadable\":\"151 KB\",\"context\":\"\",\"height\":667,\"width\":1000,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Blue-Roan-pool-150x150.jpg\",\"orientation\":\"landscape\"},\"medium\":{\"height\":200,\"width\":300,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Blue-Roan-pool-300x200.jpg\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Blue-Roan-pool.jpg\",\"height\":667,\"width\":1000,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"backgroundPositionDesktop\":{\"x\":0.5,\"y\":0.25},\"backgroundImageColor\":\"rgba(42,42,42,0.35)\",\"topPaddingDesktop\":0,\"bottomPaddingDesktop\":0,\"leftPaddingDesktop\":40,\"rightPaddingDesktop\":40,\"topPaddingTablet\":120,\"bottomPaddingTablet\":120,\"leftPaddingTablet\":40,\"rightPaddingTablet\":40,\"topPaddingMobile\":150,\"bottomPaddingMobile\":150,\"leftPaddingMobile\":20,\"rightPaddingMobile\":20,\"paddingLink\":false,\"variationSelected\":true,\"isBlockRootParent\":true,\"overlayType\":\"color\",\"minHeightTypeTablet\":\"vh\",\"minHeightTypeMobile\":\"vh\"} -->\n<div class=\"wp-block-uagb-container uagb-block-0d585283 alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/info-box {\"classMigrate\":true,\"headingAlign\":\"left\",\"headingColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"subHeadingColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"headingTag\":\"h1\",\"subHeadFontSize\":17,\"subHeadFontSizeMobile\":15,\"headSpace\":20,\"subHeadSpace\":40,\"block_id\":\"1c31e6af\",\"ctaIcon\":\"\",\"ctaType\":\"button\",\"ctaText\":\"Book Your Stay Now\",\"ctaLink\":\"https://book.nightsbridge.com/11065\",\"ctaBtnLinkColor\":\"var(\\u002d\\u002dast-global-color-2)\",\"ctaLinkHoverColor\":\"var(\\u002d\\u002dast-global-color-2)\",\"ctaBgColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"ctaBgHoverColor\":\"var(\\u002d\\u002dast-global-color-4)\",\"ctaBorderColor\":\"\",\"ctaBorderStyle\":\"\",\"ctaBorderWidth\":\"\",\"ctaBorderRadius\":\"\",\"iconImage\":{\"url\":\"\",\"alt\":\"InfoBox placeholder img\"},\"showIcon\":false,\"paddingBtnTop\":18,\"paddingBtnBottom\":18,\"paddingBtnLeft\":34,\"paddingBtnRight\":34,\"blockTopPadding\":5,\"blockRightPadding\":40,\"blockLeftPadding\":0,\"blockBottomPadding\":0,\"blockTopPaddingTablet\":0,\"blockRightPaddingTablet\":64,\"blockLeftPaddingTablet\":0,\"blockBottomPaddingTablet\":0,\"blockTopPaddingMobile\":0,\"blockRightPaddingMobile\":0,\"blockLeftPaddingMobile\":0,\"blockBottomPaddingMobile\":0,\"blockPaddingUnit\":\"%\",\"blockPaddingLink\":false,\"subHeadMarginTopTablet\":0,\"subHeadMarginRightTablet\":64,\"subHeadTabletSpace\":40,\"subHeadMarginLeftTablet\":0,\"subHeadMarginTopMobile\":0,\"subHeadMarginRightMobile\":0,\"subHeadMobileSpace\":40,\"subHeadMarginLeftMobile\":0,\"btnBorderTopWidth\":1,\"btnBorderLeftWidth\":1,\"btnBorderRightWidth\":1,\"btnBorderBottomWidth\":1,\"btnBorderTopLeftRadius\":0,\"btnBorderTopRightRadius\":0,\"btnBorderBottomLeftRadius\":0,\"btnBorderBottomRightRadius\":0,\"btnBorderStyle\":\"none\",\"btnBorderColor\":\"#333\"} -->\n<div class=\"wp-block-uagb-info-box uagb-block-1c31e6af uagb-infobox__content-wrap  uagb-infobox-icon-above-title uagb-infobox-image-valign-top\"><div class=\"uagb-ifb-content\"><div class=\"uagb-ifb-title-wrap\"><h1 class=\"uagb-ifb-title\"><strong>Magaliesburg pet friendly self-catering accommodation</strong></h1></div><p class=\"uagb-ifb-desc\">Romantic pet-friendly self-catering accommodation in Magaliesburg, Gauteng.</p><div class=\"uagb-ifb-button-wrapper wp-block-button\"><a href=\"https://book.nightsbridge.com/11065\" class=\"uagb-infobox-cta-link wp-block-button__link\" target=\"_self\" rel=\"noopener noreferrer\" alt=\"\"><span class=\"uagb-inline-editing\">Book Your Stay Now</span></a></div></div></div>\n<!-- /wp:uagb/info-box --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"35d732cc\",\"directionDesktop\":\"row\",\"directionMobile\":\"column-reverse\",\"alignItemsDesktop\":\"flex-start\",\"backgroundType\":\"color\",\"backgroundSizeTablet\":\"cover\",\"backgroundSizeMobile\":\"cover\",\"backgroundColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"topPaddingDesktop\":60,\"bottomPaddingDesktop\":60,\"topPaddingTablet\":80,\"bottomPaddingTablet\":80,\"leftPaddingTablet\":40,\"rightPaddingTablet\":40,\"topPaddingMobile\":64,\"bottomPaddingMobile\":64,\"leftPaddingMobile\":24,\"rightPaddingMobile\":24,\"paddingLink\":false,\"variationSelected\":true,\"columnGapDesktop\":60,\"columnGapTablet\":50,\"isBlockRootParent\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-35d732cc alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/container {\"block_id\":\"89dec69c\",\"widthDesktop\":50,\"variationSelected\":true,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-89dec69c\"><!-- wp:image {\"id\":797,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-13.jpg\" alt=\"\" class=\"wp-image-797\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>We have 7 lovely brick&nbsp;<strong>self-catering</strong>&nbsp;units, each one private and with its own character and theme. &nbsp;They are designed exclusively for couples with or without pets wanting a romantic and peaceful place to connect, re-connect, celebrate special occasions, or somewhere quiet and comfortable to come for a holiday</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:buttons -->\n<div class=\"wp-block-buttons\"><!-- wp:button -->\n<div class=\"wp-block-button\"><a class=\"wp-block-button__link wp-element-button\" href=\"/accommodation/\">View accomodation</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"01ffe196\",\"widthDesktop\":50,\"leftPaddingDesktop\":0,\"paddingLink\":false,\"variationSelected\":true,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-01ffe196\"><!-- wp:uagb/advanced-heading {\"block_id\":\"aab7aba4\",\"classMigrate\":true,\"headingDescToggle\":true,\"subHeadingColor\":\"\",\"headSpace\":20,\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-aab7aba4\"><h2 class=\"uagb-heading-text\"><strong>Blue Roan is a 3-star graded pet-friendly venue</strong></h2><p class=\"uagb-desc-text\">Our goal is to provide high-quality, romantic, comfortable, and affordable self-catering accommodation on the outskirts of the village of &nbsp;Magaliesburg. &nbsp;For animal lovers, we are also&nbsp;pet-friendly&nbsp;by arrangement in most of the units all of which have their own fully fenced and gated private grassy gardens.</p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/image {\"block_id\":\"b364d0d4\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/hammock-in-the-garden.jpg\",\"align\":\"left\",\"id\":799,\"linkDestination\":\"none\",\"naturalWidth\":600,\"naturalHeight\":400,\"sizeSlug\":\"full\",\"sizeSlugTablet\":\"full\",\"sizeSlugMobile\":\"full\",\"imageTopMargin\":20,\"imageRightMargin\":0,\"imageLeftMargin\":0,\"imageBottomMargin\":0,\"imageTopMarginMobile\":0,\"imageRightMarginMobile\":0,\"imageLeftMarginMobile\":0,\"imageBottomMarginMobile\":0,\"imageMarginLink\":false} -->\n<div class=\"wp-block-uagb-image uagb-block-b364d0d4 wp-block-uagb-image--layout-default wp-block-uagb-image--effect-static wp-block-uagb-image--align-left\"><figure class=\"wp-block-uagb-image__figure\"><img srcset=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/hammock-in-the-garden.jpg \" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/hammock-in-the-garden.jpg\" alt=\"\" class=\"uag-image-799\" width=\"\" height=\"\" title=\"\" loading=\"lazy\"/></figure></div>\n<!-- /wp:uagb/image --></div>\n<!-- /wp:uagb/container --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"94de5b4c\",\"directionDesktop\":\"row\",\"directionMobile\":\"column-reverse\",\"alignItemsDesktop\":\"flex-start\",\"backgroundType\":\"color\",\"backgroundSizeTablet\":\"cover\",\"backgroundSizeMobile\":\"cover\",\"backgroundColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"topPaddingDesktop\":0,\"bottomPaddingDesktop\":0,\"topPaddingTablet\":80,\"bottomPaddingTablet\":80,\"leftPaddingTablet\":40,\"rightPaddingTablet\":40,\"topPaddingMobile\":64,\"bottomPaddingMobile\":64,\"leftPaddingMobile\":24,\"rightPaddingMobile\":24,\"paddingLink\":false,\"variationSelected\":true,\"rowGapDesktop\":0,\"columnGapDesktop\":0,\"columnGapTablet\":50,\"isBlockRootParent\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-94de5b4c alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:image {\"align\":\"center\",\"id\":1344,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image aligncenter size-large\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/tgcsa-full-3-stars-1024x366.jpg\" alt=\"\" class=\"wp-image-1344\"/></figure>\n<!-- /wp:image --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"5c44e508\",\"backgroundType\":\"color\",\"backgroundSizeTablet\":\"cover\",\"backgroundSizeMobile\":\"cover\",\"backgroundColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"topPaddingDesktop\":50,\"bottomPaddingDesktop\":100,\"topPaddingTablet\":50,\"bottomPaddingTablet\":25,\"leftPaddingTablet\":20,\"rightPaddingTablet\":20,\"topPaddingMobile\":50,\"bottomPaddingMobile\":20,\"leftPaddingMobile\":20,\"rightPaddingMobile\":20,\"paddingLink\":false,\"variationSelected\":true,\"rowGapDesktop\":0,\"isBlockRootParent\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-5c44e508 alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/container {\"block_id\":\"f49bb2f0\",\"directionDesktop\":\"row\",\"alignItemsDesktop\":\"flex-end\",\"alignItemsTablet\":\"flex-end\",\"justifyContentDesktop\":\"flex-end\",\"justifyContentTablet\":\"space-between\",\"variationSelected\":true,\"rowGapMobile\":30,\"columnGapDesktop\":0} -->\n<div class=\"wp-block-uagb-container uagb-block-f49bb2f0\"><!-- wp:uagb/advanced-heading {\"block_id\":\"b00c2c0f\",\"classMigrate\":true,\"headingDescToggle\":true,\"subHeadingColor\":\"\",\"headSpace\":20,\"subHeadFontSize\":16} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-b00c2c0f\"><h2 class=\"uagb-heading-text\">Amenities &amp; Interests ​</h2><p class=\"uagb-desc-text\">The Blue Roan Country Lodge is situated just 5 minutes from the village of Magaliesburg on a tar road so easy access for all cars. &nbsp;We have panoramic views of the Magaliesberg mountain range and our farm is the perfect place for a relaxing getaway in the country. &nbsp;As we are only 70 km from JHB and Pretoria, it is only an hour’s drive.</p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/buttons {\"block_id\":\"99b351c7\",\"classMigrate\":true,\"childMigrate\":true,\"align\":\"right\",\"alignTablet\":\"right\",\"alignMobile\":\"left\",\"gap\":0} -->\n<div class=\"wp-block-uagb-buttons uagb-buttons__outer-wrap uagb-btn__default-btn uagb-btn-tablet__default-btn uagb-btn-mobile__default-btn uagb-block-99b351c7\"><div class=\"uagb-buttons__wrap uagb-buttons-layout-wrap\"><!-- wp:uagb/buttons-child {\"block_id\":\"8b121466\",\"label\":\"View All\",\"link\":\"/amenities/\",\"hColor\":\"\",\"borderWidth\":\"\",\"borderRadius\":\"\",\"borderStyle\":\"\",\"borderColor\":\"\",\"borderHColor\":\"\",\"btnBorderTopWidth\":1,\"btnBorderLeftWidth\":1,\"btnBorderRightWidth\":1,\"btnBorderBottomWidth\":1,\"btnBorderTopLeftRadius\":2,\"btnBorderTopRightRadius\":2,\"btnBorderBottomLeftRadius\":2,\"btnBorderBottomRightRadius\":2,\"btnBorderStyle\":\"solid\",\"btnBorderColor\":\"#333\",\"btnBorderHColor\":\"#333\"} -->\n<div class=\"wp-block-uagb-buttons-child uagb-buttons__outer-wrap uagb-block-8b121466 wp-block-button is-style-outline\"><div class=\"uagb-button__wrapper\"><a class=\"uagb-buttons-repeater wp-block-button__link\" href=\"/amenities/\" rel=\"follow noopener\" target=\"_self\"><div class=\"uagb-button__link\">View All</div></a></div></div>\n<!-- /wp:uagb/buttons-child --></div></div>\n<!-- /wp:uagb/buttons --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"74751ec1\",\"directionDesktop\":\"row\",\"alignItemsTablet\":\"flex-start\",\"paddingLink\":false,\"topMarginDesktop\":50,\"bottomMarginDesktop\":20,\"leftMarginDesktop\":0,\"rightMarginDesktop\":0,\"marginLink\":false,\"variationSelected\":true,\"rowGapMobile\":65,\"columnGapDesktop\":48,\"columnGapTablet\":20} -->\n<div class=\"wp-block-uagb-container uagb-block-74751ec1\"><!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"align\":\"center\",\"id\":828,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image aligncenter size-full\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Blue-Roan-pool.png\" alt=\"Blue Roan\'s rock pool\" class=\"wp-image-828\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>A relaxing rock Pool​</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>We have a lovely sparkling blue rock pool next to a thatched Lapa. &nbsp;&nbsp;Lie on recliners on the green lawn or sit on the swing chair in the Lapa and enjoy the panoramic view of the Magaliesberg mountain range.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":829,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/img-20160605-wa0002-largejpg.png\" alt=\"\" class=\"wp-image-829\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>Braai facilities </h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>What can compare to a burning fire under the star-lit African sky? Nothing beats the flavor of cooking over an open flame.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":1354,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Games-Room.png\" alt=\"\" class=\"wp-image-1354\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>A games room </h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>The reception is also a games room for those who enjoy darts or playing pool. &nbsp;Take a selection of DVDs back to your room and watch movies on your own DVD player. &nbsp;There is also a selection of board games and music CDs that you can borrow.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div>\n<!-- /wp:uagb/container --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"f3c0bdbf\",\"backgroundType\":\"color\",\"backgroundSizeTablet\":\"cover\",\"backgroundSizeMobile\":\"cover\",\"backgroundColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"bottomPaddingDesktop\":104,\"leftPaddingDesktop\":40,\"rightPaddingDesktop\":40,\"topPaddingTablet\":80,\"bottomPaddingTablet\":80,\"leftPaddingTablet\":40,\"rightPaddingTablet\":40,\"topPaddingMobile\":64,\"bottomPaddingMobile\":64,\"leftPaddingMobile\":24,\"rightPaddingMobile\":24,\"paddingLink\":false,\"variationSelected\":true,\"rowGapDesktop\":0,\"isBlockRootParent\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-f3c0bdbf alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/advanced-heading {\"block_id\":\"ac92718f\",\"classMigrate\":true,\"headingDescToggle\":true,\"headingAlign\":\"center\",\"headingAlignMobile\":\"left\",\"subHeadingColor\":\"\",\"headSpace\":20,\"subHeadFontSize\":16,\"blockBottomPadding\":20} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-ac92718f\"><h2 class=\"uagb-heading-text\">Our Inside Pictures​</h2><p class=\"uagb-desc-text\">Take a look at some pretty pictures captured in and around our premises.</p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/container {\"block_id\":\"7924f026\",\"directionDesktop\":\"row\",\"alignItemsDesktop\":\"flex-start\",\"topMarginDesktop\":20,\"bottomMarginDesktop\":0,\"leftMarginDesktop\":0,\"rightMarginDesktop\":0,\"marginLink\":false,\"variationSelected\":true,\"rowGapMobile\":24,\"columnGapDesktop\":24,\"columnGapTablet\":20} -->\n<div class=\"wp-block-uagb-container uagb-block-7924f026\"><!-- wp:uagb/container {\"block_id\":\"05fee2ce\",\"widthDesktop\":32,\"variationSelected\":true,\"rowGapDesktop\":24,\"rowGapTablet\":20,\"rowGapMobile\":24,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-05fee2ce\"><!-- wp:uagb/image {\"block_id\":\"bd81c9c9\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/red-rose-1024x683.jpg\",\"id\":834,\"linkDestination\":\"none\",\"width\":385,\"height\":284,\"naturalWidth\":1024,\"naturalHeight\":683,\"sizeSlug\":\"large\",\"sizeSlugTablet\":\"large\",\"sizeSlugMobile\":\"large\",\"customHeightSetDesktop\":true} -->\n<div class=\"wp-block-uagb-image uagb-block-bd81c9c9 wp-block-uagb-image--layout-default wp-block-uagb-image--effect-static wp-block-uagb-image--align-none\"><figure class=\"wp-block-uagb-image__figure\"><img srcset=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/red-rose-1024x683.jpg \" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/red-rose-1024x683.jpg\" alt=\"\" class=\"uag-image-834\" width=\"385\" height=\"284\" title=\"\" loading=\"lazy\"/></figure></div>\n<!-- /wp:uagb/image -->\n\n<!-- wp:uagb/image {\"block_id\":\"e39b6738\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/49g.jpg\",\"id\":838,\"linkDestination\":\"none\",\"width\":385,\"height\":284,\"naturalWidth\":650,\"naturalHeight\":450,\"sizeSlug\":\"full\",\"sizeSlugTablet\":\"full\",\"sizeSlugMobile\":\"full\",\"customHeightSetDesktop\":true} -->\n<div class=\"wp-block-uagb-image uagb-block-e39b6738 wp-block-uagb-image--layout-default wp-block-uagb-image--effect-static wp-block-uagb-image--align-none\"><figure class=\"wp-block-uagb-image__figure\"><img srcset=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/49g.jpg \" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/49g.jpg\" alt=\"\" class=\"uag-image-838\" width=\"385\" height=\"284\" title=\"\" loading=\"lazy\"/></figure></div>\n<!-- /wp:uagb/image --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"c05e2ece\",\"widthDesktop\":67,\"variationSelected\":true,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-c05e2ece\"><!-- wp:uagb/image {\"block_id\":\"81fa5c7c\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAA39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba-1-1024x768.png\",\"id\":905,\"linkDestination\":\"none\",\"naturalWidth\":1024,\"naturalHeight\":768,\"sizeSlug\":\"large\",\"sizeSlugTablet\":\"large\",\"sizeSlugMobile\":\"large\"} -->\n<div class=\"wp-block-uagb-image uagb-block-81fa5c7c wp-block-uagb-image--layout-default wp-block-uagb-image--effect-static wp-block-uagb-image--align-none\"><figure class=\"wp-block-uagb-image__figure\"><img srcset=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAA39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba-1-1024x768.png \" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAA39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba-1-1024x768.png\" alt=\"\" class=\"uag-image-905\" width=\"\" height=\"\" title=\"\" loading=\"lazy\"/></figure></div>\n<!-- /wp:uagb/image --></div>\n<!-- /wp:uagb/container --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"bf504662\",\"directionDesktop\":\"row\",\"alignItemsDesktop\":\"flex-start\",\"topMarginDesktop\":24,\"bottomMarginDesktop\":0,\"leftMarginDesktop\":0,\"rightMarginDesktop\":0,\"topMarginTablet\":20,\"bottomMarginTablet\":0,\"leftMarginTablet\":0,\"rightMarginTablet\":0,\"topMarginMobile\":24,\"bottomMarginMobile\":0,\"leftMarginMobile\":0,\"rightMarginMobile\":0,\"marginLink\":false,\"variationSelected\":true,\"columnGapDesktop\":24,\"columnGapTablet\":20} -->\n<div class=\"wp-block-uagb-container uagb-block-bf504662\"><!-- wp:uagb/container {\"block_id\":\"5f829143\",\"widthDesktop\":67,\"variationSelected\":true,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-5f829143\"><!-- wp:image {\"id\":837,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-8-1024x678.jpg\" alt=\"\" class=\"wp-image-837\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"f1e725b0\",\"widthDesktop\":32,\"variationSelected\":true,\"rowGapDesktop\":24,\"rowGapTablet\":20,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-f1e725b0\"><!-- wp:uagb/image {\"block_id\":\"a830601b\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Blue-roan-pool-01.jpg\",\"id\":782,\"linkDestination\":\"none\",\"width\":385,\"height\":250,\"naturalWidth\":800,\"naturalHeight\":534,\"sizeSlug\":\"full\",\"sizeSlugTablet\":\"full\",\"sizeSlugMobile\":\"full\",\"customHeightSetDesktop\":true} -->\n<div class=\"wp-block-uagb-image uagb-block-a830601b wp-block-uagb-image--layout-default wp-block-uagb-image--effect-static wp-block-uagb-image--align-none\"><figure class=\"wp-block-uagb-image__figure\"><img srcset=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Blue-roan-pool-01.jpg \" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Blue-roan-pool-01.jpg\" alt=\"\" class=\"uag-image-782\" width=\"385\" height=\"250\" title=\"\" loading=\"lazy\"/></figure></div>\n<!-- /wp:uagb/image -->\n\n<!-- wp:uagb/image {\"block_id\":\"150353b2\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/bird-1024x683.jpg\",\"id\":910,\"linkDestination\":\"none\",\"width\":385,\"height\":250,\"naturalWidth\":1024,\"naturalHeight\":683,\"sizeSlug\":\"large\",\"sizeSlugTablet\":\"large\",\"sizeSlugMobile\":\"large\",\"customHeightSetDesktop\":true} -->\n<div class=\"wp-block-uagb-image uagb-block-150353b2 wp-block-uagb-image--layout-default wp-block-uagb-image--effect-static wp-block-uagb-image--align-none\"><figure class=\"wp-block-uagb-image__figure\"><img srcset=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/bird-1024x683.jpg \" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/bird-1024x683.jpg\" alt=\"\" class=\"uag-image-910\" width=\"385\" height=\"250\" title=\"\" loading=\"lazy\"/></figure></div>\n<!-- /wp:uagb/image --></div>\n<!-- /wp:uagb/container --></div>\n<!-- /wp:uagb/container --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"3412c19f\",\"backgroundType\":\"color\",\"backgroundSizeTablet\":\"cover\",\"backgroundSizeMobile\":\"cover\",\"backgroundColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"topPaddingDesktop\":40,\"bottomPaddingDesktop\":104,\"leftPaddingDesktop\":40,\"rightPaddingDesktop\":40,\"topPaddingTablet\":80,\"bottomPaddingTablet\":80,\"leftPaddingTablet\":40,\"rightPaddingTablet\":40,\"topPaddingMobile\":64,\"bottomPaddingMobile\":64,\"leftPaddingMobile\":24,\"rightPaddingMobile\":24,\"paddingLink\":false,\"variationSelected\":true,\"rowGapDesktop\":0,\"isBlockRootParent\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-3412c19f alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/advanced-heading {\"block_id\":\"b08e4e25\",\"classMigrate\":true,\"headingDescToggle\":true,\"headingAlign\":\"center\",\"headingAlignMobile\":\"left\",\"subHeadingColor\":\"\",\"headSpace\":20,\"subHeadFontSize\":16,\"blockBottomPadding\":20} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-b08e4e25\"><h2 class=\"uagb-heading-text\">What Our Guests Say​</h2><p class=\"uagb-desc-text\">We take pride in serving our guests the best experience. </p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/container {\"block_id\":\"5e4d14a0\",\"directionDesktop\":\"row\",\"topMarginDesktop\":40,\"bottomMarginDesktop\":0,\"leftMarginDesktop\":0,\"rightMarginDesktop\":0,\"marginLink\":false,\"variationSelected\":true,\"rowGapMobile\":40,\"columnGapDesktop\":90} -->\n<div class=\"wp-block-uagb-container uagb-block-5e4d14a0\"><!-- wp:uagb/container {\"block_id\":\"79290eaf\",\"widthDesktop\":50,\"variationSelected\":true,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-79290eaf\"><!-- wp:uagb/testimonial {\"test_item_count\":1,\"classMigrate\":true,\"test_block\":[{\"description\":\"\\u0022Thank you for a most enjoyable weekend stay and for making our anniversary so special.  Thank you for your kind and lovely friendship which we really appreciate!!!\\u0022​\",\"name\":\"\\u003cstrong\\u003eBrenda and Theuns\\u003c/strong\\u003e\",\"company\":\"\",\"image\":{\"id\":119,\"title\":\"testimonial1\",\"filename\":\"testimonial1.jpg\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/testimonial1.jpg\",\"link\":\"https://blueroan.netgen.cloud/testimonial1/\",\"alt\":\"\",\"author\":\"34\",\"description\":\"\",\"caption\":\"\",\"name\":\"testimonial1\",\"status\":\"inherit\",\"uploadedTo\":0,\"date\":\"2021-05-11T05:02:02.000Z\",\"modified\":\"2021-05-11T05:02:02.000Z\",\"menuOrder\":0,\"mime\":\"image/jpeg\",\"type\":\"image\",\"subtype\":\"jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/default.png\",\"dateFormatted\":\"May 11, 2021\",\"nonces\":{\"update\":\"b92fe40c3d\",\"delete\":\"643c1eb8f1\",\"edit\":\"d3e7d56b1d\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=119\\u0026action=edit\",\"meta\":false,\"authorName\":\"Rishabh\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/user-edit.php?user_id=34\",\"filesizeInBytes\":11264,\"filesizeHumanReadable\":\"11 KB\",\"context\":\"\",\"height\":250,\"width\":250,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/testimonial1-150x150.jpg\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/testimonial1.jpg\",\"height\":250,\"width\":250,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}}}],\"headingAlign\":\"left\",\"headingAlignTablet\":\"left\",\"headingAlignMobile\":\"left\",\"descColor\":\"var(\\u002d\\u002dast-global-color-3)\",\"nameFontSize\":14,\"nameLineHeight\":1,\"descFontSize\":16,\"descFontWeight\":\"600\",\"nameSpace\":1,\"block_id\":\"d90dd4c9\",\"iconImage\":{\"url\":\"\",\"alt\":\"InfoBox placeholder img\"},\"imageWidth\":32,\"columnGap\":1,\"borderStyle\":\"\",\"paddingTop\":0,\"paddingBottom\":0,\"paddingLeft\":0,\"paddingRight\":0,\"spacingLink\":true,\"imgpaddingTop\":0,\"imgpaddingRight\":15,\"imgpaddingBottom\":0,\"imgpaddingLeft\":0,\"overallBorderStyle\":\"none\",\"imgTagHeight\":32,\"imgTagWidth\":150} -->\n<div class=\"wp-block-uagb-testimonial uagb-slick-carousel uagb-tm__arrow-outside uagb-block-d90dd4c9 uagb-post__carousel_notset uagb-post__carousel_notset-tablet uagb-post__carousel_notset-mobile\"><div class=\"is-carousel uagb-tm__columns-1 uagb-tm__items\"><div class=\"uagb-testimonial__wrap  uagb-tm__imgicon-style-circle uagb-tm__image-position-bottom uagb-tm__bg-type-none \"><div class=\"uagb-tm__content\"><div class=\"uagb-tm__overlay\"></div><div class=\"uagb-tm__text-wrap\"><div class=\"uagb-tm__desc\">\"Thank you for a most enjoyable weekend stay and for making our anniversary so special.  Thank you for your kind and lovely friendship which we really appreciate!!!\"​</div><div class=\"uagb-tm__meta-inner\"><div class=\"uagb-tm__image-content\"><div class=\"uagb-tm__image\"><img class=\"uagb-tm-img-src\" src=\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/testimonial1-150x150.jpg\" alt=\"\" width=\"32\" height=\"32\" loading=\"lazy\"/></div></div><div class=\"uagb-testimonial-details\"><span class=\"uagb-tm__author-name\"><strong>Brenda and Theuns</strong></span><span class=\"uagb-tm__company\"></span></div></div></div></div></div></div></div>\n<!-- /wp:uagb/testimonial -->\n\n<!-- wp:uagb/testimonial {\"test_item_count\":1,\"classMigrate\":true,\"test_block\":[{\"description\":\"\\u0022Breaking away from city life and coming out to a most wonderful romantic weekend away.  The unit is so comfortable.  Thank you for your great hospitality - we had an awesome time here.  Go well - with love\\u0022​\",\"name\":\"\\u003cstrong\\u003e\\u003cstrong\\u003e\\u003cstrong\\u003eLiz \\u0026amp; Eddie\\u003c/strong\\u003e\\u003c/strong\\u003e\\u003c/strong\\u003e\",\"company\":\"\",\"image\":{\"id\":122,\"title\":\"testimonial4\",\"filename\":\"testimonial4.jpg\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/testimonial4.jpg\",\"link\":\"https://blueroan.netgen.cloud/testimonial4/\",\"alt\":\"\",\"author\":\"34\",\"description\":\"\",\"caption\":\"\",\"name\":\"testimonial4\",\"status\":\"inherit\",\"uploadedTo\":0,\"date\":\"2021-05-11T05:02:06.000Z\",\"modified\":\"2021-05-11T05:02:06.000Z\",\"menuOrder\":0,\"mime\":\"image/jpeg\",\"type\":\"image\",\"subtype\":\"jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/default.png\",\"dateFormatted\":\"May 11, 2021\",\"nonces\":{\"update\":\"4e34860add\",\"delete\":\"9e126a55cd\",\"edit\":\"33ffd3c040\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=122\\u0026action=edit\",\"meta\":false,\"authorName\":\"Rishabh\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/user-edit.php?user_id=34\",\"filesizeInBytes\":16584,\"filesizeHumanReadable\":\"16 KB\",\"context\":\"\",\"height\":250,\"width\":250,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/testimonial4-150x150.jpg\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/testimonial4.jpg\",\"height\":250,\"width\":250,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}}}],\"headingAlign\":\"left\",\"headingAlignTablet\":\"left\",\"headingAlignMobile\":\"left\",\"descColor\":\"var(\\u002d\\u002dast-global-color-3)\",\"nameFontSize\":14,\"nameLineHeight\":1,\"descFontSize\":16,\"descFontWeight\":\"600\",\"nameSpace\":1,\"block_id\":\"33ff9087\",\"iconImage\":{\"url\":\"\",\"alt\":\"InfoBox placeholder img\"},\"imageWidth\":32,\"columnGap\":1,\"borderStyle\":\"\",\"paddingTop\":0,\"paddingBottom\":0,\"paddingLeft\":0,\"paddingRight\":0,\"spacingLink\":true,\"imgpaddingTop\":0,\"imgpaddingRight\":15,\"imgpaddingBottom\":0,\"imgpaddingLeft\":0,\"overallBorderStyle\":\"none\",\"imgTagHeight\":32,\"imgTagWidth\":150} -->\n<div class=\"wp-block-uagb-testimonial uagb-slick-carousel uagb-tm__arrow-outside uagb-block-33ff9087 uagb-post__carousel_notset uagb-post__carousel_notset-tablet uagb-post__carousel_notset-mobile\"><div class=\"is-carousel uagb-tm__columns-1 uagb-tm__items\"><div class=\"uagb-testimonial__wrap  uagb-tm__imgicon-style-circle uagb-tm__image-position-bottom uagb-tm__bg-type-none \"><div class=\"uagb-tm__content\"><div class=\"uagb-tm__overlay\"></div><div class=\"uagb-tm__text-wrap\"><div class=\"uagb-tm__desc\">\"Breaking away from city life and coming out to a most wonderful romantic weekend away.  The unit is so comfortable.  Thank you for your great hospitality - we had an awesome time here.  Go well - with love\"​</div><div class=\"uagb-tm__meta-inner\"><div class=\"uagb-tm__image-content\"><div class=\"uagb-tm__image\"><img class=\"uagb-tm-img-src\" src=\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/testimonial4-150x150.jpg\" alt=\"\" width=\"32\" height=\"32\" loading=\"lazy\"/></div></div><div class=\"uagb-testimonial-details\"><span class=\"uagb-tm__author-name\"><strong><strong><strong>Liz &amp; Eddie</strong></strong></strong></span><span class=\"uagb-tm__company\"></span></div></div></div></div></div></div></div>\n<!-- /wp:uagb/testimonial --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"14e7e4e7\",\"widthDesktop\":50,\"variationSelected\":true,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-14e7e4e7\"><!-- wp:uagb/testimonial {\"test_item_count\":1,\"classMigrate\":true,\"test_block\":[{\"description\":\"\\u0022Judy, what a wonderful place you have here - we were so delighted to spend the weekend here, so tranquil, peaceful, and beautiful. You made us feel right at home. Definitely a place worth 5 stars! Go well.\\u0022​\",\"name\":\"\\u003cstrong\\u003e\\u003cstrong\\u003eBrian\\u003c/strong\\u003e\\u003c/strong\\u003e \\u003cstrong\\u003e\\u003cstrong\\u003e\\u003cstrong\\u003eand \\u003cstrong\\u003eMariska\\u003c/strong\\u003e\\u003c/strong\\u003e\\u003cbr\\u003e\\u003c/strong\\u003e\\u003c/strong\\u003e\",\"company\":\"\",\"image\":{\"id\":120,\"title\":\"testimonial2\",\"filename\":\"testimonial2.jpg\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/testimonial2.jpg\",\"link\":\"https://blueroan.netgen.cloud/testimonial2/\",\"alt\":\"\",\"author\":\"34\",\"description\":\"\",\"caption\":\"\",\"name\":\"testimonial2\",\"status\":\"inherit\",\"uploadedTo\":0,\"date\":\"2021-05-11T05:02:03.000Z\",\"modified\":\"2021-05-11T05:02:03.000Z\",\"menuOrder\":0,\"mime\":\"image/jpeg\",\"type\":\"image\",\"subtype\":\"jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/default.png\",\"dateFormatted\":\"May 11, 2021\",\"nonces\":{\"update\":\"1ee6412858\",\"delete\":\"4414a2ccbf\",\"edit\":\"bde7b1f490\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=120\\u0026action=edit\",\"meta\":false,\"authorName\":\"Rishabh\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/user-edit.php?user_id=34\",\"filesizeInBytes\":10087,\"filesizeHumanReadable\":\"10 KB\",\"context\":\"\",\"height\":250,\"width\":250,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/testimonial2-150x150.jpg\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/testimonial2.jpg\",\"height\":250,\"width\":250,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}}}],\"headingAlign\":\"left\",\"headingAlignTablet\":\"left\",\"headingAlignMobile\":\"left\",\"descColor\":\"var(\\u002d\\u002dast-global-color-3)\",\"nameFontSize\":14,\"nameLineHeight\":1,\"descFontSize\":16,\"descFontWeight\":\"600\",\"nameSpace\":1,\"block_id\":\"e0218e52\",\"iconImage\":{\"url\":\"\",\"alt\":\"InfoBox placeholder img\"},\"imageWidth\":32,\"columnGap\":1,\"borderStyle\":\"\",\"paddingTop\":0,\"paddingBottom\":0,\"paddingLeft\":0,\"paddingRight\":0,\"spacingLink\":true,\"imgpaddingTop\":0,\"imgpaddingRight\":15,\"imgpaddingBottom\":0,\"imgpaddingLeft\":0,\"overallBorderStyle\":\"none\",\"imgTagHeight\":32,\"imgTagWidth\":150} -->\n<div class=\"wp-block-uagb-testimonial uagb-slick-carousel uagb-tm__arrow-outside uagb-block-e0218e52 uagb-post__carousel_notset uagb-post__carousel_notset-tablet uagb-post__carousel_notset-mobile\"><div class=\"is-carousel uagb-tm__columns-1 uagb-tm__items\"><div class=\"uagb-testimonial__wrap  uagb-tm__imgicon-style-circle uagb-tm__image-position-bottom uagb-tm__bg-type-none \"><div class=\"uagb-tm__content\"><div class=\"uagb-tm__overlay\"></div><div class=\"uagb-tm__text-wrap\"><div class=\"uagb-tm__desc\">\"Judy, what a wonderful place you have here - we were so delighted to spend the weekend here, so tranquil, peaceful, and beautiful. You made us feel right at home. Definitely a place worth 5 stars! Go well.\"​</div><div class=\"uagb-tm__meta-inner\"><div class=\"uagb-tm__image-content\"><div class=\"uagb-tm__image\"><img class=\"uagb-tm-img-src\" src=\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/testimonial2-150x150.jpg\" alt=\"\" width=\"32\" height=\"32\" loading=\"lazy\"/></div></div><div class=\"uagb-testimonial-details\"><span class=\"uagb-tm__author-name\"><strong><strong>Brian</strong></strong> <strong><strong><strong>and <strong>Mariska</strong></strong><br></strong></strong></span><span class=\"uagb-tm__company\"></span></div></div></div></div></div></div></div>\n<!-- /wp:uagb/testimonial -->\n\n<!-- wp:uagb/testimonial {\"test_item_count\":1,\"classMigrate\":true,\"test_block\":[{\"description\":\"\\u0022Thank you for the most wonderful time, Judy!  This was the most peaceful and perfect place to get engaged!  We will most certainly be back!!!  Your hospitality cannot be topped!\\u0022​\",\"name\":\"\\u003cstrong\\u003e\\u003cstrong\\u003e\\u003cstrong\\u003e\\u003cstrong\\u003eBrett and Kelly\\u003c/strong\\u003e\\u003c/strong\\u003e\\u003c/strong\\u003e\\u003c/strong\\u003e\",\"company\":\"\",\"image\":{\"id\":121,\"title\":\"testimonial3\",\"filename\":\"testimonial3.jpg\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/testimonial3.jpg\",\"link\":\"https://blueroan.netgen.cloud/testimonial3/\",\"alt\":\"\",\"author\":\"34\",\"description\":\"\",\"caption\":\"\",\"name\":\"testimonial3\",\"status\":\"inherit\",\"uploadedTo\":0,\"date\":\"2021-05-11T05:02:05.000Z\",\"modified\":\"2021-05-11T05:02:05.000Z\",\"menuOrder\":0,\"mime\":\"image/jpeg\",\"type\":\"image\",\"subtype\":\"jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/default.png\",\"dateFormatted\":\"May 11, 2021\",\"nonces\":{\"update\":\"290653da5d\",\"delete\":\"90a4fb2d63\",\"edit\":\"ff8a64e56e\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=121\\u0026action=edit\",\"meta\":false,\"authorName\":\"Rishabh\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/user-edit.php?user_id=34\",\"filesizeInBytes\":8748,\"filesizeHumanReadable\":\"9 KB\",\"context\":\"\",\"height\":250,\"width\":250,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/testimonial3-150x150.jpg\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/testimonial3.jpg\",\"height\":250,\"width\":250,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}}}],\"headingAlign\":\"left\",\"headingAlignTablet\":\"left\",\"headingAlignMobile\":\"left\",\"descColor\":\"var(\\u002d\\u002dast-global-color-3)\",\"nameFontSize\":14,\"nameLineHeight\":1,\"descFontSize\":16,\"descFontWeight\":\"600\",\"nameSpace\":1,\"block_id\":\"541b7484\",\"iconImage\":{\"url\":\"\",\"alt\":\"InfoBox placeholder img\"},\"imageWidth\":32,\"columnGap\":1,\"borderStyle\":\"\",\"paddingTop\":0,\"paddingBottom\":0,\"paddingLeft\":0,\"paddingRight\":0,\"spacingLink\":true,\"imgpaddingTop\":0,\"imgpaddingRight\":15,\"imgpaddingBottom\":0,\"imgpaddingLeft\":0,\"overallBorderStyle\":\"none\",\"imgTagHeight\":32,\"imgTagWidth\":150} -->\n<div class=\"wp-block-uagb-testimonial uagb-slick-carousel uagb-tm__arrow-outside uagb-block-541b7484 uagb-post__carousel_notset uagb-post__carousel_notset-tablet uagb-post__carousel_notset-mobile\"><div class=\"is-carousel uagb-tm__columns-1 uagb-tm__items\"><div class=\"uagb-testimonial__wrap  uagb-tm__imgicon-style-circle uagb-tm__image-position-bottom uagb-tm__bg-type-none \"><div class=\"uagb-tm__content\"><div class=\"uagb-tm__overlay\"></div><div class=\"uagb-tm__text-wrap\"><div class=\"uagb-tm__desc\">\"Thank you for the most wonderful time, Judy!  This was the most peaceful and perfect place to get engaged!  We will most certainly be back!!!  Your hospitality cannot be topped!\"​</div><div class=\"uagb-tm__meta-inner\"><div class=\"uagb-tm__image-content\"><div class=\"uagb-tm__image\"><img class=\"uagb-tm-img-src\" src=\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/testimonial3-150x150.jpg\" alt=\"\" width=\"32\" height=\"32\" loading=\"lazy\"/></div></div><div class=\"uagb-testimonial-details\"><span class=\"uagb-tm__author-name\"><strong><strong><strong><strong>Brett and Kelly</strong></strong></strong></strong></span><span class=\"uagb-tm__company\"></span></div></div></div></div></div></div></div>\n<!-- /wp:uagb/testimonial --></div>\n<!-- /wp:uagb/container --></div>\n<!-- /wp:uagb/container --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"2f60ad82\",\"innerContentCustomWidthDesktop\":781,\"innerContentCustomWidthTablet\":781,\"backgroundType\":\"image\",\"backgroundImageDesktop\":{\"id\":809,\"title\":\"26759994757_767d9794fd_b\",\"filename\":\"26759994757_767d9794fd_b.jpg\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/26759994757_767d9794fd_b.jpg\",\"link\":\"https://blueroan.netgen.cloud/?attachment_id=809\",\"alt\":\"\",\"author\":\"2\",\"description\":\"\",\"caption\":\"\",\"name\":\"26759994757_767d9794fd_b\",\"status\":\"inherit\",\"uploadedTo\":805,\"date\":\"2022-12-13T09:51:53.000Z\",\"modified\":\"2022-12-13T09:51:53.000Z\",\"menuOrder\":0,\"mime\":\"image/jpeg\",\"type\":\"image\",\"subtype\":\"jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-includes/images/media/default.png\",\"dateFormatted\":\"December 13, 2022\",\"nonces\":{\"update\":\"39b5c0eef1\",\"delete\":\"fde92abd83\",\"edit\":\"3923face9e\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=809\\u0026action=edit\",\"meta\":false,\"authorName\":\"Netgen Support\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/profile.php\",\"uploadedToTitle\":\"Magaliesburg\",\"uploadedToLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=805\\u0026action=edit\",\"filesizeInBytes\":143610,\"filesizeHumanReadable\":\"140 KB\",\"context\":\"\",\"height\":683,\"width\":1024,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/26759994757_767d9794fd_b-150x150.jpg\",\"orientation\":\"landscape\"},\"medium\":{\"height\":200,\"width\":300,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/26759994757_767d9794fd_b-300x200.jpg\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/26759994757_767d9794fd_b.jpg\",\"height\":683,\"width\":1024,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"backgroundImageColor\":\"rgba(42,42,42,0.65)\",\"topPaddingDesktop\":144,\"bottomPaddingDesktop\":144,\"leftPaddingDesktop\":40,\"rightPaddingDesktop\":40,\"topPaddingTablet\":80,\"bottomPaddingTablet\":80,\"leftPaddingTablet\":40,\"rightPaddingTablet\":40,\"topPaddingMobile\":64,\"bottomPaddingMobile\":64,\"leftPaddingMobile\":24,\"rightPaddingMobile\":24,\"paddingLink\":false,\"variationSelected\":true,\"isBlockRootParent\":true,\"overlayType\":\"color\"} -->\n<div class=\"wp-block-uagb-container uagb-block-2f60ad82 alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/advanced-heading {\"block_id\":\"226e29da\",\"classMigrate\":true,\"headingDescToggle\":true,\"headingAlign\":\"center\",\"headingColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"subHeadingColor\":\"var(\\u002d\\u002dast-global-color-4)\",\"headSpace\":20} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-226e29da\"><h2 class=\"uagb-heading-text\">Plan an Unforgettable Experience at <br>Blue Roan!</h2><p class=\"uagb-desc-text\">Blue Roan is a 3-star graded pet-friendly venue</p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/advanced-heading {\"block_id\":\"66b9987e\",\"classMigrate\":true,\"headingTitleToggle\":false,\"headingDescToggle\":true,\"headingAlign\":\"center\",\"subHeadingColor\":\"var(\\u002d\\u002dast-global-color-4)\",\"subHeadTransform\":\"uppercase\",\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"subHeadLetterSpacing\":2,\"blockTopPadding\":60,\"blockRightPadding\":0,\"blockLeftPadding\":0,\"blockBottomPadding\":0,\"blockTopPaddingMobile\":30,\"blockRightPaddingMobile\":0,\"blockLeftPaddingMobile\":0,\"blockBottomPaddingMobile\":0,\"linkColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"linkHColor\":\"var(\\u002d\\u002dast-global-color-0)\"} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-66b9987e\"><p class=\"uagb-desc-text\"><a href=\"https://book.nightsbridge.com/11065\" target=\"_blank\" rel=\"noreferrer noopener\">BOOK YOUR STAY NOW​</a></p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/icon-list {\"block_id\":\"113d1ef6\",\"classMigrate\":true,\"childMigrate\":true,\"align\":\"center\",\"parentIcon\":\"phone\",\"size\":40,\"sizeMobile\":24,\"sizeTablet\":32,\"fontSize\":48,\"fontSizeMobile\":28,\"fontSizeTablet\":40,\"fontWeight\":\"600\",\"iconColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"labelColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"blockTopPadding\":0,\"blockRightPadding\":0,\"blockLeftPadding\":0,\"blockBottomPadding\":24,\"blockPaddingLink\":false} -->\n<div class=\"wp-block-uagb-icon-list uagb-block-113d1ef6\"><div class=\"uagb-icon-list__wrap\"><!-- wp:uagb/icon-list-child {\"block_id\":\"a137da1d\",\"label\":\" + 27 (0) 82 575 5409\",\"label_color\":\"\",\"link\":\"tel:+27825755409\",\"disableLink\":true,\"fromParentIcon\":\"phone\",\"imageSizeChild\":40} -->\n<div class=\"wp-block-uagb-icon-list-child uagb-block-a137da1d\"><a target=\"_self\" aria-label=\" + 27 (0) 82 575 5409\" rel=\"noopener noreferrer\" href=\"tel:+27825755409\"> </a><span class=\"uagb-icon-list__source-wrap\"><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M511.2 387l-23.25 100.8c-3.266 14.25-15.79 24.22-30.46 24.22C205.2 512 0 306.8 0 54.5c0-14.66 9.969-27.2 24.22-30.45l100.8-23.25C139.7-2.602 154.7 5.018 160.8 18.92l46.52 108.5c5.438 12.78 1.77 27.67-8.98 36.45L144.5 207.1c33.98 69.22 90.26 125.5 159.5 159.5l44.08-53.8c8.688-10.78 23.69-14.51 36.47-8.975l108.5 46.51C506.1 357.2 514.6 372.4 511.2 387z\"></path></svg></span><span class=\"uagb-icon-list__label\"> + 27 (0) 82 575 5409</span></div>\n<!-- /wp:uagb/icon-list-child -->\n\n<!-- wp:uagb/icon-list-child {\"block_id\":\"96f5d59d\",\"label\":\"blueroan@ugo.co.za\",\"icon\":\"envelope\",\"label_color\":\"\",\"link\":\"mailto:blueroan@ugo.co.za\",\"disableLink\":true,\"fromParentIcon\":\"phone\",\"imageSizeChild\":40} -->\n<div class=\"wp-block-uagb-icon-list-child uagb-block-96f5d59d\"><a target=\"_self\" aria-label=\"blueroan@ugo.co.za\" rel=\"noopener noreferrer\" href=\"mailto:blueroan@ugo.co.za\"> </a><span class=\"uagb-icon-list__source-wrap\"><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M464 64C490.5 64 512 85.49 512 112C512 127.1 504.9 141.3 492.8 150.4L275.2 313.6C263.8 322.1 248.2 322.1 236.8 313.6L19.2 150.4C7.113 141.3 0 127.1 0 112C0 85.49 21.49 64 48 64H464zM217.6 339.2C240.4 356.3 271.6 356.3 294.4 339.2L512 176V384C512 419.3 483.3 448 448 448H64C28.65 448 0 419.3 0 384V176L217.6 339.2z\"></path></svg></span><span class=\"uagb-icon-list__label\">blueroan@ugo.co.za</span></div>\n<!-- /wp:uagb/icon-list-child --></div></div>\n<!-- /wp:uagb/icon-list --></div></div>\n<!-- /wp:uagb/container -->',	'Home',	'',	'inherit',	'closed',	'closed',	'',	'760-revision-v1',	'',	'',	'2022-12-21 10:40:30',	'2022-12-21 10:40:30',	'',	760,	'https://blueroan.netgen.cloud/?p=1371',	0,	'revision',	'',	0),
(1372,	2,	'2022-12-21 10:46:55',	'2022-12-21 10:46:55',	'<!-- wp:uagb/container {\"block_id\":\"0d585283\",\"minHeightDesktop\":95,\"minHeightTablet\":70,\"minHeightMobile\":80,\"minHeightType\":\"vh\",\"alignItemsDesktop\":\"flex-start\",\"backgroundType\":\"image\",\"backgroundImageDesktop\":{\"uploading\":false,\"date\":1670921854000,\"filename\":\"Blue-Roan-pool.jpg\",\"menuOrder\":0,\"uploadedTo\":760,\"type\":\"image\",\"subtype\":\"jpeg\",\"id\":784,\"title\":\"Blue Roan - pool\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Blue-Roan-pool.jpg\",\"link\":\"https://blueroan.netgen.cloud/home/blue-roan-pool/\",\"alt\":\"\",\"author\":\"2\",\"description\":\"\",\"caption\":\"\",\"name\":\"blue-roan-pool\",\"status\":\"inherit\",\"modified\":1670921854000,\"mime\":\"image/jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-includes/images/media/default.png\",\"dateFormatted\":\"December 13, 2022\",\"nonces\":{\"update\":\"51a12ed09e\",\"delete\":\"5174068551\",\"edit\":\"1de0721407\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=784\\u0026action=edit\",\"meta\":false,\"authorName\":\"Netgen Support\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/profile.php\",\"uploadedToTitle\":\"Home\",\"uploadedToLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=760\\u0026action=edit\",\"filesizeInBytes\":154801,\"filesizeHumanReadable\":\"151 KB\",\"context\":\"\",\"height\":667,\"width\":1000,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Blue-Roan-pool-150x150.jpg\",\"orientation\":\"landscape\"},\"medium\":{\"height\":200,\"width\":300,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Blue-Roan-pool-300x200.jpg\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Blue-Roan-pool.jpg\",\"height\":667,\"width\":1000,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"backgroundPositionDesktop\":{\"x\":0.5,\"y\":0.25},\"backgroundImageColor\":\"rgba(42,42,42,0.35)\",\"topPaddingDesktop\":0,\"bottomPaddingDesktop\":0,\"leftPaddingDesktop\":40,\"rightPaddingDesktop\":40,\"topPaddingTablet\":120,\"bottomPaddingTablet\":120,\"leftPaddingTablet\":40,\"rightPaddingTablet\":40,\"topPaddingMobile\":150,\"bottomPaddingMobile\":150,\"leftPaddingMobile\":20,\"rightPaddingMobile\":20,\"paddingLink\":false,\"variationSelected\":true,\"isBlockRootParent\":true,\"overlayType\":\"color\",\"minHeightTypeTablet\":\"vh\",\"minHeightTypeMobile\":\"vh\"} -->\n<div class=\"wp-block-uagb-container uagb-block-0d585283 alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/info-box {\"classMigrate\":true,\"headingAlign\":\"left\",\"headingColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"subHeadingColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"headingTag\":\"h1\",\"subHeadFontSize\":17,\"subHeadFontSizeMobile\":15,\"headSpace\":20,\"subHeadSpace\":40,\"block_id\":\"1c31e6af\",\"ctaIcon\":\"\",\"ctaType\":\"button\",\"ctaText\":\"Book Your Stay Now\",\"ctaLink\":\"https://book.nightsbridge.com/11065\",\"ctaBtnLinkColor\":\"var(\\u002d\\u002dast-global-color-2)\",\"ctaLinkHoverColor\":\"var(\\u002d\\u002dast-global-color-2)\",\"ctaBgColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"ctaBgHoverColor\":\"var(\\u002d\\u002dast-global-color-4)\",\"ctaBorderColor\":\"\",\"ctaBorderStyle\":\"\",\"ctaBorderWidth\":\"\",\"ctaBorderRadius\":\"\",\"iconImage\":{\"url\":\"\",\"alt\":\"InfoBox placeholder img\"},\"showIcon\":false,\"paddingBtnTop\":18,\"paddingBtnBottom\":18,\"paddingBtnLeft\":34,\"paddingBtnRight\":34,\"blockTopPadding\":5,\"blockRightPadding\":40,\"blockLeftPadding\":0,\"blockBottomPadding\":0,\"blockTopPaddingTablet\":0,\"blockRightPaddingTablet\":64,\"blockLeftPaddingTablet\":0,\"blockBottomPaddingTablet\":0,\"blockTopPaddingMobile\":0,\"blockRightPaddingMobile\":0,\"blockLeftPaddingMobile\":0,\"blockBottomPaddingMobile\":0,\"blockPaddingUnit\":\"%\",\"blockPaddingLink\":false,\"subHeadMarginTopTablet\":0,\"subHeadMarginRightTablet\":64,\"subHeadTabletSpace\":40,\"subHeadMarginLeftTablet\":0,\"subHeadMarginTopMobile\":0,\"subHeadMarginRightMobile\":0,\"subHeadMobileSpace\":40,\"subHeadMarginLeftMobile\":0,\"btnBorderTopWidth\":1,\"btnBorderLeftWidth\":1,\"btnBorderRightWidth\":1,\"btnBorderBottomWidth\":1,\"btnBorderTopLeftRadius\":0,\"btnBorderTopRightRadius\":0,\"btnBorderBottomLeftRadius\":0,\"btnBorderBottomRightRadius\":0,\"btnBorderStyle\":\"none\",\"btnBorderColor\":\"#333\",\"zIndex\":1} -->\n<div class=\"wp-block-uagb-info-box uagb-block-1c31e6af uagb-infobox__content-wrap  uagb-infobox-icon-above-title uagb-infobox-image-valign-top uag-blocks-common-selector\" style=\"--z-index-desktop:1;;--z-index-tablet:undefined;;--z-index-mobile:undefined;\"><div class=\"uagb-ifb-content\"><div class=\"uagb-ifb-title-wrap\"><h1 class=\"uagb-ifb-title\"><strong>Magaliesburg pet friendly self-catering accommodation</strong></h1></div><p class=\"uagb-ifb-desc\">Romantic pet-friendly self-catering accommodation in Magaliesburg, Gauteng.</p><div class=\"uagb-ifb-button-wrapper wp-block-button\"><a href=\"https://book.nightsbridge.com/11065\" class=\"uagb-infobox-cta-link wp-block-button__link\" target=\"_self\" rel=\"noopener noreferrer\" alt=\"\"><span class=\"uagb-inline-editing\">Book Your Stay Now</span></a></div></div></div>\n<!-- /wp:uagb/info-box -->\n\n<!-- wp:buttons -->\n<div class=\"wp-block-buttons\"><!-- wp:button {\"backgroundColor\":\"ast-global-color-5\",\"textColor\":\"ast-global-color-2\",\"className\":\"is-style-fill\"} -->\n<div class=\"wp-block-button is-style-fill\"><a class=\"wp-block-button__link has-ast-global-color-2-color has-ast-global-color-5-background-color has-text-color has-background wp-element-button\">Check availability</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"35d732cc\",\"directionDesktop\":\"row\",\"directionMobile\":\"column-reverse\",\"alignItemsDesktop\":\"flex-start\",\"backgroundType\":\"color\",\"backgroundSizeTablet\":\"cover\",\"backgroundSizeMobile\":\"cover\",\"backgroundColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"topPaddingDesktop\":60,\"bottomPaddingDesktop\":60,\"topPaddingTablet\":80,\"bottomPaddingTablet\":80,\"leftPaddingTablet\":40,\"rightPaddingTablet\":40,\"topPaddingMobile\":64,\"bottomPaddingMobile\":64,\"leftPaddingMobile\":24,\"rightPaddingMobile\":24,\"paddingLink\":false,\"variationSelected\":true,\"columnGapDesktop\":60,\"columnGapTablet\":50,\"isBlockRootParent\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-35d732cc alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/container {\"block_id\":\"89dec69c\",\"widthDesktop\":50,\"variationSelected\":true,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-89dec69c\"><!-- wp:image {\"id\":797,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-13.jpg\" alt=\"\" class=\"wp-image-797\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>We have 7 lovely brick&nbsp;<strong>self-catering</strong>&nbsp;units, each one private and with its own character and theme. &nbsp;They are designed exclusively for couples with or without pets wanting a romantic and peaceful place to connect, re-connect, celebrate special occasions, or somewhere quiet and comfortable to come for a holiday</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:buttons -->\n<div class=\"wp-block-buttons\"><!-- wp:button -->\n<div class=\"wp-block-button\"><a class=\"wp-block-button__link wp-element-button\" href=\"/accommodation/\">View accomodation</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"01ffe196\",\"widthDesktop\":50,\"leftPaddingDesktop\":0,\"paddingLink\":false,\"variationSelected\":true,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-01ffe196\"><!-- wp:uagb/advanced-heading {\"block_id\":\"aab7aba4\",\"classMigrate\":true,\"headingDescToggle\":true,\"subHeadingColor\":\"\",\"headSpace\":20,\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-aab7aba4\"><h2 class=\"uagb-heading-text\"><strong>Blue Roan is a 3-star graded pet-friendly venue</strong></h2><p class=\"uagb-desc-text\">Our goal is to provide high-quality, romantic, comfortable, and affordable self-catering accommodation on the outskirts of the village of &nbsp;Magaliesburg. &nbsp;For animal lovers, we are also&nbsp;pet-friendly&nbsp;by arrangement in most of the units all of which have their own fully fenced and gated private grassy gardens.</p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/image {\"block_id\":\"b364d0d4\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/hammock-in-the-garden.jpg\",\"align\":\"left\",\"id\":799,\"linkDestination\":\"none\",\"naturalWidth\":600,\"naturalHeight\":400,\"sizeSlug\":\"full\",\"sizeSlugTablet\":\"full\",\"sizeSlugMobile\":\"full\",\"imageTopMargin\":20,\"imageRightMargin\":0,\"imageLeftMargin\":0,\"imageBottomMargin\":0,\"imageTopMarginMobile\":0,\"imageRightMarginMobile\":0,\"imageLeftMarginMobile\":0,\"imageBottomMarginMobile\":0,\"imageMarginLink\":false} -->\n<div class=\"wp-block-uagb-image uagb-block-b364d0d4 wp-block-uagb-image--layout-default wp-block-uagb-image--effect-static wp-block-uagb-image--align-left\"><figure class=\"wp-block-uagb-image__figure\"><img srcset=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/hammock-in-the-garden.jpg \" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/hammock-in-the-garden.jpg\" alt=\"\" class=\"uag-image-799\" width=\"\" height=\"\" title=\"\" loading=\"lazy\"/></figure></div>\n<!-- /wp:uagb/image --></div>\n<!-- /wp:uagb/container --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"94de5b4c\",\"directionDesktop\":\"row\",\"directionMobile\":\"column-reverse\",\"alignItemsDesktop\":\"flex-start\",\"backgroundType\":\"color\",\"backgroundSizeTablet\":\"cover\",\"backgroundSizeMobile\":\"cover\",\"backgroundColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"topPaddingDesktop\":0,\"bottomPaddingDesktop\":0,\"topPaddingTablet\":80,\"bottomPaddingTablet\":80,\"leftPaddingTablet\":40,\"rightPaddingTablet\":40,\"topPaddingMobile\":64,\"bottomPaddingMobile\":64,\"leftPaddingMobile\":24,\"rightPaddingMobile\":24,\"paddingLink\":false,\"variationSelected\":true,\"rowGapDesktop\":0,\"columnGapDesktop\":0,\"columnGapTablet\":50,\"isBlockRootParent\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-94de5b4c alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:image {\"align\":\"center\",\"id\":1344,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image aligncenter size-large\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/tgcsa-full-3-stars-1024x366.jpg\" alt=\"\" class=\"wp-image-1344\"/></figure>\n<!-- /wp:image --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"5c44e508\",\"backgroundType\":\"color\",\"backgroundSizeTablet\":\"cover\",\"backgroundSizeMobile\":\"cover\",\"backgroundColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"topPaddingDesktop\":50,\"bottomPaddingDesktop\":100,\"topPaddingTablet\":50,\"bottomPaddingTablet\":25,\"leftPaddingTablet\":20,\"rightPaddingTablet\":20,\"topPaddingMobile\":50,\"bottomPaddingMobile\":20,\"leftPaddingMobile\":20,\"rightPaddingMobile\":20,\"paddingLink\":false,\"variationSelected\":true,\"rowGapDesktop\":0,\"isBlockRootParent\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-5c44e508 alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/container {\"block_id\":\"f49bb2f0\",\"directionDesktop\":\"row\",\"alignItemsDesktop\":\"flex-end\",\"alignItemsTablet\":\"flex-end\",\"justifyContentDesktop\":\"flex-end\",\"justifyContentTablet\":\"space-between\",\"variationSelected\":true,\"rowGapMobile\":30,\"columnGapDesktop\":0} -->\n<div class=\"wp-block-uagb-container uagb-block-f49bb2f0\"><!-- wp:uagb/advanced-heading {\"block_id\":\"b00c2c0f\",\"classMigrate\":true,\"headingDescToggle\":true,\"subHeadingColor\":\"\",\"headSpace\":20,\"subHeadFontSize\":16} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-b00c2c0f\"><h2 class=\"uagb-heading-text\">Amenities &amp; Interests ​</h2><p class=\"uagb-desc-text\">The Blue Roan Country Lodge is situated just 5 minutes from the village of Magaliesburg on a tar road so easy access for all cars. &nbsp;We have panoramic views of the Magaliesberg mountain range and our farm is the perfect place for a relaxing getaway in the country. &nbsp;As we are only 70 km from JHB and Pretoria, it is only an hour’s drive.</p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/buttons {\"block_id\":\"99b351c7\",\"classMigrate\":true,\"childMigrate\":true,\"align\":\"right\",\"alignTablet\":\"right\",\"alignMobile\":\"left\",\"gap\":0} -->\n<div class=\"wp-block-uagb-buttons uagb-buttons__outer-wrap uagb-btn__default-btn uagb-btn-tablet__default-btn uagb-btn-mobile__default-btn uagb-block-99b351c7\"><div class=\"uagb-buttons__wrap uagb-buttons-layout-wrap\"><!-- wp:uagb/buttons-child {\"block_id\":\"8b121466\",\"label\":\"View All\",\"link\":\"/amenities/\",\"hColor\":\"\",\"borderWidth\":\"\",\"borderRadius\":\"\",\"borderStyle\":\"\",\"borderColor\":\"\",\"borderHColor\":\"\",\"btnBorderTopWidth\":1,\"btnBorderLeftWidth\":1,\"btnBorderRightWidth\":1,\"btnBorderBottomWidth\":1,\"btnBorderTopLeftRadius\":2,\"btnBorderTopRightRadius\":2,\"btnBorderBottomLeftRadius\":2,\"btnBorderBottomRightRadius\":2,\"btnBorderStyle\":\"solid\",\"btnBorderColor\":\"#333\",\"btnBorderHColor\":\"#333\"} -->\n<div class=\"wp-block-uagb-buttons-child uagb-buttons__outer-wrap uagb-block-8b121466 wp-block-button is-style-outline\"><div class=\"uagb-button__wrapper\"><a class=\"uagb-buttons-repeater wp-block-button__link\" href=\"/amenities/\" rel=\"follow noopener\" target=\"_self\"><div class=\"uagb-button__link\">View All</div></a></div></div>\n<!-- /wp:uagb/buttons-child --></div></div>\n<!-- /wp:uagb/buttons --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"74751ec1\",\"directionDesktop\":\"row\",\"alignItemsTablet\":\"flex-start\",\"paddingLink\":false,\"topMarginDesktop\":50,\"bottomMarginDesktop\":20,\"leftMarginDesktop\":0,\"rightMarginDesktop\":0,\"marginLink\":false,\"variationSelected\":true,\"rowGapMobile\":65,\"columnGapDesktop\":48,\"columnGapTablet\":20} -->\n<div class=\"wp-block-uagb-container uagb-block-74751ec1\"><!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"align\":\"center\",\"id\":828,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image aligncenter size-full\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Blue-Roan-pool.png\" alt=\"Blue Roan\'s rock pool\" class=\"wp-image-828\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>A relaxing rock Pool​</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>We have a lovely sparkling blue rock pool next to a thatched Lapa. &nbsp;&nbsp;Lie on recliners on the green lawn or sit on the swing chair in the Lapa and enjoy the panoramic view of the Magaliesberg mountain range.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":829,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/img-20160605-wa0002-largejpg.png\" alt=\"\" class=\"wp-image-829\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>Braai facilities </h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>What can compare to a burning fire under the star-lit African sky? Nothing beats the flavor of cooking over an open flame.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":1354,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Games-Room.png\" alt=\"\" class=\"wp-image-1354\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>A games room </h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>The reception is also a games room for those who enjoy darts or playing pool. &nbsp;Take a selection of DVDs back to your room and watch movies on your own DVD player. &nbsp;There is also a selection of board games and music CDs that you can borrow.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div>\n<!-- /wp:uagb/container --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"f3c0bdbf\",\"backgroundType\":\"color\",\"backgroundSizeTablet\":\"cover\",\"backgroundSizeMobile\":\"cover\",\"backgroundColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"bottomPaddingDesktop\":104,\"leftPaddingDesktop\":40,\"rightPaddingDesktop\":40,\"topPaddingTablet\":80,\"bottomPaddingTablet\":80,\"leftPaddingTablet\":40,\"rightPaddingTablet\":40,\"topPaddingMobile\":64,\"bottomPaddingMobile\":64,\"leftPaddingMobile\":24,\"rightPaddingMobile\":24,\"paddingLink\":false,\"variationSelected\":true,\"rowGapDesktop\":0,\"isBlockRootParent\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-f3c0bdbf alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/advanced-heading {\"block_id\":\"ac92718f\",\"classMigrate\":true,\"headingDescToggle\":true,\"headingAlign\":\"center\",\"headingAlignMobile\":\"left\",\"subHeadingColor\":\"\",\"headSpace\":20,\"subHeadFontSize\":16,\"blockBottomPadding\":20} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-ac92718f\"><h2 class=\"uagb-heading-text\">Our Inside Pictures​</h2><p class=\"uagb-desc-text\">Take a look at some pretty pictures captured in and around our premises.</p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/container {\"block_id\":\"7924f026\",\"directionDesktop\":\"row\",\"alignItemsDesktop\":\"flex-start\",\"topMarginDesktop\":20,\"bottomMarginDesktop\":0,\"leftMarginDesktop\":0,\"rightMarginDesktop\":0,\"marginLink\":false,\"variationSelected\":true,\"rowGapMobile\":24,\"columnGapDesktop\":24,\"columnGapTablet\":20} -->\n<div class=\"wp-block-uagb-container uagb-block-7924f026\"><!-- wp:uagb/container {\"block_id\":\"05fee2ce\",\"widthDesktop\":32,\"variationSelected\":true,\"rowGapDesktop\":24,\"rowGapTablet\":20,\"rowGapMobile\":24,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-05fee2ce\"><!-- wp:uagb/image {\"block_id\":\"bd81c9c9\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/red-rose-1024x683.jpg\",\"id\":834,\"linkDestination\":\"none\",\"width\":385,\"height\":284,\"naturalWidth\":1024,\"naturalHeight\":683,\"sizeSlug\":\"large\",\"sizeSlugTablet\":\"large\",\"sizeSlugMobile\":\"large\",\"customHeightSetDesktop\":true} -->\n<div class=\"wp-block-uagb-image uagb-block-bd81c9c9 wp-block-uagb-image--layout-default wp-block-uagb-image--effect-static wp-block-uagb-image--align-none\"><figure class=\"wp-block-uagb-image__figure\"><img srcset=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/red-rose-1024x683.jpg \" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/red-rose-1024x683.jpg\" alt=\"\" class=\"uag-image-834\" width=\"385\" height=\"284\" title=\"\" loading=\"lazy\"/></figure></div>\n<!-- /wp:uagb/image -->\n\n<!-- wp:uagb/image {\"block_id\":\"e39b6738\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/49g.jpg\",\"id\":838,\"linkDestination\":\"none\",\"width\":385,\"height\":284,\"naturalWidth\":650,\"naturalHeight\":450,\"sizeSlug\":\"full\",\"sizeSlugTablet\":\"full\",\"sizeSlugMobile\":\"full\",\"customHeightSetDesktop\":true} -->\n<div class=\"wp-block-uagb-image uagb-block-e39b6738 wp-block-uagb-image--layout-default wp-block-uagb-image--effect-static wp-block-uagb-image--align-none\"><figure class=\"wp-block-uagb-image__figure\"><img srcset=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/49g.jpg \" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/49g.jpg\" alt=\"\" class=\"uag-image-838\" width=\"385\" height=\"284\" title=\"\" loading=\"lazy\"/></figure></div>\n<!-- /wp:uagb/image --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"c05e2ece\",\"widthDesktop\":67,\"variationSelected\":true,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-c05e2ece\"><!-- wp:uagb/image {\"block_id\":\"81fa5c7c\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAA39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba-1-1024x768.png\",\"id\":905,\"linkDestination\":\"none\",\"naturalWidth\":1024,\"naturalHeight\":768,\"sizeSlug\":\"large\",\"sizeSlugTablet\":\"large\",\"sizeSlugMobile\":\"large\"} -->\n<div class=\"wp-block-uagb-image uagb-block-81fa5c7c wp-block-uagb-image--layout-default wp-block-uagb-image--effect-static wp-block-uagb-image--align-none\"><figure class=\"wp-block-uagb-image__figure\"><img srcset=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAA39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba-1-1024x768.png \" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAA39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba-1-1024x768.png\" alt=\"\" class=\"uag-image-905\" width=\"\" height=\"\" title=\"\" loading=\"lazy\"/></figure></div>\n<!-- /wp:uagb/image --></div>\n<!-- /wp:uagb/container --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"bf504662\",\"directionDesktop\":\"row\",\"alignItemsDesktop\":\"flex-start\",\"topMarginDesktop\":24,\"bottomMarginDesktop\":0,\"leftMarginDesktop\":0,\"rightMarginDesktop\":0,\"topMarginTablet\":20,\"bottomMarginTablet\":0,\"leftMarginTablet\":0,\"rightMarginTablet\":0,\"topMarginMobile\":24,\"bottomMarginMobile\":0,\"leftMarginMobile\":0,\"rightMarginMobile\":0,\"marginLink\":false,\"variationSelected\":true,\"columnGapDesktop\":24,\"columnGapTablet\":20} -->\n<div class=\"wp-block-uagb-container uagb-block-bf504662\"><!-- wp:uagb/container {\"block_id\":\"5f829143\",\"widthDesktop\":67,\"variationSelected\":true,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-5f829143\"><!-- wp:image {\"id\":837,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-8-1024x678.jpg\" alt=\"\" class=\"wp-image-837\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"f1e725b0\",\"widthDesktop\":32,\"variationSelected\":true,\"rowGapDesktop\":24,\"rowGapTablet\":20,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-f1e725b0\"><!-- wp:uagb/image {\"block_id\":\"a830601b\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Blue-roan-pool-01.jpg\",\"id\":782,\"linkDestination\":\"none\",\"width\":385,\"height\":250,\"naturalWidth\":800,\"naturalHeight\":534,\"sizeSlug\":\"full\",\"sizeSlugTablet\":\"full\",\"sizeSlugMobile\":\"full\",\"customHeightSetDesktop\":true} -->\n<div class=\"wp-block-uagb-image uagb-block-a830601b wp-block-uagb-image--layout-default wp-block-uagb-image--effect-static wp-block-uagb-image--align-none\"><figure class=\"wp-block-uagb-image__figure\"><img srcset=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Blue-roan-pool-01.jpg \" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Blue-roan-pool-01.jpg\" alt=\"\" class=\"uag-image-782\" width=\"385\" height=\"250\" title=\"\" loading=\"lazy\"/></figure></div>\n<!-- /wp:uagb/image -->\n\n<!-- wp:uagb/image {\"block_id\":\"150353b2\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/bird-1024x683.jpg\",\"id\":910,\"linkDestination\":\"none\",\"width\":385,\"height\":250,\"naturalWidth\":1024,\"naturalHeight\":683,\"sizeSlug\":\"large\",\"sizeSlugTablet\":\"large\",\"sizeSlugMobile\":\"large\",\"customHeightSetDesktop\":true} -->\n<div class=\"wp-block-uagb-image uagb-block-150353b2 wp-block-uagb-image--layout-default wp-block-uagb-image--effect-static wp-block-uagb-image--align-none\"><figure class=\"wp-block-uagb-image__figure\"><img srcset=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/bird-1024x683.jpg \" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/bird-1024x683.jpg\" alt=\"\" class=\"uag-image-910\" width=\"385\" height=\"250\" title=\"\" loading=\"lazy\"/></figure></div>\n<!-- /wp:uagb/image --></div>\n<!-- /wp:uagb/container --></div>\n<!-- /wp:uagb/container --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"3412c19f\",\"backgroundType\":\"color\",\"backgroundSizeTablet\":\"cover\",\"backgroundSizeMobile\":\"cover\",\"backgroundColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"topPaddingDesktop\":40,\"bottomPaddingDesktop\":104,\"leftPaddingDesktop\":40,\"rightPaddingDesktop\":40,\"topPaddingTablet\":80,\"bottomPaddingTablet\":80,\"leftPaddingTablet\":40,\"rightPaddingTablet\":40,\"topPaddingMobile\":64,\"bottomPaddingMobile\":64,\"leftPaddingMobile\":24,\"rightPaddingMobile\":24,\"paddingLink\":false,\"variationSelected\":true,\"rowGapDesktop\":0,\"isBlockRootParent\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-3412c19f alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/advanced-heading {\"block_id\":\"b08e4e25\",\"classMigrate\":true,\"headingDescToggle\":true,\"headingAlign\":\"center\",\"headingAlignMobile\":\"left\",\"subHeadingColor\":\"\",\"headSpace\":20,\"subHeadFontSize\":16,\"blockBottomPadding\":20} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-b08e4e25\"><h2 class=\"uagb-heading-text\">What Our Guests Say​</h2><p class=\"uagb-desc-text\">We take pride in serving our guests the best experience. </p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/container {\"block_id\":\"5e4d14a0\",\"directionDesktop\":\"row\",\"topMarginDesktop\":40,\"bottomMarginDesktop\":0,\"leftMarginDesktop\":0,\"rightMarginDesktop\":0,\"marginLink\":false,\"variationSelected\":true,\"rowGapMobile\":40,\"columnGapDesktop\":90} -->\n<div class=\"wp-block-uagb-container uagb-block-5e4d14a0\"><!-- wp:uagb/container {\"block_id\":\"79290eaf\",\"widthDesktop\":50,\"variationSelected\":true,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-79290eaf\"><!-- wp:uagb/testimonial {\"test_item_count\":1,\"classMigrate\":true,\"test_block\":[{\"description\":\"\\u0022Thank you for a most enjoyable weekend stay and for making our anniversary so special.  Thank you for your kind and lovely friendship which we really appreciate!!!\\u0022​\",\"name\":\"\\u003cstrong\\u003eBrenda and Theuns\\u003c/strong\\u003e\",\"company\":\"\",\"image\":{\"id\":119,\"title\":\"testimonial1\",\"filename\":\"testimonial1.jpg\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/testimonial1.jpg\",\"link\":\"https://blueroan.netgen.cloud/testimonial1/\",\"alt\":\"\",\"author\":\"34\",\"description\":\"\",\"caption\":\"\",\"name\":\"testimonial1\",\"status\":\"inherit\",\"uploadedTo\":0,\"date\":\"2021-05-11T05:02:02.000Z\",\"modified\":\"2021-05-11T05:02:02.000Z\",\"menuOrder\":0,\"mime\":\"image/jpeg\",\"type\":\"image\",\"subtype\":\"jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/default.png\",\"dateFormatted\":\"May 11, 2021\",\"nonces\":{\"update\":\"b92fe40c3d\",\"delete\":\"643c1eb8f1\",\"edit\":\"d3e7d56b1d\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=119\\u0026action=edit\",\"meta\":false,\"authorName\":\"Rishabh\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/user-edit.php?user_id=34\",\"filesizeInBytes\":11264,\"filesizeHumanReadable\":\"11 KB\",\"context\":\"\",\"height\":250,\"width\":250,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/testimonial1-150x150.jpg\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/testimonial1.jpg\",\"height\":250,\"width\":250,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}}}],\"headingAlign\":\"left\",\"headingAlignTablet\":\"left\",\"headingAlignMobile\":\"left\",\"descColor\":\"var(\\u002d\\u002dast-global-color-3)\",\"nameFontSize\":14,\"nameLineHeight\":1,\"descFontSize\":16,\"descFontWeight\":\"600\",\"nameSpace\":1,\"block_id\":\"d90dd4c9\",\"iconImage\":{\"url\":\"\",\"alt\":\"InfoBox placeholder img\"},\"imageWidth\":32,\"columnGap\":1,\"borderStyle\":\"\",\"paddingTop\":0,\"paddingBottom\":0,\"paddingLeft\":0,\"paddingRight\":0,\"spacingLink\":true,\"imgpaddingTop\":0,\"imgpaddingRight\":15,\"imgpaddingBottom\":0,\"imgpaddingLeft\":0,\"overallBorderStyle\":\"none\",\"imgTagHeight\":32,\"imgTagWidth\":150} -->\n<div class=\"wp-block-uagb-testimonial uagb-slick-carousel uagb-tm__arrow-outside uagb-block-d90dd4c9 uagb-post__carousel_notset uagb-post__carousel_notset-tablet uagb-post__carousel_notset-mobile\"><div class=\"is-carousel uagb-tm__columns-1 uagb-tm__items\"><div class=\"uagb-testimonial__wrap  uagb-tm__imgicon-style-circle uagb-tm__image-position-bottom uagb-tm__bg-type-none \"><div class=\"uagb-tm__content\"><div class=\"uagb-tm__overlay\"></div><div class=\"uagb-tm__text-wrap\"><div class=\"uagb-tm__desc\">\"Thank you for a most enjoyable weekend stay and for making our anniversary so special.  Thank you for your kind and lovely friendship which we really appreciate!!!\"​</div><div class=\"uagb-tm__meta-inner\"><div class=\"uagb-tm__image-content\"><div class=\"uagb-tm__image\"><img class=\"uagb-tm-img-src\" src=\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/testimonial1-150x150.jpg\" alt=\"\" width=\"32\" height=\"32\" loading=\"lazy\"/></div></div><div class=\"uagb-testimonial-details\"><span class=\"uagb-tm__author-name\"><strong>Brenda and Theuns</strong></span><span class=\"uagb-tm__company\"></span></div></div></div></div></div></div></div>\n<!-- /wp:uagb/testimonial -->\n\n<!-- wp:uagb/testimonial {\"test_item_count\":1,\"classMigrate\":true,\"test_block\":[{\"description\":\"\\u0022Breaking away from city life and coming out to a most wonderful romantic weekend away.  The unit is so comfortable.  Thank you for your great hospitality - we had an awesome time here.  Go well - with love\\u0022​\",\"name\":\"\\u003cstrong\\u003e\\u003cstrong\\u003e\\u003cstrong\\u003eLiz \\u0026amp; Eddie\\u003c/strong\\u003e\\u003c/strong\\u003e\\u003c/strong\\u003e\",\"company\":\"\",\"image\":{\"id\":122,\"title\":\"testimonial4\",\"filename\":\"testimonial4.jpg\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/testimonial4.jpg\",\"link\":\"https://blueroan.netgen.cloud/testimonial4/\",\"alt\":\"\",\"author\":\"34\",\"description\":\"\",\"caption\":\"\",\"name\":\"testimonial4\",\"status\":\"inherit\",\"uploadedTo\":0,\"date\":\"2021-05-11T05:02:06.000Z\",\"modified\":\"2021-05-11T05:02:06.000Z\",\"menuOrder\":0,\"mime\":\"image/jpeg\",\"type\":\"image\",\"subtype\":\"jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/default.png\",\"dateFormatted\":\"May 11, 2021\",\"nonces\":{\"update\":\"4e34860add\",\"delete\":\"9e126a55cd\",\"edit\":\"33ffd3c040\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=122\\u0026action=edit\",\"meta\":false,\"authorName\":\"Rishabh\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/user-edit.php?user_id=34\",\"filesizeInBytes\":16584,\"filesizeHumanReadable\":\"16 KB\",\"context\":\"\",\"height\":250,\"width\":250,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/testimonial4-150x150.jpg\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/testimonial4.jpg\",\"height\":250,\"width\":250,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}}}],\"headingAlign\":\"left\",\"headingAlignTablet\":\"left\",\"headingAlignMobile\":\"left\",\"descColor\":\"var(\\u002d\\u002dast-global-color-3)\",\"nameFontSize\":14,\"nameLineHeight\":1,\"descFontSize\":16,\"descFontWeight\":\"600\",\"nameSpace\":1,\"block_id\":\"33ff9087\",\"iconImage\":{\"url\":\"\",\"alt\":\"InfoBox placeholder img\"},\"imageWidth\":32,\"columnGap\":1,\"borderStyle\":\"\",\"paddingTop\":0,\"paddingBottom\":0,\"paddingLeft\":0,\"paddingRight\":0,\"spacingLink\":true,\"imgpaddingTop\":0,\"imgpaddingRight\":15,\"imgpaddingBottom\":0,\"imgpaddingLeft\":0,\"overallBorderStyle\":\"none\",\"imgTagHeight\":32,\"imgTagWidth\":150} -->\n<div class=\"wp-block-uagb-testimonial uagb-slick-carousel uagb-tm__arrow-outside uagb-block-33ff9087 uagb-post__carousel_notset uagb-post__carousel_notset-tablet uagb-post__carousel_notset-mobile\"><div class=\"is-carousel uagb-tm__columns-1 uagb-tm__items\"><div class=\"uagb-testimonial__wrap  uagb-tm__imgicon-style-circle uagb-tm__image-position-bottom uagb-tm__bg-type-none \"><div class=\"uagb-tm__content\"><div class=\"uagb-tm__overlay\"></div><div class=\"uagb-tm__text-wrap\"><div class=\"uagb-tm__desc\">\"Breaking away from city life and coming out to a most wonderful romantic weekend away.  The unit is so comfortable.  Thank you for your great hospitality - we had an awesome time here.  Go well - with love\"​</div><div class=\"uagb-tm__meta-inner\"><div class=\"uagb-tm__image-content\"><div class=\"uagb-tm__image\"><img class=\"uagb-tm-img-src\" src=\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/testimonial4-150x150.jpg\" alt=\"\" width=\"32\" height=\"32\" loading=\"lazy\"/></div></div><div class=\"uagb-testimonial-details\"><span class=\"uagb-tm__author-name\"><strong><strong><strong>Liz &amp; Eddie</strong></strong></strong></span><span class=\"uagb-tm__company\"></span></div></div></div></div></div></div></div>\n<!-- /wp:uagb/testimonial --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"14e7e4e7\",\"widthDesktop\":50,\"variationSelected\":true,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-14e7e4e7\"><!-- wp:uagb/testimonial {\"test_item_count\":1,\"classMigrate\":true,\"test_block\":[{\"description\":\"\\u0022Judy, what a wonderful place you have here - we were so delighted to spend the weekend here, so tranquil, peaceful, and beautiful. You made us feel right at home. Definitely a place worth 5 stars! Go well.\\u0022​\",\"name\":\"\\u003cstrong\\u003e\\u003cstrong\\u003eBrian\\u003c/strong\\u003e\\u003c/strong\\u003e \\u003cstrong\\u003e\\u003cstrong\\u003e\\u003cstrong\\u003eand \\u003cstrong\\u003eMariska\\u003c/strong\\u003e\\u003c/strong\\u003e\\u003cbr\\u003e\\u003c/strong\\u003e\\u003c/strong\\u003e\",\"company\":\"\",\"image\":{\"id\":120,\"title\":\"testimonial2\",\"filename\":\"testimonial2.jpg\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/testimonial2.jpg\",\"link\":\"https://blueroan.netgen.cloud/testimonial2/\",\"alt\":\"\",\"author\":\"34\",\"description\":\"\",\"caption\":\"\",\"name\":\"testimonial2\",\"status\":\"inherit\",\"uploadedTo\":0,\"date\":\"2021-05-11T05:02:03.000Z\",\"modified\":\"2021-05-11T05:02:03.000Z\",\"menuOrder\":0,\"mime\":\"image/jpeg\",\"type\":\"image\",\"subtype\":\"jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/default.png\",\"dateFormatted\":\"May 11, 2021\",\"nonces\":{\"update\":\"1ee6412858\",\"delete\":\"4414a2ccbf\",\"edit\":\"bde7b1f490\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=120\\u0026action=edit\",\"meta\":false,\"authorName\":\"Rishabh\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/user-edit.php?user_id=34\",\"filesizeInBytes\":10087,\"filesizeHumanReadable\":\"10 KB\",\"context\":\"\",\"height\":250,\"width\":250,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/testimonial2-150x150.jpg\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/testimonial2.jpg\",\"height\":250,\"width\":250,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}}}],\"headingAlign\":\"left\",\"headingAlignTablet\":\"left\",\"headingAlignMobile\":\"left\",\"descColor\":\"var(\\u002d\\u002dast-global-color-3)\",\"nameFontSize\":14,\"nameLineHeight\":1,\"descFontSize\":16,\"descFontWeight\":\"600\",\"nameSpace\":1,\"block_id\":\"e0218e52\",\"iconImage\":{\"url\":\"\",\"alt\":\"InfoBox placeholder img\"},\"imageWidth\":32,\"columnGap\":1,\"borderStyle\":\"\",\"paddingTop\":0,\"paddingBottom\":0,\"paddingLeft\":0,\"paddingRight\":0,\"spacingLink\":true,\"imgpaddingTop\":0,\"imgpaddingRight\":15,\"imgpaddingBottom\":0,\"imgpaddingLeft\":0,\"overallBorderStyle\":\"none\",\"imgTagHeight\":32,\"imgTagWidth\":150} -->\n<div class=\"wp-block-uagb-testimonial uagb-slick-carousel uagb-tm__arrow-outside uagb-block-e0218e52 uagb-post__carousel_notset uagb-post__carousel_notset-tablet uagb-post__carousel_notset-mobile\"><div class=\"is-carousel uagb-tm__columns-1 uagb-tm__items\"><div class=\"uagb-testimonial__wrap  uagb-tm__imgicon-style-circle uagb-tm__image-position-bottom uagb-tm__bg-type-none \"><div class=\"uagb-tm__content\"><div class=\"uagb-tm__overlay\"></div><div class=\"uagb-tm__text-wrap\"><div class=\"uagb-tm__desc\">\"Judy, what a wonderful place you have here - we were so delighted to spend the weekend here, so tranquil, peaceful, and beautiful. You made us feel right at home. Definitely a place worth 5 stars! Go well.\"​</div><div class=\"uagb-tm__meta-inner\"><div class=\"uagb-tm__image-content\"><div class=\"uagb-tm__image\"><img class=\"uagb-tm-img-src\" src=\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/testimonial2-150x150.jpg\" alt=\"\" width=\"32\" height=\"32\" loading=\"lazy\"/></div></div><div class=\"uagb-testimonial-details\"><span class=\"uagb-tm__author-name\"><strong><strong>Brian</strong></strong> <strong><strong><strong>and <strong>Mariska</strong></strong><br></strong></strong></span><span class=\"uagb-tm__company\"></span></div></div></div></div></div></div></div>\n<!-- /wp:uagb/testimonial -->\n\n<!-- wp:uagb/testimonial {\"test_item_count\":1,\"classMigrate\":true,\"test_block\":[{\"description\":\"\\u0022Thank you for the most wonderful time, Judy!  This was the most peaceful and perfect place to get engaged!  We will most certainly be back!!!  Your hospitality cannot be topped!\\u0022​\",\"name\":\"\\u003cstrong\\u003e\\u003cstrong\\u003e\\u003cstrong\\u003e\\u003cstrong\\u003eBrett and Kelly\\u003c/strong\\u003e\\u003c/strong\\u003e\\u003c/strong\\u003e\\u003c/strong\\u003e\",\"company\":\"\",\"image\":{\"id\":121,\"title\":\"testimonial3\",\"filename\":\"testimonial3.jpg\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/testimonial3.jpg\",\"link\":\"https://blueroan.netgen.cloud/testimonial3/\",\"alt\":\"\",\"author\":\"34\",\"description\":\"\",\"caption\":\"\",\"name\":\"testimonial3\",\"status\":\"inherit\",\"uploadedTo\":0,\"date\":\"2021-05-11T05:02:05.000Z\",\"modified\":\"2021-05-11T05:02:05.000Z\",\"menuOrder\":0,\"mime\":\"image/jpeg\",\"type\":\"image\",\"subtype\":\"jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/default.png\",\"dateFormatted\":\"May 11, 2021\",\"nonces\":{\"update\":\"290653da5d\",\"delete\":\"90a4fb2d63\",\"edit\":\"ff8a64e56e\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=121\\u0026action=edit\",\"meta\":false,\"authorName\":\"Rishabh\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/user-edit.php?user_id=34\",\"filesizeInBytes\":8748,\"filesizeHumanReadable\":\"9 KB\",\"context\":\"\",\"height\":250,\"width\":250,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/testimonial3-150x150.jpg\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/testimonial3.jpg\",\"height\":250,\"width\":250,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}}}],\"headingAlign\":\"left\",\"headingAlignTablet\":\"left\",\"headingAlignMobile\":\"left\",\"descColor\":\"var(\\u002d\\u002dast-global-color-3)\",\"nameFontSize\":14,\"nameLineHeight\":1,\"descFontSize\":16,\"descFontWeight\":\"600\",\"nameSpace\":1,\"block_id\":\"541b7484\",\"iconImage\":{\"url\":\"\",\"alt\":\"InfoBox placeholder img\"},\"imageWidth\":32,\"columnGap\":1,\"borderStyle\":\"\",\"paddingTop\":0,\"paddingBottom\":0,\"paddingLeft\":0,\"paddingRight\":0,\"spacingLink\":true,\"imgpaddingTop\":0,\"imgpaddingRight\":15,\"imgpaddingBottom\":0,\"imgpaddingLeft\":0,\"overallBorderStyle\":\"none\",\"imgTagHeight\":32,\"imgTagWidth\":150} -->\n<div class=\"wp-block-uagb-testimonial uagb-slick-carousel uagb-tm__arrow-outside uagb-block-541b7484 uagb-post__carousel_notset uagb-post__carousel_notset-tablet uagb-post__carousel_notset-mobile\"><div class=\"is-carousel uagb-tm__columns-1 uagb-tm__items\"><div class=\"uagb-testimonial__wrap  uagb-tm__imgicon-style-circle uagb-tm__image-position-bottom uagb-tm__bg-type-none \"><div class=\"uagb-tm__content\"><div class=\"uagb-tm__overlay\"></div><div class=\"uagb-tm__text-wrap\"><div class=\"uagb-tm__desc\">\"Thank you for the most wonderful time, Judy!  This was the most peaceful and perfect place to get engaged!  We will most certainly be back!!!  Your hospitality cannot be topped!\"​</div><div class=\"uagb-tm__meta-inner\"><div class=\"uagb-tm__image-content\"><div class=\"uagb-tm__image\"><img class=\"uagb-tm-img-src\" src=\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/testimonial3-150x150.jpg\" alt=\"\" width=\"32\" height=\"32\" loading=\"lazy\"/></div></div><div class=\"uagb-testimonial-details\"><span class=\"uagb-tm__author-name\"><strong><strong><strong><strong>Brett and Kelly</strong></strong></strong></strong></span><span class=\"uagb-tm__company\"></span></div></div></div></div></div></div></div>\n<!-- /wp:uagb/testimonial --></div>\n<!-- /wp:uagb/container --></div>\n<!-- /wp:uagb/container --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"2f60ad82\",\"innerContentCustomWidthDesktop\":781,\"innerContentCustomWidthTablet\":781,\"backgroundType\":\"image\",\"backgroundImageDesktop\":{\"id\":809,\"title\":\"26759994757_767d9794fd_b\",\"filename\":\"26759994757_767d9794fd_b.jpg\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/26759994757_767d9794fd_b.jpg\",\"link\":\"https://blueroan.netgen.cloud/?attachment_id=809\",\"alt\":\"\",\"author\":\"2\",\"description\":\"\",\"caption\":\"\",\"name\":\"26759994757_767d9794fd_b\",\"status\":\"inherit\",\"uploadedTo\":805,\"date\":\"2022-12-13T09:51:53.000Z\",\"modified\":\"2022-12-13T09:51:53.000Z\",\"menuOrder\":0,\"mime\":\"image/jpeg\",\"type\":\"image\",\"subtype\":\"jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-includes/images/media/default.png\",\"dateFormatted\":\"December 13, 2022\",\"nonces\":{\"update\":\"39b5c0eef1\",\"delete\":\"fde92abd83\",\"edit\":\"3923face9e\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=809\\u0026action=edit\",\"meta\":false,\"authorName\":\"Netgen Support\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/profile.php\",\"uploadedToTitle\":\"Magaliesburg\",\"uploadedToLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=805\\u0026action=edit\",\"filesizeInBytes\":143610,\"filesizeHumanReadable\":\"140 KB\",\"context\":\"\",\"height\":683,\"width\":1024,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/26759994757_767d9794fd_b-150x150.jpg\",\"orientation\":\"landscape\"},\"medium\":{\"height\":200,\"width\":300,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/26759994757_767d9794fd_b-300x200.jpg\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/26759994757_767d9794fd_b.jpg\",\"height\":683,\"width\":1024,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"backgroundImageColor\":\"rgba(42,42,42,0.65)\",\"topPaddingDesktop\":144,\"bottomPaddingDesktop\":144,\"leftPaddingDesktop\":40,\"rightPaddingDesktop\":40,\"topPaddingTablet\":80,\"bottomPaddingTablet\":80,\"leftPaddingTablet\":40,\"rightPaddingTablet\":40,\"topPaddingMobile\":64,\"bottomPaddingMobile\":64,\"leftPaddingMobile\":24,\"rightPaddingMobile\":24,\"paddingLink\":false,\"variationSelected\":true,\"isBlockRootParent\":true,\"overlayType\":\"color\"} -->\n<div class=\"wp-block-uagb-container uagb-block-2f60ad82 alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/advanced-heading {\"block_id\":\"226e29da\",\"classMigrate\":true,\"headingDescToggle\":true,\"headingAlign\":\"center\",\"headingColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"subHeadingColor\":\"var(\\u002d\\u002dast-global-color-4)\",\"headSpace\":20} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-226e29da\"><h2 class=\"uagb-heading-text\">Plan an Unforgettable Experience at <br>Blue Roan!</h2><p class=\"uagb-desc-text\">Blue Roan is a 3-star graded pet-friendly venue</p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/advanced-heading {\"block_id\":\"66b9987e\",\"classMigrate\":true,\"headingTitleToggle\":false,\"headingDescToggle\":true,\"headingAlign\":\"center\",\"subHeadingColor\":\"var(\\u002d\\u002dast-global-color-4)\",\"subHeadTransform\":\"uppercase\",\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"subHeadLetterSpacing\":2,\"blockTopPadding\":60,\"blockRightPadding\":0,\"blockLeftPadding\":0,\"blockBottomPadding\":0,\"blockTopPaddingMobile\":30,\"blockRightPaddingMobile\":0,\"blockLeftPaddingMobile\":0,\"blockBottomPaddingMobile\":0,\"linkColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"linkHColor\":\"var(\\u002d\\u002dast-global-color-0)\"} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-66b9987e\"><p class=\"uagb-desc-text\"><a href=\"https://book.nightsbridge.com/11065\" target=\"_blank\" rel=\"noreferrer noopener\">BOOK YOUR STAY NOW​</a></p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/icon-list {\"block_id\":\"113d1ef6\",\"classMigrate\":true,\"childMigrate\":true,\"align\":\"center\",\"parentIcon\":\"phone\",\"size\":40,\"sizeMobile\":24,\"sizeTablet\":32,\"fontSize\":48,\"fontSizeMobile\":28,\"fontSizeTablet\":40,\"fontWeight\":\"600\",\"iconColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"labelColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"blockTopPadding\":0,\"blockRightPadding\":0,\"blockLeftPadding\":0,\"blockBottomPadding\":24,\"blockPaddingLink\":false} -->\n<div class=\"wp-block-uagb-icon-list uagb-block-113d1ef6\"><div class=\"uagb-icon-list__wrap\"><!-- wp:uagb/icon-list-child {\"block_id\":\"a137da1d\",\"label\":\" + 27 (0) 82 575 5409\",\"label_color\":\"\",\"link\":\"tel:+27825755409\",\"disableLink\":true,\"fromParentIcon\":\"phone\",\"imageSizeChild\":40} -->\n<div class=\"wp-block-uagb-icon-list-child uagb-block-a137da1d\"><a target=\"_self\" aria-label=\" + 27 (0) 82 575 5409\" rel=\"noopener noreferrer\" href=\"tel:+27825755409\"> </a><span class=\"uagb-icon-list__source-wrap\"><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M511.2 387l-23.25 100.8c-3.266 14.25-15.79 24.22-30.46 24.22C205.2 512 0 306.8 0 54.5c0-14.66 9.969-27.2 24.22-30.45l100.8-23.25C139.7-2.602 154.7 5.018 160.8 18.92l46.52 108.5c5.438 12.78 1.77 27.67-8.98 36.45L144.5 207.1c33.98 69.22 90.26 125.5 159.5 159.5l44.08-53.8c8.688-10.78 23.69-14.51 36.47-8.975l108.5 46.51C506.1 357.2 514.6 372.4 511.2 387z\"></path></svg></span><span class=\"uagb-icon-list__label\"> + 27 (0) 82 575 5409</span></div>\n<!-- /wp:uagb/icon-list-child -->\n\n<!-- wp:uagb/icon-list-child {\"block_id\":\"96f5d59d\",\"label\":\"blueroan@ugo.co.za\",\"icon\":\"envelope\",\"label_color\":\"\",\"link\":\"mailto:blueroan@ugo.co.za\",\"disableLink\":true,\"fromParentIcon\":\"phone\",\"imageSizeChild\":40} -->\n<div class=\"wp-block-uagb-icon-list-child uagb-block-96f5d59d\"><a target=\"_self\" aria-label=\"blueroan@ugo.co.za\" rel=\"noopener noreferrer\" href=\"mailto:blueroan@ugo.co.za\"> </a><span class=\"uagb-icon-list__source-wrap\"><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M464 64C490.5 64 512 85.49 512 112C512 127.1 504.9 141.3 492.8 150.4L275.2 313.6C263.8 322.1 248.2 322.1 236.8 313.6L19.2 150.4C7.113 141.3 0 127.1 0 112C0 85.49 21.49 64 48 64H464zM217.6 339.2C240.4 356.3 271.6 356.3 294.4 339.2L512 176V384C512 419.3 483.3 448 448 448H64C28.65 448 0 419.3 0 384V176L217.6 339.2z\"></path></svg></span><span class=\"uagb-icon-list__label\">blueroan@ugo.co.za</span></div>\n<!-- /wp:uagb/icon-list-child --></div></div>\n<!-- /wp:uagb/icon-list --></div></div>\n<!-- /wp:uagb/container -->',	'Home',	'',	'inherit',	'closed',	'closed',	'',	'760-revision-v1',	'',	'',	'2022-12-21 10:46:55',	'2022-12-21 10:46:55',	'',	760,	'https://blueroan.netgen.cloud/?p=1372',	0,	'revision',	'',	0),
(1373,	2,	'2022-12-21 10:49:35',	'2022-12-21 10:49:35',	'<!-- wp:uagb/container {\"block_id\":\"0d585283\",\"minHeightDesktop\":95,\"minHeightTablet\":70,\"minHeightMobile\":80,\"minHeightType\":\"vh\",\"alignItemsDesktop\":\"flex-start\",\"backgroundType\":\"image\",\"backgroundImageDesktop\":{\"uploading\":false,\"date\":1670921854000,\"filename\":\"Blue-Roan-pool.jpg\",\"menuOrder\":0,\"uploadedTo\":760,\"type\":\"image\",\"subtype\":\"jpeg\",\"id\":784,\"title\":\"Blue Roan - pool\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Blue-Roan-pool.jpg\",\"link\":\"https://blueroan.netgen.cloud/home/blue-roan-pool/\",\"alt\":\"\",\"author\":\"2\",\"description\":\"\",\"caption\":\"\",\"name\":\"blue-roan-pool\",\"status\":\"inherit\",\"modified\":1670921854000,\"mime\":\"image/jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-includes/images/media/default.png\",\"dateFormatted\":\"December 13, 2022\",\"nonces\":{\"update\":\"51a12ed09e\",\"delete\":\"5174068551\",\"edit\":\"1de0721407\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=784\\u0026action=edit\",\"meta\":false,\"authorName\":\"Netgen Support\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/profile.php\",\"uploadedToTitle\":\"Home\",\"uploadedToLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=760\\u0026action=edit\",\"filesizeInBytes\":154801,\"filesizeHumanReadable\":\"151 KB\",\"context\":\"\",\"height\":667,\"width\":1000,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Blue-Roan-pool-150x150.jpg\",\"orientation\":\"landscape\"},\"medium\":{\"height\":200,\"width\":300,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Blue-Roan-pool-300x200.jpg\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Blue-Roan-pool.jpg\",\"height\":667,\"width\":1000,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"backgroundPositionDesktop\":{\"x\":0.5,\"y\":0.25},\"backgroundImageColor\":\"rgba(42,42,42,0.35)\",\"topPaddingDesktop\":0,\"bottomPaddingDesktop\":0,\"leftPaddingDesktop\":40,\"rightPaddingDesktop\":40,\"topPaddingTablet\":120,\"bottomPaddingTablet\":120,\"leftPaddingTablet\":40,\"rightPaddingTablet\":40,\"topPaddingMobile\":150,\"bottomPaddingMobile\":150,\"leftPaddingMobile\":20,\"rightPaddingMobile\":20,\"paddingLink\":false,\"variationSelected\":true,\"isBlockRootParent\":true,\"overlayType\":\"color\",\"minHeightTypeTablet\":\"vh\",\"minHeightTypeMobile\":\"vh\"} -->\n<div class=\"wp-block-uagb-container uagb-block-0d585283 alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/info-box {\"classMigrate\":true,\"headingAlign\":\"left\",\"headingColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"subHeadingColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"headingTag\":\"h1\",\"subHeadFontSize\":17,\"subHeadFontSizeMobile\":15,\"headSpace\":20,\"subHeadSpace\":40,\"block_id\":\"1c31e6af\",\"ctaIcon\":\"\",\"ctaType\":\"button\",\"ctaText\":\"Book Your Stay Now\",\"ctaLink\":\"https://book.nightsbridge.com/11065\",\"ctaBtnLinkColor\":\"var(\\u002d\\u002dast-global-color-2)\",\"ctaLinkHoverColor\":\"var(\\u002d\\u002dast-global-color-2)\",\"ctaBgColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"ctaBgHoverColor\":\"var(\\u002d\\u002dast-global-color-4)\",\"ctaBorderColor\":\"\",\"ctaBorderStyle\":\"\",\"ctaBorderWidth\":\"\",\"ctaBorderRadius\":\"\",\"iconImage\":{\"url\":\"\",\"alt\":\"InfoBox placeholder img\"},\"showIcon\":false,\"paddingBtnTop\":18,\"paddingBtnBottom\":18,\"paddingBtnLeft\":34,\"paddingBtnRight\":34,\"blockTopPadding\":5,\"blockRightPadding\":40,\"blockLeftPadding\":0,\"blockBottomPadding\":0,\"blockTopPaddingTablet\":0,\"blockRightPaddingTablet\":64,\"blockLeftPaddingTablet\":0,\"blockBottomPaddingTablet\":0,\"blockTopPaddingMobile\":0,\"blockRightPaddingMobile\":0,\"blockLeftPaddingMobile\":0,\"blockBottomPaddingMobile\":0,\"blockPaddingUnit\":\"%\",\"blockPaddingLink\":false,\"subHeadMarginTopTablet\":0,\"subHeadMarginRightTablet\":64,\"subHeadTabletSpace\":40,\"subHeadMarginLeftTablet\":0,\"subHeadMarginTopMobile\":0,\"subHeadMarginRightMobile\":0,\"subHeadMobileSpace\":40,\"subHeadMarginLeftMobile\":0,\"btnBorderTopWidth\":1,\"btnBorderLeftWidth\":1,\"btnBorderRightWidth\":1,\"btnBorderBottomWidth\":1,\"btnBorderTopLeftRadius\":0,\"btnBorderTopRightRadius\":0,\"btnBorderBottomLeftRadius\":0,\"btnBorderBottomRightRadius\":0,\"btnBorderStyle\":\"none\",\"btnBorderColor\":\"#333\",\"zIndex\":null} -->\n<div class=\"wp-block-uagb-info-box uagb-block-1c31e6af uagb-infobox__content-wrap  uagb-infobox-icon-above-title uagb-infobox-image-valign-top\"><div class=\"uagb-ifb-content\"><div class=\"uagb-ifb-title-wrap\"><h1 class=\"uagb-ifb-title\"><strong>Magaliesburg pet friendly self-catering accommodation</strong></h1></div><p class=\"uagb-ifb-desc\">Romantic pet-friendly self-catering accommodation in Magaliesburg, Gauteng.</p><div class=\"uagb-ifb-button-wrapper wp-block-button\"><a href=\"https://book.nightsbridge.com/11065\" class=\"uagb-infobox-cta-link wp-block-button__link\" target=\"_self\" rel=\"noopener noreferrer\" alt=\"\"><span class=\"uagb-inline-editing\">Book Your Stay Now</span></a></div></div></div>\n<!-- /wp:uagb/info-box -->\n\n<!-- wp:buttons -->\n<div class=\"wp-block-buttons\"><!-- wp:button {\"backgroundColor\":\"ast-global-color-5\",\"textColor\":\"ast-global-color-2\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"var:preset|spacing|30\",\"right\":\"var:preset|spacing|30\",\"bottom\":\"var:preset|spacing|30\",\"left\":\"var:preset|spacing|30\"}}},\"className\":\"is-style-fill\"} -->\n<div class=\"wp-block-button is-style-fill\"><a class=\"wp-block-button__link has-ast-global-color-2-color has-ast-global-color-5-background-color has-text-color has-background wp-element-button\" style=\"padding-top:var(--wp--preset--spacing--30);padding-right:var(--wp--preset--spacing--30);padding-bottom:var(--wp--preset--spacing--30);padding-left:var(--wp--preset--spacing--30)\">Check availability</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"35d732cc\",\"directionDesktop\":\"row\",\"directionMobile\":\"column-reverse\",\"alignItemsDesktop\":\"flex-start\",\"backgroundType\":\"color\",\"backgroundSizeTablet\":\"cover\",\"backgroundSizeMobile\":\"cover\",\"backgroundColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"topPaddingDesktop\":60,\"bottomPaddingDesktop\":60,\"topPaddingTablet\":80,\"bottomPaddingTablet\":80,\"leftPaddingTablet\":40,\"rightPaddingTablet\":40,\"topPaddingMobile\":64,\"bottomPaddingMobile\":64,\"leftPaddingMobile\":24,\"rightPaddingMobile\":24,\"paddingLink\":false,\"variationSelected\":true,\"columnGapDesktop\":60,\"columnGapTablet\":50,\"isBlockRootParent\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-35d732cc alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/container {\"block_id\":\"89dec69c\",\"widthDesktop\":50,\"variationSelected\":true,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-89dec69c\"><!-- wp:image {\"id\":797,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-13.jpg\" alt=\"\" class=\"wp-image-797\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>We have 7 lovely brick&nbsp;<strong>self-catering</strong>&nbsp;units, each one private and with its own character and theme. &nbsp;They are designed exclusively for couples with or without pets wanting a romantic and peaceful place to connect, re-connect, celebrate special occasions, or somewhere quiet and comfortable to come for a holiday</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:buttons -->\n<div class=\"wp-block-buttons\"><!-- wp:button -->\n<div class=\"wp-block-button\"><a class=\"wp-block-button__link wp-element-button\" href=\"/accommodation/\">View accomodation</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"01ffe196\",\"widthDesktop\":50,\"leftPaddingDesktop\":0,\"paddingLink\":false,\"variationSelected\":true,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-01ffe196\"><!-- wp:uagb/advanced-heading {\"block_id\":\"aab7aba4\",\"classMigrate\":true,\"headingDescToggle\":true,\"subHeadingColor\":\"\",\"headSpace\":20,\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-aab7aba4\"><h2 class=\"uagb-heading-text\"><strong>Blue Roan is a 3-star graded pet-friendly venue</strong></h2><p class=\"uagb-desc-text\">Our goal is to provide high-quality, romantic, comfortable, and affordable self-catering accommodation on the outskirts of the village of &nbsp;Magaliesburg. &nbsp;For animal lovers, we are also&nbsp;pet-friendly&nbsp;by arrangement in most of the units all of which have their own fully fenced and gated private grassy gardens.</p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/image {\"block_id\":\"b364d0d4\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/hammock-in-the-garden.jpg\",\"align\":\"left\",\"id\":799,\"linkDestination\":\"none\",\"naturalWidth\":600,\"naturalHeight\":400,\"sizeSlug\":\"full\",\"sizeSlugTablet\":\"full\",\"sizeSlugMobile\":\"full\",\"imageTopMargin\":20,\"imageRightMargin\":0,\"imageLeftMargin\":0,\"imageBottomMargin\":0,\"imageTopMarginMobile\":0,\"imageRightMarginMobile\":0,\"imageLeftMarginMobile\":0,\"imageBottomMarginMobile\":0,\"imageMarginLink\":false} -->\n<div class=\"wp-block-uagb-image uagb-block-b364d0d4 wp-block-uagb-image--layout-default wp-block-uagb-image--effect-static wp-block-uagb-image--align-left\"><figure class=\"wp-block-uagb-image__figure\"><img srcset=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/hammock-in-the-garden.jpg \" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/hammock-in-the-garden.jpg\" alt=\"\" class=\"uag-image-799\" width=\"\" height=\"\" title=\"\" loading=\"lazy\"/></figure></div>\n<!-- /wp:uagb/image --></div>\n<!-- /wp:uagb/container --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"94de5b4c\",\"directionDesktop\":\"row\",\"directionMobile\":\"column-reverse\",\"alignItemsDesktop\":\"flex-start\",\"backgroundType\":\"color\",\"backgroundSizeTablet\":\"cover\",\"backgroundSizeMobile\":\"cover\",\"backgroundColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"topPaddingDesktop\":0,\"bottomPaddingDesktop\":0,\"topPaddingTablet\":80,\"bottomPaddingTablet\":80,\"leftPaddingTablet\":40,\"rightPaddingTablet\":40,\"topPaddingMobile\":64,\"bottomPaddingMobile\":64,\"leftPaddingMobile\":24,\"rightPaddingMobile\":24,\"paddingLink\":false,\"variationSelected\":true,\"rowGapDesktop\":0,\"columnGapDesktop\":0,\"columnGapTablet\":50,\"isBlockRootParent\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-94de5b4c alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:image {\"align\":\"center\",\"id\":1344,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image aligncenter size-large\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/tgcsa-full-3-stars-1024x366.jpg\" alt=\"\" class=\"wp-image-1344\"/></figure>\n<!-- /wp:image --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"5c44e508\",\"backgroundType\":\"color\",\"backgroundSizeTablet\":\"cover\",\"backgroundSizeMobile\":\"cover\",\"backgroundColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"topPaddingDesktop\":50,\"bottomPaddingDesktop\":100,\"topPaddingTablet\":50,\"bottomPaddingTablet\":25,\"leftPaddingTablet\":20,\"rightPaddingTablet\":20,\"topPaddingMobile\":50,\"bottomPaddingMobile\":20,\"leftPaddingMobile\":20,\"rightPaddingMobile\":20,\"paddingLink\":false,\"variationSelected\":true,\"rowGapDesktop\":0,\"isBlockRootParent\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-5c44e508 alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/container {\"block_id\":\"f49bb2f0\",\"directionDesktop\":\"row\",\"alignItemsDesktop\":\"flex-end\",\"alignItemsTablet\":\"flex-end\",\"justifyContentDesktop\":\"flex-end\",\"justifyContentTablet\":\"space-between\",\"variationSelected\":true,\"rowGapMobile\":30,\"columnGapDesktop\":0} -->\n<div class=\"wp-block-uagb-container uagb-block-f49bb2f0\"><!-- wp:uagb/advanced-heading {\"block_id\":\"b00c2c0f\",\"classMigrate\":true,\"headingDescToggle\":true,\"subHeadingColor\":\"\",\"headSpace\":20,\"subHeadFontSize\":16} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-b00c2c0f\"><h2 class=\"uagb-heading-text\">Amenities &amp; Interests ​</h2><p class=\"uagb-desc-text\">The Blue Roan Country Lodge is situated just 5 minutes from the village of Magaliesburg on a tar road so easy access for all cars. &nbsp;We have panoramic views of the Magaliesberg mountain range and our farm is the perfect place for a relaxing getaway in the country. &nbsp;As we are only 70 km from JHB and Pretoria, it is only an hour’s drive.</p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/buttons {\"block_id\":\"99b351c7\",\"classMigrate\":true,\"childMigrate\":true,\"align\":\"right\",\"alignTablet\":\"right\",\"alignMobile\":\"left\",\"gap\":0} -->\n<div class=\"wp-block-uagb-buttons uagb-buttons__outer-wrap uagb-btn__default-btn uagb-btn-tablet__default-btn uagb-btn-mobile__default-btn uagb-block-99b351c7\"><div class=\"uagb-buttons__wrap uagb-buttons-layout-wrap\"><!-- wp:uagb/buttons-child {\"block_id\":\"8b121466\",\"label\":\"View All\",\"link\":\"/amenities/\",\"hColor\":\"\",\"borderWidth\":\"\",\"borderRadius\":\"\",\"borderStyle\":\"\",\"borderColor\":\"\",\"borderHColor\":\"\",\"btnBorderTopWidth\":1,\"btnBorderLeftWidth\":1,\"btnBorderRightWidth\":1,\"btnBorderBottomWidth\":1,\"btnBorderTopLeftRadius\":2,\"btnBorderTopRightRadius\":2,\"btnBorderBottomLeftRadius\":2,\"btnBorderBottomRightRadius\":2,\"btnBorderStyle\":\"solid\",\"btnBorderColor\":\"#333\",\"btnBorderHColor\":\"#333\"} -->\n<div class=\"wp-block-uagb-buttons-child uagb-buttons__outer-wrap uagb-block-8b121466 wp-block-button is-style-outline\"><div class=\"uagb-button__wrapper\"><a class=\"uagb-buttons-repeater wp-block-button__link\" href=\"/amenities/\" rel=\"follow noopener\" target=\"_self\"><div class=\"uagb-button__link\">View All</div></a></div></div>\n<!-- /wp:uagb/buttons-child --></div></div>\n<!-- /wp:uagb/buttons --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"74751ec1\",\"directionDesktop\":\"row\",\"alignItemsTablet\":\"flex-start\",\"paddingLink\":false,\"topMarginDesktop\":50,\"bottomMarginDesktop\":20,\"leftMarginDesktop\":0,\"rightMarginDesktop\":0,\"marginLink\":false,\"variationSelected\":true,\"rowGapMobile\":65,\"columnGapDesktop\":48,\"columnGapTablet\":20} -->\n<div class=\"wp-block-uagb-container uagb-block-74751ec1\"><!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"align\":\"center\",\"id\":828,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image aligncenter size-full\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Blue-Roan-pool.png\" alt=\"Blue Roan\'s rock pool\" class=\"wp-image-828\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>A relaxing rock Pool​</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>We have a lovely sparkling blue rock pool next to a thatched Lapa. &nbsp;&nbsp;Lie on recliners on the green lawn or sit on the swing chair in the Lapa and enjoy the panoramic view of the Magaliesberg mountain range.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":829,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/img-20160605-wa0002-largejpg.png\" alt=\"\" class=\"wp-image-829\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>Braai facilities </h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>What can compare to a burning fire under the star-lit African sky? Nothing beats the flavor of cooking over an open flame.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":1354,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Games-Room.png\" alt=\"\" class=\"wp-image-1354\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>A games room </h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>The reception is also a games room for those who enjoy darts or playing pool. &nbsp;Take a selection of DVDs back to your room and watch movies on your own DVD player. &nbsp;There is also a selection of board games and music CDs that you can borrow.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div>\n<!-- /wp:uagb/container --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"f3c0bdbf\",\"backgroundType\":\"color\",\"backgroundSizeTablet\":\"cover\",\"backgroundSizeMobile\":\"cover\",\"backgroundColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"bottomPaddingDesktop\":104,\"leftPaddingDesktop\":40,\"rightPaddingDesktop\":40,\"topPaddingTablet\":80,\"bottomPaddingTablet\":80,\"leftPaddingTablet\":40,\"rightPaddingTablet\":40,\"topPaddingMobile\":64,\"bottomPaddingMobile\":64,\"leftPaddingMobile\":24,\"rightPaddingMobile\":24,\"paddingLink\":false,\"variationSelected\":true,\"rowGapDesktop\":0,\"isBlockRootParent\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-f3c0bdbf alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/advanced-heading {\"block_id\":\"ac92718f\",\"classMigrate\":true,\"headingDescToggle\":true,\"headingAlign\":\"center\",\"headingAlignMobile\":\"left\",\"subHeadingColor\":\"\",\"headSpace\":20,\"subHeadFontSize\":16,\"blockBottomPadding\":20} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-ac92718f\"><h2 class=\"uagb-heading-text\">Our Inside Pictures​</h2><p class=\"uagb-desc-text\">Take a look at some pretty pictures captured in and around our premises.</p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/container {\"block_id\":\"7924f026\",\"directionDesktop\":\"row\",\"alignItemsDesktop\":\"flex-start\",\"topMarginDesktop\":20,\"bottomMarginDesktop\":0,\"leftMarginDesktop\":0,\"rightMarginDesktop\":0,\"marginLink\":false,\"variationSelected\":true,\"rowGapMobile\":24,\"columnGapDesktop\":24,\"columnGapTablet\":20} -->\n<div class=\"wp-block-uagb-container uagb-block-7924f026\"><!-- wp:uagb/container {\"block_id\":\"05fee2ce\",\"widthDesktop\":32,\"variationSelected\":true,\"rowGapDesktop\":24,\"rowGapTablet\":20,\"rowGapMobile\":24,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-05fee2ce\"><!-- wp:uagb/image {\"block_id\":\"bd81c9c9\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/red-rose-1024x683.jpg\",\"id\":834,\"linkDestination\":\"none\",\"width\":385,\"height\":284,\"naturalWidth\":1024,\"naturalHeight\":683,\"sizeSlug\":\"large\",\"sizeSlugTablet\":\"large\",\"sizeSlugMobile\":\"large\",\"customHeightSetDesktop\":true} -->\n<div class=\"wp-block-uagb-image uagb-block-bd81c9c9 wp-block-uagb-image--layout-default wp-block-uagb-image--effect-static wp-block-uagb-image--align-none\"><figure class=\"wp-block-uagb-image__figure\"><img srcset=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/red-rose-1024x683.jpg \" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/red-rose-1024x683.jpg\" alt=\"\" class=\"uag-image-834\" width=\"385\" height=\"284\" title=\"\" loading=\"lazy\"/></figure></div>\n<!-- /wp:uagb/image -->\n\n<!-- wp:uagb/image {\"block_id\":\"e39b6738\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/49g.jpg\",\"id\":838,\"linkDestination\":\"none\",\"width\":385,\"height\":284,\"naturalWidth\":650,\"naturalHeight\":450,\"sizeSlug\":\"full\",\"sizeSlugTablet\":\"full\",\"sizeSlugMobile\":\"full\",\"customHeightSetDesktop\":true} -->\n<div class=\"wp-block-uagb-image uagb-block-e39b6738 wp-block-uagb-image--layout-default wp-block-uagb-image--effect-static wp-block-uagb-image--align-none\"><figure class=\"wp-block-uagb-image__figure\"><img srcset=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/49g.jpg \" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/49g.jpg\" alt=\"\" class=\"uag-image-838\" width=\"385\" height=\"284\" title=\"\" loading=\"lazy\"/></figure></div>\n<!-- /wp:uagb/image --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"c05e2ece\",\"widthDesktop\":67,\"variationSelected\":true,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-c05e2ece\"><!-- wp:uagb/image {\"block_id\":\"81fa5c7c\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAA39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba-1-1024x768.png\",\"id\":905,\"linkDestination\":\"none\",\"naturalWidth\":1024,\"naturalHeight\":768,\"sizeSlug\":\"large\",\"sizeSlugTablet\":\"large\",\"sizeSlugMobile\":\"large\"} -->\n<div class=\"wp-block-uagb-image uagb-block-81fa5c7c wp-block-uagb-image--layout-default wp-block-uagb-image--effect-static wp-block-uagb-image--align-none\"><figure class=\"wp-block-uagb-image__figure\"><img srcset=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAA39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba-1-1024x768.png \" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAA39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba-1-1024x768.png\" alt=\"\" class=\"uag-image-905\" width=\"\" height=\"\" title=\"\" loading=\"lazy\"/></figure></div>\n<!-- /wp:uagb/image --></div>\n<!-- /wp:uagb/container --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"bf504662\",\"directionDesktop\":\"row\",\"alignItemsDesktop\":\"flex-start\",\"topMarginDesktop\":24,\"bottomMarginDesktop\":0,\"leftMarginDesktop\":0,\"rightMarginDesktop\":0,\"topMarginTablet\":20,\"bottomMarginTablet\":0,\"leftMarginTablet\":0,\"rightMarginTablet\":0,\"topMarginMobile\":24,\"bottomMarginMobile\":0,\"leftMarginMobile\":0,\"rightMarginMobile\":0,\"marginLink\":false,\"variationSelected\":true,\"columnGapDesktop\":24,\"columnGapTablet\":20} -->\n<div class=\"wp-block-uagb-container uagb-block-bf504662\"><!-- wp:uagb/container {\"block_id\":\"5f829143\",\"widthDesktop\":67,\"variationSelected\":true,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-5f829143\"><!-- wp:image {\"id\":837,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-8-1024x678.jpg\" alt=\"\" class=\"wp-image-837\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"f1e725b0\",\"widthDesktop\":32,\"variationSelected\":true,\"rowGapDesktop\":24,\"rowGapTablet\":20,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-f1e725b0\"><!-- wp:uagb/image {\"block_id\":\"a830601b\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Blue-roan-pool-01.jpg\",\"id\":782,\"linkDestination\":\"none\",\"width\":385,\"height\":250,\"naturalWidth\":800,\"naturalHeight\":534,\"sizeSlug\":\"full\",\"sizeSlugTablet\":\"full\",\"sizeSlugMobile\":\"full\",\"customHeightSetDesktop\":true} -->\n<div class=\"wp-block-uagb-image uagb-block-a830601b wp-block-uagb-image--layout-default wp-block-uagb-image--effect-static wp-block-uagb-image--align-none\"><figure class=\"wp-block-uagb-image__figure\"><img srcset=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Blue-roan-pool-01.jpg \" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Blue-roan-pool-01.jpg\" alt=\"\" class=\"uag-image-782\" width=\"385\" height=\"250\" title=\"\" loading=\"lazy\"/></figure></div>\n<!-- /wp:uagb/image -->\n\n<!-- wp:uagb/image {\"block_id\":\"150353b2\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/bird-1024x683.jpg\",\"id\":910,\"linkDestination\":\"none\",\"width\":385,\"height\":250,\"naturalWidth\":1024,\"naturalHeight\":683,\"sizeSlug\":\"large\",\"sizeSlugTablet\":\"large\",\"sizeSlugMobile\":\"large\",\"customHeightSetDesktop\":true} -->\n<div class=\"wp-block-uagb-image uagb-block-150353b2 wp-block-uagb-image--layout-default wp-block-uagb-image--effect-static wp-block-uagb-image--align-none\"><figure class=\"wp-block-uagb-image__figure\"><img srcset=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/bird-1024x683.jpg \" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/bird-1024x683.jpg\" alt=\"\" class=\"uag-image-910\" width=\"385\" height=\"250\" title=\"\" loading=\"lazy\"/></figure></div>\n<!-- /wp:uagb/image --></div>\n<!-- /wp:uagb/container --></div>\n<!-- /wp:uagb/container --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"3412c19f\",\"backgroundType\":\"color\",\"backgroundSizeTablet\":\"cover\",\"backgroundSizeMobile\":\"cover\",\"backgroundColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"topPaddingDesktop\":40,\"bottomPaddingDesktop\":104,\"leftPaddingDesktop\":40,\"rightPaddingDesktop\":40,\"topPaddingTablet\":80,\"bottomPaddingTablet\":80,\"leftPaddingTablet\":40,\"rightPaddingTablet\":40,\"topPaddingMobile\":64,\"bottomPaddingMobile\":64,\"leftPaddingMobile\":24,\"rightPaddingMobile\":24,\"paddingLink\":false,\"variationSelected\":true,\"rowGapDesktop\":0,\"isBlockRootParent\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-3412c19f alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/advanced-heading {\"block_id\":\"b08e4e25\",\"classMigrate\":true,\"headingDescToggle\":true,\"headingAlign\":\"center\",\"headingAlignMobile\":\"left\",\"subHeadingColor\":\"\",\"headSpace\":20,\"subHeadFontSize\":16,\"blockBottomPadding\":20} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-b08e4e25\"><h2 class=\"uagb-heading-text\">What Our Guests Say​</h2><p class=\"uagb-desc-text\">We take pride in serving our guests the best experience. </p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/container {\"block_id\":\"5e4d14a0\",\"directionDesktop\":\"row\",\"topMarginDesktop\":40,\"bottomMarginDesktop\":0,\"leftMarginDesktop\":0,\"rightMarginDesktop\":0,\"marginLink\":false,\"variationSelected\":true,\"rowGapMobile\":40,\"columnGapDesktop\":90} -->\n<div class=\"wp-block-uagb-container uagb-block-5e4d14a0\"><!-- wp:uagb/container {\"block_id\":\"79290eaf\",\"widthDesktop\":50,\"variationSelected\":true,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-79290eaf\"><!-- wp:uagb/testimonial {\"test_item_count\":1,\"classMigrate\":true,\"test_block\":[{\"description\":\"\\u0022Thank you for a most enjoyable weekend stay and for making our anniversary so special.  Thank you for your kind and lovely friendship which we really appreciate!!!\\u0022​\",\"name\":\"\\u003cstrong\\u003eBrenda and Theuns\\u003c/strong\\u003e\",\"company\":\"\",\"image\":{\"id\":119,\"title\":\"testimonial1\",\"filename\":\"testimonial1.jpg\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/testimonial1.jpg\",\"link\":\"https://blueroan.netgen.cloud/testimonial1/\",\"alt\":\"\",\"author\":\"34\",\"description\":\"\",\"caption\":\"\",\"name\":\"testimonial1\",\"status\":\"inherit\",\"uploadedTo\":0,\"date\":\"2021-05-11T05:02:02.000Z\",\"modified\":\"2021-05-11T05:02:02.000Z\",\"menuOrder\":0,\"mime\":\"image/jpeg\",\"type\":\"image\",\"subtype\":\"jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/default.png\",\"dateFormatted\":\"May 11, 2021\",\"nonces\":{\"update\":\"b92fe40c3d\",\"delete\":\"643c1eb8f1\",\"edit\":\"d3e7d56b1d\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=119\\u0026action=edit\",\"meta\":false,\"authorName\":\"Rishabh\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/user-edit.php?user_id=34\",\"filesizeInBytes\":11264,\"filesizeHumanReadable\":\"11 KB\",\"context\":\"\",\"height\":250,\"width\":250,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/testimonial1-150x150.jpg\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/testimonial1.jpg\",\"height\":250,\"width\":250,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}}}],\"headingAlign\":\"left\",\"headingAlignTablet\":\"left\",\"headingAlignMobile\":\"left\",\"descColor\":\"var(\\u002d\\u002dast-global-color-3)\",\"nameFontSize\":14,\"nameLineHeight\":1,\"descFontSize\":16,\"descFontWeight\":\"600\",\"nameSpace\":1,\"block_id\":\"d90dd4c9\",\"iconImage\":{\"url\":\"\",\"alt\":\"InfoBox placeholder img\"},\"imageWidth\":32,\"columnGap\":1,\"borderStyle\":\"\",\"paddingTop\":0,\"paddingBottom\":0,\"paddingLeft\":0,\"paddingRight\":0,\"spacingLink\":true,\"imgpaddingTop\":0,\"imgpaddingRight\":15,\"imgpaddingBottom\":0,\"imgpaddingLeft\":0,\"overallBorderStyle\":\"none\",\"imgTagHeight\":32,\"imgTagWidth\":150} -->\n<div class=\"wp-block-uagb-testimonial uagb-slick-carousel uagb-tm__arrow-outside uagb-block-d90dd4c9 uagb-post__carousel_notset uagb-post__carousel_notset-tablet uagb-post__carousel_notset-mobile\"><div class=\"is-carousel uagb-tm__columns-1 uagb-tm__items\"><div class=\"uagb-testimonial__wrap  uagb-tm__imgicon-style-circle uagb-tm__image-position-bottom uagb-tm__bg-type-none \"><div class=\"uagb-tm__content\"><div class=\"uagb-tm__overlay\"></div><div class=\"uagb-tm__text-wrap\"><div class=\"uagb-tm__desc\">\"Thank you for a most enjoyable weekend stay and for making our anniversary so special.  Thank you for your kind and lovely friendship which we really appreciate!!!\"​</div><div class=\"uagb-tm__meta-inner\"><div class=\"uagb-tm__image-content\"><div class=\"uagb-tm__image\"><img class=\"uagb-tm-img-src\" src=\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/testimonial1-150x150.jpg\" alt=\"\" width=\"32\" height=\"32\" loading=\"lazy\"/></div></div><div class=\"uagb-testimonial-details\"><span class=\"uagb-tm__author-name\"><strong>Brenda and Theuns</strong></span><span class=\"uagb-tm__company\"></span></div></div></div></div></div></div></div>\n<!-- /wp:uagb/testimonial -->\n\n<!-- wp:uagb/testimonial {\"test_item_count\":1,\"classMigrate\":true,\"test_block\":[{\"description\":\"\\u0022Breaking away from city life and coming out to a most wonderful romantic weekend away.  The unit is so comfortable.  Thank you for your great hospitality - we had an awesome time here.  Go well - with love\\u0022​\",\"name\":\"\\u003cstrong\\u003e\\u003cstrong\\u003e\\u003cstrong\\u003eLiz \\u0026amp; Eddie\\u003c/strong\\u003e\\u003c/strong\\u003e\\u003c/strong\\u003e\",\"company\":\"\",\"image\":{\"id\":122,\"title\":\"testimonial4\",\"filename\":\"testimonial4.jpg\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/testimonial4.jpg\",\"link\":\"https://blueroan.netgen.cloud/testimonial4/\",\"alt\":\"\",\"author\":\"34\",\"description\":\"\",\"caption\":\"\",\"name\":\"testimonial4\",\"status\":\"inherit\",\"uploadedTo\":0,\"date\":\"2021-05-11T05:02:06.000Z\",\"modified\":\"2021-05-11T05:02:06.000Z\",\"menuOrder\":0,\"mime\":\"image/jpeg\",\"type\":\"image\",\"subtype\":\"jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/default.png\",\"dateFormatted\":\"May 11, 2021\",\"nonces\":{\"update\":\"4e34860add\",\"delete\":\"9e126a55cd\",\"edit\":\"33ffd3c040\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=122\\u0026action=edit\",\"meta\":false,\"authorName\":\"Rishabh\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/user-edit.php?user_id=34\",\"filesizeInBytes\":16584,\"filesizeHumanReadable\":\"16 KB\",\"context\":\"\",\"height\":250,\"width\":250,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/testimonial4-150x150.jpg\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/testimonial4.jpg\",\"height\":250,\"width\":250,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}}}],\"headingAlign\":\"left\",\"headingAlignTablet\":\"left\",\"headingAlignMobile\":\"left\",\"descColor\":\"var(\\u002d\\u002dast-global-color-3)\",\"nameFontSize\":14,\"nameLineHeight\":1,\"descFontSize\":16,\"descFontWeight\":\"600\",\"nameSpace\":1,\"block_id\":\"33ff9087\",\"iconImage\":{\"url\":\"\",\"alt\":\"InfoBox placeholder img\"},\"imageWidth\":32,\"columnGap\":1,\"borderStyle\":\"\",\"paddingTop\":0,\"paddingBottom\":0,\"paddingLeft\":0,\"paddingRight\":0,\"spacingLink\":true,\"imgpaddingTop\":0,\"imgpaddingRight\":15,\"imgpaddingBottom\":0,\"imgpaddingLeft\":0,\"overallBorderStyle\":\"none\",\"imgTagHeight\":32,\"imgTagWidth\":150} -->\n<div class=\"wp-block-uagb-testimonial uagb-slick-carousel uagb-tm__arrow-outside uagb-block-33ff9087 uagb-post__carousel_notset uagb-post__carousel_notset-tablet uagb-post__carousel_notset-mobile\"><div class=\"is-carousel uagb-tm__columns-1 uagb-tm__items\"><div class=\"uagb-testimonial__wrap  uagb-tm__imgicon-style-circle uagb-tm__image-position-bottom uagb-tm__bg-type-none \"><div class=\"uagb-tm__content\"><div class=\"uagb-tm__overlay\"></div><div class=\"uagb-tm__text-wrap\"><div class=\"uagb-tm__desc\">\"Breaking away from city life and coming out to a most wonderful romantic weekend away.  The unit is so comfortable.  Thank you for your great hospitality - we had an awesome time here.  Go well - with love\"​</div><div class=\"uagb-tm__meta-inner\"><div class=\"uagb-tm__image-content\"><div class=\"uagb-tm__image\"><img class=\"uagb-tm-img-src\" src=\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/testimonial4-150x150.jpg\" alt=\"\" width=\"32\" height=\"32\" loading=\"lazy\"/></div></div><div class=\"uagb-testimonial-details\"><span class=\"uagb-tm__author-name\"><strong><strong><strong>Liz &amp; Eddie</strong></strong></strong></span><span class=\"uagb-tm__company\"></span></div></div></div></div></div></div></div>\n<!-- /wp:uagb/testimonial --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"14e7e4e7\",\"widthDesktop\":50,\"variationSelected\":true,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-14e7e4e7\"><!-- wp:uagb/testimonial {\"test_item_count\":1,\"classMigrate\":true,\"test_block\":[{\"description\":\"\\u0022Judy, what a wonderful place you have here - we were so delighted to spend the weekend here, so tranquil, peaceful, and beautiful. You made us feel right at home. Definitely a place worth 5 stars! Go well.\\u0022​\",\"name\":\"\\u003cstrong\\u003e\\u003cstrong\\u003eBrian\\u003c/strong\\u003e\\u003c/strong\\u003e \\u003cstrong\\u003e\\u003cstrong\\u003e\\u003cstrong\\u003eand \\u003cstrong\\u003eMariska\\u003c/strong\\u003e\\u003c/strong\\u003e\\u003cbr\\u003e\\u003c/strong\\u003e\\u003c/strong\\u003e\",\"company\":\"\",\"image\":{\"id\":120,\"title\":\"testimonial2\",\"filename\":\"testimonial2.jpg\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/testimonial2.jpg\",\"link\":\"https://blueroan.netgen.cloud/testimonial2/\",\"alt\":\"\",\"author\":\"34\",\"description\":\"\",\"caption\":\"\",\"name\":\"testimonial2\",\"status\":\"inherit\",\"uploadedTo\":0,\"date\":\"2021-05-11T05:02:03.000Z\",\"modified\":\"2021-05-11T05:02:03.000Z\",\"menuOrder\":0,\"mime\":\"image/jpeg\",\"type\":\"image\",\"subtype\":\"jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/default.png\",\"dateFormatted\":\"May 11, 2021\",\"nonces\":{\"update\":\"1ee6412858\",\"delete\":\"4414a2ccbf\",\"edit\":\"bde7b1f490\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=120\\u0026action=edit\",\"meta\":false,\"authorName\":\"Rishabh\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/user-edit.php?user_id=34\",\"filesizeInBytes\":10087,\"filesizeHumanReadable\":\"10 KB\",\"context\":\"\",\"height\":250,\"width\":250,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/testimonial2-150x150.jpg\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/testimonial2.jpg\",\"height\":250,\"width\":250,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}}}],\"headingAlign\":\"left\",\"headingAlignTablet\":\"left\",\"headingAlignMobile\":\"left\",\"descColor\":\"var(\\u002d\\u002dast-global-color-3)\",\"nameFontSize\":14,\"nameLineHeight\":1,\"descFontSize\":16,\"descFontWeight\":\"600\",\"nameSpace\":1,\"block_id\":\"e0218e52\",\"iconImage\":{\"url\":\"\",\"alt\":\"InfoBox placeholder img\"},\"imageWidth\":32,\"columnGap\":1,\"borderStyle\":\"\",\"paddingTop\":0,\"paddingBottom\":0,\"paddingLeft\":0,\"paddingRight\":0,\"spacingLink\":true,\"imgpaddingTop\":0,\"imgpaddingRight\":15,\"imgpaddingBottom\":0,\"imgpaddingLeft\":0,\"overallBorderStyle\":\"none\",\"imgTagHeight\":32,\"imgTagWidth\":150} -->\n<div class=\"wp-block-uagb-testimonial uagb-slick-carousel uagb-tm__arrow-outside uagb-block-e0218e52 uagb-post__carousel_notset uagb-post__carousel_notset-tablet uagb-post__carousel_notset-mobile\"><div class=\"is-carousel uagb-tm__columns-1 uagb-tm__items\"><div class=\"uagb-testimonial__wrap  uagb-tm__imgicon-style-circle uagb-tm__image-position-bottom uagb-tm__bg-type-none \"><div class=\"uagb-tm__content\"><div class=\"uagb-tm__overlay\"></div><div class=\"uagb-tm__text-wrap\"><div class=\"uagb-tm__desc\">\"Judy, what a wonderful place you have here - we were so delighted to spend the weekend here, so tranquil, peaceful, and beautiful. You made us feel right at home. Definitely a place worth 5 stars! Go well.\"​</div><div class=\"uagb-tm__meta-inner\"><div class=\"uagb-tm__image-content\"><div class=\"uagb-tm__image\"><img class=\"uagb-tm-img-src\" src=\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/testimonial2-150x150.jpg\" alt=\"\" width=\"32\" height=\"32\" loading=\"lazy\"/></div></div><div class=\"uagb-testimonial-details\"><span class=\"uagb-tm__author-name\"><strong><strong>Brian</strong></strong> <strong><strong><strong>and <strong>Mariska</strong></strong><br></strong></strong></span><span class=\"uagb-tm__company\"></span></div></div></div></div></div></div></div>\n<!-- /wp:uagb/testimonial -->\n\n<!-- wp:uagb/testimonial {\"test_item_count\":1,\"classMigrate\":true,\"test_block\":[{\"description\":\"\\u0022Thank you for the most wonderful time, Judy!  This was the most peaceful and perfect place to get engaged!  We will most certainly be back!!!  Your hospitality cannot be topped!\\u0022​\",\"name\":\"\\u003cstrong\\u003e\\u003cstrong\\u003e\\u003cstrong\\u003e\\u003cstrong\\u003eBrett and Kelly\\u003c/strong\\u003e\\u003c/strong\\u003e\\u003c/strong\\u003e\\u003c/strong\\u003e\",\"company\":\"\",\"image\":{\"id\":121,\"title\":\"testimonial3\",\"filename\":\"testimonial3.jpg\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/testimonial3.jpg\",\"link\":\"https://blueroan.netgen.cloud/testimonial3/\",\"alt\":\"\",\"author\":\"34\",\"description\":\"\",\"caption\":\"\",\"name\":\"testimonial3\",\"status\":\"inherit\",\"uploadedTo\":0,\"date\":\"2021-05-11T05:02:05.000Z\",\"modified\":\"2021-05-11T05:02:05.000Z\",\"menuOrder\":0,\"mime\":\"image/jpeg\",\"type\":\"image\",\"subtype\":\"jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/default.png\",\"dateFormatted\":\"May 11, 2021\",\"nonces\":{\"update\":\"290653da5d\",\"delete\":\"90a4fb2d63\",\"edit\":\"ff8a64e56e\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=121\\u0026action=edit\",\"meta\":false,\"authorName\":\"Rishabh\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/user-edit.php?user_id=34\",\"filesizeInBytes\":8748,\"filesizeHumanReadable\":\"9 KB\",\"context\":\"\",\"height\":250,\"width\":250,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/testimonial3-150x150.jpg\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/testimonial3.jpg\",\"height\":250,\"width\":250,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}}}],\"headingAlign\":\"left\",\"headingAlignTablet\":\"left\",\"headingAlignMobile\":\"left\",\"descColor\":\"var(\\u002d\\u002dast-global-color-3)\",\"nameFontSize\":14,\"nameLineHeight\":1,\"descFontSize\":16,\"descFontWeight\":\"600\",\"nameSpace\":1,\"block_id\":\"541b7484\",\"iconImage\":{\"url\":\"\",\"alt\":\"InfoBox placeholder img\"},\"imageWidth\":32,\"columnGap\":1,\"borderStyle\":\"\",\"paddingTop\":0,\"paddingBottom\":0,\"paddingLeft\":0,\"paddingRight\":0,\"spacingLink\":true,\"imgpaddingTop\":0,\"imgpaddingRight\":15,\"imgpaddingBottom\":0,\"imgpaddingLeft\":0,\"overallBorderStyle\":\"none\",\"imgTagHeight\":32,\"imgTagWidth\":150} -->\n<div class=\"wp-block-uagb-testimonial uagb-slick-carousel uagb-tm__arrow-outside uagb-block-541b7484 uagb-post__carousel_notset uagb-post__carousel_notset-tablet uagb-post__carousel_notset-mobile\"><div class=\"is-carousel uagb-tm__columns-1 uagb-tm__items\"><div class=\"uagb-testimonial__wrap  uagb-tm__imgicon-style-circle uagb-tm__image-position-bottom uagb-tm__bg-type-none \"><div class=\"uagb-tm__content\"><div class=\"uagb-tm__overlay\"></div><div class=\"uagb-tm__text-wrap\"><div class=\"uagb-tm__desc\">\"Thank you for the most wonderful time, Judy!  This was the most peaceful and perfect place to get engaged!  We will most certainly be back!!!  Your hospitality cannot be topped!\"​</div><div class=\"uagb-tm__meta-inner\"><div class=\"uagb-tm__image-content\"><div class=\"uagb-tm__image\"><img class=\"uagb-tm-img-src\" src=\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/testimonial3-150x150.jpg\" alt=\"\" width=\"32\" height=\"32\" loading=\"lazy\"/></div></div><div class=\"uagb-testimonial-details\"><span class=\"uagb-tm__author-name\"><strong><strong><strong><strong>Brett and Kelly</strong></strong></strong></strong></span><span class=\"uagb-tm__company\"></span></div></div></div></div></div></div></div>\n<!-- /wp:uagb/testimonial --></div>\n<!-- /wp:uagb/container --></div>\n<!-- /wp:uagb/container --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"2f60ad82\",\"innerContentCustomWidthDesktop\":781,\"innerContentCustomWidthTablet\":781,\"backgroundType\":\"image\",\"backgroundImageDesktop\":{\"id\":809,\"title\":\"26759994757_767d9794fd_b\",\"filename\":\"26759994757_767d9794fd_b.jpg\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/26759994757_767d9794fd_b.jpg\",\"link\":\"https://blueroan.netgen.cloud/?attachment_id=809\",\"alt\":\"\",\"author\":\"2\",\"description\":\"\",\"caption\":\"\",\"name\":\"26759994757_767d9794fd_b\",\"status\":\"inherit\",\"uploadedTo\":805,\"date\":\"2022-12-13T09:51:53.000Z\",\"modified\":\"2022-12-13T09:51:53.000Z\",\"menuOrder\":0,\"mime\":\"image/jpeg\",\"type\":\"image\",\"subtype\":\"jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-includes/images/media/default.png\",\"dateFormatted\":\"December 13, 2022\",\"nonces\":{\"update\":\"39b5c0eef1\",\"delete\":\"fde92abd83\",\"edit\":\"3923face9e\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=809\\u0026action=edit\",\"meta\":false,\"authorName\":\"Netgen Support\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/profile.php\",\"uploadedToTitle\":\"Magaliesburg\",\"uploadedToLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=805\\u0026action=edit\",\"filesizeInBytes\":143610,\"filesizeHumanReadable\":\"140 KB\",\"context\":\"\",\"height\":683,\"width\":1024,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/26759994757_767d9794fd_b-150x150.jpg\",\"orientation\":\"landscape\"},\"medium\":{\"height\":200,\"width\":300,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/26759994757_767d9794fd_b-300x200.jpg\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/26759994757_767d9794fd_b.jpg\",\"height\":683,\"width\":1024,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"backgroundImageColor\":\"rgba(42,42,42,0.65)\",\"topPaddingDesktop\":144,\"bottomPaddingDesktop\":144,\"leftPaddingDesktop\":40,\"rightPaddingDesktop\":40,\"topPaddingTablet\":80,\"bottomPaddingTablet\":80,\"leftPaddingTablet\":40,\"rightPaddingTablet\":40,\"topPaddingMobile\":64,\"bottomPaddingMobile\":64,\"leftPaddingMobile\":24,\"rightPaddingMobile\":24,\"paddingLink\":false,\"variationSelected\":true,\"isBlockRootParent\":true,\"overlayType\":\"color\"} -->\n<div class=\"wp-block-uagb-container uagb-block-2f60ad82 alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/advanced-heading {\"block_id\":\"226e29da\",\"classMigrate\":true,\"headingDescToggle\":true,\"headingAlign\":\"center\",\"headingColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"subHeadingColor\":\"var(\\u002d\\u002dast-global-color-4)\",\"headSpace\":20} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-226e29da\"><h2 class=\"uagb-heading-text\">Plan an Unforgettable Experience at <br>Blue Roan!</h2><p class=\"uagb-desc-text\">Blue Roan is a 3-star graded pet-friendly venue</p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/advanced-heading {\"block_id\":\"66b9987e\",\"classMigrate\":true,\"headingTitleToggle\":false,\"headingDescToggle\":true,\"headingAlign\":\"center\",\"subHeadingColor\":\"var(\\u002d\\u002dast-global-color-4)\",\"subHeadTransform\":\"uppercase\",\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"subHeadLetterSpacing\":2,\"blockTopPadding\":60,\"blockRightPadding\":0,\"blockLeftPadding\":0,\"blockBottomPadding\":0,\"blockTopPaddingMobile\":30,\"blockRightPaddingMobile\":0,\"blockLeftPaddingMobile\":0,\"blockBottomPaddingMobile\":0,\"linkColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"linkHColor\":\"var(\\u002d\\u002dast-global-color-0)\"} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-66b9987e\"><p class=\"uagb-desc-text\"><a href=\"https://book.nightsbridge.com/11065\" target=\"_blank\" rel=\"noreferrer noopener\">BOOK YOUR STAY NOW​</a></p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/icon-list {\"block_id\":\"113d1ef6\",\"classMigrate\":true,\"childMigrate\":true,\"align\":\"center\",\"parentIcon\":\"phone\",\"size\":40,\"sizeMobile\":24,\"sizeTablet\":32,\"fontSize\":48,\"fontSizeMobile\":28,\"fontSizeTablet\":40,\"fontWeight\":\"600\",\"iconColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"labelColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"blockTopPadding\":0,\"blockRightPadding\":0,\"blockLeftPadding\":0,\"blockBottomPadding\":24,\"blockPaddingLink\":false} -->\n<div class=\"wp-block-uagb-icon-list uagb-block-113d1ef6\"><div class=\"uagb-icon-list__wrap\"><!-- wp:uagb/icon-list-child {\"block_id\":\"a137da1d\",\"label\":\" + 27 (0) 82 575 5409\",\"label_color\":\"\",\"link\":\"tel:+27825755409\",\"disableLink\":true,\"fromParentIcon\":\"phone\",\"imageSizeChild\":40} -->\n<div class=\"wp-block-uagb-icon-list-child uagb-block-a137da1d\"><a target=\"_self\" aria-label=\" + 27 (0) 82 575 5409\" rel=\"noopener noreferrer\" href=\"tel:+27825755409\"> </a><span class=\"uagb-icon-list__source-wrap\"><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M511.2 387l-23.25 100.8c-3.266 14.25-15.79 24.22-30.46 24.22C205.2 512 0 306.8 0 54.5c0-14.66 9.969-27.2 24.22-30.45l100.8-23.25C139.7-2.602 154.7 5.018 160.8 18.92l46.52 108.5c5.438 12.78 1.77 27.67-8.98 36.45L144.5 207.1c33.98 69.22 90.26 125.5 159.5 159.5l44.08-53.8c8.688-10.78 23.69-14.51 36.47-8.975l108.5 46.51C506.1 357.2 514.6 372.4 511.2 387z\"></path></svg></span><span class=\"uagb-icon-list__label\"> + 27 (0) 82 575 5409</span></div>\n<!-- /wp:uagb/icon-list-child -->\n\n<!-- wp:uagb/icon-list-child {\"block_id\":\"96f5d59d\",\"label\":\"blueroan@ugo.co.za\",\"icon\":\"envelope\",\"label_color\":\"\",\"link\":\"mailto:blueroan@ugo.co.za\",\"disableLink\":true,\"fromParentIcon\":\"phone\",\"imageSizeChild\":40} -->\n<div class=\"wp-block-uagb-icon-list-child uagb-block-96f5d59d\"><a target=\"_self\" aria-label=\"blueroan@ugo.co.za\" rel=\"noopener noreferrer\" href=\"mailto:blueroan@ugo.co.za\"> </a><span class=\"uagb-icon-list__source-wrap\"><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M464 64C490.5 64 512 85.49 512 112C512 127.1 504.9 141.3 492.8 150.4L275.2 313.6C263.8 322.1 248.2 322.1 236.8 313.6L19.2 150.4C7.113 141.3 0 127.1 0 112C0 85.49 21.49 64 48 64H464zM217.6 339.2C240.4 356.3 271.6 356.3 294.4 339.2L512 176V384C512 419.3 483.3 448 448 448H64C28.65 448 0 419.3 0 384V176L217.6 339.2z\"></path></svg></span><span class=\"uagb-icon-list__label\">blueroan@ugo.co.za</span></div>\n<!-- /wp:uagb/icon-list-child --></div></div>\n<!-- /wp:uagb/icon-list --></div></div>\n<!-- /wp:uagb/container -->',	'Home',	'',	'inherit',	'closed',	'closed',	'',	'760-revision-v1',	'',	'',	'2022-12-21 10:49:35',	'2022-12-21 10:49:35',	'',	760,	'https://blueroan.netgen.cloud/?p=1373',	0,	'revision',	'',	0),
(1374,	2,	'2022-12-21 10:52:46',	'2022-12-21 10:52:46',	'<!-- wp:uagb/container {\"block_id\":\"0d585283\",\"minHeightDesktop\":95,\"minHeightTablet\":70,\"minHeightMobile\":80,\"minHeightType\":\"vh\",\"alignItemsDesktop\":\"flex-start\",\"backgroundType\":\"image\",\"backgroundImageDesktop\":{\"uploading\":false,\"date\":1670921854000,\"filename\":\"Blue-Roan-pool.jpg\",\"menuOrder\":0,\"uploadedTo\":760,\"type\":\"image\",\"subtype\":\"jpeg\",\"id\":784,\"title\":\"Blue Roan - pool\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Blue-Roan-pool.jpg\",\"link\":\"https://blueroan.netgen.cloud/home/blue-roan-pool/\",\"alt\":\"\",\"author\":\"2\",\"description\":\"\",\"caption\":\"\",\"name\":\"blue-roan-pool\",\"status\":\"inherit\",\"modified\":1670921854000,\"mime\":\"image/jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-includes/images/media/default.png\",\"dateFormatted\":\"December 13, 2022\",\"nonces\":{\"update\":\"51a12ed09e\",\"delete\":\"5174068551\",\"edit\":\"1de0721407\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=784\\u0026action=edit\",\"meta\":false,\"authorName\":\"Netgen Support\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/profile.php\",\"uploadedToTitle\":\"Home\",\"uploadedToLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=760\\u0026action=edit\",\"filesizeInBytes\":154801,\"filesizeHumanReadable\":\"151 KB\",\"context\":\"\",\"height\":667,\"width\":1000,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Blue-Roan-pool-150x150.jpg\",\"orientation\":\"landscape\"},\"medium\":{\"height\":200,\"width\":300,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Blue-Roan-pool-300x200.jpg\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Blue-Roan-pool.jpg\",\"height\":667,\"width\":1000,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"backgroundPositionDesktop\":{\"x\":0.5,\"y\":0.25},\"backgroundImageColor\":\"rgba(42,42,42,0.35)\",\"topPaddingDesktop\":0,\"bottomPaddingDesktop\":0,\"leftPaddingDesktop\":40,\"rightPaddingDesktop\":40,\"topPaddingTablet\":120,\"bottomPaddingTablet\":120,\"leftPaddingTablet\":40,\"rightPaddingTablet\":40,\"topPaddingMobile\":150,\"bottomPaddingMobile\":150,\"leftPaddingMobile\":20,\"rightPaddingMobile\":20,\"paddingLink\":false,\"variationSelected\":true,\"isBlockRootParent\":true,\"overlayType\":\"color\",\"minHeightTypeTablet\":\"vh\",\"minHeightTypeMobile\":\"vh\"} -->\n<div class=\"wp-block-uagb-container uagb-block-0d585283 alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/info-box {\"classMigrate\":true,\"headingAlign\":\"left\",\"headingColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"subHeadingColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"headingTag\":\"h1\",\"subHeadFontSize\":17,\"subHeadFontSizeMobile\":15,\"headSpace\":20,\"subHeadSpace\":40,\"block_id\":\"1c31e6af\",\"ctaIcon\":\"\",\"ctaType\":\"button\",\"ctaText\":\"Book Your Stay Now\",\"ctaLink\":\"https://book.nightsbridge.com/11065\",\"ctaBtnLinkColor\":\"var(\\u002d\\u002dast-global-color-2)\",\"ctaLinkHoverColor\":\"var(\\u002d\\u002dast-global-color-2)\",\"ctaBgColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"ctaBgHoverColor\":\"var(\\u002d\\u002dast-global-color-4)\",\"ctaBorderColor\":\"\",\"ctaBorderStyle\":\"\",\"ctaBorderWidth\":\"\",\"ctaBorderRadius\":\"\",\"iconImage\":{\"url\":\"\",\"alt\":\"InfoBox placeholder img\"},\"showIcon\":false,\"paddingBtnTop\":18,\"paddingBtnBottom\":18,\"paddingBtnLeft\":34,\"paddingBtnRight\":34,\"blockTopPadding\":5,\"blockRightPadding\":40,\"blockLeftPadding\":0,\"blockBottomPadding\":0,\"blockTopPaddingTablet\":0,\"blockRightPaddingTablet\":64,\"blockLeftPaddingTablet\":0,\"blockBottomPaddingTablet\":0,\"blockTopPaddingMobile\":0,\"blockRightPaddingMobile\":0,\"blockLeftPaddingMobile\":0,\"blockBottomPaddingMobile\":0,\"blockPaddingUnit\":\"%\",\"blockPaddingLink\":false,\"subHeadMarginTopTablet\":0,\"subHeadMarginRightTablet\":64,\"subHeadTabletSpace\":40,\"subHeadMarginLeftTablet\":0,\"subHeadMarginTopMobile\":0,\"subHeadMarginRightMobile\":0,\"subHeadMobileSpace\":40,\"subHeadMarginLeftMobile\":0,\"btnBorderTopWidth\":1,\"btnBorderLeftWidth\":1,\"btnBorderRightWidth\":1,\"btnBorderBottomWidth\":1,\"btnBorderTopLeftRadius\":0,\"btnBorderTopRightRadius\":0,\"btnBorderBottomLeftRadius\":0,\"btnBorderBottomRightRadius\":0,\"btnBorderStyle\":\"none\",\"btnBorderColor\":\"#333\",\"zIndex\":null} -->\n<div class=\"wp-block-uagb-info-box uagb-block-1c31e6af uagb-infobox__content-wrap  uagb-infobox-icon-above-title uagb-infobox-image-valign-top\"><div class=\"uagb-ifb-content\"><div class=\"uagb-ifb-title-wrap\"><h1 class=\"uagb-ifb-title\"><strong>Magaliesburg pet friendly self-catering accommodation</strong></h1></div><p class=\"uagb-ifb-desc\">Romantic pet-friendly self-catering accommodation in Magaliesburg, Gauteng.</p><div class=\"uagb-ifb-button-wrapper wp-block-button\"><a href=\"https://book.nightsbridge.com/11065\" class=\"uagb-infobox-cta-link wp-block-button__link\" target=\"_self\" rel=\"noopener noreferrer\" alt=\"\"><span class=\"uagb-inline-editing\">Book Your Stay Now</span></a></div></div></div>\n<!-- /wp:uagb/info-box -->\n\n<!-- wp:buttons -->\n<div class=\"wp-block-buttons\"><!-- wp:button {\"backgroundColor\":\"ast-global-color-5\",\"textColor\":\"ast-global-color-2\",\"width\":25,\"style\":{\"spacing\":{\"padding\":{\"top\":\"var:preset|spacing|40\",\"right\":\"var:preset|spacing|40\",\"bottom\":\"var:preset|spacing|40\",\"left\":\"var:preset|spacing|40\"}}},\"className\":\"is-style-fill\",\"fontSize\":\"small\"} -->\n<div class=\"wp-block-button has-custom-width wp-block-button__width-25 has-custom-font-size is-style-fill has-small-font-size\"><a class=\"wp-block-button__link has-ast-global-color-2-color has-ast-global-color-5-background-color has-text-color has-background wp-element-button\" style=\"padding-top:var(--wp--preset--spacing--40);padding-right:var(--wp--preset--spacing--40);padding-bottom:var(--wp--preset--spacing--40);padding-left:var(--wp--preset--spacing--40)\" rel=\"https://book.nightsbridge.com/11065\">Check availability</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"35d732cc\",\"directionDesktop\":\"row\",\"directionMobile\":\"column-reverse\",\"alignItemsDesktop\":\"flex-start\",\"backgroundType\":\"color\",\"backgroundSizeTablet\":\"cover\",\"backgroundSizeMobile\":\"cover\",\"backgroundColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"topPaddingDesktop\":60,\"bottomPaddingDesktop\":60,\"topPaddingTablet\":80,\"bottomPaddingTablet\":80,\"leftPaddingTablet\":40,\"rightPaddingTablet\":40,\"topPaddingMobile\":64,\"bottomPaddingMobile\":64,\"leftPaddingMobile\":24,\"rightPaddingMobile\":24,\"paddingLink\":false,\"variationSelected\":true,\"columnGapDesktop\":60,\"columnGapTablet\":50,\"isBlockRootParent\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-35d732cc alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/container {\"block_id\":\"89dec69c\",\"widthDesktop\":50,\"variationSelected\":true,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-89dec69c\"><!-- wp:image {\"id\":797,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-13.jpg\" alt=\"\" class=\"wp-image-797\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>We have 7 lovely brick&nbsp;<strong>self-catering</strong>&nbsp;units, each one private and with its own character and theme. &nbsp;They are designed exclusively for couples with or without pets wanting a romantic and peaceful place to connect, re-connect, celebrate special occasions, or somewhere quiet and comfortable to come for a holiday</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:buttons -->\n<div class=\"wp-block-buttons\"><!-- wp:button -->\n<div class=\"wp-block-button\"><a class=\"wp-block-button__link wp-element-button\" href=\"/accommodation/\">View accomodation</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"01ffe196\",\"widthDesktop\":50,\"leftPaddingDesktop\":0,\"paddingLink\":false,\"variationSelected\":true,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-01ffe196\"><!-- wp:uagb/advanced-heading {\"block_id\":\"aab7aba4\",\"classMigrate\":true,\"headingDescToggle\":true,\"subHeadingColor\":\"\",\"headSpace\":20,\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-aab7aba4\"><h2 class=\"uagb-heading-text\"><strong>Blue Roan is a 3-star graded pet-friendly venue</strong></h2><p class=\"uagb-desc-text\">Our goal is to provide high-quality, romantic, comfortable, and affordable self-catering accommodation on the outskirts of the village of &nbsp;Magaliesburg. &nbsp;For animal lovers, we are also&nbsp;pet-friendly&nbsp;by arrangement in most of the units all of which have their own fully fenced and gated private grassy gardens.</p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/image {\"block_id\":\"b364d0d4\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/hammock-in-the-garden.jpg\",\"align\":\"left\",\"id\":799,\"linkDestination\":\"none\",\"naturalWidth\":600,\"naturalHeight\":400,\"sizeSlug\":\"full\",\"sizeSlugTablet\":\"full\",\"sizeSlugMobile\":\"full\",\"imageTopMargin\":20,\"imageRightMargin\":0,\"imageLeftMargin\":0,\"imageBottomMargin\":0,\"imageTopMarginMobile\":0,\"imageRightMarginMobile\":0,\"imageLeftMarginMobile\":0,\"imageBottomMarginMobile\":0,\"imageMarginLink\":false} -->\n<div class=\"wp-block-uagb-image uagb-block-b364d0d4 wp-block-uagb-image--layout-default wp-block-uagb-image--effect-static wp-block-uagb-image--align-left\"><figure class=\"wp-block-uagb-image__figure\"><img srcset=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/hammock-in-the-garden.jpg \" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/hammock-in-the-garden.jpg\" alt=\"\" class=\"uag-image-799\" width=\"\" height=\"\" title=\"\" loading=\"lazy\"/></figure></div>\n<!-- /wp:uagb/image --></div>\n<!-- /wp:uagb/container --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"94de5b4c\",\"directionDesktop\":\"row\",\"directionMobile\":\"column-reverse\",\"alignItemsDesktop\":\"flex-start\",\"backgroundType\":\"color\",\"backgroundSizeTablet\":\"cover\",\"backgroundSizeMobile\":\"cover\",\"backgroundColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"topPaddingDesktop\":0,\"bottomPaddingDesktop\":0,\"topPaddingTablet\":80,\"bottomPaddingTablet\":80,\"leftPaddingTablet\":40,\"rightPaddingTablet\":40,\"topPaddingMobile\":64,\"bottomPaddingMobile\":64,\"leftPaddingMobile\":24,\"rightPaddingMobile\":24,\"paddingLink\":false,\"variationSelected\":true,\"rowGapDesktop\":0,\"columnGapDesktop\":0,\"columnGapTablet\":50,\"isBlockRootParent\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-94de5b4c alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:image {\"align\":\"center\",\"id\":1344,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image aligncenter size-large\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/tgcsa-full-3-stars-1024x366.jpg\" alt=\"\" class=\"wp-image-1344\"/></figure>\n<!-- /wp:image --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"5c44e508\",\"backgroundType\":\"color\",\"backgroundSizeTablet\":\"cover\",\"backgroundSizeMobile\":\"cover\",\"backgroundColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"topPaddingDesktop\":50,\"bottomPaddingDesktop\":100,\"topPaddingTablet\":50,\"bottomPaddingTablet\":25,\"leftPaddingTablet\":20,\"rightPaddingTablet\":20,\"topPaddingMobile\":50,\"bottomPaddingMobile\":20,\"leftPaddingMobile\":20,\"rightPaddingMobile\":20,\"paddingLink\":false,\"variationSelected\":true,\"rowGapDesktop\":0,\"isBlockRootParent\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-5c44e508 alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/container {\"block_id\":\"f49bb2f0\",\"directionDesktop\":\"row\",\"alignItemsDesktop\":\"flex-end\",\"alignItemsTablet\":\"flex-end\",\"justifyContentDesktop\":\"flex-end\",\"justifyContentTablet\":\"space-between\",\"variationSelected\":true,\"rowGapMobile\":30,\"columnGapDesktop\":0} -->\n<div class=\"wp-block-uagb-container uagb-block-f49bb2f0\"><!-- wp:uagb/advanced-heading {\"block_id\":\"b00c2c0f\",\"classMigrate\":true,\"headingDescToggle\":true,\"subHeadingColor\":\"\",\"headSpace\":20,\"subHeadFontSize\":16} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-b00c2c0f\"><h2 class=\"uagb-heading-text\">Amenities &amp; Interests ​</h2><p class=\"uagb-desc-text\">The Blue Roan Country Lodge is situated just 5 minutes from the village of Magaliesburg on a tar road so easy access for all cars. &nbsp;We have panoramic views of the Magaliesberg mountain range and our farm is the perfect place for a relaxing getaway in the country. &nbsp;As we are only 70 km from JHB and Pretoria, it is only an hour’s drive.</p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/buttons {\"block_id\":\"99b351c7\",\"classMigrate\":true,\"childMigrate\":true,\"align\":\"right\",\"alignTablet\":\"right\",\"alignMobile\":\"left\",\"gap\":0} -->\n<div class=\"wp-block-uagb-buttons uagb-buttons__outer-wrap uagb-btn__default-btn uagb-btn-tablet__default-btn uagb-btn-mobile__default-btn uagb-block-99b351c7\"><div class=\"uagb-buttons__wrap uagb-buttons-layout-wrap\"><!-- wp:uagb/buttons-child {\"block_id\":\"8b121466\",\"label\":\"View All\",\"link\":\"/amenities/\",\"hColor\":\"\",\"borderWidth\":\"\",\"borderRadius\":\"\",\"borderStyle\":\"\",\"borderColor\":\"\",\"borderHColor\":\"\",\"btnBorderTopWidth\":1,\"btnBorderLeftWidth\":1,\"btnBorderRightWidth\":1,\"btnBorderBottomWidth\":1,\"btnBorderTopLeftRadius\":2,\"btnBorderTopRightRadius\":2,\"btnBorderBottomLeftRadius\":2,\"btnBorderBottomRightRadius\":2,\"btnBorderStyle\":\"solid\",\"btnBorderColor\":\"#333\",\"btnBorderHColor\":\"#333\"} -->\n<div class=\"wp-block-uagb-buttons-child uagb-buttons__outer-wrap uagb-block-8b121466 wp-block-button is-style-outline\"><div class=\"uagb-button__wrapper\"><a class=\"uagb-buttons-repeater wp-block-button__link\" href=\"/amenities/\" rel=\"follow noopener\" target=\"_self\"><div class=\"uagb-button__link\">View All</div></a></div></div>\n<!-- /wp:uagb/buttons-child --></div></div>\n<!-- /wp:uagb/buttons --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"74751ec1\",\"directionDesktop\":\"row\",\"alignItemsTablet\":\"flex-start\",\"paddingLink\":false,\"topMarginDesktop\":50,\"bottomMarginDesktop\":20,\"leftMarginDesktop\":0,\"rightMarginDesktop\":0,\"marginLink\":false,\"variationSelected\":true,\"rowGapMobile\":65,\"columnGapDesktop\":48,\"columnGapTablet\":20} -->\n<div class=\"wp-block-uagb-container uagb-block-74751ec1\"><!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"align\":\"center\",\"id\":828,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image aligncenter size-full\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Blue-Roan-pool.png\" alt=\"Blue Roan\'s rock pool\" class=\"wp-image-828\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>A relaxing rock Pool​</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>We have a lovely sparkling blue rock pool next to a thatched Lapa. &nbsp;&nbsp;Lie on recliners on the green lawn or sit on the swing chair in the Lapa and enjoy the panoramic view of the Magaliesberg mountain range.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":829,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/img-20160605-wa0002-largejpg.png\" alt=\"\" class=\"wp-image-829\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>Braai facilities </h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>What can compare to a burning fire under the star-lit African sky? Nothing beats the flavor of cooking over an open flame.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":1354,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Games-Room.png\" alt=\"\" class=\"wp-image-1354\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>A games room </h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>The reception is also a games room for those who enjoy darts or playing pool. &nbsp;Take a selection of DVDs back to your room and watch movies on your own DVD player. &nbsp;There is also a selection of board games and music CDs that you can borrow.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div>\n<!-- /wp:uagb/container --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"f3c0bdbf\",\"backgroundType\":\"color\",\"backgroundSizeTablet\":\"cover\",\"backgroundSizeMobile\":\"cover\",\"backgroundColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"bottomPaddingDesktop\":104,\"leftPaddingDesktop\":40,\"rightPaddingDesktop\":40,\"topPaddingTablet\":80,\"bottomPaddingTablet\":80,\"leftPaddingTablet\":40,\"rightPaddingTablet\":40,\"topPaddingMobile\":64,\"bottomPaddingMobile\":64,\"leftPaddingMobile\":24,\"rightPaddingMobile\":24,\"paddingLink\":false,\"variationSelected\":true,\"rowGapDesktop\":0,\"isBlockRootParent\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-f3c0bdbf alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/advanced-heading {\"block_id\":\"ac92718f\",\"classMigrate\":true,\"headingDescToggle\":true,\"headingAlign\":\"center\",\"headingAlignMobile\":\"left\",\"subHeadingColor\":\"\",\"headSpace\":20,\"subHeadFontSize\":16,\"blockBottomPadding\":20} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-ac92718f\"><h2 class=\"uagb-heading-text\">Our Inside Pictures​</h2><p class=\"uagb-desc-text\">Take a look at some pretty pictures captured in and around our premises.</p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/container {\"block_id\":\"7924f026\",\"directionDesktop\":\"row\",\"alignItemsDesktop\":\"flex-start\",\"topMarginDesktop\":20,\"bottomMarginDesktop\":0,\"leftMarginDesktop\":0,\"rightMarginDesktop\":0,\"marginLink\":false,\"variationSelected\":true,\"rowGapMobile\":24,\"columnGapDesktop\":24,\"columnGapTablet\":20} -->\n<div class=\"wp-block-uagb-container uagb-block-7924f026\"><!-- wp:uagb/container {\"block_id\":\"05fee2ce\",\"widthDesktop\":32,\"variationSelected\":true,\"rowGapDesktop\":24,\"rowGapTablet\":20,\"rowGapMobile\":24,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-05fee2ce\"><!-- wp:uagb/image {\"block_id\":\"bd81c9c9\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/red-rose-1024x683.jpg\",\"id\":834,\"linkDestination\":\"none\",\"width\":385,\"height\":284,\"naturalWidth\":1024,\"naturalHeight\":683,\"sizeSlug\":\"large\",\"sizeSlugTablet\":\"large\",\"sizeSlugMobile\":\"large\",\"customHeightSetDesktop\":true} -->\n<div class=\"wp-block-uagb-image uagb-block-bd81c9c9 wp-block-uagb-image--layout-default wp-block-uagb-image--effect-static wp-block-uagb-image--align-none\"><figure class=\"wp-block-uagb-image__figure\"><img srcset=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/red-rose-1024x683.jpg \" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/red-rose-1024x683.jpg\" alt=\"\" class=\"uag-image-834\" width=\"385\" height=\"284\" title=\"\" loading=\"lazy\"/></figure></div>\n<!-- /wp:uagb/image -->\n\n<!-- wp:uagb/image {\"block_id\":\"e39b6738\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/49g.jpg\",\"id\":838,\"linkDestination\":\"none\",\"width\":385,\"height\":284,\"naturalWidth\":650,\"naturalHeight\":450,\"sizeSlug\":\"full\",\"sizeSlugTablet\":\"full\",\"sizeSlugMobile\":\"full\",\"customHeightSetDesktop\":true} -->\n<div class=\"wp-block-uagb-image uagb-block-e39b6738 wp-block-uagb-image--layout-default wp-block-uagb-image--effect-static wp-block-uagb-image--align-none\"><figure class=\"wp-block-uagb-image__figure\"><img srcset=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/49g.jpg \" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/49g.jpg\" alt=\"\" class=\"uag-image-838\" width=\"385\" height=\"284\" title=\"\" loading=\"lazy\"/></figure></div>\n<!-- /wp:uagb/image --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"c05e2ece\",\"widthDesktop\":67,\"variationSelected\":true,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-c05e2ece\"><!-- wp:uagb/image {\"block_id\":\"81fa5c7c\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAA39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba-1-1024x768.png\",\"id\":905,\"linkDestination\":\"none\",\"naturalWidth\":1024,\"naturalHeight\":768,\"sizeSlug\":\"large\",\"sizeSlugTablet\":\"large\",\"sizeSlugMobile\":\"large\"} -->\n<div class=\"wp-block-uagb-image uagb-block-81fa5c7c wp-block-uagb-image--layout-default wp-block-uagb-image--effect-static wp-block-uagb-image--align-none\"><figure class=\"wp-block-uagb-image__figure\"><img srcset=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAA39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba-1-1024x768.png \" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAA39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba-1-1024x768.png\" alt=\"\" class=\"uag-image-905\" width=\"\" height=\"\" title=\"\" loading=\"lazy\"/></figure></div>\n<!-- /wp:uagb/image --></div>\n<!-- /wp:uagb/container --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"bf504662\",\"directionDesktop\":\"row\",\"alignItemsDesktop\":\"flex-start\",\"topMarginDesktop\":24,\"bottomMarginDesktop\":0,\"leftMarginDesktop\":0,\"rightMarginDesktop\":0,\"topMarginTablet\":20,\"bottomMarginTablet\":0,\"leftMarginTablet\":0,\"rightMarginTablet\":0,\"topMarginMobile\":24,\"bottomMarginMobile\":0,\"leftMarginMobile\":0,\"rightMarginMobile\":0,\"marginLink\":false,\"variationSelected\":true,\"columnGapDesktop\":24,\"columnGapTablet\":20} -->\n<div class=\"wp-block-uagb-container uagb-block-bf504662\"><!-- wp:uagb/container {\"block_id\":\"5f829143\",\"widthDesktop\":67,\"variationSelected\":true,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-5f829143\"><!-- wp:image {\"id\":837,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-8-1024x678.jpg\" alt=\"\" class=\"wp-image-837\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"f1e725b0\",\"widthDesktop\":32,\"variationSelected\":true,\"rowGapDesktop\":24,\"rowGapTablet\":20,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-f1e725b0\"><!-- wp:uagb/image {\"block_id\":\"a830601b\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Blue-roan-pool-01.jpg\",\"id\":782,\"linkDestination\":\"none\",\"width\":385,\"height\":250,\"naturalWidth\":800,\"naturalHeight\":534,\"sizeSlug\":\"full\",\"sizeSlugTablet\":\"full\",\"sizeSlugMobile\":\"full\",\"customHeightSetDesktop\":true} -->\n<div class=\"wp-block-uagb-image uagb-block-a830601b wp-block-uagb-image--layout-default wp-block-uagb-image--effect-static wp-block-uagb-image--align-none\"><figure class=\"wp-block-uagb-image__figure\"><img srcset=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Blue-roan-pool-01.jpg \" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Blue-roan-pool-01.jpg\" alt=\"\" class=\"uag-image-782\" width=\"385\" height=\"250\" title=\"\" loading=\"lazy\"/></figure></div>\n<!-- /wp:uagb/image -->\n\n<!-- wp:uagb/image {\"block_id\":\"150353b2\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/bird-1024x683.jpg\",\"id\":910,\"linkDestination\":\"none\",\"width\":385,\"height\":250,\"naturalWidth\":1024,\"naturalHeight\":683,\"sizeSlug\":\"large\",\"sizeSlugTablet\":\"large\",\"sizeSlugMobile\":\"large\",\"customHeightSetDesktop\":true} -->\n<div class=\"wp-block-uagb-image uagb-block-150353b2 wp-block-uagb-image--layout-default wp-block-uagb-image--effect-static wp-block-uagb-image--align-none\"><figure class=\"wp-block-uagb-image__figure\"><img srcset=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/bird-1024x683.jpg \" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/bird-1024x683.jpg\" alt=\"\" class=\"uag-image-910\" width=\"385\" height=\"250\" title=\"\" loading=\"lazy\"/></figure></div>\n<!-- /wp:uagb/image --></div>\n<!-- /wp:uagb/container --></div>\n<!-- /wp:uagb/container --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"3412c19f\",\"backgroundType\":\"color\",\"backgroundSizeTablet\":\"cover\",\"backgroundSizeMobile\":\"cover\",\"backgroundColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"topPaddingDesktop\":40,\"bottomPaddingDesktop\":104,\"leftPaddingDesktop\":40,\"rightPaddingDesktop\":40,\"topPaddingTablet\":80,\"bottomPaddingTablet\":80,\"leftPaddingTablet\":40,\"rightPaddingTablet\":40,\"topPaddingMobile\":64,\"bottomPaddingMobile\":64,\"leftPaddingMobile\":24,\"rightPaddingMobile\":24,\"paddingLink\":false,\"variationSelected\":true,\"rowGapDesktop\":0,\"isBlockRootParent\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-3412c19f alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/advanced-heading {\"block_id\":\"b08e4e25\",\"classMigrate\":true,\"headingDescToggle\":true,\"headingAlign\":\"center\",\"headingAlignMobile\":\"left\",\"subHeadingColor\":\"\",\"headSpace\":20,\"subHeadFontSize\":16,\"blockBottomPadding\":20} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-b08e4e25\"><h2 class=\"uagb-heading-text\">What Our Guests Say​</h2><p class=\"uagb-desc-text\">We take pride in serving our guests the best experience. </p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/container {\"block_id\":\"5e4d14a0\",\"directionDesktop\":\"row\",\"topMarginDesktop\":40,\"bottomMarginDesktop\":0,\"leftMarginDesktop\":0,\"rightMarginDesktop\":0,\"marginLink\":false,\"variationSelected\":true,\"rowGapMobile\":40,\"columnGapDesktop\":90} -->\n<div class=\"wp-block-uagb-container uagb-block-5e4d14a0\"><!-- wp:uagb/container {\"block_id\":\"79290eaf\",\"widthDesktop\":50,\"variationSelected\":true,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-79290eaf\"><!-- wp:uagb/testimonial {\"test_item_count\":1,\"classMigrate\":true,\"test_block\":[{\"description\":\"\\u0022Thank you for a most enjoyable weekend stay and for making our anniversary so special.  Thank you for your kind and lovely friendship which we really appreciate!!!\\u0022​\",\"name\":\"\\u003cstrong\\u003eBrenda and Theuns\\u003c/strong\\u003e\",\"company\":\"\",\"image\":{\"id\":119,\"title\":\"testimonial1\",\"filename\":\"testimonial1.jpg\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/testimonial1.jpg\",\"link\":\"https://blueroan.netgen.cloud/testimonial1/\",\"alt\":\"\",\"author\":\"34\",\"description\":\"\",\"caption\":\"\",\"name\":\"testimonial1\",\"status\":\"inherit\",\"uploadedTo\":0,\"date\":\"2021-05-11T05:02:02.000Z\",\"modified\":\"2021-05-11T05:02:02.000Z\",\"menuOrder\":0,\"mime\":\"image/jpeg\",\"type\":\"image\",\"subtype\":\"jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/default.png\",\"dateFormatted\":\"May 11, 2021\",\"nonces\":{\"update\":\"b92fe40c3d\",\"delete\":\"643c1eb8f1\",\"edit\":\"d3e7d56b1d\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=119\\u0026action=edit\",\"meta\":false,\"authorName\":\"Rishabh\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/user-edit.php?user_id=34\",\"filesizeInBytes\":11264,\"filesizeHumanReadable\":\"11 KB\",\"context\":\"\",\"height\":250,\"width\":250,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/testimonial1-150x150.jpg\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/testimonial1.jpg\",\"height\":250,\"width\":250,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}}}],\"headingAlign\":\"left\",\"headingAlignTablet\":\"left\",\"headingAlignMobile\":\"left\",\"descColor\":\"var(\\u002d\\u002dast-global-color-3)\",\"nameFontSize\":14,\"nameLineHeight\":1,\"descFontSize\":16,\"descFontWeight\":\"600\",\"nameSpace\":1,\"block_id\":\"d90dd4c9\",\"iconImage\":{\"url\":\"\",\"alt\":\"InfoBox placeholder img\"},\"imageWidth\":32,\"columnGap\":1,\"borderStyle\":\"\",\"paddingTop\":0,\"paddingBottom\":0,\"paddingLeft\":0,\"paddingRight\":0,\"spacingLink\":true,\"imgpaddingTop\":0,\"imgpaddingRight\":15,\"imgpaddingBottom\":0,\"imgpaddingLeft\":0,\"overallBorderStyle\":\"none\",\"imgTagHeight\":32,\"imgTagWidth\":150} -->\n<div class=\"wp-block-uagb-testimonial uagb-slick-carousel uagb-tm__arrow-outside uagb-block-d90dd4c9 uagb-post__carousel_notset uagb-post__carousel_notset-tablet uagb-post__carousel_notset-mobile\"><div class=\"is-carousel uagb-tm__columns-1 uagb-tm__items\"><div class=\"uagb-testimonial__wrap  uagb-tm__imgicon-style-circle uagb-tm__image-position-bottom uagb-tm__bg-type-none \"><div class=\"uagb-tm__content\"><div class=\"uagb-tm__overlay\"></div><div class=\"uagb-tm__text-wrap\"><div class=\"uagb-tm__desc\">\"Thank you for a most enjoyable weekend stay and for making our anniversary so special.  Thank you for your kind and lovely friendship which we really appreciate!!!\"​</div><div class=\"uagb-tm__meta-inner\"><div class=\"uagb-tm__image-content\"><div class=\"uagb-tm__image\"><img class=\"uagb-tm-img-src\" src=\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/testimonial1-150x150.jpg\" alt=\"\" width=\"32\" height=\"32\" loading=\"lazy\"/></div></div><div class=\"uagb-testimonial-details\"><span class=\"uagb-tm__author-name\"><strong>Brenda and Theuns</strong></span><span class=\"uagb-tm__company\"></span></div></div></div></div></div></div></div>\n<!-- /wp:uagb/testimonial -->\n\n<!-- wp:uagb/testimonial {\"test_item_count\":1,\"classMigrate\":true,\"test_block\":[{\"description\":\"\\u0022Breaking away from city life and coming out to a most wonderful romantic weekend away.  The unit is so comfortable.  Thank you for your great hospitality - we had an awesome time here.  Go well - with love\\u0022​\",\"name\":\"\\u003cstrong\\u003e\\u003cstrong\\u003e\\u003cstrong\\u003eLiz \\u0026amp; Eddie\\u003c/strong\\u003e\\u003c/strong\\u003e\\u003c/strong\\u003e\",\"company\":\"\",\"image\":{\"id\":122,\"title\":\"testimonial4\",\"filename\":\"testimonial4.jpg\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/testimonial4.jpg\",\"link\":\"https://blueroan.netgen.cloud/testimonial4/\",\"alt\":\"\",\"author\":\"34\",\"description\":\"\",\"caption\":\"\",\"name\":\"testimonial4\",\"status\":\"inherit\",\"uploadedTo\":0,\"date\":\"2021-05-11T05:02:06.000Z\",\"modified\":\"2021-05-11T05:02:06.000Z\",\"menuOrder\":0,\"mime\":\"image/jpeg\",\"type\":\"image\",\"subtype\":\"jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/default.png\",\"dateFormatted\":\"May 11, 2021\",\"nonces\":{\"update\":\"4e34860add\",\"delete\":\"9e126a55cd\",\"edit\":\"33ffd3c040\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=122\\u0026action=edit\",\"meta\":false,\"authorName\":\"Rishabh\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/user-edit.php?user_id=34\",\"filesizeInBytes\":16584,\"filesizeHumanReadable\":\"16 KB\",\"context\":\"\",\"height\":250,\"width\":250,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/testimonial4-150x150.jpg\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/testimonial4.jpg\",\"height\":250,\"width\":250,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}}}],\"headingAlign\":\"left\",\"headingAlignTablet\":\"left\",\"headingAlignMobile\":\"left\",\"descColor\":\"var(\\u002d\\u002dast-global-color-3)\",\"nameFontSize\":14,\"nameLineHeight\":1,\"descFontSize\":16,\"descFontWeight\":\"600\",\"nameSpace\":1,\"block_id\":\"33ff9087\",\"iconImage\":{\"url\":\"\",\"alt\":\"InfoBox placeholder img\"},\"imageWidth\":32,\"columnGap\":1,\"borderStyle\":\"\",\"paddingTop\":0,\"paddingBottom\":0,\"paddingLeft\":0,\"paddingRight\":0,\"spacingLink\":true,\"imgpaddingTop\":0,\"imgpaddingRight\":15,\"imgpaddingBottom\":0,\"imgpaddingLeft\":0,\"overallBorderStyle\":\"none\",\"imgTagHeight\":32,\"imgTagWidth\":150} -->\n<div class=\"wp-block-uagb-testimonial uagb-slick-carousel uagb-tm__arrow-outside uagb-block-33ff9087 uagb-post__carousel_notset uagb-post__carousel_notset-tablet uagb-post__carousel_notset-mobile\"><div class=\"is-carousel uagb-tm__columns-1 uagb-tm__items\"><div class=\"uagb-testimonial__wrap  uagb-tm__imgicon-style-circle uagb-tm__image-position-bottom uagb-tm__bg-type-none \"><div class=\"uagb-tm__content\"><div class=\"uagb-tm__overlay\"></div><div class=\"uagb-tm__text-wrap\"><div class=\"uagb-tm__desc\">\"Breaking away from city life and coming out to a most wonderful romantic weekend away.  The unit is so comfortable.  Thank you for your great hospitality - we had an awesome time here.  Go well - with love\"​</div><div class=\"uagb-tm__meta-inner\"><div class=\"uagb-tm__image-content\"><div class=\"uagb-tm__image\"><img class=\"uagb-tm-img-src\" src=\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/testimonial4-150x150.jpg\" alt=\"\" width=\"32\" height=\"32\" loading=\"lazy\"/></div></div><div class=\"uagb-testimonial-details\"><span class=\"uagb-tm__author-name\"><strong><strong><strong>Liz &amp; Eddie</strong></strong></strong></span><span class=\"uagb-tm__company\"></span></div></div></div></div></div></div></div>\n<!-- /wp:uagb/testimonial --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"14e7e4e7\",\"widthDesktop\":50,\"variationSelected\":true,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-14e7e4e7\"><!-- wp:uagb/testimonial {\"test_item_count\":1,\"classMigrate\":true,\"test_block\":[{\"description\":\"\\u0022Judy, what a wonderful place you have here - we were so delighted to spend the weekend here, so tranquil, peaceful, and beautiful. You made us feel right at home. Definitely a place worth 5 stars! Go well.\\u0022​\",\"name\":\"\\u003cstrong\\u003e\\u003cstrong\\u003eBrian\\u003c/strong\\u003e\\u003c/strong\\u003e \\u003cstrong\\u003e\\u003cstrong\\u003e\\u003cstrong\\u003eand \\u003cstrong\\u003eMariska\\u003c/strong\\u003e\\u003c/strong\\u003e\\u003cbr\\u003e\\u003c/strong\\u003e\\u003c/strong\\u003e\",\"company\":\"\",\"image\":{\"id\":120,\"title\":\"testimonial2\",\"filename\":\"testimonial2.jpg\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/testimonial2.jpg\",\"link\":\"https://blueroan.netgen.cloud/testimonial2/\",\"alt\":\"\",\"author\":\"34\",\"description\":\"\",\"caption\":\"\",\"name\":\"testimonial2\",\"status\":\"inherit\",\"uploadedTo\":0,\"date\":\"2021-05-11T05:02:03.000Z\",\"modified\":\"2021-05-11T05:02:03.000Z\",\"menuOrder\":0,\"mime\":\"image/jpeg\",\"type\":\"image\",\"subtype\":\"jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/default.png\",\"dateFormatted\":\"May 11, 2021\",\"nonces\":{\"update\":\"1ee6412858\",\"delete\":\"4414a2ccbf\",\"edit\":\"bde7b1f490\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=120\\u0026action=edit\",\"meta\":false,\"authorName\":\"Rishabh\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/user-edit.php?user_id=34\",\"filesizeInBytes\":10087,\"filesizeHumanReadable\":\"10 KB\",\"context\":\"\",\"height\":250,\"width\":250,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/testimonial2-150x150.jpg\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/testimonial2.jpg\",\"height\":250,\"width\":250,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}}}],\"headingAlign\":\"left\",\"headingAlignTablet\":\"left\",\"headingAlignMobile\":\"left\",\"descColor\":\"var(\\u002d\\u002dast-global-color-3)\",\"nameFontSize\":14,\"nameLineHeight\":1,\"descFontSize\":16,\"descFontWeight\":\"600\",\"nameSpace\":1,\"block_id\":\"e0218e52\",\"iconImage\":{\"url\":\"\",\"alt\":\"InfoBox placeholder img\"},\"imageWidth\":32,\"columnGap\":1,\"borderStyle\":\"\",\"paddingTop\":0,\"paddingBottom\":0,\"paddingLeft\":0,\"paddingRight\":0,\"spacingLink\":true,\"imgpaddingTop\":0,\"imgpaddingRight\":15,\"imgpaddingBottom\":0,\"imgpaddingLeft\":0,\"overallBorderStyle\":\"none\",\"imgTagHeight\":32,\"imgTagWidth\":150} -->\n<div class=\"wp-block-uagb-testimonial uagb-slick-carousel uagb-tm__arrow-outside uagb-block-e0218e52 uagb-post__carousel_notset uagb-post__carousel_notset-tablet uagb-post__carousel_notset-mobile\"><div class=\"is-carousel uagb-tm__columns-1 uagb-tm__items\"><div class=\"uagb-testimonial__wrap  uagb-tm__imgicon-style-circle uagb-tm__image-position-bottom uagb-tm__bg-type-none \"><div class=\"uagb-tm__content\"><div class=\"uagb-tm__overlay\"></div><div class=\"uagb-tm__text-wrap\"><div class=\"uagb-tm__desc\">\"Judy, what a wonderful place you have here - we were so delighted to spend the weekend here, so tranquil, peaceful, and beautiful. You made us feel right at home. Definitely a place worth 5 stars! Go well.\"​</div><div class=\"uagb-tm__meta-inner\"><div class=\"uagb-tm__image-content\"><div class=\"uagb-tm__image\"><img class=\"uagb-tm-img-src\" src=\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/testimonial2-150x150.jpg\" alt=\"\" width=\"32\" height=\"32\" loading=\"lazy\"/></div></div><div class=\"uagb-testimonial-details\"><span class=\"uagb-tm__author-name\"><strong><strong>Brian</strong></strong> <strong><strong><strong>and <strong>Mariska</strong></strong><br></strong></strong></span><span class=\"uagb-tm__company\"></span></div></div></div></div></div></div></div>\n<!-- /wp:uagb/testimonial -->\n\n<!-- wp:uagb/testimonial {\"test_item_count\":1,\"classMigrate\":true,\"test_block\":[{\"description\":\"\\u0022Thank you for the most wonderful time, Judy!  This was the most peaceful and perfect place to get engaged!  We will most certainly be back!!!  Your hospitality cannot be topped!\\u0022​\",\"name\":\"\\u003cstrong\\u003e\\u003cstrong\\u003e\\u003cstrong\\u003e\\u003cstrong\\u003eBrett and Kelly\\u003c/strong\\u003e\\u003c/strong\\u003e\\u003c/strong\\u003e\\u003c/strong\\u003e\",\"company\":\"\",\"image\":{\"id\":121,\"title\":\"testimonial3\",\"filename\":\"testimonial3.jpg\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/testimonial3.jpg\",\"link\":\"https://blueroan.netgen.cloud/testimonial3/\",\"alt\":\"\",\"author\":\"34\",\"description\":\"\",\"caption\":\"\",\"name\":\"testimonial3\",\"status\":\"inherit\",\"uploadedTo\":0,\"date\":\"2021-05-11T05:02:05.000Z\",\"modified\":\"2021-05-11T05:02:05.000Z\",\"menuOrder\":0,\"mime\":\"image/jpeg\",\"type\":\"image\",\"subtype\":\"jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/default.png\",\"dateFormatted\":\"May 11, 2021\",\"nonces\":{\"update\":\"290653da5d\",\"delete\":\"90a4fb2d63\",\"edit\":\"ff8a64e56e\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=121\\u0026action=edit\",\"meta\":false,\"authorName\":\"Rishabh\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/user-edit.php?user_id=34\",\"filesizeInBytes\":8748,\"filesizeHumanReadable\":\"9 KB\",\"context\":\"\",\"height\":250,\"width\":250,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/testimonial3-150x150.jpg\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/testimonial3.jpg\",\"height\":250,\"width\":250,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}}}],\"headingAlign\":\"left\",\"headingAlignTablet\":\"left\",\"headingAlignMobile\":\"left\",\"descColor\":\"var(\\u002d\\u002dast-global-color-3)\",\"nameFontSize\":14,\"nameLineHeight\":1,\"descFontSize\":16,\"descFontWeight\":\"600\",\"nameSpace\":1,\"block_id\":\"541b7484\",\"iconImage\":{\"url\":\"\",\"alt\":\"InfoBox placeholder img\"},\"imageWidth\":32,\"columnGap\":1,\"borderStyle\":\"\",\"paddingTop\":0,\"paddingBottom\":0,\"paddingLeft\":0,\"paddingRight\":0,\"spacingLink\":true,\"imgpaddingTop\":0,\"imgpaddingRight\":15,\"imgpaddingBottom\":0,\"imgpaddingLeft\":0,\"overallBorderStyle\":\"none\",\"imgTagHeight\":32,\"imgTagWidth\":150} -->\n<div class=\"wp-block-uagb-testimonial uagb-slick-carousel uagb-tm__arrow-outside uagb-block-541b7484 uagb-post__carousel_notset uagb-post__carousel_notset-tablet uagb-post__carousel_notset-mobile\"><div class=\"is-carousel uagb-tm__columns-1 uagb-tm__items\"><div class=\"uagb-testimonial__wrap  uagb-tm__imgicon-style-circle uagb-tm__image-position-bottom uagb-tm__bg-type-none \"><div class=\"uagb-tm__content\"><div class=\"uagb-tm__overlay\"></div><div class=\"uagb-tm__text-wrap\"><div class=\"uagb-tm__desc\">\"Thank you for the most wonderful time, Judy!  This was the most peaceful and perfect place to get engaged!  We will most certainly be back!!!  Your hospitality cannot be topped!\"​</div><div class=\"uagb-tm__meta-inner\"><div class=\"uagb-tm__image-content\"><div class=\"uagb-tm__image\"><img class=\"uagb-tm-img-src\" src=\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/testimonial3-150x150.jpg\" alt=\"\" width=\"32\" height=\"32\" loading=\"lazy\"/></div></div><div class=\"uagb-testimonial-details\"><span class=\"uagb-tm__author-name\"><strong><strong><strong><strong>Brett and Kelly</strong></strong></strong></strong></span><span class=\"uagb-tm__company\"></span></div></div></div></div></div></div></div>\n<!-- /wp:uagb/testimonial --></div>\n<!-- /wp:uagb/container --></div>\n<!-- /wp:uagb/container --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"2f60ad82\",\"innerContentCustomWidthDesktop\":781,\"innerContentCustomWidthTablet\":781,\"backgroundType\":\"image\",\"backgroundImageDesktop\":{\"id\":809,\"title\":\"26759994757_767d9794fd_b\",\"filename\":\"26759994757_767d9794fd_b.jpg\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/26759994757_767d9794fd_b.jpg\",\"link\":\"https://blueroan.netgen.cloud/?attachment_id=809\",\"alt\":\"\",\"author\":\"2\",\"description\":\"\",\"caption\":\"\",\"name\":\"26759994757_767d9794fd_b\",\"status\":\"inherit\",\"uploadedTo\":805,\"date\":\"2022-12-13T09:51:53.000Z\",\"modified\":\"2022-12-13T09:51:53.000Z\",\"menuOrder\":0,\"mime\":\"image/jpeg\",\"type\":\"image\",\"subtype\":\"jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-includes/images/media/default.png\",\"dateFormatted\":\"December 13, 2022\",\"nonces\":{\"update\":\"39b5c0eef1\",\"delete\":\"fde92abd83\",\"edit\":\"3923face9e\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=809\\u0026action=edit\",\"meta\":false,\"authorName\":\"Netgen Support\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/profile.php\",\"uploadedToTitle\":\"Magaliesburg\",\"uploadedToLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=805\\u0026action=edit\",\"filesizeInBytes\":143610,\"filesizeHumanReadable\":\"140 KB\",\"context\":\"\",\"height\":683,\"width\":1024,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/26759994757_767d9794fd_b-150x150.jpg\",\"orientation\":\"landscape\"},\"medium\":{\"height\":200,\"width\":300,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/26759994757_767d9794fd_b-300x200.jpg\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/26759994757_767d9794fd_b.jpg\",\"height\":683,\"width\":1024,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"backgroundImageColor\":\"rgba(42,42,42,0.65)\",\"topPaddingDesktop\":144,\"bottomPaddingDesktop\":144,\"leftPaddingDesktop\":40,\"rightPaddingDesktop\":40,\"topPaddingTablet\":80,\"bottomPaddingTablet\":80,\"leftPaddingTablet\":40,\"rightPaddingTablet\":40,\"topPaddingMobile\":64,\"bottomPaddingMobile\":64,\"leftPaddingMobile\":24,\"rightPaddingMobile\":24,\"paddingLink\":false,\"variationSelected\":true,\"isBlockRootParent\":true,\"overlayType\":\"color\"} -->\n<div class=\"wp-block-uagb-container uagb-block-2f60ad82 alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/advanced-heading {\"block_id\":\"226e29da\",\"classMigrate\":true,\"headingDescToggle\":true,\"headingAlign\":\"center\",\"headingColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"subHeadingColor\":\"var(\\u002d\\u002dast-global-color-4)\",\"headSpace\":20} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-226e29da\"><h2 class=\"uagb-heading-text\">Plan an Unforgettable Experience at <br>Blue Roan!</h2><p class=\"uagb-desc-text\">Blue Roan is a 3-star graded pet-friendly venue</p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/advanced-heading {\"block_id\":\"66b9987e\",\"classMigrate\":true,\"headingTitleToggle\":false,\"headingDescToggle\":true,\"headingAlign\":\"center\",\"subHeadingColor\":\"var(\\u002d\\u002dast-global-color-4)\",\"subHeadTransform\":\"uppercase\",\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"subHeadLetterSpacing\":2,\"blockTopPadding\":60,\"blockRightPadding\":0,\"blockLeftPadding\":0,\"blockBottomPadding\":0,\"blockTopPaddingMobile\":30,\"blockRightPaddingMobile\":0,\"blockLeftPaddingMobile\":0,\"blockBottomPaddingMobile\":0,\"linkColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"linkHColor\":\"var(\\u002d\\u002dast-global-color-0)\"} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-66b9987e\"><p class=\"uagb-desc-text\"><a href=\"https://book.nightsbridge.com/11065\" target=\"_blank\" rel=\"noreferrer noopener\">BOOK YOUR STAY NOW​</a></p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/icon-list {\"block_id\":\"113d1ef6\",\"classMigrate\":true,\"childMigrate\":true,\"align\":\"center\",\"parentIcon\":\"phone\",\"size\":40,\"sizeMobile\":24,\"sizeTablet\":32,\"fontSize\":48,\"fontSizeMobile\":28,\"fontSizeTablet\":40,\"fontWeight\":\"600\",\"iconColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"labelColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"blockTopPadding\":0,\"blockRightPadding\":0,\"blockLeftPadding\":0,\"blockBottomPadding\":24,\"blockPaddingLink\":false} -->\n<div class=\"wp-block-uagb-icon-list uagb-block-113d1ef6\"><div class=\"uagb-icon-list__wrap\"><!-- wp:uagb/icon-list-child {\"block_id\":\"a137da1d\",\"label\":\" + 27 (0) 82 575 5409\",\"label_color\":\"\",\"link\":\"tel:+27825755409\",\"disableLink\":true,\"fromParentIcon\":\"phone\",\"imageSizeChild\":40} -->\n<div class=\"wp-block-uagb-icon-list-child uagb-block-a137da1d\"><a target=\"_self\" aria-label=\" + 27 (0) 82 575 5409\" rel=\"noopener noreferrer\" href=\"tel:+27825755409\"> </a><span class=\"uagb-icon-list__source-wrap\"><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M511.2 387l-23.25 100.8c-3.266 14.25-15.79 24.22-30.46 24.22C205.2 512 0 306.8 0 54.5c0-14.66 9.969-27.2 24.22-30.45l100.8-23.25C139.7-2.602 154.7 5.018 160.8 18.92l46.52 108.5c5.438 12.78 1.77 27.67-8.98 36.45L144.5 207.1c33.98 69.22 90.26 125.5 159.5 159.5l44.08-53.8c8.688-10.78 23.69-14.51 36.47-8.975l108.5 46.51C506.1 357.2 514.6 372.4 511.2 387z\"></path></svg></span><span class=\"uagb-icon-list__label\"> + 27 (0) 82 575 5409</span></div>\n<!-- /wp:uagb/icon-list-child -->\n\n<!-- wp:uagb/icon-list-child {\"block_id\":\"96f5d59d\",\"label\":\"blueroan@ugo.co.za\",\"icon\":\"envelope\",\"label_color\":\"\",\"link\":\"mailto:blueroan@ugo.co.za\",\"disableLink\":true,\"fromParentIcon\":\"phone\",\"imageSizeChild\":40} -->\n<div class=\"wp-block-uagb-icon-list-child uagb-block-96f5d59d\"><a target=\"_self\" aria-label=\"blueroan@ugo.co.za\" rel=\"noopener noreferrer\" href=\"mailto:blueroan@ugo.co.za\"> </a><span class=\"uagb-icon-list__source-wrap\"><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M464 64C490.5 64 512 85.49 512 112C512 127.1 504.9 141.3 492.8 150.4L275.2 313.6C263.8 322.1 248.2 322.1 236.8 313.6L19.2 150.4C7.113 141.3 0 127.1 0 112C0 85.49 21.49 64 48 64H464zM217.6 339.2C240.4 356.3 271.6 356.3 294.4 339.2L512 176V384C512 419.3 483.3 448 448 448H64C28.65 448 0 419.3 0 384V176L217.6 339.2z\"></path></svg></span><span class=\"uagb-icon-list__label\">blueroan@ugo.co.za</span></div>\n<!-- /wp:uagb/icon-list-child --></div></div>\n<!-- /wp:uagb/icon-list --></div></div>\n<!-- /wp:uagb/container -->',	'Home',	'',	'inherit',	'closed',	'closed',	'',	'760-revision-v1',	'',	'',	'2022-12-21 10:52:46',	'2022-12-21 10:52:46',	'',	760,	'https://blueroan.netgen.cloud/?p=1374',	0,	'revision',	'',	0),
(1375,	2,	'2022-12-21 10:57:29',	'2022-12-21 10:57:29',	'<!-- wp:uagb/container {\"block_id\":\"0d585283\",\"minHeightDesktop\":95,\"minHeightTablet\":70,\"minHeightMobile\":80,\"minHeightType\":\"vh\",\"alignItemsDesktop\":\"flex-start\",\"backgroundType\":\"image\",\"backgroundImageDesktop\":{\"uploading\":false,\"date\":1670921854000,\"filename\":\"Blue-Roan-pool.jpg\",\"menuOrder\":0,\"uploadedTo\":760,\"type\":\"image\",\"subtype\":\"jpeg\",\"id\":784,\"title\":\"Blue Roan - pool\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Blue-Roan-pool.jpg\",\"link\":\"https://blueroan.netgen.cloud/home/blue-roan-pool/\",\"alt\":\"\",\"author\":\"2\",\"description\":\"\",\"caption\":\"\",\"name\":\"blue-roan-pool\",\"status\":\"inherit\",\"modified\":1670921854000,\"mime\":\"image/jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-includes/images/media/default.png\",\"dateFormatted\":\"December 13, 2022\",\"nonces\":{\"update\":\"51a12ed09e\",\"delete\":\"5174068551\",\"edit\":\"1de0721407\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=784\\u0026action=edit\",\"meta\":false,\"authorName\":\"Netgen Support\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/profile.php\",\"uploadedToTitle\":\"Home\",\"uploadedToLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=760\\u0026action=edit\",\"filesizeInBytes\":154801,\"filesizeHumanReadable\":\"151 KB\",\"context\":\"\",\"height\":667,\"width\":1000,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Blue-Roan-pool-150x150.jpg\",\"orientation\":\"landscape\"},\"medium\":{\"height\":200,\"width\":300,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Blue-Roan-pool-300x200.jpg\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Blue-Roan-pool.jpg\",\"height\":667,\"width\":1000,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"backgroundPositionDesktop\":{\"x\":0.5,\"y\":0.25},\"backgroundImageColor\":\"rgba(42,42,42,0.35)\",\"topPaddingDesktop\":0,\"bottomPaddingDesktop\":0,\"leftPaddingDesktop\":40,\"rightPaddingDesktop\":40,\"topPaddingTablet\":120,\"bottomPaddingTablet\":120,\"leftPaddingTablet\":40,\"rightPaddingTablet\":40,\"topPaddingMobile\":150,\"bottomPaddingMobile\":150,\"leftPaddingMobile\":20,\"rightPaddingMobile\":20,\"paddingLink\":false,\"variationSelected\":true,\"isBlockRootParent\":true,\"overlayType\":\"color\",\"minHeightTypeTablet\":\"vh\",\"minHeightTypeMobile\":\"vh\"} -->\n<div class=\"wp-block-uagb-container uagb-block-0d585283 alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/info-box {\"classMigrate\":true,\"headingAlign\":\"left\",\"headingColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"subHeadingColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"headingTag\":\"h1\",\"subHeadFontSize\":17,\"subHeadFontSizeMobile\":15,\"headSpace\":20,\"subHeadSpace\":40,\"block_id\":\"1c31e6af\",\"ctaIcon\":\"\",\"ctaType\":\"button\",\"ctaText\":\"Book Your Stay Now\",\"ctaLink\":\"https://book.nightsbridge.com/11065\",\"ctaBtnLinkColor\":\"var(\\u002d\\u002dast-global-color-2)\",\"ctaLinkHoverColor\":\"var(\\u002d\\u002dast-global-color-2)\",\"ctaBgColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"ctaBgHoverColor\":\"var(\\u002d\\u002dast-global-color-4)\",\"ctaBorderColor\":\"\",\"ctaBorderStyle\":\"\",\"ctaBorderWidth\":\"\",\"ctaBorderRadius\":\"\",\"iconImage\":{\"url\":\"\",\"alt\":\"InfoBox placeholder img\"},\"showIcon\":false,\"paddingBtnTop\":18,\"paddingBtnBottom\":18,\"paddingBtnLeft\":34,\"paddingBtnRight\":34,\"blockTopPadding\":5,\"blockRightPadding\":40,\"blockLeftPadding\":0,\"blockBottomPadding\":0,\"blockTopPaddingTablet\":0,\"blockRightPaddingTablet\":64,\"blockLeftPaddingTablet\":0,\"blockBottomPaddingTablet\":0,\"blockTopPaddingMobile\":0,\"blockRightPaddingMobile\":0,\"blockLeftPaddingMobile\":0,\"blockBottomPaddingMobile\":0,\"blockPaddingUnit\":\"%\",\"blockPaddingLink\":false,\"subHeadMarginTopTablet\":0,\"subHeadMarginRightTablet\":64,\"subHeadTabletSpace\":40,\"subHeadMarginLeftTablet\":0,\"subHeadMarginTopMobile\":0,\"subHeadMarginRightMobile\":0,\"subHeadMobileSpace\":40,\"subHeadMarginLeftMobile\":0,\"btnBorderTopWidth\":1,\"btnBorderLeftWidth\":1,\"btnBorderRightWidth\":1,\"btnBorderBottomWidth\":1,\"btnBorderTopLeftRadius\":0,\"btnBorderTopRightRadius\":0,\"btnBorderBottomLeftRadius\":0,\"btnBorderBottomRightRadius\":0,\"btnBorderStyle\":\"none\",\"btnBorderColor\":\"#333\",\"zIndex\":null} -->\n<div class=\"wp-block-uagb-info-box uagb-block-1c31e6af uagb-infobox__content-wrap  uagb-infobox-icon-above-title uagb-infobox-image-valign-top\"><div class=\"uagb-ifb-content\"><div class=\"uagb-ifb-title-wrap\"><h1 class=\"uagb-ifb-title\"><strong>Magaliesburg pet friendly self-catering accommodation</strong></h1></div><p class=\"uagb-ifb-desc\">Romantic pet-friendly self-catering accommodation in Magaliesburg, Gauteng.</p><div class=\"uagb-ifb-button-wrapper wp-block-button\"><a href=\"https://book.nightsbridge.com/11065\" class=\"uagb-infobox-cta-link wp-block-button__link\" target=\"_self\" rel=\"noopener noreferrer\" alt=\"\"><span class=\"uagb-inline-editing\">Book Your Stay Now</span></a></div></div></div>\n<!-- /wp:uagb/info-box -->\n\n<!-- wp:buttons -->\n<div class=\"wp-block-buttons\"><!-- wp:button {\"backgroundColor\":\"ast-global-color-5\",\"textColor\":\"ast-global-color-2\",\"width\":25,\"style\":{\"spacing\":{\"padding\":{\"top\":\"var:preset|spacing|50\",\"right\":\"var:preset|spacing|50\",\"bottom\":\"var:preset|spacing|50\",\"left\":\"var:preset|spacing|50\"}}},\"className\":\"is-style-fill\",\"fontSize\":\"small\"} -->\n<div class=\"wp-block-button has-custom-width wp-block-button__width-25 has-custom-font-size is-style-fill has-small-font-size\"><a class=\"wp-block-button__link has-ast-global-color-2-color has-ast-global-color-5-background-color has-text-color has-background wp-element-button\" style=\"padding-top:var(--wp--preset--spacing--50);padding-right:var(--wp--preset--spacing--50);padding-bottom:var(--wp--preset--spacing--50);padding-left:var(--wp--preset--spacing--50)\" rel=\"https://book.nightsbridge.com/11065\">Check availability</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"35d732cc\",\"directionDesktop\":\"row\",\"directionMobile\":\"column-reverse\",\"alignItemsDesktop\":\"flex-start\",\"backgroundType\":\"color\",\"backgroundSizeTablet\":\"cover\",\"backgroundSizeMobile\":\"cover\",\"backgroundColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"topPaddingDesktop\":60,\"bottomPaddingDesktop\":60,\"topPaddingTablet\":80,\"bottomPaddingTablet\":80,\"leftPaddingTablet\":40,\"rightPaddingTablet\":40,\"topPaddingMobile\":64,\"bottomPaddingMobile\":64,\"leftPaddingMobile\":24,\"rightPaddingMobile\":24,\"paddingLink\":false,\"variationSelected\":true,\"columnGapDesktop\":60,\"columnGapTablet\":50,\"isBlockRootParent\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-35d732cc alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/container {\"block_id\":\"89dec69c\",\"widthDesktop\":50,\"variationSelected\":true,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-89dec69c\"><!-- wp:image {\"id\":797,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-13.jpg\" alt=\"\" class=\"wp-image-797\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>We have 7 lovely brick&nbsp;<strong>self-catering</strong>&nbsp;units, each one private and with its own character and theme. &nbsp;They are designed exclusively for couples with or without pets wanting a romantic and peaceful place to connect, re-connect, celebrate special occasions, or somewhere quiet and comfortable to come for a holiday</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:buttons -->\n<div class=\"wp-block-buttons\"><!-- wp:button -->\n<div class=\"wp-block-button\"><a class=\"wp-block-button__link wp-element-button\" href=\"/accommodation/\">View accomodation</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"01ffe196\",\"widthDesktop\":50,\"leftPaddingDesktop\":0,\"paddingLink\":false,\"variationSelected\":true,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-01ffe196\"><!-- wp:uagb/advanced-heading {\"block_id\":\"aab7aba4\",\"classMigrate\":true,\"headingDescToggle\":true,\"subHeadingColor\":\"\",\"headSpace\":20,\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-aab7aba4\"><h2 class=\"uagb-heading-text\"><strong>Blue Roan is a 3-star graded pet-friendly venue</strong></h2><p class=\"uagb-desc-text\">Our goal is to provide high-quality, romantic, comfortable, and affordable self-catering accommodation on the outskirts of the village of &nbsp;Magaliesburg. &nbsp;For animal lovers, we are also&nbsp;pet-friendly&nbsp;by arrangement in most of the units all of which have their own fully fenced and gated private grassy gardens.</p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/image {\"block_id\":\"b364d0d4\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/hammock-in-the-garden.jpg\",\"align\":\"left\",\"id\":799,\"linkDestination\":\"none\",\"naturalWidth\":600,\"naturalHeight\":400,\"sizeSlug\":\"full\",\"sizeSlugTablet\":\"full\",\"sizeSlugMobile\":\"full\",\"imageTopMargin\":20,\"imageRightMargin\":0,\"imageLeftMargin\":0,\"imageBottomMargin\":0,\"imageTopMarginMobile\":0,\"imageRightMarginMobile\":0,\"imageLeftMarginMobile\":0,\"imageBottomMarginMobile\":0,\"imageMarginLink\":false} -->\n<div class=\"wp-block-uagb-image uagb-block-b364d0d4 wp-block-uagb-image--layout-default wp-block-uagb-image--effect-static wp-block-uagb-image--align-left\"><figure class=\"wp-block-uagb-image__figure\"><img srcset=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/hammock-in-the-garden.jpg \" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/hammock-in-the-garden.jpg\" alt=\"\" class=\"uag-image-799\" width=\"\" height=\"\" title=\"\" loading=\"lazy\"/></figure></div>\n<!-- /wp:uagb/image --></div>\n<!-- /wp:uagb/container --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"94de5b4c\",\"directionDesktop\":\"row\",\"directionMobile\":\"column-reverse\",\"alignItemsDesktop\":\"flex-start\",\"backgroundType\":\"color\",\"backgroundSizeTablet\":\"cover\",\"backgroundSizeMobile\":\"cover\",\"backgroundColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"topPaddingDesktop\":0,\"bottomPaddingDesktop\":0,\"topPaddingTablet\":80,\"bottomPaddingTablet\":80,\"leftPaddingTablet\":40,\"rightPaddingTablet\":40,\"topPaddingMobile\":64,\"bottomPaddingMobile\":64,\"leftPaddingMobile\":24,\"rightPaddingMobile\":24,\"paddingLink\":false,\"variationSelected\":true,\"rowGapDesktop\":0,\"columnGapDesktop\":0,\"columnGapTablet\":50,\"isBlockRootParent\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-94de5b4c alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:image {\"align\":\"center\",\"id\":1344,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image aligncenter size-large\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/tgcsa-full-3-stars-1024x366.jpg\" alt=\"\" class=\"wp-image-1344\"/></figure>\n<!-- /wp:image --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"5c44e508\",\"backgroundType\":\"color\",\"backgroundSizeTablet\":\"cover\",\"backgroundSizeMobile\":\"cover\",\"backgroundColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"topPaddingDesktop\":50,\"bottomPaddingDesktop\":100,\"topPaddingTablet\":50,\"bottomPaddingTablet\":25,\"leftPaddingTablet\":20,\"rightPaddingTablet\":20,\"topPaddingMobile\":50,\"bottomPaddingMobile\":20,\"leftPaddingMobile\":20,\"rightPaddingMobile\":20,\"paddingLink\":false,\"variationSelected\":true,\"rowGapDesktop\":0,\"isBlockRootParent\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-5c44e508 alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/container {\"block_id\":\"f49bb2f0\",\"directionDesktop\":\"row\",\"alignItemsDesktop\":\"flex-end\",\"alignItemsTablet\":\"flex-end\",\"justifyContentDesktop\":\"flex-end\",\"justifyContentTablet\":\"space-between\",\"variationSelected\":true,\"rowGapMobile\":30,\"columnGapDesktop\":0} -->\n<div class=\"wp-block-uagb-container uagb-block-f49bb2f0\"><!-- wp:uagb/advanced-heading {\"block_id\":\"b00c2c0f\",\"classMigrate\":true,\"headingDescToggle\":true,\"subHeadingColor\":\"\",\"headSpace\":20,\"subHeadFontSize\":16} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-b00c2c0f\"><h2 class=\"uagb-heading-text\">Amenities &amp; Interests ​</h2><p class=\"uagb-desc-text\">The Blue Roan Country Lodge is situated just 5 minutes from the village of Magaliesburg on a tar road so easy access for all cars. &nbsp;We have panoramic views of the Magaliesberg mountain range and our farm is the perfect place for a relaxing getaway in the country. &nbsp;As we are only 70 km from JHB and Pretoria, it is only an hour’s drive.</p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/buttons {\"block_id\":\"99b351c7\",\"classMigrate\":true,\"childMigrate\":true,\"align\":\"right\",\"alignTablet\":\"right\",\"alignMobile\":\"left\",\"gap\":0} -->\n<div class=\"wp-block-uagb-buttons uagb-buttons__outer-wrap uagb-btn__default-btn uagb-btn-tablet__default-btn uagb-btn-mobile__default-btn uagb-block-99b351c7\"><div class=\"uagb-buttons__wrap uagb-buttons-layout-wrap\"><!-- wp:uagb/buttons-child {\"block_id\":\"8b121466\",\"label\":\"View All\",\"link\":\"/amenities/\",\"hColor\":\"\",\"borderWidth\":\"\",\"borderRadius\":\"\",\"borderStyle\":\"\",\"borderColor\":\"\",\"borderHColor\":\"\",\"btnBorderTopWidth\":1,\"btnBorderLeftWidth\":1,\"btnBorderRightWidth\":1,\"btnBorderBottomWidth\":1,\"btnBorderTopLeftRadius\":2,\"btnBorderTopRightRadius\":2,\"btnBorderBottomLeftRadius\":2,\"btnBorderBottomRightRadius\":2,\"btnBorderStyle\":\"solid\",\"btnBorderColor\":\"#333\",\"btnBorderHColor\":\"#333\"} -->\n<div class=\"wp-block-uagb-buttons-child uagb-buttons__outer-wrap uagb-block-8b121466 wp-block-button is-style-outline\"><div class=\"uagb-button__wrapper\"><a class=\"uagb-buttons-repeater wp-block-button__link\" href=\"/amenities/\" rel=\"follow noopener\" target=\"_self\"><div class=\"uagb-button__link\">View All</div></a></div></div>\n<!-- /wp:uagb/buttons-child --></div></div>\n<!-- /wp:uagb/buttons --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"74751ec1\",\"directionDesktop\":\"row\",\"alignItemsTablet\":\"flex-start\",\"paddingLink\":false,\"topMarginDesktop\":50,\"bottomMarginDesktop\":20,\"leftMarginDesktop\":0,\"rightMarginDesktop\":0,\"marginLink\":false,\"variationSelected\":true,\"rowGapMobile\":65,\"columnGapDesktop\":48,\"columnGapTablet\":20} -->\n<div class=\"wp-block-uagb-container uagb-block-74751ec1\"><!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"align\":\"center\",\"id\":828,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image aligncenter size-full\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Blue-Roan-pool.png\" alt=\"Blue Roan\'s rock pool\" class=\"wp-image-828\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>A relaxing rock Pool​</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>We have a lovely sparkling blue rock pool next to a thatched Lapa. &nbsp;&nbsp;Lie on recliners on the green lawn or sit on the swing chair in the Lapa and enjoy the panoramic view of the Magaliesberg mountain range.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":829,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/img-20160605-wa0002-largejpg.png\" alt=\"\" class=\"wp-image-829\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>Braai facilities </h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>What can compare to a burning fire under the star-lit African sky? Nothing beats the flavor of cooking over an open flame.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":1354,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Games-Room.png\" alt=\"\" class=\"wp-image-1354\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>A games room </h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>The reception is also a games room for those who enjoy darts or playing pool. &nbsp;Take a selection of DVDs back to your room and watch movies on your own DVD player. &nbsp;There is also a selection of board games and music CDs that you can borrow.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div>\n<!-- /wp:uagb/container --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"f3c0bdbf\",\"backgroundType\":\"color\",\"backgroundSizeTablet\":\"cover\",\"backgroundSizeMobile\":\"cover\",\"backgroundColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"bottomPaddingDesktop\":104,\"leftPaddingDesktop\":40,\"rightPaddingDesktop\":40,\"topPaddingTablet\":80,\"bottomPaddingTablet\":80,\"leftPaddingTablet\":40,\"rightPaddingTablet\":40,\"topPaddingMobile\":64,\"bottomPaddingMobile\":64,\"leftPaddingMobile\":24,\"rightPaddingMobile\":24,\"paddingLink\":false,\"variationSelected\":true,\"rowGapDesktop\":0,\"isBlockRootParent\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-f3c0bdbf alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/advanced-heading {\"block_id\":\"ac92718f\",\"classMigrate\":true,\"headingDescToggle\":true,\"headingAlign\":\"center\",\"headingAlignMobile\":\"left\",\"subHeadingColor\":\"\",\"headSpace\":20,\"subHeadFontSize\":16,\"blockBottomPadding\":20} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-ac92718f\"><h2 class=\"uagb-heading-text\">Our Inside Pictures​</h2><p class=\"uagb-desc-text\">Take a look at some pretty pictures captured in and around our premises.</p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/container {\"block_id\":\"7924f026\",\"directionDesktop\":\"row\",\"alignItemsDesktop\":\"flex-start\",\"topMarginDesktop\":20,\"bottomMarginDesktop\":0,\"leftMarginDesktop\":0,\"rightMarginDesktop\":0,\"marginLink\":false,\"variationSelected\":true,\"rowGapMobile\":24,\"columnGapDesktop\":24,\"columnGapTablet\":20} -->\n<div class=\"wp-block-uagb-container uagb-block-7924f026\"><!-- wp:uagb/container {\"block_id\":\"05fee2ce\",\"widthDesktop\":32,\"variationSelected\":true,\"rowGapDesktop\":24,\"rowGapTablet\":20,\"rowGapMobile\":24,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-05fee2ce\"><!-- wp:uagb/image {\"block_id\":\"bd81c9c9\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/red-rose-1024x683.jpg\",\"id\":834,\"linkDestination\":\"none\",\"width\":385,\"height\":284,\"naturalWidth\":1024,\"naturalHeight\":683,\"sizeSlug\":\"large\",\"sizeSlugTablet\":\"large\",\"sizeSlugMobile\":\"large\",\"customHeightSetDesktop\":true} -->\n<div class=\"wp-block-uagb-image uagb-block-bd81c9c9 wp-block-uagb-image--layout-default wp-block-uagb-image--effect-static wp-block-uagb-image--align-none\"><figure class=\"wp-block-uagb-image__figure\"><img srcset=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/red-rose-1024x683.jpg \" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/red-rose-1024x683.jpg\" alt=\"\" class=\"uag-image-834\" width=\"385\" height=\"284\" title=\"\" loading=\"lazy\"/></figure></div>\n<!-- /wp:uagb/image -->\n\n<!-- wp:uagb/image {\"block_id\":\"e39b6738\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/49g.jpg\",\"id\":838,\"linkDestination\":\"none\",\"width\":385,\"height\":284,\"naturalWidth\":650,\"naturalHeight\":450,\"sizeSlug\":\"full\",\"sizeSlugTablet\":\"full\",\"sizeSlugMobile\":\"full\",\"customHeightSetDesktop\":true} -->\n<div class=\"wp-block-uagb-image uagb-block-e39b6738 wp-block-uagb-image--layout-default wp-block-uagb-image--effect-static wp-block-uagb-image--align-none\"><figure class=\"wp-block-uagb-image__figure\"><img srcset=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/49g.jpg \" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/49g.jpg\" alt=\"\" class=\"uag-image-838\" width=\"385\" height=\"284\" title=\"\" loading=\"lazy\"/></figure></div>\n<!-- /wp:uagb/image --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"c05e2ece\",\"widthDesktop\":67,\"variationSelected\":true,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-c05e2ece\"><!-- wp:uagb/image {\"block_id\":\"81fa5c7c\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAA39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba-1-1024x768.png\",\"id\":905,\"linkDestination\":\"none\",\"naturalWidth\":1024,\"naturalHeight\":768,\"sizeSlug\":\"large\",\"sizeSlugTablet\":\"large\",\"sizeSlugMobile\":\"large\"} -->\n<div class=\"wp-block-uagb-image uagb-block-81fa5c7c wp-block-uagb-image--layout-default wp-block-uagb-image--effect-static wp-block-uagb-image--align-none\"><figure class=\"wp-block-uagb-image__figure\"><img srcset=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAA39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba-1-1024x768.png \" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAA39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba-1-1024x768.png\" alt=\"\" class=\"uag-image-905\" width=\"\" height=\"\" title=\"\" loading=\"lazy\"/></figure></div>\n<!-- /wp:uagb/image --></div>\n<!-- /wp:uagb/container --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"bf504662\",\"directionDesktop\":\"row\",\"alignItemsDesktop\":\"flex-start\",\"topMarginDesktop\":24,\"bottomMarginDesktop\":0,\"leftMarginDesktop\":0,\"rightMarginDesktop\":0,\"topMarginTablet\":20,\"bottomMarginTablet\":0,\"leftMarginTablet\":0,\"rightMarginTablet\":0,\"topMarginMobile\":24,\"bottomMarginMobile\":0,\"leftMarginMobile\":0,\"rightMarginMobile\":0,\"marginLink\":false,\"variationSelected\":true,\"columnGapDesktop\":24,\"columnGapTablet\":20} -->\n<div class=\"wp-block-uagb-container uagb-block-bf504662\"><!-- wp:uagb/container {\"block_id\":\"5f829143\",\"widthDesktop\":67,\"variationSelected\":true,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-5f829143\"><!-- wp:image {\"id\":837,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-8-1024x678.jpg\" alt=\"\" class=\"wp-image-837\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"f1e725b0\",\"widthDesktop\":32,\"variationSelected\":true,\"rowGapDesktop\":24,\"rowGapTablet\":20,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-f1e725b0\"><!-- wp:uagb/image {\"block_id\":\"a830601b\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Blue-roan-pool-01.jpg\",\"id\":782,\"linkDestination\":\"none\",\"width\":385,\"height\":250,\"naturalWidth\":800,\"naturalHeight\":534,\"sizeSlug\":\"full\",\"sizeSlugTablet\":\"full\",\"sizeSlugMobile\":\"full\",\"customHeightSetDesktop\":true} -->\n<div class=\"wp-block-uagb-image uagb-block-a830601b wp-block-uagb-image--layout-default wp-block-uagb-image--effect-static wp-block-uagb-image--align-none\"><figure class=\"wp-block-uagb-image__figure\"><img srcset=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Blue-roan-pool-01.jpg \" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Blue-roan-pool-01.jpg\" alt=\"\" class=\"uag-image-782\" width=\"385\" height=\"250\" title=\"\" loading=\"lazy\"/></figure></div>\n<!-- /wp:uagb/image -->\n\n<!-- wp:uagb/image {\"block_id\":\"150353b2\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/bird-1024x683.jpg\",\"id\":910,\"linkDestination\":\"none\",\"width\":385,\"height\":250,\"naturalWidth\":1024,\"naturalHeight\":683,\"sizeSlug\":\"large\",\"sizeSlugTablet\":\"large\",\"sizeSlugMobile\":\"large\",\"customHeightSetDesktop\":true} -->\n<div class=\"wp-block-uagb-image uagb-block-150353b2 wp-block-uagb-image--layout-default wp-block-uagb-image--effect-static wp-block-uagb-image--align-none\"><figure class=\"wp-block-uagb-image__figure\"><img srcset=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/bird-1024x683.jpg \" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/bird-1024x683.jpg\" alt=\"\" class=\"uag-image-910\" width=\"385\" height=\"250\" title=\"\" loading=\"lazy\"/></figure></div>\n<!-- /wp:uagb/image --></div>\n<!-- /wp:uagb/container --></div>\n<!-- /wp:uagb/container --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"3412c19f\",\"backgroundType\":\"color\",\"backgroundSizeTablet\":\"cover\",\"backgroundSizeMobile\":\"cover\",\"backgroundColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"topPaddingDesktop\":40,\"bottomPaddingDesktop\":104,\"leftPaddingDesktop\":40,\"rightPaddingDesktop\":40,\"topPaddingTablet\":80,\"bottomPaddingTablet\":80,\"leftPaddingTablet\":40,\"rightPaddingTablet\":40,\"topPaddingMobile\":64,\"bottomPaddingMobile\":64,\"leftPaddingMobile\":24,\"rightPaddingMobile\":24,\"paddingLink\":false,\"variationSelected\":true,\"rowGapDesktop\":0,\"isBlockRootParent\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-3412c19f alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/advanced-heading {\"block_id\":\"b08e4e25\",\"classMigrate\":true,\"headingDescToggle\":true,\"headingAlign\":\"center\",\"headingAlignMobile\":\"left\",\"subHeadingColor\":\"\",\"headSpace\":20,\"subHeadFontSize\":16,\"blockBottomPadding\":20} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-b08e4e25\"><h2 class=\"uagb-heading-text\">What Our Guests Say​</h2><p class=\"uagb-desc-text\">We take pride in serving our guests the best experience. </p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/container {\"block_id\":\"5e4d14a0\",\"directionDesktop\":\"row\",\"topMarginDesktop\":40,\"bottomMarginDesktop\":0,\"leftMarginDesktop\":0,\"rightMarginDesktop\":0,\"marginLink\":false,\"variationSelected\":true,\"rowGapMobile\":40,\"columnGapDesktop\":90} -->\n<div class=\"wp-block-uagb-container uagb-block-5e4d14a0\"><!-- wp:uagb/container {\"block_id\":\"79290eaf\",\"widthDesktop\":50,\"variationSelected\":true,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-79290eaf\"><!-- wp:uagb/testimonial {\"test_item_count\":1,\"classMigrate\":true,\"test_block\":[{\"description\":\"\\u0022Thank you for a most enjoyable weekend stay and for making our anniversary so special.  Thank you for your kind and lovely friendship which we really appreciate!!!\\u0022​\",\"name\":\"\\u003cstrong\\u003eBrenda and Theuns\\u003c/strong\\u003e\",\"company\":\"\",\"image\":{\"id\":119,\"title\":\"testimonial1\",\"filename\":\"testimonial1.jpg\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/testimonial1.jpg\",\"link\":\"https://blueroan.netgen.cloud/testimonial1/\",\"alt\":\"\",\"author\":\"34\",\"description\":\"\",\"caption\":\"\",\"name\":\"testimonial1\",\"status\":\"inherit\",\"uploadedTo\":0,\"date\":\"2021-05-11T05:02:02.000Z\",\"modified\":\"2021-05-11T05:02:02.000Z\",\"menuOrder\":0,\"mime\":\"image/jpeg\",\"type\":\"image\",\"subtype\":\"jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/default.png\",\"dateFormatted\":\"May 11, 2021\",\"nonces\":{\"update\":\"b92fe40c3d\",\"delete\":\"643c1eb8f1\",\"edit\":\"d3e7d56b1d\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=119\\u0026action=edit\",\"meta\":false,\"authorName\":\"Rishabh\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/user-edit.php?user_id=34\",\"filesizeInBytes\":11264,\"filesizeHumanReadable\":\"11 KB\",\"context\":\"\",\"height\":250,\"width\":250,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/testimonial1-150x150.jpg\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/testimonial1.jpg\",\"height\":250,\"width\":250,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}}}],\"headingAlign\":\"left\",\"headingAlignTablet\":\"left\",\"headingAlignMobile\":\"left\",\"descColor\":\"var(\\u002d\\u002dast-global-color-3)\",\"nameFontSize\":14,\"nameLineHeight\":1,\"descFontSize\":16,\"descFontWeight\":\"600\",\"nameSpace\":1,\"block_id\":\"d90dd4c9\",\"iconImage\":{\"url\":\"\",\"alt\":\"InfoBox placeholder img\"},\"imageWidth\":32,\"columnGap\":1,\"borderStyle\":\"\",\"paddingTop\":0,\"paddingBottom\":0,\"paddingLeft\":0,\"paddingRight\":0,\"spacingLink\":true,\"imgpaddingTop\":0,\"imgpaddingRight\":15,\"imgpaddingBottom\":0,\"imgpaddingLeft\":0,\"overallBorderStyle\":\"none\",\"imgTagHeight\":32,\"imgTagWidth\":150} -->\n<div class=\"wp-block-uagb-testimonial uagb-slick-carousel uagb-tm__arrow-outside uagb-block-d90dd4c9 uagb-post__carousel_notset uagb-post__carousel_notset-tablet uagb-post__carousel_notset-mobile\"><div class=\"is-carousel uagb-tm__columns-1 uagb-tm__items\"><div class=\"uagb-testimonial__wrap  uagb-tm__imgicon-style-circle uagb-tm__image-position-bottom uagb-tm__bg-type-none \"><div class=\"uagb-tm__content\"><div class=\"uagb-tm__overlay\"></div><div class=\"uagb-tm__text-wrap\"><div class=\"uagb-tm__desc\">\"Thank you for a most enjoyable weekend stay and for making our anniversary so special.  Thank you for your kind and lovely friendship which we really appreciate!!!\"​</div><div class=\"uagb-tm__meta-inner\"><div class=\"uagb-tm__image-content\"><div class=\"uagb-tm__image\"><img class=\"uagb-tm-img-src\" src=\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/testimonial1-150x150.jpg\" alt=\"\" width=\"32\" height=\"32\" loading=\"lazy\"/></div></div><div class=\"uagb-testimonial-details\"><span class=\"uagb-tm__author-name\"><strong>Brenda and Theuns</strong></span><span class=\"uagb-tm__company\"></span></div></div></div></div></div></div></div>\n<!-- /wp:uagb/testimonial -->\n\n<!-- wp:uagb/testimonial {\"test_item_count\":1,\"classMigrate\":true,\"test_block\":[{\"description\":\"\\u0022Breaking away from city life and coming out to a most wonderful romantic weekend away.  The unit is so comfortable.  Thank you for your great hospitality - we had an awesome time here.  Go well - with love\\u0022​\",\"name\":\"\\u003cstrong\\u003e\\u003cstrong\\u003e\\u003cstrong\\u003eLiz \\u0026amp; Eddie\\u003c/strong\\u003e\\u003c/strong\\u003e\\u003c/strong\\u003e\",\"company\":\"\",\"image\":{\"id\":122,\"title\":\"testimonial4\",\"filename\":\"testimonial4.jpg\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/testimonial4.jpg\",\"link\":\"https://blueroan.netgen.cloud/testimonial4/\",\"alt\":\"\",\"author\":\"34\",\"description\":\"\",\"caption\":\"\",\"name\":\"testimonial4\",\"status\":\"inherit\",\"uploadedTo\":0,\"date\":\"2021-05-11T05:02:06.000Z\",\"modified\":\"2021-05-11T05:02:06.000Z\",\"menuOrder\":0,\"mime\":\"image/jpeg\",\"type\":\"image\",\"subtype\":\"jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/default.png\",\"dateFormatted\":\"May 11, 2021\",\"nonces\":{\"update\":\"4e34860add\",\"delete\":\"9e126a55cd\",\"edit\":\"33ffd3c040\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=122\\u0026action=edit\",\"meta\":false,\"authorName\":\"Rishabh\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/user-edit.php?user_id=34\",\"filesizeInBytes\":16584,\"filesizeHumanReadable\":\"16 KB\",\"context\":\"\",\"height\":250,\"width\":250,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/testimonial4-150x150.jpg\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/testimonial4.jpg\",\"height\":250,\"width\":250,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}}}],\"headingAlign\":\"left\",\"headingAlignTablet\":\"left\",\"headingAlignMobile\":\"left\",\"descColor\":\"var(\\u002d\\u002dast-global-color-3)\",\"nameFontSize\":14,\"nameLineHeight\":1,\"descFontSize\":16,\"descFontWeight\":\"600\",\"nameSpace\":1,\"block_id\":\"33ff9087\",\"iconImage\":{\"url\":\"\",\"alt\":\"InfoBox placeholder img\"},\"imageWidth\":32,\"columnGap\":1,\"borderStyle\":\"\",\"paddingTop\":0,\"paddingBottom\":0,\"paddingLeft\":0,\"paddingRight\":0,\"spacingLink\":true,\"imgpaddingTop\":0,\"imgpaddingRight\":15,\"imgpaddingBottom\":0,\"imgpaddingLeft\":0,\"overallBorderStyle\":\"none\",\"imgTagHeight\":32,\"imgTagWidth\":150} -->\n<div class=\"wp-block-uagb-testimonial uagb-slick-carousel uagb-tm__arrow-outside uagb-block-33ff9087 uagb-post__carousel_notset uagb-post__carousel_notset-tablet uagb-post__carousel_notset-mobile\"><div class=\"is-carousel uagb-tm__columns-1 uagb-tm__items\"><div class=\"uagb-testimonial__wrap  uagb-tm__imgicon-style-circle uagb-tm__image-position-bottom uagb-tm__bg-type-none \"><div class=\"uagb-tm__content\"><div class=\"uagb-tm__overlay\"></div><div class=\"uagb-tm__text-wrap\"><div class=\"uagb-tm__desc\">\"Breaking away from city life and coming out to a most wonderful romantic weekend away.  The unit is so comfortable.  Thank you for your great hospitality - we had an awesome time here.  Go well - with love\"​</div><div class=\"uagb-tm__meta-inner\"><div class=\"uagb-tm__image-content\"><div class=\"uagb-tm__image\"><img class=\"uagb-tm-img-src\" src=\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/testimonial4-150x150.jpg\" alt=\"\" width=\"32\" height=\"32\" loading=\"lazy\"/></div></div><div class=\"uagb-testimonial-details\"><span class=\"uagb-tm__author-name\"><strong><strong><strong>Liz &amp; Eddie</strong></strong></strong></span><span class=\"uagb-tm__company\"></span></div></div></div></div></div></div></div>\n<!-- /wp:uagb/testimonial --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"14e7e4e7\",\"widthDesktop\":50,\"variationSelected\":true,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-14e7e4e7\"><!-- wp:uagb/testimonial {\"test_item_count\":1,\"classMigrate\":true,\"test_block\":[{\"description\":\"\\u0022Judy, what a wonderful place you have here - we were so delighted to spend the weekend here, so tranquil, peaceful, and beautiful. You made us feel right at home. Definitely a place worth 5 stars! Go well.\\u0022​\",\"name\":\"\\u003cstrong\\u003e\\u003cstrong\\u003eBrian\\u003c/strong\\u003e\\u003c/strong\\u003e \\u003cstrong\\u003e\\u003cstrong\\u003e\\u003cstrong\\u003eand \\u003cstrong\\u003eMariska\\u003c/strong\\u003e\\u003c/strong\\u003e\\u003cbr\\u003e\\u003c/strong\\u003e\\u003c/strong\\u003e\",\"company\":\"\",\"image\":{\"id\":120,\"title\":\"testimonial2\",\"filename\":\"testimonial2.jpg\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/testimonial2.jpg\",\"link\":\"https://blueroan.netgen.cloud/testimonial2/\",\"alt\":\"\",\"author\":\"34\",\"description\":\"\",\"caption\":\"\",\"name\":\"testimonial2\",\"status\":\"inherit\",\"uploadedTo\":0,\"date\":\"2021-05-11T05:02:03.000Z\",\"modified\":\"2021-05-11T05:02:03.000Z\",\"menuOrder\":0,\"mime\":\"image/jpeg\",\"type\":\"image\",\"subtype\":\"jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/default.png\",\"dateFormatted\":\"May 11, 2021\",\"nonces\":{\"update\":\"1ee6412858\",\"delete\":\"4414a2ccbf\",\"edit\":\"bde7b1f490\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=120\\u0026action=edit\",\"meta\":false,\"authorName\":\"Rishabh\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/user-edit.php?user_id=34\",\"filesizeInBytes\":10087,\"filesizeHumanReadable\":\"10 KB\",\"context\":\"\",\"height\":250,\"width\":250,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/testimonial2-150x150.jpg\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/testimonial2.jpg\",\"height\":250,\"width\":250,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}}}],\"headingAlign\":\"left\",\"headingAlignTablet\":\"left\",\"headingAlignMobile\":\"left\",\"descColor\":\"var(\\u002d\\u002dast-global-color-3)\",\"nameFontSize\":14,\"nameLineHeight\":1,\"descFontSize\":16,\"descFontWeight\":\"600\",\"nameSpace\":1,\"block_id\":\"e0218e52\",\"iconImage\":{\"url\":\"\",\"alt\":\"InfoBox placeholder img\"},\"imageWidth\":32,\"columnGap\":1,\"borderStyle\":\"\",\"paddingTop\":0,\"paddingBottom\":0,\"paddingLeft\":0,\"paddingRight\":0,\"spacingLink\":true,\"imgpaddingTop\":0,\"imgpaddingRight\":15,\"imgpaddingBottom\":0,\"imgpaddingLeft\":0,\"overallBorderStyle\":\"none\",\"imgTagHeight\":32,\"imgTagWidth\":150} -->\n<div class=\"wp-block-uagb-testimonial uagb-slick-carousel uagb-tm__arrow-outside uagb-block-e0218e52 uagb-post__carousel_notset uagb-post__carousel_notset-tablet uagb-post__carousel_notset-mobile\"><div class=\"is-carousel uagb-tm__columns-1 uagb-tm__items\"><div class=\"uagb-testimonial__wrap  uagb-tm__imgicon-style-circle uagb-tm__image-position-bottom uagb-tm__bg-type-none \"><div class=\"uagb-tm__content\"><div class=\"uagb-tm__overlay\"></div><div class=\"uagb-tm__text-wrap\"><div class=\"uagb-tm__desc\">\"Judy, what a wonderful place you have here - we were so delighted to spend the weekend here, so tranquil, peaceful, and beautiful. You made us feel right at home. Definitely a place worth 5 stars! Go well.\"​</div><div class=\"uagb-tm__meta-inner\"><div class=\"uagb-tm__image-content\"><div class=\"uagb-tm__image\"><img class=\"uagb-tm-img-src\" src=\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/testimonial2-150x150.jpg\" alt=\"\" width=\"32\" height=\"32\" loading=\"lazy\"/></div></div><div class=\"uagb-testimonial-details\"><span class=\"uagb-tm__author-name\"><strong><strong>Brian</strong></strong> <strong><strong><strong>and <strong>Mariska</strong></strong><br></strong></strong></span><span class=\"uagb-tm__company\"></span></div></div></div></div></div></div></div>\n<!-- /wp:uagb/testimonial -->\n\n<!-- wp:uagb/testimonial {\"test_item_count\":1,\"classMigrate\":true,\"test_block\":[{\"description\":\"\\u0022Thank you for the most wonderful time, Judy!  This was the most peaceful and perfect place to get engaged!  We will most certainly be back!!!  Your hospitality cannot be topped!\\u0022​\",\"name\":\"\\u003cstrong\\u003e\\u003cstrong\\u003e\\u003cstrong\\u003e\\u003cstrong\\u003eBrett and Kelly\\u003c/strong\\u003e\\u003c/strong\\u003e\\u003c/strong\\u003e\\u003c/strong\\u003e\",\"company\":\"\",\"image\":{\"id\":121,\"title\":\"testimonial3\",\"filename\":\"testimonial3.jpg\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/testimonial3.jpg\",\"link\":\"https://blueroan.netgen.cloud/testimonial3/\",\"alt\":\"\",\"author\":\"34\",\"description\":\"\",\"caption\":\"\",\"name\":\"testimonial3\",\"status\":\"inherit\",\"uploadedTo\":0,\"date\":\"2021-05-11T05:02:05.000Z\",\"modified\":\"2021-05-11T05:02:05.000Z\",\"menuOrder\":0,\"mime\":\"image/jpeg\",\"type\":\"image\",\"subtype\":\"jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/default.png\",\"dateFormatted\":\"May 11, 2021\",\"nonces\":{\"update\":\"290653da5d\",\"delete\":\"90a4fb2d63\",\"edit\":\"ff8a64e56e\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=121\\u0026action=edit\",\"meta\":false,\"authorName\":\"Rishabh\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/user-edit.php?user_id=34\",\"filesizeInBytes\":8748,\"filesizeHumanReadable\":\"9 KB\",\"context\":\"\",\"height\":250,\"width\":250,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/testimonial3-150x150.jpg\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/testimonial3.jpg\",\"height\":250,\"width\":250,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}}}],\"headingAlign\":\"left\",\"headingAlignTablet\":\"left\",\"headingAlignMobile\":\"left\",\"descColor\":\"var(\\u002d\\u002dast-global-color-3)\",\"nameFontSize\":14,\"nameLineHeight\":1,\"descFontSize\":16,\"descFontWeight\":\"600\",\"nameSpace\":1,\"block_id\":\"541b7484\",\"iconImage\":{\"url\":\"\",\"alt\":\"InfoBox placeholder img\"},\"imageWidth\":32,\"columnGap\":1,\"borderStyle\":\"\",\"paddingTop\":0,\"paddingBottom\":0,\"paddingLeft\":0,\"paddingRight\":0,\"spacingLink\":true,\"imgpaddingTop\":0,\"imgpaddingRight\":15,\"imgpaddingBottom\":0,\"imgpaddingLeft\":0,\"overallBorderStyle\":\"none\",\"imgTagHeight\":32,\"imgTagWidth\":150} -->\n<div class=\"wp-block-uagb-testimonial uagb-slick-carousel uagb-tm__arrow-outside uagb-block-541b7484 uagb-post__carousel_notset uagb-post__carousel_notset-tablet uagb-post__carousel_notset-mobile\"><div class=\"is-carousel uagb-tm__columns-1 uagb-tm__items\"><div class=\"uagb-testimonial__wrap  uagb-tm__imgicon-style-circle uagb-tm__image-position-bottom uagb-tm__bg-type-none \"><div class=\"uagb-tm__content\"><div class=\"uagb-tm__overlay\"></div><div class=\"uagb-tm__text-wrap\"><div class=\"uagb-tm__desc\">\"Thank you for the most wonderful time, Judy!  This was the most peaceful and perfect place to get engaged!  We will most certainly be back!!!  Your hospitality cannot be topped!\"​</div><div class=\"uagb-tm__meta-inner\"><div class=\"uagb-tm__image-content\"><div class=\"uagb-tm__image\"><img class=\"uagb-tm-img-src\" src=\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/testimonial3-150x150.jpg\" alt=\"\" width=\"32\" height=\"32\" loading=\"lazy\"/></div></div><div class=\"uagb-testimonial-details\"><span class=\"uagb-tm__author-name\"><strong><strong><strong><strong>Brett and Kelly</strong></strong></strong></strong></span><span class=\"uagb-tm__company\"></span></div></div></div></div></div></div></div>\n<!-- /wp:uagb/testimonial --></div>\n<!-- /wp:uagb/container --></div>\n<!-- /wp:uagb/container --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"2f60ad82\",\"innerContentCustomWidthDesktop\":781,\"innerContentCustomWidthTablet\":781,\"backgroundType\":\"image\",\"backgroundImageDesktop\":{\"id\":809,\"title\":\"26759994757_767d9794fd_b\",\"filename\":\"26759994757_767d9794fd_b.jpg\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/26759994757_767d9794fd_b.jpg\",\"link\":\"https://blueroan.netgen.cloud/?attachment_id=809\",\"alt\":\"\",\"author\":\"2\",\"description\":\"\",\"caption\":\"\",\"name\":\"26759994757_767d9794fd_b\",\"status\":\"inherit\",\"uploadedTo\":805,\"date\":\"2022-12-13T09:51:53.000Z\",\"modified\":\"2022-12-13T09:51:53.000Z\",\"menuOrder\":0,\"mime\":\"image/jpeg\",\"type\":\"image\",\"subtype\":\"jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-includes/images/media/default.png\",\"dateFormatted\":\"December 13, 2022\",\"nonces\":{\"update\":\"39b5c0eef1\",\"delete\":\"fde92abd83\",\"edit\":\"3923face9e\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=809\\u0026action=edit\",\"meta\":false,\"authorName\":\"Netgen Support\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/profile.php\",\"uploadedToTitle\":\"Magaliesburg\",\"uploadedToLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=805\\u0026action=edit\",\"filesizeInBytes\":143610,\"filesizeHumanReadable\":\"140 KB\",\"context\":\"\",\"height\":683,\"width\":1024,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/26759994757_767d9794fd_b-150x150.jpg\",\"orientation\":\"landscape\"},\"medium\":{\"height\":200,\"width\":300,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/26759994757_767d9794fd_b-300x200.jpg\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/26759994757_767d9794fd_b.jpg\",\"height\":683,\"width\":1024,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"backgroundImageColor\":\"rgba(42,42,42,0.65)\",\"topPaddingDesktop\":144,\"bottomPaddingDesktop\":144,\"leftPaddingDesktop\":40,\"rightPaddingDesktop\":40,\"topPaddingTablet\":80,\"bottomPaddingTablet\":80,\"leftPaddingTablet\":40,\"rightPaddingTablet\":40,\"topPaddingMobile\":64,\"bottomPaddingMobile\":64,\"leftPaddingMobile\":24,\"rightPaddingMobile\":24,\"paddingLink\":false,\"variationSelected\":true,\"isBlockRootParent\":true,\"overlayType\":\"color\"} -->\n<div class=\"wp-block-uagb-container uagb-block-2f60ad82 alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/advanced-heading {\"block_id\":\"226e29da\",\"classMigrate\":true,\"headingDescToggle\":true,\"headingAlign\":\"center\",\"headingColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"subHeadingColor\":\"var(\\u002d\\u002dast-global-color-4)\",\"headSpace\":20} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-226e29da\"><h2 class=\"uagb-heading-text\">Plan an Unforgettable Experience at <br>Blue Roan!</h2><p class=\"uagb-desc-text\">Blue Roan is a 3-star graded pet-friendly venue</p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/advanced-heading {\"block_id\":\"66b9987e\",\"classMigrate\":true,\"headingTitleToggle\":false,\"headingDescToggle\":true,\"headingAlign\":\"center\",\"subHeadingColor\":\"var(\\u002d\\u002dast-global-color-4)\",\"subHeadTransform\":\"uppercase\",\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"subHeadLetterSpacing\":2,\"blockTopPadding\":60,\"blockRightPadding\":0,\"blockLeftPadding\":0,\"blockBottomPadding\":0,\"blockTopPaddingMobile\":30,\"blockRightPaddingMobile\":0,\"blockLeftPaddingMobile\":0,\"blockBottomPaddingMobile\":0,\"linkColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"linkHColor\":\"var(\\u002d\\u002dast-global-color-0)\"} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-66b9987e\"><p class=\"uagb-desc-text\"><a href=\"https://book.nightsbridge.com/11065\" target=\"_blank\" rel=\"noreferrer noopener\">BOOK YOUR STAY NOW​</a></p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/icon-list {\"block_id\":\"113d1ef6\",\"classMigrate\":true,\"childMigrate\":true,\"align\":\"center\",\"parentIcon\":\"phone\",\"size\":40,\"sizeMobile\":24,\"sizeTablet\":32,\"fontSize\":48,\"fontSizeMobile\":28,\"fontSizeTablet\":40,\"fontWeight\":\"600\",\"iconColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"labelColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"blockTopPadding\":0,\"blockRightPadding\":0,\"blockLeftPadding\":0,\"blockBottomPadding\":24,\"blockPaddingLink\":false} -->\n<div class=\"wp-block-uagb-icon-list uagb-block-113d1ef6\"><div class=\"uagb-icon-list__wrap\"><!-- wp:uagb/icon-list-child {\"block_id\":\"a137da1d\",\"label\":\" + 27 (0) 82 575 5409\",\"label_color\":\"\",\"link\":\"tel:+27825755409\",\"disableLink\":true,\"fromParentIcon\":\"phone\",\"imageSizeChild\":40} -->\n<div class=\"wp-block-uagb-icon-list-child uagb-block-a137da1d\"><a target=\"_self\" aria-label=\" + 27 (0) 82 575 5409\" rel=\"noopener noreferrer\" href=\"tel:+27825755409\"> </a><span class=\"uagb-icon-list__source-wrap\"><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M511.2 387l-23.25 100.8c-3.266 14.25-15.79 24.22-30.46 24.22C205.2 512 0 306.8 0 54.5c0-14.66 9.969-27.2 24.22-30.45l100.8-23.25C139.7-2.602 154.7 5.018 160.8 18.92l46.52 108.5c5.438 12.78 1.77 27.67-8.98 36.45L144.5 207.1c33.98 69.22 90.26 125.5 159.5 159.5l44.08-53.8c8.688-10.78 23.69-14.51 36.47-8.975l108.5 46.51C506.1 357.2 514.6 372.4 511.2 387z\"></path></svg></span><span class=\"uagb-icon-list__label\"> + 27 (0) 82 575 5409</span></div>\n<!-- /wp:uagb/icon-list-child -->\n\n<!-- wp:uagb/icon-list-child {\"block_id\":\"96f5d59d\",\"label\":\"blueroan@ugo.co.za\",\"icon\":\"envelope\",\"label_color\":\"\",\"link\":\"mailto:blueroan@ugo.co.za\",\"disableLink\":true,\"fromParentIcon\":\"phone\",\"imageSizeChild\":40} -->\n<div class=\"wp-block-uagb-icon-list-child uagb-block-96f5d59d\"><a target=\"_self\" aria-label=\"blueroan@ugo.co.za\" rel=\"noopener noreferrer\" href=\"mailto:blueroan@ugo.co.za\"> </a><span class=\"uagb-icon-list__source-wrap\"><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M464 64C490.5 64 512 85.49 512 112C512 127.1 504.9 141.3 492.8 150.4L275.2 313.6C263.8 322.1 248.2 322.1 236.8 313.6L19.2 150.4C7.113 141.3 0 127.1 0 112C0 85.49 21.49 64 48 64H464zM217.6 339.2C240.4 356.3 271.6 356.3 294.4 339.2L512 176V384C512 419.3 483.3 448 448 448H64C28.65 448 0 419.3 0 384V176L217.6 339.2z\"></path></svg></span><span class=\"uagb-icon-list__label\">blueroan@ugo.co.za</span></div>\n<!-- /wp:uagb/icon-list-child --></div></div>\n<!-- /wp:uagb/icon-list --></div></div>\n<!-- /wp:uagb/container -->',	'Home',	'',	'inherit',	'closed',	'closed',	'',	'760-revision-v1',	'',	'',	'2022-12-21 10:57:29',	'2022-12-21 10:57:29',	'',	760,	'https://blueroan.netgen.cloud/?p=1375',	0,	'revision',	'',	0),
(1376,	2,	'2022-12-21 10:58:47',	'2022-12-21 10:58:47',	'<!-- wp:uagb/container {\"block_id\":\"0d585283\",\"minHeightDesktop\":95,\"minHeightTablet\":70,\"minHeightMobile\":80,\"minHeightType\":\"vh\",\"alignItemsDesktop\":\"flex-start\",\"backgroundType\":\"image\",\"backgroundImageDesktop\":{\"uploading\":false,\"date\":1670921854000,\"filename\":\"Blue-Roan-pool.jpg\",\"menuOrder\":0,\"uploadedTo\":760,\"type\":\"image\",\"subtype\":\"jpeg\",\"id\":784,\"title\":\"Blue Roan - pool\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Blue-Roan-pool.jpg\",\"link\":\"https://blueroan.netgen.cloud/home/blue-roan-pool/\",\"alt\":\"\",\"author\":\"2\",\"description\":\"\",\"caption\":\"\",\"name\":\"blue-roan-pool\",\"status\":\"inherit\",\"modified\":1670921854000,\"mime\":\"image/jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-includes/images/media/default.png\",\"dateFormatted\":\"December 13, 2022\",\"nonces\":{\"update\":\"51a12ed09e\",\"delete\":\"5174068551\",\"edit\":\"1de0721407\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=784\\u0026action=edit\",\"meta\":false,\"authorName\":\"Netgen Support\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/profile.php\",\"uploadedToTitle\":\"Home\",\"uploadedToLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=760\\u0026action=edit\",\"filesizeInBytes\":154801,\"filesizeHumanReadable\":\"151 KB\",\"context\":\"\",\"height\":667,\"width\":1000,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Blue-Roan-pool-150x150.jpg\",\"orientation\":\"landscape\"},\"medium\":{\"height\":200,\"width\":300,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Blue-Roan-pool-300x200.jpg\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Blue-Roan-pool.jpg\",\"height\":667,\"width\":1000,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"backgroundPositionDesktop\":{\"x\":0.5,\"y\":0.25},\"backgroundImageColor\":\"rgba(42,42,42,0.35)\",\"topPaddingDesktop\":0,\"bottomPaddingDesktop\":0,\"leftPaddingDesktop\":40,\"rightPaddingDesktop\":40,\"topPaddingTablet\":120,\"bottomPaddingTablet\":120,\"leftPaddingTablet\":40,\"rightPaddingTablet\":40,\"topPaddingMobile\":150,\"bottomPaddingMobile\":150,\"leftPaddingMobile\":20,\"rightPaddingMobile\":20,\"paddingLink\":false,\"variationSelected\":true,\"isBlockRootParent\":true,\"overlayType\":\"color\",\"minHeightTypeTablet\":\"vh\",\"minHeightTypeMobile\":\"vh\"} -->\n<div class=\"wp-block-uagb-container uagb-block-0d585283 alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/info-box {\"classMigrate\":true,\"headingAlign\":\"left\",\"headingColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"subHeadingColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"headingTag\":\"h1\",\"subHeadFontSize\":17,\"subHeadFontSizeMobile\":15,\"headSpace\":20,\"subHeadSpace\":40,\"block_id\":\"1c31e6af\",\"ctaIcon\":\"\",\"ctaType\":\"button\",\"ctaText\":\"Book Your Stay Now\",\"ctaLink\":\"https://book.nightsbridge.com/11065\",\"ctaBtnLinkColor\":\"var(\\u002d\\u002dast-global-color-2)\",\"ctaLinkHoverColor\":\"var(\\u002d\\u002dast-global-color-2)\",\"ctaBgColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"ctaBgHoverColor\":\"var(\\u002d\\u002dast-global-color-4)\",\"ctaBorderColor\":\"\",\"ctaBorderStyle\":\"\",\"ctaBorderWidth\":\"\",\"ctaBorderRadius\":\"\",\"iconImage\":{\"url\":\"\",\"alt\":\"InfoBox placeholder img\"},\"showIcon\":false,\"paddingBtnTop\":18,\"paddingBtnBottom\":18,\"paddingBtnLeft\":34,\"paddingBtnRight\":34,\"blockTopPadding\":5,\"blockRightPadding\":40,\"blockLeftPadding\":0,\"blockBottomPadding\":0,\"blockTopPaddingTablet\":0,\"blockRightPaddingTablet\":64,\"blockLeftPaddingTablet\":0,\"blockBottomPaddingTablet\":0,\"blockTopPaddingMobile\":0,\"blockRightPaddingMobile\":0,\"blockLeftPaddingMobile\":0,\"blockBottomPaddingMobile\":0,\"blockPaddingUnit\":\"%\",\"blockPaddingLink\":false,\"subHeadMarginTopTablet\":0,\"subHeadMarginRightTablet\":64,\"subHeadTabletSpace\":40,\"subHeadMarginLeftTablet\":0,\"subHeadMarginTopMobile\":0,\"subHeadMarginRightMobile\":0,\"subHeadMobileSpace\":40,\"subHeadMarginLeftMobile\":0,\"btnBorderTopWidth\":1,\"btnBorderLeftWidth\":1,\"btnBorderRightWidth\":1,\"btnBorderBottomWidth\":1,\"btnBorderTopLeftRadius\":0,\"btnBorderTopRightRadius\":0,\"btnBorderBottomLeftRadius\":0,\"btnBorderBottomRightRadius\":0,\"btnBorderStyle\":\"none\",\"btnBorderColor\":\"#333\",\"zIndex\":null} -->\n<div class=\"wp-block-uagb-info-box uagb-block-1c31e6af uagb-infobox__content-wrap  uagb-infobox-icon-above-title uagb-infobox-image-valign-top\"><div class=\"uagb-ifb-content\"><div class=\"uagb-ifb-title-wrap\"><h1 class=\"uagb-ifb-title\"><strong>Magaliesburg pet friendly self-catering accommodation</strong></h1></div><p class=\"uagb-ifb-desc\">Romantic pet-friendly self-catering accommodation in Magaliesburg, Gauteng.</p><div class=\"uagb-ifb-button-wrapper wp-block-button\"><a href=\"https://book.nightsbridge.com/11065\" class=\"uagb-infobox-cta-link wp-block-button__link\" target=\"_self\" rel=\"noopener noreferrer\" alt=\"\"><span class=\"uagb-inline-editing\">Book Your Stay Now</span></a></div></div></div>\n<!-- /wp:uagb/info-box -->\n\n<!-- wp:buttons -->\n<div class=\"wp-block-buttons\"><!-- wp:button {\"backgroundColor\":\"ast-global-color-5\",\"textColor\":\"ast-global-color-2\",\"width\":25,\"style\":{\"spacing\":{\"padding\":{\"top\":\"var:preset|spacing|30\",\"right\":\"var:preset|spacing|30\",\"bottom\":\"var:preset|spacing|30\",\"left\":\"var:preset|spacing|30\"}}},\"className\":\"is-style-fill\",\"fontSize\":\"small\"} -->\n<div class=\"wp-block-button has-custom-width wp-block-button__width-25 has-custom-font-size is-style-fill has-small-font-size\"><a class=\"wp-block-button__link has-ast-global-color-2-color has-ast-global-color-5-background-color has-text-color has-background wp-element-button\" style=\"padding-top:var(--wp--preset--spacing--30);padding-right:var(--wp--preset--spacing--30);padding-bottom:var(--wp--preset--spacing--30);padding-left:var(--wp--preset--spacing--30)\" rel=\"https://book.nightsbridge.com/11065\">Check availability</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"35d732cc\",\"directionDesktop\":\"row\",\"directionMobile\":\"column-reverse\",\"alignItemsDesktop\":\"flex-start\",\"backgroundType\":\"color\",\"backgroundSizeTablet\":\"cover\",\"backgroundSizeMobile\":\"cover\",\"backgroundColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"topPaddingDesktop\":60,\"bottomPaddingDesktop\":60,\"topPaddingTablet\":80,\"bottomPaddingTablet\":80,\"leftPaddingTablet\":40,\"rightPaddingTablet\":40,\"topPaddingMobile\":64,\"bottomPaddingMobile\":64,\"leftPaddingMobile\":24,\"rightPaddingMobile\":24,\"paddingLink\":false,\"variationSelected\":true,\"columnGapDesktop\":60,\"columnGapTablet\":50,\"isBlockRootParent\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-35d732cc alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/container {\"block_id\":\"89dec69c\",\"widthDesktop\":50,\"variationSelected\":true,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-89dec69c\"><!-- wp:image {\"id\":797,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-13.jpg\" alt=\"\" class=\"wp-image-797\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>We have 7 lovely brick&nbsp;<strong>self-catering</strong>&nbsp;units, each one private and with its own character and theme. &nbsp;They are designed exclusively for couples with or without pets wanting a romantic and peaceful place to connect, re-connect, celebrate special occasions, or somewhere quiet and comfortable to come for a holiday</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:buttons -->\n<div class=\"wp-block-buttons\"><!-- wp:button -->\n<div class=\"wp-block-button\"><a class=\"wp-block-button__link wp-element-button\" href=\"/accommodation/\">View accomodation</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"01ffe196\",\"widthDesktop\":50,\"leftPaddingDesktop\":0,\"paddingLink\":false,\"variationSelected\":true,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-01ffe196\"><!-- wp:uagb/advanced-heading {\"block_id\":\"aab7aba4\",\"classMigrate\":true,\"headingDescToggle\":true,\"subHeadingColor\":\"\",\"headSpace\":20,\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-aab7aba4\"><h2 class=\"uagb-heading-text\"><strong>Blue Roan is a 3-star graded pet-friendly venue</strong></h2><p class=\"uagb-desc-text\">Our goal is to provide high-quality, romantic, comfortable, and affordable self-catering accommodation on the outskirts of the village of &nbsp;Magaliesburg. &nbsp;For animal lovers, we are also&nbsp;pet-friendly&nbsp;by arrangement in most of the units all of which have their own fully fenced and gated private grassy gardens.</p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/image {\"block_id\":\"b364d0d4\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/hammock-in-the-garden.jpg\",\"align\":\"left\",\"id\":799,\"linkDestination\":\"none\",\"naturalWidth\":600,\"naturalHeight\":400,\"sizeSlug\":\"full\",\"sizeSlugTablet\":\"full\",\"sizeSlugMobile\":\"full\",\"imageTopMargin\":20,\"imageRightMargin\":0,\"imageLeftMargin\":0,\"imageBottomMargin\":0,\"imageTopMarginMobile\":0,\"imageRightMarginMobile\":0,\"imageLeftMarginMobile\":0,\"imageBottomMarginMobile\":0,\"imageMarginLink\":false} -->\n<div class=\"wp-block-uagb-image uagb-block-b364d0d4 wp-block-uagb-image--layout-default wp-block-uagb-image--effect-static wp-block-uagb-image--align-left\"><figure class=\"wp-block-uagb-image__figure\"><img srcset=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/hammock-in-the-garden.jpg \" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/hammock-in-the-garden.jpg\" alt=\"\" class=\"uag-image-799\" width=\"\" height=\"\" title=\"\" loading=\"lazy\"/></figure></div>\n<!-- /wp:uagb/image --></div>\n<!-- /wp:uagb/container --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"94de5b4c\",\"directionDesktop\":\"row\",\"directionMobile\":\"column-reverse\",\"alignItemsDesktop\":\"flex-start\",\"backgroundType\":\"color\",\"backgroundSizeTablet\":\"cover\",\"backgroundSizeMobile\":\"cover\",\"backgroundColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"topPaddingDesktop\":0,\"bottomPaddingDesktop\":0,\"topPaddingTablet\":80,\"bottomPaddingTablet\":80,\"leftPaddingTablet\":40,\"rightPaddingTablet\":40,\"topPaddingMobile\":64,\"bottomPaddingMobile\":64,\"leftPaddingMobile\":24,\"rightPaddingMobile\":24,\"paddingLink\":false,\"variationSelected\":true,\"rowGapDesktop\":0,\"columnGapDesktop\":0,\"columnGapTablet\":50,\"isBlockRootParent\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-94de5b4c alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:image {\"align\":\"center\",\"id\":1344,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image aligncenter size-large\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/tgcsa-full-3-stars-1024x366.jpg\" alt=\"\" class=\"wp-image-1344\"/></figure>\n<!-- /wp:image --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"5c44e508\",\"backgroundType\":\"color\",\"backgroundSizeTablet\":\"cover\",\"backgroundSizeMobile\":\"cover\",\"backgroundColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"topPaddingDesktop\":50,\"bottomPaddingDesktop\":100,\"topPaddingTablet\":50,\"bottomPaddingTablet\":25,\"leftPaddingTablet\":20,\"rightPaddingTablet\":20,\"topPaddingMobile\":50,\"bottomPaddingMobile\":20,\"leftPaddingMobile\":20,\"rightPaddingMobile\":20,\"paddingLink\":false,\"variationSelected\":true,\"rowGapDesktop\":0,\"isBlockRootParent\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-5c44e508 alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/container {\"block_id\":\"f49bb2f0\",\"directionDesktop\":\"row\",\"alignItemsDesktop\":\"flex-end\",\"alignItemsTablet\":\"flex-end\",\"justifyContentDesktop\":\"flex-end\",\"justifyContentTablet\":\"space-between\",\"variationSelected\":true,\"rowGapMobile\":30,\"columnGapDesktop\":0} -->\n<div class=\"wp-block-uagb-container uagb-block-f49bb2f0\"><!-- wp:uagb/advanced-heading {\"block_id\":\"b00c2c0f\",\"classMigrate\":true,\"headingDescToggle\":true,\"subHeadingColor\":\"\",\"headSpace\":20,\"subHeadFontSize\":16} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-b00c2c0f\"><h2 class=\"uagb-heading-text\">Amenities &amp; Interests ​</h2><p class=\"uagb-desc-text\">The Blue Roan Country Lodge is situated just 5 minutes from the village of Magaliesburg on a tar road so easy access for all cars. &nbsp;We have panoramic views of the Magaliesberg mountain range and our farm is the perfect place for a relaxing getaway in the country. &nbsp;As we are only 70 km from JHB and Pretoria, it is only an hour’s drive.</p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/buttons {\"block_id\":\"99b351c7\",\"classMigrate\":true,\"childMigrate\":true,\"align\":\"right\",\"alignTablet\":\"right\",\"alignMobile\":\"left\",\"gap\":0} -->\n<div class=\"wp-block-uagb-buttons uagb-buttons__outer-wrap uagb-btn__default-btn uagb-btn-tablet__default-btn uagb-btn-mobile__default-btn uagb-block-99b351c7\"><div class=\"uagb-buttons__wrap uagb-buttons-layout-wrap\"><!-- wp:uagb/buttons-child {\"block_id\":\"8b121466\",\"label\":\"View All\",\"link\":\"/amenities/\",\"hColor\":\"\",\"borderWidth\":\"\",\"borderRadius\":\"\",\"borderStyle\":\"\",\"borderColor\":\"\",\"borderHColor\":\"\",\"btnBorderTopWidth\":1,\"btnBorderLeftWidth\":1,\"btnBorderRightWidth\":1,\"btnBorderBottomWidth\":1,\"btnBorderTopLeftRadius\":2,\"btnBorderTopRightRadius\":2,\"btnBorderBottomLeftRadius\":2,\"btnBorderBottomRightRadius\":2,\"btnBorderStyle\":\"solid\",\"btnBorderColor\":\"#333\",\"btnBorderHColor\":\"#333\"} -->\n<div class=\"wp-block-uagb-buttons-child uagb-buttons__outer-wrap uagb-block-8b121466 wp-block-button is-style-outline\"><div class=\"uagb-button__wrapper\"><a class=\"uagb-buttons-repeater wp-block-button__link\" href=\"/amenities/\" rel=\"follow noopener\" target=\"_self\"><div class=\"uagb-button__link\">View All</div></a></div></div>\n<!-- /wp:uagb/buttons-child --></div></div>\n<!-- /wp:uagb/buttons --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"74751ec1\",\"directionDesktop\":\"row\",\"alignItemsTablet\":\"flex-start\",\"paddingLink\":false,\"topMarginDesktop\":50,\"bottomMarginDesktop\":20,\"leftMarginDesktop\":0,\"rightMarginDesktop\":0,\"marginLink\":false,\"variationSelected\":true,\"rowGapMobile\":65,\"columnGapDesktop\":48,\"columnGapTablet\":20} -->\n<div class=\"wp-block-uagb-container uagb-block-74751ec1\"><!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"align\":\"center\",\"id\":828,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image aligncenter size-full\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Blue-Roan-pool.png\" alt=\"Blue Roan\'s rock pool\" class=\"wp-image-828\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>A relaxing rock Pool​</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>We have a lovely sparkling blue rock pool next to a thatched Lapa. &nbsp;&nbsp;Lie on recliners on the green lawn or sit on the swing chair in the Lapa and enjoy the panoramic view of the Magaliesberg mountain range.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":829,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/img-20160605-wa0002-largejpg.png\" alt=\"\" class=\"wp-image-829\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>Braai facilities </h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>What can compare to a burning fire under the star-lit African sky? Nothing beats the flavor of cooking over an open flame.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":1354,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Games-Room.png\" alt=\"\" class=\"wp-image-1354\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>A games room </h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>The reception is also a games room for those who enjoy darts or playing pool. &nbsp;Take a selection of DVDs back to your room and watch movies on your own DVD player. &nbsp;There is also a selection of board games and music CDs that you can borrow.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div>\n<!-- /wp:uagb/container --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"f3c0bdbf\",\"backgroundType\":\"color\",\"backgroundSizeTablet\":\"cover\",\"backgroundSizeMobile\":\"cover\",\"backgroundColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"bottomPaddingDesktop\":104,\"leftPaddingDesktop\":40,\"rightPaddingDesktop\":40,\"topPaddingTablet\":80,\"bottomPaddingTablet\":80,\"leftPaddingTablet\":40,\"rightPaddingTablet\":40,\"topPaddingMobile\":64,\"bottomPaddingMobile\":64,\"leftPaddingMobile\":24,\"rightPaddingMobile\":24,\"paddingLink\":false,\"variationSelected\":true,\"rowGapDesktop\":0,\"isBlockRootParent\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-f3c0bdbf alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/advanced-heading {\"block_id\":\"ac92718f\",\"classMigrate\":true,\"headingDescToggle\":true,\"headingAlign\":\"center\",\"headingAlignMobile\":\"left\",\"subHeadingColor\":\"\",\"headSpace\":20,\"subHeadFontSize\":16,\"blockBottomPadding\":20} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-ac92718f\"><h2 class=\"uagb-heading-text\">Our Inside Pictures​</h2><p class=\"uagb-desc-text\">Take a look at some pretty pictures captured in and around our premises.</p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/container {\"block_id\":\"7924f026\",\"directionDesktop\":\"row\",\"alignItemsDesktop\":\"flex-start\",\"topMarginDesktop\":20,\"bottomMarginDesktop\":0,\"leftMarginDesktop\":0,\"rightMarginDesktop\":0,\"marginLink\":false,\"variationSelected\":true,\"rowGapMobile\":24,\"columnGapDesktop\":24,\"columnGapTablet\":20} -->\n<div class=\"wp-block-uagb-container uagb-block-7924f026\"><!-- wp:uagb/container {\"block_id\":\"05fee2ce\",\"widthDesktop\":32,\"variationSelected\":true,\"rowGapDesktop\":24,\"rowGapTablet\":20,\"rowGapMobile\":24,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-05fee2ce\"><!-- wp:uagb/image {\"block_id\":\"bd81c9c9\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/red-rose-1024x683.jpg\",\"id\":834,\"linkDestination\":\"none\",\"width\":385,\"height\":284,\"naturalWidth\":1024,\"naturalHeight\":683,\"sizeSlug\":\"large\",\"sizeSlugTablet\":\"large\",\"sizeSlugMobile\":\"large\",\"customHeightSetDesktop\":true} -->\n<div class=\"wp-block-uagb-image uagb-block-bd81c9c9 wp-block-uagb-image--layout-default wp-block-uagb-image--effect-static wp-block-uagb-image--align-none\"><figure class=\"wp-block-uagb-image__figure\"><img srcset=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/red-rose-1024x683.jpg \" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/red-rose-1024x683.jpg\" alt=\"\" class=\"uag-image-834\" width=\"385\" height=\"284\" title=\"\" loading=\"lazy\"/></figure></div>\n<!-- /wp:uagb/image -->\n\n<!-- wp:uagb/image {\"block_id\":\"e39b6738\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/49g.jpg\",\"id\":838,\"linkDestination\":\"none\",\"width\":385,\"height\":284,\"naturalWidth\":650,\"naturalHeight\":450,\"sizeSlug\":\"full\",\"sizeSlugTablet\":\"full\",\"sizeSlugMobile\":\"full\",\"customHeightSetDesktop\":true} -->\n<div class=\"wp-block-uagb-image uagb-block-e39b6738 wp-block-uagb-image--layout-default wp-block-uagb-image--effect-static wp-block-uagb-image--align-none\"><figure class=\"wp-block-uagb-image__figure\"><img srcset=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/49g.jpg \" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/49g.jpg\" alt=\"\" class=\"uag-image-838\" width=\"385\" height=\"284\" title=\"\" loading=\"lazy\"/></figure></div>\n<!-- /wp:uagb/image --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"c05e2ece\",\"widthDesktop\":67,\"variationSelected\":true,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-c05e2ece\"><!-- wp:uagb/image {\"block_id\":\"81fa5c7c\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAA39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba-1-1024x768.png\",\"id\":905,\"linkDestination\":\"none\",\"naturalWidth\":1024,\"naturalHeight\":768,\"sizeSlug\":\"large\",\"sizeSlugTablet\":\"large\",\"sizeSlugMobile\":\"large\"} -->\n<div class=\"wp-block-uagb-image uagb-block-81fa5c7c wp-block-uagb-image--layout-default wp-block-uagb-image--effect-static wp-block-uagb-image--align-none\"><figure class=\"wp-block-uagb-image__figure\"><img srcset=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAA39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba-1-1024x768.png \" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAA39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba-1-1024x768.png\" alt=\"\" class=\"uag-image-905\" width=\"\" height=\"\" title=\"\" loading=\"lazy\"/></figure></div>\n<!-- /wp:uagb/image --></div>\n<!-- /wp:uagb/container --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"bf504662\",\"directionDesktop\":\"row\",\"alignItemsDesktop\":\"flex-start\",\"topMarginDesktop\":24,\"bottomMarginDesktop\":0,\"leftMarginDesktop\":0,\"rightMarginDesktop\":0,\"topMarginTablet\":20,\"bottomMarginTablet\":0,\"leftMarginTablet\":0,\"rightMarginTablet\":0,\"topMarginMobile\":24,\"bottomMarginMobile\":0,\"leftMarginMobile\":0,\"rightMarginMobile\":0,\"marginLink\":false,\"variationSelected\":true,\"columnGapDesktop\":24,\"columnGapTablet\":20} -->\n<div class=\"wp-block-uagb-container uagb-block-bf504662\"><!-- wp:uagb/container {\"block_id\":\"5f829143\",\"widthDesktop\":67,\"variationSelected\":true,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-5f829143\"><!-- wp:image {\"id\":837,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-8-1024x678.jpg\" alt=\"\" class=\"wp-image-837\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"f1e725b0\",\"widthDesktop\":32,\"variationSelected\":true,\"rowGapDesktop\":24,\"rowGapTablet\":20,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-f1e725b0\"><!-- wp:uagb/image {\"block_id\":\"a830601b\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Blue-roan-pool-01.jpg\",\"id\":782,\"linkDestination\":\"none\",\"width\":385,\"height\":250,\"naturalWidth\":800,\"naturalHeight\":534,\"sizeSlug\":\"full\",\"sizeSlugTablet\":\"full\",\"sizeSlugMobile\":\"full\",\"customHeightSetDesktop\":true} -->\n<div class=\"wp-block-uagb-image uagb-block-a830601b wp-block-uagb-image--layout-default wp-block-uagb-image--effect-static wp-block-uagb-image--align-none\"><figure class=\"wp-block-uagb-image__figure\"><img srcset=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Blue-roan-pool-01.jpg \" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Blue-roan-pool-01.jpg\" alt=\"\" class=\"uag-image-782\" width=\"385\" height=\"250\" title=\"\" loading=\"lazy\"/></figure></div>\n<!-- /wp:uagb/image -->\n\n<!-- wp:uagb/image {\"block_id\":\"150353b2\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/bird-1024x683.jpg\",\"id\":910,\"linkDestination\":\"none\",\"width\":385,\"height\":250,\"naturalWidth\":1024,\"naturalHeight\":683,\"sizeSlug\":\"large\",\"sizeSlugTablet\":\"large\",\"sizeSlugMobile\":\"large\",\"customHeightSetDesktop\":true} -->\n<div class=\"wp-block-uagb-image uagb-block-150353b2 wp-block-uagb-image--layout-default wp-block-uagb-image--effect-static wp-block-uagb-image--align-none\"><figure class=\"wp-block-uagb-image__figure\"><img srcset=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/bird-1024x683.jpg \" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/bird-1024x683.jpg\" alt=\"\" class=\"uag-image-910\" width=\"385\" height=\"250\" title=\"\" loading=\"lazy\"/></figure></div>\n<!-- /wp:uagb/image --></div>\n<!-- /wp:uagb/container --></div>\n<!-- /wp:uagb/container --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"3412c19f\",\"backgroundType\":\"color\",\"backgroundSizeTablet\":\"cover\",\"backgroundSizeMobile\":\"cover\",\"backgroundColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"topPaddingDesktop\":40,\"bottomPaddingDesktop\":104,\"leftPaddingDesktop\":40,\"rightPaddingDesktop\":40,\"topPaddingTablet\":80,\"bottomPaddingTablet\":80,\"leftPaddingTablet\":40,\"rightPaddingTablet\":40,\"topPaddingMobile\":64,\"bottomPaddingMobile\":64,\"leftPaddingMobile\":24,\"rightPaddingMobile\":24,\"paddingLink\":false,\"variationSelected\":true,\"rowGapDesktop\":0,\"isBlockRootParent\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-3412c19f alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/advanced-heading {\"block_id\":\"b08e4e25\",\"classMigrate\":true,\"headingDescToggle\":true,\"headingAlign\":\"center\",\"headingAlignMobile\":\"left\",\"subHeadingColor\":\"\",\"headSpace\":20,\"subHeadFontSize\":16,\"blockBottomPadding\":20} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-b08e4e25\"><h2 class=\"uagb-heading-text\">What Our Guests Say​</h2><p class=\"uagb-desc-text\">We take pride in serving our guests the best experience. </p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/container {\"block_id\":\"5e4d14a0\",\"directionDesktop\":\"row\",\"topMarginDesktop\":40,\"bottomMarginDesktop\":0,\"leftMarginDesktop\":0,\"rightMarginDesktop\":0,\"marginLink\":false,\"variationSelected\":true,\"rowGapMobile\":40,\"columnGapDesktop\":90} -->\n<div class=\"wp-block-uagb-container uagb-block-5e4d14a0\"><!-- wp:uagb/container {\"block_id\":\"79290eaf\",\"widthDesktop\":50,\"variationSelected\":true,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-79290eaf\"><!-- wp:uagb/testimonial {\"test_item_count\":1,\"classMigrate\":true,\"test_block\":[{\"description\":\"\\u0022Thank you for a most enjoyable weekend stay and for making our anniversary so special.  Thank you for your kind and lovely friendship which we really appreciate!!!\\u0022​\",\"name\":\"\\u003cstrong\\u003eBrenda and Theuns\\u003c/strong\\u003e\",\"company\":\"\",\"image\":{\"id\":119,\"title\":\"testimonial1\",\"filename\":\"testimonial1.jpg\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/testimonial1.jpg\",\"link\":\"https://blueroan.netgen.cloud/testimonial1/\",\"alt\":\"\",\"author\":\"34\",\"description\":\"\",\"caption\":\"\",\"name\":\"testimonial1\",\"status\":\"inherit\",\"uploadedTo\":0,\"date\":\"2021-05-11T05:02:02.000Z\",\"modified\":\"2021-05-11T05:02:02.000Z\",\"menuOrder\":0,\"mime\":\"image/jpeg\",\"type\":\"image\",\"subtype\":\"jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/default.png\",\"dateFormatted\":\"May 11, 2021\",\"nonces\":{\"update\":\"b92fe40c3d\",\"delete\":\"643c1eb8f1\",\"edit\":\"d3e7d56b1d\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=119\\u0026action=edit\",\"meta\":false,\"authorName\":\"Rishabh\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/user-edit.php?user_id=34\",\"filesizeInBytes\":11264,\"filesizeHumanReadable\":\"11 KB\",\"context\":\"\",\"height\":250,\"width\":250,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/testimonial1-150x150.jpg\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/testimonial1.jpg\",\"height\":250,\"width\":250,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}}}],\"headingAlign\":\"left\",\"headingAlignTablet\":\"left\",\"headingAlignMobile\":\"left\",\"descColor\":\"var(\\u002d\\u002dast-global-color-3)\",\"nameFontSize\":14,\"nameLineHeight\":1,\"descFontSize\":16,\"descFontWeight\":\"600\",\"nameSpace\":1,\"block_id\":\"d90dd4c9\",\"iconImage\":{\"url\":\"\",\"alt\":\"InfoBox placeholder img\"},\"imageWidth\":32,\"columnGap\":1,\"borderStyle\":\"\",\"paddingTop\":0,\"paddingBottom\":0,\"paddingLeft\":0,\"paddingRight\":0,\"spacingLink\":true,\"imgpaddingTop\":0,\"imgpaddingRight\":15,\"imgpaddingBottom\":0,\"imgpaddingLeft\":0,\"overallBorderStyle\":\"none\",\"imgTagHeight\":32,\"imgTagWidth\":150} -->\n<div class=\"wp-block-uagb-testimonial uagb-slick-carousel uagb-tm__arrow-outside uagb-block-d90dd4c9 uagb-post__carousel_notset uagb-post__carousel_notset-tablet uagb-post__carousel_notset-mobile\"><div class=\"is-carousel uagb-tm__columns-1 uagb-tm__items\"><div class=\"uagb-testimonial__wrap  uagb-tm__imgicon-style-circle uagb-tm__image-position-bottom uagb-tm__bg-type-none \"><div class=\"uagb-tm__content\"><div class=\"uagb-tm__overlay\"></div><div class=\"uagb-tm__text-wrap\"><div class=\"uagb-tm__desc\">\"Thank you for a most enjoyable weekend stay and for making our anniversary so special.  Thank you for your kind and lovely friendship which we really appreciate!!!\"​</div><div class=\"uagb-tm__meta-inner\"><div class=\"uagb-tm__image-content\"><div class=\"uagb-tm__image\"><img class=\"uagb-tm-img-src\" src=\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/testimonial1-150x150.jpg\" alt=\"\" width=\"32\" height=\"32\" loading=\"lazy\"/></div></div><div class=\"uagb-testimonial-details\"><span class=\"uagb-tm__author-name\"><strong>Brenda and Theuns</strong></span><span class=\"uagb-tm__company\"></span></div></div></div></div></div></div></div>\n<!-- /wp:uagb/testimonial -->\n\n<!-- wp:uagb/testimonial {\"test_item_count\":1,\"classMigrate\":true,\"test_block\":[{\"description\":\"\\u0022Breaking away from city life and coming out to a most wonderful romantic weekend away.  The unit is so comfortable.  Thank you for your great hospitality - we had an awesome time here.  Go well - with love\\u0022​\",\"name\":\"\\u003cstrong\\u003e\\u003cstrong\\u003e\\u003cstrong\\u003eLiz \\u0026amp; Eddie\\u003c/strong\\u003e\\u003c/strong\\u003e\\u003c/strong\\u003e\",\"company\":\"\",\"image\":{\"id\":122,\"title\":\"testimonial4\",\"filename\":\"testimonial4.jpg\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/testimonial4.jpg\",\"link\":\"https://blueroan.netgen.cloud/testimonial4/\",\"alt\":\"\",\"author\":\"34\",\"description\":\"\",\"caption\":\"\",\"name\":\"testimonial4\",\"status\":\"inherit\",\"uploadedTo\":0,\"date\":\"2021-05-11T05:02:06.000Z\",\"modified\":\"2021-05-11T05:02:06.000Z\",\"menuOrder\":0,\"mime\":\"image/jpeg\",\"type\":\"image\",\"subtype\":\"jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/default.png\",\"dateFormatted\":\"May 11, 2021\",\"nonces\":{\"update\":\"4e34860add\",\"delete\":\"9e126a55cd\",\"edit\":\"33ffd3c040\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=122\\u0026action=edit\",\"meta\":false,\"authorName\":\"Rishabh\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/user-edit.php?user_id=34\",\"filesizeInBytes\":16584,\"filesizeHumanReadable\":\"16 KB\",\"context\":\"\",\"height\":250,\"width\":250,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/testimonial4-150x150.jpg\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/testimonial4.jpg\",\"height\":250,\"width\":250,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}}}],\"headingAlign\":\"left\",\"headingAlignTablet\":\"left\",\"headingAlignMobile\":\"left\",\"descColor\":\"var(\\u002d\\u002dast-global-color-3)\",\"nameFontSize\":14,\"nameLineHeight\":1,\"descFontSize\":16,\"descFontWeight\":\"600\",\"nameSpace\":1,\"block_id\":\"33ff9087\",\"iconImage\":{\"url\":\"\",\"alt\":\"InfoBox placeholder img\"},\"imageWidth\":32,\"columnGap\":1,\"borderStyle\":\"\",\"paddingTop\":0,\"paddingBottom\":0,\"paddingLeft\":0,\"paddingRight\":0,\"spacingLink\":true,\"imgpaddingTop\":0,\"imgpaddingRight\":15,\"imgpaddingBottom\":0,\"imgpaddingLeft\":0,\"overallBorderStyle\":\"none\",\"imgTagHeight\":32,\"imgTagWidth\":150} -->\n<div class=\"wp-block-uagb-testimonial uagb-slick-carousel uagb-tm__arrow-outside uagb-block-33ff9087 uagb-post__carousel_notset uagb-post__carousel_notset-tablet uagb-post__carousel_notset-mobile\"><div class=\"is-carousel uagb-tm__columns-1 uagb-tm__items\"><div class=\"uagb-testimonial__wrap  uagb-tm__imgicon-style-circle uagb-tm__image-position-bottom uagb-tm__bg-type-none \"><div class=\"uagb-tm__content\"><div class=\"uagb-tm__overlay\"></div><div class=\"uagb-tm__text-wrap\"><div class=\"uagb-tm__desc\">\"Breaking away from city life and coming out to a most wonderful romantic weekend away.  The unit is so comfortable.  Thank you for your great hospitality - we had an awesome time here.  Go well - with love\"​</div><div class=\"uagb-tm__meta-inner\"><div class=\"uagb-tm__image-content\"><div class=\"uagb-tm__image\"><img class=\"uagb-tm-img-src\" src=\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/testimonial4-150x150.jpg\" alt=\"\" width=\"32\" height=\"32\" loading=\"lazy\"/></div></div><div class=\"uagb-testimonial-details\"><span class=\"uagb-tm__author-name\"><strong><strong><strong>Liz &amp; Eddie</strong></strong></strong></span><span class=\"uagb-tm__company\"></span></div></div></div></div></div></div></div>\n<!-- /wp:uagb/testimonial --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"14e7e4e7\",\"widthDesktop\":50,\"variationSelected\":true,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-14e7e4e7\"><!-- wp:uagb/testimonial {\"test_item_count\":1,\"classMigrate\":true,\"test_block\":[{\"description\":\"\\u0022Judy, what a wonderful place you have here - we were so delighted to spend the weekend here, so tranquil, peaceful, and beautiful. You made us feel right at home. Definitely a place worth 5 stars! Go well.\\u0022​\",\"name\":\"\\u003cstrong\\u003e\\u003cstrong\\u003eBrian\\u003c/strong\\u003e\\u003c/strong\\u003e \\u003cstrong\\u003e\\u003cstrong\\u003e\\u003cstrong\\u003eand \\u003cstrong\\u003eMariska\\u003c/strong\\u003e\\u003c/strong\\u003e\\u003cbr\\u003e\\u003c/strong\\u003e\\u003c/strong\\u003e\",\"company\":\"\",\"image\":{\"id\":120,\"title\":\"testimonial2\",\"filename\":\"testimonial2.jpg\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/testimonial2.jpg\",\"link\":\"https://blueroan.netgen.cloud/testimonial2/\",\"alt\":\"\",\"author\":\"34\",\"description\":\"\",\"caption\":\"\",\"name\":\"testimonial2\",\"status\":\"inherit\",\"uploadedTo\":0,\"date\":\"2021-05-11T05:02:03.000Z\",\"modified\":\"2021-05-11T05:02:03.000Z\",\"menuOrder\":0,\"mime\":\"image/jpeg\",\"type\":\"image\",\"subtype\":\"jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/default.png\",\"dateFormatted\":\"May 11, 2021\",\"nonces\":{\"update\":\"1ee6412858\",\"delete\":\"4414a2ccbf\",\"edit\":\"bde7b1f490\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=120\\u0026action=edit\",\"meta\":false,\"authorName\":\"Rishabh\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/user-edit.php?user_id=34\",\"filesizeInBytes\":10087,\"filesizeHumanReadable\":\"10 KB\",\"context\":\"\",\"height\":250,\"width\":250,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/testimonial2-150x150.jpg\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/testimonial2.jpg\",\"height\":250,\"width\":250,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}}}],\"headingAlign\":\"left\",\"headingAlignTablet\":\"left\",\"headingAlignMobile\":\"left\",\"descColor\":\"var(\\u002d\\u002dast-global-color-3)\",\"nameFontSize\":14,\"nameLineHeight\":1,\"descFontSize\":16,\"descFontWeight\":\"600\",\"nameSpace\":1,\"block_id\":\"e0218e52\",\"iconImage\":{\"url\":\"\",\"alt\":\"InfoBox placeholder img\"},\"imageWidth\":32,\"columnGap\":1,\"borderStyle\":\"\",\"paddingTop\":0,\"paddingBottom\":0,\"paddingLeft\":0,\"paddingRight\":0,\"spacingLink\":true,\"imgpaddingTop\":0,\"imgpaddingRight\":15,\"imgpaddingBottom\":0,\"imgpaddingLeft\":0,\"overallBorderStyle\":\"none\",\"imgTagHeight\":32,\"imgTagWidth\":150} -->\n<div class=\"wp-block-uagb-testimonial uagb-slick-carousel uagb-tm__arrow-outside uagb-block-e0218e52 uagb-post__carousel_notset uagb-post__carousel_notset-tablet uagb-post__carousel_notset-mobile\"><div class=\"is-carousel uagb-tm__columns-1 uagb-tm__items\"><div class=\"uagb-testimonial__wrap  uagb-tm__imgicon-style-circle uagb-tm__image-position-bottom uagb-tm__bg-type-none \"><div class=\"uagb-tm__content\"><div class=\"uagb-tm__overlay\"></div><div class=\"uagb-tm__text-wrap\"><div class=\"uagb-tm__desc\">\"Judy, what a wonderful place you have here - we were so delighted to spend the weekend here, so tranquil, peaceful, and beautiful. You made us feel right at home. Definitely a place worth 5 stars! Go well.\"​</div><div class=\"uagb-tm__meta-inner\"><div class=\"uagb-tm__image-content\"><div class=\"uagb-tm__image\"><img class=\"uagb-tm-img-src\" src=\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/testimonial2-150x150.jpg\" alt=\"\" width=\"32\" height=\"32\" loading=\"lazy\"/></div></div><div class=\"uagb-testimonial-details\"><span class=\"uagb-tm__author-name\"><strong><strong>Brian</strong></strong> <strong><strong><strong>and <strong>Mariska</strong></strong><br></strong></strong></span><span class=\"uagb-tm__company\"></span></div></div></div></div></div></div></div>\n<!-- /wp:uagb/testimonial -->\n\n<!-- wp:uagb/testimonial {\"test_item_count\":1,\"classMigrate\":true,\"test_block\":[{\"description\":\"\\u0022Thank you for the most wonderful time, Judy!  This was the most peaceful and perfect place to get engaged!  We will most certainly be back!!!  Your hospitality cannot be topped!\\u0022​\",\"name\":\"\\u003cstrong\\u003e\\u003cstrong\\u003e\\u003cstrong\\u003e\\u003cstrong\\u003eBrett and Kelly\\u003c/strong\\u003e\\u003c/strong\\u003e\\u003c/strong\\u003e\\u003c/strong\\u003e\",\"company\":\"\",\"image\":{\"id\":121,\"title\":\"testimonial3\",\"filename\":\"testimonial3.jpg\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/testimonial3.jpg\",\"link\":\"https://blueroan.netgen.cloud/testimonial3/\",\"alt\":\"\",\"author\":\"34\",\"description\":\"\",\"caption\":\"\",\"name\":\"testimonial3\",\"status\":\"inherit\",\"uploadedTo\":0,\"date\":\"2021-05-11T05:02:05.000Z\",\"modified\":\"2021-05-11T05:02:05.000Z\",\"menuOrder\":0,\"mime\":\"image/jpeg\",\"type\":\"image\",\"subtype\":\"jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/default.png\",\"dateFormatted\":\"May 11, 2021\",\"nonces\":{\"update\":\"290653da5d\",\"delete\":\"90a4fb2d63\",\"edit\":\"ff8a64e56e\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=121\\u0026action=edit\",\"meta\":false,\"authorName\":\"Rishabh\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/user-edit.php?user_id=34\",\"filesizeInBytes\":8748,\"filesizeHumanReadable\":\"9 KB\",\"context\":\"\",\"height\":250,\"width\":250,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/testimonial3-150x150.jpg\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/testimonial3.jpg\",\"height\":250,\"width\":250,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}}}],\"headingAlign\":\"left\",\"headingAlignTablet\":\"left\",\"headingAlignMobile\":\"left\",\"descColor\":\"var(\\u002d\\u002dast-global-color-3)\",\"nameFontSize\":14,\"nameLineHeight\":1,\"descFontSize\":16,\"descFontWeight\":\"600\",\"nameSpace\":1,\"block_id\":\"541b7484\",\"iconImage\":{\"url\":\"\",\"alt\":\"InfoBox placeholder img\"},\"imageWidth\":32,\"columnGap\":1,\"borderStyle\":\"\",\"paddingTop\":0,\"paddingBottom\":0,\"paddingLeft\":0,\"paddingRight\":0,\"spacingLink\":true,\"imgpaddingTop\":0,\"imgpaddingRight\":15,\"imgpaddingBottom\":0,\"imgpaddingLeft\":0,\"overallBorderStyle\":\"none\",\"imgTagHeight\":32,\"imgTagWidth\":150} -->\n<div class=\"wp-block-uagb-testimonial uagb-slick-carousel uagb-tm__arrow-outside uagb-block-541b7484 uagb-post__carousel_notset uagb-post__carousel_notset-tablet uagb-post__carousel_notset-mobile\"><div class=\"is-carousel uagb-tm__columns-1 uagb-tm__items\"><div class=\"uagb-testimonial__wrap  uagb-tm__imgicon-style-circle uagb-tm__image-position-bottom uagb-tm__bg-type-none \"><div class=\"uagb-tm__content\"><div class=\"uagb-tm__overlay\"></div><div class=\"uagb-tm__text-wrap\"><div class=\"uagb-tm__desc\">\"Thank you for the most wonderful time, Judy!  This was the most peaceful and perfect place to get engaged!  We will most certainly be back!!!  Your hospitality cannot be topped!\"​</div><div class=\"uagb-tm__meta-inner\"><div class=\"uagb-tm__image-content\"><div class=\"uagb-tm__image\"><img class=\"uagb-tm-img-src\" src=\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/testimonial3-150x150.jpg\" alt=\"\" width=\"32\" height=\"32\" loading=\"lazy\"/></div></div><div class=\"uagb-testimonial-details\"><span class=\"uagb-tm__author-name\"><strong><strong><strong><strong>Brett and Kelly</strong></strong></strong></strong></span><span class=\"uagb-tm__company\"></span></div></div></div></div></div></div></div>\n<!-- /wp:uagb/testimonial --></div>\n<!-- /wp:uagb/container --></div>\n<!-- /wp:uagb/container --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"2f60ad82\",\"innerContentCustomWidthDesktop\":781,\"innerContentCustomWidthTablet\":781,\"backgroundType\":\"image\",\"backgroundImageDesktop\":{\"id\":809,\"title\":\"26759994757_767d9794fd_b\",\"filename\":\"26759994757_767d9794fd_b.jpg\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/26759994757_767d9794fd_b.jpg\",\"link\":\"https://blueroan.netgen.cloud/?attachment_id=809\",\"alt\":\"\",\"author\":\"2\",\"description\":\"\",\"caption\":\"\",\"name\":\"26759994757_767d9794fd_b\",\"status\":\"inherit\",\"uploadedTo\":805,\"date\":\"2022-12-13T09:51:53.000Z\",\"modified\":\"2022-12-13T09:51:53.000Z\",\"menuOrder\":0,\"mime\":\"image/jpeg\",\"type\":\"image\",\"subtype\":\"jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-includes/images/media/default.png\",\"dateFormatted\":\"December 13, 2022\",\"nonces\":{\"update\":\"39b5c0eef1\",\"delete\":\"fde92abd83\",\"edit\":\"3923face9e\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=809\\u0026action=edit\",\"meta\":false,\"authorName\":\"Netgen Support\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/profile.php\",\"uploadedToTitle\":\"Magaliesburg\",\"uploadedToLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=805\\u0026action=edit\",\"filesizeInBytes\":143610,\"filesizeHumanReadable\":\"140 KB\",\"context\":\"\",\"height\":683,\"width\":1024,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/26759994757_767d9794fd_b-150x150.jpg\",\"orientation\":\"landscape\"},\"medium\":{\"height\":200,\"width\":300,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/26759994757_767d9794fd_b-300x200.jpg\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/26759994757_767d9794fd_b.jpg\",\"height\":683,\"width\":1024,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"backgroundImageColor\":\"rgba(42,42,42,0.65)\",\"topPaddingDesktop\":144,\"bottomPaddingDesktop\":144,\"leftPaddingDesktop\":40,\"rightPaddingDesktop\":40,\"topPaddingTablet\":80,\"bottomPaddingTablet\":80,\"leftPaddingTablet\":40,\"rightPaddingTablet\":40,\"topPaddingMobile\":64,\"bottomPaddingMobile\":64,\"leftPaddingMobile\":24,\"rightPaddingMobile\":24,\"paddingLink\":false,\"variationSelected\":true,\"isBlockRootParent\":true,\"overlayType\":\"color\"} -->\n<div class=\"wp-block-uagb-container uagb-block-2f60ad82 alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/advanced-heading {\"block_id\":\"226e29da\",\"classMigrate\":true,\"headingDescToggle\":true,\"headingAlign\":\"center\",\"headingColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"subHeadingColor\":\"var(\\u002d\\u002dast-global-color-4)\",\"headSpace\":20} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-226e29da\"><h2 class=\"uagb-heading-text\">Plan an Unforgettable Experience at <br>Blue Roan!</h2><p class=\"uagb-desc-text\">Blue Roan is a 3-star graded pet-friendly venue</p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/advanced-heading {\"block_id\":\"66b9987e\",\"classMigrate\":true,\"headingTitleToggle\":false,\"headingDescToggle\":true,\"headingAlign\":\"center\",\"subHeadingColor\":\"var(\\u002d\\u002dast-global-color-4)\",\"subHeadTransform\":\"uppercase\",\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"subHeadLetterSpacing\":2,\"blockTopPadding\":60,\"blockRightPadding\":0,\"blockLeftPadding\":0,\"blockBottomPadding\":0,\"blockTopPaddingMobile\":30,\"blockRightPaddingMobile\":0,\"blockLeftPaddingMobile\":0,\"blockBottomPaddingMobile\":0,\"linkColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"linkHColor\":\"var(\\u002d\\u002dast-global-color-0)\"} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-66b9987e\"><p class=\"uagb-desc-text\"><a href=\"https://book.nightsbridge.com/11065\" target=\"_blank\" rel=\"noreferrer noopener\">BOOK YOUR STAY NOW​</a></p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/icon-list {\"block_id\":\"113d1ef6\",\"classMigrate\":true,\"childMigrate\":true,\"align\":\"center\",\"parentIcon\":\"phone\",\"size\":40,\"sizeMobile\":24,\"sizeTablet\":32,\"fontSize\":48,\"fontSizeMobile\":28,\"fontSizeTablet\":40,\"fontWeight\":\"600\",\"iconColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"labelColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"blockTopPadding\":0,\"blockRightPadding\":0,\"blockLeftPadding\":0,\"blockBottomPadding\":24,\"blockPaddingLink\":false} -->\n<div class=\"wp-block-uagb-icon-list uagb-block-113d1ef6\"><div class=\"uagb-icon-list__wrap\"><!-- wp:uagb/icon-list-child {\"block_id\":\"a137da1d\",\"label\":\" + 27 (0) 82 575 5409\",\"label_color\":\"\",\"link\":\"tel:+27825755409\",\"disableLink\":true,\"fromParentIcon\":\"phone\",\"imageSizeChild\":40} -->\n<div class=\"wp-block-uagb-icon-list-child uagb-block-a137da1d\"><a target=\"_self\" aria-label=\" + 27 (0) 82 575 5409\" rel=\"noopener noreferrer\" href=\"tel:+27825755409\"> </a><span class=\"uagb-icon-list__source-wrap\"><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M511.2 387l-23.25 100.8c-3.266 14.25-15.79 24.22-30.46 24.22C205.2 512 0 306.8 0 54.5c0-14.66 9.969-27.2 24.22-30.45l100.8-23.25C139.7-2.602 154.7 5.018 160.8 18.92l46.52 108.5c5.438 12.78 1.77 27.67-8.98 36.45L144.5 207.1c33.98 69.22 90.26 125.5 159.5 159.5l44.08-53.8c8.688-10.78 23.69-14.51 36.47-8.975l108.5 46.51C506.1 357.2 514.6 372.4 511.2 387z\"></path></svg></span><span class=\"uagb-icon-list__label\"> + 27 (0) 82 575 5409</span></div>\n<!-- /wp:uagb/icon-list-child -->\n\n<!-- wp:uagb/icon-list-child {\"block_id\":\"96f5d59d\",\"label\":\"blueroan@ugo.co.za\",\"icon\":\"envelope\",\"label_color\":\"\",\"link\":\"mailto:blueroan@ugo.co.za\",\"disableLink\":true,\"fromParentIcon\":\"phone\",\"imageSizeChild\":40} -->\n<div class=\"wp-block-uagb-icon-list-child uagb-block-96f5d59d\"><a target=\"_self\" aria-label=\"blueroan@ugo.co.za\" rel=\"noopener noreferrer\" href=\"mailto:blueroan@ugo.co.za\"> </a><span class=\"uagb-icon-list__source-wrap\"><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M464 64C490.5 64 512 85.49 512 112C512 127.1 504.9 141.3 492.8 150.4L275.2 313.6C263.8 322.1 248.2 322.1 236.8 313.6L19.2 150.4C7.113 141.3 0 127.1 0 112C0 85.49 21.49 64 48 64H464zM217.6 339.2C240.4 356.3 271.6 356.3 294.4 339.2L512 176V384C512 419.3 483.3 448 448 448H64C28.65 448 0 419.3 0 384V176L217.6 339.2z\"></path></svg></span><span class=\"uagb-icon-list__label\">blueroan@ugo.co.za</span></div>\n<!-- /wp:uagb/icon-list-child --></div></div>\n<!-- /wp:uagb/icon-list --></div></div>\n<!-- /wp:uagb/container -->',	'Home',	'',	'inherit',	'closed',	'closed',	'',	'760-revision-v1',	'',	'',	'2022-12-21 10:58:47',	'2022-12-21 10:58:47',	'',	760,	'https://blueroan.netgen.cloud/?p=1376',	0,	'revision',	'',	0),
(1377,	2,	'2022-12-21 10:59:08',	'2022-12-21 10:59:08',	'<!-- wp:uagb/container {\"block_id\":\"0d585283\",\"minHeightDesktop\":95,\"minHeightTablet\":70,\"minHeightMobile\":80,\"minHeightType\":\"vh\",\"alignItemsDesktop\":\"flex-start\",\"backgroundType\":\"image\",\"backgroundImageDesktop\":{\"uploading\":false,\"date\":1670921854000,\"filename\":\"Blue-Roan-pool.jpg\",\"menuOrder\":0,\"uploadedTo\":760,\"type\":\"image\",\"subtype\":\"jpeg\",\"id\":784,\"title\":\"Blue Roan - pool\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Blue-Roan-pool.jpg\",\"link\":\"https://blueroan.netgen.cloud/home/blue-roan-pool/\",\"alt\":\"\",\"author\":\"2\",\"description\":\"\",\"caption\":\"\",\"name\":\"blue-roan-pool\",\"status\":\"inherit\",\"modified\":1670921854000,\"mime\":\"image/jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-includes/images/media/default.png\",\"dateFormatted\":\"December 13, 2022\",\"nonces\":{\"update\":\"51a12ed09e\",\"delete\":\"5174068551\",\"edit\":\"1de0721407\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=784\\u0026action=edit\",\"meta\":false,\"authorName\":\"Netgen Support\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/profile.php\",\"uploadedToTitle\":\"Home\",\"uploadedToLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=760\\u0026action=edit\",\"filesizeInBytes\":154801,\"filesizeHumanReadable\":\"151 KB\",\"context\":\"\",\"height\":667,\"width\":1000,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Blue-Roan-pool-150x150.jpg\",\"orientation\":\"landscape\"},\"medium\":{\"height\":200,\"width\":300,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Blue-Roan-pool-300x200.jpg\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Blue-Roan-pool.jpg\",\"height\":667,\"width\":1000,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"backgroundPositionDesktop\":{\"x\":0.5,\"y\":0.25},\"backgroundImageColor\":\"rgba(42,42,42,0.35)\",\"topPaddingDesktop\":0,\"bottomPaddingDesktop\":0,\"leftPaddingDesktop\":40,\"rightPaddingDesktop\":40,\"topPaddingTablet\":120,\"bottomPaddingTablet\":120,\"leftPaddingTablet\":40,\"rightPaddingTablet\":40,\"topPaddingMobile\":150,\"bottomPaddingMobile\":150,\"leftPaddingMobile\":20,\"rightPaddingMobile\":20,\"paddingLink\":false,\"variationSelected\":true,\"isBlockRootParent\":true,\"overlayType\":\"color\",\"minHeightTypeTablet\":\"vh\",\"minHeightTypeMobile\":\"vh\"} -->\n<div class=\"wp-block-uagb-container uagb-block-0d585283 alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/info-box {\"classMigrate\":true,\"headingAlign\":\"left\",\"headingColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"subHeadingColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"headingTag\":\"h1\",\"subHeadFontSize\":17,\"subHeadFontSizeMobile\":15,\"headSpace\":20,\"subHeadSpace\":40,\"block_id\":\"1c31e6af\",\"ctaIcon\":\"\",\"ctaType\":\"button\",\"ctaText\":\"Book Your Stay Now\",\"ctaLink\":\"https://book.nightsbridge.com/11065\",\"ctaBtnLinkColor\":\"var(\\u002d\\u002dast-global-color-2)\",\"ctaLinkHoverColor\":\"var(\\u002d\\u002dast-global-color-2)\",\"ctaBgColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"ctaBgHoverColor\":\"var(\\u002d\\u002dast-global-color-4)\",\"ctaBorderColor\":\"\",\"ctaBorderStyle\":\"\",\"ctaBorderWidth\":\"\",\"ctaBorderRadius\":\"\",\"iconImage\":{\"url\":\"\",\"alt\":\"InfoBox placeholder img\"},\"showIcon\":false,\"paddingBtnTop\":18,\"paddingBtnBottom\":18,\"paddingBtnLeft\":34,\"paddingBtnRight\":34,\"blockTopPadding\":5,\"blockRightPadding\":40,\"blockLeftPadding\":0,\"blockBottomPadding\":0,\"blockTopPaddingTablet\":0,\"blockRightPaddingTablet\":64,\"blockLeftPaddingTablet\":0,\"blockBottomPaddingTablet\":0,\"blockTopPaddingMobile\":0,\"blockRightPaddingMobile\":0,\"blockLeftPaddingMobile\":0,\"blockBottomPaddingMobile\":0,\"blockPaddingUnit\":\"%\",\"blockPaddingLink\":false,\"subHeadMarginTopTablet\":0,\"subHeadMarginRightTablet\":64,\"subHeadTabletSpace\":40,\"subHeadMarginLeftTablet\":0,\"subHeadMarginTopMobile\":0,\"subHeadMarginRightMobile\":0,\"subHeadMobileSpace\":40,\"subHeadMarginLeftMobile\":0,\"btnBorderTopWidth\":1,\"btnBorderLeftWidth\":1,\"btnBorderRightWidth\":1,\"btnBorderBottomWidth\":1,\"btnBorderTopLeftRadius\":0,\"btnBorderTopRightRadius\":0,\"btnBorderBottomLeftRadius\":0,\"btnBorderBottomRightRadius\":0,\"btnBorderStyle\":\"none\",\"btnBorderColor\":\"#333\",\"zIndex\":null} -->\n<div class=\"wp-block-uagb-info-box uagb-block-1c31e6af uagb-infobox__content-wrap  uagb-infobox-icon-above-title uagb-infobox-image-valign-top\"><div class=\"uagb-ifb-content\"><div class=\"uagb-ifb-title-wrap\"><h1 class=\"uagb-ifb-title\"><strong>Magaliesburg pet friendly self-catering accommodation</strong></h1></div><p class=\"uagb-ifb-desc\">Romantic pet-friendly self-catering accommodation in Magaliesburg, Gauteng.</p><div class=\"uagb-ifb-button-wrapper wp-block-button\"><a href=\"https://book.nightsbridge.com/11065\" class=\"uagb-infobox-cta-link wp-block-button__link\" target=\"_self\" rel=\"noopener noreferrer\" alt=\"\"><span class=\"uagb-inline-editing\">Book Your Stay Now</span></a></div></div></div>\n<!-- /wp:uagb/info-box -->\n\n<!-- wp:buttons -->\n<div class=\"wp-block-buttons\"><!-- wp:button {\"backgroundColor\":\"ast-global-color-5\",\"textColor\":\"ast-global-color-2\",\"width\":25,\"style\":{\"spacing\":{\"padding\":{\"top\":\"var:preset|spacing|40\",\"right\":\"var:preset|spacing|40\",\"bottom\":\"var:preset|spacing|40\",\"left\":\"var:preset|spacing|40\"}}},\"className\":\"is-style-fill\",\"fontSize\":\"small\"} -->\n<div class=\"wp-block-button has-custom-width wp-block-button__width-25 has-custom-font-size is-style-fill has-small-font-size\"><a class=\"wp-block-button__link has-ast-global-color-2-color has-ast-global-color-5-background-color has-text-color has-background wp-element-button\" style=\"padding-top:var(--wp--preset--spacing--40);padding-right:var(--wp--preset--spacing--40);padding-bottom:var(--wp--preset--spacing--40);padding-left:var(--wp--preset--spacing--40)\" rel=\"https://book.nightsbridge.com/11065\">Check availability</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"35d732cc\",\"directionDesktop\":\"row\",\"directionMobile\":\"column-reverse\",\"alignItemsDesktop\":\"flex-start\",\"backgroundType\":\"color\",\"backgroundSizeTablet\":\"cover\",\"backgroundSizeMobile\":\"cover\",\"backgroundColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"topPaddingDesktop\":60,\"bottomPaddingDesktop\":60,\"topPaddingTablet\":80,\"bottomPaddingTablet\":80,\"leftPaddingTablet\":40,\"rightPaddingTablet\":40,\"topPaddingMobile\":64,\"bottomPaddingMobile\":64,\"leftPaddingMobile\":24,\"rightPaddingMobile\":24,\"paddingLink\":false,\"variationSelected\":true,\"columnGapDesktop\":60,\"columnGapTablet\":50,\"isBlockRootParent\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-35d732cc alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/container {\"block_id\":\"89dec69c\",\"widthDesktop\":50,\"variationSelected\":true,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-89dec69c\"><!-- wp:image {\"id\":797,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-13.jpg\" alt=\"\" class=\"wp-image-797\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>We have 7 lovely brick&nbsp;<strong>self-catering</strong>&nbsp;units, each one private and with its own character and theme. &nbsp;They are designed exclusively for couples with or without pets wanting a romantic and peaceful place to connect, re-connect, celebrate special occasions, or somewhere quiet and comfortable to come for a holiday</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:buttons -->\n<div class=\"wp-block-buttons\"><!-- wp:button -->\n<div class=\"wp-block-button\"><a class=\"wp-block-button__link wp-element-button\" href=\"/accommodation/\">View accomodation</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"01ffe196\",\"widthDesktop\":50,\"leftPaddingDesktop\":0,\"paddingLink\":false,\"variationSelected\":true,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-01ffe196\"><!-- wp:uagb/advanced-heading {\"block_id\":\"aab7aba4\",\"classMigrate\":true,\"headingDescToggle\":true,\"subHeadingColor\":\"\",\"headSpace\":20,\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-aab7aba4\"><h2 class=\"uagb-heading-text\"><strong>Blue Roan is a 3-star graded pet-friendly venue</strong></h2><p class=\"uagb-desc-text\">Our goal is to provide high-quality, romantic, comfortable, and affordable self-catering accommodation on the outskirts of the village of &nbsp;Magaliesburg. &nbsp;For animal lovers, we are also&nbsp;pet-friendly&nbsp;by arrangement in most of the units all of which have their own fully fenced and gated private grassy gardens.</p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/image {\"block_id\":\"b364d0d4\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/hammock-in-the-garden.jpg\",\"align\":\"left\",\"id\":799,\"linkDestination\":\"none\",\"naturalWidth\":600,\"naturalHeight\":400,\"sizeSlug\":\"full\",\"sizeSlugTablet\":\"full\",\"sizeSlugMobile\":\"full\",\"imageTopMargin\":20,\"imageRightMargin\":0,\"imageLeftMargin\":0,\"imageBottomMargin\":0,\"imageTopMarginMobile\":0,\"imageRightMarginMobile\":0,\"imageLeftMarginMobile\":0,\"imageBottomMarginMobile\":0,\"imageMarginLink\":false} -->\n<div class=\"wp-block-uagb-image uagb-block-b364d0d4 wp-block-uagb-image--layout-default wp-block-uagb-image--effect-static wp-block-uagb-image--align-left\"><figure class=\"wp-block-uagb-image__figure\"><img srcset=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/hammock-in-the-garden.jpg \" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/hammock-in-the-garden.jpg\" alt=\"\" class=\"uag-image-799\" width=\"\" height=\"\" title=\"\" loading=\"lazy\"/></figure></div>\n<!-- /wp:uagb/image --></div>\n<!-- /wp:uagb/container --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"94de5b4c\",\"directionDesktop\":\"row\",\"directionMobile\":\"column-reverse\",\"alignItemsDesktop\":\"flex-start\",\"backgroundType\":\"color\",\"backgroundSizeTablet\":\"cover\",\"backgroundSizeMobile\":\"cover\",\"backgroundColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"topPaddingDesktop\":0,\"bottomPaddingDesktop\":0,\"topPaddingTablet\":80,\"bottomPaddingTablet\":80,\"leftPaddingTablet\":40,\"rightPaddingTablet\":40,\"topPaddingMobile\":64,\"bottomPaddingMobile\":64,\"leftPaddingMobile\":24,\"rightPaddingMobile\":24,\"paddingLink\":false,\"variationSelected\":true,\"rowGapDesktop\":0,\"columnGapDesktop\":0,\"columnGapTablet\":50,\"isBlockRootParent\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-94de5b4c alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:image {\"align\":\"center\",\"id\":1344,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image aligncenter size-large\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/tgcsa-full-3-stars-1024x366.jpg\" alt=\"\" class=\"wp-image-1344\"/></figure>\n<!-- /wp:image --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"5c44e508\",\"backgroundType\":\"color\",\"backgroundSizeTablet\":\"cover\",\"backgroundSizeMobile\":\"cover\",\"backgroundColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"topPaddingDesktop\":50,\"bottomPaddingDesktop\":100,\"topPaddingTablet\":50,\"bottomPaddingTablet\":25,\"leftPaddingTablet\":20,\"rightPaddingTablet\":20,\"topPaddingMobile\":50,\"bottomPaddingMobile\":20,\"leftPaddingMobile\":20,\"rightPaddingMobile\":20,\"paddingLink\":false,\"variationSelected\":true,\"rowGapDesktop\":0,\"isBlockRootParent\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-5c44e508 alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/container {\"block_id\":\"f49bb2f0\",\"directionDesktop\":\"row\",\"alignItemsDesktop\":\"flex-end\",\"alignItemsTablet\":\"flex-end\",\"justifyContentDesktop\":\"flex-end\",\"justifyContentTablet\":\"space-between\",\"variationSelected\":true,\"rowGapMobile\":30,\"columnGapDesktop\":0} -->\n<div class=\"wp-block-uagb-container uagb-block-f49bb2f0\"><!-- wp:uagb/advanced-heading {\"block_id\":\"b00c2c0f\",\"classMigrate\":true,\"headingDescToggle\":true,\"subHeadingColor\":\"\",\"headSpace\":20,\"subHeadFontSize\":16} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-b00c2c0f\"><h2 class=\"uagb-heading-text\">Amenities &amp; Interests ​</h2><p class=\"uagb-desc-text\">The Blue Roan Country Lodge is situated just 5 minutes from the village of Magaliesburg on a tar road so easy access for all cars. &nbsp;We have panoramic views of the Magaliesberg mountain range and our farm is the perfect place for a relaxing getaway in the country. &nbsp;As we are only 70 km from JHB and Pretoria, it is only an hour’s drive.</p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/buttons {\"block_id\":\"99b351c7\",\"classMigrate\":true,\"childMigrate\":true,\"align\":\"right\",\"alignTablet\":\"right\",\"alignMobile\":\"left\",\"gap\":0} -->\n<div class=\"wp-block-uagb-buttons uagb-buttons__outer-wrap uagb-btn__default-btn uagb-btn-tablet__default-btn uagb-btn-mobile__default-btn uagb-block-99b351c7\"><div class=\"uagb-buttons__wrap uagb-buttons-layout-wrap\"><!-- wp:uagb/buttons-child {\"block_id\":\"8b121466\",\"label\":\"View All\",\"link\":\"/amenities/\",\"hColor\":\"\",\"borderWidth\":\"\",\"borderRadius\":\"\",\"borderStyle\":\"\",\"borderColor\":\"\",\"borderHColor\":\"\",\"btnBorderTopWidth\":1,\"btnBorderLeftWidth\":1,\"btnBorderRightWidth\":1,\"btnBorderBottomWidth\":1,\"btnBorderTopLeftRadius\":2,\"btnBorderTopRightRadius\":2,\"btnBorderBottomLeftRadius\":2,\"btnBorderBottomRightRadius\":2,\"btnBorderStyle\":\"solid\",\"btnBorderColor\":\"#333\",\"btnBorderHColor\":\"#333\"} -->\n<div class=\"wp-block-uagb-buttons-child uagb-buttons__outer-wrap uagb-block-8b121466 wp-block-button is-style-outline\"><div class=\"uagb-button__wrapper\"><a class=\"uagb-buttons-repeater wp-block-button__link\" href=\"/amenities/\" rel=\"follow noopener\" target=\"_self\"><div class=\"uagb-button__link\">View All</div></a></div></div>\n<!-- /wp:uagb/buttons-child --></div></div>\n<!-- /wp:uagb/buttons --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"74751ec1\",\"directionDesktop\":\"row\",\"alignItemsTablet\":\"flex-start\",\"paddingLink\":false,\"topMarginDesktop\":50,\"bottomMarginDesktop\":20,\"leftMarginDesktop\":0,\"rightMarginDesktop\":0,\"marginLink\":false,\"variationSelected\":true,\"rowGapMobile\":65,\"columnGapDesktop\":48,\"columnGapTablet\":20} -->\n<div class=\"wp-block-uagb-container uagb-block-74751ec1\"><!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"align\":\"center\",\"id\":828,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image aligncenter size-full\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Blue-Roan-pool.png\" alt=\"Blue Roan\'s rock pool\" class=\"wp-image-828\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>A relaxing rock Pool​</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>We have a lovely sparkling blue rock pool next to a thatched Lapa. &nbsp;&nbsp;Lie on recliners on the green lawn or sit on the swing chair in the Lapa and enjoy the panoramic view of the Magaliesberg mountain range.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":829,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/img-20160605-wa0002-largejpg.png\" alt=\"\" class=\"wp-image-829\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>Braai facilities </h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>What can compare to a burning fire under the star-lit African sky? Nothing beats the flavor of cooking over an open flame.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":1354,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Games-Room.png\" alt=\"\" class=\"wp-image-1354\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>A games room </h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>The reception is also a games room for those who enjoy darts or playing pool. &nbsp;Take a selection of DVDs back to your room and watch movies on your own DVD player. &nbsp;There is also a selection of board games and music CDs that you can borrow.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div>\n<!-- /wp:uagb/container --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"f3c0bdbf\",\"backgroundType\":\"color\",\"backgroundSizeTablet\":\"cover\",\"backgroundSizeMobile\":\"cover\",\"backgroundColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"bottomPaddingDesktop\":104,\"leftPaddingDesktop\":40,\"rightPaddingDesktop\":40,\"topPaddingTablet\":80,\"bottomPaddingTablet\":80,\"leftPaddingTablet\":40,\"rightPaddingTablet\":40,\"topPaddingMobile\":64,\"bottomPaddingMobile\":64,\"leftPaddingMobile\":24,\"rightPaddingMobile\":24,\"paddingLink\":false,\"variationSelected\":true,\"rowGapDesktop\":0,\"isBlockRootParent\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-f3c0bdbf alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/advanced-heading {\"block_id\":\"ac92718f\",\"classMigrate\":true,\"headingDescToggle\":true,\"headingAlign\":\"center\",\"headingAlignMobile\":\"left\",\"subHeadingColor\":\"\",\"headSpace\":20,\"subHeadFontSize\":16,\"blockBottomPadding\":20} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-ac92718f\"><h2 class=\"uagb-heading-text\">Our Inside Pictures​</h2><p class=\"uagb-desc-text\">Take a look at some pretty pictures captured in and around our premises.</p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/container {\"block_id\":\"7924f026\",\"directionDesktop\":\"row\",\"alignItemsDesktop\":\"flex-start\",\"topMarginDesktop\":20,\"bottomMarginDesktop\":0,\"leftMarginDesktop\":0,\"rightMarginDesktop\":0,\"marginLink\":false,\"variationSelected\":true,\"rowGapMobile\":24,\"columnGapDesktop\":24,\"columnGapTablet\":20} -->\n<div class=\"wp-block-uagb-container uagb-block-7924f026\"><!-- wp:uagb/container {\"block_id\":\"05fee2ce\",\"widthDesktop\":32,\"variationSelected\":true,\"rowGapDesktop\":24,\"rowGapTablet\":20,\"rowGapMobile\":24,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-05fee2ce\"><!-- wp:uagb/image {\"block_id\":\"bd81c9c9\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/red-rose-1024x683.jpg\",\"id\":834,\"linkDestination\":\"none\",\"width\":385,\"height\":284,\"naturalWidth\":1024,\"naturalHeight\":683,\"sizeSlug\":\"large\",\"sizeSlugTablet\":\"large\",\"sizeSlugMobile\":\"large\",\"customHeightSetDesktop\":true} -->\n<div class=\"wp-block-uagb-image uagb-block-bd81c9c9 wp-block-uagb-image--layout-default wp-block-uagb-image--effect-static wp-block-uagb-image--align-none\"><figure class=\"wp-block-uagb-image__figure\"><img srcset=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/red-rose-1024x683.jpg \" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/red-rose-1024x683.jpg\" alt=\"\" class=\"uag-image-834\" width=\"385\" height=\"284\" title=\"\" loading=\"lazy\"/></figure></div>\n<!-- /wp:uagb/image -->\n\n<!-- wp:uagb/image {\"block_id\":\"e39b6738\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/49g.jpg\",\"id\":838,\"linkDestination\":\"none\",\"width\":385,\"height\":284,\"naturalWidth\":650,\"naturalHeight\":450,\"sizeSlug\":\"full\",\"sizeSlugTablet\":\"full\",\"sizeSlugMobile\":\"full\",\"customHeightSetDesktop\":true} -->\n<div class=\"wp-block-uagb-image uagb-block-e39b6738 wp-block-uagb-image--layout-default wp-block-uagb-image--effect-static wp-block-uagb-image--align-none\"><figure class=\"wp-block-uagb-image__figure\"><img srcset=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/49g.jpg \" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/49g.jpg\" alt=\"\" class=\"uag-image-838\" width=\"385\" height=\"284\" title=\"\" loading=\"lazy\"/></figure></div>\n<!-- /wp:uagb/image --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"c05e2ece\",\"widthDesktop\":67,\"variationSelected\":true,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-c05e2ece\"><!-- wp:uagb/image {\"block_id\":\"81fa5c7c\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAA39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba-1-1024x768.png\",\"id\":905,\"linkDestination\":\"none\",\"naturalWidth\":1024,\"naturalHeight\":768,\"sizeSlug\":\"large\",\"sizeSlugTablet\":\"large\",\"sizeSlugMobile\":\"large\"} -->\n<div class=\"wp-block-uagb-image uagb-block-81fa5c7c wp-block-uagb-image--layout-default wp-block-uagb-image--effect-static wp-block-uagb-image--align-none\"><figure class=\"wp-block-uagb-image__figure\"><img srcset=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAA39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba-1-1024x768.png \" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAA39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba-1-1024x768.png\" alt=\"\" class=\"uag-image-905\" width=\"\" height=\"\" title=\"\" loading=\"lazy\"/></figure></div>\n<!-- /wp:uagb/image --></div>\n<!-- /wp:uagb/container --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"bf504662\",\"directionDesktop\":\"row\",\"alignItemsDesktop\":\"flex-start\",\"topMarginDesktop\":24,\"bottomMarginDesktop\":0,\"leftMarginDesktop\":0,\"rightMarginDesktop\":0,\"topMarginTablet\":20,\"bottomMarginTablet\":0,\"leftMarginTablet\":0,\"rightMarginTablet\":0,\"topMarginMobile\":24,\"bottomMarginMobile\":0,\"leftMarginMobile\":0,\"rightMarginMobile\":0,\"marginLink\":false,\"variationSelected\":true,\"columnGapDesktop\":24,\"columnGapTablet\":20} -->\n<div class=\"wp-block-uagb-container uagb-block-bf504662\"><!-- wp:uagb/container {\"block_id\":\"5f829143\",\"widthDesktop\":67,\"variationSelected\":true,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-5f829143\"><!-- wp:image {\"id\":837,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-8-1024x678.jpg\" alt=\"\" class=\"wp-image-837\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"f1e725b0\",\"widthDesktop\":32,\"variationSelected\":true,\"rowGapDesktop\":24,\"rowGapTablet\":20,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-f1e725b0\"><!-- wp:uagb/image {\"block_id\":\"a830601b\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Blue-roan-pool-01.jpg\",\"id\":782,\"linkDestination\":\"none\",\"width\":385,\"height\":250,\"naturalWidth\":800,\"naturalHeight\":534,\"sizeSlug\":\"full\",\"sizeSlugTablet\":\"full\",\"sizeSlugMobile\":\"full\",\"customHeightSetDesktop\":true} -->\n<div class=\"wp-block-uagb-image uagb-block-a830601b wp-block-uagb-image--layout-default wp-block-uagb-image--effect-static wp-block-uagb-image--align-none\"><figure class=\"wp-block-uagb-image__figure\"><img srcset=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Blue-roan-pool-01.jpg \" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Blue-roan-pool-01.jpg\" alt=\"\" class=\"uag-image-782\" width=\"385\" height=\"250\" title=\"\" loading=\"lazy\"/></figure></div>\n<!-- /wp:uagb/image -->\n\n<!-- wp:uagb/image {\"block_id\":\"150353b2\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/bird-1024x683.jpg\",\"id\":910,\"linkDestination\":\"none\",\"width\":385,\"height\":250,\"naturalWidth\":1024,\"naturalHeight\":683,\"sizeSlug\":\"large\",\"sizeSlugTablet\":\"large\",\"sizeSlugMobile\":\"large\",\"customHeightSetDesktop\":true} -->\n<div class=\"wp-block-uagb-image uagb-block-150353b2 wp-block-uagb-image--layout-default wp-block-uagb-image--effect-static wp-block-uagb-image--align-none\"><figure class=\"wp-block-uagb-image__figure\"><img srcset=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/bird-1024x683.jpg \" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/bird-1024x683.jpg\" alt=\"\" class=\"uag-image-910\" width=\"385\" height=\"250\" title=\"\" loading=\"lazy\"/></figure></div>\n<!-- /wp:uagb/image --></div>\n<!-- /wp:uagb/container --></div>\n<!-- /wp:uagb/container --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"3412c19f\",\"backgroundType\":\"color\",\"backgroundSizeTablet\":\"cover\",\"backgroundSizeMobile\":\"cover\",\"backgroundColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"topPaddingDesktop\":40,\"bottomPaddingDesktop\":104,\"leftPaddingDesktop\":40,\"rightPaddingDesktop\":40,\"topPaddingTablet\":80,\"bottomPaddingTablet\":80,\"leftPaddingTablet\":40,\"rightPaddingTablet\":40,\"topPaddingMobile\":64,\"bottomPaddingMobile\":64,\"leftPaddingMobile\":24,\"rightPaddingMobile\":24,\"paddingLink\":false,\"variationSelected\":true,\"rowGapDesktop\":0,\"isBlockRootParent\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-3412c19f alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/advanced-heading {\"block_id\":\"b08e4e25\",\"classMigrate\":true,\"headingDescToggle\":true,\"headingAlign\":\"center\",\"headingAlignMobile\":\"left\",\"subHeadingColor\":\"\",\"headSpace\":20,\"subHeadFontSize\":16,\"blockBottomPadding\":20} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-b08e4e25\"><h2 class=\"uagb-heading-text\">What Our Guests Say​</h2><p class=\"uagb-desc-text\">We take pride in serving our guests the best experience. </p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/container {\"block_id\":\"5e4d14a0\",\"directionDesktop\":\"row\",\"topMarginDesktop\":40,\"bottomMarginDesktop\":0,\"leftMarginDesktop\":0,\"rightMarginDesktop\":0,\"marginLink\":false,\"variationSelected\":true,\"rowGapMobile\":40,\"columnGapDesktop\":90} -->\n<div class=\"wp-block-uagb-container uagb-block-5e4d14a0\"><!-- wp:uagb/container {\"block_id\":\"79290eaf\",\"widthDesktop\":50,\"variationSelected\":true,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-79290eaf\"><!-- wp:uagb/testimonial {\"test_item_count\":1,\"classMigrate\":true,\"test_block\":[{\"description\":\"\\u0022Thank you for a most enjoyable weekend stay and for making our anniversary so special.  Thank you for your kind and lovely friendship which we really appreciate!!!\\u0022​\",\"name\":\"\\u003cstrong\\u003eBrenda and Theuns\\u003c/strong\\u003e\",\"company\":\"\",\"image\":{\"id\":119,\"title\":\"testimonial1\",\"filename\":\"testimonial1.jpg\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/testimonial1.jpg\",\"link\":\"https://blueroan.netgen.cloud/testimonial1/\",\"alt\":\"\",\"author\":\"34\",\"description\":\"\",\"caption\":\"\",\"name\":\"testimonial1\",\"status\":\"inherit\",\"uploadedTo\":0,\"date\":\"2021-05-11T05:02:02.000Z\",\"modified\":\"2021-05-11T05:02:02.000Z\",\"menuOrder\":0,\"mime\":\"image/jpeg\",\"type\":\"image\",\"subtype\":\"jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/default.png\",\"dateFormatted\":\"May 11, 2021\",\"nonces\":{\"update\":\"b92fe40c3d\",\"delete\":\"643c1eb8f1\",\"edit\":\"d3e7d56b1d\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=119\\u0026action=edit\",\"meta\":false,\"authorName\":\"Rishabh\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/user-edit.php?user_id=34\",\"filesizeInBytes\":11264,\"filesizeHumanReadable\":\"11 KB\",\"context\":\"\",\"height\":250,\"width\":250,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/testimonial1-150x150.jpg\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/testimonial1.jpg\",\"height\":250,\"width\":250,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}}}],\"headingAlign\":\"left\",\"headingAlignTablet\":\"left\",\"headingAlignMobile\":\"left\",\"descColor\":\"var(\\u002d\\u002dast-global-color-3)\",\"nameFontSize\":14,\"nameLineHeight\":1,\"descFontSize\":16,\"descFontWeight\":\"600\",\"nameSpace\":1,\"block_id\":\"d90dd4c9\",\"iconImage\":{\"url\":\"\",\"alt\":\"InfoBox placeholder img\"},\"imageWidth\":32,\"columnGap\":1,\"borderStyle\":\"\",\"paddingTop\":0,\"paddingBottom\":0,\"paddingLeft\":0,\"paddingRight\":0,\"spacingLink\":true,\"imgpaddingTop\":0,\"imgpaddingRight\":15,\"imgpaddingBottom\":0,\"imgpaddingLeft\":0,\"overallBorderStyle\":\"none\",\"imgTagHeight\":32,\"imgTagWidth\":150} -->\n<div class=\"wp-block-uagb-testimonial uagb-slick-carousel uagb-tm__arrow-outside uagb-block-d90dd4c9 uagb-post__carousel_notset uagb-post__carousel_notset-tablet uagb-post__carousel_notset-mobile\"><div class=\"is-carousel uagb-tm__columns-1 uagb-tm__items\"><div class=\"uagb-testimonial__wrap  uagb-tm__imgicon-style-circle uagb-tm__image-position-bottom uagb-tm__bg-type-none \"><div class=\"uagb-tm__content\"><div class=\"uagb-tm__overlay\"></div><div class=\"uagb-tm__text-wrap\"><div class=\"uagb-tm__desc\">\"Thank you for a most enjoyable weekend stay and for making our anniversary so special.  Thank you for your kind and lovely friendship which we really appreciate!!!\"​</div><div class=\"uagb-tm__meta-inner\"><div class=\"uagb-tm__image-content\"><div class=\"uagb-tm__image\"><img class=\"uagb-tm-img-src\" src=\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/testimonial1-150x150.jpg\" alt=\"\" width=\"32\" height=\"32\" loading=\"lazy\"/></div></div><div class=\"uagb-testimonial-details\"><span class=\"uagb-tm__author-name\"><strong>Brenda and Theuns</strong></span><span class=\"uagb-tm__company\"></span></div></div></div></div></div></div></div>\n<!-- /wp:uagb/testimonial -->\n\n<!-- wp:uagb/testimonial {\"test_item_count\":1,\"classMigrate\":true,\"test_block\":[{\"description\":\"\\u0022Breaking away from city life and coming out to a most wonderful romantic weekend away.  The unit is so comfortable.  Thank you for your great hospitality - we had an awesome time here.  Go well - with love\\u0022​\",\"name\":\"\\u003cstrong\\u003e\\u003cstrong\\u003e\\u003cstrong\\u003eLiz \\u0026amp; Eddie\\u003c/strong\\u003e\\u003c/strong\\u003e\\u003c/strong\\u003e\",\"company\":\"\",\"image\":{\"id\":122,\"title\":\"testimonial4\",\"filename\":\"testimonial4.jpg\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/testimonial4.jpg\",\"link\":\"https://blueroan.netgen.cloud/testimonial4/\",\"alt\":\"\",\"author\":\"34\",\"description\":\"\",\"caption\":\"\",\"name\":\"testimonial4\",\"status\":\"inherit\",\"uploadedTo\":0,\"date\":\"2021-05-11T05:02:06.000Z\",\"modified\":\"2021-05-11T05:02:06.000Z\",\"menuOrder\":0,\"mime\":\"image/jpeg\",\"type\":\"image\",\"subtype\":\"jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/default.png\",\"dateFormatted\":\"May 11, 2021\",\"nonces\":{\"update\":\"4e34860add\",\"delete\":\"9e126a55cd\",\"edit\":\"33ffd3c040\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=122\\u0026action=edit\",\"meta\":false,\"authorName\":\"Rishabh\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/user-edit.php?user_id=34\",\"filesizeInBytes\":16584,\"filesizeHumanReadable\":\"16 KB\",\"context\":\"\",\"height\":250,\"width\":250,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/testimonial4-150x150.jpg\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/testimonial4.jpg\",\"height\":250,\"width\":250,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}}}],\"headingAlign\":\"left\",\"headingAlignTablet\":\"left\",\"headingAlignMobile\":\"left\",\"descColor\":\"var(\\u002d\\u002dast-global-color-3)\",\"nameFontSize\":14,\"nameLineHeight\":1,\"descFontSize\":16,\"descFontWeight\":\"600\",\"nameSpace\":1,\"block_id\":\"33ff9087\",\"iconImage\":{\"url\":\"\",\"alt\":\"InfoBox placeholder img\"},\"imageWidth\":32,\"columnGap\":1,\"borderStyle\":\"\",\"paddingTop\":0,\"paddingBottom\":0,\"paddingLeft\":0,\"paddingRight\":0,\"spacingLink\":true,\"imgpaddingTop\":0,\"imgpaddingRight\":15,\"imgpaddingBottom\":0,\"imgpaddingLeft\":0,\"overallBorderStyle\":\"none\",\"imgTagHeight\":32,\"imgTagWidth\":150} -->\n<div class=\"wp-block-uagb-testimonial uagb-slick-carousel uagb-tm__arrow-outside uagb-block-33ff9087 uagb-post__carousel_notset uagb-post__carousel_notset-tablet uagb-post__carousel_notset-mobile\"><div class=\"is-carousel uagb-tm__columns-1 uagb-tm__items\"><div class=\"uagb-testimonial__wrap  uagb-tm__imgicon-style-circle uagb-tm__image-position-bottom uagb-tm__bg-type-none \"><div class=\"uagb-tm__content\"><div class=\"uagb-tm__overlay\"></div><div class=\"uagb-tm__text-wrap\"><div class=\"uagb-tm__desc\">\"Breaking away from city life and coming out to a most wonderful romantic weekend away.  The unit is so comfortable.  Thank you for your great hospitality - we had an awesome time here.  Go well - with love\"​</div><div class=\"uagb-tm__meta-inner\"><div class=\"uagb-tm__image-content\"><div class=\"uagb-tm__image\"><img class=\"uagb-tm-img-src\" src=\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/testimonial4-150x150.jpg\" alt=\"\" width=\"32\" height=\"32\" loading=\"lazy\"/></div></div><div class=\"uagb-testimonial-details\"><span class=\"uagb-tm__author-name\"><strong><strong><strong>Liz &amp; Eddie</strong></strong></strong></span><span class=\"uagb-tm__company\"></span></div></div></div></div></div></div></div>\n<!-- /wp:uagb/testimonial --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"14e7e4e7\",\"widthDesktop\":50,\"variationSelected\":true,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-14e7e4e7\"><!-- wp:uagb/testimonial {\"test_item_count\":1,\"classMigrate\":true,\"test_block\":[{\"description\":\"\\u0022Judy, what a wonderful place you have here - we were so delighted to spend the weekend here, so tranquil, peaceful, and beautiful. You made us feel right at home. Definitely a place worth 5 stars! Go well.\\u0022​\",\"name\":\"\\u003cstrong\\u003e\\u003cstrong\\u003eBrian\\u003c/strong\\u003e\\u003c/strong\\u003e \\u003cstrong\\u003e\\u003cstrong\\u003e\\u003cstrong\\u003eand \\u003cstrong\\u003eMariska\\u003c/strong\\u003e\\u003c/strong\\u003e\\u003cbr\\u003e\\u003c/strong\\u003e\\u003c/strong\\u003e\",\"company\":\"\",\"image\":{\"id\":120,\"title\":\"testimonial2\",\"filename\":\"testimonial2.jpg\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/testimonial2.jpg\",\"link\":\"https://blueroan.netgen.cloud/testimonial2/\",\"alt\":\"\",\"author\":\"34\",\"description\":\"\",\"caption\":\"\",\"name\":\"testimonial2\",\"status\":\"inherit\",\"uploadedTo\":0,\"date\":\"2021-05-11T05:02:03.000Z\",\"modified\":\"2021-05-11T05:02:03.000Z\",\"menuOrder\":0,\"mime\":\"image/jpeg\",\"type\":\"image\",\"subtype\":\"jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/default.png\",\"dateFormatted\":\"May 11, 2021\",\"nonces\":{\"update\":\"1ee6412858\",\"delete\":\"4414a2ccbf\",\"edit\":\"bde7b1f490\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=120\\u0026action=edit\",\"meta\":false,\"authorName\":\"Rishabh\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/user-edit.php?user_id=34\",\"filesizeInBytes\":10087,\"filesizeHumanReadable\":\"10 KB\",\"context\":\"\",\"height\":250,\"width\":250,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/testimonial2-150x150.jpg\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/testimonial2.jpg\",\"height\":250,\"width\":250,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}}}],\"headingAlign\":\"left\",\"headingAlignTablet\":\"left\",\"headingAlignMobile\":\"left\",\"descColor\":\"var(\\u002d\\u002dast-global-color-3)\",\"nameFontSize\":14,\"nameLineHeight\":1,\"descFontSize\":16,\"descFontWeight\":\"600\",\"nameSpace\":1,\"block_id\":\"e0218e52\",\"iconImage\":{\"url\":\"\",\"alt\":\"InfoBox placeholder img\"},\"imageWidth\":32,\"columnGap\":1,\"borderStyle\":\"\",\"paddingTop\":0,\"paddingBottom\":0,\"paddingLeft\":0,\"paddingRight\":0,\"spacingLink\":true,\"imgpaddingTop\":0,\"imgpaddingRight\":15,\"imgpaddingBottom\":0,\"imgpaddingLeft\":0,\"overallBorderStyle\":\"none\",\"imgTagHeight\":32,\"imgTagWidth\":150} -->\n<div class=\"wp-block-uagb-testimonial uagb-slick-carousel uagb-tm__arrow-outside uagb-block-e0218e52 uagb-post__carousel_notset uagb-post__carousel_notset-tablet uagb-post__carousel_notset-mobile\"><div class=\"is-carousel uagb-tm__columns-1 uagb-tm__items\"><div class=\"uagb-testimonial__wrap  uagb-tm__imgicon-style-circle uagb-tm__image-position-bottom uagb-tm__bg-type-none \"><div class=\"uagb-tm__content\"><div class=\"uagb-tm__overlay\"></div><div class=\"uagb-tm__text-wrap\"><div class=\"uagb-tm__desc\">\"Judy, what a wonderful place you have here - we were so delighted to spend the weekend here, so tranquil, peaceful, and beautiful. You made us feel right at home. Definitely a place worth 5 stars! Go well.\"​</div><div class=\"uagb-tm__meta-inner\"><div class=\"uagb-tm__image-content\"><div class=\"uagb-tm__image\"><img class=\"uagb-tm-img-src\" src=\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/testimonial2-150x150.jpg\" alt=\"\" width=\"32\" height=\"32\" loading=\"lazy\"/></div></div><div class=\"uagb-testimonial-details\"><span class=\"uagb-tm__author-name\"><strong><strong>Brian</strong></strong> <strong><strong><strong>and <strong>Mariska</strong></strong><br></strong></strong></span><span class=\"uagb-tm__company\"></span></div></div></div></div></div></div></div>\n<!-- /wp:uagb/testimonial -->\n\n<!-- wp:uagb/testimonial {\"test_item_count\":1,\"classMigrate\":true,\"test_block\":[{\"description\":\"\\u0022Thank you for the most wonderful time, Judy!  This was the most peaceful and perfect place to get engaged!  We will most certainly be back!!!  Your hospitality cannot be topped!\\u0022​\",\"name\":\"\\u003cstrong\\u003e\\u003cstrong\\u003e\\u003cstrong\\u003e\\u003cstrong\\u003eBrett and Kelly\\u003c/strong\\u003e\\u003c/strong\\u003e\\u003c/strong\\u003e\\u003c/strong\\u003e\",\"company\":\"\",\"image\":{\"id\":121,\"title\":\"testimonial3\",\"filename\":\"testimonial3.jpg\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/testimonial3.jpg\",\"link\":\"https://blueroan.netgen.cloud/testimonial3/\",\"alt\":\"\",\"author\":\"34\",\"description\":\"\",\"caption\":\"\",\"name\":\"testimonial3\",\"status\":\"inherit\",\"uploadedTo\":0,\"date\":\"2021-05-11T05:02:05.000Z\",\"modified\":\"2021-05-11T05:02:05.000Z\",\"menuOrder\":0,\"mime\":\"image/jpeg\",\"type\":\"image\",\"subtype\":\"jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/default.png\",\"dateFormatted\":\"May 11, 2021\",\"nonces\":{\"update\":\"290653da5d\",\"delete\":\"90a4fb2d63\",\"edit\":\"ff8a64e56e\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=121\\u0026action=edit\",\"meta\":false,\"authorName\":\"Rishabh\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/user-edit.php?user_id=34\",\"filesizeInBytes\":8748,\"filesizeHumanReadable\":\"9 KB\",\"context\":\"\",\"height\":250,\"width\":250,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/testimonial3-150x150.jpg\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/testimonial3.jpg\",\"height\":250,\"width\":250,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}}}],\"headingAlign\":\"left\",\"headingAlignTablet\":\"left\",\"headingAlignMobile\":\"left\",\"descColor\":\"var(\\u002d\\u002dast-global-color-3)\",\"nameFontSize\":14,\"nameLineHeight\":1,\"descFontSize\":16,\"descFontWeight\":\"600\",\"nameSpace\":1,\"block_id\":\"541b7484\",\"iconImage\":{\"url\":\"\",\"alt\":\"InfoBox placeholder img\"},\"imageWidth\":32,\"columnGap\":1,\"borderStyle\":\"\",\"paddingTop\":0,\"paddingBottom\":0,\"paddingLeft\":0,\"paddingRight\":0,\"spacingLink\":true,\"imgpaddingTop\":0,\"imgpaddingRight\":15,\"imgpaddingBottom\":0,\"imgpaddingLeft\":0,\"overallBorderStyle\":\"none\",\"imgTagHeight\":32,\"imgTagWidth\":150} -->\n<div class=\"wp-block-uagb-testimonial uagb-slick-carousel uagb-tm__arrow-outside uagb-block-541b7484 uagb-post__carousel_notset uagb-post__carousel_notset-tablet uagb-post__carousel_notset-mobile\"><div class=\"is-carousel uagb-tm__columns-1 uagb-tm__items\"><div class=\"uagb-testimonial__wrap  uagb-tm__imgicon-style-circle uagb-tm__image-position-bottom uagb-tm__bg-type-none \"><div class=\"uagb-tm__content\"><div class=\"uagb-tm__overlay\"></div><div class=\"uagb-tm__text-wrap\"><div class=\"uagb-tm__desc\">\"Thank you for the most wonderful time, Judy!  This was the most peaceful and perfect place to get engaged!  We will most certainly be back!!!  Your hospitality cannot be topped!\"​</div><div class=\"uagb-tm__meta-inner\"><div class=\"uagb-tm__image-content\"><div class=\"uagb-tm__image\"><img class=\"uagb-tm-img-src\" src=\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/testimonial3-150x150.jpg\" alt=\"\" width=\"32\" height=\"32\" loading=\"lazy\"/></div></div><div class=\"uagb-testimonial-details\"><span class=\"uagb-tm__author-name\"><strong><strong><strong><strong>Brett and Kelly</strong></strong></strong></strong></span><span class=\"uagb-tm__company\"></span></div></div></div></div></div></div></div>\n<!-- /wp:uagb/testimonial --></div>\n<!-- /wp:uagb/container --></div>\n<!-- /wp:uagb/container --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"2f60ad82\",\"innerContentCustomWidthDesktop\":781,\"innerContentCustomWidthTablet\":781,\"backgroundType\":\"image\",\"backgroundImageDesktop\":{\"id\":809,\"title\":\"26759994757_767d9794fd_b\",\"filename\":\"26759994757_767d9794fd_b.jpg\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/26759994757_767d9794fd_b.jpg\",\"link\":\"https://blueroan.netgen.cloud/?attachment_id=809\",\"alt\":\"\",\"author\":\"2\",\"description\":\"\",\"caption\":\"\",\"name\":\"26759994757_767d9794fd_b\",\"status\":\"inherit\",\"uploadedTo\":805,\"date\":\"2022-12-13T09:51:53.000Z\",\"modified\":\"2022-12-13T09:51:53.000Z\",\"menuOrder\":0,\"mime\":\"image/jpeg\",\"type\":\"image\",\"subtype\":\"jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-includes/images/media/default.png\",\"dateFormatted\":\"December 13, 2022\",\"nonces\":{\"update\":\"39b5c0eef1\",\"delete\":\"fde92abd83\",\"edit\":\"3923face9e\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=809\\u0026action=edit\",\"meta\":false,\"authorName\":\"Netgen Support\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/profile.php\",\"uploadedToTitle\":\"Magaliesburg\",\"uploadedToLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=805\\u0026action=edit\",\"filesizeInBytes\":143610,\"filesizeHumanReadable\":\"140 KB\",\"context\":\"\",\"height\":683,\"width\":1024,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/26759994757_767d9794fd_b-150x150.jpg\",\"orientation\":\"landscape\"},\"medium\":{\"height\":200,\"width\":300,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/26759994757_767d9794fd_b-300x200.jpg\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/26759994757_767d9794fd_b.jpg\",\"height\":683,\"width\":1024,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"backgroundImageColor\":\"rgba(42,42,42,0.65)\",\"topPaddingDesktop\":144,\"bottomPaddingDesktop\":144,\"leftPaddingDesktop\":40,\"rightPaddingDesktop\":40,\"topPaddingTablet\":80,\"bottomPaddingTablet\":80,\"leftPaddingTablet\":40,\"rightPaddingTablet\":40,\"topPaddingMobile\":64,\"bottomPaddingMobile\":64,\"leftPaddingMobile\":24,\"rightPaddingMobile\":24,\"paddingLink\":false,\"variationSelected\":true,\"isBlockRootParent\":true,\"overlayType\":\"color\"} -->\n<div class=\"wp-block-uagb-container uagb-block-2f60ad82 alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/advanced-heading {\"block_id\":\"226e29da\",\"classMigrate\":true,\"headingDescToggle\":true,\"headingAlign\":\"center\",\"headingColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"subHeadingColor\":\"var(\\u002d\\u002dast-global-color-4)\",\"headSpace\":20} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-226e29da\"><h2 class=\"uagb-heading-text\">Plan an Unforgettable Experience at <br>Blue Roan!</h2><p class=\"uagb-desc-text\">Blue Roan is a 3-star graded pet-friendly venue</p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/advanced-heading {\"block_id\":\"66b9987e\",\"classMigrate\":true,\"headingTitleToggle\":false,\"headingDescToggle\":true,\"headingAlign\":\"center\",\"subHeadingColor\":\"var(\\u002d\\u002dast-global-color-4)\",\"subHeadTransform\":\"uppercase\",\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"subHeadLetterSpacing\":2,\"blockTopPadding\":60,\"blockRightPadding\":0,\"blockLeftPadding\":0,\"blockBottomPadding\":0,\"blockTopPaddingMobile\":30,\"blockRightPaddingMobile\":0,\"blockLeftPaddingMobile\":0,\"blockBottomPaddingMobile\":0,\"linkColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"linkHColor\":\"var(\\u002d\\u002dast-global-color-0)\"} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-66b9987e\"><p class=\"uagb-desc-text\"><a href=\"https://book.nightsbridge.com/11065\" target=\"_blank\" rel=\"noreferrer noopener\">BOOK YOUR STAY NOW​</a></p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/icon-list {\"block_id\":\"113d1ef6\",\"classMigrate\":true,\"childMigrate\":true,\"align\":\"center\",\"parentIcon\":\"phone\",\"size\":40,\"sizeMobile\":24,\"sizeTablet\":32,\"fontSize\":48,\"fontSizeMobile\":28,\"fontSizeTablet\":40,\"fontWeight\":\"600\",\"iconColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"labelColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"blockTopPadding\":0,\"blockRightPadding\":0,\"blockLeftPadding\":0,\"blockBottomPadding\":24,\"blockPaddingLink\":false} -->\n<div class=\"wp-block-uagb-icon-list uagb-block-113d1ef6\"><div class=\"uagb-icon-list__wrap\"><!-- wp:uagb/icon-list-child {\"block_id\":\"a137da1d\",\"label\":\" + 27 (0) 82 575 5409\",\"label_color\":\"\",\"link\":\"tel:+27825755409\",\"disableLink\":true,\"fromParentIcon\":\"phone\",\"imageSizeChild\":40} -->\n<div class=\"wp-block-uagb-icon-list-child uagb-block-a137da1d\"><a target=\"_self\" aria-label=\" + 27 (0) 82 575 5409\" rel=\"noopener noreferrer\" href=\"tel:+27825755409\"> </a><span class=\"uagb-icon-list__source-wrap\"><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M511.2 387l-23.25 100.8c-3.266 14.25-15.79 24.22-30.46 24.22C205.2 512 0 306.8 0 54.5c0-14.66 9.969-27.2 24.22-30.45l100.8-23.25C139.7-2.602 154.7 5.018 160.8 18.92l46.52 108.5c5.438 12.78 1.77 27.67-8.98 36.45L144.5 207.1c33.98 69.22 90.26 125.5 159.5 159.5l44.08-53.8c8.688-10.78 23.69-14.51 36.47-8.975l108.5 46.51C506.1 357.2 514.6 372.4 511.2 387z\"></path></svg></span><span class=\"uagb-icon-list__label\"> + 27 (0) 82 575 5409</span></div>\n<!-- /wp:uagb/icon-list-child -->\n\n<!-- wp:uagb/icon-list-child {\"block_id\":\"96f5d59d\",\"label\":\"blueroan@ugo.co.za\",\"icon\":\"envelope\",\"label_color\":\"\",\"link\":\"mailto:blueroan@ugo.co.za\",\"disableLink\":true,\"fromParentIcon\":\"phone\",\"imageSizeChild\":40} -->\n<div class=\"wp-block-uagb-icon-list-child uagb-block-96f5d59d\"><a target=\"_self\" aria-label=\"blueroan@ugo.co.za\" rel=\"noopener noreferrer\" href=\"mailto:blueroan@ugo.co.za\"> </a><span class=\"uagb-icon-list__source-wrap\"><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M464 64C490.5 64 512 85.49 512 112C512 127.1 504.9 141.3 492.8 150.4L275.2 313.6C263.8 322.1 248.2 322.1 236.8 313.6L19.2 150.4C7.113 141.3 0 127.1 0 112C0 85.49 21.49 64 48 64H464zM217.6 339.2C240.4 356.3 271.6 356.3 294.4 339.2L512 176V384C512 419.3 483.3 448 448 448H64C28.65 448 0 419.3 0 384V176L217.6 339.2z\"></path></svg></span><span class=\"uagb-icon-list__label\">blueroan@ugo.co.za</span></div>\n<!-- /wp:uagb/icon-list-child --></div></div>\n<!-- /wp:uagb/icon-list --></div></div>\n<!-- /wp:uagb/container -->',	'Home',	'',	'inherit',	'closed',	'closed',	'',	'760-revision-v1',	'',	'',	'2022-12-21 10:59:08',	'2022-12-21 10:59:08',	'',	760,	'https://blueroan.netgen.cloud/?p=1377',	0,	'revision',	'',	0),
(1378,	2,	'2022-12-21 11:11:32',	'2022-12-21 11:11:32',	'<!-- wp:uagb/container {\"block_id\":\"0d585283\",\"minHeightDesktop\":95,\"minHeightTablet\":70,\"minHeightMobile\":80,\"minHeightType\":\"vh\",\"alignItemsDesktop\":\"flex-start\",\"backgroundType\":\"image\",\"backgroundImageDesktop\":{\"uploading\":false,\"date\":1670921854000,\"filename\":\"Blue-Roan-pool.jpg\",\"menuOrder\":0,\"uploadedTo\":760,\"type\":\"image\",\"subtype\":\"jpeg\",\"id\":784,\"title\":\"Blue Roan - pool\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Blue-Roan-pool.jpg\",\"link\":\"https://blueroan.netgen.cloud/home/blue-roan-pool/\",\"alt\":\"\",\"author\":\"2\",\"description\":\"\",\"caption\":\"\",\"name\":\"blue-roan-pool\",\"status\":\"inherit\",\"modified\":1670921854000,\"mime\":\"image/jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-includes/images/media/default.png\",\"dateFormatted\":\"December 13, 2022\",\"nonces\":{\"update\":\"51a12ed09e\",\"delete\":\"5174068551\",\"edit\":\"1de0721407\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=784\\u0026action=edit\",\"meta\":false,\"authorName\":\"Netgen Support\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/profile.php\",\"uploadedToTitle\":\"Home\",\"uploadedToLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=760\\u0026action=edit\",\"filesizeInBytes\":154801,\"filesizeHumanReadable\":\"151 KB\",\"context\":\"\",\"height\":667,\"width\":1000,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Blue-Roan-pool-150x150.jpg\",\"orientation\":\"landscape\"},\"medium\":{\"height\":200,\"width\":300,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Blue-Roan-pool-300x200.jpg\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Blue-Roan-pool.jpg\",\"height\":667,\"width\":1000,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"backgroundPositionDesktop\":{\"x\":0.5,\"y\":0.25},\"backgroundImageColor\":\"rgba(42,42,42,0.35)\",\"topPaddingDesktop\":0,\"bottomPaddingDesktop\":0,\"leftPaddingDesktop\":40,\"rightPaddingDesktop\":40,\"topPaddingTablet\":120,\"bottomPaddingTablet\":120,\"leftPaddingTablet\":40,\"rightPaddingTablet\":40,\"topPaddingMobile\":150,\"bottomPaddingMobile\":150,\"leftPaddingMobile\":20,\"rightPaddingMobile\":20,\"paddingLink\":false,\"variationSelected\":true,\"isBlockRootParent\":true,\"overlayType\":\"color\",\"minHeightTypeTablet\":\"vh\",\"minHeightTypeMobile\":\"vh\"} -->\n<div class=\"wp-block-uagb-container uagb-block-0d585283 alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:group {\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group\"><!-- wp:uagb/info-box {\"classMigrate\":true,\"headingAlign\":\"left\",\"headingColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"subHeadingColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"headingTag\":\"h1\",\"subHeadFontSize\":17,\"subHeadFontSizeMobile\":15,\"headSpace\":20,\"subHeadSpace\":40,\"block_id\":\"37483174\",\"ctaIcon\":\"\",\"ctaType\":\"button\",\"ctaText\":\"Book Your Stay Now\",\"ctaLink\":\"https://book.nightsbridge.com/11065\",\"ctaBtnLinkColor\":\"var(\\u002d\\u002dast-global-color-2)\",\"ctaLinkHoverColor\":\"var(\\u002d\\u002dast-global-color-2)\",\"ctaBgColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"ctaBgHoverColor\":\"var(\\u002d\\u002dast-global-color-4)\",\"ctaBorderColor\":\"\",\"ctaBorderStyle\":\"\",\"ctaBorderWidth\":\"\",\"ctaBorderRadius\":\"\",\"iconImage\":{\"url\":\"\",\"alt\":\"InfoBox placeholder img\"},\"showIcon\":false,\"paddingBtnTop\":18,\"paddingBtnBottom\":18,\"paddingBtnLeft\":34,\"paddingBtnRight\":34,\"blockTopPadding\":5,\"blockRightPadding\":40,\"blockLeftPadding\":0,\"blockBottomPadding\":0,\"blockTopPaddingTablet\":0,\"blockRightPaddingTablet\":64,\"blockLeftPaddingTablet\":0,\"blockBottomPaddingTablet\":0,\"blockTopPaddingMobile\":0,\"blockRightPaddingMobile\":0,\"blockLeftPaddingMobile\":0,\"blockBottomPaddingMobile\":0,\"blockPaddingUnit\":\"%\",\"blockPaddingLink\":false,\"subHeadMarginTopTablet\":0,\"subHeadMarginRightTablet\":64,\"subHeadTabletSpace\":40,\"subHeadMarginLeftTablet\":0,\"subHeadMarginTopMobile\":0,\"subHeadMarginRightMobile\":0,\"subHeadMobileSpace\":40,\"subHeadMarginLeftMobile\":0,\"btnBorderTopWidth\":1,\"btnBorderLeftWidth\":1,\"btnBorderRightWidth\":1,\"btnBorderBottomWidth\":1,\"btnBorderTopLeftRadius\":0,\"btnBorderTopRightRadius\":0,\"btnBorderBottomLeftRadius\":0,\"btnBorderBottomRightRadius\":0,\"btnBorderStyle\":\"none\",\"btnBorderColor\":\"#333\",\"zIndex\":null} -->\n<div class=\"wp-block-uagb-info-box uagb-block-37483174 uagb-infobox__content-wrap  uagb-infobox-icon-above-title uagb-infobox-image-valign-top\"><div class=\"uagb-ifb-content\"><div class=\"uagb-ifb-title-wrap\"><h1 class=\"uagb-ifb-title\"><strong>Magaliesburg pet friendly self-catering accommodation</strong></h1></div><p class=\"uagb-ifb-desc\">Romantic pet-friendly self-catering accommodation in Magaliesburg, Gauteng.</p><div class=\"uagb-ifb-button-wrapper wp-block-button\"><a href=\"https://book.nightsbridge.com/11065\" class=\"uagb-infobox-cta-link wp-block-button__link\" target=\"_self\" rel=\"noopener noreferrer\" alt=\"\"><span class=\"uagb-inline-editing\">Book Your Stay Now</span></a></div></div></div>\n<!-- /wp:uagb/info-box --></div>\n<!-- /wp:group -->\n\n<!-- wp:buttons {\"layout\":{\"type\":\"flex\",\"justifyContent\":\"left\",\"orientation\":\"vertical\"}} -->\n<div class=\"wp-block-buttons\"><!-- wp:button {\"backgroundColor\":\"ast-global-color-5\",\"textColor\":\"ast-global-color-2\",\"width\":25,\"style\":{\"spacing\":{\"padding\":{\"top\":\"var:preset|spacing|40\",\"right\":\"var:preset|spacing|40\",\"bottom\":\"var:preset|spacing|40\",\"left\":\"var:preset|spacing|40\"}}},\"className\":\"is-style-fill\"} -->\n<div class=\"wp-block-button has-custom-width wp-block-button__width-25 is-style-fill\"><a class=\"wp-block-button__link has-ast-global-color-2-color has-ast-global-color-5-background-color has-text-color has-background wp-element-button\" href=\"\" style=\"padding-top:var(--wp--preset--spacing--40);padding-right:var(--wp--preset--spacing--40);padding-bottom:var(--wp--preset--spacing--40);padding-left:var(--wp--preset--spacing--40)\" target=\"_blank\" rel=\"https://book.nightsbridge.com/11065 noopener\">Check availability</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons -->\n\n<!-- wp:buttons -->\n<div class=\"wp-block-buttons\"></div>\n<!-- /wp:buttons --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"35d732cc\",\"directionDesktop\":\"row\",\"directionMobile\":\"column-reverse\",\"alignItemsDesktop\":\"flex-start\",\"backgroundType\":\"color\",\"backgroundSizeTablet\":\"cover\",\"backgroundSizeMobile\":\"cover\",\"backgroundColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"topPaddingDesktop\":60,\"bottomPaddingDesktop\":60,\"topPaddingTablet\":80,\"bottomPaddingTablet\":80,\"leftPaddingTablet\":40,\"rightPaddingTablet\":40,\"topPaddingMobile\":64,\"bottomPaddingMobile\":64,\"leftPaddingMobile\":24,\"rightPaddingMobile\":24,\"paddingLink\":false,\"variationSelected\":true,\"columnGapDesktop\":60,\"columnGapTablet\":50,\"isBlockRootParent\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-35d732cc alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/container {\"block_id\":\"89dec69c\",\"widthDesktop\":50,\"variationSelected\":true,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-89dec69c\"><!-- wp:image {\"id\":797,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-13.jpg\" alt=\"\" class=\"wp-image-797\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>We have 7 lovely brick&nbsp;<strong>self-catering</strong>&nbsp;units, each one private and with its own character and theme. &nbsp;They are designed exclusively for couples with or without pets wanting a romantic and peaceful place to connect, re-connect, celebrate special occasions, or somewhere quiet and comfortable to come for a holiday</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:buttons -->\n<div class=\"wp-block-buttons\"><!-- wp:button -->\n<div class=\"wp-block-button\"><a class=\"wp-block-button__link wp-element-button\" href=\"/accommodation/\">View accomodation</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"01ffe196\",\"widthDesktop\":50,\"leftPaddingDesktop\":0,\"paddingLink\":false,\"variationSelected\":true,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-01ffe196\"><!-- wp:uagb/advanced-heading {\"block_id\":\"aab7aba4\",\"classMigrate\":true,\"headingDescToggle\":true,\"subHeadingColor\":\"\",\"headSpace\":20,\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-aab7aba4\"><h2 class=\"uagb-heading-text\"><strong>Blue Roan is a 3-star graded pet-friendly venue</strong></h2><p class=\"uagb-desc-text\">Our goal is to provide high-quality, romantic, comfortable, and affordable self-catering accommodation on the outskirts of the village of &nbsp;Magaliesburg. &nbsp;For animal lovers, we are also&nbsp;pet-friendly&nbsp;by arrangement in most of the units all of which have their own fully fenced and gated private grassy gardens.</p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/image {\"block_id\":\"b364d0d4\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/hammock-in-the-garden.jpg\",\"align\":\"left\",\"id\":799,\"linkDestination\":\"none\",\"naturalWidth\":600,\"naturalHeight\":400,\"sizeSlug\":\"full\",\"sizeSlugTablet\":\"full\",\"sizeSlugMobile\":\"full\",\"imageTopMargin\":20,\"imageRightMargin\":0,\"imageLeftMargin\":0,\"imageBottomMargin\":0,\"imageTopMarginMobile\":0,\"imageRightMarginMobile\":0,\"imageLeftMarginMobile\":0,\"imageBottomMarginMobile\":0,\"imageMarginLink\":false} -->\n<div class=\"wp-block-uagb-image uagb-block-b364d0d4 wp-block-uagb-image--layout-default wp-block-uagb-image--effect-static wp-block-uagb-image--align-left\"><figure class=\"wp-block-uagb-image__figure\"><img srcset=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/hammock-in-the-garden.jpg \" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/hammock-in-the-garden.jpg\" alt=\"\" class=\"uag-image-799\" width=\"\" height=\"\" title=\"\" loading=\"lazy\"/></figure></div>\n<!-- /wp:uagb/image --></div>\n<!-- /wp:uagb/container --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"94de5b4c\",\"directionDesktop\":\"row\",\"directionMobile\":\"column-reverse\",\"alignItemsDesktop\":\"flex-start\",\"backgroundType\":\"color\",\"backgroundSizeTablet\":\"cover\",\"backgroundSizeMobile\":\"cover\",\"backgroundColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"topPaddingDesktop\":0,\"bottomPaddingDesktop\":0,\"topPaddingTablet\":80,\"bottomPaddingTablet\":80,\"leftPaddingTablet\":40,\"rightPaddingTablet\":40,\"topPaddingMobile\":64,\"bottomPaddingMobile\":64,\"leftPaddingMobile\":24,\"rightPaddingMobile\":24,\"paddingLink\":false,\"variationSelected\":true,\"rowGapDesktop\":0,\"columnGapDesktop\":0,\"columnGapTablet\":50,\"isBlockRootParent\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-94de5b4c alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:image {\"align\":\"center\",\"id\":1344,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image aligncenter size-large\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/tgcsa-full-3-stars-1024x366.jpg\" alt=\"\" class=\"wp-image-1344\"/></figure>\n<!-- /wp:image --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"5c44e508\",\"backgroundType\":\"color\",\"backgroundSizeTablet\":\"cover\",\"backgroundSizeMobile\":\"cover\",\"backgroundColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"topPaddingDesktop\":50,\"bottomPaddingDesktop\":100,\"topPaddingTablet\":50,\"bottomPaddingTablet\":25,\"leftPaddingTablet\":20,\"rightPaddingTablet\":20,\"topPaddingMobile\":50,\"bottomPaddingMobile\":20,\"leftPaddingMobile\":20,\"rightPaddingMobile\":20,\"paddingLink\":false,\"variationSelected\":true,\"rowGapDesktop\":0,\"isBlockRootParent\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-5c44e508 alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/container {\"block_id\":\"f49bb2f0\",\"directionDesktop\":\"row\",\"alignItemsDesktop\":\"flex-end\",\"alignItemsTablet\":\"flex-end\",\"justifyContentDesktop\":\"flex-end\",\"justifyContentTablet\":\"space-between\",\"variationSelected\":true,\"rowGapMobile\":30,\"columnGapDesktop\":0} -->\n<div class=\"wp-block-uagb-container uagb-block-f49bb2f0\"><!-- wp:uagb/advanced-heading {\"block_id\":\"b00c2c0f\",\"classMigrate\":true,\"headingDescToggle\":true,\"subHeadingColor\":\"\",\"headSpace\":20,\"subHeadFontSize\":16} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-b00c2c0f\"><h2 class=\"uagb-heading-text\">Amenities &amp; Interests ​</h2><p class=\"uagb-desc-text\">The Blue Roan Country Lodge is situated just 5 minutes from the village of Magaliesburg on a tar road so easy access for all cars. &nbsp;We have panoramic views of the Magaliesberg mountain range and our farm is the perfect place for a relaxing getaway in the country. &nbsp;As we are only 70 km from JHB and Pretoria, it is only an hour’s drive.</p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/buttons {\"block_id\":\"99b351c7\",\"classMigrate\":true,\"childMigrate\":true,\"align\":\"right\",\"alignTablet\":\"right\",\"alignMobile\":\"left\",\"gap\":0} -->\n<div class=\"wp-block-uagb-buttons uagb-buttons__outer-wrap uagb-btn__default-btn uagb-btn-tablet__default-btn uagb-btn-mobile__default-btn uagb-block-99b351c7\"><div class=\"uagb-buttons__wrap uagb-buttons-layout-wrap\"><!-- wp:uagb/buttons-child {\"block_id\":\"8b121466\",\"label\":\"View All\",\"link\":\"/amenities/\",\"hColor\":\"\",\"borderWidth\":\"\",\"borderRadius\":\"\",\"borderStyle\":\"\",\"borderColor\":\"\",\"borderHColor\":\"\",\"btnBorderTopWidth\":1,\"btnBorderLeftWidth\":1,\"btnBorderRightWidth\":1,\"btnBorderBottomWidth\":1,\"btnBorderTopLeftRadius\":2,\"btnBorderTopRightRadius\":2,\"btnBorderBottomLeftRadius\":2,\"btnBorderBottomRightRadius\":2,\"btnBorderStyle\":\"solid\",\"btnBorderColor\":\"#333\",\"btnBorderHColor\":\"#333\"} -->\n<div class=\"wp-block-uagb-buttons-child uagb-buttons__outer-wrap uagb-block-8b121466 wp-block-button is-style-outline\"><div class=\"uagb-button__wrapper\"><a class=\"uagb-buttons-repeater wp-block-button__link\" href=\"/amenities/\" rel=\"follow noopener\" target=\"_self\"><div class=\"uagb-button__link\">View All</div></a></div></div>\n<!-- /wp:uagb/buttons-child --></div></div>\n<!-- /wp:uagb/buttons --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"74751ec1\",\"directionDesktop\":\"row\",\"alignItemsTablet\":\"flex-start\",\"paddingLink\":false,\"topMarginDesktop\":50,\"bottomMarginDesktop\":20,\"leftMarginDesktop\":0,\"rightMarginDesktop\":0,\"marginLink\":false,\"variationSelected\":true,\"rowGapMobile\":65,\"columnGapDesktop\":48,\"columnGapTablet\":20} -->\n<div class=\"wp-block-uagb-container uagb-block-74751ec1\"><!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"align\":\"center\",\"id\":828,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image aligncenter size-full\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Blue-Roan-pool.png\" alt=\"Blue Roan\'s rock pool\" class=\"wp-image-828\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>A relaxing rock Pool​</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>We have a lovely sparkling blue rock pool next to a thatched Lapa. &nbsp;&nbsp;Lie on recliners on the green lawn or sit on the swing chair in the Lapa and enjoy the panoramic view of the Magaliesberg mountain range.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":829,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/img-20160605-wa0002-largejpg.png\" alt=\"\" class=\"wp-image-829\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>Braai facilities </h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>What can compare to a burning fire under the star-lit African sky? Nothing beats the flavor of cooking over an open flame.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":1354,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Games-Room.png\" alt=\"\" class=\"wp-image-1354\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>A games room </h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>The reception is also a games room for those who enjoy darts or playing pool. &nbsp;Take a selection of DVDs back to your room and watch movies on your own DVD player. &nbsp;There is also a selection of board games and music CDs that you can borrow.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div>\n<!-- /wp:uagb/container --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"f3c0bdbf\",\"backgroundType\":\"color\",\"backgroundSizeTablet\":\"cover\",\"backgroundSizeMobile\":\"cover\",\"backgroundColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"bottomPaddingDesktop\":104,\"leftPaddingDesktop\":40,\"rightPaddingDesktop\":40,\"topPaddingTablet\":80,\"bottomPaddingTablet\":80,\"leftPaddingTablet\":40,\"rightPaddingTablet\":40,\"topPaddingMobile\":64,\"bottomPaddingMobile\":64,\"leftPaddingMobile\":24,\"rightPaddingMobile\":24,\"paddingLink\":false,\"variationSelected\":true,\"rowGapDesktop\":0,\"isBlockRootParent\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-f3c0bdbf alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/advanced-heading {\"block_id\":\"ac92718f\",\"classMigrate\":true,\"headingDescToggle\":true,\"headingAlign\":\"center\",\"headingAlignMobile\":\"left\",\"subHeadingColor\":\"\",\"headSpace\":20,\"subHeadFontSize\":16,\"blockBottomPadding\":20} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-ac92718f\"><h2 class=\"uagb-heading-text\">Our Inside Pictures​</h2><p class=\"uagb-desc-text\">Take a look at some pretty pictures captured in and around our premises.</p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/container {\"block_id\":\"7924f026\",\"directionDesktop\":\"row\",\"alignItemsDesktop\":\"flex-start\",\"topMarginDesktop\":20,\"bottomMarginDesktop\":0,\"leftMarginDesktop\":0,\"rightMarginDesktop\":0,\"marginLink\":false,\"variationSelected\":true,\"rowGapMobile\":24,\"columnGapDesktop\":24,\"columnGapTablet\":20} -->\n<div class=\"wp-block-uagb-container uagb-block-7924f026\"><!-- wp:uagb/container {\"block_id\":\"05fee2ce\",\"widthDesktop\":32,\"variationSelected\":true,\"rowGapDesktop\":24,\"rowGapTablet\":20,\"rowGapMobile\":24,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-05fee2ce\"><!-- wp:uagb/image {\"block_id\":\"bd81c9c9\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/red-rose-1024x683.jpg\",\"id\":834,\"linkDestination\":\"none\",\"width\":385,\"height\":284,\"naturalWidth\":1024,\"naturalHeight\":683,\"sizeSlug\":\"large\",\"sizeSlugTablet\":\"large\",\"sizeSlugMobile\":\"large\",\"customHeightSetDesktop\":true} -->\n<div class=\"wp-block-uagb-image uagb-block-bd81c9c9 wp-block-uagb-image--layout-default wp-block-uagb-image--effect-static wp-block-uagb-image--align-none\"><figure class=\"wp-block-uagb-image__figure\"><img srcset=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/red-rose-1024x683.jpg \" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/red-rose-1024x683.jpg\" alt=\"\" class=\"uag-image-834\" width=\"385\" height=\"284\" title=\"\" loading=\"lazy\"/></figure></div>\n<!-- /wp:uagb/image -->\n\n<!-- wp:uagb/image {\"block_id\":\"e39b6738\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/49g.jpg\",\"id\":838,\"linkDestination\":\"none\",\"width\":385,\"height\":284,\"naturalWidth\":650,\"naturalHeight\":450,\"sizeSlug\":\"full\",\"sizeSlugTablet\":\"full\",\"sizeSlugMobile\":\"full\",\"customHeightSetDesktop\":true} -->\n<div class=\"wp-block-uagb-image uagb-block-e39b6738 wp-block-uagb-image--layout-default wp-block-uagb-image--effect-static wp-block-uagb-image--align-none\"><figure class=\"wp-block-uagb-image__figure\"><img srcset=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/49g.jpg \" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/49g.jpg\" alt=\"\" class=\"uag-image-838\" width=\"385\" height=\"284\" title=\"\" loading=\"lazy\"/></figure></div>\n<!-- /wp:uagb/image --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"c05e2ece\",\"widthDesktop\":67,\"variationSelected\":true,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-c05e2ece\"><!-- wp:uagb/image {\"block_id\":\"81fa5c7c\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAA39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba-1-1024x768.png\",\"id\":905,\"linkDestination\":\"none\",\"naturalWidth\":1024,\"naturalHeight\":768,\"sizeSlug\":\"large\",\"sizeSlugTablet\":\"large\",\"sizeSlugMobile\":\"large\"} -->\n<div class=\"wp-block-uagb-image uagb-block-81fa5c7c wp-block-uagb-image--layout-default wp-block-uagb-image--effect-static wp-block-uagb-image--align-none\"><figure class=\"wp-block-uagb-image__figure\"><img srcset=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAA39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba-1-1024x768.png \" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAA39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba-1-1024x768.png\" alt=\"\" class=\"uag-image-905\" width=\"\" height=\"\" title=\"\" loading=\"lazy\"/></figure></div>\n<!-- /wp:uagb/image --></div>\n<!-- /wp:uagb/container --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"bf504662\",\"directionDesktop\":\"row\",\"alignItemsDesktop\":\"flex-start\",\"topMarginDesktop\":24,\"bottomMarginDesktop\":0,\"leftMarginDesktop\":0,\"rightMarginDesktop\":0,\"topMarginTablet\":20,\"bottomMarginTablet\":0,\"leftMarginTablet\":0,\"rightMarginTablet\":0,\"topMarginMobile\":24,\"bottomMarginMobile\":0,\"leftMarginMobile\":0,\"rightMarginMobile\":0,\"marginLink\":false,\"variationSelected\":true,\"columnGapDesktop\":24,\"columnGapTablet\":20} -->\n<div class=\"wp-block-uagb-container uagb-block-bf504662\"><!-- wp:uagb/container {\"block_id\":\"5f829143\",\"widthDesktop\":67,\"variationSelected\":true,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-5f829143\"><!-- wp:image {\"id\":837,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-8-1024x678.jpg\" alt=\"\" class=\"wp-image-837\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"f1e725b0\",\"widthDesktop\":32,\"variationSelected\":true,\"rowGapDesktop\":24,\"rowGapTablet\":20,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-f1e725b0\"><!-- wp:uagb/image {\"block_id\":\"a830601b\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Blue-roan-pool-01.jpg\",\"id\":782,\"linkDestination\":\"none\",\"width\":385,\"height\":250,\"naturalWidth\":800,\"naturalHeight\":534,\"sizeSlug\":\"full\",\"sizeSlugTablet\":\"full\",\"sizeSlugMobile\":\"full\",\"customHeightSetDesktop\":true} -->\n<div class=\"wp-block-uagb-image uagb-block-a830601b wp-block-uagb-image--layout-default wp-block-uagb-image--effect-static wp-block-uagb-image--align-none\"><figure class=\"wp-block-uagb-image__figure\"><img srcset=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Blue-roan-pool-01.jpg \" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Blue-roan-pool-01.jpg\" alt=\"\" class=\"uag-image-782\" width=\"385\" height=\"250\" title=\"\" loading=\"lazy\"/></figure></div>\n<!-- /wp:uagb/image -->\n\n<!-- wp:uagb/image {\"block_id\":\"150353b2\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/bird-1024x683.jpg\",\"id\":910,\"linkDestination\":\"none\",\"width\":385,\"height\":250,\"naturalWidth\":1024,\"naturalHeight\":683,\"sizeSlug\":\"large\",\"sizeSlugTablet\":\"large\",\"sizeSlugMobile\":\"large\",\"customHeightSetDesktop\":true} -->\n<div class=\"wp-block-uagb-image uagb-block-150353b2 wp-block-uagb-image--layout-default wp-block-uagb-image--effect-static wp-block-uagb-image--align-none\"><figure class=\"wp-block-uagb-image__figure\"><img srcset=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/bird-1024x683.jpg \" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/bird-1024x683.jpg\" alt=\"\" class=\"uag-image-910\" width=\"385\" height=\"250\" title=\"\" loading=\"lazy\"/></figure></div>\n<!-- /wp:uagb/image --></div>\n<!-- /wp:uagb/container --></div>\n<!-- /wp:uagb/container --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"3412c19f\",\"backgroundType\":\"color\",\"backgroundSizeTablet\":\"cover\",\"backgroundSizeMobile\":\"cover\",\"backgroundColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"topPaddingDesktop\":40,\"bottomPaddingDesktop\":104,\"leftPaddingDesktop\":40,\"rightPaddingDesktop\":40,\"topPaddingTablet\":80,\"bottomPaddingTablet\":80,\"leftPaddingTablet\":40,\"rightPaddingTablet\":40,\"topPaddingMobile\":64,\"bottomPaddingMobile\":64,\"leftPaddingMobile\":24,\"rightPaddingMobile\":24,\"paddingLink\":false,\"variationSelected\":true,\"rowGapDesktop\":0,\"isBlockRootParent\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-3412c19f alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/advanced-heading {\"block_id\":\"b08e4e25\",\"classMigrate\":true,\"headingDescToggle\":true,\"headingAlign\":\"center\",\"headingAlignMobile\":\"left\",\"subHeadingColor\":\"\",\"headSpace\":20,\"subHeadFontSize\":16,\"blockBottomPadding\":20} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-b08e4e25\"><h2 class=\"uagb-heading-text\">What Our Guests Say​</h2><p class=\"uagb-desc-text\">We take pride in serving our guests the best experience. </p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/container {\"block_id\":\"5e4d14a0\",\"directionDesktop\":\"row\",\"topMarginDesktop\":40,\"bottomMarginDesktop\":0,\"leftMarginDesktop\":0,\"rightMarginDesktop\":0,\"marginLink\":false,\"variationSelected\":true,\"rowGapMobile\":40,\"columnGapDesktop\":90} -->\n<div class=\"wp-block-uagb-container uagb-block-5e4d14a0\"><!-- wp:uagb/container {\"block_id\":\"79290eaf\",\"widthDesktop\":50,\"variationSelected\":true,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-79290eaf\"><!-- wp:uagb/testimonial {\"test_item_count\":1,\"classMigrate\":true,\"test_block\":[{\"description\":\"\\u0022Thank you for a most enjoyable weekend stay and for making our anniversary so special.  Thank you for your kind and lovely friendship which we really appreciate!!!\\u0022​\",\"name\":\"\\u003cstrong\\u003eBrenda and Theuns\\u003c/strong\\u003e\",\"company\":\"\",\"image\":{\"id\":119,\"title\":\"testimonial1\",\"filename\":\"testimonial1.jpg\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/testimonial1.jpg\",\"link\":\"https://blueroan.netgen.cloud/testimonial1/\",\"alt\":\"\",\"author\":\"34\",\"description\":\"\",\"caption\":\"\",\"name\":\"testimonial1\",\"status\":\"inherit\",\"uploadedTo\":0,\"date\":\"2021-05-11T05:02:02.000Z\",\"modified\":\"2021-05-11T05:02:02.000Z\",\"menuOrder\":0,\"mime\":\"image/jpeg\",\"type\":\"image\",\"subtype\":\"jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/default.png\",\"dateFormatted\":\"May 11, 2021\",\"nonces\":{\"update\":\"b92fe40c3d\",\"delete\":\"643c1eb8f1\",\"edit\":\"d3e7d56b1d\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=119\\u0026action=edit\",\"meta\":false,\"authorName\":\"Rishabh\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/user-edit.php?user_id=34\",\"filesizeInBytes\":11264,\"filesizeHumanReadable\":\"11 KB\",\"context\":\"\",\"height\":250,\"width\":250,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/testimonial1-150x150.jpg\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/testimonial1.jpg\",\"height\":250,\"width\":250,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}}}],\"headingAlign\":\"left\",\"headingAlignTablet\":\"left\",\"headingAlignMobile\":\"left\",\"descColor\":\"var(\\u002d\\u002dast-global-color-3)\",\"nameFontSize\":14,\"nameLineHeight\":1,\"descFontSize\":16,\"descFontWeight\":\"600\",\"nameSpace\":1,\"block_id\":\"d90dd4c9\",\"iconImage\":{\"url\":\"\",\"alt\":\"InfoBox placeholder img\"},\"imageWidth\":32,\"columnGap\":1,\"borderStyle\":\"\",\"paddingTop\":0,\"paddingBottom\":0,\"paddingLeft\":0,\"paddingRight\":0,\"spacingLink\":true,\"imgpaddingTop\":0,\"imgpaddingRight\":15,\"imgpaddingBottom\":0,\"imgpaddingLeft\":0,\"overallBorderStyle\":\"none\",\"imgTagHeight\":32,\"imgTagWidth\":150} -->\n<div class=\"wp-block-uagb-testimonial uagb-slick-carousel uagb-tm__arrow-outside uagb-block-d90dd4c9 uagb-post__carousel_notset uagb-post__carousel_notset-tablet uagb-post__carousel_notset-mobile\"><div class=\"is-carousel uagb-tm__columns-1 uagb-tm__items\"><div class=\"uagb-testimonial__wrap  uagb-tm__imgicon-style-circle uagb-tm__image-position-bottom uagb-tm__bg-type-none \"><div class=\"uagb-tm__content\"><div class=\"uagb-tm__overlay\"></div><div class=\"uagb-tm__text-wrap\"><div class=\"uagb-tm__desc\">\"Thank you for a most enjoyable weekend stay and for making our anniversary so special.  Thank you for your kind and lovely friendship which we really appreciate!!!\"​</div><div class=\"uagb-tm__meta-inner\"><div class=\"uagb-tm__image-content\"><div class=\"uagb-tm__image\"><img class=\"uagb-tm-img-src\" src=\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/testimonial1-150x150.jpg\" alt=\"\" width=\"32\" height=\"32\" loading=\"lazy\"/></div></div><div class=\"uagb-testimonial-details\"><span class=\"uagb-tm__author-name\"><strong>Brenda and Theuns</strong></span><span class=\"uagb-tm__company\"></span></div></div></div></div></div></div></div>\n<!-- /wp:uagb/testimonial -->\n\n<!-- wp:uagb/testimonial {\"test_item_count\":1,\"classMigrate\":true,\"test_block\":[{\"description\":\"\\u0022Breaking away from city life and coming out to a most wonderful romantic weekend away.  The unit is so comfortable.  Thank you for your great hospitality - we had an awesome time here.  Go well - with love\\u0022​\",\"name\":\"\\u003cstrong\\u003e\\u003cstrong\\u003e\\u003cstrong\\u003eLiz \\u0026amp; Eddie\\u003c/strong\\u003e\\u003c/strong\\u003e\\u003c/strong\\u003e\",\"company\":\"\",\"image\":{\"id\":122,\"title\":\"testimonial4\",\"filename\":\"testimonial4.jpg\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/testimonial4.jpg\",\"link\":\"https://blueroan.netgen.cloud/testimonial4/\",\"alt\":\"\",\"author\":\"34\",\"description\":\"\",\"caption\":\"\",\"name\":\"testimonial4\",\"status\":\"inherit\",\"uploadedTo\":0,\"date\":\"2021-05-11T05:02:06.000Z\",\"modified\":\"2021-05-11T05:02:06.000Z\",\"menuOrder\":0,\"mime\":\"image/jpeg\",\"type\":\"image\",\"subtype\":\"jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/default.png\",\"dateFormatted\":\"May 11, 2021\",\"nonces\":{\"update\":\"4e34860add\",\"delete\":\"9e126a55cd\",\"edit\":\"33ffd3c040\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=122\\u0026action=edit\",\"meta\":false,\"authorName\":\"Rishabh\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/user-edit.php?user_id=34\",\"filesizeInBytes\":16584,\"filesizeHumanReadable\":\"16 KB\",\"context\":\"\",\"height\":250,\"width\":250,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/testimonial4-150x150.jpg\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/testimonial4.jpg\",\"height\":250,\"width\":250,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}}}],\"headingAlign\":\"left\",\"headingAlignTablet\":\"left\",\"headingAlignMobile\":\"left\",\"descColor\":\"var(\\u002d\\u002dast-global-color-3)\",\"nameFontSize\":14,\"nameLineHeight\":1,\"descFontSize\":16,\"descFontWeight\":\"600\",\"nameSpace\":1,\"block_id\":\"33ff9087\",\"iconImage\":{\"url\":\"\",\"alt\":\"InfoBox placeholder img\"},\"imageWidth\":32,\"columnGap\":1,\"borderStyle\":\"\",\"paddingTop\":0,\"paddingBottom\":0,\"paddingLeft\":0,\"paddingRight\":0,\"spacingLink\":true,\"imgpaddingTop\":0,\"imgpaddingRight\":15,\"imgpaddingBottom\":0,\"imgpaddingLeft\":0,\"overallBorderStyle\":\"none\",\"imgTagHeight\":32,\"imgTagWidth\":150} -->\n<div class=\"wp-block-uagb-testimonial uagb-slick-carousel uagb-tm__arrow-outside uagb-block-33ff9087 uagb-post__carousel_notset uagb-post__carousel_notset-tablet uagb-post__carousel_notset-mobile\"><div class=\"is-carousel uagb-tm__columns-1 uagb-tm__items\"><div class=\"uagb-testimonial__wrap  uagb-tm__imgicon-style-circle uagb-tm__image-position-bottom uagb-tm__bg-type-none \"><div class=\"uagb-tm__content\"><div class=\"uagb-tm__overlay\"></div><div class=\"uagb-tm__text-wrap\"><div class=\"uagb-tm__desc\">\"Breaking away from city life and coming out to a most wonderful romantic weekend away.  The unit is so comfortable.  Thank you for your great hospitality - we had an awesome time here.  Go well - with love\"​</div><div class=\"uagb-tm__meta-inner\"><div class=\"uagb-tm__image-content\"><div class=\"uagb-tm__image\"><img class=\"uagb-tm-img-src\" src=\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/testimonial4-150x150.jpg\" alt=\"\" width=\"32\" height=\"32\" loading=\"lazy\"/></div></div><div class=\"uagb-testimonial-details\"><span class=\"uagb-tm__author-name\"><strong><strong><strong>Liz &amp; Eddie</strong></strong></strong></span><span class=\"uagb-tm__company\"></span></div></div></div></div></div></div></div>\n<!-- /wp:uagb/testimonial --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"14e7e4e7\",\"widthDesktop\":50,\"variationSelected\":true,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-14e7e4e7\"><!-- wp:uagb/testimonial {\"test_item_count\":1,\"classMigrate\":true,\"test_block\":[{\"description\":\"\\u0022Judy, what a wonderful place you have here - we were so delighted to spend the weekend here, so tranquil, peaceful, and beautiful. You made us feel right at home. Definitely a place worth 5 stars! Go well.\\u0022​\",\"name\":\"\\u003cstrong\\u003e\\u003cstrong\\u003eBrian\\u003c/strong\\u003e\\u003c/strong\\u003e \\u003cstrong\\u003e\\u003cstrong\\u003e\\u003cstrong\\u003eand \\u003cstrong\\u003eMariska\\u003c/strong\\u003e\\u003c/strong\\u003e\\u003cbr\\u003e\\u003c/strong\\u003e\\u003c/strong\\u003e\",\"company\":\"\",\"image\":{\"id\":120,\"title\":\"testimonial2\",\"filename\":\"testimonial2.jpg\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/testimonial2.jpg\",\"link\":\"https://blueroan.netgen.cloud/testimonial2/\",\"alt\":\"\",\"author\":\"34\",\"description\":\"\",\"caption\":\"\",\"name\":\"testimonial2\",\"status\":\"inherit\",\"uploadedTo\":0,\"date\":\"2021-05-11T05:02:03.000Z\",\"modified\":\"2021-05-11T05:02:03.000Z\",\"menuOrder\":0,\"mime\":\"image/jpeg\",\"type\":\"image\",\"subtype\":\"jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/default.png\",\"dateFormatted\":\"May 11, 2021\",\"nonces\":{\"update\":\"1ee6412858\",\"delete\":\"4414a2ccbf\",\"edit\":\"bde7b1f490\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=120\\u0026action=edit\",\"meta\":false,\"authorName\":\"Rishabh\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/user-edit.php?user_id=34\",\"filesizeInBytes\":10087,\"filesizeHumanReadable\":\"10 KB\",\"context\":\"\",\"height\":250,\"width\":250,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/testimonial2-150x150.jpg\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/testimonial2.jpg\",\"height\":250,\"width\":250,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}}}],\"headingAlign\":\"left\",\"headingAlignTablet\":\"left\",\"headingAlignMobile\":\"left\",\"descColor\":\"var(\\u002d\\u002dast-global-color-3)\",\"nameFontSize\":14,\"nameLineHeight\":1,\"descFontSize\":16,\"descFontWeight\":\"600\",\"nameSpace\":1,\"block_id\":\"e0218e52\",\"iconImage\":{\"url\":\"\",\"alt\":\"InfoBox placeholder img\"},\"imageWidth\":32,\"columnGap\":1,\"borderStyle\":\"\",\"paddingTop\":0,\"paddingBottom\":0,\"paddingLeft\":0,\"paddingRight\":0,\"spacingLink\":true,\"imgpaddingTop\":0,\"imgpaddingRight\":15,\"imgpaddingBottom\":0,\"imgpaddingLeft\":0,\"overallBorderStyle\":\"none\",\"imgTagHeight\":32,\"imgTagWidth\":150} -->\n<div class=\"wp-block-uagb-testimonial uagb-slick-carousel uagb-tm__arrow-outside uagb-block-e0218e52 uagb-post__carousel_notset uagb-post__carousel_notset-tablet uagb-post__carousel_notset-mobile\"><div class=\"is-carousel uagb-tm__columns-1 uagb-tm__items\"><div class=\"uagb-testimonial__wrap  uagb-tm__imgicon-style-circle uagb-tm__image-position-bottom uagb-tm__bg-type-none \"><div class=\"uagb-tm__content\"><div class=\"uagb-tm__overlay\"></div><div class=\"uagb-tm__text-wrap\"><div class=\"uagb-tm__desc\">\"Judy, what a wonderful place you have here - we were so delighted to spend the weekend here, so tranquil, peaceful, and beautiful. You made us feel right at home. Definitely a place worth 5 stars! Go well.\"​</div><div class=\"uagb-tm__meta-inner\"><div class=\"uagb-tm__image-content\"><div class=\"uagb-tm__image\"><img class=\"uagb-tm-img-src\" src=\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/testimonial2-150x150.jpg\" alt=\"\" width=\"32\" height=\"32\" loading=\"lazy\"/></div></div><div class=\"uagb-testimonial-details\"><span class=\"uagb-tm__author-name\"><strong><strong>Brian</strong></strong> <strong><strong><strong>and <strong>Mariska</strong></strong><br></strong></strong></span><span class=\"uagb-tm__company\"></span></div></div></div></div></div></div></div>\n<!-- /wp:uagb/testimonial -->\n\n<!-- wp:uagb/testimonial {\"test_item_count\":1,\"classMigrate\":true,\"test_block\":[{\"description\":\"\\u0022Thank you for the most wonderful time, Judy!  This was the most peaceful and perfect place to get engaged!  We will most certainly be back!!!  Your hospitality cannot be topped!\\u0022​\",\"name\":\"\\u003cstrong\\u003e\\u003cstrong\\u003e\\u003cstrong\\u003e\\u003cstrong\\u003eBrett and Kelly\\u003c/strong\\u003e\\u003c/strong\\u003e\\u003c/strong\\u003e\\u003c/strong\\u003e\",\"company\":\"\",\"image\":{\"id\":121,\"title\":\"testimonial3\",\"filename\":\"testimonial3.jpg\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/testimonial3.jpg\",\"link\":\"https://blueroan.netgen.cloud/testimonial3/\",\"alt\":\"\",\"author\":\"34\",\"description\":\"\",\"caption\":\"\",\"name\":\"testimonial3\",\"status\":\"inherit\",\"uploadedTo\":0,\"date\":\"2021-05-11T05:02:05.000Z\",\"modified\":\"2021-05-11T05:02:05.000Z\",\"menuOrder\":0,\"mime\":\"image/jpeg\",\"type\":\"image\",\"subtype\":\"jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/default.png\",\"dateFormatted\":\"May 11, 2021\",\"nonces\":{\"update\":\"290653da5d\",\"delete\":\"90a4fb2d63\",\"edit\":\"ff8a64e56e\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=121\\u0026action=edit\",\"meta\":false,\"authorName\":\"Rishabh\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/user-edit.php?user_id=34\",\"filesizeInBytes\":8748,\"filesizeHumanReadable\":\"9 KB\",\"context\":\"\",\"height\":250,\"width\":250,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/testimonial3-150x150.jpg\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/testimonial3.jpg\",\"height\":250,\"width\":250,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}}}],\"headingAlign\":\"left\",\"headingAlignTablet\":\"left\",\"headingAlignMobile\":\"left\",\"descColor\":\"var(\\u002d\\u002dast-global-color-3)\",\"nameFontSize\":14,\"nameLineHeight\":1,\"descFontSize\":16,\"descFontWeight\":\"600\",\"nameSpace\":1,\"block_id\":\"541b7484\",\"iconImage\":{\"url\":\"\",\"alt\":\"InfoBox placeholder img\"},\"imageWidth\":32,\"columnGap\":1,\"borderStyle\":\"\",\"paddingTop\":0,\"paddingBottom\":0,\"paddingLeft\":0,\"paddingRight\":0,\"spacingLink\":true,\"imgpaddingTop\":0,\"imgpaddingRight\":15,\"imgpaddingBottom\":0,\"imgpaddingLeft\":0,\"overallBorderStyle\":\"none\",\"imgTagHeight\":32,\"imgTagWidth\":150} -->\n<div class=\"wp-block-uagb-testimonial uagb-slick-carousel uagb-tm__arrow-outside uagb-block-541b7484 uagb-post__carousel_notset uagb-post__carousel_notset-tablet uagb-post__carousel_notset-mobile\"><div class=\"is-carousel uagb-tm__columns-1 uagb-tm__items\"><div class=\"uagb-testimonial__wrap  uagb-tm__imgicon-style-circle uagb-tm__image-position-bottom uagb-tm__bg-type-none \"><div class=\"uagb-tm__content\"><div class=\"uagb-tm__overlay\"></div><div class=\"uagb-tm__text-wrap\"><div class=\"uagb-tm__desc\">\"Thank you for the most wonderful time, Judy!  This was the most peaceful and perfect place to get engaged!  We will most certainly be back!!!  Your hospitality cannot be topped!\"​</div><div class=\"uagb-tm__meta-inner\"><div class=\"uagb-tm__image-content\"><div class=\"uagb-tm__image\"><img class=\"uagb-tm-img-src\" src=\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/testimonial3-150x150.jpg\" alt=\"\" width=\"32\" height=\"32\" loading=\"lazy\"/></div></div><div class=\"uagb-testimonial-details\"><span class=\"uagb-tm__author-name\"><strong><strong><strong><strong>Brett and Kelly</strong></strong></strong></strong></span><span class=\"uagb-tm__company\"></span></div></div></div></div></div></div></div>\n<!-- /wp:uagb/testimonial --></div>\n<!-- /wp:uagb/container --></div>\n<!-- /wp:uagb/container --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"2f60ad82\",\"innerContentCustomWidthDesktop\":781,\"innerContentCustomWidthTablet\":781,\"backgroundType\":\"image\",\"backgroundImageDesktop\":{\"id\":809,\"title\":\"26759994757_767d9794fd_b\",\"filename\":\"26759994757_767d9794fd_b.jpg\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/26759994757_767d9794fd_b.jpg\",\"link\":\"https://blueroan.netgen.cloud/?attachment_id=809\",\"alt\":\"\",\"author\":\"2\",\"description\":\"\",\"caption\":\"\",\"name\":\"26759994757_767d9794fd_b\",\"status\":\"inherit\",\"uploadedTo\":805,\"date\":\"2022-12-13T09:51:53.000Z\",\"modified\":\"2022-12-13T09:51:53.000Z\",\"menuOrder\":0,\"mime\":\"image/jpeg\",\"type\":\"image\",\"subtype\":\"jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-includes/images/media/default.png\",\"dateFormatted\":\"December 13, 2022\",\"nonces\":{\"update\":\"39b5c0eef1\",\"delete\":\"fde92abd83\",\"edit\":\"3923face9e\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=809\\u0026action=edit\",\"meta\":false,\"authorName\":\"Netgen Support\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/profile.php\",\"uploadedToTitle\":\"Magaliesburg\",\"uploadedToLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=805\\u0026action=edit\",\"filesizeInBytes\":143610,\"filesizeHumanReadable\":\"140 KB\",\"context\":\"\",\"height\":683,\"width\":1024,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/26759994757_767d9794fd_b-150x150.jpg\",\"orientation\":\"landscape\"},\"medium\":{\"height\":200,\"width\":300,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/26759994757_767d9794fd_b-300x200.jpg\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/26759994757_767d9794fd_b.jpg\",\"height\":683,\"width\":1024,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"backgroundImageColor\":\"rgba(42,42,42,0.65)\",\"topPaddingDesktop\":144,\"bottomPaddingDesktop\":144,\"leftPaddingDesktop\":40,\"rightPaddingDesktop\":40,\"topPaddingTablet\":80,\"bottomPaddingTablet\":80,\"leftPaddingTablet\":40,\"rightPaddingTablet\":40,\"topPaddingMobile\":64,\"bottomPaddingMobile\":64,\"leftPaddingMobile\":24,\"rightPaddingMobile\":24,\"paddingLink\":false,\"variationSelected\":true,\"isBlockRootParent\":true,\"overlayType\":\"color\"} -->\n<div class=\"wp-block-uagb-container uagb-block-2f60ad82 alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/advanced-heading {\"block_id\":\"226e29da\",\"classMigrate\":true,\"headingDescToggle\":true,\"headingAlign\":\"center\",\"headingColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"subHeadingColor\":\"var(\\u002d\\u002dast-global-color-4)\",\"headSpace\":20} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-226e29da\"><h2 class=\"uagb-heading-text\">Plan an Unforgettable Experience at <br>Blue Roan!</h2><p class=\"uagb-desc-text\">Blue Roan is a 3-star graded pet-friendly venue</p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/advanced-heading {\"block_id\":\"66b9987e\",\"classMigrate\":true,\"headingTitleToggle\":false,\"headingDescToggle\":true,\"headingAlign\":\"center\",\"subHeadingColor\":\"var(\\u002d\\u002dast-global-color-4)\",\"subHeadTransform\":\"uppercase\",\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"subHeadLetterSpacing\":2,\"blockTopPadding\":60,\"blockRightPadding\":0,\"blockLeftPadding\":0,\"blockBottomPadding\":0,\"blockTopPaddingMobile\":30,\"blockRightPaddingMobile\":0,\"blockLeftPaddingMobile\":0,\"blockBottomPaddingMobile\":0,\"linkColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"linkHColor\":\"var(\\u002d\\u002dast-global-color-0)\"} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-66b9987e\"><p class=\"uagb-desc-text\"><a href=\"https://book.nightsbridge.com/11065\" target=\"_blank\" rel=\"noreferrer noopener\">BOOK YOUR STAY NOW​</a></p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/icon-list {\"block_id\":\"113d1ef6\",\"classMigrate\":true,\"childMigrate\":true,\"align\":\"center\",\"parentIcon\":\"phone\",\"size\":40,\"sizeMobile\":24,\"sizeTablet\":32,\"fontSize\":48,\"fontSizeMobile\":28,\"fontSizeTablet\":40,\"fontWeight\":\"600\",\"iconColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"labelColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"blockTopPadding\":0,\"blockRightPadding\":0,\"blockLeftPadding\":0,\"blockBottomPadding\":24,\"blockPaddingLink\":false} -->\n<div class=\"wp-block-uagb-icon-list uagb-block-113d1ef6\"><div class=\"uagb-icon-list__wrap\"><!-- wp:uagb/icon-list-child {\"block_id\":\"a137da1d\",\"label\":\" + 27 (0) 82 575 5409\",\"label_color\":\"\",\"link\":\"tel:+27825755409\",\"disableLink\":true,\"fromParentIcon\":\"phone\",\"imageSizeChild\":40} -->\n<div class=\"wp-block-uagb-icon-list-child uagb-block-a137da1d\"><a target=\"_self\" aria-label=\" + 27 (0) 82 575 5409\" rel=\"noopener noreferrer\" href=\"tel:+27825755409\"> </a><span class=\"uagb-icon-list__source-wrap\"><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M511.2 387l-23.25 100.8c-3.266 14.25-15.79 24.22-30.46 24.22C205.2 512 0 306.8 0 54.5c0-14.66 9.969-27.2 24.22-30.45l100.8-23.25C139.7-2.602 154.7 5.018 160.8 18.92l46.52 108.5c5.438 12.78 1.77 27.67-8.98 36.45L144.5 207.1c33.98 69.22 90.26 125.5 159.5 159.5l44.08-53.8c8.688-10.78 23.69-14.51 36.47-8.975l108.5 46.51C506.1 357.2 514.6 372.4 511.2 387z\"></path></svg></span><span class=\"uagb-icon-list__label\"> + 27 (0) 82 575 5409</span></div>\n<!-- /wp:uagb/icon-list-child -->\n\n<!-- wp:uagb/icon-list-child {\"block_id\":\"96f5d59d\",\"label\":\"blueroan@ugo.co.za\",\"icon\":\"envelope\",\"label_color\":\"\",\"link\":\"mailto:blueroan@ugo.co.za\",\"disableLink\":true,\"fromParentIcon\":\"phone\",\"imageSizeChild\":40} -->\n<div class=\"wp-block-uagb-icon-list-child uagb-block-96f5d59d\"><a target=\"_self\" aria-label=\"blueroan@ugo.co.za\" rel=\"noopener noreferrer\" href=\"mailto:blueroan@ugo.co.za\"> </a><span class=\"uagb-icon-list__source-wrap\"><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M464 64C490.5 64 512 85.49 512 112C512 127.1 504.9 141.3 492.8 150.4L275.2 313.6C263.8 322.1 248.2 322.1 236.8 313.6L19.2 150.4C7.113 141.3 0 127.1 0 112C0 85.49 21.49 64 48 64H464zM217.6 339.2C240.4 356.3 271.6 356.3 294.4 339.2L512 176V384C512 419.3 483.3 448 448 448H64C28.65 448 0 419.3 0 384V176L217.6 339.2z\"></path></svg></span><span class=\"uagb-icon-list__label\">blueroan@ugo.co.za</span></div>\n<!-- /wp:uagb/icon-list-child --></div></div>\n<!-- /wp:uagb/icon-list --></div></div>\n<!-- /wp:uagb/container -->',	'Home',	'',	'inherit',	'closed',	'closed',	'',	'760-revision-v1',	'',	'',	'2022-12-21 11:11:32',	'2022-12-21 11:11:32',	'',	760,	'https://blueroan.netgen.cloud/?p=1378',	0,	'revision',	'',	0),
(1379,	2,	'2022-12-21 11:14:33',	'2022-12-21 11:14:33',	'<!-- wp:uagb/container {\"block_id\":\"0d585283\",\"minHeightDesktop\":95,\"minHeightTablet\":70,\"minHeightMobile\":80,\"minHeightType\":\"vh\",\"alignItemsDesktop\":\"flex-start\",\"backgroundType\":\"image\",\"backgroundImageDesktop\":{\"uploading\":false,\"date\":1670921854000,\"filename\":\"Blue-Roan-pool.jpg\",\"menuOrder\":0,\"uploadedTo\":760,\"type\":\"image\",\"subtype\":\"jpeg\",\"id\":784,\"title\":\"Blue Roan - pool\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Blue-Roan-pool.jpg\",\"link\":\"https://blueroan.netgen.cloud/home/blue-roan-pool/\",\"alt\":\"\",\"author\":\"2\",\"description\":\"\",\"caption\":\"\",\"name\":\"blue-roan-pool\",\"status\":\"inherit\",\"modified\":1670921854000,\"mime\":\"image/jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-includes/images/media/default.png\",\"dateFormatted\":\"December 13, 2022\",\"nonces\":{\"update\":\"51a12ed09e\",\"delete\":\"5174068551\",\"edit\":\"1de0721407\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=784\\u0026action=edit\",\"meta\":false,\"authorName\":\"Netgen Support\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/profile.php\",\"uploadedToTitle\":\"Home\",\"uploadedToLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=760\\u0026action=edit\",\"filesizeInBytes\":154801,\"filesizeHumanReadable\":\"151 KB\",\"context\":\"\",\"height\":667,\"width\":1000,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Blue-Roan-pool-150x150.jpg\",\"orientation\":\"landscape\"},\"medium\":{\"height\":200,\"width\":300,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Blue-Roan-pool-300x200.jpg\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Blue-Roan-pool.jpg\",\"height\":667,\"width\":1000,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"backgroundPositionDesktop\":{\"x\":0.5,\"y\":0.25},\"backgroundImageColor\":\"rgba(42,42,42,0.35)\",\"topPaddingDesktop\":0,\"bottomPaddingDesktop\":0,\"leftPaddingDesktop\":40,\"rightPaddingDesktop\":40,\"topPaddingTablet\":120,\"bottomPaddingTablet\":120,\"leftPaddingTablet\":40,\"rightPaddingTablet\":40,\"topPaddingMobile\":150,\"bottomPaddingMobile\":150,\"leftPaddingMobile\":20,\"rightPaddingMobile\":20,\"paddingLink\":false,\"variationSelected\":true,\"isBlockRootParent\":true,\"overlayType\":\"color\",\"minHeightTypeTablet\":\"vh\",\"minHeightTypeMobile\":\"vh\"} -->\n<div class=\"wp-block-uagb-container uagb-block-0d585283 alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:group {\"layout\":{\"type\":\"constrained\",\"justifyContent\":\"left\"}} -->\n<div class=\"wp-block-group\"><!-- wp:uagb/info-box {\"classMigrate\":true,\"headingAlign\":\"left\",\"headingColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"subHeadingColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"headingTag\":\"h1\",\"subHeadFontSize\":17,\"subHeadFontSizeMobile\":15,\"headSpace\":20,\"subHeadSpace\":40,\"block_id\":\"37483174\",\"ctaIcon\":\"\",\"ctaType\":\"button\",\"ctaText\":\"Book Your Stay Now\",\"ctaLink\":\"https://book.nightsbridge.com/11065\",\"ctaBtnLinkColor\":\"var(\\u002d\\u002dast-global-color-2)\",\"ctaLinkHoverColor\":\"var(\\u002d\\u002dast-global-color-2)\",\"ctaBgColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"ctaBgHoverColor\":\"var(\\u002d\\u002dast-global-color-4)\",\"ctaBorderColor\":\"\",\"ctaBorderStyle\":\"\",\"ctaBorderWidth\":\"\",\"ctaBorderRadius\":\"\",\"iconImage\":{\"url\":\"\",\"alt\":\"InfoBox placeholder img\"},\"showIcon\":false,\"paddingBtnTop\":18,\"paddingBtnBottom\":18,\"paddingBtnLeft\":34,\"paddingBtnRight\":34,\"blockTopPadding\":5,\"blockRightPadding\":40,\"blockLeftPadding\":0,\"blockBottomPadding\":0,\"blockTopPaddingTablet\":0,\"blockRightPaddingTablet\":64,\"blockLeftPaddingTablet\":0,\"blockBottomPaddingTablet\":0,\"blockTopPaddingMobile\":0,\"blockRightPaddingMobile\":0,\"blockLeftPaddingMobile\":0,\"blockBottomPaddingMobile\":0,\"blockPaddingUnit\":\"%\",\"blockPaddingLink\":false,\"subHeadMarginTopTablet\":0,\"subHeadMarginRightTablet\":64,\"subHeadTabletSpace\":40,\"subHeadMarginLeftTablet\":0,\"subHeadMarginTopMobile\":0,\"subHeadMarginRightMobile\":0,\"subHeadMobileSpace\":40,\"subHeadMarginLeftMobile\":0,\"btnBorderTopWidth\":1,\"btnBorderLeftWidth\":1,\"btnBorderRightWidth\":1,\"btnBorderBottomWidth\":1,\"btnBorderTopLeftRadius\":0,\"btnBorderTopRightRadius\":0,\"btnBorderBottomLeftRadius\":0,\"btnBorderBottomRightRadius\":0,\"btnBorderStyle\":\"none\",\"btnBorderColor\":\"#333\",\"zIndex\":null} -->\n<div class=\"wp-block-uagb-info-box uagb-block-37483174 uagb-infobox__content-wrap  uagb-infobox-icon-above-title uagb-infobox-image-valign-top\"><div class=\"uagb-ifb-content\"><div class=\"uagb-ifb-title-wrap\"><h1 class=\"uagb-ifb-title\"><strong>Magaliesburg pet friendly self-catering accommodation</strong></h1></div><p class=\"uagb-ifb-desc\">Romantic pet-friendly self-catering accommodation in Magaliesburg, Gauteng.</p><div class=\"uagb-ifb-button-wrapper wp-block-button\"><a href=\"https://book.nightsbridge.com/11065\" class=\"uagb-infobox-cta-link wp-block-button__link\" target=\"_self\" rel=\"noopener noreferrer\" alt=\"\"><span class=\"uagb-inline-editing\">Book Your Stay Now</span></a></div></div></div>\n<!-- /wp:uagb/info-box --></div>\n<!-- /wp:group -->\n\n<!-- wp:buttons {\"layout\":{\"type\":\"flex\",\"justifyContent\":\"left\",\"orientation\":\"vertical\"}} -->\n<div class=\"wp-block-buttons\"><!-- wp:button {\"backgroundColor\":\"ast-global-color-5\",\"textColor\":\"ast-global-color-2\",\"width\":25,\"style\":{\"spacing\":{\"padding\":{\"top\":\"var:preset|spacing|40\",\"right\":\"var:preset|spacing|40\",\"bottom\":\"var:preset|spacing|40\",\"left\":\"var:preset|spacing|40\"}}},\"className\":\"is-style-fill\"} -->\n<div class=\"wp-block-button has-custom-width wp-block-button__width-25 is-style-fill\"><a class=\"wp-block-button__link has-ast-global-color-2-color has-ast-global-color-5-background-color has-text-color has-background wp-element-button\" href=\"\" style=\"padding-top:var(--wp--preset--spacing--40);padding-right:var(--wp--preset--spacing--40);padding-bottom:var(--wp--preset--spacing--40);padding-left:var(--wp--preset--spacing--40)\" target=\"_blank\" rel=\"https://book.nightsbridge.com/11065 noopener\"><strong>Check availability</strong></a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"35d732cc\",\"directionDesktop\":\"row\",\"directionMobile\":\"column-reverse\",\"alignItemsDesktop\":\"flex-start\",\"backgroundType\":\"color\",\"backgroundSizeTablet\":\"cover\",\"backgroundSizeMobile\":\"cover\",\"backgroundColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"topPaddingDesktop\":60,\"bottomPaddingDesktop\":60,\"topPaddingTablet\":80,\"bottomPaddingTablet\":80,\"leftPaddingTablet\":40,\"rightPaddingTablet\":40,\"topPaddingMobile\":64,\"bottomPaddingMobile\":64,\"leftPaddingMobile\":24,\"rightPaddingMobile\":24,\"paddingLink\":false,\"variationSelected\":true,\"columnGapDesktop\":60,\"columnGapTablet\":50,\"isBlockRootParent\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-35d732cc alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/container {\"block_id\":\"89dec69c\",\"widthDesktop\":50,\"variationSelected\":true,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-89dec69c\"><!-- wp:image {\"id\":797,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-13.jpg\" alt=\"\" class=\"wp-image-797\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>We have 7 lovely brick&nbsp;<strong>self-catering</strong>&nbsp;units, each one private and with its own character and theme. &nbsp;They are designed exclusively for couples with or without pets wanting a romantic and peaceful place to connect, re-connect, celebrate special occasions, or somewhere quiet and comfortable to come for a holiday</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:buttons -->\n<div class=\"wp-block-buttons\"><!-- wp:button -->\n<div class=\"wp-block-button\"><a class=\"wp-block-button__link wp-element-button\" href=\"/accommodation/\">View accomodation</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"01ffe196\",\"widthDesktop\":50,\"leftPaddingDesktop\":0,\"paddingLink\":false,\"variationSelected\":true,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-01ffe196\"><!-- wp:uagb/advanced-heading {\"block_id\":\"aab7aba4\",\"classMigrate\":true,\"headingDescToggle\":true,\"subHeadingColor\":\"\",\"headSpace\":20,\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-aab7aba4\"><h2 class=\"uagb-heading-text\"><strong>Blue Roan is a 3-star graded pet-friendly venue</strong></h2><p class=\"uagb-desc-text\">Our goal is to provide high-quality, romantic, comfortable, and affordable self-catering accommodation on the outskirts of the village of &nbsp;Magaliesburg. &nbsp;For animal lovers, we are also&nbsp;pet-friendly&nbsp;by arrangement in most of the units all of which have their own fully fenced and gated private grassy gardens.</p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/image {\"block_id\":\"b364d0d4\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/hammock-in-the-garden.jpg\",\"align\":\"left\",\"id\":799,\"linkDestination\":\"none\",\"naturalWidth\":600,\"naturalHeight\":400,\"sizeSlug\":\"full\",\"sizeSlugTablet\":\"full\",\"sizeSlugMobile\":\"full\",\"imageTopMargin\":20,\"imageRightMargin\":0,\"imageLeftMargin\":0,\"imageBottomMargin\":0,\"imageTopMarginMobile\":0,\"imageRightMarginMobile\":0,\"imageLeftMarginMobile\":0,\"imageBottomMarginMobile\":0,\"imageMarginLink\":false} -->\n<div class=\"wp-block-uagb-image uagb-block-b364d0d4 wp-block-uagb-image--layout-default wp-block-uagb-image--effect-static wp-block-uagb-image--align-left\"><figure class=\"wp-block-uagb-image__figure\"><img srcset=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/hammock-in-the-garden.jpg \" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/hammock-in-the-garden.jpg\" alt=\"\" class=\"uag-image-799\" width=\"\" height=\"\" title=\"\" loading=\"lazy\"/></figure></div>\n<!-- /wp:uagb/image --></div>\n<!-- /wp:uagb/container --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"94de5b4c\",\"directionDesktop\":\"row\",\"directionMobile\":\"column-reverse\",\"alignItemsDesktop\":\"flex-start\",\"backgroundType\":\"color\",\"backgroundSizeTablet\":\"cover\",\"backgroundSizeMobile\":\"cover\",\"backgroundColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"topPaddingDesktop\":0,\"bottomPaddingDesktop\":0,\"topPaddingTablet\":80,\"bottomPaddingTablet\":80,\"leftPaddingTablet\":40,\"rightPaddingTablet\":40,\"topPaddingMobile\":64,\"bottomPaddingMobile\":64,\"leftPaddingMobile\":24,\"rightPaddingMobile\":24,\"paddingLink\":false,\"variationSelected\":true,\"rowGapDesktop\":0,\"columnGapDesktop\":0,\"columnGapTablet\":50,\"isBlockRootParent\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-94de5b4c alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:image {\"align\":\"center\",\"id\":1344,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image aligncenter size-large\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/tgcsa-full-3-stars-1024x366.jpg\" alt=\"\" class=\"wp-image-1344\"/></figure>\n<!-- /wp:image --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"5c44e508\",\"backgroundType\":\"color\",\"backgroundSizeTablet\":\"cover\",\"backgroundSizeMobile\":\"cover\",\"backgroundColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"topPaddingDesktop\":50,\"bottomPaddingDesktop\":100,\"topPaddingTablet\":50,\"bottomPaddingTablet\":25,\"leftPaddingTablet\":20,\"rightPaddingTablet\":20,\"topPaddingMobile\":50,\"bottomPaddingMobile\":20,\"leftPaddingMobile\":20,\"rightPaddingMobile\":20,\"paddingLink\":false,\"variationSelected\":true,\"rowGapDesktop\":0,\"isBlockRootParent\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-5c44e508 alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/container {\"block_id\":\"f49bb2f0\",\"directionDesktop\":\"row\",\"alignItemsDesktop\":\"flex-end\",\"alignItemsTablet\":\"flex-end\",\"justifyContentDesktop\":\"flex-end\",\"justifyContentTablet\":\"space-between\",\"variationSelected\":true,\"rowGapMobile\":30,\"columnGapDesktop\":0} -->\n<div class=\"wp-block-uagb-container uagb-block-f49bb2f0\"><!-- wp:uagb/advanced-heading {\"block_id\":\"b00c2c0f\",\"classMigrate\":true,\"headingDescToggle\":true,\"subHeadingColor\":\"\",\"headSpace\":20,\"subHeadFontSize\":16} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-b00c2c0f\"><h2 class=\"uagb-heading-text\">Amenities &amp; Interests ​</h2><p class=\"uagb-desc-text\">The Blue Roan Country Lodge is situated just 5 minutes from the village of Magaliesburg on a tar road so easy access for all cars. &nbsp;We have panoramic views of the Magaliesberg mountain range and our farm is the perfect place for a relaxing getaway in the country. &nbsp;As we are only 70 km from JHB and Pretoria, it is only an hour’s drive.</p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/buttons {\"block_id\":\"99b351c7\",\"classMigrate\":true,\"childMigrate\":true,\"align\":\"right\",\"alignTablet\":\"right\",\"alignMobile\":\"left\",\"gap\":0} -->\n<div class=\"wp-block-uagb-buttons uagb-buttons__outer-wrap uagb-btn__default-btn uagb-btn-tablet__default-btn uagb-btn-mobile__default-btn uagb-block-99b351c7\"><div class=\"uagb-buttons__wrap uagb-buttons-layout-wrap\"><!-- wp:uagb/buttons-child {\"block_id\":\"8b121466\",\"label\":\"View All\",\"link\":\"/amenities/\",\"hColor\":\"\",\"borderWidth\":\"\",\"borderRadius\":\"\",\"borderStyle\":\"\",\"borderColor\":\"\",\"borderHColor\":\"\",\"btnBorderTopWidth\":1,\"btnBorderLeftWidth\":1,\"btnBorderRightWidth\":1,\"btnBorderBottomWidth\":1,\"btnBorderTopLeftRadius\":2,\"btnBorderTopRightRadius\":2,\"btnBorderBottomLeftRadius\":2,\"btnBorderBottomRightRadius\":2,\"btnBorderStyle\":\"solid\",\"btnBorderColor\":\"#333\",\"btnBorderHColor\":\"#333\"} -->\n<div class=\"wp-block-uagb-buttons-child uagb-buttons__outer-wrap uagb-block-8b121466 wp-block-button is-style-outline\"><div class=\"uagb-button__wrapper\"><a class=\"uagb-buttons-repeater wp-block-button__link\" href=\"/amenities/\" rel=\"follow noopener\" target=\"_self\"><div class=\"uagb-button__link\">View All</div></a></div></div>\n<!-- /wp:uagb/buttons-child --></div></div>\n<!-- /wp:uagb/buttons --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"74751ec1\",\"directionDesktop\":\"row\",\"alignItemsTablet\":\"flex-start\",\"paddingLink\":false,\"topMarginDesktop\":50,\"bottomMarginDesktop\":20,\"leftMarginDesktop\":0,\"rightMarginDesktop\":0,\"marginLink\":false,\"variationSelected\":true,\"rowGapMobile\":65,\"columnGapDesktop\":48,\"columnGapTablet\":20} -->\n<div class=\"wp-block-uagb-container uagb-block-74751ec1\"><!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"align\":\"center\",\"id\":828,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image aligncenter size-full\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Blue-Roan-pool.png\" alt=\"Blue Roan\'s rock pool\" class=\"wp-image-828\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>A relaxing rock Pool​</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>We have a lovely sparkling blue rock pool next to a thatched Lapa. &nbsp;&nbsp;Lie on recliners on the green lawn or sit on the swing chair in the Lapa and enjoy the panoramic view of the Magaliesberg mountain range.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":829,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/img-20160605-wa0002-largejpg.png\" alt=\"\" class=\"wp-image-829\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>Braai facilities </h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>What can compare to a burning fire under the star-lit African sky? Nothing beats the flavor of cooking over an open flame.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":1354,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Games-Room.png\" alt=\"\" class=\"wp-image-1354\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>A games room </h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>The reception is also a games room for those who enjoy darts or playing pool. &nbsp;Take a selection of DVDs back to your room and watch movies on your own DVD player. &nbsp;There is also a selection of board games and music CDs that you can borrow.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div>\n<!-- /wp:uagb/container --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"f3c0bdbf\",\"backgroundType\":\"color\",\"backgroundSizeTablet\":\"cover\",\"backgroundSizeMobile\":\"cover\",\"backgroundColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"bottomPaddingDesktop\":104,\"leftPaddingDesktop\":40,\"rightPaddingDesktop\":40,\"topPaddingTablet\":80,\"bottomPaddingTablet\":80,\"leftPaddingTablet\":40,\"rightPaddingTablet\":40,\"topPaddingMobile\":64,\"bottomPaddingMobile\":64,\"leftPaddingMobile\":24,\"rightPaddingMobile\":24,\"paddingLink\":false,\"variationSelected\":true,\"rowGapDesktop\":0,\"isBlockRootParent\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-f3c0bdbf alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/advanced-heading {\"block_id\":\"ac92718f\",\"classMigrate\":true,\"headingDescToggle\":true,\"headingAlign\":\"center\",\"headingAlignMobile\":\"left\",\"subHeadingColor\":\"\",\"headSpace\":20,\"subHeadFontSize\":16,\"blockBottomPadding\":20} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-ac92718f\"><h2 class=\"uagb-heading-text\">Our Inside Pictures​</h2><p class=\"uagb-desc-text\">Take a look at some pretty pictures captured in and around our premises.</p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/container {\"block_id\":\"7924f026\",\"directionDesktop\":\"row\",\"alignItemsDesktop\":\"flex-start\",\"topMarginDesktop\":20,\"bottomMarginDesktop\":0,\"leftMarginDesktop\":0,\"rightMarginDesktop\":0,\"marginLink\":false,\"variationSelected\":true,\"rowGapMobile\":24,\"columnGapDesktop\":24,\"columnGapTablet\":20} -->\n<div class=\"wp-block-uagb-container uagb-block-7924f026\"><!-- wp:uagb/container {\"block_id\":\"05fee2ce\",\"widthDesktop\":32,\"variationSelected\":true,\"rowGapDesktop\":24,\"rowGapTablet\":20,\"rowGapMobile\":24,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-05fee2ce\"><!-- wp:uagb/image {\"block_id\":\"bd81c9c9\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/red-rose-1024x683.jpg\",\"id\":834,\"linkDestination\":\"none\",\"width\":385,\"height\":284,\"naturalWidth\":1024,\"naturalHeight\":683,\"sizeSlug\":\"large\",\"sizeSlugTablet\":\"large\",\"sizeSlugMobile\":\"large\",\"customHeightSetDesktop\":true} -->\n<div class=\"wp-block-uagb-image uagb-block-bd81c9c9 wp-block-uagb-image--layout-default wp-block-uagb-image--effect-static wp-block-uagb-image--align-none\"><figure class=\"wp-block-uagb-image__figure\"><img srcset=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/red-rose-1024x683.jpg \" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/red-rose-1024x683.jpg\" alt=\"\" class=\"uag-image-834\" width=\"385\" height=\"284\" title=\"\" loading=\"lazy\"/></figure></div>\n<!-- /wp:uagb/image -->\n\n<!-- wp:uagb/image {\"block_id\":\"e39b6738\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/49g.jpg\",\"id\":838,\"linkDestination\":\"none\",\"width\":385,\"height\":284,\"naturalWidth\":650,\"naturalHeight\":450,\"sizeSlug\":\"full\",\"sizeSlugTablet\":\"full\",\"sizeSlugMobile\":\"full\",\"customHeightSetDesktop\":true} -->\n<div class=\"wp-block-uagb-image uagb-block-e39b6738 wp-block-uagb-image--layout-default wp-block-uagb-image--effect-static wp-block-uagb-image--align-none\"><figure class=\"wp-block-uagb-image__figure\"><img srcset=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/49g.jpg \" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/49g.jpg\" alt=\"\" class=\"uag-image-838\" width=\"385\" height=\"284\" title=\"\" loading=\"lazy\"/></figure></div>\n<!-- /wp:uagb/image --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"c05e2ece\",\"widthDesktop\":67,\"variationSelected\":true,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-c05e2ece\"><!-- wp:uagb/image {\"block_id\":\"81fa5c7c\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAA39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba-1-1024x768.png\",\"id\":905,\"linkDestination\":\"none\",\"naturalWidth\":1024,\"naturalHeight\":768,\"sizeSlug\":\"large\",\"sizeSlugTablet\":\"large\",\"sizeSlugMobile\":\"large\"} -->\n<div class=\"wp-block-uagb-image uagb-block-81fa5c7c wp-block-uagb-image--layout-default wp-block-uagb-image--effect-static wp-block-uagb-image--align-none\"><figure class=\"wp-block-uagb-image__figure\"><img srcset=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAA39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba-1-1024x768.png \" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAA39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba-1-1024x768.png\" alt=\"\" class=\"uag-image-905\" width=\"\" height=\"\" title=\"\" loading=\"lazy\"/></figure></div>\n<!-- /wp:uagb/image --></div>\n<!-- /wp:uagb/container --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"bf504662\",\"directionDesktop\":\"row\",\"alignItemsDesktop\":\"flex-start\",\"topMarginDesktop\":24,\"bottomMarginDesktop\":0,\"leftMarginDesktop\":0,\"rightMarginDesktop\":0,\"topMarginTablet\":20,\"bottomMarginTablet\":0,\"leftMarginTablet\":0,\"rightMarginTablet\":0,\"topMarginMobile\":24,\"bottomMarginMobile\":0,\"leftMarginMobile\":0,\"rightMarginMobile\":0,\"marginLink\":false,\"variationSelected\":true,\"columnGapDesktop\":24,\"columnGapTablet\":20} -->\n<div class=\"wp-block-uagb-container uagb-block-bf504662\"><!-- wp:uagb/container {\"block_id\":\"5f829143\",\"widthDesktop\":67,\"variationSelected\":true,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-5f829143\"><!-- wp:image {\"id\":837,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-8-1024x678.jpg\" alt=\"\" class=\"wp-image-837\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"f1e725b0\",\"widthDesktop\":32,\"variationSelected\":true,\"rowGapDesktop\":24,\"rowGapTablet\":20,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-f1e725b0\"><!-- wp:uagb/image {\"block_id\":\"a830601b\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Blue-roan-pool-01.jpg\",\"id\":782,\"linkDestination\":\"none\",\"width\":385,\"height\":250,\"naturalWidth\":800,\"naturalHeight\":534,\"sizeSlug\":\"full\",\"sizeSlugTablet\":\"full\",\"sizeSlugMobile\":\"full\",\"customHeightSetDesktop\":true} -->\n<div class=\"wp-block-uagb-image uagb-block-a830601b wp-block-uagb-image--layout-default wp-block-uagb-image--effect-static wp-block-uagb-image--align-none\"><figure class=\"wp-block-uagb-image__figure\"><img srcset=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Blue-roan-pool-01.jpg \" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Blue-roan-pool-01.jpg\" alt=\"\" class=\"uag-image-782\" width=\"385\" height=\"250\" title=\"\" loading=\"lazy\"/></figure></div>\n<!-- /wp:uagb/image -->\n\n<!-- wp:uagb/image {\"block_id\":\"150353b2\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/bird-1024x683.jpg\",\"id\":910,\"linkDestination\":\"none\",\"width\":385,\"height\":250,\"naturalWidth\":1024,\"naturalHeight\":683,\"sizeSlug\":\"large\",\"sizeSlugTablet\":\"large\",\"sizeSlugMobile\":\"large\",\"customHeightSetDesktop\":true} -->\n<div class=\"wp-block-uagb-image uagb-block-150353b2 wp-block-uagb-image--layout-default wp-block-uagb-image--effect-static wp-block-uagb-image--align-none\"><figure class=\"wp-block-uagb-image__figure\"><img srcset=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/bird-1024x683.jpg \" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/bird-1024x683.jpg\" alt=\"\" class=\"uag-image-910\" width=\"385\" height=\"250\" title=\"\" loading=\"lazy\"/></figure></div>\n<!-- /wp:uagb/image --></div>\n<!-- /wp:uagb/container --></div>\n<!-- /wp:uagb/container --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"3412c19f\",\"backgroundType\":\"color\",\"backgroundSizeTablet\":\"cover\",\"backgroundSizeMobile\":\"cover\",\"backgroundColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"topPaddingDesktop\":40,\"bottomPaddingDesktop\":104,\"leftPaddingDesktop\":40,\"rightPaddingDesktop\":40,\"topPaddingTablet\":80,\"bottomPaddingTablet\":80,\"leftPaddingTablet\":40,\"rightPaddingTablet\":40,\"topPaddingMobile\":64,\"bottomPaddingMobile\":64,\"leftPaddingMobile\":24,\"rightPaddingMobile\":24,\"paddingLink\":false,\"variationSelected\":true,\"rowGapDesktop\":0,\"isBlockRootParent\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-3412c19f alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/advanced-heading {\"block_id\":\"b08e4e25\",\"classMigrate\":true,\"headingDescToggle\":true,\"headingAlign\":\"center\",\"headingAlignMobile\":\"left\",\"subHeadingColor\":\"\",\"headSpace\":20,\"subHeadFontSize\":16,\"blockBottomPadding\":20} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-b08e4e25\"><h2 class=\"uagb-heading-text\">What Our Guests Say​</h2><p class=\"uagb-desc-text\">We take pride in serving our guests the best experience. </p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/container {\"block_id\":\"5e4d14a0\",\"directionDesktop\":\"row\",\"topMarginDesktop\":40,\"bottomMarginDesktop\":0,\"leftMarginDesktop\":0,\"rightMarginDesktop\":0,\"marginLink\":false,\"variationSelected\":true,\"rowGapMobile\":40,\"columnGapDesktop\":90} -->\n<div class=\"wp-block-uagb-container uagb-block-5e4d14a0\"><!-- wp:uagb/container {\"block_id\":\"79290eaf\",\"widthDesktop\":50,\"variationSelected\":true,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-79290eaf\"><!-- wp:uagb/testimonial {\"test_item_count\":1,\"classMigrate\":true,\"test_block\":[{\"description\":\"\\u0022Thank you for a most enjoyable weekend stay and for making our anniversary so special.  Thank you for your kind and lovely friendship which we really appreciate!!!\\u0022​\",\"name\":\"\\u003cstrong\\u003eBrenda and Theuns\\u003c/strong\\u003e\",\"company\":\"\",\"image\":{\"id\":119,\"title\":\"testimonial1\",\"filename\":\"testimonial1.jpg\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/testimonial1.jpg\",\"link\":\"https://blueroan.netgen.cloud/testimonial1/\",\"alt\":\"\",\"author\":\"34\",\"description\":\"\",\"caption\":\"\",\"name\":\"testimonial1\",\"status\":\"inherit\",\"uploadedTo\":0,\"date\":\"2021-05-11T05:02:02.000Z\",\"modified\":\"2021-05-11T05:02:02.000Z\",\"menuOrder\":0,\"mime\":\"image/jpeg\",\"type\":\"image\",\"subtype\":\"jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/default.png\",\"dateFormatted\":\"May 11, 2021\",\"nonces\":{\"update\":\"b92fe40c3d\",\"delete\":\"643c1eb8f1\",\"edit\":\"d3e7d56b1d\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=119\\u0026action=edit\",\"meta\":false,\"authorName\":\"Rishabh\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/user-edit.php?user_id=34\",\"filesizeInBytes\":11264,\"filesizeHumanReadable\":\"11 KB\",\"context\":\"\",\"height\":250,\"width\":250,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/testimonial1-150x150.jpg\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/testimonial1.jpg\",\"height\":250,\"width\":250,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}}}],\"headingAlign\":\"left\",\"headingAlignTablet\":\"left\",\"headingAlignMobile\":\"left\",\"descColor\":\"var(\\u002d\\u002dast-global-color-3)\",\"nameFontSize\":14,\"nameLineHeight\":1,\"descFontSize\":16,\"descFontWeight\":\"600\",\"nameSpace\":1,\"block_id\":\"d90dd4c9\",\"iconImage\":{\"url\":\"\",\"alt\":\"InfoBox placeholder img\"},\"imageWidth\":32,\"columnGap\":1,\"borderStyle\":\"\",\"paddingTop\":0,\"paddingBottom\":0,\"paddingLeft\":0,\"paddingRight\":0,\"spacingLink\":true,\"imgpaddingTop\":0,\"imgpaddingRight\":15,\"imgpaddingBottom\":0,\"imgpaddingLeft\":0,\"overallBorderStyle\":\"none\",\"imgTagHeight\":32,\"imgTagWidth\":150} -->\n<div class=\"wp-block-uagb-testimonial uagb-slick-carousel uagb-tm__arrow-outside uagb-block-d90dd4c9 uagb-post__carousel_notset uagb-post__carousel_notset-tablet uagb-post__carousel_notset-mobile\"><div class=\"is-carousel uagb-tm__columns-1 uagb-tm__items\"><div class=\"uagb-testimonial__wrap  uagb-tm__imgicon-style-circle uagb-tm__image-position-bottom uagb-tm__bg-type-none \"><div class=\"uagb-tm__content\"><div class=\"uagb-tm__overlay\"></div><div class=\"uagb-tm__text-wrap\"><div class=\"uagb-tm__desc\">\"Thank you for a most enjoyable weekend stay and for making our anniversary so special.  Thank you for your kind and lovely friendship which we really appreciate!!!\"​</div><div class=\"uagb-tm__meta-inner\"><div class=\"uagb-tm__image-content\"><div class=\"uagb-tm__image\"><img class=\"uagb-tm-img-src\" src=\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/testimonial1-150x150.jpg\" alt=\"\" width=\"32\" height=\"32\" loading=\"lazy\"/></div></div><div class=\"uagb-testimonial-details\"><span class=\"uagb-tm__author-name\"><strong>Brenda and Theuns</strong></span><span class=\"uagb-tm__company\"></span></div></div></div></div></div></div></div>\n<!-- /wp:uagb/testimonial -->\n\n<!-- wp:uagb/testimonial {\"test_item_count\":1,\"classMigrate\":true,\"test_block\":[{\"description\":\"\\u0022Breaking away from city life and coming out to a most wonderful romantic weekend away.  The unit is so comfortable.  Thank you for your great hospitality - we had an awesome time here.  Go well - with love\\u0022​\",\"name\":\"\\u003cstrong\\u003e\\u003cstrong\\u003e\\u003cstrong\\u003eLiz \\u0026amp; Eddie\\u003c/strong\\u003e\\u003c/strong\\u003e\\u003c/strong\\u003e\",\"company\":\"\",\"image\":{\"id\":122,\"title\":\"testimonial4\",\"filename\":\"testimonial4.jpg\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/testimonial4.jpg\",\"link\":\"https://blueroan.netgen.cloud/testimonial4/\",\"alt\":\"\",\"author\":\"34\",\"description\":\"\",\"caption\":\"\",\"name\":\"testimonial4\",\"status\":\"inherit\",\"uploadedTo\":0,\"date\":\"2021-05-11T05:02:06.000Z\",\"modified\":\"2021-05-11T05:02:06.000Z\",\"menuOrder\":0,\"mime\":\"image/jpeg\",\"type\":\"image\",\"subtype\":\"jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/default.png\",\"dateFormatted\":\"May 11, 2021\",\"nonces\":{\"update\":\"4e34860add\",\"delete\":\"9e126a55cd\",\"edit\":\"33ffd3c040\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=122\\u0026action=edit\",\"meta\":false,\"authorName\":\"Rishabh\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/user-edit.php?user_id=34\",\"filesizeInBytes\":16584,\"filesizeHumanReadable\":\"16 KB\",\"context\":\"\",\"height\":250,\"width\":250,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/testimonial4-150x150.jpg\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/testimonial4.jpg\",\"height\":250,\"width\":250,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}}}],\"headingAlign\":\"left\",\"headingAlignTablet\":\"left\",\"headingAlignMobile\":\"left\",\"descColor\":\"var(\\u002d\\u002dast-global-color-3)\",\"nameFontSize\":14,\"nameLineHeight\":1,\"descFontSize\":16,\"descFontWeight\":\"600\",\"nameSpace\":1,\"block_id\":\"33ff9087\",\"iconImage\":{\"url\":\"\",\"alt\":\"InfoBox placeholder img\"},\"imageWidth\":32,\"columnGap\":1,\"borderStyle\":\"\",\"paddingTop\":0,\"paddingBottom\":0,\"paddingLeft\":0,\"paddingRight\":0,\"spacingLink\":true,\"imgpaddingTop\":0,\"imgpaddingRight\":15,\"imgpaddingBottom\":0,\"imgpaddingLeft\":0,\"overallBorderStyle\":\"none\",\"imgTagHeight\":32,\"imgTagWidth\":150} -->\n<div class=\"wp-block-uagb-testimonial uagb-slick-carousel uagb-tm__arrow-outside uagb-block-33ff9087 uagb-post__carousel_notset uagb-post__carousel_notset-tablet uagb-post__carousel_notset-mobile\"><div class=\"is-carousel uagb-tm__columns-1 uagb-tm__items\"><div class=\"uagb-testimonial__wrap  uagb-tm__imgicon-style-circle uagb-tm__image-position-bottom uagb-tm__bg-type-none \"><div class=\"uagb-tm__content\"><div class=\"uagb-tm__overlay\"></div><div class=\"uagb-tm__text-wrap\"><div class=\"uagb-tm__desc\">\"Breaking away from city life and coming out to a most wonderful romantic weekend away.  The unit is so comfortable.  Thank you for your great hospitality - we had an awesome time here.  Go well - with love\"​</div><div class=\"uagb-tm__meta-inner\"><div class=\"uagb-tm__image-content\"><div class=\"uagb-tm__image\"><img class=\"uagb-tm-img-src\" src=\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/testimonial4-150x150.jpg\" alt=\"\" width=\"32\" height=\"32\" loading=\"lazy\"/></div></div><div class=\"uagb-testimonial-details\"><span class=\"uagb-tm__author-name\"><strong><strong><strong>Liz &amp; Eddie</strong></strong></strong></span><span class=\"uagb-tm__company\"></span></div></div></div></div></div></div></div>\n<!-- /wp:uagb/testimonial --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"14e7e4e7\",\"widthDesktop\":50,\"variationSelected\":true,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-14e7e4e7\"><!-- wp:uagb/testimonial {\"test_item_count\":1,\"classMigrate\":true,\"test_block\":[{\"description\":\"\\u0022Judy, what a wonderful place you have here - we were so delighted to spend the weekend here, so tranquil, peaceful, and beautiful. You made us feel right at home. Definitely a place worth 5 stars! Go well.\\u0022​\",\"name\":\"\\u003cstrong\\u003e\\u003cstrong\\u003eBrian\\u003c/strong\\u003e\\u003c/strong\\u003e \\u003cstrong\\u003e\\u003cstrong\\u003e\\u003cstrong\\u003eand \\u003cstrong\\u003eMariska\\u003c/strong\\u003e\\u003c/strong\\u003e\\u003cbr\\u003e\\u003c/strong\\u003e\\u003c/strong\\u003e\",\"company\":\"\",\"image\":{\"id\":120,\"title\":\"testimonial2\",\"filename\":\"testimonial2.jpg\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/testimonial2.jpg\",\"link\":\"https://blueroan.netgen.cloud/testimonial2/\",\"alt\":\"\",\"author\":\"34\",\"description\":\"\",\"caption\":\"\",\"name\":\"testimonial2\",\"status\":\"inherit\",\"uploadedTo\":0,\"date\":\"2021-05-11T05:02:03.000Z\",\"modified\":\"2021-05-11T05:02:03.000Z\",\"menuOrder\":0,\"mime\":\"image/jpeg\",\"type\":\"image\",\"subtype\":\"jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/default.png\",\"dateFormatted\":\"May 11, 2021\",\"nonces\":{\"update\":\"1ee6412858\",\"delete\":\"4414a2ccbf\",\"edit\":\"bde7b1f490\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=120\\u0026action=edit\",\"meta\":false,\"authorName\":\"Rishabh\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/user-edit.php?user_id=34\",\"filesizeInBytes\":10087,\"filesizeHumanReadable\":\"10 KB\",\"context\":\"\",\"height\":250,\"width\":250,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/testimonial2-150x150.jpg\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/testimonial2.jpg\",\"height\":250,\"width\":250,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}}}],\"headingAlign\":\"left\",\"headingAlignTablet\":\"left\",\"headingAlignMobile\":\"left\",\"descColor\":\"var(\\u002d\\u002dast-global-color-3)\",\"nameFontSize\":14,\"nameLineHeight\":1,\"descFontSize\":16,\"descFontWeight\":\"600\",\"nameSpace\":1,\"block_id\":\"e0218e52\",\"iconImage\":{\"url\":\"\",\"alt\":\"InfoBox placeholder img\"},\"imageWidth\":32,\"columnGap\":1,\"borderStyle\":\"\",\"paddingTop\":0,\"paddingBottom\":0,\"paddingLeft\":0,\"paddingRight\":0,\"spacingLink\":true,\"imgpaddingTop\":0,\"imgpaddingRight\":15,\"imgpaddingBottom\":0,\"imgpaddingLeft\":0,\"overallBorderStyle\":\"none\",\"imgTagHeight\":32,\"imgTagWidth\":150} -->\n<div class=\"wp-block-uagb-testimonial uagb-slick-carousel uagb-tm__arrow-outside uagb-block-e0218e52 uagb-post__carousel_notset uagb-post__carousel_notset-tablet uagb-post__carousel_notset-mobile\"><div class=\"is-carousel uagb-tm__columns-1 uagb-tm__items\"><div class=\"uagb-testimonial__wrap  uagb-tm__imgicon-style-circle uagb-tm__image-position-bottom uagb-tm__bg-type-none \"><div class=\"uagb-tm__content\"><div class=\"uagb-tm__overlay\"></div><div class=\"uagb-tm__text-wrap\"><div class=\"uagb-tm__desc\">\"Judy, what a wonderful place you have here - we were so delighted to spend the weekend here, so tranquil, peaceful, and beautiful. You made us feel right at home. Definitely a place worth 5 stars! Go well.\"​</div><div class=\"uagb-tm__meta-inner\"><div class=\"uagb-tm__image-content\"><div class=\"uagb-tm__image\"><img class=\"uagb-tm-img-src\" src=\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/testimonial2-150x150.jpg\" alt=\"\" width=\"32\" height=\"32\" loading=\"lazy\"/></div></div><div class=\"uagb-testimonial-details\"><span class=\"uagb-tm__author-name\"><strong><strong>Brian</strong></strong> <strong><strong><strong>and <strong>Mariska</strong></strong><br></strong></strong></span><span class=\"uagb-tm__company\"></span></div></div></div></div></div></div></div>\n<!-- /wp:uagb/testimonial -->\n\n<!-- wp:uagb/testimonial {\"test_item_count\":1,\"classMigrate\":true,\"test_block\":[{\"description\":\"\\u0022Thank you for the most wonderful time, Judy!  This was the most peaceful and perfect place to get engaged!  We will most certainly be back!!!  Your hospitality cannot be topped!\\u0022​\",\"name\":\"\\u003cstrong\\u003e\\u003cstrong\\u003e\\u003cstrong\\u003e\\u003cstrong\\u003eBrett and Kelly\\u003c/strong\\u003e\\u003c/strong\\u003e\\u003c/strong\\u003e\\u003c/strong\\u003e\",\"company\":\"\",\"image\":{\"id\":121,\"title\":\"testimonial3\",\"filename\":\"testimonial3.jpg\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/testimonial3.jpg\",\"link\":\"https://blueroan.netgen.cloud/testimonial3/\",\"alt\":\"\",\"author\":\"34\",\"description\":\"\",\"caption\":\"\",\"name\":\"testimonial3\",\"status\":\"inherit\",\"uploadedTo\":0,\"date\":\"2021-05-11T05:02:05.000Z\",\"modified\":\"2021-05-11T05:02:05.000Z\",\"menuOrder\":0,\"mime\":\"image/jpeg\",\"type\":\"image\",\"subtype\":\"jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/default.png\",\"dateFormatted\":\"May 11, 2021\",\"nonces\":{\"update\":\"290653da5d\",\"delete\":\"90a4fb2d63\",\"edit\":\"ff8a64e56e\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=121\\u0026action=edit\",\"meta\":false,\"authorName\":\"Rishabh\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/user-edit.php?user_id=34\",\"filesizeInBytes\":8748,\"filesizeHumanReadable\":\"9 KB\",\"context\":\"\",\"height\":250,\"width\":250,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/testimonial3-150x150.jpg\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/testimonial3.jpg\",\"height\":250,\"width\":250,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}}}],\"headingAlign\":\"left\",\"headingAlignTablet\":\"left\",\"headingAlignMobile\":\"left\",\"descColor\":\"var(\\u002d\\u002dast-global-color-3)\",\"nameFontSize\":14,\"nameLineHeight\":1,\"descFontSize\":16,\"descFontWeight\":\"600\",\"nameSpace\":1,\"block_id\":\"541b7484\",\"iconImage\":{\"url\":\"\",\"alt\":\"InfoBox placeholder img\"},\"imageWidth\":32,\"columnGap\":1,\"borderStyle\":\"\",\"paddingTop\":0,\"paddingBottom\":0,\"paddingLeft\":0,\"paddingRight\":0,\"spacingLink\":true,\"imgpaddingTop\":0,\"imgpaddingRight\":15,\"imgpaddingBottom\":0,\"imgpaddingLeft\":0,\"overallBorderStyle\":\"none\",\"imgTagHeight\":32,\"imgTagWidth\":150} -->\n<div class=\"wp-block-uagb-testimonial uagb-slick-carousel uagb-tm__arrow-outside uagb-block-541b7484 uagb-post__carousel_notset uagb-post__carousel_notset-tablet uagb-post__carousel_notset-mobile\"><div class=\"is-carousel uagb-tm__columns-1 uagb-tm__items\"><div class=\"uagb-testimonial__wrap  uagb-tm__imgicon-style-circle uagb-tm__image-position-bottom uagb-tm__bg-type-none \"><div class=\"uagb-tm__content\"><div class=\"uagb-tm__overlay\"></div><div class=\"uagb-tm__text-wrap\"><div class=\"uagb-tm__desc\">\"Thank you for the most wonderful time, Judy!  This was the most peaceful and perfect place to get engaged!  We will most certainly be back!!!  Your hospitality cannot be topped!\"​</div><div class=\"uagb-tm__meta-inner\"><div class=\"uagb-tm__image-content\"><div class=\"uagb-tm__image\"><img class=\"uagb-tm-img-src\" src=\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/testimonial3-150x150.jpg\" alt=\"\" width=\"32\" height=\"32\" loading=\"lazy\"/></div></div><div class=\"uagb-testimonial-details\"><span class=\"uagb-tm__author-name\"><strong><strong><strong><strong>Brett and Kelly</strong></strong></strong></strong></span><span class=\"uagb-tm__company\"></span></div></div></div></div></div></div></div>\n<!-- /wp:uagb/testimonial --></div>\n<!-- /wp:uagb/container --></div>\n<!-- /wp:uagb/container --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"2f60ad82\",\"innerContentCustomWidthDesktop\":781,\"innerContentCustomWidthTablet\":781,\"backgroundType\":\"image\",\"backgroundImageDesktop\":{\"id\":809,\"title\":\"26759994757_767d9794fd_b\",\"filename\":\"26759994757_767d9794fd_b.jpg\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/26759994757_767d9794fd_b.jpg\",\"link\":\"https://blueroan.netgen.cloud/?attachment_id=809\",\"alt\":\"\",\"author\":\"2\",\"description\":\"\",\"caption\":\"\",\"name\":\"26759994757_767d9794fd_b\",\"status\":\"inherit\",\"uploadedTo\":805,\"date\":\"2022-12-13T09:51:53.000Z\",\"modified\":\"2022-12-13T09:51:53.000Z\",\"menuOrder\":0,\"mime\":\"image/jpeg\",\"type\":\"image\",\"subtype\":\"jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-includes/images/media/default.png\",\"dateFormatted\":\"December 13, 2022\",\"nonces\":{\"update\":\"39b5c0eef1\",\"delete\":\"fde92abd83\",\"edit\":\"3923face9e\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=809\\u0026action=edit\",\"meta\":false,\"authorName\":\"Netgen Support\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/profile.php\",\"uploadedToTitle\":\"Magaliesburg\",\"uploadedToLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=805\\u0026action=edit\",\"filesizeInBytes\":143610,\"filesizeHumanReadable\":\"140 KB\",\"context\":\"\",\"height\":683,\"width\":1024,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/26759994757_767d9794fd_b-150x150.jpg\",\"orientation\":\"landscape\"},\"medium\":{\"height\":200,\"width\":300,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/26759994757_767d9794fd_b-300x200.jpg\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/26759994757_767d9794fd_b.jpg\",\"height\":683,\"width\":1024,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"backgroundImageColor\":\"rgba(42,42,42,0.65)\",\"topPaddingDesktop\":144,\"bottomPaddingDesktop\":144,\"leftPaddingDesktop\":40,\"rightPaddingDesktop\":40,\"topPaddingTablet\":80,\"bottomPaddingTablet\":80,\"leftPaddingTablet\":40,\"rightPaddingTablet\":40,\"topPaddingMobile\":64,\"bottomPaddingMobile\":64,\"leftPaddingMobile\":24,\"rightPaddingMobile\":24,\"paddingLink\":false,\"variationSelected\":true,\"isBlockRootParent\":true,\"overlayType\":\"color\"} -->\n<div class=\"wp-block-uagb-container uagb-block-2f60ad82 alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/advanced-heading {\"block_id\":\"226e29da\",\"classMigrate\":true,\"headingDescToggle\":true,\"headingAlign\":\"center\",\"headingColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"subHeadingColor\":\"var(\\u002d\\u002dast-global-color-4)\",\"headSpace\":20} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-226e29da\"><h2 class=\"uagb-heading-text\">Plan an Unforgettable Experience at <br>Blue Roan!</h2><p class=\"uagb-desc-text\">Blue Roan is a 3-star graded pet-friendly venue</p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/advanced-heading {\"block_id\":\"66b9987e\",\"classMigrate\":true,\"headingTitleToggle\":false,\"headingDescToggle\":true,\"headingAlign\":\"center\",\"subHeadingColor\":\"var(\\u002d\\u002dast-global-color-4)\",\"subHeadTransform\":\"uppercase\",\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"subHeadLetterSpacing\":2,\"blockTopPadding\":60,\"blockRightPadding\":0,\"blockLeftPadding\":0,\"blockBottomPadding\":0,\"blockTopPaddingMobile\":30,\"blockRightPaddingMobile\":0,\"blockLeftPaddingMobile\":0,\"blockBottomPaddingMobile\":0,\"linkColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"linkHColor\":\"var(\\u002d\\u002dast-global-color-0)\"} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-66b9987e\"><p class=\"uagb-desc-text\"><a href=\"https://book.nightsbridge.com/11065\" target=\"_blank\" rel=\"noreferrer noopener\">BOOK YOUR STAY NOW​</a></p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/icon-list {\"block_id\":\"113d1ef6\",\"classMigrate\":true,\"childMigrate\":true,\"align\":\"center\",\"parentIcon\":\"phone\",\"size\":40,\"sizeMobile\":24,\"sizeTablet\":32,\"fontSize\":48,\"fontSizeMobile\":28,\"fontSizeTablet\":40,\"fontWeight\":\"600\",\"iconColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"labelColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"blockTopPadding\":0,\"blockRightPadding\":0,\"blockLeftPadding\":0,\"blockBottomPadding\":24,\"blockPaddingLink\":false} -->\n<div class=\"wp-block-uagb-icon-list uagb-block-113d1ef6\"><div class=\"uagb-icon-list__wrap\"><!-- wp:uagb/icon-list-child {\"block_id\":\"a137da1d\",\"label\":\" + 27 (0) 82 575 5409\",\"label_color\":\"\",\"link\":\"tel:+27825755409\",\"disableLink\":true,\"fromParentIcon\":\"phone\",\"imageSizeChild\":40} -->\n<div class=\"wp-block-uagb-icon-list-child uagb-block-a137da1d\"><a target=\"_self\" aria-label=\" + 27 (0) 82 575 5409\" rel=\"noopener noreferrer\" href=\"tel:+27825755409\"> </a><span class=\"uagb-icon-list__source-wrap\"><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M511.2 387l-23.25 100.8c-3.266 14.25-15.79 24.22-30.46 24.22C205.2 512 0 306.8 0 54.5c0-14.66 9.969-27.2 24.22-30.45l100.8-23.25C139.7-2.602 154.7 5.018 160.8 18.92l46.52 108.5c5.438 12.78 1.77 27.67-8.98 36.45L144.5 207.1c33.98 69.22 90.26 125.5 159.5 159.5l44.08-53.8c8.688-10.78 23.69-14.51 36.47-8.975l108.5 46.51C506.1 357.2 514.6 372.4 511.2 387z\"></path></svg></span><span class=\"uagb-icon-list__label\"> + 27 (0) 82 575 5409</span></div>\n<!-- /wp:uagb/icon-list-child -->\n\n<!-- wp:uagb/icon-list-child {\"block_id\":\"96f5d59d\",\"label\":\"blueroan@ugo.co.za\",\"icon\":\"envelope\",\"label_color\":\"\",\"link\":\"mailto:blueroan@ugo.co.za\",\"disableLink\":true,\"fromParentIcon\":\"phone\",\"imageSizeChild\":40} -->\n<div class=\"wp-block-uagb-icon-list-child uagb-block-96f5d59d\"><a target=\"_self\" aria-label=\"blueroan@ugo.co.za\" rel=\"noopener noreferrer\" href=\"mailto:blueroan@ugo.co.za\"> </a><span class=\"uagb-icon-list__source-wrap\"><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M464 64C490.5 64 512 85.49 512 112C512 127.1 504.9 141.3 492.8 150.4L275.2 313.6C263.8 322.1 248.2 322.1 236.8 313.6L19.2 150.4C7.113 141.3 0 127.1 0 112C0 85.49 21.49 64 48 64H464zM217.6 339.2C240.4 356.3 271.6 356.3 294.4 339.2L512 176V384C512 419.3 483.3 448 448 448H64C28.65 448 0 419.3 0 384V176L217.6 339.2z\"></path></svg></span><span class=\"uagb-icon-list__label\">blueroan@ugo.co.za</span></div>\n<!-- /wp:uagb/icon-list-child --></div></div>\n<!-- /wp:uagb/icon-list --></div></div>\n<!-- /wp:uagb/container -->',	'Home',	'',	'inherit',	'closed',	'closed',	'',	'760-revision-v1',	'',	'',	'2022-12-21 11:14:33',	'2022-12-21 11:14:33',	'',	760,	'https://blueroan.netgen.cloud/?p=1379',	0,	'revision',	'',	0),
(1380,	2,	'2022-12-21 11:15:42',	'2022-12-21 11:15:42',	'<!-- wp:uagb/container {\"block_id\":\"0d585283\",\"minHeightDesktop\":95,\"minHeightTablet\":70,\"minHeightMobile\":80,\"minHeightType\":\"vh\",\"alignItemsDesktop\":\"flex-start\",\"backgroundType\":\"image\",\"backgroundImageDesktop\":{\"uploading\":false,\"date\":1670921854000,\"filename\":\"Blue-Roan-pool.jpg\",\"menuOrder\":0,\"uploadedTo\":760,\"type\":\"image\",\"subtype\":\"jpeg\",\"id\":784,\"title\":\"Blue Roan - pool\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Blue-Roan-pool.jpg\",\"link\":\"https://blueroan.netgen.cloud/home/blue-roan-pool/\",\"alt\":\"\",\"author\":\"2\",\"description\":\"\",\"caption\":\"\",\"name\":\"blue-roan-pool\",\"status\":\"inherit\",\"modified\":1670921854000,\"mime\":\"image/jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-includes/images/media/default.png\",\"dateFormatted\":\"December 13, 2022\",\"nonces\":{\"update\":\"51a12ed09e\",\"delete\":\"5174068551\",\"edit\":\"1de0721407\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=784\\u0026action=edit\",\"meta\":false,\"authorName\":\"Netgen Support\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/profile.php\",\"uploadedToTitle\":\"Home\",\"uploadedToLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=760\\u0026action=edit\",\"filesizeInBytes\":154801,\"filesizeHumanReadable\":\"151 KB\",\"context\":\"\",\"height\":667,\"width\":1000,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Blue-Roan-pool-150x150.jpg\",\"orientation\":\"landscape\"},\"medium\":{\"height\":200,\"width\":300,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Blue-Roan-pool-300x200.jpg\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Blue-Roan-pool.jpg\",\"height\":667,\"width\":1000,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"backgroundPositionDesktop\":{\"x\":0.5,\"y\":0.25},\"backgroundImageColor\":\"rgba(42,42,42,0.35)\",\"topPaddingDesktop\":0,\"bottomPaddingDesktop\":0,\"leftPaddingDesktop\":40,\"rightPaddingDesktop\":40,\"topPaddingTablet\":120,\"bottomPaddingTablet\":120,\"leftPaddingTablet\":40,\"rightPaddingTablet\":40,\"topPaddingMobile\":150,\"bottomPaddingMobile\":150,\"leftPaddingMobile\":20,\"rightPaddingMobile\":20,\"paddingLink\":false,\"variationSelected\":true,\"isBlockRootParent\":true,\"overlayType\":\"color\",\"minHeightTypeTablet\":\"vh\",\"minHeightTypeMobile\":\"vh\"} -->\n<div class=\"wp-block-uagb-container uagb-block-0d585283 alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:group {\"layout\":{\"type\":\"constrained\",\"justifyContent\":\"left\"}} -->\n<div class=\"wp-block-group\"><!-- wp:uagb/info-box {\"classMigrate\":true,\"headingAlign\":\"left\",\"headingColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"subHeadingColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"headingTag\":\"h1\",\"subHeadFontSize\":17,\"subHeadFontSizeMobile\":15,\"headSpace\":20,\"subHeadSpace\":40,\"block_id\":\"37483174\",\"ctaIcon\":\"\",\"ctaType\":\"button\",\"ctaText\":\"Book Your Stay Now\",\"ctaLink\":\"https://book.nightsbridge.com/11065\",\"ctaBtnLinkColor\":\"var(\\u002d\\u002dast-global-color-2)\",\"ctaLinkHoverColor\":\"var(\\u002d\\u002dast-global-color-2)\",\"ctaBgColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"ctaBgHoverColor\":\"var(\\u002d\\u002dast-global-color-4)\",\"ctaBorderColor\":\"\",\"ctaBorderStyle\":\"\",\"ctaBorderWidth\":\"\",\"ctaBorderRadius\":\"\",\"iconImage\":{\"url\":\"\",\"alt\":\"InfoBox placeholder img\"},\"showIcon\":false,\"paddingBtnTop\":18,\"paddingBtnBottom\":18,\"paddingBtnLeft\":34,\"paddingBtnRight\":34,\"blockTopPadding\":5,\"blockRightPadding\":40,\"blockLeftPadding\":0,\"blockBottomPadding\":0,\"blockTopPaddingTablet\":0,\"blockRightPaddingTablet\":64,\"blockLeftPaddingTablet\":0,\"blockBottomPaddingTablet\":0,\"blockTopPaddingMobile\":0,\"blockRightPaddingMobile\":0,\"blockLeftPaddingMobile\":0,\"blockBottomPaddingMobile\":0,\"blockPaddingUnit\":\"%\",\"blockPaddingLink\":false,\"subHeadMarginTopTablet\":0,\"subHeadMarginRightTablet\":64,\"subHeadTabletSpace\":40,\"subHeadMarginLeftTablet\":0,\"subHeadMarginTopMobile\":0,\"subHeadMarginRightMobile\":0,\"subHeadMobileSpace\":40,\"subHeadMarginLeftMobile\":0,\"btnBorderTopWidth\":1,\"btnBorderLeftWidth\":1,\"btnBorderRightWidth\":1,\"btnBorderBottomWidth\":1,\"btnBorderTopLeftRadius\":0,\"btnBorderTopRightRadius\":0,\"btnBorderBottomLeftRadius\":0,\"btnBorderBottomRightRadius\":0,\"btnBorderStyle\":\"none\",\"btnBorderColor\":\"#333\",\"zIndex\":null} -->\n<div class=\"wp-block-uagb-info-box uagb-block-37483174 uagb-infobox__content-wrap  uagb-infobox-icon-above-title uagb-infobox-image-valign-top\"><div class=\"uagb-ifb-content\"><div class=\"uagb-ifb-title-wrap\"><h1 class=\"uagb-ifb-title\"><strong>Magaliesburg pet friendly self-catering accommodation</strong></h1></div><p class=\"uagb-ifb-desc\">Romantic pet-friendly self-catering accommodation in Magaliesburg, Gauteng.</p><div class=\"uagb-ifb-button-wrapper wp-block-button\"><a href=\"https://book.nightsbridge.com/11065\" class=\"uagb-infobox-cta-link wp-block-button__link\" target=\"_self\" rel=\"noopener noreferrer\" alt=\"\"><span class=\"uagb-inline-editing\">Book Your Stay Now</span></a></div></div></div>\n<!-- /wp:uagb/info-box --></div>\n<!-- /wp:group -->\n\n<!-- wp:buttons {\"layout\":{\"type\":\"flex\",\"justifyContent\":\"left\",\"orientation\":\"vertical\"}} -->\n<div class=\"wp-block-buttons\"><!-- wp:button {\"backgroundColor\":\"ast-global-color-5\",\"textColor\":\"ast-global-color-2\",\"width\":25,\"style\":{\"spacing\":{\"padding\":{\"top\":\"var:preset|spacing|50\",\"right\":\"var:preset|spacing|30\",\"bottom\":\"var:preset|spacing|50\",\"left\":\"var:preset|spacing|30\"}}},\"className\":\"is-style-fill\"} -->\n<div class=\"wp-block-button has-custom-width wp-block-button__width-25 is-style-fill\"><a class=\"wp-block-button__link has-ast-global-color-2-color has-ast-global-color-5-background-color has-text-color has-background wp-element-button\" href=\"\" style=\"padding-top:var(--wp--preset--spacing--50);padding-right:var(--wp--preset--spacing--30);padding-bottom:var(--wp--preset--spacing--50);padding-left:var(--wp--preset--spacing--30)\" target=\"_blank\" rel=\"https://book.nightsbridge.com/11065 noopener\"><strong>Check availability</strong></a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"35d732cc\",\"directionDesktop\":\"row\",\"directionMobile\":\"column-reverse\",\"alignItemsDesktop\":\"flex-start\",\"backgroundType\":\"color\",\"backgroundSizeTablet\":\"cover\",\"backgroundSizeMobile\":\"cover\",\"backgroundColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"topPaddingDesktop\":60,\"bottomPaddingDesktop\":60,\"topPaddingTablet\":80,\"bottomPaddingTablet\":80,\"leftPaddingTablet\":40,\"rightPaddingTablet\":40,\"topPaddingMobile\":64,\"bottomPaddingMobile\":64,\"leftPaddingMobile\":24,\"rightPaddingMobile\":24,\"paddingLink\":false,\"variationSelected\":true,\"columnGapDesktop\":60,\"columnGapTablet\":50,\"isBlockRootParent\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-35d732cc alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/container {\"block_id\":\"89dec69c\",\"widthDesktop\":50,\"variationSelected\":true,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-89dec69c\"><!-- wp:image {\"id\":797,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-13.jpg\" alt=\"\" class=\"wp-image-797\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>We have 7 lovely brick&nbsp;<strong>self-catering</strong>&nbsp;units, each one private and with its own character and theme. &nbsp;They are designed exclusively for couples with or without pets wanting a romantic and peaceful place to connect, re-connect, celebrate special occasions, or somewhere quiet and comfortable to come for a holiday</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:buttons -->\n<div class=\"wp-block-buttons\"><!-- wp:button -->\n<div class=\"wp-block-button\"><a class=\"wp-block-button__link wp-element-button\" href=\"/accommodation/\">View accomodation</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"01ffe196\",\"widthDesktop\":50,\"leftPaddingDesktop\":0,\"paddingLink\":false,\"variationSelected\":true,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-01ffe196\"><!-- wp:uagb/advanced-heading {\"block_id\":\"aab7aba4\",\"classMigrate\":true,\"headingDescToggle\":true,\"subHeadingColor\":\"\",\"headSpace\":20,\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-aab7aba4\"><h2 class=\"uagb-heading-text\"><strong>Blue Roan is a 3-star graded pet-friendly venue</strong></h2><p class=\"uagb-desc-text\">Our goal is to provide high-quality, romantic, comfortable, and affordable self-catering accommodation on the outskirts of the village of &nbsp;Magaliesburg. &nbsp;For animal lovers, we are also&nbsp;pet-friendly&nbsp;by arrangement in most of the units all of which have their own fully fenced and gated private grassy gardens.</p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/image {\"block_id\":\"b364d0d4\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/hammock-in-the-garden.jpg\",\"align\":\"left\",\"id\":799,\"linkDestination\":\"none\",\"naturalWidth\":600,\"naturalHeight\":400,\"sizeSlug\":\"full\",\"sizeSlugTablet\":\"full\",\"sizeSlugMobile\":\"full\",\"imageTopMargin\":20,\"imageRightMargin\":0,\"imageLeftMargin\":0,\"imageBottomMargin\":0,\"imageTopMarginMobile\":0,\"imageRightMarginMobile\":0,\"imageLeftMarginMobile\":0,\"imageBottomMarginMobile\":0,\"imageMarginLink\":false} -->\n<div class=\"wp-block-uagb-image uagb-block-b364d0d4 wp-block-uagb-image--layout-default wp-block-uagb-image--effect-static wp-block-uagb-image--align-left\"><figure class=\"wp-block-uagb-image__figure\"><img srcset=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/hammock-in-the-garden.jpg \" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/hammock-in-the-garden.jpg\" alt=\"\" class=\"uag-image-799\" width=\"\" height=\"\" title=\"\" loading=\"lazy\"/></figure></div>\n<!-- /wp:uagb/image --></div>\n<!-- /wp:uagb/container --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"94de5b4c\",\"directionDesktop\":\"row\",\"directionMobile\":\"column-reverse\",\"alignItemsDesktop\":\"flex-start\",\"backgroundType\":\"color\",\"backgroundSizeTablet\":\"cover\",\"backgroundSizeMobile\":\"cover\",\"backgroundColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"topPaddingDesktop\":0,\"bottomPaddingDesktop\":0,\"topPaddingTablet\":80,\"bottomPaddingTablet\":80,\"leftPaddingTablet\":40,\"rightPaddingTablet\":40,\"topPaddingMobile\":64,\"bottomPaddingMobile\":64,\"leftPaddingMobile\":24,\"rightPaddingMobile\":24,\"paddingLink\":false,\"variationSelected\":true,\"rowGapDesktop\":0,\"columnGapDesktop\":0,\"columnGapTablet\":50,\"isBlockRootParent\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-94de5b4c alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:image {\"align\":\"center\",\"id\":1344,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image aligncenter size-large\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/tgcsa-full-3-stars-1024x366.jpg\" alt=\"\" class=\"wp-image-1344\"/></figure>\n<!-- /wp:image --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"5c44e508\",\"backgroundType\":\"color\",\"backgroundSizeTablet\":\"cover\",\"backgroundSizeMobile\":\"cover\",\"backgroundColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"topPaddingDesktop\":50,\"bottomPaddingDesktop\":100,\"topPaddingTablet\":50,\"bottomPaddingTablet\":25,\"leftPaddingTablet\":20,\"rightPaddingTablet\":20,\"topPaddingMobile\":50,\"bottomPaddingMobile\":20,\"leftPaddingMobile\":20,\"rightPaddingMobile\":20,\"paddingLink\":false,\"variationSelected\":true,\"rowGapDesktop\":0,\"isBlockRootParent\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-5c44e508 alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/container {\"block_id\":\"f49bb2f0\",\"directionDesktop\":\"row\",\"alignItemsDesktop\":\"flex-end\",\"alignItemsTablet\":\"flex-end\",\"justifyContentDesktop\":\"flex-end\",\"justifyContentTablet\":\"space-between\",\"variationSelected\":true,\"rowGapMobile\":30,\"columnGapDesktop\":0} -->\n<div class=\"wp-block-uagb-container uagb-block-f49bb2f0\"><!-- wp:uagb/advanced-heading {\"block_id\":\"b00c2c0f\",\"classMigrate\":true,\"headingDescToggle\":true,\"subHeadingColor\":\"\",\"headSpace\":20,\"subHeadFontSize\":16} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-b00c2c0f\"><h2 class=\"uagb-heading-text\">Amenities &amp; Interests ​</h2><p class=\"uagb-desc-text\">The Blue Roan Country Lodge is situated just 5 minutes from the village of Magaliesburg on a tar road so easy access for all cars. &nbsp;We have panoramic views of the Magaliesberg mountain range and our farm is the perfect place for a relaxing getaway in the country. &nbsp;As we are only 70 km from JHB and Pretoria, it is only an hour’s drive.</p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/buttons {\"block_id\":\"99b351c7\",\"classMigrate\":true,\"childMigrate\":true,\"align\":\"right\",\"alignTablet\":\"right\",\"alignMobile\":\"left\",\"gap\":0} -->\n<div class=\"wp-block-uagb-buttons uagb-buttons__outer-wrap uagb-btn__default-btn uagb-btn-tablet__default-btn uagb-btn-mobile__default-btn uagb-block-99b351c7\"><div class=\"uagb-buttons__wrap uagb-buttons-layout-wrap\"><!-- wp:uagb/buttons-child {\"block_id\":\"8b121466\",\"label\":\"View All\",\"link\":\"/amenities/\",\"hColor\":\"\",\"borderWidth\":\"\",\"borderRadius\":\"\",\"borderStyle\":\"\",\"borderColor\":\"\",\"borderHColor\":\"\",\"btnBorderTopWidth\":1,\"btnBorderLeftWidth\":1,\"btnBorderRightWidth\":1,\"btnBorderBottomWidth\":1,\"btnBorderTopLeftRadius\":2,\"btnBorderTopRightRadius\":2,\"btnBorderBottomLeftRadius\":2,\"btnBorderBottomRightRadius\":2,\"btnBorderStyle\":\"solid\",\"btnBorderColor\":\"#333\",\"btnBorderHColor\":\"#333\"} -->\n<div class=\"wp-block-uagb-buttons-child uagb-buttons__outer-wrap uagb-block-8b121466 wp-block-button is-style-outline\"><div class=\"uagb-button__wrapper\"><a class=\"uagb-buttons-repeater wp-block-button__link\" href=\"/amenities/\" rel=\"follow noopener\" target=\"_self\"><div class=\"uagb-button__link\">View All</div></a></div></div>\n<!-- /wp:uagb/buttons-child --></div></div>\n<!-- /wp:uagb/buttons --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"74751ec1\",\"directionDesktop\":\"row\",\"alignItemsTablet\":\"flex-start\",\"paddingLink\":false,\"topMarginDesktop\":50,\"bottomMarginDesktop\":20,\"leftMarginDesktop\":0,\"rightMarginDesktop\":0,\"marginLink\":false,\"variationSelected\":true,\"rowGapMobile\":65,\"columnGapDesktop\":48,\"columnGapTablet\":20} -->\n<div class=\"wp-block-uagb-container uagb-block-74751ec1\"><!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"align\":\"center\",\"id\":828,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image aligncenter size-full\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Blue-Roan-pool.png\" alt=\"Blue Roan\'s rock pool\" class=\"wp-image-828\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>A relaxing rock Pool​</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>We have a lovely sparkling blue rock pool next to a thatched Lapa. &nbsp;&nbsp;Lie on recliners on the green lawn or sit on the swing chair in the Lapa and enjoy the panoramic view of the Magaliesberg mountain range.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":829,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/img-20160605-wa0002-largejpg.png\" alt=\"\" class=\"wp-image-829\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>Braai facilities </h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>What can compare to a burning fire under the star-lit African sky? Nothing beats the flavor of cooking over an open flame.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":1354,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Games-Room.png\" alt=\"\" class=\"wp-image-1354\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>A games room </h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>The reception is also a games room for those who enjoy darts or playing pool. &nbsp;Take a selection of DVDs back to your room and watch movies on your own DVD player. &nbsp;There is also a selection of board games and music CDs that you can borrow.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div>\n<!-- /wp:uagb/container --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"f3c0bdbf\",\"backgroundType\":\"color\",\"backgroundSizeTablet\":\"cover\",\"backgroundSizeMobile\":\"cover\",\"backgroundColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"bottomPaddingDesktop\":104,\"leftPaddingDesktop\":40,\"rightPaddingDesktop\":40,\"topPaddingTablet\":80,\"bottomPaddingTablet\":80,\"leftPaddingTablet\":40,\"rightPaddingTablet\":40,\"topPaddingMobile\":64,\"bottomPaddingMobile\":64,\"leftPaddingMobile\":24,\"rightPaddingMobile\":24,\"paddingLink\":false,\"variationSelected\":true,\"rowGapDesktop\":0,\"isBlockRootParent\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-f3c0bdbf alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/advanced-heading {\"block_id\":\"ac92718f\",\"classMigrate\":true,\"headingDescToggle\":true,\"headingAlign\":\"center\",\"headingAlignMobile\":\"left\",\"subHeadingColor\":\"\",\"headSpace\":20,\"subHeadFontSize\":16,\"blockBottomPadding\":20} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-ac92718f\"><h2 class=\"uagb-heading-text\">Our Inside Pictures​</h2><p class=\"uagb-desc-text\">Take a look at some pretty pictures captured in and around our premises.</p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/container {\"block_id\":\"7924f026\",\"directionDesktop\":\"row\",\"alignItemsDesktop\":\"flex-start\",\"topMarginDesktop\":20,\"bottomMarginDesktop\":0,\"leftMarginDesktop\":0,\"rightMarginDesktop\":0,\"marginLink\":false,\"variationSelected\":true,\"rowGapMobile\":24,\"columnGapDesktop\":24,\"columnGapTablet\":20} -->\n<div class=\"wp-block-uagb-container uagb-block-7924f026\"><!-- wp:uagb/container {\"block_id\":\"05fee2ce\",\"widthDesktop\":32,\"variationSelected\":true,\"rowGapDesktop\":24,\"rowGapTablet\":20,\"rowGapMobile\":24,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-05fee2ce\"><!-- wp:uagb/image {\"block_id\":\"bd81c9c9\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/red-rose-1024x683.jpg\",\"id\":834,\"linkDestination\":\"none\",\"width\":385,\"height\":284,\"naturalWidth\":1024,\"naturalHeight\":683,\"sizeSlug\":\"large\",\"sizeSlugTablet\":\"large\",\"sizeSlugMobile\":\"large\",\"customHeightSetDesktop\":true} -->\n<div class=\"wp-block-uagb-image uagb-block-bd81c9c9 wp-block-uagb-image--layout-default wp-block-uagb-image--effect-static wp-block-uagb-image--align-none\"><figure class=\"wp-block-uagb-image__figure\"><img srcset=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/red-rose-1024x683.jpg \" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/red-rose-1024x683.jpg\" alt=\"\" class=\"uag-image-834\" width=\"385\" height=\"284\" title=\"\" loading=\"lazy\"/></figure></div>\n<!-- /wp:uagb/image -->\n\n<!-- wp:uagb/image {\"block_id\":\"e39b6738\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/49g.jpg\",\"id\":838,\"linkDestination\":\"none\",\"width\":385,\"height\":284,\"naturalWidth\":650,\"naturalHeight\":450,\"sizeSlug\":\"full\",\"sizeSlugTablet\":\"full\",\"sizeSlugMobile\":\"full\",\"customHeightSetDesktop\":true} -->\n<div class=\"wp-block-uagb-image uagb-block-e39b6738 wp-block-uagb-image--layout-default wp-block-uagb-image--effect-static wp-block-uagb-image--align-none\"><figure class=\"wp-block-uagb-image__figure\"><img srcset=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/49g.jpg \" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/49g.jpg\" alt=\"\" class=\"uag-image-838\" width=\"385\" height=\"284\" title=\"\" loading=\"lazy\"/></figure></div>\n<!-- /wp:uagb/image --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"c05e2ece\",\"widthDesktop\":67,\"variationSelected\":true,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-c05e2ece\"><!-- wp:uagb/image {\"block_id\":\"81fa5c7c\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAA39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba-1-1024x768.png\",\"id\":905,\"linkDestination\":\"none\",\"naturalWidth\":1024,\"naturalHeight\":768,\"sizeSlug\":\"large\",\"sizeSlugTablet\":\"large\",\"sizeSlugMobile\":\"large\"} -->\n<div class=\"wp-block-uagb-image uagb-block-81fa5c7c wp-block-uagb-image--layout-default wp-block-uagb-image--effect-static wp-block-uagb-image--align-none\"><figure class=\"wp-block-uagb-image__figure\"><img srcset=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAA39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba-1-1024x768.png \" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAA39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba-1-1024x768.png\" alt=\"\" class=\"uag-image-905\" width=\"\" height=\"\" title=\"\" loading=\"lazy\"/></figure></div>\n<!-- /wp:uagb/image --></div>\n<!-- /wp:uagb/container --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"bf504662\",\"directionDesktop\":\"row\",\"alignItemsDesktop\":\"flex-start\",\"topMarginDesktop\":24,\"bottomMarginDesktop\":0,\"leftMarginDesktop\":0,\"rightMarginDesktop\":0,\"topMarginTablet\":20,\"bottomMarginTablet\":0,\"leftMarginTablet\":0,\"rightMarginTablet\":0,\"topMarginMobile\":24,\"bottomMarginMobile\":0,\"leftMarginMobile\":0,\"rightMarginMobile\":0,\"marginLink\":false,\"variationSelected\":true,\"columnGapDesktop\":24,\"columnGapTablet\":20} -->\n<div class=\"wp-block-uagb-container uagb-block-bf504662\"><!-- wp:uagb/container {\"block_id\":\"5f829143\",\"widthDesktop\":67,\"variationSelected\":true,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-5f829143\"><!-- wp:image {\"id\":837,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-8-1024x678.jpg\" alt=\"\" class=\"wp-image-837\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"f1e725b0\",\"widthDesktop\":32,\"variationSelected\":true,\"rowGapDesktop\":24,\"rowGapTablet\":20,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-f1e725b0\"><!-- wp:uagb/image {\"block_id\":\"a830601b\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Blue-roan-pool-01.jpg\",\"id\":782,\"linkDestination\":\"none\",\"width\":385,\"height\":250,\"naturalWidth\":800,\"naturalHeight\":534,\"sizeSlug\":\"full\",\"sizeSlugTablet\":\"full\",\"sizeSlugMobile\":\"full\",\"customHeightSetDesktop\":true} -->\n<div class=\"wp-block-uagb-image uagb-block-a830601b wp-block-uagb-image--layout-default wp-block-uagb-image--effect-static wp-block-uagb-image--align-none\"><figure class=\"wp-block-uagb-image__figure\"><img srcset=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Blue-roan-pool-01.jpg \" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Blue-roan-pool-01.jpg\" alt=\"\" class=\"uag-image-782\" width=\"385\" height=\"250\" title=\"\" loading=\"lazy\"/></figure></div>\n<!-- /wp:uagb/image -->\n\n<!-- wp:uagb/image {\"block_id\":\"150353b2\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/bird-1024x683.jpg\",\"id\":910,\"linkDestination\":\"none\",\"width\":385,\"height\":250,\"naturalWidth\":1024,\"naturalHeight\":683,\"sizeSlug\":\"large\",\"sizeSlugTablet\":\"large\",\"sizeSlugMobile\":\"large\",\"customHeightSetDesktop\":true} -->\n<div class=\"wp-block-uagb-image uagb-block-150353b2 wp-block-uagb-image--layout-default wp-block-uagb-image--effect-static wp-block-uagb-image--align-none\"><figure class=\"wp-block-uagb-image__figure\"><img srcset=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/bird-1024x683.jpg \" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/bird-1024x683.jpg\" alt=\"\" class=\"uag-image-910\" width=\"385\" height=\"250\" title=\"\" loading=\"lazy\"/></figure></div>\n<!-- /wp:uagb/image --></div>\n<!-- /wp:uagb/container --></div>\n<!-- /wp:uagb/container --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"3412c19f\",\"backgroundType\":\"color\",\"backgroundSizeTablet\":\"cover\",\"backgroundSizeMobile\":\"cover\",\"backgroundColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"topPaddingDesktop\":40,\"bottomPaddingDesktop\":104,\"leftPaddingDesktop\":40,\"rightPaddingDesktop\":40,\"topPaddingTablet\":80,\"bottomPaddingTablet\":80,\"leftPaddingTablet\":40,\"rightPaddingTablet\":40,\"topPaddingMobile\":64,\"bottomPaddingMobile\":64,\"leftPaddingMobile\":24,\"rightPaddingMobile\":24,\"paddingLink\":false,\"variationSelected\":true,\"rowGapDesktop\":0,\"isBlockRootParent\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-3412c19f alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/advanced-heading {\"block_id\":\"b08e4e25\",\"classMigrate\":true,\"headingDescToggle\":true,\"headingAlign\":\"center\",\"headingAlignMobile\":\"left\",\"subHeadingColor\":\"\",\"headSpace\":20,\"subHeadFontSize\":16,\"blockBottomPadding\":20} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-b08e4e25\"><h2 class=\"uagb-heading-text\">What Our Guests Say​</h2><p class=\"uagb-desc-text\">We take pride in serving our guests the best experience. </p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/container {\"block_id\":\"5e4d14a0\",\"directionDesktop\":\"row\",\"topMarginDesktop\":40,\"bottomMarginDesktop\":0,\"leftMarginDesktop\":0,\"rightMarginDesktop\":0,\"marginLink\":false,\"variationSelected\":true,\"rowGapMobile\":40,\"columnGapDesktop\":90} -->\n<div class=\"wp-block-uagb-container uagb-block-5e4d14a0\"><!-- wp:uagb/container {\"block_id\":\"79290eaf\",\"widthDesktop\":50,\"variationSelected\":true,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-79290eaf\"><!-- wp:uagb/testimonial {\"test_item_count\":1,\"classMigrate\":true,\"test_block\":[{\"description\":\"\\u0022Thank you for a most enjoyable weekend stay and for making our anniversary so special.  Thank you for your kind and lovely friendship which we really appreciate!!!\\u0022​\",\"name\":\"\\u003cstrong\\u003eBrenda and Theuns\\u003c/strong\\u003e\",\"company\":\"\",\"image\":{\"id\":119,\"title\":\"testimonial1\",\"filename\":\"testimonial1.jpg\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/testimonial1.jpg\",\"link\":\"https://blueroan.netgen.cloud/testimonial1/\",\"alt\":\"\",\"author\":\"34\",\"description\":\"\",\"caption\":\"\",\"name\":\"testimonial1\",\"status\":\"inherit\",\"uploadedTo\":0,\"date\":\"2021-05-11T05:02:02.000Z\",\"modified\":\"2021-05-11T05:02:02.000Z\",\"menuOrder\":0,\"mime\":\"image/jpeg\",\"type\":\"image\",\"subtype\":\"jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/default.png\",\"dateFormatted\":\"May 11, 2021\",\"nonces\":{\"update\":\"b92fe40c3d\",\"delete\":\"643c1eb8f1\",\"edit\":\"d3e7d56b1d\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=119\\u0026action=edit\",\"meta\":false,\"authorName\":\"Rishabh\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/user-edit.php?user_id=34\",\"filesizeInBytes\":11264,\"filesizeHumanReadable\":\"11 KB\",\"context\":\"\",\"height\":250,\"width\":250,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/testimonial1-150x150.jpg\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/testimonial1.jpg\",\"height\":250,\"width\":250,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}}}],\"headingAlign\":\"left\",\"headingAlignTablet\":\"left\",\"headingAlignMobile\":\"left\",\"descColor\":\"var(\\u002d\\u002dast-global-color-3)\",\"nameFontSize\":14,\"nameLineHeight\":1,\"descFontSize\":16,\"descFontWeight\":\"600\",\"nameSpace\":1,\"block_id\":\"d90dd4c9\",\"iconImage\":{\"url\":\"\",\"alt\":\"InfoBox placeholder img\"},\"imageWidth\":32,\"columnGap\":1,\"borderStyle\":\"\",\"paddingTop\":0,\"paddingBottom\":0,\"paddingLeft\":0,\"paddingRight\":0,\"spacingLink\":true,\"imgpaddingTop\":0,\"imgpaddingRight\":15,\"imgpaddingBottom\":0,\"imgpaddingLeft\":0,\"overallBorderStyle\":\"none\",\"imgTagHeight\":32,\"imgTagWidth\":150} -->\n<div class=\"wp-block-uagb-testimonial uagb-slick-carousel uagb-tm__arrow-outside uagb-block-d90dd4c9 uagb-post__carousel_notset uagb-post__carousel_notset-tablet uagb-post__carousel_notset-mobile\"><div class=\"is-carousel uagb-tm__columns-1 uagb-tm__items\"><div class=\"uagb-testimonial__wrap  uagb-tm__imgicon-style-circle uagb-tm__image-position-bottom uagb-tm__bg-type-none \"><div class=\"uagb-tm__content\"><div class=\"uagb-tm__overlay\"></div><div class=\"uagb-tm__text-wrap\"><div class=\"uagb-tm__desc\">\"Thank you for a most enjoyable weekend stay and for making our anniversary so special.  Thank you for your kind and lovely friendship which we really appreciate!!!\"​</div><div class=\"uagb-tm__meta-inner\"><div class=\"uagb-tm__image-content\"><div class=\"uagb-tm__image\"><img class=\"uagb-tm-img-src\" src=\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/testimonial1-150x150.jpg\" alt=\"\" width=\"32\" height=\"32\" loading=\"lazy\"/></div></div><div class=\"uagb-testimonial-details\"><span class=\"uagb-tm__author-name\"><strong>Brenda and Theuns</strong></span><span class=\"uagb-tm__company\"></span></div></div></div></div></div></div></div>\n<!-- /wp:uagb/testimonial -->\n\n<!-- wp:uagb/testimonial {\"test_item_count\":1,\"classMigrate\":true,\"test_block\":[{\"description\":\"\\u0022Breaking away from city life and coming out to a most wonderful romantic weekend away.  The unit is so comfortable.  Thank you for your great hospitality - we had an awesome time here.  Go well - with love\\u0022​\",\"name\":\"\\u003cstrong\\u003e\\u003cstrong\\u003e\\u003cstrong\\u003eLiz \\u0026amp; Eddie\\u003c/strong\\u003e\\u003c/strong\\u003e\\u003c/strong\\u003e\",\"company\":\"\",\"image\":{\"id\":122,\"title\":\"testimonial4\",\"filename\":\"testimonial4.jpg\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/testimonial4.jpg\",\"link\":\"https://blueroan.netgen.cloud/testimonial4/\",\"alt\":\"\",\"author\":\"34\",\"description\":\"\",\"caption\":\"\",\"name\":\"testimonial4\",\"status\":\"inherit\",\"uploadedTo\":0,\"date\":\"2021-05-11T05:02:06.000Z\",\"modified\":\"2021-05-11T05:02:06.000Z\",\"menuOrder\":0,\"mime\":\"image/jpeg\",\"type\":\"image\",\"subtype\":\"jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/default.png\",\"dateFormatted\":\"May 11, 2021\",\"nonces\":{\"update\":\"4e34860add\",\"delete\":\"9e126a55cd\",\"edit\":\"33ffd3c040\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=122\\u0026action=edit\",\"meta\":false,\"authorName\":\"Rishabh\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/user-edit.php?user_id=34\",\"filesizeInBytes\":16584,\"filesizeHumanReadable\":\"16 KB\",\"context\":\"\",\"height\":250,\"width\":250,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/testimonial4-150x150.jpg\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/testimonial4.jpg\",\"height\":250,\"width\":250,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}}}],\"headingAlign\":\"left\",\"headingAlignTablet\":\"left\",\"headingAlignMobile\":\"left\",\"descColor\":\"var(\\u002d\\u002dast-global-color-3)\",\"nameFontSize\":14,\"nameLineHeight\":1,\"descFontSize\":16,\"descFontWeight\":\"600\",\"nameSpace\":1,\"block_id\":\"33ff9087\",\"iconImage\":{\"url\":\"\",\"alt\":\"InfoBox placeholder img\"},\"imageWidth\":32,\"columnGap\":1,\"borderStyle\":\"\",\"paddingTop\":0,\"paddingBottom\":0,\"paddingLeft\":0,\"paddingRight\":0,\"spacingLink\":true,\"imgpaddingTop\":0,\"imgpaddingRight\":15,\"imgpaddingBottom\":0,\"imgpaddingLeft\":0,\"overallBorderStyle\":\"none\",\"imgTagHeight\":32,\"imgTagWidth\":150} -->\n<div class=\"wp-block-uagb-testimonial uagb-slick-carousel uagb-tm__arrow-outside uagb-block-33ff9087 uagb-post__carousel_notset uagb-post__carousel_notset-tablet uagb-post__carousel_notset-mobile\"><div class=\"is-carousel uagb-tm__columns-1 uagb-tm__items\"><div class=\"uagb-testimonial__wrap  uagb-tm__imgicon-style-circle uagb-tm__image-position-bottom uagb-tm__bg-type-none \"><div class=\"uagb-tm__content\"><div class=\"uagb-tm__overlay\"></div><div class=\"uagb-tm__text-wrap\"><div class=\"uagb-tm__desc\">\"Breaking away from city life and coming out to a most wonderful romantic weekend away.  The unit is so comfortable.  Thank you for your great hospitality - we had an awesome time here.  Go well - with love\"​</div><div class=\"uagb-tm__meta-inner\"><div class=\"uagb-tm__image-content\"><div class=\"uagb-tm__image\"><img class=\"uagb-tm-img-src\" src=\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/testimonial4-150x150.jpg\" alt=\"\" width=\"32\" height=\"32\" loading=\"lazy\"/></div></div><div class=\"uagb-testimonial-details\"><span class=\"uagb-tm__author-name\"><strong><strong><strong>Liz &amp; Eddie</strong></strong></strong></span><span class=\"uagb-tm__company\"></span></div></div></div></div></div></div></div>\n<!-- /wp:uagb/testimonial --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"14e7e4e7\",\"widthDesktop\":50,\"variationSelected\":true,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-14e7e4e7\"><!-- wp:uagb/testimonial {\"test_item_count\":1,\"classMigrate\":true,\"test_block\":[{\"description\":\"\\u0022Judy, what a wonderful place you have here - we were so delighted to spend the weekend here, so tranquil, peaceful, and beautiful. You made us feel right at home. Definitely a place worth 5 stars! Go well.\\u0022​\",\"name\":\"\\u003cstrong\\u003e\\u003cstrong\\u003eBrian\\u003c/strong\\u003e\\u003c/strong\\u003e \\u003cstrong\\u003e\\u003cstrong\\u003e\\u003cstrong\\u003eand \\u003cstrong\\u003eMariska\\u003c/strong\\u003e\\u003c/strong\\u003e\\u003cbr\\u003e\\u003c/strong\\u003e\\u003c/strong\\u003e\",\"company\":\"\",\"image\":{\"id\":120,\"title\":\"testimonial2\",\"filename\":\"testimonial2.jpg\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/testimonial2.jpg\",\"link\":\"https://blueroan.netgen.cloud/testimonial2/\",\"alt\":\"\",\"author\":\"34\",\"description\":\"\",\"caption\":\"\",\"name\":\"testimonial2\",\"status\":\"inherit\",\"uploadedTo\":0,\"date\":\"2021-05-11T05:02:03.000Z\",\"modified\":\"2021-05-11T05:02:03.000Z\",\"menuOrder\":0,\"mime\":\"image/jpeg\",\"type\":\"image\",\"subtype\":\"jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/default.png\",\"dateFormatted\":\"May 11, 2021\",\"nonces\":{\"update\":\"1ee6412858\",\"delete\":\"4414a2ccbf\",\"edit\":\"bde7b1f490\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=120\\u0026action=edit\",\"meta\":false,\"authorName\":\"Rishabh\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/user-edit.php?user_id=34\",\"filesizeInBytes\":10087,\"filesizeHumanReadable\":\"10 KB\",\"context\":\"\",\"height\":250,\"width\":250,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/testimonial2-150x150.jpg\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/testimonial2.jpg\",\"height\":250,\"width\":250,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}}}],\"headingAlign\":\"left\",\"headingAlignTablet\":\"left\",\"headingAlignMobile\":\"left\",\"descColor\":\"var(\\u002d\\u002dast-global-color-3)\",\"nameFontSize\":14,\"nameLineHeight\":1,\"descFontSize\":16,\"descFontWeight\":\"600\",\"nameSpace\":1,\"block_id\":\"e0218e52\",\"iconImage\":{\"url\":\"\",\"alt\":\"InfoBox placeholder img\"},\"imageWidth\":32,\"columnGap\":1,\"borderStyle\":\"\",\"paddingTop\":0,\"paddingBottom\":0,\"paddingLeft\":0,\"paddingRight\":0,\"spacingLink\":true,\"imgpaddingTop\":0,\"imgpaddingRight\":15,\"imgpaddingBottom\":0,\"imgpaddingLeft\":0,\"overallBorderStyle\":\"none\",\"imgTagHeight\":32,\"imgTagWidth\":150} -->\n<div class=\"wp-block-uagb-testimonial uagb-slick-carousel uagb-tm__arrow-outside uagb-block-e0218e52 uagb-post__carousel_notset uagb-post__carousel_notset-tablet uagb-post__carousel_notset-mobile\"><div class=\"is-carousel uagb-tm__columns-1 uagb-tm__items\"><div class=\"uagb-testimonial__wrap  uagb-tm__imgicon-style-circle uagb-tm__image-position-bottom uagb-tm__bg-type-none \"><div class=\"uagb-tm__content\"><div class=\"uagb-tm__overlay\"></div><div class=\"uagb-tm__text-wrap\"><div class=\"uagb-tm__desc\">\"Judy, what a wonderful place you have here - we were so delighted to spend the weekend here, so tranquil, peaceful, and beautiful. You made us feel right at home. Definitely a place worth 5 stars! Go well.\"​</div><div class=\"uagb-tm__meta-inner\"><div class=\"uagb-tm__image-content\"><div class=\"uagb-tm__image\"><img class=\"uagb-tm-img-src\" src=\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/testimonial2-150x150.jpg\" alt=\"\" width=\"32\" height=\"32\" loading=\"lazy\"/></div></div><div class=\"uagb-testimonial-details\"><span class=\"uagb-tm__author-name\"><strong><strong>Brian</strong></strong> <strong><strong><strong>and <strong>Mariska</strong></strong><br></strong></strong></span><span class=\"uagb-tm__company\"></span></div></div></div></div></div></div></div>\n<!-- /wp:uagb/testimonial -->\n\n<!-- wp:uagb/testimonial {\"test_item_count\":1,\"classMigrate\":true,\"test_block\":[{\"description\":\"\\u0022Thank you for the most wonderful time, Judy!  This was the most peaceful and perfect place to get engaged!  We will most certainly be back!!!  Your hospitality cannot be topped!\\u0022​\",\"name\":\"\\u003cstrong\\u003e\\u003cstrong\\u003e\\u003cstrong\\u003e\\u003cstrong\\u003eBrett and Kelly\\u003c/strong\\u003e\\u003c/strong\\u003e\\u003c/strong\\u003e\\u003c/strong\\u003e\",\"company\":\"\",\"image\":{\"id\":121,\"title\":\"testimonial3\",\"filename\":\"testimonial3.jpg\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/testimonial3.jpg\",\"link\":\"https://blueroan.netgen.cloud/testimonial3/\",\"alt\":\"\",\"author\":\"34\",\"description\":\"\",\"caption\":\"\",\"name\":\"testimonial3\",\"status\":\"inherit\",\"uploadedTo\":0,\"date\":\"2021-05-11T05:02:05.000Z\",\"modified\":\"2021-05-11T05:02:05.000Z\",\"menuOrder\":0,\"mime\":\"image/jpeg\",\"type\":\"image\",\"subtype\":\"jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/default.png\",\"dateFormatted\":\"May 11, 2021\",\"nonces\":{\"update\":\"290653da5d\",\"delete\":\"90a4fb2d63\",\"edit\":\"ff8a64e56e\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=121\\u0026action=edit\",\"meta\":false,\"authorName\":\"Rishabh\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/user-edit.php?user_id=34\",\"filesizeInBytes\":8748,\"filesizeHumanReadable\":\"9 KB\",\"context\":\"\",\"height\":250,\"width\":250,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/testimonial3-150x150.jpg\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/testimonial3.jpg\",\"height\":250,\"width\":250,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}}}],\"headingAlign\":\"left\",\"headingAlignTablet\":\"left\",\"headingAlignMobile\":\"left\",\"descColor\":\"var(\\u002d\\u002dast-global-color-3)\",\"nameFontSize\":14,\"nameLineHeight\":1,\"descFontSize\":16,\"descFontWeight\":\"600\",\"nameSpace\":1,\"block_id\":\"541b7484\",\"iconImage\":{\"url\":\"\",\"alt\":\"InfoBox placeholder img\"},\"imageWidth\":32,\"columnGap\":1,\"borderStyle\":\"\",\"paddingTop\":0,\"paddingBottom\":0,\"paddingLeft\":0,\"paddingRight\":0,\"spacingLink\":true,\"imgpaddingTop\":0,\"imgpaddingRight\":15,\"imgpaddingBottom\":0,\"imgpaddingLeft\":0,\"overallBorderStyle\":\"none\",\"imgTagHeight\":32,\"imgTagWidth\":150} -->\n<div class=\"wp-block-uagb-testimonial uagb-slick-carousel uagb-tm__arrow-outside uagb-block-541b7484 uagb-post__carousel_notset uagb-post__carousel_notset-tablet uagb-post__carousel_notset-mobile\"><div class=\"is-carousel uagb-tm__columns-1 uagb-tm__items\"><div class=\"uagb-testimonial__wrap  uagb-tm__imgicon-style-circle uagb-tm__image-position-bottom uagb-tm__bg-type-none \"><div class=\"uagb-tm__content\"><div class=\"uagb-tm__overlay\"></div><div class=\"uagb-tm__text-wrap\"><div class=\"uagb-tm__desc\">\"Thank you for the most wonderful time, Judy!  This was the most peaceful and perfect place to get engaged!  We will most certainly be back!!!  Your hospitality cannot be topped!\"​</div><div class=\"uagb-tm__meta-inner\"><div class=\"uagb-tm__image-content\"><div class=\"uagb-tm__image\"><img class=\"uagb-tm-img-src\" src=\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/testimonial3-150x150.jpg\" alt=\"\" width=\"32\" height=\"32\" loading=\"lazy\"/></div></div><div class=\"uagb-testimonial-details\"><span class=\"uagb-tm__author-name\"><strong><strong><strong><strong>Brett and Kelly</strong></strong></strong></strong></span><span class=\"uagb-tm__company\"></span></div></div></div></div></div></div></div>\n<!-- /wp:uagb/testimonial --></div>\n<!-- /wp:uagb/container --></div>\n<!-- /wp:uagb/container --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"2f60ad82\",\"innerContentCustomWidthDesktop\":781,\"innerContentCustomWidthTablet\":781,\"backgroundType\":\"image\",\"backgroundImageDesktop\":{\"id\":809,\"title\":\"26759994757_767d9794fd_b\",\"filename\":\"26759994757_767d9794fd_b.jpg\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/26759994757_767d9794fd_b.jpg\",\"link\":\"https://blueroan.netgen.cloud/?attachment_id=809\",\"alt\":\"\",\"author\":\"2\",\"description\":\"\",\"caption\":\"\",\"name\":\"26759994757_767d9794fd_b\",\"status\":\"inherit\",\"uploadedTo\":805,\"date\":\"2022-12-13T09:51:53.000Z\",\"modified\":\"2022-12-13T09:51:53.000Z\",\"menuOrder\":0,\"mime\":\"image/jpeg\",\"type\":\"image\",\"subtype\":\"jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-includes/images/media/default.png\",\"dateFormatted\":\"December 13, 2022\",\"nonces\":{\"update\":\"39b5c0eef1\",\"delete\":\"fde92abd83\",\"edit\":\"3923face9e\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=809\\u0026action=edit\",\"meta\":false,\"authorName\":\"Netgen Support\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/profile.php\",\"uploadedToTitle\":\"Magaliesburg\",\"uploadedToLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=805\\u0026action=edit\",\"filesizeInBytes\":143610,\"filesizeHumanReadable\":\"140 KB\",\"context\":\"\",\"height\":683,\"width\":1024,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/26759994757_767d9794fd_b-150x150.jpg\",\"orientation\":\"landscape\"},\"medium\":{\"height\":200,\"width\":300,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/26759994757_767d9794fd_b-300x200.jpg\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/26759994757_767d9794fd_b.jpg\",\"height\":683,\"width\":1024,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"backgroundImageColor\":\"rgba(42,42,42,0.65)\",\"topPaddingDesktop\":144,\"bottomPaddingDesktop\":144,\"leftPaddingDesktop\":40,\"rightPaddingDesktop\":40,\"topPaddingTablet\":80,\"bottomPaddingTablet\":80,\"leftPaddingTablet\":40,\"rightPaddingTablet\":40,\"topPaddingMobile\":64,\"bottomPaddingMobile\":64,\"leftPaddingMobile\":24,\"rightPaddingMobile\":24,\"paddingLink\":false,\"variationSelected\":true,\"isBlockRootParent\":true,\"overlayType\":\"color\"} -->\n<div class=\"wp-block-uagb-container uagb-block-2f60ad82 alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/advanced-heading {\"block_id\":\"226e29da\",\"classMigrate\":true,\"headingDescToggle\":true,\"headingAlign\":\"center\",\"headingColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"subHeadingColor\":\"var(\\u002d\\u002dast-global-color-4)\",\"headSpace\":20} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-226e29da\"><h2 class=\"uagb-heading-text\">Plan an Unforgettable Experience at <br>Blue Roan!</h2><p class=\"uagb-desc-text\">Blue Roan is a 3-star graded pet-friendly venue</p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/advanced-heading {\"block_id\":\"66b9987e\",\"classMigrate\":true,\"headingTitleToggle\":false,\"headingDescToggle\":true,\"headingAlign\":\"center\",\"subHeadingColor\":\"var(\\u002d\\u002dast-global-color-4)\",\"subHeadTransform\":\"uppercase\",\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"subHeadLetterSpacing\":2,\"blockTopPadding\":60,\"blockRightPadding\":0,\"blockLeftPadding\":0,\"blockBottomPadding\":0,\"blockTopPaddingMobile\":30,\"blockRightPaddingMobile\":0,\"blockLeftPaddingMobile\":0,\"blockBottomPaddingMobile\":0,\"linkColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"linkHColor\":\"var(\\u002d\\u002dast-global-color-0)\"} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-66b9987e\"><p class=\"uagb-desc-text\"><a href=\"https://book.nightsbridge.com/11065\" target=\"_blank\" rel=\"noreferrer noopener\">BOOK YOUR STAY NOW​</a></p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/icon-list {\"block_id\":\"113d1ef6\",\"classMigrate\":true,\"childMigrate\":true,\"align\":\"center\",\"parentIcon\":\"phone\",\"size\":40,\"sizeMobile\":24,\"sizeTablet\":32,\"fontSize\":48,\"fontSizeMobile\":28,\"fontSizeTablet\":40,\"fontWeight\":\"600\",\"iconColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"labelColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"blockTopPadding\":0,\"blockRightPadding\":0,\"blockLeftPadding\":0,\"blockBottomPadding\":24,\"blockPaddingLink\":false} -->\n<div class=\"wp-block-uagb-icon-list uagb-block-113d1ef6\"><div class=\"uagb-icon-list__wrap\"><!-- wp:uagb/icon-list-child {\"block_id\":\"a137da1d\",\"label\":\" + 27 (0) 82 575 5409\",\"label_color\":\"\",\"link\":\"tel:+27825755409\",\"disableLink\":true,\"fromParentIcon\":\"phone\",\"imageSizeChild\":40} -->\n<div class=\"wp-block-uagb-icon-list-child uagb-block-a137da1d\"><a target=\"_self\" aria-label=\" + 27 (0) 82 575 5409\" rel=\"noopener noreferrer\" href=\"tel:+27825755409\"> </a><span class=\"uagb-icon-list__source-wrap\"><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M511.2 387l-23.25 100.8c-3.266 14.25-15.79 24.22-30.46 24.22C205.2 512 0 306.8 0 54.5c0-14.66 9.969-27.2 24.22-30.45l100.8-23.25C139.7-2.602 154.7 5.018 160.8 18.92l46.52 108.5c5.438 12.78 1.77 27.67-8.98 36.45L144.5 207.1c33.98 69.22 90.26 125.5 159.5 159.5l44.08-53.8c8.688-10.78 23.69-14.51 36.47-8.975l108.5 46.51C506.1 357.2 514.6 372.4 511.2 387z\"></path></svg></span><span class=\"uagb-icon-list__label\"> + 27 (0) 82 575 5409</span></div>\n<!-- /wp:uagb/icon-list-child -->\n\n<!-- wp:uagb/icon-list-child {\"block_id\":\"96f5d59d\",\"label\":\"blueroan@ugo.co.za\",\"icon\":\"envelope\",\"label_color\":\"\",\"link\":\"mailto:blueroan@ugo.co.za\",\"disableLink\":true,\"fromParentIcon\":\"phone\",\"imageSizeChild\":40} -->\n<div class=\"wp-block-uagb-icon-list-child uagb-block-96f5d59d\"><a target=\"_self\" aria-label=\"blueroan@ugo.co.za\" rel=\"noopener noreferrer\" href=\"mailto:blueroan@ugo.co.za\"> </a><span class=\"uagb-icon-list__source-wrap\"><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M464 64C490.5 64 512 85.49 512 112C512 127.1 504.9 141.3 492.8 150.4L275.2 313.6C263.8 322.1 248.2 322.1 236.8 313.6L19.2 150.4C7.113 141.3 0 127.1 0 112C0 85.49 21.49 64 48 64H464zM217.6 339.2C240.4 356.3 271.6 356.3 294.4 339.2L512 176V384C512 419.3 483.3 448 448 448H64C28.65 448 0 419.3 0 384V176L217.6 339.2z\"></path></svg></span><span class=\"uagb-icon-list__label\">blueroan@ugo.co.za</span></div>\n<!-- /wp:uagb/icon-list-child --></div></div>\n<!-- /wp:uagb/icon-list --></div></div>\n<!-- /wp:uagb/container -->',	'Home',	'',	'inherit',	'closed',	'closed',	'',	'760-revision-v1',	'',	'',	'2022-12-21 11:15:42',	'2022-12-21 11:15:42',	'',	760,	'https://blueroan.netgen.cloud/?p=1380',	0,	'revision',	'',	0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(1381,	2,	'2022-12-21 11:17:37',	'2022-12-21 11:17:37',	'<!-- wp:uagb/container {\"block_id\":\"0d585283\",\"minHeightDesktop\":95,\"minHeightTablet\":70,\"minHeightMobile\":80,\"minHeightType\":\"vh\",\"alignItemsDesktop\":\"flex-start\",\"backgroundType\":\"image\",\"backgroundImageDesktop\":{\"uploading\":false,\"date\":1670921854000,\"filename\":\"Blue-Roan-pool.jpg\",\"menuOrder\":0,\"uploadedTo\":760,\"type\":\"image\",\"subtype\":\"jpeg\",\"id\":784,\"title\":\"Blue Roan - pool\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Blue-Roan-pool.jpg\",\"link\":\"https://blueroan.netgen.cloud/home/blue-roan-pool/\",\"alt\":\"\",\"author\":\"2\",\"description\":\"\",\"caption\":\"\",\"name\":\"blue-roan-pool\",\"status\":\"inherit\",\"modified\":1670921854000,\"mime\":\"image/jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-includes/images/media/default.png\",\"dateFormatted\":\"December 13, 2022\",\"nonces\":{\"update\":\"51a12ed09e\",\"delete\":\"5174068551\",\"edit\":\"1de0721407\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=784\\u0026action=edit\",\"meta\":false,\"authorName\":\"Netgen Support\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/profile.php\",\"uploadedToTitle\":\"Home\",\"uploadedToLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=760\\u0026action=edit\",\"filesizeInBytes\":154801,\"filesizeHumanReadable\":\"151 KB\",\"context\":\"\",\"height\":667,\"width\":1000,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Blue-Roan-pool-150x150.jpg\",\"orientation\":\"landscape\"},\"medium\":{\"height\":200,\"width\":300,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Blue-Roan-pool-300x200.jpg\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Blue-Roan-pool.jpg\",\"height\":667,\"width\":1000,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"backgroundPositionDesktop\":{\"x\":0.5,\"y\":0.25},\"backgroundImageColor\":\"rgba(42,42,42,0.35)\",\"topPaddingDesktop\":0,\"bottomPaddingDesktop\":0,\"leftPaddingDesktop\":40,\"rightPaddingDesktop\":40,\"topPaddingTablet\":120,\"bottomPaddingTablet\":120,\"leftPaddingTablet\":40,\"rightPaddingTablet\":40,\"topPaddingMobile\":150,\"bottomPaddingMobile\":150,\"leftPaddingMobile\":20,\"rightPaddingMobile\":20,\"paddingLink\":false,\"variationSelected\":true,\"isBlockRootParent\":true,\"overlayType\":\"color\",\"minHeightTypeTablet\":\"vh\",\"minHeightTypeMobile\":\"vh\"} -->\n<div class=\"wp-block-uagb-container uagb-block-0d585283 alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:group {\"layout\":{\"type\":\"constrained\",\"justifyContent\":\"left\"}} -->\n<div class=\"wp-block-group\"><!-- wp:uagb/info-box {\"classMigrate\":true,\"headingAlign\":\"left\",\"headingColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"subHeadingColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"headingTag\":\"h1\",\"subHeadFontSize\":17,\"subHeadFontSizeMobile\":15,\"headSpace\":20,\"subHeadSpace\":40,\"block_id\":\"37483174\",\"ctaIcon\":\"\",\"ctaType\":\"button\",\"ctaText\":\"Book Your Stay Now\",\"ctaLink\":\"https://book.nightsbridge.com/11065\",\"ctaBtnLinkColor\":\"var(\\u002d\\u002dast-global-color-2)\",\"ctaLinkHoverColor\":\"var(\\u002d\\u002dast-global-color-2)\",\"ctaBgColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"ctaBgHoverColor\":\"var(\\u002d\\u002dast-global-color-4)\",\"ctaBorderColor\":\"\",\"ctaBorderStyle\":\"\",\"ctaBorderWidth\":\"\",\"ctaBorderRadius\":\"\",\"iconImage\":{\"url\":\"\",\"alt\":\"InfoBox placeholder img\"},\"showIcon\":false,\"paddingBtnTop\":18,\"paddingBtnBottom\":18,\"paddingBtnLeft\":34,\"paddingBtnRight\":34,\"blockTopPadding\":5,\"blockRightPadding\":40,\"blockLeftPadding\":0,\"blockBottomPadding\":0,\"blockTopPaddingTablet\":0,\"blockRightPaddingTablet\":64,\"blockLeftPaddingTablet\":0,\"blockBottomPaddingTablet\":0,\"blockTopPaddingMobile\":0,\"blockRightPaddingMobile\":0,\"blockLeftPaddingMobile\":0,\"blockBottomPaddingMobile\":0,\"blockPaddingUnit\":\"%\",\"blockPaddingLink\":false,\"subHeadMarginTopTablet\":0,\"subHeadMarginRightTablet\":64,\"subHeadTabletSpace\":40,\"subHeadMarginLeftTablet\":0,\"subHeadMarginTopMobile\":0,\"subHeadMarginRightMobile\":0,\"subHeadMobileSpace\":40,\"subHeadMarginLeftMobile\":0,\"btnBorderTopWidth\":1,\"btnBorderLeftWidth\":1,\"btnBorderRightWidth\":1,\"btnBorderBottomWidth\":1,\"btnBorderTopLeftRadius\":0,\"btnBorderTopRightRadius\":0,\"btnBorderBottomLeftRadius\":0,\"btnBorderBottomRightRadius\":0,\"btnBorderStyle\":\"none\",\"btnBorderColor\":\"#333\",\"zIndex\":null} -->\n<div class=\"wp-block-uagb-info-box uagb-block-37483174 uagb-infobox__content-wrap  uagb-infobox-icon-above-title uagb-infobox-image-valign-top\"><div class=\"uagb-ifb-content\"><div class=\"uagb-ifb-title-wrap\"><h1 class=\"uagb-ifb-title\"><strong>Magaliesburg pet friendly self-catering accommodation</strong></h1></div><p class=\"uagb-ifb-desc\">Romantic pet-friendly self-catering accommodation in Magaliesburg, Gauteng.</p><div class=\"uagb-ifb-button-wrapper wp-block-button\"><a href=\"https://book.nightsbridge.com/11065\" class=\"uagb-infobox-cta-link wp-block-button__link\" target=\"_self\" rel=\"noopener noreferrer\" alt=\"\"><span class=\"uagb-inline-editing\">Book Your Stay Now</span></a></div></div></div>\n<!-- /wp:uagb/info-box --></div>\n<!-- /wp:group -->\n\n<!-- wp:buttons {\"layout\":{\"type\":\"flex\",\"justifyContent\":\"left\",\"orientation\":\"vertical\"}} -->\n<div class=\"wp-block-buttons\"><!-- wp:button {\"backgroundColor\":\"ast-global-color-5\",\"textColor\":\"ast-global-color-2\",\"width\":25,\"style\":{\"spacing\":{\"padding\":{\"top\":\"var:preset|spacing|50\",\"right\":\"var:preset|spacing|30\",\"bottom\":\"var:preset|spacing|50\",\"left\":\"var:preset|spacing|30\"}}},\"className\":\"is-style-fill\"} -->\n<div class=\"wp-block-button has-custom-width wp-block-button__width-25 is-style-fill\"><a class=\"wp-block-button__link has-ast-global-color-2-color has-ast-global-color-5-background-color has-text-color has-background wp-element-button\" href=\"\" style=\"padding-top:var(--wp--preset--spacing--50);padding-right:var(--wp--preset--spacing--30);padding-bottom:var(--wp--preset--spacing--50);padding-left:var(--wp--preset--spacing--30)\" target=\"_blank\" rel=\"https://book.nightsbridge.com/11065 noopener\">Check availability</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"35d732cc\",\"directionDesktop\":\"row\",\"directionMobile\":\"column-reverse\",\"alignItemsDesktop\":\"flex-start\",\"backgroundType\":\"color\",\"backgroundSizeTablet\":\"cover\",\"backgroundSizeMobile\":\"cover\",\"backgroundColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"topPaddingDesktop\":60,\"bottomPaddingDesktop\":60,\"topPaddingTablet\":80,\"bottomPaddingTablet\":80,\"leftPaddingTablet\":40,\"rightPaddingTablet\":40,\"topPaddingMobile\":64,\"bottomPaddingMobile\":64,\"leftPaddingMobile\":24,\"rightPaddingMobile\":24,\"paddingLink\":false,\"variationSelected\":true,\"columnGapDesktop\":60,\"columnGapTablet\":50,\"isBlockRootParent\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-35d732cc alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/container {\"block_id\":\"89dec69c\",\"widthDesktop\":50,\"variationSelected\":true,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-89dec69c\"><!-- wp:image {\"id\":797,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-13.jpg\" alt=\"\" class=\"wp-image-797\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>We have 7 lovely brick&nbsp;<strong>self-catering</strong>&nbsp;units, each one private and with its own character and theme. &nbsp;They are designed exclusively for couples with or without pets wanting a romantic and peaceful place to connect, re-connect, celebrate special occasions, or somewhere quiet and comfortable to come for a holiday</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:buttons -->\n<div class=\"wp-block-buttons\"><!-- wp:button -->\n<div class=\"wp-block-button\"><a class=\"wp-block-button__link wp-element-button\" href=\"/accommodation/\">View accomodation</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"01ffe196\",\"widthDesktop\":50,\"leftPaddingDesktop\":0,\"paddingLink\":false,\"variationSelected\":true,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-01ffe196\"><!-- wp:uagb/advanced-heading {\"block_id\":\"aab7aba4\",\"classMigrate\":true,\"headingDescToggle\":true,\"subHeadingColor\":\"\",\"headSpace\":20,\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-aab7aba4\"><h2 class=\"uagb-heading-text\"><strong>Blue Roan is a 3-star graded pet-friendly venue</strong></h2><p class=\"uagb-desc-text\">Our goal is to provide high-quality, romantic, comfortable, and affordable self-catering accommodation on the outskirts of the village of &nbsp;Magaliesburg. &nbsp;For animal lovers, we are also&nbsp;pet-friendly&nbsp;by arrangement in most of the units all of which have their own fully fenced and gated private grassy gardens.</p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/image {\"block_id\":\"b364d0d4\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/hammock-in-the-garden.jpg\",\"align\":\"left\",\"id\":799,\"linkDestination\":\"none\",\"naturalWidth\":600,\"naturalHeight\":400,\"sizeSlug\":\"full\",\"sizeSlugTablet\":\"full\",\"sizeSlugMobile\":\"full\",\"imageTopMargin\":20,\"imageRightMargin\":0,\"imageLeftMargin\":0,\"imageBottomMargin\":0,\"imageTopMarginMobile\":0,\"imageRightMarginMobile\":0,\"imageLeftMarginMobile\":0,\"imageBottomMarginMobile\":0,\"imageMarginLink\":false} -->\n<div class=\"wp-block-uagb-image uagb-block-b364d0d4 wp-block-uagb-image--layout-default wp-block-uagb-image--effect-static wp-block-uagb-image--align-left\"><figure class=\"wp-block-uagb-image__figure\"><img srcset=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/hammock-in-the-garden.jpg \" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/hammock-in-the-garden.jpg\" alt=\"\" class=\"uag-image-799\" width=\"\" height=\"\" title=\"\" loading=\"lazy\"/></figure></div>\n<!-- /wp:uagb/image --></div>\n<!-- /wp:uagb/container --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"94de5b4c\",\"directionDesktop\":\"row\",\"directionMobile\":\"column-reverse\",\"alignItemsDesktop\":\"flex-start\",\"backgroundType\":\"color\",\"backgroundSizeTablet\":\"cover\",\"backgroundSizeMobile\":\"cover\",\"backgroundColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"topPaddingDesktop\":0,\"bottomPaddingDesktop\":0,\"topPaddingTablet\":80,\"bottomPaddingTablet\":80,\"leftPaddingTablet\":40,\"rightPaddingTablet\":40,\"topPaddingMobile\":64,\"bottomPaddingMobile\":64,\"leftPaddingMobile\":24,\"rightPaddingMobile\":24,\"paddingLink\":false,\"variationSelected\":true,\"rowGapDesktop\":0,\"columnGapDesktop\":0,\"columnGapTablet\":50,\"isBlockRootParent\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-94de5b4c alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:image {\"align\":\"center\",\"id\":1344,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image aligncenter size-large\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/tgcsa-full-3-stars-1024x366.jpg\" alt=\"\" class=\"wp-image-1344\"/></figure>\n<!-- /wp:image --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"5c44e508\",\"backgroundType\":\"color\",\"backgroundSizeTablet\":\"cover\",\"backgroundSizeMobile\":\"cover\",\"backgroundColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"topPaddingDesktop\":50,\"bottomPaddingDesktop\":100,\"topPaddingTablet\":50,\"bottomPaddingTablet\":25,\"leftPaddingTablet\":20,\"rightPaddingTablet\":20,\"topPaddingMobile\":50,\"bottomPaddingMobile\":20,\"leftPaddingMobile\":20,\"rightPaddingMobile\":20,\"paddingLink\":false,\"variationSelected\":true,\"rowGapDesktop\":0,\"isBlockRootParent\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-5c44e508 alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/container {\"block_id\":\"f49bb2f0\",\"directionDesktop\":\"row\",\"alignItemsDesktop\":\"flex-end\",\"alignItemsTablet\":\"flex-end\",\"justifyContentDesktop\":\"flex-end\",\"justifyContentTablet\":\"space-between\",\"variationSelected\":true,\"rowGapMobile\":30,\"columnGapDesktop\":0} -->\n<div class=\"wp-block-uagb-container uagb-block-f49bb2f0\"><!-- wp:uagb/advanced-heading {\"block_id\":\"b00c2c0f\",\"classMigrate\":true,\"headingDescToggle\":true,\"subHeadingColor\":\"\",\"headSpace\":20,\"subHeadFontSize\":16} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-b00c2c0f\"><h2 class=\"uagb-heading-text\">Amenities &amp; Interests ​</h2><p class=\"uagb-desc-text\">The Blue Roan Country Lodge is situated just 5 minutes from the village of Magaliesburg on a tar road so easy access for all cars. &nbsp;We have panoramic views of the Magaliesberg mountain range and our farm is the perfect place for a relaxing getaway in the country. &nbsp;As we are only 70 km from JHB and Pretoria, it is only an hour’s drive.</p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/buttons {\"block_id\":\"99b351c7\",\"classMigrate\":true,\"childMigrate\":true,\"align\":\"right\",\"alignTablet\":\"right\",\"alignMobile\":\"left\",\"gap\":0} -->\n<div class=\"wp-block-uagb-buttons uagb-buttons__outer-wrap uagb-btn__default-btn uagb-btn-tablet__default-btn uagb-btn-mobile__default-btn uagb-block-99b351c7\"><div class=\"uagb-buttons__wrap uagb-buttons-layout-wrap\"><!-- wp:uagb/buttons-child {\"block_id\":\"8b121466\",\"label\":\"View All\",\"link\":\"/amenities/\",\"hColor\":\"\",\"borderWidth\":\"\",\"borderRadius\":\"\",\"borderStyle\":\"\",\"borderColor\":\"\",\"borderHColor\":\"\",\"btnBorderTopWidth\":1,\"btnBorderLeftWidth\":1,\"btnBorderRightWidth\":1,\"btnBorderBottomWidth\":1,\"btnBorderTopLeftRadius\":2,\"btnBorderTopRightRadius\":2,\"btnBorderBottomLeftRadius\":2,\"btnBorderBottomRightRadius\":2,\"btnBorderStyle\":\"solid\",\"btnBorderColor\":\"#333\",\"btnBorderHColor\":\"#333\"} -->\n<div class=\"wp-block-uagb-buttons-child uagb-buttons__outer-wrap uagb-block-8b121466 wp-block-button is-style-outline\"><div class=\"uagb-button__wrapper\"><a class=\"uagb-buttons-repeater wp-block-button__link\" href=\"/amenities/\" rel=\"follow noopener\" target=\"_self\"><div class=\"uagb-button__link\">View All</div></a></div></div>\n<!-- /wp:uagb/buttons-child --></div></div>\n<!-- /wp:uagb/buttons --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"74751ec1\",\"directionDesktop\":\"row\",\"alignItemsTablet\":\"flex-start\",\"paddingLink\":false,\"topMarginDesktop\":50,\"bottomMarginDesktop\":20,\"leftMarginDesktop\":0,\"rightMarginDesktop\":0,\"marginLink\":false,\"variationSelected\":true,\"rowGapMobile\":65,\"columnGapDesktop\":48,\"columnGapTablet\":20} -->\n<div class=\"wp-block-uagb-container uagb-block-74751ec1\"><!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"align\":\"center\",\"id\":828,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image aligncenter size-full\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Blue-Roan-pool.png\" alt=\"Blue Roan\'s rock pool\" class=\"wp-image-828\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>A relaxing rock Pool​</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>We have a lovely sparkling blue rock pool next to a thatched Lapa. &nbsp;&nbsp;Lie on recliners on the green lawn or sit on the swing chair in the Lapa and enjoy the panoramic view of the Magaliesberg mountain range.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":829,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/img-20160605-wa0002-largejpg.png\" alt=\"\" class=\"wp-image-829\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>Braai facilities </h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>What can compare to a burning fire under the star-lit African sky? Nothing beats the flavor of cooking over an open flame.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":1354,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Games-Room.png\" alt=\"\" class=\"wp-image-1354\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>A games room </h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>The reception is also a games room for those who enjoy darts or playing pool. &nbsp;Take a selection of DVDs back to your room and watch movies on your own DVD player. &nbsp;There is also a selection of board games and music CDs that you can borrow.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div>\n<!-- /wp:uagb/container --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"f3c0bdbf\",\"backgroundType\":\"color\",\"backgroundSizeTablet\":\"cover\",\"backgroundSizeMobile\":\"cover\",\"backgroundColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"bottomPaddingDesktop\":104,\"leftPaddingDesktop\":40,\"rightPaddingDesktop\":40,\"topPaddingTablet\":80,\"bottomPaddingTablet\":80,\"leftPaddingTablet\":40,\"rightPaddingTablet\":40,\"topPaddingMobile\":64,\"bottomPaddingMobile\":64,\"leftPaddingMobile\":24,\"rightPaddingMobile\":24,\"paddingLink\":false,\"variationSelected\":true,\"rowGapDesktop\":0,\"isBlockRootParent\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-f3c0bdbf alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/advanced-heading {\"block_id\":\"ac92718f\",\"classMigrate\":true,\"headingDescToggle\":true,\"headingAlign\":\"center\",\"headingAlignMobile\":\"left\",\"subHeadingColor\":\"\",\"headSpace\":20,\"subHeadFontSize\":16,\"blockBottomPadding\":20} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-ac92718f\"><h2 class=\"uagb-heading-text\">Our Inside Pictures​</h2><p class=\"uagb-desc-text\">Take a look at some pretty pictures captured in and around our premises.</p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/container {\"block_id\":\"7924f026\",\"directionDesktop\":\"row\",\"alignItemsDesktop\":\"flex-start\",\"topMarginDesktop\":20,\"bottomMarginDesktop\":0,\"leftMarginDesktop\":0,\"rightMarginDesktop\":0,\"marginLink\":false,\"variationSelected\":true,\"rowGapMobile\":24,\"columnGapDesktop\":24,\"columnGapTablet\":20} -->\n<div class=\"wp-block-uagb-container uagb-block-7924f026\"><!-- wp:uagb/container {\"block_id\":\"05fee2ce\",\"widthDesktop\":32,\"variationSelected\":true,\"rowGapDesktop\":24,\"rowGapTablet\":20,\"rowGapMobile\":24,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-05fee2ce\"><!-- wp:uagb/image {\"block_id\":\"bd81c9c9\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/red-rose-1024x683.jpg\",\"id\":834,\"linkDestination\":\"none\",\"width\":385,\"height\":284,\"naturalWidth\":1024,\"naturalHeight\":683,\"sizeSlug\":\"large\",\"sizeSlugTablet\":\"large\",\"sizeSlugMobile\":\"large\",\"customHeightSetDesktop\":true} -->\n<div class=\"wp-block-uagb-image uagb-block-bd81c9c9 wp-block-uagb-image--layout-default wp-block-uagb-image--effect-static wp-block-uagb-image--align-none\"><figure class=\"wp-block-uagb-image__figure\"><img srcset=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/red-rose-1024x683.jpg \" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/red-rose-1024x683.jpg\" alt=\"\" class=\"uag-image-834\" width=\"385\" height=\"284\" title=\"\" loading=\"lazy\"/></figure></div>\n<!-- /wp:uagb/image -->\n\n<!-- wp:uagb/image {\"block_id\":\"e39b6738\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/49g.jpg\",\"id\":838,\"linkDestination\":\"none\",\"width\":385,\"height\":284,\"naturalWidth\":650,\"naturalHeight\":450,\"sizeSlug\":\"full\",\"sizeSlugTablet\":\"full\",\"sizeSlugMobile\":\"full\",\"customHeightSetDesktop\":true} -->\n<div class=\"wp-block-uagb-image uagb-block-e39b6738 wp-block-uagb-image--layout-default wp-block-uagb-image--effect-static wp-block-uagb-image--align-none\"><figure class=\"wp-block-uagb-image__figure\"><img srcset=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/49g.jpg \" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/49g.jpg\" alt=\"\" class=\"uag-image-838\" width=\"385\" height=\"284\" title=\"\" loading=\"lazy\"/></figure></div>\n<!-- /wp:uagb/image --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"c05e2ece\",\"widthDesktop\":67,\"variationSelected\":true,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-c05e2ece\"><!-- wp:uagb/image {\"block_id\":\"81fa5c7c\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAA39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba-1-1024x768.png\",\"id\":905,\"linkDestination\":\"none\",\"naturalWidth\":1024,\"naturalHeight\":768,\"sizeSlug\":\"large\",\"sizeSlugTablet\":\"large\",\"sizeSlugMobile\":\"large\"} -->\n<div class=\"wp-block-uagb-image uagb-block-81fa5c7c wp-block-uagb-image--layout-default wp-block-uagb-image--effect-static wp-block-uagb-image--align-none\"><figure class=\"wp-block-uagb-image__figure\"><img srcset=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAA39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba-1-1024x768.png \" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAA39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba-1-1024x768.png\" alt=\"\" class=\"uag-image-905\" width=\"\" height=\"\" title=\"\" loading=\"lazy\"/></figure></div>\n<!-- /wp:uagb/image --></div>\n<!-- /wp:uagb/container --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"bf504662\",\"directionDesktop\":\"row\",\"alignItemsDesktop\":\"flex-start\",\"topMarginDesktop\":24,\"bottomMarginDesktop\":0,\"leftMarginDesktop\":0,\"rightMarginDesktop\":0,\"topMarginTablet\":20,\"bottomMarginTablet\":0,\"leftMarginTablet\":0,\"rightMarginTablet\":0,\"topMarginMobile\":24,\"bottomMarginMobile\":0,\"leftMarginMobile\":0,\"rightMarginMobile\":0,\"marginLink\":false,\"variationSelected\":true,\"columnGapDesktop\":24,\"columnGapTablet\":20} -->\n<div class=\"wp-block-uagb-container uagb-block-bf504662\"><!-- wp:uagb/container {\"block_id\":\"5f829143\",\"widthDesktop\":67,\"variationSelected\":true,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-5f829143\"><!-- wp:image {\"id\":837,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-8-1024x678.jpg\" alt=\"\" class=\"wp-image-837\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"f1e725b0\",\"widthDesktop\":32,\"variationSelected\":true,\"rowGapDesktop\":24,\"rowGapTablet\":20,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-f1e725b0\"><!-- wp:uagb/image {\"block_id\":\"a830601b\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Blue-roan-pool-01.jpg\",\"id\":782,\"linkDestination\":\"none\",\"width\":385,\"height\":250,\"naturalWidth\":800,\"naturalHeight\":534,\"sizeSlug\":\"full\",\"sizeSlugTablet\":\"full\",\"sizeSlugMobile\":\"full\",\"customHeightSetDesktop\":true} -->\n<div class=\"wp-block-uagb-image uagb-block-a830601b wp-block-uagb-image--layout-default wp-block-uagb-image--effect-static wp-block-uagb-image--align-none\"><figure class=\"wp-block-uagb-image__figure\"><img srcset=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Blue-roan-pool-01.jpg \" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Blue-roan-pool-01.jpg\" alt=\"\" class=\"uag-image-782\" width=\"385\" height=\"250\" title=\"\" loading=\"lazy\"/></figure></div>\n<!-- /wp:uagb/image -->\n\n<!-- wp:uagb/image {\"block_id\":\"150353b2\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/bird-1024x683.jpg\",\"id\":910,\"linkDestination\":\"none\",\"width\":385,\"height\":250,\"naturalWidth\":1024,\"naturalHeight\":683,\"sizeSlug\":\"large\",\"sizeSlugTablet\":\"large\",\"sizeSlugMobile\":\"large\",\"customHeightSetDesktop\":true} -->\n<div class=\"wp-block-uagb-image uagb-block-150353b2 wp-block-uagb-image--layout-default wp-block-uagb-image--effect-static wp-block-uagb-image--align-none\"><figure class=\"wp-block-uagb-image__figure\"><img srcset=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/bird-1024x683.jpg \" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/bird-1024x683.jpg\" alt=\"\" class=\"uag-image-910\" width=\"385\" height=\"250\" title=\"\" loading=\"lazy\"/></figure></div>\n<!-- /wp:uagb/image --></div>\n<!-- /wp:uagb/container --></div>\n<!-- /wp:uagb/container --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"3412c19f\",\"backgroundType\":\"color\",\"backgroundSizeTablet\":\"cover\",\"backgroundSizeMobile\":\"cover\",\"backgroundColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"topPaddingDesktop\":40,\"bottomPaddingDesktop\":104,\"leftPaddingDesktop\":40,\"rightPaddingDesktop\":40,\"topPaddingTablet\":80,\"bottomPaddingTablet\":80,\"leftPaddingTablet\":40,\"rightPaddingTablet\":40,\"topPaddingMobile\":64,\"bottomPaddingMobile\":64,\"leftPaddingMobile\":24,\"rightPaddingMobile\":24,\"paddingLink\":false,\"variationSelected\":true,\"rowGapDesktop\":0,\"isBlockRootParent\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-3412c19f alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/advanced-heading {\"block_id\":\"b08e4e25\",\"classMigrate\":true,\"headingDescToggle\":true,\"headingAlign\":\"center\",\"headingAlignMobile\":\"left\",\"subHeadingColor\":\"\",\"headSpace\":20,\"subHeadFontSize\":16,\"blockBottomPadding\":20} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-b08e4e25\"><h2 class=\"uagb-heading-text\">What Our Guests Say​</h2><p class=\"uagb-desc-text\">We take pride in serving our guests the best experience. </p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/container {\"block_id\":\"5e4d14a0\",\"directionDesktop\":\"row\",\"topMarginDesktop\":40,\"bottomMarginDesktop\":0,\"leftMarginDesktop\":0,\"rightMarginDesktop\":0,\"marginLink\":false,\"variationSelected\":true,\"rowGapMobile\":40,\"columnGapDesktop\":90} -->\n<div class=\"wp-block-uagb-container uagb-block-5e4d14a0\"><!-- wp:uagb/container {\"block_id\":\"79290eaf\",\"widthDesktop\":50,\"variationSelected\":true,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-79290eaf\"><!-- wp:uagb/testimonial {\"test_item_count\":1,\"classMigrate\":true,\"test_block\":[{\"description\":\"\\u0022Thank you for a most enjoyable weekend stay and for making our anniversary so special.  Thank you for your kind and lovely friendship which we really appreciate!!!\\u0022​\",\"name\":\"\\u003cstrong\\u003eBrenda and Theuns\\u003c/strong\\u003e\",\"company\":\"\",\"image\":{\"id\":119,\"title\":\"testimonial1\",\"filename\":\"testimonial1.jpg\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/testimonial1.jpg\",\"link\":\"https://blueroan.netgen.cloud/testimonial1/\",\"alt\":\"\",\"author\":\"34\",\"description\":\"\",\"caption\":\"\",\"name\":\"testimonial1\",\"status\":\"inherit\",\"uploadedTo\":0,\"date\":\"2021-05-11T05:02:02.000Z\",\"modified\":\"2021-05-11T05:02:02.000Z\",\"menuOrder\":0,\"mime\":\"image/jpeg\",\"type\":\"image\",\"subtype\":\"jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/default.png\",\"dateFormatted\":\"May 11, 2021\",\"nonces\":{\"update\":\"b92fe40c3d\",\"delete\":\"643c1eb8f1\",\"edit\":\"d3e7d56b1d\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=119\\u0026action=edit\",\"meta\":false,\"authorName\":\"Rishabh\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/user-edit.php?user_id=34\",\"filesizeInBytes\":11264,\"filesizeHumanReadable\":\"11 KB\",\"context\":\"\",\"height\":250,\"width\":250,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/testimonial1-150x150.jpg\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/testimonial1.jpg\",\"height\":250,\"width\":250,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}}}],\"headingAlign\":\"left\",\"headingAlignTablet\":\"left\",\"headingAlignMobile\":\"left\",\"descColor\":\"var(\\u002d\\u002dast-global-color-3)\",\"nameFontSize\":14,\"nameLineHeight\":1,\"descFontSize\":16,\"descFontWeight\":\"600\",\"nameSpace\":1,\"block_id\":\"d90dd4c9\",\"iconImage\":{\"url\":\"\",\"alt\":\"InfoBox placeholder img\"},\"imageWidth\":32,\"columnGap\":1,\"borderStyle\":\"\",\"paddingTop\":0,\"paddingBottom\":0,\"paddingLeft\":0,\"paddingRight\":0,\"spacingLink\":true,\"imgpaddingTop\":0,\"imgpaddingRight\":15,\"imgpaddingBottom\":0,\"imgpaddingLeft\":0,\"overallBorderStyle\":\"none\",\"imgTagHeight\":32,\"imgTagWidth\":150} -->\n<div class=\"wp-block-uagb-testimonial uagb-slick-carousel uagb-tm__arrow-outside uagb-block-d90dd4c9 uagb-post__carousel_notset uagb-post__carousel_notset-tablet uagb-post__carousel_notset-mobile\"><div class=\"is-carousel uagb-tm__columns-1 uagb-tm__items\"><div class=\"uagb-testimonial__wrap  uagb-tm__imgicon-style-circle uagb-tm__image-position-bottom uagb-tm__bg-type-none \"><div class=\"uagb-tm__content\"><div class=\"uagb-tm__overlay\"></div><div class=\"uagb-tm__text-wrap\"><div class=\"uagb-tm__desc\">\"Thank you for a most enjoyable weekend stay and for making our anniversary so special.  Thank you for your kind and lovely friendship which we really appreciate!!!\"​</div><div class=\"uagb-tm__meta-inner\"><div class=\"uagb-tm__image-content\"><div class=\"uagb-tm__image\"><img class=\"uagb-tm-img-src\" src=\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/testimonial1-150x150.jpg\" alt=\"\" width=\"32\" height=\"32\" loading=\"lazy\"/></div></div><div class=\"uagb-testimonial-details\"><span class=\"uagb-tm__author-name\"><strong>Brenda and Theuns</strong></span><span class=\"uagb-tm__company\"></span></div></div></div></div></div></div></div>\n<!-- /wp:uagb/testimonial -->\n\n<!-- wp:uagb/testimonial {\"test_item_count\":1,\"classMigrate\":true,\"test_block\":[{\"description\":\"\\u0022Breaking away from city life and coming out to a most wonderful romantic weekend away.  The unit is so comfortable.  Thank you for your great hospitality - we had an awesome time here.  Go well - with love\\u0022​\",\"name\":\"\\u003cstrong\\u003e\\u003cstrong\\u003e\\u003cstrong\\u003eLiz \\u0026amp; Eddie\\u003c/strong\\u003e\\u003c/strong\\u003e\\u003c/strong\\u003e\",\"company\":\"\",\"image\":{\"id\":122,\"title\":\"testimonial4\",\"filename\":\"testimonial4.jpg\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/testimonial4.jpg\",\"link\":\"https://blueroan.netgen.cloud/testimonial4/\",\"alt\":\"\",\"author\":\"34\",\"description\":\"\",\"caption\":\"\",\"name\":\"testimonial4\",\"status\":\"inherit\",\"uploadedTo\":0,\"date\":\"2021-05-11T05:02:06.000Z\",\"modified\":\"2021-05-11T05:02:06.000Z\",\"menuOrder\":0,\"mime\":\"image/jpeg\",\"type\":\"image\",\"subtype\":\"jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/default.png\",\"dateFormatted\":\"May 11, 2021\",\"nonces\":{\"update\":\"4e34860add\",\"delete\":\"9e126a55cd\",\"edit\":\"33ffd3c040\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=122\\u0026action=edit\",\"meta\":false,\"authorName\":\"Rishabh\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/user-edit.php?user_id=34\",\"filesizeInBytes\":16584,\"filesizeHumanReadable\":\"16 KB\",\"context\":\"\",\"height\":250,\"width\":250,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/testimonial4-150x150.jpg\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/testimonial4.jpg\",\"height\":250,\"width\":250,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}}}],\"headingAlign\":\"left\",\"headingAlignTablet\":\"left\",\"headingAlignMobile\":\"left\",\"descColor\":\"var(\\u002d\\u002dast-global-color-3)\",\"nameFontSize\":14,\"nameLineHeight\":1,\"descFontSize\":16,\"descFontWeight\":\"600\",\"nameSpace\":1,\"block_id\":\"33ff9087\",\"iconImage\":{\"url\":\"\",\"alt\":\"InfoBox placeholder img\"},\"imageWidth\":32,\"columnGap\":1,\"borderStyle\":\"\",\"paddingTop\":0,\"paddingBottom\":0,\"paddingLeft\":0,\"paddingRight\":0,\"spacingLink\":true,\"imgpaddingTop\":0,\"imgpaddingRight\":15,\"imgpaddingBottom\":0,\"imgpaddingLeft\":0,\"overallBorderStyle\":\"none\",\"imgTagHeight\":32,\"imgTagWidth\":150} -->\n<div class=\"wp-block-uagb-testimonial uagb-slick-carousel uagb-tm__arrow-outside uagb-block-33ff9087 uagb-post__carousel_notset uagb-post__carousel_notset-tablet uagb-post__carousel_notset-mobile\"><div class=\"is-carousel uagb-tm__columns-1 uagb-tm__items\"><div class=\"uagb-testimonial__wrap  uagb-tm__imgicon-style-circle uagb-tm__image-position-bottom uagb-tm__bg-type-none \"><div class=\"uagb-tm__content\"><div class=\"uagb-tm__overlay\"></div><div class=\"uagb-tm__text-wrap\"><div class=\"uagb-tm__desc\">\"Breaking away from city life and coming out to a most wonderful romantic weekend away.  The unit is so comfortable.  Thank you for your great hospitality - we had an awesome time here.  Go well - with love\"​</div><div class=\"uagb-tm__meta-inner\"><div class=\"uagb-tm__image-content\"><div class=\"uagb-tm__image\"><img class=\"uagb-tm-img-src\" src=\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/testimonial4-150x150.jpg\" alt=\"\" width=\"32\" height=\"32\" loading=\"lazy\"/></div></div><div class=\"uagb-testimonial-details\"><span class=\"uagb-tm__author-name\"><strong><strong><strong>Liz &amp; Eddie</strong></strong></strong></span><span class=\"uagb-tm__company\"></span></div></div></div></div></div></div></div>\n<!-- /wp:uagb/testimonial --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"14e7e4e7\",\"widthDesktop\":50,\"variationSelected\":true,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-14e7e4e7\"><!-- wp:uagb/testimonial {\"test_item_count\":1,\"classMigrate\":true,\"test_block\":[{\"description\":\"\\u0022Judy, what a wonderful place you have here - we were so delighted to spend the weekend here, so tranquil, peaceful, and beautiful. You made us feel right at home. Definitely a place worth 5 stars! Go well.\\u0022​\",\"name\":\"\\u003cstrong\\u003e\\u003cstrong\\u003eBrian\\u003c/strong\\u003e\\u003c/strong\\u003e \\u003cstrong\\u003e\\u003cstrong\\u003e\\u003cstrong\\u003eand \\u003cstrong\\u003eMariska\\u003c/strong\\u003e\\u003c/strong\\u003e\\u003cbr\\u003e\\u003c/strong\\u003e\\u003c/strong\\u003e\",\"company\":\"\",\"image\":{\"id\":120,\"title\":\"testimonial2\",\"filename\":\"testimonial2.jpg\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/testimonial2.jpg\",\"link\":\"https://blueroan.netgen.cloud/testimonial2/\",\"alt\":\"\",\"author\":\"34\",\"description\":\"\",\"caption\":\"\",\"name\":\"testimonial2\",\"status\":\"inherit\",\"uploadedTo\":0,\"date\":\"2021-05-11T05:02:03.000Z\",\"modified\":\"2021-05-11T05:02:03.000Z\",\"menuOrder\":0,\"mime\":\"image/jpeg\",\"type\":\"image\",\"subtype\":\"jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/default.png\",\"dateFormatted\":\"May 11, 2021\",\"nonces\":{\"update\":\"1ee6412858\",\"delete\":\"4414a2ccbf\",\"edit\":\"bde7b1f490\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=120\\u0026action=edit\",\"meta\":false,\"authorName\":\"Rishabh\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/user-edit.php?user_id=34\",\"filesizeInBytes\":10087,\"filesizeHumanReadable\":\"10 KB\",\"context\":\"\",\"height\":250,\"width\":250,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/testimonial2-150x150.jpg\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/testimonial2.jpg\",\"height\":250,\"width\":250,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}}}],\"headingAlign\":\"left\",\"headingAlignTablet\":\"left\",\"headingAlignMobile\":\"left\",\"descColor\":\"var(\\u002d\\u002dast-global-color-3)\",\"nameFontSize\":14,\"nameLineHeight\":1,\"descFontSize\":16,\"descFontWeight\":\"600\",\"nameSpace\":1,\"block_id\":\"e0218e52\",\"iconImage\":{\"url\":\"\",\"alt\":\"InfoBox placeholder img\"},\"imageWidth\":32,\"columnGap\":1,\"borderStyle\":\"\",\"paddingTop\":0,\"paddingBottom\":0,\"paddingLeft\":0,\"paddingRight\":0,\"spacingLink\":true,\"imgpaddingTop\":0,\"imgpaddingRight\":15,\"imgpaddingBottom\":0,\"imgpaddingLeft\":0,\"overallBorderStyle\":\"none\",\"imgTagHeight\":32,\"imgTagWidth\":150} -->\n<div class=\"wp-block-uagb-testimonial uagb-slick-carousel uagb-tm__arrow-outside uagb-block-e0218e52 uagb-post__carousel_notset uagb-post__carousel_notset-tablet uagb-post__carousel_notset-mobile\"><div class=\"is-carousel uagb-tm__columns-1 uagb-tm__items\"><div class=\"uagb-testimonial__wrap  uagb-tm__imgicon-style-circle uagb-tm__image-position-bottom uagb-tm__bg-type-none \"><div class=\"uagb-tm__content\"><div class=\"uagb-tm__overlay\"></div><div class=\"uagb-tm__text-wrap\"><div class=\"uagb-tm__desc\">\"Judy, what a wonderful place you have here - we were so delighted to spend the weekend here, so tranquil, peaceful, and beautiful. You made us feel right at home. Definitely a place worth 5 stars! Go well.\"​</div><div class=\"uagb-tm__meta-inner\"><div class=\"uagb-tm__image-content\"><div class=\"uagb-tm__image\"><img class=\"uagb-tm-img-src\" src=\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/testimonial2-150x150.jpg\" alt=\"\" width=\"32\" height=\"32\" loading=\"lazy\"/></div></div><div class=\"uagb-testimonial-details\"><span class=\"uagb-tm__author-name\"><strong><strong>Brian</strong></strong> <strong><strong><strong>and <strong>Mariska</strong></strong><br></strong></strong></span><span class=\"uagb-tm__company\"></span></div></div></div></div></div></div></div>\n<!-- /wp:uagb/testimonial -->\n\n<!-- wp:uagb/testimonial {\"test_item_count\":1,\"classMigrate\":true,\"test_block\":[{\"description\":\"\\u0022Thank you for the most wonderful time, Judy!  This was the most peaceful and perfect place to get engaged!  We will most certainly be back!!!  Your hospitality cannot be topped!\\u0022​\",\"name\":\"\\u003cstrong\\u003e\\u003cstrong\\u003e\\u003cstrong\\u003e\\u003cstrong\\u003eBrett and Kelly\\u003c/strong\\u003e\\u003c/strong\\u003e\\u003c/strong\\u003e\\u003c/strong\\u003e\",\"company\":\"\",\"image\":{\"id\":121,\"title\":\"testimonial3\",\"filename\":\"testimonial3.jpg\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/testimonial3.jpg\",\"link\":\"https://blueroan.netgen.cloud/testimonial3/\",\"alt\":\"\",\"author\":\"34\",\"description\":\"\",\"caption\":\"\",\"name\":\"testimonial3\",\"status\":\"inherit\",\"uploadedTo\":0,\"date\":\"2021-05-11T05:02:05.000Z\",\"modified\":\"2021-05-11T05:02:05.000Z\",\"menuOrder\":0,\"mime\":\"image/jpeg\",\"type\":\"image\",\"subtype\":\"jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/default.png\",\"dateFormatted\":\"May 11, 2021\",\"nonces\":{\"update\":\"290653da5d\",\"delete\":\"90a4fb2d63\",\"edit\":\"ff8a64e56e\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=121\\u0026action=edit\",\"meta\":false,\"authorName\":\"Rishabh\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/user-edit.php?user_id=34\",\"filesizeInBytes\":8748,\"filesizeHumanReadable\":\"9 KB\",\"context\":\"\",\"height\":250,\"width\":250,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/testimonial3-150x150.jpg\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/testimonial3.jpg\",\"height\":250,\"width\":250,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}}}],\"headingAlign\":\"left\",\"headingAlignTablet\":\"left\",\"headingAlignMobile\":\"left\",\"descColor\":\"var(\\u002d\\u002dast-global-color-3)\",\"nameFontSize\":14,\"nameLineHeight\":1,\"descFontSize\":16,\"descFontWeight\":\"600\",\"nameSpace\":1,\"block_id\":\"541b7484\",\"iconImage\":{\"url\":\"\",\"alt\":\"InfoBox placeholder img\"},\"imageWidth\":32,\"columnGap\":1,\"borderStyle\":\"\",\"paddingTop\":0,\"paddingBottom\":0,\"paddingLeft\":0,\"paddingRight\":0,\"spacingLink\":true,\"imgpaddingTop\":0,\"imgpaddingRight\":15,\"imgpaddingBottom\":0,\"imgpaddingLeft\":0,\"overallBorderStyle\":\"none\",\"imgTagHeight\":32,\"imgTagWidth\":150} -->\n<div class=\"wp-block-uagb-testimonial uagb-slick-carousel uagb-tm__arrow-outside uagb-block-541b7484 uagb-post__carousel_notset uagb-post__carousel_notset-tablet uagb-post__carousel_notset-mobile\"><div class=\"is-carousel uagb-tm__columns-1 uagb-tm__items\"><div class=\"uagb-testimonial__wrap  uagb-tm__imgicon-style-circle uagb-tm__image-position-bottom uagb-tm__bg-type-none \"><div class=\"uagb-tm__content\"><div class=\"uagb-tm__overlay\"></div><div class=\"uagb-tm__text-wrap\"><div class=\"uagb-tm__desc\">\"Thank you for the most wonderful time, Judy!  This was the most peaceful and perfect place to get engaged!  We will most certainly be back!!!  Your hospitality cannot be topped!\"​</div><div class=\"uagb-tm__meta-inner\"><div class=\"uagb-tm__image-content\"><div class=\"uagb-tm__image\"><img class=\"uagb-tm-img-src\" src=\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/testimonial3-150x150.jpg\" alt=\"\" width=\"32\" height=\"32\" loading=\"lazy\"/></div></div><div class=\"uagb-testimonial-details\"><span class=\"uagb-tm__author-name\"><strong><strong><strong><strong>Brett and Kelly</strong></strong></strong></strong></span><span class=\"uagb-tm__company\"></span></div></div></div></div></div></div></div>\n<!-- /wp:uagb/testimonial --></div>\n<!-- /wp:uagb/container --></div>\n<!-- /wp:uagb/container --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"2f60ad82\",\"innerContentCustomWidthDesktop\":781,\"innerContentCustomWidthTablet\":781,\"backgroundType\":\"image\",\"backgroundImageDesktop\":{\"id\":809,\"title\":\"26759994757_767d9794fd_b\",\"filename\":\"26759994757_767d9794fd_b.jpg\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/26759994757_767d9794fd_b.jpg\",\"link\":\"https://blueroan.netgen.cloud/?attachment_id=809\",\"alt\":\"\",\"author\":\"2\",\"description\":\"\",\"caption\":\"\",\"name\":\"26759994757_767d9794fd_b\",\"status\":\"inherit\",\"uploadedTo\":805,\"date\":\"2022-12-13T09:51:53.000Z\",\"modified\":\"2022-12-13T09:51:53.000Z\",\"menuOrder\":0,\"mime\":\"image/jpeg\",\"type\":\"image\",\"subtype\":\"jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-includes/images/media/default.png\",\"dateFormatted\":\"December 13, 2022\",\"nonces\":{\"update\":\"39b5c0eef1\",\"delete\":\"fde92abd83\",\"edit\":\"3923face9e\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=809\\u0026action=edit\",\"meta\":false,\"authorName\":\"Netgen Support\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/profile.php\",\"uploadedToTitle\":\"Magaliesburg\",\"uploadedToLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=805\\u0026action=edit\",\"filesizeInBytes\":143610,\"filesizeHumanReadable\":\"140 KB\",\"context\":\"\",\"height\":683,\"width\":1024,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/26759994757_767d9794fd_b-150x150.jpg\",\"orientation\":\"landscape\"},\"medium\":{\"height\":200,\"width\":300,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/26759994757_767d9794fd_b-300x200.jpg\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/26759994757_767d9794fd_b.jpg\",\"height\":683,\"width\":1024,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"backgroundImageColor\":\"rgba(42,42,42,0.65)\",\"topPaddingDesktop\":144,\"bottomPaddingDesktop\":144,\"leftPaddingDesktop\":40,\"rightPaddingDesktop\":40,\"topPaddingTablet\":80,\"bottomPaddingTablet\":80,\"leftPaddingTablet\":40,\"rightPaddingTablet\":40,\"topPaddingMobile\":64,\"bottomPaddingMobile\":64,\"leftPaddingMobile\":24,\"rightPaddingMobile\":24,\"paddingLink\":false,\"variationSelected\":true,\"isBlockRootParent\":true,\"overlayType\":\"color\"} -->\n<div class=\"wp-block-uagb-container uagb-block-2f60ad82 alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/advanced-heading {\"block_id\":\"226e29da\",\"classMigrate\":true,\"headingDescToggle\":true,\"headingAlign\":\"center\",\"headingColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"subHeadingColor\":\"var(\\u002d\\u002dast-global-color-4)\",\"headSpace\":20} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-226e29da\"><h2 class=\"uagb-heading-text\">Plan an Unforgettable Experience at <br>Blue Roan!</h2><p class=\"uagb-desc-text\">Blue Roan is a 3-star graded pet-friendly venue</p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/advanced-heading {\"block_id\":\"66b9987e\",\"classMigrate\":true,\"headingTitleToggle\":false,\"headingDescToggle\":true,\"headingAlign\":\"center\",\"subHeadingColor\":\"var(\\u002d\\u002dast-global-color-4)\",\"subHeadTransform\":\"uppercase\",\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"subHeadLetterSpacing\":2,\"blockTopPadding\":60,\"blockRightPadding\":0,\"blockLeftPadding\":0,\"blockBottomPadding\":0,\"blockTopPaddingMobile\":30,\"blockRightPaddingMobile\":0,\"blockLeftPaddingMobile\":0,\"blockBottomPaddingMobile\":0,\"linkColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"linkHColor\":\"var(\\u002d\\u002dast-global-color-0)\"} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-66b9987e\"><p class=\"uagb-desc-text\"><a href=\"https://book.nightsbridge.com/11065\" target=\"_blank\" rel=\"noreferrer noopener\">BOOK YOUR STAY NOW​</a></p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/icon-list {\"block_id\":\"113d1ef6\",\"classMigrate\":true,\"childMigrate\":true,\"align\":\"center\",\"parentIcon\":\"phone\",\"size\":40,\"sizeMobile\":24,\"sizeTablet\":32,\"fontSize\":48,\"fontSizeMobile\":28,\"fontSizeTablet\":40,\"fontWeight\":\"600\",\"iconColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"labelColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"blockTopPadding\":0,\"blockRightPadding\":0,\"blockLeftPadding\":0,\"blockBottomPadding\":24,\"blockPaddingLink\":false} -->\n<div class=\"wp-block-uagb-icon-list uagb-block-113d1ef6\"><div class=\"uagb-icon-list__wrap\"><!-- wp:uagb/icon-list-child {\"block_id\":\"a137da1d\",\"label\":\" + 27 (0) 82 575 5409\",\"label_color\":\"\",\"link\":\"tel:+27825755409\",\"disableLink\":true,\"fromParentIcon\":\"phone\",\"imageSizeChild\":40} -->\n<div class=\"wp-block-uagb-icon-list-child uagb-block-a137da1d\"><a target=\"_self\" aria-label=\" + 27 (0) 82 575 5409\" rel=\"noopener noreferrer\" href=\"tel:+27825755409\"> </a><span class=\"uagb-icon-list__source-wrap\"><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M511.2 387l-23.25 100.8c-3.266 14.25-15.79 24.22-30.46 24.22C205.2 512 0 306.8 0 54.5c0-14.66 9.969-27.2 24.22-30.45l100.8-23.25C139.7-2.602 154.7 5.018 160.8 18.92l46.52 108.5c5.438 12.78 1.77 27.67-8.98 36.45L144.5 207.1c33.98 69.22 90.26 125.5 159.5 159.5l44.08-53.8c8.688-10.78 23.69-14.51 36.47-8.975l108.5 46.51C506.1 357.2 514.6 372.4 511.2 387z\"></path></svg></span><span class=\"uagb-icon-list__label\"> + 27 (0) 82 575 5409</span></div>\n<!-- /wp:uagb/icon-list-child -->\n\n<!-- wp:uagb/icon-list-child {\"block_id\":\"96f5d59d\",\"label\":\"blueroan@ugo.co.za\",\"icon\":\"envelope\",\"label_color\":\"\",\"link\":\"mailto:blueroan@ugo.co.za\",\"disableLink\":true,\"fromParentIcon\":\"phone\",\"imageSizeChild\":40} -->\n<div class=\"wp-block-uagb-icon-list-child uagb-block-96f5d59d\"><a target=\"_self\" aria-label=\"blueroan@ugo.co.za\" rel=\"noopener noreferrer\" href=\"mailto:blueroan@ugo.co.za\"> </a><span class=\"uagb-icon-list__source-wrap\"><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M464 64C490.5 64 512 85.49 512 112C512 127.1 504.9 141.3 492.8 150.4L275.2 313.6C263.8 322.1 248.2 322.1 236.8 313.6L19.2 150.4C7.113 141.3 0 127.1 0 112C0 85.49 21.49 64 48 64H464zM217.6 339.2C240.4 356.3 271.6 356.3 294.4 339.2L512 176V384C512 419.3 483.3 448 448 448H64C28.65 448 0 419.3 0 384V176L217.6 339.2z\"></path></svg></span><span class=\"uagb-icon-list__label\">blueroan@ugo.co.za</span></div>\n<!-- /wp:uagb/icon-list-child --></div></div>\n<!-- /wp:uagb/icon-list --></div></div>\n<!-- /wp:uagb/container -->',	'Home',	'',	'inherit',	'closed',	'closed',	'',	'760-revision-v1',	'',	'',	'2022-12-21 11:17:37',	'2022-12-21 11:17:37',	'',	760,	'https://blueroan.netgen.cloud/?p=1381',	0,	'revision',	'',	0),
(1382,	2,	'2022-12-21 11:19:32',	'2022-12-21 11:19:32',	'<!-- wp:uagb/container {\"block_id\":\"0d585283\",\"minHeightDesktop\":95,\"minHeightTablet\":70,\"minHeightMobile\":80,\"minHeightType\":\"vh\",\"alignItemsDesktop\":\"flex-start\",\"backgroundType\":\"image\",\"backgroundImageDesktop\":{\"uploading\":false,\"date\":1670921854000,\"filename\":\"Blue-Roan-pool.jpg\",\"menuOrder\":0,\"uploadedTo\":760,\"type\":\"image\",\"subtype\":\"jpeg\",\"id\":784,\"title\":\"Blue Roan - pool\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Blue-Roan-pool.jpg\",\"link\":\"https://blueroan.netgen.cloud/home/blue-roan-pool/\",\"alt\":\"\",\"author\":\"2\",\"description\":\"\",\"caption\":\"\",\"name\":\"blue-roan-pool\",\"status\":\"inherit\",\"modified\":1670921854000,\"mime\":\"image/jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-includes/images/media/default.png\",\"dateFormatted\":\"December 13, 2022\",\"nonces\":{\"update\":\"51a12ed09e\",\"delete\":\"5174068551\",\"edit\":\"1de0721407\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=784\\u0026action=edit\",\"meta\":false,\"authorName\":\"Netgen Support\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/profile.php\",\"uploadedToTitle\":\"Home\",\"uploadedToLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=760\\u0026action=edit\",\"filesizeInBytes\":154801,\"filesizeHumanReadable\":\"151 KB\",\"context\":\"\",\"height\":667,\"width\":1000,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Blue-Roan-pool-150x150.jpg\",\"orientation\":\"landscape\"},\"medium\":{\"height\":200,\"width\":300,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Blue-Roan-pool-300x200.jpg\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Blue-Roan-pool.jpg\",\"height\":667,\"width\":1000,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"backgroundPositionDesktop\":{\"x\":0.5,\"y\":0.25},\"backgroundImageColor\":\"rgba(42,42,42,0.35)\",\"topPaddingDesktop\":0,\"bottomPaddingDesktop\":0,\"leftPaddingDesktop\":40,\"rightPaddingDesktop\":40,\"topPaddingTablet\":120,\"bottomPaddingTablet\":120,\"leftPaddingTablet\":40,\"rightPaddingTablet\":40,\"topPaddingMobile\":150,\"bottomPaddingMobile\":150,\"leftPaddingMobile\":20,\"rightPaddingMobile\":20,\"paddingLink\":false,\"variationSelected\":true,\"isBlockRootParent\":true,\"overlayType\":\"color\",\"minHeightTypeTablet\":\"vh\",\"minHeightTypeMobile\":\"vh\"} -->\n<div class=\"wp-block-uagb-container uagb-block-0d585283 alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:group {\"layout\":{\"type\":\"constrained\",\"justifyContent\":\"left\"}} -->\n<div class=\"wp-block-group\"><!-- wp:uagb/info-box {\"classMigrate\":true,\"headingAlign\":\"left\",\"headingColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"subHeadingColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"headingTag\":\"h1\",\"subHeadFontSize\":17,\"subHeadFontSizeMobile\":15,\"headSpace\":20,\"subHeadSpace\":40,\"block_id\":\"37483174\",\"ctaIcon\":\"\",\"ctaType\":\"button\",\"ctaText\":\"Book Your Stay Now\",\"ctaLink\":\"https://book.nightsbridge.com/11065\",\"ctaBtnLinkColor\":\"var(\\u002d\\u002dast-global-color-2)\",\"ctaLinkHoverColor\":\"var(\\u002d\\u002dast-global-color-2)\",\"ctaBgColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"ctaBgHoverColor\":\"var(\\u002d\\u002dast-global-color-4)\",\"ctaBorderColor\":\"\",\"ctaBorderStyle\":\"\",\"ctaBorderWidth\":\"\",\"ctaBorderRadius\":\"\",\"iconImage\":{\"url\":\"\",\"alt\":\"InfoBox placeholder img\"},\"showIcon\":false,\"paddingBtnTop\":18,\"paddingBtnBottom\":18,\"paddingBtnLeft\":34,\"paddingBtnRight\":34,\"blockTopPadding\":5,\"blockRightPadding\":40,\"blockLeftPadding\":0,\"blockBottomPadding\":0,\"blockTopPaddingTablet\":0,\"blockRightPaddingTablet\":64,\"blockLeftPaddingTablet\":0,\"blockBottomPaddingTablet\":0,\"blockTopPaddingMobile\":0,\"blockRightPaddingMobile\":0,\"blockLeftPaddingMobile\":0,\"blockBottomPaddingMobile\":0,\"blockPaddingUnit\":\"%\",\"blockPaddingLink\":false,\"subHeadMarginTopTablet\":0,\"subHeadMarginRightTablet\":64,\"subHeadTabletSpace\":40,\"subHeadMarginLeftTablet\":0,\"subHeadMarginTopMobile\":0,\"subHeadMarginRightMobile\":0,\"subHeadMobileSpace\":40,\"subHeadMarginLeftMobile\":0,\"btnBorderTopWidth\":1,\"btnBorderLeftWidth\":1,\"btnBorderRightWidth\":1,\"btnBorderBottomWidth\":1,\"btnBorderTopLeftRadius\":0,\"btnBorderTopRightRadius\":0,\"btnBorderBottomLeftRadius\":0,\"btnBorderBottomRightRadius\":0,\"btnBorderStyle\":\"none\",\"btnBorderColor\":\"#333\",\"zIndex\":null} -->\n<div class=\"wp-block-uagb-info-box uagb-block-37483174 uagb-infobox__content-wrap  uagb-infobox-icon-above-title uagb-infobox-image-valign-top\"><div class=\"uagb-ifb-content\"><div class=\"uagb-ifb-title-wrap\"><h1 class=\"uagb-ifb-title\"><strong>Magaliesburg pet friendly self-catering accommodation</strong></h1></div><p class=\"uagb-ifb-desc\">Romantic pet-friendly self-catering accommodation in Magaliesburg, Gauteng.</p><div class=\"uagb-ifb-button-wrapper wp-block-button\"><a href=\"https://book.nightsbridge.com/11065\" class=\"uagb-infobox-cta-link wp-block-button__link\" target=\"_self\" rel=\"noopener noreferrer\" alt=\"\"><span class=\"uagb-inline-editing\">Book Your Stay Now</span></a></div></div></div>\n<!-- /wp:uagb/info-box --></div>\n<!-- /wp:group -->\n\n<!-- wp:buttons {\"layout\":{\"type\":\"flex\",\"justifyContent\":\"left\",\"orientation\":\"horizontal\"}} -->\n<div class=\"wp-block-buttons\"><!-- wp:button {\"backgroundColor\":\"ast-global-color-5\",\"textColor\":\"ast-global-color-2\",\"width\":25,\"style\":{\"spacing\":{\"padding\":{\"top\":\"var:preset|spacing|50\",\"right\":\"var:preset|spacing|30\",\"bottom\":\"var:preset|spacing|50\",\"left\":\"var:preset|spacing|30\"}}},\"className\":\"is-style-fill\"} -->\n<div class=\"wp-block-button has-custom-width wp-block-button__width-25 is-style-fill\"><a class=\"wp-block-button__link has-ast-global-color-2-color has-ast-global-color-5-background-color has-text-color has-background wp-element-button\" href=\"\" style=\"padding-top:var(--wp--preset--spacing--50);padding-right:var(--wp--preset--spacing--30);padding-bottom:var(--wp--preset--spacing--50);padding-left:var(--wp--preset--spacing--30)\" target=\"_blank\" rel=\"https://book.nightsbridge.com/11065 noopener\">Check availability</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"35d732cc\",\"directionDesktop\":\"row\",\"directionMobile\":\"column-reverse\",\"alignItemsDesktop\":\"flex-start\",\"backgroundType\":\"color\",\"backgroundSizeTablet\":\"cover\",\"backgroundSizeMobile\":\"cover\",\"backgroundColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"topPaddingDesktop\":60,\"bottomPaddingDesktop\":60,\"topPaddingTablet\":80,\"bottomPaddingTablet\":80,\"leftPaddingTablet\":40,\"rightPaddingTablet\":40,\"topPaddingMobile\":64,\"bottomPaddingMobile\":64,\"leftPaddingMobile\":24,\"rightPaddingMobile\":24,\"paddingLink\":false,\"variationSelected\":true,\"columnGapDesktop\":60,\"columnGapTablet\":50,\"isBlockRootParent\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-35d732cc alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/container {\"block_id\":\"89dec69c\",\"widthDesktop\":50,\"variationSelected\":true,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-89dec69c\"><!-- wp:image {\"id\":797,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-13.jpg\" alt=\"\" class=\"wp-image-797\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>We have 7 lovely brick&nbsp;<strong>self-catering</strong>&nbsp;units, each one private and with its own character and theme. &nbsp;They are designed exclusively for couples with or without pets wanting a romantic and peaceful place to connect, re-connect, celebrate special occasions, or somewhere quiet and comfortable to come for a holiday</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:buttons -->\n<div class=\"wp-block-buttons\"><!-- wp:button -->\n<div class=\"wp-block-button\"><a class=\"wp-block-button__link wp-element-button\" href=\"/accommodation/\">View accomodation</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"01ffe196\",\"widthDesktop\":50,\"leftPaddingDesktop\":0,\"paddingLink\":false,\"variationSelected\":true,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-01ffe196\"><!-- wp:uagb/advanced-heading {\"block_id\":\"aab7aba4\",\"classMigrate\":true,\"headingDescToggle\":true,\"subHeadingColor\":\"\",\"headSpace\":20,\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-aab7aba4\"><h2 class=\"uagb-heading-text\"><strong>Blue Roan is a 3-star graded pet-friendly venue</strong></h2><p class=\"uagb-desc-text\">Our goal is to provide high-quality, romantic, comfortable, and affordable self-catering accommodation on the outskirts of the village of &nbsp;Magaliesburg. &nbsp;For animal lovers, we are also&nbsp;pet-friendly&nbsp;by arrangement in most of the units all of which have their own fully fenced and gated private grassy gardens.</p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/image {\"block_id\":\"b364d0d4\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/hammock-in-the-garden.jpg\",\"align\":\"left\",\"id\":799,\"linkDestination\":\"none\",\"naturalWidth\":600,\"naturalHeight\":400,\"sizeSlug\":\"full\",\"sizeSlugTablet\":\"full\",\"sizeSlugMobile\":\"full\",\"imageTopMargin\":20,\"imageRightMargin\":0,\"imageLeftMargin\":0,\"imageBottomMargin\":0,\"imageTopMarginMobile\":0,\"imageRightMarginMobile\":0,\"imageLeftMarginMobile\":0,\"imageBottomMarginMobile\":0,\"imageMarginLink\":false} -->\n<div class=\"wp-block-uagb-image uagb-block-b364d0d4 wp-block-uagb-image--layout-default wp-block-uagb-image--effect-static wp-block-uagb-image--align-left\"><figure class=\"wp-block-uagb-image__figure\"><img srcset=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/hammock-in-the-garden.jpg \" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/hammock-in-the-garden.jpg\" alt=\"\" class=\"uag-image-799\" width=\"\" height=\"\" title=\"\" loading=\"lazy\"/></figure></div>\n<!-- /wp:uagb/image --></div>\n<!-- /wp:uagb/container --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"94de5b4c\",\"directionDesktop\":\"row\",\"directionMobile\":\"column-reverse\",\"alignItemsDesktop\":\"flex-start\",\"backgroundType\":\"color\",\"backgroundSizeTablet\":\"cover\",\"backgroundSizeMobile\":\"cover\",\"backgroundColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"topPaddingDesktop\":0,\"bottomPaddingDesktop\":0,\"topPaddingTablet\":80,\"bottomPaddingTablet\":80,\"leftPaddingTablet\":40,\"rightPaddingTablet\":40,\"topPaddingMobile\":64,\"bottomPaddingMobile\":64,\"leftPaddingMobile\":24,\"rightPaddingMobile\":24,\"paddingLink\":false,\"variationSelected\":true,\"rowGapDesktop\":0,\"columnGapDesktop\":0,\"columnGapTablet\":50,\"isBlockRootParent\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-94de5b4c alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:image {\"align\":\"center\",\"id\":1344,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image aligncenter size-large\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/tgcsa-full-3-stars-1024x366.jpg\" alt=\"\" class=\"wp-image-1344\"/></figure>\n<!-- /wp:image --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"5c44e508\",\"backgroundType\":\"color\",\"backgroundSizeTablet\":\"cover\",\"backgroundSizeMobile\":\"cover\",\"backgroundColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"topPaddingDesktop\":50,\"bottomPaddingDesktop\":100,\"topPaddingTablet\":50,\"bottomPaddingTablet\":25,\"leftPaddingTablet\":20,\"rightPaddingTablet\":20,\"topPaddingMobile\":50,\"bottomPaddingMobile\":20,\"leftPaddingMobile\":20,\"rightPaddingMobile\":20,\"paddingLink\":false,\"variationSelected\":true,\"rowGapDesktop\":0,\"isBlockRootParent\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-5c44e508 alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/container {\"block_id\":\"f49bb2f0\",\"directionDesktop\":\"row\",\"alignItemsDesktop\":\"flex-end\",\"alignItemsTablet\":\"flex-end\",\"justifyContentDesktop\":\"flex-end\",\"justifyContentTablet\":\"space-between\",\"variationSelected\":true,\"rowGapMobile\":30,\"columnGapDesktop\":0} -->\n<div class=\"wp-block-uagb-container uagb-block-f49bb2f0\"><!-- wp:uagb/advanced-heading {\"block_id\":\"b00c2c0f\",\"classMigrate\":true,\"headingDescToggle\":true,\"subHeadingColor\":\"\",\"headSpace\":20,\"subHeadFontSize\":16} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-b00c2c0f\"><h2 class=\"uagb-heading-text\">Amenities &amp; Interests ​</h2><p class=\"uagb-desc-text\">The Blue Roan Country Lodge is situated just 5 minutes from the village of Magaliesburg on a tar road so easy access for all cars. &nbsp;We have panoramic views of the Magaliesberg mountain range and our farm is the perfect place for a relaxing getaway in the country. &nbsp;As we are only 70 km from JHB and Pretoria, it is only an hour’s drive.</p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/buttons {\"block_id\":\"99b351c7\",\"classMigrate\":true,\"childMigrate\":true,\"align\":\"right\",\"alignTablet\":\"right\",\"alignMobile\":\"left\",\"gap\":0} -->\n<div class=\"wp-block-uagb-buttons uagb-buttons__outer-wrap uagb-btn__default-btn uagb-btn-tablet__default-btn uagb-btn-mobile__default-btn uagb-block-99b351c7\"><div class=\"uagb-buttons__wrap uagb-buttons-layout-wrap\"><!-- wp:uagb/buttons-child {\"block_id\":\"8b121466\",\"label\":\"View All\",\"link\":\"/amenities/\",\"hColor\":\"\",\"borderWidth\":\"\",\"borderRadius\":\"\",\"borderStyle\":\"\",\"borderColor\":\"\",\"borderHColor\":\"\",\"btnBorderTopWidth\":1,\"btnBorderLeftWidth\":1,\"btnBorderRightWidth\":1,\"btnBorderBottomWidth\":1,\"btnBorderTopLeftRadius\":2,\"btnBorderTopRightRadius\":2,\"btnBorderBottomLeftRadius\":2,\"btnBorderBottomRightRadius\":2,\"btnBorderStyle\":\"solid\",\"btnBorderColor\":\"#333\",\"btnBorderHColor\":\"#333\"} -->\n<div class=\"wp-block-uagb-buttons-child uagb-buttons__outer-wrap uagb-block-8b121466 wp-block-button is-style-outline\"><div class=\"uagb-button__wrapper\"><a class=\"uagb-buttons-repeater wp-block-button__link\" href=\"/amenities/\" rel=\"follow noopener\" target=\"_self\"><div class=\"uagb-button__link\">View All</div></a></div></div>\n<!-- /wp:uagb/buttons-child --></div></div>\n<!-- /wp:uagb/buttons --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"74751ec1\",\"directionDesktop\":\"row\",\"alignItemsTablet\":\"flex-start\",\"paddingLink\":false,\"topMarginDesktop\":50,\"bottomMarginDesktop\":20,\"leftMarginDesktop\":0,\"rightMarginDesktop\":0,\"marginLink\":false,\"variationSelected\":true,\"rowGapMobile\":65,\"columnGapDesktop\":48,\"columnGapTablet\":20} -->\n<div class=\"wp-block-uagb-container uagb-block-74751ec1\"><!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"align\":\"center\",\"id\":828,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image aligncenter size-full\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Blue-Roan-pool.png\" alt=\"Blue Roan\'s rock pool\" class=\"wp-image-828\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>A relaxing rock Pool​</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>We have a lovely sparkling blue rock pool next to a thatched Lapa. &nbsp;&nbsp;Lie on recliners on the green lawn or sit on the swing chair in the Lapa and enjoy the panoramic view of the Magaliesberg mountain range.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":829,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/img-20160605-wa0002-largejpg.png\" alt=\"\" class=\"wp-image-829\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>Braai facilities </h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>What can compare to a burning fire under the star-lit African sky? Nothing beats the flavor of cooking over an open flame.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":1354,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Games-Room.png\" alt=\"\" class=\"wp-image-1354\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>A games room </h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>The reception is also a games room for those who enjoy darts or playing pool. &nbsp;Take a selection of DVDs back to your room and watch movies on your own DVD player. &nbsp;There is also a selection of board games and music CDs that you can borrow.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div>\n<!-- /wp:uagb/container --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"f3c0bdbf\",\"backgroundType\":\"color\",\"backgroundSizeTablet\":\"cover\",\"backgroundSizeMobile\":\"cover\",\"backgroundColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"bottomPaddingDesktop\":104,\"leftPaddingDesktop\":40,\"rightPaddingDesktop\":40,\"topPaddingTablet\":80,\"bottomPaddingTablet\":80,\"leftPaddingTablet\":40,\"rightPaddingTablet\":40,\"topPaddingMobile\":64,\"bottomPaddingMobile\":64,\"leftPaddingMobile\":24,\"rightPaddingMobile\":24,\"paddingLink\":false,\"variationSelected\":true,\"rowGapDesktop\":0,\"isBlockRootParent\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-f3c0bdbf alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/advanced-heading {\"block_id\":\"ac92718f\",\"classMigrate\":true,\"headingDescToggle\":true,\"headingAlign\":\"center\",\"headingAlignMobile\":\"left\",\"subHeadingColor\":\"\",\"headSpace\":20,\"subHeadFontSize\":16,\"blockBottomPadding\":20} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-ac92718f\"><h2 class=\"uagb-heading-text\">Our Inside Pictures​</h2><p class=\"uagb-desc-text\">Take a look at some pretty pictures captured in and around our premises.</p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/container {\"block_id\":\"7924f026\",\"directionDesktop\":\"row\",\"alignItemsDesktop\":\"flex-start\",\"topMarginDesktop\":20,\"bottomMarginDesktop\":0,\"leftMarginDesktop\":0,\"rightMarginDesktop\":0,\"marginLink\":false,\"variationSelected\":true,\"rowGapMobile\":24,\"columnGapDesktop\":24,\"columnGapTablet\":20} -->\n<div class=\"wp-block-uagb-container uagb-block-7924f026\"><!-- wp:uagb/container {\"block_id\":\"05fee2ce\",\"widthDesktop\":32,\"variationSelected\":true,\"rowGapDesktop\":24,\"rowGapTablet\":20,\"rowGapMobile\":24,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-05fee2ce\"><!-- wp:uagb/image {\"block_id\":\"bd81c9c9\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/red-rose-1024x683.jpg\",\"id\":834,\"linkDestination\":\"none\",\"width\":385,\"height\":284,\"naturalWidth\":1024,\"naturalHeight\":683,\"sizeSlug\":\"large\",\"sizeSlugTablet\":\"large\",\"sizeSlugMobile\":\"large\",\"customHeightSetDesktop\":true} -->\n<div class=\"wp-block-uagb-image uagb-block-bd81c9c9 wp-block-uagb-image--layout-default wp-block-uagb-image--effect-static wp-block-uagb-image--align-none\"><figure class=\"wp-block-uagb-image__figure\"><img srcset=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/red-rose-1024x683.jpg \" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/red-rose-1024x683.jpg\" alt=\"\" class=\"uag-image-834\" width=\"385\" height=\"284\" title=\"\" loading=\"lazy\"/></figure></div>\n<!-- /wp:uagb/image -->\n\n<!-- wp:uagb/image {\"block_id\":\"e39b6738\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/49g.jpg\",\"id\":838,\"linkDestination\":\"none\",\"width\":385,\"height\":284,\"naturalWidth\":650,\"naturalHeight\":450,\"sizeSlug\":\"full\",\"sizeSlugTablet\":\"full\",\"sizeSlugMobile\":\"full\",\"customHeightSetDesktop\":true} -->\n<div class=\"wp-block-uagb-image uagb-block-e39b6738 wp-block-uagb-image--layout-default wp-block-uagb-image--effect-static wp-block-uagb-image--align-none\"><figure class=\"wp-block-uagb-image__figure\"><img srcset=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/49g.jpg \" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/49g.jpg\" alt=\"\" class=\"uag-image-838\" width=\"385\" height=\"284\" title=\"\" loading=\"lazy\"/></figure></div>\n<!-- /wp:uagb/image --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"c05e2ece\",\"widthDesktop\":67,\"variationSelected\":true,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-c05e2ece\"><!-- wp:uagb/image {\"block_id\":\"81fa5c7c\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAA39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba-1-1024x768.png\",\"id\":905,\"linkDestination\":\"none\",\"naturalWidth\":1024,\"naturalHeight\":768,\"sizeSlug\":\"large\",\"sizeSlugTablet\":\"large\",\"sizeSlugMobile\":\"large\"} -->\n<div class=\"wp-block-uagb-image uagb-block-81fa5c7c wp-block-uagb-image--layout-default wp-block-uagb-image--effect-static wp-block-uagb-image--align-none\"><figure class=\"wp-block-uagb-image__figure\"><img srcset=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAA39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba-1-1024x768.png \" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAA39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba-1-1024x768.png\" alt=\"\" class=\"uag-image-905\" width=\"\" height=\"\" title=\"\" loading=\"lazy\"/></figure></div>\n<!-- /wp:uagb/image --></div>\n<!-- /wp:uagb/container --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"bf504662\",\"directionDesktop\":\"row\",\"alignItemsDesktop\":\"flex-start\",\"topMarginDesktop\":24,\"bottomMarginDesktop\":0,\"leftMarginDesktop\":0,\"rightMarginDesktop\":0,\"topMarginTablet\":20,\"bottomMarginTablet\":0,\"leftMarginTablet\":0,\"rightMarginTablet\":0,\"topMarginMobile\":24,\"bottomMarginMobile\":0,\"leftMarginMobile\":0,\"rightMarginMobile\":0,\"marginLink\":false,\"variationSelected\":true,\"columnGapDesktop\":24,\"columnGapTablet\":20} -->\n<div class=\"wp-block-uagb-container uagb-block-bf504662\"><!-- wp:uagb/container {\"block_id\":\"5f829143\",\"widthDesktop\":67,\"variationSelected\":true,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-5f829143\"><!-- wp:image {\"id\":837,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-8-1024x678.jpg\" alt=\"\" class=\"wp-image-837\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"f1e725b0\",\"widthDesktop\":32,\"variationSelected\":true,\"rowGapDesktop\":24,\"rowGapTablet\":20,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-f1e725b0\"><!-- wp:uagb/image {\"block_id\":\"a830601b\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Blue-roan-pool-01.jpg\",\"id\":782,\"linkDestination\":\"none\",\"width\":385,\"height\":250,\"naturalWidth\":800,\"naturalHeight\":534,\"sizeSlug\":\"full\",\"sizeSlugTablet\":\"full\",\"sizeSlugMobile\":\"full\",\"customHeightSetDesktop\":true} -->\n<div class=\"wp-block-uagb-image uagb-block-a830601b wp-block-uagb-image--layout-default wp-block-uagb-image--effect-static wp-block-uagb-image--align-none\"><figure class=\"wp-block-uagb-image__figure\"><img srcset=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Blue-roan-pool-01.jpg \" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Blue-roan-pool-01.jpg\" alt=\"\" class=\"uag-image-782\" width=\"385\" height=\"250\" title=\"\" loading=\"lazy\"/></figure></div>\n<!-- /wp:uagb/image -->\n\n<!-- wp:uagb/image {\"block_id\":\"150353b2\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/bird-1024x683.jpg\",\"id\":910,\"linkDestination\":\"none\",\"width\":385,\"height\":250,\"naturalWidth\":1024,\"naturalHeight\":683,\"sizeSlug\":\"large\",\"sizeSlugTablet\":\"large\",\"sizeSlugMobile\":\"large\",\"customHeightSetDesktop\":true} -->\n<div class=\"wp-block-uagb-image uagb-block-150353b2 wp-block-uagb-image--layout-default wp-block-uagb-image--effect-static wp-block-uagb-image--align-none\"><figure class=\"wp-block-uagb-image__figure\"><img srcset=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/bird-1024x683.jpg \" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/bird-1024x683.jpg\" alt=\"\" class=\"uag-image-910\" width=\"385\" height=\"250\" title=\"\" loading=\"lazy\"/></figure></div>\n<!-- /wp:uagb/image --></div>\n<!-- /wp:uagb/container --></div>\n<!-- /wp:uagb/container --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"3412c19f\",\"backgroundType\":\"color\",\"backgroundSizeTablet\":\"cover\",\"backgroundSizeMobile\":\"cover\",\"backgroundColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"topPaddingDesktop\":40,\"bottomPaddingDesktop\":104,\"leftPaddingDesktop\":40,\"rightPaddingDesktop\":40,\"topPaddingTablet\":80,\"bottomPaddingTablet\":80,\"leftPaddingTablet\":40,\"rightPaddingTablet\":40,\"topPaddingMobile\":64,\"bottomPaddingMobile\":64,\"leftPaddingMobile\":24,\"rightPaddingMobile\":24,\"paddingLink\":false,\"variationSelected\":true,\"rowGapDesktop\":0,\"isBlockRootParent\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-3412c19f alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/advanced-heading {\"block_id\":\"b08e4e25\",\"classMigrate\":true,\"headingDescToggle\":true,\"headingAlign\":\"center\",\"headingAlignMobile\":\"left\",\"subHeadingColor\":\"\",\"headSpace\":20,\"subHeadFontSize\":16,\"blockBottomPadding\":20} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-b08e4e25\"><h2 class=\"uagb-heading-text\">What Our Guests Say​</h2><p class=\"uagb-desc-text\">We take pride in serving our guests the best experience. </p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/container {\"block_id\":\"5e4d14a0\",\"directionDesktop\":\"row\",\"topMarginDesktop\":40,\"bottomMarginDesktop\":0,\"leftMarginDesktop\":0,\"rightMarginDesktop\":0,\"marginLink\":false,\"variationSelected\":true,\"rowGapMobile\":40,\"columnGapDesktop\":90} -->\n<div class=\"wp-block-uagb-container uagb-block-5e4d14a0\"><!-- wp:uagb/container {\"block_id\":\"79290eaf\",\"widthDesktop\":50,\"variationSelected\":true,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-79290eaf\"><!-- wp:uagb/testimonial {\"test_item_count\":1,\"classMigrate\":true,\"test_block\":[{\"description\":\"\\u0022Thank you for a most enjoyable weekend stay and for making our anniversary so special.  Thank you for your kind and lovely friendship which we really appreciate!!!\\u0022​\",\"name\":\"\\u003cstrong\\u003eBrenda and Theuns\\u003c/strong\\u003e\",\"company\":\"\",\"image\":{\"id\":119,\"title\":\"testimonial1\",\"filename\":\"testimonial1.jpg\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/testimonial1.jpg\",\"link\":\"https://blueroan.netgen.cloud/testimonial1/\",\"alt\":\"\",\"author\":\"34\",\"description\":\"\",\"caption\":\"\",\"name\":\"testimonial1\",\"status\":\"inherit\",\"uploadedTo\":0,\"date\":\"2021-05-11T05:02:02.000Z\",\"modified\":\"2021-05-11T05:02:02.000Z\",\"menuOrder\":0,\"mime\":\"image/jpeg\",\"type\":\"image\",\"subtype\":\"jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/default.png\",\"dateFormatted\":\"May 11, 2021\",\"nonces\":{\"update\":\"b92fe40c3d\",\"delete\":\"643c1eb8f1\",\"edit\":\"d3e7d56b1d\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=119\\u0026action=edit\",\"meta\":false,\"authorName\":\"Rishabh\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/user-edit.php?user_id=34\",\"filesizeInBytes\":11264,\"filesizeHumanReadable\":\"11 KB\",\"context\":\"\",\"height\":250,\"width\":250,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/testimonial1-150x150.jpg\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/testimonial1.jpg\",\"height\":250,\"width\":250,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}}}],\"headingAlign\":\"left\",\"headingAlignTablet\":\"left\",\"headingAlignMobile\":\"left\",\"descColor\":\"var(\\u002d\\u002dast-global-color-3)\",\"nameFontSize\":14,\"nameLineHeight\":1,\"descFontSize\":16,\"descFontWeight\":\"600\",\"nameSpace\":1,\"block_id\":\"d90dd4c9\",\"iconImage\":{\"url\":\"\",\"alt\":\"InfoBox placeholder img\"},\"imageWidth\":32,\"columnGap\":1,\"borderStyle\":\"\",\"paddingTop\":0,\"paddingBottom\":0,\"paddingLeft\":0,\"paddingRight\":0,\"spacingLink\":true,\"imgpaddingTop\":0,\"imgpaddingRight\":15,\"imgpaddingBottom\":0,\"imgpaddingLeft\":0,\"overallBorderStyle\":\"none\",\"imgTagHeight\":32,\"imgTagWidth\":150} -->\n<div class=\"wp-block-uagb-testimonial uagb-slick-carousel uagb-tm__arrow-outside uagb-block-d90dd4c9 uagb-post__carousel_notset uagb-post__carousel_notset-tablet uagb-post__carousel_notset-mobile\"><div class=\"is-carousel uagb-tm__columns-1 uagb-tm__items\"><div class=\"uagb-testimonial__wrap  uagb-tm__imgicon-style-circle uagb-tm__image-position-bottom uagb-tm__bg-type-none \"><div class=\"uagb-tm__content\"><div class=\"uagb-tm__overlay\"></div><div class=\"uagb-tm__text-wrap\"><div class=\"uagb-tm__desc\">\"Thank you for a most enjoyable weekend stay and for making our anniversary so special.  Thank you for your kind and lovely friendship which we really appreciate!!!\"​</div><div class=\"uagb-tm__meta-inner\"><div class=\"uagb-tm__image-content\"><div class=\"uagb-tm__image\"><img class=\"uagb-tm-img-src\" src=\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/testimonial1-150x150.jpg\" alt=\"\" width=\"32\" height=\"32\" loading=\"lazy\"/></div></div><div class=\"uagb-testimonial-details\"><span class=\"uagb-tm__author-name\"><strong>Brenda and Theuns</strong></span><span class=\"uagb-tm__company\"></span></div></div></div></div></div></div></div>\n<!-- /wp:uagb/testimonial -->\n\n<!-- wp:uagb/testimonial {\"test_item_count\":1,\"classMigrate\":true,\"test_block\":[{\"description\":\"\\u0022Breaking away from city life and coming out to a most wonderful romantic weekend away.  The unit is so comfortable.  Thank you for your great hospitality - we had an awesome time here.  Go well - with love\\u0022​\",\"name\":\"\\u003cstrong\\u003e\\u003cstrong\\u003e\\u003cstrong\\u003eLiz \\u0026amp; Eddie\\u003c/strong\\u003e\\u003c/strong\\u003e\\u003c/strong\\u003e\",\"company\":\"\",\"image\":{\"id\":122,\"title\":\"testimonial4\",\"filename\":\"testimonial4.jpg\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/testimonial4.jpg\",\"link\":\"https://blueroan.netgen.cloud/testimonial4/\",\"alt\":\"\",\"author\":\"34\",\"description\":\"\",\"caption\":\"\",\"name\":\"testimonial4\",\"status\":\"inherit\",\"uploadedTo\":0,\"date\":\"2021-05-11T05:02:06.000Z\",\"modified\":\"2021-05-11T05:02:06.000Z\",\"menuOrder\":0,\"mime\":\"image/jpeg\",\"type\":\"image\",\"subtype\":\"jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/default.png\",\"dateFormatted\":\"May 11, 2021\",\"nonces\":{\"update\":\"4e34860add\",\"delete\":\"9e126a55cd\",\"edit\":\"33ffd3c040\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=122\\u0026action=edit\",\"meta\":false,\"authorName\":\"Rishabh\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/user-edit.php?user_id=34\",\"filesizeInBytes\":16584,\"filesizeHumanReadable\":\"16 KB\",\"context\":\"\",\"height\":250,\"width\":250,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/testimonial4-150x150.jpg\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/testimonial4.jpg\",\"height\":250,\"width\":250,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}}}],\"headingAlign\":\"left\",\"headingAlignTablet\":\"left\",\"headingAlignMobile\":\"left\",\"descColor\":\"var(\\u002d\\u002dast-global-color-3)\",\"nameFontSize\":14,\"nameLineHeight\":1,\"descFontSize\":16,\"descFontWeight\":\"600\",\"nameSpace\":1,\"block_id\":\"33ff9087\",\"iconImage\":{\"url\":\"\",\"alt\":\"InfoBox placeholder img\"},\"imageWidth\":32,\"columnGap\":1,\"borderStyle\":\"\",\"paddingTop\":0,\"paddingBottom\":0,\"paddingLeft\":0,\"paddingRight\":0,\"spacingLink\":true,\"imgpaddingTop\":0,\"imgpaddingRight\":15,\"imgpaddingBottom\":0,\"imgpaddingLeft\":0,\"overallBorderStyle\":\"none\",\"imgTagHeight\":32,\"imgTagWidth\":150} -->\n<div class=\"wp-block-uagb-testimonial uagb-slick-carousel uagb-tm__arrow-outside uagb-block-33ff9087 uagb-post__carousel_notset uagb-post__carousel_notset-tablet uagb-post__carousel_notset-mobile\"><div class=\"is-carousel uagb-tm__columns-1 uagb-tm__items\"><div class=\"uagb-testimonial__wrap  uagb-tm__imgicon-style-circle uagb-tm__image-position-bottom uagb-tm__bg-type-none \"><div class=\"uagb-tm__content\"><div class=\"uagb-tm__overlay\"></div><div class=\"uagb-tm__text-wrap\"><div class=\"uagb-tm__desc\">\"Breaking away from city life and coming out to a most wonderful romantic weekend away.  The unit is so comfortable.  Thank you for your great hospitality - we had an awesome time here.  Go well - with love\"​</div><div class=\"uagb-tm__meta-inner\"><div class=\"uagb-tm__image-content\"><div class=\"uagb-tm__image\"><img class=\"uagb-tm-img-src\" src=\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/testimonial4-150x150.jpg\" alt=\"\" width=\"32\" height=\"32\" loading=\"lazy\"/></div></div><div class=\"uagb-testimonial-details\"><span class=\"uagb-tm__author-name\"><strong><strong><strong>Liz &amp; Eddie</strong></strong></strong></span><span class=\"uagb-tm__company\"></span></div></div></div></div></div></div></div>\n<!-- /wp:uagb/testimonial --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"14e7e4e7\",\"widthDesktop\":50,\"variationSelected\":true,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-14e7e4e7\"><!-- wp:uagb/testimonial {\"test_item_count\":1,\"classMigrate\":true,\"test_block\":[{\"description\":\"\\u0022Judy, what a wonderful place you have here - we were so delighted to spend the weekend here, so tranquil, peaceful, and beautiful. You made us feel right at home. Definitely a place worth 5 stars! Go well.\\u0022​\",\"name\":\"\\u003cstrong\\u003e\\u003cstrong\\u003eBrian\\u003c/strong\\u003e\\u003c/strong\\u003e \\u003cstrong\\u003e\\u003cstrong\\u003e\\u003cstrong\\u003eand \\u003cstrong\\u003eMariska\\u003c/strong\\u003e\\u003c/strong\\u003e\\u003cbr\\u003e\\u003c/strong\\u003e\\u003c/strong\\u003e\",\"company\":\"\",\"image\":{\"id\":120,\"title\":\"testimonial2\",\"filename\":\"testimonial2.jpg\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/testimonial2.jpg\",\"link\":\"https://blueroan.netgen.cloud/testimonial2/\",\"alt\":\"\",\"author\":\"34\",\"description\":\"\",\"caption\":\"\",\"name\":\"testimonial2\",\"status\":\"inherit\",\"uploadedTo\":0,\"date\":\"2021-05-11T05:02:03.000Z\",\"modified\":\"2021-05-11T05:02:03.000Z\",\"menuOrder\":0,\"mime\":\"image/jpeg\",\"type\":\"image\",\"subtype\":\"jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/default.png\",\"dateFormatted\":\"May 11, 2021\",\"nonces\":{\"update\":\"1ee6412858\",\"delete\":\"4414a2ccbf\",\"edit\":\"bde7b1f490\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=120\\u0026action=edit\",\"meta\":false,\"authorName\":\"Rishabh\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/user-edit.php?user_id=34\",\"filesizeInBytes\":10087,\"filesizeHumanReadable\":\"10 KB\",\"context\":\"\",\"height\":250,\"width\":250,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/testimonial2-150x150.jpg\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/testimonial2.jpg\",\"height\":250,\"width\":250,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}}}],\"headingAlign\":\"left\",\"headingAlignTablet\":\"left\",\"headingAlignMobile\":\"left\",\"descColor\":\"var(\\u002d\\u002dast-global-color-3)\",\"nameFontSize\":14,\"nameLineHeight\":1,\"descFontSize\":16,\"descFontWeight\":\"600\",\"nameSpace\":1,\"block_id\":\"e0218e52\",\"iconImage\":{\"url\":\"\",\"alt\":\"InfoBox placeholder img\"},\"imageWidth\":32,\"columnGap\":1,\"borderStyle\":\"\",\"paddingTop\":0,\"paddingBottom\":0,\"paddingLeft\":0,\"paddingRight\":0,\"spacingLink\":true,\"imgpaddingTop\":0,\"imgpaddingRight\":15,\"imgpaddingBottom\":0,\"imgpaddingLeft\":0,\"overallBorderStyle\":\"none\",\"imgTagHeight\":32,\"imgTagWidth\":150} -->\n<div class=\"wp-block-uagb-testimonial uagb-slick-carousel uagb-tm__arrow-outside uagb-block-e0218e52 uagb-post__carousel_notset uagb-post__carousel_notset-tablet uagb-post__carousel_notset-mobile\"><div class=\"is-carousel uagb-tm__columns-1 uagb-tm__items\"><div class=\"uagb-testimonial__wrap  uagb-tm__imgicon-style-circle uagb-tm__image-position-bottom uagb-tm__bg-type-none \"><div class=\"uagb-tm__content\"><div class=\"uagb-tm__overlay\"></div><div class=\"uagb-tm__text-wrap\"><div class=\"uagb-tm__desc\">\"Judy, what a wonderful place you have here - we were so delighted to spend the weekend here, so tranquil, peaceful, and beautiful. You made us feel right at home. Definitely a place worth 5 stars! Go well.\"​</div><div class=\"uagb-tm__meta-inner\"><div class=\"uagb-tm__image-content\"><div class=\"uagb-tm__image\"><img class=\"uagb-tm-img-src\" src=\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/testimonial2-150x150.jpg\" alt=\"\" width=\"32\" height=\"32\" loading=\"lazy\"/></div></div><div class=\"uagb-testimonial-details\"><span class=\"uagb-tm__author-name\"><strong><strong>Brian</strong></strong> <strong><strong><strong>and <strong>Mariska</strong></strong><br></strong></strong></span><span class=\"uagb-tm__company\"></span></div></div></div></div></div></div></div>\n<!-- /wp:uagb/testimonial -->\n\n<!-- wp:uagb/testimonial {\"test_item_count\":1,\"classMigrate\":true,\"test_block\":[{\"description\":\"\\u0022Thank you for the most wonderful time, Judy!  This was the most peaceful and perfect place to get engaged!  We will most certainly be back!!!  Your hospitality cannot be topped!\\u0022​\",\"name\":\"\\u003cstrong\\u003e\\u003cstrong\\u003e\\u003cstrong\\u003e\\u003cstrong\\u003eBrett and Kelly\\u003c/strong\\u003e\\u003c/strong\\u003e\\u003c/strong\\u003e\\u003c/strong\\u003e\",\"company\":\"\",\"image\":{\"id\":121,\"title\":\"testimonial3\",\"filename\":\"testimonial3.jpg\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/testimonial3.jpg\",\"link\":\"https://blueroan.netgen.cloud/testimonial3/\",\"alt\":\"\",\"author\":\"34\",\"description\":\"\",\"caption\":\"\",\"name\":\"testimonial3\",\"status\":\"inherit\",\"uploadedTo\":0,\"date\":\"2021-05-11T05:02:05.000Z\",\"modified\":\"2021-05-11T05:02:05.000Z\",\"menuOrder\":0,\"mime\":\"image/jpeg\",\"type\":\"image\",\"subtype\":\"jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/default.png\",\"dateFormatted\":\"May 11, 2021\",\"nonces\":{\"update\":\"290653da5d\",\"delete\":\"90a4fb2d63\",\"edit\":\"ff8a64e56e\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=121\\u0026action=edit\",\"meta\":false,\"authorName\":\"Rishabh\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/user-edit.php?user_id=34\",\"filesizeInBytes\":8748,\"filesizeHumanReadable\":\"9 KB\",\"context\":\"\",\"height\":250,\"width\":250,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/testimonial3-150x150.jpg\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/testimonial3.jpg\",\"height\":250,\"width\":250,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}}}],\"headingAlign\":\"left\",\"headingAlignTablet\":\"left\",\"headingAlignMobile\":\"left\",\"descColor\":\"var(\\u002d\\u002dast-global-color-3)\",\"nameFontSize\":14,\"nameLineHeight\":1,\"descFontSize\":16,\"descFontWeight\":\"600\",\"nameSpace\":1,\"block_id\":\"541b7484\",\"iconImage\":{\"url\":\"\",\"alt\":\"InfoBox placeholder img\"},\"imageWidth\":32,\"columnGap\":1,\"borderStyle\":\"\",\"paddingTop\":0,\"paddingBottom\":0,\"paddingLeft\":0,\"paddingRight\":0,\"spacingLink\":true,\"imgpaddingTop\":0,\"imgpaddingRight\":15,\"imgpaddingBottom\":0,\"imgpaddingLeft\":0,\"overallBorderStyle\":\"none\",\"imgTagHeight\":32,\"imgTagWidth\":150} -->\n<div class=\"wp-block-uagb-testimonial uagb-slick-carousel uagb-tm__arrow-outside uagb-block-541b7484 uagb-post__carousel_notset uagb-post__carousel_notset-tablet uagb-post__carousel_notset-mobile\"><div class=\"is-carousel uagb-tm__columns-1 uagb-tm__items\"><div class=\"uagb-testimonial__wrap  uagb-tm__imgicon-style-circle uagb-tm__image-position-bottom uagb-tm__bg-type-none \"><div class=\"uagb-tm__content\"><div class=\"uagb-tm__overlay\"></div><div class=\"uagb-tm__text-wrap\"><div class=\"uagb-tm__desc\">\"Thank you for the most wonderful time, Judy!  This was the most peaceful and perfect place to get engaged!  We will most certainly be back!!!  Your hospitality cannot be topped!\"​</div><div class=\"uagb-tm__meta-inner\"><div class=\"uagb-tm__image-content\"><div class=\"uagb-tm__image\"><img class=\"uagb-tm-img-src\" src=\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/testimonial3-150x150.jpg\" alt=\"\" width=\"32\" height=\"32\" loading=\"lazy\"/></div></div><div class=\"uagb-testimonial-details\"><span class=\"uagb-tm__author-name\"><strong><strong><strong><strong>Brett and Kelly</strong></strong></strong></strong></span><span class=\"uagb-tm__company\"></span></div></div></div></div></div></div></div>\n<!-- /wp:uagb/testimonial --></div>\n<!-- /wp:uagb/container --></div>\n<!-- /wp:uagb/container --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"2f60ad82\",\"innerContentCustomWidthDesktop\":781,\"innerContentCustomWidthTablet\":781,\"backgroundType\":\"image\",\"backgroundImageDesktop\":{\"id\":809,\"title\":\"26759994757_767d9794fd_b\",\"filename\":\"26759994757_767d9794fd_b.jpg\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/26759994757_767d9794fd_b.jpg\",\"link\":\"https://blueroan.netgen.cloud/?attachment_id=809\",\"alt\":\"\",\"author\":\"2\",\"description\":\"\",\"caption\":\"\",\"name\":\"26759994757_767d9794fd_b\",\"status\":\"inherit\",\"uploadedTo\":805,\"date\":\"2022-12-13T09:51:53.000Z\",\"modified\":\"2022-12-13T09:51:53.000Z\",\"menuOrder\":0,\"mime\":\"image/jpeg\",\"type\":\"image\",\"subtype\":\"jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-includes/images/media/default.png\",\"dateFormatted\":\"December 13, 2022\",\"nonces\":{\"update\":\"39b5c0eef1\",\"delete\":\"fde92abd83\",\"edit\":\"3923face9e\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=809\\u0026action=edit\",\"meta\":false,\"authorName\":\"Netgen Support\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/profile.php\",\"uploadedToTitle\":\"Magaliesburg\",\"uploadedToLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=805\\u0026action=edit\",\"filesizeInBytes\":143610,\"filesizeHumanReadable\":\"140 KB\",\"context\":\"\",\"height\":683,\"width\":1024,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/26759994757_767d9794fd_b-150x150.jpg\",\"orientation\":\"landscape\"},\"medium\":{\"height\":200,\"width\":300,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/26759994757_767d9794fd_b-300x200.jpg\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/26759994757_767d9794fd_b.jpg\",\"height\":683,\"width\":1024,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"backgroundImageColor\":\"rgba(42,42,42,0.65)\",\"topPaddingDesktop\":144,\"bottomPaddingDesktop\":144,\"leftPaddingDesktop\":40,\"rightPaddingDesktop\":40,\"topPaddingTablet\":80,\"bottomPaddingTablet\":80,\"leftPaddingTablet\":40,\"rightPaddingTablet\":40,\"topPaddingMobile\":64,\"bottomPaddingMobile\":64,\"leftPaddingMobile\":24,\"rightPaddingMobile\":24,\"paddingLink\":false,\"variationSelected\":true,\"isBlockRootParent\":true,\"overlayType\":\"color\"} -->\n<div class=\"wp-block-uagb-container uagb-block-2f60ad82 alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/advanced-heading {\"block_id\":\"226e29da\",\"classMigrate\":true,\"headingDescToggle\":true,\"headingAlign\":\"center\",\"headingColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"subHeadingColor\":\"var(\\u002d\\u002dast-global-color-4)\",\"headSpace\":20} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-226e29da\"><h2 class=\"uagb-heading-text\">Plan an Unforgettable Experience at <br>Blue Roan!</h2><p class=\"uagb-desc-text\">Blue Roan is a 3-star graded pet-friendly venue</p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/advanced-heading {\"block_id\":\"66b9987e\",\"classMigrate\":true,\"headingTitleToggle\":false,\"headingDescToggle\":true,\"headingAlign\":\"center\",\"subHeadingColor\":\"var(\\u002d\\u002dast-global-color-4)\",\"subHeadTransform\":\"uppercase\",\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"subHeadLetterSpacing\":2,\"blockTopPadding\":60,\"blockRightPadding\":0,\"blockLeftPadding\":0,\"blockBottomPadding\":0,\"blockTopPaddingMobile\":30,\"blockRightPaddingMobile\":0,\"blockLeftPaddingMobile\":0,\"blockBottomPaddingMobile\":0,\"linkColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"linkHColor\":\"var(\\u002d\\u002dast-global-color-0)\"} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-66b9987e\"><p class=\"uagb-desc-text\"><a href=\"https://book.nightsbridge.com/11065\" target=\"_blank\" rel=\"noreferrer noopener\">BOOK YOUR STAY NOW​</a></p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/icon-list {\"block_id\":\"113d1ef6\",\"classMigrate\":true,\"childMigrate\":true,\"align\":\"center\",\"parentIcon\":\"phone\",\"size\":40,\"sizeMobile\":24,\"sizeTablet\":32,\"fontSize\":48,\"fontSizeMobile\":28,\"fontSizeTablet\":40,\"fontWeight\":\"600\",\"iconColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"labelColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"blockTopPadding\":0,\"blockRightPadding\":0,\"blockLeftPadding\":0,\"blockBottomPadding\":24,\"blockPaddingLink\":false} -->\n<div class=\"wp-block-uagb-icon-list uagb-block-113d1ef6\"><div class=\"uagb-icon-list__wrap\"><!-- wp:uagb/icon-list-child {\"block_id\":\"a137da1d\",\"label\":\" + 27 (0) 82 575 5409\",\"label_color\":\"\",\"link\":\"tel:+27825755409\",\"disableLink\":true,\"fromParentIcon\":\"phone\",\"imageSizeChild\":40} -->\n<div class=\"wp-block-uagb-icon-list-child uagb-block-a137da1d\"><a target=\"_self\" aria-label=\" + 27 (0) 82 575 5409\" rel=\"noopener noreferrer\" href=\"tel:+27825755409\"> </a><span class=\"uagb-icon-list__source-wrap\"><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M511.2 387l-23.25 100.8c-3.266 14.25-15.79 24.22-30.46 24.22C205.2 512 0 306.8 0 54.5c0-14.66 9.969-27.2 24.22-30.45l100.8-23.25C139.7-2.602 154.7 5.018 160.8 18.92l46.52 108.5c5.438 12.78 1.77 27.67-8.98 36.45L144.5 207.1c33.98 69.22 90.26 125.5 159.5 159.5l44.08-53.8c8.688-10.78 23.69-14.51 36.47-8.975l108.5 46.51C506.1 357.2 514.6 372.4 511.2 387z\"></path></svg></span><span class=\"uagb-icon-list__label\"> + 27 (0) 82 575 5409</span></div>\n<!-- /wp:uagb/icon-list-child -->\n\n<!-- wp:uagb/icon-list-child {\"block_id\":\"96f5d59d\",\"label\":\"blueroan@ugo.co.za\",\"icon\":\"envelope\",\"label_color\":\"\",\"link\":\"mailto:blueroan@ugo.co.za\",\"disableLink\":true,\"fromParentIcon\":\"phone\",\"imageSizeChild\":40} -->\n<div class=\"wp-block-uagb-icon-list-child uagb-block-96f5d59d\"><a target=\"_self\" aria-label=\"blueroan@ugo.co.za\" rel=\"noopener noreferrer\" href=\"mailto:blueroan@ugo.co.za\"> </a><span class=\"uagb-icon-list__source-wrap\"><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M464 64C490.5 64 512 85.49 512 112C512 127.1 504.9 141.3 492.8 150.4L275.2 313.6C263.8 322.1 248.2 322.1 236.8 313.6L19.2 150.4C7.113 141.3 0 127.1 0 112C0 85.49 21.49 64 48 64H464zM217.6 339.2C240.4 356.3 271.6 356.3 294.4 339.2L512 176V384C512 419.3 483.3 448 448 448H64C28.65 448 0 419.3 0 384V176L217.6 339.2z\"></path></svg></span><span class=\"uagb-icon-list__label\">blueroan@ugo.co.za</span></div>\n<!-- /wp:uagb/icon-list-child --></div></div>\n<!-- /wp:uagb/icon-list --></div></div>\n<!-- /wp:uagb/container -->',	'Home',	'',	'inherit',	'closed',	'closed',	'',	'760-revision-v1',	'',	'',	'2022-12-21 11:19:32',	'2022-12-21 11:19:32',	'',	760,	'https://blueroan.netgen.cloud/?p=1382',	0,	'revision',	'',	0),
(1384,	2,	'2022-12-21 11:48:09',	'2022-12-21 11:48:09',	'<!-- wp:uagb/container {\"block_id\":\"0d585283\",\"minHeightDesktop\":95,\"minHeightTablet\":70,\"minHeightMobile\":80,\"minHeightType\":\"vh\",\"alignItemsDesktop\":\"flex-start\",\"backgroundType\":\"image\",\"backgroundImageDesktop\":{\"uploading\":false,\"date\":1670921854000,\"filename\":\"Blue-Roan-pool.jpg\",\"menuOrder\":0,\"uploadedTo\":760,\"type\":\"image\",\"subtype\":\"jpeg\",\"id\":784,\"title\":\"Blue Roan - pool\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Blue-Roan-pool.jpg\",\"link\":\"https://blueroan.netgen.cloud/home/blue-roan-pool/\",\"alt\":\"\",\"author\":\"2\",\"description\":\"\",\"caption\":\"\",\"name\":\"blue-roan-pool\",\"status\":\"inherit\",\"modified\":1670921854000,\"mime\":\"image/jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-includes/images/media/default.png\",\"dateFormatted\":\"December 13, 2022\",\"nonces\":{\"update\":\"51a12ed09e\",\"delete\":\"5174068551\",\"edit\":\"1de0721407\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=784\\u0026action=edit\",\"meta\":false,\"authorName\":\"Netgen Support\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/profile.php\",\"uploadedToTitle\":\"Home\",\"uploadedToLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=760\\u0026action=edit\",\"filesizeInBytes\":154801,\"filesizeHumanReadable\":\"151 KB\",\"context\":\"\",\"height\":667,\"width\":1000,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Blue-Roan-pool-150x150.jpg\",\"orientation\":\"landscape\"},\"medium\":{\"height\":200,\"width\":300,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Blue-Roan-pool-300x200.jpg\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Blue-Roan-pool.jpg\",\"height\":667,\"width\":1000,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"backgroundPositionDesktop\":{\"x\":0.5,\"y\":0.25},\"backgroundImageColor\":\"rgba(42,42,42,0.35)\",\"topPaddingDesktop\":0,\"bottomPaddingDesktop\":0,\"leftPaddingDesktop\":40,\"rightPaddingDesktop\":40,\"topPaddingTablet\":120,\"bottomPaddingTablet\":120,\"leftPaddingTablet\":40,\"rightPaddingTablet\":40,\"topPaddingMobile\":150,\"bottomPaddingMobile\":150,\"leftPaddingMobile\":20,\"rightPaddingMobile\":20,\"paddingLink\":false,\"variationSelected\":true,\"isBlockRootParent\":true,\"overlayType\":\"color\",\"minHeightTypeTablet\":\"vh\",\"minHeightTypeMobile\":\"vh\"} -->\n<div class=\"wp-block-uagb-container uagb-block-0d585283 alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:group {\"layout\":{\"type\":\"constrained\",\"justifyContent\":\"left\"}} -->\n<div class=\"wp-block-group\"><!-- wp:uagb/info-box {\"classMigrate\":true,\"headingAlign\":\"left\",\"headingColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"subHeadingColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"headingTag\":\"h1\",\"subHeadFontSize\":17,\"subHeadFontSizeMobile\":15,\"headSpace\":20,\"subHeadSpace\":40,\"block_id\":\"37483174\",\"ctaIcon\":\"\",\"ctaType\":\"button\",\"ctaText\":\"Book Your Stay Now\",\"ctaLink\":\"https://book.nightsbridge.com/11065\",\"ctaBtnLinkColor\":\"var(\\u002d\\u002dast-global-color-2)\",\"ctaLinkHoverColor\":\"var(\\u002d\\u002dast-global-color-2)\",\"ctaBgColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"ctaBgHoverColor\":\"var(\\u002d\\u002dast-global-color-4)\",\"ctaBorderColor\":\"\",\"ctaBorderStyle\":\"\",\"ctaBorderWidth\":\"\",\"ctaBorderRadius\":\"\",\"iconImage\":{\"url\":\"\",\"alt\":\"InfoBox placeholder img\"},\"showIcon\":false,\"paddingBtnTop\":18,\"paddingBtnBottom\":18,\"paddingBtnLeft\":34,\"paddingBtnRight\":34,\"blockTopPadding\":5,\"blockRightPadding\":40,\"blockLeftPadding\":0,\"blockBottomPadding\":0,\"blockTopPaddingTablet\":0,\"blockRightPaddingTablet\":64,\"blockLeftPaddingTablet\":0,\"blockBottomPaddingTablet\":0,\"blockTopPaddingMobile\":0,\"blockRightPaddingMobile\":0,\"blockLeftPaddingMobile\":0,\"blockBottomPaddingMobile\":0,\"blockPaddingUnit\":\"%\",\"blockPaddingLink\":false,\"subHeadMarginTopTablet\":0,\"subHeadMarginRightTablet\":64,\"subHeadTabletSpace\":40,\"subHeadMarginLeftTablet\":0,\"subHeadMarginTopMobile\":0,\"subHeadMarginRightMobile\":0,\"subHeadMobileSpace\":40,\"subHeadMarginLeftMobile\":0,\"btnBorderTopWidth\":1,\"btnBorderLeftWidth\":1,\"btnBorderRightWidth\":1,\"btnBorderBottomWidth\":1,\"btnBorderTopLeftRadius\":0,\"btnBorderTopRightRadius\":0,\"btnBorderBottomLeftRadius\":0,\"btnBorderBottomRightRadius\":0,\"btnBorderStyle\":\"none\",\"btnBorderColor\":\"#333\",\"zIndex\":null} -->\n<div class=\"wp-block-uagb-info-box uagb-block-37483174 uagb-infobox__content-wrap  uagb-infobox-icon-above-title uagb-infobox-image-valign-top\"><div class=\"uagb-ifb-content\"><div class=\"uagb-ifb-title-wrap\"><h1 class=\"uagb-ifb-title\"><strong>Magaliesburg pet friendly self-catering accommodation</strong></h1></div><p class=\"uagb-ifb-desc\">Romantic pet-friendly self-catering accommodation in Magaliesburg, Gauteng.</p><div class=\"uagb-ifb-button-wrapper wp-block-button\"><a href=\"https://book.nightsbridge.com/11065\" class=\"uagb-infobox-cta-link wp-block-button__link\" target=\"_self\" rel=\"noopener noreferrer\" alt=\"\"><span class=\"uagb-inline-editing\">Book Your Stay Now</span></a></div></div></div>\n<!-- /wp:uagb/info-box --></div>\n<!-- /wp:group -->\n\n<!-- wp:buttons {\"layout\":{\"type\":\"flex\",\"justifyContent\":\"left\",\"orientation\":\"horizontal\"}} -->\n<div class=\"wp-block-buttons\"><!-- wp:button {\"backgroundColor\":\"ast-global-color-5\",\"textColor\":\"ast-global-color-2\",\"width\":25,\"style\":{\"spacing\":{\"padding\":{\"top\":\"var:preset|spacing|50\",\"right\":\"var:preset|spacing|30\",\"bottom\":\"var:preset|spacing|50\",\"left\":\"var:preset|spacing|30\"}}},\"className\":\"is-style-fill\"} -->\n<div class=\"wp-block-button has-custom-width wp-block-button__width-25 is-style-fill\"><a class=\"wp-block-button__link has-ast-global-color-2-color has-ast-global-color-5-background-color has-text-color has-background wp-element-button\" style=\"padding-top:var(--wp--preset--spacing--50);padding-right:var(--wp--preset--spacing--30);padding-bottom:var(--wp--preset--spacing--50);padding-left:var(--wp--preset--spacing--30)\">book your stay</a></div>\n<!-- /wp:button -->\n\n<!-- wp:button {\"backgroundColor\":\"ast-global-color-5\",\"textColor\":\"ast-global-color-2\",\"width\":25,\"style\":{\"spacing\":{\"padding\":{\"top\":\"var:preset|spacing|50\",\"right\":\"var:preset|spacing|30\",\"bottom\":\"var:preset|spacing|50\",\"left\":\"var:preset|spacing|30\"}}},\"className\":\"is-style-fill\"} -->\n<div class=\"wp-block-button has-custom-width wp-block-button__width-25 is-style-fill\"><a class=\"wp-block-button__link has-ast-global-color-2-color has-ast-global-color-5-background-color has-text-color has-background wp-element-button\" href=\"\" style=\"padding-top:var(--wp--preset--spacing--50);padding-right:var(--wp--preset--spacing--30);padding-bottom:var(--wp--preset--spacing--50);padding-left:var(--wp--preset--spacing--30)\" target=\"_blank\" rel=\"https://book.nightsbridge.com/11065 noopener\">Check availability</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"35d732cc\",\"directionDesktop\":\"row\",\"directionMobile\":\"column-reverse\",\"alignItemsDesktop\":\"flex-start\",\"backgroundType\":\"color\",\"backgroundSizeTablet\":\"cover\",\"backgroundSizeMobile\":\"cover\",\"backgroundColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"topPaddingDesktop\":60,\"bottomPaddingDesktop\":60,\"topPaddingTablet\":80,\"bottomPaddingTablet\":80,\"leftPaddingTablet\":40,\"rightPaddingTablet\":40,\"topPaddingMobile\":64,\"bottomPaddingMobile\":64,\"leftPaddingMobile\":24,\"rightPaddingMobile\":24,\"paddingLink\":false,\"variationSelected\":true,\"columnGapDesktop\":60,\"columnGapTablet\":50,\"isBlockRootParent\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-35d732cc alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/container {\"block_id\":\"89dec69c\",\"widthDesktop\":50,\"variationSelected\":true,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-89dec69c\"><!-- wp:image {\"id\":797,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-13.jpg\" alt=\"\" class=\"wp-image-797\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>We have 7 lovely brick&nbsp;<strong>self-catering</strong>&nbsp;units, each one private and with its own character and theme. &nbsp;They are designed exclusively for couples with or without pets wanting a romantic and peaceful place to connect, re-connect, celebrate special occasions, or somewhere quiet and comfortable to come for a holiday</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:buttons -->\n<div class=\"wp-block-buttons\"><!-- wp:button -->\n<div class=\"wp-block-button\"><a class=\"wp-block-button__link wp-element-button\" href=\"/accommodation/\">View accomodation</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"01ffe196\",\"widthDesktop\":50,\"leftPaddingDesktop\":0,\"paddingLink\":false,\"variationSelected\":true,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-01ffe196\"><!-- wp:uagb/advanced-heading {\"block_id\":\"aab7aba4\",\"classMigrate\":true,\"headingDescToggle\":true,\"subHeadingColor\":\"\",\"headSpace\":20,\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-aab7aba4\"><h2 class=\"uagb-heading-text\"><strong>Blue Roan is a 3-star graded pet-friendly venue</strong></h2><p class=\"uagb-desc-text\">Our goal is to provide high-quality, romantic, comfortable, and affordable self-catering accommodation on the outskirts of the village of &nbsp;Magaliesburg. &nbsp;For animal lovers, we are also&nbsp;pet-friendly&nbsp;by arrangement in most of the units all of which have their own fully fenced and gated private grassy gardens.</p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/image {\"block_id\":\"b364d0d4\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/hammock-in-the-garden.jpg\",\"align\":\"left\",\"id\":799,\"linkDestination\":\"none\",\"naturalWidth\":600,\"naturalHeight\":400,\"sizeSlug\":\"full\",\"sizeSlugTablet\":\"full\",\"sizeSlugMobile\":\"full\",\"imageTopMargin\":20,\"imageRightMargin\":0,\"imageLeftMargin\":0,\"imageBottomMargin\":0,\"imageTopMarginMobile\":0,\"imageRightMarginMobile\":0,\"imageLeftMarginMobile\":0,\"imageBottomMarginMobile\":0,\"imageMarginLink\":false} -->\n<div class=\"wp-block-uagb-image uagb-block-b364d0d4 wp-block-uagb-image--layout-default wp-block-uagb-image--effect-static wp-block-uagb-image--align-left\"><figure class=\"wp-block-uagb-image__figure\"><img srcset=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/hammock-in-the-garden.jpg \" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/hammock-in-the-garden.jpg\" alt=\"\" class=\"uag-image-799\" width=\"\" height=\"\" title=\"\" loading=\"lazy\"/></figure></div>\n<!-- /wp:uagb/image --></div>\n<!-- /wp:uagb/container --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"94de5b4c\",\"directionDesktop\":\"row\",\"directionMobile\":\"column-reverse\",\"alignItemsDesktop\":\"flex-start\",\"backgroundType\":\"color\",\"backgroundSizeTablet\":\"cover\",\"backgroundSizeMobile\":\"cover\",\"backgroundColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"topPaddingDesktop\":0,\"bottomPaddingDesktop\":0,\"topPaddingTablet\":80,\"bottomPaddingTablet\":80,\"leftPaddingTablet\":40,\"rightPaddingTablet\":40,\"topPaddingMobile\":64,\"bottomPaddingMobile\":64,\"leftPaddingMobile\":24,\"rightPaddingMobile\":24,\"paddingLink\":false,\"variationSelected\":true,\"rowGapDesktop\":0,\"columnGapDesktop\":0,\"columnGapTablet\":50,\"isBlockRootParent\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-94de5b4c alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:image {\"align\":\"center\",\"id\":1344,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image aligncenter size-large\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/tgcsa-full-3-stars-1024x366.jpg\" alt=\"\" class=\"wp-image-1344\"/></figure>\n<!-- /wp:image --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"5c44e508\",\"backgroundType\":\"color\",\"backgroundSizeTablet\":\"cover\",\"backgroundSizeMobile\":\"cover\",\"backgroundColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"topPaddingDesktop\":50,\"bottomPaddingDesktop\":100,\"topPaddingTablet\":50,\"bottomPaddingTablet\":25,\"leftPaddingTablet\":20,\"rightPaddingTablet\":20,\"topPaddingMobile\":50,\"bottomPaddingMobile\":20,\"leftPaddingMobile\":20,\"rightPaddingMobile\":20,\"paddingLink\":false,\"variationSelected\":true,\"rowGapDesktop\":0,\"isBlockRootParent\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-5c44e508 alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/container {\"block_id\":\"f49bb2f0\",\"directionDesktop\":\"row\",\"alignItemsDesktop\":\"flex-end\",\"alignItemsTablet\":\"flex-end\",\"justifyContentDesktop\":\"flex-end\",\"justifyContentTablet\":\"space-between\",\"variationSelected\":true,\"rowGapMobile\":30,\"columnGapDesktop\":0} -->\n<div class=\"wp-block-uagb-container uagb-block-f49bb2f0\"><!-- wp:uagb/advanced-heading {\"block_id\":\"b00c2c0f\",\"classMigrate\":true,\"headingDescToggle\":true,\"subHeadingColor\":\"\",\"headSpace\":20,\"subHeadFontSize\":16} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-b00c2c0f\"><h2 class=\"uagb-heading-text\">Amenities &amp; Interests ​</h2><p class=\"uagb-desc-text\">The Blue Roan Country Lodge is situated just 5 minutes from the village of Magaliesburg on a tar road so easy access for all cars. &nbsp;We have panoramic views of the Magaliesberg mountain range and our farm is the perfect place for a relaxing getaway in the country. &nbsp;As we are only 70 km from JHB and Pretoria, it is only an hour’s drive.</p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/buttons {\"block_id\":\"99b351c7\",\"classMigrate\":true,\"childMigrate\":true,\"align\":\"right\",\"alignTablet\":\"right\",\"alignMobile\":\"left\",\"gap\":0} -->\n<div class=\"wp-block-uagb-buttons uagb-buttons__outer-wrap uagb-btn__default-btn uagb-btn-tablet__default-btn uagb-btn-mobile__default-btn uagb-block-99b351c7\"><div class=\"uagb-buttons__wrap uagb-buttons-layout-wrap\"><!-- wp:uagb/buttons-child {\"block_id\":\"8b121466\",\"label\":\"View All\",\"link\":\"/amenities/\",\"hColor\":\"\",\"borderWidth\":\"\",\"borderRadius\":\"\",\"borderStyle\":\"\",\"borderColor\":\"\",\"borderHColor\":\"\",\"btnBorderTopWidth\":1,\"btnBorderLeftWidth\":1,\"btnBorderRightWidth\":1,\"btnBorderBottomWidth\":1,\"btnBorderTopLeftRadius\":2,\"btnBorderTopRightRadius\":2,\"btnBorderBottomLeftRadius\":2,\"btnBorderBottomRightRadius\":2,\"btnBorderStyle\":\"solid\",\"btnBorderColor\":\"#333\",\"btnBorderHColor\":\"#333\"} -->\n<div class=\"wp-block-uagb-buttons-child uagb-buttons__outer-wrap uagb-block-8b121466 wp-block-button is-style-outline\"><div class=\"uagb-button__wrapper\"><a class=\"uagb-buttons-repeater wp-block-button__link\" href=\"/amenities/\" rel=\"follow noopener\" target=\"_self\"><div class=\"uagb-button__link\">View All</div></a></div></div>\n<!-- /wp:uagb/buttons-child --></div></div>\n<!-- /wp:uagb/buttons --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"74751ec1\",\"directionDesktop\":\"row\",\"alignItemsTablet\":\"flex-start\",\"paddingLink\":false,\"topMarginDesktop\":50,\"bottomMarginDesktop\":20,\"leftMarginDesktop\":0,\"rightMarginDesktop\":0,\"marginLink\":false,\"variationSelected\":true,\"rowGapMobile\":65,\"columnGapDesktop\":48,\"columnGapTablet\":20} -->\n<div class=\"wp-block-uagb-container uagb-block-74751ec1\"><!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"align\":\"center\",\"id\":828,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image aligncenter size-full\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Blue-Roan-pool.png\" alt=\"Blue Roan\'s rock pool\" class=\"wp-image-828\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>A relaxing rock Pool​</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>We have a lovely sparkling blue rock pool next to a thatched Lapa. &nbsp;&nbsp;Lie on recliners on the green lawn or sit on the swing chair in the Lapa and enjoy the panoramic view of the Magaliesberg mountain range.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":829,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/img-20160605-wa0002-largejpg.png\" alt=\"\" class=\"wp-image-829\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>Braai facilities </h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>What can compare to a burning fire under the star-lit African sky? Nothing beats the flavor of cooking over an open flame.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":1354,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Games-Room.png\" alt=\"\" class=\"wp-image-1354\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>A games room </h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>The reception is also a games room for those who enjoy darts or playing pool. &nbsp;Take a selection of DVDs back to your room and watch movies on your own DVD player. &nbsp;There is also a selection of board games and music CDs that you can borrow.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div>\n<!-- /wp:uagb/container --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"f3c0bdbf\",\"backgroundType\":\"color\",\"backgroundSizeTablet\":\"cover\",\"backgroundSizeMobile\":\"cover\",\"backgroundColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"bottomPaddingDesktop\":104,\"leftPaddingDesktop\":40,\"rightPaddingDesktop\":40,\"topPaddingTablet\":80,\"bottomPaddingTablet\":80,\"leftPaddingTablet\":40,\"rightPaddingTablet\":40,\"topPaddingMobile\":64,\"bottomPaddingMobile\":64,\"leftPaddingMobile\":24,\"rightPaddingMobile\":24,\"paddingLink\":false,\"variationSelected\":true,\"rowGapDesktop\":0,\"isBlockRootParent\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-f3c0bdbf alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/advanced-heading {\"block_id\":\"ac92718f\",\"classMigrate\":true,\"headingDescToggle\":true,\"headingAlign\":\"center\",\"headingAlignMobile\":\"left\",\"subHeadingColor\":\"\",\"headSpace\":20,\"subHeadFontSize\":16,\"blockBottomPadding\":20} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-ac92718f\"><h2 class=\"uagb-heading-text\">Our Inside Pictures​</h2><p class=\"uagb-desc-text\">Take a look at some pretty pictures captured in and around our premises.</p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/container {\"block_id\":\"7924f026\",\"directionDesktop\":\"row\",\"alignItemsDesktop\":\"flex-start\",\"topMarginDesktop\":20,\"bottomMarginDesktop\":0,\"leftMarginDesktop\":0,\"rightMarginDesktop\":0,\"marginLink\":false,\"variationSelected\":true,\"rowGapMobile\":24,\"columnGapDesktop\":24,\"columnGapTablet\":20} -->\n<div class=\"wp-block-uagb-container uagb-block-7924f026\"><!-- wp:uagb/container {\"block_id\":\"05fee2ce\",\"widthDesktop\":32,\"variationSelected\":true,\"rowGapDesktop\":24,\"rowGapTablet\":20,\"rowGapMobile\":24,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-05fee2ce\"><!-- wp:uagb/image {\"block_id\":\"bd81c9c9\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/red-rose-1024x683.jpg\",\"id\":834,\"linkDestination\":\"none\",\"width\":385,\"height\":284,\"naturalWidth\":1024,\"naturalHeight\":683,\"sizeSlug\":\"large\",\"sizeSlugTablet\":\"large\",\"sizeSlugMobile\":\"large\",\"customHeightSetDesktop\":true} -->\n<div class=\"wp-block-uagb-image uagb-block-bd81c9c9 wp-block-uagb-image--layout-default wp-block-uagb-image--effect-static wp-block-uagb-image--align-none\"><figure class=\"wp-block-uagb-image__figure\"><img srcset=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/red-rose-1024x683.jpg \" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/red-rose-1024x683.jpg\" alt=\"\" class=\"uag-image-834\" width=\"385\" height=\"284\" title=\"\" loading=\"lazy\"/></figure></div>\n<!-- /wp:uagb/image -->\n\n<!-- wp:uagb/image {\"block_id\":\"e39b6738\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/49g.jpg\",\"id\":838,\"linkDestination\":\"none\",\"width\":385,\"height\":284,\"naturalWidth\":650,\"naturalHeight\":450,\"sizeSlug\":\"full\",\"sizeSlugTablet\":\"full\",\"sizeSlugMobile\":\"full\",\"customHeightSetDesktop\":true} -->\n<div class=\"wp-block-uagb-image uagb-block-e39b6738 wp-block-uagb-image--layout-default wp-block-uagb-image--effect-static wp-block-uagb-image--align-none\"><figure class=\"wp-block-uagb-image__figure\"><img srcset=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/49g.jpg \" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/49g.jpg\" alt=\"\" class=\"uag-image-838\" width=\"385\" height=\"284\" title=\"\" loading=\"lazy\"/></figure></div>\n<!-- /wp:uagb/image --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"c05e2ece\",\"widthDesktop\":67,\"variationSelected\":true,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-c05e2ece\"><!-- wp:uagb/image {\"block_id\":\"81fa5c7c\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAA39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba-1-1024x768.png\",\"id\":905,\"linkDestination\":\"none\",\"naturalWidth\":1024,\"naturalHeight\":768,\"sizeSlug\":\"large\",\"sizeSlugTablet\":\"large\",\"sizeSlugMobile\":\"large\"} -->\n<div class=\"wp-block-uagb-image uagb-block-81fa5c7c wp-block-uagb-image--layout-default wp-block-uagb-image--effect-static wp-block-uagb-image--align-none\"><figure class=\"wp-block-uagb-image__figure\"><img srcset=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAA39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba-1-1024x768.png \" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAA39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba-1-1024x768.png\" alt=\"\" class=\"uag-image-905\" width=\"\" height=\"\" title=\"\" loading=\"lazy\"/></figure></div>\n<!-- /wp:uagb/image --></div>\n<!-- /wp:uagb/container --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"bf504662\",\"directionDesktop\":\"row\",\"alignItemsDesktop\":\"flex-start\",\"topMarginDesktop\":24,\"bottomMarginDesktop\":0,\"leftMarginDesktop\":0,\"rightMarginDesktop\":0,\"topMarginTablet\":20,\"bottomMarginTablet\":0,\"leftMarginTablet\":0,\"rightMarginTablet\":0,\"topMarginMobile\":24,\"bottomMarginMobile\":0,\"leftMarginMobile\":0,\"rightMarginMobile\":0,\"marginLink\":false,\"variationSelected\":true,\"columnGapDesktop\":24,\"columnGapTablet\":20} -->\n<div class=\"wp-block-uagb-container uagb-block-bf504662\"><!-- wp:uagb/container {\"block_id\":\"5f829143\",\"widthDesktop\":67,\"variationSelected\":true,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-5f829143\"><!-- wp:image {\"id\":837,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-8-1024x678.jpg\" alt=\"\" class=\"wp-image-837\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"f1e725b0\",\"widthDesktop\":32,\"variationSelected\":true,\"rowGapDesktop\":24,\"rowGapTablet\":20,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-f1e725b0\"><!-- wp:uagb/image {\"block_id\":\"a830601b\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Blue-roan-pool-01.jpg\",\"id\":782,\"linkDestination\":\"none\",\"width\":385,\"height\":250,\"naturalWidth\":800,\"naturalHeight\":534,\"sizeSlug\":\"full\",\"sizeSlugTablet\":\"full\",\"sizeSlugMobile\":\"full\",\"customHeightSetDesktop\":true} -->\n<div class=\"wp-block-uagb-image uagb-block-a830601b wp-block-uagb-image--layout-default wp-block-uagb-image--effect-static wp-block-uagb-image--align-none\"><figure class=\"wp-block-uagb-image__figure\"><img srcset=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Blue-roan-pool-01.jpg \" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Blue-roan-pool-01.jpg\" alt=\"\" class=\"uag-image-782\" width=\"385\" height=\"250\" title=\"\" loading=\"lazy\"/></figure></div>\n<!-- /wp:uagb/image -->\n\n<!-- wp:uagb/image {\"block_id\":\"150353b2\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/bird-1024x683.jpg\",\"id\":910,\"linkDestination\":\"none\",\"width\":385,\"height\":250,\"naturalWidth\":1024,\"naturalHeight\":683,\"sizeSlug\":\"large\",\"sizeSlugTablet\":\"large\",\"sizeSlugMobile\":\"large\",\"customHeightSetDesktop\":true} -->\n<div class=\"wp-block-uagb-image uagb-block-150353b2 wp-block-uagb-image--layout-default wp-block-uagb-image--effect-static wp-block-uagb-image--align-none\"><figure class=\"wp-block-uagb-image__figure\"><img srcset=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/bird-1024x683.jpg \" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/bird-1024x683.jpg\" alt=\"\" class=\"uag-image-910\" width=\"385\" height=\"250\" title=\"\" loading=\"lazy\"/></figure></div>\n<!-- /wp:uagb/image --></div>\n<!-- /wp:uagb/container --></div>\n<!-- /wp:uagb/container --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"3412c19f\",\"backgroundType\":\"color\",\"backgroundSizeTablet\":\"cover\",\"backgroundSizeMobile\":\"cover\",\"backgroundColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"topPaddingDesktop\":40,\"bottomPaddingDesktop\":104,\"leftPaddingDesktop\":40,\"rightPaddingDesktop\":40,\"topPaddingTablet\":80,\"bottomPaddingTablet\":80,\"leftPaddingTablet\":40,\"rightPaddingTablet\":40,\"topPaddingMobile\":64,\"bottomPaddingMobile\":64,\"leftPaddingMobile\":24,\"rightPaddingMobile\":24,\"paddingLink\":false,\"variationSelected\":true,\"rowGapDesktop\":0,\"isBlockRootParent\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-3412c19f alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/advanced-heading {\"block_id\":\"b08e4e25\",\"classMigrate\":true,\"headingDescToggle\":true,\"headingAlign\":\"center\",\"headingAlignMobile\":\"left\",\"subHeadingColor\":\"\",\"headSpace\":20,\"subHeadFontSize\":16,\"blockBottomPadding\":20} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-b08e4e25\"><h2 class=\"uagb-heading-text\">What Our Guests Say​</h2><p class=\"uagb-desc-text\">We take pride in serving our guests the best experience. </p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/container {\"block_id\":\"5e4d14a0\",\"directionDesktop\":\"row\",\"topMarginDesktop\":40,\"bottomMarginDesktop\":0,\"leftMarginDesktop\":0,\"rightMarginDesktop\":0,\"marginLink\":false,\"variationSelected\":true,\"rowGapMobile\":40,\"columnGapDesktop\":90} -->\n<div class=\"wp-block-uagb-container uagb-block-5e4d14a0\"><!-- wp:uagb/container {\"block_id\":\"79290eaf\",\"widthDesktop\":50,\"variationSelected\":true,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-79290eaf\"><!-- wp:uagb/testimonial {\"test_item_count\":1,\"classMigrate\":true,\"test_block\":[{\"description\":\"\\u0022Thank you for a most enjoyable weekend stay and for making our anniversary so special.  Thank you for your kind and lovely friendship which we really appreciate!!!\\u0022​\",\"name\":\"\\u003cstrong\\u003eBrenda and Theuns\\u003c/strong\\u003e\",\"company\":\"\",\"image\":{\"id\":119,\"title\":\"testimonial1\",\"filename\":\"testimonial1.jpg\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/testimonial1.jpg\",\"link\":\"https://blueroan.netgen.cloud/testimonial1/\",\"alt\":\"\",\"author\":\"34\",\"description\":\"\",\"caption\":\"\",\"name\":\"testimonial1\",\"status\":\"inherit\",\"uploadedTo\":0,\"date\":\"2021-05-11T05:02:02.000Z\",\"modified\":\"2021-05-11T05:02:02.000Z\",\"menuOrder\":0,\"mime\":\"image/jpeg\",\"type\":\"image\",\"subtype\":\"jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/default.png\",\"dateFormatted\":\"May 11, 2021\",\"nonces\":{\"update\":\"b92fe40c3d\",\"delete\":\"643c1eb8f1\",\"edit\":\"d3e7d56b1d\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=119\\u0026action=edit\",\"meta\":false,\"authorName\":\"Rishabh\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/user-edit.php?user_id=34\",\"filesizeInBytes\":11264,\"filesizeHumanReadable\":\"11 KB\",\"context\":\"\",\"height\":250,\"width\":250,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/testimonial1-150x150.jpg\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/testimonial1.jpg\",\"height\":250,\"width\":250,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}}}],\"headingAlign\":\"left\",\"headingAlignTablet\":\"left\",\"headingAlignMobile\":\"left\",\"descColor\":\"var(\\u002d\\u002dast-global-color-3)\",\"nameFontSize\":14,\"nameLineHeight\":1,\"descFontSize\":16,\"descFontWeight\":\"600\",\"nameSpace\":1,\"block_id\":\"d90dd4c9\",\"iconImage\":{\"url\":\"\",\"alt\":\"InfoBox placeholder img\"},\"imageWidth\":32,\"columnGap\":1,\"borderStyle\":\"\",\"paddingTop\":0,\"paddingBottom\":0,\"paddingLeft\":0,\"paddingRight\":0,\"spacingLink\":true,\"imgpaddingTop\":0,\"imgpaddingRight\":15,\"imgpaddingBottom\":0,\"imgpaddingLeft\":0,\"overallBorderStyle\":\"none\",\"imgTagHeight\":32,\"imgTagWidth\":150} -->\n<div class=\"wp-block-uagb-testimonial uagb-slick-carousel uagb-tm__arrow-outside uagb-block-d90dd4c9 uagb-post__carousel_notset uagb-post__carousel_notset-tablet uagb-post__carousel_notset-mobile\"><div class=\"is-carousel uagb-tm__columns-1 uagb-tm__items\"><div class=\"uagb-testimonial__wrap  uagb-tm__imgicon-style-circle uagb-tm__image-position-bottom uagb-tm__bg-type-none \"><div class=\"uagb-tm__content\"><div class=\"uagb-tm__overlay\"></div><div class=\"uagb-tm__text-wrap\"><div class=\"uagb-tm__desc\">\"Thank you for a most enjoyable weekend stay and for making our anniversary so special.  Thank you for your kind and lovely friendship which we really appreciate!!!\"​</div><div class=\"uagb-tm__meta-inner\"><div class=\"uagb-tm__image-content\"><div class=\"uagb-tm__image\"><img class=\"uagb-tm-img-src\" src=\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/testimonial1-150x150.jpg\" alt=\"\" width=\"32\" height=\"32\" loading=\"lazy\"/></div></div><div class=\"uagb-testimonial-details\"><span class=\"uagb-tm__author-name\"><strong>Brenda and Theuns</strong></span><span class=\"uagb-tm__company\"></span></div></div></div></div></div></div></div>\n<!-- /wp:uagb/testimonial -->\n\n<!-- wp:uagb/testimonial {\"test_item_count\":1,\"classMigrate\":true,\"test_block\":[{\"description\":\"\\u0022Breaking away from city life and coming out to a most wonderful romantic weekend away.  The unit is so comfortable.  Thank you for your great hospitality - we had an awesome time here.  Go well - with love\\u0022​\",\"name\":\"\\u003cstrong\\u003e\\u003cstrong\\u003e\\u003cstrong\\u003eLiz \\u0026amp; Eddie\\u003c/strong\\u003e\\u003c/strong\\u003e\\u003c/strong\\u003e\",\"company\":\"\",\"image\":{\"id\":122,\"title\":\"testimonial4\",\"filename\":\"testimonial4.jpg\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/testimonial4.jpg\",\"link\":\"https://blueroan.netgen.cloud/testimonial4/\",\"alt\":\"\",\"author\":\"34\",\"description\":\"\",\"caption\":\"\",\"name\":\"testimonial4\",\"status\":\"inherit\",\"uploadedTo\":0,\"date\":\"2021-05-11T05:02:06.000Z\",\"modified\":\"2021-05-11T05:02:06.000Z\",\"menuOrder\":0,\"mime\":\"image/jpeg\",\"type\":\"image\",\"subtype\":\"jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/default.png\",\"dateFormatted\":\"May 11, 2021\",\"nonces\":{\"update\":\"4e34860add\",\"delete\":\"9e126a55cd\",\"edit\":\"33ffd3c040\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=122\\u0026action=edit\",\"meta\":false,\"authorName\":\"Rishabh\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/user-edit.php?user_id=34\",\"filesizeInBytes\":16584,\"filesizeHumanReadable\":\"16 KB\",\"context\":\"\",\"height\":250,\"width\":250,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/testimonial4-150x150.jpg\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/testimonial4.jpg\",\"height\":250,\"width\":250,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}}}],\"headingAlign\":\"left\",\"headingAlignTablet\":\"left\",\"headingAlignMobile\":\"left\",\"descColor\":\"var(\\u002d\\u002dast-global-color-3)\",\"nameFontSize\":14,\"nameLineHeight\":1,\"descFontSize\":16,\"descFontWeight\":\"600\",\"nameSpace\":1,\"block_id\":\"33ff9087\",\"iconImage\":{\"url\":\"\",\"alt\":\"InfoBox placeholder img\"},\"imageWidth\":32,\"columnGap\":1,\"borderStyle\":\"\",\"paddingTop\":0,\"paddingBottom\":0,\"paddingLeft\":0,\"paddingRight\":0,\"spacingLink\":true,\"imgpaddingTop\":0,\"imgpaddingRight\":15,\"imgpaddingBottom\":0,\"imgpaddingLeft\":0,\"overallBorderStyle\":\"none\",\"imgTagHeight\":32,\"imgTagWidth\":150} -->\n<div class=\"wp-block-uagb-testimonial uagb-slick-carousel uagb-tm__arrow-outside uagb-block-33ff9087 uagb-post__carousel_notset uagb-post__carousel_notset-tablet uagb-post__carousel_notset-mobile\"><div class=\"is-carousel uagb-tm__columns-1 uagb-tm__items\"><div class=\"uagb-testimonial__wrap  uagb-tm__imgicon-style-circle uagb-tm__image-position-bottom uagb-tm__bg-type-none \"><div class=\"uagb-tm__content\"><div class=\"uagb-tm__overlay\"></div><div class=\"uagb-tm__text-wrap\"><div class=\"uagb-tm__desc\">\"Breaking away from city life and coming out to a most wonderful romantic weekend away.  The unit is so comfortable.  Thank you for your great hospitality - we had an awesome time here.  Go well - with love\"​</div><div class=\"uagb-tm__meta-inner\"><div class=\"uagb-tm__image-content\"><div class=\"uagb-tm__image\"><img class=\"uagb-tm-img-src\" src=\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/testimonial4-150x150.jpg\" alt=\"\" width=\"32\" height=\"32\" loading=\"lazy\"/></div></div><div class=\"uagb-testimonial-details\"><span class=\"uagb-tm__author-name\"><strong><strong><strong>Liz &amp; Eddie</strong></strong></strong></span><span class=\"uagb-tm__company\"></span></div></div></div></div></div></div></div>\n<!-- /wp:uagb/testimonial --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"14e7e4e7\",\"widthDesktop\":50,\"variationSelected\":true,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-14e7e4e7\"><!-- wp:uagb/testimonial {\"test_item_count\":1,\"classMigrate\":true,\"test_block\":[{\"description\":\"\\u0022Judy, what a wonderful place you have here - we were so delighted to spend the weekend here, so tranquil, peaceful, and beautiful. You made us feel right at home. Definitely a place worth 5 stars! Go well.\\u0022​\",\"name\":\"\\u003cstrong\\u003e\\u003cstrong\\u003eBrian\\u003c/strong\\u003e\\u003c/strong\\u003e \\u003cstrong\\u003e\\u003cstrong\\u003e\\u003cstrong\\u003eand \\u003cstrong\\u003eMariska\\u003c/strong\\u003e\\u003c/strong\\u003e\\u003cbr\\u003e\\u003c/strong\\u003e\\u003c/strong\\u003e\",\"company\":\"\",\"image\":{\"id\":120,\"title\":\"testimonial2\",\"filename\":\"testimonial2.jpg\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/testimonial2.jpg\",\"link\":\"https://blueroan.netgen.cloud/testimonial2/\",\"alt\":\"\",\"author\":\"34\",\"description\":\"\",\"caption\":\"\",\"name\":\"testimonial2\",\"status\":\"inherit\",\"uploadedTo\":0,\"date\":\"2021-05-11T05:02:03.000Z\",\"modified\":\"2021-05-11T05:02:03.000Z\",\"menuOrder\":0,\"mime\":\"image/jpeg\",\"type\":\"image\",\"subtype\":\"jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/default.png\",\"dateFormatted\":\"May 11, 2021\",\"nonces\":{\"update\":\"1ee6412858\",\"delete\":\"4414a2ccbf\",\"edit\":\"bde7b1f490\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=120\\u0026action=edit\",\"meta\":false,\"authorName\":\"Rishabh\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/user-edit.php?user_id=34\",\"filesizeInBytes\":10087,\"filesizeHumanReadable\":\"10 KB\",\"context\":\"\",\"height\":250,\"width\":250,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/testimonial2-150x150.jpg\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/testimonial2.jpg\",\"height\":250,\"width\":250,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}}}],\"headingAlign\":\"left\",\"headingAlignTablet\":\"left\",\"headingAlignMobile\":\"left\",\"descColor\":\"var(\\u002d\\u002dast-global-color-3)\",\"nameFontSize\":14,\"nameLineHeight\":1,\"descFontSize\":16,\"descFontWeight\":\"600\",\"nameSpace\":1,\"block_id\":\"e0218e52\",\"iconImage\":{\"url\":\"\",\"alt\":\"InfoBox placeholder img\"},\"imageWidth\":32,\"columnGap\":1,\"borderStyle\":\"\",\"paddingTop\":0,\"paddingBottom\":0,\"paddingLeft\":0,\"paddingRight\":0,\"spacingLink\":true,\"imgpaddingTop\":0,\"imgpaddingRight\":15,\"imgpaddingBottom\":0,\"imgpaddingLeft\":0,\"overallBorderStyle\":\"none\",\"imgTagHeight\":32,\"imgTagWidth\":150} -->\n<div class=\"wp-block-uagb-testimonial uagb-slick-carousel uagb-tm__arrow-outside uagb-block-e0218e52 uagb-post__carousel_notset uagb-post__carousel_notset-tablet uagb-post__carousel_notset-mobile\"><div class=\"is-carousel uagb-tm__columns-1 uagb-tm__items\"><div class=\"uagb-testimonial__wrap  uagb-tm__imgicon-style-circle uagb-tm__image-position-bottom uagb-tm__bg-type-none \"><div class=\"uagb-tm__content\"><div class=\"uagb-tm__overlay\"></div><div class=\"uagb-tm__text-wrap\"><div class=\"uagb-tm__desc\">\"Judy, what a wonderful place you have here - we were so delighted to spend the weekend here, so tranquil, peaceful, and beautiful. You made us feel right at home. Definitely a place worth 5 stars! Go well.\"​</div><div class=\"uagb-tm__meta-inner\"><div class=\"uagb-tm__image-content\"><div class=\"uagb-tm__image\"><img class=\"uagb-tm-img-src\" src=\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/testimonial2-150x150.jpg\" alt=\"\" width=\"32\" height=\"32\" loading=\"lazy\"/></div></div><div class=\"uagb-testimonial-details\"><span class=\"uagb-tm__author-name\"><strong><strong>Brian</strong></strong> <strong><strong><strong>and <strong>Mariska</strong></strong><br></strong></strong></span><span class=\"uagb-tm__company\"></span></div></div></div></div></div></div></div>\n<!-- /wp:uagb/testimonial -->\n\n<!-- wp:uagb/testimonial {\"test_item_count\":1,\"classMigrate\":true,\"test_block\":[{\"description\":\"\\u0022Thank you for the most wonderful time, Judy!  This was the most peaceful and perfect place to get engaged!  We will most certainly be back!!!  Your hospitality cannot be topped!\\u0022​\",\"name\":\"\\u003cstrong\\u003e\\u003cstrong\\u003e\\u003cstrong\\u003e\\u003cstrong\\u003eBrett and Kelly\\u003c/strong\\u003e\\u003c/strong\\u003e\\u003c/strong\\u003e\\u003c/strong\\u003e\",\"company\":\"\",\"image\":{\"id\":121,\"title\":\"testimonial3\",\"filename\":\"testimonial3.jpg\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/testimonial3.jpg\",\"link\":\"https://blueroan.netgen.cloud/testimonial3/\",\"alt\":\"\",\"author\":\"34\",\"description\":\"\",\"caption\":\"\",\"name\":\"testimonial3\",\"status\":\"inherit\",\"uploadedTo\":0,\"date\":\"2021-05-11T05:02:05.000Z\",\"modified\":\"2021-05-11T05:02:05.000Z\",\"menuOrder\":0,\"mime\":\"image/jpeg\",\"type\":\"image\",\"subtype\":\"jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/default.png\",\"dateFormatted\":\"May 11, 2021\",\"nonces\":{\"update\":\"290653da5d\",\"delete\":\"90a4fb2d63\",\"edit\":\"ff8a64e56e\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=121\\u0026action=edit\",\"meta\":false,\"authorName\":\"Rishabh\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/user-edit.php?user_id=34\",\"filesizeInBytes\":8748,\"filesizeHumanReadable\":\"9 KB\",\"context\":\"\",\"height\":250,\"width\":250,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/testimonial3-150x150.jpg\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/testimonial3.jpg\",\"height\":250,\"width\":250,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}}}],\"headingAlign\":\"left\",\"headingAlignTablet\":\"left\",\"headingAlignMobile\":\"left\",\"descColor\":\"var(\\u002d\\u002dast-global-color-3)\",\"nameFontSize\":14,\"nameLineHeight\":1,\"descFontSize\":16,\"descFontWeight\":\"600\",\"nameSpace\":1,\"block_id\":\"541b7484\",\"iconImage\":{\"url\":\"\",\"alt\":\"InfoBox placeholder img\"},\"imageWidth\":32,\"columnGap\":1,\"borderStyle\":\"\",\"paddingTop\":0,\"paddingBottom\":0,\"paddingLeft\":0,\"paddingRight\":0,\"spacingLink\":true,\"imgpaddingTop\":0,\"imgpaddingRight\":15,\"imgpaddingBottom\":0,\"imgpaddingLeft\":0,\"overallBorderStyle\":\"none\",\"imgTagHeight\":32,\"imgTagWidth\":150} -->\n<div class=\"wp-block-uagb-testimonial uagb-slick-carousel uagb-tm__arrow-outside uagb-block-541b7484 uagb-post__carousel_notset uagb-post__carousel_notset-tablet uagb-post__carousel_notset-mobile\"><div class=\"is-carousel uagb-tm__columns-1 uagb-tm__items\"><div class=\"uagb-testimonial__wrap  uagb-tm__imgicon-style-circle uagb-tm__image-position-bottom uagb-tm__bg-type-none \"><div class=\"uagb-tm__content\"><div class=\"uagb-tm__overlay\"></div><div class=\"uagb-tm__text-wrap\"><div class=\"uagb-tm__desc\">\"Thank you for the most wonderful time, Judy!  This was the most peaceful and perfect place to get engaged!  We will most certainly be back!!!  Your hospitality cannot be topped!\"​</div><div class=\"uagb-tm__meta-inner\"><div class=\"uagb-tm__image-content\"><div class=\"uagb-tm__image\"><img class=\"uagb-tm-img-src\" src=\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/testimonial3-150x150.jpg\" alt=\"\" width=\"32\" height=\"32\" loading=\"lazy\"/></div></div><div class=\"uagb-testimonial-details\"><span class=\"uagb-tm__author-name\"><strong><strong><strong><strong>Brett and Kelly</strong></strong></strong></strong></span><span class=\"uagb-tm__company\"></span></div></div></div></div></div></div></div>\n<!-- /wp:uagb/testimonial --></div>\n<!-- /wp:uagb/container --></div>\n<!-- /wp:uagb/container --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"2f60ad82\",\"innerContentCustomWidthDesktop\":781,\"innerContentCustomWidthTablet\":781,\"backgroundType\":\"image\",\"backgroundImageDesktop\":{\"id\":809,\"title\":\"26759994757_767d9794fd_b\",\"filename\":\"26759994757_767d9794fd_b.jpg\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/26759994757_767d9794fd_b.jpg\",\"link\":\"https://blueroan.netgen.cloud/?attachment_id=809\",\"alt\":\"\",\"author\":\"2\",\"description\":\"\",\"caption\":\"\",\"name\":\"26759994757_767d9794fd_b\",\"status\":\"inherit\",\"uploadedTo\":805,\"date\":\"2022-12-13T09:51:53.000Z\",\"modified\":\"2022-12-13T09:51:53.000Z\",\"menuOrder\":0,\"mime\":\"image/jpeg\",\"type\":\"image\",\"subtype\":\"jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-includes/images/media/default.png\",\"dateFormatted\":\"December 13, 2022\",\"nonces\":{\"update\":\"39b5c0eef1\",\"delete\":\"fde92abd83\",\"edit\":\"3923face9e\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=809\\u0026action=edit\",\"meta\":false,\"authorName\":\"Netgen Support\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/profile.php\",\"uploadedToTitle\":\"Magaliesburg\",\"uploadedToLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=805\\u0026action=edit\",\"filesizeInBytes\":143610,\"filesizeHumanReadable\":\"140 KB\",\"context\":\"\",\"height\":683,\"width\":1024,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/26759994757_767d9794fd_b-150x150.jpg\",\"orientation\":\"landscape\"},\"medium\":{\"height\":200,\"width\":300,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/26759994757_767d9794fd_b-300x200.jpg\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/26759994757_767d9794fd_b.jpg\",\"height\":683,\"width\":1024,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"backgroundImageColor\":\"rgba(42,42,42,0.65)\",\"topPaddingDesktop\":144,\"bottomPaddingDesktop\":144,\"leftPaddingDesktop\":40,\"rightPaddingDesktop\":40,\"topPaddingTablet\":80,\"bottomPaddingTablet\":80,\"leftPaddingTablet\":40,\"rightPaddingTablet\":40,\"topPaddingMobile\":64,\"bottomPaddingMobile\":64,\"leftPaddingMobile\":24,\"rightPaddingMobile\":24,\"paddingLink\":false,\"variationSelected\":true,\"isBlockRootParent\":true,\"overlayType\":\"color\"} -->\n<div class=\"wp-block-uagb-container uagb-block-2f60ad82 alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/advanced-heading {\"block_id\":\"226e29da\",\"classMigrate\":true,\"headingDescToggle\":true,\"headingAlign\":\"center\",\"headingColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"subHeadingColor\":\"var(\\u002d\\u002dast-global-color-4)\",\"headSpace\":20} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-226e29da\"><h2 class=\"uagb-heading-text\">Plan an Unforgettable Experience at <br>Blue Roan!</h2><p class=\"uagb-desc-text\">Blue Roan is a 3-star graded pet-friendly venue</p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/advanced-heading {\"block_id\":\"66b9987e\",\"classMigrate\":true,\"headingTitleToggle\":false,\"headingDescToggle\":true,\"headingAlign\":\"center\",\"subHeadingColor\":\"var(\\u002d\\u002dast-global-color-4)\",\"subHeadTransform\":\"uppercase\",\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"subHeadLetterSpacing\":2,\"blockTopPadding\":60,\"blockRightPadding\":0,\"blockLeftPadding\":0,\"blockBottomPadding\":0,\"blockTopPaddingMobile\":30,\"blockRightPaddingMobile\":0,\"blockLeftPaddingMobile\":0,\"blockBottomPaddingMobile\":0,\"linkColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"linkHColor\":\"var(\\u002d\\u002dast-global-color-0)\"} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-66b9987e\"><p class=\"uagb-desc-text\"><a href=\"https://book.nightsbridge.com/11065\" target=\"_blank\" rel=\"noreferrer noopener\">BOOK YOUR STAY NOW​</a></p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/icon-list {\"block_id\":\"113d1ef6\",\"classMigrate\":true,\"childMigrate\":true,\"align\":\"center\",\"parentIcon\":\"phone\",\"size\":40,\"sizeMobile\":24,\"sizeTablet\":32,\"fontSize\":48,\"fontSizeMobile\":28,\"fontSizeTablet\":40,\"fontWeight\":\"600\",\"iconColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"labelColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"blockTopPadding\":0,\"blockRightPadding\":0,\"blockLeftPadding\":0,\"blockBottomPadding\":24,\"blockPaddingLink\":false} -->\n<div class=\"wp-block-uagb-icon-list uagb-block-113d1ef6\"><div class=\"uagb-icon-list__wrap\"><!-- wp:uagb/icon-list-child {\"block_id\":\"a137da1d\",\"label\":\" + 27 (0) 82 575 5409\",\"label_color\":\"\",\"link\":\"tel:+27825755409\",\"disableLink\":true,\"fromParentIcon\":\"phone\",\"imageSizeChild\":40} -->\n<div class=\"wp-block-uagb-icon-list-child uagb-block-a137da1d\"><a target=\"_self\" aria-label=\" + 27 (0) 82 575 5409\" rel=\"noopener noreferrer\" href=\"tel:+27825755409\"> </a><span class=\"uagb-icon-list__source-wrap\"><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M511.2 387l-23.25 100.8c-3.266 14.25-15.79 24.22-30.46 24.22C205.2 512 0 306.8 0 54.5c0-14.66 9.969-27.2 24.22-30.45l100.8-23.25C139.7-2.602 154.7 5.018 160.8 18.92l46.52 108.5c5.438 12.78 1.77 27.67-8.98 36.45L144.5 207.1c33.98 69.22 90.26 125.5 159.5 159.5l44.08-53.8c8.688-10.78 23.69-14.51 36.47-8.975l108.5 46.51C506.1 357.2 514.6 372.4 511.2 387z\"></path></svg></span><span class=\"uagb-icon-list__label\"> + 27 (0) 82 575 5409</span></div>\n<!-- /wp:uagb/icon-list-child -->\n\n<!-- wp:uagb/icon-list-child {\"block_id\":\"96f5d59d\",\"label\":\"blueroan@ugo.co.za\",\"icon\":\"envelope\",\"label_color\":\"\",\"link\":\"mailto:blueroan@ugo.co.za\",\"disableLink\":true,\"fromParentIcon\":\"phone\",\"imageSizeChild\":40} -->\n<div class=\"wp-block-uagb-icon-list-child uagb-block-96f5d59d\"><a target=\"_self\" aria-label=\"blueroan@ugo.co.za\" rel=\"noopener noreferrer\" href=\"mailto:blueroan@ugo.co.za\"> </a><span class=\"uagb-icon-list__source-wrap\"><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M464 64C490.5 64 512 85.49 512 112C512 127.1 504.9 141.3 492.8 150.4L275.2 313.6C263.8 322.1 248.2 322.1 236.8 313.6L19.2 150.4C7.113 141.3 0 127.1 0 112C0 85.49 21.49 64 48 64H464zM217.6 339.2C240.4 356.3 271.6 356.3 294.4 339.2L512 176V384C512 419.3 483.3 448 448 448H64C28.65 448 0 419.3 0 384V176L217.6 339.2z\"></path></svg></span><span class=\"uagb-icon-list__label\">blueroan@ugo.co.za</span></div>\n<!-- /wp:uagb/icon-list-child --></div></div>\n<!-- /wp:uagb/icon-list --></div></div>\n<!-- /wp:uagb/container -->',	'Home',	'',	'inherit',	'closed',	'closed',	'',	'760-revision-v1',	'',	'',	'2022-12-21 11:48:09',	'2022-12-21 11:48:09',	'',	760,	'https://blueroan.netgen.cloud/?p=1384',	0,	'revision',	'',	0),
(1385,	2,	'2022-12-21 11:48:23',	'2022-12-21 11:48:23',	'<!-- wp:uagb/container {\"block_id\":\"0d585283\",\"minHeightDesktop\":95,\"minHeightTablet\":70,\"minHeightMobile\":80,\"minHeightType\":\"vh\",\"alignItemsDesktop\":\"flex-start\",\"backgroundType\":\"image\",\"backgroundImageDesktop\":{\"uploading\":false,\"date\":1670921854000,\"filename\":\"Blue-Roan-pool.jpg\",\"menuOrder\":0,\"uploadedTo\":760,\"type\":\"image\",\"subtype\":\"jpeg\",\"id\":784,\"title\":\"Blue Roan - pool\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Blue-Roan-pool.jpg\",\"link\":\"https://blueroan.netgen.cloud/home/blue-roan-pool/\",\"alt\":\"\",\"author\":\"2\",\"description\":\"\",\"caption\":\"\",\"name\":\"blue-roan-pool\",\"status\":\"inherit\",\"modified\":1670921854000,\"mime\":\"image/jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-includes/images/media/default.png\",\"dateFormatted\":\"December 13, 2022\",\"nonces\":{\"update\":\"51a12ed09e\",\"delete\":\"5174068551\",\"edit\":\"1de0721407\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=784\\u0026action=edit\",\"meta\":false,\"authorName\":\"Netgen Support\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/profile.php\",\"uploadedToTitle\":\"Home\",\"uploadedToLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=760\\u0026action=edit\",\"filesizeInBytes\":154801,\"filesizeHumanReadable\":\"151 KB\",\"context\":\"\",\"height\":667,\"width\":1000,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Blue-Roan-pool-150x150.jpg\",\"orientation\":\"landscape\"},\"medium\":{\"height\":200,\"width\":300,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Blue-Roan-pool-300x200.jpg\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Blue-Roan-pool.jpg\",\"height\":667,\"width\":1000,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"backgroundPositionDesktop\":{\"x\":0.5,\"y\":0.25},\"backgroundImageColor\":\"rgba(42,42,42,0.35)\",\"topPaddingDesktop\":0,\"bottomPaddingDesktop\":0,\"leftPaddingDesktop\":40,\"rightPaddingDesktop\":40,\"topPaddingTablet\":120,\"bottomPaddingTablet\":120,\"leftPaddingTablet\":40,\"rightPaddingTablet\":40,\"topPaddingMobile\":150,\"bottomPaddingMobile\":150,\"leftPaddingMobile\":20,\"rightPaddingMobile\":20,\"paddingLink\":false,\"variationSelected\":true,\"isBlockRootParent\":true,\"overlayType\":\"color\",\"minHeightTypeTablet\":\"vh\",\"minHeightTypeMobile\":\"vh\"} -->\n<div class=\"wp-block-uagb-container uagb-block-0d585283 alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:group {\"layout\":{\"type\":\"constrained\",\"justifyContent\":\"left\"}} -->\n<div class=\"wp-block-group\"><!-- wp:uagb/info-box {\"classMigrate\":true,\"headingAlign\":\"left\",\"headingColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"subHeadingColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"headingTag\":\"h1\",\"subHeadFontSize\":17,\"subHeadFontSizeMobile\":15,\"headSpace\":20,\"subHeadSpace\":40,\"block_id\":\"37483174\",\"ctaIcon\":\"\",\"ctaType\":\"button\",\"ctaText\":\"Book Your Stay Now\",\"ctaLink\":\"https://book.nightsbridge.com/11065\",\"ctaBtnLinkColor\":\"var(\\u002d\\u002dast-global-color-2)\",\"ctaLinkHoverColor\":\"var(\\u002d\\u002dast-global-color-2)\",\"ctaBgColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"ctaBgHoverColor\":\"var(\\u002d\\u002dast-global-color-4)\",\"ctaBorderColor\":\"\",\"ctaBorderStyle\":\"\",\"ctaBorderWidth\":\"\",\"ctaBorderRadius\":\"\",\"iconImage\":{\"url\":\"\",\"alt\":\"InfoBox placeholder img\"},\"showIcon\":false,\"paddingBtnTop\":18,\"paddingBtnBottom\":18,\"paddingBtnLeft\":34,\"paddingBtnRight\":34,\"blockTopPadding\":5,\"blockRightPadding\":40,\"blockLeftPadding\":0,\"blockBottomPadding\":0,\"blockTopPaddingTablet\":0,\"blockRightPaddingTablet\":64,\"blockLeftPaddingTablet\":0,\"blockBottomPaddingTablet\":0,\"blockTopPaddingMobile\":0,\"blockRightPaddingMobile\":0,\"blockLeftPaddingMobile\":0,\"blockBottomPaddingMobile\":0,\"blockPaddingUnit\":\"%\",\"blockPaddingLink\":false,\"subHeadMarginTopTablet\":0,\"subHeadMarginRightTablet\":64,\"subHeadTabletSpace\":40,\"subHeadMarginLeftTablet\":0,\"subHeadMarginTopMobile\":0,\"subHeadMarginRightMobile\":0,\"subHeadMobileSpace\":40,\"subHeadMarginLeftMobile\":0,\"btnBorderTopWidth\":1,\"btnBorderLeftWidth\":1,\"btnBorderRightWidth\":1,\"btnBorderBottomWidth\":1,\"btnBorderTopLeftRadius\":0,\"btnBorderTopRightRadius\":0,\"btnBorderBottomLeftRadius\":0,\"btnBorderBottomRightRadius\":0,\"btnBorderStyle\":\"none\",\"btnBorderColor\":\"#333\",\"zIndex\":null} -->\n<div class=\"wp-block-uagb-info-box uagb-block-37483174 uagb-infobox__content-wrap  uagb-infobox-icon-above-title uagb-infobox-image-valign-top\"><div class=\"uagb-ifb-content\"><div class=\"uagb-ifb-title-wrap\"><h1 class=\"uagb-ifb-title\"><strong>Magaliesburg pet friendly self-catering accommodation</strong></h1></div><p class=\"uagb-ifb-desc\">Romantic pet-friendly self-catering accommodation in Magaliesburg, Gauteng.</p><div class=\"uagb-ifb-button-wrapper wp-block-button\"><a href=\"https://book.nightsbridge.com/11065\" class=\"uagb-infobox-cta-link wp-block-button__link\" target=\"_self\" rel=\"noopener noreferrer\" alt=\"\"><span class=\"uagb-inline-editing\">Book Your Stay Now</span></a></div></div></div>\n<!-- /wp:uagb/info-box --></div>\n<!-- /wp:group -->\n\n<!-- wp:buttons {\"layout\":{\"type\":\"flex\",\"justifyContent\":\"left\",\"orientation\":\"horizontal\"}} -->\n<div class=\"wp-block-buttons\"><!-- wp:button {\"backgroundColor\":\"ast-global-color-5\",\"textColor\":\"ast-global-color-2\",\"width\":25,\"style\":{\"spacing\":{\"padding\":{\"top\":\"var:preset|spacing|50\",\"right\":\"var:preset|spacing|30\",\"bottom\":\"var:preset|spacing|50\",\"left\":\"var:preset|spacing|30\"}}},\"className\":\"is-style-fill\"} -->\n<div class=\"wp-block-button has-custom-width wp-block-button__width-25 is-style-fill\"><a class=\"wp-block-button__link has-ast-global-color-2-color has-ast-global-color-5-background-color has-text-color has-background wp-element-button\" style=\"padding-top:var(--wp--preset--spacing--50);padding-right:var(--wp--preset--spacing--30);padding-bottom:var(--wp--preset--spacing--50);padding-left:var(--wp--preset--spacing--30)\">book your stay now</a></div>\n<!-- /wp:button -->\n\n<!-- wp:button {\"backgroundColor\":\"ast-global-color-5\",\"textColor\":\"ast-global-color-2\",\"width\":25,\"style\":{\"spacing\":{\"padding\":{\"top\":\"var:preset|spacing|50\",\"right\":\"var:preset|spacing|30\",\"bottom\":\"var:preset|spacing|50\",\"left\":\"var:preset|spacing|30\"}}},\"className\":\"is-style-fill\"} -->\n<div class=\"wp-block-button has-custom-width wp-block-button__width-25 is-style-fill\"><a class=\"wp-block-button__link has-ast-global-color-2-color has-ast-global-color-5-background-color has-text-color has-background wp-element-button\" href=\"\" style=\"padding-top:var(--wp--preset--spacing--50);padding-right:var(--wp--preset--spacing--30);padding-bottom:var(--wp--preset--spacing--50);padding-left:var(--wp--preset--spacing--30)\" target=\"_blank\" rel=\"https://book.nightsbridge.com/11065 noopener\">Check availability</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"35d732cc\",\"directionDesktop\":\"row\",\"directionMobile\":\"column-reverse\",\"alignItemsDesktop\":\"flex-start\",\"backgroundType\":\"color\",\"backgroundSizeTablet\":\"cover\",\"backgroundSizeMobile\":\"cover\",\"backgroundColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"topPaddingDesktop\":60,\"bottomPaddingDesktop\":60,\"topPaddingTablet\":80,\"bottomPaddingTablet\":80,\"leftPaddingTablet\":40,\"rightPaddingTablet\":40,\"topPaddingMobile\":64,\"bottomPaddingMobile\":64,\"leftPaddingMobile\":24,\"rightPaddingMobile\":24,\"paddingLink\":false,\"variationSelected\":true,\"columnGapDesktop\":60,\"columnGapTablet\":50,\"isBlockRootParent\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-35d732cc alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/container {\"block_id\":\"89dec69c\",\"widthDesktop\":50,\"variationSelected\":true,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-89dec69c\"><!-- wp:image {\"id\":797,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-13.jpg\" alt=\"\" class=\"wp-image-797\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>We have 7 lovely brick&nbsp;<strong>self-catering</strong>&nbsp;units, each one private and with its own character and theme. &nbsp;They are designed exclusively for couples with or without pets wanting a romantic and peaceful place to connect, re-connect, celebrate special occasions, or somewhere quiet and comfortable to come for a holiday</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:buttons -->\n<div class=\"wp-block-buttons\"><!-- wp:button -->\n<div class=\"wp-block-button\"><a class=\"wp-block-button__link wp-element-button\" href=\"/accommodation/\">View accomodation</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"01ffe196\",\"widthDesktop\":50,\"leftPaddingDesktop\":0,\"paddingLink\":false,\"variationSelected\":true,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-01ffe196\"><!-- wp:uagb/advanced-heading {\"block_id\":\"aab7aba4\",\"classMigrate\":true,\"headingDescToggle\":true,\"subHeadingColor\":\"\",\"headSpace\":20,\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-aab7aba4\"><h2 class=\"uagb-heading-text\"><strong>Blue Roan is a 3-star graded pet-friendly venue</strong></h2><p class=\"uagb-desc-text\">Our goal is to provide high-quality, romantic, comfortable, and affordable self-catering accommodation on the outskirts of the village of &nbsp;Magaliesburg. &nbsp;For animal lovers, we are also&nbsp;pet-friendly&nbsp;by arrangement in most of the units all of which have their own fully fenced and gated private grassy gardens.</p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/image {\"block_id\":\"b364d0d4\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/hammock-in-the-garden.jpg\",\"align\":\"left\",\"id\":799,\"linkDestination\":\"none\",\"naturalWidth\":600,\"naturalHeight\":400,\"sizeSlug\":\"full\",\"sizeSlugTablet\":\"full\",\"sizeSlugMobile\":\"full\",\"imageTopMargin\":20,\"imageRightMargin\":0,\"imageLeftMargin\":0,\"imageBottomMargin\":0,\"imageTopMarginMobile\":0,\"imageRightMarginMobile\":0,\"imageLeftMarginMobile\":0,\"imageBottomMarginMobile\":0,\"imageMarginLink\":false} -->\n<div class=\"wp-block-uagb-image uagb-block-b364d0d4 wp-block-uagb-image--layout-default wp-block-uagb-image--effect-static wp-block-uagb-image--align-left\"><figure class=\"wp-block-uagb-image__figure\"><img srcset=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/hammock-in-the-garden.jpg \" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/hammock-in-the-garden.jpg\" alt=\"\" class=\"uag-image-799\" width=\"\" height=\"\" title=\"\" loading=\"lazy\"/></figure></div>\n<!-- /wp:uagb/image --></div>\n<!-- /wp:uagb/container --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"94de5b4c\",\"directionDesktop\":\"row\",\"directionMobile\":\"column-reverse\",\"alignItemsDesktop\":\"flex-start\",\"backgroundType\":\"color\",\"backgroundSizeTablet\":\"cover\",\"backgroundSizeMobile\":\"cover\",\"backgroundColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"topPaddingDesktop\":0,\"bottomPaddingDesktop\":0,\"topPaddingTablet\":80,\"bottomPaddingTablet\":80,\"leftPaddingTablet\":40,\"rightPaddingTablet\":40,\"topPaddingMobile\":64,\"bottomPaddingMobile\":64,\"leftPaddingMobile\":24,\"rightPaddingMobile\":24,\"paddingLink\":false,\"variationSelected\":true,\"rowGapDesktop\":0,\"columnGapDesktop\":0,\"columnGapTablet\":50,\"isBlockRootParent\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-94de5b4c alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:image {\"align\":\"center\",\"id\":1344,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image aligncenter size-large\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/tgcsa-full-3-stars-1024x366.jpg\" alt=\"\" class=\"wp-image-1344\"/></figure>\n<!-- /wp:image --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"5c44e508\",\"backgroundType\":\"color\",\"backgroundSizeTablet\":\"cover\",\"backgroundSizeMobile\":\"cover\",\"backgroundColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"topPaddingDesktop\":50,\"bottomPaddingDesktop\":100,\"topPaddingTablet\":50,\"bottomPaddingTablet\":25,\"leftPaddingTablet\":20,\"rightPaddingTablet\":20,\"topPaddingMobile\":50,\"bottomPaddingMobile\":20,\"leftPaddingMobile\":20,\"rightPaddingMobile\":20,\"paddingLink\":false,\"variationSelected\":true,\"rowGapDesktop\":0,\"isBlockRootParent\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-5c44e508 alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/container {\"block_id\":\"f49bb2f0\",\"directionDesktop\":\"row\",\"alignItemsDesktop\":\"flex-end\",\"alignItemsTablet\":\"flex-end\",\"justifyContentDesktop\":\"flex-end\",\"justifyContentTablet\":\"space-between\",\"variationSelected\":true,\"rowGapMobile\":30,\"columnGapDesktop\":0} -->\n<div class=\"wp-block-uagb-container uagb-block-f49bb2f0\"><!-- wp:uagb/advanced-heading {\"block_id\":\"b00c2c0f\",\"classMigrate\":true,\"headingDescToggle\":true,\"subHeadingColor\":\"\",\"headSpace\":20,\"subHeadFontSize\":16} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-b00c2c0f\"><h2 class=\"uagb-heading-text\">Amenities &amp; Interests ​</h2><p class=\"uagb-desc-text\">The Blue Roan Country Lodge is situated just 5 minutes from the village of Magaliesburg on a tar road so easy access for all cars. &nbsp;We have panoramic views of the Magaliesberg mountain range and our farm is the perfect place for a relaxing getaway in the country. &nbsp;As we are only 70 km from JHB and Pretoria, it is only an hour’s drive.</p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/buttons {\"block_id\":\"99b351c7\",\"classMigrate\":true,\"childMigrate\":true,\"align\":\"right\",\"alignTablet\":\"right\",\"alignMobile\":\"left\",\"gap\":0} -->\n<div class=\"wp-block-uagb-buttons uagb-buttons__outer-wrap uagb-btn__default-btn uagb-btn-tablet__default-btn uagb-btn-mobile__default-btn uagb-block-99b351c7\"><div class=\"uagb-buttons__wrap uagb-buttons-layout-wrap\"><!-- wp:uagb/buttons-child {\"block_id\":\"8b121466\",\"label\":\"View All\",\"link\":\"/amenities/\",\"hColor\":\"\",\"borderWidth\":\"\",\"borderRadius\":\"\",\"borderStyle\":\"\",\"borderColor\":\"\",\"borderHColor\":\"\",\"btnBorderTopWidth\":1,\"btnBorderLeftWidth\":1,\"btnBorderRightWidth\":1,\"btnBorderBottomWidth\":1,\"btnBorderTopLeftRadius\":2,\"btnBorderTopRightRadius\":2,\"btnBorderBottomLeftRadius\":2,\"btnBorderBottomRightRadius\":2,\"btnBorderStyle\":\"solid\",\"btnBorderColor\":\"#333\",\"btnBorderHColor\":\"#333\"} -->\n<div class=\"wp-block-uagb-buttons-child uagb-buttons__outer-wrap uagb-block-8b121466 wp-block-button is-style-outline\"><div class=\"uagb-button__wrapper\"><a class=\"uagb-buttons-repeater wp-block-button__link\" href=\"/amenities/\" rel=\"follow noopener\" target=\"_self\"><div class=\"uagb-button__link\">View All</div></a></div></div>\n<!-- /wp:uagb/buttons-child --></div></div>\n<!-- /wp:uagb/buttons --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"74751ec1\",\"directionDesktop\":\"row\",\"alignItemsTablet\":\"flex-start\",\"paddingLink\":false,\"topMarginDesktop\":50,\"bottomMarginDesktop\":20,\"leftMarginDesktop\":0,\"rightMarginDesktop\":0,\"marginLink\":false,\"variationSelected\":true,\"rowGapMobile\":65,\"columnGapDesktop\":48,\"columnGapTablet\":20} -->\n<div class=\"wp-block-uagb-container uagb-block-74751ec1\"><!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"align\":\"center\",\"id\":828,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image aligncenter size-full\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Blue-Roan-pool.png\" alt=\"Blue Roan\'s rock pool\" class=\"wp-image-828\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>A relaxing rock Pool​</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>We have a lovely sparkling blue rock pool next to a thatched Lapa. &nbsp;&nbsp;Lie on recliners on the green lawn or sit on the swing chair in the Lapa and enjoy the panoramic view of the Magaliesberg mountain range.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":829,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/img-20160605-wa0002-largejpg.png\" alt=\"\" class=\"wp-image-829\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>Braai facilities </h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>What can compare to a burning fire under the star-lit African sky? Nothing beats the flavor of cooking over an open flame.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":1354,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Games-Room.png\" alt=\"\" class=\"wp-image-1354\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>A games room </h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>The reception is also a games room for those who enjoy darts or playing pool. &nbsp;Take a selection of DVDs back to your room and watch movies on your own DVD player. &nbsp;There is also a selection of board games and music CDs that you can borrow.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div>\n<!-- /wp:uagb/container --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"f3c0bdbf\",\"backgroundType\":\"color\",\"backgroundSizeTablet\":\"cover\",\"backgroundSizeMobile\":\"cover\",\"backgroundColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"bottomPaddingDesktop\":104,\"leftPaddingDesktop\":40,\"rightPaddingDesktop\":40,\"topPaddingTablet\":80,\"bottomPaddingTablet\":80,\"leftPaddingTablet\":40,\"rightPaddingTablet\":40,\"topPaddingMobile\":64,\"bottomPaddingMobile\":64,\"leftPaddingMobile\":24,\"rightPaddingMobile\":24,\"paddingLink\":false,\"variationSelected\":true,\"rowGapDesktop\":0,\"isBlockRootParent\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-f3c0bdbf alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/advanced-heading {\"block_id\":\"ac92718f\",\"classMigrate\":true,\"headingDescToggle\":true,\"headingAlign\":\"center\",\"headingAlignMobile\":\"left\",\"subHeadingColor\":\"\",\"headSpace\":20,\"subHeadFontSize\":16,\"blockBottomPadding\":20} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-ac92718f\"><h2 class=\"uagb-heading-text\">Our Inside Pictures​</h2><p class=\"uagb-desc-text\">Take a look at some pretty pictures captured in and around our premises.</p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/container {\"block_id\":\"7924f026\",\"directionDesktop\":\"row\",\"alignItemsDesktop\":\"flex-start\",\"topMarginDesktop\":20,\"bottomMarginDesktop\":0,\"leftMarginDesktop\":0,\"rightMarginDesktop\":0,\"marginLink\":false,\"variationSelected\":true,\"rowGapMobile\":24,\"columnGapDesktop\":24,\"columnGapTablet\":20} -->\n<div class=\"wp-block-uagb-container uagb-block-7924f026\"><!-- wp:uagb/container {\"block_id\":\"05fee2ce\",\"widthDesktop\":32,\"variationSelected\":true,\"rowGapDesktop\":24,\"rowGapTablet\":20,\"rowGapMobile\":24,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-05fee2ce\"><!-- wp:uagb/image {\"block_id\":\"bd81c9c9\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/red-rose-1024x683.jpg\",\"id\":834,\"linkDestination\":\"none\",\"width\":385,\"height\":284,\"naturalWidth\":1024,\"naturalHeight\":683,\"sizeSlug\":\"large\",\"sizeSlugTablet\":\"large\",\"sizeSlugMobile\":\"large\",\"customHeightSetDesktop\":true} -->\n<div class=\"wp-block-uagb-image uagb-block-bd81c9c9 wp-block-uagb-image--layout-default wp-block-uagb-image--effect-static wp-block-uagb-image--align-none\"><figure class=\"wp-block-uagb-image__figure\"><img srcset=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/red-rose-1024x683.jpg \" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/red-rose-1024x683.jpg\" alt=\"\" class=\"uag-image-834\" width=\"385\" height=\"284\" title=\"\" loading=\"lazy\"/></figure></div>\n<!-- /wp:uagb/image -->\n\n<!-- wp:uagb/image {\"block_id\":\"e39b6738\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/49g.jpg\",\"id\":838,\"linkDestination\":\"none\",\"width\":385,\"height\":284,\"naturalWidth\":650,\"naturalHeight\":450,\"sizeSlug\":\"full\",\"sizeSlugTablet\":\"full\",\"sizeSlugMobile\":\"full\",\"customHeightSetDesktop\":true} -->\n<div class=\"wp-block-uagb-image uagb-block-e39b6738 wp-block-uagb-image--layout-default wp-block-uagb-image--effect-static wp-block-uagb-image--align-none\"><figure class=\"wp-block-uagb-image__figure\"><img srcset=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/49g.jpg \" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/49g.jpg\" alt=\"\" class=\"uag-image-838\" width=\"385\" height=\"284\" title=\"\" loading=\"lazy\"/></figure></div>\n<!-- /wp:uagb/image --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"c05e2ece\",\"widthDesktop\":67,\"variationSelected\":true,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-c05e2ece\"><!-- wp:uagb/image {\"block_id\":\"81fa5c7c\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAA39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba-1-1024x768.png\",\"id\":905,\"linkDestination\":\"none\",\"naturalWidth\":1024,\"naturalHeight\":768,\"sizeSlug\":\"large\",\"sizeSlugTablet\":\"large\",\"sizeSlugMobile\":\"large\"} -->\n<div class=\"wp-block-uagb-image uagb-block-81fa5c7c wp-block-uagb-image--layout-default wp-block-uagb-image--effect-static wp-block-uagb-image--align-none\"><figure class=\"wp-block-uagb-image__figure\"><img srcset=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAA39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba-1-1024x768.png \" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAA39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba-1-1024x768.png\" alt=\"\" class=\"uag-image-905\" width=\"\" height=\"\" title=\"\" loading=\"lazy\"/></figure></div>\n<!-- /wp:uagb/image --></div>\n<!-- /wp:uagb/container --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"bf504662\",\"directionDesktop\":\"row\",\"alignItemsDesktop\":\"flex-start\",\"topMarginDesktop\":24,\"bottomMarginDesktop\":0,\"leftMarginDesktop\":0,\"rightMarginDesktop\":0,\"topMarginTablet\":20,\"bottomMarginTablet\":0,\"leftMarginTablet\":0,\"rightMarginTablet\":0,\"topMarginMobile\":24,\"bottomMarginMobile\":0,\"leftMarginMobile\":0,\"rightMarginMobile\":0,\"marginLink\":false,\"variationSelected\":true,\"columnGapDesktop\":24,\"columnGapTablet\":20} -->\n<div class=\"wp-block-uagb-container uagb-block-bf504662\"><!-- wp:uagb/container {\"block_id\":\"5f829143\",\"widthDesktop\":67,\"variationSelected\":true,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-5f829143\"><!-- wp:image {\"id\":837,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-8-1024x678.jpg\" alt=\"\" class=\"wp-image-837\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"f1e725b0\",\"widthDesktop\":32,\"variationSelected\":true,\"rowGapDesktop\":24,\"rowGapTablet\":20,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-f1e725b0\"><!-- wp:uagb/image {\"block_id\":\"a830601b\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Blue-roan-pool-01.jpg\",\"id\":782,\"linkDestination\":\"none\",\"width\":385,\"height\":250,\"naturalWidth\":800,\"naturalHeight\":534,\"sizeSlug\":\"full\",\"sizeSlugTablet\":\"full\",\"sizeSlugMobile\":\"full\",\"customHeightSetDesktop\":true} -->\n<div class=\"wp-block-uagb-image uagb-block-a830601b wp-block-uagb-image--layout-default wp-block-uagb-image--effect-static wp-block-uagb-image--align-none\"><figure class=\"wp-block-uagb-image__figure\"><img srcset=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Blue-roan-pool-01.jpg \" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Blue-roan-pool-01.jpg\" alt=\"\" class=\"uag-image-782\" width=\"385\" height=\"250\" title=\"\" loading=\"lazy\"/></figure></div>\n<!-- /wp:uagb/image -->\n\n<!-- wp:uagb/image {\"block_id\":\"150353b2\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/bird-1024x683.jpg\",\"id\":910,\"linkDestination\":\"none\",\"width\":385,\"height\":250,\"naturalWidth\":1024,\"naturalHeight\":683,\"sizeSlug\":\"large\",\"sizeSlugTablet\":\"large\",\"sizeSlugMobile\":\"large\",\"customHeightSetDesktop\":true} -->\n<div class=\"wp-block-uagb-image uagb-block-150353b2 wp-block-uagb-image--layout-default wp-block-uagb-image--effect-static wp-block-uagb-image--align-none\"><figure class=\"wp-block-uagb-image__figure\"><img srcset=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/bird-1024x683.jpg \" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/bird-1024x683.jpg\" alt=\"\" class=\"uag-image-910\" width=\"385\" height=\"250\" title=\"\" loading=\"lazy\"/></figure></div>\n<!-- /wp:uagb/image --></div>\n<!-- /wp:uagb/container --></div>\n<!-- /wp:uagb/container --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"3412c19f\",\"backgroundType\":\"color\",\"backgroundSizeTablet\":\"cover\",\"backgroundSizeMobile\":\"cover\",\"backgroundColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"topPaddingDesktop\":40,\"bottomPaddingDesktop\":104,\"leftPaddingDesktop\":40,\"rightPaddingDesktop\":40,\"topPaddingTablet\":80,\"bottomPaddingTablet\":80,\"leftPaddingTablet\":40,\"rightPaddingTablet\":40,\"topPaddingMobile\":64,\"bottomPaddingMobile\":64,\"leftPaddingMobile\":24,\"rightPaddingMobile\":24,\"paddingLink\":false,\"variationSelected\":true,\"rowGapDesktop\":0,\"isBlockRootParent\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-3412c19f alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/advanced-heading {\"block_id\":\"b08e4e25\",\"classMigrate\":true,\"headingDescToggle\":true,\"headingAlign\":\"center\",\"headingAlignMobile\":\"left\",\"subHeadingColor\":\"\",\"headSpace\":20,\"subHeadFontSize\":16,\"blockBottomPadding\":20} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-b08e4e25\"><h2 class=\"uagb-heading-text\">What Our Guests Say​</h2><p class=\"uagb-desc-text\">We take pride in serving our guests the best experience. </p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/container {\"block_id\":\"5e4d14a0\",\"directionDesktop\":\"row\",\"topMarginDesktop\":40,\"bottomMarginDesktop\":0,\"leftMarginDesktop\":0,\"rightMarginDesktop\":0,\"marginLink\":false,\"variationSelected\":true,\"rowGapMobile\":40,\"columnGapDesktop\":90} -->\n<div class=\"wp-block-uagb-container uagb-block-5e4d14a0\"><!-- wp:uagb/container {\"block_id\":\"79290eaf\",\"widthDesktop\":50,\"variationSelected\":true,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-79290eaf\"><!-- wp:uagb/testimonial {\"test_item_count\":1,\"classMigrate\":true,\"test_block\":[{\"description\":\"\\u0022Thank you for a most enjoyable weekend stay and for making our anniversary so special.  Thank you for your kind and lovely friendship which we really appreciate!!!\\u0022​\",\"name\":\"\\u003cstrong\\u003eBrenda and Theuns\\u003c/strong\\u003e\",\"company\":\"\",\"image\":{\"id\":119,\"title\":\"testimonial1\",\"filename\":\"testimonial1.jpg\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/testimonial1.jpg\",\"link\":\"https://blueroan.netgen.cloud/testimonial1/\",\"alt\":\"\",\"author\":\"34\",\"description\":\"\",\"caption\":\"\",\"name\":\"testimonial1\",\"status\":\"inherit\",\"uploadedTo\":0,\"date\":\"2021-05-11T05:02:02.000Z\",\"modified\":\"2021-05-11T05:02:02.000Z\",\"menuOrder\":0,\"mime\":\"image/jpeg\",\"type\":\"image\",\"subtype\":\"jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/default.png\",\"dateFormatted\":\"May 11, 2021\",\"nonces\":{\"update\":\"b92fe40c3d\",\"delete\":\"643c1eb8f1\",\"edit\":\"d3e7d56b1d\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=119\\u0026action=edit\",\"meta\":false,\"authorName\":\"Rishabh\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/user-edit.php?user_id=34\",\"filesizeInBytes\":11264,\"filesizeHumanReadable\":\"11 KB\",\"context\":\"\",\"height\":250,\"width\":250,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/testimonial1-150x150.jpg\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/testimonial1.jpg\",\"height\":250,\"width\":250,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}}}],\"headingAlign\":\"left\",\"headingAlignTablet\":\"left\",\"headingAlignMobile\":\"left\",\"descColor\":\"var(\\u002d\\u002dast-global-color-3)\",\"nameFontSize\":14,\"nameLineHeight\":1,\"descFontSize\":16,\"descFontWeight\":\"600\",\"nameSpace\":1,\"block_id\":\"d90dd4c9\",\"iconImage\":{\"url\":\"\",\"alt\":\"InfoBox placeholder img\"},\"imageWidth\":32,\"columnGap\":1,\"borderStyle\":\"\",\"paddingTop\":0,\"paddingBottom\":0,\"paddingLeft\":0,\"paddingRight\":0,\"spacingLink\":true,\"imgpaddingTop\":0,\"imgpaddingRight\":15,\"imgpaddingBottom\":0,\"imgpaddingLeft\":0,\"overallBorderStyle\":\"none\",\"imgTagHeight\":32,\"imgTagWidth\":150} -->\n<div class=\"wp-block-uagb-testimonial uagb-slick-carousel uagb-tm__arrow-outside uagb-block-d90dd4c9 uagb-post__carousel_notset uagb-post__carousel_notset-tablet uagb-post__carousel_notset-mobile\"><div class=\"is-carousel uagb-tm__columns-1 uagb-tm__items\"><div class=\"uagb-testimonial__wrap  uagb-tm__imgicon-style-circle uagb-tm__image-position-bottom uagb-tm__bg-type-none \"><div class=\"uagb-tm__content\"><div class=\"uagb-tm__overlay\"></div><div class=\"uagb-tm__text-wrap\"><div class=\"uagb-tm__desc\">\"Thank you for a most enjoyable weekend stay and for making our anniversary so special.  Thank you for your kind and lovely friendship which we really appreciate!!!\"​</div><div class=\"uagb-tm__meta-inner\"><div class=\"uagb-tm__image-content\"><div class=\"uagb-tm__image\"><img class=\"uagb-tm-img-src\" src=\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/testimonial1-150x150.jpg\" alt=\"\" width=\"32\" height=\"32\" loading=\"lazy\"/></div></div><div class=\"uagb-testimonial-details\"><span class=\"uagb-tm__author-name\"><strong>Brenda and Theuns</strong></span><span class=\"uagb-tm__company\"></span></div></div></div></div></div></div></div>\n<!-- /wp:uagb/testimonial -->\n\n<!-- wp:uagb/testimonial {\"test_item_count\":1,\"classMigrate\":true,\"test_block\":[{\"description\":\"\\u0022Breaking away from city life and coming out to a most wonderful romantic weekend away.  The unit is so comfortable.  Thank you for your great hospitality - we had an awesome time here.  Go well - with love\\u0022​\",\"name\":\"\\u003cstrong\\u003e\\u003cstrong\\u003e\\u003cstrong\\u003eLiz \\u0026amp; Eddie\\u003c/strong\\u003e\\u003c/strong\\u003e\\u003c/strong\\u003e\",\"company\":\"\",\"image\":{\"id\":122,\"title\":\"testimonial4\",\"filename\":\"testimonial4.jpg\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/testimonial4.jpg\",\"link\":\"https://blueroan.netgen.cloud/testimonial4/\",\"alt\":\"\",\"author\":\"34\",\"description\":\"\",\"caption\":\"\",\"name\":\"testimonial4\",\"status\":\"inherit\",\"uploadedTo\":0,\"date\":\"2021-05-11T05:02:06.000Z\",\"modified\":\"2021-05-11T05:02:06.000Z\",\"menuOrder\":0,\"mime\":\"image/jpeg\",\"type\":\"image\",\"subtype\":\"jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/default.png\",\"dateFormatted\":\"May 11, 2021\",\"nonces\":{\"update\":\"4e34860add\",\"delete\":\"9e126a55cd\",\"edit\":\"33ffd3c040\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=122\\u0026action=edit\",\"meta\":false,\"authorName\":\"Rishabh\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/user-edit.php?user_id=34\",\"filesizeInBytes\":16584,\"filesizeHumanReadable\":\"16 KB\",\"context\":\"\",\"height\":250,\"width\":250,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/testimonial4-150x150.jpg\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/testimonial4.jpg\",\"height\":250,\"width\":250,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}}}],\"headingAlign\":\"left\",\"headingAlignTablet\":\"left\",\"headingAlignMobile\":\"left\",\"descColor\":\"var(\\u002d\\u002dast-global-color-3)\",\"nameFontSize\":14,\"nameLineHeight\":1,\"descFontSize\":16,\"descFontWeight\":\"600\",\"nameSpace\":1,\"block_id\":\"33ff9087\",\"iconImage\":{\"url\":\"\",\"alt\":\"InfoBox placeholder img\"},\"imageWidth\":32,\"columnGap\":1,\"borderStyle\":\"\",\"paddingTop\":0,\"paddingBottom\":0,\"paddingLeft\":0,\"paddingRight\":0,\"spacingLink\":true,\"imgpaddingTop\":0,\"imgpaddingRight\":15,\"imgpaddingBottom\":0,\"imgpaddingLeft\":0,\"overallBorderStyle\":\"none\",\"imgTagHeight\":32,\"imgTagWidth\":150} -->\n<div class=\"wp-block-uagb-testimonial uagb-slick-carousel uagb-tm__arrow-outside uagb-block-33ff9087 uagb-post__carousel_notset uagb-post__carousel_notset-tablet uagb-post__carousel_notset-mobile\"><div class=\"is-carousel uagb-tm__columns-1 uagb-tm__items\"><div class=\"uagb-testimonial__wrap  uagb-tm__imgicon-style-circle uagb-tm__image-position-bottom uagb-tm__bg-type-none \"><div class=\"uagb-tm__content\"><div class=\"uagb-tm__overlay\"></div><div class=\"uagb-tm__text-wrap\"><div class=\"uagb-tm__desc\">\"Breaking away from city life and coming out to a most wonderful romantic weekend away.  The unit is so comfortable.  Thank you for your great hospitality - we had an awesome time here.  Go well - with love\"​</div><div class=\"uagb-tm__meta-inner\"><div class=\"uagb-tm__image-content\"><div class=\"uagb-tm__image\"><img class=\"uagb-tm-img-src\" src=\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/testimonial4-150x150.jpg\" alt=\"\" width=\"32\" height=\"32\" loading=\"lazy\"/></div></div><div class=\"uagb-testimonial-details\"><span class=\"uagb-tm__author-name\"><strong><strong><strong>Liz &amp; Eddie</strong></strong></strong></span><span class=\"uagb-tm__company\"></span></div></div></div></div></div></div></div>\n<!-- /wp:uagb/testimonial --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"14e7e4e7\",\"widthDesktop\":50,\"variationSelected\":true,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-14e7e4e7\"><!-- wp:uagb/testimonial {\"test_item_count\":1,\"classMigrate\":true,\"test_block\":[{\"description\":\"\\u0022Judy, what a wonderful place you have here - we were so delighted to spend the weekend here, so tranquil, peaceful, and beautiful. You made us feel right at home. Definitely a place worth 5 stars! Go well.\\u0022​\",\"name\":\"\\u003cstrong\\u003e\\u003cstrong\\u003eBrian\\u003c/strong\\u003e\\u003c/strong\\u003e \\u003cstrong\\u003e\\u003cstrong\\u003e\\u003cstrong\\u003eand \\u003cstrong\\u003eMariska\\u003c/strong\\u003e\\u003c/strong\\u003e\\u003cbr\\u003e\\u003c/strong\\u003e\\u003c/strong\\u003e\",\"company\":\"\",\"image\":{\"id\":120,\"title\":\"testimonial2\",\"filename\":\"testimonial2.jpg\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/testimonial2.jpg\",\"link\":\"https://blueroan.netgen.cloud/testimonial2/\",\"alt\":\"\",\"author\":\"34\",\"description\":\"\",\"caption\":\"\",\"name\":\"testimonial2\",\"status\":\"inherit\",\"uploadedTo\":0,\"date\":\"2021-05-11T05:02:03.000Z\",\"modified\":\"2021-05-11T05:02:03.000Z\",\"menuOrder\":0,\"mime\":\"image/jpeg\",\"type\":\"image\",\"subtype\":\"jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/default.png\",\"dateFormatted\":\"May 11, 2021\",\"nonces\":{\"update\":\"1ee6412858\",\"delete\":\"4414a2ccbf\",\"edit\":\"bde7b1f490\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=120\\u0026action=edit\",\"meta\":false,\"authorName\":\"Rishabh\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/user-edit.php?user_id=34\",\"filesizeInBytes\":10087,\"filesizeHumanReadable\":\"10 KB\",\"context\":\"\",\"height\":250,\"width\":250,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/testimonial2-150x150.jpg\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/testimonial2.jpg\",\"height\":250,\"width\":250,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}}}],\"headingAlign\":\"left\",\"headingAlignTablet\":\"left\",\"headingAlignMobile\":\"left\",\"descColor\":\"var(\\u002d\\u002dast-global-color-3)\",\"nameFontSize\":14,\"nameLineHeight\":1,\"descFontSize\":16,\"descFontWeight\":\"600\",\"nameSpace\":1,\"block_id\":\"e0218e52\",\"iconImage\":{\"url\":\"\",\"alt\":\"InfoBox placeholder img\"},\"imageWidth\":32,\"columnGap\":1,\"borderStyle\":\"\",\"paddingTop\":0,\"paddingBottom\":0,\"paddingLeft\":0,\"paddingRight\":0,\"spacingLink\":true,\"imgpaddingTop\":0,\"imgpaddingRight\":15,\"imgpaddingBottom\":0,\"imgpaddingLeft\":0,\"overallBorderStyle\":\"none\",\"imgTagHeight\":32,\"imgTagWidth\":150} -->\n<div class=\"wp-block-uagb-testimonial uagb-slick-carousel uagb-tm__arrow-outside uagb-block-e0218e52 uagb-post__carousel_notset uagb-post__carousel_notset-tablet uagb-post__carousel_notset-mobile\"><div class=\"is-carousel uagb-tm__columns-1 uagb-tm__items\"><div class=\"uagb-testimonial__wrap  uagb-tm__imgicon-style-circle uagb-tm__image-position-bottom uagb-tm__bg-type-none \"><div class=\"uagb-tm__content\"><div class=\"uagb-tm__overlay\"></div><div class=\"uagb-tm__text-wrap\"><div class=\"uagb-tm__desc\">\"Judy, what a wonderful place you have here - we were so delighted to spend the weekend here, so tranquil, peaceful, and beautiful. You made us feel right at home. Definitely a place worth 5 stars! Go well.\"​</div><div class=\"uagb-tm__meta-inner\"><div class=\"uagb-tm__image-content\"><div class=\"uagb-tm__image\"><img class=\"uagb-tm-img-src\" src=\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/testimonial2-150x150.jpg\" alt=\"\" width=\"32\" height=\"32\" loading=\"lazy\"/></div></div><div class=\"uagb-testimonial-details\"><span class=\"uagb-tm__author-name\"><strong><strong>Brian</strong></strong> <strong><strong><strong>and <strong>Mariska</strong></strong><br></strong></strong></span><span class=\"uagb-tm__company\"></span></div></div></div></div></div></div></div>\n<!-- /wp:uagb/testimonial -->\n\n<!-- wp:uagb/testimonial {\"test_item_count\":1,\"classMigrate\":true,\"test_block\":[{\"description\":\"\\u0022Thank you for the most wonderful time, Judy!  This was the most peaceful and perfect place to get engaged!  We will most certainly be back!!!  Your hospitality cannot be topped!\\u0022​\",\"name\":\"\\u003cstrong\\u003e\\u003cstrong\\u003e\\u003cstrong\\u003e\\u003cstrong\\u003eBrett and Kelly\\u003c/strong\\u003e\\u003c/strong\\u003e\\u003c/strong\\u003e\\u003c/strong\\u003e\",\"company\":\"\",\"image\":{\"id\":121,\"title\":\"testimonial3\",\"filename\":\"testimonial3.jpg\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/testimonial3.jpg\",\"link\":\"https://blueroan.netgen.cloud/testimonial3/\",\"alt\":\"\",\"author\":\"34\",\"description\":\"\",\"caption\":\"\",\"name\":\"testimonial3\",\"status\":\"inherit\",\"uploadedTo\":0,\"date\":\"2021-05-11T05:02:05.000Z\",\"modified\":\"2021-05-11T05:02:05.000Z\",\"menuOrder\":0,\"mime\":\"image/jpeg\",\"type\":\"image\",\"subtype\":\"jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/default.png\",\"dateFormatted\":\"May 11, 2021\",\"nonces\":{\"update\":\"290653da5d\",\"delete\":\"90a4fb2d63\",\"edit\":\"ff8a64e56e\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=121\\u0026action=edit\",\"meta\":false,\"authorName\":\"Rishabh\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/user-edit.php?user_id=34\",\"filesizeInBytes\":8748,\"filesizeHumanReadable\":\"9 KB\",\"context\":\"\",\"height\":250,\"width\":250,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/testimonial3-150x150.jpg\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/testimonial3.jpg\",\"height\":250,\"width\":250,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}}}],\"headingAlign\":\"left\",\"headingAlignTablet\":\"left\",\"headingAlignMobile\":\"left\",\"descColor\":\"var(\\u002d\\u002dast-global-color-3)\",\"nameFontSize\":14,\"nameLineHeight\":1,\"descFontSize\":16,\"descFontWeight\":\"600\",\"nameSpace\":1,\"block_id\":\"541b7484\",\"iconImage\":{\"url\":\"\",\"alt\":\"InfoBox placeholder img\"},\"imageWidth\":32,\"columnGap\":1,\"borderStyle\":\"\",\"paddingTop\":0,\"paddingBottom\":0,\"paddingLeft\":0,\"paddingRight\":0,\"spacingLink\":true,\"imgpaddingTop\":0,\"imgpaddingRight\":15,\"imgpaddingBottom\":0,\"imgpaddingLeft\":0,\"overallBorderStyle\":\"none\",\"imgTagHeight\":32,\"imgTagWidth\":150} -->\n<div class=\"wp-block-uagb-testimonial uagb-slick-carousel uagb-tm__arrow-outside uagb-block-541b7484 uagb-post__carousel_notset uagb-post__carousel_notset-tablet uagb-post__carousel_notset-mobile\"><div class=\"is-carousel uagb-tm__columns-1 uagb-tm__items\"><div class=\"uagb-testimonial__wrap  uagb-tm__imgicon-style-circle uagb-tm__image-position-bottom uagb-tm__bg-type-none \"><div class=\"uagb-tm__content\"><div class=\"uagb-tm__overlay\"></div><div class=\"uagb-tm__text-wrap\"><div class=\"uagb-tm__desc\">\"Thank you for the most wonderful time, Judy!  This was the most peaceful and perfect place to get engaged!  We will most certainly be back!!!  Your hospitality cannot be topped!\"​</div><div class=\"uagb-tm__meta-inner\"><div class=\"uagb-tm__image-content\"><div class=\"uagb-tm__image\"><img class=\"uagb-tm-img-src\" src=\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/testimonial3-150x150.jpg\" alt=\"\" width=\"32\" height=\"32\" loading=\"lazy\"/></div></div><div class=\"uagb-testimonial-details\"><span class=\"uagb-tm__author-name\"><strong><strong><strong><strong>Brett and Kelly</strong></strong></strong></strong></span><span class=\"uagb-tm__company\"></span></div></div></div></div></div></div></div>\n<!-- /wp:uagb/testimonial --></div>\n<!-- /wp:uagb/container --></div>\n<!-- /wp:uagb/container --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"2f60ad82\",\"innerContentCustomWidthDesktop\":781,\"innerContentCustomWidthTablet\":781,\"backgroundType\":\"image\",\"backgroundImageDesktop\":{\"id\":809,\"title\":\"26759994757_767d9794fd_b\",\"filename\":\"26759994757_767d9794fd_b.jpg\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/26759994757_767d9794fd_b.jpg\",\"link\":\"https://blueroan.netgen.cloud/?attachment_id=809\",\"alt\":\"\",\"author\":\"2\",\"description\":\"\",\"caption\":\"\",\"name\":\"26759994757_767d9794fd_b\",\"status\":\"inherit\",\"uploadedTo\":805,\"date\":\"2022-12-13T09:51:53.000Z\",\"modified\":\"2022-12-13T09:51:53.000Z\",\"menuOrder\":0,\"mime\":\"image/jpeg\",\"type\":\"image\",\"subtype\":\"jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-includes/images/media/default.png\",\"dateFormatted\":\"December 13, 2022\",\"nonces\":{\"update\":\"39b5c0eef1\",\"delete\":\"fde92abd83\",\"edit\":\"3923face9e\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=809\\u0026action=edit\",\"meta\":false,\"authorName\":\"Netgen Support\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/profile.php\",\"uploadedToTitle\":\"Magaliesburg\",\"uploadedToLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=805\\u0026action=edit\",\"filesizeInBytes\":143610,\"filesizeHumanReadable\":\"140 KB\",\"context\":\"\",\"height\":683,\"width\":1024,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/26759994757_767d9794fd_b-150x150.jpg\",\"orientation\":\"landscape\"},\"medium\":{\"height\":200,\"width\":300,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/26759994757_767d9794fd_b-300x200.jpg\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/26759994757_767d9794fd_b.jpg\",\"height\":683,\"width\":1024,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"backgroundImageColor\":\"rgba(42,42,42,0.65)\",\"topPaddingDesktop\":144,\"bottomPaddingDesktop\":144,\"leftPaddingDesktop\":40,\"rightPaddingDesktop\":40,\"topPaddingTablet\":80,\"bottomPaddingTablet\":80,\"leftPaddingTablet\":40,\"rightPaddingTablet\":40,\"topPaddingMobile\":64,\"bottomPaddingMobile\":64,\"leftPaddingMobile\":24,\"rightPaddingMobile\":24,\"paddingLink\":false,\"variationSelected\":true,\"isBlockRootParent\":true,\"overlayType\":\"color\"} -->\n<div class=\"wp-block-uagb-container uagb-block-2f60ad82 alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/advanced-heading {\"block_id\":\"226e29da\",\"classMigrate\":true,\"headingDescToggle\":true,\"headingAlign\":\"center\",\"headingColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"subHeadingColor\":\"var(\\u002d\\u002dast-global-color-4)\",\"headSpace\":20} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-226e29da\"><h2 class=\"uagb-heading-text\">Plan an Unforgettable Experience at <br>Blue Roan!</h2><p class=\"uagb-desc-text\">Blue Roan is a 3-star graded pet-friendly venue</p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/advanced-heading {\"block_id\":\"66b9987e\",\"classMigrate\":true,\"headingTitleToggle\":false,\"headingDescToggle\":true,\"headingAlign\":\"center\",\"subHeadingColor\":\"var(\\u002d\\u002dast-global-color-4)\",\"subHeadTransform\":\"uppercase\",\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"subHeadLetterSpacing\":2,\"blockTopPadding\":60,\"blockRightPadding\":0,\"blockLeftPadding\":0,\"blockBottomPadding\":0,\"blockTopPaddingMobile\":30,\"blockRightPaddingMobile\":0,\"blockLeftPaddingMobile\":0,\"blockBottomPaddingMobile\":0,\"linkColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"linkHColor\":\"var(\\u002d\\u002dast-global-color-0)\"} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-66b9987e\"><p class=\"uagb-desc-text\"><a href=\"https://book.nightsbridge.com/11065\" target=\"_blank\" rel=\"noreferrer noopener\">BOOK YOUR STAY NOW​</a></p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/icon-list {\"block_id\":\"113d1ef6\",\"classMigrate\":true,\"childMigrate\":true,\"align\":\"center\",\"parentIcon\":\"phone\",\"size\":40,\"sizeMobile\":24,\"sizeTablet\":32,\"fontSize\":48,\"fontSizeMobile\":28,\"fontSizeTablet\":40,\"fontWeight\":\"600\",\"iconColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"labelColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"blockTopPadding\":0,\"blockRightPadding\":0,\"blockLeftPadding\":0,\"blockBottomPadding\":24,\"blockPaddingLink\":false} -->\n<div class=\"wp-block-uagb-icon-list uagb-block-113d1ef6\"><div class=\"uagb-icon-list__wrap\"><!-- wp:uagb/icon-list-child {\"block_id\":\"a137da1d\",\"label\":\" + 27 (0) 82 575 5409\",\"label_color\":\"\",\"link\":\"tel:+27825755409\",\"disableLink\":true,\"fromParentIcon\":\"phone\",\"imageSizeChild\":40} -->\n<div class=\"wp-block-uagb-icon-list-child uagb-block-a137da1d\"><a target=\"_self\" aria-label=\" + 27 (0) 82 575 5409\" rel=\"noopener noreferrer\" href=\"tel:+27825755409\"> </a><span class=\"uagb-icon-list__source-wrap\"><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M511.2 387l-23.25 100.8c-3.266 14.25-15.79 24.22-30.46 24.22C205.2 512 0 306.8 0 54.5c0-14.66 9.969-27.2 24.22-30.45l100.8-23.25C139.7-2.602 154.7 5.018 160.8 18.92l46.52 108.5c5.438 12.78 1.77 27.67-8.98 36.45L144.5 207.1c33.98 69.22 90.26 125.5 159.5 159.5l44.08-53.8c8.688-10.78 23.69-14.51 36.47-8.975l108.5 46.51C506.1 357.2 514.6 372.4 511.2 387z\"></path></svg></span><span class=\"uagb-icon-list__label\"> + 27 (0) 82 575 5409</span></div>\n<!-- /wp:uagb/icon-list-child -->\n\n<!-- wp:uagb/icon-list-child {\"block_id\":\"96f5d59d\",\"label\":\"blueroan@ugo.co.za\",\"icon\":\"envelope\",\"label_color\":\"\",\"link\":\"mailto:blueroan@ugo.co.za\",\"disableLink\":true,\"fromParentIcon\":\"phone\",\"imageSizeChild\":40} -->\n<div class=\"wp-block-uagb-icon-list-child uagb-block-96f5d59d\"><a target=\"_self\" aria-label=\"blueroan@ugo.co.za\" rel=\"noopener noreferrer\" href=\"mailto:blueroan@ugo.co.za\"> </a><span class=\"uagb-icon-list__source-wrap\"><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M464 64C490.5 64 512 85.49 512 112C512 127.1 504.9 141.3 492.8 150.4L275.2 313.6C263.8 322.1 248.2 322.1 236.8 313.6L19.2 150.4C7.113 141.3 0 127.1 0 112C0 85.49 21.49 64 48 64H464zM217.6 339.2C240.4 356.3 271.6 356.3 294.4 339.2L512 176V384C512 419.3 483.3 448 448 448H64C28.65 448 0 419.3 0 384V176L217.6 339.2z\"></path></svg></span><span class=\"uagb-icon-list__label\">blueroan@ugo.co.za</span></div>\n<!-- /wp:uagb/icon-list-child --></div></div>\n<!-- /wp:uagb/icon-list --></div></div>\n<!-- /wp:uagb/container -->',	'Home',	'',	'inherit',	'closed',	'closed',	'',	'760-revision-v1',	'',	'',	'2022-12-21 11:48:23',	'2022-12-21 11:48:23',	'',	760,	'https://blueroan.netgen.cloud/?p=1385',	0,	'revision',	'',	0),
(1386,	2,	'2022-12-21 11:53:20',	'2022-12-21 11:53:20',	'<!-- wp:uagb/container {\"block_id\":\"0d585283\",\"minHeightDesktop\":95,\"minHeightTablet\":70,\"minHeightMobile\":80,\"minHeightType\":\"vh\",\"alignItemsDesktop\":\"flex-start\",\"backgroundType\":\"image\",\"backgroundImageDesktop\":{\"uploading\":false,\"date\":1670921854000,\"filename\":\"Blue-Roan-pool.jpg\",\"menuOrder\":0,\"uploadedTo\":760,\"type\":\"image\",\"subtype\":\"jpeg\",\"id\":784,\"title\":\"Blue Roan - pool\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Blue-Roan-pool.jpg\",\"link\":\"https://blueroan.netgen.cloud/home/blue-roan-pool/\",\"alt\":\"\",\"author\":\"2\",\"description\":\"\",\"caption\":\"\",\"name\":\"blue-roan-pool\",\"status\":\"inherit\",\"modified\":1670921854000,\"mime\":\"image/jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-includes/images/media/default.png\",\"dateFormatted\":\"December 13, 2022\",\"nonces\":{\"update\":\"51a12ed09e\",\"delete\":\"5174068551\",\"edit\":\"1de0721407\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=784\\u0026action=edit\",\"meta\":false,\"authorName\":\"Netgen Support\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/profile.php\",\"uploadedToTitle\":\"Home\",\"uploadedToLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=760\\u0026action=edit\",\"filesizeInBytes\":154801,\"filesizeHumanReadable\":\"151 KB\",\"context\":\"\",\"height\":667,\"width\":1000,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Blue-Roan-pool-150x150.jpg\",\"orientation\":\"landscape\"},\"medium\":{\"height\":200,\"width\":300,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Blue-Roan-pool-300x200.jpg\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Blue-Roan-pool.jpg\",\"height\":667,\"width\":1000,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"backgroundPositionDesktop\":{\"x\":0.5,\"y\":0.25},\"backgroundImageColor\":\"rgba(42,42,42,0.35)\",\"topPaddingDesktop\":0,\"bottomPaddingDesktop\":0,\"leftPaddingDesktop\":40,\"rightPaddingDesktop\":40,\"topPaddingTablet\":120,\"bottomPaddingTablet\":120,\"leftPaddingTablet\":40,\"rightPaddingTablet\":40,\"topPaddingMobile\":150,\"bottomPaddingMobile\":150,\"leftPaddingMobile\":20,\"rightPaddingMobile\":20,\"paddingLink\":false,\"variationSelected\":true,\"isBlockRootParent\":true,\"overlayType\":\"color\",\"minHeightTypeTablet\":\"vh\",\"minHeightTypeMobile\":\"vh\"} -->\n<div class=\"wp-block-uagb-container uagb-block-0d585283 alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:group {\"layout\":{\"type\":\"constrained\",\"justifyContent\":\"left\"}} -->\n<div class=\"wp-block-group\"><!-- wp:uagb/info-box {\"classMigrate\":true,\"headingAlign\":\"left\",\"headingColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"subHeadingColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"headingTag\":\"h1\",\"subHeadFontSize\":17,\"subHeadFontSizeMobile\":15,\"headSpace\":20,\"subHeadSpace\":40,\"block_id\":\"37483174\",\"ctaIcon\":\"\",\"ctaText\":\"Book Your Stay Now\",\"ctaLink\":\"https://book.nightsbridge.com/11065\",\"ctaBtnLinkColor\":\"var(\\u002d\\u002dast-global-color-2)\",\"ctaLinkHoverColor\":\"var(\\u002d\\u002dast-global-color-2)\",\"ctaBgColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"ctaBgHoverColor\":\"var(\\u002d\\u002dast-global-color-4)\",\"ctaBorderColor\":\"\",\"ctaBorderStyle\":\"\",\"ctaBorderWidth\":\"\",\"ctaBorderRadius\":\"\",\"iconImage\":{\"url\":\"\",\"alt\":\"InfoBox placeholder img\"},\"showIcon\":false,\"paddingBtnTop\":18,\"paddingBtnBottom\":18,\"paddingBtnLeft\":34,\"paddingBtnRight\":34,\"blockTopPadding\":5,\"blockRightPadding\":40,\"blockLeftPadding\":0,\"blockBottomPadding\":0,\"blockTopPaddingTablet\":0,\"blockRightPaddingTablet\":64,\"blockLeftPaddingTablet\":0,\"blockBottomPaddingTablet\":0,\"blockTopPaddingMobile\":0,\"blockRightPaddingMobile\":0,\"blockLeftPaddingMobile\":0,\"blockBottomPaddingMobile\":0,\"blockPaddingUnit\":\"%\",\"blockPaddingLink\":false,\"subHeadMarginTopTablet\":0,\"subHeadMarginRightTablet\":64,\"subHeadTabletSpace\":40,\"subHeadMarginLeftTablet\":0,\"subHeadMarginTopMobile\":0,\"subHeadMarginRightMobile\":0,\"subHeadMobileSpace\":40,\"subHeadMarginLeftMobile\":0,\"btnBorderTopWidth\":1,\"btnBorderLeftWidth\":1,\"btnBorderRightWidth\":1,\"btnBorderBottomWidth\":1,\"btnBorderTopLeftRadius\":0,\"btnBorderTopRightRadius\":0,\"btnBorderBottomLeftRadius\":0,\"btnBorderBottomRightRadius\":0,\"btnBorderStyle\":\"none\",\"btnBorderColor\":\"#333\",\"zIndex\":null} -->\n<div class=\"wp-block-uagb-info-box uagb-block-37483174 uagb-infobox__content-wrap  uagb-infobox-icon-above-title uagb-infobox-image-valign-top\"><div class=\"uagb-ifb-content\"><div class=\"uagb-ifb-title-wrap\"><h1 class=\"uagb-ifb-title\">Magaliesburg pet friendly self-catering accommodation</h1></div><p class=\"uagb-ifb-desc\">Romantic pet-friendly self-catering accommodation in Magaliesburg, Gauteng.</p></div></div>\n<!-- /wp:uagb/info-box --></div>\n<!-- /wp:group -->\n\n<!-- wp:buttons {\"layout\":{\"type\":\"flex\",\"justifyContent\":\"left\",\"orientation\":\"horizontal\"}} -->\n<div class=\"wp-block-buttons\"><!-- wp:button {\"backgroundColor\":\"ast-global-color-5\",\"textColor\":\"ast-global-color-2\",\"width\":25,\"style\":{\"spacing\":{\"padding\":{\"top\":\"var:preset|spacing|50\",\"right\":\"var:preset|spacing|30\",\"bottom\":\"var:preset|spacing|50\",\"left\":\"var:preset|spacing|30\"}}},\"className\":\"is-style-fill\"} -->\n<div class=\"wp-block-button has-custom-width wp-block-button__width-25 is-style-fill\"><a class=\"wp-block-button__link has-ast-global-color-2-color has-ast-global-color-5-background-color has-text-color has-background wp-element-button\" style=\"padding-top:var(--wp--preset--spacing--50);padding-right:var(--wp--preset--spacing--30);padding-bottom:var(--wp--preset--spacing--50);padding-left:var(--wp--preset--spacing--30)\">book your stay now</a></div>\n<!-- /wp:button -->\n\n<!-- wp:button {\"backgroundColor\":\"ast-global-color-5\",\"textColor\":\"ast-global-color-2\",\"width\":25,\"style\":{\"spacing\":{\"padding\":{\"top\":\"var:preset|spacing|50\",\"right\":\"var:preset|spacing|30\",\"bottom\":\"var:preset|spacing|50\",\"left\":\"var:preset|spacing|30\"}}},\"className\":\"is-style-fill\"} -->\n<div class=\"wp-block-button has-custom-width wp-block-button__width-25 is-style-fill\"><a class=\"wp-block-button__link has-ast-global-color-2-color has-ast-global-color-5-background-color has-text-color has-background wp-element-button\" href=\"\" style=\"padding-top:var(--wp--preset--spacing--50);padding-right:var(--wp--preset--spacing--30);padding-bottom:var(--wp--preset--spacing--50);padding-left:var(--wp--preset--spacing--30)\" target=\"_blank\" rel=\"https://book.nightsbridge.com/11065 noopener\">Check availability</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"35d732cc\",\"directionDesktop\":\"row\",\"directionMobile\":\"column-reverse\",\"alignItemsDesktop\":\"flex-start\",\"backgroundType\":\"color\",\"backgroundSizeTablet\":\"cover\",\"backgroundSizeMobile\":\"cover\",\"backgroundColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"topPaddingDesktop\":60,\"bottomPaddingDesktop\":60,\"topPaddingTablet\":80,\"bottomPaddingTablet\":80,\"leftPaddingTablet\":40,\"rightPaddingTablet\":40,\"topPaddingMobile\":64,\"bottomPaddingMobile\":64,\"leftPaddingMobile\":24,\"rightPaddingMobile\":24,\"paddingLink\":false,\"variationSelected\":true,\"columnGapDesktop\":60,\"columnGapTablet\":50,\"isBlockRootParent\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-35d732cc alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/container {\"block_id\":\"89dec69c\",\"widthDesktop\":50,\"variationSelected\":true,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-89dec69c\"><!-- wp:image {\"id\":797,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-13.jpg\" alt=\"\" class=\"wp-image-797\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>We have 7 lovely brick&nbsp;<strong>self-catering</strong>&nbsp;units, each one private and with its own character and theme. &nbsp;They are designed exclusively for couples with or without pets wanting a romantic and peaceful place to connect, re-connect, celebrate special occasions, or somewhere quiet and comfortable to come for a holiday</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:buttons -->\n<div class=\"wp-block-buttons\"><!-- wp:button -->\n<div class=\"wp-block-button\"><a class=\"wp-block-button__link wp-element-button\" href=\"/accommodation/\">View accomodation</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"01ffe196\",\"widthDesktop\":50,\"leftPaddingDesktop\":0,\"paddingLink\":false,\"variationSelected\":true,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-01ffe196\"><!-- wp:uagb/advanced-heading {\"block_id\":\"aab7aba4\",\"classMigrate\":true,\"headingDescToggle\":true,\"subHeadingColor\":\"\",\"headSpace\":20,\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-aab7aba4\"><h2 class=\"uagb-heading-text\"><strong>Blue Roan is a 3-star graded pet-friendly venue</strong></h2><p class=\"uagb-desc-text\">Our goal is to provide high-quality, romantic, comfortable, and affordable self-catering accommodation on the outskirts of the village of &nbsp;Magaliesburg. &nbsp;For animal lovers, we are also&nbsp;pet-friendly&nbsp;by arrangement in most of the units all of which have their own fully fenced and gated private grassy gardens.</p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/image {\"block_id\":\"b364d0d4\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/hammock-in-the-garden.jpg\",\"align\":\"left\",\"id\":799,\"linkDestination\":\"none\",\"naturalWidth\":600,\"naturalHeight\":400,\"sizeSlug\":\"full\",\"sizeSlugTablet\":\"full\",\"sizeSlugMobile\":\"full\",\"imageTopMargin\":20,\"imageRightMargin\":0,\"imageLeftMargin\":0,\"imageBottomMargin\":0,\"imageTopMarginMobile\":0,\"imageRightMarginMobile\":0,\"imageLeftMarginMobile\":0,\"imageBottomMarginMobile\":0,\"imageMarginLink\":false} -->\n<div class=\"wp-block-uagb-image uagb-block-b364d0d4 wp-block-uagb-image--layout-default wp-block-uagb-image--effect-static wp-block-uagb-image--align-left\"><figure class=\"wp-block-uagb-image__figure\"><img srcset=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/hammock-in-the-garden.jpg \" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/hammock-in-the-garden.jpg\" alt=\"\" class=\"uag-image-799\" width=\"\" height=\"\" title=\"\" loading=\"lazy\"/></figure></div>\n<!-- /wp:uagb/image --></div>\n<!-- /wp:uagb/container --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"94de5b4c\",\"directionDesktop\":\"row\",\"directionMobile\":\"column-reverse\",\"alignItemsDesktop\":\"flex-start\",\"backgroundType\":\"color\",\"backgroundSizeTablet\":\"cover\",\"backgroundSizeMobile\":\"cover\",\"backgroundColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"topPaddingDesktop\":0,\"bottomPaddingDesktop\":0,\"topPaddingTablet\":80,\"bottomPaddingTablet\":80,\"leftPaddingTablet\":40,\"rightPaddingTablet\":40,\"topPaddingMobile\":64,\"bottomPaddingMobile\":64,\"leftPaddingMobile\":24,\"rightPaddingMobile\":24,\"paddingLink\":false,\"variationSelected\":true,\"rowGapDesktop\":0,\"columnGapDesktop\":0,\"columnGapTablet\":50,\"isBlockRootParent\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-94de5b4c alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:image {\"align\":\"center\",\"id\":1344,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image aligncenter size-large\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/tgcsa-full-3-stars-1024x366.jpg\" alt=\"\" class=\"wp-image-1344\"/></figure>\n<!-- /wp:image --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"5c44e508\",\"backgroundType\":\"color\",\"backgroundSizeTablet\":\"cover\",\"backgroundSizeMobile\":\"cover\",\"backgroundColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"topPaddingDesktop\":50,\"bottomPaddingDesktop\":100,\"topPaddingTablet\":50,\"bottomPaddingTablet\":25,\"leftPaddingTablet\":20,\"rightPaddingTablet\":20,\"topPaddingMobile\":50,\"bottomPaddingMobile\":20,\"leftPaddingMobile\":20,\"rightPaddingMobile\":20,\"paddingLink\":false,\"variationSelected\":true,\"rowGapDesktop\":0,\"isBlockRootParent\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-5c44e508 alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/container {\"block_id\":\"f49bb2f0\",\"directionDesktop\":\"row\",\"alignItemsDesktop\":\"flex-end\",\"alignItemsTablet\":\"flex-end\",\"justifyContentDesktop\":\"flex-end\",\"justifyContentTablet\":\"space-between\",\"variationSelected\":true,\"rowGapMobile\":30,\"columnGapDesktop\":0} -->\n<div class=\"wp-block-uagb-container uagb-block-f49bb2f0\"><!-- wp:uagb/advanced-heading {\"block_id\":\"b00c2c0f\",\"classMigrate\":true,\"headingDescToggle\":true,\"subHeadingColor\":\"\",\"headSpace\":20,\"subHeadFontSize\":16} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-b00c2c0f\"><h2 class=\"uagb-heading-text\">Amenities &amp; Interests ​</h2><p class=\"uagb-desc-text\">The Blue Roan Country Lodge is situated just 5 minutes from the village of Magaliesburg on a tar road so easy access for all cars. &nbsp;We have panoramic views of the Magaliesberg mountain range and our farm is the perfect place for a relaxing getaway in the country. &nbsp;As we are only 70 km from JHB and Pretoria, it is only an hour’s drive.</p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/buttons {\"block_id\":\"99b351c7\",\"classMigrate\":true,\"childMigrate\":true,\"align\":\"right\",\"alignTablet\":\"right\",\"alignMobile\":\"left\",\"gap\":0} -->\n<div class=\"wp-block-uagb-buttons uagb-buttons__outer-wrap uagb-btn__default-btn uagb-btn-tablet__default-btn uagb-btn-mobile__default-btn uagb-block-99b351c7\"><div class=\"uagb-buttons__wrap uagb-buttons-layout-wrap\"><!-- wp:uagb/buttons-child {\"block_id\":\"8b121466\",\"label\":\"View All\",\"link\":\"/amenities/\",\"hColor\":\"\",\"borderWidth\":\"\",\"borderRadius\":\"\",\"borderStyle\":\"\",\"borderColor\":\"\",\"borderHColor\":\"\",\"btnBorderTopWidth\":1,\"btnBorderLeftWidth\":1,\"btnBorderRightWidth\":1,\"btnBorderBottomWidth\":1,\"btnBorderTopLeftRadius\":2,\"btnBorderTopRightRadius\":2,\"btnBorderBottomLeftRadius\":2,\"btnBorderBottomRightRadius\":2,\"btnBorderStyle\":\"solid\",\"btnBorderColor\":\"#333\",\"btnBorderHColor\":\"#333\"} -->\n<div class=\"wp-block-uagb-buttons-child uagb-buttons__outer-wrap uagb-block-8b121466 wp-block-button is-style-outline\"><div class=\"uagb-button__wrapper\"><a class=\"uagb-buttons-repeater wp-block-button__link\" href=\"/amenities/\" rel=\"follow noopener\" target=\"_self\"><div class=\"uagb-button__link\">View All</div></a></div></div>\n<!-- /wp:uagb/buttons-child --></div></div>\n<!-- /wp:uagb/buttons --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"74751ec1\",\"directionDesktop\":\"row\",\"alignItemsTablet\":\"flex-start\",\"paddingLink\":false,\"topMarginDesktop\":50,\"bottomMarginDesktop\":20,\"leftMarginDesktop\":0,\"rightMarginDesktop\":0,\"marginLink\":false,\"variationSelected\":true,\"rowGapMobile\":65,\"columnGapDesktop\":48,\"columnGapTablet\":20} -->\n<div class=\"wp-block-uagb-container uagb-block-74751ec1\"><!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"align\":\"center\",\"id\":828,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image aligncenter size-full\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Blue-Roan-pool.png\" alt=\"Blue Roan\'s rock pool\" class=\"wp-image-828\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>A relaxing rock Pool​</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>We have a lovely sparkling blue rock pool next to a thatched Lapa. &nbsp;&nbsp;Lie on recliners on the green lawn or sit on the swing chair in the Lapa and enjoy the panoramic view of the Magaliesberg mountain range.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":829,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/img-20160605-wa0002-largejpg.png\" alt=\"\" class=\"wp-image-829\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>Braai facilities </h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>What can compare to a burning fire under the star-lit African sky? Nothing beats the flavor of cooking over an open flame.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":1354,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Games-Room.png\" alt=\"\" class=\"wp-image-1354\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>A games room </h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>The reception is also a games room for those who enjoy darts or playing pool. &nbsp;Take a selection of DVDs back to your room and watch movies on your own DVD player. &nbsp;There is also a selection of board games and music CDs that you can borrow.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div>\n<!-- /wp:uagb/container --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"f3c0bdbf\",\"backgroundType\":\"color\",\"backgroundSizeTablet\":\"cover\",\"backgroundSizeMobile\":\"cover\",\"backgroundColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"bottomPaddingDesktop\":104,\"leftPaddingDesktop\":40,\"rightPaddingDesktop\":40,\"topPaddingTablet\":80,\"bottomPaddingTablet\":80,\"leftPaddingTablet\":40,\"rightPaddingTablet\":40,\"topPaddingMobile\":64,\"bottomPaddingMobile\":64,\"leftPaddingMobile\":24,\"rightPaddingMobile\":24,\"paddingLink\":false,\"variationSelected\":true,\"rowGapDesktop\":0,\"isBlockRootParent\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-f3c0bdbf alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/advanced-heading {\"block_id\":\"ac92718f\",\"classMigrate\":true,\"headingDescToggle\":true,\"headingAlign\":\"center\",\"headingAlignMobile\":\"left\",\"subHeadingColor\":\"\",\"headSpace\":20,\"subHeadFontSize\":16,\"blockBottomPadding\":20} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-ac92718f\"><h2 class=\"uagb-heading-text\">Our Inside Pictures​</h2><p class=\"uagb-desc-text\">Take a look at some pretty pictures captured in and around our premises.</p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/container {\"block_id\":\"7924f026\",\"directionDesktop\":\"row\",\"alignItemsDesktop\":\"flex-start\",\"topMarginDesktop\":20,\"bottomMarginDesktop\":0,\"leftMarginDesktop\":0,\"rightMarginDesktop\":0,\"marginLink\":false,\"variationSelected\":true,\"rowGapMobile\":24,\"columnGapDesktop\":24,\"columnGapTablet\":20} -->\n<div class=\"wp-block-uagb-container uagb-block-7924f026\"><!-- wp:uagb/container {\"block_id\":\"05fee2ce\",\"widthDesktop\":32,\"variationSelected\":true,\"rowGapDesktop\":24,\"rowGapTablet\":20,\"rowGapMobile\":24,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-05fee2ce\"><!-- wp:uagb/image {\"block_id\":\"bd81c9c9\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/red-rose-1024x683.jpg\",\"id\":834,\"linkDestination\":\"none\",\"width\":385,\"height\":284,\"naturalWidth\":1024,\"naturalHeight\":683,\"sizeSlug\":\"large\",\"sizeSlugTablet\":\"large\",\"sizeSlugMobile\":\"large\",\"customHeightSetDesktop\":true} -->\n<div class=\"wp-block-uagb-image uagb-block-bd81c9c9 wp-block-uagb-image--layout-default wp-block-uagb-image--effect-static wp-block-uagb-image--align-none\"><figure class=\"wp-block-uagb-image__figure\"><img srcset=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/red-rose-1024x683.jpg \" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/red-rose-1024x683.jpg\" alt=\"\" class=\"uag-image-834\" width=\"385\" height=\"284\" title=\"\" loading=\"lazy\"/></figure></div>\n<!-- /wp:uagb/image -->\n\n<!-- wp:uagb/image {\"block_id\":\"e39b6738\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/49g.jpg\",\"id\":838,\"linkDestination\":\"none\",\"width\":385,\"height\":284,\"naturalWidth\":650,\"naturalHeight\":450,\"sizeSlug\":\"full\",\"sizeSlugTablet\":\"full\",\"sizeSlugMobile\":\"full\",\"customHeightSetDesktop\":true} -->\n<div class=\"wp-block-uagb-image uagb-block-e39b6738 wp-block-uagb-image--layout-default wp-block-uagb-image--effect-static wp-block-uagb-image--align-none\"><figure class=\"wp-block-uagb-image__figure\"><img srcset=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/49g.jpg \" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/49g.jpg\" alt=\"\" class=\"uag-image-838\" width=\"385\" height=\"284\" title=\"\" loading=\"lazy\"/></figure></div>\n<!-- /wp:uagb/image --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"c05e2ece\",\"widthDesktop\":67,\"variationSelected\":true,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-c05e2ece\"><!-- wp:uagb/image {\"block_id\":\"81fa5c7c\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAA39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba-1-1024x768.png\",\"id\":905,\"linkDestination\":\"none\",\"naturalWidth\":1024,\"naturalHeight\":768,\"sizeSlug\":\"large\",\"sizeSlugTablet\":\"large\",\"sizeSlugMobile\":\"large\"} -->\n<div class=\"wp-block-uagb-image uagb-block-81fa5c7c wp-block-uagb-image--layout-default wp-block-uagb-image--effect-static wp-block-uagb-image--align-none\"><figure class=\"wp-block-uagb-image__figure\"><img srcset=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAA39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba-1-1024x768.png \" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAA39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba-1-1024x768.png\" alt=\"\" class=\"uag-image-905\" width=\"\" height=\"\" title=\"\" loading=\"lazy\"/></figure></div>\n<!-- /wp:uagb/image --></div>\n<!-- /wp:uagb/container --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"bf504662\",\"directionDesktop\":\"row\",\"alignItemsDesktop\":\"flex-start\",\"topMarginDesktop\":24,\"bottomMarginDesktop\":0,\"leftMarginDesktop\":0,\"rightMarginDesktop\":0,\"topMarginTablet\":20,\"bottomMarginTablet\":0,\"leftMarginTablet\":0,\"rightMarginTablet\":0,\"topMarginMobile\":24,\"bottomMarginMobile\":0,\"leftMarginMobile\":0,\"rightMarginMobile\":0,\"marginLink\":false,\"variationSelected\":true,\"columnGapDesktop\":24,\"columnGapTablet\":20} -->\n<div class=\"wp-block-uagb-container uagb-block-bf504662\"><!-- wp:uagb/container {\"block_id\":\"5f829143\",\"widthDesktop\":67,\"variationSelected\":true,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-5f829143\"><!-- wp:image {\"id\":837,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-8-1024x678.jpg\" alt=\"\" class=\"wp-image-837\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"f1e725b0\",\"widthDesktop\":32,\"variationSelected\":true,\"rowGapDesktop\":24,\"rowGapTablet\":20,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-f1e725b0\"><!-- wp:uagb/image {\"block_id\":\"a830601b\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Blue-roan-pool-01.jpg\",\"id\":782,\"linkDestination\":\"none\",\"width\":385,\"height\":250,\"naturalWidth\":800,\"naturalHeight\":534,\"sizeSlug\":\"full\",\"sizeSlugTablet\":\"full\",\"sizeSlugMobile\":\"full\",\"customHeightSetDesktop\":true} -->\n<div class=\"wp-block-uagb-image uagb-block-a830601b wp-block-uagb-image--layout-default wp-block-uagb-image--effect-static wp-block-uagb-image--align-none\"><figure class=\"wp-block-uagb-image__figure\"><img srcset=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Blue-roan-pool-01.jpg \" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Blue-roan-pool-01.jpg\" alt=\"\" class=\"uag-image-782\" width=\"385\" height=\"250\" title=\"\" loading=\"lazy\"/></figure></div>\n<!-- /wp:uagb/image -->\n\n<!-- wp:uagb/image {\"block_id\":\"150353b2\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/bird-1024x683.jpg\",\"id\":910,\"linkDestination\":\"none\",\"width\":385,\"height\":250,\"naturalWidth\":1024,\"naturalHeight\":683,\"sizeSlug\":\"large\",\"sizeSlugTablet\":\"large\",\"sizeSlugMobile\":\"large\",\"customHeightSetDesktop\":true} -->\n<div class=\"wp-block-uagb-image uagb-block-150353b2 wp-block-uagb-image--layout-default wp-block-uagb-image--effect-static wp-block-uagb-image--align-none\"><figure class=\"wp-block-uagb-image__figure\"><img srcset=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/bird-1024x683.jpg \" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/bird-1024x683.jpg\" alt=\"\" class=\"uag-image-910\" width=\"385\" height=\"250\" title=\"\" loading=\"lazy\"/></figure></div>\n<!-- /wp:uagb/image --></div>\n<!-- /wp:uagb/container --></div>\n<!-- /wp:uagb/container --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"3412c19f\",\"backgroundType\":\"color\",\"backgroundSizeTablet\":\"cover\",\"backgroundSizeMobile\":\"cover\",\"backgroundColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"topPaddingDesktop\":40,\"bottomPaddingDesktop\":104,\"leftPaddingDesktop\":40,\"rightPaddingDesktop\":40,\"topPaddingTablet\":80,\"bottomPaddingTablet\":80,\"leftPaddingTablet\":40,\"rightPaddingTablet\":40,\"topPaddingMobile\":64,\"bottomPaddingMobile\":64,\"leftPaddingMobile\":24,\"rightPaddingMobile\":24,\"paddingLink\":false,\"variationSelected\":true,\"rowGapDesktop\":0,\"isBlockRootParent\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-3412c19f alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/advanced-heading {\"block_id\":\"b08e4e25\",\"classMigrate\":true,\"headingDescToggle\":true,\"headingAlign\":\"center\",\"headingAlignMobile\":\"left\",\"subHeadingColor\":\"\",\"headSpace\":20,\"subHeadFontSize\":16,\"blockBottomPadding\":20} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-b08e4e25\"><h2 class=\"uagb-heading-text\">What Our Guests Say​</h2><p class=\"uagb-desc-text\">We take pride in serving our guests the best experience. </p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/container {\"block_id\":\"5e4d14a0\",\"directionDesktop\":\"row\",\"topMarginDesktop\":40,\"bottomMarginDesktop\":0,\"leftMarginDesktop\":0,\"rightMarginDesktop\":0,\"marginLink\":false,\"variationSelected\":true,\"rowGapMobile\":40,\"columnGapDesktop\":90} -->\n<div class=\"wp-block-uagb-container uagb-block-5e4d14a0\"><!-- wp:uagb/container {\"block_id\":\"79290eaf\",\"widthDesktop\":50,\"variationSelected\":true,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-79290eaf\"><!-- wp:uagb/testimonial {\"test_item_count\":1,\"classMigrate\":true,\"test_block\":[{\"description\":\"\\u0022Thank you for a most enjoyable weekend stay and for making our anniversary so special.  Thank you for your kind and lovely friendship which we really appreciate!!!\\u0022​\",\"name\":\"\\u003cstrong\\u003eBrenda and Theuns\\u003c/strong\\u003e\",\"company\":\"\",\"image\":{\"id\":119,\"title\":\"testimonial1\",\"filename\":\"testimonial1.jpg\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/testimonial1.jpg\",\"link\":\"https://blueroan.netgen.cloud/testimonial1/\",\"alt\":\"\",\"author\":\"34\",\"description\":\"\",\"caption\":\"\",\"name\":\"testimonial1\",\"status\":\"inherit\",\"uploadedTo\":0,\"date\":\"2021-05-11T05:02:02.000Z\",\"modified\":\"2021-05-11T05:02:02.000Z\",\"menuOrder\":0,\"mime\":\"image/jpeg\",\"type\":\"image\",\"subtype\":\"jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/default.png\",\"dateFormatted\":\"May 11, 2021\",\"nonces\":{\"update\":\"b92fe40c3d\",\"delete\":\"643c1eb8f1\",\"edit\":\"d3e7d56b1d\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=119\\u0026action=edit\",\"meta\":false,\"authorName\":\"Rishabh\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/user-edit.php?user_id=34\",\"filesizeInBytes\":11264,\"filesizeHumanReadable\":\"11 KB\",\"context\":\"\",\"height\":250,\"width\":250,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/testimonial1-150x150.jpg\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/testimonial1.jpg\",\"height\":250,\"width\":250,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}}}],\"headingAlign\":\"left\",\"headingAlignTablet\":\"left\",\"headingAlignMobile\":\"left\",\"descColor\":\"var(\\u002d\\u002dast-global-color-3)\",\"nameFontSize\":14,\"nameLineHeight\":1,\"descFontSize\":16,\"descFontWeight\":\"600\",\"nameSpace\":1,\"block_id\":\"d90dd4c9\",\"iconImage\":{\"url\":\"\",\"alt\":\"InfoBox placeholder img\"},\"imageWidth\":32,\"columnGap\":1,\"borderStyle\":\"\",\"paddingTop\":0,\"paddingBottom\":0,\"paddingLeft\":0,\"paddingRight\":0,\"spacingLink\":true,\"imgpaddingTop\":0,\"imgpaddingRight\":15,\"imgpaddingBottom\":0,\"imgpaddingLeft\":0,\"overallBorderStyle\":\"none\",\"imgTagHeight\":32,\"imgTagWidth\":150} -->\n<div class=\"wp-block-uagb-testimonial uagb-slick-carousel uagb-tm__arrow-outside uagb-block-d90dd4c9 uagb-post__carousel_notset uagb-post__carousel_notset-tablet uagb-post__carousel_notset-mobile\"><div class=\"is-carousel uagb-tm__columns-1 uagb-tm__items\"><div class=\"uagb-testimonial__wrap  uagb-tm__imgicon-style-circle uagb-tm__image-position-bottom uagb-tm__bg-type-none \"><div class=\"uagb-tm__content\"><div class=\"uagb-tm__overlay\"></div><div class=\"uagb-tm__text-wrap\"><div class=\"uagb-tm__desc\">\"Thank you for a most enjoyable weekend stay and for making our anniversary so special.  Thank you for your kind and lovely friendship which we really appreciate!!!\"​</div><div class=\"uagb-tm__meta-inner\"><div class=\"uagb-tm__image-content\"><div class=\"uagb-tm__image\"><img class=\"uagb-tm-img-src\" src=\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/testimonial1-150x150.jpg\" alt=\"\" width=\"32\" height=\"32\" loading=\"lazy\"/></div></div><div class=\"uagb-testimonial-details\"><span class=\"uagb-tm__author-name\"><strong>Brenda and Theuns</strong></span><span class=\"uagb-tm__company\"></span></div></div></div></div></div></div></div>\n<!-- /wp:uagb/testimonial -->\n\n<!-- wp:uagb/testimonial {\"test_item_count\":1,\"classMigrate\":true,\"test_block\":[{\"description\":\"\\u0022Breaking away from city life and coming out to a most wonderful romantic weekend away.  The unit is so comfortable.  Thank you for your great hospitality - we had an awesome time here.  Go well - with love\\u0022​\",\"name\":\"\\u003cstrong\\u003e\\u003cstrong\\u003e\\u003cstrong\\u003eLiz \\u0026amp; Eddie\\u003c/strong\\u003e\\u003c/strong\\u003e\\u003c/strong\\u003e\",\"company\":\"\",\"image\":{\"id\":122,\"title\":\"testimonial4\",\"filename\":\"testimonial4.jpg\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/testimonial4.jpg\",\"link\":\"https://blueroan.netgen.cloud/testimonial4/\",\"alt\":\"\",\"author\":\"34\",\"description\":\"\",\"caption\":\"\",\"name\":\"testimonial4\",\"status\":\"inherit\",\"uploadedTo\":0,\"date\":\"2021-05-11T05:02:06.000Z\",\"modified\":\"2021-05-11T05:02:06.000Z\",\"menuOrder\":0,\"mime\":\"image/jpeg\",\"type\":\"image\",\"subtype\":\"jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/default.png\",\"dateFormatted\":\"May 11, 2021\",\"nonces\":{\"update\":\"4e34860add\",\"delete\":\"9e126a55cd\",\"edit\":\"33ffd3c040\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=122\\u0026action=edit\",\"meta\":false,\"authorName\":\"Rishabh\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/user-edit.php?user_id=34\",\"filesizeInBytes\":16584,\"filesizeHumanReadable\":\"16 KB\",\"context\":\"\",\"height\":250,\"width\":250,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/testimonial4-150x150.jpg\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/testimonial4.jpg\",\"height\":250,\"width\":250,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}}}],\"headingAlign\":\"left\",\"headingAlignTablet\":\"left\",\"headingAlignMobile\":\"left\",\"descColor\":\"var(\\u002d\\u002dast-global-color-3)\",\"nameFontSize\":14,\"nameLineHeight\":1,\"descFontSize\":16,\"descFontWeight\":\"600\",\"nameSpace\":1,\"block_id\":\"33ff9087\",\"iconImage\":{\"url\":\"\",\"alt\":\"InfoBox placeholder img\"},\"imageWidth\":32,\"columnGap\":1,\"borderStyle\":\"\",\"paddingTop\":0,\"paddingBottom\":0,\"paddingLeft\":0,\"paddingRight\":0,\"spacingLink\":true,\"imgpaddingTop\":0,\"imgpaddingRight\":15,\"imgpaddingBottom\":0,\"imgpaddingLeft\":0,\"overallBorderStyle\":\"none\",\"imgTagHeight\":32,\"imgTagWidth\":150} -->\n<div class=\"wp-block-uagb-testimonial uagb-slick-carousel uagb-tm__arrow-outside uagb-block-33ff9087 uagb-post__carousel_notset uagb-post__carousel_notset-tablet uagb-post__carousel_notset-mobile\"><div class=\"is-carousel uagb-tm__columns-1 uagb-tm__items\"><div class=\"uagb-testimonial__wrap  uagb-tm__imgicon-style-circle uagb-tm__image-position-bottom uagb-tm__bg-type-none \"><div class=\"uagb-tm__content\"><div class=\"uagb-tm__overlay\"></div><div class=\"uagb-tm__text-wrap\"><div class=\"uagb-tm__desc\">\"Breaking away from city life and coming out to a most wonderful romantic weekend away.  The unit is so comfortable.  Thank you for your great hospitality - we had an awesome time here.  Go well - with love\"​</div><div class=\"uagb-tm__meta-inner\"><div class=\"uagb-tm__image-content\"><div class=\"uagb-tm__image\"><img class=\"uagb-tm-img-src\" src=\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/testimonial4-150x150.jpg\" alt=\"\" width=\"32\" height=\"32\" loading=\"lazy\"/></div></div><div class=\"uagb-testimonial-details\"><span class=\"uagb-tm__author-name\"><strong><strong><strong>Liz &amp; Eddie</strong></strong></strong></span><span class=\"uagb-tm__company\"></span></div></div></div></div></div></div></div>\n<!-- /wp:uagb/testimonial --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"14e7e4e7\",\"widthDesktop\":50,\"variationSelected\":true,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-14e7e4e7\"><!-- wp:uagb/testimonial {\"test_item_count\":1,\"classMigrate\":true,\"test_block\":[{\"description\":\"\\u0022Judy, what a wonderful place you have here - we were so delighted to spend the weekend here, so tranquil, peaceful, and beautiful. You made us feel right at home. Definitely a place worth 5 stars! Go well.\\u0022​\",\"name\":\"\\u003cstrong\\u003e\\u003cstrong\\u003eBrian\\u003c/strong\\u003e\\u003c/strong\\u003e \\u003cstrong\\u003e\\u003cstrong\\u003e\\u003cstrong\\u003eand \\u003cstrong\\u003eMariska\\u003c/strong\\u003e\\u003c/strong\\u003e\\u003cbr\\u003e\\u003c/strong\\u003e\\u003c/strong\\u003e\",\"company\":\"\",\"image\":{\"id\":120,\"title\":\"testimonial2\",\"filename\":\"testimonial2.jpg\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/testimonial2.jpg\",\"link\":\"https://blueroan.netgen.cloud/testimonial2/\",\"alt\":\"\",\"author\":\"34\",\"description\":\"\",\"caption\":\"\",\"name\":\"testimonial2\",\"status\":\"inherit\",\"uploadedTo\":0,\"date\":\"2021-05-11T05:02:03.000Z\",\"modified\":\"2021-05-11T05:02:03.000Z\",\"menuOrder\":0,\"mime\":\"image/jpeg\",\"type\":\"image\",\"subtype\":\"jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/default.png\",\"dateFormatted\":\"May 11, 2021\",\"nonces\":{\"update\":\"1ee6412858\",\"delete\":\"4414a2ccbf\",\"edit\":\"bde7b1f490\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=120\\u0026action=edit\",\"meta\":false,\"authorName\":\"Rishabh\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/user-edit.php?user_id=34\",\"filesizeInBytes\":10087,\"filesizeHumanReadable\":\"10 KB\",\"context\":\"\",\"height\":250,\"width\":250,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/testimonial2-150x150.jpg\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/testimonial2.jpg\",\"height\":250,\"width\":250,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}}}],\"headingAlign\":\"left\",\"headingAlignTablet\":\"left\",\"headingAlignMobile\":\"left\",\"descColor\":\"var(\\u002d\\u002dast-global-color-3)\",\"nameFontSize\":14,\"nameLineHeight\":1,\"descFontSize\":16,\"descFontWeight\":\"600\",\"nameSpace\":1,\"block_id\":\"e0218e52\",\"iconImage\":{\"url\":\"\",\"alt\":\"InfoBox placeholder img\"},\"imageWidth\":32,\"columnGap\":1,\"borderStyle\":\"\",\"paddingTop\":0,\"paddingBottom\":0,\"paddingLeft\":0,\"paddingRight\":0,\"spacingLink\":true,\"imgpaddingTop\":0,\"imgpaddingRight\":15,\"imgpaddingBottom\":0,\"imgpaddingLeft\":0,\"overallBorderStyle\":\"none\",\"imgTagHeight\":32,\"imgTagWidth\":150} -->\n<div class=\"wp-block-uagb-testimonial uagb-slick-carousel uagb-tm__arrow-outside uagb-block-e0218e52 uagb-post__carousel_notset uagb-post__carousel_notset-tablet uagb-post__carousel_notset-mobile\"><div class=\"is-carousel uagb-tm__columns-1 uagb-tm__items\"><div class=\"uagb-testimonial__wrap  uagb-tm__imgicon-style-circle uagb-tm__image-position-bottom uagb-tm__bg-type-none \"><div class=\"uagb-tm__content\"><div class=\"uagb-tm__overlay\"></div><div class=\"uagb-tm__text-wrap\"><div class=\"uagb-tm__desc\">\"Judy, what a wonderful place you have here - we were so delighted to spend the weekend here, so tranquil, peaceful, and beautiful. You made us feel right at home. Definitely a place worth 5 stars! Go well.\"​</div><div class=\"uagb-tm__meta-inner\"><div class=\"uagb-tm__image-content\"><div class=\"uagb-tm__image\"><img class=\"uagb-tm-img-src\" src=\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/testimonial2-150x150.jpg\" alt=\"\" width=\"32\" height=\"32\" loading=\"lazy\"/></div></div><div class=\"uagb-testimonial-details\"><span class=\"uagb-tm__author-name\"><strong><strong>Brian</strong></strong> <strong><strong><strong>and <strong>Mariska</strong></strong><br></strong></strong></span><span class=\"uagb-tm__company\"></span></div></div></div></div></div></div></div>\n<!-- /wp:uagb/testimonial -->\n\n<!-- wp:uagb/testimonial {\"test_item_count\":1,\"classMigrate\":true,\"test_block\":[{\"description\":\"\\u0022Thank you for the most wonderful time, Judy!  This was the most peaceful and perfect place to get engaged!  We will most certainly be back!!!  Your hospitality cannot be topped!\\u0022​\",\"name\":\"\\u003cstrong\\u003e\\u003cstrong\\u003e\\u003cstrong\\u003e\\u003cstrong\\u003eBrett and Kelly\\u003c/strong\\u003e\\u003c/strong\\u003e\\u003c/strong\\u003e\\u003c/strong\\u003e\",\"company\":\"\",\"image\":{\"id\":121,\"title\":\"testimonial3\",\"filename\":\"testimonial3.jpg\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/testimonial3.jpg\",\"link\":\"https://blueroan.netgen.cloud/testimonial3/\",\"alt\":\"\",\"author\":\"34\",\"description\":\"\",\"caption\":\"\",\"name\":\"testimonial3\",\"status\":\"inherit\",\"uploadedTo\":0,\"date\":\"2021-05-11T05:02:05.000Z\",\"modified\":\"2021-05-11T05:02:05.000Z\",\"menuOrder\":0,\"mime\":\"image/jpeg\",\"type\":\"image\",\"subtype\":\"jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/default.png\",\"dateFormatted\":\"May 11, 2021\",\"nonces\":{\"update\":\"290653da5d\",\"delete\":\"90a4fb2d63\",\"edit\":\"ff8a64e56e\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=121\\u0026action=edit\",\"meta\":false,\"authorName\":\"Rishabh\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/user-edit.php?user_id=34\",\"filesizeInBytes\":8748,\"filesizeHumanReadable\":\"9 KB\",\"context\":\"\",\"height\":250,\"width\":250,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/testimonial3-150x150.jpg\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/testimonial3.jpg\",\"height\":250,\"width\":250,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}}}],\"headingAlign\":\"left\",\"headingAlignTablet\":\"left\",\"headingAlignMobile\":\"left\",\"descColor\":\"var(\\u002d\\u002dast-global-color-3)\",\"nameFontSize\":14,\"nameLineHeight\":1,\"descFontSize\":16,\"descFontWeight\":\"600\",\"nameSpace\":1,\"block_id\":\"541b7484\",\"iconImage\":{\"url\":\"\",\"alt\":\"InfoBox placeholder img\"},\"imageWidth\":32,\"columnGap\":1,\"borderStyle\":\"\",\"paddingTop\":0,\"paddingBottom\":0,\"paddingLeft\":0,\"paddingRight\":0,\"spacingLink\":true,\"imgpaddingTop\":0,\"imgpaddingRight\":15,\"imgpaddingBottom\":0,\"imgpaddingLeft\":0,\"overallBorderStyle\":\"none\",\"imgTagHeight\":32,\"imgTagWidth\":150} -->\n<div class=\"wp-block-uagb-testimonial uagb-slick-carousel uagb-tm__arrow-outside uagb-block-541b7484 uagb-post__carousel_notset uagb-post__carousel_notset-tablet uagb-post__carousel_notset-mobile\"><div class=\"is-carousel uagb-tm__columns-1 uagb-tm__items\"><div class=\"uagb-testimonial__wrap  uagb-tm__imgicon-style-circle uagb-tm__image-position-bottom uagb-tm__bg-type-none \"><div class=\"uagb-tm__content\"><div class=\"uagb-tm__overlay\"></div><div class=\"uagb-tm__text-wrap\"><div class=\"uagb-tm__desc\">\"Thank you for the most wonderful time, Judy!  This was the most peaceful and perfect place to get engaged!  We will most certainly be back!!!  Your hospitality cannot be topped!\"​</div><div class=\"uagb-tm__meta-inner\"><div class=\"uagb-tm__image-content\"><div class=\"uagb-tm__image\"><img class=\"uagb-tm-img-src\" src=\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/testimonial3-150x150.jpg\" alt=\"\" width=\"32\" height=\"32\" loading=\"lazy\"/></div></div><div class=\"uagb-testimonial-details\"><span class=\"uagb-tm__author-name\"><strong><strong><strong><strong>Brett and Kelly</strong></strong></strong></strong></span><span class=\"uagb-tm__company\"></span></div></div></div></div></div></div></div>\n<!-- /wp:uagb/testimonial --></div>\n<!-- /wp:uagb/container --></div>\n<!-- /wp:uagb/container --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"2f60ad82\",\"innerContentCustomWidthDesktop\":781,\"innerContentCustomWidthTablet\":781,\"backgroundType\":\"image\",\"backgroundImageDesktop\":{\"id\":809,\"title\":\"26759994757_767d9794fd_b\",\"filename\":\"26759994757_767d9794fd_b.jpg\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/26759994757_767d9794fd_b.jpg\",\"link\":\"https://blueroan.netgen.cloud/?attachment_id=809\",\"alt\":\"\",\"author\":\"2\",\"description\":\"\",\"caption\":\"\",\"name\":\"26759994757_767d9794fd_b\",\"status\":\"inherit\",\"uploadedTo\":805,\"date\":\"2022-12-13T09:51:53.000Z\",\"modified\":\"2022-12-13T09:51:53.000Z\",\"menuOrder\":0,\"mime\":\"image/jpeg\",\"type\":\"image\",\"subtype\":\"jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-includes/images/media/default.png\",\"dateFormatted\":\"December 13, 2022\",\"nonces\":{\"update\":\"39b5c0eef1\",\"delete\":\"fde92abd83\",\"edit\":\"3923face9e\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=809\\u0026action=edit\",\"meta\":false,\"authorName\":\"Netgen Support\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/profile.php\",\"uploadedToTitle\":\"Magaliesburg\",\"uploadedToLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=805\\u0026action=edit\",\"filesizeInBytes\":143610,\"filesizeHumanReadable\":\"140 KB\",\"context\":\"\",\"height\":683,\"width\":1024,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/26759994757_767d9794fd_b-150x150.jpg\",\"orientation\":\"landscape\"},\"medium\":{\"height\":200,\"width\":300,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/26759994757_767d9794fd_b-300x200.jpg\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/26759994757_767d9794fd_b.jpg\",\"height\":683,\"width\":1024,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"backgroundImageColor\":\"rgba(42,42,42,0.65)\",\"topPaddingDesktop\":144,\"bottomPaddingDesktop\":144,\"leftPaddingDesktop\":40,\"rightPaddingDesktop\":40,\"topPaddingTablet\":80,\"bottomPaddingTablet\":80,\"leftPaddingTablet\":40,\"rightPaddingTablet\":40,\"topPaddingMobile\":64,\"bottomPaddingMobile\":64,\"leftPaddingMobile\":24,\"rightPaddingMobile\":24,\"paddingLink\":false,\"variationSelected\":true,\"isBlockRootParent\":true,\"overlayType\":\"color\"} -->\n<div class=\"wp-block-uagb-container uagb-block-2f60ad82 alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/advanced-heading {\"block_id\":\"226e29da\",\"classMigrate\":true,\"headingDescToggle\":true,\"headingAlign\":\"center\",\"headingColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"subHeadingColor\":\"var(\\u002d\\u002dast-global-color-4)\",\"headSpace\":20} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-226e29da\"><h2 class=\"uagb-heading-text\">Plan an Unforgettable Experience at <br>Blue Roan!</h2><p class=\"uagb-desc-text\">Blue Roan is a 3-star graded pet-friendly venue</p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/advanced-heading {\"block_id\":\"66b9987e\",\"classMigrate\":true,\"headingTitleToggle\":false,\"headingDescToggle\":true,\"headingAlign\":\"center\",\"subHeadingColor\":\"var(\\u002d\\u002dast-global-color-4)\",\"subHeadTransform\":\"uppercase\",\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"subHeadLetterSpacing\":2,\"blockTopPadding\":60,\"blockRightPadding\":0,\"blockLeftPadding\":0,\"blockBottomPadding\":0,\"blockTopPaddingMobile\":30,\"blockRightPaddingMobile\":0,\"blockLeftPaddingMobile\":0,\"blockBottomPaddingMobile\":0,\"linkColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"linkHColor\":\"var(\\u002d\\u002dast-global-color-0)\"} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-66b9987e\"><p class=\"uagb-desc-text\"><a href=\"https://book.nightsbridge.com/11065\" target=\"_blank\" rel=\"noreferrer noopener\">BOOK YOUR STAY NOW​</a></p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/icon-list {\"block_id\":\"113d1ef6\",\"classMigrate\":true,\"childMigrate\":true,\"align\":\"center\",\"parentIcon\":\"phone\",\"size\":40,\"sizeMobile\":24,\"sizeTablet\":32,\"fontSize\":48,\"fontSizeMobile\":28,\"fontSizeTablet\":40,\"fontWeight\":\"600\",\"iconColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"labelColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"blockTopPadding\":0,\"blockRightPadding\":0,\"blockLeftPadding\":0,\"blockBottomPadding\":24,\"blockPaddingLink\":false} -->\n<div class=\"wp-block-uagb-icon-list uagb-block-113d1ef6\"><div class=\"uagb-icon-list__wrap\"><!-- wp:uagb/icon-list-child {\"block_id\":\"a137da1d\",\"label\":\" + 27 (0) 82 575 5409\",\"label_color\":\"\",\"link\":\"tel:+27825755409\",\"disableLink\":true,\"fromParentIcon\":\"phone\",\"imageSizeChild\":40} -->\n<div class=\"wp-block-uagb-icon-list-child uagb-block-a137da1d\"><a target=\"_self\" aria-label=\" + 27 (0) 82 575 5409\" rel=\"noopener noreferrer\" href=\"tel:+27825755409\"> </a><span class=\"uagb-icon-list__source-wrap\"><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M511.2 387l-23.25 100.8c-3.266 14.25-15.79 24.22-30.46 24.22C205.2 512 0 306.8 0 54.5c0-14.66 9.969-27.2 24.22-30.45l100.8-23.25C139.7-2.602 154.7 5.018 160.8 18.92l46.52 108.5c5.438 12.78 1.77 27.67-8.98 36.45L144.5 207.1c33.98 69.22 90.26 125.5 159.5 159.5l44.08-53.8c8.688-10.78 23.69-14.51 36.47-8.975l108.5 46.51C506.1 357.2 514.6 372.4 511.2 387z\"></path></svg></span><span class=\"uagb-icon-list__label\"> + 27 (0) 82 575 5409</span></div>\n<!-- /wp:uagb/icon-list-child -->\n\n<!-- wp:uagb/icon-list-child {\"block_id\":\"96f5d59d\",\"label\":\"blueroan@ugo.co.za\",\"icon\":\"envelope\",\"label_color\":\"\",\"link\":\"mailto:blueroan@ugo.co.za\",\"disableLink\":true,\"fromParentIcon\":\"phone\",\"imageSizeChild\":40} -->\n<div class=\"wp-block-uagb-icon-list-child uagb-block-96f5d59d\"><a target=\"_self\" aria-label=\"blueroan@ugo.co.za\" rel=\"noopener noreferrer\" href=\"mailto:blueroan@ugo.co.za\"> </a><span class=\"uagb-icon-list__source-wrap\"><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M464 64C490.5 64 512 85.49 512 112C512 127.1 504.9 141.3 492.8 150.4L275.2 313.6C263.8 322.1 248.2 322.1 236.8 313.6L19.2 150.4C7.113 141.3 0 127.1 0 112C0 85.49 21.49 64 48 64H464zM217.6 339.2C240.4 356.3 271.6 356.3 294.4 339.2L512 176V384C512 419.3 483.3 448 448 448H64C28.65 448 0 419.3 0 384V176L217.6 339.2z\"></path></svg></span><span class=\"uagb-icon-list__label\">blueroan@ugo.co.za</span></div>\n<!-- /wp:uagb/icon-list-child --></div></div>\n<!-- /wp:uagb/icon-list --></div></div>\n<!-- /wp:uagb/container -->',	'Home',	'',	'inherit',	'closed',	'closed',	'',	'760-revision-v1',	'',	'',	'2022-12-21 11:53:20',	'2022-12-21 11:53:20',	'',	760,	'https://blueroan.netgen.cloud/?p=1386',	0,	'revision',	'',	0),
(1387,	2,	'2022-12-21 11:57:45',	'2022-12-21 11:57:45',	'<!-- wp:uagb/container {\"block_id\":\"0d585283\",\"minHeightDesktop\":95,\"minHeightTablet\":70,\"minHeightMobile\":80,\"minHeightType\":\"vh\",\"alignItemsDesktop\":\"flex-start\",\"backgroundType\":\"image\",\"backgroundImageDesktop\":{\"uploading\":false,\"date\":1670921854000,\"filename\":\"Blue-Roan-pool.jpg\",\"menuOrder\":0,\"uploadedTo\":760,\"type\":\"image\",\"subtype\":\"jpeg\",\"id\":784,\"title\":\"Blue Roan - pool\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Blue-Roan-pool.jpg\",\"link\":\"https://blueroan.netgen.cloud/home/blue-roan-pool/\",\"alt\":\"\",\"author\":\"2\",\"description\":\"\",\"caption\":\"\",\"name\":\"blue-roan-pool\",\"status\":\"inherit\",\"modified\":1670921854000,\"mime\":\"image/jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-includes/images/media/default.png\",\"dateFormatted\":\"December 13, 2022\",\"nonces\":{\"update\":\"51a12ed09e\",\"delete\":\"5174068551\",\"edit\":\"1de0721407\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=784\\u0026action=edit\",\"meta\":false,\"authorName\":\"Netgen Support\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/profile.php\",\"uploadedToTitle\":\"Home\",\"uploadedToLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=760\\u0026action=edit\",\"filesizeInBytes\":154801,\"filesizeHumanReadable\":\"151 KB\",\"context\":\"\",\"height\":667,\"width\":1000,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Blue-Roan-pool-150x150.jpg\",\"orientation\":\"landscape\"},\"medium\":{\"height\":200,\"width\":300,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Blue-Roan-pool-300x200.jpg\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Blue-Roan-pool.jpg\",\"height\":667,\"width\":1000,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"backgroundPositionDesktop\":{\"x\":0.5,\"y\":0.25},\"backgroundImageColor\":\"rgba(42,42,42,0.35)\",\"topPaddingDesktop\":0,\"bottomPaddingDesktop\":0,\"leftPaddingDesktop\":40,\"rightPaddingDesktop\":40,\"topPaddingTablet\":120,\"bottomPaddingTablet\":120,\"leftPaddingTablet\":40,\"rightPaddingTablet\":40,\"topPaddingMobile\":150,\"bottomPaddingMobile\":150,\"leftPaddingMobile\":20,\"rightPaddingMobile\":20,\"paddingLink\":false,\"variationSelected\":true,\"isBlockRootParent\":true,\"overlayType\":\"color\",\"minHeightTypeTablet\":\"vh\",\"minHeightTypeMobile\":\"vh\"} -->\n<div class=\"wp-block-uagb-container uagb-block-0d585283 alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:group {\"layout\":{\"type\":\"constrained\",\"justifyContent\":\"left\"}} -->\n<div class=\"wp-block-group\"><!-- wp:uagb/info-box {\"classMigrate\":true,\"headingAlign\":\"left\",\"headingColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"subHeadingColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"headingTag\":\"h1\",\"subHeadFontSize\":17,\"subHeadFontSizeMobile\":15,\"headSpace\":20,\"subHeadSpace\":40,\"block_id\":\"37483174\",\"ctaIcon\":\"\",\"ctaText\":\"Book Your Stay Now\",\"ctaLink\":\"https://book.nightsbridge.com/11065\",\"ctaBtnLinkColor\":\"var(\\u002d\\u002dast-global-color-2)\",\"ctaLinkHoverColor\":\"var(\\u002d\\u002dast-global-color-2)\",\"ctaBgColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"ctaBgHoverColor\":\"var(\\u002d\\u002dast-global-color-4)\",\"ctaBorderColor\":\"\",\"ctaBorderStyle\":\"\",\"ctaBorderWidth\":\"\",\"ctaBorderRadius\":\"\",\"iconImage\":{\"url\":\"\",\"alt\":\"InfoBox placeholder img\"},\"showIcon\":false,\"paddingBtnTop\":18,\"paddingBtnBottom\":18,\"paddingBtnLeft\":34,\"paddingBtnRight\":34,\"blockTopPadding\":5,\"blockRightPadding\":40,\"blockLeftPadding\":0,\"blockBottomPadding\":0,\"blockTopPaddingTablet\":0,\"blockRightPaddingTablet\":64,\"blockLeftPaddingTablet\":0,\"blockBottomPaddingTablet\":0,\"blockTopPaddingMobile\":0,\"blockRightPaddingMobile\":0,\"blockLeftPaddingMobile\":0,\"blockBottomPaddingMobile\":0,\"blockPaddingUnit\":\"%\",\"blockPaddingLink\":false,\"subHeadMarginTopTablet\":0,\"subHeadMarginRightTablet\":64,\"subHeadTabletSpace\":40,\"subHeadMarginLeftTablet\":0,\"subHeadMarginTopMobile\":0,\"subHeadMarginRightMobile\":0,\"subHeadMobileSpace\":40,\"subHeadMarginLeftMobile\":0,\"btnBorderTopWidth\":1,\"btnBorderLeftWidth\":1,\"btnBorderRightWidth\":1,\"btnBorderBottomWidth\":1,\"btnBorderTopLeftRadius\":0,\"btnBorderTopRightRadius\":0,\"btnBorderBottomLeftRadius\":0,\"btnBorderBottomRightRadius\":0,\"btnBorderStyle\":\"none\",\"btnBorderColor\":\"#333\",\"zIndex\":null} -->\n<div class=\"wp-block-uagb-info-box uagb-block-37483174 uagb-infobox__content-wrap  uagb-infobox-icon-above-title uagb-infobox-image-valign-top\"><div class=\"uagb-ifb-content\"><div class=\"uagb-ifb-title-wrap\"><h1 class=\"uagb-ifb-title\">Magaliesburg pet friendly self-catering accommodation</h1></div><p class=\"uagb-ifb-desc\">Romantic pet-friendly self-catering accommodation in Magaliesburg, Gauteng.</p></div></div>\n<!-- /wp:uagb/info-box --></div>\n<!-- /wp:group -->\n\n<!-- wp:buttons {\"layout\":{\"type\":\"flex\",\"justifyContent\":\"left\",\"orientation\":\"horizontal\"}} -->\n<div class=\"wp-block-buttons\"><!-- wp:button {\"backgroundColor\":\"ast-global-color-5\",\"textColor\":\"ast-global-color-2\",\"width\":25,\"style\":{\"spacing\":{\"padding\":{\"top\":\"var:preset|spacing|50\",\"right\":\"var:preset|spacing|30\",\"bottom\":\"var:preset|spacing|50\",\"left\":\"var:preset|spacing|30\"}}},\"className\":\"is-style-fill\"} -->\n<div class=\"wp-block-button has-custom-width wp-block-button__width-25 is-style-fill\" id=\"https://book.nightsbridge.com/11065\"><a class=\"wp-block-button__link has-ast-global-color-2-color has-ast-global-color-5-background-color has-text-color has-background wp-element-button\" style=\"padding-top:var(--wp--preset--spacing--50);padding-right:var(--wp--preset--spacing--30);padding-bottom:var(--wp--preset--spacing--50);padding-left:var(--wp--preset--spacing--30)\" rel=\"https://book.nightsbridge.com/11065\">book your stay now</a></div>\n<!-- /wp:button -->\n\n<!-- wp:button {\"backgroundColor\":\"ast-global-color-5\",\"textColor\":\"ast-global-color-2\",\"width\":25,\"style\":{\"spacing\":{\"padding\":{\"top\":\"var:preset|spacing|50\",\"right\":\"var:preset|spacing|30\",\"bottom\":\"var:preset|spacing|50\",\"left\":\"var:preset|spacing|30\"}}},\"className\":\"is-style-fill\",\"UAGDisplayConditions\":\"userstate\"} -->\n<div class=\"wp-block-button has-custom-width wp-block-button__width-25 is-style-fill\"><a class=\"wp-block-button__link has-ast-global-color-2-color has-ast-global-color-5-background-color has-text-color has-background wp-element-button\" href=\"\" style=\"padding-top:var(--wp--preset--spacing--50);padding-right:var(--wp--preset--spacing--30);padding-bottom:var(--wp--preset--spacing--50);padding-left:var(--wp--preset--spacing--30)\" target=\"_blank\" rel=\"https://book.nightsbridge.com/11065 noopener\">Check availability</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"35d732cc\",\"directionDesktop\":\"row\",\"directionMobile\":\"column-reverse\",\"alignItemsDesktop\":\"flex-start\",\"backgroundType\":\"color\",\"backgroundSizeTablet\":\"cover\",\"backgroundSizeMobile\":\"cover\",\"backgroundColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"topPaddingDesktop\":60,\"bottomPaddingDesktop\":60,\"topPaddingTablet\":80,\"bottomPaddingTablet\":80,\"leftPaddingTablet\":40,\"rightPaddingTablet\":40,\"topPaddingMobile\":64,\"bottomPaddingMobile\":64,\"leftPaddingMobile\":24,\"rightPaddingMobile\":24,\"paddingLink\":false,\"variationSelected\":true,\"columnGapDesktop\":60,\"columnGapTablet\":50,\"isBlockRootParent\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-35d732cc alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/container {\"block_id\":\"89dec69c\",\"widthDesktop\":50,\"variationSelected\":true,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-89dec69c\"><!-- wp:image {\"id\":797,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-13.jpg\" alt=\"\" class=\"wp-image-797\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>We have 7 lovely brick&nbsp;<strong>self-catering</strong>&nbsp;units, each one private and with its own character and theme. &nbsp;They are designed exclusively for couples with or without pets wanting a romantic and peaceful place to connect, re-connect, celebrate special occasions, or somewhere quiet and comfortable to come for a holiday</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:buttons -->\n<div class=\"wp-block-buttons\"><!-- wp:button -->\n<div class=\"wp-block-button\"><a class=\"wp-block-button__link wp-element-button\" href=\"/accommodation/\">View accomodation</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"01ffe196\",\"widthDesktop\":50,\"leftPaddingDesktop\":0,\"paddingLink\":false,\"variationSelected\":true,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-01ffe196\"><!-- wp:uagb/advanced-heading {\"block_id\":\"aab7aba4\",\"classMigrate\":true,\"headingDescToggle\":true,\"subHeadingColor\":\"\",\"headSpace\":20,\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-aab7aba4\"><h2 class=\"uagb-heading-text\"><strong>Blue Roan is a 3-star graded pet-friendly venue</strong></h2><p class=\"uagb-desc-text\">Our goal is to provide high-quality, romantic, comfortable, and affordable self-catering accommodation on the outskirts of the village of &nbsp;Magaliesburg. &nbsp;For animal lovers, we are also&nbsp;pet-friendly&nbsp;by arrangement in most of the units all of which have their own fully fenced and gated private grassy gardens.</p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/image {\"block_id\":\"b364d0d4\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/hammock-in-the-garden.jpg\",\"align\":\"left\",\"id\":799,\"linkDestination\":\"none\",\"naturalWidth\":600,\"naturalHeight\":400,\"sizeSlug\":\"full\",\"sizeSlugTablet\":\"full\",\"sizeSlugMobile\":\"full\",\"imageTopMargin\":20,\"imageRightMargin\":0,\"imageLeftMargin\":0,\"imageBottomMargin\":0,\"imageTopMarginMobile\":0,\"imageRightMarginMobile\":0,\"imageLeftMarginMobile\":0,\"imageBottomMarginMobile\":0,\"imageMarginLink\":false} -->\n<div class=\"wp-block-uagb-image uagb-block-b364d0d4 wp-block-uagb-image--layout-default wp-block-uagb-image--effect-static wp-block-uagb-image--align-left\"><figure class=\"wp-block-uagb-image__figure\"><img srcset=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/hammock-in-the-garden.jpg \" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/hammock-in-the-garden.jpg\" alt=\"\" class=\"uag-image-799\" width=\"\" height=\"\" title=\"\" loading=\"lazy\"/></figure></div>\n<!-- /wp:uagb/image --></div>\n<!-- /wp:uagb/container --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"94de5b4c\",\"directionDesktop\":\"row\",\"directionMobile\":\"column-reverse\",\"alignItemsDesktop\":\"flex-start\",\"backgroundType\":\"color\",\"backgroundSizeTablet\":\"cover\",\"backgroundSizeMobile\":\"cover\",\"backgroundColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"topPaddingDesktop\":0,\"bottomPaddingDesktop\":0,\"topPaddingTablet\":80,\"bottomPaddingTablet\":80,\"leftPaddingTablet\":40,\"rightPaddingTablet\":40,\"topPaddingMobile\":64,\"bottomPaddingMobile\":64,\"leftPaddingMobile\":24,\"rightPaddingMobile\":24,\"paddingLink\":false,\"variationSelected\":true,\"rowGapDesktop\":0,\"columnGapDesktop\":0,\"columnGapTablet\":50,\"isBlockRootParent\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-94de5b4c alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:image {\"align\":\"center\",\"id\":1344,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image aligncenter size-large\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/tgcsa-full-3-stars-1024x366.jpg\" alt=\"\" class=\"wp-image-1344\"/></figure>\n<!-- /wp:image --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"5c44e508\",\"backgroundType\":\"color\",\"backgroundSizeTablet\":\"cover\",\"backgroundSizeMobile\":\"cover\",\"backgroundColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"topPaddingDesktop\":50,\"bottomPaddingDesktop\":100,\"topPaddingTablet\":50,\"bottomPaddingTablet\":25,\"leftPaddingTablet\":20,\"rightPaddingTablet\":20,\"topPaddingMobile\":50,\"bottomPaddingMobile\":20,\"leftPaddingMobile\":20,\"rightPaddingMobile\":20,\"paddingLink\":false,\"variationSelected\":true,\"rowGapDesktop\":0,\"isBlockRootParent\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-5c44e508 alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/container {\"block_id\":\"f49bb2f0\",\"directionDesktop\":\"row\",\"alignItemsDesktop\":\"flex-end\",\"alignItemsTablet\":\"flex-end\",\"justifyContentDesktop\":\"flex-end\",\"justifyContentTablet\":\"space-between\",\"variationSelected\":true,\"rowGapMobile\":30,\"columnGapDesktop\":0} -->\n<div class=\"wp-block-uagb-container uagb-block-f49bb2f0\"><!-- wp:uagb/advanced-heading {\"block_id\":\"b00c2c0f\",\"classMigrate\":true,\"headingDescToggle\":true,\"subHeadingColor\":\"\",\"headSpace\":20,\"subHeadFontSize\":16} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-b00c2c0f\"><h2 class=\"uagb-heading-text\">Amenities &amp; Interests ​</h2><p class=\"uagb-desc-text\">The Blue Roan Country Lodge is situated just 5 minutes from the village of Magaliesburg on a tar road so easy access for all cars. &nbsp;We have panoramic views of the Magaliesberg mountain range and our farm is the perfect place for a relaxing getaway in the country. &nbsp;As we are only 70 km from JHB and Pretoria, it is only an hour’s drive.</p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/buttons {\"block_id\":\"99b351c7\",\"classMigrate\":true,\"childMigrate\":true,\"align\":\"right\",\"alignTablet\":\"right\",\"alignMobile\":\"left\",\"gap\":0} -->\n<div class=\"wp-block-uagb-buttons uagb-buttons__outer-wrap uagb-btn__default-btn uagb-btn-tablet__default-btn uagb-btn-mobile__default-btn uagb-block-99b351c7\"><div class=\"uagb-buttons__wrap uagb-buttons-layout-wrap\"><!-- wp:uagb/buttons-child {\"block_id\":\"8b121466\",\"label\":\"View All\",\"link\":\"/amenities/\",\"hColor\":\"\",\"borderWidth\":\"\",\"borderRadius\":\"\",\"borderStyle\":\"\",\"borderColor\":\"\",\"borderHColor\":\"\",\"btnBorderTopWidth\":1,\"btnBorderLeftWidth\":1,\"btnBorderRightWidth\":1,\"btnBorderBottomWidth\":1,\"btnBorderTopLeftRadius\":2,\"btnBorderTopRightRadius\":2,\"btnBorderBottomLeftRadius\":2,\"btnBorderBottomRightRadius\":2,\"btnBorderStyle\":\"solid\",\"btnBorderColor\":\"#333\",\"btnBorderHColor\":\"#333\"} -->\n<div class=\"wp-block-uagb-buttons-child uagb-buttons__outer-wrap uagb-block-8b121466 wp-block-button is-style-outline\"><div class=\"uagb-button__wrapper\"><a class=\"uagb-buttons-repeater wp-block-button__link\" href=\"/amenities/\" rel=\"follow noopener\" target=\"_self\"><div class=\"uagb-button__link\">View All</div></a></div></div>\n<!-- /wp:uagb/buttons-child --></div></div>\n<!-- /wp:uagb/buttons --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"74751ec1\",\"directionDesktop\":\"row\",\"alignItemsTablet\":\"flex-start\",\"paddingLink\":false,\"topMarginDesktop\":50,\"bottomMarginDesktop\":20,\"leftMarginDesktop\":0,\"rightMarginDesktop\":0,\"marginLink\":false,\"variationSelected\":true,\"rowGapMobile\":65,\"columnGapDesktop\":48,\"columnGapTablet\":20} -->\n<div class=\"wp-block-uagb-container uagb-block-74751ec1\"><!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"align\":\"center\",\"id\":828,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image aligncenter size-full\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Blue-Roan-pool.png\" alt=\"Blue Roan\'s rock pool\" class=\"wp-image-828\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>A relaxing rock Pool​</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>We have a lovely sparkling blue rock pool next to a thatched Lapa. &nbsp;&nbsp;Lie on recliners on the green lawn or sit on the swing chair in the Lapa and enjoy the panoramic view of the Magaliesberg mountain range.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":829,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/img-20160605-wa0002-largejpg.png\" alt=\"\" class=\"wp-image-829\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>Braai facilities </h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>What can compare to a burning fire under the star-lit African sky? Nothing beats the flavor of cooking over an open flame.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":1354,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Games-Room.png\" alt=\"\" class=\"wp-image-1354\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>A games room </h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>The reception is also a games room for those who enjoy darts or playing pool. &nbsp;Take a selection of DVDs back to your room and watch movies on your own DVD player. &nbsp;There is also a selection of board games and music CDs that you can borrow.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div>\n<!-- /wp:uagb/container --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"f3c0bdbf\",\"backgroundType\":\"color\",\"backgroundSizeTablet\":\"cover\",\"backgroundSizeMobile\":\"cover\",\"backgroundColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"bottomPaddingDesktop\":104,\"leftPaddingDesktop\":40,\"rightPaddingDesktop\":40,\"topPaddingTablet\":80,\"bottomPaddingTablet\":80,\"leftPaddingTablet\":40,\"rightPaddingTablet\":40,\"topPaddingMobile\":64,\"bottomPaddingMobile\":64,\"leftPaddingMobile\":24,\"rightPaddingMobile\":24,\"paddingLink\":false,\"variationSelected\":true,\"rowGapDesktop\":0,\"isBlockRootParent\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-f3c0bdbf alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/advanced-heading {\"block_id\":\"ac92718f\",\"classMigrate\":true,\"headingDescToggle\":true,\"headingAlign\":\"center\",\"headingAlignMobile\":\"left\",\"subHeadingColor\":\"\",\"headSpace\":20,\"subHeadFontSize\":16,\"blockBottomPadding\":20} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-ac92718f\"><h2 class=\"uagb-heading-text\">Our Inside Pictures​</h2><p class=\"uagb-desc-text\">Take a look at some pretty pictures captured in and around our premises.</p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/container {\"block_id\":\"7924f026\",\"directionDesktop\":\"row\",\"alignItemsDesktop\":\"flex-start\",\"topMarginDesktop\":20,\"bottomMarginDesktop\":0,\"leftMarginDesktop\":0,\"rightMarginDesktop\":0,\"marginLink\":false,\"variationSelected\":true,\"rowGapMobile\":24,\"columnGapDesktop\":24,\"columnGapTablet\":20} -->\n<div class=\"wp-block-uagb-container uagb-block-7924f026\"><!-- wp:uagb/container {\"block_id\":\"05fee2ce\",\"widthDesktop\":32,\"variationSelected\":true,\"rowGapDesktop\":24,\"rowGapTablet\":20,\"rowGapMobile\":24,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-05fee2ce\"><!-- wp:uagb/image {\"block_id\":\"bd81c9c9\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/red-rose-1024x683.jpg\",\"id\":834,\"linkDestination\":\"none\",\"width\":385,\"height\":284,\"naturalWidth\":1024,\"naturalHeight\":683,\"sizeSlug\":\"large\",\"sizeSlugTablet\":\"large\",\"sizeSlugMobile\":\"large\",\"customHeightSetDesktop\":true} -->\n<div class=\"wp-block-uagb-image uagb-block-bd81c9c9 wp-block-uagb-image--layout-default wp-block-uagb-image--effect-static wp-block-uagb-image--align-none\"><figure class=\"wp-block-uagb-image__figure\"><img srcset=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/red-rose-1024x683.jpg \" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/red-rose-1024x683.jpg\" alt=\"\" class=\"uag-image-834\" width=\"385\" height=\"284\" title=\"\" loading=\"lazy\"/></figure></div>\n<!-- /wp:uagb/image -->\n\n<!-- wp:uagb/image {\"block_id\":\"e39b6738\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/49g.jpg\",\"id\":838,\"linkDestination\":\"none\",\"width\":385,\"height\":284,\"naturalWidth\":650,\"naturalHeight\":450,\"sizeSlug\":\"full\",\"sizeSlugTablet\":\"full\",\"sizeSlugMobile\":\"full\",\"customHeightSetDesktop\":true} -->\n<div class=\"wp-block-uagb-image uagb-block-e39b6738 wp-block-uagb-image--layout-default wp-block-uagb-image--effect-static wp-block-uagb-image--align-none\"><figure class=\"wp-block-uagb-image__figure\"><img srcset=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/49g.jpg \" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/49g.jpg\" alt=\"\" class=\"uag-image-838\" width=\"385\" height=\"284\" title=\"\" loading=\"lazy\"/></figure></div>\n<!-- /wp:uagb/image --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"c05e2ece\",\"widthDesktop\":67,\"variationSelected\":true,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-c05e2ece\"><!-- wp:uagb/image {\"block_id\":\"81fa5c7c\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAA39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba-1-1024x768.png\",\"id\":905,\"linkDestination\":\"none\",\"naturalWidth\":1024,\"naturalHeight\":768,\"sizeSlug\":\"large\",\"sizeSlugTablet\":\"large\",\"sizeSlugMobile\":\"large\"} -->\n<div class=\"wp-block-uagb-image uagb-block-81fa5c7c wp-block-uagb-image--layout-default wp-block-uagb-image--effect-static wp-block-uagb-image--align-none\"><figure class=\"wp-block-uagb-image__figure\"><img srcset=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAA39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba-1-1024x768.png \" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAA39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba-1-1024x768.png\" alt=\"\" class=\"uag-image-905\" width=\"\" height=\"\" title=\"\" loading=\"lazy\"/></figure></div>\n<!-- /wp:uagb/image --></div>\n<!-- /wp:uagb/container --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"bf504662\",\"directionDesktop\":\"row\",\"alignItemsDesktop\":\"flex-start\",\"topMarginDesktop\":24,\"bottomMarginDesktop\":0,\"leftMarginDesktop\":0,\"rightMarginDesktop\":0,\"topMarginTablet\":20,\"bottomMarginTablet\":0,\"leftMarginTablet\":0,\"rightMarginTablet\":0,\"topMarginMobile\":24,\"bottomMarginMobile\":0,\"leftMarginMobile\":0,\"rightMarginMobile\":0,\"marginLink\":false,\"variationSelected\":true,\"columnGapDesktop\":24,\"columnGapTablet\":20} -->\n<div class=\"wp-block-uagb-container uagb-block-bf504662\"><!-- wp:uagb/container {\"block_id\":\"5f829143\",\"widthDesktop\":67,\"variationSelected\":true,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-5f829143\"><!-- wp:image {\"id\":837,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-8-1024x678.jpg\" alt=\"\" class=\"wp-image-837\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"f1e725b0\",\"widthDesktop\":32,\"variationSelected\":true,\"rowGapDesktop\":24,\"rowGapTablet\":20,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-f1e725b0\"><!-- wp:uagb/image {\"block_id\":\"a830601b\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Blue-roan-pool-01.jpg\",\"id\":782,\"linkDestination\":\"none\",\"width\":385,\"height\":250,\"naturalWidth\":800,\"naturalHeight\":534,\"sizeSlug\":\"full\",\"sizeSlugTablet\":\"full\",\"sizeSlugMobile\":\"full\",\"customHeightSetDesktop\":true} -->\n<div class=\"wp-block-uagb-image uagb-block-a830601b wp-block-uagb-image--layout-default wp-block-uagb-image--effect-static wp-block-uagb-image--align-none\"><figure class=\"wp-block-uagb-image__figure\"><img srcset=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Blue-roan-pool-01.jpg \" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Blue-roan-pool-01.jpg\" alt=\"\" class=\"uag-image-782\" width=\"385\" height=\"250\" title=\"\" loading=\"lazy\"/></figure></div>\n<!-- /wp:uagb/image -->\n\n<!-- wp:uagb/image {\"block_id\":\"150353b2\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/bird-1024x683.jpg\",\"id\":910,\"linkDestination\":\"none\",\"width\":385,\"height\":250,\"naturalWidth\":1024,\"naturalHeight\":683,\"sizeSlug\":\"large\",\"sizeSlugTablet\":\"large\",\"sizeSlugMobile\":\"large\",\"customHeightSetDesktop\":true} -->\n<div class=\"wp-block-uagb-image uagb-block-150353b2 wp-block-uagb-image--layout-default wp-block-uagb-image--effect-static wp-block-uagb-image--align-none\"><figure class=\"wp-block-uagb-image__figure\"><img srcset=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/bird-1024x683.jpg \" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/bird-1024x683.jpg\" alt=\"\" class=\"uag-image-910\" width=\"385\" height=\"250\" title=\"\" loading=\"lazy\"/></figure></div>\n<!-- /wp:uagb/image --></div>\n<!-- /wp:uagb/container --></div>\n<!-- /wp:uagb/container --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"3412c19f\",\"backgroundType\":\"color\",\"backgroundSizeTablet\":\"cover\",\"backgroundSizeMobile\":\"cover\",\"backgroundColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"topPaddingDesktop\":40,\"bottomPaddingDesktop\":104,\"leftPaddingDesktop\":40,\"rightPaddingDesktop\":40,\"topPaddingTablet\":80,\"bottomPaddingTablet\":80,\"leftPaddingTablet\":40,\"rightPaddingTablet\":40,\"topPaddingMobile\":64,\"bottomPaddingMobile\":64,\"leftPaddingMobile\":24,\"rightPaddingMobile\":24,\"paddingLink\":false,\"variationSelected\":true,\"rowGapDesktop\":0,\"isBlockRootParent\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-3412c19f alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/advanced-heading {\"block_id\":\"b08e4e25\",\"classMigrate\":true,\"headingDescToggle\":true,\"headingAlign\":\"center\",\"headingAlignMobile\":\"left\",\"subHeadingColor\":\"\",\"headSpace\":20,\"subHeadFontSize\":16,\"blockBottomPadding\":20} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-b08e4e25\"><h2 class=\"uagb-heading-text\">What Our Guests Say​</h2><p class=\"uagb-desc-text\">We take pride in serving our guests the best experience. </p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/container {\"block_id\":\"5e4d14a0\",\"directionDesktop\":\"row\",\"topMarginDesktop\":40,\"bottomMarginDesktop\":0,\"leftMarginDesktop\":0,\"rightMarginDesktop\":0,\"marginLink\":false,\"variationSelected\":true,\"rowGapMobile\":40,\"columnGapDesktop\":90} -->\n<div class=\"wp-block-uagb-container uagb-block-5e4d14a0\"><!-- wp:uagb/container {\"block_id\":\"79290eaf\",\"widthDesktop\":50,\"variationSelected\":true,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-79290eaf\"><!-- wp:uagb/testimonial {\"test_item_count\":1,\"classMigrate\":true,\"test_block\":[{\"description\":\"\\u0022Thank you for a most enjoyable weekend stay and for making our anniversary so special.  Thank you for your kind and lovely friendship which we really appreciate!!!\\u0022​\",\"name\":\"\\u003cstrong\\u003eBrenda and Theuns\\u003c/strong\\u003e\",\"company\":\"\",\"image\":{\"id\":119,\"title\":\"testimonial1\",\"filename\":\"testimonial1.jpg\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/testimonial1.jpg\",\"link\":\"https://blueroan.netgen.cloud/testimonial1/\",\"alt\":\"\",\"author\":\"34\",\"description\":\"\",\"caption\":\"\",\"name\":\"testimonial1\",\"status\":\"inherit\",\"uploadedTo\":0,\"date\":\"2021-05-11T05:02:02.000Z\",\"modified\":\"2021-05-11T05:02:02.000Z\",\"menuOrder\":0,\"mime\":\"image/jpeg\",\"type\":\"image\",\"subtype\":\"jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/default.png\",\"dateFormatted\":\"May 11, 2021\",\"nonces\":{\"update\":\"b92fe40c3d\",\"delete\":\"643c1eb8f1\",\"edit\":\"d3e7d56b1d\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=119\\u0026action=edit\",\"meta\":false,\"authorName\":\"Rishabh\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/user-edit.php?user_id=34\",\"filesizeInBytes\":11264,\"filesizeHumanReadable\":\"11 KB\",\"context\":\"\",\"height\":250,\"width\":250,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/testimonial1-150x150.jpg\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/testimonial1.jpg\",\"height\":250,\"width\":250,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}}}],\"headingAlign\":\"left\",\"headingAlignTablet\":\"left\",\"headingAlignMobile\":\"left\",\"descColor\":\"var(\\u002d\\u002dast-global-color-3)\",\"nameFontSize\":14,\"nameLineHeight\":1,\"descFontSize\":16,\"descFontWeight\":\"600\",\"nameSpace\":1,\"block_id\":\"d90dd4c9\",\"iconImage\":{\"url\":\"\",\"alt\":\"InfoBox placeholder img\"},\"imageWidth\":32,\"columnGap\":1,\"borderStyle\":\"\",\"paddingTop\":0,\"paddingBottom\":0,\"paddingLeft\":0,\"paddingRight\":0,\"spacingLink\":true,\"imgpaddingTop\":0,\"imgpaddingRight\":15,\"imgpaddingBottom\":0,\"imgpaddingLeft\":0,\"overallBorderStyle\":\"none\",\"imgTagHeight\":32,\"imgTagWidth\":150} -->\n<div class=\"wp-block-uagb-testimonial uagb-slick-carousel uagb-tm__arrow-outside uagb-block-d90dd4c9 uagb-post__carousel_notset uagb-post__carousel_notset-tablet uagb-post__carousel_notset-mobile\"><div class=\"is-carousel uagb-tm__columns-1 uagb-tm__items\"><div class=\"uagb-testimonial__wrap  uagb-tm__imgicon-style-circle uagb-tm__image-position-bottom uagb-tm__bg-type-none \"><div class=\"uagb-tm__content\"><div class=\"uagb-tm__overlay\"></div><div class=\"uagb-tm__text-wrap\"><div class=\"uagb-tm__desc\">\"Thank you for a most enjoyable weekend stay and for making our anniversary so special.  Thank you for your kind and lovely friendship which we really appreciate!!!\"​</div><div class=\"uagb-tm__meta-inner\"><div class=\"uagb-tm__image-content\"><div class=\"uagb-tm__image\"><img class=\"uagb-tm-img-src\" src=\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/testimonial1-150x150.jpg\" alt=\"\" width=\"32\" height=\"32\" loading=\"lazy\"/></div></div><div class=\"uagb-testimonial-details\"><span class=\"uagb-tm__author-name\"><strong>Brenda and Theuns</strong></span><span class=\"uagb-tm__company\"></span></div></div></div></div></div></div></div>\n<!-- /wp:uagb/testimonial -->\n\n<!-- wp:uagb/testimonial {\"test_item_count\":1,\"classMigrate\":true,\"test_block\":[{\"description\":\"\\u0022Breaking away from city life and coming out to a most wonderful romantic weekend away.  The unit is so comfortable.  Thank you for your great hospitality - we had an awesome time here.  Go well - with love\\u0022​\",\"name\":\"\\u003cstrong\\u003e\\u003cstrong\\u003e\\u003cstrong\\u003eLiz \\u0026amp; Eddie\\u003c/strong\\u003e\\u003c/strong\\u003e\\u003c/strong\\u003e\",\"company\":\"\",\"image\":{\"id\":122,\"title\":\"testimonial4\",\"filename\":\"testimonial4.jpg\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/testimonial4.jpg\",\"link\":\"https://blueroan.netgen.cloud/testimonial4/\",\"alt\":\"\",\"author\":\"34\",\"description\":\"\",\"caption\":\"\",\"name\":\"testimonial4\",\"status\":\"inherit\",\"uploadedTo\":0,\"date\":\"2021-05-11T05:02:06.000Z\",\"modified\":\"2021-05-11T05:02:06.000Z\",\"menuOrder\":0,\"mime\":\"image/jpeg\",\"type\":\"image\",\"subtype\":\"jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/default.png\",\"dateFormatted\":\"May 11, 2021\",\"nonces\":{\"update\":\"4e34860add\",\"delete\":\"9e126a55cd\",\"edit\":\"33ffd3c040\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=122\\u0026action=edit\",\"meta\":false,\"authorName\":\"Rishabh\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/user-edit.php?user_id=34\",\"filesizeInBytes\":16584,\"filesizeHumanReadable\":\"16 KB\",\"context\":\"\",\"height\":250,\"width\":250,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/testimonial4-150x150.jpg\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/testimonial4.jpg\",\"height\":250,\"width\":250,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}}}],\"headingAlign\":\"left\",\"headingAlignTablet\":\"left\",\"headingAlignMobile\":\"left\",\"descColor\":\"var(\\u002d\\u002dast-global-color-3)\",\"nameFontSize\":14,\"nameLineHeight\":1,\"descFontSize\":16,\"descFontWeight\":\"600\",\"nameSpace\":1,\"block_id\":\"33ff9087\",\"iconImage\":{\"url\":\"\",\"alt\":\"InfoBox placeholder img\"},\"imageWidth\":32,\"columnGap\":1,\"borderStyle\":\"\",\"paddingTop\":0,\"paddingBottom\":0,\"paddingLeft\":0,\"paddingRight\":0,\"spacingLink\":true,\"imgpaddingTop\":0,\"imgpaddingRight\":15,\"imgpaddingBottom\":0,\"imgpaddingLeft\":0,\"overallBorderStyle\":\"none\",\"imgTagHeight\":32,\"imgTagWidth\":150} -->\n<div class=\"wp-block-uagb-testimonial uagb-slick-carousel uagb-tm__arrow-outside uagb-block-33ff9087 uagb-post__carousel_notset uagb-post__carousel_notset-tablet uagb-post__carousel_notset-mobile\"><div class=\"is-carousel uagb-tm__columns-1 uagb-tm__items\"><div class=\"uagb-testimonial__wrap  uagb-tm__imgicon-style-circle uagb-tm__image-position-bottom uagb-tm__bg-type-none \"><div class=\"uagb-tm__content\"><div class=\"uagb-tm__overlay\"></div><div class=\"uagb-tm__text-wrap\"><div class=\"uagb-tm__desc\">\"Breaking away from city life and coming out to a most wonderful romantic weekend away.  The unit is so comfortable.  Thank you for your great hospitality - we had an awesome time here.  Go well - with love\"​</div><div class=\"uagb-tm__meta-inner\"><div class=\"uagb-tm__image-content\"><div class=\"uagb-tm__image\"><img class=\"uagb-tm-img-src\" src=\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/testimonial4-150x150.jpg\" alt=\"\" width=\"32\" height=\"32\" loading=\"lazy\"/></div></div><div class=\"uagb-testimonial-details\"><span class=\"uagb-tm__author-name\"><strong><strong><strong>Liz &amp; Eddie</strong></strong></strong></span><span class=\"uagb-tm__company\"></span></div></div></div></div></div></div></div>\n<!-- /wp:uagb/testimonial --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"14e7e4e7\",\"widthDesktop\":50,\"variationSelected\":true,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-14e7e4e7\"><!-- wp:uagb/testimonial {\"test_item_count\":1,\"classMigrate\":true,\"test_block\":[{\"description\":\"\\u0022Judy, what a wonderful place you have here - we were so delighted to spend the weekend here, so tranquil, peaceful, and beautiful. You made us feel right at home. Definitely a place worth 5 stars! Go well.\\u0022​\",\"name\":\"\\u003cstrong\\u003e\\u003cstrong\\u003eBrian\\u003c/strong\\u003e\\u003c/strong\\u003e \\u003cstrong\\u003e\\u003cstrong\\u003e\\u003cstrong\\u003eand \\u003cstrong\\u003eMariska\\u003c/strong\\u003e\\u003c/strong\\u003e\\u003cbr\\u003e\\u003c/strong\\u003e\\u003c/strong\\u003e\",\"company\":\"\",\"image\":{\"id\":120,\"title\":\"testimonial2\",\"filename\":\"testimonial2.jpg\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/testimonial2.jpg\",\"link\":\"https://blueroan.netgen.cloud/testimonial2/\",\"alt\":\"\",\"author\":\"34\",\"description\":\"\",\"caption\":\"\",\"name\":\"testimonial2\",\"status\":\"inherit\",\"uploadedTo\":0,\"date\":\"2021-05-11T05:02:03.000Z\",\"modified\":\"2021-05-11T05:02:03.000Z\",\"menuOrder\":0,\"mime\":\"image/jpeg\",\"type\":\"image\",\"subtype\":\"jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/default.png\",\"dateFormatted\":\"May 11, 2021\",\"nonces\":{\"update\":\"1ee6412858\",\"delete\":\"4414a2ccbf\",\"edit\":\"bde7b1f490\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=120\\u0026action=edit\",\"meta\":false,\"authorName\":\"Rishabh\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/user-edit.php?user_id=34\",\"filesizeInBytes\":10087,\"filesizeHumanReadable\":\"10 KB\",\"context\":\"\",\"height\":250,\"width\":250,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/testimonial2-150x150.jpg\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/testimonial2.jpg\",\"height\":250,\"width\":250,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}}}],\"headingAlign\":\"left\",\"headingAlignTablet\":\"left\",\"headingAlignMobile\":\"left\",\"descColor\":\"var(\\u002d\\u002dast-global-color-3)\",\"nameFontSize\":14,\"nameLineHeight\":1,\"descFontSize\":16,\"descFontWeight\":\"600\",\"nameSpace\":1,\"block_id\":\"e0218e52\",\"iconImage\":{\"url\":\"\",\"alt\":\"InfoBox placeholder img\"},\"imageWidth\":32,\"columnGap\":1,\"borderStyle\":\"\",\"paddingTop\":0,\"paddingBottom\":0,\"paddingLeft\":0,\"paddingRight\":0,\"spacingLink\":true,\"imgpaddingTop\":0,\"imgpaddingRight\":15,\"imgpaddingBottom\":0,\"imgpaddingLeft\":0,\"overallBorderStyle\":\"none\",\"imgTagHeight\":32,\"imgTagWidth\":150} -->\n<div class=\"wp-block-uagb-testimonial uagb-slick-carousel uagb-tm__arrow-outside uagb-block-e0218e52 uagb-post__carousel_notset uagb-post__carousel_notset-tablet uagb-post__carousel_notset-mobile\"><div class=\"is-carousel uagb-tm__columns-1 uagb-tm__items\"><div class=\"uagb-testimonial__wrap  uagb-tm__imgicon-style-circle uagb-tm__image-position-bottom uagb-tm__bg-type-none \"><div class=\"uagb-tm__content\"><div class=\"uagb-tm__overlay\"></div><div class=\"uagb-tm__text-wrap\"><div class=\"uagb-tm__desc\">\"Judy, what a wonderful place you have here - we were so delighted to spend the weekend here, so tranquil, peaceful, and beautiful. You made us feel right at home. Definitely a place worth 5 stars! Go well.\"​</div><div class=\"uagb-tm__meta-inner\"><div class=\"uagb-tm__image-content\"><div class=\"uagb-tm__image\"><img class=\"uagb-tm-img-src\" src=\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/testimonial2-150x150.jpg\" alt=\"\" width=\"32\" height=\"32\" loading=\"lazy\"/></div></div><div class=\"uagb-testimonial-details\"><span class=\"uagb-tm__author-name\"><strong><strong>Brian</strong></strong> <strong><strong><strong>and <strong>Mariska</strong></strong><br></strong></strong></span><span class=\"uagb-tm__company\"></span></div></div></div></div></div></div></div>\n<!-- /wp:uagb/testimonial -->\n\n<!-- wp:uagb/testimonial {\"test_item_count\":1,\"classMigrate\":true,\"test_block\":[{\"description\":\"\\u0022Thank you for the most wonderful time, Judy!  This was the most peaceful and perfect place to get engaged!  We will most certainly be back!!!  Your hospitality cannot be topped!\\u0022​\",\"name\":\"\\u003cstrong\\u003e\\u003cstrong\\u003e\\u003cstrong\\u003e\\u003cstrong\\u003eBrett and Kelly\\u003c/strong\\u003e\\u003c/strong\\u003e\\u003c/strong\\u003e\\u003c/strong\\u003e\",\"company\":\"\",\"image\":{\"id\":121,\"title\":\"testimonial3\",\"filename\":\"testimonial3.jpg\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/testimonial3.jpg\",\"link\":\"https://blueroan.netgen.cloud/testimonial3/\",\"alt\":\"\",\"author\":\"34\",\"description\":\"\",\"caption\":\"\",\"name\":\"testimonial3\",\"status\":\"inherit\",\"uploadedTo\":0,\"date\":\"2021-05-11T05:02:05.000Z\",\"modified\":\"2021-05-11T05:02:05.000Z\",\"menuOrder\":0,\"mime\":\"image/jpeg\",\"type\":\"image\",\"subtype\":\"jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/default.png\",\"dateFormatted\":\"May 11, 2021\",\"nonces\":{\"update\":\"290653da5d\",\"delete\":\"90a4fb2d63\",\"edit\":\"ff8a64e56e\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=121\\u0026action=edit\",\"meta\":false,\"authorName\":\"Rishabh\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/user-edit.php?user_id=34\",\"filesizeInBytes\":8748,\"filesizeHumanReadable\":\"9 KB\",\"context\":\"\",\"height\":250,\"width\":250,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/testimonial3-150x150.jpg\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/testimonial3.jpg\",\"height\":250,\"width\":250,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}}}],\"headingAlign\":\"left\",\"headingAlignTablet\":\"left\",\"headingAlignMobile\":\"left\",\"descColor\":\"var(\\u002d\\u002dast-global-color-3)\",\"nameFontSize\":14,\"nameLineHeight\":1,\"descFontSize\":16,\"descFontWeight\":\"600\",\"nameSpace\":1,\"block_id\":\"541b7484\",\"iconImage\":{\"url\":\"\",\"alt\":\"InfoBox placeholder img\"},\"imageWidth\":32,\"columnGap\":1,\"borderStyle\":\"\",\"paddingTop\":0,\"paddingBottom\":0,\"paddingLeft\":0,\"paddingRight\":0,\"spacingLink\":true,\"imgpaddingTop\":0,\"imgpaddingRight\":15,\"imgpaddingBottom\":0,\"imgpaddingLeft\":0,\"overallBorderStyle\":\"none\",\"imgTagHeight\":32,\"imgTagWidth\":150} -->\n<div class=\"wp-block-uagb-testimonial uagb-slick-carousel uagb-tm__arrow-outside uagb-block-541b7484 uagb-post__carousel_notset uagb-post__carousel_notset-tablet uagb-post__carousel_notset-mobile\"><div class=\"is-carousel uagb-tm__columns-1 uagb-tm__items\"><div class=\"uagb-testimonial__wrap  uagb-tm__imgicon-style-circle uagb-tm__image-position-bottom uagb-tm__bg-type-none \"><div class=\"uagb-tm__content\"><div class=\"uagb-tm__overlay\"></div><div class=\"uagb-tm__text-wrap\"><div class=\"uagb-tm__desc\">\"Thank you for the most wonderful time, Judy!  This was the most peaceful and perfect place to get engaged!  We will most certainly be back!!!  Your hospitality cannot be topped!\"​</div><div class=\"uagb-tm__meta-inner\"><div class=\"uagb-tm__image-content\"><div class=\"uagb-tm__image\"><img class=\"uagb-tm-img-src\" src=\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/testimonial3-150x150.jpg\" alt=\"\" width=\"32\" height=\"32\" loading=\"lazy\"/></div></div><div class=\"uagb-testimonial-details\"><span class=\"uagb-tm__author-name\"><strong><strong><strong><strong>Brett and Kelly</strong></strong></strong></strong></span><span class=\"uagb-tm__company\"></span></div></div></div></div></div></div></div>\n<!-- /wp:uagb/testimonial --></div>\n<!-- /wp:uagb/container --></div>\n<!-- /wp:uagb/container --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"2f60ad82\",\"innerContentCustomWidthDesktop\":781,\"innerContentCustomWidthTablet\":781,\"backgroundType\":\"image\",\"backgroundImageDesktop\":{\"id\":809,\"title\":\"26759994757_767d9794fd_b\",\"filename\":\"26759994757_767d9794fd_b.jpg\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/26759994757_767d9794fd_b.jpg\",\"link\":\"https://blueroan.netgen.cloud/?attachment_id=809\",\"alt\":\"\",\"author\":\"2\",\"description\":\"\",\"caption\":\"\",\"name\":\"26759994757_767d9794fd_b\",\"status\":\"inherit\",\"uploadedTo\":805,\"date\":\"2022-12-13T09:51:53.000Z\",\"modified\":\"2022-12-13T09:51:53.000Z\",\"menuOrder\":0,\"mime\":\"image/jpeg\",\"type\":\"image\",\"subtype\":\"jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-includes/images/media/default.png\",\"dateFormatted\":\"December 13, 2022\",\"nonces\":{\"update\":\"39b5c0eef1\",\"delete\":\"fde92abd83\",\"edit\":\"3923face9e\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=809\\u0026action=edit\",\"meta\":false,\"authorName\":\"Netgen Support\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/profile.php\",\"uploadedToTitle\":\"Magaliesburg\",\"uploadedToLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=805\\u0026action=edit\",\"filesizeInBytes\":143610,\"filesizeHumanReadable\":\"140 KB\",\"context\":\"\",\"height\":683,\"width\":1024,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/26759994757_767d9794fd_b-150x150.jpg\",\"orientation\":\"landscape\"},\"medium\":{\"height\":200,\"width\":300,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/26759994757_767d9794fd_b-300x200.jpg\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/26759994757_767d9794fd_b.jpg\",\"height\":683,\"width\":1024,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"backgroundImageColor\":\"rgba(42,42,42,0.65)\",\"topPaddingDesktop\":144,\"bottomPaddingDesktop\":144,\"leftPaddingDesktop\":40,\"rightPaddingDesktop\":40,\"topPaddingTablet\":80,\"bottomPaddingTablet\":80,\"leftPaddingTablet\":40,\"rightPaddingTablet\":40,\"topPaddingMobile\":64,\"bottomPaddingMobile\":64,\"leftPaddingMobile\":24,\"rightPaddingMobile\":24,\"paddingLink\":false,\"variationSelected\":true,\"isBlockRootParent\":true,\"overlayType\":\"color\"} -->\n<div class=\"wp-block-uagb-container uagb-block-2f60ad82 alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/advanced-heading {\"block_id\":\"226e29da\",\"classMigrate\":true,\"headingDescToggle\":true,\"headingAlign\":\"center\",\"headingColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"subHeadingColor\":\"var(\\u002d\\u002dast-global-color-4)\",\"headSpace\":20} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-226e29da\"><h2 class=\"uagb-heading-text\">Plan an Unforgettable Experience at <br>Blue Roan!</h2><p class=\"uagb-desc-text\">Blue Roan is a 3-star graded pet-friendly venue</p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/advanced-heading {\"block_id\":\"66b9987e\",\"classMigrate\":true,\"headingTitleToggle\":false,\"headingDescToggle\":true,\"headingAlign\":\"center\",\"subHeadingColor\":\"var(\\u002d\\u002dast-global-color-4)\",\"subHeadTransform\":\"uppercase\",\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"subHeadLetterSpacing\":2,\"blockTopPadding\":60,\"blockRightPadding\":0,\"blockLeftPadding\":0,\"blockBottomPadding\":0,\"blockTopPaddingMobile\":30,\"blockRightPaddingMobile\":0,\"blockLeftPaddingMobile\":0,\"blockBottomPaddingMobile\":0,\"linkColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"linkHColor\":\"var(\\u002d\\u002dast-global-color-0)\"} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-66b9987e\"><p class=\"uagb-desc-text\"><a href=\"https://book.nightsbridge.com/11065\" target=\"_blank\" rel=\"noreferrer noopener\">BOOK YOUR STAY NOW​</a></p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/icon-list {\"block_id\":\"113d1ef6\",\"classMigrate\":true,\"childMigrate\":true,\"align\":\"center\",\"parentIcon\":\"phone\",\"size\":40,\"sizeMobile\":24,\"sizeTablet\":32,\"fontSize\":48,\"fontSizeMobile\":28,\"fontSizeTablet\":40,\"fontWeight\":\"600\",\"iconColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"labelColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"blockTopPadding\":0,\"blockRightPadding\":0,\"blockLeftPadding\":0,\"blockBottomPadding\":24,\"blockPaddingLink\":false} -->\n<div class=\"wp-block-uagb-icon-list uagb-block-113d1ef6\"><div class=\"uagb-icon-list__wrap\"><!-- wp:uagb/icon-list-child {\"block_id\":\"a137da1d\",\"label\":\" + 27 (0) 82 575 5409\",\"label_color\":\"\",\"link\":\"tel:+27825755409\",\"disableLink\":true,\"fromParentIcon\":\"phone\",\"imageSizeChild\":40} -->\n<div class=\"wp-block-uagb-icon-list-child uagb-block-a137da1d\"><a target=\"_self\" aria-label=\" + 27 (0) 82 575 5409\" rel=\"noopener noreferrer\" href=\"tel:+27825755409\"> </a><span class=\"uagb-icon-list__source-wrap\"><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M511.2 387l-23.25 100.8c-3.266 14.25-15.79 24.22-30.46 24.22C205.2 512 0 306.8 0 54.5c0-14.66 9.969-27.2 24.22-30.45l100.8-23.25C139.7-2.602 154.7 5.018 160.8 18.92l46.52 108.5c5.438 12.78 1.77 27.67-8.98 36.45L144.5 207.1c33.98 69.22 90.26 125.5 159.5 159.5l44.08-53.8c8.688-10.78 23.69-14.51 36.47-8.975l108.5 46.51C506.1 357.2 514.6 372.4 511.2 387z\"></path></svg></span><span class=\"uagb-icon-list__label\"> + 27 (0) 82 575 5409</span></div>\n<!-- /wp:uagb/icon-list-child -->\n\n<!-- wp:uagb/icon-list-child {\"block_id\":\"96f5d59d\",\"label\":\"blueroan@ugo.co.za\",\"icon\":\"envelope\",\"label_color\":\"\",\"link\":\"mailto:blueroan@ugo.co.za\",\"disableLink\":true,\"fromParentIcon\":\"phone\",\"imageSizeChild\":40} -->\n<div class=\"wp-block-uagb-icon-list-child uagb-block-96f5d59d\"><a target=\"_self\" aria-label=\"blueroan@ugo.co.za\" rel=\"noopener noreferrer\" href=\"mailto:blueroan@ugo.co.za\"> </a><span class=\"uagb-icon-list__source-wrap\"><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M464 64C490.5 64 512 85.49 512 112C512 127.1 504.9 141.3 492.8 150.4L275.2 313.6C263.8 322.1 248.2 322.1 236.8 313.6L19.2 150.4C7.113 141.3 0 127.1 0 112C0 85.49 21.49 64 48 64H464zM217.6 339.2C240.4 356.3 271.6 356.3 294.4 339.2L512 176V384C512 419.3 483.3 448 448 448H64C28.65 448 0 419.3 0 384V176L217.6 339.2z\"></path></svg></span><span class=\"uagb-icon-list__label\">blueroan@ugo.co.za</span></div>\n<!-- /wp:uagb/icon-list-child --></div></div>\n<!-- /wp:uagb/icon-list --></div></div>\n<!-- /wp:uagb/container -->',	'Home',	'',	'inherit',	'closed',	'closed',	'',	'760-revision-v1',	'',	'',	'2022-12-21 11:57:45',	'2022-12-21 11:57:45',	'',	760,	'https://blueroan.netgen.cloud/?p=1387',	0,	'revision',	'',	0),
(1388,	2,	'2022-12-21 11:57:53',	'2022-12-21 11:57:53',	'<!-- wp:uagb/container {\"block_id\":\"0d585283\",\"minHeightDesktop\":95,\"minHeightTablet\":70,\"minHeightMobile\":80,\"minHeightType\":\"vh\",\"alignItemsDesktop\":\"flex-start\",\"backgroundType\":\"image\",\"backgroundImageDesktop\":{\"uploading\":false,\"date\":1670921854000,\"filename\":\"Blue-Roan-pool.jpg\",\"menuOrder\":0,\"uploadedTo\":760,\"type\":\"image\",\"subtype\":\"jpeg\",\"id\":784,\"title\":\"Blue Roan - pool\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Blue-Roan-pool.jpg\",\"link\":\"https://blueroan.netgen.cloud/home/blue-roan-pool/\",\"alt\":\"\",\"author\":\"2\",\"description\":\"\",\"caption\":\"\",\"name\":\"blue-roan-pool\",\"status\":\"inherit\",\"modified\":1670921854000,\"mime\":\"image/jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-includes/images/media/default.png\",\"dateFormatted\":\"December 13, 2022\",\"nonces\":{\"update\":\"51a12ed09e\",\"delete\":\"5174068551\",\"edit\":\"1de0721407\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=784\\u0026action=edit\",\"meta\":false,\"authorName\":\"Netgen Support\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/profile.php\",\"uploadedToTitle\":\"Home\",\"uploadedToLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=760\\u0026action=edit\",\"filesizeInBytes\":154801,\"filesizeHumanReadable\":\"151 KB\",\"context\":\"\",\"height\":667,\"width\":1000,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Blue-Roan-pool-150x150.jpg\",\"orientation\":\"landscape\"},\"medium\":{\"height\":200,\"width\":300,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Blue-Roan-pool-300x200.jpg\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Blue-Roan-pool.jpg\",\"height\":667,\"width\":1000,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"backgroundPositionDesktop\":{\"x\":0.5,\"y\":0.25},\"backgroundImageColor\":\"rgba(42,42,42,0.35)\",\"topPaddingDesktop\":0,\"bottomPaddingDesktop\":0,\"leftPaddingDesktop\":40,\"rightPaddingDesktop\":40,\"topPaddingTablet\":120,\"bottomPaddingTablet\":120,\"leftPaddingTablet\":40,\"rightPaddingTablet\":40,\"topPaddingMobile\":150,\"bottomPaddingMobile\":150,\"leftPaddingMobile\":20,\"rightPaddingMobile\":20,\"paddingLink\":false,\"variationSelected\":true,\"isBlockRootParent\":true,\"overlayType\":\"color\",\"minHeightTypeTablet\":\"vh\",\"minHeightTypeMobile\":\"vh\"} -->\n<div class=\"wp-block-uagb-container uagb-block-0d585283 alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:group {\"layout\":{\"type\":\"constrained\",\"justifyContent\":\"left\"}} -->\n<div class=\"wp-block-group\"><!-- wp:uagb/info-box {\"classMigrate\":true,\"headingAlign\":\"left\",\"headingColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"subHeadingColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"headingTag\":\"h1\",\"subHeadFontSize\":17,\"subHeadFontSizeMobile\":15,\"headSpace\":20,\"subHeadSpace\":40,\"block_id\":\"37483174\",\"ctaIcon\":\"\",\"ctaText\":\"Book Your Stay Now\",\"ctaLink\":\"https://book.nightsbridge.com/11065\",\"ctaBtnLinkColor\":\"var(\\u002d\\u002dast-global-color-2)\",\"ctaLinkHoverColor\":\"var(\\u002d\\u002dast-global-color-2)\",\"ctaBgColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"ctaBgHoverColor\":\"var(\\u002d\\u002dast-global-color-4)\",\"ctaBorderColor\":\"\",\"ctaBorderStyle\":\"\",\"ctaBorderWidth\":\"\",\"ctaBorderRadius\":\"\",\"iconImage\":{\"url\":\"\",\"alt\":\"InfoBox placeholder img\"},\"showIcon\":false,\"paddingBtnTop\":18,\"paddingBtnBottom\":18,\"paddingBtnLeft\":34,\"paddingBtnRight\":34,\"blockTopPadding\":5,\"blockRightPadding\":40,\"blockLeftPadding\":0,\"blockBottomPadding\":0,\"blockTopPaddingTablet\":0,\"blockRightPaddingTablet\":64,\"blockLeftPaddingTablet\":0,\"blockBottomPaddingTablet\":0,\"blockTopPaddingMobile\":0,\"blockRightPaddingMobile\":0,\"blockLeftPaddingMobile\":0,\"blockBottomPaddingMobile\":0,\"blockPaddingUnit\":\"%\",\"blockPaddingLink\":false,\"subHeadMarginTopTablet\":0,\"subHeadMarginRightTablet\":64,\"subHeadTabletSpace\":40,\"subHeadMarginLeftTablet\":0,\"subHeadMarginTopMobile\":0,\"subHeadMarginRightMobile\":0,\"subHeadMobileSpace\":40,\"subHeadMarginLeftMobile\":0,\"btnBorderTopWidth\":1,\"btnBorderLeftWidth\":1,\"btnBorderRightWidth\":1,\"btnBorderBottomWidth\":1,\"btnBorderTopLeftRadius\":0,\"btnBorderTopRightRadius\":0,\"btnBorderBottomLeftRadius\":0,\"btnBorderBottomRightRadius\":0,\"btnBorderStyle\":\"none\",\"btnBorderColor\":\"#333\",\"zIndex\":null} -->\n<div class=\"wp-block-uagb-info-box uagb-block-37483174 uagb-infobox__content-wrap  uagb-infobox-icon-above-title uagb-infobox-image-valign-top\"><div class=\"uagb-ifb-content\"><div class=\"uagb-ifb-title-wrap\"><h1 class=\"uagb-ifb-title\">Magaliesburg pet friendly self-catering accommodation</h1></div><p class=\"uagb-ifb-desc\">Romantic pet-friendly self-catering accommodation in Magaliesburg, Gauteng.</p></div></div>\n<!-- /wp:uagb/info-box --></div>\n<!-- /wp:group -->\n\n<!-- wp:buttons {\"layout\":{\"type\":\"flex\",\"justifyContent\":\"left\",\"orientation\":\"horizontal\"}} -->\n<div class=\"wp-block-buttons\"><!-- wp:button {\"backgroundColor\":\"ast-global-color-5\",\"textColor\":\"ast-global-color-2\",\"width\":25,\"style\":{\"spacing\":{\"padding\":{\"top\":\"var:preset|spacing|50\",\"right\":\"var:preset|spacing|30\",\"bottom\":\"var:preset|spacing|50\",\"left\":\"var:preset|spacing|30\"}}},\"className\":\"is-style-fill\"} -->\n<div class=\"wp-block-button has-custom-width wp-block-button__width-25 is-style-fill\" id=\"https://book.nightsbridge.com/11065\"><a class=\"wp-block-button__link has-ast-global-color-2-color has-ast-global-color-5-background-color has-text-color has-background wp-element-button\" style=\"padding-top:var(--wp--preset--spacing--50);padding-right:var(--wp--preset--spacing--30);padding-bottom:var(--wp--preset--spacing--50);padding-left:var(--wp--preset--spacing--30)\" rel=\"https://book.nightsbridge.com/11065\">book your stay now</a></div>\n<!-- /wp:button -->\n\n<!-- wp:button {\"backgroundColor\":\"ast-global-color-5\",\"textColor\":\"ast-global-color-2\",\"width\":25,\"style\":{\"spacing\":{\"padding\":{\"top\":\"var:preset|spacing|50\",\"right\":\"var:preset|spacing|30\",\"bottom\":\"var:preset|spacing|50\",\"left\":\"var:preset|spacing|30\"}}},\"className\":\"is-style-fill\",\"UAGDisplayConditions\":\"userstate\"} -->\n<div class=\"wp-block-button has-custom-width wp-block-button__width-25 is-style-fill\" id=\"https://book.nightsbridge.com/11065\"><a class=\"wp-block-button__link has-ast-global-color-2-color has-ast-global-color-5-background-color has-text-color has-background wp-element-button\" href=\"\" style=\"padding-top:var(--wp--preset--spacing--50);padding-right:var(--wp--preset--spacing--30);padding-bottom:var(--wp--preset--spacing--50);padding-left:var(--wp--preset--spacing--30)\" target=\"_blank\" rel=\"https://book.nightsbridge.com/11065 noopener\">Check availability</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"35d732cc\",\"directionDesktop\":\"row\",\"directionMobile\":\"column-reverse\",\"alignItemsDesktop\":\"flex-start\",\"backgroundType\":\"color\",\"backgroundSizeTablet\":\"cover\",\"backgroundSizeMobile\":\"cover\",\"backgroundColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"topPaddingDesktop\":60,\"bottomPaddingDesktop\":60,\"topPaddingTablet\":80,\"bottomPaddingTablet\":80,\"leftPaddingTablet\":40,\"rightPaddingTablet\":40,\"topPaddingMobile\":64,\"bottomPaddingMobile\":64,\"leftPaddingMobile\":24,\"rightPaddingMobile\":24,\"paddingLink\":false,\"variationSelected\":true,\"columnGapDesktop\":60,\"columnGapTablet\":50,\"isBlockRootParent\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-35d732cc alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/container {\"block_id\":\"89dec69c\",\"widthDesktop\":50,\"variationSelected\":true,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-89dec69c\"><!-- wp:image {\"id\":797,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-13.jpg\" alt=\"\" class=\"wp-image-797\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>We have 7 lovely brick&nbsp;<strong>self-catering</strong>&nbsp;units, each one private and with its own character and theme. &nbsp;They are designed exclusively for couples with or without pets wanting a romantic and peaceful place to connect, re-connect, celebrate special occasions, or somewhere quiet and comfortable to come for a holiday</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:buttons -->\n<div class=\"wp-block-buttons\"><!-- wp:button -->\n<div class=\"wp-block-button\"><a class=\"wp-block-button__link wp-element-button\" href=\"/accommodation/\">View accomodation</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"01ffe196\",\"widthDesktop\":50,\"leftPaddingDesktop\":0,\"paddingLink\":false,\"variationSelected\":true,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-01ffe196\"><!-- wp:uagb/advanced-heading {\"block_id\":\"aab7aba4\",\"classMigrate\":true,\"headingDescToggle\":true,\"subHeadingColor\":\"\",\"headSpace\":20,\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-aab7aba4\"><h2 class=\"uagb-heading-text\"><strong>Blue Roan is a 3-star graded pet-friendly venue</strong></h2><p class=\"uagb-desc-text\">Our goal is to provide high-quality, romantic, comfortable, and affordable self-catering accommodation on the outskirts of the village of &nbsp;Magaliesburg. &nbsp;For animal lovers, we are also&nbsp;pet-friendly&nbsp;by arrangement in most of the units all of which have their own fully fenced and gated private grassy gardens.</p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/image {\"block_id\":\"b364d0d4\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/hammock-in-the-garden.jpg\",\"align\":\"left\",\"id\":799,\"linkDestination\":\"none\",\"naturalWidth\":600,\"naturalHeight\":400,\"sizeSlug\":\"full\",\"sizeSlugTablet\":\"full\",\"sizeSlugMobile\":\"full\",\"imageTopMargin\":20,\"imageRightMargin\":0,\"imageLeftMargin\":0,\"imageBottomMargin\":0,\"imageTopMarginMobile\":0,\"imageRightMarginMobile\":0,\"imageLeftMarginMobile\":0,\"imageBottomMarginMobile\":0,\"imageMarginLink\":false} -->\n<div class=\"wp-block-uagb-image uagb-block-b364d0d4 wp-block-uagb-image--layout-default wp-block-uagb-image--effect-static wp-block-uagb-image--align-left\"><figure class=\"wp-block-uagb-image__figure\"><img srcset=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/hammock-in-the-garden.jpg \" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/hammock-in-the-garden.jpg\" alt=\"\" class=\"uag-image-799\" width=\"\" height=\"\" title=\"\" loading=\"lazy\"/></figure></div>\n<!-- /wp:uagb/image --></div>\n<!-- /wp:uagb/container --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"94de5b4c\",\"directionDesktop\":\"row\",\"directionMobile\":\"column-reverse\",\"alignItemsDesktop\":\"flex-start\",\"backgroundType\":\"color\",\"backgroundSizeTablet\":\"cover\",\"backgroundSizeMobile\":\"cover\",\"backgroundColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"topPaddingDesktop\":0,\"bottomPaddingDesktop\":0,\"topPaddingTablet\":80,\"bottomPaddingTablet\":80,\"leftPaddingTablet\":40,\"rightPaddingTablet\":40,\"topPaddingMobile\":64,\"bottomPaddingMobile\":64,\"leftPaddingMobile\":24,\"rightPaddingMobile\":24,\"paddingLink\":false,\"variationSelected\":true,\"rowGapDesktop\":0,\"columnGapDesktop\":0,\"columnGapTablet\":50,\"isBlockRootParent\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-94de5b4c alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:image {\"align\":\"center\",\"id\":1344,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image aligncenter size-large\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/tgcsa-full-3-stars-1024x366.jpg\" alt=\"\" class=\"wp-image-1344\"/></figure>\n<!-- /wp:image --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"5c44e508\",\"backgroundType\":\"color\",\"backgroundSizeTablet\":\"cover\",\"backgroundSizeMobile\":\"cover\",\"backgroundColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"topPaddingDesktop\":50,\"bottomPaddingDesktop\":100,\"topPaddingTablet\":50,\"bottomPaddingTablet\":25,\"leftPaddingTablet\":20,\"rightPaddingTablet\":20,\"topPaddingMobile\":50,\"bottomPaddingMobile\":20,\"leftPaddingMobile\":20,\"rightPaddingMobile\":20,\"paddingLink\":false,\"variationSelected\":true,\"rowGapDesktop\":0,\"isBlockRootParent\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-5c44e508 alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/container {\"block_id\":\"f49bb2f0\",\"directionDesktop\":\"row\",\"alignItemsDesktop\":\"flex-end\",\"alignItemsTablet\":\"flex-end\",\"justifyContentDesktop\":\"flex-end\",\"justifyContentTablet\":\"space-between\",\"variationSelected\":true,\"rowGapMobile\":30,\"columnGapDesktop\":0} -->\n<div class=\"wp-block-uagb-container uagb-block-f49bb2f0\"><!-- wp:uagb/advanced-heading {\"block_id\":\"b00c2c0f\",\"classMigrate\":true,\"headingDescToggle\":true,\"subHeadingColor\":\"\",\"headSpace\":20,\"subHeadFontSize\":16} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-b00c2c0f\"><h2 class=\"uagb-heading-text\">Amenities &amp; Interests ​</h2><p class=\"uagb-desc-text\">The Blue Roan Country Lodge is situated just 5 minutes from the village of Magaliesburg on a tar road so easy access for all cars. &nbsp;We have panoramic views of the Magaliesberg mountain range and our farm is the perfect place for a relaxing getaway in the country. &nbsp;As we are only 70 km from JHB and Pretoria, it is only an hour’s drive.</p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/buttons {\"block_id\":\"99b351c7\",\"classMigrate\":true,\"childMigrate\":true,\"align\":\"right\",\"alignTablet\":\"right\",\"alignMobile\":\"left\",\"gap\":0} -->\n<div class=\"wp-block-uagb-buttons uagb-buttons__outer-wrap uagb-btn__default-btn uagb-btn-tablet__default-btn uagb-btn-mobile__default-btn uagb-block-99b351c7\"><div class=\"uagb-buttons__wrap uagb-buttons-layout-wrap\"><!-- wp:uagb/buttons-child {\"block_id\":\"8b121466\",\"label\":\"View All\",\"link\":\"/amenities/\",\"hColor\":\"\",\"borderWidth\":\"\",\"borderRadius\":\"\",\"borderStyle\":\"\",\"borderColor\":\"\",\"borderHColor\":\"\",\"btnBorderTopWidth\":1,\"btnBorderLeftWidth\":1,\"btnBorderRightWidth\":1,\"btnBorderBottomWidth\":1,\"btnBorderTopLeftRadius\":2,\"btnBorderTopRightRadius\":2,\"btnBorderBottomLeftRadius\":2,\"btnBorderBottomRightRadius\":2,\"btnBorderStyle\":\"solid\",\"btnBorderColor\":\"#333\",\"btnBorderHColor\":\"#333\"} -->\n<div class=\"wp-block-uagb-buttons-child uagb-buttons__outer-wrap uagb-block-8b121466 wp-block-button is-style-outline\"><div class=\"uagb-button__wrapper\"><a class=\"uagb-buttons-repeater wp-block-button__link\" href=\"/amenities/\" rel=\"follow noopener\" target=\"_self\"><div class=\"uagb-button__link\">View All</div></a></div></div>\n<!-- /wp:uagb/buttons-child --></div></div>\n<!-- /wp:uagb/buttons --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"74751ec1\",\"directionDesktop\":\"row\",\"alignItemsTablet\":\"flex-start\",\"paddingLink\":false,\"topMarginDesktop\":50,\"bottomMarginDesktop\":20,\"leftMarginDesktop\":0,\"rightMarginDesktop\":0,\"marginLink\":false,\"variationSelected\":true,\"rowGapMobile\":65,\"columnGapDesktop\":48,\"columnGapTablet\":20} -->\n<div class=\"wp-block-uagb-container uagb-block-74751ec1\"><!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"align\":\"center\",\"id\":828,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image aligncenter size-full\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Blue-Roan-pool.png\" alt=\"Blue Roan\'s rock pool\" class=\"wp-image-828\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>A relaxing rock Pool​</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>We have a lovely sparkling blue rock pool next to a thatched Lapa. &nbsp;&nbsp;Lie on recliners on the green lawn or sit on the swing chair in the Lapa and enjoy the panoramic view of the Magaliesberg mountain range.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":829,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/img-20160605-wa0002-largejpg.png\" alt=\"\" class=\"wp-image-829\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>Braai facilities </h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>What can compare to a burning fire under the star-lit African sky? Nothing beats the flavor of cooking over an open flame.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":1354,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Games-Room.png\" alt=\"\" class=\"wp-image-1354\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>A games room </h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>The reception is also a games room for those who enjoy darts or playing pool. &nbsp;Take a selection of DVDs back to your room and watch movies on your own DVD player. &nbsp;There is also a selection of board games and music CDs that you can borrow.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div>\n<!-- /wp:uagb/container --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"f3c0bdbf\",\"backgroundType\":\"color\",\"backgroundSizeTablet\":\"cover\",\"backgroundSizeMobile\":\"cover\",\"backgroundColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"bottomPaddingDesktop\":104,\"leftPaddingDesktop\":40,\"rightPaddingDesktop\":40,\"topPaddingTablet\":80,\"bottomPaddingTablet\":80,\"leftPaddingTablet\":40,\"rightPaddingTablet\":40,\"topPaddingMobile\":64,\"bottomPaddingMobile\":64,\"leftPaddingMobile\":24,\"rightPaddingMobile\":24,\"paddingLink\":false,\"variationSelected\":true,\"rowGapDesktop\":0,\"isBlockRootParent\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-f3c0bdbf alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/advanced-heading {\"block_id\":\"ac92718f\",\"classMigrate\":true,\"headingDescToggle\":true,\"headingAlign\":\"center\",\"headingAlignMobile\":\"left\",\"subHeadingColor\":\"\",\"headSpace\":20,\"subHeadFontSize\":16,\"blockBottomPadding\":20} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-ac92718f\"><h2 class=\"uagb-heading-text\">Our Inside Pictures​</h2><p class=\"uagb-desc-text\">Take a look at some pretty pictures captured in and around our premises.</p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/container {\"block_id\":\"7924f026\",\"directionDesktop\":\"row\",\"alignItemsDesktop\":\"flex-start\",\"topMarginDesktop\":20,\"bottomMarginDesktop\":0,\"leftMarginDesktop\":0,\"rightMarginDesktop\":0,\"marginLink\":false,\"variationSelected\":true,\"rowGapMobile\":24,\"columnGapDesktop\":24,\"columnGapTablet\":20} -->\n<div class=\"wp-block-uagb-container uagb-block-7924f026\"><!-- wp:uagb/container {\"block_id\":\"05fee2ce\",\"widthDesktop\":32,\"variationSelected\":true,\"rowGapDesktop\":24,\"rowGapTablet\":20,\"rowGapMobile\":24,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-05fee2ce\"><!-- wp:uagb/image {\"block_id\":\"bd81c9c9\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/red-rose-1024x683.jpg\",\"id\":834,\"linkDestination\":\"none\",\"width\":385,\"height\":284,\"naturalWidth\":1024,\"naturalHeight\":683,\"sizeSlug\":\"large\",\"sizeSlugTablet\":\"large\",\"sizeSlugMobile\":\"large\",\"customHeightSetDesktop\":true} -->\n<div class=\"wp-block-uagb-image uagb-block-bd81c9c9 wp-block-uagb-image--layout-default wp-block-uagb-image--effect-static wp-block-uagb-image--align-none\"><figure class=\"wp-block-uagb-image__figure\"><img srcset=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/red-rose-1024x683.jpg \" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/red-rose-1024x683.jpg\" alt=\"\" class=\"uag-image-834\" width=\"385\" height=\"284\" title=\"\" loading=\"lazy\"/></figure></div>\n<!-- /wp:uagb/image -->\n\n<!-- wp:uagb/image {\"block_id\":\"e39b6738\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/49g.jpg\",\"id\":838,\"linkDestination\":\"none\",\"width\":385,\"height\":284,\"naturalWidth\":650,\"naturalHeight\":450,\"sizeSlug\":\"full\",\"sizeSlugTablet\":\"full\",\"sizeSlugMobile\":\"full\",\"customHeightSetDesktop\":true} -->\n<div class=\"wp-block-uagb-image uagb-block-e39b6738 wp-block-uagb-image--layout-default wp-block-uagb-image--effect-static wp-block-uagb-image--align-none\"><figure class=\"wp-block-uagb-image__figure\"><img srcset=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/49g.jpg \" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/49g.jpg\" alt=\"\" class=\"uag-image-838\" width=\"385\" height=\"284\" title=\"\" loading=\"lazy\"/></figure></div>\n<!-- /wp:uagb/image --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"c05e2ece\",\"widthDesktop\":67,\"variationSelected\":true,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-c05e2ece\"><!-- wp:uagb/image {\"block_id\":\"81fa5c7c\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAA39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba-1-1024x768.png\",\"id\":905,\"linkDestination\":\"none\",\"naturalWidth\":1024,\"naturalHeight\":768,\"sizeSlug\":\"large\",\"sizeSlugTablet\":\"large\",\"sizeSlugMobile\":\"large\"} -->\n<div class=\"wp-block-uagb-image uagb-block-81fa5c7c wp-block-uagb-image--layout-default wp-block-uagb-image--effect-static wp-block-uagb-image--align-none\"><figure class=\"wp-block-uagb-image__figure\"><img srcset=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAA39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba-1-1024x768.png \" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAA39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba-1-1024x768.png\" alt=\"\" class=\"uag-image-905\" width=\"\" height=\"\" title=\"\" loading=\"lazy\"/></figure></div>\n<!-- /wp:uagb/image --></div>\n<!-- /wp:uagb/container --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"bf504662\",\"directionDesktop\":\"row\",\"alignItemsDesktop\":\"flex-start\",\"topMarginDesktop\":24,\"bottomMarginDesktop\":0,\"leftMarginDesktop\":0,\"rightMarginDesktop\":0,\"topMarginTablet\":20,\"bottomMarginTablet\":0,\"leftMarginTablet\":0,\"rightMarginTablet\":0,\"topMarginMobile\":24,\"bottomMarginMobile\":0,\"leftMarginMobile\":0,\"rightMarginMobile\":0,\"marginLink\":false,\"variationSelected\":true,\"columnGapDesktop\":24,\"columnGapTablet\":20} -->\n<div class=\"wp-block-uagb-container uagb-block-bf504662\"><!-- wp:uagb/container {\"block_id\":\"5f829143\",\"widthDesktop\":67,\"variationSelected\":true,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-5f829143\"><!-- wp:image {\"id\":837,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-8-1024x678.jpg\" alt=\"\" class=\"wp-image-837\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"f1e725b0\",\"widthDesktop\":32,\"variationSelected\":true,\"rowGapDesktop\":24,\"rowGapTablet\":20,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-f1e725b0\"><!-- wp:uagb/image {\"block_id\":\"a830601b\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Blue-roan-pool-01.jpg\",\"id\":782,\"linkDestination\":\"none\",\"width\":385,\"height\":250,\"naturalWidth\":800,\"naturalHeight\":534,\"sizeSlug\":\"full\",\"sizeSlugTablet\":\"full\",\"sizeSlugMobile\":\"full\",\"customHeightSetDesktop\":true} -->\n<div class=\"wp-block-uagb-image uagb-block-a830601b wp-block-uagb-image--layout-default wp-block-uagb-image--effect-static wp-block-uagb-image--align-none\"><figure class=\"wp-block-uagb-image__figure\"><img srcset=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Blue-roan-pool-01.jpg \" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Blue-roan-pool-01.jpg\" alt=\"\" class=\"uag-image-782\" width=\"385\" height=\"250\" title=\"\" loading=\"lazy\"/></figure></div>\n<!-- /wp:uagb/image -->\n\n<!-- wp:uagb/image {\"block_id\":\"150353b2\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/bird-1024x683.jpg\",\"id\":910,\"linkDestination\":\"none\",\"width\":385,\"height\":250,\"naturalWidth\":1024,\"naturalHeight\":683,\"sizeSlug\":\"large\",\"sizeSlugTablet\":\"large\",\"sizeSlugMobile\":\"large\",\"customHeightSetDesktop\":true} -->\n<div class=\"wp-block-uagb-image uagb-block-150353b2 wp-block-uagb-image--layout-default wp-block-uagb-image--effect-static wp-block-uagb-image--align-none\"><figure class=\"wp-block-uagb-image__figure\"><img srcset=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/bird-1024x683.jpg \" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/bird-1024x683.jpg\" alt=\"\" class=\"uag-image-910\" width=\"385\" height=\"250\" title=\"\" loading=\"lazy\"/></figure></div>\n<!-- /wp:uagb/image --></div>\n<!-- /wp:uagb/container --></div>\n<!-- /wp:uagb/container --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"3412c19f\",\"backgroundType\":\"color\",\"backgroundSizeTablet\":\"cover\",\"backgroundSizeMobile\":\"cover\",\"backgroundColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"topPaddingDesktop\":40,\"bottomPaddingDesktop\":104,\"leftPaddingDesktop\":40,\"rightPaddingDesktop\":40,\"topPaddingTablet\":80,\"bottomPaddingTablet\":80,\"leftPaddingTablet\":40,\"rightPaddingTablet\":40,\"topPaddingMobile\":64,\"bottomPaddingMobile\":64,\"leftPaddingMobile\":24,\"rightPaddingMobile\":24,\"paddingLink\":false,\"variationSelected\":true,\"rowGapDesktop\":0,\"isBlockRootParent\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-3412c19f alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/advanced-heading {\"block_id\":\"b08e4e25\",\"classMigrate\":true,\"headingDescToggle\":true,\"headingAlign\":\"center\",\"headingAlignMobile\":\"left\",\"subHeadingColor\":\"\",\"headSpace\":20,\"subHeadFontSize\":16,\"blockBottomPadding\":20} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-b08e4e25\"><h2 class=\"uagb-heading-text\">What Our Guests Say​</h2><p class=\"uagb-desc-text\">We take pride in serving our guests the best experience. </p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/container {\"block_id\":\"5e4d14a0\",\"directionDesktop\":\"row\",\"topMarginDesktop\":40,\"bottomMarginDesktop\":0,\"leftMarginDesktop\":0,\"rightMarginDesktop\":0,\"marginLink\":false,\"variationSelected\":true,\"rowGapMobile\":40,\"columnGapDesktop\":90} -->\n<div class=\"wp-block-uagb-container uagb-block-5e4d14a0\"><!-- wp:uagb/container {\"block_id\":\"79290eaf\",\"widthDesktop\":50,\"variationSelected\":true,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-79290eaf\"><!-- wp:uagb/testimonial {\"test_item_count\":1,\"classMigrate\":true,\"test_block\":[{\"description\":\"\\u0022Thank you for a most enjoyable weekend stay and for making our anniversary so special.  Thank you for your kind and lovely friendship which we really appreciate!!!\\u0022​\",\"name\":\"\\u003cstrong\\u003eBrenda and Theuns\\u003c/strong\\u003e\",\"company\":\"\",\"image\":{\"id\":119,\"title\":\"testimonial1\",\"filename\":\"testimonial1.jpg\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/testimonial1.jpg\",\"link\":\"https://blueroan.netgen.cloud/testimonial1/\",\"alt\":\"\",\"author\":\"34\",\"description\":\"\",\"caption\":\"\",\"name\":\"testimonial1\",\"status\":\"inherit\",\"uploadedTo\":0,\"date\":\"2021-05-11T05:02:02.000Z\",\"modified\":\"2021-05-11T05:02:02.000Z\",\"menuOrder\":0,\"mime\":\"image/jpeg\",\"type\":\"image\",\"subtype\":\"jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/default.png\",\"dateFormatted\":\"May 11, 2021\",\"nonces\":{\"update\":\"b92fe40c3d\",\"delete\":\"643c1eb8f1\",\"edit\":\"d3e7d56b1d\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=119\\u0026action=edit\",\"meta\":false,\"authorName\":\"Rishabh\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/user-edit.php?user_id=34\",\"filesizeInBytes\":11264,\"filesizeHumanReadable\":\"11 KB\",\"context\":\"\",\"height\":250,\"width\":250,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/testimonial1-150x150.jpg\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/testimonial1.jpg\",\"height\":250,\"width\":250,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}}}],\"headingAlign\":\"left\",\"headingAlignTablet\":\"left\",\"headingAlignMobile\":\"left\",\"descColor\":\"var(\\u002d\\u002dast-global-color-3)\",\"nameFontSize\":14,\"nameLineHeight\":1,\"descFontSize\":16,\"descFontWeight\":\"600\",\"nameSpace\":1,\"block_id\":\"d90dd4c9\",\"iconImage\":{\"url\":\"\",\"alt\":\"InfoBox placeholder img\"},\"imageWidth\":32,\"columnGap\":1,\"borderStyle\":\"\",\"paddingTop\":0,\"paddingBottom\":0,\"paddingLeft\":0,\"paddingRight\":0,\"spacingLink\":true,\"imgpaddingTop\":0,\"imgpaddingRight\":15,\"imgpaddingBottom\":0,\"imgpaddingLeft\":0,\"overallBorderStyle\":\"none\",\"imgTagHeight\":32,\"imgTagWidth\":150} -->\n<div class=\"wp-block-uagb-testimonial uagb-slick-carousel uagb-tm__arrow-outside uagb-block-d90dd4c9 uagb-post__carousel_notset uagb-post__carousel_notset-tablet uagb-post__carousel_notset-mobile\"><div class=\"is-carousel uagb-tm__columns-1 uagb-tm__items\"><div class=\"uagb-testimonial__wrap  uagb-tm__imgicon-style-circle uagb-tm__image-position-bottom uagb-tm__bg-type-none \"><div class=\"uagb-tm__content\"><div class=\"uagb-tm__overlay\"></div><div class=\"uagb-tm__text-wrap\"><div class=\"uagb-tm__desc\">\"Thank you for a most enjoyable weekend stay and for making our anniversary so special.  Thank you for your kind and lovely friendship which we really appreciate!!!\"​</div><div class=\"uagb-tm__meta-inner\"><div class=\"uagb-tm__image-content\"><div class=\"uagb-tm__image\"><img class=\"uagb-tm-img-src\" src=\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/testimonial1-150x150.jpg\" alt=\"\" width=\"32\" height=\"32\" loading=\"lazy\"/></div></div><div class=\"uagb-testimonial-details\"><span class=\"uagb-tm__author-name\"><strong>Brenda and Theuns</strong></span><span class=\"uagb-tm__company\"></span></div></div></div></div></div></div></div>\n<!-- /wp:uagb/testimonial -->\n\n<!-- wp:uagb/testimonial {\"test_item_count\":1,\"classMigrate\":true,\"test_block\":[{\"description\":\"\\u0022Breaking away from city life and coming out to a most wonderful romantic weekend away.  The unit is so comfortable.  Thank you for your great hospitality - we had an awesome time here.  Go well - with love\\u0022​\",\"name\":\"\\u003cstrong\\u003e\\u003cstrong\\u003e\\u003cstrong\\u003eLiz \\u0026amp; Eddie\\u003c/strong\\u003e\\u003c/strong\\u003e\\u003c/strong\\u003e\",\"company\":\"\",\"image\":{\"id\":122,\"title\":\"testimonial4\",\"filename\":\"testimonial4.jpg\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/testimonial4.jpg\",\"link\":\"https://blueroan.netgen.cloud/testimonial4/\",\"alt\":\"\",\"author\":\"34\",\"description\":\"\",\"caption\":\"\",\"name\":\"testimonial4\",\"status\":\"inherit\",\"uploadedTo\":0,\"date\":\"2021-05-11T05:02:06.000Z\",\"modified\":\"2021-05-11T05:02:06.000Z\",\"menuOrder\":0,\"mime\":\"image/jpeg\",\"type\":\"image\",\"subtype\":\"jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/default.png\",\"dateFormatted\":\"May 11, 2021\",\"nonces\":{\"update\":\"4e34860add\",\"delete\":\"9e126a55cd\",\"edit\":\"33ffd3c040\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=122\\u0026action=edit\",\"meta\":false,\"authorName\":\"Rishabh\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/user-edit.php?user_id=34\",\"filesizeInBytes\":16584,\"filesizeHumanReadable\":\"16 KB\",\"context\":\"\",\"height\":250,\"width\":250,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/testimonial4-150x150.jpg\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/testimonial4.jpg\",\"height\":250,\"width\":250,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}}}],\"headingAlign\":\"left\",\"headingAlignTablet\":\"left\",\"headingAlignMobile\":\"left\",\"descColor\":\"var(\\u002d\\u002dast-global-color-3)\",\"nameFontSize\":14,\"nameLineHeight\":1,\"descFontSize\":16,\"descFontWeight\":\"600\",\"nameSpace\":1,\"block_id\":\"33ff9087\",\"iconImage\":{\"url\":\"\",\"alt\":\"InfoBox placeholder img\"},\"imageWidth\":32,\"columnGap\":1,\"borderStyle\":\"\",\"paddingTop\":0,\"paddingBottom\":0,\"paddingLeft\":0,\"paddingRight\":0,\"spacingLink\":true,\"imgpaddingTop\":0,\"imgpaddingRight\":15,\"imgpaddingBottom\":0,\"imgpaddingLeft\":0,\"overallBorderStyle\":\"none\",\"imgTagHeight\":32,\"imgTagWidth\":150} -->\n<div class=\"wp-block-uagb-testimonial uagb-slick-carousel uagb-tm__arrow-outside uagb-block-33ff9087 uagb-post__carousel_notset uagb-post__carousel_notset-tablet uagb-post__carousel_notset-mobile\"><div class=\"is-carousel uagb-tm__columns-1 uagb-tm__items\"><div class=\"uagb-testimonial__wrap  uagb-tm__imgicon-style-circle uagb-tm__image-position-bottom uagb-tm__bg-type-none \"><div class=\"uagb-tm__content\"><div class=\"uagb-tm__overlay\"></div><div class=\"uagb-tm__text-wrap\"><div class=\"uagb-tm__desc\">\"Breaking away from city life and coming out to a most wonderful romantic weekend away.  The unit is so comfortable.  Thank you for your great hospitality - we had an awesome time here.  Go well - with love\"​</div><div class=\"uagb-tm__meta-inner\"><div class=\"uagb-tm__image-content\"><div class=\"uagb-tm__image\"><img class=\"uagb-tm-img-src\" src=\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/testimonial4-150x150.jpg\" alt=\"\" width=\"32\" height=\"32\" loading=\"lazy\"/></div></div><div class=\"uagb-testimonial-details\"><span class=\"uagb-tm__author-name\"><strong><strong><strong>Liz &amp; Eddie</strong></strong></strong></span><span class=\"uagb-tm__company\"></span></div></div></div></div></div></div></div>\n<!-- /wp:uagb/testimonial --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"14e7e4e7\",\"widthDesktop\":50,\"variationSelected\":true,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-14e7e4e7\"><!-- wp:uagb/testimonial {\"test_item_count\":1,\"classMigrate\":true,\"test_block\":[{\"description\":\"\\u0022Judy, what a wonderful place you have here - we were so delighted to spend the weekend here, so tranquil, peaceful, and beautiful. You made us feel right at home. Definitely a place worth 5 stars! Go well.\\u0022​\",\"name\":\"\\u003cstrong\\u003e\\u003cstrong\\u003eBrian\\u003c/strong\\u003e\\u003c/strong\\u003e \\u003cstrong\\u003e\\u003cstrong\\u003e\\u003cstrong\\u003eand \\u003cstrong\\u003eMariska\\u003c/strong\\u003e\\u003c/strong\\u003e\\u003cbr\\u003e\\u003c/strong\\u003e\\u003c/strong\\u003e\",\"company\":\"\",\"image\":{\"id\":120,\"title\":\"testimonial2\",\"filename\":\"testimonial2.jpg\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/testimonial2.jpg\",\"link\":\"https://blueroan.netgen.cloud/testimonial2/\",\"alt\":\"\",\"author\":\"34\",\"description\":\"\",\"caption\":\"\",\"name\":\"testimonial2\",\"status\":\"inherit\",\"uploadedTo\":0,\"date\":\"2021-05-11T05:02:03.000Z\",\"modified\":\"2021-05-11T05:02:03.000Z\",\"menuOrder\":0,\"mime\":\"image/jpeg\",\"type\":\"image\",\"subtype\":\"jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/default.png\",\"dateFormatted\":\"May 11, 2021\",\"nonces\":{\"update\":\"1ee6412858\",\"delete\":\"4414a2ccbf\",\"edit\":\"bde7b1f490\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=120\\u0026action=edit\",\"meta\":false,\"authorName\":\"Rishabh\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/user-edit.php?user_id=34\",\"filesizeInBytes\":10087,\"filesizeHumanReadable\":\"10 KB\",\"context\":\"\",\"height\":250,\"width\":250,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/testimonial2-150x150.jpg\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/testimonial2.jpg\",\"height\":250,\"width\":250,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}}}],\"headingAlign\":\"left\",\"headingAlignTablet\":\"left\",\"headingAlignMobile\":\"left\",\"descColor\":\"var(\\u002d\\u002dast-global-color-3)\",\"nameFontSize\":14,\"nameLineHeight\":1,\"descFontSize\":16,\"descFontWeight\":\"600\",\"nameSpace\":1,\"block_id\":\"e0218e52\",\"iconImage\":{\"url\":\"\",\"alt\":\"InfoBox placeholder img\"},\"imageWidth\":32,\"columnGap\":1,\"borderStyle\":\"\",\"paddingTop\":0,\"paddingBottom\":0,\"paddingLeft\":0,\"paddingRight\":0,\"spacingLink\":true,\"imgpaddingTop\":0,\"imgpaddingRight\":15,\"imgpaddingBottom\":0,\"imgpaddingLeft\":0,\"overallBorderStyle\":\"none\",\"imgTagHeight\":32,\"imgTagWidth\":150} -->\n<div class=\"wp-block-uagb-testimonial uagb-slick-carousel uagb-tm__arrow-outside uagb-block-e0218e52 uagb-post__carousel_notset uagb-post__carousel_notset-tablet uagb-post__carousel_notset-mobile\"><div class=\"is-carousel uagb-tm__columns-1 uagb-tm__items\"><div class=\"uagb-testimonial__wrap  uagb-tm__imgicon-style-circle uagb-tm__image-position-bottom uagb-tm__bg-type-none \"><div class=\"uagb-tm__content\"><div class=\"uagb-tm__overlay\"></div><div class=\"uagb-tm__text-wrap\"><div class=\"uagb-tm__desc\">\"Judy, what a wonderful place you have here - we were so delighted to spend the weekend here, so tranquil, peaceful, and beautiful. You made us feel right at home. Definitely a place worth 5 stars! Go well.\"​</div><div class=\"uagb-tm__meta-inner\"><div class=\"uagb-tm__image-content\"><div class=\"uagb-tm__image\"><img class=\"uagb-tm-img-src\" src=\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/testimonial2-150x150.jpg\" alt=\"\" width=\"32\" height=\"32\" loading=\"lazy\"/></div></div><div class=\"uagb-testimonial-details\"><span class=\"uagb-tm__author-name\"><strong><strong>Brian</strong></strong> <strong><strong><strong>and <strong>Mariska</strong></strong><br></strong></strong></span><span class=\"uagb-tm__company\"></span></div></div></div></div></div></div></div>\n<!-- /wp:uagb/testimonial -->\n\n<!-- wp:uagb/testimonial {\"test_item_count\":1,\"classMigrate\":true,\"test_block\":[{\"description\":\"\\u0022Thank you for the most wonderful time, Judy!  This was the most peaceful and perfect place to get engaged!  We will most certainly be back!!!  Your hospitality cannot be topped!\\u0022​\",\"name\":\"\\u003cstrong\\u003e\\u003cstrong\\u003e\\u003cstrong\\u003e\\u003cstrong\\u003eBrett and Kelly\\u003c/strong\\u003e\\u003c/strong\\u003e\\u003c/strong\\u003e\\u003c/strong\\u003e\",\"company\":\"\",\"image\":{\"id\":121,\"title\":\"testimonial3\",\"filename\":\"testimonial3.jpg\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/testimonial3.jpg\",\"link\":\"https://blueroan.netgen.cloud/testimonial3/\",\"alt\":\"\",\"author\":\"34\",\"description\":\"\",\"caption\":\"\",\"name\":\"testimonial3\",\"status\":\"inherit\",\"uploadedTo\":0,\"date\":\"2021-05-11T05:02:05.000Z\",\"modified\":\"2021-05-11T05:02:05.000Z\",\"menuOrder\":0,\"mime\":\"image/jpeg\",\"type\":\"image\",\"subtype\":\"jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/default.png\",\"dateFormatted\":\"May 11, 2021\",\"nonces\":{\"update\":\"290653da5d\",\"delete\":\"90a4fb2d63\",\"edit\":\"ff8a64e56e\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=121\\u0026action=edit\",\"meta\":false,\"authorName\":\"Rishabh\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/user-edit.php?user_id=34\",\"filesizeInBytes\":8748,\"filesizeHumanReadable\":\"9 KB\",\"context\":\"\",\"height\":250,\"width\":250,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/testimonial3-150x150.jpg\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/testimonial3.jpg\",\"height\":250,\"width\":250,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}}}],\"headingAlign\":\"left\",\"headingAlignTablet\":\"left\",\"headingAlignMobile\":\"left\",\"descColor\":\"var(\\u002d\\u002dast-global-color-3)\",\"nameFontSize\":14,\"nameLineHeight\":1,\"descFontSize\":16,\"descFontWeight\":\"600\",\"nameSpace\":1,\"block_id\":\"541b7484\",\"iconImage\":{\"url\":\"\",\"alt\":\"InfoBox placeholder img\"},\"imageWidth\":32,\"columnGap\":1,\"borderStyle\":\"\",\"paddingTop\":0,\"paddingBottom\":0,\"paddingLeft\":0,\"paddingRight\":0,\"spacingLink\":true,\"imgpaddingTop\":0,\"imgpaddingRight\":15,\"imgpaddingBottom\":0,\"imgpaddingLeft\":0,\"overallBorderStyle\":\"none\",\"imgTagHeight\":32,\"imgTagWidth\":150} -->\n<div class=\"wp-block-uagb-testimonial uagb-slick-carousel uagb-tm__arrow-outside uagb-block-541b7484 uagb-post__carousel_notset uagb-post__carousel_notset-tablet uagb-post__carousel_notset-mobile\"><div class=\"is-carousel uagb-tm__columns-1 uagb-tm__items\"><div class=\"uagb-testimonial__wrap  uagb-tm__imgicon-style-circle uagb-tm__image-position-bottom uagb-tm__bg-type-none \"><div class=\"uagb-tm__content\"><div class=\"uagb-tm__overlay\"></div><div class=\"uagb-tm__text-wrap\"><div class=\"uagb-tm__desc\">\"Thank you for the most wonderful time, Judy!  This was the most peaceful and perfect place to get engaged!  We will most certainly be back!!!  Your hospitality cannot be topped!\"​</div><div class=\"uagb-tm__meta-inner\"><div class=\"uagb-tm__image-content\"><div class=\"uagb-tm__image\"><img class=\"uagb-tm-img-src\" src=\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/testimonial3-150x150.jpg\" alt=\"\" width=\"32\" height=\"32\" loading=\"lazy\"/></div></div><div class=\"uagb-testimonial-details\"><span class=\"uagb-tm__author-name\"><strong><strong><strong><strong>Brett and Kelly</strong></strong></strong></strong></span><span class=\"uagb-tm__company\"></span></div></div></div></div></div></div></div>\n<!-- /wp:uagb/testimonial --></div>\n<!-- /wp:uagb/container --></div>\n<!-- /wp:uagb/container --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"2f60ad82\",\"innerContentCustomWidthDesktop\":781,\"innerContentCustomWidthTablet\":781,\"backgroundType\":\"image\",\"backgroundImageDesktop\":{\"id\":809,\"title\":\"26759994757_767d9794fd_b\",\"filename\":\"26759994757_767d9794fd_b.jpg\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/26759994757_767d9794fd_b.jpg\",\"link\":\"https://blueroan.netgen.cloud/?attachment_id=809\",\"alt\":\"\",\"author\":\"2\",\"description\":\"\",\"caption\":\"\",\"name\":\"26759994757_767d9794fd_b\",\"status\":\"inherit\",\"uploadedTo\":805,\"date\":\"2022-12-13T09:51:53.000Z\",\"modified\":\"2022-12-13T09:51:53.000Z\",\"menuOrder\":0,\"mime\":\"image/jpeg\",\"type\":\"image\",\"subtype\":\"jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-includes/images/media/default.png\",\"dateFormatted\":\"December 13, 2022\",\"nonces\":{\"update\":\"39b5c0eef1\",\"delete\":\"fde92abd83\",\"edit\":\"3923face9e\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=809\\u0026action=edit\",\"meta\":false,\"authorName\":\"Netgen Support\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/profile.php\",\"uploadedToTitle\":\"Magaliesburg\",\"uploadedToLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=805\\u0026action=edit\",\"filesizeInBytes\":143610,\"filesizeHumanReadable\":\"140 KB\",\"context\":\"\",\"height\":683,\"width\":1024,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/26759994757_767d9794fd_b-150x150.jpg\",\"orientation\":\"landscape\"},\"medium\":{\"height\":200,\"width\":300,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/26759994757_767d9794fd_b-300x200.jpg\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/26759994757_767d9794fd_b.jpg\",\"height\":683,\"width\":1024,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"backgroundImageColor\":\"rgba(42,42,42,0.65)\",\"topPaddingDesktop\":144,\"bottomPaddingDesktop\":144,\"leftPaddingDesktop\":40,\"rightPaddingDesktop\":40,\"topPaddingTablet\":80,\"bottomPaddingTablet\":80,\"leftPaddingTablet\":40,\"rightPaddingTablet\":40,\"topPaddingMobile\":64,\"bottomPaddingMobile\":64,\"leftPaddingMobile\":24,\"rightPaddingMobile\":24,\"paddingLink\":false,\"variationSelected\":true,\"isBlockRootParent\":true,\"overlayType\":\"color\"} -->\n<div class=\"wp-block-uagb-container uagb-block-2f60ad82 alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/advanced-heading {\"block_id\":\"226e29da\",\"classMigrate\":true,\"headingDescToggle\":true,\"headingAlign\":\"center\",\"headingColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"subHeadingColor\":\"var(\\u002d\\u002dast-global-color-4)\",\"headSpace\":20} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-226e29da\"><h2 class=\"uagb-heading-text\">Plan an Unforgettable Experience at <br>Blue Roan!</h2><p class=\"uagb-desc-text\">Blue Roan is a 3-star graded pet-friendly venue</p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/advanced-heading {\"block_id\":\"66b9987e\",\"classMigrate\":true,\"headingTitleToggle\":false,\"headingDescToggle\":true,\"headingAlign\":\"center\",\"subHeadingColor\":\"var(\\u002d\\u002dast-global-color-4)\",\"subHeadTransform\":\"uppercase\",\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"subHeadLetterSpacing\":2,\"blockTopPadding\":60,\"blockRightPadding\":0,\"blockLeftPadding\":0,\"blockBottomPadding\":0,\"blockTopPaddingMobile\":30,\"blockRightPaddingMobile\":0,\"blockLeftPaddingMobile\":0,\"blockBottomPaddingMobile\":0,\"linkColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"linkHColor\":\"var(\\u002d\\u002dast-global-color-0)\"} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-66b9987e\"><p class=\"uagb-desc-text\"><a href=\"https://book.nightsbridge.com/11065\" target=\"_blank\" rel=\"noreferrer noopener\">BOOK YOUR STAY NOW​</a></p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/icon-list {\"block_id\":\"113d1ef6\",\"classMigrate\":true,\"childMigrate\":true,\"align\":\"center\",\"parentIcon\":\"phone\",\"size\":40,\"sizeMobile\":24,\"sizeTablet\":32,\"fontSize\":48,\"fontSizeMobile\":28,\"fontSizeTablet\":40,\"fontWeight\":\"600\",\"iconColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"labelColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"blockTopPadding\":0,\"blockRightPadding\":0,\"blockLeftPadding\":0,\"blockBottomPadding\":24,\"blockPaddingLink\":false} -->\n<div class=\"wp-block-uagb-icon-list uagb-block-113d1ef6\"><div class=\"uagb-icon-list__wrap\"><!-- wp:uagb/icon-list-child {\"block_id\":\"a137da1d\",\"label\":\" + 27 (0) 82 575 5409\",\"label_color\":\"\",\"link\":\"tel:+27825755409\",\"disableLink\":true,\"fromParentIcon\":\"phone\",\"imageSizeChild\":40} -->\n<div class=\"wp-block-uagb-icon-list-child uagb-block-a137da1d\"><a target=\"_self\" aria-label=\" + 27 (0) 82 575 5409\" rel=\"noopener noreferrer\" href=\"tel:+27825755409\"> </a><span class=\"uagb-icon-list__source-wrap\"><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M511.2 387l-23.25 100.8c-3.266 14.25-15.79 24.22-30.46 24.22C205.2 512 0 306.8 0 54.5c0-14.66 9.969-27.2 24.22-30.45l100.8-23.25C139.7-2.602 154.7 5.018 160.8 18.92l46.52 108.5c5.438 12.78 1.77 27.67-8.98 36.45L144.5 207.1c33.98 69.22 90.26 125.5 159.5 159.5l44.08-53.8c8.688-10.78 23.69-14.51 36.47-8.975l108.5 46.51C506.1 357.2 514.6 372.4 511.2 387z\"></path></svg></span><span class=\"uagb-icon-list__label\"> + 27 (0) 82 575 5409</span></div>\n<!-- /wp:uagb/icon-list-child -->\n\n<!-- wp:uagb/icon-list-child {\"block_id\":\"96f5d59d\",\"label\":\"blueroan@ugo.co.za\",\"icon\":\"envelope\",\"label_color\":\"\",\"link\":\"mailto:blueroan@ugo.co.za\",\"disableLink\":true,\"fromParentIcon\":\"phone\",\"imageSizeChild\":40} -->\n<div class=\"wp-block-uagb-icon-list-child uagb-block-96f5d59d\"><a target=\"_self\" aria-label=\"blueroan@ugo.co.za\" rel=\"noopener noreferrer\" href=\"mailto:blueroan@ugo.co.za\"> </a><span class=\"uagb-icon-list__source-wrap\"><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M464 64C490.5 64 512 85.49 512 112C512 127.1 504.9 141.3 492.8 150.4L275.2 313.6C263.8 322.1 248.2 322.1 236.8 313.6L19.2 150.4C7.113 141.3 0 127.1 0 112C0 85.49 21.49 64 48 64H464zM217.6 339.2C240.4 356.3 271.6 356.3 294.4 339.2L512 176V384C512 419.3 483.3 448 448 448H64C28.65 448 0 419.3 0 384V176L217.6 339.2z\"></path></svg></span><span class=\"uagb-icon-list__label\">blueroan@ugo.co.za</span></div>\n<!-- /wp:uagb/icon-list-child --></div></div>\n<!-- /wp:uagb/icon-list --></div></div>\n<!-- /wp:uagb/container -->',	'Home',	'',	'inherit',	'closed',	'closed',	'',	'760-revision-v1',	'',	'',	'2022-12-21 11:57:53',	'2022-12-21 11:57:53',	'',	760,	'https://blueroan.netgen.cloud/?p=1388',	0,	'revision',	'',	0),
(1389,	2,	'2022-12-21 11:59:13',	'2022-12-21 11:59:13',	'<!-- wp:uagb/container {\"block_id\":\"0d585283\",\"minHeightDesktop\":95,\"minHeightTablet\":70,\"minHeightMobile\":80,\"minHeightType\":\"vh\",\"alignItemsDesktop\":\"flex-start\",\"backgroundType\":\"image\",\"backgroundImageDesktop\":{\"uploading\":false,\"date\":1670921854000,\"filename\":\"Blue-Roan-pool.jpg\",\"menuOrder\":0,\"uploadedTo\":760,\"type\":\"image\",\"subtype\":\"jpeg\",\"id\":784,\"title\":\"Blue Roan - pool\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Blue-Roan-pool.jpg\",\"link\":\"https://blueroan.netgen.cloud/home/blue-roan-pool/\",\"alt\":\"\",\"author\":\"2\",\"description\":\"\",\"caption\":\"\",\"name\":\"blue-roan-pool\",\"status\":\"inherit\",\"modified\":1670921854000,\"mime\":\"image/jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-includes/images/media/default.png\",\"dateFormatted\":\"December 13, 2022\",\"nonces\":{\"update\":\"51a12ed09e\",\"delete\":\"5174068551\",\"edit\":\"1de0721407\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=784\\u0026action=edit\",\"meta\":false,\"authorName\":\"Netgen Support\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/profile.php\",\"uploadedToTitle\":\"Home\",\"uploadedToLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=760\\u0026action=edit\",\"filesizeInBytes\":154801,\"filesizeHumanReadable\":\"151 KB\",\"context\":\"\",\"height\":667,\"width\":1000,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Blue-Roan-pool-150x150.jpg\",\"orientation\":\"landscape\"},\"medium\":{\"height\":200,\"width\":300,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Blue-Roan-pool-300x200.jpg\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Blue-Roan-pool.jpg\",\"height\":667,\"width\":1000,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"backgroundPositionDesktop\":{\"x\":0.5,\"y\":0.25},\"backgroundImageColor\":\"rgba(42,42,42,0.35)\",\"topPaddingDesktop\":0,\"bottomPaddingDesktop\":0,\"leftPaddingDesktop\":40,\"rightPaddingDesktop\":40,\"topPaddingTablet\":120,\"bottomPaddingTablet\":120,\"leftPaddingTablet\":40,\"rightPaddingTablet\":40,\"topPaddingMobile\":150,\"bottomPaddingMobile\":150,\"leftPaddingMobile\":20,\"rightPaddingMobile\":20,\"paddingLink\":false,\"variationSelected\":true,\"isBlockRootParent\":true,\"overlayType\":\"color\",\"minHeightTypeTablet\":\"vh\",\"minHeightTypeMobile\":\"vh\"} -->\n<div class=\"wp-block-uagb-container uagb-block-0d585283 alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:group {\"layout\":{\"type\":\"constrained\",\"justifyContent\":\"left\"}} -->\n<div class=\"wp-block-group\"><!-- wp:uagb/info-box {\"classMigrate\":true,\"headingAlign\":\"left\",\"headingColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"subHeadingColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"headingTag\":\"h1\",\"subHeadFontSize\":17,\"subHeadFontSizeMobile\":15,\"headSpace\":20,\"subHeadSpace\":40,\"block_id\":\"37483174\",\"ctaIcon\":\"\",\"ctaText\":\"Book Your Stay Now\",\"ctaLink\":\"https://book.nightsbridge.com/11065\",\"ctaBtnLinkColor\":\"var(\\u002d\\u002dast-global-color-2)\",\"ctaLinkHoverColor\":\"var(\\u002d\\u002dast-global-color-2)\",\"ctaBgColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"ctaBgHoverColor\":\"var(\\u002d\\u002dast-global-color-4)\",\"ctaBorderColor\":\"\",\"ctaBorderStyle\":\"\",\"ctaBorderWidth\":\"\",\"ctaBorderRadius\":\"\",\"iconImage\":{\"url\":\"\",\"alt\":\"InfoBox placeholder img\"},\"showIcon\":false,\"paddingBtnTop\":18,\"paddingBtnBottom\":18,\"paddingBtnLeft\":34,\"paddingBtnRight\":34,\"blockTopPadding\":5,\"blockRightPadding\":40,\"blockLeftPadding\":0,\"blockBottomPadding\":0,\"blockTopPaddingTablet\":0,\"blockRightPaddingTablet\":64,\"blockLeftPaddingTablet\":0,\"blockBottomPaddingTablet\":0,\"blockTopPaddingMobile\":0,\"blockRightPaddingMobile\":0,\"blockLeftPaddingMobile\":0,\"blockBottomPaddingMobile\":0,\"blockPaddingUnit\":\"%\",\"blockPaddingLink\":false,\"subHeadMarginTopTablet\":0,\"subHeadMarginRightTablet\":64,\"subHeadTabletSpace\":40,\"subHeadMarginLeftTablet\":0,\"subHeadMarginTopMobile\":0,\"subHeadMarginRightMobile\":0,\"subHeadMobileSpace\":40,\"subHeadMarginLeftMobile\":0,\"btnBorderTopWidth\":1,\"btnBorderLeftWidth\":1,\"btnBorderRightWidth\":1,\"btnBorderBottomWidth\":1,\"btnBorderTopLeftRadius\":0,\"btnBorderTopRightRadius\":0,\"btnBorderBottomLeftRadius\":0,\"btnBorderBottomRightRadius\":0,\"btnBorderStyle\":\"none\",\"btnBorderColor\":\"#333\",\"zIndex\":null} -->\n<div class=\"wp-block-uagb-info-box uagb-block-37483174 uagb-infobox__content-wrap  uagb-infobox-icon-above-title uagb-infobox-image-valign-top\"><div class=\"uagb-ifb-content\"><div class=\"uagb-ifb-title-wrap\"><h1 class=\"uagb-ifb-title\">Magaliesburg pet friendly self-catering accommodation</h1></div><p class=\"uagb-ifb-desc\">Romantic pet-friendly self-catering accommodation in Magaliesburg, Gauteng.</p></div></div>\n<!-- /wp:uagb/info-box --></div>\n<!-- /wp:group -->\n\n<!-- wp:buttons {\"layout\":{\"type\":\"flex\",\"justifyContent\":\"left\",\"orientation\":\"horizontal\"}} -->\n<div class=\"wp-block-buttons\"><!-- wp:button {\"backgroundColor\":\"ast-global-color-5\",\"textColor\":\"ast-global-color-2\",\"width\":25,\"style\":{\"spacing\":{\"padding\":{\"top\":\"var:preset|spacing|50\",\"right\":\"var:preset|spacing|30\",\"bottom\":\"var:preset|spacing|50\",\"left\":\"var:preset|spacing|30\"}}},\"className\":\"is-style-fill\"} -->\n<div class=\"wp-block-button has-custom-width wp-block-button__width-25 is-style-fill\" id=\"https://book.nightsbridge.com/11065\"><a class=\"wp-block-button__link has-ast-global-color-2-color has-ast-global-color-5-background-color has-text-color has-background wp-element-button\" href=\"https://book.nightsbridge.com/11065\" style=\"padding-top:var(--wp--preset--spacing--50);padding-right:var(--wp--preset--spacing--30);padding-bottom:var(--wp--preset--spacing--50);padding-left:var(--wp--preset--spacing--30)\" rel=\"https://book.nightsbridge.com/11065\">book your stay now</a></div>\n<!-- /wp:button -->\n\n<!-- wp:button {\"backgroundColor\":\"ast-global-color-5\",\"textColor\":\"ast-global-color-2\",\"width\":25,\"style\":{\"spacing\":{\"padding\":{\"top\":\"var:preset|spacing|50\",\"right\":\"var:preset|spacing|30\",\"bottom\":\"var:preset|spacing|50\",\"left\":\"var:preset|spacing|30\"}}},\"className\":\"is-style-fill\",\"UAGDisplayConditions\":\"userstate\"} -->\n<div class=\"wp-block-button has-custom-width wp-block-button__width-25 is-style-fill\" id=\"https://book.nightsbridge.com/11065\"><a class=\"wp-block-button__link has-ast-global-color-2-color has-ast-global-color-5-background-color has-text-color has-background wp-element-button\" href=\"https://book.nightsbridge.com/11065\" style=\"padding-top:var(--wp--preset--spacing--50);padding-right:var(--wp--preset--spacing--30);padding-bottom:var(--wp--preset--spacing--50);padding-left:var(--wp--preset--spacing--30)\" target=\"_blank\" rel=\"https://book.nightsbridge.com/11065 noopener\">Check availability</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"35d732cc\",\"directionDesktop\":\"row\",\"directionMobile\":\"column-reverse\",\"alignItemsDesktop\":\"flex-start\",\"backgroundType\":\"color\",\"backgroundSizeTablet\":\"cover\",\"backgroundSizeMobile\":\"cover\",\"backgroundColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"topPaddingDesktop\":60,\"bottomPaddingDesktop\":60,\"topPaddingTablet\":80,\"bottomPaddingTablet\":80,\"leftPaddingTablet\":40,\"rightPaddingTablet\":40,\"topPaddingMobile\":64,\"bottomPaddingMobile\":64,\"leftPaddingMobile\":24,\"rightPaddingMobile\":24,\"paddingLink\":false,\"variationSelected\":true,\"columnGapDesktop\":60,\"columnGapTablet\":50,\"isBlockRootParent\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-35d732cc alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/container {\"block_id\":\"89dec69c\",\"widthDesktop\":50,\"variationSelected\":true,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-89dec69c\"><!-- wp:image {\"id\":797,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-13.jpg\" alt=\"\" class=\"wp-image-797\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>We have 7 lovely brick&nbsp;<strong>self-catering</strong>&nbsp;units, each one private and with its own character and theme. &nbsp;They are designed exclusively for couples with or without pets wanting a romantic and peaceful place to connect, re-connect, celebrate special occasions, or somewhere quiet and comfortable to come for a holiday</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:buttons -->\n<div class=\"wp-block-buttons\"><!-- wp:button -->\n<div class=\"wp-block-button\"><a class=\"wp-block-button__link wp-element-button\" href=\"/accommodation/\">View accomodation</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"01ffe196\",\"widthDesktop\":50,\"leftPaddingDesktop\":0,\"paddingLink\":false,\"variationSelected\":true,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-01ffe196\"><!-- wp:uagb/advanced-heading {\"block_id\":\"aab7aba4\",\"classMigrate\":true,\"headingDescToggle\":true,\"subHeadingColor\":\"\",\"headSpace\":20,\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-aab7aba4\"><h2 class=\"uagb-heading-text\"><strong>Blue Roan is a 3-star graded pet-friendly venue</strong></h2><p class=\"uagb-desc-text\">Our goal is to provide high-quality, romantic, comfortable, and affordable self-catering accommodation on the outskirts of the village of &nbsp;Magaliesburg. &nbsp;For animal lovers, we are also&nbsp;pet-friendly&nbsp;by arrangement in most of the units all of which have their own fully fenced and gated private grassy gardens.</p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/image {\"block_id\":\"b364d0d4\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/hammock-in-the-garden.jpg\",\"align\":\"left\",\"id\":799,\"linkDestination\":\"none\",\"naturalWidth\":600,\"naturalHeight\":400,\"sizeSlug\":\"full\",\"sizeSlugTablet\":\"full\",\"sizeSlugMobile\":\"full\",\"imageTopMargin\":20,\"imageRightMargin\":0,\"imageLeftMargin\":0,\"imageBottomMargin\":0,\"imageTopMarginMobile\":0,\"imageRightMarginMobile\":0,\"imageLeftMarginMobile\":0,\"imageBottomMarginMobile\":0,\"imageMarginLink\":false} -->\n<div class=\"wp-block-uagb-image uagb-block-b364d0d4 wp-block-uagb-image--layout-default wp-block-uagb-image--effect-static wp-block-uagb-image--align-left\"><figure class=\"wp-block-uagb-image__figure\"><img srcset=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/hammock-in-the-garden.jpg \" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/hammock-in-the-garden.jpg\" alt=\"\" class=\"uag-image-799\" width=\"\" height=\"\" title=\"\" loading=\"lazy\"/></figure></div>\n<!-- /wp:uagb/image --></div>\n<!-- /wp:uagb/container --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"94de5b4c\",\"directionDesktop\":\"row\",\"directionMobile\":\"column-reverse\",\"alignItemsDesktop\":\"flex-start\",\"backgroundType\":\"color\",\"backgroundSizeTablet\":\"cover\",\"backgroundSizeMobile\":\"cover\",\"backgroundColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"topPaddingDesktop\":0,\"bottomPaddingDesktop\":0,\"topPaddingTablet\":80,\"bottomPaddingTablet\":80,\"leftPaddingTablet\":40,\"rightPaddingTablet\":40,\"topPaddingMobile\":64,\"bottomPaddingMobile\":64,\"leftPaddingMobile\":24,\"rightPaddingMobile\":24,\"paddingLink\":false,\"variationSelected\":true,\"rowGapDesktop\":0,\"columnGapDesktop\":0,\"columnGapTablet\":50,\"isBlockRootParent\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-94de5b4c alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:image {\"align\":\"center\",\"id\":1344,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image aligncenter size-large\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/tgcsa-full-3-stars-1024x366.jpg\" alt=\"\" class=\"wp-image-1344\"/></figure>\n<!-- /wp:image --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"5c44e508\",\"backgroundType\":\"color\",\"backgroundSizeTablet\":\"cover\",\"backgroundSizeMobile\":\"cover\",\"backgroundColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"topPaddingDesktop\":50,\"bottomPaddingDesktop\":100,\"topPaddingTablet\":50,\"bottomPaddingTablet\":25,\"leftPaddingTablet\":20,\"rightPaddingTablet\":20,\"topPaddingMobile\":50,\"bottomPaddingMobile\":20,\"leftPaddingMobile\":20,\"rightPaddingMobile\":20,\"paddingLink\":false,\"variationSelected\":true,\"rowGapDesktop\":0,\"isBlockRootParent\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-5c44e508 alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/container {\"block_id\":\"f49bb2f0\",\"directionDesktop\":\"row\",\"alignItemsDesktop\":\"flex-end\",\"alignItemsTablet\":\"flex-end\",\"justifyContentDesktop\":\"flex-end\",\"justifyContentTablet\":\"space-between\",\"variationSelected\":true,\"rowGapMobile\":30,\"columnGapDesktop\":0} -->\n<div class=\"wp-block-uagb-container uagb-block-f49bb2f0\"><!-- wp:uagb/advanced-heading {\"block_id\":\"b00c2c0f\",\"classMigrate\":true,\"headingDescToggle\":true,\"subHeadingColor\":\"\",\"headSpace\":20,\"subHeadFontSize\":16} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-b00c2c0f\"><h2 class=\"uagb-heading-text\">Amenities &amp; Interests ​</h2><p class=\"uagb-desc-text\">The Blue Roan Country Lodge is situated just 5 minutes from the village of Magaliesburg on a tar road so easy access for all cars. &nbsp;We have panoramic views of the Magaliesberg mountain range and our farm is the perfect place for a relaxing getaway in the country. &nbsp;As we are only 70 km from JHB and Pretoria, it is only an hour’s drive.</p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/buttons {\"block_id\":\"99b351c7\",\"classMigrate\":true,\"childMigrate\":true,\"align\":\"right\",\"alignTablet\":\"right\",\"alignMobile\":\"left\",\"gap\":0} -->\n<div class=\"wp-block-uagb-buttons uagb-buttons__outer-wrap uagb-btn__default-btn uagb-btn-tablet__default-btn uagb-btn-mobile__default-btn uagb-block-99b351c7\"><div class=\"uagb-buttons__wrap uagb-buttons-layout-wrap\"><!-- wp:uagb/buttons-child {\"block_id\":\"8b121466\",\"label\":\"View All\",\"link\":\"/amenities/\",\"hColor\":\"\",\"borderWidth\":\"\",\"borderRadius\":\"\",\"borderStyle\":\"\",\"borderColor\":\"\",\"borderHColor\":\"\",\"btnBorderTopWidth\":1,\"btnBorderLeftWidth\":1,\"btnBorderRightWidth\":1,\"btnBorderBottomWidth\":1,\"btnBorderTopLeftRadius\":2,\"btnBorderTopRightRadius\":2,\"btnBorderBottomLeftRadius\":2,\"btnBorderBottomRightRadius\":2,\"btnBorderStyle\":\"solid\",\"btnBorderColor\":\"#333\",\"btnBorderHColor\":\"#333\"} -->\n<div class=\"wp-block-uagb-buttons-child uagb-buttons__outer-wrap uagb-block-8b121466 wp-block-button is-style-outline\"><div class=\"uagb-button__wrapper\"><a class=\"uagb-buttons-repeater wp-block-button__link\" href=\"/amenities/\" rel=\"follow noopener\" target=\"_self\"><div class=\"uagb-button__link\">View All</div></a></div></div>\n<!-- /wp:uagb/buttons-child --></div></div>\n<!-- /wp:uagb/buttons --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"74751ec1\",\"directionDesktop\":\"row\",\"alignItemsTablet\":\"flex-start\",\"paddingLink\":false,\"topMarginDesktop\":50,\"bottomMarginDesktop\":20,\"leftMarginDesktop\":0,\"rightMarginDesktop\":0,\"marginLink\":false,\"variationSelected\":true,\"rowGapMobile\":65,\"columnGapDesktop\":48,\"columnGapTablet\":20} -->\n<div class=\"wp-block-uagb-container uagb-block-74751ec1\"><!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"align\":\"center\",\"id\":828,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image aligncenter size-full\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Blue-Roan-pool.png\" alt=\"Blue Roan\'s rock pool\" class=\"wp-image-828\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>A relaxing rock Pool​</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>We have a lovely sparkling blue rock pool next to a thatched Lapa. &nbsp;&nbsp;Lie on recliners on the green lawn or sit on the swing chair in the Lapa and enjoy the panoramic view of the Magaliesberg mountain range.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":829,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/img-20160605-wa0002-largejpg.png\" alt=\"\" class=\"wp-image-829\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>Braai facilities </h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>What can compare to a burning fire under the star-lit African sky? Nothing beats the flavor of cooking over an open flame.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":1354,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Games-Room.png\" alt=\"\" class=\"wp-image-1354\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>A games room </h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>The reception is also a games room for those who enjoy darts or playing pool. &nbsp;Take a selection of DVDs back to your room and watch movies on your own DVD player. &nbsp;There is also a selection of board games and music CDs that you can borrow.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div>\n<!-- /wp:uagb/container --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"f3c0bdbf\",\"backgroundType\":\"color\",\"backgroundSizeTablet\":\"cover\",\"backgroundSizeMobile\":\"cover\",\"backgroundColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"bottomPaddingDesktop\":104,\"leftPaddingDesktop\":40,\"rightPaddingDesktop\":40,\"topPaddingTablet\":80,\"bottomPaddingTablet\":80,\"leftPaddingTablet\":40,\"rightPaddingTablet\":40,\"topPaddingMobile\":64,\"bottomPaddingMobile\":64,\"leftPaddingMobile\":24,\"rightPaddingMobile\":24,\"paddingLink\":false,\"variationSelected\":true,\"rowGapDesktop\":0,\"isBlockRootParent\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-f3c0bdbf alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/advanced-heading {\"block_id\":\"ac92718f\",\"classMigrate\":true,\"headingDescToggle\":true,\"headingAlign\":\"center\",\"headingAlignMobile\":\"left\",\"subHeadingColor\":\"\",\"headSpace\":20,\"subHeadFontSize\":16,\"blockBottomPadding\":20} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-ac92718f\"><h2 class=\"uagb-heading-text\">Our Inside Pictures​</h2><p class=\"uagb-desc-text\">Take a look at some pretty pictures captured in and around our premises.</p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/container {\"block_id\":\"7924f026\",\"directionDesktop\":\"row\",\"alignItemsDesktop\":\"flex-start\",\"topMarginDesktop\":20,\"bottomMarginDesktop\":0,\"leftMarginDesktop\":0,\"rightMarginDesktop\":0,\"marginLink\":false,\"variationSelected\":true,\"rowGapMobile\":24,\"columnGapDesktop\":24,\"columnGapTablet\":20} -->\n<div class=\"wp-block-uagb-container uagb-block-7924f026\"><!-- wp:uagb/container {\"block_id\":\"05fee2ce\",\"widthDesktop\":32,\"variationSelected\":true,\"rowGapDesktop\":24,\"rowGapTablet\":20,\"rowGapMobile\":24,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-05fee2ce\"><!-- wp:uagb/image {\"block_id\":\"bd81c9c9\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/red-rose-1024x683.jpg\",\"id\":834,\"linkDestination\":\"none\",\"width\":385,\"height\":284,\"naturalWidth\":1024,\"naturalHeight\":683,\"sizeSlug\":\"large\",\"sizeSlugTablet\":\"large\",\"sizeSlugMobile\":\"large\",\"customHeightSetDesktop\":true} -->\n<div class=\"wp-block-uagb-image uagb-block-bd81c9c9 wp-block-uagb-image--layout-default wp-block-uagb-image--effect-static wp-block-uagb-image--align-none\"><figure class=\"wp-block-uagb-image__figure\"><img srcset=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/red-rose-1024x683.jpg \" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/red-rose-1024x683.jpg\" alt=\"\" class=\"uag-image-834\" width=\"385\" height=\"284\" title=\"\" loading=\"lazy\"/></figure></div>\n<!-- /wp:uagb/image -->\n\n<!-- wp:uagb/image {\"block_id\":\"e39b6738\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/49g.jpg\",\"id\":838,\"linkDestination\":\"none\",\"width\":385,\"height\":284,\"naturalWidth\":650,\"naturalHeight\":450,\"sizeSlug\":\"full\",\"sizeSlugTablet\":\"full\",\"sizeSlugMobile\":\"full\",\"customHeightSetDesktop\":true} -->\n<div class=\"wp-block-uagb-image uagb-block-e39b6738 wp-block-uagb-image--layout-default wp-block-uagb-image--effect-static wp-block-uagb-image--align-none\"><figure class=\"wp-block-uagb-image__figure\"><img srcset=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/49g.jpg \" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/49g.jpg\" alt=\"\" class=\"uag-image-838\" width=\"385\" height=\"284\" title=\"\" loading=\"lazy\"/></figure></div>\n<!-- /wp:uagb/image --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"c05e2ece\",\"widthDesktop\":67,\"variationSelected\":true,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-c05e2ece\"><!-- wp:uagb/image {\"block_id\":\"81fa5c7c\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAA39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba-1-1024x768.png\",\"id\":905,\"linkDestination\":\"none\",\"naturalWidth\":1024,\"naturalHeight\":768,\"sizeSlug\":\"large\",\"sizeSlugTablet\":\"large\",\"sizeSlugMobile\":\"large\"} -->\n<div class=\"wp-block-uagb-image uagb-block-81fa5c7c wp-block-uagb-image--layout-default wp-block-uagb-image--effect-static wp-block-uagb-image--align-none\"><figure class=\"wp-block-uagb-image__figure\"><img srcset=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAA39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba-1-1024x768.png \" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAA39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba-1-1024x768.png\" alt=\"\" class=\"uag-image-905\" width=\"\" height=\"\" title=\"\" loading=\"lazy\"/></figure></div>\n<!-- /wp:uagb/image --></div>\n<!-- /wp:uagb/container --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"bf504662\",\"directionDesktop\":\"row\",\"alignItemsDesktop\":\"flex-start\",\"topMarginDesktop\":24,\"bottomMarginDesktop\":0,\"leftMarginDesktop\":0,\"rightMarginDesktop\":0,\"topMarginTablet\":20,\"bottomMarginTablet\":0,\"leftMarginTablet\":0,\"rightMarginTablet\":0,\"topMarginMobile\":24,\"bottomMarginMobile\":0,\"leftMarginMobile\":0,\"rightMarginMobile\":0,\"marginLink\":false,\"variationSelected\":true,\"columnGapDesktop\":24,\"columnGapTablet\":20} -->\n<div class=\"wp-block-uagb-container uagb-block-bf504662\"><!-- wp:uagb/container {\"block_id\":\"5f829143\",\"widthDesktop\":67,\"variationSelected\":true,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-5f829143\"><!-- wp:image {\"id\":837,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-8-1024x678.jpg\" alt=\"\" class=\"wp-image-837\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"f1e725b0\",\"widthDesktop\":32,\"variationSelected\":true,\"rowGapDesktop\":24,\"rowGapTablet\":20,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-f1e725b0\"><!-- wp:uagb/image {\"block_id\":\"a830601b\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Blue-roan-pool-01.jpg\",\"id\":782,\"linkDestination\":\"none\",\"width\":385,\"height\":250,\"naturalWidth\":800,\"naturalHeight\":534,\"sizeSlug\":\"full\",\"sizeSlugTablet\":\"full\",\"sizeSlugMobile\":\"full\",\"customHeightSetDesktop\":true} -->\n<div class=\"wp-block-uagb-image uagb-block-a830601b wp-block-uagb-image--layout-default wp-block-uagb-image--effect-static wp-block-uagb-image--align-none\"><figure class=\"wp-block-uagb-image__figure\"><img srcset=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Blue-roan-pool-01.jpg \" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Blue-roan-pool-01.jpg\" alt=\"\" class=\"uag-image-782\" width=\"385\" height=\"250\" title=\"\" loading=\"lazy\"/></figure></div>\n<!-- /wp:uagb/image -->\n\n<!-- wp:uagb/image {\"block_id\":\"150353b2\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/bird-1024x683.jpg\",\"id\":910,\"linkDestination\":\"none\",\"width\":385,\"height\":250,\"naturalWidth\":1024,\"naturalHeight\":683,\"sizeSlug\":\"large\",\"sizeSlugTablet\":\"large\",\"sizeSlugMobile\":\"large\",\"customHeightSetDesktop\":true} -->\n<div class=\"wp-block-uagb-image uagb-block-150353b2 wp-block-uagb-image--layout-default wp-block-uagb-image--effect-static wp-block-uagb-image--align-none\"><figure class=\"wp-block-uagb-image__figure\"><img srcset=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/bird-1024x683.jpg \" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/bird-1024x683.jpg\" alt=\"\" class=\"uag-image-910\" width=\"385\" height=\"250\" title=\"\" loading=\"lazy\"/></figure></div>\n<!-- /wp:uagb/image --></div>\n<!-- /wp:uagb/container --></div>\n<!-- /wp:uagb/container --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"3412c19f\",\"backgroundType\":\"color\",\"backgroundSizeTablet\":\"cover\",\"backgroundSizeMobile\":\"cover\",\"backgroundColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"topPaddingDesktop\":40,\"bottomPaddingDesktop\":104,\"leftPaddingDesktop\":40,\"rightPaddingDesktop\":40,\"topPaddingTablet\":80,\"bottomPaddingTablet\":80,\"leftPaddingTablet\":40,\"rightPaddingTablet\":40,\"topPaddingMobile\":64,\"bottomPaddingMobile\":64,\"leftPaddingMobile\":24,\"rightPaddingMobile\":24,\"paddingLink\":false,\"variationSelected\":true,\"rowGapDesktop\":0,\"isBlockRootParent\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-3412c19f alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/advanced-heading {\"block_id\":\"b08e4e25\",\"classMigrate\":true,\"headingDescToggle\":true,\"headingAlign\":\"center\",\"headingAlignMobile\":\"left\",\"subHeadingColor\":\"\",\"headSpace\":20,\"subHeadFontSize\":16,\"blockBottomPadding\":20} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-b08e4e25\"><h2 class=\"uagb-heading-text\">What Our Guests Say​</h2><p class=\"uagb-desc-text\">We take pride in serving our guests the best experience. </p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/container {\"block_id\":\"5e4d14a0\",\"directionDesktop\":\"row\",\"topMarginDesktop\":40,\"bottomMarginDesktop\":0,\"leftMarginDesktop\":0,\"rightMarginDesktop\":0,\"marginLink\":false,\"variationSelected\":true,\"rowGapMobile\":40,\"columnGapDesktop\":90} -->\n<div class=\"wp-block-uagb-container uagb-block-5e4d14a0\"><!-- wp:uagb/container {\"block_id\":\"79290eaf\",\"widthDesktop\":50,\"variationSelected\":true,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-79290eaf\"><!-- wp:uagb/testimonial {\"test_item_count\":1,\"classMigrate\":true,\"test_block\":[{\"description\":\"\\u0022Thank you for a most enjoyable weekend stay and for making our anniversary so special.  Thank you for your kind and lovely friendship which we really appreciate!!!\\u0022​\",\"name\":\"\\u003cstrong\\u003eBrenda and Theuns\\u003c/strong\\u003e\",\"company\":\"\",\"image\":{\"id\":119,\"title\":\"testimonial1\",\"filename\":\"testimonial1.jpg\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/testimonial1.jpg\",\"link\":\"https://blueroan.netgen.cloud/testimonial1/\",\"alt\":\"\",\"author\":\"34\",\"description\":\"\",\"caption\":\"\",\"name\":\"testimonial1\",\"status\":\"inherit\",\"uploadedTo\":0,\"date\":\"2021-05-11T05:02:02.000Z\",\"modified\":\"2021-05-11T05:02:02.000Z\",\"menuOrder\":0,\"mime\":\"image/jpeg\",\"type\":\"image\",\"subtype\":\"jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/default.png\",\"dateFormatted\":\"May 11, 2021\",\"nonces\":{\"update\":\"b92fe40c3d\",\"delete\":\"643c1eb8f1\",\"edit\":\"d3e7d56b1d\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=119\\u0026action=edit\",\"meta\":false,\"authorName\":\"Rishabh\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/user-edit.php?user_id=34\",\"filesizeInBytes\":11264,\"filesizeHumanReadable\":\"11 KB\",\"context\":\"\",\"height\":250,\"width\":250,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/testimonial1-150x150.jpg\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/testimonial1.jpg\",\"height\":250,\"width\":250,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}}}],\"headingAlign\":\"left\",\"headingAlignTablet\":\"left\",\"headingAlignMobile\":\"left\",\"descColor\":\"var(\\u002d\\u002dast-global-color-3)\",\"nameFontSize\":14,\"nameLineHeight\":1,\"descFontSize\":16,\"descFontWeight\":\"600\",\"nameSpace\":1,\"block_id\":\"d90dd4c9\",\"iconImage\":{\"url\":\"\",\"alt\":\"InfoBox placeholder img\"},\"imageWidth\":32,\"columnGap\":1,\"borderStyle\":\"\",\"paddingTop\":0,\"paddingBottom\":0,\"paddingLeft\":0,\"paddingRight\":0,\"spacingLink\":true,\"imgpaddingTop\":0,\"imgpaddingRight\":15,\"imgpaddingBottom\":0,\"imgpaddingLeft\":0,\"overallBorderStyle\":\"none\",\"imgTagHeight\":32,\"imgTagWidth\":150} -->\n<div class=\"wp-block-uagb-testimonial uagb-slick-carousel uagb-tm__arrow-outside uagb-block-d90dd4c9 uagb-post__carousel_notset uagb-post__carousel_notset-tablet uagb-post__carousel_notset-mobile\"><div class=\"is-carousel uagb-tm__columns-1 uagb-tm__items\"><div class=\"uagb-testimonial__wrap  uagb-tm__imgicon-style-circle uagb-tm__image-position-bottom uagb-tm__bg-type-none \"><div class=\"uagb-tm__content\"><div class=\"uagb-tm__overlay\"></div><div class=\"uagb-tm__text-wrap\"><div class=\"uagb-tm__desc\">\"Thank you for a most enjoyable weekend stay and for making our anniversary so special.  Thank you for your kind and lovely friendship which we really appreciate!!!\"​</div><div class=\"uagb-tm__meta-inner\"><div class=\"uagb-tm__image-content\"><div class=\"uagb-tm__image\"><img class=\"uagb-tm-img-src\" src=\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/testimonial1-150x150.jpg\" alt=\"\" width=\"32\" height=\"32\" loading=\"lazy\"/></div></div><div class=\"uagb-testimonial-details\"><span class=\"uagb-tm__author-name\"><strong>Brenda and Theuns</strong></span><span class=\"uagb-tm__company\"></span></div></div></div></div></div></div></div>\n<!-- /wp:uagb/testimonial -->\n\n<!-- wp:uagb/testimonial {\"test_item_count\":1,\"classMigrate\":true,\"test_block\":[{\"description\":\"\\u0022Breaking away from city life and coming out to a most wonderful romantic weekend away.  The unit is so comfortable.  Thank you for your great hospitality - we had an awesome time here.  Go well - with love\\u0022​\",\"name\":\"\\u003cstrong\\u003e\\u003cstrong\\u003e\\u003cstrong\\u003eLiz \\u0026amp; Eddie\\u003c/strong\\u003e\\u003c/strong\\u003e\\u003c/strong\\u003e\",\"company\":\"\",\"image\":{\"id\":122,\"title\":\"testimonial4\",\"filename\":\"testimonial4.jpg\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/testimonial4.jpg\",\"link\":\"https://blueroan.netgen.cloud/testimonial4/\",\"alt\":\"\",\"author\":\"34\",\"description\":\"\",\"caption\":\"\",\"name\":\"testimonial4\",\"status\":\"inherit\",\"uploadedTo\":0,\"date\":\"2021-05-11T05:02:06.000Z\",\"modified\":\"2021-05-11T05:02:06.000Z\",\"menuOrder\":0,\"mime\":\"image/jpeg\",\"type\":\"image\",\"subtype\":\"jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/default.png\",\"dateFormatted\":\"May 11, 2021\",\"nonces\":{\"update\":\"4e34860add\",\"delete\":\"9e126a55cd\",\"edit\":\"33ffd3c040\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=122\\u0026action=edit\",\"meta\":false,\"authorName\":\"Rishabh\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/user-edit.php?user_id=34\",\"filesizeInBytes\":16584,\"filesizeHumanReadable\":\"16 KB\",\"context\":\"\",\"height\":250,\"width\":250,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/testimonial4-150x150.jpg\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/testimonial4.jpg\",\"height\":250,\"width\":250,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}}}],\"headingAlign\":\"left\",\"headingAlignTablet\":\"left\",\"headingAlignMobile\":\"left\",\"descColor\":\"var(\\u002d\\u002dast-global-color-3)\",\"nameFontSize\":14,\"nameLineHeight\":1,\"descFontSize\":16,\"descFontWeight\":\"600\",\"nameSpace\":1,\"block_id\":\"33ff9087\",\"iconImage\":{\"url\":\"\",\"alt\":\"InfoBox placeholder img\"},\"imageWidth\":32,\"columnGap\":1,\"borderStyle\":\"\",\"paddingTop\":0,\"paddingBottom\":0,\"paddingLeft\":0,\"paddingRight\":0,\"spacingLink\":true,\"imgpaddingTop\":0,\"imgpaddingRight\":15,\"imgpaddingBottom\":0,\"imgpaddingLeft\":0,\"overallBorderStyle\":\"none\",\"imgTagHeight\":32,\"imgTagWidth\":150} -->\n<div class=\"wp-block-uagb-testimonial uagb-slick-carousel uagb-tm__arrow-outside uagb-block-33ff9087 uagb-post__carousel_notset uagb-post__carousel_notset-tablet uagb-post__carousel_notset-mobile\"><div class=\"is-carousel uagb-tm__columns-1 uagb-tm__items\"><div class=\"uagb-testimonial__wrap  uagb-tm__imgicon-style-circle uagb-tm__image-position-bottom uagb-tm__bg-type-none \"><div class=\"uagb-tm__content\"><div class=\"uagb-tm__overlay\"></div><div class=\"uagb-tm__text-wrap\"><div class=\"uagb-tm__desc\">\"Breaking away from city life and coming out to a most wonderful romantic weekend away.  The unit is so comfortable.  Thank you for your great hospitality - we had an awesome time here.  Go well - with love\"​</div><div class=\"uagb-tm__meta-inner\"><div class=\"uagb-tm__image-content\"><div class=\"uagb-tm__image\"><img class=\"uagb-tm-img-src\" src=\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/testimonial4-150x150.jpg\" alt=\"\" width=\"32\" height=\"32\" loading=\"lazy\"/></div></div><div class=\"uagb-testimonial-details\"><span class=\"uagb-tm__author-name\"><strong><strong><strong>Liz &amp; Eddie</strong></strong></strong></span><span class=\"uagb-tm__company\"></span></div></div></div></div></div></div></div>\n<!-- /wp:uagb/testimonial --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"14e7e4e7\",\"widthDesktop\":50,\"variationSelected\":true,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-14e7e4e7\"><!-- wp:uagb/testimonial {\"test_item_count\":1,\"classMigrate\":true,\"test_block\":[{\"description\":\"\\u0022Judy, what a wonderful place you have here - we were so delighted to spend the weekend here, so tranquil, peaceful, and beautiful. You made us feel right at home. Definitely a place worth 5 stars! Go well.\\u0022​\",\"name\":\"\\u003cstrong\\u003e\\u003cstrong\\u003eBrian\\u003c/strong\\u003e\\u003c/strong\\u003e \\u003cstrong\\u003e\\u003cstrong\\u003e\\u003cstrong\\u003eand \\u003cstrong\\u003eMariska\\u003c/strong\\u003e\\u003c/strong\\u003e\\u003cbr\\u003e\\u003c/strong\\u003e\\u003c/strong\\u003e\",\"company\":\"\",\"image\":{\"id\":120,\"title\":\"testimonial2\",\"filename\":\"testimonial2.jpg\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/testimonial2.jpg\",\"link\":\"https://blueroan.netgen.cloud/testimonial2/\",\"alt\":\"\",\"author\":\"34\",\"description\":\"\",\"caption\":\"\",\"name\":\"testimonial2\",\"status\":\"inherit\",\"uploadedTo\":0,\"date\":\"2021-05-11T05:02:03.000Z\",\"modified\":\"2021-05-11T05:02:03.000Z\",\"menuOrder\":0,\"mime\":\"image/jpeg\",\"type\":\"image\",\"subtype\":\"jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/default.png\",\"dateFormatted\":\"May 11, 2021\",\"nonces\":{\"update\":\"1ee6412858\",\"delete\":\"4414a2ccbf\",\"edit\":\"bde7b1f490\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=120\\u0026action=edit\",\"meta\":false,\"authorName\":\"Rishabh\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/user-edit.php?user_id=34\",\"filesizeInBytes\":10087,\"filesizeHumanReadable\":\"10 KB\",\"context\":\"\",\"height\":250,\"width\":250,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/testimonial2-150x150.jpg\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/testimonial2.jpg\",\"height\":250,\"width\":250,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}}}],\"headingAlign\":\"left\",\"headingAlignTablet\":\"left\",\"headingAlignMobile\":\"left\",\"descColor\":\"var(\\u002d\\u002dast-global-color-3)\",\"nameFontSize\":14,\"nameLineHeight\":1,\"descFontSize\":16,\"descFontWeight\":\"600\",\"nameSpace\":1,\"block_id\":\"e0218e52\",\"iconImage\":{\"url\":\"\",\"alt\":\"InfoBox placeholder img\"},\"imageWidth\":32,\"columnGap\":1,\"borderStyle\":\"\",\"paddingTop\":0,\"paddingBottom\":0,\"paddingLeft\":0,\"paddingRight\":0,\"spacingLink\":true,\"imgpaddingTop\":0,\"imgpaddingRight\":15,\"imgpaddingBottom\":0,\"imgpaddingLeft\":0,\"overallBorderStyle\":\"none\",\"imgTagHeight\":32,\"imgTagWidth\":150} -->\n<div class=\"wp-block-uagb-testimonial uagb-slick-carousel uagb-tm__arrow-outside uagb-block-e0218e52 uagb-post__carousel_notset uagb-post__carousel_notset-tablet uagb-post__carousel_notset-mobile\"><div class=\"is-carousel uagb-tm__columns-1 uagb-tm__items\"><div class=\"uagb-testimonial__wrap  uagb-tm__imgicon-style-circle uagb-tm__image-position-bottom uagb-tm__bg-type-none \"><div class=\"uagb-tm__content\"><div class=\"uagb-tm__overlay\"></div><div class=\"uagb-tm__text-wrap\"><div class=\"uagb-tm__desc\">\"Judy, what a wonderful place you have here - we were so delighted to spend the weekend here, so tranquil, peaceful, and beautiful. You made us feel right at home. Definitely a place worth 5 stars! Go well.\"​</div><div class=\"uagb-tm__meta-inner\"><div class=\"uagb-tm__image-content\"><div class=\"uagb-tm__image\"><img class=\"uagb-tm-img-src\" src=\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/testimonial2-150x150.jpg\" alt=\"\" width=\"32\" height=\"32\" loading=\"lazy\"/></div></div><div class=\"uagb-testimonial-details\"><span class=\"uagb-tm__author-name\"><strong><strong>Brian</strong></strong> <strong><strong><strong>and <strong>Mariska</strong></strong><br></strong></strong></span><span class=\"uagb-tm__company\"></span></div></div></div></div></div></div></div>\n<!-- /wp:uagb/testimonial -->\n\n<!-- wp:uagb/testimonial {\"test_item_count\":1,\"classMigrate\":true,\"test_block\":[{\"description\":\"\\u0022Thank you for the most wonderful time, Judy!  This was the most peaceful and perfect place to get engaged!  We will most certainly be back!!!  Your hospitality cannot be topped!\\u0022​\",\"name\":\"\\u003cstrong\\u003e\\u003cstrong\\u003e\\u003cstrong\\u003e\\u003cstrong\\u003eBrett and Kelly\\u003c/strong\\u003e\\u003c/strong\\u003e\\u003c/strong\\u003e\\u003c/strong\\u003e\",\"company\":\"\",\"image\":{\"id\":121,\"title\":\"testimonial3\",\"filename\":\"testimonial3.jpg\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/testimonial3.jpg\",\"link\":\"https://blueroan.netgen.cloud/testimonial3/\",\"alt\":\"\",\"author\":\"34\",\"description\":\"\",\"caption\":\"\",\"name\":\"testimonial3\",\"status\":\"inherit\",\"uploadedTo\":0,\"date\":\"2021-05-11T05:02:05.000Z\",\"modified\":\"2021-05-11T05:02:05.000Z\",\"menuOrder\":0,\"mime\":\"image/jpeg\",\"type\":\"image\",\"subtype\":\"jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/default.png\",\"dateFormatted\":\"May 11, 2021\",\"nonces\":{\"update\":\"290653da5d\",\"delete\":\"90a4fb2d63\",\"edit\":\"ff8a64e56e\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=121\\u0026action=edit\",\"meta\":false,\"authorName\":\"Rishabh\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/user-edit.php?user_id=34\",\"filesizeInBytes\":8748,\"filesizeHumanReadable\":\"9 KB\",\"context\":\"\",\"height\":250,\"width\":250,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/testimonial3-150x150.jpg\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/testimonial3.jpg\",\"height\":250,\"width\":250,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}}}],\"headingAlign\":\"left\",\"headingAlignTablet\":\"left\",\"headingAlignMobile\":\"left\",\"descColor\":\"var(\\u002d\\u002dast-global-color-3)\",\"nameFontSize\":14,\"nameLineHeight\":1,\"descFontSize\":16,\"descFontWeight\":\"600\",\"nameSpace\":1,\"block_id\":\"541b7484\",\"iconImage\":{\"url\":\"\",\"alt\":\"InfoBox placeholder img\"},\"imageWidth\":32,\"columnGap\":1,\"borderStyle\":\"\",\"paddingTop\":0,\"paddingBottom\":0,\"paddingLeft\":0,\"paddingRight\":0,\"spacingLink\":true,\"imgpaddingTop\":0,\"imgpaddingRight\":15,\"imgpaddingBottom\":0,\"imgpaddingLeft\":0,\"overallBorderStyle\":\"none\",\"imgTagHeight\":32,\"imgTagWidth\":150} -->\n<div class=\"wp-block-uagb-testimonial uagb-slick-carousel uagb-tm__arrow-outside uagb-block-541b7484 uagb-post__carousel_notset uagb-post__carousel_notset-tablet uagb-post__carousel_notset-mobile\"><div class=\"is-carousel uagb-tm__columns-1 uagb-tm__items\"><div class=\"uagb-testimonial__wrap  uagb-tm__imgicon-style-circle uagb-tm__image-position-bottom uagb-tm__bg-type-none \"><div class=\"uagb-tm__content\"><div class=\"uagb-tm__overlay\"></div><div class=\"uagb-tm__text-wrap\"><div class=\"uagb-tm__desc\">\"Thank you for the most wonderful time, Judy!  This was the most peaceful and perfect place to get engaged!  We will most certainly be back!!!  Your hospitality cannot be topped!\"​</div><div class=\"uagb-tm__meta-inner\"><div class=\"uagb-tm__image-content\"><div class=\"uagb-tm__image\"><img class=\"uagb-tm-img-src\" src=\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/testimonial3-150x150.jpg\" alt=\"\" width=\"32\" height=\"32\" loading=\"lazy\"/></div></div><div class=\"uagb-testimonial-details\"><span class=\"uagb-tm__author-name\"><strong><strong><strong><strong>Brett and Kelly</strong></strong></strong></strong></span><span class=\"uagb-tm__company\"></span></div></div></div></div></div></div></div>\n<!-- /wp:uagb/testimonial --></div>\n<!-- /wp:uagb/container --></div>\n<!-- /wp:uagb/container --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"2f60ad82\",\"innerContentCustomWidthDesktop\":781,\"innerContentCustomWidthTablet\":781,\"backgroundType\":\"image\",\"backgroundImageDesktop\":{\"id\":809,\"title\":\"26759994757_767d9794fd_b\",\"filename\":\"26759994757_767d9794fd_b.jpg\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/26759994757_767d9794fd_b.jpg\",\"link\":\"https://blueroan.netgen.cloud/?attachment_id=809\",\"alt\":\"\",\"author\":\"2\",\"description\":\"\",\"caption\":\"\",\"name\":\"26759994757_767d9794fd_b\",\"status\":\"inherit\",\"uploadedTo\":805,\"date\":\"2022-12-13T09:51:53.000Z\",\"modified\":\"2022-12-13T09:51:53.000Z\",\"menuOrder\":0,\"mime\":\"image/jpeg\",\"type\":\"image\",\"subtype\":\"jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-includes/images/media/default.png\",\"dateFormatted\":\"December 13, 2022\",\"nonces\":{\"update\":\"39b5c0eef1\",\"delete\":\"fde92abd83\",\"edit\":\"3923face9e\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=809\\u0026action=edit\",\"meta\":false,\"authorName\":\"Netgen Support\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/profile.php\",\"uploadedToTitle\":\"Magaliesburg\",\"uploadedToLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=805\\u0026action=edit\",\"filesizeInBytes\":143610,\"filesizeHumanReadable\":\"140 KB\",\"context\":\"\",\"height\":683,\"width\":1024,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/26759994757_767d9794fd_b-150x150.jpg\",\"orientation\":\"landscape\"},\"medium\":{\"height\":200,\"width\":300,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/26759994757_767d9794fd_b-300x200.jpg\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/26759994757_767d9794fd_b.jpg\",\"height\":683,\"width\":1024,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"backgroundImageColor\":\"rgba(42,42,42,0.65)\",\"topPaddingDesktop\":144,\"bottomPaddingDesktop\":144,\"leftPaddingDesktop\":40,\"rightPaddingDesktop\":40,\"topPaddingTablet\":80,\"bottomPaddingTablet\":80,\"leftPaddingTablet\":40,\"rightPaddingTablet\":40,\"topPaddingMobile\":64,\"bottomPaddingMobile\":64,\"leftPaddingMobile\":24,\"rightPaddingMobile\":24,\"paddingLink\":false,\"variationSelected\":true,\"isBlockRootParent\":true,\"overlayType\":\"color\"} -->\n<div class=\"wp-block-uagb-container uagb-block-2f60ad82 alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/advanced-heading {\"block_id\":\"226e29da\",\"classMigrate\":true,\"headingDescToggle\":true,\"headingAlign\":\"center\",\"headingColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"subHeadingColor\":\"var(\\u002d\\u002dast-global-color-4)\",\"headSpace\":20} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-226e29da\"><h2 class=\"uagb-heading-text\">Plan an Unforgettable Experience at <br>Blue Roan!</h2><p class=\"uagb-desc-text\">Blue Roan is a 3-star graded pet-friendly venue</p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/advanced-heading {\"block_id\":\"66b9987e\",\"classMigrate\":true,\"headingTitleToggle\":false,\"headingDescToggle\":true,\"headingAlign\":\"center\",\"subHeadingColor\":\"var(\\u002d\\u002dast-global-color-4)\",\"subHeadTransform\":\"uppercase\",\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"subHeadLetterSpacing\":2,\"blockTopPadding\":60,\"blockRightPadding\":0,\"blockLeftPadding\":0,\"blockBottomPadding\":0,\"blockTopPaddingMobile\":30,\"blockRightPaddingMobile\":0,\"blockLeftPaddingMobile\":0,\"blockBottomPaddingMobile\":0,\"linkColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"linkHColor\":\"var(\\u002d\\u002dast-global-color-0)\"} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-66b9987e\"><p class=\"uagb-desc-text\"><a href=\"https://book.nightsbridge.com/11065\" target=\"_blank\" rel=\"noreferrer noopener\">BOOK YOUR STAY NOW​</a></p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/icon-list {\"block_id\":\"113d1ef6\",\"classMigrate\":true,\"childMigrate\":true,\"align\":\"center\",\"parentIcon\":\"phone\",\"size\":40,\"sizeMobile\":24,\"sizeTablet\":32,\"fontSize\":48,\"fontSizeMobile\":28,\"fontSizeTablet\":40,\"fontWeight\":\"600\",\"iconColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"labelColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"blockTopPadding\":0,\"blockRightPadding\":0,\"blockLeftPadding\":0,\"blockBottomPadding\":24,\"blockPaddingLink\":false} -->\n<div class=\"wp-block-uagb-icon-list uagb-block-113d1ef6\"><div class=\"uagb-icon-list__wrap\"><!-- wp:uagb/icon-list-child {\"block_id\":\"a137da1d\",\"label\":\" + 27 (0) 82 575 5409\",\"label_color\":\"\",\"link\":\"tel:+27825755409\",\"disableLink\":true,\"fromParentIcon\":\"phone\",\"imageSizeChild\":40} -->\n<div class=\"wp-block-uagb-icon-list-child uagb-block-a137da1d\"><a target=\"_self\" aria-label=\" + 27 (0) 82 575 5409\" rel=\"noopener noreferrer\" href=\"tel:+27825755409\"> </a><span class=\"uagb-icon-list__source-wrap\"><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M511.2 387l-23.25 100.8c-3.266 14.25-15.79 24.22-30.46 24.22C205.2 512 0 306.8 0 54.5c0-14.66 9.969-27.2 24.22-30.45l100.8-23.25C139.7-2.602 154.7 5.018 160.8 18.92l46.52 108.5c5.438 12.78 1.77 27.67-8.98 36.45L144.5 207.1c33.98 69.22 90.26 125.5 159.5 159.5l44.08-53.8c8.688-10.78 23.69-14.51 36.47-8.975l108.5 46.51C506.1 357.2 514.6 372.4 511.2 387z\"></path></svg></span><span class=\"uagb-icon-list__label\"> + 27 (0) 82 575 5409</span></div>\n<!-- /wp:uagb/icon-list-child -->\n\n<!-- wp:uagb/icon-list-child {\"block_id\":\"96f5d59d\",\"label\":\"blueroan@ugo.co.za\",\"icon\":\"envelope\",\"label_color\":\"\",\"link\":\"mailto:blueroan@ugo.co.za\",\"disableLink\":true,\"fromParentIcon\":\"phone\",\"imageSizeChild\":40} -->\n<div class=\"wp-block-uagb-icon-list-child uagb-block-96f5d59d\"><a target=\"_self\" aria-label=\"blueroan@ugo.co.za\" rel=\"noopener noreferrer\" href=\"mailto:blueroan@ugo.co.za\"> </a><span class=\"uagb-icon-list__source-wrap\"><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M464 64C490.5 64 512 85.49 512 112C512 127.1 504.9 141.3 492.8 150.4L275.2 313.6C263.8 322.1 248.2 322.1 236.8 313.6L19.2 150.4C7.113 141.3 0 127.1 0 112C0 85.49 21.49 64 48 64H464zM217.6 339.2C240.4 356.3 271.6 356.3 294.4 339.2L512 176V384C512 419.3 483.3 448 448 448H64C28.65 448 0 419.3 0 384V176L217.6 339.2z\"></path></svg></span><span class=\"uagb-icon-list__label\">blueroan@ugo.co.za</span></div>\n<!-- /wp:uagb/icon-list-child --></div></div>\n<!-- /wp:uagb/icon-list --></div></div>\n<!-- /wp:uagb/container -->',	'Home',	'',	'inherit',	'closed',	'closed',	'',	'760-revision-v1',	'',	'',	'2022-12-21 11:59:13',	'2022-12-21 11:59:13',	'',	760,	'https://blueroan.netgen.cloud/?p=1389',	0,	'revision',	'',	0),
(1391,	2,	'2022-12-22 07:11:47',	'2022-12-22 07:11:47',	'<!-- wp:uagb/container {\"block_id\":\"a7a2d00e\",\"minHeightDesktop\":95,\"minHeightTablet\":70,\"minHeightMobile\":80,\"minHeightType\":\"vh\",\"alignItemsDesktop\":\"flex-start\",\"backgroundType\":\"image\",\"backgroundImageDesktop\":{\"uploading\":false,\"date\":1670921854000,\"filename\":\"Blue-Roan-pool.jpg\",\"menuOrder\":0,\"uploadedTo\":760,\"type\":\"image\",\"subtype\":\"jpeg\",\"id\":784,\"title\":\"Blue Roan - pool\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Blue-Roan-pool.jpg\",\"link\":\"https://blueroan.netgen.cloud/home/blue-roan-pool/\",\"alt\":\"\",\"author\":\"2\",\"description\":\"\",\"caption\":\"\",\"name\":\"blue-roan-pool\",\"status\":\"inherit\",\"modified\":1670921854000,\"mime\":\"image/jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-includes/images/media/default.png\",\"dateFormatted\":\"December 13, 2022\",\"nonces\":{\"update\":\"51a12ed09e\",\"delete\":\"5174068551\",\"edit\":\"1de0721407\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=784\\u0026action=edit\",\"meta\":false,\"authorName\":\"Netgen Support\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/profile.php\",\"uploadedToTitle\":\"Home\",\"uploadedToLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=760\\u0026action=edit\",\"filesizeInBytes\":154801,\"filesizeHumanReadable\":\"151 KB\",\"context\":\"\",\"height\":667,\"width\":1000,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Blue-Roan-pool-150x150.jpg\",\"orientation\":\"landscape\"},\"medium\":{\"height\":200,\"width\":300,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Blue-Roan-pool-300x200.jpg\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Blue-Roan-pool.jpg\",\"height\":667,\"width\":1000,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"backgroundPositionDesktop\":{\"x\":0.5,\"y\":0.25},\"backgroundImageColor\":\"rgba(42,42,42,0.35)\",\"topPaddingDesktop\":0,\"bottomPaddingDesktop\":0,\"leftPaddingDesktop\":40,\"rightPaddingDesktop\":40,\"topPaddingTablet\":120,\"bottomPaddingTablet\":120,\"leftPaddingTablet\":40,\"rightPaddingTablet\":40,\"topPaddingMobile\":150,\"bottomPaddingMobile\":150,\"leftPaddingMobile\":20,\"rightPaddingMobile\":20,\"paddingLink\":false,\"variationSelected\":true,\"isBlockRootParent\":true,\"overlayType\":\"color\",\"minHeightTypeTablet\":\"vh\",\"minHeightTypeMobile\":\"vh\"} -->\n<div class=\"wp-block-uagb-container uagb-block-a7a2d00e alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:group {\"layout\":{\"inherit\":true}} -->\n<div class=\"wp-block-group\"><!-- wp:uagb/info-box {\"classMigrate\":true,\"headingAlign\":\"left\",\"headingColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"subHeadingColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"headingTag\":\"h1\",\"subHeadFontSize\":17,\"subHeadFontSizeMobile\":15,\"headSpace\":20,\"subHeadSpace\":40,\"block_id\":\"814e588f\",\"ctaIcon\":\"\",\"ctaText\":\"Book Your Stay Now\",\"ctaLink\":\"https://book.nightsbridge.com/11065\",\"ctaBtnLinkColor\":\"var(\\u002d\\u002dast-global-color-2)\",\"ctaLinkHoverColor\":\"var(\\u002d\\u002dast-global-color-2)\",\"ctaBgColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"ctaBgHoverColor\":\"var(\\u002d\\u002dast-global-color-4)\",\"ctaBorderColor\":\"\",\"ctaBorderStyle\":\"\",\"ctaBorderWidth\":\"\",\"ctaBorderRadius\":\"\",\"iconImage\":{\"url\":\"\",\"alt\":\"InfoBox placeholder img\"},\"showIcon\":false,\"paddingBtnTop\":18,\"paddingBtnBottom\":18,\"paddingBtnLeft\":34,\"paddingBtnRight\":34,\"blockTopPadding\":5,\"blockRightPadding\":40,\"blockLeftPadding\":0,\"blockBottomPadding\":0,\"blockTopPaddingTablet\":0,\"blockRightPaddingTablet\":64,\"blockLeftPaddingTablet\":0,\"blockBottomPaddingTablet\":0,\"blockTopPaddingMobile\":0,\"blockRightPaddingMobile\":0,\"blockLeftPaddingMobile\":0,\"blockBottomPaddingMobile\":0,\"blockPaddingUnit\":\"%\",\"blockPaddingLink\":false,\"subHeadMarginTopTablet\":0,\"subHeadMarginRightTablet\":64,\"subHeadTabletSpace\":40,\"subHeadMarginLeftTablet\":0,\"subHeadMarginTopMobile\":0,\"subHeadMarginRightMobile\":0,\"subHeadMobileSpace\":40,\"subHeadMarginLeftMobile\":0,\"btnBorderTopWidth\":1,\"btnBorderLeftWidth\":1,\"btnBorderRightWidth\":1,\"btnBorderBottomWidth\":1,\"btnBorderTopLeftRadius\":0,\"btnBorderTopRightRadius\":0,\"btnBorderBottomLeftRadius\":0,\"btnBorderBottomRightRadius\":0,\"btnBorderStyle\":\"none\",\"btnBorderColor\":\"#333\"} -->\n<div class=\"wp-block-uagb-info-box uagb-block-814e588f uagb-infobox__content-wrap  uagb-infobox-icon-above-title uagb-infobox-image-valign-top\"><div class=\"uagb-ifb-content\"><div class=\"uagb-ifb-title-wrap\"><h1 class=\"uagb-ifb-title\">Magaliesburg pet friendly self-catering accommodation</h1></div><p class=\"uagb-ifb-desc\">Romantic pet-friendly self-catering accommodation in Magaliesburg, Gauteng.</p></div></div>\n<!-- /wp:uagb/info-box --></div>\n<!-- /wp:group -->\n\n<!-- wp:buttons {\"layout\":{\"type\":\"flex\",\"justifyContent\":\"left\",\"orientation\":\"horizontal\"},\"style\":{\"spacing\":{\"blockGap\":\"var:preset|spacing|50\"}}} -->\n<div class=\"wp-block-buttons\"><!-- wp:button {\"backgroundColor\":\"ast-global-color-5\",\"textColor\":\"ast-global-color-2\",\"width\":25,\"style\":{\"spacing\":{\"padding\":{\"top\":\"var:preset|spacing|50\",\"right\":\"var:preset|spacing|30\",\"bottom\":\"var:preset|spacing|50\",\"left\":\"var:preset|spacing|30\"}}},\"className\":\"is-style-fill\"} -->\n<div class=\"wp-block-button has-custom-width wp-block-button__width-25 is-style-fill\" id=\"https://book.nightsbridge.com/11065\"><a class=\"wp-block-button__link has-ast-global-color-2-color has-ast-global-color-5-background-color has-text-color has-background wp-element-button\" href=\"https://book.nightsbridge.com/11065\" style=\"padding-top:var(--wp--preset--spacing--50);padding-right:var(--wp--preset--spacing--30);padding-bottom:var(--wp--preset--spacing--50);padding-left:var(--wp--preset--spacing--30)\" rel=\"https://book.nightsbridge.com/11065\">book your stay now</a></div>\n<!-- /wp:button -->\n\n<!-- wp:button {\"backgroundColor\":\"ast-global-color-5\",\"textColor\":\"ast-global-color-2\",\"width\":25,\"style\":{\"spacing\":{\"padding\":{\"top\":\"var:preset|spacing|50\",\"right\":\"var:preset|spacing|30\",\"bottom\":\"var:preset|spacing|50\",\"left\":\"var:preset|spacing|30\"}}},\"className\":\"is-style-fill\",\"UAGDisplayConditions\":\"userstate\"} -->\n<div class=\"wp-block-button has-custom-width wp-block-button__width-25 is-style-fill\" id=\"https://book.nightsbridge.com/11065\"><a class=\"wp-block-button__link has-ast-global-color-2-color has-ast-global-color-5-background-color has-text-color has-background wp-element-button\" href=\"https://book.nightsbridge.com/11065\" style=\"padding-top:var(--wp--preset--spacing--50);padding-right:var(--wp--preset--spacing--30);padding-bottom:var(--wp--preset--spacing--50);padding-left:var(--wp--preset--spacing--30)\" target=\"_blank\" rel=\"https://book.nightsbridge.com/11065 noopener\">Check availability</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"e3328049\",\"directionDesktop\":\"row\",\"directionMobile\":\"column-reverse\",\"alignItemsDesktop\":\"flex-start\",\"backgroundType\":\"color\",\"backgroundSizeTablet\":\"cover\",\"backgroundSizeMobile\":\"cover\",\"backgroundColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"topPaddingDesktop\":60,\"bottomPaddingDesktop\":60,\"topPaddingTablet\":80,\"bottomPaddingTablet\":80,\"leftPaddingTablet\":40,\"rightPaddingTablet\":40,\"topPaddingMobile\":64,\"bottomPaddingMobile\":64,\"leftPaddingMobile\":24,\"rightPaddingMobile\":24,\"paddingLink\":false,\"variationSelected\":true,\"columnGapDesktop\":60,\"columnGapTablet\":50,\"isBlockRootParent\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-e3328049 alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/container {\"block_id\":\"d4430a5d\",\"widthDesktop\":50,\"variationSelected\":true,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-d4430a5d\"><!-- wp:image {\"id\":797,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-13.jpg\" alt=\"\" class=\"wp-image-797\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>We have 7 lovely brick&nbsp;<strong>self-catering</strong>&nbsp;units, each one private and with its own character and theme. &nbsp;They are designed exclusively for couples with or without pets wanting a romantic and peaceful place to connect, re-connect, celebrate special occasions, or somewhere quiet and comfortable to come for a holiday</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:buttons -->\n<div class=\"wp-block-buttons\"><!-- wp:button -->\n<div class=\"wp-block-button\"><a class=\"wp-block-button__link wp-element-button\" href=\"/accommodation/\">View accomodation</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"d53c33c7\",\"widthDesktop\":50,\"leftPaddingDesktop\":0,\"paddingLink\":false,\"variationSelected\":true,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-d53c33c7\"><!-- wp:uagb/advanced-heading {\"block_id\":\"712f4363\",\"classMigrate\":true,\"headingDescToggle\":true,\"subHeadingColor\":\"\",\"headSpace\":20,\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-712f4363\"><h2 class=\"uagb-heading-text\"><strong>Blue Roan is a 3-star graded pet-friendly venue</strong></h2><p class=\"uagb-desc-text\">Our goal is to provide high-quality, romantic, comfortable, and affordable self-catering accommodation on the outskirts of the village of &nbsp;Magaliesburg. &nbsp;For animal lovers, we are also&nbsp;pet-friendly&nbsp;by arrangement in most of the units all of which have their own fully fenced and gated private grassy gardens.</p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/image {\"block_id\":\"91644c00\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/hammock-in-the-garden.jpg\",\"align\":\"left\",\"id\":799,\"linkDestination\":\"none\",\"naturalWidth\":600,\"naturalHeight\":400,\"sizeSlug\":\"full\",\"sizeSlugTablet\":\"full\",\"sizeSlugMobile\":\"full\",\"imageTopMargin\":20,\"imageRightMargin\":0,\"imageLeftMargin\":0,\"imageBottomMargin\":0,\"imageTopMarginMobile\":0,\"imageRightMarginMobile\":0,\"imageLeftMarginMobile\":0,\"imageBottomMarginMobile\":0,\"imageMarginLink\":false} -->\n<div class=\"wp-block-uagb-image uagb-block-91644c00 wp-block-uagb-image--layout-default wp-block-uagb-image--effect-static wp-block-uagb-image--align-left\"><figure class=\"wp-block-uagb-image__figure\"><img srcset=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/hammock-in-the-garden.jpg \" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/hammock-in-the-garden.jpg\" alt=\"\" class=\"uag-image-799\" width=\"\" height=\"\" title=\"\" loading=\"lazy\"/></figure></div>\n<!-- /wp:uagb/image --></div>\n<!-- /wp:uagb/container --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"28f895cf\",\"directionDesktop\":\"row\",\"directionMobile\":\"column-reverse\",\"alignItemsDesktop\":\"flex-start\",\"backgroundType\":\"color\",\"backgroundSizeTablet\":\"cover\",\"backgroundSizeMobile\":\"cover\",\"backgroundColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"topPaddingDesktop\":0,\"bottomPaddingDesktop\":0,\"topPaddingTablet\":80,\"bottomPaddingTablet\":80,\"leftPaddingTablet\":40,\"rightPaddingTablet\":40,\"topPaddingMobile\":64,\"bottomPaddingMobile\":64,\"leftPaddingMobile\":24,\"rightPaddingMobile\":24,\"paddingLink\":false,\"variationSelected\":true,\"rowGapDesktop\":0,\"columnGapDesktop\":0,\"columnGapTablet\":50,\"isBlockRootParent\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-28f895cf alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:image {\"align\":\"center\",\"id\":1344,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image aligncenter size-large\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/tgcsa-full-3-stars-1024x366.jpg\" alt=\"\" class=\"wp-image-1344\"/></figure>\n<!-- /wp:image --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"34767a07\",\"backgroundType\":\"color\",\"backgroundSizeTablet\":\"cover\",\"backgroundSizeMobile\":\"cover\",\"backgroundColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"topPaddingDesktop\":50,\"bottomPaddingDesktop\":100,\"topPaddingTablet\":50,\"bottomPaddingTablet\":25,\"leftPaddingTablet\":20,\"rightPaddingTablet\":20,\"topPaddingMobile\":50,\"bottomPaddingMobile\":20,\"leftPaddingMobile\":20,\"rightPaddingMobile\":20,\"paddingLink\":false,\"variationSelected\":true,\"rowGapDesktop\":0,\"isBlockRootParent\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-34767a07 alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/container {\"block_id\":\"ca17f43f\",\"directionDesktop\":\"row\",\"alignItemsDesktop\":\"flex-end\",\"alignItemsTablet\":\"flex-end\",\"justifyContentDesktop\":\"flex-end\",\"justifyContentTablet\":\"space-between\",\"variationSelected\":true,\"rowGapMobile\":30,\"columnGapDesktop\":0} -->\n<div class=\"wp-block-uagb-container uagb-block-ca17f43f\"><!-- wp:uagb/advanced-heading {\"block_id\":\"dfa8612a\",\"classMigrate\":true,\"headingDescToggle\":true,\"subHeadingColor\":\"\",\"headSpace\":20,\"subHeadFontSize\":16} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-dfa8612a\"><h2 class=\"uagb-heading-text\">Amenities &amp; Interests ​</h2><p class=\"uagb-desc-text\">The Blue Roan Country Lodge is situated just 5 minutes from the village of Magaliesburg on a tar road so easy access for all cars. &nbsp;We have panoramic views of the Magaliesberg mountain range and our farm is the perfect place for a relaxing getaway in the country. &nbsp;As we are only 70 km from JHB and Pretoria, it is only an hour’s drive.</p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/buttons {\"block_id\":\"0da7bdd8\",\"classMigrate\":true,\"childMigrate\":true,\"align\":\"right\",\"alignTablet\":\"right\",\"alignMobile\":\"left\",\"gap\":0} -->\n<div class=\"wp-block-uagb-buttons uagb-buttons__outer-wrap uagb-btn__default-btn uagb-btn-tablet__default-btn uagb-btn-mobile__default-btn uagb-block-0da7bdd8\"><div class=\"uagb-buttons__wrap uagb-buttons-layout-wrap\"><!-- wp:uagb/buttons-child {\"block_id\":\"a6e42a0a\",\"label\":\"View All\",\"link\":\"/amenities/\",\"hColor\":\"\",\"borderWidth\":\"\",\"borderRadius\":\"\",\"borderStyle\":\"\",\"borderColor\":\"\",\"borderHColor\":\"\",\"btnBorderTopWidth\":1,\"btnBorderLeftWidth\":1,\"btnBorderRightWidth\":1,\"btnBorderBottomWidth\":1,\"btnBorderTopLeftRadius\":2,\"btnBorderTopRightRadius\":2,\"btnBorderBottomLeftRadius\":2,\"btnBorderBottomRightRadius\":2,\"btnBorderStyle\":\"solid\",\"btnBorderColor\":\"#333\",\"btnBorderHColor\":\"#333\"} -->\n<div class=\"wp-block-uagb-buttons-child uagb-buttons__outer-wrap uagb-block-a6e42a0a wp-block-button is-style-outline\"><div class=\"uagb-button__wrapper\"><a class=\"uagb-buttons-repeater wp-block-button__link\" href=\"/amenities/\" rel=\"follow noopener\" target=\"_self\"><div class=\"uagb-button__link\">View All</div></a></div></div>\n<!-- /wp:uagb/buttons-child --></div></div>\n<!-- /wp:uagb/buttons --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"c84d8e68\",\"directionDesktop\":\"row\",\"alignItemsTablet\":\"flex-start\",\"paddingLink\":false,\"topMarginDesktop\":50,\"bottomMarginDesktop\":20,\"leftMarginDesktop\":0,\"rightMarginDesktop\":0,\"marginLink\":false,\"variationSelected\":true,\"rowGapMobile\":65,\"columnGapDesktop\":48,\"columnGapTablet\":20} -->\n<div class=\"wp-block-uagb-container uagb-block-c84d8e68\"><!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"align\":\"center\",\"id\":828,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image aligncenter size-full\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Blue-Roan-pool.png\" alt=\"Blue Roan\'s rock pool\" class=\"wp-image-828\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>A relaxing rock Pool​</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>We have a lovely sparkling blue rock pool next to a thatched Lapa. &nbsp;&nbsp;Lie on recliners on the green lawn or sit on the swing chair in the Lapa and enjoy the panoramic view of the Magaliesberg mountain range.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":829,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/img-20160605-wa0002-largejpg.png\" alt=\"\" class=\"wp-image-829\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>Braai facilities </h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>What can compare to a burning fire under the star-lit African sky? Nothing beats the flavor of cooking over an open flame.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":1354,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Games-Room.png\" alt=\"\" class=\"wp-image-1354\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>A games room </h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>The reception is also a games room for those who enjoy darts or playing pool. &nbsp;Take a selection of DVDs back to your room and watch movies on your own DVD player. &nbsp;There is also a selection of board games and music CDs that you can borrow.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div>\n<!-- /wp:uagb/container --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"e70633f7\",\"backgroundType\":\"color\",\"backgroundSizeTablet\":\"cover\",\"backgroundSizeMobile\":\"cover\",\"backgroundColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"bottomPaddingDesktop\":104,\"leftPaddingDesktop\":40,\"rightPaddingDesktop\":40,\"topPaddingTablet\":80,\"bottomPaddingTablet\":80,\"leftPaddingTablet\":40,\"rightPaddingTablet\":40,\"topPaddingMobile\":64,\"bottomPaddingMobile\":64,\"leftPaddingMobile\":24,\"rightPaddingMobile\":24,\"paddingLink\":false,\"variationSelected\":true,\"rowGapDesktop\":0,\"isBlockRootParent\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-e70633f7 alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/advanced-heading {\"block_id\":\"9ec882f0\",\"classMigrate\":true,\"headingDescToggle\":true,\"headingAlign\":\"center\",\"headingAlignMobile\":\"left\",\"subHeadingColor\":\"\",\"headSpace\":20,\"subHeadFontSize\":16,\"blockBottomPadding\":20} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-9ec882f0\"><h2 class=\"uagb-heading-text\">Our Inside Pictures​</h2><p class=\"uagb-desc-text\">Take a look at some pretty pictures captured in and around our premises.</p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/container {\"block_id\":\"90feb654\",\"directionDesktop\":\"row\",\"alignItemsDesktop\":\"flex-start\",\"topMarginDesktop\":20,\"bottomMarginDesktop\":0,\"leftMarginDesktop\":0,\"rightMarginDesktop\":0,\"marginLink\":false,\"variationSelected\":true,\"rowGapMobile\":24,\"columnGapDesktop\":24,\"columnGapTablet\":20} -->\n<div class=\"wp-block-uagb-container uagb-block-90feb654\"><!-- wp:uagb/container {\"block_id\":\"79b7f7a1\",\"widthDesktop\":32,\"variationSelected\":true,\"rowGapDesktop\":24,\"rowGapTablet\":20,\"rowGapMobile\":24,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-79b7f7a1\"><!-- wp:uagb/image {\"block_id\":\"e000d8d9\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/red-rose-1024x683.jpg\",\"id\":834,\"linkDestination\":\"none\",\"width\":385,\"height\":284,\"naturalWidth\":1024,\"naturalHeight\":683,\"sizeSlug\":\"large\",\"sizeSlugTablet\":\"large\",\"sizeSlugMobile\":\"large\",\"customHeightSetDesktop\":true} -->\n<div class=\"wp-block-uagb-image uagb-block-e000d8d9 wp-block-uagb-image--layout-default wp-block-uagb-image--effect-static wp-block-uagb-image--align-none\"><figure class=\"wp-block-uagb-image__figure\"><img srcset=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/red-rose-1024x683.jpg \" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/red-rose-1024x683.jpg\" alt=\"\" class=\"uag-image-834\" width=\"385\" height=\"284\" title=\"\" loading=\"lazy\"/></figure></div>\n<!-- /wp:uagb/image -->\n\n<!-- wp:uagb/image {\"block_id\":\"e21dadfe\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/49g.jpg\",\"id\":838,\"linkDestination\":\"none\",\"width\":385,\"height\":284,\"naturalWidth\":650,\"naturalHeight\":450,\"sizeSlug\":\"full\",\"sizeSlugTablet\":\"full\",\"sizeSlugMobile\":\"full\",\"customHeightSetDesktop\":true} -->\n<div class=\"wp-block-uagb-image uagb-block-e21dadfe wp-block-uagb-image--layout-default wp-block-uagb-image--effect-static wp-block-uagb-image--align-none\"><figure class=\"wp-block-uagb-image__figure\"><img srcset=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/49g.jpg \" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/49g.jpg\" alt=\"\" class=\"uag-image-838\" width=\"385\" height=\"284\" title=\"\" loading=\"lazy\"/></figure></div>\n<!-- /wp:uagb/image --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"3606ee1c\",\"widthDesktop\":67,\"variationSelected\":true,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-3606ee1c\"><!-- wp:uagb/image {\"block_id\":\"3b9b48d3\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAA39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba-1-1024x768.png\",\"id\":905,\"linkDestination\":\"none\",\"naturalWidth\":1024,\"naturalHeight\":768,\"sizeSlug\":\"large\",\"sizeSlugTablet\":\"large\",\"sizeSlugMobile\":\"large\"} -->\n<div class=\"wp-block-uagb-image uagb-block-3b9b48d3 wp-block-uagb-image--layout-default wp-block-uagb-image--effect-static wp-block-uagb-image--align-none\"><figure class=\"wp-block-uagb-image__figure\"><img srcset=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAA39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba-1-1024x768.png \" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAA39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba-1-1024x768.png\" alt=\"\" class=\"uag-image-905\" width=\"\" height=\"\" title=\"\" loading=\"lazy\"/></figure></div>\n<!-- /wp:uagb/image --></div>\n<!-- /wp:uagb/container --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"f4868884\",\"directionDesktop\":\"row\",\"alignItemsDesktop\":\"flex-start\",\"topMarginDesktop\":24,\"bottomMarginDesktop\":0,\"leftMarginDesktop\":0,\"rightMarginDesktop\":0,\"topMarginTablet\":20,\"bottomMarginTablet\":0,\"leftMarginTablet\":0,\"rightMarginTablet\":0,\"topMarginMobile\":24,\"bottomMarginMobile\":0,\"leftMarginMobile\":0,\"rightMarginMobile\":0,\"marginLink\":false,\"variationSelected\":true,\"columnGapDesktop\":24,\"columnGapTablet\":20} -->\n<div class=\"wp-block-uagb-container uagb-block-f4868884\"><!-- wp:uagb/container {\"block_id\":\"36925607\",\"widthDesktop\":67,\"variationSelected\":true,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-36925607\"><!-- wp:image {\"id\":837,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-8-1024x678.jpg\" alt=\"\" class=\"wp-image-837\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"47cdee07\",\"widthDesktop\":32,\"variationSelected\":true,\"rowGapDesktop\":24,\"rowGapTablet\":20,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-47cdee07\"><!-- wp:uagb/image {\"block_id\":\"5ab5ba94\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Blue-roan-pool-01.jpg\",\"id\":782,\"linkDestination\":\"none\",\"width\":385,\"height\":250,\"naturalWidth\":800,\"naturalHeight\":534,\"sizeSlug\":\"full\",\"sizeSlugTablet\":\"full\",\"sizeSlugMobile\":\"full\",\"customHeightSetDesktop\":true} -->\n<div class=\"wp-block-uagb-image uagb-block-5ab5ba94 wp-block-uagb-image--layout-default wp-block-uagb-image--effect-static wp-block-uagb-image--align-none\"><figure class=\"wp-block-uagb-image__figure\"><img srcset=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Blue-roan-pool-01.jpg \" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Blue-roan-pool-01.jpg\" alt=\"\" class=\"uag-image-782\" width=\"385\" height=\"250\" title=\"\" loading=\"lazy\"/></figure></div>\n<!-- /wp:uagb/image -->\n\n<!-- wp:uagb/image {\"block_id\":\"7690d057\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/bird-1024x683.jpg\",\"id\":910,\"linkDestination\":\"none\",\"width\":385,\"height\":250,\"naturalWidth\":1024,\"naturalHeight\":683,\"sizeSlug\":\"large\",\"sizeSlugTablet\":\"large\",\"sizeSlugMobile\":\"large\",\"customHeightSetDesktop\":true} -->\n<div class=\"wp-block-uagb-image uagb-block-7690d057 wp-block-uagb-image--layout-default wp-block-uagb-image--effect-static wp-block-uagb-image--align-none\"><figure class=\"wp-block-uagb-image__figure\"><img srcset=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/bird-1024x683.jpg \" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/bird-1024x683.jpg\" alt=\"\" class=\"uag-image-910\" width=\"385\" height=\"250\" title=\"\" loading=\"lazy\"/></figure></div>\n<!-- /wp:uagb/image --></div>\n<!-- /wp:uagb/container --></div>\n<!-- /wp:uagb/container --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"017f60b7\",\"backgroundType\":\"color\",\"backgroundSizeTablet\":\"cover\",\"backgroundSizeMobile\":\"cover\",\"backgroundColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"topPaddingDesktop\":40,\"bottomPaddingDesktop\":104,\"leftPaddingDesktop\":40,\"rightPaddingDesktop\":40,\"topPaddingTablet\":80,\"bottomPaddingTablet\":80,\"leftPaddingTablet\":40,\"rightPaddingTablet\":40,\"topPaddingMobile\":64,\"bottomPaddingMobile\":64,\"leftPaddingMobile\":24,\"rightPaddingMobile\":24,\"paddingLink\":false,\"variationSelected\":true,\"rowGapDesktop\":0,\"isBlockRootParent\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-017f60b7 alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/advanced-heading {\"block_id\":\"3898c2c8\",\"classMigrate\":true,\"headingDescToggle\":true,\"headingAlign\":\"center\",\"headingAlignMobile\":\"left\",\"subHeadingColor\":\"\",\"headSpace\":20,\"subHeadFontSize\":16,\"blockBottomPadding\":20} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-3898c2c8\"><h2 class=\"uagb-heading-text\">What Our Guests Say​</h2><p class=\"uagb-desc-text\">We take pride in serving our guests the best experience. </p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/container {\"block_id\":\"fb0c1517\",\"directionDesktop\":\"row\",\"topMarginDesktop\":40,\"bottomMarginDesktop\":0,\"leftMarginDesktop\":0,\"rightMarginDesktop\":0,\"marginLink\":false,\"variationSelected\":true,\"rowGapMobile\":40,\"columnGapDesktop\":90} -->\n<div class=\"wp-block-uagb-container uagb-block-fb0c1517\"><!-- wp:uagb/container {\"block_id\":\"458c56c3\",\"widthDesktop\":50,\"variationSelected\":true,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-458c56c3\"><!-- wp:uagb/testimonial {\"test_item_count\":1,\"classMigrate\":true,\"test_block\":[{\"description\":\"\\u0022Thank you for a most enjoyable weekend stay and for making our anniversary so special.  Thank you for your kind and lovely friendship which we really appreciate!!!\\u0022​\",\"name\":\"\\u003cstrong\\u003eBrenda and Theuns\\u003c/strong\\u003e\",\"company\":\"\",\"image\":{\"id\":119,\"title\":\"testimonial1\",\"filename\":\"testimonial1.jpg\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/testimonial1.jpg\",\"link\":\"https://blueroan.netgen.cloud/testimonial1/\",\"alt\":\"\",\"author\":\"34\",\"description\":\"\",\"caption\":\"\",\"name\":\"testimonial1\",\"status\":\"inherit\",\"uploadedTo\":0,\"date\":\"2021-05-11T05:02:02.000Z\",\"modified\":\"2021-05-11T05:02:02.000Z\",\"menuOrder\":0,\"mime\":\"image/jpeg\",\"type\":\"image\",\"subtype\":\"jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/default.png\",\"dateFormatted\":\"May 11, 2021\",\"nonces\":{\"update\":\"b92fe40c3d\",\"delete\":\"643c1eb8f1\",\"edit\":\"d3e7d56b1d\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=119\\u0026action=edit\",\"meta\":false,\"authorName\":\"Rishabh\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/user-edit.php?user_id=34\",\"filesizeInBytes\":11264,\"filesizeHumanReadable\":\"11 KB\",\"context\":\"\",\"height\":250,\"width\":250,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/testimonial1-150x150.jpg\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/testimonial1.jpg\",\"height\":250,\"width\":250,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}}}],\"headingAlign\":\"left\",\"headingAlignTablet\":\"left\",\"headingAlignMobile\":\"left\",\"descColor\":\"var(\\u002d\\u002dast-global-color-3)\",\"nameFontSize\":14,\"nameLineHeight\":1,\"descFontSize\":16,\"descFontWeight\":\"600\",\"nameSpace\":1,\"block_id\":\"413bcd65\",\"iconImage\":{\"url\":\"\",\"alt\":\"InfoBox placeholder img\"},\"imageWidth\":32,\"columnGap\":1,\"borderStyle\":\"\",\"paddingTop\":0,\"paddingBottom\":0,\"paddingLeft\":0,\"paddingRight\":0,\"spacingLink\":true,\"imgpaddingTop\":0,\"imgpaddingRight\":15,\"imgpaddingBottom\":0,\"imgpaddingLeft\":0,\"overallBorderStyle\":\"none\",\"imgTagHeight\":32,\"imgTagWidth\":150} -->\n<div class=\"wp-block-uagb-testimonial uagb-slick-carousel uagb-tm__arrow-outside uagb-block-413bcd65 uagb-post__carousel_notset uagb-post__carousel_notset-tablet uagb-post__carousel_notset-mobile\"><div class=\"is-carousel uagb-tm__columns-1 uagb-tm__items\"><div class=\"uagb-testimonial__wrap  uagb-tm__imgicon-style-circle uagb-tm__image-position-bottom uagb-tm__bg-type-none \"><div class=\"uagb-tm__content\"><div class=\"uagb-tm__overlay\"></div><div class=\"uagb-tm__text-wrap\"><div class=\"uagb-tm__desc\">\"Thank you for a most enjoyable weekend stay and for making our anniversary so special.  Thank you for your kind and lovely friendship which we really appreciate!!!\"​</div><div class=\"uagb-tm__meta-inner\"><div class=\"uagb-tm__image-content\"><div class=\"uagb-tm__image\"><img class=\"uagb-tm-img-src\" src=\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/testimonial1-150x150.jpg\" alt=\"\" width=\"32\" height=\"32\" loading=\"lazy\"/></div></div><div class=\"uagb-testimonial-details\"><span class=\"uagb-tm__author-name\"><strong>Brenda and Theuns</strong></span><span class=\"uagb-tm__company\"></span></div></div></div></div></div></div></div>\n<!-- /wp:uagb/testimonial -->\n\n<!-- wp:uagb/testimonial {\"test_item_count\":1,\"classMigrate\":true,\"test_block\":[{\"description\":\"\\u0022Breaking away from city life and coming out to a most wonderful romantic weekend away.  The unit is so comfortable.  Thank you for your great hospitality - we had an awesome time here.  Go well - with love\\u0022​\",\"name\":\"\\u003cstrong\\u003e\\u003cstrong\\u003e\\u003cstrong\\u003eLiz \\u0026amp; Eddie\\u003c/strong\\u003e\\u003c/strong\\u003e\\u003c/strong\\u003e\",\"company\":\"\",\"image\":{\"id\":122,\"title\":\"testimonial4\",\"filename\":\"testimonial4.jpg\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/testimonial4.jpg\",\"link\":\"https://blueroan.netgen.cloud/testimonial4/\",\"alt\":\"\",\"author\":\"34\",\"description\":\"\",\"caption\":\"\",\"name\":\"testimonial4\",\"status\":\"inherit\",\"uploadedTo\":0,\"date\":\"2021-05-11T05:02:06.000Z\",\"modified\":\"2021-05-11T05:02:06.000Z\",\"menuOrder\":0,\"mime\":\"image/jpeg\",\"type\":\"image\",\"subtype\":\"jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/default.png\",\"dateFormatted\":\"May 11, 2021\",\"nonces\":{\"update\":\"4e34860add\",\"delete\":\"9e126a55cd\",\"edit\":\"33ffd3c040\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=122\\u0026action=edit\",\"meta\":false,\"authorName\":\"Rishabh\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/user-edit.php?user_id=34\",\"filesizeInBytes\":16584,\"filesizeHumanReadable\":\"16 KB\",\"context\":\"\",\"height\":250,\"width\":250,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/testimonial4-150x150.jpg\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/testimonial4.jpg\",\"height\":250,\"width\":250,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}}}],\"headingAlign\":\"left\",\"headingAlignTablet\":\"left\",\"headingAlignMobile\":\"left\",\"descColor\":\"var(\\u002d\\u002dast-global-color-3)\",\"nameFontSize\":14,\"nameLineHeight\":1,\"descFontSize\":16,\"descFontWeight\":\"600\",\"nameSpace\":1,\"block_id\":\"02830ede\",\"iconImage\":{\"url\":\"\",\"alt\":\"InfoBox placeholder img\"},\"imageWidth\":32,\"columnGap\":1,\"borderStyle\":\"\",\"paddingTop\":0,\"paddingBottom\":0,\"paddingLeft\":0,\"paddingRight\":0,\"spacingLink\":true,\"imgpaddingTop\":0,\"imgpaddingRight\":15,\"imgpaddingBottom\":0,\"imgpaddingLeft\":0,\"overallBorderStyle\":\"none\",\"imgTagHeight\":32,\"imgTagWidth\":150} -->\n<div class=\"wp-block-uagb-testimonial uagb-slick-carousel uagb-tm__arrow-outside uagb-block-02830ede uagb-post__carousel_notset uagb-post__carousel_notset-tablet uagb-post__carousel_notset-mobile\"><div class=\"is-carousel uagb-tm__columns-1 uagb-tm__items\"><div class=\"uagb-testimonial__wrap  uagb-tm__imgicon-style-circle uagb-tm__image-position-bottom uagb-tm__bg-type-none \"><div class=\"uagb-tm__content\"><div class=\"uagb-tm__overlay\"></div><div class=\"uagb-tm__text-wrap\"><div class=\"uagb-tm__desc\">\"Breaking away from city life and coming out to a most wonderful romantic weekend away.  The unit is so comfortable.  Thank you for your great hospitality - we had an awesome time here.  Go well - with love\"​</div><div class=\"uagb-tm__meta-inner\"><div class=\"uagb-tm__image-content\"><div class=\"uagb-tm__image\"><img class=\"uagb-tm-img-src\" src=\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/testimonial4-150x150.jpg\" alt=\"\" width=\"32\" height=\"32\" loading=\"lazy\"/></div></div><div class=\"uagb-testimonial-details\"><span class=\"uagb-tm__author-name\"><strong><strong><strong>Liz &amp; Eddie</strong></strong></strong></span><span class=\"uagb-tm__company\"></span></div></div></div></div></div></div></div>\n<!-- /wp:uagb/testimonial --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"40324671\",\"widthDesktop\":50,\"variationSelected\":true,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-40324671\"><!-- wp:uagb/testimonial {\"test_item_count\":1,\"classMigrate\":true,\"test_block\":[{\"description\":\"\\u0022Judy, what a wonderful place you have here - we were so delighted to spend the weekend here, so tranquil, peaceful, and beautiful. You made us feel right at home. Definitely a place worth 5 stars! Go well.\\u0022​\",\"name\":\"\\u003cstrong\\u003e\\u003cstrong\\u003eBrian\\u003c/strong\\u003e\\u003c/strong\\u003e \\u003cstrong\\u003e\\u003cstrong\\u003e\\u003cstrong\\u003eand \\u003cstrong\\u003eMariska\\u003c/strong\\u003e\\u003c/strong\\u003e\\u003cbr\\u003e\\u003c/strong\\u003e\\u003c/strong\\u003e\",\"company\":\"\",\"image\":{\"id\":120,\"title\":\"testimonial2\",\"filename\":\"testimonial2.jpg\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/testimonial2.jpg\",\"link\":\"https://blueroan.netgen.cloud/testimonial2/\",\"alt\":\"\",\"author\":\"34\",\"description\":\"\",\"caption\":\"\",\"name\":\"testimonial2\",\"status\":\"inherit\",\"uploadedTo\":0,\"date\":\"2021-05-11T05:02:03.000Z\",\"modified\":\"2021-05-11T05:02:03.000Z\",\"menuOrder\":0,\"mime\":\"image/jpeg\",\"type\":\"image\",\"subtype\":\"jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/default.png\",\"dateFormatted\":\"May 11, 2021\",\"nonces\":{\"update\":\"1ee6412858\",\"delete\":\"4414a2ccbf\",\"edit\":\"bde7b1f490\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=120\\u0026action=edit\",\"meta\":false,\"authorName\":\"Rishabh\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/user-edit.php?user_id=34\",\"filesizeInBytes\":10087,\"filesizeHumanReadable\":\"10 KB\",\"context\":\"\",\"height\":250,\"width\":250,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/testimonial2-150x150.jpg\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/testimonial2.jpg\",\"height\":250,\"width\":250,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}}}],\"headingAlign\":\"left\",\"headingAlignTablet\":\"left\",\"headingAlignMobile\":\"left\",\"descColor\":\"var(\\u002d\\u002dast-global-color-3)\",\"nameFontSize\":14,\"nameLineHeight\":1,\"descFontSize\":16,\"descFontWeight\":\"600\",\"nameSpace\":1,\"block_id\":\"589ec0a8\",\"iconImage\":{\"url\":\"\",\"alt\":\"InfoBox placeholder img\"},\"imageWidth\":32,\"columnGap\":1,\"borderStyle\":\"\",\"paddingTop\":0,\"paddingBottom\":0,\"paddingLeft\":0,\"paddingRight\":0,\"spacingLink\":true,\"imgpaddingTop\":0,\"imgpaddingRight\":15,\"imgpaddingBottom\":0,\"imgpaddingLeft\":0,\"overallBorderStyle\":\"none\",\"imgTagHeight\":32,\"imgTagWidth\":150} -->\n<div class=\"wp-block-uagb-testimonial uagb-slick-carousel uagb-tm__arrow-outside uagb-block-589ec0a8 uagb-post__carousel_notset uagb-post__carousel_notset-tablet uagb-post__carousel_notset-mobile\"><div class=\"is-carousel uagb-tm__columns-1 uagb-tm__items\"><div class=\"uagb-testimonial__wrap  uagb-tm__imgicon-style-circle uagb-tm__image-position-bottom uagb-tm__bg-type-none \"><div class=\"uagb-tm__content\"><div class=\"uagb-tm__overlay\"></div><div class=\"uagb-tm__text-wrap\"><div class=\"uagb-tm__desc\">\"Judy, what a wonderful place you have here - we were so delighted to spend the weekend here, so tranquil, peaceful, and beautiful. You made us feel right at home. Definitely a place worth 5 stars! Go well.\"​</div><div class=\"uagb-tm__meta-inner\"><div class=\"uagb-tm__image-content\"><div class=\"uagb-tm__image\"><img class=\"uagb-tm-img-src\" src=\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/testimonial2-150x150.jpg\" alt=\"\" width=\"32\" height=\"32\" loading=\"lazy\"/></div></div><div class=\"uagb-testimonial-details\"><span class=\"uagb-tm__author-name\"><strong><strong>Brian</strong></strong> <strong><strong><strong>and <strong>Mariska</strong></strong><br></strong></strong></span><span class=\"uagb-tm__company\"></span></div></div></div></div></div></div></div>\n<!-- /wp:uagb/testimonial -->\n\n<!-- wp:uagb/testimonial {\"test_item_count\":1,\"classMigrate\":true,\"test_block\":[{\"description\":\"\\u0022Thank you for the most wonderful time, Judy!  This was the most peaceful and perfect place to get engaged!  We will most certainly be back!!!  Your hospitality cannot be topped!\\u0022​\",\"name\":\"\\u003cstrong\\u003e\\u003cstrong\\u003e\\u003cstrong\\u003e\\u003cstrong\\u003eBrett and Kelly\\u003c/strong\\u003e\\u003c/strong\\u003e\\u003c/strong\\u003e\\u003c/strong\\u003e\",\"company\":\"\",\"image\":{\"id\":121,\"title\":\"testimonial3\",\"filename\":\"testimonial3.jpg\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/testimonial3.jpg\",\"link\":\"https://blueroan.netgen.cloud/testimonial3/\",\"alt\":\"\",\"author\":\"34\",\"description\":\"\",\"caption\":\"\",\"name\":\"testimonial3\",\"status\":\"inherit\",\"uploadedTo\":0,\"date\":\"2021-05-11T05:02:05.000Z\",\"modified\":\"2021-05-11T05:02:05.000Z\",\"menuOrder\":0,\"mime\":\"image/jpeg\",\"type\":\"image\",\"subtype\":\"jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/default.png\",\"dateFormatted\":\"May 11, 2021\",\"nonces\":{\"update\":\"290653da5d\",\"delete\":\"90a4fb2d63\",\"edit\":\"ff8a64e56e\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=121\\u0026action=edit\",\"meta\":false,\"authorName\":\"Rishabh\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/user-edit.php?user_id=34\",\"filesizeInBytes\":8748,\"filesizeHumanReadable\":\"9 KB\",\"context\":\"\",\"height\":250,\"width\":250,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/testimonial3-150x150.jpg\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/testimonial3.jpg\",\"height\":250,\"width\":250,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}}}],\"headingAlign\":\"left\",\"headingAlignTablet\":\"left\",\"headingAlignMobile\":\"left\",\"descColor\":\"var(\\u002d\\u002dast-global-color-3)\",\"nameFontSize\":14,\"nameLineHeight\":1,\"descFontSize\":16,\"descFontWeight\":\"600\",\"nameSpace\":1,\"block_id\":\"96b6a9f1\",\"iconImage\":{\"url\":\"\",\"alt\":\"InfoBox placeholder img\"},\"imageWidth\":32,\"columnGap\":1,\"borderStyle\":\"\",\"paddingTop\":0,\"paddingBottom\":0,\"paddingLeft\":0,\"paddingRight\":0,\"spacingLink\":true,\"imgpaddingTop\":0,\"imgpaddingRight\":15,\"imgpaddingBottom\":0,\"imgpaddingLeft\":0,\"overallBorderStyle\":\"none\",\"imgTagHeight\":32,\"imgTagWidth\":150} -->\n<div class=\"wp-block-uagb-testimonial uagb-slick-carousel uagb-tm__arrow-outside uagb-block-96b6a9f1 uagb-post__carousel_notset uagb-post__carousel_notset-tablet uagb-post__carousel_notset-mobile\"><div class=\"is-carousel uagb-tm__columns-1 uagb-tm__items\"><div class=\"uagb-testimonial__wrap  uagb-tm__imgicon-style-circle uagb-tm__image-position-bottom uagb-tm__bg-type-none \"><div class=\"uagb-tm__content\"><div class=\"uagb-tm__overlay\"></div><div class=\"uagb-tm__text-wrap\"><div class=\"uagb-tm__desc\">\"Thank you for the most wonderful time, Judy!  This was the most peaceful and perfect place to get engaged!  We will most certainly be back!!!  Your hospitality cannot be topped!\"​</div><div class=\"uagb-tm__meta-inner\"><div class=\"uagb-tm__image-content\"><div class=\"uagb-tm__image\"><img class=\"uagb-tm-img-src\" src=\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/testimonial3-150x150.jpg\" alt=\"\" width=\"32\" height=\"32\" loading=\"lazy\"/></div></div><div class=\"uagb-testimonial-details\"><span class=\"uagb-tm__author-name\"><strong><strong><strong><strong>Brett and Kelly</strong></strong></strong></strong></span><span class=\"uagb-tm__company\"></span></div></div></div></div></div></div></div>\n<!-- /wp:uagb/testimonial --></div>\n<!-- /wp:uagb/container --></div>\n<!-- /wp:uagb/container --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"8b213ac0\",\"innerContentCustomWidthDesktop\":781,\"innerContentCustomWidthTablet\":781,\"backgroundType\":\"image\",\"backgroundImageDesktop\":{\"id\":809,\"title\":\"26759994757_767d9794fd_b\",\"filename\":\"26759994757_767d9794fd_b.jpg\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/26759994757_767d9794fd_b.jpg\",\"link\":\"https://blueroan.netgen.cloud/?attachment_id=809\",\"alt\":\"\",\"author\":\"2\",\"description\":\"\",\"caption\":\"\",\"name\":\"26759994757_767d9794fd_b\",\"status\":\"inherit\",\"uploadedTo\":805,\"date\":\"2022-12-13T09:51:53.000Z\",\"modified\":\"2022-12-13T09:51:53.000Z\",\"menuOrder\":0,\"mime\":\"image/jpeg\",\"type\":\"image\",\"subtype\":\"jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-includes/images/media/default.png\",\"dateFormatted\":\"December 13, 2022\",\"nonces\":{\"update\":\"39b5c0eef1\",\"delete\":\"fde92abd83\",\"edit\":\"3923face9e\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=809\\u0026action=edit\",\"meta\":false,\"authorName\":\"Netgen Support\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/profile.php\",\"uploadedToTitle\":\"Magaliesburg\",\"uploadedToLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=805\\u0026action=edit\",\"filesizeInBytes\":143610,\"filesizeHumanReadable\":\"140 KB\",\"context\":\"\",\"height\":683,\"width\":1024,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/26759994757_767d9794fd_b-150x150.jpg\",\"orientation\":\"landscape\"},\"medium\":{\"height\":200,\"width\":300,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/26759994757_767d9794fd_b-300x200.jpg\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/26759994757_767d9794fd_b.jpg\",\"height\":683,\"width\":1024,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"backgroundImageColor\":\"rgba(42,42,42,0.65)\",\"topPaddingDesktop\":144,\"bottomPaddingDesktop\":144,\"leftPaddingDesktop\":40,\"rightPaddingDesktop\":40,\"topPaddingTablet\":80,\"bottomPaddingTablet\":80,\"leftPaddingTablet\":40,\"rightPaddingTablet\":40,\"topPaddingMobile\":64,\"bottomPaddingMobile\":64,\"leftPaddingMobile\":24,\"rightPaddingMobile\":24,\"paddingLink\":false,\"variationSelected\":true,\"isBlockRootParent\":true,\"overlayType\":\"color\"} -->\n<div class=\"wp-block-uagb-container uagb-block-8b213ac0 alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/advanced-heading {\"block_id\":\"6cfbd7ae\",\"classMigrate\":true,\"headingDescToggle\":true,\"headingAlign\":\"center\",\"headingColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"subHeadingColor\":\"var(\\u002d\\u002dast-global-color-4)\",\"headSpace\":20} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-6cfbd7ae\"><h2 class=\"uagb-heading-text\">Plan an Unforgettable Experience at <br>Blue Roan!</h2><p class=\"uagb-desc-text\">Blue Roan is a 3-star graded pet-friendly venue</p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/advanced-heading {\"block_id\":\"59f9fc57\",\"classMigrate\":true,\"headingTitleToggle\":false,\"headingDescToggle\":true,\"headingAlign\":\"center\",\"subHeadingColor\":\"var(\\u002d\\u002dast-global-color-4)\",\"subHeadTransform\":\"uppercase\",\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"subHeadLetterSpacing\":2,\"blockTopPadding\":60,\"blockRightPadding\":0,\"blockLeftPadding\":0,\"blockBottomPadding\":0,\"blockTopPaddingMobile\":30,\"blockRightPaddingMobile\":0,\"blockLeftPaddingMobile\":0,\"blockBottomPaddingMobile\":0,\"linkColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"linkHColor\":\"var(\\u002d\\u002dast-global-color-0)\"} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-59f9fc57\"><p class=\"uagb-desc-text\"><a href=\"https://book.nightsbridge.com/11065\" target=\"_blank\" rel=\"noreferrer noopener\">BOOK YOUR STAY NOW​</a></p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/icon-list {\"block_id\":\"824468fb\",\"classMigrate\":true,\"childMigrate\":true,\"align\":\"center\",\"parentIcon\":\"phone\",\"size\":40,\"sizeMobile\":24,\"sizeTablet\":32,\"fontSize\":48,\"fontSizeMobile\":28,\"fontSizeTablet\":40,\"fontWeight\":\"600\",\"iconColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"labelColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"blockTopPadding\":0,\"blockRightPadding\":0,\"blockLeftPadding\":0,\"blockBottomPadding\":24,\"blockPaddingLink\":false} -->\n<div class=\"wp-block-uagb-icon-list uagb-block-824468fb\"><div class=\"uagb-icon-list__wrap\"><!-- wp:uagb/icon-list-child {\"block_id\":\"a6f4cb53\",\"label\":\" + 27 (0) 82 575 5409\",\"label_color\":\"\",\"link\":\"tel:+27825755409\",\"disableLink\":true,\"fromParentIcon\":\"phone\",\"imageSizeChild\":40} -->\n<div class=\"wp-block-uagb-icon-list-child uagb-block-a6f4cb53\"><a target=\"_self\" aria-label=\" + 27 (0) 82 575 5409\" rel=\"noopener noreferrer\" href=\"tel:+27825755409\"> </a><span class=\"uagb-icon-list__source-wrap\"><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M511.2 387l-23.25 100.8c-3.266 14.25-15.79 24.22-30.46 24.22C205.2 512 0 306.8 0 54.5c0-14.66 9.969-27.2 24.22-30.45l100.8-23.25C139.7-2.602 154.7 5.018 160.8 18.92l46.52 108.5c5.438 12.78 1.77 27.67-8.98 36.45L144.5 207.1c33.98 69.22 90.26 125.5 159.5 159.5l44.08-53.8c8.688-10.78 23.69-14.51 36.47-8.975l108.5 46.51C506.1 357.2 514.6 372.4 511.2 387z\"></path></svg></span><span class=\"uagb-icon-list__label\"> + 27 (0) 82 575 5409</span></div>\n<!-- /wp:uagb/icon-list-child -->\n\n<!-- wp:uagb/icon-list-child {\"block_id\":\"5414212a\",\"label\":\"blueroan@ugo.co.za\",\"icon\":\"envelope\",\"label_color\":\"\",\"link\":\"mailto:blueroan@ugo.co.za\",\"disableLink\":true,\"fromParentIcon\":\"phone\",\"imageSizeChild\":40} -->\n<div class=\"wp-block-uagb-icon-list-child uagb-block-5414212a\"><a target=\"_self\" aria-label=\"blueroan@ugo.co.za\" rel=\"noopener noreferrer\" href=\"mailto:blueroan@ugo.co.za\"> </a><span class=\"uagb-icon-list__source-wrap\"><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M464 64C490.5 64 512 85.49 512 112C512 127.1 504.9 141.3 492.8 150.4L275.2 313.6C263.8 322.1 248.2 322.1 236.8 313.6L19.2 150.4C7.113 141.3 0 127.1 0 112C0 85.49 21.49 64 48 64H464zM217.6 339.2C240.4 356.3 271.6 356.3 294.4 339.2L512 176V384C512 419.3 483.3 448 448 448H64C28.65 448 0 419.3 0 384V176L217.6 339.2z\"></path></svg></span><span class=\"uagb-icon-list__label\">blueroan@ugo.co.za</span></div>\n<!-- /wp:uagb/icon-list-child --></div></div>\n<!-- /wp:uagb/icon-list --></div></div>\n<!-- /wp:uagb/container -->',	'Home',	'',	'inherit',	'closed',	'closed',	'',	'760-revision-v1',	'',	'',	'2022-12-22 07:11:47',	'2022-12-22 07:11:47',	'',	760,	'https://blueroan.netgen.cloud/?p=1391',	0,	'revision',	'',	0),
(1392,	2,	'2022-12-22 07:13:01',	'2022-12-22 07:13:01',	'<!-- wp:uagb/container {\"block_id\":\"a7a2d00e\",\"minHeightDesktop\":95,\"minHeightTablet\":70,\"minHeightMobile\":80,\"minHeightType\":\"vh\",\"alignItemsDesktop\":\"flex-start\",\"backgroundType\":\"image\",\"backgroundImageDesktop\":{\"uploading\":false,\"date\":1670921854000,\"filename\":\"Blue-Roan-pool.jpg\",\"menuOrder\":0,\"uploadedTo\":760,\"type\":\"image\",\"subtype\":\"jpeg\",\"id\":784,\"title\":\"Blue Roan - pool\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Blue-Roan-pool.jpg\",\"link\":\"https://blueroan.netgen.cloud/home/blue-roan-pool/\",\"alt\":\"\",\"author\":\"2\",\"description\":\"\",\"caption\":\"\",\"name\":\"blue-roan-pool\",\"status\":\"inherit\",\"modified\":1670921854000,\"mime\":\"image/jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-includes/images/media/default.png\",\"dateFormatted\":\"December 13, 2022\",\"nonces\":{\"update\":\"51a12ed09e\",\"delete\":\"5174068551\",\"edit\":\"1de0721407\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=784\\u0026action=edit\",\"meta\":false,\"authorName\":\"Netgen Support\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/profile.php\",\"uploadedToTitle\":\"Home\",\"uploadedToLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=760\\u0026action=edit\",\"filesizeInBytes\":154801,\"filesizeHumanReadable\":\"151 KB\",\"context\":\"\",\"height\":667,\"width\":1000,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Blue-Roan-pool-150x150.jpg\",\"orientation\":\"landscape\"},\"medium\":{\"height\":200,\"width\":300,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Blue-Roan-pool-300x200.jpg\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Blue-Roan-pool.jpg\",\"height\":667,\"width\":1000,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"backgroundPositionDesktop\":{\"x\":0.5,\"y\":0.25},\"backgroundImageColor\":\"rgba(42,42,42,0.35)\",\"topPaddingDesktop\":0,\"bottomPaddingDesktop\":0,\"leftPaddingDesktop\":40,\"rightPaddingDesktop\":40,\"topPaddingTablet\":120,\"bottomPaddingTablet\":120,\"leftPaddingTablet\":40,\"rightPaddingTablet\":40,\"topPaddingMobile\":150,\"bottomPaddingMobile\":150,\"leftPaddingMobile\":20,\"rightPaddingMobile\":20,\"paddingLink\":false,\"variationSelected\":true,\"isBlockRootParent\":true,\"overlayType\":\"color\",\"minHeightTypeTablet\":\"vh\",\"minHeightTypeMobile\":\"vh\"} -->\n<div class=\"wp-block-uagb-container uagb-block-a7a2d00e alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:group {\"layout\":{\"inherit\":true}} -->\n<div class=\"wp-block-group\"><!-- wp:uagb/info-box {\"classMigrate\":true,\"headingAlign\":\"left\",\"headingColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"subHeadingColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"headingTag\":\"h1\",\"subHeadFontSize\":17,\"subHeadFontSizeMobile\":15,\"headSpace\":20,\"subHeadSpace\":40,\"block_id\":\"814e588f\",\"ctaIcon\":\"\",\"ctaText\":\"Book Your Stay Now\",\"ctaLink\":\"https://book.nightsbridge.com/11065\",\"ctaBtnLinkColor\":\"var(\\u002d\\u002dast-global-color-2)\",\"ctaLinkHoverColor\":\"var(\\u002d\\u002dast-global-color-2)\",\"ctaBgColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"ctaBgHoverColor\":\"var(\\u002d\\u002dast-global-color-4)\",\"ctaBorderColor\":\"\",\"ctaBorderStyle\":\"\",\"ctaBorderWidth\":\"\",\"ctaBorderRadius\":\"\",\"iconImage\":{\"url\":\"\",\"alt\":\"InfoBox placeholder img\"},\"showIcon\":false,\"paddingBtnTop\":18,\"paddingBtnBottom\":18,\"paddingBtnLeft\":34,\"paddingBtnRight\":34,\"blockTopPadding\":5,\"blockRightPadding\":40,\"blockLeftPadding\":0,\"blockBottomPadding\":0,\"blockTopPaddingTablet\":0,\"blockRightPaddingTablet\":64,\"blockLeftPaddingTablet\":0,\"blockBottomPaddingTablet\":0,\"blockTopPaddingMobile\":0,\"blockRightPaddingMobile\":0,\"blockLeftPaddingMobile\":0,\"blockBottomPaddingMobile\":0,\"blockPaddingUnit\":\"%\",\"blockPaddingLink\":false,\"subHeadMarginTopTablet\":0,\"subHeadMarginRightTablet\":64,\"subHeadTabletSpace\":40,\"subHeadMarginLeftTablet\":0,\"subHeadMarginTopMobile\":0,\"subHeadMarginRightMobile\":0,\"subHeadMobileSpace\":40,\"subHeadMarginLeftMobile\":0,\"btnBorderTopWidth\":1,\"btnBorderLeftWidth\":1,\"btnBorderRightWidth\":1,\"btnBorderBottomWidth\":1,\"btnBorderTopLeftRadius\":0,\"btnBorderTopRightRadius\":0,\"btnBorderBottomLeftRadius\":0,\"btnBorderBottomRightRadius\":0,\"btnBorderStyle\":\"none\",\"btnBorderColor\":\"#333\"} -->\n<div class=\"wp-block-uagb-info-box uagb-block-814e588f uagb-infobox__content-wrap  uagb-infobox-icon-above-title uagb-infobox-image-valign-top\"><div class=\"uagb-ifb-content\"><div class=\"uagb-ifb-title-wrap\"><h1 class=\"uagb-ifb-title\">Magaliesburg pet friendly self-catering accommodation</h1></div><p class=\"uagb-ifb-desc\">Romantic pet-friendly self-catering accommodation in Magaliesburg, Gauteng.</p></div></div>\n<!-- /wp:uagb/info-box --></div>\n<!-- /wp:group -->\n\n<!-- wp:buttons {\"layout\":{\"type\":\"flex\",\"justifyContent\":\"left\",\"orientation\":\"horizontal\"},\"style\":{\"spacing\":{\"blockGap\":\"var:preset|spacing|50\"}}} -->\n<div class=\"wp-block-buttons\"><!-- wp:button {\"backgroundColor\":\"ast-global-color-5\",\"textColor\":\"ast-global-color-2\",\"width\":25,\"style\":{\"spacing\":{\"padding\":{\"top\":\"var:preset|spacing|50\",\"right\":\"var:preset|spacing|30\",\"bottom\":\"var:preset|spacing|50\",\"left\":\"var:preset|spacing|30\"}}},\"className\":\"is-style-fill\"} -->\n<div class=\"wp-block-button has-custom-width wp-block-button__width-25 is-style-fill\" id=\"https://book.nightsbridge.com/11065\"><a class=\"wp-block-button__link has-ast-global-color-2-color has-ast-global-color-5-background-color has-text-color has-background wp-element-button\" href=\"https://book.nightsbridge.com/11065\" style=\"padding-top:var(--wp--preset--spacing--50);padding-right:var(--wp--preset--spacing--30);padding-bottom:var(--wp--preset--spacing--50);padding-left:var(--wp--preset--spacing--30)\" rel=\"https://book.nightsbridge.com/11065\">book your stay now</a></div>\n<!-- /wp:button -->\n\n<!-- wp:button {\"backgroundColor\":\"ast-global-color-5\",\"textColor\":\"ast-global-color-2\",\"width\":25,\"style\":{\"spacing\":{\"padding\":{\"top\":\"var:preset|spacing|50\",\"right\":\"var:preset|spacing|30\",\"bottom\":\"var:preset|spacing|50\",\"left\":\"var:preset|spacing|30\"}}},\"className\":\"is-style-fill\",\"UAGHideMob\":true,\"UAGHideTab\":true,\"UAGDisplayConditions\":\"userstate\",\"UAGResponsiveConditions\":true} -->\n<div class=\"wp-block-button has-custom-width wp-block-button__width-25 is-style-fill uag-hide-tab uag-hide-mob\" id=\"https://book.nightsbridge.com/11065\"><a class=\"wp-block-button__link has-ast-global-color-2-color has-ast-global-color-5-background-color has-text-color has-background wp-element-button\" href=\"https://book.nightsbridge.com/11065\" style=\"padding-top:var(--wp--preset--spacing--50);padding-right:var(--wp--preset--spacing--30);padding-bottom:var(--wp--preset--spacing--50);padding-left:var(--wp--preset--spacing--30)\" target=\"_blank\" rel=\"https://book.nightsbridge.com/11065 noopener\">Check availability</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons -->\n\n<!-- wp:buttons {\"layout\":{\"type\":\"flex\",\"justifyContent\":\"left\",\"orientation\":\"horizontal\"},\"style\":{\"spacing\":{\"blockGap\":\"var:preset|spacing|50\"}}} -->\n<div class=\"wp-block-buttons\"><!-- wp:button {\"backgroundColor\":\"ast-global-color-5\",\"textColor\":\"ast-global-color-2\",\"width\":25,\"style\":{\"spacing\":{\"padding\":{\"top\":\"var:preset|spacing|50\",\"right\":\"var:preset|spacing|30\",\"bottom\":\"var:preset|spacing|50\",\"left\":\"var:preset|spacing|30\"}}},\"className\":\"is-style-fill\"} -->\n<div class=\"wp-block-button has-custom-width wp-block-button__width-25 is-style-fill\" id=\"https://book.nightsbridge.com/11065\"><a class=\"wp-block-button__link has-ast-global-color-2-color has-ast-global-color-5-background-color has-text-color has-background wp-element-button\" href=\"https://book.nightsbridge.com/11065\" style=\"padding-top:var(--wp--preset--spacing--50);padding-right:var(--wp--preset--spacing--30);padding-bottom:var(--wp--preset--spacing--50);padding-left:var(--wp--preset--spacing--30)\" rel=\"https://book.nightsbridge.com/11065\">book your stay now</a></div>\n<!-- /wp:button -->\n\n<!-- wp:button {\"backgroundColor\":\"ast-global-color-5\",\"textColor\":\"ast-global-color-2\",\"width\":25,\"style\":{\"spacing\":{\"padding\":{\"top\":\"var:preset|spacing|50\",\"right\":\"var:preset|spacing|30\",\"bottom\":\"var:preset|spacing|50\",\"left\":\"var:preset|spacing|30\"}}},\"className\":\"is-style-fill\",\"UAGDisplayConditions\":\"userstate\"} -->\n<div class=\"wp-block-button has-custom-width wp-block-button__width-25 is-style-fill\" id=\"https://book.nightsbridge.com/11065\"><a class=\"wp-block-button__link has-ast-global-color-2-color has-ast-global-color-5-background-color has-text-color has-background wp-element-button\" href=\"https://book.nightsbridge.com/11065\" style=\"padding-top:var(--wp--preset--spacing--50);padding-right:var(--wp--preset--spacing--30);padding-bottom:var(--wp--preset--spacing--50);padding-left:var(--wp--preset--spacing--30)\" target=\"_blank\" rel=\"https://book.nightsbridge.com/11065 noopener\">Check availability</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"e3328049\",\"directionDesktop\":\"row\",\"directionMobile\":\"column-reverse\",\"alignItemsDesktop\":\"flex-start\",\"backgroundType\":\"color\",\"backgroundSizeTablet\":\"cover\",\"backgroundSizeMobile\":\"cover\",\"backgroundColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"topPaddingDesktop\":60,\"bottomPaddingDesktop\":60,\"topPaddingTablet\":80,\"bottomPaddingTablet\":80,\"leftPaddingTablet\":40,\"rightPaddingTablet\":40,\"topPaddingMobile\":64,\"bottomPaddingMobile\":64,\"leftPaddingMobile\":24,\"rightPaddingMobile\":24,\"paddingLink\":false,\"variationSelected\":true,\"columnGapDesktop\":60,\"columnGapTablet\":50,\"isBlockRootParent\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-e3328049 alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/container {\"block_id\":\"d4430a5d\",\"widthDesktop\":50,\"variationSelected\":true,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-d4430a5d\"><!-- wp:image {\"id\":797,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-13.jpg\" alt=\"\" class=\"wp-image-797\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>We have 7 lovely brick&nbsp;<strong>self-catering</strong>&nbsp;units, each one private and with its own character and theme. &nbsp;They are designed exclusively for couples with or without pets wanting a romantic and peaceful place to connect, re-connect, celebrate special occasions, or somewhere quiet and comfortable to come for a holiday</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:buttons -->\n<div class=\"wp-block-buttons\"><!-- wp:button -->\n<div class=\"wp-block-button\"><a class=\"wp-block-button__link wp-element-button\" href=\"/accommodation/\">View accomodation</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"d53c33c7\",\"widthDesktop\":50,\"leftPaddingDesktop\":0,\"paddingLink\":false,\"variationSelected\":true,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-d53c33c7\"><!-- wp:uagb/advanced-heading {\"block_id\":\"712f4363\",\"classMigrate\":true,\"headingDescToggle\":true,\"subHeadingColor\":\"\",\"headSpace\":20,\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-712f4363\"><h2 class=\"uagb-heading-text\"><strong>Blue Roan is a 3-star graded pet-friendly venue</strong></h2><p class=\"uagb-desc-text\">Our goal is to provide high-quality, romantic, comfortable, and affordable self-catering accommodation on the outskirts of the village of &nbsp;Magaliesburg. &nbsp;For animal lovers, we are also&nbsp;pet-friendly&nbsp;by arrangement in most of the units all of which have their own fully fenced and gated private grassy gardens.</p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/image {\"block_id\":\"91644c00\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/hammock-in-the-garden.jpg\",\"align\":\"left\",\"id\":799,\"linkDestination\":\"none\",\"naturalWidth\":600,\"naturalHeight\":400,\"sizeSlug\":\"full\",\"sizeSlugTablet\":\"full\",\"sizeSlugMobile\":\"full\",\"imageTopMargin\":20,\"imageRightMargin\":0,\"imageLeftMargin\":0,\"imageBottomMargin\":0,\"imageTopMarginMobile\":0,\"imageRightMarginMobile\":0,\"imageLeftMarginMobile\":0,\"imageBottomMarginMobile\":0,\"imageMarginLink\":false} -->\n<div class=\"wp-block-uagb-image uagb-block-91644c00 wp-block-uagb-image--layout-default wp-block-uagb-image--effect-static wp-block-uagb-image--align-left\"><figure class=\"wp-block-uagb-image__figure\"><img srcset=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/hammock-in-the-garden.jpg \" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/hammock-in-the-garden.jpg\" alt=\"\" class=\"uag-image-799\" width=\"\" height=\"\" title=\"\" loading=\"lazy\"/></figure></div>\n<!-- /wp:uagb/image --></div>\n<!-- /wp:uagb/container --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"28f895cf\",\"directionDesktop\":\"row\",\"directionMobile\":\"column-reverse\",\"alignItemsDesktop\":\"flex-start\",\"backgroundType\":\"color\",\"backgroundSizeTablet\":\"cover\",\"backgroundSizeMobile\":\"cover\",\"backgroundColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"topPaddingDesktop\":0,\"bottomPaddingDesktop\":0,\"topPaddingTablet\":80,\"bottomPaddingTablet\":80,\"leftPaddingTablet\":40,\"rightPaddingTablet\":40,\"topPaddingMobile\":64,\"bottomPaddingMobile\":64,\"leftPaddingMobile\":24,\"rightPaddingMobile\":24,\"paddingLink\":false,\"variationSelected\":true,\"rowGapDesktop\":0,\"columnGapDesktop\":0,\"columnGapTablet\":50,\"isBlockRootParent\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-28f895cf alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:image {\"align\":\"center\",\"id\":1344,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image aligncenter size-large\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/tgcsa-full-3-stars-1024x366.jpg\" alt=\"\" class=\"wp-image-1344\"/></figure>\n<!-- /wp:image --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"34767a07\",\"backgroundType\":\"color\",\"backgroundSizeTablet\":\"cover\",\"backgroundSizeMobile\":\"cover\",\"backgroundColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"topPaddingDesktop\":50,\"bottomPaddingDesktop\":100,\"topPaddingTablet\":50,\"bottomPaddingTablet\":25,\"leftPaddingTablet\":20,\"rightPaddingTablet\":20,\"topPaddingMobile\":50,\"bottomPaddingMobile\":20,\"leftPaddingMobile\":20,\"rightPaddingMobile\":20,\"paddingLink\":false,\"variationSelected\":true,\"rowGapDesktop\":0,\"isBlockRootParent\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-34767a07 alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/container {\"block_id\":\"ca17f43f\",\"directionDesktop\":\"row\",\"alignItemsDesktop\":\"flex-end\",\"alignItemsTablet\":\"flex-end\",\"justifyContentDesktop\":\"flex-end\",\"justifyContentTablet\":\"space-between\",\"variationSelected\":true,\"rowGapMobile\":30,\"columnGapDesktop\":0} -->\n<div class=\"wp-block-uagb-container uagb-block-ca17f43f\"><!-- wp:uagb/advanced-heading {\"block_id\":\"dfa8612a\",\"classMigrate\":true,\"headingDescToggle\":true,\"subHeadingColor\":\"\",\"headSpace\":20,\"subHeadFontSize\":16} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-dfa8612a\"><h2 class=\"uagb-heading-text\">Amenities &amp; Interests ​</h2><p class=\"uagb-desc-text\">The Blue Roan Country Lodge is situated just 5 minutes from the village of Magaliesburg on a tar road so easy access for all cars. &nbsp;We have panoramic views of the Magaliesberg mountain range and our farm is the perfect place for a relaxing getaway in the country. &nbsp;As we are only 70 km from JHB and Pretoria, it is only an hour’s drive.</p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/buttons {\"block_id\":\"0da7bdd8\",\"classMigrate\":true,\"childMigrate\":true,\"align\":\"right\",\"alignTablet\":\"right\",\"alignMobile\":\"left\",\"gap\":0} -->\n<div class=\"wp-block-uagb-buttons uagb-buttons__outer-wrap uagb-btn__default-btn uagb-btn-tablet__default-btn uagb-btn-mobile__default-btn uagb-block-0da7bdd8\"><div class=\"uagb-buttons__wrap uagb-buttons-layout-wrap\"><!-- wp:uagb/buttons-child {\"block_id\":\"a6e42a0a\",\"label\":\"View All\",\"link\":\"/amenities/\",\"hColor\":\"\",\"borderWidth\":\"\",\"borderRadius\":\"\",\"borderStyle\":\"\",\"borderColor\":\"\",\"borderHColor\":\"\",\"btnBorderTopWidth\":1,\"btnBorderLeftWidth\":1,\"btnBorderRightWidth\":1,\"btnBorderBottomWidth\":1,\"btnBorderTopLeftRadius\":2,\"btnBorderTopRightRadius\":2,\"btnBorderBottomLeftRadius\":2,\"btnBorderBottomRightRadius\":2,\"btnBorderStyle\":\"solid\",\"btnBorderColor\":\"#333\",\"btnBorderHColor\":\"#333\"} -->\n<div class=\"wp-block-uagb-buttons-child uagb-buttons__outer-wrap uagb-block-a6e42a0a wp-block-button is-style-outline\"><div class=\"uagb-button__wrapper\"><a class=\"uagb-buttons-repeater wp-block-button__link\" href=\"/amenities/\" rel=\"follow noopener\" target=\"_self\"><div class=\"uagb-button__link\">View All</div></a></div></div>\n<!-- /wp:uagb/buttons-child --></div></div>\n<!-- /wp:uagb/buttons --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"c84d8e68\",\"directionDesktop\":\"row\",\"alignItemsTablet\":\"flex-start\",\"paddingLink\":false,\"topMarginDesktop\":50,\"bottomMarginDesktop\":20,\"leftMarginDesktop\":0,\"rightMarginDesktop\":0,\"marginLink\":false,\"variationSelected\":true,\"rowGapMobile\":65,\"columnGapDesktop\":48,\"columnGapTablet\":20} -->\n<div class=\"wp-block-uagb-container uagb-block-c84d8e68\"><!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"align\":\"center\",\"id\":828,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image aligncenter size-full\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Blue-Roan-pool.png\" alt=\"Blue Roan\'s rock pool\" class=\"wp-image-828\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>A relaxing rock Pool​</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>We have a lovely sparkling blue rock pool next to a thatched Lapa. &nbsp;&nbsp;Lie on recliners on the green lawn or sit on the swing chair in the Lapa and enjoy the panoramic view of the Magaliesberg mountain range.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":829,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/img-20160605-wa0002-largejpg.png\" alt=\"\" class=\"wp-image-829\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>Braai facilities </h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>What can compare to a burning fire under the star-lit African sky? Nothing beats the flavor of cooking over an open flame.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":1354,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Games-Room.png\" alt=\"\" class=\"wp-image-1354\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>A games room </h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>The reception is also a games room for those who enjoy darts or playing pool. &nbsp;Take a selection of DVDs back to your room and watch movies on your own DVD player. &nbsp;There is also a selection of board games and music CDs that you can borrow.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div>\n<!-- /wp:uagb/container --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"e70633f7\",\"backgroundType\":\"color\",\"backgroundSizeTablet\":\"cover\",\"backgroundSizeMobile\":\"cover\",\"backgroundColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"bottomPaddingDesktop\":104,\"leftPaddingDesktop\":40,\"rightPaddingDesktop\":40,\"topPaddingTablet\":80,\"bottomPaddingTablet\":80,\"leftPaddingTablet\":40,\"rightPaddingTablet\":40,\"topPaddingMobile\":64,\"bottomPaddingMobile\":64,\"leftPaddingMobile\":24,\"rightPaddingMobile\":24,\"paddingLink\":false,\"variationSelected\":true,\"rowGapDesktop\":0,\"isBlockRootParent\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-e70633f7 alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/advanced-heading {\"block_id\":\"9ec882f0\",\"classMigrate\":true,\"headingDescToggle\":true,\"headingAlign\":\"center\",\"headingAlignMobile\":\"left\",\"subHeadingColor\":\"\",\"headSpace\":20,\"subHeadFontSize\":16,\"blockBottomPadding\":20} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-9ec882f0\"><h2 class=\"uagb-heading-text\">Our Inside Pictures​</h2><p class=\"uagb-desc-text\">Take a look at some pretty pictures captured in and around our premises.</p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/container {\"block_id\":\"90feb654\",\"directionDesktop\":\"row\",\"alignItemsDesktop\":\"flex-start\",\"topMarginDesktop\":20,\"bottomMarginDesktop\":0,\"leftMarginDesktop\":0,\"rightMarginDesktop\":0,\"marginLink\":false,\"variationSelected\":true,\"rowGapMobile\":24,\"columnGapDesktop\":24,\"columnGapTablet\":20} -->\n<div class=\"wp-block-uagb-container uagb-block-90feb654\"><!-- wp:uagb/container {\"block_id\":\"79b7f7a1\",\"widthDesktop\":32,\"variationSelected\":true,\"rowGapDesktop\":24,\"rowGapTablet\":20,\"rowGapMobile\":24,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-79b7f7a1\"><!-- wp:uagb/image {\"block_id\":\"e000d8d9\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/red-rose-1024x683.jpg\",\"id\":834,\"linkDestination\":\"none\",\"width\":385,\"height\":284,\"naturalWidth\":1024,\"naturalHeight\":683,\"sizeSlug\":\"large\",\"sizeSlugTablet\":\"large\",\"sizeSlugMobile\":\"large\",\"customHeightSetDesktop\":true} -->\n<div class=\"wp-block-uagb-image uagb-block-e000d8d9 wp-block-uagb-image--layout-default wp-block-uagb-image--effect-static wp-block-uagb-image--align-none\"><figure class=\"wp-block-uagb-image__figure\"><img srcset=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/red-rose-1024x683.jpg \" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/red-rose-1024x683.jpg\" alt=\"\" class=\"uag-image-834\" width=\"385\" height=\"284\" title=\"\" loading=\"lazy\"/></figure></div>\n<!-- /wp:uagb/image -->\n\n<!-- wp:uagb/image {\"block_id\":\"e21dadfe\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/49g.jpg\",\"id\":838,\"linkDestination\":\"none\",\"width\":385,\"height\":284,\"naturalWidth\":650,\"naturalHeight\":450,\"sizeSlug\":\"full\",\"sizeSlugTablet\":\"full\",\"sizeSlugMobile\":\"full\",\"customHeightSetDesktop\":true} -->\n<div class=\"wp-block-uagb-image uagb-block-e21dadfe wp-block-uagb-image--layout-default wp-block-uagb-image--effect-static wp-block-uagb-image--align-none\"><figure class=\"wp-block-uagb-image__figure\"><img srcset=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/49g.jpg \" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/49g.jpg\" alt=\"\" class=\"uag-image-838\" width=\"385\" height=\"284\" title=\"\" loading=\"lazy\"/></figure></div>\n<!-- /wp:uagb/image --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"3606ee1c\",\"widthDesktop\":67,\"variationSelected\":true,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-3606ee1c\"><!-- wp:uagb/image {\"block_id\":\"3b9b48d3\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAA39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba-1-1024x768.png\",\"id\":905,\"linkDestination\":\"none\",\"naturalWidth\":1024,\"naturalHeight\":768,\"sizeSlug\":\"large\",\"sizeSlugTablet\":\"large\",\"sizeSlugMobile\":\"large\"} -->\n<div class=\"wp-block-uagb-image uagb-block-3b9b48d3 wp-block-uagb-image--layout-default wp-block-uagb-image--effect-static wp-block-uagb-image--align-none\"><figure class=\"wp-block-uagb-image__figure\"><img srcset=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAA39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba-1-1024x768.png \" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAA39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba-1-1024x768.png\" alt=\"\" class=\"uag-image-905\" width=\"\" height=\"\" title=\"\" loading=\"lazy\"/></figure></div>\n<!-- /wp:uagb/image --></div>\n<!-- /wp:uagb/container --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"f4868884\",\"directionDesktop\":\"row\",\"alignItemsDesktop\":\"flex-start\",\"topMarginDesktop\":24,\"bottomMarginDesktop\":0,\"leftMarginDesktop\":0,\"rightMarginDesktop\":0,\"topMarginTablet\":20,\"bottomMarginTablet\":0,\"leftMarginTablet\":0,\"rightMarginTablet\":0,\"topMarginMobile\":24,\"bottomMarginMobile\":0,\"leftMarginMobile\":0,\"rightMarginMobile\":0,\"marginLink\":false,\"variationSelected\":true,\"columnGapDesktop\":24,\"columnGapTablet\":20} -->\n<div class=\"wp-block-uagb-container uagb-block-f4868884\"><!-- wp:uagb/container {\"block_id\":\"36925607\",\"widthDesktop\":67,\"variationSelected\":true,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-36925607\"><!-- wp:image {\"id\":837,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-8-1024x678.jpg\" alt=\"\" class=\"wp-image-837\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"47cdee07\",\"widthDesktop\":32,\"variationSelected\":true,\"rowGapDesktop\":24,\"rowGapTablet\":20,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-47cdee07\"><!-- wp:uagb/image {\"block_id\":\"5ab5ba94\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Blue-roan-pool-01.jpg\",\"id\":782,\"linkDestination\":\"none\",\"width\":385,\"height\":250,\"naturalWidth\":800,\"naturalHeight\":534,\"sizeSlug\":\"full\",\"sizeSlugTablet\":\"full\",\"sizeSlugMobile\":\"full\",\"customHeightSetDesktop\":true} -->\n<div class=\"wp-block-uagb-image uagb-block-5ab5ba94 wp-block-uagb-image--layout-default wp-block-uagb-image--effect-static wp-block-uagb-image--align-none\"><figure class=\"wp-block-uagb-image__figure\"><img srcset=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Blue-roan-pool-01.jpg \" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Blue-roan-pool-01.jpg\" alt=\"\" class=\"uag-image-782\" width=\"385\" height=\"250\" title=\"\" loading=\"lazy\"/></figure></div>\n<!-- /wp:uagb/image -->\n\n<!-- wp:uagb/image {\"block_id\":\"7690d057\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/bird-1024x683.jpg\",\"id\":910,\"linkDestination\":\"none\",\"width\":385,\"height\":250,\"naturalWidth\":1024,\"naturalHeight\":683,\"sizeSlug\":\"large\",\"sizeSlugTablet\":\"large\",\"sizeSlugMobile\":\"large\",\"customHeightSetDesktop\":true} -->\n<div class=\"wp-block-uagb-image uagb-block-7690d057 wp-block-uagb-image--layout-default wp-block-uagb-image--effect-static wp-block-uagb-image--align-none\"><figure class=\"wp-block-uagb-image__figure\"><img srcset=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/bird-1024x683.jpg \" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/bird-1024x683.jpg\" alt=\"\" class=\"uag-image-910\" width=\"385\" height=\"250\" title=\"\" loading=\"lazy\"/></figure></div>\n<!-- /wp:uagb/image --></div>\n<!-- /wp:uagb/container --></div>\n<!-- /wp:uagb/container --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"017f60b7\",\"backgroundType\":\"color\",\"backgroundSizeTablet\":\"cover\",\"backgroundSizeMobile\":\"cover\",\"backgroundColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"topPaddingDesktop\":40,\"bottomPaddingDesktop\":104,\"leftPaddingDesktop\":40,\"rightPaddingDesktop\":40,\"topPaddingTablet\":80,\"bottomPaddingTablet\":80,\"leftPaddingTablet\":40,\"rightPaddingTablet\":40,\"topPaddingMobile\":64,\"bottomPaddingMobile\":64,\"leftPaddingMobile\":24,\"rightPaddingMobile\":24,\"paddingLink\":false,\"variationSelected\":true,\"rowGapDesktop\":0,\"isBlockRootParent\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-017f60b7 alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/advanced-heading {\"block_id\":\"3898c2c8\",\"classMigrate\":true,\"headingDescToggle\":true,\"headingAlign\":\"center\",\"headingAlignMobile\":\"left\",\"subHeadingColor\":\"\",\"headSpace\":20,\"subHeadFontSize\":16,\"blockBottomPadding\":20} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-3898c2c8\"><h2 class=\"uagb-heading-text\">What Our Guests Say​</h2><p class=\"uagb-desc-text\">We take pride in serving our guests the best experience. </p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/container {\"block_id\":\"fb0c1517\",\"directionDesktop\":\"row\",\"topMarginDesktop\":40,\"bottomMarginDesktop\":0,\"leftMarginDesktop\":0,\"rightMarginDesktop\":0,\"marginLink\":false,\"variationSelected\":true,\"rowGapMobile\":40,\"columnGapDesktop\":90} -->\n<div class=\"wp-block-uagb-container uagb-block-fb0c1517\"><!-- wp:uagb/container {\"block_id\":\"458c56c3\",\"widthDesktop\":50,\"variationSelected\":true,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-458c56c3\"><!-- wp:uagb/testimonial {\"test_item_count\":1,\"classMigrate\":true,\"test_block\":[{\"description\":\"\\u0022Thank you for a most enjoyable weekend stay and for making our anniversary so special.  Thank you for your kind and lovely friendship which we really appreciate!!!\\u0022​\",\"name\":\"\\u003cstrong\\u003eBrenda and Theuns\\u003c/strong\\u003e\",\"company\":\"\",\"image\":{\"id\":119,\"title\":\"testimonial1\",\"filename\":\"testimonial1.jpg\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/testimonial1.jpg\",\"link\":\"https://blueroan.netgen.cloud/testimonial1/\",\"alt\":\"\",\"author\":\"34\",\"description\":\"\",\"caption\":\"\",\"name\":\"testimonial1\",\"status\":\"inherit\",\"uploadedTo\":0,\"date\":\"2021-05-11T05:02:02.000Z\",\"modified\":\"2021-05-11T05:02:02.000Z\",\"menuOrder\":0,\"mime\":\"image/jpeg\",\"type\":\"image\",\"subtype\":\"jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/default.png\",\"dateFormatted\":\"May 11, 2021\",\"nonces\":{\"update\":\"b92fe40c3d\",\"delete\":\"643c1eb8f1\",\"edit\":\"d3e7d56b1d\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=119\\u0026action=edit\",\"meta\":false,\"authorName\":\"Rishabh\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/user-edit.php?user_id=34\",\"filesizeInBytes\":11264,\"filesizeHumanReadable\":\"11 KB\",\"context\":\"\",\"height\":250,\"width\":250,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/testimonial1-150x150.jpg\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/testimonial1.jpg\",\"height\":250,\"width\":250,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}}}],\"headingAlign\":\"left\",\"headingAlignTablet\":\"left\",\"headingAlignMobile\":\"left\",\"descColor\":\"var(\\u002d\\u002dast-global-color-3)\",\"nameFontSize\":14,\"nameLineHeight\":1,\"descFontSize\":16,\"descFontWeight\":\"600\",\"nameSpace\":1,\"block_id\":\"413bcd65\",\"iconImage\":{\"url\":\"\",\"alt\":\"InfoBox placeholder img\"},\"imageWidth\":32,\"columnGap\":1,\"borderStyle\":\"\",\"paddingTop\":0,\"paddingBottom\":0,\"paddingLeft\":0,\"paddingRight\":0,\"spacingLink\":true,\"imgpaddingTop\":0,\"imgpaddingRight\":15,\"imgpaddingBottom\":0,\"imgpaddingLeft\":0,\"overallBorderStyle\":\"none\",\"imgTagHeight\":32,\"imgTagWidth\":150} -->\n<div class=\"wp-block-uagb-testimonial uagb-slick-carousel uagb-tm__arrow-outside uagb-block-413bcd65 uagb-post__carousel_notset uagb-post__carousel_notset-tablet uagb-post__carousel_notset-mobile\"><div class=\"is-carousel uagb-tm__columns-1 uagb-tm__items\"><div class=\"uagb-testimonial__wrap  uagb-tm__imgicon-style-circle uagb-tm__image-position-bottom uagb-tm__bg-type-none \"><div class=\"uagb-tm__content\"><div class=\"uagb-tm__overlay\"></div><div class=\"uagb-tm__text-wrap\"><div class=\"uagb-tm__desc\">\"Thank you for a most enjoyable weekend stay and for making our anniversary so special.  Thank you for your kind and lovely friendship which we really appreciate!!!\"​</div><div class=\"uagb-tm__meta-inner\"><div class=\"uagb-tm__image-content\"><div class=\"uagb-tm__image\"><img class=\"uagb-tm-img-src\" src=\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/testimonial1-150x150.jpg\" alt=\"\" width=\"32\" height=\"32\" loading=\"lazy\"/></div></div><div class=\"uagb-testimonial-details\"><span class=\"uagb-tm__author-name\"><strong>Brenda and Theuns</strong></span><span class=\"uagb-tm__company\"></span></div></div></div></div></div></div></div>\n<!-- /wp:uagb/testimonial -->\n\n<!-- wp:uagb/testimonial {\"test_item_count\":1,\"classMigrate\":true,\"test_block\":[{\"description\":\"\\u0022Breaking away from city life and coming out to a most wonderful romantic weekend away.  The unit is so comfortable.  Thank you for your great hospitality - we had an awesome time here.  Go well - with love\\u0022​\",\"name\":\"\\u003cstrong\\u003e\\u003cstrong\\u003e\\u003cstrong\\u003eLiz \\u0026amp; Eddie\\u003c/strong\\u003e\\u003c/strong\\u003e\\u003c/strong\\u003e\",\"company\":\"\",\"image\":{\"id\":122,\"title\":\"testimonial4\",\"filename\":\"testimonial4.jpg\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/testimonial4.jpg\",\"link\":\"https://blueroan.netgen.cloud/testimonial4/\",\"alt\":\"\",\"author\":\"34\",\"description\":\"\",\"caption\":\"\",\"name\":\"testimonial4\",\"status\":\"inherit\",\"uploadedTo\":0,\"date\":\"2021-05-11T05:02:06.000Z\",\"modified\":\"2021-05-11T05:02:06.000Z\",\"menuOrder\":0,\"mime\":\"image/jpeg\",\"type\":\"image\",\"subtype\":\"jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/default.png\",\"dateFormatted\":\"May 11, 2021\",\"nonces\":{\"update\":\"4e34860add\",\"delete\":\"9e126a55cd\",\"edit\":\"33ffd3c040\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=122\\u0026action=edit\",\"meta\":false,\"authorName\":\"Rishabh\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/user-edit.php?user_id=34\",\"filesizeInBytes\":16584,\"filesizeHumanReadable\":\"16 KB\",\"context\":\"\",\"height\":250,\"width\":250,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/testimonial4-150x150.jpg\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/testimonial4.jpg\",\"height\":250,\"width\":250,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}}}],\"headingAlign\":\"left\",\"headingAlignTablet\":\"left\",\"headingAlignMobile\":\"left\",\"descColor\":\"var(\\u002d\\u002dast-global-color-3)\",\"nameFontSize\":14,\"nameLineHeight\":1,\"descFontSize\":16,\"descFontWeight\":\"600\",\"nameSpace\":1,\"block_id\":\"02830ede\",\"iconImage\":{\"url\":\"\",\"alt\":\"InfoBox placeholder img\"},\"imageWidth\":32,\"columnGap\":1,\"borderStyle\":\"\",\"paddingTop\":0,\"paddingBottom\":0,\"paddingLeft\":0,\"paddingRight\":0,\"spacingLink\":true,\"imgpaddingTop\":0,\"imgpaddingRight\":15,\"imgpaddingBottom\":0,\"imgpaddingLeft\":0,\"overallBorderStyle\":\"none\",\"imgTagHeight\":32,\"imgTagWidth\":150} -->\n<div class=\"wp-block-uagb-testimonial uagb-slick-carousel uagb-tm__arrow-outside uagb-block-02830ede uagb-post__carousel_notset uagb-post__carousel_notset-tablet uagb-post__carousel_notset-mobile\"><div class=\"is-carousel uagb-tm__columns-1 uagb-tm__items\"><div class=\"uagb-testimonial__wrap  uagb-tm__imgicon-style-circle uagb-tm__image-position-bottom uagb-tm__bg-type-none \"><div class=\"uagb-tm__content\"><div class=\"uagb-tm__overlay\"></div><div class=\"uagb-tm__text-wrap\"><div class=\"uagb-tm__desc\">\"Breaking away from city life and coming out to a most wonderful romantic weekend away.  The unit is so comfortable.  Thank you for your great hospitality - we had an awesome time here.  Go well - with love\"​</div><div class=\"uagb-tm__meta-inner\"><div class=\"uagb-tm__image-content\"><div class=\"uagb-tm__image\"><img class=\"uagb-tm-img-src\" src=\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/testimonial4-150x150.jpg\" alt=\"\" width=\"32\" height=\"32\" loading=\"lazy\"/></div></div><div class=\"uagb-testimonial-details\"><span class=\"uagb-tm__author-name\"><strong><strong><strong>Liz &amp; Eddie</strong></strong></strong></span><span class=\"uagb-tm__company\"></span></div></div></div></div></div></div></div>\n<!-- /wp:uagb/testimonial --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"40324671\",\"widthDesktop\":50,\"variationSelected\":true,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-40324671\"><!-- wp:uagb/testimonial {\"test_item_count\":1,\"classMigrate\":true,\"test_block\":[{\"description\":\"\\u0022Judy, what a wonderful place you have here - we were so delighted to spend the weekend here, so tranquil, peaceful, and beautiful. You made us feel right at home. Definitely a place worth 5 stars! Go well.\\u0022​\",\"name\":\"\\u003cstrong\\u003e\\u003cstrong\\u003eBrian\\u003c/strong\\u003e\\u003c/strong\\u003e \\u003cstrong\\u003e\\u003cstrong\\u003e\\u003cstrong\\u003eand \\u003cstrong\\u003eMariska\\u003c/strong\\u003e\\u003c/strong\\u003e\\u003cbr\\u003e\\u003c/strong\\u003e\\u003c/strong\\u003e\",\"company\":\"\",\"image\":{\"id\":120,\"title\":\"testimonial2\",\"filename\":\"testimonial2.jpg\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/testimonial2.jpg\",\"link\":\"https://blueroan.netgen.cloud/testimonial2/\",\"alt\":\"\",\"author\":\"34\",\"description\":\"\",\"caption\":\"\",\"name\":\"testimonial2\",\"status\":\"inherit\",\"uploadedTo\":0,\"date\":\"2021-05-11T05:02:03.000Z\",\"modified\":\"2021-05-11T05:02:03.000Z\",\"menuOrder\":0,\"mime\":\"image/jpeg\",\"type\":\"image\",\"subtype\":\"jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/default.png\",\"dateFormatted\":\"May 11, 2021\",\"nonces\":{\"update\":\"1ee6412858\",\"delete\":\"4414a2ccbf\",\"edit\":\"bde7b1f490\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=120\\u0026action=edit\",\"meta\":false,\"authorName\":\"Rishabh\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/user-edit.php?user_id=34\",\"filesizeInBytes\":10087,\"filesizeHumanReadable\":\"10 KB\",\"context\":\"\",\"height\":250,\"width\":250,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/testimonial2-150x150.jpg\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/testimonial2.jpg\",\"height\":250,\"width\":250,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}}}],\"headingAlign\":\"left\",\"headingAlignTablet\":\"left\",\"headingAlignMobile\":\"left\",\"descColor\":\"var(\\u002d\\u002dast-global-color-3)\",\"nameFontSize\":14,\"nameLineHeight\":1,\"descFontSize\":16,\"descFontWeight\":\"600\",\"nameSpace\":1,\"block_id\":\"589ec0a8\",\"iconImage\":{\"url\":\"\",\"alt\":\"InfoBox placeholder img\"},\"imageWidth\":32,\"columnGap\":1,\"borderStyle\":\"\",\"paddingTop\":0,\"paddingBottom\":0,\"paddingLeft\":0,\"paddingRight\":0,\"spacingLink\":true,\"imgpaddingTop\":0,\"imgpaddingRight\":15,\"imgpaddingBottom\":0,\"imgpaddingLeft\":0,\"overallBorderStyle\":\"none\",\"imgTagHeight\":32,\"imgTagWidth\":150} -->\n<div class=\"wp-block-uagb-testimonial uagb-slick-carousel uagb-tm__arrow-outside uagb-block-589ec0a8 uagb-post__carousel_notset uagb-post__carousel_notset-tablet uagb-post__carousel_notset-mobile\"><div class=\"is-carousel uagb-tm__columns-1 uagb-tm__items\"><div class=\"uagb-testimonial__wrap  uagb-tm__imgicon-style-circle uagb-tm__image-position-bottom uagb-tm__bg-type-none \"><div class=\"uagb-tm__content\"><div class=\"uagb-tm__overlay\"></div><div class=\"uagb-tm__text-wrap\"><div class=\"uagb-tm__desc\">\"Judy, what a wonderful place you have here - we were so delighted to spend the weekend here, so tranquil, peaceful, and beautiful. You made us feel right at home. Definitely a place worth 5 stars! Go well.\"​</div><div class=\"uagb-tm__meta-inner\"><div class=\"uagb-tm__image-content\"><div class=\"uagb-tm__image\"><img class=\"uagb-tm-img-src\" src=\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/testimonial2-150x150.jpg\" alt=\"\" width=\"32\" height=\"32\" loading=\"lazy\"/></div></div><div class=\"uagb-testimonial-details\"><span class=\"uagb-tm__author-name\"><strong><strong>Brian</strong></strong> <strong><strong><strong>and <strong>Mariska</strong></strong><br></strong></strong></span><span class=\"uagb-tm__company\"></span></div></div></div></div></div></div></div>\n<!-- /wp:uagb/testimonial -->\n\n<!-- wp:uagb/testimonial {\"test_item_count\":1,\"classMigrate\":true,\"test_block\":[{\"description\":\"\\u0022Thank you for the most wonderful time, Judy!  This was the most peaceful and perfect place to get engaged!  We will most certainly be back!!!  Your hospitality cannot be topped!\\u0022​\",\"name\":\"\\u003cstrong\\u003e\\u003cstrong\\u003e\\u003cstrong\\u003e\\u003cstrong\\u003eBrett and Kelly\\u003c/strong\\u003e\\u003c/strong\\u003e\\u003c/strong\\u003e\\u003c/strong\\u003e\",\"company\":\"\",\"image\":{\"id\":121,\"title\":\"testimonial3\",\"filename\":\"testimonial3.jpg\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/testimonial3.jpg\",\"link\":\"https://blueroan.netgen.cloud/testimonial3/\",\"alt\":\"\",\"author\":\"34\",\"description\":\"\",\"caption\":\"\",\"name\":\"testimonial3\",\"status\":\"inherit\",\"uploadedTo\":0,\"date\":\"2021-05-11T05:02:05.000Z\",\"modified\":\"2021-05-11T05:02:05.000Z\",\"menuOrder\":0,\"mime\":\"image/jpeg\",\"type\":\"image\",\"subtype\":\"jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/default.png\",\"dateFormatted\":\"May 11, 2021\",\"nonces\":{\"update\":\"290653da5d\",\"delete\":\"90a4fb2d63\",\"edit\":\"ff8a64e56e\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=121\\u0026action=edit\",\"meta\":false,\"authorName\":\"Rishabh\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/user-edit.php?user_id=34\",\"filesizeInBytes\":8748,\"filesizeHumanReadable\":\"9 KB\",\"context\":\"\",\"height\":250,\"width\":250,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/testimonial3-150x150.jpg\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/testimonial3.jpg\",\"height\":250,\"width\":250,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}}}],\"headingAlign\":\"left\",\"headingAlignTablet\":\"left\",\"headingAlignMobile\":\"left\",\"descColor\":\"var(\\u002d\\u002dast-global-color-3)\",\"nameFontSize\":14,\"nameLineHeight\":1,\"descFontSize\":16,\"descFontWeight\":\"600\",\"nameSpace\":1,\"block_id\":\"96b6a9f1\",\"iconImage\":{\"url\":\"\",\"alt\":\"InfoBox placeholder img\"},\"imageWidth\":32,\"columnGap\":1,\"borderStyle\":\"\",\"paddingTop\":0,\"paddingBottom\":0,\"paddingLeft\":0,\"paddingRight\":0,\"spacingLink\":true,\"imgpaddingTop\":0,\"imgpaddingRight\":15,\"imgpaddingBottom\":0,\"imgpaddingLeft\":0,\"overallBorderStyle\":\"none\",\"imgTagHeight\":32,\"imgTagWidth\":150} -->\n<div class=\"wp-block-uagb-testimonial uagb-slick-carousel uagb-tm__arrow-outside uagb-block-96b6a9f1 uagb-post__carousel_notset uagb-post__carousel_notset-tablet uagb-post__carousel_notset-mobile\"><div class=\"is-carousel uagb-tm__columns-1 uagb-tm__items\"><div class=\"uagb-testimonial__wrap  uagb-tm__imgicon-style-circle uagb-tm__image-position-bottom uagb-tm__bg-type-none \"><div class=\"uagb-tm__content\"><div class=\"uagb-tm__overlay\"></div><div class=\"uagb-tm__text-wrap\"><div class=\"uagb-tm__desc\">\"Thank you for the most wonderful time, Judy!  This was the most peaceful and perfect place to get engaged!  We will most certainly be back!!!  Your hospitality cannot be topped!\"​</div><div class=\"uagb-tm__meta-inner\"><div class=\"uagb-tm__image-content\"><div class=\"uagb-tm__image\"><img class=\"uagb-tm-img-src\" src=\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/testimonial3-150x150.jpg\" alt=\"\" width=\"32\" height=\"32\" loading=\"lazy\"/></div></div><div class=\"uagb-testimonial-details\"><span class=\"uagb-tm__author-name\"><strong><strong><strong><strong>Brett and Kelly</strong></strong></strong></strong></span><span class=\"uagb-tm__company\"></span></div></div></div></div></div></div></div>\n<!-- /wp:uagb/testimonial --></div>\n<!-- /wp:uagb/container --></div>\n<!-- /wp:uagb/container --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"8b213ac0\",\"innerContentCustomWidthDesktop\":781,\"innerContentCustomWidthTablet\":781,\"backgroundType\":\"image\",\"backgroundImageDesktop\":{\"id\":809,\"title\":\"26759994757_767d9794fd_b\",\"filename\":\"26759994757_767d9794fd_b.jpg\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/26759994757_767d9794fd_b.jpg\",\"link\":\"https://blueroan.netgen.cloud/?attachment_id=809\",\"alt\":\"\",\"author\":\"2\",\"description\":\"\",\"caption\":\"\",\"name\":\"26759994757_767d9794fd_b\",\"status\":\"inherit\",\"uploadedTo\":805,\"date\":\"2022-12-13T09:51:53.000Z\",\"modified\":\"2022-12-13T09:51:53.000Z\",\"menuOrder\":0,\"mime\":\"image/jpeg\",\"type\":\"image\",\"subtype\":\"jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-includes/images/media/default.png\",\"dateFormatted\":\"December 13, 2022\",\"nonces\":{\"update\":\"39b5c0eef1\",\"delete\":\"fde92abd83\",\"edit\":\"3923face9e\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=809\\u0026action=edit\",\"meta\":false,\"authorName\":\"Netgen Support\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/profile.php\",\"uploadedToTitle\":\"Magaliesburg\",\"uploadedToLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=805\\u0026action=edit\",\"filesizeInBytes\":143610,\"filesizeHumanReadable\":\"140 KB\",\"context\":\"\",\"height\":683,\"width\":1024,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/26759994757_767d9794fd_b-150x150.jpg\",\"orientation\":\"landscape\"},\"medium\":{\"height\":200,\"width\":300,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/26759994757_767d9794fd_b-300x200.jpg\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/26759994757_767d9794fd_b.jpg\",\"height\":683,\"width\":1024,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"backgroundImageColor\":\"rgba(42,42,42,0.65)\",\"topPaddingDesktop\":144,\"bottomPaddingDesktop\":144,\"leftPaddingDesktop\":40,\"rightPaddingDesktop\":40,\"topPaddingTablet\":80,\"bottomPaddingTablet\":80,\"leftPaddingTablet\":40,\"rightPaddingTablet\":40,\"topPaddingMobile\":64,\"bottomPaddingMobile\":64,\"leftPaddingMobile\":24,\"rightPaddingMobile\":24,\"paddingLink\":false,\"variationSelected\":true,\"isBlockRootParent\":true,\"overlayType\":\"color\"} -->\n<div class=\"wp-block-uagb-container uagb-block-8b213ac0 alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/advanced-heading {\"block_id\":\"6cfbd7ae\",\"classMigrate\":true,\"headingDescToggle\":true,\"headingAlign\":\"center\",\"headingColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"subHeadingColor\":\"var(\\u002d\\u002dast-global-color-4)\",\"headSpace\":20} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-6cfbd7ae\"><h2 class=\"uagb-heading-text\">Plan an Unforgettable Experience at <br>Blue Roan!</h2><p class=\"uagb-desc-text\">Blue Roan is a 3-star graded pet-friendly venue</p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/advanced-heading {\"block_id\":\"59f9fc57\",\"classMigrate\":true,\"headingTitleToggle\":false,\"headingDescToggle\":true,\"headingAlign\":\"center\",\"subHeadingColor\":\"var(\\u002d\\u002dast-global-color-4)\",\"subHeadTransform\":\"uppercase\",\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"subHeadLetterSpacing\":2,\"blockTopPadding\":60,\"blockRightPadding\":0,\"blockLeftPadding\":0,\"blockBottomPadding\":0,\"blockTopPaddingMobile\":30,\"blockRightPaddingMobile\":0,\"blockLeftPaddingMobile\":0,\"blockBottomPaddingMobile\":0,\"linkColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"linkHColor\":\"var(\\u002d\\u002dast-global-color-0)\"} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-59f9fc57\"><p class=\"uagb-desc-text\"><a href=\"https://book.nightsbridge.com/11065\" target=\"_blank\" rel=\"noreferrer noopener\">BOOK YOUR STAY NOW​</a></p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/icon-list {\"block_id\":\"824468fb\",\"classMigrate\":true,\"childMigrate\":true,\"align\":\"center\",\"parentIcon\":\"phone\",\"size\":40,\"sizeMobile\":24,\"sizeTablet\":32,\"fontSize\":48,\"fontSizeMobile\":28,\"fontSizeTablet\":40,\"fontWeight\":\"600\",\"iconColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"labelColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"blockTopPadding\":0,\"blockRightPadding\":0,\"blockLeftPadding\":0,\"blockBottomPadding\":24,\"blockPaddingLink\":false} -->\n<div class=\"wp-block-uagb-icon-list uagb-block-824468fb\"><div class=\"uagb-icon-list__wrap\"><!-- wp:uagb/icon-list-child {\"block_id\":\"a6f4cb53\",\"label\":\" + 27 (0) 82 575 5409\",\"label_color\":\"\",\"link\":\"tel:+27825755409\",\"disableLink\":true,\"fromParentIcon\":\"phone\",\"imageSizeChild\":40} -->\n<div class=\"wp-block-uagb-icon-list-child uagb-block-a6f4cb53\"><a target=\"_self\" aria-label=\" + 27 (0) 82 575 5409\" rel=\"noopener noreferrer\" href=\"tel:+27825755409\"> </a><span class=\"uagb-icon-list__source-wrap\"><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M511.2 387l-23.25 100.8c-3.266 14.25-15.79 24.22-30.46 24.22C205.2 512 0 306.8 0 54.5c0-14.66 9.969-27.2 24.22-30.45l100.8-23.25C139.7-2.602 154.7 5.018 160.8 18.92l46.52 108.5c5.438 12.78 1.77 27.67-8.98 36.45L144.5 207.1c33.98 69.22 90.26 125.5 159.5 159.5l44.08-53.8c8.688-10.78 23.69-14.51 36.47-8.975l108.5 46.51C506.1 357.2 514.6 372.4 511.2 387z\"></path></svg></span><span class=\"uagb-icon-list__label\"> + 27 (0) 82 575 5409</span></div>\n<!-- /wp:uagb/icon-list-child -->\n\n<!-- wp:uagb/icon-list-child {\"block_id\":\"5414212a\",\"label\":\"blueroan@ugo.co.za\",\"icon\":\"envelope\",\"label_color\":\"\",\"link\":\"mailto:blueroan@ugo.co.za\",\"disableLink\":true,\"fromParentIcon\":\"phone\",\"imageSizeChild\":40} -->\n<div class=\"wp-block-uagb-icon-list-child uagb-block-5414212a\"><a target=\"_self\" aria-label=\"blueroan@ugo.co.za\" rel=\"noopener noreferrer\" href=\"mailto:blueroan@ugo.co.za\"> </a><span class=\"uagb-icon-list__source-wrap\"><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M464 64C490.5 64 512 85.49 512 112C512 127.1 504.9 141.3 492.8 150.4L275.2 313.6C263.8 322.1 248.2 322.1 236.8 313.6L19.2 150.4C7.113 141.3 0 127.1 0 112C0 85.49 21.49 64 48 64H464zM217.6 339.2C240.4 356.3 271.6 356.3 294.4 339.2L512 176V384C512 419.3 483.3 448 448 448H64C28.65 448 0 419.3 0 384V176L217.6 339.2z\"></path></svg></span><span class=\"uagb-icon-list__label\">blueroan@ugo.co.za</span></div>\n<!-- /wp:uagb/icon-list-child --></div></div>\n<!-- /wp:uagb/icon-list --></div></div>\n<!-- /wp:uagb/container -->',	'Home',	'',	'inherit',	'closed',	'closed',	'',	'760-revision-v1',	'',	'',	'2022-12-22 07:13:01',	'2022-12-22 07:13:01',	'',	760,	'https://blueroan.netgen.cloud/?p=1392',	0,	'revision',	'',	0),
(1393,	2,	'2022-12-22 07:15:45',	'2022-12-22 07:15:45',	'<!-- wp:uagb/container {\"block_id\":\"a7a2d00e\",\"minHeightDesktop\":95,\"minHeightTablet\":70,\"minHeightMobile\":80,\"minHeightType\":\"vh\",\"alignItemsDesktop\":\"flex-start\",\"backgroundType\":\"image\",\"backgroundImageDesktop\":{\"uploading\":false,\"date\":1670921854000,\"filename\":\"Blue-Roan-pool.jpg\",\"menuOrder\":0,\"uploadedTo\":760,\"type\":\"image\",\"subtype\":\"jpeg\",\"id\":784,\"title\":\"Blue Roan - pool\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Blue-Roan-pool.jpg\",\"link\":\"https://blueroan.netgen.cloud/home/blue-roan-pool/\",\"alt\":\"\",\"author\":\"2\",\"description\":\"\",\"caption\":\"\",\"name\":\"blue-roan-pool\",\"status\":\"inherit\",\"modified\":1670921854000,\"mime\":\"image/jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-includes/images/media/default.png\",\"dateFormatted\":\"December 13, 2022\",\"nonces\":{\"update\":\"51a12ed09e\",\"delete\":\"5174068551\",\"edit\":\"1de0721407\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=784\\u0026action=edit\",\"meta\":false,\"authorName\":\"Netgen Support\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/profile.php\",\"uploadedToTitle\":\"Home\",\"uploadedToLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=760\\u0026action=edit\",\"filesizeInBytes\":154801,\"filesizeHumanReadable\":\"151 KB\",\"context\":\"\",\"height\":667,\"width\":1000,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Blue-Roan-pool-150x150.jpg\",\"orientation\":\"landscape\"},\"medium\":{\"height\":200,\"width\":300,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Blue-Roan-pool-300x200.jpg\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Blue-Roan-pool.jpg\",\"height\":667,\"width\":1000,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"backgroundPositionDesktop\":{\"x\":0.5,\"y\":0.25},\"backgroundImageColor\":\"rgba(42,42,42,0.35)\",\"topPaddingDesktop\":0,\"bottomPaddingDesktop\":0,\"leftPaddingDesktop\":40,\"rightPaddingDesktop\":40,\"topPaddingTablet\":120,\"bottomPaddingTablet\":120,\"leftPaddingTablet\":40,\"rightPaddingTablet\":40,\"topPaddingMobile\":150,\"bottomPaddingMobile\":150,\"leftPaddingMobile\":20,\"rightPaddingMobile\":20,\"paddingLink\":false,\"variationSelected\":true,\"isBlockRootParent\":true,\"overlayType\":\"color\",\"minHeightTypeTablet\":\"vh\",\"minHeightTypeMobile\":\"vh\"} -->\n<div class=\"wp-block-uagb-container uagb-block-a7a2d00e alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:group {\"layout\":{\"inherit\":true}} -->\n<div class=\"wp-block-group\"><!-- wp:uagb/info-box {\"classMigrate\":true,\"headingAlign\":\"left\",\"headingColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"subHeadingColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"headingTag\":\"h1\",\"subHeadFontSize\":17,\"subHeadFontSizeMobile\":15,\"headSpace\":20,\"subHeadSpace\":40,\"block_id\":\"814e588f\",\"ctaIcon\":\"\",\"ctaText\":\"Book Your Stay Now\",\"ctaLink\":\"https://book.nightsbridge.com/11065\",\"ctaBtnLinkColor\":\"var(\\u002d\\u002dast-global-color-2)\",\"ctaLinkHoverColor\":\"var(\\u002d\\u002dast-global-color-2)\",\"ctaBgColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"ctaBgHoverColor\":\"var(\\u002d\\u002dast-global-color-4)\",\"ctaBorderColor\":\"\",\"ctaBorderStyle\":\"\",\"ctaBorderWidth\":\"\",\"ctaBorderRadius\":\"\",\"iconImage\":{\"url\":\"\",\"alt\":\"InfoBox placeholder img\"},\"showIcon\":false,\"paddingBtnTop\":18,\"paddingBtnBottom\":18,\"paddingBtnLeft\":34,\"paddingBtnRight\":34,\"blockTopPadding\":5,\"blockRightPadding\":40,\"blockLeftPadding\":0,\"blockBottomPadding\":0,\"blockTopPaddingTablet\":0,\"blockRightPaddingTablet\":64,\"blockLeftPaddingTablet\":0,\"blockBottomPaddingTablet\":0,\"blockTopPaddingMobile\":0,\"blockRightPaddingMobile\":0,\"blockLeftPaddingMobile\":0,\"blockBottomPaddingMobile\":0,\"blockPaddingUnit\":\"%\",\"blockPaddingLink\":false,\"subHeadMarginTopTablet\":0,\"subHeadMarginRightTablet\":64,\"subHeadTabletSpace\":40,\"subHeadMarginLeftTablet\":0,\"subHeadMarginTopMobile\":0,\"subHeadMarginRightMobile\":0,\"subHeadMobileSpace\":40,\"subHeadMarginLeftMobile\":0,\"btnBorderTopWidth\":1,\"btnBorderLeftWidth\":1,\"btnBorderRightWidth\":1,\"btnBorderBottomWidth\":1,\"btnBorderTopLeftRadius\":0,\"btnBorderTopRightRadius\":0,\"btnBorderBottomLeftRadius\":0,\"btnBorderBottomRightRadius\":0,\"btnBorderStyle\":\"none\",\"btnBorderColor\":\"#333\"} -->\n<div class=\"wp-block-uagb-info-box uagb-block-814e588f uagb-infobox__content-wrap  uagb-infobox-icon-above-title uagb-infobox-image-valign-top\"><div class=\"uagb-ifb-content\"><div class=\"uagb-ifb-title-wrap\"><h1 class=\"uagb-ifb-title\">Magaliesburg pet friendly self-catering accommodation</h1></div><p class=\"uagb-ifb-desc\">Romantic pet-friendly self-catering accommodation in Magaliesburg, Gauteng.</p></div></div>\n<!-- /wp:uagb/info-box --></div>\n<!-- /wp:group -->\n\n<!-- wp:buttons {\"layout\":{\"type\":\"flex\",\"justifyContent\":\"left\",\"orientation\":\"horizontal\"},\"style\":{\"spacing\":{\"blockGap\":\"var:preset|spacing|50\"}}} -->\n<div class=\"wp-block-buttons\"><!-- wp:button {\"backgroundColor\":\"ast-global-color-5\",\"textColor\":\"ast-global-color-2\",\"width\":25,\"style\":{\"spacing\":{\"padding\":{\"top\":\"var:preset|spacing|50\",\"right\":\"var:preset|spacing|30\",\"bottom\":\"var:preset|spacing|50\",\"left\":\"var:preset|spacing|30\"}}},\"className\":\"is-style-fill\"} -->\n<div class=\"wp-block-button has-custom-width wp-block-button__width-25 is-style-fill\" id=\"https://book.nightsbridge.com/11065\"><a class=\"wp-block-button__link has-ast-global-color-2-color has-ast-global-color-5-background-color has-text-color has-background wp-element-button\" href=\"https://book.nightsbridge.com/11065\" style=\"padding-top:var(--wp--preset--spacing--50);padding-right:var(--wp--preset--spacing--30);padding-bottom:var(--wp--preset--spacing--50);padding-left:var(--wp--preset--spacing--30)\" rel=\"https://book.nightsbridge.com/11065\">book your stay now</a></div>\n<!-- /wp:button -->\n\n<!-- wp:button {\"backgroundColor\":\"ast-global-color-5\",\"textColor\":\"ast-global-color-2\",\"width\":25,\"style\":{\"spacing\":{\"padding\":{\"top\":\"var:preset|spacing|50\",\"right\":\"var:preset|spacing|30\",\"bottom\":\"var:preset|spacing|50\",\"left\":\"var:preset|spacing|30\"}}},\"className\":\"is-style-fill\",\"UAGHideMob\":true,\"UAGHideTab\":true,\"UAGDisplayConditions\":\"userstate\",\"UAGResponsiveConditions\":true} -->\n<div class=\"wp-block-button has-custom-width wp-block-button__width-25 is-style-fill uag-hide-tab uag-hide-mob\" id=\"https://book.nightsbridge.com/11065\"><a class=\"wp-block-button__link has-ast-global-color-2-color has-ast-global-color-5-background-color has-text-color has-background wp-element-button\" href=\"https://book.nightsbridge.com/11065\" style=\"padding-top:var(--wp--preset--spacing--50);padding-right:var(--wp--preset--spacing--30);padding-bottom:var(--wp--preset--spacing--50);padding-left:var(--wp--preset--spacing--30)\" target=\"_blank\" rel=\"https://book.nightsbridge.com/11065 noopener\">Check availability</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons -->\n\n<!-- wp:buttons {\"layout\":{\"type\":\"flex\",\"justifyContent\":\"left\",\"orientation\":\"horizontal\"},\"style\":{\"spacing\":{\"blockGap\":\"var:preset|spacing|50\"}}} -->\n<div class=\"wp-block-buttons\"><!-- wp:button {\"backgroundColor\":\"ast-global-color-5\",\"textColor\":\"ast-global-color-2\",\"width\":25,\"style\":{\"spacing\":{\"padding\":{\"top\":\"var:preset|spacing|20\",\"right\":\"var:preset|spacing|40\",\"bottom\":\"var:preset|spacing|20\",\"left\":\"var:preset|spacing|40\"}}},\"className\":\"is-style-fill\"} -->\n<div class=\"wp-block-button has-custom-width wp-block-button__width-25 is-style-fill\" id=\"https://book.nightsbridge.com/11065\"><a class=\"wp-block-button__link has-ast-global-color-2-color has-ast-global-color-5-background-color has-text-color has-background wp-element-button\" href=\"https://book.nightsbridge.com/11065\" style=\"padding-top:var(--wp--preset--spacing--20);padding-right:var(--wp--preset--spacing--40);padding-bottom:var(--wp--preset--spacing--20);padding-left:var(--wp--preset--spacing--40)\" rel=\"https://book.nightsbridge.com/11065\">book your stay now</a></div>\n<!-- /wp:button -->\n\n<!-- wp:button {\"backgroundColor\":\"ast-global-color-5\",\"textColor\":\"ast-global-color-2\",\"width\":25,\"style\":{\"spacing\":{\"padding\":{\"top\":\"var:preset|spacing|20\",\"right\":\"var:preset|spacing|60\",\"bottom\":\"var:preset|spacing|20\",\"left\":\"var:preset|spacing|60\"}}},\"className\":\"is-style-fill\",\"UAGHideDesktop\":true,\"UAGHideTab\":true,\"UAGDisplayConditions\":\"userstate\",\"UAGResponsiveConditions\":true} -->\n<div class=\"wp-block-button has-custom-width wp-block-button__width-25 is-style-fill uag-hide-desktop uag-hide-tab\"><a class=\"wp-block-button__link has-ast-global-color-2-color has-ast-global-color-5-background-color has-text-color has-background wp-element-button\" href=\"https://book.nightsbridge.com/11065\" style=\"padding-top:var(--wp--preset--spacing--20);padding-right:var(--wp--preset--spacing--60);padding-bottom:var(--wp--preset--spacing--20);padding-left:var(--wp--preset--spacing--60)\" target=\"_blank\" rel=\"noopener\">Check availability</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"e3328049\",\"directionDesktop\":\"row\",\"directionMobile\":\"column-reverse\",\"alignItemsDesktop\":\"flex-start\",\"backgroundType\":\"color\",\"backgroundSizeTablet\":\"cover\",\"backgroundSizeMobile\":\"cover\",\"backgroundColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"topPaddingDesktop\":60,\"bottomPaddingDesktop\":60,\"topPaddingTablet\":80,\"bottomPaddingTablet\":80,\"leftPaddingTablet\":40,\"rightPaddingTablet\":40,\"topPaddingMobile\":64,\"bottomPaddingMobile\":64,\"leftPaddingMobile\":24,\"rightPaddingMobile\":24,\"paddingLink\":false,\"variationSelected\":true,\"columnGapDesktop\":60,\"columnGapTablet\":50,\"isBlockRootParent\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-e3328049 alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/container {\"block_id\":\"d4430a5d\",\"widthDesktop\":50,\"variationSelected\":true,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-d4430a5d\"><!-- wp:image {\"id\":797,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-13.jpg\" alt=\"\" class=\"wp-image-797\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>We have 7 lovely brick&nbsp;<strong>self-catering</strong>&nbsp;units, each one private and with its own character and theme. &nbsp;They are designed exclusively for couples with or without pets wanting a romantic and peaceful place to connect, re-connect, celebrate special occasions, or somewhere quiet and comfortable to come for a holiday</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:buttons -->\n<div class=\"wp-block-buttons\"><!-- wp:button -->\n<div class=\"wp-block-button\"><a class=\"wp-block-button__link wp-element-button\" href=\"/accommodation/\">View accomodation</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"d53c33c7\",\"widthDesktop\":50,\"leftPaddingDesktop\":0,\"paddingLink\":false,\"variationSelected\":true,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-d53c33c7\"><!-- wp:uagb/advanced-heading {\"block_id\":\"712f4363\",\"classMigrate\":true,\"headingDescToggle\":true,\"subHeadingColor\":\"\",\"headSpace\":20,\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-712f4363\"><h2 class=\"uagb-heading-text\"><strong>Blue Roan is a 3-star graded pet-friendly venue</strong></h2><p class=\"uagb-desc-text\">Our goal is to provide high-quality, romantic, comfortable, and affordable self-catering accommodation on the outskirts of the village of &nbsp;Magaliesburg. &nbsp;For animal lovers, we are also&nbsp;pet-friendly&nbsp;by arrangement in most of the units all of which have their own fully fenced and gated private grassy gardens.</p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/image {\"block_id\":\"91644c00\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/hammock-in-the-garden.jpg\",\"align\":\"left\",\"id\":799,\"linkDestination\":\"none\",\"naturalWidth\":600,\"naturalHeight\":400,\"sizeSlug\":\"full\",\"sizeSlugTablet\":\"full\",\"sizeSlugMobile\":\"full\",\"imageTopMargin\":20,\"imageRightMargin\":0,\"imageLeftMargin\":0,\"imageBottomMargin\":0,\"imageTopMarginMobile\":0,\"imageRightMarginMobile\":0,\"imageLeftMarginMobile\":0,\"imageBottomMarginMobile\":0,\"imageMarginLink\":false} -->\n<div class=\"wp-block-uagb-image uagb-block-91644c00 wp-block-uagb-image--layout-default wp-block-uagb-image--effect-static wp-block-uagb-image--align-left\"><figure class=\"wp-block-uagb-image__figure\"><img srcset=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/hammock-in-the-garden.jpg \" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/hammock-in-the-garden.jpg\" alt=\"\" class=\"uag-image-799\" width=\"\" height=\"\" title=\"\" loading=\"lazy\"/></figure></div>\n<!-- /wp:uagb/image --></div>\n<!-- /wp:uagb/container --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"28f895cf\",\"directionDesktop\":\"row\",\"directionMobile\":\"column-reverse\",\"alignItemsDesktop\":\"flex-start\",\"backgroundType\":\"color\",\"backgroundSizeTablet\":\"cover\",\"backgroundSizeMobile\":\"cover\",\"backgroundColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"topPaddingDesktop\":0,\"bottomPaddingDesktop\":0,\"topPaddingTablet\":80,\"bottomPaddingTablet\":80,\"leftPaddingTablet\":40,\"rightPaddingTablet\":40,\"topPaddingMobile\":64,\"bottomPaddingMobile\":64,\"leftPaddingMobile\":24,\"rightPaddingMobile\":24,\"paddingLink\":false,\"variationSelected\":true,\"rowGapDesktop\":0,\"columnGapDesktop\":0,\"columnGapTablet\":50,\"isBlockRootParent\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-28f895cf alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:image {\"align\":\"center\",\"id\":1344,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image aligncenter size-large\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/tgcsa-full-3-stars-1024x366.jpg\" alt=\"\" class=\"wp-image-1344\"/></figure>\n<!-- /wp:image --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"34767a07\",\"backgroundType\":\"color\",\"backgroundSizeTablet\":\"cover\",\"backgroundSizeMobile\":\"cover\",\"backgroundColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"topPaddingDesktop\":50,\"bottomPaddingDesktop\":100,\"topPaddingTablet\":50,\"bottomPaddingTablet\":25,\"leftPaddingTablet\":20,\"rightPaddingTablet\":20,\"topPaddingMobile\":50,\"bottomPaddingMobile\":20,\"leftPaddingMobile\":20,\"rightPaddingMobile\":20,\"paddingLink\":false,\"variationSelected\":true,\"rowGapDesktop\":0,\"isBlockRootParent\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-34767a07 alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/container {\"block_id\":\"ca17f43f\",\"directionDesktop\":\"row\",\"alignItemsDesktop\":\"flex-end\",\"alignItemsTablet\":\"flex-end\",\"justifyContentDesktop\":\"flex-end\",\"justifyContentTablet\":\"space-between\",\"variationSelected\":true,\"rowGapMobile\":30,\"columnGapDesktop\":0} -->\n<div class=\"wp-block-uagb-container uagb-block-ca17f43f\"><!-- wp:uagb/advanced-heading {\"block_id\":\"dfa8612a\",\"classMigrate\":true,\"headingDescToggle\":true,\"subHeadingColor\":\"\",\"headSpace\":20,\"subHeadFontSize\":16} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-dfa8612a\"><h2 class=\"uagb-heading-text\">Amenities &amp; Interests ​</h2><p class=\"uagb-desc-text\">The Blue Roan Country Lodge is situated just 5 minutes from the village of Magaliesburg on a tar road so easy access for all cars. &nbsp;We have panoramic views of the Magaliesberg mountain range and our farm is the perfect place for a relaxing getaway in the country. &nbsp;As we are only 70 km from JHB and Pretoria, it is only an hour’s drive.</p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/buttons {\"block_id\":\"0da7bdd8\",\"classMigrate\":true,\"childMigrate\":true,\"align\":\"right\",\"alignTablet\":\"right\",\"alignMobile\":\"left\",\"gap\":0} -->\n<div class=\"wp-block-uagb-buttons uagb-buttons__outer-wrap uagb-btn__default-btn uagb-btn-tablet__default-btn uagb-btn-mobile__default-btn uagb-block-0da7bdd8\"><div class=\"uagb-buttons__wrap uagb-buttons-layout-wrap\"><!-- wp:uagb/buttons-child {\"block_id\":\"a6e42a0a\",\"label\":\"View All\",\"link\":\"/amenities/\",\"hColor\":\"\",\"borderWidth\":\"\",\"borderRadius\":\"\",\"borderStyle\":\"\",\"borderColor\":\"\",\"borderHColor\":\"\",\"btnBorderTopWidth\":1,\"btnBorderLeftWidth\":1,\"btnBorderRightWidth\":1,\"btnBorderBottomWidth\":1,\"btnBorderTopLeftRadius\":2,\"btnBorderTopRightRadius\":2,\"btnBorderBottomLeftRadius\":2,\"btnBorderBottomRightRadius\":2,\"btnBorderStyle\":\"solid\",\"btnBorderColor\":\"#333\",\"btnBorderHColor\":\"#333\"} -->\n<div class=\"wp-block-uagb-buttons-child uagb-buttons__outer-wrap uagb-block-a6e42a0a wp-block-button is-style-outline\"><div class=\"uagb-button__wrapper\"><a class=\"uagb-buttons-repeater wp-block-button__link\" href=\"/amenities/\" rel=\"follow noopener\" target=\"_self\"><div class=\"uagb-button__link\">View All</div></a></div></div>\n<!-- /wp:uagb/buttons-child --></div></div>\n<!-- /wp:uagb/buttons --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"c84d8e68\",\"directionDesktop\":\"row\",\"alignItemsTablet\":\"flex-start\",\"paddingLink\":false,\"topMarginDesktop\":50,\"bottomMarginDesktop\":20,\"leftMarginDesktop\":0,\"rightMarginDesktop\":0,\"marginLink\":false,\"variationSelected\":true,\"rowGapMobile\":65,\"columnGapDesktop\":48,\"columnGapTablet\":20} -->\n<div class=\"wp-block-uagb-container uagb-block-c84d8e68\"><!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"align\":\"center\",\"id\":828,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image aligncenter size-full\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Blue-Roan-pool.png\" alt=\"Blue Roan\'s rock pool\" class=\"wp-image-828\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>A relaxing rock Pool​</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>We have a lovely sparkling blue rock pool next to a thatched Lapa. &nbsp;&nbsp;Lie on recliners on the green lawn or sit on the swing chair in the Lapa and enjoy the panoramic view of the Magaliesberg mountain range.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":829,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/img-20160605-wa0002-largejpg.png\" alt=\"\" class=\"wp-image-829\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>Braai facilities </h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>What can compare to a burning fire under the star-lit African sky? Nothing beats the flavor of cooking over an open flame.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":1354,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Games-Room.png\" alt=\"\" class=\"wp-image-1354\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>A games room </h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>The reception is also a games room for those who enjoy darts or playing pool. &nbsp;Take a selection of DVDs back to your room and watch movies on your own DVD player. &nbsp;There is also a selection of board games and music CDs that you can borrow.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div>\n<!-- /wp:uagb/container --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"e70633f7\",\"backgroundType\":\"color\",\"backgroundSizeTablet\":\"cover\",\"backgroundSizeMobile\":\"cover\",\"backgroundColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"bottomPaddingDesktop\":104,\"leftPaddingDesktop\":40,\"rightPaddingDesktop\":40,\"topPaddingTablet\":80,\"bottomPaddingTablet\":80,\"leftPaddingTablet\":40,\"rightPaddingTablet\":40,\"topPaddingMobile\":64,\"bottomPaddingMobile\":64,\"leftPaddingMobile\":24,\"rightPaddingMobile\":24,\"paddingLink\":false,\"variationSelected\":true,\"rowGapDesktop\":0,\"isBlockRootParent\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-e70633f7 alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/advanced-heading {\"block_id\":\"9ec882f0\",\"classMigrate\":true,\"headingDescToggle\":true,\"headingAlign\":\"center\",\"headingAlignMobile\":\"left\",\"subHeadingColor\":\"\",\"headSpace\":20,\"subHeadFontSize\":16,\"blockBottomPadding\":20} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-9ec882f0\"><h2 class=\"uagb-heading-text\">Our Inside Pictures​</h2><p class=\"uagb-desc-text\">Take a look at some pretty pictures captured in and around our premises.</p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/container {\"block_id\":\"90feb654\",\"directionDesktop\":\"row\",\"alignItemsDesktop\":\"flex-start\",\"topMarginDesktop\":20,\"bottomMarginDesktop\":0,\"leftMarginDesktop\":0,\"rightMarginDesktop\":0,\"marginLink\":false,\"variationSelected\":true,\"rowGapMobile\":24,\"columnGapDesktop\":24,\"columnGapTablet\":20} -->\n<div class=\"wp-block-uagb-container uagb-block-90feb654\"><!-- wp:uagb/container {\"block_id\":\"79b7f7a1\",\"widthDesktop\":32,\"variationSelected\":true,\"rowGapDesktop\":24,\"rowGapTablet\":20,\"rowGapMobile\":24,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-79b7f7a1\"><!-- wp:uagb/image {\"block_id\":\"e000d8d9\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/red-rose-1024x683.jpg\",\"id\":834,\"linkDestination\":\"none\",\"width\":385,\"height\":284,\"naturalWidth\":1024,\"naturalHeight\":683,\"sizeSlug\":\"large\",\"sizeSlugTablet\":\"large\",\"sizeSlugMobile\":\"large\",\"customHeightSetDesktop\":true} -->\n<div class=\"wp-block-uagb-image uagb-block-e000d8d9 wp-block-uagb-image--layout-default wp-block-uagb-image--effect-static wp-block-uagb-image--align-none\"><figure class=\"wp-block-uagb-image__figure\"><img srcset=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/red-rose-1024x683.jpg \" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/red-rose-1024x683.jpg\" alt=\"\" class=\"uag-image-834\" width=\"385\" height=\"284\" title=\"\" loading=\"lazy\"/></figure></div>\n<!-- /wp:uagb/image -->\n\n<!-- wp:uagb/image {\"block_id\":\"e21dadfe\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/49g.jpg\",\"id\":838,\"linkDestination\":\"none\",\"width\":385,\"height\":284,\"naturalWidth\":650,\"naturalHeight\":450,\"sizeSlug\":\"full\",\"sizeSlugTablet\":\"full\",\"sizeSlugMobile\":\"full\",\"customHeightSetDesktop\":true} -->\n<div class=\"wp-block-uagb-image uagb-block-e21dadfe wp-block-uagb-image--layout-default wp-block-uagb-image--effect-static wp-block-uagb-image--align-none\"><figure class=\"wp-block-uagb-image__figure\"><img srcset=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/49g.jpg \" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/49g.jpg\" alt=\"\" class=\"uag-image-838\" width=\"385\" height=\"284\" title=\"\" loading=\"lazy\"/></figure></div>\n<!-- /wp:uagb/image --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"3606ee1c\",\"widthDesktop\":67,\"variationSelected\":true,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-3606ee1c\"><!-- wp:uagb/image {\"block_id\":\"3b9b48d3\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAA39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba-1-1024x768.png\",\"id\":905,\"linkDestination\":\"none\",\"naturalWidth\":1024,\"naturalHeight\":768,\"sizeSlug\":\"large\",\"sizeSlugTablet\":\"large\",\"sizeSlugMobile\":\"large\"} -->\n<div class=\"wp-block-uagb-image uagb-block-3b9b48d3 wp-block-uagb-image--layout-default wp-block-uagb-image--effect-static wp-block-uagb-image--align-none\"><figure class=\"wp-block-uagb-image__figure\"><img srcset=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAA39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba-1-1024x768.png \" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAA39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba-1-1024x768.png\" alt=\"\" class=\"uag-image-905\" width=\"\" height=\"\" title=\"\" loading=\"lazy\"/></figure></div>\n<!-- /wp:uagb/image --></div>\n<!-- /wp:uagb/container --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"f4868884\",\"directionDesktop\":\"row\",\"alignItemsDesktop\":\"flex-start\",\"topMarginDesktop\":24,\"bottomMarginDesktop\":0,\"leftMarginDesktop\":0,\"rightMarginDesktop\":0,\"topMarginTablet\":20,\"bottomMarginTablet\":0,\"leftMarginTablet\":0,\"rightMarginTablet\":0,\"topMarginMobile\":24,\"bottomMarginMobile\":0,\"leftMarginMobile\":0,\"rightMarginMobile\":0,\"marginLink\":false,\"variationSelected\":true,\"columnGapDesktop\":24,\"columnGapTablet\":20} -->\n<div class=\"wp-block-uagb-container uagb-block-f4868884\"><!-- wp:uagb/container {\"block_id\":\"36925607\",\"widthDesktop\":67,\"variationSelected\":true,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-36925607\"><!-- wp:image {\"id\":837,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-8-1024x678.jpg\" alt=\"\" class=\"wp-image-837\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"47cdee07\",\"widthDesktop\":32,\"variationSelected\":true,\"rowGapDesktop\":24,\"rowGapTablet\":20,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-47cdee07\"><!-- wp:uagb/image {\"block_id\":\"5ab5ba94\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Blue-roan-pool-01.jpg\",\"id\":782,\"linkDestination\":\"none\",\"width\":385,\"height\":250,\"naturalWidth\":800,\"naturalHeight\":534,\"sizeSlug\":\"full\",\"sizeSlugTablet\":\"full\",\"sizeSlugMobile\":\"full\",\"customHeightSetDesktop\":true} -->\n<div class=\"wp-block-uagb-image uagb-block-5ab5ba94 wp-block-uagb-image--layout-default wp-block-uagb-image--effect-static wp-block-uagb-image--align-none\"><figure class=\"wp-block-uagb-image__figure\"><img srcset=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Blue-roan-pool-01.jpg \" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Blue-roan-pool-01.jpg\" alt=\"\" class=\"uag-image-782\" width=\"385\" height=\"250\" title=\"\" loading=\"lazy\"/></figure></div>\n<!-- /wp:uagb/image -->\n\n<!-- wp:uagb/image {\"block_id\":\"7690d057\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/bird-1024x683.jpg\",\"id\":910,\"linkDestination\":\"none\",\"width\":385,\"height\":250,\"naturalWidth\":1024,\"naturalHeight\":683,\"sizeSlug\":\"large\",\"sizeSlugTablet\":\"large\",\"sizeSlugMobile\":\"large\",\"customHeightSetDesktop\":true} -->\n<div class=\"wp-block-uagb-image uagb-block-7690d057 wp-block-uagb-image--layout-default wp-block-uagb-image--effect-static wp-block-uagb-image--align-none\"><figure class=\"wp-block-uagb-image__figure\"><img srcset=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/bird-1024x683.jpg \" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/bird-1024x683.jpg\" alt=\"\" class=\"uag-image-910\" width=\"385\" height=\"250\" title=\"\" loading=\"lazy\"/></figure></div>\n<!-- /wp:uagb/image --></div>\n<!-- /wp:uagb/container --></div>\n<!-- /wp:uagb/container --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"017f60b7\",\"backgroundType\":\"color\",\"backgroundSizeTablet\":\"cover\",\"backgroundSizeMobile\":\"cover\",\"backgroundColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"topPaddingDesktop\":40,\"bottomPaddingDesktop\":104,\"leftPaddingDesktop\":40,\"rightPaddingDesktop\":40,\"topPaddingTablet\":80,\"bottomPaddingTablet\":80,\"leftPaddingTablet\":40,\"rightPaddingTablet\":40,\"topPaddingMobile\":64,\"bottomPaddingMobile\":64,\"leftPaddingMobile\":24,\"rightPaddingMobile\":24,\"paddingLink\":false,\"variationSelected\":true,\"rowGapDesktop\":0,\"isBlockRootParent\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-017f60b7 alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/advanced-heading {\"block_id\":\"3898c2c8\",\"classMigrate\":true,\"headingDescToggle\":true,\"headingAlign\":\"center\",\"headingAlignMobile\":\"left\",\"subHeadingColor\":\"\",\"headSpace\":20,\"subHeadFontSize\":16,\"blockBottomPadding\":20} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-3898c2c8\"><h2 class=\"uagb-heading-text\">What Our Guests Say​</h2><p class=\"uagb-desc-text\">We take pride in serving our guests the best experience. </p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/container {\"block_id\":\"fb0c1517\",\"directionDesktop\":\"row\",\"topMarginDesktop\":40,\"bottomMarginDesktop\":0,\"leftMarginDesktop\":0,\"rightMarginDesktop\":0,\"marginLink\":false,\"variationSelected\":true,\"rowGapMobile\":40,\"columnGapDesktop\":90} -->\n<div class=\"wp-block-uagb-container uagb-block-fb0c1517\"><!-- wp:uagb/container {\"block_id\":\"458c56c3\",\"widthDesktop\":50,\"variationSelected\":true,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-458c56c3\"><!-- wp:uagb/testimonial {\"test_item_count\":1,\"classMigrate\":true,\"test_block\":[{\"description\":\"\\u0022Thank you for a most enjoyable weekend stay and for making our anniversary so special.  Thank you for your kind and lovely friendship which we really appreciate!!!\\u0022​\",\"name\":\"\\u003cstrong\\u003eBrenda and Theuns\\u003c/strong\\u003e\",\"company\":\"\",\"image\":{\"id\":119,\"title\":\"testimonial1\",\"filename\":\"testimonial1.jpg\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/testimonial1.jpg\",\"link\":\"https://blueroan.netgen.cloud/testimonial1/\",\"alt\":\"\",\"author\":\"34\",\"description\":\"\",\"caption\":\"\",\"name\":\"testimonial1\",\"status\":\"inherit\",\"uploadedTo\":0,\"date\":\"2021-05-11T05:02:02.000Z\",\"modified\":\"2021-05-11T05:02:02.000Z\",\"menuOrder\":0,\"mime\":\"image/jpeg\",\"type\":\"image\",\"subtype\":\"jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/default.png\",\"dateFormatted\":\"May 11, 2021\",\"nonces\":{\"update\":\"b92fe40c3d\",\"delete\":\"643c1eb8f1\",\"edit\":\"d3e7d56b1d\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=119\\u0026action=edit\",\"meta\":false,\"authorName\":\"Rishabh\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/user-edit.php?user_id=34\",\"filesizeInBytes\":11264,\"filesizeHumanReadable\":\"11 KB\",\"context\":\"\",\"height\":250,\"width\":250,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/testimonial1-150x150.jpg\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/testimonial1.jpg\",\"height\":250,\"width\":250,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}}}],\"headingAlign\":\"left\",\"headingAlignTablet\":\"left\",\"headingAlignMobile\":\"left\",\"descColor\":\"var(\\u002d\\u002dast-global-color-3)\",\"nameFontSize\":14,\"nameLineHeight\":1,\"descFontSize\":16,\"descFontWeight\":\"600\",\"nameSpace\":1,\"block_id\":\"413bcd65\",\"iconImage\":{\"url\":\"\",\"alt\":\"InfoBox placeholder img\"},\"imageWidth\":32,\"columnGap\":1,\"borderStyle\":\"\",\"paddingTop\":0,\"paddingBottom\":0,\"paddingLeft\":0,\"paddingRight\":0,\"spacingLink\":true,\"imgpaddingTop\":0,\"imgpaddingRight\":15,\"imgpaddingBottom\":0,\"imgpaddingLeft\":0,\"overallBorderStyle\":\"none\",\"imgTagHeight\":32,\"imgTagWidth\":150} -->\n<div class=\"wp-block-uagb-testimonial uagb-slick-carousel uagb-tm__arrow-outside uagb-block-413bcd65 uagb-post__carousel_notset uagb-post__carousel_notset-tablet uagb-post__carousel_notset-mobile\"><div class=\"is-carousel uagb-tm__columns-1 uagb-tm__items\"><div class=\"uagb-testimonial__wrap  uagb-tm__imgicon-style-circle uagb-tm__image-position-bottom uagb-tm__bg-type-none \"><div class=\"uagb-tm__content\"><div class=\"uagb-tm__overlay\"></div><div class=\"uagb-tm__text-wrap\"><div class=\"uagb-tm__desc\">\"Thank you for a most enjoyable weekend stay and for making our anniversary so special.  Thank you for your kind and lovely friendship which we really appreciate!!!\"​</div><div class=\"uagb-tm__meta-inner\"><div class=\"uagb-tm__image-content\"><div class=\"uagb-tm__image\"><img class=\"uagb-tm-img-src\" src=\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/testimonial1-150x150.jpg\" alt=\"\" width=\"32\" height=\"32\" loading=\"lazy\"/></div></div><div class=\"uagb-testimonial-details\"><span class=\"uagb-tm__author-name\"><strong>Brenda and Theuns</strong></span><span class=\"uagb-tm__company\"></span></div></div></div></div></div></div></div>\n<!-- /wp:uagb/testimonial -->\n\n<!-- wp:uagb/testimonial {\"test_item_count\":1,\"classMigrate\":true,\"test_block\":[{\"description\":\"\\u0022Breaking away from city life and coming out to a most wonderful romantic weekend away.  The unit is so comfortable.  Thank you for your great hospitality - we had an awesome time here.  Go well - with love\\u0022​\",\"name\":\"\\u003cstrong\\u003e\\u003cstrong\\u003e\\u003cstrong\\u003eLiz \\u0026amp; Eddie\\u003c/strong\\u003e\\u003c/strong\\u003e\\u003c/strong\\u003e\",\"company\":\"\",\"image\":{\"id\":122,\"title\":\"testimonial4\",\"filename\":\"testimonial4.jpg\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/testimonial4.jpg\",\"link\":\"https://blueroan.netgen.cloud/testimonial4/\",\"alt\":\"\",\"author\":\"34\",\"description\":\"\",\"caption\":\"\",\"name\":\"testimonial4\",\"status\":\"inherit\",\"uploadedTo\":0,\"date\":\"2021-05-11T05:02:06.000Z\",\"modified\":\"2021-05-11T05:02:06.000Z\",\"menuOrder\":0,\"mime\":\"image/jpeg\",\"type\":\"image\",\"subtype\":\"jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/default.png\",\"dateFormatted\":\"May 11, 2021\",\"nonces\":{\"update\":\"4e34860add\",\"delete\":\"9e126a55cd\",\"edit\":\"33ffd3c040\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=122\\u0026action=edit\",\"meta\":false,\"authorName\":\"Rishabh\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/user-edit.php?user_id=34\",\"filesizeInBytes\":16584,\"filesizeHumanReadable\":\"16 KB\",\"context\":\"\",\"height\":250,\"width\":250,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/testimonial4-150x150.jpg\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/testimonial4.jpg\",\"height\":250,\"width\":250,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}}}],\"headingAlign\":\"left\",\"headingAlignTablet\":\"left\",\"headingAlignMobile\":\"left\",\"descColor\":\"var(\\u002d\\u002dast-global-color-3)\",\"nameFontSize\":14,\"nameLineHeight\":1,\"descFontSize\":16,\"descFontWeight\":\"600\",\"nameSpace\":1,\"block_id\":\"02830ede\",\"iconImage\":{\"url\":\"\",\"alt\":\"InfoBox placeholder img\"},\"imageWidth\":32,\"columnGap\":1,\"borderStyle\":\"\",\"paddingTop\":0,\"paddingBottom\":0,\"paddingLeft\":0,\"paddingRight\":0,\"spacingLink\":true,\"imgpaddingTop\":0,\"imgpaddingRight\":15,\"imgpaddingBottom\":0,\"imgpaddingLeft\":0,\"overallBorderStyle\":\"none\",\"imgTagHeight\":32,\"imgTagWidth\":150} -->\n<div class=\"wp-block-uagb-testimonial uagb-slick-carousel uagb-tm__arrow-outside uagb-block-02830ede uagb-post__carousel_notset uagb-post__carousel_notset-tablet uagb-post__carousel_notset-mobile\"><div class=\"is-carousel uagb-tm__columns-1 uagb-tm__items\"><div class=\"uagb-testimonial__wrap  uagb-tm__imgicon-style-circle uagb-tm__image-position-bottom uagb-tm__bg-type-none \"><div class=\"uagb-tm__content\"><div class=\"uagb-tm__overlay\"></div><div class=\"uagb-tm__text-wrap\"><div class=\"uagb-tm__desc\">\"Breaking away from city life and coming out to a most wonderful romantic weekend away.  The unit is so comfortable.  Thank you for your great hospitality - we had an awesome time here.  Go well - with love\"​</div><div class=\"uagb-tm__meta-inner\"><div class=\"uagb-tm__image-content\"><div class=\"uagb-tm__image\"><img class=\"uagb-tm-img-src\" src=\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/testimonial4-150x150.jpg\" alt=\"\" width=\"32\" height=\"32\" loading=\"lazy\"/></div></div><div class=\"uagb-testimonial-details\"><span class=\"uagb-tm__author-name\"><strong><strong><strong>Liz &amp; Eddie</strong></strong></strong></span><span class=\"uagb-tm__company\"></span></div></div></div></div></div></div></div>\n<!-- /wp:uagb/testimonial --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"40324671\",\"widthDesktop\":50,\"variationSelected\":true,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-40324671\"><!-- wp:uagb/testimonial {\"test_item_count\":1,\"classMigrate\":true,\"test_block\":[{\"description\":\"\\u0022Judy, what a wonderful place you have here - we were so delighted to spend the weekend here, so tranquil, peaceful, and beautiful. You made us feel right at home. Definitely a place worth 5 stars! Go well.\\u0022​\",\"name\":\"\\u003cstrong\\u003e\\u003cstrong\\u003eBrian\\u003c/strong\\u003e\\u003c/strong\\u003e \\u003cstrong\\u003e\\u003cstrong\\u003e\\u003cstrong\\u003eand \\u003cstrong\\u003eMariska\\u003c/strong\\u003e\\u003c/strong\\u003e\\u003cbr\\u003e\\u003c/strong\\u003e\\u003c/strong\\u003e\",\"company\":\"\",\"image\":{\"id\":120,\"title\":\"testimonial2\",\"filename\":\"testimonial2.jpg\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/testimonial2.jpg\",\"link\":\"https://blueroan.netgen.cloud/testimonial2/\",\"alt\":\"\",\"author\":\"34\",\"description\":\"\",\"caption\":\"\",\"name\":\"testimonial2\",\"status\":\"inherit\",\"uploadedTo\":0,\"date\":\"2021-05-11T05:02:03.000Z\",\"modified\":\"2021-05-11T05:02:03.000Z\",\"menuOrder\":0,\"mime\":\"image/jpeg\",\"type\":\"image\",\"subtype\":\"jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/default.png\",\"dateFormatted\":\"May 11, 2021\",\"nonces\":{\"update\":\"1ee6412858\",\"delete\":\"4414a2ccbf\",\"edit\":\"bde7b1f490\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=120\\u0026action=edit\",\"meta\":false,\"authorName\":\"Rishabh\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/user-edit.php?user_id=34\",\"filesizeInBytes\":10087,\"filesizeHumanReadable\":\"10 KB\",\"context\":\"\",\"height\":250,\"width\":250,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/testimonial2-150x150.jpg\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/testimonial2.jpg\",\"height\":250,\"width\":250,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}}}],\"headingAlign\":\"left\",\"headingAlignTablet\":\"left\",\"headingAlignMobile\":\"left\",\"descColor\":\"var(\\u002d\\u002dast-global-color-3)\",\"nameFontSize\":14,\"nameLineHeight\":1,\"descFontSize\":16,\"descFontWeight\":\"600\",\"nameSpace\":1,\"block_id\":\"589ec0a8\",\"iconImage\":{\"url\":\"\",\"alt\":\"InfoBox placeholder img\"},\"imageWidth\":32,\"columnGap\":1,\"borderStyle\":\"\",\"paddingTop\":0,\"paddingBottom\":0,\"paddingLeft\":0,\"paddingRight\":0,\"spacingLink\":true,\"imgpaddingTop\":0,\"imgpaddingRight\":15,\"imgpaddingBottom\":0,\"imgpaddingLeft\":0,\"overallBorderStyle\":\"none\",\"imgTagHeight\":32,\"imgTagWidth\":150} -->\n<div class=\"wp-block-uagb-testimonial uagb-slick-carousel uagb-tm__arrow-outside uagb-block-589ec0a8 uagb-post__carousel_notset uagb-post__carousel_notset-tablet uagb-post__carousel_notset-mobile\"><div class=\"is-carousel uagb-tm__columns-1 uagb-tm__items\"><div class=\"uagb-testimonial__wrap  uagb-tm__imgicon-style-circle uagb-tm__image-position-bottom uagb-tm__bg-type-none \"><div class=\"uagb-tm__content\"><div class=\"uagb-tm__overlay\"></div><div class=\"uagb-tm__text-wrap\"><div class=\"uagb-tm__desc\">\"Judy, what a wonderful place you have here - we were so delighted to spend the weekend here, so tranquil, peaceful, and beautiful. You made us feel right at home. Definitely a place worth 5 stars! Go well.\"​</div><div class=\"uagb-tm__meta-inner\"><div class=\"uagb-tm__image-content\"><div class=\"uagb-tm__image\"><img class=\"uagb-tm-img-src\" src=\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/testimonial2-150x150.jpg\" alt=\"\" width=\"32\" height=\"32\" loading=\"lazy\"/></div></div><div class=\"uagb-testimonial-details\"><span class=\"uagb-tm__author-name\"><strong><strong>Brian</strong></strong> <strong><strong><strong>and <strong>Mariska</strong></strong><br></strong></strong></span><span class=\"uagb-tm__company\"></span></div></div></div></div></div></div></div>\n<!-- /wp:uagb/testimonial -->\n\n<!-- wp:uagb/testimonial {\"test_item_count\":1,\"classMigrate\":true,\"test_block\":[{\"description\":\"\\u0022Thank you for the most wonderful time, Judy!  This was the most peaceful and perfect place to get engaged!  We will most certainly be back!!!  Your hospitality cannot be topped!\\u0022​\",\"name\":\"\\u003cstrong\\u003e\\u003cstrong\\u003e\\u003cstrong\\u003e\\u003cstrong\\u003eBrett and Kelly\\u003c/strong\\u003e\\u003c/strong\\u003e\\u003c/strong\\u003e\\u003c/strong\\u003e\",\"company\":\"\",\"image\":{\"id\":121,\"title\":\"testimonial3\",\"filename\":\"testimonial3.jpg\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/testimonial3.jpg\",\"link\":\"https://blueroan.netgen.cloud/testimonial3/\",\"alt\":\"\",\"author\":\"34\",\"description\":\"\",\"caption\":\"\",\"name\":\"testimonial3\",\"status\":\"inherit\",\"uploadedTo\":0,\"date\":\"2021-05-11T05:02:05.000Z\",\"modified\":\"2021-05-11T05:02:05.000Z\",\"menuOrder\":0,\"mime\":\"image/jpeg\",\"type\":\"image\",\"subtype\":\"jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/default.png\",\"dateFormatted\":\"May 11, 2021\",\"nonces\":{\"update\":\"290653da5d\",\"delete\":\"90a4fb2d63\",\"edit\":\"ff8a64e56e\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=121\\u0026action=edit\",\"meta\":false,\"authorName\":\"Rishabh\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/user-edit.php?user_id=34\",\"filesizeInBytes\":8748,\"filesizeHumanReadable\":\"9 KB\",\"context\":\"\",\"height\":250,\"width\":250,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/testimonial3-150x150.jpg\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/testimonial3.jpg\",\"height\":250,\"width\":250,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}}}],\"headingAlign\":\"left\",\"headingAlignTablet\":\"left\",\"headingAlignMobile\":\"left\",\"descColor\":\"var(\\u002d\\u002dast-global-color-3)\",\"nameFontSize\":14,\"nameLineHeight\":1,\"descFontSize\":16,\"descFontWeight\":\"600\",\"nameSpace\":1,\"block_id\":\"96b6a9f1\",\"iconImage\":{\"url\":\"\",\"alt\":\"InfoBox placeholder img\"},\"imageWidth\":32,\"columnGap\":1,\"borderStyle\":\"\",\"paddingTop\":0,\"paddingBottom\":0,\"paddingLeft\":0,\"paddingRight\":0,\"spacingLink\":true,\"imgpaddingTop\":0,\"imgpaddingRight\":15,\"imgpaddingBottom\":0,\"imgpaddingLeft\":0,\"overallBorderStyle\":\"none\",\"imgTagHeight\":32,\"imgTagWidth\":150} -->\n<div class=\"wp-block-uagb-testimonial uagb-slick-carousel uagb-tm__arrow-outside uagb-block-96b6a9f1 uagb-post__carousel_notset uagb-post__carousel_notset-tablet uagb-post__carousel_notset-mobile\"><div class=\"is-carousel uagb-tm__columns-1 uagb-tm__items\"><div class=\"uagb-testimonial__wrap  uagb-tm__imgicon-style-circle uagb-tm__image-position-bottom uagb-tm__bg-type-none \"><div class=\"uagb-tm__content\"><div class=\"uagb-tm__overlay\"></div><div class=\"uagb-tm__text-wrap\"><div class=\"uagb-tm__desc\">\"Thank you for the most wonderful time, Judy!  This was the most peaceful and perfect place to get engaged!  We will most certainly be back!!!  Your hospitality cannot be topped!\"​</div><div class=\"uagb-tm__meta-inner\"><div class=\"uagb-tm__image-content\"><div class=\"uagb-tm__image\"><img class=\"uagb-tm-img-src\" src=\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/testimonial3-150x150.jpg\" alt=\"\" width=\"32\" height=\"32\" loading=\"lazy\"/></div></div><div class=\"uagb-testimonial-details\"><span class=\"uagb-tm__author-name\"><strong><strong><strong><strong>Brett and Kelly</strong></strong></strong></strong></span><span class=\"uagb-tm__company\"></span></div></div></div></div></div></div></div>\n<!-- /wp:uagb/testimonial --></div>\n<!-- /wp:uagb/container --></div>\n<!-- /wp:uagb/container --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"8b213ac0\",\"innerContentCustomWidthDesktop\":781,\"innerContentCustomWidthTablet\":781,\"backgroundType\":\"image\",\"backgroundImageDesktop\":{\"id\":809,\"title\":\"26759994757_767d9794fd_b\",\"filename\":\"26759994757_767d9794fd_b.jpg\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/26759994757_767d9794fd_b.jpg\",\"link\":\"https://blueroan.netgen.cloud/?attachment_id=809\",\"alt\":\"\",\"author\":\"2\",\"description\":\"\",\"caption\":\"\",\"name\":\"26759994757_767d9794fd_b\",\"status\":\"inherit\",\"uploadedTo\":805,\"date\":\"2022-12-13T09:51:53.000Z\",\"modified\":\"2022-12-13T09:51:53.000Z\",\"menuOrder\":0,\"mime\":\"image/jpeg\",\"type\":\"image\",\"subtype\":\"jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-includes/images/media/default.png\",\"dateFormatted\":\"December 13, 2022\",\"nonces\":{\"update\":\"39b5c0eef1\",\"delete\":\"fde92abd83\",\"edit\":\"3923face9e\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=809\\u0026action=edit\",\"meta\":false,\"authorName\":\"Netgen Support\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/profile.php\",\"uploadedToTitle\":\"Magaliesburg\",\"uploadedToLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=805\\u0026action=edit\",\"filesizeInBytes\":143610,\"filesizeHumanReadable\":\"140 KB\",\"context\":\"\",\"height\":683,\"width\":1024,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/26759994757_767d9794fd_b-150x150.jpg\",\"orientation\":\"landscape\"},\"medium\":{\"height\":200,\"width\":300,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/26759994757_767d9794fd_b-300x200.jpg\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/26759994757_767d9794fd_b.jpg\",\"height\":683,\"width\":1024,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"backgroundImageColor\":\"rgba(42,42,42,0.65)\",\"topPaddingDesktop\":144,\"bottomPaddingDesktop\":144,\"leftPaddingDesktop\":40,\"rightPaddingDesktop\":40,\"topPaddingTablet\":80,\"bottomPaddingTablet\":80,\"leftPaddingTablet\":40,\"rightPaddingTablet\":40,\"topPaddingMobile\":64,\"bottomPaddingMobile\":64,\"leftPaddingMobile\":24,\"rightPaddingMobile\":24,\"paddingLink\":false,\"variationSelected\":true,\"isBlockRootParent\":true,\"overlayType\":\"color\"} -->\n<div class=\"wp-block-uagb-container uagb-block-8b213ac0 alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/advanced-heading {\"block_id\":\"6cfbd7ae\",\"classMigrate\":true,\"headingDescToggle\":true,\"headingAlign\":\"center\",\"headingColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"subHeadingColor\":\"var(\\u002d\\u002dast-global-color-4)\",\"headSpace\":20} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-6cfbd7ae\"><h2 class=\"uagb-heading-text\">Plan an Unforgettable Experience at <br>Blue Roan!</h2><p class=\"uagb-desc-text\">Blue Roan is a 3-star graded pet-friendly venue</p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/advanced-heading {\"block_id\":\"59f9fc57\",\"classMigrate\":true,\"headingTitleToggle\":false,\"headingDescToggle\":true,\"headingAlign\":\"center\",\"subHeadingColor\":\"var(\\u002d\\u002dast-global-color-4)\",\"subHeadTransform\":\"uppercase\",\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"subHeadLetterSpacing\":2,\"blockTopPadding\":60,\"blockRightPadding\":0,\"blockLeftPadding\":0,\"blockBottomPadding\":0,\"blockTopPaddingMobile\":30,\"blockRightPaddingMobile\":0,\"blockLeftPaddingMobile\":0,\"blockBottomPaddingMobile\":0,\"linkColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"linkHColor\":\"var(\\u002d\\u002dast-global-color-0)\"} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-59f9fc57\"><p class=\"uagb-desc-text\"><a href=\"https://book.nightsbridge.com/11065\" target=\"_blank\" rel=\"noreferrer noopener\">BOOK YOUR STAY NOW​</a></p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/icon-list {\"block_id\":\"824468fb\",\"classMigrate\":true,\"childMigrate\":true,\"align\":\"center\",\"parentIcon\":\"phone\",\"size\":40,\"sizeMobile\":24,\"sizeTablet\":32,\"fontSize\":48,\"fontSizeMobile\":28,\"fontSizeTablet\":40,\"fontWeight\":\"600\",\"iconColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"labelColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"blockTopPadding\":0,\"blockRightPadding\":0,\"blockLeftPadding\":0,\"blockBottomPadding\":24,\"blockPaddingLink\":false} -->\n<div class=\"wp-block-uagb-icon-list uagb-block-824468fb\"><div class=\"uagb-icon-list__wrap\"><!-- wp:uagb/icon-list-child {\"block_id\":\"a6f4cb53\",\"label\":\" + 27 (0) 82 575 5409\",\"label_color\":\"\",\"link\":\"tel:+27825755409\",\"disableLink\":true,\"fromParentIcon\":\"phone\",\"imageSizeChild\":40} -->\n<div class=\"wp-block-uagb-icon-list-child uagb-block-a6f4cb53\"><a target=\"_self\" aria-label=\" + 27 (0) 82 575 5409\" rel=\"noopener noreferrer\" href=\"tel:+27825755409\"> </a><span class=\"uagb-icon-list__source-wrap\"><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M511.2 387l-23.25 100.8c-3.266 14.25-15.79 24.22-30.46 24.22C205.2 512 0 306.8 0 54.5c0-14.66 9.969-27.2 24.22-30.45l100.8-23.25C139.7-2.602 154.7 5.018 160.8 18.92l46.52 108.5c5.438 12.78 1.77 27.67-8.98 36.45L144.5 207.1c33.98 69.22 90.26 125.5 159.5 159.5l44.08-53.8c8.688-10.78 23.69-14.51 36.47-8.975l108.5 46.51C506.1 357.2 514.6 372.4 511.2 387z\"></path></svg></span><span class=\"uagb-icon-list__label\"> + 27 (0) 82 575 5409</span></div>\n<!-- /wp:uagb/icon-list-child -->\n\n<!-- wp:uagb/icon-list-child {\"block_id\":\"5414212a\",\"label\":\"blueroan@ugo.co.za\",\"icon\":\"envelope\",\"label_color\":\"\",\"link\":\"mailto:blueroan@ugo.co.za\",\"disableLink\":true,\"fromParentIcon\":\"phone\",\"imageSizeChild\":40} -->\n<div class=\"wp-block-uagb-icon-list-child uagb-block-5414212a\"><a target=\"_self\" aria-label=\"blueroan@ugo.co.za\" rel=\"noopener noreferrer\" href=\"mailto:blueroan@ugo.co.za\"> </a><span class=\"uagb-icon-list__source-wrap\"><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M464 64C490.5 64 512 85.49 512 112C512 127.1 504.9 141.3 492.8 150.4L275.2 313.6C263.8 322.1 248.2 322.1 236.8 313.6L19.2 150.4C7.113 141.3 0 127.1 0 112C0 85.49 21.49 64 48 64H464zM217.6 339.2C240.4 356.3 271.6 356.3 294.4 339.2L512 176V384C512 419.3 483.3 448 448 448H64C28.65 448 0 419.3 0 384V176L217.6 339.2z\"></path></svg></span><span class=\"uagb-icon-list__label\">blueroan@ugo.co.za</span></div>\n<!-- /wp:uagb/icon-list-child --></div></div>\n<!-- /wp:uagb/icon-list --></div></div>\n<!-- /wp:uagb/container -->',	'Home',	'',	'inherit',	'closed',	'closed',	'',	'760-revision-v1',	'',	'',	'2022-12-22 07:15:45',	'2022-12-22 07:15:45',	'',	760,	'https://blueroan.netgen.cloud/?p=1393',	0,	'revision',	'',	0),
(1394,	2,	'2022-12-22 07:17:01',	'2022-12-22 07:17:01',	'<!-- wp:uagb/container {\"block_id\":\"3736cf55\",\"minHeightDesktop\":95,\"minHeightTablet\":70,\"minHeightMobile\":80,\"minHeightType\":\"vh\",\"alignItemsDesktop\":\"flex-start\",\"backgroundType\":\"image\",\"backgroundImageDesktop\":{\"uploading\":false,\"date\":1670921854000,\"filename\":\"Blue-Roan-pool.jpg\",\"menuOrder\":0,\"uploadedTo\":760,\"type\":\"image\",\"subtype\":\"jpeg\",\"id\":784,\"title\":\"Blue Roan - pool\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Blue-Roan-pool.jpg\",\"link\":\"https://blueroan.netgen.cloud/home/blue-roan-pool/\",\"alt\":\"\",\"author\":\"2\",\"description\":\"\",\"caption\":\"\",\"name\":\"blue-roan-pool\",\"status\":\"inherit\",\"modified\":1670921854000,\"mime\":\"image/jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-includes/images/media/default.png\",\"dateFormatted\":\"December 13, 2022\",\"nonces\":{\"update\":\"51a12ed09e\",\"delete\":\"5174068551\",\"edit\":\"1de0721407\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=784\\u0026action=edit\",\"meta\":false,\"authorName\":\"Netgen Support\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/profile.php\",\"uploadedToTitle\":\"Home\",\"uploadedToLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=760\\u0026action=edit\",\"filesizeInBytes\":154801,\"filesizeHumanReadable\":\"151 KB\",\"context\":\"\",\"height\":667,\"width\":1000,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Blue-Roan-pool-150x150.jpg\",\"orientation\":\"landscape\"},\"medium\":{\"height\":200,\"width\":300,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Blue-Roan-pool-300x200.jpg\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Blue-Roan-pool.jpg\",\"height\":667,\"width\":1000,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"backgroundPositionDesktop\":{\"x\":0.5,\"y\":0.25},\"backgroundImageColor\":\"rgba(42,42,42,0.35)\",\"topPaddingDesktop\":0,\"bottomPaddingDesktop\":0,\"leftPaddingDesktop\":40,\"rightPaddingDesktop\":40,\"topPaddingTablet\":120,\"bottomPaddingTablet\":120,\"leftPaddingTablet\":40,\"rightPaddingTablet\":40,\"topPaddingMobile\":150,\"bottomPaddingMobile\":150,\"leftPaddingMobile\":20,\"rightPaddingMobile\":20,\"paddingLink\":false,\"variationSelected\":true,\"isBlockRootParent\":true,\"overlayType\":\"color\",\"minHeightTypeTablet\":\"vh\",\"minHeightTypeMobile\":\"vh\"} -->\n<div class=\"wp-block-uagb-container uagb-block-3736cf55 alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:group {\"layout\":{\"inherit\":true,\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group\"><!-- wp:uagb/info-box {\"classMigrate\":true,\"headingAlign\":\"left\",\"headingColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"subHeadingColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"headingTag\":\"h1\",\"subHeadFontSize\":17,\"subHeadFontSizeMobile\":15,\"headSpace\":20,\"subHeadSpace\":40,\"block_id\":\"538a3cf0\",\"ctaIcon\":\"\",\"ctaText\":\"Book Your Stay Now\",\"ctaLink\":\"https://book.nightsbridge.com/11065\",\"ctaBtnLinkColor\":\"var(\\u002d\\u002dast-global-color-2)\",\"ctaLinkHoverColor\":\"var(\\u002d\\u002dast-global-color-2)\",\"ctaBgColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"ctaBgHoverColor\":\"var(\\u002d\\u002dast-global-color-4)\",\"ctaBorderColor\":\"\",\"ctaBorderStyle\":\"\",\"ctaBorderWidth\":\"\",\"ctaBorderRadius\":\"\",\"iconImage\":{\"url\":\"\",\"alt\":\"InfoBox placeholder img\"},\"showIcon\":false,\"paddingBtnTop\":18,\"paddingBtnBottom\":18,\"paddingBtnLeft\":34,\"paddingBtnRight\":34,\"blockTopPadding\":5,\"blockRightPadding\":40,\"blockLeftPadding\":0,\"blockBottomPadding\":0,\"blockTopPaddingTablet\":0,\"blockRightPaddingTablet\":64,\"blockLeftPaddingTablet\":0,\"blockBottomPaddingTablet\":0,\"blockTopPaddingMobile\":0,\"blockRightPaddingMobile\":0,\"blockLeftPaddingMobile\":0,\"blockBottomPaddingMobile\":0,\"blockPaddingUnit\":\"%\",\"blockPaddingLink\":false,\"subHeadMarginTopTablet\":0,\"subHeadMarginRightTablet\":64,\"subHeadTabletSpace\":40,\"subHeadMarginLeftTablet\":0,\"subHeadMarginTopMobile\":0,\"subHeadMarginRightMobile\":0,\"subHeadMobileSpace\":40,\"subHeadMarginLeftMobile\":0,\"btnBorderTopWidth\":1,\"btnBorderLeftWidth\":1,\"btnBorderRightWidth\":1,\"btnBorderBottomWidth\":1,\"btnBorderTopLeftRadius\":0,\"btnBorderTopRightRadius\":0,\"btnBorderBottomLeftRadius\":0,\"btnBorderBottomRightRadius\":0,\"btnBorderStyle\":\"none\",\"btnBorderColor\":\"#333\"} -->\n<div class=\"wp-block-uagb-info-box uagb-block-538a3cf0 uagb-infobox__content-wrap  uagb-infobox-icon-above-title uagb-infobox-image-valign-top\"><div class=\"uagb-ifb-content\"><div class=\"uagb-ifb-title-wrap\"><h1 class=\"uagb-ifb-title\">Magaliesburg pet friendly self-catering accommodation</h1></div><p class=\"uagb-ifb-desc\">Romantic pet-friendly self-catering accommodation in Magaliesburg, Gauteng.</p></div></div>\n<!-- /wp:uagb/info-box --></div>\n<!-- /wp:group -->\n\n<!-- wp:buttons {\"layout\":{\"type\":\"flex\",\"justifyContent\":\"left\",\"orientation\":\"horizontal\"},\"style\":{\"spacing\":{\"blockGap\":\"var:preset|spacing|50\"}}} -->\n<div class=\"wp-block-buttons\"><!-- wp:button {\"backgroundColor\":\"ast-global-color-5\",\"textColor\":\"ast-global-color-2\",\"width\":25,\"style\":{\"spacing\":{\"padding\":{\"top\":\"var:preset|spacing|50\",\"right\":\"var:preset|spacing|30\",\"bottom\":\"var:preset|spacing|50\",\"left\":\"var:preset|spacing|30\"}}},\"className\":\"is-style-fill\",\"UAGHideMob\":true,\"UAGHideTab\":true,\"UAGResponsiveConditions\":true} -->\n<div class=\"wp-block-button has-custom-width wp-block-button__width-25 is-style-fill uag-hide-tab uag-hide-mob\" id=\"https://book.nightsbridge.com/11065\"><a class=\"wp-block-button__link has-ast-global-color-2-color has-ast-global-color-5-background-color has-text-color has-background wp-element-button\" href=\"https://book.nightsbridge.com/11065\" style=\"padding-top:var(--wp--preset--spacing--50);padding-right:var(--wp--preset--spacing--30);padding-bottom:var(--wp--preset--spacing--50);padding-left:var(--wp--preset--spacing--30)\" rel=\"https://book.nightsbridge.com/11065\">book your stay now</a></div>\n<!-- /wp:button -->\n\n<!-- wp:button {\"backgroundColor\":\"ast-global-color-5\",\"textColor\":\"ast-global-color-2\",\"width\":25,\"style\":{\"spacing\":{\"padding\":{\"top\":\"var:preset|spacing|50\",\"right\":\"var:preset|spacing|30\",\"bottom\":\"var:preset|spacing|50\",\"left\":\"var:preset|spacing|30\"}}},\"className\":\"is-style-fill\",\"UAGHideMob\":true,\"UAGHideTab\":true,\"UAGDisplayConditions\":\"userstate\",\"UAGResponsiveConditions\":true} -->\n<div class=\"wp-block-button has-custom-width wp-block-button__width-25 is-style-fill uag-hide-tab uag-hide-mob\" id=\"https://book.nightsbridge.com/11065\"><a class=\"wp-block-button__link has-ast-global-color-2-color has-ast-global-color-5-background-color has-text-color has-background wp-element-button\" href=\"https://book.nightsbridge.com/11065\" style=\"padding-top:var(--wp--preset--spacing--50);padding-right:var(--wp--preset--spacing--30);padding-bottom:var(--wp--preset--spacing--50);padding-left:var(--wp--preset--spacing--30)\" target=\"_blank\" rel=\"https://book.nightsbridge.com/11065 noopener\">Check availability</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons -->\n\n<!-- wp:buttons {\"layout\":{\"type\":\"flex\",\"justifyContent\":\"left\",\"orientation\":\"horizontal\"},\"style\":{\"spacing\":{\"blockGap\":\"var:preset|spacing|50\"}}} -->\n<div class=\"wp-block-buttons\"><!-- wp:button {\"backgroundColor\":\"ast-global-color-5\",\"textColor\":\"ast-global-color-2\",\"width\":25,\"style\":{\"spacing\":{\"padding\":{\"top\":\"var:preset|spacing|20\",\"right\":\"var:preset|spacing|40\",\"bottom\":\"var:preset|spacing|20\",\"left\":\"var:preset|spacing|40\"}}},\"className\":\"is-style-fill\",\"UAGHideDesktop\":true,\"UAGHideTab\":true,\"UAGResponsiveConditions\":true} -->\n<div class=\"wp-block-button has-custom-width wp-block-button__width-25 is-style-fill uag-hide-desktop uag-hide-tab\" id=\"https://book.nightsbridge.com/11065\"><a class=\"wp-block-button__link has-ast-global-color-2-color has-ast-global-color-5-background-color has-text-color has-background wp-element-button\" href=\"https://book.nightsbridge.com/11065\" style=\"padding-top:var(--wp--preset--spacing--20);padding-right:var(--wp--preset--spacing--40);padding-bottom:var(--wp--preset--spacing--20);padding-left:var(--wp--preset--spacing--40)\" rel=\"https://book.nightsbridge.com/11065\">book your stay now</a></div>\n<!-- /wp:button -->\n\n<!-- wp:button {\"backgroundColor\":\"ast-global-color-5\",\"textColor\":\"ast-global-color-2\",\"width\":25,\"style\":{\"spacing\":{\"padding\":{\"top\":\"var:preset|spacing|20\",\"right\":\"var:preset|spacing|60\",\"bottom\":\"var:preset|spacing|20\",\"left\":\"var:preset|spacing|60\"}}},\"className\":\"is-style-fill\",\"UAGHideDesktop\":true,\"UAGHideTab\":true,\"UAGDisplayConditions\":\"userstate\",\"UAGResponsiveConditions\":true} -->\n<div class=\"wp-block-button has-custom-width wp-block-button__width-25 is-style-fill uag-hide-desktop uag-hide-tab\"><a class=\"wp-block-button__link has-ast-global-color-2-color has-ast-global-color-5-background-color has-text-color has-background wp-element-button\" href=\"https://book.nightsbridge.com/11065\" style=\"padding-top:var(--wp--preset--spacing--20);padding-right:var(--wp--preset--spacing--60);padding-bottom:var(--wp--preset--spacing--20);padding-left:var(--wp--preset--spacing--60)\" target=\"_blank\" rel=\"noopener\">Check availability</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"946316ca\",\"directionDesktop\":\"row\",\"directionMobile\":\"column-reverse\",\"alignItemsDesktop\":\"flex-start\",\"backgroundType\":\"color\",\"backgroundSizeTablet\":\"cover\",\"backgroundSizeMobile\":\"cover\",\"backgroundColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"topPaddingDesktop\":60,\"bottomPaddingDesktop\":60,\"topPaddingTablet\":80,\"bottomPaddingTablet\":80,\"leftPaddingTablet\":40,\"rightPaddingTablet\":40,\"topPaddingMobile\":64,\"bottomPaddingMobile\":64,\"leftPaddingMobile\":24,\"rightPaddingMobile\":24,\"paddingLink\":false,\"variationSelected\":true,\"columnGapDesktop\":60,\"columnGapTablet\":50,\"isBlockRootParent\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-946316ca alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/container {\"block_id\":\"8bce9bcc\",\"widthDesktop\":50,\"variationSelected\":true,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-8bce9bcc\"><!-- wp:image {\"id\":797,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-13.jpg\" alt=\"\" class=\"wp-image-797\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>We have 7 lovely brick&nbsp;<strong>self-catering</strong>&nbsp;units, each one private and with its own character and theme. &nbsp;They are designed exclusively for couples with or without pets wanting a romantic and peaceful place to connect, re-connect, celebrate special occasions, or somewhere quiet and comfortable to come for a holiday</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:buttons -->\n<div class=\"wp-block-buttons\"><!-- wp:button -->\n<div class=\"wp-block-button\"><a class=\"wp-block-button__link wp-element-button\" href=\"/accommodation/\">View accomodation</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"a7aae10a\",\"widthDesktop\":50,\"leftPaddingDesktop\":0,\"paddingLink\":false,\"variationSelected\":true,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-a7aae10a\"><!-- wp:uagb/advanced-heading {\"block_id\":\"778f74e0\",\"classMigrate\":true,\"headingDescToggle\":true,\"subHeadingColor\":\"\",\"headSpace\":20,\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-778f74e0\"><h2 class=\"uagb-heading-text\"><strong>Blue Roan is a 3-star graded pet-friendly venue</strong></h2><p class=\"uagb-desc-text\">Our goal is to provide high-quality, romantic, comfortable, and affordable self-catering accommodation on the outskirts of the village of &nbsp;Magaliesburg. &nbsp;For animal lovers, we are also&nbsp;pet-friendly&nbsp;by arrangement in most of the units all of which have their own fully fenced and gated private grassy gardens.</p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/image {\"block_id\":\"93b05e48\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/hammock-in-the-garden.jpg\",\"align\":\"left\",\"id\":799,\"linkDestination\":\"none\",\"naturalWidth\":600,\"naturalHeight\":400,\"sizeSlug\":\"full\",\"sizeSlugTablet\":\"full\",\"sizeSlugMobile\":\"full\",\"imageTopMargin\":20,\"imageRightMargin\":0,\"imageLeftMargin\":0,\"imageBottomMargin\":0,\"imageTopMarginMobile\":0,\"imageRightMarginMobile\":0,\"imageLeftMarginMobile\":0,\"imageBottomMarginMobile\":0,\"imageMarginLink\":false} -->\n<div class=\"wp-block-uagb-image uagb-block-93b05e48 wp-block-uagb-image--layout-default wp-block-uagb-image--effect-static wp-block-uagb-image--align-left\"><figure class=\"wp-block-uagb-image__figure\"><img srcset=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/hammock-in-the-garden.jpg \" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/hammock-in-the-garden.jpg\" alt=\"\" class=\"uag-image-799\" width=\"\" height=\"\" title=\"\" loading=\"lazy\"/></figure></div>\n<!-- /wp:uagb/image --></div>\n<!-- /wp:uagb/container --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"cd184d5c\",\"directionDesktop\":\"row\",\"directionMobile\":\"column-reverse\",\"alignItemsDesktop\":\"flex-start\",\"backgroundType\":\"color\",\"backgroundSizeTablet\":\"cover\",\"backgroundSizeMobile\":\"cover\",\"backgroundColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"topPaddingDesktop\":0,\"bottomPaddingDesktop\":0,\"topPaddingTablet\":80,\"bottomPaddingTablet\":80,\"leftPaddingTablet\":40,\"rightPaddingTablet\":40,\"topPaddingMobile\":64,\"bottomPaddingMobile\":64,\"leftPaddingMobile\":24,\"rightPaddingMobile\":24,\"paddingLink\":false,\"variationSelected\":true,\"rowGapDesktop\":0,\"columnGapDesktop\":0,\"columnGapTablet\":50,\"isBlockRootParent\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-cd184d5c alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:image {\"align\":\"center\",\"id\":1344,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image aligncenter size-large\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/tgcsa-full-3-stars-1024x366.jpg\" alt=\"\" class=\"wp-image-1344\"/></figure>\n<!-- /wp:image --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"d33c8ed2\",\"backgroundType\":\"color\",\"backgroundSizeTablet\":\"cover\",\"backgroundSizeMobile\":\"cover\",\"backgroundColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"topPaddingDesktop\":50,\"bottomPaddingDesktop\":100,\"topPaddingTablet\":50,\"bottomPaddingTablet\":25,\"leftPaddingTablet\":20,\"rightPaddingTablet\":20,\"topPaddingMobile\":50,\"bottomPaddingMobile\":20,\"leftPaddingMobile\":20,\"rightPaddingMobile\":20,\"paddingLink\":false,\"variationSelected\":true,\"rowGapDesktop\":0,\"isBlockRootParent\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-d33c8ed2 alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/container {\"block_id\":\"24d3a247\",\"directionDesktop\":\"row\",\"alignItemsDesktop\":\"flex-end\",\"alignItemsTablet\":\"flex-end\",\"justifyContentDesktop\":\"flex-end\",\"justifyContentTablet\":\"space-between\",\"variationSelected\":true,\"rowGapMobile\":30,\"columnGapDesktop\":0} -->\n<div class=\"wp-block-uagb-container uagb-block-24d3a247\"><!-- wp:uagb/advanced-heading {\"block_id\":\"ee247e9f\",\"classMigrate\":true,\"headingDescToggle\":true,\"subHeadingColor\":\"\",\"headSpace\":20,\"subHeadFontSize\":16} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-ee247e9f\"><h2 class=\"uagb-heading-text\">Amenities &amp; Interests ​</h2><p class=\"uagb-desc-text\">The Blue Roan Country Lodge is situated just 5 minutes from the village of Magaliesburg on a tar road so easy access for all cars. &nbsp;We have panoramic views of the Magaliesberg mountain range and our farm is the perfect place for a relaxing getaway in the country. &nbsp;As we are only 70 km from JHB and Pretoria, it is only an hour’s drive.</p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/buttons {\"block_id\":\"d408f0bf\",\"classMigrate\":true,\"childMigrate\":true,\"align\":\"right\",\"alignTablet\":\"right\",\"alignMobile\":\"left\",\"gap\":0} -->\n<div class=\"wp-block-uagb-buttons uagb-buttons__outer-wrap uagb-btn__default-btn uagb-btn-tablet__default-btn uagb-btn-mobile__default-btn uagb-block-d408f0bf\"><div class=\"uagb-buttons__wrap uagb-buttons-layout-wrap\"><!-- wp:uagb/buttons-child {\"block_id\":\"4191e99c\",\"label\":\"View All\",\"link\":\"/amenities/\",\"hColor\":\"\",\"borderWidth\":\"\",\"borderRadius\":\"\",\"borderStyle\":\"\",\"borderColor\":\"\",\"borderHColor\":\"\",\"btnBorderTopWidth\":1,\"btnBorderLeftWidth\":1,\"btnBorderRightWidth\":1,\"btnBorderBottomWidth\":1,\"btnBorderTopLeftRadius\":2,\"btnBorderTopRightRadius\":2,\"btnBorderBottomLeftRadius\":2,\"btnBorderBottomRightRadius\":2,\"btnBorderStyle\":\"solid\",\"btnBorderColor\":\"#333\",\"btnBorderHColor\":\"#333\"} -->\n<div class=\"wp-block-uagb-buttons-child uagb-buttons__outer-wrap uagb-block-4191e99c wp-block-button is-style-outline\"><div class=\"uagb-button__wrapper\"><a class=\"uagb-buttons-repeater wp-block-button__link\" href=\"/amenities/\" rel=\"follow noopener\" target=\"_self\"><div class=\"uagb-button__link\">View All</div></a></div></div>\n<!-- /wp:uagb/buttons-child --></div></div>\n<!-- /wp:uagb/buttons --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"c8b61dc6\",\"directionDesktop\":\"row\",\"alignItemsTablet\":\"flex-start\",\"paddingLink\":false,\"topMarginDesktop\":50,\"bottomMarginDesktop\":20,\"leftMarginDesktop\":0,\"rightMarginDesktop\":0,\"marginLink\":false,\"variationSelected\":true,\"rowGapMobile\":65,\"columnGapDesktop\":48,\"columnGapTablet\":20} -->\n<div class=\"wp-block-uagb-container uagb-block-c8b61dc6\"><!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"align\":\"center\",\"id\":828,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image aligncenter size-full\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Blue-Roan-pool.png\" alt=\"Blue Roan\'s rock pool\" class=\"wp-image-828\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>A relaxing rock Pool​</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>We have a lovely sparkling blue rock pool next to a thatched Lapa. &nbsp;&nbsp;Lie on recliners on the green lawn or sit on the swing chair in the Lapa and enjoy the panoramic view of the Magaliesberg mountain range.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":829,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/img-20160605-wa0002-largejpg.png\" alt=\"\" class=\"wp-image-829\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>Braai facilities </h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>What can compare to a burning fire under the star-lit African sky? Nothing beats the flavor of cooking over an open flame.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":1354,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Games-Room.png\" alt=\"\" class=\"wp-image-1354\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>A games room </h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>The reception is also a games room for those who enjoy darts or playing pool. &nbsp;Take a selection of DVDs back to your room and watch movies on your own DVD player. &nbsp;There is also a selection of board games and music CDs that you can borrow.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div>\n<!-- /wp:uagb/container --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"a50e9e1c\",\"backgroundType\":\"color\",\"backgroundSizeTablet\":\"cover\",\"backgroundSizeMobile\":\"cover\",\"backgroundColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"bottomPaddingDesktop\":104,\"leftPaddingDesktop\":40,\"rightPaddingDesktop\":40,\"topPaddingTablet\":80,\"bottomPaddingTablet\":80,\"leftPaddingTablet\":40,\"rightPaddingTablet\":40,\"topPaddingMobile\":64,\"bottomPaddingMobile\":64,\"leftPaddingMobile\":24,\"rightPaddingMobile\":24,\"paddingLink\":false,\"variationSelected\":true,\"rowGapDesktop\":0,\"isBlockRootParent\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-a50e9e1c alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/advanced-heading {\"block_id\":\"ab7fe430\",\"classMigrate\":true,\"headingDescToggle\":true,\"headingAlign\":\"center\",\"headingAlignMobile\":\"left\",\"subHeadingColor\":\"\",\"headSpace\":20,\"subHeadFontSize\":16,\"blockBottomPadding\":20} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-ab7fe430\"><h2 class=\"uagb-heading-text\">Our Inside Pictures​</h2><p class=\"uagb-desc-text\">Take a look at some pretty pictures captured in and around our premises.</p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/container {\"block_id\":\"87f71278\",\"directionDesktop\":\"row\",\"alignItemsDesktop\":\"flex-start\",\"topMarginDesktop\":20,\"bottomMarginDesktop\":0,\"leftMarginDesktop\":0,\"rightMarginDesktop\":0,\"marginLink\":false,\"variationSelected\":true,\"rowGapMobile\":24,\"columnGapDesktop\":24,\"columnGapTablet\":20} -->\n<div class=\"wp-block-uagb-container uagb-block-87f71278\"><!-- wp:uagb/container {\"block_id\":\"62a977e4\",\"widthDesktop\":32,\"variationSelected\":true,\"rowGapDesktop\":24,\"rowGapTablet\":20,\"rowGapMobile\":24,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-62a977e4\"><!-- wp:uagb/image {\"block_id\":\"9285533f\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/red-rose-1024x683.jpg\",\"id\":834,\"linkDestination\":\"none\",\"width\":385,\"height\":284,\"naturalWidth\":1024,\"naturalHeight\":683,\"sizeSlug\":\"large\",\"sizeSlugTablet\":\"large\",\"sizeSlugMobile\":\"large\",\"customHeightSetDesktop\":true} -->\n<div class=\"wp-block-uagb-image uagb-block-9285533f wp-block-uagb-image--layout-default wp-block-uagb-image--effect-static wp-block-uagb-image--align-none\"><figure class=\"wp-block-uagb-image__figure\"><img srcset=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/red-rose-1024x683.jpg \" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/red-rose-1024x683.jpg\" alt=\"\" class=\"uag-image-834\" width=\"385\" height=\"284\" title=\"\" loading=\"lazy\"/></figure></div>\n<!-- /wp:uagb/image -->\n\n<!-- wp:uagb/image {\"block_id\":\"c1306b1e\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/49g.jpg\",\"id\":838,\"linkDestination\":\"none\",\"width\":385,\"height\":284,\"naturalWidth\":650,\"naturalHeight\":450,\"sizeSlug\":\"full\",\"sizeSlugTablet\":\"full\",\"sizeSlugMobile\":\"full\",\"customHeightSetDesktop\":true} -->\n<div class=\"wp-block-uagb-image uagb-block-c1306b1e wp-block-uagb-image--layout-default wp-block-uagb-image--effect-static wp-block-uagb-image--align-none\"><figure class=\"wp-block-uagb-image__figure\"><img srcset=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/49g.jpg \" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/49g.jpg\" alt=\"\" class=\"uag-image-838\" width=\"385\" height=\"284\" title=\"\" loading=\"lazy\"/></figure></div>\n<!-- /wp:uagb/image --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"9fa62928\",\"widthDesktop\":67,\"variationSelected\":true,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-9fa62928\"><!-- wp:uagb/image {\"block_id\":\"75943cd3\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAA39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba-1-1024x768.png\",\"id\":905,\"linkDestination\":\"none\",\"naturalWidth\":1024,\"naturalHeight\":768,\"sizeSlug\":\"large\",\"sizeSlugTablet\":\"large\",\"sizeSlugMobile\":\"large\"} -->\n<div class=\"wp-block-uagb-image uagb-block-75943cd3 wp-block-uagb-image--layout-default wp-block-uagb-image--effect-static wp-block-uagb-image--align-none\"><figure class=\"wp-block-uagb-image__figure\"><img srcset=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAA39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba-1-1024x768.png \" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAA39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba-1-1024x768.png\" alt=\"\" class=\"uag-image-905\" width=\"\" height=\"\" title=\"\" loading=\"lazy\"/></figure></div>\n<!-- /wp:uagb/image --></div>\n<!-- /wp:uagb/container --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"bf4bac8c\",\"directionDesktop\":\"row\",\"alignItemsDesktop\":\"flex-start\",\"topMarginDesktop\":24,\"bottomMarginDesktop\":0,\"leftMarginDesktop\":0,\"rightMarginDesktop\":0,\"topMarginTablet\":20,\"bottomMarginTablet\":0,\"leftMarginTablet\":0,\"rightMarginTablet\":0,\"topMarginMobile\":24,\"bottomMarginMobile\":0,\"leftMarginMobile\":0,\"rightMarginMobile\":0,\"marginLink\":false,\"variationSelected\":true,\"columnGapDesktop\":24,\"columnGapTablet\":20} -->\n<div class=\"wp-block-uagb-container uagb-block-bf4bac8c\"><!-- wp:uagb/container {\"block_id\":\"21b41f28\",\"widthDesktop\":67,\"variationSelected\":true,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-21b41f28\"><!-- wp:image {\"id\":837,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-8-1024x678.jpg\" alt=\"\" class=\"wp-image-837\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"11018c67\",\"widthDesktop\":32,\"variationSelected\":true,\"rowGapDesktop\":24,\"rowGapTablet\":20,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-11018c67\"><!-- wp:uagb/image {\"block_id\":\"8e5ca423\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Blue-roan-pool-01.jpg\",\"id\":782,\"linkDestination\":\"none\",\"width\":385,\"height\":250,\"naturalWidth\":800,\"naturalHeight\":534,\"sizeSlug\":\"full\",\"sizeSlugTablet\":\"full\",\"sizeSlugMobile\":\"full\",\"customHeightSetDesktop\":true} -->\n<div class=\"wp-block-uagb-image uagb-block-8e5ca423 wp-block-uagb-image--layout-default wp-block-uagb-image--effect-static wp-block-uagb-image--align-none\"><figure class=\"wp-block-uagb-image__figure\"><img srcset=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Blue-roan-pool-01.jpg \" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Blue-roan-pool-01.jpg\" alt=\"\" class=\"uag-image-782\" width=\"385\" height=\"250\" title=\"\" loading=\"lazy\"/></figure></div>\n<!-- /wp:uagb/image -->\n\n<!-- wp:uagb/image {\"block_id\":\"c486a813\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/bird-1024x683.jpg\",\"id\":910,\"linkDestination\":\"none\",\"width\":385,\"height\":250,\"naturalWidth\":1024,\"naturalHeight\":683,\"sizeSlug\":\"large\",\"sizeSlugTablet\":\"large\",\"sizeSlugMobile\":\"large\",\"customHeightSetDesktop\":true} -->\n<div class=\"wp-block-uagb-image uagb-block-c486a813 wp-block-uagb-image--layout-default wp-block-uagb-image--effect-static wp-block-uagb-image--align-none\"><figure class=\"wp-block-uagb-image__figure\"><img srcset=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/bird-1024x683.jpg \" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/bird-1024x683.jpg\" alt=\"\" class=\"uag-image-910\" width=\"385\" height=\"250\" title=\"\" loading=\"lazy\"/></figure></div>\n<!-- /wp:uagb/image --></div>\n<!-- /wp:uagb/container --></div>\n<!-- /wp:uagb/container --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"b88af430\",\"backgroundType\":\"color\",\"backgroundSizeTablet\":\"cover\",\"backgroundSizeMobile\":\"cover\",\"backgroundColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"topPaddingDesktop\":40,\"bottomPaddingDesktop\":104,\"leftPaddingDesktop\":40,\"rightPaddingDesktop\":40,\"topPaddingTablet\":80,\"bottomPaddingTablet\":80,\"leftPaddingTablet\":40,\"rightPaddingTablet\":40,\"topPaddingMobile\":64,\"bottomPaddingMobile\":64,\"leftPaddingMobile\":24,\"rightPaddingMobile\":24,\"paddingLink\":false,\"variationSelected\":true,\"rowGapDesktop\":0,\"isBlockRootParent\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-b88af430 alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/advanced-heading {\"block_id\":\"ce69ddff\",\"classMigrate\":true,\"headingDescToggle\":true,\"headingAlign\":\"center\",\"headingAlignMobile\":\"left\",\"subHeadingColor\":\"\",\"headSpace\":20,\"subHeadFontSize\":16,\"blockBottomPadding\":20} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-ce69ddff\"><h2 class=\"uagb-heading-text\">What Our Guests Say​</h2><p class=\"uagb-desc-text\">We take pride in serving our guests the best experience. </p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/container {\"block_id\":\"379febb0\",\"directionDesktop\":\"row\",\"topMarginDesktop\":40,\"bottomMarginDesktop\":0,\"leftMarginDesktop\":0,\"rightMarginDesktop\":0,\"marginLink\":false,\"variationSelected\":true,\"rowGapMobile\":40,\"columnGapDesktop\":90} -->\n<div class=\"wp-block-uagb-container uagb-block-379febb0\"><!-- wp:uagb/container {\"block_id\":\"a55e6f7f\",\"widthDesktop\":50,\"variationSelected\":true,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-a55e6f7f\"><!-- wp:uagb/testimonial {\"test_item_count\":1,\"classMigrate\":true,\"test_block\":[{\"description\":\"\\u0022Thank you for a most enjoyable weekend stay and for making our anniversary so special.  Thank you for your kind and lovely friendship which we really appreciate!!!\\u0022​\",\"name\":\"\\u003cstrong\\u003eBrenda and Theuns\\u003c/strong\\u003e\",\"company\":\"\",\"image\":{\"id\":119,\"title\":\"testimonial1\",\"filename\":\"testimonial1.jpg\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/testimonial1.jpg\",\"link\":\"https://blueroan.netgen.cloud/testimonial1/\",\"alt\":\"\",\"author\":\"34\",\"description\":\"\",\"caption\":\"\",\"name\":\"testimonial1\",\"status\":\"inherit\",\"uploadedTo\":0,\"date\":\"2021-05-11T05:02:02.000Z\",\"modified\":\"2021-05-11T05:02:02.000Z\",\"menuOrder\":0,\"mime\":\"image/jpeg\",\"type\":\"image\",\"subtype\":\"jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/default.png\",\"dateFormatted\":\"May 11, 2021\",\"nonces\":{\"update\":\"b92fe40c3d\",\"delete\":\"643c1eb8f1\",\"edit\":\"d3e7d56b1d\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=119\\u0026action=edit\",\"meta\":false,\"authorName\":\"Rishabh\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/user-edit.php?user_id=34\",\"filesizeInBytes\":11264,\"filesizeHumanReadable\":\"11 KB\",\"context\":\"\",\"height\":250,\"width\":250,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/testimonial1-150x150.jpg\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/testimonial1.jpg\",\"height\":250,\"width\":250,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}}}],\"headingAlign\":\"left\",\"headingAlignTablet\":\"left\",\"headingAlignMobile\":\"left\",\"descColor\":\"var(\\u002d\\u002dast-global-color-3)\",\"nameFontSize\":14,\"nameLineHeight\":1,\"descFontSize\":16,\"descFontWeight\":\"600\",\"nameSpace\":1,\"block_id\":\"6bdaeadf\",\"iconImage\":{\"url\":\"\",\"alt\":\"InfoBox placeholder img\"},\"imageWidth\":32,\"columnGap\":1,\"borderStyle\":\"\",\"paddingTop\":0,\"paddingBottom\":0,\"paddingLeft\":0,\"paddingRight\":0,\"spacingLink\":true,\"imgpaddingTop\":0,\"imgpaddingRight\":15,\"imgpaddingBottom\":0,\"imgpaddingLeft\":0,\"overallBorderStyle\":\"none\",\"imgTagHeight\":32,\"imgTagWidth\":150} -->\n<div class=\"wp-block-uagb-testimonial uagb-slick-carousel uagb-tm__arrow-outside uagb-block-6bdaeadf uagb-post__carousel_notset uagb-post__carousel_notset-tablet uagb-post__carousel_notset-mobile\"><div class=\"is-carousel uagb-tm__columns-1 uagb-tm__items\"><div class=\"uagb-testimonial__wrap  uagb-tm__imgicon-style-circle uagb-tm__image-position-bottom uagb-tm__bg-type-none \"><div class=\"uagb-tm__content\"><div class=\"uagb-tm__overlay\"></div><div class=\"uagb-tm__text-wrap\"><div class=\"uagb-tm__desc\">\"Thank you for a most enjoyable weekend stay and for making our anniversary so special.  Thank you for your kind and lovely friendship which we really appreciate!!!\"​</div><div class=\"uagb-tm__meta-inner\"><div class=\"uagb-tm__image-content\"><div class=\"uagb-tm__image\"><img class=\"uagb-tm-img-src\" src=\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/testimonial1-150x150.jpg\" alt=\"\" width=\"32\" height=\"32\" loading=\"lazy\"/></div></div><div class=\"uagb-testimonial-details\"><span class=\"uagb-tm__author-name\"><strong>Brenda and Theuns</strong></span><span class=\"uagb-tm__company\"></span></div></div></div></div></div></div></div>\n<!-- /wp:uagb/testimonial -->\n\n<!-- wp:uagb/testimonial {\"test_item_count\":1,\"classMigrate\":true,\"test_block\":[{\"description\":\"\\u0022Breaking away from city life and coming out to a most wonderful romantic weekend away.  The unit is so comfortable.  Thank you for your great hospitality - we had an awesome time here.  Go well - with love\\u0022​\",\"name\":\"\\u003cstrong\\u003e\\u003cstrong\\u003e\\u003cstrong\\u003eLiz \\u0026amp; Eddie\\u003c/strong\\u003e\\u003c/strong\\u003e\\u003c/strong\\u003e\",\"company\":\"\",\"image\":{\"id\":122,\"title\":\"testimonial4\",\"filename\":\"testimonial4.jpg\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/testimonial4.jpg\",\"link\":\"https://blueroan.netgen.cloud/testimonial4/\",\"alt\":\"\",\"author\":\"34\",\"description\":\"\",\"caption\":\"\",\"name\":\"testimonial4\",\"status\":\"inherit\",\"uploadedTo\":0,\"date\":\"2021-05-11T05:02:06.000Z\",\"modified\":\"2021-05-11T05:02:06.000Z\",\"menuOrder\":0,\"mime\":\"image/jpeg\",\"type\":\"image\",\"subtype\":\"jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/default.png\",\"dateFormatted\":\"May 11, 2021\",\"nonces\":{\"update\":\"4e34860add\",\"delete\":\"9e126a55cd\",\"edit\":\"33ffd3c040\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=122\\u0026action=edit\",\"meta\":false,\"authorName\":\"Rishabh\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/user-edit.php?user_id=34\",\"filesizeInBytes\":16584,\"filesizeHumanReadable\":\"16 KB\",\"context\":\"\",\"height\":250,\"width\":250,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/testimonial4-150x150.jpg\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/testimonial4.jpg\",\"height\":250,\"width\":250,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}}}],\"headingAlign\":\"left\",\"headingAlignTablet\":\"left\",\"headingAlignMobile\":\"left\",\"descColor\":\"var(\\u002d\\u002dast-global-color-3)\",\"nameFontSize\":14,\"nameLineHeight\":1,\"descFontSize\":16,\"descFontWeight\":\"600\",\"nameSpace\":1,\"block_id\":\"c1a28725\",\"iconImage\":{\"url\":\"\",\"alt\":\"InfoBox placeholder img\"},\"imageWidth\":32,\"columnGap\":1,\"borderStyle\":\"\",\"paddingTop\":0,\"paddingBottom\":0,\"paddingLeft\":0,\"paddingRight\":0,\"spacingLink\":true,\"imgpaddingTop\":0,\"imgpaddingRight\":15,\"imgpaddingBottom\":0,\"imgpaddingLeft\":0,\"overallBorderStyle\":\"none\",\"imgTagHeight\":32,\"imgTagWidth\":150} -->\n<div class=\"wp-block-uagb-testimonial uagb-slick-carousel uagb-tm__arrow-outside uagb-block-c1a28725 uagb-post__carousel_notset uagb-post__carousel_notset-tablet uagb-post__carousel_notset-mobile\"><div class=\"is-carousel uagb-tm__columns-1 uagb-tm__items\"><div class=\"uagb-testimonial__wrap  uagb-tm__imgicon-style-circle uagb-tm__image-position-bottom uagb-tm__bg-type-none \"><div class=\"uagb-tm__content\"><div class=\"uagb-tm__overlay\"></div><div class=\"uagb-tm__text-wrap\"><div class=\"uagb-tm__desc\">\"Breaking away from city life and coming out to a most wonderful romantic weekend away.  The unit is so comfortable.  Thank you for your great hospitality - we had an awesome time here.  Go well - with love\"​</div><div class=\"uagb-tm__meta-inner\"><div class=\"uagb-tm__image-content\"><div class=\"uagb-tm__image\"><img class=\"uagb-tm-img-src\" src=\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/testimonial4-150x150.jpg\" alt=\"\" width=\"32\" height=\"32\" loading=\"lazy\"/></div></div><div class=\"uagb-testimonial-details\"><span class=\"uagb-tm__author-name\"><strong><strong><strong>Liz &amp; Eddie</strong></strong></strong></span><span class=\"uagb-tm__company\"></span></div></div></div></div></div></div></div>\n<!-- /wp:uagb/testimonial --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"9bc6419f\",\"widthDesktop\":50,\"variationSelected\":true,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-9bc6419f\"><!-- wp:uagb/testimonial {\"test_item_count\":1,\"classMigrate\":true,\"test_block\":[{\"description\":\"\\u0022Judy, what a wonderful place you have here - we were so delighted to spend the weekend here, so tranquil, peaceful, and beautiful. You made us feel right at home. Definitely a place worth 5 stars! Go well.\\u0022​\",\"name\":\"\\u003cstrong\\u003e\\u003cstrong\\u003eBrian\\u003c/strong\\u003e\\u003c/strong\\u003e \\u003cstrong\\u003e\\u003cstrong\\u003e\\u003cstrong\\u003eand \\u003cstrong\\u003eMariska\\u003c/strong\\u003e\\u003c/strong\\u003e\\u003cbr\\u003e\\u003c/strong\\u003e\\u003c/strong\\u003e\",\"company\":\"\",\"image\":{\"id\":120,\"title\":\"testimonial2\",\"filename\":\"testimonial2.jpg\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/testimonial2.jpg\",\"link\":\"https://blueroan.netgen.cloud/testimonial2/\",\"alt\":\"\",\"author\":\"34\",\"description\":\"\",\"caption\":\"\",\"name\":\"testimonial2\",\"status\":\"inherit\",\"uploadedTo\":0,\"date\":\"2021-05-11T05:02:03.000Z\",\"modified\":\"2021-05-11T05:02:03.000Z\",\"menuOrder\":0,\"mime\":\"image/jpeg\",\"type\":\"image\",\"subtype\":\"jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/default.png\",\"dateFormatted\":\"May 11, 2021\",\"nonces\":{\"update\":\"1ee6412858\",\"delete\":\"4414a2ccbf\",\"edit\":\"bde7b1f490\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=120\\u0026action=edit\",\"meta\":false,\"authorName\":\"Rishabh\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/user-edit.php?user_id=34\",\"filesizeInBytes\":10087,\"filesizeHumanReadable\":\"10 KB\",\"context\":\"\",\"height\":250,\"width\":250,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/testimonial2-150x150.jpg\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/testimonial2.jpg\",\"height\":250,\"width\":250,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}}}],\"headingAlign\":\"left\",\"headingAlignTablet\":\"left\",\"headingAlignMobile\":\"left\",\"descColor\":\"var(\\u002d\\u002dast-global-color-3)\",\"nameFontSize\":14,\"nameLineHeight\":1,\"descFontSize\":16,\"descFontWeight\":\"600\",\"nameSpace\":1,\"block_id\":\"f0c4171b\",\"iconImage\":{\"url\":\"\",\"alt\":\"InfoBox placeholder img\"},\"imageWidth\":32,\"columnGap\":1,\"borderStyle\":\"\",\"paddingTop\":0,\"paddingBottom\":0,\"paddingLeft\":0,\"paddingRight\":0,\"spacingLink\":true,\"imgpaddingTop\":0,\"imgpaddingRight\":15,\"imgpaddingBottom\":0,\"imgpaddingLeft\":0,\"overallBorderStyle\":\"none\",\"imgTagHeight\":32,\"imgTagWidth\":150} -->\n<div class=\"wp-block-uagb-testimonial uagb-slick-carousel uagb-tm__arrow-outside uagb-block-f0c4171b uagb-post__carousel_notset uagb-post__carousel_notset-tablet uagb-post__carousel_notset-mobile\"><div class=\"is-carousel uagb-tm__columns-1 uagb-tm__items\"><div class=\"uagb-testimonial__wrap  uagb-tm__imgicon-style-circle uagb-tm__image-position-bottom uagb-tm__bg-type-none \"><div class=\"uagb-tm__content\"><div class=\"uagb-tm__overlay\"></div><div class=\"uagb-tm__text-wrap\"><div class=\"uagb-tm__desc\">\"Judy, what a wonderful place you have here - we were so delighted to spend the weekend here, so tranquil, peaceful, and beautiful. You made us feel right at home. Definitely a place worth 5 stars! Go well.\"​</div><div class=\"uagb-tm__meta-inner\"><div class=\"uagb-tm__image-content\"><div class=\"uagb-tm__image\"><img class=\"uagb-tm-img-src\" src=\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/testimonial2-150x150.jpg\" alt=\"\" width=\"32\" height=\"32\" loading=\"lazy\"/></div></div><div class=\"uagb-testimonial-details\"><span class=\"uagb-tm__author-name\"><strong><strong>Brian</strong></strong> <strong><strong><strong>and <strong>Mariska</strong></strong><br></strong></strong></span><span class=\"uagb-tm__company\"></span></div></div></div></div></div></div></div>\n<!-- /wp:uagb/testimonial -->\n\n<!-- wp:uagb/testimonial {\"test_item_count\":1,\"classMigrate\":true,\"test_block\":[{\"description\":\"\\u0022Thank you for the most wonderful time, Judy!  This was the most peaceful and perfect place to get engaged!  We will most certainly be back!!!  Your hospitality cannot be topped!\\u0022​\",\"name\":\"\\u003cstrong\\u003e\\u003cstrong\\u003e\\u003cstrong\\u003e\\u003cstrong\\u003eBrett and Kelly\\u003c/strong\\u003e\\u003c/strong\\u003e\\u003c/strong\\u003e\\u003c/strong\\u003e\",\"company\":\"\",\"image\":{\"id\":121,\"title\":\"testimonial3\",\"filename\":\"testimonial3.jpg\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/testimonial3.jpg\",\"link\":\"https://blueroan.netgen.cloud/testimonial3/\",\"alt\":\"\",\"author\":\"34\",\"description\":\"\",\"caption\":\"\",\"name\":\"testimonial3\",\"status\":\"inherit\",\"uploadedTo\":0,\"date\":\"2021-05-11T05:02:05.000Z\",\"modified\":\"2021-05-11T05:02:05.000Z\",\"menuOrder\":0,\"mime\":\"image/jpeg\",\"type\":\"image\",\"subtype\":\"jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/default.png\",\"dateFormatted\":\"May 11, 2021\",\"nonces\":{\"update\":\"290653da5d\",\"delete\":\"90a4fb2d63\",\"edit\":\"ff8a64e56e\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=121\\u0026action=edit\",\"meta\":false,\"authorName\":\"Rishabh\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/user-edit.php?user_id=34\",\"filesizeInBytes\":8748,\"filesizeHumanReadable\":\"9 KB\",\"context\":\"\",\"height\":250,\"width\":250,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/testimonial3-150x150.jpg\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/testimonial3.jpg\",\"height\":250,\"width\":250,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}}}],\"headingAlign\":\"left\",\"headingAlignTablet\":\"left\",\"headingAlignMobile\":\"left\",\"descColor\":\"var(\\u002d\\u002dast-global-color-3)\",\"nameFontSize\":14,\"nameLineHeight\":1,\"descFontSize\":16,\"descFontWeight\":\"600\",\"nameSpace\":1,\"block_id\":\"925715e0\",\"iconImage\":{\"url\":\"\",\"alt\":\"InfoBox placeholder img\"},\"imageWidth\":32,\"columnGap\":1,\"borderStyle\":\"\",\"paddingTop\":0,\"paddingBottom\":0,\"paddingLeft\":0,\"paddingRight\":0,\"spacingLink\":true,\"imgpaddingTop\":0,\"imgpaddingRight\":15,\"imgpaddingBottom\":0,\"imgpaddingLeft\":0,\"overallBorderStyle\":\"none\",\"imgTagHeight\":32,\"imgTagWidth\":150} -->\n<div class=\"wp-block-uagb-testimonial uagb-slick-carousel uagb-tm__arrow-outside uagb-block-925715e0 uagb-post__carousel_notset uagb-post__carousel_notset-tablet uagb-post__carousel_notset-mobile\"><div class=\"is-carousel uagb-tm__columns-1 uagb-tm__items\"><div class=\"uagb-testimonial__wrap  uagb-tm__imgicon-style-circle uagb-tm__image-position-bottom uagb-tm__bg-type-none \"><div class=\"uagb-tm__content\"><div class=\"uagb-tm__overlay\"></div><div class=\"uagb-tm__text-wrap\"><div class=\"uagb-tm__desc\">\"Thank you for the most wonderful time, Judy!  This was the most peaceful and perfect place to get engaged!  We will most certainly be back!!!  Your hospitality cannot be topped!\"​</div><div class=\"uagb-tm__meta-inner\"><div class=\"uagb-tm__image-content\"><div class=\"uagb-tm__image\"><img class=\"uagb-tm-img-src\" src=\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/testimonial3-150x150.jpg\" alt=\"\" width=\"32\" height=\"32\" loading=\"lazy\"/></div></div><div class=\"uagb-testimonial-details\"><span class=\"uagb-tm__author-name\"><strong><strong><strong><strong>Brett and Kelly</strong></strong></strong></strong></span><span class=\"uagb-tm__company\"></span></div></div></div></div></div></div></div>\n<!-- /wp:uagb/testimonial --></div>\n<!-- /wp:uagb/container --></div>\n<!-- /wp:uagb/container --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"8df1d5dd\",\"innerContentCustomWidthDesktop\":781,\"innerContentCustomWidthTablet\":781,\"backgroundType\":\"image\",\"backgroundImageDesktop\":{\"id\":809,\"title\":\"26759994757_767d9794fd_b\",\"filename\":\"26759994757_767d9794fd_b.jpg\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/26759994757_767d9794fd_b.jpg\",\"link\":\"https://blueroan.netgen.cloud/?attachment_id=809\",\"alt\":\"\",\"author\":\"2\",\"description\":\"\",\"caption\":\"\",\"name\":\"26759994757_767d9794fd_b\",\"status\":\"inherit\",\"uploadedTo\":805,\"date\":\"2022-12-13T09:51:53.000Z\",\"modified\":\"2022-12-13T09:51:53.000Z\",\"menuOrder\":0,\"mime\":\"image/jpeg\",\"type\":\"image\",\"subtype\":\"jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-includes/images/media/default.png\",\"dateFormatted\":\"December 13, 2022\",\"nonces\":{\"update\":\"39b5c0eef1\",\"delete\":\"fde92abd83\",\"edit\":\"3923face9e\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=809\\u0026action=edit\",\"meta\":false,\"authorName\":\"Netgen Support\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/profile.php\",\"uploadedToTitle\":\"Magaliesburg\",\"uploadedToLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=805\\u0026action=edit\",\"filesizeInBytes\":143610,\"filesizeHumanReadable\":\"140 KB\",\"context\":\"\",\"height\":683,\"width\":1024,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/26759994757_767d9794fd_b-150x150.jpg\",\"orientation\":\"landscape\"},\"medium\":{\"height\":200,\"width\":300,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/26759994757_767d9794fd_b-300x200.jpg\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/26759994757_767d9794fd_b.jpg\",\"height\":683,\"width\":1024,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"backgroundImageColor\":\"rgba(42,42,42,0.65)\",\"topPaddingDesktop\":144,\"bottomPaddingDesktop\":144,\"leftPaddingDesktop\":40,\"rightPaddingDesktop\":40,\"topPaddingTablet\":80,\"bottomPaddingTablet\":80,\"leftPaddingTablet\":40,\"rightPaddingTablet\":40,\"topPaddingMobile\":64,\"bottomPaddingMobile\":64,\"leftPaddingMobile\":24,\"rightPaddingMobile\":24,\"paddingLink\":false,\"variationSelected\":true,\"isBlockRootParent\":true,\"overlayType\":\"color\"} -->\n<div class=\"wp-block-uagb-container uagb-block-8df1d5dd alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/advanced-heading {\"block_id\":\"bafa4e78\",\"classMigrate\":true,\"headingDescToggle\":true,\"headingAlign\":\"center\",\"headingColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"subHeadingColor\":\"var(\\u002d\\u002dast-global-color-4)\",\"headSpace\":20} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-bafa4e78\"><h2 class=\"uagb-heading-text\">Plan an Unforgettable Experience at <br>Blue Roan!</h2><p class=\"uagb-desc-text\">Blue Roan is a 3-star graded pet-friendly venue</p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/advanced-heading {\"block_id\":\"70db6bf0\",\"classMigrate\":true,\"headingTitleToggle\":false,\"headingDescToggle\":true,\"headingAlign\":\"center\",\"subHeadingColor\":\"var(\\u002d\\u002dast-global-color-4)\",\"subHeadTransform\":\"uppercase\",\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"subHeadLetterSpacing\":2,\"blockTopPadding\":60,\"blockRightPadding\":0,\"blockLeftPadding\":0,\"blockBottomPadding\":0,\"blockTopPaddingMobile\":30,\"blockRightPaddingMobile\":0,\"blockLeftPaddingMobile\":0,\"blockBottomPaddingMobile\":0,\"linkColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"linkHColor\":\"var(\\u002d\\u002dast-global-color-0)\"} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-70db6bf0\"><p class=\"uagb-desc-text\"><a href=\"https://book.nightsbridge.com/11065\" target=\"_blank\" rel=\"noreferrer noopener\">BOOK YOUR STAY NOW​</a></p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/icon-list {\"block_id\":\"01277dee\",\"classMigrate\":true,\"childMigrate\":true,\"align\":\"center\",\"parentIcon\":\"phone\",\"size\":40,\"sizeMobile\":24,\"sizeTablet\":32,\"fontSize\":48,\"fontSizeMobile\":28,\"fontSizeTablet\":40,\"fontWeight\":\"600\",\"iconColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"labelColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"blockTopPadding\":0,\"blockRightPadding\":0,\"blockLeftPadding\":0,\"blockBottomPadding\":24,\"blockPaddingLink\":false} -->\n<div class=\"wp-block-uagb-icon-list uagb-block-01277dee\"><div class=\"uagb-icon-list__wrap\"><!-- wp:uagb/icon-list-child {\"block_id\":\"e0f471ab\",\"label\":\" + 27 (0) 82 575 5409\",\"label_color\":\"\",\"link\":\"tel:+27825755409\",\"disableLink\":true,\"fromParentIcon\":\"phone\",\"imageSizeChild\":40} -->\n<div class=\"wp-block-uagb-icon-list-child uagb-block-e0f471ab\"><a target=\"_self\" aria-label=\" + 27 (0) 82 575 5409\" rel=\"noopener noreferrer\" href=\"tel:+27825755409\"> </a><span class=\"uagb-icon-list__source-wrap\"><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M511.2 387l-23.25 100.8c-3.266 14.25-15.79 24.22-30.46 24.22C205.2 512 0 306.8 0 54.5c0-14.66 9.969-27.2 24.22-30.45l100.8-23.25C139.7-2.602 154.7 5.018 160.8 18.92l46.52 108.5c5.438 12.78 1.77 27.67-8.98 36.45L144.5 207.1c33.98 69.22 90.26 125.5 159.5 159.5l44.08-53.8c8.688-10.78 23.69-14.51 36.47-8.975l108.5 46.51C506.1 357.2 514.6 372.4 511.2 387z\"></path></svg></span><span class=\"uagb-icon-list__label\"> + 27 (0) 82 575 5409</span></div>\n<!-- /wp:uagb/icon-list-child -->\n\n<!-- wp:uagb/icon-list-child {\"block_id\":\"e932be29\",\"label\":\"blueroan@ugo.co.za\",\"icon\":\"envelope\",\"label_color\":\"\",\"link\":\"mailto:blueroan@ugo.co.za\",\"disableLink\":true,\"fromParentIcon\":\"phone\",\"imageSizeChild\":40} -->\n<div class=\"wp-block-uagb-icon-list-child uagb-block-e932be29\"><a target=\"_self\" aria-label=\"blueroan@ugo.co.za\" rel=\"noopener noreferrer\" href=\"mailto:blueroan@ugo.co.za\"> </a><span class=\"uagb-icon-list__source-wrap\"><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M464 64C490.5 64 512 85.49 512 112C512 127.1 504.9 141.3 492.8 150.4L275.2 313.6C263.8 322.1 248.2 322.1 236.8 313.6L19.2 150.4C7.113 141.3 0 127.1 0 112C0 85.49 21.49 64 48 64H464zM217.6 339.2C240.4 356.3 271.6 356.3 294.4 339.2L512 176V384C512 419.3 483.3 448 448 448H64C28.65 448 0 419.3 0 384V176L217.6 339.2z\"></path></svg></span><span class=\"uagb-icon-list__label\">blueroan@ugo.co.za</span></div>\n<!-- /wp:uagb/icon-list-child --></div></div>\n<!-- /wp:uagb/icon-list --></div></div>\n<!-- /wp:uagb/container -->',	'Home',	'',	'inherit',	'closed',	'closed',	'',	'760-revision-v1',	'',	'',	'2022-12-22 07:17:01',	'2022-12-22 07:17:01',	'',	760,	'https://blueroan.netgen.cloud/?p=1394',	0,	'revision',	'',	0),
(1396,	2,	'2022-12-22 07:17:34',	'2022-12-22 07:17:34',	'<!-- wp:uagb/container {\"block_id\":\"3736cf55\",\"minHeightDesktop\":95,\"minHeightTablet\":70,\"minHeightMobile\":80,\"minHeightType\":\"vh\",\"alignItemsDesktop\":\"flex-start\",\"backgroundType\":\"image\",\"backgroundImageDesktop\":{\"uploading\":false,\"date\":1670921854000,\"filename\":\"Blue-Roan-pool.jpg\",\"menuOrder\":0,\"uploadedTo\":760,\"type\":\"image\",\"subtype\":\"jpeg\",\"id\":784,\"title\":\"Blue Roan - pool\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Blue-Roan-pool.jpg\",\"link\":\"https://blueroan.netgen.cloud/home/blue-roan-pool/\",\"alt\":\"\",\"author\":\"2\",\"description\":\"\",\"caption\":\"\",\"name\":\"blue-roan-pool\",\"status\":\"inherit\",\"modified\":1670921854000,\"mime\":\"image/jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-includes/images/media/default.png\",\"dateFormatted\":\"December 13, 2022\",\"nonces\":{\"update\":\"51a12ed09e\",\"delete\":\"5174068551\",\"edit\":\"1de0721407\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=784\\u0026action=edit\",\"meta\":false,\"authorName\":\"Netgen Support\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/profile.php\",\"uploadedToTitle\":\"Home\",\"uploadedToLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=760\\u0026action=edit\",\"filesizeInBytes\":154801,\"filesizeHumanReadable\":\"151 KB\",\"context\":\"\",\"height\":667,\"width\":1000,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Blue-Roan-pool-150x150.jpg\",\"orientation\":\"landscape\"},\"medium\":{\"height\":200,\"width\":300,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Blue-Roan-pool-300x200.jpg\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Blue-Roan-pool.jpg\",\"height\":667,\"width\":1000,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"backgroundPositionDesktop\":{\"x\":0.5,\"y\":0.25},\"backgroundImageColor\":\"rgba(42,42,42,0.35)\",\"topPaddingDesktop\":0,\"bottomPaddingDesktop\":0,\"leftPaddingDesktop\":40,\"rightPaddingDesktop\":40,\"topPaddingTablet\":120,\"bottomPaddingTablet\":120,\"leftPaddingTablet\":40,\"rightPaddingTablet\":40,\"topPaddingMobile\":150,\"bottomPaddingMobile\":150,\"leftPaddingMobile\":20,\"rightPaddingMobile\":20,\"paddingLink\":false,\"variationSelected\":true,\"isBlockRootParent\":true,\"overlayType\":\"color\",\"minHeightTypeTablet\":\"vh\",\"minHeightTypeMobile\":\"vh\"} -->\n<div class=\"wp-block-uagb-container uagb-block-3736cf55 alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:group {\"layout\":{\"inherit\":true,\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group\"><!-- wp:uagb/info-box {\"classMigrate\":true,\"headingAlign\":\"left\",\"headingColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"subHeadingColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"headingTag\":\"h1\",\"subHeadFontSize\":17,\"subHeadFontSizeMobile\":15,\"headSpace\":20,\"subHeadSpace\":40,\"block_id\":\"538a3cf0\",\"ctaIcon\":\"\",\"ctaText\":\"Book Your Stay Now\",\"ctaLink\":\"https://book.nightsbridge.com/11065\",\"ctaBtnLinkColor\":\"var(\\u002d\\u002dast-global-color-2)\",\"ctaLinkHoverColor\":\"var(\\u002d\\u002dast-global-color-2)\",\"ctaBgColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"ctaBgHoverColor\":\"var(\\u002d\\u002dast-global-color-4)\",\"ctaBorderColor\":\"\",\"ctaBorderStyle\":\"\",\"ctaBorderWidth\":\"\",\"ctaBorderRadius\":\"\",\"iconImage\":{\"url\":\"\",\"alt\":\"InfoBox placeholder img\"},\"showIcon\":false,\"paddingBtnTop\":18,\"paddingBtnBottom\":18,\"paddingBtnLeft\":34,\"paddingBtnRight\":34,\"blockTopPadding\":5,\"blockRightPadding\":40,\"blockLeftPadding\":0,\"blockBottomPadding\":0,\"blockTopPaddingTablet\":0,\"blockRightPaddingTablet\":64,\"blockLeftPaddingTablet\":0,\"blockBottomPaddingTablet\":0,\"blockTopPaddingMobile\":0,\"blockRightPaddingMobile\":0,\"blockLeftPaddingMobile\":0,\"blockBottomPaddingMobile\":0,\"blockPaddingUnit\":\"%\",\"blockPaddingLink\":false,\"subHeadMarginTopTablet\":0,\"subHeadMarginRightTablet\":64,\"subHeadTabletSpace\":40,\"subHeadMarginLeftTablet\":0,\"subHeadMarginTopMobile\":0,\"subHeadMarginRightMobile\":0,\"subHeadMobileSpace\":40,\"subHeadMarginLeftMobile\":0,\"btnBorderTopWidth\":1,\"btnBorderLeftWidth\":1,\"btnBorderRightWidth\":1,\"btnBorderBottomWidth\":1,\"btnBorderTopLeftRadius\":0,\"btnBorderTopRightRadius\":0,\"btnBorderBottomLeftRadius\":0,\"btnBorderBottomRightRadius\":0,\"btnBorderStyle\":\"none\",\"btnBorderColor\":\"#333\"} -->\n<div class=\"wp-block-uagb-info-box uagb-block-538a3cf0 uagb-infobox__content-wrap  uagb-infobox-icon-above-title uagb-infobox-image-valign-top\"><div class=\"uagb-ifb-content\"><div class=\"uagb-ifb-title-wrap\"><h1 class=\"uagb-ifb-title\">Magaliesburg pet friendly self-catering accommodation</h1></div><p class=\"uagb-ifb-desc\">Romantic pet-friendly self-catering accommodation in Magaliesburg, Gauteng.</p></div></div>\n<!-- /wp:uagb/info-box --></div>\n<!-- /wp:group -->\n\n<!-- wp:buttons {\"layout\":{\"type\":\"flex\",\"justifyContent\":\"left\",\"orientation\":\"horizontal\"},\"style\":{\"spacing\":{\"blockGap\":\"var:preset|spacing|50\"}}} -->\n<div class=\"wp-block-buttons\"><!-- wp:button {\"backgroundColor\":\"ast-global-color-5\",\"textColor\":\"ast-global-color-2\",\"width\":25,\"style\":{\"spacing\":{\"padding\":{\"top\":\"var:preset|spacing|50\",\"right\":\"var:preset|spacing|30\",\"bottom\":\"var:preset|spacing|50\",\"left\":\"var:preset|spacing|30\"}}},\"className\":\"is-style-fill\",\"UAGHideMob\":true,\"UAGHideTab\":true,\"UAGResponsiveConditions\":true} -->\n<div class=\"wp-block-button has-custom-width wp-block-button__width-25 is-style-fill uag-hide-tab uag-hide-mob\" id=\"https://book.nightsbridge.com/11065\"><a class=\"wp-block-button__link has-ast-global-color-2-color has-ast-global-color-5-background-color has-text-color has-background wp-element-button\" href=\"https://book.nightsbridge.com/11065\" style=\"padding-top:var(--wp--preset--spacing--50);padding-right:var(--wp--preset--spacing--30);padding-bottom:var(--wp--preset--spacing--50);padding-left:var(--wp--preset--spacing--30)\" rel=\"https://book.nightsbridge.com/11065\">book your stay now</a></div>\n<!-- /wp:button -->\n\n<!-- wp:button {\"backgroundColor\":\"ast-global-color-5\",\"textColor\":\"ast-global-color-2\",\"width\":25,\"style\":{\"spacing\":{\"padding\":{\"top\":\"var:preset|spacing|50\",\"right\":\"var:preset|spacing|30\",\"bottom\":\"var:preset|spacing|50\",\"left\":\"var:preset|spacing|30\"}}},\"className\":\"is-style-fill\",\"UAGHideMob\":true,\"UAGHideTab\":true,\"UAGDisplayConditions\":\"userstate\",\"UAGResponsiveConditions\":true} -->\n<div class=\"wp-block-button has-custom-width wp-block-button__width-25 is-style-fill uag-hide-tab uag-hide-mob\" id=\"https://book.nightsbridge.com/11065\"><a class=\"wp-block-button__link has-ast-global-color-2-color has-ast-global-color-5-background-color has-text-color has-background wp-element-button\" href=\"https://book.nightsbridge.com/11065\" style=\"padding-top:var(--wp--preset--spacing--50);padding-right:var(--wp--preset--spacing--30);padding-bottom:var(--wp--preset--spacing--50);padding-left:var(--wp--preset--spacing--30)\" target=\"_blank\" rel=\"https://book.nightsbridge.com/11065 noopener\">Check availability</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons -->\n\n<!-- wp:buttons {\"layout\":{\"type\":\"flex\",\"justifyContent\":\"left\",\"orientation\":\"horizontal\"},\"style\":{\"spacing\":{\"blockGap\":\"var:preset|spacing|50\"}}} -->\n<div class=\"wp-block-buttons\"><!-- wp:button {\"backgroundColor\":\"ast-global-color-5\",\"textColor\":\"ast-global-color-2\",\"width\":25,\"style\":{\"spacing\":{\"padding\":{\"top\":\"0\",\"right\":\"var:preset|spacing|40\",\"bottom\":\"0\",\"left\":\"var:preset|spacing|40\"}}},\"className\":\"is-style-fill\",\"UAGHideDesktop\":true,\"UAGHideTab\":true,\"UAGResponsiveConditions\":true} -->\n<div class=\"wp-block-button has-custom-width wp-block-button__width-25 is-style-fill uag-hide-desktop uag-hide-tab\" id=\"https://book.nightsbridge.com/11065\"><a class=\"wp-block-button__link has-ast-global-color-2-color has-ast-global-color-5-background-color has-text-color has-background wp-element-button\" href=\"https://book.nightsbridge.com/11065\" style=\"padding-top:0;padding-right:var(--wp--preset--spacing--40);padding-bottom:0;padding-left:var(--wp--preset--spacing--40)\" rel=\"https://book.nightsbridge.com/11065\">book your stay now</a></div>\n<!-- /wp:button -->\n\n<!-- wp:button {\"backgroundColor\":\"ast-global-color-5\",\"textColor\":\"ast-global-color-2\",\"width\":25,\"style\":{\"spacing\":{\"padding\":{\"top\":\"0\",\"right\":\"var:preset|spacing|60\",\"bottom\":\"0\",\"left\":\"var:preset|spacing|60\"}}},\"className\":\"is-style-fill\",\"UAGHideDesktop\":true,\"UAGHideTab\":true,\"UAGDisplayConditions\":\"userstate\",\"UAGResponsiveConditions\":true} -->\n<div class=\"wp-block-button has-custom-width wp-block-button__width-25 is-style-fill uag-hide-desktop uag-hide-tab\"><a class=\"wp-block-button__link has-ast-global-color-2-color has-ast-global-color-5-background-color has-text-color has-background wp-element-button\" href=\"https://book.nightsbridge.com/11065\" style=\"padding-top:0;padding-right:var(--wp--preset--spacing--60);padding-bottom:0;padding-left:var(--wp--preset--spacing--60)\" target=\"_blank\" rel=\"noopener\">Check availability</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"946316ca\",\"directionDesktop\":\"row\",\"directionMobile\":\"column-reverse\",\"alignItemsDesktop\":\"flex-start\",\"backgroundType\":\"color\",\"backgroundSizeTablet\":\"cover\",\"backgroundSizeMobile\":\"cover\",\"backgroundColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"topPaddingDesktop\":60,\"bottomPaddingDesktop\":60,\"topPaddingTablet\":80,\"bottomPaddingTablet\":80,\"leftPaddingTablet\":40,\"rightPaddingTablet\":40,\"topPaddingMobile\":64,\"bottomPaddingMobile\":64,\"leftPaddingMobile\":24,\"rightPaddingMobile\":24,\"paddingLink\":false,\"variationSelected\":true,\"columnGapDesktop\":60,\"columnGapTablet\":50,\"isBlockRootParent\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-946316ca alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/container {\"block_id\":\"8bce9bcc\",\"widthDesktop\":50,\"variationSelected\":true,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-8bce9bcc\"><!-- wp:image {\"id\":797,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-13.jpg\" alt=\"\" class=\"wp-image-797\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>We have 7 lovely brick&nbsp;<strong>self-catering</strong>&nbsp;units, each one private and with its own character and theme. &nbsp;They are designed exclusively for couples with or without pets wanting a romantic and peaceful place to connect, re-connect, celebrate special occasions, or somewhere quiet and comfortable to come for a holiday</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:buttons -->\n<div class=\"wp-block-buttons\"><!-- wp:button -->\n<div class=\"wp-block-button\"><a class=\"wp-block-button__link wp-element-button\" href=\"/accommodation/\">View accomodation</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"a7aae10a\",\"widthDesktop\":50,\"leftPaddingDesktop\":0,\"paddingLink\":false,\"variationSelected\":true,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-a7aae10a\"><!-- wp:uagb/advanced-heading {\"block_id\":\"778f74e0\",\"classMigrate\":true,\"headingDescToggle\":true,\"subHeadingColor\":\"\",\"headSpace\":20,\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-778f74e0\"><h2 class=\"uagb-heading-text\"><strong>Blue Roan is a 3-star graded pet-friendly venue</strong></h2><p class=\"uagb-desc-text\">Our goal is to provide high-quality, romantic, comfortable, and affordable self-catering accommodation on the outskirts of the village of &nbsp;Magaliesburg. &nbsp;For animal lovers, we are also&nbsp;pet-friendly&nbsp;by arrangement in most of the units all of which have their own fully fenced and gated private grassy gardens.</p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/image {\"block_id\":\"93b05e48\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/hammock-in-the-garden.jpg\",\"align\":\"left\",\"id\":799,\"linkDestination\":\"none\",\"naturalWidth\":600,\"naturalHeight\":400,\"sizeSlug\":\"full\",\"sizeSlugTablet\":\"full\",\"sizeSlugMobile\":\"full\",\"imageTopMargin\":20,\"imageRightMargin\":0,\"imageLeftMargin\":0,\"imageBottomMargin\":0,\"imageTopMarginMobile\":0,\"imageRightMarginMobile\":0,\"imageLeftMarginMobile\":0,\"imageBottomMarginMobile\":0,\"imageMarginLink\":false} -->\n<div class=\"wp-block-uagb-image uagb-block-93b05e48 wp-block-uagb-image--layout-default wp-block-uagb-image--effect-static wp-block-uagb-image--align-left\"><figure class=\"wp-block-uagb-image__figure\"><img srcset=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/hammock-in-the-garden.jpg \" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/hammock-in-the-garden.jpg\" alt=\"\" class=\"uag-image-799\" width=\"\" height=\"\" title=\"\" loading=\"lazy\"/></figure></div>\n<!-- /wp:uagb/image --></div>\n<!-- /wp:uagb/container --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"cd184d5c\",\"directionDesktop\":\"row\",\"directionMobile\":\"column-reverse\",\"alignItemsDesktop\":\"flex-start\",\"backgroundType\":\"color\",\"backgroundSizeTablet\":\"cover\",\"backgroundSizeMobile\":\"cover\",\"backgroundColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"topPaddingDesktop\":0,\"bottomPaddingDesktop\":0,\"topPaddingTablet\":80,\"bottomPaddingTablet\":80,\"leftPaddingTablet\":40,\"rightPaddingTablet\":40,\"topPaddingMobile\":64,\"bottomPaddingMobile\":64,\"leftPaddingMobile\":24,\"rightPaddingMobile\":24,\"paddingLink\":false,\"variationSelected\":true,\"rowGapDesktop\":0,\"columnGapDesktop\":0,\"columnGapTablet\":50,\"isBlockRootParent\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-cd184d5c alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:image {\"align\":\"center\",\"id\":1344,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image aligncenter size-large\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/tgcsa-full-3-stars-1024x366.jpg\" alt=\"\" class=\"wp-image-1344\"/></figure>\n<!-- /wp:image --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"d33c8ed2\",\"backgroundType\":\"color\",\"backgroundSizeTablet\":\"cover\",\"backgroundSizeMobile\":\"cover\",\"backgroundColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"topPaddingDesktop\":50,\"bottomPaddingDesktop\":100,\"topPaddingTablet\":50,\"bottomPaddingTablet\":25,\"leftPaddingTablet\":20,\"rightPaddingTablet\":20,\"topPaddingMobile\":50,\"bottomPaddingMobile\":20,\"leftPaddingMobile\":20,\"rightPaddingMobile\":20,\"paddingLink\":false,\"variationSelected\":true,\"rowGapDesktop\":0,\"isBlockRootParent\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-d33c8ed2 alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/container {\"block_id\":\"24d3a247\",\"directionDesktop\":\"row\",\"alignItemsDesktop\":\"flex-end\",\"alignItemsTablet\":\"flex-end\",\"justifyContentDesktop\":\"flex-end\",\"justifyContentTablet\":\"space-between\",\"variationSelected\":true,\"rowGapMobile\":30,\"columnGapDesktop\":0} -->\n<div class=\"wp-block-uagb-container uagb-block-24d3a247\"><!-- wp:uagb/advanced-heading {\"block_id\":\"ee247e9f\",\"classMigrate\":true,\"headingDescToggle\":true,\"subHeadingColor\":\"\",\"headSpace\":20,\"subHeadFontSize\":16} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-ee247e9f\"><h2 class=\"uagb-heading-text\">Amenities &amp; Interests ​</h2><p class=\"uagb-desc-text\">The Blue Roan Country Lodge is situated just 5 minutes from the village of Magaliesburg on a tar road so easy access for all cars. &nbsp;We have panoramic views of the Magaliesberg mountain range and our farm is the perfect place for a relaxing getaway in the country. &nbsp;As we are only 70 km from JHB and Pretoria, it is only an hour’s drive.</p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/buttons {\"block_id\":\"d408f0bf\",\"classMigrate\":true,\"childMigrate\":true,\"align\":\"right\",\"alignTablet\":\"right\",\"alignMobile\":\"left\",\"gap\":0} -->\n<div class=\"wp-block-uagb-buttons uagb-buttons__outer-wrap uagb-btn__default-btn uagb-btn-tablet__default-btn uagb-btn-mobile__default-btn uagb-block-d408f0bf\"><div class=\"uagb-buttons__wrap uagb-buttons-layout-wrap\"><!-- wp:uagb/buttons-child {\"block_id\":\"4191e99c\",\"label\":\"View All\",\"link\":\"/amenities/\",\"hColor\":\"\",\"borderWidth\":\"\",\"borderRadius\":\"\",\"borderStyle\":\"\",\"borderColor\":\"\",\"borderHColor\":\"\",\"btnBorderTopWidth\":1,\"btnBorderLeftWidth\":1,\"btnBorderRightWidth\":1,\"btnBorderBottomWidth\":1,\"btnBorderTopLeftRadius\":2,\"btnBorderTopRightRadius\":2,\"btnBorderBottomLeftRadius\":2,\"btnBorderBottomRightRadius\":2,\"btnBorderStyle\":\"solid\",\"btnBorderColor\":\"#333\",\"btnBorderHColor\":\"#333\"} -->\n<div class=\"wp-block-uagb-buttons-child uagb-buttons__outer-wrap uagb-block-4191e99c wp-block-button is-style-outline\"><div class=\"uagb-button__wrapper\"><a class=\"uagb-buttons-repeater wp-block-button__link\" href=\"/amenities/\" rel=\"follow noopener\" target=\"_self\"><div class=\"uagb-button__link\">View All</div></a></div></div>\n<!-- /wp:uagb/buttons-child --></div></div>\n<!-- /wp:uagb/buttons --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"c8b61dc6\",\"directionDesktop\":\"row\",\"alignItemsTablet\":\"flex-start\",\"paddingLink\":false,\"topMarginDesktop\":50,\"bottomMarginDesktop\":20,\"leftMarginDesktop\":0,\"rightMarginDesktop\":0,\"marginLink\":false,\"variationSelected\":true,\"rowGapMobile\":65,\"columnGapDesktop\":48,\"columnGapTablet\":20} -->\n<div class=\"wp-block-uagb-container uagb-block-c8b61dc6\"><!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"align\":\"center\",\"id\":828,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image aligncenter size-full\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Blue-Roan-pool.png\" alt=\"Blue Roan\'s rock pool\" class=\"wp-image-828\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>A relaxing rock Pool​</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>We have a lovely sparkling blue rock pool next to a thatched Lapa. &nbsp;&nbsp;Lie on recliners on the green lawn or sit on the swing chair in the Lapa and enjoy the panoramic view of the Magaliesberg mountain range.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":829,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/img-20160605-wa0002-largejpg.png\" alt=\"\" class=\"wp-image-829\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>Braai facilities </h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>What can compare to a burning fire under the star-lit African sky? Nothing beats the flavor of cooking over an open flame.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":1354,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Games-Room.png\" alt=\"\" class=\"wp-image-1354\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>A games room </h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>The reception is also a games room for those who enjoy darts or playing pool. &nbsp;Take a selection of DVDs back to your room and watch movies on your own DVD player. &nbsp;There is also a selection of board games and music CDs that you can borrow.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div>\n<!-- /wp:uagb/container --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"a50e9e1c\",\"backgroundType\":\"color\",\"backgroundSizeTablet\":\"cover\",\"backgroundSizeMobile\":\"cover\",\"backgroundColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"bottomPaddingDesktop\":104,\"leftPaddingDesktop\":40,\"rightPaddingDesktop\":40,\"topPaddingTablet\":80,\"bottomPaddingTablet\":80,\"leftPaddingTablet\":40,\"rightPaddingTablet\":40,\"topPaddingMobile\":64,\"bottomPaddingMobile\":64,\"leftPaddingMobile\":24,\"rightPaddingMobile\":24,\"paddingLink\":false,\"variationSelected\":true,\"rowGapDesktop\":0,\"isBlockRootParent\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-a50e9e1c alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/advanced-heading {\"block_id\":\"ab7fe430\",\"classMigrate\":true,\"headingDescToggle\":true,\"headingAlign\":\"center\",\"headingAlignMobile\":\"left\",\"subHeadingColor\":\"\",\"headSpace\":20,\"subHeadFontSize\":16,\"blockBottomPadding\":20} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-ab7fe430\"><h2 class=\"uagb-heading-text\">Our Inside Pictures​</h2><p class=\"uagb-desc-text\">Take a look at some pretty pictures captured in and around our premises.</p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/container {\"block_id\":\"87f71278\",\"directionDesktop\":\"row\",\"alignItemsDesktop\":\"flex-start\",\"topMarginDesktop\":20,\"bottomMarginDesktop\":0,\"leftMarginDesktop\":0,\"rightMarginDesktop\":0,\"marginLink\":false,\"variationSelected\":true,\"rowGapMobile\":24,\"columnGapDesktop\":24,\"columnGapTablet\":20} -->\n<div class=\"wp-block-uagb-container uagb-block-87f71278\"><!-- wp:uagb/container {\"block_id\":\"62a977e4\",\"widthDesktop\":32,\"variationSelected\":true,\"rowGapDesktop\":24,\"rowGapTablet\":20,\"rowGapMobile\":24,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-62a977e4\"><!-- wp:uagb/image {\"block_id\":\"9285533f\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/red-rose-1024x683.jpg\",\"id\":834,\"linkDestination\":\"none\",\"width\":385,\"height\":284,\"naturalWidth\":1024,\"naturalHeight\":683,\"sizeSlug\":\"large\",\"sizeSlugTablet\":\"large\",\"sizeSlugMobile\":\"large\",\"customHeightSetDesktop\":true} -->\n<div class=\"wp-block-uagb-image uagb-block-9285533f wp-block-uagb-image--layout-default wp-block-uagb-image--effect-static wp-block-uagb-image--align-none\"><figure class=\"wp-block-uagb-image__figure\"><img srcset=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/red-rose-1024x683.jpg \" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/red-rose-1024x683.jpg\" alt=\"\" class=\"uag-image-834\" width=\"385\" height=\"284\" title=\"\" loading=\"lazy\"/></figure></div>\n<!-- /wp:uagb/image -->\n\n<!-- wp:uagb/image {\"block_id\":\"c1306b1e\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/49g.jpg\",\"id\":838,\"linkDestination\":\"none\",\"width\":385,\"height\":284,\"naturalWidth\":650,\"naturalHeight\":450,\"sizeSlug\":\"full\",\"sizeSlugTablet\":\"full\",\"sizeSlugMobile\":\"full\",\"customHeightSetDesktop\":true} -->\n<div class=\"wp-block-uagb-image uagb-block-c1306b1e wp-block-uagb-image--layout-default wp-block-uagb-image--effect-static wp-block-uagb-image--align-none\"><figure class=\"wp-block-uagb-image__figure\"><img srcset=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/49g.jpg \" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/49g.jpg\" alt=\"\" class=\"uag-image-838\" width=\"385\" height=\"284\" title=\"\" loading=\"lazy\"/></figure></div>\n<!-- /wp:uagb/image --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"9fa62928\",\"widthDesktop\":67,\"variationSelected\":true,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-9fa62928\"><!-- wp:uagb/image {\"block_id\":\"75943cd3\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAA39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba-1-1024x768.png\",\"id\":905,\"linkDestination\":\"none\",\"naturalWidth\":1024,\"naturalHeight\":768,\"sizeSlug\":\"large\",\"sizeSlugTablet\":\"large\",\"sizeSlugMobile\":\"large\"} -->\n<div class=\"wp-block-uagb-image uagb-block-75943cd3 wp-block-uagb-image--layout-default wp-block-uagb-image--effect-static wp-block-uagb-image--align-none\"><figure class=\"wp-block-uagb-image__figure\"><img srcset=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAA39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba-1-1024x768.png \" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAA39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba-1-1024x768.png\" alt=\"\" class=\"uag-image-905\" width=\"\" height=\"\" title=\"\" loading=\"lazy\"/></figure></div>\n<!-- /wp:uagb/image --></div>\n<!-- /wp:uagb/container --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"bf4bac8c\",\"directionDesktop\":\"row\",\"alignItemsDesktop\":\"flex-start\",\"topMarginDesktop\":24,\"bottomMarginDesktop\":0,\"leftMarginDesktop\":0,\"rightMarginDesktop\":0,\"topMarginTablet\":20,\"bottomMarginTablet\":0,\"leftMarginTablet\":0,\"rightMarginTablet\":0,\"topMarginMobile\":24,\"bottomMarginMobile\":0,\"leftMarginMobile\":0,\"rightMarginMobile\":0,\"marginLink\":false,\"variationSelected\":true,\"columnGapDesktop\":24,\"columnGapTablet\":20} -->\n<div class=\"wp-block-uagb-container uagb-block-bf4bac8c\"><!-- wp:uagb/container {\"block_id\":\"21b41f28\",\"widthDesktop\":67,\"variationSelected\":true,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-21b41f28\"><!-- wp:image {\"id\":837,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-8-1024x678.jpg\" alt=\"\" class=\"wp-image-837\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"11018c67\",\"widthDesktop\":32,\"variationSelected\":true,\"rowGapDesktop\":24,\"rowGapTablet\":20,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-11018c67\"><!-- wp:uagb/image {\"block_id\":\"8e5ca423\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Blue-roan-pool-01.jpg\",\"id\":782,\"linkDestination\":\"none\",\"width\":385,\"height\":250,\"naturalWidth\":800,\"naturalHeight\":534,\"sizeSlug\":\"full\",\"sizeSlugTablet\":\"full\",\"sizeSlugMobile\":\"full\",\"customHeightSetDesktop\":true} -->\n<div class=\"wp-block-uagb-image uagb-block-8e5ca423 wp-block-uagb-image--layout-default wp-block-uagb-image--effect-static wp-block-uagb-image--align-none\"><figure class=\"wp-block-uagb-image__figure\"><img srcset=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Blue-roan-pool-01.jpg \" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Blue-roan-pool-01.jpg\" alt=\"\" class=\"uag-image-782\" width=\"385\" height=\"250\" title=\"\" loading=\"lazy\"/></figure></div>\n<!-- /wp:uagb/image -->\n\n<!-- wp:uagb/image {\"block_id\":\"c486a813\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/bird-1024x683.jpg\",\"id\":910,\"linkDestination\":\"none\",\"width\":385,\"height\":250,\"naturalWidth\":1024,\"naturalHeight\":683,\"sizeSlug\":\"large\",\"sizeSlugTablet\":\"large\",\"sizeSlugMobile\":\"large\",\"customHeightSetDesktop\":true} -->\n<div class=\"wp-block-uagb-image uagb-block-c486a813 wp-block-uagb-image--layout-default wp-block-uagb-image--effect-static wp-block-uagb-image--align-none\"><figure class=\"wp-block-uagb-image__figure\"><img srcset=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/bird-1024x683.jpg \" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/bird-1024x683.jpg\" alt=\"\" class=\"uag-image-910\" width=\"385\" height=\"250\" title=\"\" loading=\"lazy\"/></figure></div>\n<!-- /wp:uagb/image --></div>\n<!-- /wp:uagb/container --></div>\n<!-- /wp:uagb/container --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"b88af430\",\"backgroundType\":\"color\",\"backgroundSizeTablet\":\"cover\",\"backgroundSizeMobile\":\"cover\",\"backgroundColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"topPaddingDesktop\":40,\"bottomPaddingDesktop\":104,\"leftPaddingDesktop\":40,\"rightPaddingDesktop\":40,\"topPaddingTablet\":80,\"bottomPaddingTablet\":80,\"leftPaddingTablet\":40,\"rightPaddingTablet\":40,\"topPaddingMobile\":64,\"bottomPaddingMobile\":64,\"leftPaddingMobile\":24,\"rightPaddingMobile\":24,\"paddingLink\":false,\"variationSelected\":true,\"rowGapDesktop\":0,\"isBlockRootParent\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-b88af430 alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/advanced-heading {\"block_id\":\"ce69ddff\",\"classMigrate\":true,\"headingDescToggle\":true,\"headingAlign\":\"center\",\"headingAlignMobile\":\"left\",\"subHeadingColor\":\"\",\"headSpace\":20,\"subHeadFontSize\":16,\"blockBottomPadding\":20} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-ce69ddff\"><h2 class=\"uagb-heading-text\">What Our Guests Say​</h2><p class=\"uagb-desc-text\">We take pride in serving our guests the best experience. </p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/container {\"block_id\":\"379febb0\",\"directionDesktop\":\"row\",\"topMarginDesktop\":40,\"bottomMarginDesktop\":0,\"leftMarginDesktop\":0,\"rightMarginDesktop\":0,\"marginLink\":false,\"variationSelected\":true,\"rowGapMobile\":40,\"columnGapDesktop\":90} -->\n<div class=\"wp-block-uagb-container uagb-block-379febb0\"><!-- wp:uagb/container {\"block_id\":\"a55e6f7f\",\"widthDesktop\":50,\"variationSelected\":true,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-a55e6f7f\"><!-- wp:uagb/testimonial {\"test_item_count\":1,\"classMigrate\":true,\"test_block\":[{\"description\":\"\\u0022Thank you for a most enjoyable weekend stay and for making our anniversary so special.  Thank you for your kind and lovely friendship which we really appreciate!!!\\u0022​\",\"name\":\"\\u003cstrong\\u003eBrenda and Theuns\\u003c/strong\\u003e\",\"company\":\"\",\"image\":{\"id\":119,\"title\":\"testimonial1\",\"filename\":\"testimonial1.jpg\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/testimonial1.jpg\",\"link\":\"https://blueroan.netgen.cloud/testimonial1/\",\"alt\":\"\",\"author\":\"34\",\"description\":\"\",\"caption\":\"\",\"name\":\"testimonial1\",\"status\":\"inherit\",\"uploadedTo\":0,\"date\":\"2021-05-11T05:02:02.000Z\",\"modified\":\"2021-05-11T05:02:02.000Z\",\"menuOrder\":0,\"mime\":\"image/jpeg\",\"type\":\"image\",\"subtype\":\"jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/default.png\",\"dateFormatted\":\"May 11, 2021\",\"nonces\":{\"update\":\"b92fe40c3d\",\"delete\":\"643c1eb8f1\",\"edit\":\"d3e7d56b1d\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=119\\u0026action=edit\",\"meta\":false,\"authorName\":\"Rishabh\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/user-edit.php?user_id=34\",\"filesizeInBytes\":11264,\"filesizeHumanReadable\":\"11 KB\",\"context\":\"\",\"height\":250,\"width\":250,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/testimonial1-150x150.jpg\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/testimonial1.jpg\",\"height\":250,\"width\":250,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}}}],\"headingAlign\":\"left\",\"headingAlignTablet\":\"left\",\"headingAlignMobile\":\"left\",\"descColor\":\"var(\\u002d\\u002dast-global-color-3)\",\"nameFontSize\":14,\"nameLineHeight\":1,\"descFontSize\":16,\"descFontWeight\":\"600\",\"nameSpace\":1,\"block_id\":\"6bdaeadf\",\"iconImage\":{\"url\":\"\",\"alt\":\"InfoBox placeholder img\"},\"imageWidth\":32,\"columnGap\":1,\"borderStyle\":\"\",\"paddingTop\":0,\"paddingBottom\":0,\"paddingLeft\":0,\"paddingRight\":0,\"spacingLink\":true,\"imgpaddingTop\":0,\"imgpaddingRight\":15,\"imgpaddingBottom\":0,\"imgpaddingLeft\":0,\"overallBorderStyle\":\"none\",\"imgTagHeight\":32,\"imgTagWidth\":150} -->\n<div class=\"wp-block-uagb-testimonial uagb-slick-carousel uagb-tm__arrow-outside uagb-block-6bdaeadf uagb-post__carousel_notset uagb-post__carousel_notset-tablet uagb-post__carousel_notset-mobile\"><div class=\"is-carousel uagb-tm__columns-1 uagb-tm__items\"><div class=\"uagb-testimonial__wrap  uagb-tm__imgicon-style-circle uagb-tm__image-position-bottom uagb-tm__bg-type-none \"><div class=\"uagb-tm__content\"><div class=\"uagb-tm__overlay\"></div><div class=\"uagb-tm__text-wrap\"><div class=\"uagb-tm__desc\">\"Thank you for a most enjoyable weekend stay and for making our anniversary so special.  Thank you for your kind and lovely friendship which we really appreciate!!!\"​</div><div class=\"uagb-tm__meta-inner\"><div class=\"uagb-tm__image-content\"><div class=\"uagb-tm__image\"><img class=\"uagb-tm-img-src\" src=\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/testimonial1-150x150.jpg\" alt=\"\" width=\"32\" height=\"32\" loading=\"lazy\"/></div></div><div class=\"uagb-testimonial-details\"><span class=\"uagb-tm__author-name\"><strong>Brenda and Theuns</strong></span><span class=\"uagb-tm__company\"></span></div></div></div></div></div></div></div>\n<!-- /wp:uagb/testimonial -->\n\n<!-- wp:uagb/testimonial {\"test_item_count\":1,\"classMigrate\":true,\"test_block\":[{\"description\":\"\\u0022Breaking away from city life and coming out to a most wonderful romantic weekend away.  The unit is so comfortable.  Thank you for your great hospitality - we had an awesome time here.  Go well - with love\\u0022​\",\"name\":\"\\u003cstrong\\u003e\\u003cstrong\\u003e\\u003cstrong\\u003eLiz \\u0026amp; Eddie\\u003c/strong\\u003e\\u003c/strong\\u003e\\u003c/strong\\u003e\",\"company\":\"\",\"image\":{\"id\":122,\"title\":\"testimonial4\",\"filename\":\"testimonial4.jpg\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/testimonial4.jpg\",\"link\":\"https://blueroan.netgen.cloud/testimonial4/\",\"alt\":\"\",\"author\":\"34\",\"description\":\"\",\"caption\":\"\",\"name\":\"testimonial4\",\"status\":\"inherit\",\"uploadedTo\":0,\"date\":\"2021-05-11T05:02:06.000Z\",\"modified\":\"2021-05-11T05:02:06.000Z\",\"menuOrder\":0,\"mime\":\"image/jpeg\",\"type\":\"image\",\"subtype\":\"jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/default.png\",\"dateFormatted\":\"May 11, 2021\",\"nonces\":{\"update\":\"4e34860add\",\"delete\":\"9e126a55cd\",\"edit\":\"33ffd3c040\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=122\\u0026action=edit\",\"meta\":false,\"authorName\":\"Rishabh\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/user-edit.php?user_id=34\",\"filesizeInBytes\":16584,\"filesizeHumanReadable\":\"16 KB\",\"context\":\"\",\"height\":250,\"width\":250,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/testimonial4-150x150.jpg\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/testimonial4.jpg\",\"height\":250,\"width\":250,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}}}],\"headingAlign\":\"left\",\"headingAlignTablet\":\"left\",\"headingAlignMobile\":\"left\",\"descColor\":\"var(\\u002d\\u002dast-global-color-3)\",\"nameFontSize\":14,\"nameLineHeight\":1,\"descFontSize\":16,\"descFontWeight\":\"600\",\"nameSpace\":1,\"block_id\":\"c1a28725\",\"iconImage\":{\"url\":\"\",\"alt\":\"InfoBox placeholder img\"},\"imageWidth\":32,\"columnGap\":1,\"borderStyle\":\"\",\"paddingTop\":0,\"paddingBottom\":0,\"paddingLeft\":0,\"paddingRight\":0,\"spacingLink\":true,\"imgpaddingTop\":0,\"imgpaddingRight\":15,\"imgpaddingBottom\":0,\"imgpaddingLeft\":0,\"overallBorderStyle\":\"none\",\"imgTagHeight\":32,\"imgTagWidth\":150} -->\n<div class=\"wp-block-uagb-testimonial uagb-slick-carousel uagb-tm__arrow-outside uagb-block-c1a28725 uagb-post__carousel_notset uagb-post__carousel_notset-tablet uagb-post__carousel_notset-mobile\"><div class=\"is-carousel uagb-tm__columns-1 uagb-tm__items\"><div class=\"uagb-testimonial__wrap  uagb-tm__imgicon-style-circle uagb-tm__image-position-bottom uagb-tm__bg-type-none \"><div class=\"uagb-tm__content\"><div class=\"uagb-tm__overlay\"></div><div class=\"uagb-tm__text-wrap\"><div class=\"uagb-tm__desc\">\"Breaking away from city life and coming out to a most wonderful romantic weekend away.  The unit is so comfortable.  Thank you for your great hospitality - we had an awesome time here.  Go well - with love\"​</div><div class=\"uagb-tm__meta-inner\"><div class=\"uagb-tm__image-content\"><div class=\"uagb-tm__image\"><img class=\"uagb-tm-img-src\" src=\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/testimonial4-150x150.jpg\" alt=\"\" width=\"32\" height=\"32\" loading=\"lazy\"/></div></div><div class=\"uagb-testimonial-details\"><span class=\"uagb-tm__author-name\"><strong><strong><strong>Liz &amp; Eddie</strong></strong></strong></span><span class=\"uagb-tm__company\"></span></div></div></div></div></div></div></div>\n<!-- /wp:uagb/testimonial --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"9bc6419f\",\"widthDesktop\":50,\"variationSelected\":true,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-9bc6419f\"><!-- wp:uagb/testimonial {\"test_item_count\":1,\"classMigrate\":true,\"test_block\":[{\"description\":\"\\u0022Judy, what a wonderful place you have here - we were so delighted to spend the weekend here, so tranquil, peaceful, and beautiful. You made us feel right at home. Definitely a place worth 5 stars! Go well.\\u0022​\",\"name\":\"\\u003cstrong\\u003e\\u003cstrong\\u003eBrian\\u003c/strong\\u003e\\u003c/strong\\u003e \\u003cstrong\\u003e\\u003cstrong\\u003e\\u003cstrong\\u003eand \\u003cstrong\\u003eMariska\\u003c/strong\\u003e\\u003c/strong\\u003e\\u003cbr\\u003e\\u003c/strong\\u003e\\u003c/strong\\u003e\",\"company\":\"\",\"image\":{\"id\":120,\"title\":\"testimonial2\",\"filename\":\"testimonial2.jpg\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/testimonial2.jpg\",\"link\":\"https://blueroan.netgen.cloud/testimonial2/\",\"alt\":\"\",\"author\":\"34\",\"description\":\"\",\"caption\":\"\",\"name\":\"testimonial2\",\"status\":\"inherit\",\"uploadedTo\":0,\"date\":\"2021-05-11T05:02:03.000Z\",\"modified\":\"2021-05-11T05:02:03.000Z\",\"menuOrder\":0,\"mime\":\"image/jpeg\",\"type\":\"image\",\"subtype\":\"jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/default.png\",\"dateFormatted\":\"May 11, 2021\",\"nonces\":{\"update\":\"1ee6412858\",\"delete\":\"4414a2ccbf\",\"edit\":\"bde7b1f490\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=120\\u0026action=edit\",\"meta\":false,\"authorName\":\"Rishabh\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/user-edit.php?user_id=34\",\"filesizeInBytes\":10087,\"filesizeHumanReadable\":\"10 KB\",\"context\":\"\",\"height\":250,\"width\":250,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/testimonial2-150x150.jpg\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/testimonial2.jpg\",\"height\":250,\"width\":250,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}}}],\"headingAlign\":\"left\",\"headingAlignTablet\":\"left\",\"headingAlignMobile\":\"left\",\"descColor\":\"var(\\u002d\\u002dast-global-color-3)\",\"nameFontSize\":14,\"nameLineHeight\":1,\"descFontSize\":16,\"descFontWeight\":\"600\",\"nameSpace\":1,\"block_id\":\"f0c4171b\",\"iconImage\":{\"url\":\"\",\"alt\":\"InfoBox placeholder img\"},\"imageWidth\":32,\"columnGap\":1,\"borderStyle\":\"\",\"paddingTop\":0,\"paddingBottom\":0,\"paddingLeft\":0,\"paddingRight\":0,\"spacingLink\":true,\"imgpaddingTop\":0,\"imgpaddingRight\":15,\"imgpaddingBottom\":0,\"imgpaddingLeft\":0,\"overallBorderStyle\":\"none\",\"imgTagHeight\":32,\"imgTagWidth\":150} -->\n<div class=\"wp-block-uagb-testimonial uagb-slick-carousel uagb-tm__arrow-outside uagb-block-f0c4171b uagb-post__carousel_notset uagb-post__carousel_notset-tablet uagb-post__carousel_notset-mobile\"><div class=\"is-carousel uagb-tm__columns-1 uagb-tm__items\"><div class=\"uagb-testimonial__wrap  uagb-tm__imgicon-style-circle uagb-tm__image-position-bottom uagb-tm__bg-type-none \"><div class=\"uagb-tm__content\"><div class=\"uagb-tm__overlay\"></div><div class=\"uagb-tm__text-wrap\"><div class=\"uagb-tm__desc\">\"Judy, what a wonderful place you have here - we were so delighted to spend the weekend here, so tranquil, peaceful, and beautiful. You made us feel right at home. Definitely a place worth 5 stars! Go well.\"​</div><div class=\"uagb-tm__meta-inner\"><div class=\"uagb-tm__image-content\"><div class=\"uagb-tm__image\"><img class=\"uagb-tm-img-src\" src=\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/testimonial2-150x150.jpg\" alt=\"\" width=\"32\" height=\"32\" loading=\"lazy\"/></div></div><div class=\"uagb-testimonial-details\"><span class=\"uagb-tm__author-name\"><strong><strong>Brian</strong></strong> <strong><strong><strong>and <strong>Mariska</strong></strong><br></strong></strong></span><span class=\"uagb-tm__company\"></span></div></div></div></div></div></div></div>\n<!-- /wp:uagb/testimonial -->\n\n<!-- wp:uagb/testimonial {\"test_item_count\":1,\"classMigrate\":true,\"test_block\":[{\"description\":\"\\u0022Thank you for the most wonderful time, Judy!  This was the most peaceful and perfect place to get engaged!  We will most certainly be back!!!  Your hospitality cannot be topped!\\u0022​\",\"name\":\"\\u003cstrong\\u003e\\u003cstrong\\u003e\\u003cstrong\\u003e\\u003cstrong\\u003eBrett and Kelly\\u003c/strong\\u003e\\u003c/strong\\u003e\\u003c/strong\\u003e\\u003c/strong\\u003e\",\"company\":\"\",\"image\":{\"id\":121,\"title\":\"testimonial3\",\"filename\":\"testimonial3.jpg\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/testimonial3.jpg\",\"link\":\"https://blueroan.netgen.cloud/testimonial3/\",\"alt\":\"\",\"author\":\"34\",\"description\":\"\",\"caption\":\"\",\"name\":\"testimonial3\",\"status\":\"inherit\",\"uploadedTo\":0,\"date\":\"2021-05-11T05:02:05.000Z\",\"modified\":\"2021-05-11T05:02:05.000Z\",\"menuOrder\":0,\"mime\":\"image/jpeg\",\"type\":\"image\",\"subtype\":\"jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/default.png\",\"dateFormatted\":\"May 11, 2021\",\"nonces\":{\"update\":\"290653da5d\",\"delete\":\"90a4fb2d63\",\"edit\":\"ff8a64e56e\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=121\\u0026action=edit\",\"meta\":false,\"authorName\":\"Rishabh\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/user-edit.php?user_id=34\",\"filesizeInBytes\":8748,\"filesizeHumanReadable\":\"9 KB\",\"context\":\"\",\"height\":250,\"width\":250,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/testimonial3-150x150.jpg\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/testimonial3.jpg\",\"height\":250,\"width\":250,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}}}],\"headingAlign\":\"left\",\"headingAlignTablet\":\"left\",\"headingAlignMobile\":\"left\",\"descColor\":\"var(\\u002d\\u002dast-global-color-3)\",\"nameFontSize\":14,\"nameLineHeight\":1,\"descFontSize\":16,\"descFontWeight\":\"600\",\"nameSpace\":1,\"block_id\":\"925715e0\",\"iconImage\":{\"url\":\"\",\"alt\":\"InfoBox placeholder img\"},\"imageWidth\":32,\"columnGap\":1,\"borderStyle\":\"\",\"paddingTop\":0,\"paddingBottom\":0,\"paddingLeft\":0,\"paddingRight\":0,\"spacingLink\":true,\"imgpaddingTop\":0,\"imgpaddingRight\":15,\"imgpaddingBottom\":0,\"imgpaddingLeft\":0,\"overallBorderStyle\":\"none\",\"imgTagHeight\":32,\"imgTagWidth\":150} -->\n<div class=\"wp-block-uagb-testimonial uagb-slick-carousel uagb-tm__arrow-outside uagb-block-925715e0 uagb-post__carousel_notset uagb-post__carousel_notset-tablet uagb-post__carousel_notset-mobile\"><div class=\"is-carousel uagb-tm__columns-1 uagb-tm__items\"><div class=\"uagb-testimonial__wrap  uagb-tm__imgicon-style-circle uagb-tm__image-position-bottom uagb-tm__bg-type-none \"><div class=\"uagb-tm__content\"><div class=\"uagb-tm__overlay\"></div><div class=\"uagb-tm__text-wrap\"><div class=\"uagb-tm__desc\">\"Thank you for the most wonderful time, Judy!  This was the most peaceful and perfect place to get engaged!  We will most certainly be back!!!  Your hospitality cannot be topped!\"​</div><div class=\"uagb-tm__meta-inner\"><div class=\"uagb-tm__image-content\"><div class=\"uagb-tm__image\"><img class=\"uagb-tm-img-src\" src=\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/testimonial3-150x150.jpg\" alt=\"\" width=\"32\" height=\"32\" loading=\"lazy\"/></div></div><div class=\"uagb-testimonial-details\"><span class=\"uagb-tm__author-name\"><strong><strong><strong><strong>Brett and Kelly</strong></strong></strong></strong></span><span class=\"uagb-tm__company\"></span></div></div></div></div></div></div></div>\n<!-- /wp:uagb/testimonial --></div>\n<!-- /wp:uagb/container --></div>\n<!-- /wp:uagb/container --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"8df1d5dd\",\"innerContentCustomWidthDesktop\":781,\"innerContentCustomWidthTablet\":781,\"backgroundType\":\"image\",\"backgroundImageDesktop\":{\"id\":809,\"title\":\"26759994757_767d9794fd_b\",\"filename\":\"26759994757_767d9794fd_b.jpg\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/26759994757_767d9794fd_b.jpg\",\"link\":\"https://blueroan.netgen.cloud/?attachment_id=809\",\"alt\":\"\",\"author\":\"2\",\"description\":\"\",\"caption\":\"\",\"name\":\"26759994757_767d9794fd_b\",\"status\":\"inherit\",\"uploadedTo\":805,\"date\":\"2022-12-13T09:51:53.000Z\",\"modified\":\"2022-12-13T09:51:53.000Z\",\"menuOrder\":0,\"mime\":\"image/jpeg\",\"type\":\"image\",\"subtype\":\"jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-includes/images/media/default.png\",\"dateFormatted\":\"December 13, 2022\",\"nonces\":{\"update\":\"39b5c0eef1\",\"delete\":\"fde92abd83\",\"edit\":\"3923face9e\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=809\\u0026action=edit\",\"meta\":false,\"authorName\":\"Netgen Support\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/profile.php\",\"uploadedToTitle\":\"Magaliesburg\",\"uploadedToLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=805\\u0026action=edit\",\"filesizeInBytes\":143610,\"filesizeHumanReadable\":\"140 KB\",\"context\":\"\",\"height\":683,\"width\":1024,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/26759994757_767d9794fd_b-150x150.jpg\",\"orientation\":\"landscape\"},\"medium\":{\"height\":200,\"width\":300,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/26759994757_767d9794fd_b-300x200.jpg\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/26759994757_767d9794fd_b.jpg\",\"height\":683,\"width\":1024,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"backgroundImageColor\":\"rgba(42,42,42,0.65)\",\"topPaddingDesktop\":144,\"bottomPaddingDesktop\":144,\"leftPaddingDesktop\":40,\"rightPaddingDesktop\":40,\"topPaddingTablet\":80,\"bottomPaddingTablet\":80,\"leftPaddingTablet\":40,\"rightPaddingTablet\":40,\"topPaddingMobile\":64,\"bottomPaddingMobile\":64,\"leftPaddingMobile\":24,\"rightPaddingMobile\":24,\"paddingLink\":false,\"variationSelected\":true,\"isBlockRootParent\":true,\"overlayType\":\"color\"} -->\n<div class=\"wp-block-uagb-container uagb-block-8df1d5dd alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/advanced-heading {\"block_id\":\"bafa4e78\",\"classMigrate\":true,\"headingDescToggle\":true,\"headingAlign\":\"center\",\"headingColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"subHeadingColor\":\"var(\\u002d\\u002dast-global-color-4)\",\"headSpace\":20} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-bafa4e78\"><h2 class=\"uagb-heading-text\">Plan an Unforgettable Experience at <br>Blue Roan!</h2><p class=\"uagb-desc-text\">Blue Roan is a 3-star graded pet-friendly venue</p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/advanced-heading {\"block_id\":\"70db6bf0\",\"classMigrate\":true,\"headingTitleToggle\":false,\"headingDescToggle\":true,\"headingAlign\":\"center\",\"subHeadingColor\":\"var(\\u002d\\u002dast-global-color-4)\",\"subHeadTransform\":\"uppercase\",\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"subHeadLetterSpacing\":2,\"blockTopPadding\":60,\"blockRightPadding\":0,\"blockLeftPadding\":0,\"blockBottomPadding\":0,\"blockTopPaddingMobile\":30,\"blockRightPaddingMobile\":0,\"blockLeftPaddingMobile\":0,\"blockBottomPaddingMobile\":0,\"linkColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"linkHColor\":\"var(\\u002d\\u002dast-global-color-0)\"} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-70db6bf0\"><p class=\"uagb-desc-text\"><a href=\"https://book.nightsbridge.com/11065\" target=\"_blank\" rel=\"noreferrer noopener\">BOOK YOUR STAY NOW​</a></p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/icon-list {\"block_id\":\"01277dee\",\"classMigrate\":true,\"childMigrate\":true,\"align\":\"center\",\"parentIcon\":\"phone\",\"size\":40,\"sizeMobile\":24,\"sizeTablet\":32,\"fontSize\":48,\"fontSizeMobile\":28,\"fontSizeTablet\":40,\"fontWeight\":\"600\",\"iconColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"labelColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"blockTopPadding\":0,\"blockRightPadding\":0,\"blockLeftPadding\":0,\"blockBottomPadding\":24,\"blockPaddingLink\":false} -->\n<div class=\"wp-block-uagb-icon-list uagb-block-01277dee\"><div class=\"uagb-icon-list__wrap\"><!-- wp:uagb/icon-list-child {\"block_id\":\"e0f471ab\",\"label\":\" + 27 (0) 82 575 5409\",\"label_color\":\"\",\"link\":\"tel:+27825755409\",\"disableLink\":true,\"fromParentIcon\":\"phone\",\"imageSizeChild\":40} -->\n<div class=\"wp-block-uagb-icon-list-child uagb-block-e0f471ab\"><a target=\"_self\" aria-label=\" + 27 (0) 82 575 5409\" rel=\"noopener noreferrer\" href=\"tel:+27825755409\"> </a><span class=\"uagb-icon-list__source-wrap\"><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M511.2 387l-23.25 100.8c-3.266 14.25-15.79 24.22-30.46 24.22C205.2 512 0 306.8 0 54.5c0-14.66 9.969-27.2 24.22-30.45l100.8-23.25C139.7-2.602 154.7 5.018 160.8 18.92l46.52 108.5c5.438 12.78 1.77 27.67-8.98 36.45L144.5 207.1c33.98 69.22 90.26 125.5 159.5 159.5l44.08-53.8c8.688-10.78 23.69-14.51 36.47-8.975l108.5 46.51C506.1 357.2 514.6 372.4 511.2 387z\"></path></svg></span><span class=\"uagb-icon-list__label\"> + 27 (0) 82 575 5409</span></div>\n<!-- /wp:uagb/icon-list-child -->\n\n<!-- wp:uagb/icon-list-child {\"block_id\":\"e932be29\",\"label\":\"blueroan@ugo.co.za\",\"icon\":\"envelope\",\"label_color\":\"\",\"link\":\"mailto:blueroan@ugo.co.za\",\"disableLink\":true,\"fromParentIcon\":\"phone\",\"imageSizeChild\":40} -->\n<div class=\"wp-block-uagb-icon-list-child uagb-block-e932be29\"><a target=\"_self\" aria-label=\"blueroan@ugo.co.za\" rel=\"noopener noreferrer\" href=\"mailto:blueroan@ugo.co.za\"> </a><span class=\"uagb-icon-list__source-wrap\"><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M464 64C490.5 64 512 85.49 512 112C512 127.1 504.9 141.3 492.8 150.4L275.2 313.6C263.8 322.1 248.2 322.1 236.8 313.6L19.2 150.4C7.113 141.3 0 127.1 0 112C0 85.49 21.49 64 48 64H464zM217.6 339.2C240.4 356.3 271.6 356.3 294.4 339.2L512 176V384C512 419.3 483.3 448 448 448H64C28.65 448 0 419.3 0 384V176L217.6 339.2z\"></path></svg></span><span class=\"uagb-icon-list__label\">blueroan@ugo.co.za</span></div>\n<!-- /wp:uagb/icon-list-child --></div></div>\n<!-- /wp:uagb/icon-list --></div></div>\n<!-- /wp:uagb/container -->',	'Home',	'',	'inherit',	'closed',	'closed',	'',	'760-revision-v1',	'',	'',	'2022-12-22 07:17:34',	'2022-12-22 07:17:34',	'',	760,	'https://blueroan.netgen.cloud/?p=1396',	0,	'revision',	'',	0),
(1397,	2,	'2022-12-22 07:18:18',	'2022-12-22 07:18:18',	'<!-- wp:uagb/container {\"block_id\":\"3736cf55\",\"minHeightDesktop\":95,\"minHeightTablet\":70,\"minHeightMobile\":80,\"minHeightType\":\"vh\",\"alignItemsDesktop\":\"flex-start\",\"backgroundType\":\"image\",\"backgroundImageDesktop\":{\"uploading\":false,\"date\":1670921854000,\"filename\":\"Blue-Roan-pool.jpg\",\"menuOrder\":0,\"uploadedTo\":760,\"type\":\"image\",\"subtype\":\"jpeg\",\"id\":784,\"title\":\"Blue Roan - pool\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Blue-Roan-pool.jpg\",\"link\":\"https://blueroan.netgen.cloud/home/blue-roan-pool/\",\"alt\":\"\",\"author\":\"2\",\"description\":\"\",\"caption\":\"\",\"name\":\"blue-roan-pool\",\"status\":\"inherit\",\"modified\":1670921854000,\"mime\":\"image/jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-includes/images/media/default.png\",\"dateFormatted\":\"December 13, 2022\",\"nonces\":{\"update\":\"51a12ed09e\",\"delete\":\"5174068551\",\"edit\":\"1de0721407\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=784\\u0026action=edit\",\"meta\":false,\"authorName\":\"Netgen Support\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/profile.php\",\"uploadedToTitle\":\"Home\",\"uploadedToLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=760\\u0026action=edit\",\"filesizeInBytes\":154801,\"filesizeHumanReadable\":\"151 KB\",\"context\":\"\",\"height\":667,\"width\":1000,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Blue-Roan-pool-150x150.jpg\",\"orientation\":\"landscape\"},\"medium\":{\"height\":200,\"width\":300,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Blue-Roan-pool-300x200.jpg\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Blue-Roan-pool.jpg\",\"height\":667,\"width\":1000,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"backgroundPositionDesktop\":{\"x\":0.5,\"y\":0.25},\"backgroundImageColor\":\"rgba(42,42,42,0.35)\",\"topPaddingDesktop\":0,\"bottomPaddingDesktop\":0,\"leftPaddingDesktop\":40,\"rightPaddingDesktop\":40,\"topPaddingTablet\":120,\"bottomPaddingTablet\":120,\"leftPaddingTablet\":40,\"rightPaddingTablet\":40,\"topPaddingMobile\":150,\"bottomPaddingMobile\":150,\"leftPaddingMobile\":20,\"rightPaddingMobile\":20,\"paddingLink\":false,\"variationSelected\":true,\"isBlockRootParent\":true,\"overlayType\":\"color\",\"minHeightTypeTablet\":\"vh\",\"minHeightTypeMobile\":\"vh\"} -->\n<div class=\"wp-block-uagb-container uagb-block-3736cf55 alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:group {\"layout\":{\"inherit\":true,\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group\"><!-- wp:uagb/info-box {\"classMigrate\":true,\"headingAlign\":\"left\",\"headingColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"subHeadingColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"headingTag\":\"h1\",\"subHeadFontSize\":17,\"subHeadFontSizeMobile\":15,\"headSpace\":20,\"subHeadSpace\":40,\"block_id\":\"538a3cf0\",\"ctaIcon\":\"\",\"ctaText\":\"Book Your Stay Now\",\"ctaLink\":\"https://book.nightsbridge.com/11065\",\"ctaBtnLinkColor\":\"var(\\u002d\\u002dast-global-color-2)\",\"ctaLinkHoverColor\":\"var(\\u002d\\u002dast-global-color-2)\",\"ctaBgColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"ctaBgHoverColor\":\"var(\\u002d\\u002dast-global-color-4)\",\"ctaBorderColor\":\"\",\"ctaBorderStyle\":\"\",\"ctaBorderWidth\":\"\",\"ctaBorderRadius\":\"\",\"iconImage\":{\"url\":\"\",\"alt\":\"InfoBox placeholder img\"},\"showIcon\":false,\"paddingBtnTop\":18,\"paddingBtnBottom\":18,\"paddingBtnLeft\":34,\"paddingBtnRight\":34,\"blockTopPadding\":5,\"blockRightPadding\":40,\"blockLeftPadding\":0,\"blockBottomPadding\":0,\"blockTopPaddingTablet\":0,\"blockRightPaddingTablet\":64,\"blockLeftPaddingTablet\":0,\"blockBottomPaddingTablet\":0,\"blockTopPaddingMobile\":0,\"blockRightPaddingMobile\":0,\"blockLeftPaddingMobile\":0,\"blockBottomPaddingMobile\":0,\"blockPaddingUnit\":\"%\",\"blockPaddingLink\":false,\"subHeadMarginTopTablet\":0,\"subHeadMarginRightTablet\":64,\"subHeadTabletSpace\":40,\"subHeadMarginLeftTablet\":0,\"subHeadMarginTopMobile\":0,\"subHeadMarginRightMobile\":0,\"subHeadMobileSpace\":40,\"subHeadMarginLeftMobile\":0,\"btnBorderTopWidth\":1,\"btnBorderLeftWidth\":1,\"btnBorderRightWidth\":1,\"btnBorderBottomWidth\":1,\"btnBorderTopLeftRadius\":0,\"btnBorderTopRightRadius\":0,\"btnBorderBottomLeftRadius\":0,\"btnBorderBottomRightRadius\":0,\"btnBorderStyle\":\"none\",\"btnBorderColor\":\"#333\"} -->\n<div class=\"wp-block-uagb-info-box uagb-block-538a3cf0 uagb-infobox__content-wrap  uagb-infobox-icon-above-title uagb-infobox-image-valign-top\"><div class=\"uagb-ifb-content\"><div class=\"uagb-ifb-title-wrap\"><h1 class=\"uagb-ifb-title\">Magaliesburg pet friendly self-catering accommodation</h1></div><p class=\"uagb-ifb-desc\">Romantic pet-friendly self-catering accommodation in Magaliesburg, Gauteng.</p></div></div>\n<!-- /wp:uagb/info-box --></div>\n<!-- /wp:group -->\n\n<!-- wp:buttons {\"layout\":{\"type\":\"flex\",\"justifyContent\":\"left\",\"orientation\":\"horizontal\"},\"style\":{\"spacing\":{\"blockGap\":\"var:preset|spacing|50\"}}} -->\n<div class=\"wp-block-buttons\"><!-- wp:button {\"backgroundColor\":\"ast-global-color-5\",\"textColor\":\"ast-global-color-2\",\"width\":25,\"style\":{\"spacing\":{\"padding\":{\"top\":\"var:preset|spacing|50\",\"right\":\"var:preset|spacing|30\",\"bottom\":\"var:preset|spacing|50\",\"left\":\"var:preset|spacing|30\"}}},\"className\":\"is-style-fill\",\"UAGHideMob\":true,\"UAGHideTab\":true,\"UAGResponsiveConditions\":true} -->\n<div class=\"wp-block-button has-custom-width wp-block-button__width-25 is-style-fill uag-hide-tab uag-hide-mob\" id=\"https://book.nightsbridge.com/11065\"><a class=\"wp-block-button__link has-ast-global-color-2-color has-ast-global-color-5-background-color has-text-color has-background wp-element-button\" href=\"https://book.nightsbridge.com/11065\" style=\"padding-top:var(--wp--preset--spacing--50);padding-right:var(--wp--preset--spacing--30);padding-bottom:var(--wp--preset--spacing--50);padding-left:var(--wp--preset--spacing--30)\" rel=\"https://book.nightsbridge.com/11065\">book your stay now</a></div>\n<!-- /wp:button -->\n\n<!-- wp:button {\"backgroundColor\":\"ast-global-color-5\",\"textColor\":\"ast-global-color-2\",\"width\":25,\"style\":{\"spacing\":{\"padding\":{\"top\":\"var:preset|spacing|50\",\"right\":\"var:preset|spacing|30\",\"bottom\":\"var:preset|spacing|50\",\"left\":\"var:preset|spacing|30\"}}},\"className\":\"is-style-fill\",\"UAGHideMob\":true,\"UAGHideTab\":true,\"UAGDisplayConditions\":\"userstate\",\"UAGResponsiveConditions\":true} -->\n<div class=\"wp-block-button has-custom-width wp-block-button__width-25 is-style-fill uag-hide-tab uag-hide-mob\" id=\"https://book.nightsbridge.com/11065\"><a class=\"wp-block-button__link has-ast-global-color-2-color has-ast-global-color-5-background-color has-text-color has-background wp-element-button\" href=\"https://book.nightsbridge.com/11065\" style=\"padding-top:var(--wp--preset--spacing--50);padding-right:var(--wp--preset--spacing--30);padding-bottom:var(--wp--preset--spacing--50);padding-left:var(--wp--preset--spacing--30)\" target=\"_blank\" rel=\"https://book.nightsbridge.com/11065 noopener\">Check availability</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons -->\n\n<!-- wp:buttons {\"layout\":{\"type\":\"flex\",\"justifyContent\":\"left\",\"orientation\":\"horizontal\"},\"style\":{\"spacing\":{\"blockGap\":\"var:preset|spacing|50\"}}} -->\n<div class=\"wp-block-buttons\"><!-- wp:button {\"backgroundColor\":\"ast-global-color-5\",\"textColor\":\"ast-global-color-2\",\"width\":25,\"style\":{\"spacing\":{\"padding\":{\"top\":\"0\",\"right\":\"var:preset|spacing|40\",\"bottom\":\"0\",\"left\":\"var:preset|spacing|40\"}}},\"className\":\"is-style-fill\",\"UAGHideDesktop\":true,\"UAGHideTab\":true,\"UAGResponsiveConditions\":true} -->\n<div class=\"wp-block-button has-custom-width wp-block-button__width-25 is-style-fill uag-hide-desktop uag-hide-tab\" id=\"https://book.nightsbridge.com/11065\"><a class=\"wp-block-button__link has-ast-global-color-2-color has-ast-global-color-5-background-color has-text-color has-background wp-element-button\" href=\"https://book.nightsbridge.com/11065\" style=\"padding-top:0;padding-right:var(--wp--preset--spacing--40);padding-bottom:0;padding-left:var(--wp--preset--spacing--40)\" rel=\"https://book.nightsbridge.com/11065\">book your stay now</a></div>\n<!-- /wp:button -->\n\n<!-- wp:button {\"backgroundColor\":\"ast-global-color-5\",\"textColor\":\"ast-global-color-2\",\"width\":25,\"style\":{\"spacing\":{\"padding\":{\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\"}}},\"className\":\"is-style-fill\",\"UAGHideDesktop\":true,\"UAGHideTab\":true,\"UAGDisplayConditions\":\"userstate\",\"UAGResponsiveConditions\":true} -->\n<div class=\"wp-block-button has-custom-width wp-block-button__width-25 is-style-fill uag-hide-desktop uag-hide-tab\"><a class=\"wp-block-button__link has-ast-global-color-2-color has-ast-global-color-5-background-color has-text-color has-background wp-element-button\" href=\"https://book.nightsbridge.com/11065\" style=\"padding-top:0;padding-right:0;padding-bottom:0;padding-left:0\" target=\"_blank\" rel=\"noopener\">Check availability</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"946316ca\",\"directionDesktop\":\"row\",\"directionMobile\":\"column-reverse\",\"alignItemsDesktop\":\"flex-start\",\"backgroundType\":\"color\",\"backgroundSizeTablet\":\"cover\",\"backgroundSizeMobile\":\"cover\",\"backgroundColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"topPaddingDesktop\":60,\"bottomPaddingDesktop\":60,\"topPaddingTablet\":80,\"bottomPaddingTablet\":80,\"leftPaddingTablet\":40,\"rightPaddingTablet\":40,\"topPaddingMobile\":64,\"bottomPaddingMobile\":64,\"leftPaddingMobile\":24,\"rightPaddingMobile\":24,\"paddingLink\":false,\"variationSelected\":true,\"columnGapDesktop\":60,\"columnGapTablet\":50,\"isBlockRootParent\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-946316ca alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/container {\"block_id\":\"8bce9bcc\",\"widthDesktop\":50,\"variationSelected\":true,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-8bce9bcc\"><!-- wp:image {\"id\":797,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-13.jpg\" alt=\"\" class=\"wp-image-797\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>We have 7 lovely brick&nbsp;<strong>self-catering</strong>&nbsp;units, each one private and with its own character and theme. &nbsp;They are designed exclusively for couples with or without pets wanting a romantic and peaceful place to connect, re-connect, celebrate special occasions, or somewhere quiet and comfortable to come for a holiday</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:buttons -->\n<div class=\"wp-block-buttons\"><!-- wp:button -->\n<div class=\"wp-block-button\"><a class=\"wp-block-button__link wp-element-button\" href=\"/accommodation/\">View accomodation</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"a7aae10a\",\"widthDesktop\":50,\"leftPaddingDesktop\":0,\"paddingLink\":false,\"variationSelected\":true,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-a7aae10a\"><!-- wp:uagb/advanced-heading {\"block_id\":\"778f74e0\",\"classMigrate\":true,\"headingDescToggle\":true,\"subHeadingColor\":\"\",\"headSpace\":20,\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-778f74e0\"><h2 class=\"uagb-heading-text\"><strong>Blue Roan is a 3-star graded pet-friendly venue</strong></h2><p class=\"uagb-desc-text\">Our goal is to provide high-quality, romantic, comfortable, and affordable self-catering accommodation on the outskirts of the village of &nbsp;Magaliesburg. &nbsp;For animal lovers, we are also&nbsp;pet-friendly&nbsp;by arrangement in most of the units all of which have their own fully fenced and gated private grassy gardens.</p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/image {\"block_id\":\"93b05e48\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/hammock-in-the-garden.jpg\",\"align\":\"left\",\"id\":799,\"linkDestination\":\"none\",\"naturalWidth\":600,\"naturalHeight\":400,\"sizeSlug\":\"full\",\"sizeSlugTablet\":\"full\",\"sizeSlugMobile\":\"full\",\"imageTopMargin\":20,\"imageRightMargin\":0,\"imageLeftMargin\":0,\"imageBottomMargin\":0,\"imageTopMarginMobile\":0,\"imageRightMarginMobile\":0,\"imageLeftMarginMobile\":0,\"imageBottomMarginMobile\":0,\"imageMarginLink\":false} -->\n<div class=\"wp-block-uagb-image uagb-block-93b05e48 wp-block-uagb-image--layout-default wp-block-uagb-image--effect-static wp-block-uagb-image--align-left\"><figure class=\"wp-block-uagb-image__figure\"><img srcset=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/hammock-in-the-garden.jpg \" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/hammock-in-the-garden.jpg\" alt=\"\" class=\"uag-image-799\" width=\"\" height=\"\" title=\"\" loading=\"lazy\"/></figure></div>\n<!-- /wp:uagb/image --></div>\n<!-- /wp:uagb/container --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"cd184d5c\",\"directionDesktop\":\"row\",\"directionMobile\":\"column-reverse\",\"alignItemsDesktop\":\"flex-start\",\"backgroundType\":\"color\",\"backgroundSizeTablet\":\"cover\",\"backgroundSizeMobile\":\"cover\",\"backgroundColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"topPaddingDesktop\":0,\"bottomPaddingDesktop\":0,\"topPaddingTablet\":80,\"bottomPaddingTablet\":80,\"leftPaddingTablet\":40,\"rightPaddingTablet\":40,\"topPaddingMobile\":64,\"bottomPaddingMobile\":64,\"leftPaddingMobile\":24,\"rightPaddingMobile\":24,\"paddingLink\":false,\"variationSelected\":true,\"rowGapDesktop\":0,\"columnGapDesktop\":0,\"columnGapTablet\":50,\"isBlockRootParent\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-cd184d5c alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:image {\"align\":\"center\",\"id\":1344,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image aligncenter size-large\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/tgcsa-full-3-stars-1024x366.jpg\" alt=\"\" class=\"wp-image-1344\"/></figure>\n<!-- /wp:image --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"d33c8ed2\",\"backgroundType\":\"color\",\"backgroundSizeTablet\":\"cover\",\"backgroundSizeMobile\":\"cover\",\"backgroundColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"topPaddingDesktop\":50,\"bottomPaddingDesktop\":100,\"topPaddingTablet\":50,\"bottomPaddingTablet\":25,\"leftPaddingTablet\":20,\"rightPaddingTablet\":20,\"topPaddingMobile\":50,\"bottomPaddingMobile\":20,\"leftPaddingMobile\":20,\"rightPaddingMobile\":20,\"paddingLink\":false,\"variationSelected\":true,\"rowGapDesktop\":0,\"isBlockRootParent\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-d33c8ed2 alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/container {\"block_id\":\"24d3a247\",\"directionDesktop\":\"row\",\"alignItemsDesktop\":\"flex-end\",\"alignItemsTablet\":\"flex-end\",\"justifyContentDesktop\":\"flex-end\",\"justifyContentTablet\":\"space-between\",\"variationSelected\":true,\"rowGapMobile\":30,\"columnGapDesktop\":0} -->\n<div class=\"wp-block-uagb-container uagb-block-24d3a247\"><!-- wp:uagb/advanced-heading {\"block_id\":\"ee247e9f\",\"classMigrate\":true,\"headingDescToggle\":true,\"subHeadingColor\":\"\",\"headSpace\":20,\"subHeadFontSize\":16} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-ee247e9f\"><h2 class=\"uagb-heading-text\">Amenities &amp; Interests ​</h2><p class=\"uagb-desc-text\">The Blue Roan Country Lodge is situated just 5 minutes from the village of Magaliesburg on a tar road so easy access for all cars. &nbsp;We have panoramic views of the Magaliesberg mountain range and our farm is the perfect place for a relaxing getaway in the country. &nbsp;As we are only 70 km from JHB and Pretoria, it is only an hour’s drive.</p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/buttons {\"block_id\":\"d408f0bf\",\"classMigrate\":true,\"childMigrate\":true,\"align\":\"right\",\"alignTablet\":\"right\",\"alignMobile\":\"left\",\"gap\":0} -->\n<div class=\"wp-block-uagb-buttons uagb-buttons__outer-wrap uagb-btn__default-btn uagb-btn-tablet__default-btn uagb-btn-mobile__default-btn uagb-block-d408f0bf\"><div class=\"uagb-buttons__wrap uagb-buttons-layout-wrap\"><!-- wp:uagb/buttons-child {\"block_id\":\"4191e99c\",\"label\":\"View All\",\"link\":\"/amenities/\",\"hColor\":\"\",\"borderWidth\":\"\",\"borderRadius\":\"\",\"borderStyle\":\"\",\"borderColor\":\"\",\"borderHColor\":\"\",\"btnBorderTopWidth\":1,\"btnBorderLeftWidth\":1,\"btnBorderRightWidth\":1,\"btnBorderBottomWidth\":1,\"btnBorderTopLeftRadius\":2,\"btnBorderTopRightRadius\":2,\"btnBorderBottomLeftRadius\":2,\"btnBorderBottomRightRadius\":2,\"btnBorderStyle\":\"solid\",\"btnBorderColor\":\"#333\",\"btnBorderHColor\":\"#333\"} -->\n<div class=\"wp-block-uagb-buttons-child uagb-buttons__outer-wrap uagb-block-4191e99c wp-block-button is-style-outline\"><div class=\"uagb-button__wrapper\"><a class=\"uagb-buttons-repeater wp-block-button__link\" href=\"/amenities/\" rel=\"follow noopener\" target=\"_self\"><div class=\"uagb-button__link\">View All</div></a></div></div>\n<!-- /wp:uagb/buttons-child --></div></div>\n<!-- /wp:uagb/buttons --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"c8b61dc6\",\"directionDesktop\":\"row\",\"alignItemsTablet\":\"flex-start\",\"paddingLink\":false,\"topMarginDesktop\":50,\"bottomMarginDesktop\":20,\"leftMarginDesktop\":0,\"rightMarginDesktop\":0,\"marginLink\":false,\"variationSelected\":true,\"rowGapMobile\":65,\"columnGapDesktop\":48,\"columnGapTablet\":20} -->\n<div class=\"wp-block-uagb-container uagb-block-c8b61dc6\"><!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"align\":\"center\",\"id\":828,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image aligncenter size-full\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Blue-Roan-pool.png\" alt=\"Blue Roan\'s rock pool\" class=\"wp-image-828\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>A relaxing rock Pool​</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>We have a lovely sparkling blue rock pool next to a thatched Lapa. &nbsp;&nbsp;Lie on recliners on the green lawn or sit on the swing chair in the Lapa and enjoy the panoramic view of the Magaliesberg mountain range.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":829,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/img-20160605-wa0002-largejpg.png\" alt=\"\" class=\"wp-image-829\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>Braai facilities </h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>What can compare to a burning fire under the star-lit African sky? Nothing beats the flavor of cooking over an open flame.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":1354,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Games-Room.png\" alt=\"\" class=\"wp-image-1354\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>A games room </h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>The reception is also a games room for those who enjoy darts or playing pool. &nbsp;Take a selection of DVDs back to your room and watch movies on your own DVD player. &nbsp;There is also a selection of board games and music CDs that you can borrow.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div>\n<!-- /wp:uagb/container --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"a50e9e1c\",\"backgroundType\":\"color\",\"backgroundSizeTablet\":\"cover\",\"backgroundSizeMobile\":\"cover\",\"backgroundColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"bottomPaddingDesktop\":104,\"leftPaddingDesktop\":40,\"rightPaddingDesktop\":40,\"topPaddingTablet\":80,\"bottomPaddingTablet\":80,\"leftPaddingTablet\":40,\"rightPaddingTablet\":40,\"topPaddingMobile\":64,\"bottomPaddingMobile\":64,\"leftPaddingMobile\":24,\"rightPaddingMobile\":24,\"paddingLink\":false,\"variationSelected\":true,\"rowGapDesktop\":0,\"isBlockRootParent\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-a50e9e1c alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/advanced-heading {\"block_id\":\"ab7fe430\",\"classMigrate\":true,\"headingDescToggle\":true,\"headingAlign\":\"center\",\"headingAlignMobile\":\"left\",\"subHeadingColor\":\"\",\"headSpace\":20,\"subHeadFontSize\":16,\"blockBottomPadding\":20} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-ab7fe430\"><h2 class=\"uagb-heading-text\">Our Inside Pictures​</h2><p class=\"uagb-desc-text\">Take a look at some pretty pictures captured in and around our premises.</p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/container {\"block_id\":\"87f71278\",\"directionDesktop\":\"row\",\"alignItemsDesktop\":\"flex-start\",\"topMarginDesktop\":20,\"bottomMarginDesktop\":0,\"leftMarginDesktop\":0,\"rightMarginDesktop\":0,\"marginLink\":false,\"variationSelected\":true,\"rowGapMobile\":24,\"columnGapDesktop\":24,\"columnGapTablet\":20} -->\n<div class=\"wp-block-uagb-container uagb-block-87f71278\"><!-- wp:uagb/container {\"block_id\":\"62a977e4\",\"widthDesktop\":32,\"variationSelected\":true,\"rowGapDesktop\":24,\"rowGapTablet\":20,\"rowGapMobile\":24,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-62a977e4\"><!-- wp:uagb/image {\"block_id\":\"9285533f\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/red-rose-1024x683.jpg\",\"id\":834,\"linkDestination\":\"none\",\"width\":385,\"height\":284,\"naturalWidth\":1024,\"naturalHeight\":683,\"sizeSlug\":\"large\",\"sizeSlugTablet\":\"large\",\"sizeSlugMobile\":\"large\",\"customHeightSetDesktop\":true} -->\n<div class=\"wp-block-uagb-image uagb-block-9285533f wp-block-uagb-image--layout-default wp-block-uagb-image--effect-static wp-block-uagb-image--align-none\"><figure class=\"wp-block-uagb-image__figure\"><img srcset=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/red-rose-1024x683.jpg \" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/red-rose-1024x683.jpg\" alt=\"\" class=\"uag-image-834\" width=\"385\" height=\"284\" title=\"\" loading=\"lazy\"/></figure></div>\n<!-- /wp:uagb/image -->\n\n<!-- wp:uagb/image {\"block_id\":\"c1306b1e\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/49g.jpg\",\"id\":838,\"linkDestination\":\"none\",\"width\":385,\"height\":284,\"naturalWidth\":650,\"naturalHeight\":450,\"sizeSlug\":\"full\",\"sizeSlugTablet\":\"full\",\"sizeSlugMobile\":\"full\",\"customHeightSetDesktop\":true} -->\n<div class=\"wp-block-uagb-image uagb-block-c1306b1e wp-block-uagb-image--layout-default wp-block-uagb-image--effect-static wp-block-uagb-image--align-none\"><figure class=\"wp-block-uagb-image__figure\"><img srcset=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/49g.jpg \" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/49g.jpg\" alt=\"\" class=\"uag-image-838\" width=\"385\" height=\"284\" title=\"\" loading=\"lazy\"/></figure></div>\n<!-- /wp:uagb/image --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"9fa62928\",\"widthDesktop\":67,\"variationSelected\":true,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-9fa62928\"><!-- wp:uagb/image {\"block_id\":\"75943cd3\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAA39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba-1-1024x768.png\",\"id\":905,\"linkDestination\":\"none\",\"naturalWidth\":1024,\"naturalHeight\":768,\"sizeSlug\":\"large\",\"sizeSlugTablet\":\"large\",\"sizeSlugMobile\":\"large\"} -->\n<div class=\"wp-block-uagb-image uagb-block-75943cd3 wp-block-uagb-image--layout-default wp-block-uagb-image--effect-static wp-block-uagb-image--align-none\"><figure class=\"wp-block-uagb-image__figure\"><img srcset=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAA39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba-1-1024x768.png \" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAA39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba-1-1024x768.png\" alt=\"\" class=\"uag-image-905\" width=\"\" height=\"\" title=\"\" loading=\"lazy\"/></figure></div>\n<!-- /wp:uagb/image --></div>\n<!-- /wp:uagb/container --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"bf4bac8c\",\"directionDesktop\":\"row\",\"alignItemsDesktop\":\"flex-start\",\"topMarginDesktop\":24,\"bottomMarginDesktop\":0,\"leftMarginDesktop\":0,\"rightMarginDesktop\":0,\"topMarginTablet\":20,\"bottomMarginTablet\":0,\"leftMarginTablet\":0,\"rightMarginTablet\":0,\"topMarginMobile\":24,\"bottomMarginMobile\":0,\"leftMarginMobile\":0,\"rightMarginMobile\":0,\"marginLink\":false,\"variationSelected\":true,\"columnGapDesktop\":24,\"columnGapTablet\":20} -->\n<div class=\"wp-block-uagb-container uagb-block-bf4bac8c\"><!-- wp:uagb/container {\"block_id\":\"21b41f28\",\"widthDesktop\":67,\"variationSelected\":true,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-21b41f28\"><!-- wp:image {\"id\":837,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-8-1024x678.jpg\" alt=\"\" class=\"wp-image-837\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"11018c67\",\"widthDesktop\":32,\"variationSelected\":true,\"rowGapDesktop\":24,\"rowGapTablet\":20,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-11018c67\"><!-- wp:uagb/image {\"block_id\":\"8e5ca423\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Blue-roan-pool-01.jpg\",\"id\":782,\"linkDestination\":\"none\",\"width\":385,\"height\":250,\"naturalWidth\":800,\"naturalHeight\":534,\"sizeSlug\":\"full\",\"sizeSlugTablet\":\"full\",\"sizeSlugMobile\":\"full\",\"customHeightSetDesktop\":true} -->\n<div class=\"wp-block-uagb-image uagb-block-8e5ca423 wp-block-uagb-image--layout-default wp-block-uagb-image--effect-static wp-block-uagb-image--align-none\"><figure class=\"wp-block-uagb-image__figure\"><img srcset=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Blue-roan-pool-01.jpg \" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Blue-roan-pool-01.jpg\" alt=\"\" class=\"uag-image-782\" width=\"385\" height=\"250\" title=\"\" loading=\"lazy\"/></figure></div>\n<!-- /wp:uagb/image -->\n\n<!-- wp:uagb/image {\"block_id\":\"c486a813\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/bird-1024x683.jpg\",\"id\":910,\"linkDestination\":\"none\",\"width\":385,\"height\":250,\"naturalWidth\":1024,\"naturalHeight\":683,\"sizeSlug\":\"large\",\"sizeSlugTablet\":\"large\",\"sizeSlugMobile\":\"large\",\"customHeightSetDesktop\":true} -->\n<div class=\"wp-block-uagb-image uagb-block-c486a813 wp-block-uagb-image--layout-default wp-block-uagb-image--effect-static wp-block-uagb-image--align-none\"><figure class=\"wp-block-uagb-image__figure\"><img srcset=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/bird-1024x683.jpg \" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/bird-1024x683.jpg\" alt=\"\" class=\"uag-image-910\" width=\"385\" height=\"250\" title=\"\" loading=\"lazy\"/></figure></div>\n<!-- /wp:uagb/image --></div>\n<!-- /wp:uagb/container --></div>\n<!-- /wp:uagb/container --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"b88af430\",\"backgroundType\":\"color\",\"backgroundSizeTablet\":\"cover\",\"backgroundSizeMobile\":\"cover\",\"backgroundColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"topPaddingDesktop\":40,\"bottomPaddingDesktop\":104,\"leftPaddingDesktop\":40,\"rightPaddingDesktop\":40,\"topPaddingTablet\":80,\"bottomPaddingTablet\":80,\"leftPaddingTablet\":40,\"rightPaddingTablet\":40,\"topPaddingMobile\":64,\"bottomPaddingMobile\":64,\"leftPaddingMobile\":24,\"rightPaddingMobile\":24,\"paddingLink\":false,\"variationSelected\":true,\"rowGapDesktop\":0,\"isBlockRootParent\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-b88af430 alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/advanced-heading {\"block_id\":\"ce69ddff\",\"classMigrate\":true,\"headingDescToggle\":true,\"headingAlign\":\"center\",\"headingAlignMobile\":\"left\",\"subHeadingColor\":\"\",\"headSpace\":20,\"subHeadFontSize\":16,\"blockBottomPadding\":20} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-ce69ddff\"><h2 class=\"uagb-heading-text\">What Our Guests Say​</h2><p class=\"uagb-desc-text\">We take pride in serving our guests the best experience. </p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/container {\"block_id\":\"379febb0\",\"directionDesktop\":\"row\",\"topMarginDesktop\":40,\"bottomMarginDesktop\":0,\"leftMarginDesktop\":0,\"rightMarginDesktop\":0,\"marginLink\":false,\"variationSelected\":true,\"rowGapMobile\":40,\"columnGapDesktop\":90} -->\n<div class=\"wp-block-uagb-container uagb-block-379febb0\"><!-- wp:uagb/container {\"block_id\":\"a55e6f7f\",\"widthDesktop\":50,\"variationSelected\":true,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-a55e6f7f\"><!-- wp:uagb/testimonial {\"test_item_count\":1,\"classMigrate\":true,\"test_block\":[{\"description\":\"\\u0022Thank you for a most enjoyable weekend stay and for making our anniversary so special.  Thank you for your kind and lovely friendship which we really appreciate!!!\\u0022​\",\"name\":\"\\u003cstrong\\u003eBrenda and Theuns\\u003c/strong\\u003e\",\"company\":\"\",\"image\":{\"id\":119,\"title\":\"testimonial1\",\"filename\":\"testimonial1.jpg\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/testimonial1.jpg\",\"link\":\"https://blueroan.netgen.cloud/testimonial1/\",\"alt\":\"\",\"author\":\"34\",\"description\":\"\",\"caption\":\"\",\"name\":\"testimonial1\",\"status\":\"inherit\",\"uploadedTo\":0,\"date\":\"2021-05-11T05:02:02.000Z\",\"modified\":\"2021-05-11T05:02:02.000Z\",\"menuOrder\":0,\"mime\":\"image/jpeg\",\"type\":\"image\",\"subtype\":\"jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/default.png\",\"dateFormatted\":\"May 11, 2021\",\"nonces\":{\"update\":\"b92fe40c3d\",\"delete\":\"643c1eb8f1\",\"edit\":\"d3e7d56b1d\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=119\\u0026action=edit\",\"meta\":false,\"authorName\":\"Rishabh\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/user-edit.php?user_id=34\",\"filesizeInBytes\":11264,\"filesizeHumanReadable\":\"11 KB\",\"context\":\"\",\"height\":250,\"width\":250,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/testimonial1-150x150.jpg\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/testimonial1.jpg\",\"height\":250,\"width\":250,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}}}],\"headingAlign\":\"left\",\"headingAlignTablet\":\"left\",\"headingAlignMobile\":\"left\",\"descColor\":\"var(\\u002d\\u002dast-global-color-3)\",\"nameFontSize\":14,\"nameLineHeight\":1,\"descFontSize\":16,\"descFontWeight\":\"600\",\"nameSpace\":1,\"block_id\":\"6bdaeadf\",\"iconImage\":{\"url\":\"\",\"alt\":\"InfoBox placeholder img\"},\"imageWidth\":32,\"columnGap\":1,\"borderStyle\":\"\",\"paddingTop\":0,\"paddingBottom\":0,\"paddingLeft\":0,\"paddingRight\":0,\"spacingLink\":true,\"imgpaddingTop\":0,\"imgpaddingRight\":15,\"imgpaddingBottom\":0,\"imgpaddingLeft\":0,\"overallBorderStyle\":\"none\",\"imgTagHeight\":32,\"imgTagWidth\":150} -->\n<div class=\"wp-block-uagb-testimonial uagb-slick-carousel uagb-tm__arrow-outside uagb-block-6bdaeadf uagb-post__carousel_notset uagb-post__carousel_notset-tablet uagb-post__carousel_notset-mobile\"><div class=\"is-carousel uagb-tm__columns-1 uagb-tm__items\"><div class=\"uagb-testimonial__wrap  uagb-tm__imgicon-style-circle uagb-tm__image-position-bottom uagb-tm__bg-type-none \"><div class=\"uagb-tm__content\"><div class=\"uagb-tm__overlay\"></div><div class=\"uagb-tm__text-wrap\"><div class=\"uagb-tm__desc\">\"Thank you for a most enjoyable weekend stay and for making our anniversary so special.  Thank you for your kind and lovely friendship which we really appreciate!!!\"​</div><div class=\"uagb-tm__meta-inner\"><div class=\"uagb-tm__image-content\"><div class=\"uagb-tm__image\"><img class=\"uagb-tm-img-src\" src=\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/testimonial1-150x150.jpg\" alt=\"\" width=\"32\" height=\"32\" loading=\"lazy\"/></div></div><div class=\"uagb-testimonial-details\"><span class=\"uagb-tm__author-name\"><strong>Brenda and Theuns</strong></span><span class=\"uagb-tm__company\"></span></div></div></div></div></div></div></div>\n<!-- /wp:uagb/testimonial -->\n\n<!-- wp:uagb/testimonial {\"test_item_count\":1,\"classMigrate\":true,\"test_block\":[{\"description\":\"\\u0022Breaking away from city life and coming out to a most wonderful romantic weekend away.  The unit is so comfortable.  Thank you for your great hospitality - we had an awesome time here.  Go well - with love\\u0022​\",\"name\":\"\\u003cstrong\\u003e\\u003cstrong\\u003e\\u003cstrong\\u003eLiz \\u0026amp; Eddie\\u003c/strong\\u003e\\u003c/strong\\u003e\\u003c/strong\\u003e\",\"company\":\"\",\"image\":{\"id\":122,\"title\":\"testimonial4\",\"filename\":\"testimonial4.jpg\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/testimonial4.jpg\",\"link\":\"https://blueroan.netgen.cloud/testimonial4/\",\"alt\":\"\",\"author\":\"34\",\"description\":\"\",\"caption\":\"\",\"name\":\"testimonial4\",\"status\":\"inherit\",\"uploadedTo\":0,\"date\":\"2021-05-11T05:02:06.000Z\",\"modified\":\"2021-05-11T05:02:06.000Z\",\"menuOrder\":0,\"mime\":\"image/jpeg\",\"type\":\"image\",\"subtype\":\"jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/default.png\",\"dateFormatted\":\"May 11, 2021\",\"nonces\":{\"update\":\"4e34860add\",\"delete\":\"9e126a55cd\",\"edit\":\"33ffd3c040\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=122\\u0026action=edit\",\"meta\":false,\"authorName\":\"Rishabh\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/user-edit.php?user_id=34\",\"filesizeInBytes\":16584,\"filesizeHumanReadable\":\"16 KB\",\"context\":\"\",\"height\":250,\"width\":250,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/testimonial4-150x150.jpg\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/testimonial4.jpg\",\"height\":250,\"width\":250,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}}}],\"headingAlign\":\"left\",\"headingAlignTablet\":\"left\",\"headingAlignMobile\":\"left\",\"descColor\":\"var(\\u002d\\u002dast-global-color-3)\",\"nameFontSize\":14,\"nameLineHeight\":1,\"descFontSize\":16,\"descFontWeight\":\"600\",\"nameSpace\":1,\"block_id\":\"c1a28725\",\"iconImage\":{\"url\":\"\",\"alt\":\"InfoBox placeholder img\"},\"imageWidth\":32,\"columnGap\":1,\"borderStyle\":\"\",\"paddingTop\":0,\"paddingBottom\":0,\"paddingLeft\":0,\"paddingRight\":0,\"spacingLink\":true,\"imgpaddingTop\":0,\"imgpaddingRight\":15,\"imgpaddingBottom\":0,\"imgpaddingLeft\":0,\"overallBorderStyle\":\"none\",\"imgTagHeight\":32,\"imgTagWidth\":150} -->\n<div class=\"wp-block-uagb-testimonial uagb-slick-carousel uagb-tm__arrow-outside uagb-block-c1a28725 uagb-post__carousel_notset uagb-post__carousel_notset-tablet uagb-post__carousel_notset-mobile\"><div class=\"is-carousel uagb-tm__columns-1 uagb-tm__items\"><div class=\"uagb-testimonial__wrap  uagb-tm__imgicon-style-circle uagb-tm__image-position-bottom uagb-tm__bg-type-none \"><div class=\"uagb-tm__content\"><div class=\"uagb-tm__overlay\"></div><div class=\"uagb-tm__text-wrap\"><div class=\"uagb-tm__desc\">\"Breaking away from city life and coming out to a most wonderful romantic weekend away.  The unit is so comfortable.  Thank you for your great hospitality - we had an awesome time here.  Go well - with love\"​</div><div class=\"uagb-tm__meta-inner\"><div class=\"uagb-tm__image-content\"><div class=\"uagb-tm__image\"><img class=\"uagb-tm-img-src\" src=\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/testimonial4-150x150.jpg\" alt=\"\" width=\"32\" height=\"32\" loading=\"lazy\"/></div></div><div class=\"uagb-testimonial-details\"><span class=\"uagb-tm__author-name\"><strong><strong><strong>Liz &amp; Eddie</strong></strong></strong></span><span class=\"uagb-tm__company\"></span></div></div></div></div></div></div></div>\n<!-- /wp:uagb/testimonial --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"9bc6419f\",\"widthDesktop\":50,\"variationSelected\":true,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-9bc6419f\"><!-- wp:uagb/testimonial {\"test_item_count\":1,\"classMigrate\":true,\"test_block\":[{\"description\":\"\\u0022Judy, what a wonderful place you have here - we were so delighted to spend the weekend here, so tranquil, peaceful, and beautiful. You made us feel right at home. Definitely a place worth 5 stars! Go well.\\u0022​\",\"name\":\"\\u003cstrong\\u003e\\u003cstrong\\u003eBrian\\u003c/strong\\u003e\\u003c/strong\\u003e \\u003cstrong\\u003e\\u003cstrong\\u003e\\u003cstrong\\u003eand \\u003cstrong\\u003eMariska\\u003c/strong\\u003e\\u003c/strong\\u003e\\u003cbr\\u003e\\u003c/strong\\u003e\\u003c/strong\\u003e\",\"company\":\"\",\"image\":{\"id\":120,\"title\":\"testimonial2\",\"filename\":\"testimonial2.jpg\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/testimonial2.jpg\",\"link\":\"https://blueroan.netgen.cloud/testimonial2/\",\"alt\":\"\",\"author\":\"34\",\"description\":\"\",\"caption\":\"\",\"name\":\"testimonial2\",\"status\":\"inherit\",\"uploadedTo\":0,\"date\":\"2021-05-11T05:02:03.000Z\",\"modified\":\"2021-05-11T05:02:03.000Z\",\"menuOrder\":0,\"mime\":\"image/jpeg\",\"type\":\"image\",\"subtype\":\"jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/default.png\",\"dateFormatted\":\"May 11, 2021\",\"nonces\":{\"update\":\"1ee6412858\",\"delete\":\"4414a2ccbf\",\"edit\":\"bde7b1f490\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=120\\u0026action=edit\",\"meta\":false,\"authorName\":\"Rishabh\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/user-edit.php?user_id=34\",\"filesizeInBytes\":10087,\"filesizeHumanReadable\":\"10 KB\",\"context\":\"\",\"height\":250,\"width\":250,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/testimonial2-150x150.jpg\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/testimonial2.jpg\",\"height\":250,\"width\":250,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}}}],\"headingAlign\":\"left\",\"headingAlignTablet\":\"left\",\"headingAlignMobile\":\"left\",\"descColor\":\"var(\\u002d\\u002dast-global-color-3)\",\"nameFontSize\":14,\"nameLineHeight\":1,\"descFontSize\":16,\"descFontWeight\":\"600\",\"nameSpace\":1,\"block_id\":\"f0c4171b\",\"iconImage\":{\"url\":\"\",\"alt\":\"InfoBox placeholder img\"},\"imageWidth\":32,\"columnGap\":1,\"borderStyle\":\"\",\"paddingTop\":0,\"paddingBottom\":0,\"paddingLeft\":0,\"paddingRight\":0,\"spacingLink\":true,\"imgpaddingTop\":0,\"imgpaddingRight\":15,\"imgpaddingBottom\":0,\"imgpaddingLeft\":0,\"overallBorderStyle\":\"none\",\"imgTagHeight\":32,\"imgTagWidth\":150} -->\n<div class=\"wp-block-uagb-testimonial uagb-slick-carousel uagb-tm__arrow-outside uagb-block-f0c4171b uagb-post__carousel_notset uagb-post__carousel_notset-tablet uagb-post__carousel_notset-mobile\"><div class=\"is-carousel uagb-tm__columns-1 uagb-tm__items\"><div class=\"uagb-testimonial__wrap  uagb-tm__imgicon-style-circle uagb-tm__image-position-bottom uagb-tm__bg-type-none \"><div class=\"uagb-tm__content\"><div class=\"uagb-tm__overlay\"></div><div class=\"uagb-tm__text-wrap\"><div class=\"uagb-tm__desc\">\"Judy, what a wonderful place you have here - we were so delighted to spend the weekend here, so tranquil, peaceful, and beautiful. You made us feel right at home. Definitely a place worth 5 stars! Go well.\"​</div><div class=\"uagb-tm__meta-inner\"><div class=\"uagb-tm__image-content\"><div class=\"uagb-tm__image\"><img class=\"uagb-tm-img-src\" src=\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/testimonial2-150x150.jpg\" alt=\"\" width=\"32\" height=\"32\" loading=\"lazy\"/></div></div><div class=\"uagb-testimonial-details\"><span class=\"uagb-tm__author-name\"><strong><strong>Brian</strong></strong> <strong><strong><strong>and <strong>Mariska</strong></strong><br></strong></strong></span><span class=\"uagb-tm__company\"></span></div></div></div></div></div></div></div>\n<!-- /wp:uagb/testimonial -->\n\n<!-- wp:uagb/testimonial {\"test_item_count\":1,\"classMigrate\":true,\"test_block\":[{\"description\":\"\\u0022Thank you for the most wonderful time, Judy!  This was the most peaceful and perfect place to get engaged!  We will most certainly be back!!!  Your hospitality cannot be topped!\\u0022​\",\"name\":\"\\u003cstrong\\u003e\\u003cstrong\\u003e\\u003cstrong\\u003e\\u003cstrong\\u003eBrett and Kelly\\u003c/strong\\u003e\\u003c/strong\\u003e\\u003c/strong\\u003e\\u003c/strong\\u003e\",\"company\":\"\",\"image\":{\"id\":121,\"title\":\"testimonial3\",\"filename\":\"testimonial3.jpg\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/testimonial3.jpg\",\"link\":\"https://blueroan.netgen.cloud/testimonial3/\",\"alt\":\"\",\"author\":\"34\",\"description\":\"\",\"caption\":\"\",\"name\":\"testimonial3\",\"status\":\"inherit\",\"uploadedTo\":0,\"date\":\"2021-05-11T05:02:05.000Z\",\"modified\":\"2021-05-11T05:02:05.000Z\",\"menuOrder\":0,\"mime\":\"image/jpeg\",\"type\":\"image\",\"subtype\":\"jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/default.png\",\"dateFormatted\":\"May 11, 2021\",\"nonces\":{\"update\":\"290653da5d\",\"delete\":\"90a4fb2d63\",\"edit\":\"ff8a64e56e\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=121\\u0026action=edit\",\"meta\":false,\"authorName\":\"Rishabh\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/user-edit.php?user_id=34\",\"filesizeInBytes\":8748,\"filesizeHumanReadable\":\"9 KB\",\"context\":\"\",\"height\":250,\"width\":250,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/testimonial3-150x150.jpg\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/testimonial3.jpg\",\"height\":250,\"width\":250,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}}}],\"headingAlign\":\"left\",\"headingAlignTablet\":\"left\",\"headingAlignMobile\":\"left\",\"descColor\":\"var(\\u002d\\u002dast-global-color-3)\",\"nameFontSize\":14,\"nameLineHeight\":1,\"descFontSize\":16,\"descFontWeight\":\"600\",\"nameSpace\":1,\"block_id\":\"925715e0\",\"iconImage\":{\"url\":\"\",\"alt\":\"InfoBox placeholder img\"},\"imageWidth\":32,\"columnGap\":1,\"borderStyle\":\"\",\"paddingTop\":0,\"paddingBottom\":0,\"paddingLeft\":0,\"paddingRight\":0,\"spacingLink\":true,\"imgpaddingTop\":0,\"imgpaddingRight\":15,\"imgpaddingBottom\":0,\"imgpaddingLeft\":0,\"overallBorderStyle\":\"none\",\"imgTagHeight\":32,\"imgTagWidth\":150} -->\n<div class=\"wp-block-uagb-testimonial uagb-slick-carousel uagb-tm__arrow-outside uagb-block-925715e0 uagb-post__carousel_notset uagb-post__carousel_notset-tablet uagb-post__carousel_notset-mobile\"><div class=\"is-carousel uagb-tm__columns-1 uagb-tm__items\"><div class=\"uagb-testimonial__wrap  uagb-tm__imgicon-style-circle uagb-tm__image-position-bottom uagb-tm__bg-type-none \"><div class=\"uagb-tm__content\"><div class=\"uagb-tm__overlay\"></div><div class=\"uagb-tm__text-wrap\"><div class=\"uagb-tm__desc\">\"Thank you for the most wonderful time, Judy!  This was the most peaceful and perfect place to get engaged!  We will most certainly be back!!!  Your hospitality cannot be topped!\"​</div><div class=\"uagb-tm__meta-inner\"><div class=\"uagb-tm__image-content\"><div class=\"uagb-tm__image\"><img class=\"uagb-tm-img-src\" src=\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/testimonial3-150x150.jpg\" alt=\"\" width=\"32\" height=\"32\" loading=\"lazy\"/></div></div><div class=\"uagb-testimonial-details\"><span class=\"uagb-tm__author-name\"><strong><strong><strong><strong>Brett and Kelly</strong></strong></strong></strong></span><span class=\"uagb-tm__company\"></span></div></div></div></div></div></div></div>\n<!-- /wp:uagb/testimonial --></div>\n<!-- /wp:uagb/container --></div>\n<!-- /wp:uagb/container --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"8df1d5dd\",\"innerContentCustomWidthDesktop\":781,\"innerContentCustomWidthTablet\":781,\"backgroundType\":\"image\",\"backgroundImageDesktop\":{\"id\":809,\"title\":\"26759994757_767d9794fd_b\",\"filename\":\"26759994757_767d9794fd_b.jpg\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/26759994757_767d9794fd_b.jpg\",\"link\":\"https://blueroan.netgen.cloud/?attachment_id=809\",\"alt\":\"\",\"author\":\"2\",\"description\":\"\",\"caption\":\"\",\"name\":\"26759994757_767d9794fd_b\",\"status\":\"inherit\",\"uploadedTo\":805,\"date\":\"2022-12-13T09:51:53.000Z\",\"modified\":\"2022-12-13T09:51:53.000Z\",\"menuOrder\":0,\"mime\":\"image/jpeg\",\"type\":\"image\",\"subtype\":\"jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-includes/images/media/default.png\",\"dateFormatted\":\"December 13, 2022\",\"nonces\":{\"update\":\"39b5c0eef1\",\"delete\":\"fde92abd83\",\"edit\":\"3923face9e\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=809\\u0026action=edit\",\"meta\":false,\"authorName\":\"Netgen Support\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/profile.php\",\"uploadedToTitle\":\"Magaliesburg\",\"uploadedToLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=805\\u0026action=edit\",\"filesizeInBytes\":143610,\"filesizeHumanReadable\":\"140 KB\",\"context\":\"\",\"height\":683,\"width\":1024,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/26759994757_767d9794fd_b-150x150.jpg\",\"orientation\":\"landscape\"},\"medium\":{\"height\":200,\"width\":300,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/26759994757_767d9794fd_b-300x200.jpg\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/26759994757_767d9794fd_b.jpg\",\"height\":683,\"width\":1024,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"backgroundImageColor\":\"rgba(42,42,42,0.65)\",\"topPaddingDesktop\":144,\"bottomPaddingDesktop\":144,\"leftPaddingDesktop\":40,\"rightPaddingDesktop\":40,\"topPaddingTablet\":80,\"bottomPaddingTablet\":80,\"leftPaddingTablet\":40,\"rightPaddingTablet\":40,\"topPaddingMobile\":64,\"bottomPaddingMobile\":64,\"leftPaddingMobile\":24,\"rightPaddingMobile\":24,\"paddingLink\":false,\"variationSelected\":true,\"isBlockRootParent\":true,\"overlayType\":\"color\"} -->\n<div class=\"wp-block-uagb-container uagb-block-8df1d5dd alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/advanced-heading {\"block_id\":\"bafa4e78\",\"classMigrate\":true,\"headingDescToggle\":true,\"headingAlign\":\"center\",\"headingColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"subHeadingColor\":\"var(\\u002d\\u002dast-global-color-4)\",\"headSpace\":20} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-bafa4e78\"><h2 class=\"uagb-heading-text\">Plan an Unforgettable Experience at <br>Blue Roan!</h2><p class=\"uagb-desc-text\">Blue Roan is a 3-star graded pet-friendly venue</p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/advanced-heading {\"block_id\":\"70db6bf0\",\"classMigrate\":true,\"headingTitleToggle\":false,\"headingDescToggle\":true,\"headingAlign\":\"center\",\"subHeadingColor\":\"var(\\u002d\\u002dast-global-color-4)\",\"subHeadTransform\":\"uppercase\",\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"subHeadLetterSpacing\":2,\"blockTopPadding\":60,\"blockRightPadding\":0,\"blockLeftPadding\":0,\"blockBottomPadding\":0,\"blockTopPaddingMobile\":30,\"blockRightPaddingMobile\":0,\"blockLeftPaddingMobile\":0,\"blockBottomPaddingMobile\":0,\"linkColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"linkHColor\":\"var(\\u002d\\u002dast-global-color-0)\"} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-70db6bf0\"><p class=\"uagb-desc-text\"><a href=\"https://book.nightsbridge.com/11065\" target=\"_blank\" rel=\"noreferrer noopener\">BOOK YOUR STAY NOW​</a></p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/icon-list {\"block_id\":\"01277dee\",\"classMigrate\":true,\"childMigrate\":true,\"align\":\"center\",\"parentIcon\":\"phone\",\"size\":40,\"sizeMobile\":24,\"sizeTablet\":32,\"fontSize\":48,\"fontSizeMobile\":28,\"fontSizeTablet\":40,\"fontWeight\":\"600\",\"iconColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"labelColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"blockTopPadding\":0,\"blockRightPadding\":0,\"blockLeftPadding\":0,\"blockBottomPadding\":24,\"blockPaddingLink\":false} -->\n<div class=\"wp-block-uagb-icon-list uagb-block-01277dee\"><div class=\"uagb-icon-list__wrap\"><!-- wp:uagb/icon-list-child {\"block_id\":\"e0f471ab\",\"label\":\" + 27 (0) 82 575 5409\",\"label_color\":\"\",\"link\":\"tel:+27825755409\",\"disableLink\":true,\"fromParentIcon\":\"phone\",\"imageSizeChild\":40} -->\n<div class=\"wp-block-uagb-icon-list-child uagb-block-e0f471ab\"><a target=\"_self\" aria-label=\" + 27 (0) 82 575 5409\" rel=\"noopener noreferrer\" href=\"tel:+27825755409\"> </a><span class=\"uagb-icon-list__source-wrap\"><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M511.2 387l-23.25 100.8c-3.266 14.25-15.79 24.22-30.46 24.22C205.2 512 0 306.8 0 54.5c0-14.66 9.969-27.2 24.22-30.45l100.8-23.25C139.7-2.602 154.7 5.018 160.8 18.92l46.52 108.5c5.438 12.78 1.77 27.67-8.98 36.45L144.5 207.1c33.98 69.22 90.26 125.5 159.5 159.5l44.08-53.8c8.688-10.78 23.69-14.51 36.47-8.975l108.5 46.51C506.1 357.2 514.6 372.4 511.2 387z\"></path></svg></span><span class=\"uagb-icon-list__label\"> + 27 (0) 82 575 5409</span></div>\n<!-- /wp:uagb/icon-list-child -->\n\n<!-- wp:uagb/icon-list-child {\"block_id\":\"e932be29\",\"label\":\"blueroan@ugo.co.za\",\"icon\":\"envelope\",\"label_color\":\"\",\"link\":\"mailto:blueroan@ugo.co.za\",\"disableLink\":true,\"fromParentIcon\":\"phone\",\"imageSizeChild\":40} -->\n<div class=\"wp-block-uagb-icon-list-child uagb-block-e932be29\"><a target=\"_self\" aria-label=\"blueroan@ugo.co.za\" rel=\"noopener noreferrer\" href=\"mailto:blueroan@ugo.co.za\"> </a><span class=\"uagb-icon-list__source-wrap\"><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M464 64C490.5 64 512 85.49 512 112C512 127.1 504.9 141.3 492.8 150.4L275.2 313.6C263.8 322.1 248.2 322.1 236.8 313.6L19.2 150.4C7.113 141.3 0 127.1 0 112C0 85.49 21.49 64 48 64H464zM217.6 339.2C240.4 356.3 271.6 356.3 294.4 339.2L512 176V384C512 419.3 483.3 448 448 448H64C28.65 448 0 419.3 0 384V176L217.6 339.2z\"></path></svg></span><span class=\"uagb-icon-list__label\">blueroan@ugo.co.za</span></div>\n<!-- /wp:uagb/icon-list-child --></div></div>\n<!-- /wp:uagb/icon-list --></div></div>\n<!-- /wp:uagb/container -->',	'Home',	'',	'inherit',	'closed',	'closed',	'',	'760-revision-v1',	'',	'',	'2022-12-22 07:18:18',	'2022-12-22 07:18:18',	'',	760,	'https://blueroan.netgen.cloud/?p=1397',	0,	'revision',	'',	0),
(1398,	2,	'2022-12-22 07:19:44',	'2022-12-22 07:19:44',	'<!-- wp:uagb/container {\"block_id\":\"3736cf55\",\"minHeightDesktop\":95,\"minHeightTablet\":70,\"minHeightMobile\":80,\"minHeightType\":\"vh\",\"alignItemsDesktop\":\"flex-start\",\"backgroundType\":\"image\",\"backgroundImageDesktop\":{\"uploading\":false,\"date\":1670921854000,\"filename\":\"Blue-Roan-pool.jpg\",\"menuOrder\":0,\"uploadedTo\":760,\"type\":\"image\",\"subtype\":\"jpeg\",\"id\":784,\"title\":\"Blue Roan - pool\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Blue-Roan-pool.jpg\",\"link\":\"https://blueroan.netgen.cloud/home/blue-roan-pool/\",\"alt\":\"\",\"author\":\"2\",\"description\":\"\",\"caption\":\"\",\"name\":\"blue-roan-pool\",\"status\":\"inherit\",\"modified\":1670921854000,\"mime\":\"image/jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-includes/images/media/default.png\",\"dateFormatted\":\"December 13, 2022\",\"nonces\":{\"update\":\"51a12ed09e\",\"delete\":\"5174068551\",\"edit\":\"1de0721407\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=784\\u0026action=edit\",\"meta\":false,\"authorName\":\"Netgen Support\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/profile.php\",\"uploadedToTitle\":\"Home\",\"uploadedToLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=760\\u0026action=edit\",\"filesizeInBytes\":154801,\"filesizeHumanReadable\":\"151 KB\",\"context\":\"\",\"height\":667,\"width\":1000,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Blue-Roan-pool-150x150.jpg\",\"orientation\":\"landscape\"},\"medium\":{\"height\":200,\"width\":300,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Blue-Roan-pool-300x200.jpg\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Blue-Roan-pool.jpg\",\"height\":667,\"width\":1000,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"backgroundPositionDesktop\":{\"x\":0.5,\"y\":0.25},\"backgroundImageColor\":\"rgba(42,42,42,0.35)\",\"topPaddingDesktop\":0,\"bottomPaddingDesktop\":0,\"leftPaddingDesktop\":40,\"rightPaddingDesktop\":40,\"topPaddingTablet\":120,\"bottomPaddingTablet\":120,\"leftPaddingTablet\":40,\"rightPaddingTablet\":40,\"topPaddingMobile\":150,\"bottomPaddingMobile\":150,\"leftPaddingMobile\":20,\"rightPaddingMobile\":20,\"paddingLink\":false,\"variationSelected\":true,\"isBlockRootParent\":true,\"overlayType\":\"color\",\"minHeightTypeTablet\":\"vh\",\"minHeightTypeMobile\":\"vh\"} -->\n<div class=\"wp-block-uagb-container uagb-block-3736cf55 alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:group {\"layout\":{\"inherit\":true,\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group\"><!-- wp:uagb/info-box {\"classMigrate\":true,\"headingAlign\":\"left\",\"headingColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"subHeadingColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"headingTag\":\"h1\",\"subHeadFontSize\":17,\"subHeadFontSizeMobile\":15,\"headSpace\":20,\"subHeadSpace\":40,\"block_id\":\"538a3cf0\",\"ctaIcon\":\"\",\"ctaText\":\"Book Your Stay Now\",\"ctaLink\":\"https://book.nightsbridge.com/11065\",\"ctaBtnLinkColor\":\"var(\\u002d\\u002dast-global-color-2)\",\"ctaLinkHoverColor\":\"var(\\u002d\\u002dast-global-color-2)\",\"ctaBgColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"ctaBgHoverColor\":\"var(\\u002d\\u002dast-global-color-4)\",\"ctaBorderColor\":\"\",\"ctaBorderStyle\":\"\",\"ctaBorderWidth\":\"\",\"ctaBorderRadius\":\"\",\"iconImage\":{\"url\":\"\",\"alt\":\"InfoBox placeholder img\"},\"showIcon\":false,\"paddingBtnTop\":18,\"paddingBtnBottom\":18,\"paddingBtnLeft\":34,\"paddingBtnRight\":34,\"blockTopPadding\":5,\"blockRightPadding\":40,\"blockLeftPadding\":0,\"blockBottomPadding\":0,\"blockTopPaddingTablet\":0,\"blockRightPaddingTablet\":64,\"blockLeftPaddingTablet\":0,\"blockBottomPaddingTablet\":0,\"blockTopPaddingMobile\":0,\"blockRightPaddingMobile\":0,\"blockLeftPaddingMobile\":0,\"blockBottomPaddingMobile\":0,\"blockPaddingUnit\":\"%\",\"blockPaddingLink\":false,\"subHeadMarginTopTablet\":0,\"subHeadMarginRightTablet\":64,\"subHeadTabletSpace\":40,\"subHeadMarginLeftTablet\":0,\"subHeadMarginTopMobile\":0,\"subHeadMarginRightMobile\":0,\"subHeadMobileSpace\":40,\"subHeadMarginLeftMobile\":0,\"btnBorderTopWidth\":1,\"btnBorderLeftWidth\":1,\"btnBorderRightWidth\":1,\"btnBorderBottomWidth\":1,\"btnBorderTopLeftRadius\":0,\"btnBorderTopRightRadius\":0,\"btnBorderBottomLeftRadius\":0,\"btnBorderBottomRightRadius\":0,\"btnBorderStyle\":\"none\",\"btnBorderColor\":\"#333\"} -->\n<div class=\"wp-block-uagb-info-box uagb-block-538a3cf0 uagb-infobox__content-wrap  uagb-infobox-icon-above-title uagb-infobox-image-valign-top\"><div class=\"uagb-ifb-content\"><div class=\"uagb-ifb-title-wrap\"><h1 class=\"uagb-ifb-title\">Magaliesburg pet friendly self-catering accommodation</h1></div><p class=\"uagb-ifb-desc\">Romantic pet-friendly self-catering accommodation in Magaliesburg, Gauteng.</p></div></div>\n<!-- /wp:uagb/info-box --></div>\n<!-- /wp:group -->\n\n<!-- wp:buttons {\"layout\":{\"type\":\"flex\",\"justifyContent\":\"left\",\"orientation\":\"horizontal\"},\"style\":{\"spacing\":{\"blockGap\":\"var:preset|spacing|50\"}}} -->\n<div class=\"wp-block-buttons\"><!-- wp:button {\"backgroundColor\":\"ast-global-color-5\",\"textColor\":\"ast-global-color-2\",\"width\":25,\"style\":{\"spacing\":{\"padding\":{\"top\":\"var:preset|spacing|50\",\"right\":\"var:preset|spacing|30\",\"bottom\":\"var:preset|spacing|50\",\"left\":\"var:preset|spacing|30\"}}},\"className\":\"is-style-fill\",\"UAGHideMob\":true,\"UAGHideTab\":true,\"UAGResponsiveConditions\":true} -->\n<div class=\"wp-block-button has-custom-width wp-block-button__width-25 is-style-fill uag-hide-tab uag-hide-mob\" id=\"https://book.nightsbridge.com/11065\"><a class=\"wp-block-button__link has-ast-global-color-2-color has-ast-global-color-5-background-color has-text-color has-background wp-element-button\" href=\"https://book.nightsbridge.com/11065\" style=\"padding-top:var(--wp--preset--spacing--50);padding-right:var(--wp--preset--spacing--30);padding-bottom:var(--wp--preset--spacing--50);padding-left:var(--wp--preset--spacing--30)\" rel=\"https://book.nightsbridge.com/11065\">book your stay now</a></div>\n<!-- /wp:button -->\n\n<!-- wp:button {\"backgroundColor\":\"ast-global-color-5\",\"textColor\":\"ast-global-color-2\",\"width\":25,\"style\":{\"spacing\":{\"padding\":{\"top\":\"var:preset|spacing|50\",\"right\":\"var:preset|spacing|30\",\"bottom\":\"var:preset|spacing|50\",\"left\":\"var:preset|spacing|30\"}}},\"className\":\"is-style-fill\",\"UAGHideMob\":true,\"UAGHideTab\":true,\"UAGDisplayConditions\":\"userstate\",\"UAGResponsiveConditions\":true} -->\n<div class=\"wp-block-button has-custom-width wp-block-button__width-25 is-style-fill uag-hide-tab uag-hide-mob\" id=\"https://book.nightsbridge.com/11065\"><a class=\"wp-block-button__link has-ast-global-color-2-color has-ast-global-color-5-background-color has-text-color has-background wp-element-button\" href=\"https://book.nightsbridge.com/11065\" style=\"padding-top:var(--wp--preset--spacing--50);padding-right:var(--wp--preset--spacing--30);padding-bottom:var(--wp--preset--spacing--50);padding-left:var(--wp--preset--spacing--30)\" target=\"_blank\" rel=\"https://book.nightsbridge.com/11065 noopener\">Check availability</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons -->\n\n<!-- wp:buttons {\"layout\":{\"type\":\"flex\",\"justifyContent\":\"left\",\"orientation\":\"horizontal\"},\"style\":{\"spacing\":{\"blockGap\":\"var:preset|spacing|50\"}}} -->\n<div class=\"wp-block-buttons\"><!-- wp:button {\"backgroundColor\":\"ast-global-color-5\",\"textColor\":\"ast-global-color-2\",\"width\":25,\"style\":{\"spacing\":{\"padding\":{\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\"}}},\"className\":\"is-style-fill\",\"fontSize\":\"small\",\"UAGHideDesktop\":true,\"UAGHideTab\":true,\"UAGResponsiveConditions\":true} -->\n<div class=\"wp-block-button has-custom-width wp-block-button__width-25 has-custom-font-size is-style-fill has-small-font-size uag-hide-desktop uag-hide-tab\" id=\"https://book.nightsbridge.com/11065\"><a class=\"wp-block-button__link has-ast-global-color-2-color has-ast-global-color-5-background-color has-text-color has-background wp-element-button\" href=\"https://book.nightsbridge.com/11065\" style=\"padding-top:0;padding-right:0;padding-bottom:0;padding-left:0\" rel=\"https://book.nightsbridge.com/11065\">book your stay now</a></div>\n<!-- /wp:button -->\n\n<!-- wp:button {\"backgroundColor\":\"ast-global-color-5\",\"textColor\":\"ast-global-color-2\",\"width\":25,\"style\":{\"spacing\":{\"padding\":{\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\"}}},\"className\":\"is-style-fill\",\"fontSize\":\"small\",\"UAGHideDesktop\":true,\"UAGHideTab\":true,\"UAGDisplayConditions\":\"userstate\",\"UAGResponsiveConditions\":true} -->\n<div class=\"wp-block-button has-custom-width wp-block-button__width-25 has-custom-font-size is-style-fill has-small-font-size uag-hide-desktop uag-hide-tab\"><a class=\"wp-block-button__link has-ast-global-color-2-color has-ast-global-color-5-background-color has-text-color has-background wp-element-button\" href=\"https://book.nightsbridge.com/11065\" style=\"padding-top:0;padding-right:0;padding-bottom:0;padding-left:0\" target=\"_blank\" rel=\"noopener\">Check availability</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"946316ca\",\"directionDesktop\":\"row\",\"directionMobile\":\"column-reverse\",\"alignItemsDesktop\":\"flex-start\",\"backgroundType\":\"color\",\"backgroundSizeTablet\":\"cover\",\"backgroundSizeMobile\":\"cover\",\"backgroundColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"topPaddingDesktop\":60,\"bottomPaddingDesktop\":60,\"topPaddingTablet\":80,\"bottomPaddingTablet\":80,\"leftPaddingTablet\":40,\"rightPaddingTablet\":40,\"topPaddingMobile\":64,\"bottomPaddingMobile\":64,\"leftPaddingMobile\":24,\"rightPaddingMobile\":24,\"paddingLink\":false,\"variationSelected\":true,\"columnGapDesktop\":60,\"columnGapTablet\":50,\"isBlockRootParent\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-946316ca alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/container {\"block_id\":\"8bce9bcc\",\"widthDesktop\":50,\"variationSelected\":true,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-8bce9bcc\"><!-- wp:image {\"id\":797,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-13.jpg\" alt=\"\" class=\"wp-image-797\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>We have 7 lovely brick&nbsp;<strong>self-catering</strong>&nbsp;units, each one private and with its own character and theme. &nbsp;They are designed exclusively for couples with or without pets wanting a romantic and peaceful place to connect, re-connect, celebrate special occasions, or somewhere quiet and comfortable to come for a holiday</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:buttons -->\n<div class=\"wp-block-buttons\"><!-- wp:button -->\n<div class=\"wp-block-button\"><a class=\"wp-block-button__link wp-element-button\" href=\"/accommodation/\">View accomodation</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"a7aae10a\",\"widthDesktop\":50,\"leftPaddingDesktop\":0,\"paddingLink\":false,\"variationSelected\":true,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-a7aae10a\"><!-- wp:uagb/advanced-heading {\"block_id\":\"778f74e0\",\"classMigrate\":true,\"headingDescToggle\":true,\"subHeadingColor\":\"\",\"headSpace\":20,\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-778f74e0\"><h2 class=\"uagb-heading-text\"><strong>Blue Roan is a 3-star graded pet-friendly venue</strong></h2><p class=\"uagb-desc-text\">Our goal is to provide high-quality, romantic, comfortable, and affordable self-catering accommodation on the outskirts of the village of &nbsp;Magaliesburg. &nbsp;For animal lovers, we are also&nbsp;pet-friendly&nbsp;by arrangement in most of the units all of which have their own fully fenced and gated private grassy gardens.</p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/image {\"block_id\":\"93b05e48\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/hammock-in-the-garden.jpg\",\"align\":\"left\",\"id\":799,\"linkDestination\":\"none\",\"naturalWidth\":600,\"naturalHeight\":400,\"sizeSlug\":\"full\",\"sizeSlugTablet\":\"full\",\"sizeSlugMobile\":\"full\",\"imageTopMargin\":20,\"imageRightMargin\":0,\"imageLeftMargin\":0,\"imageBottomMargin\":0,\"imageTopMarginMobile\":0,\"imageRightMarginMobile\":0,\"imageLeftMarginMobile\":0,\"imageBottomMarginMobile\":0,\"imageMarginLink\":false} -->\n<div class=\"wp-block-uagb-image uagb-block-93b05e48 wp-block-uagb-image--layout-default wp-block-uagb-image--effect-static wp-block-uagb-image--align-left\"><figure class=\"wp-block-uagb-image__figure\"><img srcset=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/hammock-in-the-garden.jpg \" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/hammock-in-the-garden.jpg\" alt=\"\" class=\"uag-image-799\" width=\"\" height=\"\" title=\"\" loading=\"lazy\"/></figure></div>\n<!-- /wp:uagb/image --></div>\n<!-- /wp:uagb/container --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"cd184d5c\",\"directionDesktop\":\"row\",\"directionMobile\":\"column-reverse\",\"alignItemsDesktop\":\"flex-start\",\"backgroundType\":\"color\",\"backgroundSizeTablet\":\"cover\",\"backgroundSizeMobile\":\"cover\",\"backgroundColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"topPaddingDesktop\":0,\"bottomPaddingDesktop\":0,\"topPaddingTablet\":80,\"bottomPaddingTablet\":80,\"leftPaddingTablet\":40,\"rightPaddingTablet\":40,\"topPaddingMobile\":64,\"bottomPaddingMobile\":64,\"leftPaddingMobile\":24,\"rightPaddingMobile\":24,\"paddingLink\":false,\"variationSelected\":true,\"rowGapDesktop\":0,\"columnGapDesktop\":0,\"columnGapTablet\":50,\"isBlockRootParent\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-cd184d5c alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:image {\"align\":\"center\",\"id\":1344,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image aligncenter size-large\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/tgcsa-full-3-stars-1024x366.jpg\" alt=\"\" class=\"wp-image-1344\"/></figure>\n<!-- /wp:image --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"d33c8ed2\",\"backgroundType\":\"color\",\"backgroundSizeTablet\":\"cover\",\"backgroundSizeMobile\":\"cover\",\"backgroundColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"topPaddingDesktop\":50,\"bottomPaddingDesktop\":100,\"topPaddingTablet\":50,\"bottomPaddingTablet\":25,\"leftPaddingTablet\":20,\"rightPaddingTablet\":20,\"topPaddingMobile\":50,\"bottomPaddingMobile\":20,\"leftPaddingMobile\":20,\"rightPaddingMobile\":20,\"paddingLink\":false,\"variationSelected\":true,\"rowGapDesktop\":0,\"isBlockRootParent\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-d33c8ed2 alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/container {\"block_id\":\"24d3a247\",\"directionDesktop\":\"row\",\"alignItemsDesktop\":\"flex-end\",\"alignItemsTablet\":\"flex-end\",\"justifyContentDesktop\":\"flex-end\",\"justifyContentTablet\":\"space-between\",\"variationSelected\":true,\"rowGapMobile\":30,\"columnGapDesktop\":0} -->\n<div class=\"wp-block-uagb-container uagb-block-24d3a247\"><!-- wp:uagb/advanced-heading {\"block_id\":\"ee247e9f\",\"classMigrate\":true,\"headingDescToggle\":true,\"subHeadingColor\":\"\",\"headSpace\":20,\"subHeadFontSize\":16} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-ee247e9f\"><h2 class=\"uagb-heading-text\">Amenities &amp; Interests ​</h2><p class=\"uagb-desc-text\">The Blue Roan Country Lodge is situated just 5 minutes from the village of Magaliesburg on a tar road so easy access for all cars. &nbsp;We have panoramic views of the Magaliesberg mountain range and our farm is the perfect place for a relaxing getaway in the country. &nbsp;As we are only 70 km from JHB and Pretoria, it is only an hour’s drive.</p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/buttons {\"block_id\":\"d408f0bf\",\"classMigrate\":true,\"childMigrate\":true,\"align\":\"right\",\"alignTablet\":\"right\",\"alignMobile\":\"left\",\"gap\":0} -->\n<div class=\"wp-block-uagb-buttons uagb-buttons__outer-wrap uagb-btn__default-btn uagb-btn-tablet__default-btn uagb-btn-mobile__default-btn uagb-block-d408f0bf\"><div class=\"uagb-buttons__wrap uagb-buttons-layout-wrap\"><!-- wp:uagb/buttons-child {\"block_id\":\"4191e99c\",\"label\":\"View All\",\"link\":\"/amenities/\",\"hColor\":\"\",\"borderWidth\":\"\",\"borderRadius\":\"\",\"borderStyle\":\"\",\"borderColor\":\"\",\"borderHColor\":\"\",\"btnBorderTopWidth\":1,\"btnBorderLeftWidth\":1,\"btnBorderRightWidth\":1,\"btnBorderBottomWidth\":1,\"btnBorderTopLeftRadius\":2,\"btnBorderTopRightRadius\":2,\"btnBorderBottomLeftRadius\":2,\"btnBorderBottomRightRadius\":2,\"btnBorderStyle\":\"solid\",\"btnBorderColor\":\"#333\",\"btnBorderHColor\":\"#333\"} -->\n<div class=\"wp-block-uagb-buttons-child uagb-buttons__outer-wrap uagb-block-4191e99c wp-block-button is-style-outline\"><div class=\"uagb-button__wrapper\"><a class=\"uagb-buttons-repeater wp-block-button__link\" href=\"/amenities/\" rel=\"follow noopener\" target=\"_self\"><div class=\"uagb-button__link\">View All</div></a></div></div>\n<!-- /wp:uagb/buttons-child --></div></div>\n<!-- /wp:uagb/buttons --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"c8b61dc6\",\"directionDesktop\":\"row\",\"alignItemsTablet\":\"flex-start\",\"paddingLink\":false,\"topMarginDesktop\":50,\"bottomMarginDesktop\":20,\"leftMarginDesktop\":0,\"rightMarginDesktop\":0,\"marginLink\":false,\"variationSelected\":true,\"rowGapMobile\":65,\"columnGapDesktop\":48,\"columnGapTablet\":20} -->\n<div class=\"wp-block-uagb-container uagb-block-c8b61dc6\"><!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"align\":\"center\",\"id\":828,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image aligncenter size-full\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Blue-Roan-pool.png\" alt=\"Blue Roan\'s rock pool\" class=\"wp-image-828\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>A relaxing rock Pool​</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>We have a lovely sparkling blue rock pool next to a thatched Lapa. &nbsp;&nbsp;Lie on recliners on the green lawn or sit on the swing chair in the Lapa and enjoy the panoramic view of the Magaliesberg mountain range.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":829,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/img-20160605-wa0002-largejpg.png\" alt=\"\" class=\"wp-image-829\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>Braai facilities </h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>What can compare to a burning fire under the star-lit African sky? Nothing beats the flavor of cooking over an open flame.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":1354,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Games-Room.png\" alt=\"\" class=\"wp-image-1354\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>A games room </h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>The reception is also a games room for those who enjoy darts or playing pool. &nbsp;Take a selection of DVDs back to your room and watch movies on your own DVD player. &nbsp;There is also a selection of board games and music CDs that you can borrow.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div>\n<!-- /wp:uagb/container --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"a50e9e1c\",\"backgroundType\":\"color\",\"backgroundSizeTablet\":\"cover\",\"backgroundSizeMobile\":\"cover\",\"backgroundColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"bottomPaddingDesktop\":104,\"leftPaddingDesktop\":40,\"rightPaddingDesktop\":40,\"topPaddingTablet\":80,\"bottomPaddingTablet\":80,\"leftPaddingTablet\":40,\"rightPaddingTablet\":40,\"topPaddingMobile\":64,\"bottomPaddingMobile\":64,\"leftPaddingMobile\":24,\"rightPaddingMobile\":24,\"paddingLink\":false,\"variationSelected\":true,\"rowGapDesktop\":0,\"isBlockRootParent\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-a50e9e1c alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/advanced-heading {\"block_id\":\"ab7fe430\",\"classMigrate\":true,\"headingDescToggle\":true,\"headingAlign\":\"center\",\"headingAlignMobile\":\"left\",\"subHeadingColor\":\"\",\"headSpace\":20,\"subHeadFontSize\":16,\"blockBottomPadding\":20} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-ab7fe430\"><h2 class=\"uagb-heading-text\">Our Inside Pictures​</h2><p class=\"uagb-desc-text\">Take a look at some pretty pictures captured in and around our premises.</p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/container {\"block_id\":\"87f71278\",\"directionDesktop\":\"row\",\"alignItemsDesktop\":\"flex-start\",\"topMarginDesktop\":20,\"bottomMarginDesktop\":0,\"leftMarginDesktop\":0,\"rightMarginDesktop\":0,\"marginLink\":false,\"variationSelected\":true,\"rowGapMobile\":24,\"columnGapDesktop\":24,\"columnGapTablet\":20} -->\n<div class=\"wp-block-uagb-container uagb-block-87f71278\"><!-- wp:uagb/container {\"block_id\":\"62a977e4\",\"widthDesktop\":32,\"variationSelected\":true,\"rowGapDesktop\":24,\"rowGapTablet\":20,\"rowGapMobile\":24,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-62a977e4\"><!-- wp:uagb/image {\"block_id\":\"9285533f\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/red-rose-1024x683.jpg\",\"id\":834,\"linkDestination\":\"none\",\"width\":385,\"height\":284,\"naturalWidth\":1024,\"naturalHeight\":683,\"sizeSlug\":\"large\",\"sizeSlugTablet\":\"large\",\"sizeSlugMobile\":\"large\",\"customHeightSetDesktop\":true} -->\n<div class=\"wp-block-uagb-image uagb-block-9285533f wp-block-uagb-image--layout-default wp-block-uagb-image--effect-static wp-block-uagb-image--align-none\"><figure class=\"wp-block-uagb-image__figure\"><img srcset=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/red-rose-1024x683.jpg \" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/red-rose-1024x683.jpg\" alt=\"\" class=\"uag-image-834\" width=\"385\" height=\"284\" title=\"\" loading=\"lazy\"/></figure></div>\n<!-- /wp:uagb/image -->\n\n<!-- wp:uagb/image {\"block_id\":\"c1306b1e\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/49g.jpg\",\"id\":838,\"linkDestination\":\"none\",\"width\":385,\"height\":284,\"naturalWidth\":650,\"naturalHeight\":450,\"sizeSlug\":\"full\",\"sizeSlugTablet\":\"full\",\"sizeSlugMobile\":\"full\",\"customHeightSetDesktop\":true} -->\n<div class=\"wp-block-uagb-image uagb-block-c1306b1e wp-block-uagb-image--layout-default wp-block-uagb-image--effect-static wp-block-uagb-image--align-none\"><figure class=\"wp-block-uagb-image__figure\"><img srcset=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/49g.jpg \" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/49g.jpg\" alt=\"\" class=\"uag-image-838\" width=\"385\" height=\"284\" title=\"\" loading=\"lazy\"/></figure></div>\n<!-- /wp:uagb/image --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"9fa62928\",\"widthDesktop\":67,\"variationSelected\":true,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-9fa62928\"><!-- wp:uagb/image {\"block_id\":\"75943cd3\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAA39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba-1-1024x768.png\",\"id\":905,\"linkDestination\":\"none\",\"naturalWidth\":1024,\"naturalHeight\":768,\"sizeSlug\":\"large\",\"sizeSlugTablet\":\"large\",\"sizeSlugMobile\":\"large\"} -->\n<div class=\"wp-block-uagb-image uagb-block-75943cd3 wp-block-uagb-image--layout-default wp-block-uagb-image--effect-static wp-block-uagb-image--align-none\"><figure class=\"wp-block-uagb-image__figure\"><img srcset=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAA39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba-1-1024x768.png \" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAA39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba-1-1024x768.png\" alt=\"\" class=\"uag-image-905\" width=\"\" height=\"\" title=\"\" loading=\"lazy\"/></figure></div>\n<!-- /wp:uagb/image --></div>\n<!-- /wp:uagb/container --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"bf4bac8c\",\"directionDesktop\":\"row\",\"alignItemsDesktop\":\"flex-start\",\"topMarginDesktop\":24,\"bottomMarginDesktop\":0,\"leftMarginDesktop\":0,\"rightMarginDesktop\":0,\"topMarginTablet\":20,\"bottomMarginTablet\":0,\"leftMarginTablet\":0,\"rightMarginTablet\":0,\"topMarginMobile\":24,\"bottomMarginMobile\":0,\"leftMarginMobile\":0,\"rightMarginMobile\":0,\"marginLink\":false,\"variationSelected\":true,\"columnGapDesktop\":24,\"columnGapTablet\":20} -->\n<div class=\"wp-block-uagb-container uagb-block-bf4bac8c\"><!-- wp:uagb/container {\"block_id\":\"21b41f28\",\"widthDesktop\":67,\"variationSelected\":true,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-21b41f28\"><!-- wp:image {\"id\":837,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-8-1024x678.jpg\" alt=\"\" class=\"wp-image-837\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"11018c67\",\"widthDesktop\":32,\"variationSelected\":true,\"rowGapDesktop\":24,\"rowGapTablet\":20,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-11018c67\"><!-- wp:uagb/image {\"block_id\":\"8e5ca423\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Blue-roan-pool-01.jpg\",\"id\":782,\"linkDestination\":\"none\",\"width\":385,\"height\":250,\"naturalWidth\":800,\"naturalHeight\":534,\"sizeSlug\":\"full\",\"sizeSlugTablet\":\"full\",\"sizeSlugMobile\":\"full\",\"customHeightSetDesktop\":true} -->\n<div class=\"wp-block-uagb-image uagb-block-8e5ca423 wp-block-uagb-image--layout-default wp-block-uagb-image--effect-static wp-block-uagb-image--align-none\"><figure class=\"wp-block-uagb-image__figure\"><img srcset=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Blue-roan-pool-01.jpg \" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Blue-roan-pool-01.jpg\" alt=\"\" class=\"uag-image-782\" width=\"385\" height=\"250\" title=\"\" loading=\"lazy\"/></figure></div>\n<!-- /wp:uagb/image -->\n\n<!-- wp:uagb/image {\"block_id\":\"c486a813\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/bird-1024x683.jpg\",\"id\":910,\"linkDestination\":\"none\",\"width\":385,\"height\":250,\"naturalWidth\":1024,\"naturalHeight\":683,\"sizeSlug\":\"large\",\"sizeSlugTablet\":\"large\",\"sizeSlugMobile\":\"large\",\"customHeightSetDesktop\":true} -->\n<div class=\"wp-block-uagb-image uagb-block-c486a813 wp-block-uagb-image--layout-default wp-block-uagb-image--effect-static wp-block-uagb-image--align-none\"><figure class=\"wp-block-uagb-image__figure\"><img srcset=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/bird-1024x683.jpg \" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/bird-1024x683.jpg\" alt=\"\" class=\"uag-image-910\" width=\"385\" height=\"250\" title=\"\" loading=\"lazy\"/></figure></div>\n<!-- /wp:uagb/image --></div>\n<!-- /wp:uagb/container --></div>\n<!-- /wp:uagb/container --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"b88af430\",\"backgroundType\":\"color\",\"backgroundSizeTablet\":\"cover\",\"backgroundSizeMobile\":\"cover\",\"backgroundColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"topPaddingDesktop\":40,\"bottomPaddingDesktop\":104,\"leftPaddingDesktop\":40,\"rightPaddingDesktop\":40,\"topPaddingTablet\":80,\"bottomPaddingTablet\":80,\"leftPaddingTablet\":40,\"rightPaddingTablet\":40,\"topPaddingMobile\":64,\"bottomPaddingMobile\":64,\"leftPaddingMobile\":24,\"rightPaddingMobile\":24,\"paddingLink\":false,\"variationSelected\":true,\"rowGapDesktop\":0,\"isBlockRootParent\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-b88af430 alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/advanced-heading {\"block_id\":\"ce69ddff\",\"classMigrate\":true,\"headingDescToggle\":true,\"headingAlign\":\"center\",\"headingAlignMobile\":\"left\",\"subHeadingColor\":\"\",\"headSpace\":20,\"subHeadFontSize\":16,\"blockBottomPadding\":20} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-ce69ddff\"><h2 class=\"uagb-heading-text\">What Our Guests Say​</h2><p class=\"uagb-desc-text\">We take pride in serving our guests the best experience. </p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/container {\"block_id\":\"379febb0\",\"directionDesktop\":\"row\",\"topMarginDesktop\":40,\"bottomMarginDesktop\":0,\"leftMarginDesktop\":0,\"rightMarginDesktop\":0,\"marginLink\":false,\"variationSelected\":true,\"rowGapMobile\":40,\"columnGapDesktop\":90} -->\n<div class=\"wp-block-uagb-container uagb-block-379febb0\"><!-- wp:uagb/container {\"block_id\":\"a55e6f7f\",\"widthDesktop\":50,\"variationSelected\":true,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-a55e6f7f\"><!-- wp:uagb/testimonial {\"test_item_count\":1,\"classMigrate\":true,\"test_block\":[{\"description\":\"\\u0022Thank you for a most enjoyable weekend stay and for making our anniversary so special.  Thank you for your kind and lovely friendship which we really appreciate!!!\\u0022​\",\"name\":\"\\u003cstrong\\u003eBrenda and Theuns\\u003c/strong\\u003e\",\"company\":\"\",\"image\":{\"id\":119,\"title\":\"testimonial1\",\"filename\":\"testimonial1.jpg\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/testimonial1.jpg\",\"link\":\"https://blueroan.netgen.cloud/testimonial1/\",\"alt\":\"\",\"author\":\"34\",\"description\":\"\",\"caption\":\"\",\"name\":\"testimonial1\",\"status\":\"inherit\",\"uploadedTo\":0,\"date\":\"2021-05-11T05:02:02.000Z\",\"modified\":\"2021-05-11T05:02:02.000Z\",\"menuOrder\":0,\"mime\":\"image/jpeg\",\"type\":\"image\",\"subtype\":\"jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/default.png\",\"dateFormatted\":\"May 11, 2021\",\"nonces\":{\"update\":\"b92fe40c3d\",\"delete\":\"643c1eb8f1\",\"edit\":\"d3e7d56b1d\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=119\\u0026action=edit\",\"meta\":false,\"authorName\":\"Rishabh\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/user-edit.php?user_id=34\",\"filesizeInBytes\":11264,\"filesizeHumanReadable\":\"11 KB\",\"context\":\"\",\"height\":250,\"width\":250,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/testimonial1-150x150.jpg\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/testimonial1.jpg\",\"height\":250,\"width\":250,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}}}],\"headingAlign\":\"left\",\"headingAlignTablet\":\"left\",\"headingAlignMobile\":\"left\",\"descColor\":\"var(\\u002d\\u002dast-global-color-3)\",\"nameFontSize\":14,\"nameLineHeight\":1,\"descFontSize\":16,\"descFontWeight\":\"600\",\"nameSpace\":1,\"block_id\":\"6bdaeadf\",\"iconImage\":{\"url\":\"\",\"alt\":\"InfoBox placeholder img\"},\"imageWidth\":32,\"columnGap\":1,\"borderStyle\":\"\",\"paddingTop\":0,\"paddingBottom\":0,\"paddingLeft\":0,\"paddingRight\":0,\"spacingLink\":true,\"imgpaddingTop\":0,\"imgpaddingRight\":15,\"imgpaddingBottom\":0,\"imgpaddingLeft\":0,\"overallBorderStyle\":\"none\",\"imgTagHeight\":32,\"imgTagWidth\":150} -->\n<div class=\"wp-block-uagb-testimonial uagb-slick-carousel uagb-tm__arrow-outside uagb-block-6bdaeadf uagb-post__carousel_notset uagb-post__carousel_notset-tablet uagb-post__carousel_notset-mobile\"><div class=\"is-carousel uagb-tm__columns-1 uagb-tm__items\"><div class=\"uagb-testimonial__wrap  uagb-tm__imgicon-style-circle uagb-tm__image-position-bottom uagb-tm__bg-type-none \"><div class=\"uagb-tm__content\"><div class=\"uagb-tm__overlay\"></div><div class=\"uagb-tm__text-wrap\"><div class=\"uagb-tm__desc\">\"Thank you for a most enjoyable weekend stay and for making our anniversary so special.  Thank you for your kind and lovely friendship which we really appreciate!!!\"​</div><div class=\"uagb-tm__meta-inner\"><div class=\"uagb-tm__image-content\"><div class=\"uagb-tm__image\"><img class=\"uagb-tm-img-src\" src=\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/testimonial1-150x150.jpg\" alt=\"\" width=\"32\" height=\"32\" loading=\"lazy\"/></div></div><div class=\"uagb-testimonial-details\"><span class=\"uagb-tm__author-name\"><strong>Brenda and Theuns</strong></span><span class=\"uagb-tm__company\"></span></div></div></div></div></div></div></div>\n<!-- /wp:uagb/testimonial -->\n\n<!-- wp:uagb/testimonial {\"test_item_count\":1,\"classMigrate\":true,\"test_block\":[{\"description\":\"\\u0022Breaking away from city life and coming out to a most wonderful romantic weekend away.  The unit is so comfortable.  Thank you for your great hospitality - we had an awesome time here.  Go well - with love\\u0022​\",\"name\":\"\\u003cstrong\\u003e\\u003cstrong\\u003e\\u003cstrong\\u003eLiz \\u0026amp; Eddie\\u003c/strong\\u003e\\u003c/strong\\u003e\\u003c/strong\\u003e\",\"company\":\"\",\"image\":{\"id\":122,\"title\":\"testimonial4\",\"filename\":\"testimonial4.jpg\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/testimonial4.jpg\",\"link\":\"https://blueroan.netgen.cloud/testimonial4/\",\"alt\":\"\",\"author\":\"34\",\"description\":\"\",\"caption\":\"\",\"name\":\"testimonial4\",\"status\":\"inherit\",\"uploadedTo\":0,\"date\":\"2021-05-11T05:02:06.000Z\",\"modified\":\"2021-05-11T05:02:06.000Z\",\"menuOrder\":0,\"mime\":\"image/jpeg\",\"type\":\"image\",\"subtype\":\"jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/default.png\",\"dateFormatted\":\"May 11, 2021\",\"nonces\":{\"update\":\"4e34860add\",\"delete\":\"9e126a55cd\",\"edit\":\"33ffd3c040\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=122\\u0026action=edit\",\"meta\":false,\"authorName\":\"Rishabh\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/user-edit.php?user_id=34\",\"filesizeInBytes\":16584,\"filesizeHumanReadable\":\"16 KB\",\"context\":\"\",\"height\":250,\"width\":250,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/testimonial4-150x150.jpg\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/testimonial4.jpg\",\"height\":250,\"width\":250,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}}}],\"headingAlign\":\"left\",\"headingAlignTablet\":\"left\",\"headingAlignMobile\":\"left\",\"descColor\":\"var(\\u002d\\u002dast-global-color-3)\",\"nameFontSize\":14,\"nameLineHeight\":1,\"descFontSize\":16,\"descFontWeight\":\"600\",\"nameSpace\":1,\"block_id\":\"c1a28725\",\"iconImage\":{\"url\":\"\",\"alt\":\"InfoBox placeholder img\"},\"imageWidth\":32,\"columnGap\":1,\"borderStyle\":\"\",\"paddingTop\":0,\"paddingBottom\":0,\"paddingLeft\":0,\"paddingRight\":0,\"spacingLink\":true,\"imgpaddingTop\":0,\"imgpaddingRight\":15,\"imgpaddingBottom\":0,\"imgpaddingLeft\":0,\"overallBorderStyle\":\"none\",\"imgTagHeight\":32,\"imgTagWidth\":150} -->\n<div class=\"wp-block-uagb-testimonial uagb-slick-carousel uagb-tm__arrow-outside uagb-block-c1a28725 uagb-post__carousel_notset uagb-post__carousel_notset-tablet uagb-post__carousel_notset-mobile\"><div class=\"is-carousel uagb-tm__columns-1 uagb-tm__items\"><div class=\"uagb-testimonial__wrap  uagb-tm__imgicon-style-circle uagb-tm__image-position-bottom uagb-tm__bg-type-none \"><div class=\"uagb-tm__content\"><div class=\"uagb-tm__overlay\"></div><div class=\"uagb-tm__text-wrap\"><div class=\"uagb-tm__desc\">\"Breaking away from city life and coming out to a most wonderful romantic weekend away.  The unit is so comfortable.  Thank you for your great hospitality - we had an awesome time here.  Go well - with love\"​</div><div class=\"uagb-tm__meta-inner\"><div class=\"uagb-tm__image-content\"><div class=\"uagb-tm__image\"><img class=\"uagb-tm-img-src\" src=\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/testimonial4-150x150.jpg\" alt=\"\" width=\"32\" height=\"32\" loading=\"lazy\"/></div></div><div class=\"uagb-testimonial-details\"><span class=\"uagb-tm__author-name\"><strong><strong><strong>Liz &amp; Eddie</strong></strong></strong></span><span class=\"uagb-tm__company\"></span></div></div></div></div></div></div></div>\n<!-- /wp:uagb/testimonial --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"9bc6419f\",\"widthDesktop\":50,\"variationSelected\":true,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-9bc6419f\"><!-- wp:uagb/testimonial {\"test_item_count\":1,\"classMigrate\":true,\"test_block\":[{\"description\":\"\\u0022Judy, what a wonderful place you have here - we were so delighted to spend the weekend here, so tranquil, peaceful, and beautiful. You made us feel right at home. Definitely a place worth 5 stars! Go well.\\u0022​\",\"name\":\"\\u003cstrong\\u003e\\u003cstrong\\u003eBrian\\u003c/strong\\u003e\\u003c/strong\\u003e \\u003cstrong\\u003e\\u003cstrong\\u003e\\u003cstrong\\u003eand \\u003cstrong\\u003eMariska\\u003c/strong\\u003e\\u003c/strong\\u003e\\u003cbr\\u003e\\u003c/strong\\u003e\\u003c/strong\\u003e\",\"company\":\"\",\"image\":{\"id\":120,\"title\":\"testimonial2\",\"filename\":\"testimonial2.jpg\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/testimonial2.jpg\",\"link\":\"https://blueroan.netgen.cloud/testimonial2/\",\"alt\":\"\",\"author\":\"34\",\"description\":\"\",\"caption\":\"\",\"name\":\"testimonial2\",\"status\":\"inherit\",\"uploadedTo\":0,\"date\":\"2021-05-11T05:02:03.000Z\",\"modified\":\"2021-05-11T05:02:03.000Z\",\"menuOrder\":0,\"mime\":\"image/jpeg\",\"type\":\"image\",\"subtype\":\"jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/default.png\",\"dateFormatted\":\"May 11, 2021\",\"nonces\":{\"update\":\"1ee6412858\",\"delete\":\"4414a2ccbf\",\"edit\":\"bde7b1f490\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=120\\u0026action=edit\",\"meta\":false,\"authorName\":\"Rishabh\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/user-edit.php?user_id=34\",\"filesizeInBytes\":10087,\"filesizeHumanReadable\":\"10 KB\",\"context\":\"\",\"height\":250,\"width\":250,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/testimonial2-150x150.jpg\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/testimonial2.jpg\",\"height\":250,\"width\":250,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}}}],\"headingAlign\":\"left\",\"headingAlignTablet\":\"left\",\"headingAlignMobile\":\"left\",\"descColor\":\"var(\\u002d\\u002dast-global-color-3)\",\"nameFontSize\":14,\"nameLineHeight\":1,\"descFontSize\":16,\"descFontWeight\":\"600\",\"nameSpace\":1,\"block_id\":\"f0c4171b\",\"iconImage\":{\"url\":\"\",\"alt\":\"InfoBox placeholder img\"},\"imageWidth\":32,\"columnGap\":1,\"borderStyle\":\"\",\"paddingTop\":0,\"paddingBottom\":0,\"paddingLeft\":0,\"paddingRight\":0,\"spacingLink\":true,\"imgpaddingTop\":0,\"imgpaddingRight\":15,\"imgpaddingBottom\":0,\"imgpaddingLeft\":0,\"overallBorderStyle\":\"none\",\"imgTagHeight\":32,\"imgTagWidth\":150} -->\n<div class=\"wp-block-uagb-testimonial uagb-slick-carousel uagb-tm__arrow-outside uagb-block-f0c4171b uagb-post__carousel_notset uagb-post__carousel_notset-tablet uagb-post__carousel_notset-mobile\"><div class=\"is-carousel uagb-tm__columns-1 uagb-tm__items\"><div class=\"uagb-testimonial__wrap  uagb-tm__imgicon-style-circle uagb-tm__image-position-bottom uagb-tm__bg-type-none \"><div class=\"uagb-tm__content\"><div class=\"uagb-tm__overlay\"></div><div class=\"uagb-tm__text-wrap\"><div class=\"uagb-tm__desc\">\"Judy, what a wonderful place you have here - we were so delighted to spend the weekend here, so tranquil, peaceful, and beautiful. You made us feel right at home. Definitely a place worth 5 stars! Go well.\"​</div><div class=\"uagb-tm__meta-inner\"><div class=\"uagb-tm__image-content\"><div class=\"uagb-tm__image\"><img class=\"uagb-tm-img-src\" src=\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/testimonial2-150x150.jpg\" alt=\"\" width=\"32\" height=\"32\" loading=\"lazy\"/></div></div><div class=\"uagb-testimonial-details\"><span class=\"uagb-tm__author-name\"><strong><strong>Brian</strong></strong> <strong><strong><strong>and <strong>Mariska</strong></strong><br></strong></strong></span><span class=\"uagb-tm__company\"></span></div></div></div></div></div></div></div>\n<!-- /wp:uagb/testimonial -->\n\n<!-- wp:uagb/testimonial {\"test_item_count\":1,\"classMigrate\":true,\"test_block\":[{\"description\":\"\\u0022Thank you for the most wonderful time, Judy!  This was the most peaceful and perfect place to get engaged!  We will most certainly be back!!!  Your hospitality cannot be topped!\\u0022​\",\"name\":\"\\u003cstrong\\u003e\\u003cstrong\\u003e\\u003cstrong\\u003e\\u003cstrong\\u003eBrett and Kelly\\u003c/strong\\u003e\\u003c/strong\\u003e\\u003c/strong\\u003e\\u003c/strong\\u003e\",\"company\":\"\",\"image\":{\"id\":121,\"title\":\"testimonial3\",\"filename\":\"testimonial3.jpg\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/testimonial3.jpg\",\"link\":\"https://blueroan.netgen.cloud/testimonial3/\",\"alt\":\"\",\"author\":\"34\",\"description\":\"\",\"caption\":\"\",\"name\":\"testimonial3\",\"status\":\"inherit\",\"uploadedTo\":0,\"date\":\"2021-05-11T05:02:05.000Z\",\"modified\":\"2021-05-11T05:02:05.000Z\",\"menuOrder\":0,\"mime\":\"image/jpeg\",\"type\":\"image\",\"subtype\":\"jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/default.png\",\"dateFormatted\":\"May 11, 2021\",\"nonces\":{\"update\":\"290653da5d\",\"delete\":\"90a4fb2d63\",\"edit\":\"ff8a64e56e\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=121\\u0026action=edit\",\"meta\":false,\"authorName\":\"Rishabh\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/user-edit.php?user_id=34\",\"filesizeInBytes\":8748,\"filesizeHumanReadable\":\"9 KB\",\"context\":\"\",\"height\":250,\"width\":250,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/testimonial3-150x150.jpg\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/testimonial3.jpg\",\"height\":250,\"width\":250,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}}}],\"headingAlign\":\"left\",\"headingAlignTablet\":\"left\",\"headingAlignMobile\":\"left\",\"descColor\":\"var(\\u002d\\u002dast-global-color-3)\",\"nameFontSize\":14,\"nameLineHeight\":1,\"descFontSize\":16,\"descFontWeight\":\"600\",\"nameSpace\":1,\"block_id\":\"925715e0\",\"iconImage\":{\"url\":\"\",\"alt\":\"InfoBox placeholder img\"},\"imageWidth\":32,\"columnGap\":1,\"borderStyle\":\"\",\"paddingTop\":0,\"paddingBottom\":0,\"paddingLeft\":0,\"paddingRight\":0,\"spacingLink\":true,\"imgpaddingTop\":0,\"imgpaddingRight\":15,\"imgpaddingBottom\":0,\"imgpaddingLeft\":0,\"overallBorderStyle\":\"none\",\"imgTagHeight\":32,\"imgTagWidth\":150} -->\n<div class=\"wp-block-uagb-testimonial uagb-slick-carousel uagb-tm__arrow-outside uagb-block-925715e0 uagb-post__carousel_notset uagb-post__carousel_notset-tablet uagb-post__carousel_notset-mobile\"><div class=\"is-carousel uagb-tm__columns-1 uagb-tm__items\"><div class=\"uagb-testimonial__wrap  uagb-tm__imgicon-style-circle uagb-tm__image-position-bottom uagb-tm__bg-type-none \"><div class=\"uagb-tm__content\"><div class=\"uagb-tm__overlay\"></div><div class=\"uagb-tm__text-wrap\"><div class=\"uagb-tm__desc\">\"Thank you for the most wonderful time, Judy!  This was the most peaceful and perfect place to get engaged!  We will most certainly be back!!!  Your hospitality cannot be topped!\"​</div><div class=\"uagb-tm__meta-inner\"><div class=\"uagb-tm__image-content\"><div class=\"uagb-tm__image\"><img class=\"uagb-tm-img-src\" src=\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/testimonial3-150x150.jpg\" alt=\"\" width=\"32\" height=\"32\" loading=\"lazy\"/></div></div><div class=\"uagb-testimonial-details\"><span class=\"uagb-tm__author-name\"><strong><strong><strong><strong>Brett and Kelly</strong></strong></strong></strong></span><span class=\"uagb-tm__company\"></span></div></div></div></div></div></div></div>\n<!-- /wp:uagb/testimonial --></div>\n<!-- /wp:uagb/container --></div>\n<!-- /wp:uagb/container --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"8df1d5dd\",\"innerContentCustomWidthDesktop\":781,\"innerContentCustomWidthTablet\":781,\"backgroundType\":\"image\",\"backgroundImageDesktop\":{\"id\":809,\"title\":\"26759994757_767d9794fd_b\",\"filename\":\"26759994757_767d9794fd_b.jpg\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/26759994757_767d9794fd_b.jpg\",\"link\":\"https://blueroan.netgen.cloud/?attachment_id=809\",\"alt\":\"\",\"author\":\"2\",\"description\":\"\",\"caption\":\"\",\"name\":\"26759994757_767d9794fd_b\",\"status\":\"inherit\",\"uploadedTo\":805,\"date\":\"2022-12-13T09:51:53.000Z\",\"modified\":\"2022-12-13T09:51:53.000Z\",\"menuOrder\":0,\"mime\":\"image/jpeg\",\"type\":\"image\",\"subtype\":\"jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-includes/images/media/default.png\",\"dateFormatted\":\"December 13, 2022\",\"nonces\":{\"update\":\"39b5c0eef1\",\"delete\":\"fde92abd83\",\"edit\":\"3923face9e\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=809\\u0026action=edit\",\"meta\":false,\"authorName\":\"Netgen Support\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/profile.php\",\"uploadedToTitle\":\"Magaliesburg\",\"uploadedToLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=805\\u0026action=edit\",\"filesizeInBytes\":143610,\"filesizeHumanReadable\":\"140 KB\",\"context\":\"\",\"height\":683,\"width\":1024,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/26759994757_767d9794fd_b-150x150.jpg\",\"orientation\":\"landscape\"},\"medium\":{\"height\":200,\"width\":300,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/26759994757_767d9794fd_b-300x200.jpg\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/26759994757_767d9794fd_b.jpg\",\"height\":683,\"width\":1024,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"backgroundImageColor\":\"rgba(42,42,42,0.65)\",\"topPaddingDesktop\":144,\"bottomPaddingDesktop\":144,\"leftPaddingDesktop\":40,\"rightPaddingDesktop\":40,\"topPaddingTablet\":80,\"bottomPaddingTablet\":80,\"leftPaddingTablet\":40,\"rightPaddingTablet\":40,\"topPaddingMobile\":64,\"bottomPaddingMobile\":64,\"leftPaddingMobile\":24,\"rightPaddingMobile\":24,\"paddingLink\":false,\"variationSelected\":true,\"isBlockRootParent\":true,\"overlayType\":\"color\"} -->\n<div class=\"wp-block-uagb-container uagb-block-8df1d5dd alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/advanced-heading {\"block_id\":\"bafa4e78\",\"classMigrate\":true,\"headingDescToggle\":true,\"headingAlign\":\"center\",\"headingColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"subHeadingColor\":\"var(\\u002d\\u002dast-global-color-4)\",\"headSpace\":20} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-bafa4e78\"><h2 class=\"uagb-heading-text\">Plan an Unforgettable Experience at <br>Blue Roan!</h2><p class=\"uagb-desc-text\">Blue Roan is a 3-star graded pet-friendly venue</p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/advanced-heading {\"block_id\":\"70db6bf0\",\"classMigrate\":true,\"headingTitleToggle\":false,\"headingDescToggle\":true,\"headingAlign\":\"center\",\"subHeadingColor\":\"var(\\u002d\\u002dast-global-color-4)\",\"subHeadTransform\":\"uppercase\",\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"subHeadLetterSpacing\":2,\"blockTopPadding\":60,\"blockRightPadding\":0,\"blockLeftPadding\":0,\"blockBottomPadding\":0,\"blockTopPaddingMobile\":30,\"blockRightPaddingMobile\":0,\"blockLeftPaddingMobile\":0,\"blockBottomPaddingMobile\":0,\"linkColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"linkHColor\":\"var(\\u002d\\u002dast-global-color-0)\"} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-70db6bf0\"><p class=\"uagb-desc-text\"><a href=\"https://book.nightsbridge.com/11065\" target=\"_blank\" rel=\"noreferrer noopener\">BOOK YOUR STAY NOW​</a></p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/icon-list {\"block_id\":\"01277dee\",\"classMigrate\":true,\"childMigrate\":true,\"align\":\"center\",\"parentIcon\":\"phone\",\"size\":40,\"sizeMobile\":24,\"sizeTablet\":32,\"fontSize\":48,\"fontSizeMobile\":28,\"fontSizeTablet\":40,\"fontWeight\":\"600\",\"iconColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"labelColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"blockTopPadding\":0,\"blockRightPadding\":0,\"blockLeftPadding\":0,\"blockBottomPadding\":24,\"blockPaddingLink\":false} -->\n<div class=\"wp-block-uagb-icon-list uagb-block-01277dee\"><div class=\"uagb-icon-list__wrap\"><!-- wp:uagb/icon-list-child {\"block_id\":\"e0f471ab\",\"label\":\" + 27 (0) 82 575 5409\",\"label_color\":\"\",\"link\":\"tel:+27825755409\",\"disableLink\":true,\"fromParentIcon\":\"phone\",\"imageSizeChild\":40} -->\n<div class=\"wp-block-uagb-icon-list-child uagb-block-e0f471ab\"><a target=\"_self\" aria-label=\" + 27 (0) 82 575 5409\" rel=\"noopener noreferrer\" href=\"tel:+27825755409\"> </a><span class=\"uagb-icon-list__source-wrap\"><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M511.2 387l-23.25 100.8c-3.266 14.25-15.79 24.22-30.46 24.22C205.2 512 0 306.8 0 54.5c0-14.66 9.969-27.2 24.22-30.45l100.8-23.25C139.7-2.602 154.7 5.018 160.8 18.92l46.52 108.5c5.438 12.78 1.77 27.67-8.98 36.45L144.5 207.1c33.98 69.22 90.26 125.5 159.5 159.5l44.08-53.8c8.688-10.78 23.69-14.51 36.47-8.975l108.5 46.51C506.1 357.2 514.6 372.4 511.2 387z\"></path></svg></span><span class=\"uagb-icon-list__label\"> + 27 (0) 82 575 5409</span></div>\n<!-- /wp:uagb/icon-list-child -->\n\n<!-- wp:uagb/icon-list-child {\"block_id\":\"e932be29\",\"label\":\"blueroan@ugo.co.za\",\"icon\":\"envelope\",\"label_color\":\"\",\"link\":\"mailto:blueroan@ugo.co.za\",\"disableLink\":true,\"fromParentIcon\":\"phone\",\"imageSizeChild\":40} -->\n<div class=\"wp-block-uagb-icon-list-child uagb-block-e932be29\"><a target=\"_self\" aria-label=\"blueroan@ugo.co.za\" rel=\"noopener noreferrer\" href=\"mailto:blueroan@ugo.co.za\"> </a><span class=\"uagb-icon-list__source-wrap\"><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M464 64C490.5 64 512 85.49 512 112C512 127.1 504.9 141.3 492.8 150.4L275.2 313.6C263.8 322.1 248.2 322.1 236.8 313.6L19.2 150.4C7.113 141.3 0 127.1 0 112C0 85.49 21.49 64 48 64H464zM217.6 339.2C240.4 356.3 271.6 356.3 294.4 339.2L512 176V384C512 419.3 483.3 448 448 448H64C28.65 448 0 419.3 0 384V176L217.6 339.2z\"></path></svg></span><span class=\"uagb-icon-list__label\">blueroan@ugo.co.za</span></div>\n<!-- /wp:uagb/icon-list-child --></div></div>\n<!-- /wp:uagb/icon-list --></div></div>\n<!-- /wp:uagb/container -->',	'Home',	'',	'inherit',	'closed',	'closed',	'',	'760-revision-v1',	'',	'',	'2022-12-22 07:19:44',	'2022-12-22 07:19:44',	'',	760,	'https://blueroan.netgen.cloud/?p=1398',	0,	'revision',	'',	0),
(1399,	2,	'2022-12-22 07:29:53',	'2022-12-22 07:29:53',	'<!-- wp:uagb/container {\"block_id\":\"3736cf55\",\"minHeightDesktop\":95,\"minHeightTablet\":70,\"minHeightMobile\":80,\"minHeightType\":\"vh\",\"alignItemsDesktop\":\"flex-start\",\"backgroundType\":\"image\",\"backgroundImageDesktop\":{\"uploading\":false,\"date\":1670921854000,\"filename\":\"Blue-Roan-pool.jpg\",\"menuOrder\":0,\"uploadedTo\":760,\"type\":\"image\",\"subtype\":\"jpeg\",\"id\":784,\"title\":\"Blue Roan - pool\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Blue-Roan-pool.jpg\",\"link\":\"https://blueroan.netgen.cloud/home/blue-roan-pool/\",\"alt\":\"\",\"author\":\"2\",\"description\":\"\",\"caption\":\"\",\"name\":\"blue-roan-pool\",\"status\":\"inherit\",\"modified\":1670921854000,\"mime\":\"image/jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-includes/images/media/default.png\",\"dateFormatted\":\"December 13, 2022\",\"nonces\":{\"update\":\"51a12ed09e\",\"delete\":\"5174068551\",\"edit\":\"1de0721407\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=784\\u0026action=edit\",\"meta\":false,\"authorName\":\"Netgen Support\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/profile.php\",\"uploadedToTitle\":\"Home\",\"uploadedToLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=760\\u0026action=edit\",\"filesizeInBytes\":154801,\"filesizeHumanReadable\":\"151 KB\",\"context\":\"\",\"height\":667,\"width\":1000,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Blue-Roan-pool-150x150.jpg\",\"orientation\":\"landscape\"},\"medium\":{\"height\":200,\"width\":300,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Blue-Roan-pool-300x200.jpg\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Blue-Roan-pool.jpg\",\"height\":667,\"width\":1000,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"backgroundPositionDesktop\":{\"x\":0.5,\"y\":0.25},\"backgroundImageColor\":\"rgba(42,42,42,0.35)\",\"topPaddingDesktop\":0,\"bottomPaddingDesktop\":0,\"leftPaddingDesktop\":40,\"rightPaddingDesktop\":40,\"topPaddingTablet\":120,\"bottomPaddingTablet\":120,\"leftPaddingTablet\":40,\"rightPaddingTablet\":40,\"topPaddingMobile\":150,\"bottomPaddingMobile\":150,\"leftPaddingMobile\":20,\"rightPaddingMobile\":20,\"paddingLink\":false,\"variationSelected\":true,\"isBlockRootParent\":true,\"overlayType\":\"color\",\"minHeightTypeTablet\":\"vh\",\"minHeightTypeMobile\":\"vh\"} -->\n<div class=\"wp-block-uagb-container uagb-block-3736cf55 alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:group {\"layout\":{\"inherit\":true,\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group\"><!-- wp:uagb/info-box {\"classMigrate\":true,\"headingAlign\":\"left\",\"headingColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"subHeadingColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"headingTag\":\"h1\",\"subHeadFontSize\":17,\"subHeadFontSizeMobile\":15,\"headSpace\":20,\"subHeadSpace\":40,\"block_id\":\"538a3cf0\",\"ctaIcon\":\"\",\"ctaText\":\"Book Your Stay Now\",\"ctaLink\":\"https://book.nightsbridge.com/11065\",\"ctaBtnLinkColor\":\"var(\\u002d\\u002dast-global-color-2)\",\"ctaLinkHoverColor\":\"var(\\u002d\\u002dast-global-color-2)\",\"ctaBgColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"ctaBgHoverColor\":\"var(\\u002d\\u002dast-global-color-4)\",\"ctaBorderColor\":\"\",\"ctaBorderStyle\":\"\",\"ctaBorderWidth\":\"\",\"ctaBorderRadius\":\"\",\"iconImage\":{\"url\":\"\",\"alt\":\"InfoBox placeholder img\"},\"showIcon\":false,\"paddingBtnTop\":18,\"paddingBtnBottom\":18,\"paddingBtnLeft\":34,\"paddingBtnRight\":34,\"blockTopPadding\":5,\"blockRightPadding\":40,\"blockLeftPadding\":0,\"blockBottomPadding\":0,\"blockTopPaddingTablet\":0,\"blockRightPaddingTablet\":64,\"blockLeftPaddingTablet\":0,\"blockBottomPaddingTablet\":0,\"blockTopPaddingMobile\":0,\"blockRightPaddingMobile\":0,\"blockLeftPaddingMobile\":0,\"blockBottomPaddingMobile\":0,\"blockPaddingUnit\":\"%\",\"blockPaddingLink\":false,\"subHeadMarginTopTablet\":0,\"subHeadMarginRightTablet\":64,\"subHeadTabletSpace\":40,\"subHeadMarginLeftTablet\":0,\"subHeadMarginTopMobile\":0,\"subHeadMarginRightMobile\":0,\"subHeadMobileSpace\":40,\"subHeadMarginLeftMobile\":0,\"btnBorderTopWidth\":1,\"btnBorderLeftWidth\":1,\"btnBorderRightWidth\":1,\"btnBorderBottomWidth\":1,\"btnBorderTopLeftRadius\":0,\"btnBorderTopRightRadius\":0,\"btnBorderBottomLeftRadius\":0,\"btnBorderBottomRightRadius\":0,\"btnBorderStyle\":\"none\",\"btnBorderColor\":\"#333\"} -->\n<div class=\"wp-block-uagb-info-box uagb-block-538a3cf0 uagb-infobox__content-wrap  uagb-infobox-icon-above-title uagb-infobox-image-valign-top\"><div class=\"uagb-ifb-content\"><div class=\"uagb-ifb-title-wrap\"><h1 class=\"uagb-ifb-title\">Magaliesburg pet friendly self-catering accommodation</h1></div><p class=\"uagb-ifb-desc\">Romantic pet-friendly self-catering accommodation in Magaliesburg, Gauteng.</p></div></div>\n<!-- /wp:uagb/info-box --></div>\n<!-- /wp:group -->\n\n<!-- wp:buttons {\"layout\":{\"type\":\"flex\",\"justifyContent\":\"left\",\"orientation\":\"horizontal\"},\"style\":{\"spacing\":{\"blockGap\":\"var:preset|spacing|50\"}}} -->\n<div class=\"wp-block-buttons\"><!-- wp:button {\"backgroundColor\":\"ast-global-color-5\",\"textColor\":\"ast-global-color-2\",\"width\":25,\"style\":{\"spacing\":{\"padding\":{\"top\":\"var:preset|spacing|50\",\"right\":\"var:preset|spacing|30\",\"bottom\":\"var:preset|spacing|50\",\"left\":\"var:preset|spacing|30\"}}},\"className\":\"is-style-fill\",\"UAGHideMob\":true,\"UAGHideTab\":true,\"UAGResponsiveConditions\":true} -->\n<div class=\"wp-block-button has-custom-width wp-block-button__width-25 is-style-fill uag-hide-tab uag-hide-mob\" id=\"https://book.nightsbridge.com/11065\"><a class=\"wp-block-button__link has-ast-global-color-2-color has-ast-global-color-5-background-color has-text-color has-background wp-element-button\" href=\"https://book.nightsbridge.com/11065\" style=\"padding-top:var(--wp--preset--spacing--50);padding-right:var(--wp--preset--spacing--30);padding-bottom:var(--wp--preset--spacing--50);padding-left:var(--wp--preset--spacing--30)\" rel=\"https://book.nightsbridge.com/11065\">book your stay now</a></div>\n<!-- /wp:button -->\n\n<!-- wp:button {\"backgroundColor\":\"ast-global-color-5\",\"textColor\":\"ast-global-color-2\",\"width\":25,\"style\":{\"spacing\":{\"padding\":{\"top\":\"var:preset|spacing|50\",\"right\":\"var:preset|spacing|30\",\"bottom\":\"var:preset|spacing|50\",\"left\":\"var:preset|spacing|30\"}}},\"className\":\"is-style-fill\",\"UAGHideMob\":true,\"UAGHideTab\":true,\"UAGDisplayConditions\":\"userstate\",\"UAGResponsiveConditions\":true} -->\n<div class=\"wp-block-button has-custom-width wp-block-button__width-25 is-style-fill uag-hide-tab uag-hide-mob\" id=\"https://book.nightsbridge.com/11065\"><a class=\"wp-block-button__link has-ast-global-color-2-color has-ast-global-color-5-background-color has-text-color has-background wp-element-button\" href=\"https://book.nightsbridge.com/11065\" style=\"padding-top:var(--wp--preset--spacing--50);padding-right:var(--wp--preset--spacing--30);padding-bottom:var(--wp--preset--spacing--50);padding-left:var(--wp--preset--spacing--30)\" target=\"_blank\" rel=\"https://book.nightsbridge.com/11065 noopener\">Check availability</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons -->\n\n<!-- wp:buttons {\"layout\":{\"type\":\"flex\",\"justifyContent\":\"left\",\"orientation\":\"horizontal\"},\"style\":{\"spacing\":{\"blockGap\":\"var:preset|spacing|50\"}}} -->\n<div class=\"wp-block-buttons\"><!-- wp:button {\"backgroundColor\":\"ast-global-color-5\",\"textColor\":\"ast-global-color-2\",\"width\":25,\"style\":{\"spacing\":{\"padding\":{\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\"}}},\"className\":\"is-style-fill\",\"fontSize\":\"small\",\"UAGHideDesktop\":true,\"UAGHideTab\":true,\"UAGResponsiveConditions\":true} -->\n<div class=\"wp-block-button has-custom-width wp-block-button__width-25 has-custom-font-size is-style-fill has-small-font-size uag-hide-desktop uag-hide-tab\"><a class=\"wp-block-button__link has-ast-global-color-2-color has-ast-global-color-5-background-color has-text-color has-background wp-element-button\" href=\"https://book.nightsbridge.com/11065\" style=\"padding-top:0;padding-right:0;padding-bottom:0;padding-left:0\" rel=\"\">book your stay now</a></div>\n<!-- /wp:button -->\n\n<!-- wp:button {\"backgroundColor\":\"ast-global-color-5\",\"textColor\":\"ast-global-color-2\",\"width\":25,\"style\":{\"spacing\":{\"padding\":{\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\"}}},\"className\":\"is-style-fill\",\"fontSize\":\"small\",\"UAGHideDesktop\":true,\"UAGHideTab\":true,\"UAGDisplayConditions\":\"userstate\",\"UAGResponsiveConditions\":true} -->\n<div class=\"wp-block-button has-custom-width wp-block-button__width-25 has-custom-font-size is-style-fill has-small-font-size uag-hide-desktop uag-hide-tab\"><a class=\"wp-block-button__link has-ast-global-color-2-color has-ast-global-color-5-background-color has-text-color has-background wp-element-button\" href=\"https://book.nightsbridge.com/11065\" style=\"padding-top:0;padding-right:0;padding-bottom:0;padding-left:0\" target=\"_blank\" rel=\"noopener\">Check availability</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"946316ca\",\"directionDesktop\":\"row\",\"directionMobile\":\"column-reverse\",\"alignItemsDesktop\":\"flex-start\",\"backgroundType\":\"color\",\"backgroundSizeTablet\":\"cover\",\"backgroundSizeMobile\":\"cover\",\"backgroundColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"topPaddingDesktop\":60,\"bottomPaddingDesktop\":60,\"topPaddingTablet\":80,\"bottomPaddingTablet\":80,\"leftPaddingTablet\":40,\"rightPaddingTablet\":40,\"topPaddingMobile\":64,\"bottomPaddingMobile\":64,\"leftPaddingMobile\":24,\"rightPaddingMobile\":24,\"paddingLink\":false,\"variationSelected\":true,\"columnGapDesktop\":60,\"columnGapTablet\":50,\"isBlockRootParent\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-946316ca alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/container {\"block_id\":\"8bce9bcc\",\"widthDesktop\":50,\"variationSelected\":true,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-8bce9bcc\"><!-- wp:image {\"id\":797,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-13.jpg\" alt=\"\" class=\"wp-image-797\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>We have 7 lovely brick&nbsp;<strong>self-catering</strong>&nbsp;units, each one private and with its own character and theme. &nbsp;They are designed exclusively for couples with or without pets wanting a romantic and peaceful place to connect, re-connect, celebrate special occasions, or somewhere quiet and comfortable to come for a holiday</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:buttons -->\n<div class=\"wp-block-buttons\"><!-- wp:button -->\n<div class=\"wp-block-button\"><a class=\"wp-block-button__link wp-element-button\" href=\"/accommodation/\">View accomodation</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"a7aae10a\",\"widthDesktop\":50,\"leftPaddingDesktop\":0,\"paddingLink\":false,\"variationSelected\":true,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-a7aae10a\"><!-- wp:uagb/advanced-heading {\"block_id\":\"778f74e0\",\"classMigrate\":true,\"headingDescToggle\":true,\"subHeadingColor\":\"\",\"headSpace\":20,\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-778f74e0\"><h2 class=\"uagb-heading-text\"><strong>Blue Roan is a 3-star graded pet-friendly venue</strong></h2><p class=\"uagb-desc-text\">Our goal is to provide high-quality, romantic, comfortable, and affordable self-catering accommodation on the outskirts of the village of &nbsp;Magaliesburg. &nbsp;For animal lovers, we are also&nbsp;pet-friendly&nbsp;by arrangement in most of the units all of which have their own fully fenced and gated private grassy gardens.</p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/image {\"block_id\":\"93b05e48\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/hammock-in-the-garden.jpg\",\"align\":\"left\",\"id\":799,\"linkDestination\":\"none\",\"naturalWidth\":600,\"naturalHeight\":400,\"sizeSlug\":\"full\",\"sizeSlugTablet\":\"full\",\"sizeSlugMobile\":\"full\",\"imageTopMargin\":20,\"imageRightMargin\":0,\"imageLeftMargin\":0,\"imageBottomMargin\":0,\"imageTopMarginMobile\":0,\"imageRightMarginMobile\":0,\"imageLeftMarginMobile\":0,\"imageBottomMarginMobile\":0,\"imageMarginLink\":false} -->\n<div class=\"wp-block-uagb-image uagb-block-93b05e48 wp-block-uagb-image--layout-default wp-block-uagb-image--effect-static wp-block-uagb-image--align-left\"><figure class=\"wp-block-uagb-image__figure\"><img srcset=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/hammock-in-the-garden.jpg \" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/hammock-in-the-garden.jpg\" alt=\"\" class=\"uag-image-799\" width=\"\" height=\"\" title=\"\" loading=\"lazy\"/></figure></div>\n<!-- /wp:uagb/image --></div>\n<!-- /wp:uagb/container --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"cd184d5c\",\"directionDesktop\":\"row\",\"directionMobile\":\"column-reverse\",\"alignItemsDesktop\":\"flex-start\",\"backgroundType\":\"color\",\"backgroundSizeTablet\":\"cover\",\"backgroundSizeMobile\":\"cover\",\"backgroundColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"topPaddingDesktop\":0,\"bottomPaddingDesktop\":0,\"topPaddingTablet\":80,\"bottomPaddingTablet\":80,\"leftPaddingTablet\":40,\"rightPaddingTablet\":40,\"topPaddingMobile\":64,\"bottomPaddingMobile\":64,\"leftPaddingMobile\":24,\"rightPaddingMobile\":24,\"paddingLink\":false,\"variationSelected\":true,\"rowGapDesktop\":0,\"columnGapDesktop\":0,\"columnGapTablet\":50,\"isBlockRootParent\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-cd184d5c alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:image {\"align\":\"center\",\"id\":1344,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image aligncenter size-large\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/tgcsa-full-3-stars-1024x366.jpg\" alt=\"\" class=\"wp-image-1344\"/></figure>\n<!-- /wp:image --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"d33c8ed2\",\"backgroundType\":\"color\",\"backgroundSizeTablet\":\"cover\",\"backgroundSizeMobile\":\"cover\",\"backgroundColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"topPaddingDesktop\":50,\"bottomPaddingDesktop\":100,\"topPaddingTablet\":50,\"bottomPaddingTablet\":25,\"leftPaddingTablet\":20,\"rightPaddingTablet\":20,\"topPaddingMobile\":50,\"bottomPaddingMobile\":20,\"leftPaddingMobile\":20,\"rightPaddingMobile\":20,\"paddingLink\":false,\"variationSelected\":true,\"rowGapDesktop\":0,\"isBlockRootParent\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-d33c8ed2 alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/container {\"block_id\":\"24d3a247\",\"directionDesktop\":\"row\",\"alignItemsDesktop\":\"flex-end\",\"alignItemsTablet\":\"flex-end\",\"justifyContentDesktop\":\"flex-end\",\"justifyContentTablet\":\"space-between\",\"variationSelected\":true,\"rowGapMobile\":30,\"columnGapDesktop\":0} -->\n<div class=\"wp-block-uagb-container uagb-block-24d3a247\"><!-- wp:uagb/advanced-heading {\"block_id\":\"ee247e9f\",\"classMigrate\":true,\"headingDescToggle\":true,\"subHeadingColor\":\"\",\"headSpace\":20,\"subHeadFontSize\":16} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-ee247e9f\"><h2 class=\"uagb-heading-text\">Amenities &amp; Interests ​</h2><p class=\"uagb-desc-text\">The Blue Roan Country Lodge is situated just 5 minutes from the village of Magaliesburg on a tar road so easy access for all cars. &nbsp;We have panoramic views of the Magaliesberg mountain range and our farm is the perfect place for a relaxing getaway in the country. &nbsp;As we are only 70 km from JHB and Pretoria, it is only an hour’s drive.</p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/buttons {\"block_id\":\"d408f0bf\",\"classMigrate\":true,\"childMigrate\":true,\"align\":\"right\",\"alignTablet\":\"right\",\"alignMobile\":\"left\",\"gap\":0} -->\n<div class=\"wp-block-uagb-buttons uagb-buttons__outer-wrap uagb-btn__default-btn uagb-btn-tablet__default-btn uagb-btn-mobile__default-btn uagb-block-d408f0bf\"><div class=\"uagb-buttons__wrap uagb-buttons-layout-wrap\"><!-- wp:uagb/buttons-child {\"block_id\":\"4191e99c\",\"label\":\"View All\",\"link\":\"/amenities/\",\"hColor\":\"\",\"borderWidth\":\"\",\"borderRadius\":\"\",\"borderStyle\":\"\",\"borderColor\":\"\",\"borderHColor\":\"\",\"btnBorderTopWidth\":1,\"btnBorderLeftWidth\":1,\"btnBorderRightWidth\":1,\"btnBorderBottomWidth\":1,\"btnBorderTopLeftRadius\":2,\"btnBorderTopRightRadius\":2,\"btnBorderBottomLeftRadius\":2,\"btnBorderBottomRightRadius\":2,\"btnBorderStyle\":\"solid\",\"btnBorderColor\":\"#333\",\"btnBorderHColor\":\"#333\"} -->\n<div class=\"wp-block-uagb-buttons-child uagb-buttons__outer-wrap uagb-block-4191e99c wp-block-button is-style-outline\"><div class=\"uagb-button__wrapper\"><a class=\"uagb-buttons-repeater wp-block-button__link\" href=\"/amenities/\" rel=\"follow noopener\" target=\"_self\"><div class=\"uagb-button__link\">View All</div></a></div></div>\n<!-- /wp:uagb/buttons-child --></div></div>\n<!-- /wp:uagb/buttons --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"c8b61dc6\",\"directionDesktop\":\"row\",\"alignItemsTablet\":\"flex-start\",\"paddingLink\":false,\"topMarginDesktop\":50,\"bottomMarginDesktop\":20,\"leftMarginDesktop\":0,\"rightMarginDesktop\":0,\"marginLink\":false,\"variationSelected\":true,\"rowGapMobile\":65,\"columnGapDesktop\":48,\"columnGapTablet\":20} -->\n<div class=\"wp-block-uagb-container uagb-block-c8b61dc6\"><!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"align\":\"center\",\"id\":828,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image aligncenter size-full\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Blue-Roan-pool.png\" alt=\"Blue Roan\'s rock pool\" class=\"wp-image-828\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>A relaxing rock Pool​</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>We have a lovely sparkling blue rock pool next to a thatched Lapa. &nbsp;&nbsp;Lie on recliners on the green lawn or sit on the swing chair in the Lapa and enjoy the panoramic view of the Magaliesberg mountain range.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":829,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/img-20160605-wa0002-largejpg.png\" alt=\"\" class=\"wp-image-829\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>Braai facilities </h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>What can compare to a burning fire under the star-lit African sky? Nothing beats the flavor of cooking over an open flame.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":1354,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Games-Room.png\" alt=\"\" class=\"wp-image-1354\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>A games room </h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>The reception is also a games room for those who enjoy darts or playing pool. &nbsp;Take a selection of DVDs back to your room and watch movies on your own DVD player. &nbsp;There is also a selection of board games and music CDs that you can borrow.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div>\n<!-- /wp:uagb/container --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"a50e9e1c\",\"backgroundType\":\"color\",\"backgroundSizeTablet\":\"cover\",\"backgroundSizeMobile\":\"cover\",\"backgroundColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"bottomPaddingDesktop\":104,\"leftPaddingDesktop\":40,\"rightPaddingDesktop\":40,\"topPaddingTablet\":80,\"bottomPaddingTablet\":80,\"leftPaddingTablet\":40,\"rightPaddingTablet\":40,\"topPaddingMobile\":64,\"bottomPaddingMobile\":64,\"leftPaddingMobile\":24,\"rightPaddingMobile\":24,\"paddingLink\":false,\"variationSelected\":true,\"rowGapDesktop\":0,\"isBlockRootParent\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-a50e9e1c alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/advanced-heading {\"block_id\":\"ab7fe430\",\"classMigrate\":true,\"headingDescToggle\":true,\"headingAlign\":\"center\",\"headingAlignMobile\":\"left\",\"subHeadingColor\":\"\",\"headSpace\":20,\"subHeadFontSize\":16,\"blockBottomPadding\":20} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-ab7fe430\"><h2 class=\"uagb-heading-text\">Our Inside Pictures​</h2><p class=\"uagb-desc-text\">Take a look at some pretty pictures captured in and around our premises.</p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/container {\"block_id\":\"87f71278\",\"directionDesktop\":\"row\",\"alignItemsDesktop\":\"flex-start\",\"topMarginDesktop\":20,\"bottomMarginDesktop\":0,\"leftMarginDesktop\":0,\"rightMarginDesktop\":0,\"marginLink\":false,\"variationSelected\":true,\"rowGapMobile\":24,\"columnGapDesktop\":24,\"columnGapTablet\":20} -->\n<div class=\"wp-block-uagb-container uagb-block-87f71278\"><!-- wp:uagb/container {\"block_id\":\"62a977e4\",\"widthDesktop\":32,\"variationSelected\":true,\"rowGapDesktop\":24,\"rowGapTablet\":20,\"rowGapMobile\":24,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-62a977e4\"><!-- wp:uagb/image {\"block_id\":\"9285533f\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/red-rose-1024x683.jpg\",\"id\":834,\"linkDestination\":\"none\",\"width\":385,\"height\":284,\"naturalWidth\":1024,\"naturalHeight\":683,\"sizeSlug\":\"large\",\"sizeSlugTablet\":\"large\",\"sizeSlugMobile\":\"large\",\"customHeightSetDesktop\":true} -->\n<div class=\"wp-block-uagb-image uagb-block-9285533f wp-block-uagb-image--layout-default wp-block-uagb-image--effect-static wp-block-uagb-image--align-none\"><figure class=\"wp-block-uagb-image__figure\"><img srcset=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/red-rose-1024x683.jpg \" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/red-rose-1024x683.jpg\" alt=\"\" class=\"uag-image-834\" width=\"385\" height=\"284\" title=\"\" loading=\"lazy\"/></figure></div>\n<!-- /wp:uagb/image -->\n\n<!-- wp:uagb/image {\"block_id\":\"c1306b1e\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/49g.jpg\",\"id\":838,\"linkDestination\":\"none\",\"width\":385,\"height\":284,\"naturalWidth\":650,\"naturalHeight\":450,\"sizeSlug\":\"full\",\"sizeSlugTablet\":\"full\",\"sizeSlugMobile\":\"full\",\"customHeightSetDesktop\":true} -->\n<div class=\"wp-block-uagb-image uagb-block-c1306b1e wp-block-uagb-image--layout-default wp-block-uagb-image--effect-static wp-block-uagb-image--align-none\"><figure class=\"wp-block-uagb-image__figure\"><img srcset=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/49g.jpg \" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/49g.jpg\" alt=\"\" class=\"uag-image-838\" width=\"385\" height=\"284\" title=\"\" loading=\"lazy\"/></figure></div>\n<!-- /wp:uagb/image --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"9fa62928\",\"widthDesktop\":67,\"variationSelected\":true,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-9fa62928\"><!-- wp:uagb/image {\"block_id\":\"75943cd3\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAA39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba-1-1024x768.png\",\"id\":905,\"linkDestination\":\"none\",\"naturalWidth\":1024,\"naturalHeight\":768,\"sizeSlug\":\"large\",\"sizeSlugTablet\":\"large\",\"sizeSlugMobile\":\"large\"} -->\n<div class=\"wp-block-uagb-image uagb-block-75943cd3 wp-block-uagb-image--layout-default wp-block-uagb-image--effect-static wp-block-uagb-image--align-none\"><figure class=\"wp-block-uagb-image__figure\"><img srcset=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAA39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba-1-1024x768.png \" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAA39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba-1-1024x768.png\" alt=\"\" class=\"uag-image-905\" width=\"\" height=\"\" title=\"\" loading=\"lazy\"/></figure></div>\n<!-- /wp:uagb/image --></div>\n<!-- /wp:uagb/container --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"bf4bac8c\",\"directionDesktop\":\"row\",\"alignItemsDesktop\":\"flex-start\",\"topMarginDesktop\":24,\"bottomMarginDesktop\":0,\"leftMarginDesktop\":0,\"rightMarginDesktop\":0,\"topMarginTablet\":20,\"bottomMarginTablet\":0,\"leftMarginTablet\":0,\"rightMarginTablet\":0,\"topMarginMobile\":24,\"bottomMarginMobile\":0,\"leftMarginMobile\":0,\"rightMarginMobile\":0,\"marginLink\":false,\"variationSelected\":true,\"columnGapDesktop\":24,\"columnGapTablet\":20} -->\n<div class=\"wp-block-uagb-container uagb-block-bf4bac8c\"><!-- wp:uagb/container {\"block_id\":\"21b41f28\",\"widthDesktop\":67,\"variationSelected\":true,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-21b41f28\"><!-- wp:image {\"id\":837,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-8-1024x678.jpg\" alt=\"\" class=\"wp-image-837\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"11018c67\",\"widthDesktop\":32,\"variationSelected\":true,\"rowGapDesktop\":24,\"rowGapTablet\":20,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-11018c67\"><!-- wp:uagb/image {\"block_id\":\"8e5ca423\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Blue-roan-pool-01.jpg\",\"id\":782,\"linkDestination\":\"none\",\"width\":385,\"height\":250,\"naturalWidth\":800,\"naturalHeight\":534,\"sizeSlug\":\"full\",\"sizeSlugTablet\":\"full\",\"sizeSlugMobile\":\"full\",\"customHeightSetDesktop\":true} -->\n<div class=\"wp-block-uagb-image uagb-block-8e5ca423 wp-block-uagb-image--layout-default wp-block-uagb-image--effect-static wp-block-uagb-image--align-none\"><figure class=\"wp-block-uagb-image__figure\"><img srcset=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Blue-roan-pool-01.jpg \" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Blue-roan-pool-01.jpg\" alt=\"\" class=\"uag-image-782\" width=\"385\" height=\"250\" title=\"\" loading=\"lazy\"/></figure></div>\n<!-- /wp:uagb/image -->\n\n<!-- wp:uagb/image {\"block_id\":\"c486a813\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/bird-1024x683.jpg\",\"id\":910,\"linkDestination\":\"none\",\"width\":385,\"height\":250,\"naturalWidth\":1024,\"naturalHeight\":683,\"sizeSlug\":\"large\",\"sizeSlugTablet\":\"large\",\"sizeSlugMobile\":\"large\",\"customHeightSetDesktop\":true} -->\n<div class=\"wp-block-uagb-image uagb-block-c486a813 wp-block-uagb-image--layout-default wp-block-uagb-image--effect-static wp-block-uagb-image--align-none\"><figure class=\"wp-block-uagb-image__figure\"><img srcset=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/bird-1024x683.jpg \" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/bird-1024x683.jpg\" alt=\"\" class=\"uag-image-910\" width=\"385\" height=\"250\" title=\"\" loading=\"lazy\"/></figure></div>\n<!-- /wp:uagb/image --></div>\n<!-- /wp:uagb/container --></div>\n<!-- /wp:uagb/container --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"b88af430\",\"backgroundType\":\"color\",\"backgroundSizeTablet\":\"cover\",\"backgroundSizeMobile\":\"cover\",\"backgroundColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"topPaddingDesktop\":40,\"bottomPaddingDesktop\":104,\"leftPaddingDesktop\":40,\"rightPaddingDesktop\":40,\"topPaddingTablet\":80,\"bottomPaddingTablet\":80,\"leftPaddingTablet\":40,\"rightPaddingTablet\":40,\"topPaddingMobile\":64,\"bottomPaddingMobile\":64,\"leftPaddingMobile\":24,\"rightPaddingMobile\":24,\"paddingLink\":false,\"variationSelected\":true,\"rowGapDesktop\":0,\"isBlockRootParent\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-b88af430 alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/advanced-heading {\"block_id\":\"ce69ddff\",\"classMigrate\":true,\"headingDescToggle\":true,\"headingAlign\":\"center\",\"headingAlignMobile\":\"left\",\"subHeadingColor\":\"\",\"headSpace\":20,\"subHeadFontSize\":16,\"blockBottomPadding\":20} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-ce69ddff\"><h2 class=\"uagb-heading-text\">What Our Guests Say​</h2><p class=\"uagb-desc-text\">We take pride in serving our guests the best experience. </p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/container {\"block_id\":\"379febb0\",\"directionDesktop\":\"row\",\"topMarginDesktop\":40,\"bottomMarginDesktop\":0,\"leftMarginDesktop\":0,\"rightMarginDesktop\":0,\"marginLink\":false,\"variationSelected\":true,\"rowGapMobile\":40,\"columnGapDesktop\":90} -->\n<div class=\"wp-block-uagb-container uagb-block-379febb0\"><!-- wp:uagb/container {\"block_id\":\"a55e6f7f\",\"widthDesktop\":50,\"variationSelected\":true,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-a55e6f7f\"><!-- wp:uagb/testimonial {\"test_item_count\":1,\"classMigrate\":true,\"test_block\":[{\"description\":\"\\u0022Thank you for a most enjoyable weekend stay and for making our anniversary so special.  Thank you for your kind and lovely friendship which we really appreciate!!!\\u0022​\",\"name\":\"\\u003cstrong\\u003eBrenda and Theuns\\u003c/strong\\u003e\",\"company\":\"\",\"image\":{\"id\":119,\"title\":\"testimonial1\",\"filename\":\"testimonial1.jpg\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/testimonial1.jpg\",\"link\":\"https://blueroan.netgen.cloud/testimonial1/\",\"alt\":\"\",\"author\":\"34\",\"description\":\"\",\"caption\":\"\",\"name\":\"testimonial1\",\"status\":\"inherit\",\"uploadedTo\":0,\"date\":\"2021-05-11T05:02:02.000Z\",\"modified\":\"2021-05-11T05:02:02.000Z\",\"menuOrder\":0,\"mime\":\"image/jpeg\",\"type\":\"image\",\"subtype\":\"jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/default.png\",\"dateFormatted\":\"May 11, 2021\",\"nonces\":{\"update\":\"b92fe40c3d\",\"delete\":\"643c1eb8f1\",\"edit\":\"d3e7d56b1d\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=119\\u0026action=edit\",\"meta\":false,\"authorName\":\"Rishabh\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/user-edit.php?user_id=34\",\"filesizeInBytes\":11264,\"filesizeHumanReadable\":\"11 KB\",\"context\":\"\",\"height\":250,\"width\":250,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/testimonial1-150x150.jpg\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/testimonial1.jpg\",\"height\":250,\"width\":250,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}}}],\"headingAlign\":\"left\",\"headingAlignTablet\":\"left\",\"headingAlignMobile\":\"left\",\"descColor\":\"var(\\u002d\\u002dast-global-color-3)\",\"nameFontSize\":14,\"nameLineHeight\":1,\"descFontSize\":16,\"descFontWeight\":\"600\",\"nameSpace\":1,\"block_id\":\"6bdaeadf\",\"iconImage\":{\"url\":\"\",\"alt\":\"InfoBox placeholder img\"},\"imageWidth\":32,\"columnGap\":1,\"borderStyle\":\"\",\"paddingTop\":0,\"paddingBottom\":0,\"paddingLeft\":0,\"paddingRight\":0,\"spacingLink\":true,\"imgpaddingTop\":0,\"imgpaddingRight\":15,\"imgpaddingBottom\":0,\"imgpaddingLeft\":0,\"overallBorderStyle\":\"none\",\"imgTagHeight\":32,\"imgTagWidth\":150} -->\n<div class=\"wp-block-uagb-testimonial uagb-slick-carousel uagb-tm__arrow-outside uagb-block-6bdaeadf uagb-post__carousel_notset uagb-post__carousel_notset-tablet uagb-post__carousel_notset-mobile\"><div class=\"is-carousel uagb-tm__columns-1 uagb-tm__items\"><div class=\"uagb-testimonial__wrap  uagb-tm__imgicon-style-circle uagb-tm__image-position-bottom uagb-tm__bg-type-none \"><div class=\"uagb-tm__content\"><div class=\"uagb-tm__overlay\"></div><div class=\"uagb-tm__text-wrap\"><div class=\"uagb-tm__desc\">\"Thank you for a most enjoyable weekend stay and for making our anniversary so special.  Thank you for your kind and lovely friendship which we really appreciate!!!\"​</div><div class=\"uagb-tm__meta-inner\"><div class=\"uagb-tm__image-content\"><div class=\"uagb-tm__image\"><img class=\"uagb-tm-img-src\" src=\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/testimonial1-150x150.jpg\" alt=\"\" width=\"32\" height=\"32\" loading=\"lazy\"/></div></div><div class=\"uagb-testimonial-details\"><span class=\"uagb-tm__author-name\"><strong>Brenda and Theuns</strong></span><span class=\"uagb-tm__company\"></span></div></div></div></div></div></div></div>\n<!-- /wp:uagb/testimonial -->\n\n<!-- wp:uagb/testimonial {\"test_item_count\":1,\"classMigrate\":true,\"test_block\":[{\"description\":\"\\u0022Breaking away from city life and coming out to a most wonderful romantic weekend away.  The unit is so comfortable.  Thank you for your great hospitality - we had an awesome time here.  Go well - with love\\u0022​\",\"name\":\"\\u003cstrong\\u003e\\u003cstrong\\u003e\\u003cstrong\\u003eLiz \\u0026amp; Eddie\\u003c/strong\\u003e\\u003c/strong\\u003e\\u003c/strong\\u003e\",\"company\":\"\",\"image\":{\"id\":122,\"title\":\"testimonial4\",\"filename\":\"testimonial4.jpg\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/testimonial4.jpg\",\"link\":\"https://blueroan.netgen.cloud/testimonial4/\",\"alt\":\"\",\"author\":\"34\",\"description\":\"\",\"caption\":\"\",\"name\":\"testimonial4\",\"status\":\"inherit\",\"uploadedTo\":0,\"date\":\"2021-05-11T05:02:06.000Z\",\"modified\":\"2021-05-11T05:02:06.000Z\",\"menuOrder\":0,\"mime\":\"image/jpeg\",\"type\":\"image\",\"subtype\":\"jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/default.png\",\"dateFormatted\":\"May 11, 2021\",\"nonces\":{\"update\":\"4e34860add\",\"delete\":\"9e126a55cd\",\"edit\":\"33ffd3c040\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=122\\u0026action=edit\",\"meta\":false,\"authorName\":\"Rishabh\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/user-edit.php?user_id=34\",\"filesizeInBytes\":16584,\"filesizeHumanReadable\":\"16 KB\",\"context\":\"\",\"height\":250,\"width\":250,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/testimonial4-150x150.jpg\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/testimonial4.jpg\",\"height\":250,\"width\":250,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}}}],\"headingAlign\":\"left\",\"headingAlignTablet\":\"left\",\"headingAlignMobile\":\"left\",\"descColor\":\"var(\\u002d\\u002dast-global-color-3)\",\"nameFontSize\":14,\"nameLineHeight\":1,\"descFontSize\":16,\"descFontWeight\":\"600\",\"nameSpace\":1,\"block_id\":\"c1a28725\",\"iconImage\":{\"url\":\"\",\"alt\":\"InfoBox placeholder img\"},\"imageWidth\":32,\"columnGap\":1,\"borderStyle\":\"\",\"paddingTop\":0,\"paddingBottom\":0,\"paddingLeft\":0,\"paddingRight\":0,\"spacingLink\":true,\"imgpaddingTop\":0,\"imgpaddingRight\":15,\"imgpaddingBottom\":0,\"imgpaddingLeft\":0,\"overallBorderStyle\":\"none\",\"imgTagHeight\":32,\"imgTagWidth\":150} -->\n<div class=\"wp-block-uagb-testimonial uagb-slick-carousel uagb-tm__arrow-outside uagb-block-c1a28725 uagb-post__carousel_notset uagb-post__carousel_notset-tablet uagb-post__carousel_notset-mobile\"><div class=\"is-carousel uagb-tm__columns-1 uagb-tm__items\"><div class=\"uagb-testimonial__wrap  uagb-tm__imgicon-style-circle uagb-tm__image-position-bottom uagb-tm__bg-type-none \"><div class=\"uagb-tm__content\"><div class=\"uagb-tm__overlay\"></div><div class=\"uagb-tm__text-wrap\"><div class=\"uagb-tm__desc\">\"Breaking away from city life and coming out to a most wonderful romantic weekend away.  The unit is so comfortable.  Thank you for your great hospitality - we had an awesome time here.  Go well - with love\"​</div><div class=\"uagb-tm__meta-inner\"><div class=\"uagb-tm__image-content\"><div class=\"uagb-tm__image\"><img class=\"uagb-tm-img-src\" src=\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/testimonial4-150x150.jpg\" alt=\"\" width=\"32\" height=\"32\" loading=\"lazy\"/></div></div><div class=\"uagb-testimonial-details\"><span class=\"uagb-tm__author-name\"><strong><strong><strong>Liz &amp; Eddie</strong></strong></strong></span><span class=\"uagb-tm__company\"></span></div></div></div></div></div></div></div>\n<!-- /wp:uagb/testimonial --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"9bc6419f\",\"widthDesktop\":50,\"variationSelected\":true,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-9bc6419f\"><!-- wp:uagb/testimonial {\"test_item_count\":1,\"classMigrate\":true,\"test_block\":[{\"description\":\"\\u0022Judy, what a wonderful place you have here - we were so delighted to spend the weekend here, so tranquil, peaceful, and beautiful. You made us feel right at home. Definitely a place worth 5 stars! Go well.\\u0022​\",\"name\":\"\\u003cstrong\\u003e\\u003cstrong\\u003eBrian\\u003c/strong\\u003e\\u003c/strong\\u003e \\u003cstrong\\u003e\\u003cstrong\\u003e\\u003cstrong\\u003eand \\u003cstrong\\u003eMariska\\u003c/strong\\u003e\\u003c/strong\\u003e\\u003cbr\\u003e\\u003c/strong\\u003e\\u003c/strong\\u003e\",\"company\":\"\",\"image\":{\"id\":120,\"title\":\"testimonial2\",\"filename\":\"testimonial2.jpg\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/testimonial2.jpg\",\"link\":\"https://blueroan.netgen.cloud/testimonial2/\",\"alt\":\"\",\"author\":\"34\",\"description\":\"\",\"caption\":\"\",\"name\":\"testimonial2\",\"status\":\"inherit\",\"uploadedTo\":0,\"date\":\"2021-05-11T05:02:03.000Z\",\"modified\":\"2021-05-11T05:02:03.000Z\",\"menuOrder\":0,\"mime\":\"image/jpeg\",\"type\":\"image\",\"subtype\":\"jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/default.png\",\"dateFormatted\":\"May 11, 2021\",\"nonces\":{\"update\":\"1ee6412858\",\"delete\":\"4414a2ccbf\",\"edit\":\"bde7b1f490\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=120\\u0026action=edit\",\"meta\":false,\"authorName\":\"Rishabh\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/user-edit.php?user_id=34\",\"filesizeInBytes\":10087,\"filesizeHumanReadable\":\"10 KB\",\"context\":\"\",\"height\":250,\"width\":250,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/testimonial2-150x150.jpg\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/testimonial2.jpg\",\"height\":250,\"width\":250,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}}}],\"headingAlign\":\"left\",\"headingAlignTablet\":\"left\",\"headingAlignMobile\":\"left\",\"descColor\":\"var(\\u002d\\u002dast-global-color-3)\",\"nameFontSize\":14,\"nameLineHeight\":1,\"descFontSize\":16,\"descFontWeight\":\"600\",\"nameSpace\":1,\"block_id\":\"f0c4171b\",\"iconImage\":{\"url\":\"\",\"alt\":\"InfoBox placeholder img\"},\"imageWidth\":32,\"columnGap\":1,\"borderStyle\":\"\",\"paddingTop\":0,\"paddingBottom\":0,\"paddingLeft\":0,\"paddingRight\":0,\"spacingLink\":true,\"imgpaddingTop\":0,\"imgpaddingRight\":15,\"imgpaddingBottom\":0,\"imgpaddingLeft\":0,\"overallBorderStyle\":\"none\",\"imgTagHeight\":32,\"imgTagWidth\":150} -->\n<div class=\"wp-block-uagb-testimonial uagb-slick-carousel uagb-tm__arrow-outside uagb-block-f0c4171b uagb-post__carousel_notset uagb-post__carousel_notset-tablet uagb-post__carousel_notset-mobile\"><div class=\"is-carousel uagb-tm__columns-1 uagb-tm__items\"><div class=\"uagb-testimonial__wrap  uagb-tm__imgicon-style-circle uagb-tm__image-position-bottom uagb-tm__bg-type-none \"><div class=\"uagb-tm__content\"><div class=\"uagb-tm__overlay\"></div><div class=\"uagb-tm__text-wrap\"><div class=\"uagb-tm__desc\">\"Judy, what a wonderful place you have here - we were so delighted to spend the weekend here, so tranquil, peaceful, and beautiful. You made us feel right at home. Definitely a place worth 5 stars! Go well.\"​</div><div class=\"uagb-tm__meta-inner\"><div class=\"uagb-tm__image-content\"><div class=\"uagb-tm__image\"><img class=\"uagb-tm-img-src\" src=\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/testimonial2-150x150.jpg\" alt=\"\" width=\"32\" height=\"32\" loading=\"lazy\"/></div></div><div class=\"uagb-testimonial-details\"><span class=\"uagb-tm__author-name\"><strong><strong>Brian</strong></strong> <strong><strong><strong>and <strong>Mariska</strong></strong><br></strong></strong></span><span class=\"uagb-tm__company\"></span></div></div></div></div></div></div></div>\n<!-- /wp:uagb/testimonial -->\n\n<!-- wp:uagb/testimonial {\"test_item_count\":1,\"classMigrate\":true,\"test_block\":[{\"description\":\"\\u0022Thank you for the most wonderful time, Judy!  This was the most peaceful and perfect place to get engaged!  We will most certainly be back!!!  Your hospitality cannot be topped!\\u0022​\",\"name\":\"\\u003cstrong\\u003e\\u003cstrong\\u003e\\u003cstrong\\u003e\\u003cstrong\\u003eBrett and Kelly\\u003c/strong\\u003e\\u003c/strong\\u003e\\u003c/strong\\u003e\\u003c/strong\\u003e\",\"company\":\"\",\"image\":{\"id\":121,\"title\":\"testimonial3\",\"filename\":\"testimonial3.jpg\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/testimonial3.jpg\",\"link\":\"https://blueroan.netgen.cloud/testimonial3/\",\"alt\":\"\",\"author\":\"34\",\"description\":\"\",\"caption\":\"\",\"name\":\"testimonial3\",\"status\":\"inherit\",\"uploadedTo\":0,\"date\":\"2021-05-11T05:02:05.000Z\",\"modified\":\"2021-05-11T05:02:05.000Z\",\"menuOrder\":0,\"mime\":\"image/jpeg\",\"type\":\"image\",\"subtype\":\"jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/default.png\",\"dateFormatted\":\"May 11, 2021\",\"nonces\":{\"update\":\"290653da5d\",\"delete\":\"90a4fb2d63\",\"edit\":\"ff8a64e56e\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=121\\u0026action=edit\",\"meta\":false,\"authorName\":\"Rishabh\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/user-edit.php?user_id=34\",\"filesizeInBytes\":8748,\"filesizeHumanReadable\":\"9 KB\",\"context\":\"\",\"height\":250,\"width\":250,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/testimonial3-150x150.jpg\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/testimonial3.jpg\",\"height\":250,\"width\":250,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}}}],\"headingAlign\":\"left\",\"headingAlignTablet\":\"left\",\"headingAlignMobile\":\"left\",\"descColor\":\"var(\\u002d\\u002dast-global-color-3)\",\"nameFontSize\":14,\"nameLineHeight\":1,\"descFontSize\":16,\"descFontWeight\":\"600\",\"nameSpace\":1,\"block_id\":\"925715e0\",\"iconImage\":{\"url\":\"\",\"alt\":\"InfoBox placeholder img\"},\"imageWidth\":32,\"columnGap\":1,\"borderStyle\":\"\",\"paddingTop\":0,\"paddingBottom\":0,\"paddingLeft\":0,\"paddingRight\":0,\"spacingLink\":true,\"imgpaddingTop\":0,\"imgpaddingRight\":15,\"imgpaddingBottom\":0,\"imgpaddingLeft\":0,\"overallBorderStyle\":\"none\",\"imgTagHeight\":32,\"imgTagWidth\":150} -->\n<div class=\"wp-block-uagb-testimonial uagb-slick-carousel uagb-tm__arrow-outside uagb-block-925715e0 uagb-post__carousel_notset uagb-post__carousel_notset-tablet uagb-post__carousel_notset-mobile\"><div class=\"is-carousel uagb-tm__columns-1 uagb-tm__items\"><div class=\"uagb-testimonial__wrap  uagb-tm__imgicon-style-circle uagb-tm__image-position-bottom uagb-tm__bg-type-none \"><div class=\"uagb-tm__content\"><div class=\"uagb-tm__overlay\"></div><div class=\"uagb-tm__text-wrap\"><div class=\"uagb-tm__desc\">\"Thank you for the most wonderful time, Judy!  This was the most peaceful and perfect place to get engaged!  We will most certainly be back!!!  Your hospitality cannot be topped!\"​</div><div class=\"uagb-tm__meta-inner\"><div class=\"uagb-tm__image-content\"><div class=\"uagb-tm__image\"><img class=\"uagb-tm-img-src\" src=\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/testimonial3-150x150.jpg\" alt=\"\" width=\"32\" height=\"32\" loading=\"lazy\"/></div></div><div class=\"uagb-testimonial-details\"><span class=\"uagb-tm__author-name\"><strong><strong><strong><strong>Brett and Kelly</strong></strong></strong></strong></span><span class=\"uagb-tm__company\"></span></div></div></div></div></div></div></div>\n<!-- /wp:uagb/testimonial --></div>\n<!-- /wp:uagb/container --></div>\n<!-- /wp:uagb/container --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"8df1d5dd\",\"innerContentCustomWidthDesktop\":781,\"innerContentCustomWidthTablet\":781,\"backgroundType\":\"image\",\"backgroundImageDesktop\":{\"id\":809,\"title\":\"26759994757_767d9794fd_b\",\"filename\":\"26759994757_767d9794fd_b.jpg\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/26759994757_767d9794fd_b.jpg\",\"link\":\"https://blueroan.netgen.cloud/?attachment_id=809\",\"alt\":\"\",\"author\":\"2\",\"description\":\"\",\"caption\":\"\",\"name\":\"26759994757_767d9794fd_b\",\"status\":\"inherit\",\"uploadedTo\":805,\"date\":\"2022-12-13T09:51:53.000Z\",\"modified\":\"2022-12-13T09:51:53.000Z\",\"menuOrder\":0,\"mime\":\"image/jpeg\",\"type\":\"image\",\"subtype\":\"jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-includes/images/media/default.png\",\"dateFormatted\":\"December 13, 2022\",\"nonces\":{\"update\":\"39b5c0eef1\",\"delete\":\"fde92abd83\",\"edit\":\"3923face9e\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=809\\u0026action=edit\",\"meta\":false,\"authorName\":\"Netgen Support\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/profile.php\",\"uploadedToTitle\":\"Magaliesburg\",\"uploadedToLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=805\\u0026action=edit\",\"filesizeInBytes\":143610,\"filesizeHumanReadable\":\"140 KB\",\"context\":\"\",\"height\":683,\"width\":1024,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/26759994757_767d9794fd_b-150x150.jpg\",\"orientation\":\"landscape\"},\"medium\":{\"height\":200,\"width\":300,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/26759994757_767d9794fd_b-300x200.jpg\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/26759994757_767d9794fd_b.jpg\",\"height\":683,\"width\":1024,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"backgroundImageColor\":\"rgba(42,42,42,0.65)\",\"topPaddingDesktop\":144,\"bottomPaddingDesktop\":144,\"leftPaddingDesktop\":40,\"rightPaddingDesktop\":40,\"topPaddingTablet\":80,\"bottomPaddingTablet\":80,\"leftPaddingTablet\":40,\"rightPaddingTablet\":40,\"topPaddingMobile\":64,\"bottomPaddingMobile\":64,\"leftPaddingMobile\":24,\"rightPaddingMobile\":24,\"paddingLink\":false,\"variationSelected\":true,\"isBlockRootParent\":true,\"overlayType\":\"color\"} -->\n<div class=\"wp-block-uagb-container uagb-block-8df1d5dd alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/advanced-heading {\"block_id\":\"bafa4e78\",\"classMigrate\":true,\"headingDescToggle\":true,\"headingAlign\":\"center\",\"headingColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"subHeadingColor\":\"var(\\u002d\\u002dast-global-color-4)\",\"headSpace\":20} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-bafa4e78\"><h2 class=\"uagb-heading-text\">Plan an Unforgettable Experience at <br>Blue Roan!</h2><p class=\"uagb-desc-text\">Blue Roan is a 3-star graded pet-friendly venue</p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/advanced-heading {\"block_id\":\"70db6bf0\",\"classMigrate\":true,\"headingTitleToggle\":false,\"headingDescToggle\":true,\"headingAlign\":\"center\",\"subHeadingColor\":\"var(\\u002d\\u002dast-global-color-4)\",\"subHeadTransform\":\"uppercase\",\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"subHeadLetterSpacing\":2,\"blockTopPadding\":60,\"blockRightPadding\":0,\"blockLeftPadding\":0,\"blockBottomPadding\":0,\"blockTopPaddingMobile\":30,\"blockRightPaddingMobile\":0,\"blockLeftPaddingMobile\":0,\"blockBottomPaddingMobile\":0,\"linkColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"linkHColor\":\"var(\\u002d\\u002dast-global-color-0)\"} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-70db6bf0\"><p class=\"uagb-desc-text\"><a href=\"https://book.nightsbridge.com/11065\" target=\"_blank\" rel=\"noreferrer noopener\">BOOK YOUR STAY NOW​</a></p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/icon-list {\"block_id\":\"01277dee\",\"classMigrate\":true,\"childMigrate\":true,\"align\":\"center\",\"parentIcon\":\"phone\",\"size\":40,\"sizeMobile\":24,\"sizeTablet\":32,\"fontSize\":48,\"fontSizeMobile\":28,\"fontSizeTablet\":40,\"fontWeight\":\"600\",\"iconColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"labelColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"blockTopPadding\":0,\"blockRightPadding\":0,\"blockLeftPadding\":0,\"blockBottomPadding\":24,\"blockPaddingLink\":false} -->\n<div class=\"wp-block-uagb-icon-list uagb-block-01277dee\"><div class=\"uagb-icon-list__wrap\"><!-- wp:uagb/icon-list-child {\"block_id\":\"e0f471ab\",\"label\":\" + 27 (0) 82 575 5409\",\"label_color\":\"\",\"link\":\"tel:+27825755409\",\"disableLink\":true,\"fromParentIcon\":\"phone\",\"imageSizeChild\":40} -->\n<div class=\"wp-block-uagb-icon-list-child uagb-block-e0f471ab\"><a target=\"_self\" aria-label=\" + 27 (0) 82 575 5409\" rel=\"noopener noreferrer\" href=\"tel:+27825755409\"> </a><span class=\"uagb-icon-list__source-wrap\"><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M511.2 387l-23.25 100.8c-3.266 14.25-15.79 24.22-30.46 24.22C205.2 512 0 306.8 0 54.5c0-14.66 9.969-27.2 24.22-30.45l100.8-23.25C139.7-2.602 154.7 5.018 160.8 18.92l46.52 108.5c5.438 12.78 1.77 27.67-8.98 36.45L144.5 207.1c33.98 69.22 90.26 125.5 159.5 159.5l44.08-53.8c8.688-10.78 23.69-14.51 36.47-8.975l108.5 46.51C506.1 357.2 514.6 372.4 511.2 387z\"></path></svg></span><span class=\"uagb-icon-list__label\"> + 27 (0) 82 575 5409</span></div>\n<!-- /wp:uagb/icon-list-child -->\n\n<!-- wp:uagb/icon-list-child {\"block_id\":\"e932be29\",\"label\":\"blueroan@ugo.co.za\",\"icon\":\"envelope\",\"label_color\":\"\",\"link\":\"mailto:blueroan@ugo.co.za\",\"disableLink\":true,\"fromParentIcon\":\"phone\",\"imageSizeChild\":40} -->\n<div class=\"wp-block-uagb-icon-list-child uagb-block-e932be29\"><a target=\"_self\" aria-label=\"blueroan@ugo.co.za\" rel=\"noopener noreferrer\" href=\"mailto:blueroan@ugo.co.za\"> </a><span class=\"uagb-icon-list__source-wrap\"><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M464 64C490.5 64 512 85.49 512 112C512 127.1 504.9 141.3 492.8 150.4L275.2 313.6C263.8 322.1 248.2 322.1 236.8 313.6L19.2 150.4C7.113 141.3 0 127.1 0 112C0 85.49 21.49 64 48 64H464zM217.6 339.2C240.4 356.3 271.6 356.3 294.4 339.2L512 176V384C512 419.3 483.3 448 448 448H64C28.65 448 0 419.3 0 384V176L217.6 339.2z\"></path></svg></span><span class=\"uagb-icon-list__label\">blueroan@ugo.co.za</span></div>\n<!-- /wp:uagb/icon-list-child --></div></div>\n<!-- /wp:uagb/icon-list --></div></div>\n<!-- /wp:uagb/container -->',	'Home',	'',	'inherit',	'closed',	'closed',	'',	'760-revision-v1',	'',	'',	'2022-12-22 07:29:53',	'2022-12-22 07:29:53',	'',	760,	'https://blueroan.netgen.cloud/?p=1399',	0,	'revision',	'',	0),
(1400,	2,	'2022-12-22 07:33:21',	'2022-12-22 07:33:21',	'<!-- wp:uagb/container {\"block_id\":\"3736cf55\",\"minHeightDesktop\":95,\"minHeightTablet\":70,\"minHeightMobile\":80,\"minHeightType\":\"vh\",\"alignItemsDesktop\":\"flex-start\",\"backgroundType\":\"image\",\"backgroundImageDesktop\":{\"uploading\":false,\"date\":1670921854000,\"filename\":\"Blue-Roan-pool.jpg\",\"menuOrder\":0,\"uploadedTo\":760,\"type\":\"image\",\"subtype\":\"jpeg\",\"id\":784,\"title\":\"Blue Roan - pool\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Blue-Roan-pool.jpg\",\"link\":\"https://blueroan.netgen.cloud/home/blue-roan-pool/\",\"alt\":\"\",\"author\":\"2\",\"description\":\"\",\"caption\":\"\",\"name\":\"blue-roan-pool\",\"status\":\"inherit\",\"modified\":1670921854000,\"mime\":\"image/jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-includes/images/media/default.png\",\"dateFormatted\":\"December 13, 2022\",\"nonces\":{\"update\":\"51a12ed09e\",\"delete\":\"5174068551\",\"edit\":\"1de0721407\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=784\\u0026action=edit\",\"meta\":false,\"authorName\":\"Netgen Support\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/profile.php\",\"uploadedToTitle\":\"Home\",\"uploadedToLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=760\\u0026action=edit\",\"filesizeInBytes\":154801,\"filesizeHumanReadable\":\"151 KB\",\"context\":\"\",\"height\":667,\"width\":1000,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Blue-Roan-pool-150x150.jpg\",\"orientation\":\"landscape\"},\"medium\":{\"height\":200,\"width\":300,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Blue-Roan-pool-300x200.jpg\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Blue-Roan-pool.jpg\",\"height\":667,\"width\":1000,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"backgroundPositionDesktop\":{\"x\":0.5,\"y\":0.25},\"backgroundImageColor\":\"rgba(42,42,42,0.35)\",\"topPaddingDesktop\":0,\"bottomPaddingDesktop\":0,\"leftPaddingDesktop\":40,\"rightPaddingDesktop\":40,\"topPaddingTablet\":120,\"bottomPaddingTablet\":120,\"leftPaddingTablet\":40,\"rightPaddingTablet\":40,\"topPaddingMobile\":150,\"bottomPaddingMobile\":150,\"leftPaddingMobile\":20,\"rightPaddingMobile\":20,\"paddingLink\":false,\"variationSelected\":true,\"isBlockRootParent\":true,\"overlayType\":\"color\",\"minHeightTypeTablet\":\"vh\",\"minHeightTypeMobile\":\"vh\"} -->\n<div class=\"wp-block-uagb-container uagb-block-3736cf55 alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:group {\"layout\":{\"inherit\":true,\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group\"><!-- wp:uagb/info-box {\"classMigrate\":true,\"headingAlign\":\"left\",\"headingColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"subHeadingColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"headingTag\":\"h1\",\"subHeadFontSize\":17,\"subHeadFontSizeMobile\":15,\"headSpace\":20,\"subHeadSpace\":40,\"block_id\":\"538a3cf0\",\"ctaIcon\":\"\",\"ctaText\":\"Book Your Stay Now\",\"ctaLink\":\"https://book.nightsbridge.com/11065\",\"ctaBtnLinkColor\":\"var(\\u002d\\u002dast-global-color-2)\",\"ctaLinkHoverColor\":\"var(\\u002d\\u002dast-global-color-2)\",\"ctaBgColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"ctaBgHoverColor\":\"var(\\u002d\\u002dast-global-color-4)\",\"ctaBorderColor\":\"\",\"ctaBorderStyle\":\"\",\"ctaBorderWidth\":\"\",\"ctaBorderRadius\":\"\",\"iconImage\":{\"url\":\"\",\"alt\":\"InfoBox placeholder img\"},\"showIcon\":false,\"paddingBtnTop\":18,\"paddingBtnBottom\":18,\"paddingBtnLeft\":34,\"paddingBtnRight\":34,\"blockTopPadding\":5,\"blockRightPadding\":40,\"blockLeftPadding\":0,\"blockBottomPadding\":0,\"blockTopPaddingTablet\":0,\"blockRightPaddingTablet\":64,\"blockLeftPaddingTablet\":0,\"blockBottomPaddingTablet\":0,\"blockTopPaddingMobile\":0,\"blockRightPaddingMobile\":0,\"blockLeftPaddingMobile\":0,\"blockBottomPaddingMobile\":0,\"blockPaddingUnit\":\"%\",\"blockPaddingLink\":false,\"subHeadMarginTopTablet\":0,\"subHeadMarginRightTablet\":64,\"subHeadTabletSpace\":40,\"subHeadMarginLeftTablet\":0,\"subHeadMarginTopMobile\":0,\"subHeadMarginRightMobile\":0,\"subHeadMobileSpace\":40,\"subHeadMarginLeftMobile\":0,\"btnBorderTopWidth\":1,\"btnBorderLeftWidth\":1,\"btnBorderRightWidth\":1,\"btnBorderBottomWidth\":1,\"btnBorderTopLeftRadius\":0,\"btnBorderTopRightRadius\":0,\"btnBorderBottomLeftRadius\":0,\"btnBorderBottomRightRadius\":0,\"btnBorderStyle\":\"none\",\"btnBorderColor\":\"#333\"} -->\n<div class=\"wp-block-uagb-info-box uagb-block-538a3cf0 uagb-infobox__content-wrap  uagb-infobox-icon-above-title uagb-infobox-image-valign-top\"><div class=\"uagb-ifb-content\"><div class=\"uagb-ifb-title-wrap\"><h1 class=\"uagb-ifb-title\">Magaliesburg pet friendly self-catering accommodation</h1></div><p class=\"uagb-ifb-desc\">Romantic pet-friendly self-catering accommodation in Magaliesburg, Gauteng.</p></div></div>\n<!-- /wp:uagb/info-box --></div>\n<!-- /wp:group -->\n\n<!-- wp:buttons {\"layout\":{\"type\":\"flex\",\"justifyContent\":\"left\",\"orientation\":\"horizontal\"},\"style\":{\"spacing\":{\"blockGap\":\"var:preset|spacing|50\"}}} -->\n<div class=\"wp-block-buttons\"><!-- wp:button {\"backgroundColor\":\"ast-global-color-5\",\"textColor\":\"ast-global-color-2\",\"width\":25,\"style\":{\"spacing\":{\"padding\":{\"top\":\"var:preset|spacing|50\",\"right\":\"var:preset|spacing|30\",\"bottom\":\"var:preset|spacing|50\",\"left\":\"var:preset|spacing|30\"}}},\"className\":\"is-style-fill\",\"UAGHideMob\":true,\"UAGHideTab\":true,\"UAGResponsiveConditions\":true} -->\n<div class=\"wp-block-button has-custom-width wp-block-button__width-25 is-style-fill uag-hide-tab uag-hide-mob\" id=\"https://book.nightsbridge.com/11065\"><a class=\"wp-block-button__link has-ast-global-color-2-color has-ast-global-color-5-background-color has-text-color has-background wp-element-button\" href=\"https://book.nightsbridge.com/11065\" style=\"padding-top:var(--wp--preset--spacing--50);padding-right:var(--wp--preset--spacing--30);padding-bottom:var(--wp--preset--spacing--50);padding-left:var(--wp--preset--spacing--30)\" rel=\"https://book.nightsbridge.com/11065\">book your stay now</a></div>\n<!-- /wp:button -->\n\n<!-- wp:button {\"backgroundColor\":\"ast-global-color-5\",\"textColor\":\"ast-global-color-2\",\"width\":25,\"style\":{\"spacing\":{\"padding\":{\"top\":\"var:preset|spacing|50\",\"right\":\"var:preset|spacing|30\",\"bottom\":\"var:preset|spacing|50\",\"left\":\"var:preset|spacing|30\"}}},\"className\":\"is-style-fill\",\"UAGHideMob\":true,\"UAGHideTab\":true,\"UAGDisplayConditions\":\"userstate\",\"UAGResponsiveConditions\":true} -->\n<div class=\"wp-block-button has-custom-width wp-block-button__width-25 is-style-fill uag-hide-tab uag-hide-mob\" id=\"https://book.nightsbridge.com/11065\"><a class=\"wp-block-button__link has-ast-global-color-2-color has-ast-global-color-5-background-color has-text-color has-background wp-element-button\" href=\"https://book.nightsbridge.com/11065\" style=\"padding-top:var(--wp--preset--spacing--50);padding-right:var(--wp--preset--spacing--30);padding-bottom:var(--wp--preset--spacing--50);padding-left:var(--wp--preset--spacing--30)\" target=\"_blank\" rel=\"https://book.nightsbridge.com/11065 noopener\">Check availability</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons -->\n\n<!-- wp:buttons {\"layout\":{\"type\":\"flex\",\"justifyContent\":\"left\",\"orientation\":\"horizontal\"},\"style\":{\"spacing\":{\"blockGap\":\"var:preset|spacing|50\"}}} -->\n<div class=\"wp-block-buttons\"><!-- wp:button {\"backgroundColor\":\"ast-global-color-5\",\"textColor\":\"ast-global-color-2\",\"width\":25,\"style\":{\"spacing\":{\"padding\":{\"top\":\"var:preset|spacing|20\",\"right\":\"var:preset|spacing|20\",\"bottom\":\"var:preset|spacing|20\",\"left\":\"var:preset|spacing|20\"}}},\"className\":\"is-style-fill\",\"fontSize\":\"small\",\"UAGHideDesktop\":true,\"UAGHideTab\":true,\"UAGResponsiveConditions\":true} -->\n<div class=\"wp-block-button has-custom-width wp-block-button__width-25 has-custom-font-size is-style-fill has-small-font-size uag-hide-desktop uag-hide-tab\"><a class=\"wp-block-button__link has-ast-global-color-2-color has-ast-global-color-5-background-color has-text-color has-background wp-element-button\" href=\"https://book.nightsbridge.com/11065\" style=\"padding-top:var(--wp--preset--spacing--20);padding-right:var(--wp--preset--spacing--20);padding-bottom:var(--wp--preset--spacing--20);padding-left:var(--wp--preset--spacing--20)\" rel=\"\">book your stay now</a></div>\n<!-- /wp:button -->\n\n<!-- wp:button {\"backgroundColor\":\"ast-global-color-5\",\"textColor\":\"ast-global-color-2\",\"width\":25,\"style\":{\"spacing\":{\"padding\":{\"top\":\"var:preset|spacing|20\",\"right\":\"var:preset|spacing|20\",\"bottom\":\"var:preset|spacing|20\",\"left\":\"var:preset|spacing|20\"}}},\"className\":\"is-style-fill\",\"fontSize\":\"small\",\"UAGHideDesktop\":true,\"UAGHideTab\":true,\"UAGDisplayConditions\":\"userstate\",\"UAGResponsiveConditions\":true} -->\n<div class=\"wp-block-button has-custom-width wp-block-button__width-25 has-custom-font-size is-style-fill has-small-font-size uag-hide-desktop uag-hide-tab\"><a class=\"wp-block-button__link has-ast-global-color-2-color has-ast-global-color-5-background-color has-text-color has-background wp-element-button\" href=\"https://book.nightsbridge.com/11065\" style=\"padding-top:var(--wp--preset--spacing--20);padding-right:var(--wp--preset--spacing--20);padding-bottom:var(--wp--preset--spacing--20);padding-left:var(--wp--preset--spacing--20)\" target=\"_blank\" rel=\"noopener\">Check availability</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"946316ca\",\"directionDesktop\":\"row\",\"directionMobile\":\"column-reverse\",\"alignItemsDesktop\":\"flex-start\",\"backgroundType\":\"color\",\"backgroundSizeTablet\":\"cover\",\"backgroundSizeMobile\":\"cover\",\"backgroundColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"topPaddingDesktop\":60,\"bottomPaddingDesktop\":60,\"topPaddingTablet\":80,\"bottomPaddingTablet\":80,\"leftPaddingTablet\":40,\"rightPaddingTablet\":40,\"topPaddingMobile\":64,\"bottomPaddingMobile\":64,\"leftPaddingMobile\":24,\"rightPaddingMobile\":24,\"paddingLink\":false,\"variationSelected\":true,\"columnGapDesktop\":60,\"columnGapTablet\":50,\"isBlockRootParent\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-946316ca alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/container {\"block_id\":\"8bce9bcc\",\"widthDesktop\":50,\"variationSelected\":true,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-8bce9bcc\"><!-- wp:image {\"id\":797,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-13.jpg\" alt=\"\" class=\"wp-image-797\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>We have 7 lovely brick&nbsp;<strong>self-catering</strong>&nbsp;units, each one private and with its own character and theme. &nbsp;They are designed exclusively for couples with or without pets wanting a romantic and peaceful place to connect, re-connect, celebrate special occasions, or somewhere quiet and comfortable to come for a holiday</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:buttons -->\n<div class=\"wp-block-buttons\"><!-- wp:button -->\n<div class=\"wp-block-button\"><a class=\"wp-block-button__link wp-element-button\" href=\"/accommodation/\">View accomodation</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"a7aae10a\",\"widthDesktop\":50,\"leftPaddingDesktop\":0,\"paddingLink\":false,\"variationSelected\":true,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-a7aae10a\"><!-- wp:uagb/advanced-heading {\"block_id\":\"778f74e0\",\"classMigrate\":true,\"headingDescToggle\":true,\"subHeadingColor\":\"\",\"headSpace\":20,\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-778f74e0\"><h2 class=\"uagb-heading-text\"><strong>Blue Roan is a 3-star graded pet-friendly venue</strong></h2><p class=\"uagb-desc-text\">Our goal is to provide high-quality, romantic, comfortable, and affordable self-catering accommodation on the outskirts of the village of &nbsp;Magaliesburg. &nbsp;For animal lovers, we are also&nbsp;pet-friendly&nbsp;by arrangement in most of the units all of which have their own fully fenced and gated private grassy gardens.</p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/image {\"block_id\":\"93b05e48\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/hammock-in-the-garden.jpg\",\"align\":\"left\",\"id\":799,\"linkDestination\":\"none\",\"naturalWidth\":600,\"naturalHeight\":400,\"sizeSlug\":\"full\",\"sizeSlugTablet\":\"full\",\"sizeSlugMobile\":\"full\",\"imageTopMargin\":20,\"imageRightMargin\":0,\"imageLeftMargin\":0,\"imageBottomMargin\":0,\"imageTopMarginMobile\":0,\"imageRightMarginMobile\":0,\"imageLeftMarginMobile\":0,\"imageBottomMarginMobile\":0,\"imageMarginLink\":false} -->\n<div class=\"wp-block-uagb-image uagb-block-93b05e48 wp-block-uagb-image--layout-default wp-block-uagb-image--effect-static wp-block-uagb-image--align-left\"><figure class=\"wp-block-uagb-image__figure\"><img srcset=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/hammock-in-the-garden.jpg \" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/hammock-in-the-garden.jpg\" alt=\"\" class=\"uag-image-799\" width=\"\" height=\"\" title=\"\" loading=\"lazy\"/></figure></div>\n<!-- /wp:uagb/image --></div>\n<!-- /wp:uagb/container --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"cd184d5c\",\"directionDesktop\":\"row\",\"directionMobile\":\"column-reverse\",\"alignItemsDesktop\":\"flex-start\",\"backgroundType\":\"color\",\"backgroundSizeTablet\":\"cover\",\"backgroundSizeMobile\":\"cover\",\"backgroundColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"topPaddingDesktop\":0,\"bottomPaddingDesktop\":0,\"topPaddingTablet\":80,\"bottomPaddingTablet\":80,\"leftPaddingTablet\":40,\"rightPaddingTablet\":40,\"topPaddingMobile\":64,\"bottomPaddingMobile\":64,\"leftPaddingMobile\":24,\"rightPaddingMobile\":24,\"paddingLink\":false,\"variationSelected\":true,\"rowGapDesktop\":0,\"columnGapDesktop\":0,\"columnGapTablet\":50,\"isBlockRootParent\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-cd184d5c alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:image {\"align\":\"center\",\"id\":1344,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image aligncenter size-large\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/tgcsa-full-3-stars-1024x366.jpg\" alt=\"\" class=\"wp-image-1344\"/></figure>\n<!-- /wp:image --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"d33c8ed2\",\"backgroundType\":\"color\",\"backgroundSizeTablet\":\"cover\",\"backgroundSizeMobile\":\"cover\",\"backgroundColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"topPaddingDesktop\":50,\"bottomPaddingDesktop\":100,\"topPaddingTablet\":50,\"bottomPaddingTablet\":25,\"leftPaddingTablet\":20,\"rightPaddingTablet\":20,\"topPaddingMobile\":50,\"bottomPaddingMobile\":20,\"leftPaddingMobile\":20,\"rightPaddingMobile\":20,\"paddingLink\":false,\"variationSelected\":true,\"rowGapDesktop\":0,\"isBlockRootParent\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-d33c8ed2 alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/container {\"block_id\":\"24d3a247\",\"directionDesktop\":\"row\",\"alignItemsDesktop\":\"flex-end\",\"alignItemsTablet\":\"flex-end\",\"justifyContentDesktop\":\"flex-end\",\"justifyContentTablet\":\"space-between\",\"variationSelected\":true,\"rowGapMobile\":30,\"columnGapDesktop\":0} -->\n<div class=\"wp-block-uagb-container uagb-block-24d3a247\"><!-- wp:uagb/advanced-heading {\"block_id\":\"ee247e9f\",\"classMigrate\":true,\"headingDescToggle\":true,\"subHeadingColor\":\"\",\"headSpace\":20,\"subHeadFontSize\":16} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-ee247e9f\"><h2 class=\"uagb-heading-text\">Amenities &amp; Interests ​</h2><p class=\"uagb-desc-text\">The Blue Roan Country Lodge is situated just 5 minutes from the village of Magaliesburg on a tar road so easy access for all cars. &nbsp;We have panoramic views of the Magaliesberg mountain range and our farm is the perfect place for a relaxing getaway in the country. &nbsp;As we are only 70 km from JHB and Pretoria, it is only an hour’s drive.</p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/buttons {\"block_id\":\"d408f0bf\",\"classMigrate\":true,\"childMigrate\":true,\"align\":\"right\",\"alignTablet\":\"right\",\"alignMobile\":\"left\",\"gap\":0} -->\n<div class=\"wp-block-uagb-buttons uagb-buttons__outer-wrap uagb-btn__default-btn uagb-btn-tablet__default-btn uagb-btn-mobile__default-btn uagb-block-d408f0bf\"><div class=\"uagb-buttons__wrap uagb-buttons-layout-wrap\"><!-- wp:uagb/buttons-child {\"block_id\":\"4191e99c\",\"label\":\"View All\",\"link\":\"/amenities/\",\"hColor\":\"\",\"borderWidth\":\"\",\"borderRadius\":\"\",\"borderStyle\":\"\",\"borderColor\":\"\",\"borderHColor\":\"\",\"btnBorderTopWidth\":1,\"btnBorderLeftWidth\":1,\"btnBorderRightWidth\":1,\"btnBorderBottomWidth\":1,\"btnBorderTopLeftRadius\":2,\"btnBorderTopRightRadius\":2,\"btnBorderBottomLeftRadius\":2,\"btnBorderBottomRightRadius\":2,\"btnBorderStyle\":\"solid\",\"btnBorderColor\":\"#333\",\"btnBorderHColor\":\"#333\"} -->\n<div class=\"wp-block-uagb-buttons-child uagb-buttons__outer-wrap uagb-block-4191e99c wp-block-button is-style-outline\"><div class=\"uagb-button__wrapper\"><a class=\"uagb-buttons-repeater wp-block-button__link\" href=\"/amenities/\" rel=\"follow noopener\" target=\"_self\"><div class=\"uagb-button__link\">View All</div></a></div></div>\n<!-- /wp:uagb/buttons-child --></div></div>\n<!-- /wp:uagb/buttons --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"c8b61dc6\",\"directionDesktop\":\"row\",\"alignItemsTablet\":\"flex-start\",\"paddingLink\":false,\"topMarginDesktop\":50,\"bottomMarginDesktop\":20,\"leftMarginDesktop\":0,\"rightMarginDesktop\":0,\"marginLink\":false,\"variationSelected\":true,\"rowGapMobile\":65,\"columnGapDesktop\":48,\"columnGapTablet\":20} -->\n<div class=\"wp-block-uagb-container uagb-block-c8b61dc6\"><!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"align\":\"center\",\"id\":828,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image aligncenter size-full\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Blue-Roan-pool.png\" alt=\"Blue Roan\'s rock pool\" class=\"wp-image-828\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>A relaxing rock Pool​</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>We have a lovely sparkling blue rock pool next to a thatched Lapa. &nbsp;&nbsp;Lie on recliners on the green lawn or sit on the swing chair in the Lapa and enjoy the panoramic view of the Magaliesberg mountain range.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":829,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/img-20160605-wa0002-largejpg.png\" alt=\"\" class=\"wp-image-829\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>Braai facilities </h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>What can compare to a burning fire under the star-lit African sky? Nothing beats the flavor of cooking over an open flame.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":1354,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Games-Room.png\" alt=\"\" class=\"wp-image-1354\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>A games room </h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>The reception is also a games room for those who enjoy darts or playing pool. &nbsp;Take a selection of DVDs back to your room and watch movies on your own DVD player. &nbsp;There is also a selection of board games and music CDs that you can borrow.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div>\n<!-- /wp:uagb/container --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"a50e9e1c\",\"backgroundType\":\"color\",\"backgroundSizeTablet\":\"cover\",\"backgroundSizeMobile\":\"cover\",\"backgroundColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"bottomPaddingDesktop\":104,\"leftPaddingDesktop\":40,\"rightPaddingDesktop\":40,\"topPaddingTablet\":80,\"bottomPaddingTablet\":80,\"leftPaddingTablet\":40,\"rightPaddingTablet\":40,\"topPaddingMobile\":64,\"bottomPaddingMobile\":64,\"leftPaddingMobile\":24,\"rightPaddingMobile\":24,\"paddingLink\":false,\"variationSelected\":true,\"rowGapDesktop\":0,\"isBlockRootParent\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-a50e9e1c alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/advanced-heading {\"block_id\":\"ab7fe430\",\"classMigrate\":true,\"headingDescToggle\":true,\"headingAlign\":\"center\",\"headingAlignMobile\":\"left\",\"subHeadingColor\":\"\",\"headSpace\":20,\"subHeadFontSize\":16,\"blockBottomPadding\":20} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-ab7fe430\"><h2 class=\"uagb-heading-text\">Our Inside Pictures​</h2><p class=\"uagb-desc-text\">Take a look at some pretty pictures captured in and around our premises.</p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/container {\"block_id\":\"87f71278\",\"directionDesktop\":\"row\",\"alignItemsDesktop\":\"flex-start\",\"topMarginDesktop\":20,\"bottomMarginDesktop\":0,\"leftMarginDesktop\":0,\"rightMarginDesktop\":0,\"marginLink\":false,\"variationSelected\":true,\"rowGapMobile\":24,\"columnGapDesktop\":24,\"columnGapTablet\":20} -->\n<div class=\"wp-block-uagb-container uagb-block-87f71278\"><!-- wp:uagb/container {\"block_id\":\"62a977e4\",\"widthDesktop\":32,\"variationSelected\":true,\"rowGapDesktop\":24,\"rowGapTablet\":20,\"rowGapMobile\":24,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-62a977e4\"><!-- wp:uagb/image {\"block_id\":\"9285533f\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/red-rose-1024x683.jpg\",\"id\":834,\"linkDestination\":\"none\",\"width\":385,\"height\":284,\"naturalWidth\":1024,\"naturalHeight\":683,\"sizeSlug\":\"large\",\"sizeSlugTablet\":\"large\",\"sizeSlugMobile\":\"large\",\"customHeightSetDesktop\":true} -->\n<div class=\"wp-block-uagb-image uagb-block-9285533f wp-block-uagb-image--layout-default wp-block-uagb-image--effect-static wp-block-uagb-image--align-none\"><figure class=\"wp-block-uagb-image__figure\"><img srcset=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/red-rose-1024x683.jpg \" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/red-rose-1024x683.jpg\" alt=\"\" class=\"uag-image-834\" width=\"385\" height=\"284\" title=\"\" loading=\"lazy\"/></figure></div>\n<!-- /wp:uagb/image -->\n\n<!-- wp:uagb/image {\"block_id\":\"c1306b1e\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/49g.jpg\",\"id\":838,\"linkDestination\":\"none\",\"width\":385,\"height\":284,\"naturalWidth\":650,\"naturalHeight\":450,\"sizeSlug\":\"full\",\"sizeSlugTablet\":\"full\",\"sizeSlugMobile\":\"full\",\"customHeightSetDesktop\":true} -->\n<div class=\"wp-block-uagb-image uagb-block-c1306b1e wp-block-uagb-image--layout-default wp-block-uagb-image--effect-static wp-block-uagb-image--align-none\"><figure class=\"wp-block-uagb-image__figure\"><img srcset=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/49g.jpg \" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/49g.jpg\" alt=\"\" class=\"uag-image-838\" width=\"385\" height=\"284\" title=\"\" loading=\"lazy\"/></figure></div>\n<!-- /wp:uagb/image --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"9fa62928\",\"widthDesktop\":67,\"variationSelected\":true,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-9fa62928\"><!-- wp:uagb/image {\"block_id\":\"75943cd3\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAA39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba-1-1024x768.png\",\"id\":905,\"linkDestination\":\"none\",\"naturalWidth\":1024,\"naturalHeight\":768,\"sizeSlug\":\"large\",\"sizeSlugTablet\":\"large\",\"sizeSlugMobile\":\"large\"} -->\n<div class=\"wp-block-uagb-image uagb-block-75943cd3 wp-block-uagb-image--layout-default wp-block-uagb-image--effect-static wp-block-uagb-image--align-none\"><figure class=\"wp-block-uagb-image__figure\"><img srcset=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAA39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba-1-1024x768.png \" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAA39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba-1-1024x768.png\" alt=\"\" class=\"uag-image-905\" width=\"\" height=\"\" title=\"\" loading=\"lazy\"/></figure></div>\n<!-- /wp:uagb/image --></div>\n<!-- /wp:uagb/container --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"bf4bac8c\",\"directionDesktop\":\"row\",\"alignItemsDesktop\":\"flex-start\",\"topMarginDesktop\":24,\"bottomMarginDesktop\":0,\"leftMarginDesktop\":0,\"rightMarginDesktop\":0,\"topMarginTablet\":20,\"bottomMarginTablet\":0,\"leftMarginTablet\":0,\"rightMarginTablet\":0,\"topMarginMobile\":24,\"bottomMarginMobile\":0,\"leftMarginMobile\":0,\"rightMarginMobile\":0,\"marginLink\":false,\"variationSelected\":true,\"columnGapDesktop\":24,\"columnGapTablet\":20} -->\n<div class=\"wp-block-uagb-container uagb-block-bf4bac8c\"><!-- wp:uagb/container {\"block_id\":\"21b41f28\",\"widthDesktop\":67,\"variationSelected\":true,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-21b41f28\"><!-- wp:image {\"id\":837,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-8-1024x678.jpg\" alt=\"\" class=\"wp-image-837\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"11018c67\",\"widthDesktop\":32,\"variationSelected\":true,\"rowGapDesktop\":24,\"rowGapTablet\":20,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-11018c67\"><!-- wp:uagb/image {\"block_id\":\"8e5ca423\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Blue-roan-pool-01.jpg\",\"id\":782,\"linkDestination\":\"none\",\"width\":385,\"height\":250,\"naturalWidth\":800,\"naturalHeight\":534,\"sizeSlug\":\"full\",\"sizeSlugTablet\":\"full\",\"sizeSlugMobile\":\"full\",\"customHeightSetDesktop\":true} -->\n<div class=\"wp-block-uagb-image uagb-block-8e5ca423 wp-block-uagb-image--layout-default wp-block-uagb-image--effect-static wp-block-uagb-image--align-none\"><figure class=\"wp-block-uagb-image__figure\"><img srcset=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Blue-roan-pool-01.jpg \" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Blue-roan-pool-01.jpg\" alt=\"\" class=\"uag-image-782\" width=\"385\" height=\"250\" title=\"\" loading=\"lazy\"/></figure></div>\n<!-- /wp:uagb/image -->\n\n<!-- wp:uagb/image {\"block_id\":\"c486a813\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/bird-1024x683.jpg\",\"id\":910,\"linkDestination\":\"none\",\"width\":385,\"height\":250,\"naturalWidth\":1024,\"naturalHeight\":683,\"sizeSlug\":\"large\",\"sizeSlugTablet\":\"large\",\"sizeSlugMobile\":\"large\",\"customHeightSetDesktop\":true} -->\n<div class=\"wp-block-uagb-image uagb-block-c486a813 wp-block-uagb-image--layout-default wp-block-uagb-image--effect-static wp-block-uagb-image--align-none\"><figure class=\"wp-block-uagb-image__figure\"><img srcset=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/bird-1024x683.jpg \" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/bird-1024x683.jpg\" alt=\"\" class=\"uag-image-910\" width=\"385\" height=\"250\" title=\"\" loading=\"lazy\"/></figure></div>\n<!-- /wp:uagb/image --></div>\n<!-- /wp:uagb/container --></div>\n<!-- /wp:uagb/container --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"b88af430\",\"backgroundType\":\"color\",\"backgroundSizeTablet\":\"cover\",\"backgroundSizeMobile\":\"cover\",\"backgroundColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"topPaddingDesktop\":40,\"bottomPaddingDesktop\":104,\"leftPaddingDesktop\":40,\"rightPaddingDesktop\":40,\"topPaddingTablet\":80,\"bottomPaddingTablet\":80,\"leftPaddingTablet\":40,\"rightPaddingTablet\":40,\"topPaddingMobile\":64,\"bottomPaddingMobile\":64,\"leftPaddingMobile\":24,\"rightPaddingMobile\":24,\"paddingLink\":false,\"variationSelected\":true,\"rowGapDesktop\":0,\"isBlockRootParent\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-b88af430 alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/advanced-heading {\"block_id\":\"ce69ddff\",\"classMigrate\":true,\"headingDescToggle\":true,\"headingAlign\":\"center\",\"headingAlignMobile\":\"left\",\"subHeadingColor\":\"\",\"headSpace\":20,\"subHeadFontSize\":16,\"blockBottomPadding\":20} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-ce69ddff\"><h2 class=\"uagb-heading-text\">What Our Guests Say​</h2><p class=\"uagb-desc-text\">We take pride in serving our guests the best experience. </p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/container {\"block_id\":\"379febb0\",\"directionDesktop\":\"row\",\"topMarginDesktop\":40,\"bottomMarginDesktop\":0,\"leftMarginDesktop\":0,\"rightMarginDesktop\":0,\"marginLink\":false,\"variationSelected\":true,\"rowGapMobile\":40,\"columnGapDesktop\":90} -->\n<div class=\"wp-block-uagb-container uagb-block-379febb0\"><!-- wp:uagb/container {\"block_id\":\"a55e6f7f\",\"widthDesktop\":50,\"variationSelected\":true,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-a55e6f7f\"><!-- wp:uagb/testimonial {\"test_item_count\":1,\"classMigrate\":true,\"test_block\":[{\"description\":\"\\u0022Thank you for a most enjoyable weekend stay and for making our anniversary so special.  Thank you for your kind and lovely friendship which we really appreciate!!!\\u0022​\",\"name\":\"\\u003cstrong\\u003eBrenda and Theuns\\u003c/strong\\u003e\",\"company\":\"\",\"image\":{\"id\":119,\"title\":\"testimonial1\",\"filename\":\"testimonial1.jpg\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/testimonial1.jpg\",\"link\":\"https://blueroan.netgen.cloud/testimonial1/\",\"alt\":\"\",\"author\":\"34\",\"description\":\"\",\"caption\":\"\",\"name\":\"testimonial1\",\"status\":\"inherit\",\"uploadedTo\":0,\"date\":\"2021-05-11T05:02:02.000Z\",\"modified\":\"2021-05-11T05:02:02.000Z\",\"menuOrder\":0,\"mime\":\"image/jpeg\",\"type\":\"image\",\"subtype\":\"jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/default.png\",\"dateFormatted\":\"May 11, 2021\",\"nonces\":{\"update\":\"b92fe40c3d\",\"delete\":\"643c1eb8f1\",\"edit\":\"d3e7d56b1d\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=119\\u0026action=edit\",\"meta\":false,\"authorName\":\"Rishabh\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/user-edit.php?user_id=34\",\"filesizeInBytes\":11264,\"filesizeHumanReadable\":\"11 KB\",\"context\":\"\",\"height\":250,\"width\":250,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/testimonial1-150x150.jpg\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/testimonial1.jpg\",\"height\":250,\"width\":250,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}}}],\"headingAlign\":\"left\",\"headingAlignTablet\":\"left\",\"headingAlignMobile\":\"left\",\"descColor\":\"var(\\u002d\\u002dast-global-color-3)\",\"nameFontSize\":14,\"nameLineHeight\":1,\"descFontSize\":16,\"descFontWeight\":\"600\",\"nameSpace\":1,\"block_id\":\"6bdaeadf\",\"iconImage\":{\"url\":\"\",\"alt\":\"InfoBox placeholder img\"},\"imageWidth\":32,\"columnGap\":1,\"borderStyle\":\"\",\"paddingTop\":0,\"paddingBottom\":0,\"paddingLeft\":0,\"paddingRight\":0,\"spacingLink\":true,\"imgpaddingTop\":0,\"imgpaddingRight\":15,\"imgpaddingBottom\":0,\"imgpaddingLeft\":0,\"overallBorderStyle\":\"none\",\"imgTagHeight\":32,\"imgTagWidth\":150} -->\n<div class=\"wp-block-uagb-testimonial uagb-slick-carousel uagb-tm__arrow-outside uagb-block-6bdaeadf uagb-post__carousel_notset uagb-post__carousel_notset-tablet uagb-post__carousel_notset-mobile\"><div class=\"is-carousel uagb-tm__columns-1 uagb-tm__items\"><div class=\"uagb-testimonial__wrap  uagb-tm__imgicon-style-circle uagb-tm__image-position-bottom uagb-tm__bg-type-none \"><div class=\"uagb-tm__content\"><div class=\"uagb-tm__overlay\"></div><div class=\"uagb-tm__text-wrap\"><div class=\"uagb-tm__desc\">\"Thank you for a most enjoyable weekend stay and for making our anniversary so special.  Thank you for your kind and lovely friendship which we really appreciate!!!\"​</div><div class=\"uagb-tm__meta-inner\"><div class=\"uagb-tm__image-content\"><div class=\"uagb-tm__image\"><img class=\"uagb-tm-img-src\" src=\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/testimonial1-150x150.jpg\" alt=\"\" width=\"32\" height=\"32\" loading=\"lazy\"/></div></div><div class=\"uagb-testimonial-details\"><span class=\"uagb-tm__author-name\"><strong>Brenda and Theuns</strong></span><span class=\"uagb-tm__company\"></span></div></div></div></div></div></div></div>\n<!-- /wp:uagb/testimonial -->\n\n<!-- wp:uagb/testimonial {\"test_item_count\":1,\"classMigrate\":true,\"test_block\":[{\"description\":\"\\u0022Breaking away from city life and coming out to a most wonderful romantic weekend away.  The unit is so comfortable.  Thank you for your great hospitality - we had an awesome time here.  Go well - with love\\u0022​\",\"name\":\"\\u003cstrong\\u003e\\u003cstrong\\u003e\\u003cstrong\\u003eLiz \\u0026amp; Eddie\\u003c/strong\\u003e\\u003c/strong\\u003e\\u003c/strong\\u003e\",\"company\":\"\",\"image\":{\"id\":122,\"title\":\"testimonial4\",\"filename\":\"testimonial4.jpg\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/testimonial4.jpg\",\"link\":\"https://blueroan.netgen.cloud/testimonial4/\",\"alt\":\"\",\"author\":\"34\",\"description\":\"\",\"caption\":\"\",\"name\":\"testimonial4\",\"status\":\"inherit\",\"uploadedTo\":0,\"date\":\"2021-05-11T05:02:06.000Z\",\"modified\":\"2021-05-11T05:02:06.000Z\",\"menuOrder\":0,\"mime\":\"image/jpeg\",\"type\":\"image\",\"subtype\":\"jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/default.png\",\"dateFormatted\":\"May 11, 2021\",\"nonces\":{\"update\":\"4e34860add\",\"delete\":\"9e126a55cd\",\"edit\":\"33ffd3c040\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=122\\u0026action=edit\",\"meta\":false,\"authorName\":\"Rishabh\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/user-edit.php?user_id=34\",\"filesizeInBytes\":16584,\"filesizeHumanReadable\":\"16 KB\",\"context\":\"\",\"height\":250,\"width\":250,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/testimonial4-150x150.jpg\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/testimonial4.jpg\",\"height\":250,\"width\":250,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}}}],\"headingAlign\":\"left\",\"headingAlignTablet\":\"left\",\"headingAlignMobile\":\"left\",\"descColor\":\"var(\\u002d\\u002dast-global-color-3)\",\"nameFontSize\":14,\"nameLineHeight\":1,\"descFontSize\":16,\"descFontWeight\":\"600\",\"nameSpace\":1,\"block_id\":\"c1a28725\",\"iconImage\":{\"url\":\"\",\"alt\":\"InfoBox placeholder img\"},\"imageWidth\":32,\"columnGap\":1,\"borderStyle\":\"\",\"paddingTop\":0,\"paddingBottom\":0,\"paddingLeft\":0,\"paddingRight\":0,\"spacingLink\":true,\"imgpaddingTop\":0,\"imgpaddingRight\":15,\"imgpaddingBottom\":0,\"imgpaddingLeft\":0,\"overallBorderStyle\":\"none\",\"imgTagHeight\":32,\"imgTagWidth\":150} -->\n<div class=\"wp-block-uagb-testimonial uagb-slick-carousel uagb-tm__arrow-outside uagb-block-c1a28725 uagb-post__carousel_notset uagb-post__carousel_notset-tablet uagb-post__carousel_notset-mobile\"><div class=\"is-carousel uagb-tm__columns-1 uagb-tm__items\"><div class=\"uagb-testimonial__wrap  uagb-tm__imgicon-style-circle uagb-tm__image-position-bottom uagb-tm__bg-type-none \"><div class=\"uagb-tm__content\"><div class=\"uagb-tm__overlay\"></div><div class=\"uagb-tm__text-wrap\"><div class=\"uagb-tm__desc\">\"Breaking away from city life and coming out to a most wonderful romantic weekend away.  The unit is so comfortable.  Thank you for your great hospitality - we had an awesome time here.  Go well - with love\"​</div><div class=\"uagb-tm__meta-inner\"><div class=\"uagb-tm__image-content\"><div class=\"uagb-tm__image\"><img class=\"uagb-tm-img-src\" src=\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/testimonial4-150x150.jpg\" alt=\"\" width=\"32\" height=\"32\" loading=\"lazy\"/></div></div><div class=\"uagb-testimonial-details\"><span class=\"uagb-tm__author-name\"><strong><strong><strong>Liz &amp; Eddie</strong></strong></strong></span><span class=\"uagb-tm__company\"></span></div></div></div></div></div></div></div>\n<!-- /wp:uagb/testimonial --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"9bc6419f\",\"widthDesktop\":50,\"variationSelected\":true,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-9bc6419f\"><!-- wp:uagb/testimonial {\"test_item_count\":1,\"classMigrate\":true,\"test_block\":[{\"description\":\"\\u0022Judy, what a wonderful place you have here - we were so delighted to spend the weekend here, so tranquil, peaceful, and beautiful. You made us feel right at home. Definitely a place worth 5 stars! Go well.\\u0022​\",\"name\":\"\\u003cstrong\\u003e\\u003cstrong\\u003eBrian\\u003c/strong\\u003e\\u003c/strong\\u003e \\u003cstrong\\u003e\\u003cstrong\\u003e\\u003cstrong\\u003eand \\u003cstrong\\u003eMariska\\u003c/strong\\u003e\\u003c/strong\\u003e\\u003cbr\\u003e\\u003c/strong\\u003e\\u003c/strong\\u003e\",\"company\":\"\",\"image\":{\"id\":120,\"title\":\"testimonial2\",\"filename\":\"testimonial2.jpg\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/testimonial2.jpg\",\"link\":\"https://blueroan.netgen.cloud/testimonial2/\",\"alt\":\"\",\"author\":\"34\",\"description\":\"\",\"caption\":\"\",\"name\":\"testimonial2\",\"status\":\"inherit\",\"uploadedTo\":0,\"date\":\"2021-05-11T05:02:03.000Z\",\"modified\":\"2021-05-11T05:02:03.000Z\",\"menuOrder\":0,\"mime\":\"image/jpeg\",\"type\":\"image\",\"subtype\":\"jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/default.png\",\"dateFormatted\":\"May 11, 2021\",\"nonces\":{\"update\":\"1ee6412858\",\"delete\":\"4414a2ccbf\",\"edit\":\"bde7b1f490\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=120\\u0026action=edit\",\"meta\":false,\"authorName\":\"Rishabh\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/user-edit.php?user_id=34\",\"filesizeInBytes\":10087,\"filesizeHumanReadable\":\"10 KB\",\"context\":\"\",\"height\":250,\"width\":250,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/testimonial2-150x150.jpg\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/testimonial2.jpg\",\"height\":250,\"width\":250,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}}}],\"headingAlign\":\"left\",\"headingAlignTablet\":\"left\",\"headingAlignMobile\":\"left\",\"descColor\":\"var(\\u002d\\u002dast-global-color-3)\",\"nameFontSize\":14,\"nameLineHeight\":1,\"descFontSize\":16,\"descFontWeight\":\"600\",\"nameSpace\":1,\"block_id\":\"f0c4171b\",\"iconImage\":{\"url\":\"\",\"alt\":\"InfoBox placeholder img\"},\"imageWidth\":32,\"columnGap\":1,\"borderStyle\":\"\",\"paddingTop\":0,\"paddingBottom\":0,\"paddingLeft\":0,\"paddingRight\":0,\"spacingLink\":true,\"imgpaddingTop\":0,\"imgpaddingRight\":15,\"imgpaddingBottom\":0,\"imgpaddingLeft\":0,\"overallBorderStyle\":\"none\",\"imgTagHeight\":32,\"imgTagWidth\":150} -->\n<div class=\"wp-block-uagb-testimonial uagb-slick-carousel uagb-tm__arrow-outside uagb-block-f0c4171b uagb-post__carousel_notset uagb-post__carousel_notset-tablet uagb-post__carousel_notset-mobile\"><div class=\"is-carousel uagb-tm__columns-1 uagb-tm__items\"><div class=\"uagb-testimonial__wrap  uagb-tm__imgicon-style-circle uagb-tm__image-position-bottom uagb-tm__bg-type-none \"><div class=\"uagb-tm__content\"><div class=\"uagb-tm__overlay\"></div><div class=\"uagb-tm__text-wrap\"><div class=\"uagb-tm__desc\">\"Judy, what a wonderful place you have here - we were so delighted to spend the weekend here, so tranquil, peaceful, and beautiful. You made us feel right at home. Definitely a place worth 5 stars! Go well.\"​</div><div class=\"uagb-tm__meta-inner\"><div class=\"uagb-tm__image-content\"><div class=\"uagb-tm__image\"><img class=\"uagb-tm-img-src\" src=\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/testimonial2-150x150.jpg\" alt=\"\" width=\"32\" height=\"32\" loading=\"lazy\"/></div></div><div class=\"uagb-testimonial-details\"><span class=\"uagb-tm__author-name\"><strong><strong>Brian</strong></strong> <strong><strong><strong>and <strong>Mariska</strong></strong><br></strong></strong></span><span class=\"uagb-tm__company\"></span></div></div></div></div></div></div></div>\n<!-- /wp:uagb/testimonial -->\n\n<!-- wp:uagb/testimonial {\"test_item_count\":1,\"classMigrate\":true,\"test_block\":[{\"description\":\"\\u0022Thank you for the most wonderful time, Judy!  This was the most peaceful and perfect place to get engaged!  We will most certainly be back!!!  Your hospitality cannot be topped!\\u0022​\",\"name\":\"\\u003cstrong\\u003e\\u003cstrong\\u003e\\u003cstrong\\u003e\\u003cstrong\\u003eBrett and Kelly\\u003c/strong\\u003e\\u003c/strong\\u003e\\u003c/strong\\u003e\\u003c/strong\\u003e\",\"company\":\"\",\"image\":{\"id\":121,\"title\":\"testimonial3\",\"filename\":\"testimonial3.jpg\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/testimonial3.jpg\",\"link\":\"https://blueroan.netgen.cloud/testimonial3/\",\"alt\":\"\",\"author\":\"34\",\"description\":\"\",\"caption\":\"\",\"name\":\"testimonial3\",\"status\":\"inherit\",\"uploadedTo\":0,\"date\":\"2021-05-11T05:02:05.000Z\",\"modified\":\"2021-05-11T05:02:05.000Z\",\"menuOrder\":0,\"mime\":\"image/jpeg\",\"type\":\"image\",\"subtype\":\"jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/default.png\",\"dateFormatted\":\"May 11, 2021\",\"nonces\":{\"update\":\"290653da5d\",\"delete\":\"90a4fb2d63\",\"edit\":\"ff8a64e56e\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=121\\u0026action=edit\",\"meta\":false,\"authorName\":\"Rishabh\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/user-edit.php?user_id=34\",\"filesizeInBytes\":8748,\"filesizeHumanReadable\":\"9 KB\",\"context\":\"\",\"height\":250,\"width\":250,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/testimonial3-150x150.jpg\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/testimonial3.jpg\",\"height\":250,\"width\":250,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}}}],\"headingAlign\":\"left\",\"headingAlignTablet\":\"left\",\"headingAlignMobile\":\"left\",\"descColor\":\"var(\\u002d\\u002dast-global-color-3)\",\"nameFontSize\":14,\"nameLineHeight\":1,\"descFontSize\":16,\"descFontWeight\":\"600\",\"nameSpace\":1,\"block_id\":\"925715e0\",\"iconImage\":{\"url\":\"\",\"alt\":\"InfoBox placeholder img\"},\"imageWidth\":32,\"columnGap\":1,\"borderStyle\":\"\",\"paddingTop\":0,\"paddingBottom\":0,\"paddingLeft\":0,\"paddingRight\":0,\"spacingLink\":true,\"imgpaddingTop\":0,\"imgpaddingRight\":15,\"imgpaddingBottom\":0,\"imgpaddingLeft\":0,\"overallBorderStyle\":\"none\",\"imgTagHeight\":32,\"imgTagWidth\":150} -->\n<div class=\"wp-block-uagb-testimonial uagb-slick-carousel uagb-tm__arrow-outside uagb-block-925715e0 uagb-post__carousel_notset uagb-post__carousel_notset-tablet uagb-post__carousel_notset-mobile\"><div class=\"is-carousel uagb-tm__columns-1 uagb-tm__items\"><div class=\"uagb-testimonial__wrap  uagb-tm__imgicon-style-circle uagb-tm__image-position-bottom uagb-tm__bg-type-none \"><div class=\"uagb-tm__content\"><div class=\"uagb-tm__overlay\"></div><div class=\"uagb-tm__text-wrap\"><div class=\"uagb-tm__desc\">\"Thank you for the most wonderful time, Judy!  This was the most peaceful and perfect place to get engaged!  We will most certainly be back!!!  Your hospitality cannot be topped!\"​</div><div class=\"uagb-tm__meta-inner\"><div class=\"uagb-tm__image-content\"><div class=\"uagb-tm__image\"><img class=\"uagb-tm-img-src\" src=\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/testimonial3-150x150.jpg\" alt=\"\" width=\"32\" height=\"32\" loading=\"lazy\"/></div></div><div class=\"uagb-testimonial-details\"><span class=\"uagb-tm__author-name\"><strong><strong><strong><strong>Brett and Kelly</strong></strong></strong></strong></span><span class=\"uagb-tm__company\"></span></div></div></div></div></div></div></div>\n<!-- /wp:uagb/testimonial --></div>\n<!-- /wp:uagb/container --></div>\n<!-- /wp:uagb/container --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"8df1d5dd\",\"innerContentCustomWidthDesktop\":781,\"innerContentCustomWidthTablet\":781,\"backgroundType\":\"image\",\"backgroundImageDesktop\":{\"id\":809,\"title\":\"26759994757_767d9794fd_b\",\"filename\":\"26759994757_767d9794fd_b.jpg\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/26759994757_767d9794fd_b.jpg\",\"link\":\"https://blueroan.netgen.cloud/?attachment_id=809\",\"alt\":\"\",\"author\":\"2\",\"description\":\"\",\"caption\":\"\",\"name\":\"26759994757_767d9794fd_b\",\"status\":\"inherit\",\"uploadedTo\":805,\"date\":\"2022-12-13T09:51:53.000Z\",\"modified\":\"2022-12-13T09:51:53.000Z\",\"menuOrder\":0,\"mime\":\"image/jpeg\",\"type\":\"image\",\"subtype\":\"jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-includes/images/media/default.png\",\"dateFormatted\":\"December 13, 2022\",\"nonces\":{\"update\":\"39b5c0eef1\",\"delete\":\"fde92abd83\",\"edit\":\"3923face9e\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=809\\u0026action=edit\",\"meta\":false,\"authorName\":\"Netgen Support\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/profile.php\",\"uploadedToTitle\":\"Magaliesburg\",\"uploadedToLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=805\\u0026action=edit\",\"filesizeInBytes\":143610,\"filesizeHumanReadable\":\"140 KB\",\"context\":\"\",\"height\":683,\"width\":1024,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/26759994757_767d9794fd_b-150x150.jpg\",\"orientation\":\"landscape\"},\"medium\":{\"height\":200,\"width\":300,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/26759994757_767d9794fd_b-300x200.jpg\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/26759994757_767d9794fd_b.jpg\",\"height\":683,\"width\":1024,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"backgroundImageColor\":\"rgba(42,42,42,0.65)\",\"topPaddingDesktop\":144,\"bottomPaddingDesktop\":144,\"leftPaddingDesktop\":40,\"rightPaddingDesktop\":40,\"topPaddingTablet\":80,\"bottomPaddingTablet\":80,\"leftPaddingTablet\":40,\"rightPaddingTablet\":40,\"topPaddingMobile\":64,\"bottomPaddingMobile\":64,\"leftPaddingMobile\":24,\"rightPaddingMobile\":24,\"paddingLink\":false,\"variationSelected\":true,\"isBlockRootParent\":true,\"overlayType\":\"color\"} -->\n<div class=\"wp-block-uagb-container uagb-block-8df1d5dd alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/advanced-heading {\"block_id\":\"bafa4e78\",\"classMigrate\":true,\"headingDescToggle\":true,\"headingAlign\":\"center\",\"headingColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"subHeadingColor\":\"var(\\u002d\\u002dast-global-color-4)\",\"headSpace\":20} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-bafa4e78\"><h2 class=\"uagb-heading-text\">Plan an Unforgettable Experience at <br>Blue Roan!</h2><p class=\"uagb-desc-text\">Blue Roan is a 3-star graded pet-friendly venue</p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/advanced-heading {\"block_id\":\"70db6bf0\",\"classMigrate\":true,\"headingTitleToggle\":false,\"headingDescToggle\":true,\"headingAlign\":\"center\",\"subHeadingColor\":\"var(\\u002d\\u002dast-global-color-4)\",\"subHeadTransform\":\"uppercase\",\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"subHeadLetterSpacing\":2,\"blockTopPadding\":60,\"blockRightPadding\":0,\"blockLeftPadding\":0,\"blockBottomPadding\":0,\"blockTopPaddingMobile\":30,\"blockRightPaddingMobile\":0,\"blockLeftPaddingMobile\":0,\"blockBottomPaddingMobile\":0,\"linkColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"linkHColor\":\"var(\\u002d\\u002dast-global-color-0)\"} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-70db6bf0\"><p class=\"uagb-desc-text\"><a href=\"https://book.nightsbridge.com/11065\" target=\"_blank\" rel=\"noreferrer noopener\">BOOK YOUR STAY NOW​</a></p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/icon-list {\"block_id\":\"01277dee\",\"classMigrate\":true,\"childMigrate\":true,\"align\":\"center\",\"parentIcon\":\"phone\",\"size\":40,\"sizeMobile\":24,\"sizeTablet\":32,\"fontSize\":48,\"fontSizeMobile\":28,\"fontSizeTablet\":40,\"fontWeight\":\"600\",\"iconColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"labelColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"blockTopPadding\":0,\"blockRightPadding\":0,\"blockLeftPadding\":0,\"blockBottomPadding\":24,\"blockPaddingLink\":false} -->\n<div class=\"wp-block-uagb-icon-list uagb-block-01277dee\"><div class=\"uagb-icon-list__wrap\"><!-- wp:uagb/icon-list-child {\"block_id\":\"e0f471ab\",\"label\":\" + 27 (0) 82 575 5409\",\"label_color\":\"\",\"link\":\"tel:+27825755409\",\"disableLink\":true,\"fromParentIcon\":\"phone\",\"imageSizeChild\":40} -->\n<div class=\"wp-block-uagb-icon-list-child uagb-block-e0f471ab\"><a target=\"_self\" aria-label=\" + 27 (0) 82 575 5409\" rel=\"noopener noreferrer\" href=\"tel:+27825755409\"> </a><span class=\"uagb-icon-list__source-wrap\"><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M511.2 387l-23.25 100.8c-3.266 14.25-15.79 24.22-30.46 24.22C205.2 512 0 306.8 0 54.5c0-14.66 9.969-27.2 24.22-30.45l100.8-23.25C139.7-2.602 154.7 5.018 160.8 18.92l46.52 108.5c5.438 12.78 1.77 27.67-8.98 36.45L144.5 207.1c33.98 69.22 90.26 125.5 159.5 159.5l44.08-53.8c8.688-10.78 23.69-14.51 36.47-8.975l108.5 46.51C506.1 357.2 514.6 372.4 511.2 387z\"></path></svg></span><span class=\"uagb-icon-list__label\"> + 27 (0) 82 575 5409</span></div>\n<!-- /wp:uagb/icon-list-child -->\n\n<!-- wp:uagb/icon-list-child {\"block_id\":\"e932be29\",\"label\":\"blueroan@ugo.co.za\",\"icon\":\"envelope\",\"label_color\":\"\",\"link\":\"mailto:blueroan@ugo.co.za\",\"disableLink\":true,\"fromParentIcon\":\"phone\",\"imageSizeChild\":40} -->\n<div class=\"wp-block-uagb-icon-list-child uagb-block-e932be29\"><a target=\"_self\" aria-label=\"blueroan@ugo.co.za\" rel=\"noopener noreferrer\" href=\"mailto:blueroan@ugo.co.za\"> </a><span class=\"uagb-icon-list__source-wrap\"><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M464 64C490.5 64 512 85.49 512 112C512 127.1 504.9 141.3 492.8 150.4L275.2 313.6C263.8 322.1 248.2 322.1 236.8 313.6L19.2 150.4C7.113 141.3 0 127.1 0 112C0 85.49 21.49 64 48 64H464zM217.6 339.2C240.4 356.3 271.6 356.3 294.4 339.2L512 176V384C512 419.3 483.3 448 448 448H64C28.65 448 0 419.3 0 384V176L217.6 339.2z\"></path></svg></span><span class=\"uagb-icon-list__label\">blueroan@ugo.co.za</span></div>\n<!-- /wp:uagb/icon-list-child --></div></div>\n<!-- /wp:uagb/icon-list --></div></div>\n<!-- /wp:uagb/container -->',	'Home',	'',	'inherit',	'closed',	'closed',	'',	'760-revision-v1',	'',	'',	'2022-12-22 07:33:21',	'2022-12-22 07:33:21',	'',	760,	'https://blueroan.netgen.cloud/?p=1400',	0,	'revision',	'',	0),
(1401,	2,	'2022-12-22 07:34:30',	'2022-12-22 07:34:30',	'<!-- wp:uagb/container {\"block_id\":\"3736cf55\",\"minHeightDesktop\":95,\"minHeightTablet\":70,\"minHeightMobile\":80,\"minHeightType\":\"vh\",\"alignItemsDesktop\":\"flex-start\",\"backgroundType\":\"image\",\"backgroundImageDesktop\":{\"uploading\":false,\"date\":1670921854000,\"filename\":\"Blue-Roan-pool.jpg\",\"menuOrder\":0,\"uploadedTo\":760,\"type\":\"image\",\"subtype\":\"jpeg\",\"id\":784,\"title\":\"Blue Roan - pool\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Blue-Roan-pool.jpg\",\"link\":\"https://blueroan.netgen.cloud/home/blue-roan-pool/\",\"alt\":\"\",\"author\":\"2\",\"description\":\"\",\"caption\":\"\",\"name\":\"blue-roan-pool\",\"status\":\"inherit\",\"modified\":1670921854000,\"mime\":\"image/jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-includes/images/media/default.png\",\"dateFormatted\":\"December 13, 2022\",\"nonces\":{\"update\":\"51a12ed09e\",\"delete\":\"5174068551\",\"edit\":\"1de0721407\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=784\\u0026action=edit\",\"meta\":false,\"authorName\":\"Netgen Support\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/profile.php\",\"uploadedToTitle\":\"Home\",\"uploadedToLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=760\\u0026action=edit\",\"filesizeInBytes\":154801,\"filesizeHumanReadable\":\"151 KB\",\"context\":\"\",\"height\":667,\"width\":1000,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Blue-Roan-pool-150x150.jpg\",\"orientation\":\"landscape\"},\"medium\":{\"height\":200,\"width\":300,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Blue-Roan-pool-300x200.jpg\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Blue-Roan-pool.jpg\",\"height\":667,\"width\":1000,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"backgroundPositionDesktop\":{\"x\":0.5,\"y\":0.25},\"backgroundImageColor\":\"rgba(42,42,42,0.35)\",\"topPaddingDesktop\":0,\"bottomPaddingDesktop\":0,\"leftPaddingDesktop\":40,\"rightPaddingDesktop\":40,\"topPaddingTablet\":120,\"bottomPaddingTablet\":120,\"leftPaddingTablet\":40,\"rightPaddingTablet\":40,\"topPaddingMobile\":150,\"bottomPaddingMobile\":150,\"leftPaddingMobile\":20,\"rightPaddingMobile\":20,\"paddingLink\":false,\"variationSelected\":true,\"isBlockRootParent\":true,\"overlayType\":\"color\",\"minHeightTypeTablet\":\"vh\",\"minHeightTypeMobile\":\"vh\"} -->\n<div class=\"wp-block-uagb-container uagb-block-3736cf55 alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:group {\"layout\":{\"inherit\":true,\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group\"><!-- wp:uagb/info-box {\"classMigrate\":true,\"headingAlign\":\"left\",\"headingColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"subHeadingColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"headingTag\":\"h1\",\"subHeadFontSize\":17,\"subHeadFontSizeMobile\":15,\"headSpace\":20,\"subHeadSpace\":40,\"block_id\":\"538a3cf0\",\"ctaIcon\":\"\",\"ctaText\":\"Book Your Stay Now\",\"ctaLink\":\"https://book.nightsbridge.com/11065\",\"ctaBtnLinkColor\":\"var(\\u002d\\u002dast-global-color-2)\",\"ctaLinkHoverColor\":\"var(\\u002d\\u002dast-global-color-2)\",\"ctaBgColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"ctaBgHoverColor\":\"var(\\u002d\\u002dast-global-color-4)\",\"ctaBorderColor\":\"\",\"ctaBorderStyle\":\"\",\"ctaBorderWidth\":\"\",\"ctaBorderRadius\":\"\",\"iconImage\":{\"url\":\"\",\"alt\":\"InfoBox placeholder img\"},\"showIcon\":false,\"paddingBtnTop\":18,\"paddingBtnBottom\":18,\"paddingBtnLeft\":34,\"paddingBtnRight\":34,\"blockTopPadding\":5,\"blockRightPadding\":40,\"blockLeftPadding\":0,\"blockBottomPadding\":0,\"blockTopPaddingTablet\":0,\"blockRightPaddingTablet\":64,\"blockLeftPaddingTablet\":0,\"blockBottomPaddingTablet\":0,\"blockTopPaddingMobile\":0,\"blockRightPaddingMobile\":0,\"blockLeftPaddingMobile\":0,\"blockBottomPaddingMobile\":0,\"blockPaddingUnit\":\"%\",\"blockPaddingLink\":false,\"subHeadMarginTopTablet\":0,\"subHeadMarginRightTablet\":64,\"subHeadTabletSpace\":40,\"subHeadMarginLeftTablet\":0,\"subHeadMarginTopMobile\":0,\"subHeadMarginRightMobile\":0,\"subHeadMobileSpace\":40,\"subHeadMarginLeftMobile\":0,\"btnBorderTopWidth\":1,\"btnBorderLeftWidth\":1,\"btnBorderRightWidth\":1,\"btnBorderBottomWidth\":1,\"btnBorderTopLeftRadius\":0,\"btnBorderTopRightRadius\":0,\"btnBorderBottomLeftRadius\":0,\"btnBorderBottomRightRadius\":0,\"btnBorderStyle\":\"none\",\"btnBorderColor\":\"#333\"} -->\n<div class=\"wp-block-uagb-info-box uagb-block-538a3cf0 uagb-infobox__content-wrap  uagb-infobox-icon-above-title uagb-infobox-image-valign-top\"><div class=\"uagb-ifb-content\"><div class=\"uagb-ifb-title-wrap\"><h1 class=\"uagb-ifb-title\">Magaliesburg pet friendly self-catering accommodation</h1></div><p class=\"uagb-ifb-desc\">Romantic pet-friendly self-catering accommodation in Magaliesburg, Gauteng.</p></div></div>\n<!-- /wp:uagb/info-box --></div>\n<!-- /wp:group -->\n\n<!-- wp:buttons {\"layout\":{\"type\":\"flex\",\"justifyContent\":\"left\",\"orientation\":\"horizontal\"},\"style\":{\"spacing\":{\"blockGap\":\"var:preset|spacing|50\"}}} -->\n<div class=\"wp-block-buttons\"><!-- wp:button {\"backgroundColor\":\"ast-global-color-5\",\"textColor\":\"ast-global-color-2\",\"width\":25,\"style\":{\"spacing\":{\"padding\":{\"top\":\"var:preset|spacing|50\",\"right\":\"var:preset|spacing|30\",\"bottom\":\"var:preset|spacing|50\",\"left\":\"var:preset|spacing|30\"}}},\"className\":\"is-style-fill\",\"UAGHideMob\":true,\"UAGHideTab\":true,\"UAGResponsiveConditions\":true} -->\n<div class=\"wp-block-button has-custom-width wp-block-button__width-25 is-style-fill uag-hide-tab uag-hide-mob\" id=\"https://book.nightsbridge.com/11065\"><a class=\"wp-block-button__link has-ast-global-color-2-color has-ast-global-color-5-background-color has-text-color has-background wp-element-button\" href=\"https://book.nightsbridge.com/11065\" style=\"padding-top:var(--wp--preset--spacing--50);padding-right:var(--wp--preset--spacing--30);padding-bottom:var(--wp--preset--spacing--50);padding-left:var(--wp--preset--spacing--30)\" rel=\"https://book.nightsbridge.com/11065\">book your stay now</a></div>\n<!-- /wp:button -->\n\n<!-- wp:button {\"backgroundColor\":\"ast-global-color-5\",\"textColor\":\"ast-global-color-2\",\"width\":25,\"style\":{\"spacing\":{\"padding\":{\"top\":\"var:preset|spacing|50\",\"right\":\"var:preset|spacing|30\",\"bottom\":\"var:preset|spacing|50\",\"left\":\"var:preset|spacing|30\"}}},\"className\":\"is-style-fill\",\"UAGHideMob\":true,\"UAGHideTab\":true,\"UAGDisplayConditions\":\"userstate\",\"UAGResponsiveConditions\":true} -->\n<div class=\"wp-block-button has-custom-width wp-block-button__width-25 is-style-fill uag-hide-tab uag-hide-mob\" id=\"https://book.nightsbridge.com/11065\"><a class=\"wp-block-button__link has-ast-global-color-2-color has-ast-global-color-5-background-color has-text-color has-background wp-element-button\" href=\"https://book.nightsbridge.com/11065\" style=\"padding-top:var(--wp--preset--spacing--50);padding-right:var(--wp--preset--spacing--30);padding-bottom:var(--wp--preset--spacing--50);padding-left:var(--wp--preset--spacing--30)\" target=\"_blank\" rel=\"https://book.nightsbridge.com/11065 noopener\">Check availability</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons -->\n\n<!-- wp:buttons {\"layout\":{\"type\":\"flex\",\"justifyContent\":\"left\",\"orientation\":\"horizontal\"},\"style\":{\"spacing\":{\"blockGap\":\"var:preset|spacing|50\"}}} -->\n<div class=\"wp-block-buttons\"><!-- wp:button {\"backgroundColor\":\"ast-global-color-5\",\"textColor\":\"ast-global-color-2\",\"width\":25,\"style\":{\"spacing\":{\"padding\":{\"top\":\"var:preset|spacing|20\",\"right\":\"var:preset|spacing|20\",\"bottom\":\"var:preset|spacing|20\",\"left\":\"var:preset|spacing|20\"}}},\"className\":\"is-style-fill\",\"fontSize\":\"small\",\"UAGHideDesktop\":true,\"UAGHideTab\":true,\"UAGResponsiveConditions\":true} -->\n<div class=\"wp-block-button has-custom-width wp-block-button__width-25 has-custom-font-size is-style-fill has-small-font-size uag-hide-desktop uag-hide-tab\"><a class=\"wp-block-button__link has-ast-global-color-2-color has-ast-global-color-5-background-color has-text-color has-background wp-element-button\" href=\"https://book.nightsbridge.com/11065\" style=\"padding-top:var(--wp--preset--spacing--20);padding-right:var(--wp--preset--spacing--20);padding-bottom:var(--wp--preset--spacing--20);padding-left:var(--wp--preset--spacing--20)\" rel=\"\">book your stay now</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"946316ca\",\"directionDesktop\":\"row\",\"directionMobile\":\"column-reverse\",\"alignItemsDesktop\":\"flex-start\",\"backgroundType\":\"color\",\"backgroundSizeTablet\":\"cover\",\"backgroundSizeMobile\":\"cover\",\"backgroundColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"topPaddingDesktop\":60,\"bottomPaddingDesktop\":60,\"topPaddingTablet\":80,\"bottomPaddingTablet\":80,\"leftPaddingTablet\":40,\"rightPaddingTablet\":40,\"topPaddingMobile\":64,\"bottomPaddingMobile\":64,\"leftPaddingMobile\":24,\"rightPaddingMobile\":24,\"paddingLink\":false,\"variationSelected\":true,\"columnGapDesktop\":60,\"columnGapTablet\":50,\"isBlockRootParent\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-946316ca alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/container {\"block_id\":\"8bce9bcc\",\"widthDesktop\":50,\"variationSelected\":true,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-8bce9bcc\"><!-- wp:image {\"id\":797,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-13.jpg\" alt=\"\" class=\"wp-image-797\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>We have 7 lovely brick&nbsp;<strong>self-catering</strong>&nbsp;units, each one private and with its own character and theme. &nbsp;They are designed exclusively for couples with or without pets wanting a romantic and peaceful place to connect, re-connect, celebrate special occasions, or somewhere quiet and comfortable to come for a holiday</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:buttons -->\n<div class=\"wp-block-buttons\"><!-- wp:button -->\n<div class=\"wp-block-button\"><a class=\"wp-block-button__link wp-element-button\" href=\"/accommodation/\">View accomodation</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"a7aae10a\",\"widthDesktop\":50,\"leftPaddingDesktop\":0,\"paddingLink\":false,\"variationSelected\":true,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-a7aae10a\"><!-- wp:uagb/advanced-heading {\"block_id\":\"778f74e0\",\"classMigrate\":true,\"headingDescToggle\":true,\"subHeadingColor\":\"\",\"headSpace\":20,\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-778f74e0\"><h2 class=\"uagb-heading-text\"><strong>Blue Roan is a 3-star graded pet-friendly venue</strong></h2><p class=\"uagb-desc-text\">Our goal is to provide high-quality, romantic, comfortable, and affordable self-catering accommodation on the outskirts of the village of &nbsp;Magaliesburg. &nbsp;For animal lovers, we are also&nbsp;pet-friendly&nbsp;by arrangement in most of the units all of which have their own fully fenced and gated private grassy gardens.</p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/image {\"block_id\":\"93b05e48\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/hammock-in-the-garden.jpg\",\"align\":\"left\",\"id\":799,\"linkDestination\":\"none\",\"naturalWidth\":600,\"naturalHeight\":400,\"sizeSlug\":\"full\",\"sizeSlugTablet\":\"full\",\"sizeSlugMobile\":\"full\",\"imageTopMargin\":20,\"imageRightMargin\":0,\"imageLeftMargin\":0,\"imageBottomMargin\":0,\"imageTopMarginMobile\":0,\"imageRightMarginMobile\":0,\"imageLeftMarginMobile\":0,\"imageBottomMarginMobile\":0,\"imageMarginLink\":false} -->\n<div class=\"wp-block-uagb-image uagb-block-93b05e48 wp-block-uagb-image--layout-default wp-block-uagb-image--effect-static wp-block-uagb-image--align-left\"><figure class=\"wp-block-uagb-image__figure\"><img srcset=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/hammock-in-the-garden.jpg \" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/hammock-in-the-garden.jpg\" alt=\"\" class=\"uag-image-799\" width=\"\" height=\"\" title=\"\" loading=\"lazy\"/></figure></div>\n<!-- /wp:uagb/image --></div>\n<!-- /wp:uagb/container --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"cd184d5c\",\"directionDesktop\":\"row\",\"directionMobile\":\"column-reverse\",\"alignItemsDesktop\":\"flex-start\",\"backgroundType\":\"color\",\"backgroundSizeTablet\":\"cover\",\"backgroundSizeMobile\":\"cover\",\"backgroundColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"topPaddingDesktop\":0,\"bottomPaddingDesktop\":0,\"topPaddingTablet\":80,\"bottomPaddingTablet\":80,\"leftPaddingTablet\":40,\"rightPaddingTablet\":40,\"topPaddingMobile\":64,\"bottomPaddingMobile\":64,\"leftPaddingMobile\":24,\"rightPaddingMobile\":24,\"paddingLink\":false,\"variationSelected\":true,\"rowGapDesktop\":0,\"columnGapDesktop\":0,\"columnGapTablet\":50,\"isBlockRootParent\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-cd184d5c alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:image {\"align\":\"center\",\"id\":1344,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image aligncenter size-large\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/tgcsa-full-3-stars-1024x366.jpg\" alt=\"\" class=\"wp-image-1344\"/></figure>\n<!-- /wp:image --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"d33c8ed2\",\"backgroundType\":\"color\",\"backgroundSizeTablet\":\"cover\",\"backgroundSizeMobile\":\"cover\",\"backgroundColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"topPaddingDesktop\":50,\"bottomPaddingDesktop\":100,\"topPaddingTablet\":50,\"bottomPaddingTablet\":25,\"leftPaddingTablet\":20,\"rightPaddingTablet\":20,\"topPaddingMobile\":50,\"bottomPaddingMobile\":20,\"leftPaddingMobile\":20,\"rightPaddingMobile\":20,\"paddingLink\":false,\"variationSelected\":true,\"rowGapDesktop\":0,\"isBlockRootParent\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-d33c8ed2 alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/container {\"block_id\":\"24d3a247\",\"directionDesktop\":\"row\",\"alignItemsDesktop\":\"flex-end\",\"alignItemsTablet\":\"flex-end\",\"justifyContentDesktop\":\"flex-end\",\"justifyContentTablet\":\"space-between\",\"variationSelected\":true,\"rowGapMobile\":30,\"columnGapDesktop\":0} -->\n<div class=\"wp-block-uagb-container uagb-block-24d3a247\"><!-- wp:uagb/advanced-heading {\"block_id\":\"ee247e9f\",\"classMigrate\":true,\"headingDescToggle\":true,\"subHeadingColor\":\"\",\"headSpace\":20,\"subHeadFontSize\":16} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-ee247e9f\"><h2 class=\"uagb-heading-text\">Amenities &amp; Interests ​</h2><p class=\"uagb-desc-text\">The Blue Roan Country Lodge is situated just 5 minutes from the village of Magaliesburg on a tar road so easy access for all cars. &nbsp;We have panoramic views of the Magaliesberg mountain range and our farm is the perfect place for a relaxing getaway in the country. &nbsp;As we are only 70 km from JHB and Pretoria, it is only an hour’s drive.</p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/buttons {\"block_id\":\"d408f0bf\",\"classMigrate\":true,\"childMigrate\":true,\"align\":\"right\",\"alignTablet\":\"right\",\"alignMobile\":\"left\",\"gap\":0} -->\n<div class=\"wp-block-uagb-buttons uagb-buttons__outer-wrap uagb-btn__default-btn uagb-btn-tablet__default-btn uagb-btn-mobile__default-btn uagb-block-d408f0bf\"><div class=\"uagb-buttons__wrap uagb-buttons-layout-wrap\"><!-- wp:uagb/buttons-child {\"block_id\":\"4191e99c\",\"label\":\"View All\",\"link\":\"/amenities/\",\"hColor\":\"\",\"borderWidth\":\"\",\"borderRadius\":\"\",\"borderStyle\":\"\",\"borderColor\":\"\",\"borderHColor\":\"\",\"btnBorderTopWidth\":1,\"btnBorderLeftWidth\":1,\"btnBorderRightWidth\":1,\"btnBorderBottomWidth\":1,\"btnBorderTopLeftRadius\":2,\"btnBorderTopRightRadius\":2,\"btnBorderBottomLeftRadius\":2,\"btnBorderBottomRightRadius\":2,\"btnBorderStyle\":\"solid\",\"btnBorderColor\":\"#333\",\"btnBorderHColor\":\"#333\"} -->\n<div class=\"wp-block-uagb-buttons-child uagb-buttons__outer-wrap uagb-block-4191e99c wp-block-button is-style-outline\"><div class=\"uagb-button__wrapper\"><a class=\"uagb-buttons-repeater wp-block-button__link\" href=\"/amenities/\" rel=\"follow noopener\" target=\"_self\"><div class=\"uagb-button__link\">View All</div></a></div></div>\n<!-- /wp:uagb/buttons-child --></div></div>\n<!-- /wp:uagb/buttons --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"c8b61dc6\",\"directionDesktop\":\"row\",\"alignItemsTablet\":\"flex-start\",\"paddingLink\":false,\"topMarginDesktop\":50,\"bottomMarginDesktop\":20,\"leftMarginDesktop\":0,\"rightMarginDesktop\":0,\"marginLink\":false,\"variationSelected\":true,\"rowGapMobile\":65,\"columnGapDesktop\":48,\"columnGapTablet\":20} -->\n<div class=\"wp-block-uagb-container uagb-block-c8b61dc6\"><!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"align\":\"center\",\"id\":828,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image aligncenter size-full\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Blue-Roan-pool.png\" alt=\"Blue Roan\'s rock pool\" class=\"wp-image-828\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>A relaxing rock Pool​</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>We have a lovely sparkling blue rock pool next to a thatched Lapa. &nbsp;&nbsp;Lie on recliners on the green lawn or sit on the swing chair in the Lapa and enjoy the panoramic view of the Magaliesberg mountain range.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":829,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/img-20160605-wa0002-largejpg.png\" alt=\"\" class=\"wp-image-829\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>Braai facilities </h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>What can compare to a burning fire under the star-lit African sky? Nothing beats the flavor of cooking over an open flame.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":1354,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Games-Room.png\" alt=\"\" class=\"wp-image-1354\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>A games room </h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>The reception is also a games room for those who enjoy darts or playing pool. &nbsp;Take a selection of DVDs back to your room and watch movies on your own DVD player. &nbsp;There is also a selection of board games and music CDs that you can borrow.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div>\n<!-- /wp:uagb/container --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"a50e9e1c\",\"backgroundType\":\"color\",\"backgroundSizeTablet\":\"cover\",\"backgroundSizeMobile\":\"cover\",\"backgroundColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"bottomPaddingDesktop\":104,\"leftPaddingDesktop\":40,\"rightPaddingDesktop\":40,\"topPaddingTablet\":80,\"bottomPaddingTablet\":80,\"leftPaddingTablet\":40,\"rightPaddingTablet\":40,\"topPaddingMobile\":64,\"bottomPaddingMobile\":64,\"leftPaddingMobile\":24,\"rightPaddingMobile\":24,\"paddingLink\":false,\"variationSelected\":true,\"rowGapDesktop\":0,\"isBlockRootParent\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-a50e9e1c alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/advanced-heading {\"block_id\":\"ab7fe430\",\"classMigrate\":true,\"headingDescToggle\":true,\"headingAlign\":\"center\",\"headingAlignMobile\":\"left\",\"subHeadingColor\":\"\",\"headSpace\":20,\"subHeadFontSize\":16,\"blockBottomPadding\":20} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-ab7fe430\"><h2 class=\"uagb-heading-text\">Our Inside Pictures​</h2><p class=\"uagb-desc-text\">Take a look at some pretty pictures captured in and around our premises.</p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/container {\"block_id\":\"87f71278\",\"directionDesktop\":\"row\",\"alignItemsDesktop\":\"flex-start\",\"topMarginDesktop\":20,\"bottomMarginDesktop\":0,\"leftMarginDesktop\":0,\"rightMarginDesktop\":0,\"marginLink\":false,\"variationSelected\":true,\"rowGapMobile\":24,\"columnGapDesktop\":24,\"columnGapTablet\":20} -->\n<div class=\"wp-block-uagb-container uagb-block-87f71278\"><!-- wp:uagb/container {\"block_id\":\"62a977e4\",\"widthDesktop\":32,\"variationSelected\":true,\"rowGapDesktop\":24,\"rowGapTablet\":20,\"rowGapMobile\":24,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-62a977e4\"><!-- wp:uagb/image {\"block_id\":\"9285533f\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/red-rose-1024x683.jpg\",\"id\":834,\"linkDestination\":\"none\",\"width\":385,\"height\":284,\"naturalWidth\":1024,\"naturalHeight\":683,\"sizeSlug\":\"large\",\"sizeSlugTablet\":\"large\",\"sizeSlugMobile\":\"large\",\"customHeightSetDesktop\":true} -->\n<div class=\"wp-block-uagb-image uagb-block-9285533f wp-block-uagb-image--layout-default wp-block-uagb-image--effect-static wp-block-uagb-image--align-none\"><figure class=\"wp-block-uagb-image__figure\"><img srcset=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/red-rose-1024x683.jpg \" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/red-rose-1024x683.jpg\" alt=\"\" class=\"uag-image-834\" width=\"385\" height=\"284\" title=\"\" loading=\"lazy\"/></figure></div>\n<!-- /wp:uagb/image -->\n\n<!-- wp:uagb/image {\"block_id\":\"c1306b1e\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/49g.jpg\",\"id\":838,\"linkDestination\":\"none\",\"width\":385,\"height\":284,\"naturalWidth\":650,\"naturalHeight\":450,\"sizeSlug\":\"full\",\"sizeSlugTablet\":\"full\",\"sizeSlugMobile\":\"full\",\"customHeightSetDesktop\":true} -->\n<div class=\"wp-block-uagb-image uagb-block-c1306b1e wp-block-uagb-image--layout-default wp-block-uagb-image--effect-static wp-block-uagb-image--align-none\"><figure class=\"wp-block-uagb-image__figure\"><img srcset=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/49g.jpg \" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/49g.jpg\" alt=\"\" class=\"uag-image-838\" width=\"385\" height=\"284\" title=\"\" loading=\"lazy\"/></figure></div>\n<!-- /wp:uagb/image --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"9fa62928\",\"widthDesktop\":67,\"variationSelected\":true,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-9fa62928\"><!-- wp:uagb/image {\"block_id\":\"75943cd3\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAA39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba-1-1024x768.png\",\"id\":905,\"linkDestination\":\"none\",\"naturalWidth\":1024,\"naturalHeight\":768,\"sizeSlug\":\"large\",\"sizeSlugTablet\":\"large\",\"sizeSlugMobile\":\"large\"} -->\n<div class=\"wp-block-uagb-image uagb-block-75943cd3 wp-block-uagb-image--layout-default wp-block-uagb-image--effect-static wp-block-uagb-image--align-none\"><figure class=\"wp-block-uagb-image__figure\"><img srcset=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAA39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba-1-1024x768.png \" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAA39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba-1-1024x768.png\" alt=\"\" class=\"uag-image-905\" width=\"\" height=\"\" title=\"\" loading=\"lazy\"/></figure></div>\n<!-- /wp:uagb/image --></div>\n<!-- /wp:uagb/container --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"bf4bac8c\",\"directionDesktop\":\"row\",\"alignItemsDesktop\":\"flex-start\",\"topMarginDesktop\":24,\"bottomMarginDesktop\":0,\"leftMarginDesktop\":0,\"rightMarginDesktop\":0,\"topMarginTablet\":20,\"bottomMarginTablet\":0,\"leftMarginTablet\":0,\"rightMarginTablet\":0,\"topMarginMobile\":24,\"bottomMarginMobile\":0,\"leftMarginMobile\":0,\"rightMarginMobile\":0,\"marginLink\":false,\"variationSelected\":true,\"columnGapDesktop\":24,\"columnGapTablet\":20} -->\n<div class=\"wp-block-uagb-container uagb-block-bf4bac8c\"><!-- wp:uagb/container {\"block_id\":\"21b41f28\",\"widthDesktop\":67,\"variationSelected\":true,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-21b41f28\"><!-- wp:image {\"id\":837,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-8-1024x678.jpg\" alt=\"\" class=\"wp-image-837\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"11018c67\",\"widthDesktop\":32,\"variationSelected\":true,\"rowGapDesktop\":24,\"rowGapTablet\":20,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-11018c67\"><!-- wp:uagb/image {\"block_id\":\"8e5ca423\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Blue-roan-pool-01.jpg\",\"id\":782,\"linkDestination\":\"none\",\"width\":385,\"height\":250,\"naturalWidth\":800,\"naturalHeight\":534,\"sizeSlug\":\"full\",\"sizeSlugTablet\":\"full\",\"sizeSlugMobile\":\"full\",\"customHeightSetDesktop\":true} -->\n<div class=\"wp-block-uagb-image uagb-block-8e5ca423 wp-block-uagb-image--layout-default wp-block-uagb-image--effect-static wp-block-uagb-image--align-none\"><figure class=\"wp-block-uagb-image__figure\"><img srcset=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Blue-roan-pool-01.jpg \" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Blue-roan-pool-01.jpg\" alt=\"\" class=\"uag-image-782\" width=\"385\" height=\"250\" title=\"\" loading=\"lazy\"/></figure></div>\n<!-- /wp:uagb/image -->\n\n<!-- wp:uagb/image {\"block_id\":\"c486a813\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/bird-1024x683.jpg\",\"id\":910,\"linkDestination\":\"none\",\"width\":385,\"height\":250,\"naturalWidth\":1024,\"naturalHeight\":683,\"sizeSlug\":\"large\",\"sizeSlugTablet\":\"large\",\"sizeSlugMobile\":\"large\",\"customHeightSetDesktop\":true} -->\n<div class=\"wp-block-uagb-image uagb-block-c486a813 wp-block-uagb-image--layout-default wp-block-uagb-image--effect-static wp-block-uagb-image--align-none\"><figure class=\"wp-block-uagb-image__figure\"><img srcset=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/bird-1024x683.jpg \" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/bird-1024x683.jpg\" alt=\"\" class=\"uag-image-910\" width=\"385\" height=\"250\" title=\"\" loading=\"lazy\"/></figure></div>\n<!-- /wp:uagb/image --></div>\n<!-- /wp:uagb/container --></div>\n<!-- /wp:uagb/container --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"b88af430\",\"backgroundType\":\"color\",\"backgroundSizeTablet\":\"cover\",\"backgroundSizeMobile\":\"cover\",\"backgroundColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"topPaddingDesktop\":40,\"bottomPaddingDesktop\":104,\"leftPaddingDesktop\":40,\"rightPaddingDesktop\":40,\"topPaddingTablet\":80,\"bottomPaddingTablet\":80,\"leftPaddingTablet\":40,\"rightPaddingTablet\":40,\"topPaddingMobile\":64,\"bottomPaddingMobile\":64,\"leftPaddingMobile\":24,\"rightPaddingMobile\":24,\"paddingLink\":false,\"variationSelected\":true,\"rowGapDesktop\":0,\"isBlockRootParent\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-b88af430 alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/advanced-heading {\"block_id\":\"ce69ddff\",\"classMigrate\":true,\"headingDescToggle\":true,\"headingAlign\":\"center\",\"headingAlignMobile\":\"left\",\"subHeadingColor\":\"\",\"headSpace\":20,\"subHeadFontSize\":16,\"blockBottomPadding\":20} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-ce69ddff\"><h2 class=\"uagb-heading-text\">What Our Guests Say​</h2><p class=\"uagb-desc-text\">We take pride in serving our guests the best experience. </p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/container {\"block_id\":\"379febb0\",\"directionDesktop\":\"row\",\"topMarginDesktop\":40,\"bottomMarginDesktop\":0,\"leftMarginDesktop\":0,\"rightMarginDesktop\":0,\"marginLink\":false,\"variationSelected\":true,\"rowGapMobile\":40,\"columnGapDesktop\":90} -->\n<div class=\"wp-block-uagb-container uagb-block-379febb0\"><!-- wp:uagb/container {\"block_id\":\"a55e6f7f\",\"widthDesktop\":50,\"variationSelected\":true,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-a55e6f7f\"><!-- wp:uagb/testimonial {\"test_item_count\":1,\"classMigrate\":true,\"test_block\":[{\"description\":\"\\u0022Thank you for a most enjoyable weekend stay and for making our anniversary so special.  Thank you for your kind and lovely friendship which we really appreciate!!!\\u0022​\",\"name\":\"\\u003cstrong\\u003eBrenda and Theuns\\u003c/strong\\u003e\",\"company\":\"\",\"image\":{\"id\":119,\"title\":\"testimonial1\",\"filename\":\"testimonial1.jpg\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/testimonial1.jpg\",\"link\":\"https://blueroan.netgen.cloud/testimonial1/\",\"alt\":\"\",\"author\":\"34\",\"description\":\"\",\"caption\":\"\",\"name\":\"testimonial1\",\"status\":\"inherit\",\"uploadedTo\":0,\"date\":\"2021-05-11T05:02:02.000Z\",\"modified\":\"2021-05-11T05:02:02.000Z\",\"menuOrder\":0,\"mime\":\"image/jpeg\",\"type\":\"image\",\"subtype\":\"jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/default.png\",\"dateFormatted\":\"May 11, 2021\",\"nonces\":{\"update\":\"b92fe40c3d\",\"delete\":\"643c1eb8f1\",\"edit\":\"d3e7d56b1d\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=119\\u0026action=edit\",\"meta\":false,\"authorName\":\"Rishabh\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/user-edit.php?user_id=34\",\"filesizeInBytes\":11264,\"filesizeHumanReadable\":\"11 KB\",\"context\":\"\",\"height\":250,\"width\":250,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/testimonial1-150x150.jpg\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/testimonial1.jpg\",\"height\":250,\"width\":250,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}}}],\"headingAlign\":\"left\",\"headingAlignTablet\":\"left\",\"headingAlignMobile\":\"left\",\"descColor\":\"var(\\u002d\\u002dast-global-color-3)\",\"nameFontSize\":14,\"nameLineHeight\":1,\"descFontSize\":16,\"descFontWeight\":\"600\",\"nameSpace\":1,\"block_id\":\"6bdaeadf\",\"iconImage\":{\"url\":\"\",\"alt\":\"InfoBox placeholder img\"},\"imageWidth\":32,\"columnGap\":1,\"borderStyle\":\"\",\"paddingTop\":0,\"paddingBottom\":0,\"paddingLeft\":0,\"paddingRight\":0,\"spacingLink\":true,\"imgpaddingTop\":0,\"imgpaddingRight\":15,\"imgpaddingBottom\":0,\"imgpaddingLeft\":0,\"overallBorderStyle\":\"none\",\"imgTagHeight\":32,\"imgTagWidth\":150} -->\n<div class=\"wp-block-uagb-testimonial uagb-slick-carousel uagb-tm__arrow-outside uagb-block-6bdaeadf uagb-post__carousel_notset uagb-post__carousel_notset-tablet uagb-post__carousel_notset-mobile\"><div class=\"is-carousel uagb-tm__columns-1 uagb-tm__items\"><div class=\"uagb-testimonial__wrap  uagb-tm__imgicon-style-circle uagb-tm__image-position-bottom uagb-tm__bg-type-none \"><div class=\"uagb-tm__content\"><div class=\"uagb-tm__overlay\"></div><div class=\"uagb-tm__text-wrap\"><div class=\"uagb-tm__desc\">\"Thank you for a most enjoyable weekend stay and for making our anniversary so special.  Thank you for your kind and lovely friendship which we really appreciate!!!\"​</div><div class=\"uagb-tm__meta-inner\"><div class=\"uagb-tm__image-content\"><div class=\"uagb-tm__image\"><img class=\"uagb-tm-img-src\" src=\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/testimonial1-150x150.jpg\" alt=\"\" width=\"32\" height=\"32\" loading=\"lazy\"/></div></div><div class=\"uagb-testimonial-details\"><span class=\"uagb-tm__author-name\"><strong>Brenda and Theuns</strong></span><span class=\"uagb-tm__company\"></span></div></div></div></div></div></div></div>\n<!-- /wp:uagb/testimonial -->\n\n<!-- wp:uagb/testimonial {\"test_item_count\":1,\"classMigrate\":true,\"test_block\":[{\"description\":\"\\u0022Breaking away from city life and coming out to a most wonderful romantic weekend away.  The unit is so comfortable.  Thank you for your great hospitality - we had an awesome time here.  Go well - with love\\u0022​\",\"name\":\"\\u003cstrong\\u003e\\u003cstrong\\u003e\\u003cstrong\\u003eLiz \\u0026amp; Eddie\\u003c/strong\\u003e\\u003c/strong\\u003e\\u003c/strong\\u003e\",\"company\":\"\",\"image\":{\"id\":122,\"title\":\"testimonial4\",\"filename\":\"testimonial4.jpg\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/testimonial4.jpg\",\"link\":\"https://blueroan.netgen.cloud/testimonial4/\",\"alt\":\"\",\"author\":\"34\",\"description\":\"\",\"caption\":\"\",\"name\":\"testimonial4\",\"status\":\"inherit\",\"uploadedTo\":0,\"date\":\"2021-05-11T05:02:06.000Z\",\"modified\":\"2021-05-11T05:02:06.000Z\",\"menuOrder\":0,\"mime\":\"image/jpeg\",\"type\":\"image\",\"subtype\":\"jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/default.png\",\"dateFormatted\":\"May 11, 2021\",\"nonces\":{\"update\":\"4e34860add\",\"delete\":\"9e126a55cd\",\"edit\":\"33ffd3c040\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=122\\u0026action=edit\",\"meta\":false,\"authorName\":\"Rishabh\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/user-edit.php?user_id=34\",\"filesizeInBytes\":16584,\"filesizeHumanReadable\":\"16 KB\",\"context\":\"\",\"height\":250,\"width\":250,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/testimonial4-150x150.jpg\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/testimonial4.jpg\",\"height\":250,\"width\":250,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}}}],\"headingAlign\":\"left\",\"headingAlignTablet\":\"left\",\"headingAlignMobile\":\"left\",\"descColor\":\"var(\\u002d\\u002dast-global-color-3)\",\"nameFontSize\":14,\"nameLineHeight\":1,\"descFontSize\":16,\"descFontWeight\":\"600\",\"nameSpace\":1,\"block_id\":\"c1a28725\",\"iconImage\":{\"url\":\"\",\"alt\":\"InfoBox placeholder img\"},\"imageWidth\":32,\"columnGap\":1,\"borderStyle\":\"\",\"paddingTop\":0,\"paddingBottom\":0,\"paddingLeft\":0,\"paddingRight\":0,\"spacingLink\":true,\"imgpaddingTop\":0,\"imgpaddingRight\":15,\"imgpaddingBottom\":0,\"imgpaddingLeft\":0,\"overallBorderStyle\":\"none\",\"imgTagHeight\":32,\"imgTagWidth\":150} -->\n<div class=\"wp-block-uagb-testimonial uagb-slick-carousel uagb-tm__arrow-outside uagb-block-c1a28725 uagb-post__carousel_notset uagb-post__carousel_notset-tablet uagb-post__carousel_notset-mobile\"><div class=\"is-carousel uagb-tm__columns-1 uagb-tm__items\"><div class=\"uagb-testimonial__wrap  uagb-tm__imgicon-style-circle uagb-tm__image-position-bottom uagb-tm__bg-type-none \"><div class=\"uagb-tm__content\"><div class=\"uagb-tm__overlay\"></div><div class=\"uagb-tm__text-wrap\"><div class=\"uagb-tm__desc\">\"Breaking away from city life and coming out to a most wonderful romantic weekend away.  The unit is so comfortable.  Thank you for your great hospitality - we had an awesome time here.  Go well - with love\"​</div><div class=\"uagb-tm__meta-inner\"><div class=\"uagb-tm__image-content\"><div class=\"uagb-tm__image\"><img class=\"uagb-tm-img-src\" src=\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/testimonial4-150x150.jpg\" alt=\"\" width=\"32\" height=\"32\" loading=\"lazy\"/></div></div><div class=\"uagb-testimonial-details\"><span class=\"uagb-tm__author-name\"><strong><strong><strong>Liz &amp; Eddie</strong></strong></strong></span><span class=\"uagb-tm__company\"></span></div></div></div></div></div></div></div>\n<!-- /wp:uagb/testimonial --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"9bc6419f\",\"widthDesktop\":50,\"variationSelected\":true,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-9bc6419f\"><!-- wp:uagb/testimonial {\"test_item_count\":1,\"classMigrate\":true,\"test_block\":[{\"description\":\"\\u0022Judy, what a wonderful place you have here - we were so delighted to spend the weekend here, so tranquil, peaceful, and beautiful. You made us feel right at home. Definitely a place worth 5 stars! Go well.\\u0022​\",\"name\":\"\\u003cstrong\\u003e\\u003cstrong\\u003eBrian\\u003c/strong\\u003e\\u003c/strong\\u003e \\u003cstrong\\u003e\\u003cstrong\\u003e\\u003cstrong\\u003eand \\u003cstrong\\u003eMariska\\u003c/strong\\u003e\\u003c/strong\\u003e\\u003cbr\\u003e\\u003c/strong\\u003e\\u003c/strong\\u003e\",\"company\":\"\",\"image\":{\"id\":120,\"title\":\"testimonial2\",\"filename\":\"testimonial2.jpg\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/testimonial2.jpg\",\"link\":\"https://blueroan.netgen.cloud/testimonial2/\",\"alt\":\"\",\"author\":\"34\",\"description\":\"\",\"caption\":\"\",\"name\":\"testimonial2\",\"status\":\"inherit\",\"uploadedTo\":0,\"date\":\"2021-05-11T05:02:03.000Z\",\"modified\":\"2021-05-11T05:02:03.000Z\",\"menuOrder\":0,\"mime\":\"image/jpeg\",\"type\":\"image\",\"subtype\":\"jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/default.png\",\"dateFormatted\":\"May 11, 2021\",\"nonces\":{\"update\":\"1ee6412858\",\"delete\":\"4414a2ccbf\",\"edit\":\"bde7b1f490\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=120\\u0026action=edit\",\"meta\":false,\"authorName\":\"Rishabh\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/user-edit.php?user_id=34\",\"filesizeInBytes\":10087,\"filesizeHumanReadable\":\"10 KB\",\"context\":\"\",\"height\":250,\"width\":250,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/testimonial2-150x150.jpg\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/testimonial2.jpg\",\"height\":250,\"width\":250,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}}}],\"headingAlign\":\"left\",\"headingAlignTablet\":\"left\",\"headingAlignMobile\":\"left\",\"descColor\":\"var(\\u002d\\u002dast-global-color-3)\",\"nameFontSize\":14,\"nameLineHeight\":1,\"descFontSize\":16,\"descFontWeight\":\"600\",\"nameSpace\":1,\"block_id\":\"f0c4171b\",\"iconImage\":{\"url\":\"\",\"alt\":\"InfoBox placeholder img\"},\"imageWidth\":32,\"columnGap\":1,\"borderStyle\":\"\",\"paddingTop\":0,\"paddingBottom\":0,\"paddingLeft\":0,\"paddingRight\":0,\"spacingLink\":true,\"imgpaddingTop\":0,\"imgpaddingRight\":15,\"imgpaddingBottom\":0,\"imgpaddingLeft\":0,\"overallBorderStyle\":\"none\",\"imgTagHeight\":32,\"imgTagWidth\":150} -->\n<div class=\"wp-block-uagb-testimonial uagb-slick-carousel uagb-tm__arrow-outside uagb-block-f0c4171b uagb-post__carousel_notset uagb-post__carousel_notset-tablet uagb-post__carousel_notset-mobile\"><div class=\"is-carousel uagb-tm__columns-1 uagb-tm__items\"><div class=\"uagb-testimonial__wrap  uagb-tm__imgicon-style-circle uagb-tm__image-position-bottom uagb-tm__bg-type-none \"><div class=\"uagb-tm__content\"><div class=\"uagb-tm__overlay\"></div><div class=\"uagb-tm__text-wrap\"><div class=\"uagb-tm__desc\">\"Judy, what a wonderful place you have here - we were so delighted to spend the weekend here, so tranquil, peaceful, and beautiful. You made us feel right at home. Definitely a place worth 5 stars! Go well.\"​</div><div class=\"uagb-tm__meta-inner\"><div class=\"uagb-tm__image-content\"><div class=\"uagb-tm__image\"><img class=\"uagb-tm-img-src\" src=\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/testimonial2-150x150.jpg\" alt=\"\" width=\"32\" height=\"32\" loading=\"lazy\"/></div></div><div class=\"uagb-testimonial-details\"><span class=\"uagb-tm__author-name\"><strong><strong>Brian</strong></strong> <strong><strong><strong>and <strong>Mariska</strong></strong><br></strong></strong></span><span class=\"uagb-tm__company\"></span></div></div></div></div></div></div></div>\n<!-- /wp:uagb/testimonial -->\n\n<!-- wp:uagb/testimonial {\"test_item_count\":1,\"classMigrate\":true,\"test_block\":[{\"description\":\"\\u0022Thank you for the most wonderful time, Judy!  This was the most peaceful and perfect place to get engaged!  We will most certainly be back!!!  Your hospitality cannot be topped!\\u0022​\",\"name\":\"\\u003cstrong\\u003e\\u003cstrong\\u003e\\u003cstrong\\u003e\\u003cstrong\\u003eBrett and Kelly\\u003c/strong\\u003e\\u003c/strong\\u003e\\u003c/strong\\u003e\\u003c/strong\\u003e\",\"company\":\"\",\"image\":{\"id\":121,\"title\":\"testimonial3\",\"filename\":\"testimonial3.jpg\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/testimonial3.jpg\",\"link\":\"https://blueroan.netgen.cloud/testimonial3/\",\"alt\":\"\",\"author\":\"34\",\"description\":\"\",\"caption\":\"\",\"name\":\"testimonial3\",\"status\":\"inherit\",\"uploadedTo\":0,\"date\":\"2021-05-11T05:02:05.000Z\",\"modified\":\"2021-05-11T05:02:05.000Z\",\"menuOrder\":0,\"mime\":\"image/jpeg\",\"type\":\"image\",\"subtype\":\"jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/default.png\",\"dateFormatted\":\"May 11, 2021\",\"nonces\":{\"update\":\"290653da5d\",\"delete\":\"90a4fb2d63\",\"edit\":\"ff8a64e56e\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=121\\u0026action=edit\",\"meta\":false,\"authorName\":\"Rishabh\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/user-edit.php?user_id=34\",\"filesizeInBytes\":8748,\"filesizeHumanReadable\":\"9 KB\",\"context\":\"\",\"height\":250,\"width\":250,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/testimonial3-150x150.jpg\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/testimonial3.jpg\",\"height\":250,\"width\":250,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}}}],\"headingAlign\":\"left\",\"headingAlignTablet\":\"left\",\"headingAlignMobile\":\"left\",\"descColor\":\"var(\\u002d\\u002dast-global-color-3)\",\"nameFontSize\":14,\"nameLineHeight\":1,\"descFontSize\":16,\"descFontWeight\":\"600\",\"nameSpace\":1,\"block_id\":\"925715e0\",\"iconImage\":{\"url\":\"\",\"alt\":\"InfoBox placeholder img\"},\"imageWidth\":32,\"columnGap\":1,\"borderStyle\":\"\",\"paddingTop\":0,\"paddingBottom\":0,\"paddingLeft\":0,\"paddingRight\":0,\"spacingLink\":true,\"imgpaddingTop\":0,\"imgpaddingRight\":15,\"imgpaddingBottom\":0,\"imgpaddingLeft\":0,\"overallBorderStyle\":\"none\",\"imgTagHeight\":32,\"imgTagWidth\":150} -->\n<div class=\"wp-block-uagb-testimonial uagb-slick-carousel uagb-tm__arrow-outside uagb-block-925715e0 uagb-post__carousel_notset uagb-post__carousel_notset-tablet uagb-post__carousel_notset-mobile\"><div class=\"is-carousel uagb-tm__columns-1 uagb-tm__items\"><div class=\"uagb-testimonial__wrap  uagb-tm__imgicon-style-circle uagb-tm__image-position-bottom uagb-tm__bg-type-none \"><div class=\"uagb-tm__content\"><div class=\"uagb-tm__overlay\"></div><div class=\"uagb-tm__text-wrap\"><div class=\"uagb-tm__desc\">\"Thank you for the most wonderful time, Judy!  This was the most peaceful and perfect place to get engaged!  We will most certainly be back!!!  Your hospitality cannot be topped!\"​</div><div class=\"uagb-tm__meta-inner\"><div class=\"uagb-tm__image-content\"><div class=\"uagb-tm__image\"><img class=\"uagb-tm-img-src\" src=\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/testimonial3-150x150.jpg\" alt=\"\" width=\"32\" height=\"32\" loading=\"lazy\"/></div></div><div class=\"uagb-testimonial-details\"><span class=\"uagb-tm__author-name\"><strong><strong><strong><strong>Brett and Kelly</strong></strong></strong></strong></span><span class=\"uagb-tm__company\"></span></div></div></div></div></div></div></div>\n<!-- /wp:uagb/testimonial --></div>\n<!-- /wp:uagb/container --></div>\n<!-- /wp:uagb/container --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"8df1d5dd\",\"innerContentCustomWidthDesktop\":781,\"innerContentCustomWidthTablet\":781,\"backgroundType\":\"image\",\"backgroundImageDesktop\":{\"id\":809,\"title\":\"26759994757_767d9794fd_b\",\"filename\":\"26759994757_767d9794fd_b.jpg\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/26759994757_767d9794fd_b.jpg\",\"link\":\"https://blueroan.netgen.cloud/?attachment_id=809\",\"alt\":\"\",\"author\":\"2\",\"description\":\"\",\"caption\":\"\",\"name\":\"26759994757_767d9794fd_b\",\"status\":\"inherit\",\"uploadedTo\":805,\"date\":\"2022-12-13T09:51:53.000Z\",\"modified\":\"2022-12-13T09:51:53.000Z\",\"menuOrder\":0,\"mime\":\"image/jpeg\",\"type\":\"image\",\"subtype\":\"jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-includes/images/media/default.png\",\"dateFormatted\":\"December 13, 2022\",\"nonces\":{\"update\":\"39b5c0eef1\",\"delete\":\"fde92abd83\",\"edit\":\"3923face9e\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=809\\u0026action=edit\",\"meta\":false,\"authorName\":\"Netgen Support\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/profile.php\",\"uploadedToTitle\":\"Magaliesburg\",\"uploadedToLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=805\\u0026action=edit\",\"filesizeInBytes\":143610,\"filesizeHumanReadable\":\"140 KB\",\"context\":\"\",\"height\":683,\"width\":1024,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/26759994757_767d9794fd_b-150x150.jpg\",\"orientation\":\"landscape\"},\"medium\":{\"height\":200,\"width\":300,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/26759994757_767d9794fd_b-300x200.jpg\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/26759994757_767d9794fd_b.jpg\",\"height\":683,\"width\":1024,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"backgroundImageColor\":\"rgba(42,42,42,0.65)\",\"topPaddingDesktop\":144,\"bottomPaddingDesktop\":144,\"leftPaddingDesktop\":40,\"rightPaddingDesktop\":40,\"topPaddingTablet\":80,\"bottomPaddingTablet\":80,\"leftPaddingTablet\":40,\"rightPaddingTablet\":40,\"topPaddingMobile\":64,\"bottomPaddingMobile\":64,\"leftPaddingMobile\":24,\"rightPaddingMobile\":24,\"paddingLink\":false,\"variationSelected\":true,\"isBlockRootParent\":true,\"overlayType\":\"color\"} -->\n<div class=\"wp-block-uagb-container uagb-block-8df1d5dd alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/advanced-heading {\"block_id\":\"bafa4e78\",\"classMigrate\":true,\"headingDescToggle\":true,\"headingAlign\":\"center\",\"headingColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"subHeadingColor\":\"var(\\u002d\\u002dast-global-color-4)\",\"headSpace\":20} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-bafa4e78\"><h2 class=\"uagb-heading-text\">Plan an Unforgettable Experience at <br>Blue Roan!</h2><p class=\"uagb-desc-text\">Blue Roan is a 3-star graded pet-friendly venue</p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/advanced-heading {\"block_id\":\"70db6bf0\",\"classMigrate\":true,\"headingTitleToggle\":false,\"headingDescToggle\":true,\"headingAlign\":\"center\",\"subHeadingColor\":\"var(\\u002d\\u002dast-global-color-4)\",\"subHeadTransform\":\"uppercase\",\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"subHeadLetterSpacing\":2,\"blockTopPadding\":60,\"blockRightPadding\":0,\"blockLeftPadding\":0,\"blockBottomPadding\":0,\"blockTopPaddingMobile\":30,\"blockRightPaddingMobile\":0,\"blockLeftPaddingMobile\":0,\"blockBottomPaddingMobile\":0,\"linkColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"linkHColor\":\"var(\\u002d\\u002dast-global-color-0)\"} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-70db6bf0\"><p class=\"uagb-desc-text\"><a href=\"https://book.nightsbridge.com/11065\" target=\"_blank\" rel=\"noreferrer noopener\">BOOK YOUR STAY NOW​</a></p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/icon-list {\"block_id\":\"01277dee\",\"classMigrate\":true,\"childMigrate\":true,\"align\":\"center\",\"parentIcon\":\"phone\",\"size\":40,\"sizeMobile\":24,\"sizeTablet\":32,\"fontSize\":48,\"fontSizeMobile\":28,\"fontSizeTablet\":40,\"fontWeight\":\"600\",\"iconColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"labelColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"blockTopPadding\":0,\"blockRightPadding\":0,\"blockLeftPadding\":0,\"blockBottomPadding\":24,\"blockPaddingLink\":false} -->\n<div class=\"wp-block-uagb-icon-list uagb-block-01277dee\"><div class=\"uagb-icon-list__wrap\"><!-- wp:uagb/icon-list-child {\"block_id\":\"e0f471ab\",\"label\":\" + 27 (0) 82 575 5409\",\"label_color\":\"\",\"link\":\"tel:+27825755409\",\"disableLink\":true,\"fromParentIcon\":\"phone\",\"imageSizeChild\":40} -->\n<div class=\"wp-block-uagb-icon-list-child uagb-block-e0f471ab\"><a target=\"_self\" aria-label=\" + 27 (0) 82 575 5409\" rel=\"noopener noreferrer\" href=\"tel:+27825755409\"> </a><span class=\"uagb-icon-list__source-wrap\"><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M511.2 387l-23.25 100.8c-3.266 14.25-15.79 24.22-30.46 24.22C205.2 512 0 306.8 0 54.5c0-14.66 9.969-27.2 24.22-30.45l100.8-23.25C139.7-2.602 154.7 5.018 160.8 18.92l46.52 108.5c5.438 12.78 1.77 27.67-8.98 36.45L144.5 207.1c33.98 69.22 90.26 125.5 159.5 159.5l44.08-53.8c8.688-10.78 23.69-14.51 36.47-8.975l108.5 46.51C506.1 357.2 514.6 372.4 511.2 387z\"></path></svg></span><span class=\"uagb-icon-list__label\"> + 27 (0) 82 575 5409</span></div>\n<!-- /wp:uagb/icon-list-child -->\n\n<!-- wp:uagb/icon-list-child {\"block_id\":\"e932be29\",\"label\":\"blueroan@ugo.co.za\",\"icon\":\"envelope\",\"label_color\":\"\",\"link\":\"mailto:blueroan@ugo.co.za\",\"disableLink\":true,\"fromParentIcon\":\"phone\",\"imageSizeChild\":40} -->\n<div class=\"wp-block-uagb-icon-list-child uagb-block-e932be29\"><a target=\"_self\" aria-label=\"blueroan@ugo.co.za\" rel=\"noopener noreferrer\" href=\"mailto:blueroan@ugo.co.za\"> </a><span class=\"uagb-icon-list__source-wrap\"><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M464 64C490.5 64 512 85.49 512 112C512 127.1 504.9 141.3 492.8 150.4L275.2 313.6C263.8 322.1 248.2 322.1 236.8 313.6L19.2 150.4C7.113 141.3 0 127.1 0 112C0 85.49 21.49 64 48 64H464zM217.6 339.2C240.4 356.3 271.6 356.3 294.4 339.2L512 176V384C512 419.3 483.3 448 448 448H64C28.65 448 0 419.3 0 384V176L217.6 339.2z\"></path></svg></span><span class=\"uagb-icon-list__label\">blueroan@ugo.co.za</span></div>\n<!-- /wp:uagb/icon-list-child --></div></div>\n<!-- /wp:uagb/icon-list --></div></div>\n<!-- /wp:uagb/container -->',	'Home',	'',	'inherit',	'closed',	'closed',	'',	'760-revision-v1',	'',	'',	'2022-12-22 07:34:30',	'2022-12-22 07:34:30',	'',	760,	'https://blueroan.netgen.cloud/?p=1401',	0,	'revision',	'',	0),
(1402,	2,	'2022-12-22 07:35:13',	'2022-12-22 07:35:13',	'<!-- wp:uagb/container {\"block_id\":\"3736cf55\",\"minHeightDesktop\":95,\"minHeightTablet\":70,\"minHeightMobile\":80,\"minHeightType\":\"vh\",\"alignItemsDesktop\":\"flex-start\",\"backgroundType\":\"image\",\"backgroundImageDesktop\":{\"uploading\":false,\"date\":1670921854000,\"filename\":\"Blue-Roan-pool.jpg\",\"menuOrder\":0,\"uploadedTo\":760,\"type\":\"image\",\"subtype\":\"jpeg\",\"id\":784,\"title\":\"Blue Roan - pool\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Blue-Roan-pool.jpg\",\"link\":\"https://blueroan.netgen.cloud/home/blue-roan-pool/\",\"alt\":\"\",\"author\":\"2\",\"description\":\"\",\"caption\":\"\",\"name\":\"blue-roan-pool\",\"status\":\"inherit\",\"modified\":1670921854000,\"mime\":\"image/jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-includes/images/media/default.png\",\"dateFormatted\":\"December 13, 2022\",\"nonces\":{\"update\":\"51a12ed09e\",\"delete\":\"5174068551\",\"edit\":\"1de0721407\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=784\\u0026action=edit\",\"meta\":false,\"authorName\":\"Netgen Support\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/profile.php\",\"uploadedToTitle\":\"Home\",\"uploadedToLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=760\\u0026action=edit\",\"filesizeInBytes\":154801,\"filesizeHumanReadable\":\"151 KB\",\"context\":\"\",\"height\":667,\"width\":1000,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Blue-Roan-pool-150x150.jpg\",\"orientation\":\"landscape\"},\"medium\":{\"height\":200,\"width\":300,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Blue-Roan-pool-300x200.jpg\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Blue-Roan-pool.jpg\",\"height\":667,\"width\":1000,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"backgroundPositionDesktop\":{\"x\":0.5,\"y\":0.25},\"backgroundImageColor\":\"rgba(42,42,42,0.35)\",\"topPaddingDesktop\":0,\"bottomPaddingDesktop\":0,\"leftPaddingDesktop\":40,\"rightPaddingDesktop\":40,\"topPaddingTablet\":120,\"bottomPaddingTablet\":120,\"leftPaddingTablet\":40,\"rightPaddingTablet\":40,\"topPaddingMobile\":150,\"bottomPaddingMobile\":150,\"leftPaddingMobile\":20,\"rightPaddingMobile\":20,\"paddingLink\":false,\"variationSelected\":true,\"isBlockRootParent\":true,\"overlayType\":\"color\",\"minHeightTypeTablet\":\"vh\",\"minHeightTypeMobile\":\"vh\"} -->\n<div class=\"wp-block-uagb-container uagb-block-3736cf55 alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:group {\"layout\":{\"inherit\":true,\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group\"><!-- wp:uagb/info-box {\"classMigrate\":true,\"headingAlign\":\"left\",\"headingColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"subHeadingColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"headingTag\":\"h1\",\"subHeadFontSize\":17,\"subHeadFontSizeMobile\":15,\"headSpace\":20,\"subHeadSpace\":40,\"block_id\":\"538a3cf0\",\"ctaIcon\":\"\",\"ctaText\":\"Book Your Stay Now\",\"ctaLink\":\"https://book.nightsbridge.com/11065\",\"ctaBtnLinkColor\":\"var(\\u002d\\u002dast-global-color-2)\",\"ctaLinkHoverColor\":\"var(\\u002d\\u002dast-global-color-2)\",\"ctaBgColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"ctaBgHoverColor\":\"var(\\u002d\\u002dast-global-color-4)\",\"ctaBorderColor\":\"\",\"ctaBorderStyle\":\"\",\"ctaBorderWidth\":\"\",\"ctaBorderRadius\":\"\",\"iconImage\":{\"url\":\"\",\"alt\":\"InfoBox placeholder img\"},\"showIcon\":false,\"paddingBtnTop\":18,\"paddingBtnBottom\":18,\"paddingBtnLeft\":34,\"paddingBtnRight\":34,\"blockTopPadding\":5,\"blockRightPadding\":40,\"blockLeftPadding\":0,\"blockBottomPadding\":0,\"blockTopPaddingTablet\":0,\"blockRightPaddingTablet\":64,\"blockLeftPaddingTablet\":0,\"blockBottomPaddingTablet\":0,\"blockTopPaddingMobile\":0,\"blockRightPaddingMobile\":0,\"blockLeftPaddingMobile\":0,\"blockBottomPaddingMobile\":0,\"blockPaddingUnit\":\"%\",\"blockPaddingLink\":false,\"subHeadMarginTopTablet\":0,\"subHeadMarginRightTablet\":64,\"subHeadTabletSpace\":40,\"subHeadMarginLeftTablet\":0,\"subHeadMarginTopMobile\":0,\"subHeadMarginRightMobile\":0,\"subHeadMobileSpace\":40,\"subHeadMarginLeftMobile\":0,\"btnBorderTopWidth\":1,\"btnBorderLeftWidth\":1,\"btnBorderRightWidth\":1,\"btnBorderBottomWidth\":1,\"btnBorderTopLeftRadius\":0,\"btnBorderTopRightRadius\":0,\"btnBorderBottomLeftRadius\":0,\"btnBorderBottomRightRadius\":0,\"btnBorderStyle\":\"none\",\"btnBorderColor\":\"#333\"} -->\n<div class=\"wp-block-uagb-info-box uagb-block-538a3cf0 uagb-infobox__content-wrap  uagb-infobox-icon-above-title uagb-infobox-image-valign-top\"><div class=\"uagb-ifb-content\"><div class=\"uagb-ifb-title-wrap\"><h1 class=\"uagb-ifb-title\">Magaliesburg pet friendly self-catering accommodation</h1></div><p class=\"uagb-ifb-desc\">Romantic pet-friendly self-catering accommodation in Magaliesburg, Gauteng.</p></div></div>\n<!-- /wp:uagb/info-box --></div>\n<!-- /wp:group -->\n\n<!-- wp:buttons {\"layout\":{\"type\":\"flex\",\"justifyContent\":\"left\",\"orientation\":\"horizontal\"},\"style\":{\"spacing\":{\"blockGap\":\"var:preset|spacing|50\"}}} -->\n<div class=\"wp-block-buttons\"><!-- wp:button {\"backgroundColor\":\"ast-global-color-5\",\"textColor\":\"ast-global-color-2\",\"width\":25,\"style\":{\"spacing\":{\"padding\":{\"top\":\"var:preset|spacing|50\",\"right\":\"var:preset|spacing|30\",\"bottom\":\"var:preset|spacing|50\",\"left\":\"var:preset|spacing|30\"}}},\"className\":\"is-style-fill\",\"UAGHideMob\":true,\"UAGHideTab\":true,\"UAGResponsiveConditions\":true} -->\n<div class=\"wp-block-button has-custom-width wp-block-button__width-25 is-style-fill uag-hide-tab uag-hide-mob\" id=\"https://book.nightsbridge.com/11065\"><a class=\"wp-block-button__link has-ast-global-color-2-color has-ast-global-color-5-background-color has-text-color has-background wp-element-button\" href=\"https://book.nightsbridge.com/11065\" style=\"padding-top:var(--wp--preset--spacing--50);padding-right:var(--wp--preset--spacing--30);padding-bottom:var(--wp--preset--spacing--50);padding-left:var(--wp--preset--spacing--30)\" rel=\"https://book.nightsbridge.com/11065\">book your stay now</a></div>\n<!-- /wp:button -->\n\n<!-- wp:button {\"backgroundColor\":\"ast-global-color-5\",\"textColor\":\"ast-global-color-2\",\"width\":25,\"style\":{\"spacing\":{\"padding\":{\"top\":\"var:preset|spacing|50\",\"right\":\"var:preset|spacing|30\",\"bottom\":\"var:preset|spacing|50\",\"left\":\"var:preset|spacing|30\"}}},\"className\":\"is-style-fill\",\"UAGHideMob\":true,\"UAGHideTab\":true,\"UAGDisplayConditions\":\"userstate\",\"UAGResponsiveConditions\":true} -->\n<div class=\"wp-block-button has-custom-width wp-block-button__width-25 is-style-fill uag-hide-tab uag-hide-mob\" id=\"https://book.nightsbridge.com/11065\"><a class=\"wp-block-button__link has-ast-global-color-2-color has-ast-global-color-5-background-color has-text-color has-background wp-element-button\" href=\"https://book.nightsbridge.com/11065\" style=\"padding-top:var(--wp--preset--spacing--50);padding-right:var(--wp--preset--spacing--30);padding-bottom:var(--wp--preset--spacing--50);padding-left:var(--wp--preset--spacing--30)\" target=\"_blank\" rel=\"https://book.nightsbridge.com/11065 noopener\">Check availability</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons -->\n\n<!-- wp:buttons {\"layout\":{\"type\":\"flex\",\"justifyContent\":\"left\",\"orientation\":\"horizontal\"},\"style\":{\"spacing\":{\"blockGap\":\"var:preset|spacing|50\"}}} -->\n<div class=\"wp-block-buttons\"><!-- wp:button {\"backgroundColor\":\"ast-global-color-5\",\"textColor\":\"ast-global-color-2\",\"width\":25,\"style\":{\"spacing\":{\"padding\":{\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\"}}},\"className\":\"is-style-fill\",\"fontSize\":\"small\",\"UAGHideDesktop\":true,\"UAGHideTab\":true,\"UAGResponsiveConditions\":true} -->\n<div class=\"wp-block-button has-custom-width wp-block-button__width-25 has-custom-font-size is-style-fill has-small-font-size uag-hide-desktop uag-hide-tab\"><a class=\"wp-block-button__link has-ast-global-color-2-color has-ast-global-color-5-background-color has-text-color has-background wp-element-button\" href=\"https://book.nightsbridge.com/11065\" style=\"padding-top:0;padding-right:0;padding-bottom:0;padding-left:0\" rel=\"\">book your stay now</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"946316ca\",\"directionDesktop\":\"row\",\"directionMobile\":\"column-reverse\",\"alignItemsDesktop\":\"flex-start\",\"backgroundType\":\"color\",\"backgroundSizeTablet\":\"cover\",\"backgroundSizeMobile\":\"cover\",\"backgroundColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"topPaddingDesktop\":60,\"bottomPaddingDesktop\":60,\"topPaddingTablet\":80,\"bottomPaddingTablet\":80,\"leftPaddingTablet\":40,\"rightPaddingTablet\":40,\"topPaddingMobile\":64,\"bottomPaddingMobile\":64,\"leftPaddingMobile\":24,\"rightPaddingMobile\":24,\"paddingLink\":false,\"variationSelected\":true,\"columnGapDesktop\":60,\"columnGapTablet\":50,\"isBlockRootParent\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-946316ca alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/container {\"block_id\":\"8bce9bcc\",\"widthDesktop\":50,\"variationSelected\":true,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-8bce9bcc\"><!-- wp:image {\"id\":797,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-13.jpg\" alt=\"\" class=\"wp-image-797\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>We have 7 lovely brick&nbsp;<strong>self-catering</strong>&nbsp;units, each one private and with its own character and theme. &nbsp;They are designed exclusively for couples with or without pets wanting a romantic and peaceful place to connect, re-connect, celebrate special occasions, or somewhere quiet and comfortable to come for a holiday</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:buttons -->\n<div class=\"wp-block-buttons\"><!-- wp:button -->\n<div class=\"wp-block-button\"><a class=\"wp-block-button__link wp-element-button\" href=\"/accommodation/\">View accomodation</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"a7aae10a\",\"widthDesktop\":50,\"leftPaddingDesktop\":0,\"paddingLink\":false,\"variationSelected\":true,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-a7aae10a\"><!-- wp:uagb/advanced-heading {\"block_id\":\"778f74e0\",\"classMigrate\":true,\"headingDescToggle\":true,\"subHeadingColor\":\"\",\"headSpace\":20,\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-778f74e0\"><h2 class=\"uagb-heading-text\"><strong>Blue Roan is a 3-star graded pet-friendly venue</strong></h2><p class=\"uagb-desc-text\">Our goal is to provide high-quality, romantic, comfortable, and affordable self-catering accommodation on the outskirts of the village of &nbsp;Magaliesburg. &nbsp;For animal lovers, we are also&nbsp;pet-friendly&nbsp;by arrangement in most of the units all of which have their own fully fenced and gated private grassy gardens.</p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/image {\"block_id\":\"93b05e48\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/hammock-in-the-garden.jpg\",\"align\":\"left\",\"id\":799,\"linkDestination\":\"none\",\"naturalWidth\":600,\"naturalHeight\":400,\"sizeSlug\":\"full\",\"sizeSlugTablet\":\"full\",\"sizeSlugMobile\":\"full\",\"imageTopMargin\":20,\"imageRightMargin\":0,\"imageLeftMargin\":0,\"imageBottomMargin\":0,\"imageTopMarginMobile\":0,\"imageRightMarginMobile\":0,\"imageLeftMarginMobile\":0,\"imageBottomMarginMobile\":0,\"imageMarginLink\":false} -->\n<div class=\"wp-block-uagb-image uagb-block-93b05e48 wp-block-uagb-image--layout-default wp-block-uagb-image--effect-static wp-block-uagb-image--align-left\"><figure class=\"wp-block-uagb-image__figure\"><img srcset=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/hammock-in-the-garden.jpg \" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/hammock-in-the-garden.jpg\" alt=\"\" class=\"uag-image-799\" width=\"\" height=\"\" title=\"\" loading=\"lazy\"/></figure></div>\n<!-- /wp:uagb/image --></div>\n<!-- /wp:uagb/container --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"cd184d5c\",\"directionDesktop\":\"row\",\"directionMobile\":\"column-reverse\",\"alignItemsDesktop\":\"flex-start\",\"backgroundType\":\"color\",\"backgroundSizeTablet\":\"cover\",\"backgroundSizeMobile\":\"cover\",\"backgroundColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"topPaddingDesktop\":0,\"bottomPaddingDesktop\":0,\"topPaddingTablet\":80,\"bottomPaddingTablet\":80,\"leftPaddingTablet\":40,\"rightPaddingTablet\":40,\"topPaddingMobile\":64,\"bottomPaddingMobile\":64,\"leftPaddingMobile\":24,\"rightPaddingMobile\":24,\"paddingLink\":false,\"variationSelected\":true,\"rowGapDesktop\":0,\"columnGapDesktop\":0,\"columnGapTablet\":50,\"isBlockRootParent\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-cd184d5c alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:image {\"align\":\"center\",\"id\":1344,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image aligncenter size-large\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/tgcsa-full-3-stars-1024x366.jpg\" alt=\"\" class=\"wp-image-1344\"/></figure>\n<!-- /wp:image --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"d33c8ed2\",\"backgroundType\":\"color\",\"backgroundSizeTablet\":\"cover\",\"backgroundSizeMobile\":\"cover\",\"backgroundColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"topPaddingDesktop\":50,\"bottomPaddingDesktop\":100,\"topPaddingTablet\":50,\"bottomPaddingTablet\":25,\"leftPaddingTablet\":20,\"rightPaddingTablet\":20,\"topPaddingMobile\":50,\"bottomPaddingMobile\":20,\"leftPaddingMobile\":20,\"rightPaddingMobile\":20,\"paddingLink\":false,\"variationSelected\":true,\"rowGapDesktop\":0,\"isBlockRootParent\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-d33c8ed2 alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/container {\"block_id\":\"24d3a247\",\"directionDesktop\":\"row\",\"alignItemsDesktop\":\"flex-end\",\"alignItemsTablet\":\"flex-end\",\"justifyContentDesktop\":\"flex-end\",\"justifyContentTablet\":\"space-between\",\"variationSelected\":true,\"rowGapMobile\":30,\"columnGapDesktop\":0} -->\n<div class=\"wp-block-uagb-container uagb-block-24d3a247\"><!-- wp:uagb/advanced-heading {\"block_id\":\"ee247e9f\",\"classMigrate\":true,\"headingDescToggle\":true,\"subHeadingColor\":\"\",\"headSpace\":20,\"subHeadFontSize\":16} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-ee247e9f\"><h2 class=\"uagb-heading-text\">Amenities &amp; Interests ​</h2><p class=\"uagb-desc-text\">The Blue Roan Country Lodge is situated just 5 minutes from the village of Magaliesburg on a tar road so easy access for all cars. &nbsp;We have panoramic views of the Magaliesberg mountain range and our farm is the perfect place for a relaxing getaway in the country. &nbsp;As we are only 70 km from JHB and Pretoria, it is only an hour’s drive.</p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/buttons {\"block_id\":\"d408f0bf\",\"classMigrate\":true,\"childMigrate\":true,\"align\":\"right\",\"alignTablet\":\"right\",\"alignMobile\":\"left\",\"gap\":0} -->\n<div class=\"wp-block-uagb-buttons uagb-buttons__outer-wrap uagb-btn__default-btn uagb-btn-tablet__default-btn uagb-btn-mobile__default-btn uagb-block-d408f0bf\"><div class=\"uagb-buttons__wrap uagb-buttons-layout-wrap\"><!-- wp:uagb/buttons-child {\"block_id\":\"4191e99c\",\"label\":\"View All\",\"link\":\"/amenities/\",\"hColor\":\"\",\"borderWidth\":\"\",\"borderRadius\":\"\",\"borderStyle\":\"\",\"borderColor\":\"\",\"borderHColor\":\"\",\"btnBorderTopWidth\":1,\"btnBorderLeftWidth\":1,\"btnBorderRightWidth\":1,\"btnBorderBottomWidth\":1,\"btnBorderTopLeftRadius\":2,\"btnBorderTopRightRadius\":2,\"btnBorderBottomLeftRadius\":2,\"btnBorderBottomRightRadius\":2,\"btnBorderStyle\":\"solid\",\"btnBorderColor\":\"#333\",\"btnBorderHColor\":\"#333\"} -->\n<div class=\"wp-block-uagb-buttons-child uagb-buttons__outer-wrap uagb-block-4191e99c wp-block-button is-style-outline\"><div class=\"uagb-button__wrapper\"><a class=\"uagb-buttons-repeater wp-block-button__link\" href=\"/amenities/\" rel=\"follow noopener\" target=\"_self\"><div class=\"uagb-button__link\">View All</div></a></div></div>\n<!-- /wp:uagb/buttons-child --></div></div>\n<!-- /wp:uagb/buttons --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"c8b61dc6\",\"directionDesktop\":\"row\",\"alignItemsTablet\":\"flex-start\",\"paddingLink\":false,\"topMarginDesktop\":50,\"bottomMarginDesktop\":20,\"leftMarginDesktop\":0,\"rightMarginDesktop\":0,\"marginLink\":false,\"variationSelected\":true,\"rowGapMobile\":65,\"columnGapDesktop\":48,\"columnGapTablet\":20} -->\n<div class=\"wp-block-uagb-container uagb-block-c8b61dc6\"><!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"align\":\"center\",\"id\":828,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image aligncenter size-full\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Blue-Roan-pool.png\" alt=\"Blue Roan\'s rock pool\" class=\"wp-image-828\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>A relaxing rock Pool​</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>We have a lovely sparkling blue rock pool next to a thatched Lapa. &nbsp;&nbsp;Lie on recliners on the green lawn or sit on the swing chair in the Lapa and enjoy the panoramic view of the Magaliesberg mountain range.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":829,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/img-20160605-wa0002-largejpg.png\" alt=\"\" class=\"wp-image-829\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>Braai facilities </h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>What can compare to a burning fire under the star-lit African sky? Nothing beats the flavor of cooking over an open flame.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":1354,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Games-Room.png\" alt=\"\" class=\"wp-image-1354\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>A games room </h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>The reception is also a games room for those who enjoy darts or playing pool. &nbsp;Take a selection of DVDs back to your room and watch movies on your own DVD player. &nbsp;There is also a selection of board games and music CDs that you can borrow.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div>\n<!-- /wp:uagb/container --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"a50e9e1c\",\"backgroundType\":\"color\",\"backgroundSizeTablet\":\"cover\",\"backgroundSizeMobile\":\"cover\",\"backgroundColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"bottomPaddingDesktop\":104,\"leftPaddingDesktop\":40,\"rightPaddingDesktop\":40,\"topPaddingTablet\":80,\"bottomPaddingTablet\":80,\"leftPaddingTablet\":40,\"rightPaddingTablet\":40,\"topPaddingMobile\":64,\"bottomPaddingMobile\":64,\"leftPaddingMobile\":24,\"rightPaddingMobile\":24,\"paddingLink\":false,\"variationSelected\":true,\"rowGapDesktop\":0,\"isBlockRootParent\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-a50e9e1c alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/advanced-heading {\"block_id\":\"ab7fe430\",\"classMigrate\":true,\"headingDescToggle\":true,\"headingAlign\":\"center\",\"headingAlignMobile\":\"left\",\"subHeadingColor\":\"\",\"headSpace\":20,\"subHeadFontSize\":16,\"blockBottomPadding\":20} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-ab7fe430\"><h2 class=\"uagb-heading-text\">Our Inside Pictures​</h2><p class=\"uagb-desc-text\">Take a look at some pretty pictures captured in and around our premises.</p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/container {\"block_id\":\"87f71278\",\"directionDesktop\":\"row\",\"alignItemsDesktop\":\"flex-start\",\"topMarginDesktop\":20,\"bottomMarginDesktop\":0,\"leftMarginDesktop\":0,\"rightMarginDesktop\":0,\"marginLink\":false,\"variationSelected\":true,\"rowGapMobile\":24,\"columnGapDesktop\":24,\"columnGapTablet\":20} -->\n<div class=\"wp-block-uagb-container uagb-block-87f71278\"><!-- wp:uagb/container {\"block_id\":\"62a977e4\",\"widthDesktop\":32,\"variationSelected\":true,\"rowGapDesktop\":24,\"rowGapTablet\":20,\"rowGapMobile\":24,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-62a977e4\"><!-- wp:uagb/image {\"block_id\":\"9285533f\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/red-rose-1024x683.jpg\",\"id\":834,\"linkDestination\":\"none\",\"width\":385,\"height\":284,\"naturalWidth\":1024,\"naturalHeight\":683,\"sizeSlug\":\"large\",\"sizeSlugTablet\":\"large\",\"sizeSlugMobile\":\"large\",\"customHeightSetDesktop\":true} -->\n<div class=\"wp-block-uagb-image uagb-block-9285533f wp-block-uagb-image--layout-default wp-block-uagb-image--effect-static wp-block-uagb-image--align-none\"><figure class=\"wp-block-uagb-image__figure\"><img srcset=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/red-rose-1024x683.jpg \" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/red-rose-1024x683.jpg\" alt=\"\" class=\"uag-image-834\" width=\"385\" height=\"284\" title=\"\" loading=\"lazy\"/></figure></div>\n<!-- /wp:uagb/image -->\n\n<!-- wp:uagb/image {\"block_id\":\"c1306b1e\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/49g.jpg\",\"id\":838,\"linkDestination\":\"none\",\"width\":385,\"height\":284,\"naturalWidth\":650,\"naturalHeight\":450,\"sizeSlug\":\"full\",\"sizeSlugTablet\":\"full\",\"sizeSlugMobile\":\"full\",\"customHeightSetDesktop\":true} -->\n<div class=\"wp-block-uagb-image uagb-block-c1306b1e wp-block-uagb-image--layout-default wp-block-uagb-image--effect-static wp-block-uagb-image--align-none\"><figure class=\"wp-block-uagb-image__figure\"><img srcset=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/49g.jpg \" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/49g.jpg\" alt=\"\" class=\"uag-image-838\" width=\"385\" height=\"284\" title=\"\" loading=\"lazy\"/></figure></div>\n<!-- /wp:uagb/image --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"9fa62928\",\"widthDesktop\":67,\"variationSelected\":true,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-9fa62928\"><!-- wp:uagb/image {\"block_id\":\"75943cd3\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAA39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba-1-1024x768.png\",\"id\":905,\"linkDestination\":\"none\",\"naturalWidth\":1024,\"naturalHeight\":768,\"sizeSlug\":\"large\",\"sizeSlugTablet\":\"large\",\"sizeSlugMobile\":\"large\"} -->\n<div class=\"wp-block-uagb-image uagb-block-75943cd3 wp-block-uagb-image--layout-default wp-block-uagb-image--effect-static wp-block-uagb-image--align-none\"><figure class=\"wp-block-uagb-image__figure\"><img srcset=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAA39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba-1-1024x768.png \" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAA39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba-1-1024x768.png\" alt=\"\" class=\"uag-image-905\" width=\"\" height=\"\" title=\"\" loading=\"lazy\"/></figure></div>\n<!-- /wp:uagb/image --></div>\n<!-- /wp:uagb/container --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"bf4bac8c\",\"directionDesktop\":\"row\",\"alignItemsDesktop\":\"flex-start\",\"topMarginDesktop\":24,\"bottomMarginDesktop\":0,\"leftMarginDesktop\":0,\"rightMarginDesktop\":0,\"topMarginTablet\":20,\"bottomMarginTablet\":0,\"leftMarginTablet\":0,\"rightMarginTablet\":0,\"topMarginMobile\":24,\"bottomMarginMobile\":0,\"leftMarginMobile\":0,\"rightMarginMobile\":0,\"marginLink\":false,\"variationSelected\":true,\"columnGapDesktop\":24,\"columnGapTablet\":20} -->\n<div class=\"wp-block-uagb-container uagb-block-bf4bac8c\"><!-- wp:uagb/container {\"block_id\":\"21b41f28\",\"widthDesktop\":67,\"variationSelected\":true,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-21b41f28\"><!-- wp:image {\"id\":837,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-8-1024x678.jpg\" alt=\"\" class=\"wp-image-837\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"11018c67\",\"widthDesktop\":32,\"variationSelected\":true,\"rowGapDesktop\":24,\"rowGapTablet\":20,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-11018c67\"><!-- wp:uagb/image {\"block_id\":\"8e5ca423\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Blue-roan-pool-01.jpg\",\"id\":782,\"linkDestination\":\"none\",\"width\":385,\"height\":250,\"naturalWidth\":800,\"naturalHeight\":534,\"sizeSlug\":\"full\",\"sizeSlugTablet\":\"full\",\"sizeSlugMobile\":\"full\",\"customHeightSetDesktop\":true} -->\n<div class=\"wp-block-uagb-image uagb-block-8e5ca423 wp-block-uagb-image--layout-default wp-block-uagb-image--effect-static wp-block-uagb-image--align-none\"><figure class=\"wp-block-uagb-image__figure\"><img srcset=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Blue-roan-pool-01.jpg \" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Blue-roan-pool-01.jpg\" alt=\"\" class=\"uag-image-782\" width=\"385\" height=\"250\" title=\"\" loading=\"lazy\"/></figure></div>\n<!-- /wp:uagb/image -->\n\n<!-- wp:uagb/image {\"block_id\":\"c486a813\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/bird-1024x683.jpg\",\"id\":910,\"linkDestination\":\"none\",\"width\":385,\"height\":250,\"naturalWidth\":1024,\"naturalHeight\":683,\"sizeSlug\":\"large\",\"sizeSlugTablet\":\"large\",\"sizeSlugMobile\":\"large\",\"customHeightSetDesktop\":true} -->\n<div class=\"wp-block-uagb-image uagb-block-c486a813 wp-block-uagb-image--layout-default wp-block-uagb-image--effect-static wp-block-uagb-image--align-none\"><figure class=\"wp-block-uagb-image__figure\"><img srcset=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/bird-1024x683.jpg \" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/bird-1024x683.jpg\" alt=\"\" class=\"uag-image-910\" width=\"385\" height=\"250\" title=\"\" loading=\"lazy\"/></figure></div>\n<!-- /wp:uagb/image --></div>\n<!-- /wp:uagb/container --></div>\n<!-- /wp:uagb/container --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"b88af430\",\"backgroundType\":\"color\",\"backgroundSizeTablet\":\"cover\",\"backgroundSizeMobile\":\"cover\",\"backgroundColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"topPaddingDesktop\":40,\"bottomPaddingDesktop\":104,\"leftPaddingDesktop\":40,\"rightPaddingDesktop\":40,\"topPaddingTablet\":80,\"bottomPaddingTablet\":80,\"leftPaddingTablet\":40,\"rightPaddingTablet\":40,\"topPaddingMobile\":64,\"bottomPaddingMobile\":64,\"leftPaddingMobile\":24,\"rightPaddingMobile\":24,\"paddingLink\":false,\"variationSelected\":true,\"rowGapDesktop\":0,\"isBlockRootParent\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-b88af430 alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/advanced-heading {\"block_id\":\"ce69ddff\",\"classMigrate\":true,\"headingDescToggle\":true,\"headingAlign\":\"center\",\"headingAlignMobile\":\"left\",\"subHeadingColor\":\"\",\"headSpace\":20,\"subHeadFontSize\":16,\"blockBottomPadding\":20} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-ce69ddff\"><h2 class=\"uagb-heading-text\">What Our Guests Say​</h2><p class=\"uagb-desc-text\">We take pride in serving our guests the best experience. </p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/container {\"block_id\":\"379febb0\",\"directionDesktop\":\"row\",\"topMarginDesktop\":40,\"bottomMarginDesktop\":0,\"leftMarginDesktop\":0,\"rightMarginDesktop\":0,\"marginLink\":false,\"variationSelected\":true,\"rowGapMobile\":40,\"columnGapDesktop\":90} -->\n<div class=\"wp-block-uagb-container uagb-block-379febb0\"><!-- wp:uagb/container {\"block_id\":\"a55e6f7f\",\"widthDesktop\":50,\"variationSelected\":true,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-a55e6f7f\"><!-- wp:uagb/testimonial {\"test_item_count\":1,\"classMigrate\":true,\"test_block\":[{\"description\":\"\\u0022Thank you for a most enjoyable weekend stay and for making our anniversary so special.  Thank you for your kind and lovely friendship which we really appreciate!!!\\u0022​\",\"name\":\"\\u003cstrong\\u003eBrenda and Theuns\\u003c/strong\\u003e\",\"company\":\"\",\"image\":{\"id\":119,\"title\":\"testimonial1\",\"filename\":\"testimonial1.jpg\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/testimonial1.jpg\",\"link\":\"https://blueroan.netgen.cloud/testimonial1/\",\"alt\":\"\",\"author\":\"34\",\"description\":\"\",\"caption\":\"\",\"name\":\"testimonial1\",\"status\":\"inherit\",\"uploadedTo\":0,\"date\":\"2021-05-11T05:02:02.000Z\",\"modified\":\"2021-05-11T05:02:02.000Z\",\"menuOrder\":0,\"mime\":\"image/jpeg\",\"type\":\"image\",\"subtype\":\"jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/default.png\",\"dateFormatted\":\"May 11, 2021\",\"nonces\":{\"update\":\"b92fe40c3d\",\"delete\":\"643c1eb8f1\",\"edit\":\"d3e7d56b1d\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=119\\u0026action=edit\",\"meta\":false,\"authorName\":\"Rishabh\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/user-edit.php?user_id=34\",\"filesizeInBytes\":11264,\"filesizeHumanReadable\":\"11 KB\",\"context\":\"\",\"height\":250,\"width\":250,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/testimonial1-150x150.jpg\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/testimonial1.jpg\",\"height\":250,\"width\":250,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}}}],\"headingAlign\":\"left\",\"headingAlignTablet\":\"left\",\"headingAlignMobile\":\"left\",\"descColor\":\"var(\\u002d\\u002dast-global-color-3)\",\"nameFontSize\":14,\"nameLineHeight\":1,\"descFontSize\":16,\"descFontWeight\":\"600\",\"nameSpace\":1,\"block_id\":\"6bdaeadf\",\"iconImage\":{\"url\":\"\",\"alt\":\"InfoBox placeholder img\"},\"imageWidth\":32,\"columnGap\":1,\"borderStyle\":\"\",\"paddingTop\":0,\"paddingBottom\":0,\"paddingLeft\":0,\"paddingRight\":0,\"spacingLink\":true,\"imgpaddingTop\":0,\"imgpaddingRight\":15,\"imgpaddingBottom\":0,\"imgpaddingLeft\":0,\"overallBorderStyle\":\"none\",\"imgTagHeight\":32,\"imgTagWidth\":150} -->\n<div class=\"wp-block-uagb-testimonial uagb-slick-carousel uagb-tm__arrow-outside uagb-block-6bdaeadf uagb-post__carousel_notset uagb-post__carousel_notset-tablet uagb-post__carousel_notset-mobile\"><div class=\"is-carousel uagb-tm__columns-1 uagb-tm__items\"><div class=\"uagb-testimonial__wrap  uagb-tm__imgicon-style-circle uagb-tm__image-position-bottom uagb-tm__bg-type-none \"><div class=\"uagb-tm__content\"><div class=\"uagb-tm__overlay\"></div><div class=\"uagb-tm__text-wrap\"><div class=\"uagb-tm__desc\">\"Thank you for a most enjoyable weekend stay and for making our anniversary so special.  Thank you for your kind and lovely friendship which we really appreciate!!!\"​</div><div class=\"uagb-tm__meta-inner\"><div class=\"uagb-tm__image-content\"><div class=\"uagb-tm__image\"><img class=\"uagb-tm-img-src\" src=\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/testimonial1-150x150.jpg\" alt=\"\" width=\"32\" height=\"32\" loading=\"lazy\"/></div></div><div class=\"uagb-testimonial-details\"><span class=\"uagb-tm__author-name\"><strong>Brenda and Theuns</strong></span><span class=\"uagb-tm__company\"></span></div></div></div></div></div></div></div>\n<!-- /wp:uagb/testimonial -->\n\n<!-- wp:uagb/testimonial {\"test_item_count\":1,\"classMigrate\":true,\"test_block\":[{\"description\":\"\\u0022Breaking away from city life and coming out to a most wonderful romantic weekend away.  The unit is so comfortable.  Thank you for your great hospitality - we had an awesome time here.  Go well - with love\\u0022​\",\"name\":\"\\u003cstrong\\u003e\\u003cstrong\\u003e\\u003cstrong\\u003eLiz \\u0026amp; Eddie\\u003c/strong\\u003e\\u003c/strong\\u003e\\u003c/strong\\u003e\",\"company\":\"\",\"image\":{\"id\":122,\"title\":\"testimonial4\",\"filename\":\"testimonial4.jpg\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/testimonial4.jpg\",\"link\":\"https://blueroan.netgen.cloud/testimonial4/\",\"alt\":\"\",\"author\":\"34\",\"description\":\"\",\"caption\":\"\",\"name\":\"testimonial4\",\"status\":\"inherit\",\"uploadedTo\":0,\"date\":\"2021-05-11T05:02:06.000Z\",\"modified\":\"2021-05-11T05:02:06.000Z\",\"menuOrder\":0,\"mime\":\"image/jpeg\",\"type\":\"image\",\"subtype\":\"jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/default.png\",\"dateFormatted\":\"May 11, 2021\",\"nonces\":{\"update\":\"4e34860add\",\"delete\":\"9e126a55cd\",\"edit\":\"33ffd3c040\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=122\\u0026action=edit\",\"meta\":false,\"authorName\":\"Rishabh\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/user-edit.php?user_id=34\",\"filesizeInBytes\":16584,\"filesizeHumanReadable\":\"16 KB\",\"context\":\"\",\"height\":250,\"width\":250,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/testimonial4-150x150.jpg\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/testimonial4.jpg\",\"height\":250,\"width\":250,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}}}],\"headingAlign\":\"left\",\"headingAlignTablet\":\"left\",\"headingAlignMobile\":\"left\",\"descColor\":\"var(\\u002d\\u002dast-global-color-3)\",\"nameFontSize\":14,\"nameLineHeight\":1,\"descFontSize\":16,\"descFontWeight\":\"600\",\"nameSpace\":1,\"block_id\":\"c1a28725\",\"iconImage\":{\"url\":\"\",\"alt\":\"InfoBox placeholder img\"},\"imageWidth\":32,\"columnGap\":1,\"borderStyle\":\"\",\"paddingTop\":0,\"paddingBottom\":0,\"paddingLeft\":0,\"paddingRight\":0,\"spacingLink\":true,\"imgpaddingTop\":0,\"imgpaddingRight\":15,\"imgpaddingBottom\":0,\"imgpaddingLeft\":0,\"overallBorderStyle\":\"none\",\"imgTagHeight\":32,\"imgTagWidth\":150} -->\n<div class=\"wp-block-uagb-testimonial uagb-slick-carousel uagb-tm__arrow-outside uagb-block-c1a28725 uagb-post__carousel_notset uagb-post__carousel_notset-tablet uagb-post__carousel_notset-mobile\"><div class=\"is-carousel uagb-tm__columns-1 uagb-tm__items\"><div class=\"uagb-testimonial__wrap  uagb-tm__imgicon-style-circle uagb-tm__image-position-bottom uagb-tm__bg-type-none \"><div class=\"uagb-tm__content\"><div class=\"uagb-tm__overlay\"></div><div class=\"uagb-tm__text-wrap\"><div class=\"uagb-tm__desc\">\"Breaking away from city life and coming out to a most wonderful romantic weekend away.  The unit is so comfortable.  Thank you for your great hospitality - we had an awesome time here.  Go well - with love\"​</div><div class=\"uagb-tm__meta-inner\"><div class=\"uagb-tm__image-content\"><div class=\"uagb-tm__image\"><img class=\"uagb-tm-img-src\" src=\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/testimonial4-150x150.jpg\" alt=\"\" width=\"32\" height=\"32\" loading=\"lazy\"/></div></div><div class=\"uagb-testimonial-details\"><span class=\"uagb-tm__author-name\"><strong><strong><strong>Liz &amp; Eddie</strong></strong></strong></span><span class=\"uagb-tm__company\"></span></div></div></div></div></div></div></div>\n<!-- /wp:uagb/testimonial --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"9bc6419f\",\"widthDesktop\":50,\"variationSelected\":true,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-9bc6419f\"><!-- wp:uagb/testimonial {\"test_item_count\":1,\"classMigrate\":true,\"test_block\":[{\"description\":\"\\u0022Judy, what a wonderful place you have here - we were so delighted to spend the weekend here, so tranquil, peaceful, and beautiful. You made us feel right at home. Definitely a place worth 5 stars! Go well.\\u0022​\",\"name\":\"\\u003cstrong\\u003e\\u003cstrong\\u003eBrian\\u003c/strong\\u003e\\u003c/strong\\u003e \\u003cstrong\\u003e\\u003cstrong\\u003e\\u003cstrong\\u003eand \\u003cstrong\\u003eMariska\\u003c/strong\\u003e\\u003c/strong\\u003e\\u003cbr\\u003e\\u003c/strong\\u003e\\u003c/strong\\u003e\",\"company\":\"\",\"image\":{\"id\":120,\"title\":\"testimonial2\",\"filename\":\"testimonial2.jpg\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/testimonial2.jpg\",\"link\":\"https://blueroan.netgen.cloud/testimonial2/\",\"alt\":\"\",\"author\":\"34\",\"description\":\"\",\"caption\":\"\",\"name\":\"testimonial2\",\"status\":\"inherit\",\"uploadedTo\":0,\"date\":\"2021-05-11T05:02:03.000Z\",\"modified\":\"2021-05-11T05:02:03.000Z\",\"menuOrder\":0,\"mime\":\"image/jpeg\",\"type\":\"image\",\"subtype\":\"jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/default.png\",\"dateFormatted\":\"May 11, 2021\",\"nonces\":{\"update\":\"1ee6412858\",\"delete\":\"4414a2ccbf\",\"edit\":\"bde7b1f490\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=120\\u0026action=edit\",\"meta\":false,\"authorName\":\"Rishabh\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/user-edit.php?user_id=34\",\"filesizeInBytes\":10087,\"filesizeHumanReadable\":\"10 KB\",\"context\":\"\",\"height\":250,\"width\":250,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/testimonial2-150x150.jpg\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/testimonial2.jpg\",\"height\":250,\"width\":250,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}}}],\"headingAlign\":\"left\",\"headingAlignTablet\":\"left\",\"headingAlignMobile\":\"left\",\"descColor\":\"var(\\u002d\\u002dast-global-color-3)\",\"nameFontSize\":14,\"nameLineHeight\":1,\"descFontSize\":16,\"descFontWeight\":\"600\",\"nameSpace\":1,\"block_id\":\"f0c4171b\",\"iconImage\":{\"url\":\"\",\"alt\":\"InfoBox placeholder img\"},\"imageWidth\":32,\"columnGap\":1,\"borderStyle\":\"\",\"paddingTop\":0,\"paddingBottom\":0,\"paddingLeft\":0,\"paddingRight\":0,\"spacingLink\":true,\"imgpaddingTop\":0,\"imgpaddingRight\":15,\"imgpaddingBottom\":0,\"imgpaddingLeft\":0,\"overallBorderStyle\":\"none\",\"imgTagHeight\":32,\"imgTagWidth\":150} -->\n<div class=\"wp-block-uagb-testimonial uagb-slick-carousel uagb-tm__arrow-outside uagb-block-f0c4171b uagb-post__carousel_notset uagb-post__carousel_notset-tablet uagb-post__carousel_notset-mobile\"><div class=\"is-carousel uagb-tm__columns-1 uagb-tm__items\"><div class=\"uagb-testimonial__wrap  uagb-tm__imgicon-style-circle uagb-tm__image-position-bottom uagb-tm__bg-type-none \"><div class=\"uagb-tm__content\"><div class=\"uagb-tm__overlay\"></div><div class=\"uagb-tm__text-wrap\"><div class=\"uagb-tm__desc\">\"Judy, what a wonderful place you have here - we were so delighted to spend the weekend here, so tranquil, peaceful, and beautiful. You made us feel right at home. Definitely a place worth 5 stars! Go well.\"​</div><div class=\"uagb-tm__meta-inner\"><div class=\"uagb-tm__image-content\"><div class=\"uagb-tm__image\"><img class=\"uagb-tm-img-src\" src=\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/testimonial2-150x150.jpg\" alt=\"\" width=\"32\" height=\"32\" loading=\"lazy\"/></div></div><div class=\"uagb-testimonial-details\"><span class=\"uagb-tm__author-name\"><strong><strong>Brian</strong></strong> <strong><strong><strong>and <strong>Mariska</strong></strong><br></strong></strong></span><span class=\"uagb-tm__company\"></span></div></div></div></div></div></div></div>\n<!-- /wp:uagb/testimonial -->\n\n<!-- wp:uagb/testimonial {\"test_item_count\":1,\"classMigrate\":true,\"test_block\":[{\"description\":\"\\u0022Thank you for the most wonderful time, Judy!  This was the most peaceful and perfect place to get engaged!  We will most certainly be back!!!  Your hospitality cannot be topped!\\u0022​\",\"name\":\"\\u003cstrong\\u003e\\u003cstrong\\u003e\\u003cstrong\\u003e\\u003cstrong\\u003eBrett and Kelly\\u003c/strong\\u003e\\u003c/strong\\u003e\\u003c/strong\\u003e\\u003c/strong\\u003e\",\"company\":\"\",\"image\":{\"id\":121,\"title\":\"testimonial3\",\"filename\":\"testimonial3.jpg\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/testimonial3.jpg\",\"link\":\"https://blueroan.netgen.cloud/testimonial3/\",\"alt\":\"\",\"author\":\"34\",\"description\":\"\",\"caption\":\"\",\"name\":\"testimonial3\",\"status\":\"inherit\",\"uploadedTo\":0,\"date\":\"2021-05-11T05:02:05.000Z\",\"modified\":\"2021-05-11T05:02:05.000Z\",\"menuOrder\":0,\"mime\":\"image/jpeg\",\"type\":\"image\",\"subtype\":\"jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/default.png\",\"dateFormatted\":\"May 11, 2021\",\"nonces\":{\"update\":\"290653da5d\",\"delete\":\"90a4fb2d63\",\"edit\":\"ff8a64e56e\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=121\\u0026action=edit\",\"meta\":false,\"authorName\":\"Rishabh\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/user-edit.php?user_id=34\",\"filesizeInBytes\":8748,\"filesizeHumanReadable\":\"9 KB\",\"context\":\"\",\"height\":250,\"width\":250,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/testimonial3-150x150.jpg\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/testimonial3.jpg\",\"height\":250,\"width\":250,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}}}],\"headingAlign\":\"left\",\"headingAlignTablet\":\"left\",\"headingAlignMobile\":\"left\",\"descColor\":\"var(\\u002d\\u002dast-global-color-3)\",\"nameFontSize\":14,\"nameLineHeight\":1,\"descFontSize\":16,\"descFontWeight\":\"600\",\"nameSpace\":1,\"block_id\":\"925715e0\",\"iconImage\":{\"url\":\"\",\"alt\":\"InfoBox placeholder img\"},\"imageWidth\":32,\"columnGap\":1,\"borderStyle\":\"\",\"paddingTop\":0,\"paddingBottom\":0,\"paddingLeft\":0,\"paddingRight\":0,\"spacingLink\":true,\"imgpaddingTop\":0,\"imgpaddingRight\":15,\"imgpaddingBottom\":0,\"imgpaddingLeft\":0,\"overallBorderStyle\":\"none\",\"imgTagHeight\":32,\"imgTagWidth\":150} -->\n<div class=\"wp-block-uagb-testimonial uagb-slick-carousel uagb-tm__arrow-outside uagb-block-925715e0 uagb-post__carousel_notset uagb-post__carousel_notset-tablet uagb-post__carousel_notset-mobile\"><div class=\"is-carousel uagb-tm__columns-1 uagb-tm__items\"><div class=\"uagb-testimonial__wrap  uagb-tm__imgicon-style-circle uagb-tm__image-position-bottom uagb-tm__bg-type-none \"><div class=\"uagb-tm__content\"><div class=\"uagb-tm__overlay\"></div><div class=\"uagb-tm__text-wrap\"><div class=\"uagb-tm__desc\">\"Thank you for the most wonderful time, Judy!  This was the most peaceful and perfect place to get engaged!  We will most certainly be back!!!  Your hospitality cannot be topped!\"​</div><div class=\"uagb-tm__meta-inner\"><div class=\"uagb-tm__image-content\"><div class=\"uagb-tm__image\"><img class=\"uagb-tm-img-src\" src=\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/testimonial3-150x150.jpg\" alt=\"\" width=\"32\" height=\"32\" loading=\"lazy\"/></div></div><div class=\"uagb-testimonial-details\"><span class=\"uagb-tm__author-name\"><strong><strong><strong><strong>Brett and Kelly</strong></strong></strong></strong></span><span class=\"uagb-tm__company\"></span></div></div></div></div></div></div></div>\n<!-- /wp:uagb/testimonial --></div>\n<!-- /wp:uagb/container --></div>\n<!-- /wp:uagb/container --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"8df1d5dd\",\"innerContentCustomWidthDesktop\":781,\"innerContentCustomWidthTablet\":781,\"backgroundType\":\"image\",\"backgroundImageDesktop\":{\"id\":809,\"title\":\"26759994757_767d9794fd_b\",\"filename\":\"26759994757_767d9794fd_b.jpg\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/26759994757_767d9794fd_b.jpg\",\"link\":\"https://blueroan.netgen.cloud/?attachment_id=809\",\"alt\":\"\",\"author\":\"2\",\"description\":\"\",\"caption\":\"\",\"name\":\"26759994757_767d9794fd_b\",\"status\":\"inherit\",\"uploadedTo\":805,\"date\":\"2022-12-13T09:51:53.000Z\",\"modified\":\"2022-12-13T09:51:53.000Z\",\"menuOrder\":0,\"mime\":\"image/jpeg\",\"type\":\"image\",\"subtype\":\"jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-includes/images/media/default.png\",\"dateFormatted\":\"December 13, 2022\",\"nonces\":{\"update\":\"39b5c0eef1\",\"delete\":\"fde92abd83\",\"edit\":\"3923face9e\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=809\\u0026action=edit\",\"meta\":false,\"authorName\":\"Netgen Support\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/profile.php\",\"uploadedToTitle\":\"Magaliesburg\",\"uploadedToLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=805\\u0026action=edit\",\"filesizeInBytes\":143610,\"filesizeHumanReadable\":\"140 KB\",\"context\":\"\",\"height\":683,\"width\":1024,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/26759994757_767d9794fd_b-150x150.jpg\",\"orientation\":\"landscape\"},\"medium\":{\"height\":200,\"width\":300,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/26759994757_767d9794fd_b-300x200.jpg\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/26759994757_767d9794fd_b.jpg\",\"height\":683,\"width\":1024,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"backgroundImageColor\":\"rgba(42,42,42,0.65)\",\"topPaddingDesktop\":144,\"bottomPaddingDesktop\":144,\"leftPaddingDesktop\":40,\"rightPaddingDesktop\":40,\"topPaddingTablet\":80,\"bottomPaddingTablet\":80,\"leftPaddingTablet\":40,\"rightPaddingTablet\":40,\"topPaddingMobile\":64,\"bottomPaddingMobile\":64,\"leftPaddingMobile\":24,\"rightPaddingMobile\":24,\"paddingLink\":false,\"variationSelected\":true,\"isBlockRootParent\":true,\"overlayType\":\"color\"} -->\n<div class=\"wp-block-uagb-container uagb-block-8df1d5dd alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/advanced-heading {\"block_id\":\"bafa4e78\",\"classMigrate\":true,\"headingDescToggle\":true,\"headingAlign\":\"center\",\"headingColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"subHeadingColor\":\"var(\\u002d\\u002dast-global-color-4)\",\"headSpace\":20} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-bafa4e78\"><h2 class=\"uagb-heading-text\">Plan an Unforgettable Experience at <br>Blue Roan!</h2><p class=\"uagb-desc-text\">Blue Roan is a 3-star graded pet-friendly venue</p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/advanced-heading {\"block_id\":\"70db6bf0\",\"classMigrate\":true,\"headingTitleToggle\":false,\"headingDescToggle\":true,\"headingAlign\":\"center\",\"subHeadingColor\":\"var(\\u002d\\u002dast-global-color-4)\",\"subHeadTransform\":\"uppercase\",\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"subHeadLetterSpacing\":2,\"blockTopPadding\":60,\"blockRightPadding\":0,\"blockLeftPadding\":0,\"blockBottomPadding\":0,\"blockTopPaddingMobile\":30,\"blockRightPaddingMobile\":0,\"blockLeftPaddingMobile\":0,\"blockBottomPaddingMobile\":0,\"linkColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"linkHColor\":\"var(\\u002d\\u002dast-global-color-0)\"} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-70db6bf0\"><p class=\"uagb-desc-text\"><a href=\"https://book.nightsbridge.com/11065\" target=\"_blank\" rel=\"noreferrer noopener\">BOOK YOUR STAY NOW​</a></p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/icon-list {\"block_id\":\"01277dee\",\"classMigrate\":true,\"childMigrate\":true,\"align\":\"center\",\"parentIcon\":\"phone\",\"size\":40,\"sizeMobile\":24,\"sizeTablet\":32,\"fontSize\":48,\"fontSizeMobile\":28,\"fontSizeTablet\":40,\"fontWeight\":\"600\",\"iconColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"labelColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"blockTopPadding\":0,\"blockRightPadding\":0,\"blockLeftPadding\":0,\"blockBottomPadding\":24,\"blockPaddingLink\":false} -->\n<div class=\"wp-block-uagb-icon-list uagb-block-01277dee\"><div class=\"uagb-icon-list__wrap\"><!-- wp:uagb/icon-list-child {\"block_id\":\"e0f471ab\",\"label\":\" + 27 (0) 82 575 5409\",\"label_color\":\"\",\"link\":\"tel:+27825755409\",\"disableLink\":true,\"fromParentIcon\":\"phone\",\"imageSizeChild\":40} -->\n<div class=\"wp-block-uagb-icon-list-child uagb-block-e0f471ab\"><a target=\"_self\" aria-label=\" + 27 (0) 82 575 5409\" rel=\"noopener noreferrer\" href=\"tel:+27825755409\"> </a><span class=\"uagb-icon-list__source-wrap\"><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M511.2 387l-23.25 100.8c-3.266 14.25-15.79 24.22-30.46 24.22C205.2 512 0 306.8 0 54.5c0-14.66 9.969-27.2 24.22-30.45l100.8-23.25C139.7-2.602 154.7 5.018 160.8 18.92l46.52 108.5c5.438 12.78 1.77 27.67-8.98 36.45L144.5 207.1c33.98 69.22 90.26 125.5 159.5 159.5l44.08-53.8c8.688-10.78 23.69-14.51 36.47-8.975l108.5 46.51C506.1 357.2 514.6 372.4 511.2 387z\"></path></svg></span><span class=\"uagb-icon-list__label\"> + 27 (0) 82 575 5409</span></div>\n<!-- /wp:uagb/icon-list-child -->\n\n<!-- wp:uagb/icon-list-child {\"block_id\":\"e932be29\",\"label\":\"blueroan@ugo.co.za\",\"icon\":\"envelope\",\"label_color\":\"\",\"link\":\"mailto:blueroan@ugo.co.za\",\"disableLink\":true,\"fromParentIcon\":\"phone\",\"imageSizeChild\":40} -->\n<div class=\"wp-block-uagb-icon-list-child uagb-block-e932be29\"><a target=\"_self\" aria-label=\"blueroan@ugo.co.za\" rel=\"noopener noreferrer\" href=\"mailto:blueroan@ugo.co.za\"> </a><span class=\"uagb-icon-list__source-wrap\"><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M464 64C490.5 64 512 85.49 512 112C512 127.1 504.9 141.3 492.8 150.4L275.2 313.6C263.8 322.1 248.2 322.1 236.8 313.6L19.2 150.4C7.113 141.3 0 127.1 0 112C0 85.49 21.49 64 48 64H464zM217.6 339.2C240.4 356.3 271.6 356.3 294.4 339.2L512 176V384C512 419.3 483.3 448 448 448H64C28.65 448 0 419.3 0 384V176L217.6 339.2z\"></path></svg></span><span class=\"uagb-icon-list__label\">blueroan@ugo.co.za</span></div>\n<!-- /wp:uagb/icon-list-child --></div></div>\n<!-- /wp:uagb/icon-list --></div></div>\n<!-- /wp:uagb/container -->',	'Home',	'',	'inherit',	'closed',	'closed',	'',	'760-revision-v1',	'',	'',	'2022-12-22 07:35:13',	'2022-12-22 07:35:13',	'',	760,	'https://blueroan.netgen.cloud/?p=1402',	0,	'revision',	'',	0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(1403,	2,	'2022-12-22 07:35:31',	'2022-12-22 07:35:31',	'<!-- wp:uagb/container {\"block_id\":\"3736cf55\",\"minHeightDesktop\":95,\"minHeightTablet\":70,\"minHeightMobile\":80,\"minHeightType\":\"vh\",\"alignItemsDesktop\":\"flex-start\",\"backgroundType\":\"image\",\"backgroundImageDesktop\":{\"uploading\":false,\"date\":1670921854000,\"filename\":\"Blue-Roan-pool.jpg\",\"menuOrder\":0,\"uploadedTo\":760,\"type\":\"image\",\"subtype\":\"jpeg\",\"id\":784,\"title\":\"Blue Roan - pool\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Blue-Roan-pool.jpg\",\"link\":\"https://blueroan.netgen.cloud/home/blue-roan-pool/\",\"alt\":\"\",\"author\":\"2\",\"description\":\"\",\"caption\":\"\",\"name\":\"blue-roan-pool\",\"status\":\"inherit\",\"modified\":1670921854000,\"mime\":\"image/jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-includes/images/media/default.png\",\"dateFormatted\":\"December 13, 2022\",\"nonces\":{\"update\":\"51a12ed09e\",\"delete\":\"5174068551\",\"edit\":\"1de0721407\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=784\\u0026action=edit\",\"meta\":false,\"authorName\":\"Netgen Support\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/profile.php\",\"uploadedToTitle\":\"Home\",\"uploadedToLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=760\\u0026action=edit\",\"filesizeInBytes\":154801,\"filesizeHumanReadable\":\"151 KB\",\"context\":\"\",\"height\":667,\"width\":1000,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Blue-Roan-pool-150x150.jpg\",\"orientation\":\"landscape\"},\"medium\":{\"height\":200,\"width\":300,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Blue-Roan-pool-300x200.jpg\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Blue-Roan-pool.jpg\",\"height\":667,\"width\":1000,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"backgroundPositionDesktop\":{\"x\":0.5,\"y\":0.25},\"backgroundImageColor\":\"rgba(42,42,42,0.35)\",\"topPaddingDesktop\":0,\"bottomPaddingDesktop\":0,\"leftPaddingDesktop\":40,\"rightPaddingDesktop\":40,\"topPaddingTablet\":120,\"bottomPaddingTablet\":120,\"leftPaddingTablet\":40,\"rightPaddingTablet\":40,\"topPaddingMobile\":150,\"bottomPaddingMobile\":150,\"leftPaddingMobile\":20,\"rightPaddingMobile\":20,\"paddingLink\":false,\"variationSelected\":true,\"isBlockRootParent\":true,\"overlayType\":\"color\",\"minHeightTypeTablet\":\"vh\",\"minHeightTypeMobile\":\"vh\"} -->\n<div class=\"wp-block-uagb-container uagb-block-3736cf55 alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:group {\"layout\":{\"inherit\":true,\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group\"><!-- wp:uagb/info-box {\"classMigrate\":true,\"headingAlign\":\"left\",\"headingColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"subHeadingColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"headingTag\":\"h1\",\"subHeadFontSize\":17,\"subHeadFontSizeMobile\":15,\"headSpace\":20,\"subHeadSpace\":40,\"block_id\":\"538a3cf0\",\"ctaIcon\":\"\",\"ctaText\":\"Book Your Stay Now\",\"ctaLink\":\"https://book.nightsbridge.com/11065\",\"ctaBtnLinkColor\":\"var(\\u002d\\u002dast-global-color-2)\",\"ctaLinkHoverColor\":\"var(\\u002d\\u002dast-global-color-2)\",\"ctaBgColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"ctaBgHoverColor\":\"var(\\u002d\\u002dast-global-color-4)\",\"ctaBorderColor\":\"\",\"ctaBorderStyle\":\"\",\"ctaBorderWidth\":\"\",\"ctaBorderRadius\":\"\",\"iconImage\":{\"url\":\"\",\"alt\":\"InfoBox placeholder img\"},\"showIcon\":false,\"paddingBtnTop\":18,\"paddingBtnBottom\":18,\"paddingBtnLeft\":34,\"paddingBtnRight\":34,\"blockTopPadding\":5,\"blockRightPadding\":40,\"blockLeftPadding\":0,\"blockBottomPadding\":0,\"blockTopPaddingTablet\":0,\"blockRightPaddingTablet\":64,\"blockLeftPaddingTablet\":0,\"blockBottomPaddingTablet\":0,\"blockTopPaddingMobile\":0,\"blockRightPaddingMobile\":0,\"blockLeftPaddingMobile\":0,\"blockBottomPaddingMobile\":0,\"blockPaddingUnit\":\"%\",\"blockPaddingLink\":false,\"subHeadMarginTopTablet\":0,\"subHeadMarginRightTablet\":64,\"subHeadTabletSpace\":40,\"subHeadMarginLeftTablet\":0,\"subHeadMarginTopMobile\":0,\"subHeadMarginRightMobile\":0,\"subHeadMobileSpace\":40,\"subHeadMarginLeftMobile\":0,\"btnBorderTopWidth\":1,\"btnBorderLeftWidth\":1,\"btnBorderRightWidth\":1,\"btnBorderBottomWidth\":1,\"btnBorderTopLeftRadius\":0,\"btnBorderTopRightRadius\":0,\"btnBorderBottomLeftRadius\":0,\"btnBorderBottomRightRadius\":0,\"btnBorderStyle\":\"none\",\"btnBorderColor\":\"#333\"} -->\n<div class=\"wp-block-uagb-info-box uagb-block-538a3cf0 uagb-infobox__content-wrap  uagb-infobox-icon-above-title uagb-infobox-image-valign-top\"><div class=\"uagb-ifb-content\"><div class=\"uagb-ifb-title-wrap\"><h1 class=\"uagb-ifb-title\">Magaliesburg pet friendly self-catering accommodation</h1></div><p class=\"uagb-ifb-desc\">Romantic pet-friendly self-catering accommodation in Magaliesburg, Gauteng.</p></div></div>\n<!-- /wp:uagb/info-box --></div>\n<!-- /wp:group -->\n\n<!-- wp:buttons {\"layout\":{\"type\":\"flex\",\"justifyContent\":\"left\",\"orientation\":\"horizontal\"},\"style\":{\"spacing\":{\"blockGap\":\"var:preset|spacing|50\"}}} -->\n<div class=\"wp-block-buttons\"><!-- wp:button {\"backgroundColor\":\"ast-global-color-5\",\"textColor\":\"ast-global-color-2\",\"width\":25,\"style\":{\"spacing\":{\"padding\":{\"top\":\"var:preset|spacing|50\",\"right\":\"var:preset|spacing|30\",\"bottom\":\"var:preset|spacing|50\",\"left\":\"var:preset|spacing|30\"}}},\"className\":\"is-style-fill\",\"UAGHideMob\":true,\"UAGHideTab\":true,\"UAGResponsiveConditions\":true} -->\n<div class=\"wp-block-button has-custom-width wp-block-button__width-25 is-style-fill uag-hide-tab uag-hide-mob\" id=\"https://book.nightsbridge.com/11065\"><a class=\"wp-block-button__link has-ast-global-color-2-color has-ast-global-color-5-background-color has-text-color has-background wp-element-button\" href=\"https://book.nightsbridge.com/11065\" style=\"padding-top:var(--wp--preset--spacing--50);padding-right:var(--wp--preset--spacing--30);padding-bottom:var(--wp--preset--spacing--50);padding-left:var(--wp--preset--spacing--30)\" rel=\"https://book.nightsbridge.com/11065\">book your stay now</a></div>\n<!-- /wp:button -->\n\n<!-- wp:button {\"backgroundColor\":\"ast-global-color-5\",\"textColor\":\"ast-global-color-2\",\"width\":25,\"style\":{\"spacing\":{\"padding\":{\"top\":\"var:preset|spacing|50\",\"right\":\"var:preset|spacing|30\",\"bottom\":\"var:preset|spacing|50\",\"left\":\"var:preset|spacing|30\"}}},\"className\":\"is-style-fill\",\"UAGHideMob\":true,\"UAGHideTab\":true,\"UAGDisplayConditions\":\"userstate\",\"UAGResponsiveConditions\":true} -->\n<div class=\"wp-block-button has-custom-width wp-block-button__width-25 is-style-fill uag-hide-tab uag-hide-mob\" id=\"https://book.nightsbridge.com/11065\"><a class=\"wp-block-button__link has-ast-global-color-2-color has-ast-global-color-5-background-color has-text-color has-background wp-element-button\" href=\"https://book.nightsbridge.com/11065\" style=\"padding-top:var(--wp--preset--spacing--50);padding-right:var(--wp--preset--spacing--30);padding-bottom:var(--wp--preset--spacing--50);padding-left:var(--wp--preset--spacing--30)\" target=\"_blank\" rel=\"https://book.nightsbridge.com/11065 noopener\">Check availability</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons -->\n\n<!-- wp:buttons {\"layout\":{\"type\":\"flex\",\"justifyContent\":\"left\",\"orientation\":\"horizontal\"},\"style\":{\"spacing\":{\"blockGap\":\"var:preset|spacing|50\"}}} -->\n<div class=\"wp-block-buttons\"><!-- wp:button {\"backgroundColor\":\"ast-global-color-5\",\"textColor\":\"ast-global-color-2\",\"width\":25,\"style\":{\"spacing\":{\"padding\":{\"top\":\"var:preset|spacing|20\",\"right\":\"var:preset|spacing|20\",\"bottom\":\"var:preset|spacing|20\",\"left\":\"var:preset|spacing|20\"}}},\"className\":\"is-style-fill\",\"fontSize\":\"small\",\"UAGHideDesktop\":true,\"UAGHideTab\":true,\"UAGResponsiveConditions\":true} -->\n<div class=\"wp-block-button has-custom-width wp-block-button__width-25 has-custom-font-size is-style-fill has-small-font-size uag-hide-desktop uag-hide-tab\"><a class=\"wp-block-button__link has-ast-global-color-2-color has-ast-global-color-5-background-color has-text-color has-background wp-element-button\" href=\"https://book.nightsbridge.com/11065\" style=\"padding-top:var(--wp--preset--spacing--20);padding-right:var(--wp--preset--spacing--20);padding-bottom:var(--wp--preset--spacing--20);padding-left:var(--wp--preset--spacing--20)\" rel=\"\">book your stay now</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"946316ca\",\"directionDesktop\":\"row\",\"directionMobile\":\"column-reverse\",\"alignItemsDesktop\":\"flex-start\",\"backgroundType\":\"color\",\"backgroundSizeTablet\":\"cover\",\"backgroundSizeMobile\":\"cover\",\"backgroundColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"topPaddingDesktop\":60,\"bottomPaddingDesktop\":60,\"topPaddingTablet\":80,\"bottomPaddingTablet\":80,\"leftPaddingTablet\":40,\"rightPaddingTablet\":40,\"topPaddingMobile\":64,\"bottomPaddingMobile\":64,\"leftPaddingMobile\":24,\"rightPaddingMobile\":24,\"paddingLink\":false,\"variationSelected\":true,\"columnGapDesktop\":60,\"columnGapTablet\":50,\"isBlockRootParent\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-946316ca alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/container {\"block_id\":\"8bce9bcc\",\"widthDesktop\":50,\"variationSelected\":true,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-8bce9bcc\"><!-- wp:image {\"id\":797,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-13.jpg\" alt=\"\" class=\"wp-image-797\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>We have 7 lovely brick&nbsp;<strong>self-catering</strong>&nbsp;units, each one private and with its own character and theme. &nbsp;They are designed exclusively for couples with or without pets wanting a romantic and peaceful place to connect, re-connect, celebrate special occasions, or somewhere quiet and comfortable to come for a holiday</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:buttons -->\n<div class=\"wp-block-buttons\"><!-- wp:button -->\n<div class=\"wp-block-button\"><a class=\"wp-block-button__link wp-element-button\" href=\"/accommodation/\">View accomodation</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"a7aae10a\",\"widthDesktop\":50,\"leftPaddingDesktop\":0,\"paddingLink\":false,\"variationSelected\":true,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-a7aae10a\"><!-- wp:uagb/advanced-heading {\"block_id\":\"778f74e0\",\"classMigrate\":true,\"headingDescToggle\":true,\"subHeadingColor\":\"\",\"headSpace\":20,\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-778f74e0\"><h2 class=\"uagb-heading-text\"><strong>Blue Roan is a 3-star graded pet-friendly venue</strong></h2><p class=\"uagb-desc-text\">Our goal is to provide high-quality, romantic, comfortable, and affordable self-catering accommodation on the outskirts of the village of &nbsp;Magaliesburg. &nbsp;For animal lovers, we are also&nbsp;pet-friendly&nbsp;by arrangement in most of the units all of which have their own fully fenced and gated private grassy gardens.</p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/image {\"block_id\":\"93b05e48\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/hammock-in-the-garden.jpg\",\"align\":\"left\",\"id\":799,\"linkDestination\":\"none\",\"naturalWidth\":600,\"naturalHeight\":400,\"sizeSlug\":\"full\",\"sizeSlugTablet\":\"full\",\"sizeSlugMobile\":\"full\",\"imageTopMargin\":20,\"imageRightMargin\":0,\"imageLeftMargin\":0,\"imageBottomMargin\":0,\"imageTopMarginMobile\":0,\"imageRightMarginMobile\":0,\"imageLeftMarginMobile\":0,\"imageBottomMarginMobile\":0,\"imageMarginLink\":false} -->\n<div class=\"wp-block-uagb-image uagb-block-93b05e48 wp-block-uagb-image--layout-default wp-block-uagb-image--effect-static wp-block-uagb-image--align-left\"><figure class=\"wp-block-uagb-image__figure\"><img srcset=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/hammock-in-the-garden.jpg \" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/hammock-in-the-garden.jpg\" alt=\"\" class=\"uag-image-799\" width=\"\" height=\"\" title=\"\" loading=\"lazy\"/></figure></div>\n<!-- /wp:uagb/image --></div>\n<!-- /wp:uagb/container --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"cd184d5c\",\"directionDesktop\":\"row\",\"directionMobile\":\"column-reverse\",\"alignItemsDesktop\":\"flex-start\",\"backgroundType\":\"color\",\"backgroundSizeTablet\":\"cover\",\"backgroundSizeMobile\":\"cover\",\"backgroundColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"topPaddingDesktop\":0,\"bottomPaddingDesktop\":0,\"topPaddingTablet\":80,\"bottomPaddingTablet\":80,\"leftPaddingTablet\":40,\"rightPaddingTablet\":40,\"topPaddingMobile\":64,\"bottomPaddingMobile\":64,\"leftPaddingMobile\":24,\"rightPaddingMobile\":24,\"paddingLink\":false,\"variationSelected\":true,\"rowGapDesktop\":0,\"columnGapDesktop\":0,\"columnGapTablet\":50,\"isBlockRootParent\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-cd184d5c alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:image {\"align\":\"center\",\"id\":1344,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image aligncenter size-large\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/tgcsa-full-3-stars-1024x366.jpg\" alt=\"\" class=\"wp-image-1344\"/></figure>\n<!-- /wp:image --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"d33c8ed2\",\"backgroundType\":\"color\",\"backgroundSizeTablet\":\"cover\",\"backgroundSizeMobile\":\"cover\",\"backgroundColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"topPaddingDesktop\":50,\"bottomPaddingDesktop\":100,\"topPaddingTablet\":50,\"bottomPaddingTablet\":25,\"leftPaddingTablet\":20,\"rightPaddingTablet\":20,\"topPaddingMobile\":50,\"bottomPaddingMobile\":20,\"leftPaddingMobile\":20,\"rightPaddingMobile\":20,\"paddingLink\":false,\"variationSelected\":true,\"rowGapDesktop\":0,\"isBlockRootParent\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-d33c8ed2 alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/container {\"block_id\":\"24d3a247\",\"directionDesktop\":\"row\",\"alignItemsDesktop\":\"flex-end\",\"alignItemsTablet\":\"flex-end\",\"justifyContentDesktop\":\"flex-end\",\"justifyContentTablet\":\"space-between\",\"variationSelected\":true,\"rowGapMobile\":30,\"columnGapDesktop\":0} -->\n<div class=\"wp-block-uagb-container uagb-block-24d3a247\"><!-- wp:uagb/advanced-heading {\"block_id\":\"ee247e9f\",\"classMigrate\":true,\"headingDescToggle\":true,\"subHeadingColor\":\"\",\"headSpace\":20,\"subHeadFontSize\":16} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-ee247e9f\"><h2 class=\"uagb-heading-text\">Amenities &amp; Interests ​</h2><p class=\"uagb-desc-text\">The Blue Roan Country Lodge is situated just 5 minutes from the village of Magaliesburg on a tar road so easy access for all cars. &nbsp;We have panoramic views of the Magaliesberg mountain range and our farm is the perfect place for a relaxing getaway in the country. &nbsp;As we are only 70 km from JHB and Pretoria, it is only an hour’s drive.</p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/buttons {\"block_id\":\"d408f0bf\",\"classMigrate\":true,\"childMigrate\":true,\"align\":\"right\",\"alignTablet\":\"right\",\"alignMobile\":\"left\",\"gap\":0} -->\n<div class=\"wp-block-uagb-buttons uagb-buttons__outer-wrap uagb-btn__default-btn uagb-btn-tablet__default-btn uagb-btn-mobile__default-btn uagb-block-d408f0bf\"><div class=\"uagb-buttons__wrap uagb-buttons-layout-wrap\"><!-- wp:uagb/buttons-child {\"block_id\":\"4191e99c\",\"label\":\"View All\",\"link\":\"/amenities/\",\"hColor\":\"\",\"borderWidth\":\"\",\"borderRadius\":\"\",\"borderStyle\":\"\",\"borderColor\":\"\",\"borderHColor\":\"\",\"btnBorderTopWidth\":1,\"btnBorderLeftWidth\":1,\"btnBorderRightWidth\":1,\"btnBorderBottomWidth\":1,\"btnBorderTopLeftRadius\":2,\"btnBorderTopRightRadius\":2,\"btnBorderBottomLeftRadius\":2,\"btnBorderBottomRightRadius\":2,\"btnBorderStyle\":\"solid\",\"btnBorderColor\":\"#333\",\"btnBorderHColor\":\"#333\"} -->\n<div class=\"wp-block-uagb-buttons-child uagb-buttons__outer-wrap uagb-block-4191e99c wp-block-button is-style-outline\"><div class=\"uagb-button__wrapper\"><a class=\"uagb-buttons-repeater wp-block-button__link\" href=\"/amenities/\" rel=\"follow noopener\" target=\"_self\"><div class=\"uagb-button__link\">View All</div></a></div></div>\n<!-- /wp:uagb/buttons-child --></div></div>\n<!-- /wp:uagb/buttons --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"c8b61dc6\",\"directionDesktop\":\"row\",\"alignItemsTablet\":\"flex-start\",\"paddingLink\":false,\"topMarginDesktop\":50,\"bottomMarginDesktop\":20,\"leftMarginDesktop\":0,\"rightMarginDesktop\":0,\"marginLink\":false,\"variationSelected\":true,\"rowGapMobile\":65,\"columnGapDesktop\":48,\"columnGapTablet\":20} -->\n<div class=\"wp-block-uagb-container uagb-block-c8b61dc6\"><!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"align\":\"center\",\"id\":828,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image aligncenter size-full\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Blue-Roan-pool.png\" alt=\"Blue Roan\'s rock pool\" class=\"wp-image-828\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>A relaxing rock Pool​</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>We have a lovely sparkling blue rock pool next to a thatched Lapa. &nbsp;&nbsp;Lie on recliners on the green lawn or sit on the swing chair in the Lapa and enjoy the panoramic view of the Magaliesberg mountain range.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":829,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/img-20160605-wa0002-largejpg.png\" alt=\"\" class=\"wp-image-829\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>Braai facilities </h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>What can compare to a burning fire under the star-lit African sky? Nothing beats the flavor of cooking over an open flame.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":1354,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Games-Room.png\" alt=\"\" class=\"wp-image-1354\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>A games room </h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>The reception is also a games room for those who enjoy darts or playing pool. &nbsp;Take a selection of DVDs back to your room and watch movies on your own DVD player. &nbsp;There is also a selection of board games and music CDs that you can borrow.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div>\n<!-- /wp:uagb/container --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"a50e9e1c\",\"backgroundType\":\"color\",\"backgroundSizeTablet\":\"cover\",\"backgroundSizeMobile\":\"cover\",\"backgroundColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"bottomPaddingDesktop\":104,\"leftPaddingDesktop\":40,\"rightPaddingDesktop\":40,\"topPaddingTablet\":80,\"bottomPaddingTablet\":80,\"leftPaddingTablet\":40,\"rightPaddingTablet\":40,\"topPaddingMobile\":64,\"bottomPaddingMobile\":64,\"leftPaddingMobile\":24,\"rightPaddingMobile\":24,\"paddingLink\":false,\"variationSelected\":true,\"rowGapDesktop\":0,\"isBlockRootParent\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-a50e9e1c alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/advanced-heading {\"block_id\":\"ab7fe430\",\"classMigrate\":true,\"headingDescToggle\":true,\"headingAlign\":\"center\",\"headingAlignMobile\":\"left\",\"subHeadingColor\":\"\",\"headSpace\":20,\"subHeadFontSize\":16,\"blockBottomPadding\":20} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-ab7fe430\"><h2 class=\"uagb-heading-text\">Our Inside Pictures​</h2><p class=\"uagb-desc-text\">Take a look at some pretty pictures captured in and around our premises.</p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/container {\"block_id\":\"87f71278\",\"directionDesktop\":\"row\",\"alignItemsDesktop\":\"flex-start\",\"topMarginDesktop\":20,\"bottomMarginDesktop\":0,\"leftMarginDesktop\":0,\"rightMarginDesktop\":0,\"marginLink\":false,\"variationSelected\":true,\"rowGapMobile\":24,\"columnGapDesktop\":24,\"columnGapTablet\":20} -->\n<div class=\"wp-block-uagb-container uagb-block-87f71278\"><!-- wp:uagb/container {\"block_id\":\"62a977e4\",\"widthDesktop\":32,\"variationSelected\":true,\"rowGapDesktop\":24,\"rowGapTablet\":20,\"rowGapMobile\":24,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-62a977e4\"><!-- wp:uagb/image {\"block_id\":\"9285533f\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/red-rose-1024x683.jpg\",\"id\":834,\"linkDestination\":\"none\",\"width\":385,\"height\":284,\"naturalWidth\":1024,\"naturalHeight\":683,\"sizeSlug\":\"large\",\"sizeSlugTablet\":\"large\",\"sizeSlugMobile\":\"large\",\"customHeightSetDesktop\":true} -->\n<div class=\"wp-block-uagb-image uagb-block-9285533f wp-block-uagb-image--layout-default wp-block-uagb-image--effect-static wp-block-uagb-image--align-none\"><figure class=\"wp-block-uagb-image__figure\"><img srcset=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/red-rose-1024x683.jpg \" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/red-rose-1024x683.jpg\" alt=\"\" class=\"uag-image-834\" width=\"385\" height=\"284\" title=\"\" loading=\"lazy\"/></figure></div>\n<!-- /wp:uagb/image -->\n\n<!-- wp:uagb/image {\"block_id\":\"c1306b1e\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/49g.jpg\",\"id\":838,\"linkDestination\":\"none\",\"width\":385,\"height\":284,\"naturalWidth\":650,\"naturalHeight\":450,\"sizeSlug\":\"full\",\"sizeSlugTablet\":\"full\",\"sizeSlugMobile\":\"full\",\"customHeightSetDesktop\":true} -->\n<div class=\"wp-block-uagb-image uagb-block-c1306b1e wp-block-uagb-image--layout-default wp-block-uagb-image--effect-static wp-block-uagb-image--align-none\"><figure class=\"wp-block-uagb-image__figure\"><img srcset=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/49g.jpg \" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/49g.jpg\" alt=\"\" class=\"uag-image-838\" width=\"385\" height=\"284\" title=\"\" loading=\"lazy\"/></figure></div>\n<!-- /wp:uagb/image --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"9fa62928\",\"widthDesktop\":67,\"variationSelected\":true,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-9fa62928\"><!-- wp:uagb/image {\"block_id\":\"75943cd3\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAA39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba-1-1024x768.png\",\"id\":905,\"linkDestination\":\"none\",\"naturalWidth\":1024,\"naturalHeight\":768,\"sizeSlug\":\"large\",\"sizeSlugTablet\":\"large\",\"sizeSlugMobile\":\"large\"} -->\n<div class=\"wp-block-uagb-image uagb-block-75943cd3 wp-block-uagb-image--layout-default wp-block-uagb-image--effect-static wp-block-uagb-image--align-none\"><figure class=\"wp-block-uagb-image__figure\"><img srcset=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAA39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba-1-1024x768.png \" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAA39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba-1-1024x768.png\" alt=\"\" class=\"uag-image-905\" width=\"\" height=\"\" title=\"\" loading=\"lazy\"/></figure></div>\n<!-- /wp:uagb/image --></div>\n<!-- /wp:uagb/container --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"bf4bac8c\",\"directionDesktop\":\"row\",\"alignItemsDesktop\":\"flex-start\",\"topMarginDesktop\":24,\"bottomMarginDesktop\":0,\"leftMarginDesktop\":0,\"rightMarginDesktop\":0,\"topMarginTablet\":20,\"bottomMarginTablet\":0,\"leftMarginTablet\":0,\"rightMarginTablet\":0,\"topMarginMobile\":24,\"bottomMarginMobile\":0,\"leftMarginMobile\":0,\"rightMarginMobile\":0,\"marginLink\":false,\"variationSelected\":true,\"columnGapDesktop\":24,\"columnGapTablet\":20} -->\n<div class=\"wp-block-uagb-container uagb-block-bf4bac8c\"><!-- wp:uagb/container {\"block_id\":\"21b41f28\",\"widthDesktop\":67,\"variationSelected\":true,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-21b41f28\"><!-- wp:image {\"id\":837,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-8-1024x678.jpg\" alt=\"\" class=\"wp-image-837\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"11018c67\",\"widthDesktop\":32,\"variationSelected\":true,\"rowGapDesktop\":24,\"rowGapTablet\":20,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-11018c67\"><!-- wp:uagb/image {\"block_id\":\"8e5ca423\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Blue-roan-pool-01.jpg\",\"id\":782,\"linkDestination\":\"none\",\"width\":385,\"height\":250,\"naturalWidth\":800,\"naturalHeight\":534,\"sizeSlug\":\"full\",\"sizeSlugTablet\":\"full\",\"sizeSlugMobile\":\"full\",\"customHeightSetDesktop\":true} -->\n<div class=\"wp-block-uagb-image uagb-block-8e5ca423 wp-block-uagb-image--layout-default wp-block-uagb-image--effect-static wp-block-uagb-image--align-none\"><figure class=\"wp-block-uagb-image__figure\"><img srcset=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Blue-roan-pool-01.jpg \" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Blue-roan-pool-01.jpg\" alt=\"\" class=\"uag-image-782\" width=\"385\" height=\"250\" title=\"\" loading=\"lazy\"/></figure></div>\n<!-- /wp:uagb/image -->\n\n<!-- wp:uagb/image {\"block_id\":\"c486a813\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/bird-1024x683.jpg\",\"id\":910,\"linkDestination\":\"none\",\"width\":385,\"height\":250,\"naturalWidth\":1024,\"naturalHeight\":683,\"sizeSlug\":\"large\",\"sizeSlugTablet\":\"large\",\"sizeSlugMobile\":\"large\",\"customHeightSetDesktop\":true} -->\n<div class=\"wp-block-uagb-image uagb-block-c486a813 wp-block-uagb-image--layout-default wp-block-uagb-image--effect-static wp-block-uagb-image--align-none\"><figure class=\"wp-block-uagb-image__figure\"><img srcset=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/bird-1024x683.jpg \" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/bird-1024x683.jpg\" alt=\"\" class=\"uag-image-910\" width=\"385\" height=\"250\" title=\"\" loading=\"lazy\"/></figure></div>\n<!-- /wp:uagb/image --></div>\n<!-- /wp:uagb/container --></div>\n<!-- /wp:uagb/container --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"b88af430\",\"backgroundType\":\"color\",\"backgroundSizeTablet\":\"cover\",\"backgroundSizeMobile\":\"cover\",\"backgroundColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"topPaddingDesktop\":40,\"bottomPaddingDesktop\":104,\"leftPaddingDesktop\":40,\"rightPaddingDesktop\":40,\"topPaddingTablet\":80,\"bottomPaddingTablet\":80,\"leftPaddingTablet\":40,\"rightPaddingTablet\":40,\"topPaddingMobile\":64,\"bottomPaddingMobile\":64,\"leftPaddingMobile\":24,\"rightPaddingMobile\":24,\"paddingLink\":false,\"variationSelected\":true,\"rowGapDesktop\":0,\"isBlockRootParent\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-b88af430 alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/advanced-heading {\"block_id\":\"ce69ddff\",\"classMigrate\":true,\"headingDescToggle\":true,\"headingAlign\":\"center\",\"headingAlignMobile\":\"left\",\"subHeadingColor\":\"\",\"headSpace\":20,\"subHeadFontSize\":16,\"blockBottomPadding\":20} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-ce69ddff\"><h2 class=\"uagb-heading-text\">What Our Guests Say​</h2><p class=\"uagb-desc-text\">We take pride in serving our guests the best experience. </p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/container {\"block_id\":\"379febb0\",\"directionDesktop\":\"row\",\"topMarginDesktop\":40,\"bottomMarginDesktop\":0,\"leftMarginDesktop\":0,\"rightMarginDesktop\":0,\"marginLink\":false,\"variationSelected\":true,\"rowGapMobile\":40,\"columnGapDesktop\":90} -->\n<div class=\"wp-block-uagb-container uagb-block-379febb0\"><!-- wp:uagb/container {\"block_id\":\"a55e6f7f\",\"widthDesktop\":50,\"variationSelected\":true,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-a55e6f7f\"><!-- wp:uagb/testimonial {\"test_item_count\":1,\"classMigrate\":true,\"test_block\":[{\"description\":\"\\u0022Thank you for a most enjoyable weekend stay and for making our anniversary so special.  Thank you for your kind and lovely friendship which we really appreciate!!!\\u0022​\",\"name\":\"\\u003cstrong\\u003eBrenda and Theuns\\u003c/strong\\u003e\",\"company\":\"\",\"image\":{\"id\":119,\"title\":\"testimonial1\",\"filename\":\"testimonial1.jpg\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/testimonial1.jpg\",\"link\":\"https://blueroan.netgen.cloud/testimonial1/\",\"alt\":\"\",\"author\":\"34\",\"description\":\"\",\"caption\":\"\",\"name\":\"testimonial1\",\"status\":\"inherit\",\"uploadedTo\":0,\"date\":\"2021-05-11T05:02:02.000Z\",\"modified\":\"2021-05-11T05:02:02.000Z\",\"menuOrder\":0,\"mime\":\"image/jpeg\",\"type\":\"image\",\"subtype\":\"jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/default.png\",\"dateFormatted\":\"May 11, 2021\",\"nonces\":{\"update\":\"b92fe40c3d\",\"delete\":\"643c1eb8f1\",\"edit\":\"d3e7d56b1d\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=119\\u0026action=edit\",\"meta\":false,\"authorName\":\"Rishabh\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/user-edit.php?user_id=34\",\"filesizeInBytes\":11264,\"filesizeHumanReadable\":\"11 KB\",\"context\":\"\",\"height\":250,\"width\":250,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/testimonial1-150x150.jpg\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/testimonial1.jpg\",\"height\":250,\"width\":250,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}}}],\"headingAlign\":\"left\",\"headingAlignTablet\":\"left\",\"headingAlignMobile\":\"left\",\"descColor\":\"var(\\u002d\\u002dast-global-color-3)\",\"nameFontSize\":14,\"nameLineHeight\":1,\"descFontSize\":16,\"descFontWeight\":\"600\",\"nameSpace\":1,\"block_id\":\"6bdaeadf\",\"iconImage\":{\"url\":\"\",\"alt\":\"InfoBox placeholder img\"},\"imageWidth\":32,\"columnGap\":1,\"borderStyle\":\"\",\"paddingTop\":0,\"paddingBottom\":0,\"paddingLeft\":0,\"paddingRight\":0,\"spacingLink\":true,\"imgpaddingTop\":0,\"imgpaddingRight\":15,\"imgpaddingBottom\":0,\"imgpaddingLeft\":0,\"overallBorderStyle\":\"none\",\"imgTagHeight\":32,\"imgTagWidth\":150} -->\n<div class=\"wp-block-uagb-testimonial uagb-slick-carousel uagb-tm__arrow-outside uagb-block-6bdaeadf uagb-post__carousel_notset uagb-post__carousel_notset-tablet uagb-post__carousel_notset-mobile\"><div class=\"is-carousel uagb-tm__columns-1 uagb-tm__items\"><div class=\"uagb-testimonial__wrap  uagb-tm__imgicon-style-circle uagb-tm__image-position-bottom uagb-tm__bg-type-none \"><div class=\"uagb-tm__content\"><div class=\"uagb-tm__overlay\"></div><div class=\"uagb-tm__text-wrap\"><div class=\"uagb-tm__desc\">\"Thank you for a most enjoyable weekend stay and for making our anniversary so special.  Thank you for your kind and lovely friendship which we really appreciate!!!\"​</div><div class=\"uagb-tm__meta-inner\"><div class=\"uagb-tm__image-content\"><div class=\"uagb-tm__image\"><img class=\"uagb-tm-img-src\" src=\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/testimonial1-150x150.jpg\" alt=\"\" width=\"32\" height=\"32\" loading=\"lazy\"/></div></div><div class=\"uagb-testimonial-details\"><span class=\"uagb-tm__author-name\"><strong>Brenda and Theuns</strong></span><span class=\"uagb-tm__company\"></span></div></div></div></div></div></div></div>\n<!-- /wp:uagb/testimonial -->\n\n<!-- wp:uagb/testimonial {\"test_item_count\":1,\"classMigrate\":true,\"test_block\":[{\"description\":\"\\u0022Breaking away from city life and coming out to a most wonderful romantic weekend away.  The unit is so comfortable.  Thank you for your great hospitality - we had an awesome time here.  Go well - with love\\u0022​\",\"name\":\"\\u003cstrong\\u003e\\u003cstrong\\u003e\\u003cstrong\\u003eLiz \\u0026amp; Eddie\\u003c/strong\\u003e\\u003c/strong\\u003e\\u003c/strong\\u003e\",\"company\":\"\",\"image\":{\"id\":122,\"title\":\"testimonial4\",\"filename\":\"testimonial4.jpg\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/testimonial4.jpg\",\"link\":\"https://blueroan.netgen.cloud/testimonial4/\",\"alt\":\"\",\"author\":\"34\",\"description\":\"\",\"caption\":\"\",\"name\":\"testimonial4\",\"status\":\"inherit\",\"uploadedTo\":0,\"date\":\"2021-05-11T05:02:06.000Z\",\"modified\":\"2021-05-11T05:02:06.000Z\",\"menuOrder\":0,\"mime\":\"image/jpeg\",\"type\":\"image\",\"subtype\":\"jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/default.png\",\"dateFormatted\":\"May 11, 2021\",\"nonces\":{\"update\":\"4e34860add\",\"delete\":\"9e126a55cd\",\"edit\":\"33ffd3c040\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=122\\u0026action=edit\",\"meta\":false,\"authorName\":\"Rishabh\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/user-edit.php?user_id=34\",\"filesizeInBytes\":16584,\"filesizeHumanReadable\":\"16 KB\",\"context\":\"\",\"height\":250,\"width\":250,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/testimonial4-150x150.jpg\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/testimonial4.jpg\",\"height\":250,\"width\":250,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}}}],\"headingAlign\":\"left\",\"headingAlignTablet\":\"left\",\"headingAlignMobile\":\"left\",\"descColor\":\"var(\\u002d\\u002dast-global-color-3)\",\"nameFontSize\":14,\"nameLineHeight\":1,\"descFontSize\":16,\"descFontWeight\":\"600\",\"nameSpace\":1,\"block_id\":\"c1a28725\",\"iconImage\":{\"url\":\"\",\"alt\":\"InfoBox placeholder img\"},\"imageWidth\":32,\"columnGap\":1,\"borderStyle\":\"\",\"paddingTop\":0,\"paddingBottom\":0,\"paddingLeft\":0,\"paddingRight\":0,\"spacingLink\":true,\"imgpaddingTop\":0,\"imgpaddingRight\":15,\"imgpaddingBottom\":0,\"imgpaddingLeft\":0,\"overallBorderStyle\":\"none\",\"imgTagHeight\":32,\"imgTagWidth\":150} -->\n<div class=\"wp-block-uagb-testimonial uagb-slick-carousel uagb-tm__arrow-outside uagb-block-c1a28725 uagb-post__carousel_notset uagb-post__carousel_notset-tablet uagb-post__carousel_notset-mobile\"><div class=\"is-carousel uagb-tm__columns-1 uagb-tm__items\"><div class=\"uagb-testimonial__wrap  uagb-tm__imgicon-style-circle uagb-tm__image-position-bottom uagb-tm__bg-type-none \"><div class=\"uagb-tm__content\"><div class=\"uagb-tm__overlay\"></div><div class=\"uagb-tm__text-wrap\"><div class=\"uagb-tm__desc\">\"Breaking away from city life and coming out to a most wonderful romantic weekend away.  The unit is so comfortable.  Thank you for your great hospitality - we had an awesome time here.  Go well - with love\"​</div><div class=\"uagb-tm__meta-inner\"><div class=\"uagb-tm__image-content\"><div class=\"uagb-tm__image\"><img class=\"uagb-tm-img-src\" src=\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/testimonial4-150x150.jpg\" alt=\"\" width=\"32\" height=\"32\" loading=\"lazy\"/></div></div><div class=\"uagb-testimonial-details\"><span class=\"uagb-tm__author-name\"><strong><strong><strong>Liz &amp; Eddie</strong></strong></strong></span><span class=\"uagb-tm__company\"></span></div></div></div></div></div></div></div>\n<!-- /wp:uagb/testimonial --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"9bc6419f\",\"widthDesktop\":50,\"variationSelected\":true,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-9bc6419f\"><!-- wp:uagb/testimonial {\"test_item_count\":1,\"classMigrate\":true,\"test_block\":[{\"description\":\"\\u0022Judy, what a wonderful place you have here - we were so delighted to spend the weekend here, so tranquil, peaceful, and beautiful. You made us feel right at home. Definitely a place worth 5 stars! Go well.\\u0022​\",\"name\":\"\\u003cstrong\\u003e\\u003cstrong\\u003eBrian\\u003c/strong\\u003e\\u003c/strong\\u003e \\u003cstrong\\u003e\\u003cstrong\\u003e\\u003cstrong\\u003eand \\u003cstrong\\u003eMariska\\u003c/strong\\u003e\\u003c/strong\\u003e\\u003cbr\\u003e\\u003c/strong\\u003e\\u003c/strong\\u003e\",\"company\":\"\",\"image\":{\"id\":120,\"title\":\"testimonial2\",\"filename\":\"testimonial2.jpg\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/testimonial2.jpg\",\"link\":\"https://blueroan.netgen.cloud/testimonial2/\",\"alt\":\"\",\"author\":\"34\",\"description\":\"\",\"caption\":\"\",\"name\":\"testimonial2\",\"status\":\"inherit\",\"uploadedTo\":0,\"date\":\"2021-05-11T05:02:03.000Z\",\"modified\":\"2021-05-11T05:02:03.000Z\",\"menuOrder\":0,\"mime\":\"image/jpeg\",\"type\":\"image\",\"subtype\":\"jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/default.png\",\"dateFormatted\":\"May 11, 2021\",\"nonces\":{\"update\":\"1ee6412858\",\"delete\":\"4414a2ccbf\",\"edit\":\"bde7b1f490\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=120\\u0026action=edit\",\"meta\":false,\"authorName\":\"Rishabh\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/user-edit.php?user_id=34\",\"filesizeInBytes\":10087,\"filesizeHumanReadable\":\"10 KB\",\"context\":\"\",\"height\":250,\"width\":250,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/testimonial2-150x150.jpg\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/testimonial2.jpg\",\"height\":250,\"width\":250,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}}}],\"headingAlign\":\"left\",\"headingAlignTablet\":\"left\",\"headingAlignMobile\":\"left\",\"descColor\":\"var(\\u002d\\u002dast-global-color-3)\",\"nameFontSize\":14,\"nameLineHeight\":1,\"descFontSize\":16,\"descFontWeight\":\"600\",\"nameSpace\":1,\"block_id\":\"f0c4171b\",\"iconImage\":{\"url\":\"\",\"alt\":\"InfoBox placeholder img\"},\"imageWidth\":32,\"columnGap\":1,\"borderStyle\":\"\",\"paddingTop\":0,\"paddingBottom\":0,\"paddingLeft\":0,\"paddingRight\":0,\"spacingLink\":true,\"imgpaddingTop\":0,\"imgpaddingRight\":15,\"imgpaddingBottom\":0,\"imgpaddingLeft\":0,\"overallBorderStyle\":\"none\",\"imgTagHeight\":32,\"imgTagWidth\":150} -->\n<div class=\"wp-block-uagb-testimonial uagb-slick-carousel uagb-tm__arrow-outside uagb-block-f0c4171b uagb-post__carousel_notset uagb-post__carousel_notset-tablet uagb-post__carousel_notset-mobile\"><div class=\"is-carousel uagb-tm__columns-1 uagb-tm__items\"><div class=\"uagb-testimonial__wrap  uagb-tm__imgicon-style-circle uagb-tm__image-position-bottom uagb-tm__bg-type-none \"><div class=\"uagb-tm__content\"><div class=\"uagb-tm__overlay\"></div><div class=\"uagb-tm__text-wrap\"><div class=\"uagb-tm__desc\">\"Judy, what a wonderful place you have here - we were so delighted to spend the weekend here, so tranquil, peaceful, and beautiful. You made us feel right at home. Definitely a place worth 5 stars! Go well.\"​</div><div class=\"uagb-tm__meta-inner\"><div class=\"uagb-tm__image-content\"><div class=\"uagb-tm__image\"><img class=\"uagb-tm-img-src\" src=\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/testimonial2-150x150.jpg\" alt=\"\" width=\"32\" height=\"32\" loading=\"lazy\"/></div></div><div class=\"uagb-testimonial-details\"><span class=\"uagb-tm__author-name\"><strong><strong>Brian</strong></strong> <strong><strong><strong>and <strong>Mariska</strong></strong><br></strong></strong></span><span class=\"uagb-tm__company\"></span></div></div></div></div></div></div></div>\n<!-- /wp:uagb/testimonial -->\n\n<!-- wp:uagb/testimonial {\"test_item_count\":1,\"classMigrate\":true,\"test_block\":[{\"description\":\"\\u0022Thank you for the most wonderful time, Judy!  This was the most peaceful and perfect place to get engaged!  We will most certainly be back!!!  Your hospitality cannot be topped!\\u0022​\",\"name\":\"\\u003cstrong\\u003e\\u003cstrong\\u003e\\u003cstrong\\u003e\\u003cstrong\\u003eBrett and Kelly\\u003c/strong\\u003e\\u003c/strong\\u003e\\u003c/strong\\u003e\\u003c/strong\\u003e\",\"company\":\"\",\"image\":{\"id\":121,\"title\":\"testimonial3\",\"filename\":\"testimonial3.jpg\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/testimonial3.jpg\",\"link\":\"https://blueroan.netgen.cloud/testimonial3/\",\"alt\":\"\",\"author\":\"34\",\"description\":\"\",\"caption\":\"\",\"name\":\"testimonial3\",\"status\":\"inherit\",\"uploadedTo\":0,\"date\":\"2021-05-11T05:02:05.000Z\",\"modified\":\"2021-05-11T05:02:05.000Z\",\"menuOrder\":0,\"mime\":\"image/jpeg\",\"type\":\"image\",\"subtype\":\"jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/default.png\",\"dateFormatted\":\"May 11, 2021\",\"nonces\":{\"update\":\"290653da5d\",\"delete\":\"90a4fb2d63\",\"edit\":\"ff8a64e56e\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=121\\u0026action=edit\",\"meta\":false,\"authorName\":\"Rishabh\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/user-edit.php?user_id=34\",\"filesizeInBytes\":8748,\"filesizeHumanReadable\":\"9 KB\",\"context\":\"\",\"height\":250,\"width\":250,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/testimonial3-150x150.jpg\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/testimonial3.jpg\",\"height\":250,\"width\":250,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}}}],\"headingAlign\":\"left\",\"headingAlignTablet\":\"left\",\"headingAlignMobile\":\"left\",\"descColor\":\"var(\\u002d\\u002dast-global-color-3)\",\"nameFontSize\":14,\"nameLineHeight\":1,\"descFontSize\":16,\"descFontWeight\":\"600\",\"nameSpace\":1,\"block_id\":\"925715e0\",\"iconImage\":{\"url\":\"\",\"alt\":\"InfoBox placeholder img\"},\"imageWidth\":32,\"columnGap\":1,\"borderStyle\":\"\",\"paddingTop\":0,\"paddingBottom\":0,\"paddingLeft\":0,\"paddingRight\":0,\"spacingLink\":true,\"imgpaddingTop\":0,\"imgpaddingRight\":15,\"imgpaddingBottom\":0,\"imgpaddingLeft\":0,\"overallBorderStyle\":\"none\",\"imgTagHeight\":32,\"imgTagWidth\":150} -->\n<div class=\"wp-block-uagb-testimonial uagb-slick-carousel uagb-tm__arrow-outside uagb-block-925715e0 uagb-post__carousel_notset uagb-post__carousel_notset-tablet uagb-post__carousel_notset-mobile\"><div class=\"is-carousel uagb-tm__columns-1 uagb-tm__items\"><div class=\"uagb-testimonial__wrap  uagb-tm__imgicon-style-circle uagb-tm__image-position-bottom uagb-tm__bg-type-none \"><div class=\"uagb-tm__content\"><div class=\"uagb-tm__overlay\"></div><div class=\"uagb-tm__text-wrap\"><div class=\"uagb-tm__desc\">\"Thank you for the most wonderful time, Judy!  This was the most peaceful and perfect place to get engaged!  We will most certainly be back!!!  Your hospitality cannot be topped!\"​</div><div class=\"uagb-tm__meta-inner\"><div class=\"uagb-tm__image-content\"><div class=\"uagb-tm__image\"><img class=\"uagb-tm-img-src\" src=\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/testimonial3-150x150.jpg\" alt=\"\" width=\"32\" height=\"32\" loading=\"lazy\"/></div></div><div class=\"uagb-testimonial-details\"><span class=\"uagb-tm__author-name\"><strong><strong><strong><strong>Brett and Kelly</strong></strong></strong></strong></span><span class=\"uagb-tm__company\"></span></div></div></div></div></div></div></div>\n<!-- /wp:uagb/testimonial --></div>\n<!-- /wp:uagb/container --></div>\n<!-- /wp:uagb/container --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"8df1d5dd\",\"innerContentCustomWidthDesktop\":781,\"innerContentCustomWidthTablet\":781,\"backgroundType\":\"image\",\"backgroundImageDesktop\":{\"id\":809,\"title\":\"26759994757_767d9794fd_b\",\"filename\":\"26759994757_767d9794fd_b.jpg\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/26759994757_767d9794fd_b.jpg\",\"link\":\"https://blueroan.netgen.cloud/?attachment_id=809\",\"alt\":\"\",\"author\":\"2\",\"description\":\"\",\"caption\":\"\",\"name\":\"26759994757_767d9794fd_b\",\"status\":\"inherit\",\"uploadedTo\":805,\"date\":\"2022-12-13T09:51:53.000Z\",\"modified\":\"2022-12-13T09:51:53.000Z\",\"menuOrder\":0,\"mime\":\"image/jpeg\",\"type\":\"image\",\"subtype\":\"jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-includes/images/media/default.png\",\"dateFormatted\":\"December 13, 2022\",\"nonces\":{\"update\":\"39b5c0eef1\",\"delete\":\"fde92abd83\",\"edit\":\"3923face9e\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=809\\u0026action=edit\",\"meta\":false,\"authorName\":\"Netgen Support\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/profile.php\",\"uploadedToTitle\":\"Magaliesburg\",\"uploadedToLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=805\\u0026action=edit\",\"filesizeInBytes\":143610,\"filesizeHumanReadable\":\"140 KB\",\"context\":\"\",\"height\":683,\"width\":1024,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/26759994757_767d9794fd_b-150x150.jpg\",\"orientation\":\"landscape\"},\"medium\":{\"height\":200,\"width\":300,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/26759994757_767d9794fd_b-300x200.jpg\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/26759994757_767d9794fd_b.jpg\",\"height\":683,\"width\":1024,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"backgroundImageColor\":\"rgba(42,42,42,0.65)\",\"topPaddingDesktop\":144,\"bottomPaddingDesktop\":144,\"leftPaddingDesktop\":40,\"rightPaddingDesktop\":40,\"topPaddingTablet\":80,\"bottomPaddingTablet\":80,\"leftPaddingTablet\":40,\"rightPaddingTablet\":40,\"topPaddingMobile\":64,\"bottomPaddingMobile\":64,\"leftPaddingMobile\":24,\"rightPaddingMobile\":24,\"paddingLink\":false,\"variationSelected\":true,\"isBlockRootParent\":true,\"overlayType\":\"color\"} -->\n<div class=\"wp-block-uagb-container uagb-block-8df1d5dd alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/advanced-heading {\"block_id\":\"bafa4e78\",\"classMigrate\":true,\"headingDescToggle\":true,\"headingAlign\":\"center\",\"headingColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"subHeadingColor\":\"var(\\u002d\\u002dast-global-color-4)\",\"headSpace\":20} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-bafa4e78\"><h2 class=\"uagb-heading-text\">Plan an Unforgettable Experience at <br>Blue Roan!</h2><p class=\"uagb-desc-text\">Blue Roan is a 3-star graded pet-friendly venue</p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/advanced-heading {\"block_id\":\"70db6bf0\",\"classMigrate\":true,\"headingTitleToggle\":false,\"headingDescToggle\":true,\"headingAlign\":\"center\",\"subHeadingColor\":\"var(\\u002d\\u002dast-global-color-4)\",\"subHeadTransform\":\"uppercase\",\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"subHeadLetterSpacing\":2,\"blockTopPadding\":60,\"blockRightPadding\":0,\"blockLeftPadding\":0,\"blockBottomPadding\":0,\"blockTopPaddingMobile\":30,\"blockRightPaddingMobile\":0,\"blockLeftPaddingMobile\":0,\"blockBottomPaddingMobile\":0,\"linkColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"linkHColor\":\"var(\\u002d\\u002dast-global-color-0)\"} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-70db6bf0\"><p class=\"uagb-desc-text\"><a href=\"https://book.nightsbridge.com/11065\" target=\"_blank\" rel=\"noreferrer noopener\">BOOK YOUR STAY NOW​</a></p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/icon-list {\"block_id\":\"01277dee\",\"classMigrate\":true,\"childMigrate\":true,\"align\":\"center\",\"parentIcon\":\"phone\",\"size\":40,\"sizeMobile\":24,\"sizeTablet\":32,\"fontSize\":48,\"fontSizeMobile\":28,\"fontSizeTablet\":40,\"fontWeight\":\"600\",\"iconColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"labelColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"blockTopPadding\":0,\"blockRightPadding\":0,\"blockLeftPadding\":0,\"blockBottomPadding\":24,\"blockPaddingLink\":false} -->\n<div class=\"wp-block-uagb-icon-list uagb-block-01277dee\"><div class=\"uagb-icon-list__wrap\"><!-- wp:uagb/icon-list-child {\"block_id\":\"e0f471ab\",\"label\":\" + 27 (0) 82 575 5409\",\"label_color\":\"\",\"link\":\"tel:+27825755409\",\"disableLink\":true,\"fromParentIcon\":\"phone\",\"imageSizeChild\":40} -->\n<div class=\"wp-block-uagb-icon-list-child uagb-block-e0f471ab\"><a target=\"_self\" aria-label=\" + 27 (0) 82 575 5409\" rel=\"noopener noreferrer\" href=\"tel:+27825755409\"> </a><span class=\"uagb-icon-list__source-wrap\"><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M511.2 387l-23.25 100.8c-3.266 14.25-15.79 24.22-30.46 24.22C205.2 512 0 306.8 0 54.5c0-14.66 9.969-27.2 24.22-30.45l100.8-23.25C139.7-2.602 154.7 5.018 160.8 18.92l46.52 108.5c5.438 12.78 1.77 27.67-8.98 36.45L144.5 207.1c33.98 69.22 90.26 125.5 159.5 159.5l44.08-53.8c8.688-10.78 23.69-14.51 36.47-8.975l108.5 46.51C506.1 357.2 514.6 372.4 511.2 387z\"></path></svg></span><span class=\"uagb-icon-list__label\"> + 27 (0) 82 575 5409</span></div>\n<!-- /wp:uagb/icon-list-child -->\n\n<!-- wp:uagb/icon-list-child {\"block_id\":\"e932be29\",\"label\":\"blueroan@ugo.co.za\",\"icon\":\"envelope\",\"label_color\":\"\",\"link\":\"mailto:blueroan@ugo.co.za\",\"disableLink\":true,\"fromParentIcon\":\"phone\",\"imageSizeChild\":40} -->\n<div class=\"wp-block-uagb-icon-list-child uagb-block-e932be29\"><a target=\"_self\" aria-label=\"blueroan@ugo.co.za\" rel=\"noopener noreferrer\" href=\"mailto:blueroan@ugo.co.za\"> </a><span class=\"uagb-icon-list__source-wrap\"><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M464 64C490.5 64 512 85.49 512 112C512 127.1 504.9 141.3 492.8 150.4L275.2 313.6C263.8 322.1 248.2 322.1 236.8 313.6L19.2 150.4C7.113 141.3 0 127.1 0 112C0 85.49 21.49 64 48 64H464zM217.6 339.2C240.4 356.3 271.6 356.3 294.4 339.2L512 176V384C512 419.3 483.3 448 448 448H64C28.65 448 0 419.3 0 384V176L217.6 339.2z\"></path></svg></span><span class=\"uagb-icon-list__label\">blueroan@ugo.co.za</span></div>\n<!-- /wp:uagb/icon-list-child --></div></div>\n<!-- /wp:uagb/icon-list --></div></div>\n<!-- /wp:uagb/container -->',	'Home',	'',	'inherit',	'closed',	'closed',	'',	'760-revision-v1',	'',	'',	'2022-12-22 07:35:31',	'2022-12-22 07:35:31',	'',	760,	'https://blueroan.netgen.cloud/?p=1403',	0,	'revision',	'',	0),
(1404,	2,	'2022-12-22 07:47:30',	'2022-12-22 07:47:30',	'<!-- wp:uagb/container {\"block_id\":\"3736cf55\",\"minHeightDesktop\":95,\"minHeightTablet\":70,\"minHeightMobile\":80,\"minHeightType\":\"vh\",\"alignItemsDesktop\":\"flex-start\",\"backgroundType\":\"image\",\"backgroundImageDesktop\":{\"uploading\":false,\"date\":1670921854000,\"filename\":\"Blue-Roan-pool.jpg\",\"menuOrder\":0,\"uploadedTo\":760,\"type\":\"image\",\"subtype\":\"jpeg\",\"id\":784,\"title\":\"Blue Roan - pool\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Blue-Roan-pool.jpg\",\"link\":\"https://blueroan.netgen.cloud/home/blue-roan-pool/\",\"alt\":\"\",\"author\":\"2\",\"description\":\"\",\"caption\":\"\",\"name\":\"blue-roan-pool\",\"status\":\"inherit\",\"modified\":1670921854000,\"mime\":\"image/jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-includes/images/media/default.png\",\"dateFormatted\":\"December 13, 2022\",\"nonces\":{\"update\":\"51a12ed09e\",\"delete\":\"5174068551\",\"edit\":\"1de0721407\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=784\\u0026action=edit\",\"meta\":false,\"authorName\":\"Netgen Support\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/profile.php\",\"uploadedToTitle\":\"Home\",\"uploadedToLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=760\\u0026action=edit\",\"filesizeInBytes\":154801,\"filesizeHumanReadable\":\"151 KB\",\"context\":\"\",\"height\":667,\"width\":1000,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Blue-Roan-pool-150x150.jpg\",\"orientation\":\"landscape\"},\"medium\":{\"height\":200,\"width\":300,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Blue-Roan-pool-300x200.jpg\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Blue-Roan-pool.jpg\",\"height\":667,\"width\":1000,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"backgroundPositionDesktop\":{\"x\":0.5,\"y\":0.25},\"backgroundImageColor\":\"rgba(42,42,42,0.35)\",\"topPaddingDesktop\":0,\"bottomPaddingDesktop\":0,\"leftPaddingDesktop\":40,\"rightPaddingDesktop\":40,\"topPaddingTablet\":120,\"bottomPaddingTablet\":120,\"leftPaddingTablet\":40,\"rightPaddingTablet\":40,\"topPaddingMobile\":150,\"bottomPaddingMobile\":150,\"leftPaddingMobile\":20,\"rightPaddingMobile\":20,\"paddingLink\":false,\"variationSelected\":true,\"isBlockRootParent\":true,\"overlayType\":\"color\",\"minHeightTypeTablet\":\"vh\",\"minHeightTypeMobile\":\"vh\"} -->\n<div class=\"wp-block-uagb-container uagb-block-3736cf55 alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:group {\"layout\":{\"inherit\":true,\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group\"><!-- wp:uagb/info-box {\"classMigrate\":true,\"headingAlign\":\"left\",\"headingColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"subHeadingColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"headingTag\":\"h1\",\"subHeadFontSize\":17,\"subHeadFontSizeMobile\":15,\"headSpace\":20,\"subHeadSpace\":40,\"block_id\":\"538a3cf0\",\"ctaIcon\":\"\",\"ctaText\":\"Book Your Stay Now\",\"ctaLink\":\"https://book.nightsbridge.com/11065\",\"ctaBtnLinkColor\":\"var(\\u002d\\u002dast-global-color-2)\",\"ctaLinkHoverColor\":\"var(\\u002d\\u002dast-global-color-2)\",\"ctaBgColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"ctaBgHoverColor\":\"var(\\u002d\\u002dast-global-color-4)\",\"ctaBorderColor\":\"\",\"ctaBorderStyle\":\"\",\"ctaBorderWidth\":\"\",\"ctaBorderRadius\":\"\",\"iconImage\":{\"url\":\"\",\"alt\":\"InfoBox placeholder img\"},\"showIcon\":false,\"paddingBtnTop\":18,\"paddingBtnBottom\":18,\"paddingBtnLeft\":34,\"paddingBtnRight\":34,\"blockTopPadding\":5,\"blockRightPadding\":40,\"blockLeftPadding\":0,\"blockBottomPadding\":0,\"blockTopPaddingTablet\":0,\"blockRightPaddingTablet\":64,\"blockLeftPaddingTablet\":0,\"blockBottomPaddingTablet\":0,\"blockTopPaddingMobile\":0,\"blockRightPaddingMobile\":0,\"blockLeftPaddingMobile\":0,\"blockBottomPaddingMobile\":0,\"blockPaddingUnit\":\"%\",\"blockPaddingLink\":false,\"subHeadMarginTopTablet\":0,\"subHeadMarginRightTablet\":64,\"subHeadTabletSpace\":40,\"subHeadMarginLeftTablet\":0,\"subHeadMarginTopMobile\":0,\"subHeadMarginRightMobile\":0,\"subHeadMobileSpace\":40,\"subHeadMarginLeftMobile\":0,\"btnBorderTopWidth\":1,\"btnBorderLeftWidth\":1,\"btnBorderRightWidth\":1,\"btnBorderBottomWidth\":1,\"btnBorderTopLeftRadius\":0,\"btnBorderTopRightRadius\":0,\"btnBorderBottomLeftRadius\":0,\"btnBorderBottomRightRadius\":0,\"btnBorderStyle\":\"none\",\"btnBorderColor\":\"#333\"} -->\n<div class=\"wp-block-uagb-info-box uagb-block-538a3cf0 uagb-infobox__content-wrap  uagb-infobox-icon-above-title uagb-infobox-image-valign-top\"><div class=\"uagb-ifb-content\"><div class=\"uagb-ifb-title-wrap\"><h1 class=\"uagb-ifb-title\">Magaliesburg pet friendly self-catering accommodation</h1></div><p class=\"uagb-ifb-desc\">Romantic pet-friendly self-catering accommodation in Magaliesburg, Gauteng.</p></div></div>\n<!-- /wp:uagb/info-box --></div>\n<!-- /wp:group -->\n\n<!-- wp:buttons {\"layout\":{\"type\":\"flex\",\"justifyContent\":\"left\",\"orientation\":\"horizontal\"},\"style\":{\"spacing\":{\"blockGap\":\"var:preset|spacing|50\"}}} -->\n<div class=\"wp-block-buttons\"><!-- wp:button {\"backgroundColor\":\"ast-global-color-5\",\"textColor\":\"ast-global-color-2\",\"width\":25,\"style\":{\"spacing\":{\"padding\":{\"top\":\"var:preset|spacing|50\",\"right\":\"var:preset|spacing|30\",\"bottom\":\"var:preset|spacing|50\",\"left\":\"var:preset|spacing|30\"}}},\"className\":\"is-style-fill\",\"UAGHideMob\":true,\"UAGHideTab\":true,\"UAGResponsiveConditions\":true} -->\n<div class=\"wp-block-button has-custom-width wp-block-button__width-25 is-style-fill uag-hide-tab uag-hide-mob\" id=\"https://book.nightsbridge.com/11065\"><a class=\"wp-block-button__link has-ast-global-color-2-color has-ast-global-color-5-background-color has-text-color has-background wp-element-button\" href=\"https://book.nightsbridge.com/11065\" style=\"padding-top:var(--wp--preset--spacing--50);padding-right:var(--wp--preset--spacing--30);padding-bottom:var(--wp--preset--spacing--50);padding-left:var(--wp--preset--spacing--30)\" rel=\"https://book.nightsbridge.com/11065\">book your stay now</a></div>\n<!-- /wp:button -->\n\n<!-- wp:button {\"backgroundColor\":\"ast-global-color-5\",\"textColor\":\"ast-global-color-2\",\"width\":25,\"style\":{\"spacing\":{\"padding\":{\"top\":\"var:preset|spacing|50\",\"right\":\"var:preset|spacing|30\",\"bottom\":\"var:preset|spacing|50\",\"left\":\"var:preset|spacing|30\"}}},\"className\":\"is-style-fill\",\"UAGHideMob\":true,\"UAGHideTab\":true,\"UAGDisplayConditions\":\"userstate\",\"UAGResponsiveConditions\":true} -->\n<div class=\"wp-block-button has-custom-width wp-block-button__width-25 is-style-fill uag-hide-tab uag-hide-mob\" id=\"https://book.nightsbridge.com/11065\"><a class=\"wp-block-button__link has-ast-global-color-2-color has-ast-global-color-5-background-color has-text-color has-background wp-element-button\" href=\"https://book.nightsbridge.com/11065\" style=\"padding-top:var(--wp--preset--spacing--50);padding-right:var(--wp--preset--spacing--30);padding-bottom:var(--wp--preset--spacing--50);padding-left:var(--wp--preset--spacing--30)\" target=\"_blank\" rel=\"https://book.nightsbridge.com/11065 noopener\">Check availability</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons -->\n\n<!-- wp:buttons {\"layout\":{\"type\":\"flex\",\"justifyContent\":\"left\",\"orientation\":\"horizontal\"},\"style\":{\"spacing\":{\"blockGap\":\"var:preset|spacing|50\"}}} -->\n<div class=\"wp-block-buttons\"><!-- wp:button {\"backgroundColor\":\"ast-global-color-5\",\"textColor\":\"ast-global-color-2\",\"width\":50,\"style\":{\"spacing\":{\"padding\":{\"top\":\"var:preset|spacing|20\",\"right\":\"var:preset|spacing|20\",\"bottom\":\"var:preset|spacing|20\",\"left\":\"var:preset|spacing|20\"}},\"border\":{\"radius\":\"0px\"}},\"className\":\"is-style-fill\",\"fontSize\":\"small\",\"UAGHideDesktop\":true,\"UAGHideTab\":true,\"UAGResponsiveConditions\":true} -->\n<div class=\"wp-block-button has-custom-width wp-block-button__width-50 has-custom-font-size is-style-fill has-small-font-size uag-hide-desktop uag-hide-tab\"><a class=\"wp-block-button__link has-ast-global-color-2-color has-ast-global-color-5-background-color has-text-color has-background wp-element-button\" href=\"https://book.nightsbridge.com/11065\" style=\"border-radius:0px;padding-top:var(--wp--preset--spacing--20);padding-right:var(--wp--preset--spacing--20);padding-bottom:var(--wp--preset--spacing--20);padding-left:var(--wp--preset--spacing--20)\" rel=\"\">book your stay now</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"946316ca\",\"directionDesktop\":\"row\",\"directionMobile\":\"column-reverse\",\"alignItemsDesktop\":\"flex-start\",\"backgroundType\":\"color\",\"backgroundSizeTablet\":\"cover\",\"backgroundSizeMobile\":\"cover\",\"backgroundColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"topPaddingDesktop\":60,\"bottomPaddingDesktop\":60,\"topPaddingTablet\":80,\"bottomPaddingTablet\":80,\"leftPaddingTablet\":40,\"rightPaddingTablet\":40,\"topPaddingMobile\":64,\"bottomPaddingMobile\":64,\"leftPaddingMobile\":24,\"rightPaddingMobile\":24,\"paddingLink\":false,\"variationSelected\":true,\"columnGapDesktop\":60,\"columnGapTablet\":50,\"isBlockRootParent\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-946316ca alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/container {\"block_id\":\"8bce9bcc\",\"widthDesktop\":50,\"variationSelected\":true,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-8bce9bcc\"><!-- wp:image {\"id\":797,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-13.jpg\" alt=\"\" class=\"wp-image-797\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>We have 7 lovely brick&nbsp;<strong>self-catering</strong>&nbsp;units, each one private and with its own character and theme. &nbsp;They are designed exclusively for couples with or without pets wanting a romantic and peaceful place to connect, re-connect, celebrate special occasions, or somewhere quiet and comfortable to come for a holiday</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:buttons -->\n<div class=\"wp-block-buttons\"><!-- wp:button -->\n<div class=\"wp-block-button\"><a class=\"wp-block-button__link wp-element-button\" href=\"/accommodation/\">View accomodation</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"a7aae10a\",\"widthDesktop\":50,\"leftPaddingDesktop\":0,\"paddingLink\":false,\"variationSelected\":true,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-a7aae10a\"><!-- wp:uagb/advanced-heading {\"block_id\":\"778f74e0\",\"classMigrate\":true,\"headingDescToggle\":true,\"subHeadingColor\":\"\",\"headSpace\":20,\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-778f74e0\"><h2 class=\"uagb-heading-text\"><strong>Blue Roan is a 3-star graded pet-friendly venue</strong></h2><p class=\"uagb-desc-text\">Our goal is to provide high-quality, romantic, comfortable, and affordable self-catering accommodation on the outskirts of the village of &nbsp;Magaliesburg. &nbsp;For animal lovers, we are also&nbsp;pet-friendly&nbsp;by arrangement in most of the units all of which have their own fully fenced and gated private grassy gardens.</p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/image {\"block_id\":\"93b05e48\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/hammock-in-the-garden.jpg\",\"align\":\"left\",\"id\":799,\"linkDestination\":\"none\",\"naturalWidth\":600,\"naturalHeight\":400,\"sizeSlug\":\"full\",\"sizeSlugTablet\":\"full\",\"sizeSlugMobile\":\"full\",\"imageTopMargin\":20,\"imageRightMargin\":0,\"imageLeftMargin\":0,\"imageBottomMargin\":0,\"imageTopMarginMobile\":0,\"imageRightMarginMobile\":0,\"imageLeftMarginMobile\":0,\"imageBottomMarginMobile\":0,\"imageMarginLink\":false} -->\n<div class=\"wp-block-uagb-image uagb-block-93b05e48 wp-block-uagb-image--layout-default wp-block-uagb-image--effect-static wp-block-uagb-image--align-left\"><figure class=\"wp-block-uagb-image__figure\"><img srcset=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/hammock-in-the-garden.jpg \" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/hammock-in-the-garden.jpg\" alt=\"\" class=\"uag-image-799\" width=\"\" height=\"\" title=\"\" loading=\"lazy\"/></figure></div>\n<!-- /wp:uagb/image --></div>\n<!-- /wp:uagb/container --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"cd184d5c\",\"directionDesktop\":\"row\",\"directionMobile\":\"column-reverse\",\"alignItemsDesktop\":\"flex-start\",\"backgroundType\":\"color\",\"backgroundSizeTablet\":\"cover\",\"backgroundSizeMobile\":\"cover\",\"backgroundColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"topPaddingDesktop\":0,\"bottomPaddingDesktop\":0,\"topPaddingTablet\":80,\"bottomPaddingTablet\":80,\"leftPaddingTablet\":40,\"rightPaddingTablet\":40,\"topPaddingMobile\":64,\"bottomPaddingMobile\":64,\"leftPaddingMobile\":24,\"rightPaddingMobile\":24,\"paddingLink\":false,\"variationSelected\":true,\"rowGapDesktop\":0,\"columnGapDesktop\":0,\"columnGapTablet\":50,\"isBlockRootParent\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-cd184d5c alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:image {\"align\":\"center\",\"id\":1344,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image aligncenter size-large\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/tgcsa-full-3-stars-1024x366.jpg\" alt=\"\" class=\"wp-image-1344\"/></figure>\n<!-- /wp:image --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"d33c8ed2\",\"backgroundType\":\"color\",\"backgroundSizeTablet\":\"cover\",\"backgroundSizeMobile\":\"cover\",\"backgroundColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"topPaddingDesktop\":50,\"bottomPaddingDesktop\":100,\"topPaddingTablet\":50,\"bottomPaddingTablet\":25,\"leftPaddingTablet\":20,\"rightPaddingTablet\":20,\"topPaddingMobile\":50,\"bottomPaddingMobile\":20,\"leftPaddingMobile\":20,\"rightPaddingMobile\":20,\"paddingLink\":false,\"variationSelected\":true,\"rowGapDesktop\":0,\"isBlockRootParent\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-d33c8ed2 alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/container {\"block_id\":\"24d3a247\",\"directionDesktop\":\"row\",\"alignItemsDesktop\":\"flex-end\",\"alignItemsTablet\":\"flex-end\",\"justifyContentDesktop\":\"flex-end\",\"justifyContentTablet\":\"space-between\",\"variationSelected\":true,\"rowGapMobile\":30,\"columnGapDesktop\":0} -->\n<div class=\"wp-block-uagb-container uagb-block-24d3a247\"><!-- wp:uagb/advanced-heading {\"block_id\":\"ee247e9f\",\"classMigrate\":true,\"headingDescToggle\":true,\"subHeadingColor\":\"\",\"headSpace\":20,\"subHeadFontSize\":16} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-ee247e9f\"><h2 class=\"uagb-heading-text\">Amenities &amp; Interests ​</h2><p class=\"uagb-desc-text\">The Blue Roan Country Lodge is situated just 5 minutes from the village of Magaliesburg on a tar road so easy access for all cars. &nbsp;We have panoramic views of the Magaliesberg mountain range and our farm is the perfect place for a relaxing getaway in the country. &nbsp;As we are only 70 km from JHB and Pretoria, it is only an hour’s drive.</p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/buttons {\"block_id\":\"d408f0bf\",\"classMigrate\":true,\"childMigrate\":true,\"align\":\"right\",\"alignTablet\":\"right\",\"alignMobile\":\"left\",\"gap\":0} -->\n<div class=\"wp-block-uagb-buttons uagb-buttons__outer-wrap uagb-btn__default-btn uagb-btn-tablet__default-btn uagb-btn-mobile__default-btn uagb-block-d408f0bf\"><div class=\"uagb-buttons__wrap uagb-buttons-layout-wrap\"><!-- wp:uagb/buttons-child {\"block_id\":\"4191e99c\",\"label\":\"View All\",\"link\":\"/amenities/\",\"hColor\":\"\",\"borderWidth\":\"\",\"borderRadius\":\"\",\"borderStyle\":\"\",\"borderColor\":\"\",\"borderHColor\":\"\",\"btnBorderTopWidth\":1,\"btnBorderLeftWidth\":1,\"btnBorderRightWidth\":1,\"btnBorderBottomWidth\":1,\"btnBorderTopLeftRadius\":2,\"btnBorderTopRightRadius\":2,\"btnBorderBottomLeftRadius\":2,\"btnBorderBottomRightRadius\":2,\"btnBorderStyle\":\"solid\",\"btnBorderColor\":\"#333\",\"btnBorderHColor\":\"#333\"} -->\n<div class=\"wp-block-uagb-buttons-child uagb-buttons__outer-wrap uagb-block-4191e99c wp-block-button is-style-outline\"><div class=\"uagb-button__wrapper\"><a class=\"uagb-buttons-repeater wp-block-button__link\" href=\"/amenities/\" rel=\"follow noopener\" target=\"_self\"><div class=\"uagb-button__link\">View All</div></a></div></div>\n<!-- /wp:uagb/buttons-child --></div></div>\n<!-- /wp:uagb/buttons --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"c8b61dc6\",\"directionDesktop\":\"row\",\"alignItemsTablet\":\"flex-start\",\"paddingLink\":false,\"topMarginDesktop\":50,\"bottomMarginDesktop\":20,\"leftMarginDesktop\":0,\"rightMarginDesktop\":0,\"marginLink\":false,\"variationSelected\":true,\"rowGapMobile\":65,\"columnGapDesktop\":48,\"columnGapTablet\":20} -->\n<div class=\"wp-block-uagb-container uagb-block-c8b61dc6\"><!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"align\":\"center\",\"id\":828,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image aligncenter size-full\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Blue-Roan-pool.png\" alt=\"Blue Roan\'s rock pool\" class=\"wp-image-828\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>A relaxing rock Pool​</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>We have a lovely sparkling blue rock pool next to a thatched Lapa. &nbsp;&nbsp;Lie on recliners on the green lawn or sit on the swing chair in the Lapa and enjoy the panoramic view of the Magaliesberg mountain range.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":829,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/img-20160605-wa0002-largejpg.png\" alt=\"\" class=\"wp-image-829\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>Braai facilities </h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>What can compare to a burning fire under the star-lit African sky? Nothing beats the flavor of cooking over an open flame.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":1354,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Games-Room.png\" alt=\"\" class=\"wp-image-1354\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>A games room </h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>The reception is also a games room for those who enjoy darts or playing pool. &nbsp;Take a selection of DVDs back to your room and watch movies on your own DVD player. &nbsp;There is also a selection of board games and music CDs that you can borrow.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div>\n<!-- /wp:uagb/container --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"a50e9e1c\",\"backgroundType\":\"color\",\"backgroundSizeTablet\":\"cover\",\"backgroundSizeMobile\":\"cover\",\"backgroundColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"bottomPaddingDesktop\":104,\"leftPaddingDesktop\":40,\"rightPaddingDesktop\":40,\"topPaddingTablet\":80,\"bottomPaddingTablet\":80,\"leftPaddingTablet\":40,\"rightPaddingTablet\":40,\"topPaddingMobile\":64,\"bottomPaddingMobile\":64,\"leftPaddingMobile\":24,\"rightPaddingMobile\":24,\"paddingLink\":false,\"variationSelected\":true,\"rowGapDesktop\":0,\"isBlockRootParent\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-a50e9e1c alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/advanced-heading {\"block_id\":\"ab7fe430\",\"classMigrate\":true,\"headingDescToggle\":true,\"headingAlign\":\"center\",\"headingAlignMobile\":\"left\",\"subHeadingColor\":\"\",\"headSpace\":20,\"subHeadFontSize\":16,\"blockBottomPadding\":20} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-ab7fe430\"><h2 class=\"uagb-heading-text\">Our Inside Pictures​</h2><p class=\"uagb-desc-text\">Take a look at some pretty pictures captured in and around our premises.</p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/container {\"block_id\":\"87f71278\",\"directionDesktop\":\"row\",\"alignItemsDesktop\":\"flex-start\",\"topMarginDesktop\":20,\"bottomMarginDesktop\":0,\"leftMarginDesktop\":0,\"rightMarginDesktop\":0,\"marginLink\":false,\"variationSelected\":true,\"rowGapMobile\":24,\"columnGapDesktop\":24,\"columnGapTablet\":20} -->\n<div class=\"wp-block-uagb-container uagb-block-87f71278\"><!-- wp:uagb/container {\"block_id\":\"62a977e4\",\"widthDesktop\":32,\"variationSelected\":true,\"rowGapDesktop\":24,\"rowGapTablet\":20,\"rowGapMobile\":24,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-62a977e4\"><!-- wp:uagb/image {\"block_id\":\"9285533f\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/red-rose-1024x683.jpg\",\"id\":834,\"linkDestination\":\"none\",\"width\":385,\"height\":284,\"naturalWidth\":1024,\"naturalHeight\":683,\"sizeSlug\":\"large\",\"sizeSlugTablet\":\"large\",\"sizeSlugMobile\":\"large\",\"customHeightSetDesktop\":true} -->\n<div class=\"wp-block-uagb-image uagb-block-9285533f wp-block-uagb-image--layout-default wp-block-uagb-image--effect-static wp-block-uagb-image--align-none\"><figure class=\"wp-block-uagb-image__figure\"><img srcset=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/red-rose-1024x683.jpg \" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/red-rose-1024x683.jpg\" alt=\"\" class=\"uag-image-834\" width=\"385\" height=\"284\" title=\"\" loading=\"lazy\"/></figure></div>\n<!-- /wp:uagb/image -->\n\n<!-- wp:uagb/image {\"block_id\":\"c1306b1e\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/49g.jpg\",\"id\":838,\"linkDestination\":\"none\",\"width\":385,\"height\":284,\"naturalWidth\":650,\"naturalHeight\":450,\"sizeSlug\":\"full\",\"sizeSlugTablet\":\"full\",\"sizeSlugMobile\":\"full\",\"customHeightSetDesktop\":true} -->\n<div class=\"wp-block-uagb-image uagb-block-c1306b1e wp-block-uagb-image--layout-default wp-block-uagb-image--effect-static wp-block-uagb-image--align-none\"><figure class=\"wp-block-uagb-image__figure\"><img srcset=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/49g.jpg \" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/49g.jpg\" alt=\"\" class=\"uag-image-838\" width=\"385\" height=\"284\" title=\"\" loading=\"lazy\"/></figure></div>\n<!-- /wp:uagb/image --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"9fa62928\",\"widthDesktop\":67,\"variationSelected\":true,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-9fa62928\"><!-- wp:uagb/image {\"block_id\":\"75943cd3\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAA39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba-1-1024x768.png\",\"id\":905,\"linkDestination\":\"none\",\"naturalWidth\":1024,\"naturalHeight\":768,\"sizeSlug\":\"large\",\"sizeSlugTablet\":\"large\",\"sizeSlugMobile\":\"large\"} -->\n<div class=\"wp-block-uagb-image uagb-block-75943cd3 wp-block-uagb-image--layout-default wp-block-uagb-image--effect-static wp-block-uagb-image--align-none\"><figure class=\"wp-block-uagb-image__figure\"><img srcset=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAA39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba-1-1024x768.png \" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAA39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba-1-1024x768.png\" alt=\"\" class=\"uag-image-905\" width=\"\" height=\"\" title=\"\" loading=\"lazy\"/></figure></div>\n<!-- /wp:uagb/image --></div>\n<!-- /wp:uagb/container --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"bf4bac8c\",\"directionDesktop\":\"row\",\"alignItemsDesktop\":\"flex-start\",\"topMarginDesktop\":24,\"bottomMarginDesktop\":0,\"leftMarginDesktop\":0,\"rightMarginDesktop\":0,\"topMarginTablet\":20,\"bottomMarginTablet\":0,\"leftMarginTablet\":0,\"rightMarginTablet\":0,\"topMarginMobile\":24,\"bottomMarginMobile\":0,\"leftMarginMobile\":0,\"rightMarginMobile\":0,\"marginLink\":false,\"variationSelected\":true,\"columnGapDesktop\":24,\"columnGapTablet\":20} -->\n<div class=\"wp-block-uagb-container uagb-block-bf4bac8c\"><!-- wp:uagb/container {\"block_id\":\"21b41f28\",\"widthDesktop\":67,\"variationSelected\":true,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-21b41f28\"><!-- wp:image {\"id\":837,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-8-1024x678.jpg\" alt=\"\" class=\"wp-image-837\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"11018c67\",\"widthDesktop\":32,\"variationSelected\":true,\"rowGapDesktop\":24,\"rowGapTablet\":20,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-11018c67\"><!-- wp:uagb/image {\"block_id\":\"8e5ca423\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Blue-roan-pool-01.jpg\",\"id\":782,\"linkDestination\":\"none\",\"width\":385,\"height\":250,\"naturalWidth\":800,\"naturalHeight\":534,\"sizeSlug\":\"full\",\"sizeSlugTablet\":\"full\",\"sizeSlugMobile\":\"full\",\"customHeightSetDesktop\":true} -->\n<div class=\"wp-block-uagb-image uagb-block-8e5ca423 wp-block-uagb-image--layout-default wp-block-uagb-image--effect-static wp-block-uagb-image--align-none\"><figure class=\"wp-block-uagb-image__figure\"><img srcset=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Blue-roan-pool-01.jpg \" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Blue-roan-pool-01.jpg\" alt=\"\" class=\"uag-image-782\" width=\"385\" height=\"250\" title=\"\" loading=\"lazy\"/></figure></div>\n<!-- /wp:uagb/image -->\n\n<!-- wp:uagb/image {\"block_id\":\"c486a813\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/bird-1024x683.jpg\",\"id\":910,\"linkDestination\":\"none\",\"width\":385,\"height\":250,\"naturalWidth\":1024,\"naturalHeight\":683,\"sizeSlug\":\"large\",\"sizeSlugTablet\":\"large\",\"sizeSlugMobile\":\"large\",\"customHeightSetDesktop\":true} -->\n<div class=\"wp-block-uagb-image uagb-block-c486a813 wp-block-uagb-image--layout-default wp-block-uagb-image--effect-static wp-block-uagb-image--align-none\"><figure class=\"wp-block-uagb-image__figure\"><img srcset=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/bird-1024x683.jpg \" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/bird-1024x683.jpg\" alt=\"\" class=\"uag-image-910\" width=\"385\" height=\"250\" title=\"\" loading=\"lazy\"/></figure></div>\n<!-- /wp:uagb/image --></div>\n<!-- /wp:uagb/container --></div>\n<!-- /wp:uagb/container --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"b88af430\",\"backgroundType\":\"color\",\"backgroundSizeTablet\":\"cover\",\"backgroundSizeMobile\":\"cover\",\"backgroundColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"topPaddingDesktop\":40,\"bottomPaddingDesktop\":104,\"leftPaddingDesktop\":40,\"rightPaddingDesktop\":40,\"topPaddingTablet\":80,\"bottomPaddingTablet\":80,\"leftPaddingTablet\":40,\"rightPaddingTablet\":40,\"topPaddingMobile\":64,\"bottomPaddingMobile\":64,\"leftPaddingMobile\":24,\"rightPaddingMobile\":24,\"paddingLink\":false,\"variationSelected\":true,\"rowGapDesktop\":0,\"isBlockRootParent\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-b88af430 alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/advanced-heading {\"block_id\":\"ce69ddff\",\"classMigrate\":true,\"headingDescToggle\":true,\"headingAlign\":\"center\",\"headingAlignMobile\":\"left\",\"subHeadingColor\":\"\",\"headSpace\":20,\"subHeadFontSize\":16,\"blockBottomPadding\":20} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-ce69ddff\"><h2 class=\"uagb-heading-text\">What Our Guests Say​</h2><p class=\"uagb-desc-text\">We take pride in serving our guests the best experience. </p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/container {\"block_id\":\"379febb0\",\"directionDesktop\":\"row\",\"topMarginDesktop\":40,\"bottomMarginDesktop\":0,\"leftMarginDesktop\":0,\"rightMarginDesktop\":0,\"marginLink\":false,\"variationSelected\":true,\"rowGapMobile\":40,\"columnGapDesktop\":90} -->\n<div class=\"wp-block-uagb-container uagb-block-379febb0\"><!-- wp:uagb/container {\"block_id\":\"a55e6f7f\",\"widthDesktop\":50,\"variationSelected\":true,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-a55e6f7f\"><!-- wp:uagb/testimonial {\"test_item_count\":1,\"classMigrate\":true,\"test_block\":[{\"description\":\"\\u0022Thank you for a most enjoyable weekend stay and for making our anniversary so special.  Thank you for your kind and lovely friendship which we really appreciate!!!\\u0022​\",\"name\":\"\\u003cstrong\\u003eBrenda and Theuns\\u003c/strong\\u003e\",\"company\":\"\",\"image\":{\"id\":119,\"title\":\"testimonial1\",\"filename\":\"testimonial1.jpg\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/testimonial1.jpg\",\"link\":\"https://blueroan.netgen.cloud/testimonial1/\",\"alt\":\"\",\"author\":\"34\",\"description\":\"\",\"caption\":\"\",\"name\":\"testimonial1\",\"status\":\"inherit\",\"uploadedTo\":0,\"date\":\"2021-05-11T05:02:02.000Z\",\"modified\":\"2021-05-11T05:02:02.000Z\",\"menuOrder\":0,\"mime\":\"image/jpeg\",\"type\":\"image\",\"subtype\":\"jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/default.png\",\"dateFormatted\":\"May 11, 2021\",\"nonces\":{\"update\":\"b92fe40c3d\",\"delete\":\"643c1eb8f1\",\"edit\":\"d3e7d56b1d\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=119\\u0026action=edit\",\"meta\":false,\"authorName\":\"Rishabh\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/user-edit.php?user_id=34\",\"filesizeInBytes\":11264,\"filesizeHumanReadable\":\"11 KB\",\"context\":\"\",\"height\":250,\"width\":250,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/testimonial1-150x150.jpg\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/testimonial1.jpg\",\"height\":250,\"width\":250,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}}}],\"headingAlign\":\"left\",\"headingAlignTablet\":\"left\",\"headingAlignMobile\":\"left\",\"descColor\":\"var(\\u002d\\u002dast-global-color-3)\",\"nameFontSize\":14,\"nameLineHeight\":1,\"descFontSize\":16,\"descFontWeight\":\"600\",\"nameSpace\":1,\"block_id\":\"6bdaeadf\",\"iconImage\":{\"url\":\"\",\"alt\":\"InfoBox placeholder img\"},\"imageWidth\":32,\"columnGap\":1,\"borderStyle\":\"\",\"paddingTop\":0,\"paddingBottom\":0,\"paddingLeft\":0,\"paddingRight\":0,\"spacingLink\":true,\"imgpaddingTop\":0,\"imgpaddingRight\":15,\"imgpaddingBottom\":0,\"imgpaddingLeft\":0,\"overallBorderStyle\":\"none\",\"imgTagHeight\":32,\"imgTagWidth\":150} -->\n<div class=\"wp-block-uagb-testimonial uagb-slick-carousel uagb-tm__arrow-outside uagb-block-6bdaeadf uagb-post__carousel_notset uagb-post__carousel_notset-tablet uagb-post__carousel_notset-mobile\"><div class=\"is-carousel uagb-tm__columns-1 uagb-tm__items\"><div class=\"uagb-testimonial__wrap  uagb-tm__imgicon-style-circle uagb-tm__image-position-bottom uagb-tm__bg-type-none \"><div class=\"uagb-tm__content\"><div class=\"uagb-tm__overlay\"></div><div class=\"uagb-tm__text-wrap\"><div class=\"uagb-tm__desc\">\"Thank you for a most enjoyable weekend stay and for making our anniversary so special.  Thank you for your kind and lovely friendship which we really appreciate!!!\"​</div><div class=\"uagb-tm__meta-inner\"><div class=\"uagb-tm__image-content\"><div class=\"uagb-tm__image\"><img class=\"uagb-tm-img-src\" src=\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/testimonial1-150x150.jpg\" alt=\"\" width=\"32\" height=\"32\" loading=\"lazy\"/></div></div><div class=\"uagb-testimonial-details\"><span class=\"uagb-tm__author-name\"><strong>Brenda and Theuns</strong></span><span class=\"uagb-tm__company\"></span></div></div></div></div></div></div></div>\n<!-- /wp:uagb/testimonial -->\n\n<!-- wp:uagb/testimonial {\"test_item_count\":1,\"classMigrate\":true,\"test_block\":[{\"description\":\"\\u0022Breaking away from city life and coming out to a most wonderful romantic weekend away.  The unit is so comfortable.  Thank you for your great hospitality - we had an awesome time here.  Go well - with love\\u0022​\",\"name\":\"\\u003cstrong\\u003e\\u003cstrong\\u003e\\u003cstrong\\u003eLiz \\u0026amp; Eddie\\u003c/strong\\u003e\\u003c/strong\\u003e\\u003c/strong\\u003e\",\"company\":\"\",\"image\":{\"id\":122,\"title\":\"testimonial4\",\"filename\":\"testimonial4.jpg\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/testimonial4.jpg\",\"link\":\"https://blueroan.netgen.cloud/testimonial4/\",\"alt\":\"\",\"author\":\"34\",\"description\":\"\",\"caption\":\"\",\"name\":\"testimonial4\",\"status\":\"inherit\",\"uploadedTo\":0,\"date\":\"2021-05-11T05:02:06.000Z\",\"modified\":\"2021-05-11T05:02:06.000Z\",\"menuOrder\":0,\"mime\":\"image/jpeg\",\"type\":\"image\",\"subtype\":\"jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/default.png\",\"dateFormatted\":\"May 11, 2021\",\"nonces\":{\"update\":\"4e34860add\",\"delete\":\"9e126a55cd\",\"edit\":\"33ffd3c040\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=122\\u0026action=edit\",\"meta\":false,\"authorName\":\"Rishabh\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/user-edit.php?user_id=34\",\"filesizeInBytes\":16584,\"filesizeHumanReadable\":\"16 KB\",\"context\":\"\",\"height\":250,\"width\":250,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/testimonial4-150x150.jpg\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/testimonial4.jpg\",\"height\":250,\"width\":250,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}}}],\"headingAlign\":\"left\",\"headingAlignTablet\":\"left\",\"headingAlignMobile\":\"left\",\"descColor\":\"var(\\u002d\\u002dast-global-color-3)\",\"nameFontSize\":14,\"nameLineHeight\":1,\"descFontSize\":16,\"descFontWeight\":\"600\",\"nameSpace\":1,\"block_id\":\"c1a28725\",\"iconImage\":{\"url\":\"\",\"alt\":\"InfoBox placeholder img\"},\"imageWidth\":32,\"columnGap\":1,\"borderStyle\":\"\",\"paddingTop\":0,\"paddingBottom\":0,\"paddingLeft\":0,\"paddingRight\":0,\"spacingLink\":true,\"imgpaddingTop\":0,\"imgpaddingRight\":15,\"imgpaddingBottom\":0,\"imgpaddingLeft\":0,\"overallBorderStyle\":\"none\",\"imgTagHeight\":32,\"imgTagWidth\":150} -->\n<div class=\"wp-block-uagb-testimonial uagb-slick-carousel uagb-tm__arrow-outside uagb-block-c1a28725 uagb-post__carousel_notset uagb-post__carousel_notset-tablet uagb-post__carousel_notset-mobile\"><div class=\"is-carousel uagb-tm__columns-1 uagb-tm__items\"><div class=\"uagb-testimonial__wrap  uagb-tm__imgicon-style-circle uagb-tm__image-position-bottom uagb-tm__bg-type-none \"><div class=\"uagb-tm__content\"><div class=\"uagb-tm__overlay\"></div><div class=\"uagb-tm__text-wrap\"><div class=\"uagb-tm__desc\">\"Breaking away from city life and coming out to a most wonderful romantic weekend away.  The unit is so comfortable.  Thank you for your great hospitality - we had an awesome time here.  Go well - with love\"​</div><div class=\"uagb-tm__meta-inner\"><div class=\"uagb-tm__image-content\"><div class=\"uagb-tm__image\"><img class=\"uagb-tm-img-src\" src=\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/testimonial4-150x150.jpg\" alt=\"\" width=\"32\" height=\"32\" loading=\"lazy\"/></div></div><div class=\"uagb-testimonial-details\"><span class=\"uagb-tm__author-name\"><strong><strong><strong>Liz &amp; Eddie</strong></strong></strong></span><span class=\"uagb-tm__company\"></span></div></div></div></div></div></div></div>\n<!-- /wp:uagb/testimonial --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"9bc6419f\",\"widthDesktop\":50,\"variationSelected\":true,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-9bc6419f\"><!-- wp:uagb/testimonial {\"test_item_count\":1,\"classMigrate\":true,\"test_block\":[{\"description\":\"\\u0022Judy, what a wonderful place you have here - we were so delighted to spend the weekend here, so tranquil, peaceful, and beautiful. You made us feel right at home. Definitely a place worth 5 stars! Go well.\\u0022​\",\"name\":\"\\u003cstrong\\u003e\\u003cstrong\\u003eBrian\\u003c/strong\\u003e\\u003c/strong\\u003e \\u003cstrong\\u003e\\u003cstrong\\u003e\\u003cstrong\\u003eand \\u003cstrong\\u003eMariska\\u003c/strong\\u003e\\u003c/strong\\u003e\\u003cbr\\u003e\\u003c/strong\\u003e\\u003c/strong\\u003e\",\"company\":\"\",\"image\":{\"id\":120,\"title\":\"testimonial2\",\"filename\":\"testimonial2.jpg\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/testimonial2.jpg\",\"link\":\"https://blueroan.netgen.cloud/testimonial2/\",\"alt\":\"\",\"author\":\"34\",\"description\":\"\",\"caption\":\"\",\"name\":\"testimonial2\",\"status\":\"inherit\",\"uploadedTo\":0,\"date\":\"2021-05-11T05:02:03.000Z\",\"modified\":\"2021-05-11T05:02:03.000Z\",\"menuOrder\":0,\"mime\":\"image/jpeg\",\"type\":\"image\",\"subtype\":\"jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/default.png\",\"dateFormatted\":\"May 11, 2021\",\"nonces\":{\"update\":\"1ee6412858\",\"delete\":\"4414a2ccbf\",\"edit\":\"bde7b1f490\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=120\\u0026action=edit\",\"meta\":false,\"authorName\":\"Rishabh\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/user-edit.php?user_id=34\",\"filesizeInBytes\":10087,\"filesizeHumanReadable\":\"10 KB\",\"context\":\"\",\"height\":250,\"width\":250,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/testimonial2-150x150.jpg\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/testimonial2.jpg\",\"height\":250,\"width\":250,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}}}],\"headingAlign\":\"left\",\"headingAlignTablet\":\"left\",\"headingAlignMobile\":\"left\",\"descColor\":\"var(\\u002d\\u002dast-global-color-3)\",\"nameFontSize\":14,\"nameLineHeight\":1,\"descFontSize\":16,\"descFontWeight\":\"600\",\"nameSpace\":1,\"block_id\":\"f0c4171b\",\"iconImage\":{\"url\":\"\",\"alt\":\"InfoBox placeholder img\"},\"imageWidth\":32,\"columnGap\":1,\"borderStyle\":\"\",\"paddingTop\":0,\"paddingBottom\":0,\"paddingLeft\":0,\"paddingRight\":0,\"spacingLink\":true,\"imgpaddingTop\":0,\"imgpaddingRight\":15,\"imgpaddingBottom\":0,\"imgpaddingLeft\":0,\"overallBorderStyle\":\"none\",\"imgTagHeight\":32,\"imgTagWidth\":150} -->\n<div class=\"wp-block-uagb-testimonial uagb-slick-carousel uagb-tm__arrow-outside uagb-block-f0c4171b uagb-post__carousel_notset uagb-post__carousel_notset-tablet uagb-post__carousel_notset-mobile\"><div class=\"is-carousel uagb-tm__columns-1 uagb-tm__items\"><div class=\"uagb-testimonial__wrap  uagb-tm__imgicon-style-circle uagb-tm__image-position-bottom uagb-tm__bg-type-none \"><div class=\"uagb-tm__content\"><div class=\"uagb-tm__overlay\"></div><div class=\"uagb-tm__text-wrap\"><div class=\"uagb-tm__desc\">\"Judy, what a wonderful place you have here - we were so delighted to spend the weekend here, so tranquil, peaceful, and beautiful. You made us feel right at home. Definitely a place worth 5 stars! Go well.\"​</div><div class=\"uagb-tm__meta-inner\"><div class=\"uagb-tm__image-content\"><div class=\"uagb-tm__image\"><img class=\"uagb-tm-img-src\" src=\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/testimonial2-150x150.jpg\" alt=\"\" width=\"32\" height=\"32\" loading=\"lazy\"/></div></div><div class=\"uagb-testimonial-details\"><span class=\"uagb-tm__author-name\"><strong><strong>Brian</strong></strong> <strong><strong><strong>and <strong>Mariska</strong></strong><br></strong></strong></span><span class=\"uagb-tm__company\"></span></div></div></div></div></div></div></div>\n<!-- /wp:uagb/testimonial -->\n\n<!-- wp:uagb/testimonial {\"test_item_count\":1,\"classMigrate\":true,\"test_block\":[{\"description\":\"\\u0022Thank you for the most wonderful time, Judy!  This was the most peaceful and perfect place to get engaged!  We will most certainly be back!!!  Your hospitality cannot be topped!\\u0022​\",\"name\":\"\\u003cstrong\\u003e\\u003cstrong\\u003e\\u003cstrong\\u003e\\u003cstrong\\u003eBrett and Kelly\\u003c/strong\\u003e\\u003c/strong\\u003e\\u003c/strong\\u003e\\u003c/strong\\u003e\",\"company\":\"\",\"image\":{\"id\":121,\"title\":\"testimonial3\",\"filename\":\"testimonial3.jpg\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/testimonial3.jpg\",\"link\":\"https://blueroan.netgen.cloud/testimonial3/\",\"alt\":\"\",\"author\":\"34\",\"description\":\"\",\"caption\":\"\",\"name\":\"testimonial3\",\"status\":\"inherit\",\"uploadedTo\":0,\"date\":\"2021-05-11T05:02:05.000Z\",\"modified\":\"2021-05-11T05:02:05.000Z\",\"menuOrder\":0,\"mime\":\"image/jpeg\",\"type\":\"image\",\"subtype\":\"jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/default.png\",\"dateFormatted\":\"May 11, 2021\",\"nonces\":{\"update\":\"290653da5d\",\"delete\":\"90a4fb2d63\",\"edit\":\"ff8a64e56e\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=121\\u0026action=edit\",\"meta\":false,\"authorName\":\"Rishabh\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/user-edit.php?user_id=34\",\"filesizeInBytes\":8748,\"filesizeHumanReadable\":\"9 KB\",\"context\":\"\",\"height\":250,\"width\":250,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/testimonial3-150x150.jpg\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/testimonial3.jpg\",\"height\":250,\"width\":250,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}}}],\"headingAlign\":\"left\",\"headingAlignTablet\":\"left\",\"headingAlignMobile\":\"left\",\"descColor\":\"var(\\u002d\\u002dast-global-color-3)\",\"nameFontSize\":14,\"nameLineHeight\":1,\"descFontSize\":16,\"descFontWeight\":\"600\",\"nameSpace\":1,\"block_id\":\"925715e0\",\"iconImage\":{\"url\":\"\",\"alt\":\"InfoBox placeholder img\"},\"imageWidth\":32,\"columnGap\":1,\"borderStyle\":\"\",\"paddingTop\":0,\"paddingBottom\":0,\"paddingLeft\":0,\"paddingRight\":0,\"spacingLink\":true,\"imgpaddingTop\":0,\"imgpaddingRight\":15,\"imgpaddingBottom\":0,\"imgpaddingLeft\":0,\"overallBorderStyle\":\"none\",\"imgTagHeight\":32,\"imgTagWidth\":150} -->\n<div class=\"wp-block-uagb-testimonial uagb-slick-carousel uagb-tm__arrow-outside uagb-block-925715e0 uagb-post__carousel_notset uagb-post__carousel_notset-tablet uagb-post__carousel_notset-mobile\"><div class=\"is-carousel uagb-tm__columns-1 uagb-tm__items\"><div class=\"uagb-testimonial__wrap  uagb-tm__imgicon-style-circle uagb-tm__image-position-bottom uagb-tm__bg-type-none \"><div class=\"uagb-tm__content\"><div class=\"uagb-tm__overlay\"></div><div class=\"uagb-tm__text-wrap\"><div class=\"uagb-tm__desc\">\"Thank you for the most wonderful time, Judy!  This was the most peaceful and perfect place to get engaged!  We will most certainly be back!!!  Your hospitality cannot be topped!\"​</div><div class=\"uagb-tm__meta-inner\"><div class=\"uagb-tm__image-content\"><div class=\"uagb-tm__image\"><img class=\"uagb-tm-img-src\" src=\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/testimonial3-150x150.jpg\" alt=\"\" width=\"32\" height=\"32\" loading=\"lazy\"/></div></div><div class=\"uagb-testimonial-details\"><span class=\"uagb-tm__author-name\"><strong><strong><strong><strong>Brett and Kelly</strong></strong></strong></strong></span><span class=\"uagb-tm__company\"></span></div></div></div></div></div></div></div>\n<!-- /wp:uagb/testimonial --></div>\n<!-- /wp:uagb/container --></div>\n<!-- /wp:uagb/container --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"8df1d5dd\",\"innerContentCustomWidthDesktop\":781,\"innerContentCustomWidthTablet\":781,\"backgroundType\":\"image\",\"backgroundImageDesktop\":{\"id\":809,\"title\":\"26759994757_767d9794fd_b\",\"filename\":\"26759994757_767d9794fd_b.jpg\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/26759994757_767d9794fd_b.jpg\",\"link\":\"https://blueroan.netgen.cloud/?attachment_id=809\",\"alt\":\"\",\"author\":\"2\",\"description\":\"\",\"caption\":\"\",\"name\":\"26759994757_767d9794fd_b\",\"status\":\"inherit\",\"uploadedTo\":805,\"date\":\"2022-12-13T09:51:53.000Z\",\"modified\":\"2022-12-13T09:51:53.000Z\",\"menuOrder\":0,\"mime\":\"image/jpeg\",\"type\":\"image\",\"subtype\":\"jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-includes/images/media/default.png\",\"dateFormatted\":\"December 13, 2022\",\"nonces\":{\"update\":\"39b5c0eef1\",\"delete\":\"fde92abd83\",\"edit\":\"3923face9e\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=809\\u0026action=edit\",\"meta\":false,\"authorName\":\"Netgen Support\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/profile.php\",\"uploadedToTitle\":\"Magaliesburg\",\"uploadedToLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=805\\u0026action=edit\",\"filesizeInBytes\":143610,\"filesizeHumanReadable\":\"140 KB\",\"context\":\"\",\"height\":683,\"width\":1024,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/26759994757_767d9794fd_b-150x150.jpg\",\"orientation\":\"landscape\"},\"medium\":{\"height\":200,\"width\":300,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/26759994757_767d9794fd_b-300x200.jpg\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/26759994757_767d9794fd_b.jpg\",\"height\":683,\"width\":1024,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"backgroundImageColor\":\"rgba(42,42,42,0.65)\",\"topPaddingDesktop\":144,\"bottomPaddingDesktop\":144,\"leftPaddingDesktop\":40,\"rightPaddingDesktop\":40,\"topPaddingTablet\":80,\"bottomPaddingTablet\":80,\"leftPaddingTablet\":40,\"rightPaddingTablet\":40,\"topPaddingMobile\":64,\"bottomPaddingMobile\":64,\"leftPaddingMobile\":24,\"rightPaddingMobile\":24,\"paddingLink\":false,\"variationSelected\":true,\"isBlockRootParent\":true,\"overlayType\":\"color\"} -->\n<div class=\"wp-block-uagb-container uagb-block-8df1d5dd alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/advanced-heading {\"block_id\":\"bafa4e78\",\"classMigrate\":true,\"headingDescToggle\":true,\"headingAlign\":\"center\",\"headingColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"subHeadingColor\":\"var(\\u002d\\u002dast-global-color-4)\",\"headSpace\":20} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-bafa4e78\"><h2 class=\"uagb-heading-text\">Plan an Unforgettable Experience at <br>Blue Roan!</h2><p class=\"uagb-desc-text\">Blue Roan is a 3-star graded pet-friendly venue</p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/advanced-heading {\"block_id\":\"70db6bf0\",\"classMigrate\":true,\"headingTitleToggle\":false,\"headingDescToggle\":true,\"headingAlign\":\"center\",\"subHeadingColor\":\"var(\\u002d\\u002dast-global-color-4)\",\"subHeadTransform\":\"uppercase\",\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"subHeadLetterSpacing\":2,\"blockTopPadding\":60,\"blockRightPadding\":0,\"blockLeftPadding\":0,\"blockBottomPadding\":0,\"blockTopPaddingMobile\":30,\"blockRightPaddingMobile\":0,\"blockLeftPaddingMobile\":0,\"blockBottomPaddingMobile\":0,\"linkColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"linkHColor\":\"var(\\u002d\\u002dast-global-color-0)\"} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-70db6bf0\"><p class=\"uagb-desc-text\"><a href=\"https://book.nightsbridge.com/11065\" target=\"_blank\" rel=\"noreferrer noopener\">BOOK YOUR STAY NOW​</a></p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/icon-list {\"block_id\":\"01277dee\",\"classMigrate\":true,\"childMigrate\":true,\"align\":\"center\",\"parentIcon\":\"phone\",\"size\":40,\"sizeMobile\":24,\"sizeTablet\":32,\"fontSize\":48,\"fontSizeMobile\":28,\"fontSizeTablet\":40,\"fontWeight\":\"600\",\"iconColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"labelColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"blockTopPadding\":0,\"blockRightPadding\":0,\"blockLeftPadding\":0,\"blockBottomPadding\":24,\"blockPaddingLink\":false} -->\n<div class=\"wp-block-uagb-icon-list uagb-block-01277dee\"><div class=\"uagb-icon-list__wrap\"><!-- wp:uagb/icon-list-child {\"block_id\":\"e0f471ab\",\"label\":\" + 27 (0) 82 575 5409\",\"label_color\":\"\",\"link\":\"tel:+27825755409\",\"disableLink\":true,\"fromParentIcon\":\"phone\",\"imageSizeChild\":40} -->\n<div class=\"wp-block-uagb-icon-list-child uagb-block-e0f471ab\"><a target=\"_self\" aria-label=\" + 27 (0) 82 575 5409\" rel=\"noopener noreferrer\" href=\"tel:+27825755409\"> </a><span class=\"uagb-icon-list__source-wrap\"><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M511.2 387l-23.25 100.8c-3.266 14.25-15.79 24.22-30.46 24.22C205.2 512 0 306.8 0 54.5c0-14.66 9.969-27.2 24.22-30.45l100.8-23.25C139.7-2.602 154.7 5.018 160.8 18.92l46.52 108.5c5.438 12.78 1.77 27.67-8.98 36.45L144.5 207.1c33.98 69.22 90.26 125.5 159.5 159.5l44.08-53.8c8.688-10.78 23.69-14.51 36.47-8.975l108.5 46.51C506.1 357.2 514.6 372.4 511.2 387z\"></path></svg></span><span class=\"uagb-icon-list__label\"> + 27 (0) 82 575 5409</span></div>\n<!-- /wp:uagb/icon-list-child -->\n\n<!-- wp:uagb/icon-list-child {\"block_id\":\"e932be29\",\"label\":\"blueroan@ugo.co.za\",\"icon\":\"envelope\",\"label_color\":\"\",\"link\":\"mailto:blueroan@ugo.co.za\",\"disableLink\":true,\"fromParentIcon\":\"phone\",\"imageSizeChild\":40} -->\n<div class=\"wp-block-uagb-icon-list-child uagb-block-e932be29\"><a target=\"_self\" aria-label=\"blueroan@ugo.co.za\" rel=\"noopener noreferrer\" href=\"mailto:blueroan@ugo.co.za\"> </a><span class=\"uagb-icon-list__source-wrap\"><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M464 64C490.5 64 512 85.49 512 112C512 127.1 504.9 141.3 492.8 150.4L275.2 313.6C263.8 322.1 248.2 322.1 236.8 313.6L19.2 150.4C7.113 141.3 0 127.1 0 112C0 85.49 21.49 64 48 64H464zM217.6 339.2C240.4 356.3 271.6 356.3 294.4 339.2L512 176V384C512 419.3 483.3 448 448 448H64C28.65 448 0 419.3 0 384V176L217.6 339.2z\"></path></svg></span><span class=\"uagb-icon-list__label\">blueroan@ugo.co.za</span></div>\n<!-- /wp:uagb/icon-list-child --></div></div>\n<!-- /wp:uagb/icon-list --></div></div>\n<!-- /wp:uagb/container -->',	'Home',	'',	'inherit',	'closed',	'closed',	'',	'760-revision-v1',	'',	'',	'2022-12-22 07:47:30',	'2022-12-22 07:47:30',	'',	760,	'https://blueroan.netgen.cloud/?p=1404',	0,	'revision',	'',	0),
(1405,	2,	'2022-12-22 07:48:20',	'2022-12-22 07:48:20',	'<!-- wp:uagb/container {\"block_id\":\"3736cf55\",\"minHeightDesktop\":95,\"minHeightTablet\":70,\"minHeightMobile\":80,\"minHeightType\":\"vh\",\"alignItemsDesktop\":\"flex-start\",\"backgroundType\":\"image\",\"backgroundImageDesktop\":{\"uploading\":false,\"date\":1670921854000,\"filename\":\"Blue-Roan-pool.jpg\",\"menuOrder\":0,\"uploadedTo\":760,\"type\":\"image\",\"subtype\":\"jpeg\",\"id\":784,\"title\":\"Blue Roan - pool\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Blue-Roan-pool.jpg\",\"link\":\"https://blueroan.netgen.cloud/home/blue-roan-pool/\",\"alt\":\"\",\"author\":\"2\",\"description\":\"\",\"caption\":\"\",\"name\":\"blue-roan-pool\",\"status\":\"inherit\",\"modified\":1670921854000,\"mime\":\"image/jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-includes/images/media/default.png\",\"dateFormatted\":\"December 13, 2022\",\"nonces\":{\"update\":\"51a12ed09e\",\"delete\":\"5174068551\",\"edit\":\"1de0721407\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=784\\u0026action=edit\",\"meta\":false,\"authorName\":\"Netgen Support\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/profile.php\",\"uploadedToTitle\":\"Home\",\"uploadedToLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=760\\u0026action=edit\",\"filesizeInBytes\":154801,\"filesizeHumanReadable\":\"151 KB\",\"context\":\"\",\"height\":667,\"width\":1000,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Blue-Roan-pool-150x150.jpg\",\"orientation\":\"landscape\"},\"medium\":{\"height\":200,\"width\":300,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Blue-Roan-pool-300x200.jpg\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Blue-Roan-pool.jpg\",\"height\":667,\"width\":1000,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"backgroundPositionDesktop\":{\"x\":0.5,\"y\":0.25},\"backgroundImageColor\":\"rgba(42,42,42,0.35)\",\"topPaddingDesktop\":0,\"bottomPaddingDesktop\":0,\"leftPaddingDesktop\":40,\"rightPaddingDesktop\":40,\"topPaddingTablet\":120,\"bottomPaddingTablet\":120,\"leftPaddingTablet\":40,\"rightPaddingTablet\":40,\"topPaddingMobile\":150,\"bottomPaddingMobile\":150,\"leftPaddingMobile\":20,\"rightPaddingMobile\":20,\"paddingLink\":false,\"variationSelected\":true,\"isBlockRootParent\":true,\"overlayType\":\"color\",\"minHeightTypeTablet\":\"vh\",\"minHeightTypeMobile\":\"vh\"} -->\n<div class=\"wp-block-uagb-container uagb-block-3736cf55 alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:group {\"layout\":{\"inherit\":true,\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group\"><!-- wp:uagb/info-box {\"classMigrate\":true,\"headingAlign\":\"left\",\"headingColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"subHeadingColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"headingTag\":\"h1\",\"subHeadFontSize\":17,\"subHeadFontSizeMobile\":15,\"headSpace\":20,\"subHeadSpace\":40,\"block_id\":\"538a3cf0\",\"ctaIcon\":\"\",\"ctaText\":\"Book Your Stay Now\",\"ctaLink\":\"https://book.nightsbridge.com/11065\",\"ctaBtnLinkColor\":\"var(\\u002d\\u002dast-global-color-2)\",\"ctaLinkHoverColor\":\"var(\\u002d\\u002dast-global-color-2)\",\"ctaBgColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"ctaBgHoverColor\":\"var(\\u002d\\u002dast-global-color-4)\",\"ctaBorderColor\":\"\",\"ctaBorderStyle\":\"\",\"ctaBorderWidth\":\"\",\"ctaBorderRadius\":\"\",\"iconImage\":{\"url\":\"\",\"alt\":\"InfoBox placeholder img\"},\"showIcon\":false,\"paddingBtnTop\":18,\"paddingBtnBottom\":18,\"paddingBtnLeft\":34,\"paddingBtnRight\":34,\"blockTopPadding\":5,\"blockRightPadding\":40,\"blockLeftPadding\":0,\"blockBottomPadding\":0,\"blockTopPaddingTablet\":0,\"blockRightPaddingTablet\":64,\"blockLeftPaddingTablet\":0,\"blockBottomPaddingTablet\":0,\"blockTopPaddingMobile\":0,\"blockRightPaddingMobile\":0,\"blockLeftPaddingMobile\":0,\"blockBottomPaddingMobile\":0,\"blockPaddingUnit\":\"%\",\"blockPaddingLink\":false,\"subHeadMarginTopTablet\":0,\"subHeadMarginRightTablet\":64,\"subHeadTabletSpace\":40,\"subHeadMarginLeftTablet\":0,\"subHeadMarginTopMobile\":0,\"subHeadMarginRightMobile\":0,\"subHeadMobileSpace\":40,\"subHeadMarginLeftMobile\":0,\"btnBorderTopWidth\":1,\"btnBorderLeftWidth\":1,\"btnBorderRightWidth\":1,\"btnBorderBottomWidth\":1,\"btnBorderTopLeftRadius\":0,\"btnBorderTopRightRadius\":0,\"btnBorderBottomLeftRadius\":0,\"btnBorderBottomRightRadius\":0,\"btnBorderStyle\":\"none\",\"btnBorderColor\":\"#333\"} -->\n<div class=\"wp-block-uagb-info-box uagb-block-538a3cf0 uagb-infobox__content-wrap  uagb-infobox-icon-above-title uagb-infobox-image-valign-top\"><div class=\"uagb-ifb-content\"><div class=\"uagb-ifb-title-wrap\"><h1 class=\"uagb-ifb-title\">Magaliesburg pet friendly self-catering accommodation</h1></div><p class=\"uagb-ifb-desc\">Romantic pet-friendly self-catering accommodation in Magaliesburg, Gauteng.</p></div></div>\n<!-- /wp:uagb/info-box --></div>\n<!-- /wp:group -->\n\n<!-- wp:buttons {\"layout\":{\"type\":\"flex\",\"justifyContent\":\"left\",\"orientation\":\"horizontal\"},\"style\":{\"spacing\":{\"blockGap\":\"var:preset|spacing|50\"}}} -->\n<div class=\"wp-block-buttons\"><!-- wp:button {\"backgroundColor\":\"ast-global-color-5\",\"textColor\":\"ast-global-color-2\",\"width\":25,\"style\":{\"spacing\":{\"padding\":{\"top\":\"var:preset|spacing|50\",\"right\":\"var:preset|spacing|30\",\"bottom\":\"var:preset|spacing|50\",\"left\":\"var:preset|spacing|30\"}}},\"className\":\"is-style-fill\",\"UAGHideMob\":true,\"UAGHideTab\":true,\"UAGResponsiveConditions\":true} -->\n<div class=\"wp-block-button has-custom-width wp-block-button__width-25 is-style-fill uag-hide-tab uag-hide-mob\" id=\"https://book.nightsbridge.com/11065\"><a class=\"wp-block-button__link has-ast-global-color-2-color has-ast-global-color-5-background-color has-text-color has-background wp-element-button\" href=\"https://book.nightsbridge.com/11065\" style=\"padding-top:var(--wp--preset--spacing--50);padding-right:var(--wp--preset--spacing--30);padding-bottom:var(--wp--preset--spacing--50);padding-left:var(--wp--preset--spacing--30)\" rel=\"https://book.nightsbridge.com/11065\">book your stay now</a></div>\n<!-- /wp:button -->\n\n<!-- wp:button {\"backgroundColor\":\"ast-global-color-5\",\"textColor\":\"ast-global-color-2\",\"width\":25,\"style\":{\"spacing\":{\"padding\":{\"top\":\"var:preset|spacing|50\",\"right\":\"var:preset|spacing|30\",\"bottom\":\"var:preset|spacing|50\",\"left\":\"var:preset|spacing|30\"}}},\"className\":\"is-style-fill\",\"UAGHideMob\":true,\"UAGHideTab\":true,\"UAGDisplayConditions\":\"userstate\",\"UAGResponsiveConditions\":true} -->\n<div class=\"wp-block-button has-custom-width wp-block-button__width-25 is-style-fill uag-hide-tab uag-hide-mob\" id=\"https://book.nightsbridge.com/11065\"><a class=\"wp-block-button__link has-ast-global-color-2-color has-ast-global-color-5-background-color has-text-color has-background wp-element-button\" href=\"https://book.nightsbridge.com/11065\" style=\"padding-top:var(--wp--preset--spacing--50);padding-right:var(--wp--preset--spacing--30);padding-bottom:var(--wp--preset--spacing--50);padding-left:var(--wp--preset--spacing--30)\" target=\"_blank\" rel=\"https://book.nightsbridge.com/11065 noopener\">Check availability</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons -->\n\n<!-- wp:buttons {\"layout\":{\"type\":\"flex\",\"justifyContent\":\"left\",\"orientation\":\"horizontal\"},\"style\":{\"spacing\":{\"blockGap\":\"var:preset|spacing|50\"}}} -->\n<div class=\"wp-block-buttons\"><!-- wp:button {\"backgroundColor\":\"ast-global-color-5\",\"textColor\":\"ast-global-color-2\",\"width\":50,\"style\":{\"spacing\":{\"padding\":{\"top\":\"var:preset|spacing|20\",\"right\":\"var:preset|spacing|20\",\"bottom\":\"var:preset|spacing|20\",\"left\":\"var:preset|spacing|20\"}},\"border\":{\"radius\":\"0px\"}},\"className\":\"is-style-fill\",\"fontSize\":\"small\",\"UAGHideDesktop\":true,\"UAGHideTab\":true,\"UAGResponsiveConditions\":true} -->\n<div class=\"wp-block-button has-custom-width wp-block-button__width-50 has-custom-font-size is-style-fill has-small-font-size uag-hide-desktop uag-hide-tab\"><a class=\"wp-block-button__link has-ast-global-color-2-color has-ast-global-color-5-background-color has-text-color has-background wp-element-button\" href=\"https://book.nightsbridge.com/11065\" style=\"border-radius:0px;padding-top:var(--wp--preset--spacing--20);padding-right:var(--wp--preset--spacing--20);padding-bottom:var(--wp--preset--spacing--20);padding-left:var(--wp--preset--spacing--20)\" rel=\"\">book your stay now</a></div>\n<!-- /wp:button -->\n\n<!-- wp:button {\"backgroundColor\":\"ast-global-color-5\",\"textColor\":\"ast-global-color-2\",\"width\":50,\"style\":{\"spacing\":{\"padding\":{\"top\":\"var:preset|spacing|20\",\"right\":\"var:preset|spacing|20\",\"bottom\":\"var:preset|spacing|20\",\"left\":\"var:preset|spacing|20\"}},\"border\":{\"radius\":\"0px\"}},\"className\":\"is-style-fill\",\"fontSize\":\"small\",\"UAGHideDesktop\":true,\"UAGHideTab\":true,\"UAGResponsiveConditions\":true} -->\n<div class=\"wp-block-button has-custom-width wp-block-button__width-50 has-custom-font-size is-style-fill has-small-font-size uag-hide-desktop uag-hide-tab\"><a class=\"wp-block-button__link has-ast-global-color-2-color has-ast-global-color-5-background-color has-text-color has-background wp-element-button\" href=\"https://book.nightsbridge.com/11065\" style=\"border-radius:0px;padding-top:var(--wp--preset--spacing--20);padding-right:var(--wp--preset--spacing--20);padding-bottom:var(--wp--preset--spacing--20);padding-left:var(--wp--preset--spacing--20)\" rel=\"\">book your stay now</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons -->\n\n<!-- wp:buttons -->\n<div class=\"wp-block-buttons\"></div>\n<!-- /wp:buttons --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"946316ca\",\"directionDesktop\":\"row\",\"directionMobile\":\"column-reverse\",\"alignItemsDesktop\":\"flex-start\",\"backgroundType\":\"color\",\"backgroundSizeTablet\":\"cover\",\"backgroundSizeMobile\":\"cover\",\"backgroundColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"topPaddingDesktop\":60,\"bottomPaddingDesktop\":60,\"topPaddingTablet\":80,\"bottomPaddingTablet\":80,\"leftPaddingTablet\":40,\"rightPaddingTablet\":40,\"topPaddingMobile\":64,\"bottomPaddingMobile\":64,\"leftPaddingMobile\":24,\"rightPaddingMobile\":24,\"paddingLink\":false,\"variationSelected\":true,\"columnGapDesktop\":60,\"columnGapTablet\":50,\"isBlockRootParent\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-946316ca alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/container {\"block_id\":\"8bce9bcc\",\"widthDesktop\":50,\"variationSelected\":true,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-8bce9bcc\"><!-- wp:image {\"id\":797,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-13.jpg\" alt=\"\" class=\"wp-image-797\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>We have 7 lovely brick&nbsp;<strong>self-catering</strong>&nbsp;units, each one private and with its own character and theme. &nbsp;They are designed exclusively for couples with or without pets wanting a romantic and peaceful place to connect, re-connect, celebrate special occasions, or somewhere quiet and comfortable to come for a holiday</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:buttons -->\n<div class=\"wp-block-buttons\"><!-- wp:button -->\n<div class=\"wp-block-button\"><a class=\"wp-block-button__link wp-element-button\" href=\"/accommodation/\">View accomodation</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"a7aae10a\",\"widthDesktop\":50,\"leftPaddingDesktop\":0,\"paddingLink\":false,\"variationSelected\":true,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-a7aae10a\"><!-- wp:uagb/advanced-heading {\"block_id\":\"778f74e0\",\"classMigrate\":true,\"headingDescToggle\":true,\"subHeadingColor\":\"\",\"headSpace\":20,\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-778f74e0\"><h2 class=\"uagb-heading-text\"><strong>Blue Roan is a 3-star graded pet-friendly venue</strong></h2><p class=\"uagb-desc-text\">Our goal is to provide high-quality, romantic, comfortable, and affordable self-catering accommodation on the outskirts of the village of &nbsp;Magaliesburg. &nbsp;For animal lovers, we are also&nbsp;pet-friendly&nbsp;by arrangement in most of the units all of which have their own fully fenced and gated private grassy gardens.</p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/image {\"block_id\":\"93b05e48\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/hammock-in-the-garden.jpg\",\"align\":\"left\",\"id\":799,\"linkDestination\":\"none\",\"naturalWidth\":600,\"naturalHeight\":400,\"sizeSlug\":\"full\",\"sizeSlugTablet\":\"full\",\"sizeSlugMobile\":\"full\",\"imageTopMargin\":20,\"imageRightMargin\":0,\"imageLeftMargin\":0,\"imageBottomMargin\":0,\"imageTopMarginMobile\":0,\"imageRightMarginMobile\":0,\"imageLeftMarginMobile\":0,\"imageBottomMarginMobile\":0,\"imageMarginLink\":false} -->\n<div class=\"wp-block-uagb-image uagb-block-93b05e48 wp-block-uagb-image--layout-default wp-block-uagb-image--effect-static wp-block-uagb-image--align-left\"><figure class=\"wp-block-uagb-image__figure\"><img srcset=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/hammock-in-the-garden.jpg \" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/hammock-in-the-garden.jpg\" alt=\"\" class=\"uag-image-799\" width=\"\" height=\"\" title=\"\" loading=\"lazy\"/></figure></div>\n<!-- /wp:uagb/image --></div>\n<!-- /wp:uagb/container --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"cd184d5c\",\"directionDesktop\":\"row\",\"directionMobile\":\"column-reverse\",\"alignItemsDesktop\":\"flex-start\",\"backgroundType\":\"color\",\"backgroundSizeTablet\":\"cover\",\"backgroundSizeMobile\":\"cover\",\"backgroundColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"topPaddingDesktop\":0,\"bottomPaddingDesktop\":0,\"topPaddingTablet\":80,\"bottomPaddingTablet\":80,\"leftPaddingTablet\":40,\"rightPaddingTablet\":40,\"topPaddingMobile\":64,\"bottomPaddingMobile\":64,\"leftPaddingMobile\":24,\"rightPaddingMobile\":24,\"paddingLink\":false,\"variationSelected\":true,\"rowGapDesktop\":0,\"columnGapDesktop\":0,\"columnGapTablet\":50,\"isBlockRootParent\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-cd184d5c alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:image {\"align\":\"center\",\"id\":1344,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image aligncenter size-large\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/tgcsa-full-3-stars-1024x366.jpg\" alt=\"\" class=\"wp-image-1344\"/></figure>\n<!-- /wp:image --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"d33c8ed2\",\"backgroundType\":\"color\",\"backgroundSizeTablet\":\"cover\",\"backgroundSizeMobile\":\"cover\",\"backgroundColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"topPaddingDesktop\":50,\"bottomPaddingDesktop\":100,\"topPaddingTablet\":50,\"bottomPaddingTablet\":25,\"leftPaddingTablet\":20,\"rightPaddingTablet\":20,\"topPaddingMobile\":50,\"bottomPaddingMobile\":20,\"leftPaddingMobile\":20,\"rightPaddingMobile\":20,\"paddingLink\":false,\"variationSelected\":true,\"rowGapDesktop\":0,\"isBlockRootParent\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-d33c8ed2 alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/container {\"block_id\":\"24d3a247\",\"directionDesktop\":\"row\",\"alignItemsDesktop\":\"flex-end\",\"alignItemsTablet\":\"flex-end\",\"justifyContentDesktop\":\"flex-end\",\"justifyContentTablet\":\"space-between\",\"variationSelected\":true,\"rowGapMobile\":30,\"columnGapDesktop\":0} -->\n<div class=\"wp-block-uagb-container uagb-block-24d3a247\"><!-- wp:uagb/advanced-heading {\"block_id\":\"ee247e9f\",\"classMigrate\":true,\"headingDescToggle\":true,\"subHeadingColor\":\"\",\"headSpace\":20,\"subHeadFontSize\":16} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-ee247e9f\"><h2 class=\"uagb-heading-text\">Amenities &amp; Interests ​</h2><p class=\"uagb-desc-text\">The Blue Roan Country Lodge is situated just 5 minutes from the village of Magaliesburg on a tar road so easy access for all cars. &nbsp;We have panoramic views of the Magaliesberg mountain range and our farm is the perfect place for a relaxing getaway in the country. &nbsp;As we are only 70 km from JHB and Pretoria, it is only an hour’s drive.</p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/buttons {\"block_id\":\"d408f0bf\",\"classMigrate\":true,\"childMigrate\":true,\"align\":\"right\",\"alignTablet\":\"right\",\"alignMobile\":\"left\",\"gap\":0} -->\n<div class=\"wp-block-uagb-buttons uagb-buttons__outer-wrap uagb-btn__default-btn uagb-btn-tablet__default-btn uagb-btn-mobile__default-btn uagb-block-d408f0bf\"><div class=\"uagb-buttons__wrap uagb-buttons-layout-wrap\"><!-- wp:uagb/buttons-child {\"block_id\":\"4191e99c\",\"label\":\"View All\",\"link\":\"/amenities/\",\"hColor\":\"\",\"borderWidth\":\"\",\"borderRadius\":\"\",\"borderStyle\":\"\",\"borderColor\":\"\",\"borderHColor\":\"\",\"btnBorderTopWidth\":1,\"btnBorderLeftWidth\":1,\"btnBorderRightWidth\":1,\"btnBorderBottomWidth\":1,\"btnBorderTopLeftRadius\":2,\"btnBorderTopRightRadius\":2,\"btnBorderBottomLeftRadius\":2,\"btnBorderBottomRightRadius\":2,\"btnBorderStyle\":\"solid\",\"btnBorderColor\":\"#333\",\"btnBorderHColor\":\"#333\"} -->\n<div class=\"wp-block-uagb-buttons-child uagb-buttons__outer-wrap uagb-block-4191e99c wp-block-button is-style-outline\"><div class=\"uagb-button__wrapper\"><a class=\"uagb-buttons-repeater wp-block-button__link\" href=\"/amenities/\" rel=\"follow noopener\" target=\"_self\"><div class=\"uagb-button__link\">View All</div></a></div></div>\n<!-- /wp:uagb/buttons-child --></div></div>\n<!-- /wp:uagb/buttons --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"c8b61dc6\",\"directionDesktop\":\"row\",\"alignItemsTablet\":\"flex-start\",\"paddingLink\":false,\"topMarginDesktop\":50,\"bottomMarginDesktop\":20,\"leftMarginDesktop\":0,\"rightMarginDesktop\":0,\"marginLink\":false,\"variationSelected\":true,\"rowGapMobile\":65,\"columnGapDesktop\":48,\"columnGapTablet\":20} -->\n<div class=\"wp-block-uagb-container uagb-block-c8b61dc6\"><!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"align\":\"center\",\"id\":828,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image aligncenter size-full\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Blue-Roan-pool.png\" alt=\"Blue Roan\'s rock pool\" class=\"wp-image-828\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>A relaxing rock Pool​</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>We have a lovely sparkling blue rock pool next to a thatched Lapa. &nbsp;&nbsp;Lie on recliners on the green lawn or sit on the swing chair in the Lapa and enjoy the panoramic view of the Magaliesberg mountain range.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":829,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/img-20160605-wa0002-largejpg.png\" alt=\"\" class=\"wp-image-829\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>Braai facilities </h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>What can compare to a burning fire under the star-lit African sky? Nothing beats the flavor of cooking over an open flame.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":1354,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Games-Room.png\" alt=\"\" class=\"wp-image-1354\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>A games room </h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>The reception is also a games room for those who enjoy darts or playing pool. &nbsp;Take a selection of DVDs back to your room and watch movies on your own DVD player. &nbsp;There is also a selection of board games and music CDs that you can borrow.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div>\n<!-- /wp:uagb/container --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"a50e9e1c\",\"backgroundType\":\"color\",\"backgroundSizeTablet\":\"cover\",\"backgroundSizeMobile\":\"cover\",\"backgroundColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"bottomPaddingDesktop\":104,\"leftPaddingDesktop\":40,\"rightPaddingDesktop\":40,\"topPaddingTablet\":80,\"bottomPaddingTablet\":80,\"leftPaddingTablet\":40,\"rightPaddingTablet\":40,\"topPaddingMobile\":64,\"bottomPaddingMobile\":64,\"leftPaddingMobile\":24,\"rightPaddingMobile\":24,\"paddingLink\":false,\"variationSelected\":true,\"rowGapDesktop\":0,\"isBlockRootParent\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-a50e9e1c alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/advanced-heading {\"block_id\":\"ab7fe430\",\"classMigrate\":true,\"headingDescToggle\":true,\"headingAlign\":\"center\",\"headingAlignMobile\":\"left\",\"subHeadingColor\":\"\",\"headSpace\":20,\"subHeadFontSize\":16,\"blockBottomPadding\":20} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-ab7fe430\"><h2 class=\"uagb-heading-text\">Our Inside Pictures​</h2><p class=\"uagb-desc-text\">Take a look at some pretty pictures captured in and around our premises.</p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/container {\"block_id\":\"87f71278\",\"directionDesktop\":\"row\",\"alignItemsDesktop\":\"flex-start\",\"topMarginDesktop\":20,\"bottomMarginDesktop\":0,\"leftMarginDesktop\":0,\"rightMarginDesktop\":0,\"marginLink\":false,\"variationSelected\":true,\"rowGapMobile\":24,\"columnGapDesktop\":24,\"columnGapTablet\":20} -->\n<div class=\"wp-block-uagb-container uagb-block-87f71278\"><!-- wp:uagb/container {\"block_id\":\"62a977e4\",\"widthDesktop\":32,\"variationSelected\":true,\"rowGapDesktop\":24,\"rowGapTablet\":20,\"rowGapMobile\":24,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-62a977e4\"><!-- wp:uagb/image {\"block_id\":\"9285533f\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/red-rose-1024x683.jpg\",\"id\":834,\"linkDestination\":\"none\",\"width\":385,\"height\":284,\"naturalWidth\":1024,\"naturalHeight\":683,\"sizeSlug\":\"large\",\"sizeSlugTablet\":\"large\",\"sizeSlugMobile\":\"large\",\"customHeightSetDesktop\":true} -->\n<div class=\"wp-block-uagb-image uagb-block-9285533f wp-block-uagb-image--layout-default wp-block-uagb-image--effect-static wp-block-uagb-image--align-none\"><figure class=\"wp-block-uagb-image__figure\"><img srcset=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/red-rose-1024x683.jpg \" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/red-rose-1024x683.jpg\" alt=\"\" class=\"uag-image-834\" width=\"385\" height=\"284\" title=\"\" loading=\"lazy\"/></figure></div>\n<!-- /wp:uagb/image -->\n\n<!-- wp:uagb/image {\"block_id\":\"c1306b1e\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/49g.jpg\",\"id\":838,\"linkDestination\":\"none\",\"width\":385,\"height\":284,\"naturalWidth\":650,\"naturalHeight\":450,\"sizeSlug\":\"full\",\"sizeSlugTablet\":\"full\",\"sizeSlugMobile\":\"full\",\"customHeightSetDesktop\":true} -->\n<div class=\"wp-block-uagb-image uagb-block-c1306b1e wp-block-uagb-image--layout-default wp-block-uagb-image--effect-static wp-block-uagb-image--align-none\"><figure class=\"wp-block-uagb-image__figure\"><img srcset=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/49g.jpg \" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/49g.jpg\" alt=\"\" class=\"uag-image-838\" width=\"385\" height=\"284\" title=\"\" loading=\"lazy\"/></figure></div>\n<!-- /wp:uagb/image --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"9fa62928\",\"widthDesktop\":67,\"variationSelected\":true,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-9fa62928\"><!-- wp:uagb/image {\"block_id\":\"75943cd3\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAA39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba-1-1024x768.png\",\"id\":905,\"linkDestination\":\"none\",\"naturalWidth\":1024,\"naturalHeight\":768,\"sizeSlug\":\"large\",\"sizeSlugTablet\":\"large\",\"sizeSlugMobile\":\"large\"} -->\n<div class=\"wp-block-uagb-image uagb-block-75943cd3 wp-block-uagb-image--layout-default wp-block-uagb-image--effect-static wp-block-uagb-image--align-none\"><figure class=\"wp-block-uagb-image__figure\"><img srcset=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAA39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba-1-1024x768.png \" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAA39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba-1-1024x768.png\" alt=\"\" class=\"uag-image-905\" width=\"\" height=\"\" title=\"\" loading=\"lazy\"/></figure></div>\n<!-- /wp:uagb/image --></div>\n<!-- /wp:uagb/container --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"bf4bac8c\",\"directionDesktop\":\"row\",\"alignItemsDesktop\":\"flex-start\",\"topMarginDesktop\":24,\"bottomMarginDesktop\":0,\"leftMarginDesktop\":0,\"rightMarginDesktop\":0,\"topMarginTablet\":20,\"bottomMarginTablet\":0,\"leftMarginTablet\":0,\"rightMarginTablet\":0,\"topMarginMobile\":24,\"bottomMarginMobile\":0,\"leftMarginMobile\":0,\"rightMarginMobile\":0,\"marginLink\":false,\"variationSelected\":true,\"columnGapDesktop\":24,\"columnGapTablet\":20} -->\n<div class=\"wp-block-uagb-container uagb-block-bf4bac8c\"><!-- wp:uagb/container {\"block_id\":\"21b41f28\",\"widthDesktop\":67,\"variationSelected\":true,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-21b41f28\"><!-- wp:image {\"id\":837,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-8-1024x678.jpg\" alt=\"\" class=\"wp-image-837\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"11018c67\",\"widthDesktop\":32,\"variationSelected\":true,\"rowGapDesktop\":24,\"rowGapTablet\":20,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-11018c67\"><!-- wp:uagb/image {\"block_id\":\"8e5ca423\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Blue-roan-pool-01.jpg\",\"id\":782,\"linkDestination\":\"none\",\"width\":385,\"height\":250,\"naturalWidth\":800,\"naturalHeight\":534,\"sizeSlug\":\"full\",\"sizeSlugTablet\":\"full\",\"sizeSlugMobile\":\"full\",\"customHeightSetDesktop\":true} -->\n<div class=\"wp-block-uagb-image uagb-block-8e5ca423 wp-block-uagb-image--layout-default wp-block-uagb-image--effect-static wp-block-uagb-image--align-none\"><figure class=\"wp-block-uagb-image__figure\"><img srcset=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Blue-roan-pool-01.jpg \" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Blue-roan-pool-01.jpg\" alt=\"\" class=\"uag-image-782\" width=\"385\" height=\"250\" title=\"\" loading=\"lazy\"/></figure></div>\n<!-- /wp:uagb/image -->\n\n<!-- wp:uagb/image {\"block_id\":\"c486a813\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/bird-1024x683.jpg\",\"id\":910,\"linkDestination\":\"none\",\"width\":385,\"height\":250,\"naturalWidth\":1024,\"naturalHeight\":683,\"sizeSlug\":\"large\",\"sizeSlugTablet\":\"large\",\"sizeSlugMobile\":\"large\",\"customHeightSetDesktop\":true} -->\n<div class=\"wp-block-uagb-image uagb-block-c486a813 wp-block-uagb-image--layout-default wp-block-uagb-image--effect-static wp-block-uagb-image--align-none\"><figure class=\"wp-block-uagb-image__figure\"><img srcset=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/bird-1024x683.jpg \" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/bird-1024x683.jpg\" alt=\"\" class=\"uag-image-910\" width=\"385\" height=\"250\" title=\"\" loading=\"lazy\"/></figure></div>\n<!-- /wp:uagb/image --></div>\n<!-- /wp:uagb/container --></div>\n<!-- /wp:uagb/container --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"b88af430\",\"backgroundType\":\"color\",\"backgroundSizeTablet\":\"cover\",\"backgroundSizeMobile\":\"cover\",\"backgroundColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"topPaddingDesktop\":40,\"bottomPaddingDesktop\":104,\"leftPaddingDesktop\":40,\"rightPaddingDesktop\":40,\"topPaddingTablet\":80,\"bottomPaddingTablet\":80,\"leftPaddingTablet\":40,\"rightPaddingTablet\":40,\"topPaddingMobile\":64,\"bottomPaddingMobile\":64,\"leftPaddingMobile\":24,\"rightPaddingMobile\":24,\"paddingLink\":false,\"variationSelected\":true,\"rowGapDesktop\":0,\"isBlockRootParent\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-b88af430 alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/advanced-heading {\"block_id\":\"ce69ddff\",\"classMigrate\":true,\"headingDescToggle\":true,\"headingAlign\":\"center\",\"headingAlignMobile\":\"left\",\"subHeadingColor\":\"\",\"headSpace\":20,\"subHeadFontSize\":16,\"blockBottomPadding\":20} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-ce69ddff\"><h2 class=\"uagb-heading-text\">What Our Guests Say​</h2><p class=\"uagb-desc-text\">We take pride in serving our guests the best experience. </p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/container {\"block_id\":\"379febb0\",\"directionDesktop\":\"row\",\"topMarginDesktop\":40,\"bottomMarginDesktop\":0,\"leftMarginDesktop\":0,\"rightMarginDesktop\":0,\"marginLink\":false,\"variationSelected\":true,\"rowGapMobile\":40,\"columnGapDesktop\":90} -->\n<div class=\"wp-block-uagb-container uagb-block-379febb0\"><!-- wp:uagb/container {\"block_id\":\"a55e6f7f\",\"widthDesktop\":50,\"variationSelected\":true,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-a55e6f7f\"><!-- wp:uagb/testimonial {\"test_item_count\":1,\"classMigrate\":true,\"test_block\":[{\"description\":\"\\u0022Thank you for a most enjoyable weekend stay and for making our anniversary so special.  Thank you for your kind and lovely friendship which we really appreciate!!!\\u0022​\",\"name\":\"\\u003cstrong\\u003eBrenda and Theuns\\u003c/strong\\u003e\",\"company\":\"\",\"image\":{\"id\":119,\"title\":\"testimonial1\",\"filename\":\"testimonial1.jpg\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/testimonial1.jpg\",\"link\":\"https://blueroan.netgen.cloud/testimonial1/\",\"alt\":\"\",\"author\":\"34\",\"description\":\"\",\"caption\":\"\",\"name\":\"testimonial1\",\"status\":\"inherit\",\"uploadedTo\":0,\"date\":\"2021-05-11T05:02:02.000Z\",\"modified\":\"2021-05-11T05:02:02.000Z\",\"menuOrder\":0,\"mime\":\"image/jpeg\",\"type\":\"image\",\"subtype\":\"jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/default.png\",\"dateFormatted\":\"May 11, 2021\",\"nonces\":{\"update\":\"b92fe40c3d\",\"delete\":\"643c1eb8f1\",\"edit\":\"d3e7d56b1d\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=119\\u0026action=edit\",\"meta\":false,\"authorName\":\"Rishabh\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/user-edit.php?user_id=34\",\"filesizeInBytes\":11264,\"filesizeHumanReadable\":\"11 KB\",\"context\":\"\",\"height\":250,\"width\":250,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/testimonial1-150x150.jpg\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/testimonial1.jpg\",\"height\":250,\"width\":250,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}}}],\"headingAlign\":\"left\",\"headingAlignTablet\":\"left\",\"headingAlignMobile\":\"left\",\"descColor\":\"var(\\u002d\\u002dast-global-color-3)\",\"nameFontSize\":14,\"nameLineHeight\":1,\"descFontSize\":16,\"descFontWeight\":\"600\",\"nameSpace\":1,\"block_id\":\"6bdaeadf\",\"iconImage\":{\"url\":\"\",\"alt\":\"InfoBox placeholder img\"},\"imageWidth\":32,\"columnGap\":1,\"borderStyle\":\"\",\"paddingTop\":0,\"paddingBottom\":0,\"paddingLeft\":0,\"paddingRight\":0,\"spacingLink\":true,\"imgpaddingTop\":0,\"imgpaddingRight\":15,\"imgpaddingBottom\":0,\"imgpaddingLeft\":0,\"overallBorderStyle\":\"none\",\"imgTagHeight\":32,\"imgTagWidth\":150} -->\n<div class=\"wp-block-uagb-testimonial uagb-slick-carousel uagb-tm__arrow-outside uagb-block-6bdaeadf uagb-post__carousel_notset uagb-post__carousel_notset-tablet uagb-post__carousel_notset-mobile\"><div class=\"is-carousel uagb-tm__columns-1 uagb-tm__items\"><div class=\"uagb-testimonial__wrap  uagb-tm__imgicon-style-circle uagb-tm__image-position-bottom uagb-tm__bg-type-none \"><div class=\"uagb-tm__content\"><div class=\"uagb-tm__overlay\"></div><div class=\"uagb-tm__text-wrap\"><div class=\"uagb-tm__desc\">\"Thank you for a most enjoyable weekend stay and for making our anniversary so special.  Thank you for your kind and lovely friendship which we really appreciate!!!\"​</div><div class=\"uagb-tm__meta-inner\"><div class=\"uagb-tm__image-content\"><div class=\"uagb-tm__image\"><img class=\"uagb-tm-img-src\" src=\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/testimonial1-150x150.jpg\" alt=\"\" width=\"32\" height=\"32\" loading=\"lazy\"/></div></div><div class=\"uagb-testimonial-details\"><span class=\"uagb-tm__author-name\"><strong>Brenda and Theuns</strong></span><span class=\"uagb-tm__company\"></span></div></div></div></div></div></div></div>\n<!-- /wp:uagb/testimonial -->\n\n<!-- wp:uagb/testimonial {\"test_item_count\":1,\"classMigrate\":true,\"test_block\":[{\"description\":\"\\u0022Breaking away from city life and coming out to a most wonderful romantic weekend away.  The unit is so comfortable.  Thank you for your great hospitality - we had an awesome time here.  Go well - with love\\u0022​\",\"name\":\"\\u003cstrong\\u003e\\u003cstrong\\u003e\\u003cstrong\\u003eLiz \\u0026amp; Eddie\\u003c/strong\\u003e\\u003c/strong\\u003e\\u003c/strong\\u003e\",\"company\":\"\",\"image\":{\"id\":122,\"title\":\"testimonial4\",\"filename\":\"testimonial4.jpg\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/testimonial4.jpg\",\"link\":\"https://blueroan.netgen.cloud/testimonial4/\",\"alt\":\"\",\"author\":\"34\",\"description\":\"\",\"caption\":\"\",\"name\":\"testimonial4\",\"status\":\"inherit\",\"uploadedTo\":0,\"date\":\"2021-05-11T05:02:06.000Z\",\"modified\":\"2021-05-11T05:02:06.000Z\",\"menuOrder\":0,\"mime\":\"image/jpeg\",\"type\":\"image\",\"subtype\":\"jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/default.png\",\"dateFormatted\":\"May 11, 2021\",\"nonces\":{\"update\":\"4e34860add\",\"delete\":\"9e126a55cd\",\"edit\":\"33ffd3c040\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=122\\u0026action=edit\",\"meta\":false,\"authorName\":\"Rishabh\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/user-edit.php?user_id=34\",\"filesizeInBytes\":16584,\"filesizeHumanReadable\":\"16 KB\",\"context\":\"\",\"height\":250,\"width\":250,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/testimonial4-150x150.jpg\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/testimonial4.jpg\",\"height\":250,\"width\":250,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}}}],\"headingAlign\":\"left\",\"headingAlignTablet\":\"left\",\"headingAlignMobile\":\"left\",\"descColor\":\"var(\\u002d\\u002dast-global-color-3)\",\"nameFontSize\":14,\"nameLineHeight\":1,\"descFontSize\":16,\"descFontWeight\":\"600\",\"nameSpace\":1,\"block_id\":\"c1a28725\",\"iconImage\":{\"url\":\"\",\"alt\":\"InfoBox placeholder img\"},\"imageWidth\":32,\"columnGap\":1,\"borderStyle\":\"\",\"paddingTop\":0,\"paddingBottom\":0,\"paddingLeft\":0,\"paddingRight\":0,\"spacingLink\":true,\"imgpaddingTop\":0,\"imgpaddingRight\":15,\"imgpaddingBottom\":0,\"imgpaddingLeft\":0,\"overallBorderStyle\":\"none\",\"imgTagHeight\":32,\"imgTagWidth\":150} -->\n<div class=\"wp-block-uagb-testimonial uagb-slick-carousel uagb-tm__arrow-outside uagb-block-c1a28725 uagb-post__carousel_notset uagb-post__carousel_notset-tablet uagb-post__carousel_notset-mobile\"><div class=\"is-carousel uagb-tm__columns-1 uagb-tm__items\"><div class=\"uagb-testimonial__wrap  uagb-tm__imgicon-style-circle uagb-tm__image-position-bottom uagb-tm__bg-type-none \"><div class=\"uagb-tm__content\"><div class=\"uagb-tm__overlay\"></div><div class=\"uagb-tm__text-wrap\"><div class=\"uagb-tm__desc\">\"Breaking away from city life and coming out to a most wonderful romantic weekend away.  The unit is so comfortable.  Thank you for your great hospitality - we had an awesome time here.  Go well - with love\"​</div><div class=\"uagb-tm__meta-inner\"><div class=\"uagb-tm__image-content\"><div class=\"uagb-tm__image\"><img class=\"uagb-tm-img-src\" src=\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/testimonial4-150x150.jpg\" alt=\"\" width=\"32\" height=\"32\" loading=\"lazy\"/></div></div><div class=\"uagb-testimonial-details\"><span class=\"uagb-tm__author-name\"><strong><strong><strong>Liz &amp; Eddie</strong></strong></strong></span><span class=\"uagb-tm__company\"></span></div></div></div></div></div></div></div>\n<!-- /wp:uagb/testimonial --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"9bc6419f\",\"widthDesktop\":50,\"variationSelected\":true,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-9bc6419f\"><!-- wp:uagb/testimonial {\"test_item_count\":1,\"classMigrate\":true,\"test_block\":[{\"description\":\"\\u0022Judy, what a wonderful place you have here - we were so delighted to spend the weekend here, so tranquil, peaceful, and beautiful. You made us feel right at home. Definitely a place worth 5 stars! Go well.\\u0022​\",\"name\":\"\\u003cstrong\\u003e\\u003cstrong\\u003eBrian\\u003c/strong\\u003e\\u003c/strong\\u003e \\u003cstrong\\u003e\\u003cstrong\\u003e\\u003cstrong\\u003eand \\u003cstrong\\u003eMariska\\u003c/strong\\u003e\\u003c/strong\\u003e\\u003cbr\\u003e\\u003c/strong\\u003e\\u003c/strong\\u003e\",\"company\":\"\",\"image\":{\"id\":120,\"title\":\"testimonial2\",\"filename\":\"testimonial2.jpg\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/testimonial2.jpg\",\"link\":\"https://blueroan.netgen.cloud/testimonial2/\",\"alt\":\"\",\"author\":\"34\",\"description\":\"\",\"caption\":\"\",\"name\":\"testimonial2\",\"status\":\"inherit\",\"uploadedTo\":0,\"date\":\"2021-05-11T05:02:03.000Z\",\"modified\":\"2021-05-11T05:02:03.000Z\",\"menuOrder\":0,\"mime\":\"image/jpeg\",\"type\":\"image\",\"subtype\":\"jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/default.png\",\"dateFormatted\":\"May 11, 2021\",\"nonces\":{\"update\":\"1ee6412858\",\"delete\":\"4414a2ccbf\",\"edit\":\"bde7b1f490\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=120\\u0026action=edit\",\"meta\":false,\"authorName\":\"Rishabh\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/user-edit.php?user_id=34\",\"filesizeInBytes\":10087,\"filesizeHumanReadable\":\"10 KB\",\"context\":\"\",\"height\":250,\"width\":250,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/testimonial2-150x150.jpg\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/testimonial2.jpg\",\"height\":250,\"width\":250,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}}}],\"headingAlign\":\"left\",\"headingAlignTablet\":\"left\",\"headingAlignMobile\":\"left\",\"descColor\":\"var(\\u002d\\u002dast-global-color-3)\",\"nameFontSize\":14,\"nameLineHeight\":1,\"descFontSize\":16,\"descFontWeight\":\"600\",\"nameSpace\":1,\"block_id\":\"f0c4171b\",\"iconImage\":{\"url\":\"\",\"alt\":\"InfoBox placeholder img\"},\"imageWidth\":32,\"columnGap\":1,\"borderStyle\":\"\",\"paddingTop\":0,\"paddingBottom\":0,\"paddingLeft\":0,\"paddingRight\":0,\"spacingLink\":true,\"imgpaddingTop\":0,\"imgpaddingRight\":15,\"imgpaddingBottom\":0,\"imgpaddingLeft\":0,\"overallBorderStyle\":\"none\",\"imgTagHeight\":32,\"imgTagWidth\":150} -->\n<div class=\"wp-block-uagb-testimonial uagb-slick-carousel uagb-tm__arrow-outside uagb-block-f0c4171b uagb-post__carousel_notset uagb-post__carousel_notset-tablet uagb-post__carousel_notset-mobile\"><div class=\"is-carousel uagb-tm__columns-1 uagb-tm__items\"><div class=\"uagb-testimonial__wrap  uagb-tm__imgicon-style-circle uagb-tm__image-position-bottom uagb-tm__bg-type-none \"><div class=\"uagb-tm__content\"><div class=\"uagb-tm__overlay\"></div><div class=\"uagb-tm__text-wrap\"><div class=\"uagb-tm__desc\">\"Judy, what a wonderful place you have here - we were so delighted to spend the weekend here, so tranquil, peaceful, and beautiful. You made us feel right at home. Definitely a place worth 5 stars! Go well.\"​</div><div class=\"uagb-tm__meta-inner\"><div class=\"uagb-tm__image-content\"><div class=\"uagb-tm__image\"><img class=\"uagb-tm-img-src\" src=\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/testimonial2-150x150.jpg\" alt=\"\" width=\"32\" height=\"32\" loading=\"lazy\"/></div></div><div class=\"uagb-testimonial-details\"><span class=\"uagb-tm__author-name\"><strong><strong>Brian</strong></strong> <strong><strong><strong>and <strong>Mariska</strong></strong><br></strong></strong></span><span class=\"uagb-tm__company\"></span></div></div></div></div></div></div></div>\n<!-- /wp:uagb/testimonial -->\n\n<!-- wp:uagb/testimonial {\"test_item_count\":1,\"classMigrate\":true,\"test_block\":[{\"description\":\"\\u0022Thank you for the most wonderful time, Judy!  This was the most peaceful and perfect place to get engaged!  We will most certainly be back!!!  Your hospitality cannot be topped!\\u0022​\",\"name\":\"\\u003cstrong\\u003e\\u003cstrong\\u003e\\u003cstrong\\u003e\\u003cstrong\\u003eBrett and Kelly\\u003c/strong\\u003e\\u003c/strong\\u003e\\u003c/strong\\u003e\\u003c/strong\\u003e\",\"company\":\"\",\"image\":{\"id\":121,\"title\":\"testimonial3\",\"filename\":\"testimonial3.jpg\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/testimonial3.jpg\",\"link\":\"https://blueroan.netgen.cloud/testimonial3/\",\"alt\":\"\",\"author\":\"34\",\"description\":\"\",\"caption\":\"\",\"name\":\"testimonial3\",\"status\":\"inherit\",\"uploadedTo\":0,\"date\":\"2021-05-11T05:02:05.000Z\",\"modified\":\"2021-05-11T05:02:05.000Z\",\"menuOrder\":0,\"mime\":\"image/jpeg\",\"type\":\"image\",\"subtype\":\"jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/default.png\",\"dateFormatted\":\"May 11, 2021\",\"nonces\":{\"update\":\"290653da5d\",\"delete\":\"90a4fb2d63\",\"edit\":\"ff8a64e56e\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=121\\u0026action=edit\",\"meta\":false,\"authorName\":\"Rishabh\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/user-edit.php?user_id=34\",\"filesizeInBytes\":8748,\"filesizeHumanReadable\":\"9 KB\",\"context\":\"\",\"height\":250,\"width\":250,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/testimonial3-150x150.jpg\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/testimonial3.jpg\",\"height\":250,\"width\":250,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}}}],\"headingAlign\":\"left\",\"headingAlignTablet\":\"left\",\"headingAlignMobile\":\"left\",\"descColor\":\"var(\\u002d\\u002dast-global-color-3)\",\"nameFontSize\":14,\"nameLineHeight\":1,\"descFontSize\":16,\"descFontWeight\":\"600\",\"nameSpace\":1,\"block_id\":\"925715e0\",\"iconImage\":{\"url\":\"\",\"alt\":\"InfoBox placeholder img\"},\"imageWidth\":32,\"columnGap\":1,\"borderStyle\":\"\",\"paddingTop\":0,\"paddingBottom\":0,\"paddingLeft\":0,\"paddingRight\":0,\"spacingLink\":true,\"imgpaddingTop\":0,\"imgpaddingRight\":15,\"imgpaddingBottom\":0,\"imgpaddingLeft\":0,\"overallBorderStyle\":\"none\",\"imgTagHeight\":32,\"imgTagWidth\":150} -->\n<div class=\"wp-block-uagb-testimonial uagb-slick-carousel uagb-tm__arrow-outside uagb-block-925715e0 uagb-post__carousel_notset uagb-post__carousel_notset-tablet uagb-post__carousel_notset-mobile\"><div class=\"is-carousel uagb-tm__columns-1 uagb-tm__items\"><div class=\"uagb-testimonial__wrap  uagb-tm__imgicon-style-circle uagb-tm__image-position-bottom uagb-tm__bg-type-none \"><div class=\"uagb-tm__content\"><div class=\"uagb-tm__overlay\"></div><div class=\"uagb-tm__text-wrap\"><div class=\"uagb-tm__desc\">\"Thank you for the most wonderful time, Judy!  This was the most peaceful and perfect place to get engaged!  We will most certainly be back!!!  Your hospitality cannot be topped!\"​</div><div class=\"uagb-tm__meta-inner\"><div class=\"uagb-tm__image-content\"><div class=\"uagb-tm__image\"><img class=\"uagb-tm-img-src\" src=\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/testimonial3-150x150.jpg\" alt=\"\" width=\"32\" height=\"32\" loading=\"lazy\"/></div></div><div class=\"uagb-testimonial-details\"><span class=\"uagb-tm__author-name\"><strong><strong><strong><strong>Brett and Kelly</strong></strong></strong></strong></span><span class=\"uagb-tm__company\"></span></div></div></div></div></div></div></div>\n<!-- /wp:uagb/testimonial --></div>\n<!-- /wp:uagb/container --></div>\n<!-- /wp:uagb/container --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"8df1d5dd\",\"innerContentCustomWidthDesktop\":781,\"innerContentCustomWidthTablet\":781,\"backgroundType\":\"image\",\"backgroundImageDesktop\":{\"id\":809,\"title\":\"26759994757_767d9794fd_b\",\"filename\":\"26759994757_767d9794fd_b.jpg\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/26759994757_767d9794fd_b.jpg\",\"link\":\"https://blueroan.netgen.cloud/?attachment_id=809\",\"alt\":\"\",\"author\":\"2\",\"description\":\"\",\"caption\":\"\",\"name\":\"26759994757_767d9794fd_b\",\"status\":\"inherit\",\"uploadedTo\":805,\"date\":\"2022-12-13T09:51:53.000Z\",\"modified\":\"2022-12-13T09:51:53.000Z\",\"menuOrder\":0,\"mime\":\"image/jpeg\",\"type\":\"image\",\"subtype\":\"jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-includes/images/media/default.png\",\"dateFormatted\":\"December 13, 2022\",\"nonces\":{\"update\":\"39b5c0eef1\",\"delete\":\"fde92abd83\",\"edit\":\"3923face9e\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=809\\u0026action=edit\",\"meta\":false,\"authorName\":\"Netgen Support\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/profile.php\",\"uploadedToTitle\":\"Magaliesburg\",\"uploadedToLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=805\\u0026action=edit\",\"filesizeInBytes\":143610,\"filesizeHumanReadable\":\"140 KB\",\"context\":\"\",\"height\":683,\"width\":1024,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/26759994757_767d9794fd_b-150x150.jpg\",\"orientation\":\"landscape\"},\"medium\":{\"height\":200,\"width\":300,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/26759994757_767d9794fd_b-300x200.jpg\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/26759994757_767d9794fd_b.jpg\",\"height\":683,\"width\":1024,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"backgroundImageColor\":\"rgba(42,42,42,0.65)\",\"topPaddingDesktop\":144,\"bottomPaddingDesktop\":144,\"leftPaddingDesktop\":40,\"rightPaddingDesktop\":40,\"topPaddingTablet\":80,\"bottomPaddingTablet\":80,\"leftPaddingTablet\":40,\"rightPaddingTablet\":40,\"topPaddingMobile\":64,\"bottomPaddingMobile\":64,\"leftPaddingMobile\":24,\"rightPaddingMobile\":24,\"paddingLink\":false,\"variationSelected\":true,\"isBlockRootParent\":true,\"overlayType\":\"color\"} -->\n<div class=\"wp-block-uagb-container uagb-block-8df1d5dd alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/advanced-heading {\"block_id\":\"bafa4e78\",\"classMigrate\":true,\"headingDescToggle\":true,\"headingAlign\":\"center\",\"headingColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"subHeadingColor\":\"var(\\u002d\\u002dast-global-color-4)\",\"headSpace\":20} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-bafa4e78\"><h2 class=\"uagb-heading-text\">Plan an Unforgettable Experience at <br>Blue Roan!</h2><p class=\"uagb-desc-text\">Blue Roan is a 3-star graded pet-friendly venue</p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/advanced-heading {\"block_id\":\"70db6bf0\",\"classMigrate\":true,\"headingTitleToggle\":false,\"headingDescToggle\":true,\"headingAlign\":\"center\",\"subHeadingColor\":\"var(\\u002d\\u002dast-global-color-4)\",\"subHeadTransform\":\"uppercase\",\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"subHeadLetterSpacing\":2,\"blockTopPadding\":60,\"blockRightPadding\":0,\"blockLeftPadding\":0,\"blockBottomPadding\":0,\"blockTopPaddingMobile\":30,\"blockRightPaddingMobile\":0,\"blockLeftPaddingMobile\":0,\"blockBottomPaddingMobile\":0,\"linkColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"linkHColor\":\"var(\\u002d\\u002dast-global-color-0)\"} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-70db6bf0\"><p class=\"uagb-desc-text\"><a href=\"https://book.nightsbridge.com/11065\" target=\"_blank\" rel=\"noreferrer noopener\">BOOK YOUR STAY NOW​</a></p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/icon-list {\"block_id\":\"01277dee\",\"classMigrate\":true,\"childMigrate\":true,\"align\":\"center\",\"parentIcon\":\"phone\",\"size\":40,\"sizeMobile\":24,\"sizeTablet\":32,\"fontSize\":48,\"fontSizeMobile\":28,\"fontSizeTablet\":40,\"fontWeight\":\"600\",\"iconColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"labelColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"blockTopPadding\":0,\"blockRightPadding\":0,\"blockLeftPadding\":0,\"blockBottomPadding\":24,\"blockPaddingLink\":false} -->\n<div class=\"wp-block-uagb-icon-list uagb-block-01277dee\"><div class=\"uagb-icon-list__wrap\"><!-- wp:uagb/icon-list-child {\"block_id\":\"e0f471ab\",\"label\":\" + 27 (0) 82 575 5409\",\"label_color\":\"\",\"link\":\"tel:+27825755409\",\"disableLink\":true,\"fromParentIcon\":\"phone\",\"imageSizeChild\":40} -->\n<div class=\"wp-block-uagb-icon-list-child uagb-block-e0f471ab\"><a target=\"_self\" aria-label=\" + 27 (0) 82 575 5409\" rel=\"noopener noreferrer\" href=\"tel:+27825755409\"> </a><span class=\"uagb-icon-list__source-wrap\"><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M511.2 387l-23.25 100.8c-3.266 14.25-15.79 24.22-30.46 24.22C205.2 512 0 306.8 0 54.5c0-14.66 9.969-27.2 24.22-30.45l100.8-23.25C139.7-2.602 154.7 5.018 160.8 18.92l46.52 108.5c5.438 12.78 1.77 27.67-8.98 36.45L144.5 207.1c33.98 69.22 90.26 125.5 159.5 159.5l44.08-53.8c8.688-10.78 23.69-14.51 36.47-8.975l108.5 46.51C506.1 357.2 514.6 372.4 511.2 387z\"></path></svg></span><span class=\"uagb-icon-list__label\"> + 27 (0) 82 575 5409</span></div>\n<!-- /wp:uagb/icon-list-child -->\n\n<!-- wp:uagb/icon-list-child {\"block_id\":\"e932be29\",\"label\":\"blueroan@ugo.co.za\",\"icon\":\"envelope\",\"label_color\":\"\",\"link\":\"mailto:blueroan@ugo.co.za\",\"disableLink\":true,\"fromParentIcon\":\"phone\",\"imageSizeChild\":40} -->\n<div class=\"wp-block-uagb-icon-list-child uagb-block-e932be29\"><a target=\"_self\" aria-label=\"blueroan@ugo.co.za\" rel=\"noopener noreferrer\" href=\"mailto:blueroan@ugo.co.za\"> </a><span class=\"uagb-icon-list__source-wrap\"><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M464 64C490.5 64 512 85.49 512 112C512 127.1 504.9 141.3 492.8 150.4L275.2 313.6C263.8 322.1 248.2 322.1 236.8 313.6L19.2 150.4C7.113 141.3 0 127.1 0 112C0 85.49 21.49 64 48 64H464zM217.6 339.2C240.4 356.3 271.6 356.3 294.4 339.2L512 176V384C512 419.3 483.3 448 448 448H64C28.65 448 0 419.3 0 384V176L217.6 339.2z\"></path></svg></span><span class=\"uagb-icon-list__label\">blueroan@ugo.co.za</span></div>\n<!-- /wp:uagb/icon-list-child --></div></div>\n<!-- /wp:uagb/icon-list --></div></div>\n<!-- /wp:uagb/container -->',	'Home',	'',	'inherit',	'closed',	'closed',	'',	'760-revision-v1',	'',	'',	'2022-12-22 07:48:20',	'2022-12-22 07:48:20',	'',	760,	'https://blueroan.netgen.cloud/?p=1405',	0,	'revision',	'',	0),
(1406,	2,	'2022-12-22 07:48:51',	'2022-12-22 07:48:51',	'<!-- wp:uagb/container {\"block_id\":\"3736cf55\",\"minHeightDesktop\":95,\"minHeightTablet\":70,\"minHeightMobile\":80,\"minHeightType\":\"vh\",\"alignItemsDesktop\":\"flex-start\",\"backgroundType\":\"image\",\"backgroundImageDesktop\":{\"uploading\":false,\"date\":1670921854000,\"filename\":\"Blue-Roan-pool.jpg\",\"menuOrder\":0,\"uploadedTo\":760,\"type\":\"image\",\"subtype\":\"jpeg\",\"id\":784,\"title\":\"Blue Roan - pool\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Blue-Roan-pool.jpg\",\"link\":\"https://blueroan.netgen.cloud/home/blue-roan-pool/\",\"alt\":\"\",\"author\":\"2\",\"description\":\"\",\"caption\":\"\",\"name\":\"blue-roan-pool\",\"status\":\"inherit\",\"modified\":1670921854000,\"mime\":\"image/jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-includes/images/media/default.png\",\"dateFormatted\":\"December 13, 2022\",\"nonces\":{\"update\":\"51a12ed09e\",\"delete\":\"5174068551\",\"edit\":\"1de0721407\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=784\\u0026action=edit\",\"meta\":false,\"authorName\":\"Netgen Support\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/profile.php\",\"uploadedToTitle\":\"Home\",\"uploadedToLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=760\\u0026action=edit\",\"filesizeInBytes\":154801,\"filesizeHumanReadable\":\"151 KB\",\"context\":\"\",\"height\":667,\"width\":1000,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Blue-Roan-pool-150x150.jpg\",\"orientation\":\"landscape\"},\"medium\":{\"height\":200,\"width\":300,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Blue-Roan-pool-300x200.jpg\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Blue-Roan-pool.jpg\",\"height\":667,\"width\":1000,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"backgroundPositionDesktop\":{\"x\":0.5,\"y\":0.25},\"backgroundImageColor\":\"rgba(42,42,42,0.35)\",\"topPaddingDesktop\":0,\"bottomPaddingDesktop\":0,\"leftPaddingDesktop\":40,\"rightPaddingDesktop\":40,\"topPaddingTablet\":120,\"bottomPaddingTablet\":120,\"leftPaddingTablet\":40,\"rightPaddingTablet\":40,\"topPaddingMobile\":150,\"bottomPaddingMobile\":150,\"leftPaddingMobile\":20,\"rightPaddingMobile\":20,\"paddingLink\":false,\"variationSelected\":true,\"isBlockRootParent\":true,\"overlayType\":\"color\",\"minHeightTypeTablet\":\"vh\",\"minHeightTypeMobile\":\"vh\"} -->\n<div class=\"wp-block-uagb-container uagb-block-3736cf55 alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:group {\"layout\":{\"inherit\":true,\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group\"><!-- wp:uagb/info-box {\"classMigrate\":true,\"headingAlign\":\"left\",\"headingColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"subHeadingColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"headingTag\":\"h1\",\"subHeadFontSize\":17,\"subHeadFontSizeMobile\":15,\"headSpace\":20,\"subHeadSpace\":40,\"block_id\":\"538a3cf0\",\"ctaIcon\":\"\",\"ctaText\":\"Book Your Stay Now\",\"ctaLink\":\"https://book.nightsbridge.com/11065\",\"ctaBtnLinkColor\":\"var(\\u002d\\u002dast-global-color-2)\",\"ctaLinkHoverColor\":\"var(\\u002d\\u002dast-global-color-2)\",\"ctaBgColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"ctaBgHoverColor\":\"var(\\u002d\\u002dast-global-color-4)\",\"ctaBorderColor\":\"\",\"ctaBorderStyle\":\"\",\"ctaBorderWidth\":\"\",\"ctaBorderRadius\":\"\",\"iconImage\":{\"url\":\"\",\"alt\":\"InfoBox placeholder img\"},\"showIcon\":false,\"paddingBtnTop\":18,\"paddingBtnBottom\":18,\"paddingBtnLeft\":34,\"paddingBtnRight\":34,\"blockTopPadding\":5,\"blockRightPadding\":40,\"blockLeftPadding\":0,\"blockBottomPadding\":0,\"blockTopPaddingTablet\":0,\"blockRightPaddingTablet\":64,\"blockLeftPaddingTablet\":0,\"blockBottomPaddingTablet\":0,\"blockTopPaddingMobile\":0,\"blockRightPaddingMobile\":0,\"blockLeftPaddingMobile\":0,\"blockBottomPaddingMobile\":0,\"blockPaddingUnit\":\"%\",\"blockPaddingLink\":false,\"subHeadMarginTopTablet\":0,\"subHeadMarginRightTablet\":64,\"subHeadTabletSpace\":40,\"subHeadMarginLeftTablet\":0,\"subHeadMarginTopMobile\":0,\"subHeadMarginRightMobile\":0,\"subHeadMobileSpace\":40,\"subHeadMarginLeftMobile\":0,\"btnBorderTopWidth\":1,\"btnBorderLeftWidth\":1,\"btnBorderRightWidth\":1,\"btnBorderBottomWidth\":1,\"btnBorderTopLeftRadius\":0,\"btnBorderTopRightRadius\":0,\"btnBorderBottomLeftRadius\":0,\"btnBorderBottomRightRadius\":0,\"btnBorderStyle\":\"none\",\"btnBorderColor\":\"#333\"} -->\n<div class=\"wp-block-uagb-info-box uagb-block-538a3cf0 uagb-infobox__content-wrap  uagb-infobox-icon-above-title uagb-infobox-image-valign-top\"><div class=\"uagb-ifb-content\"><div class=\"uagb-ifb-title-wrap\"><h1 class=\"uagb-ifb-title\">Magaliesburg pet friendly self-catering accommodation</h1></div><p class=\"uagb-ifb-desc\">Romantic pet-friendly self-catering accommodation in Magaliesburg, Gauteng.</p></div></div>\n<!-- /wp:uagb/info-box --></div>\n<!-- /wp:group -->\n\n<!-- wp:buttons {\"layout\":{\"type\":\"flex\",\"justifyContent\":\"left\",\"orientation\":\"horizontal\"},\"style\":{\"spacing\":{\"blockGap\":\"var:preset|spacing|50\"}}} -->\n<div class=\"wp-block-buttons\"><!-- wp:button {\"backgroundColor\":\"ast-global-color-5\",\"textColor\":\"ast-global-color-2\",\"width\":25,\"style\":{\"spacing\":{\"padding\":{\"top\":\"var:preset|spacing|50\",\"right\":\"var:preset|spacing|30\",\"bottom\":\"var:preset|spacing|50\",\"left\":\"var:preset|spacing|30\"}}},\"className\":\"is-style-fill\",\"UAGHideMob\":true,\"UAGHideTab\":true,\"UAGResponsiveConditions\":true} -->\n<div class=\"wp-block-button has-custom-width wp-block-button__width-25 is-style-fill uag-hide-tab uag-hide-mob\" id=\"https://book.nightsbridge.com/11065\"><a class=\"wp-block-button__link has-ast-global-color-2-color has-ast-global-color-5-background-color has-text-color has-background wp-element-button\" href=\"https://book.nightsbridge.com/11065\" style=\"padding-top:var(--wp--preset--spacing--50);padding-right:var(--wp--preset--spacing--30);padding-bottom:var(--wp--preset--spacing--50);padding-left:var(--wp--preset--spacing--30)\" rel=\"https://book.nightsbridge.com/11065\">book your stay now</a></div>\n<!-- /wp:button -->\n\n<!-- wp:button {\"backgroundColor\":\"ast-global-color-5\",\"textColor\":\"ast-global-color-2\",\"width\":25,\"style\":{\"spacing\":{\"padding\":{\"top\":\"var:preset|spacing|50\",\"right\":\"var:preset|spacing|30\",\"bottom\":\"var:preset|spacing|50\",\"left\":\"var:preset|spacing|30\"}}},\"className\":\"is-style-fill\",\"UAGHideMob\":true,\"UAGHideTab\":true,\"UAGDisplayConditions\":\"userstate\",\"UAGResponsiveConditions\":true} -->\n<div class=\"wp-block-button has-custom-width wp-block-button__width-25 is-style-fill uag-hide-tab uag-hide-mob\" id=\"https://book.nightsbridge.com/11065\"><a class=\"wp-block-button__link has-ast-global-color-2-color has-ast-global-color-5-background-color has-text-color has-background wp-element-button\" href=\"https://book.nightsbridge.com/11065\" style=\"padding-top:var(--wp--preset--spacing--50);padding-right:var(--wp--preset--spacing--30);padding-bottom:var(--wp--preset--spacing--50);padding-left:var(--wp--preset--spacing--30)\" target=\"_blank\" rel=\"https://book.nightsbridge.com/11065 noopener\">Check availability</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons -->\n\n<!-- wp:buttons {\"layout\":{\"type\":\"flex\",\"justifyContent\":\"left\",\"orientation\":\"horizontal\"},\"style\":{\"spacing\":{\"blockGap\":\"var:preset|spacing|50\"}}} -->\n<div class=\"wp-block-buttons\"><!-- wp:button {\"backgroundColor\":\"ast-global-color-5\",\"textColor\":\"ast-global-color-2\",\"width\":50,\"style\":{\"spacing\":{\"padding\":{\"top\":\"var:preset|spacing|20\",\"right\":\"var:preset|spacing|20\",\"bottom\":\"var:preset|spacing|20\",\"left\":\"var:preset|spacing|20\"}},\"border\":{\"radius\":\"0px\"}},\"className\":\"is-style-fill\",\"fontSize\":\"small\",\"UAGHideDesktop\":true,\"UAGHideTab\":true,\"UAGResponsiveConditions\":true} -->\n<div class=\"wp-block-button has-custom-width wp-block-button__width-50 has-custom-font-size is-style-fill has-small-font-size uag-hide-desktop uag-hide-tab\"><a class=\"wp-block-button__link has-ast-global-color-2-color has-ast-global-color-5-background-color has-text-color has-background wp-element-button\" href=\"https://book.nightsbridge.com/11065\" style=\"border-radius:0px;padding-top:var(--wp--preset--spacing--20);padding-right:var(--wp--preset--spacing--20);padding-bottom:var(--wp--preset--spacing--20);padding-left:var(--wp--preset--spacing--20)\" rel=\"\">book your stay now</a></div>\n<!-- /wp:button -->\n\n<!-- wp:button {\"backgroundColor\":\"ast-global-color-5\",\"textColor\":\"ast-global-color-2\",\"width\":50,\"style\":{\"spacing\":{\"padding\":{\"top\":\"var:preset|spacing|20\",\"right\":\"var:preset|spacing|20\",\"bottom\":\"var:preset|spacing|20\",\"left\":\"var:preset|spacing|20\"}},\"border\":{\"radius\":\"0px\"}},\"className\":\"is-style-fill\",\"fontSize\":\"small\",\"UAGHideDesktop\":true,\"UAGHideTab\":true,\"UAGResponsiveConditions\":true} -->\n<div class=\"wp-block-button has-custom-width wp-block-button__width-50 has-custom-font-size is-style-fill has-small-font-size uag-hide-desktop uag-hide-tab\"><a class=\"wp-block-button__link has-ast-global-color-2-color has-ast-global-color-5-background-color has-text-color has-background wp-element-button\" href=\"https://book.nightsbridge.com/11065\" style=\"border-radius:0px;padding-top:var(--wp--preset--spacing--20);padding-right:var(--wp--preset--spacing--20);padding-bottom:var(--wp--preset--spacing--20);padding-left:var(--wp--preset--spacing--20)\" rel=\"\">Check availability</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons -->\n\n<!-- wp:buttons -->\n<div class=\"wp-block-buttons\"></div>\n<!-- /wp:buttons --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"946316ca\",\"directionDesktop\":\"row\",\"directionMobile\":\"column-reverse\",\"alignItemsDesktop\":\"flex-start\",\"backgroundType\":\"color\",\"backgroundSizeTablet\":\"cover\",\"backgroundSizeMobile\":\"cover\",\"backgroundColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"topPaddingDesktop\":60,\"bottomPaddingDesktop\":60,\"topPaddingTablet\":80,\"bottomPaddingTablet\":80,\"leftPaddingTablet\":40,\"rightPaddingTablet\":40,\"topPaddingMobile\":64,\"bottomPaddingMobile\":64,\"leftPaddingMobile\":24,\"rightPaddingMobile\":24,\"paddingLink\":false,\"variationSelected\":true,\"columnGapDesktop\":60,\"columnGapTablet\":50,\"isBlockRootParent\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-946316ca alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/container {\"block_id\":\"8bce9bcc\",\"widthDesktop\":50,\"variationSelected\":true,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-8bce9bcc\"><!-- wp:image {\"id\":797,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-13.jpg\" alt=\"\" class=\"wp-image-797\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>We have 7 lovely brick&nbsp;<strong>self-catering</strong>&nbsp;units, each one private and with its own character and theme. &nbsp;They are designed exclusively for couples with or without pets wanting a romantic and peaceful place to connect, re-connect, celebrate special occasions, or somewhere quiet and comfortable to come for a holiday</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:buttons -->\n<div class=\"wp-block-buttons\"><!-- wp:button -->\n<div class=\"wp-block-button\"><a class=\"wp-block-button__link wp-element-button\" href=\"/accommodation/\">View accomodation</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"a7aae10a\",\"widthDesktop\":50,\"leftPaddingDesktop\":0,\"paddingLink\":false,\"variationSelected\":true,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-a7aae10a\"><!-- wp:uagb/advanced-heading {\"block_id\":\"778f74e0\",\"classMigrate\":true,\"headingDescToggle\":true,\"subHeadingColor\":\"\",\"headSpace\":20,\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-778f74e0\"><h2 class=\"uagb-heading-text\"><strong>Blue Roan is a 3-star graded pet-friendly venue</strong></h2><p class=\"uagb-desc-text\">Our goal is to provide high-quality, romantic, comfortable, and affordable self-catering accommodation on the outskirts of the village of &nbsp;Magaliesburg. &nbsp;For animal lovers, we are also&nbsp;pet-friendly&nbsp;by arrangement in most of the units all of which have their own fully fenced and gated private grassy gardens.</p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/image {\"block_id\":\"93b05e48\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/hammock-in-the-garden.jpg\",\"align\":\"left\",\"id\":799,\"linkDestination\":\"none\",\"naturalWidth\":600,\"naturalHeight\":400,\"sizeSlug\":\"full\",\"sizeSlugTablet\":\"full\",\"sizeSlugMobile\":\"full\",\"imageTopMargin\":20,\"imageRightMargin\":0,\"imageLeftMargin\":0,\"imageBottomMargin\":0,\"imageTopMarginMobile\":0,\"imageRightMarginMobile\":0,\"imageLeftMarginMobile\":0,\"imageBottomMarginMobile\":0,\"imageMarginLink\":false} -->\n<div class=\"wp-block-uagb-image uagb-block-93b05e48 wp-block-uagb-image--layout-default wp-block-uagb-image--effect-static wp-block-uagb-image--align-left\"><figure class=\"wp-block-uagb-image__figure\"><img srcset=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/hammock-in-the-garden.jpg \" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/hammock-in-the-garden.jpg\" alt=\"\" class=\"uag-image-799\" width=\"\" height=\"\" title=\"\" loading=\"lazy\"/></figure></div>\n<!-- /wp:uagb/image --></div>\n<!-- /wp:uagb/container --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"cd184d5c\",\"directionDesktop\":\"row\",\"directionMobile\":\"column-reverse\",\"alignItemsDesktop\":\"flex-start\",\"backgroundType\":\"color\",\"backgroundSizeTablet\":\"cover\",\"backgroundSizeMobile\":\"cover\",\"backgroundColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"topPaddingDesktop\":0,\"bottomPaddingDesktop\":0,\"topPaddingTablet\":80,\"bottomPaddingTablet\":80,\"leftPaddingTablet\":40,\"rightPaddingTablet\":40,\"topPaddingMobile\":64,\"bottomPaddingMobile\":64,\"leftPaddingMobile\":24,\"rightPaddingMobile\":24,\"paddingLink\":false,\"variationSelected\":true,\"rowGapDesktop\":0,\"columnGapDesktop\":0,\"columnGapTablet\":50,\"isBlockRootParent\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-cd184d5c alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:image {\"align\":\"center\",\"id\":1344,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image aligncenter size-large\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/tgcsa-full-3-stars-1024x366.jpg\" alt=\"\" class=\"wp-image-1344\"/></figure>\n<!-- /wp:image --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"d33c8ed2\",\"backgroundType\":\"color\",\"backgroundSizeTablet\":\"cover\",\"backgroundSizeMobile\":\"cover\",\"backgroundColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"topPaddingDesktop\":50,\"bottomPaddingDesktop\":100,\"topPaddingTablet\":50,\"bottomPaddingTablet\":25,\"leftPaddingTablet\":20,\"rightPaddingTablet\":20,\"topPaddingMobile\":50,\"bottomPaddingMobile\":20,\"leftPaddingMobile\":20,\"rightPaddingMobile\":20,\"paddingLink\":false,\"variationSelected\":true,\"rowGapDesktop\":0,\"isBlockRootParent\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-d33c8ed2 alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/container {\"block_id\":\"24d3a247\",\"directionDesktop\":\"row\",\"alignItemsDesktop\":\"flex-end\",\"alignItemsTablet\":\"flex-end\",\"justifyContentDesktop\":\"flex-end\",\"justifyContentTablet\":\"space-between\",\"variationSelected\":true,\"rowGapMobile\":30,\"columnGapDesktop\":0} -->\n<div class=\"wp-block-uagb-container uagb-block-24d3a247\"><!-- wp:uagb/advanced-heading {\"block_id\":\"ee247e9f\",\"classMigrate\":true,\"headingDescToggle\":true,\"subHeadingColor\":\"\",\"headSpace\":20,\"subHeadFontSize\":16} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-ee247e9f\"><h2 class=\"uagb-heading-text\">Amenities &amp; Interests ​</h2><p class=\"uagb-desc-text\">The Blue Roan Country Lodge is situated just 5 minutes from the village of Magaliesburg on a tar road so easy access for all cars. &nbsp;We have panoramic views of the Magaliesberg mountain range and our farm is the perfect place for a relaxing getaway in the country. &nbsp;As we are only 70 km from JHB and Pretoria, it is only an hour’s drive.</p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/buttons {\"block_id\":\"d408f0bf\",\"classMigrate\":true,\"childMigrate\":true,\"align\":\"right\",\"alignTablet\":\"right\",\"alignMobile\":\"left\",\"gap\":0} -->\n<div class=\"wp-block-uagb-buttons uagb-buttons__outer-wrap uagb-btn__default-btn uagb-btn-tablet__default-btn uagb-btn-mobile__default-btn uagb-block-d408f0bf\"><div class=\"uagb-buttons__wrap uagb-buttons-layout-wrap\"><!-- wp:uagb/buttons-child {\"block_id\":\"4191e99c\",\"label\":\"View All\",\"link\":\"/amenities/\",\"hColor\":\"\",\"borderWidth\":\"\",\"borderRadius\":\"\",\"borderStyle\":\"\",\"borderColor\":\"\",\"borderHColor\":\"\",\"btnBorderTopWidth\":1,\"btnBorderLeftWidth\":1,\"btnBorderRightWidth\":1,\"btnBorderBottomWidth\":1,\"btnBorderTopLeftRadius\":2,\"btnBorderTopRightRadius\":2,\"btnBorderBottomLeftRadius\":2,\"btnBorderBottomRightRadius\":2,\"btnBorderStyle\":\"solid\",\"btnBorderColor\":\"#333\",\"btnBorderHColor\":\"#333\"} -->\n<div class=\"wp-block-uagb-buttons-child uagb-buttons__outer-wrap uagb-block-4191e99c wp-block-button is-style-outline\"><div class=\"uagb-button__wrapper\"><a class=\"uagb-buttons-repeater wp-block-button__link\" href=\"/amenities/\" rel=\"follow noopener\" target=\"_self\"><div class=\"uagb-button__link\">View All</div></a></div></div>\n<!-- /wp:uagb/buttons-child --></div></div>\n<!-- /wp:uagb/buttons --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"c8b61dc6\",\"directionDesktop\":\"row\",\"alignItemsTablet\":\"flex-start\",\"paddingLink\":false,\"topMarginDesktop\":50,\"bottomMarginDesktop\":20,\"leftMarginDesktop\":0,\"rightMarginDesktop\":0,\"marginLink\":false,\"variationSelected\":true,\"rowGapMobile\":65,\"columnGapDesktop\":48,\"columnGapTablet\":20} -->\n<div class=\"wp-block-uagb-container uagb-block-c8b61dc6\"><!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"align\":\"center\",\"id\":828,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image aligncenter size-full\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Blue-Roan-pool.png\" alt=\"Blue Roan\'s rock pool\" class=\"wp-image-828\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>A relaxing rock Pool​</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>We have a lovely sparkling blue rock pool next to a thatched Lapa. &nbsp;&nbsp;Lie on recliners on the green lawn or sit on the swing chair in the Lapa and enjoy the panoramic view of the Magaliesberg mountain range.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":829,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/img-20160605-wa0002-largejpg.png\" alt=\"\" class=\"wp-image-829\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>Braai facilities </h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>What can compare to a burning fire under the star-lit African sky? Nothing beats the flavor of cooking over an open flame.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":1354,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Games-Room.png\" alt=\"\" class=\"wp-image-1354\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>A games room </h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>The reception is also a games room for those who enjoy darts or playing pool. &nbsp;Take a selection of DVDs back to your room and watch movies on your own DVD player. &nbsp;There is also a selection of board games and music CDs that you can borrow.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div>\n<!-- /wp:uagb/container --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"a50e9e1c\",\"backgroundType\":\"color\",\"backgroundSizeTablet\":\"cover\",\"backgroundSizeMobile\":\"cover\",\"backgroundColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"bottomPaddingDesktop\":104,\"leftPaddingDesktop\":40,\"rightPaddingDesktop\":40,\"topPaddingTablet\":80,\"bottomPaddingTablet\":80,\"leftPaddingTablet\":40,\"rightPaddingTablet\":40,\"topPaddingMobile\":64,\"bottomPaddingMobile\":64,\"leftPaddingMobile\":24,\"rightPaddingMobile\":24,\"paddingLink\":false,\"variationSelected\":true,\"rowGapDesktop\":0,\"isBlockRootParent\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-a50e9e1c alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/advanced-heading {\"block_id\":\"ab7fe430\",\"classMigrate\":true,\"headingDescToggle\":true,\"headingAlign\":\"center\",\"headingAlignMobile\":\"left\",\"subHeadingColor\":\"\",\"headSpace\":20,\"subHeadFontSize\":16,\"blockBottomPadding\":20} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-ab7fe430\"><h2 class=\"uagb-heading-text\">Our Inside Pictures​</h2><p class=\"uagb-desc-text\">Take a look at some pretty pictures captured in and around our premises.</p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/container {\"block_id\":\"87f71278\",\"directionDesktop\":\"row\",\"alignItemsDesktop\":\"flex-start\",\"topMarginDesktop\":20,\"bottomMarginDesktop\":0,\"leftMarginDesktop\":0,\"rightMarginDesktop\":0,\"marginLink\":false,\"variationSelected\":true,\"rowGapMobile\":24,\"columnGapDesktop\":24,\"columnGapTablet\":20} -->\n<div class=\"wp-block-uagb-container uagb-block-87f71278\"><!-- wp:uagb/container {\"block_id\":\"62a977e4\",\"widthDesktop\":32,\"variationSelected\":true,\"rowGapDesktop\":24,\"rowGapTablet\":20,\"rowGapMobile\":24,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-62a977e4\"><!-- wp:uagb/image {\"block_id\":\"9285533f\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/red-rose-1024x683.jpg\",\"id\":834,\"linkDestination\":\"none\",\"width\":385,\"height\":284,\"naturalWidth\":1024,\"naturalHeight\":683,\"sizeSlug\":\"large\",\"sizeSlugTablet\":\"large\",\"sizeSlugMobile\":\"large\",\"customHeightSetDesktop\":true} -->\n<div class=\"wp-block-uagb-image uagb-block-9285533f wp-block-uagb-image--layout-default wp-block-uagb-image--effect-static wp-block-uagb-image--align-none\"><figure class=\"wp-block-uagb-image__figure\"><img srcset=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/red-rose-1024x683.jpg \" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/red-rose-1024x683.jpg\" alt=\"\" class=\"uag-image-834\" width=\"385\" height=\"284\" title=\"\" loading=\"lazy\"/></figure></div>\n<!-- /wp:uagb/image -->\n\n<!-- wp:uagb/image {\"block_id\":\"c1306b1e\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/49g.jpg\",\"id\":838,\"linkDestination\":\"none\",\"width\":385,\"height\":284,\"naturalWidth\":650,\"naturalHeight\":450,\"sizeSlug\":\"full\",\"sizeSlugTablet\":\"full\",\"sizeSlugMobile\":\"full\",\"customHeightSetDesktop\":true} -->\n<div class=\"wp-block-uagb-image uagb-block-c1306b1e wp-block-uagb-image--layout-default wp-block-uagb-image--effect-static wp-block-uagb-image--align-none\"><figure class=\"wp-block-uagb-image__figure\"><img srcset=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/49g.jpg \" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/49g.jpg\" alt=\"\" class=\"uag-image-838\" width=\"385\" height=\"284\" title=\"\" loading=\"lazy\"/></figure></div>\n<!-- /wp:uagb/image --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"9fa62928\",\"widthDesktop\":67,\"variationSelected\":true,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-9fa62928\"><!-- wp:uagb/image {\"block_id\":\"75943cd3\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAA39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba-1-1024x768.png\",\"id\":905,\"linkDestination\":\"none\",\"naturalWidth\":1024,\"naturalHeight\":768,\"sizeSlug\":\"large\",\"sizeSlugTablet\":\"large\",\"sizeSlugMobile\":\"large\"} -->\n<div class=\"wp-block-uagb-image uagb-block-75943cd3 wp-block-uagb-image--layout-default wp-block-uagb-image--effect-static wp-block-uagb-image--align-none\"><figure class=\"wp-block-uagb-image__figure\"><img srcset=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAA39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba-1-1024x768.png \" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAA39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba-1-1024x768.png\" alt=\"\" class=\"uag-image-905\" width=\"\" height=\"\" title=\"\" loading=\"lazy\"/></figure></div>\n<!-- /wp:uagb/image --></div>\n<!-- /wp:uagb/container --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"bf4bac8c\",\"directionDesktop\":\"row\",\"alignItemsDesktop\":\"flex-start\",\"topMarginDesktop\":24,\"bottomMarginDesktop\":0,\"leftMarginDesktop\":0,\"rightMarginDesktop\":0,\"topMarginTablet\":20,\"bottomMarginTablet\":0,\"leftMarginTablet\":0,\"rightMarginTablet\":0,\"topMarginMobile\":24,\"bottomMarginMobile\":0,\"leftMarginMobile\":0,\"rightMarginMobile\":0,\"marginLink\":false,\"variationSelected\":true,\"columnGapDesktop\":24,\"columnGapTablet\":20} -->\n<div class=\"wp-block-uagb-container uagb-block-bf4bac8c\"><!-- wp:uagb/container {\"block_id\":\"21b41f28\",\"widthDesktop\":67,\"variationSelected\":true,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-21b41f28\"><!-- wp:image {\"id\":837,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-8-1024x678.jpg\" alt=\"\" class=\"wp-image-837\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"11018c67\",\"widthDesktop\":32,\"variationSelected\":true,\"rowGapDesktop\":24,\"rowGapTablet\":20,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-11018c67\"><!-- wp:uagb/image {\"block_id\":\"8e5ca423\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Blue-roan-pool-01.jpg\",\"id\":782,\"linkDestination\":\"none\",\"width\":385,\"height\":250,\"naturalWidth\":800,\"naturalHeight\":534,\"sizeSlug\":\"full\",\"sizeSlugTablet\":\"full\",\"sizeSlugMobile\":\"full\",\"customHeightSetDesktop\":true} -->\n<div class=\"wp-block-uagb-image uagb-block-8e5ca423 wp-block-uagb-image--layout-default wp-block-uagb-image--effect-static wp-block-uagb-image--align-none\"><figure class=\"wp-block-uagb-image__figure\"><img srcset=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Blue-roan-pool-01.jpg \" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Blue-roan-pool-01.jpg\" alt=\"\" class=\"uag-image-782\" width=\"385\" height=\"250\" title=\"\" loading=\"lazy\"/></figure></div>\n<!-- /wp:uagb/image -->\n\n<!-- wp:uagb/image {\"block_id\":\"c486a813\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/bird-1024x683.jpg\",\"id\":910,\"linkDestination\":\"none\",\"width\":385,\"height\":250,\"naturalWidth\":1024,\"naturalHeight\":683,\"sizeSlug\":\"large\",\"sizeSlugTablet\":\"large\",\"sizeSlugMobile\":\"large\",\"customHeightSetDesktop\":true} -->\n<div class=\"wp-block-uagb-image uagb-block-c486a813 wp-block-uagb-image--layout-default wp-block-uagb-image--effect-static wp-block-uagb-image--align-none\"><figure class=\"wp-block-uagb-image__figure\"><img srcset=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/bird-1024x683.jpg \" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/bird-1024x683.jpg\" alt=\"\" class=\"uag-image-910\" width=\"385\" height=\"250\" title=\"\" loading=\"lazy\"/></figure></div>\n<!-- /wp:uagb/image --></div>\n<!-- /wp:uagb/container --></div>\n<!-- /wp:uagb/container --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"b88af430\",\"backgroundType\":\"color\",\"backgroundSizeTablet\":\"cover\",\"backgroundSizeMobile\":\"cover\",\"backgroundColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"topPaddingDesktop\":40,\"bottomPaddingDesktop\":104,\"leftPaddingDesktop\":40,\"rightPaddingDesktop\":40,\"topPaddingTablet\":80,\"bottomPaddingTablet\":80,\"leftPaddingTablet\":40,\"rightPaddingTablet\":40,\"topPaddingMobile\":64,\"bottomPaddingMobile\":64,\"leftPaddingMobile\":24,\"rightPaddingMobile\":24,\"paddingLink\":false,\"variationSelected\":true,\"rowGapDesktop\":0,\"isBlockRootParent\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-b88af430 alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/advanced-heading {\"block_id\":\"ce69ddff\",\"classMigrate\":true,\"headingDescToggle\":true,\"headingAlign\":\"center\",\"headingAlignMobile\":\"left\",\"subHeadingColor\":\"\",\"headSpace\":20,\"subHeadFontSize\":16,\"blockBottomPadding\":20} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-ce69ddff\"><h2 class=\"uagb-heading-text\">What Our Guests Say​</h2><p class=\"uagb-desc-text\">We take pride in serving our guests the best experience. </p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/container {\"block_id\":\"379febb0\",\"directionDesktop\":\"row\",\"topMarginDesktop\":40,\"bottomMarginDesktop\":0,\"leftMarginDesktop\":0,\"rightMarginDesktop\":0,\"marginLink\":false,\"variationSelected\":true,\"rowGapMobile\":40,\"columnGapDesktop\":90} -->\n<div class=\"wp-block-uagb-container uagb-block-379febb0\"><!-- wp:uagb/container {\"block_id\":\"a55e6f7f\",\"widthDesktop\":50,\"variationSelected\":true,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-a55e6f7f\"><!-- wp:uagb/testimonial {\"test_item_count\":1,\"classMigrate\":true,\"test_block\":[{\"description\":\"\\u0022Thank you for a most enjoyable weekend stay and for making our anniversary so special.  Thank you for your kind and lovely friendship which we really appreciate!!!\\u0022​\",\"name\":\"\\u003cstrong\\u003eBrenda and Theuns\\u003c/strong\\u003e\",\"company\":\"\",\"image\":{\"id\":119,\"title\":\"testimonial1\",\"filename\":\"testimonial1.jpg\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/testimonial1.jpg\",\"link\":\"https://blueroan.netgen.cloud/testimonial1/\",\"alt\":\"\",\"author\":\"34\",\"description\":\"\",\"caption\":\"\",\"name\":\"testimonial1\",\"status\":\"inherit\",\"uploadedTo\":0,\"date\":\"2021-05-11T05:02:02.000Z\",\"modified\":\"2021-05-11T05:02:02.000Z\",\"menuOrder\":0,\"mime\":\"image/jpeg\",\"type\":\"image\",\"subtype\":\"jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/default.png\",\"dateFormatted\":\"May 11, 2021\",\"nonces\":{\"update\":\"b92fe40c3d\",\"delete\":\"643c1eb8f1\",\"edit\":\"d3e7d56b1d\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=119\\u0026action=edit\",\"meta\":false,\"authorName\":\"Rishabh\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/user-edit.php?user_id=34\",\"filesizeInBytes\":11264,\"filesizeHumanReadable\":\"11 KB\",\"context\":\"\",\"height\":250,\"width\":250,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/testimonial1-150x150.jpg\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/testimonial1.jpg\",\"height\":250,\"width\":250,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}}}],\"headingAlign\":\"left\",\"headingAlignTablet\":\"left\",\"headingAlignMobile\":\"left\",\"descColor\":\"var(\\u002d\\u002dast-global-color-3)\",\"nameFontSize\":14,\"nameLineHeight\":1,\"descFontSize\":16,\"descFontWeight\":\"600\",\"nameSpace\":1,\"block_id\":\"6bdaeadf\",\"iconImage\":{\"url\":\"\",\"alt\":\"InfoBox placeholder img\"},\"imageWidth\":32,\"columnGap\":1,\"borderStyle\":\"\",\"paddingTop\":0,\"paddingBottom\":0,\"paddingLeft\":0,\"paddingRight\":0,\"spacingLink\":true,\"imgpaddingTop\":0,\"imgpaddingRight\":15,\"imgpaddingBottom\":0,\"imgpaddingLeft\":0,\"overallBorderStyle\":\"none\",\"imgTagHeight\":32,\"imgTagWidth\":150} -->\n<div class=\"wp-block-uagb-testimonial uagb-slick-carousel uagb-tm__arrow-outside uagb-block-6bdaeadf uagb-post__carousel_notset uagb-post__carousel_notset-tablet uagb-post__carousel_notset-mobile\"><div class=\"is-carousel uagb-tm__columns-1 uagb-tm__items\"><div class=\"uagb-testimonial__wrap  uagb-tm__imgicon-style-circle uagb-tm__image-position-bottom uagb-tm__bg-type-none \"><div class=\"uagb-tm__content\"><div class=\"uagb-tm__overlay\"></div><div class=\"uagb-tm__text-wrap\"><div class=\"uagb-tm__desc\">\"Thank you for a most enjoyable weekend stay and for making our anniversary so special.  Thank you for your kind and lovely friendship which we really appreciate!!!\"​</div><div class=\"uagb-tm__meta-inner\"><div class=\"uagb-tm__image-content\"><div class=\"uagb-tm__image\"><img class=\"uagb-tm-img-src\" src=\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/testimonial1-150x150.jpg\" alt=\"\" width=\"32\" height=\"32\" loading=\"lazy\"/></div></div><div class=\"uagb-testimonial-details\"><span class=\"uagb-tm__author-name\"><strong>Brenda and Theuns</strong></span><span class=\"uagb-tm__company\"></span></div></div></div></div></div></div></div>\n<!-- /wp:uagb/testimonial -->\n\n<!-- wp:uagb/testimonial {\"test_item_count\":1,\"classMigrate\":true,\"test_block\":[{\"description\":\"\\u0022Breaking away from city life and coming out to a most wonderful romantic weekend away.  The unit is so comfortable.  Thank you for your great hospitality - we had an awesome time here.  Go well - with love\\u0022​\",\"name\":\"\\u003cstrong\\u003e\\u003cstrong\\u003e\\u003cstrong\\u003eLiz \\u0026amp; Eddie\\u003c/strong\\u003e\\u003c/strong\\u003e\\u003c/strong\\u003e\",\"company\":\"\",\"image\":{\"id\":122,\"title\":\"testimonial4\",\"filename\":\"testimonial4.jpg\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/testimonial4.jpg\",\"link\":\"https://blueroan.netgen.cloud/testimonial4/\",\"alt\":\"\",\"author\":\"34\",\"description\":\"\",\"caption\":\"\",\"name\":\"testimonial4\",\"status\":\"inherit\",\"uploadedTo\":0,\"date\":\"2021-05-11T05:02:06.000Z\",\"modified\":\"2021-05-11T05:02:06.000Z\",\"menuOrder\":0,\"mime\":\"image/jpeg\",\"type\":\"image\",\"subtype\":\"jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/default.png\",\"dateFormatted\":\"May 11, 2021\",\"nonces\":{\"update\":\"4e34860add\",\"delete\":\"9e126a55cd\",\"edit\":\"33ffd3c040\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=122\\u0026action=edit\",\"meta\":false,\"authorName\":\"Rishabh\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/user-edit.php?user_id=34\",\"filesizeInBytes\":16584,\"filesizeHumanReadable\":\"16 KB\",\"context\":\"\",\"height\":250,\"width\":250,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/testimonial4-150x150.jpg\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/testimonial4.jpg\",\"height\":250,\"width\":250,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}}}],\"headingAlign\":\"left\",\"headingAlignTablet\":\"left\",\"headingAlignMobile\":\"left\",\"descColor\":\"var(\\u002d\\u002dast-global-color-3)\",\"nameFontSize\":14,\"nameLineHeight\":1,\"descFontSize\":16,\"descFontWeight\":\"600\",\"nameSpace\":1,\"block_id\":\"c1a28725\",\"iconImage\":{\"url\":\"\",\"alt\":\"InfoBox placeholder img\"},\"imageWidth\":32,\"columnGap\":1,\"borderStyle\":\"\",\"paddingTop\":0,\"paddingBottom\":0,\"paddingLeft\":0,\"paddingRight\":0,\"spacingLink\":true,\"imgpaddingTop\":0,\"imgpaddingRight\":15,\"imgpaddingBottom\":0,\"imgpaddingLeft\":0,\"overallBorderStyle\":\"none\",\"imgTagHeight\":32,\"imgTagWidth\":150} -->\n<div class=\"wp-block-uagb-testimonial uagb-slick-carousel uagb-tm__arrow-outside uagb-block-c1a28725 uagb-post__carousel_notset uagb-post__carousel_notset-tablet uagb-post__carousel_notset-mobile\"><div class=\"is-carousel uagb-tm__columns-1 uagb-tm__items\"><div class=\"uagb-testimonial__wrap  uagb-tm__imgicon-style-circle uagb-tm__image-position-bottom uagb-tm__bg-type-none \"><div class=\"uagb-tm__content\"><div class=\"uagb-tm__overlay\"></div><div class=\"uagb-tm__text-wrap\"><div class=\"uagb-tm__desc\">\"Breaking away from city life and coming out to a most wonderful romantic weekend away.  The unit is so comfortable.  Thank you for your great hospitality - we had an awesome time here.  Go well - with love\"​</div><div class=\"uagb-tm__meta-inner\"><div class=\"uagb-tm__image-content\"><div class=\"uagb-tm__image\"><img class=\"uagb-tm-img-src\" src=\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/testimonial4-150x150.jpg\" alt=\"\" width=\"32\" height=\"32\" loading=\"lazy\"/></div></div><div class=\"uagb-testimonial-details\"><span class=\"uagb-tm__author-name\"><strong><strong><strong>Liz &amp; Eddie</strong></strong></strong></span><span class=\"uagb-tm__company\"></span></div></div></div></div></div></div></div>\n<!-- /wp:uagb/testimonial --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"9bc6419f\",\"widthDesktop\":50,\"variationSelected\":true,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-9bc6419f\"><!-- wp:uagb/testimonial {\"test_item_count\":1,\"classMigrate\":true,\"test_block\":[{\"description\":\"\\u0022Judy, what a wonderful place you have here - we were so delighted to spend the weekend here, so tranquil, peaceful, and beautiful. You made us feel right at home. Definitely a place worth 5 stars! Go well.\\u0022​\",\"name\":\"\\u003cstrong\\u003e\\u003cstrong\\u003eBrian\\u003c/strong\\u003e\\u003c/strong\\u003e \\u003cstrong\\u003e\\u003cstrong\\u003e\\u003cstrong\\u003eand \\u003cstrong\\u003eMariska\\u003c/strong\\u003e\\u003c/strong\\u003e\\u003cbr\\u003e\\u003c/strong\\u003e\\u003c/strong\\u003e\",\"company\":\"\",\"image\":{\"id\":120,\"title\":\"testimonial2\",\"filename\":\"testimonial2.jpg\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/testimonial2.jpg\",\"link\":\"https://blueroan.netgen.cloud/testimonial2/\",\"alt\":\"\",\"author\":\"34\",\"description\":\"\",\"caption\":\"\",\"name\":\"testimonial2\",\"status\":\"inherit\",\"uploadedTo\":0,\"date\":\"2021-05-11T05:02:03.000Z\",\"modified\":\"2021-05-11T05:02:03.000Z\",\"menuOrder\":0,\"mime\":\"image/jpeg\",\"type\":\"image\",\"subtype\":\"jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/default.png\",\"dateFormatted\":\"May 11, 2021\",\"nonces\":{\"update\":\"1ee6412858\",\"delete\":\"4414a2ccbf\",\"edit\":\"bde7b1f490\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=120\\u0026action=edit\",\"meta\":false,\"authorName\":\"Rishabh\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/user-edit.php?user_id=34\",\"filesizeInBytes\":10087,\"filesizeHumanReadable\":\"10 KB\",\"context\":\"\",\"height\":250,\"width\":250,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/testimonial2-150x150.jpg\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/testimonial2.jpg\",\"height\":250,\"width\":250,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}}}],\"headingAlign\":\"left\",\"headingAlignTablet\":\"left\",\"headingAlignMobile\":\"left\",\"descColor\":\"var(\\u002d\\u002dast-global-color-3)\",\"nameFontSize\":14,\"nameLineHeight\":1,\"descFontSize\":16,\"descFontWeight\":\"600\",\"nameSpace\":1,\"block_id\":\"f0c4171b\",\"iconImage\":{\"url\":\"\",\"alt\":\"InfoBox placeholder img\"},\"imageWidth\":32,\"columnGap\":1,\"borderStyle\":\"\",\"paddingTop\":0,\"paddingBottom\":0,\"paddingLeft\":0,\"paddingRight\":0,\"spacingLink\":true,\"imgpaddingTop\":0,\"imgpaddingRight\":15,\"imgpaddingBottom\":0,\"imgpaddingLeft\":0,\"overallBorderStyle\":\"none\",\"imgTagHeight\":32,\"imgTagWidth\":150} -->\n<div class=\"wp-block-uagb-testimonial uagb-slick-carousel uagb-tm__arrow-outside uagb-block-f0c4171b uagb-post__carousel_notset uagb-post__carousel_notset-tablet uagb-post__carousel_notset-mobile\"><div class=\"is-carousel uagb-tm__columns-1 uagb-tm__items\"><div class=\"uagb-testimonial__wrap  uagb-tm__imgicon-style-circle uagb-tm__image-position-bottom uagb-tm__bg-type-none \"><div class=\"uagb-tm__content\"><div class=\"uagb-tm__overlay\"></div><div class=\"uagb-tm__text-wrap\"><div class=\"uagb-tm__desc\">\"Judy, what a wonderful place you have here - we were so delighted to spend the weekend here, so tranquil, peaceful, and beautiful. You made us feel right at home. Definitely a place worth 5 stars! Go well.\"​</div><div class=\"uagb-tm__meta-inner\"><div class=\"uagb-tm__image-content\"><div class=\"uagb-tm__image\"><img class=\"uagb-tm-img-src\" src=\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/testimonial2-150x150.jpg\" alt=\"\" width=\"32\" height=\"32\" loading=\"lazy\"/></div></div><div class=\"uagb-testimonial-details\"><span class=\"uagb-tm__author-name\"><strong><strong>Brian</strong></strong> <strong><strong><strong>and <strong>Mariska</strong></strong><br></strong></strong></span><span class=\"uagb-tm__company\"></span></div></div></div></div></div></div></div>\n<!-- /wp:uagb/testimonial -->\n\n<!-- wp:uagb/testimonial {\"test_item_count\":1,\"classMigrate\":true,\"test_block\":[{\"description\":\"\\u0022Thank you for the most wonderful time, Judy!  This was the most peaceful and perfect place to get engaged!  We will most certainly be back!!!  Your hospitality cannot be topped!\\u0022​\",\"name\":\"\\u003cstrong\\u003e\\u003cstrong\\u003e\\u003cstrong\\u003e\\u003cstrong\\u003eBrett and Kelly\\u003c/strong\\u003e\\u003c/strong\\u003e\\u003c/strong\\u003e\\u003c/strong\\u003e\",\"company\":\"\",\"image\":{\"id\":121,\"title\":\"testimonial3\",\"filename\":\"testimonial3.jpg\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/testimonial3.jpg\",\"link\":\"https://blueroan.netgen.cloud/testimonial3/\",\"alt\":\"\",\"author\":\"34\",\"description\":\"\",\"caption\":\"\",\"name\":\"testimonial3\",\"status\":\"inherit\",\"uploadedTo\":0,\"date\":\"2021-05-11T05:02:05.000Z\",\"modified\":\"2021-05-11T05:02:05.000Z\",\"menuOrder\":0,\"mime\":\"image/jpeg\",\"type\":\"image\",\"subtype\":\"jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/default.png\",\"dateFormatted\":\"May 11, 2021\",\"nonces\":{\"update\":\"290653da5d\",\"delete\":\"90a4fb2d63\",\"edit\":\"ff8a64e56e\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=121\\u0026action=edit\",\"meta\":false,\"authorName\":\"Rishabh\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/user-edit.php?user_id=34\",\"filesizeInBytes\":8748,\"filesizeHumanReadable\":\"9 KB\",\"context\":\"\",\"height\":250,\"width\":250,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/testimonial3-150x150.jpg\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/testimonial3.jpg\",\"height\":250,\"width\":250,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}}}],\"headingAlign\":\"left\",\"headingAlignTablet\":\"left\",\"headingAlignMobile\":\"left\",\"descColor\":\"var(\\u002d\\u002dast-global-color-3)\",\"nameFontSize\":14,\"nameLineHeight\":1,\"descFontSize\":16,\"descFontWeight\":\"600\",\"nameSpace\":1,\"block_id\":\"925715e0\",\"iconImage\":{\"url\":\"\",\"alt\":\"InfoBox placeholder img\"},\"imageWidth\":32,\"columnGap\":1,\"borderStyle\":\"\",\"paddingTop\":0,\"paddingBottom\":0,\"paddingLeft\":0,\"paddingRight\":0,\"spacingLink\":true,\"imgpaddingTop\":0,\"imgpaddingRight\":15,\"imgpaddingBottom\":0,\"imgpaddingLeft\":0,\"overallBorderStyle\":\"none\",\"imgTagHeight\":32,\"imgTagWidth\":150} -->\n<div class=\"wp-block-uagb-testimonial uagb-slick-carousel uagb-tm__arrow-outside uagb-block-925715e0 uagb-post__carousel_notset uagb-post__carousel_notset-tablet uagb-post__carousel_notset-mobile\"><div class=\"is-carousel uagb-tm__columns-1 uagb-tm__items\"><div class=\"uagb-testimonial__wrap  uagb-tm__imgicon-style-circle uagb-tm__image-position-bottom uagb-tm__bg-type-none \"><div class=\"uagb-tm__content\"><div class=\"uagb-tm__overlay\"></div><div class=\"uagb-tm__text-wrap\"><div class=\"uagb-tm__desc\">\"Thank you for the most wonderful time, Judy!  This was the most peaceful and perfect place to get engaged!  We will most certainly be back!!!  Your hospitality cannot be topped!\"​</div><div class=\"uagb-tm__meta-inner\"><div class=\"uagb-tm__image-content\"><div class=\"uagb-tm__image\"><img class=\"uagb-tm-img-src\" src=\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/testimonial3-150x150.jpg\" alt=\"\" width=\"32\" height=\"32\" loading=\"lazy\"/></div></div><div class=\"uagb-testimonial-details\"><span class=\"uagb-tm__author-name\"><strong><strong><strong><strong>Brett and Kelly</strong></strong></strong></strong></span><span class=\"uagb-tm__company\"></span></div></div></div></div></div></div></div>\n<!-- /wp:uagb/testimonial --></div>\n<!-- /wp:uagb/container --></div>\n<!-- /wp:uagb/container --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"8df1d5dd\",\"innerContentCustomWidthDesktop\":781,\"innerContentCustomWidthTablet\":781,\"backgroundType\":\"image\",\"backgroundImageDesktop\":{\"id\":809,\"title\":\"26759994757_767d9794fd_b\",\"filename\":\"26759994757_767d9794fd_b.jpg\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/26759994757_767d9794fd_b.jpg\",\"link\":\"https://blueroan.netgen.cloud/?attachment_id=809\",\"alt\":\"\",\"author\":\"2\",\"description\":\"\",\"caption\":\"\",\"name\":\"26759994757_767d9794fd_b\",\"status\":\"inherit\",\"uploadedTo\":805,\"date\":\"2022-12-13T09:51:53.000Z\",\"modified\":\"2022-12-13T09:51:53.000Z\",\"menuOrder\":0,\"mime\":\"image/jpeg\",\"type\":\"image\",\"subtype\":\"jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-includes/images/media/default.png\",\"dateFormatted\":\"December 13, 2022\",\"nonces\":{\"update\":\"39b5c0eef1\",\"delete\":\"fde92abd83\",\"edit\":\"3923face9e\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=809\\u0026action=edit\",\"meta\":false,\"authorName\":\"Netgen Support\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/profile.php\",\"uploadedToTitle\":\"Magaliesburg\",\"uploadedToLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=805\\u0026action=edit\",\"filesizeInBytes\":143610,\"filesizeHumanReadable\":\"140 KB\",\"context\":\"\",\"height\":683,\"width\":1024,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/26759994757_767d9794fd_b-150x150.jpg\",\"orientation\":\"landscape\"},\"medium\":{\"height\":200,\"width\":300,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/26759994757_767d9794fd_b-300x200.jpg\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/26759994757_767d9794fd_b.jpg\",\"height\":683,\"width\":1024,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"backgroundImageColor\":\"rgba(42,42,42,0.65)\",\"topPaddingDesktop\":144,\"bottomPaddingDesktop\":144,\"leftPaddingDesktop\":40,\"rightPaddingDesktop\":40,\"topPaddingTablet\":80,\"bottomPaddingTablet\":80,\"leftPaddingTablet\":40,\"rightPaddingTablet\":40,\"topPaddingMobile\":64,\"bottomPaddingMobile\":64,\"leftPaddingMobile\":24,\"rightPaddingMobile\":24,\"paddingLink\":false,\"variationSelected\":true,\"isBlockRootParent\":true,\"overlayType\":\"color\"} -->\n<div class=\"wp-block-uagb-container uagb-block-8df1d5dd alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/advanced-heading {\"block_id\":\"bafa4e78\",\"classMigrate\":true,\"headingDescToggle\":true,\"headingAlign\":\"center\",\"headingColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"subHeadingColor\":\"var(\\u002d\\u002dast-global-color-4)\",\"headSpace\":20} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-bafa4e78\"><h2 class=\"uagb-heading-text\">Plan an Unforgettable Experience at <br>Blue Roan!</h2><p class=\"uagb-desc-text\">Blue Roan is a 3-star graded pet-friendly venue</p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/advanced-heading {\"block_id\":\"70db6bf0\",\"classMigrate\":true,\"headingTitleToggle\":false,\"headingDescToggle\":true,\"headingAlign\":\"center\",\"subHeadingColor\":\"var(\\u002d\\u002dast-global-color-4)\",\"subHeadTransform\":\"uppercase\",\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"subHeadLetterSpacing\":2,\"blockTopPadding\":60,\"blockRightPadding\":0,\"blockLeftPadding\":0,\"blockBottomPadding\":0,\"blockTopPaddingMobile\":30,\"blockRightPaddingMobile\":0,\"blockLeftPaddingMobile\":0,\"blockBottomPaddingMobile\":0,\"linkColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"linkHColor\":\"var(\\u002d\\u002dast-global-color-0)\"} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-70db6bf0\"><p class=\"uagb-desc-text\"><a href=\"https://book.nightsbridge.com/11065\" target=\"_blank\" rel=\"noreferrer noopener\">BOOK YOUR STAY NOW​</a></p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/icon-list {\"block_id\":\"01277dee\",\"classMigrate\":true,\"childMigrate\":true,\"align\":\"center\",\"parentIcon\":\"phone\",\"size\":40,\"sizeMobile\":24,\"sizeTablet\":32,\"fontSize\":48,\"fontSizeMobile\":28,\"fontSizeTablet\":40,\"fontWeight\":\"600\",\"iconColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"labelColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"blockTopPadding\":0,\"blockRightPadding\":0,\"blockLeftPadding\":0,\"blockBottomPadding\":24,\"blockPaddingLink\":false} -->\n<div class=\"wp-block-uagb-icon-list uagb-block-01277dee\"><div class=\"uagb-icon-list__wrap\"><!-- wp:uagb/icon-list-child {\"block_id\":\"e0f471ab\",\"label\":\" + 27 (0) 82 575 5409\",\"label_color\":\"\",\"link\":\"tel:+27825755409\",\"disableLink\":true,\"fromParentIcon\":\"phone\",\"imageSizeChild\":40} -->\n<div class=\"wp-block-uagb-icon-list-child uagb-block-e0f471ab\"><a target=\"_self\" aria-label=\" + 27 (0) 82 575 5409\" rel=\"noopener noreferrer\" href=\"tel:+27825755409\"> </a><span class=\"uagb-icon-list__source-wrap\"><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M511.2 387l-23.25 100.8c-3.266 14.25-15.79 24.22-30.46 24.22C205.2 512 0 306.8 0 54.5c0-14.66 9.969-27.2 24.22-30.45l100.8-23.25C139.7-2.602 154.7 5.018 160.8 18.92l46.52 108.5c5.438 12.78 1.77 27.67-8.98 36.45L144.5 207.1c33.98 69.22 90.26 125.5 159.5 159.5l44.08-53.8c8.688-10.78 23.69-14.51 36.47-8.975l108.5 46.51C506.1 357.2 514.6 372.4 511.2 387z\"></path></svg></span><span class=\"uagb-icon-list__label\"> + 27 (0) 82 575 5409</span></div>\n<!-- /wp:uagb/icon-list-child -->\n\n<!-- wp:uagb/icon-list-child {\"block_id\":\"e932be29\",\"label\":\"blueroan@ugo.co.za\",\"icon\":\"envelope\",\"label_color\":\"\",\"link\":\"mailto:blueroan@ugo.co.za\",\"disableLink\":true,\"fromParentIcon\":\"phone\",\"imageSizeChild\":40} -->\n<div class=\"wp-block-uagb-icon-list-child uagb-block-e932be29\"><a target=\"_self\" aria-label=\"blueroan@ugo.co.za\" rel=\"noopener noreferrer\" href=\"mailto:blueroan@ugo.co.za\"> </a><span class=\"uagb-icon-list__source-wrap\"><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M464 64C490.5 64 512 85.49 512 112C512 127.1 504.9 141.3 492.8 150.4L275.2 313.6C263.8 322.1 248.2 322.1 236.8 313.6L19.2 150.4C7.113 141.3 0 127.1 0 112C0 85.49 21.49 64 48 64H464zM217.6 339.2C240.4 356.3 271.6 356.3 294.4 339.2L512 176V384C512 419.3 483.3 448 448 448H64C28.65 448 0 419.3 0 384V176L217.6 339.2z\"></path></svg></span><span class=\"uagb-icon-list__label\">blueroan@ugo.co.za</span></div>\n<!-- /wp:uagb/icon-list-child --></div></div>\n<!-- /wp:uagb/icon-list --></div></div>\n<!-- /wp:uagb/container -->',	'Home',	'',	'inherit',	'closed',	'closed',	'',	'760-revision-v1',	'',	'',	'2022-12-22 07:48:51',	'2022-12-22 07:48:51',	'',	760,	'https://blueroan.netgen.cloud/?p=1406',	0,	'revision',	'',	0),
(1407,	2,	'2022-12-22 07:49:25',	'2022-12-22 07:49:25',	'<!-- wp:uagb/container {\"block_id\":\"3736cf55\",\"minHeightDesktop\":95,\"minHeightTablet\":70,\"minHeightMobile\":80,\"minHeightType\":\"vh\",\"alignItemsDesktop\":\"flex-start\",\"backgroundType\":\"image\",\"backgroundImageDesktop\":{\"uploading\":false,\"date\":1670921854000,\"filename\":\"Blue-Roan-pool.jpg\",\"menuOrder\":0,\"uploadedTo\":760,\"type\":\"image\",\"subtype\":\"jpeg\",\"id\":784,\"title\":\"Blue Roan - pool\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Blue-Roan-pool.jpg\",\"link\":\"https://blueroan.netgen.cloud/home/blue-roan-pool/\",\"alt\":\"\",\"author\":\"2\",\"description\":\"\",\"caption\":\"\",\"name\":\"blue-roan-pool\",\"status\":\"inherit\",\"modified\":1670921854000,\"mime\":\"image/jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-includes/images/media/default.png\",\"dateFormatted\":\"December 13, 2022\",\"nonces\":{\"update\":\"51a12ed09e\",\"delete\":\"5174068551\",\"edit\":\"1de0721407\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=784\\u0026action=edit\",\"meta\":false,\"authorName\":\"Netgen Support\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/profile.php\",\"uploadedToTitle\":\"Home\",\"uploadedToLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=760\\u0026action=edit\",\"filesizeInBytes\":154801,\"filesizeHumanReadable\":\"151 KB\",\"context\":\"\",\"height\":667,\"width\":1000,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Blue-Roan-pool-150x150.jpg\",\"orientation\":\"landscape\"},\"medium\":{\"height\":200,\"width\":300,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Blue-Roan-pool-300x200.jpg\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Blue-Roan-pool.jpg\",\"height\":667,\"width\":1000,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"backgroundPositionDesktop\":{\"x\":0.5,\"y\":0.25},\"backgroundImageColor\":\"rgba(42,42,42,0.35)\",\"topPaddingDesktop\":0,\"bottomPaddingDesktop\":0,\"leftPaddingDesktop\":40,\"rightPaddingDesktop\":40,\"topPaddingTablet\":120,\"bottomPaddingTablet\":120,\"leftPaddingTablet\":40,\"rightPaddingTablet\":40,\"topPaddingMobile\":150,\"bottomPaddingMobile\":150,\"leftPaddingMobile\":20,\"rightPaddingMobile\":20,\"paddingLink\":false,\"variationSelected\":true,\"isBlockRootParent\":true,\"overlayType\":\"color\",\"minHeightTypeTablet\":\"vh\",\"minHeightTypeMobile\":\"vh\"} -->\n<div class=\"wp-block-uagb-container uagb-block-3736cf55 alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:group {\"layout\":{\"inherit\":true,\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group\"><!-- wp:uagb/info-box {\"classMigrate\":true,\"headingAlign\":\"left\",\"headingColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"subHeadingColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"headingTag\":\"h1\",\"subHeadFontSize\":17,\"subHeadFontSizeMobile\":15,\"headSpace\":20,\"subHeadSpace\":40,\"block_id\":\"538a3cf0\",\"ctaIcon\":\"\",\"ctaText\":\"Book Your Stay Now\",\"ctaLink\":\"https://book.nightsbridge.com/11065\",\"ctaBtnLinkColor\":\"var(\\u002d\\u002dast-global-color-2)\",\"ctaLinkHoverColor\":\"var(\\u002d\\u002dast-global-color-2)\",\"ctaBgColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"ctaBgHoverColor\":\"var(\\u002d\\u002dast-global-color-4)\",\"ctaBorderColor\":\"\",\"ctaBorderStyle\":\"\",\"ctaBorderWidth\":\"\",\"ctaBorderRadius\":\"\",\"iconImage\":{\"url\":\"\",\"alt\":\"InfoBox placeholder img\"},\"showIcon\":false,\"paddingBtnTop\":18,\"paddingBtnBottom\":18,\"paddingBtnLeft\":34,\"paddingBtnRight\":34,\"blockTopPadding\":5,\"blockRightPadding\":40,\"blockLeftPadding\":0,\"blockBottomPadding\":0,\"blockTopPaddingTablet\":0,\"blockRightPaddingTablet\":64,\"blockLeftPaddingTablet\":0,\"blockBottomPaddingTablet\":0,\"blockTopPaddingMobile\":0,\"blockRightPaddingMobile\":0,\"blockLeftPaddingMobile\":0,\"blockBottomPaddingMobile\":0,\"blockPaddingUnit\":\"%\",\"blockPaddingLink\":false,\"subHeadMarginTopTablet\":0,\"subHeadMarginRightTablet\":64,\"subHeadTabletSpace\":40,\"subHeadMarginLeftTablet\":0,\"subHeadMarginTopMobile\":0,\"subHeadMarginRightMobile\":0,\"subHeadMobileSpace\":40,\"subHeadMarginLeftMobile\":0,\"btnBorderTopWidth\":1,\"btnBorderLeftWidth\":1,\"btnBorderRightWidth\":1,\"btnBorderBottomWidth\":1,\"btnBorderTopLeftRadius\":0,\"btnBorderTopRightRadius\":0,\"btnBorderBottomLeftRadius\":0,\"btnBorderBottomRightRadius\":0,\"btnBorderStyle\":\"none\",\"btnBorderColor\":\"#333\"} -->\n<div class=\"wp-block-uagb-info-box uagb-block-538a3cf0 uagb-infobox__content-wrap  uagb-infobox-icon-above-title uagb-infobox-image-valign-top\"><div class=\"uagb-ifb-content\"><div class=\"uagb-ifb-title-wrap\"><h1 class=\"uagb-ifb-title\">Magaliesburg pet friendly self-catering accommodation</h1></div><p class=\"uagb-ifb-desc\">Romantic pet-friendly self-catering accommodation in Magaliesburg, Gauteng.</p></div></div>\n<!-- /wp:uagb/info-box --></div>\n<!-- /wp:group -->\n\n<!-- wp:buttons {\"layout\":{\"type\":\"flex\",\"justifyContent\":\"left\",\"orientation\":\"horizontal\"},\"style\":{\"spacing\":{\"blockGap\":\"var:preset|spacing|50\"}}} -->\n<div class=\"wp-block-buttons\"><!-- wp:button {\"backgroundColor\":\"ast-global-color-5\",\"textColor\":\"ast-global-color-2\",\"width\":25,\"style\":{\"spacing\":{\"padding\":{\"top\":\"var:preset|spacing|50\",\"right\":\"var:preset|spacing|30\",\"bottom\":\"var:preset|spacing|50\",\"left\":\"var:preset|spacing|30\"}}},\"className\":\"is-style-fill\",\"UAGHideMob\":true,\"UAGHideTab\":true,\"UAGResponsiveConditions\":true} -->\n<div class=\"wp-block-button has-custom-width wp-block-button__width-25 is-style-fill uag-hide-tab uag-hide-mob\" id=\"https://book.nightsbridge.com/11065\"><a class=\"wp-block-button__link has-ast-global-color-2-color has-ast-global-color-5-background-color has-text-color has-background wp-element-button\" href=\"https://book.nightsbridge.com/11065\" style=\"padding-top:var(--wp--preset--spacing--50);padding-right:var(--wp--preset--spacing--30);padding-bottom:var(--wp--preset--spacing--50);padding-left:var(--wp--preset--spacing--30)\" rel=\"https://book.nightsbridge.com/11065\">book your stay now</a></div>\n<!-- /wp:button -->\n\n<!-- wp:button {\"backgroundColor\":\"ast-global-color-5\",\"textColor\":\"ast-global-color-2\",\"width\":25,\"style\":{\"spacing\":{\"padding\":{\"top\":\"var:preset|spacing|50\",\"right\":\"var:preset|spacing|30\",\"bottom\":\"var:preset|spacing|50\",\"left\":\"var:preset|spacing|30\"}}},\"className\":\"is-style-fill\",\"UAGHideMob\":true,\"UAGHideTab\":true,\"UAGDisplayConditions\":\"userstate\",\"UAGResponsiveConditions\":true} -->\n<div class=\"wp-block-button has-custom-width wp-block-button__width-25 is-style-fill uag-hide-tab uag-hide-mob\" id=\"https://book.nightsbridge.com/11065\"><a class=\"wp-block-button__link has-ast-global-color-2-color has-ast-global-color-5-background-color has-text-color has-background wp-element-button\" href=\"https://book.nightsbridge.com/11065\" style=\"padding-top:var(--wp--preset--spacing--50);padding-right:var(--wp--preset--spacing--30);padding-bottom:var(--wp--preset--spacing--50);padding-left:var(--wp--preset--spacing--30)\" target=\"_blank\" rel=\"https://book.nightsbridge.com/11065 noopener\">Check availability</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons -->\n\n<!-- wp:buttons {\"layout\":{\"type\":\"flex\",\"justifyContent\":\"left\",\"orientation\":\"horizontal\"},\"style\":{\"spacing\":{\"blockGap\":\"var:preset|spacing|50\"}}} -->\n<div class=\"wp-block-buttons\"><!-- wp:button {\"backgroundColor\":\"ast-global-color-5\",\"textColor\":\"ast-global-color-2\",\"width\":75,\"style\":{\"spacing\":{\"padding\":{\"top\":\"var:preset|spacing|20\",\"right\":\"var:preset|spacing|20\",\"bottom\":\"var:preset|spacing|20\",\"left\":\"var:preset|spacing|20\"}},\"border\":{\"radius\":\"0px\"}},\"className\":\"is-style-fill\",\"fontSize\":\"small\",\"UAGHideDesktop\":true,\"UAGHideTab\":true,\"UAGResponsiveConditions\":true} -->\n<div class=\"wp-block-button has-custom-width wp-block-button__width-75 has-custom-font-size is-style-fill has-small-font-size uag-hide-desktop uag-hide-tab\"><a class=\"wp-block-button__link has-ast-global-color-2-color has-ast-global-color-5-background-color has-text-color has-background wp-element-button\" href=\"https://book.nightsbridge.com/11065\" style=\"border-radius:0px;padding-top:var(--wp--preset--spacing--20);padding-right:var(--wp--preset--spacing--20);padding-bottom:var(--wp--preset--spacing--20);padding-left:var(--wp--preset--spacing--20)\" rel=\"\">book your stay now</a></div>\n<!-- /wp:button -->\n\n<!-- wp:button {\"backgroundColor\":\"ast-global-color-5\",\"textColor\":\"ast-global-color-2\",\"width\":75,\"style\":{\"spacing\":{\"padding\":{\"top\":\"var:preset|spacing|20\",\"right\":\"var:preset|spacing|20\",\"bottom\":\"var:preset|spacing|20\",\"left\":\"var:preset|spacing|20\"}},\"border\":{\"radius\":\"0px\"}},\"className\":\"is-style-fill\",\"fontSize\":\"small\",\"UAGHideDesktop\":true,\"UAGHideTab\":true,\"UAGResponsiveConditions\":true} -->\n<div class=\"wp-block-button has-custom-width wp-block-button__width-75 has-custom-font-size is-style-fill has-small-font-size uag-hide-desktop uag-hide-tab\"><a class=\"wp-block-button__link has-ast-global-color-2-color has-ast-global-color-5-background-color has-text-color has-background wp-element-button\" href=\"https://book.nightsbridge.com/11065\" style=\"border-radius:0px;padding-top:var(--wp--preset--spacing--20);padding-right:var(--wp--preset--spacing--20);padding-bottom:var(--wp--preset--spacing--20);padding-left:var(--wp--preset--spacing--20)\" rel=\"\">Check availability</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons -->\n\n<!-- wp:buttons -->\n<div class=\"wp-block-buttons\"></div>\n<!-- /wp:buttons --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"946316ca\",\"directionDesktop\":\"row\",\"directionMobile\":\"column-reverse\",\"alignItemsDesktop\":\"flex-start\",\"backgroundType\":\"color\",\"backgroundSizeTablet\":\"cover\",\"backgroundSizeMobile\":\"cover\",\"backgroundColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"topPaddingDesktop\":60,\"bottomPaddingDesktop\":60,\"topPaddingTablet\":80,\"bottomPaddingTablet\":80,\"leftPaddingTablet\":40,\"rightPaddingTablet\":40,\"topPaddingMobile\":64,\"bottomPaddingMobile\":64,\"leftPaddingMobile\":24,\"rightPaddingMobile\":24,\"paddingLink\":false,\"variationSelected\":true,\"columnGapDesktop\":60,\"columnGapTablet\":50,\"isBlockRootParent\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-946316ca alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/container {\"block_id\":\"8bce9bcc\",\"widthDesktop\":50,\"variationSelected\":true,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-8bce9bcc\"><!-- wp:image {\"id\":797,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-13.jpg\" alt=\"\" class=\"wp-image-797\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>We have 7 lovely brick&nbsp;<strong>self-catering</strong>&nbsp;units, each one private and with its own character and theme. &nbsp;They are designed exclusively for couples with or without pets wanting a romantic and peaceful place to connect, re-connect, celebrate special occasions, or somewhere quiet and comfortable to come for a holiday</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:buttons -->\n<div class=\"wp-block-buttons\"><!-- wp:button -->\n<div class=\"wp-block-button\"><a class=\"wp-block-button__link wp-element-button\" href=\"/accommodation/\">View accomodation</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"a7aae10a\",\"widthDesktop\":50,\"leftPaddingDesktop\":0,\"paddingLink\":false,\"variationSelected\":true,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-a7aae10a\"><!-- wp:uagb/advanced-heading {\"block_id\":\"778f74e0\",\"classMigrate\":true,\"headingDescToggle\":true,\"subHeadingColor\":\"\",\"headSpace\":20,\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-778f74e0\"><h2 class=\"uagb-heading-text\"><strong>Blue Roan is a 3-star graded pet-friendly venue</strong></h2><p class=\"uagb-desc-text\">Our goal is to provide high-quality, romantic, comfortable, and affordable self-catering accommodation on the outskirts of the village of &nbsp;Magaliesburg. &nbsp;For animal lovers, we are also&nbsp;pet-friendly&nbsp;by arrangement in most of the units all of which have their own fully fenced and gated private grassy gardens.</p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/image {\"block_id\":\"93b05e48\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/hammock-in-the-garden.jpg\",\"align\":\"left\",\"id\":799,\"linkDestination\":\"none\",\"naturalWidth\":600,\"naturalHeight\":400,\"sizeSlug\":\"full\",\"sizeSlugTablet\":\"full\",\"sizeSlugMobile\":\"full\",\"imageTopMargin\":20,\"imageRightMargin\":0,\"imageLeftMargin\":0,\"imageBottomMargin\":0,\"imageTopMarginMobile\":0,\"imageRightMarginMobile\":0,\"imageLeftMarginMobile\":0,\"imageBottomMarginMobile\":0,\"imageMarginLink\":false} -->\n<div class=\"wp-block-uagb-image uagb-block-93b05e48 wp-block-uagb-image--layout-default wp-block-uagb-image--effect-static wp-block-uagb-image--align-left\"><figure class=\"wp-block-uagb-image__figure\"><img srcset=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/hammock-in-the-garden.jpg \" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/hammock-in-the-garden.jpg\" alt=\"\" class=\"uag-image-799\" width=\"\" height=\"\" title=\"\" loading=\"lazy\"/></figure></div>\n<!-- /wp:uagb/image --></div>\n<!-- /wp:uagb/container --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"cd184d5c\",\"directionDesktop\":\"row\",\"directionMobile\":\"column-reverse\",\"alignItemsDesktop\":\"flex-start\",\"backgroundType\":\"color\",\"backgroundSizeTablet\":\"cover\",\"backgroundSizeMobile\":\"cover\",\"backgroundColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"topPaddingDesktop\":0,\"bottomPaddingDesktop\":0,\"topPaddingTablet\":80,\"bottomPaddingTablet\":80,\"leftPaddingTablet\":40,\"rightPaddingTablet\":40,\"topPaddingMobile\":64,\"bottomPaddingMobile\":64,\"leftPaddingMobile\":24,\"rightPaddingMobile\":24,\"paddingLink\":false,\"variationSelected\":true,\"rowGapDesktop\":0,\"columnGapDesktop\":0,\"columnGapTablet\":50,\"isBlockRootParent\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-cd184d5c alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:image {\"align\":\"center\",\"id\":1344,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image aligncenter size-large\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/tgcsa-full-3-stars-1024x366.jpg\" alt=\"\" class=\"wp-image-1344\"/></figure>\n<!-- /wp:image --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"d33c8ed2\",\"backgroundType\":\"color\",\"backgroundSizeTablet\":\"cover\",\"backgroundSizeMobile\":\"cover\",\"backgroundColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"topPaddingDesktop\":50,\"bottomPaddingDesktop\":100,\"topPaddingTablet\":50,\"bottomPaddingTablet\":25,\"leftPaddingTablet\":20,\"rightPaddingTablet\":20,\"topPaddingMobile\":50,\"bottomPaddingMobile\":20,\"leftPaddingMobile\":20,\"rightPaddingMobile\":20,\"paddingLink\":false,\"variationSelected\":true,\"rowGapDesktop\":0,\"isBlockRootParent\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-d33c8ed2 alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/container {\"block_id\":\"24d3a247\",\"directionDesktop\":\"row\",\"alignItemsDesktop\":\"flex-end\",\"alignItemsTablet\":\"flex-end\",\"justifyContentDesktop\":\"flex-end\",\"justifyContentTablet\":\"space-between\",\"variationSelected\":true,\"rowGapMobile\":30,\"columnGapDesktop\":0} -->\n<div class=\"wp-block-uagb-container uagb-block-24d3a247\"><!-- wp:uagb/advanced-heading {\"block_id\":\"ee247e9f\",\"classMigrate\":true,\"headingDescToggle\":true,\"subHeadingColor\":\"\",\"headSpace\":20,\"subHeadFontSize\":16} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-ee247e9f\"><h2 class=\"uagb-heading-text\">Amenities &amp; Interests ​</h2><p class=\"uagb-desc-text\">The Blue Roan Country Lodge is situated just 5 minutes from the village of Magaliesburg on a tar road so easy access for all cars. &nbsp;We have panoramic views of the Magaliesberg mountain range and our farm is the perfect place for a relaxing getaway in the country. &nbsp;As we are only 70 km from JHB and Pretoria, it is only an hour’s drive.</p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/buttons {\"block_id\":\"d408f0bf\",\"classMigrate\":true,\"childMigrate\":true,\"align\":\"right\",\"alignTablet\":\"right\",\"alignMobile\":\"left\",\"gap\":0} -->\n<div class=\"wp-block-uagb-buttons uagb-buttons__outer-wrap uagb-btn__default-btn uagb-btn-tablet__default-btn uagb-btn-mobile__default-btn uagb-block-d408f0bf\"><div class=\"uagb-buttons__wrap uagb-buttons-layout-wrap\"><!-- wp:uagb/buttons-child {\"block_id\":\"4191e99c\",\"label\":\"View All\",\"link\":\"/amenities/\",\"hColor\":\"\",\"borderWidth\":\"\",\"borderRadius\":\"\",\"borderStyle\":\"\",\"borderColor\":\"\",\"borderHColor\":\"\",\"btnBorderTopWidth\":1,\"btnBorderLeftWidth\":1,\"btnBorderRightWidth\":1,\"btnBorderBottomWidth\":1,\"btnBorderTopLeftRadius\":2,\"btnBorderTopRightRadius\":2,\"btnBorderBottomLeftRadius\":2,\"btnBorderBottomRightRadius\":2,\"btnBorderStyle\":\"solid\",\"btnBorderColor\":\"#333\",\"btnBorderHColor\":\"#333\"} -->\n<div class=\"wp-block-uagb-buttons-child uagb-buttons__outer-wrap uagb-block-4191e99c wp-block-button is-style-outline\"><div class=\"uagb-button__wrapper\"><a class=\"uagb-buttons-repeater wp-block-button__link\" href=\"/amenities/\" rel=\"follow noopener\" target=\"_self\"><div class=\"uagb-button__link\">View All</div></a></div></div>\n<!-- /wp:uagb/buttons-child --></div></div>\n<!-- /wp:uagb/buttons --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"c8b61dc6\",\"directionDesktop\":\"row\",\"alignItemsTablet\":\"flex-start\",\"paddingLink\":false,\"topMarginDesktop\":50,\"bottomMarginDesktop\":20,\"leftMarginDesktop\":0,\"rightMarginDesktop\":0,\"marginLink\":false,\"variationSelected\":true,\"rowGapMobile\":65,\"columnGapDesktop\":48,\"columnGapTablet\":20} -->\n<div class=\"wp-block-uagb-container uagb-block-c8b61dc6\"><!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"align\":\"center\",\"id\":828,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image aligncenter size-full\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Blue-Roan-pool.png\" alt=\"Blue Roan\'s rock pool\" class=\"wp-image-828\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>A relaxing rock Pool​</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>We have a lovely sparkling blue rock pool next to a thatched Lapa. &nbsp;&nbsp;Lie on recliners on the green lawn or sit on the swing chair in the Lapa and enjoy the panoramic view of the Magaliesberg mountain range.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":829,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/img-20160605-wa0002-largejpg.png\" alt=\"\" class=\"wp-image-829\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>Braai facilities </h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>What can compare to a burning fire under the star-lit African sky? Nothing beats the flavor of cooking over an open flame.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":1354,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Games-Room.png\" alt=\"\" class=\"wp-image-1354\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>A games room </h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>The reception is also a games room for those who enjoy darts or playing pool. &nbsp;Take a selection of DVDs back to your room and watch movies on your own DVD player. &nbsp;There is also a selection of board games and music CDs that you can borrow.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div>\n<!-- /wp:uagb/container --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"a50e9e1c\",\"backgroundType\":\"color\",\"backgroundSizeTablet\":\"cover\",\"backgroundSizeMobile\":\"cover\",\"backgroundColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"bottomPaddingDesktop\":104,\"leftPaddingDesktop\":40,\"rightPaddingDesktop\":40,\"topPaddingTablet\":80,\"bottomPaddingTablet\":80,\"leftPaddingTablet\":40,\"rightPaddingTablet\":40,\"topPaddingMobile\":64,\"bottomPaddingMobile\":64,\"leftPaddingMobile\":24,\"rightPaddingMobile\":24,\"paddingLink\":false,\"variationSelected\":true,\"rowGapDesktop\":0,\"isBlockRootParent\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-a50e9e1c alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/advanced-heading {\"block_id\":\"ab7fe430\",\"classMigrate\":true,\"headingDescToggle\":true,\"headingAlign\":\"center\",\"headingAlignMobile\":\"left\",\"subHeadingColor\":\"\",\"headSpace\":20,\"subHeadFontSize\":16,\"blockBottomPadding\":20} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-ab7fe430\"><h2 class=\"uagb-heading-text\">Our Inside Pictures​</h2><p class=\"uagb-desc-text\">Take a look at some pretty pictures captured in and around our premises.</p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/container {\"block_id\":\"87f71278\",\"directionDesktop\":\"row\",\"alignItemsDesktop\":\"flex-start\",\"topMarginDesktop\":20,\"bottomMarginDesktop\":0,\"leftMarginDesktop\":0,\"rightMarginDesktop\":0,\"marginLink\":false,\"variationSelected\":true,\"rowGapMobile\":24,\"columnGapDesktop\":24,\"columnGapTablet\":20} -->\n<div class=\"wp-block-uagb-container uagb-block-87f71278\"><!-- wp:uagb/container {\"block_id\":\"62a977e4\",\"widthDesktop\":32,\"variationSelected\":true,\"rowGapDesktop\":24,\"rowGapTablet\":20,\"rowGapMobile\":24,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-62a977e4\"><!-- wp:uagb/image {\"block_id\":\"9285533f\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/red-rose-1024x683.jpg\",\"id\":834,\"linkDestination\":\"none\",\"width\":385,\"height\":284,\"naturalWidth\":1024,\"naturalHeight\":683,\"sizeSlug\":\"large\",\"sizeSlugTablet\":\"large\",\"sizeSlugMobile\":\"large\",\"customHeightSetDesktop\":true} -->\n<div class=\"wp-block-uagb-image uagb-block-9285533f wp-block-uagb-image--layout-default wp-block-uagb-image--effect-static wp-block-uagb-image--align-none\"><figure class=\"wp-block-uagb-image__figure\"><img srcset=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/red-rose-1024x683.jpg \" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/red-rose-1024x683.jpg\" alt=\"\" class=\"uag-image-834\" width=\"385\" height=\"284\" title=\"\" loading=\"lazy\"/></figure></div>\n<!-- /wp:uagb/image -->\n\n<!-- wp:uagb/image {\"block_id\":\"c1306b1e\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/49g.jpg\",\"id\":838,\"linkDestination\":\"none\",\"width\":385,\"height\":284,\"naturalWidth\":650,\"naturalHeight\":450,\"sizeSlug\":\"full\",\"sizeSlugTablet\":\"full\",\"sizeSlugMobile\":\"full\",\"customHeightSetDesktop\":true} -->\n<div class=\"wp-block-uagb-image uagb-block-c1306b1e wp-block-uagb-image--layout-default wp-block-uagb-image--effect-static wp-block-uagb-image--align-none\"><figure class=\"wp-block-uagb-image__figure\"><img srcset=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/49g.jpg \" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/49g.jpg\" alt=\"\" class=\"uag-image-838\" width=\"385\" height=\"284\" title=\"\" loading=\"lazy\"/></figure></div>\n<!-- /wp:uagb/image --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"9fa62928\",\"widthDesktop\":67,\"variationSelected\":true,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-9fa62928\"><!-- wp:uagb/image {\"block_id\":\"75943cd3\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAA39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba-1-1024x768.png\",\"id\":905,\"linkDestination\":\"none\",\"naturalWidth\":1024,\"naturalHeight\":768,\"sizeSlug\":\"large\",\"sizeSlugTablet\":\"large\",\"sizeSlugMobile\":\"large\"} -->\n<div class=\"wp-block-uagb-image uagb-block-75943cd3 wp-block-uagb-image--layout-default wp-block-uagb-image--effect-static wp-block-uagb-image--align-none\"><figure class=\"wp-block-uagb-image__figure\"><img srcset=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAA39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba-1-1024x768.png \" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAA39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba-1-1024x768.png\" alt=\"\" class=\"uag-image-905\" width=\"\" height=\"\" title=\"\" loading=\"lazy\"/></figure></div>\n<!-- /wp:uagb/image --></div>\n<!-- /wp:uagb/container --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"bf4bac8c\",\"directionDesktop\":\"row\",\"alignItemsDesktop\":\"flex-start\",\"topMarginDesktop\":24,\"bottomMarginDesktop\":0,\"leftMarginDesktop\":0,\"rightMarginDesktop\":0,\"topMarginTablet\":20,\"bottomMarginTablet\":0,\"leftMarginTablet\":0,\"rightMarginTablet\":0,\"topMarginMobile\":24,\"bottomMarginMobile\":0,\"leftMarginMobile\":0,\"rightMarginMobile\":0,\"marginLink\":false,\"variationSelected\":true,\"columnGapDesktop\":24,\"columnGapTablet\":20} -->\n<div class=\"wp-block-uagb-container uagb-block-bf4bac8c\"><!-- wp:uagb/container {\"block_id\":\"21b41f28\",\"widthDesktop\":67,\"variationSelected\":true,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-21b41f28\"><!-- wp:image {\"id\":837,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-8-1024x678.jpg\" alt=\"\" class=\"wp-image-837\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"11018c67\",\"widthDesktop\":32,\"variationSelected\":true,\"rowGapDesktop\":24,\"rowGapTablet\":20,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-11018c67\"><!-- wp:uagb/image {\"block_id\":\"8e5ca423\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Blue-roan-pool-01.jpg\",\"id\":782,\"linkDestination\":\"none\",\"width\":385,\"height\":250,\"naturalWidth\":800,\"naturalHeight\":534,\"sizeSlug\":\"full\",\"sizeSlugTablet\":\"full\",\"sizeSlugMobile\":\"full\",\"customHeightSetDesktop\":true} -->\n<div class=\"wp-block-uagb-image uagb-block-8e5ca423 wp-block-uagb-image--layout-default wp-block-uagb-image--effect-static wp-block-uagb-image--align-none\"><figure class=\"wp-block-uagb-image__figure\"><img srcset=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Blue-roan-pool-01.jpg \" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Blue-roan-pool-01.jpg\" alt=\"\" class=\"uag-image-782\" width=\"385\" height=\"250\" title=\"\" loading=\"lazy\"/></figure></div>\n<!-- /wp:uagb/image -->\n\n<!-- wp:uagb/image {\"block_id\":\"c486a813\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/bird-1024x683.jpg\",\"id\":910,\"linkDestination\":\"none\",\"width\":385,\"height\":250,\"naturalWidth\":1024,\"naturalHeight\":683,\"sizeSlug\":\"large\",\"sizeSlugTablet\":\"large\",\"sizeSlugMobile\":\"large\",\"customHeightSetDesktop\":true} -->\n<div class=\"wp-block-uagb-image uagb-block-c486a813 wp-block-uagb-image--layout-default wp-block-uagb-image--effect-static wp-block-uagb-image--align-none\"><figure class=\"wp-block-uagb-image__figure\"><img srcset=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/bird-1024x683.jpg \" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/bird-1024x683.jpg\" alt=\"\" class=\"uag-image-910\" width=\"385\" height=\"250\" title=\"\" loading=\"lazy\"/></figure></div>\n<!-- /wp:uagb/image --></div>\n<!-- /wp:uagb/container --></div>\n<!-- /wp:uagb/container --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"b88af430\",\"backgroundType\":\"color\",\"backgroundSizeTablet\":\"cover\",\"backgroundSizeMobile\":\"cover\",\"backgroundColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"topPaddingDesktop\":40,\"bottomPaddingDesktop\":104,\"leftPaddingDesktop\":40,\"rightPaddingDesktop\":40,\"topPaddingTablet\":80,\"bottomPaddingTablet\":80,\"leftPaddingTablet\":40,\"rightPaddingTablet\":40,\"topPaddingMobile\":64,\"bottomPaddingMobile\":64,\"leftPaddingMobile\":24,\"rightPaddingMobile\":24,\"paddingLink\":false,\"variationSelected\":true,\"rowGapDesktop\":0,\"isBlockRootParent\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-b88af430 alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/advanced-heading {\"block_id\":\"ce69ddff\",\"classMigrate\":true,\"headingDescToggle\":true,\"headingAlign\":\"center\",\"headingAlignMobile\":\"left\",\"subHeadingColor\":\"\",\"headSpace\":20,\"subHeadFontSize\":16,\"blockBottomPadding\":20} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-ce69ddff\"><h2 class=\"uagb-heading-text\">What Our Guests Say​</h2><p class=\"uagb-desc-text\">We take pride in serving our guests the best experience. </p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/container {\"block_id\":\"379febb0\",\"directionDesktop\":\"row\",\"topMarginDesktop\":40,\"bottomMarginDesktop\":0,\"leftMarginDesktop\":0,\"rightMarginDesktop\":0,\"marginLink\":false,\"variationSelected\":true,\"rowGapMobile\":40,\"columnGapDesktop\":90} -->\n<div class=\"wp-block-uagb-container uagb-block-379febb0\"><!-- wp:uagb/container {\"block_id\":\"a55e6f7f\",\"widthDesktop\":50,\"variationSelected\":true,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-a55e6f7f\"><!-- wp:uagb/testimonial {\"test_item_count\":1,\"classMigrate\":true,\"test_block\":[{\"description\":\"\\u0022Thank you for a most enjoyable weekend stay and for making our anniversary so special.  Thank you for your kind and lovely friendship which we really appreciate!!!\\u0022​\",\"name\":\"\\u003cstrong\\u003eBrenda and Theuns\\u003c/strong\\u003e\",\"company\":\"\",\"image\":{\"id\":119,\"title\":\"testimonial1\",\"filename\":\"testimonial1.jpg\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/testimonial1.jpg\",\"link\":\"https://blueroan.netgen.cloud/testimonial1/\",\"alt\":\"\",\"author\":\"34\",\"description\":\"\",\"caption\":\"\",\"name\":\"testimonial1\",\"status\":\"inherit\",\"uploadedTo\":0,\"date\":\"2021-05-11T05:02:02.000Z\",\"modified\":\"2021-05-11T05:02:02.000Z\",\"menuOrder\":0,\"mime\":\"image/jpeg\",\"type\":\"image\",\"subtype\":\"jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/default.png\",\"dateFormatted\":\"May 11, 2021\",\"nonces\":{\"update\":\"b92fe40c3d\",\"delete\":\"643c1eb8f1\",\"edit\":\"d3e7d56b1d\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=119\\u0026action=edit\",\"meta\":false,\"authorName\":\"Rishabh\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/user-edit.php?user_id=34\",\"filesizeInBytes\":11264,\"filesizeHumanReadable\":\"11 KB\",\"context\":\"\",\"height\":250,\"width\":250,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/testimonial1-150x150.jpg\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/testimonial1.jpg\",\"height\":250,\"width\":250,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}}}],\"headingAlign\":\"left\",\"headingAlignTablet\":\"left\",\"headingAlignMobile\":\"left\",\"descColor\":\"var(\\u002d\\u002dast-global-color-3)\",\"nameFontSize\":14,\"nameLineHeight\":1,\"descFontSize\":16,\"descFontWeight\":\"600\",\"nameSpace\":1,\"block_id\":\"6bdaeadf\",\"iconImage\":{\"url\":\"\",\"alt\":\"InfoBox placeholder img\"},\"imageWidth\":32,\"columnGap\":1,\"borderStyle\":\"\",\"paddingTop\":0,\"paddingBottom\":0,\"paddingLeft\":0,\"paddingRight\":0,\"spacingLink\":true,\"imgpaddingTop\":0,\"imgpaddingRight\":15,\"imgpaddingBottom\":0,\"imgpaddingLeft\":0,\"overallBorderStyle\":\"none\",\"imgTagHeight\":32,\"imgTagWidth\":150} -->\n<div class=\"wp-block-uagb-testimonial uagb-slick-carousel uagb-tm__arrow-outside uagb-block-6bdaeadf uagb-post__carousel_notset uagb-post__carousel_notset-tablet uagb-post__carousel_notset-mobile\"><div class=\"is-carousel uagb-tm__columns-1 uagb-tm__items\"><div class=\"uagb-testimonial__wrap  uagb-tm__imgicon-style-circle uagb-tm__image-position-bottom uagb-tm__bg-type-none \"><div class=\"uagb-tm__content\"><div class=\"uagb-tm__overlay\"></div><div class=\"uagb-tm__text-wrap\"><div class=\"uagb-tm__desc\">\"Thank you for a most enjoyable weekend stay and for making our anniversary so special.  Thank you for your kind and lovely friendship which we really appreciate!!!\"​</div><div class=\"uagb-tm__meta-inner\"><div class=\"uagb-tm__image-content\"><div class=\"uagb-tm__image\"><img class=\"uagb-tm-img-src\" src=\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/testimonial1-150x150.jpg\" alt=\"\" width=\"32\" height=\"32\" loading=\"lazy\"/></div></div><div class=\"uagb-testimonial-details\"><span class=\"uagb-tm__author-name\"><strong>Brenda and Theuns</strong></span><span class=\"uagb-tm__company\"></span></div></div></div></div></div></div></div>\n<!-- /wp:uagb/testimonial -->\n\n<!-- wp:uagb/testimonial {\"test_item_count\":1,\"classMigrate\":true,\"test_block\":[{\"description\":\"\\u0022Breaking away from city life and coming out to a most wonderful romantic weekend away.  The unit is so comfortable.  Thank you for your great hospitality - we had an awesome time here.  Go well - with love\\u0022​\",\"name\":\"\\u003cstrong\\u003e\\u003cstrong\\u003e\\u003cstrong\\u003eLiz \\u0026amp; Eddie\\u003c/strong\\u003e\\u003c/strong\\u003e\\u003c/strong\\u003e\",\"company\":\"\",\"image\":{\"id\":122,\"title\":\"testimonial4\",\"filename\":\"testimonial4.jpg\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/testimonial4.jpg\",\"link\":\"https://blueroan.netgen.cloud/testimonial4/\",\"alt\":\"\",\"author\":\"34\",\"description\":\"\",\"caption\":\"\",\"name\":\"testimonial4\",\"status\":\"inherit\",\"uploadedTo\":0,\"date\":\"2021-05-11T05:02:06.000Z\",\"modified\":\"2021-05-11T05:02:06.000Z\",\"menuOrder\":0,\"mime\":\"image/jpeg\",\"type\":\"image\",\"subtype\":\"jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/default.png\",\"dateFormatted\":\"May 11, 2021\",\"nonces\":{\"update\":\"4e34860add\",\"delete\":\"9e126a55cd\",\"edit\":\"33ffd3c040\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=122\\u0026action=edit\",\"meta\":false,\"authorName\":\"Rishabh\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/user-edit.php?user_id=34\",\"filesizeInBytes\":16584,\"filesizeHumanReadable\":\"16 KB\",\"context\":\"\",\"height\":250,\"width\":250,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/testimonial4-150x150.jpg\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/testimonial4.jpg\",\"height\":250,\"width\":250,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}}}],\"headingAlign\":\"left\",\"headingAlignTablet\":\"left\",\"headingAlignMobile\":\"left\",\"descColor\":\"var(\\u002d\\u002dast-global-color-3)\",\"nameFontSize\":14,\"nameLineHeight\":1,\"descFontSize\":16,\"descFontWeight\":\"600\",\"nameSpace\":1,\"block_id\":\"c1a28725\",\"iconImage\":{\"url\":\"\",\"alt\":\"InfoBox placeholder img\"},\"imageWidth\":32,\"columnGap\":1,\"borderStyle\":\"\",\"paddingTop\":0,\"paddingBottom\":0,\"paddingLeft\":0,\"paddingRight\":0,\"spacingLink\":true,\"imgpaddingTop\":0,\"imgpaddingRight\":15,\"imgpaddingBottom\":0,\"imgpaddingLeft\":0,\"overallBorderStyle\":\"none\",\"imgTagHeight\":32,\"imgTagWidth\":150} -->\n<div class=\"wp-block-uagb-testimonial uagb-slick-carousel uagb-tm__arrow-outside uagb-block-c1a28725 uagb-post__carousel_notset uagb-post__carousel_notset-tablet uagb-post__carousel_notset-mobile\"><div class=\"is-carousel uagb-tm__columns-1 uagb-tm__items\"><div class=\"uagb-testimonial__wrap  uagb-tm__imgicon-style-circle uagb-tm__image-position-bottom uagb-tm__bg-type-none \"><div class=\"uagb-tm__content\"><div class=\"uagb-tm__overlay\"></div><div class=\"uagb-tm__text-wrap\"><div class=\"uagb-tm__desc\">\"Breaking away from city life and coming out to a most wonderful romantic weekend away.  The unit is so comfortable.  Thank you for your great hospitality - we had an awesome time here.  Go well - with love\"​</div><div class=\"uagb-tm__meta-inner\"><div class=\"uagb-tm__image-content\"><div class=\"uagb-tm__image\"><img class=\"uagb-tm-img-src\" src=\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/testimonial4-150x150.jpg\" alt=\"\" width=\"32\" height=\"32\" loading=\"lazy\"/></div></div><div class=\"uagb-testimonial-details\"><span class=\"uagb-tm__author-name\"><strong><strong><strong>Liz &amp; Eddie</strong></strong></strong></span><span class=\"uagb-tm__company\"></span></div></div></div></div></div></div></div>\n<!-- /wp:uagb/testimonial --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"9bc6419f\",\"widthDesktop\":50,\"variationSelected\":true,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-9bc6419f\"><!-- wp:uagb/testimonial {\"test_item_count\":1,\"classMigrate\":true,\"test_block\":[{\"description\":\"\\u0022Judy, what a wonderful place you have here - we were so delighted to spend the weekend here, so tranquil, peaceful, and beautiful. You made us feel right at home. Definitely a place worth 5 stars! Go well.\\u0022​\",\"name\":\"\\u003cstrong\\u003e\\u003cstrong\\u003eBrian\\u003c/strong\\u003e\\u003c/strong\\u003e \\u003cstrong\\u003e\\u003cstrong\\u003e\\u003cstrong\\u003eand \\u003cstrong\\u003eMariska\\u003c/strong\\u003e\\u003c/strong\\u003e\\u003cbr\\u003e\\u003c/strong\\u003e\\u003c/strong\\u003e\",\"company\":\"\",\"image\":{\"id\":120,\"title\":\"testimonial2\",\"filename\":\"testimonial2.jpg\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/testimonial2.jpg\",\"link\":\"https://blueroan.netgen.cloud/testimonial2/\",\"alt\":\"\",\"author\":\"34\",\"description\":\"\",\"caption\":\"\",\"name\":\"testimonial2\",\"status\":\"inherit\",\"uploadedTo\":0,\"date\":\"2021-05-11T05:02:03.000Z\",\"modified\":\"2021-05-11T05:02:03.000Z\",\"menuOrder\":0,\"mime\":\"image/jpeg\",\"type\":\"image\",\"subtype\":\"jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/default.png\",\"dateFormatted\":\"May 11, 2021\",\"nonces\":{\"update\":\"1ee6412858\",\"delete\":\"4414a2ccbf\",\"edit\":\"bde7b1f490\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=120\\u0026action=edit\",\"meta\":false,\"authorName\":\"Rishabh\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/user-edit.php?user_id=34\",\"filesizeInBytes\":10087,\"filesizeHumanReadable\":\"10 KB\",\"context\":\"\",\"height\":250,\"width\":250,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/testimonial2-150x150.jpg\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/testimonial2.jpg\",\"height\":250,\"width\":250,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}}}],\"headingAlign\":\"left\",\"headingAlignTablet\":\"left\",\"headingAlignMobile\":\"left\",\"descColor\":\"var(\\u002d\\u002dast-global-color-3)\",\"nameFontSize\":14,\"nameLineHeight\":1,\"descFontSize\":16,\"descFontWeight\":\"600\",\"nameSpace\":1,\"block_id\":\"f0c4171b\",\"iconImage\":{\"url\":\"\",\"alt\":\"InfoBox placeholder img\"},\"imageWidth\":32,\"columnGap\":1,\"borderStyle\":\"\",\"paddingTop\":0,\"paddingBottom\":0,\"paddingLeft\":0,\"paddingRight\":0,\"spacingLink\":true,\"imgpaddingTop\":0,\"imgpaddingRight\":15,\"imgpaddingBottom\":0,\"imgpaddingLeft\":0,\"overallBorderStyle\":\"none\",\"imgTagHeight\":32,\"imgTagWidth\":150} -->\n<div class=\"wp-block-uagb-testimonial uagb-slick-carousel uagb-tm__arrow-outside uagb-block-f0c4171b uagb-post__carousel_notset uagb-post__carousel_notset-tablet uagb-post__carousel_notset-mobile\"><div class=\"is-carousel uagb-tm__columns-1 uagb-tm__items\"><div class=\"uagb-testimonial__wrap  uagb-tm__imgicon-style-circle uagb-tm__image-position-bottom uagb-tm__bg-type-none \"><div class=\"uagb-tm__content\"><div class=\"uagb-tm__overlay\"></div><div class=\"uagb-tm__text-wrap\"><div class=\"uagb-tm__desc\">\"Judy, what a wonderful place you have here - we were so delighted to spend the weekend here, so tranquil, peaceful, and beautiful. You made us feel right at home. Definitely a place worth 5 stars! Go well.\"​</div><div class=\"uagb-tm__meta-inner\"><div class=\"uagb-tm__image-content\"><div class=\"uagb-tm__image\"><img class=\"uagb-tm-img-src\" src=\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/testimonial2-150x150.jpg\" alt=\"\" width=\"32\" height=\"32\" loading=\"lazy\"/></div></div><div class=\"uagb-testimonial-details\"><span class=\"uagb-tm__author-name\"><strong><strong>Brian</strong></strong> <strong><strong><strong>and <strong>Mariska</strong></strong><br></strong></strong></span><span class=\"uagb-tm__company\"></span></div></div></div></div></div></div></div>\n<!-- /wp:uagb/testimonial -->\n\n<!-- wp:uagb/testimonial {\"test_item_count\":1,\"classMigrate\":true,\"test_block\":[{\"description\":\"\\u0022Thank you for the most wonderful time, Judy!  This was the most peaceful and perfect place to get engaged!  We will most certainly be back!!!  Your hospitality cannot be topped!\\u0022​\",\"name\":\"\\u003cstrong\\u003e\\u003cstrong\\u003e\\u003cstrong\\u003e\\u003cstrong\\u003eBrett and Kelly\\u003c/strong\\u003e\\u003c/strong\\u003e\\u003c/strong\\u003e\\u003c/strong\\u003e\",\"company\":\"\",\"image\":{\"id\":121,\"title\":\"testimonial3\",\"filename\":\"testimonial3.jpg\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/testimonial3.jpg\",\"link\":\"https://blueroan.netgen.cloud/testimonial3/\",\"alt\":\"\",\"author\":\"34\",\"description\":\"\",\"caption\":\"\",\"name\":\"testimonial3\",\"status\":\"inherit\",\"uploadedTo\":0,\"date\":\"2021-05-11T05:02:05.000Z\",\"modified\":\"2021-05-11T05:02:05.000Z\",\"menuOrder\":0,\"mime\":\"image/jpeg\",\"type\":\"image\",\"subtype\":\"jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/default.png\",\"dateFormatted\":\"May 11, 2021\",\"nonces\":{\"update\":\"290653da5d\",\"delete\":\"90a4fb2d63\",\"edit\":\"ff8a64e56e\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=121\\u0026action=edit\",\"meta\":false,\"authorName\":\"Rishabh\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/user-edit.php?user_id=34\",\"filesizeInBytes\":8748,\"filesizeHumanReadable\":\"9 KB\",\"context\":\"\",\"height\":250,\"width\":250,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/testimonial3-150x150.jpg\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/testimonial3.jpg\",\"height\":250,\"width\":250,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}}}],\"headingAlign\":\"left\",\"headingAlignTablet\":\"left\",\"headingAlignMobile\":\"left\",\"descColor\":\"var(\\u002d\\u002dast-global-color-3)\",\"nameFontSize\":14,\"nameLineHeight\":1,\"descFontSize\":16,\"descFontWeight\":\"600\",\"nameSpace\":1,\"block_id\":\"925715e0\",\"iconImage\":{\"url\":\"\",\"alt\":\"InfoBox placeholder img\"},\"imageWidth\":32,\"columnGap\":1,\"borderStyle\":\"\",\"paddingTop\":0,\"paddingBottom\":0,\"paddingLeft\":0,\"paddingRight\":0,\"spacingLink\":true,\"imgpaddingTop\":0,\"imgpaddingRight\":15,\"imgpaddingBottom\":0,\"imgpaddingLeft\":0,\"overallBorderStyle\":\"none\",\"imgTagHeight\":32,\"imgTagWidth\":150} -->\n<div class=\"wp-block-uagb-testimonial uagb-slick-carousel uagb-tm__arrow-outside uagb-block-925715e0 uagb-post__carousel_notset uagb-post__carousel_notset-tablet uagb-post__carousel_notset-mobile\"><div class=\"is-carousel uagb-tm__columns-1 uagb-tm__items\"><div class=\"uagb-testimonial__wrap  uagb-tm__imgicon-style-circle uagb-tm__image-position-bottom uagb-tm__bg-type-none \"><div class=\"uagb-tm__content\"><div class=\"uagb-tm__overlay\"></div><div class=\"uagb-tm__text-wrap\"><div class=\"uagb-tm__desc\">\"Thank you for the most wonderful time, Judy!  This was the most peaceful and perfect place to get engaged!  We will most certainly be back!!!  Your hospitality cannot be topped!\"​</div><div class=\"uagb-tm__meta-inner\"><div class=\"uagb-tm__image-content\"><div class=\"uagb-tm__image\"><img class=\"uagb-tm-img-src\" src=\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/testimonial3-150x150.jpg\" alt=\"\" width=\"32\" height=\"32\" loading=\"lazy\"/></div></div><div class=\"uagb-testimonial-details\"><span class=\"uagb-tm__author-name\"><strong><strong><strong><strong>Brett and Kelly</strong></strong></strong></strong></span><span class=\"uagb-tm__company\"></span></div></div></div></div></div></div></div>\n<!-- /wp:uagb/testimonial --></div>\n<!-- /wp:uagb/container --></div>\n<!-- /wp:uagb/container --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"8df1d5dd\",\"innerContentCustomWidthDesktop\":781,\"innerContentCustomWidthTablet\":781,\"backgroundType\":\"image\",\"backgroundImageDesktop\":{\"id\":809,\"title\":\"26759994757_767d9794fd_b\",\"filename\":\"26759994757_767d9794fd_b.jpg\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/26759994757_767d9794fd_b.jpg\",\"link\":\"https://blueroan.netgen.cloud/?attachment_id=809\",\"alt\":\"\",\"author\":\"2\",\"description\":\"\",\"caption\":\"\",\"name\":\"26759994757_767d9794fd_b\",\"status\":\"inherit\",\"uploadedTo\":805,\"date\":\"2022-12-13T09:51:53.000Z\",\"modified\":\"2022-12-13T09:51:53.000Z\",\"menuOrder\":0,\"mime\":\"image/jpeg\",\"type\":\"image\",\"subtype\":\"jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-includes/images/media/default.png\",\"dateFormatted\":\"December 13, 2022\",\"nonces\":{\"update\":\"39b5c0eef1\",\"delete\":\"fde92abd83\",\"edit\":\"3923face9e\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=809\\u0026action=edit\",\"meta\":false,\"authorName\":\"Netgen Support\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/profile.php\",\"uploadedToTitle\":\"Magaliesburg\",\"uploadedToLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=805\\u0026action=edit\",\"filesizeInBytes\":143610,\"filesizeHumanReadable\":\"140 KB\",\"context\":\"\",\"height\":683,\"width\":1024,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/26759994757_767d9794fd_b-150x150.jpg\",\"orientation\":\"landscape\"},\"medium\":{\"height\":200,\"width\":300,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/26759994757_767d9794fd_b-300x200.jpg\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/26759994757_767d9794fd_b.jpg\",\"height\":683,\"width\":1024,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"backgroundImageColor\":\"rgba(42,42,42,0.65)\",\"topPaddingDesktop\":144,\"bottomPaddingDesktop\":144,\"leftPaddingDesktop\":40,\"rightPaddingDesktop\":40,\"topPaddingTablet\":80,\"bottomPaddingTablet\":80,\"leftPaddingTablet\":40,\"rightPaddingTablet\":40,\"topPaddingMobile\":64,\"bottomPaddingMobile\":64,\"leftPaddingMobile\":24,\"rightPaddingMobile\":24,\"paddingLink\":false,\"variationSelected\":true,\"isBlockRootParent\":true,\"overlayType\":\"color\"} -->\n<div class=\"wp-block-uagb-container uagb-block-8df1d5dd alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/advanced-heading {\"block_id\":\"bafa4e78\",\"classMigrate\":true,\"headingDescToggle\":true,\"headingAlign\":\"center\",\"headingColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"subHeadingColor\":\"var(\\u002d\\u002dast-global-color-4)\",\"headSpace\":20} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-bafa4e78\"><h2 class=\"uagb-heading-text\">Plan an Unforgettable Experience at <br>Blue Roan!</h2><p class=\"uagb-desc-text\">Blue Roan is a 3-star graded pet-friendly venue</p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/advanced-heading {\"block_id\":\"70db6bf0\",\"classMigrate\":true,\"headingTitleToggle\":false,\"headingDescToggle\":true,\"headingAlign\":\"center\",\"subHeadingColor\":\"var(\\u002d\\u002dast-global-color-4)\",\"subHeadTransform\":\"uppercase\",\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"subHeadLetterSpacing\":2,\"blockTopPadding\":60,\"blockRightPadding\":0,\"blockLeftPadding\":0,\"blockBottomPadding\":0,\"blockTopPaddingMobile\":30,\"blockRightPaddingMobile\":0,\"blockLeftPaddingMobile\":0,\"blockBottomPaddingMobile\":0,\"linkColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"linkHColor\":\"var(\\u002d\\u002dast-global-color-0)\"} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-70db6bf0\"><p class=\"uagb-desc-text\"><a href=\"https://book.nightsbridge.com/11065\" target=\"_blank\" rel=\"noreferrer noopener\">BOOK YOUR STAY NOW​</a></p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/icon-list {\"block_id\":\"01277dee\",\"classMigrate\":true,\"childMigrate\":true,\"align\":\"center\",\"parentIcon\":\"phone\",\"size\":40,\"sizeMobile\":24,\"sizeTablet\":32,\"fontSize\":48,\"fontSizeMobile\":28,\"fontSizeTablet\":40,\"fontWeight\":\"600\",\"iconColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"labelColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"blockTopPadding\":0,\"blockRightPadding\":0,\"blockLeftPadding\":0,\"blockBottomPadding\":24,\"blockPaddingLink\":false} -->\n<div class=\"wp-block-uagb-icon-list uagb-block-01277dee\"><div class=\"uagb-icon-list__wrap\"><!-- wp:uagb/icon-list-child {\"block_id\":\"e0f471ab\",\"label\":\" + 27 (0) 82 575 5409\",\"label_color\":\"\",\"link\":\"tel:+27825755409\",\"disableLink\":true,\"fromParentIcon\":\"phone\",\"imageSizeChild\":40} -->\n<div class=\"wp-block-uagb-icon-list-child uagb-block-e0f471ab\"><a target=\"_self\" aria-label=\" + 27 (0) 82 575 5409\" rel=\"noopener noreferrer\" href=\"tel:+27825755409\"> </a><span class=\"uagb-icon-list__source-wrap\"><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M511.2 387l-23.25 100.8c-3.266 14.25-15.79 24.22-30.46 24.22C205.2 512 0 306.8 0 54.5c0-14.66 9.969-27.2 24.22-30.45l100.8-23.25C139.7-2.602 154.7 5.018 160.8 18.92l46.52 108.5c5.438 12.78 1.77 27.67-8.98 36.45L144.5 207.1c33.98 69.22 90.26 125.5 159.5 159.5l44.08-53.8c8.688-10.78 23.69-14.51 36.47-8.975l108.5 46.51C506.1 357.2 514.6 372.4 511.2 387z\"></path></svg></span><span class=\"uagb-icon-list__label\"> + 27 (0) 82 575 5409</span></div>\n<!-- /wp:uagb/icon-list-child -->\n\n<!-- wp:uagb/icon-list-child {\"block_id\":\"e932be29\",\"label\":\"blueroan@ugo.co.za\",\"icon\":\"envelope\",\"label_color\":\"\",\"link\":\"mailto:blueroan@ugo.co.za\",\"disableLink\":true,\"fromParentIcon\":\"phone\",\"imageSizeChild\":40} -->\n<div class=\"wp-block-uagb-icon-list-child uagb-block-e932be29\"><a target=\"_self\" aria-label=\"blueroan@ugo.co.za\" rel=\"noopener noreferrer\" href=\"mailto:blueroan@ugo.co.za\"> </a><span class=\"uagb-icon-list__source-wrap\"><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M464 64C490.5 64 512 85.49 512 112C512 127.1 504.9 141.3 492.8 150.4L275.2 313.6C263.8 322.1 248.2 322.1 236.8 313.6L19.2 150.4C7.113 141.3 0 127.1 0 112C0 85.49 21.49 64 48 64H464zM217.6 339.2C240.4 356.3 271.6 356.3 294.4 339.2L512 176V384C512 419.3 483.3 448 448 448H64C28.65 448 0 419.3 0 384V176L217.6 339.2z\"></path></svg></span><span class=\"uagb-icon-list__label\">blueroan@ugo.co.za</span></div>\n<!-- /wp:uagb/icon-list-child --></div></div>\n<!-- /wp:uagb/icon-list --></div></div>\n<!-- /wp:uagb/container -->',	'Home',	'',	'inherit',	'closed',	'closed',	'',	'760-revision-v1',	'',	'',	'2022-12-22 07:49:25',	'2022-12-22 07:49:25',	'',	760,	'https://blueroan.netgen.cloud/?p=1407',	0,	'revision',	'',	0),
(1408,	2,	'2022-12-22 07:49:53',	'2022-12-22 07:49:53',	'<!-- wp:uagb/container {\"block_id\":\"3736cf55\",\"minHeightDesktop\":95,\"minHeightTablet\":70,\"minHeightMobile\":80,\"minHeightType\":\"vh\",\"alignItemsDesktop\":\"flex-start\",\"backgroundType\":\"image\",\"backgroundImageDesktop\":{\"uploading\":false,\"date\":1670921854000,\"filename\":\"Blue-Roan-pool.jpg\",\"menuOrder\":0,\"uploadedTo\":760,\"type\":\"image\",\"subtype\":\"jpeg\",\"id\":784,\"title\":\"Blue Roan - pool\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Blue-Roan-pool.jpg\",\"link\":\"https://blueroan.netgen.cloud/home/blue-roan-pool/\",\"alt\":\"\",\"author\":\"2\",\"description\":\"\",\"caption\":\"\",\"name\":\"blue-roan-pool\",\"status\":\"inherit\",\"modified\":1670921854000,\"mime\":\"image/jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-includes/images/media/default.png\",\"dateFormatted\":\"December 13, 2022\",\"nonces\":{\"update\":\"51a12ed09e\",\"delete\":\"5174068551\",\"edit\":\"1de0721407\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=784\\u0026action=edit\",\"meta\":false,\"authorName\":\"Netgen Support\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/profile.php\",\"uploadedToTitle\":\"Home\",\"uploadedToLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=760\\u0026action=edit\",\"filesizeInBytes\":154801,\"filesizeHumanReadable\":\"151 KB\",\"context\":\"\",\"height\":667,\"width\":1000,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Blue-Roan-pool-150x150.jpg\",\"orientation\":\"landscape\"},\"medium\":{\"height\":200,\"width\":300,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Blue-Roan-pool-300x200.jpg\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Blue-Roan-pool.jpg\",\"height\":667,\"width\":1000,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"backgroundPositionDesktop\":{\"x\":0.5,\"y\":0.25},\"backgroundImageColor\":\"rgba(42,42,42,0.35)\",\"topPaddingDesktop\":0,\"bottomPaddingDesktop\":0,\"leftPaddingDesktop\":40,\"rightPaddingDesktop\":40,\"topPaddingTablet\":120,\"bottomPaddingTablet\":120,\"leftPaddingTablet\":40,\"rightPaddingTablet\":40,\"topPaddingMobile\":150,\"bottomPaddingMobile\":150,\"leftPaddingMobile\":20,\"rightPaddingMobile\":20,\"paddingLink\":false,\"variationSelected\":true,\"isBlockRootParent\":true,\"overlayType\":\"color\",\"minHeightTypeTablet\":\"vh\",\"minHeightTypeMobile\":\"vh\"} -->\n<div class=\"wp-block-uagb-container uagb-block-3736cf55 alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:group {\"layout\":{\"inherit\":true,\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group\"><!-- wp:uagb/info-box {\"classMigrate\":true,\"headingAlign\":\"left\",\"headingColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"subHeadingColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"headingTag\":\"h1\",\"subHeadFontSize\":17,\"subHeadFontSizeMobile\":15,\"headSpace\":20,\"subHeadSpace\":40,\"block_id\":\"538a3cf0\",\"ctaIcon\":\"\",\"ctaText\":\"Book Your Stay Now\",\"ctaLink\":\"https://book.nightsbridge.com/11065\",\"ctaBtnLinkColor\":\"var(\\u002d\\u002dast-global-color-2)\",\"ctaLinkHoverColor\":\"var(\\u002d\\u002dast-global-color-2)\",\"ctaBgColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"ctaBgHoverColor\":\"var(\\u002d\\u002dast-global-color-4)\",\"ctaBorderColor\":\"\",\"ctaBorderStyle\":\"\",\"ctaBorderWidth\":\"\",\"ctaBorderRadius\":\"\",\"iconImage\":{\"url\":\"\",\"alt\":\"InfoBox placeholder img\"},\"showIcon\":false,\"paddingBtnTop\":18,\"paddingBtnBottom\":18,\"paddingBtnLeft\":34,\"paddingBtnRight\":34,\"blockTopPadding\":5,\"blockRightPadding\":40,\"blockLeftPadding\":0,\"blockBottomPadding\":0,\"blockTopPaddingTablet\":0,\"blockRightPaddingTablet\":64,\"blockLeftPaddingTablet\":0,\"blockBottomPaddingTablet\":0,\"blockTopPaddingMobile\":0,\"blockRightPaddingMobile\":0,\"blockLeftPaddingMobile\":0,\"blockBottomPaddingMobile\":0,\"blockPaddingUnit\":\"%\",\"blockPaddingLink\":false,\"subHeadMarginTopTablet\":0,\"subHeadMarginRightTablet\":64,\"subHeadTabletSpace\":40,\"subHeadMarginLeftTablet\":0,\"subHeadMarginTopMobile\":0,\"subHeadMarginRightMobile\":0,\"subHeadMobileSpace\":40,\"subHeadMarginLeftMobile\":0,\"btnBorderTopWidth\":1,\"btnBorderLeftWidth\":1,\"btnBorderRightWidth\":1,\"btnBorderBottomWidth\":1,\"btnBorderTopLeftRadius\":0,\"btnBorderTopRightRadius\":0,\"btnBorderBottomLeftRadius\":0,\"btnBorderBottomRightRadius\":0,\"btnBorderStyle\":\"none\",\"btnBorderColor\":\"#333\"} -->\n<div class=\"wp-block-uagb-info-box uagb-block-538a3cf0 uagb-infobox__content-wrap  uagb-infobox-icon-above-title uagb-infobox-image-valign-top\"><div class=\"uagb-ifb-content\"><div class=\"uagb-ifb-title-wrap\"><h1 class=\"uagb-ifb-title\">Magaliesburg pet friendly self-catering accommodation</h1></div><p class=\"uagb-ifb-desc\">Romantic pet-friendly self-catering accommodation in Magaliesburg, Gauteng.</p></div></div>\n<!-- /wp:uagb/info-box --></div>\n<!-- /wp:group -->\n\n<!-- wp:buttons {\"layout\":{\"type\":\"flex\",\"justifyContent\":\"left\",\"orientation\":\"horizontal\"},\"style\":{\"spacing\":{\"blockGap\":\"var:preset|spacing|50\"}}} -->\n<div class=\"wp-block-buttons\"><!-- wp:button {\"backgroundColor\":\"ast-global-color-5\",\"textColor\":\"ast-global-color-2\",\"width\":25,\"style\":{\"spacing\":{\"padding\":{\"top\":\"var:preset|spacing|50\",\"right\":\"var:preset|spacing|30\",\"bottom\":\"var:preset|spacing|50\",\"left\":\"var:preset|spacing|30\"}}},\"className\":\"is-style-fill\",\"UAGHideMob\":true,\"UAGHideTab\":true,\"UAGResponsiveConditions\":true} -->\n<div class=\"wp-block-button has-custom-width wp-block-button__width-25 is-style-fill uag-hide-tab uag-hide-mob\" id=\"https://book.nightsbridge.com/11065\"><a class=\"wp-block-button__link has-ast-global-color-2-color has-ast-global-color-5-background-color has-text-color has-background wp-element-button\" href=\"https://book.nightsbridge.com/11065\" style=\"padding-top:var(--wp--preset--spacing--50);padding-right:var(--wp--preset--spacing--30);padding-bottom:var(--wp--preset--spacing--50);padding-left:var(--wp--preset--spacing--30)\" rel=\"https://book.nightsbridge.com/11065\">book your stay now</a></div>\n<!-- /wp:button -->\n\n<!-- wp:button {\"backgroundColor\":\"ast-global-color-5\",\"textColor\":\"ast-global-color-2\",\"width\":25,\"style\":{\"spacing\":{\"padding\":{\"top\":\"var:preset|spacing|50\",\"right\":\"var:preset|spacing|30\",\"bottom\":\"var:preset|spacing|50\",\"left\":\"var:preset|spacing|30\"}}},\"className\":\"is-style-fill\",\"UAGHideMob\":true,\"UAGHideTab\":true,\"UAGDisplayConditions\":\"userstate\",\"UAGResponsiveConditions\":true} -->\n<div class=\"wp-block-button has-custom-width wp-block-button__width-25 is-style-fill uag-hide-tab uag-hide-mob\" id=\"https://book.nightsbridge.com/11065\"><a class=\"wp-block-button__link has-ast-global-color-2-color has-ast-global-color-5-background-color has-text-color has-background wp-element-button\" href=\"https://book.nightsbridge.com/11065\" style=\"padding-top:var(--wp--preset--spacing--50);padding-right:var(--wp--preset--spacing--30);padding-bottom:var(--wp--preset--spacing--50);padding-left:var(--wp--preset--spacing--30)\" target=\"_blank\" rel=\"https://book.nightsbridge.com/11065 noopener\">Check availability</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons -->\n\n<!-- wp:buttons {\"layout\":{\"type\":\"flex\",\"justifyContent\":\"left\",\"orientation\":\"horizontal\"},\"style\":{\"spacing\":{\"blockGap\":\"var:preset|spacing|50\"}}} -->\n<div class=\"wp-block-buttons\"><!-- wp:button {\"backgroundColor\":\"ast-global-color-5\",\"textColor\":\"ast-global-color-2\",\"width\":50,\"style\":{\"spacing\":{\"padding\":{\"top\":\"var:preset|spacing|20\",\"right\":\"var:preset|spacing|20\",\"bottom\":\"var:preset|spacing|20\",\"left\":\"var:preset|spacing|20\"}},\"border\":{\"radius\":\"0px\"}},\"className\":\"is-style-fill\",\"fontSize\":\"small\",\"UAGHideDesktop\":true,\"UAGHideTab\":true,\"UAGResponsiveConditions\":true} -->\n<div class=\"wp-block-button has-custom-width wp-block-button__width-50 has-custom-font-size is-style-fill has-small-font-size uag-hide-desktop uag-hide-tab\"><a class=\"wp-block-button__link has-ast-global-color-2-color has-ast-global-color-5-background-color has-text-color has-background wp-element-button\" href=\"https://book.nightsbridge.com/11065\" style=\"border-radius:0px;padding-top:var(--wp--preset--spacing--20);padding-right:var(--wp--preset--spacing--20);padding-bottom:var(--wp--preset--spacing--20);padding-left:var(--wp--preset--spacing--20)\" rel=\"\">book your stay now</a></div>\n<!-- /wp:button -->\n\n<!-- wp:button {\"backgroundColor\":\"ast-global-color-5\",\"textColor\":\"ast-global-color-2\",\"width\":50,\"style\":{\"spacing\":{\"padding\":{\"top\":\"var:preset|spacing|20\",\"right\":\"var:preset|spacing|20\",\"bottom\":\"var:preset|spacing|20\",\"left\":\"var:preset|spacing|20\"}},\"border\":{\"radius\":\"0px\"}},\"className\":\"is-style-fill\",\"fontSize\":\"small\",\"UAGHideDesktop\":true,\"UAGHideTab\":true,\"UAGResponsiveConditions\":true} -->\n<div class=\"wp-block-button has-custom-width wp-block-button__width-50 has-custom-font-size is-style-fill has-small-font-size uag-hide-desktop uag-hide-tab\"><a class=\"wp-block-button__link has-ast-global-color-2-color has-ast-global-color-5-background-color has-text-color has-background wp-element-button\" href=\"https://book.nightsbridge.com/11065\" style=\"border-radius:0px;padding-top:var(--wp--preset--spacing--20);padding-right:var(--wp--preset--spacing--20);padding-bottom:var(--wp--preset--spacing--20);padding-left:var(--wp--preset--spacing--20)\" rel=\"\">Check availability</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons -->\n\n<!-- wp:buttons -->\n<div class=\"wp-block-buttons\"></div>\n<!-- /wp:buttons --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"946316ca\",\"directionDesktop\":\"row\",\"directionMobile\":\"column-reverse\",\"alignItemsDesktop\":\"flex-start\",\"backgroundType\":\"color\",\"backgroundSizeTablet\":\"cover\",\"backgroundSizeMobile\":\"cover\",\"backgroundColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"topPaddingDesktop\":60,\"bottomPaddingDesktop\":60,\"topPaddingTablet\":80,\"bottomPaddingTablet\":80,\"leftPaddingTablet\":40,\"rightPaddingTablet\":40,\"topPaddingMobile\":64,\"bottomPaddingMobile\":64,\"leftPaddingMobile\":24,\"rightPaddingMobile\":24,\"paddingLink\":false,\"variationSelected\":true,\"columnGapDesktop\":60,\"columnGapTablet\":50,\"isBlockRootParent\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-946316ca alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/container {\"block_id\":\"8bce9bcc\",\"widthDesktop\":50,\"variationSelected\":true,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-8bce9bcc\"><!-- wp:image {\"id\":797,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-13.jpg\" alt=\"\" class=\"wp-image-797\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>We have 7 lovely brick&nbsp;<strong>self-catering</strong>&nbsp;units, each one private and with its own character and theme. &nbsp;They are designed exclusively for couples with or without pets wanting a romantic and peaceful place to connect, re-connect, celebrate special occasions, or somewhere quiet and comfortable to come for a holiday</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:buttons -->\n<div class=\"wp-block-buttons\"><!-- wp:button -->\n<div class=\"wp-block-button\"><a class=\"wp-block-button__link wp-element-button\" href=\"/accommodation/\">View accomodation</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"a7aae10a\",\"widthDesktop\":50,\"leftPaddingDesktop\":0,\"paddingLink\":false,\"variationSelected\":true,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-a7aae10a\"><!-- wp:uagb/advanced-heading {\"block_id\":\"778f74e0\",\"classMigrate\":true,\"headingDescToggle\":true,\"subHeadingColor\":\"\",\"headSpace\":20,\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-778f74e0\"><h2 class=\"uagb-heading-text\"><strong>Blue Roan is a 3-star graded pet-friendly venue</strong></h2><p class=\"uagb-desc-text\">Our goal is to provide high-quality, romantic, comfortable, and affordable self-catering accommodation on the outskirts of the village of &nbsp;Magaliesburg. &nbsp;For animal lovers, we are also&nbsp;pet-friendly&nbsp;by arrangement in most of the units all of which have their own fully fenced and gated private grassy gardens.</p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/image {\"block_id\":\"93b05e48\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/hammock-in-the-garden.jpg\",\"align\":\"left\",\"id\":799,\"linkDestination\":\"none\",\"naturalWidth\":600,\"naturalHeight\":400,\"sizeSlug\":\"full\",\"sizeSlugTablet\":\"full\",\"sizeSlugMobile\":\"full\",\"imageTopMargin\":20,\"imageRightMargin\":0,\"imageLeftMargin\":0,\"imageBottomMargin\":0,\"imageTopMarginMobile\":0,\"imageRightMarginMobile\":0,\"imageLeftMarginMobile\":0,\"imageBottomMarginMobile\":0,\"imageMarginLink\":false} -->\n<div class=\"wp-block-uagb-image uagb-block-93b05e48 wp-block-uagb-image--layout-default wp-block-uagb-image--effect-static wp-block-uagb-image--align-left\"><figure class=\"wp-block-uagb-image__figure\"><img srcset=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/hammock-in-the-garden.jpg \" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/hammock-in-the-garden.jpg\" alt=\"\" class=\"uag-image-799\" width=\"\" height=\"\" title=\"\" loading=\"lazy\"/></figure></div>\n<!-- /wp:uagb/image --></div>\n<!-- /wp:uagb/container --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"cd184d5c\",\"directionDesktop\":\"row\",\"directionMobile\":\"column-reverse\",\"alignItemsDesktop\":\"flex-start\",\"backgroundType\":\"color\",\"backgroundSizeTablet\":\"cover\",\"backgroundSizeMobile\":\"cover\",\"backgroundColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"topPaddingDesktop\":0,\"bottomPaddingDesktop\":0,\"topPaddingTablet\":80,\"bottomPaddingTablet\":80,\"leftPaddingTablet\":40,\"rightPaddingTablet\":40,\"topPaddingMobile\":64,\"bottomPaddingMobile\":64,\"leftPaddingMobile\":24,\"rightPaddingMobile\":24,\"paddingLink\":false,\"variationSelected\":true,\"rowGapDesktop\":0,\"columnGapDesktop\":0,\"columnGapTablet\":50,\"isBlockRootParent\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-cd184d5c alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:image {\"align\":\"center\",\"id\":1344,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image aligncenter size-large\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/tgcsa-full-3-stars-1024x366.jpg\" alt=\"\" class=\"wp-image-1344\"/></figure>\n<!-- /wp:image --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"d33c8ed2\",\"backgroundType\":\"color\",\"backgroundSizeTablet\":\"cover\",\"backgroundSizeMobile\":\"cover\",\"backgroundColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"topPaddingDesktop\":50,\"bottomPaddingDesktop\":100,\"topPaddingTablet\":50,\"bottomPaddingTablet\":25,\"leftPaddingTablet\":20,\"rightPaddingTablet\":20,\"topPaddingMobile\":50,\"bottomPaddingMobile\":20,\"leftPaddingMobile\":20,\"rightPaddingMobile\":20,\"paddingLink\":false,\"variationSelected\":true,\"rowGapDesktop\":0,\"isBlockRootParent\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-d33c8ed2 alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/container {\"block_id\":\"24d3a247\",\"directionDesktop\":\"row\",\"alignItemsDesktop\":\"flex-end\",\"alignItemsTablet\":\"flex-end\",\"justifyContentDesktop\":\"flex-end\",\"justifyContentTablet\":\"space-between\",\"variationSelected\":true,\"rowGapMobile\":30,\"columnGapDesktop\":0} -->\n<div class=\"wp-block-uagb-container uagb-block-24d3a247\"><!-- wp:uagb/advanced-heading {\"block_id\":\"ee247e9f\",\"classMigrate\":true,\"headingDescToggle\":true,\"subHeadingColor\":\"\",\"headSpace\":20,\"subHeadFontSize\":16} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-ee247e9f\"><h2 class=\"uagb-heading-text\">Amenities &amp; Interests ​</h2><p class=\"uagb-desc-text\">The Blue Roan Country Lodge is situated just 5 minutes from the village of Magaliesburg on a tar road so easy access for all cars. &nbsp;We have panoramic views of the Magaliesberg mountain range and our farm is the perfect place for a relaxing getaway in the country. &nbsp;As we are only 70 km from JHB and Pretoria, it is only an hour’s drive.</p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/buttons {\"block_id\":\"d408f0bf\",\"classMigrate\":true,\"childMigrate\":true,\"align\":\"right\",\"alignTablet\":\"right\",\"alignMobile\":\"left\",\"gap\":0} -->\n<div class=\"wp-block-uagb-buttons uagb-buttons__outer-wrap uagb-btn__default-btn uagb-btn-tablet__default-btn uagb-btn-mobile__default-btn uagb-block-d408f0bf\"><div class=\"uagb-buttons__wrap uagb-buttons-layout-wrap\"><!-- wp:uagb/buttons-child {\"block_id\":\"4191e99c\",\"label\":\"View All\",\"link\":\"/amenities/\",\"hColor\":\"\",\"borderWidth\":\"\",\"borderRadius\":\"\",\"borderStyle\":\"\",\"borderColor\":\"\",\"borderHColor\":\"\",\"btnBorderTopWidth\":1,\"btnBorderLeftWidth\":1,\"btnBorderRightWidth\":1,\"btnBorderBottomWidth\":1,\"btnBorderTopLeftRadius\":2,\"btnBorderTopRightRadius\":2,\"btnBorderBottomLeftRadius\":2,\"btnBorderBottomRightRadius\":2,\"btnBorderStyle\":\"solid\",\"btnBorderColor\":\"#333\",\"btnBorderHColor\":\"#333\"} -->\n<div class=\"wp-block-uagb-buttons-child uagb-buttons__outer-wrap uagb-block-4191e99c wp-block-button is-style-outline\"><div class=\"uagb-button__wrapper\"><a class=\"uagb-buttons-repeater wp-block-button__link\" href=\"/amenities/\" rel=\"follow noopener\" target=\"_self\"><div class=\"uagb-button__link\">View All</div></a></div></div>\n<!-- /wp:uagb/buttons-child --></div></div>\n<!-- /wp:uagb/buttons --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"c8b61dc6\",\"directionDesktop\":\"row\",\"alignItemsTablet\":\"flex-start\",\"paddingLink\":false,\"topMarginDesktop\":50,\"bottomMarginDesktop\":20,\"leftMarginDesktop\":0,\"rightMarginDesktop\":0,\"marginLink\":false,\"variationSelected\":true,\"rowGapMobile\":65,\"columnGapDesktop\":48,\"columnGapTablet\":20} -->\n<div class=\"wp-block-uagb-container uagb-block-c8b61dc6\"><!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"align\":\"center\",\"id\":828,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image aligncenter size-full\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Blue-Roan-pool.png\" alt=\"Blue Roan\'s rock pool\" class=\"wp-image-828\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>A relaxing rock Pool​</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>We have a lovely sparkling blue rock pool next to a thatched Lapa. &nbsp;&nbsp;Lie on recliners on the green lawn or sit on the swing chair in the Lapa and enjoy the panoramic view of the Magaliesberg mountain range.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":829,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/img-20160605-wa0002-largejpg.png\" alt=\"\" class=\"wp-image-829\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>Braai facilities </h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>What can compare to a burning fire under the star-lit African sky? Nothing beats the flavor of cooking over an open flame.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":1354,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Games-Room.png\" alt=\"\" class=\"wp-image-1354\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>A games room </h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>The reception is also a games room for those who enjoy darts or playing pool. &nbsp;Take a selection of DVDs back to your room and watch movies on your own DVD player. &nbsp;There is also a selection of board games and music CDs that you can borrow.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div>\n<!-- /wp:uagb/container --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"a50e9e1c\",\"backgroundType\":\"color\",\"backgroundSizeTablet\":\"cover\",\"backgroundSizeMobile\":\"cover\",\"backgroundColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"bottomPaddingDesktop\":104,\"leftPaddingDesktop\":40,\"rightPaddingDesktop\":40,\"topPaddingTablet\":80,\"bottomPaddingTablet\":80,\"leftPaddingTablet\":40,\"rightPaddingTablet\":40,\"topPaddingMobile\":64,\"bottomPaddingMobile\":64,\"leftPaddingMobile\":24,\"rightPaddingMobile\":24,\"paddingLink\":false,\"variationSelected\":true,\"rowGapDesktop\":0,\"isBlockRootParent\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-a50e9e1c alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/advanced-heading {\"block_id\":\"ab7fe430\",\"classMigrate\":true,\"headingDescToggle\":true,\"headingAlign\":\"center\",\"headingAlignMobile\":\"left\",\"subHeadingColor\":\"\",\"headSpace\":20,\"subHeadFontSize\":16,\"blockBottomPadding\":20} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-ab7fe430\"><h2 class=\"uagb-heading-text\">Our Inside Pictures​</h2><p class=\"uagb-desc-text\">Take a look at some pretty pictures captured in and around our premises.</p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/container {\"block_id\":\"87f71278\",\"directionDesktop\":\"row\",\"alignItemsDesktop\":\"flex-start\",\"topMarginDesktop\":20,\"bottomMarginDesktop\":0,\"leftMarginDesktop\":0,\"rightMarginDesktop\":0,\"marginLink\":false,\"variationSelected\":true,\"rowGapMobile\":24,\"columnGapDesktop\":24,\"columnGapTablet\":20} -->\n<div class=\"wp-block-uagb-container uagb-block-87f71278\"><!-- wp:uagb/container {\"block_id\":\"62a977e4\",\"widthDesktop\":32,\"variationSelected\":true,\"rowGapDesktop\":24,\"rowGapTablet\":20,\"rowGapMobile\":24,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-62a977e4\"><!-- wp:uagb/image {\"block_id\":\"9285533f\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/red-rose-1024x683.jpg\",\"id\":834,\"linkDestination\":\"none\",\"width\":385,\"height\":284,\"naturalWidth\":1024,\"naturalHeight\":683,\"sizeSlug\":\"large\",\"sizeSlugTablet\":\"large\",\"sizeSlugMobile\":\"large\",\"customHeightSetDesktop\":true} -->\n<div class=\"wp-block-uagb-image uagb-block-9285533f wp-block-uagb-image--layout-default wp-block-uagb-image--effect-static wp-block-uagb-image--align-none\"><figure class=\"wp-block-uagb-image__figure\"><img srcset=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/red-rose-1024x683.jpg \" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/red-rose-1024x683.jpg\" alt=\"\" class=\"uag-image-834\" width=\"385\" height=\"284\" title=\"\" loading=\"lazy\"/></figure></div>\n<!-- /wp:uagb/image -->\n\n<!-- wp:uagb/image {\"block_id\":\"c1306b1e\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/49g.jpg\",\"id\":838,\"linkDestination\":\"none\",\"width\":385,\"height\":284,\"naturalWidth\":650,\"naturalHeight\":450,\"sizeSlug\":\"full\",\"sizeSlugTablet\":\"full\",\"sizeSlugMobile\":\"full\",\"customHeightSetDesktop\":true} -->\n<div class=\"wp-block-uagb-image uagb-block-c1306b1e wp-block-uagb-image--layout-default wp-block-uagb-image--effect-static wp-block-uagb-image--align-none\"><figure class=\"wp-block-uagb-image__figure\"><img srcset=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/49g.jpg \" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/49g.jpg\" alt=\"\" class=\"uag-image-838\" width=\"385\" height=\"284\" title=\"\" loading=\"lazy\"/></figure></div>\n<!-- /wp:uagb/image --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"9fa62928\",\"widthDesktop\":67,\"variationSelected\":true,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-9fa62928\"><!-- wp:uagb/image {\"block_id\":\"75943cd3\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAA39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba-1-1024x768.png\",\"id\":905,\"linkDestination\":\"none\",\"naturalWidth\":1024,\"naturalHeight\":768,\"sizeSlug\":\"large\",\"sizeSlugTablet\":\"large\",\"sizeSlugMobile\":\"large\"} -->\n<div class=\"wp-block-uagb-image uagb-block-75943cd3 wp-block-uagb-image--layout-default wp-block-uagb-image--effect-static wp-block-uagb-image--align-none\"><figure class=\"wp-block-uagb-image__figure\"><img srcset=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAA39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba-1-1024x768.png \" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAA39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba-1-1024x768.png\" alt=\"\" class=\"uag-image-905\" width=\"\" height=\"\" title=\"\" loading=\"lazy\"/></figure></div>\n<!-- /wp:uagb/image --></div>\n<!-- /wp:uagb/container --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"bf4bac8c\",\"directionDesktop\":\"row\",\"alignItemsDesktop\":\"flex-start\",\"topMarginDesktop\":24,\"bottomMarginDesktop\":0,\"leftMarginDesktop\":0,\"rightMarginDesktop\":0,\"topMarginTablet\":20,\"bottomMarginTablet\":0,\"leftMarginTablet\":0,\"rightMarginTablet\":0,\"topMarginMobile\":24,\"bottomMarginMobile\":0,\"leftMarginMobile\":0,\"rightMarginMobile\":0,\"marginLink\":false,\"variationSelected\":true,\"columnGapDesktop\":24,\"columnGapTablet\":20} -->\n<div class=\"wp-block-uagb-container uagb-block-bf4bac8c\"><!-- wp:uagb/container {\"block_id\":\"21b41f28\",\"widthDesktop\":67,\"variationSelected\":true,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-21b41f28\"><!-- wp:image {\"id\":837,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-8-1024x678.jpg\" alt=\"\" class=\"wp-image-837\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"11018c67\",\"widthDesktop\":32,\"variationSelected\":true,\"rowGapDesktop\":24,\"rowGapTablet\":20,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-11018c67\"><!-- wp:uagb/image {\"block_id\":\"8e5ca423\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Blue-roan-pool-01.jpg\",\"id\":782,\"linkDestination\":\"none\",\"width\":385,\"height\":250,\"naturalWidth\":800,\"naturalHeight\":534,\"sizeSlug\":\"full\",\"sizeSlugTablet\":\"full\",\"sizeSlugMobile\":\"full\",\"customHeightSetDesktop\":true} -->\n<div class=\"wp-block-uagb-image uagb-block-8e5ca423 wp-block-uagb-image--layout-default wp-block-uagb-image--effect-static wp-block-uagb-image--align-none\"><figure class=\"wp-block-uagb-image__figure\"><img srcset=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Blue-roan-pool-01.jpg \" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Blue-roan-pool-01.jpg\" alt=\"\" class=\"uag-image-782\" width=\"385\" height=\"250\" title=\"\" loading=\"lazy\"/></figure></div>\n<!-- /wp:uagb/image -->\n\n<!-- wp:uagb/image {\"block_id\":\"c486a813\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/bird-1024x683.jpg\",\"id\":910,\"linkDestination\":\"none\",\"width\":385,\"height\":250,\"naturalWidth\":1024,\"naturalHeight\":683,\"sizeSlug\":\"large\",\"sizeSlugTablet\":\"large\",\"sizeSlugMobile\":\"large\",\"customHeightSetDesktop\":true} -->\n<div class=\"wp-block-uagb-image uagb-block-c486a813 wp-block-uagb-image--layout-default wp-block-uagb-image--effect-static wp-block-uagb-image--align-none\"><figure class=\"wp-block-uagb-image__figure\"><img srcset=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/bird-1024x683.jpg \" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/bird-1024x683.jpg\" alt=\"\" class=\"uag-image-910\" width=\"385\" height=\"250\" title=\"\" loading=\"lazy\"/></figure></div>\n<!-- /wp:uagb/image --></div>\n<!-- /wp:uagb/container --></div>\n<!-- /wp:uagb/container --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"b88af430\",\"backgroundType\":\"color\",\"backgroundSizeTablet\":\"cover\",\"backgroundSizeMobile\":\"cover\",\"backgroundColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"topPaddingDesktop\":40,\"bottomPaddingDesktop\":104,\"leftPaddingDesktop\":40,\"rightPaddingDesktop\":40,\"topPaddingTablet\":80,\"bottomPaddingTablet\":80,\"leftPaddingTablet\":40,\"rightPaddingTablet\":40,\"topPaddingMobile\":64,\"bottomPaddingMobile\":64,\"leftPaddingMobile\":24,\"rightPaddingMobile\":24,\"paddingLink\":false,\"variationSelected\":true,\"rowGapDesktop\":0,\"isBlockRootParent\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-b88af430 alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/advanced-heading {\"block_id\":\"ce69ddff\",\"classMigrate\":true,\"headingDescToggle\":true,\"headingAlign\":\"center\",\"headingAlignMobile\":\"left\",\"subHeadingColor\":\"\",\"headSpace\":20,\"subHeadFontSize\":16,\"blockBottomPadding\":20} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-ce69ddff\"><h2 class=\"uagb-heading-text\">What Our Guests Say​</h2><p class=\"uagb-desc-text\">We take pride in serving our guests the best experience. </p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/container {\"block_id\":\"379febb0\",\"directionDesktop\":\"row\",\"topMarginDesktop\":40,\"bottomMarginDesktop\":0,\"leftMarginDesktop\":0,\"rightMarginDesktop\":0,\"marginLink\":false,\"variationSelected\":true,\"rowGapMobile\":40,\"columnGapDesktop\":90} -->\n<div class=\"wp-block-uagb-container uagb-block-379febb0\"><!-- wp:uagb/container {\"block_id\":\"a55e6f7f\",\"widthDesktop\":50,\"variationSelected\":true,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-a55e6f7f\"><!-- wp:uagb/testimonial {\"test_item_count\":1,\"classMigrate\":true,\"test_block\":[{\"description\":\"\\u0022Thank you for a most enjoyable weekend stay and for making our anniversary so special.  Thank you for your kind and lovely friendship which we really appreciate!!!\\u0022​\",\"name\":\"\\u003cstrong\\u003eBrenda and Theuns\\u003c/strong\\u003e\",\"company\":\"\",\"image\":{\"id\":119,\"title\":\"testimonial1\",\"filename\":\"testimonial1.jpg\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/testimonial1.jpg\",\"link\":\"https://blueroan.netgen.cloud/testimonial1/\",\"alt\":\"\",\"author\":\"34\",\"description\":\"\",\"caption\":\"\",\"name\":\"testimonial1\",\"status\":\"inherit\",\"uploadedTo\":0,\"date\":\"2021-05-11T05:02:02.000Z\",\"modified\":\"2021-05-11T05:02:02.000Z\",\"menuOrder\":0,\"mime\":\"image/jpeg\",\"type\":\"image\",\"subtype\":\"jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/default.png\",\"dateFormatted\":\"May 11, 2021\",\"nonces\":{\"update\":\"b92fe40c3d\",\"delete\":\"643c1eb8f1\",\"edit\":\"d3e7d56b1d\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=119\\u0026action=edit\",\"meta\":false,\"authorName\":\"Rishabh\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/user-edit.php?user_id=34\",\"filesizeInBytes\":11264,\"filesizeHumanReadable\":\"11 KB\",\"context\":\"\",\"height\":250,\"width\":250,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/testimonial1-150x150.jpg\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/testimonial1.jpg\",\"height\":250,\"width\":250,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}}}],\"headingAlign\":\"left\",\"headingAlignTablet\":\"left\",\"headingAlignMobile\":\"left\",\"descColor\":\"var(\\u002d\\u002dast-global-color-3)\",\"nameFontSize\":14,\"nameLineHeight\":1,\"descFontSize\":16,\"descFontWeight\":\"600\",\"nameSpace\":1,\"block_id\":\"6bdaeadf\",\"iconImage\":{\"url\":\"\",\"alt\":\"InfoBox placeholder img\"},\"imageWidth\":32,\"columnGap\":1,\"borderStyle\":\"\",\"paddingTop\":0,\"paddingBottom\":0,\"paddingLeft\":0,\"paddingRight\":0,\"spacingLink\":true,\"imgpaddingTop\":0,\"imgpaddingRight\":15,\"imgpaddingBottom\":0,\"imgpaddingLeft\":0,\"overallBorderStyle\":\"none\",\"imgTagHeight\":32,\"imgTagWidth\":150} -->\n<div class=\"wp-block-uagb-testimonial uagb-slick-carousel uagb-tm__arrow-outside uagb-block-6bdaeadf uagb-post__carousel_notset uagb-post__carousel_notset-tablet uagb-post__carousel_notset-mobile\"><div class=\"is-carousel uagb-tm__columns-1 uagb-tm__items\"><div class=\"uagb-testimonial__wrap  uagb-tm__imgicon-style-circle uagb-tm__image-position-bottom uagb-tm__bg-type-none \"><div class=\"uagb-tm__content\"><div class=\"uagb-tm__overlay\"></div><div class=\"uagb-tm__text-wrap\"><div class=\"uagb-tm__desc\">\"Thank you for a most enjoyable weekend stay and for making our anniversary so special.  Thank you for your kind and lovely friendship which we really appreciate!!!\"​</div><div class=\"uagb-tm__meta-inner\"><div class=\"uagb-tm__image-content\"><div class=\"uagb-tm__image\"><img class=\"uagb-tm-img-src\" src=\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/testimonial1-150x150.jpg\" alt=\"\" width=\"32\" height=\"32\" loading=\"lazy\"/></div></div><div class=\"uagb-testimonial-details\"><span class=\"uagb-tm__author-name\"><strong>Brenda and Theuns</strong></span><span class=\"uagb-tm__company\"></span></div></div></div></div></div></div></div>\n<!-- /wp:uagb/testimonial -->\n\n<!-- wp:uagb/testimonial {\"test_item_count\":1,\"classMigrate\":true,\"test_block\":[{\"description\":\"\\u0022Breaking away from city life and coming out to a most wonderful romantic weekend away.  The unit is so comfortable.  Thank you for your great hospitality - we had an awesome time here.  Go well - with love\\u0022​\",\"name\":\"\\u003cstrong\\u003e\\u003cstrong\\u003e\\u003cstrong\\u003eLiz \\u0026amp; Eddie\\u003c/strong\\u003e\\u003c/strong\\u003e\\u003c/strong\\u003e\",\"company\":\"\",\"image\":{\"id\":122,\"title\":\"testimonial4\",\"filename\":\"testimonial4.jpg\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/testimonial4.jpg\",\"link\":\"https://blueroan.netgen.cloud/testimonial4/\",\"alt\":\"\",\"author\":\"34\",\"description\":\"\",\"caption\":\"\",\"name\":\"testimonial4\",\"status\":\"inherit\",\"uploadedTo\":0,\"date\":\"2021-05-11T05:02:06.000Z\",\"modified\":\"2021-05-11T05:02:06.000Z\",\"menuOrder\":0,\"mime\":\"image/jpeg\",\"type\":\"image\",\"subtype\":\"jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/default.png\",\"dateFormatted\":\"May 11, 2021\",\"nonces\":{\"update\":\"4e34860add\",\"delete\":\"9e126a55cd\",\"edit\":\"33ffd3c040\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=122\\u0026action=edit\",\"meta\":false,\"authorName\":\"Rishabh\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/user-edit.php?user_id=34\",\"filesizeInBytes\":16584,\"filesizeHumanReadable\":\"16 KB\",\"context\":\"\",\"height\":250,\"width\":250,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/testimonial4-150x150.jpg\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/testimonial4.jpg\",\"height\":250,\"width\":250,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}}}],\"headingAlign\":\"left\",\"headingAlignTablet\":\"left\",\"headingAlignMobile\":\"left\",\"descColor\":\"var(\\u002d\\u002dast-global-color-3)\",\"nameFontSize\":14,\"nameLineHeight\":1,\"descFontSize\":16,\"descFontWeight\":\"600\",\"nameSpace\":1,\"block_id\":\"c1a28725\",\"iconImage\":{\"url\":\"\",\"alt\":\"InfoBox placeholder img\"},\"imageWidth\":32,\"columnGap\":1,\"borderStyle\":\"\",\"paddingTop\":0,\"paddingBottom\":0,\"paddingLeft\":0,\"paddingRight\":0,\"spacingLink\":true,\"imgpaddingTop\":0,\"imgpaddingRight\":15,\"imgpaddingBottom\":0,\"imgpaddingLeft\":0,\"overallBorderStyle\":\"none\",\"imgTagHeight\":32,\"imgTagWidth\":150} -->\n<div class=\"wp-block-uagb-testimonial uagb-slick-carousel uagb-tm__arrow-outside uagb-block-c1a28725 uagb-post__carousel_notset uagb-post__carousel_notset-tablet uagb-post__carousel_notset-mobile\"><div class=\"is-carousel uagb-tm__columns-1 uagb-tm__items\"><div class=\"uagb-testimonial__wrap  uagb-tm__imgicon-style-circle uagb-tm__image-position-bottom uagb-tm__bg-type-none \"><div class=\"uagb-tm__content\"><div class=\"uagb-tm__overlay\"></div><div class=\"uagb-tm__text-wrap\"><div class=\"uagb-tm__desc\">\"Breaking away from city life and coming out to a most wonderful romantic weekend away.  The unit is so comfortable.  Thank you for your great hospitality - we had an awesome time here.  Go well - with love\"​</div><div class=\"uagb-tm__meta-inner\"><div class=\"uagb-tm__image-content\"><div class=\"uagb-tm__image\"><img class=\"uagb-tm-img-src\" src=\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/testimonial4-150x150.jpg\" alt=\"\" width=\"32\" height=\"32\" loading=\"lazy\"/></div></div><div class=\"uagb-testimonial-details\"><span class=\"uagb-tm__author-name\"><strong><strong><strong>Liz &amp; Eddie</strong></strong></strong></span><span class=\"uagb-tm__company\"></span></div></div></div></div></div></div></div>\n<!-- /wp:uagb/testimonial --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"9bc6419f\",\"widthDesktop\":50,\"variationSelected\":true,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-9bc6419f\"><!-- wp:uagb/testimonial {\"test_item_count\":1,\"classMigrate\":true,\"test_block\":[{\"description\":\"\\u0022Judy, what a wonderful place you have here - we were so delighted to spend the weekend here, so tranquil, peaceful, and beautiful. You made us feel right at home. Definitely a place worth 5 stars! Go well.\\u0022​\",\"name\":\"\\u003cstrong\\u003e\\u003cstrong\\u003eBrian\\u003c/strong\\u003e\\u003c/strong\\u003e \\u003cstrong\\u003e\\u003cstrong\\u003e\\u003cstrong\\u003eand \\u003cstrong\\u003eMariska\\u003c/strong\\u003e\\u003c/strong\\u003e\\u003cbr\\u003e\\u003c/strong\\u003e\\u003c/strong\\u003e\",\"company\":\"\",\"image\":{\"id\":120,\"title\":\"testimonial2\",\"filename\":\"testimonial2.jpg\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/testimonial2.jpg\",\"link\":\"https://blueroan.netgen.cloud/testimonial2/\",\"alt\":\"\",\"author\":\"34\",\"description\":\"\",\"caption\":\"\",\"name\":\"testimonial2\",\"status\":\"inherit\",\"uploadedTo\":0,\"date\":\"2021-05-11T05:02:03.000Z\",\"modified\":\"2021-05-11T05:02:03.000Z\",\"menuOrder\":0,\"mime\":\"image/jpeg\",\"type\":\"image\",\"subtype\":\"jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/default.png\",\"dateFormatted\":\"May 11, 2021\",\"nonces\":{\"update\":\"1ee6412858\",\"delete\":\"4414a2ccbf\",\"edit\":\"bde7b1f490\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=120\\u0026action=edit\",\"meta\":false,\"authorName\":\"Rishabh\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/user-edit.php?user_id=34\",\"filesizeInBytes\":10087,\"filesizeHumanReadable\":\"10 KB\",\"context\":\"\",\"height\":250,\"width\":250,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/testimonial2-150x150.jpg\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/testimonial2.jpg\",\"height\":250,\"width\":250,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}}}],\"headingAlign\":\"left\",\"headingAlignTablet\":\"left\",\"headingAlignMobile\":\"left\",\"descColor\":\"var(\\u002d\\u002dast-global-color-3)\",\"nameFontSize\":14,\"nameLineHeight\":1,\"descFontSize\":16,\"descFontWeight\":\"600\",\"nameSpace\":1,\"block_id\":\"f0c4171b\",\"iconImage\":{\"url\":\"\",\"alt\":\"InfoBox placeholder img\"},\"imageWidth\":32,\"columnGap\":1,\"borderStyle\":\"\",\"paddingTop\":0,\"paddingBottom\":0,\"paddingLeft\":0,\"paddingRight\":0,\"spacingLink\":true,\"imgpaddingTop\":0,\"imgpaddingRight\":15,\"imgpaddingBottom\":0,\"imgpaddingLeft\":0,\"overallBorderStyle\":\"none\",\"imgTagHeight\":32,\"imgTagWidth\":150} -->\n<div class=\"wp-block-uagb-testimonial uagb-slick-carousel uagb-tm__arrow-outside uagb-block-f0c4171b uagb-post__carousel_notset uagb-post__carousel_notset-tablet uagb-post__carousel_notset-mobile\"><div class=\"is-carousel uagb-tm__columns-1 uagb-tm__items\"><div class=\"uagb-testimonial__wrap  uagb-tm__imgicon-style-circle uagb-tm__image-position-bottom uagb-tm__bg-type-none \"><div class=\"uagb-tm__content\"><div class=\"uagb-tm__overlay\"></div><div class=\"uagb-tm__text-wrap\"><div class=\"uagb-tm__desc\">\"Judy, what a wonderful place you have here - we were so delighted to spend the weekend here, so tranquil, peaceful, and beautiful. You made us feel right at home. Definitely a place worth 5 stars! Go well.\"​</div><div class=\"uagb-tm__meta-inner\"><div class=\"uagb-tm__image-content\"><div class=\"uagb-tm__image\"><img class=\"uagb-tm-img-src\" src=\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/testimonial2-150x150.jpg\" alt=\"\" width=\"32\" height=\"32\" loading=\"lazy\"/></div></div><div class=\"uagb-testimonial-details\"><span class=\"uagb-tm__author-name\"><strong><strong>Brian</strong></strong> <strong><strong><strong>and <strong>Mariska</strong></strong><br></strong></strong></span><span class=\"uagb-tm__company\"></span></div></div></div></div></div></div></div>\n<!-- /wp:uagb/testimonial -->\n\n<!-- wp:uagb/testimonial {\"test_item_count\":1,\"classMigrate\":true,\"test_block\":[{\"description\":\"\\u0022Thank you for the most wonderful time, Judy!  This was the most peaceful and perfect place to get engaged!  We will most certainly be back!!!  Your hospitality cannot be topped!\\u0022​\",\"name\":\"\\u003cstrong\\u003e\\u003cstrong\\u003e\\u003cstrong\\u003e\\u003cstrong\\u003eBrett and Kelly\\u003c/strong\\u003e\\u003c/strong\\u003e\\u003c/strong\\u003e\\u003c/strong\\u003e\",\"company\":\"\",\"image\":{\"id\":121,\"title\":\"testimonial3\",\"filename\":\"testimonial3.jpg\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/testimonial3.jpg\",\"link\":\"https://blueroan.netgen.cloud/testimonial3/\",\"alt\":\"\",\"author\":\"34\",\"description\":\"\",\"caption\":\"\",\"name\":\"testimonial3\",\"status\":\"inherit\",\"uploadedTo\":0,\"date\":\"2021-05-11T05:02:05.000Z\",\"modified\":\"2021-05-11T05:02:05.000Z\",\"menuOrder\":0,\"mime\":\"image/jpeg\",\"type\":\"image\",\"subtype\":\"jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/default.png\",\"dateFormatted\":\"May 11, 2021\",\"nonces\":{\"update\":\"290653da5d\",\"delete\":\"90a4fb2d63\",\"edit\":\"ff8a64e56e\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=121\\u0026action=edit\",\"meta\":false,\"authorName\":\"Rishabh\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/user-edit.php?user_id=34\",\"filesizeInBytes\":8748,\"filesizeHumanReadable\":\"9 KB\",\"context\":\"\",\"height\":250,\"width\":250,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/testimonial3-150x150.jpg\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/testimonial3.jpg\",\"height\":250,\"width\":250,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}}}],\"headingAlign\":\"left\",\"headingAlignTablet\":\"left\",\"headingAlignMobile\":\"left\",\"descColor\":\"var(\\u002d\\u002dast-global-color-3)\",\"nameFontSize\":14,\"nameLineHeight\":1,\"descFontSize\":16,\"descFontWeight\":\"600\",\"nameSpace\":1,\"block_id\":\"925715e0\",\"iconImage\":{\"url\":\"\",\"alt\":\"InfoBox placeholder img\"},\"imageWidth\":32,\"columnGap\":1,\"borderStyle\":\"\",\"paddingTop\":0,\"paddingBottom\":0,\"paddingLeft\":0,\"paddingRight\":0,\"spacingLink\":true,\"imgpaddingTop\":0,\"imgpaddingRight\":15,\"imgpaddingBottom\":0,\"imgpaddingLeft\":0,\"overallBorderStyle\":\"none\",\"imgTagHeight\":32,\"imgTagWidth\":150} -->\n<div class=\"wp-block-uagb-testimonial uagb-slick-carousel uagb-tm__arrow-outside uagb-block-925715e0 uagb-post__carousel_notset uagb-post__carousel_notset-tablet uagb-post__carousel_notset-mobile\"><div class=\"is-carousel uagb-tm__columns-1 uagb-tm__items\"><div class=\"uagb-testimonial__wrap  uagb-tm__imgicon-style-circle uagb-tm__image-position-bottom uagb-tm__bg-type-none \"><div class=\"uagb-tm__content\"><div class=\"uagb-tm__overlay\"></div><div class=\"uagb-tm__text-wrap\"><div class=\"uagb-tm__desc\">\"Thank you for the most wonderful time, Judy!  This was the most peaceful and perfect place to get engaged!  We will most certainly be back!!!  Your hospitality cannot be topped!\"​</div><div class=\"uagb-tm__meta-inner\"><div class=\"uagb-tm__image-content\"><div class=\"uagb-tm__image\"><img class=\"uagb-tm-img-src\" src=\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/testimonial3-150x150.jpg\" alt=\"\" width=\"32\" height=\"32\" loading=\"lazy\"/></div></div><div class=\"uagb-testimonial-details\"><span class=\"uagb-tm__author-name\"><strong><strong><strong><strong>Brett and Kelly</strong></strong></strong></strong></span><span class=\"uagb-tm__company\"></span></div></div></div></div></div></div></div>\n<!-- /wp:uagb/testimonial --></div>\n<!-- /wp:uagb/container --></div>\n<!-- /wp:uagb/container --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"8df1d5dd\",\"innerContentCustomWidthDesktop\":781,\"innerContentCustomWidthTablet\":781,\"backgroundType\":\"image\",\"backgroundImageDesktop\":{\"id\":809,\"title\":\"26759994757_767d9794fd_b\",\"filename\":\"26759994757_767d9794fd_b.jpg\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/26759994757_767d9794fd_b.jpg\",\"link\":\"https://blueroan.netgen.cloud/?attachment_id=809\",\"alt\":\"\",\"author\":\"2\",\"description\":\"\",\"caption\":\"\",\"name\":\"26759994757_767d9794fd_b\",\"status\":\"inherit\",\"uploadedTo\":805,\"date\":\"2022-12-13T09:51:53.000Z\",\"modified\":\"2022-12-13T09:51:53.000Z\",\"menuOrder\":0,\"mime\":\"image/jpeg\",\"type\":\"image\",\"subtype\":\"jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-includes/images/media/default.png\",\"dateFormatted\":\"December 13, 2022\",\"nonces\":{\"update\":\"39b5c0eef1\",\"delete\":\"fde92abd83\",\"edit\":\"3923face9e\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=809\\u0026action=edit\",\"meta\":false,\"authorName\":\"Netgen Support\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/profile.php\",\"uploadedToTitle\":\"Magaliesburg\",\"uploadedToLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=805\\u0026action=edit\",\"filesizeInBytes\":143610,\"filesizeHumanReadable\":\"140 KB\",\"context\":\"\",\"height\":683,\"width\":1024,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/26759994757_767d9794fd_b-150x150.jpg\",\"orientation\":\"landscape\"},\"medium\":{\"height\":200,\"width\":300,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/26759994757_767d9794fd_b-300x200.jpg\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/26759994757_767d9794fd_b.jpg\",\"height\":683,\"width\":1024,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"backgroundImageColor\":\"rgba(42,42,42,0.65)\",\"topPaddingDesktop\":144,\"bottomPaddingDesktop\":144,\"leftPaddingDesktop\":40,\"rightPaddingDesktop\":40,\"topPaddingTablet\":80,\"bottomPaddingTablet\":80,\"leftPaddingTablet\":40,\"rightPaddingTablet\":40,\"topPaddingMobile\":64,\"bottomPaddingMobile\":64,\"leftPaddingMobile\":24,\"rightPaddingMobile\":24,\"paddingLink\":false,\"variationSelected\":true,\"isBlockRootParent\":true,\"overlayType\":\"color\"} -->\n<div class=\"wp-block-uagb-container uagb-block-8df1d5dd alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/advanced-heading {\"block_id\":\"bafa4e78\",\"classMigrate\":true,\"headingDescToggle\":true,\"headingAlign\":\"center\",\"headingColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"subHeadingColor\":\"var(\\u002d\\u002dast-global-color-4)\",\"headSpace\":20} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-bafa4e78\"><h2 class=\"uagb-heading-text\">Plan an Unforgettable Experience at <br>Blue Roan!</h2><p class=\"uagb-desc-text\">Blue Roan is a 3-star graded pet-friendly venue</p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/advanced-heading {\"block_id\":\"70db6bf0\",\"classMigrate\":true,\"headingTitleToggle\":false,\"headingDescToggle\":true,\"headingAlign\":\"center\",\"subHeadingColor\":\"var(\\u002d\\u002dast-global-color-4)\",\"subHeadTransform\":\"uppercase\",\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"subHeadLetterSpacing\":2,\"blockTopPadding\":60,\"blockRightPadding\":0,\"blockLeftPadding\":0,\"blockBottomPadding\":0,\"blockTopPaddingMobile\":30,\"blockRightPaddingMobile\":0,\"blockLeftPaddingMobile\":0,\"blockBottomPaddingMobile\":0,\"linkColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"linkHColor\":\"var(\\u002d\\u002dast-global-color-0)\"} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-70db6bf0\"><p class=\"uagb-desc-text\"><a href=\"https://book.nightsbridge.com/11065\" target=\"_blank\" rel=\"noreferrer noopener\">BOOK YOUR STAY NOW​</a></p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/icon-list {\"block_id\":\"01277dee\",\"classMigrate\":true,\"childMigrate\":true,\"align\":\"center\",\"parentIcon\":\"phone\",\"size\":40,\"sizeMobile\":24,\"sizeTablet\":32,\"fontSize\":48,\"fontSizeMobile\":28,\"fontSizeTablet\":40,\"fontWeight\":\"600\",\"iconColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"labelColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"blockTopPadding\":0,\"blockRightPadding\":0,\"blockLeftPadding\":0,\"blockBottomPadding\":24,\"blockPaddingLink\":false} -->\n<div class=\"wp-block-uagb-icon-list uagb-block-01277dee\"><div class=\"uagb-icon-list__wrap\"><!-- wp:uagb/icon-list-child {\"block_id\":\"e0f471ab\",\"label\":\" + 27 (0) 82 575 5409\",\"label_color\":\"\",\"link\":\"tel:+27825755409\",\"disableLink\":true,\"fromParentIcon\":\"phone\",\"imageSizeChild\":40} -->\n<div class=\"wp-block-uagb-icon-list-child uagb-block-e0f471ab\"><a target=\"_self\" aria-label=\" + 27 (0) 82 575 5409\" rel=\"noopener noreferrer\" href=\"tel:+27825755409\"> </a><span class=\"uagb-icon-list__source-wrap\"><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M511.2 387l-23.25 100.8c-3.266 14.25-15.79 24.22-30.46 24.22C205.2 512 0 306.8 0 54.5c0-14.66 9.969-27.2 24.22-30.45l100.8-23.25C139.7-2.602 154.7 5.018 160.8 18.92l46.52 108.5c5.438 12.78 1.77 27.67-8.98 36.45L144.5 207.1c33.98 69.22 90.26 125.5 159.5 159.5l44.08-53.8c8.688-10.78 23.69-14.51 36.47-8.975l108.5 46.51C506.1 357.2 514.6 372.4 511.2 387z\"></path></svg></span><span class=\"uagb-icon-list__label\"> + 27 (0) 82 575 5409</span></div>\n<!-- /wp:uagb/icon-list-child -->\n\n<!-- wp:uagb/icon-list-child {\"block_id\":\"e932be29\",\"label\":\"blueroan@ugo.co.za\",\"icon\":\"envelope\",\"label_color\":\"\",\"link\":\"mailto:blueroan@ugo.co.za\",\"disableLink\":true,\"fromParentIcon\":\"phone\",\"imageSizeChild\":40} -->\n<div class=\"wp-block-uagb-icon-list-child uagb-block-e932be29\"><a target=\"_self\" aria-label=\"blueroan@ugo.co.za\" rel=\"noopener noreferrer\" href=\"mailto:blueroan@ugo.co.za\"> </a><span class=\"uagb-icon-list__source-wrap\"><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M464 64C490.5 64 512 85.49 512 112C512 127.1 504.9 141.3 492.8 150.4L275.2 313.6C263.8 322.1 248.2 322.1 236.8 313.6L19.2 150.4C7.113 141.3 0 127.1 0 112C0 85.49 21.49 64 48 64H464zM217.6 339.2C240.4 356.3 271.6 356.3 294.4 339.2L512 176V384C512 419.3 483.3 448 448 448H64C28.65 448 0 419.3 0 384V176L217.6 339.2z\"></path></svg></span><span class=\"uagb-icon-list__label\">blueroan@ugo.co.za</span></div>\n<!-- /wp:uagb/icon-list-child --></div></div>\n<!-- /wp:uagb/icon-list --></div></div>\n<!-- /wp:uagb/container -->',	'Home',	'',	'inherit',	'closed',	'closed',	'',	'760-revision-v1',	'',	'',	'2022-12-22 07:49:53',	'2022-12-22 07:49:53',	'',	760,	'https://blueroan.netgen.cloud/?p=1408',	0,	'revision',	'',	0),
(1409,	2,	'2022-12-22 08:11:57',	'2022-12-22 08:11:57',	'<!-- wp:uagb/container {\"block_id\":\"3b163f7a\",\"minHeightDesktop\":95,\"minHeightTablet\":70,\"minHeightMobile\":80,\"minHeightType\":\"vh\",\"alignItemsDesktop\":\"flex-start\",\"backgroundType\":\"image\",\"backgroundImageDesktop\":{\"uploading\":false,\"date\":1670921854000,\"filename\":\"Blue-Roan-pool.jpg\",\"menuOrder\":0,\"uploadedTo\":760,\"type\":\"image\",\"subtype\":\"jpeg\",\"id\":784,\"title\":\"Blue Roan - pool\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Blue-Roan-pool.jpg\",\"link\":\"https://blueroan.netgen.cloud/home/blue-roan-pool/\",\"alt\":\"\",\"author\":\"2\",\"description\":\"\",\"caption\":\"\",\"name\":\"blue-roan-pool\",\"status\":\"inherit\",\"modified\":1670921854000,\"mime\":\"image/jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-includes/images/media/default.png\",\"dateFormatted\":\"December 13, 2022\",\"nonces\":{\"update\":\"51a12ed09e\",\"delete\":\"5174068551\",\"edit\":\"1de0721407\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=784\\u0026action=edit\",\"meta\":false,\"authorName\":\"Netgen Support\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/profile.php\",\"uploadedToTitle\":\"Home\",\"uploadedToLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=760\\u0026action=edit\",\"filesizeInBytes\":154801,\"filesizeHumanReadable\":\"151 KB\",\"context\":\"\",\"height\":667,\"width\":1000,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Blue-Roan-pool-150x150.jpg\",\"orientation\":\"landscape\"},\"medium\":{\"height\":200,\"width\":300,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Blue-Roan-pool-300x200.jpg\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Blue-Roan-pool.jpg\",\"height\":667,\"width\":1000,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"backgroundPositionDesktop\":{\"x\":0.5,\"y\":0.25},\"backgroundImageColor\":\"rgba(42,42,42,0.35)\",\"topPaddingDesktop\":0,\"bottomPaddingDesktop\":0,\"leftPaddingDesktop\":40,\"rightPaddingDesktop\":40,\"topPaddingTablet\":120,\"bottomPaddingTablet\":120,\"leftPaddingTablet\":40,\"rightPaddingTablet\":40,\"topPaddingMobile\":150,\"bottomPaddingMobile\":150,\"leftPaddingMobile\":20,\"rightPaddingMobile\":20,\"paddingLink\":false,\"variationSelected\":true,\"isBlockRootParent\":true,\"overlayType\":\"color\",\"minHeightTypeTablet\":\"vh\",\"minHeightTypeMobile\":\"vh\"} -->\n<div class=\"wp-block-uagb-container uagb-block-3b163f7a alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:group {\"layout\":{\"inherit\":true,\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group\"><!-- wp:uagb/info-box {\"classMigrate\":true,\"headingAlign\":\"left\",\"headingColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"subHeadingColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"headingTag\":\"h1\",\"subHeadFontSize\":17,\"subHeadFontSizeMobile\":15,\"headSpace\":20,\"subHeadSpace\":40,\"block_id\":\"ef267882\",\"ctaIcon\":\"\",\"ctaText\":\"Book Your Stay Now\",\"ctaLink\":\"https://book.nightsbridge.com/11065\",\"ctaBtnLinkColor\":\"var(\\u002d\\u002dast-global-color-2)\",\"ctaLinkHoverColor\":\"var(\\u002d\\u002dast-global-color-2)\",\"ctaBgColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"ctaBgHoverColor\":\"var(\\u002d\\u002dast-global-color-4)\",\"ctaBorderColor\":\"\",\"ctaBorderStyle\":\"\",\"ctaBorderWidth\":\"\",\"ctaBorderRadius\":\"\",\"iconImage\":{\"url\":\"\",\"alt\":\"InfoBox placeholder img\"},\"showIcon\":false,\"paddingBtnTop\":18,\"paddingBtnBottom\":18,\"paddingBtnLeft\":34,\"paddingBtnRight\":34,\"blockTopPadding\":5,\"blockRightPadding\":40,\"blockLeftPadding\":0,\"blockBottomPadding\":0,\"blockTopPaddingTablet\":0,\"blockRightPaddingTablet\":64,\"blockLeftPaddingTablet\":0,\"blockBottomPaddingTablet\":0,\"blockTopPaddingMobile\":0,\"blockRightPaddingMobile\":0,\"blockLeftPaddingMobile\":0,\"blockBottomPaddingMobile\":0,\"blockPaddingUnit\":\"%\",\"blockPaddingLink\":false,\"subHeadMarginTopTablet\":0,\"subHeadMarginRightTablet\":64,\"subHeadTabletSpace\":40,\"subHeadMarginLeftTablet\":0,\"subHeadMarginTopMobile\":0,\"subHeadMarginRightMobile\":0,\"subHeadMobileSpace\":40,\"subHeadMarginLeftMobile\":0,\"btnBorderTopWidth\":1,\"btnBorderLeftWidth\":1,\"btnBorderRightWidth\":1,\"btnBorderBottomWidth\":1,\"btnBorderTopLeftRadius\":0,\"btnBorderTopRightRadius\":0,\"btnBorderBottomLeftRadius\":0,\"btnBorderBottomRightRadius\":0,\"btnBorderStyle\":\"none\",\"btnBorderColor\":\"#333\"} -->\n<div class=\"wp-block-uagb-info-box uagb-block-ef267882 uagb-infobox__content-wrap  uagb-infobox-icon-above-title uagb-infobox-image-valign-top\"><div class=\"uagb-ifb-content\"><div class=\"uagb-ifb-title-wrap\"><h1 class=\"uagb-ifb-title\">Magaliesburg pet friendly self-catering accommodation</h1></div><p class=\"uagb-ifb-desc\">Romantic pet-friendly self-catering accommodation in Magaliesburg, Gauteng.</p></div></div>\n<!-- /wp:uagb/info-box --></div>\n<!-- /wp:group -->\n\n<!-- wp:buttons {\"layout\":{\"type\":\"flex\",\"justifyContent\":\"left\",\"orientation\":\"horizontal\"},\"style\":{\"spacing\":{\"blockGap\":\"var:preset|spacing|50\"}}} -->\n<div class=\"wp-block-buttons\"><!-- wp:button {\"backgroundColor\":\"ast-global-color-5\",\"textColor\":\"ast-global-color-2\",\"width\":25,\"style\":{\"spacing\":{\"padding\":{\"top\":\"var:preset|spacing|50\",\"right\":\"var:preset|spacing|30\",\"bottom\":\"var:preset|spacing|50\",\"left\":\"var:preset|spacing|30\"}}},\"className\":\"is-style-fill\",\"UAGHideMob\":true,\"UAGResponsiveConditions\":true} -->\n<div class=\"wp-block-button has-custom-width wp-block-button__width-25 is-style-fill uag-hide-mob\" id=\"https://book.nightsbridge.com/11065\"><a class=\"wp-block-button__link has-ast-global-color-2-color has-ast-global-color-5-background-color has-text-color has-background wp-element-button\" href=\"https://book.nightsbridge.com/11065\" style=\"padding-top:var(--wp--preset--spacing--50);padding-right:var(--wp--preset--spacing--30);padding-bottom:var(--wp--preset--spacing--50);padding-left:var(--wp--preset--spacing--30)\" rel=\"https://book.nightsbridge.com/11065\">book your stay now</a></div>\n<!-- /wp:button -->\n\n<!-- wp:button {\"backgroundColor\":\"ast-global-color-5\",\"textColor\":\"ast-global-color-2\",\"width\":25,\"style\":{\"spacing\":{\"padding\":{\"top\":\"var:preset|spacing|50\",\"right\":\"var:preset|spacing|30\",\"bottom\":\"var:preset|spacing|50\",\"left\":\"var:preset|spacing|30\"}}},\"className\":\"is-style-fill\",\"UAGHideMob\":true,\"UAGDisplayConditions\":\"userstate\",\"UAGResponsiveConditions\":true} -->\n<div class=\"wp-block-button has-custom-width wp-block-button__width-25 is-style-fill uag-hide-mob\" id=\"https://book.nightsbridge.com/11065\"><a class=\"wp-block-button__link has-ast-global-color-2-color has-ast-global-color-5-background-color has-text-color has-background wp-element-button\" href=\"https://book.nightsbridge.com/11065\" style=\"padding-top:var(--wp--preset--spacing--50);padding-right:var(--wp--preset--spacing--30);padding-bottom:var(--wp--preset--spacing--50);padding-left:var(--wp--preset--spacing--30)\" target=\"_blank\" rel=\"https://book.nightsbridge.com/11065 noopener\">Check availability</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons -->\n\n<!-- wp:buttons {\"layout\":{\"type\":\"flex\",\"justifyContent\":\"left\",\"orientation\":\"horizontal\"},\"style\":{\"spacing\":{\"blockGap\":\"var:preset|spacing|50\"}}} -->\n<div class=\"wp-block-buttons\"><!-- wp:button {\"backgroundColor\":\"ast-global-color-5\",\"textColor\":\"ast-global-color-2\",\"width\":50,\"style\":{\"spacing\":{\"padding\":{\"top\":\"var:preset|spacing|20\",\"right\":\"var:preset|spacing|20\",\"bottom\":\"var:preset|spacing|20\",\"left\":\"var:preset|spacing|20\"}},\"border\":{\"radius\":\"0px\"}},\"className\":\"is-style-fill\",\"fontSize\":\"small\",\"UAGHideDesktop\":true,\"UAGHideTab\":true,\"UAGResponsiveConditions\":true} -->\n<div class=\"wp-block-button has-custom-width wp-block-button__width-50 has-custom-font-size is-style-fill has-small-font-size uag-hide-desktop uag-hide-tab\"><a class=\"wp-block-button__link has-ast-global-color-2-color has-ast-global-color-5-background-color has-text-color has-background wp-element-button\" href=\"https://book.nightsbridge.com/11065\" style=\"border-radius:0px;padding-top:var(--wp--preset--spacing--20);padding-right:var(--wp--preset--spacing--20);padding-bottom:var(--wp--preset--spacing--20);padding-left:var(--wp--preset--spacing--20)\" rel=\"\">book your stay now</a></div>\n<!-- /wp:button -->\n\n<!-- wp:button {\"backgroundColor\":\"ast-global-color-5\",\"textColor\":\"ast-global-color-2\",\"width\":50,\"style\":{\"spacing\":{\"padding\":{\"top\":\"var:preset|spacing|20\",\"right\":\"var:preset|spacing|20\",\"bottom\":\"var:preset|spacing|20\",\"left\":\"var:preset|spacing|20\"}},\"border\":{\"radius\":\"0px\"}},\"className\":\"is-style-fill\",\"fontSize\":\"small\",\"UAGHideDesktop\":true,\"UAGHideTab\":true,\"UAGResponsiveConditions\":true} -->\n<div class=\"wp-block-button has-custom-width wp-block-button__width-50 has-custom-font-size is-style-fill has-small-font-size uag-hide-desktop uag-hide-tab\"><a class=\"wp-block-button__link has-ast-global-color-2-color has-ast-global-color-5-background-color has-text-color has-background wp-element-button\" href=\"https://book.nightsbridge.com/11065\" style=\"border-radius:0px;padding-top:var(--wp--preset--spacing--20);padding-right:var(--wp--preset--spacing--20);padding-bottom:var(--wp--preset--spacing--20);padding-left:var(--wp--preset--spacing--20)\" rel=\"\">Check availability</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons -->\n\n<!-- wp:buttons -->\n<div class=\"wp-block-buttons\"><!-- wp:button /--></div>\n<!-- /wp:buttons --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"60c1731e\",\"directionDesktop\":\"row\",\"directionMobile\":\"column-reverse\",\"alignItemsDesktop\":\"flex-start\",\"backgroundType\":\"color\",\"backgroundSizeTablet\":\"cover\",\"backgroundSizeMobile\":\"cover\",\"backgroundColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"topPaddingDesktop\":60,\"bottomPaddingDesktop\":60,\"topPaddingTablet\":80,\"bottomPaddingTablet\":80,\"leftPaddingTablet\":40,\"rightPaddingTablet\":40,\"topPaddingMobile\":64,\"bottomPaddingMobile\":64,\"leftPaddingMobile\":24,\"rightPaddingMobile\":24,\"paddingLink\":false,\"variationSelected\":true,\"columnGapDesktop\":60,\"columnGapTablet\":50,\"isBlockRootParent\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-60c1731e alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/container {\"block_id\":\"f9f4908e\",\"widthDesktop\":50,\"variationSelected\":true,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-f9f4908e\"><!-- wp:image {\"id\":797,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-13.jpg\" alt=\"\" class=\"wp-image-797\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>We have 7 lovely brick&nbsp;<strong>self-catering</strong>&nbsp;units, each one private and with its own character and theme. &nbsp;They are designed exclusively for couples with or without pets wanting a romantic and peaceful place to connect, re-connect, celebrate special occasions, or somewhere quiet and comfortable to come for a holiday</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:buttons -->\n<div class=\"wp-block-buttons\"><!-- wp:button -->\n<div class=\"wp-block-button\"><a class=\"wp-block-button__link wp-element-button\" href=\"/accommodation/\">View accomodation</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"bee89110\",\"widthDesktop\":50,\"leftPaddingDesktop\":0,\"paddingLink\":false,\"variationSelected\":true,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-bee89110\"><!-- wp:uagb/advanced-heading {\"block_id\":\"3bca32ac\",\"classMigrate\":true,\"headingDescToggle\":true,\"subHeadingColor\":\"\",\"headSpace\":20,\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-3bca32ac\"><h2 class=\"uagb-heading-text\"><strong>Blue Roan is a 3-star graded pet-friendly venue</strong></h2><p class=\"uagb-desc-text\">Our goal is to provide high-quality, romantic, comfortable, and affordable self-catering accommodation on the outskirts of the village of &nbsp;Magaliesburg. &nbsp;For animal lovers, we are also&nbsp;pet-friendly&nbsp;by arrangement in most of the units all of which have their own fully fenced and gated private grassy gardens.</p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/image {\"block_id\":\"0a75c380\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/hammock-in-the-garden.jpg\",\"align\":\"left\",\"id\":799,\"linkDestination\":\"none\",\"naturalWidth\":600,\"naturalHeight\":400,\"sizeSlug\":\"full\",\"sizeSlugTablet\":\"full\",\"sizeSlugMobile\":\"full\",\"imageTopMargin\":20,\"imageRightMargin\":0,\"imageLeftMargin\":0,\"imageBottomMargin\":0,\"imageTopMarginMobile\":0,\"imageRightMarginMobile\":0,\"imageLeftMarginMobile\":0,\"imageBottomMarginMobile\":0,\"imageMarginLink\":false} -->\n<div class=\"wp-block-uagb-image uagb-block-0a75c380 wp-block-uagb-image--layout-default wp-block-uagb-image--effect-static wp-block-uagb-image--align-left\"><figure class=\"wp-block-uagb-image__figure\"><img srcset=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/hammock-in-the-garden.jpg \" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/hammock-in-the-garden.jpg\" alt=\"\" class=\"uag-image-799\" width=\"\" height=\"\" title=\"\" loading=\"lazy\"/></figure></div>\n<!-- /wp:uagb/image --></div>\n<!-- /wp:uagb/container --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"bb0e1c53\",\"directionDesktop\":\"row\",\"directionMobile\":\"column-reverse\",\"alignItemsDesktop\":\"flex-start\",\"backgroundType\":\"color\",\"backgroundSizeTablet\":\"cover\",\"backgroundSizeMobile\":\"cover\",\"backgroundColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"topPaddingDesktop\":0,\"bottomPaddingDesktop\":0,\"topPaddingTablet\":80,\"bottomPaddingTablet\":80,\"leftPaddingTablet\":40,\"rightPaddingTablet\":40,\"topPaddingMobile\":64,\"bottomPaddingMobile\":64,\"leftPaddingMobile\":24,\"rightPaddingMobile\":24,\"paddingLink\":false,\"variationSelected\":true,\"rowGapDesktop\":0,\"columnGapDesktop\":0,\"columnGapTablet\":50,\"isBlockRootParent\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-bb0e1c53 alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:image {\"align\":\"center\",\"id\":1344,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image aligncenter size-large\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/tgcsa-full-3-stars-1024x366.jpg\" alt=\"\" class=\"wp-image-1344\"/></figure>\n<!-- /wp:image --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"d092308c\",\"backgroundType\":\"color\",\"backgroundSizeTablet\":\"cover\",\"backgroundSizeMobile\":\"cover\",\"backgroundColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"topPaddingDesktop\":50,\"bottomPaddingDesktop\":100,\"topPaddingTablet\":50,\"bottomPaddingTablet\":25,\"leftPaddingTablet\":20,\"rightPaddingTablet\":20,\"topPaddingMobile\":50,\"bottomPaddingMobile\":20,\"leftPaddingMobile\":20,\"rightPaddingMobile\":20,\"paddingLink\":false,\"variationSelected\":true,\"rowGapDesktop\":0,\"isBlockRootParent\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-d092308c alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/container {\"block_id\":\"8e8575a3\",\"directionDesktop\":\"row\",\"alignItemsDesktop\":\"flex-end\",\"alignItemsTablet\":\"flex-end\",\"justifyContentDesktop\":\"flex-end\",\"justifyContentTablet\":\"space-between\",\"variationSelected\":true,\"rowGapMobile\":30,\"columnGapDesktop\":0} -->\n<div class=\"wp-block-uagb-container uagb-block-8e8575a3\"><!-- wp:uagb/advanced-heading {\"block_id\":\"96c5a32e\",\"classMigrate\":true,\"headingDescToggle\":true,\"subHeadingColor\":\"\",\"headSpace\":20,\"subHeadFontSize\":16} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-96c5a32e\"><h2 class=\"uagb-heading-text\">Amenities &amp; Interests ​</h2><p class=\"uagb-desc-text\">The Blue Roan Country Lodge is situated just 5 minutes from the village of Magaliesburg on a tar road so easy access for all cars. &nbsp;We have panoramic views of the Magaliesberg mountain range and our farm is the perfect place for a relaxing getaway in the country. &nbsp;As we are only 70 km from JHB and Pretoria, it is only an hour’s drive.</p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/buttons {\"block_id\":\"ced1e313\",\"classMigrate\":true,\"childMigrate\":true,\"align\":\"right\",\"alignTablet\":\"right\",\"alignMobile\":\"left\",\"gap\":0} -->\n<div class=\"wp-block-uagb-buttons uagb-buttons__outer-wrap uagb-btn__default-btn uagb-btn-tablet__default-btn uagb-btn-mobile__default-btn uagb-block-ced1e313\"><div class=\"uagb-buttons__wrap uagb-buttons-layout-wrap\"><!-- wp:uagb/buttons-child {\"block_id\":\"1f5e5c04\",\"label\":\"View All\",\"link\":\"/amenities/\",\"hColor\":\"\",\"borderWidth\":\"\",\"borderRadius\":\"\",\"borderStyle\":\"\",\"borderColor\":\"\",\"borderHColor\":\"\",\"btnBorderTopWidth\":1,\"btnBorderLeftWidth\":1,\"btnBorderRightWidth\":1,\"btnBorderBottomWidth\":1,\"btnBorderTopLeftRadius\":2,\"btnBorderTopRightRadius\":2,\"btnBorderBottomLeftRadius\":2,\"btnBorderBottomRightRadius\":2,\"btnBorderStyle\":\"solid\",\"btnBorderColor\":\"#333\",\"btnBorderHColor\":\"#333\"} -->\n<div class=\"wp-block-uagb-buttons-child uagb-buttons__outer-wrap uagb-block-1f5e5c04 wp-block-button is-style-outline\"><div class=\"uagb-button__wrapper\"><a class=\"uagb-buttons-repeater wp-block-button__link\" href=\"/amenities/\" rel=\"follow noopener\" target=\"_self\"><div class=\"uagb-button__link\">View All</div></a></div></div>\n<!-- /wp:uagb/buttons-child --></div></div>\n<!-- /wp:uagb/buttons --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"4f2ef7d7\",\"directionDesktop\":\"row\",\"alignItemsTablet\":\"flex-start\",\"paddingLink\":false,\"topMarginDesktop\":50,\"bottomMarginDesktop\":20,\"leftMarginDesktop\":0,\"rightMarginDesktop\":0,\"marginLink\":false,\"variationSelected\":true,\"rowGapMobile\":65,\"columnGapDesktop\":48,\"columnGapTablet\":20} -->\n<div class=\"wp-block-uagb-container uagb-block-4f2ef7d7\"><!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"align\":\"center\",\"id\":828,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image aligncenter size-full\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Blue-Roan-pool.png\" alt=\"Blue Roan\'s rock pool\" class=\"wp-image-828\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>A relaxing rock Pool​</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>We have a lovely sparkling blue rock pool next to a thatched Lapa. &nbsp;&nbsp;Lie on recliners on the green lawn or sit on the swing chair in the Lapa and enjoy the panoramic view of the Magaliesberg mountain range.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":829,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/img-20160605-wa0002-largejpg.png\" alt=\"\" class=\"wp-image-829\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>Braai facilities </h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>What can compare to a burning fire under the star-lit African sky? Nothing beats the flavor of cooking over an open flame.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":1354,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Games-Room.png\" alt=\"\" class=\"wp-image-1354\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>A games room </h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>The reception is also a games room for those who enjoy darts or playing pool. &nbsp;Take a selection of DVDs back to your room and watch movies on your own DVD player. &nbsp;There is also a selection of board games and music CDs that you can borrow.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div>\n<!-- /wp:uagb/container --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"60ded15f\",\"backgroundType\":\"color\",\"backgroundSizeTablet\":\"cover\",\"backgroundSizeMobile\":\"cover\",\"backgroundColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"bottomPaddingDesktop\":104,\"leftPaddingDesktop\":40,\"rightPaddingDesktop\":40,\"topPaddingTablet\":80,\"bottomPaddingTablet\":80,\"leftPaddingTablet\":40,\"rightPaddingTablet\":40,\"topPaddingMobile\":64,\"bottomPaddingMobile\":64,\"leftPaddingMobile\":24,\"rightPaddingMobile\":24,\"paddingLink\":false,\"variationSelected\":true,\"rowGapDesktop\":0,\"isBlockRootParent\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-60ded15f alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/advanced-heading {\"block_id\":\"cc6b5fbb\",\"classMigrate\":true,\"headingDescToggle\":true,\"headingAlign\":\"center\",\"headingAlignMobile\":\"left\",\"subHeadingColor\":\"\",\"headSpace\":20,\"subHeadFontSize\":16,\"blockBottomPadding\":20} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-cc6b5fbb\"><h2 class=\"uagb-heading-text\">Our Inside Pictures​</h2><p class=\"uagb-desc-text\">Take a look at some pretty pictures captured in and around our premises.</p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/container {\"block_id\":\"0b3ca352\",\"directionDesktop\":\"row\",\"alignItemsDesktop\":\"flex-start\",\"topMarginDesktop\":20,\"bottomMarginDesktop\":0,\"leftMarginDesktop\":0,\"rightMarginDesktop\":0,\"marginLink\":false,\"variationSelected\":true,\"rowGapMobile\":24,\"columnGapDesktop\":24,\"columnGapTablet\":20} -->\n<div class=\"wp-block-uagb-container uagb-block-0b3ca352\"><!-- wp:uagb/container {\"block_id\":\"c89d92b9\",\"widthDesktop\":32,\"variationSelected\":true,\"rowGapDesktop\":24,\"rowGapTablet\":20,\"rowGapMobile\":24,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-c89d92b9\"><!-- wp:uagb/image {\"block_id\":\"f3648cd4\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/red-rose-1024x683.jpg\",\"id\":834,\"linkDestination\":\"none\",\"width\":385,\"height\":284,\"naturalWidth\":1024,\"naturalHeight\":683,\"sizeSlug\":\"large\",\"sizeSlugTablet\":\"large\",\"sizeSlugMobile\":\"large\",\"customHeightSetDesktop\":true} -->\n<div class=\"wp-block-uagb-image uagb-block-f3648cd4 wp-block-uagb-image--layout-default wp-block-uagb-image--effect-static wp-block-uagb-image--align-none\"><figure class=\"wp-block-uagb-image__figure\"><img srcset=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/red-rose-1024x683.jpg \" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/red-rose-1024x683.jpg\" alt=\"\" class=\"uag-image-834\" width=\"385\" height=\"284\" title=\"\" loading=\"lazy\"/></figure></div>\n<!-- /wp:uagb/image -->\n\n<!-- wp:uagb/image {\"block_id\":\"1be927d2\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/49g.jpg\",\"id\":838,\"linkDestination\":\"none\",\"width\":385,\"height\":284,\"naturalWidth\":650,\"naturalHeight\":450,\"sizeSlug\":\"full\",\"sizeSlugTablet\":\"full\",\"sizeSlugMobile\":\"full\",\"customHeightSetDesktop\":true} -->\n<div class=\"wp-block-uagb-image uagb-block-1be927d2 wp-block-uagb-image--layout-default wp-block-uagb-image--effect-static wp-block-uagb-image--align-none\"><figure class=\"wp-block-uagb-image__figure\"><img srcset=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/49g.jpg \" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/49g.jpg\" alt=\"\" class=\"uag-image-838\" width=\"385\" height=\"284\" title=\"\" loading=\"lazy\"/></figure></div>\n<!-- /wp:uagb/image --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"30022d08\",\"widthDesktop\":67,\"variationSelected\":true,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-30022d08\"><!-- wp:uagb/image {\"block_id\":\"9af8b71b\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAA39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba-1-1024x768.png\",\"id\":905,\"linkDestination\":\"none\",\"naturalWidth\":1024,\"naturalHeight\":768,\"sizeSlug\":\"large\",\"sizeSlugTablet\":\"large\",\"sizeSlugMobile\":\"large\"} -->\n<div class=\"wp-block-uagb-image uagb-block-9af8b71b wp-block-uagb-image--layout-default wp-block-uagb-image--effect-static wp-block-uagb-image--align-none\"><figure class=\"wp-block-uagb-image__figure\"><img srcset=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAA39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba-1-1024x768.png \" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAA39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba-1-1024x768.png\" alt=\"\" class=\"uag-image-905\" width=\"\" height=\"\" title=\"\" loading=\"lazy\"/></figure></div>\n<!-- /wp:uagb/image --></div>\n<!-- /wp:uagb/container --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"5636ebeb\",\"directionDesktop\":\"row\",\"alignItemsDesktop\":\"flex-start\",\"topMarginDesktop\":24,\"bottomMarginDesktop\":0,\"leftMarginDesktop\":0,\"rightMarginDesktop\":0,\"topMarginTablet\":20,\"bottomMarginTablet\":0,\"leftMarginTablet\":0,\"rightMarginTablet\":0,\"topMarginMobile\":24,\"bottomMarginMobile\":0,\"leftMarginMobile\":0,\"rightMarginMobile\":0,\"marginLink\":false,\"variationSelected\":true,\"columnGapDesktop\":24,\"columnGapTablet\":20} -->\n<div class=\"wp-block-uagb-container uagb-block-5636ebeb\"><!-- wp:uagb/container {\"block_id\":\"8e7addc5\",\"widthDesktop\":67,\"variationSelected\":true,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-8e7addc5\"><!-- wp:image {\"id\":837,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-8-1024x678.jpg\" alt=\"\" class=\"wp-image-837\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"6f4af303\",\"widthDesktop\":32,\"variationSelected\":true,\"rowGapDesktop\":24,\"rowGapTablet\":20,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-6f4af303\"><!-- wp:uagb/image {\"block_id\":\"4c5c32c6\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Blue-roan-pool-01.jpg\",\"id\":782,\"linkDestination\":\"none\",\"width\":385,\"height\":250,\"naturalWidth\":800,\"naturalHeight\":534,\"sizeSlug\":\"full\",\"sizeSlugTablet\":\"full\",\"sizeSlugMobile\":\"full\",\"customHeightSetDesktop\":true} -->\n<div class=\"wp-block-uagb-image uagb-block-4c5c32c6 wp-block-uagb-image--layout-default wp-block-uagb-image--effect-static wp-block-uagb-image--align-none\"><figure class=\"wp-block-uagb-image__figure\"><img srcset=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Blue-roan-pool-01.jpg \" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Blue-roan-pool-01.jpg\" alt=\"\" class=\"uag-image-782\" width=\"385\" height=\"250\" title=\"\" loading=\"lazy\"/></figure></div>\n<!-- /wp:uagb/image -->\n\n<!-- wp:uagb/image {\"block_id\":\"33f1db1a\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/bird-1024x683.jpg\",\"id\":910,\"linkDestination\":\"none\",\"width\":385,\"height\":250,\"naturalWidth\":1024,\"naturalHeight\":683,\"sizeSlug\":\"large\",\"sizeSlugTablet\":\"large\",\"sizeSlugMobile\":\"large\",\"customHeightSetDesktop\":true} -->\n<div class=\"wp-block-uagb-image uagb-block-33f1db1a wp-block-uagb-image--layout-default wp-block-uagb-image--effect-static wp-block-uagb-image--align-none\"><figure class=\"wp-block-uagb-image__figure\"><img srcset=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/bird-1024x683.jpg \" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/bird-1024x683.jpg\" alt=\"\" class=\"uag-image-910\" width=\"385\" height=\"250\" title=\"\" loading=\"lazy\"/></figure></div>\n<!-- /wp:uagb/image --></div>\n<!-- /wp:uagb/container --></div>\n<!-- /wp:uagb/container --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"e3f51205\",\"backgroundType\":\"color\",\"backgroundSizeTablet\":\"cover\",\"backgroundSizeMobile\":\"cover\",\"backgroundColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"topPaddingDesktop\":40,\"bottomPaddingDesktop\":104,\"leftPaddingDesktop\":40,\"rightPaddingDesktop\":40,\"topPaddingTablet\":80,\"bottomPaddingTablet\":80,\"leftPaddingTablet\":40,\"rightPaddingTablet\":40,\"topPaddingMobile\":64,\"bottomPaddingMobile\":64,\"leftPaddingMobile\":24,\"rightPaddingMobile\":24,\"paddingLink\":false,\"variationSelected\":true,\"rowGapDesktop\":0,\"isBlockRootParent\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-e3f51205 alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/advanced-heading {\"block_id\":\"cad0d924\",\"classMigrate\":true,\"headingDescToggle\":true,\"headingAlign\":\"center\",\"headingAlignMobile\":\"left\",\"subHeadingColor\":\"\",\"headSpace\":20,\"subHeadFontSize\":16,\"blockBottomPadding\":20} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-cad0d924\"><h2 class=\"uagb-heading-text\">What Our Guests Say​</h2><p class=\"uagb-desc-text\">We take pride in serving our guests the best experience. </p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/container {\"block_id\":\"d77a6a11\",\"directionDesktop\":\"row\",\"topMarginDesktop\":40,\"bottomMarginDesktop\":0,\"leftMarginDesktop\":0,\"rightMarginDesktop\":0,\"marginLink\":false,\"variationSelected\":true,\"rowGapMobile\":40,\"columnGapDesktop\":90} -->\n<div class=\"wp-block-uagb-container uagb-block-d77a6a11\"><!-- wp:uagb/container {\"block_id\":\"69135e23\",\"widthDesktop\":50,\"variationSelected\":true,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-69135e23\"><!-- wp:uagb/testimonial {\"test_item_count\":1,\"classMigrate\":true,\"test_block\":[{\"description\":\"\\u0022Thank you for a most enjoyable weekend stay and for making our anniversary so special.  Thank you for your kind and lovely friendship which we really appreciate!!!\\u0022​\",\"name\":\"\\u003cstrong\\u003eBrenda and Theuns\\u003c/strong\\u003e\",\"company\":\"\",\"image\":{\"id\":119,\"title\":\"testimonial1\",\"filename\":\"testimonial1.jpg\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/testimonial1.jpg\",\"link\":\"https://blueroan.netgen.cloud/testimonial1/\",\"alt\":\"\",\"author\":\"34\",\"description\":\"\",\"caption\":\"\",\"name\":\"testimonial1\",\"status\":\"inherit\",\"uploadedTo\":0,\"date\":\"2021-05-11T05:02:02.000Z\",\"modified\":\"2021-05-11T05:02:02.000Z\",\"menuOrder\":0,\"mime\":\"image/jpeg\",\"type\":\"image\",\"subtype\":\"jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/default.png\",\"dateFormatted\":\"May 11, 2021\",\"nonces\":{\"update\":\"b92fe40c3d\",\"delete\":\"643c1eb8f1\",\"edit\":\"d3e7d56b1d\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=119\\u0026action=edit\",\"meta\":false,\"authorName\":\"Rishabh\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/user-edit.php?user_id=34\",\"filesizeInBytes\":11264,\"filesizeHumanReadable\":\"11 KB\",\"context\":\"\",\"height\":250,\"width\":250,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/testimonial1-150x150.jpg\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/testimonial1.jpg\",\"height\":250,\"width\":250,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}}}],\"headingAlign\":\"left\",\"headingAlignTablet\":\"left\",\"headingAlignMobile\":\"left\",\"descColor\":\"var(\\u002d\\u002dast-global-color-3)\",\"nameFontSize\":14,\"nameLineHeight\":1,\"descFontSize\":16,\"descFontWeight\":\"600\",\"nameSpace\":1,\"block_id\":\"3829acac\",\"iconImage\":{\"url\":\"\",\"alt\":\"InfoBox placeholder img\"},\"imageWidth\":32,\"columnGap\":1,\"borderStyle\":\"\",\"paddingTop\":0,\"paddingBottom\":0,\"paddingLeft\":0,\"paddingRight\":0,\"spacingLink\":true,\"imgpaddingTop\":0,\"imgpaddingRight\":15,\"imgpaddingBottom\":0,\"imgpaddingLeft\":0,\"overallBorderStyle\":\"none\",\"imgTagHeight\":32,\"imgTagWidth\":150} -->\n<div class=\"wp-block-uagb-testimonial uagb-slick-carousel uagb-tm__arrow-outside uagb-block-3829acac uagb-post__carousel_notset uagb-post__carousel_notset-tablet uagb-post__carousel_notset-mobile\"><div class=\"is-carousel uagb-tm__columns-1 uagb-tm__items\"><div class=\"uagb-testimonial__wrap  uagb-tm__imgicon-style-circle uagb-tm__image-position-bottom uagb-tm__bg-type-none \"><div class=\"uagb-tm__content\"><div class=\"uagb-tm__overlay\"></div><div class=\"uagb-tm__text-wrap\"><div class=\"uagb-tm__desc\">\"Thank you for a most enjoyable weekend stay and for making our anniversary so special.  Thank you for your kind and lovely friendship which we really appreciate!!!\"​</div><div class=\"uagb-tm__meta-inner\"><div class=\"uagb-tm__image-content\"><div class=\"uagb-tm__image\"><img class=\"uagb-tm-img-src\" src=\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/testimonial1-150x150.jpg\" alt=\"\" width=\"32\" height=\"32\" loading=\"lazy\"/></div></div><div class=\"uagb-testimonial-details\"><span class=\"uagb-tm__author-name\"><strong>Brenda and Theuns</strong></span><span class=\"uagb-tm__company\"></span></div></div></div></div></div></div></div>\n<!-- /wp:uagb/testimonial -->\n\n<!-- wp:uagb/testimonial {\"test_item_count\":1,\"classMigrate\":true,\"test_block\":[{\"description\":\"\\u0022Breaking away from city life and coming out to a most wonderful romantic weekend away.  The unit is so comfortable.  Thank you for your great hospitality - we had an awesome time here.  Go well - with love\\u0022​\",\"name\":\"\\u003cstrong\\u003e\\u003cstrong\\u003e\\u003cstrong\\u003eLiz \\u0026amp; Eddie\\u003c/strong\\u003e\\u003c/strong\\u003e\\u003c/strong\\u003e\",\"company\":\"\",\"image\":{\"id\":122,\"title\":\"testimonial4\",\"filename\":\"testimonial4.jpg\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/testimonial4.jpg\",\"link\":\"https://blueroan.netgen.cloud/testimonial4/\",\"alt\":\"\",\"author\":\"34\",\"description\":\"\",\"caption\":\"\",\"name\":\"testimonial4\",\"status\":\"inherit\",\"uploadedTo\":0,\"date\":\"2021-05-11T05:02:06.000Z\",\"modified\":\"2021-05-11T05:02:06.000Z\",\"menuOrder\":0,\"mime\":\"image/jpeg\",\"type\":\"image\",\"subtype\":\"jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/default.png\",\"dateFormatted\":\"May 11, 2021\",\"nonces\":{\"update\":\"4e34860add\",\"delete\":\"9e126a55cd\",\"edit\":\"33ffd3c040\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=122\\u0026action=edit\",\"meta\":false,\"authorName\":\"Rishabh\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/user-edit.php?user_id=34\",\"filesizeInBytes\":16584,\"filesizeHumanReadable\":\"16 KB\",\"context\":\"\",\"height\":250,\"width\":250,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/testimonial4-150x150.jpg\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/testimonial4.jpg\",\"height\":250,\"width\":250,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}}}],\"headingAlign\":\"left\",\"headingAlignTablet\":\"left\",\"headingAlignMobile\":\"left\",\"descColor\":\"var(\\u002d\\u002dast-global-color-3)\",\"nameFontSize\":14,\"nameLineHeight\":1,\"descFontSize\":16,\"descFontWeight\":\"600\",\"nameSpace\":1,\"block_id\":\"e63ca56d\",\"iconImage\":{\"url\":\"\",\"alt\":\"InfoBox placeholder img\"},\"imageWidth\":32,\"columnGap\":1,\"borderStyle\":\"\",\"paddingTop\":0,\"paddingBottom\":0,\"paddingLeft\":0,\"paddingRight\":0,\"spacingLink\":true,\"imgpaddingTop\":0,\"imgpaddingRight\":15,\"imgpaddingBottom\":0,\"imgpaddingLeft\":0,\"overallBorderStyle\":\"none\",\"imgTagHeight\":32,\"imgTagWidth\":150} -->\n<div class=\"wp-block-uagb-testimonial uagb-slick-carousel uagb-tm__arrow-outside uagb-block-e63ca56d uagb-post__carousel_notset uagb-post__carousel_notset-tablet uagb-post__carousel_notset-mobile\"><div class=\"is-carousel uagb-tm__columns-1 uagb-tm__items\"><div class=\"uagb-testimonial__wrap  uagb-tm__imgicon-style-circle uagb-tm__image-position-bottom uagb-tm__bg-type-none \"><div class=\"uagb-tm__content\"><div class=\"uagb-tm__overlay\"></div><div class=\"uagb-tm__text-wrap\"><div class=\"uagb-tm__desc\">\"Breaking away from city life and coming out to a most wonderful romantic weekend away.  The unit is so comfortable.  Thank you for your great hospitality - we had an awesome time here.  Go well - with love\"​</div><div class=\"uagb-tm__meta-inner\"><div class=\"uagb-tm__image-content\"><div class=\"uagb-tm__image\"><img class=\"uagb-tm-img-src\" src=\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/testimonial4-150x150.jpg\" alt=\"\" width=\"32\" height=\"32\" loading=\"lazy\"/></div></div><div class=\"uagb-testimonial-details\"><span class=\"uagb-tm__author-name\"><strong><strong><strong>Liz &amp; Eddie</strong></strong></strong></span><span class=\"uagb-tm__company\"></span></div></div></div></div></div></div></div>\n<!-- /wp:uagb/testimonial --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"57a2361b\",\"widthDesktop\":50,\"variationSelected\":true,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-57a2361b\"><!-- wp:uagb/testimonial {\"test_item_count\":1,\"classMigrate\":true,\"test_block\":[{\"description\":\"\\u0022Judy, what a wonderful place you have here - we were so delighted to spend the weekend here, so tranquil, peaceful, and beautiful. You made us feel right at home. Definitely a place worth 5 stars! Go well.\\u0022​\",\"name\":\"\\u003cstrong\\u003e\\u003cstrong\\u003eBrian\\u003c/strong\\u003e\\u003c/strong\\u003e \\u003cstrong\\u003e\\u003cstrong\\u003e\\u003cstrong\\u003eand \\u003cstrong\\u003eMariska\\u003c/strong\\u003e\\u003c/strong\\u003e\\u003cbr\\u003e\\u003c/strong\\u003e\\u003c/strong\\u003e\",\"company\":\"\",\"image\":{\"id\":120,\"title\":\"testimonial2\",\"filename\":\"testimonial2.jpg\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/testimonial2.jpg\",\"link\":\"https://blueroan.netgen.cloud/testimonial2/\",\"alt\":\"\",\"author\":\"34\",\"description\":\"\",\"caption\":\"\",\"name\":\"testimonial2\",\"status\":\"inherit\",\"uploadedTo\":0,\"date\":\"2021-05-11T05:02:03.000Z\",\"modified\":\"2021-05-11T05:02:03.000Z\",\"menuOrder\":0,\"mime\":\"image/jpeg\",\"type\":\"image\",\"subtype\":\"jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/default.png\",\"dateFormatted\":\"May 11, 2021\",\"nonces\":{\"update\":\"1ee6412858\",\"delete\":\"4414a2ccbf\",\"edit\":\"bde7b1f490\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=120\\u0026action=edit\",\"meta\":false,\"authorName\":\"Rishabh\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/user-edit.php?user_id=34\",\"filesizeInBytes\":10087,\"filesizeHumanReadable\":\"10 KB\",\"context\":\"\",\"height\":250,\"width\":250,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/testimonial2-150x150.jpg\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/testimonial2.jpg\",\"height\":250,\"width\":250,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}}}],\"headingAlign\":\"left\",\"headingAlignTablet\":\"left\",\"headingAlignMobile\":\"left\",\"descColor\":\"var(\\u002d\\u002dast-global-color-3)\",\"nameFontSize\":14,\"nameLineHeight\":1,\"descFontSize\":16,\"descFontWeight\":\"600\",\"nameSpace\":1,\"block_id\":\"47df6d55\",\"iconImage\":{\"url\":\"\",\"alt\":\"InfoBox placeholder img\"},\"imageWidth\":32,\"columnGap\":1,\"borderStyle\":\"\",\"paddingTop\":0,\"paddingBottom\":0,\"paddingLeft\":0,\"paddingRight\":0,\"spacingLink\":true,\"imgpaddingTop\":0,\"imgpaddingRight\":15,\"imgpaddingBottom\":0,\"imgpaddingLeft\":0,\"overallBorderStyle\":\"none\",\"imgTagHeight\":32,\"imgTagWidth\":150} -->\n<div class=\"wp-block-uagb-testimonial uagb-slick-carousel uagb-tm__arrow-outside uagb-block-47df6d55 uagb-post__carousel_notset uagb-post__carousel_notset-tablet uagb-post__carousel_notset-mobile\"><div class=\"is-carousel uagb-tm__columns-1 uagb-tm__items\"><div class=\"uagb-testimonial__wrap  uagb-tm__imgicon-style-circle uagb-tm__image-position-bottom uagb-tm__bg-type-none \"><div class=\"uagb-tm__content\"><div class=\"uagb-tm__overlay\"></div><div class=\"uagb-tm__text-wrap\"><div class=\"uagb-tm__desc\">\"Judy, what a wonderful place you have here - we were so delighted to spend the weekend here, so tranquil, peaceful, and beautiful. You made us feel right at home. Definitely a place worth 5 stars! Go well.\"​</div><div class=\"uagb-tm__meta-inner\"><div class=\"uagb-tm__image-content\"><div class=\"uagb-tm__image\"><img class=\"uagb-tm-img-src\" src=\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/testimonial2-150x150.jpg\" alt=\"\" width=\"32\" height=\"32\" loading=\"lazy\"/></div></div><div class=\"uagb-testimonial-details\"><span class=\"uagb-tm__author-name\"><strong><strong>Brian</strong></strong> <strong><strong><strong>and <strong>Mariska</strong></strong><br></strong></strong></span><span class=\"uagb-tm__company\"></span></div></div></div></div></div></div></div>\n<!-- /wp:uagb/testimonial -->\n\n<!-- wp:uagb/testimonial {\"test_item_count\":1,\"classMigrate\":true,\"test_block\":[{\"description\":\"\\u0022Thank you for the most wonderful time, Judy!  This was the most peaceful and perfect place to get engaged!  We will most certainly be back!!!  Your hospitality cannot be topped!\\u0022​\",\"name\":\"\\u003cstrong\\u003e\\u003cstrong\\u003e\\u003cstrong\\u003e\\u003cstrong\\u003eBrett and Kelly\\u003c/strong\\u003e\\u003c/strong\\u003e\\u003c/strong\\u003e\\u003c/strong\\u003e\",\"company\":\"\",\"image\":{\"id\":121,\"title\":\"testimonial3\",\"filename\":\"testimonial3.jpg\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/testimonial3.jpg\",\"link\":\"https://blueroan.netgen.cloud/testimonial3/\",\"alt\":\"\",\"author\":\"34\",\"description\":\"\",\"caption\":\"\",\"name\":\"testimonial3\",\"status\":\"inherit\",\"uploadedTo\":0,\"date\":\"2021-05-11T05:02:05.000Z\",\"modified\":\"2021-05-11T05:02:05.000Z\",\"menuOrder\":0,\"mime\":\"image/jpeg\",\"type\":\"image\",\"subtype\":\"jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/default.png\",\"dateFormatted\":\"May 11, 2021\",\"nonces\":{\"update\":\"290653da5d\",\"delete\":\"90a4fb2d63\",\"edit\":\"ff8a64e56e\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=121\\u0026action=edit\",\"meta\":false,\"authorName\":\"Rishabh\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/user-edit.php?user_id=34\",\"filesizeInBytes\":8748,\"filesizeHumanReadable\":\"9 KB\",\"context\":\"\",\"height\":250,\"width\":250,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/testimonial3-150x150.jpg\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2021/05/testimonial3.jpg\",\"height\":250,\"width\":250,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}}}],\"headingAlign\":\"left\",\"headingAlignTablet\":\"left\",\"headingAlignMobile\":\"left\",\"descColor\":\"var(\\u002d\\u002dast-global-color-3)\",\"nameFontSize\":14,\"nameLineHeight\":1,\"descFontSize\":16,\"descFontWeight\":\"600\",\"nameSpace\":1,\"block_id\":\"0ecd2bb1\",\"iconImage\":{\"url\":\"\",\"alt\":\"InfoBox placeholder img\"},\"imageWidth\":32,\"columnGap\":1,\"borderStyle\":\"\",\"paddingTop\":0,\"paddingBottom\":0,\"paddingLeft\":0,\"paddingRight\":0,\"spacingLink\":true,\"imgpaddingTop\":0,\"imgpaddingRight\":15,\"imgpaddingBottom\":0,\"imgpaddingLeft\":0,\"overallBorderStyle\":\"none\",\"imgTagHeight\":32,\"imgTagWidth\":150} -->\n<div class=\"wp-block-uagb-testimonial uagb-slick-carousel uagb-tm__arrow-outside uagb-block-0ecd2bb1 uagb-post__carousel_notset uagb-post__carousel_notset-tablet uagb-post__carousel_notset-mobile\"><div class=\"is-carousel uagb-tm__columns-1 uagb-tm__items\"><div class=\"uagb-testimonial__wrap  uagb-tm__imgicon-style-circle uagb-tm__image-position-bottom uagb-tm__bg-type-none \"><div class=\"uagb-tm__content\"><div class=\"uagb-tm__overlay\"></div><div class=\"uagb-tm__text-wrap\"><div class=\"uagb-tm__desc\">\"Thank you for the most wonderful time, Judy!  This was the most peaceful and perfect place to get engaged!  We will most certainly be back!!!  Your hospitality cannot be topped!\"​</div><div class=\"uagb-tm__meta-inner\"><div class=\"uagb-tm__image-content\"><div class=\"uagb-tm__image\"><img class=\"uagb-tm-img-src\" src=\"https://websitedemos.net/travel-and-tourism-08/wp-content/uploads/sites/847/2021/05/testimonial3-150x150.jpg\" alt=\"\" width=\"32\" height=\"32\" loading=\"lazy\"/></div></div><div class=\"uagb-testimonial-details\"><span class=\"uagb-tm__author-name\"><strong><strong><strong><strong>Brett and Kelly</strong></strong></strong></strong></span><span class=\"uagb-tm__company\"></span></div></div></div></div></div></div></div>\n<!-- /wp:uagb/testimonial --></div>\n<!-- /wp:uagb/container --></div>\n<!-- /wp:uagb/container --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"95ffd8cd\",\"innerContentCustomWidthDesktop\":781,\"innerContentCustomWidthTablet\":781,\"backgroundType\":\"image\",\"backgroundImageDesktop\":{\"id\":809,\"title\":\"26759994757_767d9794fd_b\",\"filename\":\"26759994757_767d9794fd_b.jpg\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/26759994757_767d9794fd_b.jpg\",\"link\":\"https://blueroan.netgen.cloud/?attachment_id=809\",\"alt\":\"\",\"author\":\"2\",\"description\":\"\",\"caption\":\"\",\"name\":\"26759994757_767d9794fd_b\",\"status\":\"inherit\",\"uploadedTo\":805,\"date\":\"2022-12-13T09:51:53.000Z\",\"modified\":\"2022-12-13T09:51:53.000Z\",\"menuOrder\":0,\"mime\":\"image/jpeg\",\"type\":\"image\",\"subtype\":\"jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-includes/images/media/default.png\",\"dateFormatted\":\"December 13, 2022\",\"nonces\":{\"update\":\"39b5c0eef1\",\"delete\":\"fde92abd83\",\"edit\":\"3923face9e\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=809\\u0026action=edit\",\"meta\":false,\"authorName\":\"Netgen Support\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/profile.php\",\"uploadedToTitle\":\"Magaliesburg\",\"uploadedToLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=805\\u0026action=edit\",\"filesizeInBytes\":143610,\"filesizeHumanReadable\":\"140 KB\",\"context\":\"\",\"height\":683,\"width\":1024,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/26759994757_767d9794fd_b-150x150.jpg\",\"orientation\":\"landscape\"},\"medium\":{\"height\":200,\"width\":300,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/26759994757_767d9794fd_b-300x200.jpg\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/26759994757_767d9794fd_b.jpg\",\"height\":683,\"width\":1024,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"backgroundImageColor\":\"rgba(42,42,42,0.65)\",\"topPaddingDesktop\":144,\"bottomPaddingDesktop\":144,\"leftPaddingDesktop\":40,\"rightPaddingDesktop\":40,\"topPaddingTablet\":80,\"bottomPaddingTablet\":80,\"leftPaddingTablet\":40,\"rightPaddingTablet\":40,\"topPaddingMobile\":64,\"bottomPaddingMobile\":64,\"leftPaddingMobile\":24,\"rightPaddingMobile\":24,\"paddingLink\":false,\"variationSelected\":true,\"isBlockRootParent\":true,\"overlayType\":\"color\"} -->\n<div class=\"wp-block-uagb-container uagb-block-95ffd8cd alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/advanced-heading {\"block_id\":\"3c833c7d\",\"classMigrate\":true,\"headingDescToggle\":true,\"headingAlign\":\"center\",\"headingColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"subHeadingColor\":\"var(\\u002d\\u002dast-global-color-4)\",\"headSpace\":20} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-3c833c7d\"><h2 class=\"uagb-heading-text\">Plan an Unforgettable Experience at <br>Blue Roan!</h2><p class=\"uagb-desc-text\">Blue Roan is a 3-star graded pet-friendly venue</p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/advanced-heading {\"block_id\":\"3e5a4b8f\",\"classMigrate\":true,\"headingTitleToggle\":false,\"headingDescToggle\":true,\"headingAlign\":\"center\",\"subHeadingColor\":\"var(\\u002d\\u002dast-global-color-4)\",\"subHeadTransform\":\"uppercase\",\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"subHeadLetterSpacing\":2,\"blockTopPadding\":60,\"blockRightPadding\":0,\"blockLeftPadding\":0,\"blockBottomPadding\":0,\"blockTopPaddingMobile\":30,\"blockRightPaddingMobile\":0,\"blockLeftPaddingMobile\":0,\"blockBottomPaddingMobile\":0,\"linkColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"linkHColor\":\"var(\\u002d\\u002dast-global-color-0)\"} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-3e5a4b8f\"><p class=\"uagb-desc-text\"><a href=\"https://book.nightsbridge.com/11065\" target=\"_blank\" rel=\"noreferrer noopener\">BOOK YOUR STAY NOW​</a></p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/icon-list {\"block_id\":\"3e5bf679\",\"classMigrate\":true,\"childMigrate\":true,\"align\":\"center\",\"parentIcon\":\"phone\",\"size\":40,\"sizeMobile\":24,\"sizeTablet\":32,\"fontSize\":48,\"fontSizeMobile\":28,\"fontSizeTablet\":40,\"fontWeight\":\"600\",\"iconColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"labelColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"blockTopPadding\":0,\"blockRightPadding\":0,\"blockLeftPadding\":0,\"blockBottomPadding\":24,\"blockPaddingLink\":false} -->\n<div class=\"wp-block-uagb-icon-list uagb-block-3e5bf679\"><div class=\"uagb-icon-list__wrap\"><!-- wp:uagb/icon-list-child {\"block_id\":\"1e726ca4\",\"label\":\" + 27 (0) 82 575 5409\",\"label_color\":\"\",\"link\":\"tel:+27825755409\",\"disableLink\":true,\"fromParentIcon\":\"phone\",\"imageSizeChild\":40} -->\n<div class=\"wp-block-uagb-icon-list-child uagb-block-1e726ca4\"><a target=\"_self\" aria-label=\" + 27 (0) 82 575 5409\" rel=\"noopener noreferrer\" href=\"tel:+27825755409\"> </a><span class=\"uagb-icon-list__source-wrap\"><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M511.2 387l-23.25 100.8c-3.266 14.25-15.79 24.22-30.46 24.22C205.2 512 0 306.8 0 54.5c0-14.66 9.969-27.2 24.22-30.45l100.8-23.25C139.7-2.602 154.7 5.018 160.8 18.92l46.52 108.5c5.438 12.78 1.77 27.67-8.98 36.45L144.5 207.1c33.98 69.22 90.26 125.5 159.5 159.5l44.08-53.8c8.688-10.78 23.69-14.51 36.47-8.975l108.5 46.51C506.1 357.2 514.6 372.4 511.2 387z\"></path></svg></span><span class=\"uagb-icon-list__label\"> + 27 (0) 82 575 5409</span></div>\n<!-- /wp:uagb/icon-list-child -->\n\n<!-- wp:uagb/icon-list-child {\"block_id\":\"8a7b57ca\",\"label\":\"blueroan@ugo.co.za\",\"icon\":\"envelope\",\"label_color\":\"\",\"link\":\"mailto:blueroan@ugo.co.za\",\"disableLink\":true,\"fromParentIcon\":\"phone\",\"imageSizeChild\":40} -->\n<div class=\"wp-block-uagb-icon-list-child uagb-block-8a7b57ca\"><a target=\"_self\" aria-label=\"blueroan@ugo.co.za\" rel=\"noopener noreferrer\" href=\"mailto:blueroan@ugo.co.za\"> </a><span class=\"uagb-icon-list__source-wrap\"><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M464 64C490.5 64 512 85.49 512 112C512 127.1 504.9 141.3 492.8 150.4L275.2 313.6C263.8 322.1 248.2 322.1 236.8 313.6L19.2 150.4C7.113 141.3 0 127.1 0 112C0 85.49 21.49 64 48 64H464zM217.6 339.2C240.4 356.3 271.6 356.3 294.4 339.2L512 176V384C512 419.3 483.3 448 448 448H64C28.65 448 0 419.3 0 384V176L217.6 339.2z\"></path></svg></span><span class=\"uagb-icon-list__label\">blueroan@ugo.co.za</span></div>\n<!-- /wp:uagb/icon-list-child --></div></div>\n<!-- /wp:uagb/icon-list --></div></div>\n<!-- /wp:uagb/container -->',	'Home',	'',	'inherit',	'closed',	'closed',	'',	'760-revision-v1',	'',	'',	'2022-12-22 08:11:57',	'2022-12-22 08:11:57',	'',	760,	'https://blueroan.netgen.cloud/?p=1409',	0,	'revision',	'',	0),
(1410,	2,	'2022-12-22 12:14:54',	'2022-12-22 12:14:54',	'<!-- wp:uagb/container {\"block_id\":\"d0083ef0\",\"backgroundType\":\"image\",\"backgroundImageDesktop\":{\"uploading\":false,\"date\":1671023457000,\"filename\":\"241559_798x533.jpg\",\"menuOrder\":0,\"uploadedTo\":1080,\"type\":\"image\",\"subtype\":\"jpeg\",\"id\":1095,\"title\":\"241559_798x533\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/241559_798x533.jpg\",\"link\":\"https://blueroan.netgen.cloud/the-honeymoon-suite/241559_798x533/\",\"alt\":\"\",\"author\":\"2\",\"description\":\"\",\"caption\":\"\",\"name\":\"241559_798x533\",\"status\":\"inherit\",\"modified\":1671023457000,\"mime\":\"image/jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-includes/images/media/default.png\",\"dateFormatted\":\"December 14, 2022\",\"nonces\":{\"update\":\"7866bc0686\",\"delete\":\"4305e802ab\",\"edit\":\"a07bc75067\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=1095\\u0026action=edit\",\"meta\":false,\"authorName\":\"Netgen Support\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/profile.php\",\"uploadedToTitle\":\"The Honeymoon Suite\",\"uploadedToLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=1080\\u0026action=edit\",\"filesizeInBytes\":101561,\"filesizeHumanReadable\":\"99 KB\",\"context\":\"\",\"height\":533,\"width\":798,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/241559_798x533-150x150.jpg\",\"orientation\":\"landscape\"},\"medium\":{\"height\":200,\"width\":300,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/241559_798x533-300x200.jpg\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/241559_798x533.jpg\",\"height\":533,\"width\":798,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"backgroundPositionDesktop\":{\"x\":0.6,\"y\":0.65},\"backgroundSizeTablet\":\"cover\",\"backgroundSizeMobile\":\"cover\",\"backgroundColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"backgroundImageColor\":\"rgba(42,42,42,0.5)\",\"topPaddingDesktop\":220,\"bottomPaddingDesktop\":150,\"topPaddingTablet\":170,\"bottomPaddingTablet\":160,\"leftPaddingTablet\":30,\"rightPaddingTablet\":30,\"topPaddingMobile\":180,\"bottomPaddingMobile\":80,\"leftPaddingMobile\":20,\"rightPaddingMobile\":20,\"paddingLink\":false,\"variationSelected\":true,\"isBlockRootParent\":true,\"overlayType\":\"color\"} -->\n<div class=\"wp-block-uagb-container uagb-block-d0083ef0 alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/advanced-heading {\"block_id\":\"00ca712d\",\"classMigrate\":true,\"headingDescToggle\":true,\"headingColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"subHeadingColor\":\"var(\\u002d\\u002dast-global-color-4)\",\"headingTag\":\"h1\",\"headSpace\":20,\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"blockTopPadding\":0,\"blockRightPadding\":50,\"blockLeftPadding\":0,\"blockBottomPadding\":0,\"blockTopPaddingTablet\":0,\"blockRightPaddingTablet\":20,\"blockLeftPaddingTablet\":0,\"blockBottomPaddingTablet\":0,\"blockTopPaddingMobile\":0,\"blockRightPaddingMobile\":0,\"blockLeftPaddingMobile\":0,\"blockBottomPaddingMobile\":0,\"blockPaddingUnit\":\"%\",\"blockPaddingUnitTablet\":\"%\"} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-00ca712d\"><h1 class=\"uagb-heading-text\">The Honeymoon suite</h1><p class=\"uagb-desc-text\">This open-plan unit, which is attached to the side of the main home, is ideal for couples because it is fully private and has its own entrance, garden, and carport.</p></div>\n<!-- /wp:uagb/advanced-heading --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"ababd1c4\",\"backgroundType\":\"color\",\"backgroundSizeTablet\":\"cover\",\"backgroundSizeMobile\":\"cover\",\"backgroundColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"topPaddingDesktop\":120,\"bottomPaddingDesktop\":60,\"rightPaddingDesktop\":0,\"topPaddingTablet\":80,\"bottomPaddingTablet\":80,\"leftPaddingTablet\":30,\"rightPaddingTablet\":30,\"topPaddingMobile\":80,\"bottomPaddingMobile\":80,\"leftPaddingMobile\":20,\"rightPaddingMobile\":20,\"paddingLink\":false,\"variationSelected\":true,\"rowGapDesktop\":0,\"isBlockRootParent\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-ababd1c4 alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/container {\"block_id\":\"b6b2fda1\",\"directionDesktop\":\"row\",\"alignItemsDesktop\":\"flex-end\",\"alignItemsTablet\":\"flex-end\",\"justifyContentDesktop\":\"flex-end\",\"justifyContentTablet\":\"space-between\",\"variationSelected\":true,\"rowGapMobile\":20,\"columnGapDesktop\":0} -->\n<div class=\"wp-block-uagb-container uagb-block-b6b2fda1\"><!-- wp:uagb/advanced-heading {\"block_id\":\"6bf6876f\",\"classMigrate\":true,\"headingDescToggle\":true,\"subHeadingColor\":\"\",\"headSpace\":20,\"subHeadFontSize\":16} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-6bf6876f\"><h2 class=\"uagb-heading-text\">Come &amp; Stay With Us​ at The Honeymoon suite</h2><p class=\"uagb-desc-text\">This is an open plan unit attached to the side of the main house, completely private with its own entrance, own garden, and carport. &nbsp;It has a king bed facing the TV and a separate bathroom with a huge walk-in shower and an oval spa bath. The unit has a glass door opening onto a private covered patio with a brick braai and comfortable outside furniture. &nbsp;It has a fenced and gated garden with a hammock and outside garden furniture. (no pets in this one)</p></div>\n<!-- /wp:uagb/advanced-heading --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:heading -->\n<h2>The bedroom &amp; lounge</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>This room contains the following: </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list -->\n<ul><!-- wp:list-item -->\n<li>King bed with electric blanket</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Electric heater</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Ceiling fan</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Hair dryer</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Good quality linen</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>32\" flat screen TV (full DSTV)</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>DVD player</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Books and playing cards</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Dressing table</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>2-seater recliner settee</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Big clothes cupboards with dressing gowns</li>\n<!-- /wp:list-item --></ul>\n<!-- /wp:list --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:uagb/image {\"block_id\":\"45918bad\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Honeymoon-Suite-bed-and-lazyboy-couch-1024x768.jpg\",\"id\":1411,\"width\":1024,\"height\":768,\"naturalWidth\":1024,\"naturalHeight\":768,\"sizeSlug\":\"full\"} -->\n<div class=\"wp-block-uagb-image uagb-block-45918bad wp-block-uagb-image--layout-default wp-block-uagb-image--effect-static wp-block-uagb-image--align-none\"><figure class=\"wp-block-uagb-image__figure\"><img srcset=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Honeymoon-Suite-bed-and-lazyboy-couch-1024x768.jpg \" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Honeymoon-Suite-bed-and-lazyboy-couch-1024x768.jpg\" alt=\"\" class=\"uag-image-1411\" width=\"1024\" height=\"768\" title=\"\" loading=\"lazy\"/></figure></div>\n<!-- /wp:uagb/image --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":1346,\"width\":500,\"height\":334,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large is-resized\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Honeymoon-Suite-kitchen-and-dining-table-1024x768.jpg\" alt=\"\" class=\"wp-image-1346\" width=\"500\" height=\"334\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:heading -->\n<h2>The Kitchen &amp; Dining room</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>This room contains the following</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list -->\n<ul><!-- wp:list-item -->\n<li>Log fireplace</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>4-plate gas stove and oven</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Microwave oven, kettle, toaster</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Fridge with top freezer compartment</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Pots, pans, cutlery, crockery, wine &amp; champagne glasses</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>All kitchen utensils</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Ironing board and iron</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>All cleaning cloths and detergents and washing up liquid</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Paper towel, salt pepper, coffee, sugar &amp; tea</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Braai tongs</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Dining table and 2 comfortable designer chairs</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Glass door out to the private patio</li>\n<!-- /wp:list-item --></ul>\n<!-- /wp:list --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:heading -->\n<h2>The bathroom</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>This room contains the following: </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list -->\n<ul><!-- wp:list-item -->\n<li>Huge walk-in shower</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Oval spa bath with 6 jets</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Bubble bath and candles</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Soap and towels and toiletries</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Toilet and his and hers basins - toilet paper provided</li>\n<!-- /wp:list-item --></ul>\n<!-- /wp:list --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":1092,\"width\":500,\"height\":334,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full is-resized\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAAJDAxNDM5Y2JmLTQ3YzMtNDA4Ni05ZjZlLTU2YjM4YmI1Y2IxNg.png\" alt=\"\" class=\"wp-image-1092\" width=\"500\" height=\"334\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":1093,\"width\":500,\"height\":334,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full is-resized\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/241560_798x533.jpg\" alt=\"\" class=\"wp-image-1093\" width=\"500\" height=\"334\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:heading -->\n<h2>Private patio surrounded by a private garden and facing the sunset</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>This room contains the following</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list -->\n<ul><!-- wp:list-item -->\n<li>Chairs with cushions</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Wooden table</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Brick braai</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Decorative lighting</li>\n<!-- /wp:list-item --></ul>\n<!-- /wp:list --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:heading {\"textAlign\":\"center\"} -->\n<h2 class=\"has-text-align-center\">Book your stay </h2>\n<!-- /wp:heading -->\n\n<!-- wp:buttons -->\n<div class=\"wp-block-buttons\"><!-- wp:button {\"align\":\"center\"} -->\n<div class=\"wp-block-button aligncenter\"><a class=\"wp-block-button__link wp-element-button\" href=\"https://book.nightsbridge.com/11065\" target=\"_blank\" rel=\"noreferrer noopener\">Reservations</a></div>\n<!-- /wp:button -->\n\n<!-- wp:button /--></div>\n<!-- /wp:buttons --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"ab29d9cd\",\"innerContentCustomWidthDesktop\":781,\"innerContentCustomWidthTablet\":781,\"backgroundType\":\"image\",\"backgroundImageDesktop\":{\"uploading\":false,\"date\":1670943271000,\"filename\":\"AAEAAQAAAAAAAAAAAAAA39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba.png\",\"menuOrder\":0,\"uploadedTo\":761,\"type\":\"image\",\"subtype\":\"png\",\"id\":899,\"title\":\"AAEAAQAAAAAAAAAAAAAA39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAA39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba.png\",\"link\":\"https://blueroan.netgen.cloud/accommodation/aaeaaqaaaaaaaaaaaaaa39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba/\",\"alt\":\"\",\"author\":\"2\",\"description\":\"\",\"caption\":\"\",\"name\":\"aaeaaqaaaaaaaaaaaaaa39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba\",\"status\":\"inherit\",\"modified\":1670943271000,\"mime\":\"image/png\",\"icon\":\"https://blueroan.netgen.cloud/wp-includes/images/media/default.png\",\"dateFormatted\":\"December 13, 2022\",\"nonces\":{\"update\":\"45b2b6c69b\",\"delete\":\"75d81c42ab\",\"edit\":\"88fae030a9\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=899\\u0026action=edit\",\"meta\":false,\"authorName\":\"Netgen Support\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/profile.php\",\"uploadedToTitle\":\"Accommodation\",\"uploadedToLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=761\\u0026action=edit\",\"filesizeInBytes\":2338048,\"filesizeHumanReadable\":\"2 MB\",\"context\":\"\",\"height\":900,\"width\":1200,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAA39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba-150x150.png\",\"orientation\":\"landscape\"},\"medium\":{\"height\":225,\"width\":300,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAA39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba-300x225.png\",\"orientation\":\"landscape\"},\"large\":{\"height\":768,\"width\":1024,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAA39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba-1024x768.png\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAA39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba.png\",\"height\":900,\"width\":1200,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"backgroundImageColor\":\"rgba(42,42,42,0.65)\",\"topPaddingDesktop\":144,\"bottomPaddingDesktop\":144,\"leftPaddingDesktop\":40,\"rightPaddingDesktop\":40,\"topPaddingTablet\":80,\"bottomPaddingTablet\":80,\"leftPaddingTablet\":40,\"rightPaddingTablet\":40,\"topPaddingMobile\":64,\"bottomPaddingMobile\":64,\"leftPaddingMobile\":24,\"rightPaddingMobile\":24,\"paddingLink\":false,\"variationSelected\":true,\"isBlockRootParent\":true,\"overlayType\":\"color\"} -->\n<div class=\"wp-block-uagb-container uagb-block-ab29d9cd alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/advanced-heading {\"block_id\":\"61e87db3\",\"classMigrate\":true,\"headingDescToggle\":true,\"headingAlign\":\"center\",\"headingColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"subHeadingColor\":\"var(\\u002d\\u002dast-global-color-4)\",\"headSpace\":20} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-61e87db3\"><h2 class=\"uagb-heading-text\">Plan an Unforgettable Experience at<br>Blue Roan!</h2><p class=\"uagb-desc-text\">We can help you fit your stay and experience within your allotted budget.</p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/advanced-heading {\"block_id\":\"cfd91c28\",\"classMigrate\":true,\"headingTitleToggle\":false,\"headingDescToggle\":true,\"headingAlign\":\"center\",\"subHeadingColor\":\"var(\\u002d\\u002dast-global-color-4)\",\"subHeadTransform\":\"uppercase\",\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"subHeadLetterSpacing\":2,\"blockTopPadding\":60,\"blockRightPadding\":0,\"blockLeftPadding\":0,\"blockBottomPadding\":0,\"blockTopPaddingMobile\":30,\"blockRightPaddingMobile\":0,\"blockLeftPaddingMobile\":0,\"blockBottomPaddingMobile\":0,\"linkColor\":\"var(\\u002d\\u002dast-global-color-8)\",\"linkHColor\":\"var(\\u002d\\u002dast-global-color-1)\"} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-cfd91c28\"><p class=\"uagb-desc-text\"><a href=\"https://book.nightsbridge.com/11065\" target=\"_blank\" rel=\"noreferrer noopener\">BOOK YOUR STAY NOW​<br></a></p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/icon-list {\"block_id\":\"a4345fa5\",\"classMigrate\":true,\"childMigrate\":true,\"align\":\"center\",\"parentIcon\":\"phone\",\"size\":40,\"sizeMobile\":24,\"sizeTablet\":32,\"fontSize\":48,\"fontSizeMobile\":28,\"fontSizeTablet\":40,\"fontWeight\":\"600\",\"iconColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"labelColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"blockTopPadding\":0,\"blockRightPadding\":0,\"blockLeftPadding\":0,\"blockBottomPadding\":24,\"blockPaddingLink\":false} -->\n<div class=\"wp-block-uagb-icon-list uagb-block-a4345fa5\"><div class=\"uagb-icon-list__wrap\"><!-- wp:uagb/icon-list-child {\"block_id\":\"abc5852b\",\"label\":\" + 27 (0) 82 575 5409\",\"label_color\":\"\",\"link\":\"tel:+27825755409\",\"disableLink\":true,\"fromParentIcon\":\"phone\",\"imageSizeChild\":40} -->\n<div class=\"wp-block-uagb-icon-list-child uagb-block-abc5852b\"><a target=\"_self\" aria-label=\" + 27 (0) 82 575 5409\" rel=\"noopener noreferrer\" href=\"tel:+27825755409\"> </a><span class=\"uagb-icon-list__source-wrap\"><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M511.2 387l-23.25 100.8c-3.266 14.25-15.79 24.22-30.46 24.22C205.2 512 0 306.8 0 54.5c0-14.66 9.969-27.2 24.22-30.45l100.8-23.25C139.7-2.602 154.7 5.018 160.8 18.92l46.52 108.5c5.438 12.78 1.77 27.67-8.98 36.45L144.5 207.1c33.98 69.22 90.26 125.5 159.5 159.5l44.08-53.8c8.688-10.78 23.69-14.51 36.47-8.975l108.5 46.51C506.1 357.2 514.6 372.4 511.2 387z\"></path></svg></span><span class=\"uagb-icon-list__label\"> + 27 (0) 82 575 5409</span></div>\n<!-- /wp:uagb/icon-list-child -->\n\n<!-- wp:uagb/icon-list-child {\"block_id\":\"ffa64bfb\",\"label\":\"blueroan@ugo.co.za\",\"icon\":\"envelope\",\"label_color\":\"\",\"link\":\"mailto:blueroan@ugo.co.za\",\"disableLink\":true,\"fromParentIcon\":\"phone\",\"imageSizeChild\":40} -->\n<div class=\"wp-block-uagb-icon-list-child uagb-block-ffa64bfb\"><a target=\"_self\" aria-label=\"blueroan@ugo.co.za\" rel=\"noopener noreferrer\" href=\"mailto:blueroan@ugo.co.za\"> </a><span class=\"uagb-icon-list__source-wrap\"><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M464 64C490.5 64 512 85.49 512 112C512 127.1 504.9 141.3 492.8 150.4L275.2 313.6C263.8 322.1 248.2 322.1 236.8 313.6L19.2 150.4C7.113 141.3 0 127.1 0 112C0 85.49 21.49 64 48 64H464zM217.6 339.2C240.4 356.3 271.6 356.3 294.4 339.2L512 176V384C512 419.3 483.3 448 448 448H64C28.65 448 0 419.3 0 384V176L217.6 339.2z\"></path></svg></span><span class=\"uagb-icon-list__label\">blueroan@ugo.co.za</span></div>\n<!-- /wp:uagb/icon-list-child --></div></div>\n<!-- /wp:uagb/icon-list --></div></div>\n<!-- /wp:uagb/container -->',	'The Honeymoon Suite',	'',	'inherit',	'closed',	'closed',	'',	'1080-autosave-v1',	'',	'',	'2022-12-22 12:14:54',	'2022-12-22 12:14:54',	'',	1080,	'https://blueroan.netgen.cloud/?p=1410',	0,	'revision',	'',	0),
(1411,	2,	'2022-12-22 12:14:36',	'2022-12-22 12:14:36',	'',	'Honeymoon Suite bed and lazyboy couch',	'',	'inherit',	'',	'closed',	'',	'honeymoon-suite-bed-and-lazyboy-couch',	'',	'',	'2022-12-22 12:14:36',	'2022-12-22 12:14:36',	'',	1080,	'https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Honeymoon-Suite-bed-and-lazyboy-couch.jpg',	0,	'attachment',	'image/jpeg',	0),
(1412,	2,	'2022-12-22 12:14:58',	'2022-12-22 12:14:58',	'<!-- wp:uagb/container {\"block_id\":\"d0083ef0\",\"backgroundType\":\"image\",\"backgroundImageDesktop\":{\"uploading\":false,\"date\":1671023457000,\"filename\":\"241559_798x533.jpg\",\"menuOrder\":0,\"uploadedTo\":1080,\"type\":\"image\",\"subtype\":\"jpeg\",\"id\":1095,\"title\":\"241559_798x533\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/241559_798x533.jpg\",\"link\":\"https://blueroan.netgen.cloud/the-honeymoon-suite/241559_798x533/\",\"alt\":\"\",\"author\":\"2\",\"description\":\"\",\"caption\":\"\",\"name\":\"241559_798x533\",\"status\":\"inherit\",\"modified\":1671023457000,\"mime\":\"image/jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-includes/images/media/default.png\",\"dateFormatted\":\"December 14, 2022\",\"nonces\":{\"update\":\"7866bc0686\",\"delete\":\"4305e802ab\",\"edit\":\"a07bc75067\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=1095\\u0026action=edit\",\"meta\":false,\"authorName\":\"Netgen Support\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/profile.php\",\"uploadedToTitle\":\"The Honeymoon Suite\",\"uploadedToLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=1080\\u0026action=edit\",\"filesizeInBytes\":101561,\"filesizeHumanReadable\":\"99 KB\",\"context\":\"\",\"height\":533,\"width\":798,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/241559_798x533-150x150.jpg\",\"orientation\":\"landscape\"},\"medium\":{\"height\":200,\"width\":300,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/241559_798x533-300x200.jpg\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/241559_798x533.jpg\",\"height\":533,\"width\":798,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"backgroundPositionDesktop\":{\"x\":0.6,\"y\":0.65},\"backgroundSizeTablet\":\"cover\",\"backgroundSizeMobile\":\"cover\",\"backgroundColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"backgroundImageColor\":\"rgba(42,42,42,0.5)\",\"topPaddingDesktop\":220,\"bottomPaddingDesktop\":150,\"topPaddingTablet\":170,\"bottomPaddingTablet\":160,\"leftPaddingTablet\":30,\"rightPaddingTablet\":30,\"topPaddingMobile\":180,\"bottomPaddingMobile\":80,\"leftPaddingMobile\":20,\"rightPaddingMobile\":20,\"paddingLink\":false,\"variationSelected\":true,\"isBlockRootParent\":true,\"overlayType\":\"color\"} -->\n<div class=\"wp-block-uagb-container uagb-block-d0083ef0 alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/advanced-heading {\"block_id\":\"00ca712d\",\"classMigrate\":true,\"headingDescToggle\":true,\"headingColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"subHeadingColor\":\"var(\\u002d\\u002dast-global-color-4)\",\"headingTag\":\"h1\",\"headSpace\":20,\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"blockTopPadding\":0,\"blockRightPadding\":50,\"blockLeftPadding\":0,\"blockBottomPadding\":0,\"blockTopPaddingTablet\":0,\"blockRightPaddingTablet\":20,\"blockLeftPaddingTablet\":0,\"blockBottomPaddingTablet\":0,\"blockTopPaddingMobile\":0,\"blockRightPaddingMobile\":0,\"blockLeftPaddingMobile\":0,\"blockBottomPaddingMobile\":0,\"blockPaddingUnit\":\"%\",\"blockPaddingUnitTablet\":\"%\"} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-00ca712d\"><h1 class=\"uagb-heading-text\">The Honeymoon suite</h1><p class=\"uagb-desc-text\">This open-plan unit, which is attached to the side of the main home, is ideal for couples because it is fully private and has its own entrance, garden, and carport.</p></div>\n<!-- /wp:uagb/advanced-heading --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"ababd1c4\",\"backgroundType\":\"color\",\"backgroundSizeTablet\":\"cover\",\"backgroundSizeMobile\":\"cover\",\"backgroundColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"topPaddingDesktop\":120,\"bottomPaddingDesktop\":60,\"rightPaddingDesktop\":0,\"topPaddingTablet\":80,\"bottomPaddingTablet\":80,\"leftPaddingTablet\":30,\"rightPaddingTablet\":30,\"topPaddingMobile\":80,\"bottomPaddingMobile\":80,\"leftPaddingMobile\":20,\"rightPaddingMobile\":20,\"paddingLink\":false,\"variationSelected\":true,\"rowGapDesktop\":0,\"isBlockRootParent\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-ababd1c4 alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/container {\"block_id\":\"b6b2fda1\",\"directionDesktop\":\"row\",\"alignItemsDesktop\":\"flex-end\",\"alignItemsTablet\":\"flex-end\",\"justifyContentDesktop\":\"flex-end\",\"justifyContentTablet\":\"space-between\",\"variationSelected\":true,\"rowGapMobile\":20,\"columnGapDesktop\":0} -->\n<div class=\"wp-block-uagb-container uagb-block-b6b2fda1\"><!-- wp:uagb/advanced-heading {\"block_id\":\"6bf6876f\",\"classMigrate\":true,\"headingDescToggle\":true,\"subHeadingColor\":\"\",\"headSpace\":20,\"subHeadFontSize\":16} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-6bf6876f\"><h2 class=\"uagb-heading-text\">Come &amp; Stay With Us​ at The Honeymoon suite</h2><p class=\"uagb-desc-text\">This is an open plan unit attached to the side of the main house, completely private with its own entrance, own garden, and carport. &nbsp;It has a king bed facing the TV and a separate bathroom with a huge walk-in shower and an oval spa bath. The unit has a glass door opening onto a private covered patio with a brick braai and comfortable outside furniture. &nbsp;It has a fenced and gated garden with a hammock and outside garden furniture. (no pets in this one)</p></div>\n<!-- /wp:uagb/advanced-heading --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:heading -->\n<h2>The bedroom &amp; lounge</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>This room contains the following: </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list -->\n<ul><!-- wp:list-item -->\n<li>King bed with electric blanket</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Electric heater</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Ceiling fan</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Hair dryer</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Good quality linen</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>32\" flat screen TV (full DSTV)</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>DVD player</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Books and playing cards</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Dressing table</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>2-seater recliner settee</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Big clothes cupboards with dressing gowns</li>\n<!-- /wp:list-item --></ul>\n<!-- /wp:list --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:uagb/image {\"block_id\":\"45918bad\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Honeymoon-Suite-bed-and-lazyboy-couch-1024x768.jpg\",\"id\":1411,\"width\":1024,\"height\":768,\"naturalWidth\":1024,\"naturalHeight\":768,\"sizeSlug\":\"full\"} -->\n<div class=\"wp-block-uagb-image uagb-block-45918bad wp-block-uagb-image--layout-default wp-block-uagb-image--effect-static wp-block-uagb-image--align-none\"><figure class=\"wp-block-uagb-image__figure\"><img srcset=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Honeymoon-Suite-bed-and-lazyboy-couch-1024x768.jpg \" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Honeymoon-Suite-bed-and-lazyboy-couch-1024x768.jpg\" alt=\"\" class=\"uag-image-1411\" width=\"1024\" height=\"768\" title=\"\" loading=\"lazy\"/></figure></div>\n<!-- /wp:uagb/image --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":1346,\"width\":500,\"height\":334,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large is-resized\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Honeymoon-Suite-kitchen-and-dining-table-1024x768.jpg\" alt=\"\" class=\"wp-image-1346\" width=\"500\" height=\"334\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:heading -->\n<h2>The Kitchen &amp; Dining room</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>This room contains the following</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list -->\n<ul><!-- wp:list-item -->\n<li>Log fireplace</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>4-plate gas stove and oven</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Microwave oven, kettle, toaster</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Fridge with top freezer compartment</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Pots, pans, cutlery, crockery, wine &amp; champagne glasses</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>All kitchen utensils</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Ironing board and iron</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>All cleaning cloths and detergents and washing up liquid</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Paper towel, salt pepper, coffee, sugar &amp; tea</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Braai tongs</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Dining table and 2 comfortable designer chairs</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Glass door out to the private patio</li>\n<!-- /wp:list-item --></ul>\n<!-- /wp:list --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:heading -->\n<h2>The bathroom</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>This room contains the following: </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list -->\n<ul><!-- wp:list-item -->\n<li>Huge walk-in shower</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Oval spa bath with 6 jets</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Bubble bath and candles</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Soap and towels and toiletries</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Toilet and his and hers basins - toilet paper provided</li>\n<!-- /wp:list-item --></ul>\n<!-- /wp:list --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":1092,\"width\":500,\"height\":334,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full is-resized\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAAJDAxNDM5Y2JmLTQ3YzMtNDA4Ni05ZjZlLTU2YjM4YmI1Y2IxNg.png\" alt=\"\" class=\"wp-image-1092\" width=\"500\" height=\"334\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":1093,\"width\":500,\"height\":334,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full is-resized\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/241560_798x533.jpg\" alt=\"\" class=\"wp-image-1093\" width=\"500\" height=\"334\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:heading -->\n<h2>Private patio surrounded by a private garden and facing the sunset</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>This room contains the following</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list -->\n<ul><!-- wp:list-item -->\n<li>Chairs with cushions</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Wooden table</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Brick braai</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Decorative lighting</li>\n<!-- /wp:list-item --></ul>\n<!-- /wp:list --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:heading {\"textAlign\":\"center\"} -->\n<h2 class=\"has-text-align-center\">Book your stay </h2>\n<!-- /wp:heading -->\n\n<!-- wp:buttons -->\n<div class=\"wp-block-buttons\"><!-- wp:button {\"align\":\"center\"} -->\n<div class=\"wp-block-button aligncenter\"><a class=\"wp-block-button__link wp-element-button\" href=\"https://book.nightsbridge.com/11065\" target=\"_blank\" rel=\"noreferrer noopener\">Reservations</a></div>\n<!-- /wp:button -->\n\n<!-- wp:button /--></div>\n<!-- /wp:buttons --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"ab29d9cd\",\"innerContentCustomWidthDesktop\":781,\"innerContentCustomWidthTablet\":781,\"backgroundType\":\"image\",\"backgroundImageDesktop\":{\"uploading\":false,\"date\":1670943271000,\"filename\":\"AAEAAQAAAAAAAAAAAAAA39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba.png\",\"menuOrder\":0,\"uploadedTo\":761,\"type\":\"image\",\"subtype\":\"png\",\"id\":899,\"title\":\"AAEAAQAAAAAAAAAAAAAA39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAA39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba.png\",\"link\":\"https://blueroan.netgen.cloud/accommodation/aaeaaqaaaaaaaaaaaaaa39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba/\",\"alt\":\"\",\"author\":\"2\",\"description\":\"\",\"caption\":\"\",\"name\":\"aaeaaqaaaaaaaaaaaaaa39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba\",\"status\":\"inherit\",\"modified\":1670943271000,\"mime\":\"image/png\",\"icon\":\"https://blueroan.netgen.cloud/wp-includes/images/media/default.png\",\"dateFormatted\":\"December 13, 2022\",\"nonces\":{\"update\":\"45b2b6c69b\",\"delete\":\"75d81c42ab\",\"edit\":\"88fae030a9\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=899\\u0026action=edit\",\"meta\":false,\"authorName\":\"Netgen Support\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/profile.php\",\"uploadedToTitle\":\"Accommodation\",\"uploadedToLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=761\\u0026action=edit\",\"filesizeInBytes\":2338048,\"filesizeHumanReadable\":\"2 MB\",\"context\":\"\",\"height\":900,\"width\":1200,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAA39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba-150x150.png\",\"orientation\":\"landscape\"},\"medium\":{\"height\":225,\"width\":300,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAA39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba-300x225.png\",\"orientation\":\"landscape\"},\"large\":{\"height\":768,\"width\":1024,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAA39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba-1024x768.png\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAA39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba.png\",\"height\":900,\"width\":1200,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"backgroundImageColor\":\"rgba(42,42,42,0.65)\",\"topPaddingDesktop\":144,\"bottomPaddingDesktop\":144,\"leftPaddingDesktop\":40,\"rightPaddingDesktop\":40,\"topPaddingTablet\":80,\"bottomPaddingTablet\":80,\"leftPaddingTablet\":40,\"rightPaddingTablet\":40,\"topPaddingMobile\":64,\"bottomPaddingMobile\":64,\"leftPaddingMobile\":24,\"rightPaddingMobile\":24,\"paddingLink\":false,\"variationSelected\":true,\"isBlockRootParent\":true,\"overlayType\":\"color\"} -->\n<div class=\"wp-block-uagb-container uagb-block-ab29d9cd alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/advanced-heading {\"block_id\":\"61e87db3\",\"classMigrate\":true,\"headingDescToggle\":true,\"headingAlign\":\"center\",\"headingColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"subHeadingColor\":\"var(\\u002d\\u002dast-global-color-4)\",\"headSpace\":20} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-61e87db3\"><h2 class=\"uagb-heading-text\">Plan an Unforgettable Experience at<br>Blue Roan!</h2><p class=\"uagb-desc-text\">We can help you fit your stay and experience within your allotted budget.</p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/advanced-heading {\"block_id\":\"cfd91c28\",\"classMigrate\":true,\"headingTitleToggle\":false,\"headingDescToggle\":true,\"headingAlign\":\"center\",\"subHeadingColor\":\"var(\\u002d\\u002dast-global-color-4)\",\"subHeadTransform\":\"uppercase\",\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"subHeadLetterSpacing\":2,\"blockTopPadding\":60,\"blockRightPadding\":0,\"blockLeftPadding\":0,\"blockBottomPadding\":0,\"blockTopPaddingMobile\":30,\"blockRightPaddingMobile\":0,\"blockLeftPaddingMobile\":0,\"blockBottomPaddingMobile\":0,\"linkColor\":\"var(\\u002d\\u002dast-global-color-8)\",\"linkHColor\":\"var(\\u002d\\u002dast-global-color-1)\"} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-cfd91c28\"><p class=\"uagb-desc-text\"><a href=\"https://book.nightsbridge.com/11065\" target=\"_blank\" rel=\"noreferrer noopener\">BOOK YOUR STAY NOW​<br></a></p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/icon-list {\"block_id\":\"a4345fa5\",\"classMigrate\":true,\"childMigrate\":true,\"align\":\"center\",\"parentIcon\":\"phone\",\"size\":40,\"sizeMobile\":24,\"sizeTablet\":32,\"fontSize\":48,\"fontSizeMobile\":28,\"fontSizeTablet\":40,\"fontWeight\":\"600\",\"iconColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"labelColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"blockTopPadding\":0,\"blockRightPadding\":0,\"blockLeftPadding\":0,\"blockBottomPadding\":24,\"blockPaddingLink\":false} -->\n<div class=\"wp-block-uagb-icon-list uagb-block-a4345fa5\"><div class=\"uagb-icon-list__wrap\"><!-- wp:uagb/icon-list-child {\"block_id\":\"abc5852b\",\"label\":\" + 27 (0) 82 575 5409\",\"label_color\":\"\",\"link\":\"tel:+27825755409\",\"disableLink\":true,\"fromParentIcon\":\"phone\",\"imageSizeChild\":40} -->\n<div class=\"wp-block-uagb-icon-list-child uagb-block-abc5852b\"><a target=\"_self\" aria-label=\" + 27 (0) 82 575 5409\" rel=\"noopener noreferrer\" href=\"tel:+27825755409\"> </a><span class=\"uagb-icon-list__source-wrap\"><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M511.2 387l-23.25 100.8c-3.266 14.25-15.79 24.22-30.46 24.22C205.2 512 0 306.8 0 54.5c0-14.66 9.969-27.2 24.22-30.45l100.8-23.25C139.7-2.602 154.7 5.018 160.8 18.92l46.52 108.5c5.438 12.78 1.77 27.67-8.98 36.45L144.5 207.1c33.98 69.22 90.26 125.5 159.5 159.5l44.08-53.8c8.688-10.78 23.69-14.51 36.47-8.975l108.5 46.51C506.1 357.2 514.6 372.4 511.2 387z\"></path></svg></span><span class=\"uagb-icon-list__label\"> + 27 (0) 82 575 5409</span></div>\n<!-- /wp:uagb/icon-list-child -->\n\n<!-- wp:uagb/icon-list-child {\"block_id\":\"ffa64bfb\",\"label\":\"blueroan@ugo.co.za\",\"icon\":\"envelope\",\"label_color\":\"\",\"link\":\"mailto:blueroan@ugo.co.za\",\"disableLink\":true,\"fromParentIcon\":\"phone\",\"imageSizeChild\":40} -->\n<div class=\"wp-block-uagb-icon-list-child uagb-block-ffa64bfb\"><a target=\"_self\" aria-label=\"blueroan@ugo.co.za\" rel=\"noopener noreferrer\" href=\"mailto:blueroan@ugo.co.za\"> </a><span class=\"uagb-icon-list__source-wrap\"><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M464 64C490.5 64 512 85.49 512 112C512 127.1 504.9 141.3 492.8 150.4L275.2 313.6C263.8 322.1 248.2 322.1 236.8 313.6L19.2 150.4C7.113 141.3 0 127.1 0 112C0 85.49 21.49 64 48 64H464zM217.6 339.2C240.4 356.3 271.6 356.3 294.4 339.2L512 176V384C512 419.3 483.3 448 448 448H64C28.65 448 0 419.3 0 384V176L217.6 339.2z\"></path></svg></span><span class=\"uagb-icon-list__label\">blueroan@ugo.co.za</span></div>\n<!-- /wp:uagb/icon-list-child --></div></div>\n<!-- /wp:uagb/icon-list --></div></div>\n<!-- /wp:uagb/container -->',	'The Honeymoon Suite',	'',	'inherit',	'closed',	'closed',	'',	'1080-revision-v1',	'',	'',	'2022-12-22 12:14:58',	'2022-12-22 12:14:58',	'',	1080,	'https://blueroan.netgen.cloud/?p=1412',	0,	'revision',	'',	0),
(1414,	2,	'2022-12-23 10:53:33',	'2022-12-23 10:53:33',	'',	'Mexican lounge',	'',	'inherit',	'',	'closed',	'',	'mexican-lounge',	'',	'',	'2022-12-23 10:53:33',	'2022-12-23 10:53:33',	'',	761,	'https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Mexican-lounge.jpg',	0,	'attachment',	'image/jpeg',	0),
(1415,	2,	'2022-12-23 10:57:01',	'2022-12-23 10:57:01',	'',	'Tuscan bed',	'',	'inherit',	'',	'closed',	'',	'tuscan-bed',	'',	'',	'2022-12-23 10:57:01',	'2022-12-23 10:57:01',	'',	761,	'https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Tuscan-bed.jpg',	0,	'attachment',	'image/jpeg',	0),
(1416,	2,	'2022-12-23 10:59:24',	'2022-12-23 10:59:24',	'<!-- wp:uagb/container {\"block_id\":\"05832b8d\",\"backgroundType\":\"image\",\"backgroundImageDesktop\":{\"id\":797,\"title\":\"blue-roan-guest-farm (13)\",\"filename\":\"blue-roan-guest-farm-13.jpg\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-13.jpg\",\"link\":\"https://blueroan.netgen.cloud/home/blue-roan-guest-farm-13/\",\"alt\":\"\",\"author\":\"2\",\"description\":\"\",\"caption\":\"\",\"name\":\"blue-roan-guest-farm-13\",\"status\":\"inherit\",\"uploadedTo\":760,\"date\":\"2022-12-13T09:37:10.000Z\",\"modified\":\"2022-12-13T09:37:10.000Z\",\"menuOrder\":0,\"mime\":\"image/jpeg\",\"type\":\"image\",\"subtype\":\"jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-includes/images/media/default.png\",\"dateFormatted\":\"December 13, 2022\",\"nonces\":{\"update\":\"88c7dafe15\",\"delete\":\"0e63c986af\",\"edit\":\"ba0aad2d7f\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=797\\u0026action=edit\",\"meta\":false,\"authorName\":\"Netgen Support\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/profile.php\",\"uploadedToTitle\":\"Home\",\"uploadedToLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=760\\u0026action=edit\",\"filesizeInBytes\":201183,\"filesizeHumanReadable\":\"196 KB\",\"context\":\"\",\"height\":667,\"width\":1000,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-13-150x150.jpg\",\"orientation\":\"landscape\"},\"medium\":{\"height\":200,\"width\":300,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-13-300x200.jpg\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-13.jpg\",\"height\":667,\"width\":1000,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"backgroundPositionDesktop\":{\"x\":0.62,\"y\":0.78},\"backgroundSizeTablet\":\"cover\",\"backgroundSizeMobile\":\"cover\",\"backgroundColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"backgroundImageColor\":\"rgba(42,42,42,0.5)\",\"topPaddingDesktop\":220,\"bottomPaddingDesktop\":150,\"topPaddingTablet\":170,\"bottomPaddingTablet\":160,\"leftPaddingTablet\":30,\"rightPaddingTablet\":30,\"topPaddingMobile\":180,\"bottomPaddingMobile\":80,\"leftPaddingMobile\":20,\"rightPaddingMobile\":20,\"paddingLink\":false,\"variationSelected\":true,\"isBlockRootParent\":true,\"overlayType\":\"color\"} -->\n<div class=\"wp-block-uagb-container uagb-block-05832b8d alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/advanced-heading {\"block_id\":\"924bf8d0\",\"classMigrate\":true,\"headingDescToggle\":true,\"headingColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"subHeadingColor\":\"var(\\u002d\\u002dast-global-color-4)\",\"headingTag\":\"h1\",\"headSpace\":20,\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"blockTopPadding\":0,\"blockRightPadding\":50,\"blockLeftPadding\":0,\"blockBottomPadding\":0,\"blockTopPaddingTablet\":0,\"blockRightPaddingTablet\":20,\"blockLeftPaddingTablet\":0,\"blockBottomPaddingTablet\":0,\"blockTopPaddingMobile\":0,\"blockRightPaddingMobile\":0,\"blockLeftPaddingMobile\":0,\"blockBottomPaddingMobile\":0,\"blockPaddingUnit\":\"%\",\"blockPaddingUnitTablet\":\"%\"} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-924bf8d0\"><h1 class=\"uagb-heading-text\">Rooms &amp; Accommodation​</h1><p class=\"uagb-desc-text\">If you are looking for a home away from home, even a place your dog can come along then take a closer look into the rooms we offer and pick the one for you.</p></div>\n<!-- /wp:uagb/advanced-heading --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"a5a11795\",\"backgroundType\":\"color\",\"backgroundSizeTablet\":\"cover\",\"backgroundSizeMobile\":\"cover\",\"backgroundColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"topPaddingDesktop\":120,\"bottomPaddingDesktop\":120,\"topPaddingTablet\":80,\"bottomPaddingTablet\":80,\"leftPaddingTablet\":30,\"rightPaddingTablet\":30,\"topPaddingMobile\":80,\"bottomPaddingMobile\":80,\"leftPaddingMobile\":20,\"rightPaddingMobile\":20,\"paddingLink\":false,\"variationSelected\":true,\"rowGapDesktop\":0,\"isBlockRootParent\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-a5a11795 alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/container {\"block_id\":\"ca67bac0\",\"directionDesktop\":\"row\",\"alignItemsDesktop\":\"flex-end\",\"alignItemsTablet\":\"flex-end\",\"justifyContentDesktop\":\"flex-end\",\"justifyContentTablet\":\"space-between\",\"variationSelected\":true,\"rowGapMobile\":20,\"columnGapDesktop\":0} -->\n<div class=\"wp-block-uagb-container uagb-block-ca67bac0\"><!-- wp:uagb/advanced-heading {\"block_id\":\"6def6cb9\",\"classMigrate\":true,\"headingDescToggle\":true,\"subHeadingColor\":\"\",\"headSpace\":20,\"subHeadFontSize\":16} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-6def6cb9\"><h2 class=\"uagb-heading-text\">Come &amp; Stay With Us​</h2><p class=\"uagb-desc-text\">There are 7 excellent brick self-catering units available, each private and with a distinctive personality and theme. They are particularly made for pet-free or pet-owning couples looking for a romantic and serene setting to reconnect, celebrate special occasions, or simply unwind on a holiday.<br><br>We are pet-friendly by arrangement as each unit is separately fenced with its own grassy garden with a garden gate leading to the generous park area where pets can socialize. &nbsp;We also have lovely safe off-leash walking trails on our property and beyond. &nbsp;Our units are very luxurious with everything you would need and very homely and charming. Regrettably no children or group bookings.  </p></div>\n<!-- /wp:uagb/advanced-heading --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"e552a46c\",\"directionDesktop\":\"row\",\"alignItemsTablet\":\"flex-start\",\"justifyContentDesktop\":\"flex-start\",\"topMarginDesktop\":54,\"bottomMarginDesktop\":0,\"leftMarginDesktop\":0,\"rightMarginDesktop\":0,\"marginLink\":false,\"variationSelected\":true,\"rowGapMobile\":0,\"columnGapDesktop\":0} -->\n<div class=\"wp-block-uagb-container uagb-block-e552a46c\"><!-- wp:uagb/container {\"block_id\":\"5d2fae02\",\"widthDesktop\":50,\"bottomPaddingDesktop\":20,\"rightPaddingDesktop\":32,\"bottomPaddingTablet\":35,\"rightPaddingTablet\":15,\"bottomPaddingMobile\":65,\"paddingLink\":false,\"topMarginDesktop\":0,\"bottomMarginDesktop\":0,\"leftMarginDesktop\":5,\"rightMarginDesktop\":5,\"topMarginMobile\":0,\"bottomMarginMobile\":0,\"leftMarginMobile\":0,\"rightMarginMobile\":0,\"marginLink\":false,\"variationSelected\":true,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-5d2fae02\"><!-- wp:uagb/info-box {\"classMigrate\":true,\"headingAlign\":\"left\",\"headingColor\":\"\",\"subHeadingColor\":\"\",\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"source_type\":\"image\",\"block_id\":\"a6e61354\",\"ctaIcon\":\"\",\"ctaType\":\"text\",\"ctaText\":\"\\u003ca href=\\u0022/the-barn/\\u0022 data-type=\\u0022URL\\u0022 data-id=\\u0022/the-barn/\\u0022\\u003eREAD MORE\\u003c/a\\u003e\",\"ctaLink\":\"/the-barn/\",\"ctaLinkColor\":\"var(\\u002d\\u002dast-global-color-0)\",\"ctaDecoration\":\"underline\",\"ctaFontSize\":12,\"ctaFontWeight\":\"600\",\"ctaLetterSpacing\":2,\"ctaBorderColor\":\"\",\"ctaBorderStyle\":\"\",\"ctaBorderWidth\":\"\",\"ctaBorderRadius\":\"\",\"iconBottomMargin\":30,\"iconImage\":{\"uploading\":false,\"date\":1670936674000,\"filename\":\"blue-roan-guest-farm-10.jpg\",\"menuOrder\":0,\"uploadedTo\":761,\"type\":\"image\",\"subtype\":\"jpeg\",\"id\":863,\"title\":\"blue-roan-guest-farm (10)\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-10.jpg\",\"link\":\"https://blueroan.netgen.cloud/accommodation/blue-roan-guest-farm-10/\",\"alt\":\"\",\"author\":\"2\",\"description\":\"\",\"caption\":\"\",\"name\":\"blue-roan-guest-farm-10\",\"status\":\"inherit\",\"modified\":1670936674000,\"mime\":\"image/jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-includes/images/media/default.png\",\"dateFormatted\":\"December 13, 2022\",\"nonces\":{\"update\":\"1a7491aa65\",\"delete\":\"dc6afaa89c\",\"edit\":\"7635ee35fb\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=863\\u0026action=edit\",\"meta\":false,\"authorName\":\"Netgen Support\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/profile.php\",\"uploadedToTitle\":\"Accommodation\",\"uploadedToLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=761\\u0026action=edit\",\"filesizeInBytes\":149768,\"filesizeHumanReadable\":\"146 KB\",\"context\":\"\",\"height\":667,\"width\":1000,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-10-150x150.jpg\",\"orientation\":\"landscape\"},\"medium\":{\"height\":200,\"width\":300,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-10-300x200.jpg\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-10.jpg\",\"height\":667,\"width\":1000,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"imageSize\":\"full\",\"imageWidth\":100,\"imageWidthMobile\":100,\"imageWidthTablet\":100,\"paddingBtnTop\":10,\"paddingBtnBottom\":10,\"paddingBtnLeft\":14,\"paddingBtnRight\":14,\"imageWidthUnit\":\"%\",\"imageWidthUnitTablet\":\"%\",\"imageWidthUnitMobile\":\"%\",\"subHeadTopMargin\":0,\"subHeadRightMargin\":40,\"subHeadLeftMargin\":0,\"subHeadMarginTopTablet\":0,\"subHeadMarginRightTablet\":0,\"subHeadTabletSpace\":20,\"subHeadMarginLeftTablet\":0,\"imgTagHeight\":66,\"imgTagWidth\":1000,\"btnBorderTopWidth\":1,\"btnBorderLeftWidth\":1,\"btnBorderRightWidth\":1,\"btnBorderBottomWidth\":1,\"btnBorderTopLeftRadius\":0,\"btnBorderTopRightRadius\":0,\"btnBorderBottomLeftRadius\":0,\"btnBorderBottomRightRadius\":0,\"btnBorderStyle\":\"solid\",\"btnBorderColor\":\"#333\"} -->\n<div class=\"wp-block-uagb-info-box uagb-block-a6e61354 uagb-infobox__content-wrap  uagb-infobox-icon-above-title uagb-infobox-image-valign-top\"><div class=\"uagb-ifb-content\"><div class=\"uagb-ifb-image-content\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-10.jpg\" alt=\"\" width=\"100\" height=\"66\" loading=\"lazy\"/></div><div class=\"uagb-ifb-title-wrap\"><h3 class=\"uagb-ifb-title\">The Barn </h3></div><p class=\"uagb-ifb-desc\">Rustic beams and exposed wood are all hallmarks of our barn-style suite. This is an open-plan unit with lots of windows with a raised king bed on a platform that faces the TV and the mountains.</p><div class=\"uagb-ifb-button-wrapper wp-block-button\"><a href=\"/the-barn/\" target=\"_self\" class=\"uagb-infobox-cta-link\" rel=\"noopener noreferrer\" alt=\"\"><span class=\"uagb-inline-editing\">READ MORE</span></a></div></div></div>\n<!-- /wp:uagb/info-box --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"bb438f85\",\"widthDesktop\":50,\"bottomPaddingDesktop\":20,\"rightPaddingDesktop\":32,\"bottomPaddingTablet\":35,\"rightPaddingTablet\":15,\"bottomPaddingMobile\":65,\"paddingLink\":false,\"topMarginDesktop\":0,\"bottomMarginDesktop\":0,\"leftMarginDesktop\":5,\"rightMarginDesktop\":5,\"topMarginMobile\":0,\"bottomMarginMobile\":0,\"leftMarginMobile\":0,\"rightMarginMobile\":0,\"marginLink\":false,\"variationSelected\":true,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-bb438f85\"><!-- wp:uagb/info-box {\"classMigrate\":true,\"headingAlign\":\"left\",\"headingColor\":\"\",\"subHeadingColor\":\"\",\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"source_type\":\"image\",\"block_id\":\"77948fd1\",\"ctaIcon\":\"\",\"ctaType\":\"text\",\"ctaText\":\"READ MORE\",\"ctaLink\":\"/the-tuscan-suite/\",\"ctaLinkColor\":\"var(\\u002d\\u002dast-global-color-0)\",\"ctaDecoration\":\"underline\",\"ctaFontSize\":12,\"ctaFontWeight\":\"600\",\"ctaLetterSpacing\":2,\"ctaBorderColor\":\"\",\"ctaBorderStyle\":\"\",\"ctaBorderWidth\":\"\",\"ctaBorderRadius\":\"\",\"iconBottomMargin\":30,\"iconImage\":{\"uploading\":false,\"date\":1671793021000,\"filename\":\"Tuscan-bed-scaled.jpg\",\"menuOrder\":0,\"uploadedTo\":761,\"type\":\"image\",\"subtype\":\"jpeg\",\"id\":1415,\"title\":\"Tuscan bed\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Tuscan-bed-scaled.jpg\",\"link\":\"https://blueroan.netgen.cloud/accommodation/tuscan-bed/\",\"alt\":\"\",\"author\":\"2\",\"description\":\"\",\"caption\":\"\",\"name\":\"tuscan-bed\",\"status\":\"inherit\",\"modified\":1671793021000,\"mime\":\"image/jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-includes/images/media/default.png\",\"dateFormatted\":\"December 23, 2022\",\"nonces\":{\"update\":\"a65d5ffb35\",\"delete\":\"258abcecc2\",\"edit\":\"83d01f0e78\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=1415\\u0026action=edit\",\"meta\":false,\"authorName\":\"Netgen Support\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/profile.php\",\"uploadedToTitle\":\"Accommodation\",\"uploadedToLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=761\\u0026action=edit\",\"filesizeInBytes\":713337,\"filesizeHumanReadable\":\"697 KB\",\"context\":\"\",\"originalImageURL\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Tuscan-bed.jpg\",\"originalImageName\":\"Tuscan-bed.jpg\",\"height\":1920,\"width\":2560,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Tuscan-bed-150x150.jpg\",\"orientation\":\"landscape\"},\"medium\":{\"height\":225,\"width\":300,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Tuscan-bed-300x225.jpg\",\"orientation\":\"landscape\"},\"large\":{\"height\":768,\"width\":1024,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Tuscan-bed-1024x768.jpg\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Tuscan-bed-scaled.jpg\",\"height\":1920,\"width\":2560,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"imageSize\":\"full\",\"imageWidth\":100,\"imageWidthMobile\":100,\"imageWidthTablet\":100,\"paddingBtnTop\":10,\"paddingBtnBottom\":10,\"paddingBtnLeft\":14,\"paddingBtnRight\":14,\"imageWidthUnit\":\"%\",\"imageWidthUnitTablet\":\"%\",\"imageWidthUnitMobile\":\"%\",\"subHeadTopMargin\":0,\"subHeadRightMargin\":40,\"subHeadLeftMargin\":0,\"subHeadMarginTopTablet\":0,\"subHeadMarginRightTablet\":0,\"subHeadTabletSpace\":20,\"subHeadMarginLeftTablet\":0,\"imgTagHeight\":66,\"imgTagWidth\":600,\"btnBorderTopWidth\":1,\"btnBorderLeftWidth\":1,\"btnBorderRightWidth\":1,\"btnBorderBottomWidth\":1,\"btnBorderTopLeftRadius\":0,\"btnBorderTopRightRadius\":0,\"btnBorderBottomLeftRadius\":0,\"btnBorderBottomRightRadius\":0,\"btnBorderStyle\":\"solid\",\"btnBorderColor\":\"#333\"} -->\n<div class=\"wp-block-uagb-info-box uagb-block-77948fd1 uagb-infobox__content-wrap  uagb-infobox-icon-above-title uagb-infobox-image-valign-top\"><div class=\"uagb-ifb-content\"><div class=\"uagb-ifb-image-content\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Tuscan-bed-scaled.jpg\" alt=\"\" width=\"100\" height=\"66\" loading=\"lazy\"/></div><div class=\"uagb-ifb-title-wrap\"><h3 class=\"uagb-ifb-title\">The Tuscan Suite </h3></div><p class=\"uagb-ifb-desc\">Terra-cotta tiles, textured wall treatments, gorgeous, intricate murals,&nbsp;and simple, durable furniture with elegant iron accents are all characteristics of Tuscan interior design.</p><div class=\"uagb-ifb-button-wrapper wp-block-button\"><a href=\"/the-tuscan-suite/\" target=\"_self\" class=\"uagb-infobox-cta-link\" rel=\"noopener noreferrer\" alt=\"\"><span class=\"uagb-inline-editing\">READ MORE</span></a></div></div></div>\n<!-- /wp:uagb/info-box --></div>\n<!-- /wp:uagb/container --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"aa36840f\",\"directionDesktop\":\"row\",\"alignItemsTablet\":\"flex-start\",\"justifyContentDesktop\":\"flex-start\",\"topMarginDesktop\":54,\"bottomMarginDesktop\":0,\"leftMarginDesktop\":0,\"rightMarginDesktop\":0,\"topMarginMobile\":0,\"bottomMarginMobile\":0,\"leftMarginMobile\":0,\"rightMarginMobile\":0,\"marginLink\":false,\"variationSelected\":true,\"rowGapMobile\":0,\"columnGapDesktop\":0} -->\n<div class=\"wp-block-uagb-container uagb-block-aa36840f\"><!-- wp:uagb/container {\"block_id\":\"503829ce\",\"widthDesktop\":50,\"bottomPaddingDesktop\":20,\"rightPaddingDesktop\":32,\"bottomPaddingTablet\":35,\"leftPaddingTablet\":0,\"rightPaddingTablet\":15,\"bottomPaddingMobile\":65,\"paddingLink\":false,\"topMarginDesktop\":0,\"bottomMarginDesktop\":0,\"leftMarginDesktop\":5,\"rightMarginDesktop\":5,\"topMarginMobile\":0,\"bottomMarginMobile\":0,\"leftMarginMobile\":0,\"rightMarginMobile\":0,\"marginLink\":false,\"variationSelected\":true,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-503829ce\"><!-- wp:uagb/info-box {\"classMigrate\":true,\"headingAlign\":\"left\",\"headingColor\":\"\",\"subHeadingColor\":\"\",\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"source_type\":\"image\",\"block_id\":\"2306ad82\",\"ctaIcon\":\"\",\"ctaType\":\"text\",\"ctaText\":\"READ MORE\",\"ctaLink\":\"/the-bluebush/\",\"ctaLinkColor\":\"var(\\u002d\\u002dast-global-color-0)\",\"ctaDecoration\":\"underline\",\"ctaFontSize\":12,\"ctaFontWeight\":\"600\",\"ctaLetterSpacing\":2,\"ctaBorderColor\":\"\",\"ctaBorderStyle\":\"\",\"ctaBorderWidth\":\"\",\"ctaBorderRadius\":\"\",\"iconBottomMargin\":30,\"iconImage\":{\"uploading\":false,\"date\":1670938945000,\"filename\":\"bluebush-king-bed-and-spa-bath.png\",\"menuOrder\":0,\"uploadedTo\":761,\"type\":\"image\",\"subtype\":\"png\",\"id\":881,\"title\":\"bluebush-king-bed-and-spa-bath\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/bluebush-king-bed-and-spa-bath.png\",\"link\":\"https://blueroan.netgen.cloud/accommodation/bluebush-king-bed-and-spa-bath/\",\"alt\":\"\",\"author\":\"2\",\"description\":\"\",\"caption\":\"\",\"name\":\"bluebush-king-bed-and-spa-bath\",\"status\":\"inherit\",\"modified\":1670938945000,\"mime\":\"image/png\",\"icon\":\"https://blueroan.netgen.cloud/wp-includes/images/media/default.png\",\"dateFormatted\":\"December 13, 2022\",\"nonces\":{\"update\":\"e1c334788a\",\"delete\":\"b219c40b29\",\"edit\":\"273b944edc\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=881\\u0026action=edit\",\"meta\":false,\"authorName\":\"Netgen Support\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/profile.php\",\"uploadedToTitle\":\"Accommodation\",\"uploadedToLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=761\\u0026action=edit\",\"filesizeInBytes\":1195033,\"filesizeHumanReadable\":\"1 MB\",\"context\":\"\",\"height\":667,\"width\":1000,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/bluebush-king-bed-and-spa-bath-150x150.png\",\"orientation\":\"landscape\"},\"medium\":{\"height\":200,\"width\":300,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/bluebush-king-bed-and-spa-bath-300x200.png\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/bluebush-king-bed-and-spa-bath.png\",\"height\":667,\"width\":1000,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"imageSize\":\"full\",\"imageWidth\":100,\"imageWidthMobile\":100,\"imageWidthTablet\":100,\"paddingBtnTop\":10,\"paddingBtnBottom\":10,\"paddingBtnLeft\":14,\"paddingBtnRight\":14,\"imageWidthUnit\":\"%\",\"imageWidthUnitTablet\":\"%\",\"imageWidthUnitMobile\":\"%\",\"subHeadTopMargin\":0,\"subHeadRightMargin\":40,\"subHeadLeftMargin\":0,\"subHeadMarginTopTablet\":0,\"subHeadMarginRightTablet\":0,\"subHeadTabletSpace\":20,\"subHeadMarginLeftTablet\":0,\"imgTagHeight\":66,\"imgTagWidth\":1000,\"btnBorderTopWidth\":1,\"btnBorderLeftWidth\":1,\"btnBorderRightWidth\":1,\"btnBorderBottomWidth\":1,\"btnBorderTopLeftRadius\":0,\"btnBorderTopRightRadius\":0,\"btnBorderBottomLeftRadius\":0,\"btnBorderBottomRightRadius\":0,\"btnBorderStyle\":\"solid\",\"btnBorderColor\":\"#333\"} -->\n<div class=\"wp-block-uagb-info-box uagb-block-2306ad82 uagb-infobox__content-wrap  uagb-infobox-icon-above-title uagb-infobox-image-valign-top\"><div class=\"uagb-ifb-content\"><div class=\"uagb-ifb-image-content\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/bluebush-king-bed-and-spa-bath.png\" alt=\"\" width=\"100\" height=\"66\" loading=\"lazy\"/></div><div class=\"uagb-ifb-title-wrap\"><h3 class=\"uagb-ifb-title\">The Bluebush </h3></div><p class=\"uagb-ifb-desc\">A warm and comforting suite with a very homely feeling. Settle in and alleviate like you would at home. Relax with a perfect corner-shaped spa bath and open-plan&nbsp;living area.</p><div class=\"uagb-ifb-button-wrapper wp-block-button\"><a href=\"/the-bluebush/\" target=\"_self\" class=\"uagb-infobox-cta-link\" rel=\"noopener noreferrer\" alt=\"\"><span class=\"uagb-inline-editing\">READ MORE</span></a></div></div></div>\n<!-- /wp:uagb/info-box --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"023ed3a1\",\"widthDesktop\":50,\"bottomPaddingDesktop\":20,\"rightPaddingDesktop\":32,\"bottomPaddingTablet\":35,\"rightPaddingTablet\":15,\"bottomPaddingMobile\":65,\"paddingLink\":false,\"topMarginDesktop\":0,\"bottomMarginDesktop\":0,\"leftMarginDesktop\":5,\"rightMarginDesktop\":5,\"topMarginMobile\":0,\"bottomMarginMobile\":0,\"leftMarginMobile\":0,\"rightMarginMobile\":0,\"marginLink\":false,\"variationSelected\":true,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-023ed3a1\"><!-- wp:uagb/info-box {\"classMigrate\":true,\"headingAlign\":\"left\",\"headingColor\":\"\",\"subHeadingColor\":\"\",\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"source_type\":\"image\",\"block_id\":\"e8f366ed\",\"ctaIcon\":\"\",\"ctaType\":\"text\",\"ctaText\":\"READ MORE\",\"ctaLink\":\"/the-mexican-loft/\",\"ctaLinkColor\":\"var(\\u002d\\u002dast-global-color-0)\",\"ctaDecoration\":\"underline\",\"ctaFontSize\":12,\"ctaFontWeight\":\"600\",\"ctaLetterSpacing\":2,\"ctaBorderColor\":\"\",\"ctaBorderStyle\":\"\",\"ctaBorderWidth\":\"\",\"ctaBorderRadius\":\"\",\"iconBottomMargin\":30,\"iconImage\":{\"uploading\":false,\"date\":1671792813000,\"filename\":\"Mexican-lounge-scaled.jpg\",\"menuOrder\":0,\"uploadedTo\":761,\"type\":\"image\",\"subtype\":\"jpeg\",\"id\":1414,\"title\":\"Mexican lounge\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Mexican-lounge-scaled.jpg\",\"link\":\"https://blueroan.netgen.cloud/accommodation/mexican-lounge/\",\"alt\":\"\",\"author\":\"2\",\"description\":\"\",\"caption\":\"\",\"name\":\"mexican-lounge\",\"status\":\"inherit\",\"modified\":1671792813000,\"mime\":\"image/jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-includes/images/media/default.png\",\"dateFormatted\":\"December 23, 2022\",\"nonces\":{\"update\":\"bee2a34b7c\",\"delete\":\"eedfc00600\",\"edit\":\"e22c6f6722\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=1414\\u0026action=edit\",\"meta\":false,\"authorName\":\"Netgen Support\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/profile.php\",\"uploadedToTitle\":\"Accommodation\",\"uploadedToLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=761\\u0026action=edit\",\"filesizeInBytes\":470054,\"filesizeHumanReadable\":\"459 KB\",\"context\":\"\",\"originalImageURL\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Mexican-lounge.jpg\",\"originalImageName\":\"Mexican-lounge.jpg\",\"height\":1440,\"width\":2560,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Mexican-lounge-150x150.jpg\",\"orientation\":\"landscape\"},\"medium\":{\"height\":169,\"width\":300,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Mexican-lounge-300x169.jpg\",\"orientation\":\"landscape\"},\"large\":{\"height\":576,\"width\":1024,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Mexican-lounge-1024x576.jpg\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Mexican-lounge-scaled.jpg\",\"height\":1440,\"width\":2560,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"imageSize\":\"full\",\"imageWidth\":100,\"imageWidthMobile\":100,\"imageWidthTablet\":100,\"paddingBtnTop\":10,\"paddingBtnBottom\":10,\"paddingBtnLeft\":14,\"paddingBtnRight\":14,\"imageWidthUnit\":\"%\",\"imageWidthUnitTablet\":\"%\",\"imageWidthUnitMobile\":\"%\",\"subHeadTopMargin\":0,\"subHeadRightMargin\":40,\"subHeadLeftMargin\":0,\"subHeadMarginTopTablet\":0,\"subHeadMarginRightTablet\":0,\"subHeadTabletSpace\":20,\"subHeadMarginLeftTablet\":0,\"imgTagHeight\":56,\"imgTagWidth\":2560,\"btnBorderTopWidth\":1,\"btnBorderLeftWidth\":1,\"btnBorderRightWidth\":1,\"btnBorderBottomWidth\":1,\"btnBorderTopLeftRadius\":0,\"btnBorderTopRightRadius\":0,\"btnBorderBottomLeftRadius\":0,\"btnBorderBottomRightRadius\":0,\"btnBorderStyle\":\"solid\",\"btnBorderColor\":\"#333\"} -->\n<div class=\"wp-block-uagb-info-box uagb-block-e8f366ed uagb-infobox__content-wrap  uagb-infobox-icon-above-title uagb-infobox-image-valign-top\"><div class=\"uagb-ifb-content\"><div class=\"uagb-ifb-image-content\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Mexican-lounge-scaled.jpg\" alt=\"\" width=\"100\" height=\"56\" loading=\"lazy\"/></div><div class=\"uagb-ifb-title-wrap\"><h3 class=\"uagb-ifb-title\">The Mexican Loft </h3></div><p class=\"uagb-ifb-desc\">This Mexican-inspired unit is full of bold colors and rustic furnishings. This design style has a multifarious feel, mixing rustic wood, authentic art, textiles, and a vivid palette of color</p><div class=\"uagb-ifb-button-wrapper wp-block-button\"><a href=\"/the-mexican-loft/\" target=\"_self\" class=\"uagb-infobox-cta-link\" rel=\"noopener noreferrer\" alt=\"\"><span class=\"uagb-inline-editing\">READ MORE</span></a></div></div></div>\n<!-- /wp:uagb/info-box --></div>\n<!-- /wp:uagb/container --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"27d8dce1\",\"directionDesktop\":\"row\",\"justifyContentDesktop\":\"flex-start\",\"topMarginDesktop\":54,\"bottomMarginDesktop\":0,\"leftMarginDesktop\":0,\"rightMarginDesktop\":0,\"topMarginMobile\":0,\"bottomMarginMobile\":0,\"leftMarginMobile\":0,\"rightMarginMobile\":0,\"marginLink\":false,\"variationSelected\":true,\"rowGapMobile\":0,\"columnGapDesktop\":0} -->\n<div class=\"wp-block-uagb-container uagb-block-27d8dce1\"><!-- wp:uagb/container {\"block_id\":\"dcb57bf9\",\"widthDesktop\":50,\"bottomPaddingDesktop\":20,\"rightPaddingDesktop\":32,\"bottomPaddingTablet\":35,\"rightPaddingTablet\":15,\"bottomPaddingMobile\":65,\"paddingLink\":false,\"topMarginDesktop\":0,\"bottomMarginDesktop\":0,\"leftMarginDesktop\":5,\"rightMarginDesktop\":5,\"topMarginMobile\":0,\"bottomMarginMobile\":0,\"leftMarginMobile\":0,\"rightMarginMobile\":0,\"marginLink\":false,\"variationSelected\":true,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-dcb57bf9\"><!-- wp:uagb/info-box {\"classMigrate\":true,\"headingAlign\":\"left\",\"headingColor\":\"\",\"subHeadingColor\":\"\",\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"source_type\":\"image\",\"block_id\":\"460746fb\",\"ctaIcon\":\"\",\"ctaType\":\"text\",\"ctaText\":\"READ MORE\",\"ctaLink\":\"/the-acacia/\",\"ctaLinkColor\":\"var(\\u002d\\u002dast-global-color-0)\",\"ctaDecoration\":\"underline\",\"ctaFontSize\":12,\"ctaFontWeight\":\"600\",\"ctaLetterSpacing\":2,\"ctaBorderColor\":\"\",\"ctaBorderStyle\":\"\",\"ctaBorderWidth\":\"\",\"ctaBorderRadius\":\"\",\"iconBottomMargin\":30,\"iconImage\":{\"uploading\":false,\"date\":1671617789000,\"filename\":\"Untitled-design-8.png\",\"menuOrder\":0,\"uploadedTo\":761,\"type\":\"image\",\"subtype\":\"png\",\"id\":1367,\"title\":\"Untitled design (8)\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Untitled-design-8.png\",\"link\":\"https://blueroan.netgen.cloud/accommodation/untitled-design-8/\",\"alt\":\"\",\"author\":\"2\",\"description\":\"\",\"caption\":\"\",\"name\":\"untitled-design-8\",\"status\":\"inherit\",\"modified\":1671617789000,\"mime\":\"image/png\",\"icon\":\"https://blueroan.netgen.cloud/wp-includes/images/media/default.png\",\"dateFormatted\":\"December 21, 2022\",\"nonces\":{\"update\":\"a4f9ab1277\",\"delete\":\"0a02bad2bf\",\"edit\":\"1453f03067\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=1367\\u0026action=edit\",\"meta\":false,\"authorName\":\"Netgen Support\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/profile.php\",\"uploadedToTitle\":\"Accommodation\",\"uploadedToLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=761\\u0026action=edit\",\"filesizeInBytes\":8233970,\"filesizeHumanReadable\":\"8 MB\",\"context\":\"\",\"height\":2736,\"width\":3648,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Untitled-design-8-150x150.png\",\"orientation\":\"landscape\"},\"medium\":{\"height\":225,\"width\":300,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Untitled-design-8-300x225.png\",\"orientation\":\"landscape\"},\"large\":{\"height\":768,\"width\":1024,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Untitled-design-8-1024x768.png\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Untitled-design-8.png\",\"height\":2736,\"width\":3648,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"imageSize\":\"full\",\"imageWidth\":100,\"imageWidthMobile\":100,\"imageWidthTablet\":100,\"paddingBtnTop\":10,\"paddingBtnBottom\":10,\"paddingBtnLeft\":14,\"paddingBtnRight\":14,\"imageWidthUnit\":\"%\",\"imageWidthUnitTablet\":\"%\",\"imageWidthUnitMobile\":\"%\",\"subHeadTopMargin\":0,\"subHeadRightMargin\":40,\"subHeadLeftMargin\":0,\"subHeadMarginTopTablet\":0,\"subHeadMarginRightTablet\":0,\"subHeadTabletSpace\":20,\"subHeadMarginLeftTablet\":0,\"imgTagHeight\":75,\"imgTagWidth\":3648,\"btnBorderTopWidth\":1,\"btnBorderLeftWidth\":1,\"btnBorderRightWidth\":1,\"btnBorderBottomWidth\":1,\"btnBorderTopLeftRadius\":0,\"btnBorderTopRightRadius\":0,\"btnBorderBottomLeftRadius\":0,\"btnBorderBottomRightRadius\":0,\"btnBorderStyle\":\"solid\",\"btnBorderColor\":\"#333\"} -->\n<div class=\"wp-block-uagb-info-box uagb-block-460746fb uagb-infobox__content-wrap  uagb-infobox-icon-above-title uagb-infobox-image-valign-top\"><div class=\"uagb-ifb-content\"><div class=\"uagb-ifb-image-content\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Untitled-design-8.png\" alt=\"\" width=\"100\" height=\"75\" loading=\"lazy\"/></div><div class=\"uagb-ifb-title-wrap\"><h3 class=\"uagb-ifb-title\">The Acacia </h3></div><p class=\"uagb-ifb-desc\">The Acacia tree inspired the name of our largest unit. The wide open-concept living space of this rustic, rough-hewn unit opens onto a covered patio with a brick braai area.</p><div class=\"uagb-ifb-button-wrapper wp-block-button\"><a href=\"/the-acacia/\" target=\"_self\" class=\"uagb-infobox-cta-link\" rel=\"noopener noreferrer\" alt=\"\"><span class=\"uagb-inline-editing\">READ MORE</span></a></div></div></div>\n<!-- /wp:uagb/info-box --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"d40c293f\",\"widthDesktop\":50,\"bottomPaddingDesktop\":20,\"rightPaddingDesktop\":32,\"bottomPaddingTablet\":35,\"rightPaddingTablet\":15,\"paddingLink\":false,\"topMarginDesktop\":0,\"bottomMarginDesktop\":0,\"leftMarginDesktop\":5,\"rightMarginDesktop\":5,\"topMarginMobile\":0,\"bottomMarginMobile\":0,\"leftMarginMobile\":0,\"rightMarginMobile\":0,\"marginLink\":false,\"variationSelected\":true,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-d40c293f\"><!-- wp:uagb/info-box {\"classMigrate\":true,\"headingAlign\":\"left\",\"headingColor\":\"\",\"subHeadingColor\":\"\",\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"source_type\":\"image\",\"block_id\":\"29b2db5d\",\"ctaIcon\":\"\",\"ctaType\":\"text\",\"ctaText\":\"READ MORE\",\"ctaLink\":\"/the-greek-villa/\",\"ctaLinkColor\":\"var(\\u002d\\u002dast-global-color-0)\",\"ctaDecoration\":\"underline\",\"ctaFontSize\":12,\"ctaFontWeight\":\"600\",\"ctaLetterSpacing\":2,\"ctaBorderColor\":\"\",\"ctaBorderStyle\":\"\",\"ctaBorderWidth\":\"\",\"ctaBorderRadius\":\"\",\"iconBottomMargin\":30,\"iconImage\":{\"id\":837,\"title\":\"blue-roan-guest-farm-8\",\"filename\":\"blue-roan-guest-farm-8.jpg\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-8.jpg\",\"link\":\"https://blueroan.netgen.cloud/home/blue-roan-guest-farm-8/\",\"alt\":\"\",\"author\":\"2\",\"description\":\"\",\"caption\":\"\",\"name\":\"blue-roan-guest-farm-8\",\"status\":\"inherit\",\"uploadedTo\":760,\"date\":\"2022-12-13T11:55:28.000Z\",\"modified\":\"2022-12-13T11:55:28.000Z\",\"menuOrder\":0,\"mime\":\"image/jpeg\",\"type\":\"image\",\"subtype\":\"jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-includes/images/media/default.png\",\"dateFormatted\":\"December 13, 2022\",\"nonces\":{\"update\":\"e297386797\",\"delete\":\"bce21c37a3\",\"edit\":\"b27dcb4293\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=837\\u0026action=edit\",\"meta\":false,\"authorName\":\"Netgen Support\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/profile.php\",\"uploadedToTitle\":\"Home\",\"uploadedToLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=760\\u0026action=edit\",\"filesizeInBytes\":208219,\"filesizeHumanReadable\":\"203 KB\",\"context\":\"\",\"height\":795,\"width\":1200,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-8-150x150.jpg\",\"orientation\":\"landscape\"},\"medium\":{\"height\":199,\"width\":300,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-8-300x199.jpg\",\"orientation\":\"landscape\"},\"large\":{\"height\":678,\"width\":1024,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-8-1024x678.jpg\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-8.jpg\",\"height\":795,\"width\":1200,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"imageSize\":\"full\",\"imageWidth\":100,\"imageWidthMobile\":100,\"imageWidthTablet\":100,\"paddingBtnTop\":10,\"paddingBtnBottom\":10,\"paddingBtnLeft\":14,\"paddingBtnRight\":14,\"imageWidthUnit\":\"%\",\"imageWidthUnitTablet\":\"%\",\"imageWidthUnitMobile\":\"%\",\"subHeadTopMargin\":0,\"subHeadRightMargin\":40,\"subHeadLeftMargin\":0,\"subHeadMarginTopTablet\":0,\"subHeadMarginRightTablet\":0,\"subHeadTabletSpace\":20,\"subHeadMarginLeftTablet\":0,\"imgTagHeight\":66,\"imgTagWidth\":1200,\"btnBorderTopWidth\":1,\"btnBorderLeftWidth\":1,\"btnBorderRightWidth\":1,\"btnBorderBottomWidth\":1,\"btnBorderTopLeftRadius\":0,\"btnBorderTopRightRadius\":0,\"btnBorderBottomLeftRadius\":0,\"btnBorderBottomRightRadius\":0,\"btnBorderStyle\":\"solid\",\"btnBorderColor\":\"#333\"} -->\n<div class=\"wp-block-uagb-info-box uagb-block-29b2db5d uagb-infobox__content-wrap  uagb-infobox-icon-above-title uagb-infobox-image-valign-top\"><div class=\"uagb-ifb-content\"><div class=\"uagb-ifb-image-content\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-8.jpg\" alt=\"\" width=\"100\" height=\"66\" loading=\"lazy\"/></div><div class=\"uagb-ifb-title-wrap\"><h3 class=\"uagb-ifb-title\">The Greek Villa </h3></div><p class=\"uagb-ifb-desc\">Designed like a Greek villa this Mediterranean style reflects a relaxed atmosphere with its dominant white walls and blue ceilings with lovely rustic furnishings</p><div class=\"uagb-ifb-button-wrapper wp-block-button\"><a href=\"/the-greek-villa/\" target=\"_self\" class=\"uagb-infobox-cta-link\" rel=\"noopener noreferrer\" alt=\"\"><span class=\"uagb-inline-editing\">READ MORE</span></a></div></div></div>\n<!-- /wp:uagb/info-box --></div>\n<!-- /wp:uagb/container --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"dcda0f67\",\"directionDesktop\":\"row\",\"justifyContentDesktop\":\"flex-start\",\"topMarginDesktop\":54,\"bottomMarginDesktop\":0,\"leftMarginDesktop\":0,\"rightMarginDesktop\":0,\"topMarginMobile\":0,\"bottomMarginMobile\":0,\"leftMarginMobile\":0,\"rightMarginMobile\":0,\"marginLink\":false,\"variationSelected\":true,\"rowGapMobile\":0,\"columnGapDesktop\":0} -->\n<div class=\"wp-block-uagb-container uagb-block-dcda0f67\"><!-- wp:uagb/container {\"block_id\":\"8a82b6c6\",\"widthDesktop\":50,\"bottomPaddingDesktop\":20,\"rightPaddingDesktop\":32,\"bottomPaddingTablet\":35,\"rightPaddingTablet\":15,\"bottomPaddingMobile\":65,\"paddingLink\":false,\"topMarginDesktop\":0,\"bottomMarginDesktop\":0,\"leftMarginDesktop\":5,\"rightMarginDesktop\":5,\"topMarginMobile\":0,\"bottomMarginMobile\":0,\"leftMarginMobile\":0,\"rightMarginMobile\":0,\"marginLink\":false,\"variationSelected\":true,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-8a82b6c6\"><!-- wp:uagb/info-box {\"classMigrate\":true,\"headingAlign\":\"left\",\"headingColor\":\"\",\"subHeadingColor\":\"\",\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"source_type\":\"image\",\"block_id\":\"fa0a2e68\",\"ctaIcon\":\"\",\"ctaType\":\"text\",\"ctaText\":\"READ MORE\",\"ctaLink\":\"/the-honeymoon-suite/\",\"ctaLinkColor\":\"var(\\u002d\\u002dast-global-color-0)\",\"ctaDecoration\":\"underline\",\"ctaFontSize\":12,\"ctaFontWeight\":\"600\",\"ctaLetterSpacing\":2,\"ctaBorderColor\":\"\",\"ctaBorderStyle\":\"\",\"ctaBorderWidth\":\"\",\"ctaBorderRadius\":\"\",\"iconBottomMargin\":30,\"iconImage\":{\"uploading\":false,\"date\":1671616764000,\"filename\":\"Honeymoon-bed-scaled.jpg\",\"menuOrder\":0,\"uploadedTo\":761,\"type\":\"image\",\"subtype\":\"jpeg\",\"id\":1365,\"title\":\"Honeymoon bed\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Honeymoon-bed-scaled.jpg\",\"link\":\"https://blueroan.netgen.cloud/accommodation/honeymoon-bed/\",\"alt\":\"\",\"author\":\"2\",\"description\":\"\",\"caption\":\"\",\"name\":\"honeymoon-bed\",\"status\":\"inherit\",\"modified\":1671616764000,\"mime\":\"image/jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-includes/images/media/default.png\",\"dateFormatted\":\"December 21, 2022\",\"nonces\":{\"update\":\"98057a9f17\",\"delete\":\"4fdef1107d\",\"edit\":\"ffc19c6d9a\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=1365\\u0026action=edit\",\"meta\":false,\"authorName\":\"Netgen Support\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/profile.php\",\"uploadedToTitle\":\"Accommodation\",\"uploadedToLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=761\\u0026action=edit\",\"filesizeInBytes\":698844,\"filesizeHumanReadable\":\"682 KB\",\"context\":\"\",\"originalImageURL\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Honeymoon-bed.jpg\",\"originalImageName\":\"Honeymoon-bed.jpg\",\"height\":1920,\"width\":2560,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Honeymoon-bed-150x150.jpg\",\"orientation\":\"landscape\"},\"medium\":{\"height\":225,\"width\":300,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Honeymoon-bed-300x225.jpg\",\"orientation\":\"landscape\"},\"large\":{\"height\":768,\"width\":1024,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Honeymoon-bed-1024x768.jpg\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Honeymoon-bed-scaled.jpg\",\"height\":1920,\"width\":2560,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"imageSize\":\"full\",\"imageWidth\":100,\"imageWidthMobile\":100,\"imageWidthTablet\":100,\"paddingBtnTop\":10,\"paddingBtnBottom\":10,\"paddingBtnLeft\":14,\"paddingBtnRight\":14,\"imageWidthUnit\":\"%\",\"imageWidthUnitTablet\":\"%\",\"imageWidthUnitMobile\":\"%\",\"subHeadTopMargin\":0,\"subHeadRightMargin\":40,\"subHeadLeftMargin\":0,\"subHeadMarginTopTablet\":0,\"subHeadMarginRightTablet\":0,\"subHeadTabletSpace\":20,\"subHeadMarginLeftTablet\":0,\"imgTagHeight\":75,\"imgTagWidth\":2560,\"btnBorderTopWidth\":1,\"btnBorderLeftWidth\":1,\"btnBorderRightWidth\":1,\"btnBorderBottomWidth\":1,\"btnBorderTopLeftRadius\":0,\"btnBorderTopRightRadius\":0,\"btnBorderBottomLeftRadius\":0,\"btnBorderBottomRightRadius\":0,\"btnBorderStyle\":\"solid\",\"btnBorderColor\":\"#333\"} -->\n<div class=\"wp-block-uagb-info-box uagb-block-fa0a2e68 uagb-infobox__content-wrap  uagb-infobox-icon-above-title uagb-infobox-image-valign-top\"><div class=\"uagb-ifb-content\"><div class=\"uagb-ifb-image-content\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Honeymoon-bed-scaled.jpg\" alt=\"\" width=\"100\" height=\"75\" loading=\"lazy\"/></div><div class=\"uagb-ifb-title-wrap\"><h3 class=\"uagb-ifb-title\">The Honeymoon suite</h3></div><p class=\"uagb-ifb-desc\">This&nbsp;<a href=\"https://www.collinsdictionary.com/dictionary/english/suite\">suite</a>&nbsp;is perfect for couples - This is an open-plan unit attached to the side of the main house, completely private with its own entrance, own garden, and carport.&nbsp;</p><div class=\"uagb-ifb-button-wrapper wp-block-button\"><a href=\"/the-honeymoon-suite/\" target=\"_self\" class=\"uagb-infobox-cta-link\" rel=\"noopener noreferrer\" alt=\"\"><span class=\"uagb-inline-editing\">READ MORE</span></a></div></div></div>\n<!-- /wp:uagb/info-box --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"badd3481\",\"widthDesktop\":50,\"bottomPaddingDesktop\":20,\"rightPaddingDesktop\":32,\"bottomPaddingTablet\":35,\"rightPaddingTablet\":15,\"paddingLink\":false,\"topMarginDesktop\":0,\"bottomMarginDesktop\":0,\"leftMarginDesktop\":5,\"rightMarginDesktop\":5,\"topMarginMobile\":0,\"bottomMarginMobile\":0,\"leftMarginMobile\":0,\"rightMarginMobile\":0,\"marginLink\":false,\"variationSelected\":true,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-badd3481\"></div>\n<!-- /wp:uagb/container --></div>\n<!-- /wp:uagb/container --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"8e134d84\",\"innerContentCustomWidthDesktop\":781,\"innerContentCustomWidthTablet\":781,\"backgroundType\":\"image\",\"backgroundImageDesktop\":{\"uploading\":false,\"date\":1670943271000,\"filename\":\"AAEAAQAAAAAAAAAAAAAA39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba.png\",\"menuOrder\":0,\"uploadedTo\":761,\"type\":\"image\",\"subtype\":\"png\",\"id\":899,\"title\":\"AAEAAQAAAAAAAAAAAAAA39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAA39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba.png\",\"link\":\"https://blueroan.netgen.cloud/accommodation/aaeaaqaaaaaaaaaaaaaa39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba/\",\"alt\":\"\",\"author\":\"2\",\"description\":\"\",\"caption\":\"\",\"name\":\"aaeaaqaaaaaaaaaaaaaa39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba\",\"status\":\"inherit\",\"modified\":1670943271000,\"mime\":\"image/png\",\"icon\":\"https://blueroan.netgen.cloud/wp-includes/images/media/default.png\",\"dateFormatted\":\"December 13, 2022\",\"nonces\":{\"update\":\"45b2b6c69b\",\"delete\":\"75d81c42ab\",\"edit\":\"88fae030a9\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=899\\u0026action=edit\",\"meta\":false,\"authorName\":\"Netgen Support\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/profile.php\",\"uploadedToTitle\":\"Accommodation\",\"uploadedToLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=761\\u0026action=edit\",\"filesizeInBytes\":2338048,\"filesizeHumanReadable\":\"2 MB\",\"context\":\"\",\"height\":900,\"width\":1200,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAA39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba-150x150.png\",\"orientation\":\"landscape\"},\"medium\":{\"height\":225,\"width\":300,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAA39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba-300x225.png\",\"orientation\":\"landscape\"},\"large\":{\"height\":768,\"width\":1024,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAA39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba-1024x768.png\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAA39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba.png\",\"height\":900,\"width\":1200,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"backgroundImageColor\":\"rgba(42,42,42,0.65)\",\"topPaddingDesktop\":144,\"bottomPaddingDesktop\":144,\"leftPaddingDesktop\":40,\"rightPaddingDesktop\":40,\"topPaddingTablet\":80,\"bottomPaddingTablet\":80,\"leftPaddingTablet\":40,\"rightPaddingTablet\":40,\"topPaddingMobile\":64,\"bottomPaddingMobile\":64,\"leftPaddingMobile\":24,\"rightPaddingMobile\":24,\"paddingLink\":false,\"variationSelected\":true,\"isBlockRootParent\":true,\"overlayType\":\"color\"} -->\n<div class=\"wp-block-uagb-container uagb-block-8e134d84 alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/advanced-heading {\"block_id\":\"76ca85ec\",\"classMigrate\":true,\"headingDescToggle\":true,\"headingAlign\":\"center\",\"headingColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"subHeadingColor\":\"var(\\u002d\\u002dast-global-color-4)\",\"headSpace\":20} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-76ca85ec\"><h2 class=\"uagb-heading-text\">Make your stay at Blue Roan unforgettable!</h2><p class=\"uagb-desc-text\">We can help you fit your stay and experience within your allotted budget.</p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/advanced-heading {\"block_id\":\"e30eb2d9\",\"classMigrate\":true,\"headingTitleToggle\":false,\"headingDescToggle\":true,\"headingAlign\":\"center\",\"subHeadingColor\":\"var(\\u002d\\u002dast-global-color-4)\",\"subHeadTransform\":\"uppercase\",\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"subHeadLetterSpacing\":2,\"blockTopPadding\":60,\"blockRightPadding\":0,\"blockLeftPadding\":0,\"blockBottomPadding\":0,\"blockTopPaddingMobile\":30,\"blockRightPaddingMobile\":0,\"blockLeftPaddingMobile\":0,\"blockBottomPaddingMobile\":0} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-e30eb2d9\"><p class=\"uagb-desc-text\">BOOK YOUR STAY NOW​</p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/icon-list {\"block_id\":\"d3308516\",\"classMigrate\":true,\"childMigrate\":true,\"align\":\"center\",\"parentIcon\":\"phone\",\"size\":40,\"sizeMobile\":24,\"sizeTablet\":32,\"fontSize\":48,\"fontSizeMobile\":28,\"fontSizeTablet\":40,\"fontWeight\":\"600\",\"iconColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"labelColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"blockTopPadding\":0,\"blockRightPadding\":0,\"blockLeftPadding\":0,\"blockBottomPadding\":24,\"blockPaddingLink\":false} -->\n<div class=\"wp-block-uagb-icon-list uagb-block-d3308516\"><div class=\"uagb-icon-list__wrap\"><!-- wp:uagb/icon-list-child {\"block_id\":\"db6b21de\",\"label\":\" + 27 (0) 82 575 5409\",\"label_color\":\"\",\"link\":\"tel:+27825755409\",\"disableLink\":true,\"fromParentIcon\":\"phone\",\"imageSizeChild\":40} -->\n<div class=\"wp-block-uagb-icon-list-child uagb-block-db6b21de\"><a target=\"_self\" aria-label=\" + 27 (0) 82 575 5409\" rel=\"noopener noreferrer\" href=\"tel:+27825755409\"> </a><span class=\"uagb-icon-list__source-wrap\"><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M511.2 387l-23.25 100.8c-3.266 14.25-15.79 24.22-30.46 24.22C205.2 512 0 306.8 0 54.5c0-14.66 9.969-27.2 24.22-30.45l100.8-23.25C139.7-2.602 154.7 5.018 160.8 18.92l46.52 108.5c5.438 12.78 1.77 27.67-8.98 36.45L144.5 207.1c33.98 69.22 90.26 125.5 159.5 159.5l44.08-53.8c8.688-10.78 23.69-14.51 36.47-8.975l108.5 46.51C506.1 357.2 514.6 372.4 511.2 387z\"></path></svg></span><span class=\"uagb-icon-list__label\"> + 27 (0) 82 575 5409</span></div>\n<!-- /wp:uagb/icon-list-child -->\n\n<!-- wp:uagb/icon-list-child {\"block_id\":\"d371c78a\",\"label\":\"blueroan@ugo.co.za\",\"icon\":\"envelope\",\"label_color\":\"\",\"link\":\"mailto:blueroan@ugo.co.za\",\"disableLink\":true,\"fromParentIcon\":\"phone\",\"imageSizeChild\":40} -->\n<div class=\"wp-block-uagb-icon-list-child uagb-block-d371c78a\"><a target=\"_self\" aria-label=\"blueroan@ugo.co.za\" rel=\"noopener noreferrer\" href=\"mailto:blueroan@ugo.co.za\"> </a><span class=\"uagb-icon-list__source-wrap\"><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M464 64C490.5 64 512 85.49 512 112C512 127.1 504.9 141.3 492.8 150.4L275.2 313.6C263.8 322.1 248.2 322.1 236.8 313.6L19.2 150.4C7.113 141.3 0 127.1 0 112C0 85.49 21.49 64 48 64H464zM217.6 339.2C240.4 356.3 271.6 356.3 294.4 339.2L512 176V384C512 419.3 483.3 448 448 448H64C28.65 448 0 419.3 0 384V176L217.6 339.2z\"></path></svg></span><span class=\"uagb-icon-list__label\">blueroan@ugo.co.za</span></div>\n<!-- /wp:uagb/icon-list-child --></div></div>\n<!-- /wp:uagb/icon-list --></div></div>\n<!-- /wp:uagb/container -->',	'Accommodation',	'',	'inherit',	'closed',	'closed',	'',	'761-revision-v1',	'',	'',	'2022-12-23 10:59:24',	'2022-12-23 10:59:24',	'',	761,	'https://blueroan.netgen.cloud/?p=1416',	0,	'revision',	'',	0),
(1418,	2,	'2022-12-23 11:05:52',	'2022-12-23 11:05:52',	'',	'Tuscan bed',	'',	'inherit',	'',	'closed',	'',	'tuscan-bed-2',	'',	'',	'2022-12-23 11:05:52',	'2022-12-23 11:05:52',	'',	761,	'https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Tuscan-bed-1.jpg',	0,	'attachment',	'image/jpeg',	0),
(1419,	2,	'2022-12-23 11:07:33',	'2022-12-23 11:07:33',	'<!-- wp:uagb/container {\"block_id\":\"05832b8d\",\"backgroundType\":\"image\",\"backgroundImageDesktop\":{\"id\":797,\"title\":\"blue-roan-guest-farm (13)\",\"filename\":\"blue-roan-guest-farm-13.jpg\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-13.jpg\",\"link\":\"https://blueroan.netgen.cloud/home/blue-roan-guest-farm-13/\",\"alt\":\"\",\"author\":\"2\",\"description\":\"\",\"caption\":\"\",\"name\":\"blue-roan-guest-farm-13\",\"status\":\"inherit\",\"uploadedTo\":760,\"date\":\"2022-12-13T09:37:10.000Z\",\"modified\":\"2022-12-13T09:37:10.000Z\",\"menuOrder\":0,\"mime\":\"image/jpeg\",\"type\":\"image\",\"subtype\":\"jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-includes/images/media/default.png\",\"dateFormatted\":\"December 13, 2022\",\"nonces\":{\"update\":\"88c7dafe15\",\"delete\":\"0e63c986af\",\"edit\":\"ba0aad2d7f\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=797\\u0026action=edit\",\"meta\":false,\"authorName\":\"Netgen Support\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/profile.php\",\"uploadedToTitle\":\"Home\",\"uploadedToLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=760\\u0026action=edit\",\"filesizeInBytes\":201183,\"filesizeHumanReadable\":\"196 KB\",\"context\":\"\",\"height\":667,\"width\":1000,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-13-150x150.jpg\",\"orientation\":\"landscape\"},\"medium\":{\"height\":200,\"width\":300,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-13-300x200.jpg\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-13.jpg\",\"height\":667,\"width\":1000,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"backgroundPositionDesktop\":{\"x\":0.62,\"y\":0.78},\"backgroundSizeTablet\":\"cover\",\"backgroundSizeMobile\":\"cover\",\"backgroundColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"backgroundImageColor\":\"rgba(42,42,42,0.5)\",\"topPaddingDesktop\":220,\"bottomPaddingDesktop\":150,\"topPaddingTablet\":170,\"bottomPaddingTablet\":160,\"leftPaddingTablet\":30,\"rightPaddingTablet\":30,\"topPaddingMobile\":180,\"bottomPaddingMobile\":80,\"leftPaddingMobile\":20,\"rightPaddingMobile\":20,\"paddingLink\":false,\"variationSelected\":true,\"isBlockRootParent\":true,\"overlayType\":\"color\"} -->\n<div class=\"wp-block-uagb-container uagb-block-05832b8d alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/advanced-heading {\"block_id\":\"924bf8d0\",\"classMigrate\":true,\"headingDescToggle\":true,\"headingColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"subHeadingColor\":\"var(\\u002d\\u002dast-global-color-4)\",\"headingTag\":\"h1\",\"headSpace\":20,\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"blockTopPadding\":0,\"blockRightPadding\":50,\"blockLeftPadding\":0,\"blockBottomPadding\":0,\"blockTopPaddingTablet\":0,\"blockRightPaddingTablet\":20,\"blockLeftPaddingTablet\":0,\"blockBottomPaddingTablet\":0,\"blockTopPaddingMobile\":0,\"blockRightPaddingMobile\":0,\"blockLeftPaddingMobile\":0,\"blockBottomPaddingMobile\":0,\"blockPaddingUnit\":\"%\",\"blockPaddingUnitTablet\":\"%\"} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-924bf8d0\"><h1 class=\"uagb-heading-text\">Rooms &amp; Accommodation​</h1><p class=\"uagb-desc-text\">If you are looking for a home away from home, even a place your dog can come along then take a closer look into the rooms we offer and pick the one for you.</p></div>\n<!-- /wp:uagb/advanced-heading --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"a5a11795\",\"backgroundType\":\"color\",\"backgroundSizeTablet\":\"cover\",\"backgroundSizeMobile\":\"cover\",\"backgroundColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"topPaddingDesktop\":120,\"bottomPaddingDesktop\":120,\"topPaddingTablet\":80,\"bottomPaddingTablet\":80,\"leftPaddingTablet\":30,\"rightPaddingTablet\":30,\"topPaddingMobile\":80,\"bottomPaddingMobile\":80,\"leftPaddingMobile\":20,\"rightPaddingMobile\":20,\"paddingLink\":false,\"variationSelected\":true,\"rowGapDesktop\":0,\"isBlockRootParent\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-a5a11795 alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/container {\"block_id\":\"ca67bac0\",\"directionDesktop\":\"row\",\"alignItemsDesktop\":\"flex-end\",\"alignItemsTablet\":\"flex-end\",\"justifyContentDesktop\":\"flex-end\",\"justifyContentTablet\":\"space-between\",\"variationSelected\":true,\"rowGapMobile\":20,\"columnGapDesktop\":0} -->\n<div class=\"wp-block-uagb-container uagb-block-ca67bac0\"><!-- wp:uagb/advanced-heading {\"block_id\":\"6def6cb9\",\"classMigrate\":true,\"headingDescToggle\":true,\"subHeadingColor\":\"\",\"headSpace\":20,\"subHeadFontSize\":16} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-6def6cb9\"><h2 class=\"uagb-heading-text\">Come &amp; Stay With Us​</h2><p class=\"uagb-desc-text\">There are 7 excellent brick self-catering units available, each private and with a distinctive personality and theme. They are particularly made for pet-free or pet-owning couples looking for a romantic and serene setting to reconnect, celebrate special occasions, or simply unwind on a holiday.<br><br>We are pet-friendly by arrangement as each unit is separately fenced with its own grassy garden with a garden gate leading to the generous park area where pets can socialize. &nbsp;We also have lovely safe off-leash walking trails on our property and beyond. &nbsp;Our units are very luxurious with everything you would need and very homely and charming. Regrettably no children or group bookings.  </p></div>\n<!-- /wp:uagb/advanced-heading --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"e552a46c\",\"directionDesktop\":\"row\",\"alignItemsTablet\":\"flex-start\",\"justifyContentDesktop\":\"flex-start\",\"topMarginDesktop\":54,\"bottomMarginDesktop\":0,\"leftMarginDesktop\":0,\"rightMarginDesktop\":0,\"marginLink\":false,\"variationSelected\":true,\"rowGapMobile\":0,\"columnGapDesktop\":0} -->\n<div class=\"wp-block-uagb-container uagb-block-e552a46c\"><!-- wp:uagb/container {\"block_id\":\"5d2fae02\",\"widthDesktop\":50,\"bottomPaddingDesktop\":20,\"rightPaddingDesktop\":32,\"bottomPaddingTablet\":35,\"rightPaddingTablet\":15,\"bottomPaddingMobile\":65,\"paddingLink\":false,\"topMarginDesktop\":0,\"bottomMarginDesktop\":0,\"leftMarginDesktop\":5,\"rightMarginDesktop\":5,\"topMarginMobile\":0,\"bottomMarginMobile\":0,\"leftMarginMobile\":0,\"rightMarginMobile\":0,\"marginLink\":false,\"variationSelected\":true,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-5d2fae02\"><!-- wp:uagb/info-box {\"classMigrate\":true,\"headingAlign\":\"left\",\"headingColor\":\"\",\"subHeadingColor\":\"\",\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"source_type\":\"image\",\"block_id\":\"a6e61354\",\"ctaIcon\":\"\",\"ctaType\":\"text\",\"ctaText\":\"\\u003ca href=\\u0022/the-barn/\\u0022 data-type=\\u0022URL\\u0022 data-id=\\u0022/the-barn/\\u0022\\u003eREAD MORE\\u003c/a\\u003e\",\"ctaLink\":\"/the-barn/\",\"ctaLinkColor\":\"var(\\u002d\\u002dast-global-color-0)\",\"ctaDecoration\":\"underline\",\"ctaFontSize\":12,\"ctaFontWeight\":\"600\",\"ctaLetterSpacing\":2,\"ctaBorderColor\":\"\",\"ctaBorderStyle\":\"\",\"ctaBorderWidth\":\"\",\"ctaBorderRadius\":\"\",\"iconBottomMargin\":30,\"iconImage\":{\"uploading\":false,\"date\":1670936674000,\"filename\":\"blue-roan-guest-farm-10.jpg\",\"menuOrder\":0,\"uploadedTo\":761,\"type\":\"image\",\"subtype\":\"jpeg\",\"id\":863,\"title\":\"blue-roan-guest-farm (10)\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-10.jpg\",\"link\":\"https://blueroan.netgen.cloud/accommodation/blue-roan-guest-farm-10/\",\"alt\":\"\",\"author\":\"2\",\"description\":\"\",\"caption\":\"\",\"name\":\"blue-roan-guest-farm-10\",\"status\":\"inherit\",\"modified\":1670936674000,\"mime\":\"image/jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-includes/images/media/default.png\",\"dateFormatted\":\"December 13, 2022\",\"nonces\":{\"update\":\"1a7491aa65\",\"delete\":\"dc6afaa89c\",\"edit\":\"7635ee35fb\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=863\\u0026action=edit\",\"meta\":false,\"authorName\":\"Netgen Support\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/profile.php\",\"uploadedToTitle\":\"Accommodation\",\"uploadedToLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=761\\u0026action=edit\",\"filesizeInBytes\":149768,\"filesizeHumanReadable\":\"146 KB\",\"context\":\"\",\"height\":667,\"width\":1000,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-10-150x150.jpg\",\"orientation\":\"landscape\"},\"medium\":{\"height\":200,\"width\":300,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-10-300x200.jpg\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-10.jpg\",\"height\":667,\"width\":1000,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"imageSize\":\"full\",\"imageWidth\":100,\"imageWidthMobile\":100,\"imageWidthTablet\":100,\"paddingBtnTop\":10,\"paddingBtnBottom\":10,\"paddingBtnLeft\":14,\"paddingBtnRight\":14,\"imageWidthUnit\":\"%\",\"imageWidthUnitTablet\":\"%\",\"imageWidthUnitMobile\":\"%\",\"subHeadTopMargin\":0,\"subHeadRightMargin\":40,\"subHeadLeftMargin\":0,\"subHeadMarginTopTablet\":0,\"subHeadMarginRightTablet\":0,\"subHeadTabletSpace\":20,\"subHeadMarginLeftTablet\":0,\"imgTagHeight\":66,\"imgTagWidth\":1000,\"btnBorderTopWidth\":1,\"btnBorderLeftWidth\":1,\"btnBorderRightWidth\":1,\"btnBorderBottomWidth\":1,\"btnBorderTopLeftRadius\":0,\"btnBorderTopRightRadius\":0,\"btnBorderBottomLeftRadius\":0,\"btnBorderBottomRightRadius\":0,\"btnBorderStyle\":\"solid\",\"btnBorderColor\":\"#333\"} -->\n<div class=\"wp-block-uagb-info-box uagb-block-a6e61354 uagb-infobox__content-wrap  uagb-infobox-icon-above-title uagb-infobox-image-valign-top\"><div class=\"uagb-ifb-content\"><div class=\"uagb-ifb-image-content\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-10.jpg\" alt=\"\" width=\"100\" height=\"66\" loading=\"lazy\"/></div><div class=\"uagb-ifb-title-wrap\"><h3 class=\"uagb-ifb-title\">The Barn </h3></div><p class=\"uagb-ifb-desc\">Rustic beams and exposed wood are all hallmarks of our barn-style suite. This is an open-plan unit with lots of windows with a raised king bed on a platform that faces the TV and the mountains.</p><div class=\"uagb-ifb-button-wrapper wp-block-button\"><a href=\"/the-barn/\" target=\"_self\" class=\"uagb-infobox-cta-link\" rel=\"noopener noreferrer\" alt=\"\"><span class=\"uagb-inline-editing\">READ MORE</span></a></div></div></div>\n<!-- /wp:uagb/info-box --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"bb438f85\",\"widthDesktop\":50,\"bottomPaddingDesktop\":20,\"rightPaddingDesktop\":32,\"bottomPaddingTablet\":35,\"rightPaddingTablet\":15,\"bottomPaddingMobile\":65,\"paddingLink\":false,\"topMarginDesktop\":0,\"bottomMarginDesktop\":0,\"leftMarginDesktop\":5,\"rightMarginDesktop\":5,\"topMarginMobile\":0,\"bottomMarginMobile\":0,\"leftMarginMobile\":0,\"rightMarginMobile\":0,\"marginLink\":false,\"variationSelected\":true,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-bb438f85\"><!-- wp:uagb/info-box {\"classMigrate\":true,\"headingAlign\":\"left\",\"headingColor\":\"\",\"subHeadingColor\":\"\",\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"source_type\":\"image\",\"block_id\":\"77948fd1\",\"ctaIcon\":\"\",\"ctaType\":\"text\",\"ctaText\":\"READ MORE\",\"ctaLink\":\"/the-tuscan-suite/\",\"ctaLinkColor\":\"var(\\u002d\\u002dast-global-color-0)\",\"ctaDecoration\":\"underline\",\"ctaFontSize\":12,\"ctaFontWeight\":\"600\",\"ctaLetterSpacing\":2,\"ctaBorderColor\":\"\",\"ctaBorderStyle\":\"\",\"ctaBorderWidth\":\"\",\"ctaBorderRadius\":\"\",\"iconBottomMargin\":30,\"iconImage\":{\"uploading\":false,\"date\":1671793552000,\"filename\":\"Tuscan-bed-1-scaled.jpg\",\"menuOrder\":0,\"uploadedTo\":761,\"type\":\"image\",\"subtype\":\"jpeg\",\"id\":1418,\"title\":\"Tuscan bed\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Tuscan-bed-1-scaled.jpg\",\"link\":\"https://blueroan.netgen.cloud/accommodation/tuscan-bed-2/\",\"alt\":\"\",\"author\":\"2\",\"description\":\"\",\"caption\":\"\",\"name\":\"tuscan-bed-2\",\"status\":\"inherit\",\"modified\":1671793552000,\"mime\":\"image/jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-includes/images/media/default.png\",\"dateFormatted\":\"December 23, 2022\",\"nonces\":{\"update\":\"ba92fb9c39\",\"delete\":\"55404e2fb4\",\"edit\":\"0e4d071f08\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=1418\\u0026action=edit\",\"meta\":false,\"authorName\":\"Netgen Support\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/profile.php\",\"uploadedToTitle\":\"Accommodation\",\"uploadedToLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=761\\u0026action=edit\",\"filesizeInBytes\":713337,\"filesizeHumanReadable\":\"697 KB\",\"context\":\"\",\"originalImageURL\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Tuscan-bed-1.jpg\",\"originalImageName\":\"Tuscan-bed-1.jpg\",\"height\":1920,\"width\":2560,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Tuscan-bed-1-150x150.jpg\",\"orientation\":\"landscape\"},\"medium\":{\"height\":225,\"width\":300,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Tuscan-bed-1-300x225.jpg\",\"orientation\":\"landscape\"},\"large\":{\"height\":768,\"width\":1024,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Tuscan-bed-1-1024x768.jpg\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Tuscan-bed-1-scaled.jpg\",\"height\":1920,\"width\":2560,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"imageSize\":\"full\",\"imageWidth\":100,\"imageWidthMobile\":100,\"imageWidthTablet\":100,\"paddingBtnTop\":10,\"paddingBtnBottom\":10,\"paddingBtnLeft\":14,\"paddingBtnRight\":14,\"imageWidthUnit\":\"%\",\"imageWidthUnitTablet\":\"%\",\"imageWidthUnitMobile\":\"%\",\"subHeadTopMargin\":0,\"subHeadRightMargin\":40,\"subHeadLeftMargin\":0,\"subHeadMarginTopTablet\":0,\"subHeadMarginRightTablet\":0,\"subHeadTabletSpace\":20,\"subHeadMarginLeftTablet\":0,\"imgTagHeight\":66,\"imgTagWidth\":600,\"btnBorderTopWidth\":1,\"btnBorderLeftWidth\":1,\"btnBorderRightWidth\":1,\"btnBorderBottomWidth\":1,\"btnBorderTopLeftRadius\":0,\"btnBorderTopRightRadius\":0,\"btnBorderBottomLeftRadius\":0,\"btnBorderBottomRightRadius\":0,\"btnBorderStyle\":\"solid\",\"btnBorderColor\":\"#333\"} -->\n<div class=\"wp-block-uagb-info-box uagb-block-77948fd1 uagb-infobox__content-wrap  uagb-infobox-icon-above-title uagb-infobox-image-valign-top\"><div class=\"uagb-ifb-content\"><div class=\"uagb-ifb-image-content\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Tuscan-bed-1-scaled.jpg\" alt=\"\" width=\"100\" height=\"66\" loading=\"lazy\"/></div><div class=\"uagb-ifb-title-wrap\"><h3 class=\"uagb-ifb-title\">The Tuscan Suite </h3></div><p class=\"uagb-ifb-desc\">Terra-cotta tiles, textured wall treatments, gorgeous, intricate murals,&nbsp;and simple, durable furniture with elegant iron accents are all characteristics of Tuscan interior design.</p><div class=\"uagb-ifb-button-wrapper wp-block-button\"><a href=\"/the-tuscan-suite/\" target=\"_self\" class=\"uagb-infobox-cta-link\" rel=\"noopener noreferrer\" alt=\"\"><span class=\"uagb-inline-editing\">READ MORE</span></a></div></div></div>\n<!-- /wp:uagb/info-box --></div>\n<!-- /wp:uagb/container --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"aa36840f\",\"directionDesktop\":\"row\",\"alignItemsTablet\":\"flex-start\",\"justifyContentDesktop\":\"flex-start\",\"topMarginDesktop\":54,\"bottomMarginDesktop\":0,\"leftMarginDesktop\":0,\"rightMarginDesktop\":0,\"topMarginMobile\":0,\"bottomMarginMobile\":0,\"leftMarginMobile\":0,\"rightMarginMobile\":0,\"marginLink\":false,\"variationSelected\":true,\"rowGapMobile\":0,\"columnGapDesktop\":0} -->\n<div class=\"wp-block-uagb-container uagb-block-aa36840f\"><!-- wp:uagb/container {\"block_id\":\"503829ce\",\"widthDesktop\":50,\"bottomPaddingDesktop\":20,\"rightPaddingDesktop\":32,\"bottomPaddingTablet\":35,\"leftPaddingTablet\":0,\"rightPaddingTablet\":15,\"bottomPaddingMobile\":65,\"paddingLink\":false,\"topMarginDesktop\":0,\"bottomMarginDesktop\":0,\"leftMarginDesktop\":5,\"rightMarginDesktop\":5,\"topMarginMobile\":0,\"bottomMarginMobile\":0,\"leftMarginMobile\":0,\"rightMarginMobile\":0,\"marginLink\":false,\"variationSelected\":true,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-503829ce\"><!-- wp:uagb/info-box {\"classMigrate\":true,\"headingAlign\":\"left\",\"headingColor\":\"\",\"subHeadingColor\":\"\",\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"source_type\":\"image\",\"block_id\":\"2306ad82\",\"ctaIcon\":\"\",\"ctaType\":\"text\",\"ctaText\":\"READ MORE\",\"ctaLink\":\"/the-bluebush/\",\"ctaLinkColor\":\"var(\\u002d\\u002dast-global-color-0)\",\"ctaDecoration\":\"underline\",\"ctaFontSize\":12,\"ctaFontWeight\":\"600\",\"ctaLetterSpacing\":2,\"ctaBorderColor\":\"\",\"ctaBorderStyle\":\"\",\"ctaBorderWidth\":\"\",\"ctaBorderRadius\":\"\",\"iconBottomMargin\":30,\"iconImage\":{\"uploading\":false,\"date\":1670938945000,\"filename\":\"bluebush-king-bed-and-spa-bath.png\",\"menuOrder\":0,\"uploadedTo\":761,\"type\":\"image\",\"subtype\":\"png\",\"id\":881,\"title\":\"bluebush-king-bed-and-spa-bath\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/bluebush-king-bed-and-spa-bath.png\",\"link\":\"https://blueroan.netgen.cloud/accommodation/bluebush-king-bed-and-spa-bath/\",\"alt\":\"\",\"author\":\"2\",\"description\":\"\",\"caption\":\"\",\"name\":\"bluebush-king-bed-and-spa-bath\",\"status\":\"inherit\",\"modified\":1670938945000,\"mime\":\"image/png\",\"icon\":\"https://blueroan.netgen.cloud/wp-includes/images/media/default.png\",\"dateFormatted\":\"December 13, 2022\",\"nonces\":{\"update\":\"e1c334788a\",\"delete\":\"b219c40b29\",\"edit\":\"273b944edc\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=881\\u0026action=edit\",\"meta\":false,\"authorName\":\"Netgen Support\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/profile.php\",\"uploadedToTitle\":\"Accommodation\",\"uploadedToLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=761\\u0026action=edit\",\"filesizeInBytes\":1195033,\"filesizeHumanReadable\":\"1 MB\",\"context\":\"\",\"height\":667,\"width\":1000,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/bluebush-king-bed-and-spa-bath-150x150.png\",\"orientation\":\"landscape\"},\"medium\":{\"height\":200,\"width\":300,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/bluebush-king-bed-and-spa-bath-300x200.png\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/bluebush-king-bed-and-spa-bath.png\",\"height\":667,\"width\":1000,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"imageSize\":\"full\",\"imageWidth\":100,\"imageWidthMobile\":100,\"imageWidthTablet\":100,\"paddingBtnTop\":10,\"paddingBtnBottom\":10,\"paddingBtnLeft\":14,\"paddingBtnRight\":14,\"imageWidthUnit\":\"%\",\"imageWidthUnitTablet\":\"%\",\"imageWidthUnitMobile\":\"%\",\"subHeadTopMargin\":0,\"subHeadRightMargin\":40,\"subHeadLeftMargin\":0,\"subHeadMarginTopTablet\":0,\"subHeadMarginRightTablet\":0,\"subHeadTabletSpace\":20,\"subHeadMarginLeftTablet\":0,\"imgTagHeight\":66,\"imgTagWidth\":1000,\"btnBorderTopWidth\":1,\"btnBorderLeftWidth\":1,\"btnBorderRightWidth\":1,\"btnBorderBottomWidth\":1,\"btnBorderTopLeftRadius\":0,\"btnBorderTopRightRadius\":0,\"btnBorderBottomLeftRadius\":0,\"btnBorderBottomRightRadius\":0,\"btnBorderStyle\":\"solid\",\"btnBorderColor\":\"#333\"} -->\n<div class=\"wp-block-uagb-info-box uagb-block-2306ad82 uagb-infobox__content-wrap  uagb-infobox-icon-above-title uagb-infobox-image-valign-top\"><div class=\"uagb-ifb-content\"><div class=\"uagb-ifb-image-content\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/bluebush-king-bed-and-spa-bath.png\" alt=\"\" width=\"100\" height=\"66\" loading=\"lazy\"/></div><div class=\"uagb-ifb-title-wrap\"><h3 class=\"uagb-ifb-title\">The Bluebush </h3></div><p class=\"uagb-ifb-desc\">A warm and comforting suite with a very homely feeling. Settle in and alleviate like you would at home. Relax with a perfect corner-shaped spa bath and open-plan&nbsp;living area.</p><div class=\"uagb-ifb-button-wrapper wp-block-button\"><a href=\"/the-bluebush/\" target=\"_self\" class=\"uagb-infobox-cta-link\" rel=\"noopener noreferrer\" alt=\"\"><span class=\"uagb-inline-editing\">READ MORE</span></a></div></div></div>\n<!-- /wp:uagb/info-box --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"023ed3a1\",\"widthDesktop\":50,\"bottomPaddingDesktop\":20,\"rightPaddingDesktop\":32,\"bottomPaddingTablet\":35,\"rightPaddingTablet\":15,\"bottomPaddingMobile\":65,\"paddingLink\":false,\"topMarginDesktop\":0,\"bottomMarginDesktop\":0,\"leftMarginDesktop\":5,\"rightMarginDesktop\":5,\"topMarginMobile\":0,\"bottomMarginMobile\":0,\"leftMarginMobile\":0,\"rightMarginMobile\":0,\"marginLink\":false,\"variationSelected\":true,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-023ed3a1\"><!-- wp:uagb/info-box {\"classMigrate\":true,\"headingAlign\":\"left\",\"headingColor\":\"\",\"subHeadingColor\":\"\",\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"source_type\":\"image\",\"block_id\":\"e8f366ed\",\"ctaIcon\":\"\",\"ctaType\":\"text\",\"ctaText\":\"READ MORE\",\"ctaLink\":\"/the-mexican-loft/\",\"ctaLinkColor\":\"var(\\u002d\\u002dast-global-color-0)\",\"ctaDecoration\":\"underline\",\"ctaFontSize\":12,\"ctaFontWeight\":\"600\",\"ctaLetterSpacing\":2,\"ctaBorderColor\":\"\",\"ctaBorderStyle\":\"\",\"ctaBorderWidth\":\"\",\"ctaBorderRadius\":\"\",\"iconBottomMargin\":30,\"iconImage\":{\"uploading\":false,\"date\":1671792813000,\"filename\":\"Mexican-lounge-scaled.jpg\",\"menuOrder\":0,\"uploadedTo\":761,\"type\":\"image\",\"subtype\":\"jpeg\",\"id\":1414,\"title\":\"Mexican lounge\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Mexican-lounge-scaled.jpg\",\"link\":\"https://blueroan.netgen.cloud/accommodation/mexican-lounge/\",\"alt\":\"\",\"author\":\"2\",\"description\":\"\",\"caption\":\"\",\"name\":\"mexican-lounge\",\"status\":\"inherit\",\"modified\":1671792813000,\"mime\":\"image/jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-includes/images/media/default.png\",\"dateFormatted\":\"December 23, 2022\",\"nonces\":{\"update\":\"bee2a34b7c\",\"delete\":\"eedfc00600\",\"edit\":\"e22c6f6722\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=1414\\u0026action=edit\",\"meta\":false,\"authorName\":\"Netgen Support\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/profile.php\",\"uploadedToTitle\":\"Accommodation\",\"uploadedToLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=761\\u0026action=edit\",\"filesizeInBytes\":470054,\"filesizeHumanReadable\":\"459 KB\",\"context\":\"\",\"originalImageURL\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Mexican-lounge.jpg\",\"originalImageName\":\"Mexican-lounge.jpg\",\"height\":1440,\"width\":2560,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Mexican-lounge-150x150.jpg\",\"orientation\":\"landscape\"},\"medium\":{\"height\":169,\"width\":300,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Mexican-lounge-300x169.jpg\",\"orientation\":\"landscape\"},\"large\":{\"height\":576,\"width\":1024,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Mexican-lounge-1024x576.jpg\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Mexican-lounge-scaled.jpg\",\"height\":1440,\"width\":2560,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"imageSize\":\"full\",\"imageWidth\":100,\"imageWidthMobile\":100,\"imageWidthTablet\":100,\"paddingBtnTop\":10,\"paddingBtnBottom\":10,\"paddingBtnLeft\":14,\"paddingBtnRight\":14,\"imageWidthUnit\":\"%\",\"imageWidthUnitTablet\":\"%\",\"imageWidthUnitMobile\":\"%\",\"subHeadTopMargin\":0,\"subHeadRightMargin\":40,\"subHeadLeftMargin\":0,\"subHeadMarginTopTablet\":0,\"subHeadMarginRightTablet\":0,\"subHeadTabletSpace\":20,\"subHeadMarginLeftTablet\":0,\"imgTagHeight\":56,\"imgTagWidth\":2560,\"btnBorderTopWidth\":1,\"btnBorderLeftWidth\":1,\"btnBorderRightWidth\":1,\"btnBorderBottomWidth\":1,\"btnBorderTopLeftRadius\":0,\"btnBorderTopRightRadius\":0,\"btnBorderBottomLeftRadius\":0,\"btnBorderBottomRightRadius\":0,\"btnBorderStyle\":\"solid\",\"btnBorderColor\":\"#333\"} -->\n<div class=\"wp-block-uagb-info-box uagb-block-e8f366ed uagb-infobox__content-wrap  uagb-infobox-icon-above-title uagb-infobox-image-valign-top\"><div class=\"uagb-ifb-content\"><div class=\"uagb-ifb-image-content\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Mexican-lounge-scaled.jpg\" alt=\"\" width=\"100\" height=\"56\" loading=\"lazy\"/></div><div class=\"uagb-ifb-title-wrap\"><h3 class=\"uagb-ifb-title\">The Mexican Loft </h3></div><p class=\"uagb-ifb-desc\">This Mexican-inspired unit is full of bold colors and rustic furnishings. This design style has a multifarious feel, mixing rustic wood, authentic art, textiles, and a vivid palette of color</p><div class=\"uagb-ifb-button-wrapper wp-block-button\"><a href=\"/the-mexican-loft/\" target=\"_self\" class=\"uagb-infobox-cta-link\" rel=\"noopener noreferrer\" alt=\"\"><span class=\"uagb-inline-editing\">READ MORE</span></a></div></div></div>\n<!-- /wp:uagb/info-box --></div>\n<!-- /wp:uagb/container --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"27d8dce1\",\"directionDesktop\":\"row\",\"justifyContentDesktop\":\"flex-start\",\"topMarginDesktop\":54,\"bottomMarginDesktop\":0,\"leftMarginDesktop\":0,\"rightMarginDesktop\":0,\"topMarginMobile\":0,\"bottomMarginMobile\":0,\"leftMarginMobile\":0,\"rightMarginMobile\":0,\"marginLink\":false,\"variationSelected\":true,\"rowGapMobile\":0,\"columnGapDesktop\":0} -->\n<div class=\"wp-block-uagb-container uagb-block-27d8dce1\"><!-- wp:uagb/container {\"block_id\":\"dcb57bf9\",\"widthDesktop\":50,\"bottomPaddingDesktop\":20,\"rightPaddingDesktop\":32,\"bottomPaddingTablet\":35,\"rightPaddingTablet\":15,\"bottomPaddingMobile\":65,\"paddingLink\":false,\"topMarginDesktop\":0,\"bottomMarginDesktop\":0,\"leftMarginDesktop\":5,\"rightMarginDesktop\":5,\"topMarginMobile\":0,\"bottomMarginMobile\":0,\"leftMarginMobile\":0,\"rightMarginMobile\":0,\"marginLink\":false,\"variationSelected\":true,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-dcb57bf9\"><!-- wp:uagb/info-box {\"classMigrate\":true,\"headingAlign\":\"left\",\"headingColor\":\"\",\"subHeadingColor\":\"\",\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"source_type\":\"image\",\"block_id\":\"460746fb\",\"ctaIcon\":\"\",\"ctaType\":\"text\",\"ctaText\":\"READ MORE\",\"ctaLink\":\"/the-acacia/\",\"ctaLinkColor\":\"var(\\u002d\\u002dast-global-color-0)\",\"ctaDecoration\":\"underline\",\"ctaFontSize\":12,\"ctaFontWeight\":\"600\",\"ctaLetterSpacing\":2,\"ctaBorderColor\":\"\",\"ctaBorderStyle\":\"\",\"ctaBorderWidth\":\"\",\"ctaBorderRadius\":\"\",\"iconBottomMargin\":30,\"iconImage\":{\"uploading\":false,\"date\":1671617789000,\"filename\":\"Untitled-design-8.png\",\"menuOrder\":0,\"uploadedTo\":761,\"type\":\"image\",\"subtype\":\"png\",\"id\":1367,\"title\":\"Untitled design (8)\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Untitled-design-8.png\",\"link\":\"https://blueroan.netgen.cloud/accommodation/untitled-design-8/\",\"alt\":\"\",\"author\":\"2\",\"description\":\"\",\"caption\":\"\",\"name\":\"untitled-design-8\",\"status\":\"inherit\",\"modified\":1671617789000,\"mime\":\"image/png\",\"icon\":\"https://blueroan.netgen.cloud/wp-includes/images/media/default.png\",\"dateFormatted\":\"December 21, 2022\",\"nonces\":{\"update\":\"a4f9ab1277\",\"delete\":\"0a02bad2bf\",\"edit\":\"1453f03067\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=1367\\u0026action=edit\",\"meta\":false,\"authorName\":\"Netgen Support\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/profile.php\",\"uploadedToTitle\":\"Accommodation\",\"uploadedToLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=761\\u0026action=edit\",\"filesizeInBytes\":8233970,\"filesizeHumanReadable\":\"8 MB\",\"context\":\"\",\"height\":2736,\"width\":3648,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Untitled-design-8-150x150.png\",\"orientation\":\"landscape\"},\"medium\":{\"height\":225,\"width\":300,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Untitled-design-8-300x225.png\",\"orientation\":\"landscape\"},\"large\":{\"height\":768,\"width\":1024,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Untitled-design-8-1024x768.png\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Untitled-design-8.png\",\"height\":2736,\"width\":3648,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"imageSize\":\"full\",\"imageWidth\":100,\"imageWidthMobile\":100,\"imageWidthTablet\":100,\"paddingBtnTop\":10,\"paddingBtnBottom\":10,\"paddingBtnLeft\":14,\"paddingBtnRight\":14,\"imageWidthUnit\":\"%\",\"imageWidthUnitTablet\":\"%\",\"imageWidthUnitMobile\":\"%\",\"subHeadTopMargin\":0,\"subHeadRightMargin\":40,\"subHeadLeftMargin\":0,\"subHeadMarginTopTablet\":0,\"subHeadMarginRightTablet\":0,\"subHeadTabletSpace\":20,\"subHeadMarginLeftTablet\":0,\"imgTagHeight\":75,\"imgTagWidth\":3648,\"btnBorderTopWidth\":1,\"btnBorderLeftWidth\":1,\"btnBorderRightWidth\":1,\"btnBorderBottomWidth\":1,\"btnBorderTopLeftRadius\":0,\"btnBorderTopRightRadius\":0,\"btnBorderBottomLeftRadius\":0,\"btnBorderBottomRightRadius\":0,\"btnBorderStyle\":\"solid\",\"btnBorderColor\":\"#333\"} -->\n<div class=\"wp-block-uagb-info-box uagb-block-460746fb uagb-infobox__content-wrap  uagb-infobox-icon-above-title uagb-infobox-image-valign-top\"><div class=\"uagb-ifb-content\"><div class=\"uagb-ifb-image-content\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Untitled-design-8.png\" alt=\"\" width=\"100\" height=\"75\" loading=\"lazy\"/></div><div class=\"uagb-ifb-title-wrap\"><h3 class=\"uagb-ifb-title\">The Acacia </h3></div><p class=\"uagb-ifb-desc\">The Acacia tree inspired the name of our largest unit. The wide open-concept living space of this rustic, rough-hewn unit opens onto a covered patio with a brick braai area.</p><div class=\"uagb-ifb-button-wrapper wp-block-button\"><a href=\"/the-acacia/\" target=\"_self\" class=\"uagb-infobox-cta-link\" rel=\"noopener noreferrer\" alt=\"\"><span class=\"uagb-inline-editing\">READ MORE</span></a></div></div></div>\n<!-- /wp:uagb/info-box --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"d40c293f\",\"widthDesktop\":50,\"bottomPaddingDesktop\":20,\"rightPaddingDesktop\":32,\"bottomPaddingTablet\":35,\"rightPaddingTablet\":15,\"paddingLink\":false,\"topMarginDesktop\":0,\"bottomMarginDesktop\":0,\"leftMarginDesktop\":5,\"rightMarginDesktop\":5,\"topMarginMobile\":0,\"bottomMarginMobile\":0,\"leftMarginMobile\":0,\"rightMarginMobile\":0,\"marginLink\":false,\"variationSelected\":true,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-d40c293f\"><!-- wp:uagb/info-box {\"classMigrate\":true,\"headingAlign\":\"left\",\"headingColor\":\"\",\"subHeadingColor\":\"\",\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"source_type\":\"image\",\"block_id\":\"29b2db5d\",\"ctaIcon\":\"\",\"ctaType\":\"text\",\"ctaText\":\"READ MORE\",\"ctaLink\":\"/the-greek-villa/\",\"ctaLinkColor\":\"var(\\u002d\\u002dast-global-color-0)\",\"ctaDecoration\":\"underline\",\"ctaFontSize\":12,\"ctaFontWeight\":\"600\",\"ctaLetterSpacing\":2,\"ctaBorderColor\":\"\",\"ctaBorderStyle\":\"\",\"ctaBorderWidth\":\"\",\"ctaBorderRadius\":\"\",\"iconBottomMargin\":30,\"iconImage\":{\"id\":837,\"title\":\"blue-roan-guest-farm-8\",\"filename\":\"blue-roan-guest-farm-8.jpg\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-8.jpg\",\"link\":\"https://blueroan.netgen.cloud/home/blue-roan-guest-farm-8/\",\"alt\":\"\",\"author\":\"2\",\"description\":\"\",\"caption\":\"\",\"name\":\"blue-roan-guest-farm-8\",\"status\":\"inherit\",\"uploadedTo\":760,\"date\":\"2022-12-13T11:55:28.000Z\",\"modified\":\"2022-12-13T11:55:28.000Z\",\"menuOrder\":0,\"mime\":\"image/jpeg\",\"type\":\"image\",\"subtype\":\"jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-includes/images/media/default.png\",\"dateFormatted\":\"December 13, 2022\",\"nonces\":{\"update\":\"e297386797\",\"delete\":\"bce21c37a3\",\"edit\":\"b27dcb4293\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=837\\u0026action=edit\",\"meta\":false,\"authorName\":\"Netgen Support\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/profile.php\",\"uploadedToTitle\":\"Home\",\"uploadedToLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=760\\u0026action=edit\",\"filesizeInBytes\":208219,\"filesizeHumanReadable\":\"203 KB\",\"context\":\"\",\"height\":795,\"width\":1200,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-8-150x150.jpg\",\"orientation\":\"landscape\"},\"medium\":{\"height\":199,\"width\":300,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-8-300x199.jpg\",\"orientation\":\"landscape\"},\"large\":{\"height\":678,\"width\":1024,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-8-1024x678.jpg\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-8.jpg\",\"height\":795,\"width\":1200,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"imageSize\":\"full\",\"imageWidth\":100,\"imageWidthMobile\":100,\"imageWidthTablet\":100,\"paddingBtnTop\":10,\"paddingBtnBottom\":10,\"paddingBtnLeft\":14,\"paddingBtnRight\":14,\"imageWidthUnit\":\"%\",\"imageWidthUnitTablet\":\"%\",\"imageWidthUnitMobile\":\"%\",\"subHeadTopMargin\":0,\"subHeadRightMargin\":40,\"subHeadLeftMargin\":0,\"subHeadMarginTopTablet\":0,\"subHeadMarginRightTablet\":0,\"subHeadTabletSpace\":20,\"subHeadMarginLeftTablet\":0,\"imgTagHeight\":66,\"imgTagWidth\":1200,\"btnBorderTopWidth\":1,\"btnBorderLeftWidth\":1,\"btnBorderRightWidth\":1,\"btnBorderBottomWidth\":1,\"btnBorderTopLeftRadius\":0,\"btnBorderTopRightRadius\":0,\"btnBorderBottomLeftRadius\":0,\"btnBorderBottomRightRadius\":0,\"btnBorderStyle\":\"solid\",\"btnBorderColor\":\"#333\"} -->\n<div class=\"wp-block-uagb-info-box uagb-block-29b2db5d uagb-infobox__content-wrap  uagb-infobox-icon-above-title uagb-infobox-image-valign-top\"><div class=\"uagb-ifb-content\"><div class=\"uagb-ifb-image-content\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-8.jpg\" alt=\"\" width=\"100\" height=\"66\" loading=\"lazy\"/></div><div class=\"uagb-ifb-title-wrap\"><h3 class=\"uagb-ifb-title\">The Greek Villa </h3></div><p class=\"uagb-ifb-desc\">Designed like a Greek villa this Mediterranean style reflects a relaxed atmosphere with its dominant white walls and blue ceilings with lovely rustic furnishings</p><div class=\"uagb-ifb-button-wrapper wp-block-button\"><a href=\"/the-greek-villa/\" target=\"_self\" class=\"uagb-infobox-cta-link\" rel=\"noopener noreferrer\" alt=\"\"><span class=\"uagb-inline-editing\">READ MORE</span></a></div></div></div>\n<!-- /wp:uagb/info-box --></div>\n<!-- /wp:uagb/container --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"dcda0f67\",\"directionDesktop\":\"row\",\"justifyContentDesktop\":\"flex-start\",\"topMarginDesktop\":54,\"bottomMarginDesktop\":0,\"leftMarginDesktop\":0,\"rightMarginDesktop\":0,\"topMarginMobile\":0,\"bottomMarginMobile\":0,\"leftMarginMobile\":0,\"rightMarginMobile\":0,\"marginLink\":false,\"variationSelected\":true,\"rowGapMobile\":0,\"columnGapDesktop\":0} -->\n<div class=\"wp-block-uagb-container uagb-block-dcda0f67\"><!-- wp:uagb/container {\"block_id\":\"8a82b6c6\",\"widthDesktop\":50,\"bottomPaddingDesktop\":20,\"rightPaddingDesktop\":32,\"bottomPaddingTablet\":35,\"rightPaddingTablet\":15,\"bottomPaddingMobile\":65,\"paddingLink\":false,\"topMarginDesktop\":0,\"bottomMarginDesktop\":0,\"leftMarginDesktop\":5,\"rightMarginDesktop\":5,\"topMarginMobile\":0,\"bottomMarginMobile\":0,\"leftMarginMobile\":0,\"rightMarginMobile\":0,\"marginLink\":false,\"variationSelected\":true,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-8a82b6c6\"><!-- wp:uagb/info-box {\"classMigrate\":true,\"headingAlign\":\"left\",\"headingColor\":\"\",\"subHeadingColor\":\"\",\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"source_type\":\"image\",\"block_id\":\"fa0a2e68\",\"ctaIcon\":\"\",\"ctaType\":\"text\",\"ctaText\":\"READ MORE\",\"ctaLink\":\"/the-honeymoon-suite/\",\"ctaLinkColor\":\"var(\\u002d\\u002dast-global-color-0)\",\"ctaDecoration\":\"underline\",\"ctaFontSize\":12,\"ctaFontWeight\":\"600\",\"ctaLetterSpacing\":2,\"ctaBorderColor\":\"\",\"ctaBorderStyle\":\"\",\"ctaBorderWidth\":\"\",\"ctaBorderRadius\":\"\",\"iconBottomMargin\":30,\"iconImage\":{\"uploading\":false,\"date\":1671616764000,\"filename\":\"Honeymoon-bed-scaled.jpg\",\"menuOrder\":0,\"uploadedTo\":761,\"type\":\"image\",\"subtype\":\"jpeg\",\"id\":1365,\"title\":\"Honeymoon bed\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Honeymoon-bed-scaled.jpg\",\"link\":\"https://blueroan.netgen.cloud/accommodation/honeymoon-bed/\",\"alt\":\"\",\"author\":\"2\",\"description\":\"\",\"caption\":\"\",\"name\":\"honeymoon-bed\",\"status\":\"inherit\",\"modified\":1671616764000,\"mime\":\"image/jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-includes/images/media/default.png\",\"dateFormatted\":\"December 21, 2022\",\"nonces\":{\"update\":\"98057a9f17\",\"delete\":\"4fdef1107d\",\"edit\":\"ffc19c6d9a\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=1365\\u0026action=edit\",\"meta\":false,\"authorName\":\"Netgen Support\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/profile.php\",\"uploadedToTitle\":\"Accommodation\",\"uploadedToLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=761\\u0026action=edit\",\"filesizeInBytes\":698844,\"filesizeHumanReadable\":\"682 KB\",\"context\":\"\",\"originalImageURL\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Honeymoon-bed.jpg\",\"originalImageName\":\"Honeymoon-bed.jpg\",\"height\":1920,\"width\":2560,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Honeymoon-bed-150x150.jpg\",\"orientation\":\"landscape\"},\"medium\":{\"height\":225,\"width\":300,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Honeymoon-bed-300x225.jpg\",\"orientation\":\"landscape\"},\"large\":{\"height\":768,\"width\":1024,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Honeymoon-bed-1024x768.jpg\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Honeymoon-bed-scaled.jpg\",\"height\":1920,\"width\":2560,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"imageSize\":\"full\",\"imageWidth\":100,\"imageWidthMobile\":100,\"imageWidthTablet\":100,\"paddingBtnTop\":10,\"paddingBtnBottom\":10,\"paddingBtnLeft\":14,\"paddingBtnRight\":14,\"imageWidthUnit\":\"%\",\"imageWidthUnitTablet\":\"%\",\"imageWidthUnitMobile\":\"%\",\"subHeadTopMargin\":0,\"subHeadRightMargin\":40,\"subHeadLeftMargin\":0,\"subHeadMarginTopTablet\":0,\"subHeadMarginRightTablet\":0,\"subHeadTabletSpace\":20,\"subHeadMarginLeftTablet\":0,\"imgTagHeight\":75,\"imgTagWidth\":2560,\"btnBorderTopWidth\":1,\"btnBorderLeftWidth\":1,\"btnBorderRightWidth\":1,\"btnBorderBottomWidth\":1,\"btnBorderTopLeftRadius\":0,\"btnBorderTopRightRadius\":0,\"btnBorderBottomLeftRadius\":0,\"btnBorderBottomRightRadius\":0,\"btnBorderStyle\":\"solid\",\"btnBorderColor\":\"#333\"} -->\n<div class=\"wp-block-uagb-info-box uagb-block-fa0a2e68 uagb-infobox__content-wrap  uagb-infobox-icon-above-title uagb-infobox-image-valign-top\"><div class=\"uagb-ifb-content\"><div class=\"uagb-ifb-image-content\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Honeymoon-bed-scaled.jpg\" alt=\"\" width=\"100\" height=\"75\" loading=\"lazy\"/></div><div class=\"uagb-ifb-title-wrap\"><h3 class=\"uagb-ifb-title\">The Honeymoon suite</h3></div><p class=\"uagb-ifb-desc\">This&nbsp;<a href=\"https://www.collinsdictionary.com/dictionary/english/suite\">suite</a>&nbsp;is perfect for couples - This is an open-plan unit attached to the side of the main house, completely private with its own entrance, own garden, and carport.&nbsp;</p><div class=\"uagb-ifb-button-wrapper wp-block-button\"><a href=\"/the-honeymoon-suite/\" target=\"_self\" class=\"uagb-infobox-cta-link\" rel=\"noopener noreferrer\" alt=\"\"><span class=\"uagb-inline-editing\">READ MORE</span></a></div></div></div>\n<!-- /wp:uagb/info-box --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"badd3481\",\"widthDesktop\":50,\"bottomPaddingDesktop\":20,\"rightPaddingDesktop\":32,\"bottomPaddingTablet\":35,\"rightPaddingTablet\":15,\"paddingLink\":false,\"topMarginDesktop\":0,\"bottomMarginDesktop\":0,\"leftMarginDesktop\":5,\"rightMarginDesktop\":5,\"topMarginMobile\":0,\"bottomMarginMobile\":0,\"leftMarginMobile\":0,\"rightMarginMobile\":0,\"marginLink\":false,\"variationSelected\":true,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-badd3481\"></div>\n<!-- /wp:uagb/container --></div>\n<!-- /wp:uagb/container --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"8e134d84\",\"innerContentCustomWidthDesktop\":781,\"innerContentCustomWidthTablet\":781,\"backgroundType\":\"image\",\"backgroundImageDesktop\":{\"uploading\":false,\"date\":1670943271000,\"filename\":\"AAEAAQAAAAAAAAAAAAAA39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba.png\",\"menuOrder\":0,\"uploadedTo\":761,\"type\":\"image\",\"subtype\":\"png\",\"id\":899,\"title\":\"AAEAAQAAAAAAAAAAAAAA39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAA39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba.png\",\"link\":\"https://blueroan.netgen.cloud/accommodation/aaeaaqaaaaaaaaaaaaaa39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba/\",\"alt\":\"\",\"author\":\"2\",\"description\":\"\",\"caption\":\"\",\"name\":\"aaeaaqaaaaaaaaaaaaaa39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba\",\"status\":\"inherit\",\"modified\":1670943271000,\"mime\":\"image/png\",\"icon\":\"https://blueroan.netgen.cloud/wp-includes/images/media/default.png\",\"dateFormatted\":\"December 13, 2022\",\"nonces\":{\"update\":\"45b2b6c69b\",\"delete\":\"75d81c42ab\",\"edit\":\"88fae030a9\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=899\\u0026action=edit\",\"meta\":false,\"authorName\":\"Netgen Support\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/profile.php\",\"uploadedToTitle\":\"Accommodation\",\"uploadedToLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=761\\u0026action=edit\",\"filesizeInBytes\":2338048,\"filesizeHumanReadable\":\"2 MB\",\"context\":\"\",\"height\":900,\"width\":1200,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAA39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba-150x150.png\",\"orientation\":\"landscape\"},\"medium\":{\"height\":225,\"width\":300,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAA39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba-300x225.png\",\"orientation\":\"landscape\"},\"large\":{\"height\":768,\"width\":1024,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAA39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba-1024x768.png\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAA39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba.png\",\"height\":900,\"width\":1200,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"backgroundImageColor\":\"rgba(42,42,42,0.65)\",\"topPaddingDesktop\":144,\"bottomPaddingDesktop\":144,\"leftPaddingDesktop\":40,\"rightPaddingDesktop\":40,\"topPaddingTablet\":80,\"bottomPaddingTablet\":80,\"leftPaddingTablet\":40,\"rightPaddingTablet\":40,\"topPaddingMobile\":64,\"bottomPaddingMobile\":64,\"leftPaddingMobile\":24,\"rightPaddingMobile\":24,\"paddingLink\":false,\"variationSelected\":true,\"isBlockRootParent\":true,\"overlayType\":\"color\"} -->\n<div class=\"wp-block-uagb-container uagb-block-8e134d84 alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/advanced-heading {\"block_id\":\"76ca85ec\",\"classMigrate\":true,\"headingDescToggle\":true,\"headingAlign\":\"center\",\"headingColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"subHeadingColor\":\"var(\\u002d\\u002dast-global-color-4)\",\"headSpace\":20} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-76ca85ec\"><h2 class=\"uagb-heading-text\">Make your stay at Blue Roan unforgettable!</h2><p class=\"uagb-desc-text\">We can help you fit your stay and experience within your allotted budget.</p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/advanced-heading {\"block_id\":\"e30eb2d9\",\"classMigrate\":true,\"headingTitleToggle\":false,\"headingDescToggle\":true,\"headingAlign\":\"center\",\"subHeadingColor\":\"var(\\u002d\\u002dast-global-color-4)\",\"subHeadTransform\":\"uppercase\",\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"subHeadLetterSpacing\":2,\"blockTopPadding\":60,\"blockRightPadding\":0,\"blockLeftPadding\":0,\"blockBottomPadding\":0,\"blockTopPaddingMobile\":30,\"blockRightPaddingMobile\":0,\"blockLeftPaddingMobile\":0,\"blockBottomPaddingMobile\":0} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-e30eb2d9\"><p class=\"uagb-desc-text\">BOOK YOUR STAY NOW​</p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/icon-list {\"block_id\":\"d3308516\",\"classMigrate\":true,\"childMigrate\":true,\"align\":\"center\",\"parentIcon\":\"phone\",\"size\":40,\"sizeMobile\":24,\"sizeTablet\":32,\"fontSize\":48,\"fontSizeMobile\":28,\"fontSizeTablet\":40,\"fontWeight\":\"600\",\"iconColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"labelColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"blockTopPadding\":0,\"blockRightPadding\":0,\"blockLeftPadding\":0,\"blockBottomPadding\":24,\"blockPaddingLink\":false} -->\n<div class=\"wp-block-uagb-icon-list uagb-block-d3308516\"><div class=\"uagb-icon-list__wrap\"><!-- wp:uagb/icon-list-child {\"block_id\":\"db6b21de\",\"label\":\" + 27 (0) 82 575 5409\",\"label_color\":\"\",\"link\":\"tel:+27825755409\",\"disableLink\":true,\"fromParentIcon\":\"phone\",\"imageSizeChild\":40} -->\n<div class=\"wp-block-uagb-icon-list-child uagb-block-db6b21de\"><a target=\"_self\" aria-label=\" + 27 (0) 82 575 5409\" rel=\"noopener noreferrer\" href=\"tel:+27825755409\"> </a><span class=\"uagb-icon-list__source-wrap\"><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M511.2 387l-23.25 100.8c-3.266 14.25-15.79 24.22-30.46 24.22C205.2 512 0 306.8 0 54.5c0-14.66 9.969-27.2 24.22-30.45l100.8-23.25C139.7-2.602 154.7 5.018 160.8 18.92l46.52 108.5c5.438 12.78 1.77 27.67-8.98 36.45L144.5 207.1c33.98 69.22 90.26 125.5 159.5 159.5l44.08-53.8c8.688-10.78 23.69-14.51 36.47-8.975l108.5 46.51C506.1 357.2 514.6 372.4 511.2 387z\"></path></svg></span><span class=\"uagb-icon-list__label\"> + 27 (0) 82 575 5409</span></div>\n<!-- /wp:uagb/icon-list-child -->\n\n<!-- wp:uagb/icon-list-child {\"block_id\":\"d371c78a\",\"label\":\"blueroan@ugo.co.za\",\"icon\":\"envelope\",\"label_color\":\"\",\"link\":\"mailto:blueroan@ugo.co.za\",\"disableLink\":true,\"fromParentIcon\":\"phone\",\"imageSizeChild\":40} -->\n<div class=\"wp-block-uagb-icon-list-child uagb-block-d371c78a\"><a target=\"_self\" aria-label=\"blueroan@ugo.co.za\" rel=\"noopener noreferrer\" href=\"mailto:blueroan@ugo.co.za\"> </a><span class=\"uagb-icon-list__source-wrap\"><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M464 64C490.5 64 512 85.49 512 112C512 127.1 504.9 141.3 492.8 150.4L275.2 313.6C263.8 322.1 248.2 322.1 236.8 313.6L19.2 150.4C7.113 141.3 0 127.1 0 112C0 85.49 21.49 64 48 64H464zM217.6 339.2C240.4 356.3 271.6 356.3 294.4 339.2L512 176V384C512 419.3 483.3 448 448 448H64C28.65 448 0 419.3 0 384V176L217.6 339.2z\"></path></svg></span><span class=\"uagb-icon-list__label\">blueroan@ugo.co.za</span></div>\n<!-- /wp:uagb/icon-list-child --></div></div>\n<!-- /wp:uagb/icon-list --></div></div>\n<!-- /wp:uagb/container -->',	'Accommodation',	'',	'inherit',	'closed',	'closed',	'',	'761-revision-v1',	'',	'',	'2022-12-23 11:07:33',	'2022-12-23 11:07:33',	'',	761,	'https://blueroan.netgen.cloud/?p=1419',	0,	'revision',	'',	0),
(1420,	2,	'2022-12-23 11:07:43',	'2022-12-23 11:07:43',	'',	'Tuscan lounge',	'',	'inherit',	'',	'closed',	'',	'tuscan-lounge',	'',	'',	'2022-12-23 11:07:43',	'2022-12-23 11:07:43',	'',	987,	'https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Tuscan-lounge.jpg',	0,	'attachment',	'image/jpeg',	0),
(1421,	2,	'2022-12-23 11:08:44',	'2022-12-23 11:08:44',	'<!-- wp:uagb/container {\"block_id\":\"24b853a9\",\"backgroundType\":\"image\",\"backgroundImageDesktop\":{\"uploading\":false,\"date\":1671013913000,\"filename\":\"AAEAAQAAAAAAAAAAAAAAJDhhMDc2NjU5LTcwNjEtNGZjMS04ZWI4LWJmZmYzNzdkMWZkNA.png\",\"menuOrder\":0,\"uploadedTo\":987,\"type\":\"image\",\"subtype\":\"png\",\"id\":992,\"title\":\"The Tuscan Suite at Blue Roan Country Lodge \",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAAJDhhMDc2NjU5LTcwNjEtNGZjMS04ZWI4LWJmZmYzNzdkMWZkNA.png\",\"link\":\"https://blueroan.netgen.cloud/the-tuscan-suite/aaeaaqaaaaaaaaaaaaaajdhhmdc2nju5ltcwnjetngzjms04zwi4lwjmzmyznzdkmwzkna/\",\"alt\":\"The Tuscan Suite at Blue Roan Country Lodge \",\"author\":\"2\",\"description\":\"\",\"caption\":\"\",\"name\":\"aaeaaqaaaaaaaaaaaaaajdhhmdc2nju5ltcwnjetngzjms04zwi4lwjmzmyznzdkmwzkna\",\"status\":\"inherit\",\"modified\":1671013913000,\"mime\":\"image/png\",\"icon\":\"https://blueroan.netgen.cloud/wp-includes/images/media/default.png\",\"dateFormatted\":\"December 14, 2022\",\"nonces\":{\"update\":\"e9703f86b5\",\"delete\":\"6ab42998e1\",\"edit\":\"8311b8ae58\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=992\\u0026action=edit\",\"meta\":false,\"authorName\":\"Netgen Support\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/profile.php\",\"uploadedToTitle\":\"The Tuscan Suite\",\"uploadedToLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=987\\u0026action=edit\",\"filesizeInBytes\":868042,\"filesizeHumanReadable\":\"848 KB\",\"context\":\"\",\"height\":667,\"width\":1000,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAAJDhhMDc2NjU5LTcwNjEtNGZjMS04ZWI4LWJmZmYzNzdkMWZkNA-150x150.png\",\"orientation\":\"landscape\"},\"medium\":{\"height\":200,\"width\":300,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAAJDhhMDc2NjU5LTcwNjEtNGZjMS04ZWI4LWJmZmYzNzdkMWZkNA-300x200.png\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAAJDhhMDc2NjU5LTcwNjEtNGZjMS04ZWI4LWJmZmYzNzdkMWZkNA.png\",\"height\":667,\"width\":1000,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"backgroundPositionDesktop\":{\"x\":0.47,\"y\":0.54},\"backgroundSizeTablet\":\"cover\",\"backgroundSizeMobile\":\"cover\",\"backgroundColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"backgroundImageColor\":\"rgba(42,42,42,0.5)\",\"topPaddingDesktop\":220,\"bottomPaddingDesktop\":150,\"topPaddingTablet\":170,\"bottomPaddingTablet\":160,\"leftPaddingTablet\":30,\"rightPaddingTablet\":30,\"topPaddingMobile\":180,\"bottomPaddingMobile\":80,\"leftPaddingMobile\":20,\"rightPaddingMobile\":20,\"paddingLink\":false,\"variationSelected\":true,\"isBlockRootParent\":true,\"overlayType\":\"color\"} -->\n<div class=\"wp-block-uagb-container uagb-block-24b853a9 alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/advanced-heading {\"block_id\":\"11e1ec4c\",\"classMigrate\":true,\"headingDescToggle\":true,\"headingColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"subHeadingColor\":\"var(\\u002d\\u002dast-global-color-4)\",\"headingTag\":\"h1\",\"headSpace\":20,\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"blockTopPadding\":0,\"blockRightPadding\":50,\"blockLeftPadding\":0,\"blockBottomPadding\":0,\"blockTopPaddingTablet\":0,\"blockRightPaddingTablet\":20,\"blockLeftPaddingTablet\":0,\"blockBottomPaddingTablet\":0,\"blockTopPaddingMobile\":0,\"blockRightPaddingMobile\":0,\"blockLeftPaddingMobile\":0,\"blockBottomPaddingMobile\":0,\"blockPaddingUnit\":\"%\",\"blockPaddingUnitTablet\":\"%\"} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-11e1ec4c\"><h1 class=\"uagb-heading-text\">The Tuscan Suite</h1><p class=\"uagb-desc-text\">Tuscan interior design is characterized by terra-cotta tiles, textured wall coverings, exquisite, detailed murals, and basic, tough furniture with tasteful iron accents.</p></div>\n<!-- /wp:uagb/advanced-heading --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"d550dd0d\",\"backgroundType\":\"color\",\"backgroundSizeTablet\":\"cover\",\"backgroundSizeMobile\":\"cover\",\"backgroundColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"topPaddingDesktop\":120,\"bottomPaddingDesktop\":60,\"rightPaddingDesktop\":0,\"topPaddingTablet\":80,\"bottomPaddingTablet\":80,\"leftPaddingTablet\":30,\"rightPaddingTablet\":30,\"topPaddingMobile\":80,\"bottomPaddingMobile\":80,\"leftPaddingMobile\":20,\"rightPaddingMobile\":20,\"paddingLink\":false,\"variationSelected\":true,\"rowGapDesktop\":0,\"isBlockRootParent\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-d550dd0d alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/container {\"block_id\":\"71266c51\",\"directionDesktop\":\"row\",\"alignItemsDesktop\":\"flex-end\",\"alignItemsTablet\":\"flex-end\",\"justifyContentDesktop\":\"flex-end\",\"justifyContentTablet\":\"space-between\",\"variationSelected\":true,\"rowGapMobile\":20,\"columnGapDesktop\":0} -->\n<div class=\"wp-block-uagb-container uagb-block-71266c51\"><!-- wp:uagb/advanced-heading {\"block_id\":\"a9a1fe83\",\"classMigrate\":true,\"headingDescToggle\":true,\"subHeadingColor\":\"\",\"headSpace\":20,\"subHeadFontSize\":16} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-a9a1fe83\"><h2 class=\"uagb-heading-text\">Come &amp; Stay With Us​ at The Tuscan Suite </h2><p class=\"uagb-desc-text\">The elevated king bed in this open-concept unit is on a platform that faces the TV and the mountains. It offers a private bathroom with an oval spa bath and a spacious walk-in shower. Sliding glass doors in the suite lead out to a covered patio with a stone braai and cozy patio chairs. It features a green garden that is gated and fenced and leads to the park. ​</p></div>\n<!-- /wp:uagb/advanced-heading --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:heading -->\n<h2>The bedroom </h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>This room contains the following: </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list -->\n<ul><!-- wp:list-item -->\n<li>King bed with electric blanket</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Electric heater</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Stand fan</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Hair dryer &amp; dressing gowns</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Good quality linen</li>\n<!-- /wp:list-item --></ul>\n<!-- /wp:list --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":992,\"width\":500,\"height\":334,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full is-resized\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAAJDhhMDc2NjU5LTcwNjEtNGZjMS04ZWI4LWJmZmYzNzdkMWZkNA.png\" alt=\"The Tuscan Suite at Blue Roan Country Lodge\" class=\"wp-image-992\" width=\"500\" height=\"334\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":1001,\"width\":500,\"height\":334,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full is-resized\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAAJGZjZmVhNGIyLThiY2EtNDUxOS1hMmY1LWZkMmVmYzRhOWIwYw.png\" alt=\"\" class=\"wp-image-1001\" width=\"500\" height=\"334\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:heading -->\n<h2>The bathroom</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>This room contains the following</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list -->\n<ul><!-- wp:list-item -->\n<li>Large walk-in shower</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Oval spa bath with 6 jets</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Bubble bath and candles</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Soap, toiletries and towels</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Toilet and basin – toilet paper provided</li>\n<!-- /wp:list-item --></ul>\n<!-- /wp:list --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:heading -->\n<h2>The Lounge</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>This room contains the following: </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list -->\n<ul><!-- wp:list-item -->\n<li>Log fireplace</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>2-seater recliner settee</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Comfortable upholstered chair</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>TV&nbsp;(DSTV - commercial bouquet with Sports, news, movies, Mnet, SABC 1,2 3 and Etv as well as other channels)</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>DVD player</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Books and playing cards</li>\n<!-- /wp:list-item --></ul>\n<!-- /wp:list --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:uagb/image {\"block_id\":\"a4ac0722\",\"naturalWidth\":3648,\"naturalHeight\":2736,\"sizeSlug\":\"full\"} -->\n<div class=\"wp-block-uagb-image uagb-block-a4ac0722 wp-block-uagb-image--layout-default wp-block-uagb-image--effect-static wp-block-uagb-image--align-none\"><figure class=\"wp-block-uagb-image__figure\"><img srcset=\"undefined \" width=\"\" height=\"\" loading=\"lazy\"/></figure></div>\n<!-- /wp:uagb/image --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":997,\"width\":500,\"height\":334,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full is-resized\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAAJDIzMjZiNmQ1LTk3MTAtNDIxMC05OWE3LWJlMmQxNDliMDVmMQ.png\" alt=\"The kitchen in The Tuscany suite at Blue Roan lodge\" class=\"wp-image-997\" width=\"500\" height=\"334\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:heading -->\n<h2>The kitchen</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>This room contains the following</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list -->\n<ul><!-- wp:list-item -->\n<li>4 plate gas stove and oven</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Microwave oven, kettle, toaster, coffee plunger</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Fridge with top freezer compartment</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Pots, pans, cutlery, crockery, wine &amp; champagne glasses</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>All kitchen utensils</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Ironing board and iron</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>All cleaning cloths and detergents and washing up liquid</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Paper towel, salt, pepper, coffee, tea and sugar</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Braai tongs</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Breakfast table cafe style and 2 chairs</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Glass sliding door out to the patio</li>\n<!-- /wp:list-item --></ul>\n<!-- /wp:list --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:heading -->\n<h2>The large patio with <br>mountain views</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>This room contains the following: </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list -->\n<ul><!-- wp:list-item -->\n<li>Chairs with cushions</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Mosaic table</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Brick braai</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Decorative lighting</li>\n<!-- /wp:list-item --></ul>\n<!-- /wp:list --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":999,\"width\":500,\"height\":334,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full is-resized\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAAJDI0ZWY4NDc1LThjYjYtNDM3YS1iOTliLWNmOWQxYTJkMWU5MQ.png\" alt=\"\" class=\"wp-image-999\" width=\"500\" height=\"334\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:heading {\"textAlign\":\"center\"} -->\n<h2 class=\"has-text-align-center\">Book your stay </h2>\n<!-- /wp:heading -->\n\n<!-- wp:buttons -->\n<div class=\"wp-block-buttons\"><!-- wp:button {\"align\":\"center\"} -->\n<div class=\"wp-block-button aligncenter\"><a class=\"wp-block-button__link wp-element-button\" href=\"https://book.nightsbridge.com/11065\" target=\"_blank\" rel=\"noreferrer noopener\">Reservations</a></div>\n<!-- /wp:button -->\n\n<!-- wp:button /--></div>\n<!-- /wp:buttons --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"54fcb785\",\"innerContentCustomWidthDesktop\":781,\"innerContentCustomWidthTablet\":781,\"backgroundType\":\"image\",\"backgroundImageDesktop\":{\"uploading\":false,\"date\":1670943271000,\"filename\":\"AAEAAQAAAAAAAAAAAAAA39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba.png\",\"menuOrder\":0,\"uploadedTo\":761,\"type\":\"image\",\"subtype\":\"png\",\"id\":899,\"title\":\"AAEAAQAAAAAAAAAAAAAA39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAA39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba.png\",\"link\":\"https://blueroan.netgen.cloud/accommodation/aaeaaqaaaaaaaaaaaaaa39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba/\",\"alt\":\"\",\"author\":\"2\",\"description\":\"\",\"caption\":\"\",\"name\":\"aaeaaqaaaaaaaaaaaaaa39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba\",\"status\":\"inherit\",\"modified\":1670943271000,\"mime\":\"image/png\",\"icon\":\"https://blueroan.netgen.cloud/wp-includes/images/media/default.png\",\"dateFormatted\":\"December 13, 2022\",\"nonces\":{\"update\":\"45b2b6c69b\",\"delete\":\"75d81c42ab\",\"edit\":\"88fae030a9\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=899\\u0026action=edit\",\"meta\":false,\"authorName\":\"Netgen Support\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/profile.php\",\"uploadedToTitle\":\"Accommodation\",\"uploadedToLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=761\\u0026action=edit\",\"filesizeInBytes\":2338048,\"filesizeHumanReadable\":\"2 MB\",\"context\":\"\",\"height\":900,\"width\":1200,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAA39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba-150x150.png\",\"orientation\":\"landscape\"},\"medium\":{\"height\":225,\"width\":300,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAA39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba-300x225.png\",\"orientation\":\"landscape\"},\"large\":{\"height\":768,\"width\":1024,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAA39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba-1024x768.png\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAA39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba.png\",\"height\":900,\"width\":1200,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"backgroundImageColor\":\"rgba(42,42,42,0.65)\",\"topPaddingDesktop\":144,\"bottomPaddingDesktop\":144,\"leftPaddingDesktop\":40,\"rightPaddingDesktop\":40,\"topPaddingTablet\":80,\"bottomPaddingTablet\":80,\"leftPaddingTablet\":40,\"rightPaddingTablet\":40,\"topPaddingMobile\":64,\"bottomPaddingMobile\":64,\"leftPaddingMobile\":24,\"rightPaddingMobile\":24,\"paddingLink\":false,\"variationSelected\":true,\"isBlockRootParent\":true,\"overlayType\":\"color\"} -->\n<div class=\"wp-block-uagb-container uagb-block-54fcb785 alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/advanced-heading {\"block_id\":\"89c991d4\",\"classMigrate\":true,\"headingDescToggle\":true,\"headingAlign\":\"center\",\"headingColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"subHeadingColor\":\"var(\\u002d\\u002dast-global-color-4)\",\"headSpace\":20} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-89c991d4\"><h2 class=\"uagb-heading-text\">Plan an Unforgettable Experience at<br>Blue Roan!</h2><p class=\"uagb-desc-text\">We can help you fit your stay and experience within your allotted budget.</p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/advanced-heading {\"block_id\":\"adfb7a86\",\"classMigrate\":true,\"headingTitleToggle\":false,\"headingDescToggle\":true,\"headingAlign\":\"center\",\"subHeadingColor\":\"var(\\u002d\\u002dast-global-color-4)\",\"subHeadTransform\":\"uppercase\",\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"subHeadLetterSpacing\":2,\"blockTopPadding\":60,\"blockRightPadding\":0,\"blockLeftPadding\":0,\"blockBottomPadding\":0,\"blockTopPaddingMobile\":30,\"blockRightPaddingMobile\":0,\"blockLeftPaddingMobile\":0,\"blockBottomPaddingMobile\":0,\"linkColor\":\"var(\\u002d\\u002dast-global-color-8)\",\"linkHColor\":\"var(\\u002d\\u002dast-global-color-1)\"} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-adfb7a86\"><p class=\"uagb-desc-text\"><a href=\"https://book.nightsbridge.com/11065\" target=\"_blank\" rel=\"noreferrer noopener\">BOOK YOUR STAY NOW​<br></a></p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/icon-list {\"block_id\":\"a7153f8c\",\"classMigrate\":true,\"childMigrate\":true,\"align\":\"center\",\"parentIcon\":\"phone\",\"size\":40,\"sizeMobile\":24,\"sizeTablet\":32,\"fontSize\":48,\"fontSizeMobile\":28,\"fontSizeTablet\":40,\"fontWeight\":\"600\",\"iconColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"labelColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"blockTopPadding\":0,\"blockRightPadding\":0,\"blockLeftPadding\":0,\"blockBottomPadding\":24,\"blockPaddingLink\":false} -->\n<div class=\"wp-block-uagb-icon-list uagb-block-a7153f8c\"><div class=\"uagb-icon-list__wrap\"><!-- wp:uagb/icon-list-child {\"block_id\":\"80941fe5\",\"label\":\" + 27 (0) 82 575 5409\",\"label_color\":\"\",\"link\":\"tel:+27825755409\",\"disableLink\":true,\"fromParentIcon\":\"phone\",\"imageSizeChild\":40} -->\n<div class=\"wp-block-uagb-icon-list-child uagb-block-80941fe5\"><a target=\"_self\" aria-label=\" + 27 (0) 82 575 5409\" rel=\"noopener noreferrer\" href=\"tel:+27825755409\"> </a><span class=\"uagb-icon-list__source-wrap\"><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M511.2 387l-23.25 100.8c-3.266 14.25-15.79 24.22-30.46 24.22C205.2 512 0 306.8 0 54.5c0-14.66 9.969-27.2 24.22-30.45l100.8-23.25C139.7-2.602 154.7 5.018 160.8 18.92l46.52 108.5c5.438 12.78 1.77 27.67-8.98 36.45L144.5 207.1c33.98 69.22 90.26 125.5 159.5 159.5l44.08-53.8c8.688-10.78 23.69-14.51 36.47-8.975l108.5 46.51C506.1 357.2 514.6 372.4 511.2 387z\"></path></svg></span><span class=\"uagb-icon-list__label\"> + 27 (0) 82 575 5409</span></div>\n<!-- /wp:uagb/icon-list-child -->\n\n<!-- wp:uagb/icon-list-child {\"block_id\":\"b8cb60da\",\"label\":\"blueroan@ugo.co.za\",\"icon\":\"envelope\",\"label_color\":\"\",\"link\":\"mailto:blueroan@ugo.co.za\",\"disableLink\":true,\"fromParentIcon\":\"phone\",\"imageSizeChild\":40} -->\n<div class=\"wp-block-uagb-icon-list-child uagb-block-b8cb60da\"><a target=\"_self\" aria-label=\"blueroan@ugo.co.za\" rel=\"noopener noreferrer\" href=\"mailto:blueroan@ugo.co.za\"> </a><span class=\"uagb-icon-list__source-wrap\"><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M464 64C490.5 64 512 85.49 512 112C512 127.1 504.9 141.3 492.8 150.4L275.2 313.6C263.8 322.1 248.2 322.1 236.8 313.6L19.2 150.4C7.113 141.3 0 127.1 0 112C0 85.49 21.49 64 48 64H464zM217.6 339.2C240.4 356.3 271.6 356.3 294.4 339.2L512 176V384C512 419.3 483.3 448 448 448H64C28.65 448 0 419.3 0 384V176L217.6 339.2z\"></path></svg></span><span class=\"uagb-icon-list__label\">blueroan@ugo.co.za</span></div>\n<!-- /wp:uagb/icon-list-child --></div></div>\n<!-- /wp:uagb/icon-list --></div></div>\n<!-- /wp:uagb/container -->',	'The Tuscan Suite',	'',	'inherit',	'closed',	'closed',	'',	'987-revision-v1',	'',	'',	'2022-12-23 11:08:44',	'2022-12-23 11:08:44',	'',	987,	'https://blueroan.netgen.cloud/?p=1421',	0,	'revision',	'',	0),
(1422,	2,	'2022-12-23 11:08:52',	'2022-12-23 11:08:52',	'',	'Tuscan-lounge-1',	'',	'inherit',	'',	'closed',	'',	'tuscan-lounge-1',	'',	'',	'2022-12-23 11:08:52',	'2022-12-23 11:08:52',	'',	987,	'https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Tuscan-lounge-1.jpg',	0,	'attachment',	'image/jpeg',	0),
(1424,	2,	'2022-12-23 12:08:43',	'2022-12-23 12:08:43',	'',	'Mexican lounge',	'',	'inherit',	'',	'closed',	'',	'mexican-lounge-2',	'',	'',	'2022-12-23 12:08:43',	'2022-12-23 12:08:43',	'',	1030,	'https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Mexican-lounge-1.jpg',	0,	'attachment',	'image/jpeg',	0),
(1425,	2,	'2022-12-23 12:08:43',	'2022-12-23 12:08:43',	'<!-- wp:uagb/container {\"block_id\":\"aa5e4523\",\"backgroundType\":\"image\",\"backgroundImageDesktop\":{\"id\":879,\"title\":\"blue-roan-guest-farm (11)\",\"filename\":\"blue-roan-guest-farm-11.jpg\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-11.jpg\",\"link\":\"https://blueroan.netgen.cloud/accommodation/blue-roan-guest-farm-11/\",\"alt\":\"\",\"author\":\"2\",\"description\":\"\",\"caption\":\"\",\"name\":\"blue-roan-guest-farm-11\",\"status\":\"inherit\",\"uploadedTo\":761,\"date\":\"2022-12-13T13:40:31.000Z\",\"modified\":\"2022-12-13T13:40:31.000Z\",\"menuOrder\":0,\"mime\":\"image/jpeg\",\"type\":\"image\",\"subtype\":\"jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-includes/images/media/default.png\",\"dateFormatted\":\"December 13, 2022\",\"nonces\":{\"update\":\"d402447c49\",\"delete\":\"b223bf1bfb\",\"edit\":\"12a4062084\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=879\\u0026action=edit\",\"meta\":false,\"authorName\":\"Netgen Support\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/profile.php\",\"uploadedToTitle\":\"Accommodation\",\"uploadedToLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=761\\u0026action=edit\",\"filesizeInBytes\":175055,\"filesizeHumanReadable\":\"171 KB\",\"context\":\"\",\"height\":667,\"width\":1000,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-11-150x150.jpg\",\"orientation\":\"landscape\"},\"medium\":{\"height\":200,\"width\":300,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-11-300x200.jpg\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-11.jpg\",\"height\":667,\"width\":1000,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"backgroundPositionDesktop\":{\"x\":0.47,\"y\":0.54},\"backgroundSizeTablet\":\"cover\",\"backgroundSizeMobile\":\"cover\",\"backgroundColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"backgroundImageColor\":\"rgba(42,42,42,0.5)\",\"topPaddingDesktop\":220,\"bottomPaddingDesktop\":150,\"topPaddingTablet\":170,\"bottomPaddingTablet\":160,\"leftPaddingTablet\":30,\"rightPaddingTablet\":30,\"topPaddingMobile\":180,\"bottomPaddingMobile\":80,\"leftPaddingMobile\":20,\"rightPaddingMobile\":20,\"paddingLink\":false,\"variationSelected\":true,\"isBlockRootParent\":true,\"overlayType\":\"color\"} -->\n<div class=\"wp-block-uagb-container uagb-block-aa5e4523 alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/advanced-heading {\"block_id\":\"68f2a22b\",\"classMigrate\":true,\"headingDescToggle\":true,\"headingColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"subHeadingColor\":\"var(\\u002d\\u002dast-global-color-4)\",\"headingTag\":\"h1\",\"headSpace\":20,\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"blockTopPadding\":0,\"blockRightPadding\":50,\"blockLeftPadding\":0,\"blockBottomPadding\":0,\"blockTopPaddingTablet\":0,\"blockRightPaddingTablet\":20,\"blockLeftPaddingTablet\":0,\"blockBottomPaddingTablet\":0,\"blockTopPaddingMobile\":0,\"blockRightPaddingMobile\":0,\"blockLeftPaddingMobile\":0,\"blockBottomPaddingMobile\":0,\"blockPaddingUnit\":\"%\",\"blockPaddingUnitTablet\":\"%\"} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-68f2a22b\"><h1 class=\"uagb-heading-text\">The Mexican Loft </h1><p class=\"uagb-desc-text\">This Mexican-inspired loft is decorated with rustic furnishings and bright colors. This design aesthetic combines genuine art, textiles, rustic wood, and a vibrant color scheme for a diversified vibe.</p></div>\n<!-- /wp:uagb/advanced-heading --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"fc95aae7\",\"backgroundType\":\"color\",\"backgroundSizeTablet\":\"cover\",\"backgroundSizeMobile\":\"cover\",\"backgroundColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"topPaddingDesktop\":120,\"bottomPaddingDesktop\":60,\"rightPaddingDesktop\":0,\"topPaddingTablet\":80,\"bottomPaddingTablet\":80,\"leftPaddingTablet\":30,\"rightPaddingTablet\":30,\"topPaddingMobile\":80,\"bottomPaddingMobile\":80,\"leftPaddingMobile\":20,\"rightPaddingMobile\":20,\"paddingLink\":false,\"variationSelected\":true,\"rowGapDesktop\":0,\"isBlockRootParent\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-fc95aae7 alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/container {\"block_id\":\"03a64118\",\"directionDesktop\":\"row\",\"alignItemsDesktop\":\"flex-end\",\"alignItemsTablet\":\"flex-end\",\"justifyContentDesktop\":\"flex-end\",\"justifyContentTablet\":\"space-between\",\"variationSelected\":true,\"rowGapMobile\":20,\"columnGapDesktop\":0} -->\n<div class=\"wp-block-uagb-container uagb-block-03a64118\"><!-- wp:uagb/advanced-heading {\"block_id\":\"022c86b6\",\"classMigrate\":true,\"headingDescToggle\":true,\"subHeadingColor\":\"\",\"headSpace\":20,\"subHeadFontSize\":16} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-022c86b6\"><h2 class=\"uagb-heading-text\">Come &amp; Stay With Us​ at The Mexican Loft</h2><p class=\"uagb-desc-text\">This is an open-plan unit with a corner-shaped spa bath close to the bed, a separate bathroom with a huge walk-in shower, and an open-plan living area&nbsp;opening onto a covered patio with brick braai and comfortable outside furniture. &nbsp;It has a small fenced and gated garden.</p></div>\n<!-- /wp:uagb/advanced-heading --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:heading -->\n<h2>The bedroom </h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>This room contains the following: </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list -->\n<ul><!-- wp:list-item -->\n<li>King bed with electric blanket</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Corner shaped spa bath with 6 jets</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Bubble bath and candles</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Oil heater</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Ceiling fan</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Dressing table</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Hair dryer and dressing gowns</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Good quality linen</li>\n<!-- /wp:list-item --></ul>\n<!-- /wp:list --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":1035,\"width\":500,\"height\":334,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full is-resized\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/241538_798x533.jpg\" alt=\"\" class=\"wp-image-1035\" width=\"500\" height=\"334\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":1036,\"width\":500,\"height\":334,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full is-resized\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/241542_798x533.jpg\" alt=\"\" class=\"wp-image-1036\" width=\"500\" height=\"334\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:heading -->\n<h2>The bathroom</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>This room contains the following</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list -->\n<ul><!-- wp:list-item -->\n<li>Large walk-in shower</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Toilet and basin</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Soap, towels, toiletries and toilet paper</li>\n<!-- /wp:list-item --></ul>\n<!-- /wp:list --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:heading -->\n<h2>The Lounge</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>This room contains the following: </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list -->\n<ul><!-- wp:list-item -->\n<li>Log fireplace</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>2 seater upholstered settee</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Upholstered single chair</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Ceiling fan</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Oil heater</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>TV (DSTV - commercial bouquet with Sports, movies, Mnet, SABC 1,2 3 and Etv)</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>DVD player</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Breakfast nook and chairs</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Books and playing cards</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Glass sliding door out to the patio</li>\n<!-- /wp:list-item --></ul>\n<!-- /wp:list --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column {\"width\":\"100%\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:100%\"><!-- wp:uagb/image {\"block_id\":\"3bac0ad5\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Tuscan-lounge-1-1024x768.jpg\",\"id\":1422,\"width\":1024,\"height\":768,\"naturalWidth\":1024,\"naturalHeight\":768,\"sizeSlug\":\"full\"} -->\n<div class=\"wp-block-uagb-image uagb-block-3bac0ad5 wp-block-uagb-image--layout-default wp-block-uagb-image--effect-static wp-block-uagb-image--align-none\"><figure class=\"wp-block-uagb-image__figure\"><img srcset=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Tuscan-lounge-1-1024x768.jpg \" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Tuscan-lounge-1-1024x768.jpg\" alt=\"\" class=\"uag-image-1422\" width=\"1024\" height=\"768\" title=\"\" loading=\"lazy\"/></figure></div>\n<!-- /wp:uagb/image --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":1039,\"width\":500,\"height\":334,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full is-resized\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/241541_798x533-1.jpg\" alt=\"\" class=\"wp-image-1039\" width=\"500\" height=\"334\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:heading -->\n<h2>The kitchen</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>This room contains the following</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list -->\n<ul><!-- wp:list-item -->\n<li>4-plate gas stove and oven</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Microwave oven, kettle, toaster</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Fridge with top freezer compartment</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Pots, pans, cutlery, crockery, wine &amp; champagne glasses</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>All kitchen utensils</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Ironing board and iron</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>All cleaning cloths and detergents and washing up liquid</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Paper towel</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Braai tongs</li>\n<!-- /wp:list-item --></ul>\n<!-- /wp:list --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:heading -->\n<h2>The large patio with <br>mountain views</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>This room contains the following: </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list -->\n<ul><!-- wp:list-item -->\n<li>Chairs with cushions</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Wooden table</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Brick braai</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Decorative lighting</li>\n<!-- /wp:list-item --></ul>\n<!-- /wp:list --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":1040,\"width\":500,\"height\":334,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full is-resized\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/241534_798x533.jpg\" alt=\"\" class=\"wp-image-1040\" width=\"500\" height=\"334\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:heading {\"textAlign\":\"center\"} -->\n<h2 class=\"has-text-align-center\">Book your stay </h2>\n<!-- /wp:heading -->\n\n<!-- wp:buttons -->\n<div class=\"wp-block-buttons\"><!-- wp:button {\"align\":\"center\"} -->\n<div class=\"wp-block-button aligncenter\"><a class=\"wp-block-button__link wp-element-button\" href=\"https://book.nightsbridge.com/11065\" target=\"_blank\" rel=\"noreferrer noopener\">Reservations</a></div>\n<!-- /wp:button -->\n\n<!-- wp:button /--></div>\n<!-- /wp:buttons --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"aa15d910\",\"innerContentCustomWidthDesktop\":781,\"innerContentCustomWidthTablet\":781,\"backgroundType\":\"image\",\"backgroundImageDesktop\":{\"uploading\":false,\"date\":1670943271000,\"filename\":\"AAEAAQAAAAAAAAAAAAAA39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba.png\",\"menuOrder\":0,\"uploadedTo\":761,\"type\":\"image\",\"subtype\":\"png\",\"id\":899,\"title\":\"AAEAAQAAAAAAAAAAAAAA39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAA39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba.png\",\"link\":\"https://blueroan.netgen.cloud/accommodation/aaeaaqaaaaaaaaaaaaaa39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba/\",\"alt\":\"\",\"author\":\"2\",\"description\":\"\",\"caption\":\"\",\"name\":\"aaeaaqaaaaaaaaaaaaaa39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba\",\"status\":\"inherit\",\"modified\":1670943271000,\"mime\":\"image/png\",\"icon\":\"https://blueroan.netgen.cloud/wp-includes/images/media/default.png\",\"dateFormatted\":\"December 13, 2022\",\"nonces\":{\"update\":\"45b2b6c69b\",\"delete\":\"75d81c42ab\",\"edit\":\"88fae030a9\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=899\\u0026action=edit\",\"meta\":false,\"authorName\":\"Netgen Support\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/profile.php\",\"uploadedToTitle\":\"Accommodation\",\"uploadedToLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=761\\u0026action=edit\",\"filesizeInBytes\":2338048,\"filesizeHumanReadable\":\"2 MB\",\"context\":\"\",\"height\":900,\"width\":1200,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAA39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba-150x150.png\",\"orientation\":\"landscape\"},\"medium\":{\"height\":225,\"width\":300,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAA39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba-300x225.png\",\"orientation\":\"landscape\"},\"large\":{\"height\":768,\"width\":1024,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAA39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba-1024x768.png\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAA39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba.png\",\"height\":900,\"width\":1200,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"backgroundImageColor\":\"rgba(42,42,42,0.65)\",\"topPaddingDesktop\":144,\"bottomPaddingDesktop\":144,\"leftPaddingDesktop\":40,\"rightPaddingDesktop\":40,\"topPaddingTablet\":80,\"bottomPaddingTablet\":80,\"leftPaddingTablet\":40,\"rightPaddingTablet\":40,\"topPaddingMobile\":64,\"bottomPaddingMobile\":64,\"leftPaddingMobile\":24,\"rightPaddingMobile\":24,\"paddingLink\":false,\"variationSelected\":true,\"isBlockRootParent\":true,\"overlayType\":\"color\"} -->\n<div class=\"wp-block-uagb-container uagb-block-aa15d910 alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/advanced-heading {\"block_id\":\"76ea887b\",\"classMigrate\":true,\"headingDescToggle\":true,\"headingAlign\":\"center\",\"headingColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"subHeadingColor\":\"var(\\u002d\\u002dast-global-color-4)\",\"headSpace\":20} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-76ea887b\"><h2 class=\"uagb-heading-text\">Plan an Unforgettable Experience at<br>Blue Roan!</h2><p class=\"uagb-desc-text\">We can help you fit your stay and experience within your allotted budget.</p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/advanced-heading {\"block_id\":\"f48f0dfb\",\"classMigrate\":true,\"headingTitleToggle\":false,\"headingDescToggle\":true,\"headingAlign\":\"center\",\"subHeadingColor\":\"var(\\u002d\\u002dast-global-color-4)\",\"subHeadTransform\":\"uppercase\",\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"subHeadLetterSpacing\":2,\"blockTopPadding\":60,\"blockRightPadding\":0,\"blockLeftPadding\":0,\"blockBottomPadding\":0,\"blockTopPaddingMobile\":30,\"blockRightPaddingMobile\":0,\"blockLeftPaddingMobile\":0,\"blockBottomPaddingMobile\":0,\"linkColor\":\"var(\\u002d\\u002dast-global-color-8)\",\"linkHColor\":\"var(\\u002d\\u002dast-global-color-1)\"} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-f48f0dfb\"><p class=\"uagb-desc-text\"><a href=\"https://book.nightsbridge.com/11065\" target=\"_blank\" rel=\"noreferrer noopener\">BOOK YOUR STAY NOW​<br></a></p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/icon-list {\"block_id\":\"caca0e68\",\"classMigrate\":true,\"childMigrate\":true,\"align\":\"center\",\"parentIcon\":\"phone\",\"size\":40,\"sizeMobile\":24,\"sizeTablet\":32,\"fontSize\":48,\"fontSizeMobile\":28,\"fontSizeTablet\":40,\"fontWeight\":\"600\",\"iconColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"labelColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"blockTopPadding\":0,\"blockRightPadding\":0,\"blockLeftPadding\":0,\"blockBottomPadding\":24,\"blockPaddingLink\":false} -->\n<div class=\"wp-block-uagb-icon-list uagb-block-caca0e68\"><div class=\"uagb-icon-list__wrap\"><!-- wp:uagb/icon-list-child {\"block_id\":\"7fc0d3df\",\"label\":\" + 27 (0) 82 575 5409\",\"label_color\":\"\",\"link\":\"tel:+27825755409\",\"disableLink\":true,\"fromParentIcon\":\"phone\",\"imageSizeChild\":40} -->\n<div class=\"wp-block-uagb-icon-list-child uagb-block-7fc0d3df\"><a target=\"_self\" aria-label=\" + 27 (0) 82 575 5409\" rel=\"noopener noreferrer\" href=\"tel:+27825755409\"> </a><span class=\"uagb-icon-list__source-wrap\"><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M511.2 387l-23.25 100.8c-3.266 14.25-15.79 24.22-30.46 24.22C205.2 512 0 306.8 0 54.5c0-14.66 9.969-27.2 24.22-30.45l100.8-23.25C139.7-2.602 154.7 5.018 160.8 18.92l46.52 108.5c5.438 12.78 1.77 27.67-8.98 36.45L144.5 207.1c33.98 69.22 90.26 125.5 159.5 159.5l44.08-53.8c8.688-10.78 23.69-14.51 36.47-8.975l108.5 46.51C506.1 357.2 514.6 372.4 511.2 387z\"></path></svg></span><span class=\"uagb-icon-list__label\"> + 27 (0) 82 575 5409</span></div>\n<!-- /wp:uagb/icon-list-child -->\n\n<!-- wp:uagb/icon-list-child {\"block_id\":\"c4537fdc\",\"label\":\"blueroan@ugo.co.za\",\"icon\":\"envelope\",\"label_color\":\"\",\"link\":\"mailto:blueroan@ugo.co.za\",\"disableLink\":true,\"fromParentIcon\":\"phone\",\"imageSizeChild\":40} -->\n<div class=\"wp-block-uagb-icon-list-child uagb-block-c4537fdc\"><a target=\"_self\" aria-label=\"blueroan@ugo.co.za\" rel=\"noopener noreferrer\" href=\"mailto:blueroan@ugo.co.za\"> </a><span class=\"uagb-icon-list__source-wrap\"><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M464 64C490.5 64 512 85.49 512 112C512 127.1 504.9 141.3 492.8 150.4L275.2 313.6C263.8 322.1 248.2 322.1 236.8 313.6L19.2 150.4C7.113 141.3 0 127.1 0 112C0 85.49 21.49 64 48 64H464zM217.6 339.2C240.4 356.3 271.6 356.3 294.4 339.2L512 176V384C512 419.3 483.3 448 448 448H64C28.65 448 0 419.3 0 384V176L217.6 339.2z\"></path></svg></span><span class=\"uagb-icon-list__label\">blueroan@ugo.co.za</span></div>\n<!-- /wp:uagb/icon-list-child --></div></div>\n<!-- /wp:uagb/icon-list --></div></div>\n<!-- /wp:uagb/container -->',	'The Mexican Loft',	'',	'inherit',	'closed',	'closed',	'',	'1030-revision-v1',	'',	'',	'2022-12-23 12:08:43',	'2022-12-23 12:08:43',	'',	1030,	'https://blueroan.netgen.cloud/?p=1425',	0,	'revision',	'',	0),
(1428,	2,	'2022-12-23 12:22:45',	'2022-12-23 12:22:45',	'<!-- wp:uagb/container {\"block_id\":\"c2bdf7ea\",\"backgroundType\":\"image\",\"backgroundImageDesktop\":{\"uploading\":false,\"date\":1671013913000,\"filename\":\"AAEAAQAAAAAAAAAAAAAAJDhhMDc2NjU5LTcwNjEtNGZjMS04ZWI4LWJmZmYzNzdkMWZkNA.png\",\"menuOrder\":0,\"uploadedTo\":987,\"type\":\"image\",\"subtype\":\"png\",\"id\":992,\"title\":\"The Tuscan Suite at Blue Roan Country Lodge \",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAAJDhhMDc2NjU5LTcwNjEtNGZjMS04ZWI4LWJmZmYzNzdkMWZkNA.png\",\"link\":\"https://blueroan.netgen.cloud/the-tuscan-suite/aaeaaqaaaaaaaaaaaaaajdhhmdc2nju5ltcwnjetngzjms04zwi4lwjmzmyznzdkmwzkna/\",\"alt\":\"The Tuscan Suite at Blue Roan Country Lodge \",\"author\":\"2\",\"description\":\"\",\"caption\":\"\",\"name\":\"aaeaaqaaaaaaaaaaaaaajdhhmdc2nju5ltcwnjetngzjms04zwi4lwjmzmyznzdkmwzkna\",\"status\":\"inherit\",\"modified\":1671013913000,\"mime\":\"image/png\",\"icon\":\"https://blueroan.netgen.cloud/wp-includes/images/media/default.png\",\"dateFormatted\":\"December 14, 2022\",\"nonces\":{\"update\":\"e9703f86b5\",\"delete\":\"6ab42998e1\",\"edit\":\"8311b8ae58\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=992\\u0026action=edit\",\"meta\":false,\"authorName\":\"Netgen Support\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/profile.php\",\"uploadedToTitle\":\"The Tuscan Suite\",\"uploadedToLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=987\\u0026action=edit\",\"filesizeInBytes\":868042,\"filesizeHumanReadable\":\"848 KB\",\"context\":\"\",\"height\":667,\"width\":1000,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAAJDhhMDc2NjU5LTcwNjEtNGZjMS04ZWI4LWJmZmYzNzdkMWZkNA-150x150.png\",\"orientation\":\"landscape\"},\"medium\":{\"height\":200,\"width\":300,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAAJDhhMDc2NjU5LTcwNjEtNGZjMS04ZWI4LWJmZmYzNzdkMWZkNA-300x200.png\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAAJDhhMDc2NjU5LTcwNjEtNGZjMS04ZWI4LWJmZmYzNzdkMWZkNA.png\",\"height\":667,\"width\":1000,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"backgroundPositionDesktop\":{\"x\":0.47,\"y\":0.54},\"backgroundSizeTablet\":\"cover\",\"backgroundSizeMobile\":\"cover\",\"backgroundColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"backgroundImageColor\":\"rgba(42,42,42,0.5)\",\"topPaddingDesktop\":220,\"bottomPaddingDesktop\":150,\"topPaddingTablet\":170,\"bottomPaddingTablet\":160,\"leftPaddingTablet\":30,\"rightPaddingTablet\":30,\"topPaddingMobile\":180,\"bottomPaddingMobile\":80,\"leftPaddingMobile\":20,\"rightPaddingMobile\":20,\"paddingLink\":false,\"variationSelected\":true,\"isBlockRootParent\":true,\"overlayType\":\"color\"} -->\n<div class=\"wp-block-uagb-container uagb-block-c2bdf7ea alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/advanced-heading {\"block_id\":\"01ae594e\",\"classMigrate\":true,\"headingDescToggle\":true,\"headingColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"subHeadingColor\":\"var(\\u002d\\u002dast-global-color-4)\",\"headingTag\":\"h1\",\"headSpace\":20,\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"blockTopPadding\":0,\"blockRightPadding\":50,\"blockLeftPadding\":0,\"blockBottomPadding\":0,\"blockTopPaddingTablet\":0,\"blockRightPaddingTablet\":20,\"blockLeftPaddingTablet\":0,\"blockBottomPaddingTablet\":0,\"blockTopPaddingMobile\":0,\"blockRightPaddingMobile\":0,\"blockLeftPaddingMobile\":0,\"blockBottomPaddingMobile\":0,\"blockPaddingUnit\":\"%\",\"blockPaddingUnitTablet\":\"%\"} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-01ae594e\"><h1 class=\"uagb-heading-text\">The Tuscan Suite</h1><p class=\"uagb-desc-text\">Tuscan interior design is characterized by terra-cotta tiles, textured wall coverings, exquisite, detailed murals, and basic, tough furniture with tasteful iron accents.</p></div>\n<!-- /wp:uagb/advanced-heading --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"3c8fe797\",\"backgroundType\":\"color\",\"backgroundSizeTablet\":\"cover\",\"backgroundSizeMobile\":\"cover\",\"backgroundColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"topPaddingDesktop\":120,\"bottomPaddingDesktop\":60,\"rightPaddingDesktop\":0,\"topPaddingTablet\":80,\"bottomPaddingTablet\":80,\"leftPaddingTablet\":30,\"rightPaddingTablet\":30,\"topPaddingMobile\":80,\"bottomPaddingMobile\":80,\"leftPaddingMobile\":20,\"rightPaddingMobile\":20,\"paddingLink\":false,\"variationSelected\":true,\"rowGapDesktop\":0,\"isBlockRootParent\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-3c8fe797 alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/container {\"block_id\":\"bb4a14b3\",\"directionDesktop\":\"row\",\"alignItemsDesktop\":\"flex-end\",\"alignItemsTablet\":\"flex-end\",\"justifyContentDesktop\":\"flex-end\",\"justifyContentTablet\":\"space-between\",\"variationSelected\":true,\"rowGapMobile\":20,\"columnGapDesktop\":0} -->\n<div class=\"wp-block-uagb-container uagb-block-bb4a14b3\"><!-- wp:uagb/advanced-heading {\"block_id\":\"1f9392ab\",\"classMigrate\":true,\"headingDescToggle\":true,\"subHeadingColor\":\"\",\"headSpace\":20,\"subHeadFontSize\":16} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-1f9392ab\"><h2 class=\"uagb-heading-text\">Come &amp; Stay With Us​ at The Tuscan Suite </h2><p class=\"uagb-desc-text\">The elevated king bed in this open-concept unit is on a platform that faces the TV and the mountains. It offers a private bathroom with an oval spa bath and a spacious walk-in shower. Sliding glass doors in the suite lead out to a covered patio with a stone braai and cozy patio chairs. It features a green garden that is gated and fenced and leads to the park. ​</p></div>\n<!-- /wp:uagb/advanced-heading --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:heading -->\n<h2>The bedroom </h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>This room contains the following: </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list -->\n<ul><!-- wp:list-item -->\n<li>King bed with electric blanket</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Electric heater</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Stand fan</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Hair dryer &amp; dressing gowns</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Good quality linen</li>\n<!-- /wp:list-item --></ul>\n<!-- /wp:list --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:uagb/image {\"block_id\":\"069aed06\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Tuscan-bed-1024x768.jpg\",\"id\":1415,\"width\":1024,\"height\":768,\"naturalWidth\":1024,\"naturalHeight\":768,\"sizeSlug\":\"full\"} -->\n<div class=\"wp-block-uagb-image uagb-block-069aed06 wp-block-uagb-image--layout-default wp-block-uagb-image--effect-static wp-block-uagb-image--align-none\"><figure class=\"wp-block-uagb-image__figure\"><img srcset=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Tuscan-bed-1024x768.jpg \" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Tuscan-bed-1024x768.jpg\" alt=\"\" class=\"uag-image-1415\" width=\"1024\" height=\"768\" title=\"\" loading=\"lazy\"/></figure></div>\n<!-- /wp:uagb/image --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":1001,\"width\":500,\"height\":334,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full is-resized\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAAJGZjZmVhNGIyLThiY2EtNDUxOS1hMmY1LWZkMmVmYzRhOWIwYw.png\" alt=\"\" class=\"wp-image-1001\" width=\"500\" height=\"334\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:heading -->\n<h2>The bathroom</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>This room contains the following</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list -->\n<ul><!-- wp:list-item -->\n<li>Large walk-in shower</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Oval spa bath with 6 jets</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Bubble bath and candles</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Soap, toiletries and towels</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Toilet and basin – toilet paper provided</li>\n<!-- /wp:list-item --></ul>\n<!-- /wp:list --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:heading -->\n<h2>The Lounge</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>This room contains the following: </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list -->\n<ul><!-- wp:list-item -->\n<li>Log fireplace</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>2-seater recliner settee</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Comfortable upholstered chair</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>TV&nbsp;(DSTV - commercial bouquet with Sports, news, movies, Mnet, SABC 1,2 3 and Etv as well as other channels)</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>DVD player</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Books and playing cards</li>\n<!-- /wp:list-item --></ul>\n<!-- /wp:list --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:uagb/image {\"block_id\":\"a4ac0722\",\"naturalWidth\":3648,\"naturalHeight\":2736,\"sizeSlug\":\"full\"} -->\n<div class=\"wp-block-uagb-image uagb-block-a4ac0722 wp-block-uagb-image--layout-default wp-block-uagb-image--effect-static wp-block-uagb-image--align-none\"><figure class=\"wp-block-uagb-image__figure\"><img srcset=\"undefined \" width=\"\" height=\"\" loading=\"lazy\"/></figure></div>\n<!-- /wp:uagb/image --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":997,\"width\":500,\"height\":334,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full is-resized\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAAJDIzMjZiNmQ1LTk3MTAtNDIxMC05OWE3LWJlMmQxNDliMDVmMQ.png\" alt=\"The kitchen in The Tuscany suite at Blue Roan lodge\" class=\"wp-image-997\" width=\"500\" height=\"334\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:heading -->\n<h2>The kitchen</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>This room contains the following</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list -->\n<ul><!-- wp:list-item -->\n<li>4 plate gas stove and oven</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Microwave oven, kettle, toaster, coffee plunger</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Fridge with top freezer compartment</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Pots, pans, cutlery, crockery, wine &amp; champagne glasses</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>All kitchen utensils</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Ironing board and iron</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>All cleaning cloths and detergents and washing up liquid</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Paper towel, salt, pepper, coffee, tea and sugar</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Braai tongs</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Breakfast table cafe style and 2 chairs</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Glass sliding door out to the patio</li>\n<!-- /wp:list-item --></ul>\n<!-- /wp:list --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:heading -->\n<h2>The large patio with <br>mountain views</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>This room contains the following: </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list -->\n<ul><!-- wp:list-item -->\n<li>Chairs with cushions</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Mosaic table</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Brick braai</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Decorative lighting</li>\n<!-- /wp:list-item --></ul>\n<!-- /wp:list --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":999,\"width\":500,\"height\":334,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full is-resized\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAAJDI0ZWY4NDc1LThjYjYtNDM3YS1iOTliLWNmOWQxYTJkMWU5MQ.png\" alt=\"\" class=\"wp-image-999\" width=\"500\" height=\"334\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:heading {\"textAlign\":\"center\"} -->\n<h2 class=\"has-text-align-center\">Book your stay </h2>\n<!-- /wp:heading -->\n\n<!-- wp:buttons -->\n<div class=\"wp-block-buttons\"><!-- wp:button {\"align\":\"center\"} -->\n<div class=\"wp-block-button aligncenter\"><a class=\"wp-block-button__link wp-element-button\" href=\"https://book.nightsbridge.com/11065\" target=\"_blank\" rel=\"noreferrer noopener\">Reservations</a></div>\n<!-- /wp:button -->\n\n<!-- wp:button /--></div>\n<!-- /wp:buttons --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"96a86308\",\"innerContentCustomWidthDesktop\":781,\"innerContentCustomWidthTablet\":781,\"backgroundType\":\"image\",\"backgroundImageDesktop\":{\"uploading\":false,\"date\":1670943271000,\"filename\":\"AAEAAQAAAAAAAAAAAAAA39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba.png\",\"menuOrder\":0,\"uploadedTo\":761,\"type\":\"image\",\"subtype\":\"png\",\"id\":899,\"title\":\"AAEAAQAAAAAAAAAAAAAA39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAA39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba.png\",\"link\":\"https://blueroan.netgen.cloud/accommodation/aaeaaqaaaaaaaaaaaaaa39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba/\",\"alt\":\"\",\"author\":\"2\",\"description\":\"\",\"caption\":\"\",\"name\":\"aaeaaqaaaaaaaaaaaaaa39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba\",\"status\":\"inherit\",\"modified\":1670943271000,\"mime\":\"image/png\",\"icon\":\"https://blueroan.netgen.cloud/wp-includes/images/media/default.png\",\"dateFormatted\":\"December 13, 2022\",\"nonces\":{\"update\":\"45b2b6c69b\",\"delete\":\"75d81c42ab\",\"edit\":\"88fae030a9\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=899\\u0026action=edit\",\"meta\":false,\"authorName\":\"Netgen Support\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/profile.php\",\"uploadedToTitle\":\"Accommodation\",\"uploadedToLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=761\\u0026action=edit\",\"filesizeInBytes\":2338048,\"filesizeHumanReadable\":\"2 MB\",\"context\":\"\",\"height\":900,\"width\":1200,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAA39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba-150x150.png\",\"orientation\":\"landscape\"},\"medium\":{\"height\":225,\"width\":300,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAA39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba-300x225.png\",\"orientation\":\"landscape\"},\"large\":{\"height\":768,\"width\":1024,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAA39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba-1024x768.png\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAA39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba.png\",\"height\":900,\"width\":1200,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"backgroundImageColor\":\"rgba(42,42,42,0.65)\",\"topPaddingDesktop\":144,\"bottomPaddingDesktop\":144,\"leftPaddingDesktop\":40,\"rightPaddingDesktop\":40,\"topPaddingTablet\":80,\"bottomPaddingTablet\":80,\"leftPaddingTablet\":40,\"rightPaddingTablet\":40,\"topPaddingMobile\":64,\"bottomPaddingMobile\":64,\"leftPaddingMobile\":24,\"rightPaddingMobile\":24,\"paddingLink\":false,\"variationSelected\":true,\"isBlockRootParent\":true,\"overlayType\":\"color\"} -->\n<div class=\"wp-block-uagb-container uagb-block-96a86308 alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/advanced-heading {\"block_id\":\"d610a68c\",\"classMigrate\":true,\"headingDescToggle\":true,\"headingAlign\":\"center\",\"headingColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"subHeadingColor\":\"var(\\u002d\\u002dast-global-color-4)\",\"headSpace\":20} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-d610a68c\"><h2 class=\"uagb-heading-text\">Plan an Unforgettable Experience at<br>Blue Roan!</h2><p class=\"uagb-desc-text\">We can help you fit your stay and experience within your allotted budget.</p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/advanced-heading {\"block_id\":\"fc1b58ec\",\"classMigrate\":true,\"headingTitleToggle\":false,\"headingDescToggle\":true,\"headingAlign\":\"center\",\"subHeadingColor\":\"var(\\u002d\\u002dast-global-color-4)\",\"subHeadTransform\":\"uppercase\",\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"subHeadLetterSpacing\":2,\"blockTopPadding\":60,\"blockRightPadding\":0,\"blockLeftPadding\":0,\"blockBottomPadding\":0,\"blockTopPaddingMobile\":30,\"blockRightPaddingMobile\":0,\"blockLeftPaddingMobile\":0,\"blockBottomPaddingMobile\":0,\"linkColor\":\"var(\\u002d\\u002dast-global-color-8)\",\"linkHColor\":\"var(\\u002d\\u002dast-global-color-1)\"} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-fc1b58ec\"><p class=\"uagb-desc-text\"><a href=\"https://book.nightsbridge.com/11065\" target=\"_blank\" rel=\"noreferrer noopener\">BOOK YOUR STAY NOW​<br></a></p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/icon-list {\"block_id\":\"9b48990e\",\"classMigrate\":true,\"childMigrate\":true,\"align\":\"center\",\"parentIcon\":\"phone\",\"size\":40,\"sizeMobile\":24,\"sizeTablet\":32,\"fontSize\":48,\"fontSizeMobile\":28,\"fontSizeTablet\":40,\"fontWeight\":\"600\",\"iconColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"labelColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"blockTopPadding\":0,\"blockRightPadding\":0,\"blockLeftPadding\":0,\"blockBottomPadding\":24,\"blockPaddingLink\":false} -->\n<div class=\"wp-block-uagb-icon-list uagb-block-9b48990e\"><div class=\"uagb-icon-list__wrap\"><!-- wp:uagb/icon-list-child {\"block_id\":\"3e70af45\",\"label\":\" + 27 (0) 82 575 5409\",\"label_color\":\"\",\"link\":\"tel:+27825755409\",\"disableLink\":true,\"fromParentIcon\":\"phone\",\"imageSizeChild\":40} -->\n<div class=\"wp-block-uagb-icon-list-child uagb-block-3e70af45\"><a target=\"_self\" aria-label=\" + 27 (0) 82 575 5409\" rel=\"noopener noreferrer\" href=\"tel:+27825755409\"> </a><span class=\"uagb-icon-list__source-wrap\"><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M511.2 387l-23.25 100.8c-3.266 14.25-15.79 24.22-30.46 24.22C205.2 512 0 306.8 0 54.5c0-14.66 9.969-27.2 24.22-30.45l100.8-23.25C139.7-2.602 154.7 5.018 160.8 18.92l46.52 108.5c5.438 12.78 1.77 27.67-8.98 36.45L144.5 207.1c33.98 69.22 90.26 125.5 159.5 159.5l44.08-53.8c8.688-10.78 23.69-14.51 36.47-8.975l108.5 46.51C506.1 357.2 514.6 372.4 511.2 387z\"></path></svg></span><span class=\"uagb-icon-list__label\"> + 27 (0) 82 575 5409</span></div>\n<!-- /wp:uagb/icon-list-child -->\n\n<!-- wp:uagb/icon-list-child {\"block_id\":\"05ef2610\",\"label\":\"blueroan@ugo.co.za\",\"icon\":\"envelope\",\"label_color\":\"\",\"link\":\"mailto:blueroan@ugo.co.za\",\"disableLink\":true,\"fromParentIcon\":\"phone\",\"imageSizeChild\":40} -->\n<div class=\"wp-block-uagb-icon-list-child uagb-block-05ef2610\"><a target=\"_self\" aria-label=\"blueroan@ugo.co.za\" rel=\"noopener noreferrer\" href=\"mailto:blueroan@ugo.co.za\"> </a><span class=\"uagb-icon-list__source-wrap\"><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M464 64C490.5 64 512 85.49 512 112C512 127.1 504.9 141.3 492.8 150.4L275.2 313.6C263.8 322.1 248.2 322.1 236.8 313.6L19.2 150.4C7.113 141.3 0 127.1 0 112C0 85.49 21.49 64 48 64H464zM217.6 339.2C240.4 356.3 271.6 356.3 294.4 339.2L512 176V384C512 419.3 483.3 448 448 448H64C28.65 448 0 419.3 0 384V176L217.6 339.2z\"></path></svg></span><span class=\"uagb-icon-list__label\">blueroan@ugo.co.za</span></div>\n<!-- /wp:uagb/icon-list-child --></div></div>\n<!-- /wp:uagb/icon-list --></div></div>\n<!-- /wp:uagb/container -->',	'The Tuscan Suite',	'',	'inherit',	'closed',	'closed',	'',	'987-revision-v1',	'',	'',	'2022-12-23 12:22:45',	'2022-12-23 12:22:45',	'',	987,	'https://blueroan.netgen.cloud/?p=1428',	0,	'revision',	'',	0),
(1429,	2,	'2022-12-23 12:23:41',	'2022-12-23 12:23:41',	'',	'Tuscan lounge',	'',	'inherit',	'',	'closed',	'',	'tuscan-lounge-2',	'',	'',	'2022-12-23 12:23:41',	'2022-12-23 12:23:41',	'',	987,	'https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Tuscan-lounge-2.jpg',	0,	'attachment',	'image/jpeg',	0),
(1430,	2,	'2022-12-23 12:24:06',	'2022-12-23 12:24:06',	'<!-- wp:uagb/container {\"block_id\":\"c2bdf7ea\",\"backgroundType\":\"image\",\"backgroundImageDesktop\":{\"uploading\":false,\"date\":1671013913000,\"filename\":\"AAEAAQAAAAAAAAAAAAAAJDhhMDc2NjU5LTcwNjEtNGZjMS04ZWI4LWJmZmYzNzdkMWZkNA.png\",\"menuOrder\":0,\"uploadedTo\":987,\"type\":\"image\",\"subtype\":\"png\",\"id\":992,\"title\":\"The Tuscan Suite at Blue Roan Country Lodge \",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAAJDhhMDc2NjU5LTcwNjEtNGZjMS04ZWI4LWJmZmYzNzdkMWZkNA.png\",\"link\":\"https://blueroan.netgen.cloud/the-tuscan-suite/aaeaaqaaaaaaaaaaaaaajdhhmdc2nju5ltcwnjetngzjms04zwi4lwjmzmyznzdkmwzkna/\",\"alt\":\"The Tuscan Suite at Blue Roan Country Lodge \",\"author\":\"2\",\"description\":\"\",\"caption\":\"\",\"name\":\"aaeaaqaaaaaaaaaaaaaajdhhmdc2nju5ltcwnjetngzjms04zwi4lwjmzmyznzdkmwzkna\",\"status\":\"inherit\",\"modified\":1671013913000,\"mime\":\"image/png\",\"icon\":\"https://blueroan.netgen.cloud/wp-includes/images/media/default.png\",\"dateFormatted\":\"December 14, 2022\",\"nonces\":{\"update\":\"e9703f86b5\",\"delete\":\"6ab42998e1\",\"edit\":\"8311b8ae58\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=992\\u0026action=edit\",\"meta\":false,\"authorName\":\"Netgen Support\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/profile.php\",\"uploadedToTitle\":\"The Tuscan Suite\",\"uploadedToLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=987\\u0026action=edit\",\"filesizeInBytes\":868042,\"filesizeHumanReadable\":\"848 KB\",\"context\":\"\",\"height\":667,\"width\":1000,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAAJDhhMDc2NjU5LTcwNjEtNGZjMS04ZWI4LWJmZmYzNzdkMWZkNA-150x150.png\",\"orientation\":\"landscape\"},\"medium\":{\"height\":200,\"width\":300,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAAJDhhMDc2NjU5LTcwNjEtNGZjMS04ZWI4LWJmZmYzNzdkMWZkNA-300x200.png\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAAJDhhMDc2NjU5LTcwNjEtNGZjMS04ZWI4LWJmZmYzNzdkMWZkNA.png\",\"height\":667,\"width\":1000,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"backgroundPositionDesktop\":{\"x\":0.47,\"y\":0.54},\"backgroundSizeTablet\":\"cover\",\"backgroundSizeMobile\":\"cover\",\"backgroundColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"backgroundImageColor\":\"rgba(42,42,42,0.5)\",\"topPaddingDesktop\":220,\"bottomPaddingDesktop\":150,\"topPaddingTablet\":170,\"bottomPaddingTablet\":160,\"leftPaddingTablet\":30,\"rightPaddingTablet\":30,\"topPaddingMobile\":180,\"bottomPaddingMobile\":80,\"leftPaddingMobile\":20,\"rightPaddingMobile\":20,\"paddingLink\":false,\"variationSelected\":true,\"isBlockRootParent\":true,\"overlayType\":\"color\"} -->\n<div class=\"wp-block-uagb-container uagb-block-c2bdf7ea alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/advanced-heading {\"block_id\":\"01ae594e\",\"classMigrate\":true,\"headingDescToggle\":true,\"headingColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"subHeadingColor\":\"var(\\u002d\\u002dast-global-color-4)\",\"headingTag\":\"h1\",\"headSpace\":20,\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"blockTopPadding\":0,\"blockRightPadding\":50,\"blockLeftPadding\":0,\"blockBottomPadding\":0,\"blockTopPaddingTablet\":0,\"blockRightPaddingTablet\":20,\"blockLeftPaddingTablet\":0,\"blockBottomPaddingTablet\":0,\"blockTopPaddingMobile\":0,\"blockRightPaddingMobile\":0,\"blockLeftPaddingMobile\":0,\"blockBottomPaddingMobile\":0,\"blockPaddingUnit\":\"%\",\"blockPaddingUnitTablet\":\"%\"} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-01ae594e\"><h1 class=\"uagb-heading-text\">The Tuscan Suite</h1><p class=\"uagb-desc-text\">Tuscan interior design is characterized by terra-cotta tiles, textured wall coverings, exquisite, detailed murals, and basic, tough furniture with tasteful iron accents.</p></div>\n<!-- /wp:uagb/advanced-heading --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"3c8fe797\",\"backgroundType\":\"color\",\"backgroundSizeTablet\":\"cover\",\"backgroundSizeMobile\":\"cover\",\"backgroundColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"topPaddingDesktop\":120,\"bottomPaddingDesktop\":60,\"rightPaddingDesktop\":0,\"topPaddingTablet\":80,\"bottomPaddingTablet\":80,\"leftPaddingTablet\":30,\"rightPaddingTablet\":30,\"topPaddingMobile\":80,\"bottomPaddingMobile\":80,\"leftPaddingMobile\":20,\"rightPaddingMobile\":20,\"paddingLink\":false,\"variationSelected\":true,\"rowGapDesktop\":0,\"isBlockRootParent\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-3c8fe797 alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/container {\"block_id\":\"bb4a14b3\",\"directionDesktop\":\"row\",\"alignItemsDesktop\":\"flex-end\",\"alignItemsTablet\":\"flex-end\",\"justifyContentDesktop\":\"flex-end\",\"justifyContentTablet\":\"space-between\",\"variationSelected\":true,\"rowGapMobile\":20,\"columnGapDesktop\":0} -->\n<div class=\"wp-block-uagb-container uagb-block-bb4a14b3\"><!-- wp:uagb/advanced-heading {\"block_id\":\"1f9392ab\",\"classMigrate\":true,\"headingDescToggle\":true,\"subHeadingColor\":\"\",\"headSpace\":20,\"subHeadFontSize\":16} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-1f9392ab\"><h2 class=\"uagb-heading-text\">Come &amp; Stay With Us​ at The Tuscan Suite </h2><p class=\"uagb-desc-text\">The elevated king bed in this open-concept unit is on a platform that faces the TV and the mountains. It offers a private bathroom with an oval spa bath and a spacious walk-in shower. Sliding glass doors in the suite lead out to a covered patio with a stone braai and cozy patio chairs. It features a green garden that is gated and fenced and leads to the park. ​</p></div>\n<!-- /wp:uagb/advanced-heading --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:heading -->\n<h2>The bedroom </h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>This room contains the following: </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list -->\n<ul><!-- wp:list-item -->\n<li>King bed with electric blanket</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Electric heater</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Stand fan</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Hair dryer &amp; dressing gowns</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Good quality linen</li>\n<!-- /wp:list-item --></ul>\n<!-- /wp:list --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:uagb/image {\"block_id\":\"069aed06\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Tuscan-bed-1024x768.jpg\",\"id\":1415,\"width\":1024,\"height\":768,\"naturalWidth\":1024,\"naturalHeight\":768,\"sizeSlug\":\"full\"} -->\n<div class=\"wp-block-uagb-image uagb-block-069aed06 wp-block-uagb-image--layout-default wp-block-uagb-image--effect-static wp-block-uagb-image--align-none\"><figure class=\"wp-block-uagb-image__figure\"><img srcset=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Tuscan-bed-1024x768.jpg \" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Tuscan-bed-1024x768.jpg\" alt=\"\" class=\"uag-image-1415\" width=\"1024\" height=\"768\" title=\"\" loading=\"lazy\"/></figure></div>\n<!-- /wp:uagb/image --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":1001,\"width\":500,\"height\":334,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full is-resized\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAAJGZjZmVhNGIyLThiY2EtNDUxOS1hMmY1LWZkMmVmYzRhOWIwYw.png\" alt=\"\" class=\"wp-image-1001\" width=\"500\" height=\"334\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:heading -->\n<h2>The bathroom</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>This room contains the following</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list -->\n<ul><!-- wp:list-item -->\n<li>Large walk-in shower</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Oval spa bath with 6 jets</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Bubble bath and candles</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Soap, toiletries and towels</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Toilet and basin – toilet paper provided</li>\n<!-- /wp:list-item --></ul>\n<!-- /wp:list --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:heading -->\n<h2>The Lounge</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>This room contains the following: </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list -->\n<ul><!-- wp:list-item -->\n<li>Log fireplace</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>2-seater recliner settee</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Comfortable upholstered chair</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>TV&nbsp;(DSTV - commercial bouquet with Sports, news, movies, Mnet, SABC 1,2 3 and Etv as well as other channels)</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>DVD player</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Books and playing cards</li>\n<!-- /wp:list-item --></ul>\n<!-- /wp:list --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:uagb/image {\"block_id\":\"c2c2fdc5\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Tuscan-lounge-2-1024x768.jpg\",\"id\":1429,\"width\":1024,\"height\":768,\"naturalWidth\":1024,\"naturalHeight\":768,\"sizeSlug\":\"full\"} -->\n<div class=\"wp-block-uagb-image uagb-block-c2c2fdc5 wp-block-uagb-image--layout-default wp-block-uagb-image--effect-static wp-block-uagb-image--align-none\"><figure class=\"wp-block-uagb-image__figure\"><img srcset=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Tuscan-lounge-2-1024x768.jpg \" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Tuscan-lounge-2-1024x768.jpg\" alt=\"\" class=\"uag-image-1429\" width=\"1024\" height=\"768\" title=\"\" loading=\"lazy\"/></figure></div>\n<!-- /wp:uagb/image --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":997,\"width\":500,\"height\":334,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full is-resized\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAAJDIzMjZiNmQ1LTk3MTAtNDIxMC05OWE3LWJlMmQxNDliMDVmMQ.png\" alt=\"The kitchen in The Tuscany suite at Blue Roan lodge\" class=\"wp-image-997\" width=\"500\" height=\"334\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:heading -->\n<h2>The kitchen</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>This room contains the following</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list -->\n<ul><!-- wp:list-item -->\n<li>4 plate gas stove and oven</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Microwave oven, kettle, toaster, coffee plunger</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Fridge with top freezer compartment</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Pots, pans, cutlery, crockery, wine &amp; champagne glasses</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>All kitchen utensils</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Ironing board and iron</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>All cleaning cloths and detergents and washing up liquid</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Paper towel, salt, pepper, coffee, tea and sugar</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Braai tongs</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Breakfast table cafe style and 2 chairs</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Glass sliding door out to the patio</li>\n<!-- /wp:list-item --></ul>\n<!-- /wp:list --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:heading -->\n<h2>The large patio with <br>mountain views</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>This room contains the following: </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list -->\n<ul><!-- wp:list-item -->\n<li>Chairs with cushions</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Mosaic table</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Brick braai</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Decorative lighting</li>\n<!-- /wp:list-item --></ul>\n<!-- /wp:list --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":999,\"width\":500,\"height\":334,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full is-resized\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAAJDI0ZWY4NDc1LThjYjYtNDM3YS1iOTliLWNmOWQxYTJkMWU5MQ.png\" alt=\"\" class=\"wp-image-999\" width=\"500\" height=\"334\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:heading {\"textAlign\":\"center\"} -->\n<h2 class=\"has-text-align-center\">Book your stay </h2>\n<!-- /wp:heading -->\n\n<!-- wp:buttons -->\n<div class=\"wp-block-buttons\"><!-- wp:button {\"align\":\"center\"} -->\n<div class=\"wp-block-button aligncenter\"><a class=\"wp-block-button__link wp-element-button\" href=\"https://book.nightsbridge.com/11065\" target=\"_blank\" rel=\"noreferrer noopener\">Reservations</a></div>\n<!-- /wp:button -->\n\n<!-- wp:button /--></div>\n<!-- /wp:buttons --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"96a86308\",\"innerContentCustomWidthDesktop\":781,\"innerContentCustomWidthTablet\":781,\"backgroundType\":\"image\",\"backgroundImageDesktop\":{\"uploading\":false,\"date\":1670943271000,\"filename\":\"AAEAAQAAAAAAAAAAAAAA39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba.png\",\"menuOrder\":0,\"uploadedTo\":761,\"type\":\"image\",\"subtype\":\"png\",\"id\":899,\"title\":\"AAEAAQAAAAAAAAAAAAAA39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAA39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba.png\",\"link\":\"https://blueroan.netgen.cloud/accommodation/aaeaaqaaaaaaaaaaaaaa39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba/\",\"alt\":\"\",\"author\":\"2\",\"description\":\"\",\"caption\":\"\",\"name\":\"aaeaaqaaaaaaaaaaaaaa39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba\",\"status\":\"inherit\",\"modified\":1670943271000,\"mime\":\"image/png\",\"icon\":\"https://blueroan.netgen.cloud/wp-includes/images/media/default.png\",\"dateFormatted\":\"December 13, 2022\",\"nonces\":{\"update\":\"45b2b6c69b\",\"delete\":\"75d81c42ab\",\"edit\":\"88fae030a9\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=899\\u0026action=edit\",\"meta\":false,\"authorName\":\"Netgen Support\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/profile.php\",\"uploadedToTitle\":\"Accommodation\",\"uploadedToLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=761\\u0026action=edit\",\"filesizeInBytes\":2338048,\"filesizeHumanReadable\":\"2 MB\",\"context\":\"\",\"height\":900,\"width\":1200,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAA39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba-150x150.png\",\"orientation\":\"landscape\"},\"medium\":{\"height\":225,\"width\":300,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAA39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba-300x225.png\",\"orientation\":\"landscape\"},\"large\":{\"height\":768,\"width\":1024,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAA39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba-1024x768.png\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAA39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba.png\",\"height\":900,\"width\":1200,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"backgroundImageColor\":\"rgba(42,42,42,0.65)\",\"topPaddingDesktop\":144,\"bottomPaddingDesktop\":144,\"leftPaddingDesktop\":40,\"rightPaddingDesktop\":40,\"topPaddingTablet\":80,\"bottomPaddingTablet\":80,\"leftPaddingTablet\":40,\"rightPaddingTablet\":40,\"topPaddingMobile\":64,\"bottomPaddingMobile\":64,\"leftPaddingMobile\":24,\"rightPaddingMobile\":24,\"paddingLink\":false,\"variationSelected\":true,\"isBlockRootParent\":true,\"overlayType\":\"color\"} -->\n<div class=\"wp-block-uagb-container uagb-block-96a86308 alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/advanced-heading {\"block_id\":\"d610a68c\",\"classMigrate\":true,\"headingDescToggle\":true,\"headingAlign\":\"center\",\"headingColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"subHeadingColor\":\"var(\\u002d\\u002dast-global-color-4)\",\"headSpace\":20} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-d610a68c\"><h2 class=\"uagb-heading-text\">Plan an Unforgettable Experience at<br>Blue Roan!</h2><p class=\"uagb-desc-text\">We can help you fit your stay and experience within your allotted budget.</p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/advanced-heading {\"block_id\":\"fc1b58ec\",\"classMigrate\":true,\"headingTitleToggle\":false,\"headingDescToggle\":true,\"headingAlign\":\"center\",\"subHeadingColor\":\"var(\\u002d\\u002dast-global-color-4)\",\"subHeadTransform\":\"uppercase\",\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"subHeadLetterSpacing\":2,\"blockTopPadding\":60,\"blockRightPadding\":0,\"blockLeftPadding\":0,\"blockBottomPadding\":0,\"blockTopPaddingMobile\":30,\"blockRightPaddingMobile\":0,\"blockLeftPaddingMobile\":0,\"blockBottomPaddingMobile\":0,\"linkColor\":\"var(\\u002d\\u002dast-global-color-8)\",\"linkHColor\":\"var(\\u002d\\u002dast-global-color-1)\"} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-fc1b58ec\"><p class=\"uagb-desc-text\"><a href=\"https://book.nightsbridge.com/11065\" target=\"_blank\" rel=\"noreferrer noopener\">BOOK YOUR STAY NOW​<br></a></p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/icon-list {\"block_id\":\"9b48990e\",\"classMigrate\":true,\"childMigrate\":true,\"align\":\"center\",\"parentIcon\":\"phone\",\"size\":40,\"sizeMobile\":24,\"sizeTablet\":32,\"fontSize\":48,\"fontSizeMobile\":28,\"fontSizeTablet\":40,\"fontWeight\":\"600\",\"iconColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"labelColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"blockTopPadding\":0,\"blockRightPadding\":0,\"blockLeftPadding\":0,\"blockBottomPadding\":24,\"blockPaddingLink\":false} -->\n<div class=\"wp-block-uagb-icon-list uagb-block-9b48990e\"><div class=\"uagb-icon-list__wrap\"><!-- wp:uagb/icon-list-child {\"block_id\":\"3e70af45\",\"label\":\" + 27 (0) 82 575 5409\",\"label_color\":\"\",\"link\":\"tel:+27825755409\",\"disableLink\":true,\"fromParentIcon\":\"phone\",\"imageSizeChild\":40} -->\n<div class=\"wp-block-uagb-icon-list-child uagb-block-3e70af45\"><a target=\"_self\" aria-label=\" + 27 (0) 82 575 5409\" rel=\"noopener noreferrer\" href=\"tel:+27825755409\"> </a><span class=\"uagb-icon-list__source-wrap\"><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M511.2 387l-23.25 100.8c-3.266 14.25-15.79 24.22-30.46 24.22C205.2 512 0 306.8 0 54.5c0-14.66 9.969-27.2 24.22-30.45l100.8-23.25C139.7-2.602 154.7 5.018 160.8 18.92l46.52 108.5c5.438 12.78 1.77 27.67-8.98 36.45L144.5 207.1c33.98 69.22 90.26 125.5 159.5 159.5l44.08-53.8c8.688-10.78 23.69-14.51 36.47-8.975l108.5 46.51C506.1 357.2 514.6 372.4 511.2 387z\"></path></svg></span><span class=\"uagb-icon-list__label\"> + 27 (0) 82 575 5409</span></div>\n<!-- /wp:uagb/icon-list-child -->\n\n<!-- wp:uagb/icon-list-child {\"block_id\":\"05ef2610\",\"label\":\"blueroan@ugo.co.za\",\"icon\":\"envelope\",\"label_color\":\"\",\"link\":\"mailto:blueroan@ugo.co.za\",\"disableLink\":true,\"fromParentIcon\":\"phone\",\"imageSizeChild\":40} -->\n<div class=\"wp-block-uagb-icon-list-child uagb-block-05ef2610\"><a target=\"_self\" aria-label=\"blueroan@ugo.co.za\" rel=\"noopener noreferrer\" href=\"mailto:blueroan@ugo.co.za\"> </a><span class=\"uagb-icon-list__source-wrap\"><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M464 64C490.5 64 512 85.49 512 112C512 127.1 504.9 141.3 492.8 150.4L275.2 313.6C263.8 322.1 248.2 322.1 236.8 313.6L19.2 150.4C7.113 141.3 0 127.1 0 112C0 85.49 21.49 64 48 64H464zM217.6 339.2C240.4 356.3 271.6 356.3 294.4 339.2L512 176V384C512 419.3 483.3 448 448 448H64C28.65 448 0 419.3 0 384V176L217.6 339.2z\"></path></svg></span><span class=\"uagb-icon-list__label\">blueroan@ugo.co.za</span></div>\n<!-- /wp:uagb/icon-list-child --></div></div>\n<!-- /wp:uagb/icon-list --></div></div>\n<!-- /wp:uagb/container -->',	'The Tuscan Suite',	'',	'inherit',	'closed',	'closed',	'',	'987-revision-v1',	'',	'',	'2022-12-23 12:24:06',	'2022-12-23 12:24:06',	'',	987,	'https://blueroan.netgen.cloud/?p=1430',	0,	'revision',	'',	0),
(1431,	2,	'2022-12-23 12:47:14',	'2022-12-23 12:47:14',	'<!-- wp:uagb/container {\"block_id\":\"c832f089\",\"backgroundType\":\"image\",\"backgroundImageDesktop\":{\"uploading\":false,\"date\":1671799578000,\"filename\":\"Tuscan-bed-2-scaled.jpg\",\"menuOrder\":0,\"uploadedTo\":987,\"type\":\"image\",\"subtype\":\"jpeg\",\"id\":1432,\"title\":\"Tuscan bed\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Tuscan-bed-2-scaled.jpg\",\"link\":\"https://blueroan.netgen.cloud/the-tuscan-suite/tuscan-bed-3/\",\"alt\":\"\",\"author\":\"2\",\"description\":\"\",\"caption\":\"\",\"name\":\"tuscan-bed-3\",\"status\":\"inherit\",\"modified\":1671799578000,\"mime\":\"image/jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-includes/images/media/default.png\",\"dateFormatted\":\"December 23, 2022\",\"nonces\":{\"update\":\"7cc250d1ea\",\"delete\":\"2fe5b832a6\",\"edit\":\"3b3b46282c\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=1432\\u0026action=edit\",\"meta\":false,\"authorName\":\"Netgen Support\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/profile.php\",\"uploadedToTitle\":\"The Tuscan Suite\",\"uploadedToLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=987\\u0026action=edit\",\"filesizeInBytes\":713337,\"filesizeHumanReadable\":\"697 KB\",\"context\":\"\",\"originalImageURL\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Tuscan-bed-2.jpg\",\"originalImageName\":\"Tuscan-bed-2.jpg\",\"height\":1920,\"width\":2560,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Tuscan-bed-2-150x150.jpg\",\"orientation\":\"landscape\"},\"medium\":{\"height\":225,\"width\":300,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Tuscan-bed-2-300x225.jpg\",\"orientation\":\"landscape\"},\"large\":{\"height\":768,\"width\":1024,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Tuscan-bed-2-1024x768.jpg\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Tuscan-bed-2-scaled.jpg\",\"height\":1920,\"width\":2560,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"backgroundPositionDesktop\":{\"x\":0.47,\"y\":0.54},\"backgroundSizeTablet\":\"cover\",\"backgroundSizeMobile\":\"cover\",\"backgroundColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"backgroundImageColor\":\"rgba(42,42,42,0.5)\",\"topPaddingDesktop\":220,\"bottomPaddingDesktop\":150,\"topPaddingTablet\":170,\"bottomPaddingTablet\":160,\"leftPaddingTablet\":30,\"rightPaddingTablet\":30,\"topPaddingMobile\":180,\"bottomPaddingMobile\":80,\"leftPaddingMobile\":20,\"rightPaddingMobile\":20,\"paddingLink\":false,\"variationSelected\":true,\"isBlockRootParent\":true,\"overlayType\":\"color\"} -->\n<div class=\"wp-block-uagb-container uagb-block-c832f089 alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/advanced-heading {\"block_id\":\"8368c955\",\"classMigrate\":true,\"headingDescToggle\":true,\"headingColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"subHeadingColor\":\"var(\\u002d\\u002dast-global-color-4)\",\"headingTag\":\"h1\",\"headSpace\":20,\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"blockTopPadding\":0,\"blockRightPadding\":50,\"blockLeftPadding\":0,\"blockBottomPadding\":0,\"blockTopPaddingTablet\":0,\"blockRightPaddingTablet\":20,\"blockLeftPaddingTablet\":0,\"blockBottomPaddingTablet\":0,\"blockTopPaddingMobile\":0,\"blockRightPaddingMobile\":0,\"blockLeftPaddingMobile\":0,\"blockBottomPaddingMobile\":0,\"blockPaddingUnit\":\"%\",\"blockPaddingUnitTablet\":\"%\"} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-8368c955\"><h1 class=\"uagb-heading-text\">The Tuscan Suite</h1><p class=\"uagb-desc-text\">Tuscan interior design is characterized by terra-cotta tiles, textured wall coverings, exquisite, detailed murals, and basic, tough furniture with tasteful iron accents.</p></div>\n<!-- /wp:uagb/advanced-heading --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"e86c01a4\",\"backgroundType\":\"color\",\"backgroundSizeTablet\":\"cover\",\"backgroundSizeMobile\":\"cover\",\"backgroundColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"topPaddingDesktop\":120,\"bottomPaddingDesktop\":60,\"rightPaddingDesktop\":0,\"topPaddingTablet\":80,\"bottomPaddingTablet\":80,\"leftPaddingTablet\":30,\"rightPaddingTablet\":30,\"topPaddingMobile\":80,\"bottomPaddingMobile\":80,\"leftPaddingMobile\":20,\"rightPaddingMobile\":20,\"paddingLink\":false,\"variationSelected\":true,\"rowGapDesktop\":0,\"isBlockRootParent\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-e86c01a4 alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/container {\"block_id\":\"a6d94901\",\"directionDesktop\":\"row\",\"alignItemsDesktop\":\"flex-end\",\"alignItemsTablet\":\"flex-end\",\"justifyContentDesktop\":\"flex-end\",\"justifyContentTablet\":\"space-between\",\"variationSelected\":true,\"rowGapMobile\":20,\"columnGapDesktop\":0} -->\n<div class=\"wp-block-uagb-container uagb-block-a6d94901\"><!-- wp:uagb/advanced-heading {\"block_id\":\"ec36a438\",\"classMigrate\":true,\"headingDescToggle\":true,\"subHeadingColor\":\"\",\"headSpace\":20,\"subHeadFontSize\":16} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-ec36a438\"><h2 class=\"uagb-heading-text\">Come &amp; Stay With Us​ at The Tuscan Suite </h2><p class=\"uagb-desc-text\">The elevated king bed in this open-concept unit is on a platform that faces the TV and the mountains. It offers a private bathroom with an oval spa bath and a spacious walk-in shower. Sliding glass doors in the suite lead out to a covered patio with a stone braai and cozy patio chairs. It features a green garden that is gated and fenced and leads to the park. ​</p></div>\n<!-- /wp:uagb/advanced-heading --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:heading -->\n<h2>The bedroom </h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>This room contains the following: </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list -->\n<ul><!-- wp:list-item -->\n<li>King bed with electric blanket</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Electric heater</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Stand fan</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Hair dryer &amp; dressing gowns</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Good quality linen</li>\n<!-- /wp:list-item --></ul>\n<!-- /wp:list --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:uagb/image {\"block_id\":\"09a0fac5\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Tuscan-bed-1024x768.jpg\",\"id\":1415,\"width\":1024,\"height\":768,\"naturalWidth\":1024,\"naturalHeight\":768,\"sizeSlug\":\"full\"} -->\n<div class=\"wp-block-uagb-image uagb-block-09a0fac5 wp-block-uagb-image--layout-default wp-block-uagb-image--effect-static wp-block-uagb-image--align-none\"><figure class=\"wp-block-uagb-image__figure\"><img srcset=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Tuscan-bed-1024x768.jpg \" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Tuscan-bed-1024x768.jpg\" alt=\"\" class=\"uag-image-1415\" width=\"1024\" height=\"768\" title=\"\" loading=\"lazy\"/></figure></div>\n<!-- /wp:uagb/image --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":1001,\"width\":500,\"height\":334,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full is-resized\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAAJGZjZmVhNGIyLThiY2EtNDUxOS1hMmY1LWZkMmVmYzRhOWIwYw.png\" alt=\"\" class=\"wp-image-1001\" width=\"500\" height=\"334\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:heading -->\n<h2>The bathroom</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>This room contains the following</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list -->\n<ul><!-- wp:list-item -->\n<li>Large walk-in shower</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Oval spa bath with 6 jets</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Bubble bath and candles</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Soap, toiletries and towels</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Toilet and basin – toilet paper provided</li>\n<!-- /wp:list-item --></ul>\n<!-- /wp:list --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:heading -->\n<h2>The Lounge</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>This room contains the following: </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list -->\n<ul><!-- wp:list-item -->\n<li>Log fireplace</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>2-seater recliner settee</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Comfortable upholstered chair</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>TV&nbsp;(DSTV - commercial bouquet with Sports, news, movies, Mnet, SABC 1,2 3 and Etv as well as other channels)</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>DVD player</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Books and playing cards</li>\n<!-- /wp:list-item --></ul>\n<!-- /wp:list --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:uagb/image {\"block_id\":\"b3138dd7\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Tuscan-lounge-2-1024x768.jpg\",\"id\":1429,\"width\":1024,\"height\":768,\"naturalWidth\":1024,\"naturalHeight\":768,\"sizeSlug\":\"full\"} -->\n<div class=\"wp-block-uagb-image uagb-block-b3138dd7 wp-block-uagb-image--layout-default wp-block-uagb-image--effect-static wp-block-uagb-image--align-none\"><figure class=\"wp-block-uagb-image__figure\"><img srcset=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Tuscan-lounge-2-1024x768.jpg \" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Tuscan-lounge-2-1024x768.jpg\" alt=\"\" class=\"uag-image-1429\" width=\"1024\" height=\"768\" title=\"\" loading=\"lazy\"/></figure></div>\n<!-- /wp:uagb/image --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":997,\"width\":500,\"height\":334,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full is-resized\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAAJDIzMjZiNmQ1LTk3MTAtNDIxMC05OWE3LWJlMmQxNDliMDVmMQ.png\" alt=\"The kitchen in The Tuscany suite at Blue Roan lodge\" class=\"wp-image-997\" width=\"500\" height=\"334\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:heading -->\n<h2>The kitchen</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>This room contains the following</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list -->\n<ul><!-- wp:list-item -->\n<li>4 plate gas stove and oven</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Microwave oven, kettle, toaster, coffee plunger</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Fridge with top freezer compartment</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Pots, pans, cutlery, crockery, wine &amp; champagne glasses</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>All kitchen utensils</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Ironing board and iron</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>All cleaning cloths and detergents and washing up liquid</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Paper towel, salt, pepper, coffee, tea and sugar</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Braai tongs</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Breakfast table cafe style and 2 chairs</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Glass sliding door out to the patio</li>\n<!-- /wp:list-item --></ul>\n<!-- /wp:list --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:heading -->\n<h2>The large patio with <br>mountain views</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>This room contains the following: </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list -->\n<ul><!-- wp:list-item -->\n<li>Chairs with cushions</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Mosaic table</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Brick braai</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Decorative lighting</li>\n<!-- /wp:list-item --></ul>\n<!-- /wp:list --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":999,\"width\":500,\"height\":334,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full is-resized\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAAJDI0ZWY4NDc1LThjYjYtNDM3YS1iOTliLWNmOWQxYTJkMWU5MQ.png\" alt=\"\" class=\"wp-image-999\" width=\"500\" height=\"334\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:heading {\"textAlign\":\"center\"} -->\n<h2 class=\"has-text-align-center\">Book your stay </h2>\n<!-- /wp:heading -->\n\n<!-- wp:buttons -->\n<div class=\"wp-block-buttons\"><!-- wp:button {\"align\":\"center\"} -->\n<div class=\"wp-block-button aligncenter\"><a class=\"wp-block-button__link wp-element-button\" href=\"https://book.nightsbridge.com/11065\" target=\"_blank\" rel=\"noreferrer noopener\">Reservations</a></div>\n<!-- /wp:button -->\n\n<!-- wp:button /--></div>\n<!-- /wp:buttons --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"493d4b92\",\"innerContentCustomWidthDesktop\":781,\"innerContentCustomWidthTablet\":781,\"backgroundType\":\"image\",\"backgroundImageDesktop\":{\"uploading\":false,\"date\":1670943271000,\"filename\":\"AAEAAQAAAAAAAAAAAAAA39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba.png\",\"menuOrder\":0,\"uploadedTo\":761,\"type\":\"image\",\"subtype\":\"png\",\"id\":899,\"title\":\"AAEAAQAAAAAAAAAAAAAA39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAA39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba.png\",\"link\":\"https://blueroan.netgen.cloud/accommodation/aaeaaqaaaaaaaaaaaaaa39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba/\",\"alt\":\"\",\"author\":\"2\",\"description\":\"\",\"caption\":\"\",\"name\":\"aaeaaqaaaaaaaaaaaaaa39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba\",\"status\":\"inherit\",\"modified\":1670943271000,\"mime\":\"image/png\",\"icon\":\"https://blueroan.netgen.cloud/wp-includes/images/media/default.png\",\"dateFormatted\":\"December 13, 2022\",\"nonces\":{\"update\":\"45b2b6c69b\",\"delete\":\"75d81c42ab\",\"edit\":\"88fae030a9\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=899\\u0026action=edit\",\"meta\":false,\"authorName\":\"Netgen Support\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/profile.php\",\"uploadedToTitle\":\"Accommodation\",\"uploadedToLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=761\\u0026action=edit\",\"filesizeInBytes\":2338048,\"filesizeHumanReadable\":\"2 MB\",\"context\":\"\",\"height\":900,\"width\":1200,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAA39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba-150x150.png\",\"orientation\":\"landscape\"},\"medium\":{\"height\":225,\"width\":300,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAA39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba-300x225.png\",\"orientation\":\"landscape\"},\"large\":{\"height\":768,\"width\":1024,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAA39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba-1024x768.png\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAA39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba.png\",\"height\":900,\"width\":1200,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"backgroundImageColor\":\"rgba(42,42,42,0.65)\",\"topPaddingDesktop\":144,\"bottomPaddingDesktop\":144,\"leftPaddingDesktop\":40,\"rightPaddingDesktop\":40,\"topPaddingTablet\":80,\"bottomPaddingTablet\":80,\"leftPaddingTablet\":40,\"rightPaddingTablet\":40,\"topPaddingMobile\":64,\"bottomPaddingMobile\":64,\"leftPaddingMobile\":24,\"rightPaddingMobile\":24,\"paddingLink\":false,\"variationSelected\":true,\"isBlockRootParent\":true,\"overlayType\":\"color\"} -->\n<div class=\"wp-block-uagb-container uagb-block-493d4b92 alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/advanced-heading {\"block_id\":\"079c9ba3\",\"classMigrate\":true,\"headingDescToggle\":true,\"headingAlign\":\"center\",\"headingColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"subHeadingColor\":\"var(\\u002d\\u002dast-global-color-4)\",\"headSpace\":20} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-079c9ba3\"><h2 class=\"uagb-heading-text\">Plan an Unforgettable Experience at<br>Blue Roan!</h2><p class=\"uagb-desc-text\">We can help you fit your stay and experience within your allotted budget.</p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/advanced-heading {\"block_id\":\"2ffbbc37\",\"classMigrate\":true,\"headingTitleToggle\":false,\"headingDescToggle\":true,\"headingAlign\":\"center\",\"subHeadingColor\":\"var(\\u002d\\u002dast-global-color-4)\",\"subHeadTransform\":\"uppercase\",\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"subHeadLetterSpacing\":2,\"blockTopPadding\":60,\"blockRightPadding\":0,\"blockLeftPadding\":0,\"blockBottomPadding\":0,\"blockTopPaddingMobile\":30,\"blockRightPaddingMobile\":0,\"blockLeftPaddingMobile\":0,\"blockBottomPaddingMobile\":0,\"linkColor\":\"var(\\u002d\\u002dast-global-color-8)\",\"linkHColor\":\"var(\\u002d\\u002dast-global-color-1)\"} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-2ffbbc37\"><p class=\"uagb-desc-text\"><a href=\"https://book.nightsbridge.com/11065\" target=\"_blank\" rel=\"noreferrer noopener\">BOOK YOUR STAY NOW​<br></a></p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/icon-list {\"block_id\":\"e37f9813\",\"classMigrate\":true,\"childMigrate\":true,\"align\":\"center\",\"parentIcon\":\"phone\",\"size\":40,\"sizeMobile\":24,\"sizeTablet\":32,\"fontSize\":48,\"fontSizeMobile\":28,\"fontSizeTablet\":40,\"fontWeight\":\"600\",\"iconColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"labelColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"blockTopPadding\":0,\"blockRightPadding\":0,\"blockLeftPadding\":0,\"blockBottomPadding\":24,\"blockPaddingLink\":false} -->\n<div class=\"wp-block-uagb-icon-list uagb-block-e37f9813\"><div class=\"uagb-icon-list__wrap\"><!-- wp:uagb/icon-list-child {\"block_id\":\"d121236f\",\"label\":\" + 27 (0) 82 575 5409\",\"label_color\":\"\",\"link\":\"tel:+27825755409\",\"disableLink\":true,\"fromParentIcon\":\"phone\",\"imageSizeChild\":40} -->\n<div class=\"wp-block-uagb-icon-list-child uagb-block-d121236f\"><a target=\"_self\" aria-label=\" + 27 (0) 82 575 5409\" rel=\"noopener noreferrer\" href=\"tel:+27825755409\"> </a><span class=\"uagb-icon-list__source-wrap\"><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M511.2 387l-23.25 100.8c-3.266 14.25-15.79 24.22-30.46 24.22C205.2 512 0 306.8 0 54.5c0-14.66 9.969-27.2 24.22-30.45l100.8-23.25C139.7-2.602 154.7 5.018 160.8 18.92l46.52 108.5c5.438 12.78 1.77 27.67-8.98 36.45L144.5 207.1c33.98 69.22 90.26 125.5 159.5 159.5l44.08-53.8c8.688-10.78 23.69-14.51 36.47-8.975l108.5 46.51C506.1 357.2 514.6 372.4 511.2 387z\"></path></svg></span><span class=\"uagb-icon-list__label\"> + 27 (0) 82 575 5409</span></div>\n<!-- /wp:uagb/icon-list-child -->\n\n<!-- wp:uagb/icon-list-child {\"block_id\":\"f88d59dc\",\"label\":\"blueroan@ugo.co.za\",\"icon\":\"envelope\",\"label_color\":\"\",\"link\":\"mailto:blueroan@ugo.co.za\",\"disableLink\":true,\"fromParentIcon\":\"phone\",\"imageSizeChild\":40} -->\n<div class=\"wp-block-uagb-icon-list-child uagb-block-f88d59dc\"><a target=\"_self\" aria-label=\"blueroan@ugo.co.za\" rel=\"noopener noreferrer\" href=\"mailto:blueroan@ugo.co.za\"> </a><span class=\"uagb-icon-list__source-wrap\"><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M464 64C490.5 64 512 85.49 512 112C512 127.1 504.9 141.3 492.8 150.4L275.2 313.6C263.8 322.1 248.2 322.1 236.8 313.6L19.2 150.4C7.113 141.3 0 127.1 0 112C0 85.49 21.49 64 48 64H464zM217.6 339.2C240.4 356.3 271.6 356.3 294.4 339.2L512 176V384C512 419.3 483.3 448 448 448H64C28.65 448 0 419.3 0 384V176L217.6 339.2z\"></path></svg></span><span class=\"uagb-icon-list__label\">blueroan@ugo.co.za</span></div>\n<!-- /wp:uagb/icon-list-child --></div></div>\n<!-- /wp:uagb/icon-list --></div></div>\n<!-- /wp:uagb/container -->',	'The Tuscan Suite',	'',	'inherit',	'closed',	'closed',	'',	'987-autosave-v1',	'',	'',	'2022-12-23 12:47:14',	'2022-12-23 12:47:14',	'',	987,	'https://blueroan.netgen.cloud/?p=1431',	0,	'revision',	'',	0),
(1432,	2,	'2022-12-23 12:46:18',	'2022-12-23 12:46:18',	'',	'Tuscan bed',	'',	'inherit',	'',	'closed',	'',	'tuscan-bed-3',	'',	'',	'2022-12-23 12:46:18',	'2022-12-23 12:46:18',	'',	987,	'https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Tuscan-bed-2.jpg',	0,	'attachment',	'image/jpeg',	0),
(1433,	2,	'2022-12-23 12:47:21',	'2022-12-23 12:47:21',	'<!-- wp:uagb/container {\"block_id\":\"c832f089\",\"backgroundType\":\"image\",\"backgroundImageDesktop\":{\"uploading\":false,\"date\":1671799578000,\"filename\":\"Tuscan-bed-2-scaled.jpg\",\"menuOrder\":0,\"uploadedTo\":987,\"type\":\"image\",\"subtype\":\"jpeg\",\"id\":1432,\"title\":\"Tuscan bed\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Tuscan-bed-2-scaled.jpg\",\"link\":\"https://blueroan.netgen.cloud/the-tuscan-suite/tuscan-bed-3/\",\"alt\":\"\",\"author\":\"2\",\"description\":\"\",\"caption\":\"\",\"name\":\"tuscan-bed-3\",\"status\":\"inherit\",\"modified\":1671799578000,\"mime\":\"image/jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-includes/images/media/default.png\",\"dateFormatted\":\"December 23, 2022\",\"nonces\":{\"update\":\"7cc250d1ea\",\"delete\":\"2fe5b832a6\",\"edit\":\"3b3b46282c\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=1432\\u0026action=edit\",\"meta\":false,\"authorName\":\"Netgen Support\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/profile.php\",\"uploadedToTitle\":\"The Tuscan Suite\",\"uploadedToLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=987\\u0026action=edit\",\"filesizeInBytes\":713337,\"filesizeHumanReadable\":\"697 KB\",\"context\":\"\",\"originalImageURL\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Tuscan-bed-2.jpg\",\"originalImageName\":\"Tuscan-bed-2.jpg\",\"height\":1920,\"width\":2560,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Tuscan-bed-2-150x150.jpg\",\"orientation\":\"landscape\"},\"medium\":{\"height\":225,\"width\":300,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Tuscan-bed-2-300x225.jpg\",\"orientation\":\"landscape\"},\"large\":{\"height\":768,\"width\":1024,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Tuscan-bed-2-1024x768.jpg\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Tuscan-bed-2-scaled.jpg\",\"height\":1920,\"width\":2560,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"backgroundPositionDesktop\":{\"x\":0.47,\"y\":0.54},\"backgroundSizeTablet\":\"cover\",\"backgroundSizeMobile\":\"cover\",\"backgroundColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"backgroundImageColor\":\"rgba(42,42,42,0.5)\",\"topPaddingDesktop\":220,\"bottomPaddingDesktop\":150,\"topPaddingTablet\":170,\"bottomPaddingTablet\":160,\"leftPaddingTablet\":30,\"rightPaddingTablet\":30,\"topPaddingMobile\":180,\"bottomPaddingMobile\":80,\"leftPaddingMobile\":20,\"rightPaddingMobile\":20,\"paddingLink\":false,\"variationSelected\":true,\"isBlockRootParent\":true,\"overlayType\":\"color\"} -->\n<div class=\"wp-block-uagb-container uagb-block-c832f089 alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/advanced-heading {\"block_id\":\"8368c955\",\"classMigrate\":true,\"headingDescToggle\":true,\"headingColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"subHeadingColor\":\"var(\\u002d\\u002dast-global-color-4)\",\"headingTag\":\"h1\",\"headSpace\":20,\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"blockTopPadding\":0,\"blockRightPadding\":50,\"blockLeftPadding\":0,\"blockBottomPadding\":0,\"blockTopPaddingTablet\":0,\"blockRightPaddingTablet\":20,\"blockLeftPaddingTablet\":0,\"blockBottomPaddingTablet\":0,\"blockTopPaddingMobile\":0,\"blockRightPaddingMobile\":0,\"blockLeftPaddingMobile\":0,\"blockBottomPaddingMobile\":0,\"blockPaddingUnit\":\"%\",\"blockPaddingUnitTablet\":\"%\"} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-8368c955\"><h1 class=\"uagb-heading-text\">The Tuscan Suite</h1><p class=\"uagb-desc-text\">Tuscan interior design is characterized by terra-cotta tiles, textured wall coverings, exquisite, detailed murals, and basic, tough furniture with tasteful iron accents.</p></div>\n<!-- /wp:uagb/advanced-heading --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"e86c01a4\",\"backgroundType\":\"color\",\"backgroundSizeTablet\":\"cover\",\"backgroundSizeMobile\":\"cover\",\"backgroundColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"topPaddingDesktop\":120,\"bottomPaddingDesktop\":60,\"rightPaddingDesktop\":0,\"topPaddingTablet\":80,\"bottomPaddingTablet\":80,\"leftPaddingTablet\":30,\"rightPaddingTablet\":30,\"topPaddingMobile\":80,\"bottomPaddingMobile\":80,\"leftPaddingMobile\":20,\"rightPaddingMobile\":20,\"paddingLink\":false,\"variationSelected\":true,\"rowGapDesktop\":0,\"isBlockRootParent\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-e86c01a4 alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/container {\"block_id\":\"a6d94901\",\"directionDesktop\":\"row\",\"alignItemsDesktop\":\"flex-end\",\"alignItemsTablet\":\"flex-end\",\"justifyContentDesktop\":\"flex-end\",\"justifyContentTablet\":\"space-between\",\"variationSelected\":true,\"rowGapMobile\":20,\"columnGapDesktop\":0} -->\n<div class=\"wp-block-uagb-container uagb-block-a6d94901\"><!-- wp:uagb/advanced-heading {\"block_id\":\"ec36a438\",\"classMigrate\":true,\"headingDescToggle\":true,\"subHeadingColor\":\"\",\"headSpace\":20,\"subHeadFontSize\":16} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-ec36a438\"><h2 class=\"uagb-heading-text\">Come &amp; Stay With Us​ at The Tuscan Suite </h2><p class=\"uagb-desc-text\">The elevated king bed in this open-concept unit is on a platform that faces the TV and the mountains. It offers a private bathroom with an oval spa bath and a spacious walk-in shower. Sliding glass doors in the suite lead out to a covered patio with a stone braai and cozy patio chairs. It features a green garden that is gated and fenced and leads to the park. ​</p></div>\n<!-- /wp:uagb/advanced-heading --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:heading -->\n<h2>The bedroom </h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>This room contains the following: </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list -->\n<ul><!-- wp:list-item -->\n<li>King bed with electric blanket</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Electric heater</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Stand fan</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Hair dryer &amp; dressing gowns</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Good quality linen</li>\n<!-- /wp:list-item --></ul>\n<!-- /wp:list --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:uagb/image {\"block_id\":\"09a0fac5\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Tuscan-bed-1024x768.jpg\",\"id\":1415,\"width\":1024,\"height\":768,\"naturalWidth\":1024,\"naturalHeight\":768,\"sizeSlug\":\"full\"} -->\n<div class=\"wp-block-uagb-image uagb-block-09a0fac5 wp-block-uagb-image--layout-default wp-block-uagb-image--effect-static wp-block-uagb-image--align-none\"><figure class=\"wp-block-uagb-image__figure\"><img srcset=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Tuscan-bed-1024x768.jpg \" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Tuscan-bed-1024x768.jpg\" alt=\"\" class=\"uag-image-1415\" width=\"1024\" height=\"768\" title=\"\" loading=\"lazy\"/></figure></div>\n<!-- /wp:uagb/image --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":1001,\"width\":500,\"height\":334,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full is-resized\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAAJGZjZmVhNGIyLThiY2EtNDUxOS1hMmY1LWZkMmVmYzRhOWIwYw.png\" alt=\"\" class=\"wp-image-1001\" width=\"500\" height=\"334\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:heading -->\n<h2>The bathroom</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>This room contains the following</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list -->\n<ul><!-- wp:list-item -->\n<li>Large walk-in shower</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Oval spa bath with 6 jets</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Bubble bath and candles</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Soap, toiletries and towels</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Toilet and basin – toilet paper provided</li>\n<!-- /wp:list-item --></ul>\n<!-- /wp:list --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:heading -->\n<h2>The Lounge</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>This room contains the following: </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list -->\n<ul><!-- wp:list-item -->\n<li>Log fireplace</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>2-seater recliner settee</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Comfortable upholstered chair</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>TV&nbsp;(DSTV - commercial bouquet with Sports, news, movies, Mnet, SABC 1,2 3 and Etv as well as other channels)</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>DVD player</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Books and playing cards</li>\n<!-- /wp:list-item --></ul>\n<!-- /wp:list --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:uagb/image {\"block_id\":\"b3138dd7\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Tuscan-lounge-2-1024x768.jpg\",\"id\":1429,\"width\":1024,\"height\":768,\"naturalWidth\":1024,\"naturalHeight\":768,\"sizeSlug\":\"full\"} -->\n<div class=\"wp-block-uagb-image uagb-block-b3138dd7 wp-block-uagb-image--layout-default wp-block-uagb-image--effect-static wp-block-uagb-image--align-none\"><figure class=\"wp-block-uagb-image__figure\"><img srcset=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Tuscan-lounge-2-1024x768.jpg \" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Tuscan-lounge-2-1024x768.jpg\" alt=\"\" class=\"uag-image-1429\" width=\"1024\" height=\"768\" title=\"\" loading=\"lazy\"/></figure></div>\n<!-- /wp:uagb/image --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":997,\"width\":500,\"height\":334,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full is-resized\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAAJDIzMjZiNmQ1LTk3MTAtNDIxMC05OWE3LWJlMmQxNDliMDVmMQ.png\" alt=\"The kitchen in The Tuscany suite at Blue Roan lodge\" class=\"wp-image-997\" width=\"500\" height=\"334\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:heading -->\n<h2>The kitchen</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>This room contains the following</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list -->\n<ul><!-- wp:list-item -->\n<li>4 plate gas stove and oven</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Microwave oven, kettle, toaster, coffee plunger</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Fridge with top freezer compartment</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Pots, pans, cutlery, crockery, wine &amp; champagne glasses</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>All kitchen utensils</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Ironing board and iron</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>All cleaning cloths and detergents and washing up liquid</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Paper towel, salt, pepper, coffee, tea and sugar</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Braai tongs</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Breakfast table cafe style and 2 chairs</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Glass sliding door out to the patio</li>\n<!-- /wp:list-item --></ul>\n<!-- /wp:list --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:heading -->\n<h2>The large patio with <br>mountain views</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>This room contains the following: </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list -->\n<ul><!-- wp:list-item -->\n<li>Chairs with cushions</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Mosaic table</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Brick braai</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Decorative lighting</li>\n<!-- /wp:list-item --></ul>\n<!-- /wp:list --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":999,\"width\":500,\"height\":334,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full is-resized\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAAJDI0ZWY4NDc1LThjYjYtNDM3YS1iOTliLWNmOWQxYTJkMWU5MQ.png\" alt=\"\" class=\"wp-image-999\" width=\"500\" height=\"334\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:heading {\"textAlign\":\"center\"} -->\n<h2 class=\"has-text-align-center\">Book your stay </h2>\n<!-- /wp:heading -->\n\n<!-- wp:buttons -->\n<div class=\"wp-block-buttons\"><!-- wp:button {\"align\":\"center\"} -->\n<div class=\"wp-block-button aligncenter\"><a class=\"wp-block-button__link wp-element-button\" href=\"https://book.nightsbridge.com/11065\" target=\"_blank\" rel=\"noreferrer noopener\">Reservations</a></div>\n<!-- /wp:button -->\n\n<!-- wp:button /--></div>\n<!-- /wp:buttons --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"493d4b92\",\"innerContentCustomWidthDesktop\":781,\"innerContentCustomWidthTablet\":781,\"backgroundType\":\"image\",\"backgroundImageDesktop\":{\"uploading\":false,\"date\":1670943271000,\"filename\":\"AAEAAQAAAAAAAAAAAAAA39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba.png\",\"menuOrder\":0,\"uploadedTo\":761,\"type\":\"image\",\"subtype\":\"png\",\"id\":899,\"title\":\"AAEAAQAAAAAAAAAAAAAA39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAA39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba.png\",\"link\":\"https://blueroan.netgen.cloud/accommodation/aaeaaqaaaaaaaaaaaaaa39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba/\",\"alt\":\"\",\"author\":\"2\",\"description\":\"\",\"caption\":\"\",\"name\":\"aaeaaqaaaaaaaaaaaaaa39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba\",\"status\":\"inherit\",\"modified\":1670943271000,\"mime\":\"image/png\",\"icon\":\"https://blueroan.netgen.cloud/wp-includes/images/media/default.png\",\"dateFormatted\":\"December 13, 2022\",\"nonces\":{\"update\":\"45b2b6c69b\",\"delete\":\"75d81c42ab\",\"edit\":\"88fae030a9\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=899\\u0026action=edit\",\"meta\":false,\"authorName\":\"Netgen Support\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/profile.php\",\"uploadedToTitle\":\"Accommodation\",\"uploadedToLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=761\\u0026action=edit\",\"filesizeInBytes\":2338048,\"filesizeHumanReadable\":\"2 MB\",\"context\":\"\",\"height\":900,\"width\":1200,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAA39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba-150x150.png\",\"orientation\":\"landscape\"},\"medium\":{\"height\":225,\"width\":300,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAA39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba-300x225.png\",\"orientation\":\"landscape\"},\"large\":{\"height\":768,\"width\":1024,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAA39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba-1024x768.png\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAA39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba.png\",\"height\":900,\"width\":1200,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"backgroundImageColor\":\"rgba(42,42,42,0.65)\",\"topPaddingDesktop\":144,\"bottomPaddingDesktop\":144,\"leftPaddingDesktop\":40,\"rightPaddingDesktop\":40,\"topPaddingTablet\":80,\"bottomPaddingTablet\":80,\"leftPaddingTablet\":40,\"rightPaddingTablet\":40,\"topPaddingMobile\":64,\"bottomPaddingMobile\":64,\"leftPaddingMobile\":24,\"rightPaddingMobile\":24,\"paddingLink\":false,\"variationSelected\":true,\"isBlockRootParent\":true,\"overlayType\":\"color\"} -->\n<div class=\"wp-block-uagb-container uagb-block-493d4b92 alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/advanced-heading {\"block_id\":\"079c9ba3\",\"classMigrate\":true,\"headingDescToggle\":true,\"headingAlign\":\"center\",\"headingColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"subHeadingColor\":\"var(\\u002d\\u002dast-global-color-4)\",\"headSpace\":20} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-079c9ba3\"><h2 class=\"uagb-heading-text\">Plan an Unforgettable Experience at<br>Blue Roan!</h2><p class=\"uagb-desc-text\">We can help you fit your stay and experience within your allotted budget.</p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/advanced-heading {\"block_id\":\"2ffbbc37\",\"classMigrate\":true,\"headingTitleToggle\":false,\"headingDescToggle\":true,\"headingAlign\":\"center\",\"subHeadingColor\":\"var(\\u002d\\u002dast-global-color-4)\",\"subHeadTransform\":\"uppercase\",\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"subHeadLetterSpacing\":2,\"blockTopPadding\":60,\"blockRightPadding\":0,\"blockLeftPadding\":0,\"blockBottomPadding\":0,\"blockTopPaddingMobile\":30,\"blockRightPaddingMobile\":0,\"blockLeftPaddingMobile\":0,\"blockBottomPaddingMobile\":0,\"linkColor\":\"var(\\u002d\\u002dast-global-color-8)\",\"linkHColor\":\"var(\\u002d\\u002dast-global-color-1)\"} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-2ffbbc37\"><p class=\"uagb-desc-text\"><a href=\"https://book.nightsbridge.com/11065\" target=\"_blank\" rel=\"noreferrer noopener\">BOOK YOUR STAY NOW​<br></a></p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/icon-list {\"block_id\":\"e37f9813\",\"classMigrate\":true,\"childMigrate\":true,\"align\":\"center\",\"parentIcon\":\"phone\",\"size\":40,\"sizeMobile\":24,\"sizeTablet\":32,\"fontSize\":48,\"fontSizeMobile\":28,\"fontSizeTablet\":40,\"fontWeight\":\"600\",\"iconColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"labelColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"blockTopPadding\":0,\"blockRightPadding\":0,\"blockLeftPadding\":0,\"blockBottomPadding\":24,\"blockPaddingLink\":false} -->\n<div class=\"wp-block-uagb-icon-list uagb-block-e37f9813\"><div class=\"uagb-icon-list__wrap\"><!-- wp:uagb/icon-list-child {\"block_id\":\"d121236f\",\"label\":\" + 27 (0) 82 575 5409\",\"label_color\":\"\",\"link\":\"tel:+27825755409\",\"disableLink\":true,\"fromParentIcon\":\"phone\",\"imageSizeChild\":40} -->\n<div class=\"wp-block-uagb-icon-list-child uagb-block-d121236f\"><a target=\"_self\" aria-label=\" + 27 (0) 82 575 5409\" rel=\"noopener noreferrer\" href=\"tel:+27825755409\"> </a><span class=\"uagb-icon-list__source-wrap\"><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M511.2 387l-23.25 100.8c-3.266 14.25-15.79 24.22-30.46 24.22C205.2 512 0 306.8 0 54.5c0-14.66 9.969-27.2 24.22-30.45l100.8-23.25C139.7-2.602 154.7 5.018 160.8 18.92l46.52 108.5c5.438 12.78 1.77 27.67-8.98 36.45L144.5 207.1c33.98 69.22 90.26 125.5 159.5 159.5l44.08-53.8c8.688-10.78 23.69-14.51 36.47-8.975l108.5 46.51C506.1 357.2 514.6 372.4 511.2 387z\"></path></svg></span><span class=\"uagb-icon-list__label\"> + 27 (0) 82 575 5409</span></div>\n<!-- /wp:uagb/icon-list-child -->\n\n<!-- wp:uagb/icon-list-child {\"block_id\":\"f88d59dc\",\"label\":\"blueroan@ugo.co.za\",\"icon\":\"envelope\",\"label_color\":\"\",\"link\":\"mailto:blueroan@ugo.co.za\",\"disableLink\":true,\"fromParentIcon\":\"phone\",\"imageSizeChild\":40} -->\n<div class=\"wp-block-uagb-icon-list-child uagb-block-f88d59dc\"><a target=\"_self\" aria-label=\"blueroan@ugo.co.za\" rel=\"noopener noreferrer\" href=\"mailto:blueroan@ugo.co.za\"> </a><span class=\"uagb-icon-list__source-wrap\"><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M464 64C490.5 64 512 85.49 512 112C512 127.1 504.9 141.3 492.8 150.4L275.2 313.6C263.8 322.1 248.2 322.1 236.8 313.6L19.2 150.4C7.113 141.3 0 127.1 0 112C0 85.49 21.49 64 48 64H464zM217.6 339.2C240.4 356.3 271.6 356.3 294.4 339.2L512 176V384C512 419.3 483.3 448 448 448H64C28.65 448 0 419.3 0 384V176L217.6 339.2z\"></path></svg></span><span class=\"uagb-icon-list__label\">blueroan@ugo.co.za</span></div>\n<!-- /wp:uagb/icon-list-child --></div></div>\n<!-- /wp:uagb/icon-list --></div></div>\n<!-- /wp:uagb/container -->',	'The Tuscan Suite',	'',	'inherit',	'closed',	'closed',	'',	'987-revision-v1',	'',	'',	'2022-12-23 12:47:21',	'2022-12-23 12:47:21',	'',	987,	'https://blueroan.netgen.cloud/?p=1433',	0,	'revision',	'',	0),
(1434,	2,	'2022-12-23 12:52:57',	'2022-12-23 12:52:57',	'',	'Mexican lounge',	'',	'inherit',	'',	'closed',	'',	'mexican-lounge-3',	'',	'',	'2022-12-23 12:52:57',	'2022-12-23 12:52:57',	'',	1030,	'https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Mexican-lounge-2.jpg',	0,	'attachment',	'image/jpeg',	0),
(1435,	2,	'2022-12-23 12:53:25',	'2022-12-23 12:53:25',	'<!-- wp:uagb/container {\"block_id\":\"140ead11\",\"backgroundType\":\"image\",\"backgroundImageDesktop\":{\"id\":1035,\"title\":\"241538_798x533\",\"filename\":\"241538_798x533.jpg\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/241538_798x533.jpg\",\"link\":\"https://blueroan.netgen.cloud/the-mexican-loft/241538_798x533/\",\"alt\":\"\",\"author\":\"2\",\"description\":\"\",\"caption\":\"\",\"name\":\"241538_798x533\",\"status\":\"inherit\",\"uploadedTo\":1030,\"date\":\"2022-12-14T11:15:08.000Z\",\"modified\":\"2022-12-14T11:15:08.000Z\",\"menuOrder\":0,\"mime\":\"image/jpeg\",\"type\":\"image\",\"subtype\":\"jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-includes/images/media/default.png\",\"dateFormatted\":\"December 14, 2022\",\"nonces\":{\"update\":\"bd035eebe2\",\"delete\":\"82a88a1dae\",\"edit\":\"d1cbf9c562\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=1035\\u0026action=edit\",\"meta\":false,\"authorName\":\"Netgen Support\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/profile.php\",\"uploadedToTitle\":\"The Mexican Loft\",\"uploadedToLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=1030\\u0026action=edit\",\"filesizeInBytes\":55682,\"filesizeHumanReadable\":\"54 KB\",\"context\":\"\",\"height\":533,\"width\":798,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/241538_798x533-150x150.jpg\",\"orientation\":\"landscape\"},\"medium\":{\"height\":200,\"width\":300,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/241538_798x533-300x200.jpg\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/241538_798x533.jpg\",\"height\":533,\"width\":798,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"backgroundPositionDesktop\":{\"x\":0.47,\"y\":0.54},\"backgroundSizeTablet\":\"cover\",\"backgroundSizeMobile\":\"cover\",\"backgroundColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"backgroundImageColor\":\"rgba(42,42,42,0.5)\",\"topPaddingDesktop\":220,\"bottomPaddingDesktop\":150,\"topPaddingTablet\":170,\"bottomPaddingTablet\":160,\"leftPaddingTablet\":30,\"rightPaddingTablet\":30,\"topPaddingMobile\":180,\"bottomPaddingMobile\":80,\"leftPaddingMobile\":20,\"rightPaddingMobile\":20,\"paddingLink\":false,\"variationSelected\":true,\"isBlockRootParent\":true,\"overlayType\":\"color\"} -->\n<div class=\"wp-block-uagb-container uagb-block-140ead11 alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/advanced-heading {\"block_id\":\"ad9cd255\",\"classMigrate\":true,\"headingDescToggle\":true,\"headingColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"subHeadingColor\":\"var(\\u002d\\u002dast-global-color-4)\",\"headingTag\":\"h1\",\"headSpace\":20,\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"blockTopPadding\":0,\"blockRightPadding\":50,\"blockLeftPadding\":0,\"blockBottomPadding\":0,\"blockTopPaddingTablet\":0,\"blockRightPaddingTablet\":20,\"blockLeftPaddingTablet\":0,\"blockBottomPaddingTablet\":0,\"blockTopPaddingMobile\":0,\"blockRightPaddingMobile\":0,\"blockLeftPaddingMobile\":0,\"blockBottomPaddingMobile\":0,\"blockPaddingUnit\":\"%\",\"blockPaddingUnitTablet\":\"%\"} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-ad9cd255\"><h1 class=\"uagb-heading-text\">The Mexican Loft </h1><p class=\"uagb-desc-text\">This Mexican-inspired loft is decorated with rustic furnishings and bright colors. This design aesthetic combines genuine art, textiles, rustic wood, and a vibrant color scheme for a diversified vibe.</p></div>\n<!-- /wp:uagb/advanced-heading --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"8c72e2e0\",\"backgroundType\":\"color\",\"backgroundSizeTablet\":\"cover\",\"backgroundSizeMobile\":\"cover\",\"backgroundColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"topPaddingDesktop\":120,\"bottomPaddingDesktop\":60,\"rightPaddingDesktop\":0,\"topPaddingTablet\":80,\"bottomPaddingTablet\":80,\"leftPaddingTablet\":30,\"rightPaddingTablet\":30,\"topPaddingMobile\":80,\"bottomPaddingMobile\":80,\"leftPaddingMobile\":20,\"rightPaddingMobile\":20,\"paddingLink\":false,\"variationSelected\":true,\"rowGapDesktop\":0,\"isBlockRootParent\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-8c72e2e0 alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/container {\"block_id\":\"c32e47b0\",\"directionDesktop\":\"row\",\"alignItemsDesktop\":\"flex-end\",\"alignItemsTablet\":\"flex-end\",\"justifyContentDesktop\":\"flex-end\",\"justifyContentTablet\":\"space-between\",\"variationSelected\":true,\"rowGapMobile\":20,\"columnGapDesktop\":0} -->\n<div class=\"wp-block-uagb-container uagb-block-c32e47b0\"><!-- wp:uagb/advanced-heading {\"block_id\":\"68ca7f39\",\"classMigrate\":true,\"headingDescToggle\":true,\"subHeadingColor\":\"\",\"headSpace\":20,\"subHeadFontSize\":16} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-68ca7f39\"><h2 class=\"uagb-heading-text\">Come &amp; Stay With Us​ at The Mexican Loft</h2><p class=\"uagb-desc-text\">This is an open-plan unit with a corner-shaped spa bath close to the bed, a separate bathroom with a huge walk-in shower, and an open-plan living area&nbsp;opening onto a covered patio with brick braai and comfortable outside furniture. &nbsp;It has a small fenced and gated garden.</p></div>\n<!-- /wp:uagb/advanced-heading --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:heading -->\n<h2>The bedroom </h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>This room contains the following: </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list -->\n<ul><!-- wp:list-item -->\n<li>King bed with electric blanket</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Corner shaped spa bath with 6 jets</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Bubble bath and candles</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Oil heater</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Ceiling fan</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Dressing table</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Hair dryer and dressing gowns</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Good quality linen</li>\n<!-- /wp:list-item --></ul>\n<!-- /wp:list --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":1035,\"width\":500,\"height\":334,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full is-resized\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/241538_798x533.jpg\" alt=\"\" class=\"wp-image-1035\" width=\"500\" height=\"334\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":1036,\"width\":500,\"height\":334,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full is-resized\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/241542_798x533.jpg\" alt=\"\" class=\"wp-image-1036\" width=\"500\" height=\"334\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:heading -->\n<h2>The bathroom</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>This room contains the following</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list -->\n<ul><!-- wp:list-item -->\n<li>Large walk-in shower</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Toilet and basin</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Soap, towels, toiletries and toilet paper</li>\n<!-- /wp:list-item --></ul>\n<!-- /wp:list --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:heading -->\n<h2>The Lounge</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>This room contains the following: </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list -->\n<ul><!-- wp:list-item -->\n<li>Log fireplace</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>2 seater upholstered settee</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Upholstered single chair</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Ceiling fan</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Oil heater</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>TV (DSTV - commercial bouquet with Sports, movies, Mnet, SABC 1,2 3 and Etv)</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>DVD player</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Breakfast nook and chairs</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Books and playing cards</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Glass sliding door out to the patio</li>\n<!-- /wp:list-item --></ul>\n<!-- /wp:list --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column {\"width\":\"100%\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:100%\"><!-- wp:uagb/image {\"block_id\":\"42b35af7\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Tuscan-lounge-1-1024x768.jpg\",\"id\":1422,\"width\":1024,\"height\":768,\"naturalWidth\":1024,\"naturalHeight\":768,\"sizeSlug\":\"full\"} -->\n<div class=\"wp-block-uagb-image uagb-block-42b35af7 wp-block-uagb-image--layout-default wp-block-uagb-image--effect-static wp-block-uagb-image--align-none\"><figure class=\"wp-block-uagb-image__figure\"><img srcset=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Tuscan-lounge-1-1024x768.jpg \" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Tuscan-lounge-1-1024x768.jpg\" alt=\"\" class=\"uag-image-1422\" width=\"1024\" height=\"768\" title=\"\" loading=\"lazy\"/></figure></div>\n<!-- /wp:uagb/image --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":1039,\"width\":500,\"height\":334,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full is-resized\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/241541_798x533-1.jpg\" alt=\"\" class=\"wp-image-1039\" width=\"500\" height=\"334\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:heading -->\n<h2>The kitchen</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>This room contains the following</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list -->\n<ul><!-- wp:list-item -->\n<li>4-plate gas stove and oven</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Microwave oven, kettle, toaster</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Fridge with top freezer compartment</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Pots, pans, cutlery, crockery, wine &amp; champagne glasses</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>All kitchen utensils</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Ironing board and iron</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>All cleaning cloths and detergents and washing up liquid</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Paper towel</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Braai tongs</li>\n<!-- /wp:list-item --></ul>\n<!-- /wp:list --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:heading -->\n<h2>The large patio with <br>mountain views</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>This room contains the following: </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list -->\n<ul><!-- wp:list-item -->\n<li>Chairs with cushions</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Wooden table</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Brick braai</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Decorative lighting</li>\n<!-- /wp:list-item --></ul>\n<!-- /wp:list --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":1040,\"width\":500,\"height\":334,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full is-resized\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/241534_798x533.jpg\" alt=\"\" class=\"wp-image-1040\" width=\"500\" height=\"334\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:heading {\"textAlign\":\"center\"} -->\n<h2 class=\"has-text-align-center\">Book your stay </h2>\n<!-- /wp:heading -->\n\n<!-- wp:buttons -->\n<div class=\"wp-block-buttons\"><!-- wp:button {\"align\":\"center\"} -->\n<div class=\"wp-block-button aligncenter\"><a class=\"wp-block-button__link wp-element-button\" href=\"https://book.nightsbridge.com/11065\" target=\"_blank\" rel=\"noreferrer noopener\">Reservations</a></div>\n<!-- /wp:button -->\n\n<!-- wp:button /--></div>\n<!-- /wp:buttons --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"bf5d5b29\",\"innerContentCustomWidthDesktop\":781,\"innerContentCustomWidthTablet\":781,\"backgroundType\":\"image\",\"backgroundImageDesktop\":{\"uploading\":false,\"date\":1670943271000,\"filename\":\"AAEAAQAAAAAAAAAAAAAA39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba.png\",\"menuOrder\":0,\"uploadedTo\":761,\"type\":\"image\",\"subtype\":\"png\",\"id\":899,\"title\":\"AAEAAQAAAAAAAAAAAAAA39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAA39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba.png\",\"link\":\"https://blueroan.netgen.cloud/accommodation/aaeaaqaaaaaaaaaaaaaa39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba/\",\"alt\":\"\",\"author\":\"2\",\"description\":\"\",\"caption\":\"\",\"name\":\"aaeaaqaaaaaaaaaaaaaa39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba\",\"status\":\"inherit\",\"modified\":1670943271000,\"mime\":\"image/png\",\"icon\":\"https://blueroan.netgen.cloud/wp-includes/images/media/default.png\",\"dateFormatted\":\"December 13, 2022\",\"nonces\":{\"update\":\"45b2b6c69b\",\"delete\":\"75d81c42ab\",\"edit\":\"88fae030a9\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=899\\u0026action=edit\",\"meta\":false,\"authorName\":\"Netgen Support\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/profile.php\",\"uploadedToTitle\":\"Accommodation\",\"uploadedToLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=761\\u0026action=edit\",\"filesizeInBytes\":2338048,\"filesizeHumanReadable\":\"2 MB\",\"context\":\"\",\"height\":900,\"width\":1200,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAA39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba-150x150.png\",\"orientation\":\"landscape\"},\"medium\":{\"height\":225,\"width\":300,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAA39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba-300x225.png\",\"orientation\":\"landscape\"},\"large\":{\"height\":768,\"width\":1024,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAA39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba-1024x768.png\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAA39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba.png\",\"height\":900,\"width\":1200,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"backgroundImageColor\":\"rgba(42,42,42,0.65)\",\"topPaddingDesktop\":144,\"bottomPaddingDesktop\":144,\"leftPaddingDesktop\":40,\"rightPaddingDesktop\":40,\"topPaddingTablet\":80,\"bottomPaddingTablet\":80,\"leftPaddingTablet\":40,\"rightPaddingTablet\":40,\"topPaddingMobile\":64,\"bottomPaddingMobile\":64,\"leftPaddingMobile\":24,\"rightPaddingMobile\":24,\"paddingLink\":false,\"variationSelected\":true,\"isBlockRootParent\":true,\"overlayType\":\"color\"} -->\n<div class=\"wp-block-uagb-container uagb-block-bf5d5b29 alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/advanced-heading {\"block_id\":\"d8d5fa72\",\"classMigrate\":true,\"headingDescToggle\":true,\"headingAlign\":\"center\",\"headingColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"subHeadingColor\":\"var(\\u002d\\u002dast-global-color-4)\",\"headSpace\":20} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-d8d5fa72\"><h2 class=\"uagb-heading-text\">Plan an Unforgettable Experience at<br>Blue Roan!</h2><p class=\"uagb-desc-text\">We can help you fit your stay and experience within your allotted budget.</p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/advanced-heading {\"block_id\":\"9e3d0386\",\"classMigrate\":true,\"headingTitleToggle\":false,\"headingDescToggle\":true,\"headingAlign\":\"center\",\"subHeadingColor\":\"var(\\u002d\\u002dast-global-color-4)\",\"subHeadTransform\":\"uppercase\",\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"subHeadLetterSpacing\":2,\"blockTopPadding\":60,\"blockRightPadding\":0,\"blockLeftPadding\":0,\"blockBottomPadding\":0,\"blockTopPaddingMobile\":30,\"blockRightPaddingMobile\":0,\"blockLeftPaddingMobile\":0,\"blockBottomPaddingMobile\":0,\"linkColor\":\"var(\\u002d\\u002dast-global-color-8)\",\"linkHColor\":\"var(\\u002d\\u002dast-global-color-1)\"} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-9e3d0386\"><p class=\"uagb-desc-text\"><a href=\"https://book.nightsbridge.com/11065\" target=\"_blank\" rel=\"noreferrer noopener\">BOOK YOUR STAY NOW​<br></a></p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/icon-list {\"block_id\":\"cf2c7dca\",\"classMigrate\":true,\"childMigrate\":true,\"align\":\"center\",\"parentIcon\":\"phone\",\"size\":40,\"sizeMobile\":24,\"sizeTablet\":32,\"fontSize\":48,\"fontSizeMobile\":28,\"fontSizeTablet\":40,\"fontWeight\":\"600\",\"iconColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"labelColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"blockTopPadding\":0,\"blockRightPadding\":0,\"blockLeftPadding\":0,\"blockBottomPadding\":24,\"blockPaddingLink\":false} -->\n<div class=\"wp-block-uagb-icon-list uagb-block-cf2c7dca\"><div class=\"uagb-icon-list__wrap\"><!-- wp:uagb/icon-list-child {\"block_id\":\"ace25316\",\"label\":\" + 27 (0) 82 575 5409\",\"label_color\":\"\",\"link\":\"tel:+27825755409\",\"disableLink\":true,\"fromParentIcon\":\"phone\",\"imageSizeChild\":40} -->\n<div class=\"wp-block-uagb-icon-list-child uagb-block-ace25316\"><a target=\"_self\" aria-label=\" + 27 (0) 82 575 5409\" rel=\"noopener noreferrer\" href=\"tel:+27825755409\"> </a><span class=\"uagb-icon-list__source-wrap\"><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M511.2 387l-23.25 100.8c-3.266 14.25-15.79 24.22-30.46 24.22C205.2 512 0 306.8 0 54.5c0-14.66 9.969-27.2 24.22-30.45l100.8-23.25C139.7-2.602 154.7 5.018 160.8 18.92l46.52 108.5c5.438 12.78 1.77 27.67-8.98 36.45L144.5 207.1c33.98 69.22 90.26 125.5 159.5 159.5l44.08-53.8c8.688-10.78 23.69-14.51 36.47-8.975l108.5 46.51C506.1 357.2 514.6 372.4 511.2 387z\"></path></svg></span><span class=\"uagb-icon-list__label\"> + 27 (0) 82 575 5409</span></div>\n<!-- /wp:uagb/icon-list-child -->\n\n<!-- wp:uagb/icon-list-child {\"block_id\":\"24964744\",\"label\":\"blueroan@ugo.co.za\",\"icon\":\"envelope\",\"label_color\":\"\",\"link\":\"mailto:blueroan@ugo.co.za\",\"disableLink\":true,\"fromParentIcon\":\"phone\",\"imageSizeChild\":40} -->\n<div class=\"wp-block-uagb-icon-list-child uagb-block-24964744\"><a target=\"_self\" aria-label=\"blueroan@ugo.co.za\" rel=\"noopener noreferrer\" href=\"mailto:blueroan@ugo.co.za\"> </a><span class=\"uagb-icon-list__source-wrap\"><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M464 64C490.5 64 512 85.49 512 112C512 127.1 504.9 141.3 492.8 150.4L275.2 313.6C263.8 322.1 248.2 322.1 236.8 313.6L19.2 150.4C7.113 141.3 0 127.1 0 112C0 85.49 21.49 64 48 64H464zM217.6 339.2C240.4 356.3 271.6 356.3 294.4 339.2L512 176V384C512 419.3 483.3 448 448 448H64C28.65 448 0 419.3 0 384V176L217.6 339.2z\"></path></svg></span><span class=\"uagb-icon-list__label\">blueroan@ugo.co.za</span></div>\n<!-- /wp:uagb/icon-list-child --></div></div>\n<!-- /wp:uagb/icon-list --></div></div>\n<!-- /wp:uagb/container -->',	'The Mexican Loft',	'',	'inherit',	'closed',	'closed',	'',	'1030-revision-v1',	'',	'',	'2022-12-23 12:53:25',	'2022-12-23 12:53:25',	'',	1030,	'https://blueroan.netgen.cloud/?p=1435',	0,	'revision',	'',	0),
(1436,	2,	'2022-12-23 12:58:14',	'2022-12-23 12:58:14',	'<!-- wp:uagb/container {\"block_id\":\"1f0df5b6\",\"backgroundType\":\"image\",\"backgroundImageDesktop\":{\"id\":1035,\"title\":\"241538_798x533\",\"filename\":\"241538_798x533.jpg\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/241538_798x533.jpg\",\"link\":\"https://blueroan.netgen.cloud/the-mexican-loft/241538_798x533/\",\"alt\":\"\",\"author\":\"2\",\"description\":\"\",\"caption\":\"\",\"name\":\"241538_798x533\",\"status\":\"inherit\",\"uploadedTo\":1030,\"date\":\"2022-12-14T11:15:08.000Z\",\"modified\":\"2022-12-14T11:15:08.000Z\",\"menuOrder\":0,\"mime\":\"image/jpeg\",\"type\":\"image\",\"subtype\":\"jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-includes/images/media/default.png\",\"dateFormatted\":\"December 14, 2022\",\"nonces\":{\"update\":\"bd035eebe2\",\"delete\":\"82a88a1dae\",\"edit\":\"d1cbf9c562\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=1035\\u0026action=edit\",\"meta\":false,\"authorName\":\"Netgen Support\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/profile.php\",\"uploadedToTitle\":\"The Mexican Loft\",\"uploadedToLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=1030\\u0026action=edit\",\"filesizeInBytes\":55682,\"filesizeHumanReadable\":\"54 KB\",\"context\":\"\",\"height\":533,\"width\":798,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/241538_798x533-150x150.jpg\",\"orientation\":\"landscape\"},\"medium\":{\"height\":200,\"width\":300,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/241538_798x533-300x200.jpg\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/241538_798x533.jpg\",\"height\":533,\"width\":798,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"backgroundPositionDesktop\":{\"x\":0.47,\"y\":0.54},\"backgroundSizeTablet\":\"cover\",\"backgroundSizeMobile\":\"cover\",\"backgroundColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"backgroundImageColor\":\"rgba(42,42,42,0.5)\",\"topPaddingDesktop\":220,\"bottomPaddingDesktop\":150,\"topPaddingTablet\":170,\"bottomPaddingTablet\":160,\"leftPaddingTablet\":30,\"rightPaddingTablet\":30,\"topPaddingMobile\":180,\"bottomPaddingMobile\":80,\"leftPaddingMobile\":20,\"rightPaddingMobile\":20,\"paddingLink\":false,\"variationSelected\":true,\"isBlockRootParent\":true,\"overlayType\":\"color\"} -->\n<div class=\"wp-block-uagb-container uagb-block-1f0df5b6 alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/advanced-heading {\"block_id\":\"b13966d7\",\"classMigrate\":true,\"headingDescToggle\":true,\"headingColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"subHeadingColor\":\"var(\\u002d\\u002dast-global-color-4)\",\"headingTag\":\"h1\",\"headSpace\":20,\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"blockTopPadding\":0,\"blockRightPadding\":50,\"blockLeftPadding\":0,\"blockBottomPadding\":0,\"blockTopPaddingTablet\":0,\"blockRightPaddingTablet\":20,\"blockLeftPaddingTablet\":0,\"blockBottomPaddingTablet\":0,\"blockTopPaddingMobile\":0,\"blockRightPaddingMobile\":0,\"blockLeftPaddingMobile\":0,\"blockBottomPaddingMobile\":0,\"blockPaddingUnit\":\"%\",\"blockPaddingUnitTablet\":\"%\"} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-b13966d7\"><h1 class=\"uagb-heading-text\">The Mexican Loft </h1><p class=\"uagb-desc-text\">This Mexican-inspired loft is decorated with rustic furnishings and bright colors. This design aesthetic combines genuine art, textiles, rustic wood, and a vibrant color scheme for a diversified vibe.</p></div>\n<!-- /wp:uagb/advanced-heading --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"3c211110\",\"backgroundType\":\"color\",\"backgroundSizeTablet\":\"cover\",\"backgroundSizeMobile\":\"cover\",\"backgroundColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"topPaddingDesktop\":120,\"bottomPaddingDesktop\":60,\"rightPaddingDesktop\":0,\"topPaddingTablet\":80,\"bottomPaddingTablet\":80,\"leftPaddingTablet\":30,\"rightPaddingTablet\":30,\"topPaddingMobile\":80,\"bottomPaddingMobile\":80,\"leftPaddingMobile\":20,\"rightPaddingMobile\":20,\"paddingLink\":false,\"variationSelected\":true,\"rowGapDesktop\":0,\"isBlockRootParent\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-3c211110 alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/container {\"block_id\":\"1f308425\",\"directionDesktop\":\"row\",\"alignItemsDesktop\":\"flex-end\",\"alignItemsTablet\":\"flex-end\",\"justifyContentDesktop\":\"flex-end\",\"justifyContentTablet\":\"space-between\",\"variationSelected\":true,\"rowGapMobile\":20,\"columnGapDesktop\":0} -->\n<div class=\"wp-block-uagb-container uagb-block-1f308425\"><!-- wp:uagb/advanced-heading {\"block_id\":\"2ffe6511\",\"classMigrate\":true,\"headingDescToggle\":true,\"subHeadingColor\":\"\",\"headSpace\":20,\"subHeadFontSize\":16} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-2ffe6511\"><h2 class=\"uagb-heading-text\">Come &amp; Stay With Us​ at The Mexican Loft</h2><p class=\"uagb-desc-text\">This is an open-plan unit with a corner-shaped spa bath close to the bed, a separate bathroom with a huge walk-in shower, and an open-plan living area&nbsp;opening onto a covered patio with brick braai and comfortable outside furniture. &nbsp;It has a small fenced and gated garden.</p></div>\n<!-- /wp:uagb/advanced-heading --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:heading -->\n<h2>The bedroom </h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>This room contains the following: </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list -->\n<ul><!-- wp:list-item -->\n<li>King bed with electric blanket</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Corner shaped spa bath with 6 jets</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Bubble bath and candles</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Oil heater</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Ceiling fan</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Dressing table</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Hair dryer and dressing gowns</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Good quality linen</li>\n<!-- /wp:list-item --></ul>\n<!-- /wp:list --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":1035,\"width\":500,\"height\":334,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full is-resized\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/241538_798x533.jpg\" alt=\"\" class=\"wp-image-1035\" width=\"500\" height=\"334\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":1036,\"width\":500,\"height\":334,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full is-resized\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/241542_798x533.jpg\" alt=\"\" class=\"wp-image-1036\" width=\"500\" height=\"334\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:heading -->\n<h2>The bathroom</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>This room contains the following</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list -->\n<ul><!-- wp:list-item -->\n<li>Large walk-in shower</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Toilet and basin</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Soap, towels, toiletries and toilet paper</li>\n<!-- /wp:list-item --></ul>\n<!-- /wp:list --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:heading -->\n<h2>The Lounge</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>This room contains the following: </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list -->\n<ul><!-- wp:list-item -->\n<li>Log fireplace</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>2 seater upholstered settee</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Upholstered single chair</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Ceiling fan</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Oil heater</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>TV (DSTV - commercial bouquet with Sports, movies, Mnet, SABC 1,2 3 and Etv)</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>DVD player</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Breakfast nook and chairs</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Books and playing cards</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Glass sliding door out to the patio</li>\n<!-- /wp:list-item --></ul>\n<!-- /wp:list --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column {\"width\":\"100%\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:100%\"><!-- wp:uagb/image {\"block_id\":\"54291cdf\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Tuscan-lounge-1-1024x768.jpg\",\"id\":1422,\"width\":1024,\"height\":768,\"naturalWidth\":1024,\"naturalHeight\":768,\"sizeSlug\":\"full\"} -->\n<div class=\"wp-block-uagb-image uagb-block-54291cdf wp-block-uagb-image--layout-default wp-block-uagb-image--effect-static wp-block-uagb-image--align-none\"><figure class=\"wp-block-uagb-image__figure\"><img srcset=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Tuscan-lounge-1-1024x768.jpg \" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Tuscan-lounge-1-1024x768.jpg\" alt=\"\" class=\"uag-image-1422\" width=\"1024\" height=\"768\" title=\"\" loading=\"lazy\"/></figure></div>\n<!-- /wp:uagb/image --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":1039,\"width\":500,\"height\":334,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full is-resized\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/241541_798x533-1.jpg\" alt=\"\" class=\"wp-image-1039\" width=\"500\" height=\"334\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:heading -->\n<h2>The kitchen</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>This room contains the following</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list -->\n<ul><!-- wp:list-item -->\n<li>4-plate gas stove and oven</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Microwave oven, kettle, toaster</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Fridge with top freezer compartment</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Pots, pans, cutlery, crockery, wine &amp; champagne glasses</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>All kitchen utensils</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Ironing board and iron</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>All cleaning cloths and detergents and washing up liquid</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Paper towel</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Braai tongs</li>\n<!-- /wp:list-item --></ul>\n<!-- /wp:list --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:heading -->\n<h2>The large patio with <br>mountain views</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>This room contains the following: </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list -->\n<ul><!-- wp:list-item -->\n<li>Chairs with cushions</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Wooden table</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Brick braai</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Decorative lighting</li>\n<!-- /wp:list-item --></ul>\n<!-- /wp:list --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":1040,\"width\":500,\"height\":334,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full is-resized\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/241534_798x533.jpg\" alt=\"\" class=\"wp-image-1040\" width=\"500\" height=\"334\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:heading {\"textAlign\":\"center\"} -->\n<h2 class=\"has-text-align-center\">Book your stay </h2>\n<!-- /wp:heading -->\n\n<!-- wp:buttons -->\n<div class=\"wp-block-buttons\"><!-- wp:button {\"align\":\"center\"} -->\n<div class=\"wp-block-button aligncenter\"><a class=\"wp-block-button__link wp-element-button\" href=\"https://book.nightsbridge.com/11065\" target=\"_blank\" rel=\"noreferrer noopener\">Reservations</a></div>\n<!-- /wp:button -->\n\n<!-- wp:button /--></div>\n<!-- /wp:buttons --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"66753064\",\"innerContentCustomWidthDesktop\":781,\"innerContentCustomWidthTablet\":781,\"backgroundType\":\"image\",\"backgroundImageDesktop\":{\"uploading\":false,\"date\":1670943271000,\"filename\":\"AAEAAQAAAAAAAAAAAAAA39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba.png\",\"menuOrder\":0,\"uploadedTo\":761,\"type\":\"image\",\"subtype\":\"png\",\"id\":899,\"title\":\"AAEAAQAAAAAAAAAAAAAA39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAA39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba.png\",\"link\":\"https://blueroan.netgen.cloud/accommodation/aaeaaqaaaaaaaaaaaaaa39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba/\",\"alt\":\"\",\"author\":\"2\",\"description\":\"\",\"caption\":\"\",\"name\":\"aaeaaqaaaaaaaaaaaaaa39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba\",\"status\":\"inherit\",\"modified\":1670943271000,\"mime\":\"image/png\",\"icon\":\"https://blueroan.netgen.cloud/wp-includes/images/media/default.png\",\"dateFormatted\":\"December 13, 2022\",\"nonces\":{\"update\":\"45b2b6c69b\",\"delete\":\"75d81c42ab\",\"edit\":\"88fae030a9\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=899\\u0026action=edit\",\"meta\":false,\"authorName\":\"Netgen Support\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/profile.php\",\"uploadedToTitle\":\"Accommodation\",\"uploadedToLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=761\\u0026action=edit\",\"filesizeInBytes\":2338048,\"filesizeHumanReadable\":\"2 MB\",\"context\":\"\",\"height\":900,\"width\":1200,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAA39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba-150x150.png\",\"orientation\":\"landscape\"},\"medium\":{\"height\":225,\"width\":300,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAA39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba-300x225.png\",\"orientation\":\"landscape\"},\"large\":{\"height\":768,\"width\":1024,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAA39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba-1024x768.png\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAA39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba.png\",\"height\":900,\"width\":1200,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"backgroundImageColor\":\"rgba(42,42,42,0.65)\",\"topPaddingDesktop\":144,\"bottomPaddingDesktop\":144,\"leftPaddingDesktop\":40,\"rightPaddingDesktop\":40,\"topPaddingTablet\":80,\"bottomPaddingTablet\":80,\"leftPaddingTablet\":40,\"rightPaddingTablet\":40,\"topPaddingMobile\":64,\"bottomPaddingMobile\":64,\"leftPaddingMobile\":24,\"rightPaddingMobile\":24,\"paddingLink\":false,\"variationSelected\":true,\"isBlockRootParent\":true,\"overlayType\":\"color\"} -->\n<div class=\"wp-block-uagb-container uagb-block-66753064 alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/advanced-heading {\"block_id\":\"235eeb58\",\"classMigrate\":true,\"headingDescToggle\":true,\"headingAlign\":\"center\",\"headingColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"subHeadingColor\":\"var(\\u002d\\u002dast-global-color-4)\",\"headSpace\":20} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-235eeb58\"><h2 class=\"uagb-heading-text\">Plan an Unforgettable Experience at<br>Blue Roan!</h2><p class=\"uagb-desc-text\">We can help you fit your stay and experience within your allotted budget.</p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/advanced-heading {\"block_id\":\"2fa1d8fb\",\"classMigrate\":true,\"headingTitleToggle\":false,\"headingDescToggle\":true,\"headingAlign\":\"center\",\"subHeadingColor\":\"var(\\u002d\\u002dast-global-color-4)\",\"subHeadTransform\":\"uppercase\",\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"subHeadLetterSpacing\":2,\"blockTopPadding\":60,\"blockRightPadding\":0,\"blockLeftPadding\":0,\"blockBottomPadding\":0,\"blockTopPaddingMobile\":30,\"blockRightPaddingMobile\":0,\"blockLeftPaddingMobile\":0,\"blockBottomPaddingMobile\":0,\"linkColor\":\"var(\\u002d\\u002dast-global-color-8)\",\"linkHColor\":\"var(\\u002d\\u002dast-global-color-1)\"} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-2fa1d8fb\"><p class=\"uagb-desc-text\"><a href=\"https://book.nightsbridge.com/11065\" target=\"_blank\" rel=\"noreferrer noopener\">BOOK YOUR STAY NOW​<br></a></p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/icon-list {\"block_id\":\"ee38b36c\",\"classMigrate\":true,\"childMigrate\":true,\"align\":\"center\",\"parentIcon\":\"phone\",\"size\":40,\"sizeMobile\":24,\"sizeTablet\":32,\"fontSize\":48,\"fontSizeMobile\":28,\"fontSizeTablet\":40,\"fontWeight\":\"600\",\"iconColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"labelColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"blockTopPadding\":0,\"blockRightPadding\":0,\"blockLeftPadding\":0,\"blockBottomPadding\":24,\"blockPaddingLink\":false} -->\n<div class=\"wp-block-uagb-icon-list uagb-block-ee38b36c\"><div class=\"uagb-icon-list__wrap\"><!-- wp:uagb/icon-list-child {\"block_id\":\"809a2430\",\"label\":\" + 27 (0) 82 575 5409\",\"label_color\":\"\",\"link\":\"tel:+27825755409\",\"disableLink\":true,\"fromParentIcon\":\"phone\",\"imageSizeChild\":40} -->\n<div class=\"wp-block-uagb-icon-list-child uagb-block-809a2430\"><a target=\"_self\" aria-label=\" + 27 (0) 82 575 5409\" rel=\"noopener noreferrer\" href=\"tel:+27825755409\"> </a><span class=\"uagb-icon-list__source-wrap\"><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M511.2 387l-23.25 100.8c-3.266 14.25-15.79 24.22-30.46 24.22C205.2 512 0 306.8 0 54.5c0-14.66 9.969-27.2 24.22-30.45l100.8-23.25C139.7-2.602 154.7 5.018 160.8 18.92l46.52 108.5c5.438 12.78 1.77 27.67-8.98 36.45L144.5 207.1c33.98 69.22 90.26 125.5 159.5 159.5l44.08-53.8c8.688-10.78 23.69-14.51 36.47-8.975l108.5 46.51C506.1 357.2 514.6 372.4 511.2 387z\"></path></svg></span><span class=\"uagb-icon-list__label\"> + 27 (0) 82 575 5409</span></div>\n<!-- /wp:uagb/icon-list-child -->\n\n<!-- wp:uagb/icon-list-child {\"block_id\":\"99c583fc\",\"label\":\"blueroan@ugo.co.za\",\"icon\":\"envelope\",\"label_color\":\"\",\"link\":\"mailto:blueroan@ugo.co.za\",\"disableLink\":true,\"fromParentIcon\":\"phone\",\"imageSizeChild\":40} -->\n<div class=\"wp-block-uagb-icon-list-child uagb-block-99c583fc\"><a target=\"_self\" aria-label=\"blueroan@ugo.co.za\" rel=\"noopener noreferrer\" href=\"mailto:blueroan@ugo.co.za\"> </a><span class=\"uagb-icon-list__source-wrap\"><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M464 64C490.5 64 512 85.49 512 112C512 127.1 504.9 141.3 492.8 150.4L275.2 313.6C263.8 322.1 248.2 322.1 236.8 313.6L19.2 150.4C7.113 141.3 0 127.1 0 112C0 85.49 21.49 64 48 64H464zM217.6 339.2C240.4 356.3 271.6 356.3 294.4 339.2L512 176V384C512 419.3 483.3 448 448 448H64C28.65 448 0 419.3 0 384V176L217.6 339.2z\"></path></svg></span><span class=\"uagb-icon-list__label\">blueroan@ugo.co.za</span></div>\n<!-- /wp:uagb/icon-list-child --></div></div>\n<!-- /wp:uagb/icon-list --></div></div>\n<!-- /wp:uagb/container -->',	'The Mexican Loft',	'',	'inherit',	'closed',	'closed',	'',	'1030-revision-v1',	'',	'',	'2022-12-23 12:58:14',	'2022-12-23 12:58:14',	'',	1030,	'https://blueroan.netgen.cloud/?p=1436',	0,	'revision',	'',	0),
(1437,	2,	'2022-12-28 08:12:42',	'2022-12-28 08:12:42',	'<!-- wp:uagb/container {\"block_id\":\"7230f276\",\"backgroundType\":\"image\",\"backgroundImageDesktop\":{\"id\":797,\"title\":\"blue-roan-guest-farm (13)\",\"filename\":\"blue-roan-guest-farm-13.jpg\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-13.jpg\",\"link\":\"https://blueroan.netgen.cloud/home/blue-roan-guest-farm-13/\",\"alt\":\"\",\"author\":\"2\",\"description\":\"\",\"caption\":\"\",\"name\":\"blue-roan-guest-farm-13\",\"status\":\"inherit\",\"uploadedTo\":760,\"date\":\"2022-12-13T09:37:10.000Z\",\"modified\":\"2022-12-13T09:37:10.000Z\",\"menuOrder\":0,\"mime\":\"image/jpeg\",\"type\":\"image\",\"subtype\":\"jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-includes/images/media/default.png\",\"dateFormatted\":\"December 13, 2022\",\"nonces\":{\"update\":\"88c7dafe15\",\"delete\":\"0e63c986af\",\"edit\":\"ba0aad2d7f\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=797\\u0026action=edit\",\"meta\":false,\"authorName\":\"Netgen Support\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/profile.php\",\"uploadedToTitle\":\"Home\",\"uploadedToLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=760\\u0026action=edit\",\"filesizeInBytes\":201183,\"filesizeHumanReadable\":\"196 KB\",\"context\":\"\",\"height\":667,\"width\":1000,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-13-150x150.jpg\",\"orientation\":\"landscape\"},\"medium\":{\"height\":200,\"width\":300,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-13-300x200.jpg\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-13.jpg\",\"height\":667,\"width\":1000,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"backgroundPositionDesktop\":{\"x\":0.62,\"y\":0.78},\"backgroundSizeTablet\":\"cover\",\"backgroundSizeMobile\":\"cover\",\"backgroundColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"backgroundImageColor\":\"rgba(42,42,42,0.5)\",\"topPaddingDesktop\":220,\"bottomPaddingDesktop\":150,\"topPaddingTablet\":170,\"bottomPaddingTablet\":160,\"leftPaddingTablet\":30,\"rightPaddingTablet\":30,\"topPaddingMobile\":180,\"bottomPaddingMobile\":80,\"leftPaddingMobile\":20,\"rightPaddingMobile\":20,\"paddingLink\":false,\"variationSelected\":true,\"isBlockRootParent\":true,\"overlayType\":\"color\"} -->\n<div class=\"wp-block-uagb-container uagb-block-7230f276 alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/advanced-heading {\"block_id\":\"f1709fcb\",\"classMigrate\":true,\"headingDescToggle\":true,\"headingColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"subHeadingColor\":\"var(\\u002d\\u002dast-global-color-4)\",\"headingTag\":\"h1\",\"headSpace\":20,\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"blockTopPadding\":0,\"blockRightPadding\":50,\"blockLeftPadding\":0,\"blockBottomPadding\":0,\"blockTopPaddingTablet\":0,\"blockRightPaddingTablet\":20,\"blockLeftPaddingTablet\":0,\"blockBottomPaddingTablet\":0,\"blockTopPaddingMobile\":0,\"blockRightPaddingMobile\":0,\"blockLeftPaddingMobile\":0,\"blockBottomPaddingMobile\":0,\"blockPaddingUnit\":\"%\",\"blockPaddingUnitTablet\":\"%\"} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-f1709fcb\"><h1 class=\"uagb-heading-text\">Rooms &amp; Accommodation​</h1><p class=\"uagb-desc-text\">If you are looking for a home away from home, even a place your dog can come along then take a closer look into the rooms we offer and pick the one for you.</p></div>\n<!-- /wp:uagb/advanced-heading --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"46ac7f2e\",\"backgroundType\":\"color\",\"backgroundSizeTablet\":\"cover\",\"backgroundSizeMobile\":\"cover\",\"backgroundColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"topPaddingDesktop\":120,\"bottomPaddingDesktop\":120,\"topPaddingTablet\":80,\"bottomPaddingTablet\":80,\"leftPaddingTablet\":30,\"rightPaddingTablet\":30,\"topPaddingMobile\":80,\"bottomPaddingMobile\":80,\"leftPaddingMobile\":20,\"rightPaddingMobile\":20,\"paddingLink\":false,\"variationSelected\":true,\"rowGapDesktop\":0,\"isBlockRootParent\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-46ac7f2e alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/container {\"block_id\":\"2c1d903d\",\"directionDesktop\":\"row\",\"alignItemsDesktop\":\"flex-end\",\"alignItemsTablet\":\"flex-end\",\"justifyContentDesktop\":\"flex-end\",\"justifyContentTablet\":\"space-between\",\"variationSelected\":true,\"rowGapMobile\":20,\"columnGapDesktop\":0} -->\n<div class=\"wp-block-uagb-container uagb-block-2c1d903d\"><!-- wp:uagb/advanced-heading {\"block_id\":\"a25a6bef\",\"classMigrate\":true,\"headingDescToggle\":true,\"subHeadingColor\":\"\",\"headSpace\":20,\"subHeadFontSize\":16} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-a25a6bef\"><h2 class=\"uagb-heading-text\">Come &amp; Stay With Us​</h2><p class=\"uagb-desc-text\">There are 7 excellent brick self-catering units available, each private and with a distinctive personality and theme. They are particularly made for pet-free or pet-owning couples looking for a romantic and serene setting to reconnect, celebrate special occasions, or simply unwind on a holiday.<br><br>We are pet-friendly by arrangement as each unit is separately fenced with its own grassy garden with a garden gate leading to the generous park area where pets can socialize. &nbsp;We also have lovely safe off-leash walking trails on our property and beyond. &nbsp;Our units are very luxurious with everything you would need and very homely and charming. Regrettably no children or group bookings.  </p></div>\n<!-- /wp:uagb/advanced-heading --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"4f462fde\",\"directionDesktop\":\"row\",\"alignItemsTablet\":\"flex-start\",\"justifyContentDesktop\":\"flex-start\",\"topMarginDesktop\":54,\"bottomMarginDesktop\":0,\"leftMarginDesktop\":0,\"rightMarginDesktop\":0,\"marginLink\":false,\"variationSelected\":true,\"rowGapMobile\":0,\"columnGapDesktop\":0} -->\n<div class=\"wp-block-uagb-container uagb-block-4f462fde\"><!-- wp:uagb/container {\"block_id\":\"80f245e8\",\"widthDesktop\":50,\"bottomPaddingDesktop\":20,\"rightPaddingDesktop\":32,\"bottomPaddingTablet\":35,\"rightPaddingTablet\":15,\"bottomPaddingMobile\":65,\"paddingLink\":false,\"topMarginDesktop\":0,\"bottomMarginDesktop\":0,\"leftMarginDesktop\":5,\"rightMarginDesktop\":5,\"topMarginMobile\":0,\"bottomMarginMobile\":0,\"leftMarginMobile\":0,\"rightMarginMobile\":0,\"marginLink\":false,\"variationSelected\":true,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-80f245e8\"><!-- wp:uagb/info-box {\"classMigrate\":true,\"headingAlign\":\"left\",\"headingColor\":\"\",\"subHeadingColor\":\"\",\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"source_type\":\"image\",\"block_id\":\"51068646\",\"ctaIcon\":\"\",\"ctaType\":\"text\",\"ctaText\":\"\\u003ca href=\\u0022/the-barn/\\u0022 data-type=\\u0022URL\\u0022 data-id=\\u0022/the-barn/\\u0022\\u003eREAD MORE\\u003c/a\\u003e\",\"ctaLink\":\"/the-barn/\",\"ctaLinkColor\":\"var(\\u002d\\u002dast-global-color-0)\",\"ctaDecoration\":\"underline\",\"ctaFontSize\":12,\"ctaFontWeight\":\"600\",\"ctaLetterSpacing\":2,\"ctaBorderColor\":\"\",\"ctaBorderStyle\":\"\",\"ctaBorderWidth\":\"\",\"ctaBorderRadius\":\"\",\"iconBottomMargin\":30,\"iconImage\":{\"uploading\":false,\"date\":1670936674000,\"filename\":\"blue-roan-guest-farm-10.jpg\",\"menuOrder\":0,\"uploadedTo\":761,\"type\":\"image\",\"subtype\":\"jpeg\",\"id\":863,\"title\":\"blue-roan-guest-farm (10)\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-10.jpg\",\"link\":\"https://blueroan.netgen.cloud/accommodation/blue-roan-guest-farm-10/\",\"alt\":\"\",\"author\":\"2\",\"description\":\"\",\"caption\":\"\",\"name\":\"blue-roan-guest-farm-10\",\"status\":\"inherit\",\"modified\":1670936674000,\"mime\":\"image/jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-includes/images/media/default.png\",\"dateFormatted\":\"December 13, 2022\",\"nonces\":{\"update\":\"1a7491aa65\",\"delete\":\"dc6afaa89c\",\"edit\":\"7635ee35fb\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=863\\u0026action=edit\",\"meta\":false,\"authorName\":\"Netgen Support\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/profile.php\",\"uploadedToTitle\":\"Accommodation\",\"uploadedToLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=761\\u0026action=edit\",\"filesizeInBytes\":149768,\"filesizeHumanReadable\":\"146 KB\",\"context\":\"\",\"height\":667,\"width\":1000,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-10-150x150.jpg\",\"orientation\":\"landscape\"},\"medium\":{\"height\":200,\"width\":300,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-10-300x200.jpg\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-10.jpg\",\"height\":667,\"width\":1000,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"imageSize\":\"full\",\"imageWidth\":100,\"imageWidthMobile\":100,\"imageWidthTablet\":100,\"paddingBtnTop\":10,\"paddingBtnBottom\":10,\"paddingBtnLeft\":14,\"paddingBtnRight\":14,\"imageWidthUnit\":\"%\",\"imageWidthUnitTablet\":\"%\",\"imageWidthUnitMobile\":\"%\",\"subHeadTopMargin\":0,\"subHeadRightMargin\":40,\"subHeadLeftMargin\":0,\"subHeadMarginTopTablet\":0,\"subHeadMarginRightTablet\":0,\"subHeadTabletSpace\":20,\"subHeadMarginLeftTablet\":0,\"imgTagHeight\":66,\"imgTagWidth\":1000,\"btnBorderTopWidth\":1,\"btnBorderLeftWidth\":1,\"btnBorderRightWidth\":1,\"btnBorderBottomWidth\":1,\"btnBorderTopLeftRadius\":0,\"btnBorderTopRightRadius\":0,\"btnBorderBottomLeftRadius\":0,\"btnBorderBottomRightRadius\":0,\"btnBorderStyle\":\"solid\",\"btnBorderColor\":\"#333\"} -->\n<div class=\"wp-block-uagb-info-box uagb-block-51068646 uagb-infobox__content-wrap  uagb-infobox-icon-above-title uagb-infobox-image-valign-top\"><div class=\"uagb-ifb-content\"><div class=\"uagb-ifb-image-content\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-10.jpg\" alt=\"\" width=\"100\" height=\"66\" loading=\"lazy\"/></div><div class=\"uagb-ifb-title-wrap\"><h3 class=\"uagb-ifb-title\">The Barn </h3></div><p class=\"uagb-ifb-desc\">Rustic beams and exposed wood are all hallmarks of our barn-style suite. This is an open-plan unit with lots of windows with a raised king bed on a platform that faces the TV and the mountains.</p><div class=\"uagb-ifb-button-wrapper wp-block-button\"><a href=\"/the-barn/\" target=\"_self\" class=\"uagb-infobox-cta-link\" rel=\"noopener noreferrer\" alt=\"\"><span class=\"uagb-inline-editing\">READ MORE</span></a></div></div></div>\n<!-- /wp:uagb/info-box --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"83426926\",\"widthDesktop\":50,\"bottomPaddingDesktop\":20,\"rightPaddingDesktop\":32,\"bottomPaddingTablet\":35,\"rightPaddingTablet\":15,\"bottomPaddingMobile\":65,\"paddingLink\":false,\"topMarginDesktop\":0,\"bottomMarginDesktop\":0,\"leftMarginDesktop\":5,\"rightMarginDesktop\":5,\"topMarginMobile\":0,\"bottomMarginMobile\":0,\"leftMarginMobile\":0,\"rightMarginMobile\":0,\"marginLink\":false,\"variationSelected\":true,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-83426926\"><!-- wp:uagb/info-box {\"classMigrate\":true,\"headingAlign\":\"left\",\"headingColor\":\"\",\"subHeadingColor\":\"\",\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"source_type\":\"image\",\"block_id\":\"b053e03f\",\"ctaIcon\":\"\",\"ctaType\":\"text\",\"ctaText\":\"READ MORE\",\"ctaLink\":\"/the-tuscan-suite/\",\"ctaLinkColor\":\"var(\\u002d\\u002dast-global-color-0)\",\"ctaDecoration\":\"underline\",\"ctaFontSize\":12,\"ctaFontWeight\":\"600\",\"ctaLetterSpacing\":2,\"ctaBorderColor\":\"\",\"ctaBorderStyle\":\"\",\"ctaBorderWidth\":\"\",\"ctaBorderRadius\":\"\",\"iconBottomMargin\":30,\"iconImage\":{\"uploading\":false,\"date\":1671793552000,\"filename\":\"Tuscan-bed-1-scaled.jpg\",\"menuOrder\":0,\"uploadedTo\":761,\"type\":\"image\",\"subtype\":\"jpeg\",\"id\":1418,\"title\":\"Tuscan bed\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Tuscan-bed-1-scaled.jpg\",\"link\":\"https://blueroan.netgen.cloud/accommodation/tuscan-bed-2/\",\"alt\":\"\",\"author\":\"2\",\"description\":\"\",\"caption\":\"\",\"name\":\"tuscan-bed-2\",\"status\":\"inherit\",\"modified\":1671793552000,\"mime\":\"image/jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-includes/images/media/default.png\",\"dateFormatted\":\"December 23, 2022\",\"nonces\":{\"update\":\"ba92fb9c39\",\"delete\":\"55404e2fb4\",\"edit\":\"0e4d071f08\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=1418\\u0026action=edit\",\"meta\":false,\"authorName\":\"Netgen Support\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/profile.php\",\"uploadedToTitle\":\"Accommodation\",\"uploadedToLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=761\\u0026action=edit\",\"filesizeInBytes\":713337,\"filesizeHumanReadable\":\"697 KB\",\"context\":\"\",\"originalImageURL\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Tuscan-bed-1.jpg\",\"originalImageName\":\"Tuscan-bed-1.jpg\",\"height\":1920,\"width\":2560,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Tuscan-bed-1-150x150.jpg\",\"orientation\":\"landscape\"},\"medium\":{\"height\":225,\"width\":300,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Tuscan-bed-1-300x225.jpg\",\"orientation\":\"landscape\"},\"large\":{\"height\":768,\"width\":1024,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Tuscan-bed-1-1024x768.jpg\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Tuscan-bed-1-scaled.jpg\",\"height\":1920,\"width\":2560,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"imageSize\":\"full\",\"imageWidth\":100,\"imageWidthMobile\":100,\"imageWidthTablet\":100,\"paddingBtnTop\":10,\"paddingBtnBottom\":10,\"paddingBtnLeft\":14,\"paddingBtnRight\":14,\"imageWidthUnit\":\"%\",\"imageWidthUnitTablet\":\"%\",\"imageWidthUnitMobile\":\"%\",\"subHeadTopMargin\":0,\"subHeadRightMargin\":40,\"subHeadLeftMargin\":0,\"subHeadMarginTopTablet\":0,\"subHeadMarginRightTablet\":0,\"subHeadTabletSpace\":20,\"subHeadMarginLeftTablet\":0,\"imgTagHeight\":75,\"imgTagWidth\":2560,\"btnBorderTopWidth\":1,\"btnBorderLeftWidth\":1,\"btnBorderRightWidth\":1,\"btnBorderBottomWidth\":1,\"btnBorderTopLeftRadius\":0,\"btnBorderTopRightRadius\":0,\"btnBorderBottomLeftRadius\":0,\"btnBorderBottomRightRadius\":0,\"btnBorderStyle\":\"solid\",\"btnBorderColor\":\"#333\"} -->\n<div class=\"wp-block-uagb-info-box uagb-block-b053e03f uagb-infobox__content-wrap  uagb-infobox-icon-above-title uagb-infobox-image-valign-top\"><div class=\"uagb-ifb-content\"><div class=\"uagb-ifb-image-content\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Tuscan-bed-1-scaled.jpg\" alt=\"\" width=\"100\" height=\"75\" loading=\"lazy\"/></div><div class=\"uagb-ifb-title-wrap\"><h3 class=\"uagb-ifb-title\">The Tuscan Suite </h3></div><p class=\"uagb-ifb-desc\">Terra-cotta tiles, textured wall treatments, gorgeous, intricate murals,&nbsp;and simple, durable furniture with elegant iron accents are all characteristics of Tuscan interior design.</p><div class=\"uagb-ifb-button-wrapper wp-block-button\"><a href=\"/the-tuscan-suite/\" target=\"_self\" class=\"uagb-infobox-cta-link\" rel=\"noopener noreferrer\" alt=\"\"><span class=\"uagb-inline-editing\">READ MORE</span></a></div></div></div>\n<!-- /wp:uagb/info-box --></div>\n<!-- /wp:uagb/container --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"d07dad98\",\"directionDesktop\":\"row\",\"alignItemsTablet\":\"flex-start\",\"justifyContentDesktop\":\"flex-start\",\"topMarginDesktop\":54,\"bottomMarginDesktop\":0,\"leftMarginDesktop\":0,\"rightMarginDesktop\":0,\"topMarginMobile\":0,\"bottomMarginMobile\":0,\"leftMarginMobile\":0,\"rightMarginMobile\":0,\"marginLink\":false,\"variationSelected\":true,\"rowGapMobile\":0,\"columnGapDesktop\":0} -->\n<div class=\"wp-block-uagb-container uagb-block-d07dad98\"><!-- wp:uagb/container {\"block_id\":\"6dd8d1b9\",\"widthDesktop\":50,\"bottomPaddingDesktop\":20,\"rightPaddingDesktop\":32,\"bottomPaddingTablet\":35,\"leftPaddingTablet\":0,\"rightPaddingTablet\":15,\"bottomPaddingMobile\":65,\"paddingLink\":false,\"topMarginDesktop\":0,\"bottomMarginDesktop\":0,\"leftMarginDesktop\":5,\"rightMarginDesktop\":5,\"topMarginMobile\":0,\"bottomMarginMobile\":0,\"leftMarginMobile\":0,\"rightMarginMobile\":0,\"marginLink\":false,\"variationSelected\":true,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-6dd8d1b9\"><!-- wp:uagb/info-box {\"classMigrate\":true,\"headingAlign\":\"left\",\"headingColor\":\"\",\"subHeadingColor\":\"\",\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"source_type\":\"image\",\"block_id\":\"79455793\",\"ctaIcon\":\"\",\"ctaType\":\"text\",\"ctaText\":\"READ MORE\",\"ctaLink\":\"/the-bluebush/\",\"ctaLinkColor\":\"var(\\u002d\\u002dast-global-color-0)\",\"ctaDecoration\":\"underline\",\"ctaFontSize\":12,\"ctaFontWeight\":\"600\",\"ctaLetterSpacing\":2,\"ctaBorderColor\":\"\",\"ctaBorderStyle\":\"\",\"ctaBorderWidth\":\"\",\"ctaBorderRadius\":\"\",\"iconBottomMargin\":30,\"iconImage\":{\"uploading\":false,\"date\":1670938945000,\"filename\":\"bluebush-king-bed-and-spa-bath.png\",\"menuOrder\":0,\"uploadedTo\":761,\"type\":\"image\",\"subtype\":\"png\",\"id\":881,\"title\":\"bluebush-king-bed-and-spa-bath\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/bluebush-king-bed-and-spa-bath.png\",\"link\":\"https://blueroan.netgen.cloud/accommodation/bluebush-king-bed-and-spa-bath/\",\"alt\":\"\",\"author\":\"2\",\"description\":\"\",\"caption\":\"\",\"name\":\"bluebush-king-bed-and-spa-bath\",\"status\":\"inherit\",\"modified\":1670938945000,\"mime\":\"image/png\",\"icon\":\"https://blueroan.netgen.cloud/wp-includes/images/media/default.png\",\"dateFormatted\":\"December 13, 2022\",\"nonces\":{\"update\":\"e1c334788a\",\"delete\":\"b219c40b29\",\"edit\":\"273b944edc\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=881\\u0026action=edit\",\"meta\":false,\"authorName\":\"Netgen Support\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/profile.php\",\"uploadedToTitle\":\"Accommodation\",\"uploadedToLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=761\\u0026action=edit\",\"filesizeInBytes\":1195033,\"filesizeHumanReadable\":\"1 MB\",\"context\":\"\",\"height\":667,\"width\":1000,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/bluebush-king-bed-and-spa-bath-150x150.png\",\"orientation\":\"landscape\"},\"medium\":{\"height\":200,\"width\":300,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/bluebush-king-bed-and-spa-bath-300x200.png\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/bluebush-king-bed-and-spa-bath.png\",\"height\":667,\"width\":1000,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"imageSize\":\"full\",\"imageWidth\":100,\"imageWidthMobile\":100,\"imageWidthTablet\":100,\"paddingBtnTop\":10,\"paddingBtnBottom\":10,\"paddingBtnLeft\":14,\"paddingBtnRight\":14,\"imageWidthUnit\":\"%\",\"imageWidthUnitTablet\":\"%\",\"imageWidthUnitMobile\":\"%\",\"subHeadTopMargin\":0,\"subHeadRightMargin\":40,\"subHeadLeftMargin\":0,\"subHeadMarginTopTablet\":0,\"subHeadMarginRightTablet\":0,\"subHeadTabletSpace\":20,\"subHeadMarginLeftTablet\":0,\"imgTagHeight\":66,\"imgTagWidth\":1000,\"btnBorderTopWidth\":1,\"btnBorderLeftWidth\":1,\"btnBorderRightWidth\":1,\"btnBorderBottomWidth\":1,\"btnBorderTopLeftRadius\":0,\"btnBorderTopRightRadius\":0,\"btnBorderBottomLeftRadius\":0,\"btnBorderBottomRightRadius\":0,\"btnBorderStyle\":\"solid\",\"btnBorderColor\":\"#333\"} -->\n<div class=\"wp-block-uagb-info-box uagb-block-79455793 uagb-infobox__content-wrap  uagb-infobox-icon-above-title uagb-infobox-image-valign-top\"><div class=\"uagb-ifb-content\"><div class=\"uagb-ifb-image-content\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/bluebush-king-bed-and-spa-bath.png\" alt=\"\" width=\"100\" height=\"66\" loading=\"lazy\"/></div><div class=\"uagb-ifb-title-wrap\"><h3 class=\"uagb-ifb-title\">The Bluebush </h3></div><p class=\"uagb-ifb-desc\">A warm and comforting suite with a very homely feeling. Settle in and alleviate like you would at home. Relax with a perfect corner-shaped spa bath and open-plan&nbsp;living area.</p><div class=\"uagb-ifb-button-wrapper wp-block-button\"><a href=\"/the-bluebush/\" target=\"_self\" class=\"uagb-infobox-cta-link\" rel=\"noopener noreferrer\" alt=\"\"><span class=\"uagb-inline-editing\">READ MORE</span></a></div></div></div>\n<!-- /wp:uagb/info-box --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"920551bc\",\"widthDesktop\":50,\"bottomPaddingDesktop\":20,\"rightPaddingDesktop\":32,\"bottomPaddingTablet\":35,\"rightPaddingTablet\":15,\"bottomPaddingMobile\":65,\"paddingLink\":false,\"topMarginDesktop\":0,\"bottomMarginDesktop\":0,\"leftMarginDesktop\":5,\"rightMarginDesktop\":5,\"topMarginMobile\":0,\"bottomMarginMobile\":0,\"leftMarginMobile\":0,\"rightMarginMobile\":0,\"marginLink\":false,\"variationSelected\":true,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-920551bc\"><!-- wp:uagb/info-box {\"classMigrate\":true,\"headingAlign\":\"left\",\"headingColor\":\"\",\"subHeadingColor\":\"\",\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"source_type\":\"image\",\"block_id\":\"efed53a9\",\"ctaIcon\":\"\",\"ctaType\":\"text\",\"ctaText\":\"READ MORE\",\"ctaLink\":\"/the-mexican-loft/\",\"ctaLinkColor\":\"var(\\u002d\\u002dast-global-color-0)\",\"ctaDecoration\":\"underline\",\"ctaFontSize\":12,\"ctaFontWeight\":\"600\",\"ctaLetterSpacing\":2,\"ctaBorderColor\":\"\",\"ctaBorderStyle\":\"\",\"ctaBorderWidth\":\"\",\"ctaBorderRadius\":\"\",\"iconBottomMargin\":30,\"iconImage\":{\"uploading\":false,\"date\":1671792813000,\"filename\":\"Mexican-lounge-scaled.jpg\",\"menuOrder\":0,\"uploadedTo\":761,\"type\":\"image\",\"subtype\":\"jpeg\",\"id\":1414,\"title\":\"Mexican lounge\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Mexican-lounge-scaled.jpg\",\"link\":\"https://blueroan.netgen.cloud/accommodation/mexican-lounge/\",\"alt\":\"\",\"author\":\"2\",\"description\":\"\",\"caption\":\"\",\"name\":\"mexican-lounge\",\"status\":\"inherit\",\"modified\":1671792813000,\"mime\":\"image/jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-includes/images/media/default.png\",\"dateFormatted\":\"December 23, 2022\",\"nonces\":{\"update\":\"bee2a34b7c\",\"delete\":\"eedfc00600\",\"edit\":\"e22c6f6722\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=1414\\u0026action=edit\",\"meta\":false,\"authorName\":\"Netgen Support\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/profile.php\",\"uploadedToTitle\":\"Accommodation\",\"uploadedToLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=761\\u0026action=edit\",\"filesizeInBytes\":470054,\"filesizeHumanReadable\":\"459 KB\",\"context\":\"\",\"originalImageURL\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Mexican-lounge.jpg\",\"originalImageName\":\"Mexican-lounge.jpg\",\"height\":1440,\"width\":2560,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Mexican-lounge-150x150.jpg\",\"orientation\":\"landscape\"},\"medium\":{\"height\":169,\"width\":300,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Mexican-lounge-300x169.jpg\",\"orientation\":\"landscape\"},\"large\":{\"height\":576,\"width\":1024,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Mexican-lounge-1024x576.jpg\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Mexican-lounge-scaled.jpg\",\"height\":1440,\"width\":2560,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"imageSize\":\"full\",\"imageWidth\":100,\"imageWidthMobile\":100,\"imageWidthTablet\":100,\"paddingBtnTop\":10,\"paddingBtnBottom\":10,\"paddingBtnLeft\":14,\"paddingBtnRight\":14,\"imageWidthUnit\":\"%\",\"imageWidthUnitTablet\":\"%\",\"imageWidthUnitMobile\":\"%\",\"subHeadTopMargin\":0,\"subHeadRightMargin\":40,\"subHeadLeftMargin\":0,\"subHeadMarginTopTablet\":0,\"subHeadMarginRightTablet\":0,\"subHeadTabletSpace\":20,\"subHeadMarginLeftTablet\":0,\"imgTagHeight\":56,\"imgTagWidth\":2560,\"btnBorderTopWidth\":1,\"btnBorderLeftWidth\":1,\"btnBorderRightWidth\":1,\"btnBorderBottomWidth\":1,\"btnBorderTopLeftRadius\":0,\"btnBorderTopRightRadius\":0,\"btnBorderBottomLeftRadius\":0,\"btnBorderBottomRightRadius\":0,\"btnBorderStyle\":\"solid\",\"btnBorderColor\":\"#333\"} -->\n<div class=\"wp-block-uagb-info-box uagb-block-efed53a9 uagb-infobox__content-wrap  uagb-infobox-icon-above-title uagb-infobox-image-valign-top\"><div class=\"uagb-ifb-content\"><div class=\"uagb-ifb-image-content\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Mexican-lounge-scaled.jpg\" alt=\"\" width=\"100\" height=\"56\" loading=\"lazy\"/></div><div class=\"uagb-ifb-title-wrap\"><h3 class=\"uagb-ifb-title\">The Mexican Loft </h3></div><p class=\"uagb-ifb-desc\">This Mexican-inspired unit is full of bold colors and rustic furnishings. This design style has a multifarious feel, mixing rustic wood, authentic art, textiles, and a vivid palette of color</p><div class=\"uagb-ifb-button-wrapper wp-block-button\"><a href=\"/the-mexican-loft/\" target=\"_self\" class=\"uagb-infobox-cta-link\" rel=\"noopener noreferrer\" alt=\"\"><span class=\"uagb-inline-editing\">READ MORE</span></a></div></div></div>\n<!-- /wp:uagb/info-box --></div>\n<!-- /wp:uagb/container --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"3955a95c\",\"directionDesktop\":\"row\",\"justifyContentDesktop\":\"flex-start\",\"topMarginDesktop\":54,\"bottomMarginDesktop\":0,\"leftMarginDesktop\":0,\"rightMarginDesktop\":0,\"topMarginMobile\":0,\"bottomMarginMobile\":0,\"leftMarginMobile\":0,\"rightMarginMobile\":0,\"marginLink\":false,\"variationSelected\":true,\"rowGapMobile\":0,\"columnGapDesktop\":0} -->\n<div class=\"wp-block-uagb-container uagb-block-3955a95c\"><!-- wp:uagb/container {\"block_id\":\"77ffd382\",\"widthDesktop\":50,\"bottomPaddingDesktop\":20,\"rightPaddingDesktop\":32,\"bottomPaddingTablet\":35,\"rightPaddingTablet\":15,\"bottomPaddingMobile\":65,\"paddingLink\":false,\"topMarginDesktop\":0,\"bottomMarginDesktop\":0,\"leftMarginDesktop\":5,\"rightMarginDesktop\":5,\"topMarginMobile\":0,\"bottomMarginMobile\":0,\"leftMarginMobile\":0,\"rightMarginMobile\":0,\"marginLink\":false,\"variationSelected\":true,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-77ffd382\"><!-- wp:uagb/info-box {\"classMigrate\":true,\"headingAlign\":\"left\",\"headingColor\":\"\",\"subHeadingColor\":\"\",\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"source_type\":\"image\",\"block_id\":\"425f948c\",\"ctaIcon\":\"\",\"ctaType\":\"text\",\"ctaText\":\"READ MORE\",\"ctaLink\":\"/the-acacia/\",\"ctaLinkColor\":\"var(\\u002d\\u002dast-global-color-0)\",\"ctaDecoration\":\"underline\",\"ctaFontSize\":12,\"ctaFontWeight\":\"600\",\"ctaLetterSpacing\":2,\"ctaBorderColor\":\"\",\"ctaBorderStyle\":\"\",\"ctaBorderWidth\":\"\",\"ctaBorderRadius\":\"\",\"iconBottomMargin\":30,\"iconImage\":{\"uploading\":false,\"date\":1671617789000,\"filename\":\"Untitled-design-8.png\",\"menuOrder\":0,\"uploadedTo\":761,\"type\":\"image\",\"subtype\":\"png\",\"id\":1367,\"title\":\"Untitled design (8)\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Untitled-design-8.png\",\"link\":\"https://blueroan.netgen.cloud/accommodation/untitled-design-8/\",\"alt\":\"\",\"author\":\"2\",\"description\":\"\",\"caption\":\"\",\"name\":\"untitled-design-8\",\"status\":\"inherit\",\"modified\":1671617789000,\"mime\":\"image/png\",\"icon\":\"https://blueroan.netgen.cloud/wp-includes/images/media/default.png\",\"dateFormatted\":\"December 21, 2022\",\"nonces\":{\"update\":\"a4f9ab1277\",\"delete\":\"0a02bad2bf\",\"edit\":\"1453f03067\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=1367\\u0026action=edit\",\"meta\":false,\"authorName\":\"Netgen Support\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/profile.php\",\"uploadedToTitle\":\"Accommodation\",\"uploadedToLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=761\\u0026action=edit\",\"filesizeInBytes\":8233970,\"filesizeHumanReadable\":\"8 MB\",\"context\":\"\",\"height\":2736,\"width\":3648,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Untitled-design-8-150x150.png\",\"orientation\":\"landscape\"},\"medium\":{\"height\":225,\"width\":300,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Untitled-design-8-300x225.png\",\"orientation\":\"landscape\"},\"large\":{\"height\":768,\"width\":1024,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Untitled-design-8-1024x768.png\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Untitled-design-8.png\",\"height\":2736,\"width\":3648,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"imageSize\":\"full\",\"imageWidth\":100,\"imageWidthMobile\":100,\"imageWidthTablet\":100,\"paddingBtnTop\":10,\"paddingBtnBottom\":10,\"paddingBtnLeft\":14,\"paddingBtnRight\":14,\"imageWidthUnit\":\"%\",\"imageWidthUnitTablet\":\"%\",\"imageWidthUnitMobile\":\"%\",\"subHeadTopMargin\":0,\"subHeadRightMargin\":40,\"subHeadLeftMargin\":0,\"subHeadMarginTopTablet\":0,\"subHeadMarginRightTablet\":0,\"subHeadTabletSpace\":20,\"subHeadMarginLeftTablet\":0,\"imgTagHeight\":75,\"imgTagWidth\":3648,\"btnBorderTopWidth\":1,\"btnBorderLeftWidth\":1,\"btnBorderRightWidth\":1,\"btnBorderBottomWidth\":1,\"btnBorderTopLeftRadius\":0,\"btnBorderTopRightRadius\":0,\"btnBorderBottomLeftRadius\":0,\"btnBorderBottomRightRadius\":0,\"btnBorderStyle\":\"solid\",\"btnBorderColor\":\"#333\"} -->\n<div class=\"wp-block-uagb-info-box uagb-block-425f948c uagb-infobox__content-wrap  uagb-infobox-icon-above-title uagb-infobox-image-valign-top\"><div class=\"uagb-ifb-content\"><div class=\"uagb-ifb-image-content\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Untitled-design-8.png\" alt=\"\" width=\"100\" height=\"75\" loading=\"lazy\"/></div><div class=\"uagb-ifb-title-wrap\"><h3 class=\"uagb-ifb-title\">The Acacia </h3></div><p class=\"uagb-ifb-desc\">The Acacia tree inspired the name of our largest unit. The wide open-concept living space of this rustic, rough-hewn unit opens onto a covered patio with a brick braai area.</p><div class=\"uagb-ifb-button-wrapper wp-block-button\"><a href=\"/the-acacia/\" target=\"_self\" class=\"uagb-infobox-cta-link\" rel=\"noopener noreferrer\" alt=\"\"><span class=\"uagb-inline-editing\">READ MORE</span></a></div></div></div>\n<!-- /wp:uagb/info-box --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"cac2d9c5\",\"widthDesktop\":50,\"bottomPaddingDesktop\":20,\"rightPaddingDesktop\":32,\"bottomPaddingTablet\":35,\"rightPaddingTablet\":15,\"paddingLink\":false,\"topMarginDesktop\":0,\"bottomMarginDesktop\":0,\"leftMarginDesktop\":5,\"rightMarginDesktop\":5,\"topMarginMobile\":0,\"bottomMarginMobile\":0,\"leftMarginMobile\":0,\"rightMarginMobile\":0,\"marginLink\":false,\"variationSelected\":true,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-cac2d9c5\"><!-- wp:uagb/info-box {\"classMigrate\":true,\"headingAlign\":\"left\",\"headingColor\":\"\",\"subHeadingColor\":\"\",\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"source_type\":\"image\",\"block_id\":\"5cd9d140\",\"ctaIcon\":\"\",\"ctaType\":\"text\",\"ctaText\":\"READ MORE\",\"ctaLink\":\"/the-greek-villa/\",\"ctaLinkColor\":\"var(\\u002d\\u002dast-global-color-0)\",\"ctaDecoration\":\"underline\",\"ctaFontSize\":12,\"ctaFontWeight\":\"600\",\"ctaLetterSpacing\":2,\"ctaBorderColor\":\"\",\"ctaBorderStyle\":\"\",\"ctaBorderWidth\":\"\",\"ctaBorderRadius\":\"\",\"iconBottomMargin\":30,\"iconImage\":{\"id\":837,\"title\":\"blue-roan-guest-farm-8\",\"filename\":\"blue-roan-guest-farm-8.jpg\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-8.jpg\",\"link\":\"https://blueroan.netgen.cloud/home/blue-roan-guest-farm-8/\",\"alt\":\"\",\"author\":\"2\",\"description\":\"\",\"caption\":\"\",\"name\":\"blue-roan-guest-farm-8\",\"status\":\"inherit\",\"uploadedTo\":760,\"date\":\"2022-12-13T11:55:28.000Z\",\"modified\":\"2022-12-13T11:55:28.000Z\",\"menuOrder\":0,\"mime\":\"image/jpeg\",\"type\":\"image\",\"subtype\":\"jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-includes/images/media/default.png\",\"dateFormatted\":\"December 13, 2022\",\"nonces\":{\"update\":\"e297386797\",\"delete\":\"bce21c37a3\",\"edit\":\"b27dcb4293\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=837\\u0026action=edit\",\"meta\":false,\"authorName\":\"Netgen Support\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/profile.php\",\"uploadedToTitle\":\"Home\",\"uploadedToLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=760\\u0026action=edit\",\"filesizeInBytes\":208219,\"filesizeHumanReadable\":\"203 KB\",\"context\":\"\",\"height\":795,\"width\":1200,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-8-150x150.jpg\",\"orientation\":\"landscape\"},\"medium\":{\"height\":199,\"width\":300,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-8-300x199.jpg\",\"orientation\":\"landscape\"},\"large\":{\"height\":678,\"width\":1024,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-8-1024x678.jpg\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-8.jpg\",\"height\":795,\"width\":1200,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"imageSize\":\"full\",\"imageWidth\":100,\"imageWidthMobile\":100,\"imageWidthTablet\":100,\"paddingBtnTop\":10,\"paddingBtnBottom\":10,\"paddingBtnLeft\":14,\"paddingBtnRight\":14,\"imageWidthUnit\":\"%\",\"imageWidthUnitTablet\":\"%\",\"imageWidthUnitMobile\":\"%\",\"subHeadTopMargin\":0,\"subHeadRightMargin\":40,\"subHeadLeftMargin\":0,\"subHeadMarginTopTablet\":0,\"subHeadMarginRightTablet\":0,\"subHeadTabletSpace\":20,\"subHeadMarginLeftTablet\":0,\"imgTagHeight\":66,\"imgTagWidth\":1200,\"btnBorderTopWidth\":1,\"btnBorderLeftWidth\":1,\"btnBorderRightWidth\":1,\"btnBorderBottomWidth\":1,\"btnBorderTopLeftRadius\":0,\"btnBorderTopRightRadius\":0,\"btnBorderBottomLeftRadius\":0,\"btnBorderBottomRightRadius\":0,\"btnBorderStyle\":\"solid\",\"btnBorderColor\":\"#333\"} -->\n<div class=\"wp-block-uagb-info-box uagb-block-5cd9d140 uagb-infobox__content-wrap  uagb-infobox-icon-above-title uagb-infobox-image-valign-top\"><div class=\"uagb-ifb-content\"><div class=\"uagb-ifb-image-content\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-8.jpg\" alt=\"\" width=\"100\" height=\"66\" loading=\"lazy\"/></div><div class=\"uagb-ifb-title-wrap\"><h3 class=\"uagb-ifb-title\">The Greek Villa </h3></div><p class=\"uagb-ifb-desc\">Designed like a Greek villa this Mediterranean style reflects a relaxed atmosphere with its dominant white walls and blue ceilings with lovely rustic furnishings</p><div class=\"uagb-ifb-button-wrapper wp-block-button\"><a href=\"/the-greek-villa/\" target=\"_self\" class=\"uagb-infobox-cta-link\" rel=\"noopener noreferrer\" alt=\"\"><span class=\"uagb-inline-editing\">READ MORE</span></a></div></div></div>\n<!-- /wp:uagb/info-box --></div>\n<!-- /wp:uagb/container --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"b475f1c3\",\"directionDesktop\":\"row\",\"justifyContentDesktop\":\"flex-start\",\"topMarginDesktop\":54,\"bottomMarginDesktop\":0,\"leftMarginDesktop\":0,\"rightMarginDesktop\":0,\"topMarginMobile\":0,\"bottomMarginMobile\":0,\"leftMarginMobile\":0,\"rightMarginMobile\":0,\"marginLink\":false,\"variationSelected\":true,\"rowGapMobile\":0,\"columnGapDesktop\":0} -->\n<div class=\"wp-block-uagb-container uagb-block-b475f1c3\"><!-- wp:uagb/container {\"block_id\":\"b55260ee\",\"widthDesktop\":50,\"bottomPaddingDesktop\":20,\"rightPaddingDesktop\":32,\"bottomPaddingTablet\":35,\"rightPaddingTablet\":15,\"bottomPaddingMobile\":65,\"paddingLink\":false,\"topMarginDesktop\":0,\"bottomMarginDesktop\":0,\"leftMarginDesktop\":5,\"rightMarginDesktop\":5,\"topMarginMobile\":0,\"bottomMarginMobile\":0,\"leftMarginMobile\":0,\"rightMarginMobile\":0,\"marginLink\":false,\"variationSelected\":true,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-b55260ee\"><!-- wp:uagb/info-box {\"classMigrate\":true,\"headingAlign\":\"left\",\"headingColor\":\"\",\"subHeadingColor\":\"\",\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"source_type\":\"image\",\"block_id\":\"97edc0f5\",\"ctaIcon\":\"\",\"ctaType\":\"text\",\"ctaText\":\"READ MORE\",\"ctaLink\":\"/the-honeymoon-suite/\",\"ctaLinkColor\":\"var(\\u002d\\u002dast-global-color-0)\",\"ctaDecoration\":\"underline\",\"ctaFontSize\":12,\"ctaFontWeight\":\"600\",\"ctaLetterSpacing\":2,\"ctaBorderColor\":\"\",\"ctaBorderStyle\":\"\",\"ctaBorderWidth\":\"\",\"ctaBorderRadius\":\"\",\"iconBottomMargin\":30,\"iconImage\":{\"uploading\":false,\"date\":1671616764000,\"filename\":\"Honeymoon-bed-scaled.jpg\",\"menuOrder\":0,\"uploadedTo\":761,\"type\":\"image\",\"subtype\":\"jpeg\",\"id\":1365,\"title\":\"Honeymoon bed\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Honeymoon-bed-scaled.jpg\",\"link\":\"https://blueroan.netgen.cloud/accommodation/honeymoon-bed/\",\"alt\":\"\",\"author\":\"2\",\"description\":\"\",\"caption\":\"\",\"name\":\"honeymoon-bed\",\"status\":\"inherit\",\"modified\":1671616764000,\"mime\":\"image/jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-includes/images/media/default.png\",\"dateFormatted\":\"December 21, 2022\",\"nonces\":{\"update\":\"98057a9f17\",\"delete\":\"4fdef1107d\",\"edit\":\"ffc19c6d9a\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=1365\\u0026action=edit\",\"meta\":false,\"authorName\":\"Netgen Support\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/profile.php\",\"uploadedToTitle\":\"Accommodation\",\"uploadedToLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=761\\u0026action=edit\",\"filesizeInBytes\":698844,\"filesizeHumanReadable\":\"682 KB\",\"context\":\"\",\"originalImageURL\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Honeymoon-bed.jpg\",\"originalImageName\":\"Honeymoon-bed.jpg\",\"height\":1920,\"width\":2560,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Honeymoon-bed-150x150.jpg\",\"orientation\":\"landscape\"},\"medium\":{\"height\":225,\"width\":300,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Honeymoon-bed-300x225.jpg\",\"orientation\":\"landscape\"},\"large\":{\"height\":768,\"width\":1024,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Honeymoon-bed-1024x768.jpg\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Honeymoon-bed-scaled.jpg\",\"height\":1920,\"width\":2560,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"imageSize\":\"full\",\"imageWidth\":100,\"imageWidthMobile\":100,\"imageWidthTablet\":100,\"paddingBtnTop\":10,\"paddingBtnBottom\":10,\"paddingBtnLeft\":14,\"paddingBtnRight\":14,\"imageWidthUnit\":\"%\",\"imageWidthUnitTablet\":\"%\",\"imageWidthUnitMobile\":\"%\",\"subHeadTopMargin\":0,\"subHeadRightMargin\":40,\"subHeadLeftMargin\":0,\"subHeadMarginTopTablet\":0,\"subHeadMarginRightTablet\":0,\"subHeadTabletSpace\":20,\"subHeadMarginLeftTablet\":0,\"imgTagHeight\":75,\"imgTagWidth\":2560,\"btnBorderTopWidth\":1,\"btnBorderLeftWidth\":1,\"btnBorderRightWidth\":1,\"btnBorderBottomWidth\":1,\"btnBorderTopLeftRadius\":0,\"btnBorderTopRightRadius\":0,\"btnBorderBottomLeftRadius\":0,\"btnBorderBottomRightRadius\":0,\"btnBorderStyle\":\"solid\",\"btnBorderColor\":\"#333\"} -->\n<div class=\"wp-block-uagb-info-box uagb-block-97edc0f5 uagb-infobox__content-wrap  uagb-infobox-icon-above-title uagb-infobox-image-valign-top\"><div class=\"uagb-ifb-content\"><div class=\"uagb-ifb-image-content\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Honeymoon-bed-scaled.jpg\" alt=\"\" width=\"100\" height=\"75\" loading=\"lazy\"/></div><div class=\"uagb-ifb-title-wrap\"><h3 class=\"uagb-ifb-title\">The Honeymoon suite</h3></div><p class=\"uagb-ifb-desc\">This&nbsp;<a href=\"https://www.collinsdictionary.com/dictionary/english/suite\">suite</a>&nbsp;is perfect for couples - This is an open-plan unit attached to the side of the main house, completely private with its own entrance, own garden, and carport.&nbsp;</p><div class=\"uagb-ifb-button-wrapper wp-block-button\"><a href=\"/the-honeymoon-suite/\" target=\"_self\" class=\"uagb-infobox-cta-link\" rel=\"noopener noreferrer\" alt=\"\"><span class=\"uagb-inline-editing\">READ MORE</span></a></div></div></div>\n<!-- /wp:uagb/info-box --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"a6d175dc\",\"widthDesktop\":50,\"bottomPaddingDesktop\":20,\"rightPaddingDesktop\":32,\"bottomPaddingTablet\":35,\"rightPaddingTablet\":15,\"paddingLink\":false,\"topMarginDesktop\":0,\"bottomMarginDesktop\":0,\"leftMarginDesktop\":5,\"rightMarginDesktop\":5,\"topMarginMobile\":0,\"bottomMarginMobile\":0,\"leftMarginMobile\":0,\"rightMarginMobile\":0,\"marginLink\":false,\"variationSelected\":true,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-a6d175dc\"></div>\n<!-- /wp:uagb/container --></div>\n<!-- /wp:uagb/container --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"d07d16ff\",\"innerContentCustomWidthDesktop\":781,\"innerContentCustomWidthTablet\":781,\"backgroundType\":\"image\",\"backgroundImageDesktop\":{\"uploading\":false,\"date\":1670943271000,\"filename\":\"AAEAAQAAAAAAAAAAAAAA39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba.png\",\"menuOrder\":0,\"uploadedTo\":761,\"type\":\"image\",\"subtype\":\"png\",\"id\":899,\"title\":\"AAEAAQAAAAAAAAAAAAAA39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAA39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba.png\",\"link\":\"https://blueroan.netgen.cloud/accommodation/aaeaaqaaaaaaaaaaaaaa39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba/\",\"alt\":\"\",\"author\":\"2\",\"description\":\"\",\"caption\":\"\",\"name\":\"aaeaaqaaaaaaaaaaaaaa39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba\",\"status\":\"inherit\",\"modified\":1670943271000,\"mime\":\"image/png\",\"icon\":\"https://blueroan.netgen.cloud/wp-includes/images/media/default.png\",\"dateFormatted\":\"December 13, 2022\",\"nonces\":{\"update\":\"45b2b6c69b\",\"delete\":\"75d81c42ab\",\"edit\":\"88fae030a9\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=899\\u0026action=edit\",\"meta\":false,\"authorName\":\"Netgen Support\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/profile.php\",\"uploadedToTitle\":\"Accommodation\",\"uploadedToLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=761\\u0026action=edit\",\"filesizeInBytes\":2338048,\"filesizeHumanReadable\":\"2 MB\",\"context\":\"\",\"height\":900,\"width\":1200,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAA39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba-150x150.png\",\"orientation\":\"landscape\"},\"medium\":{\"height\":225,\"width\":300,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAA39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba-300x225.png\",\"orientation\":\"landscape\"},\"large\":{\"height\":768,\"width\":1024,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAA39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba-1024x768.png\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAA39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba.png\",\"height\":900,\"width\":1200,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"backgroundImageColor\":\"rgba(42,42,42,0.65)\",\"topPaddingDesktop\":144,\"bottomPaddingDesktop\":144,\"leftPaddingDesktop\":40,\"rightPaddingDesktop\":40,\"topPaddingTablet\":80,\"bottomPaddingTablet\":80,\"leftPaddingTablet\":40,\"rightPaddingTablet\":40,\"topPaddingMobile\":64,\"bottomPaddingMobile\":64,\"leftPaddingMobile\":24,\"rightPaddingMobile\":24,\"paddingLink\":false,\"variationSelected\":true,\"isBlockRootParent\":true,\"overlayType\":\"color\"} -->\n<div class=\"wp-block-uagb-container uagb-block-d07d16ff alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/advanced-heading {\"block_id\":\"9d25240c\",\"classMigrate\":true,\"headingDescToggle\":true,\"headingAlign\":\"center\",\"headingColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"subHeadingColor\":\"var(\\u002d\\u002dast-global-color-4)\",\"headSpace\":20} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-9d25240c\"><h2 class=\"uagb-heading-text\">Make your stay at Blue Roan unforgettable!</h2><p class=\"uagb-desc-text\">We can help you fit your stay and experience within your allotted budget.</p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/advanced-heading {\"block_id\":\"0e89cf73\",\"classMigrate\":true,\"headingTitleToggle\":false,\"headingDescToggle\":true,\"headingAlign\":\"center\",\"subHeadingColor\":\"var(\\u002d\\u002dast-global-color-4)\",\"subHeadTransform\":\"uppercase\",\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"subHeadLetterSpacing\":2,\"blockTopPadding\":60,\"blockRightPadding\":0,\"blockLeftPadding\":0,\"blockBottomPadding\":0,\"blockTopPaddingMobile\":30,\"blockRightPaddingMobile\":0,\"blockLeftPaddingMobile\":0,\"blockBottomPaddingMobile\":0} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-0e89cf73\"><p class=\"uagb-desc-text\">BOOK YOUR STAY NOW​</p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/icon-list {\"block_id\":\"0df3e692\",\"classMigrate\":true,\"childMigrate\":true,\"align\":\"center\",\"parentIcon\":\"phone\",\"size\":40,\"sizeMobile\":24,\"sizeTablet\":32,\"fontSize\":48,\"fontSizeMobile\":28,\"fontSizeTablet\":40,\"fontWeight\":\"600\",\"iconColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"labelColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"blockTopPadding\":0,\"blockRightPadding\":0,\"blockLeftPadding\":0,\"blockBottomPadding\":24,\"blockPaddingLink\":false} -->\n<div class=\"wp-block-uagb-icon-list uagb-block-0df3e692\"><div class=\"uagb-icon-list__wrap\"><!-- wp:uagb/icon-list-child {\"block_id\":\"a5ecf98e\",\"label\":\" + 27 (0) 82 575 5409\",\"label_color\":\"\",\"link\":\"tel:+27825755409\",\"disableLink\":true,\"fromParentIcon\":\"phone\",\"imageSizeChild\":40} -->\n<div class=\"wp-block-uagb-icon-list-child uagb-block-a5ecf98e\"><a target=\"_self\" aria-label=\" + 27 (0) 82 575 5409\" rel=\"noopener noreferrer\" href=\"tel:+27825755409\"> </a><span class=\"uagb-icon-list__source-wrap\"><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M511.2 387l-23.25 100.8c-3.266 14.25-15.79 24.22-30.46 24.22C205.2 512 0 306.8 0 54.5c0-14.66 9.969-27.2 24.22-30.45l100.8-23.25C139.7-2.602 154.7 5.018 160.8 18.92l46.52 108.5c5.438 12.78 1.77 27.67-8.98 36.45L144.5 207.1c33.98 69.22 90.26 125.5 159.5 159.5l44.08-53.8c8.688-10.78 23.69-14.51 36.47-8.975l108.5 46.51C506.1 357.2 514.6 372.4 511.2 387z\"></path></svg></span><span class=\"uagb-icon-list__label\"> + 27 (0) 82 575 5409</span></div>\n<!-- /wp:uagb/icon-list-child -->\n\n<!-- wp:uagb/icon-list-child {\"block_id\":\"7769453f\",\"label\":\"blueroan@ugo.co.za\",\"icon\":\"envelope\",\"label_color\":\"\",\"link\":\"mailto:blueroan@ugo.co.za\",\"disableLink\":true,\"fromParentIcon\":\"phone\",\"imageSizeChild\":40} -->\n<div class=\"wp-block-uagb-icon-list-child uagb-block-7769453f\"><a target=\"_self\" aria-label=\"blueroan@ugo.co.za\" rel=\"noopener noreferrer\" href=\"mailto:blueroan@ugo.co.za\"> </a><span class=\"uagb-icon-list__source-wrap\"><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M464 64C490.5 64 512 85.49 512 112C512 127.1 504.9 141.3 492.8 150.4L275.2 313.6C263.8 322.1 248.2 322.1 236.8 313.6L19.2 150.4C7.113 141.3 0 127.1 0 112C0 85.49 21.49 64 48 64H464zM217.6 339.2C240.4 356.3 271.6 356.3 294.4 339.2L512 176V384C512 419.3 483.3 448 448 448H64C28.65 448 0 419.3 0 384V176L217.6 339.2z\"></path></svg></span><span class=\"uagb-icon-list__label\">blueroan@ugo.co.za</span></div>\n<!-- /wp:uagb/icon-list-child --></div></div>\n<!-- /wp:uagb/icon-list --></div></div>\n<!-- /wp:uagb/container -->',	'Accommodation',	'',	'inherit',	'closed',	'closed',	'',	'761-revision-v1',	'',	'',	'2022-12-28 08:12:42',	'2022-12-28 08:12:42',	'',	761,	'https://blueroan.netgen.cloud/?p=1437',	0,	'revision',	'',	0),
(1438,	2,	'2022-12-28 08:13:53',	'2022-12-28 08:13:53',	'',	'Mexican chairs in lounge',	'',	'inherit',	'',	'closed',	'',	'mexican-chairs-in-lounge',	'',	'',	'2022-12-28 08:13:53',	'2022-12-28 08:13:53',	'',	1030,	'https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Mexican-chairs-in-lounge.jpg',	0,	'attachment',	'image/jpeg',	0),
(1439,	2,	'2022-12-28 08:14:27',	'2022-12-28 08:14:27',	'<!-- wp:uagb/container {\"block_id\":\"9bbb140d\",\"backgroundType\":\"image\",\"backgroundImageDesktop\":{\"id\":1035,\"title\":\"241538_798x533\",\"filename\":\"241538_798x533.jpg\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/241538_798x533.jpg\",\"link\":\"https://blueroan.netgen.cloud/the-mexican-loft/241538_798x533/\",\"alt\":\"\",\"author\":\"2\",\"description\":\"\",\"caption\":\"\",\"name\":\"241538_798x533\",\"status\":\"inherit\",\"uploadedTo\":1030,\"date\":\"2022-12-14T11:15:08.000Z\",\"modified\":\"2022-12-14T11:15:08.000Z\",\"menuOrder\":0,\"mime\":\"image/jpeg\",\"type\":\"image\",\"subtype\":\"jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-includes/images/media/default.png\",\"dateFormatted\":\"December 14, 2022\",\"nonces\":{\"update\":\"bd035eebe2\",\"delete\":\"82a88a1dae\",\"edit\":\"d1cbf9c562\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=1035\\u0026action=edit\",\"meta\":false,\"authorName\":\"Netgen Support\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/profile.php\",\"uploadedToTitle\":\"The Mexican Loft\",\"uploadedToLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=1030\\u0026action=edit\",\"filesizeInBytes\":55682,\"filesizeHumanReadable\":\"54 KB\",\"context\":\"\",\"height\":533,\"width\":798,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/241538_798x533-150x150.jpg\",\"orientation\":\"landscape\"},\"medium\":{\"height\":200,\"width\":300,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/241538_798x533-300x200.jpg\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/241538_798x533.jpg\",\"height\":533,\"width\":798,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"backgroundPositionDesktop\":{\"x\":0.47,\"y\":0.54},\"backgroundSizeTablet\":\"cover\",\"backgroundSizeMobile\":\"cover\",\"backgroundColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"backgroundImageColor\":\"rgba(42,42,42,0.5)\",\"topPaddingDesktop\":220,\"bottomPaddingDesktop\":150,\"topPaddingTablet\":170,\"bottomPaddingTablet\":160,\"leftPaddingTablet\":30,\"rightPaddingTablet\":30,\"topPaddingMobile\":180,\"bottomPaddingMobile\":80,\"leftPaddingMobile\":20,\"rightPaddingMobile\":20,\"paddingLink\":false,\"variationSelected\":true,\"isBlockRootParent\":true,\"overlayType\":\"color\"} -->\n<div class=\"wp-block-uagb-container uagb-block-9bbb140d alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/advanced-heading {\"block_id\":\"06709ef3\",\"classMigrate\":true,\"headingDescToggle\":true,\"headingColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"subHeadingColor\":\"var(\\u002d\\u002dast-global-color-4)\",\"headingTag\":\"h1\",\"headSpace\":20,\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"blockTopPadding\":0,\"blockRightPadding\":50,\"blockLeftPadding\":0,\"blockBottomPadding\":0,\"blockTopPaddingTablet\":0,\"blockRightPaddingTablet\":20,\"blockLeftPaddingTablet\":0,\"blockBottomPaddingTablet\":0,\"blockTopPaddingMobile\":0,\"blockRightPaddingMobile\":0,\"blockLeftPaddingMobile\":0,\"blockBottomPaddingMobile\":0,\"blockPaddingUnit\":\"%\",\"blockPaddingUnitTablet\":\"%\"} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-06709ef3\"><h1 class=\"uagb-heading-text\">The Mexican Loft </h1><p class=\"uagb-desc-text\">This Mexican-inspired loft is decorated with rustic furnishings and bright colors. This design aesthetic combines genuine art, textiles, rustic wood, and a vibrant color scheme for a diversified vibe.</p></div>\n<!-- /wp:uagb/advanced-heading --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"6b621f4b\",\"backgroundType\":\"color\",\"backgroundSizeTablet\":\"cover\",\"backgroundSizeMobile\":\"cover\",\"backgroundColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"topPaddingDesktop\":120,\"bottomPaddingDesktop\":60,\"rightPaddingDesktop\":0,\"topPaddingTablet\":80,\"bottomPaddingTablet\":80,\"leftPaddingTablet\":30,\"rightPaddingTablet\":30,\"topPaddingMobile\":80,\"bottomPaddingMobile\":80,\"leftPaddingMobile\":20,\"rightPaddingMobile\":20,\"paddingLink\":false,\"variationSelected\":true,\"rowGapDesktop\":0,\"isBlockRootParent\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-6b621f4b alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/container {\"block_id\":\"4124ffc8\",\"directionDesktop\":\"row\",\"alignItemsDesktop\":\"flex-end\",\"alignItemsTablet\":\"flex-end\",\"justifyContentDesktop\":\"flex-end\",\"justifyContentTablet\":\"space-between\",\"variationSelected\":true,\"rowGapMobile\":20,\"columnGapDesktop\":0} -->\n<div class=\"wp-block-uagb-container uagb-block-4124ffc8\"><!-- wp:uagb/advanced-heading {\"block_id\":\"c51849a3\",\"classMigrate\":true,\"headingDescToggle\":true,\"subHeadingColor\":\"\",\"headSpace\":20,\"subHeadFontSize\":16} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-c51849a3\"><h2 class=\"uagb-heading-text\">Come &amp; Stay With Us​ at The Mexican Loft</h2><p class=\"uagb-desc-text\">This is an open-plan unit with a corner-shaped spa bath close to the bed, a separate bathroom with a huge walk-in shower, and an open-plan living area&nbsp;opening onto a covered patio with brick braai and comfortable outside furniture. &nbsp;It has a small fenced and gated garden.</p></div>\n<!-- /wp:uagb/advanced-heading --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:heading -->\n<h2>The bedroom </h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>This room contains the following: </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list -->\n<ul><!-- wp:list-item -->\n<li>King bed with electric blanket</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Corner shaped spa bath with 6 jets</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Bubble bath and candles</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Oil heater</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Ceiling fan</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Dressing table</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Hair dryer and dressing gowns</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Good quality linen</li>\n<!-- /wp:list-item --></ul>\n<!-- /wp:list --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":1035,\"width\":500,\"height\":334,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full is-resized\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/241538_798x533.jpg\" alt=\"\" class=\"wp-image-1035\" width=\"500\" height=\"334\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":1036,\"width\":500,\"height\":334,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full is-resized\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/241542_798x533.jpg\" alt=\"\" class=\"wp-image-1036\" width=\"500\" height=\"334\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:heading -->\n<h2>The bathroom</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>This room contains the following</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list -->\n<ul><!-- wp:list-item -->\n<li>Large walk-in shower</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Toilet and basin</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Soap, towels, toiletries and toilet paper</li>\n<!-- /wp:list-item --></ul>\n<!-- /wp:list --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:heading -->\n<h2>The Lounge</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>This room contains the following: </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list -->\n<ul><!-- wp:list-item -->\n<li>Log fireplace</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>2 seater upholstered settee</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Upholstered single chair</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Ceiling fan</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Oil heater</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>TV (DSTV - commercial bouquet with Sports, movies, Mnet, SABC 1,2 3 and Etv)</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>DVD player</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Breakfast nook and chairs</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Books and playing cards</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Glass sliding door out to the patio</li>\n<!-- /wp:list-item --></ul>\n<!-- /wp:list --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column {\"width\":\"100%\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:100%\"><!-- wp:uagb/image {\"block_id\":\"7d9c02ab\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Mexican-chairs-in-lounge-1024x768.jpg\",\"id\":1438,\"width\":1024,\"height\":768,\"naturalWidth\":1024,\"naturalHeight\":768,\"sizeSlug\":\"full\"} -->\n<div class=\"wp-block-uagb-image uagb-block-7d9c02ab wp-block-uagb-image--layout-default wp-block-uagb-image--effect-static wp-block-uagb-image--align-none\"><figure class=\"wp-block-uagb-image__figure\"><img srcset=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Mexican-chairs-in-lounge-1024x768.jpg \" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Mexican-chairs-in-lounge-1024x768.jpg\" alt=\"\" class=\"uag-image-1438\" width=\"1024\" height=\"768\" title=\"\" loading=\"lazy\"/></figure></div>\n<!-- /wp:uagb/image --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":1039,\"width\":500,\"height\":334,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full is-resized\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/241541_798x533-1.jpg\" alt=\"\" class=\"wp-image-1039\" width=\"500\" height=\"334\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:heading -->\n<h2>The kitchen</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>This room contains the following</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list -->\n<ul><!-- wp:list-item -->\n<li>4-plate gas stove and oven</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Microwave oven, kettle, toaster</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Fridge with top freezer compartment</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Pots, pans, cutlery, crockery, wine &amp; champagne glasses</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>All kitchen utensils</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Ironing board and iron</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>All cleaning cloths and detergents and washing up liquid</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Paper towel</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Braai tongs</li>\n<!-- /wp:list-item --></ul>\n<!-- /wp:list --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:heading -->\n<h2>The large patio with <br>mountain views</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>This room contains the following: </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list -->\n<ul><!-- wp:list-item -->\n<li>Chairs with cushions</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Wooden table</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Brick braai</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Decorative lighting</li>\n<!-- /wp:list-item --></ul>\n<!-- /wp:list --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":1040,\"width\":500,\"height\":334,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full is-resized\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/241534_798x533.jpg\" alt=\"\" class=\"wp-image-1040\" width=\"500\" height=\"334\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:heading {\"textAlign\":\"center\"} -->\n<h2 class=\"has-text-align-center\">Book your stay </h2>\n<!-- /wp:heading -->\n\n<!-- wp:buttons -->\n<div class=\"wp-block-buttons\"><!-- wp:button {\"align\":\"center\"} -->\n<div class=\"wp-block-button aligncenter\"><a class=\"wp-block-button__link wp-element-button\" href=\"https://book.nightsbridge.com/11065\" target=\"_blank\" rel=\"noreferrer noopener\">Reservations</a></div>\n<!-- /wp:button -->\n\n<!-- wp:button /--></div>\n<!-- /wp:buttons --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"2da7a625\",\"innerContentCustomWidthDesktop\":781,\"innerContentCustomWidthTablet\":781,\"backgroundType\":\"image\",\"backgroundImageDesktop\":{\"uploading\":false,\"date\":1670943271000,\"filename\":\"AAEAAQAAAAAAAAAAAAAA39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba.png\",\"menuOrder\":0,\"uploadedTo\":761,\"type\":\"image\",\"subtype\":\"png\",\"id\":899,\"title\":\"AAEAAQAAAAAAAAAAAAAA39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAA39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba.png\",\"link\":\"https://blueroan.netgen.cloud/accommodation/aaeaaqaaaaaaaaaaaaaa39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba/\",\"alt\":\"\",\"author\":\"2\",\"description\":\"\",\"caption\":\"\",\"name\":\"aaeaaqaaaaaaaaaaaaaa39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba\",\"status\":\"inherit\",\"modified\":1670943271000,\"mime\":\"image/png\",\"icon\":\"https://blueroan.netgen.cloud/wp-includes/images/media/default.png\",\"dateFormatted\":\"December 13, 2022\",\"nonces\":{\"update\":\"45b2b6c69b\",\"delete\":\"75d81c42ab\",\"edit\":\"88fae030a9\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=899\\u0026action=edit\",\"meta\":false,\"authorName\":\"Netgen Support\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/profile.php\",\"uploadedToTitle\":\"Accommodation\",\"uploadedToLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=761\\u0026action=edit\",\"filesizeInBytes\":2338048,\"filesizeHumanReadable\":\"2 MB\",\"context\":\"\",\"height\":900,\"width\":1200,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAA39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba-150x150.png\",\"orientation\":\"landscape\"},\"medium\":{\"height\":225,\"width\":300,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAA39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba-300x225.png\",\"orientation\":\"landscape\"},\"large\":{\"height\":768,\"width\":1024,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAA39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba-1024x768.png\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAA39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba.png\",\"height\":900,\"width\":1200,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"backgroundImageColor\":\"rgba(42,42,42,0.65)\",\"topPaddingDesktop\":144,\"bottomPaddingDesktop\":144,\"leftPaddingDesktop\":40,\"rightPaddingDesktop\":40,\"topPaddingTablet\":80,\"bottomPaddingTablet\":80,\"leftPaddingTablet\":40,\"rightPaddingTablet\":40,\"topPaddingMobile\":64,\"bottomPaddingMobile\":64,\"leftPaddingMobile\":24,\"rightPaddingMobile\":24,\"paddingLink\":false,\"variationSelected\":true,\"isBlockRootParent\":true,\"overlayType\":\"color\"} -->\n<div class=\"wp-block-uagb-container uagb-block-2da7a625 alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/advanced-heading {\"block_id\":\"cbc9881d\",\"classMigrate\":true,\"headingDescToggle\":true,\"headingAlign\":\"center\",\"headingColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"subHeadingColor\":\"var(\\u002d\\u002dast-global-color-4)\",\"headSpace\":20} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-cbc9881d\"><h2 class=\"uagb-heading-text\">Plan an Unforgettable Experience at<br>Blue Roan!</h2><p class=\"uagb-desc-text\">We can help you fit your stay and experience within your allotted budget.</p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/advanced-heading {\"block_id\":\"119ca9cd\",\"classMigrate\":true,\"headingTitleToggle\":false,\"headingDescToggle\":true,\"headingAlign\":\"center\",\"subHeadingColor\":\"var(\\u002d\\u002dast-global-color-4)\",\"subHeadTransform\":\"uppercase\",\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"subHeadLetterSpacing\":2,\"blockTopPadding\":60,\"blockRightPadding\":0,\"blockLeftPadding\":0,\"blockBottomPadding\":0,\"blockTopPaddingMobile\":30,\"blockRightPaddingMobile\":0,\"blockLeftPaddingMobile\":0,\"blockBottomPaddingMobile\":0,\"linkColor\":\"var(\\u002d\\u002dast-global-color-8)\",\"linkHColor\":\"var(\\u002d\\u002dast-global-color-1)\"} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-119ca9cd\"><p class=\"uagb-desc-text\"><a href=\"https://book.nightsbridge.com/11065\" target=\"_blank\" rel=\"noreferrer noopener\">BOOK YOUR STAY NOW​<br></a></p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/icon-list {\"block_id\":\"04357b43\",\"classMigrate\":true,\"childMigrate\":true,\"align\":\"center\",\"parentIcon\":\"phone\",\"size\":40,\"sizeMobile\":24,\"sizeTablet\":32,\"fontSize\":48,\"fontSizeMobile\":28,\"fontSizeTablet\":40,\"fontWeight\":\"600\",\"iconColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"labelColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"blockTopPadding\":0,\"blockRightPadding\":0,\"blockLeftPadding\":0,\"blockBottomPadding\":24,\"blockPaddingLink\":false} -->\n<div class=\"wp-block-uagb-icon-list uagb-block-04357b43\"><div class=\"uagb-icon-list__wrap\"><!-- wp:uagb/icon-list-child {\"block_id\":\"d5c01199\",\"label\":\" + 27 (0) 82 575 5409\",\"label_color\":\"\",\"link\":\"tel:+27825755409\",\"disableLink\":true,\"fromParentIcon\":\"phone\",\"imageSizeChild\":40} -->\n<div class=\"wp-block-uagb-icon-list-child uagb-block-d5c01199\"><a target=\"_self\" aria-label=\" + 27 (0) 82 575 5409\" rel=\"noopener noreferrer\" href=\"tel:+27825755409\"> </a><span class=\"uagb-icon-list__source-wrap\"><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M511.2 387l-23.25 100.8c-3.266 14.25-15.79 24.22-30.46 24.22C205.2 512 0 306.8 0 54.5c0-14.66 9.969-27.2 24.22-30.45l100.8-23.25C139.7-2.602 154.7 5.018 160.8 18.92l46.52 108.5c5.438 12.78 1.77 27.67-8.98 36.45L144.5 207.1c33.98 69.22 90.26 125.5 159.5 159.5l44.08-53.8c8.688-10.78 23.69-14.51 36.47-8.975l108.5 46.51C506.1 357.2 514.6 372.4 511.2 387z\"></path></svg></span><span class=\"uagb-icon-list__label\"> + 27 (0) 82 575 5409</span></div>\n<!-- /wp:uagb/icon-list-child -->\n\n<!-- wp:uagb/icon-list-child {\"block_id\":\"594e56c5\",\"label\":\"blueroan@ugo.co.za\",\"icon\":\"envelope\",\"label_color\":\"\",\"link\":\"mailto:blueroan@ugo.co.za\",\"disableLink\":true,\"fromParentIcon\":\"phone\",\"imageSizeChild\":40} -->\n<div class=\"wp-block-uagb-icon-list-child uagb-block-594e56c5\"><a target=\"_self\" aria-label=\"blueroan@ugo.co.za\" rel=\"noopener noreferrer\" href=\"mailto:blueroan@ugo.co.za\"> </a><span class=\"uagb-icon-list__source-wrap\"><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M464 64C490.5 64 512 85.49 512 112C512 127.1 504.9 141.3 492.8 150.4L275.2 313.6C263.8 322.1 248.2 322.1 236.8 313.6L19.2 150.4C7.113 141.3 0 127.1 0 112C0 85.49 21.49 64 48 64H464zM217.6 339.2C240.4 356.3 271.6 356.3 294.4 339.2L512 176V384C512 419.3 483.3 448 448 448H64C28.65 448 0 419.3 0 384V176L217.6 339.2z\"></path></svg></span><span class=\"uagb-icon-list__label\">blueroan@ugo.co.za</span></div>\n<!-- /wp:uagb/icon-list-child --></div></div>\n<!-- /wp:uagb/icon-list --></div></div>\n<!-- /wp:uagb/container -->',	'The Mexican Loft',	'',	'inherit',	'closed',	'closed',	'',	'1030-autosave-v1',	'',	'',	'2022-12-28 08:14:27',	'2022-12-28 08:14:27',	'',	1030,	'https://blueroan.netgen.cloud/?p=1439',	0,	'revision',	'',	0),
(1440,	2,	'2022-12-28 08:17:17',	'2022-12-28 08:17:17',	'<!-- wp:uagb/container {\"block_id\":\"9bbb140d\",\"backgroundType\":\"image\",\"backgroundImageDesktop\":{\"id\":1434,\"title\":\"Mexican lounge\",\"filename\":\"Mexican-lounge-2-scaled.jpg\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Mexican-lounge-2-scaled.jpg\",\"link\":\"https://blueroan.netgen.cloud/the-mexican-loft/mexican-lounge-3/\",\"alt\":\"\",\"author\":\"2\",\"description\":\"\",\"caption\":\"\",\"name\":\"mexican-lounge-3\",\"status\":\"inherit\",\"uploadedTo\":1030,\"date\":\"2022-12-23T12:52:57.000Z\",\"modified\":\"2022-12-23T12:52:57.000Z\",\"menuOrder\":0,\"mime\":\"image/jpeg\",\"type\":\"image\",\"subtype\":\"jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-includes/images/media/default.png\",\"dateFormatted\":\"December 23, 2022\",\"nonces\":{\"update\":\"f61ef4f47e\",\"delete\":\"02e5891229\",\"edit\":\"23c235ac60\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=1434\\u0026action=edit\",\"meta\":false,\"authorName\":\"Netgen Support\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/profile.php\",\"uploadedToTitle\":\"The Mexican Loft\",\"uploadedToLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=1030\\u0026action=edit\",\"filesizeInBytes\":470054,\"filesizeHumanReadable\":\"459 KB\",\"context\":\"\",\"originalImageURL\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Mexican-lounge-2.jpg\",\"originalImageName\":\"Mexican-lounge-2.jpg\",\"height\":1440,\"width\":2560,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Mexican-lounge-2-150x150.jpg\",\"orientation\":\"landscape\"},\"medium\":{\"height\":169,\"width\":300,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Mexican-lounge-2-300x169.jpg\",\"orientation\":\"landscape\"},\"large\":{\"height\":576,\"width\":1024,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Mexican-lounge-2-1024x576.jpg\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Mexican-lounge-2-scaled.jpg\",\"height\":1440,\"width\":2560,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"backgroundPositionDesktop\":{\"x\":0.47,\"y\":0.54},\"backgroundSizeTablet\":\"cover\",\"backgroundSizeMobile\":\"cover\",\"backgroundColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"backgroundImageColor\":\"rgba(42,42,42,0.5)\",\"topPaddingDesktop\":220,\"bottomPaddingDesktop\":150,\"topPaddingTablet\":170,\"bottomPaddingTablet\":160,\"leftPaddingTablet\":30,\"rightPaddingTablet\":30,\"topPaddingMobile\":180,\"bottomPaddingMobile\":80,\"leftPaddingMobile\":20,\"rightPaddingMobile\":20,\"paddingLink\":false,\"variationSelected\":true,\"isBlockRootParent\":true,\"overlayType\":\"color\"} -->\n<div class=\"wp-block-uagb-container uagb-block-9bbb140d alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/advanced-heading {\"block_id\":\"06709ef3\",\"classMigrate\":true,\"headingDescToggle\":true,\"headingColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"subHeadingColor\":\"var(\\u002d\\u002dast-global-color-4)\",\"headingTag\":\"h1\",\"headSpace\":20,\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"blockTopPadding\":0,\"blockRightPadding\":50,\"blockLeftPadding\":0,\"blockBottomPadding\":0,\"blockTopPaddingTablet\":0,\"blockRightPaddingTablet\":20,\"blockLeftPaddingTablet\":0,\"blockBottomPaddingTablet\":0,\"blockTopPaddingMobile\":0,\"blockRightPaddingMobile\":0,\"blockLeftPaddingMobile\":0,\"blockBottomPaddingMobile\":0,\"blockPaddingUnit\":\"%\",\"blockPaddingUnitTablet\":\"%\"} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-06709ef3\"><h1 class=\"uagb-heading-text\">The Mexican Loft </h1><p class=\"uagb-desc-text\">This Mexican-inspired loft is decorated with rustic furnishings and bright colors. This design aesthetic combines genuine art, textiles, rustic wood, and a vibrant color scheme for a diversified vibe.</p></div>\n<!-- /wp:uagb/advanced-heading --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"6b621f4b\",\"backgroundType\":\"color\",\"backgroundSizeTablet\":\"cover\",\"backgroundSizeMobile\":\"cover\",\"backgroundColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"topPaddingDesktop\":120,\"bottomPaddingDesktop\":60,\"rightPaddingDesktop\":0,\"topPaddingTablet\":80,\"bottomPaddingTablet\":80,\"leftPaddingTablet\":30,\"rightPaddingTablet\":30,\"topPaddingMobile\":80,\"bottomPaddingMobile\":80,\"leftPaddingMobile\":20,\"rightPaddingMobile\":20,\"paddingLink\":false,\"variationSelected\":true,\"rowGapDesktop\":0,\"isBlockRootParent\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-6b621f4b alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/container {\"block_id\":\"4124ffc8\",\"directionDesktop\":\"row\",\"alignItemsDesktop\":\"flex-end\",\"alignItemsTablet\":\"flex-end\",\"justifyContentDesktop\":\"flex-end\",\"justifyContentTablet\":\"space-between\",\"variationSelected\":true,\"rowGapMobile\":20,\"columnGapDesktop\":0} -->\n<div class=\"wp-block-uagb-container uagb-block-4124ffc8\"><!-- wp:uagb/advanced-heading {\"block_id\":\"c51849a3\",\"classMigrate\":true,\"headingDescToggle\":true,\"subHeadingColor\":\"\",\"headSpace\":20,\"subHeadFontSize\":16} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-c51849a3\"><h2 class=\"uagb-heading-text\">Come &amp; Stay With Us​ at The Mexican Loft</h2><p class=\"uagb-desc-text\">This is an open-plan unit with a corner-shaped spa bath close to the bed, a separate bathroom with a huge walk-in shower, and an open-plan living area&nbsp;opening onto a covered patio with brick braai and comfortable outside furniture. &nbsp;It has a small fenced and gated garden.</p></div>\n<!-- /wp:uagb/advanced-heading --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:heading -->\n<h2>The bedroom </h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>This room contains the following: </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list -->\n<ul><!-- wp:list-item -->\n<li>King bed with electric blanket</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Corner shaped spa bath with 6 jets</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Bubble bath and candles</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Oil heater</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Ceiling fan</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Dressing table</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Hair dryer and dressing gowns</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Good quality linen</li>\n<!-- /wp:list-item --></ul>\n<!-- /wp:list --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":1035,\"width\":500,\"height\":334,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full is-resized\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/241538_798x533.jpg\" alt=\"\" class=\"wp-image-1035\" width=\"500\" height=\"334\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":1036,\"width\":500,\"height\":334,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full is-resized\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/241542_798x533.jpg\" alt=\"\" class=\"wp-image-1036\" width=\"500\" height=\"334\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:heading -->\n<h2>The bathroom</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>This room contains the following</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list -->\n<ul><!-- wp:list-item -->\n<li>Large walk-in shower</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Toilet and basin</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Soap, towels, toiletries and toilet paper</li>\n<!-- /wp:list-item --></ul>\n<!-- /wp:list --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:heading -->\n<h2>The Lounge</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>This room contains the following: </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list -->\n<ul><!-- wp:list-item -->\n<li>Log fireplace</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>2 seater upholstered settee</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Upholstered single chair</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Ceiling fan</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Oil heater</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>TV (DSTV - commercial bouquet with Sports, movies, Mnet, SABC 1,2 3 and Etv)</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>DVD player</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Breakfast nook and chairs</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Books and playing cards</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Glass sliding door out to the patio</li>\n<!-- /wp:list-item --></ul>\n<!-- /wp:list --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column {\"width\":\"100%\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:100%\"><!-- wp:uagb/image {\"block_id\":\"7d9c02ab\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Mexican-chairs-in-lounge-1024x768.jpg\",\"id\":1438,\"width\":1024,\"height\":768,\"naturalWidth\":1024,\"naturalHeight\":768,\"sizeSlug\":\"full\"} -->\n<div class=\"wp-block-uagb-image uagb-block-7d9c02ab wp-block-uagb-image--layout-default wp-block-uagb-image--effect-static wp-block-uagb-image--align-none\"><figure class=\"wp-block-uagb-image__figure\"><img srcset=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Mexican-chairs-in-lounge-1024x768.jpg \" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Mexican-chairs-in-lounge-1024x768.jpg\" alt=\"\" class=\"uag-image-1438\" width=\"1024\" height=\"768\" title=\"\" loading=\"lazy\"/></figure></div>\n<!-- /wp:uagb/image --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":1039,\"width\":500,\"height\":334,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full is-resized\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/241541_798x533-1.jpg\" alt=\"\" class=\"wp-image-1039\" width=\"500\" height=\"334\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:heading -->\n<h2>The kitchen</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>This room contains the following</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list -->\n<ul><!-- wp:list-item -->\n<li>4-plate gas stove and oven</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Microwave oven, kettle, toaster</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Fridge with top freezer compartment</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Pots, pans, cutlery, crockery, wine &amp; champagne glasses</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>All kitchen utensils</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Ironing board and iron</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>All cleaning cloths and detergents and washing up liquid</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Paper towel</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Braai tongs</li>\n<!-- /wp:list-item --></ul>\n<!-- /wp:list --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:heading -->\n<h2>The large patio with <br>mountain views</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>This room contains the following: </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list -->\n<ul><!-- wp:list-item -->\n<li>Chairs with cushions</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Wooden table</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Brick braai</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Decorative lighting</li>\n<!-- /wp:list-item --></ul>\n<!-- /wp:list --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":1040,\"width\":500,\"height\":334,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full is-resized\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/241534_798x533.jpg\" alt=\"\" class=\"wp-image-1040\" width=\"500\" height=\"334\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:heading {\"textAlign\":\"center\"} -->\n<h2 class=\"has-text-align-center\">Book your stay </h2>\n<!-- /wp:heading -->\n\n<!-- wp:buttons -->\n<div class=\"wp-block-buttons\"><!-- wp:button {\"align\":\"center\"} -->\n<div class=\"wp-block-button aligncenter\"><a class=\"wp-block-button__link wp-element-button\" href=\"https://book.nightsbridge.com/11065\" target=\"_blank\" rel=\"noreferrer noopener\">Reservations</a></div>\n<!-- /wp:button -->\n\n<!-- wp:button /--></div>\n<!-- /wp:buttons --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"2da7a625\",\"innerContentCustomWidthDesktop\":781,\"innerContentCustomWidthTablet\":781,\"backgroundType\":\"image\",\"backgroundImageDesktop\":{\"uploading\":false,\"date\":1670943271000,\"filename\":\"AAEAAQAAAAAAAAAAAAAA39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba.png\",\"menuOrder\":0,\"uploadedTo\":761,\"type\":\"image\",\"subtype\":\"png\",\"id\":899,\"title\":\"AAEAAQAAAAAAAAAAAAAA39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAA39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba.png\",\"link\":\"https://blueroan.netgen.cloud/accommodation/aaeaaqaaaaaaaaaaaaaa39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba/\",\"alt\":\"\",\"author\":\"2\",\"description\":\"\",\"caption\":\"\",\"name\":\"aaeaaqaaaaaaaaaaaaaa39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba\",\"status\":\"inherit\",\"modified\":1670943271000,\"mime\":\"image/png\",\"icon\":\"https://blueroan.netgen.cloud/wp-includes/images/media/default.png\",\"dateFormatted\":\"December 13, 2022\",\"nonces\":{\"update\":\"45b2b6c69b\",\"delete\":\"75d81c42ab\",\"edit\":\"88fae030a9\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=899\\u0026action=edit\",\"meta\":false,\"authorName\":\"Netgen Support\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/profile.php\",\"uploadedToTitle\":\"Accommodation\",\"uploadedToLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=761\\u0026action=edit\",\"filesizeInBytes\":2338048,\"filesizeHumanReadable\":\"2 MB\",\"context\":\"\",\"height\":900,\"width\":1200,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAA39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba-150x150.png\",\"orientation\":\"landscape\"},\"medium\":{\"height\":225,\"width\":300,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAA39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba-300x225.png\",\"orientation\":\"landscape\"},\"large\":{\"height\":768,\"width\":1024,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAA39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba-1024x768.png\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAA39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba.png\",\"height\":900,\"width\":1200,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"backgroundImageColor\":\"rgba(42,42,42,0.65)\",\"topPaddingDesktop\":144,\"bottomPaddingDesktop\":144,\"leftPaddingDesktop\":40,\"rightPaddingDesktop\":40,\"topPaddingTablet\":80,\"bottomPaddingTablet\":80,\"leftPaddingTablet\":40,\"rightPaddingTablet\":40,\"topPaddingMobile\":64,\"bottomPaddingMobile\":64,\"leftPaddingMobile\":24,\"rightPaddingMobile\":24,\"paddingLink\":false,\"variationSelected\":true,\"isBlockRootParent\":true,\"overlayType\":\"color\"} -->\n<div class=\"wp-block-uagb-container uagb-block-2da7a625 alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/advanced-heading {\"block_id\":\"cbc9881d\",\"classMigrate\":true,\"headingDescToggle\":true,\"headingAlign\":\"center\",\"headingColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"subHeadingColor\":\"var(\\u002d\\u002dast-global-color-4)\",\"headSpace\":20} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-cbc9881d\"><h2 class=\"uagb-heading-text\">Plan an Unforgettable Experience at<br>Blue Roan!</h2><p class=\"uagb-desc-text\">We can help you fit your stay and experience within your allotted budget.</p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/advanced-heading {\"block_id\":\"119ca9cd\",\"classMigrate\":true,\"headingTitleToggle\":false,\"headingDescToggle\":true,\"headingAlign\":\"center\",\"subHeadingColor\":\"var(\\u002d\\u002dast-global-color-4)\",\"subHeadTransform\":\"uppercase\",\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"subHeadLetterSpacing\":2,\"blockTopPadding\":60,\"blockRightPadding\":0,\"blockLeftPadding\":0,\"blockBottomPadding\":0,\"blockTopPaddingMobile\":30,\"blockRightPaddingMobile\":0,\"blockLeftPaddingMobile\":0,\"blockBottomPaddingMobile\":0,\"linkColor\":\"var(\\u002d\\u002dast-global-color-8)\",\"linkHColor\":\"var(\\u002d\\u002dast-global-color-1)\"} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-119ca9cd\"><p class=\"uagb-desc-text\"><a href=\"https://book.nightsbridge.com/11065\" target=\"_blank\" rel=\"noreferrer noopener\">BOOK YOUR STAY NOW​<br></a></p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/icon-list {\"block_id\":\"04357b43\",\"classMigrate\":true,\"childMigrate\":true,\"align\":\"center\",\"parentIcon\":\"phone\",\"size\":40,\"sizeMobile\":24,\"sizeTablet\":32,\"fontSize\":48,\"fontSizeMobile\":28,\"fontSizeTablet\":40,\"fontWeight\":\"600\",\"iconColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"labelColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"blockTopPadding\":0,\"blockRightPadding\":0,\"blockLeftPadding\":0,\"blockBottomPadding\":24,\"blockPaddingLink\":false} -->\n<div class=\"wp-block-uagb-icon-list uagb-block-04357b43\"><div class=\"uagb-icon-list__wrap\"><!-- wp:uagb/icon-list-child {\"block_id\":\"d5c01199\",\"label\":\" + 27 (0) 82 575 5409\",\"label_color\":\"\",\"link\":\"tel:+27825755409\",\"disableLink\":true,\"fromParentIcon\":\"phone\",\"imageSizeChild\":40} -->\n<div class=\"wp-block-uagb-icon-list-child uagb-block-d5c01199\"><a target=\"_self\" aria-label=\" + 27 (0) 82 575 5409\" rel=\"noopener noreferrer\" href=\"tel:+27825755409\"> </a><span class=\"uagb-icon-list__source-wrap\"><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M511.2 387l-23.25 100.8c-3.266 14.25-15.79 24.22-30.46 24.22C205.2 512 0 306.8 0 54.5c0-14.66 9.969-27.2 24.22-30.45l100.8-23.25C139.7-2.602 154.7 5.018 160.8 18.92l46.52 108.5c5.438 12.78 1.77 27.67-8.98 36.45L144.5 207.1c33.98 69.22 90.26 125.5 159.5 159.5l44.08-53.8c8.688-10.78 23.69-14.51 36.47-8.975l108.5 46.51C506.1 357.2 514.6 372.4 511.2 387z\"></path></svg></span><span class=\"uagb-icon-list__label\"> + 27 (0) 82 575 5409</span></div>\n<!-- /wp:uagb/icon-list-child -->\n\n<!-- wp:uagb/icon-list-child {\"block_id\":\"594e56c5\",\"label\":\"blueroan@ugo.co.za\",\"icon\":\"envelope\",\"label_color\":\"\",\"link\":\"mailto:blueroan@ugo.co.za\",\"disableLink\":true,\"fromParentIcon\":\"phone\",\"imageSizeChild\":40} -->\n<div class=\"wp-block-uagb-icon-list-child uagb-block-594e56c5\"><a target=\"_self\" aria-label=\"blueroan@ugo.co.za\" rel=\"noopener noreferrer\" href=\"mailto:blueroan@ugo.co.za\"> </a><span class=\"uagb-icon-list__source-wrap\"><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M464 64C490.5 64 512 85.49 512 112C512 127.1 504.9 141.3 492.8 150.4L275.2 313.6C263.8 322.1 248.2 322.1 236.8 313.6L19.2 150.4C7.113 141.3 0 127.1 0 112C0 85.49 21.49 64 48 64H464zM217.6 339.2C240.4 356.3 271.6 356.3 294.4 339.2L512 176V384C512 419.3 483.3 448 448 448H64C28.65 448 0 419.3 0 384V176L217.6 339.2z\"></path></svg></span><span class=\"uagb-icon-list__label\">blueroan@ugo.co.za</span></div>\n<!-- /wp:uagb/icon-list-child --></div></div>\n<!-- /wp:uagb/icon-list --></div></div>\n<!-- /wp:uagb/container -->',	'The Mexican Loft',	'',	'inherit',	'closed',	'closed',	'',	'1030-revision-v1',	'',	'',	'2022-12-28 08:17:17',	'2022-12-28 08:17:17',	'',	1030,	'https://blueroan.netgen.cloud/?p=1440',	0,	'revision',	'',	0),
(1441,	2,	'2022-12-29 08:05:46',	'0000-00-00 00:00:00',	'',	'Auto Draft',	'',	'auto-draft',	'',	'open',	'',	'',	'',	'',	'2022-12-29 08:05:46',	'0000-00-00 00:00:00',	'',	0,	'https://blueroan.netgen.cloud/?p=1441',	0,	'post',	'',	0),
(1443,	2,	'2022-12-30 10:58:10',	'2022-12-30 10:58:10',	'<!-- wp:uagb/container {\"block_id\":\"b03972ec\",\"backgroundType\":\"image\",\"backgroundImageDesktop\":{\"id\":797,\"title\":\"blue-roan-guest-farm (13)\",\"filename\":\"blue-roan-guest-farm-13.jpg\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-13.jpg\",\"link\":\"https://blueroan.netgen.cloud/home/blue-roan-guest-farm-13/\",\"alt\":\"\",\"author\":\"2\",\"description\":\"\",\"caption\":\"\",\"name\":\"blue-roan-guest-farm-13\",\"status\":\"inherit\",\"uploadedTo\":760,\"date\":\"2022-12-13T09:37:10.000Z\",\"modified\":\"2022-12-13T09:37:10.000Z\",\"menuOrder\":0,\"mime\":\"image/jpeg\",\"type\":\"image\",\"subtype\":\"jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-includes/images/media/default.png\",\"dateFormatted\":\"December 13, 2022\",\"nonces\":{\"update\":\"88c7dafe15\",\"delete\":\"0e63c986af\",\"edit\":\"ba0aad2d7f\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=797\\u0026action=edit\",\"meta\":false,\"authorName\":\"Netgen Support\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/profile.php\",\"uploadedToTitle\":\"Home\",\"uploadedToLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=760\\u0026action=edit\",\"filesizeInBytes\":201183,\"filesizeHumanReadable\":\"196 KB\",\"context\":\"\",\"height\":667,\"width\":1000,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-13-150x150.jpg\",\"orientation\":\"landscape\"},\"medium\":{\"height\":200,\"width\":300,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-13-300x200.jpg\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-13.jpg\",\"height\":667,\"width\":1000,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"backgroundPositionDesktop\":{\"x\":0.62,\"y\":0.78},\"backgroundSizeTablet\":\"cover\",\"backgroundSizeMobile\":\"cover\",\"backgroundColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"backgroundImageColor\":\"rgba(42,42,42,0.5)\",\"topPaddingDesktop\":220,\"bottomPaddingDesktop\":150,\"topPaddingTablet\":170,\"bottomPaddingTablet\":160,\"leftPaddingTablet\":30,\"rightPaddingTablet\":30,\"topPaddingMobile\":180,\"bottomPaddingMobile\":80,\"leftPaddingMobile\":20,\"rightPaddingMobile\":20,\"paddingLink\":false,\"variationSelected\":true,\"isBlockRootParent\":true,\"overlayType\":\"color\"} -->\n<div class=\"wp-block-uagb-container uagb-block-b03972ec alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/advanced-heading {\"block_id\":\"fc61e008\",\"classMigrate\":true,\"headingDescToggle\":true,\"headingColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"subHeadingColor\":\"var(\\u002d\\u002dast-global-color-4)\",\"headingTag\":\"h1\",\"headSpace\":20,\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"blockTopPadding\":0,\"blockRightPadding\":50,\"blockLeftPadding\":0,\"blockBottomPadding\":0,\"blockTopPaddingTablet\":0,\"blockRightPaddingTablet\":20,\"blockLeftPaddingTablet\":0,\"blockBottomPaddingTablet\":0,\"blockTopPaddingMobile\":0,\"blockRightPaddingMobile\":0,\"blockLeftPaddingMobile\":0,\"blockBottomPaddingMobile\":0,\"blockPaddingUnit\":\"%\",\"blockPaddingUnitTablet\":\"%\"} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-fc61e008\"><h1 class=\"uagb-heading-text\">Rooms &amp; Accommodation​</h1><p class=\"uagb-desc-text\">If you are looking for a home away from home, even a place your dog can come along then take a closer look into the rooms we offer and pick the one for you.</p></div>\n<!-- /wp:uagb/advanced-heading --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"ec1e2594\",\"backgroundType\":\"color\",\"backgroundSizeTablet\":\"cover\",\"backgroundSizeMobile\":\"cover\",\"backgroundColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"topPaddingDesktop\":120,\"bottomPaddingDesktop\":120,\"topPaddingTablet\":80,\"bottomPaddingTablet\":80,\"leftPaddingTablet\":30,\"rightPaddingTablet\":30,\"topPaddingMobile\":80,\"bottomPaddingMobile\":80,\"leftPaddingMobile\":20,\"rightPaddingMobile\":20,\"paddingLink\":false,\"variationSelected\":true,\"rowGapDesktop\":0,\"isBlockRootParent\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-ec1e2594 alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/container {\"block_id\":\"d97e73fe\",\"directionDesktop\":\"row\",\"alignItemsDesktop\":\"flex-end\",\"alignItemsTablet\":\"flex-end\",\"justifyContentDesktop\":\"flex-end\",\"justifyContentTablet\":\"space-between\",\"variationSelected\":true,\"rowGapMobile\":20,\"columnGapDesktop\":0} -->\n<div class=\"wp-block-uagb-container uagb-block-d97e73fe\"><!-- wp:uagb/advanced-heading {\"block_id\":\"56bbc48a\",\"classMigrate\":true,\"headingDescToggle\":true,\"subHeadingColor\":\"\",\"headSpace\":20,\"subHeadFontSize\":16} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-56bbc48a\"><h2 class=\"uagb-heading-text\">Come &amp; Stay With Us​</h2><p class=\"uagb-desc-text\">There are 7 excellent brick self-catering units available, each private and with a distinctive personality and theme. They are particularly made for pet-free or pet-owning couples looking for a romantic and serene setting to reconnect, celebrate special occasions, or simply unwind on a holiday.<br><br>We are pet-friendly by arrangement as each unit is separately fenced with its own grassy garden with a garden gate leading to the generous park area where pets can socialize. &nbsp;We also have lovely safe off-leash walking trails on our property and beyond. &nbsp;Our units are very luxurious with everything you would need and very homely and charming. Regrettably no children or group bookings.  </p></div>\n<!-- /wp:uagb/advanced-heading --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"d53afc15\",\"directionDesktop\":\"row\",\"alignItemsTablet\":\"flex-start\",\"justifyContentDesktop\":\"flex-start\",\"topMarginDesktop\":54,\"bottomMarginDesktop\":0,\"leftMarginDesktop\":0,\"rightMarginDesktop\":0,\"marginLink\":false,\"variationSelected\":true,\"rowGapMobile\":0,\"columnGapDesktop\":0} -->\n<div class=\"wp-block-uagb-container uagb-block-d53afc15\"><!-- wp:uagb/container {\"block_id\":\"030491e5\",\"widthDesktop\":50,\"bottomPaddingDesktop\":20,\"rightPaddingDesktop\":32,\"bottomPaddingTablet\":35,\"rightPaddingTablet\":15,\"bottomPaddingMobile\":65,\"paddingLink\":false,\"topMarginDesktop\":0,\"bottomMarginDesktop\":0,\"leftMarginDesktop\":5,\"rightMarginDesktop\":5,\"topMarginMobile\":0,\"bottomMarginMobile\":0,\"leftMarginMobile\":0,\"rightMarginMobile\":0,\"marginLink\":false,\"variationSelected\":true,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-030491e5\"><!-- wp:uagb/info-box {\"classMigrate\":true,\"headingAlign\":\"left\",\"headingColor\":\"\",\"subHeadingColor\":\"\",\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"source_type\":\"image\",\"block_id\":\"5ad4420d\",\"ctaIcon\":\"\",\"ctaType\":\"text\",\"ctaText\":\"\\u003ca href=\\u0022/the-barn/\\u0022 data-type=\\u0022URL\\u0022 data-id=\\u0022/the-barn/\\u0022\\u003eREAD MORE\\u003c/a\\u003e\",\"ctaLink\":\"/the-barn/\",\"ctaLinkColor\":\"var(\\u002d\\u002dast-global-color-0)\",\"ctaDecoration\":\"underline\",\"ctaFontSize\":12,\"ctaFontWeight\":\"600\",\"ctaLetterSpacing\":2,\"ctaBorderColor\":\"\",\"ctaBorderStyle\":\"\",\"ctaBorderWidth\":\"\",\"ctaBorderRadius\":\"\",\"iconBottomMargin\":30,\"iconImage\":{\"uploading\":false,\"date\":1670936674000,\"filename\":\"blue-roan-guest-farm-10.jpg\",\"menuOrder\":0,\"uploadedTo\":761,\"type\":\"image\",\"subtype\":\"jpeg\",\"id\":863,\"title\":\"blue-roan-guest-farm (10)\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-10.jpg\",\"link\":\"https://blueroan.netgen.cloud/accommodation/blue-roan-guest-farm-10/\",\"alt\":\"\",\"author\":\"2\",\"description\":\"\",\"caption\":\"\",\"name\":\"blue-roan-guest-farm-10\",\"status\":\"inherit\",\"modified\":1670936674000,\"mime\":\"image/jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-includes/images/media/default.png\",\"dateFormatted\":\"December 13, 2022\",\"nonces\":{\"update\":\"1a7491aa65\",\"delete\":\"dc6afaa89c\",\"edit\":\"7635ee35fb\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=863\\u0026action=edit\",\"meta\":false,\"authorName\":\"Netgen Support\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/profile.php\",\"uploadedToTitle\":\"Accommodation\",\"uploadedToLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=761\\u0026action=edit\",\"filesizeInBytes\":149768,\"filesizeHumanReadable\":\"146 KB\",\"context\":\"\",\"height\":667,\"width\":1000,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-10-150x150.jpg\",\"orientation\":\"landscape\"},\"medium\":{\"height\":200,\"width\":300,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-10-300x200.jpg\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-10.jpg\",\"height\":667,\"width\":1000,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"imageSize\":\"full\",\"imageWidth\":100,\"imageWidthMobile\":100,\"imageWidthTablet\":100,\"paddingBtnTop\":10,\"paddingBtnBottom\":10,\"paddingBtnLeft\":14,\"paddingBtnRight\":14,\"imageWidthUnit\":\"%\",\"imageWidthUnitTablet\":\"%\",\"imageWidthUnitMobile\":\"%\",\"subHeadTopMargin\":0,\"subHeadRightMargin\":40,\"subHeadLeftMargin\":0,\"subHeadMarginTopTablet\":0,\"subHeadMarginRightTablet\":0,\"subHeadTabletSpace\":20,\"subHeadMarginLeftTablet\":0,\"imgTagHeight\":66,\"imgTagWidth\":1000,\"btnBorderTopWidth\":1,\"btnBorderLeftWidth\":1,\"btnBorderRightWidth\":1,\"btnBorderBottomWidth\":1,\"btnBorderTopLeftRadius\":0,\"btnBorderTopRightRadius\":0,\"btnBorderBottomLeftRadius\":0,\"btnBorderBottomRightRadius\":0,\"btnBorderStyle\":\"solid\",\"btnBorderColor\":\"#333\"} -->\n<div class=\"wp-block-uagb-info-box uagb-block-5ad4420d uagb-infobox__content-wrap  uagb-infobox-icon-above-title uagb-infobox-image-valign-top\"><div class=\"uagb-ifb-content\"><div class=\"uagb-ifb-image-content\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-10.jpg\" alt=\"\" width=\"100\" height=\"66\" loading=\"lazy\"/></div><div class=\"uagb-ifb-title-wrap\"><h3 class=\"uagb-ifb-title\">The Barn </h3></div><p class=\"uagb-ifb-desc\">Rustic beams and exposed wood are all hallmarks of our barn-style suite. This is an open-plan unit with lots of windows with a raised king bed on a platform that faces the TV and the mountains.</p><div class=\"uagb-ifb-button-wrapper wp-block-button\"><a href=\"/the-barn/\" target=\"_self\" class=\"uagb-infobox-cta-link\" rel=\"noopener noreferrer\" alt=\"\"><span class=\"uagb-inline-editing\">READ MORE</span></a></div></div></div>\n<!-- /wp:uagb/info-box --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"024a5692\",\"widthDesktop\":50,\"bottomPaddingDesktop\":20,\"rightPaddingDesktop\":32,\"bottomPaddingTablet\":35,\"rightPaddingTablet\":15,\"bottomPaddingMobile\":65,\"paddingLink\":false,\"topMarginDesktop\":0,\"bottomMarginDesktop\":0,\"leftMarginDesktop\":5,\"rightMarginDesktop\":5,\"topMarginMobile\":0,\"bottomMarginMobile\":0,\"leftMarginMobile\":0,\"rightMarginMobile\":0,\"marginLink\":false,\"variationSelected\":true,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-024a5692\"><!-- wp:uagb/info-box {\"classMigrate\":true,\"headingAlign\":\"left\",\"headingColor\":\"\",\"subHeadingColor\":\"\",\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"source_type\":\"image\",\"block_id\":\"6fe53c95\",\"ctaIcon\":\"\",\"ctaType\":\"text\",\"ctaText\":\"READ MORE\",\"ctaLink\":\"/the-tuscan-suite/\",\"ctaLinkColor\":\"var(\\u002d\\u002dast-global-color-0)\",\"ctaDecoration\":\"underline\",\"ctaFontSize\":12,\"ctaFontWeight\":\"600\",\"ctaLetterSpacing\":2,\"ctaBorderColor\":\"\",\"ctaBorderStyle\":\"\",\"ctaBorderWidth\":\"\",\"ctaBorderRadius\":\"\",\"iconBottomMargin\":30,\"iconImage\":{\"uploading\":false,\"date\":1671793552000,\"filename\":\"Tuscan-bed-1-scaled.jpg\",\"menuOrder\":0,\"uploadedTo\":761,\"type\":\"image\",\"subtype\":\"jpeg\",\"id\":1418,\"title\":\"Tuscan bed\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Tuscan-bed-1-scaled.jpg\",\"link\":\"https://blueroan.netgen.cloud/accommodation/tuscan-bed-2/\",\"alt\":\"\",\"author\":\"2\",\"description\":\"\",\"caption\":\"\",\"name\":\"tuscan-bed-2\",\"status\":\"inherit\",\"modified\":1671793552000,\"mime\":\"image/jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-includes/images/media/default.png\",\"dateFormatted\":\"December 23, 2022\",\"nonces\":{\"update\":\"ba92fb9c39\",\"delete\":\"55404e2fb4\",\"edit\":\"0e4d071f08\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=1418\\u0026action=edit\",\"meta\":false,\"authorName\":\"Netgen Support\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/profile.php\",\"uploadedToTitle\":\"Accommodation\",\"uploadedToLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=761\\u0026action=edit\",\"filesizeInBytes\":713337,\"filesizeHumanReadable\":\"697 KB\",\"context\":\"\",\"originalImageURL\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Tuscan-bed-1.jpg\",\"originalImageName\":\"Tuscan-bed-1.jpg\",\"height\":1920,\"width\":2560,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Tuscan-bed-1-150x150.jpg\",\"orientation\":\"landscape\"},\"medium\":{\"height\":225,\"width\":300,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Tuscan-bed-1-300x225.jpg\",\"orientation\":\"landscape\"},\"large\":{\"height\":768,\"width\":1024,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Tuscan-bed-1-1024x768.jpg\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Tuscan-bed-1-scaled.jpg\",\"height\":1920,\"width\":2560,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"imageSize\":\"full\",\"imageWidth\":100,\"imageWidthMobile\":100,\"imageWidthTablet\":100,\"paddingBtnTop\":10,\"paddingBtnBottom\":10,\"paddingBtnLeft\":14,\"paddingBtnRight\":14,\"imageWidthUnit\":\"%\",\"imageWidthUnitTablet\":\"%\",\"imageWidthUnitMobile\":\"%\",\"subHeadTopMargin\":0,\"subHeadRightMargin\":40,\"subHeadLeftMargin\":0,\"subHeadMarginTopTablet\":0,\"subHeadMarginRightTablet\":0,\"subHeadTabletSpace\":20,\"subHeadMarginLeftTablet\":0,\"imgTagHeight\":75,\"imgTagWidth\":2560,\"btnBorderTopWidth\":1,\"btnBorderLeftWidth\":1,\"btnBorderRightWidth\":1,\"btnBorderBottomWidth\":1,\"btnBorderTopLeftRadius\":0,\"btnBorderTopRightRadius\":0,\"btnBorderBottomLeftRadius\":0,\"btnBorderBottomRightRadius\":0,\"btnBorderStyle\":\"solid\",\"btnBorderColor\":\"#333\"} -->\n<div class=\"wp-block-uagb-info-box uagb-block-6fe53c95 uagb-infobox__content-wrap  uagb-infobox-icon-above-title uagb-infobox-image-valign-top\"><div class=\"uagb-ifb-content\"><div class=\"uagb-ifb-image-content\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Tuscan-bed-1-scaled.jpg\" alt=\"\" width=\"100\" height=\"75\" loading=\"lazy\"/></div><div class=\"uagb-ifb-title-wrap\"><h3 class=\"uagb-ifb-title\">The Tuscan Suite </h3></div><p class=\"uagb-ifb-desc\">Terra-cotta tiles, textured wall treatments, gorgeous, intricate murals,&nbsp;and simple, durable furniture with elegant iron accents are all characteristics of Tuscan interior design.</p><div class=\"uagb-ifb-button-wrapper wp-block-button\"><a href=\"/the-tuscan-suite/\" target=\"_self\" class=\"uagb-infobox-cta-link\" rel=\"noopener noreferrer\" alt=\"\"><span class=\"uagb-inline-editing\">READ MORE</span></a></div></div></div>\n<!-- /wp:uagb/info-box --></div>\n<!-- /wp:uagb/container --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"06aae8d0\",\"directionDesktop\":\"row\",\"alignItemsTablet\":\"flex-start\",\"justifyContentDesktop\":\"flex-start\",\"topMarginDesktop\":54,\"bottomMarginDesktop\":0,\"leftMarginDesktop\":0,\"rightMarginDesktop\":0,\"topMarginMobile\":0,\"bottomMarginMobile\":0,\"leftMarginMobile\":0,\"rightMarginMobile\":0,\"marginLink\":false,\"variationSelected\":true,\"rowGapMobile\":0,\"columnGapDesktop\":0} -->\n<div class=\"wp-block-uagb-container uagb-block-06aae8d0\"><!-- wp:uagb/container {\"block_id\":\"2b810233\",\"widthDesktop\":50,\"bottomPaddingDesktop\":20,\"rightPaddingDesktop\":32,\"bottomPaddingTablet\":35,\"leftPaddingTablet\":0,\"rightPaddingTablet\":15,\"bottomPaddingMobile\":65,\"paddingLink\":false,\"topMarginDesktop\":0,\"bottomMarginDesktop\":0,\"leftMarginDesktop\":5,\"rightMarginDesktop\":5,\"topMarginMobile\":0,\"bottomMarginMobile\":0,\"leftMarginMobile\":0,\"rightMarginMobile\":0,\"marginLink\":false,\"variationSelected\":true,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-2b810233\"><!-- wp:uagb/info-box {\"classMigrate\":true,\"headingAlign\":\"left\",\"headingColor\":\"\",\"subHeadingColor\":\"\",\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"source_type\":\"image\",\"block_id\":\"ccbbf5e3\",\"ctaIcon\":\"\",\"ctaType\":\"text\",\"ctaText\":\"READ MORE\",\"ctaLink\":\"/the-bluebush/\",\"ctaLinkColor\":\"var(\\u002d\\u002dast-global-color-0)\",\"ctaDecoration\":\"underline\",\"ctaFontSize\":12,\"ctaFontWeight\":\"600\",\"ctaLetterSpacing\":2,\"ctaBorderColor\":\"\",\"ctaBorderStyle\":\"\",\"ctaBorderWidth\":\"\",\"ctaBorderRadius\":\"\",\"iconBottomMargin\":30,\"iconImage\":{\"uploading\":false,\"date\":1670938945000,\"filename\":\"bluebush-king-bed-and-spa-bath.png\",\"menuOrder\":0,\"uploadedTo\":761,\"type\":\"image\",\"subtype\":\"png\",\"id\":881,\"title\":\"bluebush-king-bed-and-spa-bath\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/bluebush-king-bed-and-spa-bath.png\",\"link\":\"https://blueroan.netgen.cloud/accommodation/bluebush-king-bed-and-spa-bath/\",\"alt\":\"\",\"author\":\"2\",\"description\":\"\",\"caption\":\"\",\"name\":\"bluebush-king-bed-and-spa-bath\",\"status\":\"inherit\",\"modified\":1670938945000,\"mime\":\"image/png\",\"icon\":\"https://blueroan.netgen.cloud/wp-includes/images/media/default.png\",\"dateFormatted\":\"December 13, 2022\",\"nonces\":{\"update\":\"e1c334788a\",\"delete\":\"b219c40b29\",\"edit\":\"273b944edc\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=881\\u0026action=edit\",\"meta\":false,\"authorName\":\"Netgen Support\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/profile.php\",\"uploadedToTitle\":\"Accommodation\",\"uploadedToLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=761\\u0026action=edit\",\"filesizeInBytes\":1195033,\"filesizeHumanReadable\":\"1 MB\",\"context\":\"\",\"height\":667,\"width\":1000,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/bluebush-king-bed-and-spa-bath-150x150.png\",\"orientation\":\"landscape\"},\"medium\":{\"height\":200,\"width\":300,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/bluebush-king-bed-and-spa-bath-300x200.png\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/bluebush-king-bed-and-spa-bath.png\",\"height\":667,\"width\":1000,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"imageSize\":\"full\",\"imageWidth\":100,\"imageWidthMobile\":100,\"imageWidthTablet\":100,\"paddingBtnTop\":10,\"paddingBtnBottom\":10,\"paddingBtnLeft\":14,\"paddingBtnRight\":14,\"imageWidthUnit\":\"%\",\"imageWidthUnitTablet\":\"%\",\"imageWidthUnitMobile\":\"%\",\"subHeadTopMargin\":0,\"subHeadRightMargin\":40,\"subHeadLeftMargin\":0,\"subHeadMarginTopTablet\":0,\"subHeadMarginRightTablet\":0,\"subHeadTabletSpace\":20,\"subHeadMarginLeftTablet\":0,\"imgTagHeight\":66,\"imgTagWidth\":1000,\"btnBorderTopWidth\":1,\"btnBorderLeftWidth\":1,\"btnBorderRightWidth\":1,\"btnBorderBottomWidth\":1,\"btnBorderTopLeftRadius\":0,\"btnBorderTopRightRadius\":0,\"btnBorderBottomLeftRadius\":0,\"btnBorderBottomRightRadius\":0,\"btnBorderStyle\":\"solid\",\"btnBorderColor\":\"#333\"} -->\n<div class=\"wp-block-uagb-info-box uagb-block-ccbbf5e3 uagb-infobox__content-wrap  uagb-infobox-icon-above-title uagb-infobox-image-valign-top\"><div class=\"uagb-ifb-content\"><div class=\"uagb-ifb-image-content\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/bluebush-king-bed-and-spa-bath.png\" alt=\"\" width=\"100\" height=\"66\" loading=\"lazy\"/></div><div class=\"uagb-ifb-title-wrap\"><h3 class=\"uagb-ifb-title\">The Bluebush </h3></div><p class=\"uagb-ifb-desc\">A warm and comforting suite with a very homely feeling. Settle in and alleviate like you would at home. Relax with a perfect corner-shaped spa bath and open-plan&nbsp;living area.</p><div class=\"uagb-ifb-button-wrapper wp-block-button\"><a href=\"/the-bluebush/\" target=\"_self\" class=\"uagb-infobox-cta-link\" rel=\"noopener noreferrer\" alt=\"\"><span class=\"uagb-inline-editing\">READ MORE</span></a></div></div></div>\n<!-- /wp:uagb/info-box --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"87e6e278\",\"widthDesktop\":50,\"bottomPaddingDesktop\":20,\"rightPaddingDesktop\":32,\"bottomPaddingTablet\":35,\"rightPaddingTablet\":15,\"bottomPaddingMobile\":65,\"paddingLink\":false,\"topMarginDesktop\":0,\"bottomMarginDesktop\":0,\"leftMarginDesktop\":5,\"rightMarginDesktop\":5,\"topMarginMobile\":0,\"bottomMarginMobile\":0,\"leftMarginMobile\":0,\"rightMarginMobile\":0,\"marginLink\":false,\"variationSelected\":true,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-87e6e278\"><!-- wp:uagb/info-box {\"classMigrate\":true,\"headingAlign\":\"left\",\"headingColor\":\"\",\"subHeadingColor\":\"\",\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"source_type\":\"image\",\"block_id\":\"924080a7\",\"ctaIcon\":\"\",\"ctaType\":\"text\",\"ctaText\":\"READ MORE\",\"ctaLink\":\"/the-mexican-loft/\",\"ctaLinkColor\":\"var(\\u002d\\u002dast-global-color-0)\",\"ctaDecoration\":\"underline\",\"ctaFontSize\":12,\"ctaFontWeight\":\"600\",\"ctaLetterSpacing\":2,\"ctaBorderColor\":\"\",\"ctaBorderStyle\":\"\",\"ctaBorderWidth\":\"\",\"ctaBorderRadius\":\"\",\"iconBottomMargin\":30,\"iconImage\":{\"uploading\":false,\"date\":1671792813000,\"filename\":\"Mexican-lounge-scaled.jpg\",\"menuOrder\":0,\"uploadedTo\":761,\"type\":\"image\",\"subtype\":\"jpeg\",\"id\":1414,\"title\":\"Mexican lounge\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Mexican-lounge-scaled.jpg\",\"link\":\"https://blueroan.netgen.cloud/accommodation/mexican-lounge/\",\"alt\":\"\",\"author\":\"2\",\"description\":\"\",\"caption\":\"\",\"name\":\"mexican-lounge\",\"status\":\"inherit\",\"modified\":1671792813000,\"mime\":\"image/jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-includes/images/media/default.png\",\"dateFormatted\":\"December 23, 2022\",\"nonces\":{\"update\":\"bee2a34b7c\",\"delete\":\"eedfc00600\",\"edit\":\"e22c6f6722\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=1414\\u0026action=edit\",\"meta\":false,\"authorName\":\"Netgen Support\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/profile.php\",\"uploadedToTitle\":\"Accommodation\",\"uploadedToLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=761\\u0026action=edit\",\"filesizeInBytes\":470054,\"filesizeHumanReadable\":\"459 KB\",\"context\":\"\",\"originalImageURL\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Mexican-lounge.jpg\",\"originalImageName\":\"Mexican-lounge.jpg\",\"height\":1440,\"width\":2560,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Mexican-lounge-150x150.jpg\",\"orientation\":\"landscape\"},\"medium\":{\"height\":169,\"width\":300,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Mexican-lounge-300x169.jpg\",\"orientation\":\"landscape\"},\"large\":{\"height\":576,\"width\":1024,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Mexican-lounge-1024x576.jpg\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Mexican-lounge-scaled.jpg\",\"height\":1440,\"width\":2560,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"imageSize\":\"full\",\"imageWidth\":100,\"imageWidthMobile\":100,\"imageWidthTablet\":100,\"paddingBtnTop\":10,\"paddingBtnBottom\":10,\"paddingBtnLeft\":14,\"paddingBtnRight\":14,\"imageWidthUnit\":\"%\",\"imageWidthUnitTablet\":\"%\",\"imageWidthUnitMobile\":\"%\",\"subHeadTopMargin\":0,\"subHeadRightMargin\":40,\"subHeadLeftMargin\":0,\"subHeadMarginTopTablet\":0,\"subHeadMarginRightTablet\":0,\"subHeadTabletSpace\":20,\"subHeadMarginLeftTablet\":0,\"imgTagHeight\":56,\"imgTagWidth\":2560,\"btnBorderTopWidth\":1,\"btnBorderLeftWidth\":1,\"btnBorderRightWidth\":1,\"btnBorderBottomWidth\":1,\"btnBorderTopLeftRadius\":0,\"btnBorderTopRightRadius\":0,\"btnBorderBottomLeftRadius\":0,\"btnBorderBottomRightRadius\":0,\"btnBorderStyle\":\"solid\",\"btnBorderColor\":\"#333\"} -->\n<div class=\"wp-block-uagb-info-box uagb-block-924080a7 uagb-infobox__content-wrap  uagb-infobox-icon-above-title uagb-infobox-image-valign-top\"><div class=\"uagb-ifb-content\"><div class=\"uagb-ifb-image-content\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Mexican-lounge-scaled.jpg\" alt=\"\" width=\"100\" height=\"56\" loading=\"lazy\"/></div><div class=\"uagb-ifb-title-wrap\"><h3 class=\"uagb-ifb-title\">The Mexican Loft </h3></div><p class=\"uagb-ifb-desc\">This Mexican-inspired unit is full of bold colors and rustic furnishings. This design style has a multifarious feel, mixing rustic wood, authentic art, textiles, and a vivid palette of color</p><div class=\"uagb-ifb-button-wrapper wp-block-button\"><a href=\"/the-mexican-loft/\" target=\"_self\" class=\"uagb-infobox-cta-link\" rel=\"noopener noreferrer\" alt=\"\"><span class=\"uagb-inline-editing\">READ MORE</span></a></div></div></div>\n<!-- /wp:uagb/info-box --></div>\n<!-- /wp:uagb/container --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"ef999515\",\"directionDesktop\":\"row\",\"justifyContentDesktop\":\"flex-start\",\"topMarginDesktop\":54,\"bottomMarginDesktop\":0,\"leftMarginDesktop\":0,\"rightMarginDesktop\":0,\"topMarginMobile\":0,\"bottomMarginMobile\":0,\"leftMarginMobile\":0,\"rightMarginMobile\":0,\"marginLink\":false,\"variationSelected\":true,\"rowGapMobile\":0,\"columnGapDesktop\":0} -->\n<div class=\"wp-block-uagb-container uagb-block-ef999515\"><!-- wp:uagb/container {\"block_id\":\"3d2c21fd\",\"widthDesktop\":50,\"bottomPaddingDesktop\":20,\"rightPaddingDesktop\":32,\"bottomPaddingTablet\":35,\"rightPaddingTablet\":15,\"bottomPaddingMobile\":65,\"paddingLink\":false,\"topMarginDesktop\":0,\"bottomMarginDesktop\":0,\"leftMarginDesktop\":5,\"rightMarginDesktop\":5,\"topMarginMobile\":0,\"bottomMarginMobile\":0,\"leftMarginMobile\":0,\"rightMarginMobile\":0,\"marginLink\":false,\"variationSelected\":true,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-3d2c21fd\"><!-- wp:uagb/info-box {\"classMigrate\":true,\"headingAlign\":\"left\",\"headingColor\":\"\",\"subHeadingColor\":\"\",\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"source_type\":\"image\",\"block_id\":\"b1f96be2\",\"ctaIcon\":\"\",\"ctaType\":\"text\",\"ctaText\":\"READ MORE\",\"ctaLink\":\"/the-acacia/\",\"ctaLinkColor\":\"var(\\u002d\\u002dast-global-color-0)\",\"ctaDecoration\":\"underline\",\"ctaFontSize\":12,\"ctaFontWeight\":\"600\",\"ctaLetterSpacing\":2,\"ctaBorderColor\":\"\",\"ctaBorderStyle\":\"\",\"ctaBorderWidth\":\"\",\"ctaBorderRadius\":\"\",\"iconBottomMargin\":30,\"iconImage\":{\"uploading\":false,\"date\":1671617789000,\"filename\":\"Untitled-design-8.png\",\"menuOrder\":0,\"uploadedTo\":761,\"type\":\"image\",\"subtype\":\"png\",\"id\":1367,\"title\":\"Untitled design (8)\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Untitled-design-8.png\",\"link\":\"https://blueroan.netgen.cloud/accommodation/untitled-design-8/\",\"alt\":\"\",\"author\":\"2\",\"description\":\"\",\"caption\":\"\",\"name\":\"untitled-design-8\",\"status\":\"inherit\",\"modified\":1671617789000,\"mime\":\"image/png\",\"icon\":\"https://blueroan.netgen.cloud/wp-includes/images/media/default.png\",\"dateFormatted\":\"December 21, 2022\",\"nonces\":{\"update\":\"a4f9ab1277\",\"delete\":\"0a02bad2bf\",\"edit\":\"1453f03067\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=1367\\u0026action=edit\",\"meta\":false,\"authorName\":\"Netgen Support\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/profile.php\",\"uploadedToTitle\":\"Accommodation\",\"uploadedToLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=761\\u0026action=edit\",\"filesizeInBytes\":8233970,\"filesizeHumanReadable\":\"8 MB\",\"context\":\"\",\"height\":2736,\"width\":3648,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Untitled-design-8-150x150.png\",\"orientation\":\"landscape\"},\"medium\":{\"height\":225,\"width\":300,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Untitled-design-8-300x225.png\",\"orientation\":\"landscape\"},\"large\":{\"height\":768,\"width\":1024,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Untitled-design-8-1024x768.png\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Untitled-design-8.png\",\"height\":2736,\"width\":3648,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"imageSize\":\"full\",\"imageWidth\":100,\"imageWidthMobile\":100,\"imageWidthTablet\":100,\"paddingBtnTop\":10,\"paddingBtnBottom\":10,\"paddingBtnLeft\":14,\"paddingBtnRight\":14,\"imageWidthUnit\":\"%\",\"imageWidthUnitTablet\":\"%\",\"imageWidthUnitMobile\":\"%\",\"subHeadTopMargin\":0,\"subHeadRightMargin\":40,\"subHeadLeftMargin\":0,\"subHeadMarginTopTablet\":0,\"subHeadMarginRightTablet\":0,\"subHeadTabletSpace\":20,\"subHeadMarginLeftTablet\":0,\"imgTagHeight\":75,\"imgTagWidth\":3648,\"btnBorderTopWidth\":1,\"btnBorderLeftWidth\":1,\"btnBorderRightWidth\":1,\"btnBorderBottomWidth\":1,\"btnBorderTopLeftRadius\":0,\"btnBorderTopRightRadius\":0,\"btnBorderBottomLeftRadius\":0,\"btnBorderBottomRightRadius\":0,\"btnBorderStyle\":\"solid\",\"btnBorderColor\":\"#333\"} -->\n<div class=\"wp-block-uagb-info-box uagb-block-b1f96be2 uagb-infobox__content-wrap  uagb-infobox-icon-above-title uagb-infobox-image-valign-top\"><div class=\"uagb-ifb-content\"><div class=\"uagb-ifb-image-content\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Untitled-design-8.png\" alt=\"\" width=\"100\" height=\"75\" loading=\"lazy\"/></div><div class=\"uagb-ifb-title-wrap\"><h3 class=\"uagb-ifb-title\">The Acacia </h3></div><p class=\"uagb-ifb-desc\">The Acacia tree inspired the name of our largest unit. The wide open-concept living space of this rustic, rough-hewn unit opens onto a covered patio with a brick braai area.</p><div class=\"uagb-ifb-button-wrapper wp-block-button\"><a href=\"/the-acacia/\" target=\"_self\" class=\"uagb-infobox-cta-link\" rel=\"noopener noreferrer\" alt=\"\"><span class=\"uagb-inline-editing\">READ MORE</span></a></div></div></div>\n<!-- /wp:uagb/info-box --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"d9343723\",\"widthDesktop\":50,\"bottomPaddingDesktop\":20,\"rightPaddingDesktop\":32,\"bottomPaddingTablet\":35,\"rightPaddingTablet\":15,\"paddingLink\":false,\"topMarginDesktop\":0,\"bottomMarginDesktop\":0,\"leftMarginDesktop\":5,\"rightMarginDesktop\":5,\"topMarginMobile\":0,\"bottomMarginMobile\":0,\"leftMarginMobile\":0,\"rightMarginMobile\":0,\"marginLink\":false,\"variationSelected\":true,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-d9343723\"><!-- wp:uagb/info-box {\"classMigrate\":true,\"headingAlign\":\"left\",\"headingColor\":\"\",\"subHeadingColor\":\"\",\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"source_type\":\"image\",\"block_id\":\"e27d641f\",\"ctaIcon\":\"\",\"ctaType\":\"text\",\"ctaText\":\"READ MORE\",\"ctaLink\":\"/the-greek-villa/\",\"ctaLinkColor\":\"var(\\u002d\\u002dast-global-color-0)\",\"ctaDecoration\":\"underline\",\"ctaFontSize\":12,\"ctaFontWeight\":\"600\",\"ctaLetterSpacing\":2,\"ctaBorderColor\":\"\",\"ctaBorderStyle\":\"\",\"ctaBorderWidth\":\"\",\"ctaBorderRadius\":\"\",\"iconBottomMargin\":30,\"iconImage\":{\"id\":837,\"title\":\"blue-roan-guest-farm-8\",\"filename\":\"blue-roan-guest-farm-8.jpg\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-8.jpg\",\"link\":\"https://blueroan.netgen.cloud/home/blue-roan-guest-farm-8/\",\"alt\":\"\",\"author\":\"2\",\"description\":\"\",\"caption\":\"\",\"name\":\"blue-roan-guest-farm-8\",\"status\":\"inherit\",\"uploadedTo\":760,\"date\":\"2022-12-13T11:55:28.000Z\",\"modified\":\"2022-12-13T11:55:28.000Z\",\"menuOrder\":0,\"mime\":\"image/jpeg\",\"type\":\"image\",\"subtype\":\"jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-includes/images/media/default.png\",\"dateFormatted\":\"December 13, 2022\",\"nonces\":{\"update\":\"e297386797\",\"delete\":\"bce21c37a3\",\"edit\":\"b27dcb4293\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=837\\u0026action=edit\",\"meta\":false,\"authorName\":\"Netgen Support\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/profile.php\",\"uploadedToTitle\":\"Home\",\"uploadedToLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=760\\u0026action=edit\",\"filesizeInBytes\":208219,\"filesizeHumanReadable\":\"203 KB\",\"context\":\"\",\"height\":795,\"width\":1200,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-8-150x150.jpg\",\"orientation\":\"landscape\"},\"medium\":{\"height\":199,\"width\":300,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-8-300x199.jpg\",\"orientation\":\"landscape\"},\"large\":{\"height\":678,\"width\":1024,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-8-1024x678.jpg\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-8.jpg\",\"height\":795,\"width\":1200,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"imageSize\":\"full\",\"imageWidth\":100,\"imageWidthMobile\":100,\"imageWidthTablet\":100,\"paddingBtnTop\":10,\"paddingBtnBottom\":10,\"paddingBtnLeft\":14,\"paddingBtnRight\":14,\"imageWidthUnit\":\"%\",\"imageWidthUnitTablet\":\"%\",\"imageWidthUnitMobile\":\"%\",\"subHeadTopMargin\":0,\"subHeadRightMargin\":40,\"subHeadLeftMargin\":0,\"subHeadMarginTopTablet\":0,\"subHeadMarginRightTablet\":0,\"subHeadTabletSpace\":20,\"subHeadMarginLeftTablet\":0,\"imgTagHeight\":66,\"imgTagWidth\":1200,\"btnBorderTopWidth\":1,\"btnBorderLeftWidth\":1,\"btnBorderRightWidth\":1,\"btnBorderBottomWidth\":1,\"btnBorderTopLeftRadius\":0,\"btnBorderTopRightRadius\":0,\"btnBorderBottomLeftRadius\":0,\"btnBorderBottomRightRadius\":0,\"btnBorderStyle\":\"solid\",\"btnBorderColor\":\"#333\"} -->\n<div class=\"wp-block-uagb-info-box uagb-block-e27d641f uagb-infobox__content-wrap  uagb-infobox-icon-above-title uagb-infobox-image-valign-top\"><div class=\"uagb-ifb-content\"><div class=\"uagb-ifb-image-content\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-8.jpg\" alt=\"\" width=\"100\" height=\"66\" loading=\"lazy\"/></div><div class=\"uagb-ifb-title-wrap\"><h3 class=\"uagb-ifb-title\">The Greek Villa </h3></div><p class=\"uagb-ifb-desc\">Designed like a Greek villa this Mediterranean style reflects a relaxed atmosphere with its dominant white walls and blue ceilings with lovely rustic furnishings</p><div class=\"uagb-ifb-button-wrapper wp-block-button\"><a href=\"/the-greek-villa/\" target=\"_self\" class=\"uagb-infobox-cta-link\" rel=\"noopener noreferrer\" alt=\"\"><span class=\"uagb-inline-editing\">READ MORE</span></a></div></div></div>\n<!-- /wp:uagb/info-box --></div>\n<!-- /wp:uagb/container --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"1f0472d1\",\"directionDesktop\":\"row\",\"justifyContentDesktop\":\"flex-start\",\"topMarginDesktop\":54,\"bottomMarginDesktop\":0,\"leftMarginDesktop\":0,\"rightMarginDesktop\":0,\"topMarginMobile\":0,\"bottomMarginMobile\":0,\"leftMarginMobile\":0,\"rightMarginMobile\":0,\"marginLink\":false,\"variationSelected\":true,\"rowGapMobile\":0,\"columnGapDesktop\":0} -->\n<div class=\"wp-block-uagb-container uagb-block-1f0472d1\"><!-- wp:uagb/container {\"block_id\":\"95e0a355\",\"widthDesktop\":50,\"bottomPaddingDesktop\":20,\"rightPaddingDesktop\":32,\"bottomPaddingTablet\":35,\"rightPaddingTablet\":15,\"bottomPaddingMobile\":65,\"paddingLink\":false,\"topMarginDesktop\":0,\"bottomMarginDesktop\":0,\"leftMarginDesktop\":5,\"rightMarginDesktop\":5,\"topMarginMobile\":0,\"bottomMarginMobile\":0,\"leftMarginMobile\":0,\"rightMarginMobile\":0,\"marginLink\":false,\"variationSelected\":true,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-95e0a355\"><!-- wp:uagb/info-box {\"classMigrate\":true,\"headingAlign\":\"left\",\"headingColor\":\"\",\"subHeadingColor\":\"\",\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"source_type\":\"image\",\"block_id\":\"9c476b55\",\"ctaIcon\":\"\",\"ctaType\":\"text\",\"ctaText\":\"READ MORE\",\"ctaLink\":\"/the-honeymoon-suite/\",\"ctaLinkColor\":\"var(\\u002d\\u002dast-global-color-0)\",\"ctaDecoration\":\"underline\",\"ctaFontSize\":12,\"ctaFontWeight\":\"600\",\"ctaLetterSpacing\":2,\"ctaBorderColor\":\"\",\"ctaBorderStyle\":\"\",\"ctaBorderWidth\":\"\",\"ctaBorderRadius\":\"\",\"iconBottomMargin\":30,\"iconImage\":{\"uploading\":false,\"date\":1671616764000,\"filename\":\"Honeymoon-bed-scaled.jpg\",\"menuOrder\":0,\"uploadedTo\":761,\"type\":\"image\",\"subtype\":\"jpeg\",\"id\":1365,\"title\":\"Honeymoon bed\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Honeymoon-bed-scaled.jpg\",\"link\":\"https://blueroan.netgen.cloud/accommodation/honeymoon-bed/\",\"alt\":\"\",\"author\":\"2\",\"description\":\"\",\"caption\":\"\",\"name\":\"honeymoon-bed\",\"status\":\"inherit\",\"modified\":1671616764000,\"mime\":\"image/jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-includes/images/media/default.png\",\"dateFormatted\":\"December 21, 2022\",\"nonces\":{\"update\":\"98057a9f17\",\"delete\":\"4fdef1107d\",\"edit\":\"ffc19c6d9a\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=1365\\u0026action=edit\",\"meta\":false,\"authorName\":\"Netgen Support\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/profile.php\",\"uploadedToTitle\":\"Accommodation\",\"uploadedToLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=761\\u0026action=edit\",\"filesizeInBytes\":698844,\"filesizeHumanReadable\":\"682 KB\",\"context\":\"\",\"originalImageURL\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Honeymoon-bed.jpg\",\"originalImageName\":\"Honeymoon-bed.jpg\",\"height\":1920,\"width\":2560,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Honeymoon-bed-150x150.jpg\",\"orientation\":\"landscape\"},\"medium\":{\"height\":225,\"width\":300,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Honeymoon-bed-300x225.jpg\",\"orientation\":\"landscape\"},\"large\":{\"height\":768,\"width\":1024,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Honeymoon-bed-1024x768.jpg\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Honeymoon-bed-scaled.jpg\",\"height\":1920,\"width\":2560,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"imageSize\":\"full\",\"imageWidth\":100,\"imageWidthMobile\":100,\"imageWidthTablet\":100,\"paddingBtnTop\":10,\"paddingBtnBottom\":10,\"paddingBtnLeft\":14,\"paddingBtnRight\":14,\"imageWidthUnit\":\"%\",\"imageWidthUnitTablet\":\"%\",\"imageWidthUnitMobile\":\"%\",\"subHeadTopMargin\":0,\"subHeadRightMargin\":40,\"subHeadLeftMargin\":0,\"subHeadMarginTopTablet\":0,\"subHeadMarginRightTablet\":0,\"subHeadTabletSpace\":20,\"subHeadMarginLeftTablet\":0,\"imgTagHeight\":75,\"imgTagWidth\":2560,\"btnBorderTopWidth\":1,\"btnBorderLeftWidth\":1,\"btnBorderRightWidth\":1,\"btnBorderBottomWidth\":1,\"btnBorderTopLeftRadius\":0,\"btnBorderTopRightRadius\":0,\"btnBorderBottomLeftRadius\":0,\"btnBorderBottomRightRadius\":0,\"btnBorderStyle\":\"solid\",\"btnBorderColor\":\"#333\"} -->\n<div class=\"wp-block-uagb-info-box uagb-block-9c476b55 uagb-infobox__content-wrap  uagb-infobox-icon-above-title uagb-infobox-image-valign-top\"><div class=\"uagb-ifb-content\"><div class=\"uagb-ifb-image-content\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Honeymoon-bed-scaled.jpg\" alt=\"\" width=\"100\" height=\"75\" loading=\"lazy\"/></div><div class=\"uagb-ifb-title-wrap\"><h3 class=\"uagb-ifb-title\">The Honeymoon suite</h3></div><p class=\"uagb-ifb-desc\">This&nbsp;<a href=\"https://www.collinsdictionary.com/dictionary/english/suite\">suite</a>&nbsp;is perfect for couples - This is an open-plan unit attached to the side of the main house, completely private with its own entrance, own garden, and carport.&nbsp;</p><div class=\"uagb-ifb-button-wrapper wp-block-button\"><a href=\"/the-honeymoon-suite/\" target=\"_self\" class=\"uagb-infobox-cta-link\" rel=\"noopener noreferrer\" alt=\"\"><span class=\"uagb-inline-editing\">READ MORE</span></a></div></div></div>\n<!-- /wp:uagb/info-box --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"efe99e49\",\"widthDesktop\":50,\"bottomPaddingDesktop\":20,\"rightPaddingDesktop\":32,\"bottomPaddingTablet\":35,\"rightPaddingTablet\":15,\"paddingLink\":false,\"topMarginDesktop\":0,\"bottomMarginDesktop\":0,\"leftMarginDesktop\":5,\"rightMarginDesktop\":5,\"topMarginMobile\":0,\"bottomMarginMobile\":0,\"leftMarginMobile\":0,\"rightMarginMobile\":0,\"marginLink\":false,\"variationSelected\":true,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-efe99e49\"></div>\n<!-- /wp:uagb/container --></div>\n<!-- /wp:uagb/container --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"ad44140b\",\"innerContentCustomWidthDesktop\":781,\"innerContentCustomWidthTablet\":781,\"backgroundType\":\"image\",\"backgroundImageDesktop\":{\"uploading\":false,\"date\":1670943271000,\"filename\":\"AAEAAQAAAAAAAAAAAAAA39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba.png\",\"menuOrder\":0,\"uploadedTo\":761,\"type\":\"image\",\"subtype\":\"png\",\"id\":899,\"title\":\"AAEAAQAAAAAAAAAAAAAA39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAA39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba.png\",\"link\":\"https://blueroan.netgen.cloud/accommodation/aaeaaqaaaaaaaaaaaaaa39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba/\",\"alt\":\"\",\"author\":\"2\",\"description\":\"\",\"caption\":\"\",\"name\":\"aaeaaqaaaaaaaaaaaaaa39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba\",\"status\":\"inherit\",\"modified\":1670943271000,\"mime\":\"image/png\",\"icon\":\"https://blueroan.netgen.cloud/wp-includes/images/media/default.png\",\"dateFormatted\":\"December 13, 2022\",\"nonces\":{\"update\":\"45b2b6c69b\",\"delete\":\"75d81c42ab\",\"edit\":\"88fae030a9\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=899\\u0026action=edit\",\"meta\":false,\"authorName\":\"Netgen Support\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/profile.php\",\"uploadedToTitle\":\"Accommodation\",\"uploadedToLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=761\\u0026action=edit\",\"filesizeInBytes\":2338048,\"filesizeHumanReadable\":\"2 MB\",\"context\":\"\",\"height\":900,\"width\":1200,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAA39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba-150x150.png\",\"orientation\":\"landscape\"},\"medium\":{\"height\":225,\"width\":300,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAA39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba-300x225.png\",\"orientation\":\"landscape\"},\"large\":{\"height\":768,\"width\":1024,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAA39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba-1024x768.png\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAA39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba.png\",\"height\":900,\"width\":1200,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"backgroundImageColor\":\"rgba(42,42,42,0.65)\",\"topPaddingDesktop\":144,\"bottomPaddingDesktop\":144,\"leftPaddingDesktop\":40,\"rightPaddingDesktop\":40,\"topPaddingTablet\":80,\"bottomPaddingTablet\":80,\"leftPaddingTablet\":40,\"rightPaddingTablet\":40,\"topPaddingMobile\":64,\"bottomPaddingMobile\":64,\"leftPaddingMobile\":24,\"rightPaddingMobile\":24,\"paddingLink\":false,\"variationSelected\":true,\"isBlockRootParent\":true,\"overlayType\":\"color\"} -->\n<div class=\"wp-block-uagb-container uagb-block-ad44140b alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/advanced-heading {\"block_id\":\"633bb8a1\",\"classMigrate\":true,\"headingDescToggle\":true,\"headingAlign\":\"center\",\"headingColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"subHeadingColor\":\"var(\\u002d\\u002dast-global-color-4)\",\"headSpace\":20} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-633bb8a1\"><h2 class=\"uagb-heading-text\">Make your stay at Blue Roan unforgettable!</h2><p class=\"uagb-desc-text\">We can help you fit your stay and experience within your allotted budget.</p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/advanced-heading {\"block_id\":\"e3f49e20\",\"classMigrate\":true,\"headingTitleToggle\":false,\"headingDescToggle\":true,\"headingAlign\":\"center\",\"subHeadingColor\":\"var(\\u002d\\u002dast-global-color-4)\",\"subHeadTransform\":\"uppercase\",\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"subHeadLetterSpacing\":2,\"blockTopPadding\":60,\"blockRightPadding\":0,\"blockLeftPadding\":0,\"blockBottomPadding\":0,\"blockTopPaddingMobile\":30,\"blockRightPaddingMobile\":0,\"blockLeftPaddingMobile\":0,\"blockBottomPaddingMobile\":0} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-e3f49e20\"><p class=\"uagb-desc-text\">BOOK YOUR STAY NOW​</p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/icon-list {\"block_id\":\"ef0f3408\",\"classMigrate\":true,\"childMigrate\":true,\"align\":\"center\",\"parentIcon\":\"phone\",\"size\":40,\"sizeMobile\":24,\"sizeTablet\":32,\"fontSize\":48,\"fontSizeMobile\":28,\"fontSizeTablet\":40,\"fontWeight\":\"600\",\"iconColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"labelColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"blockTopPadding\":0,\"blockRightPadding\":0,\"blockLeftPadding\":0,\"blockBottomPadding\":24,\"blockPaddingLink\":false} -->\n<div class=\"wp-block-uagb-icon-list uagb-block-ef0f3408\"><div class=\"uagb-icon-list__wrap\"><!-- wp:uagb/icon-list-child {\"block_id\":\"315c9131\",\"label\":\" + 27 (0) 82 575 5409\",\"label_color\":\"\",\"link\":\"tel:+27825755409\",\"disableLink\":true,\"fromParentIcon\":\"phone\",\"imageSizeChild\":40} -->\n<div class=\"wp-block-uagb-icon-list-child uagb-block-315c9131\"><a target=\"_self\" aria-label=\" + 27 (0) 82 575 5409\" rel=\"noopener noreferrer\" href=\"tel:+27825755409\"> </a><span class=\"uagb-icon-list__source-wrap\"><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M511.2 387l-23.25 100.8c-3.266 14.25-15.79 24.22-30.46 24.22C205.2 512 0 306.8 0 54.5c0-14.66 9.969-27.2 24.22-30.45l100.8-23.25C139.7-2.602 154.7 5.018 160.8 18.92l46.52 108.5c5.438 12.78 1.77 27.67-8.98 36.45L144.5 207.1c33.98 69.22 90.26 125.5 159.5 159.5l44.08-53.8c8.688-10.78 23.69-14.51 36.47-8.975l108.5 46.51C506.1 357.2 514.6 372.4 511.2 387z\"></path></svg></span><span class=\"uagb-icon-list__label\"> + 27 (0) 82 575 5409</span></div>\n<!-- /wp:uagb/icon-list-child -->\n\n<!-- wp:uagb/icon-list-child {\"block_id\":\"661d1b0e\",\"label\":\"blueroan@ugo.co.za\",\"icon\":\"envelope\",\"label_color\":\"\",\"link\":\"mailto:blueroan@ugo.co.za\",\"disableLink\":true,\"fromParentIcon\":\"phone\",\"imageSizeChild\":40} -->\n<div class=\"wp-block-uagb-icon-list-child uagb-block-661d1b0e\"><a target=\"_self\" aria-label=\"blueroan@ugo.co.za\" rel=\"noopener noreferrer\" href=\"mailto:blueroan@ugo.co.za\"> </a><span class=\"uagb-icon-list__source-wrap\"><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M464 64C490.5 64 512 85.49 512 112C512 127.1 504.9 141.3 492.8 150.4L275.2 313.6C263.8 322.1 248.2 322.1 236.8 313.6L19.2 150.4C7.113 141.3 0 127.1 0 112C0 85.49 21.49 64 48 64H464zM217.6 339.2C240.4 356.3 271.6 356.3 294.4 339.2L512 176V384C512 419.3 483.3 448 448 448H64C28.65 448 0 419.3 0 384V176L217.6 339.2z\"></path></svg></span><span class=\"uagb-icon-list__label\">blueroan@ugo.co.za</span></div>\n<!-- /wp:uagb/icon-list-child --></div></div>\n<!-- /wp:uagb/icon-list --></div></div>\n<!-- /wp:uagb/container -->',	'Accommodation',	'',	'inherit',	'closed',	'closed',	'',	'761-revision-v1',	'',	'',	'2022-12-30 10:58:10',	'2022-12-30 10:58:10',	'',	761,	'https://blueroan.netgen.cloud/?p=1443',	0,	'revision',	'',	0),
(1445,	2,	'2023-01-03 10:40:09',	'2023-01-03 10:40:09',	'<!-- wp:uagb/container {\"block_id\":\"002f6a4f\",\"backgroundType\":\"image\",\"backgroundImageDesktop\":{\"id\":797,\"title\":\"blue-roan-guest-farm (13)\",\"filename\":\"blue-roan-guest-farm-13.jpg\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-13.jpg\",\"link\":\"https://blueroan.netgen.cloud/home/blue-roan-guest-farm-13/\",\"alt\":\"\",\"author\":\"2\",\"description\":\"\",\"caption\":\"\",\"name\":\"blue-roan-guest-farm-13\",\"status\":\"inherit\",\"uploadedTo\":760,\"date\":\"2022-12-13T09:37:10.000Z\",\"modified\":\"2022-12-13T09:37:10.000Z\",\"menuOrder\":0,\"mime\":\"image/jpeg\",\"type\":\"image\",\"subtype\":\"jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-includes/images/media/default.png\",\"dateFormatted\":\"December 13, 2022\",\"nonces\":{\"update\":\"88c7dafe15\",\"delete\":\"0e63c986af\",\"edit\":\"ba0aad2d7f\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=797\\u0026action=edit\",\"meta\":false,\"authorName\":\"Netgen Support\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/profile.php\",\"uploadedToTitle\":\"Home\",\"uploadedToLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=760\\u0026action=edit\",\"filesizeInBytes\":201183,\"filesizeHumanReadable\":\"196 KB\",\"context\":\"\",\"height\":667,\"width\":1000,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-13-150x150.jpg\",\"orientation\":\"landscape\"},\"medium\":{\"height\":200,\"width\":300,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-13-300x200.jpg\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-13.jpg\",\"height\":667,\"width\":1000,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"backgroundPositionDesktop\":{\"x\":0.62,\"y\":0.78},\"backgroundSizeTablet\":\"cover\",\"backgroundSizeMobile\":\"cover\",\"backgroundColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"backgroundImageColor\":\"rgba(42,42,42,0.5)\",\"topPaddingDesktop\":220,\"bottomPaddingDesktop\":150,\"topPaddingTablet\":170,\"bottomPaddingTablet\":160,\"leftPaddingTablet\":30,\"rightPaddingTablet\":30,\"topPaddingMobile\":180,\"bottomPaddingMobile\":80,\"leftPaddingMobile\":20,\"rightPaddingMobile\":20,\"paddingLink\":false,\"variationSelected\":true,\"isBlockRootParent\":true,\"overlayType\":\"color\"} -->\n<div class=\"wp-block-uagb-container uagb-block-002f6a4f alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/advanced-heading {\"block_id\":\"67a722e2\",\"classMigrate\":true,\"headingDescToggle\":true,\"headingColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"subHeadingColor\":\"var(\\u002d\\u002dast-global-color-4)\",\"headingTag\":\"h1\",\"headSpace\":20,\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"blockTopPadding\":0,\"blockRightPadding\":50,\"blockLeftPadding\":0,\"blockBottomPadding\":0,\"blockTopPaddingTablet\":0,\"blockRightPaddingTablet\":20,\"blockLeftPaddingTablet\":0,\"blockBottomPaddingTablet\":0,\"blockTopPaddingMobile\":0,\"blockRightPaddingMobile\":0,\"blockLeftPaddingMobile\":0,\"blockBottomPaddingMobile\":0,\"blockPaddingUnit\":\"%\",\"blockPaddingUnitTablet\":\"%\"} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-67a722e2\"><h1 class=\"uagb-heading-text\">Rooms &amp; Accommodation​</h1><p class=\"uagb-desc-text\">If you are looking for a home away from home, even a place your dog can come along then take a closer look into the rooms we offer and pick the one for you.</p></div>\n<!-- /wp:uagb/advanced-heading --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"37515a57\",\"backgroundType\":\"color\",\"backgroundSizeTablet\":\"cover\",\"backgroundSizeMobile\":\"cover\",\"backgroundColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"topPaddingDesktop\":120,\"bottomPaddingDesktop\":120,\"topPaddingTablet\":80,\"bottomPaddingTablet\":80,\"leftPaddingTablet\":30,\"rightPaddingTablet\":30,\"topPaddingMobile\":80,\"bottomPaddingMobile\":80,\"leftPaddingMobile\":20,\"rightPaddingMobile\":20,\"paddingLink\":false,\"variationSelected\":true,\"rowGapDesktop\":0,\"isBlockRootParent\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-37515a57 alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/container {\"block_id\":\"319abb3f\",\"directionDesktop\":\"row\",\"alignItemsDesktop\":\"flex-end\",\"alignItemsTablet\":\"flex-end\",\"justifyContentDesktop\":\"flex-end\",\"justifyContentTablet\":\"space-between\",\"variationSelected\":true,\"rowGapMobile\":20,\"columnGapDesktop\":0} -->\n<div class=\"wp-block-uagb-container uagb-block-319abb3f\"><!-- wp:uagb/advanced-heading {\"block_id\":\"8f2beb7c\",\"classMigrate\":true,\"headingDescToggle\":true,\"subHeadingColor\":\"\",\"headSpace\":20,\"subHeadFontSize\":16} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-8f2beb7c\"><h2 class=\"uagb-heading-text\">Come &amp; Stay With Us​</h2><p class=\"uagb-desc-text\">There are 7 excellent brick self-catering units available, each private and with a distinctive personality and theme. They are particularly made for pet-free or pet-owning couples looking for a romantic and serene setting to reconnect, celebrate special occasions, or simply unwind on a holiday.<br><br>We are pet-friendly by arrangement as each unit is separately fenced with its own grassy garden with a garden gate leading to the generous park area where pets can socialize. &nbsp;We also have lovely safe off-leash walking trails on our property and beyond. &nbsp;Our units are very luxurious with everything you would need and very homely and charming. Regrettably no children or group bookings.  </p></div>\n<!-- /wp:uagb/advanced-heading --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"69ca2f82\",\"directionDesktop\":\"row\",\"alignItemsTablet\":\"flex-start\",\"justifyContentDesktop\":\"flex-start\",\"topMarginDesktop\":54,\"bottomMarginDesktop\":0,\"leftMarginDesktop\":0,\"rightMarginDesktop\":0,\"marginLink\":false,\"variationSelected\":true,\"rowGapMobile\":0,\"columnGapDesktop\":0} -->\n<div class=\"wp-block-uagb-container uagb-block-69ca2f82\"><!-- wp:uagb/container {\"block_id\":\"0a3b936c\",\"widthDesktop\":50,\"bottomPaddingDesktop\":20,\"rightPaddingDesktop\":32,\"bottomPaddingTablet\":35,\"rightPaddingTablet\":15,\"bottomPaddingMobile\":65,\"paddingLink\":false,\"topMarginDesktop\":0,\"bottomMarginDesktop\":0,\"leftMarginDesktop\":5,\"rightMarginDesktop\":5,\"topMarginMobile\":0,\"bottomMarginMobile\":0,\"leftMarginMobile\":0,\"rightMarginMobile\":0,\"marginLink\":false,\"variationSelected\":true,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-0a3b936c\"><!-- wp:uagb/info-box {\"classMigrate\":true,\"headingAlign\":\"left\",\"headingColor\":\"\",\"subHeadingColor\":\"\",\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"source_type\":\"image\",\"block_id\":\"dc416d24\",\"ctaIcon\":\"\",\"ctaType\":\"text\",\"ctaText\":\"\\u003ca href=\\u0022/the-barn/\\u0022 data-type=\\u0022URL\\u0022 data-id=\\u0022/the-barn/\\u0022\\u003eREAD MORE\\u003c/a\\u003e\",\"ctaLink\":\"/the-barn/\",\"ctaLinkColor\":\"var(\\u002d\\u002dast-global-color-0)\",\"ctaDecoration\":\"underline\",\"ctaFontSize\":12,\"ctaFontWeight\":\"600\",\"ctaLetterSpacing\":2,\"ctaBorderColor\":\"\",\"ctaBorderStyle\":\"\",\"ctaBorderWidth\":\"\",\"ctaBorderRadius\":\"\",\"iconBottomMargin\":30,\"iconImage\":{\"uploading\":false,\"date\":1670936674000,\"filename\":\"blue-roan-guest-farm-10.jpg\",\"menuOrder\":0,\"uploadedTo\":761,\"type\":\"image\",\"subtype\":\"jpeg\",\"id\":863,\"title\":\"blue-roan-guest-farm (10)\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-10.jpg\",\"link\":\"https://blueroan.netgen.cloud/accommodation/blue-roan-guest-farm-10/\",\"alt\":\"\",\"author\":\"2\",\"description\":\"\",\"caption\":\"\",\"name\":\"blue-roan-guest-farm-10\",\"status\":\"inherit\",\"modified\":1670936674000,\"mime\":\"image/jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-includes/images/media/default.png\",\"dateFormatted\":\"December 13, 2022\",\"nonces\":{\"update\":\"1a7491aa65\",\"delete\":\"dc6afaa89c\",\"edit\":\"7635ee35fb\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=863\\u0026action=edit\",\"meta\":false,\"authorName\":\"Netgen Support\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/profile.php\",\"uploadedToTitle\":\"Accommodation\",\"uploadedToLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=761\\u0026action=edit\",\"filesizeInBytes\":149768,\"filesizeHumanReadable\":\"146 KB\",\"context\":\"\",\"height\":667,\"width\":1000,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-10-150x150.jpg\",\"orientation\":\"landscape\"},\"medium\":{\"height\":200,\"width\":300,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-10-300x200.jpg\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-10.jpg\",\"height\":667,\"width\":1000,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"imageSize\":\"full\",\"imageWidth\":100,\"imageWidthMobile\":100,\"imageWidthTablet\":100,\"paddingBtnTop\":10,\"paddingBtnBottom\":10,\"paddingBtnLeft\":14,\"paddingBtnRight\":14,\"imageWidthUnit\":\"%\",\"imageWidthUnitTablet\":\"%\",\"imageWidthUnitMobile\":\"%\",\"subHeadTopMargin\":0,\"subHeadRightMargin\":40,\"subHeadLeftMargin\":0,\"subHeadMarginTopTablet\":0,\"subHeadMarginRightTablet\":0,\"subHeadTabletSpace\":20,\"subHeadMarginLeftTablet\":0,\"imgTagHeight\":66,\"imgTagWidth\":1000,\"btnBorderTopWidth\":1,\"btnBorderLeftWidth\":1,\"btnBorderRightWidth\":1,\"btnBorderBottomWidth\":1,\"btnBorderTopLeftRadius\":0,\"btnBorderTopRightRadius\":0,\"btnBorderBottomLeftRadius\":0,\"btnBorderBottomRightRadius\":0,\"btnBorderStyle\":\"solid\",\"btnBorderColor\":\"#333\"} -->\n<div class=\"wp-block-uagb-info-box uagb-block-dc416d24 uagb-infobox__content-wrap  uagb-infobox-icon-above-title uagb-infobox-image-valign-top\"><div class=\"uagb-ifb-content\"><div class=\"uagb-ifb-image-content\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-10.jpg\" alt=\"\" width=\"100\" height=\"66\" loading=\"lazy\"/></div><div class=\"uagb-ifb-title-wrap\"><h3 class=\"uagb-ifb-title\">The Barn </h3></div><p class=\"uagb-ifb-desc\">Rustic beams and exposed wood are all hallmarks of our barn-style suite. This is an open-plan unit with lots of windows with a raised king bed on a platform that faces the TV and the mountains.</p><div class=\"uagb-ifb-button-wrapper wp-block-button\"><a href=\"/the-barn/\" target=\"_self\" class=\"uagb-infobox-cta-link\" rel=\"noopener noreferrer\" alt=\"\"><span class=\"uagb-inline-editing\">READ MORE</span></a></div></div></div>\n<!-- /wp:uagb/info-box --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"6a503d70\",\"widthDesktop\":50,\"bottomPaddingDesktop\":20,\"rightPaddingDesktop\":32,\"bottomPaddingTablet\":35,\"rightPaddingTablet\":15,\"bottomPaddingMobile\":65,\"paddingLink\":false,\"topMarginDesktop\":0,\"bottomMarginDesktop\":0,\"leftMarginDesktop\":5,\"rightMarginDesktop\":5,\"topMarginMobile\":0,\"bottomMarginMobile\":0,\"leftMarginMobile\":0,\"rightMarginMobile\":0,\"marginLink\":false,\"variationSelected\":true,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-6a503d70\"><!-- wp:uagb/info-box {\"classMigrate\":true,\"headingAlign\":\"left\",\"headingColor\":\"\",\"subHeadingColor\":\"\",\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"source_type\":\"image\",\"block_id\":\"610e1b71\",\"ctaIcon\":\"\",\"ctaType\":\"text\",\"ctaText\":\"READ MORE\",\"ctaLink\":\"/the-tuscan-suite/\",\"ctaLinkColor\":\"var(\\u002d\\u002dast-global-color-0)\",\"ctaDecoration\":\"underline\",\"ctaFontSize\":12,\"ctaFontWeight\":\"600\",\"ctaLetterSpacing\":2,\"ctaBorderColor\":\"\",\"ctaBorderStyle\":\"\",\"ctaBorderWidth\":\"\",\"ctaBorderRadius\":\"\",\"iconBottomMargin\":30,\"iconImage\":{\"uploading\":false,\"date\":1671793552000,\"filename\":\"Tuscan-bed-1-scaled.jpg\",\"menuOrder\":0,\"uploadedTo\":761,\"type\":\"image\",\"subtype\":\"jpeg\",\"id\":1418,\"title\":\"Tuscan bed\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Tuscan-bed-1-scaled.jpg\",\"link\":\"https://blueroan.netgen.cloud/accommodation/tuscan-bed-2/\",\"alt\":\"\",\"author\":\"2\",\"description\":\"\",\"caption\":\"\",\"name\":\"tuscan-bed-2\",\"status\":\"inherit\",\"modified\":1671793552000,\"mime\":\"image/jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-includes/images/media/default.png\",\"dateFormatted\":\"December 23, 2022\",\"nonces\":{\"update\":\"ba92fb9c39\",\"delete\":\"55404e2fb4\",\"edit\":\"0e4d071f08\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=1418\\u0026action=edit\",\"meta\":false,\"authorName\":\"Netgen Support\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/profile.php\",\"uploadedToTitle\":\"Accommodation\",\"uploadedToLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=761\\u0026action=edit\",\"filesizeInBytes\":713337,\"filesizeHumanReadable\":\"697 KB\",\"context\":\"\",\"originalImageURL\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Tuscan-bed-1.jpg\",\"originalImageName\":\"Tuscan-bed-1.jpg\",\"height\":1920,\"width\":2560,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Tuscan-bed-1-150x150.jpg\",\"orientation\":\"landscape\"},\"medium\":{\"height\":225,\"width\":300,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Tuscan-bed-1-300x225.jpg\",\"orientation\":\"landscape\"},\"large\":{\"height\":768,\"width\":1024,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Tuscan-bed-1-1024x768.jpg\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Tuscan-bed-1-scaled.jpg\",\"height\":1920,\"width\":2560,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"imageSize\":\"full\",\"imageWidth\":100,\"imageWidthMobile\":100,\"imageWidthTablet\":100,\"paddingBtnTop\":10,\"paddingBtnBottom\":10,\"paddingBtnLeft\":14,\"paddingBtnRight\":14,\"imageWidthUnit\":\"%\",\"imageWidthUnitTablet\":\"%\",\"imageWidthUnitMobile\":\"%\",\"subHeadTopMargin\":0,\"subHeadRightMargin\":40,\"subHeadLeftMargin\":0,\"subHeadMarginTopTablet\":0,\"subHeadMarginRightTablet\":0,\"subHeadTabletSpace\":20,\"subHeadMarginLeftTablet\":0,\"imgTagHeight\":75,\"imgTagWidth\":2560,\"btnBorderTopWidth\":1,\"btnBorderLeftWidth\":1,\"btnBorderRightWidth\":1,\"btnBorderBottomWidth\":1,\"btnBorderTopLeftRadius\":0,\"btnBorderTopRightRadius\":0,\"btnBorderBottomLeftRadius\":0,\"btnBorderBottomRightRadius\":0,\"btnBorderStyle\":\"solid\",\"btnBorderColor\":\"#333\"} -->\n<div class=\"wp-block-uagb-info-box uagb-block-610e1b71 uagb-infobox__content-wrap  uagb-infobox-icon-above-title uagb-infobox-image-valign-top\"><div class=\"uagb-ifb-content\"><div class=\"uagb-ifb-image-content\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Tuscan-bed-1-scaled.jpg\" alt=\"\" width=\"100\" height=\"75\" loading=\"lazy\"/></div><div class=\"uagb-ifb-title-wrap\"><h3 class=\"uagb-ifb-title\">The Tuscan Suite </h3></div><p class=\"uagb-ifb-desc\">Terra-cotta tiles, textured wall treatments, gorgeous, intricate murals,&nbsp;and simple, durable furniture with elegant iron accents are all characteristics of Tuscan interior design.</p><div class=\"uagb-ifb-button-wrapper wp-block-button\"><a href=\"/the-tuscan-suite/\" target=\"_self\" class=\"uagb-infobox-cta-link\" rel=\"noopener noreferrer\" alt=\"\"><span class=\"uagb-inline-editing\">READ MORE</span></a></div></div></div>\n<!-- /wp:uagb/info-box --></div>\n<!-- /wp:uagb/container --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"49071ec0\",\"directionDesktop\":\"row\",\"alignItemsTablet\":\"flex-start\",\"justifyContentDesktop\":\"flex-start\",\"topMarginDesktop\":54,\"bottomMarginDesktop\":0,\"leftMarginDesktop\":0,\"rightMarginDesktop\":0,\"topMarginMobile\":0,\"bottomMarginMobile\":0,\"leftMarginMobile\":0,\"rightMarginMobile\":0,\"marginLink\":false,\"variationSelected\":true,\"rowGapMobile\":0,\"columnGapDesktop\":0} -->\n<div class=\"wp-block-uagb-container uagb-block-49071ec0\"><!-- wp:uagb/container {\"block_id\":\"45e27972\",\"widthDesktop\":50,\"bottomPaddingDesktop\":20,\"rightPaddingDesktop\":32,\"bottomPaddingTablet\":35,\"leftPaddingTablet\":0,\"rightPaddingTablet\":15,\"bottomPaddingMobile\":65,\"paddingLink\":false,\"topMarginDesktop\":0,\"bottomMarginDesktop\":0,\"leftMarginDesktop\":5,\"rightMarginDesktop\":5,\"topMarginMobile\":0,\"bottomMarginMobile\":0,\"leftMarginMobile\":0,\"rightMarginMobile\":0,\"marginLink\":false,\"variationSelected\":true,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-45e27972\"><!-- wp:uagb/info-box {\"classMigrate\":true,\"headingAlign\":\"left\",\"headingColor\":\"\",\"subHeadingColor\":\"\",\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"source_type\":\"image\",\"block_id\":\"d2409b6e\",\"ctaIcon\":\"\",\"ctaType\":\"text\",\"ctaText\":\"READ MORE\",\"ctaLink\":\"/the-bluebush/\",\"ctaLinkColor\":\"var(\\u002d\\u002dast-global-color-0)\",\"ctaDecoration\":\"underline\",\"ctaFontSize\":12,\"ctaFontWeight\":\"600\",\"ctaLetterSpacing\":2,\"ctaBorderColor\":\"\",\"ctaBorderStyle\":\"\",\"ctaBorderWidth\":\"\",\"ctaBorderRadius\":\"\",\"iconBottomMargin\":30,\"iconImage\":{\"uploading\":false,\"date\":1670938945000,\"filename\":\"bluebush-king-bed-and-spa-bath.png\",\"menuOrder\":0,\"uploadedTo\":761,\"type\":\"image\",\"subtype\":\"png\",\"id\":881,\"title\":\"bluebush-king-bed-and-spa-bath\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/bluebush-king-bed-and-spa-bath.png\",\"link\":\"https://blueroan.netgen.cloud/accommodation/bluebush-king-bed-and-spa-bath/\",\"alt\":\"\",\"author\":\"2\",\"description\":\"\",\"caption\":\"\",\"name\":\"bluebush-king-bed-and-spa-bath\",\"status\":\"inherit\",\"modified\":1670938945000,\"mime\":\"image/png\",\"icon\":\"https://blueroan.netgen.cloud/wp-includes/images/media/default.png\",\"dateFormatted\":\"December 13, 2022\",\"nonces\":{\"update\":\"e1c334788a\",\"delete\":\"b219c40b29\",\"edit\":\"273b944edc\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=881\\u0026action=edit\",\"meta\":false,\"authorName\":\"Netgen Support\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/profile.php\",\"uploadedToTitle\":\"Accommodation\",\"uploadedToLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=761\\u0026action=edit\",\"filesizeInBytes\":1195033,\"filesizeHumanReadable\":\"1 MB\",\"context\":\"\",\"height\":667,\"width\":1000,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/bluebush-king-bed-and-spa-bath-150x150.png\",\"orientation\":\"landscape\"},\"medium\":{\"height\":200,\"width\":300,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/bluebush-king-bed-and-spa-bath-300x200.png\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/bluebush-king-bed-and-spa-bath.png\",\"height\":667,\"width\":1000,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"imageSize\":\"full\",\"imageWidth\":100,\"imageWidthMobile\":100,\"imageWidthTablet\":100,\"paddingBtnTop\":10,\"paddingBtnBottom\":10,\"paddingBtnLeft\":14,\"paddingBtnRight\":14,\"imageWidthUnit\":\"%\",\"imageWidthUnitTablet\":\"%\",\"imageWidthUnitMobile\":\"%\",\"subHeadTopMargin\":0,\"subHeadRightMargin\":40,\"subHeadLeftMargin\":0,\"subHeadMarginTopTablet\":0,\"subHeadMarginRightTablet\":0,\"subHeadTabletSpace\":20,\"subHeadMarginLeftTablet\":0,\"imgTagHeight\":66,\"imgTagWidth\":1000,\"btnBorderTopWidth\":1,\"btnBorderLeftWidth\":1,\"btnBorderRightWidth\":1,\"btnBorderBottomWidth\":1,\"btnBorderTopLeftRadius\":0,\"btnBorderTopRightRadius\":0,\"btnBorderBottomLeftRadius\":0,\"btnBorderBottomRightRadius\":0,\"btnBorderStyle\":\"solid\",\"btnBorderColor\":\"#333\"} -->\n<div class=\"wp-block-uagb-info-box uagb-block-d2409b6e uagb-infobox__content-wrap  uagb-infobox-icon-above-title uagb-infobox-image-valign-top\"><div class=\"uagb-ifb-content\"><div class=\"uagb-ifb-image-content\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/bluebush-king-bed-and-spa-bath.png\" alt=\"\" width=\"100\" height=\"66\" loading=\"lazy\"/></div><div class=\"uagb-ifb-title-wrap\"><h3 class=\"uagb-ifb-title\">The Bluebush </h3></div><p class=\"uagb-ifb-desc\">A warm and comforting suite with a very homely feeling. Settle in and alleviate like you would at home. Relax with a perfect corner-shaped spa bath and open-plan&nbsp;living area.</p><div class=\"uagb-ifb-button-wrapper wp-block-button\"><a href=\"/the-bluebush/\" target=\"_self\" class=\"uagb-infobox-cta-link\" rel=\"noopener noreferrer\" alt=\"\"><span class=\"uagb-inline-editing\">READ MORE</span></a></div></div></div>\n<!-- /wp:uagb/info-box --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"9113c78c\",\"widthDesktop\":50,\"bottomPaddingDesktop\":20,\"rightPaddingDesktop\":32,\"bottomPaddingTablet\":35,\"rightPaddingTablet\":15,\"bottomPaddingMobile\":65,\"paddingLink\":false,\"topMarginDesktop\":0,\"bottomMarginDesktop\":0,\"leftMarginDesktop\":5,\"rightMarginDesktop\":5,\"topMarginMobile\":0,\"bottomMarginMobile\":0,\"leftMarginMobile\":0,\"rightMarginMobile\":0,\"marginLink\":false,\"variationSelected\":true,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-9113c78c\"><!-- wp:uagb/info-box {\"classMigrate\":true,\"headingAlign\":\"left\",\"headingColor\":\"\",\"subHeadingColor\":\"\",\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"source_type\":\"image\",\"block_id\":\"f6a9f174\",\"ctaIcon\":\"\",\"ctaType\":\"text\",\"ctaText\":\"READ MORE\",\"ctaLink\":\"/the-mexican-loft/\",\"ctaLinkColor\":\"var(\\u002d\\u002dast-global-color-0)\",\"ctaDecoration\":\"underline\",\"ctaFontSize\":12,\"ctaFontWeight\":\"600\",\"ctaLetterSpacing\":2,\"ctaBorderColor\":\"\",\"ctaBorderStyle\":\"\",\"ctaBorderWidth\":\"\",\"ctaBorderRadius\":\"\",\"iconBottomMargin\":30,\"iconImage\":{\"uploading\":false,\"date\":1671792813000,\"filename\":\"Mexican-lounge-scaled.jpg\",\"menuOrder\":0,\"uploadedTo\":761,\"type\":\"image\",\"subtype\":\"jpeg\",\"id\":1414,\"title\":\"Mexican lounge\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Mexican-lounge-scaled.jpg\",\"link\":\"https://blueroan.netgen.cloud/accommodation/mexican-lounge/\",\"alt\":\"\",\"author\":\"2\",\"description\":\"\",\"caption\":\"\",\"name\":\"mexican-lounge\",\"status\":\"inherit\",\"modified\":1671792813000,\"mime\":\"image/jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-includes/images/media/default.png\",\"dateFormatted\":\"December 23, 2022\",\"nonces\":{\"update\":\"bee2a34b7c\",\"delete\":\"eedfc00600\",\"edit\":\"e22c6f6722\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=1414\\u0026action=edit\",\"meta\":false,\"authorName\":\"Netgen Support\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/profile.php\",\"uploadedToTitle\":\"Accommodation\",\"uploadedToLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=761\\u0026action=edit\",\"filesizeInBytes\":470054,\"filesizeHumanReadable\":\"459 KB\",\"context\":\"\",\"originalImageURL\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Mexican-lounge.jpg\",\"originalImageName\":\"Mexican-lounge.jpg\",\"height\":1440,\"width\":2560,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Mexican-lounge-150x150.jpg\",\"orientation\":\"landscape\"},\"medium\":{\"height\":169,\"width\":300,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Mexican-lounge-300x169.jpg\",\"orientation\":\"landscape\"},\"large\":{\"height\":576,\"width\":1024,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Mexican-lounge-1024x576.jpg\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Mexican-lounge-scaled.jpg\",\"height\":1440,\"width\":2560,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"imageSize\":\"full\",\"imageWidth\":100,\"imageWidthMobile\":100,\"imageWidthTablet\":100,\"paddingBtnTop\":10,\"paddingBtnBottom\":10,\"paddingBtnLeft\":14,\"paddingBtnRight\":14,\"imageWidthUnit\":\"%\",\"imageWidthUnitTablet\":\"%\",\"imageWidthUnitMobile\":\"%\",\"subHeadTopMargin\":0,\"subHeadRightMargin\":40,\"subHeadLeftMargin\":0,\"subHeadMarginTopTablet\":0,\"subHeadMarginRightTablet\":0,\"subHeadTabletSpace\":20,\"subHeadMarginLeftTablet\":0,\"imgTagHeight\":56,\"imgTagWidth\":2560,\"btnBorderTopWidth\":1,\"btnBorderLeftWidth\":1,\"btnBorderRightWidth\":1,\"btnBorderBottomWidth\":1,\"btnBorderTopLeftRadius\":0,\"btnBorderTopRightRadius\":0,\"btnBorderBottomLeftRadius\":0,\"btnBorderBottomRightRadius\":0,\"btnBorderStyle\":\"solid\",\"btnBorderColor\":\"#333\"} -->\n<div class=\"wp-block-uagb-info-box uagb-block-f6a9f174 uagb-infobox__content-wrap  uagb-infobox-icon-above-title uagb-infobox-image-valign-top\"><div class=\"uagb-ifb-content\"><div class=\"uagb-ifb-image-content\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Mexican-lounge-scaled.jpg\" alt=\"\" width=\"100\" height=\"56\" loading=\"lazy\"/></div><div class=\"uagb-ifb-title-wrap\"><h3 class=\"uagb-ifb-title\">The Mexican Loft </h3></div><p class=\"uagb-ifb-desc\">This Mexican-inspired unit is full of bold colors and rustic furnishings. This design style has a multifarious feel, mixing rustic wood, authentic art, textiles, and a vivid palette of color</p><div class=\"uagb-ifb-button-wrapper wp-block-button\"><a href=\"/the-mexican-loft/\" target=\"_self\" class=\"uagb-infobox-cta-link\" rel=\"noopener noreferrer\" alt=\"\"><span class=\"uagb-inline-editing\">READ MORE</span></a></div></div></div>\n<!-- /wp:uagb/info-box --></div>\n<!-- /wp:uagb/container --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"48093a24\",\"directionDesktop\":\"row\",\"justifyContentDesktop\":\"flex-start\",\"topMarginDesktop\":54,\"bottomMarginDesktop\":0,\"leftMarginDesktop\":0,\"rightMarginDesktop\":0,\"topMarginMobile\":0,\"bottomMarginMobile\":0,\"leftMarginMobile\":0,\"rightMarginMobile\":0,\"marginLink\":false,\"variationSelected\":true,\"rowGapMobile\":0,\"columnGapDesktop\":0} -->\n<div class=\"wp-block-uagb-container uagb-block-48093a24\"><!-- wp:uagb/container {\"block_id\":\"69a0dd95\",\"widthDesktop\":50,\"bottomPaddingDesktop\":20,\"rightPaddingDesktop\":32,\"bottomPaddingTablet\":35,\"rightPaddingTablet\":15,\"bottomPaddingMobile\":65,\"paddingLink\":false,\"topMarginDesktop\":0,\"bottomMarginDesktop\":0,\"leftMarginDesktop\":5,\"rightMarginDesktop\":5,\"topMarginMobile\":0,\"bottomMarginMobile\":0,\"leftMarginMobile\":0,\"rightMarginMobile\":0,\"marginLink\":false,\"variationSelected\":true,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-69a0dd95\"><!-- wp:uagb/info-box {\"classMigrate\":true,\"headingAlign\":\"left\",\"headingColor\":\"\",\"subHeadingColor\":\"\",\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"source_type\":\"image\",\"block_id\":\"5f3189c6\",\"ctaIcon\":\"\",\"ctaType\":\"text\",\"ctaText\":\"READ MORE\",\"ctaLink\":\"/the-acacia/\",\"ctaLinkColor\":\"var(\\u002d\\u002dast-global-color-0)\",\"ctaDecoration\":\"underline\",\"ctaFontSize\":12,\"ctaFontWeight\":\"600\",\"ctaLetterSpacing\":2,\"ctaBorderColor\":\"\",\"ctaBorderStyle\":\"\",\"ctaBorderWidth\":\"\",\"ctaBorderRadius\":\"\",\"iconBottomMargin\":30,\"iconImage\":{\"uploading\":false,\"date\":1671617789000,\"filename\":\"Untitled-design-8.png\",\"menuOrder\":0,\"uploadedTo\":761,\"type\":\"image\",\"subtype\":\"png\",\"id\":1367,\"title\":\"Untitled design (8)\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Untitled-design-8.png\",\"link\":\"https://blueroan.netgen.cloud/accommodation/untitled-design-8/\",\"alt\":\"\",\"author\":\"2\",\"description\":\"\",\"caption\":\"\",\"name\":\"untitled-design-8\",\"status\":\"inherit\",\"modified\":1671617789000,\"mime\":\"image/png\",\"icon\":\"https://blueroan.netgen.cloud/wp-includes/images/media/default.png\",\"dateFormatted\":\"December 21, 2022\",\"nonces\":{\"update\":\"a4f9ab1277\",\"delete\":\"0a02bad2bf\",\"edit\":\"1453f03067\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=1367\\u0026action=edit\",\"meta\":false,\"authorName\":\"Netgen Support\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/profile.php\",\"uploadedToTitle\":\"Accommodation\",\"uploadedToLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=761\\u0026action=edit\",\"filesizeInBytes\":8233970,\"filesizeHumanReadable\":\"8 MB\",\"context\":\"\",\"height\":2736,\"width\":3648,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Untitled-design-8-150x150.png\",\"orientation\":\"landscape\"},\"medium\":{\"height\":225,\"width\":300,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Untitled-design-8-300x225.png\",\"orientation\":\"landscape\"},\"large\":{\"height\":768,\"width\":1024,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Untitled-design-8-1024x768.png\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Untitled-design-8.png\",\"height\":2736,\"width\":3648,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"imageSize\":\"full\",\"imageWidth\":100,\"imageWidthMobile\":100,\"imageWidthTablet\":100,\"paddingBtnTop\":10,\"paddingBtnBottom\":10,\"paddingBtnLeft\":14,\"paddingBtnRight\":14,\"imageWidthUnit\":\"%\",\"imageWidthUnitTablet\":\"%\",\"imageWidthUnitMobile\":\"%\",\"subHeadTopMargin\":0,\"subHeadRightMargin\":40,\"subHeadLeftMargin\":0,\"subHeadMarginTopTablet\":0,\"subHeadMarginRightTablet\":0,\"subHeadTabletSpace\":20,\"subHeadMarginLeftTablet\":0,\"imgTagHeight\":75,\"imgTagWidth\":3648,\"btnBorderTopWidth\":1,\"btnBorderLeftWidth\":1,\"btnBorderRightWidth\":1,\"btnBorderBottomWidth\":1,\"btnBorderTopLeftRadius\":0,\"btnBorderTopRightRadius\":0,\"btnBorderBottomLeftRadius\":0,\"btnBorderBottomRightRadius\":0,\"btnBorderStyle\":\"solid\",\"btnBorderColor\":\"#333\"} -->\n<div class=\"wp-block-uagb-info-box uagb-block-5f3189c6 uagb-infobox__content-wrap  uagb-infobox-icon-above-title uagb-infobox-image-valign-top\"><div class=\"uagb-ifb-content\"><div class=\"uagb-ifb-image-content\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Untitled-design-8.png\" alt=\"\" width=\"100\" height=\"75\" loading=\"lazy\"/></div><div class=\"uagb-ifb-title-wrap\"><h3 class=\"uagb-ifb-title\">The Acacia </h3></div><p class=\"uagb-ifb-desc\">The Acacia tree inspired the name of our largest unit. The wide open-concept living space of this rustic, rough-hewn unit opens onto a covered patio with a brick braai area.</p><div class=\"uagb-ifb-button-wrapper wp-block-button\"><a href=\"/the-acacia/\" target=\"_self\" class=\"uagb-infobox-cta-link\" rel=\"noopener noreferrer\" alt=\"\"><span class=\"uagb-inline-editing\">READ MORE</span></a></div></div></div>\n<!-- /wp:uagb/info-box --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"19aaa3ab\",\"widthDesktop\":50,\"bottomPaddingDesktop\":20,\"rightPaddingDesktop\":32,\"bottomPaddingTablet\":35,\"rightPaddingTablet\":15,\"paddingLink\":false,\"topMarginDesktop\":0,\"bottomMarginDesktop\":0,\"leftMarginDesktop\":5,\"rightMarginDesktop\":5,\"topMarginMobile\":0,\"bottomMarginMobile\":0,\"leftMarginMobile\":0,\"rightMarginMobile\":0,\"marginLink\":false,\"variationSelected\":true,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-19aaa3ab\"><!-- wp:uagb/info-box {\"classMigrate\":true,\"headingAlign\":\"left\",\"headingColor\":\"\",\"subHeadingColor\":\"\",\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"source_type\":\"image\",\"block_id\":\"3f5189de\",\"ctaIcon\":\"\",\"ctaType\":\"text\",\"ctaText\":\"READ MORE\",\"ctaLink\":\"/the-greek-villa/\",\"ctaLinkColor\":\"var(\\u002d\\u002dast-global-color-0)\",\"ctaDecoration\":\"underline\",\"ctaFontSize\":12,\"ctaFontWeight\":\"600\",\"ctaLetterSpacing\":2,\"ctaBorderColor\":\"\",\"ctaBorderStyle\":\"\",\"ctaBorderWidth\":\"\",\"ctaBorderRadius\":\"\",\"iconBottomMargin\":30,\"iconImage\":{\"id\":837,\"title\":\"blue-roan-guest-farm-8\",\"filename\":\"blue-roan-guest-farm-8.jpg\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-8.jpg\",\"link\":\"https://blueroan.netgen.cloud/home/blue-roan-guest-farm-8/\",\"alt\":\"\",\"author\":\"2\",\"description\":\"\",\"caption\":\"\",\"name\":\"blue-roan-guest-farm-8\",\"status\":\"inherit\",\"uploadedTo\":760,\"date\":\"2022-12-13T11:55:28.000Z\",\"modified\":\"2022-12-13T11:55:28.000Z\",\"menuOrder\":0,\"mime\":\"image/jpeg\",\"type\":\"image\",\"subtype\":\"jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-includes/images/media/default.png\",\"dateFormatted\":\"December 13, 2022\",\"nonces\":{\"update\":\"e297386797\",\"delete\":\"bce21c37a3\",\"edit\":\"b27dcb4293\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=837\\u0026action=edit\",\"meta\":false,\"authorName\":\"Netgen Support\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/profile.php\",\"uploadedToTitle\":\"Home\",\"uploadedToLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=760\\u0026action=edit\",\"filesizeInBytes\":208219,\"filesizeHumanReadable\":\"203 KB\",\"context\":\"\",\"height\":795,\"width\":1200,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-8-150x150.jpg\",\"orientation\":\"landscape\"},\"medium\":{\"height\":199,\"width\":300,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-8-300x199.jpg\",\"orientation\":\"landscape\"},\"large\":{\"height\":678,\"width\":1024,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-8-1024x678.jpg\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-8.jpg\",\"height\":795,\"width\":1200,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"imageSize\":\"full\",\"imageWidth\":100,\"imageWidthMobile\":100,\"imageWidthTablet\":100,\"paddingBtnTop\":10,\"paddingBtnBottom\":10,\"paddingBtnLeft\":14,\"paddingBtnRight\":14,\"imageWidthUnit\":\"%\",\"imageWidthUnitTablet\":\"%\",\"imageWidthUnitMobile\":\"%\",\"subHeadTopMargin\":0,\"subHeadRightMargin\":40,\"subHeadLeftMargin\":0,\"subHeadMarginTopTablet\":0,\"subHeadMarginRightTablet\":0,\"subHeadTabletSpace\":20,\"subHeadMarginLeftTablet\":0,\"imgTagHeight\":66,\"imgTagWidth\":1200,\"btnBorderTopWidth\":1,\"btnBorderLeftWidth\":1,\"btnBorderRightWidth\":1,\"btnBorderBottomWidth\":1,\"btnBorderTopLeftRadius\":0,\"btnBorderTopRightRadius\":0,\"btnBorderBottomLeftRadius\":0,\"btnBorderBottomRightRadius\":0,\"btnBorderStyle\":\"solid\",\"btnBorderColor\":\"#333\"} -->\n<div class=\"wp-block-uagb-info-box uagb-block-3f5189de uagb-infobox__content-wrap  uagb-infobox-icon-above-title uagb-infobox-image-valign-top\"><div class=\"uagb-ifb-content\"><div class=\"uagb-ifb-image-content\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-8.jpg\" alt=\"\" width=\"100\" height=\"66\" loading=\"lazy\"/></div><div class=\"uagb-ifb-title-wrap\"><h3 class=\"uagb-ifb-title\">The Greek Villa </h3></div><p class=\"uagb-ifb-desc\">Designed like a Greek villa this Mediterranean style reflects a relaxed atmosphere with its dominant white walls and blue ceilings with lovely rustic furnishings</p><div class=\"uagb-ifb-button-wrapper wp-block-button\"><a href=\"/the-greek-villa/\" target=\"_self\" class=\"uagb-infobox-cta-link\" rel=\"noopener noreferrer\" alt=\"\"><span class=\"uagb-inline-editing\">READ MORE</span></a></div></div></div>\n<!-- /wp:uagb/info-box --></div>\n<!-- /wp:uagb/container --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"92e91d08\",\"directionDesktop\":\"row\",\"justifyContentDesktop\":\"flex-start\",\"topMarginDesktop\":54,\"bottomMarginDesktop\":0,\"leftMarginDesktop\":0,\"rightMarginDesktop\":0,\"topMarginMobile\":0,\"bottomMarginMobile\":0,\"leftMarginMobile\":0,\"rightMarginMobile\":0,\"marginLink\":false,\"variationSelected\":true,\"rowGapMobile\":0,\"columnGapDesktop\":0} -->\n<div class=\"wp-block-uagb-container uagb-block-92e91d08\"><!-- wp:uagb/container {\"block_id\":\"5d8c79db\",\"widthDesktop\":50,\"bottomPaddingDesktop\":20,\"rightPaddingDesktop\":32,\"bottomPaddingTablet\":35,\"rightPaddingTablet\":15,\"bottomPaddingMobile\":65,\"paddingLink\":false,\"topMarginDesktop\":0,\"bottomMarginDesktop\":0,\"leftMarginDesktop\":5,\"rightMarginDesktop\":5,\"topMarginMobile\":0,\"bottomMarginMobile\":0,\"leftMarginMobile\":0,\"rightMarginMobile\":0,\"marginLink\":false,\"variationSelected\":true,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-5d8c79db\"><!-- wp:uagb/info-box {\"classMigrate\":true,\"headingAlign\":\"left\",\"headingColor\":\"\",\"subHeadingColor\":\"\",\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"source_type\":\"image\",\"block_id\":\"146aed91\",\"ctaIcon\":\"\",\"ctaType\":\"text\",\"ctaText\":\"READ MORE\",\"ctaLink\":\"/the-honeymoon-suite/\",\"ctaLinkColor\":\"var(\\u002d\\u002dast-global-color-0)\",\"ctaDecoration\":\"underline\",\"ctaFontSize\":12,\"ctaFontWeight\":\"600\",\"ctaLetterSpacing\":2,\"ctaBorderColor\":\"\",\"ctaBorderStyle\":\"\",\"ctaBorderWidth\":\"\",\"ctaBorderRadius\":\"\",\"iconBottomMargin\":30,\"iconImage\":{\"uploading\":false,\"date\":1671616764000,\"filename\":\"Honeymoon-bed-scaled.jpg\",\"menuOrder\":0,\"uploadedTo\":761,\"type\":\"image\",\"subtype\":\"jpeg\",\"id\":1365,\"title\":\"Honeymoon bed\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Honeymoon-bed-scaled.jpg\",\"link\":\"https://blueroan.netgen.cloud/accommodation/honeymoon-bed/\",\"alt\":\"\",\"author\":\"2\",\"description\":\"\",\"caption\":\"\",\"name\":\"honeymoon-bed\",\"status\":\"inherit\",\"modified\":1671616764000,\"mime\":\"image/jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-includes/images/media/default.png\",\"dateFormatted\":\"December 21, 2022\",\"nonces\":{\"update\":\"98057a9f17\",\"delete\":\"4fdef1107d\",\"edit\":\"ffc19c6d9a\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=1365\\u0026action=edit\",\"meta\":false,\"authorName\":\"Netgen Support\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/profile.php\",\"uploadedToTitle\":\"Accommodation\",\"uploadedToLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=761\\u0026action=edit\",\"filesizeInBytes\":698844,\"filesizeHumanReadable\":\"682 KB\",\"context\":\"\",\"originalImageURL\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Honeymoon-bed.jpg\",\"originalImageName\":\"Honeymoon-bed.jpg\",\"height\":1920,\"width\":2560,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Honeymoon-bed-150x150.jpg\",\"orientation\":\"landscape\"},\"medium\":{\"height\":225,\"width\":300,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Honeymoon-bed-300x225.jpg\",\"orientation\":\"landscape\"},\"large\":{\"height\":768,\"width\":1024,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Honeymoon-bed-1024x768.jpg\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Honeymoon-bed-scaled.jpg\",\"height\":1920,\"width\":2560,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"imageSize\":\"full\",\"imageWidth\":100,\"imageWidthMobile\":100,\"imageWidthTablet\":100,\"paddingBtnTop\":10,\"paddingBtnBottom\":10,\"paddingBtnLeft\":14,\"paddingBtnRight\":14,\"imageWidthUnit\":\"%\",\"imageWidthUnitTablet\":\"%\",\"imageWidthUnitMobile\":\"%\",\"subHeadTopMargin\":0,\"subHeadRightMargin\":40,\"subHeadLeftMargin\":0,\"subHeadMarginTopTablet\":0,\"subHeadMarginRightTablet\":0,\"subHeadTabletSpace\":20,\"subHeadMarginLeftTablet\":0,\"imgTagHeight\":75,\"imgTagWidth\":2560,\"btnBorderTopWidth\":1,\"btnBorderLeftWidth\":1,\"btnBorderRightWidth\":1,\"btnBorderBottomWidth\":1,\"btnBorderTopLeftRadius\":0,\"btnBorderTopRightRadius\":0,\"btnBorderBottomLeftRadius\":0,\"btnBorderBottomRightRadius\":0,\"btnBorderStyle\":\"solid\",\"btnBorderColor\":\"#333\"} -->\n<div class=\"wp-block-uagb-info-box uagb-block-146aed91 uagb-infobox__content-wrap  uagb-infobox-icon-above-title uagb-infobox-image-valign-top\"><div class=\"uagb-ifb-content\"><div class=\"uagb-ifb-image-content\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Honeymoon-bed-scaled.jpg\" alt=\"\" width=\"100\" height=\"75\" loading=\"lazy\"/></div><div class=\"uagb-ifb-title-wrap\"><h3 class=\"uagb-ifb-title\">The Honeymoon suite</h3></div><p class=\"uagb-ifb-desc\">This&nbsp;<a href=\"https://www.collinsdictionary.com/dictionary/english/suite\">suite</a>&nbsp;is perfect for couples - This is an open-plan unit attached to the side of the main house, completely private with its own entrance, own garden, and carport.&nbsp;</p><div class=\"uagb-ifb-button-wrapper wp-block-button\"><a href=\"/the-honeymoon-suite/\" target=\"_self\" class=\"uagb-infobox-cta-link\" rel=\"noopener noreferrer\" alt=\"\"><span class=\"uagb-inline-editing\">READ MORE</span></a></div></div></div>\n<!-- /wp:uagb/info-box --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"470ac569\",\"widthDesktop\":50,\"bottomPaddingDesktop\":20,\"rightPaddingDesktop\":32,\"bottomPaddingTablet\":35,\"rightPaddingTablet\":15,\"paddingLink\":false,\"topMarginDesktop\":0,\"bottomMarginDesktop\":0,\"leftMarginDesktop\":5,\"rightMarginDesktop\":5,\"topMarginMobile\":0,\"bottomMarginMobile\":0,\"leftMarginMobile\":0,\"rightMarginMobile\":0,\"marginLink\":false,\"variationSelected\":true,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-470ac569\"></div>\n<!-- /wp:uagb/container --></div>\n<!-- /wp:uagb/container --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"3e33a337\",\"innerContentCustomWidthDesktop\":781,\"innerContentCustomWidthTablet\":781,\"backgroundType\":\"image\",\"backgroundImageDesktop\":{\"uploading\":false,\"date\":1670943271000,\"filename\":\"AAEAAQAAAAAAAAAAAAAA39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba.png\",\"menuOrder\":0,\"uploadedTo\":761,\"type\":\"image\",\"subtype\":\"png\",\"id\":899,\"title\":\"AAEAAQAAAAAAAAAAAAAA39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAA39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba.png\",\"link\":\"https://blueroan.netgen.cloud/accommodation/aaeaaqaaaaaaaaaaaaaa39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba/\",\"alt\":\"\",\"author\":\"2\",\"description\":\"\",\"caption\":\"\",\"name\":\"aaeaaqaaaaaaaaaaaaaa39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba\",\"status\":\"inherit\",\"modified\":1670943271000,\"mime\":\"image/png\",\"icon\":\"https://blueroan.netgen.cloud/wp-includes/images/media/default.png\",\"dateFormatted\":\"December 13, 2022\",\"nonces\":{\"update\":\"45b2b6c69b\",\"delete\":\"75d81c42ab\",\"edit\":\"88fae030a9\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=899\\u0026action=edit\",\"meta\":false,\"authorName\":\"Netgen Support\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/profile.php\",\"uploadedToTitle\":\"Accommodation\",\"uploadedToLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=761\\u0026action=edit\",\"filesizeInBytes\":2338048,\"filesizeHumanReadable\":\"2 MB\",\"context\":\"\",\"height\":900,\"width\":1200,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAA39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba-150x150.png\",\"orientation\":\"landscape\"},\"medium\":{\"height\":225,\"width\":300,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAA39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba-300x225.png\",\"orientation\":\"landscape\"},\"large\":{\"height\":768,\"width\":1024,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAA39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba-1024x768.png\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAA39a2411cd8fd51d3ddaf4493507d4d0de14a1be1847e37a91df5d33b028722ce330cb7ef29831a6085439bac78b7d0a212ba.png\",\"height\":900,\"width\":1200,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"backgroundImageColor\":\"rgba(42,42,42,0.65)\",\"topPaddingDesktop\":144,\"bottomPaddingDesktop\":144,\"leftPaddingDesktop\":40,\"rightPaddingDesktop\":40,\"topPaddingTablet\":80,\"bottomPaddingTablet\":80,\"leftPaddingTablet\":40,\"rightPaddingTablet\":40,\"topPaddingMobile\":64,\"bottomPaddingMobile\":64,\"leftPaddingMobile\":24,\"rightPaddingMobile\":24,\"paddingLink\":false,\"variationSelected\":true,\"isBlockRootParent\":true,\"overlayType\":\"color\"} -->\n<div class=\"wp-block-uagb-container uagb-block-3e33a337 alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/advanced-heading {\"block_id\":\"bb989c98\",\"classMigrate\":true,\"headingDescToggle\":true,\"headingAlign\":\"center\",\"headingColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"subHeadingColor\":\"var(\\u002d\\u002dast-global-color-4)\",\"headSpace\":20} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-bb989c98\"><h2 class=\"uagb-heading-text\">Make your stay at Blue Roan unforgettable!</h2><p class=\"uagb-desc-text\">We can help you fit your stay and experience within your allotted budget.</p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/advanced-heading {\"block_id\":\"3a76253d\",\"classMigrate\":true,\"headingTitleToggle\":false,\"headingDescToggle\":true,\"headingAlign\":\"center\",\"subHeadingColor\":\"var(\\u002d\\u002dast-global-color-4)\",\"subHeadTransform\":\"uppercase\",\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"subHeadLetterSpacing\":2,\"blockTopPadding\":60,\"blockRightPadding\":0,\"blockLeftPadding\":0,\"blockBottomPadding\":0,\"blockTopPaddingMobile\":30,\"blockRightPaddingMobile\":0,\"blockLeftPaddingMobile\":0,\"blockBottomPaddingMobile\":0} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-3a76253d\"><p class=\"uagb-desc-text\">BOOK YOUR STAY NOW​</p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/icon-list {\"block_id\":\"d1ab756f\",\"classMigrate\":true,\"childMigrate\":true,\"align\":\"center\",\"parentIcon\":\"phone\",\"size\":40,\"sizeMobile\":24,\"sizeTablet\":32,\"fontSize\":48,\"fontSizeMobile\":28,\"fontSizeTablet\":40,\"fontWeight\":\"600\",\"iconColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"labelColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"blockTopPadding\":0,\"blockRightPadding\":0,\"blockLeftPadding\":0,\"blockBottomPadding\":24,\"blockPaddingLink\":false} -->\n<div class=\"wp-block-uagb-icon-list uagb-block-d1ab756f\"><div class=\"uagb-icon-list__wrap\"><!-- wp:uagb/icon-list-child {\"block_id\":\"0eee17c0\",\"label\":\" + 27 (0) 82 575 5409\",\"label_color\":\"\",\"link\":\"tel:+27825755409\",\"disableLink\":true,\"fromParentIcon\":\"phone\",\"imageSizeChild\":40} -->\n<div class=\"wp-block-uagb-icon-list-child uagb-block-0eee17c0\"><a target=\"_self\" aria-label=\" + 27 (0) 82 575 5409\" rel=\"noopener noreferrer\" href=\"tel:+27825755409\"> </a><span class=\"uagb-icon-list__source-wrap\"><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M511.2 387l-23.25 100.8c-3.266 14.25-15.79 24.22-30.46 24.22C205.2 512 0 306.8 0 54.5c0-14.66 9.969-27.2 24.22-30.45l100.8-23.25C139.7-2.602 154.7 5.018 160.8 18.92l46.52 108.5c5.438 12.78 1.77 27.67-8.98 36.45L144.5 207.1c33.98 69.22 90.26 125.5 159.5 159.5l44.08-53.8c8.688-10.78 23.69-14.51 36.47-8.975l108.5 46.51C506.1 357.2 514.6 372.4 511.2 387z\"></path></svg></span><span class=\"uagb-icon-list__label\"> + 27 (0) 82 575 5409</span></div>\n<!-- /wp:uagb/icon-list-child -->\n\n<!-- wp:uagb/icon-list-child {\"block_id\":\"854e9992\",\"label\":\"blueroan@ugo.co.za\",\"icon\":\"envelope\",\"label_color\":\"\",\"link\":\"mailto:blueroan@ugo.co.za\",\"disableLink\":true,\"fromParentIcon\":\"phone\",\"imageSizeChild\":40} -->\n<div class=\"wp-block-uagb-icon-list-child uagb-block-854e9992\"><a target=\"_self\" aria-label=\"blueroan@ugo.co.za\" rel=\"noopener noreferrer\" href=\"mailto:blueroan@ugo.co.za\"> </a><span class=\"uagb-icon-list__source-wrap\"><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M464 64C490.5 64 512 85.49 512 112C512 127.1 504.9 141.3 492.8 150.4L275.2 313.6C263.8 322.1 248.2 322.1 236.8 313.6L19.2 150.4C7.113 141.3 0 127.1 0 112C0 85.49 21.49 64 48 64H464zM217.6 339.2C240.4 356.3 271.6 356.3 294.4 339.2L512 176V384C512 419.3 483.3 448 448 448H64C28.65 448 0 419.3 0 384V176L217.6 339.2z\"></path></svg></span><span class=\"uagb-icon-list__label\">blueroan@ugo.co.za</span></div>\n<!-- /wp:uagb/icon-list-child --></div></div>\n<!-- /wp:uagb/icon-list --></div></div>\n<!-- /wp:uagb/container -->',	'Accommodation',	'',	'inherit',	'closed',	'closed',	'',	'761-revision-v1',	'',	'',	'2023-01-03 10:40:09',	'2023-01-03 10:40:09',	'',	761,	'https://blueroan.netgen.cloud/?p=1445',	0,	'revision',	'',	0),
(1446,	2,	'2023-01-03 10:54:46',	'2023-01-03 10:54:46',	'<!-- wp:uagb/container {\"block_id\":\"4b4fbf32\",\"backgroundType\":\"image\",\"backgroundImageDesktop\":{\"id\":1007,\"title\":\"AAEAAQAAAAAAAAAAAAAAJDg5NmY0ZGUxLWE4MTgtNDY5NC1iODFhLTBmN2Q0ZDc5ZWFiNw-1\",\"filename\":\"AAEAAQAAAAAAAAAAAAAAJDg5NmY0ZGUxLWE4MTgtNDY5NC1iODFhLTBmN2Q0ZDc5ZWFiNw-1.png\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAAJDg5NmY0ZGUxLWE4MTgtNDY5NC1iODFhLTBmN2Q0ZDc5ZWFiNw-1.png\",\"link\":\"https://blueroan.netgen.cloud/the-barn/aaeaaqaaaaaaaaaaaaaajdg5nmy0zguxlwe4mtgtndy5nc1iodfhltbmn2q0zdc5zwfinw-1/\",\"alt\":\"\",\"author\":\"2\",\"description\":\"\",\"caption\":\"\",\"name\":\"aaeaaqaaaaaaaaaaaaaajdg5nmy0zguxlwe4mtgtndy5nc1iodfhltbmn2q0zdc5zwfinw-1\",\"status\":\"inherit\",\"uploadedTo\":948,\"date\":\"2022-12-14T10:50:25.000Z\",\"modified\":\"2022-12-14T10:50:25.000Z\",\"menuOrder\":0,\"mime\":\"image/png\",\"type\":\"image\",\"subtype\":\"png\",\"icon\":\"https://blueroan.netgen.cloud/wp-includes/images/media/default.png\",\"dateFormatted\":\"December 14, 2022\",\"nonces\":{\"update\":\"483f8bdf3d\",\"delete\":\"0a7ebc92ef\",\"edit\":\"6bc1c6a685\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=1007\\u0026action=edit\",\"meta\":false,\"authorName\":\"Netgen Support\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/profile.php\",\"uploadedToTitle\":\"The Barn\",\"uploadedToLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=948\\u0026action=edit\",\"filesizeInBytes\":1348989,\"filesizeHumanReadable\":\"1 MB\",\"context\":\"\",\"height\":667,\"width\":1000,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAAJDg5NmY0ZGUxLWE4MTgtNDY5NC1iODFhLTBmN2Q0ZDc5ZWFiNw-1-150x150.png\",\"orientation\":\"landscape\"},\"medium\":{\"height\":200,\"width\":300,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAAJDg5NmY0ZGUxLWE4MTgtNDY5NC1iODFhLTBmN2Q0ZDc5ZWFiNw-1-300x200.png\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAAJDg5NmY0ZGUxLWE4MTgtNDY5NC1iODFhLTBmN2Q0ZDc5ZWFiNw-1.png\",\"height\":667,\"width\":1000,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"backgroundPositionDesktop\":{\"x\":0.61,\"y\":0.52},\"backgroundSizeTablet\":\"cover\",\"backgroundSizeMobile\":\"cover\",\"backgroundColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"backgroundImageColor\":\"rgba(42,42,42,0.5)\",\"topPaddingDesktop\":220,\"bottomPaddingDesktop\":150,\"topPaddingTablet\":170,\"bottomPaddingTablet\":160,\"leftPaddingTablet\":30,\"rightPaddingTablet\":30,\"topPaddingMobile\":180,\"bottomPaddingMobile\":80,\"leftPaddingMobile\":20,\"rightPaddingMobile\":20,\"paddingLink\":false,\"variationSelected\":true,\"isBlockRootParent\":true,\"overlayType\":\"color\"} -->\n<div class=\"wp-block-uagb-container uagb-block-4b4fbf32 alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/advanced-heading {\"block_id\":\"b6899d9b\",\"classMigrate\":true,\"headingDescToggle\":true,\"headingColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"subHeadingColor\":\"var(\\u002d\\u002dast-global-color-4)\",\"headingTag\":\"h1\",\"headSpace\":20,\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"blockTopPadding\":0,\"blockRightPadding\":50,\"blockLeftPadding\":0,\"blockBottomPadding\":0,\"blockTopPaddingTablet\":0,\"blockRightPaddingTablet\":20,\"blockLeftPaddingTablet\":0,\"blockBottomPaddingTablet\":0,\"blockTopPaddingMobile\":0,\"blockRightPaddingMobile\":0,\"blockLeftPaddingMobile\":0,\"blockBottomPaddingMobile\":0,\"blockPaddingUnit\":\"%\",\"blockPaddingUnitTablet\":\"%\"} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-b6899d9b\"><h1 class=\"uagb-heading-text\">Amenities &amp; Interests​</h1><p class=\"uagb-desc-text\">We do not give you just rooms to stay in. We give you an environment where you can experience the best while on a holiday with us. </p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:buttons -->\n<div class=\"wp-block-buttons\"><!-- wp:button -->\n<div class=\"wp-block-button\"><a class=\"wp-block-button__link wp-element-button\" href=\"https://book.nightsbridge.com/11065\" target=\"_blank\" rel=\"noreferrer noopener\">BOOK NOW</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"7a737465\",\"backgroundType\":\"color\",\"backgroundSizeTablet\":\"cover\",\"backgroundSizeMobile\":\"cover\",\"backgroundColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"topPaddingDesktop\":50,\"bottomPaddingDesktop\":100,\"topPaddingTablet\":50,\"bottomPaddingTablet\":25,\"leftPaddingTablet\":20,\"rightPaddingTablet\":20,\"topPaddingMobile\":50,\"bottomPaddingMobile\":20,\"leftPaddingMobile\":20,\"rightPaddingMobile\":20,\"paddingLink\":false,\"variationSelected\":true,\"rowGapDesktop\":0,\"isBlockRootParent\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-7a737465 alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/container {\"block_id\":\"3974d3d8\",\"directionDesktop\":\"row\",\"alignItemsTablet\":\"flex-start\",\"paddingLink\":false,\"topMarginDesktop\":50,\"bottomMarginDesktop\":20,\"leftMarginDesktop\":0,\"rightMarginDesktop\":0,\"marginLink\":false,\"variationSelected\":true,\"rowGapMobile\":65,\"columnGapDesktop\":48,\"columnGapTablet\":20} -->\n<div class=\"wp-block-uagb-container uagb-block-3974d3d8\"><!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"align\":\"center\",\"id\":828,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image aligncenter size-full\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Blue-Roan-pool.png\" alt=\"Blue Roan\'s rock pool\" class=\"wp-image-828\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>A relaxing rock Pool​</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>We have a lovely sparkling blue rock pool next to a thatched Lapa. &nbsp;&nbsp;Lie on recliners on the green lawn or sit on the swing chair in the Lapa and enjoy the panoramic view of the Magaliesberg mountain range.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":829,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/img-20160605-wa0002-largejpg.png\" alt=\"\" class=\"wp-image-829\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>Braai facilities </h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>What can compare to a burning fire under the star-lit African sky? Nothing beats the flavor of cooking over an open flame.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":1354,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Games-Room.png\" alt=\"\" class=\"wp-image-1354\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>A games room </h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>The reception is also a games room for those who enjoy darts or playing pool. &nbsp;Take a selection of DVDs back to your room and watch movies on your own DVD player. &nbsp;There is also a selection of board games and music CDs that you can borrow.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"align\":\"center\",\"id\":1358,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image aligncenter size-full\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/drone-view-of-walks.png\" alt=\"\" class=\"wp-image-1358\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>Walking or hiking </h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>There is a well-kept walking trail on our property with plenty of bird life and some benches along the way. &nbsp;It is safe for dogs to run off-leash as it is completely fenced all around. &nbsp;For those who enjoy long walks and hikes, it is safe to cross onto neighbouring farms and go as far as the eye can see.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":1185,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/49089607_1950305445047847_5177863042771189760_n.png\" alt=\"\" class=\"wp-image-1185\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>Mountain biking </h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Bring your mountain bikes and explore the surrounding countryside on safe off-road tracks on our property and on neighbouring farms.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":1196,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Michelle_1.png\" alt=\"\" class=\"wp-image-1196\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>Horse riding </h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Interested riders can book at one of the recommended horse-riding establishments listed further down this page.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"4a72d2ce\",\"innerContentWidth\":\"alignfull\",\"directionDesktop\":\"row\",\"wrapTablet\":\"wrap\",\"variationSelected\":true,\"rowGapTablet\":0,\"columnGapDesktop\":0,\"isBlockRootParent\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-4a72d2ce alignfull uagb-is-root-container\"><!-- wp:uagb/container {\"block_id\":\"a138456f\",\"widthDesktop\":25,\"widthTablet\":50,\"variationSelected\":true,\"widthSetByUser\":true,\"UAGHideMob\":true,\"UAGResponsiveConditions\":true} -->\n<div class=\"wp-block-uagb-container uag-hide-mob uagb-block-a138456f\"><!-- wp:uagb/image {\"block_id\":\"40d40bd4\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-18-1-1024x768.jpg\",\"id\":1208,\"linkDestination\":\"none\",\"width\":480,\"height\":500,\"naturalWidth\":1024,\"naturalHeight\":768,\"sizeSlug\":\"large\",\"sizeSlugTablet\":\"large\",\"sizeSlugMobile\":\"large\",\"customHeightSetDesktop\":true} -->\n<div class=\"wp-block-uagb-image uagb-block-40d40bd4 wp-block-uagb-image--layout-default wp-block-uagb-image--effect-static wp-block-uagb-image--align-none\"><figure class=\"wp-block-uagb-image__figure\"><img srcset=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-18-1-1024x768.jpg \" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-18-1-1024x768.jpg\" alt=\"\" class=\"uag-image-1208\" width=\"480\" height=\"500\" title=\"\" loading=\"lazy\"/></figure></div>\n<!-- /wp:uagb/image --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"c5fabc68\",\"widthDesktop\":25,\"widthTablet\":50,\"variationSelected\":true,\"widthSetByUser\":true,\"UAGHideMob\":true,\"UAGResponsiveConditions\":true} -->\n<div class=\"wp-block-uagb-container uag-hide-mob uagb-block-c5fabc68\"><!-- wp:uagb/image {\"block_id\":\"3b6df682\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Blue-Roan-pool-1.png\",\"id\":1210,\"linkDestination\":\"none\",\"width\":480,\"height\":500,\"naturalWidth\":370,\"naturalHeight\":440,\"sizeSlug\":\"full\",\"sizeSlugTablet\":\"full\",\"sizeSlugMobile\":\"full\",\"customHeightSetDesktop\":true} -->\n<div class=\"wp-block-uagb-image uagb-block-3b6df682 wp-block-uagb-image--layout-default wp-block-uagb-image--effect-static wp-block-uagb-image--align-none\"><figure class=\"wp-block-uagb-image__figure\"><img srcset=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Blue-Roan-pool-1.png \" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Blue-Roan-pool-1.png\" alt=\"\" class=\"uag-image-1210\" width=\"480\" height=\"500\" title=\"\" loading=\"lazy\"/></figure></div>\n<!-- /wp:uagb/image --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"da7fa57b\",\"widthDesktop\":50,\"widthTablet\":100,\"variationSelected\":true,\"columnGapDesktop\":20,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-da7fa57b\"><!-- wp:uagb/image {\"block_id\":\"56584f8d\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/the-view-from-my-rooms-1024x768.jpg\",\"id\":1211,\"linkDestination\":\"none\",\"width\":960,\"height\":500,\"naturalWidth\":1024,\"naturalHeight\":768,\"sizeSlug\":\"large\",\"sizeSlugTablet\":\"large\",\"sizeSlugMobile\":\"large\",\"customHeightSetDesktop\":true} -->\n<div class=\"wp-block-uagb-image uagb-block-56584f8d wp-block-uagb-image--layout-default wp-block-uagb-image--effect-static wp-block-uagb-image--align-none\"><figure class=\"wp-block-uagb-image__figure\"><img srcset=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/the-view-from-my-rooms-1024x768.jpg \" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/the-view-from-my-rooms-1024x768.jpg\" alt=\"\" class=\"uag-image-1211\" width=\"960\" height=\"500\" title=\"\" loading=\"lazy\"/></figure></div>\n<!-- /wp:uagb/image --></div>\n<!-- /wp:uagb/container --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"854ad543\",\"innerContentWidth\":\"alignfull\",\"directionDesktop\":\"row\",\"wrapTablet\":\"wrap\",\"variationSelected\":true,\"rowGapTablet\":0,\"columnGapDesktop\":0,\"isBlockRootParent\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-854ad543 alignfull uagb-is-root-container\"><!-- wp:uagb/container {\"block_id\":\"bcf879f6\",\"widthDesktop\":50,\"widthTablet\":100,\"variationSelected\":true,\"columnGapDesktop\":20,\"widthSetByUser\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-bcf879f6\"><!-- wp:uagb/image {\"block_id\":\"b0332c98\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAAJDI0ZWY4NDc1LThjYjYtNDM3YS1iOTliLWNmOWQxYTJkMWU5MQ-1.png\",\"id\":1213,\"linkDestination\":\"none\",\"width\":960,\"height\":500,\"naturalWidth\":1000,\"naturalHeight\":667,\"sizeSlug\":\"full\",\"sizeSlugTablet\":\"full\",\"sizeSlugMobile\":\"full\",\"customHeightSetDesktop\":true} -->\n<div class=\"wp-block-uagb-image uagb-block-b0332c98 wp-block-uagb-image--layout-default wp-block-uagb-image--effect-static wp-block-uagb-image--align-none\"><figure class=\"wp-block-uagb-image__figure\"><img srcset=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAAJDI0ZWY4NDc1LThjYjYtNDM3YS1iOTliLWNmOWQxYTJkMWU5MQ-1.png \" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAAJDI0ZWY4NDc1LThjYjYtNDM3YS1iOTliLWNmOWQxYTJkMWU5MQ-1.png\" alt=\"\" class=\"uag-image-1213\" width=\"960\" height=\"500\" title=\"\" loading=\"lazy\"/></figure></div>\n<!-- /wp:uagb/image --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"8a59437f\",\"widthDesktop\":25,\"variationSelected\":true,\"widthSetByUser\":true,\"UAGHideMob\":true,\"UAGResponsiveConditions\":true} -->\n<div class=\"wp-block-uagb-container uag-hide-mob uagb-block-8a59437f\"><!-- wp:uagb/image {\"block_id\":\"b86e94c7\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/bird-1-1024x683.jpg\",\"id\":1215,\"linkDestination\":\"none\",\"width\":480,\"height\":500,\"naturalWidth\":1024,\"naturalHeight\":683,\"sizeSlug\":\"large\",\"sizeSlugTablet\":\"large\",\"sizeSlugMobile\":\"large\",\"customHeightSetDesktop\":true} -->\n<div class=\"wp-block-uagb-image uagb-block-b86e94c7 wp-block-uagb-image--layout-default wp-block-uagb-image--effect-static wp-block-uagb-image--align-none\"><figure class=\"wp-block-uagb-image__figure\"><img srcset=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/bird-1-1024x683.jpg \" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/bird-1-1024x683.jpg\" alt=\"\" class=\"uag-image-1215\" width=\"480\" height=\"500\" title=\"\" loading=\"lazy\"/></figure></div>\n<!-- /wp:uagb/image --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"b20e96e6\",\"widthDesktop\":25,\"variationSelected\":true,\"widthSetByUser\":true,\"UAGHideMob\":true,\"UAGResponsiveConditions\":true} -->\n<div class=\"wp-block-uagb-container uag-hide-mob uagb-block-b20e96e6\"><!-- wp:uagb/image {\"block_id\":\"54c4fe87\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/two-happy-boxers-1024x768.jpg\",\"id\":1216,\"linkDestination\":\"none\",\"width\":480,\"height\":500,\"naturalWidth\":1024,\"naturalHeight\":768,\"sizeSlug\":\"large\",\"sizeSlugTablet\":\"large\",\"sizeSlugMobile\":\"large\",\"customHeightSetDesktop\":true} -->\n<div class=\"wp-block-uagb-image uagb-block-54c4fe87 wp-block-uagb-image--layout-default wp-block-uagb-image--effect-static wp-block-uagb-image--align-none\"><figure class=\"wp-block-uagb-image__figure\"><img srcset=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/two-happy-boxers-1024x768.jpg \" src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/two-happy-boxers-1024x768.jpg\" alt=\"\" class=\"uag-image-1216\" width=\"480\" height=\"500\" title=\"\" loading=\"lazy\"/></figure></div>\n<!-- /wp:uagb/image --></div>\n<!-- /wp:uagb/container --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"7530028b\",\"backgroundType\":\"color\",\"backgroundSizeTablet\":\"cover\",\"backgroundSizeMobile\":\"cover\",\"backgroundColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"topPaddingDesktop\":120,\"bottomPaddingDesktop\":0,\"topPaddingTablet\":80,\"bottomPaddingTablet\":80,\"leftPaddingTablet\":30,\"rightPaddingTablet\":30,\"topPaddingMobile\":80,\"bottomPaddingMobile\":80,\"leftPaddingMobile\":20,\"rightPaddingMobile\":20,\"paddingLink\":false,\"variationSelected\":true,\"rowGapDesktop\":0,\"rowGapTablet\":0,\"isBlockRootParent\":true} -->\n<div id=\"nearby-visits\" class=\"wp-block-uagb-container uagb-block-7530028b alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/container {\"block_id\":\"b68f2fac\",\"directionDesktop\":\"row\",\"alignItemsDesktop\":\"flex-end\",\"alignItemsTablet\":\"flex-end\",\"justifyContentDesktop\":\"flex-end\",\"justifyContentTablet\":\"space-between\",\"variationSelected\":true,\"rowGapMobile\":30,\"columnGapDesktop\":0} -->\n<div class=\"wp-block-uagb-container uagb-block-b68f2fac\"><!-- wp:uagb/advanced-heading {\"block_id\":\"92334173\",\"classMigrate\":true,\"headingDescToggle\":true,\"subHeadingColor\":\"\",\"headSpace\":20,\"subHeadFontSize\":16} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-92334173\"><h2 class=\"uagb-heading-text\">Things to do in the area of Magaliesburg<br></h2><p class=\"uagb-desc-text\">Looking for more? Well, we believe that every guest walks into our lodge for the best experience. And, we are determined to do that.</p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/buttons {\"block_id\":\"cd279c9e\",\"classMigrate\":true,\"childMigrate\":true,\"align\":\"right\",\"alignTablet\":\"right\",\"alignMobile\":\"left\",\"gap\":0} -->\n<div class=\"wp-block-uagb-buttons uagb-buttons__outer-wrap uagb-btn__default-btn uagb-btn-tablet__default-btn uagb-btn-mobile__default-btn uagb-block-cd279c9e\"><div class=\"uagb-buttons__wrap uagb-buttons-layout-wrap\"><!-- wp:uagb/buttons-child {\"block_id\":\"2fa3759c\",\"label\":\"Reservations\",\"link\":\"https://book.nightsbridge.com/11065\",\"hColor\":\"\",\"opensInNewTab\":true,\"borderWidth\":\"\",\"borderRadius\":\"\",\"borderStyle\":\"\",\"borderColor\":\"\",\"borderHColor\":\"\",\"btnBorderTopWidth\":1,\"btnBorderLeftWidth\":1,\"btnBorderRightWidth\":1,\"btnBorderBottomWidth\":1,\"btnBorderTopLeftRadius\":2,\"btnBorderTopRightRadius\":2,\"btnBorderBottomLeftRadius\":2,\"btnBorderBottomRightRadius\":2,\"btnBorderStyle\":\"solid\",\"btnBorderColor\":\"#333\",\"btnBorderHColor\":\"#333\"} -->\n<div class=\"wp-block-uagb-buttons-child uagb-buttons__outer-wrap uagb-block-2fa3759c wp-block-button is-style-outline\"><div class=\"uagb-button__wrapper\"><a class=\"uagb-buttons-repeater wp-block-button__link\" href=\"https://book.nightsbridge.com/11065\" rel=\"follow noopener\" target=\"_blank\"><div class=\"uagb-button__link\">Reservations</div></a></div></div>\n<!-- /wp:uagb/buttons-child --></div></div>\n<!-- /wp:uagb/buttons --></div>\n<!-- /wp:uagb/container --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"64bd031f\",\"backgroundType\":\"color\",\"backgroundSizeTablet\":\"cover\",\"backgroundSizeMobile\":\"cover\",\"backgroundColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"topPaddingDesktop\":50,\"bottomPaddingDesktop\":100,\"topPaddingTablet\":50,\"bottomPaddingTablet\":25,\"leftPaddingTablet\":20,\"rightPaddingTablet\":20,\"topPaddingMobile\":50,\"bottomPaddingMobile\":20,\"leftPaddingMobile\":20,\"rightPaddingMobile\":20,\"paddingLink\":false,\"variationSelected\":true,\"rowGapDesktop\":0,\"isBlockRootParent\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-64bd031f alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/container {\"block_id\":\"05f3a8c2\",\"directionDesktop\":\"row\",\"alignItemsTablet\":\"flex-start\",\"paddingLink\":false,\"topMarginDesktop\":50,\"bottomMarginDesktop\":20,\"leftMarginDesktop\":0,\"rightMarginDesktop\":0,\"marginLink\":false,\"variationSelected\":true,\"rowGapMobile\":65,\"columnGapDesktop\":48,\"columnGapTablet\":20} -->\n<div class=\"wp-block-uagb-container uagb-block-05f3a8c2\"><!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"align\":\"center\",\"id\":1222,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image aligncenter size-full\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/41b46e52d7427ea1f6f135454e9a012f.png\" alt=\"\" class=\"wp-image-1222\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"textAlign\":\"center\",\"level\":3} -->\n<h3 class=\"has-text-align-center\">Fishing </h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>The dam has trout (stocked), bass, vlei Kuper and carp. Fly fishers seeking a unique challenge visit our establishment in search of the large &amp; small scale Yellow fish.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:buttons -->\n<div class=\"wp-block-buttons\"><!-- wp:button {\"align\":\"left\"} -->\n<div class=\"wp-block-button alignleft\"><a class=\"wp-block-button__link wp-element-button\" href=\"https://www.sundowner.co.za/rooms/magalies-barbus-haven/\" target=\"_blank\" rel=\"noreferrer noopener\">Barbus Haven</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons -->\n\n<!-- wp:paragraph -->\n<p>The opportunity to fish for Rainbow Trout or the elusive Brown Trout. Kingfisher offers rod hires at their venue. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:buttons -->\n<div class=\"wp-block-buttons\"><!-- wp:button {\"align\":\"left\"} -->\n<div class=\"wp-block-button alignleft\"><a class=\"wp-block-button__link wp-element-button\" href=\"https://www.thekingfisherlodge.co.za/activities/\" target=\"_blank\" rel=\"noreferrer noopener\">Kingfisher</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":1235,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Maseke-MTB-MvZ-3-1024x683-1.png\" alt=\"\" class=\"wp-image-1235\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>Mountain biking </h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>It is a privately owned nature reserve that offers mountain biking.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:spacer {\"height\":\"20px\"} -->\n<div style=\"height:20px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:buttons -->\n<div class=\"wp-block-buttons\"><!-- wp:button -->\n<div class=\"wp-block-button\"><a class=\"wp-block-button__link wp-element-button\" href=\"http://ingwebushcamp.yolasite.com/\" target=\"_blank\" rel=\"noreferrer noopener\">Ingwe Bush Camp&nbsp;</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons -->\n\n<!-- wp:paragraph -->\n<p>With over 80km of trails, Van Gaalen&nbsp;has something to offer for every kind of athlete, from beginner to advanced.<br></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:buttons -->\n<div class=\"wp-block-buttons\"><!-- wp:button -->\n<div class=\"wp-block-button\"><a class=\"wp-block-button__link wp-element-button\" href=\"https://www.vangaalen.co.za/products\" target=\"_blank\" rel=\"noreferrer noopener\">Van Gaalen\'s</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":1339,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/activity_2209_280316_original-3.png\" alt=\"\" class=\"wp-image-1339\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>Quad biking </h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>We have quads suitable for kiddies, tweens, teens, and adults. We have mini quads and fully automatic 150cc quads.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:spacer {\"height\":\"2px\"} -->\n<div style=\"height:2px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:buttons -->\n<div class=\"wp-block-buttons\"><!-- wp:button -->\n<div class=\"wp-block-button\"><a class=\"wp-block-button__link wp-element-button\" href=\"https://www.saddlecreekadventures.co.za/activity/quad-biking/\" target=\"_blank\" rel=\"noreferrer noopener\">Saddle Creek Ranch</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons -->\n\n<!-- wp:paragraph -->\n<p>A 700-meter monster track, the longest and most exciting track in Gauteng!</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:spacer {\"height\":\"2px\"} -->\n<div style=\"height:2px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:buttons -->\n<div class=\"wp-block-buttons\"><!-- wp:button -->\n<div class=\"wp-block-button\"><a class=\"wp-block-button__link wp-element-button\" href=\"http://www.swartkrans.co.za/\" target=\"_blank\" rel=\"noreferrer noopener\">Swartkrans Go-Karting&nbsp;</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"align\":\"center\",\"id\":1196,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image aligncenter size-full\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Michelle_1.png\" alt=\"\" class=\"wp-image-1196\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>Horse riding </h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Join us for an unforgettable horse riding experience in the peaceful countryside, with beautiful mountain scenery and lovely bush trails.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:buttons -->\n<div class=\"wp-block-buttons\"><!-- wp:button -->\n<div class=\"wp-block-button\"><a class=\"wp-block-button__link wp-element-button\" href=\"https://www.saddlecreekadventures.co.za/activity/horse-riding/\" target=\"_blank\" rel=\"noreferrer noopener\">Saddle Creek Ranch</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":1342,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Askari-Game-Lodge-Spa-Wildlife-Giraffe.png\" alt=\"\" class=\"wp-image-1342\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>Game drives </h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Enjoy a thrilling and educational adventure with our experienced guides.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:spacer {\"height\":\"2px\"} -->\n<div style=\"height:2px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:buttons -->\n<div class=\"wp-block-buttons\"><!-- wp:button -->\n<div class=\"wp-block-button\"><a class=\"wp-block-button__link wp-element-button\" href=\"https://www.rhinolion.co.za/visitors-guide/activity-index/game-drives/\" target=\"_blank\" rel=\"noreferrer noopener\">Rhino &amp; Lion Park</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons -->\n\n<!-- wp:paragraph -->\n<p>Our guided game-viewing drives take place each day in the morning and afternoon, as this is when the animals are most active.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:buttons -->\n<div class=\"wp-block-buttons\"><!-- wp:button -->\n<div class=\"wp-block-button\"><a class=\"wp-block-button__link wp-element-button\" href=\"https://www.africanhillslodge.co.za/experience/\" target=\"_blank\" rel=\"noreferrer noopener\">Askari Game Lodge</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:spacer {\"height\":\"12px\"} -->\n<div style=\"height:12px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:heading -->\n<h2>Other activites </h2>\n<!-- /wp:heading -->\n\n<!-- wp:uagb/faq {\"block_id\":\"9eee4690\",\"expandFirstItem\":false,\"boxBgColor\":\"#F5F5F5\",\"borderStyle\":\"\",\"borderWidth\":\"\",\"borderRadius\":\"\",\"borderColor\":\"\",\"vquestionPaddingDesktop\":15,\"hquestionPaddingDesktop\":15,\"iconAlign\":\"row-reverse\",\"schema\":\"{\\u0022@context\\u0022:\\u0022https://schema.org\\u0022,\\u0022@type\\u0022:\\u0022FAQPage\\u0022,\\u0022@id\\u0022:\\u0022https://blueroan.netgen.cloud/amenities/\\u0022,\\u0022mainEntity\\u0022:[{\\u0022@type\\u0022:\\u0022Question\\u0022,\\u0022name\\u0022:\\u0022\\u003cstrong\\u003ePUBS / MICRO BREWERIES\\u003c/strong\\u003e\\u0022,\\u0022acceptedAnswer\\u0022:{\\u0022@type\\u0022:\\u0022Answer\\u0022,\\u0022text\\u0022:\\u0022Black Horse   \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27825613246\\\\\\u0022\\u003e082 561 3246\\u003cbr\\u003e\\u003c/a\\u003eBrauhaus am Dam   \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27878025519\\\\\\u0022\\u003e087 802 5519\\u003c/a\\u003e / \\u003ca href=\\\\\\u0022tel:+27729201742\\\\\\u0022\\u003e072 920 1742\\u003c/a\\u003e\\u003cbr\\u003eHartleys Elephant Bar   \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27145772301\\\\\\u0022\\u003e014 577 2301\\u003cbr\\u003e\\u003c/a\\u003eThatchwood Pub   \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27837091672\\\\\\u0022\\u003e083 709 1672\\u003cbr\\u003e\\u003c/a\\u003eMonate Citrus Kelder   \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27122580712\\\\\\u0022\\u003e012 258 0712\\u003c/a\\u003e\\u0022}},{\\u0022@type\\u0022:\\u0022Question\\u0022,\\u0022name\\u0022:\\u0022\\u003cstrong\\u003eTEA GARDENS / RESTAURANTS   \\u003c/strong\\u003e\\u0022,\\u0022acceptedAnswer\\u0022:{\\u0022@type\\u0022:\\u0022Answer\\u0022,\\u0022text\\u0022:\\u0022Black Horse   \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27825613246\\\\\\u0022\\u003e082 561 3246\\u003cbr\\u003e\\u003c/a\\u003eBrauhaus am Dam   \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27878025519\\\\\\u0022\\u003e087 802 5519\\u003c/a\\u003e / \\u003ca href=\\\\\\u0022tel:+27729201742\\\\\\u0022\\u003e072 920 1742\\u003c/a\\u003e\\u003cbr\\u003eMelon Rouge   \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27796806050\\\\\\u0022\\u003e079 680 6050\\u003cbr\\u003e\\u003c/a\\u003eMount Grace Hotel   \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27145775600\\\\\\u0022\\u003e014 577 5600\\u003cbr\\u003e\\u003c/a\\u003eValley Lodge Hotel   \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27145771301\\\\\\u0022\\u003e014 577 1301\\u003cbr\\u003e\\u003c/a\\u003eLa Classique Ristorante   \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27145774006\\\\\\u0022\\u003e014 577 4006\\u003c/a\\u003e\\u0022}},{\\u0022@type\\u0022:\\u0022Question\\u0022,\\u0022name\\u0022:\\u0022\\u003cstrong\\u003eSHOPPING\\u003c/strong\\u003e  \\u0022,\\u0022acceptedAnswer\\u0022:{\\u0022@type\\u0022:\\u0022Answer\\u0022,\\u0022text\\u0022:\\u0022If Only Antiques    \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27827878825\\\\\\u0022\\u003e082 787 8825\\u003cbr\\u003e\\u003c/a\\u003ePuss in Boots   \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27145773562\\\\\\u0022\\u003e014 577 3562\\u003c/a\\u003e\\u0022}},{\\u0022@type\\u0022:\\u0022Question\\u0022,\\u0022name\\u0022:\\u0022\\u003cstrong\\u003eSPORTS \\u0026amp; ADVENTURE\\u003c/strong\\u003e\\u0022,\\u0022acceptedAnswer\\u0022:{\\u0022@type\\u0022:\\u0022Answer\\u0022,\\u0022text\\u0022:\\u0022Tandem Paragliding flips  \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27823221824\\\\\\u0022\\u003e0823221824\\u003c/a\\u003e\\u003cbr\\u003eMountain Sanctuary Park   \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27145340114\\\\\\u0022\\u003e014 534 0114\\u003cbr\\u003e\\u003c/a\\u003eBill Harrops Original Balloon Safaris   \\u003ca href=\\\\\\u0022tel:+27145771733\\\\\\u0022\\u003e014 577 1733\\u003c/a\\u003e / \\u003ca href=\\\\\\u0022tel:+27837520036\\\\\\u0022\\u003e083 752 0036\\u003c/a\\u003e\\u003cbr\\u003ePecanwood Golf Course   \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27122440112\\\\\\u0022\\u003e012 244 0112\\u003cbr\\u003e\\u003c/a\\u003eAir Ventures Hot Air Balloons   \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27117935782\\\\\\u0022\\u003e011 793 5782\\u003cbr\\u003e\\u003c/a\\u003eGliding   \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27835266966\\\\\\u0022\\u003e083 526 6966\\u003cbr\\u003e\\u003c/a\\u003eMagaliesberg Canopy Tours   \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27145350150\\\\\\u0022\\u003e014 535 0150\\u003cbr\\u003e\\u003c/a\\u003eWild Cave Adventures   \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27824862464\\\\\\u0022\\u003e082 486 2464\\u003cbr\\u003e\\u003c/a\\u003eMiracle Waters Dive Gateway   \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27832359840\\\\\\u0022\\u003e083 235 9840\\u003c/a\\u003e\\u0022}},{\\u0022@type\\u0022:\\u0022Question\\u0022,\\u0022name\\u0022:\\u0022\\u003cstrong\\u003eHEALTH SPAS\\u003c/strong\\u003e\\u0022,\\u0022acceptedAnswer\\u0022:{\\u0022@type\\u0022:\\u0022Answer\\u0022,\\u0022text\\u0022:\\u0022Whispering Pines   \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27145771536\\\\\\u0022\\u003e014 577 1536\\u003cbr\\u003e\\u003c/a\\u003eMount Grace Spa   \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27145775600\\\\\\u0022\\u003e014 577 5600\\u003cbr\\u003e\\u003c/a\\u003eValley Lodge Spa   \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27145771301\\\\\\u0022\\u003e014 577 1301\\u003cbr\\u003e\\u003c/a\\u003eRosewell Spa   \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27145771172\\\\\\u0022\\u003e014 577 1172\\u003cbr\\u003e\\u003c/a\\u003eSparkling Waters   \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27145350019\\\\\\u0022\\u003e014 535 0019\\u003c/a\\u003e\\u0022}},{\\u0022@type\\u0022:\\u0022Question\\u0022,\\u0022name\\u0022:\\u0022\\u003cstrong\\u003ePLACES OF INTEREST\\u003c/strong\\u003e\\u0022,\\u0022acceptedAnswer\\u0022:{\\u0022@type\\u0022:\\u0022Answer\\u0022,\\u0022text\\u0022:\\u0022Maropeng Visitors Centre   \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27145779000\\\\\\u0022\\u003e014 577 9000\\u003cbr\\u003e\\u003c/a\\u003eSterkfontein Caves   \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27116683200\\\\\\u0022\\u003e011 668 3200\\u003cbr\\u003e\\u003c/a\\u003eBlaaubank Gold Mine   \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27825673111\\\\\\u0022\\u003e082 567 3111\\u003cbr\\u003e\\u003c/a\\u003eVan Gaalen Cheese Farm   \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27122071289\\\\\\u0022\\u003e012 207 1289\\u003cbr\\u003e\\u003c/a\\u003eHartebeespoort Cableway   \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27722412654\\\\\\u0022\\u003e072 241 2654\\u003cbr\\u003e\\u003c/a\\u003eElephant Sanctuary             \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27122580423\\\\\\u0022\\u003e012 258 0423\\u003cbr\\u003e\\u003c/a\\u003eTeam Gel   \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27114622894\\\\\\u0022\\u003e011 462 2894\\u003c/a\\u003e / \\u003ca href=\\\\\\u0022tel:+27833207623\\\\\\u0022\\u003e083 320 7623\\u003c/a\\u003e\\u003cbr\\u003eMonate Citrus Kelder   \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27122580712\\\\\\u0022\\u003e012 258 0712\\u003cbr\\u003e\\u003c/a\\u003eLiving Jewels   \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27119566444\\\\\\u0022\\u003e011 956 6444\\u003cbr\\u003e\\u003c/a\\u003eBlaaubank Candle Dipping   \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27145774609\\\\\\u0022\\u003e014 577 4609\\u003cbr\\u003e\\u003c/a\\u003eVeggie Picking \\u0026amp; Strawberry Picking \\u003cbr\\u003e\\u003ca href=\\\\\\u0022tel:+27122071116\\\\\\u0022\\u003e012 207 1116\\u003c/a\\u003e\\u0022}}]}\",\"questionLeftPaddingDesktop\":15,\"questionBottomPaddingDesktop\":15,\"answerTopPadding\":0,\"answerRightPadding\":15,\"answerBottomPadding\":15,\"answerLeftPadding\":15,\"answerTopPaddingTablet\":10,\"answerRightPaddingTablet\":10,\"answerBottomPaddingTablet\":10,\"answerLeftPaddingTablet\":10,\"answerTopPaddingMobile\":10,\"answerRightPaddingMobile\":10,\"answerBottomPaddingMobile\":10,\"answerLeftPaddingMobile\":10,\"overallBorderTopWidth\":1,\"overallBorderLeftWidth\":1,\"overallBorderRightWidth\":1,\"overallBorderBottomWidth\":1,\"overallBorderTopLeftRadius\":2,\"overallBorderTopRightRadius\":2,\"overallBorderBottomLeftRadius\":2,\"overallBorderBottomRightRadius\":2,\"overallBorderStyle\":\"none\",\"overallBorderColor\":\"#D2D2D2\"} -->\n<div class=\"wp-block-uagb-faq uagb-faq__outer-wrap uagb-block-9eee4690 uagb-faq-icon-row-reverse uagb-faq-layout-accordion uagb-faq-expand-first-false uagb-faq-inactive-other-true uagb-faq__wrap uagb-buttons-layout-wrap uagb-faq-equal-height\" data-faqtoggle=\"true\" role=\"tablist\"><!-- wp:uagb/faq-child {\"block_id\":\"f87b3d53\",\"question\":\"\\u003cstrong\\u003ePUBS / MICRO BREWERIES\\u003c/strong\\u003e\",\"answer\":\"Black Horse   \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27825613246\\u0022\\u003e082 561 3246\\u003cbr\\u003e\\u003c/a\\u003eBrauhaus am Dam   \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27878025519\\u0022\\u003e087 802 5519\\u003c/a\\u003e / \\u003ca href=\\u0022tel:+27729201742\\u0022\\u003e072 920 1742\\u003c/a\\u003e\\u003cbr\\u003eHartleys Elephant Bar   \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27145772301\\u0022\\u003e014 577 2301\\u003cbr\\u003e\\u003c/a\\u003eThatchwood Pub   \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27837091672\\u0022\\u003e083 709 1672\\u003cbr\\u003e\\u003c/a\\u003eMonate Citrus Kelder   \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27122580712\\u0022\\u003e012 258 0712\\u003c/a\\u003e\"} -->\n<div class=\"wp-block-uagb-faq-child uagb-faq-child__outer-wrap uagb-faq-item uagb-block-f87b3d53\" role=\"tab\" tabindex=\"0\"><div class=\"uagb-faq-questions-button uagb-faq-questions\"><span class=\"uagb-icon uagb-faq-icon-wrap\"><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 448 512\"><path d=\"M432 256c0 17.69-14.33 32.01-32 32.01H256v144c0 17.69-14.33 31.99-32 31.99s-32-14.3-32-31.99v-144H48c-17.67 0-32-14.32-32-32.01s14.33-31.99 32-31.99H192v-144c0-17.69 14.33-32.01 32-32.01s32 14.32 32 32.01v144h144C417.7 224 432 238.3 432 256z\"></path></svg></span><span class=\"uagb-icon-active uagb-faq-icon-wrap\"><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 448 512\"><path d=\"M400 288h-352c-17.69 0-32-14.32-32-32.01s14.31-31.99 32-31.99h352c17.69 0 32 14.3 32 31.99S417.7 288 400 288z\"></path></svg></span><span class=\"uagb-question\"><strong>PUBS / MICRO BREWERIES</strong></span></div><p class=\"uagb-faq-content\">Black Horse   <br><a href=\"tel:+27825613246\">082 561 3246<br></a>Brauhaus am Dam   <br><a href=\"tel:+27878025519\">087 802 5519</a> / <a href=\"tel:+27729201742\">072 920 1742</a><br>Hartleys Elephant Bar   <br><a href=\"tel:+27145772301\">014 577 2301<br></a>Thatchwood Pub   <br><a href=\"tel:+27837091672\">083 709 1672<br></a>Monate Citrus Kelder   <br><a href=\"tel:+27122580712\">012 258 0712</a></p></div>\n<!-- /wp:uagb/faq-child -->\n\n<!-- wp:uagb/faq-child {\"block_id\":\"3fc6c08a\",\"question\":\"\\u003cstrong\\u003eTEA GARDENS / RESTAURANTS   \\u003c/strong\\u003e\",\"answer\":\"Black Horse   \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27825613246\\u0022\\u003e082 561 3246\\u003cbr\\u003e\\u003c/a\\u003eBrauhaus am Dam   \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27878025519\\u0022\\u003e087 802 5519\\u003c/a\\u003e / \\u003ca href=\\u0022tel:+27729201742\\u0022\\u003e072 920 1742\\u003c/a\\u003e\\u003cbr\\u003eMelon Rouge   \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27796806050\\u0022\\u003e079 680 6050\\u003cbr\\u003e\\u003c/a\\u003eMount Grace Hotel   \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27145775600\\u0022\\u003e014 577 5600\\u003cbr\\u003e\\u003c/a\\u003eValley Lodge Hotel   \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27145771301\\u0022\\u003e014 577 1301\\u003cbr\\u003e\\u003c/a\\u003eLa Classique Ristorante   \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27145774006\\u0022\\u003e014 577 4006\\u003c/a\\u003e\"} -->\n<div class=\"wp-block-uagb-faq-child uagb-faq-child__outer-wrap uagb-faq-item uagb-block-3fc6c08a\" role=\"tab\" tabindex=\"0\"><div class=\"uagb-faq-questions-button uagb-faq-questions\"><span class=\"uagb-icon uagb-faq-icon-wrap\"><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 448 512\"><path d=\"M432 256c0 17.69-14.33 32.01-32 32.01H256v144c0 17.69-14.33 31.99-32 31.99s-32-14.3-32-31.99v-144H48c-17.67 0-32-14.32-32-32.01s14.33-31.99 32-31.99H192v-144c0-17.69 14.33-32.01 32-32.01s32 14.32 32 32.01v144h144C417.7 224 432 238.3 432 256z\"></path></svg></span><span class=\"uagb-icon-active uagb-faq-icon-wrap\"><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 448 512\"><path d=\"M400 288h-352c-17.69 0-32-14.32-32-32.01s14.31-31.99 32-31.99h352c17.69 0 32 14.3 32 31.99S417.7 288 400 288z\"></path></svg></span><span class=\"uagb-question\"><strong>TEA GARDENS / RESTAURANTS   </strong></span></div><p class=\"uagb-faq-content\">Black Horse   <br><a href=\"tel:+27825613246\">082 561 3246<br></a>Brauhaus am Dam   <br><a href=\"tel:+27878025519\">087 802 5519</a> / <a href=\"tel:+27729201742\">072 920 1742</a><br>Melon Rouge   <br><a href=\"tel:+27796806050\">079 680 6050<br></a>Mount Grace Hotel   <br><a href=\"tel:+27145775600\">014 577 5600<br></a>Valley Lodge Hotel   <br><a href=\"tel:+27145771301\">014 577 1301<br></a>La Classique Ristorante   <br><a href=\"tel:+27145774006\">014 577 4006</a></p></div>\n<!-- /wp:uagb/faq-child -->\n\n<!-- wp:uagb/faq-child {\"block_id\":\"2a3a907c\",\"question\":\"\\u003cstrong\\u003eSHOPPING\\u003c/strong\\u003e  \",\"answer\":\"If Only Antiques    \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27827878825\\u0022\\u003e082 787 8825\\u003cbr\\u003e\\u003c/a\\u003ePuss in Boots   \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27145773562\\u0022\\u003e014 577 3562\\u003c/a\\u003e\"} -->\n<div class=\"wp-block-uagb-faq-child uagb-faq-child__outer-wrap uagb-faq-item uagb-block-2a3a907c\" role=\"tab\" tabindex=\"0\"><div class=\"uagb-faq-questions-button uagb-faq-questions\"><span class=\"uagb-icon uagb-faq-icon-wrap\"><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 448 512\"><path d=\"M432 256c0 17.69-14.33 32.01-32 32.01H256v144c0 17.69-14.33 31.99-32 31.99s-32-14.3-32-31.99v-144H48c-17.67 0-32-14.32-32-32.01s14.33-31.99 32-31.99H192v-144c0-17.69 14.33-32.01 32-32.01s32 14.32 32 32.01v144h144C417.7 224 432 238.3 432 256z\"></path></svg></span><span class=\"uagb-icon-active uagb-faq-icon-wrap\"><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 448 512\"><path d=\"M400 288h-352c-17.69 0-32-14.32-32-32.01s14.31-31.99 32-31.99h352c17.69 0 32 14.3 32 31.99S417.7 288 400 288z\"></path></svg></span><span class=\"uagb-question\"><strong>SHOPPING</strong>  </span></div><p class=\"uagb-faq-content\">If Only Antiques    <br><a href=\"tel:+27827878825\">082 787 8825<br></a>Puss in Boots   <br><a href=\"tel:+27145773562\">014 577 3562</a></p></div>\n<!-- /wp:uagb/faq-child -->\n\n<!-- wp:uagb/faq-child {\"block_id\":\"09a1e384\",\"question\":\"\\u003cstrong\\u003eSPORTS \\u0026amp; ADVENTURE\\u003c/strong\\u003e\",\"answer\":\"Tandem Paragliding flips  \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27823221824\\u0022\\u003e0823221824\\u003c/a\\u003e\\u003cbr\\u003eMountain Sanctuary Park   \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27145340114\\u0022\\u003e014 534 0114\\u003cbr\\u003e\\u003c/a\\u003eBill Harrops Original Balloon Safaris   \\u003ca href=\\u0022tel:+27145771733\\u0022\\u003e014 577 1733\\u003c/a\\u003e / \\u003ca href=\\u0022tel:+27837520036\\u0022\\u003e083 752 0036\\u003c/a\\u003e\\u003cbr\\u003ePecanwood Golf Course   \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27122440112\\u0022\\u003e012 244 0112\\u003cbr\\u003e\\u003c/a\\u003eAir Ventures Hot Air Balloons   \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27117935782\\u0022\\u003e011 793 5782\\u003cbr\\u003e\\u003c/a\\u003eGliding   \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27835266966\\u0022\\u003e083 526 6966\\u003cbr\\u003e\\u003c/a\\u003eMagaliesberg Canopy Tours   \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27145350150\\u0022\\u003e014 535 0150\\u003cbr\\u003e\\u003c/a\\u003eWild Cave Adventures   \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27824862464\\u0022\\u003e082 486 2464\\u003cbr\\u003e\\u003c/a\\u003eMiracle Waters Dive Gateway   \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27832359840\\u0022\\u003e083 235 9840\\u003c/a\\u003e\"} -->\n<div class=\"wp-block-uagb-faq-child uagb-faq-child__outer-wrap uagb-faq-item uagb-block-09a1e384\" role=\"tab\" tabindex=\"0\"><div class=\"uagb-faq-questions-button uagb-faq-questions\"><span class=\"uagb-icon uagb-faq-icon-wrap\"><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 448 512\"><path d=\"M432 256c0 17.69-14.33 32.01-32 32.01H256v144c0 17.69-14.33 31.99-32 31.99s-32-14.3-32-31.99v-144H48c-17.67 0-32-14.32-32-32.01s14.33-31.99 32-31.99H192v-144c0-17.69 14.33-32.01 32-32.01s32 14.32 32 32.01v144h144C417.7 224 432 238.3 432 256z\"></path></svg></span><span class=\"uagb-icon-active uagb-faq-icon-wrap\"><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 448 512\"><path d=\"M400 288h-352c-17.69 0-32-14.32-32-32.01s14.31-31.99 32-31.99h352c17.69 0 32 14.3 32 31.99S417.7 288 400 288z\"></path></svg></span><span class=\"uagb-question\"><strong>SPORTS &amp; ADVENTURE</strong></span></div><p class=\"uagb-faq-content\">Tandem Paragliding flips  <br><a href=\"tel:+27823221824\">0823221824</a><br>Mountain Sanctuary Park   <br><a href=\"tel:+27145340114\">014 534 0114<br></a>Bill Harrops Original Balloon Safaris   <a href=\"tel:+27145771733\">014 577 1733</a> / <a href=\"tel:+27837520036\">083 752 0036</a><br>Pecanwood Golf Course   <br><a href=\"tel:+27122440112\">012 244 0112<br></a>Air Ventures Hot Air Balloons   <br><a href=\"tel:+27117935782\">011 793 5782<br></a>Gliding   <br><a href=\"tel:+27835266966\">083 526 6966<br></a>Magaliesberg Canopy Tours   <br><a href=\"tel:+27145350150\">014 535 0150<br></a>Wild Cave Adventures   <br><a href=\"tel:+27824862464\">082 486 2464<br></a>Miracle Waters Dive Gateway   <br><a href=\"tel:+27832359840\">083 235 9840</a></p></div>\n<!-- /wp:uagb/faq-child -->\n\n<!-- wp:uagb/faq-child {\"block_id\":\"6a01ece8\",\"question\":\"\\u003cstrong\\u003eHEALTH SPAS\\u003c/strong\\u003e\",\"answer\":\"Whispering Pines   \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27145771536\\u0022\\u003e014 577 1536\\u003cbr\\u003e\\u003c/a\\u003eMount Grace Spa   \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27145775600\\u0022\\u003e014 577 5600\\u003cbr\\u003e\\u003c/a\\u003eValley Lodge Spa   \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27145771301\\u0022\\u003e014 577 1301\\u003cbr\\u003e\\u003c/a\\u003eRosewell Spa   \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27145771172\\u0022\\u003e014 577 1172\\u003cbr\\u003e\\u003c/a\\u003eSparkling Waters   \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27145350019\\u0022\\u003e014 535 0019\\u003c/a\\u003e\"} -->\n<div class=\"wp-block-uagb-faq-child uagb-faq-child__outer-wrap uagb-faq-item uagb-block-6a01ece8\" role=\"tab\" tabindex=\"0\"><div class=\"uagb-faq-questions-button uagb-faq-questions\"><span class=\"uagb-icon uagb-faq-icon-wrap\"><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 448 512\"><path d=\"M432 256c0 17.69-14.33 32.01-32 32.01H256v144c0 17.69-14.33 31.99-32 31.99s-32-14.3-32-31.99v-144H48c-17.67 0-32-14.32-32-32.01s14.33-31.99 32-31.99H192v-144c0-17.69 14.33-32.01 32-32.01s32 14.32 32 32.01v144h144C417.7 224 432 238.3 432 256z\"></path></svg></span><span class=\"uagb-icon-active uagb-faq-icon-wrap\"><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 448 512\"><path d=\"M400 288h-352c-17.69 0-32-14.32-32-32.01s14.31-31.99 32-31.99h352c17.69 0 32 14.3 32 31.99S417.7 288 400 288z\"></path></svg></span><span class=\"uagb-question\"><strong>HEALTH SPAS</strong></span></div><p class=\"uagb-faq-content\">Whispering Pines   <br><a href=\"tel:+27145771536\">014 577 1536<br></a>Mount Grace Spa   <br><a href=\"tel:+27145775600\">014 577 5600<br></a>Valley Lodge Spa   <br><a href=\"tel:+27145771301\">014 577 1301<br></a>Rosewell Spa   <br><a href=\"tel:+27145771172\">014 577 1172<br></a>Sparkling Waters   <br><a href=\"tel:+27145350019\">014 535 0019</a></p></div>\n<!-- /wp:uagb/faq-child -->\n\n<!-- wp:uagb/faq-child {\"block_id\":\"539f6223\",\"question\":\"\\u003cstrong\\u003ePLACES OF INTEREST\\u003c/strong\\u003e\",\"answer\":\"Maropeng Visitors Centre   \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27145779000\\u0022\\u003e014 577 9000\\u003cbr\\u003e\\u003c/a\\u003eSterkfontein Caves   \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27116683200\\u0022\\u003e011 668 3200\\u003cbr\\u003e\\u003c/a\\u003eBlaaubank Gold Mine   \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27825673111\\u0022\\u003e082 567 3111\\u003cbr\\u003e\\u003c/a\\u003eVan Gaalen Cheese Farm   \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27122071289\\u0022\\u003e012 207 1289\\u003cbr\\u003e\\u003c/a\\u003eHartebeespoort Cableway   \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27722412654\\u0022\\u003e072 241 2654\\u003cbr\\u003e\\u003c/a\\u003eElephant Sanctuary             \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27122580423\\u0022\\u003e012 258 0423\\u003cbr\\u003e\\u003c/a\\u003eTeam Gel   \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27114622894\\u0022\\u003e011 462 2894\\u003c/a\\u003e / \\u003ca href=\\u0022tel:+27833207623\\u0022\\u003e083 320 7623\\u003c/a\\u003e\\u003cbr\\u003eMonate Citrus Kelder   \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27122580712\\u0022\\u003e012 258 0712\\u003cbr\\u003e\\u003c/a\\u003eLiving Jewels   \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27119566444\\u0022\\u003e011 956 6444\\u003cbr\\u003e\\u003c/a\\u003eBlaaubank Candle Dipping   \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27145774609\\u0022\\u003e014 577 4609\\u003cbr\\u003e\\u003c/a\\u003eVeggie Picking \\u0026amp; Strawberry Picking \\u003cbr\\u003e\\u003ca href=\\u0022tel:+27122071116\\u0022\\u003e012 207 1116\\u003c/a\\u003e\"} -->\n<div class=\"wp-block-uagb-faq-child uagb-faq-child__outer-wrap uagb-faq-item uagb-block-539f6223\" role=\"tab\" tabindex=\"0\"><div class=\"uagb-faq-questions-button uagb-faq-questions\"><span class=\"uagb-icon uagb-faq-icon-wrap\"><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 448 512\"><path d=\"M432 256c0 17.69-14.33 32.01-32 32.01H256v144c0 17.69-14.33 31.99-32 31.99s-32-14.3-32-31.99v-144H48c-17.67 0-32-14.32-32-32.01s14.33-31.99 32-31.99H192v-144c0-17.69 14.33-32.01 32-32.01s32 14.32 32 32.01v144h144C417.7 224 432 238.3 432 256z\"></path></svg></span><span class=\"uagb-icon-active uagb-faq-icon-wrap\"><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 448 512\"><path d=\"M400 288h-352c-17.69 0-32-14.32-32-32.01s14.31-31.99 32-31.99h352c17.69 0 32 14.3 32 31.99S417.7 288 400 288z\"></path></svg></span><span class=\"uagb-question\"><strong>PLACES OF INTEREST</strong></span></div><p class=\"uagb-faq-content\">Maropeng Visitors Centre   <br><a href=\"tel:+27145779000\">014 577 9000<br></a>Sterkfontein Caves   <br><a href=\"tel:+27116683200\">011 668 3200<br></a>Blaaubank Gold Mine   <br><a href=\"tel:+27825673111\">082 567 3111<br></a>Van Gaalen Cheese Farm   <br><a href=\"tel:+27122071289\">012 207 1289<br></a>Hartebeespoort Cableway   <br><a href=\"tel:+27722412654\">072 241 2654<br></a>Elephant Sanctuary             <br><a href=\"tel:+27122580423\">012 258 0423<br></a>Team Gel   <br><a href=\"tel:+27114622894\">011 462 2894</a> / <a href=\"tel:+27833207623\">083 320 7623</a><br>Monate Citrus Kelder   <br><a href=\"tel:+27122580712\">012 258 0712<br></a>Living Jewels   <br><a href=\"tel:+27119566444\">011 956 6444<br></a>Blaaubank Candle Dipping   <br><a href=\"tel:+27145774609\">014 577 4609<br></a>Veggie Picking &amp; Strawberry Picking <br><a href=\"tel:+27122071116\">012 207 1116</a></p></div>\n<!-- /wp:uagb/faq-child --></div>\n<!-- /wp:uagb/faq --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div></div>\n<!-- /wp:uagb/container -->\n\n<!-- wp:uagb/container {\"block_id\":\"eab1c418\",\"innerContentCustomWidthDesktop\":781,\"innerContentCustomWidthTablet\":781,\"backgroundType\":\"image\",\"backgroundImageDesktop\":{\"id\":907,\"title\":\"241565_xl\",\"filename\":\"241565_xl.jpg\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/241565_xl.jpg\",\"link\":\"https://blueroan.netgen.cloud/home/241565_xl/\",\"alt\":\"\",\"author\":\"2\",\"description\":\"\",\"caption\":\"\",\"name\":\"241565_xl\",\"status\":\"inherit\",\"uploadedTo\":760,\"date\":\"2022-12-13T15:04:35.000Z\",\"modified\":\"2022-12-13T15:04:35.000Z\",\"menuOrder\":0,\"mime\":\"image/jpeg\",\"type\":\"image\",\"subtype\":\"jpeg\",\"icon\":\"https://blueroan.netgen.cloud/wp-includes/images/media/default.png\",\"dateFormatted\":\"December 13, 2022\",\"nonces\":{\"update\":\"8ba15922a4\",\"delete\":\"e660ddd200\",\"edit\":\"57c3a4b066\"},\"editLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=907\\u0026action=edit\",\"meta\":false,\"authorName\":\"Netgen Support\",\"authorLink\":\"https://blueroan.netgen.cloud/wp-admin/profile.php\",\"uploadedToTitle\":\"Home\",\"uploadedToLink\":\"https://blueroan.netgen.cloud/wp-admin/post.php?post=760\\u0026action=edit\",\"filesizeInBytes\":90717,\"filesizeHumanReadable\":\"89 KB\",\"context\":\"\",\"height\":534,\"width\":800,\"orientation\":\"landscape\",\"sizes\":{\"thumbnail\":{\"height\":150,\"width\":150,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/241565_xl-150x150.jpg\",\"orientation\":\"landscape\"},\"medium\":{\"height\":200,\"width\":300,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/241565_xl-300x200.jpg\",\"orientation\":\"landscape\"},\"full\":{\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/241565_xl.jpg\",\"height\":534,\"width\":800,\"orientation\":\"landscape\"}},\"compat\":{\"item\":\"\",\"meta\":\"\"}},\"backgroundImageColor\":\"rgba(42,42,42,0.65)\",\"topPaddingDesktop\":144,\"bottomPaddingDesktop\":144,\"leftPaddingDesktop\":40,\"rightPaddingDesktop\":40,\"topPaddingTablet\":80,\"bottomPaddingTablet\":80,\"leftPaddingTablet\":40,\"rightPaddingTablet\":40,\"topPaddingMobile\":64,\"bottomPaddingMobile\":64,\"leftPaddingMobile\":24,\"rightPaddingMobile\":24,\"paddingLink\":false,\"variationSelected\":true,\"isBlockRootParent\":true,\"overlayType\":\"color\"} -->\n<div class=\"wp-block-uagb-container uagb-block-eab1c418 alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:uagb/advanced-heading {\"block_id\":\"c3826312\",\"classMigrate\":true,\"headingDescToggle\":true,\"headingAlign\":\"center\",\"headingColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"subHeadingColor\":\"var(\\u002d\\u002dast-global-color-4)\",\"headSpace\":20} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-c3826312\"><h2 class=\"uagb-heading-text\">Create Memorable Moments at Blue Roan!</h2><p class=\"uagb-desc-text\">Blue Roan is a 4-star graded pet-friendly venue</p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/advanced-heading {\"block_id\":\"db2b98d7\",\"classMigrate\":true,\"headingTitleToggle\":false,\"headingDescToggle\":true,\"headingAlign\":\"center\",\"subHeadingColor\":\"var(\\u002d\\u002dast-global-color-4)\",\"subHeadTransform\":\"uppercase\",\"subHeadFontSize\":16,\"subHeadFontSizeMobile\":15,\"subHeadLetterSpacing\":2,\"blockTopPadding\":60,\"blockRightPadding\":0,\"blockLeftPadding\":0,\"blockBottomPadding\":0,\"blockTopPaddingMobile\":30,\"blockRightPaddingMobile\":0,\"blockLeftPaddingMobile\":0,\"blockBottomPaddingMobile\":0,\"linkColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"linkHColor\":\"var(\\u002d\\u002dast-global-color-0)\"} -->\n<div class=\"wp-block-uagb-advanced-heading uagb-block-db2b98d7\"><p class=\"uagb-desc-text\"><a href=\"https://book.nightsbridge.com/11065\" target=\"_blank\" rel=\"noreferrer noopener\">BOOK YOUR STAY NOW​</a></p></div>\n<!-- /wp:uagb/advanced-heading -->\n\n<!-- wp:uagb/icon-list {\"block_id\":\"ddc1cf13\",\"classMigrate\":true,\"childMigrate\":true,\"align\":\"center\",\"parentIcon\":\"phone\",\"size\":40,\"sizeMobile\":24,\"sizeTablet\":32,\"fontSize\":48,\"fontSizeMobile\":28,\"fontSizeTablet\":40,\"fontWeight\":\"600\",\"iconColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"labelColor\":\"var(\\u002d\\u002dast-global-color-5)\",\"blockTopPadding\":0,\"blockRightPadding\":0,\"blockLeftPadding\":0,\"blockBottomPadding\":24,\"blockPaddingLink\":false} -->\n<div class=\"wp-block-uagb-icon-list uagb-block-ddc1cf13\"><div class=\"uagb-icon-list__wrap\"><!-- wp:uagb/icon-list-child {\"block_id\":\"eb59eda8\",\"label\":\"+ 27 (0) 82 575 5409\",\"label_color\":\"\",\"link\":\"tel:+27825755409\",\"disableLink\":true,\"fromParentIcon\":\"phone\",\"imageSizeChild\":40} -->\n<div class=\"wp-block-uagb-icon-list-child uagb-block-eb59eda8\"><a target=\"_self\" aria-label=\"+ 27 (0) 82 575 5409\" rel=\"noopener noreferrer\" href=\"tel:+27825755409\"> </a><span class=\"uagb-icon-list__source-wrap\"><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M511.2 387l-23.25 100.8c-3.266 14.25-15.79 24.22-30.46 24.22C205.2 512 0 306.8 0 54.5c0-14.66 9.969-27.2 24.22-30.45l100.8-23.25C139.7-2.602 154.7 5.018 160.8 18.92l46.52 108.5c5.438 12.78 1.77 27.67-8.98 36.45L144.5 207.1c33.98 69.22 90.26 125.5 159.5 159.5l44.08-53.8c8.688-10.78 23.69-14.51 36.47-8.975l108.5 46.51C506.1 357.2 514.6 372.4 511.2 387z\"></path></svg></span><span class=\"uagb-icon-list__label\">+ 27 (0) 82 575 5409</span></div>\n<!-- /wp:uagb/icon-list-child -->\n\n<!-- wp:uagb/icon-list-child {\"block_id\":\"56345d5d\",\"label\":\" blueroan@ugo.co.za\",\"icon\":\"envelope\",\"label_color\":\"\",\"link\":\"mailto: blueroan@ugo.co.za\",\"disableLink\":true} -->\n<div class=\"wp-block-uagb-icon-list-child uagb-block-56345d5d\"><a target=\"_self\" aria-label=\" blueroan@ugo.co.za\" rel=\"noopener noreferrer\" href=\"mailto:blueroan@ugo.co.za\"> </a><span class=\"uagb-icon-list__source-wrap\"><svg xmlns=\"https://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M464 64C490.5 64 512 85.49 512 112C512 127.1 504.9 141.3 492.8 150.4L275.2 313.6C263.8 322.1 248.2 322.1 236.8 313.6L19.2 150.4C7.113 141.3 0 127.1 0 112C0 85.49 21.49 64 48 64H464zM217.6 339.2C240.4 356.3 271.6 356.3 294.4 339.2L512 176V384C512 419.3 483.3 448 448 448H64C28.65 448 0 419.3 0 384V176L217.6 339.2z\"></path></svg></span><span class=\"uagb-icon-list__label\"> blueroan@ugo.co.za</span></div>\n<!-- /wp:uagb/icon-list-child --></div></div>\n<!-- /wp:uagb/icon-list --></div></div>\n<!-- /wp:uagb/container -->',	'Amenities',	'',	'inherit',	'closed',	'closed',	'',	'762-autosave-v1',	'',	'',	'2023-01-03 10:54:46',	'2023-01-03 10:54:46',	'',	762,	'https://blueroan.netgen.cloud/?p=1446',	0,	'revision',	'',	0);

DROP TABLE IF EXISTS `wp_termmeta`;
CREATE TABLE `wp_termmeta` (
  `meta_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `term_id` bigint(20) unsigned NOT NULL DEFAULT 0,
  `meta_key` varchar(255) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
  `meta_value` longtext COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
  PRIMARY KEY (`meta_id`),
  KEY `term_id` (`term_id`),
  KEY `meta_key` (`meta_key`(191))
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

INSERT INTO `wp_termmeta` (`meta_id`, `term_id`, `meta_key`, `meta_value`) VALUES
(1,	2,	'_astra_sites_imported_term',	'1'),
(2,	3,	'_astra_sites_imported_term',	'1'),
(3,	4,	'_astra_sites_imported_term',	'1');

DROP TABLE IF EXISTS `wp_terms`;
CREATE TABLE `wp_terms` (
  `term_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `name` varchar(200) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  `slug` varchar(200) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  `term_group` bigint(10) NOT NULL DEFAULT 0,
  PRIMARY KEY (`term_id`),
  KEY `slug` (`slug`(191)),
  KEY `name` (`name`(191))
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

INSERT INTO `wp_terms` (`term_id`, `name`, `slug`, `term_group`) VALUES
(1,	'Uncategorized',	'uncategorized',	0),
(2,	'Main menu',	'main-menu',	0),
(3,	'More info',	'more-info',	0),
(4,	'Primary Menu',	'primary-menu',	0),
(5,	'astra-child',	'astra-child',	0),
(6,	'Mobile menu',	'mobile-menu',	0);

DROP TABLE IF EXISTS `wp_term_relationships`;
CREATE TABLE `wp_term_relationships` (
  `object_id` bigint(20) unsigned NOT NULL DEFAULT 0,
  `term_taxonomy_id` bigint(20) unsigned NOT NULL DEFAULT 0,
  `term_order` int(11) NOT NULL DEFAULT 0,
  PRIMARY KEY (`object_id`,`term_taxonomy_id`),
  KEY `term_taxonomy_id` (`term_taxonomy_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

INSERT INTO `wp_term_relationships` (`object_id`, `term_taxonomy_id`, `term_order`) VALUES
(1,	1,	0),
(302,	4,	0),
(303,	4,	0),
(304,	4,	0),
(305,	4,	0),
(388,	3,	0),
(389,	3,	0),
(391,	2,	0),
(392,	2,	0),
(393,	2,	0),
(395,	2,	0),
(781,	5,	0),
(1277,	6,	0),
(1278,	6,	0),
(1279,	6,	0),
(1280,	6,	0),
(1281,	6,	0),
(1282,	6,	0),
(1283,	6,	0),
(1284,	6,	0),
(1285,	6,	0),
(1286,	6,	0),
(1287,	6,	0),
(1288,	6,	0);

DROP TABLE IF EXISTS `wp_term_taxonomy`;
CREATE TABLE `wp_term_taxonomy` (
  `term_taxonomy_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `term_id` bigint(20) unsigned NOT NULL DEFAULT 0,
  `taxonomy` varchar(32) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  `description` longtext COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `parent` bigint(20) unsigned NOT NULL DEFAULT 0,
  `count` bigint(20) NOT NULL DEFAULT 0,
  PRIMARY KEY (`term_taxonomy_id`),
  UNIQUE KEY `term_id_taxonomy` (`term_id`,`taxonomy`),
  KEY `taxonomy` (`taxonomy`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

INSERT INTO `wp_term_taxonomy` (`term_taxonomy_id`, `term_id`, `taxonomy`, `description`, `parent`, `count`) VALUES
(1,	1,	'category',	'',	0,	1),
(2,	2,	'nav_menu',	'',	0,	4),
(3,	3,	'nav_menu',	'',	0,	2),
(4,	4,	'nav_menu',	'',	0,	4),
(5,	5,	'wp_theme',	'',	0,	1),
(6,	6,	'nav_menu',	'',	0,	12);

DROP TABLE IF EXISTS `wp_usermeta`;
CREATE TABLE `wp_usermeta` (
  `umeta_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `user_id` bigint(20) unsigned NOT NULL DEFAULT 0,
  `meta_key` varchar(255) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
  `meta_value` longtext COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
  PRIMARY KEY (`umeta_id`),
  KEY `user_id` (`user_id`),
  KEY `meta_key` (`meta_key`(191))
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

INSERT INTO `wp_usermeta` (`umeta_id`, `user_id`, `meta_key`, `meta_value`) VALUES
(1,	1,	'nickname',	'services@netgen.co.za'),
(2,	1,	'first_name',	''),
(3,	1,	'last_name',	''),
(4,	1,	'description',	''),
(5,	1,	'rich_editing',	'true'),
(6,	1,	'syntax_highlighting',	'true'),
(7,	1,	'comment_shortcuts',	'false'),
(8,	1,	'admin_color',	'fresh'),
(9,	1,	'use_ssl',	'0'),
(10,	1,	'show_admin_bar_front',	'true'),
(11,	1,	'locale',	''),
(12,	1,	'wp_capabilities',	'a:1:{s:13:\"administrator\";b:1;}'),
(13,	1,	'wp_user_level',	'10'),
(14,	1,	'dismissed_wp_pointers',	''),
(15,	1,	'show_welcome_panel',	'1'),
(17,	1,	'wp_dashboard_quick_press_last_post_id',	'4'),
(18,	1,	'community-events-location',	'a:1:{s:2:\"ip\";s:13:\"129.232.219.0\";}'),
(19,	2,	'nickname',	'netgenadmin@'),
(20,	2,	'first_name',	'Netgen'),
(21,	2,	'last_name',	'Support'),
(22,	2,	'description',	''),
(23,	2,	'rich_editing',	'true'),
(24,	2,	'syntax_highlighting',	'true'),
(25,	2,	'comment_shortcuts',	'false'),
(26,	2,	'admin_color',	'fresh'),
(27,	2,	'use_ssl',	'0'),
(28,	2,	'show_admin_bar_front',	'true'),
(29,	2,	'locale',	''),
(30,	2,	'wp_capabilities',	'a:1:{s:13:\"administrator\";b:1;}'),
(31,	2,	'wp_user_level',	'10'),
(32,	2,	'dismissed_wp_pointers',	''),
(33,	2,	'session_tokens',	'a:2:{s:64:\"a813dea5321ad8de393210baf8a893e0ba7a273e4ecb4c3d92dc47cbb8e97d43\";a:4:{s:10:\"expiration\";i:1672825792;s:2:\"ip\";s:12:\"41.147.0.140\";s:2:\"ua\";s:111:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/108.0.0.0 Safari/537.36\";s:5:\"login\";i:1671616192;}s:64:\"9f77ecde70fff6654ef7e8161e77248ed02ca49af7ac6f1ff764ad4c3a0b5660\";a:4:{s:10:\"expiration\";i:1672306437;s:2:\"ip\";s:10:\"41.10.9.72\";s:2:\"ua\";s:111:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/108.0.0.0 Safari/537.36\";s:5:\"login\";i:1672133637;}}'),
(34,	2,	'wp_dashboard_quick_press_last_post_id',	'1441'),
(35,	2,	'community-events-location',	'a:1:{s:2:\"ip\";s:12:\"41.113.202.0\";}'),
(36,	2,	'astra-sites-on-active',	'notice-dismissed'),
(37,	2,	'astra-sites-5-start-notice',	'notice-dismissed'),
(38,	2,	'wp_persisted_preferences',	'a:4:{s:14:\"core/edit-post\";a:4:{s:26:\"isComplementaryAreaVisible\";b:1;s:12:\"welcomeGuide\";b:0;s:10:\"editorMode\";s:6:\"visual\";s:10:\"openPanels\";a:2:{i:0;s:24:\"yoast-seo/document-panel\";i:1;s:14:\"featured-image\";}}s:9:\"_modified\";s:24:\"2023-01-03T10:38:59.539Z\";s:17:\"core/edit-widgets\";a:2:{s:26:\"isComplementaryAreaVisible\";b:1;s:12:\"welcomeGuide\";b:0;}s:22:\"core/customize-widgets\";a:1:{s:12:\"welcomeGuide\";b:0;}}'),
(39,	2,	'wp_user-settings',	'libraryContent=browse'),
(40,	2,	'wp_user-settings-time',	'1670921814'),
(41,	2,	'nav_menu_recently_edited',	'6'),
(42,	2,	'managenav-menuscolumnshidden',	'a:5:{i:0;s:11:\"link-target\";i:1;s:11:\"css-classes\";i:2;s:3:\"xfn\";i:3;s:11:\"description\";i:4;s:15:\"title-attribute\";}'),
(43,	2,	'metaboxhidden_nav-menus',	'a:2:{i:0;s:12:\"add-post_tag\";i:1;s:15:\"add-post_format\";}'),
(44,	2,	'wp_yoast_notifications',	'a:2:{i:0;a:2:{s:7:\"message\";s:357:\"<p>You can speed up your site and get insight into your internal linking structure by letting us perform a few optimizations to the way SEO data is stored. </p><p>We estimate this will take less than a minute.</p><a class=\"button\" href=\"https://blueroan.netgen.cloud/wp-admin/admin.php?page=wpseo_tools&start-indexation=true\">Start SEO data optimization</a>\";s:7:\"options\";a:10:{s:4:\"type\";s:7:\"warning\";s:2:\"id\";s:13:\"wpseo-reindex\";s:4:\"user\";O:7:\"WP_User\":8:{s:4:\"data\";O:8:\"stdClass\":10:{s:2:\"ID\";s:1:\"2\";s:10:\"user_login\";s:12:\"netgenadmin@\";s:9:\"user_pass\";s:34:\"$P$Bb9sLL0yePSnzJfJ77YovmPrfHVPE7.\";s:13:\"user_nicename\";s:11:\"netgenadmin\";s:10:\"user_email\";s:29:\"wordpresssupport@netgen.co.za\";s:8:\"user_url\";s:0:\"\";s:15:\"user_registered\";s:19:\"2022-12-13 08:20:03\";s:19:\"user_activation_key\";s:0:\"\";s:11:\"user_status\";s:1:\"0\";s:12:\"display_name\";s:14:\"Netgen Support\";}s:2:\"ID\";i:2;s:4:\"caps\";a:1:{s:13:\"administrator\";b:1;}s:7:\"cap_key\";s:15:\"wp_capabilities\";s:5:\"roles\";a:1:{i:0;s:13:\"administrator\";}s:7:\"allcaps\";a:69:{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:17:\"aioseo_manage_seo\";b:1;s:20:\"aioseo_page_analysis\";b:1;s:28:\"aioseo_page_general_settings\";b:1;s:29:\"aioseo_page_advanced_settings\";b:1;s:27:\"aioseo_page_schema_settings\";b:1;s:27:\"aioseo_page_social_settings\";b:1;s:20:\"wpseo_manage_options\";b:1;s:13:\"administrator\";b:1;}s:6:\"filter\";N;s:16:\"\0WP_User\0site_id\";i:1;}s:5:\"nonce\";N;s:8:\"priority\";d:0.8;s:9:\"data_json\";a:0:{}s:13:\"dismissal_key\";N;s:12:\"capabilities\";s:20:\"wpseo_manage_options\";s:16:\"capability_check\";s:3:\"all\";s:14:\"yoast_branding\";b:0;}}i:1;a:2:{s:7:\"message\";s:483:\"<p><strong>Huge SEO Issue: You&#039;re blocking access to robots.</strong> If you want search engines to show this site in their results, you must <a href=\"https://blueroan.netgen.cloud/wp-admin/options-reading.php\">go to your Reading Settings</a> and uncheck the box for Search Engine Visibility. <button type=\"button\" id=\"robotsmessage-dismiss-button\" class=\"button-link hide-if-no-js\" data-nonce=\"daa6e44eb3\">I don&#039;t want this site to show in the search results.</button></p>\";s:7:\"options\";a:10:{s:4:\"type\";s:5:\"error\";s:2:\"id\";s:32:\"wpseo-search-engines-discouraged\";s:4:\"user\";O:7:\"WP_User\":8:{s:4:\"data\";O:8:\"stdClass\":10:{s:2:\"ID\";s:1:\"2\";s:10:\"user_login\";s:12:\"netgenadmin@\";s:9:\"user_pass\";s:34:\"$P$Bb9sLL0yePSnzJfJ77YovmPrfHVPE7.\";s:13:\"user_nicename\";s:11:\"netgenadmin\";s:10:\"user_email\";s:29:\"wordpresssupport@netgen.co.za\";s:8:\"user_url\";s:0:\"\";s:15:\"user_registered\";s:19:\"2022-12-13 08:20:03\";s:19:\"user_activation_key\";s:0:\"\";s:11:\"user_status\";s:1:\"0\";s:12:\"display_name\";s:14:\"Netgen Support\";}s:2:\"ID\";i:2;s:4:\"caps\";a:1:{s:13:\"administrator\";b:1;}s:7:\"cap_key\";s:15:\"wp_capabilities\";s:5:\"roles\";a:1:{i:0;s:13:\"administrator\";}s:7:\"allcaps\";a:69:{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:17:\"aioseo_manage_seo\";b:1;s:20:\"aioseo_page_analysis\";b:1;s:28:\"aioseo_page_general_settings\";b:1;s:29:\"aioseo_page_advanced_settings\";b:1;s:27:\"aioseo_page_schema_settings\";b:1;s:27:\"aioseo_page_social_settings\";b:1;s:20:\"wpseo_manage_options\";b:1;s:13:\"administrator\";b:1;}s:6:\"filter\";N;s:16:\"\0WP_User\0site_id\";i:1;}s:5:\"nonce\";N;s:8:\"priority\";i:1;s:9:\"data_json\";a:0:{}s:13:\"dismissal_key\";N;s:12:\"capabilities\";s:20:\"wpseo_manage_options\";s:16:\"capability_check\";s:3:\"all\";s:14:\"yoast_branding\";b:0;}}}');

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

INSERT INTO `wp_users` (`ID`, `user_login`, `user_pass`, `user_nicename`, `user_email`, `user_url`, `user_registered`, `user_activation_key`, `user_status`, `display_name`) VALUES
(1,	'services@netgen.co.za',	'$P$BJoC3R8ShxkHbGkgnqdVVznFPsSaRe0',	'netgen',	'services@netgen.co.za',	'https://blueroan.netgen.cloud',	'2022-12-13 08:14:35',	'',	0,	'Netgen'),
(2,	'netgenadmin@',	'$P$Bb9sLL0yePSnzJfJ77YovmPrfHVPE7.',	'netgenadmin',	'wordpresssupport@netgen.co.za',	'',	'2022-12-13 08:20:03',	'',	0,	'Netgen Support');

DROP TABLE IF EXISTS `wp_wpforms_tasks_meta`;
CREATE TABLE `wp_wpforms_tasks_meta` (
  `id` bigint(20) NOT NULL AUTO_INCREMENT,
  `action` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `data` longtext COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `date` datetime NOT NULL,
  PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

INSERT INTO `wp_wpforms_tasks_meta` (`id`, `action`, `data`, `date`) VALUES
(1,	'wpforms_process_forms_locator_scan',	'W10=',	'2022-12-13 08:54:09'),
(3,	'wpforms_admin_addons_cache_update',	'W10=',	'2022-12-13 08:54:13'),
(4,	'wpforms_admin_builder_templates_cache_update',	'W10=',	'2022-12-13 08:54:13'),
(6,	'wpforms_process_forms_locator_scan',	'W10=',	'2022-12-13 08:55:00');

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

INSERT INTO `wp_yoast_indexable` (`id`, `permalink`, `permalink_hash`, `object_id`, `object_type`, `object_sub_type`, `author_id`, `post_parent`, `title`, `description`, `breadcrumb_title`, `post_status`, `is_public`, `is_protected`, `has_public_posts`, `number_of_pages`, `canonical`, `primary_focus_keyword`, `primary_focus_keyword_score`, `readability_score`, `is_cornerstone`, `is_robots_noindex`, `is_robots_nofollow`, `is_robots_noarchive`, `is_robots_noimageindex`, `is_robots_nosnippet`, `twitter_title`, `twitter_image`, `twitter_description`, `twitter_image_id`, `twitter_image_source`, `open_graph_title`, `open_graph_description`, `open_graph_image`, `open_graph_image_id`, `open_graph_image_source`, `open_graph_image_meta`, `link_count`, `incoming_link_count`, `prominent_words_version`, `created_at`, `updated_at`, `blog_id`, `language`, `region`, `schema_page_type`, `schema_article_type`, `has_ancestors`, `estimated_reading_time_minutes`, `version`, `object_last_modified`, `object_published_at`) VALUES
(1,	'https://blueroan.netgen.cloud/',	'30:727f1f0bbd564f156f4eed32d0c9ce9f',	760,	'post',	'page',	2,	0,	NULL,	NULL,	'Home',	'publish',	NULL,	0,	NULL,	NULL,	NULL,	NULL,	NULL,	90,	0,	NULL,	0,	NULL,	NULL,	NULL,	NULL,	'https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-13.jpg',	NULL,	NULL,	'first-content-image',	NULL,	NULL,	'https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-13.jpg',	NULL,	'first-content-image',	NULL,	NULL,	NULL,	NULL,	'2023-01-03 08:14:15',	'2023-01-03 06:14:15',	1,	NULL,	NULL,	NULL,	NULL,	0,	5,	2,	'2022-12-22 08:11:57',	'2021-05-12 05:15:06'),
(2,	'https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-13.jpg',	'84:05ed319123a5ae6d701517a6b9a01e44',	797,	'post',	'attachment',	2,	760,	NULL,	NULL,	'blue-roan-guest-farm (13)',	'inherit',	NULL,	0,	NULL,	NULL,	NULL,	NULL,	NULL,	0,	0,	NULL,	0,	NULL,	NULL,	NULL,	NULL,	'https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-13.jpg',	NULL,	'797',	'attachment-image',	NULL,	NULL,	'https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-13.jpg',	'797',	'attachment-image',	'{\"width\":1000,\"height\":667,\"filesize\":201183,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-13.jpg\",\"path\":\"/home/439471.cloudwaysapps.com/uzrvuznufx/public_html/wp-content/uploads/2022/12/blue-roan-guest-farm-13.jpg\",\"size\":\"full\",\"id\":797,\"alt\":\"\",\"pixels\":667000,\"type\":\"image/jpeg\"}',	NULL,	NULL,	NULL,	'2023-01-03 08:14:15',	'2023-01-03 06:14:15',	1,	NULL,	NULL,	NULL,	NULL,	0,	NULL,	2,	'2022-12-13 09:37:10',	'2022-12-13 09:37:10'),
(3,	'https://blueroan.netgen.cloud/',	'30:727f1f0bbd564f156f4eed32d0c9ce9f',	NULL,	'home-page',	NULL,	NULL,	NULL,	'%%sitename%% %%page%% %%sep%% %%sitedesc%%',	'',	'Home',	NULL,	NULL,	0,	NULL,	NULL,	NULL,	NULL,	NULL,	NULL,	0,	1,	0,	0,	0,	0,	NULL,	NULL,	NULL,	NULL,	NULL,	'%%sitename%%',	'',	'',	'0',	NULL,	NULL,	NULL,	NULL,	NULL,	'2023-01-03 08:14:15',	'2023-01-03 08:40:11',	1,	NULL,	NULL,	NULL,	NULL,	0,	NULL,	2,	'2023-01-03 10:40:11',	'2022-12-13 08:14:35'),
(4,	'https://blueroan.netgen.cloud/accommodation/',	'44:f38e2b94ab14681c9e6f65401cabb71c',	761,	'post',	'page',	2,	0,	NULL,	'We are pet-friendly by arrangement as each unit is separately fenced with its own grassy garden with a garden gate leading to the generous park area where pets can socialize. We also have lovely safe off-leash walking trails on our property and beyond. Our units are very luxurious with everything you would need and very homely and charming. Regrettably no children or group bookings.',	'Accommodation',	'publish',	NULL,	0,	NULL,	NULL,	NULL,	NULL,	NULL,	90,	0,	NULL,	0,	NULL,	NULL,	NULL,	NULL,	'https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-10.jpg',	NULL,	NULL,	'first-content-image',	NULL,	NULL,	'https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-10.jpg',	NULL,	'first-content-image',	NULL,	7,	NULL,	NULL,	'2023-01-03 08:48:27',	'2023-01-03 08:40:11',	1,	NULL,	NULL,	NULL,	NULL,	0,	4,	2,	'2023-01-03 10:40:11',	'2021-05-12 05:15:20'),
(5,	'https://blueroan.netgen.cloud/amenities/',	'40:cf0e4680ca8a49703f3d412ad925465f',	762,	'post',	'page',	2,	0,	NULL,	NULL,	'Amenities',	'publish',	NULL,	0,	NULL,	NULL,	NULL,	NULL,	NULL,	90,	0,	NULL,	0,	NULL,	NULL,	NULL,	NULL,	'https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Blue-Roan-pool.png',	NULL,	NULL,	'first-content-image',	NULL,	NULL,	'https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Blue-Roan-pool.png',	NULL,	'first-content-image',	NULL,	NULL,	NULL,	NULL,	'2023-01-03 08:48:27',	'2023-01-03 06:48:27',	1,	NULL,	NULL,	NULL,	NULL,	0,	5,	2,	'2022-12-19 14:27:35',	'2021-05-12 05:15:54'),
(6,	'https://blueroan.netgen.cloud/contact/',	'38:2769ad651e0feb67ea41d6f79f678d56',	763,	'post',	'page',	2,	0,	NULL,	NULL,	'Contact',	'publish',	NULL,	0,	NULL,	NULL,	NULL,	NULL,	NULL,	90,	0,	NULL,	0,	NULL,	NULL,	NULL,	NULL,	NULL,	NULL,	NULL,	NULL,	NULL,	NULL,	NULL,	NULL,	NULL,	NULL,	NULL,	NULL,	NULL,	'2023-01-03 08:48:27',	'2023-01-03 06:48:27',	1,	NULL,	NULL,	NULL,	NULL,	0,	1,	2,	'2022-12-15 14:02:10',	'2021-05-12 05:16:09'),
(7,	'https://blueroan.netgen.cloud/faqs/',	'35:b21710b08594fb55cdbf52151c4451f5',	933,	'post',	'page',	2,	0,	NULL,	NULL,	'FAQs',	'publish',	NULL,	0,	NULL,	NULL,	NULL,	NULL,	NULL,	0,	0,	NULL,	0,	NULL,	NULL,	NULL,	NULL,	'https://blueroan.netgen.cloud/wp-content/uploads/2022/12/sun-coming-up-1.jpg',	NULL,	NULL,	'first-content-image',	NULL,	NULL,	'https://blueroan.netgen.cloud/wp-content/uploads/2022/12/sun-coming-up-1.jpg',	NULL,	'first-content-image',	NULL,	NULL,	NULL,	NULL,	'2023-01-03 08:48:27',	'2023-01-03 06:48:27',	1,	NULL,	NULL,	NULL,	NULL,	0,	NULL,	2,	'2022-12-15 14:00:18',	'2022-12-14 07:58:17'),
(8,	'https://blueroan.netgen.cloud/?page_id=3',	'40:d0a38d269cc1bdb18ebb401e131839bb',	3,	'post',	'page',	1,	0,	NULL,	NULL,	'Privacy Policy',	'draft',	0,	0,	NULL,	NULL,	NULL,	NULL,	NULL,	0,	0,	NULL,	0,	NULL,	NULL,	NULL,	NULL,	NULL,	NULL,	NULL,	NULL,	NULL,	NULL,	NULL,	NULL,	NULL,	NULL,	NULL,	NULL,	NULL,	'2023-01-03 08:48:28',	'2023-01-03 06:48:28',	1,	NULL,	NULL,	NULL,	NULL,	0,	NULL,	2,	'2022-12-13 08:14:35',	'2022-12-13 08:14:35'),
(9,	'https://blueroan.netgen.cloud/author/netgen/',	'44:7d5a2132369a9d8116f05213122df1eb',	1,	'user',	NULL,	NULL,	NULL,	NULL,	NULL,	NULL,	NULL,	NULL,	0,	0,	NULL,	NULL,	NULL,	NULL,	NULL,	0,	0,	NULL,	NULL,	NULL,	NULL,	NULL,	'https://secure.gravatar.com/avatar/2c05af61a3389870e8562dec4a518f47?s=500&d=mm&r=g',	NULL,	NULL,	'gravatar-image',	NULL,	NULL,	'https://secure.gravatar.com/avatar/2c05af61a3389870e8562dec4a518f47?s=500&d=mm&r=g',	NULL,	'gravatar-image',	NULL,	NULL,	NULL,	NULL,	'2023-01-03 08:48:28',	'2023-01-03 06:48:28',	1,	NULL,	NULL,	NULL,	NULL,	0,	NULL,	2,	'2022-12-13 08:14:35',	'2022-12-13 08:14:35'),
(10,	'https://blueroan.netgen.cloud/the-acacia/',	'41:d27aa92bf3fda57b85bb026bf3bfde0c',	1044,	'post',	'page',	2,	0,	NULL,	NULL,	'The Acacia',	'publish',	NULL,	0,	NULL,	NULL,	NULL,	NULL,	NULL,	0,	0,	NULL,	0,	NULL,	NULL,	NULL,	NULL,	'https://blueroan.netgen.cloud/wp-content/uploads/2022/12/241548_798x533.jpg',	NULL,	NULL,	'first-content-image',	NULL,	NULL,	'https://blueroan.netgen.cloud/wp-content/uploads/2022/12/241548_798x533.jpg',	NULL,	'first-content-image',	NULL,	NULL,	1,	NULL,	'2023-01-03 08:48:28',	'2023-01-03 10:40:10',	1,	NULL,	NULL,	NULL,	NULL,	0,	NULL,	2,	'2022-12-19 14:21:24',	'2022-12-14 11:20:04'),
(11,	'https://blueroan.netgen.cloud/the-barn/',	'39:2428366483ec01cc56b50aecb9639e7a',	948,	'post',	'page',	2,	0,	NULL,	NULL,	'The Barn',	'publish',	NULL,	0,	NULL,	NULL,	NULL,	NULL,	NULL,	0,	0,	NULL,	0,	NULL,	NULL,	NULL,	NULL,	'https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAAJDNlZGQ1OWVmLThiZmMtNDJhNC05MjI1LTVjZGE5NDA4YjA0NA.png',	NULL,	NULL,	'first-content-image',	NULL,	NULL,	'https://blueroan.netgen.cloud/wp-content/uploads/2022/12/AAEAAQAAAAAAAAAAAAAAJDNlZGQ1OWVmLThiZmMtNDJhNC05MjI1LTVjZGE5NDA4YjA0NA.png',	NULL,	'first-content-image',	NULL,	NULL,	1,	NULL,	'2023-01-03 08:48:28',	'2023-01-03 10:40:10',	1,	NULL,	NULL,	NULL,	NULL,	0,	NULL,	2,	'2022-12-15 13:48:56',	'2022-12-14 08:53:04'),
(12,	'https://blueroan.netgen.cloud/the-bluebush/',	'43:db48989ebfe215a25d6e0713819dcaf1',	1011,	'post',	'page',	2,	0,	NULL,	NULL,	'The Bluebush',	'publish',	NULL,	0,	NULL,	NULL,	NULL,	NULL,	NULL,	0,	0,	NULL,	0,	NULL,	NULL,	NULL,	NULL,	'https://blueroan.netgen.cloud/wp-content/uploads/2022/12/241531_798x533.jpg',	NULL,	NULL,	'first-content-image',	NULL,	NULL,	'https://blueroan.netgen.cloud/wp-content/uploads/2022/12/241531_798x533.jpg',	NULL,	'first-content-image',	NULL,	NULL,	1,	NULL,	'2023-01-03 08:48:28',	'2023-01-03 10:40:10',	1,	NULL,	NULL,	NULL,	NULL,	0,	NULL,	2,	'2022-12-19 14:19:20',	'2022-12-14 10:52:56'),
(13,	'https://blueroan.netgen.cloud/the-greek-villa/',	'46:6dd50ed3f61cef5fc10a2417076eabb2',	1062,	'post',	'page',	2,	0,	NULL,	NULL,	'The Greek Villa',	'publish',	NULL,	0,	NULL,	NULL,	NULL,	NULL,	NULL,	0,	0,	NULL,	0,	NULL,	NULL,	NULL,	NULL,	'https://blueroan.netgen.cloud/wp-content/uploads/2022/12/241555_798x533.jpg',	NULL,	NULL,	'first-content-image',	NULL,	NULL,	'https://blueroan.netgen.cloud/wp-content/uploads/2022/12/241555_798x533.jpg',	NULL,	'first-content-image',	NULL,	NULL,	1,	NULL,	'2023-01-03 08:48:28',	'2023-01-03 10:40:10',	1,	NULL,	NULL,	NULL,	NULL,	0,	NULL,	2,	'2022-12-14 12:16:12',	'2022-12-14 11:43:18'),
(14,	'https://blueroan.netgen.cloud/the-honeymoon-suite/',	'50:1ea2ac5fcd6d5bf5c82110ecefb73ff2',	1080,	'post',	'page',	2,	0,	NULL,	NULL,	'The Honeymoon Suite',	'publish',	NULL,	0,	NULL,	NULL,	NULL,	NULL,	NULL,	0,	0,	NULL,	0,	NULL,	NULL,	NULL,	NULL,	'https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Honeymoon-Suite-bed-and-lazyboy-couch-1024x768.jpg',	NULL,	NULL,	'first-content-image',	NULL,	NULL,	'https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Honeymoon-Suite-bed-and-lazyboy-couch-1024x768.jpg',	NULL,	'first-content-image',	NULL,	NULL,	1,	NULL,	'2023-01-03 08:48:28',	'2023-01-03 10:40:10',	1,	NULL,	NULL,	NULL,	NULL,	0,	NULL,	2,	'2022-12-22 12:14:58',	'2022-12-14 12:20:09'),
(15,	'https://blueroan.netgen.cloud/the-mexican-loft/',	'47:d859e6944ff8c8d20d96cc57122fe51d',	1030,	'post',	'page',	2,	0,	NULL,	NULL,	'The Mexican Loft',	'publish',	NULL,	0,	NULL,	NULL,	NULL,	NULL,	NULL,	0,	0,	NULL,	0,	NULL,	NULL,	NULL,	NULL,	'https://blueroan.netgen.cloud/wp-content/uploads/2022/12/241538_798x533.jpg',	NULL,	NULL,	'first-content-image',	NULL,	NULL,	'https://blueroan.netgen.cloud/wp-content/uploads/2022/12/241538_798x533.jpg',	NULL,	'first-content-image',	NULL,	NULL,	1,	NULL,	'2023-01-03 08:48:28',	'2023-01-03 10:40:10',	1,	NULL,	NULL,	NULL,	NULL,	0,	NULL,	2,	'2022-12-28 08:17:17',	'2022-12-14 11:09:27'),
(16,	'https://blueroan.netgen.cloud/the-tuscan-suite/',	'47:70f14baf79c55f24180fa2d17e2431e9',	987,	'post',	'page',	2,	0,	NULL,	NULL,	'The Tuscan Suite',	'publish',	NULL,	0,	NULL,	NULL,	NULL,	NULL,	NULL,	0,	0,	NULL,	0,	NULL,	NULL,	NULL,	NULL,	'https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Tuscan-bed-1024x768.jpg',	NULL,	NULL,	'first-content-image',	NULL,	NULL,	'https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Tuscan-bed-1024x768.jpg',	NULL,	'first-content-image',	NULL,	NULL,	1,	NULL,	'2023-01-03 08:48:28',	'2023-01-03 10:40:10',	1,	NULL,	NULL,	NULL,	NULL,	0,	NULL,	2,	'2022-12-23 12:47:21',	'2022-12-14 10:29:12'),
(17,	'https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-10.jpg',	'84:cae90e89e7c9a4100bc4df76577dae13',	863,	'post',	'attachment',	2,	761,	NULL,	NULL,	'blue-roan-guest-farm (10)',	'inherit',	NULL,	0,	NULL,	NULL,	NULL,	NULL,	NULL,	0,	0,	NULL,	0,	NULL,	NULL,	NULL,	NULL,	'https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-10.jpg',	NULL,	'863',	'attachment-image',	NULL,	NULL,	'https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-10.jpg',	'863',	'attachment-image',	'{\"width\":1000,\"height\":667,\"filesize\":149768,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-10.jpg\",\"path\":\"/home/439471.cloudwaysapps.com/uzrvuznufx/public_html/wp-content/uploads/2022/12/blue-roan-guest-farm-10.jpg\",\"size\":\"full\",\"id\":863,\"alt\":\"\",\"pixels\":667000,\"type\":\"image/jpeg\"}',	NULL,	1,	NULL,	'2023-01-03 10:38:31',	'2023-01-03 10:40:10',	1,	NULL,	NULL,	NULL,	NULL,	1,	NULL,	2,	'2022-12-13 13:04:34',	'2022-12-13 13:04:34'),
(18,	NULL,	NULL,	NULL,	'system-page',	'404',	NULL,	NULL,	'Page not found %%sep%% %%sitename%%',	NULL,	'Error 404: Page not found',	NULL,	NULL,	0,	NULL,	NULL,	NULL,	NULL,	NULL,	NULL,	0,	1,	0,	0,	0,	0,	NULL,	NULL,	NULL,	NULL,	NULL,	NULL,	NULL,	NULL,	NULL,	NULL,	NULL,	NULL,	NULL,	NULL,	'2023-01-03 10:38:31',	'2023-01-03 08:38:31',	1,	NULL,	NULL,	NULL,	NULL,	0,	NULL,	1,	NULL,	NULL),
(19,	'https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Tuscan-bed-1-scaled.jpg',	'80:1664ea0c71ff2d85e9a90f2f346dfbdb',	1418,	'post',	'attachment',	2,	761,	NULL,	NULL,	'Tuscan bed',	'inherit',	NULL,	0,	NULL,	NULL,	NULL,	NULL,	NULL,	0,	0,	NULL,	0,	NULL,	NULL,	NULL,	NULL,	'https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Tuscan-bed-1-scaled.jpg',	NULL,	'1418',	'attachment-image',	NULL,	NULL,	'https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Tuscan-bed-1-scaled.jpg',	'1418',	'attachment-image',	'{\"width\":2560,\"height\":1920,\"filesize\":713337,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Tuscan-bed-1-scaled.jpg\",\"path\":\"/home/439471.cloudwaysapps.com/uzrvuznufx/public_html/wp-content/uploads/2022/12/Tuscan-bed-1-scaled.jpg\",\"size\":\"full\",\"id\":1418,\"alt\":\"\",\"pixels\":4915200,\"type\":\"image/jpeg\"}',	NULL,	1,	NULL,	'2023-01-03 10:40:10',	'2023-01-03 10:40:10',	1,	NULL,	NULL,	NULL,	NULL,	1,	NULL,	2,	'2022-12-23 11:05:52',	'2022-12-23 11:05:52'),
(20,	'https://blueroan.netgen.cloud/wp-content/uploads/2022/12/bluebush-king-bed-and-spa-bath.png',	'91:97a8165a885d904d8111ae062eba4d40',	881,	'post',	'attachment',	2,	761,	NULL,	NULL,	'bluebush-king-bed-and-spa-bath',	'inherit',	NULL,	0,	NULL,	NULL,	NULL,	NULL,	NULL,	0,	0,	NULL,	0,	NULL,	NULL,	NULL,	NULL,	'https://blueroan.netgen.cloud/wp-content/uploads/2022/12/bluebush-king-bed-and-spa-bath.png',	NULL,	'881',	'attachment-image',	NULL,	NULL,	'https://blueroan.netgen.cloud/wp-content/uploads/2022/12/bluebush-king-bed-and-spa-bath.png',	'881',	'attachment-image',	'{\"width\":1000,\"height\":667,\"filesize\":1195033,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/bluebush-king-bed-and-spa-bath.png\",\"path\":\"/home/439471.cloudwaysapps.com/uzrvuznufx/public_html/wp-content/uploads/2022/12/bluebush-king-bed-and-spa-bath.png\",\"size\":\"full\",\"id\":881,\"alt\":\"\",\"pixels\":667000,\"type\":\"image/png\"}',	NULL,	1,	NULL,	'2023-01-03 10:40:10',	'2023-01-03 10:40:10',	1,	NULL,	NULL,	NULL,	NULL,	0,	NULL,	2,	'2022-12-13 13:42:25',	'2022-12-13 13:42:25'),
(21,	'https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Mexican-lounge-scaled.jpg',	'82:c21a6410dafa80c5e9c5fbe618e7919b',	1414,	'post',	'attachment',	2,	761,	NULL,	NULL,	'Mexican lounge',	'inherit',	NULL,	0,	NULL,	NULL,	NULL,	NULL,	NULL,	0,	0,	NULL,	0,	NULL,	NULL,	NULL,	NULL,	'https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Mexican-lounge-scaled.jpg',	NULL,	'1414',	'attachment-image',	NULL,	NULL,	'https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Mexican-lounge-scaled.jpg',	'1414',	'attachment-image',	'{\"width\":2560,\"height\":1440,\"filesize\":470054,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Mexican-lounge-scaled.jpg\",\"path\":\"/home/439471.cloudwaysapps.com/uzrvuznufx/public_html/wp-content/uploads/2022/12/Mexican-lounge-scaled.jpg\",\"size\":\"full\",\"id\":1414,\"alt\":\"\",\"pixels\":3686400,\"type\":\"image/jpeg\"}',	NULL,	1,	NULL,	'2023-01-03 10:40:10',	'2023-01-03 10:40:10',	1,	NULL,	NULL,	NULL,	NULL,	0,	NULL,	2,	'2022-12-23 10:53:33',	'2022-12-23 10:53:33'),
(22,	'https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Untitled-design-8.png',	'78:dd262f11f065c3ec66d9327f0133a480',	1367,	'post',	'attachment',	2,	761,	NULL,	NULL,	'Untitled design (8)',	'inherit',	NULL,	0,	NULL,	NULL,	NULL,	NULL,	NULL,	0,	0,	NULL,	0,	NULL,	NULL,	NULL,	NULL,	'https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Untitled-design-8.png',	NULL,	'1367',	'attachment-image',	NULL,	NULL,	'https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Untitled-design-8-1024x768.png',	'1367',	'attachment-image',	'{\"width\":1024,\"height\":768,\"filesize\":1060442,\"path\":\"2022/12/Untitled-design-8-1024x768.png\",\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Untitled-design-8-1024x768.png\",\"size\":\"large\",\"id\":1367,\"alt\":\"\",\"pixels\":786432,\"type\":\"image/png\"}',	NULL,	1,	NULL,	'2023-01-03 10:40:10',	'2023-01-03 10:40:10',	1,	NULL,	NULL,	NULL,	NULL,	0,	NULL,	2,	'2022-12-21 10:16:29',	'2022-12-21 10:16:29'),
(23,	'https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-8.jpg',	'83:8ba3a60101cd31dcbd6922bee47b439e',	837,	'post',	'attachment',	2,	760,	NULL,	NULL,	'blue-roan-guest-farm-8',	'inherit',	NULL,	0,	NULL,	NULL,	NULL,	NULL,	NULL,	0,	0,	NULL,	0,	NULL,	NULL,	NULL,	NULL,	'https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-8.jpg',	NULL,	'837',	'attachment-image',	NULL,	NULL,	'https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-8.jpg',	'837',	'attachment-image',	'{\"width\":1200,\"height\":795,\"filesize\":208219,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-8.jpg\",\"path\":\"/home/439471.cloudwaysapps.com/uzrvuznufx/public_html/wp-content/uploads/2022/12/blue-roan-guest-farm-8.jpg\",\"size\":\"full\",\"id\":837,\"alt\":\"\",\"pixels\":954000,\"type\":\"image/jpeg\"}',	NULL,	1,	NULL,	'2023-01-03 10:40:10',	'2023-01-03 10:40:10',	1,	NULL,	NULL,	NULL,	NULL,	0,	NULL,	2,	'2022-12-13 11:55:28',	'2022-12-13 11:55:28'),
(24,	'https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Honeymoon-bed-scaled.jpg',	'81:5bd8458a62885c28478d3cc88dec6d72',	1365,	'post',	'attachment',	2,	761,	NULL,	NULL,	'Honeymoon bed',	'inherit',	NULL,	0,	NULL,	NULL,	NULL,	NULL,	NULL,	0,	0,	NULL,	0,	NULL,	NULL,	NULL,	NULL,	'https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Honeymoon-bed-scaled.jpg',	NULL,	'1365',	'attachment-image',	NULL,	NULL,	'https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Honeymoon-bed-scaled.jpg',	'1365',	'attachment-image',	'{\"width\":2560,\"height\":1920,\"filesize\":698844,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Honeymoon-bed-scaled.jpg\",\"path\":\"/home/439471.cloudwaysapps.com/uzrvuznufx/public_html/wp-content/uploads/2022/12/Honeymoon-bed-scaled.jpg\",\"size\":\"full\",\"id\":1365,\"alt\":\"\",\"pixels\":4915200,\"type\":\"image/jpeg\"}',	NULL,	1,	NULL,	'2023-01-03 10:40:10',	'2023-01-03 10:40:10',	1,	NULL,	NULL,	NULL,	NULL,	0,	NULL,	2,	'2022-12-21 09:59:24',	'2022-12-21 09:59:24'),
(25,	'https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Blue-Roan-pool.png',	'75:21f522d1cfa01f65420054a4abae7b5e',	828,	'post',	'attachment',	2,	760,	NULL,	NULL,	'Blue Roan &#8211; pool',	'inherit',	NULL,	0,	NULL,	NULL,	NULL,	NULL,	NULL,	0,	0,	NULL,	0,	NULL,	NULL,	NULL,	NULL,	'https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Blue-Roan-pool.png',	NULL,	'828',	'attachment-image',	NULL,	NULL,	'https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Blue-Roan-pool.png',	'828',	'attachment-image',	'{\"width\":370,\"height\":440,\"filesize\":255511,\"url\":\"https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Blue-Roan-pool.png\",\"path\":\"/home/439471.cloudwaysapps.com/uzrvuznufx/public_html/wp-content/uploads/2022/12/Blue-Roan-pool.png\",\"size\":\"full\",\"id\":828,\"alt\":\"Blue Roan\'s rock pool\",\"pixels\":162800,\"type\":\"image/png\"}',	NULL,	NULL,	NULL,	'2023-01-03 10:40:22',	'2023-01-03 08:40:22',	1,	NULL,	NULL,	NULL,	NULL,	1,	NULL,	2,	'2022-12-13 11:31:32',	'2022-12-13 11:31:17');

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

INSERT INTO `wp_yoast_indexable_hierarchy` (`indexable_id`, `ancestor_id`, `depth`, `blog_id`) VALUES
(1,	0,	0,	1),
(3,	0,	0,	1),
(4,	0,	0,	1),
(5,	0,	0,	1);

DROP TABLE IF EXISTS `wp_yoast_migrations`;
CREATE TABLE `wp_yoast_migrations` (
  `id` int(11) unsigned NOT NULL AUTO_INCREMENT,
  `version` varchar(191) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
  PRIMARY KEY (`id`),
  UNIQUE KEY `wp_yoast_migrations_version` (`version`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

INSERT INTO `wp_yoast_migrations` (`id`, `version`) VALUES
(1,	'20171228151840'),
(2,	'20171228151841'),
(3,	'20190529075038'),
(4,	'20191011111109'),
(5,	'20200408101900'),
(6,	'20200420073606'),
(7,	'20200428123747'),
(8,	'20200428194858'),
(9,	'20200429105310'),
(10,	'20200430075614'),
(11,	'20200430150130'),
(12,	'20200507054848'),
(13,	'20200513133401'),
(14,	'20200609154515'),
(15,	'20200616130143'),
(16,	'20200617122511'),
(17,	'20200702141921'),
(18,	'20200728095334'),
(19,	'20201202144329'),
(20,	'20201216124002'),
(21,	'20201216141134'),
(22,	'20210817092415'),
(23,	'20211020091404');

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


DROP TABLE IF EXISTS `wp_yoast_seo_links`;
CREATE TABLE `wp_yoast_seo_links` (
  `id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `url` varchar(255) DEFAULT NULL,
  `post_id` bigint(20) unsigned DEFAULT NULL,
  `target_post_id` bigint(20) unsigned DEFAULT NULL,
  `type` varchar(8) DEFAULT NULL,
  `indexable_id` int(11) unsigned DEFAULT NULL,
  `target_indexable_id` int(11) unsigned DEFAULT NULL,
  `height` int(11) unsigned DEFAULT NULL,
  `width` int(11) unsigned DEFAULT NULL,
  `size` int(11) unsigned DEFAULT NULL,
  `language` varchar(32) DEFAULT NULL,
  `region` varchar(32) DEFAULT NULL,
  PRIMARY KEY (`id`),
  KEY `link_direction` (`post_id`,`type`),
  KEY `indexable_link_direction` (`indexable_id`,`type`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;

INSERT INTO `wp_yoast_seo_links` (`id`, `url`, `post_id`, `target_post_id`, `type`, `indexable_id`, `target_indexable_id`, `height`, `width`, `size`, `language`, `region`) VALUES
(1,	'/the-barn/',	761,	948,	'internal',	4,	11,	NULL,	NULL,	NULL,	NULL,	NULL),
(2,	'/the-tuscan-suite/',	761,	987,	'internal',	4,	16,	NULL,	NULL,	NULL,	NULL,	NULL),
(3,	'/the-bluebush/',	761,	1011,	'internal',	4,	12,	NULL,	NULL,	NULL,	NULL,	NULL),
(4,	'/the-mexican-loft/',	761,	1030,	'internal',	4,	15,	NULL,	NULL,	NULL,	NULL,	NULL),
(5,	'/the-acacia/',	761,	1044,	'internal',	4,	10,	NULL,	NULL,	NULL,	NULL,	NULL),
(6,	'/the-greek-villa/',	761,	1062,	'internal',	4,	13,	NULL,	NULL,	NULL,	NULL,	NULL),
(7,	'https://www.collinsdictionary.com/dictionary/english/suite',	761,	NULL,	'external',	4,	NULL,	NULL,	NULL,	NULL,	NULL,	NULL),
(8,	'/the-honeymoon-suite/',	761,	1080,	'internal',	4,	14,	NULL,	NULL,	NULL,	NULL,	NULL),
(9,	'tel:+27825755409',	761,	NULL,	'external',	4,	NULL,	NULL,	NULL,	NULL,	NULL,	NULL),
(10,	'mailto:blueroan@ugo.co.za',	761,	NULL,	'external',	4,	NULL,	NULL,	NULL,	NULL,	NULL,	NULL),
(11,	'https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-10.jpg',	761,	863,	'image-in',	4,	17,	667,	1000,	149768,	NULL,	NULL),
(12,	'https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Tuscan-bed-1-scaled.jpg',	761,	1418,	'image-in',	4,	19,	1920,	2560,	713337,	NULL,	NULL),
(13,	'https://blueroan.netgen.cloud/wp-content/uploads/2022/12/bluebush-king-bed-and-spa-bath.png',	761,	881,	'image-in',	4,	20,	667,	1000,	1195033,	NULL,	NULL),
(14,	'https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Mexican-lounge-scaled.jpg',	761,	1414,	'image-in',	4,	21,	1440,	2560,	470054,	NULL,	NULL),
(15,	'https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Untitled-design-8.png',	761,	1367,	'image-in',	4,	22,	2736,	3648,	8233970,	NULL,	NULL),
(16,	'https://blueroan.netgen.cloud/wp-content/uploads/2022/12/blue-roan-guest-farm-8.jpg',	761,	837,	'image-in',	4,	23,	795,	1200,	208219,	NULL,	NULL),
(17,	'https://blueroan.netgen.cloud/wp-content/uploads/2022/12/Honeymoon-bed-scaled.jpg',	761,	1365,	'image-in',	4,	24,	1920,	2560,	698844,	NULL,	NULL);

-- 2023-01-04 07:53:58
